From 012aa64fd618fccf9a51ebdde5e2ae8da95cbdb7 Mon Sep 17 00:00:00 2001 From: Graham Neubig Date: Sat, 31 May 2014 11:56:25 +0900 Subject: [PATCH] Added data --- data/big-ws-model.txt | 83184 ++++++++++++++++ data/mstparser-en-test.dep | 4839 + data/mstparser-en-train.dep | 5480 + data/titles-en-test.labeled | 2823 + data/titles-en-test.word | 2823 + data/titles-en-train.labeled | 11288 +++ data/titles-en-train.word | 11288 +++ data/titles-ja-test.labeled | 2823 + data/titles-ja-test.word | 2823 + data/titles-ja-train.labeled | 11288 +++ data/titles-ja-train.word | 11288 +++ data/wiki-en-documents.word | 732 + data/wiki-en-short.tok | 57 + data/wiki-en-test.grammar | 2124 + data/wiki-en-test.norm | 171 + data/wiki-en-test.norm_pos | 171 + data/wiki-en-test.parse | 168 + data/wiki-en-test.pos | 171 + data/wiki-en-test.tok | 168 + data/wiki-en-test.txt | 168 + data/wiki-en-test.word | 171 + data/wiki-en-train.norm | 1301 + data/wiki-en-train.norm_pos | 1301 + data/wiki-en-train.pos | 1301 + data/wiki-en-train.txt | 1290 + data/wiki-en-train.word | 1301 + data/wiki-ja-documents.word | 732 + data/wiki-ja-test.pos | 84 + data/wiki-ja-test.pron | 84 + data/wiki-ja-test.txt | 84 + data/wiki-ja-test.word | 84 + data/wiki-ja-test.word_pos | 84 + data/wiki-ja-test.word_pos_pron | 84 + data/wiki-ja-test.word_pron | 84 + data/wiki-ja-train.pos | 818 + data/wiki-ja-train.pron | 818 + data/wiki-ja-train.pron_word | 818 + data/wiki-ja-train.txt | 818 + data/wiki-ja-train.word | 818 + data/wiki-ja-train.word_pos | 818 + data/wiki-ja-train.word_pos_pron | 818 + data/wiki-ja-train.word_pron | 818 + .../00-intro}/nlp-programming-en-00-intro.odp | Bin .../00-intro}/nlp-programming-en-00-intro.pdf | Bin .../00-intro}/nlp-programming-ja-00-intro.odp | Bin .../00-intro}/nlp-programming-ja-00-intro.pdf | Bin .../00-intro}/sample-code/00-hello.cpp | 0 .../00-intro}/sample-code/00-hello.py | 0 .../00-intro}/sample-code/01-datatypes.cpp | 0 .../00-intro}/sample-code/01-datatypes.py | 0 .../00-intro}/sample-code/02-iffor.cpp | 0 .../00-intro}/sample-code/02-iffor.py | 0 .../00-intro}/sample-code/03-array.cpp | 0 .../00-intro}/sample-code/03-array.py | 0 .../00-intro}/sample-code/04-keyvalue.cpp | 0 .../00-intro}/sample-code/04-keyvalue.py | 0 .../00-intro}/sample-code/04a-keyvalue.py | 0 .../00-intro}/sample-code/05-split.cpp | 0 .../00-intro}/sample-code/05-split.py | 0 .../00-intro}/sample-code/06-function.cpp | 0 .../00-intro}/sample-code/06-function.py | 0 .../00-intro}/sample-code/07-readfile.cpp | 0 .../00-intro}/sample-code/07-readfile.py | 0 63 files changed, 168406 insertions(+) create mode 100644 data/big-ws-model.txt create mode 100644 data/mstparser-en-test.dep create mode 100644 data/mstparser-en-train.dep create mode 100644 data/titles-en-test.labeled create mode 100644 data/titles-en-test.word create mode 100644 data/titles-en-train.labeled create mode 100644 data/titles-en-train.word create mode 100644 data/titles-ja-test.labeled create mode 100644 data/titles-ja-test.word create mode 100644 data/titles-ja-train.labeled create mode 100644 data/titles-ja-train.word create mode 100644 data/wiki-en-documents.word create mode 100644 data/wiki-en-short.tok create mode 100644 data/wiki-en-test.grammar create mode 100644 data/wiki-en-test.norm create mode 100644 data/wiki-en-test.norm_pos create mode 100644 data/wiki-en-test.parse create mode 100644 data/wiki-en-test.pos create mode 100644 data/wiki-en-test.tok create mode 100644 data/wiki-en-test.txt create mode 100644 data/wiki-en-test.word create mode 100644 data/wiki-en-train.norm create mode 100644 data/wiki-en-train.norm_pos create mode 100644 data/wiki-en-train.pos create mode 100644 data/wiki-en-train.txt create mode 100644 data/wiki-en-train.word create mode 100644 data/wiki-ja-documents.word create mode 100644 data/wiki-ja-test.pos create mode 100644 data/wiki-ja-test.pron create mode 100644 data/wiki-ja-test.txt create mode 100644 data/wiki-ja-test.word create mode 100644 data/wiki-ja-test.word_pos create mode 100644 data/wiki-ja-test.word_pos_pron create mode 100644 data/wiki-ja-test.word_pron create mode 100644 data/wiki-ja-train.pos create mode 100644 data/wiki-ja-train.pron create mode 100644 data/wiki-ja-train.pron_word create mode 100644 data/wiki-ja-train.txt create mode 100644 data/wiki-ja-train.word create mode 100644 data/wiki-ja-train.word_pos create mode 100644 data/wiki-ja-train.word_pos_pron create mode 100644 data/wiki-ja-train.word_pron rename {00-intro => download/00-intro}/nlp-programming-en-00-intro.odp (100%) rename {00-intro => download/00-intro}/nlp-programming-en-00-intro.pdf (100%) rename {00-intro => download/00-intro}/nlp-programming-ja-00-intro.odp (100%) rename {00-intro => download/00-intro}/nlp-programming-ja-00-intro.pdf (100%) rename {00-intro => download/00-intro}/sample-code/00-hello.cpp (100%) rename {00-intro => download/00-intro}/sample-code/00-hello.py (100%) rename {00-intro => download/00-intro}/sample-code/01-datatypes.cpp (100%) rename {00-intro => download/00-intro}/sample-code/01-datatypes.py (100%) rename {00-intro => download/00-intro}/sample-code/02-iffor.cpp (100%) rename {00-intro => download/00-intro}/sample-code/02-iffor.py (100%) rename {00-intro => download/00-intro}/sample-code/03-array.cpp (100%) rename {00-intro => download/00-intro}/sample-code/03-array.py (100%) rename {00-intro => download/00-intro}/sample-code/04-keyvalue.cpp (100%) rename {00-intro => download/00-intro}/sample-code/04-keyvalue.py (100%) rename {00-intro => download/00-intro}/sample-code/04a-keyvalue.py (100%) rename {00-intro => download/00-intro}/sample-code/05-split.cpp (100%) rename {00-intro => download/00-intro}/sample-code/05-split.py (100%) rename {00-intro => download/00-intro}/sample-code/06-function.cpp (100%) rename {00-intro => download/00-intro}/sample-code/06-function.py (100%) rename {00-intro => download/00-intro}/sample-code/07-readfile.cpp (100%) rename {00-intro => download/00-intro}/sample-code/07-readfile.py (100%) diff --git a/data/big-ws-model.txt b/data/big-ws-model.txt new file mode 100644 index 0000000..641e56f --- /dev/null +++ b/data/big-ws-model.txt @@ -0,0 +1,83184 @@ +# 0.00000046 +$ 0.00000165 +' 0.00000128 +'S 0.00000028 +'evolution 0.00000009 +'ll 0.00000009 +'re 0.00000009 +'s 0.00000128 +'t 0.00000037 +; 0.00000156 + 0.03927687 += 0.00000275 +@ 0.00000211 +\ 0.00000064 +^ 0.00000009 +` 0.00000018 +~triad 0.00000009 +£ 0.00000018 +¥ 0.00000037 +° 0.00000055 +´ 0.00000018 +× 0.00000550 +Α 0.00000009 +α 0.00000046 +β 0.00000018 +μ 0.00000009 +А 0.00000009 +М 0.00000009 +С 0.00000018 +‐ 0.00000018 +— 0.00000935 +—— 0.00014984 +——— 0.00000009 +——え 0.00000009 +—ブル 0.00000009 +‘ 0.00000174 +’ 0.00000193 +“ 0.00009253 +” 0.00011701 +‥ 0.00000110 +… 0.00022834 +…… 0.00006813 +※ 0.00000248 +℃ 0.00000202 +Ⅰ 0.00000009 +Ⅱ 0.00000028 +⇒ 0.00000018 +− 0.00015589 +−ス 0.00000009 +−ズ 0.00000009 +−ル 0.00000009 +−ン 0.00000009 +∞ 0.00000028 +── 0.00000871 +──ファーガソン 0.00000009 +──ブ 0.00000018 +│ 0.00000009 +▲ 0.00000009 +○ 0.00000559 +○○ 0.00000009 +● 0.00000083 +★ 0.00000009 +☆ 0.00000018 +♂ 0.00000018 +、 0.04031521 +、リック 0.00000009 +、二 0.00000028 +、5 0.00000028 +、7 0.00000018 +。 0.03812619 +〆 0.00000009 +〇 0.00000018 +〈 0.00000009 +「 0.00507737 +」 0.00514064 +『 0.00033499 +『_』 0.00000009 +』 0.00033719 +〓 0.00000009 +〜 0.00028483 +〜ん 0.00000018 +〜^ 0.00000110 +〝 0.00000009 +〟 0.00000009 +あ 0.00579237 +あぁ 0.00000624 +あぁわし 0.00000009 +ああ 0.00006768 +あああ 0.00000009 +ああい 0.00000009 +ああお 0.00000009 +ああした 0.00000009 +ああそ 0.00000009 +ああそう 0.00000009 +ああっ 0.00000009 +ああな 0.00000009 +ああなるほど 0.00000028 +ああー 0.00000009 +ああーっ 0.00000009 +あい 0.00000807 +あいあい 0.00000037 +あいこ 0.00000046 +あいさい 0.00000009 +あいさつ 0.00000422 +あいさん 0.00000028 +あいず 0.00000009 +あいそ 0.00000018 +あいだ 0.00003641 +あいつ 0.00002091 +あいつら 0.00000028 +あいづち 0.00000018 +あいて 0.00000046 +あいで 0.00000009 +あいに 0.00000009 +あいにく 0.00000642 +あいにくど 0.00000009 +あいのり 0.00000009 +あいま 0.00000009 +あいまい 0.00000202 +あえ 0.00000669 +あえい 0.00000046 +あえぎ 0.00000018 +あえぐ 0.00000028 +あえて 0.00000880 +あえ物 0.00000009 +あお 0.00000312 +あおい 0.00000037 +あおいだり 0.00000009 +あおぎ 0.00000009 +あおざめ 0.00000009 +あおむけ 0.00000119 +あおむし 0.00000009 +あおり 0.00000092 +あおりたて 0.00000009 +あか 0.00000037 +あかあか 0.00000037 +あかし 0.00000046 +あかすり 0.00000009 +あかた 0.00000009 +あかちゃん 0.00000009 +あかつき 0.00000064 +あかぬけ 0.00000009 +あかね 0.00000009 +あかみたい 0.00000009 +あからさま 0.00000238 +あからめ 0.00000018 +あかり 0.00000138 +あかる 0.00000128 +あかん 0.00000009 +あかんぼう 0.00000073 +あかんぼうと 0.00000009 +あか抜け 0.00000037 +あが 0.00001210 +あがき 0.00000009 +あがっと 0.00000009 +あがめ 0.00000156 +あがり 0.00000073 +あがりかけ 0.00000009 +あがりこ 0.00000018 +あがりこぼし 0.00000009 +あき 0.00000165 +あきあき 0.00000037 +あきず 0.00000009 +あきた 0.00000028 +あきのり 0.00000009 +あきびん 0.00000009 +あきめくら 0.00000009 +あきら 0.00000018 +あきらか 0.00000147 +あきらめ 0.00002614 +あきらめかけ 0.00000064 +あきらめろ 0.00000064 +あきれ 0.00000504 +あきれかえ 0.00000037 +あく 0.00000064 +あくせく 0.00000128 +あくたい 0.00000018 +あくど 0.00000028 +あくび 0.00000174 +あくまで 0.00001183 +あくる 0.00000083 +あくる日 0.00000009 +あくる朝 0.00000009 +あぐね 0.00000046 +あぐら 0.00000101 +あぐる 0.00000009 +あけ 0.00000954 +あけがた 0.00000009 +あけくれ 0.00000018 +あけすけ 0.00000009 +あけはな 0.00000018 +あけぼの 0.00000009 +あけれ 0.00000009 +あけろ 0.00000018 +あげ 0.00014443 +あげく 0.00000303 +あげだ 0.00000009 +あげつら 0.00000009 +あげらる 0.00000009 +あげれ 0.00000202 +あげろ 0.00000009 +あこがれ 0.00000165 +あこの 0.00000009 +あご 0.00000385 +あごと 0.00000009 +あごひげ 0.00000147 +あごも 0.00000009 +あごや 0.00000009 +あご髭 0.00000009 +あさ 0.00000119 +あさい 0.00000018 +あさかぜ 0.00000046 +あさがお 0.00000009 +あさき 0.00000009 +あさって 0.00000083 +あさの 0.00000009 +あさひ 0.00000018 +あさま 0.00000018 +あさまし 0.00000009 +あさみ 0.00000046 +あさゆう 0.00000009 +あさり 0.00000028 +あさり歩 0.00000009 +あざ 0.00000119 +あざけ 0.00000083 +あざけり 0.00000028 +あざなえ 0.00000009 +あざみ 0.00000018 +あざむ 0.00000018 +あざやか 0.00000009 +あざわら 0.00000009 +あざ笑 0.00000156 +あし 0.00000064 +あしか 0.00000009 +あしから 0.00000009 +あした 0.00000174 +あしなが 0.00000037 +あしら 0.00000248 +あしらい 0.00000018 +あじさい 0.00000046 +あじわえ 0.00000009 +あす 0.00000046 +あすこ 0.00000046 +あすこが 0.00000009 +あすこの 0.00000018 +あずか 0.00000101 +あずから 0.00000009 +あずかり 0.00000037 +あずかれ 0.00000037 +あずき 0.00000073 +あずけ 0.00000046 +あずさ 0.00000037 +あずまや 0.00000009 +あずみ 0.00000055 +あせ 0.00000541 +あせも 0.00000009 +あせり 0.00000064 +あぜ 0.00000009 +あぜん 0.00000257 +あぜ溝 0.00000009 +あぜ道 0.00000028 +あそ 0.00000092 +あそこ 0.00001641 +あそば 0.00000018 +あそび 0.00000046 +あそぶ 0.00000009 +あた 0.00002531 +あたい 0.00000009 +あたえ 0.00000101 +あたかも 0.00000605 +あたし 0.00001733 +あたしか 0.00000009 +あたしにあ 0.00000009 +あたしゃ 0.00000046 +あたたか 0.00000257 +あたたかい 0.00000018 +あたため 0.00000046 +あたま 0.00000358 +あたら 0.00000009 +あたらし 0.00000055 +あたらしい 0.00000009 +あたり 0.00003402 +あたりまえ 0.00000101 +あたん 0.00000009 +あだ 0.00000092 +あだち 0.00000028 +あだ名 0.00000110 +あだ討ち 0.00000046 +あち 0.00000009 +あちこ 0.00000009 +あちこち 0.00002164 +あちこちうろつ 0.00000009 +あちこちよた 0.00000009 +あちちちち 0.00000018 +あちゃー 0.00000009 +あちら 0.00000651 +あちらこちら 0.00000348 +あっ 0.00001486 +あっか 0.00000018 +あっけ 0.00000183 +あっけらかん 0.00000009 +あっけらかんと 0.00000009 +あっさり 0.00000459 +あっし 0.00000046 +あっしぁ 0.00000009 +あっしゃ 0.00000009 +あっせん 0.00000238 +あっち 0.00000871 +あっちこっち 0.00000110 +あっちゃ 0.00000009 +あっちょん 0.00000018 +あっと 0.00000110 +あっぱれ 0.00000037 +あつ 0.00000138 +あつあつ 0.00000009 +あつか 0.00000037 +あつかい 0.00000018 +あつかえ 0.00000018 +あつかまし 0.00000073 +あつかん 0.00000018 +あつく 0.00000009 +あつこ 0.00000009 +あつた 0.00000009 +あつべえ 0.00000009 +あつぼった 0.00000009 +あつま 0.00000028 +あつまり 0.00000009 +あつめ 0.00000046 +あつらえ 0.00000110 +あつらえむき 0.00000009 +あつれき 0.00000083 +あづさ 0.00000009 +あて 0.00001265 +あてが 0.00000064 +あてこ 0.00000009 +あてこすり 0.00000009 +あてさき 0.00000009 +あてつけ 0.00000018 +あてど 0.00000009 +あてはま 0.00000073 +あてはめ 0.00000055 +あてはめれ 0.00000009 +あてもの 0.00000009 +あてろ 0.00000009 +あて先 0.00000046 +あでやか 0.00000064 +あと 0.00009528 +あとあと 0.00000009 +あとあの 0.00000009 +あとかた 0.00000009 +あとこの 0.00000009 +あとじさり 0.00000009 +あとずさり 0.00000018 +あどけな 0.00000055 +あな 0.00000018 +あながち 0.00000064 +あながちうそ 0.00000009 +あなぐら 0.00000037 +あなご 0.00000009 +あなご飯 0.00000009 +あなた 0.00098094 +あなど 0.00000018 +あなん 0.00000009 +あに 0.00000009 +あの 0.00029803 +あのう 0.00000055 +あのうすきみ 0.00000009 +あのうま 0.00000009 +あのぶとう 0.00000009 +あのー 0.00000092 +あの世 0.00000064 +あば 0.00000064 +あばあさま 0.00000009 +あばきだ 0.00000009 +あばずれ 0.00000009 +あばた 0.00000037 +あばら 0.00000055 +あばら肉 0.00000009 +あばら骨 0.00000009 +あばれ 0.00000018 +あばれまわ 0.00000009 +あひる 0.00000055 +あび 0.00000138 +あびせかけ 0.00000009 +あふれ 0.00003962 +あふれかえ 0.00000229 +あふれだ 0.00000028 +あふれで 0.00000009 +あふれ出 0.00000101 +あふれ落ち 0.00000009 +あぶ 0.00000073 +あぶく 0.00000018 +あぶっ 0.00000009 +あぶな 0.00000073 +あぶなっかし 0.00000018 +あぶみ 0.00000018 +あぶら 0.00000055 +あぶらあげ 0.00000009 +あぶらみ 0.00000018 +あぶりだ 0.00000009 +あぶりもの 0.00000009 +あぶり出 0.00000009 +あぶれ 0.00000018 +あべこべ 0.00000028 +あべの 0.00000028 +あほ 0.00000110 +あほう 0.00000037 +あほか 0.00000018 +あほら 0.00000009 +あま 0.00000064 +あまあの 0.00000009 +あまず 0.00000009 +あまた 0.00000046 +あまつさえ 0.00000009 +あまねく 0.00000037 +あまの 0.00000009 +あまり 0.00022192 +あみ 0.00000018 +あみだ 0.00000064 +あみと 0.00000009 +あみん 0.00000009 +あめ 0.00000339 +あめん 0.00000009 +あめんぼう 0.00000028 +あや 0.00000183 +あやう 0.00000055 +あやか 0.00000092 +あやかし 0.00000009 +あやし 0.00000037 +あやす 0.00000009 +あやつ 0.00000138 +あやふや 0.00000156 +あやま 0.00000046 +あやまり 0.00000018 +あやめ 0.00000009 +あゆみ 0.00000348 +あゆみや 0.00000018 +あら 0.00002027 +あらぁ 0.00000018 +あらあ 0.00000037 +あらあら 0.00000064 +あらあらし 0.00000009 +あらい 0.00000028 +あらいぐま 0.00001146 +あらお 0.00000009 +あらか 0.00000009 +あらかじめ 0.00000697 +あらかじめどの 0.00000009 +あらかた 0.00000037 +あらかわ 0.00000009 +あらくれもの 0.00000009 +あらけずり 0.00000009 +あらご 0.00000009 +あらごめん 0.00000037 +あらし 0.00000138 +あらしぼり 0.00000009 +あらじ 0.00000009 +あらすじ 0.00000009 +あらず 0.00000018 +あらせ 0.00000018 +あらそ 0.00000028 +あらそい 0.00000009 +あらた 0.00000028 +あらたま 0.00000009 +あらため 0.00000037 +あらためて 0.00000899 +あらっ 0.00000028 +あらっぽ 0.00000055 +あらば 0.00000083 +あらびき 0.00000009 +あらへん 0.00000009 +あらほんと 0.00000028 +あらま 0.00000064 +あらまぁ 0.00000009 +あらまあ 0.00000348 +あらまあー 0.00000009 +あらまし 0.00000055 +あらまー 0.00000037 +あらや 0.00000046 +あらゆる 0.00009702 +あらよ 0.00000009 +あらら 0.00000028 +あらる 0.00000009 +あられ 0.00000037 +あらわ 0.00000715 +あらわれ 0.00000596 +あらん 0.00000110 +あらー 0.00000092 +あら捜し 0.00000037 +あら熱 0.00000009 +あり 0.00002834 +ありあり 0.00000165 +ありあわせ 0.00000009 +ありか 0.00000028 +ありがた 0.00001577 +ありがたが 0.00000009 +ありがたみ 0.00000037 +ありがたみと 0.00000009 +ありがて 0.00000009 +ありがと 0.00000156 +ありがとう 0.00010014 +ありがとうごぜぇ 0.00000009 +ありがとー 0.00000037 +ありさま 0.00000303 +ありたけ 0.00000009 +ありったけ 0.00000073 +ありったけつか 0.00000009 +ありつ 0.00000018 +ありつけ 0.00000156 +ありのまま 0.00000394 +ありふれ 0.00000403 +ありゃ 0.00000156 +ありゃあ 0.00000009 +ありよう 0.00000009 +あり合わせ 0.00000028 +ある 0.00023778 +あるいは 0.00010683 +あるいわ 0.00000009 +あるきまわ 0.00000018 +あるけ 0.00000009 +あるじ 0.00000018 +あるすし屋 0.00000009 +あれ 0.00006181 +あれあれ 0.00000018 +あれぇ 0.00000028 +あれえ 0.00000055 +あれこれ 0.00000816 +あれじゃー 0.00000009 +あれすご 0.00000009 +あれっ 0.00000046 +あれっきり 0.00000009 +あれれ 0.00000009 +あれー 0.00000009 +あろ 0.00000037 +あわ 0.00000238 +あわさ 0.00000009 +あわし 0.00000009 +あわず 0.00000018 +あわせ 0.00000954 +あわせも 0.00000018 +あわせれ 0.00000009 +あわただし 0.00000073 +あわだ 0.00000009 +あわて 0.00000633 +あわてんぼう 0.00000009 +あわや 0.00000009 +あわれ 0.00000321 +あわれみ 0.00000018 +あわれん 0.00000009 +あわ立 0.00000009 +あん 0.00000321 +あんぐり 0.00000101 +あんぐりあけ 0.00000009 +あんこ 0.00000037 +あんこう 0.00000018 +あんず 0.00000028 +あんた 0.00001981 +あんたがた 0.00000018 +あんたら 0.00000055 +あんたんと 0.00000018 +あんだ 0.00000028 +あんと 0.00000009 +あんな 0.00003090 +あんない 0.00000009 +あんなたる 0.00000009 +あんなに 0.00000009 +あんなわら 0.00000009 +あんまり 0.00001311 +あんまん 0.00000009 +あんよ 0.00000028 +あんパン 0.00000009 +あん蜜 0.00000009 +あん馬 0.00000018 +あー 0.00000431 +あーあ 0.00000156 +あーあー 0.00000009 +あーっ 0.00000009 +あーねむ 0.00000009 +あーまた 0.00000009 +あーよ 0.00000009 +あーら 0.00000018 +あーん 0.00000037 +あーヤバ 0.00000009 +あ一 0.00000009 +あ然 0.00000009 +い 0.03307047 +いあ 0.00000009 +いあげ 0.00000009 +いあわせ 0.00000009 +いい 0.00002045 +いいあ 0.00000009 +いいあらそ 0.00000028 +いいあらわ 0.00000009 +いいえ 0.00001926 +いいかえ 0.00000018 +いいかえれ 0.00000037 +いいきか 0.00000009 +いいきれ 0.00000009 +いいご 0.00000009 +いいすてき 0.00000009 +いいぞ 0.00000046 +いいたて 0.00000009 +いいつけ 0.00000119 +いいの 0.00000009 +いいは 0.00000009 +いいはな 0.00000009 +いいぶんどおり 0.00000009 +いいもり 0.00000018 +いいや 0.00000138 +いいわ 0.00000037 +いいわけ 0.00000046 +いいわた 0.00000018 +いいん 0.00000037 +いい出 0.00000009 +いい子 0.00000018 +いい返 0.00000009 +いう 0.00000028 +いぇー 0.00000009 +いえ 0.00009060 +いえいえ 0.00000092 +いえこの 0.00000009 +いえす 0.00000009 +いお 0.00000110 +いおう 0.00000055 +いおり 0.00000009 +いおん 0.00000009 +いか 0.00000743 +いかい 0.00000009 +いかが 0.00002714 +いかがわし 0.00000138 +いかぎ 0.00000009 +いかけ 0.00000009 +いかさま 0.00000055 +いかせ 0.00000018 +いかだ 0.00000110 +いかつ 0.00000037 +いかな 0.00000018 +いかなる 0.00002072 +いかに 0.00004466 +いかぶさ 0.00000009 +いかめし 0.00000119 +いかめしと 0.00000009 +いかり 0.00000046 +いかりや 0.00000028 +いかれ 0.00000018 +いかん 0.00000055 +いかんな 0.00000009 +いかんよ 0.00000009 +いが 0.00000028 +いがかり 0.00000018 +いがち 0.00000018 +いき 0.00000468 +いきいき 0.00000119 +いきえ 0.00000009 +いきおい 0.00000073 +いきかけ 0.00000028 +いきさつ 0.00000367 +いきたい 0.00000009 +いきつけ 0.00000009 +いきな 0.00000018 +いきなり 0.00001476 +いきなりお 0.00000009 +いきなりかけ 0.00000009 +いきなりすご 0.00000009 +いきなりひらめ 0.00000009 +いきなり変わ 0.00000018 +いきなり手 0.00000009 +いきなり身 0.00000009 +いきもの 0.00000009 +いきりた 0.00000009 +いきり立 0.00000018 +いきれ 0.00000018 +いぎたな 0.00000009 +いく 0.00012930 +いくか 0.00000009 +いくそ 0.00000009 +いくぞ 0.00000018 +いくつ 0.00000018 +いくにん 0.00000009 +いくばく 0.00000046 +いくび 0.00000009 +いくぶん 0.00000422 +いくぶんか 0.00000028 +いくら 0.00006557 +いくらい 0.00000009 +いくらし 0.00000018 +いくる 0.00000009 +いぐさ 0.00000018 +いぐつ 0.00000303 +いけ 0.00018918 +いけいけ 0.00000009 +いけがき 0.00000009 +いけず 0.00000018 +いけにえ 0.00000101 +いけば 0.00000055 +いけれ 0.00000037 +いけん 0.00000018 +いこ 0.00000642 +いこい 0.00000018 +いこう 0.00000055 +いこけ 0.00000009 +いこと 0.00000046 +いこな 0.00000018 +いこぶり 0.00000009 +いご 0.00000092 +いごこち 0.00000055 +いごみ 0.00000083 +いさ 0.00000101 +いさお 0.00000037 +いさかい 0.00000028 +いさぎよ 0.00000018 +いささか 0.00000459 +いささかお 0.00000009 +いささかがく 0.00000009 +いささかつら 0.00000009 +いささかなり 0.00000009 +いさまし 0.00000009 +いさむ 0.00000009 +いさめ 0.00000055 +いさわぎ 0.00000009 +いさん 0.00000037 +いざ 0.00000605 +いざこざ 0.00000110 +いざっ 0.00000018 +いざと 0.00000028 +いざな 0.00000028 +いざりか 0.00000009 +いし 0.00000348 +いしゅろ 0.00000009 +いじ 0.00000248 +いじく 0.00000028 +いじくり回 0.00000018 +いじけ 0.00000009 +いじめ 0.00003072 +いじめじめ 0.00000009 +いじめっこ 0.00000018 +いじめて 0.00000009 +いじゃ 0.00000009 +いじらし 0.00000028 +いじり 0.00000028 +いす 0.00000706 +いすかし 0.00000009 +いすと 0.00000009 +いすみ 0.00000028 +いすれ 0.00000009 +いず 0.00000046 +いずく 0.00000009 +いずこ 0.00000018 +いずみ 0.00000028 +いずり 0.00000009 +いずれ 0.00004576 +いずれあの 0.00000009 +いずれこう 0.00000009 +いずれこれ 0.00000009 +いせい 0.00000046 +いぜん 0.00000028 +いそ 0.00000202 +いそいそ 0.00000046 +いそう 0.00000147 +いそうだ 0.00000009 +いそがし 0.00000055 +いそぎ 0.00000037 +いそげ 0.00000009 +いそこ 0.00000009 +いそし 0.00000009 +いそしん 0.00000009 +いそよ風 0.00000018 +いぞ 0.00000147 +いぞー 0.00000018 +いた 0.00003549 +いたい 0.00000037 +いたいし 0.00000018 +いたか 0.00000009 +いたが 0.00000009 +いたく 0.00000055 +いたずら 0.00001000 +いたずらっ子 0.00000009 +いたたまれ 0.00000009 +いただ 0.00012866 +いただい 0.00000009 +いただく 0.00000064 +いただけ 0.00010280 +いただけれ 0.00001155 +いたっ 0.00000037 +いたって 0.00000156 +いたて 0.00000009 +いたぶ 0.00000009 +いたま 0.00000018 +いたまえ 0.00000028 +いたまし 0.00000018 +いたましい 0.00000101 +いため 0.00000559 +いたら 0.00000028 +いたり 0.00000101 +いたる 0.00000559 +いたれ 0.00000028 +いたわ 0.00000073 +いたわし 0.00000009 +いたわり 0.00000128 +いたわる 0.00000009 +いたん 0.00000009 +いだ 0.00000193 +いだり 0.00000018 +いだん 0.00000009 +いだんまり 0.00000009 +いち 0.00000495 +いちいち 0.00000348 +いちおう 0.00000009 +いちかば 0.00000101 +いちかばち 0.00000018 +いちかばちか 0.00000009 +いちが 0.00000009 +いちご 0.00000018 +いちじく 0.00000018 +いちじるし 0.00000009 +いちはやく 0.00000009 +いちばん 0.00003127 +いちぶ 0.00000009 +いちめん 0.00000046 +いちもくさん 0.00000009 +いちゃ 0.00000064 +いちゃい 0.00000009 +いちゃいちゃ 0.00000009 +いちゃつ 0.00000064 +いちゃもん 0.00000037 +いちょう 0.00000028 +いちらん 0.00000009 +いち早く 0.00000211 +いぢめ 0.00000009 +いっ 0.00001027 +いっかー 0.00000028 +いっき 0.00000009 +いっきり 0.00000046 +いっけなー 0.00000009 +いっけん 0.00000009 +いっこう 0.00000248 +いっさい 0.00000403 +いっしゅん 0.00000101 +いっしょ 0.00001192 +いっしょう 0.00000128 +いっしょくた 0.00000009 +いっせい 0.00000275 +いっそ 0.00000147 +いっそあの 0.00000009 +いっそう 0.00001137 +いっそこ 0.00000009 +いった 0.00000119 +いったい 0.00001146 +いったいなん 0.00000009 +いったん 0.00000385 +いっち 0.00000037 +いっちょ 0.00000046 +いっっしょ 0.00000009 +いっつ 0.00000028 +いって 0.00000128 +いっぱい 0.00006777 +いっぱし 0.00000055 +いっぱしり 0.00000009 +いっひょに 0.00000009 +いっぷう 0.00000009 +いっぺん 0.00000073 +いっぽう 0.00000037 +いつ 0.00040899 +いつうたい 0.00000009 +いつお 0.00000009 +いつか 0.00000028 +いつかわ 0.00000009 +いつく 0.00000028 +いつくし 0.00000028 +いつくしみ 0.00000009 +いつくば 0.00000037 +いつごろ 0.00000018 +いつぞや 0.00000009 +いつた 0.00000009 +いつだつ 0.00000009 +いつどう 0.00000018 +いつどの 0.00000018 +いつまた 0.00000009 +いつまで 0.00000009 +いつも 0.00000028 +いつ頃 0.00000275 +いづみ 0.00000028 +いづれ 0.00000009 +いて 0.00000284 +いてい 0.00000009 +いてぇの 0.00000009 +いてつ 0.00000009 +いては 0.00000028 +いで 0.00000403 +いでたち 0.00000009 +いと 0.00000358 +いとお 0.00000028 +いとおし 0.00000046 +いとこ 0.00000468 +いとし 0.00000119 +いとも 0.00000220 +いとわ 0.00000083 +いど 0.00000028 +いどころ 0.00000055 +いどの 0.00000009 +いどん 0.00000009 +いな 0.00000908 +いない 0.00000156 +いないか 0.00000009 +いなか 0.00000202 +いなかだて 0.00000009 +いなかの 0.00000009 +いなかま 0.00000009 +いなかむすめ 0.00000009 +いなげや 0.00000009 +いなさ 0.00000018 +いなづけ 0.00000018 +いなづま 0.00000028 +いななき 0.00000009 +いなびかり 0.00000009 +いなめ 0.00000009 +いなや 0.00000009 +いなり 0.00000046 +いなりずし 0.00000009 +いなー 0.00000046 +いに 0.00000009 +いにしえ 0.00000046 +いぬ 0.00000046 +いぬかる 0.00000009 +いね 0.00000055 +いねむり 0.00000009 +いの 0.00000018 +いのけ 0.00000009 +いのち 0.00000193 +いのり 0.00000009 +いはな 0.00000009 +いば 0.00000009 +いばら 0.00000119 +いばり 0.00000009 +いびき 0.00000348 +いびつ 0.00000018 +いぴたぴた 0.00000009 +いふ 0.00000009 +いふら 0.00000018 +いぶか 0.00000037 +いぶかし 0.00000092 +いぶし 0.00000009 +いぶす 0.00000009 +いぶん 0.00000009 +いほう 0.00000046 +いほこり 0.00000009 +いほど 0.00000009 +いぼ 0.00000009 +いぼう 0.00000009 +いぼろ 0.00000009 +いま 0.00006859 +いまあ 0.00000009 +いまい 0.00000055 +いまいち 0.00000128 +いまいまし 0.00000183 +いまくらい 0.00000009 +いまくる 0.00000009 +いまごろ 0.00000028 +いまさら 0.00000248 +いましがた 0.00000018 +いましめ 0.00000018 +いまだ 0.00004035 +いまで 0.00000028 +いまとまったく 0.00000009 +いまどき 0.00000064 +いまま 0.00000046 +いままで 0.00000018 +いままな 0.00000009 +いまみえ 0.00000009 +いまる 0.00000009 +いまわし 0.00000055 +いまわたし 0.00000009 +いみ 0.00000018 +いみじく 0.00000018 +いみもの 0.00000009 +いも 0.00000064 +いもの 0.00000119 +いもむし 0.00000028 +いもり 0.00000009 +いもん 0.00000046 +いや 0.00004759 +いやぁ 0.00000028 +いやあ 0.00000193 +いやあと 0.00000009 +いやあー 0.00000009 +いやいや 0.00000211 +いやが 0.00000009 +いやし 0.00000037 +いやす 0.00000018 +いやっ 0.00000009 +いやな 0.00000018 +いやねー 0.00000009 +いやはや 0.00000101 +いやま 0.00000018 +いやまだ 0.00000009 +いやまったく 0.00000037 +いやら 0.00000018 +いやらし 0.00000202 +いやらしい 0.00000009 +いやー 0.00000046 +いや増 0.00000009 +いゆ 0.00000009 +いよ 0.00000083 +いよいよ 0.00000981 +いよいよお 0.00000009 +いよいよそ 0.00000018 +いよぅ 0.00000009 +いよう 0.00001165 +いようす 0.00000009 +いよかん 0.00000009 +いら 0.00000532 +いらい 0.00000018 +いらいら 0.00000266 +いらし 0.00000028 +いらだ 0.00000064 +いらだたし 0.00000055 +いらだち 0.00000009 +いらっしゃ 0.00003787 +いらっしゃい 0.00000018 +いらっしゃれ 0.00000009 +いらつ 0.00000073 +いられん 0.00000009 +いらん 0.00000037 +いら立 0.00000046 +いり 0.00000046 +いりご 0.00000009 +いりたまご 0.00000009 +いりまじ 0.00000009 +いりみだれ 0.00000009 +いりゃ 0.00000009 +いる 0.00000165 +いるか 0.00000018 +いれ 0.00001229 +いれかえ 0.00000009 +いれこ 0.00000009 +いれずみ 0.00000009 +いろ 0.00000550 +いろい 0.00000009 +いろいろ 0.00012563 +いろいろな 0.00000009 +いろがみ 0.00000009 +いろど 0.00000018 +いろり 0.00000009 +いろんな 0.00002824 +いわ 0.00000844 +いわあ 0.00000009 +いわき 0.00000055 +いわく 0.00000138 +いわけ 0.00000055 +いわさき 0.00000018 +いわし 0.00000064 +いわな 0.00000018 +いわね 0.00000110 +いわねー 0.00000009 +いわば 0.00000954 +いわゆる 0.00002907 +いわら 0.00000009 +いわれ 0.00000009 +いわん 0.00000028 +いん 0.00000257 +いんぎん 0.00000009 +いんげん 0.00000018 +いんさい 0.00000009 +いんちき 0.00000073 +いんの 0.00000018 +いんろう 0.00000009 +いん石 0.00000009 +いー 0.00000073 +いーち 0.00000009 +いーっ 0.00000009 +いーや 0.00000018 +い主 0.00000018 +い争 0.00000092 +い出 0.00000128 +い分け 0.00000018 +い分量 0.00000009 +い去 0.00000018 +い子 0.00000009 +い寄 0.00000055 +い張 0.00000083 +い当て 0.00000009 +い悩 0.00000009 +い手 0.00000037 +い果た 0.00000037 +い歩 0.00000018 +い水 0.00000018 +い流 0.00000009 +い繕 0.00000009 +い聞かせ 0.00000009 +い草 0.00000018 +い落 0.00000009 +い落ち着 0.00000009 +い落穴 0.00000018 +い足 0.00000018 +い道 0.00000028 +い首 0.00000009 +う 0.00742641 +う〜 0.00000028 +う〜ん 0.00000055 +うあ 0.00000009 +うあー 0.00000009 +うい 0.00000028 +うぅ 0.00000018 +ううん 0.00001247 +うえ 0.00001311 +うえお 0.00000037 +うえふざけ 0.00000009 +うえーん 0.00000018 +うお 0.00000138 +うおのめ 0.00000009 +うお座 0.00000073 +うか 0.00000660 +うかうか 0.00000009 +うかが 0.00000532 +うかがい 0.00000018 +うかがいしれ 0.00000009 +うかがえ 0.00000385 +うかつ 0.00000073 +うかびあが 0.00000018 +うかび上が 0.00000009 +うかぶ 0.00000009 +うかべ 0.00000055 +うから 0.00000009 +うが 0.00000138 +うがい 0.00000073 +うき 0.00000018 +うきうき 0.00000083 +うき上が 0.00000018 +うく 0.00000018 +うぐいす 0.00000009 +うぐっ 0.00000009 +うけ 0.00000890 +うけあ 0.00000018 +うけいれ 0.00000009 +うけだ 0.00000009 +うけと 0.00000055 +うけとり 0.00000009 +うけもち 0.00000009 +うこと 0.00000037 +うご 0.00000083 +うごか 0.00000028 +うごく 0.00000037 +うごめ 0.00000037 +うごめか 0.00000018 +うさ 0.00000009 +うさぎ 0.00000697 +うさん 0.00000101 +うざい 0.00000009 +うざった 0.00000009 +うし 0.00000339 +うしお 0.00000028 +うしな 0.00000018 +うしろ 0.00000284 +うしろで 0.00000009 +うしろめた 0.00000009 +うじうじ 0.00000009 +うじゃうじゃ 0.00000028 +うす 0.00000138 +うすい 0.00000009 +うすいなんて 0.00000009 +うすうす 0.00000064 +うすぐら 0.00000009 +うすぐらい 0.00000018 +うすっぺら 0.00000009 +うすめ 0.00000009 +うすら 0.00000018 +うすれ 0.00000018 +うず 0.00000092 +うずうず 0.00000110 +うずき 0.00000009 +うずくま 0.00000147 +うずくまる 0.00000018 +うずたか 0.00000018 +うずま 0.00000046 +うずまき 0.00000018 +うずめ 0.00000037 +うずめて 0.00000046 +うずめる 0.00000009 +うずもれ 0.00000018 +うずら 0.00000028 +うず巻 0.00000009 +うせ 0.00000064 +うせろ 0.00000211 +うぜ 0.00000083 +うぜえ 0.00000009 +うそ 0.00003851 +うそだ 0.00000009 +うそっぱち 0.00000009 +うそつ 0.00000092 +うそつき 0.00000367 +うそつけ 0.00000037 +うそで 0.00000046 +うそと 0.00000055 +うその 0.00000064 +うそぶ 0.00000018 +うそー 0.00000028 +うぞ 0.00000028 +うた 0.00000605 +うたい 0.00000101 +うたいあ 0.00000009 +うたいあげ 0.00000018 +うたえ 0.00000028 +うたえもん 0.00000009 +うたたね 0.00000009 +うたた寝 0.00000073 +うだ 0.00000092 +うだつ 0.00000009 +うち 0.00027584 +うちあけ 0.00000028 +うちあげ 0.00000009 +うちあした 0.00000009 +うちあわせ 0.00000009 +うちから 0.00000147 +うちがい 0.00000009 +うちこ 0.00000037 +うちすて 0.00000009 +うちたて 0.00000009 +うちだ 0.00000018 +うちつけ 0.00000018 +うちに 0.00000009 +うちのめ 0.00000009 +うちひし 0.00000046 +うちふるえ 0.00000018 +うちへ 0.00000009 +うちほど 0.00000009 +うちやぶ 0.00000009 +うちら 0.00000009 +うちわ 0.00000110 +うち上げ 0.00000009 +うち倒れ 0.00000009 +うち出 0.00000009 +うち取 0.00000009 +うち壊 0.00000009 +うち捨て 0.00000009 +うち明け 0.00000028 +うち殺 0.00000009 +うち沈 0.00000009 +うち消 0.00000009 +うち破 0.00000009 +うち立て 0.00000028 +うち負か 0.00000018 +うち鳴ら 0.00000018 +うっ 0.00000018 +うっかり 0.00000413 +うっさい 0.00000009 +うっすら 0.00000064 +うっそ 0.00000009 +うっそう 0.00000046 +うっそー 0.00000046 +うったえ 0.00000055 +うっちゃ 0.00000009 +うってつけ 0.00000284 +うっと 0.00000092 +うっとうし 0.00000064 +うっとり 0.00000220 +うっぷん 0.00000009 +うっわ 0.00000009 +うつ 0.00000660 +うつくし 0.00000504 +うつけ 0.00000028 +うつし 0.00000018 +うつしかえ 0.00000009 +うつしだ 0.00000009 +うつつ 0.00000037 +うつな 0.00000009 +うつぶせ 0.00000128 +うつむ 0.00000110 +うつらうつら 0.00000028 +うつり 0.00000009 +うつりかわ 0.00000009 +うつろ 0.00000165 +うつろい 0.00000009 +うつわ 0.00000009 +うつ伏せ 0.00000009 +うつ病 0.00000037 +うで 0.00000202 +うでまえ 0.00000009 +うと 0.00000385 +うとう 0.00000110 +うとうと 0.00000073 +うとうとし 0.00000009 +うとく 0.00000009 +うとくす 0.00000009 +うとつく 0.00000009 +うとまし 0.00000028 +うどん 0.00000596 +うどんなど 0.00000009 +うどんや 0.00000055 +うな 0.00000238 +うなが 0.00000073 +うなぎ 0.00000193 +うなぎ上り 0.00000028 +うなぎ飯 0.00000009 +うなじ 0.00000018 +うなず 0.00000770 +うなずか 0.00000009 +うなずきあ 0.00000009 +うなずけ 0.00000248 +うなだれ 0.00000046 +うなづ 0.00000064 +うなづく 0.00000009 +うなづけ 0.00000037 +うなり 0.00000037 +うなり声 0.00000165 +うぬぼれ 0.00000293 +うね 0.00000165 +うねえ 0.00000037 +うねり 0.00000193 +うの 0.00000009 +うのみ 0.00000037 +うば 0.00000064 +うばいと 0.00000009 +うばぐるま 0.00000046 +うぴ 0.00000009 +うふっ 0.00000018 +うぶ 0.00000028 +うぶな 0.00000009 +うべ 0.00000009 +うま 0.00016167 +うまい 0.00000018 +うまさ 0.00000009 +うまばら 0.00000009 +うまみ 0.00000064 +うまれ 0.00000128 +うまれかわ 0.00000009 +うまれつ 0.00000009 +うまー 0.00000009 +うみつか 0.00000009 +うむ 0.00000284 +うめ 0.00000156 +うめい 0.00000018 +うめぇ 0.00000009 +うめき 0.00000046 +うめきごえ 0.00000009 +うめき声 0.00000183 +うめく 0.00000018 +うめぼし 0.00000009 +うもれ 0.00000018 +うもん 0.00000018 +うやうやし 0.00000073 +うやま 0.00000009 +うやむや 0.00000064 +うよ 0.00000046 +うよう 0.00000064 +うら 0.00000138 +うらがわ 0.00000009 +うらぎ 0.00000018 +うらしま 0.00000110 +うらの 0.00000009 +うらぶれ 0.00000055 +うらみ 0.00000046 +うらめし 0.00000018 +うらや 0.00000110 +うらやまし 0.00000807 +うらやましが 0.00000128 +うらら 0.00000009 +うららか 0.00000037 +うり 0.00000037 +うる 0.00000055 +うるお 0.00000009 +うるおい 0.00000055 +うるさ 0.00001550 +うるし 0.00000018 +うるせぇ 0.00000009 +うるせぇぞ 0.00000009 +うるせえ 0.00000028 +うるま 0.00000009 +うるわし 0.00000028 +うれし 0.00009895 +うれしん 0.00000009 +うろ 0.00000028 +うろうろ 0.00000156 +うろこ 0.00000073 +うろこの 0.00000028 +うろたえ 0.00000211 +うろつ 0.00000459 +うろつき 0.00000009 +うろつきまわ 0.00000028 +うろつき回 0.00000037 +うわ 0.00000138 +うわぁ 0.00000018 +うわあ 0.00000266 +うわあー 0.00000018 +うわお 0.00000293 +うわけ 0.00000018 +うわさ 0.00002916 +うわず 0.00000037 +うわずみ 0.00000009 +うわっ 0.00000147 +うわの 0.00000009 +うわば 0.00000009 +うわべ 0.00000156 +うわー 0.00000284 +うん 0.00004035 +うんうん 0.00000018 +うんか 0.00000009 +うんざり 0.00001577 +うんたしか 0.00000009 +うんち 0.00000064 +うんと 0.00000064 +うんにゃ 0.00000009 +うんぬん 0.00000046 +うんめい 0.00000009 +うー 0.00000018 +うーむ 0.00000018 +うーん 0.00001458 +うーんと 0.00000138 +ぇ 0.00000147 +ぇか 0.00000009 +ぇん 0.00000009 +え 0.00022568 +えあっ 0.00000009 +えい 0.00000046 +えいい 0.00000009 +えいきょう 0.00000009 +えいきょうし 0.00000009 +えいけ 0.00000009 +えいご 0.00000009 +えいごう 0.00000009 +えぇ 0.00000165 +ええ 0.00004448 +ええい 0.00000018 +ええっと 0.00000037 +ええもん 0.00000009 +ええー 0.00000009 +えが 0.00000064 +えきえ 0.00000009 +えくぼ 0.00000046 +えぐ 0.00000018 +えぐりだ 0.00000009 +えぐりと 0.00000009 +えぐり出 0.00000009 +えぐり取 0.00000009 +えぐれ 0.00000009 +えこ 0.00000064 +えさ 0.00000147 +えじき 0.00000009 +えだ 0.00000037 +えっ 0.00000587 +えっこ 0.00000009 +えっと 0.00000138 +えっらく 0.00000009 +えっー 0.00000009 +えつ 0.00000009 +えづけ 0.00000009 +えて 0.00000009 +えど 0.00000018 +えの 0.00000009 +えのき 0.00000009 +えば 0.00000018 +えひめ 0.00000037 +えび 0.00000147 +えびす 0.00000018 +えへん 0.00000009 +えほん 0.00000009 +えみ 0.00000018 +えみこ 0.00000018 +えみこと 0.00000009 +えもの 0.00000009 +えもん 0.00000055 +えら 0.00000688 +えらく 0.00000202 +えらくご 0.00000009 +えり 0.00000147 +えりすぐり 0.00000046 +えりなし 0.00000009 +えり分け 0.00000018 +えり抜き 0.00000037 +えん 0.00000046 +えんじ 0.00000046 +えんとつ 0.00000064 +えんどう 0.00000064 +えんび 0.00000009 +えんぴつ 0.00000009 +えんやー 0.00000009 +えんりょ 0.00000009 +えー 0.00000394 +えーえ 0.00000018 +えーっ 0.00000064 +えーっと 0.00000064 +えーと 0.00000229 +えーー 0.00000018 +え一 0.00000009 +ぉ 0.00000009 +ぉっ 0.00000009 +お 0.00278683 +おあ 0.00000009 +おあり 0.00000183 +おい 0.00000853 +おいおい 0.00000238 +おいおいと 0.00000009 +おいかけ 0.00000046 +おいこ 0.00000018 +おいこら 0.00000009 +おいご 0.00000018 +おいし 0.00007446 +おいしい 0.00000018 +おいしゅう 0.00000009 +おいしんぼ 0.00000037 +おいだんな 0.00000009 +おいつ 0.00000009 +おいで 0.00000110 +おいとま 0.00000018 +おいに 0.00000009 +おいのり 0.00000018 +おいら 0.00000046 +おぅ 0.00000028 +おう 0.00000138 +おうおう 0.00000028 +おうおうおうおう 0.00000009 +おうぎ 0.00000009 +おうし 0.00000385 +おうせい 0.00000018 +おうたい 0.00000009 +おうち 0.00000110 +おうむ 0.00000073 +おうよう 0.00000037 +おえ 0.00000083 +おえっ 0.00000009 +おえつ 0.00000009 +おぉ 0.00000009 +おぉっ 0.00000009 +おお 0.00001330 +おおい 0.00000037 +おおいかぶさ 0.00000037 +おおいに 0.00000101 +おおう 0.00000009 +おおかげ 0.00000009 +おおかた 0.00000055 +おおかみ 0.00000229 +おおき 0.00000055 +おおきな 0.00000073 +おおきなお 0.00000009 +おおく 0.00000018 +おおげさ 0.00000009 +おおごえ 0.00000009 +おおごと 0.00000009 +おおさわぎ 0.00000009 +おおざっぱ 0.00000055 +おおすみ 0.00000009 +おおせ 0.00000156 +おおぜい 0.00000138 +おおっ 0.00000018 +おおっと 0.00000009 +おおっぴら 0.00000046 +おおつぶ 0.00000009 +おおとり 0.00000009 +おおはしゃぎ 0.00000009 +おおまか 0.00000055 +おおみそか 0.00000009 +おおむね 0.00000422 +おおもい 0.00000009 +おおもと 0.00000009 +おおやけ 0.00000009 +おおよそ 0.00000202 +おおらか 0.00000110 +おおわらわ 0.00000009 +おか 0.00000339 +おかあ 0.00000018 +おかかり 0.00000009 +おかくれ 0.00000009 +おかけ 0.00000266 +おかげ 0.00006786 +おかげす 0.00000009 +おかし 0.00004209 +おかしな 0.00000532 +おかしなもの 0.00000092 +おかしみ 0.00000009 +おかず 0.00000147 +おかずたんなーい 0.00000009 +おかずは 0.00000009 +おかまい 0.00000055 +おかまいなし 0.00000037 +おかまど 0.00000009 +おかみ 0.00000321 +おかゆ 0.00000092 +おから 0.00000009 +おかわり 0.00000028 +おが 0.00000009 +おがくず 0.00000018 +おがさわら 0.00000028 +おがめ 0.00000009 +おき 0.00000844 +おきあが 0.00000018 +おきかえ 0.00000009 +おきて 0.00000018 +おきな 0.00000028 +おきなわ 0.00000009 +おきもの 0.00000009 +おき去り 0.00000009 +おぎ 0.00000009 +おく 0.00000330 +おくがた 0.00000018 +おくびょう 0.00000009 +おくら 0.00000009 +おくりぐるま 0.00000009 +おくりとどけ 0.00000009 +おくりびと 0.00000073 +おくりもの 0.00000073 +おくり名 0.00000009 +おくり物 0.00000009 +おくり込 0.00000009 +おくれ 0.00000339 +おぐらく 0.00000009 +おけ 0.00008501 +おこ 0.00000807 +おこう 0.00000018 +おこがまし 0.00000046 +おこげ 0.00000018 +おこし 0.00000092 +おこな 0.00000193 +おこら 0.00000009 +おこり 0.00000009 +おご 0.00000734 +おごそか 0.00000018 +おごっ 0.00000018 +おごり 0.00000275 +おごりかえ 0.00000018 +おごる 0.00000009 +おごれ 0.00000046 +おさえ 0.00000266 +おさえこ 0.00000028 +おさえつけ 0.00000018 +おさか 0.00000028 +おさかな 0.00000165 +おさじ 0.00000009 +おさな 0.00000009 +おさま 0.00000651 +おさまり 0.00000028 +おさむ 0.00000009 +おさめ 0.00000275 +おさめれ 0.00000009 +おさらい 0.00000018 +おざなり 0.00000037 +おし 0.00000220 +おしえ 0.00000028 +おしおき 0.00000009 +おしかけ 0.00000009 +おしこ 0.00000028 +おしすすめ 0.00000009 +おしずか 0.00000009 +おしたて 0.00000009 +おしっこ 0.00000055 +おしつけ 0.00000110 +おしつぶ 0.00000018 +おしとどめ 0.00000009 +おしなべ 0.00000009 +おしなべて 0.00000018 +おしの 0.00000009 +おしのけ 0.00000009 +おしぼり 0.00000101 +おしめ 0.00000037 +おしゃぶり 0.00000037 +おしゃれ 0.00001449 +おしよせ 0.00000028 +おしろい 0.00000018 +おしん 0.00000055 +おじ 0.00000926 +おじぎ 0.00000092 +おじけ 0.00000009 +おじけつ 0.00000009 +おじけづ 0.00000101 +おじゃま 0.00000018 +おじや 0.00000009 +おす 0.00000083 +おすが 0.00000009 +おすがり 0.00000009 +おすし 0.00000055 +おすし屋 0.00000009 +おずおず 0.00000138 +おせ 0.00000018 +おせじ 0.00000037 +おせち 0.00000229 +おぜん立て 0.00000009 +おそ 0.00000312 +おそいかか 0.00000018 +おそば 0.00000064 +おそばづき 0.00000009 +おそばや 0.00000009 +おそら 0.00000009 +おそらく 0.00001247 +おそる 0.00000018 +おそるおそる 0.00000046 +おそれ 0.00000348 +おそろ 0.00000009 +おそろい 0.00000055 +おそろか 0.00000009 +おそろし 0.00000330 +おそろしく 0.00000009 +おそわ 0.00000009 +おぞまし 0.00000147 +おたく 0.00000083 +おたふく 0.00000009 +おたま 0.00000009 +おたん 0.00000018 +おたんちん 0.00000009 +おだ 0.00000018 +おだて 0.00000156 +おだぶつ 0.00000009 +おだまり 0.00000018 +おだまん 0.00000009 +おだやか 0.00000046 +おち 0.00000165 +おちい 0.00000055 +おちかか 0.00000009 +おちこ 0.00000009 +おちつ 0.00000101 +おちつけ 0.00000018 +おちび 0.00000028 +おちょくる 0.00000009 +おっ 0.00000853 +おっか 0.00000083 +おっかけ 0.00000018 +おっかし 0.00000009 +おっかなびっくり 0.00000028 +おっき 0.00000514 +おっきな 0.00000009 +おっくう 0.00000064 +おっこち 0.00000009 +おっしゃ 0.00001862 +おっと 0.00000238 +おっとっと 0.00000009 +おっとり 0.00000009 +おっとー 0.00000009 +おっぱい 0.00000064 +おつき 0.00000018 +おつけ 0.00000009 +おつむ 0.00000064 +おつむり 0.00000028 +おて 0.00000009 +おてんば 0.00000028 +おでん 0.00000073 +おと 0.00000156 +おとぎ 0.00000284 +おとし 0.00000009 +おとしめ 0.00000064 +おとし入れ 0.00000009 +おとずれ 0.00000092 +おとな 0.00000422 +おとなが 0.00000009 +おとなし 0.00000981 +おとなしめ 0.00000009 +おとめ 0.00000211 +おとり 0.00000110 +おとろえ 0.00000028 +おど 0.00000321 +おどおど 0.00000138 +おどか 0.00000083 +おどけ 0.00000055 +おどけもの 0.00000009 +おどし 0.00000009 +おどしつけ 0.00000009 +おどり 0.00000275 +おどりある 0.00000009 +おどりかか 0.00000009 +おどりくるいた 0.00000009 +おどりし 0.00000009 +おどりで 0.00000018 +おどろ 0.00000541 +おどろか 0.00000009 +おどろき 0.00000046 +おどろし 0.00000018 +おない 0.00000009 +おないどし 0.00000009 +おなか 0.00002467 +おなかま 0.00000009 +おなさけ 0.00000009 +おなじ 0.00000284 +おなじく 0.00000028 +おなじみ 0.00000028 +おなべ 0.00000064 +おなら 0.00000128 +おなり 0.00000018 +おにぎり 0.00000477 +おにごっこ 0.00000028 +おぬし 0.00000028 +おねしょ 0.00000046 +おねー 0.00000009 +おの 0.00000018 +おのおの 0.00000128 +おのずから 0.00000009 +おのずと 0.00000055 +おのずへ 0.00000009 +おのの 0.00000110 +おののき 0.00000009 +おののきと 0.00000009 +おのぼり 0.00000018 +おのれ 0.00000083 +おはぎ 0.00000009 +おはし 0.00000009 +おはよう 0.00000459 +おば 0.00001073 +おばあ 0.00000009 +おひたし 0.00000009 +おひつじ 0.00000431 +おび 0.00000046 +おびえ 0.00000816 +おびえき 0.00000009 +おびき 0.00000046 +おびきよせ 0.00000009 +おびき出 0.00000018 +おびき寄せ 0.00000028 +おびただし 0.00000220 +おびだ 0.00000009 +おびやか 0.00000028 +おびやかすか 0.00000009 +おふ 0.00000009 +おふくろ 0.00000128 +おふざけ 0.00000055 +おふれ 0.00000073 +おべっか 0.00000101 +おぼえ 0.00000183 +おぼえれ 0.00000009 +おぼこ 0.00000018 +おぼし 0.00000018 +おぼしめ 0.00000009 +おぼしめし 0.00000028 +おぼつ 0.00000009 +おぼつかな 0.00000046 +おぼつかぬ 0.00000009 +おぼれ 0.00000147 +おぼろ 0.00000147 +おまえ 0.00007290 +おまえら 0.00000055 +おまえんち 0.00000018 +おまけ 0.00001100 +おまわり 0.00000018 +おみ 0.00000009 +おむすび 0.00000009 +おむつ 0.00000229 +おめぇ 0.00000018 +おめえ 0.00000028 +おめかし 0.00000083 +おめでと 0.00000284 +おも 0.00001807 +おもい 0.00000092 +おもいうかべ 0.00000009 +おもいき 0.00000037 +おもいきり 0.00000009 +おもいた 0.00000009 +おもいだ 0.00000101 +おもいだせ 0.00000028 +おもいっきり 0.00000073 +おもいつ 0.00000037 +おもいつき 0.00000018 +おもいで 0.00000009 +おもいめぐら 0.00000009 +おもいやり 0.00000009 +おもい込 0.00000028 +おもえ 0.00000018 +おもおもし 0.00000028 +おもし 0.00000037 +おもしれ 0.00000009 +おもしろ 0.00001064 +おもしろおかし 0.00000009 +おもしろが 0.00000009 +おもた 0.00000009 +おもだっ 0.00000009 +おもちゃ 0.00002549 +おもて 0.00000018 +おもてがわ 0.00000009 +おもてなし 0.00000220 +おもてむき 0.00000009 +おもな 0.00000018 +おもに 0.00000110 +おもむ 0.00000083 +おもむき 0.00000018 +おもむろ 0.00000009 +おもむろに 0.00000064 +おもらし 0.00000028 +おもり 0.00000037 +おもろ 0.00000018 +おもわし 0.00000018 +おや 0.00000926 +おやお 0.00000028 +おやおや 0.00000147 +おやじ 0.00000541 +おやっ 0.00000055 +おやつ 0.00000248 +おやま 0.00000330 +おやまぁ 0.00000009 +おやめ 0.00000009 +おやァ 0.00000009 +およ 0.00000816 +およぎ 0.00000009 +およぎまわ 0.00000009 +およげ 0.00000028 +およそ 0.00006135 +およそこ 0.00000009 +および 0.00005511 +およぼ 0.00000009 +およめ 0.00000110 +およろし 0.00000009 +おら 0.00000018 +おらん 0.00000028 +おり 0.00000715 +おりあい 0.00000009 +おりおり 0.00000018 +おりおりかが 0.00000009 +おりがみ 0.00000018 +おりもの 0.00000009 +おりゃ 0.00000009 +おりら 0.00000009 +おる 0.00000018 +おるす 0.00000018 +おれ 0.00003237 +おれおれ 0.00000018 +おれこんな 0.00000009 +おれだ 0.00000009 +おれみこ 0.00000009 +おれも 0.00000009 +おろ 0.00000706 +おろう 0.00000009 +おろおろ 0.00000028 +おろか 0.00000073 +おろし 0.00000092 +おろせ 0.00000018 +おろそか 0.00000138 +おわ 0.00000138 +おわり 0.00000018 +おわりさ 0.00000009 +おん 0.00000009 +おんどり 0.00000073 +おんな 0.00000037 +おんなしこ 0.00000009 +おんなじ 0.00000055 +おんぶ 0.00000083 +おんぼろ 0.00000028 +おー 0.00000018 +おーい 0.00000083 +お上 0.00000009 +お上り 0.00000009 +お下げ 0.00000055 +お乳 0.00000018 +お任せ 0.00000009 +お伝え 0.00000018 +お先 0.00000009 +お冷や 0.00000009 +お前 0.00002375 +お前入れ 0.00000009 +お前達 0.00000009 +お力 0.00000119 +お受け 0.00000009 +お召 0.00000009 +お吉 0.00000009 +お告げ 0.00000009 +お味 0.00000018 +お定まり 0.00000009 +お宝 0.00000009 +お察 0.00000083 +お察し 0.00000028 +お尋ね 0.00000018 +お巡り 0.00000119 +お席 0.00000009 +お帰り 0.00000009 +お座 0.00000018 +お座り 0.00000009 +お待 0.00000009 +お得 0.00000009 +お悔や 0.00000009 +お情け 0.00000009 +お手上げ 0.00000028 +お昼 0.00000009 +お替わり 0.00000009 +お月 0.00000009 +お渡し 0.00000009 +お玉 0.00000009 +お目 0.00000128 +お目見え 0.00000028 +お礼 0.00000009 +お米 0.00000018 +お聞 0.00000009 +お肉 0.00000028 +お腹 0.00000257 +お腹立ち 0.00000009 +お花 0.00000009 +お茶 0.00000009 +お茶の水 0.00000018 +お薦め 0.00000018 +お見え 0.00000018 +お越し 0.00000046 +お送り 0.00000009 +お酒 0.00000009 +お静か 0.00000018 +お題 0.00000028 +お馬 0.00000009 +か 0.00546215 +かぁ 0.00000028 +かあ 0.00000734 +かあかあ 0.00000009 +かあら 0.00000009 +かぃ 0.00000009 +かい 0.00001733 +かいかい 0.00000018 +かいがいし 0.00000028 +かいくぐ 0.00000055 +かいさつ 0.00000009 +かいた 0.00000009 +かいだ 0.00000028 +かいだん 0.00000009 +かいつ 0.00000055 +かいつま 0.00000009 +かいつまん 0.00000064 +かいと 0.00000009 +かいどう 0.00000009 +かいば 0.00000028 +かいばおけ 0.00000009 +かいほう 0.00000009 +かいまみえ 0.00000009 +かいま見 0.00000009 +かいもく 0.00000009 +かいよう 0.00000018 +かいろんな 0.00000009 +かい主 0.00000009 +かい葉 0.00000018 +かう 0.00000009 +かえ 0.00001669 +かえし 0.00000009 +かえっ 0.00000367 +かえって 0.00000358 +かえり 0.00000046 +かえりみ 0.00000028 +かえりみず 0.00000028 +かえりみち 0.00000009 +かえる 0.00000009 +かえれ 0.00000018 +かお 0.00000321 +かおまえ 0.00000009 +かおらんの 0.00000009 +かおり 0.00000055 +かおる 0.00000064 +かおれ 0.00000009 +かか 0.00023081 +かかあ 0.00000028 +かかえ 0.00000293 +かかえあげ 0.00000018 +かかえこ 0.00000009 +かかか 0.00000009 +かかかわ 0.00000009 +かかげ 0.00000174 +かかし 0.00000211 +かかずら 0.00000037 +かかずらわ 0.00000009 +かかせ 0.00000046 +かかっ 0.00000018 +かかっと 0.00000009 +かかと 0.00000293 +かかとも 0.00000009 +かから 0.00000018 +かかり 0.00000037 +かかりつけ 0.00000165 +かかりて 0.00000009 +かかれ 0.00000092 +かかろ 0.00000009 +かかわ 0.00011875 +かかわら 0.00000009 +かかわり 0.00001036 +かかわりあ 0.00000046 +かかわりあい 0.00000110 +かかわり合 0.00000018 +かかわり合い 0.00000073 +かかん 0.00000018 +かかんない 0.00000009 +かが 0.00000202 +かがく 0.00000009 +かがっ 0.00000028 +かがみ 0.00000018 +かがみこ 0.00000083 +かがみ込 0.00000018 +かがめ 0.00000266 +かがめて 0.00000009 +かがや 0.00000183 +かがやか 0.00000009 +かがやき 0.00000018 +かがり 0.00000018 +かがり火 0.00000028 +かがり船 0.00000009 +かがん 0.00000073 +かがんだ 0.00000018 +かき 0.00000468 +かきあげ 0.00000009 +かきあつめ 0.00000009 +かきあわせ 0.00000009 +かきいれ 0.00000018 +かきかえ 0.00000009 +かきすて 0.00000009 +かきたて 0.00000073 +かきなら 0.00000009 +かきね 0.00000009 +かきまぜ 0.00000028 +かきまわ 0.00000018 +かきむし 0.00000092 +かきもち 0.00000009 +かきわけ 0.00000064 +かき上げ 0.00000009 +かき乱 0.00000110 +かき入れ 0.00000009 +かき出 0.00000009 +かき分け 0.00000083 +かき回 0.00000156 +かき払 0.00000009 +かき捨て 0.00000028 +かき揚げ 0.00000009 +かき氷 0.00000009 +かき消 0.00000046 +かき消え 0.00000009 +かき混ぜ 0.00000220 +かき立て 0.00000394 +かき落と 0.00000009 +かき込 0.00000009 +かき集め 0.00000128 +かき鳴ら 0.00000028 +かぎ 0.00000605 +かぎつけ 0.00000046 +かぎづめ 0.00000018 +かぎと 0.00000009 +かぎまわ 0.00000028 +かぎり 0.00001330 +かぎわけ 0.00000009 +かぎ出 0.00000009 +かぎ針 0.00000009 +かく 0.00001256 +かくいつ 0.00000009 +かくかく 0.00000028 +かくし 0.00000092 +かくせ 0.00000009 +かくて 0.00000009 +かくに 0.00000009 +かくはん 0.00000009 +かくほど 0.00000009 +かくま 0.00000101 +かくまい 0.00000009 +かくれ 0.00000229 +かくれれ 0.00000009 +かくれんぼ 0.00000128 +かくれんぼう 0.00000009 +かく乱 0.00000018 +かぐ 0.00000092 +かぐや 0.00000174 +かぐわし 0.00000064 +かけ 0.00022265 +かけあ 0.00000009 +かけあが 0.00000037 +かけある 0.00000009 +かけあわせ 0.00000009 +かけお 0.00000009 +かけおり 0.00000018 +かけがえ 0.00000028 +かけこ 0.00000046 +かけず 0.00000083 +かけそ 0.00000009 +かけそば 0.00000037 +かけだ 0.00000128 +かけだし 0.00000009 +かけだるげ 0.00000009 +かけちゃ 0.00000009 +かけっこ 0.00000018 +かけっせま 0.00000009 +かけって 0.00000009 +かけつけ 0.00000064 +かけつつ 0.00000009 +かけつらね 0.00000009 +かけな 0.00000009 +かけなお 0.00000083 +かけぬけ 0.00000018 +かけのぼ 0.00000009 +かけはい 0.00000009 +かけひき 0.00000009 +かけまわ 0.00000037 +かけめぐ 0.00000028 +かけもち 0.00000055 +かけもど 0.00000046 +かけよ 0.00000064 +かけら 0.00000422 +かけれ 0.00000055 +かけ上が 0.00000009 +かけ下り 0.00000009 +かけ出 0.00000046 +かけ去 0.00000018 +かけ合 0.00000009 +かけ合い 0.00000009 +かけ合わせ 0.00000018 +かけ橋 0.00000046 +かけ算 0.00000009 +かけ足 0.00000009 +かけ込 0.00000018 +かけ離れ 0.00000073 +かげ 0.00000303 +かげり 0.00000037 +かげろう 0.00000028 +かげん 0.00001431 +かげんさ 0.00000009 +かこ 0.00000147 +かこい 0.00000009 +かこう 0.00000018 +かこつけ 0.00000009 +かこれ 0.00000009 +かご 0.00000459 +かごめかごめ 0.00000009 +かさ 0.00000284 +かさえ 0.00000028 +かさかさ 0.00000028 +かさつき 0.00000018 +かさと 0.00000009 +かさな 0.00000018 +かさね 0.00000028 +かさば 0.00000064 +かさぶた 0.00000028 +かさむ 0.00000046 +かさわぎ 0.00000009 +かさん 0.00000009 +かざ 0.00000633 +かざり 0.00000119 +かざりたて 0.00000028 +かざりつけ 0.00000009 +かざりなお 0.00000009 +かざりもの 0.00000018 +かざれ 0.00000018 +かし 0.00001733 +かしげ 0.00000147 +かしこ 0.00000174 +かしこま 0.00000468 +かしこより 0.00000009 +かしず 0.00000018 +かしずか 0.00000009 +かしま 0.00000009 +かしまし 0.00000009 +かしら 0.00003430 +かしらん 0.00000009 +かしわ手 0.00000009 +かじ 0.00000413 +かじか 0.00000009 +かじとり 0.00000018 +かじり 0.00000028 +かじりつ 0.00000046 +かじり付 0.00000009 +かす 0.00000303 +かすか 0.00000761 +かすかなざわめき 0.00000009 +かすがい 0.00000018 +かすぐ 0.00000009 +かすとろく 0.00000009 +かすみ 0.00000064 +かすみや 0.00000009 +かすめ 0.00000275 +かすめと 0.00000009 +かすり傷 0.00000028 +かすれ 0.00000064 +かず 0.00000257 +かずお 0.00000009 +かずつ 0.00000009 +かせ 0.00001247 +かせぎ 0.00000046 +かせぎ手 0.00000009 +かぜ 0.00000018 +かぜひ 0.00000028 +かそ 0.00000009 +かそう 0.00000009 +かそこ 0.00000028 +かぞえ 0.00000037 +かた 0.00001559 +かたいやくそく 0.00000009 +かたき 0.00000055 +かたぎ 0.00000028 +かたく 0.00000073 +かたくさん 0.00000009 +かたくり 0.00000055 +かたくり粉 0.00000009 +かたごし 0.00000018 +かたじけな 0.00000028 +かたすみ 0.00000009 +かたず 0.00000009 +かたずけ 0.00000018 +かたち 0.00000504 +かたっくるし 0.00000018 +かたっぱし 0.00000009 +かたっぽ 0.00000018 +かたつむり 0.00000018 +かたづ 0.00000009 +かたづけ 0.00000055 +かたど 0.00000128 +かたどり 0.00000009 +かたなし 0.00000009 +かたなび 0.00000009 +かたびら 0.00000028 +かたへ 0.00000018 +かたほう 0.00000018 +かたま 0.00000083 +かたまり 0.00000174 +かたまりなんか 0.00000009 +かたむ 0.00000009 +かたむけ 0.00000064 +かため 0.00000046 +かたゆで卵 0.00000018 +かたら 0.00000028 +かたわな 0.00000028 +かたわら 0.00000092 +かだ 0.00000009 +かだけ 0.00000009 +かち 0.00000009 +かちあ 0.00000009 +かちかち 0.00000018 +かちり 0.00000018 +かちわり 0.00000009 +かち割り氷 0.00000009 +かち合 0.00000018 +かっ 0.00129172 +かっか 0.00000064 +かっくら 0.00000018 +かっけ 0.00000009 +かっこ 0.00000312 +かっこう 0.00000238 +かっこよ 0.00000046 +かっさい 0.00000037 +かっさら 0.00000028 +かった 0.00000009 +かったる 0.00000009 +かったー 0.00000009 +かって 0.00000156 +かっと 0.00000073 +かっとう 0.00000009 +かっぱ 0.00000018 +かっぷく 0.00000018 +かっぽ 0.00000009 +かっ飛ば 0.00000009 +かつ 0.00002696 +かつお 0.00000110 +かつお節 0.00000046 +かつかつ 0.00000009 +かつきとめ 0.00000009 +かつぎ 0.00000037 +かつぎこ 0.00000009 +かつぎ上げ 0.00000009 +かつぎ込 0.00000018 +かつけな 0.00000018 +かつて 0.00006648 +かつてちょう 0.00000009 +かつどこ 0.00000009 +かつば 0.00000009 +かつまら 0.00000009 +かつら 0.00000330 +かつ丼 0.00000009 +かづ子 0.00000073 +かと 0.00000037 +かとう 0.00000009 +かど 0.00000229 +かどう 0.00000193 +かどけ 0.00000009 +かどっこ 0.00000009 +かどで 0.00000009 +かな 0.00002641 +かなあみ 0.00000009 +かなえ 0.00000532 +かなか 0.00000009 +かなかなか 0.00000009 +かながわ 0.00000009 +かなぐり捨て 0.00000018 +かなげだ 0.00000009 +かなさ 0.00000018 +かなし 0.00000156 +かなしげ 0.00000009 +かなしみ 0.00000028 +かなた 0.00000238 +かなだけ 0.00000009 +かなづち 0.00000028 +かなで 0.00000028 +かなの 0.00000009 +かなは 0.00000009 +かなめ 0.00000009 +かなら 0.00000009 +かならず 0.00000128 +かなり 0.00012371 +かなりかかわ 0.00000009 +かなる 0.00000009 +かなわ 0.00000009 +かなわん 0.00000009 +かなん 0.00000073 +かなァ 0.00000009 +かなー 0.00000009 +かに 0.00000202 +かぬ 0.00000018 +かね 0.00003411 +かねぇ 0.00000009 +かねえ 0.00000009 +かねが 0.00000028 +かねがね 0.00000083 +かねずみ 0.00000009 +かねそなえ 0.00000009 +かねそなわ 0.00000009 +かねて 0.00000037 +かねま 0.00000009 +かねん 0.00000018 +かねェ 0.00000009 +かの 0.00000266 +かのう 0.00000009 +かのま 0.00000009 +かの間 0.00000028 +かは 0.00000303 +かは定か 0.00000009 +かば 0.00000110 +かばい 0.00000018 +かばう 0.00000009 +かばっ 0.00000009 +かばん 0.00000679 +かば焼き 0.00000009 +かび 0.00000101 +かびくさ 0.00000009 +かぶ 0.00001550 +かぶから 0.00000009 +かぶさ 0.00000037 +かぶせ 0.00000193 +かぶと 0.00000147 +かぶらす 0.00000009 +かぶり 0.00000165 +かぶりつ 0.00000009 +かぶり物 0.00000009 +かぶれ 0.00000101 +かぶろ 0.00000018 +かべ 0.00000073 +かべかけ 0.00000009 +かほ 0.00000009 +かぼそ 0.00000028 +かぼちゃ 0.00000055 +かま 0.00001174 +かまい 0.00000028 +かまいなし 0.00000028 +かまうもん 0.00000028 +かまえ 0.00000110 +かまくら 0.00000119 +かまけ 0.00000046 +かます 0.00000009 +かまず 0.00000028 +かまた 0.00000018 +かまだ 0.00000037 +かまで 0.00000009 +かまと 0.00000009 +かまとも 0.00000009 +かまど 0.00000092 +かまびすし 0.00000009 +かまぼこ 0.00000083 +かまるで 0.00000064 +かまわ 0.00000018 +かまわん 0.00000009 +かみ 0.00000284 +かみあ 0.00000018 +かみきれ 0.00000009 +かみくだ 0.00000018 +かみしめ 0.00000110 +かみそり 0.00000165 +かみちぎ 0.00000009 +かみつ 0.00000339 +かみつき 0.00000009 +かみなり 0.00000028 +かみの 0.00000009 +かみも 0.00000009 +かみ合 0.00000055 +かみ殺 0.00000009 +かむ 0.00000128 +かめ 0.00000165 +かめは 0.00000018 +かめよ 0.00000009 +かも 0.00000248 +かもう 0.00000009 +かもしか 0.00000009 +かもしだ 0.00000037 +かもの 0.00000028 +かもめ 0.00000046 +かや 0.00000046 +かやぶき 0.00000055 +かゆ 0.00000110 +かゆい 0.00000037 +かゆみ 0.00000128 +かゆみ止め 0.00000009 +かよ 0.00000055 +かよう 0.00000064 +かよく 0.00000073 +かよこ 0.00000028 +かよわ 0.00000009 +かよー 0.00000018 +から 0.00445563 +からぁ 0.00000009 +からう 0.00000009 +からか 0.00000660 +からかい 0.00000147 +からかいと 0.00000009 +からかい合 0.00000009 +からかう 0.00000009 +からかっ 0.00000028 +からから 0.00000064 +からかわ 0.00000092 +からき 0.00000009 +からく 0.00000009 +からくり 0.00000330 +からくり返 0.00000009 +からくる 0.00000018 +からけな 0.00000009 +からげ 0.00000018 +からさま 0.00000018 +からし 0.00000055 +からす 0.00000018 +からすり抜け 0.00000009 +からずか 0.00000018 +からだ 0.00001110 +からだいぶ 0.00000018 +からだま 0.00000009 +からっき 0.00000009 +からっぽ 0.00000064 +からと 0.00000009 +からぬ 0.00000055 +からび 0.00000028 +からま 0.00000055 +からみあ 0.00000046 +からみつ 0.00000055 +からみ酒 0.00000009 +からむ 0.00000009 +からめ 0.00000064 +からめて 0.00000018 +からめと 0.00000028 +かられ 0.00000009 +からん 0.00000037 +からッぽ 0.00000009 +からー 0.00000009 +から揚げ 0.00000046 +かり 0.00000248 +かりき 0.00000028 +かりそめ 0.00000018 +かりたて 0.00000018 +かりだ 0.00000018 +かりて 0.00000009 +かりん 0.00000009 +かり立て 0.00000009 +かる 0.00000101 +かるい 0.00000009 +かるが 0.00000009 +かるがるし 0.00000009 +かるた 0.00000119 +かれ 0.00004704 +かれあ 0.00000009 +かれあが 0.00000009 +かれあし 0.00000018 +かれこの 0.00000009 +かれこれ 0.00000028 +かれつ 0.00000009 +かれれ 0.00000009 +かれ合 0.00000009 +かろ 0.00000945 +かろうじて 0.00000092 +かろやか 0.00000009 +かわ 0.00001669 +かわい 0.00002852 +かわいが 0.00000293 +かわいがり 0.00000009 +かわいがれ 0.00000009 +かわいこ 0.00000018 +かわいさ 0.00000018 +かわいそう 0.00002027 +かわいそうだ 0.00000009 +かわいらし 0.00000504 +かわいらしい 0.00000046 +かわいらしく 0.00000028 +かわい子 0.00000018 +かわか 0.00000018 +かわき 0.00000009 +かわけ 0.00000009 +かわし 0.00000037 +かわす 0.00000009 +かわたし 0.00000009 +かわだ 0.00000009 +かわっ 0.00000009 +かわめき出 0.00000009 +かわら 0.00000009 +かわり 0.00000871 +かわりもの 0.00000009 +かわる 0.00000037 +かん 0.00000816 +かんかん 0.00000083 +かんがい 0.00000083 +かんがえ 0.00000238 +かんがえこ 0.00000009 +かんがえつめ 0.00000009 +かんきつ 0.00000073 +かんけい 0.00000046 +かんしゃ 0.00000009 +かんしゃく 0.00000138 +かんしん 0.00000018 +かんじ 0.00000092 +かんじき 0.00000028 +かんじゃ 0.00000009 +かんじょう 0.00000009 +かんじん 0.00000037 +かんせい 0.00000028 +かんせん 0.00000009 +かんたん 0.00000073 +かんだい 0.00000009 +かんだかい 0.00000018 +かんづ 0.00000009 +かんてん 0.00000009 +かんとく 0.00000009 +かんな 0.00000009 +かんない 0.00000009 +かんなー 0.00000009 +かんぬき 0.00000092 +かんの 0.00000009 +かんばし 0.00000018 +かんぴん 0.00000009 +かんぼう 0.00000009 +かんぽ 0.00000018 +かんむり 0.00000055 +かんよ 0.00000046 +かんらん 0.00000009 +かァ 0.00000018 +かー 0.00000055 +かーい 0.00000009 +か国 0.00000083 +か国会 0.00000009 +か国内 0.00000009 +か国名 0.00000009 +か国境 0.00000009 +か察 0.00000018 +か年 0.00000009 +か年上 0.00000009 +か弱 0.00000009 +か所 0.00000101 +か所有 0.00000009 +か所目 0.00000009 +か探 0.00000009 +か月 0.00000312 +か知 0.00000018 +か細 0.00000028 +か習 0.00000009 +か覚え 0.00000009 +か黒 0.00000009 +か? 0.00000009 +が 0.02139018 +がい 0.00000202 +がいた 0.00000009 +がいつ 0.00000009 +がいとう 0.00000018 +がいや 0.00000046 +がいよう 0.00000009 +がい骨 0.00000009 +がえ 0.00000037 +がえさ 0.00000009 +がえり 0.00000037 +がお 0.00000018 +がか 0.00000028 +がかか 0.00000028 +がかり 0.00000266 +がかわ 0.00000009 +ががんだ 0.00000009 +がき 0.00000073 +がきな 0.00000009 +がき苦し 0.00000018 +がく 0.00000055 +がくが 0.00000009 +がくがく 0.00000055 +がくし 0.00000009 +がくぜん 0.00000083 +がくだん 0.00000009 +がくっと 0.00000009 +がくね 0.00000009 +がくべ 0.00000009 +がくり 0.00000009 +がけ 0.00000046 +がけち 0.00000018 +がけっぷち 0.00000018 +がさがさ 0.00000009 +がささ 0.00000009 +がさつ 0.00000018 +がさて 0.00000009 +がし 0.00000037 +がしな 0.00000009 +がしろ 0.00000028 +がす 0.00000028 +がすがし 0.00000009 +がせ 0.00000018 +がぜん 0.00000018 +がその 0.00000018 +がた 0.00001210 +がたい 0.00000009 +がたがた 0.00000119 +がたがたいわ 0.00000009 +がたがたいわせ 0.00000009 +がたごと 0.00000018 +がたせ 0.00000009 +がただ 0.00000009 +がたとえ 0.00000009 +がたど 0.00000009 +がたは 0.00000009 +がたぶん 0.00000009 +がたまご 0.00000009 +がため 0.00000009 +がち 0.00002558 +がちがち 0.00000009 +がちだ 0.00000009 +がちゃが 0.00000009 +がちゃがちゃ 0.00000018 +がちゃり 0.00000018 +がっか 0.00000018 +がっかり 0.00001467 +がっくり 0.00000073 +がっこう 0.00000009 +がっさい 0.00000009 +がっしり 0.00000211 +がっちり 0.00000110 +がっつ 0.00000009 +がってん 0.00000018 +がっと 0.00000009 +がっぽり 0.00000009 +がつ 0.00000073 +がつうい 0.00000009 +がつお 0.00000028 +がつがい 0.00000009 +がつがつ 0.00000110 +がつの 0.00000009 +がつんざ 0.00000009 +がつんぼ 0.00000009 +がて 0.00000037 +がてん 0.00000009 +がな 0.00000101 +がなか 0.00000018 +がなに 0.00000009 +がにまた 0.00000009 +がね 0.00000018 +がばっと 0.00000009 +がび 0.00000009 +がぶ 0.00000018 +がぶがぶ 0.00000009 +がぶりと 0.00000009 +がぶ飲み 0.00000018 +がぼく 0.00000009 +がま 0.00000037 +がまえ 0.00000009 +がまし 0.00000147 +がましく 0.00000009 +がまだ 0.00000009 +がまま 0.00000037 +がまん 0.00000550 +がまんが 0.00000009 +がま口 0.00000009 +がみ 0.00000009 +がみあ 0.00000009 +がみつ 0.00000009 +がみ合 0.00000009 +がむしゃら 0.00000083 +がめ 0.00000018 +がめつ 0.00000009 +がめついやつ 0.00000009 +がや 0.00000009 +がやがや 0.00000073 +がら 0.00000284 +がらがら 0.00000009 +がらくた 0.00000083 +がらす 0.00000009 +がらせ 0.00000128 +がらっと 0.00000018 +がらみ 0.00000220 +がらめ 0.00000037 +がらり 0.00000018 +がらりと 0.00000083 +がらん 0.00000009 +がらんと 0.00000055 +がらんどう 0.00000009 +がら致 0.00000009 +がり 0.00000046 +がりがり 0.00000018 +がり合 0.00000009 +がれ 0.00000312 +がれき 0.00000293 +がろ 0.00000009 +がわ 0.00000193 +がわか 0.00000028 +がわが家 0.00000009 +がわし 0.00000028 +がわたし 0.00000009 +がわら 0.00000055 +がわり 0.00000046 +がわる 0.00000018 +がん 0.00001000 +がんがん 0.00000055 +がんこ 0.00000046 +がんじ 0.00000037 +がんじょう 0.00000028 +がんぜ 0.00000009 +がんば 0.00000367 +がんばり 0.00000018 +がんばれ 0.00000018 +がんぴ 0.00000009 +がキ 0.00000009 +がーまる 0.00000009 +が丘 0.00000046 +が塁 0.00000009 +が家 0.00000028 +が旬 0.00000009 +が望め 0.00000009 +が森 0.00000009 +が耳 0.00000009 +き 0.00242231 +きぃ 0.00000009 +きえ 0.00000046 +きか 0.00000009 +きかい 0.00000018 +きかざ 0.00000009 +きかせろ 0.00000009 +きかん 0.00000018 +きかんしゃ 0.00000028 +きがえ 0.00000009 +きがら 0.00000009 +きき 0.00000083 +ききかえ 0.00000009 +ききつけ 0.00000028 +ききとれ 0.00000037 +ききめ 0.00000018 +ききわけ 0.00000009 +ききん 0.00000009 +きぎ 0.00000018 +きく 0.00000018 +きけ 0.00000248 +きけん 0.00000009 +きげん 0.00000110 +きこ 0.00000009 +きこうもん 0.00000009 +きこえ 0.00000431 +きこえよがし 0.00000009 +きこの 0.00000009 +きこめ 0.00000009 +きこり 0.00000018 +きさ 0.00000009 +きさく 0.00000009 +きさま 0.00000028 +きざ 0.00000083 +きざし 0.00000046 +きざみ 0.00000009 +きし 0.00000138 +きしみ 0.00000018 +きしめん 0.00000018 +きじ 0.00000009 +きず 0.00000018 +きずつけ 0.00000009 +きずな 0.00001339 +きずなに 0.00000009 +きせ 0.00000009 +きそ 0.00000064 +きそう 0.00000055 +きそうじ 0.00000009 +きそく 0.00000009 +きた 0.00000679 +きたい 0.00000101 +きたえ 0.00000009 +きたが 0.00000009 +きたち 0.00000009 +きたちょうど 0.00000009 +きたて 0.00000028 +きたな 0.00000073 +きたならし 0.00000009 +きたの 0.00000018 +きたまわん 0.00000009 +きたよ 0.00000009 +きたり 0.00000073 +きたる 0.00000018 +きだ 0.00000009 +きち 0.00000018 +きちがい 0.00000009 +きちっと 0.00000028 +きちゃ 0.00000009 +きちょうめん 0.00000064 +きちら 0.00000009 +きちんと 0.00004576 +きっ 0.00000037 +きっかけ 0.00003907 +きっかり 0.00000156 +きっきり 0.00000018 +きっこ 0.00000055 +きっさき 0.00000009 +きっちり 0.00000229 +きっと 0.00007318 +きっとあ 0.00000009 +きっぱり 0.00000422 +きっぷ 0.00000055 +きっ放し 0.00000009 +きつ 0.00001376 +きつい 0.00000046 +きつか 0.00000046 +きつかけ 0.00000009 +きつき 0.00000009 +きつく 0.00000028 +きつけ 0.00000587 +きつめ 0.00000009 +きづ 0.00000009 +きて 0.00000018 +きどう 0.00000009 +きどころ 0.00000009 +きどの 0.00000009 +きども 0.00000009 +きな 0.00000174 +きなお 0.00000009 +きなこ 0.00000009 +きなさい 0.00000009 +きな子 0.00000046 +きな粉 0.00000009 +きぬ 0.00000018 +きぬばり 0.00000009 +きね 0.00000018 +きのう 0.00000128 +きのうすぐら 0.00000009 +きのこ 0.00000018 +きのどく 0.00000018 +きばら 0.00000009 +きび 0.00000138 +きびきび 0.00000028 +きびし 0.00000174 +きびす 0.00000073 +きぼう 0.00000156 +きぼく 0.00000009 +きま 0.00000202 +きまぐれ 0.00000055 +きまま 0.00000018 +きままで 0.00000009 +きまり 0.00000174 +きまりごと 0.00000018 +きまわ 0.00000028 +きみ 0.00001009 +きみょう 0.00000046 +きみら 0.00000009 +きみらも 0.00000009 +きめ 0.00000183 +きめく 0.00000009 +きめつけ 0.00000009 +きめ細か 0.00000165 +きめ細やか 0.00000073 +きもち 0.00000037 +きもの 0.00000303 +きゃ 0.00004163 +きゃぁ 0.00000009 +きゃあ 0.00000018 +きゃあきゃあ 0.00000009 +きゃい 0.00000009 +きゃいかん 0.00000046 +きゃいかんこと 0.00000009 +きゃいや 0.00000009 +きゃお 0.00000009 +きゃくいす 0.00000009 +きゃしゃ 0.00000073 +きゃしゃな 0.00000009 +きゃっきゃ 0.00000009 +きゃっきゃっと 0.00000028 +きゃなる 0.00000009 +きゃね 0.00000009 +きゃよ 0.00000009 +きゃりこ 0.00000009 +きゃりこの 0.00000009 +きゃんきゃん 0.00000009 +きゃッと 0.00000009 +きゃー 0.00000009 +きゃ殺 0.00000009 +きや 0.00000009 +きゅう 0.00000055 +きゅうきゅう 0.00000009 +きゅうくつ 0.00000018 +きゅうけい 0.00000018 +きゅうす 0.00000028 +きゅう舎 0.00000009 +きょう 0.00001073 +きょうが 0.00000028 +きょうこの 0.00000009 +きょうだい 0.00000312 +きょうどこ 0.00000009 +きょうは 0.00000028 +きょうりゅう 0.00000009 +きょうれつ 0.00000009 +きょだい 0.00000009 +きょとんと 0.00000009 +きょり 0.00000009 +きょろきょろ 0.00000064 +きよう 0.00000028 +きよこ 0.00000028 +きよし 0.00000119 +きよしこ 0.00000009 +きよめ 0.00000028 +きら 0.00000220 +きらい 0.00000147 +きらき 0.00000009 +きらきら 0.00000220 +きらく 0.00000009 +きらっと 0.00000009 +きらつ 0.00000009 +きらびやか 0.00000174 +きらめ 0.00000312 +きらめき 0.00000119 +きらめき立 0.00000009 +きらら 0.00000009 +きらり 0.00000018 +きり 0.00001715 +きりおと 0.00000018 +きりきり 0.00000018 +きりこ 0.00000009 +きりこまざい 0.00000009 +きりころ 0.00000009 +きりしま 0.00000073 +きりたお 0.00000009 +きりだ 0.00000092 +きりっと 0.00000028 +きりつめ 0.00000009 +きりと 0.00000009 +きりな 0.00000018 +きりぬけ 0.00000009 +きりは 0.00000009 +きりひら 0.00000018 +きりもみ 0.00000009 +きりもり 0.00000009 +きりょう 0.00000009 +きりりと 0.00000009 +きりん 0.00000009 +きりんご 0.00000009 +きり出 0.00000018 +きり声 0.00000037 +きれ 0.00001678 +きれい 0.00007492 +きれぎれ 0.00000037 +きれはし 0.00000009 +きわ 0.00000028 +きわけ 0.00000009 +きわだ 0.00000009 +きわど 0.00000046 +きわま 0.00000009 +きわまり 0.00000009 +きわまりな 0.00000028 +きわまる 0.00000028 +きわみ 0.00000009 +きわめ 0.00000064 +きわめい 0.00000009 +きわめく 0.00000009 +きわめつけ 0.00000009 +きわめて 0.00000715 +きわ立 0.00000018 +きん 0.00000083 +きんぎょ 0.00000009 +きんし 0.00000009 +きんぞ 0.00000009 +きんたま 0.00000009 +きんとん 0.00000009 +きんめだい 0.00000028 +き交う 0.00000009 +き入れ 0.00000009 +き出 0.00000128 +き卵 0.00000009 +き去 0.00000037 +き取 0.00000009 +き取れ 0.00000055 +き回 0.00000028 +き固め 0.00000009 +き場 0.00000028 +き塁 0.00000009 +き声 0.00000009 +き悲し 0.00000009 +き手 0.00000018 +き手紙 0.00000009 +き折 0.00000009 +き掛け 0.00000018 +き散ら 0.00000009 +き気 0.00000018 +き球 0.00000009 +き立 0.00000046 +き線 0.00000009 +き締め 0.00000009 +き耳 0.00000009 +き落 0.00000009 +き落と 0.00000028 +き起 0.00000009 +き込 0.00000009 +き逃 0.00000018 +ぎ 0.00004209 +ぎあ 0.00000018 +ぎいぎい 0.00000009 +ぎいぎいまわ 0.00000009 +ぎいと 0.00000009 +ぎく 0.00000009 +ぎくしゃく 0.00000064 +ぎくしゃくし 0.00000028 +ぎくりと 0.00000028 +ぎこち 0.00000009 +ぎこちな 0.00000303 +ぎごちな 0.00000018 +ぎざぎざ 0.00000018 +ぎしぎし 0.00000018 +ぎしょう 0.00000009 +ぎしり 0.00000009 +ぎじ 0.00000028 +ぎすぎす 0.00000009 +ぎせい 0.00000018 +ぎそ 0.00000009 +ぎたが 0.00000009 +ぎっくり 0.00000046 +ぎっしり 0.00000174 +ぎっちり 0.00000009 +ぎつね 0.00000046 +ぎと 0.00000009 +ぎの 0.00000009 +ぎふ 0.00000018 +ぎみ 0.00000064 +ぎゃあ 0.00000009 +ぎゃあああ 0.00000009 +ぎゃあぎゃあ 0.00000009 +ぎゃあすか 0.00000009 +ぎゃふん 0.00000009 +ぎやか 0.00000009 +ぎゅうぎゅう 0.00000092 +ぎゅうぎゅうづめ 0.00000009 +ぎゅうぎゅう詰め 0.00000009 +ぎゅうっと 0.00000009 +ぎゅっと 0.00000064 +ぎゅーぎゅー詰め 0.00000009 +ぎょ 0.00000009 +ぎょうぎ 0.00000018 +ぎょうざ 0.00000018 +ぎょうてん 0.00000055 +ぎょっと 0.00000092 +ぎょろぎょろ 0.00000009 +ぎょろっと 0.00000009 +ぎょろつ 0.00000009 +ぎょろり 0.00000018 +ぎら 0.00000046 +ぎらい 0.00000018 +ぎらぎら 0.00000110 +ぎらつ 0.00000009 +ぎりぎり 0.00000459 +ぎれい 0.00000083 +ぎ取 0.00000018 +ぎ合わせ 0.00000009 +ぎ回 0.00000009 +ぎ座 0.00000009 +く 0.00494009 +くい 0.00000064 +くいあらため 0.00000009 +くいあわせ 0.00000009 +くいしば 0.00000009 +くいだおれ 0.00000037 +くい止め 0.00000018 +くう 0.00000018 +くうかれ 0.00000009 +くうそ 0.00000009 +くうぞ 0.00000009 +くうち 0.00000009 +くうろつ 0.00000018 +くお 0.00000018 +くか 0.00000119 +くかく 0.00000009 +くかしら 0.00000009 +くかたち 0.00000009 +くき 0.00000009 +くぎ 0.00000165 +くぎく 0.00000009 +くぎづけ 0.00000037 +くぎ付け 0.00000174 +くく 0.00000128 +くくぐる 0.00000009 +くくりつけ 0.00000055 +くぐ 0.00000339 +くぐも 0.00000028 +くぐり 0.00000046 +くぐりぬけ 0.00000046 +くぐり抜け 0.00000193 +くぐり抜けれ 0.00000009 +くぐれ 0.00000018 +くけこ 0.00000009 +くこ 0.00000018 +くさ 0.00000669 +くさい 0.00000110 +くさいなー 0.00000009 +くさがり 0.00000009 +くさくさ 0.00000009 +くさび 0.00000073 +くさみ 0.00000009 +くさみし 0.00000009 +くさや 0.00000018 +くさら 0.00000009 +くさらけ出 0.00000009 +くさり 0.00000055 +くざ 0.00000037 +くし 0.00000138 +くしく 0.00000018 +くしくも 0.00000046 +くしず 0.00000018 +くしとめ 0.00000009 +くしゃくしゃ 0.00000018 +くしゃみ 0.00000110 +くしゃみや 0.00000009 +くじ 0.00000734 +くじく 0.00000018 +くじけ 0.00000138 +くじら 0.00000046 +くす 0.00000147 +くすくす 0.00000211 +くすぐ 0.00000174 +くすぐった 0.00000037 +くすぐり 0.00000018 +くすね 0.00000028 +くすぶ 0.00000092 +くすぶり 0.00000028 +くすぶる 0.00000018 +くすみ 0.00000046 +くすり 0.00000055 +くず 0.00000266 +くずかご 0.00000009 +くずきり 0.00000009 +くずまで 0.00000009 +くずれ 0.00000110 +くずれおち 0.00000009 +くせ 0.00001000 +くせい 0.00000009 +くせえ 0.00000009 +くせが 0.00000009 +くせる 0.00000009 +くそ 0.00000266 +くそぉ 0.00000018 +くそが 0.00000009 +くそっ 0.00000624 +くその 0.00000046 +くそばか 0.00000018 +くそばばあ 0.00000009 +くそまじめ 0.00000009 +くそり 0.00000037 +くそれ 0.00000009 +くそー 0.00000037 +くぞ 0.00000009 +くぞー 0.00000018 +くた 0.00000028 +くたく 0.00000055 +くたくた 0.00000229 +くたくただ 0.00000009 +くたば 0.00000028 +くたばっち 0.00000037 +くたばれ 0.00000119 +くたびれ 0.00000083 +くたびれもうけ 0.00000018 +くだ 0.00000798 +くだくだ 0.00000018 +くだけ 0.00000073 +くださ 0.00054214 +くださーい 0.00000009 +くだす 0.00000009 +くだせ 0.00000028 +くだせぇ 0.00000073 +くだもの 0.00000018 +くだら 0.00000018 +くだらん 0.00000064 +くだり 0.00000064 +くだる 0.00000009 +くだん 0.00000037 +くち 0.00000037 +くちぎ 0.00000028 +くちぐち 0.00000037 +くちしょうゆ 0.00000009 +くちづけ 0.00000028 +くちば 0.00000009 +くちばし 0.00000211 +くちび 0.00000009 +くちびる 0.00000156 +くちもと 0.00000009 +くちゃ 0.00000183 +くちょう 0.00000009 +くっ 0.00000110 +くっきょう 0.00000009 +くっきり 0.00000156 +くっくっ 0.00000009 +くっそぉ 0.00000009 +くっそー 0.00000009 +くっちゃ 0.00000642 +くっちゃべ 0.00000009 +くっつ 0.00000486 +くっつけ 0.00000183 +くっ付 0.00000009 +くつ 0.00000202 +くつが 0.00000009 +くつがえ 0.00000073 +くつした 0.00000009 +くつぬぎ 0.00000009 +くつや 0.00000028 +くつろ 0.00000926 +くつろぎ 0.00000202 +くつろげ 0.00000330 +くつわ 0.00000018 +くて 0.00000028 +くてく 0.00000009 +くとき 0.00000018 +くど 0.00000147 +くどう 0.00000009 +くどき落と 0.00000009 +くどくど 0.00000073 +くな 0.00001146 +くなく 0.00000009 +くに 0.00000092 +くにゃく 0.00000009 +くね 0.00000037 +くねくね 0.00000110 +くの 0.00000046 +くはら 0.00000009 +くば 0.00000046 +くばく 0.00000018 +くひど 0.00000009 +くび 0.00000128 +くびかせ 0.00000009 +くびき 0.00000037 +くびれ 0.00000046 +くふう 0.00000018 +くぶきっちょ 0.00000009 +くぶどう 0.00000009 +くぶらつ 0.00000009 +くぶん 0.00000064 +くべ 0.00000193 +くべる 0.00000009 +くほえ 0.00000009 +くぼ 0.00000028 +くぼみ 0.00000193 +くま 0.00000083 +くまし 0.00000009 +くまつわ 0.00000009 +くまな 0.00000073 +くまなく 0.00000110 +くみ 0.00000064 +くみと 0.00000009 +くみ上げ 0.00000092 +くみ出 0.00000018 +くみ取 0.00000055 +くみ取れ 0.00000009 +くめ 0.00000018 +くも 0.00000037 +くもう 0.00000009 +くもと 0.00000009 +くもの 0.00000055 +くやし 0.00000064 +くやしい 0.00000028 +くやしが 0.00000009 +くやしく 0.00000018 +くゆら 0.00000028 +くよ 0.00000009 +くよう 0.00000009 +くよく 0.00000009 +くよくよ 0.00000202 +くら 0.00000880 +くらい 0.00019111 +くらいあげ 0.00000009 +くらいどう 0.00000009 +くらいな 0.00000018 +くらいなさ 0.00000009 +くらいにちが 0.00000009 +くらいふか 0.00000009 +くらいや 0.00000009 +くらい上げ 0.00000009 +くらえ 0.00000092 +くらくら 0.00000028 +くらくらし 0.00000009 +くらげ 0.00000018 +くらし 0.00000055 +くらせ 0.00000009 +くらせん 0.00000009 +くらっと 0.00000009 +くらぶ 0.00000018 +くらべ 0.00000248 +くらべもの 0.00000046 +くらべれ 0.00000055 +くらま 0.00000055 +くらます 0.00000009 +くらやみ 0.00000018 +くらわ 0.00000028 +くらわせ 0.00000046 +くり 0.00000055 +くりあげ 0.00000009 +くりかえ 0.00000202 +くりくり 0.00000009 +くりこみ 0.00000009 +くりだ 0.00000009 +くりぬ 0.00000064 +くりぬき 0.00000009 +くりひろげ 0.00000009 +くりゃ 0.00000018 +くりん 0.00000009 +くり上げ 0.00000018 +くり付け 0.00000009 +くり出 0.00000018 +くり返 0.00000092 +くる 0.00024026 +くるくる 0.00000101 +くるし 0.00000092 +くるしめ 0.00000009 +くるっと 0.00000028 +くるぶし 0.00000037 +くるぶしま 0.00000009 +くるま 0.00000238 +くるまで 0.00000009 +くるまわ 0.00000028 +くるみ 0.00000110 +くるみこ 0.00000009 +くるりくるりまわ 0.00000009 +くるりと 0.00000147 +くるりときびす 0.00000009 +くるん 0.00000009 +くれ 0.00071243 +くれぐれ 0.00000257 +くれれ 0.00001128 +くれん 0.00000009 +くろ 0.00000046 +くろい 0.00000018 +くろう 0.00000055 +くわ 0.00000743 +くわえ 0.00000459 +くわけ 0.00000073 +くわし 0.00000110 +くわばらくわばら 0.00000009 +くわわ 0.00000009 +くん 0.00001247 +くんくん 0.00000055 +くんせい 0.00000028 +くんち 0.00000055 +くノ一 0.00000009 +く女の子 0.00000009 +ぐ 0.00008372 +ぐあい 0.00000128 +ぐあいよく 0.00000009 +ぐい 0.00000009 +ぐいぐい 0.00000073 +ぐいっ 0.00000064 +ぐいと 0.00000046 +ぐう 0.00000009 +ぐうたら 0.00000028 +ぐく 0.00000083 +ぐくん 0.00000009 +ぐさ 0.00000009 +ぐさりと 0.00000028 +ぐしゃぐしゃ 0.00000009 +ぐしょぬれ 0.00000009 +ぐすぐす 0.00000009 +ぐず 0.00000009 +ぐずぐず 0.00000422 +ぐずな 0.00000018 +ぐずる 0.00000009 +ぐせ 0.00000018 +ぐだぐ 0.00000009 +ぐち 0.00000092 +ぐちゃぐちゃ 0.00000018 +ぐっ 0.00000028 +ぐっすり 0.00000514 +ぐっすりね 0.00000009 +ぐったり 0.00000028 +ぐっと 0.00000073 +ぐつ 0.00000174 +ぐつぐつ 0.00000037 +ぐつわ 0.00000028 +ぐでんぐ 0.00000009 +ぐにゃぐにゃ 0.00000009 +ぐふ 0.00000037 +ぐふっ 0.00000037 +ぐみ 0.00000009 +ぐもの 0.00000009 +ぐら 0.00000018 +ぐらい 0.00004548 +ぐらいと 0.00000009 +ぐらぐら 0.00000018 +ぐらつ 0.00000119 +ぐる 0.00000055 +ぐるくる 0.00000009 +ぐるぐる 0.00000220 +ぐるぐるっと 0.00000009 +ぐるし 0.00000009 +ぐるっ 0.00000064 +ぐるっと 0.00000083 +ぐるみ 0.00000101 +ぐるみそっくり 0.00000009 +ぐるみや 0.00000009 +ぐるり 0.00000037 +ぐるりと 0.00000165 +ぐれ 0.00000083 +ぐわ 0.00000009 +ぐん 0.00000018 +ぐんぐん 0.00000083 +ぐんと 0.00000018 +ぐんにゃり 0.00000009 +ぐー 0.00000037 +ぐーっと 0.00000009 +け 0.00010454 +けあ 0.00000009 +けい 0.00000028 +けいか 0.00000009 +けいこ 0.00000101 +けいさん 0.00000028 +けいせつ 0.00000009 +けいべつ 0.00000018 +けいれ 0.00000009 +けいれん 0.00000165 +けぇる 0.00000009 +けが 0.00002577 +けがす 0.00000009 +けがれ 0.00000037 +けがわ 0.00000009 +けげん 0.00000064 +けこみ 0.00000009 +けさ 0.00000046 +けさどんな 0.00000009 +けさ殺 0.00000009 +けし 0.00000073 +けしかけ 0.00000064 +けしから 0.00000009 +けしからん 0.00000037 +けしき 0.00000018 +けして 0.00000037 +けじめ 0.00000046 +けず 0.00000037 +けそかき 0.00000009 +けた 0.00000064 +けたたまし 0.00000046 +けたたましい 0.00000018 +けたて 0.00000018 +けだ 0.00000009 +けだもの 0.00000138 +けだる 0.00000018 +けち 0.00000449 +けちくさ 0.00000009 +けちけち 0.00000018 +けちな 0.00000046 +けちは 0.00000009 +けちま 0.00000009 +けちら 0.00000009 +けちん 0.00000037 +けっ 0.00000037 +けっきょく 0.00000046 +けっこう 0.00000174 +けっして 0.00000248 +けった 0.00000018 +けって 0.00000028 +けっとば 0.00000009 +けっぴろげさ 0.00000009 +けつ 0.00000046 +けつまず 0.00000037 +けづ 0.00000009 +けとば 0.00000018 +けど 0.00025823 +けどう 0.00000009 +けども 0.00000009 +けな 0.00000119 +けなげ 0.00000018 +けば 0.00000119 +けぼり 0.00000037 +けむ 0.00000037 +けむくじゃら 0.00000018 +けむり 0.00000055 +けもの 0.00000037 +けやき 0.00000018 +けらば 0.00000009 +けり 0.00000202 +けりつけ 0.00000009 +けりゃ 0.00000183 +けり倒 0.00000009 +けれ 0.00054645 +けれど 0.00015589 +けれん 0.00000009 +けろよ 0.00000009 +けろりと 0.00000009 +けわし 0.00000046 +けん 0.00000504 +けんか 0.00002687 +けんかえ 0.00000009 +けんかし 0.00000009 +けんかしそ 0.00000009 +けんかなら 0.00000018 +けんかなんか 0.00000009 +けんかに 0.00000018 +けんかは 0.00000018 +けんかも 0.00000009 +けんき 0.00000009 +けんさ 0.00000009 +けんそん 0.00000009 +けんちん 0.00000009 +けんぽ 0.00000009 +けんぽん 0.00000028 +けんめい 0.00000165 +けんらん 0.00000028 +けん制 0.00000009 +けん引 0.00000101 +けん玉 0.00000101 +けーっ 0.00000009 +け加え 0.00000009 +け飛ば 0.00000028 +げ 0.00003778 +げい 0.00000018 +げぇ 0.00000009 +げえげえ 0.00000009 +げき 0.00000009 +げす 0.00000009 +げっ 0.00000028 +げっそり 0.00000028 +げっぷ 0.00000018 +げっ歯 0.00000018 +げな 0.00000009 +げば 0.00000009 +げびた 0.00000009 +げらげら 0.00000046 +げろ 0.00000009 +げん 0.00000037 +げんか 0.00000330 +げんかくら 0.00000009 +げんき 0.00000028 +げんこつ 0.00000110 +げんそう 0.00000009 +げんなり 0.00000018 +げんまだ 0.00000009 +げんまん 0.00000009 +げー 0.00000009 +げ出 0.00000009 +こ 0.00015149 +こい 0.00000651 +こいし 0.00000009 +こいつ 0.00001165 +こいつぁ 0.00000009 +こいつら 0.00000055 +こいのぼり 0.00000202 +こいー 0.00000009 +こう 0.00041046 +こうお 0.00000009 +こうか 0.00000037 +こうき 0.00000009 +こうこう 0.00000018 +こうこぼ 0.00000009 +こうご 0.00000009 +こうごうし 0.00000009 +こうさ 0.00000009 +こうさけ 0.00000009 +こうささやく 0.00000009 +こうさん 0.00000009 +こうし 0.00000018 +こうぜ 0.00000018 +こうそく 0.00000018 +こうぞ 0.00000009 +こうつくろ 0.00000009 +こうつけ 0.00000028 +こうつけ加え 0.00000028 +こうつごう 0.00000009 +こうつぶや 0.00000110 +こうで 0.00000009 +こうと 0.00000028 +こうな 0.00000018 +こうなんて 0.00000009 +こうのとり 0.00000028 +こうは 0.00000046 +こうばし 0.00000018 +こうふん 0.00000018 +こうへい 0.00000009 +こうべ 0.00000037 +こうまん 0.00000009 +こうむ 0.00000073 +こうめい 0.00000009 +こうもうしわた 0.00000009 +こうもり 0.00000037 +こうるさ 0.00000009 +こう返 0.00000009 +こえ 0.00000431 +こえれ 0.00000009 +こお 0.00000018 +こが 0.00000018 +こき 0.00000174 +こきおろ 0.00000009 +こきつか 0.00000009 +こき下ろ 0.00000073 +こぎ 0.00000055 +こぎだ 0.00000018 +こぎつけ 0.00000138 +こぎれい 0.00000009 +こぎ出 0.00000009 +こぎ着け 0.00000028 +こく 0.00000083 +こくな 0.00000009 +こくない 0.00000009 +こくの 0.00000009 +こくりこくり 0.00000009 +こぐ 0.00000009 +こけ 0.00000138 +こけおどし 0.00000009 +こけし 0.00000046 +こけむ 0.00000009 +こけん 0.00000018 +こげ 0.00000092 +こげくさ 0.00000009 +こげつき 0.00000009 +こげ茶 0.00000018 +ここ 0.00038909 +ここいら 0.00000009 +ここちよ 0.00000037 +ここの 0.00000193 +こころ 0.00000248 +こころえ 0.00000009 +こころがけ 0.00000028 +こころみ 0.00000009 +こころよ 0.00000009 +ここん 0.00000018 +ここんな 0.00000009 +こごえ 0.00000028 +こごと 0.00000028 +こごめ 0.00000037 +こさえ 0.00000009 +こさじゃ 0.00000009 +こざっぱり 0.00000064 +こし 0.00000064 +こしあん 0.00000028 +こしかけ 0.00000055 +こしょう 0.00000028 +こしらえ 0.00000202 +こじあけ 0.00000055 +こじき 0.00000092 +こじつけ 0.00000037 +こじら 0.00000018 +こじり 0.00000009 +こじれ 0.00000092 +こじんまり 0.00000110 +こじ付け 0.00000009 +こじ開け 0.00000110 +こす 0.00000669 +こすぷれ 0.00000009 +こすら 0.00000009 +こすり 0.00000018 +こすりつけ 0.00000009 +こすりと 0.00000009 +こすり合 0.00000009 +こする 0.00000037 +こすれ 0.00000018 +こすれあ 0.00000018 +こすれ合 0.00000009 +こず 0.00000018 +こずえ 0.00000028 +こずかい 0.00000009 +こせつ 0.00000009 +こそ 0.00010188 +こそお 0.00000009 +こそぎ 0.00000018 +こそげ 0.00000018 +こそこ 0.00000055 +こそこそ 0.00000119 +こそそう 0.00000009 +こそっと 0.00000009 +こそつぶ 0.00000009 +こそと 0.00000009 +こその 0.00000009 +こそぼく 0.00000009 +こそぼろ 0.00000009 +こそんな 0.00000009 +こぞ 0.00000211 +こぞう 0.00000009 +こたあ 0.00000018 +こたえ 0.00000633 +こたえれ 0.00000009 +こたつ 0.00000229 +こたり 0.00000009 +こだま 0.00000220 +こだわ 0.00001467 +こだわり 0.00000569 +こちこち 0.00000009 +こちょこ 0.00000009 +こちら 0.00007795 +こぢんまり 0.00000064 +こっ 0.00000110 +こっか 0.00000009 +こっから 0.00000009 +こっくり 0.00000037 +こっけい 0.00000147 +こっそり 0.00000834 +こった 0.00000009 +こっち 0.00002357 +こっちゃ 0.00000101 +こっち側 0.00000009 +こってり 0.00000046 +こってりみそ 0.00000009 +こっぱ 0.00000028 +こっぴど 0.00000028 +こつ 0.00000385 +こつこつ 0.00000092 +こづ 0.00000018 +こて 0.00000037 +こてんぱん 0.00000009 +こで 0.00000009 +こと 0.00657642 +ことか 0.00000037 +ことがら 0.00000083 +ことごと 0.00000018 +ことごとく 0.00000220 +ことさら 0.00000064 +ことざん 0.00000009 +ことし 0.00000101 +ことしか 0.00000018 +ことだ 0.00000028 +ことづけ 0.00000018 +ことな 0.00000413 +ことない 0.00000009 +ことなし 0.00000037 +ことに 0.00000055 +ことの 0.00000009 +ことば 0.00000871 +ことばか 0.00000009 +ことぶき 0.00000009 +ことも 0.00000009 +ことり 0.00000009 +ことわ 0.00000028 +ことわざ 0.00000679 +ことわり 0.00000009 +ことん 0.00000037 +こと切れ 0.00000009 +こと欠 0.00000009 +こども 0.00000752 +こな 0.00002137 +こなごな 0.00000073 +こなごなに 0.00000046 +こなし 0.00000284 +こなせ 0.00000018 +こなれ 0.00000009 +こなん 0.00000009 +こね 0.00000083 +こねっと 0.00000009 +この 0.00285515 +このかた 0.00000028 +このごろ 0.00000046 +このまま 0.00000018 +このみ 0.00000018 +このよ 0.00000009 +このよう 0.00000009 +この世 0.00002311 +この世の中 0.00000009 +この世的 0.00000009 +この世論 0.00000009 +この世間 0.00000009 +この件 0.00000009 +この国 0.00000018 +この地 0.00000009 +この毒 0.00000009 +この美し 0.00000009 +この頃 0.00000248 +こはく 0.00000037 +こば 0.00000009 +こび 0.00000138 +こびと 0.00000266 +こびりつ 0.00000138 +こびる 0.00000046 +こぶ 0.00000055 +こぶし 0.00000174 +こぶ平 0.00000046 +こぼ 0.00000770 +こぼし 0.00000037 +こぼそうぜ 0.00000018 +こぼれ 0.00000257 +こぼれおち 0.00000009 +こぼれ出 0.00000009 +こぼれ球 0.00000009 +こぼれ落ち 0.00000092 +こぼれ話 0.00000009 +こま 0.00000193 +こまか 0.00000064 +こまが 0.00000028 +こまご 0.00000018 +こまごま 0.00000092 +こまち 0.00000009 +こまつ 0.00000009 +こまぬ 0.00000055 +こまね 0.00000009 +こまめ 0.00000092 +こまも 0.00000009 +こまやか 0.00000073 +こまる 0.00000009 +こま回し 0.00000018 +こみ 0.00000009 +こみあげ 0.00000073 +こみ上げ 0.00000037 +こめ 0.00000504 +こめかみ 0.00000156 +こめん 0.00000009 +こも 0.00000825 +こもり 0.00000018 +こやつ 0.00000083 +こよ 0.00000028 +こよい 0.00000028 +こよう 0.00000028 +こよなく 0.00000055 +こより 0.00000018 +こら 0.00000202 +こらえ 0.00000394 +こらえろ 0.00000018 +こらこら 0.00000009 +こらしめ 0.00000009 +こらせ 0.00000009 +こらっ 0.00000009 +こらら 0.00000009 +こらッ 0.00000009 +こらー 0.00000009 +こり 0.00000028 +こりこり 0.00000009 +こりごり 0.00000055 +こりごりよ 0.00000009 +こりゃ 0.00000477 +こりゃあ 0.00000064 +これ 0.00131638 +これあげ 0.00000018 +これこれ 0.00000037 +これっきり 0.00000018 +これっぽち 0.00000009 +これみよがし 0.00000009 +ころ 0.00003237 +ころあい 0.00000018 +ころが 0.00000138 +ころがり 0.00000028 +ころがりおち 0.00000009 +ころがりこ 0.00000009 +ころげ 0.00000046 +ころげおち 0.00000083 +ころげまわ 0.00000009 +ころころ 0.00000009 +ころも 0.00000018 +ころり 0.00000009 +ころん 0.00000009 +こわ 0.00000880 +こわき 0.00000009 +こわごわ 0.00000009 +こわば 0.00000119 +こわもて 0.00000037 +こわれ 0.00000128 +こん 0.00000266 +こんが 0.00000009 +こんがらか 0.00000018 +こんがらが 0.00000028 +こんがり 0.00000028 +こんぐらか 0.00000009 +こんごう 0.00000009 +こんちく 0.00000028 +こんど 0.00000752 +こんな 0.00019863 +こんない 0.00000110 +こんなざま 0.00000009 +こんなど 0.00000009 +こんなに 0.00000009 +こんなん 0.00000064 +こんにち 0.00001128 +こんにちは 0.00001155 +こんにちはー 0.00000009 +こんにちわ 0.00000018 +こんにゃく 0.00000147 +こんばん 0.00000660 +こんばんは 0.00000211 +こんぱい 0.00000009 +こんぶ 0.00000037 +こんぺい 0.00000009 +こんもり 0.00000028 +こんもりしげ 0.00000018 +こんりんざい 0.00000009 +こんろ 0.00000028 +こん包 0.00000110 +こん棒 0.00000073 +こん跡 0.00000018 +こーん 0.00000009 +こ奴 0.00000009 +ご 0.00043485 +ごう 0.00000211 +ごうかく 0.00000009 +ごうかん 0.00000009 +ごうごう 0.00000028 +ごうと 0.00000037 +ごうまん 0.00000018 +ごう慢 0.00000046 +ごえ 0.00000009 +ごかし 0.00000009 +ごきげん 0.00000073 +ごきげんよう 0.00000009 +ごく 0.00002953 +ごくごく 0.00000092 +ごくっと 0.00000009 +ごくひく 0.00000009 +ごくりと 0.00000009 +ごくろう 0.00000009 +ごけ 0.00000009 +ごこち 0.00000018 +ごころ 0.00000009 +ござ 0.00011720 +ごし 0.00000119 +ごしごし 0.00000046 +ごしらえ 0.00000037 +ごじゃ 0.00000009 +ごぜえ 0.00000009 +ごぜー 0.00000009 +ごそごそ 0.00000028 +ごた 0.00000009 +ごたく 0.00000018 +ごたごた 0.00000037 +ごち 0.00000018 +ごちゃ 0.00000009 +ごちゃごちゃ 0.00000037 +ごちゃまぜ 0.00000009 +ごっ 0.00000009 +ごっこ 0.00000238 +ごっそり 0.00000018 +ごった 0.00000009 +ごったがえ 0.00000009 +ごった返 0.00000110 +ごっちゃ 0.00000028 +ごっつ 0.00000009 +ごつ 0.00000037 +ごつごつ 0.00000064 +ごていしゅ 0.00000018 +ごと 0.00006135 +ごとく 0.00000009 +ごにょご 0.00000009 +ごね 0.00000009 +ごはん 0.00000715 +ごぼう 0.00000018 +ごま 0.00000156 +ごまか 0.00000431 +ごまかし 0.00000138 +ごまかせ 0.00000083 +ごまし 0.00000009 +ごまん 0.00000018 +ごみ 0.00003879 +ごみくず 0.00000009 +ごみごみ 0.00000073 +ごみ出 0.00000018 +ごみ出し 0.00000073 +ごみ捨て 0.00000119 +ごみ袋 0.00000211 +ごめん 0.00002907 +ごも 0.00000064 +ごもと 0.00000009 +ごや 0.00000009 +ごらん 0.00001788 +ごり 0.00000009 +ごりおし 0.00000009 +ごりっ 0.00000009 +ごろ 0.00000981 +ごろうじろ 0.00000018 +ごろごろ 0.00000138 +ごろっと 0.00000009 +ごろつ 0.00000018 +ごろつき 0.00000119 +ごろり 0.00000009 +ごろんと 0.00000009 +ごんぶと 0.00000009 +ご免 0.00000009 +ご存 0.00000009 +ご用 0.00000037 +ご立派 0.00000009 +ご覧 0.00001210 +ご飯 0.00003026 +ご^ 0.00000073 +さ 0.00395191 +さぁ 0.00000358 +さぁーと 0.00000009 +さあ 0.00003035 +さああそこ 0.00000009 +さあい 0.00000009 +さあいけ 0.00000009 +さあお 0.00000028 +さあかか 0.00000009 +さあこれ 0.00000009 +さあさ 0.00000009 +さあさあ 0.00000055 +さあさあお 0.00000009 +さあそ 0.00000009 +さあそれ 0.00000018 +さあっと 0.00000009 +さあて 0.00000009 +さあとりかか 0.00000009 +さあどう 0.00000055 +さあどうぞ 0.00000073 +さあね 0.00000018 +さあの 0.00000018 +さあー 0.00000018 +さあ子ネコ 0.00000018 +さい 0.00000587 +さいきん 0.00000009 +さいこう 0.00000009 +さいご 0.00000009 +さいしょ 0.00000009 +さいせん 0.00000055 +さいたま 0.00000165 +さいだか 0.00000009 +さいちゅう 0.00000009 +さいづち 0.00000009 +さいて 0.00000009 +さいとう 0.00000018 +さいな 0.00000083 +さいなま 0.00000018 +さいなん 0.00000009 +さいわい 0.00000009 +さい銭 0.00000138 +さえ 0.00013581 +さえぎ 0.00000183 +さえぎり 0.00000009 +さえこの 0.00000018 +さえざえ 0.00000009 +さえず 0.00000018 +さえずり 0.00000128 +さえつけ 0.00000018 +さお 0.00000110 +さか 0.00000009 +さかい 0.00000037 +さかさ 0.00000028 +さかさま 0.00000064 +さかし 0.00000009 +さかだ 0.00000018 +さかだち 0.00000018 +さかだて 0.00000009 +さかな 0.00000083 +さかのぼ 0.00000358 +さかのぼれ 0.00000018 +さから 0.00000046 +さかり 0.00000028 +さかん 0.00000202 +さかんなぶ 0.00000009 +さが 0.00000550 +さがし 0.00000138 +さがしまわ 0.00000037 +さがしもとめ 0.00000009 +さがみ 0.00000018 +さがり 0.00000018 +さき 0.00000183 +さきがけ 0.00000037 +さきほこ 0.00000009 +さきほど 0.00000202 +さぎ 0.00000018 +さぎ込 0.00000009 +さく 0.00000083 +さくっと 0.00000009 +さくや 0.00000009 +さくら 0.00000248 +さくらい 0.00000009 +さくらんぼ 0.00000009 +さく裂 0.00000009 +さぐ 0.00000156 +さけ 0.00000697 +さけび 0.00000028 +さけび声 0.00000128 +さけぶ 0.00000009 +さげ 0.00000110 +さげす 0.00000018 +さげすま 0.00000028 +さげすみ 0.00000018 +ささ 0.00000028 +ささい 0.00001174 +ささえ 0.00000147 +ささか 0.00000028 +ささくれ立 0.00000009 +ささげ 0.00001843 +ささげもの 0.00000009 +ささげら 0.00000009 +ささげれ 0.00000018 +ささげ物 0.00000009 +ささや 0.00000734 +ささやか 0.00000724 +ささやき 0.00000083 +ささやきあ 0.00000018 +ささやきかえ 0.00000009 +ささやき合 0.00000009 +ささやく 0.00000037 +ささら 0.00000009 +さざ 0.00000018 +さざなみ 0.00000165 +さざめ 0.00000028 +さざめき 0.00000018 +さし 0.00000321 +さしあ 0.00000009 +さしあげ 0.00000193 +さしあた 0.00000028 +さしあたり 0.00000028 +さしいれ 0.00000009 +さしかか 0.00000348 +さしかけ 0.00000009 +さしこ 0.00000037 +さしずめ 0.00000064 +さしせま 0.00000009 +さしだ 0.00000046 +さしつかえ 0.00000018 +さしづめ 0.00000009 +さして 0.00000009 +さしとめ 0.00000018 +さしのべ 0.00000092 +さしひき 0.00000009 +さしみ 0.00000018 +さしも 0.00000009 +さしもの 0.00000009 +さし上げ 0.00000009 +さし出 0.00000028 +さし殺 0.00000009 +さじ 0.00000028 +さす 0.00000092 +さすが 0.00000743 +さすら 0.00000009 +さすらい 0.00000009 +さすれ 0.00000009 +さず 0.00000018 +さずか 0.00000064 +さずかる 0.00000009 +さずけ 0.00000028 +させ 0.00007345 +させれ 0.00000028 +させろ 0.00000028 +さそ 0.00000046 +さそい 0.00000009 +さそり 0.00000422 +さぞ 0.00000248 +さぞい 0.00000009 +さぞお 0.00000009 +さぞかし 0.00000211 +さぞかしつら 0.00000009 +さぞかしつらい 0.00000009 +さた 0.00000018 +さただ 0.00000018 +さたも 0.00000018 +さだか 0.00000028 +さだまさし 0.00000009 +さだめ 0.00000037 +さち子 0.00000018 +さっ 0.00000018 +さっき 0.00001027 +さっくり 0.00000009 +さっさと 0.00000844 +さっそう 0.00000110 +さっそく 0.00000229 +さっち 0.00000055 +さっと 0.00000367 +さっぱり 0.00000853 +さっぽろ 0.00000101 +さつ 0.00000028 +さつえい 0.00000009 +さつき 0.00000018 +さつばつ 0.00000009 +さつま 0.00000009 +さて 0.00004778 +さてお 0.00000220 +さてさて 0.00000037 +さてまあ 0.00000009 +さと 0.00000156 +さといも 0.00000009 +さとう 0.00000018 +さとうきび 0.00000009 +さとうまみ 0.00000009 +さとり 0.00000018 +さな 0.00000064 +さなか 0.00000183 +さながら 0.00000367 +さなぎ 0.00000018 +さなざま 0.00000009 +さなだ 0.00000009 +さに 0.00000092 +さぬきうどん 0.00000046 +さね 0.00000009 +さば 0.00000147 +さばい 0.00000018 +さばき 0.00000073 +さばく 0.00000018 +さばけ 0.00000009 +さばらえ 0.00000009 +さび 0.00000477 +さびかか 0.00000009 +さびし 0.00000413 +さびた 0.00000037 +さびつ 0.00000009 +さびつき 0.00000009 +さびる 0.00000009 +さびれ 0.00000073 +さび抜き 0.00000009 +さぶり 0.00000009 +さへ 0.00000009 +さほと 0.00000009 +さほど 0.00000468 +さぼ 0.00000009 +さま 0.00015012 +さまか 0.00000009 +さまがわ 0.00000009 +さまさま 0.00000009 +さまざ 0.00000028 +さまざな 0.00000037 +さまざま 0.00024246 +さまし 0.00000009 +さます 0.00000009 +さまた 0.00000046 +さまたげ 0.00000037 +さまっちゃ 0.00000009 +さまつ 0.00000009 +さまで 0.00000119 +さまよ 0.00000559 +さまよい歩 0.00000046 +さまよえ 0.00000028 +さまより 0.00000046 +さまー 0.00000009 +さみし 0.00000083 +さむ 0.00000055 +さむけ 0.00000009 +さむらい 0.00000018 +さめ 0.00000248 +さめ切 0.00000009 +さも 0.00001229 +さもし 0.00000046 +さや 0.00000073 +さやか 0.00000009 +さやさや 0.00000009 +さゆり 0.00000138 +さよ 0.00000037 +さよう 0.00000624 +さようなら 0.00000037 +さよなら 0.00000569 +さら 0.00002916 +さらい 0.00000009 +さらけだ 0.00000018 +さらけ出 0.00000248 +さらさ 0.00000028 +さらさら 0.00000147 +さらし 0.00000128 +さらす 0.00000046 +さらせ 0.00000009 +さらっと 0.00000028 +さらなる 0.00001605 +さらに 0.00023320 +さらば 0.00000101 +さらばえ 0.00000037 +さらり 0.00000009 +さらりと 0.00000028 +さらわ 0.00000028 +さらわれ 0.00000009 +さり 0.00000018 +さりげ 0.00000009 +さりげな 0.00000183 +さりと 0.00000028 +さり気 0.00000009 +さる 0.00000257 +され 0.00000037 +されど 0.00000009 +さわ 0.00000486 +さわい 0.00000009 +さわがし 0.00000009 +さわぎ 0.00000064 +さわさわ 0.00000009 +さわやか 0.00000477 +さわら 0.00000018 +さわらび 0.00000009 +さわり 0.00000009 +さわれ 0.00000009 +さん 0.00161524 +さんか 0.00000055 +さんこ 0.00000009 +さんこう 0.00000009 +さんざん 0.00000266 +さんざんけな 0.00000009 +さんしょう 0.00000028 +さんじゃ 0.00000009 +さんすう 0.00000009 +さんせい 0.00000009 +さんぜん 0.00000018 +さんち 0.00000018 +さんて 0.00000037 +さんと 0.00000009 +さんとうり 0.00000018 +さんな 0.00000009 +さんなり 0.00000009 +さんにって 0.00000009 +さんは 0.00000018 +さんぽ 0.00000009 +さんま 0.00000009 +さァ 0.00000028 +さー 0.00000055 +さーく 0.00000009 +さーくい 0.00000009 +さーて 0.00000009 +さーね 0.00000009 +さーん 0.00000018 +さ行 0.00000009 +ざ 0.00000165 +ざい 0.00000055 +ざお 0.00000009 +ざかり 0.00000009 +ざく 0.00000009 +ざくざく 0.00000018 +ざくれ 0.00000009 +ざくろ 0.00000009 +ざく切り 0.00000009 +ざけんじゃ 0.00000018 +ざた 0.00000009 +ざっくばらん 0.00000073 +ざっと 0.00000055 +ざばざば 0.00000009 +ざぶざぶ 0.00000009 +ざぶんと 0.00000028 +ざま 0.00000018 +ざまあ 0.00000064 +ざまあみ 0.00000009 +ざら 0.00000073 +ざらざら 0.00000009 +ざらつ 0.00000018 +ざらめ 0.00000018 +ざらん 0.00000018 +ざりき 0.00000037 +ざりし 0.00000009 +ざる 0.00004383 +ざるそば 0.00000018 +ざれ 0.00000028 +ざわざわ 0.00000009 +ざわめ 0.00000073 +ざわめき 0.00000183 +ざん 0.00000009 +ざんげ 0.00000009 +ざんざん 0.00000009 +ざんねん 0.00000018 +ざんばら 0.00000009 +ざんぶと 0.00000009 +ざんまい 0.00000018 +ざー 0.00000009 +し 0.02168216 +しあ 0.00000037 +しあが 0.00000009 +しあがり 0.00000009 +しあがれ 0.00000028 +しあげ 0.00000018 +しあし 0.00000037 +しあわせ 0.00000193 +しい 0.00003081 +しいたけ 0.00000147 +しいたけめし 0.00000009 +しいんと 0.00000009 +しうち 0.00000009 +しえ 0.00000037 +しお 0.00000028 +しおえ 0.00000018 +しおかし 0.00000009 +しおらし 0.00000009 +しおり 0.00000046 +しおれ 0.00000183 +しか 0.00021513 +しかい 0.00000138 +しかえ 0.00000009 +しかお 0.00000028 +しかか 0.00000174 +しかかえ 0.00000009 +しかが 0.00000009 +しかく 0.00000018 +しかけ 0.00000293 +しかこ 0.00000037 +しかこれ 0.00000009 +しかご 0.00000018 +しかし 0.00084806 +しかしかなり 0.00000009 +しかしどう 0.00000009 +しかじか 0.00000018 +しかそう 0.00000009 +しかそこ 0.00000009 +しかた 0.00000321 +しかたな 0.00000037 +しかっ 0.00000110 +しかつ 0.00000028 +しかつめらし 0.00000018 +しかばね 0.00000018 +しかほか 0.00000009 +しかめ 0.00000211 +しかめっつら 0.00000028 +しかめっ面 0.00000064 +しかも 0.00006813 +しかもら 0.00000037 +しかもらえ 0.00000083 +しから 0.00000046 +しかり 0.00000028 +しかる 0.00000486 +しかれ 0.00000009 +しかわい 0.00000009 +しか身 0.00000009 +しが 0.00000083 +しがい 0.00000055 +しがた 0.00000018 +しがみつ 0.00000358 +しがみつく 0.00000009 +しがみつけ 0.00000009 +しがみ付 0.00000009 +しがらみ 0.00000055 +しき 0.00000312 +しきい 0.00000009 +しきいまで 0.00000009 +しきたり 0.00000248 +しきつめ 0.00000064 +しきもの 0.00000009 +しきり 0.00000275 +しく 0.00000990 +しくしく 0.00000046 +しくじ 0.00000101 +しくじり 0.00000009 +しくみ 0.00000046 +しぐさ 0.00000495 +しぐさま 0.00000009 +しぐじ 0.00000009 +しけ 0.00000009 +しけと 0.00000009 +しげ 0.00000073 +しげお 0.00000009 +しげき 0.00000018 +しげく 0.00000009 +しげしげ 0.00000055 +しげっ 0.00000009 +しげみ 0.00000147 +しげみん 0.00000009 +しげる 0.00000083 +しこ 0.00000046 +しこう 0.00000009 +しこしこ 0.00000009 +しこたま 0.00000046 +しこり 0.00000138 +しこん 0.00000009 +しこ名 0.00000009 +しご 0.00000064 +しごく 0.00000055 +しごと 0.00000110 +しさ 0.00000018 +しさあ 0.00000009 +しさえ 0.00000009 +しし 0.00000110 +ししゅう 0.00000018 +しじみ 0.00000037 +しじゅう 0.00000037 +しじゅうじく 0.00000009 +しす 0.00000009 +しず 0.00000156 +しずか 0.00000257 +しずく 0.00000128 +しずしず 0.00000018 +しずま 0.00000037 +しずまりかえ 0.00000055 +しずめ 0.00000009 +しずん 0.00000009 +しぜん 0.00000018 +しそ 0.00000028 +しそう 0.00000083 +しそなた 0.00000009 +しその 0.00000028 +した 0.00000954 +したが 0.00001458 +したがえ 0.00000018 +したく 0.00000101 +したし 0.00000009 +したたか 0.00000073 +したたり 0.00000018 +したたる 0.00000028 +したて 0.00000165 +したまわ 0.00000009 +したまわん 0.00000009 +したら 0.00000009 +したー 0.00000009 +しだ 0.00000037 +しだい 0.00000514 +しだれ 0.00000018 +しち 0.00000009 +しちま 0.00000009 +しちゃ 0.00000009 +しっ 0.00000037 +しっか 0.00000009 +しっかり 0.00005135 +しっくい 0.00000073 +しっくり 0.00000174 +しっけい 0.00000018 +しっこ 0.00000037 +しっこく 0.00000009 +しっしん 0.00000009 +しっちゃかめっちゃ 0.00000018 +しっと 0.00000064 +しっとり 0.00000156 +しっぺ 0.00000064 +しっぽ 0.00000945 +しつけ 0.00000578 +しつけけ 0.00000028 +しつこ 0.00000706 +しつこく 0.00000009 +しつらえ 0.00000037 +して 0.00000853 +してき 0.00000009 +してん 0.00000119 +しと 0.00000037 +しとく 0.00000009 +しとげ 0.00000028 +しとね 0.00000009 +しとめ 0.00000018 +しとやか 0.00000055 +しどう 0.00000064 +しどころ 0.00000009 +しどろもどろ 0.00000055 +しな 0.00000229 +しない 0.00000073 +しなお 0.00000064 +しなが 0.00000009 +しながら 0.00000009 +しなだれ 0.00000009 +しなび 0.00000046 +しなもの 0.00000018 +しなやか 0.00000183 +しね 0.00000009 +しの 0.00000614 +しのぎ 0.00000110 +しのび 0.00000018 +しのびこ 0.00000028 +しのびよ 0.00000037 +しのびより 0.00000009 +しのぶ 0.00000018 +しば 0.00000229 +しばい 0.00000028 +しばし 0.00000211 +しばしお 0.00000009 +しばしば 0.00004035 +しばたたかせ 0.00000009 +しばっ 0.00000018 +しばらく 0.00007345 +しばらくご 0.00000009 +しばりあげ 0.00000009 +しばりつけ 0.00000037 +しばれ 0.00000009 +しびれ 0.00000229 +しぶ 0.00000009 +しぶき 0.00000092 +しぶしぶ 0.00000202 +しぶん 0.00000009 +しべ 0.00000018 +しぼ 0.00000183 +しぼり 0.00000055 +しぼりたて 0.00000009 +しぼりと 0.00000009 +しぼり汁 0.00000009 +しぼん 0.00000009 +しま 0.00073747 +しまい 0.00001339 +しまいこ 0.00000064 +しまえ 0.00000018 +しまく 0.00000018 +しまだ 0.00000064 +しまっとく 0.00000009 +しまつ 0.00000064 +しまなみ 0.00000018 +しまり 0.00000009 +しまりな 0.00000009 +しまわ 0.00000046 +しみ 0.00000477 +しみこ 0.00000046 +しみじみ 0.00000147 +しみず 0.00000037 +しみっ 0.00000028 +しみつ 0.00000009 +しみや 0.00000009 +しみ出 0.00000028 +しむ 0.00000009 +しむけ 0.00000009 +しむる 0.00000009 +しめ 0.00001091 +しめき 0.00000009 +しめくく 0.00000009 +しめころ 0.00000009 +しめし 0.00000009 +しめしめ 0.00000009 +しめじ 0.00000018 +しめせ 0.00000009 +しめだ 0.00000009 +しめつけ 0.00000073 +しめやか 0.00000018 +しめれ 0.00000009 +しめん 0.00000018 +しめ飾り 0.00000009 +しも 0.00002146 +しもの 0.00000018 +しもべ 0.00000046 +しゃ 0.00001073 +しゃあしゃあと 0.00000018 +しゃい 0.00000046 +しゃいだり 0.00000009 +しゃが 0.00000110 +しゃがみこ 0.00000009 +しゃがみ込 0.00000055 +しゃがれ 0.00000101 +しゃぎ 0.00000028 +しゃく 0.00000138 +しゃくし 0.00000009 +しゃくしゃ 0.00000028 +しゃくなげ 0.00000009 +しゃくりあげ 0.00000009 +しゃくれ 0.00000009 +しゃく熱 0.00000018 +しゃけ 0.00000018 +しゃしゃり出 0.00000028 +しゃちほこ 0.00000064 +しゃっくり 0.00000055 +しゃぶ 0.00000028 +しゃぶしゃぶ 0.00000156 +しゃぶり 0.00000028 +しゃべ 0.00003026 +しゃべら 0.00000009 +しゃべり 0.00002091 +しゃべりだ 0.00000064 +しゃべる 0.00000028 +しゃべれ 0.00000642 +しゃぼん 0.00000009 +しゃみ 0.00000183 +しゃみや 0.00000028 +しゃむしゃ 0.00000009 +しゃもじ 0.00000055 +しゃり 0.00000009 +しゃれ 0.00000312 +しや 0.00000009 +しやが 0.00000018 +しやがる 0.00000009 +しやりがい 0.00000009 +しゅ 0.00000009 +しゅう 0.00000018 +しゅうしゅう 0.00000009 +しゅうと 0.00000009 +しゅっしゅっと 0.00000028 +しゅっと 0.00000009 +しゅみ 0.00000009 +しゅるい 0.00000009 +しゅろ 0.00000018 +しゅん 0.00000018 +しゅんかん 0.00000248 +しょ 0.00097021 +しょいこ 0.00000018 +しょい込 0.00000009 +しょう 0.00001825 +しょうかい 0.00000009 +しょうが 0.00000321 +しょうきづ 0.00000009 +しょうぎ 0.00000055 +しょうこ 0.00000028 +しょうし 0.00000037 +しょうじ 0.00000009 +しょうたい 0.00000037 +しょうたろう 0.00000009 +しょうち 0.00000018 +しょうちし 0.00000009 +しょうちゅう 0.00000009 +しょうと 0.00000018 +しょうに 0.00000238 +しょうめ 0.00000037 +しょうめい 0.00000009 +しょうゆ 0.00001064 +しょうゆに 0.00000009 +しょげ 0.00000009 +しょげ返 0.00000009 +しょせん 0.00000037 +しょちゅう 0.00000009 +しょっ 0.00000009 +しょっちゅう 0.00001000 +しょっちゅうき 0.00000009 +しょっちゅうこの 0.00000009 +しょっぱ 0.00000037 +しょっぱい 0.00000073 +しょっぱー 0.00000009 +しょばなし 0.00000009 +しょぼくれ 0.00000009 +しょめい 0.00000028 +しょる 0.00000009 +しょんぼり 0.00000046 +しょー 0.00000009 +しよ 0.00000449 +しよう 0.00000376 +しら 0.00000972 +しらぁ 0.00000009 +しらえ 0.00000009 +しらけ 0.00000110 +しらせ 0.00000009 +しらたき 0.00000009 +しらばくれ 0.00000018 +しらばっくれ 0.00000009 +しらふ 0.00000128 +しらべ 0.00000046 +しり 0.00000092 +しりごみ 0.00000037 +しりぞけ 0.00000037 +しりめ 0.00000009 +しりもち 0.00000009 +しりょう 0.00000009 +しる 0.00000092 +しるこ 0.00000028 +しるし 0.00000449 +しるしか 0.00000009 +しるす 0.00000009 +しるべ 0.00000128 +しれ 0.00034984 +しろ 0.00003283 +しろああしろ 0.00000009 +しろい 0.00000009 +しろうさぎ 0.00000009 +しろって 0.00000018 +しろめ 0.00000009 +しろもの 0.00000064 +しわ 0.00000614 +しわが 0.00000009 +しわがれ 0.00000064 +しわくちゃ 0.00000092 +しわざ 0.00000018 +しわしわ 0.00000037 +しわたし 0.00000009 +しわん 0.00000009 +しん 0.00000257 +しんかい 0.00000018 +しんがり 0.00000018 +しんこ 0.00000009 +しんさ 0.00000009 +しんしん 0.00000028 +しんせつ 0.00000009 +しんぜ 0.00000009 +しんちゅう 0.00000046 +しんちょう 0.00000018 +しんと 0.00000037 +しんど 0.00000092 +しんなり 0.00000028 +しんぱい 0.00000009 +しんぶん 0.00000018 +しんぼ 0.00000037 +しんぼう 0.00000101 +しんみ 0.00000009 +しんみり 0.00000009 +しバー 0.00000009 +しビスタ 0.00000009 +しー 0.00000028 +しーん 0.00000009 +しーんと 0.00000046 +し伏 0.00000009 +し傷 0.00000009 +し入 0.00000009 +し入れ 0.00000037 +し出 0.00000046 +し合 0.00000028 +し向け 0.00000009 +し声 0.00000018 +し夫 0.00000009 +し好 0.00000138 +し当て 0.00000009 +し折 0.00000018 +し掛け 0.00000028 +し方 0.00000018 +し歩 0.00000009 +し烈 0.00000009 +し痒し 0.00000009 +し直 0.00000055 +し算 0.00000009 +し紙 0.00000009 +し見つけ 0.00000009 +し込 0.00000009 +し難 0.00000009 +じ 0.00065897 +じあげ 0.00000018 +じい 0.00001577 +じいっ 0.00000018 +じいや 0.00000009 +じか 0.00000266 +じかけ 0.00000009 +じかけいす 0.00000009 +じかっ 0.00000009 +じかん 0.00000028 +じき 0.00000559 +じきじき 0.00000009 +じきだ 0.00000009 +じきり 0.00000009 +じき去 0.00000009 +じき飛ば 0.00000009 +じぎ 0.00000779 +じく 0.00000009 +じくじく 0.00000009 +じけず 0.00000009 +じこ 0.00000009 +じしん 0.00000009 +じじい 0.00000028 +じじいで 0.00000009 +じじつ 0.00000009 +じそ 0.00000018 +じた 0.00000028 +じたい 0.00000037 +じたが 0.00000009 +じぢずづ 0.00000009 +じっ 0.00000037 +じっくり 0.00000825 +じっさい 0.00000101 +じっせん 0.00000009 +じっと 0.00003045 +じっとうずくま 0.00000009 +じっとまち 0.00000009 +じっとり 0.00000018 +じつ 0.00000321 +じて 0.00000128 +じぶん 0.00000688 +じま 0.00000147 +じまい 0.00000055 +じまえ 0.00000009 +じままだ 0.00000009 +じまん 0.00000009 +じまんじゅう 0.00000009 +じみ 0.00000394 +じむ 0.00000028 +じめ 0.00000028 +じめじめ 0.00000028 +じゃ 0.00030858 +じゃぁ 0.00000037 +じゃあ 0.00004915 +じゃあいつ 0.00000009 +じゃあくるりと 0.00000009 +じゃあさ 0.00000009 +じゃあそ 0.00000009 +じゃあそこ 0.00000018 +じゃあただ 0.00000009 +じゃあつ 0.00000009 +じゃあな 0.00000028 +じゃあなさ 0.00000009 +じゃあなた 0.00000009 +じゃあなでなで 0.00000009 +じゃあなん 0.00000009 +じゃあの 0.00000018 +じゃあまあ 0.00000009 +じゃあまた 0.00000119 +じゃあわり 0.00000009 +じゃうち 0.00000009 +じゃお 0.00000037 +じゃかい 0.00000009 +じゃが 0.00000018 +じゃがいも 0.00000018 +じゃく 0.00000037 +じゃくし 0.00000037 +じゃくる 0.00000009 +じゃこ 0.00000009 +じゃこう 0.00000009 +じゃこうは 0.00000009 +じゃこうばら 0.00000018 +じゃこの 0.00000009 +じゃこりゃ 0.00000009 +じゃこれ 0.00000009 +じゃござ 0.00000009 +じゃしょう 0.00000009 +じゃじゃ 0.00000037 +じゃす 0.00000009 +じゃすま 0.00000009 +じゃぞ 0.00000009 +じゃっ 0.00000018 +じゃどう 0.00000009 +じゃに 0.00000009 +じゃね 0.00000009 +じゃねー 0.00000009 +じゃの 0.00000009 +じゃぱゆき 0.00000018 +じゃぶち壊 0.00000009 +じゃま 0.00000330 +じゃまあ 0.00000009 +じゃまるで 0.00000028 +じゃみっともな 0.00000009 +じゃみんな 0.00000028 +じゃら 0.00000147 +じゃれ 0.00000147 +じゃれつ 0.00000064 +じゃろ 0.00000037 +じゃわし 0.00000009 +じゃん 0.00000504 +じゃんけん 0.00000064 +じゃんじゃん 0.00000018 +じゃーん 0.00000009 +じゃ体 0.00000009 +じゃ口ン 0.00000009 +じゃ夜 0.00000009 +じゃ降り 0.00000009 +じゅ 0.00000018 +じゅう 0.00000798 +じゅういち 0.00000009 +じゅううさぎ 0.00000009 +じゅうしわ 0.00000009 +じゅうじゅう 0.00000009 +じゅうたん 0.00000541 +じゅうたんと 0.00000009 +じゅうたんに 0.00000046 +じゅうどこ 0.00000009 +じゅうぶん 0.00000339 +じゅんび 0.00000009 +じょ 0.00000009 +じょう 0.00000165 +じょうさん 0.00000018 +じょうず 0.00000046 +じょうたい 0.00000009 +じょうだん 0.00000018 +じょうぶ 0.00000037 +じょうゆ 0.00000009 +じょうろ 0.00000009 +じょがい 0.00000018 +じょろ 0.00000009 +じょッ 0.00000009 +じら 0.00000037 +じらい 0.00000009 +じらし 0.00000009 +じり 0.00000073 +じりじり 0.00000073 +じりじりし出 0.00000009 +じりつ 0.00000009 +じり上げ 0.00000018 +じり寄 0.00000009 +じれ 0.00000028 +じれった 0.00000046 +じろう 0.00000028 +じろじろ 0.00000275 +じろり 0.00000028 +じわ 0.00000009 +じわじわ 0.00000046 +じわり 0.00000009 +じん 0.00000009 +じんましん 0.00000028 +じん帯 0.00000018 +じーっと 0.00000009 +じーん 0.00000009 +じ上げ 0.00000018 +じ登 0.00000018 +じ馬 0.00000018 +じ馬根性 0.00000009 +す 0.01356165 +すい 0.00000211 +すいか 0.00000037 +すいかずら 0.00000009 +すいきょう 0.00000009 +すいこむ 0.00000009 +すいすいと 0.00000009 +すいた 0.00000009 +すいちゃ 0.00000009 +すいつ 0.00000009 +すいて 0.00000009 +すいてき 0.00000009 +すいぶん 0.00000018 +すいれん 0.00000009 +すぅ 0.00000018 +すぅっと 0.00000009 +すう 0.00000037 +すうすう 0.00000018 +すうち 0.00000028 +すうっと 0.00000018 +すう勢 0.00000037 +すえ 0.00000064 +すえつけ 0.00000009 +すか 0.00000257 +すかさず 0.00000092 +すかし 0.00000046 +すが 0.00000193 +すがすが 0.00000009 +すがすがし 0.00000211 +すがた 0.00000193 +すがたみ 0.00000037 +すがら 0.00000119 +すがりつ 0.00000037 +すがわら 0.00000018 +すき 0.00000284 +すきっ 0.00000018 +すきとお 0.00000101 +すきとおる 0.00000009 +すきま 0.00000092 +すきみ 0.00000018 +すきも 0.00000009 +すきや 0.00000009 +すきやき 0.00000064 +すき家 0.00000009 +すき焼 0.00000037 +すき焼き 0.00000110 +すき腹 0.00000009 +すき間 0.00000064 +すぎ 0.00008345 +すぎさ 0.00000009 +すぎず 0.00000009 +すぎた 0.00000028 +すぎもと 0.00000009 +すく 0.00000266 +すくい 0.00000083 +すくいあげ 0.00000028 +すくい上げ 0.00000009 +すくい取 0.00000037 +すくう 0.00000018 +すくすく 0.00000009 +すくっ 0.00000009 +すくっと 0.00000009 +すくな 0.00000073 +すくみ上が 0.00000009 +すくむ 0.00000009 +すくめ 0.00000183 +すくめて 0.00000009 +すくも 0.00000018 +すくん 0.00000009 +すぐ 0.00029216 +すぐさま 0.00000028 +すぐり 0.00000009 +すぐれ 0.00000321 +すぐれもの 0.00000009 +すけ 0.00000009 +すけそう 0.00000009 +すけべ 0.00000028 +すげ 0.00000018 +すげぇ 0.00000018 +すげかえ 0.00000009 +すげ替え 0.00000018 +すこ 0.00000018 +すこし 0.00000403 +すこしあげ 0.00000009 +すこと 0.00000028 +すこの 0.00000018 +すこぶる 0.00000156 +すこやか 0.00000009 +すご 0.00013645 +すごすご 0.00000009 +すごせ 0.00000055 +すごみ 0.00000018 +すごろく 0.00000009 +すごー 0.00000165 +すさまじ 0.00000660 +すさみ 0.00000037 +すざま 0.00000009 +すざまし 0.00000037 +すし 0.00001119 +すしおけ 0.00000009 +すしづくり 0.00000009 +すしの 0.00000009 +すしは 0.00000009 +すしも 0.00000009 +すしや 0.00000037 +すし屋 0.00000284 +すじ 0.00000083 +すじか 0.00000009 +すじこ 0.00000009 +すす 0.00000624 +すすい 0.00000037 +すすき 0.00000018 +すすきの 0.00000046 +すすぎ 0.00000028 +すすぐ 0.00000037 +すすけ 0.00000018 +すすむ 0.00000018 +すすめ 0.00000926 +すすめれ 0.00000018 +すすり 0.00000202 +すすり上げ 0.00000018 +すず 0.00000009 +すずえ 0.00000009 +すずし 0.00000064 +すずと 0.00000009 +すずめ 0.00000055 +すぜ 0.00000037 +すそ 0.00000083 +すその 0.00000037 +すたすた 0.00000009 +すたれ 0.00000018 +すたんぷ 0.00000009 +すだち 0.00000009 +すだれ 0.00000009 +すっ 0.00000073 +すっから 0.00000009 +すっからかん 0.00000073 +すっからかんさ 0.00000009 +すっかり 0.00004695 +すっきり 0.00000587 +すっく 0.00000018 +すっくと 0.00000018 +すっげ 0.00000055 +すっこ 0.00000009 +すっご 0.00000514 +すっと 0.00000009 +すっぱ 0.00000046 +すっぱい 0.00000018 +すっぱり 0.00000018 +すっぴん 0.00000009 +すっぽ 0.00000009 +すっぽか 0.00000064 +すっぽり 0.00000101 +すっ飛ば 0.00000009 +すて 0.00000037 +すてき 0.00003668 +すてきね 0.00000009 +すてばち 0.00000009 +すでに 0.00012756 +すと 0.00000119 +すな 0.00000055 +すなお 0.00000046 +すなおな 0.00000018 +すなわち 0.00002329 +すね 0.00000202 +すね当て 0.00000018 +すね肉 0.00000009 +すば 0.00000009 +すばし 0.00000009 +すばしこ 0.00000009 +すばしっこ 0.00000028 +すばしっこく 0.00000018 +すばや 0.00000642 +すばらし 0.00001843 +すばる 0.00000229 +すぱあと 0.00000037 +すべ 0.00000697 +すべからく 0.00000009 +すべが 0.00000018 +すべすべ 0.00000046 +すべて 0.00041825 +すべなし 0.00000009 +すべらか 0.00000009 +すべり 0.00000165 +すべりおち 0.00000028 +すべりおり 0.00000009 +すべりこ 0.00000018 +すべりこみ 0.00000009 +すべり下り 0.00000028 +すべり出 0.00000009 +すべり込 0.00000018 +すべる 0.00000009 +すぼめ 0.00000018 +すま 0.00000229 +すまい 0.00000028 +すまし 0.00000046 +すまな 0.00000037 +すまま 0.00000009 +すまん 0.00000009 +すまんこ 0.00000009 +すみ 0.00000092 +すみか 0.00000055 +すみかが 0.00000009 +すみずみ 0.00000055 +すみだ 0.00000018 +すみっこ 0.00000046 +すみとお 0.00000009 +すみの 0.00000009 +すみやか 0.00000018 +すみれ 0.00000055 +すみ子 0.00000009 +すもう 0.00000037 +すもも 0.00000083 +すもん 0.00000018 +すもんか 0.00000009 +すやすや 0.00000009 +すら 0.00002467 +すらぁ 0.00000009 +すらくら 0.00000009 +すらっと 0.00000028 +すらり 0.00000101 +すり 0.00000174 +すりおろ 0.00000092 +すりおろし 0.00000202 +すりかえ 0.00000009 +すりきれ 0.00000037 +すりこ 0.00000028 +すりつけ 0.00000064 +すりつけん 0.00000009 +すりつぶ 0.00000092 +すりつぶせ 0.00000009 +すりぬけ 0.00000037 +すりへ 0.00000018 +すりむ 0.00000009 +すりむけ 0.00000009 +すりゃ 0.00000046 +すりゃあ 0.00000018 +すりよ 0.00000009 +すり切れ 0.00000009 +すり合 0.00000009 +すり合せ 0.00000009 +すり寄 0.00000009 +すり寄せ 0.00000046 +すり抜け 0.00000073 +すり替え 0.00000055 +すり減 0.00000073 +すり減ら 0.00000064 +すり潰 0.00000009 +すり身 0.00000028 +する 0.00493770 +するど 0.00000312 +するどい 0.00000009 +するどく 0.00000009 +するどの 0.00000009 +するばら 0.00000009 +するりと 0.00000028 +すれ 0.00019468 +すれすれ 0.00000046 +すれちが 0.00000009 +すれちがい 0.00000009 +すれちがいざま 0.00000009 +すれど 0.00000009 +すれ違 0.00000046 +すわ 0.00001284 +すわけ 0.00000009 +すわざ 0.00000009 +すわっ 0.00000009 +すわら 0.00000009 +すわり 0.00000028 +すわりこ 0.00000083 +すわりなお 0.00000028 +すわれ 0.00000009 +すわん 0.00000018 +すん 0.00000101 +すんご 0.00000018 +すんごく 0.00000009 +すんな 0.00000009 +すんなり 0.00000174 +すんなりと 0.00000028 +すー 0.00000009 +すーっと 0.00000009 +す事 0.00000009 +す害 0.00000018 +す術 0.00000009 +ず 0.00055040 +ずいぶん 0.00003512 +ずいぶんいやー 0.00000009 +ずいぶんけしからん 0.00000009 +ずいぶんご 0.00000009 +ずいぶんずうずうし 0.00000009 +ずいぶんた 0.00000018 +ずいぶんや 0.00000009 +ずい分 0.00000009 +ずい分前 0.00000009 +ずうずうし 0.00000238 +ずうずうしい 0.00000009 +ずうっと 0.00000101 +ずかか 0.00000009 +ずき 0.00000028 +ずきずき 0.00000110 +ずきり 0.00000009 +ずきん 0.00000009 +ずく 0.00000064 +ずくめ 0.00000083 +ずけず 0.00000009 +ずけずけ 0.00000009 +ずさん 0.00000064 +ずし 0.00000064 +ずたずた 0.00000092 +ずだ 0.00000028 +ずっ 0.00000009 +ずっしり 0.00000083 +ずっと 0.00016195 +ずっとう 0.00000018 +ずっぽう 0.00000009 +ずつ 0.00004668 +ずつう 0.00000009 +ずとも 0.00000009 +ずな 0.00000037 +ずね 0.00000009 +ずばずば 0.00000018 +ずばずばい 0.00000009 +ずばずばと 0.00000009 +ずばずばもの 0.00000009 +ずばぬけ 0.00000037 +ずばり 0.00000183 +ずばりっと 0.00000009 +ずば抜け 0.00000073 +ずぶ 0.00000018 +ずぶと 0.00000009 +ずぶぬれ 0.00000073 +ずぶ濡れ 0.00000018 +ずみ 0.00000037 +ずよ 0.00000009 +ずら 0.00000064 +ずらい 0.00000009 +ずらか 0.00000037 +ずらっと 0.00000028 +ずらり 0.00000128 +ずり 0.00000028 +ずりさが 0.00000009 +ずり下げ 0.00000009 +ずる 0.00001541 +ずるがしこ 0.00000083 +ずるずる 0.00000009 +ずる賢 0.00000110 +ずれ 0.00000284 +ずれろ 0.00000009 +ずん 0.00000110 +ずんぐり 0.00000064 +ずんぐりむっくり 0.00000009 +ずんずん 0.00000083 +ずんどう 0.00000009 +ずーっと 0.00000165 +ず子 0.00000009 +せ 0.00266111 +せい 0.00005631 +せいか 0.00000165 +せいかく 0.00000018 +せいかしら 0.00000018 +せいしゅく 0.00000009 +せいじゃ 0.00000009 +せいせい 0.00000028 +せいぜい 0.00000495 +せいぜいわし 0.00000009 +せいだ 0.00000009 +せいだい 0.00000009 +せいとん 0.00000009 +せいな 0.00000009 +せいなん 0.00000009 +せいろ 0.00000009 +せぇ 0.00000009 +せえ 0.00000018 +せか 0.00000055 +せかい 0.00000018 +せかけ 0.00000018 +せかせか 0.00000073 +せが 0.00000092 +せがみ出 0.00000009 +せがれ 0.00000028 +せがん 0.00000009 +せき 0.00000128 +せきこ 0.00000018 +せきたて 0.00000009 +せきちく 0.00000009 +せき止め 0.00000092 +せき立て 0.00000028 +せき込 0.00000018 +せこせ 0.00000009 +せせこまし 0.00000009 +せせらぎ 0.00000092 +せせら笑 0.00000009 +せせり 0.00000009 +せた 0.00000046 +せたい 0.00000009 +せたけ 0.00000009 +せだ 0.00000018 +せち 0.00000009 +せっ 0.00000018 +せっかい 0.00000083 +せっかく 0.00000908 +せっかち 0.00000156 +せっけん 0.00000743 +せっこ 0.00000009 +せっしゃ 0.00000009 +せっせと 0.00000193 +せっつ 0.00000073 +せって 0.00000009 +せっと 0.00000009 +せっぱ 0.00000009 +せっぱつま 0.00000009 +せっぷん 0.00000018 +せつ 0.00000028 +せつこ 0.00000028 +せつせつ 0.00000009 +せつな 0.00000073 +せと 0.00000046 +せなか 0.00000046 +せぬ 0.00000046 +せばめ 0.00000009 +せび 0.00000037 +せびる 0.00000018 +せま 0.00000431 +せまりくる 0.00000009 +せむし 0.00000018 +せめ 0.00000055 +せめぎあ 0.00000009 +せめぎ合 0.00000009 +せめて 0.00000605 +せよ 0.00001770 +せよこ 0.00000009 +せらる 0.00000009 +せり 0.00000101 +せりふ 0.00000651 +せりゃ 0.00000018 +せり出 0.00000009 +せり合 0.00000009 +せり落と 0.00000009 +せれ 0.00000624 +せろ 0.00000092 +せわ 0.00000037 +せわし 0.00000009 +せわしく 0.00000028 +せわしな 0.00000101 +せわしない 0.00000028 +せん 0.00000477 +せんえつ 0.00000009 +せんす 0.00000073 +せんせい 0.00000046 +せんぞ 0.00000037 +せんたく 0.00000083 +せんだい 0.00000009 +せんてい 0.00000009 +せんとう 0.00000009 +せんの 0.00000009 +せんばん 0.00000009 +せんべい 0.00000202 +せんほど 0.00000009 +せんよ 0.00000009 +せんよう 0.00000009 +せん切り 0.00000009 +せー 0.00000018 +せーん 0.00000028 +ぜ 0.00002210 +ぜい 0.00000028 +ぜいぜい 0.00000046 +ぜいたく 0.00001027 +ぜい肉 0.00000055 +ぜえぜえ 0.00000009 +ぜき 0.00000018 +ぜだ 0.00000009 +ぜっこう 0.00000018 +ぜったい 0.00000348 +ぜつぼう 0.00000009 +ぜひ 0.00002999 +ぜられ 0.00000009 +ぜりあい 0.00000028 +ぜり合い 0.00000009 +ぜん 0.00000064 +ぜんご 0.00000009 +ぜんざい 0.00000046 +ぜんじろう 0.00000037 +ぜんぜん 0.00000825 +ぜんぜんいな 0.00000009 +ぜんぜんどう 0.00000009 +ぜんそく 0.00000367 +ぜんたい 0.00000147 +ぜんぶ 0.00000257 +ぜんまい 0.00000037 +ぜん息 0.00000018 +ぜー 0.00000009 +ぜーぜー 0.00000009 +ぜーんぜん 0.00000009 +ぜーんぶ 0.00000028 +そ 0.00014773 +そい 0.00000009 +そいつ 0.00001275 +そいつぁ 0.00000009 +そう 0.00099680 +そうあの 0.00000009 +そうい 0.00000009 +そういち 0.00000009 +そうお 0.00000037 +そうおじけづ 0.00000009 +そうか 0.00000257 +そうかぃ 0.00000009 +そうかい 0.00000028 +そうかなー 0.00000009 +そうき 0.00000009 +そうこう 0.00000220 +そうさ 0.00000220 +そうさけ 0.00000018 +そうさな 0.00000009 +そうし 0.00000037 +そうしちゃ 0.00000009 +そうしょく 0.00000009 +そうしろ 0.00000009 +そうじ 0.00000055 +そうじゃ 0.00000028 +そうす 0.00000009 +そうすりゃ 0.00000055 +そうせ 0.00000009 +そうぜ 0.00000037 +そうそう 0.00000468 +そうそうご 0.00000009 +そうぞうし 0.00000046 +そうだ 0.00000229 +そうだん 0.00000018 +そうち 0.00000009 +そうっと 0.00000037 +そうで 0.00000037 +そうと 0.00000064 +そうとう 0.00000018 +そうな 0.00000018 +そうないま 0.00000009 +そうなん 0.00000009 +そうね 0.00000046 +そうは 0.00000009 +そうばい 0.00000009 +そうふるま 0.00000009 +そうま 0.00000009 +そうむ 0.00000009 +そうむき 0.00000018 +そうめん 0.00000009 +そうれ 0.00000009 +そえ 0.00000064 +そおう 0.00000009 +そおっと 0.00000055 +そおーっと 0.00000009 +そが 0.00000037 +そがれ 0.00000009 +そぎ 0.00000028 +そぎ切り 0.00000055 +そく 0.00000018 +そくざ 0.00000018 +そぐ 0.00000119 +そこ 0.00042412 +そこい 0.00000028 +そこいら 0.00000009 +そこかしこ 0.00000110 +そこが 0.00000009 +そこここ 0.00000046 +そここそ 0.00000009 +そこじゃ 0.00000009 +そこそこ 0.00000275 +そこと 0.00000009 +そこど 0.00000009 +そこな 0.00000156 +そこなら 0.00000037 +そこね 0.00000119 +そこら 0.00000064 +そこん 0.00000018 +そごう 0.00000037 +そし 0.00000028 +そして 0.00076498 +そしらぬ 0.00000018 +そしり 0.00000037 +そしる 0.00000009 +そそ 0.00000660 +そそう 0.00000009 +そそぎ 0.00000009 +そそぎかけ 0.00000009 +そそぎこ 0.00000009 +そそぎ込め 0.00000009 +そそくさ 0.00000046 +そそげ 0.00000009 +そそっかし 0.00000009 +そその 0.00000009 +そそのか 0.00000009 +そそのかし 0.00000009 +そそりた 0.00000018 +そそり立 0.00000055 +そそる 0.00000009 +そぞろ 0.00000028 +そぞろ歩 0.00000009 +そだ 0.00000028 +そだち 0.00000037 +そち 0.00000018 +そちこち 0.00000018 +そちら 0.00001265 +そっか 0.00000028 +そっくり 0.00001403 +そっくり返 0.00000018 +そっけな 0.00000092 +そっち 0.00000532 +そっと 0.00000917 +そっとう 0.00000009 +そっぽ 0.00000101 +そつ 0.00000064 +そで 0.00000083 +そと 0.00000183 +そなえ 0.00000128 +そなえつけ 0.00000009 +そなた 0.00000376 +そなわ 0.00000028 +その 0.00336024 +そのうさぎ 0.00000018 +そのだし 0.00000009 +そは 0.00000009 +そば 0.00004906 +そばかす 0.00000073 +そばだて 0.00000064 +そばつゆ 0.00000018 +そばづかえ 0.00000018 +そばなの 0.00000009 +そばめし 0.00000009 +そばや 0.00000009 +そば屋 0.00000128 +そば湯 0.00000009 +そば粉 0.00000009 +そびえ 0.00000367 +そびえた 0.00000046 +そびえ立 0.00000238 +そびえ立てり 0.00000009 +そびやか 0.00000028 +そびれ 0.00000064 +そぶり 0.00000073 +そぼ 0.00000018 +そま 0.00000018 +そまつ 0.00000018 +そむ 0.00000046 +そむけ 0.00000128 +そめ 0.00000028 +そもそも 0.00001807 +そよ 0.00000046 +そよぎ 0.00000009 +そよぐ 0.00000055 +そよそよ 0.00000018 +そよと 0.00000009 +そよ風 0.00000220 +そら 0.00000724 +そらき 0.00000009 +そらす 0.00000028 +そらまた 0.00000018 +そり 0.00000486 +そりあげ 0.00000009 +そりゃ 0.00000816 +そりゃ〜 0.00000009 +そりゃぁ 0.00000009 +そりゃあ 0.00000385 +そりゃあんた 0.00000009 +そりゃまず 0.00000009 +そりゃまったく 0.00000009 +そりゃー 0.00000018 +そり込み 0.00000009 +そる 0.00000018 +それ 0.00232291 +それぞれ 0.00011582 +それっきり 0.00000018 +そろ 0.00001559 +そろい 0.00000064 +そろいあ 0.00000009 +そろえ 0.00001110 +そろえれ 0.00000009 +そろそろ 0.00001586 +そろばん 0.00000202 +そわそわ 0.00000147 +そん 0.00000293 +そんけい 0.00000009 +そんじょ 0.00000018 +そんな 0.00035067 +そんなら 0.00000009 +そん色 0.00000009 +そー 0.00000028 +そーっと 0.00000018 +そ歩 0.00000009 +ぞ 0.00008079 +ぞい 0.00000046 +ぞう 0.00000009 +ぞうさん 0.00000009 +ぞうり 0.00000028 +ぞえ 0.00000018 +ぞぉ 0.00000028 +ぞぉー 0.00000009 +ぞお 0.00000009 +ぞくぞく 0.00000119 +ぞくっと 0.00000009 +ぞくり 0.00000009 +ぞっ 0.00000028 +ぞっこん 0.00000037 +ぞっと 0.00000376 +ぞと 0.00000073 +ぞや 0.00000009 +ぞり 0.00000028 +ぞれぞれ 0.00000009 +ぞろい 0.00000064 +ぞろぞろ 0.00000046 +ぞん 0.00000009 +ぞんざい 0.00000110 +ぞんじ 0.00000064 +ぞんぶん 0.00000009 +ぞー 0.00000128 +ぞーっ 0.00000009 +た 0.02377361 +たぁ 0.00000018 +たあ 0.00000009 +たい 0.00002614 +たいおわ 0.00000009 +たいがい 0.00000303 +たいがいこう 0.00000009 +たいがいしし 0.00000009 +たいく 0.00000018 +たいこ 0.00000009 +たいし 0.00000211 +たいした 0.00000018 +たいして 0.00000028 +たいせつ 0.00000018 +たいそう 0.00000284 +たいそうご 0.00000018 +たいて 0.00000009 +たいてい 0.00001073 +たいへん 0.00000459 +たいまつ 0.00000266 +たいやき 0.00000018 +たいよう 0.00000128 +たいらげ 0.00000083 +たいわ 0.00000009 +たい肥 0.00000018 +たう 0.00000009 +たうち回 0.00000018 +たうろ 0.00000018 +たえ 0.00000248 +たえま 0.00000037 +たお 0.00000064 +たおかげ 0.00000009 +たおやか 0.00000009 +たおれ 0.00000119 +たおれこ 0.00000028 +たおれ込 0.00000009 +たか 0.00000789 +たかえ 0.00000009 +たかお 0.00000018 +たかけがえ 0.00000009 +たかし 0.00000083 +たかしら 0.00000009 +たかだか 0.00000055 +たかっ 0.00000009 +たかなみ 0.00000037 +たかは 0.00000018 +たかぶ 0.00000018 +たかま 0.00000064 +たかみ 0.00000009 +たから 0.00000092 +たかり屋 0.00000009 +たか子 0.00000037 +たが 0.00003907 +たがい 0.00000303 +たがり 0.00000018 +たがりや 0.00000009 +たき 0.00000064 +たきぎ 0.00000101 +たきび 0.00000064 +たき付け 0.00000009 +たき火 0.00000238 +たく 0.00000339 +たくあん 0.00000037 +たくご 0.00000009 +たくさ 0.00000009 +たくさや 0.00000009 +たくさん 0.00030399 +たくさんかけ 0.00000009 +たくし 0.00000009 +たくしこ 0.00000009 +たくし込 0.00000009 +たくとう 0.00000018 +たくまし 0.00000514 +たくみ 0.00000028 +たくら 0.00000257 +たくらせ 0.00000009 +たくらみ 0.00000165 +たくらん 0.00000037 +たくり 0.00000009 +たくわえ 0.00000018 +たくわえれ 0.00000009 +たぐ 0.00000055 +たぐい 0.00000440 +たけ 0.00000248 +たけし 0.00000330 +たけた 0.00000009 +たけだけしい 0.00000009 +たけなわ 0.00000037 +たけび 0.00000009 +たけ子 0.00000009 +たげ 0.00000037 +たこ 0.00000688 +たこが 0.00000009 +たこっちゃ 0.00000009 +たこと 0.00000009 +たこの 0.00000147 +たこや 0.00000009 +たこやき 0.00000018 +たこ焼き 0.00000119 +たこ糸 0.00000009 +たし 0.00000138 +たしか 0.00001421 +たしかめ 0.00000028 +たしかわ 0.00000009 +たしな 0.00000028 +たしなみ 0.00000046 +たしなむ 0.00000009 +たしなめ 0.00000037 +たじく 0.00000009 +たじたじ 0.00000009 +たじろ 0.00000037 +たじろぎ 0.00000028 +たじろぐ 0.00000018 +たす 0.00000028 +たすき 0.00000037 +たすけ 0.00000046 +たず 0.00000046 +たずさえ 0.00000028 +たずね 0.00000816 +たせ 0.00000018 +たせかけ 0.00000037 +たそがれ 0.00000119 +たそがれどき 0.00000009 +たぞ 0.00000018 +たた 0.00002183 +たたい 0.00000083 +たたえ 0.00000734 +たたえ合 0.00000009 +たたか 0.00000174 +たたかい 0.00000009 +たたかれ 0.00000009 +たたき 0.00000541 +たたきおと 0.00000009 +たたきこ 0.00000018 +たたきこわ 0.00000028 +たたきだ 0.00000009 +たたきつけ 0.00000018 +たたきの 0.00000009 +たたきのめ 0.00000046 +たたき上げ 0.00000018 +たたき付け 0.00000046 +たたき出 0.00000046 +たたき出せ 0.00000009 +たたき合 0.00000009 +たたき壊 0.00000009 +たたき手 0.00000009 +たたき潰 0.00000009 +たたき火 0.00000009 +たたき直 0.00000009 +たたき落と 0.00000064 +たたき起こ 0.00000018 +たたき起こす 0.00000009 +たたき込 0.00000138 +たたき返 0.00000009 +たたく 0.00000073 +たたくと 0.00000009 +たたず 0.00000073 +たたずまい 0.00000119 +たたね 0.00000009 +たたまれ 0.00000018 +たたみ 0.00000055 +たたみいわし 0.00000009 +たたみかけ 0.00000009 +たたみこ 0.00000009 +たたみやす 0.00000009 +たため 0.00000018 +たたり 0.00000238 +たたん 0.00000009 +たた寝 0.00000018 +ただ 0.00021174 +ただあの 0.00000009 +ただい 0.00000018 +ただいま 0.00000220 +ただお 0.00000018 +ただお前 0.00000009 +ただぎら 0.00000009 +ただけ 0.00000156 +ただけんか 0.00000009 +ただこの 0.00000009 +ただごと 0.00000028 +たださ 0.00000009 +ただし 0.00002714 +ただし書き 0.00000009 +ただただ 0.00000257 +ただちに 0.00000156 +ただなか 0.00000064 +ただね 0.00000009 +ただまあ 0.00000009 +ただまだ 0.00000009 +ただまったく 0.00000018 +ただまつ 0.00000009 +ただむきだし 0.00000009 +ただよ 0.00000275 +ただよう 0.00000009 +ただようは 0.00000009 +ただより 0.00000018 +ただるま 0.00000009 +ただわし 0.00000018 +ただ中 0.00000394 +ただ働き 0.00000009 +ただ去 0.00000009 +ただ願 0.00000009 +たち 0.00210154 +たちあが 0.00000064 +たちあげ 0.00000009 +たちい 0.00000018 +たちいわく 0.00000018 +たちから 0.00000009 +たちぎれ 0.00000009 +たちこ 0.00000009 +たちここ 0.00000009 +たちこそ 0.00000046 +たちこめ 0.00000092 +たちさ 0.00000009 +たちさえ 0.00000009 +たちすく 0.00000009 +たちち 0.00000009 +たちどう 0.00000009 +たちどうし 0.00000009 +たちどころ 0.00000018 +たちどま 0.00000018 +たちな 0.00000092 +たちなお 0.00000009 +たちなら 0.00000046 +たちなり 0.00000046 +たちなんか 0.00000018 +たちの 0.00000009 +たちのぼ 0.00000009 +たちはだか 0.00000009 +たちほん 0.00000009 +たちまち 0.00001265 +たちまちまた 0.00000018 +たちみ 0.00000009 +たちや 0.00000128 +たちょうちん 0.00000009 +たちょうど 0.00000009 +たちよ 0.00000101 +たちより 0.00000238 +たち上が 0.00000009 +たち並 0.00000009 +たっ 0.00000348 +たっく 0.00000009 +たっけ 0.00000037 +たっせい 0.00000009 +たった 0.00004264 +たって 0.00000917 +たっぷり 0.00001972 +たっぷり取 0.00000018 +たつ 0.00000018 +たつえ 0.00000009 +たつゆに 0.00000009 +たつよう 0.00000009 +たて 0.00001807 +たてあい 0.00000009 +たてお 0.00000009 +たてかけ 0.00000018 +たてがみ 0.00000073 +たてこ 0.00000009 +たてつ 0.00000009 +たてつずけ 0.00000009 +たてま 0.00000018 +たてまえ 0.00000018 +たてまつ 0.00000009 +たてもの 0.00000009 +たてれ 0.00000018 +たて続け 0.00000009 +たと 0.00000009 +たとえ 0.00004007 +たとえが 0.00000009 +たとえがらがら 0.00000009 +たとえこの 0.00000028 +たとえつ 0.00000009 +たとえど 0.00000009 +たとえば 0.00000926 +たとえ直す 0.00000009 +たど 0.00001431 +たどし 0.00000018 +たどたどし 0.00000138 +たどの 0.00000009 +たどりつ 0.00000523 +たどりつきかけ 0.00000009 +たどりつけ 0.00000046 +たどり着 0.00001055 +たどり着け 0.00000193 +たどり返 0.00000009 +たどれ 0.00000064 +たな 0.00000248 +たなし 0.00000009 +たなび 0.00000101 +たなぼた 0.00000009 +たなー 0.00000009 +たぬき 0.00000083 +たね 0.00000046 +たねが 0.00000009 +たの 0.00000128 +たのし 0.00000165 +たのしみ 0.00000009 +たのしめ 0.00000018 +たのみ 0.00000046 +たば 0.00000009 +たばこ 0.00005557 +たばこと 0.00000009 +たばっち 0.00000009 +たひ 0.00000009 +たび 0.00003531 +たびたび 0.00001174 +たびれ 0.00000073 +たびん 0.00000009 +たぶたぶ 0.00000009 +たぶらか 0.00000037 +たぶん 0.00003815 +たぶんこ 0.00000064 +たぶんこう 0.00000009 +たぶんこんな 0.00000009 +たぶんどこ 0.00000009 +たぶんぼく 0.00000009 +たべ 0.00000220 +たべもの 0.00000009 +たべれ 0.00000009 +たほう 0.00000009 +たほん 0.00000009 +たま 0.00002980 +たまう 0.00000009 +たまえ 0.00000293 +たまえり 0.00000009 +たまき 0.00000037 +たまげ 0.00000064 +たまご 0.00000293 +たまごっち 0.00000238 +たまし 0.00000009 +たましい 0.00000266 +たまたま 0.00001522 +たまたまうち 0.00000009 +たまたまで 0.00000018 +たまに 0.00001275 +たまの 0.00000037 +たまもの 0.00000110 +たまらんなー 0.00000018 +たまり 0.00000238 +たまりき 0.00000009 +たまりにく 0.00000009 +たまりば 0.00000009 +たまり場 0.00000092 +たまる 0.00000073 +たむろ 0.00000174 +ため 0.00149190 +ためい 0.00000009 +ためいき 0.00000083 +ためき 0.00000018 +ためこ 0.00000018 +ためこの 0.00000009 +ためし 0.00000220 +ためつ 0.00000009 +ためら 0.00001431 +ためらい 0.00000413 +ためれ 0.00000018 +ためわざわざ 0.00000009 +ためん 0.00000009 +ため息 0.00000706 +ため池 0.00000009 +ため込 0.00000101 +たも 0.00000046 +たもた 0.00000028 +たもと 0.00000064 +たもん 0.00000018 +たや 0.00000028 +たやす 0.00000248 +たゆ 0.00000064 +たゆた 0.00000018 +たゆまず 0.00000009 +たよ 0.00000055 +たよう 0.00000092 +たよぉ 0.00000009 +たより 0.00000073 +たら 0.00065292 +たらい 0.00000046 +たらいちょう 0.00000009 +たらい回し 0.00000055 +たらこ 0.00000018 +たらし 0.00000046 +たらしこ 0.00000009 +たらふく 0.00000028 +たらめ 0.00000009 +たらわ 0.00000009 +たり 0.00058974 +たりあ 0.00000009 +たりおむつ 0.00000009 +たりか 0.00000018 +たりから 0.00000009 +たりじら 0.00000009 +たりす 0.00000009 +たりと 0.00000009 +たりな 0.00000009 +たりは 0.00000009 +たりばか 0.00000009 +たりひね 0.00000009 +たりほら 0.00000018 +たりも 0.00000009 +たりもの 0.00000009 +たりらば 0.00000009 +たりんご 0.00000009 +たり下が 0.00000009 +たり入れ 0.00000009 +たり分けあ 0.00000009 +たり前頭 0.00000009 +たり取 0.00000009 +たり取り置 0.00000009 +たり受け 0.00000009 +たり受け取 0.00000018 +たり捨て 0.00000009 +たり消 0.00000009 +たり物 0.00000028 +たり着替え 0.00000009 +たり身 0.00000009 +たり込 0.00000009 +たる 0.00000358 +たるみ 0.00000037 +たるみや 0.00000009 +たれ 0.00001137 +たれおよ 0.00000018 +たれか 0.00000009 +たれこ 0.00000009 +たれこめ 0.00000009 +たれさが 0.00000018 +たれし 0.00000009 +たれ味 0.00000009 +たれ味辛口 0.00000009 +たれ死に 0.00000009 +たろ 0.00000009 +たろう 0.00000028 +たろか 0.00000009 +たわ 0.00000055 +たわい 0.00000064 +たわいな 0.00000037 +たわけ 0.00000028 +たわごと 0.00000046 +たわし 0.00000037 +たわみ 0.00000009 +たわむれ 0.00000037 +たわら 0.00000018 +たわり 0.00000009 +たわる 0.00000009 +たわわ 0.00000064 +たわん 0.00000009 +たわ言 0.00000055 +たん 0.00000284 +たんけん 0.00000009 +たんこぶ 0.00000028 +たんざく 0.00000009 +たんじょう 0.00000009 +たんす 0.00000229 +たんたん 0.00000009 +たんだ 0.00000028 +たんだい 0.00000037 +たんと 0.00000037 +たんなる 0.00000009 +たんに 0.00000046 +たんぱ 0.00000009 +たんび 0.00000073 +たんぽ 0.00000028 +たんぽぽ 0.00000018 +たんまり 0.00000028 +たー 0.00000064 +たーく 0.00000009 +たーっく 0.00000009 +だ 0.00607289 +だ。 0.00000028 +だぁ 0.00000110 +だあ 0.00000018 +だあれ 0.00000009 +だあー 0.00000009 +だい 0.00000862 +だいいち 0.00000009 +だいきらい 0.00000009 +だいしげ 0.00000009 +だいじ 0.00000238 +だいじょうぶ 0.00000018 +だいすき 0.00000018 +だいたい 0.00000394 +だいたいなん 0.00000009 +だいだい 0.00000009 +だいなし 0.00000018 +だいぶ 0.00000578 +だいぶん 0.00000018 +だえ 0.00000018 +だか 0.00000587 +だかい 0.00000009 +だがら 0.00000028 +だきおこす 0.00000009 +だきしめ 0.00000037 +だきつ 0.00000009 +だく 0.00000009 +だくさん 0.00000156 +だくれ 0.00000018 +だけ 0.00089327 +だけい 0.00000009 +だけだ 0.00000009 +だこ 0.00000073 +だこう 0.00000009 +だこりゃ 0.00000018 +ださ 0.00000083 +ださい 0.00000028 +だし 0.00000394 +だじゃれ 0.00000018 +だせ 0.00000064 +だだ 0.00000009 +だっ 0.00102954 +だっけ 0.00000018 +だっこ 0.00000028 +だった 0.00000046 +だっちゅう 0.00000018 +だっちゅーの 0.00000028 +だっつ 0.00000009 +だって 0.00000037 +だっと 0.00000009 +だて 0.00000064 +だど 0.00000009 +だどし 0.00000009 +だな 0.00000009 +だなー 0.00000064 +だね 0.00000303 +だねェ 0.00000018 +だぶ 0.00000009 +だぶくろ 0.00000009 +だぶだぶ 0.00000028 +だぶち 0.00000009 +だべろうぜ 0.00000018 +だぼだぼ 0.00000009 +だま 0.00002476 +だまくらか 0.00000028 +だまし 0.00000083 +だましうち 0.00000018 +だましと 0.00000009 +だまし取 0.00000092 +だまま 0.00000009 +だまり 0.00000018 +だまりこ 0.00000018 +だまり込 0.00000009 +だみ声 0.00000009 +だめ 0.00001357 +だもん 0.00000018 +だよ 0.00000018 +だら 0.00000807 +だらけ 0.00001632 +だらけだ 0.00000009 +だらし 0.00000064 +だらしな 0.00000275 +だらだら 0.00000037 +だらり 0.00000009 +だらりと 0.00000083 +だらんと 0.00000073 +だり 0.00003870 +だりあわれ 0.00000009 +だりお 0.00000009 +だりく 0.00000009 +だる 0.00000128 +だるい 0.00000028 +だるく 0.00000009 +だるま 0.00000248 +だれ 0.00005612 +だれあて 0.00000009 +だろ 0.00002412 +だろー 0.00000018 +だわ 0.00000083 +だん 0.00000248 +だんご 0.00000165 +だんじり 0.00000165 +だんす 0.00000046 +だんぜん 0.00000018 +だんだら 0.00000009 +だんだん 0.00002476 +だんだんか 0.00000009 +だんだんそだ 0.00000009 +だんだんどう 0.00000009 +だんな 0.00000394 +だんまり 0.00000055 +だんらん 0.00000110 +だんろ 0.00000037 +だァ 0.00000009 +だァねェ 0.00000009 +だー 0.00000092 +だ害 0.00000009 +ち 0.00022458 +ちい 0.00000009 +ちいさ 0.00000092 +ちいさえ 0.00000009 +ちいさな 0.00000284 +ちいさなかご 0.00000009 +ちいた 0.00000018 +ちいただ 0.00000046 +ちぇっ 0.00000064 +ちえ 0.00000018 +ちえっ 0.00000018 +ちか 0.00000128 +ちかく 0.00000064 +ちかごろ 0.00000009 +ちかち 0.00000018 +ちかば 0.00000018 +ちかばち 0.00000009 +ちかまえ 0.00000073 +ちかよ 0.00000037 +ちから 0.00000073 +ちが 0.00001174 +ちがい 0.00001531 +ちがいかけ 0.00000009 +ちがいや 0.00000009 +ちき 0.00000009 +ちきゅう 0.00000064 +ちぎ 0.00000064 +ちぎり 0.00000018 +ちぎり取 0.00000009 +ちぎれ 0.00000037 +ちぎれちぎれ 0.00000009 +ちぎわ 0.00000028 +ちく 0.00000128 +ちくしょう 0.00000128 +ちくり 0.00000018 +ちくわ 0.00000092 +ちぐはぐ 0.00000018 +ちけ 0.00000009 +ちこく 0.00000009 +ちさ 0.00000009 +ちさえ 0.00000009 +ちし 0.00000018 +ちせ 0.00000009 +ちそう 0.00001100 +ちそうさま 0.00000110 +ちた 0.00000009 +ちたが 0.00000009 +ちたて 0.00000009 +ちたり 0.00000009 +ちちろん 0.00000009 +ちぢ 0.00000073 +ちぢくれ上が 0.00000009 +ちぢま 0.00000009 +ちぢみあが 0.00000009 +ちぢみだ 0.00000009 +ちぢめ 0.00000009 +ちぢれ 0.00000009 +ちっこく 0.00000009 +ちっちゃ 0.00000229 +ちっちゃく 0.00000009 +ちっと 0.00000028 +ちっとも 0.00000779 +ちっぽけ 0.00000266 +ちつく 0.00000009 +ちと 0.00000018 +ちとせ 0.00000018 +ちどり 0.00000018 +ちどりや 0.00000018 +ちな 0.00000789 +ちなみ 0.00000880 +ちなん 0.00000009 +ちぬ 0.00000018 +ちひろ 0.00000018 +ちび 0.00000257 +ちびくろ 0.00000028 +ちびちび 0.00000055 +ちびっ子 0.00000009 +ちびまる 0.00000009 +ちびりちびり 0.00000009 +ちびる 0.00000009 +ちぶさた 0.00000009 +ちぶさたに 0.00000009 +ちほど 0.00000009 +ちま 0.00000312 +ちまき 0.00000037 +ちまじ 0.00000009 +ちまた 0.00000064 +ちまち 0.00000037 +ちまちま 0.00000009 +ちまっ 0.00000009 +ちまね 0.00000009 +ちゃ 0.00012994 +ちゃあし 0.00000009 +ちゃあんと 0.00000009 +ちゃい 0.00000009 +ちゃいかん 0.00000009 +ちゃいけ 0.00000009 +ちゃえ 0.00000055 +ちゃお 0.00000018 +ちゃか 0.00000009 +ちゃかす 0.00000009 +ちゃくちゃく 0.00000009 +ちゃしない 0.00000009 +ちゃち 0.00000009 +ちゃっ 0.00000028 +ちゃっかり 0.00000055 +ちゃっと 0.00000009 +ちゃま 0.00000018 +ちゃまず 0.00000009 +ちゃまたち 0.00000009 +ちゃら 0.00000028 +ちゃらか 0.00000018 +ちゃらちゃら 0.00000009 +ちゃり 0.00000009 +ちゃわん 0.00000009 +ちゃん 0.00005181 +ちゃんこ 0.00000083 +ちゃんち 0.00000009 +ちゃんて 0.00000009 +ちゃんと 0.00004099 +ちゃんねる 0.00000028 +ちゃんぼうや 0.00000009 +ちゃんぽん 0.00000018 +ちゃー 0.00000009 +ちゃーんと 0.00000009 +ちやほや 0.00000055 +ちゅう 0.00000101 +ちゅうちゅう 0.00000009 +ちゅうちょ 0.00000348 +ちゆき 0.00000009 +ちょ 0.00000257 +ちょい 0.00000037 +ちょいちょい 0.00000009 +ちょいと 0.00000073 +ちょう 0.00000706 +ちょうさ 0.00000037 +ちょうし 0.00000009 +ちょうせい 0.00000009 +ちょうだい 0.00000669 +ちょうちょ 0.00000009 +ちょうちん 0.00000504 +ちょうつがい 0.00000064 +ちょうど 0.00005768 +ちょうどう 0.00000009 +ちょうどこ 0.00000064 +ちょうほう 0.00000018 +ちょうめん 0.00000018 +ちょうらく 0.00000009 +ちょき 0.00000037 +ちょくちょく 0.00000083 +ちょくん 0.00000009 +ちょこ 0.00000083 +ちょこっと 0.00000046 +ちょこまか 0.00000009 +ちょちょいの 0.00000018 +ちょっ 0.00000018 +ちょっかい 0.00000037 +ちょっくら 0.00000009 +ちょっくり 0.00000009 +ちょっと 0.00019404 +ちょっとう 0.00000009 +ちょっぴり 0.00000211 +ちょっほ 0.00000009 +ちょっぽり 0.00000009 +ちょと 0.00000037 +ちょば 0.00000083 +ちょびっと 0.00000009 +ちょびっツ 0.00000009 +ちょびひげ 0.00000009 +ちょむ 0.00000009 +ちょめいめい 0.00000009 +ちょや 0.00000037 +ちょる 0.00000009 +ちょろ 0.00000028 +ちょろちょろ 0.00000018 +ちょん 0.00000156 +ちょんぎっち 0.00000009 +ちょんまげ 0.00000046 +ちょー 0.00000028 +ちょーっと 0.00000009 +ちよせ 0.00000046 +ちら 0.00000128 +ちらか 0.00000037 +ちらし 0.00000073 +ちらしず 0.00000009 +ちらしずし 0.00000037 +ちらしの 0.00000018 +ちらしや 0.00000009 +ちらちら 0.00000101 +ちらっと 0.00000128 +ちらつ 0.00000110 +ちらと 0.00000009 +ちらば 0.00000028 +ちらばめ 0.00000009 +ちらほら 0.00000128 +ちらり 0.00000202 +ちらりっと 0.00000018 +ちり 0.00000321 +ちりばめ 0.00000229 +ちりめん 0.00000046 +ちりんち 0.00000009 +ちろちろ 0.00000009 +ちん 0.00000009 +ちんけな 0.00000009 +ちんちくりん 0.00000009 +ちんちん 0.00000009 +ちんと 0.00000009 +ちんぷんかんぷん 0.00000055 +ちんもく 0.00000009 +ち備え 0.00000009 +ち切 0.00000009 +ち受け 0.00000009 +ち望 0.00000037 +ち止ま 0.00000009 +ち立 0.00000009 +ち組 0.00000009 +ち致 0.00000009 +ち返 0.00000009 +ち遠 0.00000009 +ち遠し 0.00000009 +っ 0.01212450 +っから 0.00000055 +っきり 0.00000248 +っけ 0.00001055 +っけな 0.00000009 +っけね 0.00000009 +っこ 0.00000257 +った 0.00000688 +ったい 0.00000009 +ったいぶ 0.00000009 +ったく 0.00000083 +ったけ 0.00000009 +ったって 0.00000037 +ったり 0.00000046 +ったん 0.00000046 +っち 0.00000018 +っちゃ 0.00000092 +って 0.00038506 +ってい 0.00000009 +ってぇに 0.00000009 +ってき 0.00000018 +ってこい 0.00000037 +ってつけ 0.00000009 +っても 0.00000138 +ってん 0.00000018 +っと 0.00000293 +っとく 0.00000009 +っとらん 0.00000018 +っとり 0.00000018 +っとる 0.00000009 +っぱ 0.00000037 +っぱなし 0.00000523 +っぱら 0.00000009 +っぷり 0.00000009 +っべ 0.00000009 +っぽ 0.00002045 +っぽく 0.00000009 +っぽち 0.00000037 +っぽっち 0.00000101 +っもう 0.00000009 +っり 0.00000009 +っト 0.00000009 +っ切り 0.00000009 +っ奪 0.00000009 +っ嫌い 0.00000009 +っ子 0.00000532 +っ子連 0.00000009 +っ張 0.00000009 +っ手 0.00000046 +っ掛け 0.00000009 +っ放し 0.00000165 +っ早 0.00000009 +っ歯 0.00000009 +っ毛 0.00000009 +っ立 0.00000009 +っ端 0.00000092 +っ走 0.00000009 +っ走り 0.00000009 +っ通し 0.00000009 +っ面 0.00000018 +っ飛ば 0.00000009 +つ 0.00220654 +つあの 0.00000009 +つい 0.00001907 +ついえ 0.00000018 +ついえ去 0.00000009 +ついお 0.00000009 +ついか 0.00000009 +ついきのう 0.00000009 +ついこっち 0.00000009 +ついこの 0.00000009 +ついさく 0.00000009 +ついぞ 0.00000046 +ついた 0.00000009 +ついたけだ 0.00000009 +ついたて 0.00000055 +ついつ 0.00000009 +ついつい 0.00000238 +ついで 0.00000440 +ついと 0.00000028 +ついな 0.00000009 +ついに 0.00004879 +ついば 0.00000037 +ついばん 0.00000028 +ついや 0.00000009 +つう 0.00000083 +つうい 0.00000018 +つうえ 0.00000009 +つうか 0.00000009 +つうじ 0.00000009 +つうち 0.00000073 +つえ 0.00000083 +つえの 0.00000009 +つお 0.00000018 +つか 0.00003916 +つかい 0.00000037 +つかいもの 0.00000009 +つかえ 0.00000174 +つかけ 0.00000009 +つかさど 0.00000046 +つかさどり 0.00000009 +つかっ 0.00000009 +つかつ 0.00000009 +つかつか 0.00000037 +つかの間 0.00000193 +つかま 0.00000578 +つかまえ 0.00000651 +つかまり 0.00000009 +つかまりお 0.00000009 +つかまり立ち 0.00000028 +つかみ 0.00000083 +つかみかか 0.00000055 +つかみと 0.00000009 +つかみどころ 0.00000018 +つかみ上げ 0.00000018 +つかみ出 0.00000009 +つかみ出せ 0.00000009 +つかみ取 0.00000119 +つかめ 0.00000321 +つかめれ 0.00000018 +つから 0.00000009 +つかれ 0.00000156 +つかわ 0.00000064 +つかわし 0.00000046 +つかん 0.00000110 +つかんだん 0.00000009 +つがい 0.00000110 +つがいも 0.00000009 +つがえ 0.00000037 +つき 0.00001229 +つきあ 0.00000055 +つきあい 0.00000064 +つきあた 0.00000018 +つきあたり 0.00000037 +つきあわせ 0.00000009 +つきお 0.00000009 +つきおと 0.00000009 +つきさ 0.00000009 +つきささ 0.00000037 +つきそう 0.00000018 +つきたお 0.00000009 +つきたて 0.00000018 +つきだ 0.00000110 +つきっきり 0.00000009 +つきつけ 0.00000055 +つきつめ 0.00000064 +つきつめれ 0.00000009 +つきとお 0.00000009 +つきとば 0.00000009 +つきとめ 0.00000037 +つきぬけ 0.00000009 +つきは 0.00000009 +つきまと 0.00000073 +つきもの 0.00000367 +つきり 0.00000028 +つき上げ 0.00000009 +つき出 0.00000028 +つき刺 0.00000009 +つき動か 0.00000018 +つき合 0.00000009 +つき止め 0.00000009 +つき落と 0.00000009 +つぎ 0.00000633 +つぎこ 0.00000046 +つぎつぎ 0.00000083 +つぎは 0.00000009 +つぎはぎ 0.00000037 +つぎん 0.00000018 +つぎ込 0.00000257 +つく 0.00007180 +つくえ 0.00000046 +つくし 0.00000028 +つくせり 0.00000018 +つくだ煮 0.00000046 +つくづく 0.00000202 +つくば 0.00000028 +つくら 0.00000018 +つくり 0.00000101 +つくりあげ 0.00000147 +つくりだ 0.00000092 +つくりな 0.00000009 +つくり上げ 0.00000147 +つくり出 0.00000202 +つくり出せ 0.00000018 +つくり変え 0.00000009 +つくり手 0.00000018 +つくれ 0.00000174 +つぐ 0.00000119 +つぐな 0.00000009 +つぐない 0.00000018 +つぐみ 0.00000238 +つけ 0.00015149 +つけあが 0.00000037 +つけくわえ 0.00000128 +つけこ 0.00000028 +つけた 0.00000009 +つけっ放し 0.00000009 +つけなお 0.00000009 +つけね 0.00000028 +つけひげ 0.00000009 +つけまわ 0.00000009 +つけれ 0.00000156 +つけろ 0.00000046 +つけ加え 0.00000266 +つけ合わせ 0.00000018 +つけ根 0.00000009 +つけ込 0.00000174 +つけ込み 0.00000009 +つげ 0.00000046 +つこ 0.00000009 +つこの 0.00000009 +つご 0.00000009 +つごう 0.00000018 +つじつま 0.00000128 +つた 0.00000202 +つたい 0.00000018 +つたいおち 0.00000009 +つたい落ち 0.00000009 +つたえ 0.00000009 +つたから 0.00000009 +つたな 0.00000046 +つっ 0.00000018 +つっかい 0.00000018 +つっかえ 0.00000046 +つっかか 0.00000018 +つっかけ 0.00000018 +つっき 0.00000028 +つっけん 0.00000018 +つっこ 0.00000266 +つっこみ 0.00000018 +つっつ 0.00000009 +つっぷ 0.00000037 +つっ込 0.00000018 +つつ 0.00008583 +つつきまわ 0.00000018 +つつき合 0.00000009 +つつき回 0.00000009 +つつけ 0.00000018 +つつし 0.00000018 +つつしみ 0.00000009 +つつじ 0.00000028 +つつなげ 0.00000009 +つつぶれ 0.00000009 +つつまし 0.00000101 +つつましやか 0.00000009 +つつみ込 0.00000018 +つづ 0.00001000 +つづき 0.00000009 +つづけ 0.00001788 +つづけざま 0.00000009 +つづけん 0.00000009 +つづり 0.00000257 +つづれ 0.00000018 +つて 0.00000046 +つと 0.00000037 +つとま 0.00000009 +つとめ 0.00000376 +つど 0.00000046 +つどい 0.00000018 +つどーむ 0.00000018 +つな 0.00001852 +つない 0.00000028 +つなが 0.00004677 +つながり 0.00001458 +つながり合 0.00000018 +つなぎ 0.00000156 +つなぎあわせ 0.00000028 +つなぎとめ 0.00000055 +つなぎめ 0.00000009 +つなぎ合 0.00000009 +つなぎ合わ 0.00000009 +つなぎ合わせ 0.00000092 +つなぎ手 0.00000009 +つなぎ止め 0.00000037 +つなげ 0.00000193 +つね 0.00000587 +つねづね 0.00000009 +つの 0.00000183 +つは 0.00000009 +つば 0.00000220 +つばき 0.00000083 +つばくみ 0.00000018 +つばさ 0.00000083 +つばめ 0.00000055 +つび 0.00000009 +つぶ 0.00001045 +つぶさに 0.00000028 +つぶし 0.00000083 +つぶせ 0.00000009 +つぶて 0.00000028 +つぶや 0.00001082 +つぶやき 0.00000101 +つぶやけ 0.00000009 +つぶら 0.00000028 +つぶれ 0.00000514 +つべ 0.00000009 +つべこべ 0.00000037 +つぼ 0.00000367 +つぼみ 0.00000128 +つぽ 0.00000018 +つま 0.00002467 +つまさき 0.00000009 +つまし 0.00000009 +つまず 0.00000376 +つまずき 0.00000018 +つまっ 0.00000009 +つまづ 0.00000073 +つまびき 0.00000018 +つまみ 0.00000229 +つまみあげ 0.00000046 +つまみ上げ 0.00000028 +つまみ食い 0.00000009 +つまむ 0.00000018 +つまも 0.00000009 +つまよ 0.00000009 +つまよう 0.00000009 +つまようじ 0.00000018 +つまら 0.00000083 +つまらん 0.00000028 +つまらんい 0.00000009 +つまり 0.00012453 +つまりこ 0.00000009 +つまりこの 0.00000009 +つまる 0.00000009 +つまん 0.00000037 +つま先 0.00000248 +つま先立 0.00000009 +つま先立ち 0.00000028 +つみ 0.00000055 +つみかえ 0.00000009 +つみき 0.00000037 +つみこ 0.00000018 +つみと 0.00000009 +つみ取 0.00000028 +つむ 0.00000211 +つむぎ 0.00000009 +つむぎだ 0.00000009 +つむり 0.00000018 +つめ 0.00000468 +つめき 0.00000009 +つめこ 0.00000055 +つめこみ 0.00000009 +つめた 0.00000092 +つめたい 0.00000018 +つめなお 0.00000009 +つめも 0.00000009 +つめ切 0.00000018 +つめ切り 0.00000009 +つめ込 0.00000009 +つも 0.00000284 +つもの 0.00000018 +つもり 0.00011839 +つもりか 0.00000055 +つもりだ 0.00000009 +つや 0.00000083 +つやつや 0.00000055 +つややか 0.00000009 +つゆ 0.00000073 +つゆがし 0.00000009 +つゆに 0.00000009 +つよ 0.00000092 +つら 0.00002788 +つらく 0.00000083 +つらさ 0.00000009 +つらつ 0.00000009 +つらつら 0.00000009 +つらなり 0.00000028 +つらぬ 0.00000028 +つらね 0.00000018 +つらら 0.00000018 +つり 0.00000183 +つりあ 0.00000009 +つりあい 0.00000028 +つりあげ 0.00000018 +つり上が 0.00000018 +つり上げ 0.00000092 +つり下が 0.00000028 +つり下げ 0.00000037 +つり合い 0.00000018 +つり橋 0.00000009 +つり輪 0.00000018 +つり針 0.00000018 +つり銭 0.00000009 +つり革 0.00000073 +つる 0.00000734 +つるが 0.00000037 +つるぎ 0.00000018 +つるし 0.00000037 +つるす 0.00000009 +つるつる 0.00000037 +つるはし 0.00000046 +つるりと 0.00000018 +つる草 0.00000018 +つれ 0.00004603 +つれこ 0.00000009 +つれさ 0.00000009 +つれだ 0.00000028 +つれな 0.00000009 +つれもど 0.00000009 +つれ出 0.00000009 +つれ子 0.00000009 +つわ 0.00000009 +つわり 0.00000018 +つん 0.00000037 +つんく 0.00000119 +つんざ 0.00000092 +つんつん 0.00000018 +つんと 0.00000046 +つんばい 0.00000028 +つんぼ 0.00000009 +つッこ 0.00000028 +つッた 0.00000009 +つ味 0.00000009 +つ子 0.00000174 +つ草の根 0.00000009 +つ葉 0.00000018 +つ醜 0.00000009 +づ 0.00000321 +づか 0.00000009 +づかい 0.00000092 +づき 0.00000018 +づきあい 0.00000046 +づく 0.00000009 +づくし 0.00000009 +づくめ 0.00000037 +づくり 0.00000743 +づくろい 0.00000028 +づけ 0.00002256 +づたい 0.00000009 +づつ 0.00000055 +づま 0.00000009 +づめ 0.00000009 +づよ 0.00000009 +づら 0.00000605 +づり 0.00000009 +づる 0.00000009 +づれ 0.00000037 +て 0.02513731 +てい 0.00000266 +ていい 0.00000009 +ていき 0.00000018 +ていきえ 0.00000009 +ていきょう 0.00000009 +ていこう 0.00000018 +ていさい 0.00000018 +ていそう 0.00000009 +ていつ 0.00000009 +ていどんな 0.00000009 +ていねい 0.00000073 +てぇ 0.00000037 +てぇこと 0.00000009 +てぇな 0.00000018 +てぇー 0.00000009 +てお 0.00000009 +てかえ 0.00000009 +てかてか 0.00000018 +てかま 0.00000009 +てがみ 0.00000018 +てき 0.00000147 +てきぱき 0.00000101 +てきめん 0.00000046 +てきめ細か 0.00000009 +てぐすね 0.00000009 +てこ 0.00000266 +てこず 0.00000018 +てこずら 0.00000009 +てこずらせ 0.00000009 +てこっ 0.00000009 +てこ入れ 0.00000046 +てこ棒 0.00000009 +てこ舞い 0.00000018 +てご 0.00000018 +てし 0.00000009 +てすま 0.00000009 +てだいぶ 0.00000009 +てっ 0.00000018 +てっきり 0.00000119 +てっとり 0.00000009 +てっぺん 0.00000899 +てっぽう 0.00000009 +てつ 0.00000073 +てついに 0.00000009 +てつけ 0.00000028 +てつだ 0.00000037 +てつだい 0.00000018 +てつら 0.00000018 +てどう 0.00000009 +てな 0.00000055 +てぬぐい 0.00000009 +てね 0.00000018 +てひど 0.00000009 +てぶくろ 0.00000009 +てま 0.00000009 +てまもり 0.00000009 +てまわ 0.00000009 +てみ 0.00000009 +てめえ 0.00000028 +てめえら 0.00000009 +ても 0.00000055 +てもの 0.00000009 +てや 0.00000009 +てら 0.00000165 +てらい 0.00000018 +てらし 0.00000028 +てらしだ 0.00000009 +てらっしゃ 0.00000018 +てりや 0.00000009 +てりやき 0.00000018 +てれ 0.00000193 +てれくさ 0.00000009 +てろ 0.00000248 +てろ過 0.00000009 +てん 0.00000348 +てんかん 0.00000101 +てんぐ 0.00000064 +てんこ 0.00000009 +てんこもり 0.00000009 +てんじょう 0.00000018 +てんてこ舞い 0.00000028 +てんで 0.00000009 +てんでん 0.00000018 +てんとう 0.00000018 +てんな 0.00000009 +てんの 0.00000009 +てんば 0.00000009 +てんぱん 0.00000009 +てんびん 0.00000312 +てんまつ 0.00000018 +てんやわんや 0.00000009 +てー 0.00000028 +て傷つけ 0.00000009 +て去 0.00000009 +て家 0.00000009 +て綱 0.00000009 +で 0.02398911 +であ 0.00000064 +であげ 0.00000018 +でい 0.00000028 +でいり 0.00000009 +でぇ 0.00000018 +でか 0.00000238 +でかい 0.00000009 +でかく 0.00000009 +でかけ 0.00000312 +でかす 0.00000009 +でき 0.00193592 +できあが 0.00000422 +できあがり 0.00000128 +できかけ 0.00000009 +できごと 0.00000202 +できそ 0.00000018 +できそう 0.00000009 +できた 0.00000018 +できっこ 0.00000018 +できばえ 0.00000018 +できもの 0.00000009 +できよ 0.00000009 +できん 0.00000009 +でこ 0.00000046 +でこの 0.00000018 +でこぼこ 0.00000083 +でこぼこの 0.00000028 +でしゃばり 0.00000009 +です 0.00000064 +でたらめ 0.00000248 +でっか 0.00000092 +でっかい 0.00000046 +でっかく 0.00000009 +でっくり 0.00000083 +でっせ 0.00000009 +でっち 0.00000009 +でっちあげ 0.00000028 +でっち上げ 0.00000358 +でな 0.00000028 +でなお 0.00000018 +でなし 0.00000028 +でふれ 0.00000009 +でぶ 0.00000028 +でべそ 0.00000009 +でま 0.00000009 +でも 0.00000055 +でり 0.00000009 +でる 0.00000009 +でれ 0.00000028 +でれでれ 0.00000028 +でろ 0.00000018 +でん 0.00000064 +でんすけ 0.00000028 +でんでん 0.00000009 +でんぷん 0.00000046 +でん粉 0.00000009 +で殺 0.00000009 +で肩 0.00000009 +で遂げ 0.00000009 +と 0.01708439 +とある 0.00000229 +とい 0.00000073 +といし 0.00000009 +といな 0.00000009 +とう 0.00001440 +とうい 0.00000009 +とうか 0.00000018 +とうかつ 0.00000009 +とうがい 0.00000009 +とうきゅう 0.00000009 +とうこと 0.00000009 +とうすうす 0.00000018 +とうせつ 0.00000009 +とうぜん 0.00000037 +とうそ 0.00000009 +とうそが 0.00000009 +とうそつき 0.00000018 +とうたいあげ 0.00000009 +とうだ 0.00000009 +とうち 0.00000028 +とうちゃく 0.00000009 +とうて 0.00000009 +とうてい 0.00000266 +とうていそう 0.00000009 +とうと 0.00000018 +とうとう 0.00002375 +とうとうい 0.00000009 +とうとうう 0.00000009 +とうとうこう 0.00000009 +とうとうそう 0.00000009 +とうとうと 0.00000009 +とうとうまた 0.00000009 +とうとうみんな 0.00000009 +とうとうわたし 0.00000018 +とうとく 0.00000009 +とうの 0.00000009 +とうふ 0.00000128 +とうみつ 0.00000055 +とうみんな 0.00000009 +とうもろこし 0.00000193 +とうり 0.00000018 +とうるさ 0.00000009 +とうろうろ 0.00000009 +とうろつ 0.00000009 +とうろつき回 0.00000009 +とえ 0.00000009 +とぉ 0.00000009 +とお 0.00000339 +とおく 0.00000046 +とおしゃ 0.00000009 +とおじけ 0.00000009 +とおり 0.00001770 +とおりかか 0.00000018 +とおりこすと 0.00000009 +とおりさ 0.00000009 +とおりすがり 0.00000018 +とおりぬけ 0.00000037 +とおる 0.00000028 +とおれ 0.00000009 +とか 0.00000183 +とかく 0.00000073 +とかげ 0.00000028 +とかしだし 0.00000009 +とかち 0.00000009 +とが 0.00000266 +とがめ 0.00000321 +とがめだて 0.00000018 +とき 0.00070290 +ときおり 0.00000138 +ときさ 0.00000009 +ときしみ 0.00000009 +ときたま 0.00000028 +ときっと 0.00000009 +ときつ 0.00000009 +ときどき 0.00001623 +ときは 0.00000009 +ときほぐ 0.00000018 +ときめ 0.00000046 +ときめい 0.00000009 +ときめき 0.00000037 +ときも 0.00000009 +ときもの 0.00000009 +ときやすご 0.00000009 +ときわ 0.00000028 +とき卵 0.00000018 +とき回り 0.00000009 +とき落穴 0.00000009 +とぎ 0.00000018 +とぎす 0.00000073 +とぎすま 0.00000009 +とぎれ 0.00000128 +とく 0.00000101 +とくい 0.00000028 +とくぞ 0.00000009 +とくと 0.00000009 +とくに 0.00000183 +とくべつ 0.00000009 +とぐる 0.00000009 +とぐろ 0.00000037 +とけ 0.00000183 +とけこ 0.00000037 +とけこめ 0.00000009 +とけち 0.00000018 +とけちゃ 0.00000009 +とけな 0.00000009 +とけり 0.00000009 +とけ込 0.00000064 +とけ込め 0.00000009 +とげ 0.00000495 +とげとげし 0.00000028 +とこ 0.00000605 +とこう 0.00000046 +とこしえ 0.00000018 +とことん 0.00000440 +とこの 0.00000037 +ところ 0.00055021 +ところげおち 0.00000009 +ところどころ 0.00000064 +とさか 0.00000009 +とさつ 0.00000018 +とざ 0.00000028 +とし 0.00000147 +としお 0.00000018 +としか 0.00000009 +とししとう 0.00000009 +としみ 0.00000009 +としより 0.00000009 +とし子 0.00000009 +とじ 0.00000138 +とじか 0.00000009 +とじこめ 0.00000046 +とじこも 0.00000009 +とせ 0.00000018 +とせが 0.00000028 +とそんな 0.00000009 +とたん 0.00000587 +とたんに 0.00000220 +とだえ 0.00000009 +とだし 0.00000009 +とちゅう 0.00000037 +とちり 0.00000009 +とっ 0.00000119 +とっかかり 0.00000037 +とっく 0.00000376 +とっくり 0.00000018 +とっさ 0.00000220 +とっしん 0.00000009 +とっつ 0.00000046 +とって 0.00001596 +とっても 0.00000275 +とっと 0.00000028 +とっとく 0.00000009 +とっとこ 0.00000009 +とっとと 0.00000147 +とっぴ 0.00000073 +とっぴょう 0.00000009 +とっぷり 0.00000028 +とつ 0.00000028 +とつがい 0.00000028 +とつけ 0.00000009 +とつぜん 0.00000431 +とつとつ 0.00000009 +とつば 0.00000009 +とてつ 0.00000376 +とても 0.00047401 +とと 0.00000018 +ととのえ 0.00000064 +とど 0.00000376 +とどけ 0.00000018 +とどこ 0.00000009 +とどこお 0.00000009 +とどちら 0.00000018 +とどな 0.00000009 +とどの 0.00000028 +とどま 0.00001678 +とどめ 0.00000376 +とどれ 0.00000009 +とどろ 0.00000101 +とどろか 0.00000028 +とどろき 0.00000028 +とどろく 0.00000028 +とな 0.00000092 +とない 0.00000018 +となえ 0.00000101 +となり 0.00000211 +となりあわせ 0.00000009 +となーん 0.00000009 +とに 0.00000018 +とにかく 0.00005676 +とにかく^ 0.00000018 +とね 0.00000009 +とねりこの 0.00000009 +との 0.00000009 +とば 0.00000147 +とばし 0.00000009 +とばら 0.00000009 +とばり 0.00000064 +とび 0.00000037 +とびあ 0.00000009 +とびあが 0.00000092 +とびある 0.00000009 +とびお 0.00000009 +とびおき 0.00000018 +とびか 0.00000028 +とびかか 0.00000064 +とびかけ 0.00000009 +とびきり 0.00000083 +とびこ 0.00000147 +とびこえ 0.00000110 +とびた 0.00000009 +とびたち 0.00000009 +とびだ 0.00000083 +とびっきり 0.00000028 +とびっきりすてき 0.00000009 +とびつ 0.00000064 +とびつきそう 0.00000009 +とびの 0.00000009 +とびはね 0.00000064 +とびまわ 0.00000092 +とびら 0.00000284 +とび出 0.00000009 +とび起き 0.00000009 +とび込 0.00000037 +とほう 0.00000018 +とほほ 0.00000018 +とぼ 0.00000037 +とぼけ 0.00000147 +とぼし 0.00000018 +とぼと 0.00000018 +とぼとぼ 0.00000009 +とぼとぼと 0.00000028 +とま 0.00000724 +とまぁ 0.00000009 +とまあ 0.00000009 +とまごい 0.00000009 +とまったく 0.00000046 +とまど 0.00000083 +とまどい 0.00000009 +とまりこ 0.00000009 +とまる 0.00000009 +とみ 0.00000037 +とみに 0.00000009 +とめ 0.00000578 +とめくら 0.00000009 +とめそめそ 0.00000009 +とめど 0.00000064 +とも 0.00028098 +ともあき 0.00000009 +ともあれ 0.00000238 +ともう 0.00000009 +ともうち 0.00000009 +ともえ 0.00000018 +ともえり 0.00000009 +ともえ投げ 0.00000009 +ともかく 0.00000844 +ともくたくた 0.00000009 +ともこの 0.00000009 +ともし 0.00000046 +ともしび 0.00000009 +ともす 0.00000028 +ともすとき 0.00000009 +ともだ 0.00000009 +ともだち 0.00000028 +ともてなし 0.00000009 +ともども 0.00000064 +ともどろ 0.00000009 +ともな 0.00000156 +ともに 0.00000018 +ともも 0.00000009 +ともや 0.00000009 +ともより 0.00000009 +ともら 0.00000009 +ともり 0.00000018 +とも願 0.00000009 +とや 0.00000064 +とやかく 0.00000009 +とよ 0.00000009 +とら 0.00000028 +とらえ 0.00002476 +とらえどころ 0.00000037 +とらえなお 0.00000018 +とらえ直 0.00000009 +とらば 0.00000009 +とらまる 0.00000037 +とらや 0.00000046 +とらわれ 0.00000578 +とらん 0.00000028 +とり 0.00000312 +とりあ 0.00000046 +とりあえず 0.00000761 +とりあげ 0.00000119 +とりあつか 0.00000009 +とりいだ 0.00000009 +とりいれ 0.00000028 +とりえ 0.00000009 +とりおこな 0.00000037 +とりか 0.00000009 +とりかえ 0.00000046 +とりかか 0.00000183 +とりかこ 0.00000046 +とりかじ 0.00000009 +とりかわ 0.00000009 +とりく 0.00000018 +とりくつろ 0.00000009 +とりくみ 0.00000009 +とりこ 0.00000514 +とりこと 0.00000028 +とりことな 0.00000009 +とりこの 0.00000009 +とりこみ 0.00000009 +とりさ 0.00000009 +とりささみ 0.00000009 +とりざた 0.00000009 +とりし 0.00000009 +とりしあ 0.00000018 +とりしき 0.00000009 +とりしまり 0.00000009 +とりすまし 0.00000009 +とりそろえ 0.00000009 +とりたて 0.00000073 +とりだ 0.00000211 +とりつ 0.00000092 +とりつかれ 0.00000009 +とりつくろ 0.00000009 +とりつけ 0.00000037 +とりつぶし 0.00000009 +とりで 0.00000037 +とりとめ 0.00000128 +とりどり 0.00000504 +とりな 0.00000009 +とりなお 0.00000018 +とりのこ 0.00000009 +とりはず 0.00000009 +とりま 0.00000156 +とりまき 0.00000009 +とりまぜ 0.00000009 +とりまわ 0.00000009 +とりも 0.00000009 +とりもど 0.00000229 +とりもどせ 0.00000009 +とりやめ 0.00000046 +とりよせ 0.00000009 +とりわけ 0.00001752 +とり上げ 0.00000009 +とり入れ 0.00000009 +とり出 0.00000009 +とり合 0.00000009 +とり囲 0.00000037 +とり寄せ 0.00000009 +とり戻 0.00000009 +とり残 0.00000028 +とり直 0.00000009 +とり組み 0.00000009 +とり肉 0.00000110 +とり行 0.00000028 +とり返 0.00000018 +とり逃 0.00000009 +とる 0.00000101 +とれ 0.00002118 +とれた 0.00000009 +とれれ 0.00000028 +とろ 0.00000018 +とろい 0.00000009 +とろけ 0.00000037 +とろけ出 0.00000009 +とろとろ 0.00000055 +とろみ 0.00000055 +とろみが 0.00000009 +とろり 0.00000018 +とろりと 0.00000009 +とろろ 0.00000009 +とろんと 0.00000009 +とろ火 0.00000092 +とわいえ 0.00000009 +とわし 0.00000018 +とん 0.00000110 +とんかつ 0.00000046 +とんが 0.00000009 +とんがり 0.00000046 +とんきょう 0.00000018 +とんきょうに 0.00000009 +とんこつ 0.00000064 +とんじゃく 0.00000009 +とんずら 0.00000018 +とんだ 0.00000119 +とんち 0.00000037 +とんちき 0.00000009 +とんちゃく 0.00000037 +とんちんかん 0.00000009 +とんで 0.00000064 +とんでも 0.00001999 +とんと 0.00000009 +とんとん 0.00000055 +とんねるず 0.00000018 +とんねるずから 0.00000009 +とんび 0.00000009 +とんぼ 0.00000092 +とんぼがえり 0.00000018 +とんぼ返り 0.00000009 +とんま 0.00000009 +とル 0.00000009 +とー 0.00000018 +と下 0.00000009 +と去 0.00000009 +と壁 0.00000009 +と望 0.00000009 +と止め 0.00000018 +と目 0.00000009 +と立 0.00000009 +ど 0.00002650 +どあめ 0.00000009 +どい 0.00000009 +どいつ 0.00000055 +どぅ 0.00000009 +どう 0.00080725 +どういおう 0.00000009 +どうか 0.00000367 +どうかいのち 0.00000009 +どうぐ 0.00000009 +どうこう 0.00000073 +どうご覧 0.00000009 +どうし 0.00000183 +どうしょう 0.00000037 +どうす 0.00000028 +どうすん 0.00000018 +どうずれ 0.00000046 +どうせ 0.00000119 +どうせいっ 0.00000009 +どうせいつ 0.00000018 +どうせいやがらせ 0.00000009 +どうそ 0.00000009 +どうそご 0.00000009 +どうぞ 0.00003925 +どうだ 0.00000018 +どうだい 0.00000046 +どうと 0.00000037 +どうどう 0.00000009 +どうな 0.00000147 +どうなん 0.00000009 +どうふ 0.00000009 +どうぶつ 0.00000073 +どうま 0.00000009 +どうまかな 0.00000009 +どうよう 0.00000009 +どうり 0.00000037 +どう猛 0.00000009 +どお 0.00000009 +どおし 0.00000018 +どおり 0.00000330 +どか 0.00000037 +どき 0.00000083 +どきが 0.00000009 +どきどき 0.00000303 +どきまぎ 0.00000009 +どきりと 0.00000009 +どきんど 0.00000009 +どぎつい 0.00000028 +どぎまぎ 0.00000028 +どく 0.00000018 +どくどく 0.00000009 +どくろ 0.00000119 +どけ 0.00000128 +どこ 0.00027978 +どこが 0.00000009 +どこそこ 0.00000009 +どこぞの 0.00000009 +どこだか 0.00000018 +どこと 0.00000009 +どこどこ 0.00000018 +どこも 0.00000046 +どこら 0.00000009 +どころ 0.00003246 +どこー 0.00000009 +どさ 0.00000018 +どさくさ 0.00000009 +どさっと 0.00000009 +どさりと 0.00000028 +どしどし 0.00000028 +どしん 0.00000018 +どしんと 0.00000009 +どしんど 0.00000009 +どじ 0.00000018 +どじっ 0.00000009 +どす 0.00000037 +どたばた 0.00000046 +どだい 0.00000018 +どちら 0.00008482 +どちらか 0.00000064 +どっ 0.00000165 +どっか 0.00000183 +どっきり 0.00000009 +どっこ 0.00000009 +どっこい 0.00000046 +どっさり 0.00000073 +どっしり 0.00000073 +どっち 0.00001999 +どっちか 0.00000009 +どっちみち 0.00000009 +どっと 0.00000101 +どっぷり 0.00000147 +どっぷりつから 0.00000009 +どつ 0.00000018 +どどっと 0.00000009 +どな 0.00000147 +どなた 0.00000779 +どなりつけ 0.00000037 +どの 0.00023714 +どぶ 0.00000009 +どぶろく 0.00000046 +どぼどぼ 0.00000009 +どまり 0.00000018 +どまんなか 0.00000018 +ども 0.00002329 +どやどや 0.00000018 +どよめ 0.00000009 +どよめき 0.00000037 +どらか 0.00000009 +どり 0.00000110 +どれ 0.00010106 +どれい 0.00000028 +どれどれ 0.00000128 +どれほど 0.00000009 +どろ 0.00000055 +どろどろ 0.00000064 +どろぼう 0.00000073 +どろろ 0.00000028 +どろん 0.00000009 +どろんこ 0.00000018 +どん 0.00000101 +どんぐり 0.00000055 +どんじり 0.00000009 +どんたく 0.00000073 +どんちっち 0.00000018 +どんでん 0.00000055 +どんと 0.00000018 +どんど 0.00000009 +どんどん 0.00003246 +どんな 0.00024494 +どんなざま 0.00000009 +どんぴしゃり 0.00000009 +どんぶり 0.00000156 +どんぶりもの 0.00000009 +どんまい 0.00000018 +どんや 0.00000009 +どんより 0.00000202 +どん兵衛 0.00000018 +どん底 0.00000174 +どん欲 0.00000037 +どー 0.00000037 +どーす 0.00000009 +どーな 0.00000009 +どーむ 0.00000009 +どーん 0.00000009 +ど元 0.00000018 +ど忘れ 0.00000009 +ど根性 0.00000028 +ど越し 0.00000018 +な 0.01867506 +な── 0.00000009 +な〜 0.00000073 +なぁ 0.00000459 +なあ 0.00006355 +なああいつ 0.00000009 +なあと 0.00000009 +なあなあ 0.00000009 +なあに 0.00000101 +なあの 0.00000018 +なあわし 0.00000009 +なあんだ 0.00000009 +なあー 0.00000037 +ない 0.00003292 +ないか 0.00000037 +ないがしろ 0.00000064 +ないし 0.00000055 +ないぞ 0.00000009 +ないばー 0.00000009 +ないまぜ 0.00000009 +ないよう 0.00000348 +なえ 0.00000046 +なお 0.00003842 +なおい 0.00000009 +なおかず 0.00000009 +なおかつ 0.00000229 +なおきて 0.00000009 +なおさな 0.00000009 +なおさら 0.00000587 +なおざり 0.00000046 +なおし 0.00000009 +なおとり 0.00000009 +なおどけ 0.00000009 +なおも 0.00000018 +なおよく 0.00000009 +なか 0.00005475 +なかうずくま 0.00000009 +なかかわり 0.00000009 +なかご 0.00000009 +なかっ 0.00000046 +なかつ 0.00000009 +なかつら 0.00000009 +なかなか 0.00005071 +なかなかな 0.00000009 +なかなかよく 0.00000009 +なかなる 0.00000009 +なかの 0.00000018 +なかば 0.00000211 +なかま 0.00000128 +なかまぼこ 0.00000009 +なかみ 0.00000009 +なかよく 0.00000009 +なから 0.00000009 +なかり 0.00000009 +なが 0.00000440 +ながい 0.00000009 +ながえ 0.00000009 +ながく 0.00000018 +ながぐつ 0.00000018 +ながさ 0.00000009 +ながしこ 0.00000009 +ながなが 0.00000028 +ながめ 0.00000816 +ながめあ 0.00000009 +ながめて 0.00000018 +ながら 0.00040954 +ながらえ 0.00000018 +ながれ 0.00000110 +ながれき 0.00000009 +ながれこ 0.00000009 +ながれだ 0.00000028 +ながれ込 0.00000009 +ながー 0.00000028 +なき 0.00000009 +なきがら 0.00000028 +なきゃ 0.00000009 +なぎ 0.00000009 +なぎさ 0.00000009 +なぎなた 0.00000138 +なぎ倒 0.00000055 +なく 0.00003796 +なくあの 0.00000009 +なくす 0.00000009 +なくせ 0.00000018 +なくそれ 0.00000018 +なくっ 0.00000128 +なくっちゃ 0.00000018 +なくな 0.00004493 +なくなつ 0.00000009 +なぐ 0.00000073 +なぐさみ 0.00000009 +なぐさめ 0.00000073 +なぐさめあ 0.00000009 +なぐりあ 0.00000018 +なぐりつけ 0.00000018 +なけ 0.00000009 +なけなし 0.00000009 +なけりゃ 0.00000083 +なげ 0.00000110 +なげかけ 0.00000055 +なげき 0.00000009 +なげきかなし 0.00000009 +なげこ 0.00000018 +なげすて 0.00000009 +なげだ 0.00000073 +なげつけ 0.00000009 +なげやり 0.00000009 +なげ出 0.00000009 +なこ 0.00000083 +なご 0.00000046 +なごく 0.00000009 +なごみ 0.00000028 +なごやか 0.00000028 +なごり 0.00000009 +なごり惜し 0.00000009 +なごん 0.00000009 +なさ 0.00014929 +なさい 0.00000385 +なさいな 0.00000018 +なさけ 0.00000009 +なさけな 0.00000092 +なざ 0.00000009 +なし 0.00006593 +なしとげ 0.00000083 +なしな 0.00000009 +なしみ 0.00000009 +なしめ 0.00000009 +なし崩し 0.00000009 +なし遂げ 0.00000046 +なじ 0.00000330 +なじっ 0.00000009 +なじみ 0.00001403 +なじむ 0.00000073 +なじめ 0.00000293 +なじりだ 0.00000009 +なす 0.00000101 +なすすべ 0.00000018 +なすび 0.00000046 +なず 0.00000009 +なせ 0.00000083 +なぜ 0.00020679 +なぞ 0.00000403 +なぞなぞ 0.00000147 +なぞらえ 0.00000055 +なた 0.00000037 +なたか 0.00000009 +なたが 0.00000009 +なだま 0.00000009 +なだめ 0.00000303 +なだめすか 0.00000009 +なだらか 0.00000073 +なだらかな 0.00000009 +なだれ 0.00000046 +なだれこ 0.00000009 +なだれ込 0.00000037 +なっ 0.00000064 +なっち 0.00000018 +なっと 0.00000009 +なつ 0.00000083 +なつかし 0.00000037 +なつぐみ 0.00000009 +なつこ 0.00000009 +なつこく 0.00000009 +なつっこ 0.00000018 +なつっこく 0.00000009 +なつっこくない 0.00000009 +なつみ 0.00000028 +なつめ 0.00000009 +なつや 0.00000009 +なづ 0.00000009 +なで 0.00000403 +なでおろ 0.00000037 +なでしこ 0.00000119 +なでしこの 0.00000009 +なでつけ 0.00000028 +なでなで 0.00000018 +なでまわ 0.00000009 +なと 0.00000037 +など 0.00096196 +などなり声 0.00000009 +などら声 0.00000009 +などんな 0.00000009 +なな 0.00000128 +なないて 0.00000009 +ななぞだ 0.00000009 +ななめ 0.00000046 +ななり 0.00000018 +なに 0.00006630 +なにか 0.00000009 +なにが 0.00000018 +なにがし 0.00000018 +なにげ 0.00000009 +なにごと 0.00000101 +なにしろ 0.00000367 +なにせ 0.00000046 +なにびと 0.00000009 +なにぶん 0.00000037 +なにも 0.00000018 +なにもの 0.00000064 +なの 0.00000138 +なは 0.00000028 +なび 0.00000128 +なびか 0.00000009 +なぶるまま 0.00000009 +なべ 0.00000220 +なべ物 0.00000009 +なま 0.00000119 +なまえ 0.00000009 +なまぐさ 0.00000018 +なまぐさい 0.00000009 +なまけ 0.00000064 +なまけもの 0.00000028 +なまじ 0.00000018 +なまず 0.00000009 +なまたまご 0.00000009 +なまぬる 0.00000009 +なまね 0.00000073 +なまはげ 0.00000018 +なまぶし 0.00000009 +なまみ 0.00000009 +なまみと 0.00000009 +なまり 0.00000037 +なま暖か 0.00000009 +なみ 0.00000229 +なみぃごと 0.00000009 +なみえ 0.00000009 +なみそ 0.00000009 +なみだ 0.00000018 +なみなみ 0.00000055 +なみなみつい 0.00000009 +なめ 0.00000422 +なめこ 0.00000028 +なめし 0.00000046 +なめし屋 0.00000028 +なめだ 0.00000009 +なめてん 0.00000018 +なめまわ 0.00000009 +なめみそ 0.00000009 +なめらか 0.00000119 +なめんじゃ 0.00000009 +なもの 0.00000018 +なや 0.00000009 +なやか 0.00000028 +なやま 0.00000018 +なやまし 0.00000009 +なよな 0.00000009 +なよなよ 0.00000009 +なら 0.00050482 +ならえ 0.00000028 +ならし 0.00000028 +ならず 0.00000055 +ならず者 0.00000009 +ならば 0.00000009 +ならび 0.00000248 +ならべ 0.00000110 +ならべたて 0.00000009 +ならわし 0.00000018 +なら命 0.00000009 +なり 0.00003384 +なりあちこち 0.00000009 +なりえ 0.00000009 +なりかけ 0.00000028 +なりが 0.00000009 +なりき 0.00000009 +なりきり 0.00000009 +なりすま 0.00000073 +なりすまし 0.00000018 +なりた 0.00000092 +なりたち 0.00000009 +なりたて 0.00000046 +なりと 0.00000055 +なりひび 0.00000055 +なりひら 0.00000009 +なりひらけ 0.00000009 +なりふり 0.00000018 +なりゃ 0.00000009 +なりゆき 0.00000028 +なり合わせ 0.00000009 +なり声 0.00000073 +なり立て 0.00000018 +なり音 0.00000009 +なる 0.00000211 +なるべ 0.00000009 +なるべく 0.00000954 +なるほど 0.00001559 +なれ 0.00007052 +なれそめ 0.00000046 +なれど 0.00000009 +なれなれし 0.00000138 +なれれ 0.00000037 +なれ合い 0.00000037 +なろ 0.00000018 +なわ 0.00000028 +なわけ 0.00000018 +なわさび 0.00000009 +なわばり 0.00000092 +なわら 0.00000009 +なん 0.00016057 +なんか 0.00002201 +なんかい 0.00000119 +なんかいくら 0.00000018 +なんかく 0.00000009 +なんかつか 0.00000018 +なんかどけ 0.00000009 +なんじ 0.00000009 +なんじゃ 0.00000009 +なんせ 0.00000028 +なんぞ 0.00000064 +なんたる 0.00000037 +なんだ 0.00000009 +なんだい 0.00000028 +なんて 0.00017167 +なんと 0.00000348 +なんな 0.00000018 +なんなく 0.00000009 +なんべん 0.00000037 +なァ 0.00000009 +なー 0.00000183 +なーい 0.00000009 +なーん 0.00000073 +なーんだ 0.00000009 +な気 0.00000009 +な茎 0.00000009 +な足 0.00000009 +な雪 0.00000009 +な風 0.00000009 +に 0.03274355 +にあ 0.00000028 +にあい 0.00000009 +にあと 0.00000009 +にあん 0.00000009 +にい 0.00000055 +にいがみ合 0.00000009 +にいつ 0.00000009 +にえ 0.00000018 +にお 0.00000110 +におい 0.00000468 +にか 0.00000028 +にかく 0.00000110 +にかくかく 0.00000009 +にかみ 0.00000009 +にかわ 0.00000009 +にがさ 0.00000009 +にがて 0.00000009 +にがり 0.00000009 +にきび 0.00000092 +にぎ 0.00000110 +にぎやか 0.00000660 +にぎり 0.00000037 +にぎりしめ 0.00000064 +にぎりずし 0.00000046 +にぎりなお 0.00000009 +にぎれ 0.00000009 +にぎわ 0.00000715 +にぎわい 0.00000119 +にぎわせ 0.00000092 +にく 0.00003292 +にくさ 0.00000009 +にくだ 0.00000009 +にくぼみ 0.00000009 +にけな 0.00000009 +にげ 0.00000037 +にげだ 0.00000046 +にげだす 0.00000009 +にこ 0.00000009 +にこに 0.00000009 +にこにこ 0.00000055 +にこやか 0.00000193 +にこり 0.00000028 +にご 0.00000037 +にごと 0.00000009 +にざま 0.00000037 +にし 0.00000064 +にしか 0.00000009 +にしかも 0.00000018 +にしも 0.00000009 +にしろ 0.00000018 +にじ 0.00000110 +にじいろ 0.00000009 +にじっくり 0.00000009 +にじっと 0.00000028 +にじつ 0.00000009 +にじます 0.00000009 +にじみ出 0.00000046 +にじゅうぶん 0.00000009 +にせ 0.00000321 +にせか 0.00000009 +にせが 0.00000018 +にせん 0.00000018 +にせんす 0.00000009 +にち 0.00000073 +にちがい 0.00000009 +にちぎ 0.00000018 +にちぎり 0.00000009 +にちぎれ 0.00000009 +にちげぇ 0.00000009 +にちげえ 0.00000009 +にちぢ 0.00000018 +にちぢまる 0.00000009 +にちよう 0.00000009 +にちら 0.00000009 +にっこり 0.00000468 +にったり 0.00000009 +にっち 0.00000055 +にって 0.00000018 +にっぽん 0.00000046 +につまづ 0.00000009 +にて 0.00000449 +にな 0.00000037 +になわ 0.00000009 +にぶい 0.00000009 +にぶく 0.00000009 +にべ 0.00000009 +にべた 0.00000009 +にほ 0.00000009 +にほん 0.00000073 +にほんご 0.00000028 +にほんの 0.00000009 +にゃ 0.00000202 +にゃっと 0.00000009 +にやけ 0.00000009 +にやにや 0.00000064 +にょ 0.00000009 +にょっきり 0.00000009 +にょろにょろ 0.00000009 +にら 0.00000321 +にらみ 0.00000046 +にらみあ 0.00000018 +にらみあい 0.00000009 +にらみつけ 0.00000183 +にらみ付け 0.00000138 +にらみ合 0.00000009 +にらみ合い 0.00000018 +にらめっこ 0.00000009 +にわ 0.00000073 +にわか 0.00000257 +にわとり 0.00000037 +にん 0.00000018 +にんぎょう 0.00000009 +にんげん 0.00000046 +にんじん 0.00000128 +にんにく 0.00000220 +にんまり 0.00000046 +にィ 0.00000009 +にニ 0.00000009 +にベ 0.00000009 +にー 0.00000018 +にーい 0.00000009 +に上げ 0.00000018 +に催 0.00000009 +に去 0.00000009 +に恋 0.00000009 +に習 0.00000009 +ぬ 0.00011591 +ぬい 0.00000028 +ぬいあわせ 0.00000009 +ぬいぐるみ 0.00000348 +ぬいとり 0.00000018 +ぬいはく 0.00000018 +ぬか 0.00000073 +ぬかしやが 0.00000009 +ぬかずき 0.00000009 +ぬかり 0.00000037 +ぬかる 0.00000064 +ぬかるみ 0.00000064 +ぬき 0.00000055 +ぬきうどん 0.00000055 +ぬきだ 0.00000009 +ぬきんで 0.00000028 +ぬぎ 0.00000009 +ぬぎすて 0.00000009 +ぬくぬく 0.00000073 +ぬくもり 0.00000119 +ぬくもりあふれ 0.00000009 +ぬぐ 0.00000293 +ぬぐい 0.00000101 +ぬぐいさ 0.00000009 +ぬぐいと 0.00000028 +ぬぐえ 0.00000009 +ぬけ 0.00000275 +ぬけだ 0.00000073 +ぬけど 0.00000009 +ぬけぬけ 0.00000028 +ぬけ出 0.00000009 +ぬげ 0.00000037 +ぬす 0.00000009 +ぬすみ 0.00000018 +ぬっと 0.00000018 +ぬの 0.00000009 +ぬめり 0.00000009 +ぬら 0.00000138 +ぬらす 0.00000009 +ぬらぬら 0.00000009 +ぬり 0.00000028 +ぬりえ 0.00000009 +ぬる 0.00000147 +ぬるりと 0.00000009 +ぬれ 0.00000449 +ぬれぎぬ 0.00000037 +ぬれ手 0.00000009 +ね 0.00110611 +ねいき 0.00000009 +ねうち 0.00000018 +ねぇ 0.00001660 +ねぇおじ 0.00000028 +ねぇか 0.00000037 +ねぇから 0.00000018 +ねぇぞ 0.00000037 +ねぇと 0.00000018 +ねぇな 0.00000064 +ねぇの 0.00000018 +ねぇや 0.00000009 +ねぇよ 0.00000009 +ねぇわけ 0.00000009 +ねぇん 0.00000055 +ねえ 0.00006089 +ねえきみ 0.00000009 +ねおき 0.00000009 +ねか 0.00000009 +ねかせ 0.00000009 +ねが 0.00000128 +ねがい 0.00000092 +ねがえ 0.00000009 +ねがわく 0.00000009 +ねぎ 0.00000587 +ねぎら 0.00000028 +ねぎらい 0.00000009 +ねぐら 0.00000064 +ねこ 0.00000348 +ねこなし 0.00000009 +ねこや 0.00000009 +ねごと 0.00000009 +ねじ 0.00000330 +ねじくれ 0.00000009 +ねじけ 0.00000009 +ねじまき 0.00000028 +ねじまげ 0.00000018 +ねじまわし 0.00000009 +ねじり 0.00000018 +ねじりあげ 0.00000009 +ねじり上げ 0.00000009 +ねじれ 0.00000156 +ねじ伏せ 0.00000009 +ねじ回 0.00000009 +ねじ込 0.00000055 +ねじ込み 0.00000009 +ねずみ 0.00000449 +ねずみおとし 0.00000018 +ねずみさえ 0.00000009 +ねずみとり 0.00000009 +ねずみ取 0.00000009 +ねそこ 0.00000009 +ねそべ 0.00000009 +ねた 0.00000128 +ねたまし 0.00000037 +ねたましそう 0.00000009 +ねたみ 0.00000174 +ねたん 0.00000009 +ねだ 0.00000119 +ねだい 0.00000046 +ねだり 0.00000046 +ねちねち 0.00000009 +ねっ 0.00000009 +ねっころが 0.00000009 +ねっしん 0.00000028 +ねっそう 0.00000009 +ねっねっ 0.00000046 +ねつ 0.00000046 +ねつけ 0.00000028 +ねつぞう 0.00000009 +ねとまり 0.00000009 +ねどこ 0.00000018 +ねね 0.00000028 +ねば 0.00000055 +ねばっこ 0.00000009 +ねばねば 0.00000055 +ねばり 0.00000009 +ねぶた 0.00000266 +ねぶたい 0.00000009 +ねぼけ 0.00000009 +ねまき 0.00000083 +ねむ 0.00000092 +ねむたい 0.00000009 +ねむりこ 0.00000009 +ねめつけ 0.00000009 +ねら 0.00000101 +ねらい 0.00000156 +ねり 0.00000018 +ねり上げ 0.00000009 +ねり歩 0.00000009 +ねる 0.00000018 +ねれ 0.00000018 +ねん 0.00000046 +ねんね 0.00000009 +ねェ 0.00000119 +ねー 0.00000183 +ねーよ 0.00000009 +ねーよし 0.00000009 +の 0.04400292 +のう 0.00000073 +のうさぎ 0.00000028 +のうさん 0.00000009 +のうそ 0.00000037 +のうち 0.00000028 +のうで 0.00000009 +のうのう 0.00000018 +のうろ 0.00000055 +のぉ 0.00000028 +のお 0.00000018 +のおかげ 0.00000009 +のか 0.00000009 +のが 0.00000037 +のがす 0.00000009 +のがれ 0.00000110 +のがれき 0.00000028 +のがん 0.00000009 +のき 0.00000009 +のぎ 0.00000028 +のけ 0.00000596 +のけぞ 0.00000037 +のけもん 0.00000009 +のげ 0.00000018 +のこ 0.00000440 +のこぎり 0.00000055 +のこり 0.00000037 +のご 0.00000018 +のごと 0.00000009 +のごみ 0.00000009 +のし 0.00000018 +のしかか 0.00000055 +のし上が 0.00000101 +のし掛か 0.00000009 +のし紙 0.00000009 +のせ 0.00001284 +のせた 0.00000009 +のせたけ 0.00000009 +のその 0.00000009 +のぞ 0.00001559 +のぞか 0.00000018 +のぞかせ 0.00000037 +のぞき 0.00000055 +のぞきこ 0.00000183 +のぞき見 0.00000037 +のぞき込 0.00000284 +のぞく 0.00000009 +のぞけ 0.00000018 +のぞみ 0.00000183 +のぞめ 0.00000009 +のたう 0.00000009 +のたうちまわ 0.00000018 +のたうち回 0.00000018 +のたくりまわ 0.00000009 +のだめ 0.00000018 +のち 0.00000541 +のちのち 0.00000009 +のちほど 0.00000009 +のっ 0.00000018 +のっか 0.00000055 +のっかる 0.00000018 +のっけ 0.00000046 +のっこ 0.00000018 +のっと 0.00000202 +のっぴき 0.00000028 +のっぺり 0.00000018 +のっぽ 0.00000028 +のつら 0.00000009 +のとり 0.00000009 +のど 0.00000715 +のどあめ 0.00000009 +のどか 0.00000138 +のどく 0.00000028 +のどこ 0.00000009 +のどごし 0.00000009 +のどの 0.00000018 +のどまで 0.00000009 +のども 0.00000009 +のど仏 0.00000009 +のど笛 0.00000009 +のの 0.00000009 +ののし 0.00000046 +ののしり 0.00000055 +ののしりあい 0.00000009 +のば 0.00000403 +のばし 0.00000009 +のばす 0.00000018 +のひら 0.00000018 +のび 0.00000413 +のびあが 0.00000009 +のびた 0.00000018 +のびのび 0.00000128 +のびのびと 0.00000009 +のびやか 0.00000009 +のびる 0.00000009 +のび太 0.00000156 +のび込 0.00000009 +のぶ 0.00000037 +のぶ代 0.00000009 +のべ 0.00000128 +のべつ 0.00000009 +のほほん 0.00000009 +のぼ 0.00001357 +のぼう 0.00000018 +のぼせ 0.00000083 +のぼせあが 0.00000009 +のぼり 0.00000055 +のぼりかけ 0.00000009 +のぼりだ 0.00000009 +のぼりつめ 0.00000009 +のぼり出 0.00000009 +のぼる 0.00000009 +のまわり 0.00000055 +のみ 0.00005154 +のみぐすり 0.00000028 +のみこ 0.00000018 +のみこみ 0.00000009 +のみこめ 0.00000018 +のみごと 0.00000028 +のみそ 0.00000009 +のみと 0.00000009 +のみの 0.00000009 +のみほ 0.00000028 +のみもと 0.00000018 +のみや 0.00000009 +のみ込 0.00000055 +のみ込め 0.00000018 +のめ 0.00000119 +のめや 0.00000009 +のめりこ 0.00000018 +のめり込 0.00000046 +のら 0.00000009 +のらくろ 0.00000009 +のらりくらり 0.00000018 +のり 0.00000211 +のりあわせ 0.00000009 +のりうつ 0.00000018 +のりお 0.00000009 +のりが 0.00000018 +のりき 0.00000009 +のりこ 0.00000028 +のりこえ 0.00000018 +のりだ 0.00000055 +のりづけ 0.00000018 +のりなお 0.00000009 +のりは 0.00000028 +のりまき 0.00000009 +のりや 0.00000018 +のり付け 0.00000009 +のり子 0.00000055 +のり巻き 0.00000018 +のるかそ 0.00000018 +のれ 0.00000018 +のれん 0.00000083 +のれんに 0.00000028 +のれんや 0.00000009 +のろ 0.00000229 +のろい 0.00000248 +のろけ 0.00000009 +のろのろ 0.00000101 +のろのろどろどろ 0.00000009 +のろま 0.00000073 +のろまだ 0.00000009 +のん 0.00000009 +のんき 0.00000128 +のんびり 0.00000972 +のォ 0.00000009 +のコ 0.00000009 +のル 0.00000009 +のー 0.00000009 +の丈 0.00000018 +の世 0.00000037 +の中間 0.00000009 +の具 0.00000009 +の内 0.00000009 +の凄 0.00000009 +の境 0.00000009 +の当り 0.00000009 +の根 0.00000028 +の毒 0.00000037 +の毛 0.00000018 +の物 0.00000009 +の狂い 0.00000018 +の甲 0.00000009 +の目 0.00000009 +の舞 0.00000037 +の角 0.00000009 +の足 0.00000009 +の足りな 0.00000009 +の酉 0.00000009 +の間 0.00000064 +の静か 0.00000009 +の頃 0.00000009 +の頭 0.00000037 +は 0.03185330 +は、 0.00000018 +はぁー 0.00000009 +はあ 0.00000046 +はあくび 0.00000018 +はあは 0.00000037 +はあはあ 0.00000009 +はい 0.00004824 +はいあが 0.00000009 +はいかか 0.00000009 +はいかが 0.00000028 +はいかん 0.00000055 +はいきり立 0.00000009 +はいこ 0.00000009 +はいこん 0.00000009 +はいざ 0.00000009 +はいじょ 0.00000009 +はいず 0.00000009 +はいそう 0.00000009 +はいたる 0.00000018 +はいちょう 0.00000009 +はいつくば 0.00000046 +はいて 0.00000009 +はいと 0.00000018 +はいどう 0.00000009 +はいどうぞ 0.00000046 +はいはい 0.00000138 +はいはいと 0.00000018 +はいぶかし 0.00000009 +はいまわ 0.00000046 +はいや 0.00000018 +はいらん 0.00000009 +はいり 0.00000009 +はいりこ 0.00000018 +はいれ 0.00000037 +はい上が 0.00000128 +はい出 0.00000037 +はい回 0.00000018 +はえ 0.00000156 +はえて 0.00000009 +はお 0.00000064 +はか 0.00000706 +はかい 0.00000009 +はかご 0.00000028 +はかた 0.00000009 +はかど 0.00000055 +はかどる 0.00000009 +はかな 0.00000046 +はかなさ 0.00000064 +はかば 0.00000009 +はかばかし 0.00000009 +はかま 0.00000064 +はからい 0.00000018 +はからず 0.00000028 +はかり 0.00000083 +はかりしれ 0.00000028 +はかれ 0.00000037 +はが 0.00000138 +はがき 0.00001045 +はがれ 0.00000055 +はがれかけ 0.00000009 +はがれ出 0.00000009 +はがれ落ち 0.00000064 +はがんだ 0.00000009 +はき 0.00000028 +はきかえ 0.00000028 +はきかけ 0.00000009 +はきだ 0.00000018 +はきちがえ 0.00000018 +はきは 0.00000009 +はきはき 0.00000009 +はきはきと 0.00000009 +はきもの 0.00000028 +はき出 0.00000009 +はぎ 0.00000156 +はぎと 0.00000009 +はぎれ 0.00000009 +はぎ取 0.00000073 +はぎ合わせ 0.00000018 +はく 0.00000101 +はくい止め 0.00000009 +はくしゃくしゃ 0.00000009 +はくしゃみ 0.00000009 +はくしゅ 0.00000009 +はくじ 0.00000009 +はくす 0.00000009 +はくせい 0.00000009 +はくちょう 0.00000028 +はくれん 0.00000009 +はぐ 0.00000018 +はぐく 0.00000385 +はぐくみ 0.00000009 +はぐくん 0.00000028 +はぐらか 0.00000037 +はぐらかしお 0.00000009 +はぐれ 0.00000009 +はけ 0.00000101 +はけが 0.00000009 +はけち 0.00000028 +はけな 0.00000009 +はけん 0.00000055 +はけんか 0.00000101 +はけ口 0.00000174 +はげ 0.00000119 +はげし 0.00000293 +はげまし 0.00000018 +はげ上が 0.00000009 +はげ落ち 0.00000009 +はげ頭 0.00000018 +はこ 0.00000193 +はこう 0.00000009 +はこだま 0.00000009 +はこってり 0.00000009 +はこび 0.00000009 +はこびだ 0.00000009 +はさ 0.00000266 +はさま 0.00000028 +はさみ 0.00000257 +はさみし 0.00000009 +はさみと 0.00000018 +はさみの 0.00000009 +はさめ 0.00000009 +はさん 0.00000018 +はざま 0.00000028 +はざ間 0.00000009 +はし 0.00000339 +はしか 0.00000394 +はしかが 0.00000028 +はしけ 0.00000009 +はしこ 0.00000028 +はしご 0.00000367 +はしごだん 0.00000018 +はしごら 0.00000009 +はした 0.00000028 +はしっこく 0.00000009 +はしぶき 0.00000009 +はしま 0.00000009 +はしゃい 0.00000028 +はしゃぎ 0.00000037 +はしゃぎまわ 0.00000028 +はしゃぎよう 0.00000009 +はしゃぎ回 0.00000009 +はしゃげ 0.00000009 +はしや 0.00000018 +はしょれ 0.00000009 +はしり 0.00000037 +はしわ 0.00000009 +はじ 0.00000101 +はじい 0.00000009 +はじき 0.00000110 +はじき出 0.00000037 +はじく 0.00000018 +はじけ 0.00000303 +はじま 0.00000312 +はじまり 0.00000046 +はじめ 0.00006373 +はじめかけ 0.00000009 +はじめじめ 0.00000018 +はじめて 0.00001036 +はじめど 0.00000009 +はじめれ 0.00000009 +はす 0.00000028 +はず 0.00017552 +はずか 0.00000009 +はずかし 0.00000092 +はずかずか 0.00000009 +はずせ 0.00000037 +はずっと 0.00000009 +はずな 0.00000009 +はずぶ 0.00000009 +はずみ 0.00000055 +はずよ 0.00000037 +はずる 0.00000009 +はずれ 0.00000706 +はずんずん 0.00000009 +はせ 0.00000174 +はそん 0.00000009 +はた 0.00000238 +はたから 0.00000064 +はたけ 0.00000009 +はたし 0.00000083 +はたして 0.00000083 +はたで 0.00000009 +はたと 0.00000018 +はたとえ 0.00000037 +はたの 0.00000009 +はたはた 0.00000009 +はたまた 0.00000073 +はため 0.00000055 +はたら 0.00000138 +はたらい回し 0.00000009 +はたらき 0.00000037 +はたらきかけ 0.00000009 +はたんす 0.00000009 +はた目 0.00000009 +はだ 0.00000018 +はだか 0.00000064 +はだし 0.00000156 +はだま 0.00000028 +はち 0.00000156 +はちきれ 0.00000009 +はちまき 0.00000028 +はちみつ 0.00000009 +はち切れ 0.00000018 +はち蜜 0.00000009 +はっ 0.00000092 +はっきり 0.00010179 +はっきりわけ 0.00000009 +はっきり分け 0.00000009 +はっさく 0.00000009 +はって 0.00000009 +はっと 0.00000138 +はっはっはー 0.00000009 +はっぱ 0.00000046 +はっぴ 0.00000009 +はつ 0.00000055 +はつか 0.00000009 +はつげん 0.00000009 +はつめ 0.00000009 +はつら 0.00000009 +はつらつ 0.00000037 +はつんと 0.00000009 +はづな 0.00000009 +はて 0.00000128 +はてし 0.00000037 +はては 0.00000009 +はで 0.00000009 +はと 0.00000028 +はどう 0.00000028 +はな 0.00000578 +はなかへ 0.00000009 +はなこ 0.00000009 +はなさ 0.00000009 +はなし 0.00000459 +はなしかけ 0.00000037 +はなせ 0.00000018 +はなぜ 0.00000083 +はなはだ 0.00000156 +はなはだし 0.00000018 +はなばち 0.00000009 +はなばなし 0.00000028 +はなまつり 0.00000009 +はなむけ 0.00000009 +はなや 0.00000009 +はなやか 0.00000028 +はなれ 0.00000348 +はなれや 0.00000009 +はなれわざ 0.00000009 +はなわ 0.00000119 +はなー 0.00000009 +はに 0.00000009 +はにか 0.00000028 +はにかみ 0.00000018 +はにかみや 0.00000009 +はにゃか 0.00000009 +はね 0.00000495 +はねあが 0.00000018 +はねおき 0.00000009 +はねかえ 0.00000046 +はねかか 0.00000009 +はねつき 0.00000037 +はねつけ 0.00000083 +はねとば 0.00000018 +はねまわ 0.00000046 +はねろ 0.00000018 +はね上が 0.00000028 +はね飛ば 0.00000009 +はは 0.00000028 +ははあ 0.00000028 +ははは 0.00000009 +ははーん 0.00000018 +はば 0.00000073 +はばか 0.00000459 +はばかげ 0.00000028 +はばかり 0.00000009 +はばた 0.00000046 +はばたき 0.00000037 +はばたけ 0.00000009 +はばひろ 0.00000009 +はばら 0.00000009 +はびこ 0.00000211 +はぶ 0.00000009 +はぶけ 0.00000018 +はま 0.00000514 +はまぎり 0.00000018 +はまし 0.00000147 +はまた 0.00000018 +はまっ 0.00000110 +はまったく 0.00000009 +はまり 0.00000018 +はまりこ 0.00000028 +はまり込 0.00000046 +はまる 0.00000028 +はみだ 0.00000009 +はみだし 0.00000009 +はみ出 0.00000138 +はみ出し 0.00000037 +はむ 0.00000009 +はむかし 0.00000009 +はむかつ 0.00000009 +はめ 0.00000596 +はめこ 0.00000018 +はめこん 0.00000009 +はめて 0.00000028 +はめ込 0.00000110 +はや 0.00001660 +はやきこと 0.00000009 +はやく 0.00000009 +はやくばん 0.00000009 +はやし 0.00000037 +はやしたて 0.00000018 +はやぶさ 0.00000504 +はやまったく 0.00000018 +はやまる 0.00000009 +はやめ 0.00000046 +はやり 0.00000156 +はゆい気 0.00000009 +はら 0.00000587 +はらい 0.00000018 +はらごしらえ 0.00000009 +はらはら 0.00000083 +はらぺこ 0.00000009 +はらぺこの 0.00000009 +はらりと 0.00000009 +はらわた 0.00000046 +はり 0.00000073 +はりあ 0.00000009 +はりあげ 0.00000018 +はりえ 0.00000009 +はりがみ 0.00000009 +はりき 0.00000009 +はりこの 0.00000009 +はりさけ 0.00000028 +はりす 0.00000009 +はりつ 0.00000018 +はりつけ 0.00000028 +はりつめ 0.00000028 +はりねずみ 0.00000009 +はりま 0.00000018 +はりり 0.00000009 +はりわた 0.00000009 +はり付け 0.00000009 +はる 0.00000037 +はるか 0.00003686 +はると 0.00000009 +はるばる 0.00000321 +はるみ 0.00000009 +はれ 0.00000037 +はれあが 0.00000009 +はれがまし 0.00000009 +はれぼった 0.00000009 +はれやか 0.00000009 +はれ上が 0.00000009 +はわいろ 0.00000018 +はん 0.00000055 +はんい 0.00000009 +はんこ 0.00000266 +はんこの 0.00000009 +はんこは 0.00000009 +はんたい 0.00000009 +はんぱ 0.00000009 +はんぺん 0.00000009 +はんらん 0.00000018 +はァ 0.00000009 +はッ 0.00000037 +はッし 0.00000009 +はペ 0.00000009 +は去 0.00000009 +は理 0.00000009 +は皮 0.00000009 +は親 0.00000009 +は込 0.00000009 +は風 0.00000009 +ば 0.00193803 +ばあ 0.00001981 +ばあい 0.00000028 +ばあさま 0.00000083 +ばあや 0.00000018 +ばい 0.00000174 +ばいきれ 0.00000009 +ばいしん 0.00000018 +ばいばあ 0.00000009 +ばい菌 0.00000028 +ばえ 0.00000009 +ばか 0.00004961 +ばかか 0.00000009 +ばかげ 0.00001623 +ばかし 0.00000037 +ばかたれ 0.00000009 +ばかだ 0.00000028 +ばかっぽ 0.00000009 +ばかばかし 0.00000596 +ばかぶり 0.00000009 +ばかまるだし 0.00000009 +ばから 0.00000018 +ばかり 0.00016598 +ばき 0.00000009 +ばく 0.00000128 +ばくか 0.00000009 +ばくさ 0.00000009 +ばくぜん 0.00000028 +ばくち 0.00000028 +ばくばく 0.00000009 +ばぐるま 0.00000009 +ばけ 0.00000037 +ばけつ 0.00000009 +ばこ 0.00000009 +ばさばさ 0.00000018 +ばし 0.00000028 +ばしき 0.00000009 +ばしご 0.00000009 +ばしゃ 0.00000009 +ばしょ 0.00000009 +ばす 0.00000009 +ばせ 0.00000009 +ばその 0.00000009 +ばた 0.00000037 +ばたい 0.00000037 +ばたつ 0.00000009 +ばたつか 0.00000018 +ばたつかせ 0.00000009 +ばたばた 0.00000073 +ばたり 0.00000009 +ばたんと 0.00000028 +ばだばた 0.00000009 +ばち 0.00000018 +ばちが 0.00000009 +ばちゃばちゃ 0.00000009 +ばっ 0.00000119 +ばっか 0.00000174 +ばっかし 0.00000028 +ばっかり 0.00000596 +ばっくれ 0.00000009 +ばっさり 0.00000009 +ばったり 0.00000174 +ばっちり 0.00000110 +ばつ 0.00000073 +ばて 0.00000064 +ばとる 0.00000018 +ばなし 0.00000037 +ばなな 0.00000028 +ばなれ 0.00000046 +ばね 0.00000055 +ばねじかけ 0.00000009 +ばまわれ 0.00000018 +ばや 0.00000028 +ばやし 0.00000018 +ばら 0.00000174 +ばらいろ 0.00000009 +ばらし 0.00000009 +ばらす 0.00000028 +ばらつ 0.00000009 +ばらつき 0.00000083 +ばらの 0.00000009 +ばらばら 0.00000257 +ばらま 0.00000147 +ばらまき 0.00000009 +ばらまけ 0.00000009 +ばら色 0.00000101 +ばり 0.00000064 +ばりばり 0.00000009 +ばれ 0.00000403 +ばれれ 0.00000009 +ばれん 0.00000009 +ばん 0.00000293 +ばんこ 0.00000009 +ばんごはん 0.00000009 +ばんざい 0.00000028 +ばんそうこう 0.00000055 +ばんつま 0.00000009 +ばん馬 0.00000009 +ばー 0.00000009 +ばーか 0.00000009 +ぱ 0.00000037 +ぱい 0.00000055 +ぱく 0.00000009 +ぱくぱく 0.00000009 +ぱさぱさ 0.00000009 +ぱしり 0.00000009 +ぱたぱた 0.00000037 +ぱたり 0.00000009 +ぱちくり 0.00000028 +ぱちつ 0.00000009 +ぱちぱち 0.00000018 +ぱちんこ 0.00000028 +ぱっくり 0.00000009 +ぱったり 0.00000018 +ぱっちり 0.00000009 +ぱっと 0.00000119 +ぱらぱら 0.00000009 +ぱらぱらめく 0.00000009 +ぱりぱり 0.00000009 +ぱん 0.00000046 +ぱんぱん 0.00000018 +ぱー 0.00000037 +ひ 0.00003320 +ひぃ 0.00000018 +ひい 0.00000660 +ひいき 0.00000220 +ひいさん 0.00000009 +ひいては 0.00000092 +ひいらぎ 0.00000009 +ひぇ 0.00000009 +ひか 0.00000009 +ひかえ 0.00000092 +ひからび 0.00000018 +ひかり 0.00000092 +ひかる 0.00000009 +ひが 0.00000018 +ひがし 0.00000009 +ひがみ 0.00000037 +ひき 0.00000238 +ひきあげ 0.00000009 +ひきいれ 0.00000009 +ひきおこ 0.00000009 +ひきかえ 0.00000083 +ひきかけ 0.00000009 +ひきがえる 0.00000018 +ひきこ 0.00000009 +ひきこも 0.00000073 +ひきこもり 0.00000009 +ひきず 0.00000119 +ひきずる 0.00000009 +ひきそう 0.00000009 +ひきたて 0.00000028 +ひきだ 0.00000009 +ひきだし 0.00000009 +ひきつ 0.00000092 +ひきつけ 0.00000422 +ひきつづ 0.00000009 +ひきつり 0.00000028 +ひきつれ 0.00000055 +ひきと 0.00000037 +ひきとめ 0.00000018 +ひきぬき 0.00000009 +ひきは 0.00000009 +ひきはが 0.00000009 +ひきはな 0.00000009 +ひきまわ 0.00000009 +ひきもど 0.00000009 +ひきょう 0.00000202 +ひきよせ 0.00000009 +ひき入れ 0.00000009 +ひき出 0.00000009 +ひき止め 0.00000009 +ひき殺 0.00000028 +ひき続 0.00000009 +ひき肉 0.00000165 +ひき裂 0.00000009 +ひき起 0.00000009 +ひき逃げ 0.00000018 +ひく 0.00000119 +ひけ 0.00000055 +ひけつ 0.00000018 +ひけらか 0.00000064 +ひけり 0.00000009 +ひげ 0.00001275 +ひげそり 0.00000046 +ひげづら 0.00000009 +ひげと 0.00000018 +ひげ剃 0.00000009 +ひこ 0.00000018 +ひこう 0.00000009 +ひごろ 0.00000009 +ひさし 0.00000055 +ひさん 0.00000009 +ひざ 0.00000514 +ひざの 0.00000009 +ひざま 0.00000028 +ひざまず 0.00000275 +ひざまづ 0.00000092 +ひざまで 0.00000018 +ひざ掛け 0.00000018 +ひざ肉 0.00000009 +ひし 0.00000055 +ひしひし 0.00000055 +ひしめ 0.00000064 +ひしめきあ 0.00000009 +ひしめき合 0.00000037 +ひしゃく 0.00000018 +ひしゃげ 0.00000018 +ひじ 0.00000193 +ひじかけ 0.00000009 +ひじょう 0.00000009 +ひずみ 0.00000009 +ひずめ 0.00000018 +ひそ 0.00000092 +ひそか 0.00000779 +ひそひそ 0.00000156 +ひそみ 0.00000009 +ひそめ 0.00000284 +ひそやか 0.00000028 +ひた 0.00000165 +ひたい 0.00000055 +ひたえ 0.00000009 +ひたし 0.00000009 +ひたすら 0.00000697 +ひたちなか 0.00000009 +ひたひた 0.00000037 +ひたぶる 0.00000009 +ひたむき 0.00000110 +ひたれ 0.00000018 +ひた押し 0.00000009 +ひた走 0.00000009 +ひた走り 0.00000018 +ひた隠し 0.00000018 +ひだ 0.00000064 +ひだつき 0.00000009 +ひちりき 0.00000046 +ひっ 0.00000009 +ひっか 0.00000028 +ひっかい 0.00000018 +ひっかか 0.00000018 +ひっかき 0.00000018 +ひっかきまわ 0.00000018 +ひっかき傷 0.00000009 +ひっかき回 0.00000009 +ひっかく 0.00000009 +ひっかけ 0.00000073 +ひっかぶ 0.00000009 +ひっきりなし 0.00000156 +ひっくく 0.00000009 +ひっくり 0.00000018 +ひっくりかえ 0.00000138 +ひっくり返 0.00000614 +ひっくるめ 0.00000028 +ひっこ 0.00000009 +ひっこめ 0.00000073 +ひっさげ 0.00000009 +ひっそり 0.00000257 +ひったく 0.00000128 +ひったくり 0.00000083 +ひっつ 0.00000009 +ひっつか 0.00000101 +ひっつかまえ 0.00000009 +ひっとらえ 0.00000009 +ひっぱ 0.00000321 +ひっぱた 0.00000037 +ひっ切り 0.00000009 +ひっ掴 0.00000018 +ひっ被 0.00000009 +ひつぎ 0.00000275 +ひつじ 0.00000092 +ひづめ 0.00000046 +ひでえ 0.00000101 +ひと 0.00006098 +ひといきれ 0.00000009 +ひとえに 0.00000055 +ひとかけ 0.00000009 +ひとかけら 0.00000110 +ひとかど 0.00000028 +ひときわ 0.00000220 +ひとく 0.00000009 +ひとくくり 0.00000028 +ひとくち 0.00000028 +ひとけ 0.00000028 +ひとこ 0.00000009 +ひとこえ 0.00000009 +ひとこと 0.00000138 +ひとこま 0.00000018 +ひところ 0.00000037 +ひとごと 0.00000009 +ひとし 0.00000009 +ひとしお 0.00000009 +ひとしきり 0.00000037 +ひとしずく 0.00000018 +ひとすじ 0.00000009 +ひとたび 0.00000257 +ひとたまり 0.00000028 +ひとっこ 0.00000009 +ひとっとび 0.00000018 +ひとっぱ 0.00000018 +ひとっ飛び 0.00000037 +ひととき 0.00000211 +ひとにぎり 0.00000009 +ひとびと 0.00000009 +ひとまず 0.00000119 +ひとまとめ 0.00000046 +ひとみ 0.00000202 +ひとめ 0.00000018 +ひともうけ 0.00000037 +ひとり 0.00004448 +ひとりご 0.00000018 +ひとりごと 0.00000028 +ひとりでに 0.00000046 +ひとりひとり 0.00000128 +ひとりびとり 0.00000009 +ひとりぼっち 0.00000110 +ひとり子 0.00000009 +ひと休み 0.00000128 +ひと口 0.00000046 +ひと言 0.00000119 +ひと頃 0.00000009 +ひど 0.00010573 +ひな 0.00000614 +ひなあられ 0.00000018 +ひなが 0.00000009 +ひなぎく 0.00000064 +ひなた 0.00000009 +ひなたぼっこ 0.00000018 +ひなに 0.00000009 +ひなび 0.00000018 +ひなまつり 0.00000037 +ひな祭り 0.00000266 +ひな鳥 0.00000018 +ひね 0.00000257 +ひねく 0.00000009 +ひねくれ 0.00000073 +ひねり 0.00000092 +ひねりこ 0.00000009 +ひねりだ 0.00000009 +ひねりつぶせ 0.00000009 +ひねりまわ 0.00000009 +ひねり出 0.00000009 +ひねれ 0.00000018 +ひの 0.00000018 +ひのき 0.00000083 +ひばり 0.00001275 +ひび 0.00000358 +ひびき 0.00000092 +ひびわれ 0.00000018 +ひび割れ 0.00000064 +ひま 0.00000165 +ひまし 0.00000009 +ひまつぶし 0.00000009 +ひまわ 0.00000009 +ひまわり 0.00000119 +ひみつ 0.00000064 +ひめ 0.00000009 +ひめい 0.00000028 +ひめいが 0.00000009 +ひめゆり 0.00000119 +ひも 0.00000550 +ひもじ 0.00000009 +ひもとき 0.00000009 +ひもの 0.00000064 +ひものつ 0.00000009 +ひゃあ 0.00000009 +ひや 0.00000009 +ひやひや 0.00000018 +ひややか 0.00000009 +ひゅうひゅう 0.00000009 +ひょいと 0.00000101 +ひょいひょい 0.00000009 +ひょう 0.00000028 +ひょうが 0.00000018 +ひょうきん 0.00000046 +ひょうし 0.00000018 +ひょうたんに 0.00000009 +ひょうばん 0.00000018 +ひょうひょう 0.00000009 +ひょこ 0.00000009 +ひょこと 0.00000009 +ひょっこり 0.00000092 +ひょっと 0.00000770 +ひょろ 0.00000009 +ひょろひょろ 0.00000037 +ひょろ長 0.00000009 +ひょんな 0.00000101 +ひよこ 0.00000046 +ひよこたち 0.00000009 +ひよっこ 0.00000009 +ひよっ子 0.00000009 +ひら 0.00001577 +ひらか 0.00000009 +ひらが 0.00000028 +ひらがた 0.00000009 +ひらがな 0.00005144 +ひらがなが 0.00000073 +ひらがなに 0.00000028 +ひらがなの 0.00000018 +ひらけ 0.00000018 +ひらた 0.00000009 +ひらひら 0.00000083 +ひらひらひらっと 0.00000009 +ひらふ 0.00000009 +ひらめ 0.00000321 +ひらめき 0.00000193 +ひらめきと 0.00000009 +ひらり 0.00000037 +ひらりと 0.00000018 +ひりひり 0.00000028 +ひる 0.00000138 +ひるがえ 0.00000046 +ひるがえれり 0.00000009 +ひるぜん 0.00000009 +ひるま 0.00000018 +ひるまず 0.00000018 +ひれ 0.00000101 +ひれ伏 0.00000037 +ひろ 0.00000147 +ひろい 0.00000009 +ひろいあげ 0.00000018 +ひろえ 0.00000303 +ひろが 0.00000147 +ひろがり 0.00000018 +ひろげ 0.00000220 +ひろし 0.00000064 +ひろしま 0.00000046 +ひろびろ 0.00000018 +ひろま 0.00000009 +ひろみ 0.00000028 +ひろめ 0.00000009 +ひろゆき 0.00000009 +ひろ子 0.00000028 +ひわい 0.00000009 +ひん 0.00000495 +ひんし 0.00000009 +ひんしゅく 0.00000046 +ひんぱん 0.00000009 +ひんまが 0.00000009 +ひんまげ 0.00000009 +ひんやり 0.00000101 +ひ孫 0.00000018 +ひ弱 0.00000018 +び 0.00014682 +びいき 0.00000128 +びいびい 0.00000009 +びく 0.00000119 +びくっと 0.00000083 +びくびく 0.00000174 +びくり 0.00000009 +びこ 0.00000037 +びしっと 0.00000009 +びしょ 0.00000009 +びしょぬれ 0.00000147 +びしょびしょ 0.00000037 +びた 0.00000018 +びたが 0.00000018 +びっく 0.00000009 +びっくり 0.00004172 +びっこ 0.00000110 +びっしょ 0.00000009 +びっしょり 0.00000046 +びっしり 0.00000183 +びでお 0.00000018 +びな 0.00000018 +びなに 0.00000009 +びび 0.00000055 +びびってん 0.00000009 +びまが 0.00000009 +びまん 0.00000009 +びゅう 0.00000018 +びゅんびゅん 0.00000018 +びゅーん 0.00000018 +びょう 0.00000009 +びょうき 0.00000009 +びょうし 0.00000018 +びら 0.00000018 +びらき 0.00000009 +びり 0.00000009 +びりびり 0.00000028 +びれ 0.00000018 +びわ 0.00000073 +びん 0.00000229 +びん詰め 0.00000009 +び場 0.00000028 +び太 0.00000018 +び方 0.00000009 +び移り 0.00000009 +び笛 0.00000018 +び鈴 0.00000009 +び集め 0.00000009 +ぴ 0.00000018 +ぴあ 0.00000064 +ぴいぴい 0.00000018 +ぴか 0.00000009 +ぴかつ 0.00000009 +ぴかぴか 0.00000101 +ぴかりと 0.00000018 +ぴき 0.00000101 +ぴきか 0.00000009 +ぴくぴく 0.00000046 +ぴくぴくと 0.00000009 +ぴくりと 0.00000073 +ぴしっと 0.00000009 +ぴしゃり 0.00000037 +ぴたぴた 0.00000009 +ぴたり 0.00000009 +ぴたりと 0.00000037 +ぴちぴち 0.00000018 +ぴっしゃり 0.00000009 +ぴったり 0.00002357 +ぴったりくる 0.00000046 +ぴったり合 0.00000037 +ぴっちり 0.00000009 +ぴな 0.00000009 +ぴゅーっと 0.00000009 +ぴょう 0.00000009 +ぴょん 0.00000018 +ぴょんぴょん 0.00000092 +ぴりぴり 0.00000018 +ぴん 0.00000028 +ぴんと 0.00000101 +ぴんぴん 0.00000009 +ぴん音 0.00000009 +ふ 0.00001797 +ふぁ 0.00000037 +ふぁみりー 0.00000009 +ふあん 0.00000009 +ふい 0.00000165 +ふいご 0.00000028 +ふう 0.00004594 +ふうか 0.00000018 +ふうがわり 0.00000073 +ふうじこめ 0.00000009 +ふうと 0.00000009 +ふうふう 0.00000009 +ふうむ 0.00000046 +ふうわり 0.00000009 +ふうん 0.00000064 +ふえ 0.00000055 +ふか 0.00000440 +ふかい 0.00000009 +ふかいふち 0.00000009 +ふかひれ 0.00000009 +ふかふか 0.00000046 +ふかぶか 0.00000018 +ふかま 0.00000009 +ふが 0.00000009 +ふがいな 0.00000009 +ふき 0.00000092 +ふきあい 0.00000009 +ふきあれ 0.00000009 +ふきかえ 0.00000055 +ふきかけ 0.00000009 +ふきこ 0.00000018 +ふきこぼれ 0.00000009 +ふきすさび 0.00000009 +ふきだ 0.00000064 +ふきつ 0.00000009 +ふきで 0.00000009 +ふきと 0.00000018 +ふきとば 0.00000037 +ふきなら 0.00000009 +ふきぬけ 0.00000018 +ふきまわし 0.00000009 +ふきん 0.00000018 +ふき替え 0.00000018 +ふき消 0.00000009 +ふき直し 0.00000009 +ふく 0.00000138 +ふくしま 0.00000046 +ふくそう 0.00000018 +ふくつ 0.00000009 +ふくめ 0.00000037 +ふくよか 0.00000037 +ふくら 0.00000312 +ふくらはぎ 0.00000119 +ふくらま 0.00000009 +ふくらみ 0.00000018 +ふくらみかけ 0.00000009 +ふくれ 0.00000064 +ふくれあが 0.00000037 +ふくれっ 0.00000018 +ふくれっつら 0.00000018 +ふくれ上が 0.00000009 +ふくろ 0.00000046 +ふくろう 0.00000028 +ふくわ 0.00000009 +ふぐ 0.00000083 +ふぐなべ 0.00000009 +ふけ 0.00000486 +ふさ 0.00000202 +ふさい 0.00000009 +ふさが 0.00000092 +ふさぎ 0.00000009 +ふさぎこ 0.00000028 +ふさぎ込 0.00000018 +ふさふさ 0.00000028 +ふさわし 0.00002256 +ふざけ 0.00000550 +ふざけあ 0.00000009 +ふざけっこ 0.00000009 +ふざけん 0.00000028 +ふざけんじゃ 0.00000009 +ふし 0.00000055 +ふしあわせ 0.00000018 +ふしぎ 0.00000174 +ふしくれ 0.00000009 +ふしだら 0.00000092 +ふしぶし 0.00000018 +ふしまわし 0.00000009 +ふしん 0.00000009 +ふじ 0.00000046 +ふじい 0.00000009 +ふすま 0.00000028 +ふすまで 0.00000009 +ふせ 0.00000092 +ふぞろい 0.00000018 +ふた 0.00000871 +ふたか 0.00000009 +ふたかき 0.00000009 +ふたご 0.00000193 +ふたたび 0.00001311 +ふたば 0.00000009 +ふため 0.00000092 +ふたり 0.00005328 +ふだ 0.00000018 +ふだん 0.00000211 +ふだんどおり 0.00000018 +ふち 0.00000284 +ふちから 0.00000028 +ふちど 0.00000009 +ふちどり 0.00000009 +ふちどりつき 0.00000009 +ふっ 0.00000009 +ふっかけ 0.00000009 +ふっくら 0.00000211 +ふっさり 0.00000009 +ふっと 0.00000046 +ふっとう 0.00000018 +ふっとん 0.00000009 +ふっ切れ 0.00000009 +ふつ 0.00000009 +ふつう 0.00000853 +ふつふつ 0.00000009 +ふてくさ 0.00000009 +ふてぶてし 0.00000009 +ふと 0.00001146 +ふところ 0.00000138 +ふとっ 0.00000037 +ふとっちょ 0.00003063 +ふとっちょがわ 0.00000009 +ふとどき 0.00000009 +ふともも 0.00000009 +ふとん 0.00000028 +ふなず 0.00000009 +ふなずし 0.00000009 +ふなべり 0.00000009 +ふに 0.00000018 +ふぬけ 0.00000009 +ふびん 0.00000009 +ふびんな 0.00000009 +ふふふ 0.00000009 +ふぶき 0.00000009 +ふまえ 0.00000101 +ふみ 0.00000018 +ふみいれ 0.00000009 +ふみしめ 0.00000028 +ふみだ 0.00000009 +ふみつけ 0.00000018 +ふみつぶ 0.00000028 +ふみとどま 0.00000009 +ふみなら 0.00000018 +ふむ 0.00000220 +ふむふむ 0.00000018 +ふめ 0.00000009 +ふもと 0.00000238 +ふや 0.00000018 +ふやけ 0.00000009 +ふら 0.00000009 +ふらち 0.00000009 +ふらつ 0.00000138 +ふらつい 0.00000009 +ふらつき 0.00000018 +ふらふら 0.00000073 +ふらりと 0.00000037 +ふられ 0.00000009 +ふり 0.00001834 +ふりあげ 0.00000064 +ふりおろ 0.00000018 +ふりか 0.00000009 +ふりかえ 0.00000110 +ふりかか 0.00000211 +ふりかけ 0.00000018 +ふりが 0.00000073 +ふりがな 0.00000183 +ふりがなが 0.00000009 +ふりき 0.00000009 +ふりし 0.00000009 +ふりしぼ 0.00000092 +ふりそそ 0.00000064 +ふりだし 0.00000009 +ふりはら 0.00000018 +ふりふり 0.00000009 +ふりほど 0.00000028 +ふりま 0.00000064 +ふりまわ 0.00000092 +ふりみだ 0.00000018 +ふりむ 0.00000064 +ふりわけ 0.00000018 +ふり上げ 0.00000009 +ふり向 0.00000028 +ふり捨て 0.00000009 +ふり返 0.00000009 +ふり飛ば 0.00000009 +ふる 0.00000339 +ふるい 0.00000037 +ふるいおこ 0.00000009 +ふるいわけ 0.00000009 +ふるえ 0.00000559 +ふるえあが 0.00000037 +ふるさと 0.00000229 +ふるふる 0.00000009 +ふるま 0.00000578 +ふるまい 0.00000394 +ふるまえ 0.00000037 +ふる舞い 0.00000009 +ふれ 0.00000504 +ふれあ 0.00000046 +ふれあい 0.00000092 +ふれこみ 0.00000009 +ふれまわ 0.00000009 +ふれ合 0.00000009 +ふれ合い 0.00000009 +ふろ 0.00000147 +ふろく 0.00000128 +ふわっ 0.00000037 +ふわふわ 0.00000073 +ふわり 0.00000037 +ふわりっ 0.00000009 +ふん 0.00000348 +ふんぎり 0.00000009 +ふんじば 0.00000009 +ふんずけ 0.00000009 +ふんぞり 0.00000018 +ふんぞり返 0.00000028 +ふんだくり 0.00000009 +ふんだん 0.00000312 +ふんっ 0.00000009 +ふんづけ 0.00000009 +ふんど 0.00000009 +ふんどし 0.00000128 +ふんば 0.00000018 +ふんふん 0.00000028 +ふんわり 0.00000055 +ふー 0.00000009 +ふーっと 0.00000009 +ふーむ 0.00000028 +ふーん 0.00000101 +ふ化 0.00000009 +ふ頭 0.00000009 +ぶ 0.00027162 +ぶえ 0.00000018 +ぶか 0.00000156 +ぶかい 0.00000009 +ぶかぶか 0.00000018 +ぶきっちょ 0.00000028 +ぶきよう 0.00000018 +ぶくぶく 0.00000018 +ぶくろ 0.00000064 +ぶさた 0.00000018 +ぶざま 0.00000046 +ぶしつけ 0.00000046 +ぶじ 0.00000037 +ぶじょく 0.00000009 +ぶそ 0.00000009 +ぶた 0.00000532 +ぶため 0.00000009 +ぶち 0.00000119 +ぶちあた 0.00000055 +ぶちこ 0.00000018 +ぶちこわ 0.00000028 +ぶちこわし 0.00000009 +ぶちぬ 0.00000009 +ぶちのめす 0.00000009 +ぶちのめせ 0.00000018 +ぶちまけ 0.00000193 +ぶちん 0.00000009 +ぶち壊 0.00000064 +ぶち壊し 0.00000009 +ぶち当た 0.00000009 +ぶち抜 0.00000009 +ぶち破 0.00000018 +ぶち込 0.00000028 +ぶっ 0.00000018 +ぶっかけ 0.00000018 +ぶっきらぼう 0.00000101 +ぶっけん 0.00000009 +ぶっちゃけ 0.00000009 +ぶっちょう 0.00000009 +ぶっつけ 0.00000037 +ぶっと 0.00000018 +ぶっ倒 0.00000009 +ぶっ倒れ 0.00000037 +ぶっ壊 0.00000028 +ぶっ掛け 0.00000018 +ぶっ殺 0.00000055 +ぶっ飛ば 0.00000046 +ぶつ 0.00000037 +ぶつか 0.00001559 +ぶつかり 0.00000018 +ぶつかりあ 0.00000092 +ぶつかり合 0.00000183 +ぶつかり合い 0.00000046 +ぶつくさ 0.00000037 +ぶつけ 0.00000715 +ぶつけあ 0.00000009 +ぶつけ合 0.00000037 +ぶつぶつ 0.00000257 +ぶつもり 0.00000018 +ぶと 0.00000009 +ぶとう 0.00000083 +ぶとん 0.00000055 +ぶどう 0.00000431 +ぶぶ 0.00000009 +ぶよ 0.00000018 +ぶよぶ 0.00000009 +ぶよぶよ 0.00000018 +ぶら 0.00000018 +ぶらさが 0.00000147 +ぶらさげ 0.00000064 +ぶらっと 0.00000009 +ぶらつ 0.00000101 +ぶらぶら 0.00000275 +ぶらりと 0.00000018 +ぶらり立ち寄 0.00000009 +ぶら下 0.00000018 +ぶら下が 0.00000385 +ぶら下がり 0.00000028 +ぶら下げ 0.00000266 +ぶり 0.00006190 +ぶりき 0.00000009 +ぶりけ 0.00000009 +ぶりっ子 0.00000009 +ぶり返 0.00000028 +ぶる 0.00000009 +ぶるい 0.00000037 +ぶるいした 0.00000009 +ぶるっ 0.00000009 +ぶるぶる 0.00000138 +ぶん 0.00000303 +ぶんかつて 0.00000009 +ぶんど 0.00000028 +ぶんなぐ 0.00000009 +ぶんなぐれ 0.00000009 +ぶんぶん 0.00000018 +ぶん殴 0.00000018 +ぶーん 0.00000009 +ぷいと 0.00000009 +ぷうっと 0.00000018 +ぷかぷか 0.00000046 +ぷた 0.00000064 +ぷっ 0.00000018 +ぷっつり 0.00000018 +ぷっと 0.00000009 +ぷっぷっと 0.00000009 +ぷつん 0.00000009 +ぷりぷり 0.00000028 +ぷるん 0.00000009 +ぷん 0.00000037 +ぷんとくさい 0.00000009 +ぷんぷん 0.00000028 +へ 0.00105017 +へい 0.00000009 +へいき 0.00000018 +へいへい 0.00000018 +へいら 0.00000028 +へいらっしゃ 0.00000009 +へいわ 0.00000009 +へぇ 0.00000073 +へぇー 0.00000037 +へえ 0.00000569 +へえぇ 0.00000009 +へえー 0.00000046 +へお 0.00000009 +へき 0.00000046 +へきれき 0.00000009 +へき地 0.00000009 +へこ 0.00000083 +へこたれ 0.00000037 +へこみ 0.00000046 +へこんじゃ 0.00000028 +へさき 0.00000083 +へし合 0.00000018 +へし合い 0.00000018 +へそ 0.00000092 +へそくり 0.00000046 +へそに 0.00000009 +へその 0.00000009 +へそ出し 0.00000009 +へた 0.00000183 +へたくそ 0.00000028 +へたっぴ 0.00000009 +へたり 0.00000009 +へたりこ 0.00000009 +へたり込 0.00000009 +へたれ 0.00000009 +へだたり 0.00000018 +へっ 0.00000009 +へっちゃら 0.00000018 +へっぽ 0.00000009 +へつら 0.00000110 +へつらう 0.00000009 +へとへと 0.00000183 +へど 0.00000028 +へどうぞ 0.00000018 +へなへな 0.00000009 +へば 0.00000009 +へばりつ 0.00000018 +へび 0.00000055 +へへ 0.00000018 +へへえ 0.00000009 +へべれけ 0.00000018 +へま 0.00000202 +へや 0.00000321 +へら 0.00000046 +へらへら 0.00000009 +へり 0.00000110 +へりくだ 0.00000183 +へりくだっ 0.00000055 +へりくだり 0.00000046 +へりくだれ 0.00000009 +へりくつ 0.00000009 +へるもん 0.00000009 +へん 0.00000752 +へんじ 0.00000028 +へんじゃ 0.00000009 +へんてこ 0.00000055 +へんてこりんな 0.00000028 +へんとう 0.00000073 +へティ 0.00000009 +へー 0.00000055 +へーえ 0.00000018 +へーん 0.00000009 +へースタイル 0.00000009 +へーゼルナッツ 0.00000018 +へ戻 0.00000009 +べ 0.00042531 +べから 0.00000009 +べき 0.00000018 +べく 0.00000147 +べし 0.00000037 +べしゃんこ 0.00000009 +べそ 0.00000037 +べそべ 0.00000009 +べた 0.00000009 +べたつき 0.00000009 +べちゃくちゃ 0.00000028 +べっ 0.00000009 +べっこう 0.00000009 +べったり 0.00000009 +べっとう 0.00000037 +べっぴん 0.00000009 +べつ 0.00000257 +べつだん 0.00000018 +べつべつ 0.00000009 +べとべと 0.00000046 +べや 0.00000037 +べらぼう 0.00000046 +べらんめえ 0.00000009 +べる 0.00000009 +べれ 0.00000009 +べろべろ 0.00000018 +べろべろばー 0.00000018 +べん 0.00000018 +べんちゃら 0.00000009 +べんとう 0.00000009 +べラ取 0.00000009 +べントレー 0.00000009 +ぺ 0.00000092 +ぺこ 0.00000009 +ぺこの 0.00000009 +ぺこぺこ 0.00000064 +ぺしゃんこ 0.00000055 +ぺたんと 0.00000028 +ぺちゃくちゃ 0.00000046 +ぺちゃぺちゃ 0.00000009 +ぺったり 0.00000009 +ぺっと 0.00000009 +ぺてん 0.00000009 +ぺらぺら 0.00000018 +ぺん 0.00000147 +ぺスト 0.00000009 +ぺテルブルグ 0.00000009 +ぺヤング 0.00000009 +ぺリニヨン 0.00000009 +ぺージ 0.00000009 +ぺーパー 0.00000009 +ほ 0.00000403 +ほいほい 0.00000009 +ほぅ 0.00000009 +ほう 0.00005264 +ほうき 0.00000037 +ほうけ 0.00000009 +ほうじ 0.00000018 +ほうだい 0.00000009 +ほうび 0.00000037 +ほうふつ 0.00000009 +ほうへ 0.00000009 +ほうほう 0.00000028 +ほうぼう 0.00000037 +ほうまで 0.00000009 +ほうも 0.00000055 +ほうり 0.00000009 +ほうりあげ 0.00000009 +ほうりだ 0.00000037 +ほうりつ 0.00000018 +ほうりなげ 0.00000018 +ほうり出 0.00000018 +ほうり投げ 0.00000028 +ほうり込 0.00000028 +ほうれ 0.00000009 +ほうれん 0.00000018 +ほうろう 0.00000037 +ほえ 0.00000431 +ほえかか 0.00000018 +ほえ立て 0.00000009 +ほお 0.00000238 +ほおかむり 0.00000009 +ほおずり 0.00000028 +ほおづ 0.00000009 +ほおづえ 0.00000009 +ほおづけ 0.00000009 +ほおと 0.00000009 +ほおば 0.00000037 +ほおひげ 0.00000037 +ほおり 0.00000009 +ほか 0.00034397 +ほがらか 0.00000009 +ほくそえ 0.00000018 +ほくそ笑 0.00000083 +ほくほく 0.00000028 +ほくれ 0.00000009 +ほくろ 0.00000028 +ほぐ 0.00000183 +ほぐし 0.00000009 +ほぐす 0.00000037 +ほぐれ 0.00000046 +ほこ 0.00000064 +ほこら 0.00000009 +ほこらし 0.00000046 +ほこり 0.00000706 +ほこりり 0.00000009 +ほころ 0.00000028 +ほころび 0.00000009 +ほご 0.00000009 +ほさめ 0.00000028 +ほざ 0.00000009 +ほし 0.00014764 +ほしいまま 0.00000037 +ほしが 0.00000037 +ほしぶどう 0.00000009 +ほしょう 0.00000009 +ほしー 0.00000009 +ほじ 0.00000028 +ほじくりだ 0.00000009 +ほじくり返 0.00000009 +ほじくる 0.00000046 +ほそ 0.00000009 +ほそっこ 0.00000009 +ほそなが 0.00000009 +ほそぼそ 0.00000009 +ほたて 0.00000028 +ほたてかえ 0.00000009 +ほたる 0.00000009 +ほだ 0.00000037 +ほっ 0.00000028 +ほっこり 0.00000009 +ほっそり 0.00000211 +ほった 0.00000018 +ほったて 0.00000018 +ほったら 0.00000037 +ほったらか 0.00000009 +ほったらかし 0.00000073 +ほっつ 0.00000018 +ほっつき回 0.00000009 +ほっと 0.00000330 +ほっぺ 0.00000037 +ほっぺた 0.00000119 +ほっぽり 0.00000009 +ほつれ 0.00000037 +ほて 0.00000009 +ほてい 0.00000009 +ほてっ 0.00000018 +ほてり 0.00000037 +ほてる 0.00000009 +ほと 0.00000083 +ほとばし 0.00000073 +ほとばしり 0.00000009 +ほとほと 0.00000046 +ほとぼり 0.00000009 +ほとり 0.00000266 +ほとん 0.00000055 +ほとんど 0.00032463 +ほど 0.00050427 +ほどう 0.00000009 +ほどき 0.00000046 +ほどこ 0.00000183 +ほどこし 0.00000018 +ほどこってり 0.00000009 +ほどな 0.00000028 +ほどほど 0.00000202 +ほどよ 0.00000073 +ほどんど 0.00000028 +ほど遠 0.00000028 +ほの 0.00000055 +ほのお 0.00000028 +ほのか 0.00000147 +ほのぼの 0.00000055 +ほのめ 0.00000009 +ほのめか 0.00000312 +ほのめかし 0.00000028 +ほのめかす 0.00000009 +ほのめかすか 0.00000009 +ほのめかそ 0.00000009 +ほのめく 0.00000009 +ほばしら 0.00000018 +ほほ 0.00000064 +ほほう 0.00000009 +ほほえ 0.00000266 +ほほえみ 0.00000092 +ほほえみかけ 0.00000046 +ほほ笑 0.00000972 +ほほ笑まし 0.00000037 +ほほ笑み 0.00000339 +ほほ肉 0.00000037 +ほぼ 0.00005144 +ほめ 0.00000284 +ほめことば 0.00000009 +ほめそや 0.00000018 +ほめちぎ 0.00000018 +ほめもの 0.00000009 +ほめら 0.00000009 +ほめ合 0.00000018 +ほめ言葉 0.00000009 +ほやほや 0.00000009 +ほら 0.00003283 +ほらき 0.00000009 +ほらっ 0.00000009 +ほらね 0.00000046 +ほらほら 0.00000009 +ほらまた 0.00000009 +ほらみろ 0.00000009 +ほら穴 0.00000055 +ほり 0.00000055 +ほりおこ 0.00000009 +ほりかえ 0.00000009 +ほりたん 0.00000009 +ほりゃ 0.00000009 +ほり返 0.00000009 +ほれ 0.00000229 +ほれこ 0.00000018 +ほれぼれ 0.00000018 +ほれ込 0.00000165 +ほろ 0.00000037 +ほろっと 0.00000009 +ほろつき 0.00000009 +ほろぼ 0.00000018 +ほろよ 0.00000018 +ほろろ 0.00000009 +ほろ苦 0.00000028 +ほろ酔い 0.00000028 +ほん 0.00000633 +ほんご 0.00000009 +ほんっと 0.00000046 +ほんっとう 0.00000037 +ほんと 0.00001275 +ほんとう 0.00000569 +ほんとー 0.00000009 +ほんど 0.00000018 +ほんの 0.00003870 +ほんのり 0.00000037 +ほんのりいい 0.00000009 +ほんほ 0.00000009 +ほんま 0.00000018 +ほんもの 0.00000092 +ほんら 0.00000009 +ほーら 0.00000018 +ほ乳 0.00000092 +ぼ 0.00001091 +ぼう 0.00000119 +ぼうけん 0.00000009 +ぼうし 0.00000037 +ぼうず 0.00000083 +ぼうぜん 0.00000156 +ぼうちょう 0.00000009 +ぼうっと 0.00000092 +ぼうと 0.00000018 +ぼうに 0.00000009 +ぼうぼう 0.00000028 +ぼうや 0.00000183 +ぼう然 0.00000009 +ぼか 0.00000046 +ぼかし 0.00000028 +ぼかすかなぐ 0.00000009 +ぼく 0.00008583 +ぼくだ 0.00000018 +ぼくち 0.00000009 +ぼくら 0.00000083 +ぼくらだ 0.00000009 +ぼけ 0.00000193 +ぼけが 0.00000009 +ぼけだ 0.00000009 +ぼけっと 0.00000009 +ぼけーっと 0.00000018 +ぼこぼこ 0.00000018 +ぼさぼさ 0.00000009 +ぼし 0.00000037 +ぼそ 0.00000018 +ぼそっと 0.00000009 +ぼたん 0.00000018 +ぼだいじゅ 0.00000009 +ぼちぼち 0.00000037 +ぼちゃぼ 0.00000009 +ぼっこ 0.00000009 +ぼったく 0.00000018 +ぼったくり 0.00000055 +ぼっち 0.00000009 +ぼつぼつ 0.00000009 +ぼや 0.00000037 +ぼやき 0.00000037 +ぼやけ 0.00000083 +ぼやぼや 0.00000037 +ぼら 0.00000009 +ぼれ 0.00000211 +ぼろ 0.00000165 +ぼろきれ 0.00000046 +ぼろくそ 0.00000009 +ぼろに 0.00000009 +ぼろぼろ 0.00000532 +ぼろもうけ 0.00000028 +ぼろ布 0.00000018 +ぼん 0.00000055 +ぼんくら 0.00000009 +ぼんくらども 0.00000009 +ぼんぼ 0.00000009 +ぼんぼこ 0.00000009 +ぼんぼり 0.00000009 +ぼんや 0.00000009 +ぼんやり 0.00000715 +ぽ 0.00000211 +ぽおっと 0.00000009 +ぽかぽか 0.00000018 +ぽかん 0.00000028 +ぽかんと 0.00000055 +ぽかーん 0.00000046 +ぽきと 0.00000009 +ぽた 0.00000018 +ぽたぽた 0.00000037 +ぽたりと 0.00000009 +ぽちゃぽちゃ 0.00000009 +ぽっかり 0.00000046 +ぽっきり 0.00000009 +ぽっち 0.00000037 +ぽっちゃり 0.00000055 +ぽっつり 0.00000009 +ぽっと 0.00000018 +ぽっぽと 0.00000009 +ぽつねん 0.00000009 +ぽつぽつ 0.00000037 +ぽつりと 0.00000009 +ぽつんと 0.00000028 +ぽど 0.00000101 +ぽん 0.00000046 +ぽんこつ 0.00000009 +ぽんと 0.00000028 +ぽんぽん 0.00000037 +ま 0.01335330 +まぁ 0.00000128 +まあ 0.00005548 +まあい 0.00000028 +まあそう 0.00000046 +まあそこ 0.00000009 +まあそれ 0.00000009 +まあたぶん 0.00000009 +まあつ 0.00000009 +まあと 0.00000064 +まあどう 0.00000018 +まあにんぎょう 0.00000009 +まあほか 0.00000009 +まあまあ 0.00000504 +まあまとも 0.00000009 +まあゆかい 0.00000009 +まい 0.00002247 +まいあが 0.00000028 +まいおり 0.00000009 +まいし 0.00000101 +まいそう 0.00000009 +まいた 0.00000055 +まいたけ 0.00000018 +まいど 0.00000028 +まいな 0.00000009 +まいに 0.00000009 +まいにち 0.00000018 +まいねん 0.00000009 +まいり 0.00000009 +まいれ 0.00000046 +まえ 0.00001174 +まえ足 0.00000009 +まか 0.00000092 +まかし 0.00000009 +まかせ 0.00000330 +まかせっきり 0.00000009 +まかな 0.00000147 +まかなえ 0.00000064 +まかり 0.00000101 +まかり通 0.00000037 +まが 0.00000073 +まがい 0.00000083 +まがいもの 0.00000009 +まがり 0.00000018 +まき 0.00000293 +まきあげ 0.00000009 +まきおこ 0.00000037 +まきこ 0.00000037 +まきその 0.00000009 +まきちら 0.00000018 +まきつけ 0.00000037 +まきの 0.00000018 +まきは 0.00000009 +まきもの 0.00000009 +まき上げ 0.00000009 +まき散ら 0.00000064 +まき込 0.00000009 +まぎら 0.00000009 +まぎれ 0.00000073 +まぎれこ 0.00000009 +まぎわ 0.00000018 +まく 0.00000367 +まくし 0.00000009 +まくしたて 0.00000018 +まくし立て 0.00000028 +まくら 0.00000073 +まくり 0.00000009 +まくりあげ 0.00000009 +まくり上げ 0.00000028 +まぐさ 0.00000018 +まぐれ 0.00000092 +まぐろ 0.00000055 +まぐわ 0.00000018 +まけ 0.00000229 +まけぐせ 0.00000009 +まけろ 0.00000009 +まげ 0.00000110 +まこと 0.00000238 +まことしやか 0.00000018 +まご 0.00000073 +まごい 0.00000018 +まごころ 0.00000018 +まごつ 0.00000110 +まごまご 0.00000046 +まさ 0.00000064 +まさか 0.00001678 +まさかい 0.00000009 +まさかっ 0.00000009 +まさかな 0.00000018 +まさし 0.00000009 +まさしく 0.00000532 +まさと 0.00000009 +まさに 0.00005585 +まさみ 0.00000018 +まさよし 0.00000037 +まさん 0.00000009 +まざ 0.00000009 +まざま 0.00000018 +まざまざ 0.00000055 +まざまざと 0.00000009 +まざら 0.00000009 +まし 0.00001880 +ましかも 0.00000009 +まして 0.00000559 +ましな 0.00000009 +まじ 0.00000321 +まじえ 0.00000064 +まじか 0.00000018 +まじき 0.00000009 +まじな 0.00000018 +まじない 0.00000018 +まじまじ 0.00000064 +まじめ 0.00000422 +まじめくさ 0.00000037 +まじめだ 0.00000009 +まじり 0.00000128 +まじりあ 0.00000009 +まじる 0.00000009 +まじわ 0.00000009 +ます 0.00000293 +ますます 0.00004759 +ますり 0.00000018 +まず 0.00016424 +まずし 0.00000046 +まずまず 0.00000119 +まぜ 0.00000128 +また 0.00077562 +またかけ 0.00000009 +またが 0.00000413 +またがり 0.00000009 +またぎ 0.00000009 +またぞろ 0.00000009 +またぞろばか 0.00000009 +またた 0.00000037 +またたか 0.00000009 +またたま 0.00000009 +まただ 0.00000009 +またま 0.00000018 +またまた 0.00000174 +またまたぁ 0.00000009 +またまたがり 0.00000009 +またまばたき 0.00000009 +またまばゆ 0.00000009 +またまわり 0.00000009 +またもや 0.00000018 +まだ 0.00025713 +まだけり 0.00000009 +まだまし 0.00000055 +まだまだ 0.00002054 +まだら 0.00000073 +まだれ 0.00000028 +まち 0.00000119 +まちうけ 0.00000009 +まちおこし 0.00000009 +まちかまえ 0.00000028 +まちが 0.00000394 +まちがい 0.00001110 +まちがえ 0.00000165 +まちがっと 0.00000018 +まちづくり 0.00000064 +まちどおし 0.00000009 +まちなみ 0.00000009 +まちぶせれ 0.00000009 +まちまち 0.00000128 +まちゅ 0.00000009 +まちわび 0.00000009 +まぢか 0.00000018 +まっ 0.00000293 +まっか 0.00000018 +まっくら 0.00000009 +まっくろ 0.00000009 +まっさお 0.00000018 +まっさかり 0.00000009 +まっさき 0.00000110 +まっさら 0.00000037 +まっしぐら 0.00000028 +まっしろ 0.00000037 +まっすぐ 0.00000945 +まった 0.00000009 +まったく 0.00004411 +まったくみじめ 0.00000009 +まっちま 0.00000009 +まっちゃ 0.00000083 +まっとう 0.00000220 +まっぴら 0.00000092 +まっ先 0.00000046 +まっ暗 0.00000009 +まっ白 0.00000046 +まっ赤 0.00000055 +まっ黒 0.00000028 +まつ 0.00000046 +まつい 0.00000018 +まつげ 0.00000092 +まつたけ 0.00000101 +まつり 0.00000339 +まつりあげ 0.00000009 +まつわ 0.00000486 +まつわりつ 0.00000018 +まつわる 0.00000037 +まつ毛 0.00000018 +まで 0.00119625 +まと 0.00000743 +まとう 0.00000009 +まとえ 0.00000009 +まとま 0.00000559 +まとまり 0.00000092 +まとまる 0.00000009 +まとめ 0.00002439 +まとめあげ 0.00000009 +まとめれ 0.00000018 +まとめ上げ 0.00000046 +まとめ役 0.00000046 +まとめ買い 0.00000018 +まとも 0.00000880 +まとわりつ 0.00000073 +まとわり付 0.00000009 +まど 0.00000028 +まどか 0.00000083 +まどろ 0.00000046 +まどろみ 0.00000018 +まどろみかけ 0.00000009 +まどろん 0.00000009 +まどわ 0.00000018 +まな 0.00000101 +まながつお 0.00000009 +まなく 0.00000009 +まなこ 0.00000009 +まなざし 0.00000339 +まなび 0.00000009 +まに 0.00000009 +まにあ 0.00000037 +まぬ 0.00000009 +まぬかれ 0.00000018 +まぬけ 0.00000101 +まぬけど 0.00000009 +まね 0.00002100 +まねき 0.00000018 +まねたが 0.00000009 +まのあたり 0.00000018 +まばたき 0.00000138 +まばゆ 0.00000101 +まばゆい 0.00000101 +まばら 0.00000110 +まばらな 0.00000028 +まひ 0.00000394 +まひが 0.00000009 +まひや 0.00000009 +まびさし 0.00000009 +まぶ 0.00000046 +まぶさ 0.00000009 +まぶし 0.00000312 +まぶしつけ 0.00000009 +まぶす 0.00000046 +まぶた 0.00000165 +まほう 0.00000009 +まほろば 0.00000009 +まま 0.00018368 +ままご 0.00000028 +ままごと 0.00000018 +ままで 0.00000138 +ままぶら下が 0.00000009 +ままむすめ 0.00000018 +まみむ 0.00000018 +まみれ 0.00000413 +まみれど 0.00000009 +まむし 0.00000009 +まめ 0.00000073 +まも 0.00000083 +まやかし 0.00000055 +まゆ 0.00000064 +まゆげ 0.00000009 +まゆつば 0.00000009 +まゆみ 0.00000119 +まゆ毛 0.00000009 +まよ 0.00000018 +まよわ 0.00000009 +まり 0.00000156 +まりこ 0.00000018 +まりな 0.00000009 +まりん 0.00000018 +まる 0.00000514 +まるかじり 0.00000009 +まるきり 0.00000009 +まるく 0.00000009 +まるこ 0.00000009 +まるこの 0.00000009 +まるごと 0.00000009 +まるたんび 0.00000009 +まるだし 0.00000009 +まるっき 0.00000018 +まるっきり 0.00000211 +まるで 0.00008262 +まるはだか 0.00000009 +まるまる 0.00000101 +まるみ 0.00000009 +まるめ 0.00000037 +まるめて 0.00000009 +まるーく 0.00000009 +まれ 0.00001155 +まろやか 0.00000110 +まわ 0.00001862 +まわし 0.00000248 +まわり 0.00001880 +まわりこ 0.00000009 +まわりまわ 0.00000009 +まん 0.00000642 +まんが 0.00000083 +まんざら 0.00000018 +まんじ 0.00000018 +まんじゅう 0.00000018 +まんじり 0.00000037 +まんじりと 0.00000009 +まんなか 0.00000119 +まんべん 0.00000028 +まんま 0.00000110 +まんまえ 0.00000009 +まんまと 0.00000064 +まんまよ 0.00000009 +まんまる 0.00000028 +まんまん 0.00000009 +まん中 0.00000064 +まん幕 0.00000009 +まん延 0.00000477 +まァ 0.00000009 +まー 0.00000009 +まーあのー 0.00000009 +み 0.00079753 +みあ 0.00000018 +みあい 0.00000009 +みあげ 0.00000028 +みあた 0.00000028 +みあやま 0.00000009 +みあわせ 0.00000009 +みぃ 0.00000009 +みぃぃごとぉ 0.00000009 +みいだ 0.00000009 +みうけ 0.00000009 +みうごき 0.00000009 +みえ 0.00001119 +みえみえ 0.00000018 +みおく 0.00000009 +みおろ 0.00000009 +みか 0.00000018 +みかえ 0.00000028 +みかけ 0.00000220 +みかん 0.00000009 +みが 0.00000064 +みがきあげ 0.00000009 +みがくは 0.00000009 +みがら 0.00000009 +みき 0.00000064 +みきわめ 0.00000009 +みくじ 0.00000110 +みくび 0.00000028 +みくびる 0.00000009 +みこ 0.00000193 +みこし 0.00000046 +みこたち 0.00000009 +みこと 0.00000009 +みこみ 0.00000009 +みごと 0.00000202 +みさ 0.00000009 +みさえ 0.00000009 +みさき 0.00000009 +みしみし 0.00000009 +みじか 0.00000083 +みじめ 0.00000165 +みじん 0.00000303 +みす 0.00000018 +みすえ 0.00000009 +みすがすがし 0.00000009 +みすご 0.00000018 +みすすめ 0.00000009 +みすず 0.00000064 +みすずの 0.00000018 +みすぼらし 0.00000358 +みすぼらしく 0.00000009 +みすみす 0.00000037 +みず 0.00000073 +みずうみ 0.00000018 +みずかめ 0.00000009 +みずから 0.00000229 +みずき 0.00000128 +みずし 0.00000009 +みずな 0.00000028 +みずほ 0.00000064 +みずぼら 0.00000009 +みずみずし 0.00000220 +みずら 0.00000009 +みせ 0.00001678 +みせかけ 0.00000018 +みせびらか 0.00000009 +みそ 0.00001843 +みそか 0.00000229 +みそぎ 0.00000009 +みその 0.00000064 +みそめ 0.00000009 +みぞ 0.00000046 +みぞおち 0.00000037 +みぞの 0.00000009 +みた 0.00000413 +みたい 0.00012719 +みたいね 0.00000009 +みたく 0.00000009 +みたま 0.00000009 +みだ 0.00000018 +みだら 0.00000174 +みだり 0.00000018 +みだれ 0.00000055 +みち 0.00000248 +みちぎ 0.00000009 +みちこ 0.00000083 +みちざ 0.00000009 +みちざね 0.00000009 +みちの 0.00000055 +みちび 0.00000018 +みちびき 0.00000055 +みちみち 0.00000009 +みっ 0.00000018 +みっちり 0.00000055 +みっとも 0.00000009 +みっともな 0.00000165 +みつ 0.00000293 +みつか 0.00000165 +みつくろ 0.00000009 +みつけ 0.00000679 +みつつ 0.00000009 +みつば 0.00000028 +みつばち 0.00000009 +みつまた 0.00000009 +みつめ 0.00000183 +みつめ直 0.00000018 +みづ 0.00000009 +みとお 0.00000009 +みとめ 0.00000037 +みとれ 0.00000009 +みどころ 0.00000009 +みどり 0.00000312 +みな 0.00005997 +みなおしまい 0.00000009 +みなおびえ 0.00000009 +みなぎ 0.00000083 +みなごろし 0.00000009 +みなし 0.00000018 +みなせ 0.00000009 +みなまで 0.00000009 +みなみ 0.00000009 +みなみまぐろ 0.00000009 +みに 0.00000009 +みにく 0.00000119 +みにくさ 0.00000009 +みにくさの 0.00000009 +みぬ 0.00000009 +みの 0.00000073 +みは 0.00000028 +みはから 0.00000028 +みはり 0.00000009 +みはれ 0.00000009 +みぶり 0.00000009 +みぶるい 0.00000037 +みほぐ 0.00000009 +みま 0.00000037 +みまい 0.00000018 +みまが 0.00000009 +みまわ 0.00000064 +みみっち 0.00000018 +みもの 0.00000009 +みやぎ 0.00000009 +みやげ 0.00000660 +みやげ物 0.00000018 +みやげ物屋 0.00000018 +みやげ物店 0.00000009 +みやこ 0.00000055 +みやこの 0.00000009 +みゆ 0.00000009 +みゆき 0.00000238 +みょう 0.00000018 +みょうが 0.00000018 +みらい 0.00000018 +みりん 0.00000092 +みるみる 0.00000092 +みれ 0.00000028 +みろ 0.00000312 +みわけ 0.00000009 +みわた 0.00000037 +みわたせ 0.00000009 +みん 0.00000018 +みんあが 0.00000009 +みんな 0.00020908 +みんなあー 0.00000009 +みんない 0.00000009 +みんなお 0.00000018 +みんなおい 0.00000018 +みんなか 0.00000009 +みんなかご 0.00000018 +みんなかつて 0.00000009 +みんなが丘 0.00000009 +みんなつぐみ 0.00000009 +みんなつけ 0.00000009 +みんなど 0.00000009 +みんなどこ 0.00000046 +みんなどれ 0.00000009 +みんなどんぐり 0.00000009 +みんなどんな 0.00000009 +みんなに 0.00000018 +みんなのり 0.00000009 +みー 0.00000009 +みーん 0.00000018 +み上げ 0.00000018 +み下 0.00000009 +み出 0.00000037 +み去 0.00000028 +み取り出 0.00000009 +み手 0.00000009 +み捨て 0.00000018 +み方 0.00000018 +み歩 0.00000009 +み消 0.00000018 +み物 0.00000009 +み着 0.00000018 +み袋 0.00000037 +み食い 0.00000018 +む 0.00059157 +むか 0.00000569 +むかいあ 0.00000009 +むかえ 0.00000110 +むかし 0.00000303 +むかつ 0.00000248 +むかつきだ 0.00000009 +むかむか 0.00000046 +むかむかし 0.00000018 +むき 0.00000128 +むきだ 0.00000009 +むきだし 0.00000138 +むきなお 0.00000009 +むきもの 0.00000009 +むき出 0.00000009 +むき出し 0.00000183 +むぎ 0.00000018 +むぎわら 0.00000009 +むく 0.00000193 +むくどり 0.00000009 +むくみ 0.00000037 +むくみさえ 0.00000009 +むくみや 0.00000009 +むくむく 0.00000018 +むくろ 0.00000009 +むけ 0.00000339 +むげ 0.00000009 +むこ 0.00000046 +むこう 0.00000284 +むこうがわ 0.00000028 +むこう側 0.00000037 +むご 0.00000055 +むごく 0.00000009 +むごたらし 0.00000046 +むさくるし 0.00000037 +むさぼ 0.00000009 +むさぼり 0.00000037 +むさぼり読 0.00000009 +むさぼり食 0.00000028 +むさぼろ 0.00000009 +むざむざと 0.00000009 +むし 0.00000110 +むしか 0.00000009 +むしけら 0.00000009 +むしざけ 0.00000009 +むしば 0.00000101 +むしむし 0.00000018 +むしゃくしゃ 0.00000018 +むしゃぶ 0.00000009 +むしゃむしゃ 0.00000037 +むしりと 0.00000009 +むしり取 0.00000018 +むしろ 0.00002999 +むす 0.00000028 +むすび 0.00000037 +むすびつ 0.00000018 +むすびつけ 0.00000018 +むすめ 0.00000477 +むずか 0.00000009 +むずかし 0.00000697 +むずむず 0.00000009 +むせ 0.00000110 +むせかえ 0.00000018 +むせび 0.00000046 +むだ 0.00000238 +むち 0.00000092 +むちゃ 0.00000046 +むちゃくちゃ 0.00000073 +むちゅう 0.00000037 +むち打ち 0.00000009 +むっくり 0.00000009 +むっつり 0.00000055 +むっと 0.00000073 +むっとくさい 0.00000009 +むつ 0.00000037 +むつかし 0.00000046 +むつまじ 0.00000046 +むつみ 0.00000009 +むつら 0.00000037 +むな 0.00000037 +むなし 0.00000293 +むにゃむにゃ 0.00000028 +むね 0.00000037 +むむ 0.00000009 +むやみ 0.00000128 +むら 0.00000110 +むらが 0.00000046 +むらがりあ 0.00000009 +むらく 0.00000009 +むらさき 0.00000055 +むら気 0.00000009 +むり 0.00000073 +むりやり 0.00000092 +むれ 0.00000055 +むろ 0.00000009 +むろん 0.00000266 +むん 0.00000018 +むんず 0.00000009 +むんむ 0.00000009 +め 0.00004888 +めあて 0.00000009 +めあわせ 0.00000009 +めい 0.00000312 +めいあい 0.00000009 +めいじ 0.00000009 +めいっ 0.00000018 +めいめい 0.00000110 +めいる 0.00000009 +めい想 0.00000229 +めぇ 0.00000009 +めえ 0.00000009 +めおと 0.00000009 +めか 0.00000073 +めかし 0.00000055 +めかし込 0.00000064 +めがけ 0.00000275 +めがね 0.00000138 +めがねごし 0.00000009 +めきめき 0.00000037 +めく 0.00000220 +めくばせ 0.00000009 +めくら 0.00000293 +めくり 0.00000009 +めくる 0.00000028 +めくれ 0.00000018 +めくれ上が 0.00000009 +めぐ 0.00002577 +めぐまれ 0.00000046 +めぐみ 0.00000825 +めぐら 0.00000064 +めぐらす 0.00000009 +めぐり 0.00000119 +めぐりあ 0.00000037 +めぐりあえ 0.00000009 +めぐりあわせ 0.00000009 +めぐり会 0.00000018 +めぐり会え 0.00000018 +めげ 0.00000073 +めこ 0.00000018 +めざ 0.00000312 +めざと 0.00000018 +めざまし 0.00000037 +めし 0.00000110 +めしつかい 0.00000009 +めじか 0.00000009 +めす 0.00000018 +めずらし 0.00000376 +めそめそ 0.00000028 +めだ 0.00000009 +めだい 0.00000018 +めだか 0.00000009 +めちゃ 0.00000018 +めちゃいけ 0.00000018 +めちゃくちゃ 0.00000541 +めちゃめちゃ 0.00000110 +めっき 0.00000064 +めっきり 0.00000028 +めっぐ 0.00000009 +めっけ 0.00000018 +めっそう 0.00000018 +めった 0.00001807 +めっちゃ 0.00000018 +めっぽう 0.00000018 +めで 0.00000055 +めでた 0.00000303 +めでと 0.00000844 +めと 0.00000046 +めど 0.00000092 +めばえ 0.00000009 +めぼし 0.00000018 +めまい 0.00000092 +めまぐるし 0.00000046 +めめし 0.00000018 +めも 0.00000009 +めもの 0.00000009 +めら 0.00000018 +めらか 0.00000009 +めらめら 0.00000046 +めりこ 0.00000009 +めりはり 0.00000018 +めり込 0.00000403 +めり込め 0.00000009 +めろ 0.00000009 +めん 0.00000541 +めんくら 0.00000009 +めんたい 0.00000009 +めんつゆ 0.00000018 +めんと 0.00000009 +めんど 0.00000064 +めんどう 0.00000064 +めんどり 0.00000147 +めんま 0.00000009 +めーっ 0.00000009 +め息 0.00000018 +め込 0.00000018 +も 0.00891978 +もあれ 0.00000009 +もい 0.00000009 +もう 0.00052032 +もうあけ 0.00000009 +もうあそこ 0.00000009 +もういく 0.00000018 +もうか 0.00000394 +もうかっ 0.00000018 +もうかま 0.00000009 +もうかり 0.00000009 +もうかる 0.00000018 +もうぐるり 0.00000009 +もうけ 0.00001522 +もうご 0.00000018 +もうさ 0.00000009 +もうしあげ 0.00000009 +もうしわ 0.00000009 +もうしわけ 0.00000028 +もうしわた 0.00000009 +もうすでに 0.00000009 +もうぜったい 0.00000009 +もうそ 0.00000009 +もうそう 0.00000009 +もうぞう 0.00000009 +もうだいぶ 0.00000009 +もうち 0.00000018 +もうで 0.00000028 +もうとう 0.00000009 +もうどう 0.00000073 +もうばか 0.00000018 +もうぼく 0.00000009 +もうめき 0.00000009 +もうもう 0.00000037 +もうれつ 0.00000028 +もうろう 0.00000046 +もうろく 0.00000018 +もうわし 0.00000009 +もえ 0.00000073 +もえあが 0.00000018 +もえうつ 0.00000018 +もえぎ 0.00000009 +もえくぼ 0.00000018 +もえさか 0.00000009 +もえさし 0.00000009 +もえ出 0.00000009 +もぉ 0.00000009 +もかかわ 0.00000009 +もが 0.00000138 +もがき苦し 0.00000028 +もがく 0.00000028 +もぎ 0.00000046 +もぎたて 0.00000018 +もぎと 0.00000028 +もぎ取 0.00000028 +もくず 0.00000018 +もくったく 0.00000009 +もくもく 0.00000101 +もくよくよ 0.00000009 +もくろ 0.00000064 +もくろみ 0.00000064 +もくろん 0.00000018 +もぐ 0.00000046 +もぐさ 0.00000018 +もぐもぐ 0.00000037 +もぐりこ 0.00000147 +もぐり込 0.00000018 +もぐる 0.00000009 +もげ 0.00000009 +もごも 0.00000009 +もごもごと 0.00000009 +もし 0.00025539 +もしお 0.00000018 +もしおれ 0.00000018 +もしお前 0.00000009 +もしか 0.00000009 +もしくじ 0.00000009 +もしくは 0.00001385 +もしご 0.00000009 +もしず 0.00000018 +もしそう 0.00000018 +もしどう 0.00000009 +もしば 0.00000009 +もしぼく 0.00000037 +もしまだ 0.00000009 +もしも 0.00000009 +もしもし 0.00000431 +もしわし 0.00000018 +もじ 0.00000101 +もじもじ 0.00000073 +もじゃもじゃ 0.00000055 +もじり 0.00000009 +もぞもぞ 0.00000009 +もた 0.00000028 +もたげ 0.00000092 +もたった 0.00000009 +もたつき 0.00000009 +もたもた 0.00000009 +もたら 0.00007639 +もたれ 0.00000385 +もだえ 0.00000046 +もだえ苦し 0.00000009 +もだじゃれ 0.00000009 +もだま 0.00000018 +もち 0.00000092 +もちあが 0.00000046 +もちあげ 0.00000083 +もちい 0.00000009 +もちかえり 0.00000009 +もちかけ 0.00000055 +もちきり 0.00000037 +もちこ 0.00000018 +もちこたえ 0.00000018 +もちさ 0.00000018 +もちだ 0.00000037 +もちなお 0.00000009 +もちぬし 0.00000018 +もちもちっと 0.00000009 +もちゃ 0.00000055 +もちや 0.00000009 +もちろん 0.00014755 +もちろんぼく 0.00000018 +もち上 0.00000009 +もち出 0.00000009 +もち合わせ 0.00000009 +もち歩 0.00000009 +もち直 0.00000009 +もち米 0.00000009 +もっ 0.00000009 +もっくり 0.00000073 +もっくん 0.00000009 +もっさり 0.00000009 +もっし 0.00000009 +もった 0.00000009 +もったい 0.00000752 +もったいぶ 0.00000101 +もっちり 0.00000009 +もっちろん 0.00000018 +もってのほか 0.00000046 +もっと 0.00027474 +もっとあ 0.00000009 +もっとかせ 0.00000009 +もっとくれ 0.00000009 +もっとけ 0.00000009 +もっとこってり 0.00000009 +もっとまし 0.00000092 +もっとむ 0.00000009 +もっとも 0.00005539 +もっともうけ 0.00000009 +もっともら 0.00000018 +もっとよ 0.00000028 +もっぱら 0.00000477 +もつ 0.00000037 +もつがい 0.00000009 +もつれ 0.00000165 +もつれあ 0.00000055 +もつれ合い 0.00000009 +もて 0.00000559 +もてあそ 0.00000138 +もてな 0.00000569 +もてなし 0.00000660 +もてはや 0.00000303 +もてもて 0.00000018 +もでる 0.00000037 +もと 0.00006401 +もとお 0.00000009 +もとがめ 0.00000009 +もとき 0.00000018 +もとく 0.00000009 +もとじ 0.00000009 +もとづ 0.00000174 +もとても 0.00000028 +もとど 0.00000009 +もとどおり 0.00000009 +もとどま 0.00000009 +もとな 0.00000009 +もとま 0.00000018 +もとめ 0.00000202 +もともと 0.00003631 +もとより 0.00000440 +もとろけ 0.00000009 +もど 0.00001412 +もどか 0.00000009 +もどかし 0.00000092 +もどき 0.00000009 +もどきどき 0.00000009 +もどけ 0.00000009 +もどこ 0.00000009 +もどし 0.00000009 +もどの 0.00000018 +もどり 0.00000018 +もどれ 0.00000101 +もどろ 0.00000009 +もな 0.00000055 +もなかなか 0.00000009 +もなし 0.00000037 +もぬけ 0.00000018 +もね 0.00000018 +もの 0.00159149 +ものう 0.00000028 +ものうい 0.00000009 +ものお 0.00000009 +ものおき 0.00000018 +ものがた 0.00000028 +ものがたり 0.00000009 +ものぐさ 0.00000009 +ものぐさな 0.00000009 +ものぐるい 0.00000009 +ものごころ 0.00000009 +ものごし 0.00000009 +ものごと 0.00000110 +ものしずか 0.00000018 +ものすご 0.00002641 +ものずき 0.00000009 +ものづくり 0.00000110 +ものほし 0.00000009 +ものまね 0.00000028 +ものめずらし 0.00000009 +ものものし 0.00000009 +ものる 0.00000018 +もの悲し 0.00000018 +もの欲し 0.00000009 +もの淋し 0.00000009 +もの珍し 0.00000009 +もの静か 0.00000009 +もはや 0.00002274 +もほほえ 0.00000009 +もほんの 0.00000018 +もぼく 0.00000018 +もまあ 0.00000018 +もみ 0.00000569 +もみあい 0.00000009 +もみあげ 0.00000009 +もみくちゃ 0.00000028 +もみじ 0.00000046 +もみだ 0.00000009 +もみ上げ 0.00000009 +もみ出 0.00000009 +もみ合 0.00000009 +もみ合い 0.00000028 +もみ殻 0.00000064 +もみ消 0.00000018 +もみ込 0.00000009 +もむし 0.00000009 +もめ 0.00000165 +もめごと 0.00000028 +もめて 0.00000028 +もめ事 0.00000211 +もも 0.00000055 +ももの 0.00000018 +ももひき 0.00000009 +もも肉 0.00000083 +もや 0.00000486 +もやし 0.00000037 +もやもや 0.00000018 +もやわたし 0.00000009 +もよう 0.00000138 +もよお 0.00000009 +もよおし 0.00000009 +もより 0.00000046 +もら 0.00027355 +もらい 0.00000064 +もらう 0.00000009 +もらえ 0.00011344 +もらえれ 0.00000330 +もらし 0.00000009 +もらた 0.00000009 +もらち 0.00000018 +もらっとく 0.00000009 +もり 0.00000174 +もりあが 0.00000018 +もりか 0.00000018 +もりもり 0.00000028 +もり上げ 0.00000009 +もれ 0.00000303 +もれだ 0.00000009 +もれ出 0.00000009 +もろ 0.00000385 +もろい 0.00000101 +もろく 0.00000018 +もろこし 0.00000018 +もろとも 0.00000037 +もろみ 0.00000028 +もろもろ 0.00000119 +もん 0.00003989 +もんか 0.00000009 +もんく 0.00000009 +もんさ 0.00000009 +もんじゃ 0.00000119 +もんじゅ 0.00000018 +もんた 0.00000083 +もんたなど 0.00000009 +もんだ 0.00000486 +もんだい 0.00000018 +もんだなー 0.00000009 +もんだり 0.00000009 +もんちゃく 0.00000028 +もんどり 0.00000009 +もんぶら下げ 0.00000009 +もんもん 0.00000009 +もー 0.00000092 +もーし 0.00000018 +もーっ 0.00000009 +も去 0.00000009 +も手 0.00000009 +も膜 0.00000009 +ゃ 0.00000459 +や 0.00292209 +やぁ 0.00000009 +やあ 0.00000541 +やあたいへん 0.00000009 +やあやあ 0.00000009 +やい 0.00000009 +やお 0.00000037 +やおい 0.00000018 +やおいと 0.00000009 +やおら 0.00000018 +やか 0.00000046 +やかまし 0.00000238 +やから 0.00000028 +やかん 0.00000119 +やが 0.00000229 +やがて 0.00004906 +やき 0.00000028 +やきそば 0.00000037 +やきつ 0.00000018 +やきとり 0.00000028 +やきにく 0.00000009 +やきめし 0.00000009 +やきもき 0.00000083 +やきもち 0.00000009 +やきもの 0.00000018 +やぎ 0.00000119 +やぎ座 0.00000385 +やく 0.00000147 +やくざ 0.00000403 +やくざま 0.00000009 +やくず 0.00000009 +やくそく 0.00000018 +やくちゃ 0.00000009 +やくめ 0.00000009 +やぐら 0.00000018 +やぐるま 0.00000009 +やけ 0.00000156 +やけくそ 0.00000009 +やけっぱち 0.00000028 +やけど 0.00000376 +やごみ 0.00000009 +やさし 0.00002724 +やさしく 0.00000009 +やさしず 0.00000009 +やし 0.00000028 +やしお 0.00000009 +やしき 0.00000083 +やしゃご 0.00000009 +やしわ 0.00000009 +やじ 0.00000037 +やじろう 0.00000009 +やじ馬根 0.00000009 +やす 0.00012627 +やすい 0.00000009 +やすぐ 0.00000018 +やすさ 0.00000009 +やすし 0.00000083 +やすす 0.00000009 +やすみ 0.00000101 +やすめ 0.00000028 +やすや 0.00000119 +やすら 0.00000009 +やすらぎ 0.00000083 +やすらげ 0.00000009 +やすり 0.00000009 +やせ 0.00000358 +やせこけ 0.00000009 +やせ細 0.00000009 +やたら 0.00000358 +やたわみ 0.00000009 +やだ 0.00000009 +やだー 0.00000018 +やっ 0.00000871 +やっか 0.00000018 +やっかい 0.00000110 +やっかいと 0.00000009 +やっき 0.00000028 +やっこ 0.00000055 +やっさ 0.00000009 +やったー 0.00000128 +やっだぁ 0.00000009 +やっだー 0.00000009 +やっち 0.00000018 +やっちま 0.00000009 +やっちゃ 0.00000037 +やっつけ 0.00000064 +やっつけろ 0.00000018 +やっと 0.00004273 +やっとこ 0.00000009 +やっとこさ 0.00000018 +やっぱ 0.00000037 +やっぱい 0.00000009 +やっぱり 0.00001972 +やつ 0.00008693 +やつぁ 0.00000009 +やつか 0.00000018 +やつが 0.00000064 +やつがわ 0.00000009 +やつば 0.00000009 +やつばら 0.00000009 +やつめ 0.00000046 +やつや 0.00000037 +やつら 0.00000083 +やつり 0.00000009 +やつる 0.00000009 +やつれ 0.00000174 +やと 0.00000055 +やとう 0.00000009 +やど 0.00000028 +やどる 0.00000009 +やどれ 0.00000009 +やなぎ 0.00000018 +やなこ 0.00000028 +やなせ 0.00000009 +やに 0.00000009 +やにや 0.00000009 +やね 0.00000009 +やのり 0.00000009 +やはり 0.00004154 +やば 0.00000009 +やばい 0.00000101 +やばいと 0.00000009 +やばっ 0.00000009 +やぶ 0.00000495 +やぶけ 0.00000009 +やぶさ 0.00000009 +やぶさか 0.00000009 +やぶれ 0.00000064 +やぶ蛇 0.00000009 +やべり 0.00000009 +やぼ 0.00000018 +やぼった 0.00000018 +やま 0.00000055 +やまし 0.00000073 +やまだ 0.00000028 +やまつり 0.00000009 +やまどり 0.00000009 +やまもも 0.00000009 +やまやま 0.00000046 +やまやまな 0.00000009 +やまりん 0.00000028 +やまわり 0.00000009 +やみ 0.00000101 +やみくも 0.00000119 +やむ 0.00000046 +やむな 0.00000128 +やめ 0.00009867 +やめざる 0.00000009 +やめちまえ 0.00000009 +やめと 0.00000009 +やめれ 0.00000101 +やめろ 0.00000523 +やめろっ 0.00000009 +やめんか 0.00000009 +やもめぐらし 0.00000009 +やや 0.00001064 +ややこし 0.00000275 +ややこしい 0.00000009 +ややまし 0.00000009 +やゆ 0.00000046 +やゆず 0.00000009 +やよい 0.00000009 +やら 0.00003008 +やらぁ 0.00000018 +やらか 0.00000018 +やらし 0.00000018 +やらせ 0.00000028 +やり 0.00000541 +やりあ 0.00000028 +やりかえ 0.00000009 +やりかけ 0.00000055 +やりがい 0.00000770 +やりくち 0.00000009 +やりくり 0.00000275 +やりこめ 0.00000009 +やりすご 0.00000018 +やりだ 0.00000009 +やりてぇ 0.00000009 +やりとげ 0.00000028 +やりとり 0.00001027 +やりな 0.00000009 +やりなお 0.00000028 +やりなおせ 0.00000009 +やりなす 0.00000009 +やりゃ 0.00000009 +やり取り 0.00000009 +やり口 0.00000046 +やり合 0.00000018 +やり手 0.00000083 +やり投げ 0.00000018 +やり残 0.00000046 +やり玉 0.00000018 +やり直 0.00000477 +やり直し 0.00000119 +やり直せ 0.00000028 +やり返 0.00000037 +やり遂げ 0.00000679 +やり遂げれ 0.00000009 +やる 0.00000046 +やるせ 0.00000009 +やるせなさ 0.00000009 +やる気 0.00001265 +やる気出 0.00000009 +やれ 0.00001330 +やれやれ 0.00000330 +やれれ 0.00000028 +やろ 0.00000028 +やわたし 0.00000009 +やわら 0.00000037 +やわらい 0.00000028 +やわらか 0.00000312 +やわらげ 0.00000083 +やん 0.00000101 +やんだん 0.00000009 +やんちゃ 0.00000037 +やんなる 0.00000009 +やんや 0.00000018 +やんわり 0.00000028 +やー 0.00000009 +や刀 0.00000009 +や味 0.00000009 +や悲しみ 0.00000037 +や父 0.00000009 +や肉 0.00000018 +や苦しみ 0.00000009 +ゆ 0.00002008 +ゆい 0.00000046 +ゆいか 0.00000009 +ゆいつけ 0.00000009 +ゆぅぅぅべ 0.00000018 +ゆう 0.00000037 +ゆううつ 0.00000064 +ゆうえん 0.00000009 +ゆうえんち 0.00000018 +ゆうかん 0.00000009 +ゆうき 0.00000073 +ゆうぎ 0.00000009 +ゆうこ 0.00000037 +ゆうざい 0.00000009 +ゆうちょ 0.00000018 +ゆうと 0.00000009 +ゆうに 0.00000018 +ゆうび 0.00000009 +ゆうべ 0.00000248 +ゆうゆう 0.00000064 +ゆうれい 0.00000009 +ゆえ 0.00001394 +ゆえん 0.00000101 +ゆか 0.00000092 +ゆかい 0.00000018 +ゆかし 0.00000028 +ゆかしく 0.00000009 +ゆかしさ 0.00000018 +ゆかり 0.00000339 +ゆが 0.00000174 +ゆがみ 0.00000037 +ゆがめ 0.00000028 +ゆき 0.00000128 +ゆきか 0.00000009 +ゆきずり 0.00000009 +ゆきづま 0.00000009 +ゆきゆき 0.00000009 +ゆきわた 0.00000009 +ゆき届 0.00000009 +ゆく 0.00000110 +ゆくえ 0.00000028 +ゆくゆく 0.00000156 +ゆけ 0.00000055 +ゆけれ 0.00000009 +ゆこう 0.00000018 +ゆさぶ 0.00000083 +ゆさゆさ 0.00000009 +ゆす 0.00000083 +ゆすい 0.00000009 +ゆすいだり 0.00000009 +ゆすぐ 0.00000009 +ゆすぶ 0.00000009 +ゆすり 0.00000037 +ゆず 0.00000119 +ゆずりわた 0.00000009 +ゆずれ 0.00000009 +ゆたか 0.00000046 +ゆだね 0.00000073 +ゆっく 0.00000009 +ゆっくり 0.00005062 +ゆっくりこい 0.00000009 +ゆっさゆっさと 0.00000009 +ゆったり 0.00001000 +ゆで 0.00000211 +ゆであが 0.00000009 +ゆで上が 0.00000018 +ゆで卵 0.00000064 +ゆで汁 0.00000009 +ゆとり 0.00000367 +ゆとろ 0.00000009 +ゆな 0.00000009 +ゆに 0.00000009 +ゆば 0.00000009 +ゆび 0.00000028 +ゆびぬき 0.00000009 +ゆまず 0.00000055 +ゆみ 0.00000028 +ゆみな 0.00000009 +ゆみ子 0.00000101 +ゆめ 0.00000028 +ゆめぞら 0.00000028 +ゆめみ 0.00000009 +ゆら 0.00000119 +ゆらい 0.00000028 +ゆらぎ 0.00000009 +ゆらめ 0.00000055 +ゆらめき 0.00000037 +ゆらゆ 0.00000009 +ゆらゆら 0.00000165 +ゆらりと 0.00000009 +ゆり 0.00000055 +ゆりいす 0.00000009 +ゆりうごか 0.00000009 +ゆりかご 0.00000138 +ゆりー 0.00000009 +ゆり上げ 0.00000009 +ゆる 0.00000495 +ゆるが 0.00000009 +ゆるぎな 0.00000009 +ゆるし 0.00000009 +ゆるま 0.00000009 +ゆるめ 0.00000147 +ゆるやか 0.00000073 +ゆれ 0.00000348 +ゆれど 0.00000009 +ゆわえ 0.00000055 +ゆわかし 0.00000009 +ゆー 0.00000009 +ゆーびな 0.00000009 +よ 0.00333558 +よい 0.00000128 +よいよ 0.00000046 +よぅ 0.00000055 +よう 0.00270375 +よういく 0.00000009 +ようかん 0.00000055 +ようが 0.00000009 +ようこ 0.00000018 +ようご 0.00000028 +ようし 0.00000009 +ようじ 0.00000037 +ようす 0.00000523 +ようすじゃ 0.00000009 +ようだ 0.00000009 +ようっと 0.00000009 +ようつく 0.00000009 +ような 0.00000009 +ように 0.00000009 +ようにく 0.00000009 +ようやく 0.00002439 +ようやくどう 0.00000009 +ようよう 0.00000028 +よぉ 0.00000055 +よお 0.00000138 +よおし 0.00000028 +よおっく 0.00000009 +よから 0.00000009 +よがり 0.00000009 +よき 0.00000073 +よきもの 0.00000009 +よぎ 0.00000220 +よぎり 0.00000009 +よく 0.00035553 +よくあた 0.00000009 +よくうそつ 0.00000009 +よくし 0.00000009 +よくそう 0.00000037 +よくぞ 0.00000037 +よくね 0.00000009 +よくば 0.00000009 +よくばり 0.00000009 +よくも 0.00000028 +よくもまあ 0.00000018 +よくよく 0.00000119 +よけ 0.00000358 +よけい 0.00000165 +よけいこく 0.00000009 +よけいわか 0.00000009 +よけりゃ 0.00000028 +よけれ 0.00000009 +よけろ 0.00000009 +よけ者 0.00000009 +よげん 0.00000009 +よげんし 0.00000009 +よこ 0.00000459 +よこぎ 0.00000055 +よこし 0.00000018 +よこしま 0.00000083 +よこす 0.00000018 +よこせ 0.00000037 +よこせと 0.00000009 +よこたえ 0.00000018 +よこたわ 0.00000028 +よこはま 0.00000009 +よご 0.00000009 +よごれ 0.00000064 +よごれくさ 0.00000009 +よさ 0.00000486 +よさこい 0.00000101 +よし 0.00001256 +よしあし 0.00000018 +よしっ 0.00000018 +よしと 0.00000009 +よしな 0.00000009 +よしの 0.00000009 +よしみ 0.00000064 +よしよし 0.00000009 +よじ 0.00000147 +よじれ 0.00000073 +よじ登 0.00000083 +よす 0.00000009 +よせ 0.00000422 +よせあつめ 0.00000009 +よせくる 0.00000009 +よせつけ 0.00000018 +よせよ 0.00000009 +よそ 0.00000963 +よそう 0.00000083 +よそお 0.00000037 +よそもの 0.00000037 +よそよそし 0.00000156 +よそれ 0.00000009 +よそ者 0.00000018 +よたよた 0.00000055 +よだ 0.00000055 +よだつ 0.00000073 +よだれ 0.00000138 +よち 0.00000009 +よちよち 0.00000092 +よっ 0.00000183 +よっく 0.00000018 +よっしゃー 0.00000009 +よっと 0.00000009 +よっぱら 0.00000046 +よっぽど 0.00000284 +よっぽどこ 0.00000009 +よつんばい 0.00000018 +よつ葉 0.00000009 +よど 0.00000018 +よどみ 0.00000055 +よどみな 0.00000009 +よどみや 0.00000009 +よどん 0.00000009 +よな 0.00000073 +よなー 0.00000009 +よね 0.00000092 +よび 0.00000028 +よびかけ 0.00000110 +よびだ 0.00000009 +よべ 0.00000018 +よほど 0.00000477 +よほどこ 0.00000009 +よぼう 0.00000009 +よぼよぼ 0.00000037 +よみ 0.00000009 +よみあげ 0.00000009 +よみうり 0.00000046 +よみが 0.00000009 +よみがえ 0.00000926 +よみがえり 0.00000018 +よみこ 0.00000009 +よみとれ 0.00000009 +よめ 0.00000055 +よめき 0.00000009 +よめきも 0.00000009 +よもぎ 0.00000009 +よもや 0.00000018 +よゆう 0.00000009 +よら 0.00000009 +より 0.00070537 +よりかか 0.00000037 +よりそ 0.00000009 +よりどころ 0.00000101 +よりどり 0.00000009 +よりよ 0.00000009 +より分け 0.00000009 +より前 0.00000009 +より取り 0.00000018 +より取り入れ 0.00000009 +より取り巻き 0.00000009 +より取り落と 0.00000009 +よる 0.00000046 +よれよれ 0.00000037 +よろ 0.00000073 +よろい 0.00000174 +よろいかぶと 0.00000018 +よろい戸 0.00000055 +よろけ込 0.00000009 +よろこ 0.00000229 +よろこび 0.00000147 +よろし 0.00002999 +よろしく 0.00002366 +よろしくたの 0.00000009 +よろしゅう 0.00000009 +よろしれ 0.00000009 +よろぼい歩 0.00000009 +よろめ 0.00000229 +よろめき 0.00000046 +よろめき歩 0.00000009 +よろよろ 0.00000183 +よわ 0.00000055 +よわし 0.00000037 +よんろ 0.00000018 +よォ 0.00000110 +よネ 0.00000018 +よー 0.00000569 +よーい 0.00000018 +よーく 0.00000037 +よーし 0.00000018 +よーん 0.00000018 +ら 0.00308761 +らぁ 0.00000009 +らい 0.00000055 +らいちょう 0.00000046 +らえ 0.00000009 +らか 0.00000009 +らかしこ 0.00000009 +らが 0.00000009 +らく 0.00000046 +らくご 0.00000009 +らくだ 0.00000018 +らくらく 0.00000018 +らし 0.00003274 +らしい 0.00000348 +らしき 0.00000009 +らしく 0.00000110 +らしさ 0.00000009 +らじゃ 0.00000009 +らず 0.00000238 +らずくり 0.00000009 +らせ 0.00000266 +らせいた 0.00000009 +らせいただ 0.00000073 +らせん 0.00000037 +らた 0.00000009 +らち 0.00000037 +らっきょ 0.00000018 +らっきょう 0.00000009 +らっしゃ 0.00000651 +らっせ 0.00000018 +らっぱ 0.00000018 +らな 0.00000009 +らぬ 0.00000028 +らば 0.00000009 +らへん 0.00000009 +らみ 0.00000009 +ららぽーと 0.00000018 +らる 0.00000018 +られ 0.00134445 +られあざ笑 0.00000009 +られえ 0.00000009 +られっか 0.00000009 +られれ 0.00000660 +られん 0.00000028 +られんと 0.00000009 +られんの 0.00000009 +らん 0.00000284 +らんかっ 0.00000009 +らんかん 0.00000009 +らんぞ 0.00000028 +らんと 0.00000009 +らんない 0.00000009 +らんなーい 0.00000009 +らんぼう 0.00000018 +らんまん 0.00000046 +らんらん 0.00000028 +り 0.00484664 +りあ 0.00000018 +りえ 0.00000156 +りお 0.00000009 +りおえ 0.00000009 +りか 0.00000055 +りかい 0.00000073 +りかか 0.00000018 +りかけ 0.00000018 +りかこ 0.00000009 +りかつ 0.00000018 +りかね 0.00000055 +りがた 0.00000046 +りがたみ 0.00000009 +りき 0.00000055 +りきり 0.00000009 +りきれん 0.00000009 +りくじ 0.00000009 +りくり 0.00000009 +りくる 0.00000018 +りくるり 0.00000009 +りくるりと 0.00000009 +りこ 0.00000055 +りこう 0.00000028 +りこめ 0.00000009 +りさ 0.00000018 +りさまよ 0.00000009 +りさらなる 0.00000009 +りざま 0.00000009 +りし 0.00000009 +りしょうゆ 0.00000009 +りしれ 0.00000009 +りす 0.00000037 +りすは 0.00000009 +りそ 0.00000018 +りそう 0.00000009 +りそな 0.00000046 +りた 0.00000018 +りたお 0.00000009 +りだ 0.00000028 +りだつ 0.00000009 +りっ 0.00000055 +りっきり 0.00000037 +りっけ 0.00000009 +りっぱ 0.00000431 +りつ 0.00000284 +りつく 0.00000009 +りつけ 0.00000046 +りつ子 0.00000037 +りと 0.00000064 +りにく 0.00000009 +りは 0.00000009 +りひとりのこ 0.00000009 +りひび 0.00000009 +りふれ 0.00000018 +りぼや 0.00000009 +りま 0.00000055 +りまわ 0.00000083 +りまわし 0.00000018 +りみ 0.00000009 +りもの 0.00000009 +りゃ 0.00000257 +りゃあ 0.00000009 +りゃい 0.00000018 +りゃくだつ 0.00000009 +りゅう 0.00000018 +りゆ 0.00000028 +りゆっくり 0.00000009 +りょう 0.00000028 +りょく 0.00000009 +りよ 0.00000009 +りよう 0.00000183 +りりし 0.00000018 +りわけ 0.00000009 +りん 0.00000083 +りんご 0.00000165 +りんさい 0.00000018 +りんち 0.00000009 +り上 0.00000009 +り主 0.00000009 +り傷 0.00000009 +り僕 0.00000009 +り出 0.00000064 +り分け 0.00000009 +り切 0.00000009 +り切れ 0.00000009 +り取 0.00000009 +り合 0.00000009 +り合せ 0.00000009 +り場 0.00000009 +り声 0.00000009 +り尽く 0.00000028 +り屋 0.00000046 +り成 0.00000009 +り手 0.00000009 +り抜け 0.00000018 +り殺 0.00000009 +り泣き 0.00000009 +り火 0.00000009 +り狂 0.00000018 +り狂わ 0.00000009 +り直 0.00000009 +り着 0.00000009 +り知 0.00000009 +り知れ 0.00000092 +り笑 0.00000009 +り組 0.00000018 +り結 0.00000009 +り継 0.00000028 +り致 0.00000248 +り角 0.00000009 +り越え 0.00000009 +り込 0.00000018 +り返 0.00000018 +り過ぎ 0.00000018 +り際 0.00000018 +る 0.02017613 +るい 0.00000009 +るお 0.00000028 +るか 0.00000009 +るかそる 0.00000009 +るきある 0.00000009 +るぎ 0.00000009 +るこ 0.00000018 +るごみ 0.00000009 +るじ 0.00000018 +るす 0.00000037 +るすき 0.00000009 +るせ 0.00000018 +るせな 0.00000009 +るぜ 0.00000009 +るぞ 0.00000009 +るっきゃ 0.00000009 +るっきり 0.00000009 +るっしょ 0.00000009 +るつぼ 0.00000046 +るで 0.00000009 +ると 0.00000101 +るとん 0.00000009 +るど 0.00000009 +るどの 0.00000009 +るね 0.00000037 +るび 0.00000018 +るびん 0.00000009 +るほど 0.00000009 +るまい 0.00000009 +るみる 0.00000009 +るめぇ 0.00000009 +るもん 0.00000018 +るりこ 0.00000028 +るわ 0.00000009 +るゥ 0.00000009 +るー 0.00000009 +る代わる 0.00000009 +る気 0.00000018 +れ 0.00538182 +れあ 0.00000028 +れい 0.00000028 +れいか 0.00000009 +れいぎ 0.00000037 +れいの 0.00000037 +れお 0.00000009 +れこれ 0.00000009 +れし 0.00000009 +れだか 0.00000009 +れち 0.00000018 +れっき 0.00000064 +れつ 0.00000009 +れど 0.00000046 +れみ 0.00000037 +れり 0.00000009 +れれ 0.00001238 +れろ 0.00000055 +れん 0.00000101 +れんが 0.00000559 +れんこん 0.00000028 +れんしゅうちょ 0.00000009 +れんぞ 0.00000018 +れんと 0.00000009 +れんは 0.00000009 +れんも 0.00000009 +れ出 0.00000009 +れ合 0.00000028 +れ味辛口 0.00000009 +ろ 0.00096278 +ろう 0.00000770 +ろうあ 0.00000083 +ろうあの 0.00000009 +ろうか 0.00000101 +ろうが 0.00000009 +ろうじゃ 0.00000009 +ろうそ 0.00000009 +ろうそく 0.00000807 +ろうど 0.00000028 +ろうや 0.00000009 +ろく 0.00000532 +ろくな 0.00000028 +ろくろ 0.00000046 +ろくろく 0.00000028 +ろけ出 0.00000009 +ろし 0.00000128 +ろしゅう 0.00000009 +ろって 0.00000009 +ろば 0.00000064 +ろばた 0.00000009 +ろまだ 0.00000009 +ろよ 0.00000009 +ろれつ 0.00000009 +ろー 0.00000028 +ろ火 0.00000009 +ろ過 0.00000110 +わ 0.00151125 +わ── 0.00000009 +わぁ 0.00000037 +わあ 0.00000367 +わあっ 0.00000009 +わあわあ 0.00000028 +わあー 0.00000064 +わあーい 0.00000009 +わい 0.00000028 +わいせつ 0.00000128 +わいろ 0.00000073 +わいわい 0.00000028 +わいわいや 0.00000009 +わお 0.00000037 +わか 0.00009225 +わかい 0.00000009 +わかたわ 0.00000009 +わかちあ 0.00000018 +わかちあえ 0.00000009 +わかち合 0.00000009 +わかな 0.00000009 +わかめ 0.00000110 +わかやま 0.00000018 +わから 0.00000064 +わかり 0.00000009 +わかりかけ 0.00000018 +わかれ 0.00000101 +わかん 0.00000238 +わかんな 0.00000009 +わかんない 0.00000138 +わかんなーい 0.00000009 +わが 0.00002742 +わがいとし 0.00000018 +わがまま 0.00000834 +わが家 0.00000440 +わき 0.00000431 +わきあが 0.00000028 +わきおこ 0.00000046 +わきだ 0.00000018 +わきまえ 0.00000248 +わき出 0.00000028 +わき水 0.00000037 +わき立 0.00000009 +わき腹 0.00000092 +わき起こ 0.00000046 +わき返 0.00000009 +わく 0.00000128 +わくわく 0.00000193 +わけ 0.00023512 +わけあり 0.00000009 +わけだ 0.00000018 +わけね 0.00000018 +わけへだて 0.00000009 +わご 0.00000009 +わさ 0.00000009 +わさび 0.00000229 +わさわさ 0.00000009 +わざ 0.00000128 +わざか 0.00000009 +わざと 0.00000679 +わざとばらま 0.00000009 +わざわい 0.00000009 +わざわざ 0.00001311 +わし 0.00003045 +わしづかみ 0.00000055 +わしも 0.00000009 +わしゃ 0.00000037 +わしら 0.00000018 +わす 0.00000009 +わすれ 0.00000202 +わず 0.00000037 +わずか 0.00007391 +わずら 0.00000028 +わずらい 0.00000018 +わずらわ 0.00000009 +わずらわし 0.00000009 +わせ 0.00000330 +わた 0.00008712 +わたくし 0.00001449 +わたくしめ 0.00000037 +わたし 0.00009583 +わたしなり 0.00000009 +わたしゃ 0.00000018 +わたり 0.00000009 +わたりあえ 0.00000009 +わたり合 0.00000009 +わだ 0.00000018 +わだかま 0.00000009 +わだかまり 0.00000083 +わだち 0.00000064 +わだつみ 0.00000037 +わっ 0.00000028 +わっか 0.00000018 +わっと 0.00000018 +わっはっは 0.00000018 +わつ 0.00000009 +わな 0.00000293 +わなな 0.00000009 +わなに 0.00000018 +わに 0.00000009 +わね 0.00000275 +わねー 0.00000018 +わび 0.00000963 +わびごと 0.00000009 +わびさび 0.00000018 +わびし 0.00000110 +わびる 0.00000028 +わま 0.00000009 +わめ 0.00000138 +わめい 0.00000037 +わめき 0.00000009 +わめきたて 0.00000018 +わめきちら 0.00000009 +わめきと 0.00000009 +わめき出 0.00000009 +わめき声 0.00000028 +わめき散ら 0.00000028 +わめき立て 0.00000018 +わめく 0.00000009 +わよ 0.00000092 +わら 0.00000825 +わらい 0.00000083 +わらいかけ 0.00000018 +わらいなし 0.00000009 +わらえ 0.00000018 +わらじ 0.00000009 +わらづと 0.00000009 +わらび 0.00000018 +わらぶき 0.00000028 +わらわ 0.00000110 +わり 0.00000266 +わりあい 0.00000018 +わりあて 0.00000009 +わりぃか 0.00000009 +わりいれ 0.00000009 +わりかん 0.00000028 +わりこ 0.00000064 +わりと 0.00000018 +わりばし 0.00000009 +わりー 0.00000018 +わり合い 0.00000009 +わる 0.00000440 +われ 0.00001045 +われあ 0.00000009 +われいまだ 0.00000009 +われさき 0.00000028 +われわ 0.00000009 +われわれ 0.00009152 +わん 0.00000403 +わんこ 0.00000037 +わんさか 0.00000028 +わんさと 0.00000009 +わんぱく 0.00000092 +わんわん 0.00000037 +わー 0.00000119 +わーい 0.00000064 +わーっ 0.00000009 +わーと 0.00000009 +を 0.02559683 +ん 0.00429652 +んが 0.00000009 +んこ 0.00000009 +んざ 0.00000009 +んじゃ 0.00000257 +んじゃま 0.00000018 +んぞ 0.00000083 +んぞぅ 0.00000009 +んだ 0.00000339 +んだぃ 0.00000009 +んだい 0.00000028 +んだなー 0.00000009 +んだり 0.00000028 +んだん 0.00000018 +んっと 0.00000009 +んで 0.00000018 +んでも 0.00000028 +んと 0.00000028 +んな 0.00000028 +んない 0.00000037 +んなら 0.00000009 +んぷり 0.00000037 +んぷりし 0.00000009 +んべん 0.00000009 +んほ 0.00000009 +んよ 0.00000018 +んよう 0.00000110 +んー 0.00000018 +ん一 0.00000009 +ん坊 0.00000009 +ん這 0.00000009 +ゞ 0.00000028 +ァ 0.00000073 +ア 0.00000504 +アイ 0.00000394 +アイアイ 0.00000046 +アイアコッカ 0.00000028 +アイアス 0.00000037 +アイアン 0.00000028 +アイアンガー 0.00000018 +アイアンマン 0.00000101 +アイアース 0.00000550 +アイオワ 0.00000257 +アイガー 0.00000009 +アイキャッチ 0.00000009 +アイク 0.00000073 +アイグラス 0.00000009 +アイコ 0.00000064 +アイコン 0.00000183 +アイザ 0.00000028 +アイザック 0.00000156 +アイザックス 0.00000147 +アイシャドウ 0.00000009 +アイシャドー 0.00000018 +アイシュタイン 0.00000009 +アイシング 0.00000009 +アイス 0.00001165 +アイスティ 0.00000009 +アイスティー 0.00000037 +アイステーキ 0.00000009 +アイスピック 0.00000018 +アイスランド 0.00000202 +アイズナー 0.00000037 +アイゼア 0.00000009 +アイゼン 0.00000018 +アイゼンハワー 0.00000046 +アイダホ 0.00000028 +アイチューンズ 0.00000009 +アイチューンズストア 0.00000009 +アイチューンズミュージックストア 0.00000009 +アイツ 0.00000009 +アイテム 0.00000330 +アイデア 0.00004081 +アイディア 0.00000055 +アイディタロッド 0.00000018 +アイディンティティ 0.00000009 +アイディンティティー 0.00000009 +アイデンティティ 0.00000367 +アイデンティティー 0.00000385 +アイド 0.00000009 +アイドリング 0.00000046 +アイドル 0.00001146 +アイドルズ 0.00000009 +アイナ 0.00000009 +アイナーセン 0.00000009 +アイヌ 0.00000312 +アイネ 0.00000009 +アイバ 0.00000064 +アイバン 0.00000128 +アイバー 0.00000009 +アイバース 0.00000138 +アイビー 0.00000037 +アイフォン 0.00000037 +アイフォーン 0.00000018 +アイフル 0.00000009 +アイブラハム 0.00000009 +アイボトル 0.00000009 +アイボリー 0.00000046 +アイポッド 0.00000009 +アイマラ 0.00000009 +アイミーブ 0.00000018 +アイム 0.00000018 +アイライン 0.00000018 +アイラブ 0.00000073 +アイランダーズ 0.00000009 +アイランド 0.00000403 +アイランドリーグ 0.00000073 +アイリッシュ 0.00000119 +アイリーン 0.00000174 +アイルトン 0.00000009 +アイルランド 0.00001898 +アイレス 0.00000046 +アイロニー 0.00000028 +アイロボット 0.00000018 +アイロン 0.00000440 +アイン 0.00000009 +アインシュタイン 0.00000183 +アインストリ 0.00000009 +アイヴァン 0.00000018 +アイヴォン 0.00000009 +アイヴス 0.00000009 +アイ・ 0.00000009 +アイーシャ 0.00000009 +アイーダ 0.00000009 +アウィッチ 0.00000018 +アウェイ 0.00000018 +アウェデ 0.00000028 +アウェー 0.00000037 +アウォン 0.00000055 +アウォード 0.00000009 +アウグスチヌス 0.00000009 +アウグスティヌス 0.00000009 +アウグスト 0.00000018 +アウグストゥス 0.00000009 +アウゲン 0.00000018 +アウシュビッツ 0.00000064 +アウシュヴィッツ 0.00000018 +アウストラロピテクス 0.00000018 +アウター 0.00000037 +アウダ 0.00001504 +アウッド 0.00000009 +アウディ 0.00000009 +アウト 0.00000431 +アウトサイダー 0.00000101 +アウトソーシング 0.00000037 +アウトドア 0.00000523 +アウトプット 0.00000028 +アウトメドーン 0.00000028 +アウトライン 0.00000046 +アウトリュコス 0.00000101 +アウトリーチ 0.00000037 +アウトルック 0.00000018 +アウトレット 0.00000073 +アウトロー 0.00000037 +アウトローズ 0.00000018 +アウド 0.00000009 +アウラ 0.00000220 +アウラキ 0.00000028 +アウランガバード 0.00000009 +アウラング 0.00000009 +アウランジーブ 0.00000009 +アウリス 0.00000018 +アウレリウス 0.00000009 +アウン 0.00000018 +アウンコンサルティング 0.00000064 +アウンサン 0.00000018 +アウン・ 0.00000009 +アウン・サン 0.00000018 +アウン・サン・スー・チー 0.00000348 +アエトリア 0.00000037 +アエネース 0.00000046 +アエロフロート 0.00000009 +アオイ 0.00000046 +アオウミガメ 0.00000092 +アオカケス 0.00000028 +アオキ 0.00000009 +アオゲラ 0.00000009 +アオサギ 0.00000028 +アオザイ 0.00000028 +アオテアロア 0.00000009 +アオババ 0.00000028 +アオムロ 0.00000009 +アオード 0.00000009 +アカ 0.00000018 +アカイア 0.00000101 +アカウミガメ 0.00000018 +アカウンタビィリティ 0.00000009 +アカウンタビリティ 0.00000018 +アカウント 0.00000147 +アカゲ 0.00000028 +アカシア 0.00000046 +アカシカ 0.00000009 +アカシコウジ 0.00000009 +アカシヤ 0.00000009 +アカデミズム 0.00000055 +アカデミック 0.00000009 +アカデミー 0.00001962 +アカデミーク 0.00000009 +アカネ 0.00000018 +アカペラ 0.00000119 +アカペラバンド 0.00000009 +アカペラペラ 0.00000018 +アカマツ 0.00000009 +アカマー 0.00000009 +アカメディア 0.00000009 +アカラジェ 0.00000009 +アガサ 0.00000018 +アガシ 0.00000138 +アガトクレス 0.00000064 +アガペ 0.00000028 +アガメムノン 0.00000046 +アガメムノーン 0.00000715 +アガー 0.00000009 +アキ 0.00000110 +アキオ 0.00000046 +アキカ 0.00000018 +アキコ 0.00000037 +アキナス 0.00000009 +アキノ 0.00000018 +アキバ 0.00000083 +アキベ 0.00000037 +アキモト 0.00000018 +アキュラ 0.00000018 +アキラ 0.00000083 +アキレイア 0.00000009 +アキレウス 0.00001614 +アキレス 0.00000495 +アキヴァ 0.00000009 +アキ子 0.00000028 +アギレラ 0.00000018 +アク 0.00000055 +アクア 0.00000055 +アクアゾーン 0.00000009 +アクアダ 0.00000028 +アクアビクス 0.00000009 +アクアビット 0.00000009 +アクアマリン 0.00000046 +アクィナス 0.00000009 +アクイレイア 0.00000009 +アクエリアス 0.00000046 +アクエンアテン 0.00000018 +アクサ 0.00000037 +アクシデント 0.00000046 +アクション 0.00001100 +アクションエイド 0.00000037 +アクスル 0.00000009 +アクセサリ 0.00000009 +アクセサリー 0.00000706 +アクセス 0.00001715 +アクセプト 0.00000046 +アクセル 0.00000220 +アクセント 0.00000403 +アクター 0.00000009 +アクターズ 0.00000037 +アクチュアリー 0.00000028 +アクティビティ 0.00000046 +アクティビティー 0.00000064 +アクティブ 0.00000147 +アクト 0.00000073 +アクトロイド 0.00000009 +アクトン 0.00000138 +アクビ 0.00000009 +アクメ 0.00000009 +アクラ 0.00000064 +アクリル 0.00000037 +アクリルアミド 0.00000028 +アクレイム 0.00000018 +アクロス 0.00000018 +アクロバット 0.00000083 +アクロバティック 0.00000037 +アクロポリス 0.00000092 +アクワバ 0.00000009 +アグネス 0.00000018 +アグラ 0.00000064 +アグリ 0.00000055 +アグレッシブ 0.00000018 +アケミ 0.00000009 +アケロン 0.00000018 +アゲイン 0.00000055 +アゲインスト 0.00000009 +アゲル 0.00000009 +アゲンスト 0.00000009 +アコム 0.00000009 +アコレ 0.00000009 +アコースティック 0.00000046 +アコーディオン 0.00000028 +アコード 0.00000028 +アゴ 0.00000046 +アゴなし 0.00000009 +アゴヒゲアザラシ 0.00000055 +アゴラ 0.00000037 +アサイラム 0.00000009 +アサイン 0.00000009 +アサガオ 0.00000018 +アサタ 0.00000009 +アサツキ 0.00000009 +アサド 0.00000064 +アサドゥーリアン 0.00000046 +アサハラ 0.00000009 +アサバスカ 0.00000018 +アサヒ 0.00000220 +アサファ 0.00000018 +アサリ 0.00000064 +アサンジ 0.00000064 +アサンプタ 0.00000037 +アサード 0.00000046 +アザ 0.00000028 +アザチオプリン 0.00000009 +アザミ 0.00000046 +アザラシ 0.00000266 +アザラシロボット 0.00000009 +アザレア 0.00000009 +アザレンカ 0.00000009 +アザン 0.00000009 +アザーン 0.00000009 +アシ 0.00000046 +アシカ 0.00000028 +アシスタント 0.00000495 +アシスト 0.00000064 +アシタバ 0.00000009 +アシックス 0.00000055 +アシドーシス 0.00000009 +アシフ 0.00000009 +アシモ 0.00000266 +アシモフ 0.00000018 +アシャーズ 0.00000009 +アシュクロフト 0.00000101 +アシュラフ 0.00000009 +アシュリー 0.00000018 +アシュレイ 0.00000009 +アシュレー 0.00000028 +アショカ 0.00000037 +アショーカ 0.00000009 +アジ 0.00000174 +アジア 0.00018056 +アジアクマ 0.00000028 +アジアゾウ 0.00000055 +アジアモンスーン 0.00000037 +アジアン 0.00000037 +アジアンカラー 0.00000009 +アジアンスピリット 0.00000009 +アジェ 0.00000028 +アジェナ 0.00000009 +アジェンダ 0.00000009 +アジエンス 0.00000055 +アジサイ 0.00000028 +アジスアベバ 0.00000009 +アジズ 0.00000028 +アジト 0.00000018 +アジドチミジン 0.00000009 +アジャック 0.00000018 +アスカニー 0.00000018 +アスカニーオ 0.00000009 +アスカム 0.00000413 +アスキー 0.00000064 +アスセス 0.00000009 +アスタナ 0.00000009 +アスター 0.00000018 +アステア 0.00000009 +アステカ 0.00000028 +アステカスープ 0.00000009 +アステュオケー 0.00000009 +アステリスク 0.00000009 +アスト 0.00000037 +アストラカン 0.00000028 +アストロ 0.00000009 +アストロズ 0.00000037 +アストロボーイ 0.00000018 +アストロリサーチ 0.00000018 +アストンズキー 0.00000009 +アスナール 0.00000028 +アスパラ 0.00000028 +アスピリン 0.00000165 +アスファル 0.00000009 +アスファルト 0.00000073 +アスベスト 0.00000110 +アスペルガー 0.00000018 +アスラン 0.00000018 +アスリエル 0.00000009 +アスリート 0.00000312 +アスル 0.00000009 +アスレチック 0.00000018 +アスレチックス 0.00000101 +アスワン 0.00000073 +アスンシオン 0.00000037 +アズィフェット 0.00000009 +アズカバン 0.00000055 +アズセナ 0.00000009 +アズナブル 0.00000009 +アズベル 0.00000018 +アセアン 0.00000028 +アセスメント 0.00000028 +アセテート 0.00000009 +アセトアミノフェン 0.00000009 +アセリング 0.00000009 +アセロラ 0.00000009 +アセンズ 0.00000018 +アセンブラ 0.00000009 +アセンブリコード 0.00000009 +アゼルバイジャン 0.00000018 +アゼロ 0.00000009 +アソシエイツ 0.00000028 +アソシエイト 0.00000009 +アソシエーション 0.00000037 +アゾベンゼン 0.00000018 +アゾレス 0.00000009 +アタシ 0.00000028 +アタッカー 0.00000009 +アタック 0.00000092 +アタッシュ 0.00000009 +アタッチメント 0.00000009 +アタマ 0.00000009 +アタラ 0.00000046 +アタランテー 0.00000009 +アタル 0.00000037 +アターエフ 0.00000018 +アターソン 0.00000990 +アダチ 0.00000009 +アダナ 0.00000009 +アダプター 0.00000009 +アダム 0.00000303 +アダムアンドイヴズ 0.00000009 +アダムス 0.00000165 +アダムスタウン 0.00000009 +アダムズ 0.00000147 +アダムソン 0.00000138 +アダルト 0.00000156 +アダルヒサ 0.00000009 +アダンザ 0.00000009 +アダージョ 0.00000009 +アダ名 0.00000009 +アチェ 0.00000128 +アチコチ 0.00000009 +アチソン 0.00000009 +アチッ 0.00000009 +アチーブメント 0.00000092 +アッ 0.00000220 +アッと 0.00000018 +アッカー 0.00000009 +アックス 0.00000009 +アッケラカン 0.00000009 +アッコ 0.00000018 +アッサム 0.00000009 +アッサリ 0.00000009 +アッシジ 0.00000009 +アッシャリーフ 0.00000009 +アッシャー 0.00000183 +アッシュ 0.00000028 +アッシュグローブ 0.00000046 +アッシュール 0.00000009 +アッシリア 0.00000009 +アッティカ 0.00000009 +アッティラ 0.00000009 +アッテンボロー 0.00000028 +アット 0.00000055 +アッドール 0.00000009 +アッハ 0.00000018 +アッハッハ 0.00000018 +アッバス 0.00000119 +アッパ・シェルパ 0.00000009 +アッパ・スウォンダム 0.00000009 +アッパー 0.00000055 +アップ 0.00002641 +アップグレード 0.00000174 +アップタウン 0.00000018 +アップデート 0.00000037 +アップトン 0.00000009 +アップビート 0.00000028 +アップリケ 0.00000037 +アップル 0.00000972 +アップロード 0.00000037 +アッラ 0.00000009 +アッラー 0.00000028 +アツアツ 0.00000037 +アツミ 0.00000055 +アティ 0.00000055 +アティカス 0.00000009 +アティチュード 0.00000018 +アティトラン 0.00000009 +アテナ 0.00000028 +アテナイ 0.00000064 +アテネ 0.00002430 +アテネオリンピック 0.00000202 +アテローム 0.00000064 +アテンション 0.00000009 +アテンダント 0.00000147 +アテンド 0.00000009 +アテーナイ 0.00000009 +アテーナー 0.00000028 +アテーネー 0.00000037 +アデ 0.00000009 +アディオ 0.00000018 +アディダス 0.00000046 +アディティ 0.00000009 +アディポネクチン 0.00000064 +アディルベク 0.00000009 +アデイア 0.00000165 +アデナウアー 0.00000009 +アデナケバブ 0.00000009 +アデノシン 0.00000119 +アデュー 0.00000009 +アデライン 0.00000009 +アデランス 0.00000037 +アデリー 0.00000018 +アデル 0.00000083 +アデルソン 0.00000009 +アデレード 0.00000083 +アデン 0.00000092 +アトキン 0.00000009 +アトキンス 0.00000009 +アトキンソン 0.00000083 +アトス 0.00000018 +アトニー 0.00000009 +アトピー 0.00000211 +アトマイザー 0.00000009 +アトミック 0.00000009 +アトム 0.00000330 +アトラクション 0.00000559 +アトラクションズ 0.00000009 +アトランタ 0.00000394 +アトランタオリンピック 0.00000046 +アトランティス 0.00000358 +アトランティック 0.00000055 +アトリウム 0.00000009 +アトリエ 0.00000128 +アトリー 0.00000018 +アド 0.00000092 +アドゥ 0.00000028 +アドゥンヤデート 0.00000018 +アドゴニー 0.00000046 +アドナン 0.00000009 +アドバイザリー 0.00000009 +アドバイザー 0.00000238 +アドバイス 0.00004512 +アドバイスー 0.00000009 +アドバンス 0.00000028 +アドバンスド 0.00000009 +アドバンテージ 0.00000009 +アドベンチャー 0.00000358 +アドベンチャーズ 0.00000083 +アドボカシー 0.00000009 +アドラー 0.00000138 +アドリア 0.00000055 +アドリアナ 0.00000009 +アドリアン 0.00000009 +アドリブ 0.00000092 +アドルフ 0.00000055 +アドレス 0.00000954 +アドレッシング 0.00000046 +アドレナリン 0.00000055 +アドヴァイザー 0.00000009 +アドヴァイス 0.00000064 +アナ 0.00000037 +アナウンサー 0.00000284 +アナウンス 0.00000229 +アナウンスメント 0.00000009 +アナキスト 0.00000037 +アナキズム 0.00000018 +アナキン 0.00000046 +アナクサゴラス 0.00000009 +アナクロニズム 0.00000009 +アナグマ 0.00000110 +アナゲ 0.00000018 +アナゴ 0.00000009 +アナザー 0.00000018 +アナス 0.00000055 +アナスタシア 0.00000009 +アナトリア 0.00000009 +アナトーリ 0.00000009 +アナハイム 0.00000092 +アナベラ 0.00000037 +アナベル 0.00000009 +アナポリス 0.00000009 +アナマタピア 0.00000009 +アナライザー 0.00000009 +アナリスト 0.00000596 +アナルコ 0.00000009 +アナログ 0.00000202 +アナロジー 0.00000101 +アナン 0.00000422 +アナング 0.00000055 +アナンシェ 0.00000009 +アナンド 0.00000009 +アナンブラ 0.00000018 +アナーキスト 0.00000009 +アナーキー 0.00000018 +アニィ 0.00000009 +アニオス 0.00000018 +アニカ 0.00000220 +アニコム 0.00000018 +アニストン 0.00000018 +アニセト 0.00000009 +アニソン 0.00000018 +アニソング 0.00000009 +アニタ 0.00000046 +アニファ 0.00000028 +アニマックス 0.00000009 +アニマトロニクス 0.00000009 +アニマル 0.00000083 +アニマルセラピー 0.00000009 +アニマルファーム 0.00000009 +アニマルレフュージ 0.00000009 +アニミズム 0.00000055 +アニメ 0.00002724 +アニメアワード 0.00000009 +アニメイベント 0.00000018 +アニメエクスポ 0.00000009 +アニメオタク 0.00000009 +アニメクラシック 0.00000009 +アニメシアター 0.00000009 +アニメシリーズ 0.00000138 +アニメソフト 0.00000009 +アニメソング 0.00000009 +アニメテーマ 0.00000009 +アニメドラマ 0.00000009 +アニメビデオ 0.00000009 +アニメファン 0.00000055 +アニメフェア 0.00000009 +アニメーション 0.00000403 +アニメーター 0.00000018 +アニヤ 0.00000018 +アニー 0.00000193 +アニーシュ 0.00000009 +アニータ 0.00000046 +アニール 0.00000009 +アヌシュ 0.00000018 +アヌワット 0.00000009 +アヌー 0.00000009 +アヌープ 0.00000009 +アネンバーグ 0.00000009 +アハティサーリ 0.00000009 +アハディアン 0.00000009 +アハハ 0.00000009 +アハマ 0.00000009 +アハマディモガダム 0.00000018 +アハマド 0.00000009 +アハメド 0.00000037 +アハラヌイ 0.00000009 +アハーン 0.00000018 +アバ 0.00000028 +アバウト 0.00000028 +アバカス 0.00000009 +アバグネイル 0.00000037 +アバス 0.00000037 +アバスプール 0.00000009 +アバター 0.00000110 +アバチャ 0.00000046 +アバテテ 0.00000018 +アバディーン 0.00000018 +アバディーンシャー 0.00000009 +アバブ 0.00000037 +アバヤ 0.00000009 +アバロス 0.00000009 +アバンギャルド 0.00000064 +アバンチュール 0.00000046 +アバンディア 0.00000128 +アバース 0.00000009 +アパタイト 0.00000018 +アパッチ 0.00000037 +アパマン 0.00000009 +アパラチア 0.00000018 +アパラチアン 0.00000009 +アパルト 0.00000238 +アパルトマン 0.00000009 +アパレル 0.00000073 +アパート 0.00003476 +アパートメント 0.00000055 +アヒム 0.00000009 +アヒル 0.00000293 +アビ 0.00000018 +アビエイター 0.00000018 +アビエーション 0.00000009 +アビオラ 0.00000046 +アビゲイル 0.00000028 +アビシェク 0.00000009 +アビジャン 0.00000037 +アビスモ 0.00000046 +アビトゥーア 0.00000009 +アビラシュ 0.00000009 +アビリーン 0.00000009 +アビー 0.00000037 +アビーロード 0.00000009 +アピシット 0.00000018 +アピール 0.00000743 +アフ 0.00000018 +アファナシエフ 0.00000009 +アファン 0.00000018 +アファール 0.00000046 +アフィリエイト 0.00000009 +アフェアズ 0.00000009 +アフォリズム 0.00000018 +アフガニ 0.00000009 +アフガニスタン 0.00002072 +アフガン 0.00000092 +アフガンハウンド 0.00000018 +アフシャリ 0.00000046 +アフタニスタン 0.00000009 +アフタヌーン 0.00000028 +アフタヌーンティー 0.00000028 +アフター 0.00000138 +アフターケア 0.00000018 +アフターケアー 0.00000009 +アフマディネジャド 0.00000028 +アフリカ 0.00009418 +アフリカゾウ 0.00000009 +アフリカン 0.00000110 +アフレック 0.00000092 +アフロ 0.00000018 +アフロカリビアン 0.00000018 +アフロディテ 0.00000028 +アフロディーテ 0.00000009 +アフロディーテー 0.00000009 +アフロピックス 0.00000018 +アフロヘア 0.00000018 +アブ 0.00000138 +アブアブ 0.00000009 +アブグレイブ 0.00000028 +アブサヤフ 0.00000028 +アブジャ 0.00000046 +アブソーバ 0.00000009 +アブダビ 0.00000028 +アブデル 0.00000018 +アブドゥ 0.00000009 +アブドゥッラー 0.00000009 +アブドゥル 0.00000028 +アブドゥルム 0.00000009 +アブドゥール 0.00000009 +アブドラ 0.00000092 +アブドライ 0.00000009 +アブドル 0.00000009 +アブハジア 0.00000009 +アブバカー 0.00000009 +アブミ 0.00000009 +アブムサブ 0.00000018 +アブラ 0.00000055 +アブライ 0.00000009 +アブラキサン 0.00000018 +アブラナ 0.00000009 +アブラハム 0.00000055 +アブラモビッチ 0.00000018 +アブラヤシ 0.00000009 +アブレーション 0.00000046 +アブロード 0.00000009 +アブー 0.00000028 +アブート 0.00000009 +アブール 0.00000009 +アプニアラート 0.00000009 +アプリ 0.00000037 +アプリオリ 0.00000009 +アプリケーション 0.00000596 +アプリケーションズ 0.00000009 +アプリコット 0.00000064 +アプリックス 0.00000064 +アプレンティス 0.00000009 +アプローチ 0.00001531 +アヘッド 0.00000009 +アヘド 0.00000009 +アヘン 0.00000275 +アベ 0.00000009 +アベイ 0.00000009 +アベック 0.00000037 +アベディン 0.00000064 +アベドン 0.00000009 +アベニュー 0.00000083 +アベマリア 0.00000028 +アベル 0.00000064 +アベー 0.00000028 +アペイリナ 0.00000018 +アペニン 0.00000009 +アホ 0.00000028 +アホイ 0.00000037 +アホウ 0.00000046 +アホリデー 0.00000009 +アボカド 0.00000064 +アボガド 0.00000018 +アボット 0.00000018 +アボリジニ 0.00000064 +アボリジニー 0.00000009 +アポ 0.00000009 +アポイント 0.00000046 +アポイントメント 0.00000018 +アポフィス 0.00000028 +アポリナリス 0.00000028 +アポロ 0.00000495 +アポロシアター 0.00000009 +アポロン 0.00000028 +アポン 0.00000037 +アポンルクス 0.00000009 +アマ 0.00000119 +アマス 0.00000018 +アマゾネス 0.00000009 +アマゾン 0.00000596 +アマゾンジャングル 0.00000009 +アマゾーン 0.00000138 +アマチュア 0.00000697 +アマチュアナイト 0.00000009 +アマチュアバンド 0.00000009 +アマチュアレスリング 0.00000028 +アマテラス 0.00000037 +アマドコロ 0.00000018 +アマノ 0.00000018 +アマミノ 0.00000018 +アマラン 0.00000009 +アマランス 0.00000018 +アマリリス 0.00000018 +アマルフィ 0.00000009 +アマレット 0.00000009 +アマンダ 0.00000046 +アミ 0.00000009 +アミエナ 0.00000009 +アミスタッド 0.00000064 +アミダ 0.00000009 +アミトリプチリン 0.00000009 +アミドゥ 0.00000009 +アミニズム 0.00000009 +アミノ 0.00000174 +アミューズ 0.00000037 +アミューズメント 0.00000128 +アミユミ 0.00000009 +アミラーゼ 0.00000028 +アミラーゼイン 0.00000009 +アミル 0.00000018 +アミロイド 0.00000018 +アミン 0.00000147 +アミーゴ 0.00000009 +アミーン 0.00000009 +アム 0.00000028 +アムウェイ 0.00000009 +アムジャディ 0.00000119 +アムステルダム 0.00000238 +アムトラック 0.00000009 +アムニオ 0.00000009 +アムネスティ 0.00000156 +アムネスティー 0.00000009 +アムラー 0.00000009 +アムル 0.00000009 +アムロ 0.00000009 +アムール 0.00000028 +アムールトラ 0.00000018 +アメ 0.00000119 +アメジスト 0.00000018 +アメックス 0.00000009 +アメナガラ 0.00000009 +アメニティグッズ 0.00000009 +アメニティー 0.00000009 +アメフト 0.00000046 +アメラシアン 0.00000028 +アメリア 0.00000046 +アメリカ 0.00055471 +アメリカインディアン 0.00000009 +アメリカコロラド 0.00000009 +アメリカスギ 0.00000009 +アメリカズ 0.00000037 +アメリカタウン 0.00000009 +アメリカチーム 0.00000018 +アメリカトロピカーナ 0.00000009 +アメリカドル 0.00000055 +アメリカナイズ 0.00000037 +アメリカナマズ 0.00000009 +アメリカプロ 0.00000009 +アメリカマサチューセッツ 0.00000009 +アメリカマーケット 0.00000009 +アメリカリンゴ 0.00000009 +アメリカワニ 0.00000009 +アメリカン 0.00001467 +アメリカンガール 0.00000009 +アメリカンズ 0.00000018 +アメリカンティーン 0.00000009 +アメリカンフード 0.00000009 +アメル 0.00000018 +アメワカ 0.00000009 +アメン 0.00000037 +アメンヘテプ 0.00000009 +アメージング 0.00000009 +アメーバ 0.00000018 +アモイ 0.00000009 +アモコオイル 0.00000009 +アモス 0.00000009 +アモンティリャード 0.00000064 +アモール 0.00000009 +アヤ 0.00000028 +アヤコ 0.00000055 +アヤソフィア 0.00000009 +アヤトラ 0.00000028 +アヤフアスカ 0.00000248 +アヤンキー 0.00000037 +アユ 0.00000055 +アユタヤ 0.00000110 +アユミ 0.00000009 +アユル 0.00000009 +アヨディヤ 0.00000009 +アラ 0.00000018 +アラア 0.00000009 +アライアンス 0.00000037 +アライグマ 0.00000055 +アライブ 0.00000009 +アライン 0.00000009 +アラウィ 0.00000018 +アラウンド 0.00000018 +アラカルト 0.00000009 +アラコク 0.00000009 +アラゴルン 0.00000009 +アラゴン 0.00000055 +アラシ 0.00000009 +アラスカ 0.00000789 +アラスカガス 0.00000018 +アラステア 0.00000009 +アラセイトウ 0.00000018 +アラタス 0.00000018 +アラダイス 0.00000018 +アラップ 0.00000009 +アラディアン 0.00000009 +アラディン 0.00000018 +アラニ 0.00000009 +アラニン 0.00000009 +アラハバート 0.00000018 +アラハバード 0.00000073 +アラバマ 0.00000257 +アラビア 0.00000844 +アラビアン 0.00000009 +アラビアンナイト 0.00000009 +アラビカ 0.00000018 +アラビヤ 0.00000018 +アラビー 0.00000018 +アラファト 0.00000367 +アラブ 0.00001376 +アラブコ 0.00000009 +アラブズ 0.00000009 +アラベスク 0.00000009 +アラミス 0.00000028 +アラムート 0.00000018 +アラメイン 0.00000009 +アラメックス 0.00000009 +アラモ 0.00000018 +アラモアナ 0.00000046 +アラン 0.00000679 +アランデル 0.00000028 +アランブロ 0.00000009 +アラー 0.00000073 +アラーキー 0.00000009 +アラーディナ 0.00000009 +アラート 0.00000009 +アラーム 0.00000101 +アリ 0.00001100 +アリア 0.00000064 +アリアケシラウオ 0.00000009 +アリアス 0.00000009 +アリアンス 0.00000018 +アリウス 0.00000018 +アリエル 0.00000055 +アリオラニ 0.00000009 +アリカ 0.00000009 +アリガトウ 0.00000009 +アリサ 0.00000009 +アリシア 0.00000046 +アリシン 0.00000009 +アリジャング 0.00000009 +アリス 0.00007327 +アリススプリングス 0.00000009 +アリスティッド 0.00000018 +アリスト 0.00000183 +アリストメニス 0.00000009 +アリソン 0.00000083 +アリゾナ 0.00000275 +アリッサ 0.00000018 +アリッツア 0.00000009 +アリバイ 0.00000083 +アリババ 0.00000009 +アリム 0.00000009 +アリヤ 0.00000009 +アリュベ 0.00000009 +アリラン 0.00000018 +アリー 0.00000018 +アリーナ 0.00000092 +アリ塚 0.00000009 +アル 0.00000523 +アルウィーヤ 0.00000009 +アルウッド 0.00000028 +アルカイダ 0.00000422 +アルカイック 0.00000009 +アルカディア 0.00000018 +アルカトラズ 0.00000028 +アルカリ 0.00000193 +アルカリイオン 0.00000009 +アルカリフォスファターゼ 0.00000009 +アルカリホスファターゼ 0.00000009 +アルキビエー 0.00000009 +アルキメデス 0.00000037 +アルキル 0.00000009 +アルギュレス 0.00000028 +アルク 0.00000009 +アルクッズ 0.00000009 +アルグン 0.00000009 +アルゲコロイド 0.00000009 +アルコベンダス 0.00000018 +アルコル 0.00000009 +アルコール 0.00001852 +アルゴウブ 0.00000046 +アルゴキン 0.00000009 +アルゴス 0.00000064 +アルゴリズム 0.00000083 +アルゴンキン 0.00000009 +アルゴンヌ 0.00000028 +アルサレム 0.00000009 +アルサーディ 0.00000028 +アルシア 0.00000009 +アルジェ 0.00000018 +アルジェリア 0.00000119 +アルジェント 0.00000009 +アルジャジーラ 0.00000073 +アルジャー 0.00000009 +アルジャーノン 0.00000028 +アルジュー 0.00000009 +アルスター 0.00000046 +アルセガ 0.00000009 +アルセーヌ 0.00000321 +アルゼンチン 0.00001348 +アルゼンチンタンゴ 0.00000037 +アルゼンチンペソ 0.00000009 +アルソップ 0.00000009 +アルタ 0.00000018 +アルタイ 0.00000028 +アルタイル 0.00000009 +アルタミラ 0.00000009 +アルタン 0.00000018 +アルタ殻 0.00000009 +アルダスゲイト 0.00000009 +アルチール 0.00000009 +アルツハイマー 0.00001128 +アルツーラス 0.00000009 +アルテミシニン 0.00000009 +アルテミス 0.00000018 +アルディ 0.00000018 +アルディアナ 0.00000009 +アルディピテクス 0.00000037 +アルディレス 0.00000009 +アルデンテ 0.00000009 +アルデンヌ 0.00000018 +アルデンネ 0.00000037 +アルト 0.00000055 +アルトマン 0.00000018 +アルドゥーリ 0.00000037 +アルヌルフォ 0.00000009 +アルヌー 0.00000009 +アルハイム 0.00000009 +アルハジ 0.00000009 +アルハゼン 0.00000028 +アルハンブラ 0.00000055 +アルバ 0.00000101 +アルバア 0.00000009 +アルバイト 0.00002669 +アルバカーキ 0.00000037 +アルバス 0.00000028 +アルバニア 0.00000119 +アルバム 0.00003118 +アルバラード 0.00000009 +アルバルク 0.00000018 +アルバロ 0.00000009 +アルバン 0.00000009 +アルバース 0.00000018 +アルバータ 0.00000055 +アルバート 0.00000138 +アルビオン 0.00000018 +アルビヌス 0.00000055 +アルビマール 0.00000028 +アルビレックス 0.00000073 +アルビン 0.00000009 +アルビンエイリー 0.00000009 +アルピニスト 0.00000009 +アルファ 0.00000183 +アルファイド 0.00000028 +アルファフレッシュ 0.00000009 +アルファベット 0.00000468 +アルファロメオ 0.00000009 +アルフィ 0.00000055 +アルフィトル 0.00000018 +アルフレックス 0.00000037 +アルフレッド 0.00000119 +アルフレード 0.00000028 +アルブミン 0.00000018 +アルプ 0.00000018 +アルプス 0.00000229 +アルベリコ 0.00000009 +アルベリゴ 0.00000009 +アルベリーゴ 0.00000009 +アルベルティーニ 0.00000018 +アルベルト 0.00000128 +アルベール 0.00000073 +アルペン 0.00000018 +アルペンスキー 0.00000046 +アルボローテ 0.00000009 +アルマ 0.00000018 +アルマゲドン 0.00000018 +アルマトイ 0.00000009 +アルマトゥイ 0.00000009 +アルマン 0.00000028 +アルマーニ 0.00000037 +アルミ 0.00000193 +アルミニウム 0.00000073 +アルミホイル 0.00000046 +アルムニア 0.00000018 +アルメイダ 0.00000055 +アルメグラヒ 0.00000009 +アルメニア 0.00000037 +アルモドバル 0.00000009 +アルル 0.00000009 +アルヴィー 0.00000028 +アル・ 0.00000046 +アルーナ 0.00000037 +アレ 0.00000018 +アレイ 0.00000009 +アレイン 0.00000055 +アレキ 0.00000165 +アレキサンドラ 0.00000009 +アレキサンドリア 0.00000028 +アレク 0.00000092 +アレクサンダー 0.00000257 +アレクサンデル 0.00000275 +アレクサンドラ 0.00000028 +アレクサンドリア 0.00000055 +アレクサンドロス 0.00000009 +アレクセイエフ 0.00000018 +アレクンダー 0.00000009 +アレク・ 0.00000083 +アレグザンダー 0.00000018 +アレグリア 0.00000046 +アレサ 0.00000018 +アレサンドロ 0.00000009 +アレス 0.00000018 +アレッ 0.00000028 +アレック 0.00000018 +アレックス 0.00000449 +アレッサンドロ 0.00000018 +アレッポ 0.00000009 +アレハンドロ 0.00000037 +アレフッツナー 0.00000009 +アレマ 0.00000028 +アレメイユ 0.00000028 +アレルキラー 0.00000009 +アレルギー 0.00001421 +アレルゲン 0.00000055 +アレルヤ 0.00000009 +アレレッ 0.00000009 +アレン 0.00000339 +アレンジ 0.00000413 +アレンジメント 0.00000055 +アレンドロネート 0.00000018 +アレーナ 0.00000009 +アロア 0.00000734 +アロエ 0.00000018 +アロエエキス 0.00000009 +アロエベラ 0.00000018 +アロエベラローション 0.00000009 +アロスコンレチェ 0.00000009 +アロズ 0.00000009 +アロック 0.00000055 +アロノフスキー 0.00000009 +アロハ 0.00000110 +アロハシャツ 0.00000028 +アロマ 0.00000128 +アロマセラピー 0.00000229 +アロヨ 0.00000046 +アロルゼン 0.00000009 +アロン 0.00000037 +アロンソ 0.00000037 +アロー 0.00000193 +アローン 0.00000028 +アワ 0.00000009 +アワビ 0.00000009 +アワー 0.00000312 +アワード 0.00000083 +アン 0.00000688 +アンと 0.00000028 +アンアン 0.00000055 +アンカラ 0.00000018 +アンカレッジ 0.00000009 +アンカー 0.00000028 +アンカーマン 0.00000009 +アンガス 0.00000018 +アンギオテンシン 0.00000028 +アンクル 0.00000018 +アンクレット 0.00000009 +アングラ 0.00000009 +アングリア 0.00000009 +アングル 0.00000092 +アングロ 0.00000165 +アンケート 0.00001100 +アンゲラ 0.00000046 +アンコウ 0.00000110 +アンコール 0.00000348 +アンゴラ 0.00000339 +アンサリ 0.00000037 +アンサンブル 0.00000028 +アンサー 0.00000009 +アンザ 0.00000009 +アンシェント 0.00000037 +アンシャン 0.00000009 +アンジェイ 0.00000009 +アンジェラ 0.00000138 +アンジェリカ 0.00000092 +アンジェリコ 0.00000009 +アンジェリデス 0.00000009 +アンジェリーナ 0.00000202 +アンジェロス 0.00000009 +アンジナル 0.00000009 +アンジャナ 0.00000009 +アンジー 0.00000009 +アンストッパブル 0.00000009 +アンソニー 0.00000101 +アンソロジー 0.00000037 +アンタ 0.00000009 +アンタッチャブル 0.00000009 +アンタラ 0.00000018 +アンタレス 0.00000037 +アンダウング 0.00000009 +アンダギー 0.00000009 +アンダマン 0.00000028 +アンダレーシア 0.00000009 +アンダー 0.00000202 +アンダーウェアー 0.00000009 +アンダーグラウンド 0.00000046 +アンダーシャツ 0.00000009 +アンダーセン 0.00000018 +アンダーソン 0.00000238 +アンダーダウン 0.00000110 +アンダートン 0.00000083 +アンダーパー 0.00000009 +アンダーヘア 0.00000009 +アンチ 0.00000083 +アンチョビ 0.00000028 +アンティオ 0.00000009 +アンティオコス 0.00000037 +アンティクレイア 0.00000009 +アンティクロス 0.00000009 +アンティグア 0.00000028 +アンティノス 0.00000009 +アンティノーリ 0.00000009 +アンティパテース 0.00000009 +アンティミミッチィ 0.00000009 +アンティロコス 0.00000128 +アンティーク 0.00000248 +アンティークショップ 0.00000009 +アンティークボート 0.00000046 +アンテイーク 0.00000009 +アンテナ 0.00000266 +アンテロープ 0.00000009 +アンディ 0.00000229 +アンディー 0.00000028 +アンデス 0.00000238 +アンデッド 0.00000018 +アンデルセン 0.00000046 +アント 0.00000009 +アントシアニン 0.00000009 +アントニア 0.00000009 +アントニアデス 0.00000009 +アントニオ 0.00000358 +アントニヌス 0.00000037 +アントニー 0.00000018 +アントラーズ 0.00000138 +アントレプレナー 0.00000009 +アントワネット 0.00000092 +アントワーヌ 0.00000018 +アントワープ 0.00000293 +アントン 0.00000009 +アンド 0.00000614 +アンドアウェー 0.00000009 +アンドアラン 0.00000009 +アンドサバー 0.00000018 +アンドデイ 0.00000009 +アンドボール 0.00000018 +アンドマー 0.00000009 +アンドラス 0.00000018 +アンドラプラデシ 0.00000009 +アンドリア 0.00000119 +アンドリュー 0.00000385 +アンドリー 0.00000009 +アンドルー 0.00000009 +アンドルーズ 0.00000028 +アンドレ 0.00000064 +アンドレア 0.00000055 +アンドレス 0.00000037 +アンドロイド 0.00000009 +アンドロマケー 0.00000073 +アンドロメダ 0.00000018 +アンドーヴァ 0.00000009 +アンナ 0.00000138 +アンナプルナ 0.00000037 +アンナン 0.00000009 +アンニバーレ 0.00000028 +アンヌ 0.00000110 +アンヌマリー 0.00000009 +アンネ 0.00000128 +アンバ 0.00000009 +アンバサダー 0.00000018 +アンバランス 0.00000101 +アンバー 0.00000211 +アンバーリー 0.00000009 +アンパン 0.00000028 +アンファール 0.00000009 +アンフィオン 0.00000009 +アンフェア 0.00000028 +アンフェタミン 0.00000028 +アンフォ 0.00000018 +アンフォテリシン 0.00000018 +アンブリッジ 0.00000018 +アンブレラ 0.00000028 +アンプ 0.00000018 +アンプスピーカー 0.00000009 +アンプラグド 0.00000018 +アンプル 0.00000009 +アンペ 0.00000018 +アンペア 0.00000055 +アンホテリシン 0.00000009 +アンボアーズ 0.00000009 +アンマン 0.00000018 +アンモナイト 0.00000009 +アンモニア 0.00000028 +アンラッキー 0.00000009 +アンリ 0.00000018 +アンリエッタ 0.00000211 +アンリミテッド 0.00000009 +アンワル 0.00000018 +アン・ 0.00000110 +アヴァイ 0.00000046 +アヴァンギャルド 0.00000009 +アヴェ 0.00000028 +アヴェマリア 0.00000009 +アヴォリアッツ 0.00000009 +アヴナー 0.00000037 +アヴリル 0.00000009 +アー 0.00000073 +アーウィット 0.00000009 +アーウィン 0.00000009 +アーカ 0.00000009 +アーカイブ 0.00000083 +アーカン 0.00000174 +アーキテクチャ 0.00000018 +アーキテクチャー 0.00000018 +アーキテクト 0.00000018 +アーキン 0.00000009 +アーギフ 0.00000009 +アーク 0.00000055 +アークリー 0.00000147 +アーケード 0.00000092 +アーサー 0.00000339 +アーシア 0.00000009 +アーシュラ 0.00000009 +アース 0.00000211 +アースク 0.00000046 +アースデイ 0.00000046 +アースデー 0.00000046 +アースマラソン 0.00000028 +アーセガ 0.00000009 +アーセナル 0.00000018 +アーセノート 0.00000028 +アータートン 0.00000009 +アーチ 0.00000358 +アーチィ 0.00000009 +アーチェリー 0.00000119 +アーチスト 0.00000128 +アーチボルド 0.00000009 +アーチャー 0.00000028 +アーチー 0.00000009 +アーッ 0.00000009 +アーツ 0.00000183 +アーティスツ 0.00000018 +アーティスティック 0.00000037 +アーティスト 0.00002705 +アーティストビザ 0.00000009 +アーティチョーク 0.00000009 +アーティー 0.00000018 +アーテミス 0.00000009 +アーデン 0.00000101 +アート 0.00002604 +アートイベント 0.00000018 +アートフル 0.00000009 +アートワーク 0.00000037 +アード 0.00000028 +アードラー 0.00000018 +アーナ 0.00000009 +アーナンド 0.00000055 +アーニー 0.00000009 +アーネスト 0.00000110 +アーノッツ 0.00000009 +アーノルド 0.00000440 +アーハ 0.00000009 +アーバイン 0.00000064 +アーバックル 0.00000009 +アーバナ 0.00000009 +アーバン 0.00000028 +アービング 0.00000018 +アーブ 0.00000009 +アーブル 0.00000037 +アープ 0.00000009 +アーマー 0.00000018 +アーミティッジ 0.00000055 +アーミテージ 0.00000028 +アーミデ 0.00000009 +アーミデール 0.00000018 +アーミン 0.00000009 +アーミー 0.00000018 +アーム 0.00000293 +アームストロング 0.00000266 +アーメド 0.00000028 +アーメン 0.00000037 +アーモンド 0.00000083 +アーユル 0.00000018 +アーラム 0.00000018 +アーリア 0.00000028 +アーリアン 0.00000018 +アーリントン 0.00000101 +アーリー 0.00000009 +アール 0.00000138 +アールス 0.00000009 +アーロン 0.00000083 +アーロンビー 0.00000147 +アーンジィア 0.00000009 +アーンズワース 0.00000009 +アーヴィング 0.00000037 +ィ 0.00000046 +ィー 0.00000009 +ィ! 0.00000009 +イ 0.00000550 +イアホン 0.00000009 +イアン 0.00000229 +イアー 0.00000009 +イイ 0.00000064 +イイコラウメン 0.00000009 +イイトコ 0.00000009 +イウェデ 0.00000028 +イェイェイ 0.00000009 +イェジェイチャク 0.00000009 +イェスゲイ 0.00000028 +イェリン 0.00000009 +イェルク 0.00000009 +イェンス 0.00000009 +イェーツ 0.00000009 +イェーテボリ 0.00000028 +イェーニッシュ 0.00000009 +イェーラ 0.00000055 +イェール 0.00000009 +イエス 0.00001733 +イエスタディ 0.00000018 +イエズス 0.00000165 +イエティ 0.00000037 +イエベント 0.00000009 +イエメン 0.00000248 +イエロー 0.00000330 +イエローストーン 0.00000046 +イエローマン 0.00000009 +イエン 0.00000018 +イエンス 0.00000009 +イエーガー 0.00000009 +イエーツ 0.00000064 +イオス 0.00000046 +イオニア 0.00000037 +イオン 0.00000908 +イカ 0.00000248 +イカサマ 0.00000046 +イカスミ 0.00000009 +イカレ 0.00000046 +イカロス 0.00000018 +イカ墨 0.00000009 +イカ漁 0.00000009 +イガ 0.00000009 +イガイ 0.00000018 +イキ 0.00000009 +イキイキ 0.00000064 +イキトス 0.00000009 +イキリス 0.00000009 +イギリス 0.00010472 +イギリスファン 0.00000009 +イク 0.00000009 +イクヌーモン 0.00000009 +イクバル 0.00000009 +イクメン 0.00000009 +イクラ 0.00000073 +イグ 0.00000073 +イグアス 0.00000037 +イグアナ 0.00000055 +イグサ 0.00000055 +イグニッション 0.00000009 +イグニッションキー 0.00000009 +イグネイ 0.00000174 +イグノーベル 0.00000009 +イケ 0.00000110 +イケイケ 0.00000009 +イケス 0.00000009 +イケテル 0.00000009 +イケナイ 0.00000009 +イケバナ 0.00000009 +イケメン 0.00000046 +イコモス 0.00000009 +イコン 0.00000018 +イコール 0.00000083 +イゴール 0.00000018 +イサドラ 0.00000009 +イザ 0.00000009 +イザベラ 0.00000028 +イザベル 0.00000220 +イザヤ 0.00000018 +イシグロ 0.00000009 +イシダ 0.00000092 +イシュー 0.00000110 +イジメ 0.00000037 +イス 0.00000073 +イスキリ 0.00000009 +イスタンブール 0.00000183 +イスト 0.00000046 +イスパキュラハスク 0.00000018 +イスマイル 0.00000018 +イスラエル 0.00003521 +イスラマバード 0.00000046 +イスラミア 0.00000009 +イスラミック 0.00000046 +イスラム 0.00003668 +イズ 0.00000028 +イズディン 0.00000009 +イズム 0.00000018 +イソギンチャク 0.00000018 +イソップ 0.00000101 +イソフラボノ 0.00000018 +イソフラボン 0.00000018 +イソロイシン 0.00000009 +イゾラ 0.00000009 +イタ 0.00000037 +イタめし屋 0.00000009 +イタイイタイ 0.00000018 +イタカ 0.00000018 +イタケー 0.00000119 +イタコ 0.00000037 +イタス 0.00000009 +イタズラ 0.00000028 +イタズラッ子 0.00000009 +イタチ 0.00000119 +イタチザメ 0.00000018 +イタドリ 0.00000028 +イタリア 0.00006080 +イタリアノ 0.00000009 +イタリアン 0.00000202 +イタリアンス 0.00000009 +イタリアンタウン 0.00000009 +イタリアンリーグ 0.00000009 +イタリー 0.00000009 +イタル 0.00000009 +イタロ 0.00000009 +イタ飯 0.00000009 +イダ 0.00000028 +イチ 0.00000018 +イチイ 0.00000009 +イチオシ 0.00000018 +イチゴ 0.00000394 +イチジク 0.00000138 +イチホン 0.00000009 +イチャイチャ 0.00000037 +イチュ 0.00000018 +イチョウ 0.00000165 +イチロウ 0.00000018 +イチロー 0.00002604 +イッ 0.00000009 +イッキ 0.00000009 +イッシー 0.00000009 +イッツ 0.00000018 +イッツァ 0.00000018 +イット 0.00000101 +イップ 0.00000046 +イッポン 0.00000009 +イツハク 0.00000037 +イテリア 0.00000009 +イデア 0.00000028 +イディ 0.00000018 +イディアニ 0.00000018 +イディオム 0.00000092 +イディッシュ 0.00000101 +イデオロギー 0.00000468 +イデオローグ 0.00000009 +イトカワ 0.00000220 +イトスギ 0.00000009 +イトマキエイ 0.00000064 +イトマン 0.00000009 +イトーヨーカ 0.00000009 +イトーヨーカドー 0.00000009 +イド 0.00000009 +イドメネオス 0.00000028 +イドリース 0.00000009 +イナ 0.00000028 +イナゴ 0.00000046 +イナシオ 0.00000018 +イナダ 0.00000009 +イナバウアー 0.00000009 +イニエスタ 0.00000009 +イニシアチブ 0.00000110 +イニシエーション 0.00000009 +イニシャル 0.00000110 +イニング 0.00000046 +イヌ 0.00000935 +イヌイット 0.00000101 +イヌワシ 0.00000018 +イネ 0.00000073 +イネス 0.00000073 +イネストローザ 0.00000083 +イノウエアリサ 0.00000009 +イノシシ 0.00000147 +イノシトール 0.00000018 +イノセンス 0.00000009 +イノベーション 0.00000018 +イバラ 0.00000128 +イバラード 0.00000018 +イビキ 0.00000009 +イビチャ 0.00000037 +イビッグ 0.00000009 +イフ 0.00000009 +イファ 0.00000009 +イフザル 0.00000009 +イフタール 0.00000018 +イフヴェン 0.00000009 +イブ 0.00000202 +イブニング 0.00000064 +イブプロフェン 0.00000009 +イブラヒィム 0.00000009 +イブラヒマ 0.00000018 +イブラヒミ 0.00000018 +イブラヒム 0.00000119 +イブラーヒム 0.00000037 +イブリン 0.00000055 +イブレア 0.00000018 +イベット 0.00000009 +イベリア 0.00000018 +イベリン 0.00000018 +イベロアメリカナ 0.00000009 +イベンダー 0.00000009 +イベント 0.00008602 +イボ 0.00000018 +イマジネーション 0.00000083 +イマジン 0.00000073 +イマニュエル 0.00000009 +イマヌエル 0.00000009 +イマム 0.00000009 +イマン 0.00000009 +イマーシブ 0.00000009 +イマージュ 0.00000009 +イマージョン 0.00000128 +イマーム 0.00000018 +イミグレ 0.00000009 +イミグレーション 0.00000028 +イミテーション 0.00000009 +イム 0.00000083 +イムオン 0.00000018 +イムラン 0.00000009 +イメクラ 0.00000009 +イメルダ 0.00000009 +イメーシ 0.00000046 +イメージ 0.00006117 +イメージング 0.00000083 +イモ 0.00000211 +イモラ 0.00000018 +イヤ 0.00000459 +イヤダ 0.00000009 +イヤド 0.00000018 +イヤフォン 0.00000028 +イヤホン 0.00000257 +イヤミ 0.00000037 +イヤリング 0.00000147 +イヤー 0.00000193 +イヤーズ 0.00000028 +イュード 0.00000009 +イョラン 0.00000009 +イライアス 0.00000009 +イライザ 0.00000064 +イライジャ 0.00000009 +イライラ 0.00001467 +イラウズ 0.00000009 +イラク 0.00010206 +イラクサ 0.00000083 +イラクートルコ 0.00000009 +イラショナル 0.00000009 +イラスト 0.00001183 +イラストレイテッド 0.00000018 +イラストレーター 0.00000110 +イラストレーターズ 0.00000009 +イラッシャイマセ 0.00000009 +イラン 0.00003998 +イランド 0.00000028 +イリ 0.00000009 +イリアス 0.00000009 +イリアン 0.00000018 +イリイチ 0.00000018 +イリオ 0.00000009 +イリオス 0.00000009 +イリオモテ 0.00000018 +イリジウム 0.00000009 +イリノイ 0.00000229 +イリュージョニスト 0.00000018 +イリュージョン 0.00000046 +イリーナ 0.00000064 +イル 0.00000009 +イルカ 0.00000459 +イルカファン 0.00000009 +イルグロヴァ 0.00000028 +イルハン 0.00000092 +イルマ 0.00000009 +イルミナティ 0.00000055 +イルミネーション 0.00000138 +イルミリオン 0.00000009 +イルン 0.00000009 +イルンガ 0.00000018 +イレイン 0.00000028 +イレウス 0.00000009 +イレギュラー 0.00000009 +イレブン 0.00000183 +イレーナ 0.00000028 +イレーヌ 0.00000009 +イロイロ 0.00000009 +イロハカルタ 0.00000009 +イワシ 0.00000147 +イワタバコ 0.00000009 +イワツバメ 0.00000009 +イワナ 0.00000018 +イワノビッチ 0.00000018 +イワノフ 0.00000009 +イワモト 0.00000037 +イワン 0.00000028 +イン 0.00001110 +インウッド 0.00000064 +インカ 0.00000138 +インカタ 0.00000009 +インキ 0.00000128 +インク 0.00000624 +インクリメント 0.00000028 +インクレディブル 0.00000064 +イング 0.00000009 +イングランド 0.00001458 +イングランドリーグ 0.00000009 +イングリッシュ 0.00000477 +イングリット 0.00000009 +イングリッド 0.00000138 +イングル 0.00000009 +イングロリアス 0.00000009 +インゲン 0.00000009 +インコ 0.00000083 +インサイダー 0.00000073 +インサイト 0.00000055 +インサイド 0.00000009 +インザーギ 0.00000009 +インシンク 0.00000009 +インジウム 0.00000009 +インジケーター 0.00000009 +インスタレーション 0.00000018 +インスタント 0.00000798 +インスツルメント 0.00000009 +インスティテュート 0.00000037 +インステイテユ 0.00000009 +インストラクション 0.00000018 +インストラクター 0.00000486 +インストール 0.00000330 +インスピレーション 0.00000321 +インスブルック 0.00000028 +インスリン 0.00000220 +インセプション 0.00000009 +インセンティブ 0.00000183 +インタ 0.00000009 +インタイン 0.00000009 +インタビュアー 0.00000028 +インタビュー 0.00003512 +インタラクティブ 0.00000055 +インター 0.00000275 +インターシティ 0.00000009 +インターナショナリズム 0.00000009 +インターナショナル 0.00001440 +インターナショナルトーク 0.00000009 +インターネット 0.00013168 +インターネットラジオ 0.00000046 +インタービュ 0.00000009 +インタービュー 0.00000018 +インターフェロン 0.00000009 +インターフェース 0.00000238 +インターフォン 0.00000009 +インタープリタ 0.00000018 +インタープリター 0.00000083 +インターホン 0.00000009 +インターポール 0.00000018 +インターラクティブ 0.00000009 +インターロイキン 0.00000009 +インターン 0.00000128 +インターンシップ 0.00000312 +インダクタンス 0.00000028 +インダス 0.00000046 +インダストリー 0.00000018 +インダストリーズ 0.00000055 +インチ 0.00000807 +インチキ 0.00000183 +インチコア 0.00000009 +インチフル 0.00000009 +インティマン 0.00000009 +インティライミ 0.00000028 +インテリ 0.00000138 +インテリア 0.00000514 +インテリアホン 0.00000009 +インテリジェンス 0.00000046 +インテリジェント 0.00000037 +インテル 0.00000138 +インディ 0.00000147 +インディア 0.00000073 +インディアナ 0.00000156 +インディアン 0.00000358 +インディアンレッド 0.00000009 +インディオ 0.00000009 +インディカ 0.00000009 +インディペンデンス 0.00000018 +インディラ 0.00000037 +インディー 0.00000028 +インディーズ 0.00000046 +インデックス 0.00000064 +イントネーション 0.00000174 +イントラネット 0.00000009 +イントロクイズ 0.00000009 +イントロダクション 0.00000009 +インド 0.00009739 +インドア 0.00000009 +インドシナ 0.00000119 +インドネシア 0.00002421 +インドネシアシーラカンス 0.00000018 +インドネシヤ 0.00000009 +インドレストラン 0.00000009 +インナ 0.00000101 +インナー 0.00000037 +インハイブリッド 0.00000009 +インパクト 0.00000367 +インパラ 0.00000018 +インパルス 0.00000138 +インファンテ 0.00000101 +インフィニティ 0.00000037 +インフェルノ 0.00000009 +インフォ 0.00000101 +インフォシス 0.00000018 +インフォメーション 0.00000229 +インフォーマル 0.00000028 +インフォーメーション 0.00000009 +インフラ 0.00000587 +インフラストラクチャー 0.00000028 +インフルエンザ 0.00003017 +インフレ 0.00000284 +インフレーション 0.00000055 +インプット 0.00000064 +インプラント 0.00000009 +インプラントデンチャー 0.00000009 +インベージョン 0.00000009 +インペリアル 0.00000046 +インボイス 0.00000046 +インポ 0.00000037 +インポッシブル 0.00000028 +インポテンツ 0.00000083 +インポート 0.00000018 +インマイ 0.00000009 +インマン 0.00000055 +インモラル 0.00000009 +イン・ 0.00000009 +イヴ 0.00000083 +イヴァン 0.00000018 +イヴィー 0.00000028 +イヴニング 0.00000018 +イヴリン 0.00000028 +イー 0.00000110 +イーカリオス 0.00000028 +イーガン 0.00000018 +イーガー 0.00000037 +イーグル 0.00000119 +イーグルス 0.00000266 +イーグルズ 0.00000037 +イーゴリ 0.00000009 +イーサン 0.00000110 +イージアス 0.00000046 +イージス 0.00000037 +イージー 0.00000018 +イースタン 0.00000055 +イースター 0.00000504 +イースト 0.00000229 +イーストウッド 0.00000110 +イーストリバー 0.00000018 +イーストン 0.00000046 +イーゼル 0.00000018 +イーダ 0.00000009 +イーディ 0.00000009 +イーデー 0.00000009 +イートイン 0.00000009 +イートン 0.00000018 +イード 0.00000018 +イードメネウス 0.00000083 +イーブン 0.00000009 +イープル 0.00000018 +イーベイ 0.00000110 +イーメックス 0.00000028 +イーメール 0.00000009 +イーモウ 0.00000009 +イーモーション 0.00000009 +イーヨー 0.00000009 +イーライ 0.00000110 +イーリス 0.00000009 +イーロイ 0.00000009 +イーロス 0.00000028 +イーロン 0.00000018 +イーヴェン 0.00000009 +ゥ 0.00000092 +ゥラッフ 0.00000018 +ゥース 0.00000055 +ウ 0.00000229 +ウィ 0.00000018 +ウィキペディア 0.00000018 +ウィキリークス 0.00000138 +ウィクラマシンハ 0.00000009 +ウィクロウ 0.00000009 +ウィグ 0.00000009 +ウィグモア 0.00000009 +ウィグル 0.00000009 +ウィサッチ 0.00000009 +ウィザースプーン 0.00000037 +ウィザーズ 0.00000009 +ウィザード 0.00000018 +ウィス 0.00000028 +ウィスキー 0.00000339 +ウィスコンシン 0.00000174 +ウィスラー 0.00000009 +ウィズ 0.00000018 +ウィズダム 0.00000009 +ウィチェルマン 0.00000018 +ウィック 0.00000018 +ウィッグ 0.00000009 +ウィッサ 0.00000009 +ウィッチ 0.00000018 +ウィッテ 0.00000009 +ウィッティー 0.00000046 +ウィット 0.00000046 +ウィットソン 0.00000046 +ウィットル 0.00000009 +ウィテカー 0.00000028 +ウィトウィッキー 0.00000009 +ウィトク 0.00000018 +ウィトルウィウス 0.00000009 +ウィトワーテル 0.00000018 +ウィドド 0.00000009 +ウィナー 0.00000018 +ウィニー 0.00000009 +ウィノナ 0.00000028 +ウィメンズ 0.00000018 +ウィメンズヘルス 0.00000018 +ウィリアム 0.00000825 +ウィリアムス 0.00000018 +ウィリアムズ 0.00000413 +ウィリアムソン 0.00000303 +ウィリス 0.00000156 +ウィリー 0.00000183 +ウィル 0.00000504 +ウィルキソン 0.00000009 +ウィルキンズ 0.00000009 +ウィルケン 0.00000046 +ウィルコックス 0.00000009 +ウィルシャー 0.00000009 +ウィルス 0.00000009 +ウィルスチェック 0.00000018 +ウィルソン 0.00000422 +ウィルトン 0.00000018 +ウィルバー 0.00000147 +ウィルマ 0.00000009 +ウィルムット 0.00000009 +ウィロー 0.00000064 +ウィン 0.00000147 +ウィンキー 0.00000303 +ウィンク 0.00000119 +ウィンクラー 0.00000064 +ウィング 0.00000083 +ウィングス 0.00000018 +ウィンストン 0.00000046 +ウィンスレット 0.00000009 +ウィンスロップ 0.00000009 +ウィンスロー 0.00000009 +ウィンズ 0.00000009 +ウィンター 0.00000046 +ウィンターサー 0.00000009 +ウィンターズ 0.00000018 +ウィンターセール 0.00000009 +ウィンターフェスティバル 0.00000028 +ウィンターリーグ 0.00000009 +ウィンディゲイト 0.00000018 +ウィンディバンク 0.00000275 +ウィンド 0.00000055 +ウィンドウ 0.00000468 +ウィンドウズ 0.00000348 +ウィンドウディスプレー 0.00000009 +ウィンドー 0.00000009 +ウィンナー 0.00000009 +ウィンフリー 0.00000009 +ウィンブルトン 0.00000009 +ウィンブルドン 0.00000193 +ウィンブルドンテニス 0.00000009 +ウィンポール 0.00000009 +ウィンマー 0.00000018 +ウィー 0.00000110 +ウィーク 0.00000550 +ウィークエンド 0.00000018 +ウィークス 0.00000064 +ウィークデイ 0.00000018 +ウィークデー 0.00000018 +ウィークリー 0.00000028 +ウィークリーマンション 0.00000009 +ウィーズィ 0.00000009 +ウィーズィー 0.00000009 +ウィーズリー 0.00000046 +ウィートビックス 0.00000009 +ウィーナ 0.00000514 +ウィーバー 0.00000009 +ウィーン 0.00000908 +ウィーヴァー 0.00000055 +ウイスキー 0.00000284 +ウイスナー 0.00000009 +ウイッカーソン 0.00000028 +ウイット 0.00000009 +ウイナーズ 0.00000009 +ウイピル 0.00000009 +ウイリアム 0.00000064 +ウイリアムソン 0.00000046 +ウイリー 0.00000018 +ウイルキンス 0.00000009 +ウイルス 0.00004649 +ウイルスン 0.00000009 +ウイルソン 0.00000009 +ウイルバー 0.00000009 +ウイン 0.00000055 +ウインク 0.00000092 +ウイング 0.00000028 +ウインストン 0.00000009 +ウインズ 0.00000083 +ウインター 0.00000046 +ウインチ 0.00000009 +ウインド 0.00000064 +ウインドウ 0.00000128 +ウインドウズ 0.00000064 +ウインドブレーカー 0.00000009 +ウインナー 0.00000018 +ウイーク 0.00000147 +ウイート 0.00000009 +ウイーン 0.00000018 +ウェア 0.00000110 +ウェイ 0.00000825 +ウェイカム 0.00000046 +ウェイクフィールド 0.00000046 +ウェイクフォレスト 0.00000028 +ウェイコ 0.00000018 +ウェイズ 0.00000009 +ウェイター 0.00000037 +ウェイツ 0.00000018 +ウェイティング 0.00000018 +ウェイト 0.00000055 +ウェイブス 0.00000046 +ウェイン 0.00000165 +ウェイヴ 0.00000009 +ウェクスラー 0.00000046 +ウェザー 0.00000174 +ウェザース 0.00000101 +ウェス 0.00000018 +ウェスタン 0.00000009 +ウェスティン 0.00000009 +ウェスト 0.00000339 +ウェストケア 0.00000028 +ウェストベ 0.00000009 +ウェストベイ 0.00000165 +ウェストポート 0.00000018 +ウェストミンスタ 0.00000009 +ウェストミンスター 0.00000064 +ウェストモーランド 0.00000055 +ウェストランド 0.00000018 +ウェストン 0.00000009 +ウェズレイ 0.00000009 +ウェチャチワ 0.00000018 +ウェッジウッド 0.00000009 +ウェッツラ 0.00000009 +ウェッデルアザラシ 0.00000009 +ウェット 0.00000018 +ウェッブ 0.00000018 +ウェディング 0.00000073 +ウェバー 0.00000028 +ウェブ 0.00001155 +ウェブサイト 0.00003182 +ウェブスター 0.00000018 +ウェブログ 0.00000028 +ウェリントン 0.00000073 +ウェル 0.00000028 +ウェルカム 0.00000092 +ウェルシ 0.00000018 +ウェルシュ 0.00000018 +ウェルズ 0.00000128 +ウェルダン 0.00000018 +ウェルチ 0.00000009 +ウェルドン 0.00000009 +ウェルネス 0.00000009 +ウェルビーイング 0.00000009 +ウェルブス 0.00000009 +ウェン 0.00000028 +ウェング 0.00000009 +ウェンズ 0.00000009 +ウェンズデー 0.00000028 +ウェンディ 0.00000037 +ウェンディーズ 0.00000009 +ウェンブリー 0.00000046 +ウェーター 0.00000009 +ウェーデン 0.00000009 +ウェーバー 0.00000037 +ウェーブ 0.00000385 +ウェーベル 0.00000009 +ウェールズ 0.00000073 +ウエア 0.00000073 +ウエイター 0.00000110 +ウエイト 0.00000110 +ウエイトレス 0.00000064 +ウエイルズ 0.00000009 +ウエイン 0.00000009 +ウエスタン 0.00000128 +ウエスタンスタイル 0.00000009 +ウエスタンロデオ 0.00000009 +ウエスティーズ 0.00000009 +ウエスト 0.00000715 +ウエストゴム 0.00000009 +ウエストポート 0.00000018 +ウエストミンスター 0.00000037 +ウエストモーランド 0.00000018 +ウエストライン 0.00000009 +ウエッ 0.00000018 +ウエット 0.00000037 +ウエディング 0.00000394 +ウエムラ 0.00000046 +ウエラ 0.00000009 +ウエルカム 0.00000018 +ウエルス 0.00000009 +ウエルネス 0.00000018 +ウエン 0.00000046 +ウエンデル 0.00000009 +ウエー 0.00000037 +ウエーター 0.00000284 +ウエート 0.00000018 +ウエートリフティング 0.00000009 +ウエートレス 0.00000330 +ウエード 0.00000037 +ウエーブ 0.00000018 +ウォウォウ 0.00000009 +ウォサッチ 0.00000028 +ウォザースプーン 0.00000009 +ウォシュレット 0.00000037 +ウォジニッチ 0.00000018 +ウォズニアッキ 0.00000028 +ウォズニアック 0.00000009 +ウォッカ 0.00000055 +ウォッキー 0.00000009 +ウォック 0.00000028 +ウォッシュ 0.00000018 +ウォッシュレット 0.00000018 +ウォツカ 0.00000009 +ウォラス 0.00000009 +ウォリントン 0.00000009 +ウォルシュ 0.00000037 +ウォルストン 0.00000009 +ウォルソン 0.00000009 +ウォルタファン 0.00000009 +ウォルター 0.00000202 +ウォルターズ 0.00000018 +ウォルト 0.00000220 +ウォルドロン 0.00000018 +ウォルハイム 0.00000009 +ウォルフ 0.00000009 +ウォルフィンバーガー 0.00000028 +ウォルフガング 0.00000009 +ウォルフソン 0.00000092 +ウォルフレン 0.00000018 +ウォルマート 0.00000257 +ウォレス 0.00000037 +ウォレン 0.00000009 +ウォロフ 0.00000037 +ウォン 0.00000284 +ウォンサワット 0.00000009 +ウォンチョル 0.00000009 +ウォント 0.00000046 +ウォンバット 0.00000110 +ウォンビン 0.00000028 +ウォー 0.00000037 +ウォーカー 0.00000193 +ウォーキング 0.00000257 +ウォーキー 0.00000018 +ウォーク 0.00000229 +ウォークマン 0.00000211 +ウォークラリー 0.00000009 +ウォーズ 0.00000413 +ウォータルー 0.00000064 +ウォーター 0.00000770 +ウォーターズ 0.00000073 +ウォートン 0.00000018 +ウォード 0.00000018 +ウォーナー 0.00000028 +ウォーフ 0.00000009 +ウォーフロード 0.00000009 +ウォーホル 0.00000018 +ウォーマー 0.00000009 +ウォーミング 0.00000064 +ウォーム 0.00000037 +ウォームビズ 0.00000128 +ウォーリアー 0.00000009 +ウォーリー 0.00000119 +ウォール 0.00000275 +ウォールウェン 0.00000009 +ウォーレス 0.00000018 +ウォーレン 0.00000193 +ウオッチ 0.00000092 +ウオッチャー 0.00000009 +ウオッチング 0.00000110 +ウオツカ 0.00000037 +ウオレス 0.00000028 +ウオーカー 0.00000009 +ウオーカートン 0.00000009 +ウオーキング 0.00000009 +ウオーター 0.00000073 +ウオーム 0.00000018 +ウオール 0.00000009 +ウガリ 0.00000018 +ウガンダ 0.00000413 +ウキウキ 0.00000064 +ウギャル 0.00000018 +ウギャー 0.00000009 +ウクライナ 0.00000633 +ウクレレ 0.00000018 +ウケ 0.00000064 +ウゲン 0.00000009 +ウコン 0.00000083 +ウゴ 0.00000064 +ウサ 0.00000009 +ウサギ 0.00000697 +ウサフ 0.00000009 +ウサマ 0.00000028 +ウザーラ 0.00000028 +ウシ 0.00000752 +ウシエビ 0.00000009 +ウシゲノム 0.00000046 +ウシノシタ 0.00000009 +ウシュアイア 0.00000037 +ウシンスク 0.00000009 +ウスター 0.00000037 +ウズウズ 0.00000009 +ウズベキスタン 0.00000110 +ウズラ 0.00000064 +ウソ 0.00000092 +ウソツキ 0.00000009 +ウソモノ 0.00000009 +ウタイ 0.00000055 +ウタマ 0.00000009 +ウダール 0.00000009 +ウチ 0.00000018 +ウチギ 0.00000009 +ウチワ 0.00000009 +ウッ 0.00000009 +ウッシッシ 0.00000009 +ウッズ 0.00000514 +ウッディ 0.00000028 +ウッディン 0.00000018 +ウットゥン 0.00000046 +ウットリ 0.00000018 +ウッド 0.00000275 +ウッドベリー 0.00000018 +ウッドランド 0.00000028 +ウッドリ 0.00000229 +ウッドロー 0.00000009 +ウッドワード 0.00000046 +ウティチャイ 0.00000009 +ウディ 0.00000009 +ウトヤ 0.00000009 +ウドゥー 0.00000009 +ウドン 0.00000028 +ウナ 0.00000009 +ウナイドウン 0.00000009 +ウナギ 0.00000248 +ウナル 0.00000009 +ウニ 0.00000064 +ウニクリシュナン 0.00000018 +ウバンギ 0.00000009 +ウフィツィ 0.00000018 +ウブド 0.00000028 +ウブレ 0.00000009 +ウプサラ 0.00000009 +ウヘーッ 0.00000009 +ウマ 0.00000358 +ウマバエ 0.00000009 +ウマル 0.00000009 +ウマンゾール 0.00000009 +ウミウシ 0.00000046 +ウミガメ 0.00000422 +ウミガメスープ 0.00000018 +ウミザリガニ 0.00000009 +ウメ 0.00000009 +ウメキ 0.00000018 +ウメッシュ 0.00000009 +ウラ 0.00000037 +ウラジオ 0.00000018 +ウラジミール 0.00000101 +ウラジーミル 0.00000147 +ウラニウム 0.00000018 +ウラヌス 0.00000009 +ウラル 0.00000009 +ウラン 0.00000202 +ウランバートル 0.00000092 +ウリ 0.00000009 +ウリタイトイッテマス 0.00000009 +ウリベ 0.00000009 +ウリヤ 0.00000009 +ウル 0.00000009 +ウルウル 0.00000009 +ウルク 0.00000009 +ウルグアイ 0.00000330 +ウルサ 0.00000009 +ウルシ 0.00000009 +ウルジー 0.00000009 +ウルスア 0.00000009 +ウルスター 0.00000009 +ウルスラ 0.00000009 +ウルトラ 0.00000064 +ウルトラズーム 0.00000009 +ウルトラマラソン 0.00000009 +ウルトラマン 0.00000284 +ウルトラライト 0.00000018 +ウルトラリアリズム 0.00000009 +ウルドゥ 0.00000028 +ウルドゥー 0.00000009 +ウルドリッジ 0.00000009 +ウルビーノ 0.00000037 +ウルフ 0.00000073 +ウルファケバブ 0.00000009 +ウルフォーク 0.00000064 +ウルフソン 0.00000018 +ウルル 0.00000083 +ウルーム 0.00000009 +ウレシイ 0.00000037 +ウレタン 0.00000009 +ウレン 0.00000009 +ウロウロ 0.00000009 +ウロコ 0.00000009 +ウワオ 0.00000009 +ウワッ 0.00000009 +ウワディスワフ 0.00000009 +ウワー 0.00000018 +ウン 0.00000009 +ウンウン 0.00000009 +ウンギル 0.00000028 +ウンコ 0.00000009 +ウンザリ 0.00000018 +ウンチ 0.00000046 +ウンナナクール 0.00000018 +ウンブンドゥ 0.00000009 +ウン・ 0.00000147 +ウー 0.00000064 +ウーアルカイシ 0.00000009 +ウーギー 0.00000064 +ウーグウェイ 0.00000009 +ウースマン 0.00000037 +ウータカマンド 0.00000009 +ウード 0.00000009 +ウードレー 0.00000009 +ウードロウ 0.00000009 +ウーマン 0.00000266 +ウーマンズ 0.00000018 +ウーメラ 0.00000009 +ウーライト 0.00000009 +ウール 0.00000128 +ウーレ 0.00000009 +ウーロン 0.00000138 +ウーロンハイ 0.00000009 +ウーン 0.00000018 +エ 0.00000064 +エア 0.00000403 +エアウェイズ 0.00000028 +エアガン 0.00000009 +エアコン 0.00001119 +エアコンプレッサー 0.00000009 +エアショー 0.00000055 +エアスプレー 0.00000009 +エアタッチ 0.00000009 +エアトラベル 0.00000009 +エアバス 0.00000083 +エアフィルター 0.00000009 +エアフォース 0.00000009 +エアブラシ 0.00000009 +エアベンダー 0.00000009 +エアホッケー 0.00000009 +エアポート 0.00000064 +エアメール 0.00000046 +エアライン 0.00000018 +エアラインズ 0.00000009 +エアリアル 0.00000009 +エアリエル 0.00000229 +エアリス 0.00000009 +エアロ 0.00000046 +エアロスペース 0.00000009 +エアロスミス 0.00000037 +エアロソアラ 0.00000028 +エアロバイク 0.00000018 +エアロバティック 0.00000009 +エアロビ 0.00000037 +エアロビクス 0.00000202 +エアロビック 0.00000037 +エアー 0.00000073 +エアーガン 0.00000009 +エアーキヤリー 0.00000009 +エアーシア 0.00000009 +エアーズ 0.00000028 +エイ 0.00000073 +エイエイ 0.00000018 +エイカーズ 0.00000009 +エイガ 0.00000009 +エイク 0.00000046 +エイコ 0.00000018 +エイゴガワカリマ 0.00000009 +エイサス 0.00000009 +エイシン 0.00000009 +エイジ 0.00000064 +エイジアン 0.00000037 +エイジング 0.00000009 +エイス 0.00000009 +エイズ 0.00007043 +エイズイコール 0.00000009 +エイズデー 0.00000156 +エイダ 0.00000110 +エイチ 0.00000018 +エイチン 0.00000009 +エイティナイナーズ 0.00000009 +エイト 0.00000028 +エイド 0.00000028 +エイドリア 0.00000009 +エイドリアン 0.00000138 +エイドルマン 0.00000028 +エイブ 0.00000018 +エイブラハム 0.00000064 +エイブラムス 0.00000009 +エイブラムズ 0.00000009 +エイブラーズ 0.00000009 +エイブリー 0.00000018 +エイプ 0.00000009 +エイプリル 0.00000119 +エイベックス 0.00000101 +エイボン 0.00000037 +エイミー 0.00000147 +エイメイ 0.00000009 +エイメリック 0.00000009 +エイリアン 0.00000202 +エイリソッス 0.00000009 +エイルズベリー 0.00000009 +エイン 0.00000018 +エインジェル 0.00000138 +エイヴリィ 0.00000009 +エウアドレ 0.00000009 +エウセビオ 0.00000009 +エウリピデス 0.00000009 +エウリュクレイア 0.00000018 +エウリュクレエイア 0.00000018 +エウリュトス 0.00000018 +エウリュバテス 0.00000009 +エウリュピュロス 0.00000312 +エウロタス 0.00000018 +エウロパ 0.00000009 +エエッ 0.00000028 +エカテリーナ 0.00000046 +エガース 0.00000009 +エキサイティング 0.00000440 +エキサイト 0.00000138 +エキササイズ 0.00000018 +エキシビション 0.00000028 +エキス 0.00000321 +エキストラ 0.00000092 +エキストリーム 0.00000009 +エキスパート 0.00000165 +エキスプレス 0.00000055 +エキスポ 0.00000101 +エキスポート 0.00000009 +エキセントリック 0.00000009 +エキゾチズム 0.00000018 +エキゾチック 0.00000275 +エギアルテ 0.00000037 +エクアドル 0.00000459 +エクササイズ 0.00000321 +エクサンプロバンス 0.00000009 +エクシブ 0.00000009 +エクス 0.00000028 +エクスキューズミー 0.00000037 +エクスタシー 0.00000009 +エクスチェンジ 0.00000055 +エクステリア 0.00000037 +エクストリーム 0.00000018 +エクスプレス 0.00000257 +エクスプレスメール 0.00000009 +エクスプローラー 0.00000037 +エクスペンス 0.00000009 +エクスポ 0.00000009 +エクスポズ 0.00000055 +エクスポプラザ 0.00000018 +エクセター 0.00000009 +エクセル 0.00000064 +エクセレンス 0.00000018 +エクソン 0.00000073 +エクトン 0.00000018 +エクトール 0.00000009 +エクバーグ 0.00000037 +エクリプス 0.00000009 +エクレア 0.00000009 +エグゼクティブ 0.00000083 +エグゼビア 0.00000009 +エグベビケ 0.00000028 +エグボク 0.00000009 +エコ 0.00000679 +エコカー 0.00000073 +エコシステム 0.00000009 +エコツアー 0.00000009 +エコナ 0.00000009 +エコナクッキング 0.00000009 +エコノプライス 0.00000009 +エコノミクス 0.00000018 +エコノミスト 0.00000321 +エコノミック 0.00000046 +エコノミー 0.00000092 +エコノミーカー 0.00000009 +エコノミーセルフ 0.00000009 +エコバ 0.00000018 +エコフライト 0.00000009 +エコラベル 0.00000073 +エコロ 0.00000018 +エコロジカル 0.00000018 +エコロジスト 0.00000009 +エコロジー 0.00000211 +エコー 0.00000083 +エゴ 0.00000348 +エゴイスティック 0.00000018 +エゴイスト 0.00000018 +エゴイズム 0.00000037 +エゴブー 0.00000018 +エゴン 0.00000009 +エサ 0.00000312 +エサキ 0.00000009 +エサリッジ 0.00000018 +エサ穴 0.00000009 +エシュテル 0.00000018 +エジソン 0.00000046 +エジプト 0.00002788 +エジュテイメント 0.00000009 +エジンバラ 0.00000064 +エス 0.00000046 +エスエクスペリエンス 0.00000009 +エスエス 0.00000018 +エスカノ 0.00000009 +エスカルプラザ 0.00000009 +エスカレーター 0.00000257 +エスカレート 0.00000128 +エスカーサ 0.00000009 +エスキモー 0.00000046 +エスケープ 0.00000028 +エスコラ 0.00000046 +エスコリアル 0.00000018 +エスコート 0.00000165 +エステ 0.00000394 +エスティ 0.00000009 +エスティック 0.00000009 +エスティローダ 0.00000009 +エステティック 0.00000119 +エステファン 0.00000009 +エステル 0.00000009 +エステート 0.00000028 +エストニア 0.00000064 +エストラダ 0.00000064 +エストラーダ 0.00000018 +エストロゲン 0.00000018 +エスニック 0.00000275 +エスニックレストラン 0.00000028 +エスノセントリズム 0.00000009 +エスパニョール 0.00000009 +エスパルス 0.00000073 +エスビー 0.00000009 +エスピニエラ 0.00000009 +エスプレッソ 0.00000119 +エスペランデュー 0.00000018 +エスペラント 0.00000018 +エスペンハイン 0.00000018 +エスリッジ 0.00000037 +エズメイ 0.00000046 +エセックス 0.00000018 +エセル 0.00000064 +エセルレッド 0.00000055 +エゼキヤ 0.00000009 +エゾ 0.00000009 +エタノール 0.00000449 +エダム 0.00000009 +エチェレンツア 0.00000009 +エチオピア 0.00000578 +エチケット 0.00000303 +エチゼン 0.00000055 +エチュード 0.00000018 +エチレン 0.00000018 +エッ 0.00000009 +エックス 0.00000055 +エックスコア 0.00000009 +エッグ 0.00000211 +エッグノッグ 0.00000009 +エッシャー 0.00000018 +エッジ 0.00000018 +エッジウェア 0.00000018 +エッセイ 0.00000459 +エッセイスト 0.00000028 +エッセンシャル 0.00000028 +エッセンス 0.00000165 +エッセー 0.00000092 +エッチ 0.00000073 +エッチング 0.00000018 +エッヂ 0.00000018 +エッフェル 0.00000083 +エツコ 0.00000009 +エティエンヌ 0.00000009 +エティオピア 0.00000028 +エディ 0.00000119 +エディション 0.00000028 +エディス 0.00000028 +エディタ 0.00000156 +エディター 0.00000046 +エディンバラ 0.00000064 +エディー 0.00000028 +エデュアルド 0.00000009 +エデュケーション 0.00000009 +エデュテインメント 0.00000009 +エデン 0.00000028 +エトランゼ 0.00000009 +エトルリア 0.00000009 +エド 0.00000248 +エドゥアルド 0.00000009 +エドウィン 0.00000046 +エドウイン 0.00000009 +エドガー 0.00000046 +エドナ 0.00000037 +エドバルト 0.00000009 +エドバルド 0.00000018 +エドマンド 0.00000037 +エドモントン 0.00000009 +エドモンド 0.00000073 +エドワーズ 0.00000248 +エドワード 0.00000715 +エドヴァルド 0.00000009 +エナジー 0.00000073 +エナムロ 0.00000018 +エナメル 0.00000046 +エナン 0.00000037 +エニグマ 0.00000009 +エニシダ 0.00000018 +エニックス 0.00000147 +エヌ 0.00000018 +エヌフォー 0.00000018 +エネミーズ 0.00000009 +エネルギッシュ 0.00000202 +エネルギー 0.00006593 +エネルック 0.00000018 +エネ・ 0.00000009 +エノラ 0.00000101 +エノラゲイ 0.00000018 +エノン 0.00000018 +エバ 0.00000037 +エバディ 0.00000009 +エバンス 0.00000009 +エバンズ 0.00000037 +エバー 0.00000018 +エパミノンダス 0.00000009 +エヒテルナッハ 0.00000009 +エビ 0.00000550 +エビアン 0.00000073 +エビフライ 0.00000018 +エビータ 0.00000073 +エピクテトス 0.00000055 +エピクロス 0.00000156 +エピゴーネン 0.00000009 +エピスコパル 0.00000018 +エピソート 0.00000009 +エピソード 0.00000770 +エピローグ 0.00000018 +エファビレンツ 0.00000055 +エフェクター 0.00000009 +エフェクト 0.00000046 +エフェスティバル 0.00000009 +エフェドラ 0.00000009 +エフェドリン 0.00000018 +エフエックス 0.00000009 +エフォビ 0.00000009 +エフゲニー 0.00000018 +エフラ 0.00000009 +エフー 0.00000018 +エフード 0.00000018 +エプスタイン 0.00000009 +エプソン 0.00000037 +エプロン 0.00000165 +エベニーザ 0.00000018 +エベニーザー 0.00000009 +エベネザア 0.00000018 +エベネザー 0.00000018 +エベレスト 0.00000532 +エペ 0.00000009 +エペイオス 0.00000037 +エホバ 0.00000009 +エボ 0.00000018 +エボニックス 0.00000009 +エボニー 0.00000037 +エボラ 0.00000147 +エボリューション 0.00000046 +エポック 0.00000055 +エマ 0.00000110 +エマソン 0.00000009 +エマニュエル 0.00000028 +エマーソン 0.00000018 +エマート 0.00000073 +エミ 0.00000119 +エミネム 0.00000037 +エミュー 0.00000018 +エミリア 0.00000009 +エミリー 0.00000211 +エミル 0.00000009 +エミレーツ 0.00000009 +エミー 0.00000073 +エミール 0.00000083 +エミ子 0.00000018 +エム 0.00000275 +エムケイタクシー 0.00000009 +エムジー 0.00000018 +エムボマ 0.00000009 +エメ 0.00000018 +エメラルダス 0.00000018 +エメラルド 0.00000724 +エモリー 0.00000037 +エモン 0.00000009 +エモーショナル 0.00000028 +エライ 0.00000009 +エライス 0.00000018 +エラゴン 0.00000028 +エラシッポス 0.00000009 +エラスチン 0.00000018 +エラスティック 0.00000009 +エラスモサウルス 0.00000009 +エラブル 0.00000018 +エラワン 0.00000009 +エランドール 0.00000009 +エラー 0.00000211 +エリ 0.00000009 +エリア 0.00000752 +エリアン 0.00000064 +エリィ 0.00000009 +エリオット 0.00000083 +エリカ 0.00000064 +エリクソン 0.00000009 +エリコ 0.00000018 +エリザ 0.00000009 +エリザベス 0.00000449 +エリザベート 0.00000028 +エリシゥム 0.00000009 +エリス 0.00000028 +エリスロポエチン 0.00000009 +エリゼ 0.00000028 +エリソン 0.00000009 +エリック 0.00000596 +エリックー 0.00000009 +エリツィン 0.00000128 +エリトリア 0.00000028 +エリドゥ 0.00000009 +エリナ 0.00000009 +エリノア 0.00000028 +エリュシオン 0.00000009 +エリン 0.00000092 +エリングセン 0.00000009 +エリー 0.00000037 +エリーカ 0.00000028 +エリーズ 0.00000018 +エリート 0.00000605 +エリーナ 0.00000193 +エル 0.00000128 +エルキュール 0.00000009 +エルコ 0.00000009 +エルゴ 0.00000037 +エルサム 0.00000018 +エルサルバドル 0.00000009 +エルサレム 0.00000413 +エルシー 0.00000092 +エルジェイ 0.00000009 +エルスペス 0.00000009 +エルスワース 0.00000009 +エルズワース 0.00000009 +エルダー 0.00000018 +エルダーズ 0.00000009 +エルトン 0.00000064 +エルドアン 0.00000028 +エルナンデス 0.00000018 +エルニーニョ 0.00000009 +エルネスト 0.00000028 +エルノー 0.00000009 +エルバラダイ 0.00000037 +エルビス 0.00000633 +エルビスファン 0.00000009 +エルフ 0.00000009 +エルベ 0.00000028 +エルマー 0.00000009 +エルミタージュ 0.00000028 +エルム 0.00000018 +エルメス 0.00000018 +エルメラント 0.00000009 +エルライジ 0.00000037 +エルラッハ 0.00000009 +エルリッヒ 0.00000009 +エルヴィス 0.00000073 +エルヴェ 0.00000037 +エレアザル 0.00000009 +エレイン 0.00000055 +エレウトス 0.00000009 +エレガント 0.00000128 +エレキ 0.00000009 +エレキギタリスト 0.00000009 +エレキギター 0.00000028 +エレキバイオリン 0.00000009 +エレクテイオン 0.00000009 +エレクトス 0.00000009 +エレクトラ 0.00000046 +エレクトリック 0.00000055 +エレクトロ 0.00000009 +エレクトロニクス 0.00000165 +エレクトロニック 0.00000018 +エレコム 0.00000028 +エレショー 0.00000009 +エレナ 0.00000229 +エレノア 0.00000028 +エレノラ 0.00000009 +エレファンタ 0.00000009 +エレベータ 0.00000028 +エレベーター 0.00001165 +エレン 0.00000183 +エレーナ 0.00000037 +エロイ 0.00000073 +エロウエン 0.00000009 +エロス 0.00000018 +エロチシズム 0.00000009 +エロティシズム 0.00000028 +エロティック 0.00000018 +エローラー 0.00000009 +エローリ 0.00000028 +エン 0.00000037 +エンウェケ 0.00000009 +エンゲル 0.00000009 +エンコ 0.00000009 +エンコム 0.00000009 +エンコード 0.00000037 +エンシュア 0.00000009 +エンジ 0.00000009 +エンジェル 0.00000266 +エンジェルス 0.00000037 +エンジェルズ 0.00000018 +エンジニア 0.00000954 +エンジニアリング 0.00000101 +エンジョイ 0.00000211 +エンジン 0.00002219 +エンスト 0.00000018 +エンスラー 0.00000009 +エンスン 0.00000028 +エンゼルス 0.00000165 +エンゼルスファン 0.00000018 +エンタテイメント 0.00000046 +エンタテインメント 0.00000128 +エンタメ 0.00000009 +エンター 0.00000018 +エンターテイナー 0.00000119 +エンターテイメント 0.00000440 +エンターテインメント 0.00000312 +エンタープライズ 0.00000156 +エンタープライゼス 0.00000018 +エンダイブ 0.00000018 +エンダーズ 0.00000009 +エンテベ 0.00000009 +エンディング 0.00000064 +エンディー 0.00000018 +エンデバー 0.00000156 +エンデル 0.00000009 +エントランス 0.00000037 +エントランスロビー 0.00000009 +エントリー 0.00000037 +エンド 0.00000376 +エンドウ 0.00000064 +エンドルフィン 0.00000018 +エンドレス 0.00000037 +エンドロール 0.00000009 +エンニオ 0.00000018 +エンハンス 0.00000009 +エンパイア 0.00000110 +エンパイヤ 0.00000018 +エンパナダ 0.00000009 +エンパナーダ 0.00000009 +エンピツ 0.00000018 +エンフィールド 0.00000119 +エンフバヤル 0.00000009 +エンブレム 0.00000018 +エンペドクレス 0.00000018 +エンペラー 0.00000037 +エンロン 0.00000028 +エヴァ 0.00000018 +エヴァンゲリオン 0.00000018 +エヴァンス 0.00000009 +エヴァンズ 0.00000028 +エヴィオ 0.00000037 +エヴリン 0.00000028 +エー 0.00000037 +エーカー 0.00000183 +エーカーズ 0.00000009 +エーゲ 0.00000064 +エーシャン 0.00000055 +エージ 0.00000018 +エージェンシー 0.00000266 +エージェント 0.00000688 +エージェー 0.00000009 +エース 0.00000431 +エースコック 0.00000018 +エーテル 0.00000018 +エーデル 0.00000009 +エーブラハム 0.00000018 +エーラーズ 0.00000055 +エール 0.00000312 +エーロゾル 0.00000018 +ォ 0.00000055 +ォー 0.00000009 +オ 0.00000330 +オぺラハウス 0.00000009 +オア 0.00000018 +オアシス 0.00000211 +オアフ 0.00000165 +オィンク 0.00000018 +オイケン 0.00000009 +オイスター 0.00000037 +オイスタープッフ 0.00000009 +オイディプス 0.00000009 +オイナ 0.00000009 +オイノー 0.00000028 +オイノーネ 0.00000055 +オイノーネー 0.00000092 +オイラ 0.00000018 +オイル 0.00001045 +オウケイ 0.00000009 +オウテラード 0.00000018 +オウム 0.00000972 +オウル 0.00000009 +オウン 0.00000046 +オオカミ 0.00001055 +オオタカ 0.00000064 +オオナマズ 0.00000037 +オオハリナシミツバチ 0.00000009 +オオバコ 0.00000009 +オオヒラ 0.00000009 +オオヤマネコ 0.00000009 +オオワシ 0.00000028 +オオー 0.00000009 +オカ 0.00000009 +オカネ 0.00000009 +オカマ 0.00000037 +オカモト 0.00000009 +オカラ 0.00000009 +オカリーナ 0.00000009 +オカルト 0.00000028 +オカン 0.00000009 +オカーマ 0.00000009 +オガワ 0.00000028 +オキ 0.00000009 +オキアミ 0.00000037 +オキサイド 0.00000018 +オキシトシン 0.00000009 +オキシメトリー 0.00000009 +オキチョービ 0.00000009 +オキナワ 0.00000046 +オキャラハン 0.00000028 +オキョン 0.00000009 +オキーフ 0.00000018 +オク 0.00000009 +オクウォ 0.00000009 +オクスフォード 0.00000009 +オクタヴィウス 0.00000018 +オクターブ 0.00000055 +オクトーバー 0.00000037 +オクトーバーフェスト 0.00000064 +オクムラ 0.00000009 +オクラ 0.00000028 +オクラホマ 0.00000110 +オクロヒッシー 0.00000009 +オグシオ 0.00000064 +オグデン 0.00000037 +オグリ 0.00000009 +オグリム 0.00000037 +オケ 0.00000018 +オケケ 0.00000018 +オゲンキデス 0.00000009 +オコイエ 0.00000009 +オコゥネル 0.00000028 +オコジョ 0.00000009 +オコス 0.00000009 +オコゼ 0.00000009 +オコッティ 0.00000009 +オコナー 0.00000110 +オコーナー 0.00000009 +オコーネル 0.00000009 +オゴル 0.00000009 +オサマ 0.00000138 +オサリバン 0.00000046 +オザル 0.00000028 +オシェトラ 0.00000009 +オシッコ 0.00000009 +オシドリ 0.00000046 +オシフィエンチム 0.00000018 +オシボリ 0.00000009 +オシム 0.00000092 +オシャレ 0.00000193 +オシャレセット 0.00000009 +オシャレー 0.00000009 +オシロ 0.00000009 +オジ 0.00000073 +オジギ 0.00000009 +オジブエ 0.00000009 +オジャラン 0.00000037 +オジロワシ 0.00000018 +オス 0.00000752 +オスカル 0.00000028 +オスカー 0.00000724 +オスカーノミネート 0.00000009 +オスガメ 0.00000009 +オスグマ 0.00000009 +オステオパシー 0.00000018 +オスト 0.00000018 +オストミー 0.00000009 +オストロム 0.00000083 +オスマン 0.00000403 +オスマントルコ 0.00000009 +オスメス 0.00000009 +オスロ 0.00000174 +オスロー 0.00000009 +オス犬 0.00000018 +オズ 0.00001366 +オズィオ 0.00000009 +オズジャン 0.00000009 +オズボーン 0.00000046 +オズモピュア 0.00000009 +オズワルド 0.00000009 +オセアニア 0.00000119 +オセチア 0.00000009 +オセロ 0.00000046 +オセロー 0.00000009 +オゾン 0.00000174 +オタオタ 0.00000009 +オタク 0.00000614 +オタクサ 0.00000009 +オタネニンジン 0.00000009 +オタマ 0.00000009 +オタリア 0.00000009 +オタワ 0.00000073 +オチ 0.00000046 +オチンチン 0.00000055 +オッ 0.00000009 +オッカケ 0.00000009 +オックス 0.00000449 +オッケー 0.00000073 +オッズ 0.00000083 +オットー 0.00000018 +オッパイ 0.00000009 +オッペケペー 0.00000009 +オッペンハイマー 0.00000037 +オッリ 0.00000009 +オツ 0.00000009 +オティス 0.00000009 +オティリア 0.00000009 +オテル 0.00000009 +オテンバ 0.00000028 +オディ 0.00000018 +オディンガ 0.00000037 +オデッサ 0.00000018 +オデッセイ 0.00000018 +オデッセー 0.00000009 +オデット 0.00000018 +オデュッセイア 0.00000009 +オデュッセウス 0.00000018 +オトゥール 0.00000046 +オトク 0.00000009 +オトト 0.00000009 +オトン 0.00000009 +オドイーター 0.00000018 +オドオド 0.00000028 +オドネル 0.00000018 +オドノバン 0.00000009 +オドロキ 0.00000028 +オドント 0.00000009 +オドーネル 0.00000009 +オナニアン 0.00000018 +オナー 0.00000009 +オニ 0.00000018 +オニイトマキエイ 0.00000009 +オニオン 0.00000101 +オニヒトデ 0.00000009 +オニユリ 0.00000083 +オニール 0.00000083 +オヌシ 0.00000046 +オネアミス 0.00000037 +オネスティー 0.00000101 +オネスト 0.00000018 +オノ 0.00000147 +オノマトペ 0.00000009 +オハイオ 0.00000413 +オハヨウ 0.00000018 +オハラ 0.00000009 +オハロラン 0.00000064 +オハンソン 0.00000009 +オハンロン 0.00000009 +オバサン 0.00000037 +オバサンジョ 0.00000037 +オバタ 0.00000037 +オバタリアン 0.00000028 +オバチャン 0.00000009 +オバディア 0.00000055 +オバニオン 0.00000018 +オバノン 0.00000009 +オバマ 0.00002962 +オパール 0.00000028 +オヒョウ 0.00000009 +オビ 0.00000028 +オビヒロ 0.00000009 +オピニオン 0.00000018 +オフ 0.00000596 +オファー 0.00000330 +オフィサー 0.00000009 +オフィシャル 0.00000092 +オフィス 0.00003228 +オフィット 0.00000028 +オフィーリア 0.00000009 +オフイス 0.00000018 +オフェンス 0.00000028 +オフェーリア 0.00000009 +オフクロ 0.00000009 +オフセット 0.00000018 +オフライン 0.00000009 +オフレコ 0.00000073 +オフレット 0.00000018 +オフロード 0.00000055 +オブ 0.00001110 +オブザシー 0.00000009 +オブザーバー 0.00000009 +オブジェ 0.00000046 +オブジェクティヴ 0.00000009 +オブジェクト 0.00000110 +オブチ 0.00000009 +オブライエン 0.00000119 +オブロイン 0.00000009 +オブロー 0.00000009 +オプショナル 0.00000018 +オプション 0.00000193 +オプションズ 0.00000018 +オプチマイザ 0.00000009 +オプティカルメカニカルスキャナ 0.00000009 +オプティマス 0.00000009 +オプト 0.00000009 +オプラ 0.00000009 +オプラズ 0.00000018 +オヘア 0.00000009 +オベッカ 0.00000009 +オベリスク 0.00000018 +オベレイト 0.00000018 +オベロイ 0.00000009 +オベロン 0.00000009 +オベーション 0.00000046 +オベール 0.00000009 +オペ 0.00000018 +オペラ 0.00001009 +オペラグラス 0.00000009 +オペラスタイル 0.00000009 +オペランド 0.00000009 +オペル 0.00000046 +オペレーション 0.00000028 +オペレータ 0.00000055 +オペレーター 0.00000156 +オペレーティング 0.00000064 +オホホホ 0.00000009 +オホーツク 0.00000055 +オポチュニティ 0.00000055 +オポチュニティー 0.00000055 +オポッサム 0.00000009 +オポルト 0.00000009 +オマエ 0.00000018 +オマエハニホン 0.00000009 +オマケ 0.00000055 +オマドゥン 0.00000046 +オマハ 0.00000284 +オマル 0.00000073 +オマージュ 0.00000009 +オマール 0.00000009 +オマーン 0.00000138 +オミディ 0.00000018 +オムツ 0.00000138 +オムニ 0.00000009 +オムニバス 0.00000009 +オムライス 0.00000055 +オムレタス 0.00000009 +オムレット 0.00000009 +オムレツ 0.00000119 +オムロン 0.00000018 +オメガ 0.00000165 +オメラス 0.00000028 +オモウデショウ 0.00000009 +オモゲマ 0.00000009 +オモシロ 0.00000028 +オモシロイ 0.00000009 +オモチャ 0.00000009 +オモテ 0.00000009 +オモニ 0.00000018 +オヤジ 0.00000165 +オユー 0.00000018 +オラ 0.00000018 +オラクル 0.00000009 +オラッチェ 0.00000018 +オラトリオ 0.00000009 +オランウータン 0.00000119 +オランダ 0.00002293 +オランダッ 0.00000009 +オラートン 0.00000009 +オリアーナ 0.00000009 +オリエンタル 0.00000193 +オリエンテーション 0.00000055 +オリエント 0.00000028 +オリオン 0.00000064 +オリオンズ 0.00000009 +オリオールズ 0.00000055 +オリガミ 0.00000092 +オリガミママ 0.00000009 +オリガルヒ 0.00000018 +オリコン 0.00000174 +オリゴ 0.00000018 +オリシーニ 0.00000018 +オリジナリティ 0.00000073 +オリジナリティー 0.00000037 +オリジナル 0.00001394 +オリジナルレシピ 0.00000009 +オリジネーター 0.00000009 +オリックス 0.00000660 +オリバー 0.00000284 +オリビア 0.00000009 +オリビエ 0.00000018 +オリピック 0.00000009 +オリモノ 0.00000009 +オリュタオン 0.00000009 +オリュンポス 0.00000009 +オリンパス 0.00000028 +オリンピア 0.00000092 +オリンピック 0.00005878 +オリンピックアスリート 0.00000009 +オリンピックス 0.00000028 +オリンポス 0.00000028 +オリヴァ 0.00000183 +オリヴァー 0.00000009 +オリヴィエ 0.00000018 +オリヴェッテロ 0.00000009 +オリヴェロット 0.00000028 +オリーブ 0.00000477 +オルガ 0.00000009 +オルガニスト 0.00000009 +オルガン 0.00000110 +オルケスタ 0.00000028 +オルコット 0.00000018 +オルゴール 0.00000165 +オルシーニ 0.00000138 +オルセグン 0.00000009 +オルセン 0.00000128 +オルソン 0.00000073 +オルゾー 0.00000009 +オルタナティブ 0.00000018 +オルターナティブ 0.00000009 +オルティス 0.00000009 +オルトフー 0.00000009 +オルドリン 0.00000028 +オルバニー 0.00000018 +オルビス 0.00000009 +オルフェオ 0.00000009 +オルブライト 0.00000092 +オルマート 0.00000046 +オルムシュタイン 0.00000018 +オルメルト 0.00000009 +オルレアン 0.00000092 +オルーク 0.00000028 +オレ 0.00000092 +オレウロペイン 0.00000009 +オレオ 0.00000046 +オレオクッキー 0.00000009 +オレオレ 0.00000064 +オレガノ 0.00000028 +オレグ 0.00000018 +オレゴニアン 0.00000009 +オレゴン 0.00000449 +オレン 0.00000009 +オレンジ 0.00001128 +オレンジマン 0.00000009 +オレー 0.00000009 +オロウ 0.00000009 +オロオロ 0.00000064 +オロコ 0.00000028 +オロス 0.00000028 +オロチ 0.00000073 +オワフ 0.00000009 +オワン 0.00000046 +オン 0.00002870 +オンエア 0.00000028 +オング 0.00000009 +オンス 0.00000128 +オンセ 0.00000009 +オンセン 0.00000018 +オンタリオ 0.00000092 +オンダーチェ 0.00000009 +オンチ 0.00000037 +オンドリ 0.00000174 +オンドル 0.00000028 +オンネ 0.00000028 +オンブズマン 0.00000028 +オンボロ 0.00000018 +オンリー 0.00000073 +オンワード 0.00000009 +オヴィル 0.00000009 +オー 0.00000064 +オーイ 0.00000009 +オーイシ 0.00000009 +オーウェル 0.00000028 +オーウェン 0.00000028 +オーエム 0.00000018 +オーエン 0.00000037 +オーガスタ 0.00000037 +オーガスタス 0.00000009 +オーガスティン 0.00000028 +オーガナイゼイション 0.00000009 +オーガニゼーション 0.00000009 +オーガニック 0.00000092 +オーガンジー 0.00000009 +オーキー 0.00000009 +オーキーズ 0.00000009 +オーギュスタ 0.00000009 +オーギュスト 0.00000028 +オーク 0.00000119 +オークショット 0.00000064 +オークション 0.00000917 +オークス 0.00000009 +オークモント 0.00000009 +オークラ 0.00000018 +オークランド 0.00000248 +オークリーン 0.00000009 +オーケアノス 0.00000018 +オーケストラ 0.00000569 +オーケー 0.00000248 +オーシャン 0.00000101 +オーシャンズ 0.00000018 +オージー 0.00000073 +オース 0.00000046 +オースター 0.00000009 +オースチン 0.00000028 +オースティン 0.00000046 +オーストラ 0.00000009 +オーストラリア 0.00008840 +オーストラリアン 0.00000165 +オーストラルス 0.00000009 +オーストラレーシア 0.00000009 +オーストリア 0.00000954 +オーズ 0.00000009 +オーソドックス 0.00000009 +オーソン 0.00000018 +オータニ 0.00000009 +オータム 0.00000018 +オーダー 0.00000422 +オーチャード 0.00000037 +オーッ 0.00000009 +オーツ 0.00000009 +オーティス 0.00000028 +オーティズム 0.00000009 +オーディ 0.00000055 +オーディエンス 0.00000009 +オーディオ 0.00000303 +オーディオビジュアル 0.00000018 +オーディション 0.00000853 +オーディトリアム 0.00000009 +オーディン 0.00000018 +オーデコ 0.00000037 +オーデション 0.00000028 +オーデマ 0.00000055 +オート 0.00000202 +オートバイ 0.00000440 +オートマ 0.00000018 +オートマチック 0.00000009 +オートマチックトランスミッション 0.00000009 +オートミール 0.00000018 +オートメ 0.00000009 +オートメーション 0.00000046 +オートモーティブ 0.00000018 +オートルート 0.00000009 +オートレース 0.00000009 +オード 0.00000018 +オードブル 0.00000018 +オードリー 0.00000101 +オーナー 0.00001440 +オーバンド 0.00000009 +オーバー 0.00001302 +オーバーヘッド 0.00000064 +オーバーン 0.00000009 +オーパンバル 0.00000018 +オービル 0.00000018 +オーフス 0.00000009 +オーブリー 0.00000037 +オーブン 0.00000495 +オープニング 0.00000110 +オープン 0.00004869 +オープンカー 0.00000046 +オープンテニス 0.00000092 +オープントップ 0.00000009 +オーベロン 0.00000211 +オーム 0.00000009 +オーモンド 0.00000009 +オーラ 0.00000101 +オーライ 0.00000055 +オーラル 0.00000119 +オーランド 0.00000083 +オーランドゥ 0.00000697 +オーランドウ 0.00000009 +オール 0.00001311 +オールズバーグ 0.00000009 +オールターナティブ 0.00000009 +オールド 0.00000101 +オールドマン 0.00000018 +オールドミス 0.00000009 +オーレ 0.00000018 +オーロラ 0.00000083 +オーロラビジョン 0.00000009 +オーロラリンク 0.00000009 +オーン 0.00000128 +カ 0.00000220 +カァー 0.00000009 +カァーカァー 0.00000018 +カア 0.00000009 +カアカア 0.00000009 +カアピ 0.00000009 +カイ 0.00000083 +カイオ 0.00000009 +カイカイ 0.00000018 +カイコ 0.00000009 +カイザァ 0.00000009 +カイザー 0.00000028 +カイシャ 0.00000018 +カイステル 0.00000009 +カイゼン 0.00000009 +カイテル 0.00000009 +カイト 0.00000083 +カイパー 0.00000018 +カイヤ 0.00000101 +カイル 0.00000028 +カイルーナ 0.00000009 +カイロ 0.00000440 +カイロドクター 0.00000009 +カイロプラクター 0.00000009 +カイロプラクティック 0.00000156 +カイワレ 0.00000037 +カイン 0.00000009 +カウアイ 0.00000018 +カウガール 0.00000028 +カウスマン 0.00000009 +カウター 0.00000009 +カウチ 0.00000028 +カウチポテト 0.00000037 +カウナス 0.00000009 +カウフマン 0.00000083 +カウボーイ 0.00000266 +カウリー 0.00000018 +カウンシル 0.00000037 +カウンセラー 0.00001137 +カウンセリング 0.00000587 +カウンタ 0.00000018 +カウンター 0.00000798 +カウンターストライク 0.00000009 +カウンターパート 0.00000018 +カウンティング 0.00000009 +カウンティーズ 0.00000009 +カウント 0.00000138 +カウントダウン 0.00000183 +カエサル 0.00000046 +カエデ 0.00000119 +カエル 0.00000990 +カオ 0.00000009 +カオサイ 0.00000018 +カオサン 0.00000046 +カオシュン 0.00000009 +カオス 0.00000009 +カオナシ 0.00000009 +カオラウ 0.00000028 +カオル 0.00000083 +カカオ 0.00000303 +カカシ 0.00000009 +カガメ 0.00000028 +カキ 0.00000761 +カキアレルギー 0.00000009 +カキ鍋 0.00000009 +カギ 0.00000284 +カクイ 0.00000064 +カクテル 0.00000275 +カクテルセット 0.00000009 +カクテルドレス 0.00000018 +カクマ 0.00000037 +カクメロ 0.00000009 +カクレクマノミ 0.00000037 +カケス 0.00000119 +カケラ 0.00000009 +カケル 0.00000055 +カゲラ 0.00000009 +カゴ 0.00000101 +カゴメ 0.00000028 +カゴール 0.00000009 +カサ 0.00000073 +カサカサ 0.00000018 +カサコソ 0.00000018 +カササギ 0.00000009 +カサヌエバ 0.00000028 +カサバ 0.00000009 +カサブランカ 0.00000055 +カサマツ 0.00000009 +カサンドラ 0.00000055 +カザク 0.00000009 +カザツキン 0.00000009 +カザフスタン 0.00000202 +カザマンス 0.00000009 +カザン 0.00000009 +カシ 0.00000138 +カシオ 0.00000073 +カシオペア 0.00000009 +カシガル 0.00000009 +カシディ 0.00000138 +カシパンウニ 0.00000009 +カシプル 0.00000009 +カシミア 0.00000037 +カシミヤセーター 0.00000046 +カシミル 0.00000009 +カシミール 0.00000156 +カシム 0.00000202 +カシュウナッツ 0.00000009 +カシューナッツ 0.00000009 +カシワ 0.00000009 +カシードラル 0.00000009 +カジ 0.00000486 +カジキ 0.00000018 +カジタク 0.00000009 +カジノ 0.00000449 +カジュアル 0.00000449 +カジュアルウェア 0.00000018 +カスガノツボネ 0.00000009 +カスケード 0.00000009 +カスタネット 0.00000064 +カスタマイズ 0.00000064 +カスタマー 0.00000523 +カスタマーズ 0.00000009 +カスタム 0.00000055 +カスタード 0.00000028 +カスティ 0.00000018 +カスティエル 0.00000037 +カスティーリャ 0.00000009 +カスティーリョ 0.00000009 +カステッロ 0.00000009 +カステラ 0.00000046 +カステラノス 0.00000083 +カストディア 0.00000009 +カストル 0.00000009 +カストロ 0.00000147 +カストール 0.00000009 +カスピ 0.00000092 +カスピアン 0.00000037 +カスピロ 0.00000018 +カスプ 0.00000009 +カスマプゲ 0.00000009 +カスマン 0.00000009 +カスマー 0.00000018 +カズ 0.00000092 +カズアキ 0.00000009 +カズオ 0.00000009 +カズガン 0.00000009 +カズキ 0.00000009 +カズノコ 0.00000037 +カズユキ 0.00000009 +カズラウスカス 0.00000009 +カセサ 0.00000009 +カセット 0.00000321 +カセム 0.00000073 +カゼ 0.00000037 +カソリック 0.00000128 +カタ 0.00000092 +カタイ 0.00000009 +カタカタ 0.00000028 +カタカナ 0.00001330 +カタギ 0.00000009 +カタクリ 0.00000009 +カタコト 0.00000064 +カタコンベ 0.00000073 +カタセトゥム 0.00000009 +カタチ 0.00000018 +カタツムリ 0.00000092 +カタリナ 0.00000009 +カタリーナ 0.00000018 +カタル 0.00000009 +カタルシス 0.00000046 +カタルーニャ 0.00000110 +カタログ 0.00000926 +カタロニア 0.00000018 +カタール 0.00000220 +カダフィ 0.00000101 +カダラッシュ 0.00000028 +カチ 0.00000018 +カチカチ 0.00000037 +カチッ 0.00000018 +カチッと 0.00000028 +カチャカチャ 0.00000028 +カチャリ 0.00000018 +カチャリスト 0.00000009 +カチューシャ 0.00000028 +カチン 0.00000009 +カチーム 0.00000018 +カッ 0.00000064 +カッと 0.00000092 +カッカ 0.00000073 +カックロ 0.00000018 +カッコ 0.00000257 +カッコウ 0.00000073 +カッコー 0.00000009 +カッサバ 0.00000009 +カッサバイモ 0.00000028 +カッシーニ 0.00000018 +カッセル 0.00000009 +カッター 0.00000046 +カッチュウロ 0.00000009 +カッツ 0.00000037 +カッツェンジャマー 0.00000009 +カッティング 0.00000009 +カット 0.00000945 +カットレット 0.00000009 +カットン 0.00000009 +カッパ 0.00000028 +カッパドキア 0.00000018 +カッパー 0.00000018 +カッブ 0.00000009 +カップ 0.00005154 +カップリング 0.00000009 +カップル 0.00004145 +カッリオ 0.00000028 +カツ 0.00000055 +カツァブ 0.00000009 +カツァレアス 0.00000009 +カツィナ 0.00000009 +カツオ 0.00000202 +カツカツ 0.00000009 +カツカレー 0.00000009 +カツモト 0.00000009 +カツラ 0.00000028 +カツライス 0.00000009 +カツラス 0.00000009 +カツレツ 0.00000073 +カツ丼 0.00000037 +カティ 0.00000028 +カティブ 0.00000073 +カティワラ 0.00000028 +カテイ 0.00000046 +カテキン 0.00000046 +カテゴリ 0.00000018 +カテゴリー 0.00000275 +カテゴリーキラー 0.00000073 +カテドラル 0.00000009 +カテプシン 0.00000009 +カテリーナ 0.00000018 +カテリーネ 0.00000009 +カテージ 0.00000009 +カテーテル 0.00000202 +カディマ 0.00000055 +カディル 0.00000009 +カディロフ 0.00000028 +カデット 0.00000009 +カデンツァ 0.00000009 +カトゥーリ 0.00000009 +カトゥーン 0.00000009 +カトウ 0.00000009 +カトマンズ 0.00000110 +カトリオナ 0.00000018 +カトリック 0.00001045 +カトリーナ 0.00000459 +カトリーヌ 0.00000028 +カトー 0.00000046 +カドゥナ 0.00000046 +カドウミ 0.00000009 +カドリング 0.00000073 +カドリーユ 0.00000018 +カナ 0.00000046 +カナコ 0.00000009 +カナダ 0.00006437 +カナダガン 0.00000009 +カナダドル 0.00000046 +カナヅチ 0.00000009 +カナディアン 0.00000037 +カナディアンログハウス 0.00000009 +カナナスキス 0.00000009 +カナブラヴァ 0.00000110 +カナブン 0.00000018 +カナベラル 0.00000046 +カナリア 0.00000064 +カナリヤ 0.00000064 +カナリヤヤシ 0.00000009 +カナル 0.00000037 +カナワ 0.00000009 +カナン 0.00000018 +カナーヨ 0.00000009 +カニ 0.00000504 +カニケ 0.00000009 +カニタマ 0.00000009 +カニューレ 0.00000009 +カニンガム 0.00000523 +カニ肉 0.00000009 +カヌー 0.00000174 +カヌーポロ 0.00000037 +カネ 0.00000009 +カネパ 0.00000018 +カネボウ 0.00000193 +カノ 0.00000037 +カノヴァ 0.00000009 +カノー 0.00000009 +カバ 0.00000128 +カバナー 0.00000009 +カバノキ 0.00000009 +カバヤ 0.00000018 +カバン 0.00000028 +カバー 0.00001412 +カバーストーリー 0.00000073 +カパウク 0.00000009 +カパパラ 0.00000009 +カヒギ 0.00000009 +カビ 0.00000220 +カビタイプ 0.00000009 +カビラバツ 0.00000009 +カピオラニ 0.00000009 +カピラ 0.00000018 +カピラバツ 0.00000009 +カフェ 0.00001687 +カフェイン 0.00000422 +カフェオレ 0.00000028 +カフェテリア 0.00000119 +カフェバー 0.00000028 +カフス 0.00000028 +カフニ 0.00000009 +カブ 0.00000055 +カブス 0.00000092 +カブスファン 0.00000018 +カブセル 0.00000009 +カブト 0.00000018 +カブトムシ 0.00000238 +カブム 0.00000018 +カブヤオ 0.00000009 +カブラ 0.00000009 +カブリエル 0.00000009 +カブレ 0.00000028 +カブレラ 0.00000046 +カブロボ 0.00000018 +カブーシャ 0.00000009 +カブール 0.00000183 +カプア 0.00000028 +カプサイシン 0.00000165 +カプシキ 0.00000009 +カプセル 0.00000945 +カプチャン 0.00000018 +カプチーノ 0.00000037 +カプラ 0.00000028 +カプラン 0.00000028 +カプルン 0.00000009 +カプール 0.00000009 +カベ 0.00000055 +カベルネ 0.00000055 +カペッロ 0.00000009 +カペラ 0.00000018 +カボチャ 0.00000431 +カポネ 0.00000028 +カマ 0.00000018 +カマイティス 0.00000009 +カマクラ 0.00000009 +カマス 0.00000009 +カマトト 0.00000009 +カマフォード 0.00000046 +カマボコ 0.00000009 +カマラ 0.00000009 +カマリ 0.00000018 +カマル 0.00000009 +カマロ 0.00000009 +カマンギール 0.00000009 +カマンベール 0.00000018 +カマーフィールド 0.00000037 +カミ 0.00000046 +カミオカンデ 0.00000018 +カミカゼ 0.00000046 +カミソリ 0.00000009 +カミツキガメ 0.00000046 +カミツレ 0.00000009 +カミニート 0.00000009 +カミュ 0.00000028 +カミュー 0.00000028 +カミラ 0.00000046 +カミル 0.00000009 +カミング 0.00000009 +カミングズ 0.00000009 +カミンズ 0.00000009 +カミーズ 0.00000028 +カミーユ 0.00000037 +カミーラ 0.00000009 +カミール 0.00000009 +カム 0.00000128 +カムイ 0.00000101 +カムイワッカ 0.00000009 +カムチャッカ 0.00000009 +カムチャツカ 0.00000009 +カムデン 0.00000028 +カムデンタウン 0.00000009 +カムドシュ 0.00000018 +カムバック 0.00000009 +カムパネルラ 0.00000018 +カムヒア 0.00000009 +カメ 0.00000413 +カメオ 0.00000018 +カメット 0.00000009 +カメハメハ 0.00000092 +カメラ 0.00005218 +カメラマン 0.00000688 +カメリノ 0.00000009 +カメル 0.00000009 +カメルン 0.00000018 +カメルーン 0.00000459 +カメレオン 0.00000064 +カメレー 0.00000009 +カメロボット 0.00000009 +カメン 0.00000009 +カモ 0.00000211 +カモイ 0.00000028 +カモシカ 0.00000128 +カモシダ 0.00000046 +カモネッティ 0.00000009 +カモノハシ 0.00000009 +カモフラージュ 0.00000018 +カモミール 0.00000046 +カモメ 0.00000101 +カヤグム 0.00000009 +カヤック 0.00000156 +カユミ 0.00000009 +カヨコ 0.00000009 +カラ 0.00000064 +カラオケ 0.00002228 +カラオケバー 0.00000083 +カラカス 0.00000037 +カラカッサ 0.00000009 +カラカラ 0.00000119 +カラガンダ 0.00000009 +カラクリ 0.00000009 +カラコル 0.00000009 +カラザズ 0.00000284 +カラシ 0.00000055 +カラシナ 0.00000009 +カラジッチ 0.00000009 +カラス 0.00001376 +カラスムギ 0.00000009 +カラダ 0.00000037 +カラダスキャン 0.00000018 +カラチ 0.00000028 +カラッと 0.00000018 +カラット 0.00000046 +カラッポ 0.00000009 +カラテ 0.00000009 +カラテキッド 0.00000009 +カラテマン 0.00000009 +カラドラ 0.00000055 +カラハリ 0.00000009 +カラハン 0.00000009 +カラバサス 0.00000009 +カラバレス 0.00000009 +カラパタル 0.00000028 +カラフ 0.00000009 +カラフル 0.00000468 +カラマツ 0.00000018 +カラマン 0.00000009 +カラマンリス 0.00000009 +カラム 0.00000018 +カラメル 0.00000055 +カラリ 0.00000018 +カラルカ 0.00000009 +カラン 0.00000055 +カランカ 0.00000009 +カラヴァッジョ 0.00000018 +カラー 0.00001045 +カラーズ 0.00000046 +カラード 0.00000018 +カラーライト 0.00000009 +カリ 0.00000037 +カリア 0.00000009 +カリウキ 0.00000009 +カリウム 0.00000055 +カリカリ 0.00000073 +カリカリッ 0.00000009 +カリガリ 0.00000018 +カリガート 0.00000009 +カリキュラム 0.00000844 +カリグラフィー 0.00000028 +カリサリウオリ 0.00000009 +カリスタン 0.00000009 +カリスマ 0.00000376 +カリタス 0.00000009 +カリダ 0.00000083 +カリッと 0.00000018 +カリナ 0.00000018 +カリビアン 0.00000073 +カリファ 0.00000009 +カリフォルニア 0.00004393 +カリフラワー 0.00000009 +カリブ 0.00000339 +カリブー 0.00000018 +カリプソ 0.00000009 +カリマンタン 0.00000009 +カリムジン 0.00000009 +カリヤン 0.00000009 +カリン 0.00000055 +カリンガ 0.00000009 +カリントウ 0.00000009 +カリー 0.00000009 +カリーニン 0.00000009 +カリーン 0.00000009 +カル 0.00000037 +カルカス 0.00000028 +カルカッソンヌ 0.00000009 +カルカッタ 0.00000394 +カルカン 0.00000009 +カルカース 0.00000092 +カルガモ 0.00000073 +カルガリー 0.00000073 +カルキ 0.00000028 +カルキリア 0.00000009 +カルキンズ 0.00000064 +カルザイ 0.00000220 +カルシウム 0.00000303 +カルスト 0.00000018 +カルスーム 0.00000009 +カルタ 0.00000128 +カルタゴ 0.00000083 +カルタショワ 0.00000009 +カルタス 0.00000009 +カルダス 0.00000028 +カルダン 0.00000018 +カルチャリスト 0.00000514 +カルチャー 0.00001715 +カルチュラル 0.00000037 +カルテ 0.00000303 +カルティエ 0.00000018 +カルテル 0.00000009 +カルデア 0.00000009 +カルデロン 0.00000028 +カルト 0.00000284 +カルナック 0.00000037 +カルナティック 0.00000248 +カルナバーレ 0.00000028 +カルニチン 0.00000018 +カルバン 0.00000018 +カルバー 0.00000009 +カルパチア 0.00000018 +カルビ 0.00000018 +カルビー 0.00000009 +カルピス 0.00000018 +カルフォルニア 0.00000009 +カルフール 0.00000046 +カルプ 0.00000046 +カルボーニ 0.00000028 +カルボーン 0.00000101 +カルマ 0.00000028 +カルマニョーラ 0.00000009 +カルマパ 0.00000018 +カルマン 0.00000028 +カルマンギア 0.00000009 +カルミナ 0.00000018 +カルミニョーラ 0.00000018 +カルメルリーニ 0.00000009 +カルメン 0.00000046 +カルルシュテイン 0.00000009 +カルロ 0.00000046 +カルロス 0.00000147 +カルヴァトン 0.00000083 +カルヴァン 0.00000028 +カルヴィン 0.00000009 +カルー 0.00000028 +カルーソー 0.00000028 +カレ 0.00000018 +カレイ 0.00000009 +カレッジ 0.00000559 +カレッタ 0.00000009 +カレドニア 0.00000009 +カレハ 0.00000009 +カレム 0.00000028 +カレル 0.00000037 +カレルギー 0.00000009 +カレン 0.00000339 +カレンゲル 0.00000018 +カレンダー 0.00000284 +カレント 0.00000009 +カレー 0.00001541 +カレーニナ 0.00000009 +カレーバーガー 0.00000009 +カレーラス 0.00000009 +カレールウ 0.00000018 +カロウシ 0.00000009 +カロカイリ 0.00000018 +カロキ 0.00000009 +カロチン 0.00000018 +カロメニドゥ 0.00000009 +カロヤン 0.00000009 +カロライナ 0.00000220 +カロリナ 0.00000028 +カロリング 0.00000009 +カロリンスカ 0.00000009 +カロリー 0.00001412 +カロリーゼロ 0.00000009 +カロリーベース 0.00000009 +カロン 0.00000037 +カローラ 0.00000028 +カワイ 0.00000110 +カワイイ 0.00000101 +カワイク 0.00000009 +カワウソ 0.00000009 +カワカマス 0.00000028 +カワグチ 0.00000009 +カワサキ 0.00000073 +カワダ 0.00000009 +カワハラ 0.00000009 +カワムラ 0.00000018 +カン 0.00000367 +カンカン 0.00000128 +カンガ 0.00000028 +カンガル 0.00000009 +カンガルー 0.00000128 +カンクス 0.00000009 +カンクン 0.00000028 +カンクーン 0.00000037 +カンザス 0.00000651 +カンゾウ 0.00000009 +カンタス 0.00000092 +カンタベリー 0.00000028 +カンタービレ 0.00000028 +カンダハル 0.00000018 +カンダハール 0.00000009 +カンダラ 0.00000018 +カンチェリエリ 0.00000009 +カンツォーネ 0.00000009 +カンツリー 0.00000009 +カンヅメ 0.00000083 +カンテラ 0.00000009 +カンデ 0.00000009 +カンディシュ 0.00000018 +カンディスキー 0.00000009 +カント 0.00000083 +カントリー 0.00000275 +カントリーラリー 0.00000018 +カントン 0.00000009 +カンド 0.00000046 +カンドノ 0.00000009 +カンナ 0.00000018 +カンニング 0.00000156 +カンヌ 0.00000440 +カンネスキ 0.00000018 +カンバス 0.00000073 +カンバセーション 0.00000009 +カンパ 0.00000073 +カンパニー 0.00000266 +カンパニーニ 0.00000009 +カンパネエラ 0.00000009 +カンパラ 0.00000028 +カンパン 0.00000046 +カンパーニュ 0.00000009 +カンピナス 0.00000018 +カンピロバクター 0.00000009 +カンフェランス 0.00000046 +カンフォーラ 0.00000018 +カンフル 0.00000009 +カンフー 0.00000275 +カンフーマスター 0.00000009 +カンブリア 0.00000009 +カンブリナス 0.00000009 +カンプストン 0.00000018 +カンプチア 0.00000009 +カンヘリア 0.00000009 +カンベイ 0.00000009 +カンベン 0.00000009 +カンボジア 0.00003842 +カンポート 0.00000009 +カンロ 0.00000009 +カンヴァス 0.00000009 +カンヴァセーション 0.00000028 +カン・ 0.00000009 +カヴァザン 0.00000009 +カヴァリー 0.00000009 +カー 0.00001907 +カーイム 0.00000009 +カーウァイ 0.00000009 +カーキ 0.00000009 +カーク 0.00000138 +カークランド 0.00000028 +カーコ 0.00000037 +カーサ 0.00000009 +カーシャ 0.00000009 +カーシー 0.00000009 +カージフ 0.00000009 +カージャック 0.00000037 +カース 0.00000046 +カーステ 0.00000009 +カースティン 0.00000009 +カースト 0.00000046 +カーズ 0.00000046 +カーセジ 0.00000009 +カーソル 0.00000092 +カーソン 0.00000046 +カーター 0.00000376 +カーダー 0.00000009 +カーチャレンジ 0.00000018 +カーッと 0.00000009 +カーティケヤン 0.00000028 +カーティス 0.00000073 +カーティン 0.00000018 +カーテン 0.00000954 +カーディガン 0.00000018 +カーディナルス 0.00000009 +カーディン 0.00000009 +カーディー 0.00000028 +カート 0.00000266 +カートライト 0.00000037 +カートリッジ 0.00000073 +カートン 0.00000028 +カード 0.00007639 +カーナハン 0.00000009 +カーナビ 0.00000037 +カーナン 0.00000422 +カーニバル 0.00000651 +カーニー 0.00000523 +カーネギー 0.00000138 +カーネベイル 0.00000018 +カーネル 0.00000266 +カーネーション 0.00000092 +カーノウン 0.00000009 +カーハン 0.00000018 +カーバイド 0.00000009 +カーバー 0.00000009 +カービン 0.00000009 +カーフ 0.00000009 +カーフェリー 0.00000009 +カーブ 0.00000312 +カープ 0.00000092 +カープール 0.00000046 +カーペット 0.00000275 +カーボ 0.00000009 +カーボン 0.00000138 +カーマ 0.00000009 +カーマン 0.00000009 +カーミ 0.00000009 +カーミット 0.00000018 +カームンラー 0.00000046 +カーメン 0.00000248 +カーラ 0.00000028 +カーライル 0.00000046 +カーラジオ 0.00000009 +カーラー 0.00000018 +カーリ 0.00000009 +カーリン 0.00000092 +カーリング 0.00000055 +カーリー 0.00000009 +カール 0.00000633 +カールトン 0.00000009 +カーレーサー 0.00000037 +カーン 0.00000174 +カーヴェル 0.00000037 +カー・ 0.00000018 +カ国 0.00008051 +カ国語 0.00000018 +カ年 0.00000037 +カ所 0.00001862 +カ月 0.00016937 +カ条 0.00000009 +ガ 0.00000018 +ガイ 0.00000110 +ガイア 0.00000055 +ガイアナ 0.00000028 +ガイガー 0.00000046 +ガイガーカウンター 0.00000018 +ガイコクジン 0.00000009 +ガイコツ 0.00000009 +ガイザー 0.00000009 +ガイジン 0.00001623 +ガイス 0.00000037 +ガイズ 0.00000009 +ガイズマー 0.00000009 +ガイタレ 0.00000009 +ガイダンス 0.00000018 +ガイトナー 0.00000009 +ガイド 0.00002439 +ガイドブック 0.00000734 +ガイドライン 0.00000587 +ガイナックス 0.00000009 +ガイ・ 0.00000092 +ガウグルア 0.00000037 +ガウチョ 0.00000037 +ガウディ 0.00000055 +ガウン 0.00000211 +ガエタ 0.00000009 +ガエターノ 0.00000018 +ガエル 0.00000028 +ガオン 0.00000028 +ガガ 0.00000009 +ガガーリン 0.00000028 +ガキ 0.00000101 +ガキん 0.00000009 +ガクガク 0.00000073 +ガクン 0.00000009 +ガサガサ 0.00000046 +ガザ 0.00000312 +ガシプル 0.00000009 +ガシャン 0.00000009 +ガシャーン 0.00000009 +ガジェット 0.00000009 +ガジャマダ 0.00000009 +ガジャルド 0.00000009 +ガジーナ 0.00000009 +ガス 0.00003861 +ガスタンク 0.00000028 +ガスタービン 0.00000009 +ガスデン 0.00000018 +ガスト 0.00000009 +ガスリー 0.00000009 +ガズ 0.00000009 +ガズデン 0.00000009 +ガゼット 0.00000009 +ガゼル 0.00000009 +ガゼータ 0.00000009 +ガソジン 0.00000009 +ガソリン 0.00001752 +ガタ 0.00000009 +ガタガタ 0.00000275 +ガタゴト 0.00000018 +ガタピシ 0.00000009 +ガタリンピック 0.00000028 +ガタン 0.00000009 +ガターソン 0.00000046 +ガタ落ち 0.00000009 +ガダフィ 0.00000009 +ガダルカナル 0.00000018 +ガチガチ 0.00000037 +ガチャガチャ 0.00000119 +ガチャリアン 0.00000009 +ガチャン 0.00000083 +ガチャーン 0.00000009 +ガチョウ 0.00000431 +ガチリ 0.00000009 +ガチン 0.00000009 +ガッカリ 0.00000037 +ガッサンディ 0.00000083 +ガッチリ 0.00000009 +ガッツ 0.00000064 +ガット 0.00000018 +ガツガツ 0.00000092 +ガツンと 0.00000018 +ガテマラ 0.00000009 +ガテル 0.00000018 +ガトス 0.00000028 +ガトリン 0.00000055 +ガトリング 0.00000037 +ガドガド 0.00000009 +ガドリニウム 0.00000009 +ガニ 0.00000037 +ガニオン 0.00000009 +ガニマール 0.00000138 +ガニョン 0.00000009 +ガネーシャ 0.00000110 +ガネーシュ 0.00000009 +ガハハハー 0.00000009 +ガバッと 0.00000009 +ガバナンス 0.00000046 +ガファー 0.00000028 +ガブリ 0.00000018 +ガブリエル 0.00000101 +ガボ 0.00000037 +ガボガボ 0.00000018 +ガボン 0.00000028 +ガボー 0.00000009 +ガマ 0.00000046 +ガマがえ 0.00000009 +ガマン 0.00000037 +ガマンダ 0.00000009 +ガマンダー 0.00000046 +ガミガミ 0.00000147 +ガム 0.00000514 +ガムシャラ 0.00000009 +ガムラン 0.00000037 +ガメ 0.00000037 +ガモ 0.00000037 +ガヤ 0.00000009 +ガラ 0.00000009 +ガラガラ 0.00000165 +ガラガラッと 0.00000009 +ガラガラヘ 0.00000009 +ガラガラヘビ 0.00000046 +ガラクタ 0.00000083 +ガラシャ 0.00000055 +ガラス 0.00002238 +ガラスコップ 0.00000009 +ガラッと 0.00000037 +ガラツ 0.00000009 +ガラハー 0.00000348 +ガラパゴス 0.00000110 +ガラム 0.00000009 +ガラージ 0.00000009 +ガラード 0.00000009 +ガラ空き 0.00000009 +ガリ 0.00000037 +ガリウム 0.00000009 +ガリガリ 0.00000064 +ガリシア 0.00000009 +ガリソン 0.00000009 +ガリニャー 0.00000018 +ガリバー 0.00000018 +ガリマール 0.00000037 +ガリラヤ 0.00000009 +ガリレイ 0.00000028 +ガリレオ 0.00000083 +ガリー 0.00000055 +ガリーナ 0.00000009 +ガル 0.00000009 +ガルシア 0.00000046 +ガルシニア 0.00000018 +ガルシラソ 0.00000009 +ガルタ 0.00000009 +ガルダ 0.00000009 +ガルバンゾー 0.00000009 +ガルベストン 0.00000055 +ガルボ 0.00000009 +ガルージン 0.00000028 +ガレ 0.00000009 +ガレアッツォ 0.00000009 +ガレイブ 0.00000009 +ガレス 0.00000018 +ガレスト 0.00000037 +ガレッジ 0.00000009 +ガレージ 0.00000156 +ガロッシュ 0.00000064 +ガロン 0.00000073 +ガワヤ 0.00000009 +ガワー 0.00000009 +ガン 0.00000669 +ガンなり 0.00000009 +ガンカモ 0.00000009 +ガンガ 0.00000009 +ガンガン 0.00000083 +ガンガー 0.00000055 +ガンクリニック 0.00000009 +ガング 0.00000046 +ガングリオン 0.00000009 +ガングロ 0.00000028 +ガンジス 0.00000119 +ガンジー 0.00000110 +ガンス 0.00000028 +ガンズ 0.00000009 +ガンダム 0.00000312 +ガンダムワールド 0.00000009 +ガンダーラ 0.00000009 +ガンディー 0.00000055 +ガント 0.00000009 +ガンバ 0.00000092 +ガンバル 0.00000009 +ガンバレ 0.00000009 +ガンバレクと 0.00000009 +ガンバロウ 0.00000009 +ガンパッテ 0.00000009 +ガンビ 0.00000009 +ガンビア 0.00000018 +ガンプ 0.00000018 +ガンプラ 0.00000018 +ガンホー 0.00000018 +ガンボ 0.00000018 +ガンボン 0.00000009 +ガンマ 0.00000028 +ガヴロン 0.00000018 +ガーウッド 0.00000046 +ガーガ 0.00000009 +ガーガー 0.00000009 +ガーグ 0.00000009 +ガーゴイル 0.00000009 +ガーシュウィン 0.00000009 +ガース 0.00000009 +ガーゼ 0.00000101 +ガーター 0.00000009 +ガーテルマン 0.00000009 +ガーディアン 0.00000064 +ガーディナー 0.00000018 +ガーデニング 0.00000229 +ガーデン 0.00000449 +ガーデンズ 0.00000028 +ガートナー 0.00000018 +ガード 0.00000266 +ガードナー 0.00000055 +ガーナ 0.00001110 +ガーナー 0.00000018 +ガーネット 0.00000009 +ガーバー 0.00000119 +ガーバーディング 0.00000018 +ガーフィールド 0.00000092 +ガーマルチョバ 0.00000009 +ガーリック 0.00000037 +ガール 0.00001192 +ガールズ 0.00000183 +ガーン 0.00000009 +ガ族 0.00000018 +キ 0.00000009 +キアニー 0.00000101 +キアヌ 0.00000028 +キィーッと 0.00000009 +キイキイ 0.00000073 +キイス 0.00000028 +キイチゴ 0.00000009 +キウイ 0.00000128 +キウニ 0.00000128 +キエフ 0.00000073 +キオウ 0.00000018 +キオスク 0.00000037 +キカ 0.00000018 +キカイ 0.00000009 +キガシラペンギン 0.00000009 +キガリ 0.00000028 +キキ 0.00000018 +キクぅ 0.00000009 +キケロ 0.00000018 +キケン 0.00000009 +キコ 0.00000028 +キコンゴ 0.00000009 +キサンガニ 0.00000009 +キサントクロミー 0.00000009 +キサンバ 0.00000009 +キザ 0.00000009 +キシュ 0.00000009 +キシュワール 0.00000009 +キシリトール 0.00000018 +キジ 0.00000046 +キス 0.00001568 +キスシーン 0.00000009 +キスモード 0.00000018 +キズ 0.00000037 +キセノフォン 0.00000009 +キセル 0.00000037 +キタ 0.00000009 +キタエンコ 0.00000009 +キタカミ 0.00000009 +キタナイ 0.00000009 +キター 0.00000028 +キチガイ 0.00000064 +キチナーゼ 0.00000037 +キチンと 0.00000009 +キチンキトサン 0.00000009 +キチン・ 0.00000028 +キチン質 0.00000101 +キッと 0.00000009 +キッカケ 0.00000018 +キック 0.00000211 +キックオフ 0.00000055 +キックボクサー 0.00000009 +キックボクシング 0.00000101 +キックボクシングジム 0.00000018 +キッコロ 0.00000018 +キッコーマン 0.00000018 +キッザニア 0.00000119 +キッシュ 0.00000009 +キッス 0.00000018 +キッズ 0.00000229 +キッゾ 0.00000046 +キッチン 0.00000779 +キット 0.00000303 +キッド 0.00000083 +キッドマン 0.00000165 +キップ 0.00000037 +キツ 0.00000028 +キツツキ 0.00000009 +キツネ 0.00001403 +キティ 0.00000614 +キティグッズ 0.00000018 +キティタクシー 0.00000009 +キティホーク 0.00000018 +キティラー 0.00000009 +キティー 0.00000046 +キテイ 0.00000009 +キテレツ 0.00000009 +キディランド 0.00000018 +キデイランド 0.00000009 +キト 0.00000037 +キトサン 0.00000064 +キトラ 0.00000083 +キドク 0.00000009 +キナバタンガン 0.00000018 +キナバル 0.00000018 +キニスキー 0.00000018 +キニマンス 0.00000018 +キニー 0.00000037 +キニーネ 0.00000009 +キネマ 0.00000009 +キネン 0.00000009 +キノコ 0.00000348 +キノシタサーカス 0.00000009 +キノボリトカゲ 0.00000018 +キノリン 0.00000009 +キノン 0.00000009 +キハ 0.00000018 +キハダ 0.00000018 +キバナノ 0.00000018 +キビ 0.00000009 +キフェン 0.00000009 +キブ 0.00000009 +キブツ 0.00000138 +キブツニーク 0.00000009 +キプルス 0.00000009 +キプロス 0.00000119 +キベラ 0.00000073 +キペペオ 0.00000046 +キホーテ 0.00000183 +キマイラ 0.00000009 +キミ 0.00000073 +キミョウナ 0.00000009 +キム 0.00000798 +キムタク 0.00000174 +キムチ 0.00000312 +キムン 0.00000018 +キメ 0.00000055 +キメ細やか 0.00000009 +キモ 0.00000009 +キモチ 0.00000009 +キモノ 0.00000073 +キモノワークショップ 0.00000009 +キャ〜 0.00000009 +キャイ〜ン 0.00000009 +キャサリン 0.00000238 +キャシディ 0.00000009 +キャシパス 0.00000009 +キャシャーン 0.00000009 +キャシー 0.00000202 +キャスター 0.00000303 +キャスターネットワーク 0.00000028 +キャスティング 0.00000064 +キャスト 0.00000367 +キャストクレジット 0.00000009 +キャスパー 0.00000064 +キャスリン 0.00000028 +キャスリーン 0.00000165 +キャセロール 0.00000028 +キャタピラー 0.00000028 +キャチコピー 0.00000009 +キャッと 0.00000009 +キャッサバ 0.00000064 +キャッシャー 0.00000009 +キャッシュ 0.00000238 +キャッシュレス 0.00000018 +キャッシング 0.00000028 +キャッスル 0.00000083 +キャッチ 0.00000532 +キャッチャー 0.00000073 +キャッツ 0.00000193 +キャット 0.00000110 +キャットアイ 0.00000009 +キャップ 0.00000303 +キャップレス 0.00000009 +キャツチャー 0.00000009 +キャテゴリー 0.00000009 +キャディ 0.00000009 +キャディー 0.00000018 +キャデラック 0.00000110 +キャナル 0.00000018 +キャニオニング 0.00000046 +キャニオン 0.00000018 +キャニオンズ 0.00000046 +キャニング 0.00000009 +キャノピー 0.00000009 +キャノム 0.00000009 +キャノン 0.00000018 +キャバレー 0.00000147 +キャバンディッシュ 0.00000009 +キャパ 0.00000009 +キャパシティー 0.00000018 +キャビア 0.00000128 +キャビネ 0.00000018 +キャビネット 0.00000037 +キャビン 0.00000321 +キャピタル 0.00000037 +キャピトル 0.00000028 +キャピュレット 0.00000312 +キャブ 0.00000312 +キャブレーター 0.00000009 +キャプション 0.00000064 +キャプスタイン 0.00000009 +キャプスタン 0.00000028 +キャプチャー 0.00000046 +キャプティ 0.00000018 +キャプテン 0.00000257 +キャベツ 0.00000477 +キャベル 0.00000009 +キャベンディッシ 0.00000009 +キャベンディッシュ 0.00000028 +キャミソール 0.00000009 +キャミー 0.00000028 +キャムデン 0.00000009 +キャメル 0.00000009 +キャメロン 0.00000156 +キャラ 0.00000028 +キャラウェー 0.00000009 +キャラクタ 0.00000028 +キャラクター 0.00002815 +キャラクターショー 0.00000018 +キャラシァブ 0.00000009 +キャラディア 0.00000028 +キャラハン 0.00000009 +キャラハンズ 0.00000037 +キャラバン 0.00000037 +キャラボク 0.00000009 +キャラメル 0.00000064 +キャリア 0.00001807 +キャリアウーマン 0.00000110 +キャリコ 0.00000018 +キャリック 0.00000009 +キャリバン 0.00000138 +キャリブレーション 0.00000009 +キャリング 0.00000009 +キャリントン 0.00000009 +キャリー 0.00000229 +キャロット 0.00000037 +キャロライン 0.00000202 +キャロリン 0.00000018 +キャロル 0.00000550 +キャン 0.00000055 +キャンキャン 0.00000018 +キャンサー 0.00000018 +キャンセル 0.00001449 +キャンダス 0.00000009 +キャンディ 0.00000138 +キャンディス 0.00000009 +キャンディー 0.00000229 +キャンディーグラム 0.00000018 +キャンディーズ 0.00000018 +キャンディード 0.00000037 +キャンデー 0.00000110 +キャンドル 0.00000156 +キャンドルナイト 0.00000018 +キャンバス 0.00000156 +キャンバー 0.00000009 +キャンパス 0.00000624 +キャンパー 0.00000018 +キャンピング 0.00000156 +キャンプ 0.00002293 +キャンベラ 0.00000064 +キャンベル 0.00000183 +キャンペーン 0.00002916 +キャンン 0.00000009 +キャヴァン 0.00000009 +キャヴェンディッシュ 0.00000009 +キャー 0.00000055 +キャーキャー 0.00000046 +キャーッ 0.00000009 +キヤノン 0.00000028 +キヤンプ 0.00000009 +キュっと 0.00000009 +キュア 0.00000018 +キュアモ 0.00000009 +キュアー 0.00000009 +キュイジーヌ 0.00000018 +キュウリ 0.00000183 +キュザック 0.00000018 +キュッ 0.00000018 +キュナード 0.00000018 +キュパー 0.00000009 +キュビエ 0.00000009 +キュベレ 0.00000009 +キュリオ 0.00000064 +キュリュン 0.00000046 +キュリー 0.00000009 +キュレーション 0.00000009 +キュロス 0.00000083 +キュン 0.00000009 +キュー 0.00000073 +キューガーデンズ 0.00000009 +キュースキー 0.00000028 +キューティクル 0.00000018 +キューティー 0.00000046 +キュート 0.00000101 +キューネットワーク 0.00000009 +キューバ 0.00000880 +キューバスタイル 0.00000009 +キューバンサルサ 0.00000009 +キュービクル 0.00000009 +キュービング 0.00000009 +キューピット 0.00000257 +キューピッド 0.00000101 +キューピー 0.00000018 +キューブ 0.00000128 +キューブサット 0.00000037 +キューポラ 0.00000055 +キューリ 0.00000009 +キョウ 0.00000046 +キョウオウ 0.00000009 +キョウコ 0.00000028 +キョトン 0.00000018 +キョルン 0.00000009 +キョロ 0.00000009 +キョロキョロ 0.00000046 +キョンギド 0.00000018 +キョール 0.00000009 +キヨシ 0.00000028 +キヨスク 0.00000009 +キヨノリ 0.00000009 +キライ 0.00000018 +キラウエア 0.00000009 +キラキラ 0.00000312 +キラッと 0.00000009 +キラリ 0.00000037 +キラー 0.00000055 +キラーニー 0.00000009 +キリ 0.00000073 +キリっと 0.00000009 +キリキリ 0.00000046 +キリギリス 0.00000110 +キリシタン 0.00000037 +キリスト 0.00003494 +キリッと 0.00000009 +キリバス 0.00000018 +キリマンジェロ 0.00000018 +キリマンジャロ 0.00000055 +キリヤット 0.00000009 +キリリ 0.00000009 +キリル 0.00000009 +キリン 0.00000413 +キリング 0.00000028 +キリ・ 0.00000009 +キル 0.00000009 +キルギスタン 0.00000009 +キルケリー 0.00000009 +キルシュ 0.00000018 +キルダ 0.00000055 +キルディア 0.00000009 +キルト 0.00000138 +キルバーン 0.00000018 +キルボーン 0.00000009 +キルマー 0.00000009 +キルロイ 0.00000009 +キレ 0.00000193 +キレイ 0.00000101 +キレイキレイ 0.00000009 +キロ 0.00007474 +キロカロリー 0.00000083 +キログラム 0.00000321 +キロスプリント 0.00000009 +キロビット 0.00000009 +キロポグラド 0.00000009 +キロマラソン 0.00000018 +キロメートル 0.00001641 +キロリットル 0.00000147 +キロワット 0.00000110 +キロン 0.00000009 +キン 0.00000101 +キンカチョウ 0.00000064 +キンカン 0.00000009 +キンキ 0.00000009 +キンキキッズ 0.00000018 +キング 0.00001174 +キングス 0.00000046 +キングストン 0.00000037 +キングズ 0.00000037 +キングズベリー 0.00000009 +キングズリー 0.00000009 +キングダ 0.00000009 +キングダム 0.00000018 +キングピン 0.00000009 +キングラン 0.00000009 +キンケイド 0.00000037 +キンシャサ 0.00000037 +キンタ 0.00000028 +キンダー 0.00000009 +キンティン 0.00000009 +キンディオ 0.00000009 +キンドル 0.00000028 +キンバイソウ 0.00000009 +キンバリー 0.00000028 +キンブンドゥ 0.00000009 +キンマ 0.00000009 +キー 0.00001311 +キーァン 0.00000009 +キーガン 0.00000009 +キーキー 0.00000073 +キース 0.00000119 +キーズ 0.00000028 +キート 0.00000009 +キートピック 0.00000009 +キーナート 0.00000009 +キーニャ 0.00000028 +キーパー 0.00000174 +キーパーソン 0.00000018 +キーピング 0.00000009 +キーフ 0.00000018 +キープ 0.00000073 +キーボード 0.00000312 +キーマ 0.00000018 +キーマン 0.00000009 +キーラ 0.00000018 +キーラー 0.00000083 +キーリング 0.00000046 +キール 0.00000028 +キーロック 0.00000009 +キーン 0.00000055 +ギ 0.00000009 +ギア 0.00000229 +ギアナ 0.00000009 +ギエレ 0.00000009 +ギオン 0.00000009 +ギガトン 0.00000018 +ギガバイト 0.00000055 +ギガビット 0.00000018 +ギガワット 0.00000009 +ギクシャク 0.00000064 +ギグ 0.00000009 +ギグル 0.00000009 +ギグルスケート 0.00000009 +ギザ 0.00000028 +ギザギザ 0.00000119 +ギシギシ 0.00000028 +ギジギシ 0.00000009 +ギスギス 0.00000009 +ギタイ 0.00000009 +ギタウ 0.00000018 +ギタリスト 0.00000183 +ギター 0.00001073 +ギターリスト 0.00000037 +ギッシリ 0.00000009 +ギッブ 0.00000009 +ギツネ 0.00000046 +ギトギト 0.00000009 +ギトルス 0.00000009 +ギドラ 0.00000009 +ギドー 0.00000009 +ギニア 0.00000376 +ギニィ 0.00000028 +ギニー 0.00000119 +ギネス 0.00000642 +ギフ 0.00000018 +ギフォーズ 0.00000055 +ギフチョウ 0.00000037 +ギフト 0.00000358 +ギブ 0.00000128 +ギブス 0.00000037 +ギブソン 0.00000165 +ギブリーズ 0.00000009 +ギプス 0.00000064 +ギベリン 0.00000009 +ギボン 0.00000028 +ギマランイス 0.00000009 +ギマー 0.00000028 +ギムネマ 0.00000083 +ギムレット 0.00000009 +ギムン 0.00000083 +ギャグ 0.00000156 +ギャスト 0.00000092 +ギャック 0.00000055 +ギャップ 0.00000587 +ギャニス 0.00000009 +ギャネンドラ 0.00000018 +ギャバ 0.00000046 +ギャバン 0.00000009 +ギャビン 0.00000009 +ギャビン・ 0.00000009 +ギャビー 0.00000046 +ギャラ 0.00000128 +ギャラガー 0.00000110 +ギャラクシー 0.00000119 +ギャラクティック 0.00000018 +ギャラップ 0.00000037 +ギャラリー 0.00000669 +ギャリー 0.00000642 +ギャル 0.00000092 +ギャルソン 0.00000009 +ギャレット 0.00000018 +ギャレン 0.00000009 +ギャロス 0.00000018 +ギャロップ 0.00000018 +ギャロップレーサー 0.00000009 +ギャング 0.00000403 +ギャングスター 0.00000064 +ギャンドルフィーニ 0.00000009 +ギャンブラー 0.00000128 +ギャンブラーズ 0.00000009 +ギャンブル 0.00000642 +ギャーギャー 0.00000037 +ギャーッ 0.00000009 +ギヤー 0.00000009 +ギュウギュウ 0.00000009 +ギュウギュウ押し 0.00000009 +ギュスターフ 0.00000009 +ギュスターヴ 0.00000009 +ギュッと 0.00000147 +ギュホ 0.00000009 +ギュル 0.00000009 +ギューギュー 0.00000009 +ギューッと 0.00000009 +ギューリック 0.00000055 +ギョウザ 0.00000046 +ギョッと 0.00000046 +ギョレメ 0.00000009 +ギョロギョロ 0.00000018 +ギョン 0.00000009 +ギョンヒ 0.00000009 +ギョーカイ 0.00000009 +ギョーザ 0.00000211 +ギラギラ 0.00000092 +ギラギラメーク 0.00000009 +ギラロフ 0.00000009 +ギリアド 0.00000009 +ギリガン 0.00000018 +ギリギリ 0.00000028 +ギリシア 0.00002458 +ギリシャ 0.00002036 +ギリシャチーム 0.00000009 +ギル 0.00000183 +ギルド 0.00000009 +ギルバート 0.00000018 +ギルフォイル 0.00000018 +ギルロイ 0.00000009 +ギレスピー 0.00000009 +ギレン 0.00000028 +ギロチン 0.00000009 +ギン 0.00000009 +ギンガム 0.00000018 +ギングバ 0.00000009 +ギンサウゴン 0.00000009 +ギンザケ 0.00000009 +ギンナン 0.00000092 +ギンバイカ 0.00000009 +ギー 0.00000009 +ギーガー 0.00000028 +ギーギー 0.00000018 +ギーク 0.00000009 +ギームザ 0.00000009 +ギール 0.00000018 +ク 0.00000018 +クア 0.00000018 +クアハウス 0.00000028 +クアラルンプール 0.00000101 +クアン 0.00000009 +クアンティコ 0.00000009 +クアーズ 0.00000009 +クィンティウス 0.00000009 +クィンラン 0.00000009 +クィーン 0.00000055 +クィーンズ 0.00000009 +クイズ 0.00000651 +クイニー 0.00000009 +クイン 0.00000028 +クインシ 0.00000009 +クインシー 0.00000009 +クイール 0.00000101 +クイーン 0.00000303 +クイーンズ 0.00000092 +クイーンズイングリッシュ 0.00000009 +クイーンズシアター 0.00000009 +クイーンズタウン 0.00000101 +クイーンズランド 0.00000073 +クウィント 0.00000009 +クウェイ 0.00000046 +クウェロス 0.00000009 +クウェンティン 0.00000009 +クウェート 0.00000569 +クェッケンシュテット 0.00000009 +クェート 0.00000009 +クエスト 0.00000220 +クエララ 0.00000101 +クエン 0.00000037 +クエンティン 0.00000046 +クエンハート 0.00000009 +クエート 0.00000018 +クォリティー 0.00000046 +クォン 0.00000926 +クォーク 0.00000018 +クォーター 0.00000073 +クォート 0.00000009 +クオ 0.00000009 +クオモ 0.00000009 +クオラ 0.00000009 +クオリティ 0.00000009 +クオリティー 0.00000028 +クオリーメン 0.00000009 +クオータ 0.00000018 +クオーター 0.00000028 +クギ 0.00000018 +ククルカン 0.00000028 +クサクリ 0.00000009 +クサリカタビラ 0.00000009 +クサレ 0.00000009 +クサントス 0.00000028 +クシ 0.00000009 +クシナガラ 0.00000009 +クシニッチ 0.00000046 +クシャクシャ 0.00000009 +クシャミ 0.00000018 +クジ 0.00000018 +クジャク 0.00000046 +クジラ 0.00000853 +クジラ肉 0.00000009 +クスクス 0.00000138 +クスコ 0.00000037 +クズ 0.00000073 +クズエキス 0.00000055 +クズネツォワ 0.00000037 +クセ 0.00000055 +クセノフォン 0.00000018 +クセール 0.00000018 +クセ毛 0.00000018 +クソ 0.00000073 +クソガキ 0.00000009 +クソッ 0.00000018 +クタ 0.00000028 +クタクタ 0.00000018 +クタビーチ 0.00000018 +クダンクラン 0.00000009 +クチマ 0.00000018 +クチュマタネス 0.00000009 +クチュマタン 0.00000009 +クチヴァー 0.00000018 +クッキング 0.00000119 +クッキー 0.00000770 +クック 0.00000128 +クックアウト 0.00000009 +クッション 0.00000266 +クッティオ 0.00000009 +クツワ 0.00000009 +クナ 0.00000018 +クナスト 0.00000018 +クナップ 0.00000028 +クニ 0.00000018 +クニオ 0.00000009 +クニヒロ 0.00000009 +クニマス 0.00000064 +クニー 0.00000009 +クネクネ 0.00000009 +クネゴンデ 0.00000009 +クネセト 0.00000009 +クノッソス 0.00000009 +クハネズ 0.00000009 +クハラ 0.00000009 +クビ 0.00000385 +クフ 0.00000018 +クボタ 0.00000009 +クマ 0.00000569 +クマガイ 0.00000009 +クマゲラ 0.00000009 +クマザサ 0.00000037 +クマール 0.00000156 +クミコ 0.00000009 +クミン 0.00000018 +クムクム 0.00000009 +クムシェ 0.00000037 +クムリーン 0.00000037 +クメール 0.00000422 +クモ 0.00000413 +クヨクヨ 0.00000009 +クライ 0.00000028 +クライアント 0.00000834 +クライシス 0.00000028 +クライシュテルス 0.00000028 +クライストチャーチ 0.00000028 +クライスラー 0.00000312 +クライトン 0.00000073 +クライバーン 0.00000037 +クライブ 0.00000018 +クライマックス 0.00000229 +クライマー 0.00000037 +クライマーズ 0.00000009 +クライミング 0.00000083 +クライム 0.00000018 +クライン 0.00000092 +クラインディンスト 0.00000009 +クライヴ 0.00000009 +クラウス 0.00000028 +クラウチング 0.00000009 +クラウディア 0.00000009 +クラウディウ 0.00000009 +クラウディウス 0.00000009 +クラウド 0.00000092 +クラウン 0.00000486 +クラウンズ 0.00000037 +クラカウ 0.00000009 +クラクション 0.00000018 +クラクフ 0.00000018 +クラクラ 0.00000092 +クラゲ 0.00000367 +クラコム 0.00000018 +クラシ 0.00000174 +クラシカル 0.00000037 +クラシクス 0.00000009 +クラシック 0.00001146 +クラシックカー 0.00000009 +クラシックス 0.00000009 +クラシックチャート 0.00000009 +クラス 0.00004200 +クラスター 0.00000064 +クラスト 0.00000028 +クラスナー 0.00000018 +クラスメート 0.00000477 +クラスリーダー 0.00000009 +クラチット 0.00000358 +クラッカー 0.00000156 +クラック 0.00000028 +クラックス 0.00000009 +クラッシック 0.00000055 +クラッシュ 0.00000092 +クラッチ 0.00000018 +クラツキー 0.00000018 +クラデット 0.00000028 +クラトゥ 0.00000064 +クラフト 0.00000064 +クラブ 0.00006291 +クラプトン 0.00000202 +クラマー 0.00000128 +クラム 0.00000046 +クラムニク 0.00000018 +クララ 0.00000110 +クラリオン 0.00000009 +クラリス 0.00000009 +クラリッサ 0.00000009 +クラリティ 0.00000055 +クラリネット 0.00000028 +クラレット 0.00000028 +クラレンス 0.00000009 +クラン 0.00000009 +クランク 0.00000018 +クラングス 0.00000009 +クランシー 0.00000037 +クランダー 0.00000009 +クランプ 0.00000018 +クランベリー 0.00000028 +クラーク 0.00000183 +クラート 0.00000009 +クリ 0.00000174 +クリア 0.00000459 +クリアブルー 0.00000009 +クリアランス 0.00000009 +クリアーケース 0.00000009 +クリエィティブ 0.00000009 +クリエィテッド 0.00000009 +クリエイター 0.00000046 +クリエイティビティー 0.00000009 +クリエイティブ 0.00000156 +クリエイト 0.00000028 +クリエーション 0.00000009 +クリエーター 0.00000028 +クリオ 0.00000018 +クリオージョ 0.00000009 +クリオーゾ 0.00000018 +クリカレフ 0.00000009 +クリクリ 0.00000009 +クリケット 0.00000138 +クリコイエラ 0.00000009 +クリシュナ 0.00000037 +クリシー 0.00000009 +クリス 0.00000532 +クリスタル 0.00000257 +クリスチャン 0.00000578 +クリスチャンディオール 0.00000009 +クリスチーヌ 0.00000018 +クリスティ 0.00000046 +クリスティアナ 0.00000156 +クリスティアノ 0.00000009 +クリスティアンス 0.00000028 +クリスティアンスハウン 0.00000009 +クリスティアーノ 0.00000055 +クリスティン 0.00000037 +クリスティン・ 0.00000009 +クリスティー 0.00000037 +クリスティーズ 0.00000064 +クリスティータ 0.00000009 +クリスティーナ 0.00000037 +クリスティーヌ 0.00000018 +クリスティーン 0.00000046 +クリステン 0.00000009 +クリスト 0.00000138 +クリストフ 0.00000064 +クリストファー 0.00000147 +クリスピー 0.00000009 +クリスピーポテト 0.00000009 +クリスペン 0.00000009 +クリスマス 0.00005300 +クリスマスイブ 0.00000183 +クリスマスイヴ 0.00000009 +クリック 0.00000926 +クリックジャパン 0.00000064 +クリックボタン 0.00000009 +クリッシャー 0.00000018 +クリッピング 0.00000009 +クリップ 0.00000073 +クリナード 0.00000009 +クリニック 0.00000541 +クリネックス 0.00000009 +クリビ 0.00000009 +クリフ 0.00000064 +クリフォード 0.00000018 +クリフトン 0.00000009 +クリブデス 0.00000009 +クリミア 0.00000064 +クリミミキンカチョウ 0.00000009 +クリム 0.00000009 +クリムト 0.00000009 +クリュセイス 0.00000046 +クリュタイム 0.00000009 +クリューゲル 0.00000009 +クリル 0.00000028 +クリン 0.00000028 +クリント 0.00000083 +クリントン 0.00001917 +クリー 0.00000110 +クリーク 0.00000220 +クリーシー 0.00000009 +クリード 0.00000009 +クリーナ 0.00000009 +クリーナー 0.00000028 +クリーニング 0.00000559 +クリーバン 0.00000009 +クリーボルド 0.00000009 +クリーマー 0.00000009 +クリーミー 0.00000037 +クリーミーティング 0.00000009 +クリーム 0.00001742 +クリーン 0.00000449 +クリーング 0.00000009 +クル 0.00000009 +クルクミン 0.00000037 +クルクル 0.00000147 +クルクルワン 0.00000009 +クルコト 0.00000009 +クルシュマン 0.00000009 +クルス 0.00000018 +クルスク 0.00000064 +クルズ 0.00000009 +クルッ 0.00000018 +クルックスベリ 0.00000018 +クルト 0.00000009 +クルド 0.00000174 +クルマ 0.00000018 +クルミ 0.00000119 +クルム 0.00000046 +クルムロフ 0.00000009 +クルリ 0.00000009 +クルロウ 0.00000009 +クルン・ 0.00000009 +クルー 0.00000147 +クルーカット 0.00000009 +クルーガー 0.00000037 +クルーク 0.00000009 +クルーゲル 0.00000018 +クルーザー 0.00000128 +クルーシス 0.00000009 +クルーシャン 0.00000009 +クルージョン 0.00000009 +クルージング 0.00000028 +クルーズ 0.00000853 +クルーセーダーズ 0.00000009 +クルーソー 0.00000064 +クルーニー 0.00000101 +クループ 0.00000018 +クルーラー 0.00000009 +クルーン 0.00000046 +クレア 0.00000101 +クレアチニン 0.00000009 +クレアチン 0.00000018 +クレアチンキナーゼ 0.00000018 +クレアモント 0.00000009 +クレイ 0.00000138 +クレイア 0.00000009 +クレイグ 0.00000119 +クレイジー 0.00000073 +クレイトン 0.00000046 +クレイドル 0.00000009 +クレイドルマウンテン 0.00000009 +クレイマー 0.00000009 +クレイム 0.00000009 +クレイモデル 0.00000028 +クレイン 0.00000046 +クレインズ 0.00000028 +クレオパトラ 0.00000073 +クレオール 0.00000037 +クレジット 0.00002027 +クレジツト 0.00000009 +クレセント 0.00000009 +クレソン 0.00000018 +クレタ 0.00000018 +クレッグ 0.00000018 +クレッソン 0.00000028 +クレティエン 0.00000037 +クレディスイス 0.00000009 +クレドール 0.00000028 +クレペリン 0.00000009 +クレムリン 0.00000046 +クレメンス 0.00000018 +クレメント 0.00000037 +クレモンズ 0.00000018 +クレヨン 0.00000156 +クレロ 0.00000018 +クレンジング 0.00000037 +クレー 0.00000018 +クレーグ 0.00000110 +クレージュ 0.00000009 +クレージー 0.00000110 +クレータ 0.00000046 +クレーター 0.00000064 +クレーテ 0.00000028 +クレープ 0.00000037 +クレーム 0.00000211 +クレーン 0.00000128 +クロ 0.00000037 +クロアチア 0.00000449 +クロウ 0.00000083 +クロウサギ 0.00000018 +クロウタドリ 0.00000009 +クロエ 0.00000009 +クロカル 0.00000028 +クロカルチャー 0.00000009 +クロケット 0.00000046 +クロケー 0.00000128 +クロコ 0.00000009 +クロコップ 0.00000138 +クロサワ 0.00000037 +クロス 0.00001541 +クロスアセンブラ 0.00000009 +クロスオーバー 0.00000018 +クロスズメバチ 0.00000009 +クロスバー 0.00000009 +クロスパス 0.00000018 +クロスビー 0.00000028 +クロスフィット 0.00000028 +クロスフェーダー 0.00000009 +クロスワード 0.00000046 +クロゼット 0.00000046 +クロッカス 0.00000009 +クロッガー 0.00000009 +クロッキー 0.00000009 +クロック 0.00000018 +クロッグ 0.00000028 +クロッスリー 0.00000018 +クロッチ 0.00000009 +クロツラヘラサギ 0.00000073 +クロティルド 0.00000009 +クロトー 0.00000028 +クロトーマウス 0.00000009 +クロニエ 0.00000018 +クロニクル 0.00000083 +クロネコ 0.00000009 +クロノメーター 0.00000028 +クロフォード 0.00000046 +クロフト 0.00000037 +クロフトン 0.00000138 +クロポトキン 0.00000083 +クロマグロ 0.00000156 +クロマティ 0.00000018 +クロマニョン 0.00000018 +クロマーティ 0.00000110 +クロム 0.00000009 +クロロフィル 0.00000009 +クロロフルオロカーボン 0.00000009 +クロワッサン 0.00000037 +クロン 0.00000009 +クロー 0.00000009 +クローガー 0.00000018 +クローク 0.00000028 +クロース 0.00000028 +クローズ 0.00000147 +クローズド 0.00000083 +クローゼット 0.00000128 +クローディア 0.00000009 +クローデル 0.00000009 +クロード 0.00000028 +クローナ 0.00000009 +クローニング 0.00000037 +クローバル 0.00000009 +クローバー 0.00000055 +クローブ 0.00000037 +クローリー 0.00000055 +クロール 0.00000018 +クローン 0.00001247 +クローンズ 0.00000009 +クローヴァー 0.00000009 +クワ 0.00000009 +クワガタ 0.00000028 +クワガタムシ 0.00000009 +クワキトル 0.00000009 +クワズール 0.00000009 +クワックワッと 0.00000009 +クワッケン 0.00000009 +クワッチ 0.00000009 +クワッド 0.00000009 +クワン 0.00000018 +クワーク 0.00000028 +クン 0.00000046 +クンクン 0.00000046 +クンサノン 0.00000009 +クンサン 0.00000018 +クンダン 0.00000009 +クンデラ 0.00000009 +クンドラ 0.00000083 +クンミン 0.00000009 +クー 0.00000018 +クーアッシ 0.00000101 +クーカ 0.00000009 +クークー 0.00000028 +クーデター 0.00000367 +クーデンホーフ 0.00000018 +クートニー 0.00000009 +クーニィ 0.00000009 +クーバディア 0.00000055 +クーパー 0.00000147 +クーパーズ 0.00000009 +クーファ 0.00000009 +クーベルタン 0.00000018 +クーペ 0.00000018 +クーポン 0.00000358 +クーポンなし 0.00000009 +クーポンセット 0.00000009 +クーヨン 0.00000009 +クーラー 0.00000110 +クーリー 0.00000028 +クール 0.00000293 +クールティーヌ 0.00000064 +クールビズ 0.00000202 +クーロン 0.00000037 +クーロントレーディング 0.00000018 +グ 0.00000055 +グァム 0.00000037 +グァレグァ 0.00000018 +グアグアテマラ 0.00000009 +グアダループ 0.00000018 +グアッシュ 0.00000009 +グアテマラ 0.00000339 +グアバエキス 0.00000009 +グアム 0.00000229 +グアルディオラ 0.00000009 +グアンタナモ 0.00000009 +グアーッ 0.00000009 +グイエン 0.00000009 +グイグイ 0.00000018 +グイッと 0.00000055 +グイン 0.00000009 +グウィネス 0.00000009 +グウィン 0.00000009 +グウェン 0.00000009 +グウグウ 0.00000018 +グェルフ 0.00000009 +グエル 0.00000064 +グエン 0.00000055 +グエン・ドク 0.00000009 +ググ 0.00000009 +グサリ 0.00000018 +グシャッ 0.00000009 +グショグショ 0.00000009 +グジャラート 0.00000037 +グスク 0.00000028 +グスタウ 0.00000009 +グスタフ 0.00000055 +グスティーナ 0.00000018 +グスト 0.00000018 +グスマン 0.00000009 +グズ 0.00000018 +グズグズ 0.00000018 +グズベリ 0.00000009 +グセフ 0.00000009 +グチ 0.00000028 +グチャグチャ 0.00000128 +グッと 0.00000156 +グッジ 0.00000028 +グッズ 0.00000935 +グッチ 0.00000174 +グッデナウ 0.00000009 +グッド 0.00000257 +グッドマン 0.00000018 +グッドラック 0.00000009 +グッドリッチ 0.00000009 +グッドール 0.00000055 +グッピー 0.00000009 +グツグツ 0.00000028 +グティエレス 0.00000009 +グテレス 0.00000009 +グデングデン 0.00000018 +グドール 0.00000073 +グナセナ 0.00000018 +グハワッティ 0.00000009 +グハワティ 0.00000009 +グビグビ 0.00000009 +グマ 0.00000156 +グミ 0.00000009 +グモ 0.00000018 +グラ 0.00000009 +グライスマン 0.00000009 +グライダー 0.00000046 +グライム 0.00000009 +グライムズ 0.00000028 +グラインダー 0.00000037 +グラウコス 0.00000028 +グラウンズ 0.00000018 +グラウンダー 0.00000009 +グラウンド 0.00000394 +グラウンドゼロ 0.00000018 +グラクソ 0.00000046 +グラグラ 0.00000046 +グラス 0.00001284 +グラスコー 0.00000009 +グラスゴー 0.00000046 +グラストンベリー 0.00000009 +グラスネビン 0.00000018 +グラスノスチ 0.00000009 +グラスピー 0.00000009 +グラタン 0.00000028 +グラックス 0.00000009 +グラッジ 0.00000018 +グラッドストン 0.00000028 +グラディエーター 0.00000009 +グラデーション 0.00000018 +グラナダ 0.00000037 +グラニス 0.00001495 +グラニフ 0.00000009 +グラノーラ 0.00000018 +グラハム 0.00000101 +グラバー 0.00000138 +グラビア 0.00000073 +グラフ 0.00000193 +グラファイト 0.00000009 +グラファー 0.00000110 +グラフィ 0.00000018 +グラフィカル 0.00000018 +グラフィクス 0.00000009 +グラフィック 0.00000312 +グラフィックス 0.00000138 +グラフィティ 0.00000046 +グラフィー 0.00000018 +グラフック 0.00000009 +グラフト 0.00000073 +グラフトン 0.00000046 +グラブ 0.00000037 +グラマラス 0.00000009 +グラマー 0.00000055 +グラミン 0.00000119 +グラミー 0.00000229 +グラム 0.00000752 +グラメグナ 0.00000009 +グラメーニヤ 0.00000028 +グラン 0.00000028 +グランケア 0.00000009 +グランスフェルド 0.00000064 +グランデ 0.00000018 +グランディーバ 0.00000018 +グラント 0.00000248 +グランド 0.00000669 +グランドキャニオン 0.00000119 +グランパス 0.00000083 +グランブルー 0.00000009 +グランプリ 0.00000880 +グランプリー 0.00000009 +グランマ 0.00000009 +グラヴィティ 0.00000028 +グラース 0.00000055 +グリア 0.00000018 +グリオ 0.00000037 +グリグリ 0.00000009 +グリコ 0.00000193 +グリコール 0.00000037 +グリゴルエ 0.00000009 +グリザベラ 0.00000018 +グリシャム 0.00000009 +グリセリン 0.00000009 +グリセロール 0.00000009 +グリチルリチン 0.00000009 +グリッシュ 0.00000009 +グリッド 0.00000009 +グリッピング 0.00000009 +グリップ 0.00000037 +グリニッジ 0.00000055 +グリニッジヴィレッジ 0.00000018 +グリニッチ 0.00000009 +グリバキン 0.00000028 +グリフィス 0.00000009 +グリフィン 0.00000018 +グリフィー 0.00000009 +グリフォン 0.00000293 +グリム 0.00000064 +グリムズビ 0.00000064 +グリュイエール 0.00000037 +グリュー 0.00000018 +グリル 0.00000183 +グリルド 0.00000009 +グリン 0.00000037 +グリンカー 0.00000018 +グリンダ 0.00000119 +グリント 0.00000028 +グリー 0.00000009 +グリーク 0.00000018 +グリーゼ 0.00000046 +グリーティング 0.00000055 +グリーナウェイ 0.00000009 +グリーブ 0.00000009 +グリーブズ 0.00000018 +グリーン 0.00001797 +グリーンスン 0.00000009 +グリーンティー 0.00000009 +グリーンフィールド 0.00000009 +グリーンランド 0.00000266 +グル 0.00000028 +グルカ 0.00000009 +グルカゴン 0.00000028 +グルグル 0.00000174 +グルコサミン 0.00000009 +グルコノ 0.00000018 +グルコマンナン 0.00000009 +グルジア 0.00000174 +グルタミン 0.00000018 +グルテン 0.00000018 +グルドー 0.00000009 +グルプディン 0.00000009 +グルマン 0.00000009 +グルミ 0.00000009 +グルミラ 0.00000018 +グルメ 0.00000220 +グルメワイン 0.00000009 +グルン 0.00000073 +グルー 0.00000018 +グルーエン 0.00000009 +グルーピー 0.00000018 +グループ 0.00011123 +グルーミング 0.00000009 +グレ 0.00000009 +グレア 0.00000009 +グレアム 0.00000009 +グレアムフェルセン 0.00000009 +グレイ 0.00000211 +グレイザー 0.00000018 +グレイシー 0.00000009 +グレイストーンズ 0.00000009 +グレイスミス 0.00000037 +グレイスランド 0.00000018 +グレイヤー 0.00000028 +グレイン 0.00000009 +グレインジ 0.00000018 +グレイヴ 0.00000009 +グレイヴズ 0.00000028 +グレコ 0.00000046 +グレゴ 0.00000028 +グレゴリオ 0.00000037 +グレゴリー 0.00000083 +グレシャム 0.00000009 +グレタ 0.00000183 +グレック 0.00000037 +グレッグ 0.00000403 +グレッセ 0.00000009 +グレナダ 0.00000028 +グレノーブル 0.00000009 +グレン 0.00000229 +グレンジャー 0.00000046 +グレンダ 0.00000028 +グレンフィールド 0.00000028 +グレー 0.00000523 +グレーザー 0.00000046 +グレース 0.00000083 +グレースランド 0.00000138 +グレーズ 0.00000009 +グレーター 0.00000009 +グレーテル 0.00000055 +グレート 0.00000284 +グレード 0.00000028 +グレーブ 0.00000009 +グレープ 0.00000037 +グレープフルーツ 0.00000037 +グレープフレーツ 0.00000009 +グレーヴス 0.00000018 +グロシェン 0.00000009 +グロス 0.00000018 +グロスグローブ 0.00000009 +グロゼイユ 0.00000009 +グロッキー 0.00000009 +グロテクス 0.00000009 +グロテコ 0.00000028 +グロテスク 0.00000165 +グロバール 0.00000009 +グロブリン 0.00000009 +グロリア 0.00000193 +グロー 0.00000128 +グロート 0.00000046 +グローバ 0.00000009 +グローバライゼーション 0.00000009 +グローバリゼーション 0.00000193 +グローバル 0.00001265 +グローフィッシュ 0.00000028 +グローブ 0.00000238 +グローリア 0.00000073 +グローヴ 0.00000009 +グローヴァー 0.00000018 +グワハティ 0.00000028 +グン 0.00000028 +グングン 0.00000018 +グンソク 0.00000009 +グー 0.00000018 +グーっと 0.00000009 +グーグル 0.00001210 +グーグー 0.00000018 +グーグーグー 0.00000009 +グース 0.00000018 +グーズ 0.00000009 +グーダルズ 0.00000009 +グーテンターグ 0.00000009 +グーフィー 0.00000009 +グール 0.00000018 +グールド 0.00000028 +ケ 0.00000018 +ケア 0.00000807 +ケアサロン 0.00000009 +ケアズ 0.00000018 +ケアナビ 0.00000018 +ケアリー 0.00000037 +ケアンズ 0.00000064 +ケアー 0.00000028 +ケイ 0.00000165 +ケイア 0.00000009 +ケイコ 0.00000128 +ケイサル 0.00000009 +ケイシャ 0.00000009 +ケイシー 0.00000037 +ケイジ 0.00000055 +ケイジャン 0.00000009 +ケイス 0.00000028 +ケイスト 0.00000009 +ケイゾク 0.00000009 +ケイタ 0.00000009 +ケイタイ 0.00000046 +ケイティ 0.00000101 +ケイティー 0.00000037 +ケイテー 0.00000064 +ケイデン 0.00000028 +ケイト 0.00000834 +ケイトリン 0.00000009 +ケイトリー 0.00000009 +ケイトー 0.00000018 +ケイヒン 0.00000009 +ケイペル 0.00000028 +ケイマン 0.00000009 +ケイレブ 0.00000018 +ケイン 0.00000174 +ケインズ 0.00000009 +ケガ 0.00000248 +ケサル 0.00000028 +ケサン 0.00000009 +ケシ 0.00000220 +ケシカケ 0.00000009 +ケジメ 0.00000018 +ケジャノー 0.00000009 +ケストナー 0.00000009 +ケストラー 0.00000018 +ケセラセラ 0.00000009 +ケタ 0.00000009 +ケタケタ 0.00000009 +ケタリング 0.00000009 +ケダモノ 0.00000009 +ケダモノヲ 0.00000009 +ケダワタン 0.00000009 +ケチ 0.00000046 +ケチケチ 0.00000028 +ケチャ 0.00000018 +ケチャップ 0.00000293 +ケチヤップ 0.00000009 +ケッチ 0.00000037 +ケツ 0.00000028 +ケニア 0.00001238 +ケニヤ 0.00000238 +ケニヤッタ 0.00000009 +ケニヨン 0.00000009 +ケニリー 0.00000037 +ケニー 0.00000037 +ケネス 0.00000018 +ケネディ 0.00000761 +ケネディー 0.00000046 +ケネマ 0.00000018 +ケノービ 0.00000009 +ケバケバし 0.00000009 +ケバブ 0.00000055 +ケバーン 0.00000009 +ケビン 0.00000284 +ケプラー 0.00000009 +ケベック 0.00000275 +ケミカル 0.00000018 +ケムロ 0.00000055 +ケヤキ 0.00000037 +ケラターム 0.00000009 +ケラチン 0.00000018 +ケララ 0.00000009 +ケラー 0.00000092 +ケラーマン 0.00000055 +ケリ 0.00000009 +ケリオイ 0.00000009 +ケリガン 0.00000028 +ケリス 0.00000009 +ケリー 0.00000633 +ケルキラ 0.00000009 +ケルシー 0.00000009 +ケルト 0.00000211 +ケルビム 0.00000009 +ケルワン 0.00000009 +ケルン 0.00000046 +ケレス 0.00000018 +ケロイド 0.00000037 +ケロケロ 0.00000009 +ケロッ 0.00000037 +ケロッグ 0.00000009 +ケロリ 0.00000009 +ケワタガモ 0.00000009 +ケン 0.00000715 +ケンイチ 0.00000073 +ケンウッド 0.00000018 +ケンカ 0.00000028 +ケンケ 0.00000018 +ケンシントン 0.00000009 +ケンジ 0.00000055 +ケンジントン 0.00000193 +ケンジー 0.00000009 +ケンゾー 0.00000046 +ケンタ 0.00000055 +ケンタウロス 0.00000009 +ケンタッキー 0.00000128 +ケンダル 0.00000018 +ケンテ 0.00000009 +ケンテリス 0.00000009 +ケント 0.00000119 +ケントン 0.00000009 +ケンドリックス 0.00000028 +ケンブリッジ 0.00000119 +ケンリック 0.00000009 +ケヴィン 0.00000083 +ケーエムシー 0.00000009 +ケーガン 0.00000009 +ケーキ 0.00002357 +ケーク 0.00000009 +ケーシー 0.00000037 +ケージ 0.00000064 +ケース 0.00003861 +ケータ 0.00000009 +ケータイ 0.00000293 +ケータリング 0.00000165 +ケーテル 0.00000009 +ケーテー 0.00000009 +ケーナ 0.00000009 +ケーブル 0.00000486 +ケーブルカー 0.00000009 +ケープ 0.00000073 +ケープタウン 0.00000064 +ケーメン 0.00000220 +ケーラ 0.00000009 +ケーラー 0.00000037 +ケーン 0.00000018 +ケ嶽 0.00000009 +ケ里 0.00000009 +ゲアハルト 0.00000037 +ゲイ 0.00000679 +ゲイアティ 0.00000009 +ゲイエリア 0.00000009 +ゲイシャ 0.00000046 +ゲイタウン 0.00000009 +ゲイツ 0.00001018 +ゲイバー 0.00000009 +ゲイブリエル 0.00001045 +ゲイリー 0.00000046 +ゲイル 0.00000028 +ゲイルス 0.00000009 +ゲイレット 0.00000055 +ゲイロード 0.00000009 +ゲインズビル 0.00000009 +ゲウチャイ 0.00000018 +ゲオルグ 0.00000028 +ゲゲゲ 0.00000073 +ゲゲシゼ 0.00000009 +ゲシュタポ 0.00000018 +ゲス 0.00000009 +ゲスト 0.00001981 +ゲストランチ 0.00000018 +ゲストリスト 0.00000009 +ゲッ 0.00000018 +ゲッツ 0.00000009 +ゲッツェンバーグ 0.00000028 +ゲット 0.00000037 +ゲットー 0.00000037 +ゲッパート 0.00000073 +ゲップ 0.00000037 +ゲッベルス 0.00000009 +ゲッペルス 0.00000018 +ゲティスバーグ 0.00000046 +ゲテモノ 0.00000009 +ゲデ 0.00000018 +ゲトライデ 0.00000018 +ゲトン 0.00000009 +ゲド 0.00000055 +ゲナコスキー 0.00000018 +ゲニミード 0.00000431 +ゲノミクス 0.00000009 +ゲノム 0.00000550 +ゲバラ 0.00000018 +ゲフィン 0.00000009 +ゲブレシラシエ 0.00000037 +ゲラ 0.00000009 +ゲラゲラ 0.00000028 +ゲラゴス 0.00000018 +ゲラル 0.00000009 +ゲラン 0.00000385 +ゲラー 0.00000028 +ゲリラ 0.00000367 +ゲリー 0.00000009 +ゲル 0.00000028 +ゲルショニ 0.00000064 +ゲルダ 0.00000009 +ゲルダー 0.00000018 +ゲルニカ 0.00000009 +ゲルハルト 0.00000046 +ゲルバー 0.00000009 +ゲルマニウム 0.00000018 +ゲルマン 0.00000037 +ゲルラ 0.00000018 +ゲレク・ 0.00000009 +ゲレンデ 0.00000183 +ゲレール 0.00000009 +ゲレールト 0.00000009 +ゲロ 0.00000028 +ゲロゲロ 0.00000009 +ゲロバケツ 0.00000009 +ゲン 0.00000064 +ゲンカ 0.00000064 +ゲンセリック 0.00000009 +ゲンダイ 0.00000009 +ゲンナーディ 0.00000009 +ゲージ 0.00000037 +ゲーセン 0.00000073 +ゲーッ 0.00000009 +ゲーッと 0.00000009 +ゲーツ 0.00000009 +ゲーテ 0.00000138 +ゲート 0.00000504 +ゲートバー 0.00000018 +ゲートル 0.00000055 +ゲーマー 0.00000018 +ゲーム 0.00011261 +ゲームズ 0.00000028 +ゲーメン 0.00000018 +ゲーリック 0.00000009 +ゲーリー 0.00000064 +ゲール 0.00000064 +ゲールズ 0.00000028 +コ 0.00000083 +コア 0.00000083 +コアシウミツバメ 0.00000009 +コアラ 0.00000156 +コイ 0.00000110 +コイヘルペス 0.00000009 +コイル 0.00000073 +コイン 0.00000633 +コウ 0.00000073 +コウエンガ 0.00000009 +コウゲンミョウ 0.00000009 +コウジ 0.00000009 +コウスケ 0.00000009 +コウゾ 0.00000009 +コウタ 0.00000018 +コウタス 0.00000009 +コウティエン 0.00000009 +コウテイ 0.00000037 +コウノトリ 0.00000348 +コウバン 0.00000009 +コウモリ 0.00000211 +コウラウ 0.00000009 +コウリャン 0.00000009 +コウロ 0.00000009 +コエンザイム 0.00000009 +コオロギ 0.00000018 +コカ 0.00000211 +コカイン 0.00000165 +コカコーラ 0.00000174 +コガネイ 0.00000009 +コガネグモ 0.00000009 +コギャル 0.00000073 +コク 0.00000064 +コククジラ 0.00000028 +コクソン 0.00000055 +コクチ 0.00000009 +コクトー 0.00000018 +コクピット 0.00000009 +コクヨ 0.00000018 +コクラン 0.00000018 +コクーン 0.00000009 +コケ 0.00000092 +コケシ 0.00000009 +コケモモ 0.00000009 +コゲ 0.00000009 +ココ 0.00000092 +ココア 0.00000092 +ココシュカ 0.00000009 +ココチイイオモテナシ 0.00000009 +ココナッツ 0.00000018 +ココナツ 0.00000119 +ココナツミルク 0.00000101 +ココム 0.00000009 +ココヤシ 0.00000018 +ココロ 0.00000055 +コサコウスキー 0.00000046 +コサック 0.00000009 +コサージュ 0.00000018 +コシ 0.00000018 +コシシケレリアフリカ 0.00000018 +コシノ 0.00000018 +コシヒカリ 0.00000083 +コショウ 0.00000523 +コジオスコ 0.00000009 +コジツケ 0.00000009 +コス 0.00000009 +コスギ 0.00000083 +コスタ 0.00000009 +コスタクルーズ 0.00000009 +コスタス 0.00000018 +コスタブランカ 0.00000018 +コスタリカ 0.00000449 +コスター 0.00000009 +コスチューム 0.00000138 +コスト 0.00002311 +コストコ 0.00000037 +コストナー 0.00000028 +コスナー 0.00000018 +コスビー 0.00000009 +コスプレ 0.00000614 +コスプレイベント 0.00000046 +コスプレイヤー 0.00000156 +コスプレファン 0.00000018 +コスプレーヤーズ 0.00000009 +コスマン 0.00000018 +コスミオ 0.00000009 +コスメ 0.00000028 +コスメティック 0.00000009 +コスメティックス 0.00000018 +コスモス 0.00000083 +コスモポリス 0.00000009 +コスモポリタン 0.00000101 +コスラエ 0.00000028 +コズロフスキー 0.00000009 +コゼツ 0.00000183 +コソコソ 0.00000128 +コソボ 0.00000238 +コタニ 0.00000028 +コター 0.00000083 +コダイカヤレ 0.00000009 +コダック 0.00000083 +コチコチ 0.00000046 +コチニン 0.00000018 +コチョコチョ 0.00000009 +コッキー 0.00000009 +コック 0.00000770 +コックス 0.00000018 +コックピット 0.00000083 +コッケイ 0.00000009 +コッコ 0.00000009 +コッコッ 0.00000009 +コッタマリ 0.00000009 +コッツウォルズ 0.00000009 +コッティンガム 0.00000028 +コッテリ 0.00000009 +コット 0.00000064 +コットン 0.00000073 +コップ 0.00000633 +コッホウェザー 0.00000009 +コッポラ 0.00000055 +コツ 0.00000147 +コツコツ 0.00000174 +コテコテ 0.00000018 +コテンパン 0.00000009 +コテージ 0.00000275 +コデイン 0.00000018 +コデル 0.00000101 +コト 0.00000009 +コトコト 0.00000009 +コトバ 0.00000037 +コトフ 0.00000009 +コトレット 0.00000009 +コドフレー 0.00000009 +コドモ 0.00000009 +コドン 0.00000009 +コナ 0.00000009 +コナハト 0.00000009 +コナミ 0.00000119 +コナン 0.00000101 +コナー 0.00000165 +コニオ 0.00000018 +コニカ 0.00000055 +コニシキ 0.00000009 +コニック 0.00000009 +コニャック 0.00000046 +コニュニティ 0.00000009 +コニュミケーション 0.00000009 +コニー 0.00000083 +コネ 0.00000495 +コネづくり 0.00000009 +コネイル 0.00000009 +コネクション 0.00000119 +コネクト 0.00000009 +コネティカット 0.00000138 +コネリー 0.00000037 +コノコフィリップス 0.00000028 +コノーティー 0.00000009 +コハク 0.00000009 +コハクチョウ 0.00000009 +コバ 0.00000055 +コバケン 0.00000009 +コバセン 0.00000009 +コバルト 0.00000055 +コバーグ 0.00000009 +コバーグスクエア 0.00000073 +コパ 0.00000009 +コパ・ 0.00000009 +コパーフェルズ 0.00000009 +コヒイ 0.00000028 +コヒスターニ 0.00000028 +コビントン 0.00000009 +コピアポ 0.00000009 +コピイ 0.00000009 +コピー 0.00001944 +コピーライター 0.00000037 +コフ 0.00000046 +コフィ 0.00000193 +コフィン 0.00000009 +コフィー 0.00000046 +コフマン 0.00000018 +コブ 0.00000064 +コブウシ 0.00000018 +コブクロ 0.00000009 +コブコブ 0.00000009 +コブソン 0.00000018 +コブラ 0.00000028 +コブレンツ 0.00000009 +コプター 0.00000028 +コベントリー 0.00000009 +コペル 0.00000009 +コペルニクス 0.00000055 +コペンハーゲン 0.00000504 +コホート 0.00000064 +コマ 0.00000229 +コマクサ 0.00000009 +コマネチ 0.00000009 +コママンガ 0.00000009 +コマンド 0.00000257 +コマンドゥール 0.00000009 +コマーシャル 0.00001990 +コマース 0.00000138 +コミ 0.00000028 +コミカル 0.00000128 +コミケ 0.00000009 +コミスキー 0.00000009 +コミック 0.00000394 +コミックストア 0.00000009 +コミッショナー 0.00000110 +コミッション 0.00000018 +コミッティ 0.00000009 +コミッティド 0.00000009 +コミット 0.00000018 +コミットメント 0.00000009 +コミニケーション 0.00000009 +コミニュケーション 0.00000046 +コミニュケート 0.00000009 +コミュ 0.00000009 +コミュニケーション 0.00006236 +コミュニケーションズ 0.00000028 +コミュニケーションゼミ 0.00000009 +コミュニケーションボード 0.00000028 +コミュニケーター 0.00000037 +コミュニケーティブ 0.00000028 +コミュニケート 0.00000101 +コミュニスト 0.00000018 +コミュニズム 0.00000009 +コミュニタス 0.00000009 +コミュニティ 0.00001256 +コミュニティエリア 0.00000018 +コミュニティカレッジ 0.00000028 +コミュニティサイト 0.00000009 +コミュニティー 0.00000825 +コミュニーケーション 0.00000009 +コミューター 0.00000028 +コミューニケーション 0.00000046 +コミューン 0.00000018 +コミユニケーション 0.00000018 +コミョケーション 0.00000009 +コム 0.00000376 +コメ 0.00000569 +コメスタ 0.00000009 +コメディ 0.00000523 +コメディアン 0.00000504 +コメディスター 0.00000009 +コメディタレント 0.00000009 +コメディドラマ 0.00000009 +コメディー 0.00000385 +コメディーフェスティバル 0.00000009 +コメンテイター 0.00000009 +コメンテーター 0.00000110 +コメント 0.00001889 +コメ作り 0.00000009 +コモド 0.00000018 +コモドゥス 0.00000046 +コモロ 0.00000018 +コモンウェルス 0.00000018 +コモンズ 0.00000028 +コモー 0.00000073 +コモーダス 0.00000009 +コヤン 0.00000009 +コヨーテ 0.00000055 +コラクル 0.00000238 +コラテラル 0.00000055 +コラボ 0.00000009 +コラボレーション 0.00000119 +コラム 0.00000523 +コラムニスト 0.00000046 +コランジェロ 0.00000009 +コラーゲン 0.00000147 +コラージュ 0.00000009 +コリ 0.00000009 +コリア 0.00000073 +コリアン 0.00000083 +コリアンタウン 0.00000073 +コリアンダー 0.00000055 +コリエレ 0.00000009 +コリオ 0.00000009 +コリゴリ 0.00000009 +コリバス 0.00000009 +コリヤナギ 0.00000009 +コリン 0.00000238 +コリングウッド 0.00000028 +コリンズ 0.00000110 +コリント 0.00000028 +コリー 0.00000073 +コリーン 0.00000119 +コルカタ 0.00000101 +コルガン 0.00000018 +コルク 0.00000238 +コルゲート 0.00000037 +コルジャネンコ 0.00000009 +コルセット 0.00000037 +コルソン 0.00000009 +コルター 0.00000009 +コルチコステロイド 0.00000009 +コルチゾン 0.00000009 +コルツ 0.00000009 +コルティ 0.00000009 +コルティナダンペッツォ 0.00000009 +コルト 0.00000009 +コルトレーン 0.00000009 +コルネ 0.00000009 +コルビー 0.00000046 +コルファックス 0.00000009 +コルベット 0.00000009 +コルレオーネ 0.00000009 +コレ 0.00000046 +コレオーニ 0.00000009 +コレクション 0.00000917 +コレクター 0.00000257 +コレクターズ 0.00000009 +コレクト 0.00000064 +コレコ 0.00000009 +コレス 0.00000055 +コレステロール 0.00000459 +コレストロール 0.00000018 +コレッタ 0.00000018 +コレット 0.00000009 +コレラ 0.00000211 +コレル 0.00000009 +コロ 0.00000037 +コロイド 0.00000009 +コロコロ 0.00000119 +コロシアム 0.00000028 +コロジー 0.00000037 +コロッ 0.00000009 +コロッと 0.00000018 +コロッケ 0.00000147 +コロッセウム 0.00000028 +コロッセオ 0.00000018 +コロドナー 0.00000018 +コロナ 0.00000018 +コロニア 0.00000018 +コロニアオキナワ 0.00000009 +コロニアル 0.00000037 +コロニー 0.00000147 +コロムビア 0.00000009 +コロラド 0.00000449 +コロリ 0.00000009 +コロル 0.00000018 +コロン 0.00000037 +コロンナ 0.00000073 +コロンバイン 0.00000046 +コロンバス 0.00000028 +コロンバン 0.00000009 +コロンバント 0.00000009 +コロンビア 0.00001330 +コロンブス 0.00000083 +コロンボ 0.00000055 +コロンヤ 0.00000028 +コロール 0.00000009 +コワイ 0.00000055 +コワルスキー 0.00000009 +コワン 0.00000018 +コワントン 0.00000018 +コン 0.00000083 +コンウィヴィアル 0.00000009 +コンクラーベ 0.00000018 +コンクリン 0.00000009 +コンクリート 0.00000477 +コンクール 0.00000770 +コング 0.00000073 +コングレッショナル 0.00000009 +コンケン 0.00000018 +コンコノリー 0.00000009 +コンコルド 0.00000101 +コンコン 0.00000028 +コンコンチキ 0.00000009 +コンコース 0.00000018 +コンコード 0.00000009 +コンゴ 0.00000183 +コンゴウ 0.00000018 +コンサドーレ 0.00000009 +コンサバトリアム 0.00000009 +コンサバトリー 0.00000009 +コンサルタンシー 0.00000009 +コンサルタンツ 0.00000009 +コンサルタント 0.00000541 +コンサルティング 0.00000459 +コンサルテーション 0.00000009 +コンサーティーナ 0.00000009 +コンサート 0.00004924 +コンサートピアニスト 0.00000009 +コンサーバンシー 0.00000009 +コンシアージェ 0.00000009 +コンシェルジュ 0.00000138 +コンシューマー 0.00000028 +コンスエグラ 0.00000083 +コンスタンザ 0.00000018 +コンスタンス 0.00000018 +コンスタンタイン 0.00000018 +コンスタンチノープル 0.00000009 +コンスタンティヌス 0.00000009 +コンスタンティノープル 0.00000018 +コンスタント 0.00000037 +コンスーマー 0.00000009 +コンセプト 0.00000935 +コンセプトモデル 0.00000009 +コンセルヴァトワール 0.00000009 +コンセンサス 0.00000055 +コンセント 0.00000156 +コンセントレイト 0.00000009 +コンソメ 0.00000018 +コンソメスープ 0.00000018 +コンソーシアム 0.00000101 +コンソール 0.00000018 +コンタクト 0.00000798 +コンタクトリスト 0.00000009 +コンタドーラ 0.00000009 +コンダクター 0.00000046 +コンチェルティーノ 0.00000009 +コンチェルト 0.00000009 +コンチネンタル 0.00000046 +コンチャ 0.00000028 +コンテ 0.00000018 +コンティ 0.00000037 +コンティーニ 0.00000009 +コンテスト 0.00003375 +コンテナ 0.00000073 +コンテナー 0.00000110 +コンテンツ 0.00000660 +コンテント 0.00000009 +コンテンポラリー 0.00000128 +コンディショナー 0.00000055 +コンディション 0.00000147 +コンデンス 0.00000018 +コント 0.00000073 +コントラ 0.00000009 +コントラクト 0.00000037 +コントラスト 0.00000110 +コントラルト 0.00000028 +コントローラー 0.00000083 +コントロール 0.00001752 +コントーション 0.00000009 +コンドス 0.00000009 +コンドミニアム 0.00000092 +コンドラ 0.00000018 +コンドリーサ 0.00000028 +コンドリーザ 0.00000101 +コンドル 0.00000046 +コンドーム 0.00000394 +コンニチハ 0.00000009 +コンニャク 0.00000064 +コンニャクイモ 0.00000009 +コンバイン 0.00000009 +コンバース 0.00000046 +コンバーチブル 0.00000009 +コンバート 0.00000009 +コンパ 0.00000073 +コンパイラ 0.00000312 +コンパイル 0.00000037 +コンパクト 0.00000367 +コンパス 0.00000092 +コンパック 0.00000028 +コンパニオン 0.00000018 +コンパートメント 0.00000009 +コンビ 0.00000339 +コンビナート 0.00000009 +コンビニ 0.00001431 +コンビニエンス 0.00000495 +コンビニエンストア 0.00000009 +コンビニストア 0.00000018 +コンビネーション 0.00000073 +コンビビアリテ 0.00000009 +コンビーフ 0.00000046 +コンピテンシー 0.00000009 +コンピュター 0.00000009 +コンピュータ 0.00001412 +コンピュータモデル 0.00000009 +コンピューター 0.00010216 +コンピューティング 0.00000119 +コンピレーション 0.00000018 +コンピータ 0.00000009 +コンファレンス 0.00000009 +コンフィギュレーション 0.00000018 +コンフィデンシャル 0.00000009 +コンフェデレーション 0.00000037 +コンフェデレーションズ 0.00000046 +コンフォート 0.00000037 +コンフリクト 0.00000018 +コンブ 0.00000046 +コンプトン 0.00000028 +コンプライアンス 0.00000009 +コンプルテンス 0.00000009 +コンプレック 0.00000009 +コンプレックス 0.00000266 +コンベア 0.00000018 +コンベアー 0.00000009 +コンベイヤー 0.00000009 +コンベヤ 0.00000028 +コンベヤー 0.00000009 +コンベンション 0.00000046 +コンペ 0.00000064 +コンペット 0.00000018 +コンペティション 0.00000064 +コンボ 0.00000009 +コンポジット 0.00000028 +コンポントム 0.00000009 +コンポーザー 0.00000009 +コンポーネント 0.00000028 +コンメディア 0.00000009 +コンラッド 0.00000018 +コンラート 0.00000009 +コンロ 0.00000037 +コンロイ 0.00000064 +コヴェント 0.00000028 +コヴェントリ 0.00000009 +コヴェントリー 0.00000009 +コー 0.00000028 +コーイヌール 0.00000018 +コーエン 0.00000174 +コーカサス 0.00000009 +コーカソイド 0.00000009 +コーカー 0.00000037 +コーキン 0.00000009 +コーク 0.00000064 +コークス 0.00000009 +コーグリン 0.00000009 +コーコイ 0.00000037 +コーシク 0.00000009 +コージイ 0.00000009 +コース 0.00004979 +コースキー 0.00000009 +コースター 0.00000257 +コースティング 0.00000009 +コースト 0.00000138 +コーセー 0.00000046 +コーソー 0.00000009 +コーチ 0.00001366 +コーチシナ 0.00000009 +コーチング 0.00000009 +コーチンチャイナ 0.00000028 +コーツ 0.00000009 +コーティング 0.00000073 +コーディアル 0.00000018 +コーディネイト 0.00000064 +コーディネーション 0.00000028 +コーディネータ 0.00000028 +コーディネーター 0.00000330 +コーディネート 0.00000238 +コーディング 0.00000037 +コーデュロイ 0.00000009 +コート 0.00001917 +コートジボアール 0.00000028 +コートジボワール 0.00000220 +コートニー 0.00000018 +コード 0.00001330 +コードアーカイブ 0.00000009 +コードジェネレータ 0.00000018 +コーナリング 0.00000009 +コーナー 0.00001696 +コーニュ 0.00000009 +コーネリア 0.00000009 +コーネリウス 0.00000009 +コーネル 0.00000110 +コーハイ 0.00000018 +コーパス 0.00000018 +コーヒー 0.00005465 +コーヒーバー 0.00000009 +コーヒーマグ 0.00000009 +コービン 0.00000009 +コーフェン 0.00000009 +コープ 0.00000018 +コープランド 0.00000009 +コーヘン 0.00000028 +コーベル 0.00000055 +コーポ 0.00000009 +コーポレイション 0.00000028 +コーポレーション 0.00000303 +コーポレート 0.00000073 +コーマック 0.00000018 +コーマン 0.00000009 +コーミング 0.00000009 +コーム 0.00000009 +コームウッド 0.00000009 +コーラ 0.00000669 +コーラウエスト 0.00000018 +コーラス 0.00000193 +コーラン 0.00000211 +コーラー 0.00000009 +コーリャン 0.00000009 +コーリー 0.00000385 +コール 0.00000578 +コールスロー 0.00000028 +コールズ 0.00000009 +コールター 0.00000028 +コールタール 0.00000018 +コールド 0.00000073 +コールドウェル 0.00000009 +コールドマウンテン 0.00000018 +コールマン 0.00000064 +コーレス 0.00000028 +コーワン 0.00000009 +コーン 0.00000284 +コーンウォリス 0.00000009 +コーンウォール 0.00000037 +コーンスターチ 0.00000009 +コーンフレーク 0.00000028 +コーンロウ 0.00000028 +コーンワル 0.00000110 +ゴ 0.00000101 +ゴア 0.00000358 +ゴアナーズ 0.00000046 +ゴウ 0.00000009 +ゴエル 0.00000028 +ゴキゲン 0.00000018 +ゴキブリ 0.00000440 +ゴキブリレース 0.00000009 +ゴギョウ 0.00000009 +ゴク 0.00000009 +ゴクウェ 0.00000009 +ゴクゴク 0.00000018 +ゴクッと 0.00000009 +ゴクミ 0.00000018 +ゴクリ 0.00000009 +ゴケ 0.00000009 +ゴザ 0.00000018 +ゴシゴシ 0.00000018 +ゴシック 0.00000156 +ゴシックロリータ 0.00000009 +ゴシップ 0.00000275 +ゴジラ 0.00000724 +ゴジラロール 0.00000028 +ゴスティ 0.00000009 +ゴスペラーズ 0.00000055 +ゴスペル 0.00000119 +ゴスリング 0.00000110 +ゴズベイダ 0.00000009 +ゴソゴソ 0.00000018 +ゴタゴタ 0.00000073 +ゴダイゴ 0.00000009 +ゴダバリ 0.00000009 +ゴダード 0.00000064 +ゴダール 0.00000018 +ゴチック 0.00000009 +ゴチャ 0.00000009 +ゴチャゴチャ 0.00000119 +ゴッ 0.00000009 +ゴック 0.00000009 +ゴッシュ 0.00000018 +ゴッタ 0.00000009 +ゴッツライヒ 0.00000009 +ゴットフレト 0.00000018 +ゴッド 0.00000193 +ゴッホ 0.00000330 +ゴツゴツ 0.00000018 +ゴテゴテ 0.00000018 +ゴディンニュー 0.00000009 +ゴド 0.00000028 +ゴドフリィ 0.00000046 +ゴバイン 0.00000009 +ゴビ 0.00000101 +ゴビー 0.00000009 +ゴブリン 0.00000073 +ゴブレット 0.00000055 +ゴホゴホ 0.00000018 +ゴボゴボ 0.00000009 +ゴマ 0.00000238 +ゴミ 0.00000110 +ゴミゴミ 0.00000009 +ゴミス 0.00000009 +ゴミベルト 0.00000009 +ゴム 0.00000541 +ゴメス 0.00000009 +ゴメン 0.00000028 +ゴヤ 0.00000018 +ゴラジュデ 0.00000018 +ゴラス 0.00000009 +ゴラマ 0.00000009 +ゴラン 0.00000009 +ゴリ 0.00000009 +ゴリアテ 0.00000028 +ゴリエ 0.00000009 +ゴリゴリ 0.00000009 +ゴリツィア 0.00000046 +ゴリラ 0.00000083 +ゴル 0.00000018 +ゴルゴ 0.00000119 +ゴルゴタ 0.00000028 +ゴルゴダ 0.00000009 +ゴルジ 0.00000009 +ゴルダ 0.00000018 +ゴルデル 0.00000018 +ゴルバチョフ 0.00000128 +ゴルフ 0.00002879 +ゴルファー 0.00000504 +ゴレンジャー 0.00000009 +ゴロ 0.00000064 +ゴロゴロ 0.00000275 +ゴロリ 0.00000009 +ゴロワーズ 0.00000009 +ゴロー 0.00000083 +ゴローナ 0.00000037 +ゴワゴワ 0.00000018 +ゴン 0.00000009 +ゴング 0.00000028 +ゴンゴ 0.00000018 +ゴンサレス 0.00000009 +ゴンザレス 0.00000028 +ゴンザーロウ 0.00000037 +ゴンジャ 0.00000055 +ゴントナー 0.00000009 +ゴンドラ 0.00000367 +ゴンバ 0.00000009 +ゴンベ 0.00000018 +ゴー 0.00000147 +ゴーエル 0.00000009 +ゴーカート 0.00000028 +ゴーガールズ 0.00000018 +ゴーギャン 0.00000037 +ゴーグル 0.00000092 +ゴーゴー 0.00000009 +ゴージズ 0.00000018 +ゴージャス 0.00000083 +ゴージャー 0.00000009 +ゴースト 0.00000037 +ゴーストップ 0.00000009 +ゴーストライター 0.00000009 +ゴータマ 0.00000083 +ゴータム 0.00000110 +ゴーテルス 0.00000009 +ゴーディアン 0.00000009 +ゴーディー 0.00000046 +ゴート 0.00000037 +ゴードン 0.00000119 +ゴードンラーセン 0.00000046 +ゴーナ 0.00000083 +ゴーニー 0.00000009 +ゴーベイ 0.00000009 +ゴーマニズム 0.00000009 +ゴーヤ 0.00000037 +ゴーヤー 0.00000046 +ゴーヨ 0.00000009 +ゴーラル 0.00000009 +ゴーランド 0.00000037 +ゴール 0.00002861 +ゴールズ 0.00000064 +ゴールデン 0.00001302 +ゴールデングローブ 0.00000055 +ゴールド 0.00000321 +ゴールドバーグ 0.00000009 +ゴールドマン 0.00000193 +ゴールドラッシュ 0.00000009 +ゴールバー 0.00000009 +ゴールポスト 0.00000028 +ゴールマン 0.00000028 +ゴーン 0.00000165 +ゴー・チョクトン 0.00000009 +サ 0.00000083 +サイ 0.00000183 +サイア 0.00000009 +サイエンシズ 0.00000009 +サイエンス 0.00000422 +サイエンスアンドアート 0.00000009 +サイエンティスツ 0.00000009 +サイエントロジー 0.00000009 +サイクス 0.00000009 +サイクリスト 0.00000046 +サイクリック 0.00000018 +サイクリング 0.00000284 +サイクル 0.00000303 +サイクロソリン 0.00000009 +サイクロン 0.00000046 +サイケ 0.00000018 +サイコ 0.00000018 +サイコオン 0.00000037 +サイコシス 0.00000009 +サイコロ 0.00000028 +サイコー 0.00000028 +サイゴン 0.00000229 +サイジング 0.00000018 +サイズ 0.00002797 +サイダー 0.00000055 +サイツ 0.00000009 +サイデン 0.00000018 +サイト 0.00004814 +サイトウ 0.00000018 +サイド 0.00000761 +サイバトロン 0.00000009 +サイバネティクス 0.00000009 +サイババ 0.00000009 +サイバラ 0.00000037 +サイバー 0.00000871 +サイパン 0.00000193 +サイフ 0.00000055 +サイファ 0.00000009 +サイブル 0.00000009 +サイボン 0.00000009 +サイボーグ 0.00000018 +サイマル 0.00000009 +サイミン 0.00000009 +サイモン 0.00000422 +サイヤド 0.00000009 +サイリウム 0.00000018 +サイレン 0.00000101 +サイレンサー 0.00000018 +サイレント 0.00000156 +サイロ 0.00000028 +サイン 0.00001917 +サイード 0.00000009 +サウザン 0.00000009 +サウジ 0.00000028 +サウジアラビア 0.00000541 +サウス 0.00000138 +サウスウェスト 0.00000046 +サウスウエスタン 0.00000009 +サウスウエスト 0.00000009 +サウスカロライナ 0.00000009 +サウスダコタ 0.00000018 +サウスチャイナ 0.00000018 +サウスハイランド 0.00000009 +サウスベンド 0.00000028 +サウスポイント 0.00000009 +サウド 0.00000009 +サウナ 0.00000348 +サウナルーム 0.00000009 +サウル 0.00000028 +サウルス 0.00000128 +サウロン 0.00000037 +サウンズ 0.00000018 +サウンダー 0.00000009 +サウンド 0.00000403 +サオ 0.00000009 +サオリ 0.00000009 +サカイ 0.00000055 +サカソー 0.00000046 +サカタ 0.00000018 +サカナ 0.00000028 +サキ 0.00000028 +サキコ 0.00000028 +サギ 0.00000064 +サクっと 0.00000009 +サクサク 0.00000028 +サクシード 0.00000009 +サクス 0.00000055 +サクセション 0.00000009 +サクセス 0.00000147 +サクソホン 0.00000009 +サクソン 0.00000165 +サクッと 0.00000009 +サクラ 0.00000183 +サクラソウ 0.00000018 +サクラダ 0.00000009 +サクラメント 0.00000138 +サクララン 0.00000009 +サクランボ 0.00000110 +サグ 0.00000018 +サグラダ 0.00000018 +サケ 0.00000174 +サケフレーク 0.00000009 +サコ 0.00000028 +ササゲ 0.00000055 +ササッと 0.00000018 +ササニシキ 0.00000046 +ササン 0.00000009 +ササンプトン 0.00000009 +サザエ 0.00001128 +サザビーズ 0.00000073 +サザランド 0.00000055 +サザン 0.00000156 +サザンカ 0.00000009 +サザングルメ 0.00000009 +サザーランド 0.00000055 +サシミ 0.00000009 +サジ 0.00000037 +サスカチュワン 0.00000009 +サスケ 0.00000202 +サステイニング 0.00000009 +サスペンション 0.00000028 +サスペンス 0.00000174 +サゼガラ 0.00000018 +サソリ 0.00000092 +サタデー 0.00000028 +サタン 0.00000046 +サターン 0.00000028 +サダコ 0.00000028 +サダト 0.00000009 +サダム 0.00000917 +サチエ 0.00000101 +サチコ 0.00000018 +サチュロス 0.00000009 +サッと 0.00000413 +サッカチーム 0.00000009 +サッカー 0.00006236 +サッカーボール 0.00000073 +サッカーリーグ 0.00000165 +サック 0.00000018 +サックス 0.00000119 +サックドレス 0.00000009 +サックラー 0.00000018 +サッコー 0.00000009 +サッサッと 0.00000009 +サッサー 0.00000009 +サッシ 0.00000018 +サッチケー 0.00000028 +サッチャー 0.00000073 +サッティー 0.00000018 +サッディー 0.00000028 +サット 0.00000028 +サットン 0.00000101 +サッパリ 0.00000009 +サップ 0.00000376 +サッポロ 0.00000119 +サッマーラ 0.00000009 +サツ 0.00000009 +サツキ 0.00000028 +サツマ 0.00000183 +サティスファクション 0.00000009 +サティロス 0.00000009 +サティン 0.00000009 +サテュロ 0.00000028 +サテライツ 0.00000009 +サテライト 0.00000009 +サテン 0.00000092 +サディスティック 0.00000009 +サデツキ 0.00000018 +サトイモ 0.00000009 +サトゥビック 0.00000009 +サトウ 0.00000055 +サトウキビ 0.00000128 +サトプラ 0.00000018 +サトミ 0.00000009 +サトヤ 0.00000009 +サド 0.00000018 +サドベルク 0.00000009 +サドル 0.00000092 +サドンデス 0.00000018 +サナア 0.00000037 +サナーズ 0.00000018 +サニタリウム 0.00000009 +サニベル 0.00000009 +サニュー 0.00000009 +サニー 0.00000083 +サヌール 0.00000009 +サハ 0.00000009 +サハラ 0.00000284 +サハリン 0.00000028 +サバ 0.00000101 +サバイバル 0.00000073 +サバティカル 0.00000009 +サバト 0.00000009 +サバニ 0.00000037 +サバンナ 0.00000165 +サバー 0.00000028 +サヒン 0.00000018 +サビ 0.00000046 +サピエンス 0.00000073 +サファイア 0.00000064 +サファリ 0.00000055 +サファリコム 0.00000046 +サファリスーツ 0.00000009 +サフィ 0.00000046 +サフィア 0.00000119 +サフォーク 0.00000018 +サフラン 0.00000275 +サフリナ 0.00000009 +サブ 0.00000092 +サブウェイ 0.00000009 +サブカルチャー 0.00000092 +サブコマンド 0.00000009 +サブストレート 0.00000009 +サブセット 0.00000009 +サブタイトル 0.00000037 +サブチーフ 0.00000018 +サブテキスト 0.00000028 +サブプライム 0.00000128 +サブマリーン 0.00000009 +サブミッション 0.00000009 +サブリ 0.00000009 +サブリナ 0.00000037 +サブルーチン 0.00000009 +サプライズ 0.00000119 +サプライチェーン 0.00000009 +サプライヤー 0.00000046 +サプラーイズ 0.00000009 +サプリメント 0.00000284 +サヘラントロプス 0.00000037 +サベッジ 0.00000009 +サベージ 0.00000028 +サボ 0.00000220 +サボれ 0.00000009 +サボタージュ 0.00000018 +サボテン 0.00000028 +サボニク 0.00000037 +サボリ 0.00000009 +サポニン 0.00000037 +サポーター 0.00000569 +サポーティング 0.00000009 +サポート 0.00001596 +サマ 0.00000009 +サマライ 0.00000028 +サマランチ 0.00000018 +サマル 0.00000009 +サマルカンド 0.00000018 +サマワ 0.00000193 +サマンサ 0.00000046 +サマー 0.00000330 +サマージャンプ 0.00000009 +サマージョブ 0.00000018 +サマーズ 0.00000092 +サマードレス 0.00000009 +サミット 0.00001651 +サミュエル 0.00000156 +サミー 0.00000028 +サム 0.00000990 +サムイ 0.00000009 +サムエル 0.00000009 +サムサラ 0.00000009 +サムスン 0.00000018 +サムズ 0.00000009 +サムソナイト 0.00000009 +サムソン 0.00000018 +サムドラ 0.00000018 +サムネイル 0.00000028 +サムファン 0.00000009 +サムライ 0.00000523 +サムライスタイル 0.00000009 +サムライズ 0.00000009 +サムリン 0.00000018 +サムル 0.00000009 +サムルノリ 0.00000009 +サメ 0.00000257 +サメール 0.00000037 +サメ肉 0.00000092 +サメ釣り 0.00000009 +サモア 0.00000028 +サモサ 0.00000009 +サモス 0.00000018 +サヤエンドウ 0.00000009 +サユリ 0.00000055 +サヨ 0.00000009 +サヨナラ 0.00000055 +サヨナラ勝ち 0.00000009 +サラ 0.00000569 +サラウンド 0.00000009 +サラエボ 0.00000055 +サラキャノン 0.00000009 +サラゴ 0.00000055 +サラサラ 0.00000101 +サラサーテ 0.00000009 +サラダ 0.00001009 +サラダバー 0.00000018 +サラッ 0.00000009 +サラッと 0.00000009 +サラッパ 0.00000009 +サラブレッド 0.00000046 +サラミ 0.00000018 +サラミス 0.00000009 +サラム 0.00000018 +サラヤ 0.00000009 +サラリー 0.00000128 +サラリーマン 0.00001862 +サラリーマンダンサー 0.00000009 +サラワク 0.00000009 +サラン 0.00000028 +サランガ 0.00000009 +サランディス 0.00000009 +サランドン 0.00000028 +サラー 0.00000018 +サラーム 0.00000018 +サラ川 0.00000009 +サリ 0.00000009 +サリア 0.00000046 +サリィ 0.00000055 +サリエリ 0.00000009 +サリエン 0.00000009 +サリスカ 0.00000009 +サリダ 0.00000009 +サリチル 0.00000009 +サリドマイド 0.00000028 +サリバン 0.00000018 +サリム 0.00000018 +サリン 0.00000229 +サリンガス 0.00000037 +サリヴァン 0.00000083 +サリ・ 0.00000009 +サリー 0.00000605 +サリーム 0.00000009 +サリーン 0.00000009 +サル 0.00001302 +サルカン 0.00000009 +サルコジ 0.00000211 +サルコー 0.00000009 +サルサ 0.00000293 +サルサバンド 0.00000009 +サルセット 0.00000028 +サルツァー 0.00000009 +サルトル 0.00000009 +サルバトーレ 0.00000009 +サルバドール 0.00000009 +サルビヤ 0.00000018 +サルファ 0.00000073 +サルペドン 0.00000018 +サルペードーン 0.00000055 +サルマ 0.00000009 +サルマナザア 0.00000009 +サルマン 0.00000009 +サルマーレ 0.00000009 +サルモネラ 0.00000110 +サルヴァトーレ 0.00000009 +サルーテ 0.00000018 +サレジアン 0.00000009 +サレハ 0.00000009 +サレム 0.00000009 +サレルノ 0.00000009 +サレンバーガー 0.00000009 +サロウィワ 0.00000046 +サロス 0.00000009 +サロメ 0.00000037 +サロン 0.00000605 +サロンガ 0.00000018 +サロンパス 0.00000009 +サロード 0.00000009 +サローネ 0.00000018 +サワベリー 0.00000009 +サワラ 0.00000009 +サワー 0.00000064 +サン 0.00000660 +サンアントニオ 0.00000028 +サンガ 0.00000018 +サンガチャル 0.00000009 +サンキュー 0.00000055 +サンクス 0.00000018 +サンクスアンドア 0.00000009 +サンクステイル 0.00000009 +サンクチュアリ 0.00000018 +サンクト 0.00000046 +サンクトゴアル 0.00000018 +サンクトペテルブルク 0.00000028 +サンクトペテルブルグ 0.00000018 +サンクレール 0.00000009 +サングクン 0.00000018 +サングラス 0.00000220 +サングリア 0.00000009 +サンケイ 0.00000037 +サンゲエ 0.00000009 +サンコン 0.00000119 +サンコーチョ 0.00000018 +サンゴ 0.00000413 +サンゴリアス 0.00000009 +サンサン 0.00000018 +サンザシ 0.00000055 +サンザーバード 0.00000009 +サンシャイン 0.00000064 +サンショウウオ 0.00000009 +サンジカリスト 0.00000009 +サンジャイ 0.00000046 +サンジヴ 0.00000018 +サンスクリット 0.00000055 +サンスター 0.00000018 +サンスーシ 0.00000009 +サンズ 0.00000193 +サンセット 0.00000009 +サンセットクルージング 0.00000009 +サンソノマ 0.00000046 +サンソン 0.00000064 +サンタ 0.00000541 +サンタアナ 0.00000009 +サンタクルス 0.00000009 +サンタクルズ 0.00000028 +サンタクロース 0.00001018 +サンタクローズ 0.00000009 +サンタナ 0.00000046 +サンタバーバラ 0.00000110 +サンタフェ 0.00000018 +サンタマリア 0.00000018 +サンタモニカ 0.00000055 +サンタローザ 0.00000009 +サンタ・ 0.00000009 +サンタ像 0.00000009 +サンダリ 0.00000009 +サンダル 0.00000165 +サンダンス 0.00000028 +サンダー 0.00000559 +サンダース 0.00000046 +サンダーバーズ 0.00000009 +サンダーバード 0.00000064 +サンダーボルト 0.00000018 +サンダーランド 0.00000028 +サンチェス 0.00000037 +サンチョ 0.00000009 +サンツォ 0.00000009 +サンティアゴ 0.00000092 +サンティレール 0.00000028 +サンテグジュペリ 0.00000009 +サンテラス 0.00000009 +サンディ 0.00000055 +サンディエゴ 0.00000193 +サンディスク 0.00000009 +サンディップ 0.00000009 +サンディマウント 0.00000018 +サンディー 0.00000055 +サンデイ 0.00000009 +サンデー 0.00000138 +サントス 0.00000018 +サントドミンゴ 0.00000018 +サントラ 0.00000018 +サントリー 0.00000367 +サントリーブルー 0.00000009 +サントレル 0.00000009 +サントワ 0.00000009 +サンド 0.00000138 +サンドイッチ 0.00000541 +サンドイッチマン 0.00000018 +サンドウイッチ 0.00000018 +サンドペーパー 0.00000009 +サンドボード 0.00000037 +サンドマン 0.00000009 +サンドラ 0.00000119 +サンドランス 0.00000028 +サンドラー 0.00000009 +サンドリア 0.00000009 +サンドリヨン 0.00000495 +サンドリンガム 0.00000009 +サンドロット 0.00000028 +サンドワールド 0.00000037 +サンドー 0.00000009 +サンノゼ 0.00000037 +サンバ 0.00000275 +サンバカーニバル 0.00000073 +サンバショー 0.00000018 +サンバチーム 0.00000110 +サンバミュージック 0.00000009 +サンパウロ 0.00000165 +サンパブロ 0.00000009 +サンパレス 0.00000018 +サンピエトロ 0.00000009 +サンフェス 0.00000018 +サンフェルナンド 0.00000009 +サンフォード 0.00000009 +サンフラワー 0.00000009 +サンフランシスコ 0.00001412 +サンフレッチェ 0.00000018 +サンプソン 0.00000165 +サンプラザ 0.00000009 +サンプラス 0.00000009 +サンプリング 0.00000028 +サンプル 0.00001000 +サンプルスピーチ 0.00000009 +サンペット 0.00000009 +サンホセ 0.00000009 +サンホン 0.00000009 +サンボ 0.00000064 +サンボン 0.00000009 +サンボーン 0.00000009 +サンマ 0.00000101 +サンマリノ 0.00000018 +サンマリン 0.00000009 +サンミゲル 0.00000018 +サンモリッツ 0.00000009 +サンヨー 0.00000028 +サンライズ 0.00000009 +サンリオ 0.00000147 +サンリツ 0.00000018 +サンルーフ 0.00000009 +サンローラン 0.00000018 +サン・ 0.00000055 +サン・テグジュペリ 0.00000028 +サン・レモ 0.00000009 +サン紙 0.00000009 +サン= 0.00000009 +サヴァナ 0.00000073 +サヴィッジ 0.00000037 +サヴィル 0.00000147 +サヴォナローラ 0.00000009 +サー 0.00000504 +サーカシビリ 0.00000009 +サーカス 0.00000339 +サーカー 0.00000009 +サーガ 0.00000009 +サーキット 0.00000165 +サーキュラー 0.00000009 +サーキン 0.00000009 +サーク 0.00000046 +サークル 0.00000358 +サーシャ 0.00000110 +サージ 0.00000037 +サージェリー 0.00000009 +サージェント 0.00000009 +サージャリー 0.00000009 +サーストン 0.00000018 +サーズ 0.00000009 +サーチ 0.00000101 +サーチャージ 0.00000018 +サーチライト 0.00000009 +サーチング 0.00000009 +サートー 0.00000009 +サード 0.00000037 +サーニア 0.00000037 +サーバ 0.00000073 +サーバメンテナンス 0.00000009 +サーバン 0.00000028 +サーバント 0.00000018 +サーバー 0.00000312 +サーバース 0.00000009 +サービス 0.00014718 +サービスエリア 0.00000046 +サービスキャンペーン 0.00000009 +サービスキープ 0.00000009 +サービスコール 0.00000009 +サービスタイム 0.00000009 +サービスチーム 0.00000018 +サービスデー 0.00000009 +サービストーク 0.00000009 +サービスロボット 0.00000009 +サーフ 0.00000110 +サーファー 0.00000165 +サーファーズ 0.00000009 +サーフィン 0.00000734 +サーフェス 0.00000009 +サーフェン 0.00000055 +サーフボード 0.00000073 +サーブ 0.00000092 +サープリス 0.00000028 +サーベイヤー 0.00000009 +サーベイランス 0.00000009 +サーベル 0.00000073 +サーペ 0.00000009 +サーペンタイン 0.00000101 +サーボモーター 0.00000009 +サーマン 0.00000018 +サーモ 0.00000018 +サーモグラフィー 0.00000009 +サーモスタット 0.00000009 +サーモン 0.00000193 +サーモングリル 0.00000009 +サーラ 0.00000018 +サーラー 0.00000028 +サーリンス 0.00000018 +サーリーナ 0.00000046 +サーリーフ 0.00000055 +サール 0.00000138 +サーロイン 0.00000046 +ザ 0.00001440 +ザイオン 0.00000018 +ザイール 0.00000055 +ザオ 0.00000046 +ザクセ 0.00000009 +ザクセン 0.00000028 +ザクネ 0.00000028 +ザクラ 0.00000018 +ザクロ 0.00000055 +ザグレブ 0.00000009 +ザスパ 0.00000018 +ザッと 0.00000266 +ザッカーマン 0.00000018 +ザック 0.00000220 +ザックリ 0.00000009 +ザッケローニ 0.00000073 +ザディッキンズ 0.00000009 +ザトウクジラ 0.00000018 +ザネイズ 0.00000018 +ザヒ 0.00000009 +ザビエル 0.00000064 +ザビーネ 0.00000009 +ザマニ 0.00000055 +ザム 0.00000009 +ザラ 0.00000028 +ザラザラ 0.00000028 +ザラメ 0.00000009 +ザリガニ 0.00000009 +ザリフ 0.00000009 +ザル 0.00000504 +ザルカウィ 0.00000174 +ザルダリ 0.00000037 +ザルツァッハ 0.00000009 +ザルツブルク 0.00000083 +ザルツブルグ 0.00000037 +ザルメイ 0.00000028 +ザロック 0.00000018 +ザロトー 0.00000073 +ザワークラウト 0.00000018 +ザン 0.00000028 +ザンギョウ 0.00000009 +ザンコク 0.00000009 +ザンジバル 0.00000009 +ザンダー 0.00000028 +ザンビア 0.00000266 +ザーザー 0.00000046 +ザール 0.00000046 +シ 0.00000018 +シア 0.00000073 +シアター 0.00000275 +シアトリカル 0.00000009 +シアトル 0.00000981 +シアトルズ 0.00000009 +シアニジン 0.00000009 +シアヌーク 0.00000449 +シアバター 0.00000119 +シアン 0.00000009 +シアーシャ 0.00000009 +シアーズ 0.00000009 +シィエンニュ 0.00000009 +シイタケ 0.00000009 +シウ 0.00000028 +シウダード 0.00000009 +シウマイ 0.00000009 +シェア 0.00001009 +シェアリング 0.00000046 +シェアー 0.00000046 +シェイカー 0.00000018 +シェイキー 0.00000009 +シェイク 0.00000624 +シェイクスピア 0.00000284 +シェイクスピアシリーズ 0.00000009 +シェイプ 0.00000083 +シェイプシフター 0.00000009 +シェイプス 0.00000009 +シェケル 0.00000009 +シェットランド 0.00000009 +シェッド 0.00000009 +シェニール 0.00000009 +シェバ 0.00000018 +シェパーズ 0.00000009 +シェパード 0.00000193 +シェビー 0.00000009 +シェフ 0.00000779 +シェフィールド 0.00000073 +シェフチェンコ 0.00000009 +シェム 0.00000009 +シェラトン 0.00000028 +シェラン 0.00000009 +シェラー 0.00000018 +シェリ 0.00000009 +シェリア 0.00000018 +シェリダン 0.00000037 +シェリリン 0.00000009 +シェリル 0.00000037 +シェリー 0.00000358 +シェル 0.00000110 +シェルター 0.00000165 +シェルダン 0.00000092 +シェルトン 0.00000028 +シェルドン 0.00000009 +シェルパ 0.00000119 +シェルビー 0.00000028 +シェルビーチ 0.00000018 +シェルフィグ 0.00000009 +シェルボーン 0.00000018 +シェン 0.00000028 +シェンチェン 0.00000009 +シェンヤン 0.00000018 +シェンロン 0.00000018 +シェーク 0.00000037 +シェークスピ 0.00000009 +シェークスピア 0.00000220 +シェード 0.00000028 +シェーバー 0.00000009 +シェービング 0.00000018 +シェーピング 0.00000009 +シェーフ 0.00000009 +シェーファー 0.00000009 +シェール 0.00000018 +シェーン 0.00000028 +シエスタ 0.00000018 +シエナ 0.00000055 +シエラ 0.00000037 +シエラネバダ 0.00000009 +シエラレオネ 0.00000147 +シエラレオーネ 0.00000101 +シエル 0.00000037 +シエロ 0.00000028 +シエー 0.00000018 +シオザウルス 0.00000009 +シオニスト 0.00000037 +シオニズム 0.00000028 +シオマネキ 0.00000009 +シオン 0.00000028 +シカ 0.00000403 +シカゴ 0.00001183 +シカール 0.00000119 +シガーケース 0.00000009 +シガーソン 0.00000009 +シキュウタイホジョウ 0.00000009 +シキリカ 0.00000009 +シギ 0.00000028 +シギリア 0.00000009 +シク 0.00000018 +シクシク 0.00000009 +シグナリング 0.00000009 +シグナル 0.00000110 +シゲ 0.00000092 +シゲノ 0.00000083 +シゲ子 0.00000018 +シコ 0.00000009 +シコシコ 0.00000009 +シコラックス 0.00000064 +シゴセンジャー 0.00000037 +シゴセンジャーブルー 0.00000018 +シゴセンジャーレッド 0.00000018 +シシカバブ 0.00000018 +シシケバブ 0.00000018 +シシトウ 0.00000009 +シシュバハン 0.00000009 +シシリア 0.00000037 +シシリー 0.00000009 +シジミ 0.00000083 +シジュウカラ 0.00000009 +シス 0.00000028 +シスアド 0.00000028 +シスコ 0.00000009 +シスコムーン 0.00000018 +シスター 0.00000119 +シスターズ 0.00000028 +システィナ 0.00000018 +システィーナ 0.00000009 +システマティック 0.00000009 +システム 0.00011674 +システムズ 0.00000037 +シスネロス 0.00000018 +シスラー 0.00000073 +シズエ 0.00000018 +シズニー 0.00000009 +シソ 0.00000028 +シソーラス 0.00000009 +シタビラメ 0.00000009 +シタール 0.00000028 +シダ 0.00000110 +シダックス 0.00000018 +シチズン 0.00000037 +シチュアシオニスト 0.00000018 +シチュエーション 0.00000092 +シチュー 0.00000321 +シチリア 0.00000018 +シッ 0.00000009 +シッキム 0.00000009 +シック 0.00000092 +シックス 0.00000018 +シックスティ 0.00000009 +シックスティー 0.00000009 +シッケル 0.00000028 +シッコ 0.00000037 +シッシ 0.00000009 +シッター 0.00000018 +シッダールタ 0.00000083 +シット 0.00000009 +シッピング 0.00000018 +シップ 0.00000064 +シテ 0.00000009 +シティ 0.00000587 +シティー 0.00000559 +シトシト 0.00000018 +シド 0.00000138 +シドナム 0.00000009 +シドニィ 0.00000009 +シドニー 0.00001935 +シナ 0.00000413 +シナイ 0.00000055 +シナゴーグ 0.00000009 +シナプス 0.00000037 +シナモン 0.00000101 +シナモンパイ 0.00000009 +シナモンロール 0.00000009 +シナリオ 0.00000376 +シナワット 0.00000028 +シナワトラ 0.00000009 +シニア 0.00000293 +シニカル 0.00000046 +シニガリア 0.00000028 +シニコ 0.00000073 +シネ 0.00000009 +シネカノン 0.00000009 +シネマ 0.00000055 +シノット 0.00000009 +シノプシス 0.00000009 +シノーン 0.00000110 +シハヌーク 0.00000018 +シバ 0.00000028 +シバイヌ 0.00000009 +シバカ 0.00000009 +シバタ 0.00000009 +シバーム 0.00000009 +シビア 0.00000083 +シビック 0.00000009 +シビラ 0.00000028 +シピーボ 0.00000009 +シフ 0.00000018 +シフト 0.00000156 +シブ 0.00000009 +シブイ 0.00000009 +シブネフチ 0.00000083 +シベリア 0.00000321 +シボレー 0.00000046 +シマ 0.00000046 +シマウマ 0.00000046 +シマダ 0.00000009 +シマッタ 0.00000009 +シマフクロウ 0.00000018 +シマモト 0.00000064 +シマリス 0.00000018 +シマンテック 0.00000009 +シミ 0.00000266 +シミュレーション 0.00000220 +シミュレータ 0.00000147 +シミュレーター 0.00000064 +シミュレート 0.00000037 +シムズ 0.00000009 +シムラアツミ 0.00000009 +シムル 0.00000009 +シメオン 0.00000028 +シメジ 0.00000009 +シメス 0.00000009 +シメレイコ 0.00000009 +シモナ 0.00000018 +シモニー 0.00000009 +シモン 0.00000018 +シモンズ 0.00000028 +シモー 0.00000018 +シモーポラス 0.00000037 +シャ 0.00000009 +シャア 0.00000055 +シャイ 0.00000312 +シャイア 0.00000018 +シャイク 0.00000073 +シャイニング 0.00000009 +シャイボ 0.00000046 +シャイマン 0.00000009 +シャイロック 0.00000018 +シャイーブ 0.00000009 +シャウト 0.00000009 +シャオ 0.00000046 +シャオピン 0.00000009 +シャカ 0.00000009 +シャカリキ 0.00000009 +シャガール 0.00000037 +シャキシャキ 0.00000009 +シャキッと 0.00000018 +シャクシ 0.00000009 +シャクシャイン 0.00000009 +シャクナゲ 0.00000037 +シャグ 0.00000009 +シャグシャグ 0.00000009 +シャケ 0.00000018 +シャコ 0.00000028 +シャス 0.00000174 +シャズナ 0.00000009 +シャチホコ 0.00000028 +シャチョー 0.00000009 +シャックリ 0.00000009 +シャッシャッと 0.00000009 +シャッター 0.00000220 +シャット 0.00000028 +シャットアウト 0.00000055 +シャッフル 0.00000009 +シャツ 0.00002861 +シャトイ 0.00000028 +シャトル 0.00001935 +シャトルコック 0.00000009 +シャトルワース 0.00000110 +シャトー 0.00000009 +シャドウ 0.00000009 +シャドーイング 0.00000009 +シャナイア 0.00000009 +シャナナ 0.00000009 +シャナン 0.00000009 +シャニー 0.00000018 +シャネラー 0.00000009 +シャネル 0.00000321 +シャノン 0.00000018 +シャバーズ 0.00000009 +シャパニーズ 0.00000009 +シャパン 0.00000018 +シャビ 0.00000018 +シャピロ 0.00000009 +シャフツベリアベニュー 0.00000009 +シャフト 0.00000055 +シャブシャブ 0.00000009 +シャブリ 0.00000009 +シャプラニール 0.00000055 +シャベル 0.00000110 +シャペウ 0.00000009 +シャボン 0.00000037 +シャマニ 0.00000018 +シャマラン 0.00000009 +シャマード 0.00000009 +シャミム 0.00000009 +シャム 0.00000128 +シャモ 0.00000028 +シャモア 0.00000009 +シャモニー 0.00000018 +シャラポワ 0.00000193 +シャリ 0.00000018 +シャリフ 0.00000083 +シャルキ 0.00000009 +シャルケ 0.00000055 +シャルコー 0.00000009 +シャルダン 0.00000009 +シャルトルーズ 0.00000009 +シャルドネ 0.00000028 +シャルマ 0.00000064 +シャルム 0.00000018 +シャルムエルシェイク 0.00000009 +シャルムーズ 0.00000009 +シャルル 0.00000202 +シャレ 0.00000018 +シャレード 0.00000009 +シャレ込 0.00000009 +シャロン 0.00000321 +シャワロビクス 0.00000009 +シャワー 0.00000990 +シャワーカーテン 0.00000009 +シャワートイレ 0.00000009 +シャワール 0.00000028 +シャワーロビクス 0.00000009 +シャン 0.00000046 +シャンクス 0.00000009 +シャンクリン 0.00000009 +シャンシ 0.00000018 +シャンシー 0.00000009 +シャンジン 0.00000018 +シャンゼリゼ 0.00000193 +シャンゼリゼー 0.00000009 +シャンソン 0.00000064 +シャンソンバー 0.00000009 +シャンタン 0.00000009 +シャンティ 0.00000018 +シャンティリ 0.00000028 +シャンテル 0.00000028 +シャンデリア 0.00000110 +シャント 0.00000009 +シャントン 0.00000009 +シャンハイ 0.00000358 +シャンバーグ 0.00000009 +シャンパン 0.00000238 +シャンパーニュ 0.00000009 +シャンピニオン 0.00000037 +シャンブル 0.00000009 +シャンプー 0.00000605 +シャンペン 0.00000028 +シャンペーン 0.00000009 +シャ・ 0.00000018 +シャー 0.00000083 +シャーウッド 0.00000009 +シャーガス 0.00000037 +シャーク 0.00000018 +シャーシ 0.00000009 +シャーシャー 0.00000009 +シャーフレック 0.00000009 +シャープ 0.00000266 +シャープール 0.00000009 +シャーベット 0.00000055 +シャーマン 0.00000138 +シャーリー 0.00000055 +シャーリーズ 0.00000028 +シャーロック 0.00000862 +シャーロット 0.00000128 +シャーロッド 0.00000009 +シャ乱Q 0.00000009 +シヤワセ 0.00000028 +シュイラー 0.00000009 +シュウ 0.00000064 +シュウシュウパチパチ 0.00000009 +シュウマイ 0.00000018 +シュウ・ 0.00000009 +シュガー 0.00000037 +シュガーシャック 0.00000009 +シュガーレスガム 0.00000009 +シュクール 0.00000009 +シュコア 0.00000028 +シュタイガー 0.00000018 +シュタイナー 0.00000018 +シュタイン 0.00000046 +シュタウヘン 0.00000009 +シュッと 0.00000018 +シュック 0.00000009 +シュツットガルト 0.00000028 +シュティア 0.00000009 +シュティーグ 0.00000009 +シュテフィ 0.00000009 +シュトゥットガルト 0.00000009 +シュトラウス 0.00000046 +シュトラム 0.00000009 +シュトレル 0.00000046 +シュトレーゼマン 0.00000018 +シュナイダー 0.00000028 +シュニッツラー 0.00000009 +シュノーケリング 0.00000028 +シュノーケル 0.00000009 +シュハスコ 0.00000009 +シュバイツァー 0.00000009 +シュピドラ 0.00000009 +シュピルマン 0.00000092 +シュポーン 0.00000009 +シュマラン 0.00000009 +シュミット 0.00000101 +シュモクザメ 0.00000018 +シュライバー 0.00000092 +シュライン 0.00000037 +シュラック 0.00000009 +シュラー 0.00000009 +シュリ 0.00000018 +シュリット 0.00000009 +シュリンプ 0.00000018 +シュリー 0.00000009 +シュリーマン 0.00000018 +シュルシュル 0.00000009 +シュルツ 0.00000156 +シュルト 0.00000009 +シュルトレフ 0.00000028 +シュルルッ 0.00000009 +シュレイダー 0.00000009 +シュレック 0.00000064 +シュレッダー 0.00000073 +シュレーダー 0.00000119 +シュロ 0.00000037 +シュローダー 0.00000009 +シュワ 0.00000018 +シュワイガー 0.00000018 +シュワブ 0.00000037 +シュワルツ 0.00000083 +シュワルツェネッガー 0.00001045 +シュワルツェネッッガー 0.00000009 +シュワルツネガー 0.00000018 +シュワルマ 0.00000018 +シュン 0.00000009 +シュンジ 0.00000073 +シュー 0.00000083 +シューシュー 0.00000028 +シューズ 0.00000550 +シューター 0.00000009 +シューッ 0.00000009 +シューツ 0.00000009 +シューティング 0.00000064 +シュート 0.00000348 +シューバート 0.00000064 +シューベルト 0.00000009 +シューマイ 0.00000009 +シューマッハ 0.00000119 +シューマッハー 0.00000018 +シューマン 0.00000009 +シュール 0.00000073 +シュールレアリスト 0.00000009 +シューレン 0.00000009 +シュー・ 0.00000009 +ショ 0.00000028 +ショア 0.00000028 +ショイアー 0.00000009 +ショウ 0.00000138 +ショウウィンドウ 0.00000009 +ショウガ 0.00000119 +ショウコ 0.00000009 +ショウコウ 0.00000009 +ショウブ 0.00000009 +ショク 0.00000009 +ショスタク 0.00000018 +ショッキング 0.00000229 +ショック 0.00003861 +ショックアブソーバ 0.00000009 +ショット 0.00000477 +ショットガン 0.00000037 +ショッパー 0.00000018 +ショッピング 0.00001907 +ショップ 0.00001715 +ショップライト 0.00000018 +ショパン 0.00000257 +ショピング 0.00000009 +ショプフ 0.00000028 +ショベル 0.00000009 +ショボショボ 0.00000009 +ショルダー 0.00000018 +ショルダーホン 0.00000009 +ショルトー 0.00000009 +ショルマン 0.00000009 +ショワルター 0.00000028 +ションベン 0.00000028 +ショー 0.00004163 +ショーケース 0.00000037 +ショーシャンク 0.00000009 +ショーター 0.00000009 +ショーツ 0.00000046 +ショート 0.00000578 +ショートニング 0.00000009 +ショーナ 0.00000009 +ショーボ 0.00000018 +ショーマンシップ 0.00000009 +ショール 0.00000229 +ショーロ 0.00000028 +ショーン 0.00000257 +シラエヴァ 0.00000009 +シラキュース 0.00000028 +シラク 0.00000321 +シラクサ 0.00000083 +シラケ 0.00000009 +シラス 0.00000009 +シラタキ 0.00000009 +シラッと 0.00000009 +シラフ 0.00000018 +シラミ 0.00000037 +シラー 0.00000046 +シラーマン 0.00000009 +シリ 0.00000009 +シリア 0.00000330 +シリアス 0.00000083 +シリアナ 0.00000009 +シリアル 0.00000156 +シリアルナンバー 0.00000009 +シリウス 0.00000028 +シリエトク 0.00000009 +シリオロジスト 0.00000009 +シリキット 0.00000018 +シリグリ 0.00000009 +シリコン 0.00000248 +シリコンゴム 0.00000018 +シリコントランジスタ 0.00000018 +シリコーン 0.00000037 +シリル 0.00000046 +シリン 0.00000055 +シリング 0.00000394 +シリーズ 0.00006768 +シルエット 0.00000110 +シルキー 0.00000009 +シルク 0.00000514 +シルト 0.00000028 +シルバ 0.00000046 +シルバヌス 0.00000009 +シルバラド 0.00000009 +シルバラード 0.00000018 +シルバー 0.00002247 +シルバージュエリー 0.00000009 +シルバーナ 0.00000009 +シルバーマン 0.00000009 +シルビア 0.00000028 +シルビオ 0.00000018 +シルベイラ 0.00000009 +シルベスタ 0.00000009 +シルベスター 0.00000064 +シルヴァ 0.00000018 +シルヴァー 0.00000064 +シルヴィア 0.00000037 +シルヴェスター 0.00000009 +シレッ 0.00000009 +シレトコスミレ 0.00000018 +シロ 0.00000037 +シロアリ 0.00000229 +シロイルカ 0.00000046 +シロイワヤギ 0.00000009 +シロウト 0.00000037 +シロウリガイ 0.00000037 +シロクマ 0.00000009 +シロゼニアオイ 0.00000009 +シロタ 0.00000009 +シロップ 0.00000275 +シロツグ 0.00000028 +シロテン 0.00000009 +シロナガス 0.00000009 +シロヤシオ 0.00000009 +シワ 0.00000147 +シワシワ 0.00000064 +シワ寄せ 0.00000009 +シン 0.00000358 +シンカイクサウオ 0.00000018 +シンガポーリアン 0.00000009 +シンガポール 0.00002641 +シンガポールドル 0.00000028 +シンガー 0.00000605 +シンガーズ 0.00000009 +シンガーポール 0.00000009 +シンキング 0.00000028 +シンギング 0.00000009 +シンク 0.00000128 +シンクレア 0.00000257 +シンクロ 0.00000110 +シンクロトロン 0.00000028 +シンクロナイズド 0.00000110 +シング 0.00000009 +シングリッシュ 0.00000009 +シングル 0.00001210 +シングルス 0.00000587 +シングルスランキング 0.00000037 +シングルファーザー 0.00000009 +シンザン 0.00000009 +シンシア 0.00000064 +シンシティ 0.00000028 +シンシナティ 0.00000046 +シンジ 0.00000046 +シンジャ 0.00000092 +シンセキ 0.00000055 +シンセサイザー 0.00000046 +シンソン 0.00000009 +シンダーマン 0.00000009 +シンチー 0.00000018 +シンディ 0.00000037 +シンディー 0.00000119 +シンデレラ 0.00000138 +シンデレラマン 0.00000028 +シントン 0.00000009 +シントー 0.00000009 +シンド 0.00000009 +シンドバッド 0.00000037 +シンドラー 0.00000156 +シンドローム 0.00000138 +シンナー 0.00000028 +シンハ 0.00000028 +シンハラ 0.00000028 +シンハリ 0.00000046 +シンバ 0.00000009 +シンバル 0.00000064 +シンパ 0.00000018 +シンパシー 0.00000009 +シンフォニー 0.00000018 +シンプソン 0.00000156 +シンプソンズ 0.00000009 +シンプリー 0.00000018 +シンプル 0.00001119 +シンベル 0.00000009 +シンボリック 0.00000037 +シンボリルドルフ 0.00000046 +シンボル 0.00001055 +シンボーイ 0.00000018 +シンポジウム 0.00000385 +シンメトリック 0.00000009 +シンヤ 0.00000018 +シンラバアーチャ 0.00000018 +シンリヲツカメ 0.00000009 +シヴァ 0.00000018 +シ・ 0.00000009 +シー 0.00000468 +シーア 0.00000275 +シーアイランド 0.00000018 +シーガル 0.00000009 +シーク 0.00000138 +シークエンス 0.00000018 +シークレット 0.00000046 +シーグレーブ 0.00000046 +シーケンシャル 0.00000009 +シーサイド 0.00000009 +シーザー 0.00000128 +シーシアス 0.00000018 +シーズン 0.00004558 +シーソー 0.00000009 +シータ 0.00000046 +シーター 0.00000009 +シーダーズ 0.00000028 +シーチキン 0.00000009 +シーッ 0.00000018 +シーツ 0.00000339 +シーテックジャパン 0.00000009 +シート 0.00001467 +シートクッション 0.00000009 +シートリフト 0.00000009 +シード 0.00000266 +シーハン 0.00000018 +シーファー 0.00000055 +シーフー 0.00000018 +シーフード 0.00000248 +シープスキン 0.00000009 +シープドッグ 0.00000018 +シーボルト 0.00000092 +シーマウンテン 0.00000009 +シーマン 0.00000064 +シーミノウ 0.00000028 +シーム 0.00000009 +シームス 0.00000009 +シームレス 0.00000009 +シーメンス 0.00000018 +シーモア 0.00000018 +シーラ 0.00000083 +シーラカンス 0.00000229 +シーラント 0.00000009 +シーラー 0.00000018 +シーリア 0.00000220 +シール 0.00000385 +シールズ 0.00000009 +シールド 0.00000046 +シーレ 0.00000009 +シーレーン 0.00000009 +シーン 0.00002503 +ジ 0.00000083 +ジアゼパム 0.00000009 +ジアマッティ 0.00000018 +ジアンカーナ 0.00000018 +ジアンビ 0.00000009 +ジイド 0.00000009 +ジウ 0.00000083 +ジウジウ 0.00000009 +ジェ 0.00000009 +ジェイ 0.00000211 +ジェイアール 0.00000009 +ジェイク 0.00000257 +ジェイコブ 0.00000128 +ジェイコブス 0.00000073 +ジェイコブソン 0.00000018 +ジェイズ 0.00000083 +ジェイソン 0.00000394 +ジェイデン 0.00000009 +ジェイニー 0.00000009 +ジェイビス 0.00000009 +ジェイベス 0.00000009 +ジェイベズ 0.00000064 +ジェイミー 0.00000083 +ジェイムズ 0.00000321 +ジェイン 0.00000092 +ジェコブ 0.00000083 +ジェシカ 0.00000110 +ジェシー 0.00000303 +ジェジー 0.00000055 +ジェジーブ 0.00000009 +ジェス 0.00000028 +ジェスチャ 0.00000009 +ジェスチャー 0.00000403 +ジェスチュア 0.00000009 +ジェズ 0.00000028 +ジェダイ 0.00000046 +ジェッツ 0.00000009 +ジェット 0.00000880 +ジェツン 0.00000018 +ジェト 0.00000009 +ジェトロ 0.00000293 +ジェニファー 0.00000293 +ジェニン 0.00000009 +ジェニングス 0.00000046 +ジェニー 0.00000220 +ジェネシス 0.00000009 +ジェネティック 0.00000009 +ジェネラル 0.00000028 +ジェネリック 0.00000009 +ジェネレーション 0.00000055 +ジェノ 0.00000083 +ジェノバ 0.00000028 +ジェノミクス 0.00000009 +ジェノヴァ 0.00000009 +ジェノヴィア 0.00000037 +ジェハン 0.00000348 +ジェパディ 0.00000009 +ジェフ 0.00000477 +ジェファソン 0.00000046 +ジェファーソン 0.00000119 +ジェフォーズ 0.00000009 +ジェフス 0.00000037 +ジェフユナイテッド 0.00000037 +ジェフリー 0.00000147 +ジェブ 0.00000018 +ジェブラ 0.00000046 +ジェマ 0.00000009 +ジェマー 0.00000009 +ジェミソン 0.00000064 +ジェミニ 0.00000018 +ジェム 0.00000128 +ジェライエ 0.00000009 +ジェライス 0.00000009 +ジェラシー 0.00000018 +ジェラゾヴァ 0.00000009 +ジェラフル 0.00000009 +ジェラルディン 0.00000009 +ジェラルド 0.00000046 +ジェラート 0.00000055 +ジェラード 0.00000083 +ジェリコ 0.00000028 +ジェリー 0.00000275 +ジェル 0.00000083 +ジェルバ 0.00000028 +ジェルヴァズィオ 0.00000046 +ジェレミー 0.00000101 +ジェロ 0.00000238 +ジェロラ 0.00000028 +ジェロン 0.00000018 +ジェロントロジー 0.00000028 +ジェローム 0.00000009 +ジェン 0.00000009 +ジェンキンス 0.00000220 +ジェンザイム 0.00000009 +ジェンセン 0.00000018 +ジェンダー 0.00000046 +ジェントル 0.00000009 +ジェントルマン 0.00000018 +ジェントロジー 0.00000009 +ジェンナー 0.00000037 +ジェー 0.00000028 +ジェームス 0.00000147 +ジェームズ 0.00001073 +ジェームズボンド 0.00000009 +ジェーン 0.00001715 +ジエチレン 0.00000037 +ジオ 0.00000009 +ジオグラフィック 0.00000018 +ジオラマ 0.00000110 +ジオン 0.00000009 +ジカ 0.00000046 +ジカリウム 0.00000009 +ジガバチ 0.00000018 +ジガー 0.00000009 +ジキル 0.00001009 +ジギスムント 0.00000009 +ジギスモント 0.00000009 +ジギタリス 0.00000009 +ジギー 0.00000009 +ジクジク 0.00000009 +ジグザグ 0.00000037 +ジグソー 0.00000073 +ジグゾー 0.00000009 +ジグメ 0.00000028 +ジグラット 0.00000009 +ジケン 0.00000009 +ジゴキシン 0.00000009 +ジゴロ 0.00000009 +ジストロフィー 0.00000009 +ジゼル 0.00000064 +ジタバタ 0.00000018 +ジダン 0.00000257 +ジッキィ 0.00000009 +ジッキー 0.00000018 +ジッダ 0.00000018 +ジッパー 0.00000046 +ジップ 0.00000009 +ジップロック 0.00000009 +ジトジト 0.00000009 +ジナ 0.00000028 +ジニー 0.00000174 +ジネディーヌ 0.00000083 +ジハード 0.00000009 +ジパング 0.00000037 +ジフテリア 0.00000028 +ジブ 0.00000018 +ジブチ 0.00000037 +ジブラル 0.00000009 +ジブラルタル 0.00000018 +ジブリ 0.00000128 +ジブリアニメーション 0.00000009 +ジブロット 0.00000009 +ジプシー 0.00000064 +ジベタリアン 0.00000018 +ジベレリン 0.00000009 +ジミ 0.00000018 +ジミコン 0.00000046 +ジミー 0.00000871 +ジミ婚 0.00000037 +ジム 0.00002348 +ジムナスティックス 0.00000009 +ジメジメ 0.00000128 +ジャイ 0.00000018 +ジャイアン 0.00000009 +ジャイアンツ 0.00001293 +ジャイアント 0.00000193 +ジャイズ 0.00000009 +ジャイモン 0.00000009 +ジャイラム 0.00000009 +ジャイロ 0.00000009 +ジャイロスコープ 0.00000083 +ジャイン 0.00000018 +ジャカジャカ 0.00000009 +ジャカルタ 0.00000183 +ジャガイモ 0.00000504 +ジャガー 0.00000101 +ジャクシ 0.00000009 +ジャクソン 0.00001220 +ジャクリーン 0.00000028 +ジャクージ 0.00000009 +ジャグジー 0.00000110 +ジャグジースパ 0.00000028 +ジャグリング 0.00000101 +ジャグリーニ 0.00000009 +ジャケ 0.00000018 +ジャケット 0.00000715 +ジャコビー 0.00000009 +ジャシュワント 0.00000009 +ジャジャーン 0.00000009 +ジャジーラ 0.00000046 +ジャス 0.00000009 +ジャスコ 0.00000046 +ジャスティン 0.00000083 +ジャスト 0.00000037 +ジャスパ 0.00000009 +ジャスパー 0.00000183 +ジャスパース 0.00000018 +ジャスミン 0.00000128 +ジャズ 0.00001247 +ジャズバー 0.00000018 +ジャズマニア 0.00000009 +ジャズマン 0.00000018 +ジャッカル 0.00000028 +ジャッキー 0.00000119 +ジャック 0.00002265 +ジャックス 0.00000018 +ジャックダニエル 0.00000009 +ジャックマン 0.00000009 +ジャッジ 0.00000028 +ジャッド 0.00000009 +ジャップ 0.00000037 +ジャナ 0.00000037 +ジャナドリヤ 0.00000009 +ジャニス 0.00000028 +ジャニン 0.00000009 +ジャニー 0.00000037 +ジャニーズ 0.00000092 +ジャニーン 0.00000028 +ジャネイロ 0.00000046 +ジャネット 0.00000211 +ジャノメミシン 0.00000009 +ジャハーン 0.00000037 +ジャバリ 0.00000018 +ジャバー 0.00000037 +ジャパニーズ 0.00000312 +ジャパネスク 0.00000009 +ジャパン 0.00002118 +ジャファリ 0.00000009 +ジャブ 0.00000018 +ジャベッド 0.00000009 +ジャボット 0.00000009 +ジャポニカ 0.00000018 +ジャポニカス 0.00000009 +ジャポニズム 0.00000018 +ジャポン 0.00000028 +ジャマイ 0.00000101 +ジャマイカ 0.00000266 +ジャマール 0.00000064 +ジャミィ 0.00000009 +ジャミス 0.00000009 +ジャミラ 0.00000009 +ジャミロクワイ 0.00000101 +ジャム 0.00000330 +ジャムカ 0.00000009 +ジャムナ 0.00000009 +ジャメル 0.00000009 +ジャヤ 0.00000009 +ジャヤデヴァ 0.00000018 +ジャヤバルマン 0.00000028 +ジャラジャラ 0.00000009 +ジャル 0.00000055 +ジャレル 0.00000009 +ジャロ 0.00000009 +ジャワ 0.00000055 +ジャワマングース 0.00000009 +ジャン 0.00000376 +ジャンキー 0.00000037 +ジャンク 0.00000174 +ジャンクション 0.00000018 +ジャンクメール 0.00000064 +ジャングル 0.00000559 +ジャンケン 0.00000018 +ジャンケンポン 0.00000009 +ジャンセン 0.00000092 +ジャンセンズ 0.00000009 +ジャンタ 0.00000009 +ジャンナ 0.00000009 +ジャンヌ 0.00000138 +ジャンパー 0.00000064 +ジャンピング 0.00000018 +ジャンプ 0.00001348 +ジャンプスタート 0.00000018 +ジャンプボード 0.00000009 +ジャンボ 0.00000165 +ジャンボリー 0.00000009 +ジャンル 0.00000899 +ジャンルイジ 0.00000009 +ジャー 0.00000037 +ジャーエラ 0.00000009 +ジャーク 0.00000018 +ジャージ 0.00000046 +ジャージニット 0.00000009 +ジャージー 0.00000064 +ジャーテイ 0.00000009 +ジャーディン 0.00000046 +ジャーナ 0.00000009 +ジャーナリスト 0.00001449 +ジャーナリズム 0.00000238 +ジャーナル 0.00000293 +ジャーニー 0.00000009 +ジャーマン 0.00000028 +ジャーマンポテト 0.00000009 +ジャール 0.00000009 +ジャーン 0.00000018 +ジャーンプ 0.00000028 +ジュ 0.00000018 +ジュウ・ 0.00000009 +ジュエリー 0.00000174 +ジュガーノフ 0.00000009 +ジュスティーヌ 0.00000028 +ジュゼッペ 0.00000018 +ジュタ 0.00000073 +ジュチ 0.00000009 +ジュッ 0.00000009 +ジュッジュッと 0.00000009 +ジュテーム 0.00000009 +ジュディ 0.00000055 +ジュディス 0.00000009 +ジュディー 0.00000055 +ジュニア 0.00000523 +ジュニアズ 0.00000009 +ジュニアパートナー 0.00000009 +ジュニアー 0.00000018 +ジュヌヴィエーヴ 0.00000073 +ジュネーブ 0.00000449 +ジュネーヴ 0.00000055 +ジュノー 0.00000018 +ジュビリー 0.00000009 +ジュビロ 0.00000128 +ジュピター 0.00000348 +ジュベール 0.00000009 +ジュメイラ 0.00000009 +ジュメイラモスク 0.00000009 +ジュラ 0.00000018 +ジュラシック 0.00000083 +ジュラシックワールド 0.00000009 +ジュラパン 0.00000009 +ジュリア 0.00000633 +ジュリアス 0.00000064 +ジュリアナ 0.00000046 +ジュリアン 0.00000257 +ジュリアード 0.00000037 +ジュリアーニ 0.00000128 +ジュリアーノ 0.00000037 +ジュリエット 0.00000834 +ジュリダン 0.00000009 +ジュリー 0.00000073 +ジュルタ 0.00000009 +ジュルネ 0.00000018 +ジュレスバーグ 0.00000009 +ジュン 0.00000073 +ジュンコ 0.00000119 +ジュー 0.00000018 +ジューサー 0.00000046 +ジューシー 0.00000055 +ジュージュー 0.00000018 +ジュース 0.00001064 +ジューッ 0.00000009 +ジューッと 0.00000009 +ジュード 0.00000028 +ジュードー 0.00000009 +ジューリック 0.00000119 +ジュール 0.00000009 +ジューン 0.00000046 +ジョアル 0.00000028 +ジョアン 0.00000037 +ジョアンナ 0.00000009 +ジョイ 0.00000018 +ジョイス 0.00000156 +ジョイフル 0.00000009 +ジョイント 0.00000119 +ジョウロ 0.00000009 +ジョエリー 0.00000018 +ジョエル 0.00000037 +ジョガー 0.00000009 +ジョギング 0.00000403 +ジョクジャカルタ 0.00000028 +ジョグ 0.00000009 +ジョコビッチ 0.00000037 +ジョサイア 0.00000028 +ジョシネ 0.00000009 +ジョシュ 0.00000028 +ジョシュア 0.00000147 +ジョジョ 0.00000009 +ジョス 0.00000009 +ジョセ 0.00000018 +ジョセッティ 0.00000037 +ジョセップ 0.00000009 +ジョセフ 0.00000266 +ジョセフィーヌ 0.00000009 +ジョセブ 0.00000018 +ジョセリン 0.00000009 +ジョゼ 0.00000009 +ジョゼフ 0.00000083 +ジョゼフィーヌ 0.00000009 +ジョゼー 0.00000009 +ジョッキ 0.00000138 +ジョッキー 0.00000028 +ジョック 0.00000009 +ジョッシュ 0.00000009 +ジョディ 0.00000046 +ジョディー 0.00000147 +ジョナサン 0.00000367 +ジョナス 0.00000037 +ジョニー 0.00000605 +ジョハンズ 0.00000009 +ジョハンセン 0.00000028 +ジョハンナ 0.00000018 +ジョバン 0.00000009 +ジョバンニ 0.00000092 +ジョブ 0.00000174 +ジョブズ 0.00000101 +ジョプリン 0.00000018 +ジョホールバル 0.00000009 +ジョモ 0.00000009 +ジョリシュ 0.00000064 +ジョリン 0.00000018 +ジョリー 0.00000238 +ジョルジ 0.00000009 +ジョルジオ 0.00000018 +ジョルジュ 0.00000018 +ジョルジョ 0.00000037 +ジョルダーノ 0.00000009 +ジョルディ 0.00000009 +ジョン 0.00005319 +ジョンイル 0.00000055 +ジョンウン 0.00000046 +ジョンジー 0.00000330 +ジョンストン 0.00000046 +ジョンズ 0.00000165 +ジョンソン 0.00000688 +ジョンピル 0.00000009 +ジョンワン 0.00000009 +ジョヴァンニ 0.00000128 +ジョヴィ 0.00000028 +ジョヴォヴィッチ 0.00000009 +ジョー 0.00001220 +ジョーん 0.00000009 +ジョーイ 0.00000110 +ジョーカー 0.00000046 +ジョーク 0.00000688 +ジョージ 0.00002192 +ジョージア 0.00000248 +ジョージズ 0.00000028 +ジョージタウン 0.00000064 +ジョージナ 0.00000009 +ジョージワシントン 0.00000018 +ジョージー 0.00000009 +ジョーズ 0.00000055 +ジョーダン 0.00000128 +ジョーン 0.00000064 +ジョーンジー 0.00000009 +ジョーンズ 0.00000871 +ジラフ 0.00000009 +ジラミ 0.00000009 +ジラルディ 0.00000009 +ジリ 0.00000009 +ジリアン 0.00000009 +ジリジリ 0.00000009 +ジリジリジリー 0.00000009 +ジリジリッ 0.00000009 +ジル 0.00000238 +ジレンマ 0.00000220 +ジロ 0.00000018 +ジロジロ 0.00000083 +ジロラモ 0.00000018 +ジロンヌ 0.00000009 +ジロー 0.00000009 +ジワ 0.00000018 +ジワジワ 0.00000055 +ジン 0.00000119 +ジンギスカン 0.00000046 +ジンクス 0.00000073 +ジングル 0.00000009 +ジングルベル 0.00000028 +ジンシル 0.00000009 +ジンジャー 0.00000174 +ジンソク 0.00000046 +ジンダロ 0.00000009 +ジンテ 0.00000055 +ジントニック 0.00000018 +ジンノバカヤロー 0.00000009 +ジンバブウェ 0.00000009 +ジンバブエ 0.00000156 +ジンバラン 0.00000009 +ジンベエザメ 0.00000018 +ジー 0.00000018 +ジーア 0.00000009 +ジーグ 0.00000009 +ジーグフェルド 0.00000009 +ジーコ 0.00000449 +ジーザス 0.00000009 +ジータ 0.00000018 +ジーッと 0.00000009 +ジーナ 0.00000028 +ジーニアス 0.00000009 +ジーニスト 0.00000165 +ジーニー 0.00000018 +ジーパン 0.00000073 +ジーピー 0.00000018 +ジープ 0.00000028 +ジーユー 0.00000009 +ジーン 0.00000358 +ジーンズ 0.00000908 +ス 0.00000339 +スぺース 0.00000009 +スアレス 0.00000009 +スアレズ 0.00000009 +スィー 0.00000009 +スイカ 0.00000587 +スイカズラ 0.00000018 +スイカフットボール 0.00000009 +スイス 0.00001816 +スイスイ 0.00000009 +スイスチーズ 0.00000009 +スイスチーム 0.00000018 +スイセン 0.00000037 +スイッチ 0.00000486 +スイッツァランド 0.00000009 +スイマー 0.00000073 +スイミング 0.00000257 +スイング 0.00000229 +スイーツ 0.00000037 +スイート 0.00000266 +スゥゥゥゥプ 0.00000009 +スゥゥゥプ 0.00000009 +スゥゥゥプゥ 0.00000018 +スゥェーデン 0.00000009 +スウィス 0.00000037 +スウィフト 0.00000028 +スウィルカン 0.00000009 +スウィーツ 0.00000009 +スウィーティング 0.00000028 +スウィーティー 0.00000009 +スウィート 0.00000037 +スウィートンロウ 0.00000009 +スウィーニー 0.00000018 +スウェデンボルグ 0.00000009 +スウェプト 0.00000018 +スウェーデン 0.00001586 +スウェード 0.00000009 +スウォンダム 0.00000064 +スウォーム 0.00000009 +スウオッチ 0.00000009 +スェーデン 0.00000009 +スエカ 0.00000037 +スエズ 0.00000257 +スエット 0.00000009 +スエデュケーション 0.00000009 +スエヒロ 0.00000009 +スエマエ 0.00000018 +スエーデン 0.00000018 +スオ 0.00000009 +スカイ 0.00000431 +スカイアイ 0.00000055 +スカイウォーク 0.00000046 +スカイツリー 0.00000128 +スカイパー 0.00000009 +スカイブルー 0.00000018 +スカイプ 0.00000028 +スカイプロムナード 0.00000009 +スカイマーシャル 0.00000009 +スカイライナー 0.00000028 +スカイライン 0.00000037 +スカイラウンジ 0.00000037 +スカウト 0.00000743 +スカウトマン 0.00000009 +スカッシュ 0.00000028 +スカッド 0.00000009 +スカラ 0.00000009 +スカラーシップ 0.00000018 +スカル 0.00000064 +スカルスガルド 0.00000009 +スカルノ 0.00000119 +スカルノプトゥリ 0.00000018 +スカン 0.00000009 +スカンク 0.00000009 +スカンジナビア 0.00000083 +スカンジナヴィア 0.00000009 +スカンディナヴィア 0.00000018 +スカー 0.00000046 +スカート 0.00001275 +スカーフ 0.00000257 +スカーフピン 0.00000018 +スカーリ 0.00000018 +スカーレット 0.00000028 +スガシカオ 0.00000009 +スガル 0.00000018 +スガワラ 0.00000009 +スガワラビランジ 0.00000009 +スガンディ 0.00000009 +スキ 0.00000046 +スキア 0.00000009 +スキップ 0.00000037 +スキナー 0.00000073 +スキニー 0.00000009 +スキピオ 0.00000083 +スキミング 0.00000046 +スキム 0.00000009 +スキャナ 0.00000009 +スキャナー 0.00000633 +スキャニング 0.00000009 +スキャメラ 0.00000018 +スキャン 0.00000614 +スキャンダラス 0.00000018 +スキャンダル 0.00000981 +スキヤキ 0.00000018 +スキュロス 0.00000018 +スキューバ 0.00000348 +スキューロス 0.00000055 +スキラ 0.00000009 +スキラッチ 0.00000009 +スキル 0.00000688 +スキルダ 0.00000073 +スキレ 0.00000009 +スキン 0.00000037 +スキンケア 0.00000165 +スキンシップ 0.00000128 +スキンズ 0.00000046 +スキンヘッド 0.00000028 +スキンローション 0.00000018 +スキー 0.00002705 +スキーム 0.00000018 +スキーヤー 0.00000211 +スギ 0.00000293 +スギョン 0.00000009 +スクアラミン 0.00000009 +スクアレン 0.00000009 +スクィーン 0.00000009 +スクイーン 0.00000009 +スクウェア 0.00000183 +スクェア 0.00000018 +スクエア 0.00000431 +スクエアピアノ 0.00000028 +スクラッチ 0.00000009 +スクラップ 0.00000018 +スクラブ 0.00000009 +スクラム 0.00000046 +スクラントン 0.00000028 +スクランブル 0.00000110 +スクラヴォニア 0.00000009 +スクリップス 0.00000046 +スクリプト 0.00000009 +スクリュー 0.00000101 +スクリーチス 0.00000009 +スクリーニング 0.00000037 +スクリーミング 0.00000037 +スクリーム 0.00000009 +スクリーン 0.00000990 +スクル 0.00000009 +スクルージ 0.00002082 +スクロール 0.00000064 +スクロールバー 0.00000009 +スクワイアーズ 0.00000064 +スクワラン 0.00000046 +スクワレン 0.00000009 +スクーター 0.00000165 +スクーナー 0.00000248 +スクービー 0.00000009 +スクープ 0.00000073 +スクーリング 0.00000028 +スクール 0.00002650 +スグレモノ 0.00000046 +スグレン 0.00000018 +スケ 0.00000009 +スケグネス 0.00000009 +スケジューラ 0.00000009 +スケジュール 0.00001696 +スケソウ 0.00000046 +スケソウダラ 0.00000018 +スケッチ 0.00000238 +スケトウダラ 0.00000055 +スケベ 0.00000073 +スケベオヤジ 0.00000009 +スケボー 0.00000064 +スケリーズ 0.00000018 +スケルトン 0.00000018 +スケーター 0.00000101 +スケート 0.00001018 +スケートボード 0.00000165 +スケートレーシング 0.00000009 +スケープゴート 0.00000046 +スケーラビリティ 0.00000009 +スケーラブル 0.00000009 +スケーラー 0.00000009 +スケーリング 0.00000009 +スケール 0.00000138 +スコア 0.00000459 +スコアボード 0.00000028 +スコアー 0.00000009 +スコアーボード 0.00000009 +スコセッシ 0.00000101 +スコッチ 0.00000119 +スコット 0.00000642 +スコットランド 0.00000908 +スコップ 0.00000009 +スコティッシュ 0.00000009 +スコラ 0.00000055 +スコルコボ 0.00000028 +スコーセス 0.00000009 +スコープ 0.00000055 +スコール 0.00000009 +スコーン 0.00000028 +スゴ 0.00000046 +スゴイ 0.00000009 +スサマジ 0.00000009 +スサン 0.00000009 +スザンナ 0.00000055 +スザンヌ 0.00000028 +スシ 0.00000110 +スシパーティー 0.00000009 +スシブラザーズ 0.00000037 +スシロ 0.00000009 +スジン 0.00000055 +スス 0.00000009 +ススキ 0.00000018 +ススメ 0.00000238 +ススワタリ 0.00000009 +スズ 0.00000257 +スズカケ 0.00000046 +スズキ 0.00000156 +スズキイ 0.00000028 +スズシロ 0.00000009 +スズナ 0.00000009 +スズメ 0.00000092 +スズメバチ 0.00000046 +スタア 0.00000009 +スタイリスト 0.00000073 +スタイリッシュ 0.00000147 +スタイリング 0.00000028 +スタイル 0.00003485 +スタイン 0.00000257 +スタウト 0.00000101 +スタウン 0.00000055 +スタゲイロス 0.00000009 +スタジアム 0.00000990 +スタジオ 0.00001421 +スタチェク 0.00000009 +スタチン 0.00000009 +スタック 0.00000092 +スタットフィールド 0.00000009 +スタッドレス 0.00000009 +スタッフ 0.00005044 +スタッフライター 0.00000009 +スタテン 0.00000009 +スタディ 0.00000028 +スタディスキル 0.00000009 +スタディー 0.00000037 +スタニスラフ 0.00000018 +スタニスラフスキー 0.00000028 +スタニスロー 0.00000009 +スタハノフ 0.00000009 +スタバ 0.00000009 +スタミナ 0.00000110 +スタローン 0.00000248 +スタン 0.00000248 +スタンガン 0.00000018 +スタンコバ 0.00000018 +スタンス 0.00000037 +スタンダップ 0.00000009 +スタンダーズ 0.00000009 +スタンダード 0.00000220 +スタンディング 0.00000064 +スタント 0.00000183 +スタントマン 0.00000037 +スタントン 0.00000018 +スタンド 0.00000706 +スタンバイ 0.00000018 +スタンフォド 0.00000009 +スタンフォード 0.00000220 +スタンプ 0.00000303 +スタンプラリー 0.00000037 +スタンリー 0.00000046 +スタンレー 0.00000009 +スタヴロ 0.00000009 +スター 0.00004970 +スターク 0.00000165 +スターシェフ 0.00000009 +スターシップ 0.00000018 +スターシリーズ 0.00000009 +スタージョン 0.00000009 +スターズ 0.00000385 +スタータキット 0.00000009 +スターター 0.00000028 +スターダスト 0.00000018 +スターダム 0.00000018 +スターツ 0.00000046 +スターティング 0.00000018 +スタート 0.00003017 +スタートレック 0.00000037 +スターバックス 0.00000422 +スターブ 0.00000037 +スターリン 0.00000119 +スターリング 0.00000018 +スタール 0.00000037 +スターレーサー 0.00000009 +スターン 0.00000083 +スターンズ 0.00000028 +スダハ 0.00000009 +スチェヴィエスキー 0.00000037 +スチュアート 0.00000220 +スチュウアート 0.00000046 +スチュワーデス 0.00000275 +スチュワート 0.00000037 +スチュワード 0.00000009 +スチューデント 0.00000037 +スチューデントビザ 0.00000009 +スチューベン 0.00000092 +スチロール 0.00000028 +スチーブンス 0.00000009 +スチーブンソン 0.00000009 +スチーム 0.00000073 +スチール 0.00000064 +スッと 0.00000092 +スッとんきょう 0.00000009 +スッチー 0.00000028 +スッドダナ 0.00000018 +スッ飛ば 0.00000009 +スツール 0.00000028 +ステア 0.00000018 +ステアタイト 0.00000009 +ステアリング 0.00000037 +スティ 0.00000110 +スティック 0.00000101 +スティッチ 0.00000018 +スティラー 0.00000009 +スティル 0.00000009 +スティンクス 0.00000028 +スティング 0.00000174 +スティード 0.00000009 +スティービー 0.00000055 +スティーブ 0.00000578 +スティーブン 0.00000669 +スティーブンス 0.00000073 +スティーブンズ 0.00000009 +スティーブンソン 0.00000018 +スティーム 0.00000009 +スティーリー 0.00000009 +スティール 0.00000037 +スティーン 0.00000018 +スティーヴ 0.00000028 +スティーヴィー 0.00000018 +スティーヴン 0.00000055 +ステイ 0.00000917 +ステイアス 0.00000009 +ステイシー 0.00000055 +ステイタス 0.00000083 +ステイト 0.00000009 +ステイプルズ 0.00000018 +ステイヤー 0.00000028 +ステイン 0.00000037 +ステガノ 0.00000009 +ステキ 0.00000183 +ステッカー 0.00000220 +ステッキ 0.00000174 +ステッチ 0.00000009 +ステッド 0.00000009 +ステッパー 0.00000037 +ステップ 0.00000954 +ステディ 0.00000009 +ステディー 0.00000009 +ステパシン 0.00000028 +ステパン 0.00000037 +ステファニー 0.00000101 +ステファノフ 0.00000009 +ステファン 0.00000156 +ステュワート 0.00000018 +ステュー 0.00000018 +ステューデント 0.00000018 +ステラ 0.00000009 +ステラン 0.00000009 +ステル 0.00000110 +ステルス 0.00000018 +ステレオ 0.00000596 +ステレオトミー 0.00000009 +ステレンボス 0.00000009 +ステロイド 0.00000238 +ステロタイプ 0.00000009 +ステロン 0.00000119 +ステワート 0.00000009 +ステン 0.00000009 +ステンシルシート 0.00000009 +ステント 0.00000055 +ステンド 0.00000110 +ステンレス 0.00000073 +ステーキ 0.00000541 +ステーキナイフ 0.00000009 +ステーション 0.00001733 +ステージ 0.00001293 +ステージング 0.00000009 +ステータス 0.00000110 +ステータスバー 0.00000009 +ステーター 0.00000009 +ステート 0.00000147 +ステートメント 0.00000009 +スト 0.00000174 +ストア 0.00000945 +ストアクレジット 0.00000028 +ストアー 0.00000028 +ストイック 0.00000018 +ストイフェサント 0.00000018 +ストッキング 0.00000248 +ストック 0.00000101 +ストックセン 0.00000009 +ストックホルム 0.00000238 +ストップ 0.00000330 +ストライカー 0.00000229 +ストライキ 0.00000523 +ストライク 0.00000128 +ストライド 0.00000018 +ストライプ 0.00000018 +ストライプス 0.00000009 +ストラウス 0.00000018 +ストラクチャー 0.00000009 +ストラザー 0.00000009 +ストラス 0.00000037 +ストラスブール 0.00000018 +ストラスロイ 0.00000147 +ストラットフォード 0.00000037 +ストラップ 0.00000284 +ストラテジック 0.00000009 +ストラディバリウス 0.00000018 +ストラトフォー 0.00000009 +ストランド 0.00000046 +ストリッパー 0.00000037 +ストリップ 0.00000055 +ストリハルスキー 0.00000018 +ストリング 0.00000055 +ストリンドベリィ 0.00000009 +ストリート 0.00001531 +ストリープ 0.00000037 +ストリーミング 0.00000028 +ストリーム 0.00000018 +ストルテンベルグ 0.00000009 +ストループ 0.00000009 +ストレス 0.00004631 +ストレステスト 0.00000009 +ストレッチ 0.00000110 +ストレッチング 0.00000018 +ストレンジ 0.00000009 +ストレージ 0.00000028 +ストレート 0.00000587 +ストレーベル 0.00000046 +ストロガノフ 0.00000018 +ストロバント 0.00000009 +ストロベリー 0.00000092 +ストロボ 0.00000009 +ストロム 0.00000009 +ストロー 0.00000312 +ストローク 0.00000037 +ストローダーマン 0.00000055 +ストローブ 0.00000009 +ストローム 0.00000083 +ストン 0.00000018 +ストーカー 0.00000550 +ストーキング 0.00000018 +ストーク 0.00000110 +ストークニューイングトン 0.00000009 +ストーナ 0.00000156 +ストーニィ 0.00000055 +ストーニー 0.00000018 +ストーブ 0.00000229 +ストーブリーグ 0.00000009 +ストーム 0.00000018 +ストームジブ 0.00000018 +ストーリー 0.00001843 +ストール 0.00000147 +ストールマン 0.00000046 +ストーン 0.00000174 +ストーンズ 0.00000220 +スドバ 0.00000037 +スナイダー 0.00000018 +スナイデル 0.00000009 +スナイパー 0.00000018 +スナック 0.00000303 +スナックバー 0.00000028 +スナッチ 0.00000018 +スナップ 0.00000064 +スナドリネコ 0.00000009 +スニ 0.00000009 +スニッカーズ 0.00000018 +スニフ 0.00000037 +スニル 0.00000028 +スニーカー 0.00000147 +スニータ 0.00000009 +スヌー 0.00000009 +スヌーピー 0.00000110 +スヌープス 0.00000009 +スネ 0.00000055 +スネドン 0.00000018 +スネーク 0.00000009 +スネ夫 0.00000009 +スノア 0.00000018 +スノウ 0.00000028 +スノボー 0.00000018 +スノー 0.00000083 +スノーケル 0.00000009 +スノーシュー 0.00000009 +スノーシューズ 0.00000009 +スノードン 0.00000055 +スノーボーダー 0.00000055 +スノーボード 0.00000238 +スノーボール 0.00000018 +スノーマン 0.00000009 +スノーラフト 0.00000009 +スハルト 0.00000064 +スバ 0.00000018 +スバラシイ 0.00000037 +スバリー 0.00000009 +スバル 0.00000009 +スパ 0.00000183 +スパイ 0.00001210 +スパイウェア 0.00000009 +スパイカー 0.00000009 +スパイク 0.00000394 +スパイシー 0.00000055 +スパイス 0.00000624 +スパイダー 0.00000009 +スパイダーマン 0.00000174 +スパイナル 0.00000009 +スパイラル 0.00000046 +スパウスビザ 0.00000009 +スパゲッティ 0.00000009 +スパゲティ 0.00000238 +スパゲティナポリタン 0.00000018 +スパゲティボロネーズ 0.00000009 +スパゲティミート 0.00000009 +スパコン 0.00000028 +スパスパ 0.00000018 +スパチャイ 0.00000009 +スパッと 0.00000009 +スパッセ 0.00000037 +スパッツ 0.00000009 +スパニエル 0.00000009 +スパニッシュ 0.00000018 +スパハウス 0.00000009 +スパム 0.00000138 +スパリゾート 0.00000018 +スパルコ 0.00000009 +スパルタ 0.00000183 +スパロウ 0.00000092 +スパン 0.00000037 +スパンポングズ 0.00000009 +スパヴィノ 0.00000018 +スパーキー 0.00000028 +スパーク 0.00000018 +スパークリング 0.00000018 +スパーソン 0.00000018 +スパート 0.00000018 +スパーリング 0.00000018 +スピアーズ 0.00000202 +スピッツ 0.00000064 +スピッツァー 0.00000009 +スピッツア 0.00000009 +スピット 0.00000018 +スピツァー 0.00000009 +スピリチュアリズム 0.00000009 +スピリチュアル 0.00000064 +スピリッツ 0.00000046 +スピリット 0.00000348 +スピルバーグ 0.00000449 +スピロ 0.00000009 +スピロス 0.00000018 +スピロヘータ 0.00000009 +スピン 0.00000064 +スピンサーブ 0.00000018 +スピンドラー 0.00000028 +スピーカー 0.00000688 +スピーキング 0.00000156 +スピーク 0.00000018 +スピーシュ城 0.00000009 +スピーチ 0.00002027 +スピーディ 0.00000174 +スピーディー 0.00000037 +スピード 0.00002641 +スピードウェイ 0.00000083 +スピードシンボリ 0.00000018 +スピードバンプ 0.00000009 +スフィア 0.00000055 +スフィンクス 0.00000339 +スフェリー 0.00000009 +スフォツァ 0.00000009 +スフォルツァ 0.00000128 +スプライト 0.00000046 +スプラマニアン 0.00000064 +スプリットピー 0.00000009 +スプリンガー 0.00000009 +スプリンクラー 0.00000018 +スプリング 0.00000202 +スプリングス 0.00000009 +スプリングズ 0.00000018 +スプリンター 0.00000009 +スプリント 0.00000046 +スプレー 0.00000330 +スプートニク 0.00000064 +スプーナー 0.00000055 +スプール 0.00000009 +スプーン 0.00000697 +スベスベ 0.00000092 +スベトラーナ 0.00000018 +スベルト 0.00000009 +スペア 0.00000046 +スペイシー 0.00000028 +スペイト 0.00000037 +スペイン 0.00004943 +スペイング 0.00000009 +スペインジン 0.00000009 +スペクタクル 0.00000037 +スペクタル 0.00000018 +スペクター 0.00000009 +スペクト 0.00000009 +スペクトル 0.00000083 +スペクトロメータ 0.00000009 +スペシャリスト 0.00000229 +スペシャリストビザ 0.00000009 +スペシャリティ 0.00000009 +スペシャル 0.00000312 +スペディング 0.00000009 +スペリング 0.00000046 +スペリーアス 0.00000009 +スペル 0.00000275 +スペロ 0.00000009 +スペロウ 0.00000449 +スペンサー 0.00000165 +スペース 0.00003356 +スペード 0.00000028 +スホイ 0.00000046 +スホルク 0.00000009 +スポケーン 0.00000009 +スポチャン 0.00000110 +スポック 0.00000028 +スポッティー 0.00000018 +スポッテッド 0.00000028 +スポット 0.00001082 +スポットライト 0.00000128 +スポト 0.00000009 +スポンサー 0.00001201 +スポンサーシップ 0.00000092 +スポンジ 0.00000202 +スポーク 0.00000037 +スポークスマン 0.00000403 +スポーツ 0.00008822 +スポーツウェア 0.00000055 +スポーツジム 0.00000018 +スポーツバー 0.00000009 +スポーツマン 0.00000055 +スポーティ 0.00000018 +スポーティー 0.00000018 +スポールディング 0.00000083 +スマイリーズ 0.00000046 +スマイル 0.00000092 +スマザー 0.00000018 +スマッシュ 0.00000009 +スマッシング 0.00000009 +スマップ 0.00000055 +スマトラ 0.00000284 +スマート 0.00000569 +スミ 0.00000055 +スミザーズ 0.00000009 +スミス 0.00002045 +スミスアンドウェッソン 0.00000009 +スミスハート 0.00000018 +スミスフィールド 0.00000009 +スミソニアン 0.00000101 +スミマセン 0.00000018 +スミュルナイチジク 0.00000009 +スミレ 0.00000055 +スム 0.00000009 +スムーシング 0.00000009 +スムージー 0.00000009 +スムース 0.00000018 +スムーズ 0.00000715 +スメア 0.00000009 +スメシュコ 0.00000009 +スメドレー 0.00000009 +スモウ 0.00000009 +スモック 0.00000046 +スモッグ 0.00000064 +スモモ 0.00000037 +スモレット 0.00000266 +スモーカー 0.00000055 +スモーキー 0.00000028 +スモーク 0.00000055 +スモークハム 0.00000009 +スモール 0.00000055 +スヤスヤ 0.00000018 +スラっと 0.00000009 +スライス 0.00000266 +スライダー 0.00000055 +スライディング 0.00000037 +スライド 0.00000220 +スラウェシ 0.00000046 +スラグ 0.00000018 +スラスラ 0.00000110 +スラッガー 0.00000009 +スラックス 0.00000018 +スラッシュ 0.00000009 +スラッピージョー 0.00000018 +スラップ 0.00000009 +スラト 0.00000009 +スラネー 0.00000064 +スラバヤ 0.00000018 +スラブ 0.00000064 +スラム 0.00000367 +スラリ 0.00000028 +スラローム 0.00000018 +スラング 0.00000449 +スラント 0.00000018 +スランバー 0.00000009 +スランプ 0.00000183 +スリ 0.00000110 +スリ、 0.00000009 +スリスリ 0.00000009 +スリット 0.00000073 +スリッパ 0.00000431 +スリップ 0.00000193 +スリナム 0.00000009 +スリハリコタ 0.00000009 +スリム 0.00000303 +スリランカ 0.00001036 +スリラー 0.00000211 +スリリング 0.00000037 +スリル 0.00000339 +スリン 0.00000028 +スリンランカ 0.00000009 +スリヴォヴィツッア 0.00000009 +スリー 0.00000083 +スリーエム 0.00000009 +スリーパー 0.00000009 +スリーピング 0.00000009 +スリーブ 0.00000009 +スリーボール 0.00000018 +スリーマイル 0.00000018 +スリーラン 0.00000083 +スリ寄 0.00000009 +スルガ 0.00000009 +スルスル 0.00000009 +スルタン 0.00000028 +スルツカヤ 0.00000046 +スルメ 0.00000046 +スルー 0.00000083 +スルース 0.00000028 +スルーパス 0.00000009 +スループ 0.00000009 +スルーマ 0.00000046 +スレイグル 0.00000018 +スレイター 0.00000009 +スレイマニヤ 0.00000009 +スレスレ 0.00000009 +スレッジ 0.00000037 +スレッド 0.00000046 +スレボトニク 0.00000009 +スレン 0.00000009 +スレンダー 0.00000009 +スレーター 0.00000018 +スレート 0.00000018 +スロイス 0.00000073 +スロット 0.00000202 +スロットル 0.00000009 +スロバキア 0.00000403 +スロベニア 0.00000119 +スロボダン 0.00000018 +スロボニック 0.00000009 +スロン 0.00000037 +スロヴァキア 0.00000009 +スロヴェニア 0.00000018 +スロー 0.00000220 +スローガン 0.00000312 +スロースターター 0.00000009 +スローダウン 0.00000009 +スローテンポ 0.00000009 +スロープ 0.00000055 +スローン 0.00000009 +スワイガート 0.00000028 +スワジ 0.00000018 +スワジランド 0.00000055 +スワドラー 0.00000018 +スワヒリ 0.00000073 +スワブ 0.00000009 +スワロウテイル 0.00000009 +スワローズ 0.00000449 +スワン 0.00000119 +スワンク 0.00000037 +スワーダ 0.00000028 +スワーン 0.00000018 +スン 0.00000183 +スンダルバン 0.00000009 +スンナ 0.00000037 +スンニ 0.00000220 +スンニー 0.00000018 +スンヨプ 0.00000009 +スヴァンホルム 0.00000009 +スヴァール 0.00000009 +スヴェンソン 0.00000009 +スー 0.00000779 +スーキィ 0.00000009 +スーク 0.00000092 +スーザン 0.00000449 +スーシル 0.00000009 +スージー 0.00000138 +スーダラ 0.00000009 +スーダン 0.00000293 +スーチー 0.00000083 +スーッっと 0.00000009 +スーッと 0.00000055 +スーツ 0.00001623 +スーツケース 0.00000376 +スーディー 0.00000037 +スーパ 0.00000009 +スーパー 0.00003026 +スーパーカブ 0.00000009 +スーパーカー 0.00000028 +スーパースター 0.00000559 +スーパースターズ 0.00000009 +スーパースパイ 0.00000018 +スーパーマイレッジ 0.00000018 +スーパーマザー 0.00000009 +スーパーマン 0.00000055 +スーパーマーケット 0.00000853 +スーパーマーケツト 0.00000009 +スーパーライト 0.00000009 +スービック 0.00000009 +スーピアス 0.00000119 +スープ 0.00001715 +スーペリアーツイン 0.00000009 +スーミ 0.00000009 +スーラ 0.00000009 +スーリン 0.00000028 +スール 0.00000009 +スールー 0.00000009 +スー・チー 0.00000229 +ズィー 0.00000009 +ズウィック 0.00000009 +ズカン 0.00000018 +ズキズキ 0.00000073 +ズコウスキー 0.00000009 +ズサン 0.00000009 +ズシズシ 0.00000009 +ズシリと 0.00000018 +ズシン 0.00000055 +ズタズタ 0.00000046 +ズッカーマン 0.00000046 +ズッキーニ 0.00000009 +ズック 0.00000009 +ズッコ 0.00000009 +ズット 0.00000009 +ズトン 0.00000009 +ズドン 0.00000009 +ズバイラ 0.00000018 +ズバッ 0.00000009 +ズバッと 0.00000009 +ズバリ 0.00000037 +ズパレード 0.00000009 +ズブリン 0.00000018 +ズボン 0.00000844 +ズマ 0.00000009 +ズラ 0.00000018 +ズラリ 0.00000009 +ズラーッと 0.00000009 +ズルズル 0.00000064 +ズレ 0.00000046 +ズワイガニ 0.00000028 +ズン 0.00000028 +ズンズンズン 0.00000009 +ズンッ 0.00000009 +ズーム 0.00000037 +ズーラシア 0.00000009 +ズーリッヒ 0.00000009 +ズーン 0.00000073 +セ 0.00000202 +セなし 0.00000009 +セアラ 0.00000009 +セイ 0.00000018 +セイウチ 0.00000064 +セイコー 0.00000165 +セイコーインスツル 0.00000009 +セイシェル 0.00000046 +セイフティ 0.00000009 +セイフティー 0.00000009 +セイブ 0.00000018 +セイボリー 0.00000110 +セイモア 0.00000018 +セイヨウ 0.00000046 +セイヨウイチイ 0.00000009 +セイラ 0.00000018 +セイリング 0.00000009 +セイル 0.00000092 +セイロン 0.00000037 +セイロンタバコ 0.00000009 +セイン 0.00000037 +セイント 0.00000018 +セイントルイス 0.00000018 +セイヴィア 0.00000009 +セウェルス 0.00000083 +セオドア 0.00000083 +セオファナウス 0.00000009 +セオリー 0.00000046 +セカチュー 0.00000028 +セカンダリー 0.00000009 +セカンド 0.00000229 +セガ 0.00000064 +セガトイズ 0.00000064 +セガール 0.00000046 +セキスイ 0.00000009 +セキュア 0.00000009 +セキュリティ 0.00000229 +セキュリティー 0.00001027 +セクゥイン 0.00000009 +セクシャリティー 0.00000009 +セクシャル 0.00000119 +セクシュアリティー 0.00000009 +セクシュアル 0.00000018 +セクション 0.00000202 +セクシー 0.00000440 +セクストゥス 0.00000009 +セクストン 0.00000009 +セクター 0.00000110 +セクハラ 0.00000816 +セグ 0.00000028 +セグアン 0.00000128 +セグウェイ 0.00000156 +セグロ 0.00000037 +セケイラ 0.00000138 +セゲブ 0.00000028 +セコイア 0.00000064 +セコム 0.00000037 +セゴレーヌ 0.00000009 +セサミ 0.00000018 +セサミストリート 0.00000018 +セザンヌ 0.00000009 +セザール 0.00000028 +セシウム 0.00000009 +セシオン 0.00000009 +セシャドリ 0.00000028 +セジウィッチ 0.00000009 +セジット 0.00000018 +セス 0.00000046 +セスナ 0.00000009 +セソ 0.00000073 +セゾン 0.00000009 +セタリン 0.00000037 +セダン 0.00000073 +セダール 0.00000009 +セック 0.00000009 +セックス 0.00001715 +セッション 0.00000110 +セッションズ 0.00000028 +セッジフィールド 0.00000018 +セッター 0.00000009 +セッティング 0.00000064 +セット 0.00002806 +セットアップ 0.00000064 +セティ 0.00000018 +セディ 0.00000018 +セディジョ 0.00000018 +セディバ 0.00000028 +セナ 0.00000018 +セニョーラ 0.00000009 +セネガル 0.00000495 +セネガルナショナル 0.00000009 +セネガー 0.00000046 +セノヴィッチ 0.00000055 +セバス 0.00000055 +セバスティアン 0.00000009 +セパハン 0.00000018 +セパレート 0.00000009 +セビジャーナス 0.00000009 +セビヤ 0.00000009 +セビリア 0.00000037 +セビリヤ 0.00000009 +セビージャ 0.00000009 +セビーリャ 0.00000018 +セピア 0.00000037 +セファレキシン 0.00000009 +セフォ 0.00000009 +セブ 0.00000018 +セブン 0.00000275 +セブンイレブン 0.00000037 +セブンスター 0.00000009 +セブンズ 0.00000009 +セベリウス 0.00000018 +セベリノ 0.00000009 +セポイ 0.00000028 +セマナ 0.00000009 +セミ 0.00000083 +セミアティツキー 0.00000018 +セミオーダー 0.00000009 +セミオーダーシューズ 0.00000009 +セミクジラ 0.00000009 +セミテスタケア 0.00000009 +セミナー 0.00001100 +セミヌード 0.00000009 +セミプロ 0.00000018 +セミロング 0.00000009 +セメント 0.00000266 +セユル 0.00000009 +セラ 0.00000037 +セラニキオ 0.00000083 +セラビー 0.00000009 +セラピスト 0.00000119 +セラピー 0.00000321 +セラフィールド 0.00000018 +セラミック 0.00000083 +セラミックス 0.00000028 +セラミド 0.00000018 +セラー 0.00001779 +セラーズ 0.00000018 +セラーノ 0.00000018 +セリ 0.00000046 +セリアック 0.00000009 +セリエ 0.00000202 +セリカ 0.00000009 +セリグ 0.00000018 +セリシア 0.00000009 +セリフ 0.00000413 +セリーグ 0.00000009 +セリーナ 0.00000046 +セリーヌ 0.00000018 +セル 0.00000110 +セルオフ 0.00000009 +セルカーク 0.00000028 +セルク 0.00000009 +セルゲイ 0.00000028 +セルゲーエフ 0.00000009 +セルシ 0.00000009 +セルシェル 0.00000009 +セルジオ 0.00000009 +セルチ 0.00000009 +セルツ 0.00000009 +セルティック 0.00000046 +セルバンテス 0.00000037 +セルビア 0.00000202 +セルフ 0.00000211 +セルマ 0.00000009 +セルライト 0.00000046 +セルリアック 0.00000009 +セルロイド 0.00000009 +セルロース 0.00000037 +セルローズ 0.00000009 +セレイカ 0.00000009 +セレクション 0.00000009 +セレクト 0.00000046 +セレス 0.00000009 +セレッキー 0.00000018 +セレッソ 0.00000009 +セレナ 0.00000009 +セレナーデ 0.00000028 +セレブ 0.00000202 +セレブリティー 0.00000009 +セレブレーション 0.00000018 +セレモニー 0.00000229 +セレラ 0.00000037 +セレンゲティ 0.00000018 +セレンディピティー 0.00000018 +セレーネ 0.00000028 +セロテープ 0.00000009 +セロトニン 0.00000073 +セロハン 0.00000009 +セロリ 0.00000174 +セロン 0.00000119 +セワシ 0.00000028 +セン 0.00000248 +セング 0.00000018 +センゴール 0.00000009 +センサ 0.00000018 +センサー 0.00000789 +センサーズ 0.00000009 +センサーマウス 0.00000009 +センシング 0.00000055 +センス 0.00000972 +センスゼロ 0.00000009 +センセイ 0.00000009 +センセンブレナー 0.00000018 +センセーショナル 0.00000073 +センセーション 0.00000073 +センソウ 0.00000009 +センタボ 0.00000009 +センタン 0.00000018 +センタンドゥラピアド 0.00000009 +センター 0.00008061 +センタージュリー 0.00000009 +センターフェンス 0.00000009 +センターフォワード 0.00000009 +センチ 0.00002980 +センチネル 0.00000018 +センチメンタル 0.00000037 +センチメートル 0.00000257 +センチュリー 0.00000028 +センテンス 0.00000083 +センデロ 0.00000009 +セント 0.00001394 +セントジェイムズ 0.00000028 +セントバーナード 0.00000018 +セントビンセント 0.00000009 +セントヘレナ 0.00000009 +セントライト 0.00000009 +セントラル 0.00000578 +セントルイス 0.00000119 +セントレア 0.00000018 +セントローズ 0.00000028 +セントローレンス 0.00000009 +センド 0.00000018 +センナ 0.00000009 +センパス 0.00000009 +セヴェリノ 0.00000018 +セヴラン 0.00000018 +セ・ 0.00000257 +セ・リーグ 0.00000018 +セーガン 0.00000028 +セーキ 0.00000028 +セークス 0.00000009 +セーコン 0.00000037 +セージ 0.00000018 +セーター 0.00000587 +セーヌ 0.00000101 +セーバー 0.00000055 +セービングス 0.00000009 +セーフ 0.00000018 +セーフコ 0.00000028 +セーフコフィールド 0.00000018 +セーフセックス 0.00000009 +セーフティ 0.00000073 +セーフティー 0.00000055 +セーブ 0.00000110 +セーブル 0.00000009 +セーム 0.00000018 +セーラ 0.00000018 +セーラー 0.00000046 +セーラームーン 0.00000055 +セーリング 0.00000037 +セール 0.00000761 +セールス 0.00000449 +セールスチーム 0.00000028 +セールストーク 0.00000028 +セールスパーソン 0.00000073 +セールスマン 0.00000156 +セーレム 0.00000110 +セ氏 0.00000009 +ゼア 0.00000009 +ゼウス 0.00000110 +ゼオライト 0.00000009 +ゼクシィ 0.00000009 +ゼッケン 0.00000009 +ゼット 0.00000009 +ゼップ 0.00000009 +ゼナ 0.00000018 +ゼナウィ 0.00000018 +ゼニカル 0.00000009 +ゼネコン 0.00000028 +ゼネスト 0.00000018 +ゼネラル 0.00000312 +ゼフィロス 0.00000009 +ゼブラフィッシュ 0.00000009 +ゼミ 0.00000266 +ゼミアコヴェー 0.00000009 +ゼム 0.00000009 +ゼメキス 0.00000009 +ゼラチン 0.00000028 +ゼラニウム 0.00000009 +ゼリコー 0.00000018 +ゼリフ 0.00000018 +ゼリー 0.00000183 +ゼルウィガー 0.00000064 +ゼロ 0.00001137 +ゼロックス 0.00000009 +ゼンショー 0.00000018 +ゼンピン 0.00000009 +ゼンマイ 0.00000018 +ゼーゼー 0.00000028 +ゼーブ 0.00000009 +ゼームス 0.00000009 +ゼーリック 0.00000028 +ソ 0.00000101 +ソアジグ 0.00000009 +ソアラ 0.00000018 +ソアレス 0.00000009 +ソイヤー 0.00000018 +ソウ 0.00000183 +ソウスケ 0.00000009 +ソウムズ 0.00000257 +ソウル 0.00001100 +ソウルフル 0.00000009 +ソエト 0.00000037 +ソエトロ 0.00000018 +ソクトラング 0.00000009 +ソクラテス 0.00000128 +ソケット 0.00000018 +ソコケ 0.00000009 +ソサエティ 0.00000009 +ソサエティー 0.00000028 +ソシエイツ 0.00000009 +ソシエダ 0.00000009 +ソシエテジェネラル 0.00000009 +ソゼアラ 0.00000037 +ソダーバーグ 0.00000028 +ソチ 0.00000101 +ソックス 0.00000459 +ソツキー 0.00000037 +ソテツ 0.00000009 +ソテロ 0.00000009 +ソテー 0.00000073 +ソト 0.00000018 +ソナ 0.00000119 +ソナタ 0.00000193 +ソナチネ 0.00000018 +ソナー 0.00000018 +ソニア 0.00000138 +ソニック 0.00000046 +ソニヤ 0.00000009 +ソニー 0.00001541 +ソネット 0.00000018 +ソノ 0.00000009 +ソノス 0.00000018 +ソノラ 0.00000018 +ソバ 0.00000037 +ソバカス 0.00000028 +ソビエト 0.00000220 +ソフ 0.00000009 +ソファ 0.00000706 +ソファー 0.00000018 +ソフィ 0.00000083 +ソフィア 0.00000138 +ソフィスト 0.00000037 +ソフィー 0.00000376 +ソフト 0.00006144 +ソフトウェア 0.00002595 +ソフトウエア 0.00000101 +ソフマップ 0.00000009 +ソフロニー 0.00000009 +ソブリン 0.00000018 +ソプラノ 0.00000073 +ソプラノズ 0.00000009 +ソマリア 0.00000238 +ソマルド 0.00000009 +ソムタン 0.00000009 +ソムチャイ 0.00000018 +ソムリエ 0.00000193 +ソメイヨシノ 0.00000037 +ソユーズ 0.00000193 +ソラカラ 0.00000009 +ソラビ 0.00000009 +ソラマメ 0.00000018 +ソラリア 0.00000009 +ソラー 0.00000037 +ソリ 0.00000037 +ソリスト 0.00000018 +ソリッド 0.00000009 +ソリュモイ 0.00000018 +ソリューション 0.00000073 +ソリン 0.00000018 +ソリーヌ 0.00000009 +ソルジャー 0.00000009 +ソルツ 0.00000018 +ソルト 0.00000128 +ソルトレイク 0.00000028 +ソルトレーク 0.00000312 +ソルボンヌ 0.00000009 +ソレイユ 0.00000018 +ソレックス 0.00000009 +ソレル 0.00000009 +ソレンセン 0.00000046 +ソレント 0.00000028 +ソロ 0.00000486 +ソロアルバム 0.00000046 +ソロアーティスト 0.00000028 +ソロコンサート 0.00000009 +ソロシングル 0.00000009 +ソロシー 0.00000009 +ソロス 0.00000101 +ソロバン 0.00000018 +ソロヒット 0.00000009 +ソロフィー 0.00000009 +ソロボダン 0.00000009 +ソロモン 0.00000523 +ソロリサイタル 0.00000028 +ソロリティ 0.00000055 +ソロン 0.00000009 +ソワール 0.00000009 +ソン 0.00000202 +ソンクラン 0.00000101 +ソング 0.00000486 +ソングライター 0.00000193 +ソンソン 0.00000009 +ソンタグ 0.00000009 +ソンティ 0.00000018 +ソンドハイム 0.00000018 +ソンブレロ 0.00000018 +ソンミ 0.00000018 +ソン・ 0.00000009 +ソヴリン 0.00000037 +ソー 0.00000174 +ソーイング 0.00000009 +ソーク 0.00000009 +ソーサ 0.00000055 +ソーサー 0.00000028 +ソーザ 0.00000009 +ソーシャル 0.00000284 +ソース 0.00002439 +ソースパン 0.00000009 +ソーセージ 0.00000550 +ソーター 0.00000037 +ソーダ 0.00000119 +ソーテックス 0.00000009 +ソート 0.00000009 +ソーピー 0.00000413 +ソープ 0.00000348 +ソープランド 0.00000055 +ソーホー 0.00000147 +ソーマプラ 0.00000009 +ソーヤー 0.00000009 +ソーラー 0.00000376 +ソーラーライト 0.00000009 +ソール 0.00000174 +ソールズベリ 0.00000009 +ソールズベリー 0.00000018 +ソーレ 0.00000009 +ソーン 0.00000037 +ソーントン 0.00000009 +ソーヴィニョン 0.00000009 +ソーヴィニヨン 0.00000055 +ソ連 0.00001678 +ゾ 0.00000009 +ゾウ 0.00000229 +ゾウガメ 0.00000009 +ゾクゾク 0.00000018 +ゾクッと 0.00000028 +ゾグビー 0.00000009 +ゾッ 0.00000009 +ゾッと 0.00000422 +ゾディアック 0.00000092 +ゾマホン 0.00000147 +ゾラ 0.00000009 +ゾリンガー 0.00000009 +ゾルゲ 0.00000165 +ゾロ 0.00000064 +ゾロアスター 0.00000009 +ゾロゾロ 0.00000018 +ゾンターク 0.00000009 +ゾンデ 0.00000009 +ゾンビ 0.00000073 +ゾーッと 0.00000037 +ゾーン 0.00000403 +タ 0.00000028 +タイ 0.00006685 +タイイップ 0.00000009 +タイエブ 0.00000028 +タイガー 0.00000431 +タイガース 0.00001476 +タイクン 0.00000018 +タイゲトス 0.00000009 +タイコ 0.00000009 +タイシルク 0.00000009 +タイシング 0.00000009 +タイスキ 0.00000009 +タイズ 0.00000018 +タイソン 0.00000312 +タイゾン 0.00000009 +タイタニック 0.00000339 +タイタン 0.00000092 +タイダル 0.00000009 +タイダンス 0.00000009 +タイチ 0.00000009 +タイップ 0.00000009 +タイツ 0.00000009 +タイト 0.00000037 +タイトル 0.00002320 +タイトー 0.00000018 +タイニー 0.00000018 +タイパーティー 0.00000009 +タイピスト 0.00000018 +タイピン 0.00000009 +タイピング 0.00000064 +タイフォーラム 0.00000018 +タイブックス 0.00000009 +タイブレーク 0.00000018 +タイプ 0.00004860 +タイプライタ 0.00000009 +タイペイ 0.00000128 +タイマンス 0.00000009 +タイマー 0.00000165 +タイミング 0.00000798 +タイム 0.00003851 +タイムス 0.00000037 +タイムズ 0.00004521 +タイムリー 0.00000128 +タイヤ 0.00000908 +タイヤキ 0.00000009 +タイランド 0.00000009 +タイラー 0.00000055 +タイル 0.00000449 +タイレストラン 0.00000009 +タイロン 0.00000018 +タイワン 0.00000055 +タウ 0.00000028 +タウェル 0.00000009 +タウォター 0.00000009 +タウソン 0.00000009 +タウリン 0.00000018 +タウン 0.00000422 +タウンゼント 0.00000009 +タオジン 0.00000009 +タオル 0.00001293 +タカ 0.00000248 +タカアンドトシ 0.00000009 +タカオ 0.00000009 +タカシ 0.00000009 +タカトウダイ 0.00000009 +タカハシ 0.00000018 +タカモリ 0.00000018 +タカモリシェフ 0.00000018 +タカラ 0.00000459 +タカラジェンヌ 0.00000037 +タカラトミー 0.00000110 +タガログ 0.00000202 +タキシード 0.00000119 +タク 0.00000018 +タクアン 0.00000009 +タクシン 0.00000092 +タクシー 0.00002944 +タクティカル 0.00000009 +タクト 0.00000009 +タクライ 0.00000009 +タクラマカン 0.00000028 +タクロバン 0.00000009 +タグ 0.00000202 +タグバ 0.00000009 +タグラグビー 0.00000055 +タケ 0.00000037 +タケイ 0.00000046 +タケオ 0.00000009 +タケシ 0.00000018 +タケダ 0.00000009 +タケナガ 0.00000009 +タケノ 0.00000009 +タケノコ 0.00000064 +タケホープ 0.00000028 +タコ 0.00000238 +タコス 0.00000073 +タコマ 0.00000009 +タゴシ 0.00000009 +タゴール 0.00000009 +タジ 0.00000009 +タジマジック 0.00000128 +タス 0.00000009 +タスキ 0.00000009 +タスク 0.00000211 +タスクバー 0.00000046 +タスポ 0.00000037 +タスマニア 0.00000138 +タスマン 0.00000028 +タスリマ 0.00000009 +タズ 0.00000018 +タタ 0.00000037 +タタキツ 0.00000009 +タタミ 0.00000009 +タダ 0.00000238 +タチ 0.00000018 +タチアオイ 0.00000009 +タチアナ 0.00000018 +タチチシャ 0.00000009 +タッカー 0.00000009 +タック 0.00000018 +タックス 0.00000018 +タックル 0.00000064 +タッセル 0.00000018 +タッソ 0.00000009 +タッソー 0.00000028 +タッチ 0.00000624 +タッチペン 0.00000028 +タット・ 0.00000009 +タッド 0.00000257 +タッパ 0.00000009 +タッパー 0.00000009 +タップ 0.00000303 +タップス 0.00000009 +タテ 0.00000028 +タティアナ 0.00000174 +タテゴトアザラシ 0.00000018 +タテマエ 0.00000018 +タデ 0.00000009 +タトゥ 0.00000037 +タトゥー 0.00000257 +タナ 0.00000009 +タナエサン 0.00000009 +タナカ 0.00000046 +タナカレイコ 0.00000037 +タニグチ 0.00000009 +タニタ 0.00000018 +タニマチ 0.00000009 +タヌキ 0.00000064 +タヌラ 0.00000046 +タネ 0.00000073 +タノウ 0.00000009 +タバ 0.00000009 +タバコ 0.00000651 +タバスコ 0.00000037 +タバナクル 0.00000028 +タバーン 0.00000009 +タパヌリ 0.00000009 +タヒチ 0.00000101 +タヒーナ 0.00000028 +タピオカ 0.00000009 +タフ 0.00000229 +タフィ 0.00000037 +タフィー 0.00000009 +タフト 0.00000009 +タフネス 0.00000009 +タブ 0.00000037 +タブス 0.00000037 +タブラ 0.00000009 +タブレイロ 0.00000018 +タブレイロス 0.00000009 +タブレット 0.00000064 +タブロイド 0.00000101 +タブロン 0.00000009 +タブロー 0.00000009 +タブー 0.00000908 +タプタプ 0.00000009 +タプト 0.00000009 +タペストリー 0.00000073 +タボ 0.00000009 +タボー 0.00000009 +タマ 0.00000339 +タマウリパス 0.00000009 +タマキビ 0.00000009 +タマサート 0.00000009 +タマネギ 0.00000495 +タマヨ 0.00000028 +タマラ 0.00000009 +タマリン 0.00000073 +タマリンド 0.00000018 +タマン 0.00000009 +タマ子 0.00000009 +タミコ 0.00000009 +タミフル 0.00000028 +タミヨ 0.00000009 +タミル 0.00000037 +タミー 0.00000202 +タミーナ 0.00000037 +タミール 0.00000064 +タム 0.00000018 +タムタム 0.00000009 +タメ 0.00000009 +タメル 0.00000009 +タメ息 0.00000009 +タモリ 0.00000037 +タラ 0.00000147 +タライ 0.00000009 +タラオ 0.00000028 +タラコ 0.00000037 +タラゴナ 0.00000009 +タラサ 0.00000009 +タラシ 0.00000009 +タラソテラピー 0.00000055 +タラソワ 0.00000009 +タラタラ 0.00000009 +タラップ 0.00000055 +タラバガニ 0.00000055 +タラブ 0.00000009 +タラワ 0.00000009 +タランティーノ 0.00000055 +タリア 0.00000028 +タリク 0.00000009 +タリバン 0.00000523 +タリバングループ 0.00000009 +タリー 0.00000028 +タリーズ 0.00000092 +タルク 0.00000009 +タルタル 0.00000018 +タルト 0.00000083 +タルドノワ 0.00000009 +タルピオット 0.00000009 +タルボ 0.00000028 +タルボット 0.00000009 +タルミ 0.00000018 +タレ 0.00000101 +タレク・ 0.00000009 +タレコミ 0.00000009 +タレント 0.00001880 +タロ 0.00000037 +タロイモ 0.00000009 +タロウ 0.00000825 +タロット 0.00000046 +タロンガ 0.00000009 +タロー 0.00000037 +タワカコ 0.00000009 +タワシ 0.00000009 +タワックル 0.00000009 +タワー 0.00001275 +タワーズ 0.00000018 +タワーリング 0.00000009 +タン 0.00000193 +タンカ 0.00000028 +タンカディア 0.00000202 +タンカー 0.00000101 +タンク 0.00000514 +タンクイゾン 0.00000009 +タンクトップ 0.00000009 +タングルウッド 0.00000018 +タンゴ 0.00000275 +タンゴダンサー 0.00000009 +タンザナイト 0.00000009 +タンザニア 0.00000321 +タンス 0.00000028 +タンタン 0.00000009 +タンチョウ 0.00000064 +タンデム 0.00000009 +タント 0.00000018 +タントラ 0.00000018 +タンドール 0.00000009 +タンニン 0.00000018 +タンネリ 0.00000009 +タンバリン 0.00000092 +タンパ 0.00000092 +タンパク 0.00000990 +タンパベイ 0.00000064 +タンパレイズ 0.00000009 +タンピコ 0.00000009 +タンブラー 0.00000046 +タンホイザー 0.00000009 +タンポポ 0.00000083 +タンポン 0.00000018 +タン・ニュオ 0.00000009 +タ・ 0.00000028 +ター 0.00000110 +ターキー 0.00000055 +ターキーズ 0.00000018 +ターゲット 0.00000899 +ターゲットワールド 0.00000009 +ターコイズ 0.00000009 +ターザニア 0.00000009 +ターザン 0.00000028 +タージ 0.00000092 +タージマハル 0.00000037 +タータン 0.00000009 +タートル 0.00000018 +タートルズ 0.00000009 +タートルネック 0.00000028 +ターナ 0.00000009 +ターナショナル 0.00000018 +ターナー 0.00000211 +ターニップ 0.00000009 +ターニャ 0.00000018 +ターニング 0.00000073 +ターバウン 0.00000009 +ターバン 0.00000092 +タービン 0.00000248 +ターボ 0.00000009 +ターミア 0.00000064 +ターミナル 0.00000403 +ターミネ 0.00000009 +ターミネイテッド 0.00000009 +ターミネーター 0.00000275 +ターメリック 0.00000092 +ターユー 0.00000009 +ターリェン 0.00000028 +ターリー 0.00000009 +タール 0.00000128 +ターン 0.00000293 +ターンブル 0.00000018 +ダ 0.00000193 +ダイ 0.00000055 +ダイアナ 0.00000688 +ダイアメイド 0.00000009 +ダイアモンド 0.00000046 +ダイアル 0.00000037 +ダイアルズ 0.00000009 +ダイアログ 0.00000101 +ダイアン 0.00000092 +ダイアー 0.00000018 +ダイエット 0.00002210 +ダイエー 0.00000697 +ダイオウ 0.00000009 +ダイオキシン 0.00000110 +ダイオード 0.00000073 +ダイキン 0.00000083 +ダイク 0.00000037 +ダイコン 0.00000028 +ダイジェスト 0.00000073 +ダイジョブ 0.00000009 +ダイスキー 0.00000009 +ダイセン 0.00000009 +ダイソン 0.00000092 +ダイソー 0.00000046 +ダイダイ 0.00000009 +ダイドー 0.00000009 +ダイドードリンコ 0.00000009 +ダイナ 0.00000220 +ダイナスティカップ 0.00000009 +ダイナマイト 0.00000165 +ダイナミズム 0.00000018 +ダイナミック 0.00000358 +ダイニュス 0.00000028 +ダイニン 0.00000037 +ダイニング 0.00000147 +ダイハツ 0.00000037 +ダイハード 0.00000009 +ダイバー 0.00000403 +ダイビイング 0.00000009 +ダイビング 0.00000926 +ダイブ 0.00000046 +ダイム 0.00000009 +ダイムラー 0.00000073 +ダイムラーベンツ 0.00000018 +ダイモン 0.00000018 +ダイヤ 0.00000257 +ダイヤモンド 0.00000908 +ダイヤル 0.00000688 +ダイル 0.00000009 +ダイレクト 0.00000266 +ダイン 0.00000009 +ダイング 0.00000009 +ダイヴァーシティ 0.00000009 +ダイー 0.00000009 +ダゥワー 0.00000018 +ダウ 0.00000055 +ダウニー 0.00000028 +ダウラト 0.00000018 +ダウリング 0.00000018 +ダウン 0.00000559 +ダウンズ 0.00000028 +ダウンタウン 0.00000220 +ダウントップ 0.00000018 +ダウンロード 0.00000880 +ダカール 0.00000174 +ダカールラリー 0.00000037 +ダガン 0.00000018 +ダガー 0.00000009 +ダクシン 0.00000009 +ダグ 0.00000293 +ダグマー 0.00000028 +ダグラス 0.00000266 +ダグ・ 0.00000009 +ダゲスタン 0.00000018 +ダコタ 0.00000028 +ダサ 0.00000037 +ダサイ 0.00000064 +ダサニ 0.00000009 +ダシ 0.00000028 +ダシュル 0.00000009 +ダジャレ 0.00000009 +ダスキン 0.00000055 +ダスグプタ 0.00000037 +ダスタン 0.00000073 +ダスター 0.00000018 +ダスチィダー 0.00000009 +ダスティ 0.00000009 +ダスティン 0.00000037 +ダスト 0.00000037 +ダセンゾー 0.00000009 +ダダイスト 0.00000009 +ダダイズム 0.00000046 +ダチ 0.00000009 +ダチョウ 0.00000193 +ダチョー 0.00000009 +ダッカ 0.00000018 +ダッカー 0.00000138 +ダック 0.00000018 +ダックスフンド 0.00000009 +ダッグアウト 0.00000009 +ダッシュ 0.00000073 +ダッシュボード 0.00000028 +ダッジ 0.00000009 +ダッセー 0.00000009 +ダッタン 0.00000009 +ダッチ 0.00000009 +ダッチマン 0.00000018 +ダッツ 0.00000009 +ダット 0.00000018 +ダデ 0.00000009 +ダディ 0.00000009 +ダディッツ 0.00000018 +ダドリー 0.00000018 +ダナ 0.00000028 +ダナム 0.00000018 +ダナン 0.00000009 +ダニ 0.00000092 +ダニアレルギー 0.00000009 +ダニエラ 0.00000009 +ダニエル 0.00000752 +ダニオン 0.00000018 +ダニカ 0.00000018 +ダニソープ 0.00000009 +ダニタ 0.00000009 +ダニー 0.00000128 +ダネ 0.00000028 +ダネイー 0.00000028 +ダネサン 0.00000009 +ダノ 0.00000009 +ダノネ 0.00000037 +ダノン 0.00000028 +ダバジャルガル 0.00000009 +ダバーン 0.00000009 +ダビデ 0.00000138 +ダビド 0.00000028 +ダビドフ 0.00000009 +ダビング 0.00000018 +ダビンチ 0.00000055 +ダフ 0.00000009 +ダフィー 0.00000119 +ダフネ 0.00000037 +ダフ屋 0.00000073 +ダブ 0.00000037 +ダブダブ 0.00000009 +ダブヤ 0.00000009 +ダブリン 0.00000532 +ダブル 0.00000578 +ダブルス 0.00000358 +ダブルーン 0.00000018 +ダブレット 0.00000009 +ダブロン 0.00000009 +ダベッ 0.00000009 +ダベンポート 0.00000083 +ダボス 0.00000046 +ダボダボ 0.00000009 +ダマスカス 0.00000083 +ダミアン 0.00000028 +ダミアーノ 0.00000046 +ダミニ 0.00000055 +ダミー 0.00000009 +ダム 0.00000614 +ダムダム 0.00000009 +ダメ 0.00000532 +ダメダメ 0.00000018 +ダメモト 0.00000018 +ダメージ 0.00000459 +ダヤ 0.00000009 +ダヤク 0.00000028 +ダラ 0.00000083 +ダライ 0.00000596 +ダライラマ 0.00000018 +ダラス 0.00000110 +ダラダラ 0.00000174 +ダラッと 0.00000009 +ダラム 0.00000046 +ダラン 0.00000009 +ダラ・ 0.00000009 +ダラー 0.00000046 +ダリ 0.00000037 +ダリア 0.00000009 +ダリアス 0.00000009 +ダリウス 0.00000046 +ダリッシュ 0.00000018 +ダリッチ 0.00000037 +ダリヤ 0.00000009 +ダリル 0.00000046 +ダルウィッチ 0.00000018 +ダルエス 0.00000009 +ダルキー 0.00000009 +ダルク 0.00000174 +ダルタニアン 0.00000055 +ダルダニア 0.00000009 +ダルチアシビリ 0.00000009 +ダルデンヌ 0.00000009 +ダルトン 0.00000037 +ダルビッシュ 0.00000183 +ダルビー 0.00000028 +ダルフール 0.00000128 +ダルマ 0.00000037 +ダルム 0.00000028 +ダルムサラ 0.00000009 +ダルリンプル 0.00000018 +ダルー 0.00000009 +ダレル 0.00000018 +ダレン 0.00000037 +ダロウ 0.00000009 +ダン 0.00000284 +ダンカン 0.00000092 +ダンガリー 0.00000009 +ダンキン 0.00000009 +ダンク 0.00000009 +ダンクシュート 0.00000009 +ダンケシェーン 0.00000009 +ダンサー 0.00001385 +ダンサーズ 0.00000009 +ダンシング 0.00000018 +ダンス 0.00005365 +ダンスタン 0.00000037 +ダンスチーム 0.00000046 +ダンステクニック 0.00000018 +ダンスデー 0.00000018 +ダンスファン 0.00000009 +ダンダジネエ 0.00000009 +ダンダス 0.00000009 +ダンテ 0.00000009 +ダンティカット 0.00000009 +ダンディ 0.00000009 +ダンディー 0.00000018 +ダントツ 0.00000101 +ダンドレジー 0.00000037 +ダンバ 0.00000165 +ダンバース 0.00000046 +ダンヒル 0.00000009 +ダンビン 0.00000009 +ダンビー 0.00000055 +ダンピング 0.00000046 +ダンブルドア 0.00000101 +ダンプ 0.00000009 +ダンプカー 0.00000037 +ダンプティ 0.00000394 +ダンプリング 0.00000073 +ダンベル 0.00000018 +ダンボルト 0.00000018 +ダンボワーズ 0.00000009 +ダン・ 0.00000009 +ダヴァー 0.00000009 +ダヴィッド 0.00000009 +ダヴィデ 0.00000028 +ダヴィンチ 0.00000009 +ダヴェンポート 0.00000009 +ダ・ 0.00000037 +ダ・ヴィンチ 0.00000229 +ダー 0.00000055 +ダーウィン 0.00000834 +ダーウィンと 0.00000009 +ダーエン 0.00000009 +ダーキー 0.00000018 +ダーク 0.00000055 +ダークス 0.00000009 +ダークセン 0.00000009 +ダークレッド 0.00000009 +ダーコン 0.00000055 +ダーシー 0.00000138 +ダージュハル 0.00000009 +ダージリン 0.00000028 +ダース 0.00000413 +ダーズリー 0.00000018 +ダーッと 0.00000018 +ダーツ 0.00000046 +ダーティ 0.00000009 +ダーティー 0.00000009 +ダート 0.00000009 +ダートマス 0.00000028 +ダード 0.00000009 +ダーハム 0.00000009 +ダーバン 0.00000073 +ダーバー 0.00000064 +ダービー 0.00000110 +ダービーシャー 0.00000009 +ダービースタリオン 0.00000009 +ダーリン 0.00000083 +ダーリントン 0.00000009 +ダーリーン 0.00000009 +ダーレン 0.00000046 +ダーロイ 0.00000009 +ダーヴィニズム 0.00000009 +チア 0.00000018 +チアガール 0.00000009 +チアキ 0.00000009 +チアダンス 0.00000009 +チアノーゼ 0.00000009 +チアパフォーマー 0.00000009 +チアリング 0.00000018 +チアリーダー 0.00000138 +チアリーダーシップ 0.00000028 +チアリーダーズ 0.00000018 +チアリーディング 0.00000110 +チィチィ 0.00000009 +チェ 0.00000147 +チェア 0.00000119 +チェアマン 0.00000037 +チェアー 0.00000009 +チェイス 0.00000128 +チェイニー 0.00000083 +チェイフィー 0.00000009 +チェイン 0.00000018 +チェコ 0.00000468 +チェコスロバキア 0.00000064 +チェコスロヴァキア 0.00000009 +チェサピーク 0.00000009 +チェザーレ 0.00000101 +チェシャ 0.00000055 +チェシャー 0.00000018 +チェス 0.00000385 +チェスキー 0.00000009 +チェスケー 0.00000009 +チェスタフィールド 0.00000009 +チェスター 0.00000083 +チェスターフィールド 0.00000009 +チェスト 0.00000101 +チェスボード 0.00000009 +チェゼーナ 0.00000009 +チェダー 0.00000028 +チェチェン 0.00000211 +チェッカー 0.00000037 +チェッカーズ 0.00000009 +チェック 0.00003164 +チェックアウト 0.00000229 +チェックイン 0.00000174 +チェックリスト 0.00000073 +チェディ 0.00000018 +チェトリー 0.00000009 +チェベト 0.00000009 +チェホフ 0.00000009 +チェマリン 0.00000009 +チェミファー 0.00000009 +チェモン 0.00000009 +チェリオ 0.00000009 +チェリスト 0.00000037 +チェリー 0.00000156 +チェリートマト 0.00000009 +チェルシー 0.00000101 +チェルソム 0.00000009 +チェルノブイリ 0.00000202 +チェルノムイルジン 0.00000009 +チェレスタ 0.00000009 +チェロ 0.00000165 +チェロキー 0.00000018 +チェン 0.00000248 +チェンジ 0.00000174 +チェンジャー 0.00000009 +チェンス 0.00000009 +チェンナイ 0.00000009 +チェンバース 0.00000009 +チェンバーズ 0.00000009 +チェンマイ 0.00000055 +チェンライ 0.00000046 +チェーン 0.00001724 +チエコ 0.00000073 +チエック 0.00000018 +チエミ 0.00000009 +チカ 0.00000009 +チカチカ 0.00000028 +チカラ 0.00000009 +チカン 0.00000202 +チキ 0.00000009 +チキン 0.00001027 +チキータ 0.00000009 +チク 0.00000009 +チクタク 0.00000028 +チクチク 0.00000055 +チクッ 0.00000009 +チクッと 0.00000028 +チクリ 0.00000009 +チグハグ 0.00000009 +チケット 0.00002338 +チケットレス 0.00000018 +チコ 0.00000037 +チコリ 0.00000009 +チコリサラダ 0.00000009 +チコリー 0.00000009 +チタニウム 0.00000009 +チタン 0.00000083 +チダムバラム 0.00000009 +チチェスター 0.00000009 +チチェン 0.00000018 +チチョリーナ 0.00000009 +チック 0.00000009 +チックス 0.00000028 +チックリスト 0.00000009 +チッソ 0.00000018 +チッタ 0.00000009 +チット 0.00000009 +チップ 0.00001110 +チップス 0.00000174 +チティ 0.00000009 +チト 0.00000009 +チトー 0.00000018 +チドリ 0.00000009 +チナツ 0.00000018 +チナワット 0.00000009 +チニオト 0.00000009 +チヌーク 0.00000009 +チノパン 0.00000009 +チヒム 0.00000028 +チビ 0.00000083 +チビめ 0.00000009 +チビチビ 0.00000009 +チビッ子 0.00000009 +チピンゲ 0.00000009 +チフス 0.00000009 +チベット 0.00001504 +チマ 0.00000009 +チマチョゴリ 0.00000018 +チマブエ 0.00000018 +チミ 0.00000009 +チムニー 0.00000009 +チモール 0.00000009 +チャイ 0.00000018 +チャイコフスキー 0.00000110 +チャイドル 0.00000037 +チャイナ 0.00000147 +チャイナガーデン 0.00000009 +チャイナタウン 0.00000147 +チャイナドレス 0.00000064 +チャイニーズ 0.00000055 +チャイム 0.00000101 +チャイヨー 0.00000028 +チャイルド 0.00000266 +チャイルドケア 0.00000009 +チャイルドマインダー 0.00000028 +チャイルドマインダート 0.00000009 +チャウ 0.00000037 +チャウシェスク 0.00000073 +チャウダー 0.00000009 +チャオ 0.00000046 +チャオプラヤー 0.00000009 +チャクラ 0.00000009 +チャクルーナ 0.00000018 +チャグチャグ 0.00000055 +チャゲ 0.00000064 +チャタヌーガ 0.00000009 +チャタム 0.00000009 +チャタレー 0.00000009 +チャチャク 0.00000009 +チャチャチャ 0.00000028 +チャック 0.00000165 +チャッコー 0.00000018 +チャット 0.00000376 +チャットウッド 0.00000009 +チャップマン 0.00000018 +チャップリン 0.00000174 +チャツチャク 0.00000009 +チャデルナゴル 0.00000009 +チャデンシス 0.00000009 +チャド 0.00000183 +チャドリ 0.00000009 +チャドル 0.00000028 +チャネル 0.00000018 +チャバラ 0.00000009 +チャパティー 0.00000009 +チャフィー 0.00000018 +チャブ 0.00000009 +チャプチェ 0.00000009 +チャプリン 0.00000046 +チャベス 0.00000138 +チャペリゾッド 0.00000037 +チャペル 0.00000193 +チャム 0.00000018 +チャムロン 0.00000009 +チャヤ 0.00000018 +チャヤマクロビオティックス 0.00000009 +チャヤーノフ 0.00000009 +チャラ 0.00000009 +チャラチャラ 0.00000018 +チャラビ 0.00000009 +チャランチャラン 0.00000009 +チャリティ 0.00000183 +チャリティー 0.00000394 +チャリティーズ 0.00000009 +チャリテイー 0.00000009 +チャリング 0.00000037 +チャル 0.00000018 +チャルダッシュ 0.00000018 +チャルメラ 0.00000046 +チャレンジ 0.00001110 +チャレンジャー 0.00000046 +チャワラット 0.00000009 +チャン 0.00000807 +チャンウィラグーン 0.00000009 +チャンキー 0.00000009 +チャンギ 0.00000037 +チャンギョングン 0.00000009 +チャンス 0.00006493 +チャンチュン 0.00000009 +チャンデルナ 0.00000009 +チャンドラヤーン 0.00000028 +チャンドラー 0.00000275 +チャンネル 0.00000981 +チャンバラ 0.00000138 +チャンピオン 0.00001119 +チャンピオンシップ 0.00000046 +チャンピオンズ 0.00000018 +チャンピオンズリーグ 0.00000229 +チャンピカ 0.00000257 +チャンプル 0.00000009 +チャンポン 0.00000028 +チャー 0.00000138 +チャーシュー 0.00000009 +チャージ 0.00000046 +チャーター 0.00000165 +チャーダ 0.00000009 +チャーチ 0.00000055 +チャーチル 0.00000128 +チャート 0.00000532 +チャートイン 0.00000046 +チャートフ 0.00000046 +チャーハン 0.00000110 +チャーミング 0.00000183 +チャーミー 0.00000028 +チャーム 0.00000009 +チャーリー 0.00000477 +チャーリーズ 0.00000037 +チャールス 0.00000009 +チャールズ 0.00000945 +チャールトン 0.00000009 +チヤホヤ 0.00000055 +チュアム 0.00000009 +チュアン 0.00000009 +チュイルリー 0.00000009 +チュウック 0.00000018 +チュコト 0.00000009 +チュッ 0.00000009 +チュッと 0.00000009 +チュドノフスキー 0.00000037 +チュドリ 0.00000037 +チュニジア 0.00000330 +チュニス 0.00000009 +チュニック 0.00000009 +チュペニー 0.00000009 +チュムパン 0.00000009 +チュラロンコン 0.00000018 +チュリス 0.00000009 +チュロック 0.00000037 +チュン 0.00000009 +チュンチュン 0.00000009 +チュ・ 0.00000009 +チュー 0.00000092 +チューインガム 0.00000073 +チューク 0.00000009 +チューズデー 0.00000009 +チューナー 0.00000083 +チューニング 0.00000028 +チューハイ 0.00000064 +チュービンゲン 0.00000009 +チューブ 0.00000174 +チューブス 0.00000009 +チューリッヒ 0.00000073 +チューリップ 0.00000193 +チューリヒ 0.00000018 +チューリング 0.00000018 +チュール 0.00000009 +チューン 0.00000009 +チューンズ 0.00000009 +チューンズストア 0.00000009 +チョ—ク 0.00000009 +チョイス 0.00000073 +チョウ 0.00000156 +チョウザメ 0.00000028 +チョウチョ 0.00000009 +チョキチョキ 0.00000009 +チョキチョキチョッキン 0.00000009 +チョコ 0.00000303 +チョコバ 0.00000009 +チョコバー 0.00000018 +チョコミックス 0.00000009 +チョコレート 0.00002054 +チョゴリ 0.00000018 +チョッキ 0.00000073 +チョッキン 0.00000037 +チョット 0.00000009 +チョッピリ 0.00000018 +チョップ 0.00000092 +チョプラ 0.00000028 +チョマ 0.00000009 +チョルス 0.00000064 +チョロ 0.00000073 +チョロイ 0.00000009 +チョロチョロ 0.00000018 +チョン 0.00000101 +チョンツー 0.00000009 +チョー 0.00000073 +チョーカー 0.00000018 +チョーク 0.00000128 +チョーゴン 0.00000009 +チョーズ 0.00000009 +チョーズン 0.00000009 +チョーダス 0.00000055 +チョーダリー 0.00000018 +チラと 0.00000009 +チラガー 0.00000009 +チラシ 0.00000312 +チラチラ 0.00000092 +チラチラと 0.00000028 +チラッと 0.00000165 +チラホラ 0.00000009 +チラリ 0.00000046 +チリ 0.00000853 +チリダニ 0.00000009 +チリヂリ 0.00000009 +チリライス 0.00000009 +チリン 0.00000046 +チル 0.00000018 +チルクート 0.00000009 +チルタン 0.00000018 +チルドレン 0.00000174 +チルドレンズ 0.00000009 +チロリアンテープ 0.00000028 +チロリン 0.00000018 +チロル 0.00000009 +チワワ 0.00000046 +チン 0.00000073 +チンキ 0.00000028 +チンギス 0.00000037 +チンケ 0.00000009 +チンタオ 0.00000018 +チンタラ 0.00000009 +チンチラ 0.00000009 +チンドン 0.00000284 +チンバ 0.00000009 +チンパンジー 0.00000541 +チンピラ 0.00000064 +チンプンカンプン 0.00000028 +チンホイ 0.00000018 +チー 0.00000009 +チーキィ 0.00000009 +チーク 0.00000018 +チーズ 0.00001275 +チーズィー 0.00000018 +チーター 0.00000018 +チーフ 0.00000248 +チーマー 0.00000009 +チーム 0.00021202 +チームワーク 0.00000376 +ッぽい 0.00000009 +ッチ 0.00000009 +ッペ 0.00000009 +ッ場 0.00000009 +ツ 0.00000009 +ツァイス 0.00000028 +ツァラトゥストラ 0.00000009 +ツァンギライ 0.00000018 +ツァー 0.00000009 +ツァーリズム 0.00000009 +ツアー 0.00005915 +ツアーズ 0.00000028 +ツアーバス 0.00000009 +ツアーリーダー 0.00000009 +ツィイー 0.00000037 +ツィクラス 0.00000009 +ツィーゼ 0.00000009 +ツイカ 0.00000009 +ツイスト 0.00000046 +ツイッター 0.00000293 +ツイン 0.00000275 +ツインズ 0.00000064 +ツイート 0.00000046 +ツイード 0.00000064 +ツウェルブズ 0.00000009 +ツェッペリン 0.00000083 +ツェペシ 0.00000009 +ツェリン 0.00000009 +ツォンガ 0.00000037 +ツキ 0.00000238 +ツキノワ 0.00000147 +ツグミ 0.00000055 +ツケ 0.00000037 +ツゲ 0.00000028 +ツゴイネル 0.00000009 +ツシケイコ 0.00000009 +ツタ 0.00000119 +ツタン 0.00000211 +ツチ 0.00000018 +ツチボタル 0.00000009 +ツッコミ 0.00000028 +ツツイ 0.00000009 +ツツジ 0.00000037 +ツナ 0.00000073 +ツナキムチ 0.00000009 +ツナサラダ 0.00000009 +ツナマヨネーズ 0.00000018 +ツナミ 0.00000009 +ツネオ 0.00000028 +ツノ 0.00000018 +ツバ 0.00000055 +ツバキ 0.00000037 +ツバサ 0.00000009 +ツバメ 0.00000789 +ツバル 0.00000083 +ツブラヤ 0.00000028 +ツベルクリン 0.00000009 +ツボ 0.00000101 +ツボクサ 0.00000009 +ツムラ 0.00000009 +ツメ 0.00000046 +ツメクサ 0.00000018 +ツヤ 0.00000037 +ツヤやか 0.00000009 +ツヤツヤ 0.00000018 +ツヤ子 0.00000018 +ツヨシ 0.00000183 +ツライ 0.00000009 +ツリガネ 0.00000009 +ツリー 0.00000303 +ツリーマン 0.00000009 +ツル 0.00000257 +ツルッ 0.00000009 +ツルツル 0.00000083 +ツルネン 0.00000046 +ツレ 0.00000009 +ツンと 0.00000018 +ツンドラ 0.00000037 +ツー 0.00000275 +ツーソン 0.00000037 +ツートン 0.00000009 +ツーラン 0.00000073 +ツーリスト 0.00000248 +ツーリストビザ 0.00000018 +ツーリズム 0.00000211 +ツーリング 0.00000046 +ツール 0.00000825 +ツールバー 0.00000009 +ツーン 0.00000009 +ツ星 0.00000018 +ヅカファン 0.00000009 +ヅラ 0.00000009 +テ 0.00000037 +テアーノー 0.00000009 +ティ 0.00000064 +ティアナ 0.00000092 +ティアニー 0.00000046 +ティアラ 0.00000055 +ティアンチャイ 0.00000037 +ティアーズ 0.00000018 +ティエ 0.00000018 +ティエラ 0.00000009 +ティエリー 0.00000009 +ティエンポ 0.00000009 +ティカル 0.00000028 +ティガー 0.00000009 +ティク 0.00000018 +ティクリット 0.00000028 +ティクリート 0.00000037 +ティシコフ 0.00000018 +ティシュコフ 0.00000009 +ティシュペーパー 0.00000009 +ティジー 0.00000009 +ティスト 0.00000009 +ティスベ 0.00000009 +ティターニア 0.00000119 +ティックローン 0.00000083 +ティッシュ 0.00000385 +ティッシュマン 0.00000018 +ティッシュー 0.00000009 +ティツィアーノ 0.00000046 +ティトゥス 0.00000009 +ティナ 0.00000101 +ティバルト 0.00000321 +ティビチ 0.00000009 +ティファニー 0.00000138 +ティプ 0.00000028 +ティボリ 0.00000018 +ティマ 0.00000028 +ティミソアラ 0.00000028 +ティム 0.00000862 +ティムス 0.00000009 +ティムズ 0.00000018 +ティムール 0.00000009 +ティモシー 0.00000055 +ティモソアラ 0.00000018 +ティモール 0.00000009 +ティヤール 0.00000009 +ティラノ 0.00000009 +ティラノサウルス 0.00000092 +ティラピア 0.00000009 +ティラミス 0.00000018 +ティラール 0.00000009 +ティリヒ 0.00000018 +ティリュンス 0.00000009 +ティリー 0.00000009 +ティレル 0.00000018 +ティローバ 0.00000028 +ティントレット 0.00000009 +ティンブクトゥ 0.00000018 +ティー 0.00000523 +ティーク 0.00000009 +ティーケーキ 0.00000009 +ティーチ 0.00000009 +ティーチャー 0.00000018 +ティーチング 0.00000092 +ティートーノス 0.00000018 +ティーナ 0.00000018 +ティーポット 0.00000046 +ティーム 0.00000009 +ティーン 0.00000055 +ティーンエイジ 0.00000028 +ティーンエイジャー 0.00000293 +ティーンエージャー 0.00000477 +テイ 0.00000028 +テイク 0.00000101 +テイクアウト 0.00000092 +テイクオフ 0.00000009 +テイジ 0.00000037 +テイスティング 0.00000073 +テイスト 0.00000092 +テイチク 0.00000009 +テイト 0.00000028 +テイモア 0.00000009 +テイラー 0.00000110 +テイル 0.00000009 +テインドーイ 0.00000009 +テウク 0.00000009 +テウクロス 0.00000028 +テウセル 0.00000009 +テウンズ 0.00000028 +テオ 0.00000018 +テカテ 0.00000009 +テカテカ 0.00000037 +テガケタ 0.00000009 +テキ 0.00000009 +テキサス 0.00001183 +テキスタイル 0.00000046 +テキスト 0.00001082 +テキパキ 0.00000018 +テキヤ 0.00000083 +テキーラ 0.00000046 +テク 0.00000009 +テクストル 0.00000009 +テクニカル 0.00000092 +テクニカルアーティスト 0.00000009 +テクニカルディレクター 0.00000018 +テクニカルフォーラム 0.00000009 +テクニカルライター 0.00000009 +テクニクス 0.00000009 +テクニシャン 0.00000009 +テクニック 0.00000541 +テクノ 0.00000211 +テクノロジィ 0.00000009 +テクノロジカル 0.00000009 +テクノロジー 0.00001229 +テクノロジーズ 0.00000018 +テクノロジーラボ 0.00000009 +テクメーッサ 0.00000009 +テクル 0.00000018 +テクロノジー 0.00000009 +テグ 0.00000046 +テグシガルパ 0.00000018 +テグジュペリ 0.00000064 +テグレ 0.00000009 +テコ 0.00000009 +テコンドー 0.00000174 +テシ 0.00000037 +テス 0.00000028 +テスコム 0.00000009 +テスタ 0.00000046 +テスター 0.00000009 +テスティナ 0.00000028 +テスティモ 0.00000009 +テスティング 0.00000009 +テスト 0.00003714 +テスラ 0.00000037 +テック 0.00000018 +テッシオン 0.00000028 +テッシュ 0.00000018 +テッド 0.00000248 +テツ 0.00000018 +テツコ 0.00000009 +テツボー 0.00000009 +テツヤ 0.00000009 +テティス 0.00000119 +テディ 0.00000193 +テディベア 0.00000293 +テディベアズ 0.00000028 +テディーベア 0.00000028 +テディーベアー 0.00000018 +テト 0.00000046 +テトラヒドロカンナビノール 0.00000009 +テトリス 0.00000009 +テトリー 0.00000009 +テトレー 0.00000009 +テナント 0.00000073 +テナー 0.00000101 +テニス 0.00001706 +テニスチーム 0.00000009 +テニストーナメント 0.00000028 +テニソン 0.00000009 +テネシー 0.00000312 +テネット 0.00000009 +テネドス 0.00000083 +テネリフェ 0.00000009 +テネント 0.00000009 +テノフォ 0.00000009 +テノール 0.00000119 +テハノ 0.00000018 +テフロン 0.00000009 +テヘラン 0.00000183 +テボン 0.00000009 +テポドン 0.00000046 +テミス 0.00000009 +テムザック 0.00000028 +テムジン 0.00000128 +テムズ 0.00000092 +テモピュライ 0.00000009 +テュニカ 0.00000009 +テュンダレ 0.00000037 +テューダー 0.00000009 +テューンズ 0.00000009 +テラコッタ 0.00000037 +テラス 0.00000183 +テラバイト 0.00000028 +テラヘルツ 0.00000046 +テラル 0.00000009 +テラワダ 0.00000009 +テランガ 0.00000028 +テラー 0.00000018 +テリ 0.00000128 +テリア 0.00000046 +テリトリー 0.00000009 +テリヤ 0.00000009 +テリヤキ 0.00000018 +テリー 0.00000339 +テル 0.00000073 +テルアビブ 0.00000046 +テルグ 0.00000009 +テルシテス 0.00000009 +テルストラ 0.00000009 +テルマール 0.00000009 +テルモードーン 0.00000018 +テルー 0.00000009 +テレ 0.00000046 +テレカ 0.00000211 +テレクラ 0.00000073 +テレグラフ 0.00000046 +テレコミュニケーション 0.00000018 +テレコム 0.00000193 +テレサ 0.00000459 +テレジア 0.00000009 +テレス 0.00000193 +テレスコープ 0.00000009 +テレックス 0.00000009 +テレニュース 0.00000009 +テレノイド 0.00000046 +テレパシー 0.00000018 +テレヒ 0.00000009 +テレビ 0.00022540 +テレビジョン 0.00000028 +テレビスター 0.00000018 +テレフォン 0.00000073 +テレフタル 0.00000009 +テレホン 0.00000229 +テレポート 0.00000009 +テレマコス 0.00000018 +テレマーケティング 0.00000009 +テレワーク 0.00000037 +テレンス 0.00000028 +テロ 0.00004411 +テロップ 0.00000009 +テロメア 0.00000128 +テロメラーゼ 0.00000046 +テロリスト 0.00001376 +テロリズム 0.00000193 +テン 0.00000202 +テンアン 0.00000009 +テンコー 0.00000009 +テンサイ 0.00000009 +テンション 0.00000028 +テンシン 0.00000037 +テンジョン 0.00000009 +テンジン 0.00000028 +テンセル 0.00000009 +テンソル 0.00000009 +テンダー 0.00000073 +テンダーロイン 0.00000009 +テント 0.00000853 +テンプ 0.00000028 +テンプラ 0.00000028 +テンプル 0.00000110 +テンプルトン 0.00000009 +テンプレート 0.00000046 +テンポ 0.00000266 +テンマ 0.00000037 +テース 0.00000037 +テースティング 0.00000009 +テーセウス 0.00000046 +テーゼ 0.00000009 +テート 0.00000018 +テーニルス 0.00000009 +テーパー 0.00000009 +テーブル 0.00004759 +テープ 0.00001366 +テーベ 0.00000119 +テーマ 0.00005007 +テーマランド 0.00000009 +テームズ 0.00000046 +テーラー 0.00000018 +テール 0.00000009 +テーレ 0.00000028 +デ 0.00000477 +デア 0.00000083 +ディ 0.00000009 +ディア 0.00000119 +ディアス 0.00000083 +ディアズ 0.00000028 +ディアナ 0.00000009 +ディアロ 0.00000018 +ディウフ 0.00000028 +ディェメノヴカ 0.00000009 +ディエゴ 0.00000028 +ディオ 0.00000514 +ディオニューソス 0.00000009 +ディオプ 0.00000028 +ディオン 0.00000046 +ディオール 0.00000037 +ディカプリオ 0.00000110 +ディガ 0.00000009 +ディガート 0.00000009 +ディキンソン 0.00000028 +ディクショナリー 0.00000028 +ディクシー 0.00000028 +ディクソン 0.00000037 +ディケンズ 0.00000110 +ディジョン 0.00000028 +ディジー 0.00000018 +ディス 0.00000055 +ディスイズアペン 0.00000009 +ディスカウント 0.00000156 +ディスカッション 0.00000284 +ディスカバリー 0.00000413 +ディスカバー 0.00000018 +ディスガスティング 0.00000018 +ディスク 0.00000917 +ディスクマン 0.00000037 +ディスコ 0.00000743 +ディスコグラフィ 0.00000009 +ディスコソング 0.00000009 +ディスタンス 0.00000009 +ディストリビューション 0.00000073 +ディストリビューター 0.00000009 +ディスニーランド 0.00000009 +ディスプレイ 0.00000092 +ディスプレー 0.00000550 +ディスペンサー 0.00000009 +ディスポ 0.00000018 +ディスポーザル 0.00000009 +ディズニー 0.00001944 +ディセプティコン 0.00000028 +ディゾン 0.00000009 +ディッキー 0.00000018 +ディック 0.00000312 +ディッシュ 0.00000110 +ディッパー 0.00000009 +ディップ 0.00000028 +ディテール 0.00000028 +ディド 0.00000009 +ディナ 0.00000009 +ディナー 0.00000908 +ディナール 0.00000028 +ディネジャド 0.00000009 +ディネン 0.00000009 +ディノ 0.00000009 +ディノニクス 0.00000009 +ディノーラ 0.00000009 +ディバイド 0.00000018 +ディバイン 0.00000018 +ディパーテッド 0.00000055 +ディビジョン 0.00000009 +ディビス 0.00000018 +ディビット 0.00000009 +ディビッド 0.00000037 +ディピエトロ 0.00000055 +ディフェンス 0.00000119 +ディフェンダー 0.00000128 +ディフェンディング 0.00000009 +ディブ 0.00000009 +ディブック 0.00000009 +ディプリバン 0.00000009 +ディベロップメント 0.00000028 +ディベーター 0.00000009 +ディベート 0.00000394 +ディマ 0.00000028 +ディマジオ 0.00000073 +ディミートリアス 0.00000266 +ディライト 0.00000009 +ディラン 0.00000028 +ディリ 0.00000009 +ディリマン 0.00000009 +ディリンガム 0.00000046 +ディル 0.00000018 +ディルクス 0.00000128 +ディルハム 0.00000028 +ディルバア 0.00000009 +ディルバー 0.00000009 +ディルバート 0.00000009 +ディレクター 0.00000440 +ディレクターズ 0.00000009 +ディレクトリ 0.00000083 +ディレッタント 0.00000009 +ディロン 0.00000110 +ディン 0.00000119 +ディヴォイ 0.00000018 +ディー 0.00000055 +ディーガン 0.00000009 +ディーコネス 0.00000009 +ディーコン 0.00000009 +ディーサ 0.00000018 +ディーズ 0.00000037 +ディーセンハウゼン 0.00000009 +ディーゼル 0.00000257 +ディーゼンハウゼン 0.00000009 +ディーツ 0.00000018 +ディーナ 0.00000009 +ディーニュ 0.00000009 +ディープ 0.00000183 +ディープキス 0.00000009 +ディープティッシュ 0.00000009 +ディーラー 0.00000202 +ディーン 0.00000229 +ディー・アンド・ 0.00000018 +デイ 0.00000550 +デイアズ 0.00000009 +デイガン 0.00000018 +デイケア 0.00000055 +デイジー 0.00000193 +デイズ 0.00000055 +デイップス 0.00000009 +デイト 0.00000009 +デイトナ 0.00000009 +デイトレード 0.00000009 +デイトン 0.00000009 +デイドリーム 0.00000009 +デイバル 0.00000009 +デイビス 0.00000202 +デイビット 0.00000028 +デイビッド 0.00000624 +デイビー 0.00000009 +デイブ 0.00000257 +デイベート 0.00000009 +デイム 0.00000037 +デイモン 0.00000018 +デイリー 0.00000248 +デイル 0.00000018 +デイヴィ 0.00000064 +デイヴィアン 0.00000028 +デイヴィス 0.00000009 +デイヴィズ 0.00000037 +デイヴィソン 0.00000009 +デイヴィッド 0.00000046 +デイヴィド 0.00000037 +デウス 0.00000064 +デエステ 0.00000009 +デオキシコフォマイシン 0.00000009 +デオドラント 0.00000018 +デカ 0.00000064 +デカルト 0.00000073 +デカン 0.00000009 +デカンター 0.00000073 +デクリメント 0.00000009 +デクレール 0.00000009 +デコ 0.00000083 +デコイ 0.00000009 +デコケーキ 0.00000009 +デコスキー 0.00000018 +デコッティ 0.00000018 +デコパージュ 0.00000055 +デコボコ 0.00000018 +デコレーション 0.00000092 +デコレーター 0.00000028 +デコレーテッド 0.00000028 +デコーダ 0.00000009 +デコート 0.00000009 +デゴイチ 0.00000009 +デサム 0.00000009 +デサムダ 0.00000018 +デサント 0.00000055 +デザイナー 0.00001348 +デザイナーズ 0.00000018 +デザイン 0.00005383 +デザート 0.00000945 +デシジョン 0.00000009 +デシタル 0.00000009 +デシベル 0.00000018 +デシマ 0.00000009 +デシリットル 0.00000018 +デシルバ 0.00000110 +デジカメ 0.00000073 +デジタル 0.00002586 +デジテル 0.00000009 +デジムス 0.00000009 +デジャネイロ 0.00000009 +デジャヴ 0.00000064 +デジュン 0.00000037 +デス 0.00000037 +デスカラ 0.00000009 +デスク 0.00000284 +デスクトップ 0.00000128 +デスクヘ 0.00000009 +デスクワーク 0.00000046 +デスティニー 0.00000028 +デスティニーズ 0.00000009 +デスト 0.00000009 +デズデモーナ 0.00000009 +デズモンド 0.00000009 +デタラメ 0.00000046 +デッキ 0.00000532 +デッキボーイ 0.00000009 +デックス 0.00000009 +デッサン 0.00000046 +デッチアゲ 0.00000009 +デッド 0.00000110 +デッドロック 0.00000037 +デップ 0.00000092 +デッラ 0.00000009 +デディベア 0.00000009 +デトロイト 0.00000220 +デドリック 0.00000009 +デナム 0.00000009 +デニコラ 0.00000009 +デニス 0.00000183 +デニム 0.00000046 +デニーズ 0.00000046 +デニーロ 0.00000018 +デバイス 0.00000110 +デバイド 0.00000046 +デバッガ 0.00000193 +デバッグ 0.00000147 +デパ 0.00000165 +デパチカ 0.00000018 +デパー 0.00000009 +デパート 0.00002008 +デビ 0.00000009 +デビット 0.00000147 +デビッド 0.00000523 +デビュー 0.00002824 +デビューシングル 0.00000083 +デビル 0.00000266 +デビルズ 0.00000064 +デビルド 0.00000009 +デビルマン 0.00000055 +デビン 0.00000009 +デビー 0.00000101 +デフォルト 0.00000083 +デフォルトモード 0.00000009 +デフォルメ 0.00000009 +デフリン 0.00000028 +デフレ 0.00000092 +デフレスパイラル 0.00000018 +デブ 0.00000092 +デブラ 0.00000028 +デブリ 0.00000028 +デヘイブン 0.00000028 +デベロッパ 0.00000018 +デベロッパー 0.00000009 +デベロプメント 0.00000009 +デベンドラ 0.00000009 +デボラ 0.00000055 +デボン 0.00000055 +デボーショナル 0.00000009 +デボーション 0.00000009 +デポ 0.00000009 +デポジット 0.00000055 +デマ 0.00000064 +デマン 0.00000009 +デマンド 0.00000018 +デミ 0.00000009 +デミグラス 0.00000009 +デミタス 0.00000018 +デミタッセ 0.00000009 +デミング 0.00000028 +デメクサ 0.00000018 +デメリット 0.00000046 +デメンティエワ 0.00000028 +デモ 0.00001550 +デモイン 0.00000018 +デモクラシー 0.00000028 +デモクラット 0.00000009 +デモクリトス 0.00000174 +デモス 0.00000009 +デモテープ 0.00000046 +デモリール 0.00000009 +デモンストレーション 0.00000128 +デモンストレーター 0.00000028 +デヤン 0.00000009 +デュアメル 0.00000028 +デュアル 0.00000165 +デュエット 0.00000138 +デュオ 0.00000138 +デュカーレ 0.00000028 +デュケット 0.00000009 +デュスコ 0.00000009 +デュッセルドルフ 0.00000037 +デュナン 0.00000028 +デュパン 0.00000174 +デュフィ 0.00000018 +デュポン 0.00000055 +デュモン 0.00000037 +デュラン 0.00000018 +デュラント 0.00000009 +デュレット 0.00000119 +デュロン 0.00000009 +デューイ 0.00000028 +デューク 0.00000128 +デュークス 0.00000009 +デューダ 0.00000009 +デューラー 0.00000009 +デュールヴー 0.00000009 +デラ 0.00000468 +デラウェア 0.00000055 +デラクール 0.00000064 +デラック 0.00000009 +デラックス 0.00000037 +デラノ 0.00000009 +デラルテ 0.00000009 +デリカテッセン 0.00000009 +デリガティ 0.00000009 +デリケート 0.00000257 +デリシャス 0.00000009 +デリック 0.00000018 +デリノエ 0.00000009 +デリバティブ 0.00000046 +デリバリー 0.00000028 +デリマ 0.00000064 +デリル 0.00000009 +デリン 0.00000009 +デリンジャー 0.00000101 +デリー 0.00000092 +デル 0.00000156 +デルス 0.00000028 +デルセ 0.00000018 +デルタ 0.00000083 +デルタラクトン 0.00000018 +デルナー 0.00000009 +デルファイ 0.00000037 +デルポトロ 0.00000009 +デルマタン 0.00000018 +デルモニコ 0.00000018 +デルレイ 0.00000009 +デレク 0.00000018 +デレクター 0.00000009 +デレーン 0.00000009 +デロレンツォ 0.00000037 +デン 0.00000046 +デング 0.00000257 +デンゼル 0.00000018 +デンタル 0.00000046 +デンチ 0.00000009 +デンツァー 0.00000018 +デント 0.00000009 +デンバー 0.00000156 +デンパサール 0.00000018 +デンプン 0.00000064 +デンマルク 0.00000037 +デンマン 0.00000009 +デンマーク 0.00000945 +デンヴァー 0.00000284 +デヴァイン 0.00000009 +デヴィ 0.00000110 +デヴィッド 0.00000046 +デヴィド 0.00000009 +デヴォンシア 0.00000009 +デヴリン 0.00000009 +デヴロー 0.00000009 +デ・ 0.00000092 +デ・リッチ 0.00000018 +デー 0.00001641 +デーイ 0.00000101 +デーイダメイア 0.00000018 +デース 0.00000596 +データ 0.00004824 +データベース 0.00000559 +データー 0.00000018 +デーツ 0.00000009 +デーティング 0.00000073 +デート 0.00004503 +デービス 0.00000339 +デービット 0.00000055 +デービッド 0.00000440 +デーブ 0.00000064 +デーメーテール 0.00000009 +デーモン 0.00000193 +デーリマ 0.00000009 +デーリー 0.00000028 +デール 0.00000266 +デーロス 0.00000037 +デーン 0.00000018 +デーヴィス 0.00000028 +ト 0.00000037 +トアロード 0.00000009 +トイ 0.00000055 +トイザ 0.00000018 +トイザらス 0.00000009 +トイザラス 0.00000009 +トイセル 0.00000009 +トイレ 0.00004457 +トイレット 0.00000248 +トイレロール 0.00000009 +トゥ 0.00000092 +トゥアレグ 0.00000009 +トゥィードル 0.00000018 +トゥィードルダム 0.00000202 +トゥィードルディー 0.00000083 +トゥイードルディー 0.00000009 +トゥウィンクル 0.00000009 +トゥエイン 0.00000009 +トゥエニー 0.00000009 +トゥエンティ 0.00000009 +トゥガン 0.00000009 +トゥキュディデス 0.00000009 +トゥギャザー 0.00000009 +トゥク 0.00000009 +トゥダンサー 0.00000009 +トゥデイ 0.00000018 +トゥモロー 0.00000009 +トゥモローランド 0.00000009 +トゥリエツ 0.00000009 +トゥリン 0.00000147 +トゥルカナ 0.00000009 +トゥルカレム 0.00000009 +トゥルク 0.00000009 +トゥルドー 0.00000018 +トゥルー 0.00000028 +トゥルーイット 0.00000046 +トゥルーリ 0.00000018 +トゥロン 0.00000055 +トゥン 0.00000009 +トゥー 0.00000037 +トゥーイ 0.00000055 +トゥーガス 0.00000009 +トゥーソン 0.00000064 +トゥーペロ 0.00000009 +トゥーム 0.00000046 +トゥーランドット 0.00000037 +トゥール 0.00000009 +トウェア 0.00000009 +トウェイン 0.00000018 +トウエイン 0.00000009 +トウガネ 0.00000009 +トウガネイ 0.00000018 +トウガラシ 0.00000009 +トウキョウ 0.00000018 +トウコウ 0.00000018 +トウシン 0.00000009 +トウシンソウ 0.00000055 +トウセキ 0.00000009 +トウデ 0.00000009 +トウヒ 0.00000055 +トウビン 0.00000009 +トウフィリアス 0.00000009 +トウモロコシ 0.00000596 +トウル 0.00000028 +トウワ 0.00000009 +トウーム 0.00000009 +トエニ 0.00000009 +トオル 0.00000009 +トカゲ 0.00000138 +トカラ 0.00000018 +トガリネズミ 0.00000009 +トキ 0.00000339 +トキオ 0.00000009 +トキメキ 0.00000028 +トキワガシ 0.00000009 +トク 0.00000009 +トクト 0.00000009 +トクラ 0.00000083 +トグラ 0.00000028 +トケイソウ 0.00000018 +トゲ 0.00000055 +トゲトゲ 0.00000009 +トコトコ 0.00000028 +トシ 0.00000009 +トシオ 0.00000211 +トシオトシ 0.00000009 +トス 0.00000009 +トスカナ 0.00000037 +トスカーナ 0.00000028 +トステム 0.00000018 +トタン 0.00000028 +トチノキ 0.00000018 +トチロー 0.00000028 +トッティ 0.00000009 +トット 0.00000009 +トットナム 0.00000028 +トッド 0.00000119 +トッパン・ 0.00000009 +トッパー 0.00000055 +トッピング 0.00000147 +トップ 0.00004640 +トップレス 0.00000028 +トツトツ 0.00000018 +トテナム 0.00000037 +トト 0.00000917 +トトロ 0.00000083 +トド 0.00000073 +トドマツ 0.00000009 +トナカイ 0.00000211 +トニ 0.00000018 +トニア 0.00000009 +トニック 0.00000009 +トニヤ 0.00000018 +トニー 0.00001311 +トネリコ 0.00000018 +トノン 0.00000009 +トバゴ 0.00000028 +トビ 0.00000046 +トビウオ 0.00000046 +トビリシ 0.00000018 +トビー 0.00000128 +トピエリ 0.00000037 +トピック 0.00000183 +トピックショー 0.00000018 +トピックス 0.00000055 +トフトガード 0.00000037 +トプカピ 0.00000009 +トプカプ 0.00000028 +トホホ 0.00000018 +トボトボ 0.00000009 +トポグラフィー 0.00000018 +トポロジカル 0.00000009 +トマシニズ 0.00000009 +トマシュ 0.00000009 +トマス 0.00000110 +トマティーナ 0.00000101 +トマト 0.00001073 +トマール 0.00000009 +トミ 0.00000009 +トミカ 0.00000110 +トミカシリーズ 0.00000009 +トミタ 0.00000009 +トミタタマヨ 0.00000009 +トミー 0.00004227 +トム 0.00002008 +トムソン 0.00000018 +トムリン 0.00000009 +トモコ 0.00000101 +トモユキ 0.00000009 +トモヨ 0.00000018 +トモ子 0.00000028 +トュリエツ 0.00000018 +トュル 0.00000009 +トヨタ 0.00001797 +トヨタカップ 0.00000073 +トヨタメタポリス 0.00000009 +トラ 0.00000569 +トライ 0.00000275 +トライアウト 0.00000018 +トライアスロン 0.00000119 +トライアル 0.00000101 +トライアルレッスン 0.00000018 +トライアングル 0.00000009 +トライシェ 0.00000018 +トライスター 0.00000009 +トライバリズム 0.00000009 +トライベッカ 0.00000028 +トライミー 0.00000009 +トライリンガル 0.00000018 +トラウビス 0.00000018 +トラウマ 0.00000064 +トラキア 0.00000018 +トラクター 0.00000064 +トラシュメデス 0.00000009 +トラシュメー 0.00000083 +トラジメーネ 0.00000009 +トラス 0.00000009 +トラスト 0.00000147 +トラック 0.00001632 +トラッシュ 0.00000587 +トラッツベルク 0.00000009 +トラッド 0.00000009 +トラップ 0.00000028 +トラディショナル 0.00000009 +トラバース 0.00000009 +トラビィス 0.00000018 +トラビス 0.00000009 +トラフ 0.00000009 +トラファルガー 0.00000037 +トラフィック 0.00000028 +トラフグ 0.00000092 +トラフル 0.00000009 +トラブ 0.00000018 +トラブッタら 0.00000009 +トラブル 0.00002467 +トラベラーズ 0.00000202 +トラベリング 0.00000009 +トラベル 0.00000092 +トラベルド 0.00000037 +トラベロッジ 0.00000018 +トラペジウム 0.00000009 +トラム 0.00000018 +トラヤ 0.00000009 +トラン 0.00000110 +トランク 0.00000101 +トランクス 0.00000009 +トランザクション 0.00000028 +トランシルバニア 0.00000028 +トランシルヴァニア 0.00000055 +トランジスタ 0.00000147 +トランジット 0.00000073 +トランス 0.00000156 +トランスジェニック 0.00000009 +トランスファー 0.00000009 +トランスフォーマー 0.00000028 +トランスポーター 0.00000009 +トランスポーテーション 0.00000009 +トランスミッション 0.00000028 +トランスミッター 0.00000009 +トランスレーション 0.00000018 +トランド 0.00000009 +トランブリー 0.00000009 +トランプ 0.00000385 +トランペット 0.00000165 +トランポリン 0.00000018 +トラン・ 0.00000009 +トラヴィス 0.00000028 +トラーキア 0.00000037 +トリ 0.00000046 +トリアノン 0.00000018 +トリアージ 0.00000009 +トリオ 0.00000037 +トリガラ 0.00000009 +トリガー 0.00000018 +トリゲル 0.00000009 +トリシア 0.00000009 +トリシェ 0.00000009 +トリジェニス 0.00000367 +トリスキ 0.00000009 +トリダニック 0.00000055 +トリック 0.00000275 +トリックス 0.00000009 +トリッティン 0.00000009 +トリップ 0.00000073 +トリトン 0.00000009 +トリニダード 0.00000055 +トリニティ 0.00000018 +トリニティー 0.00000028 +トリネコ 0.00000018 +トリノ 0.00000770 +トリハロメタン 0.00000009 +トリバー 0.00000009 +トリパーシ 0.00000018 +トリビア 0.00000073 +トリビュート 0.00000073 +トリビューン 0.00000009 +トリブバン 0.00000009 +トリプトファー 0.00000009 +トリプル 0.00000312 +トリプレ 0.00000009 +トリポリ 0.00000009 +トリマー 0.00000009 +トリミング 0.00000046 +トリム 0.00000018 +トリモチ 0.00000018 +トリュデーヌ 0.00000009 +トリュフ 0.00000238 +トリュフチョコレート 0.00000009 +トリリオン 0.00000009 +トリル 0.00000009 +トリンコマリィ 0.00000009 +トリンプ 0.00000018 +トリヴェリアン 0.00000156 +トリート 0.00000018 +トリートメント 0.00000073 +トリ肉 0.00000018 +トル 0.00000009 +トルカナ 0.00000009 +トルキスタン 0.00000009 +トルクメニスタン 0.00000018 +トルコ 0.00002164 +トルコギキョウ 0.00000009 +トルココーヒー 0.00000009 +トルコパン 0.00000009 +トルコファン 0.00000009 +トルコリーグ 0.00000018 +トルシエ 0.00000238 +トルストイ 0.00000028 +トルティーヤ 0.00000009 +トルティーヤチキン 0.00000009 +トルティーヤチップス 0.00000009 +トルテカ 0.00000018 +トルテージャ 0.00000009 +トルネード 0.00000037 +トルファン 0.00000009 +トルマリン 0.00000055 +トルン 0.00000018 +トルヴァルセン 0.00000009 +トルース 0.00000009 +トルーマン 0.00000083 +トレィ 0.00000009 +トレイ 0.00000110 +トレイシー 0.00000037 +トレイバー 0.00000018 +トレイル 0.00000028 +トレイン 0.00000055 +トレジャー 0.00000046 +トレッキング 0.00000110 +トレック 0.00000055 +トレッスル 0.00000018 +トレッド 0.00000046 +トレド 0.00000009 +トレハン 0.00000028 +トレバー 0.00000055 +トレビ 0.00000092 +トレビス 0.00000009 +トレブリンカ 0.00000009 +トレプトー 0.00000018 +トレベリ 0.00000009 +トレポフ 0.00000009 +トレマー 0.00000009 +トレモロ 0.00000009 +トレローニー 0.00000266 +トレンチ 0.00000009 +トレンディ 0.00000055 +トレンディドラマ 0.00000009 +トレンディー 0.00000037 +トレント 0.00000028 +トレンド 0.00000348 +トレンブル 0.00000009 +トレー 0.00000083 +トレーサビリティー 0.00000018 +トレーシング 0.00000009 +トレーシー 0.00000073 +トレース 0.00000037 +トレーダー 0.00000092 +トレーディング 0.00000028 +トレード 0.00000449 +トレーナー 0.00000376 +トレーニン 0.00000009 +トレーニング 0.00002219 +トレーブ 0.00000009 +トレーラー 0.00000128 +トレーヴァ 0.00000092 +トロ 0.00000055 +トロイ 0.00000128 +トロイア 0.00002779 +トロケ 0.00000009 +トロストル 0.00000018 +トロツキスト 0.00000018 +トロピカル 0.00000064 +トロピカルサイエンス 0.00000009 +トロピカルストーム 0.00000009 +トロピカーナ 0.00000046 +トロフィー 0.00000339 +トロミ 0.00000018 +トロリ 0.00000018 +トロリー 0.00000028 +トロン 0.00000018 +トロント 0.00000642 +トロンボーン 0.00000009 +トローチ 0.00000009 +トロール 0.00000018 +トワイフォード 0.00000101 +トワイライターズ 0.00000018 +トワイライト 0.00000064 +トワレ 0.00000018 +トン 0.00002210 +トンカチ 0.00000037 +トンカツ 0.00000064 +トンガ 0.00000046 +トンガリ 0.00000028 +トンキロ 0.00000009 +トンキン 0.00000009 +トンデモ 0.00000009 +トントン 0.00000028 +トンド 0.00000009 +トンネル 0.00001027 +トンビ 0.00000046 +トンプソン 0.00000275 +トンボ 0.00000257 +トンボス 0.00000009 +トンミ 0.00000018 +トンレ 0.00000009 +トンレサップ 0.00000009 +トー 0.00000009 +トーイック 0.00000028 +トーカー 0.00000009 +トーカーズ 0.00000009 +トーキョー 0.00000092 +トーキー 0.00000119 +トーク 0.00000321 +トークショー 0.00000101 +トークライン 0.00000009 +トークン 0.00000064 +トーザイ 0.00000018 +トージン 0.00000018 +トースキー 0.00000028 +トースター 0.00000110 +トースト 0.00000605 +トータリー 0.00000009 +トータル 0.00000202 +トーチ 0.00000009 +トーテム 0.00000009 +トード 0.00000009 +トーナメント 0.00000908 +トーニャ 0.00000009 +トーバル 0.00000018 +トーフ 0.00000018 +トーマス 0.00000605 +トーマスクック 0.00000009 +トーマスランド 0.00000009 +トーミー 0.00000009 +トーラル 0.00000037 +トーランス 0.00000009 +トーリ 0.00000028 +トーリー 0.00000009 +トール 0.00000046 +トールキン 0.00000055 +トーループ 0.00000028 +トーレ 0.00000009 +トーレス 0.00000028 +トーン 0.00000110 +トーヴァルズ 0.00000055 +トーヴェ 0.00000009 +ト書き 0.00000018 +ド 0.00000312 +ドア 0.00007006 +ドアティ 0.00000009 +ドアノブ 0.00000009 +ドアヘ 0.00000009 +ドアベル 0.00000009 +ドアマン 0.00000018 +ドイチェ 0.00000037 +ドイツ 0.00008382 +ドイモイ 0.00000009 +ドイル 0.00000110 +ドゥ 0.00000119 +ドゥアシア 0.00000018 +ドゥアルテ 0.00000009 +ドゥオモ 0.00000009 +ドゥジェイル 0.00000009 +ドゥジャイル 0.00000009 +ドゥラッツォ 0.00000009 +ドゥラン 0.00000018 +ドゥルマティン 0.00000009 +ドゥルー 0.00000009 +ドゥワイト 0.00000009 +ドゥー 0.00000037 +ドゥーダ 0.00000018 +ドゥードル 0.00000009 +ドゥービー 0.00000009 +ドゥーフ 0.00000018 +ドウ 0.00000101 +ドウアラ 0.00000009 +ドウブツウラナイ 0.00000009 +ドウロ 0.00000046 +ドオシテ 0.00000009 +ドカベン 0.00000037 +ドカン 0.00000018 +ドカーン 0.00000009 +ドガ 0.00000018 +ドガー 0.00000018 +ドキッ 0.00000064 +ドキドキ 0.00000367 +ドキュメンタリー 0.00001073 +ドキュメンテーション 0.00000009 +ドキュメント 0.00000183 +ドキリ 0.00000009 +ドギマギ 0.00000009 +ドギー 0.00000009 +ドク 0.00000092 +ドクター 0.00000431 +ドクダミ 0.00000009 +ドクトリン 0.00000009 +ドクロ 0.00000009 +ドク・ 0.00000009 +ドグマ 0.00000009 +ドコサヘキサエン 0.00000009 +ドコス 0.00000009 +ドコモ 0.00000376 +ドゴン 0.00000009 +ドゴール 0.00000018 +ドサッ 0.00000009 +ドサッと 0.00000028 +ドシン 0.00000037 +ドシンドシン 0.00000009 +ドシーン 0.00000009 +ドジ 0.00000055 +ドジェ 0.00000009 +ドジャー 0.00000055 +ドジャース 0.00000211 +ドジャーズ 0.00000009 +ドジョウ 0.00000119 +ドス 0.00000055 +ドスッド 0.00000009 +ドストエフスキー 0.00000028 +ドスン 0.00000046 +ドスンドスン 0.00000009 +ドタ 0.00000009 +ドタキャン 0.00000018 +ドタバタ 0.00000046 +ドダー 0.00000009 +ドチザメ 0.00000018 +ドッと 0.00000083 +ドッカーン 0.00000009 +ドッキリ 0.00000009 +ドッキング 0.00000174 +ドック 0.00000110 +ドックン 0.00000028 +ドッグ 0.00000468 +ドッグウェア 0.00000009 +ドッグス 0.00000064 +ドッグラン 0.00000018 +ドッグル 0.00000018 +ドッサーニ 0.00000009 +ドッジ 0.00000018 +ドッジボール 0.00000009 +ドッティ 0.00000018 +ドット 0.00000202 +ドッド 0.00000009 +ドップラー 0.00000064 +ドディ 0.00000009 +ドディー 0.00000028 +ドナ 0.00000156 +ドナウ 0.00000046 +ドナテラ 0.00000009 +ドナルド 0.00000165 +ドナルドダック 0.00000009 +ドナー 0.00000376 +ドニソープ 0.00000018 +ドニー 0.00000018 +ドヌール 0.00000009 +ドネリー 0.00000101 +ドネル 0.00000009 +ドネルケバブ 0.00000018 +ドノバン 0.00000009 +ドハティー 0.00000009 +ドバイ 0.00000266 +ドバイス 0.00000009 +ドバドバ 0.00000018 +ドビー 0.00000028 +ドブ 0.00000018 +ドブロブニク 0.00000018 +ドヘスフスキー 0.00000009 +ドボンと 0.00000009 +ドポテト 0.00000018 +ドミトリー 0.00000028 +ドミニカ 0.00000266 +ドミニク 0.00000037 +ドミニック 0.00000009 +ドミノ 0.00000101 +ドミノコ 0.00000009 +ドミンゴ 0.00000046 +ドミートリ 0.00000009 +ドムナック 0.00000028 +ドムニア 0.00000009 +ドメ 0.00000009 +ドメイン 0.00000257 +ドメスティック 0.00000009 +ドメネク 0.00000009 +ドヤ 0.00000009 +ドュ 0.00000009 +ドュエニャス 0.00000055 +ドュプタ 0.00000009 +ドラ 0.00000064 +ドラえもん 0.00000532 +ドライ 0.00000330 +ドライアイ 0.00000018 +ドライアイス 0.00000018 +ドライアプリコット 0.00000009 +ドライス 0.00000009 +ドライト 0.00000009 +ドライバ 0.00000037 +ドライバー 0.00001302 +ドライビング 0.00000028 +ドライフラワー 0.00000073 +ドライフルーツ 0.00000018 +ドライフード 0.00000009 +ドライブ 0.00000715 +ドライブーム 0.00000009 +ドライプルーン 0.00000009 +ドライヤー 0.00000110 +ドラガノフ 0.00000028 +ドラガー 0.00000009 +ドラキュラ 0.00000358 +ドラギ 0.00000009 +ドラギッツァ 0.00000055 +ドラクエ 0.00000009 +ドラクスラー 0.00000046 +ドラクロワ 0.00000009 +ドラゴン 0.00000798 +ドラゴンズ 0.00000523 +ドラゴンポール 0.00000009 +ドラジャー 0.00000028 +ドラセナ 0.00000009 +ドラッカー 0.00000009 +ドラック 0.00000009 +ドラッグ 0.00000257 +ドラッグストア 0.00000147 +ドラド 0.00000009 +ドラフト 0.00000220 +ドラマ 0.00004301 +ドラマギルド 0.00000009 +ドラマチック 0.00000403 +ドラマー 0.00000037 +ドラム 0.00000312 +ドラリオン 0.00000009 +ドラン 0.00000009 +ドランカー 0.00000018 +ドラーリング 0.00000037 +ドリ 0.00000037 +ドリアン 0.00000018 +ドリカム 0.00000009 +ドリス 0.00000046 +ドリップ 0.00000018 +ドリトル 0.00000009 +ドリフターズ 0.00000073 +ドリブル 0.00000046 +ドリュー 0.00000009 +ドリル 0.00000138 +ドリンク 0.00000550 +ドリンクバー 0.00000009 +ドリング 0.00000009 +ドリー 0.00000238 +ドリーム 0.00000440 +ドリームス 0.00000073 +ドリームズ 0.00000009 +ドル 0.00015828 +ドルも 0.00000028 +ドルガン 0.00000009 +ドルコル 0.00000018 +ドルスター 0.00000009 +ドルセ 0.00000018 +ドルック 0.00000046 +ドルトン 0.00000009 +ドルノート 0.00000009 +ドルピー 0.00000009 +ドルフィン 0.00000028 +ドルフィンキック 0.00000028 +ドルフィンセーフ 0.00000009 +ドルフィンワールド 0.00000018 +ドルフィー 0.00000018 +ドルプラス 0.00000009 +ドルマ 0.00000018 +ドルレート 0.00000018 +ドルワール 0.00000009 +ドルーズ 0.00000083 +ドル出 0.00000009 +ドレ 0.00000083 +ドレアック 0.00000028 +ドレイク 0.00000064 +ドレイナ 0.00000064 +ドレイバント 0.00000028 +ドレイパ 0.00000009 +ドレイパー 0.00000037 +ドレス 0.00001440 +ドレスデン 0.00000055 +ドレスド 0.00000009 +ドレッサー 0.00000055 +ドレッシング 0.00000257 +ドレッド 0.00000009 +ドレナージ 0.00000009 +ドレープ 0.00000018 +ドロ 0.00000046 +ドロシュケ 0.00000009 +ドロシー 0.00003329 +ドロッ 0.00000009 +ドロップ 0.00000183 +ドロドロ 0.00000018 +ドロボー 0.00000009 +ドロリ 0.00000009 +ドロンズ 0.00000009 +ドローイング 0.00000018 +ドローネ 0.00000009 +ドローネー 0.00000028 +ドローレス 0.00000009 +ドローン 0.00000138 +ドワン 0.00000009 +ドン 0.00000449 +ドンキホーテ 0.00000018 +ドンキー 0.00000009 +ドングリ 0.00000092 +ドンコイ 0.00000009 +ドンゴン 0.00000009 +ドンタコス 0.00000009 +ドンッと 0.00000009 +ドント 0.00000018 +ドンドコ 0.00000009 +ドンドン 0.00000055 +ドンナ 0.00000073 +ドンピシャリ 0.00000018 +ドンペリ 0.00000018 +ドンペリニョン 0.00000009 +ドンボリム 0.00000009 +ドンマイ 0.00000009 +ドン・ 0.00000009 +ド・ 0.00000018 +ドー 0.00000037 +ドーア 0.00000073 +ドーセット 0.00000009 +ドーソン 0.00000174 +ドードー 0.00000119 +ドーナッツ 0.00000018 +ドーナツ 0.00000193 +ドーハ 0.00000083 +ドーバー 0.00000064 +ドーパミン 0.00000147 +ドーピング 0.00000202 +ドーブツラナイ 0.00000009 +ドープ 0.00000009 +ドーム 0.00001284 +ドーラン 0.00000046 +ドーリア 0.00000018 +ドーリットル 0.00000009 +ドール 0.00000229 +ドールズ 0.00000018 +ドールド 0.00000009 +ドーン 0.00000119 +ドーンドーン 0.00000009 +ナ 0.00000101 +ナイ 0.00000009 +ナイアガラ 0.00000037 +ナイオビ 0.00000009 +ナイカ 0.00000009 +ナイキ 0.00000128 +ナイショ 0.00000009 +ナイジェリア 0.00001119 +ナイジェル 0.00000009 +ナイス 0.00000248 +ナイター 0.00000092 +ナイチン 0.00000009 +ナイチンゲール 0.00000486 +ナイツ 0.00000018 +ナイト 0.00000688 +ナイトウ 0.00000028 +ナイトガウン 0.00000009 +ナイトクルージング 0.00000009 +ナイトドレス 0.00000009 +ナイトライン 0.00000009 +ナイトレイ 0.00000018 +ナイバーグ 0.00000009 +ナイフ 0.00001155 +ナイラ 0.00000028 +ナイリー 0.00000009 +ナイル 0.00000238 +ナイロビ 0.00000275 +ナイロン 0.00000174 +ナイン 0.00000064 +ナイーブ 0.00000037 +ナウ 0.00000028 +ナウシカ 0.00000018 +ナオミ 0.00000028 +ナカ 0.00000009 +ナカガワ 0.00000009 +ナカタ 0.00000009 +ナカタニ 0.00000009 +ナカムラ 0.00000028 +ナカモト 0.00000009 +ナガ 0.00000009 +ナガイ 0.00000009 +ナガサキ 0.00000138 +ナガシマスカ 0.00000009 +ナガセビューティケア 0.00000009 +ナガタキ 0.00000009 +ナグリーン 0.00000009 +ナゲッツ 0.00000009 +ナゲット 0.00000055 +ナゴヤ 0.00000028 +ナサ 0.00000018 +ナサイ 0.00000009 +ナサケ 0.00000009 +ナサニエル 0.00000018 +ナザリーン 0.00000037 +ナザルバエフ 0.00000009 +ナザール 0.00000009 +ナシ 0.00000073 +ナシク 0.00000009 +ナシジ 0.00000046 +ナショナリスティック 0.00000009 +ナショナリスト 0.00000055 +ナショナリズム 0.00000183 +ナショナル 0.00000614 +ナショナルズ 0.00000064 +ナショナルデイ 0.00000009 +ナショナルデー 0.00000009 +ナシード 0.00000028 +ナジ 0.00000009 +ナス 0.00000083 +ナスカ 0.00000073 +ナスダック 0.00000028 +ナスララ 0.00000018 +ナスリーン 0.00000009 +ナズナ 0.00000009 +ナタ 0.00000009 +ナタデココ 0.00000037 +ナタニア 0.00000009 +ナタリア 0.00000083 +ナタリー 0.00000128 +ナターシャ 0.00000018 +ナタール 0.00000009 +ナダル 0.00000119 +ナチ 0.00000110 +ナチオス 0.00000018 +ナチス 0.00000367 +ナチスドイツ 0.00000046 +ナチュラボ 0.00000009 +ナチュラル 0.00000220 +ナチュラルズ 0.00000009 +ナチョ 0.00000009 +ナチョラ 0.00000046 +ナチョラピテクス 0.00000009 +ナックル 0.00000028 +ナッシュ 0.00000083 +ナッシング 0.00000009 +ナッソー 0.00000009 +ナッツ 0.00000321 +ナット 0.00000046 +ナップ 0.00000018 +ナップザック 0.00000009 +ナップスター 0.00000018 +ナツミアエ 0.00000009 +ナツメ 0.00000018 +ナツメグ 0.00000083 +ナツメヤシ 0.00000073 +ナディア 0.00000009 +ナディーン 0.00000009 +ナデシコ 0.00000009 +ナデナデ 0.00000028 +ナトリウム 0.00000174 +ナナ 0.00000028 +ナニ 0.00000009 +ナニルタ 0.00000009 +ナニー 0.00000073 +ナノ 0.00000147 +ナノキ 0.00000018 +ナノスケール 0.00000009 +ナノテクノロジー 0.00000092 +ナノデュウ 0.00000009 +ナノマシン 0.00000009 +ナノメートル 0.00000055 +ナノワイヤ 0.00000037 +ナバス 0.00000037 +ナバテア 0.00000018 +ナバプル 0.00000009 +ナバロ 0.00000037 +ナバーロ 0.00000028 +ナパ 0.00000073 +ナパーム 0.00000009 +ナビ 0.00000037 +ナビオス 0.00000009 +ナビゲーション 0.00000055 +ナビゲーター 0.00000073 +ナビゲート 0.00000009 +ナビス 0.00000028 +ナビスコ 0.00000037 +ナビマーク 0.00000028 +ナビル 0.00000018 +ナフキン 0.00000009 +ナフサ 0.00000018 +ナフツガー 0.00000037 +ナブラチロワ 0.00000073 +ナブルス 0.00000018 +ナプキン 0.00000257 +ナベ 0.00000037 +ナボルスキー 0.00000009 +ナポリ 0.00000477 +ナポリス 0.00000046 +ナポリタン 0.00000018 +ナポリターノ 0.00000128 +ナポリピザ 0.00000037 +ナポレオン 0.00000220 +ナポレオンズ 0.00000009 +ナマ 0.00000009 +ナマケモノ 0.00000018 +ナマコ 0.00000018 +ナマズ 0.00000064 +ナマンガ 0.00000009 +ナミ 0.00000028 +ナミビア 0.00000028 +ナム 0.00000018 +ナムゲル 0.00000018 +ナムコ 0.00000064 +ナムバリーン 0.00000009 +ナムプラー 0.00000018 +ナメクジ 0.00000018 +ナラ 0.00000009 +ナリシング 0.00000009 +ナリタ 0.00000018 +ナリッサ 0.00000009 +ナルシスト 0.00000037 +ナルト 0.00000009 +ナルニア 0.00000138 +ナレイン 0.00000009 +ナレシュ・ 0.00000009 +ナレーション 0.00000248 +ナレーター 0.00000101 +ナロン 0.00000009 +ナワジ 0.00000028 +ナン 0.00000174 +ナンカイ 0.00000009 +ナンキン 0.00000009 +ナンシィ 0.00000055 +ナンシー 0.00000348 +ナンジャクルル 0.00000037 +ナンジャタウン 0.00000009 +ナンズ 0.00000009 +ナンセン 0.00000018 +ナンセンス 0.00000183 +ナンダ 0.00000009 +ナンディ 0.00000009 +ナント 0.00000028 +ナンドルバル 0.00000009 +ナンノ 0.00000018 +ナンバー 0.00000624 +ナンバーズ 0.00000018 +ナンバーポータビリティ 0.00000092 +ナンパ 0.00000220 +ナンプラー 0.00000009 +ナンミン 0.00000018 +ナヴィーン 0.00000028 +ナー 0.00000009 +ナーイム 0.00000009 +ナース 0.00000183 +ナーディン 0.00000046 +ナードゥ 0.00000009 +ナーバス 0.00000009 +ナーマ 0.00000018 +ニ 0.00000064 +ニアス 0.00000028 +ニアン 0.00000009 +ニエト 0.00000009 +ニエリ 0.00000009 +ニエール 0.00000028 +ニオイ 0.00000165 +ニカ 0.00000009 +ニカス 0.00000798 +ニカブ 0.00000018 +ニカラグア 0.00000046 +ニガウリ 0.00000018 +ニガー 0.00000046 +ニキ 0.00000028 +ニキビ 0.00000064 +ニクソン 0.00000147 +ニクラウス 0.00000138 +ニクラス 0.00000009 +ニグロアート 0.00000018 +ニグロイド 0.00000009 +ニケ 0.00000018 +ニゲル 0.00000028 +ニコ 0.00000064 +ニコっと 0.00000018 +ニコチン 0.00000339 +ニコニコ 0.00000284 +ニコラ 0.00000110 +ニコラス 0.00000468 +ニコリ 0.00000055 +ニコル 0.00000018 +ニコルズ 0.00000037 +ニコルソン 0.00000055 +ニコン 0.00000138 +ニコール 0.00000110 +ニザーム 0.00000009 +ニシキゴイ 0.00000028 +ニシキヘビ 0.00000009 +ニシザワ 0.00000009 +ニシタマオ 0.00000009 +ニシン 0.00000193 +ニジェール 0.00000119 +ニジマス 0.00000018 +ニジンスキー 0.00000009 +ニス 0.00000018 +ニセ 0.00000018 +ニセインポ 0.00000009 +ニセコ 0.00000073 +ニセモノ 0.00000009 +ニタニタ 0.00000018 +ニタリクジラ 0.00000009 +ニチイ 0.00000009 +ニチボー 0.00000009 +ニッカ 0.00000009 +ニッカウィスキー 0.00000009 +ニッキー 0.00000018 +ニック 0.00000202 +ニックネーム 0.00000229 +ニッケイ 0.00000009 +ニッケル 0.00000064 +ニッコウ 0.00000009 +ニッコロ 0.00000037 +ニッサン 0.00000018 +ニッセン 0.00000037 +ニッタリ 0.00000009 +ニッチ 0.00000092 +ニッツ 0.00000009 +ニット 0.00000119 +ニットウェア 0.00000018 +ニットウエア 0.00000037 +ニッパレス 0.00000009 +ニッパー 0.00000009 +ニッポニア 0.00000018 +ニッポン 0.00000724 +ニトログリセリン 0.00000009 +ニナガワ 0.00000018 +ニネベ 0.00000009 +ニヒリズム 0.00000009 +ニプロ 0.00000009 +ニホン 0.00000220 +ニミッツ 0.00000009 +ニムダ 0.00000009 +ニモ 0.00000101 +ニャ 0.00000009 +ニャア 0.00000037 +ニャマ 0.00000009 +ニャン 0.00000018 +ニャン子 0.00000018 +ニャーニャー 0.00000009 +ニヤケタ 0.00000009 +ニヤッと 0.00000037 +ニヤニヤ 0.00000266 +ニヤリ 0.00000101 +ニュ− 0.00000009 +ニュアンス 0.00000431 +ニュウエル 0.00000009 +ニュウボデル 0.00000009 +ニュルンベルク 0.00000037 +ニュルンベルグ 0.00000037 +ニュン 0.00000009 +ニュー 0.00000789 +ニューアーク 0.00000018 +ニューイヤー 0.00000037 +ニューイングランド 0.00000119 +ニューウェル 0.00000018 +ニューエイジ 0.00000037 +ニューオリンズ 0.00000092 +ニューオーリンズ 0.00000403 +ニューカッスル 0.00000018 +ニューカマー 0.00000009 +ニューカム 0.00000009 +ニューカレドニア 0.00000018 +ニューギニア 0.00000064 +ニューグランド 0.00000009 +ニューゲイト 0.00000009 +ニューコモン 0.00000009 +ニューサウスウェールズ 0.00000037 +ニューサム 0.00000009 +ニューシングル 0.00000046 +ニュージャージィ 0.00000009 +ニュージャージー 0.00000284 +ニュージランド 0.00000037 +ニュージーランド 0.00002155 +ニュース 0.00005594 +ニュースター 0.00000009 +ニュースレター 0.00000156 +ニューズ 0.00000248 +ニューソム 0.00000009 +ニューテイスト 0.00000018 +ニューディール 0.00000009 +ニューデリー 0.00000229 +ニュート 0.00000073 +ニュートラル 0.00000055 +ニュートリノ 0.00000064 +ニュートロン 0.00000009 +ニュートン 0.00000312 +ニューハンプシャー 0.00000083 +ニュープリント 0.00000018 +ニューヘイヴン 0.00000009 +ニューヘーブン 0.00000009 +ニューポート 0.00000018 +ニューマン 0.00000064 +ニューマンズ 0.00000009 +ニューム 0.00000018 +ニュームーン 0.00000037 +ニューヨーカー 0.00000138 +ニューヨーク 0.00010005 +ニューリリース 0.00000009 +ニューロ 0.00000009 +ニューロロジー 0.00000009 +ニューロン 0.00000156 +ニュー・ジーランド 0.00000018 +ニユーヨーク 0.00000009 +ニョンビョン 0.00000009 +ニルファ 0.00000128 +ニルマル 0.00000009 +ニワ 0.00000009 +ニワトコ 0.00000028 +ニワトリ 0.00000541 +ニング 0.00000018 +ニングラハール 0.00000009 +ニンジャ 0.00000028 +ニンジン 0.00000303 +ニンテン 0.00000009 +ニンテンドー 0.00000138 +ニンニク 0.00000385 +ニンニクスライス 0.00000009 +ニンフ 0.00000101 +ニー 0.00000009 +ニース 0.00000064 +ニーズ 0.00001183 +ニーソン 0.00000028 +ニータ 0.00000009 +ニーダーガード 0.00000064 +ニーチェ 0.00000028 +ニート 0.00000128 +ニードル 0.00000009 +ニーナ 0.00000009 +ニーマン 0.00000028 +ニーム 0.00000018 +ニームノキ 0.00000018 +ニール 0.00000202 +ニールス 0.00000009 +ニールセン 0.00000018 +ニーレウス 0.00000037 +ニーロ 0.00000037 +ヌアード 0.00000009 +ヌカ 0.00000009 +ヌクヌク 0.00000018 +ヌゲゲ 0.00000009 +ヌサドゥア 0.00000009 +ヌッと 0.00000018 +ヌックマム 0.00000018 +ヌッツォ 0.00000018 +ヌデレバ 0.00000083 +ヌナ 0.00000009 +ヌナン 0.00000009 +ヌマンシア 0.00000009 +ヌラト 0.00000009 +ヌリエール 0.00000009 +ヌリ・ 0.00000009 +ヌル 0.00000009 +ヌルヌル 0.00000009 +ヌレット 0.00000009 +ヌンチャク 0.00000009 +ヌヴー 0.00000009 +ヌーディスト 0.00000009 +ヌート 0.00000009 +ヌード 0.00000202 +ヌードル 0.00000183 +ヌーナン 0.00000018 +ヌーベル 0.00000009 +ヌーボー 0.00000248 +ヌーリ 0.00000037 +ヌーヴォ 0.00000147 +ヌーヴォー 0.00000073 +ネ 0.00000229 +ネアンデルタール 0.00000165 +ネイ 0.00000064 +ネイィブ 0.00000009 +ネイキッド 0.00000009 +ネイサン 0.00000037 +ネイザン 0.00000009 +ネイション 0.00000018 +ネイションズ 0.00000009 +ネイスロード 0.00000009 +ネイチャー 0.00000211 +ネイティブ 0.00000917 +ネイティブスピーカー 0.00000312 +ネイティヴ 0.00000009 +ネイティヴスピーカー 0.00000009 +ネイト 0.00000018 +ネイビー 0.00000018 +ネイピアー 0.00000028 +ネイリスト 0.00000009 +ネイル 0.00000083 +ネイルアート 0.00000009 +ネイルクィーン 0.00000009 +ネイルバフ 0.00000009 +ネェ 0.00000018 +ネオ 0.00000073 +ネオクラシズム 0.00000009 +ネオナチ 0.00000055 +ネオバロック 0.00000009 +ネオプトレモス 0.00000174 +ネオン 0.00000193 +ネオ・ 0.00000009 +ネガ 0.00000028 +ネガティブ 0.00000183 +ネガティヴ 0.00000009 +ネギ 0.00000147 +ネギトロ 0.00000064 +ネクスト 0.00000009 +ネクタイ 0.00001348 +ネクタリン 0.00000009 +ネクピール 0.00000009 +ネクラ 0.00000009 +ネクロポリス 0.00000009 +ネグロス 0.00000046 +ネグロポンテ 0.00000009 +ネグローニ 0.00000018 +ネコ 0.00000825 +ネコバス 0.00000009 +ネコババ 0.00000018 +ネゴシエーション 0.00000009 +ネザーランズ 0.00000028 +ネジ 0.00000028 +ネス 0.00000028 +ネスカフェ 0.00000009 +ネスター 0.00000009 +ネストリウス 0.00000009 +ネストル 0.00000101 +ネストール 0.00000293 +ネスリン 0.00000009 +ネスレ 0.00000018 +ネスン 0.00000009 +ネズ 0.00000009 +ネズミ 0.00001944 +ネズミザメ 0.00000018 +ネソ 0.00000009 +ネタ 0.00000486 +ネタに 0.00000009 +ネタニヤフ 0.00000037 +ネダーベルド 0.00000018 +ネッカチーフ 0.00000018 +ネック 0.00000110 +ネックス 0.00000009 +ネックリボン 0.00000009 +ネックレス 0.00000257 +ネッシー 0.00000018 +ネット 0.00002228 +ネットスケープ 0.00000046 +ネットロア 0.00000009 +ネットワーキング 0.00000101 +ネットワーク 0.00002467 +ネットワークス 0.00000046 +ネッド 0.00000202 +ネップ 0.00000037 +ネバダ 0.00000138 +ネバネバ 0.00000055 +ネバー 0.00000128 +ネパール 0.00001431 +ネパールヘ 0.00000009 +ネビラピン 0.00000009 +ネブカドネザル 0.00000009 +ネブラスカ 0.00000083 +ネプチューン 0.00000046 +ネマワシ 0.00000009 +ネムー 0.00000018 +ネリー 0.00000248 +ネルギー 0.00000009 +ネルシーニョ 0.00000018 +ネルソン 0.00000174 +ネレム 0.00000037 +ネロ 0.00001843 +ネワール 0.00000018 +ネンネ 0.00000009 +ネヴィル 0.00000174 +ネ・ 0.00000009 +ネー 0.00000009 +ネーギン 0.00000009 +ネーサン 0.00000083 +ネーザン 0.00000009 +ネージュ 0.00000009 +ネーストラー 0.00000009 +ネーダー 0.00000009 +ネーチャー 0.00000009 +ネーバー 0.00000009 +ネービー 0.00000009 +ネービーブルー 0.00000009 +ネーミング 0.00000083 +ネーム 0.00000293 +ネームタグ 0.00000009 +ネール 0.00000083 +ノ 0.00000220 +ノア 0.00000119 +ノアドヘシン 0.00000028 +ノイシュバンタイン 0.00000009 +ノイス 0.00000009 +ノイズ 0.00000073 +ノイナー 0.00000009 +ノイローゼ 0.00000110 +ノウ 0.00000009 +ノウアスフィア 0.00000183 +ノウハウ 0.00000293 +ノエル 0.00000009 +ノキア 0.00000009 +ノギャル 0.00000009 +ノグチ 0.00000009 +ノコギリ 0.00000028 +ノコノコ 0.00000009 +ノザキ 0.00000009 +ノスタルジア 0.00000037 +ノスタルジック 0.00000055 +ノスタルジー 0.00000018 +ノストラダムス 0.00000147 +ノズル 0.00000037 +ノソノソ 0.00000009 +ノッ 0.00000018 +ノッカー 0.00000018 +ノック 0.00000486 +ノックアウト 0.00000165 +ノックス 0.00000046 +ノックダウン 0.00000009 +ノッシ 0.00000018 +ノッチ 0.00000009 +ノッティンガム 0.00000028 +ノッティンガムシャー 0.00000009 +ノッティング 0.00000064 +ノット 0.00000064 +ノド 0.00000018 +ノニ 0.00000092 +ノニジュース 0.00000009 +ノニー 0.00000009 +ノネナール 0.00000018 +ノバク 0.00000018 +ノバック 0.00000018 +ノバラエキス 0.00000009 +ノビゴー 0.00000018 +ノビサド 0.00000009 +ノブ 0.00000055 +ノベリティ 0.00000009 +ノベル 0.00000009 +ノボザイム 0.00000018 +ノボルリンカ 0.00000009 +ノミ 0.00000202 +ノミネート 0.00000541 +ノラ 0.00000037 +ノリ 0.00000073 +ノリエガ 0.00000018 +ノリオ 0.00000018 +ノリスケ 0.00000009 +ノリタカ 0.00000055 +ノル 0.00000028 +ノルウェイ 0.00000037 +ノルウェー 0.00000880 +ノルウッド 0.00000028 +ノルエピネフリン 0.00000009 +ノルゲイ 0.00000028 +ノルディカ 0.00000009 +ノルディック 0.00000119 +ノルデグレン 0.00000028 +ノルデック 0.00000009 +ノルド 0.00000018 +ノルベルト 0.00000009 +ノルマ 0.00000064 +ノルマン 0.00000028 +ノルマンディ 0.00000009 +ノルマンディー 0.00000018 +ノロ 0.00000028 +ノロドム 0.00000009 +ノロノロ 0.00000028 +ノワール 0.00000028 +ノン 0.00000119 +ノンアルコール 0.00000083 +ノンキャリア 0.00000018 +ノンストップ 0.00000046 +ノンタイトル 0.00000009 +ノンデンジャナイ 0.00000018 +ノンネイティブ 0.00000009 +ノンノ 0.00000046 +ノンバーバル 0.00000009 +ノンフィクション 0.00000156 +ノンフライ 0.00000009 +ノンフロンガス 0.00000009 +ノンブレス 0.00000009 +ノンホワイト 0.00000018 +ノンポリ 0.00000009 +ノヴァ 0.00000028 +ノー 0.00001816 +ノーカン 0.00000009 +ノーガーター 0.00000009 +ノーガード 0.00000009 +ノーギャラ 0.00000009 +ノーザン 0.00000009 +ノージャン 0.00000009 +ノース 0.00000394 +ノースウエスタン 0.00000073 +ノースウエスト 0.00000018 +ノースゲート 0.00000009 +ノースコット 0.00000156 +ノーストライク 0.00000009 +ノースモーキング 0.00000009 +ノースリッジ 0.00000028 +ノーズ 0.00000018 +ノーズィ 0.00000028 +ノータイ 0.00000009 +ノータス 0.00000009 +ノーチラス 0.00000018 +ノーティス 0.00000009 +ノート 0.00001275 +ノートルダム 0.00000028 +ノートン 0.00000128 +ノード 0.00000018 +ノーバート 0.00000018 +ノーパン 0.00000009 +ノービザ 0.00000018 +ノーフ 0.00000009 +ノーフォーク 0.00000165 +ノーブラ 0.00000018 +ノーブー 0.00000018 +ノーベル 0.00001834 +ノーボギー 0.00000009 +ノーマット 0.00000018 +ノーマライゼーション 0.00000009 +ノーマル 0.00000009 +ノーマン 0.00000073 +ノーム 0.00000009 +ノーモン 0.00000009 +ノーラ 0.00000009 +ノーラン 0.00000083 +ノール 0.00000037 +ノールズ 0.00000046 +ノーヴァヤ 0.00000009 +ノ電 0.00000009 +ハ、 0.00000009 +ハァハァ 0.00000009 +ハァハァヒィヒィ 0.00000009 +ハアザミ 0.00000009 +ハアハア 0.00000018 +ハイ 0.00000752 +ハイアライ 0.00000009 +ハイイログマ 0.00000009 +ハイウェイ 0.00000229 +ハイウエー 0.00000009 +ハイエナ 0.00000018 +ハイオク 0.00000028 +ハイカラ 0.00000028 +ハイカー 0.00000110 +ハイカーボン 0.00000009 +ハイキック 0.00000009 +ハイキング 0.00000633 +ハイク 0.00000147 +ハイクラス 0.00000018 +ハイグル 0.00000009 +ハイサム 0.00000009 +ハイシーズン 0.00000009 +ハイジ 0.00000083 +ハイジア 0.00000009 +ハイジャック 0.00000367 +ハイス 0.00000018 +ハイスピード 0.00000018 +ハイセイコー 0.00000018 +ハイセンス 0.00000018 +ハイソ 0.00000009 +ハイソックス 0.00000009 +ハイタッチ 0.00000018 +ハイダム 0.00000028 +ハイダー 0.00000028 +ハイチ 0.00000706 +ハイツ 0.00000037 +ハイツェー 0.00000009 +ハイティーン 0.00000009 +ハイテク 0.00000660 +ハイテクスニーカー 0.00000009 +ハイテクボール 0.00000009 +ハイテンション 0.00000018 +ハイディ 0.00000046 +ハイデラバード 0.00000018 +ハイトースト 0.00000009 +ハイド 0.00001165 +ハイドラスケート 0.00000009 +ハイドレート 0.00000028 +ハイドロ 0.00000009 +ハイドロキシアパタイト 0.00000018 +ハイドロジェン 0.00000064 +ハイネケン 0.00000009 +ハイハイ 0.00000037 +ハイバリュー 0.00000009 +ハイパー 0.00000037 +ハイパーリンク 0.00000028 +ハイヒール 0.00000110 +ハイビジョン 0.00000101 +ハイビスカス 0.00000046 +ハイファイブ 0.00000009 +ハイフナー 0.00000009 +ハイフン 0.00000018 +ハイブリット 0.00000018 +ハイブリッド 0.00000779 +ハイベル 0.00000018 +ハイペース 0.00000009 +ハイボール 0.00000018 +ハイマツ 0.00000009 +ハイマン 0.00000009 +ハイマー 0.00000018 +ハイム 0.00000018 +ハイムリック 0.00000046 +ハイメ 0.00000009 +ハイヤット 0.00000009 +ハイヤー 0.00000018 +ハイライト 0.00000229 +ハイラム 0.00000037 +ハイランダー 0.00000009 +ハイランド 0.00000110 +ハイリゲンダム 0.00000018 +ハイリスク 0.00000018 +ハイル 0.00000009 +ハイレ 0.00000009 +ハイン 0.00000037 +ハインズ 0.00000147 +ハインツマン 0.00000083 +ハインド 0.00000028 +ハインリッヒ 0.00000018 +ハウ 0.00000147 +ハウアーユー 0.00000009 +ハウェイ 0.00000009 +ハウエンスタイン 0.00000018 +ハウサ 0.00000009 +ハウザー 0.00000037 +ハウジング 0.00000009 +ハウス 0.00003457 +ハウスキーピング 0.00000009 +ハウスクリーニング 0.00000018 +ハウステンボス 0.00000092 +ハウストレーラー 0.00000009 +ハウスパーティー 0.00000009 +ハウゼン 0.00000009 +ハウチン 0.00000009 +ハウディー 0.00000037 +ハウプトマン 0.00000009 +ハウベン 0.00000046 +ハウリー 0.00000028 +ハウル 0.00000238 +ハウン 0.00000028 +ハウンド 0.00000083 +ハエ 0.00000248 +ハエモニデース 0.00000009 +ハカ 0.00000055 +ハカン 0.00000009 +ハガキ 0.00000009 +ハキハキ 0.00000009 +ハギア 0.00000009 +ハギス 0.00000009 +ハク 0.00000046 +ハクサイ 0.00000009 +ハクシュン 0.00000009 +ハクション 0.00000009 +ハクスリ 0.00000009 +ハクスリー 0.00000046 +ハクスレー 0.00000009 +ハクチャ 0.00000009 +ハクチョウ 0.00000083 +ハクトウ 0.00000009 +ハクビ 0.00000018 +ハクビシン 0.00000009 +ハグ 0.00000174 +ハケ 0.00000009 +ハケン 0.00000009 +ハゲ 0.00000092 +ハゲコウ 0.00000028 +ハゲタカ 0.00000009 +ハゲダ 0.00000009 +ハコベ 0.00000009 +ハコヤナギ 0.00000009 +ハサミ 0.00000092 +ハサン 0.00000018 +ハザード 0.00000028 +ハシ 0.00000009 +ハシゴ 0.00000046 +ハシバミ 0.00000055 +ハシベ 0.00000046 +ハシミ 0.00000018 +ハシモトコウタ 0.00000009 +ハジナジ 0.00000018 +ハジム 0.00000009 +ハス 0.00000028 +ハスキー 0.00000018 +ハスモン 0.00000009 +ハスラー 0.00000046 +ハズ 0.00000009 +ハズネ 0.00000018 +ハズバンド 0.00000009 +ハズル 0.00000009 +ハセガワ 0.00000009 +ハセベ 0.00000009 +ハタ 0.00000009 +ハタチ 0.00000009 +ハタミ 0.00000018 +ハタリインカ 0.00000009 +ハダッサ 0.00000009 +ハダーサ 0.00000018 +ハチ 0.00000908 +ハチゴロウ 0.00000037 +ハチミツ 0.00000055 +ハチャトゥリアン 0.00000009 +ハチャメチャ 0.00000037 +ハチロー 0.00000028 +ハッ 0.00000028 +ハッと 0.00000257 +ハッカ 0.00000009 +ハッカビー 0.00000046 +ハッカー 0.00001770 +ハッキュ 0.00000009 +ハッキリ 0.00000174 +ハッキング 0.00000238 +ハック 0.00000055 +ハックルベリー 0.00000009 +ハッケンセリ 0.00000009 +ハッケンバーグ 0.00000055 +ハッサン 0.00000028 +ハッシュ 0.00000064 +ハッシュドビーフ 0.00000009 +ハッシュポテト 0.00000009 +ハッシン 0.00000009 +ハッスル 0.00000028 +ハッセイ 0.00000028 +ハッソン 0.00000009 +ハッタリ 0.00000028 +ハッター 0.00000028 +ハッダード 0.00000009 +ハッチ 0.00000018 +ハット 0.00000266 +ハットリ 0.00000110 +ハットン 0.00000018 +ハッド 0.00000009 +ハッハッ 0.00000009 +ハッハッハ 0.00000018 +ハッパ 0.00000028 +ハッピ 0.00000028 +ハッピー 0.00000596 +ハッブル 0.00000431 +ハツイ 0.00000009 +ハツカネズミ 0.00000009 +ハテナ 0.00000009 +ハデ 0.00000009 +ハディントン 0.00000009 +ハディー 0.00000110 +ハディース 0.00000018 +ハト 0.00000569 +ハトシェプスト 0.00000009 +ハトラ 0.00000018 +ハドスン 0.00000009 +ハドソン 0.00000504 +ハドラモウト 0.00000028 +ハドレー 0.00000028 +ハドロ 0.00000055 +ハナ 0.00000083 +ハナコ 0.00000018 +ハナハク 0.00000018 +ハナバチ 0.00000018 +ハニカット 0.00000037 +ハニカミ 0.00000018 +ハニー 0.00000083 +ハニービー 0.00000009 +ハヌマン 0.00000009 +ハヌマーン 0.00000018 +ハヌーン 0.00000009 +ハネムーン 0.00000238 +ハネル 0.00000009 +ハノイ 0.00000055 +ハノーバー 0.00000028 +ハハハ 0.00000037 +ハハーン 0.00000009 +ハバナ 0.00000092 +ハバネラ 0.00000009 +ハバネロ 0.00000147 +ハバネロスティック 0.00000009 +ハパ 0.00000009 +ハヒフヘホ 0.00000028 +ハビエル 0.00000009 +ハビタット 0.00000009 +ハビバ 0.00000009 +ハビビ 0.00000046 +ハビランド 0.00000110 +ハピマルシェ 0.00000009 +ハフ 0.00000009 +ハフィズ 0.00000009 +ハフェズ 0.00000018 +ハブ 0.00000055 +ハブラシ 0.00000009 +ハプスブルク 0.00000055 +ハプスブルグ 0.00000009 +ハプニング 0.00000055 +ハポネサ 0.00000009 +ハポン 0.00000028 +ハマ 0.00000064 +ハマグリ 0.00000110 +ハマス 0.00000220 +ハマチ 0.00000018 +ハマッサ 0.00000009 +ハマム 0.00000037 +ハマー 0.00000101 +ハマースタイン 0.00000009 +ハマーバーグ 0.00000009 +ハミ 0.00000009 +ハミガキ 0.00000028 +ハミッシュ 0.00000009 +ハミド 0.00000110 +ハミルカル 0.00000018 +ハミルトン 0.00000128 +ハミング 0.00000046 +ハム 0.00000972 +ハムカツ 0.00000009 +ハムスター 0.00000092 +ハムステッド 0.00000018 +ハムナプトラ 0.00000018 +ハムナー 0.00000009 +ハムヌ 0.00000009 +ハムレット 0.00000028 +ハメ 0.00000046 +ハメルズ 0.00000018 +ハモ 0.00000009 +ハヤカワ 0.00000064 +ハヤシライス 0.00000028 +ハヤタ 0.00000009 +ハヤタシン 0.00000009 +ハヤブサ 0.00000009 +ハヤマ 0.00000064 +ハラキリ 0.00000037 +ハラジ 0.00000009 +ハラスメント 0.00000147 +ハラダ 0.00000064 +ハラッパ 0.00000009 +ハラデー 0.00000009 +ハラハラ 0.00000083 +ハラハラドキドキ 0.00000009 +ハラル 0.00000073 +ハラルド 0.00000009 +ハラレ 0.00000037 +ハラー 0.00000083 +ハラール 0.00000073 +ハリ 0.00000128 +ハリウッド 0.00002366 +ハリエット 0.00000046 +ハリエニシダ 0.00000028 +ハリオグラス 0.00000018 +ハリケーン 0.00000834 +ハリシュ 0.00000009 +ハリス 0.00000220 +ハリストス 0.00000009 +ハリスン 0.00000073 +ハリソン 0.00000138 +ハリネズミ 0.00000046 +ハリファ 0.00000055 +ハリファクス 0.00000018 +ハリマ 0.00000009 +ハリマオ 0.00000009 +ハリラクス 0.00000009 +ハリルザド 0.00000037 +ハリントン 0.00000018 +ハリー 0.00001742 +ハル 0.00000504 +ハルウララ 0.00000339 +ハルウララグッズ 0.00000009 +ハルカ 0.00000018 +ハルカス 0.00000037 +ハルク 0.00000009 +ハルシキ 0.00000009 +ハルシュキー 0.00000009 +ハルト 0.00000009 +ハルトノ 0.00000009 +ハルナ 0.00000009 +ハルハ 0.00000018 +ハルバート 0.00000009 +ハルヒキョク 0.00000009 +ハルビン 0.00000028 +ハルピュイア 0.00000009 +ハルピン 0.00000009 +ハルフ 0.00000009 +ハルマゲドン 0.00000028 +ハルミ 0.00000009 +ハルモニ 0.00000028 +ハルヨ 0.00000009 +ハルリュ 0.00000009 +ハルリュウッド 0.00000018 +ハレ 0.00000009 +ハレクラニ 0.00000009 +ハレック 0.00000009 +ハレポハク 0.00000037 +ハレルヤ 0.00000055 +ハレー 0.00000009 +ハロウ 0.00000028 +ハロウィッツ 0.00000009 +ハロウィーン 0.00000587 +ハロウイブ 0.00000028 +ハロゲン 0.00000009 +ハロゲート 0.00000009 +ハロッズ 0.00000018 +ハロルド 0.00000211 +ハロング 0.00000009 +ハロー 0.00000541 +ハワ 0.00000009 +ハワイ 0.00003677 +ハワイアン 0.00000101 +ハワイアンズ 0.00000009 +ハワス 0.00000009 +ハワユー 0.00000009 +ハワード 0.00000330 +ハン 0.00000174 +ハンカチ 0.00000514 +ハンカチーフ 0.00000046 +ハンガリア 0.00000028 +ハンガリー 0.00000789 +ハンガー 0.00000092 +ハンガーストライキ 0.00000055 +ハンキィ 0.00000009 +ハンク 0.00000202 +ハンクス 0.00000092 +ハング 0.00000009 +ハングリー 0.00000073 +ハングル 0.00000202 +ハンケチ 0.00000018 +ハンコ 0.00000028 +ハンコック 0.00000183 +ハンサジ 0.00000009 +ハンサム 0.00000862 +ハンサード 0.00000037 +ハンス 0.00000055 +ハンスト 0.00000028 +ハンズ 0.00000825 +ハンセン 0.00000156 +ハンソム 0.00000064 +ハンソン 0.00000009 +ハンター 0.00000559 +ハンダ 0.00000046 +ハンチュコバ 0.00000018 +ハンチング 0.00000009 +ハンチントン 0.00000009 +ハンツゥ 0.00000018 +ハンツビル 0.00000009 +ハンティング 0.00000055 +ハンティントン 0.00000055 +ハンデ 0.00000119 +ハンディ 0.00000147 +ハンディキャップ 0.00000055 +ハンディキャプ 0.00000009 +ハンディー 0.00000018 +ハント 0.00000064 +ハントリー 0.00000009 +ハンド 0.00000293 +ハンドガン 0.00000009 +ハンドスチーマー 0.00000009 +ハンドブック 0.00000046 +ハンドボール 0.00000073 +ハンドメイド 0.00000064 +ハンドラー 0.00000018 +ハンドル 0.00000459 +ハンナ 0.00000018 +ハンナラ 0.00000018 +ハンニバル 0.00000073 +ハンノキ 0.00000009 +ハンバーガー 0.00001174 +ハンバーガーセット 0.00000009 +ハンバーク 0.00000009 +ハンバーグ 0.00000257 +ハンパ 0.00000009 +ハンフリー 0.00000037 +ハンブル 0.00000037 +ハンブルガー 0.00000028 +ハンブルク 0.00000009 +ハンブルグ 0.00000028 +ハンプシア 0.00000037 +ハンプシャー 0.00000018 +ハンプティ 0.00000394 +ハンプトン 0.00000028 +ハンボク 0.00000018 +ハンボルト 0.00000028 +ハンマー 0.00000257 +ハンマースプリング 0.00000028 +ハンモック 0.00000046 +ハンラティ 0.00000009 +ハンル 0.00000055 +ハヴァス 0.00000037 +ハー 0.00000101 +ハーイ 0.00000064 +ハーウィッツ 0.00000028 +ハーカー 0.00000257 +ハーキン 0.00000018 +ハーグ 0.00000110 +ハーグリーブズ 0.00000046 +ハーグレーブ 0.00000009 +ハーグローブ 0.00000119 +ハーゲン 0.00000009 +ハーゲンダッツ 0.00000018 +ハーシェル 0.00000018 +ハーシュ 0.00000055 +ハーシュウィッツ 0.00000018 +ハース 0.00000009 +ハースト 0.00000055 +ハーッと 0.00000009 +ハーツ 0.00000028 +ハーディ 0.00000046 +ハーディング 0.00000018 +ハーディーズ 0.00000018 +ハーデマン 0.00000028 +ハーデン 0.00000009 +ハート 0.00000697 +ハートランド 0.00000009 +ハード 0.00000605 +ハードウェア 0.00000128 +ハードウェアー 0.00000009 +ハードウエア 0.00000028 +ハードティスク 0.00000009 +ハードディスク 0.00000220 +ハードル 0.00000174 +ハードロッカー 0.00000009 +ハードロック 0.00000055 +ハードワーク 0.00000046 +ハーネス 0.00000018 +ハーハーゼイゼイ 0.00000009 +ハーバー 0.00000238 +ハーバート 0.00000083 +ハーバード 0.00000715 +ハービィ 0.00000009 +ハービー 0.00000092 +ハービーズ 0.00000018 +ハーピー 0.00000018 +ハーフ 0.00000779 +ハーフィズ 0.00000009 +ハーフェン 0.00000009 +ハーフォード 0.00000037 +ハーブ 0.00000706 +ハーブチキン 0.00000009 +ハーブティ 0.00000009 +ハーブティー 0.00000028 +ハープ 0.00000083 +ハーベイ 0.00000046 +ハーベスト 0.00000064 +ハーマイオニー 0.00000073 +ハーマン 0.00000018 +ハーミア 0.00000330 +ハーメルン 0.00000009 +ハーモニアス 0.00000009 +ハーモニウム 0.00000009 +ハーモニー 0.00000119 +ハーモンド 0.00000009 +ハーランド 0.00000009 +ハーリィ 0.00000009 +ハーリン 0.00000009 +ハーリー 0.00000055 +ハーレイ 0.00000009 +ハーレクイン 0.00000174 +ハーレツ 0.00000009 +ハーレム 0.00000165 +ハーレー 0.00000018 +ハーレーダビッド 0.00000018 +ハーロック 0.00000018 +ハーン 0.00000128 +ハーヴァード 0.00000018 +ハーヴィ 0.00000037 +ハーヴィー 0.00000018 +ハーヴェイ 0.00000028 +バ 0.00000018 +バアー 0.00000009 +バイ 0.00000330 +バイア 0.00000018 +バイアグラ 0.00000220 +バイアスロン 0.00000110 +バイエル 0.00000018 +バイエルン 0.00000018 +バイオ 0.00000715 +バイオガス 0.00000009 +バイオグラフィー 0.00000009 +バイオセンシャント 0.00000009 +バイオテクノロジー 0.00000119 +バイオテロリスト 0.00000018 +バイオテロリズム 0.00000009 +バイオハザード 0.00000028 +バイオプシー 0.00000009 +バイオプラスチック 0.00000009 +バイオマス 0.00000174 +バイオラバー 0.00000009 +バイオリスト 0.00000009 +バイオリニスト 0.00000046 +バイオリン 0.00000578 +バイオレット 0.00000009 +バイオレンス 0.00000009 +バイカル 0.00000009 +バイカルチャリティ 0.00000220 +バイカルチャル 0.00000972 +バイカルチャー 0.00000064 +バイカルチュラル 0.00000018 +バイキング 0.00000110 +バイキングス 0.00000009 +バイク 0.00001385 +バイクレース 0.00000009 +バイコディン 0.00000009 +バイコヌール 0.00000037 +バイザー 0.00000009 +バイス 0.00000009 +バイステップ 0.00000018 +バイセンシュタイナー 0.00000018 +バイソン 0.00000018 +バイタリス 0.00000018 +バイタリティ 0.00000064 +バイタリティー 0.00000055 +バイタル 0.00000009 +バイデン 0.00000238 +バイト 0.00000523 +バイト先 0.00000028 +バイドゥ 0.00000037 +バイニマラマ 0.00000009 +バイバイ 0.00000229 +バイパス 0.00000073 +バイフォー 0.00000009 +バイブル 0.00000046 +バイブレーション 0.00000028 +バイマクー 0.00000009 +バイヤー 0.00000128 +バイヤーズ 0.00000119 +バイユー 0.00000009 +バイヨン 0.00000110 +バイラム 0.00000009 +バイリンガリズム 0.00000009 +バイリンガル 0.00001137 +バイリンガルブック 0.00000018 +バイル 0.00000009 +バイロン 0.00000055 +バイン 0.00000018 +バウ 0.00000055 +バウアー 0.00000009 +バウチャー 0.00000064 +バウムガルトナー 0.00000018 +バウリ 0.00000018 +バウリンガル 0.00000165 +バウレ 0.00000037 +バウンド 0.00000028 +バエ 0.00000009 +バカ 0.00000312 +バカげ 0.00000028 +バカァ 0.00000009 +バカテル 0.00000028 +バカバカし 0.00000101 +バカボン 0.00000018 +バカヤロウ 0.00000009 +バカヤロー 0.00000018 +バカロレア 0.00000028 +バカンス 0.00000083 +バカンティ 0.00000018 +バガボンド 0.00000009 +バキューム 0.00000009 +バギオ 0.00000009 +バク 0.00000009 +バクサル 0.00000009 +バクシック 0.00000009 +バクダット 0.00000018 +バクダッド 0.00000009 +バクチ 0.00000046 +バクテリア 0.00000330 +バクドグラ 0.00000009 +バクバ 0.00000018 +バクバク 0.00000018 +バクラバ 0.00000028 +バクラフ 0.00000009 +バクー 0.00000018 +バグ 0.00000523 +バグジー 0.00000009 +バグズ 0.00000009 +バグダット 0.00000009 +バグダッド 0.00000559 +バグドグラ 0.00000028 +バグパイプ 0.00000083 +バグフィックス 0.00000009 +バグラン 0.00000009 +バグレポート 0.00000009 +バグン 0.00000009 +バケット 0.00000037 +バケツ 0.00000559 +バケツアート 0.00000009 +バケーション 0.00000046 +バゲッテ 0.00000009 +バゲット 0.00000009 +バコロド 0.00000037 +バゴット 0.00000028 +バサック 0.00000009 +バサバサ 0.00000018 +バサミ 0.00000028 +バザー 0.00000248 +バザール 0.00000440 +バシェム 0.00000009 +バシッ 0.00000009 +バシッと 0.00000009 +バシャバシャ 0.00000037 +バシャー 0.00000018 +バシュクット 0.00000037 +バシリカ 0.00000018 +バシル 0.00000009 +バシロ 0.00000009 +バシール 0.00000009 +バジパイ 0.00000037 +バジャ 0.00000009 +バジャダレス 0.00000009 +バジャリノ 0.00000009 +バジル 0.00000037 +バジー 0.00000009 +バス 0.00006291 +バスキア 0.00000009 +バスキン 0.00000009 +バスク 0.00000046 +バスケ 0.00000073 +バスケット 0.00000459 +バスケットボール 0.00000890 +バスコ 0.00000009 +バスジャック 0.00000037 +バスタブ 0.00000055 +バスターズ 0.00000009 +バスチェン 0.00000018 +バスチーユ 0.00000018 +バスト 0.00000358 +バストライン 0.00000018 +バストレオ 0.00000064 +バスラ 0.00000046 +バスルーム 0.00000018 +バスローブ 0.00000037 +バズ 0.00000009 +バズーカ 0.00000009 +バセキエフ 0.00000009 +バセト 0.00000009 +バソマックス 0.00000009 +バタ 0.00000101 +バタつ 0.00000009 +バタバタ 0.00000165 +バタビア 0.00000009 +バタフライ 0.00000073 +バタルカー 0.00000055 +バタン 0.00000064 +バタンキュー 0.00000028 +バター 0.00000954 +バターシー 0.00000009 +バタール 0.00000018 +バチ 0.00000128 +バチェラー 0.00000009 +バチェラーズ 0.00000009 +バチェレ 0.00000092 +バチカン 0.00000293 +バチスタ 0.00000009 +バチタ 0.00000009 +バチバチ 0.00000018 +バチルス 0.00000018 +バッカス 0.00000046 +バッガ 0.00000018 +バッキンガム 0.00000110 +バッキー 0.00000018 +バック 0.00001357 +バックアップ 0.00000229 +バックアップコピー 0.00000009 +バックエンド 0.00000009 +バックグラウンド 0.00000312 +バックコーラス 0.00000028 +バックス 0.00000028 +バックストーリー 0.00000009 +バックダンサー 0.00000009 +バックハンド 0.00000009 +バックバンド 0.00000018 +バックボーン 0.00000046 +バックミラー 0.00000037 +バックライト 0.00000009 +バックリー 0.00000009 +バックル 0.00000055 +バックレーン 0.00000018 +バックロニム 0.00000009 +バッグ 0.00002283 +バッグス 0.00000046 +バッサリ 0.00000009 +バッサー 0.00000009 +バッシャール 0.00000009 +バッシング 0.00000156 +バッジ 0.00000138 +バッタ 0.00000110 +バッタリ 0.00000028 +バッター 0.00000174 +バッチ 0.00000055 +バッチェラー 0.00000018 +バッチリ 0.00000119 +バッティ 0.00000046 +バッティング 0.00000128 +バッテラ 0.00000009 +バッテリー 0.00000541 +バッテンフォール 0.00000009 +バット 0.00000596 +バッド 0.00000028 +バッハ 0.00000092 +バッパ 0.00000009 +バッファ 0.00000018 +バッファロー 0.00000229 +バッファローズ 0.00000083 +バツ 0.00000046 +バツイチ 0.00000046 +バツグン 0.00000009 +バテ 0.00000018 +バティストゥータ 0.00000009 +バティック 0.00000009 +バティース 0.00000009 +バディー 0.00000009 +バト 0.00000009 +バトバヤル 0.00000009 +バトミントン 0.00000009 +バトラー 0.00000138 +バトル 0.00000073 +バトン 0.00000092 +バトントワラー 0.00000009 +バド 0.00000018 +バドナー 0.00000009 +バドミントン 0.00000092 +バドリー 0.00000028 +バドル 0.00000073 +バドワイザー 0.00000018 +バナ 0.00000018 +バナジウム 0.00000037 +バナナ 0.00000587 +バナナブリトー 0.00000009 +バナナボート 0.00000009 +バナー 0.00000037 +バニア 0.00000009 +バニスタ 0.00000202 +バニステリオプシス 0.00000009 +バニラ 0.00000119 +バニング 0.00000037 +バニー 0.00000046 +バニーニ 0.00000009 +バヌアツ 0.00000018 +バネ 0.00000119 +バネハッサン 0.00000009 +バハ 0.00000018 +バハイ 0.00000046 +バハウラ 0.00000009 +バハサインドネシア 0.00000009 +バハドゥール 0.00000018 +バハマ 0.00000046 +ババ 0.00000495 +ババア 0.00000009 +ババラ 0.00000009 +バビロニア 0.00000028 +バビロン 0.00000055 +バフ 0.00000009 +バファロー 0.00000009 +バファローズ 0.00000440 +バフィー 0.00000009 +バフゥサム 0.00000009 +バフェット 0.00000092 +バフル 0.00000009 +バブ 0.00000018 +バブコック 0.00000018 +バブル 0.00001504 +バブルバス 0.00000018 +バブルラップ 0.00000009 +バプ 0.00000009 +バプテスト 0.00000018 +バベル 0.00000083 +バミン 0.00000018 +バムルンラード 0.00000018 +バメンダ 0.00000009 +バラ 0.00001898 +バラま 0.00000009 +バラエティ 0.00000468 +バラエティー 0.00000449 +バラク 0.00000752 +バラクーダ 0.00000009 +バラコンバンド 0.00000018 +バラゴナ 0.00000009 +バラザニ 0.00000009 +バラスト 0.00000018 +バラック 0.00000092 +バラッサ 0.00000009 +バラッド 0.00000009 +バラナシ 0.00000009 +バラバラ 0.00000504 +バラモン 0.00000193 +バランス 0.00002348 +バラード 0.00000202 +バラ肉 0.00000009 +バラ色 0.00000083 +バリ 0.00000614 +バリっと 0.00000009 +バリア 0.00000229 +バリアリーフ 0.00000037 +バリアン 0.00000064 +バリアー 0.00000009 +バリウム 0.00000028 +バリェーション 0.00000009 +バリエーション 0.00000147 +バリオ 0.00000009 +バリオス 0.00000009 +バリオーニ 0.00000009 +バリカン 0.00000009 +バリケード 0.00000055 +バリスタ 0.00000055 +バリトン 0.00000073 +バリバリ 0.00000220 +バリモア 0.00000018 +バリュエーション 0.00000018 +バリュー 0.00000238 +バリューセット 0.00000009 +バリー 0.00000211 +バリーン 0.00000009 +バル 0.00000037 +バルカン 0.00000073 +バルク 0.00000018 +バルグーティ 0.00000009 +バルコニー 0.00000220 +バルサミコ 0.00000009 +バルザック 0.00000018 +バルシナス 0.00000009 +バルセロナ 0.00000477 +バルセロナオリンピック 0.00000073 +バルデマール 0.00000018 +バルデヨ 0.00000009 +バルト 0.00000073 +バルトロメウ 0.00000009 +バルトロメオ 0.00000018 +バルドー 0.00000018 +バルナ 0.00000009 +バルナバ 0.00000009 +バルバドス 0.00000009 +バルビアノ 0.00000009 +バルビゾン 0.00000028 +バルフ 0.00000009 +バルフォア 0.00000028 +バルブ 0.00000110 +バルブリガン 0.00000009 +バルボア 0.00000046 +バルボッサ 0.00000073 +バルマー 0.00000073 +バルーン 0.00000284 +バレ 0.00000147 +バレエ 0.00000908 +バレエダンサー 0.00000110 +バレエフェスティバル 0.00000009 +バレエレ 0.00000009 +バレッタ 0.00000009 +バレリー 0.00000018 +バレリーナ 0.00000092 +バレル 0.00000147 +バレンシア 0.00000046 +バレンタィン 0.00000009 +バレンタイン 0.00001311 +バレンツ 0.00000018 +バレンティン 0.00000009 +バレー 0.00000348 +バレージ 0.00000009 +バレーボール 0.00000202 +バロウズ 0.00000037 +バロック 0.00000092 +バロット 0.00000009 +バロメーター 0.00000037 +バロン 0.00000083 +バロンドール 0.00000028 +バロークス 0.00000018 +バローゾ 0.00000018 +バワ 0.00000018 +バン 0.00000440 +バンカラ 0.00000018 +バンカー 0.00000037 +バンガロー 0.00000083 +バンガロール 0.00000009 +バンキング 0.00000128 +バンク 0.00000981 +バンクス 0.00000073 +バンクル 0.00000037 +バンクーバ 0.00000009 +バンクーバー 0.00000963 +バングウェル 0.00000018 +バングス 0.00000009 +バングラディシュ 0.00000165 +バングラディッシュ 0.00000037 +バングラデシュ 0.00001183 +バンコク 0.00000834 +バンコック 0.00000009 +バンコマイシン 0.00000037 +バンゴ 0.00000009 +バンサル 0.00000018 +バンザ 0.00000018 +バンザイ 0.00000009 +バンザーイ 0.00000018 +バンシェー 0.00000009 +バンジョー 0.00000028 +バンジー 0.00000009 +バンジージャンプ 0.00000046 +バンスカー 0.00000009 +バンステッド 0.00000009 +バンスビー 0.00000128 +バンスー 0.00000009 +バンズ 0.00000018 +バンセーン 0.00000009 +バンタイ 0.00000018 +バンタイプ 0.00000009 +バンタム 0.00000037 +バンダ 0.00000037 +バンダイ 0.00000403 +バンダイソウ 0.00000009 +バンダイナムコ 0.00000009 +バンダナ 0.00000018 +バンダー 0.00000009 +バンダーナ 0.00000009 +バンダービット 0.00000009 +バンダービルト 0.00000028 +バンッ 0.00000009 +バンディ 0.00000009 +バンディー 0.00000009 +バンデバーグ 0.00000083 +バンデュセン 0.00000009 +バンデルレイ 0.00000018 +バント 0.00000028 +バントゥル 0.00000009 +バントゥー 0.00000009 +バンド 0.00002852 +バンドマスター 0.00000009 +バンドマン 0.00000018 +バンドン 0.00000009 +バンハーン 0.00000028 +バンバ 0.00000009 +バンバン 0.00000037 +バンパイア 0.00000018 +バンパー 0.00000083 +バンピー 0.00000009 +バンフ 0.00000037 +バンプ 0.00000009 +バンプレスト 0.00000009 +バンボーラ 0.00000028 +バン・ 0.00000028 +バー 0.00002944 +バーイ 0.00000009 +バーカ 0.00000009 +バーカウンター 0.00000028 +バーカー 0.00000083 +バーガンディー 0.00000009 +バーガー 0.00000679 +バーガーキング 0.00000028 +バーキング 0.00000009 +バーギン 0.00000018 +バーギー 0.00000009 +バーク 0.00000174 +バークシア 0.00000009 +バークリ 0.00000303 +バークリー 0.00000083 +バークレイ 0.00000018 +バークレイズ 0.00000009 +バークレー 0.00000211 +バーグ 0.00000266 +バーグマン 0.00000028 +バーグラス 0.00000018 +バーゲン 0.00000138 +バーゲンチョコ 0.00000009 +バーコフ 0.00000028 +バーコード 0.00000037 +バーゴス 0.00000018 +バーサミアン 0.00000037 +バーション 0.00000018 +バージェモン 0.00000009 +バージニア 0.00000403 +バージョン 0.00000834 +バージン 0.00000138 +バース 0.00000110 +バースタイル 0.00000009 +バースタイン 0.00000028 +バースデイ 0.00000009 +バースデー 0.00000110 +バースデーィケーキ 0.00000009 +バースト 0.00000018 +バースレム 0.00000009 +バーズ 0.00000009 +バーゼル 0.00000037 +バーソー 0.00000018 +バータ 0.00000018 +バーダマン 0.00000009 +バーダー 0.00000018 +バーダーリン 0.00000009 +バーチャル 0.00000422 +バーツ 0.00000138 +バーティ 0.00000009 +バーテル 0.00000092 +バーテン 0.00000119 +バーテンダー 0.00000073 +バーデ 0.00000009 +バーディー 0.00000083 +バーデプール 0.00000009 +バーデン 0.00000037 +バート 0.00000147 +バートランド 0.00000018 +バートン 0.00000064 +バード 0.00000174 +バーナディン 0.00000009 +バーナビー 0.00000009 +バーナム 0.00000046 +バーナンキ 0.00000046 +バーナー 0.00000028 +バーナード 0.00000147 +バーニヤ 0.00000009 +バーニー 0.00000037 +バーニーズ 0.00000009 +バーネス 0.00000018 +バーネット 0.00000009 +バーノン 0.00000009 +バーバ 0.00000009 +バーバコリー 0.00000018 +バーバラ 0.00000092 +バーバリー 0.00000046 +バーバー 0.00000018 +バービカン 0.00000009 +バービー 0.00000550 +バーブル 0.00000037 +バーベキュー 0.00000541 +バーベキューグリル 0.00000009 +バーボン 0.00000073 +バーマ 0.00000018 +バーマイアー 0.00000009 +バーマン 0.00000037 +バーミアン 0.00000009 +バーミヤン 0.00000128 +バーミヤーン 0.00000009 +バーミリオン 0.00000009 +バーミンガム 0.00000183 +バーミングハム 0.00000028 +バーム 0.00000037 +バーモンジ 0.00000009 +バーモント 0.00000092 +バーラウンジ 0.00000018 +バーリッジ 0.00000009 +バーリントン 0.00000009 +バール 0.00000018 +バーレル 0.00000018 +バーレーン 0.00000257 +バーン 0.00000138 +バーンズ 0.00000055 +バ行 0.00000009 +パ 0.00000642 +パイ 0.00000596 +パイエット 0.00000037 +パイエルヌ 0.00000018 +パイオニア 0.00000257 +パイク 0.00000037 +パイクロフト 0.00000220 +パイナップル 0.00000046 +パイプ 0.00001064 +パイプライン 0.00000293 +パイレーツ 0.00000119 +パイレート 0.00000018 +パイロキネシス 0.00000009 +パイロット 0.00000981 +パイン 0.00000028 +パインウッド 0.00000009 +パイント 0.00000055 +パウエル 0.00000651 +パウター 0.00000009 +パウダー 0.00000183 +パウリナ 0.00000009 +パウルセン 0.00000009 +パウロ 0.00000394 +パウロカトリック 0.00000009 +パウワウ 0.00000009 +パウンド 0.00000064 +パエリア 0.00000046 +パエリヤ 0.00000110 +パオロ 0.00000055 +パカパカ 0.00000018 +パガニーニ 0.00000009 +パキスタン 0.00002091 +パキスタンヘ 0.00000009 +パク 0.00000229 +パクストン 0.00000009 +パクチー 0.00000046 +パクト 0.00000009 +パクリ 0.00000009 +パクリタクセル 0.00000009 +パグ 0.00000009 +パグウォッシュ 0.00000028 +パゲテイ 0.00000009 +パゴダ 0.00000257 +パサ 0.00000009 +パサディナ 0.00000037 +パサデナ 0.00000018 +パサパサ 0.00000028 +パシフィカ 0.00000009 +パシフィック 0.00000303 +パシフィックリーグ 0.00000165 +パシャッと 0.00000009 +パシュトゥン 0.00000009 +パシュート 0.00000018 +パシリ 0.00000028 +パジェロ 0.00000018 +パジャマ 0.00000138 +パス 0.00000734 +パスカル 0.00000055 +パスタ 0.00000394 +パスティカ 0.00000009 +パステル 0.00000055 +パステルナーク 0.00000046 +パストラナ 0.00000028 +パストリーチャ 0.00000009 +パストーリ 0.00000018 +パスパルトゥー 0.00003659 +パスポート 0.00002458 +パスリチャ 0.00000009 +パスワード 0.00000459 +パズル 0.00000422 +パセジアータ 0.00000009 +パセリ 0.00000110 +パセーク 0.00000028 +パソコン 0.00003851 +パソドブレ 0.00000009 +パソナ 0.00000018 +パソナテック 0.00000009 +パソネット 0.00000009 +パゾリーニ 0.00000009 +パタキ 0.00000009 +パタゴニア 0.00000018 +パタッと 0.00000009 +パタパタ 0.00000092 +パタヤ 0.00000009 +パター 0.00000018 +パターソン 0.00000064 +パターン 0.00001210 +パダン 0.00000055 +パチ 0.00000028 +パチスロ 0.00000037 +パチパチ 0.00000064 +パチプロ 0.00000018 +パチャウリ 0.00000064 +パチャチ 0.00000028 +パチリ 0.00000009 +パチン 0.00000046 +パチンコ 0.00001119 +パチーノ 0.00000046 +パッと 0.00000403 +パッカー 0.00000174 +パッカーズ 0.00000009 +パッカード 0.00000073 +パッキン 0.00000009 +パッキング 0.00000028 +パック 0.00001614 +パックス 0.00000009 +パックリ 0.00000009 +パックン 0.00000037 +パッケージ 0.00000743 +パッション 0.00000092 +パッシング 0.00000009 +パッセージ 0.00000009 +パッタイ 0.00000009 +パッダエ 0.00000018 +パッチ 0.00000248 +パッチョ 0.00000018 +パッチリ 0.00000037 +パッチワーク 0.00000037 +パッティング 0.00000018 +パッデン 0.00000009 +パット 0.00000238 +パッド 0.00000257 +パッパッと 0.00000018 +パップ 0.00000009 +パッポン 0.00000009 +パツ 0.00000009 +パテ 0.00000064 +パティ 0.00000046 +パティエンス 0.00000009 +パティシエ 0.00000101 +パティスリー 0.00000009 +パティンソン 0.00000018 +パティー 0.00000009 +パテナイフ 0.00000009 +パテンジル 0.00000009 +パディ 0.00000037 +パディントン 0.00000028 +パデュー 0.00000037 +パト 0.00000009 +パトゥルジャンケバブ 0.00000009 +パトカー 0.00000248 +パトクロス 0.00000009 +パトナ 0.00000009 +パトラ 0.00000046 +パトラッシュ 0.00001495 +パトラッシューー 0.00000009 +パトリオット 0.00000083 +パトリシア 0.00000083 +パトリシアン 0.00000009 +パトリック 0.00001027 +パトリックス 0.00000028 +パトロクロス 0.00000486 +パトロン 0.00000064 +パトロール 0.00000238 +パトワ 0.00000009 +パトー 0.00000009 +パドメ 0.00000009 +パドル 0.00000009 +パドレイグ 0.00000009 +パドレス 0.00000018 +パナウェーブ 0.00000064 +パナシナコ 0.00000009 +パナジ 0.00000018 +パナソニック 0.00000293 +パナマ 0.00000459 +パニアグア 0.00000009 +パニチャパック 0.00000009 +パニック 0.00000587 +パネリスト 0.00000156 +パネル 0.00000972 +パノラマ 0.00000147 +パノラマサイズ 0.00000009 +パノラマビュー 0.00000009 +パハラ 0.00000028 +パハルプル 0.00000009 +パバロッティ 0.00000064 +パパ 0.00002082 +パパイヤ 0.00000119 +パパイヤエキス 0.00000009 +パパイヤジュース 0.00000009 +パパス 0.00000018 +パパママ 0.00000009 +パパラッチ 0.00000055 +パビリオン 0.00000220 +パピルス 0.00000073 +パピー 0.00000028 +パフィー 0.00000064 +パフェ 0.00000018 +パフォーマンス 0.00001201 +パフォーマー 0.00000147 +パフォーミング 0.00000009 +パフカル 0.00000028 +パブ 0.00000624 +パブク 0.00000018 +パブスタイル 0.00000009 +パブスナック 0.00000009 +パブリシティー 0.00000055 +パブリセビッチ 0.00000009 +パブリック 0.00000138 +パブリッシャー 0.00000009 +パブリッシング 0.00000028 +パブロフ 0.00000018 +パブロワ 0.00000009 +パプ 0.00000009 +パプア 0.00000092 +パプアニューギニア 0.00000046 +パプリカ 0.00000037 +パヘス 0.00000009 +パベル 0.00000018 +パペット 0.00000009 +パペロ 0.00000064 +パミール 0.00000028 +パム 0.00000046 +パメラ 0.00000018 +パヤップ 0.00000009 +パラ 0.00000009 +パラっと 0.00000009 +パラウライス 0.00000009 +パラオ 0.00000064 +パラグアイ 0.00000220 +パラグライダー 0.00000018 +パラグラフ 0.00000018 +パラサイト 0.00000083 +パラシュート 0.00000156 +パラジウム 0.00000009 +パラス 0.00000083 +パラセタモール 0.00000009 +パラソル 0.00000073 +パラダイス 0.00000348 +パラダイム 0.00000147 +パラティーノ 0.00000009 +パラディオン 0.00000018 +パラドクス 0.00000009 +パラドックス 0.00000073 +パラナ 0.00000009 +パラノイア 0.00000009 +パラノイド 0.00000009 +パラパラ 0.00000046 +パラパラッ 0.00000009 +パラフィン 0.00000009 +パラフィンワックス 0.00000009 +パラペット 0.00000028 +パラボラ 0.00000009 +パラマウント 0.00000037 +パラマス 0.00000009 +パラメディカル 0.00000018 +パラメデス 0.00000009 +パラメー 0.00000018 +パラメータ 0.00000046 +パラモン 0.00000009 +パラリ 0.00000018 +パラリンピック 0.00000550 +パラリーガル 0.00000018 +パラレル 0.00000018 +パリ 0.00003164 +パリオ 0.00000009 +パリジェンヌ 0.00000028 +パリジャン 0.00000037 +パリス 0.00001302 +パリッと 0.00000018 +パリパリ 0.00000037 +パリーグ 0.00000018 +パル 0.00000028 +パルキ 0.00000009 +パルコ 0.00000009 +パルサー 0.00000009 +パルス 0.00000037 +パルテノン 0.00000046 +パルトロー 0.00000009 +パルナッソス 0.00000018 +パルブ 0.00000009 +パルプ 0.00000092 +パルマ 0.00000312 +パルマー 0.00000009 +パルミ 0.00000009 +パルミト 0.00000009 +パルミラ 0.00000037 +パルム 0.00000064 +パルムキー 0.00000009 +パルメザン 0.00000009 +パルロ 0.00000073 +パルワーン 0.00000009 +パルヴェーズ 0.00000028 +パレス 0.00000037 +パレスチナ 0.00002375 +パレステンボス 0.00000009 +パレット 0.00000083 +パレード 0.00002558 +パレードー 0.00000009 +パレーラ 0.00000018 +パロ 0.00000128 +パロディ 0.00000101 +パロディトーク 0.00000009 +パロディー 0.00000046 +パロマ 0.00000009 +パワフル 0.00000266 +パワン 0.00000009 +パワー 0.00001568 +パワーズ 0.00000055 +パワード 0.00000009 +パン 0.00004824 +パンク 0.00000284 +パンクバンド 0.00000009 +パンクラス 0.00000009 +パンクラスロード 0.00000009 +パンケーキ 0.00000165 +パンゲア 0.00000009 +パンサ 0.00000009 +パンジャブ 0.00000028 +パンジー 0.00000018 +パンスト 0.00000101 +パンズ 0.00000009 +パンタグラフ 0.00000009 +パンタナル 0.00000037 +パンタンジャリ 0.00000009 +パンダ 0.00000532 +パンダコ 0.00000009 +パンダロス 0.00000028 +パンチ 0.00000266 +パンチェティキ 0.00000009 +パンチャー 0.00000009 +パンチョウ 0.00000009 +パンツ 0.00000422 +パンツェッタ 0.00000018 +パンツルック 0.00000009 +パンティ 0.00000028 +パンティー 0.00000009 +パンテオン 0.00000028 +パンデミック 0.00000028 +パントマイム 0.00000229 +パントリー 0.00000018 +パンド 0.00000009 +パンドラ 0.00000064 +パンドルフ 0.00000037 +パンパ 0.00000009 +パンパシフィック 0.00000028 +パンパン 0.00000009 +パンフィロ 0.00000009 +パンフリー 0.00000009 +パンフレット 0.00000770 +パンプキン 0.00000009 +パンプキンパイ 0.00000009 +パンプス 0.00000028 +パンプディング 0.00000009 +パンプロナ 0.00000028 +パンーー 0.00000009 +パ・ド 0.00000009 +パ・リーグ 0.00000330 +パー 0.00000165 +パーカッシブ 0.00000018 +パーカッショニスト 0.00000009 +パーカッション 0.00000028 +パーカー 0.00000165 +パーキン 0.00000009 +パーキング 0.00000018 +パーキンス 0.00000119 +パーキンソン 0.00000312 +パーク 0.00001486 +パークス 0.00000156 +パークスアンド 0.00000009 +パークロエチレン 0.00000009 +パーコセット 0.00000009 +パーサ 0.00000009 +パーサー 0.00000046 +パーシィ 0.00000037 +パーシバル 0.00000009 +パーシー 0.00000293 +パース 0.00000156 +パースニップ 0.00000083 +パースペクティブ 0.00000009 +パーセプション 0.00000009 +パーセル 0.00000009 +パーセン 0.00000009 +パーセンテージ 0.00000037 +パーセント 0.00000358 +パーソナリティ 0.00000046 +パーソナリティー 0.00000028 +パーソナル 0.00000229 +パーソナルズ 0.00000009 +パーソン 0.00000055 +パーソンズ 0.00000018 +パーッと 0.00000055 +パーツ 0.00000220 +パーティ 0.00000128 +パーティー 0.00007575 +パーテイ 0.00000037 +パート 0.00000706 +パートナー 0.00006080 +パートナーシップ 0.00000284 +パートナーズ 0.00000046 +パードン 0.00000028 +パーネル 0.00000028 +パーノス 0.00000009 +パーフェクト 0.00000073 +パーフォマンス 0.00000009 +パーフォーマンス 0.00000037 +パープル 0.00000037 +パーマ 0.00000275 +パーマネット 0.00000064 +パーマネンテ 0.00000009 +パーマネント 0.00000009 +パーマー 0.00000018 +パーム 0.00000110 +パームツリー 0.00000018 +パーラー 0.00000037 +パール 0.00000779 +パーレー 0.00000009 +パーン 0.00000009 +パーヴィン 0.00000055 +パーヴィン・ 0.00000009 +ヒア 0.00000009 +ヒアシンス 0.00000009 +ヒアリング 0.00000083 +ヒアルロン 0.00000174 +ヒアロモイスチャー 0.00000009 +ヒィフゥ 0.00000009 +ヒイラギ 0.00000055 +ヒエ 0.00000009 +ヒエラルキー 0.00000073 +ヒエロン 0.00000028 +ヒエンソウ 0.00000009 +ヒエーッ 0.00000009 +ヒカル 0.00000238 +ヒガシ 0.00000037 +ヒギンス 0.00000037 +ヒギンズ 0.00000073 +ヒクヒク 0.00000009 +ヒグマ 0.00000064 +ヒケメ 0.00000009 +ヒゲ 0.00000193 +ヒサシ 0.00000009 +ヒシアマゾン 0.00000009 +ヒジネス 0.00000018 +ヒジムング 0.00000009 +ヒジュクルル 0.00000009 +ヒスイ 0.00000009 +ヒステリック 0.00000073 +ヒステリー 0.00000101 +ヒストリー 0.00000055 +ヒスパニオーラ 0.00000459 +ヒスパニック 0.00000229 +ヒズ 0.00000009 +ヒズボラ 0.00000064 +ヒダノ 0.00000009 +ヒッキイ 0.00000009 +ヒック 0.00000009 +ヒッター 0.00000028 +ヒッチ 0.00000183 +ヒッチコック 0.00000037 +ヒット 0.00004970 +ヒットラー 0.00000156 +ヒッパルコス 0.00000009 +ヒッパルモス 0.00000009 +ヒッパレ 0.00000009 +ヒッピー 0.00000037 +ヒップ 0.00000486 +ヒップライン 0.00000009 +ヒッポリュテー 0.00000018 +ヒツジ 0.00001100 +ヒデ 0.00000055 +ヒディ 0.00000037 +ヒディンク 0.00000046 +ヒデキ 0.00000009 +ヒデミ 0.00000018 +ヒト 0.00000569 +ヒトインスリン 0.00000009 +ヒトインフルエンザ 0.00000018 +ヒトクローン 0.00000028 +ヒトゲノム 0.00000147 +ヒトシ 0.00000009 +ヒトタンパク 0.00000028 +ヒトデ 0.00000018 +ヒトミ 0.00000009 +ヒトラー 0.00000266 +ヒドゥン 0.00000009 +ヒナギク 0.00000092 +ヒノキ 0.00000156 +ヒバクシャ 0.00000046 +ヒバリ 0.00000064 +ヒヒ 0.00000073 +ヒビター 0.00000009 +ヒプノセラピー 0.00000009 +ヒポクラテス 0.00000009 +ヒマ 0.00000046 +ヒマシ 0.00000009 +ヒマラヤ 0.00000468 +ヒマラヤスギ 0.00000009 +ヒマラヤン 0.00000009 +ヒマワリ 0.00000037 +ヒミコ 0.00000018 +ヒミツ 0.00000009 +ヒミネス 0.00000018 +ヒムガールドット 0.00000009 +ヒメネス 0.00000037 +ヒメノ 0.00000028 +ヒメマス 0.00000009 +ヒメラ 0.00000009 +ヒモ 0.00000101 +ヒャー 0.00000028 +ヒヤシンス 0.00000055 +ヒヤッと 0.00000009 +ヒヤヒヤ 0.00000018 +ヒヤリング 0.00000018 +ヒュウ・ 0.00000018 +ヒュッ 0.00000009 +ヒュッテ 0.00000128 +ヒュー 0.00000101 +ヒューイット 0.00000009 +ヒューウェル 0.00000037 +ヒューゴー 0.00000073 +ヒューストン 0.00000358 +ヒュースン 0.00000055 +ヒューズ 0.00000138 +ヒューダ 0.00000037 +ヒューバート 0.00000028 +ヒューヒュー 0.00000009 +ヒューマニスト 0.00000009 +ヒューマニズム 0.00000064 +ヒューマニタリアン 0.00000009 +ヒューマニティ 0.00000009 +ヒューマノイド 0.00000028 +ヒューマン 0.00000073 +ヒューム 0.00000055 +ヒューリスティク 0.00000009 +ヒューリスティクス 0.00000009 +ヒューレット 0.00000073 +ヒューレッド 0.00000009 +ヒューロン 0.00000009 +ヒョイ 0.00000009 +ヒョウ 0.00000248 +ヒョウタン 0.00000073 +ヒョンジュ 0.00000018 +ヒョードル 0.00000009 +ヒヨコ 0.00000018 +ヒヨコマメ 0.00000028 +ヒヨス 0.00000009 +ヒヨーヨ 0.00000009 +ヒラガナ 0.00000009 +ヒラタイ 0.00000009 +ヒラマメ 0.00000009 +ヒラメ 0.00000018 +ヒラヤマ 0.00000028 +ヒラリオ 0.00000009 +ヒラリー 0.00000550 +ヒリヒリ 0.00000055 +ヒリヤー 0.00000009 +ヒリヤード 0.00000009 +ヒル 0.00000532 +ヒルクレスト 0.00000009 +ヒルズ 0.00000312 +ヒルダ 0.00000018 +ヒルダイ 0.00000009 +ヒルデ 0.00000028 +ヒルトン 0.00000376 +ヒルマン 0.00000028 +ヒレ 0.00000046 +ヒロ 0.00000293 +ヒロイン 0.00000394 +ヒロオ 0.00000064 +ヒロキ 0.00000009 +ヒロシ 0.00000110 +ヒロシマ 0.00000348 +ヒロハヘビノボラズ 0.00000018 +ヒロヒト 0.00000009 +ヒロボー 0.00000009 +ヒロミ 0.00000073 +ヒロミックス 0.00000009 +ヒンギス 0.00000174 +ヒンシュク 0.00000009 +ヒンディ 0.00000009 +ヒンディー 0.00000046 +ヒント 0.00000587 +ヒンドゥ 0.00000037 +ヒンドゥー 0.00000376 +ヒンバ 0.00000028 +ヒーカマ 0.00000037 +ヒース 0.00000037 +ヒースロー 0.00000073 +ヒーター 0.00000165 +ヒーティング 0.00000018 +ヒート 0.00000138 +ヒーラー 0.00000018 +ヒーリング 0.00000266 +ヒーリングローション 0.00000028 +ヒーリー 0.00000110 +ヒール 0.00000055 +ヒーロー 0.00001394 +ヒーロースパイダーマン 0.00000009 +ヒーローズ 0.00000037 +ヒ素 0.00000037 +ビべク 0.00000009 +ビア 0.00000119 +ビアズリー 0.00000037 +ビアチャ 0.00000028 +ビアバウム 0.00000055 +ビアホール 0.00000028 +ビアリストック 0.00000009 +ビアンカ 0.00000138 +ビアーコ 0.00000018 +ビアード 0.00000009 +ビアール 0.00000009 +ビエナ 0.00000009 +ビエラ 0.00000009 +ビエリ 0.00000018 +ビエンナーレ 0.00000037 +ビエンヌ 0.00000009 +ビオ 0.00000009 +ビオファ 0.00000009 +ビオラ 0.00000037 +ビガー 0.00000009 +ビキニ 0.00000165 +ビキニゾーン 0.00000009 +ビギナー 0.00000018 +ビギナーズ 0.00000009 +ビギン 0.00000018 +ビギンズ 0.00000028 +ビクス 0.00000064 +ビクター 0.00000220 +ビクッと 0.00000028 +ビクトリア 0.00000459 +ビクトリー 0.00000028 +ビクトル 0.00000064 +ビクトワール 0.00000009 +ビクビク 0.00000183 +ビグロー 0.00000064 +ビゲロー 0.00000009 +ビコ 0.00000009 +ビコル 0.00000009 +ビサ 0.00000009 +ビサウ 0.00000073 +ビザ 0.00012426 +ビザイン 0.00000009 +ビザスタンプ 0.00000009 +ビザセミナー 0.00000009 +ビザンチン 0.00000028 +ビザンティウム 0.00000009 +ビシッ 0.00000009 +ビシッと 0.00000009 +ビシビシ 0.00000018 +ビショ 0.00000009 +ビショップ 0.00000083 +ビショビショ 0.00000009 +ビジコン 0.00000009 +ビジター 0.00000046 +ビジット 0.00000037 +ビジネス 0.00009601 +ビジネスパートナー 0.00000046 +ビジネスパートナーシップ 0.00000009 +ビジネスマン 0.00001513 +ビジネスロゴ 0.00000009 +ビジャ 0.00000018 +ビジュアル 0.00000248 +ビジョン 0.00000578 +ビジル 0.00000018 +ビスケット 0.00000238 +ビスコ 0.00000009 +ビスタ 0.00000193 +ビスチェ 0.00000009 +ビストリッツァ 0.00000009 +ビスフェノール 0.00000009 +ビスホスホネート 0.00000055 +ビスモル 0.00000009 +ビスランド 0.00000009 +ビズ 0.00000073 +ビズエイジア 0.00000009 +ビセンテ 0.00000028 +ビタミン 0.00000972 +ビタミンパーラー 0.00000009 +ビタン 0.00000009 +ビター 0.00000046 +ビッカース 0.00000046 +ビッカーズ 0.00000073 +ビッキー 0.00000009 +ビック 0.00000073 +ビックス 0.00000009 +ビックリ 0.00000220 +ビックル 0.00000009 +ビッグ 0.00000990 +ビッグス 0.00000101 +ビッグスリー 0.00000028 +ビッグズ 0.00000009 +ビッグミン 0.00000009 +ビッケル 0.00000009 +ビッシュ 0.00000128 +ビッター 0.00000009 +ビッダーズ 0.00000009 +ビッツ 0.00000018 +ビット 0.00000147 +ビットル 0.00000064 +ビテルボ 0.00000009 +ビデ 0.00000028 +ビデオ 0.00004365 +ビデオテープ 0.00000211 +ビトリア 0.00000018 +ビトン 0.00000009 +ビナマケモノ 0.00000009 +ビナード 0.00000009 +ビニオリ 0.00000009 +ビニャデル 0.00000009 +ビニル 0.00000009 +ビニール 0.00000541 +ビヌシュ 0.00000009 +ビネガー 0.00000009 +ビネット 0.00000009 +ビネテ 0.00000009 +ビノロク 0.00000009 +ビハリ 0.00000037 +ビハール 0.00000018 +ビバップ 0.00000009 +ビバリー 0.00000092 +ビバレッジ 0.00000046 +ビビ 0.00000037 +ビビアン 0.00000055 +ビビッ 0.00000037 +ビビッと 0.00000009 +ビビッド 0.00000009 +ビビンバ 0.00000028 +ビビンパ 0.00000009 +ビフィズス 0.00000009 +ビフーシチュー 0.00000009 +ビブラート 0.00000009 +ビブロス 0.00000009 +ビベロ 0.00000101 +ビベンス 0.00000037 +ビマーニ 0.00000009 +ビミニ 0.00000028 +ビヤガーデン 0.00000009 +ビヤライゴ 0.00000009 +ビヤン 0.00000009 +ビュイック 0.00000009 +ビュエル 0.00000009 +ビュッシーダンボア 0.00000009 +ビュッフェ 0.00000018 +ビュッフェスタイル 0.00000037 +ビュンビュン 0.00000009 +ビュー 0.00000147 +ビューイング 0.00000028 +ビューティ 0.00000037 +ビューティフル 0.00000064 +ビューティー 0.00000055 +ビュート 0.00000009 +ビューリーズ 0.00000009 +ビューロー 0.00000037 +ビューワー 0.00000009 +ビューン 0.00000009 +ビョルン 0.00000018 +ビョンホン 0.00000009 +ビヨンセ 0.00000009 +ビヨンド 0.00000009 +ビラ 0.00000101 +ビライ 0.00000009 +ビリ 0.00000018 +ビリオン 0.00000018 +ビリケン 0.00000018 +ビリッ 0.00000018 +ビリビリ 0.00000028 +ビリャ 0.00000009 +ビリヤード 0.00000128 +ビリルビン 0.00000009 +ビリング 0.00000009 +ビリングズ 0.00000009 +ビリー 0.00000422 +ビリーズ 0.00000028 +ビリーバボー 0.00000009 +ビリーブ 0.00000009 +ビル 0.00006052 +ビルギット 0.00000009 +ビルケナウ 0.00000009 +ビルケンシュトック 0.00000018 +ビルゲイツ 0.00000009 +ビルサック 0.00000009 +ビルダー 0.00000064 +ビルディング 0.00000092 +ビルト 0.00000018 +ビルド 0.00000018 +ビルボード 0.00000092 +ビルマ 0.00001302 +ビルマン 0.00000009 +ビレッジ 0.00000055 +ビロクシ 0.00000009 +ビロジ 0.00000018 +ビロトー 0.00000009 +ビロード 0.00000156 +ビワコオオナマズ 0.00000055 +ビン 0.00000156 +ビンガム 0.00000037 +ビング 0.00000018 +ビンゴ 0.00000046 +ビンシア 0.00000009 +ビンジア 0.00000009 +ビンス 0.00000009 +ビンセント 0.00000046 +ビンソン 0.00000009 +ビンタ 0.00000009 +ビンタン 0.00000009 +ビンチ 0.00000018 +ビンチェンツォ 0.00000009 +ビンテージ 0.00000028 +ビンディア 0.00000009 +ビンドマン 0.00000009 +ビンドヤ 0.00000009 +ビンラディン 0.00000174 +ビンロウ 0.00000009 +ビン・ 0.00000101 +ビー 0.00000193 +ビーイング 0.00000028 +ビーカー 0.00000028 +ビーク 0.00000202 +ビークル 0.00000037 +ビーグル 0.00000064 +ビーコン 0.00000009 +ビースト 0.00000009 +ビースモーカー 0.00000009 +ビーズ 0.00000110 +ビーダーマイヤー 0.00000009 +ビーチ 0.00001696 +ビーチボーイズ 0.00000018 +ビーッ 0.00000009 +ビーツ 0.00000046 +ビーティ 0.00000018 +ビート 0.00000248 +ビートニク 0.00000009 +ビートル 0.00000037 +ビートルズ 0.00000908 +ビーナス 0.00000183 +ビーバップ 0.00000009 +ビーバー 0.00000055 +ビービー・ 0.00000009 +ビーフ 0.00000339 +ビーフシチュー 0.00000083 +ビーフティー 0.00000018 +ビーフパテ 0.00000009 +ビーフン 0.00000018 +ビーム 0.00000046 +ビームス 0.00000018 +ビーリー 0.00000009 +ビール 0.00005438 +ビーン 0.00000211 +ビーンズ 0.00000018 +ビーヴァー 0.00000009 +ピア 0.00000073 +ピアザ 0.00000009 +ピアス 0.00000376 +ピアソン 0.00000174 +ピアニシモ 0.00000009 +ピアニスト 0.00000669 +ピアノ 0.00002173 +ピアノバー 0.00000009 +ピアレビュー 0.00000009 +ピアース 0.00000028 +ピアーズ 0.00000009 +ピウス 0.00000009 +ピエア 0.00000009 +ピエトロ 0.00000073 +ピエロ 0.00000156 +ピエール 0.00000238 +ピオット 0.00000018 +ピオリア 0.00000009 +ピオレドール 0.00000018 +ピオンビノ 0.00000009 +ピカ 0.00000046 +ピカが 0.00000009 +ピカイチ 0.00000009 +ピカソ 0.00000128 +ピカチュウ 0.00000046 +ピカッ 0.00000018 +ピカッと 0.00000037 +ピカデリー 0.00000009 +ピカピカ 0.00000238 +ピカピカね 0.00000009 +ピカルド 0.00000009 +ピカン 0.00000009 +ピカーッと 0.00000009 +ピカード 0.00000018 +ピカール 0.00000064 +ピクサー 0.00000018 +ピクシー 0.00000009 +ピクセル 0.00000083 +ピクチャー 0.00000018 +ピクチャーズ 0.00000028 +ピクッと 0.00000018 +ピクトグラム 0.00000009 +ピクニック 0.00000266 +ピクピク 0.00000018 +ピクリ 0.00000009 +ピクルス 0.00000064 +ピグミー 0.00000009 +ピグレット 0.00000009 +ピゲ 0.00000055 +ピコ 0.00000028 +ピコグラム 0.00000009 +ピコピコ 0.00000009 +ピサ 0.00000064 +ピサロ 0.00000018 +ピザ 0.00000779 +ピザハット 0.00000009 +ピザパン 0.00000009 +ピシアス 0.00000009 +ピシャッと 0.00000009 +ピシャピシャ 0.00000018 +ピシャリ 0.00000055 +ピジャモ 0.00000009 +ピジョン 0.00000028 +ピスケン 0.00000018 +ピストイア 0.00000018 +ピストリウス 0.00000073 +ピストル 0.00000495 +ピストルズ 0.00000018 +ピストン 0.00000028 +ピゾ 0.00000009 +ピタゴラス 0.00000018 +ピタッ 0.00000009 +ピタッと 0.00000055 +ピタパン 0.00000009 +ピタピタ 0.00000028 +ピタマ 0.00000009 +ピタマハ 0.00000018 +ピタリ 0.00000018 +ピチット 0.00000009 +ピチュ 0.00000138 +ピチリアーノ 0.00000018 +ピッカピカ 0.00000018 +ピッカー 0.00000009 +ピッキング 0.00000037 +ピック 0.00000055 +ピックアップ 0.00000101 +ピッグ 0.00000018 +ピッグス 0.00000009 +ピッケル 0.00000009 +ピッコロ 0.00000055 +ピッタリ 0.00000009 +ピッチ 0.00000229 +ピッチャー 0.00000367 +ピッチング 0.00000055 +ピッツバーグ 0.00000092 +ピット 0.00000303 +ピッピッ 0.00000009 +ピップ 0.00000009 +ピッペン 0.00000009 +ピツチャー 0.00000009 +ピティア 0.00000009 +ピデ 0.00000018 +ピナー 0.00000101 +ピニェラ 0.00000009 +ピニャ 0.00000018 +ピニャール 0.00000009 +ピニョン 0.00000018 +ピネラ 0.00000009 +ピノ 0.00000018 +ピノキオ 0.00000018 +ピノチェト 0.00000018 +ピノッキオ 0.00000009 +ピパ 0.00000009 +ピパス 0.00000037 +ピピ 0.00000028 +ピボ 0.00000018 +ピム 0.00000009 +ピメント 0.00000009 +ピヤディガマ 0.00000046 +ピヤリ 0.00000009 +ピヤリー 0.00000009 +ピュア 0.00000064 +ピュアメープル 0.00000009 +ピュイ 0.00000009 +ピュタゴラス 0.00000009 +ピュト 0.00000009 +ピュリッツァー 0.00000009 +ピュリツァー 0.00000018 +ピュロス 0.00000028 +ピュー 0.00000275 +ピューター 0.00000009 +ピューピュー 0.00000009 +ピューマ 0.00000009 +ピューリタン 0.00000009 +ピューリッツアー 0.00000009 +ピューレ 0.00000028 +ピョン 0.00000028 +ピョンッと 0.00000009 +ピョンヤン 0.00000156 +ピョーン 0.00000018 +ピラジ 0.00000083 +ピラティス 0.00000018 +ピラト 0.00000009 +ピラニア 0.00000092 +ピラフ 0.00000083 +ピラミッド 0.00000477 +ピラルクー 0.00000009 +ピランデロ 0.00000028 +ピラー 0.00000046 +ピリオド 0.00000193 +ピリッと 0.00000028 +ピリッポス 0.00000018 +ピリピ 0.00000018 +ピリピリ 0.00000083 +ピリリ 0.00000009 +ピリー 0.00000009 +ピリ辛 0.00000018 +ピル 0.00000083 +ピルスナー 0.00000009 +ピルズナー 0.00000009 +ピルゼン 0.00000009 +ピレイ 0.00000064 +ピレウス 0.00000018 +ピレネー 0.00000037 +ピロクテーテース 0.00000138 +ピロシキ 0.00000018 +ピロリ 0.00000018 +ピロロ 0.00000009 +ピロー 0.00000028 +ピロースピーカー 0.00000028 +ピン 0.00000752 +ピンと 0.00000028 +ピンイン 0.00000018 +ピンカトン 0.00000009 +ピンカン 0.00000009 +ピンカー 0.00000009 +ピンク 0.00000853 +ピンストライプ 0.00000009 +ピンセット 0.00000009 +ピンチ 0.00000092 +ピント 0.00000110 +ピンネル 0.00000009 +ピンハネ 0.00000018 +ピンバッジ 0.00000009 +ピンピン 0.00000018 +ピンホール 0.00000009 +ピンボール 0.00000028 +ピンポイント 0.00000028 +ピンポン 0.00000028 +ピンポーン 0.00000009 +ピン子 0.00000018 +ピン留め 0.00000009 +ピー 0.00000037 +ピーキーズ 0.00000009 +ピーク 0.00000624 +ピークス 0.00000009 +ピーコック 0.00000009 +ピース 0.00000954 +ピータ 0.00000092 +ピータア 0.00000147 +ピーター 0.00003650 +ピータース 0.00000018 +ピータースン 0.00000028 +ピーターズ 0.00000009 +ピーチ 0.00000028 +ピーチマン 0.00000037 +ピーッ 0.00000028 +ピーッと 0.00000138 +ピート 0.00000073 +ピーナッツ 0.00000358 +ピーナツ 0.00000046 +ピーピー 0.00000028 +ピープル 0.00000064 +ピープルウェア 0.00000009 +ピーボディ 0.00000009 +ピーボディー 0.00000009 +ピーポ 0.00000009 +ピーマン 0.00000165 +ピーラー 0.00000009 +ピーンと 0.00000018 +ファ 0.00000009 +ファイ 0.00000009 +ファイア 0.00000110 +ファイアウォール 0.00000009 +ファイアサイン 0.00000009 +ファイアー 0.00000018 +ファイサル 0.00000018 +ファイザー 0.00000064 +ファイズ 0.00000009 +ファイター 0.00000128 +ファイターズ 0.00000624 +ファイティング 0.00000073 +ファイテン 0.00000009 +ファイト 0.00000046 +ファイド 0.00000165 +ファイドー 0.00000009 +ファイナル 0.00000339 +ファイナンシャル 0.00000037 +ファイナンス 0.00000028 +ファイバー 0.00000257 +ファイブ 0.00000055 +ファイヤー 0.00000018 +ファイヤード 0.00000009 +ファイル 0.00001596 +ファイン 0.00000092 +ファインダー 0.00000037 +ファインディング 0.00000028 +ファインマン 0.00000009 +ファウ 0.00000009 +ファウル 0.00000055 +ファウルポール 0.00000018 +ファウンテン 0.00000009 +ファウンデーション 0.00000009 +ファウンドランド 0.00000028 +ファエンツァ 0.00000028 +ファキアー 0.00000009 +ファクアート 0.00000009 +ファクシミリ 0.00000046 +ファクス 0.00001128 +ファクステン 0.00000009 +ファクター 0.00000046 +ファクトリー 0.00000018 +ファゲ 0.00000028 +ファコーヤ 0.00000018 +ファサード 0.00000009 +ファザーリング 0.00000018 +ファシスト 0.00000046 +ファシズム 0.00000174 +ファション 0.00000055 +ファシー 0.00000018 +ファジー 0.00000028 +ファスタップ 0.00000009 +ファステック 0.00000018 +ファスト 0.00000945 +ファスナー 0.00000064 +ファズ 0.00000009 +ファタハ 0.00000055 +ファックス 0.00000028 +ファッショ 0.00000009 +ファッショナブル 0.00000413 +ファッション 0.00003338 +ファッジ 0.00000028 +ファット 0.00000009 +ファットボーイ 0.00000018 +ファツマ 0.00000009 +ファティマ 0.00000018 +ファデラ 0.00000009 +ファトゥーハ 0.00000009 +ファトウ 0.00000009 +ファニング 0.00000055 +ファニー 0.00000037 +ファハド 0.00000028 +ファビアン 0.00000046 +ファビウス 0.00000046 +ファビオ 0.00000018 +ファビュラス 0.00000018 +ファブリツィオ 0.00000009 +ファブリーズ 0.00000009 +ファミコン 0.00000174 +ファミマ 0.00000028 +ファミリア 0.00000028 +ファミリー 0.00001559 +ファミン 0.00000009 +ファム 0.00000046 +ファラ 0.00000009 +ファラオ 0.00000083 +ファラボー 0.00000009 +ファラーチ 0.00000009 +ファリシア 0.00000009 +ファリス 0.00000009 +ファリントッシュ 0.00000018 +ファリントン 0.00000220 +ファル 0.00000064 +ファルコ 0.00000009 +ファルコンズ 0.00000018 +ファルザネー 0.00000046 +ファルジョーニ 0.00000037 +ファルセット 0.00000009 +ファルマス 0.00000018 +ファルーク 0.00000018 +ファルージャ 0.00000009 +ファレル 0.00000046 +ファレン 0.00000037 +ファレンティン 0.00000009 +ファロン 0.00000018 +ファロー 0.00000009 +ファン 0.00009079 +ファンイン 0.00000009 +ファンキー 0.00000110 +ファンク 0.00000138 +ファンクション 0.00000009 +ファンサ 0.00000009 +ファンシャン 0.00000018 +ファンシー 0.00000055 +ファンジン 0.00000165 +ファンタ 0.00000018 +ファンタジア 0.00000018 +ファンタジック 0.00000018 +ファンタジー 0.00000559 +ファンタジーランド 0.00000018 +ファンタスティック 0.00000046 +ファンタム 0.00000009 +ファンダム 0.00000009 +ファンダメンタルズ 0.00000009 +ファンデーション 0.00000073 +ファントム 0.00000009 +ファントン 0.00000009 +ファンド 0.00000147 +ファンドランド 0.00000009 +ファンネット 0.00000064 +ファンバントック 0.00000018 +ファンファーレ 0.00000028 +ファヴロー 0.00000009 +ファーカ 0.00000009 +ファーガソン 0.00000037 +ファーク 0.00000009 +ファーザー 0.00000018 +ファーシング 0.00000009 +ファージング 0.00000009 +ファース 0.00000009 +ファースト 0.00000798 +ファーティミー 0.00000009 +ファーディナンド 0.00000174 +ファードーシァン 0.00000037 +ファーナム 0.00000083 +ファーバー 0.00000009 +ファービー 0.00000009 +ファーマン 0.00000009 +ファーム 0.00000128 +ファーリー 0.00000055 +ファーロング 0.00000046 +ファーン 0.00000009 +ファーント 0.00000009 +フアラオ 0.00000009 +フアレス 0.00000018 +フアン 0.00000009 +フィ 0.00000009 +フィアスコ 0.00000009 +フィアット 0.00000083 +フィアンセ 0.00000119 +フィィリピン 0.00000009 +フィエスタ 0.00000009 +フィオナ 0.00000055 +フィオレラ 0.00000009 +フィオレンティナ 0.00000046 +フィオレンティーナ 0.00000009 +フィオーレ 0.00000009 +フィガロ 0.00000028 +フィギュア 0.00000541 +フィギュアスケーター 0.00000037 +フィギュアスケート 0.00000807 +フィギュアースケート 0.00000009 +フィクション 0.00000248 +フィゲロス 0.00000009 +フィジォアーダ 0.00000009 +フィジカル 0.00000018 +フィジー 0.00000128 +フィスター 0.00000028 +フィックス 0.00002219 +フィッシャ 0.00000009 +フィッシャー 0.00000614 +フィッシュ 0.00000147 +フィッシュナイフ 0.00000009 +フィッシュマン 0.00000018 +フィッシング 0.00000073 +フィッツ 0.00000147 +フィッツジェラルド 0.00000028 +フィッツロイ 0.00000009 +フィッティング 0.00000018 +フィット 0.00000229 +フィットネス 0.00000495 +フィットネスキャンペーン 0.00000009 +フィットネスジム 0.00000018 +フィデリティー 0.00000009 +フィデル 0.00000110 +フィデロ 0.00000009 +フィナンシャル 0.00000119 +フィナーレ 0.00000064 +フィニッシュ 0.00000073 +フィニー 0.00000009 +フィノッキ 0.00000009 +フィヒテ 0.00000009 +フィピル 0.00000073 +フィフィ 0.00000028 +フィフス 0.00000018 +フィフティ 0.00000028 +フィフティー 0.00000046 +フィフティーズ 0.00000009 +フィフティーン 0.00000028 +フィマ 0.00000009 +フィヨルド 0.00000009 +フィヨン 0.00000018 +フィラデルフィア 0.00000339 +フィラメント 0.00000018 +フィラリア 0.00000009 +フィラン 0.00000009 +フィリアス 0.00001843 +フィリイピン 0.00000009 +フィリス 0.00000009 +フィリズ 0.00000018 +フィリッピーナ 0.00000009 +フィリップ 0.00000431 +フィリップス 0.00000037 +フィリッポ 0.00000037 +フィリッポス 0.00000028 +フィリノ 0.00000009 +フィリピン 0.00005594 +フィリピンクルー 0.00000009 +フィリピンバー 0.00000009 +フィリピーナ 0.00000009 +フィリピーノ 0.00000009 +フィリーズ 0.00000064 +フィル 0.00000128 +フィルタ 0.00000028 +フィルタリング 0.00000055 +フィルター 0.00000275 +フィルダー 0.00000275 +フィルハーモニック 0.00000009 +フィルハーモニー 0.00000073 +フィルビー 0.00000092 +フィルム 0.00001064 +フィルムズ 0.00000009 +フィルモア 0.00000028 +フィレ 0.00000018 +フィレンツェ 0.00000284 +フィロポイメン 0.00000018 +フィロメナ 0.00000028 +フィン 0.00000110 +フィンガー 0.00000028 +フィンク 0.00000248 +フィンケル 0.00000037 +フィンチ 0.00000009 +フィンチェム 0.00000009 +フィンチャー 0.00000073 +フィンランド 0.00000578 +フィンリー 0.00000009 +フィンレー 0.00000009 +フィーゴ 0.00000028 +フィージー 0.00000018 +フィースト 0.00000009 +フィーチャリング 0.00000009 +フィーチャー 0.00000009 +フィート 0.00000844 +フィード 0.00000174 +フィーニィアン 0.00000009 +フィーニー 0.00000018 +フィーバー 0.00000083 +フィーリング 0.00000046 +フィールズ 0.00000028 +フィールダー 0.00000046 +フィールド 0.00000459 +フィールドワーク 0.00000009 +フイットネス 0.00000028 +フイリピン 0.00000028 +フゥンバン 0.00000009 +フェア 0.00000624 +フェアウェル 0.00000009 +フェアトレード 0.00000119 +フェアモント 0.00000018 +フェアリー 0.00000009 +フェアリード 0.00000009 +フェアー 0.00000018 +フェイ 0.00000009 +フェイエノールト 0.00000018 +フェイギン 0.00000018 +フェイク 0.00000009 +フェイシャル 0.00000009 +フェイジャン 0.00000009 +フェイジョアーダ 0.00000009 +フェイス 0.00000330 +フェイスフル 0.00000009 +フェイスペイント 0.00000009 +フェイバー 0.00000018 +フェイマス 0.00000009 +フェイム 0.00000046 +フェイルセーフ 0.00000009 +フェイン 0.00000009 +フェインツ 0.00000009 +フェイント 0.00000018 +フェク 0.00000009 +フェザン 0.00000009 +フェシュ 0.00000009 +フェス 0.00000037 +フェスタ 0.00000147 +フェスティバル 0.00001403 +フェスト 0.00000046 +フェタニール 0.00000009 +フェダー 0.00000018 +フェチャン 0.00000018 +フェッジウィッグ 0.00000156 +フェデックス 0.00000083 +フェデラル 0.00000018 +フェデラー 0.00000092 +フェニキア 0.00000101 +フェニックス 0.00000293 +フェニックスチーム 0.00000009 +フェニルアラニン 0.00000009 +フェニルケトン 0.00000009 +フェノロサ 0.00000083 +フェミニスト 0.00000083 +フェミニズム 0.00000083 +フェラ 0.00000009 +フェラガモ 0.00000009 +フェラチオ 0.00000009 +フェランド 0.00000009 +フェラーラ 0.00000055 +フェラーリ 0.00000110 +フェリア 0.00000009 +フェリエ 0.00000009 +フェリシア 0.00000248 +フェリックス 0.00000018 +フェリッペ 0.00000009 +フェリペ 0.00000028 +フェリンシー 0.00000009 +フェリー 0.00000303 +フェル 0.00000009 +フェルゲンハウアー 0.00000018 +フェルシュタイン 0.00000009 +フェルタ 0.00000037 +フェルディナンド 0.00000092 +フェルト 0.00000064 +フェルトン 0.00000009 +フェルド 0.00000018 +フェルドマン 0.00000009 +フェルナンデス 0.00000055 +フェルナンド 0.00000073 +フェルブルッゲン 0.00000018 +フェルプス 0.00000064 +フェルミン 0.00000028 +フェルメール 0.00000028 +フェルモ 0.00000064 +フェレット 0.00000055 +フェレル 0.00000009 +フェレール 0.00000028 +フェロメナ 0.00000009 +フェロモン 0.00000092 +フェロー 0.00000028 +フェローシップ 0.00000009 +フェン 0.00000009 +フェンウェイ 0.00000037 +フェンシング 0.00000238 +フェンシングウェア 0.00000009 +フェンス 0.00000156 +フェンチャーチ 0.00000028 +フェーシャル 0.00000046 +フェース 0.00000028 +フェーズ 0.00000028 +フェード 0.00000018 +フェーム 0.00000009 +フェーラン 0.00000009 +フェーン 0.00000009 +フエ 0.00000009 +フォ 0.00000009 +フォア 0.00000046 +フォアグラ 0.00000156 +フォアド 0.00000028 +フォアハンド 0.00000037 +フォアマン 0.00000009 +フォアランポーン 0.00000009 +フォイル 0.00000009 +フォエ 0.00000009 +フォエニクス 0.00000018 +フォガティ 0.00000046 +フォガーティ 0.00000009 +フォサマックス 0.00000092 +フォジーア 0.00000037 +フォス 0.00000009 +フォスター 0.00000073 +フォセット 0.00000092 +フォックス 0.00000174 +フォッグ 0.00005731 +フォッサム 0.00000009 +フォッシュ 0.00000018 +フォッシル 0.00000018 +フォト 0.00000358 +フォトジェニック 0.00000009 +フォトマスター 0.00000009 +フォニックス 0.00000009 +フォメーション 0.00000009 +フォラツェン 0.00000009 +フォリアーニ 0.00000028 +フォリント 0.00000037 +フォリー 0.00000009 +フォル 0.00000018 +フォルクス 0.00000009 +フォルクスワーゲン 0.00000055 +フォルクローレ 0.00000018 +フォルダー 0.00000009 +フォルテ 0.00000018 +フォルティス 0.00000009 +フォルトゥナーティ 0.00000009 +フォルム 0.00000009 +フォルリ 0.00000037 +フォレスタ 0.00000009 +フォレスト 0.00000138 +フォレンティン 0.00000009 +フォロ 0.00000018 +フォロワー 0.00000009 +フォロー 0.00000147 +フォローティング 0.00000009 +フォワード 0.00000220 +フォン 0.00000605 +フォンセカ 0.00000009 +フォンダ 0.00000009 +フォンティン 0.00000018 +フォンテノー 0.00000009 +フォンテラ 0.00000009 +フォンテーン 0.00000110 +フォンディ 0.00000009 +フォンデュ 0.00000055 +フォント 0.00000092 +フォントライブラリ 0.00000009 +フォー 0.00000193 +フォーエバー 0.00000018 +フォーカス 0.00000128 +フォーガン 0.00000018 +フォーク 0.00000724 +フォークス 0.00000064 +フォークナー 0.00000138 +フォークボール 0.00000064 +フォークリフト 0.00000018 +フォーサイス 0.00000018 +フォーシ 0.00000018 +フォーシー 0.00000009 +フォージ 0.00000009 +フォース 0.00000055 +フォーダム 0.00000018 +フォーチュネート 0.00000312 +フォーチュン 0.00000037 +フォーティアー 0.00000018 +フォーティエ 0.00000009 +フォーティー 0.00000009 +フォーテスキュー 0.00000009 +フォーディンブリッジ 0.00000028 +フォート 0.00000037 +フォートウェーン 0.00000009 +フォートリー 0.00000009 +フォード 0.00001137 +フォーブス 0.00000147 +フォーブズ 0.00000046 +フォーマッタ 0.00000009 +フォーマット 0.00000037 +フォーマル 0.00000101 +フォーミュラ 0.00000037 +フォーミュラスリー 0.00000009 +フォーミュラワン 0.00000009 +フォーム 0.00000275 +フォームズ 0.00000009 +フォーラム 0.00000945 +フォーラー 0.00000018 +フォーリン 0.00000119 +フォーリー 0.00000009 +フォール 0.00000009 +フォールズ 0.00000009 +フォーン 0.00000018 +フォーンジズ 0.00000009 +フォー・ 0.00000009 +フォーー 0.00000009 +フカフカ 0.00000009 +フガフガ 0.00000009 +フクダ 0.00000009 +フクニチ 0.00000018 +フクロウ 0.00000101 +フグ 0.00000037 +フグ田 0.00000028 +フケ 0.00000028 +フシギ 0.00000009 +フジ 0.00000504 +フジシネマ 0.00000009 +フジタ 0.00000018 +フジモト 0.00000009 +フジモリ 0.00000367 +フジロック 0.00000009 +フセイン 0.00001752 +フタ 0.00000046 +フタバ 0.00000028 +フタバスズキリュウ 0.00000028 +フタユ 0.00000009 +フチ 0.00000018 +フッ 0.00000018 +フッと 0.00000018 +フッカー 0.00000009 +フック 0.00000303 +フックス 0.00000128 +フッシュ 0.00000018 +フッション 0.00000018 +フッティ 0.00000018 +フット 0.00000119 +フットサル 0.00000046 +フットニック 0.00000028 +フットボール 0.00000688 +フットワーク 0.00000028 +フッド 0.00000073 +フッフッと 0.00000009 +フッ素 0.00000018 +フツ 0.00000037 +フツフツ 0.00000009 +フツー 0.00000037 +フトン 0.00000037 +フナキ 0.00000009 +フニャフニャ 0.00000009 +フネ 0.00000028 +フビライ 0.00000028 +フフ 0.00000055 +フマキラー 0.00000037 +フミ 0.00000028 +フミコ 0.00000009 +フミヤ 0.00000028 +フム 0.00000018 +フムス 0.00000055 +フュウゼリ 0.00000009 +フューエル 0.00000009 +フュージョン 0.00000009 +フューチャー 0.00000028 +フューラー 0.00000009 +フューレ 0.00000009 +フューレイ 0.00000028 +フラ 0.00000248 +フライ 0.00000312 +フライシャー 0.00000046 +フライデー 0.00000028 +フライト 0.00001082 +フライド 0.00000587 +フライパン 0.00000559 +フライブ 0.00000018 +フライヤー 0.00000046 +フライング 0.00000028 +フラウエンブルク 0.00000009 +フラガール 0.00000037 +フラクタル 0.00000009 +フラシ 0.00000009 +フラショー 0.00000009 +フラストレーション 0.00000220 +フラダンサー 0.00000028 +フラッと 0.00000064 +フラックス 0.00000018 +フラッグ 0.00000018 +フラッグス 0.00000009 +フラッシェ 0.00000009 +フラッシュ 0.00000293 +フラッシュライト 0.00000009 +フラット 0.00000083 +フラットアイロン 0.00000009 +フラッド 0.00000055 +フラップ 0.00000009 +フラッペ 0.00000037 +フラナガン 0.00000055 +フラニガン 0.00000028 +フラハーティ 0.00000009 +フラビア 0.00000009 +フラフラ 0.00000156 +フラフープ 0.00000202 +フラペチーノ 0.00000009 +フラボノイド 0.00000028 +フラマン 0.00000009 +フラミウス 0.00000009 +フラミニウス 0.00000009 +フラミンゴ 0.00000092 +フラム 0.00000037 +フラメンコ 0.00000321 +フラメンコバー 0.00000009 +フラリ 0.00000018 +フラワー 0.00000229 +フラワーシャワー 0.00000009 +フラワーポット 0.00000028 +フラワーレメディ 0.00000009 +フラン 0.00000193 +フランキー 0.00000092 +フランク 0.00000697 +フランクス 0.00000009 +フランクフルト 0.00000110 +フランクリン 0.00000110 +フランクル 0.00000009 +フランケン 0.00000009 +フランケンシュタイン 0.00000073 +フランコ 0.00000028 +フランシス 0.00000514 +フランシスコ 0.00000092 +フランジュリコ 0.00000009 +フランス 0.00014544 +フランスチーム 0.00000028 +フランスルノー 0.00000009 +フランズ 0.00000009 +フランセ 0.00000009 +フランセーズ 0.00000009 +フランソワ 0.00000046 +フランダース 0.00000156 +フランチェスカ 0.00000055 +フランチェスコ 0.00000092 +フランチャイズ 0.00000193 +フランチャク 0.00000028 +フランツ 0.00000046 +フランド 0.00000119 +フランドル 0.00000018 +フランネル 0.00000028 +フランボワーズ 0.00000009 +フラヴネー 0.00000009 +フラー 0.00000018 +フラーレン 0.00000009 +フリ 0.00000028 +フリオ 0.00000009 +フリカケ 0.00000028 +フリカシー 0.00000009 +フリクション 0.00000064 +フリゲート 0.00000028 +フリスク 0.00000009 +フリスビー 0.00000018 +フリックス 0.00000018 +フリッツ 0.00000037 +フリップ 0.00000028 +フリマ 0.00000009 +フリモート 0.00000028 +フリューゲルス 0.00000009 +フリル 0.00000064 +フリン 0.00000055 +フリンジ 0.00000018 +フリント 0.00000614 +フリー 0.00003631 +フリーウェア 0.00000018 +フリーガ 0.00000009 +フリーク 0.00000028 +フリーザー 0.00000009 +フリース 0.00000064 +フリーズ 0.00000101 +フリーター 0.00000312 +フリーダム 0.00000073 +フリーダンサー 0.00000009 +フリーデン 0.00000092 +フリート 0.00000064 +フリード 0.00000028 +フリードマン 0.00000110 +フリードリッヒ 0.00000037 +フリーポート 0.00000009 +フリーマン 0.00000092 +フリーランサー 0.00000037 +フリーランス 0.00000101 +フル 0.00001146 +フルイニング 0.00000009 +フルクサス 0.00000055 +フルグラ 0.00000009 +フルシチョフ 0.00000018 +フルセット 0.00000009 +フルタ 0.00000009 +フルトベリ 0.00000009 +フルニエ 0.00000009 +フルネーム 0.00000018 +フルハム 0.00000009 +フルボディ 0.00000018 +フルマラソン 0.00000064 +フルンケル 0.00000009 +フルンドッホ 0.00000009 +フルーツ 0.00000367 +フルーティ 0.00000009 +フルーティー 0.00000064 +フルート 0.00000119 +フルーレ 0.00000073 +フレア 0.00000009 +フレイ 0.00000009 +フレイカス 0.00000009 +フレイクス 0.00000009 +フレイザー 0.00000028 +フレイザーバラ 0.00000009 +フレイジャー 0.00000018 +フレイビア 0.00000009 +フレイビン 0.00000018 +フレイムス 0.00000009 +フレイリー 0.00000009 +フレキシブル 0.00000083 +フレキシブルシェル 0.00000009 +フレシェット 0.00000018 +フレスコ 0.00000046 +フレズノウ 0.00000018 +フレダ 0.00000009 +フレック 0.00000083 +フレックス 0.00000018 +フレッシュ 0.00000028 +フレッチ 0.00000009 +フレッチャー 0.00000018 +フレット 0.00000018 +フレッド 0.00000321 +フレテレン 0.00000018 +フレディ 0.00000403 +フレデリク 0.00000018 +フレデリクスベルグ 0.00000018 +フレデリック 0.00000028 +フレド 0.00000018 +フレドリック 0.00000083 +フレネ 0.00000009 +フレミング 0.00000018 +フレモント 0.00000009 +フレリョ 0.00000018 +フレンズ 0.00000110 +フレンチ 0.00000266 +フレンチキス 0.00000009 +フレンツェ 0.00000018 +フレンド 0.00002375 +フレンドシップ 0.00000028 +フレンドデニム 0.00000028 +フレンドリー 0.00000248 +フレーク 0.00000009 +フレーザー 0.00000018 +フレーズ 0.00000376 +フレーバー 0.00000101 +フレーバーティー 0.00000009 +フレーム 0.00000431 +フレームズ 0.00000009 +フロ 0.00000009 +フロア 0.00000413 +フロアー 0.00000028 +フロイト 0.00000018 +フロイド 0.00000101 +フロス 0.00000073 +フロスト 0.00000037 +フロック 0.00000101 +フロッグ 0.00000037 +フロッデン 0.00000009 +フロッピー 0.00000119 +フロド 0.00000073 +フロリアン 0.00000018 +フロリダ 0.00001055 +フロリン 0.00000018 +フロレス 0.00000055 +フロレンシオ 0.00000009 +フロレンティーン 0.00000009 +フロン 0.00000009 +フロンガス 0.00000028 +フロンターレ 0.00000018 +フロンティア 0.00000110 +フロンティアランド 0.00000009 +フロント 0.00000413 +フロントロイヤル 0.00000009 +フロントロビー 0.00000009 +フロー 0.00000101 +フローズン 0.00000037 +フロート 0.00000156 +フローベール 0.00000009 +フローマン 0.00000009 +フローラ 0.00000028 +フローラル 0.00000064 +フローラン 0.00000009 +フローリング 0.00000046 +フローレンス 0.00000073 +フローレンティーニ 0.00000009 +フワッと 0.00000046 +フワフワ 0.00000110 +フン 0.00000110 +フンシンペック 0.00000009 +フンジ 0.00000028 +フンス 0.00000009 +フンセン 0.00000018 +フンフロック 0.00000018 +フンフン 0.00000009 +フンボルト 0.00000009 +フンメル 0.00000009 +フー 0.00000092 +フーガ 0.00000009 +フーコー 0.00000018 +フージン 0.00000018 +フーズ 0.00000055 +フーチェン 0.00000009 +フーッ 0.00000009 +フーヅ 0.00000009 +フーテン 0.00000028 +フートー 0.00000018 +フード 0.00001678 +フードバンク 0.00000064 +フーナン 0.00000009 +フーバー 0.00000046 +フーフー 0.00000009 +フープ 0.00000055 +フーベルト 0.00000009 +フーリエ 0.00000028 +フーリガン 0.00000248 +フーリー 0.00000009 +フール 0.00000128 +ブ 0.00000028 +ブアマン 0.00000009 +ブイ 0.00000092 +ブイヨン 0.00000073 +ブインディ 0.00000009 +ブウブウ 0.00000009 +ブエナビスタ 0.00000009 +ブエノス 0.00000046 +ブエノスアイレス 0.00000174 +ブカツ 0.00000009 +ブカレスト 0.00000101 +ブカーリ 0.00000009 +ブガボ 0.00000009 +ブキティンギ 0.00000028 +ブギー 0.00000018 +ブギーボード 0.00000018 +ブコバ 0.00000009 +ブザー 0.00000101 +ブシャム 0.00000009 +ブシャール 0.00000018 +ブジェヨビツェ 0.00000009 +ブジー 0.00000018 +ブス 0.00000083 +ブスタマンテ 0.00000018 +ブスト 0.00000009 +ブタ 0.00000468 +ブタペスト 0.00000037 +ブタン 0.00000009 +ブタ肉 0.00000009 +ブタ飼い 0.00000009 +ブタ飼いは 0.00000009 +ブダ 0.00000018 +ブダペスト 0.00000055 +ブチ 0.00000046 +ブッカー 0.00000009 +ブッキング 0.00000046 +ブック 0.00001110 +ブックオフ 0.00000028 +ブックス 0.00000055 +ブックフェア 0.00000009 +ブックマン 0.00000055 +ブックマーク 0.00000009 +ブックレット 0.00000018 +ブックレビュー 0.00000009 +ブッシェル 0.00000009 +ブッシュ 0.00005089 +ブッシュマン 0.00000028 +ブッソーネ 0.00000009 +ブッダ 0.00000376 +ブッダガヤ 0.00000009 +ブッチホン 0.00000009 +ブッチャー 0.00000009 +ブット 0.00000083 +ブッフォン 0.00000018 +ブツブツ 0.00000110 +ブティック 0.00000220 +ブティックワイン 0.00000028 +ブディング 0.00000009 +ブドウ 0.00000926 +ブナ 0.00000138 +ブナケン 0.00000018 +ブナノキ 0.00000018 +ブニカ 0.00000009 +ブニョル 0.00000046 +ブニョーレ 0.00000009 +ブネ 0.00000009 +ブヒブヒ 0.00000009 +ブブ 0.00000028 +ブブゼラ 0.00000073 +ブヨ 0.00000165 +ブヨブヨ 0.00000009 +ブラ 0.00000101 +ブライア 0.00000009 +ブライアン 0.00000348 +ブライアント 0.00000009 +ブライオニ 0.00000101 +ブライジ 0.00000009 +ブライダル 0.00000055 +ブライダルフェア 0.00000009 +ブライト 0.00000009 +ブライトン 0.00000018 +ブライド 0.00000138 +ブライユ 0.00000018 +ブラインド 0.00000248 +ブラウ 0.00000009 +ブラウザ 0.00000073 +ブラウザー 0.00000147 +ブラウジング 0.00000018 +ブラウス 0.00000303 +ブラウズ 0.00000046 +ブラウニング 0.00000028 +ブラウニー 0.00000028 +ブラウム 0.00000018 +ブラウン 0.00001577 +ブラウンロー 0.00000018 +ブラク 0.00000028 +ブラザー 0.00000046 +ブラザース 0.00000046 +ブラザーズ 0.00000156 +ブラシ 0.00000403 +ブラシッング 0.00000009 +ブラジスラフ 0.00000009 +ブラジャー 0.00000248 +ブラジリア 0.00000028 +ブラジリアン 0.00000028 +ブラジル 0.00003943 +ブラジルバーベキュー 0.00000009 +ブラジルラム 0.00000009 +ブラス 0.00000101 +ブラチスラバ 0.00000009 +ブラチョ 0.00000009 +ブラッと 0.00000009 +ブラッカイマー 0.00000018 +ブラッキー 0.00000037 +ブラック 0.00001018 +ブラックジャック 0.00000018 +ブラックジョーク 0.00000028 +ブラックス 0.00000064 +ブラックレイン 0.00000009 +ブラッサム 0.00000009 +ブラッシュ 0.00000028 +ブラッシング 0.00000018 +ブラッスリー 0.00000009 +ブラッター 0.00000009 +ブラッチ 0.00000009 +ブラッチョ 0.00000018 +ブラッディ 0.00000046 +ブラッディー 0.00000009 +ブラット 0.00000028 +ブラッド 0.00000440 +ブラッドリィ 0.00000018 +ブラッドリー 0.00000055 +ブラティスラバ 0.00000009 +ブラティスラヴァ 0.00000028 +ブラディ 0.00000009 +ブラドック 0.00000183 +ブラドリー 0.00000018 +ブラナガン 0.00000009 +ブラニガン 0.00000009 +ブラバント 0.00000037 +ブラバンド 0.00000009 +ブラヒミ 0.00000009 +ブラピ 0.00000018 +ブラフマン 0.00000009 +ブラブラ 0.00000422 +ブラボー 0.00000009 +ブラム 0.00000028 +ブラン 0.00000064 +ブランキーニ 0.00000018 +ブランク 0.00000046 +ブランクス 0.00000009 +ブランケット 0.00000046 +ブランケンシップ 0.00000028 +ブランコ 0.00000165 +ブランシェット 0.00000028 +ブランス 0.00000028 +ブランストン 0.00000009 +ブランソン 0.00000018 +ブランダイス 0.00000009 +ブランダンバレー 0.00000009 +ブランチ 0.00000037 +ブランチャード 0.00000009 +ブランディ 0.00000018 +ブランディング 0.00000009 +ブランディー 0.00000009 +ブランデイ 0.00000037 +ブランデンブルク 0.00000018 +ブランデンブルグ 0.00000009 +ブランデー 0.00000238 +ブラント 0.00000037 +ブランド 0.00004732 +ブランドリー 0.00000064 +ブランドン 0.00000018 +ブランマンジェ 0.00000018 +ブラー 0.00000028 +ブラートブルスト 0.00000018 +ブラーナ 0.00000009 +ブラーマ 0.00000018 +ブラームス 0.00000018 +ブリ 0.00000092 +ブリア 0.00000018 +ブリエット 0.00000009 +ブリカム 0.00000037 +ブリガム 0.00000028 +ブリガムヤング 0.00000009 +ブリガンティン 0.00000009 +ブリキ 0.00001302 +ブリクス 0.00000037 +ブリクストン 0.00000055 +ブリグ 0.00000009 +ブリケット 0.00000028 +ブリザード 0.00000009 +ブリジット 0.00000073 +ブリス 0.00000009 +ブリスキー 0.00000037 +ブリスコ 0.00000018 +ブリストル 0.00000128 +ブリスベン 0.00000110 +ブリズベン 0.00000046 +ブリセイス 0.00000037 +ブリセウス 0.00000018 +ブリセーイス 0.00000009 +ブリヂストン 0.00000092 +ブリッキンリッジ 0.00000073 +ブリック 0.00000018 +ブリックス 0.00000018 +ブリッジ 0.00000679 +ブリッジス 0.00000028 +ブリッジャー 0.00000018 +ブリット 0.00000101 +ブリティッシュ 0.00000238 +ブリティッシュロック 0.00000009 +ブリテイッシュ 0.00000009 +ブリテン 0.00000018 +ブリトニー 0.00000119 +ブリトン 0.00000028 +ブリニー 0.00000009 +ブリュセル 0.00000009 +ブリュッセル 0.00000174 +ブリューワー 0.00000037 +ブリリアント 0.00000037 +ブリンクレー 0.00000009 +ブリンシジ 0.00000055 +ブリンゾヴェ 0.00000009 +ブリンゾヴェー 0.00000009 +ブリント 0.00000009 +ブリー 0.00000028 +ブリーズ 0.00000009 +ブリーセーイス 0.00000009 +ブリーダー 0.00000028 +ブリーチ 0.00000009 +ブリード 0.00000009 +ブリーフ 0.00000064 +ブリーム 0.00000009 +ブル 0.00000055 +ブルカ 0.00000028 +ブルガリア 0.00000550 +ブルキナファソ 0.00000037 +ブルク 0.00000018 +ブルゴーニュ 0.00000028 +ブルゴーニュワイン 0.00000018 +ブルジェ 0.00000009 +ブルジュ 0.00000046 +ブルジョワ 0.00000018 +ブルジョン 0.00000009 +ブルズ 0.00000018 +ブルセラ 0.00000009 +ブルターニュ 0.00000046 +ブルッ 0.00000018 +ブルッキングス 0.00000018 +ブルッキングズ 0.00000009 +ブルック 0.00000138 +ブルックス 0.00000138 +ブルックナー 0.00000028 +ブルックリン 0.00000147 +ブルテリア 0.00000009 +ブルトワン 0.00000009 +ブルドッグ 0.00000073 +ブルドーザー 0.00000018 +ブルネイ 0.00000009 +ブルハヌディン 0.00000009 +ブルハンプル 0.00000009 +ブルバード 0.00000028 +ブルブル 0.00000064 +ブルブルツ 0.00000009 +ブルボン 0.00000009 +ブルマ 0.00000073 +ブルマー 0.00000009 +ブルム 0.00000028 +ブルワーズ 0.00000037 +ブルンジ 0.00000064 +ブルンスビュッテル 0.00000009 +ブルンダール 0.00000009 +ブルー 0.00001431 +ブルーイン 0.00000009 +ブルース 0.00000660 +ブルーズ 0.00000009 +ブルータス 0.00000064 +ブルート 0.00000064 +ブルートレイン 0.00000046 +ブルーナ 0.00000064 +ブルーノ 0.00000073 +ブルーベリー 0.00000064 +ブルーム 0.00000431 +ブルームズベリー 0.00000009 +ブルームーン 0.00000009 +ブレ—ズ 0.00000009 +ブレア 0.00000926 +ブレイカー 0.00000018 +ブレイカーズ 0.00000009 +ブレイク 0.00000156 +ブレイクニー 0.00000018 +ブレイザーズ 0.00000009 +ブレイディ 0.00000064 +ブレイディー 0.00000028 +ブレイトン 0.00000119 +ブレイド 0.00000009 +ブレイブマン 0.00000009 +ブレイン 0.00000119 +ブレインストーミング 0.00000009 +ブレザー 0.00000028 +ブレジネフ 0.00000009 +ブレスト 0.00000009 +ブレスレット 0.00000138 +ブレックス 0.00000009 +ブレックファースト 0.00000009 +ブレッシュ 0.00000018 +ブレッシントン 0.00000266 +ブレッデル 0.00000018 +ブレット 0.00000009 +ブレッド 0.00000009 +ブレティン 0.00000009 +ブレデル 0.00000037 +ブレナー 0.00000009 +ブレネマン 0.00000018 +ブレヒト 0.00000009 +ブレマー 0.00000101 +ブレモウサ 0.00000009 +ブレン 0.00000037 +ブレンダ 0.00000128 +ブレンダン 0.00000009 +ブレンダー 0.00000018 +ブレント 0.00000028 +ブレンド 0.00000165 +ブレーカー 0.00000064 +ブレーキ 0.00000532 +ブレーク 0.00000193 +ブレーケ 0.00000046 +ブレーデル 0.00000009 +ブレード 0.00000101 +ブレーブス 0.00000009 +ブレーマー 0.00000009 +ブレーメン 0.00000018 +ブレーン 0.00000009 +ブロガー 0.00000321 +ブログ 0.00000724 +ブロス 0.00000009 +ブロスナン 0.00000028 +ブロズキ 0.00000028 +ブロック 0.00001009 +ブロックル 0.00000009 +ブロッコリー 0.00000138 +ブロッサム 0.00000028 +ブロッシュ 0.00000009 +ブロディ 0.00000009 +ブロマイド 0.00000009 +ブロンクス 0.00000092 +ブロンコス 0.00000009 +ブロンコズ 0.00000028 +ブロンズ 0.00000348 +ブロンズレリーフ 0.00000009 +ブロンソン 0.00000064 +ブロンダン 0.00000009 +ブロントサウルス 0.00000009 +ブロンド 0.00000275 +ブロー 0.00000028 +ブローカ 0.00000083 +ブローカー 0.00000220 +ブローク 0.00000018 +ブロークン 0.00000037 +ブローズ 0.00000009 +ブローチ 0.00000128 +ブロートーチ 0.00000009 +ブロード 0.00000569 +ブロードウェー 0.00000037 +ブロードバンド 0.00000834 +ブロードバンドラジオ 0.00000009 +ブロードライ 0.00000009 +ブローニー 0.00000138 +ブローリー 0.00000028 +ブンザー 0.00000009 +ブンジ 0.00000018 +ブンチェン 0.00000009 +ブンデル 0.00000064 +ブント 0.00000009 +ブンブン 0.00000037 +ブンヤ 0.00000009 +ブンヤラガリン 0.00000009 +ブー 0.00000009 +ブーイング 0.00000147 +ブーケ 0.00000028 +ブーケアレンジ 0.00000009 +ブーケセレモニー 0.00000009 +ブーケデザイン 0.00000009 +ブーサ 0.00000009 +ブーシュ・デュ・ローヌ 0.00000018 +ブージュルード 0.00000009 +ブース 0.00000220 +ブースで 0.00000009 +ブースター 0.00000037 +ブータン 0.00000211 +ブーツ 0.00000367 +ブーツキーパー 0.00000009 +ブーティ 0.00000009 +ブーテフリカ 0.00000018 +ブーテー 0.00000028 +ブート 0.00000028 +ブードゥ 0.00000009 +ブーニン 0.00000018 +ブーフ 0.00000009 +ブーブー 0.00000092 +ブーマー 0.00000046 +ブーム 0.00003503 +ブーメラン 0.00000018 +ブーリ 0.00000009 +ブール 0.00000018 +ブールバード 0.00000009 +ブーン 0.00000073 +ブ男 0.00000018 +プア 0.00000009 +プアーズ 0.00000009 +プエラリア 0.00000018 +プエルトリカン 0.00000009 +プエルトリコ 0.00000119 +プサン 0.00000092 +プシンタン 0.00000009 +プジョー 0.00000009 +プスッと 0.00000009 +プチ 0.00000073 +プチッ 0.00000009 +プチトリアノン 0.00000018 +プチプチ 0.00000046 +プチン 0.00000009 +プックラ 0.00000009 +プッシュ 0.00000073 +プッチ 0.00000009 +プッチモニ 0.00000009 +プッチーニ 0.00000046 +プッディング 0.00000009 +プット 0.00000009 +プップッと 0.00000018 +プツンプツンと 0.00000009 +プティ 0.00000018 +プティング 0.00000018 +プティーア 0.00000009 +プテロダクティルス 0.00000018 +プディング 0.00000248 +プトレマイオス 0.00000018 +プナウ 0.00000009 +プナカ 0.00000009 +プナホウ 0.00000018 +プノンペン 0.00000303 +プファンド 0.00000009 +プミポン 0.00000018 +プラ 0.00000018 +プライオリティ 0.00000009 +プライオリティー 0.00000028 +プライス 0.00000083 +プライズ 0.00000174 +プライド 0.00000834 +プライバシー 0.00001366 +プライベート 0.00001045 +プライマリケア 0.00000018 +プライマリー 0.00000055 +プライム 0.00000037 +プライヤ 0.00000009 +プラカード 0.00000101 +プラクティカル 0.00000009 +プラクティショナー 0.00000183 +プラクティス 0.00000018 +プラクティック 0.00000009 +プラグ 0.00000055 +プラグイン 0.00000009 +プラグマティスト 0.00000073 +プラグラム 0.00000018 +プラサダ 0.00000028 +プラザ 0.00000183 +プラシ 0.00000018 +プラシド 0.00000009 +プラシーボ 0.00000018 +プラス 0.00000871 +プラスイオン 0.00000009 +プラスイメージ 0.00000009 +プラスチック 0.00001394 +プラスチックトレー 0.00000018 +プラスチツク 0.00000009 +プラスティキ 0.00000018 +プラスティック 0.00000055 +プラズマ 0.00000128 +プラセボ 0.00000009 +プラセンタエキス 0.00000018 +プラセンタオイル 0.00000009 +プラタ 0.00000018 +プラタナス 0.00000037 +プラタレア 0.00000009 +プラタープ 0.00000018 +プラダ 0.00000092 +プラチナ 0.00000119 +プラック 0.00000009 +プラット 0.00000083 +プラットフォーム 0.00000183 +プラットホーム 0.00000385 +プラツキ 0.00000009 +プラティマ 0.00000028 +プラディ 0.00000009 +プラトゥーナム 0.00000009 +プラトニック 0.00000018 +プラトニックラブ 0.00000009 +プラトフェイト 0.00000009 +プラトン 0.00000110 +プラトー 0.00000009 +プラトーン 0.00000018 +プラド 0.00000028 +プラナン 0.00000009 +プラナーズ 0.00000009 +プラネタリウム 0.00000257 +プラネット 0.00000092 +プラハ 0.00000229 +プラバ 0.00000101 +プラム 0.00000147 +プラモデル 0.00000101 +プラヤス 0.00000009 +プラレール 0.00000009 +プラン 0.00001220 +プランク 0.00000028 +プランクトン 0.00000037 +プランタゴ 0.00000009 +プランタラム 0.00000009 +プランタン 0.00000055 +プランター 0.00000046 +プランテーション 0.00000046 +プランテーン 0.00000083 +プラント 0.00000138 +プランナー 0.00000073 +プランニング 0.00000037 +プランピーナツ 0.00000119 +プラー 0.00000009 +プラーク 0.00000037 +プラージュ 0.00000028 +プラーベッサ 0.00000009 +プラーン 0.00000018 +プリアモス 0.00000449 +プリウス 0.00000183 +プリエゴ 0.00000055 +プリオン 0.00000018 +プリキュア 0.00000028 +プリクラ 0.00000165 +プリクラシール 0.00000009 +プリコグ 0.00000046 +プリザーブ 0.00000009 +プリシュティナ 0.00000009 +プリジェダー 0.00000009 +プリジスタップ 0.00000009 +プリスクール 0.00000018 +プリズマティック 0.00000009 +プリズム 0.00000009 +プリセット 0.00000018 +プリチャド 0.00000009 +プリチャード 0.00000009 +プリッキーヌー 0.00000009 +プリティーン 0.00000009 +プリトビツェ 0.00000009 +プリニウス 0.00000009 +プリプリっと 0.00000009 +プリペイド 0.00000174 +プリペード 0.00000018 +プリマ 0.00000092 +プリマコフ 0.00000018 +プリマス 0.00000083 +プリミティブ 0.00000009 +プリム 0.00000018 +プリン 0.00000293 +プリンシプル 0.00000018 +プリンス 0.00000220 +プリンストン 0.00000083 +プリンスラビッツ 0.00000009 +プリンセス 0.00000284 +プリンタ 0.00000028 +プリンター 0.00000358 +プリンツ 0.00000018 +プリント 0.00000440 +プリンパン 0.00000009 +プリーエ 0.00000009 +プリーストリー 0.00000046 +プリーズ 0.00000037 +プリーツ 0.00000018 +プル 0.00000009 +プルコギ 0.00000009 +プルゴギ 0.00000009 +プルチーニ 0.00000009 +プルトップ 0.00000009 +プルトニウム 0.00000101 +プルドー 0.00000009 +プルルーン 0.00000009 +プルーデンス 0.00000018 +プルート 0.00000009 +プルートォ 0.00000055 +プルーフ 0.00000009 +プルーン 0.00000018 +プレ 0.00000037 +プレイ 0.00000422 +プレイオフ 0.00000009 +プレイス 0.00000064 +プレイステーション 0.00000367 +プレイスメント 0.00000009 +プレイフィー 0.00000009 +プレイボーイ 0.00000147 +プレイボーイズ 0.00000018 +プレイヤー 0.00000339 +プレイヤーズ 0.00000018 +プレイランド 0.00000018 +プレイン 0.00000092 +プレイング 0.00000110 +プレウォッシュ 0.00000009 +プレオ 0.00000028 +プレキシガラス 0.00000018 +プレクト 0.00000028 +プレサージュハイウェイスター 0.00000009 +プレザント 0.00000083 +プレシテント 0.00000009 +プレシーズン 0.00000018 +プレジェクト 0.00000009 +プレジテント 0.00000009 +プレジデンシャル 0.00000009 +プレジデンツ 0.00000009 +プレジデント 0.00000028 +プレジャー 0.00000028 +プレス 0.00000321 +プレスクール 0.00000018 +プレスコット 0.00000018 +プレステ 0.00000046 +プレスティジ 0.00000018 +プレスティージュ 0.00000009 +プレステージ 0.00000037 +プレストリー 0.00000009 +プレストン 0.00000009 +プレストンビュー 0.00000009 +プレスパス 0.00000009 +プレスリー 0.00000559 +プレセツク 0.00000009 +プレセント 0.00000009 +プレゼン 0.00000238 +プレゼンス 0.00000018 +プレゼンター 0.00000018 +プレゼンテーション 0.00000376 +プレゼント 0.00003723 +プレタ 0.00000009 +プレッシャー 0.00001284 +プレデター 0.00000009 +プレトリア 0.00000028 +プレド 0.00000009 +プレハブ 0.00000046 +プレビュー 0.00000018 +プレブル 0.00000009 +プレミア 0.00000229 +プレミアム 0.00000046 +プレム 0.00000018 +プレヤー 0.00000009 +プレリュード 0.00000009 +プレンダ 0.00000092 +プレー 0.00003155 +プレーイング 0.00000028 +プレース 0.00000046 +プレート 0.00000385 +プレード 0.00000009 +プレーボーイ 0.00000009 +プレーム 0.00000018 +プレーヤー 0.00001623 +プレーリー 0.00000046 +プレーン 0.00000064 +プロ 0.00008455 +プロアイス 0.00000009 +プロアノ 0.00000018 +プロアマ 0.00000018 +プロイセン 0.00000018 +プロキシ 0.00000009 +プロクター 0.00000147 +プログラマ 0.00000403 +プログラマー 0.00000083 +プログラミング 0.00000385 +プログラム 0.00007474 +プログララム 0.00000018 +プログレス 0.00000037 +プログレッシブ 0.00000009 +プロゲストーゲン 0.00000009 +プロサッカー 0.00000018 +プロシア 0.00000028 +プロシェクト 0.00000009 +プロシージャ 0.00000009 +プロジェクター 0.00000064 +プロジェクト 0.00008372 +プロジェクトリーダ 0.00000028 +プロジャズ 0.00000009 +プロセス 0.00001146 +プロセスチーズ 0.00000009 +プロセッサ 0.00000055 +プロセッサメーカー 0.00000009 +プロタゴラス 0.00000046 +プロダクション 0.00000468 +プロダクションズ 0.00000009 +プロダクツ 0.00000009 +プロダクト 0.00000046 +プロダンサー 0.00000028 +プロット 0.00000018 +プロテアーゼ 0.00000037 +プロテイン 0.00000046 +プロテクター 0.00000018 +プロテシラオス 0.00000018 +プロテスタント 0.00000284 +プロテニス 0.00000119 +プロディ 0.00000009 +プロデューサー 0.00001293 +プロデュース 0.00000303 +プロデユース 0.00000009 +プロトコル 0.00000156 +プロトジーン 0.00000009 +プロトタイプ 0.00000037 +プロトニコヴァ 0.00000009 +プロトン 0.00000037 +プロバイダ 0.00000037 +プロバイダー 0.00000275 +プロバンス 0.00000018 +プロパガンダ 0.00000147 +プロパティー 0.00000009 +プロパン 0.00000046 +プロビデンス 0.00000009 +プロピライア 0.00000018 +プロファイラー 0.00000018 +プロファイリング 0.00000018 +プロフィシェンシー 0.00000009 +プロフィット 0.00000009 +プロフィール 0.00000174 +プロフェショナル 0.00000009 +プロフェッサー 0.00000028 +プロフェッショナル 0.00000183 +プロフットボール 0.00000037 +プロブスト 0.00000009 +プロブディフ 0.00000009 +プロブレム 0.00000018 +プロベラ 0.00000009 +プロベンジ 0.00000064 +プロベンツァーノ 0.00000009 +プロペシア 0.00000018 +プロペラ 0.00000165 +プロポリス 0.00000046 +プロポーション 0.00000147 +プロポーズ 0.00000504 +プロマラソン 0.00000009 +プロミス 0.00000009 +プロミスト 0.00000009 +プロミスリング 0.00000009 +プロム 0.00000009 +プロモーション 0.00000541 +プロモーター 0.00000064 +プロモート 0.00000037 +プロラトリウム 0.00000009 +プロリーグ 0.00000064 +プロレス 0.00000403 +プロレスファン 0.00000018 +プロローグ 0.00000009 +プロヴァンスフル 0.00000009 +プローズ 0.00000009 +プローテ 0.00000028 +プローディ 0.00000018 +プロード 0.00000009 +プローブ 0.00000028 +プンジャブ 0.00000018 +プンタ 0.00000028 +プンプン 0.00000083 +プー 0.00000183 +プーアル 0.00000018 +プーアール 0.00000009 +プーケット 0.00000055 +プージェ 0.00000009 +プーチン 0.00000587 +プーチンロシア 0.00000009 +プードル 0.00000046 +プーナ 0.00000009 +プール 0.00001678 +プーン 0.00000009 +ヘ 0.00000028 +ヘア 0.00000569 +ヘアケア 0.00000018 +ヘアピン 0.00000009 +ヘアー 0.00000165 +ヘアース 0.00000009 +ヘアースタイリスト 0.00000009 +ヘアースタイル 0.00000147 +ヘイ 0.00000073 +ヘイスティングス 0.00000009 +ヘイズ 0.00000037 +ヘイズラー 0.00000009 +ヘイタ 0.00000028 +ヘイト 0.00000248 +ヘイマーケット 0.00000009 +ヘイヤ 0.00000064 +ヘイリング 0.00000119 +ヘイル 0.00000083 +ヘイレン 0.00000009 +ヘイワース 0.00000009 +ヘイワード 0.00000037 +ヘカベ 0.00000018 +ヘギョン 0.00000028 +ヘクスバグ 0.00000009 +ヘクター 0.00000018 +ヘクタール 0.00000275 +ヘクトール 0.00001192 +ヘクマティアル 0.00000009 +ヘザー 0.00000055 +ヘシオドス 0.00000018 +ヘスペリデス 0.00000009 +ヘソ 0.00000009 +ヘソクリ 0.00000018 +ヘソ連 0.00000009 +ヘタ 0.00000046 +ヘタヘタ 0.00000009 +ヘタリ 0.00000009 +ヘチマ 0.00000018 +ヘック 0.00000009 +ヘッケル 0.00000009 +ヘッジ 0.00000018 +ヘッセ 0.00000055 +ヘッダ 0.00000009 +ヘッダー 0.00000046 +ヘッディング 0.00000009 +ヘッド 0.00000514 +ヘッドバンド 0.00000018 +ヘッドホン 0.00000147 +ヘッドライト 0.00000046 +ヘッドライン 0.00000037 +ヘッドレスト 0.00000018 +ヘップバーン 0.00000128 +ヘディ 0.00000009 +ヘディンガム 0.00000009 +ヘディング 0.00000138 +ヘトヘト 0.00000064 +ヘトラバーユ 0.00000009 +ヘドロ 0.00000028 +ヘナ 0.00000009 +ヘニガン 0.00000009 +ヘネシー 0.00000018 +ヘネス 0.00000009 +ヘパエストス 0.00000009 +ヘビ 0.00000633 +ヘビの 0.00000009 +ヘビイモ 0.00000009 +ヘビトリ 0.00000009 +ヘビメタ 0.00000018 +ヘビー 0.00000339 +ヘビ肉 0.00000009 +ヘブライ 0.00000110 +ヘブロン 0.00000018 +ヘブン 0.00000073 +ヘプチル 0.00000009 +ヘプバーン 0.00000064 +ヘボ 0.00000018 +ヘボン 0.00000211 +ヘマ 0.00000018 +ヘマトクリット 0.00000009 +ヘミング 0.00000028 +ヘミングウェー 0.00000018 +ヘムロック 0.00000028 +ヘモグロビン 0.00000046 +ヘラ 0.00000055 +ヘラクレス 0.00000092 +ヘラジカ 0.00000018 +ヘラス 0.00000009 +ヘラヘラ 0.00000009 +ヘラルド 0.00000037 +ヘラート 0.00000009 +ヘリ 0.00000101 +ヘリウム 0.00000101 +ヘリオガバルス 0.00000018 +ヘリオット 0.00000009 +ヘリカル 0.00000009 +ヘリコプター 0.00000403 +ヘリテッジ 0.00000018 +ヘリテージ 0.00000009 +ヘリフォード 0.00000009 +ヘリポート 0.00000028 +ヘリング 0.00000009 +ヘル 0.00000009 +ヘルコウィッツ 0.00000009 +ヘルサリシャス 0.00000009 +ヘルシェル 0.00000009 +ヘルシンキ 0.00000073 +ヘルシング 0.00000028 +ヘルシー 0.00000248 +ヘルシーフード 0.00000028 +ヘルス 0.00000156 +ヘルスケア 0.00000018 +ヘルストン 0.00000009 +ヘルズ 0.00000028 +ヘルダー 0.00000018 +ヘルツ 0.00000083 +ヘルツェゴビナ 0.00000018 +ヘルニア 0.00000009 +ヘルパー 0.00000138 +ヘルプ 0.00000101 +ヘルプフル 0.00000018 +ヘルプライン 0.00000037 +ヘルペス 0.00000009 +ヘルマ 0.00000018 +ヘルマンド 0.00000009 +ヘルミオネー 0.00000018 +ヘルミオーネ 0.00000018 +ヘルム 0.00000009 +ヘルムス 0.00000018 +ヘルムズレー 0.00000028 +ヘルムホルツ 0.00000037 +ヘルムート 0.00000009 +ヘルメス 0.00000009 +ヘルメット 0.00000440 +ヘルメース 0.00000018 +ヘレイナーニ 0.00000037 +ヘレスポント 0.00000009 +ヘレスポントス 0.00000009 +ヘレスポンント 0.00000009 +ヘレナ 0.00000339 +ヘレネ 0.00000009 +ヘレネー 0.00001082 +ヘレノス 0.00000009 +ヘレフォード 0.00000028 +ヘレン 0.00000358 +ヘロイン 0.00000174 +ヘロデ 0.00000018 +ヘロドトス 0.00000009 +ヘン 0.00000165 +ヘンウッド 0.00000009 +ヘンシオ 0.00000009 +ヘンジ 0.00000046 +ヘンゼル 0.00000018 +ヘンソン 0.00000009 +ヘンダーソン 0.00000046 +ヘンチー 0.00000119 +ヘンテコ 0.00000028 +ヘンディ 0.00000009 +ヘントン 0.00000009 +ヘンドリクセン 0.00000009 +ヘンドリック 0.00000037 +ヘンドリックス 0.00000028 +ヘンドリックセン 0.00000009 +ヘンドリッヒ 0.00000009 +ヘンリ 0.00000055 +ヘンリエッタ 0.00000009 +ヘンリック 0.00000009 +ヘンリックセン 0.00000018 +ヘンリー 0.00001009 +ヘヴィメタル 0.00000046 +ヘヴン 0.00000009 +ヘ・ 0.00000009 +ヘー 0.00000009 +ヘーグ 0.00000009 +ヘーシンク 0.00000028 +ヘーゼルナッツ 0.00000009 +ヘーラクレース 0.00000037 +ヘール 0.00000046 +ヘーヴィーズ 0.00000009 +ヘ回 0.00000009 +ベ 0.00000009 +ベき 0.00000009 +ベア 0.00000018 +ベアテ 0.00000028 +ベアトリクス 0.00000018 +ベアトリーチェ 0.00000009 +ベアリング 0.00000046 +ベアー 0.00000009 +ベアーズ 0.00000028 +ベアード 0.00000064 +ベイ 0.00000569 +ベイカー 0.00000440 +ベイクド 0.00000018 +ベイクドビーン 0.00000009 +ベイジン 0.00000009 +ベイス 0.00000064 +ベイズ 0.00000018 +ベイダー 0.00000092 +ベイツ 0.00000092 +ベイト 0.00000009 +ベイナー 0.00000064 +ベイブ 0.00000009 +ベイラ 0.00000018 +ベイラー 0.00000028 +ベイリー 0.00000018 +ベイリーフ 0.00000009 +ベイル 0.00000018 +ベイルート 0.00000064 +ベイン 0.00000055 +ベオグラード 0.00000073 +ベガ 0.00000018 +ベガルタ 0.00000009 +ベクシル 0.00000018 +ベクトル 0.00000009 +ベクラー 0.00000009 +ベグ 0.00000009 +ベグリー 0.00000009 +ベケット 0.00000028 +ベコベコ 0.00000009 +ベシオ 0.00000028 +ベシャッと 0.00000009 +ベシー 0.00000009 +ベジ 0.00000037 +ベジタブル 0.00000037 +ベジタリアン 0.00000220 +ベジタリアンピザ 0.00000009 +ベジャール 0.00000028 +ベス 0.00000238 +ベスタガード 0.00000119 +ベスダ 0.00000009 +ベスト 0.00003870 +ベストラー 0.00000009 +ベスビアン 0.00000009 +ベスビオ 0.00000018 +ベセル 0.00000009 +ベソ 0.00000018 +ベソブラソヴァ 0.00000009 +ベタ 0.00000009 +ベタイン 0.00000009 +ベタッと 0.00000009 +ベタベタ 0.00000165 +ベタメタゾン 0.00000009 +ベター 0.00000046 +ベチュラ 0.00000009 +ベッカ 0.00000018 +ベッカム 0.00001155 +ベッカー 0.00000018 +ベッカーズ 0.00000009 +ベッキンガム 0.00000009 +ベッキー 0.00000018 +ベック 0.00000028 +ベックストムーロ 0.00000018 +ベックストローム 0.00000028 +ベックマン 0.00000009 +ベッタリ 0.00000009 +ベッタン 0.00000009 +ベッチャー 0.00000046 +ベッツィー 0.00000018 +ベット 0.00000101 +ベッド 0.00003916 +ベツレヘム 0.00000028 +ベティ 0.00000138 +ベティー 0.00000028 +ベテスダ 0.00000018 +ベテラン 0.00000642 +ベテランスタッフ 0.00000009 +ベテランストライカー 0.00000009 +ベテランズ 0.00000037 +ベディントン 0.00000018 +ベト 0.00000028 +ベトコン 0.00000092 +ベトナム 0.00003833 +ベトベト 0.00000028 +ベトミン 0.00000101 +ベドウズ 0.00000119 +ベドショー 0.00000028 +ベナジル 0.00000009 +ベナレス 0.00000101 +ベナン 0.00000202 +ベニザケ 0.00000009 +ベニス 0.00000348 +ベニバナ 0.00000046 +ベニヒワ 0.00000009 +ベニュー 0.00000009 +ベニン 0.00000018 +ベニンガー 0.00000009 +ベニー 0.00000009 +ベネ 0.00000119 +ベネシャン 0.00000009 +ベネズエラ 0.00000477 +ベネチア 0.00000293 +ベネチアン 0.00000009 +ベネッセ 0.00000028 +ベネット 0.00000092 +ベネディクト 0.00000165 +ベネトン 0.00000009 +ベネマン 0.00000028 +ベビー 0.00000358 +ベビーカー 0.00000110 +ベビーザらス 0.00000028 +ベビーシッター 0.00000339 +ベビーシッティング 0.00000009 +ベビーバス 0.00000009 +ベビーヨガ 0.00000028 +ベプタイド 0.00000009 +ベヘロフカ 0.00000009 +ベモ 0.00000009 +ベラ 0.00000275 +ベラクア 0.00000009 +ベラスケス 0.00000009 +ベラッジオ 0.00000009 +ベラドンナ 0.00000009 +ベラベラ 0.00000009 +ベラベラブック 0.00000009 +ベラミー 0.00000009 +ベラルーシ 0.00000073 +ベランダ 0.00000211 +ベリエ 0.00000202 +ベリブ 0.00000018 +ベリラブ 0.00000009 +ベリンダ 0.00000110 +ベリー 0.00000330 +ベリーズ 0.00000018 +ベリーダンサー 0.00000046 +ベル 0.00000990 +ベルエア 0.00000009 +ベルガモ 0.00000009 +ベルガード 0.00000009 +ベルガール 0.00000009 +ベルギー 0.00001165 +ベルゲン 0.00000009 +ベルサイユ 0.00000211 +ベルタ 0.00000009 +ベルダスコ 0.00000018 +ベルチッチ 0.00000009 +ベルティル 0.00000009 +ベルテル 0.00000028 +ベルデ 0.00000009 +ベルディ 0.00000009 +ベルト 0.00001275 +ベルトス 0.00000009 +ベルトラン 0.00000028 +ベルナデッタ 0.00000028 +ベルナルド 0.00000037 +ベルナーティ 0.00000009 +ベルナーボ 0.00000009 +ベルナール 0.00000018 +ベルネル 0.00000009 +ベルビュー 0.00000028 +ベルファスト 0.00000064 +ベルファーレ 0.00000018 +ベルフェゴール 0.00000009 +ベルベット 0.00000037 +ベルホフスタット 0.00000009 +ベルボトム 0.00000009 +ベルボーイ 0.00000055 +ベルマーレ 0.00000046 +ベルモイ 0.00000009 +ベルラ 0.00000009 +ベルリオーズ 0.00000009 +ベルリッツ 0.00000028 +ベルリン 0.00001155 +ベルルスコーニ 0.00000073 +ベルン 0.00000055 +ベルンハルト 0.00000009 +ベルーガ 0.00000073 +ベレ 0.00000028 +ベレス 0.00000009 +ベレン 0.00000009 +ベレント 0.00000046 +ベレー 0.00000009 +ベレーザ 0.00000055 +ベロ 0.00000018 +ベロタクシー 0.00000083 +ベロニカ 0.00000009 +ベロニク 0.00000009 +ベロベロ 0.00000009 +ベロンベロン 0.00000018 +ベロー 0.00000009 +ベン 0.00001183 +ベンガジ 0.00000009 +ベンガル 0.00000128 +ベンガルトラ 0.00000009 +ベンゲル 0.00000009 +ベンゴフ 0.00000018 +ベンショーテン 0.00000009 +ベンジャミン 0.00000275 +ベンスチョーテン 0.00000009 +ベンスン 0.00000009 +ベンズ 0.00000009 +ベンソン 0.00000018 +ベンタイン 0.00000018 +ベンダー 0.00000110 +ベンチ 0.00000523 +ベンチャー 0.00000504 +ベンツ 0.00000073 +ベンティ 0.00000009 +ベンティヴォリオ 0.00000055 +ベンテン 0.00000009 +ベンド 0.00000028 +ベンボウ 0.00000165 +ベンヤミン 0.00000028 +ベンヴォリオ 0.00000092 +ベー 0.00000009 +ベーア 0.00000018 +ベーアマン 0.00000083 +ベーカリー 0.00000055 +ベーカー 0.00000248 +ベーキング 0.00000028 +ベーク 0.00000018 +ベークトポテト 0.00000009 +ベーグル 0.00000183 +ベーコン 0.00000440 +ベーサン 0.00000009 +ベーシスト 0.00000009 +ベーシック 0.00000055 +ベージュ 0.00000037 +ベース 0.00001284 +ベーズ 0.00000009 +ベータ 0.00000229 +ベーダ 0.00000018 +ベーダー 0.00000009 +ベートーベン 0.00000330 +ベートーヴェン 0.00000037 +ベーブ 0.00000092 +ベープ 0.00000009 +ベーラ 0.00000009 +ベーラート 0.00000009 +ベーリング 0.00000046 +ベール 0.00000312 +ベーログ 0.00000018 +ベーン 0.00000009 +ペ 0.00000119 +ペア 0.00000394 +ペアリング 0.00000037 +ペアルック 0.00000009 +ペアレッスン 0.00000009 +ペアレンツ 0.00000018 +ペアレント 0.00000018 +ペアワーク 0.00000009 +ペイオフ 0.00000018 +ペイズリー 0.00000009 +ペイト 0.00000028 +ペイトン 0.00000009 +ペイパル 0.00000055 +ペイリン 0.00000110 +ペイン 0.00000037 +ペインター 0.00000009 +ペインティング 0.00000046 +ペイント 0.00000046 +ペゥル 0.00000009 +ペキン 0.00000358 +ペギー 0.00000064 +ペグ 0.00000083 +ペコ 0.00000147 +ペコペコ 0.00000119 +ペシャワール 0.00000037 +ペシャンコ 0.00000037 +ペスト 0.00000009 +ペソ 0.00000092 +ペタス 0.00000009 +ペタペタ 0.00000009 +ペダリング 0.00000009 +ペダル 0.00000174 +ペダルボート 0.00000009 +ペチコート 0.00000028 +ペチッティ 0.00000009 +ペチャっと 0.00000009 +ペチャクチャ 0.00000018 +ペチャパイ 0.00000009 +ペッと 0.00000009 +ペック 0.00000046 +ペッツセル 0.00000009 +ペット 0.00004824 +ペットイン 0.00000009 +ペットレスキュー 0.00000009 +ペッパー 0.00000046 +ペッパークッキー 0.00000037 +ペティ 0.00000018 +ペティコート 0.00000009 +ペティス 0.00000037 +ペティファー 0.00000009 +ペティロー 0.00000009 +ペテルセン 0.00000018 +ペテルノッリ 0.00000064 +ペテルブルク 0.00000009 +ペテルブルグ 0.00000028 +ペテロ 0.00000037 +ペテン 0.00000220 +ペディキュア 0.00000018 +ペトコ 0.00000009 +ペトラ 0.00000055 +ペトラルカ 0.00000009 +ペトリ 0.00000009 +ペトルッチ 0.00000018 +ペトロ 0.00000009 +ペトロチャイナ 0.00000092 +ペトロナスツ 0.00000009 +ペトロリア 0.00000101 +ペトロリアム 0.00000009 +ペトロール 0.00000009 +ペドノー 0.00000009 +ペドノージョバン 0.00000037 +ペドラ 0.00000018 +ペドレラ 0.00000009 +ペドロ 0.00000037 +ペドロイア 0.00000009 +ペナルティ 0.00000037 +ペナルティエリア 0.00000009 +ペナルティキック 0.00000037 +ペナルティー 0.00000046 +ペナント 0.00000211 +ペニィ 0.00000018 +ペニシリン 0.00000028 +ペニス 0.00000064 +ペニマン 0.00000046 +ペニンシュラ 0.00000037 +ペニー 0.00000303 +ペニーズ 0.00000009 +ペネロペ 0.00000009 +ペネローザ 0.00000037 +ペネローペ 0.00000028 +ペパー 0.00000009 +ペパーズ 0.00000009 +ペプシ 0.00000046 +ペプシコーラ 0.00000009 +ペプシブルー 0.00000009 +ペプト 0.00000009 +ペプトン 0.00000009 +ペベンシー 0.00000028 +ペマ 0.00000028 +ペラ 0.00000009 +ペラスギ 0.00000018 +ペラペラ 0.00000202 +ペラン 0.00000018 +ペリカン 0.00000037 +ペリクリュメノス 0.00000018 +ペリクレス 0.00000009 +ペリシテ 0.00000009 +ペリノ 0.00000037 +ペリー 0.00000220 +ペル 0.00000018 +ペルシア 0.00000110 +ペルシアライラック 0.00000009 +ペルシェロン 0.00000009 +ペルシノース 0.00000009 +ペルシャ 0.00000486 +ペルシュロン 0.00000119 +ペルジアトピオン 0.00000009 +ペルセポリス 0.00000009 +ペルティナクス 0.00000055 +ペルドリヨー 0.00000009 +ペルピニャン 0.00000037 +ペルベズ 0.00000018 +ペルミノフ 0.00000037 +ペルメル 0.00000009 +ペルー 0.00001412 +ペルージャ 0.00000128 +ペレ 0.00000009 +ペレイラ 0.00000009 +ペレウス 0.00000037 +ペレス 0.00000037 +ペレストロイカ 0.00000092 +ペレーウス 0.00000009 +ペレール 0.00000009 +ペロシ 0.00000147 +ペロン 0.00000046 +ペロー 0.00000037 +ペン 0.00001009 +ペンキ 0.00000330 +ペンギン 0.00000348 +ペンケース 0.00000009 +ペンサコラ 0.00000009 +ペンサコーラ 0.00000009 +ペンション 0.00000073 +ペンシル 0.00000028 +ペンシルバニア 0.00000138 +ペンシルベニア 0.00000266 +ペンシルヴァニア 0.00000018 +ペンシルヴェニア 0.00000018 +ペンス 0.00000449 +ペンタ 0.00000009 +ペンタゴン 0.00000046 +ペンタックス 0.00000028 +ペンタル 0.00000009 +ペンダント 0.00000055 +ペンティアム 0.00000018 +ペンテシレイア 0.00000238 +ペンディング 0.00000018 +ペント 0.00000018 +ペンナ 0.00000009 +ペンナイフ 0.00000009 +ペンパル 0.00000101 +ペンフィールド 0.00000009 +ペンライト 0.00000018 +ペンローズ 0.00000009 +ページ 0.00004723 +ページェント 0.00000009 +ページャー 0.00000009 +ペース 0.00001311 +ペースト 0.00000165 +ペーストリー 0.00000009 +ペーソス 0.00000018 +ペーター 0.00000009 +ペーネロペー 0.00000092 +ペーパー 0.00000954 +ペーパーレス 0.00000018 +ペーブメント 0.00000009 +ペール 0.00000028 +ペーレウス 0.00000055 +ホァ 0.00000018 +ホァン 0.00000018 +ホア 0.00000009 +ホアキン 0.00000018 +ホアン 0.00000018 +ホイ 0.00000046 +ホイアン 0.00000037 +ホイジンガ 0.00000018 +ホイスト 0.00000257 +ホイッスル 0.00000037 +ホイット 0.00000092 +ホイットニ 0.00000073 +ホイットニィー 0.00000009 +ホイットニー 0.00000073 +ホイップ 0.00000055 +ホイヘンス 0.00000064 +ホイホイ 0.00000009 +ホイリゲ 0.00000055 +ホイール 0.00000037 +ホイールドン 0.00000046 +ホウ 0.00000009 +ホウキ 0.00000018 +ホウレン 0.00000156 +ホウン 0.00000009 +ホエール 0.00000018 +ホエールズ 0.00000018 +ホカ 0.00000009 +ホクホク 0.00000009 +ホクロ 0.00000009 +ホグワーツ 0.00000220 +ホコ 0.00000018 +ホコテン 0.00000037 +ホコリ 0.00000073 +ホサ 0.00000009 +ホサナ 0.00000009 +ホシア 0.00000009 +ホスティング 0.00000018 +ホステス 0.00000449 +ホステスバー 0.00000018 +ホステル 0.00000110 +ホスト 0.00001486 +ホストファーザー 0.00000009 +ホストマザー 0.00000018 +ホスニ 0.00000018 +ホスピス 0.00000073 +ホスピタブル 0.00000009 +ホスピタリティ 0.00000018 +ホスピタリティー 0.00000018 +ホスピタル 0.00000092 +ホスピタルー 0.00000009 +ホズマ 0.00000128 +ホズマー 0.00000110 +ホセ 0.00000083 +ホセイン 0.00000018 +ホセ・ 0.00000009 +ホタテ 0.00000037 +ホタル 0.00000064 +ホダ 0.00000009 +ホチキス 0.00000009 +ホッ 0.00000018 +ホッと 0.00000890 +ホッキョククジラ 0.00000018 +ホッキョクグマ 0.00000055 +ホック 0.00000037 +ホッケー 0.00000312 +ホッチキス 0.00000028 +ホッテントット 0.00000009 +ホット 0.00000669 +ホットスパ 0.00000018 +ホットドック 0.00000046 +ホットミール 0.00000009 +ホットライン 0.00000092 +ホットワイン 0.00000009 +ホッピー 0.00000028 +ホッフェンブラム 0.00000018 +ホッブス 0.00000018 +ホッブズ 0.00000037 +ホップ 0.00000468 +ホテイ 0.00000009 +ホテル 0.00010637 +ホテルズ 0.00000037 +ホドロコフスキー 0.00000018 +ホヌ 0.00000009 +ホノルル 0.00000376 +ホノルルマラソン 0.00000101 +ホノーリア 0.00000009 +ホバリング 0.00000018 +ホビィ 0.00000009 +ホビット 0.00000018 +ホビー 0.00000009 +ホビーフェア 0.00000018 +ホフ 0.00000009 +ホファー 0.00000028 +ホフマイスター 0.00000009 +ホフマン 0.00000046 +ホブス 0.00000018 +ホブソン 0.00000018 +ホプキンス 0.00000193 +ホプキンズ 0.00000101 +ホプロパリア 0.00000018 +ホホバ 0.00000018 +ホメ 0.00000018 +ホメイニ 0.00000028 +ホメオスタシス 0.00000018 +ホメオパシー 0.00000009 +ホメロス 0.00000064 +ホモ 0.00000165 +ホモセクシャル 0.00000037 +ホモセクシュアル 0.00000028 +ホモトシコロジー 0.00000009 +ホラ 0.00000046 +ホライズン 0.00000009 +ホラショビツェ 0.00000009 +ホラティウス 0.00000009 +ホラハン 0.00000293 +ホランド 0.00000009 +ホラー 0.00000275 +ホリ 0.00000009 +ホリエナジー 0.00000037 +ホリエモン 0.00000119 +ホリス 0.00000018 +ホリディ 0.00000018 +ホリデイ 0.00000009 +ホリデー 0.00000633 +ホリフィールド 0.00000009 +ホリプロ 0.00000083 +ホリプロタレント 0.00000009 +ホリー 0.00000037 +ホルエムヘル 0.00000009 +ホルシュタイン 0.00000009 +ホルス 0.00000009 +ホルスタイン 0.00000009 +ホルステン 0.00000009 +ホルスト 0.00000009 +ホルタ 0.00000018 +ホルターネック 0.00000009 +ホルダー 0.00000183 +ホルドレン 0.00000009 +ホルバート 0.00000055 +ホルブルック 0.00000028 +ホルヘ 0.00000018 +ホルベルヒ 0.00000009 +ホルボーン 0.00000009 +ホルマリン 0.00000018 +ホルム 0.00000009 +ホルムアルデヒド 0.00000009 +ホルモン 0.00000422 +ホルンド 0.00000009 +ホレイショ 0.00000009 +ホロ 0.00000028 +ホログラム 0.00000018 +ホロコースト 0.00000211 +ホロビッツ 0.00000028 +ホロホロ 0.00000018 +ホワイ 0.00000028 +ホワイティング 0.00000009 +ホワイト 0.00002458 +ホワイトニング 0.00000018 +ホワッツ 0.00000009 +ホワットソン 0.00000009 +ホワン 0.00000009 +ホン 0.00000083 +ホンクーバー 0.00000009 +ホング 0.00000018 +ホンコン 0.00000752 +ホンジェラス 0.00000009 +ホンダ 0.00000834 +ホンデュラス 0.00000046 +ホント 0.00000504 +ホントッ 0.00000009 +ホンネ 0.00000018 +ホンマ 0.00000018 +ホンマグロ 0.00000009 +ホンマン 0.00000009 +ホンモノ 0.00000119 +ホー 0.00000083 +ホーエンザルツブルク 0.00000018 +ホーカム 0.00000009 +ホーカーズ 0.00000009 +ホーガン 0.00000046 +ホーガーザイル 0.00000046 +ホーキング 0.00000009 +ホーキンス 0.00000055 +ホーキンズ 0.00000348 +ホーク 0.00000064 +ホークス 0.00000743 +ホーゲン 0.00000018 +ホース 0.00000275 +ホースト 0.00000037 +ホーゼンフェルト 0.00000018 +ホーチ 0.00000018 +ホーチミン 0.00000110 +ホートン 0.00000037 +ホーナー 0.00000147 +ホーニー 0.00000009 +ホーネット 0.00000028 +ホープ 0.00000156 +ホーホーと 0.00000009 +ホーボー 0.00000009 +ホーマー 0.00000009 +ホーミー 0.00000028 +ホーム 0.00004998 +ホームシック 0.00000220 +ホームスティ 0.00000037 +ホームステイ 0.00002027 +ホームズ 0.00007309 +ホームズゥ 0.00000055 +ホームレス 0.00000935 +ホームージ 0.00000009 +ホーユー 0.00000009 +ホーラム 0.00000009 +ホーリー 0.00000037 +ホール 0.00001981 +ホールウィート 0.00000009 +ホールガーメント 0.00000138 +ホールズ 0.00000009 +ホールズワース 0.00000009 +ホールディングス 0.00000064 +ホールディングズ 0.00000018 +ホールド 0.00000028 +ホールボーライン 0.00000028 +ホールマン 0.00000009 +ホーロー 0.00000009 +ホーン 0.00000165 +ホーンビィ 0.00000009 +ホーヴァー 0.00000046 +ボア 0.00000009 +ボイコット 0.00000238 +ボイス 0.00000229 +ボイストレーナー 0.00000009 +ボイストレーニング 0.00000009 +ボイズ 0.00000064 +ボイデン 0.00000092 +ボイトン 0.00000009 +ボイラー 0.00000064 +ボイル 0.00000073 +ボイルド 0.00000037 +ボイントン 0.00000018 +ボウ 0.00000018 +ボウイ 0.00000009 +ボウイー 0.00000018 +ボウエン 0.00000009 +ボウシャ 0.00000110 +ボウヘイ 0.00000083 +ボウボウ 0.00000009 +ボウマン 0.00000009 +ボウリング 0.00000238 +ボウル 0.00000614 +ボウルズ 0.00000009 +ボエーム 0.00000018 +ボカ 0.00000028 +ボカシ 0.00000009 +ボガート 0.00000018 +ボキッ 0.00000009 +ボキャブラリ 0.00000009 +ボキャブラリィー 0.00000009 +ボキャブラリー 0.00000092 +ボキーノ 0.00000009 +ボギー 0.00000028 +ボク 0.00000459 +ボクガ 0.00000009 +ボクサー 0.00000440 +ボクシング 0.00000559 +ボクシングジム 0.00000028 +ボクシングデー 0.00000009 +ボクシーバ 0.00000028 +ボケ 0.00000119 +ボケッ 0.00000009 +ボケー 0.00000009 +ボコボコ 0.00000046 +ボゴタ 0.00000009 +ボゴール 0.00000009 +ボサノバ 0.00000028 +ボサボサ 0.00000073 +ボシュロム 0.00000009 +ボショバト 0.00000009 +ボジョレー 0.00000183 +ボス 0.00000752 +ボスコ 0.00000037 +ボスコーリ 0.00000009 +ボストン 0.00001100 +ボストンマラソン 0.00000028 +ボストーク 0.00000009 +ボスニア 0.00000128 +ボスニア・ 0.00000018 +ボスポラス 0.00000028 +ボスマン 0.00000018 +ボズウェル 0.00000009 +ボソッと 0.00000009 +ボソボソ 0.00000046 +ボタニカル 0.00000009 +ボタボタ 0.00000009 +ボタン 0.00001788 +ボタンバー 0.00000018 +ボチボチ 0.00000009 +ボチャン 0.00000009 +ボック 0.00000028 +ボックス 0.00001027 +ボックスティッシュ 0.00000009 +ボックリ 0.00000009 +ボッシーニ 0.00000009 +ボッティチェリ 0.00000018 +ボット 0.00000083 +ボツリヌス 0.00000009 +ボツワナ 0.00000073 +ボディ 0.00000266 +ボディガード 0.00000046 +ボディコン 0.00000009 +ボディシャワー 0.00000009 +ボディス 0.00000009 +ボディソニック 0.00000055 +ボディペインティング 0.00000009 +ボディライン 0.00000046 +ボディラップ 0.00000009 +ボディランゲージ 0.00000055 +ボディワーク 0.00000009 +ボディー 0.00000303 +ボディーガード 0.00000046 +ボディーケア 0.00000009 +ボディーシャワー 0.00000009 +ボディーマス 0.00000009 +ボトム 0.00000018 +ボトムス 0.00000009 +ボトル 0.00001541 +ボトルド 0.00000009 +ボナパルト 0.00000028 +ボナー 0.00000009 +ボニフェキウス 0.00000009 +ボニン 0.00000028 +ボニー 0.00000083 +ボノ 0.00000119 +ボパール 0.00000018 +ボビー 0.00000321 +ボビーフレイ 0.00000009 +ボフノー 0.00000018 +ボブ 0.00004411 +ボブスレー 0.00000009 +ボヘミア 0.00000101 +ボヘミアン 0.00000064 +ボマー 0.00000009 +ボム 0.00000018 +ボヤ 0.00000009 +ボヤボヤ 0.00000009 +ボヤージ 0.00000009 +ボヨビッチ 0.00000009 +ボラ 0.00000028 +ボラカイ 0.00000018 +ボランタリー 0.00000018 +ボランティア 0.00005099 +ボランティアズ 0.00000018 +ボランテイ 0.00000009 +ボラーン 0.00000009 +ボリアビ 0.00000009 +ボリショイ 0.00000055 +ボリス 0.00000028 +ボリック 0.00000018 +ボリナージュ 0.00000009 +ボリビア 0.00000477 +ボリューム 0.00000119 +ボルグ 0.00000009 +ボルゲーゼ 0.00000009 +ボルゴ 0.00000009 +ボルシェ 0.00000009 +ボルシチ 0.00000009 +ボルシュベルグ 0.00000009 +ボルジア 0.00000083 +ボルダー 0.00000028 +ボルチモア 0.00000073 +ボルテ 0.00000028 +ボルティモア 0.00000083 +ボルテージ 0.00000028 +ボルト 0.00000257 +ボルトン 0.00000028 +ボルドウィン 0.00000055 +ボルドー 0.00000193 +ボルネオ 0.00000119 +ボルフェ 0.00000009 +ボルベール 0.00000009 +ボルボ 0.00000138 +ボルム 0.00000009 +ボルンホルム 0.00000009 +ボルヴィック 0.00000009 +ボレ 0.00000028 +ボレアス 0.00000009 +ボレッリ 0.00000046 +ボレー 0.00000018 +ボロ 0.00000193 +ボロウ 0.00000009 +ボロクソ 0.00000046 +ボロチコワ 0.00000028 +ボロブドール 0.00000009 +ボロボロ 0.00000046 +ボロヴィチカ 0.00000009 +ボロー 0.00000009 +ボローニャ 0.00000193 +ボローネ 0.00000009 +ボワ 0.00000009 +ボン 0.00000073 +ボンゴ 0.00000009 +ボンサイ 0.00000009 +ボンジュック 0.00000009 +ボンジョヴィ 0.00000037 +ボンズ 0.00000193 +ボンダイ 0.00000064 +ボンデージ 0.00000009 +ボントック 0.00000046 +ボンド 0.00000403 +ボンドガール 0.00000018 +ボンネット 0.00000083 +ボンバース 0.00000009 +ボンパール 0.00000009 +ボンビリヤ 0.00000009 +ボンビージャ 0.00000009 +ボンピージャ 0.00000009 +ボンベ 0.00000028 +ボンベイ 0.00000486 +ボンペイ 0.00000037 +ボンボワールド 0.00000009 +ボンボン 0.00000037 +ボン・ 0.00000009 +ボー 0.00000101 +ボーイ 0.00001898 +ボーイスカウト 0.00000083 +ボーイズ 0.00000073 +ボーイッシュ 0.00000018 +ボーイング 0.00000266 +ボーカリスト 0.00000083 +ボーカル 0.00000284 +ボーゲン 0.00000009 +ボージョレ 0.00000266 +ボージョレー 0.00000046 +ボースティング 0.00000009 +ボーズ 0.00000009 +ボーソン 0.00000037 +ボーター 0.00000009 +ボーダフォン 0.00000064 +ボーダレス 0.00000009 +ボーダー 0.00000046 +ボーダーライン 0.00000009 +ボーダーレス 0.00000037 +ボーッ 0.00000028 +ボーッと 0.00000165 +ボーテ 0.00000009 +ボート 0.00001889 +ボートレイン 0.00000028 +ボード 0.00000559 +ボーナス 0.00000715 +ボーネ 0.00000009 +ボーネルンド 0.00000018 +ボーマン 0.00000055 +ボーム 0.00000018 +ボーラート 0.00000009 +ボーリング 0.00000110 +ボール 0.00004017 +ボールデン 0.00000083 +ボールドウィン 0.00000046 +ボーン 0.00000202 +ボーンズ 0.00000092 +ボーンマス 0.00000009 +ポ 0.00000028 +ポアロ 0.00000018 +ポイズンピル 0.00000009 +ポイポイ 0.00000009 +ポインセチア 0.00000009 +ポインタ 0.00000055 +ポインター 0.00000009 +ポインツ 0.00000018 +ポインティング 0.00000009 +ポイント 0.00002421 +ポイントガード 0.00000018 +ポイ捨て 0.00000018 +ポエム 0.00000018 +ポカポカ 0.00000046 +ポカラ 0.00000028 +ポカリスウェット 0.00000009 +ポカン 0.00000018 +ポキッ 0.00000009 +ポキポキ 0.00000009 +ポクー 0.00000055 +ポケット 0.00002091 +ポケットモンスター 0.00000046 +ポケットワープロ 0.00000009 +ポケパーク 0.00000055 +ポケベル 0.00000110 +ポケモン 0.00000156 +ポコ 0.00000028 +ポジショニング 0.00000009 +ポジション 0.00000495 +ポジティブ 0.00000275 +ポジョ 0.00000009 +ポスタル 0.00000009 +ポスター 0.00001073 +ポスティング 0.00000046 +ポスト 0.00001192 +ポストドクター 0.00000009 +ポストモダニズム 0.00000009 +ポストモダン 0.00000009 +ポスポシル 0.00000009 +ポセイドン 0.00000009 +ポタポタ 0.00000055 +ポタラ 0.00000009 +ポタージュ 0.00000009 +ポダル 0.00000018 +ポダレイリオス 0.00000009 +ポチ 0.00000028 +ポチバン 0.00000009 +ポチャン 0.00000009 +ポッと 0.00000028 +ポッカ 0.00000018 +ポッカリ 0.00000018 +ポッキー 0.00000138 +ポックリ 0.00000028 +ポッケット 0.00000009 +ポッター 0.00000779 +ポッターシリーズ 0.00000046 +ポッターズ 0.00000009 +ポッチャリ 0.00000009 +ポッツ 0.00000009 +ポット 0.00000367 +ポットラック 0.00000037 +ポッド 0.00000073 +ポップ 0.00000890 +ポップアーティスト 0.00000009 +ポップアート 0.00000046 +ポップコーン 0.00000064 +ポップス 0.00000440 +ポップスター 0.00000147 +ポップン 0.00000009 +ポッライウォーロ 0.00000009 +ポツダム 0.00000101 +ポツポツ 0.00000009 +ポツリ 0.00000028 +ポツリポツリ 0.00000018 +ポツン 0.00000009 +ポツンと 0.00000046 +ポテチ 0.00000009 +ポテト 0.00000761 +ポテンシャル 0.00000009 +ポト 0.00000046 +ポトフ 0.00000028 +ポトマック 0.00000037 +ポトラッチ 0.00000009 +ポトンポトン 0.00000018 +ポトーマック 0.00000009 +ポナペ 0.00000009 +ポニョ 0.00000037 +ポニー 0.00000073 +ポニーキャニオン 0.00000009 +ポニーテール 0.00000018 +ポパイ 0.00000009 +ポピオルコウスキ 0.00000009 +ポピュラー 0.00000422 +ポピュラーソング 0.00000009 +ポピュリスト 0.00000018 +ポピラ 0.00000009 +ポピンズ 0.00000009 +ポピー 0.00000028 +ポプラ 0.00000128 +ポプリ 0.00000009 +ポペンズ 0.00000009 +ポボス 0.00000101 +ポミアノフスカ 0.00000037 +ポラロイド 0.00000046 +ポランスキー 0.00000046 +ポラーラ 0.00000037 +ポラール 0.00000018 +ポリウレタン 0.00000009 +ポリエステル 0.00000018 +ポリエチレン 0.00000037 +ポリオ 0.00000220 +ポリカーボネート 0.00000009 +ポリグリコール 0.00000009 +ポリシー 0.00000092 +ポリス 0.00000101 +ポリスチレン 0.00000018 +ポリッジ 0.00000018 +ポリティアン 0.00000009 +ポリティカル 0.00000028 +ポリトコフスカヤ 0.00000073 +ポリネシア 0.00000055 +ポリノジック 0.00000009 +ポリフェノール 0.00000174 +ポリプロピレン 0.00000037 +ポリマー 0.00000028 +ポリメラーゼ 0.00000009 +ポリュダマース 0.00000028 +ポリュデウ 0.00000009 +ポリュデウケス 0.00000009 +ポリンスキー 0.00000009 +ポリー 0.00000156 +ポリーナ 0.00000028 +ポリープ 0.00000046 +ポリ袋 0.00000018 +ポル 0.00000046 +ポルカ 0.00000055 +ポルケ 0.00000018 +ポルシェ 0.00000073 +ポルシュ 0.00000009 +ポルチーニ 0.00000009 +ポルテ 0.00000009 +ポルト 0.00000110 +ポルトガル 0.00001669 +ポルトス 0.00000009 +ポルトランド 0.00000009 +ポルトープランス 0.00000119 +ポルドュー 0.00000018 +ポルノ 0.00000403 +ポルノビデオ 0.00000009 +ポルポト 0.00000138 +ポロ 0.00000083 +ポロシャツ 0.00000018 +ポロッ 0.00000009 +ポロッと 0.00000009 +ポロック 0.00000009 +ポロネーズ 0.00000018 +ポロポロ 0.00000018 +ポロリ 0.00000028 +ポローナ 0.00000028 +ポン 0.00000119 +ポンと 0.00000009 +ポンキッキーズ 0.00000018 +ポンス 0.00000037 +ポンチョ 0.00000009 +ポンテオ 0.00000009 +ポンド 0.00002494 +ポンパドゥール 0.00000009 +ポンパドール 0.00000009 +ポンプ 0.00000248 +ポンペイ 0.00000055 +ポンポン 0.00000028 +ポン酢 0.00000018 +ポー 0.00000174 +ポーウェル 0.00000009 +ポーカー 0.00000046 +ポーク 0.00000083 +ポーグス 0.00000009 +ポージェス 0.00000009 +ポーズ 0.00000642 +ポータケット 0.00000018 +ポータビリティ 0.00000028 +ポータブル 0.00000147 +ポータブルミニ 0.00000009 +ポータル 0.00000128 +ポーター 0.00000220 +ポーチ 0.00000083 +ポーチコ 0.00000018 +ポーチド 0.00000009 +ポーッ 0.00000009 +ポーッと 0.00000018 +ポーツマス 0.00000083 +ポーティコ 0.00000009 +ポート 0.00000293 +ポートサイド 0.00000009 +ポートフォリオ 0.00000018 +ポートベロー 0.00000009 +ポートマス 0.00000009 +ポートマン 0.00000009 +ポートモレスビー 0.00000009 +ポートライナー 0.00000009 +ポートランド 0.00000284 +ポートルイス 0.00000009 +ポートレイト 0.00000018 +ポートレート 0.00000064 +ポーニー 0.00000009 +ポーバー 0.00000009 +ポーヒーズ 0.00000009 +ポーピエット 0.00000009 +ポープ 0.00000009 +ポープス 0.00000028 +ポーマッサージ 0.00000009 +ポーラ 0.00000284 +ポーランド 0.00001082 +ポーラー 0.00000073 +ポーリス 0.00000046 +ポーリー 0.00000009 +ポーリーン 0.00000009 +ポール 0.00001907 +ポールズ 0.00000009 +ポールソン 0.00000064 +ポールンロボ 0.00000046 +ポーレツ 0.00000018 +ポーロ 0.00000064 +ポーン 0.00000055 +マ 0.00000083 +マアレイ 0.00000312 +マイ 0.00000477 +マイアミ 0.00000138 +マイエ 0.00000009 +マイク 0.00001550 +マイクル 0.00000009 +マイクロ 0.00000183 +マイクロカプセル 0.00000046 +マイクロコスム 0.00000009 +マイクロコード 0.00000009 +マイクロソフト 0.00001752 +マイクロチップ 0.00000064 +マイクロビ 0.00000018 +マイクロフィルム 0.00000009 +マイクロプロセッサ 0.00000028 +マイクロプロセッサー 0.00000009 +マイクロペット 0.00000009 +マイクロホン 0.00000018 +マイクロマッサージ 0.00000009 +マイクロミニ 0.00000028 +マイクロメートル 0.00000009 +マイクロライト 0.00000009 +マイクロロボット 0.00000028 +マイケル 0.00002045 +マイコ 0.00000009 +マイスター 0.00000138 +マイセン 0.00000018 +マイッタ 0.00000018 +マイティ 0.00000009 +マイト 0.00000009 +マイナス 0.00001045 +マイナビ 0.00000009 +マイナー 0.00000266 +マイニンゲン 0.00000009 +マイノリティ 0.00000073 +マイノリティー 0.00000119 +マイノリテイ 0.00000009 +マイボイス 0.00000018 +マイマナ 0.00000018 +マイミー 0.00001210 +マイム 0.00000018 +マイヤー 0.00000229 +マイヤーズ 0.00000083 +マイヤーソン 0.00000028 +マイヨール 0.00000028 +マイラ 0.00000009 +マイラー 0.00000028 +マイル 0.00002238 +マイルズ 0.00000009 +マイルド 0.00000119 +マイレージ 0.00000110 +マインド 0.00000202 +マウイ 0.00000037 +マウス 0.00001137 +マウテン 0.00000009 +マウナ 0.00000037 +マウナケア 0.00000046 +マウナノニ 0.00000018 +マウラ 0.00000055 +マウリシオ 0.00000018 +マウリッツ 0.00000028 +マウン 0.00000009 +マウンテン 0.00000293 +マウンテンゴリラ 0.00000009 +マウンテンチーズ 0.00000009 +マウンテンビュー 0.00000009 +マウント 0.00000083 +マウンド 0.00000073 +マエストロ 0.00000009 +マオ 0.00000037 +マオリ 0.00000064 +マカ 0.00000018 +マカイボス 0.00000009 +マカオ 0.00000330 +マカティ 0.00000009 +マカデミアナッツ 0.00000009 +マカナ 0.00000009 +マカバイ 0.00000009 +マカパガル 0.00000009 +マカフェリー 0.00000009 +マカロニ 0.00000009 +マカロニチーズ 0.00000009 +マカロフ 0.00000009 +マカロン 0.00000009 +マカー 0.00000128 +マガイ 0.00000009 +マガジン 0.00000376 +マガダン 0.00000009 +マガモ 0.00000018 +マキ 0.00000055 +マキアヴェエリ 0.00000009 +マキコ 0.00000018 +マキシム 0.00000009 +マキシムス 0.00000009 +マキノ 0.00000009 +マキャン 0.00000018 +マキャヴェリ 0.00000092 +マキ子 0.00000018 +マギー 0.00000275 +マクアレイ 0.00000037 +マクギル 0.00000018 +マクグレゴー 0.00000009 +マクサ 0.00000028 +マクシミヌス 0.00000046 +マクシミリアン 0.00000018 +マクシムヌス 0.00000009 +マクジルトン 0.00000083 +マクスウェル 0.00000055 +マクセル 0.00000009 +マクタン 0.00000009 +マクドナルド 0.00001174 +マクファーレン 0.00000009 +マクフィーリー 0.00000009 +マクブライド 0.00000037 +マクヘイル 0.00000028 +マクベイ 0.00000037 +マクベス 0.00000028 +マクマスター 0.00000009 +マクラ 0.00000009 +マクラッケン 0.00000009 +マクラム 0.00000101 +マクラリー 0.00000009 +マクラレン 0.00000009 +マクラーレン 0.00000037 +マクリヌス 0.00000018 +マクリーシュ 0.00000009 +マクリーン 0.00000018 +マクルー 0.00000009 +マクレガー 0.00000046 +マクレランド 0.00000009 +マクレーン 0.00000037 +マクロ 0.00000028 +マクロビオティック 0.00000037 +マクロボン 0.00000009 +マクロミル 0.00000028 +マクロード 0.00000009 +マクローリン 0.00000046 +マグ 0.00000193 +マグダラ 0.00000018 +マグナ 0.00000028 +マグナソン 0.00000037 +マグナム 0.00000009 +マグニ 0.00000018 +マグニチュード 0.00000275 +マグニートー 0.00000018 +マグヌソン 0.00000018 +マグネシウム 0.00000064 +マグネット 0.00000028 +マグノリア 0.00000009 +マグマ 0.00000028 +マグロ 0.00001119 +マグワイア 0.00000037 +マグワイヤ 0.00000009 +マケアリ 0.00000028 +マケイン 0.00000266 +マケドニア 0.00000156 +マケナ 0.00000009 +マケニ 0.00000009 +マケラン 0.00000009 +マゲ 0.00000037 +マコス 0.00000028 +マコリアン 0.00000009 +マコーリー 0.00000018 +マゴリアム 0.00000046 +マサ 0.00000028 +マサイ 0.00000138 +マサイアス 0.00000009 +マサイマラ 0.00000064 +マサコ 0.00000037 +マサダ 0.00000009 +マサチューセッツ 0.00000431 +マサヒロ 0.00000064 +マサミ 0.00000009 +マサラ 0.00000018 +マサル 0.00000009 +マザコン 0.00000046 +マザリシャリフ 0.00000018 +マザー 0.00000679 +マザーズ 0.00000046 +マシ 0.00000083 +マシアス 0.00000009 +マシェリ 0.00000028 +マシミノ 0.00000037 +マシュウス 0.00000009 +マシュマロ 0.00000055 +マシュー 0.00000339 +マシュース 0.00000018 +マシュー・ 0.00000009 +マシルレーケ 0.00000009 +マシン 0.00001917 +マシンガン 0.00000055 +マシンガンズ 0.00000009 +マシーン 0.00000202 +マジ 0.00000202 +マジェスティック 0.00000009 +マジェステック 0.00000009 +マジオ 0.00000046 +マジカル 0.00000028 +マジシャン 0.00000248 +マジソン 0.00000055 +マジック 0.00000624 +マジックショー 0.00000028 +マジテニィ 0.00000009 +マジノ 0.00000009 +マジメ 0.00000009 +マジョリカ 0.00000009 +マジョロ 0.00000009 +マジョーネ 0.00000009 +マジレンジャー 0.00000009 +マジード 0.00000009 +マス 0.00000605 +マスウェル 0.00000009 +マスオ 0.00000092 +マスカラ 0.00000092 +マスカレード 0.00000009 +マスキン 0.00000028 +マスキング 0.00000018 +マスク 0.00001027 +マスケット 0.00000248 +マスコット 0.00000266 +マスコミ 0.00004072 +マスジッド 0.00000009 +マスタング 0.00000028 +マスター 0.00001302 +マスターズ 0.00000303 +マスタード 0.00000211 +マスターリー 0.00000018 +マスチフ 0.00000028 +マスティフ 0.00000009 +マスト 0.00000523 +マスリュコフ 0.00000009 +マスロー 0.00000009 +マスード 0.00000055 +マスーマ 0.00000009 +マズア 0.00000009 +マズイ 0.00000009 +マズルカ 0.00000009 +マズロー 0.00000009 +マセク 0.00000009 +マセソン 0.00000028 +マセル 0.00000009 +マゼラン 0.00000073 +マゼンダン 0.00000018 +マゾ 0.00000009 +マゾヒスティック 0.00000018 +マタイ 0.00000009 +マタカン 0.00000009 +マタニティ 0.00000073 +マタニティー 0.00000009 +マダイ 0.00000018 +マダガスカル 0.00000037 +マダブ 0.00000009 +マダム 0.00000211 +マダーサ 0.00000028 +マチアス 0.00000009 +マチス 0.00000009 +マチネー 0.00000009 +マチュ 0.00000138 +マチュピチュ 0.00000009 +マチュリン 0.00000009 +マチ子 0.00000018 +マッカサー 0.00000009 +マッカダム 0.00000009 +マッカラン 0.00000312 +マッカルース 0.00000064 +マッカーサー 0.00000156 +マッカーシー 0.00000009 +マッカーティ 0.00000101 +マッカーティー 0.00000009 +マッカートニー 0.00000128 +マッキギー 0.00000037 +マッキノン 0.00000055 +マッキンストリー 0.00000009 +マッキンゼー 0.00000009 +マッキントッシュ 0.00000174 +マッキンリー 0.00000028 +マッキー 0.00000028 +マック 0.00000394 +マックイーン 0.00000009 +マックス 0.00000468 +マックスウェル 0.00000138 +マックレーン 0.00000009 +マックン 0.00000009 +マッケイ 0.00000009 +マッケンジー 0.00000037 +マッケンナ 0.00000009 +マッコイ 0.00000110 +マッコウリー 0.00000018 +マッコリン 0.00000009 +マッコーリー 0.00000009 +マッコール 0.00000028 +マッサージ 0.00001045 +マッシュ 0.00000009 +マッシュド 0.00000009 +マッシュドポテト 0.00000009 +マッシュポテト 0.00000018 +マッシュルーム 0.00000147 +マッシー 0.00000009 +マッジ 0.00000083 +マッスル 0.00000009 +マッスルカー 0.00000037 +マッセイ 0.00000018 +マッセン 0.00000037 +マッチ 0.00001165 +マッチャー 0.00000009 +マッチョ 0.00000037 +マッチング 0.00000046 +マッツォ 0.00000009 +マッティー 0.00000009 +マット 0.00000633 +マットレス 0.00000138 +マッド 0.00000119 +マッハ 0.00000046 +マッピング 0.00000037 +マップ 0.00000248 +マップス 0.00000018 +マップル 0.00000009 +マツ 0.00000028 +マツイ 0.00000055 +マツキヨ 0.00000018 +マツケン 0.00000064 +マツシタ 0.00000009 +マツシマ 0.00000055 +マツタケ 0.00000138 +マツダ 0.00000156 +マツモト 0.00000028 +マツリ 0.00000018 +マテ 0.00000440 +マティ 0.00000009 +マテマ 0.00000064 +マテラッツィ 0.00000092 +マテル 0.00000046 +マデ 0.00000009 +マディ 0.00000018 +マディソン 0.00000119 +マディング 0.00000028 +マディー 0.00000018 +マデイラ 0.00000028 +マデイラワイン 0.00000009 +マデリン 0.00000046 +マデリーン 0.00000009 +マデレーン 0.00000009 +マトウラ 0.00000009 +マトリクス 0.00000009 +マトリックス 0.00000165 +マトン 0.00000128 +マドゥー 0.00000009 +マドセン 0.00000009 +マドモワゼル 0.00000009 +マドラス 0.00000046 +マドラー 0.00000037 +マドリガル 0.00000009 +マドリッド 0.00000055 +マドリード 0.00000422 +マドレーヌ 0.00000009 +マドレーン 0.00000018 +マドンナ 0.00000348 +マナ 0.00000018 +マナド 0.00000028 +マナフィ 0.00000009 +マナマ 0.00000009 +マナリ 0.00000009 +マナリング 0.00000018 +マナロ 0.00000009 +マナー 0.00001559 +マナーリング 0.00000028 +マニア 0.00000339 +マニアック 0.00000028 +マニカ 0.00000028 +マニカランド 0.00000009 +マニキュア 0.00000138 +マニックス 0.00000009 +マニトバ 0.00000009 +マニフェスト 0.00000055 +マニュ 0.00000009 +マニュアル 0.00000468 +マニュエラ 0.00000009 +マニュキユア 0.00000028 +マニラ 0.00000468 +マヌエル 0.00000037 +マヌケ 0.00000028 +マヌシ 0.00000037 +マネ 0.00000119 +マネキン 0.00000073 +マネジメント 0.00000348 +マネジング 0.00000009 +マネー 0.00000358 +マネージメント 0.00000183 +マネージャ 0.00000110 +マネージャー 0.00001458 +マネージヤー 0.00000009 +マネージング 0.00000018 +マネーボール 0.00000018 +マハカム 0.00000009 +マハタート 0.00000009 +マハティール 0.00000083 +マハデ 0.00000009 +マハデバパ 0.00000018 +マハトマ 0.00000037 +マハマッド 0.00000009 +マハムード 0.00000037 +マハラシュトラ 0.00000009 +マハラジャ 0.00000009 +マハリャノフ 0.00000009 +マハル 0.00000073 +マハール 0.00000028 +マヒ 0.00000018 +マフ 0.00000009 +マフィア 0.00000348 +マフィン 0.00000037 +マフィー 0.00000046 +マフムド 0.00000009 +マフムード 0.00000037 +マフラー 0.00000055 +マブ 0.00000037 +マプサウルス 0.00000028 +マヘシ 0.00000009 +マヘシュ 0.00000037 +マホガニー 0.00000028 +マホニー 0.00000183 +マホメット 0.00000009 +マホメッド 0.00000009 +マホン 0.00000009 +マホーニー 0.00000009 +ママ 0.00005796 +ママクッキー 0.00000009 +ママス 0.00000009 +ママドゥ 0.00000037 +ママー 0.00000202 +マミー 0.00000028 +マムシ 0.00000073 +マムルーク 0.00000009 +マメ 0.00000046 +マヤ 0.00000266 +マヤ暦 0.00000009 +マユツバモノ 0.00000009 +マユミ 0.00000028 +マヨコ 0.00000009 +マヨネーズ 0.00000220 +マヨラー 0.00000009 +マヨール 0.00000009 +マラ 0.00000092 +マライア 0.00000064 +マライヤ 0.00000009 +マラウィ 0.00000028 +マラウイ 0.00000028 +マラカイボ 0.00000009 +マラガ 0.00000018 +マラソン 0.00002852 +マラダーナ 0.00000009 +マラッカ 0.00000073 +マラトン 0.00000028 +マラドーナ 0.00000009 +マラバル 0.00000037 +マラバー 0.00000018 +マラベル 0.00000018 +マラヤ 0.00000009 +マラリア 0.00001201 +マラン 0.00000009 +マラーブ 0.00000009 +マリ 0.00000009 +マリア 0.00000963 +マリアナ 0.00000028 +マリアマ 0.00000018 +マリアン 0.00000009 +マリアンスケラズネ 0.00000009 +マリアーニ 0.00000009 +マリアーンスケー 0.00000009 +マリオ 0.00000083 +マリオン 0.00000046 +マリカ 0.00000009 +マリガン 0.00000018 +マリキ 0.00000055 +マリク 0.00000009 +マリコ 0.00000028 +マリサ 0.00000138 +マリス 0.00000028 +マリタナ 0.00000009 +マリック 0.00000037 +マリッサ 0.00000009 +マリッジ 0.00000009 +マリディアン 0.00000009 +マリナーズ 0.00000908 +マリニ 0.00000009 +マリネ 0.00000055 +マリネッティ 0.00000018 +マリネード 0.00000028 +マリノス 0.00000028 +マリファナ 0.00000596 +マリファナパーティー 0.00000018 +マリフアナ 0.00000147 +マリベル 0.00000009 +マリラ 0.00000009 +マリリン 0.00000798 +マリル 0.00000009 +マリン 0.00000165 +マリンズ 0.00000339 +マリンディ 0.00000009 +マリンピア 0.00000009 +マリー 0.00000376 +マリーナ 0.00000046 +マリーン 0.00000147 +マリーンズ 0.00000092 +マル 0.00000110 +マルア 0.00000009 +マルエツ 0.00000037 +マルエン 0.00000009 +マルガリタ 0.00000009 +マルガリータ 0.00000009 +マルキ 0.00000028 +マルキデス 0.00000009 +マルキー 0.00000009 +マルク 0.00000028 +マルクス 0.00000303 +マルケス 0.00000009 +マルコ 0.00000193 +マルコス 0.00000037 +マルコポーロ 0.00000037 +マルコポーロランド 0.00000009 +マルコム 0.00000147 +マルゴー 0.00000009 +マルサ 0.00000055 +マルシア 0.00000028 +マルシェ 0.00000037 +マルシェル 0.00000009 +マルシエル 0.00000028 +マルシップ 0.00000009 +マルシャン 0.00000009 +マルシー 0.00000009 +マルス 0.00000018 +マルズキ 0.00000083 +マルセイエーズ 0.00000009 +マルセイユ 0.00000037 +マルセナロ 0.00000009 +マルセラ 0.00000009 +マルセル 0.00000046 +マルソー 0.00000028 +マルタ 0.00000101 +マルダ 0.00000009 +マルチ 0.00000284 +マルチスト 0.00000009 +マルチタスキング 0.00000009 +マルチタレント 0.00000028 +マルチナ 0.00000073 +マルチネス 0.00000009 +マルチメディア 0.00000358 +マルチリンガル 0.00000009 +マルッティ 0.00000009 +マルティプル 0.00000009 +マルティメディア 0.00000009 +マルティン 0.00000028 +マルティンス 0.00000037 +マルテイ 0.00000009 +マルテッロ 0.00000028 +マルディグラ 0.00000046 +マルディーニ 0.00000009 +マルドニア 0.00000009 +マルナ 0.00000055 +マルハ 0.00000055 +マルハニチロ 0.00000028 +マルプラケ 0.00000009 +マルボ 0.00000009 +マルマラ 0.00000018 +マルメスベリー 0.00000009 +マルメン 0.00000009 +マルヤマ 0.00000009 +マルレ 0.00000018 +マルロー 0.00000018 +マルンダ 0.00000018 +マルヴァォン 0.00000009 +マルヴァーン 0.00000018 +マレイ 0.00000018 +マレイア 0.00000009 +マレカウン 0.00000009 +マレセラ 0.00000009 +マレット 0.00000009 +マレブ 0.00000018 +マレンチェンコ 0.00000009 +マレー 0.00000394 +マレーグマ 0.00000128 +マレーシア 0.00001807 +マロウズ 0.00000028 +マロニエ 0.00000009 +マロリー 0.00000092 +マローン 0.00000028 +マン 0.00001715 +マンカト 0.00000009 +マンガ 0.00000220 +マンガン 0.00000028 +マンク 0.00000018 +マングローブ 0.00000055 +マングース 0.00000119 +マンゲシュカー 0.00000009 +マンゴ 0.00000028 +マンゴスチン 0.00000055 +マンゴー 0.00000202 +マンサク 0.00000009 +マンザイ 0.00000009 +マンザイウオ 0.00000083 +マンザニータ 0.00000018 +マンシズ 0.00000009 +マンシップ 0.00000009 +マンション 0.00001559 +マンシングウェア 0.00000028 +マンスズ 0.00000046 +マンスフィールド 0.00000028 +マンスリー 0.00000009 +マンスリーマンション 0.00000009 +マンズ 0.00000110 +マンズジェネラル 0.00000009 +マンタ 0.00000028 +マンダプ 0.00000009 +マンダリン 0.00000009 +マンダレイ 0.00000009 +マンダレー 0.00000009 +マンダレート 0.00000009 +マンチェスター 0.00000165 +マンチキン 0.00000229 +マンチック 0.00000009 +マンチング 0.00000009 +マンツ 0.00000128 +マンティ 0.00000009 +マンテュア 0.00000073 +マンテーニャ 0.00000009 +マンディ 0.00000009 +マンディス 0.00000073 +マンディボーイ 0.00000028 +マンディンカ 0.00000009 +マンデブ 0.00000018 +マンデラ 0.00000257 +マンデルソン 0.00000009 +マンデー 0.00000009 +マント 0.00000284 +マントル 0.00000257 +マントヴァ 0.00000009 +マンドリン 0.00000009 +マンネット 0.00000009 +マンネリ 0.00000046 +マンネリズム 0.00000009 +マンハッタン 0.00000550 +マンバ 0.00000009 +マンバー 0.00000037 +マンパワー 0.00000018 +マンベア 0.00000009 +マンボウ 0.00000018 +マンモグラフィ 0.00000018 +マンモグラフィー 0.00000156 +マンモス 0.00000275 +マンモハン 0.00000046 +マンヤラ 0.00000009 +マンロウ 0.00000009 +マンロー 0.00000018 +マー 0.00000156 +マーカス 0.00000156 +マーカム 0.00000009 +マーカー 0.00000073 +マーガリン 0.00000028 +マーガレット 0.00000183 +マーキュリー 0.00000147 +マーキューシオ 0.00000073 +マーキング 0.00000009 +マーキー 0.00000018 +マーク 0.00001568 +マークス 0.00000046 +マーケター 0.00000009 +マーケッティ 0.00000009 +マーケット 0.00001339 +マーケティング 0.00001119 +マーケート 0.00000009 +マーコウィッツ 0.00000028 +マーゴ 0.00000018 +マーゴリス 0.00000018 +マーサ 0.00000174 +マーサー 0.00000028 +マーシア 0.00000018 +マーシス 0.00000009 +マーシャ 0.00000037 +マーシャル 0.00000128 +マーシャルシー 0.00000009 +マージ 0.00000009 +マージャン 0.00000055 +マージン 0.00000037 +マージー 0.00000037 +マーストリヒト 0.00000028 +マースーブ 0.00000009 +マーズ 0.00000083 +マーズデン 0.00000009 +マーセド 0.00000009 +マーセル 0.00000018 +マータイ 0.00000193 +マーダヴァン 0.00000009 +マーチ 0.00000413 +マーチン 0.00000312 +マーチング 0.00000083 +マーチンルーサーキング 0.00000009 +マーティ 0.00000018 +マーティン 0.00000504 +マーティンクス 0.00000046 +マーティンデイル 0.00000055 +マーティー 0.00000009 +マーテル 0.00000009 +マーテン 0.00000009 +マーディ 0.00000009 +マート 0.00000293 +マードック 0.00000064 +マービン 0.00000037 +マーフィ 0.00000064 +マーフィー 0.00000037 +マーベル 0.00000037 +マーマレード 0.00000018 +マーミオン 0.00000009 +マームズベリー 0.00000009 +マーメイド 0.00000101 +マーメイドラグーン 0.00000009 +マーヤデヴィ 0.00000009 +マーラー 0.00000009 +マーリン 0.00000055 +マーリンズ 0.00000018 +マーリー 0.00000028 +マーリーン 0.00000009 +マール 0.00000028 +マールブルク 0.00000028 +マールボロ 0.00000009 +マーレイ 0.00000028 +マーレー 0.00000046 +マーロン 0.00000018 +マーロー 0.00000009 +マーヴィン 0.00000028 +ミ 0.00000009 +ミア 0.00000119 +ミアン 0.00000009 +ミアータ 0.00000009 +ミイラ 0.00000651 +ミエジュウィンスキー 0.00000037 +ミエス 0.00000009 +ミエリン 0.00000009 +ミエン・ 0.00000009 +ミカ 0.00000147 +ミカエル 0.00000037 +ミカオ 0.00000009 +ミカド 0.00000028 +ミカン 0.00000348 +ミキ 0.00000064 +ミキサー 0.00000055 +ミキモト 0.00000037 +ミギル 0.00000018 +ミクキ 0.00000055 +ミクシィ 0.00000009 +ミクシー 0.00000009 +ミクスチュア 0.00000009 +ミクロ 0.00000028 +ミクロス 0.00000018 +ミクロネシア 0.00000174 +ミクロフト 0.00000028 +ミクロン 0.00000055 +ミグ 0.00000037 +ミケランジェロ 0.00000046 +ミケル 0.00000037 +ミケルソン 0.00000028 +ミケーネ 0.00000009 +ミゲル 0.00000009 +ミサ 0.00000248 +ミサイル 0.00001275 +ミサコ 0.00000037 +ミサワ 0.00000009 +ミシェル 0.00000156 +ミシェール 0.00000009 +ミシガン 0.00000312 +ミシシッピ 0.00000101 +ミシシッピイ 0.00000009 +ミシシッピー 0.00000018 +ミシミシ 0.00000009 +ミシュコルツ 0.00000018 +ミシュラン 0.00000202 +ミシュランスター 0.00000009 +ミシン 0.00000110 +ミジョン 0.00000009 +ミス 0.00002861 +ミスキャスト 0.00000009 +ミスコミュニケーション 0.00000018 +ミスコン 0.00000257 +ミスコンテスト 0.00000009 +ミスジャッジ 0.00000018 +ミススペル 0.00000009 +ミスタイプ 0.00000009 +ミスタッチ 0.00000009 +ミスター 0.00001265 +ミスタークールビズ 0.00000018 +ミスターシービー 0.00000009 +ミスタータナエ 0.00000009 +ミスターベース 0.00000028 +ミスティック 0.00000018 +ミスティー 0.00000009 +ミステリ 0.00000009 +ミステリアス 0.00000202 +ミステリー 0.00000330 +ミスト 0.00000009 +ミスパーソナリティ 0.00000009 +ミスマッチ 0.00000009 +ミスミナコ 0.00000009 +ミスラ 0.00000028 +ミスリード 0.00000009 +ミズ 0.00000009 +ミズネズミ 0.00000009 +ミズノ 0.00000119 +ミズラ 0.00000009 +ミズン 0.00000009 +ミズーリ 0.00000156 +ミセス 0.00000633 +ミゼラビリ 0.00000018 +ミゼラブル 0.00000028 +ミソサザイ 0.00000028 +ミタブル 0.00000009 +ミタル 0.00000009 +ミチ 0.00000018 +ミチェル 0.00000018 +ミチコ 0.00000028 +ミチヨ 0.00000018 +ミッキー 0.00000413 +ミック 0.00000073 +ミックス 0.00000495 +ミックステープ 0.00000009 +ミッコ 0.00000009 +ミッシェル 0.00000183 +ミッシェール 0.00000009 +ミッシュ 0.00000018 +ミッション 0.00000660 +ミッシング 0.00000009 +ミッチ 0.00000092 +ミッチェル 0.00000193 +ミッチャム 0.00000009 +ミッチー 0.00000018 +ミッツィー 0.00000009 +ミット 0.00000018 +ミッド 0.00000321 +ミッドウェー 0.00000009 +ミッドナイトイーグル 0.00000009 +ミッドランズ 0.00000009 +ミッドランド 0.00000028 +ミッフィー 0.00000064 +ミツ 0.00000037 +ミツオ 0.00000009 +ミツキヨ 0.00000018 +ミツコ 0.00000028 +ミツバチ 0.00000477 +ミツバツ 0.00000009 +ミティティ 0.00000009 +ミディア 0.00000009 +ミディアム 0.00000037 +ミディアムテンポ 0.00000018 +ミディアムヘア 0.00000009 +ミディアムレア 0.00000037 +ミディアムロング 0.00000009 +ミトゥラ 0.00000009 +ミトレ 0.00000018 +ミトン 0.00000183 +ミドリ 0.00000092 +ミドル 0.00000073 +ミドルトン 0.00000009 +ミナ 0.00000009 +ミナス 0.00000009 +ミナミ 0.00000229 +ミナレ 0.00000018 +ミナレット 0.00000055 +ミニ 0.00000752 +ミニア 0.00000009 +ミニカー 0.00000101 +ミニコミ 0.00000055 +ミニコン 0.00000009 +ミニコンポ 0.00000009 +ミニチュア 0.00000229 +ミニチュアカー 0.00000009 +ミニチュアダックス 0.00000009 +ミニチュアダックスフント 0.00000009 +ミニチュアフィギュア 0.00000018 +ミニッツ 0.00000018 +ミニバス 0.00000009 +ミニバン 0.00000046 +ミニバー 0.00000028 +ミニパト 0.00000009 +ミニマム 0.00000009 +ミニマリズム 0.00000009 +ミニミニ 0.00000009 +ミニモニ 0.00000009 +ミニョウ 0.00000018 +ミニョン 0.00000009 +ミニワッツ 0.00000009 +ミニワールド 0.00000009 +ミニー 0.00000009 +ミネアポリス 0.00000055 +ミネストローネ 0.00000018 +ミネソタ 0.00000193 +ミネッティ 0.00000018 +ミネラル 0.00001000 +ミネリ 0.00000009 +ミネルバ 0.00000009 +ミネルヴァ 0.00000037 +ミノトール 0.00000009 +ミノル 0.00000009 +ミノルタ 0.00000037 +ミハイル 0.00000028 +ミハイロフ 0.00000009 +ミハエル 0.00000037 +ミハル 0.00000046 +ミヒル 0.00000018 +ミフラーブ 0.00000028 +ミフリン 0.00000018 +ミホ 0.00000037 +ミミ 0.00000119 +ミミズ 0.00000119 +ミミズク 0.00000009 +ミムラ 0.00000018 +ミメティック 0.00000009 +ミモザ 0.00000110 +ミャア 0.00000055 +ミャウリンガル 0.00000064 +ミャンマー 0.00001036 +ミャーア 0.00000009 +ミヤギ 0.00000009 +ミヤマキリシマ 0.00000009 +ミヤモト 0.00000083 +ミュケナイ 0.00000009 +ミュケーナイ 0.00000037 +ミュシア 0.00000009 +ミュシャ 0.00000028 +ミュゼエ 0.00000009 +ミュツーマ 0.00000018 +ミュニアー 0.00000009 +ミュニケーション 0.00000009 +ミュリネー 0.00000009 +ミュルミドン 0.00000009 +ミュルミドーン 0.00000009 +ミュンヘン 0.00000358 +ミュージアム 0.00000367 +ミュージカ 0.00000009 +ミュージカル 0.00001541 +ミュージカルシアター 0.00000009 +ミュージカルダンサー 0.00000018 +ミュージシャン 0.00001449 +ミュージック 0.00000981 +ミュージックアプリケーション 0.00000009 +ミュージックアーティスト 0.00000009 +ミュージックショップ 0.00000009 +ミュージックシーン 0.00000028 +ミュージックストア 0.00000009 +ミュージックビデオ 0.00000073 +ミュージックリミックス 0.00000009 +ミューズ 0.00000018 +ミューゼス 0.00000037 +ミュータント 0.00000083 +ミューテイション 0.00000009 +ミュート 0.00000028 +ミューラー 0.00000018 +ミュール 0.00000018 +ミューロン 0.00000009 +ミユキ 0.00000055 +ミョンスク 0.00000018 +ミョンハ 0.00000009 +ミョンバク 0.00000018 +ミヨコ 0.00000009 +ミヨシ 0.00000009 +ミラ 0.00000055 +ミラクル 0.00000037 +ミラコスタ 0.00000009 +ミラノ 0.00000376 +ミラバン 0.00000009 +ミラベル 0.00000018 +ミラマー 0.00000009 +ミラン 0.00000183 +ミランダ 0.00000266 +ミラー 0.00000229 +ミラース 0.00000028 +ミリ 0.00000422 +ミリア 0.00000009 +ミリアム 0.00000028 +ミリオネア 0.00000046 +ミリオン 0.00000174 +ミリグラム 0.00000028 +ミリタリー 0.00000028 +ミリバンド 0.00000046 +ミリフィカ 0.00000009 +ミリフィルム 0.00000009 +ミリメートル 0.00000064 +ミリリットル 0.00000092 +ミリワット 0.00000009 +ミル 0.00000119 +ミルウォーキー 0.00000073 +ミルキー 0.00000073 +ミルク 0.00001476 +ミルクティ 0.00000009 +ミルコ 0.00000055 +ミルサップ 0.00000009 +ミルスケール 0.00000009 +ミルズ 0.00000073 +ミルテ 0.00000009 +ミルトン 0.00000055 +ミルドレッド 0.00000009 +ミルナー 0.00000009 +ミルバレ 0.00000046 +ミルマン 0.00000009 +ミルワード 0.00000009 +ミレット 0.00000009 +ミレディ 0.00000018 +ミレニアム 0.00000248 +ミレニウム 0.00000009 +ミレヤ 0.00000009 +ミレロン 0.00000009 +ミレン 0.00000037 +ミレー 0.00000018 +ミレーヌ 0.00000018 +ミロ 0.00000083 +ミロシェビッチ 0.00000037 +ミロシュビッチ 0.00000009 +ミロシュビッツ 0.00000009 +ミロス 0.00000018 +ミン 0.00000064 +ミンク 0.00000101 +ミンジュン 0.00000009 +ミンス 0.00000018 +ミンスク 0.00000009 +ミンストレルズ 0.00000009 +ミンスン 0.00000009 +ミンチ 0.00000009 +ミント 0.00000165 +ミンナノ 0.00000009 +ミンフン 0.00000009 +ミンボー 0.00000046 +ミー 0.00000174 +ミーガ 0.00000009 +ミーガン 0.00000028 +ミーコ 0.00000009 +ミーター 0.00000028 +ミーチュー 0.00000009 +ミーチョコレート 0.00000009 +ミーツ 0.00000009 +ミーティング 0.00000770 +ミート 0.00000119 +ミートクッキー 0.00000009 +ミートボール 0.00000046 +ミード 0.00000055 +ミーハー 0.00000018 +ミーリス 0.00000009 +ミール 0.00000055 +ムアマル 0.00000009 +ムアン 0.00000009 +ムアンギ 0.00000009 +ムアンバ 0.00000009 +ムアンマル 0.00000018 +ムイラ 0.00000064 +ムウェテ 0.00000009 +ムウェル 0.00000009 +ムエタイ 0.00000110 +ムオイ 0.00000009 +ムカ 0.00000073 +ムカつ 0.00000018 +ムカタア 0.00000009 +ムカッと 0.00000009 +ムカツイ 0.00000018 +ムカツキ 0.00000009 +ムカツク 0.00000046 +ムカムカ 0.00000018 +ムガベ 0.00000028 +ムガル 0.00000028 +ムガール 0.00000018 +ムキ 0.00000009 +ムギ 0.00000028 +ムクゲ 0.00000009 +ムケシュ 0.00000009 +ムゲルワ 0.00000018 +ムコウ 0.00000009 +ムサカ 0.00000009 +ムサシ 0.00000009 +ムサビ 0.00000028 +ムサヴィ 0.00000083 +ムサール 0.00000009 +ムザファ 0.00000009 +ムザファラバード 0.00000009 +ムシ 0.00000009 +ムシャムシャムシャ 0.00000009 +ムシャラフ 0.00000128 +ムショ 0.00000009 +ムシロ 0.00000009 +ムジナ 0.00000018 +ムジャヒディン 0.00000018 +ムジョエス 0.00000009 +ムスク 0.00000009 +ムスタファ 0.00000128 +ムスリム 0.00000211 +ムズムズ 0.00000046 +ムセ 0.00000009 +ムセベニ 0.00000009 +ムソルグスキー 0.00000009 +ムタングハ 0.00000018 +ムダ 0.00000128 +ムチ 0.00000165 +ムチウチ 0.00000009 +ムチャクチャ 0.00000018 +ムッと 0.00000193 +ムック 0.00000028 +ムッシュ 0.00000009 +ムッシュー 0.00000028 +ムッラー 0.00000018 +ムツ 0.00000009 +ムツゴロウ 0.00000073 +ムティソ 0.00000009 +ムトゥンガ 0.00000009 +ムドラ 0.00000009 +ムニルンガ 0.00000009 +ムニール 0.00000009 +ムネオ 0.00000018 +ムネシクレス 0.00000009 +ムハマッド 0.00000009 +ムハマド 0.00000083 +ムハンマド 0.00000092 +ムバイ 0.00000018 +ムバラク 0.00000055 +ムヒョン 0.00000055 +ムファサ 0.00000009 +ムプマランガ 0.00000009 +ムベキ 0.00000064 +ムムターズ 0.00000009 +ムラ 0.00000064 +ムラサキハシバミ 0.00000009 +ムラタセイコ 0.00000037 +ムラタセイサク 0.00000018 +ムラピ 0.00000009 +ムラリー 0.00000018 +ムラー 0.00000009 +ムリ 0.00000028 +ムリカン 0.00000009 +ムリチング 0.00000009 +ムルアカ 0.00000037 +ムルザリーヴァ 0.00000009 +ムルシ 0.00000009 +ムルズカ 0.00000009 +ムルマンスク 0.00000009 +ムレ 0.00000009 +ムレムレ 0.00000009 +ムロアジ 0.00000028 +ムワンギ 0.00000009 +ムワンザ 0.00000037 +ムンク 0.00000083 +ムンバイ 0.00000156 +ムンフバト 0.00000009 +ムンムン 0.00000018 +ムー 0.00000046 +ムーア 0.00000367 +ムーサイ 0.00000009 +ムース 0.00000037 +ムーッと 0.00000009 +ムード 0.00000358 +ムーニー 0.00000220 +ムービング 0.00000009 +ムービー 0.00000037 +ムービー・ 0.00000009 +ムーブメント 0.00000028 +ムーマウ 0.00000009 +ムーミン 0.00000055 +ムーラン 0.00000018 +ムール 0.00000138 +ムーン 0.00000202 +ムーヴ 0.00000009 +メ 0.00000009 +メアリ 0.00000165 +メアリー 0.00000990 +メイ 0.00000183 +メイア 0.00000018 +メイアー 0.00000009 +メイキング 0.00000037 +メイク 0.00000486 +メイケン 0.00000009 +メイシー 0.00000009 +メイシーズ 0.00000009 +メイジャー 0.00000064 +メイスン 0.00000028 +メイズ 0.00000064 +メイソン 0.00000046 +メイツィー 0.00000018 +メイティッド 0.00000009 +メイディ 0.00000009 +メイト 0.00000541 +メイド 0.00000743 +メイドバー 0.00000009 +メイナード 0.00000009 +メイヌース 0.00000009 +メイノース 0.00000018 +メイフラワー 0.00000009 +メイブリー 0.00000018 +メイプル 0.00000018 +メイプルレッズ 0.00000009 +メイベリン 0.00000009 +メイベル 0.00000128 +メイム 0.00000138 +メイヤー 0.00000055 +メイヨー 0.00000055 +メイル 0.00000018 +メイン 0.00001229 +メインス 0.00000009 +メインストリート 0.00000138 +メインディシュ 0.00000009 +メインバー 0.00000009 +メエエエエ 0.00000009 +メカ 0.00000083 +メカジキ 0.00000037 +メカトロニクス 0.00000009 +メカニカル 0.00000009 +メカニズム 0.00000734 +メカフリーク 0.00000009 +メガ 0.00000138 +メガウェブ 0.00000018 +メガスター 0.00000018 +メガテリウム 0.00000009 +メガネ 0.00000193 +メガネベスト 0.00000009 +メガバイト 0.00000009 +メガビット 0.00000028 +メガヘルツ 0.00000018 +メガホン 0.00000028 +メガマック 0.00000018 +メガロウイルス 0.00000018 +メガロポリス 0.00000009 +メガワット 0.00000037 +メガワティ 0.00000037 +メキシコ 0.00002797 +メキメキ 0.00000018 +メクレン 0.00000009 +メグ 0.00000468 +メグミ 0.00000018 +メグミルク 0.00000018 +メグ^ 0.00000009 +メケレン 0.00000009 +メコン 0.00000110 +メゴワン 0.00000018 +メサグリル 0.00000009 +メザーブ 0.00000037 +メシ 0.00000037 +メジャー 0.00001889 +メジャーシーン 0.00000009 +メジロ 0.00000009 +メス 0.00000477 +メスグモ 0.00000009 +メスチーソ 0.00000009 +メストリ 0.00000009 +メス犬 0.00000009 +メセナ 0.00000009 +メソジスト 0.00000018 +メソッド 0.00000211 +メソポタミア 0.00000055 +メソード 0.00000009 +メゾネット 0.00000028 +メゾン 0.00000018 +メタ 0.00000018 +メタドン 0.00000028 +メタノール 0.00000018 +メタファー 0.00000018 +メタフォー 0.00000018 +メタボ 0.00000028 +メタボリック 0.00000147 +メタポリス 0.00000028 +メタモ 0.00000064 +メタリカ 0.00000028 +メタリック 0.00000037 +メタリックレッド 0.00000009 +メタル 0.00000064 +メタン 0.00000128 +メタンガス 0.00000073 +メタンフェタミン 0.00000037 +メダイ 0.00000009 +メダカ 0.00000156 +メダリスト 0.00001091 +メダル 0.00006859 +メチシリン 0.00000018 +メチャ 0.00000009 +メチャクチャ 0.00000028 +メチャメチャ 0.00000037 +メチヤクチヤ 0.00000009 +メッカ 0.00000266 +メッカヌン 0.00000009 +メッキ 0.00000018 +メックス 0.00000009 +メッシ 0.00000055 +メッシュ 0.00000028 +メッセ 0.00000138 +メッセッージ 0.00000009 +メッセンジャー 0.00000037 +メッセージ 0.00004631 +メッツ 0.00000449 +メット 0.00000009 +メツセンジャー 0.00000009 +メテハン 0.00000009 +メディァ 0.00000009 +メディア 0.00004713 +メディエーター 0.00000009 +メディカル 0.00000275 +メディケア 0.00000046 +メディケード 0.00000009 +メディシン 0.00000101 +メディシンボール 0.00000009 +メディスン 0.00000083 +メディソープ 0.00000009 +メディチ 0.00000028 +メディテインメント 0.00000018 +メディテーション 0.00000018 +メディナ 0.00000018 +メディナガ 0.00000009 +メデガイド 0.00000009 +メデス 0.00000046 +メトラン 0.00000046 +メトリクス 0.00000009 +メトリック 0.00000018 +メトロ 0.00000055 +メトロカード 0.00000018 +メトロシティ 0.00000009 +メトロナップ 0.00000009 +メトロポリス 0.00000028 +メトロポリタン 0.00000037 +メド 0.00000028 +メドック 0.00000046 +メドベージェフ 0.00000092 +メドレー 0.00000128 +メナール 0.00000028 +メニ 0.00000009 +メニコン 0.00000018 +メニュー 0.00002357 +メニューイン 0.00000009 +メヌエット 0.00000009 +メネステウス 0.00000009 +メネラウス 0.00000018 +メネラー 0.00000440 +メネラーオス 0.00000064 +メネンデス 0.00000009 +メハムド 0.00000009 +メフディ 0.00000009 +メフメト 0.00000028 +メフロキーネ 0.00000009 +メヘラビ 0.00000018 +メヘルプーラン 0.00000009 +メヘレダデ 0.00000009 +メムノン 0.00000028 +メムノーン 0.00000321 +メモ 0.00000825 +メモり 0.00000009 +メモアール 0.00000009 +メモリ 0.00000257 +メモリア 0.00000009 +メモリアル 0.00000128 +メモリー 0.00000248 +メモワール 0.00000009 +メラトニン 0.00000028 +メラニ 0.00000009 +メラニシア 0.00000009 +メラニン 0.00000101 +メラニンフォーム 0.00000009 +メラニー 0.00000009 +メラミン 0.00000028 +メラメラ 0.00000009 +メラレイ 0.00000018 +メランコリー 0.00000009 +メランザーネ 0.00000009 +メラーノ 0.00000009 +メリア 0.00000009 +メリオネス 0.00000009 +メリオン 0.00000037 +メリケン 0.00000046 +メリサ 0.00000009 +メリタ 0.00000028 +メリック 0.00000028 +メリッサ 0.00000174 +メリット 0.00001064 +メリディアニ 0.00000009 +メリノ 0.00000018 +メリフィールド 0.00000009 +メリベ 0.00000083 +メリメリ 0.00000009 +メリル 0.00000046 +メリルリンチ 0.00000018 +メリロ 0.00000018 +メリンダ 0.00000229 +メリヴェール 0.00000028 +メリー 0.00000578 +メリーアン 0.00000009 +メリーガーデン 0.00000009 +メリーゴーラウンド 0.00000009 +メリーザ 0.00000055 +メリーズ 0.00000037 +メリーゼ 0.00000009 +メリーランド 0.00000266 +メリール 0.00000009 +メル 0.00000064 +メルアド 0.00000101 +メルキオル 0.00000009 +メルク 0.00000018 +メルケル 0.00000119 +メルサ 0.00000009 +メルシャン 0.00000028 +メルセデス 0.00000046 +メルダー 0.00000009 +メルティング 0.00000009 +メルトン 0.00000028 +メルバル 0.00000009 +メルビン 0.00000055 +メルヘン 0.00000037 +メルボルン 0.00000312 +メルマガ 0.00000037 +メルレニ 0.00000009 +メルロ 0.00000018 +メルロイ 0.00000009 +メルローズ 0.00000046 +メルヴィル 0.00000018 +メルヴェイユ 0.00000009 +メル友 0.00000009 +メレス 0.00000009 +メレデス 0.00000009 +メレル 0.00000009 +メレンゲ 0.00000037 +メレース 0.00000028 +メロ 0.00000028 +メロウ 0.00000009 +メロス 0.00000009 +メロディ 0.00000220 +メロディアス 0.00000018 +メロディー 0.00000339 +メロドラマ 0.00000073 +メロメロ 0.00000055 +メロン 0.00000486 +メロンパン 0.00000009 +メン 0.00000037 +メンケン 0.00000009 +メンサ 0.00000009 +メンシュテンゲル 0.00000009 +メンシング 0.00000009 +メンズノンノ 0.00000009 +メンソール 0.00000018 +メンタリティ 0.00000009 +メンタリティー 0.00000018 +メンタル 0.00000046 +メンター 0.00000018 +メンチカツ 0.00000018 +メンツ 0.00000266 +メンテ 0.00000046 +メンテナンス 0.00000293 +メンディアント 0.00000009 +メンディス 0.00000018 +メンデル 0.00000018 +メントーニ 0.00000055 +メンドリ 0.00000046 +メンニウス 0.00000009 +メンバー 0.00005997 +メンバーシップ 0.00000037 +メンバーズ 0.00000018 +メンバーネットワーク 0.00000009 +メンフィス 0.00000202 +メンロ 0.00000009 +メー 0.00000459 +メーカー 0.00005676 +メーカーズ 0.00000018 +メーキャップ 0.00000193 +メーキング 0.00000009 +メーク 0.00000110 +メーセージ 0.00000009 +メーソン 0.00000037 +メータ 0.00000009 +メーター 0.00000165 +メーテル 0.00000110 +メーデー 0.00000018 +メート 0.00000376 +メートル 0.00009537 +メートルこい 0.00000009 +メートルトン 0.00000018 +メード 0.00000110 +メードレル 0.00000009 +メープル 0.00000119 +メーベ 0.00000018 +メーメー 0.00000009 +メーラー 0.00000037 +メーリオネース 0.00000028 +メーリオーン 0.00000009 +メーリング 0.00000156 +メール 0.00008638 +メーン 0.00000018 +メーヴェ 0.00000018 +モ 0.00000018 +モア 0.00000119 +モアイ 0.00000119 +モアナ 0.00000009 +モアニ 0.00000028 +モアビア 0.00000009 +モアフラッシュ 0.00000018 +モイ 0.00000028 +モイスチャー 0.00000037 +モイドー 0.00000009 +モイル 0.00000009 +モウソウ 0.00000018 +モウソン 0.00000156 +モウラリ 0.00000009 +モエヘネシー 0.00000009 +モカ 0.00000028 +モク 0.00000055 +モクモク 0.00000018 +モクレン 0.00000018 +モグラ 0.00000018 +モゴス 0.00000009 +モサド 0.00000037 +モザイク 0.00000147 +モザッファリアン 0.00000046 +モザン 0.00000202 +モシェ 0.00000009 +モシチ 0.00000028 +モシリ 0.00000009 +モジモジ 0.00000009 +モジャモジャ 0.00000138 +モジュール 0.00000257 +モス 0.00000193 +モスキート 0.00000018 +モスク 0.00000293 +モスクワ 0.00000752 +モスコソ 0.00000018 +モスタル 0.00000037 +モスラ 0.00000018 +モスラロール 0.00000018 +モスリム 0.00000128 +モスリン 0.00000037 +モスル 0.00000018 +モスレム 0.00000009 +モタ 0.00000009 +モタハール 0.00000009 +モダン 0.00000266 +モダンアート 0.00000028 +モダンジャズ 0.00000009 +モダンダンサー 0.00000009 +モチ 0.00000037 +モチツキ 0.00000009 +モチヅキ 0.00000009 +モチベーション 0.00000046 +モチーフ 0.00000266 +モック 0.00000009 +モッシュ 0.00000009 +モッズ 0.00000028 +モッツァレラ 0.00000009 +モットモ 0.00000009 +モットー 0.00000348 +モップ 0.00000092 +モテ 0.00000064 +モティ 0.00000064 +モティー 0.00000385 +モテモテ 0.00000018 +モデナ 0.00000009 +モデム 0.00000073 +モデラー 0.00000018 +モデリング 0.00000028 +モデル 0.00005603 +モデレータ 0.00000009 +モデール 0.00000018 +モト 0.00000073 +モトコ 0.00000018 +モトリー 0.00000009 +モトローラ 0.00000009 +モトータル 0.00000009 +モナ 0.00000238 +モナカ 0.00000018 +モナク 0.00000046 +モナコ 0.00000018 +モナコグランプリ 0.00000018 +モナド 0.00000018 +モナン 0.00000018 +モニカ 0.00000183 +モニク 0.00000009 +モニタ 0.00000018 +モニタリング 0.00000009 +モニター 0.00000440 +モニュメント 0.00000119 +モニョンチョ 0.00000009 +モニーク 0.00000009 +モネ 0.00000037 +モノ 0.00000165 +モノクロ 0.00000037 +モノグラフ 0.00000009 +モノダ 0.00000009 +モノトーン 0.00000018 +モノニューロパシー 0.00000009 +モノポリー 0.00000018 +モノリンガル 0.00000009 +モノレール 0.00000101 +モノローグ 0.00000037 +モハベ 0.00000018 +モハマド 0.00000083 +モハメット 0.00000018 +モハメッド 0.00000064 +モハメド 0.00000128 +モハンメッド 0.00000009 +モバイル 0.00000229 +モバイルスイカ 0.00000009 +モバオク 0.00000009 +モバゲー 0.00000028 +モバゲータウン 0.00000037 +モヒカン 0.00000073 +モヒンダル 0.00000037 +モフ 0.00000009 +モフィット 0.00000009 +モブ 0.00000037 +モヘンジョダロ 0.00000009 +モミ 0.00000101 +モミガラ 0.00000009 +モミジ 0.00000018 +モメ事 0.00000018 +モモ 0.00000009 +モモ肉 0.00000009 +モヤシ 0.00000009 +モヤモヤ 0.00000018 +モラ 0.00000018 +モラエス 0.00000009 +モラトリアム 0.00000009 +モラル 0.00000624 +モラレス 0.00000064 +モラン 0.00000266 +モラー 0.00000028 +モリ 0.00000009 +モリアーティ 0.00000128 +モリアーテー 0.00000028 +モリエール 0.00000009 +モリコーネ 0.00000018 +モリス 0.00000165 +モリスター 0.00000009 +モリスン 0.00000018 +モリソン 0.00000156 +モリゾー 0.00000018 +モリタ 0.00000018 +モリー 0.00000110 +モルカー 0.00000028 +モルカール 0.00000009 +モルガン 0.00000147 +モルギアナ 0.00000174 +モルグ 0.00000046 +モルジブ 0.00000009 +モルソン 0.00000009 +モルタル 0.00000018 +モルダウ 0.00000009 +モルツェン 0.00000037 +モルディブ 0.00000193 +モルト 0.00000037 +モルトウィスキー 0.00000009 +モルドバ 0.00000009 +モルドール 0.00000018 +モルナー 0.00000018 +モルヒネ 0.00000037 +モルフィン 0.00000009 +モルモット 0.00000073 +モルモン 0.00000229 +モレシャン 0.00000009 +モレッティ 0.00000018 +モレノ 0.00000037 +モロ 0.00000009 +モロッコ 0.00000523 +モロヘイヤ 0.00000037 +モロム 0.00000009 +モン 0.00000110 +モンキー 0.00000101 +モンクロア 0.00000009 +モンゴメリ 0.00000028 +モンゴメリー 0.00000119 +モンゴリア 0.00000275 +モンゴル 0.00001871 +モンゴロイド 0.00000046 +モンショー 0.00000018 +モンスター 0.00000156 +モンスターズ 0.00000018 +モンスーン 0.00000165 +モンタギュー 0.00000275 +モンタナ 0.00000064 +モンタージュ 0.00000046 +モンターニ 0.00000009 +モンターニュ 0.00000009 +モンテ 0.00000009 +モンティ 0.00000028 +モンテカルロ 0.00000018 +モンテゴベイ 0.00000018 +モンテネグロ 0.00000046 +モンテビデオ 0.00000037 +モンテフィオーリ 0.00000009 +モンテフィオーレ 0.00000009 +モンテベルデ 0.00000018 +モンテレー 0.00000009 +モンデール 0.00000055 +モント 0.00000009 +モントゥート 0.00000028 +モントリオール 0.00000156 +モントレ 0.00000028 +モントレー 0.00000009 +モントレージャック 0.00000009 +モントーリ 0.00000046 +モンド 0.00000064 +モンバサ 0.00000037 +モンパサ 0.00000009 +モンブラン 0.00000028 +モンペ 0.00000009 +モンミレイユ 0.00000009 +モンモン 0.00000009 +モンロビア 0.00000018 +モンロー 0.00000330 +モー 0.00000055 +モーカン 0.00000110 +モーカー 0.00000009 +モーガン 0.00000257 +モーグル 0.00000394 +モーション 0.00000092 +モージー 0.00000119 +モース 0.00000009 +モーズリー 0.00000028 +モーセ 0.00000009 +モーセン 0.00000009 +モーゼ 0.00000138 +モーゼル 0.00000009 +モータウン 0.00000009 +モーター 0.00001064 +モータース 0.00000018 +モーターズ 0.00000092 +モーターボート 0.00000083 +モーダル 0.00000009 +モーツァルト 0.00000339 +モーツアルト 0.00000009 +モーティマー 0.00000257 +モーテル 0.00000064 +モーデル 0.00000009 +モートン 0.00000083 +モード 0.00000587 +モーニング 0.00000761 +モーパーゴ 0.00000009 +モービル 0.00000083 +モーフィアス 0.00000018 +モーブー 0.00000009 +モーペルチュイ 0.00000009 +モーマン 0.00000009 +モーマンタイ 0.00000009 +モーモス 0.00000028 +モーモー 0.00000009 +モーラ 0.00000018 +モーラル 0.00000009 +モーラン 0.00000018 +モーリシャス 0.00000248 +モーリス 0.00000073 +モーリタニア 0.00000046 +モーリーン 0.00000009 +モール 0.00000541 +モーレー 0.00000055 +モーロック 0.00000413 +ヤ 0.00000028 +ヤ、 0.00000009 +ヤエガシ 0.00000018 +ヤオ 0.00000028 +ヤカン 0.00000018 +ヤキモキ 0.00000009 +ヤキュウ 0.00000009 +ヤギ 0.00000789 +ヤクザ 0.00000688 +ヤクスギランド 0.00000018 +ヤクルト 0.00000468 +ヤグルマギク 0.00000009 +ヤグール 0.00000009 +ヤコブ 0.00000037 +ヤコブス 0.00000028 +ヤコブレフ 0.00000009 +ヤサ 0.00000018 +ヤサカ 0.00000009 +ヤシ 0.00000303 +ヤシェンスキ 0.00000009 +ヤシューダラ 0.00000018 +ヤジ 0.00000009 +ヤス 0.00000018 +ヤスミナ 0.00000028 +ヤスリ 0.00000028 +ヤスリ面 0.00000009 +ヤズィー 0.00000009 +ヤセ 0.00000009 +ヤセル 0.00000092 +ヤダ 0.00000009 +ヤック 0.00000009 +ヤッサー 0.00000009 +ヤッシー 0.00000009 +ヤッピー 0.00000028 +ヤップ 0.00000083 +ヤッホー 0.00000009 +ヤツ 0.00000110 +ヤツメウナギ 0.00000009 +ヤド 0.00000018 +ヤドランカ 0.00000064 +ヤドリギ 0.00000018 +ヤナ 0.00000037 +ヤナギ 0.00000018 +ヤニガハラ 0.00000009 +ヤヌコビッチ 0.00000028 +ヤネト 0.00000009 +ヤノ 0.00000009 +ヤバ 0.00000018 +ヤバイ 0.00000037 +ヤバルマン 0.00000009 +ヤヒヤ 0.00000092 +ヤビコ 0.00000009 +ヤフー 0.00000422 +ヤポンスキー 0.00000009 +ヤマ 0.00000101 +ヤマアラシ 0.00000018 +ヤマウズラ 0.00000064 +ヤマカン 0.00000009 +ヤマガワ 0.00000018 +ヤマグチ 0.00000009 +ヤマザキ 0.00000018 +ヤマシギ 0.00000009 +ヤマタ 0.00000018 +ヤマダ 0.00000248 +ヤマト 0.00000165 +ヤマネ 0.00000275 +ヤマネコ 0.00000092 +ヤマネコスト 0.00000009 +ヤマノカミ 0.00000009 +ヤマハ 0.00000147 +ヤマハマスター 0.00000009 +ヤマホン 0.00000009 +ヤマミュージアム 0.00000018 +ヤマメ 0.00000018 +ヤマモト 0.00000083 +ヤマモモ 0.00000009 +ヤマヨモギ 0.00000037 +ヤマ場 0.00000064 +ヤミ 0.00000073 +ヤム 0.00000009 +ヤムイモ 0.00000046 +ヤムチャ 0.00000009 +ヤメ 0.00000018 +ヤユウ 0.00000009 +ヤラ 0.00000009 +ヤラデュア 0.00000018 +ヤリイカ 0.00000037 +ヤル 0.00000018 +ヤルノ 0.00000018 +ヤル気 0.00000037 +ヤロー 0.00000028 +ヤワラ 0.00000009 +ヤン 0.00000147 +ヤンキ 0.00000018 +ヤンキー 0.00000193 +ヤンキース 0.00001265 +ヤンキーズ 0.00000009 +ヤング 0.00000257 +ヤンコビッチ 0.00000009 +ヤンゴン 0.00000046 +ヤンソン 0.00000018 +ヤンバルクイナ 0.00000037 +ヤンママ 0.00000009 +ヤンヤ 0.00000009 +ヤー 0.00000009 +ヤーサン 0.00000009 +ヤーセル 0.00000028 +ヤード 0.00000550 +ヤーバ 0.00000009 +ユ 0.00000009 +ユァンジア 0.00000037 +ユア 0.00000009 +ユアン 0.00000046 +ユイ 0.00000009 +ユウイチ 0.00000018 +ユウキ 0.00000009 +ユウゲニズム 0.00000009 +ユウコ 0.00000165 +ユウジ 0.00000202 +ユウジロウ 0.00000009 +ユウタ 0.00000009 +ユウユウ 0.00000009 +ユカ 0.00000009 +ユカギル 0.00000009 +ユカギルマンモス 0.00000009 +ユカタ 0.00000009 +ユカタン 0.00000009 +ユキ 0.00000009 +ユキヒョウ 0.00000064 +ユキンコ 0.00000073 +ユキンコアキラ 0.00000018 +ユグノー 0.00000009 +ユコス 0.00000092 +ユゴー 0.00000018 +ユシチェンコ 0.00000083 +ユズ 0.00000009 +ユセフ 0.00000009 +ユタ 0.00000156 +ユダ 0.00000046 +ユダヤ 0.00001843 +ユッカ 0.00000009 +ユッスー 0.00000009 +ユディ 0.00000046 +ユトク 0.00000009 +ユトレヒト 0.00000018 +ユドヨノ 0.00000046 +ユナイテッド 0.00000330 +ユナイト 0.00000009 +ユナール 0.00000037 +ユニオン 0.00000303 +ユニオンズ 0.00000009 +ユニクロ 0.00000422 +ユニクロメソッド 0.00000009 +ユニコード 0.00000009 +ユニセックス 0.00000009 +ユニセフ 0.00000770 +ユニセフアン 0.00000009 +ユニット 0.00000312 +ユニネーム 0.00000009 +ユニバー 0.00000009 +ユニバーサル 0.00000376 +ユニバーサルフラワー 0.00000009 +ユニバーシアート 0.00000009 +ユニバーシアード 0.00000009 +ユニバーシティ 0.00000055 +ユニバース 0.00000165 +ユニフォーム 0.00000440 +ユニホーム 0.00000073 +ユニリーバ 0.00000028 +ユニー 0.00000009 +ユニーク 0.00003127 +ユヌス 0.00000238 +ユネスコ 0.00000834 +ユネッサン 0.00000009 +ユビキタス 0.00000009 +ユベロス 0.00000009 +ユベントス 0.00000055 +ユマ 0.00000009 +ユミ 0.00000037 +ユミコ 0.00000028 +ユムケラー 0.00000018 +ユメ子 0.00000009 +ユラ 0.00000009 +ユラン 0.00000009 +ユリ 0.00000083 +ユリア 0.00000009 +ユリアナ 0.00000009 +ユリアヌス 0.00000037 +ユリイカ 0.00000009 +ユリウス 0.00000110 +ユリエニタニ 0.00000009 +ユリシーズ 0.00002100 +ユリヤ 0.00000009 +ユリ根 0.00000009 +ユルゲン 0.00000009 +ユン 0.00000064 +ユング 0.00000028 +ユンファ 0.00000009 +ユー 0.00000248 +ユーエス 0.00000009 +ユーカリ 0.00000028 +ユーガット 0.00000009 +ユーキャン 0.00000028 +ユークリッド 0.00000046 +ユーコン 0.00000046 +ユーゴ 0.00000193 +ユーゴスラビア 0.00000321 +ユーサー 0.00000009 +ユーザ 0.00000514 +ユーザコミュニティ 0.00000018 +ユーザドメイン 0.00000009 +ユーザビリティ 0.00000009 +ユーザー 0.00001568 +ユージ 0.00000083 +ユージェニー 0.00000009 +ユージン 0.00000046 +ユージーニア 0.00000009 +ユージーン 0.00000018 +ユース 0.00000358 +ユースチーム 0.00000037 +ユーステス 0.00000009 +ユースワールド 0.00000009 +ユーズ 0.00000009 +ユーターン 0.00000009 +ユーチューブ 0.00000119 +ユーティリティ 0.00000092 +ユートピア 0.00000119 +ユーミン 0.00000046 +ユーモア 0.00001238 +ユーモアセンス 0.00000018 +ユーモラス 0.00000128 +ユーラシア 0.00000055 +ユーリ 0.00000046 +ユーリズミックス 0.00000009 +ユーリー 0.00000028 +ユール 0.00000018 +ユーレニッセ 0.00000009 +ユーロ 0.00000642 +ユーロコット 0.00000009 +ユーロセント 0.00000009 +ユーロトレンド 0.00000009 +ユーロポール 0.00000009 +ョーク 0.00000009 +ヨ 0.00000055 +ヨウェリ 0.00000009 +ヨウコ 0.00000028 +ヨウジ 0.00000009 +ヨガ 0.00000468 +ヨゲン 0.00000009 +ヨコ 0.00000009 +ヨコハマ 0.00000376 +ヨシ 0.00000339 +ヨシガモ 0.00000009 +ヨシダ 0.00000009 +ヨシミ 0.00000009 +ヨシムラ 0.00000009 +ヨセフ 0.00000028 +ヨセミテ 0.00000009 +ヨゼフ 0.00000028 +ヨチヨチ 0.00000018 +ヨット 0.00000431 +ヨドバシ 0.00000009 +ヨナ 0.00000092 +ヨハネ 0.00000211 +ヨハネス 0.00000009 +ヨハネスブルク 0.00000083 +ヨハネスブルグ 0.00000083 +ヨハン 0.00000083 +ヨハンソン 0.00000018 +ヨビー 0.00000009 +ヨブ 0.00000028 +ヨブリガル 0.00000046 +ヨミウリ 0.00000028 +ヨムキプール 0.00000009 +ヨモギ 0.00000009 +ヨランダ 0.00000018 +ヨリ 0.00001284 +ヨルダン 0.00000578 +ヨルダンス 0.00000009 +ヨレヨレ 0.00000028 +ヨロメイ 0.00000009 +ヨロヨロ 0.00000009 +ヨン 0.00000046 +ヨンイン 0.00000009 +ヨンウォナン 0.00000009 +ヨンコン 0.00000092 +ヨンサマ 0.00000018 +ヨンサム 0.00000009 +ヨンシク 0.00000009 +ヨンジュン 0.00000138 +ヨンナム 0.00000009 +ヨンファ 0.00000009 +ヨンボク 0.00000009 +ヨー 0.00000018 +ヨーガ 0.00000009 +ヨーキッチ 0.00000009 +ヨーキーズ 0.00000009 +ヨーク 0.00000092 +ヨークシャー 0.00000073 +ヨーグルト 0.00000440 +ヨーコ 0.00000376 +ヨーテボリ 0.00000009 +ヨード 0.00000009 +ヨーホー 0.00000073 +ヨーホーヨーホー 0.00000009 +ヨーヨー 0.00000055 +ヨーロッパ 0.00008767 +ヨーロッパスタイル 0.00000009 +ヨーロピアン 0.00000018 +ヨーロピアンコンセプト 0.00000009 +ヨーロピアンタイプ 0.00000009 +ヨーロピアンテイスト 0.00000018 +ヨーンジー 0.00000018 +ラ 0.00000257 +ライ 0.00000477 +ライア 0.00000009 +ライアン 0.00000339 +ライアンズ 0.00000064 +ライアー 0.00000055 +ライオネル 0.00000009 +ライオン 0.00003631 +ライオンズ 0.00000642 +ライギット 0.00000009 +ライク 0.00000101 +ライザ 0.00000028 +ライシャワー 0.00000037 +ライジング 0.00000064 +ライス 0.00000715 +ライセンサー 0.00000110 +ライセンシー 0.00000156 +ライセンス 0.00000495 +ライゾール 0.00000009 +ライター 0.00000890 +ライダー 0.00000770 +ライダースーツ 0.00000018 +ライチ 0.00000018 +ライチョウ 0.00000009 +ライツ 0.00000064 +ライティング 0.00000128 +ライデン 0.00000046 +ライト 0.00001201 +ライド 0.00000009 +ライナス 0.00000009 +ライナー 0.00000073 +ライニッカ 0.00000018 +ライニング 0.00000009 +ライハーン 0.00000009 +ライバル 0.00001366 +ライパン 0.00000009 +ライフ 0.00000752 +ライフガード 0.00000092 +ライフスタイル 0.00001302 +ライフセーバー 0.00000046 +ライフライン 0.00000064 +ライフラーク 0.00000009 +ライフル 0.00000183 +ライフワーク 0.00000064 +ライブ 0.00001687 +ライブラリ 0.00000092 +ライブラリアン 0.00000009 +ライブラリー 0.00000092 +ライプチヒ 0.00000028 +ライプニッツ 0.00000018 +ライヘン 0.00000037 +ライベングッド 0.00000138 +ライホースト 0.00000009 +ライマー 0.00000018 +ライム 0.00000202 +ライラ 0.00000110 +ライラック 0.00000018 +ライリー 0.00000092 +ライル 0.00000009 +ライン 0.00003677 +ラインストア 0.00000009 +ラインストライカー 0.00000018 +ラインストーン 0.00000018 +ラインハルト 0.00000009 +ラインラント 0.00000009 +ラウス 0.00000028 +ラウダ 0.00000009 +ラウダー 0.00000009 +ラウヒ 0.00000009 +ラウヒン 0.00000037 +ラウメンヤッコ 0.00000009 +ラウル 0.00000128 +ラウンジ 0.00000266 +ラウンダー 0.00000009 +ラウンド 0.00000816 +ラウンドヘイ 0.00000147 +ラウール 0.00000009 +ラエリアン 0.00000018 +ラオ 0.00000092 +ラオコーン 0.00000018 +ラオス 0.00000211 +ラカプラ 0.00000009 +ラガー 0.00000037 +ラガーディア 0.00000009 +ラガード 0.00000018 +ラガーフェルド 0.00000009 +ラキーム 0.00000009 +ラク 0.00000009 +ラクゴ 0.00000009 +ラクサ 0.00000009 +ラクシュミ 0.00000009 +ラクスマン 0.00000009 +ラクソン 0.00000009 +ラクダ 0.00000367 +ラクダール 0.00000009 +ラクチン 0.00000009 +ラクトフェリン 0.00000046 +ラクパ 0.00000009 +ラクラク 0.00000018 +ラクロス 0.00000009 +ラクロワ 0.00000018 +ラクーア 0.00000009 +ラクーン 0.00000009 +ラグ 0.00000055 +ラグスル 0.00000009 +ラグビー 0.00000926 +ラグランジェ 0.00000028 +ラグー 0.00000009 +ラグーン 0.00000018 +ラケダ 0.00000009 +ラケダイモーン 0.00000037 +ラケット 0.00000092 +ラゴス 0.00000055 +ラサ 0.00000101 +ラサール 0.00000009 +ラザニア 0.00000037 +ラザフォード 0.00000018 +ラザリ 0.00000009 +ラザーニャ 0.00000028 +ラシェーズ 0.00000009 +ラシッド 0.00000009 +ラシュデイ 0.00000009 +ラシュモア 0.00000009 +ラシーン 0.00000037 +ラジウム 0.00000009 +ラジェンドラ 0.00000037 +ラジオ 0.00003420 +ラジカセ 0.00000009 +ラジカル 0.00000009 +ラジコン 0.00000073 +ラジコンヘリ 0.00000018 +ラジャスタン 0.00000009 +ラジャスターン 0.00000018 +ラジャセカール 0.00000009 +ラジャダムナン 0.00000009 +ラジー 0.00000037 +ラス 0.00000046 +ラスク 0.00000018 +ラスジン 0.00000037 +ラスタカラー 0.00000009 +ラスティー 0.00000018 +ラスト 0.00000514 +ラストキング 0.00000018 +ラストン 0.00000018 +ラスベガス 0.00000614 +ラスムセン 0.00000101 +ラスロ 0.00000018 +ラズベリー 0.00000147 +ラズボーン 0.00000028 +ラズロ 0.00000018 +ラソーダ 0.00000018 +ラタ 0.00000009 +ラダマンテュス 0.00000009 +ラダーシリーズ 0.00000009 +ラチ 0.00000009 +ラッキー 0.00001018 +ラック 0.00000073 +ラッコ 0.00000018 +ラッザリーニ 0.00000018 +ラッシュ 0.00000559 +ラッセル 0.00000220 +ラッセン 0.00000018 +ラッタナ 0.00000009 +ラッテンブリー 0.00000037 +ラット 0.00000413 +ラッド 0.00000046 +ラッパ 0.00000147 +ラッパー 0.00000046 +ラッピング 0.00000183 +ラッフルズ 0.00000009 +ラップ 0.00000614 +ラップスター 0.00000009 +ラップランド 0.00000083 +ラツィオ 0.00000037 +ラツィンガー 0.00000037 +ラテ 0.00000037 +ラテアート 0.00000037 +ラティ 0.00000018 +ラティカ 0.00000009 +ラティナ 0.00000064 +ラティファ 0.00000009 +ラティマー 0.00000018 +ラテックス 0.00000055 +ラテン 0.00000908 +ラテンアメリカ 0.00000284 +ラテンアメリカン 0.00000009 +ラテンバンド 0.00000009 +ラディスラオ 0.00000009 +ラディスロー 0.00000009 +ラディソン 0.00000009 +ラディッシュ 0.00000028 +ラディン 0.00000110 +ラトガーズ 0.00000018 +ラトナ 0.00000009 +ラトナー 0.00000009 +ラトビア 0.00000073 +ラトランド 0.00000009 +ラトル 0.00000009 +ラトヴィア 0.00000009 +ラド 0.00000028 +ラドウィグ 0.00000028 +ラドクリフ 0.00000257 +ラドバン 0.00000009 +ラナイ 0.00000009 +ラナリッド 0.00000018 +ラナルド 0.00000101 +ラニ 0.00000018 +ラニアン 0.00000064 +ラニョン 0.00000293 +ラニル 0.00000009 +ラニング 0.00000028 +ラニ・ 0.00000009 +ラニーニャ 0.00000037 +ラヌッチ 0.00000028 +ラノン 0.00000018 +ラハマン 0.00000092 +ラバ 0.00000183 +ラバニ 0.00000009 +ラバン 0.00000028 +ラバー 0.00000037 +ラパス 0.00000046 +ラパン 0.00000009 +ラパ・ヌイ 0.00000028 +ラヒリ 0.00000009 +ラビ 0.00000009 +ラビック 0.00000101 +ラビッツ 0.00000073 +ラビット 0.00000055 +ラビリンス 0.00000009 +ラビン 0.00000055 +ラピスラズリ 0.00000009 +ラピュタ 0.00000009 +ラフ 0.00000119 +ラファ 0.00000009 +ラファイエット 0.00000009 +ラファエッロ 0.00000009 +ラファエル 0.00000183 +ラファエレ 0.00000046 +ラファエロ 0.00000028 +ラファルグ 0.00000018 +ラフィア 0.00000055 +ラフィキ 0.00000046 +ラフェエル 0.00000009 +ラフォーレ 0.00000018 +ラフカディオ 0.00000064 +ラフサンジャニ 0.00000009 +ラフスケッチ 0.00000009 +ラフストーリー 0.00000009 +ラフティング 0.00000101 +ラフテー 0.00000009 +ラフト 0.00000009 +ラフブストーリー 0.00000009 +ラフマジュン 0.00000018 +ラフマニノフ 0.00000028 +ラフリン 0.00000046 +ラブ 0.00001146 +ラブキン 0.00000028 +ラブラドル 0.00000018 +ラブラドール 0.00000064 +ラブラブ 0.00000009 +ラブランド 0.00000018 +ラブリーボーン 0.00000028 +ラプソディ 0.00000009 +ラプタン 0.00000009 +ラプラタ 0.00000009 +ラプラプ 0.00000009 +ラプンツェル 0.00000009 +ラベリング 0.00000009 +ラベル 0.00000706 +ラベルタン 0.00000028 +ラベロ 0.00000018 +ラベンダー 0.00000110 +ラベーリ 0.00000009 +ラペット 0.00000018 +ラボ 0.00000028 +ラマ 0.00000624 +ラマダン 0.00000211 +ラマダーン 0.00000064 +ラマナサン 0.00000009 +ラマラジ 0.00000018 +ラマルク 0.00000083 +ラマー 0.00000009 +ラマーズ 0.00000018 +ラミダス 0.00000037 +ラミネート 0.00000009 +ラミレス 0.00000037 +ラミレズ 0.00000037 +ラミロ 0.00000037 +ラミン 0.00000009 +ラミー 0.00000018 +ラム 0.00000660 +ラムザン 0.00000009 +ラムスフェルド 0.00000009 +ラムズ 0.00000009 +ラムズフェルド 0.00000165 +ラムセス 0.00000028 +ラムゼー 0.00000028 +ラムタラ 0.00000028 +ラムネ 0.00000092 +ラムピーカン 0.00000009 +ラメ 0.00000018 +ラメザニ 0.00000028 +ラメシュ 0.00000037 +ラメン 0.00000009 +ラモス 0.00000073 +ラモン 0.00000009 +ラモント 0.00000018 +ララ 0.00000092 +ララバイ 0.00000018 +ララミー 0.00000018 +ララン 0.00000018 +ラリック 0.00000009 +ラリー 0.00000348 +ラルク 0.00000037 +ラルテグラビル 0.00000083 +ラルフ 0.00000156 +ラルフローレン 0.00000009 +ラワル 0.00000018 +ラワルピンディ 0.00000009 +ラン 0.00001852 +ランウェイ 0.00000009 +ランカシャー 0.00000009 +ランカー 0.00000009 +ランガウィ 0.00000009 +ランガム 0.00000009 +ランガー 0.00000018 +ランガール 0.00000009 +ランキング 0.00001385 +ランク 0.00000816 +ランクイン 0.00000092 +ラング 0.00000092 +ラングドン 0.00000046 +ラングーン 0.00000257 +ランゲ 0.00000083 +ランゲージ 0.00000248 +ランコム 0.00000018 +ランサナ 0.00000009 +ランサーズ 0.00000009 +ランシング 0.00000009 +ランジェリー 0.00000028 +ランス 0.00000193 +ランステ 0.00000018 +ランズ 0.00000009 +ランセット 0.00000119 +ランセル 0.00000009 +ランタオ 0.00000009 +ランタン 0.00000275 +ランタンボール 0.00000009 +ランターンフェア 0.00000009 +ランダエタ 0.00000018 +ランダム 0.00000165 +ランダル 0.00000009 +ランチ 0.00000871 +ランチコン 0.00000018 +ランチョ 0.00000009 +ランチョン 0.00000009 +ランディー 0.00000110 +ランディー・ 0.00000009 +ランデブー 0.00000009 +ラントス 0.00000028 +ランド 0.00001357 +ランドセル 0.00000138 +ランドリアーニ 0.00000009 +ランドリー 0.00000101 +ランドル 0.00000028 +ランドー 0.00000156 +ランドール 0.00000018 +ランナー 0.00001018 +ランナースタート 0.00000037 +ランナーズ 0.00000018 +ランニング 0.00000339 +ランバダ 0.00000018 +ランバート 0.00000009 +ランビット 0.00000009 +ランプ 0.00001238 +ランプシェード 0.00000009 +ランプトン 0.00000009 +ランプライト 0.00000009 +ランプリ 0.00000018 +ランベルク 0.00000009 +ランボルギーニ 0.00000046 +ランボー 0.00000009 +ランボール 0.00000046 +ランラン 0.00000018 +ラン・ 0.00000009 +ラヴ 0.00000073 +ラヴィ 0.00000018 +ラヴィシアス 0.00000009 +ラヴィーン 0.00000009 +ラヴェル 0.00000119 +ラヴェンナ 0.00000018 +ラ・ 0.00000018 +ラー 0.00000046 +ラーイカ 0.00000009 +ラーエル 0.00000037 +ラーオメドーン 0.00000009 +ラーガ 0.00000009 +ラークス 0.00000009 +ラージ 0.00000046 +ラース 0.00000193 +ラーズ 0.00000009 +ラーズニェ 0.00000009 +ラーソン 0.00000009 +ラーダット 0.00000009 +ラード 0.00000018 +ラーナ 0.00000018 +ラーナー 0.00000073 +ラーニング 0.00000046 +ラーハン 0.00000028 +ラーフラ 0.00000009 +ラーマ 0.00000009 +ラーマン 0.00000046 +ラーマーヤナ 0.00000028 +ラーム 0.00000009 +ラーメン 0.00002109 +ラーメンシェフ 0.00000009 +ラーメンスープ 0.00000009 +ラーラケ 0.00000009 +ラーラー 0.00000009 +ラーン 0.00000028 +ラ王 0.00000009 +ラ音 0.00000009 +リ 0.00000092 +リア 0.00000092 +リアクシス 0.00000009 +リアクション 0.00000092 +リアクタンス 0.00000028 +リアクター 0.00000018 +リアップ 0.00000009 +リアップレディ 0.00000009 +リアナ 0.00000018 +リアム 0.00000018 +リアリスティック 0.00000009 +リアリズム 0.00000083 +リアリティ 0.00000092 +リアリティー 0.00000110 +リアリテイ 0.00000018 +リアリー 0.00000009 +リアル 0.00000624 +リアルサウンド 0.00000009 +リアルト 0.00000028 +リアン 0.00000101 +リアーナ 0.00000009 +リイクニ 0.00000018 +リウマチ 0.00000083 +リウム 0.00000009 +リエ 0.00000092 +リエコ 0.00000009 +リエゾン 0.00000055 +リエル 0.00000028 +リエージュ 0.00000028 +リオ 0.00000165 +リオジャー 0.00000009 +リオデジャネイロ 0.00000128 +リオデラプラタ 0.00000009 +リオネル 0.00000037 +リオ・ 0.00000046 +リカ 0.00000358 +リカルディ 0.00000009 +リカルド 0.00000037 +リカード 0.00000009 +リガ 0.00000009 +リキ 0.00000403 +リキシャ 0.00000028 +リキテンスタイン 0.00000009 +リキュール 0.00000055 +リク 0.00000028 +リクエスト 0.00000431 +リクシー 0.00000009 +リクソン 0.00000046 +リクライナー 0.00000009 +リクライニング 0.00000083 +リクリエーション 0.00000018 +リクルーター 0.00000064 +リクルーティング 0.00000009 +リクルート 0.00000275 +リクルートランニング 0.00000009 +リクード 0.00000018 +リグ 0.00000018 +リグリーフィールド 0.00000009 +リグロン 0.00000009 +リケッチア 0.00000009 +リゲス 0.00000009 +リコ 0.00000128 +リコッタ 0.00000009 +リコネッサンス 0.00000009 +リコリス 0.00000018 +リコリタ 0.00000009 +リコリノ 0.00000009 +リコンファーム 0.00000009 +リコール 0.00000257 +リサ 0.00000477 +リサイクリング 0.00000028 +リサイクル 0.00001531 +リサイクルアート 0.00000009 +リサイタル 0.00000128 +リサラルダ 0.00000009 +リサーチ 0.00000275 +リザ 0.00000220 +リザベーション 0.00000009 +リザモン 0.00000009 +リザレン 0.00000009 +リザーバー 0.00000009 +リザーブ 0.00000009 +リシキ 0.00000018 +リシャール 0.00000018 +リシュリュー 0.00000028 +リジー 0.00000018 +リス 0.00000413 +リスク 0.00002238 +リスクラ 0.00000009 +リスト 0.00003283 +リストラ 0.00000339 +リスナー 0.00000238 +リスニング 0.00000257 +リスベラトロール 0.00000009 +リスボン 0.00000147 +リズ 0.00000110 +リズミカル 0.00000101 +リズム 0.00000981 +リセッション 0.00000009 +リセット 0.00000119 +リソース 0.00000165 +リゾット 0.00000028 +リゾート 0.00001623 +リタ 0.00000073 +リタイア 0.00000037 +リタイヤ 0.00000009 +リタ・ 0.00000009 +リターナー 0.00000037 +リターン 0.00000092 +リダイヤル 0.00000009 +リダイレクト 0.00000009 +リダックス 0.00000009 +リダンダント 0.00000009 +リチウム 0.00000083 +リチャーズ 0.00000028 +リチャード 0.00000770 +リチャードソン 0.00000046 +リック 0.00000229 +リッジ 0.00000028 +リッター 0.00000046 +リッチ 0.00000193 +リッチモンド 0.00000046 +リッチー 0.00000211 +リッディング 0.00000028 +リットガ 0.00000009 +リットル 0.00000559 +リットン 0.00000028 +リッパー 0.00000009 +リップ 0.00000147 +リップスティック 0.00000009 +リップマン 0.00000018 +リップルウッド 0.00000009 +リッラク 0.00000009 +リツキー 0.00000018 +リテイナー 0.00000018 +リテイリング 0.00000183 +リテラシー 0.00000028 +リデ 0.00000009 +リディア 0.00000018 +リディスカバー 0.00000009 +リディル 0.00000009 +リデュース 0.00000018 +リトアニア 0.00000312 +リトグラフ 0.00000055 +リトバ 0.00000009 +リトマス 0.00000064 +リトラル 0.00000009 +リトリーバー 0.00000009 +リトル 0.00000734 +リド 0.00000009 +リドリング 0.00000046 +リドリー 0.00000018 +リナ 0.00000009 +リナレス 0.00000009 +リニア 0.00000431 +リニガー 0.00000009 +リニモ 0.00000018 +リニューアル 0.00000064 +リニー 0.00000009 +リネカー 0.00000028 +リネット 0.00000073 +リネン 0.00000046 +リネージ 0.00000009 +リネーム 0.00000009 +リノ 0.00000092 +リノリウム 0.00000009 +リノレン 0.00000018 +リノール 0.00000018 +リハビリ 0.00000477 +リハビリテインメント 0.00000018 +リハビリテーション 0.00000046 +リハーサル 0.00000358 +リバイバル 0.00000037 +リバウド 0.00000009 +リバウンド 0.00000046 +リバシー 0.00000477 +リバチュク 0.00000009 +リバック 0.00000018 +リバティ 0.00000028 +リバプール 0.00000183 +リバー 0.00000083 +リバース 0.00000018 +リバータリアン 0.00000018 +リパブリカン 0.00000009 +リヒター 0.00000009 +リヒテンシュタイン 0.00000018 +リヒテンベルク 0.00000009 +リヒト 0.00000009 +リヒャルト 0.00000018 +リビア 0.00000220 +リビエラ 0.00000018 +リビドー 0.00000009 +リビング 0.00000385 +リビングストン 0.00000037 +リビー 0.00000028 +リピーター 0.00000083 +リピート 0.00000037 +リファイ 0.00000009 +リファレンス 0.00000064 +リフィー 0.00000018 +リフィーローン 0.00000009 +リフォン 0.00000009 +リフォーム 0.00000449 +リフト 0.00000183 +リフューズ 0.00000009 +リフリッシュ 0.00000009 +リフレイン 0.00000018 +リフレクション 0.00000009 +リフレクソロジー 0.00000073 +リフレッシュ 0.00000275 +リブ 0.00000064 +リブキンド 0.00000073 +リブストロング 0.00000018 +リプケン 0.00000009 +リプセット 0.00000018 +リベット 0.00000009 +リベラシォン 0.00000009 +リベラリズム 0.00000009 +リベラル 0.00000064 +リベリア 0.00000284 +リベレツ 0.00000009 +リベンジ 0.00000037 +リベート 0.00000009 +リペア 0.00000018 +リボリ 0.00000009 +リボルタ 0.00000009 +リボルバー 0.00000073 +リボン 0.00000486 +リポタンパク 0.00000009 +リポビタン 0.00000028 +リポーター 0.00000101 +リポート 0.00000312 +リマ 0.00000055 +リマスター 0.00000018 +リマリック 0.00000009 +リミックス 0.00000055 +リミット 0.00000018 +リミティッド 0.00000009 +リミテッド 0.00000018 +リミニ 0.00000018 +リム 0.00000018 +リムジン 0.00000147 +リムリー 0.00000018 +リメイク 0.00000229 +リメリック 0.00000028 +リメンバー 0.00000009 +リメーク 0.00000083 +リメーズ 0.00000055 +リモコン 0.00000376 +リモージュ 0.00000009 +リモート 0.00000073 +リャマ 0.00000018 +リヤカー 0.00000009 +リヤド 0.00000009 +リュイシュン 0.00000009 +リュウ 0.00000055 +リュウマチ 0.00000009 +リュキア 0.00000009 +リュコメデス 0.00000028 +リュコメー 0.00000018 +リュシ 0.00000009 +リュシア 0.00000009 +リュシエ 0.00000018 +リュック 0.00000092 +リュックサック 0.00000046 +リュマニテ 0.00000009 +リュー 0.00000046 +リュージュ 0.00000046 +リュート 0.00000018 +リューネブルグ 0.00000009 +リューベック 0.00000009 +リューマチ 0.00000009 +リューリ 0.00000073 +リユース 0.00000046 +リユーズ 0.00000009 +リョウ 0.00000009 +リョン 0.00000046 +リョー 0.00000009 +リヨ 0.00000046 +リヨン 0.00000037 +リラ 0.00000083 +リラクシア 0.00000018 +リラクセーション 0.00000119 +リラック 0.00000009 +リラックス 0.00002155 +リリ 0.00000018 +リリアン 0.00000009 +リリック 0.00000009 +リリパット 0.00000009 +リリブレロ 0.00000037 +リリー 0.00000183 +リリース 0.00000844 +リリーフ 0.00000101 +リルケ 0.00000009 +リルスキー 0.00000009 +リレハンメル 0.00000083 +リレー 0.00000431 +リレーショナル 0.00000009 +リレーションズ 0.00000009 +リレーマラソン 0.00000009 +リロイ 0.00000009 +リロ・ 0.00000009 +リローデッド 0.00000018 +リワオアシス 0.00000018 +リン 0.00000642 +リンカーン 0.00000312 +リンカーンズ 0.00000009 +リンガル 0.00000009 +リンガー 0.00000009 +リンギット 0.00000009 +リンク 0.00000715 +リンクス 0.00000037 +リング 0.00001082 +リングリング 0.00000009 +リンゴ 0.00001504 +リンジー 0.00000055 +リンス 0.00000046 +リンステッド 0.00000009 +リンズ 0.00000028 +リンゼイ 0.00000073 +リンダ 0.00000431 +リンダー 0.00000037 +リンチ 0.00000083 +リンツ 0.00000009 +リンデン 0.00000009 +リントン 0.00000138 +リンド 0.00000119 +リンドウ 0.00000009 +リンドバーグ 0.00000101 +リンドン 0.00000009 +リンドヴァル 0.00000028 +リンネ 0.00000018 +リンネル 0.00000037 +リンパ 0.00000101 +リンベ 0.00000009 +リンボク 0.00000028 +リンポシェ 0.00000009 +リンリン 0.00000110 +リヴ 0.00000009 +リヴァプール 0.00000248 +リヴィエラ 0.00000009 +リヴィエール 0.00000055 +リヴィブ 0.00000009 +リヴォルヴァ 0.00000064 +リ・ 0.00000009 +リー 0.00000844 +リーアム 0.00000028 +リーイ 0.00000009 +リーイン 0.00000009 +リーウェイ 0.00000009 +リーガル 0.00000037 +リーガー 0.00000440 +リーキネギ 0.00000009 +リーク 0.00000083 +リーグ 0.00007107 +リーグル 0.00000009 +リーグワールド 0.00000009 +リーサ 0.00000009 +リージェンシー 0.00000009 +リージェンツ 0.00000028 +リージェント 0.00000055 +リージョナル 0.00000018 +リース 0.00000275 +リースキー 0.00000009 +リースリング 0.00000028 +リーズ 0.00000018 +リーズナブル 0.00000156 +リーズル 0.00000009 +リーゼント 0.00000018 +リーダ 0.00000046 +リーダー 0.00002733 +リーダーシップ 0.00000660 +リーダーズ 0.00000009 +リーチ 0.00000055 +リーディング 0.00000110 +リード 0.00001394 +リーナ 0.00000009 +リーヌス 0.00000348 +リーバ 0.00000009 +リーバイ 0.00000018 +リーバイス 0.00000046 +リーバマン 0.00000018 +リーバー 0.00000009 +リーパー 0.00000046 +リーヒャン 0.00000009 +リーフ 0.00000128 +リーファー 0.00000009 +リーフレット 0.00000009 +リーブキン 0.00000009 +リーブス 0.00000028 +リーブズ 0.00000028 +リーブマン 0.00000009 +リーベ 0.00000018 +リーボビッツ 0.00000037 +リーマ 0.00000009 +リーマン 0.00000083 +リーランド 0.00000009 +リール 0.00000028 +リーン 0.00000018 +リーヴ 0.00000009 +リーヴル 0.00000009 +リーヴンワース 0.00000028 +ル 0.00000266 +ルア 0.00000009 +ルアセス 0.00000018 +ルアー 0.00000018 +ルアース 0.00000110 +ルアーブル 0.00000028 +ルイ 0.00000468 +ルイジアナ 0.00000266 +ルイス 0.00000449 +ルイズ 0.00000018 +ルイドール 0.00000009 +ルイン 0.00000046 +ルイヴィトン 0.00000037 +ルイヴィトンティヴォリ 0.00000009 +ルイーズ 0.00000174 +ルウ 0.00000028 +ルオン 0.00000009 +ルカ 0.00000083 +ルキチーノ 0.00000009 +ルク 0.00000009 +ルクス 0.00000009 +ルクセンブルク 0.00000064 +ルクセンブルグ 0.00000110 +ルクソル 0.00000009 +ルクソール 0.00000119 +ルクレシ 0.00000046 +ルクレツィア 0.00000018 +ルクレティウス 0.00000193 +ルグ 0.00000018 +ルケレティウス 0.00000009 +ルサカ 0.00000018 +ルシアノ 0.00000046 +ルシール 0.00000018 +ルス 0.00000009 +ルスツ 0.00000037 +ルソン 0.00000018 +ルソー 0.00000009 +ルター 0.00000009 +ルダクリス 0.00000009 +ルチアーニ 0.00000037 +ルチアーノ 0.00000028 +ルッカ 0.00000018 +ルック 0.00000037 +ルックス 0.00000156 +ルッツ 0.00000009 +ルテス 0.00000009 +ルテッリ 0.00000009 +ルディ 0.00000028 +ルデュック 0.00000037 +ルドルフ 0.00000092 +ルドヴィーコ 0.00000037 +ルナエンバシー 0.00000018 +ルナシー 0.00000009 +ルナン 0.00000009 +ルネ 0.00000009 +ルネサス 0.00000037 +ルネサンス 0.00000092 +ルネッサンス 0.00000092 +ルネー 0.00000018 +ルノアール 0.00000028 +ルノウ 0.00000009 +ルノックス 0.00000046 +ルノワール 0.00000055 +ルノー 0.00000083 +ルバンガ 0.00000037 +ルバング 0.00000009 +ルバーン 0.00000018 +ルパン 0.00000449 +ルパート 0.00000055 +ルビ 0.00000220 +ルビン 0.00000018 +ルビンスタイン 0.00000009 +ルビー 0.00000459 +ルピー 0.00000037 +ルフェーブル 0.00000028 +ルフォン 0.00000009 +ルフトハンザ 0.00000018 +ルブチェンコ 0.00000018 +ルベルス 0.00000018 +ルボン 0.00000028 +ルポ 0.00000009 +ルポライター 0.00000018 +ルマイザ 0.00000009 +ルマウィグ 0.00000009 +ルマン 0.00000018 +ルミナリエ 0.00000275 +ルミネッセンス 0.00000009 +ルミノソ 0.00000009 +ルメイ 0.00000018 +ルメイラ 0.00000009 +ルラ 0.00000055 +ルラバイ 0.00000018 +ルラード 0.00000018 +ルリア 0.00000028 +ルル 0.00000009 +ルルア 0.00000009 +ルルス 0.00000009 +ルルド 0.00000037 +ルワンダ 0.00000504 +ルンバ 0.00000018 +ルンビニ 0.00000028 +ルンビーニ 0.00000009 +ルンピニ 0.00000009 +ルヴァン 0.00000046 +ルー 0.00000266 +ルーアン 0.00000064 +ルーエスク 0.00000009 +ルーカク 0.00000046 +ルーカシック 0.00000055 +ルーカス 0.00000174 +ルーカン 0.00000009 +ルーキー 0.00000092 +ルーク 0.00000119 +ルーケン 0.00000018 +ルーサー 0.00000193 +ルーシー 0.00004429 +ルージュ 0.00000358 +ルース 0.00000358 +ルースラ 0.00000009 +ルーズ 0.00000449 +ルーセル 0.00000009 +ルータン 0.00000046 +ルーチン 0.00000018 +ルーチンワーク 0.00000009 +ルーツ 0.00000367 +ルーティン 0.00000046 +ルーティンワーク 0.00000009 +ルーティーン 0.00000009 +ルーテル 0.00000009 +ルート 0.00000945 +ルートヴィヒ 0.00000009 +ルード 0.00000018 +ルーニー 0.00000046 +ルービック 0.00000083 +ルービン 0.00000037 +ルーピン 0.00000009 +ルーフ 0.00000009 +ルーブル 0.00000128 +ループ 0.00000138 +ループス 0.00000009 +ルーベトキン 0.00000046 +ルーベン 0.00000092 +ルーベンス 0.00000303 +ルーペ 0.00000009 +ルーマニア 0.00000706 +ルーミングハウス 0.00000009 +ルーム 0.00002063 +ルームウェア 0.00000009 +ルームス 0.00000009 +ルームズ 0.00000028 +ルーラ 0.00000009 +ルール 0.00002944 +ルーレット 0.00000028 +ルーン 0.00000009 +ルーヴル 0.00000037 +レ 0.00000110 +レべル 0.00000009 +レア 0.00000101 +レアアース 0.00000018 +レアメタル 0.00000028 +レアリズム 0.00000009 +レアル 0.00000284 +レアローズ 0.00000009 +レアンドロ 0.00000009 +レアード 0.00000018 +レイ 0.00000596 +レイアウト 0.00000257 +レイエス 0.00000009 +レイオフ 0.00000092 +レイキ 0.00000055 +レイキャヴィーク 0.00000009 +レイキン 0.00000018 +レイク 0.00000028 +レイクサイド 0.00000009 +レイクビュー 0.00000009 +レイコ 0.00000064 +レイコフ 0.00000009 +レイザーラモン 0.00000018 +レイシ 0.00000009 +レイシー 0.00000009 +レイス 0.00000055 +レイズ 0.00000101 +レイソル 0.00000138 +レイダー 0.00000028 +レイダース 0.00000018 +レイチェル 0.00000248 +レイテ 0.00000083 +レイト 0.00000018 +レイド 0.00000018 +レイナ 0.00000037 +レイナス 0.00000018 +レイナー 0.00000009 +レイナーテ 0.00000009 +レイノルズ 0.00000028 +レイノルド 0.00000009 +レイノー 0.00000028 +レイピア 0.00000018 +レイプ 0.00000651 +レイモン 0.00000018 +レイモンド 0.00000046 +レイヤー 0.00000018 +レイヤード 0.00000028 +レイル 0.00000009 +レイルパス 0.00000018 +レイン 0.00000156 +レインジェルダー 0.00000037 +レインジー 0.00000009 +レインズ 0.00000009 +レインボー 0.00000092 +レインボーフラッグ 0.00000009 +レイヴ 0.00000009 +レオ 0.00000183 +レオガン 0.00000018 +レオタード 0.00000009 +レオタール 0.00000009 +レオナ 0.00000009 +レオナルド 0.00000229 +レオナール 0.00000018 +レオニード 0.00000037 +レオノー 0.00000009 +レオポルト 0.00000009 +レオポルド 0.00000055 +レオン 0.00000083 +レオーネ 0.00000009 +レガシメモワールズ 0.00000009 +レガッタ 0.00000028 +レガール 0.00000055 +レギアン 0.00000009 +レギャン 0.00000009 +レギュラー 0.00000312 +レギュラーガソリン 0.00000009 +レギュレーション 0.00000009 +レギュレーター 0.00000037 +レギンス 0.00000009 +レクイエム 0.00000009 +レクサス 0.00000055 +レクター 0.00000046 +レクチャー 0.00000046 +レクリェーション 0.00000018 +レクリエーション 0.00000110 +レクレーション 0.00000009 +レグ 0.00000009 +レグホーン 0.00000009 +レグボルド 0.00000009 +レゲエ 0.00000367 +レゲエアーティスト 0.00000009 +レゲエダンサー 0.00000064 +レゲエダンサープロ 0.00000009 +レゲエミュージシャン 0.00000009 +レゲフ 0.00000009 +レコーズ 0.00000055 +レコーダー 0.00000266 +レコーディング 0.00000358 +レコード 0.00001788 +レゴ 0.00000046 +レザ 0.00000028 +レザヘッド 0.00000037 +レザー 0.00000028 +レシチン 0.00000018 +レシピ 0.00000514 +レシピエント 0.00000101 +レシート 0.00000211 +レシーバー 0.00000018 +レシーブ 0.00000009 +レジ 0.00000669 +レジェップ 0.00000018 +レジェンド 0.00000009 +レジオネラ 0.00000009 +レジオン 0.00000009 +レジス 0.00000009 +レジスタ 0.00000367 +レジスタンス 0.00000009 +レジデンス 0.00000009 +レジデンツ 0.00000009 +レジメ 0.00000009 +レジャンス 0.00000009 +レジャー 0.00000422 +レジーナ 0.00000009 +レジーム 0.00000009 +レス 0.00000174 +レスカンヌ 0.00000009 +レスキュー 0.00000110 +レスキューレメディ 0.00000018 +レスター 0.00000055 +レスターシャー 0.00000009 +レスト 0.00000018 +レストラン 0.00008996 +レストランガイド 0.00000028 +レストラングループ 0.00000009 +レストランスタイル 0.00000018 +レストランセラヴイ 0.00000009 +レストレード 0.00000055 +レスパネェ 0.00000037 +レスビアン 0.00000018 +レスラー 0.00000440 +レスリング 0.00000734 +レスリー 0.00000083 +レズタウン 0.00000009 +レズビアン 0.00000211 +レズベラトロル 0.00000009 +レズリー 0.00000018 +レセップス 0.00000009 +レセプション 0.00000202 +レゼー 0.00000009 +レソト 0.00000046 +レゾナント 0.00000018 +レタ 0.00000018 +レタス 0.00000229 +レター 0.00000330 +レチェ 0.00000018 +レッカー 0.00000321 +レックス 0.00000009 +レッグ 0.00000009 +レッサー 0.00000037 +レッジーナ 0.00000009 +レッスン 0.00002788 +レッスンワン 0.00000009 +レッズ 0.00000119 +レッツ 0.00000018 +レッテル 0.00000183 +レット 0.00000055 +レットミー 0.00000009 +レッド 0.00001146 +レッドラス 0.00000009 +レディ 0.00000119 +レディアナ 0.00000018 +レディスチャンピオンシップ 0.00000009 +レディタイピング 0.00000009 +レディファースト 0.00000055 +レディング 0.00000009 +レディー 0.00000147 +レディース 0.00000028 +レディースファースト 0.00000009 +レディーズ 0.00000028 +レディーファースト 0.00000028 +レトリック 0.00000018 +レトリバー 0.00000018 +レトリーバー 0.00000064 +レトルト 0.00000110 +レトルトビーフ 0.00000009 +レトロ 0.00000532 +レトロバス 0.00000028 +レドゥン 0.00000018 +レドモンド 0.00000064 +レドン 0.00000037 +レナ 0.00000055 +レナルディ 0.00000009 +レナー 0.00000009 +レナード 0.00000083 +レニャ 0.00000101 +レニングラード 0.00000055 +レニー 0.00000073 +レネハン 0.00000174 +レノ 0.00000046 +レノックス 0.00000046 +レノボ 0.00000028 +レノン 0.00000587 +レバノン 0.00000394 +レバレッジ 0.00000018 +レバー 0.00000376 +レパートリー 0.00000110 +レビト 0.00000028 +レビュー 0.00000092 +レビューアー 0.00000009 +レビューズ 0.00000018 +レビー 0.00000009 +レフ 0.00000009 +レフェリー 0.00000037 +レフカダ 0.00000009 +レフト 0.00000128 +レフュジー 0.00000009 +レフラー 0.00000037 +レフリー 0.00000156 +レブロン 0.00000009 +レプチン 0.00000064 +レプトスピラ属 0.00000009 +レプトン 0.00000101 +レプリカ 0.00000174 +レベッカ 0.00000083 +レベル 0.00006016 +レペル 0.00000009 +レボリューション 0.00000055 +レボリューションズ 0.00000009 +レポトワ 0.00000009 +レポーター 0.00000321 +レポート 0.00000972 +レマン 0.00000028 +レミングス 0.00000018 +レミー 0.00000018 +レムリ 0.00000009 +レムール 0.00000018 +レモネード 0.00000101 +レモン 0.00000376 +レモンクーリー 0.00000009 +レモングラス 0.00000009 +レモンジュース 0.00000046 +レモンタルト 0.00000009 +レモンティー 0.00000009 +レラカムイ 0.00000046 +レリック 0.00000009 +レリーフ 0.00000046 +レルノス 0.00000009 +レン 0.00000037 +レンガ 0.00000165 +レンク 0.00000009 +レンクイスト 0.00000009 +レンコン 0.00000018 +レンジ 0.00000660 +レンジャーズ 0.00000101 +レンジー 0.00000009 +レンズ 0.00000834 +レンセラー 0.00000009 +レンタ 0.00000037 +レンタカー 0.00000275 +レンタル 0.00000862 +レンチ 0.00000009 +レンテリア 0.00000009 +レント 0.00000009 +レントゲン 0.00000119 +レンフィールド 0.00000083 +レンブラント 0.00000055 +レンマン 0.00000092 +レヴィン 0.00000028 +レヴィー 0.00000018 +レ・ 0.00000009 +レー 0.00000037 +レーガン 0.00000431 +レーク 0.00000009 +レーサム 0.00000156 +レーサー 0.00000211 +レーザ 0.00000009 +レーザー 0.00000550 +レーシック 0.00000229 +レーシング 0.00000092 +レーシングカー 0.00000009 +レース 0.00005530 +レーズン 0.00000110 +レーソス 0.00000064 +レーダー 0.00000348 +レーダービーム 0.00000009 +レーチェル 0.00000018 +レート 0.00000348 +レードル 0.00000009 +レーナ 0.00000055 +レーニア 0.00000037 +レーニン 0.00000018 +レーヌ 0.00000073 +レーハーゲル 0.00000009 +レーバー 0.00000018 +レーベル 0.00000092 +レームノス 0.00000028 +レーモン 0.00000009 +レーヨン 0.00000009 +レール 0.00000248 +レーン 0.00000303 +レーンシャー 0.00000009 +レーヴェン 0.00000009 +ロ 0.00000018 +ロア 0.00000037 +ロイ 0.00000156 +ロイシン 0.00000009 +ロイストン 0.00000009 +ロイズ 0.00000009 +ロイゼン 0.00000009 +ロイター 0.00000028 +ロイド 0.00000569 +ロイヤリティ 0.00000018 +ロイヤル 0.00000330 +ロイヤルズ 0.00000037 +ロイヤルティ 0.00000037 +ロイヤルティー 0.00000009 +ロイロット 0.00000202 +ロウ 0.00000119 +ロウア 0.00000018 +ロウアンケイシソウ 0.00000009 +ロウソク 0.00000110 +ロウライダー 0.00000009 +ロウランド 0.00000083 +ロウリー 0.00000009 +ロカリス 0.00000009 +ロガー 0.00000018 +ロキ 0.00000046 +ロキシー 0.00000018 +ロクサーヌ 0.00000092 +ロクシナ 0.00000009 +ロクスレー 0.00000009 +ロクセット 0.00000009 +ロクテ 0.00000037 +ログ 0.00000174 +ログハウス 0.00000064 +ログラント 0.00000009 +ロケ 0.00000202 +ロケッツ 0.00000009 +ロケット 0.00001504 +ロケーション 0.00000083 +ロゲ 0.00000046 +ロココ 0.00000009 +ロコス 0.00000165 +ロコト 0.00000009 +ロコミ 0.00000018 +ロゴ 0.00000449 +ロゴス 0.00000009 +ロゴフ 0.00000009 +ロサリオ 0.00000018 +ロサンジェルス 0.00000009 +ロサンゼルス 0.00002219 +ロザハイズ 0.00000009 +ロザライン 0.00000083 +ロザリオ 0.00000018 +ロザリナ 0.00000009 +ロザリンド 0.00000550 +ロザンゼルス 0.00000009 +ロシア 0.00007006 +ロシアン 0.00000009 +ロシアンバー 0.00000009 +ロシアンルーレット 0.00000009 +ロシャ 0.00000037 +ロシュミット 0.00000009 +ロショナラ 0.00000009 +ロジスティクス 0.00000009 +ロジック 0.00000083 +ロジャー 0.00000202 +ロジャース 0.00000028 +ロジャーズ 0.00000018 +ロジーナ 0.00000009 +ロス 0.00000495 +ロスアンゼルス 0.00000055 +ロスコスモス 0.00000009 +ロスタイム 0.00000055 +ロスチャイルド 0.00000046 +ロスト 0.00000028 +ロストボーイズ 0.00000009 +ロスフィット 0.00000009 +ロスリン 0.00000018 +ロズウェル 0.00000009 +ロセル 0.00000064 +ロゼ 0.00000018 +ロゼッタ 0.00000028 +ロゼラ 0.00000009 +ロゼーヌ 0.00000303 +ロタ 0.00000009 +ロタル 0.00000055 +ロタンダ 0.00000009 +ロタール 0.00000018 +ロダム 0.00000018 +ロダン 0.00000018 +ロチェスター 0.00000046 +ロッカ 0.00000028 +ロッカー 0.00000440 +ロッキング 0.00000028 +ロッキー 0.00000578 +ロッキーズ 0.00000028 +ロッキード 0.00000110 +ロック 0.00002366 +ロックアウト 0.00000018 +ロックアンドロール 0.00000009 +ロックウェル 0.00000018 +ロックス 0.00000009 +ロックスリー 0.00000064 +ロックフェラー 0.00000083 +ロックン 0.00000028 +ロックンロール 0.00000119 +ロッサ 0.00000009 +ロッシェル 0.00000055 +ロッシー 0.00000028 +ロッシーニ 0.00000009 +ロッジ 0.00000110 +ロッテ 0.00000037 +ロッテマリンズ 0.00000009 +ロッテマリーンズ 0.00000128 +ロッテリア 0.00000055 +ロッテルダム 0.00000055 +ロット 0.00000037 +ロッド 0.00000440 +ロッブリ 0.00000009 +ロティ 0.00000009 +ロディ 0.00000009 +ロディック 0.00000119 +ロデオ 0.00000147 +ロデリック 0.00000028 +ロト 0.00000028 +ロトマン 0.00000009 +ロトルア 0.00000009 +ロドニー 0.00000073 +ロドリゲス 0.00000165 +ロドリゴ 0.00000009 +ロナウジーニョ 0.00000009 +ロナウド 0.00000128 +ロナルド 0.00000293 +ロナン 0.00000009 +ロニー 0.00000009 +ロネ 0.00000009 +ロハス 0.00000064 +ロバ 0.00001476 +ロバニエミ 0.00000009 +ロバーツ 0.00000147 +ロバート 0.00001293 +ロバ肉 0.00000028 +ロヒオ 0.00000018 +ロビイスト 0.00000028 +ロビショー 0.00000009 +ロビン 0.00000238 +ロビンス 0.00000028 +ロビンソン 0.00000183 +ロビー 0.00000715 +ロピラミッド 0.00000009 +ロフト 0.00000092 +ロブ 0.00000165 +ロブスタ 0.00000009 +ロブスター 0.00000147 +ロプト 0.00000009 +ロベルト 0.00000064 +ロベール 0.00000009 +ロペス 0.00000183 +ロペズ 0.00000009 +ロボ 0.00000101 +ロボカップ 0.00000018 +ロボコップ 0.00000028 +ロボコン 0.00000110 +ロボット 0.00006089 +ロボティクス 0.00000028 +ロボティックス 0.00000018 +ロボデックス 0.00000009 +ロボリア 0.00000055 +ロボワード 0.00000009 +ロマ 0.00000092 +ロマネスク 0.00000028 +ロマリオ 0.00000009 +ロマン 0.00000413 +ロマンス 0.00000321 +ロマンチシズム 0.00000018 +ロマンチスト 0.00000073 +ロマンチック 0.00001229 +ロマンティシズム 0.00000009 +ロマンティック 0.00000037 +ロマーニャ 0.00000156 +ロマーノ 0.00000064 +ロミオ 0.00001541 +ロミュアル 0.00000018 +ロミーナ 0.00000009 +ロム 0.00000028 +ロムニー 0.00000028 +ロムルス 0.00000018 +ロメオ 0.00000037 +ロヨラ 0.00000028 +ロリア 0.00000009 +ロリエル 0.00000018 +ロリコン 0.00000009 +ロリンズ 0.00000009 +ロリー 0.00000009 +ロリータ 0.00000046 +ロルカ 0.00000009 +ロルフ 0.00000018 +ロルーペ 0.00000009 +ロレアル 0.00000037 +ロレックス 0.00000018 +ロレッタ 0.00000037 +ロレット 0.00000018 +ロレンス 0.00000101 +ロワイアル 0.00000028 +ロワイヤル 0.00000037 +ロワー 0.00000009 +ロン 0.00000569 +ロング 0.00000844 +ロングラン 0.00000009 +ロンジャパ 0.00000018 +ロンダ 0.00000101 +ロンダリング 0.00000028 +ロンドン 0.00006538 +ロンドンハーツ 0.00000009 +ロンドンポリス 0.00000009 +ロンバルディア 0.00000101 +ロンバード 0.00000009 +ロンリネス 0.00000009 +ロンリー 0.00000064 +ロヴェーレ 0.00000009 +ロー 0.00000147 +ローアム 0.00000055 +ローアン 0.00000009 +ローイ 0.00000037 +ローウェイ 0.00000009 +ローウェン 0.00000018 +ローカライズ 0.00000028 +ローカル 0.00000183 +ローカルマシン 0.00000009 +ローカルルール 0.00000009 +ローカロリー 0.00000009 +ローク 0.00000073 +ローサマツ 0.00000009 +ローザ 0.00000046 +ローザンヌ 0.00000073 +ローション 0.00000183 +ロージ 0.00000009 +ロージャー 0.00000009 +ロース 0.00000055 +ロースト 0.00000229 +ローストミート 0.00000009 +ロースピード 0.00000009 +ローズ 0.00000596 +ローズマリー 0.00000092 +ローズヴェルト 0.00000009 +ローゼス 0.00000009 +ローゼズ 0.00000009 +ローゼン 0.00000092 +ローゼンバーグ 0.00000009 +ローゼンボル 0.00000009 +ローソク 0.00000055 +ローソン 0.00000504 +ロータス 0.00000037 +ロータリアン 0.00000046 +ロータリー 0.00000523 +ロータリーマン 0.00000009 +ローター 0.00000037 +ローダ 0.00000009 +ローダー 0.00000018 +ローチェスター 0.00000018 +ローチン 0.00000009 +ローテク 0.00000018 +ローデシア 0.00000018 +ロートレック 0.00000018 +ロートン 0.00000018 +ロード 0.00001055 +ロードス 0.00000028 +ロードワーク 0.00000009 +ローナン 0.00000009 +ローヌ 0.00000009 +ローネ 0.00000009 +ローハンプトン 0.00000009 +ローバー 0.00000028 +ローパー 0.00000046 +ローヒール 0.00000009 +ローフ 0.00000018 +ローファット 0.00000018 +ローフォード 0.00000018 +ローブ 0.00000193 +ロープ 0.00000477 +ロープウェー 0.00000028 +ローマ 0.00004246 +ローマオリンピック 0.00000009 +ローママラソン 0.00000009 +ローマン 0.00000018 +ローミング 0.00000009 +ローヤル 0.00000009 +ローヤルゼリー 0.00000018 +ローラ 0.00000275 +ローラン 0.00000046 +ローランサン 0.00000009 +ローランド 0.00000018 +ローラー 0.00000174 +ローラースケート 0.00000046 +ローリエ 0.00000028 +ローリン 0.00000055 +ローリング 0.00000321 +ローリー 0.00000037 +ロール 0.00000339 +ローレイ 0.00000009 +ローレス 0.00000009 +ローレックス 0.00000009 +ローレライ 0.00000018 +ローレル 0.00000037 +ローレン 0.00000018 +ローレンス 0.00000064 +ローン 0.00001201 +ワ 0.00000055 +ワァー 0.00000009 +ワアワア 0.00000009 +ワイ 0.00000073 +ワイアレス 0.00000009 +ワイエス 0.00000046 +ワイオミング 0.00000037 +ワイキキ 0.00000128 +ワイキキヘルス 0.00000009 +ワイク 0.00000009 +ワイシャツ 0.00000028 +ワイス 0.00000028 +ワイゼッカー 0.00000009 +ワイゼン 0.00000009 +ワイダ 0.00000028 +ワイツェル 0.00000046 +ワイト 0.00000009 +ワイド 0.00000330 +ワイドゥン 0.00000009 +ワイナイナ 0.00000018 +ワイナリー 0.00000211 +ワイパー 0.00000018 +ワイフ 0.00000064 +ワイプ 0.00000009 +ワイマン 0.00000018 +ワイマール 0.00000083 +ワイヤ 0.00000018 +ワイヤット 0.00000018 +ワイヤレス 0.00000165 +ワイヤレスキーボード 0.00000018 +ワイヤー 0.00000064 +ワイヤード 0.00000046 +ワイラー 0.00000009 +ワイル 0.00000064 +ワイルダー 0.00000046 +ワイルド 0.00000101 +ワイルドナイツ 0.00000009 +ワイロ 0.00000101 +ワイワイ 0.00000064 +ワイン 0.00005777 +ワイングラス 0.00000064 +ワインズ 0.00000009 +ワインバーグ 0.00000046 +ワオ 0.00000028 +ワカコ 0.00000046 +ワカナ 0.00000055 +ワカバヤシ 0.00000009 +ワカマル 0.00000055 +ワカメ 0.00000156 +ワカメスープ 0.00000009 +ワカリマ 0.00000009 +ワカリマシタ 0.00000009 +ワガママ 0.00000046 +ワキ 0.00000009 +ワキル 0.00000018 +ワク 0.00000009 +ワクイ 0.00000009 +ワクチン 0.00002164 +ワクワク 0.00001238 +ワグナー 0.00000037 +ワグネル 0.00000009 +ワケ 0.00000028 +ワケギ 0.00000009 +ワコー 0.00000018 +ワコール 0.00000046 +ワゴナー 0.00000028 +ワゴン 0.00000101 +ワサイ 0.00000009 +ワサビ 0.00000046 +ワシ 0.00000559 +ワシがわ 0.00000009 +ワシコウスカ 0.00000009 +ワシム 0.00000009 +ワシントン 0.00003292 +ワジール 0.00000009 +ワスモシ 0.00000009 +ワセリン 0.00000018 +ワタシハゲンキデス 0.00000009 +ワタリガラス 0.00000009 +ワダアカネ 0.00000009 +ワダツミ 0.00000018 +ワッ 0.00000009 +ワッと 0.00000028 +ワックス 0.00000055 +ワックル 0.00000037 +ワッシ 0.00000009 +ワッショイ 0.00000018 +ワッソン 0.00000009 +ワッチェット 0.00000018 +ワッツ 0.00000046 +ワット 0.00000220 +ワッフル 0.00000128 +ワッペン 0.00000028 +ワツァップ 0.00000028 +ワトスン 0.00000266 +ワトソン 0.00001962 +ワトソンズ 0.00000018 +ワドリー 0.00000018 +ワドル 0.00000046 +ワナ 0.00000018 +ワナゴナ 0.00000009 +ワナドゥー 0.00000018 +ワニ 0.00000293 +ワニガメ 0.00000018 +ワニタ 0.00000009 +ワニワニパニック 0.00000009 +ワヒド 0.00000009 +ワビ 0.00000009 +ワラ 0.00000018 +ワラキア 0.00000018 +ワラス 0.00000037 +ワラスボ 0.00000009 +ワラパイ 0.00000018 +ワラビーズ 0.00000018 +ワラン 0.00000037 +ワリ 0.00000009 +ワリカン 0.00000183 +ワル 0.00000028 +ワルカ 0.00000009 +ワルシャム 0.00000018 +ワルシャワ 0.00000083 +ワルシュ 0.00000018 +ワルツ 0.00000220 +ワルト 0.00000009 +ワルバ 0.00000009 +ワレギン 0.00000009 +ワロニア 0.00000009 +ワロン 0.00000009 +ワン 0.00001660 +ワンガリ 0.00000092 +ワンサ 0.00000009 +ワンストライク 0.00000009 +ワンズ 0.00000009 +ワンセグ 0.00000174 +ワンタンメン 0.00000009 +ワンダフル 0.00000028 +ワンダラーズ 0.00000018 +ワンダー 0.00000055 +ワンダーランド 0.00000064 +ワンチュク 0.00000018 +ワンワン 0.00000028 +ワー 0.00000009 +ワーイ 0.00000055 +ワーカホリック 0.00000037 +ワーカー 0.00000101 +ワーキング 0.00000743 +ワーク 0.00000559 +ワークショップ 0.00000339 +ワークス 0.00000046 +ワーグナー 0.00000018 +ワーゲニンゲン 0.00000009 +ワーゲン 0.00000009 +ワーサ 0.00000046 +ワージントン 0.00000018 +ワース 0.00000009 +ワースト 0.00000073 +ワーズ 0.00000018 +ワーズワース 0.00000028 +ワーッ 0.00000028 +ワーテルロー 0.00000009 +ワード 0.00000688 +ワードランキング 0.00000009 +ワーナー 0.00000147 +ワーニャ 0.00000009 +ワープ 0.00000009 +ワープロ 0.00000367 +ワーム 0.00000009 +ワーラ 0.00000009 +ワール 0.00000009 +ワールド 0.00004897 +ワールドバンク 0.00000009 +ワーワー 0.00000009 +ヲ 0.00000009 +ヲボンペイニオクラレタシ 0.00000009 +ング 0.00000009 +ングラライ 0.00000009 +ンゴ 0.00000037 +ンゴイ 0.00000009 +ンゴク 0.00000018 +ンゴンギ 0.00000028 +ンジェンガ 0.00000009 +ンジエ 0.00000037 +ンジョーゴナール 0.00000009 +ンドゥアティ 0.00000018 +ンドゥール 0.00000009 +ンドレ 0.00000037 +ンベラ 0.00000046 +ンヤジロ 0.00000009 +ヴァイアル 0.00000009 +ヴァイオリン 0.00000037 +ヴァイオレット 0.00000055 +ヴァイネ 0.00000009 +ヴァイパー 0.00000018 +ヴァイラ 0.00000046 +ヴァイン 0.00000009 +ヴァケーション 0.00000046 +ヴァシェム 0.00000009 +ヴァチカン 0.00000046 +ヴァッテリ 0.00000009 +ヴァディム 0.00000009 +ヴァネイジェム 0.00000009 +ヴァネッサ 0.00000018 +ヴァビンスキー 0.00000018 +ヴァラジァイ 0.00000018 +ヴァリ 0.00000009 +ヴァル 0.00000018 +ヴァルター 0.00000018 +ヴァルツ 0.00000018 +ヴァルト 0.00000009 +ヴァルニエ 0.00000009 +ヴァレスケス 0.00000009 +ヴァレナス 0.00000064 +ヴァレリー 0.00000037 +ヴァレンシュタイン 0.00000009 +ヴァレンタイン 0.00000009 +ヴァレンティ 0.00000018 +ヴァレンティノ 0.00000028 +ヴァロア 0.00000009 +ヴァロン 0.00000009 +ヴァン 0.00000275 +ヴァンガード 0.00000009 +ヴァンコ 0.00000037 +ヴァンズバーガー 0.00000009 +ヴァンダム 0.00000009 +ヴァンダービルト 0.00000018 +ヴァンドン 0.00000009 +ヴァンパイア 0.00000092 +ヴァン・ 0.00000028 +ヴァー 0.00000009 +ヴァーア 0.00000009 +ヴァージニア 0.00000248 +ヴァージョン 0.00000009 +ヴァージン 0.00000119 +ヴァーチャル 0.00000018 +ヴァービンスキー 0.00000009 +ヴァール 0.00000009 +ヴァーヴィア 0.00000009 +ヴィ 0.00000028 +ヴィオル 0.00000009 +ヴィオロン 0.00000009 +ヴィクタ 0.00000083 +ヴィクター 0.00000009 +ヴィクトリア 0.00000046 +ヴィクトリー 0.00000009 +ヴィクトル 0.00000009 +ヴィクヴァカルマ 0.00000009 +ヴィザ 0.00000009 +ヴィシュヌ 0.00000018 +ヴィジョン 0.00000009 +ヴィス 0.00000037 +ヴィスト 0.00000009 +ヴィストン 0.00000018 +ヴィソツキー 0.00000009 +ヴィダルサスーン 0.00000009 +ヴィダール 0.00000009 +ヴィック 0.00000009 +ヴィッセル 0.00000092 +ヴィッツ 0.00000009 +ヴィッテリ 0.00000064 +ヴィッテロッツォ 0.00000018 +ヴィッヒ 0.00000009 +ヴィトリアル 0.00000009 +ヴィトン 0.00000220 +ヴィドック 0.00000009 +ヴィドュシ 0.00000009 +ヴィネクスポ 0.00000009 +ヴィバウ 0.00000073 +ヴィバーラ 0.00000009 +ヴィム 0.00000009 +ヴィヨン 0.00000009 +ヴィラ 0.00000119 +ヴィラスコ 0.00000138 +ヴィラライゴーサ 0.00000009 +ヴィル 0.00000009 +ヴィルカルラ 0.00000009 +ヴィルパン 0.00000009 +ヴィルヘルム 0.00000018 +ヴィルム 0.00000009 +ヴィレッジ 0.00000110 +ヴィローナ 0.00000110 +ヴィン 0.00000018 +ヴィンクラ 0.00000028 +ヴィンセント 0.00000101 +ヴィンセントズ 0.00000009 +ヴィンテージ 0.00000037 +ヴィント 0.00000046 +ヴィヴァン 0.00000009 +ヴィヴィアン 0.00000018 +ヴィヴェンディ 0.00000009 +ヴィーゼル 0.00000009 +ヴィーナス 0.00000128 +ヴィーニョ 0.00000009 +ヴイストン 0.00000009 +ヴェスパー 0.00000046 +ヴェナフロ 0.00000018 +ヴェナブル 0.00000046 +ヴェニス 0.00000018 +ヴェネチア 0.00000183 +ヴェネツィア 0.00000477 +ヴェネマン 0.00000009 +ヴェリブ 0.00000009 +ヴェルギリウス 0.00000009 +ヴェルサイユ 0.00000028 +ヴェルデ 0.00000009 +ヴェルディ 0.00000119 +ヴェルトフ 0.00000009 +ヴェルニッケ 0.00000018 +ヴェルフェル 0.00000009 +ヴェルヴェル 0.00000009 +ヴェロナ 0.00000193 +ヴェン 0.00000055 +ヴェンダース 0.00000009 +ヴェンパイア 0.00000009 +ヴェーダ 0.00000009 +ヴェール 0.00000046 +ヴォイジャー 0.00000037 +ヴォイス 0.00000018 +ヴォイストレーニング 0.00000009 +ヴォイト 0.00000009 +ヴォクシヴァ 0.00000018 +ヴォケーション 0.00000046 +ヴォット 0.00000009 +ヴォラ 0.00000009 +ヴォルク 0.00000028 +ヴォルティス 0.00000009 +ヴォルテール 0.00000009 +ヴォルデモート 0.00000183 +ヴォルフガング 0.00000064 +ヴォン 0.00000009 +ヴォーカル 0.00000018 +ヴォーグ 0.00000028 +ヴォーリズ 0.00000009 +ヴシャヌ 0.00000009 +ヴニツッア 0.00000009 +ヴラットヴルスト 0.00000009 +ヴラド 0.00000009 +ヴルコリニエツ 0.00000009 +ヴルタヴァ 0.00000018 +ヴンダーリッヒ 0.00000009 +ヴードゥー 0.00000009 +ヵ所 0.00000275 +ヵ月 0.00000064 +ヶ処 0.00000009 +ヶ原 0.00000009 +ヶ崎 0.00000009 +ヶ嶽 0.00000037 +ヶ所 0.00000046 +ヶ月 0.00001000 +ヶ浜 0.00000009 +ヶ淵 0.00000009 +ヶ濱 0.00000009 +ヶ谷 0.00000028 +ヶ里 0.00000037 +ヶ関 0.00000046 +・ 0.00223616 +・こっ 0.00000009 +・チティ 0.00000018 +・ツオコ 0.00000009 +・ティンレー 0.00000009 +・ニューヨーク 0.00000009 +・ニー 0.00000009 +・ベイ 0.00000009 +・ポー 0.00000028 +・マヘシ 0.00000018 +・マヘシュ 0.00000009 +・ママ 0.00000009 +・ミーク 0.00000009 +・リックス 0.00000009 +・リッツ 0.00000009 +・リッディング 0.00000009 +・リー 0.00000009 +・ルス 0.00000037 +・レッド 0.00000028 +・・ 0.00000284 +・・・ 0.00000266 +・中学 0.00000037 +ー 0.00020248 +ーす 0.00000009 +ーちらか 0.00000009 +ース 0.00000009 +ータ 0.00000009 +ーナー 0.00000009 +ーパー 0.00000009 +ーン 0.00000009 +ーー 0.00000092 +ーーツ 0.00000009 +ーームーズ 0.00000009 +㎜ 0.00000009 +㎞ 0.00000009 +㎡ 0.00000018 +一 0.00100451 +一、 0.00000064 +一、三塁 0.00000009 +一、二 0.00000156 +一、二塁 0.00000009 +一々 0.00000055 +一〇 0.00000009 +一っと 0.00000009 +一ノ宮 0.00000009 +一一 0.00000018 +一丁 0.00000055 +一三 0.00000009 +一世 0.00000119 +一丸 0.00000128 +一久 0.00000037 +一乗 0.00000028 +一九 0.00000092 +一事 0.00000028 +一二 0.00000073 +一二三 0.00000009 +一五 0.00000018 +一人 0.00020972 +一人々々 0.00000009 +一人っ子 0.00000229 +一人づつ 0.00000009 +一人ひとり 0.00000156 +一人ぼっち 0.00000064 +一人一人 0.00001486 +一人一人事例 0.00000009 +一人一人浜 0.00000009 +一人入れ 0.00000009 +一人前 0.00000275 +一人娘 0.00000101 +一人暮ら 0.00000009 +一人暮らし 0.00000303 +一人歩き 0.00000055 +一人殺 0.00000009 +一人生まれ 0.00000009 +一人称 0.00000018 +一人立 0.00000009 +一人立ち 0.00000009 +一人者 0.00000037 +一人見 0.00000009 +一人静か 0.00000009 +一人馬 0.00000009 +一介 0.00000037 +一代 0.00000073 +一任 0.00000046 +一伍 0.00000009 +一休 0.00000147 +一休み 0.00000165 +一会 0.00000055 +一体 0.00005658 +一作 0.00000046 +一倍 0.00000037 +一元 0.00000064 +一光 0.00000009 +一兎 0.00000055 +一党 0.00000119 +一八〇 0.00000009 +一八三〇 0.00000009 +一八九四 0.00000018 +一八五八 0.00000009 +一八八一 0.00000009 +一八八七 0.00000009 +一八八八 0.00000009 +一八八四 0.00000009 +一兵 0.00000009 +一円 0.00000009 +一册 0.00000009 +一再 0.00000018 +一分 0.00000037 +一切 0.00001972 +一切なし 0.00000009 +一切れ 0.00000147 +一切手 0.00000009 +一利 0.00000028 +一到 0.00000009 +一刻 0.00000422 +一助 0.00000138 +一動 0.00000009 +一包 0.00000009 +一包み 0.00000009 +一北 0.00000009 +一匹 0.00000009 +一千 0.00000073 +一升 0.00000018 +一博 0.00000028 +一卵 0.00000064 +一口 0.00000926 +一古 0.00000009 +一吋 0.00000009 +一同 0.00000789 +一名 0.00000055 +一向 0.00000147 +一呎 0.00000018 +一周 0.00000834 +一周り 0.00000009 +一味 0.00000495 +一命 0.00000083 +一員 0.00001962 +一喜 0.00000018 +一喝 0.00000018 +一嗅 0.00000009 +一噛み 0.00000009 +一四九〇 0.00000009 +一四八四 0.00000009 +一因 0.00000367 +一団 0.00000724 +一坐 0.00000009 +一坪 0.00000009 +一堂 0.00000174 +一報 0.00000037 +一場 0.00000037 +一場面 0.00000018 +一塁 0.00000101 +一塊 0.00000073 +一声 0.00000110 +一変 0.00000532 +一夏 0.00000009 +一夕 0.00000009 +一夜 0.00000477 +一大 0.00000523 +一大き 0.00000028 +一大きな 0.00000028 +一大事 0.00000055 +一太刀 0.00000018 +一太郎 0.00000009 +一夫 0.00000174 +一女 0.00000046 +一妻 0.00000009 +一婦 0.00000064 +一存 0.00000028 +一安 0.00000037 +一安心 0.00000028 +一定 0.00001825 +一室 0.00000303 +一宮 0.00000037 +一家 0.00001733 +一家言 0.00000009 +一宿 0.00000009 +一寸 0.00000073 +一射 0.00000009 +一尾 0.00000009 +一層 0.00001421 +一山 0.00000018 +一州 0.00000018 +一巡 0.00000018 +一己 0.00000009 +一巻 0.00000110 +一席 0.00000046 +一帯 0.00000376 +一幕 0.00000028 +一幸運 0.00000009 +一広 0.00000009 +一座 0.00000284 +一廓 0.00000009 +一式 0.00000119 +一弘 0.00000083 +一弥 0.00000009 +一張 0.00000009 +一張羅 0.00000009 +一弾 0.00000009 +一形式 0.00000018 +一彦 0.00000018 +一役 0.00000266 +一律 0.00000064 +一徹 0.00000028 +一心 0.00000358 +一応 0.00000303 +一応念 0.00000009 +一念 0.00000046 +一息 0.00000358 +一意 0.00000018 +一憂 0.00000018 +一成 0.00000009 +一戦 0.00000018 +一戸 0.00000009 +一所 0.00000009 +一手 0.00000064 +一手段 0.00000009 +一打 0.00000009 +一把 0.00000009 +一折り 0.00000009 +一抹 0.00000037 +一押し 0.00000009 +一括 0.00000156 +一拭 0.00000009 +一指 0.00000009 +一挙 0.00000183 +一挙手 0.00000018 +一振り 0.00000018 +一挺 0.00000028 +一掃 0.00000257 +一掴 0.00000009 +一握 0.00000018 +一握り 0.00000238 +一握りし 0.00000009 +一搾 0.00000009 +一撃 0.00000394 +一攫 0.00000009 +一敗 0.00000018 +一文 0.00000165 +一文な 0.00000009 +一文なし 0.00000064 +一文惜しみ 0.00000009 +一文無し 0.00000092 +一斉 0.00000761 +一斤 0.00000009 +一新 0.00000174 +一方 0.00015855 +一方法 0.00000009 +一族 0.00000715 +一旗 0.00000009 +一日 0.00000486 +一旦 0.00001440 +一旦事 0.00000009 +一旦潮 0.00000009 +一昔 0.00000174 +一昨 0.00000266 +一時 0.00002934 +一晩 0.00000614 +一服 0.00000156 +一朗 0.00000046 +一望 0.00000303 +一期 0.00000055 +一木 0.00000009 +一本 0.00000092 +一札 0.00000009 +一村 0.00000037 +一束 0.00000037 +一条 0.00000083 +一杯 0.00002724 +一枝 0.00000009 +一案 0.00000028 +一棟 0.00000009 +一極 0.00000009 +一概 0.00000138 +一様 0.00000275 +一樹 0.00000009 +一樽 0.00000009 +一橋 0.00000073 +一歩 0.00002027 +一段 0.00000367 +一段落 0.00000028 +一段落ち着 0.00000009 +一毫 0.00000009 +一民間 0.00000009 +一気 0.00000715 +一気難し 0.00000009 +一汁 0.00000018 +一汗 0.00000009 +一泡 0.00000009 +一洋 0.00000009 +一派 0.00000083 +一流 0.00002137 +一滴 0.00000119 +一点 0.00000037 +一物 0.00000018 +一献 0.00000009 +一理 0.00000284 +一環 0.00002017 +一瓶 0.00000028 +一生 0.00007171 +一生涯 0.00000009 +一男 0.00000037 +一画 0.00000073 +一番 0.00019688 +一疋 0.00000018 +一病 0.00000018 +一皮 0.00000046 +一皿 0.00000092 +一目 0.00001155 +一目散 0.00000138 +一真 0.00000018 +一眸 0.00000009 +一眼 0.00000009 +一着 0.00000083 +一睡 0.00000073 +一瞥 0.00000138 +一瞬 0.00002183 +一短 0.00000009 +一石 0.00000138 +一礼 0.00000046 +一神 0.00000018 +一税 0.00000009 +一種 0.00002137 +一種族 0.00000009 +一突きし 0.00000009 +一立派 0.00000009 +一章 0.00000037 +一端 0.00000238 +一笑 0.00000037 +一筆 0.00000110 +一等 0.00000046 +一筋 0.00000321 +一策 0.00000009 +一箱 0.00000055 +一節 0.00000211 +一紙 0.00000009 +一絡 0.00000018 +一網 0.00000018 +一緒 0.00024631 +一線 0.00000367 +一縷 0.00000028 +一美し 0.00000018 +一群 0.00000055 +一義 0.00000009 +一翼 0.00000037 +一考 0.00000018 +一肌 0.00000018 +一背 0.00000018 +一脚 0.00000018 +一臣 0.00000009 +一致 0.00002577 +一興 0.00000009 +一航 0.00000009 +一般 0.00015131 +一艘 0.00000055 +一良 0.00000009 +一色 0.00000211 +一芸 0.00000018 +一茂 0.00000018 +一茎 0.00000009 +一茶 0.00000018 +一菜 0.00000009 +一葉 0.00000110 +一行 0.00001275 +一袋 0.00000092 +一裕福 0.00000009 +一見 0.00000926 +一覧 0.00000339 +一角 0.00000642 +一触 0.00000037 +一言 0.00002577 +一言添え 0.00000009 +一言語 0.00000055 +一計 0.00000037 +一話 0.00000009 +一語 0.00000128 +一説 0.00000055 +一読 0.00000165 +一豊 0.00000083 +一貧 0.00000009 +一貫 0.00001119 +一貴 0.00000009 +一走 0.00000009 +一足 0.00000293 +一路 0.00000009 +一蹴 0.00000083 +一蹴り 0.00000009 +一躍 0.00000211 +一身 0.00000083 +一軍 0.00000046 +一転 0.00000220 +一輪 0.00000055 +一辛 0.00000028 +一辺 0.00000046 +一辺倒 0.00000101 +一迫 0.00000009 +一退 0.00000028 +一途 0.00000321 +一通 0.00000009 +一通り 0.00000046 +一速 0.00000009 +一連 0.00001220 +一進 0.00000028 +一遇 0.00000046 +一遍 0.00000018 +一過 0.00000037 +一郎 0.00000376 +一部 0.00010445 +一部屋 0.00000119 +一重 0.00000009 +一銭 0.00000174 +一長 0.00000064 +一門 0.00000073 +一閃 0.00000018 +一間 0.00000018 +一陣 0.00000083 +一隅 0.00000046 +一隊 0.00000037 +一際 0.00000009 +一雄 0.00000046 +一雌 0.00000037 +一難 0.00000092 +一難去 0.00000073 +一面 0.00001577 +一音 0.00000009 +一頭 0.00000018 +一顧だ 0.00000028 +一風 0.00000330 +一飯 0.00000009 +一飲 0.00000009 +一首 0.00000037 +一駅 0.00000009 +一騎 0.00000037 +一騎討ち 0.00000009 +一髪 0.00000064 +丁 0.00000266 +丁寧 0.00001467 +丁年 0.00000009 +丁度 0.00000037 +丁機 0.00000009 +丁目 0.00000275 +丁目通り 0.00000009 +丁稚 0.00000046 +丁重 0.00000193 +丁重な 0.00000009 +丁髷 0.00000018 +七 0.00002595 +七〇〇 0.00000009 +七つ 0.00000009 +七ヶ浜 0.00000009 +七三 0.00000009 +七世 0.00000028 +七五三 0.00000174 +七十 0.00000138 +七千 0.00000018 +七原 0.00000009 +七味 0.00000055 +七哩 0.00000009 +七夕 0.00000174 +七夕祭り 0.00000092 +七夕飾り 0.00000009 +七宝 0.00000055 +七尾 0.00000018 +七島 0.00000018 +七役 0.00000009 +七時 0.00000028 +七晩 0.00000009 +七波 0.00000018 +七浦 0.00000009 +七百 0.00000055 +七草 0.00000101 +七転 0.00000028 +七転び 0.00000018 +七輪 0.00000009 +七郎 0.00000055 +七里 0.00000046 +七里ヶ浜 0.00000009 +七面 0.00000064 +万 0.00049501 +万々 0.00000009 +万が一 0.00000339 +万一 0.00000358 +万一心 0.00000009 +万丈 0.00000138 +万世 0.00000037 +万事 0.00000578 +万人 0.00000119 +万代 0.00000028 +万作 0.00000009 +万全 0.00000238 +万別 0.00000046 +万力 0.00000018 +万博 0.00001376 +万国 0.00000202 +万国共 0.00000018 +万国共通 0.00000046 +万屋 0.00000009 +万平 0.00000009 +万年 0.00000092 +万年筆 0.00000018 +万延 0.00000009 +万引 0.00000018 +万引き 0.00000293 +万感 0.00000018 +万才 0.00000009 +万有 0.00000028 +万機 0.00000009 +万歳 0.00000092 +万死 0.00000009 +万灯 0.00000018 +万物 0.00000156 +万理 0.00000018 +万病 0.00000009 +万端 0.00000128 +万策 0.00000009 +万能 0.00000257 +万華 0.00000018 +万葉 0.00000165 +万象 0.00000028 +万里 0.00000202 +万障 0.00000018 +万鯉子 0.00000073 +丈 0.00000183 +丈一郎 0.00000037 +丈博 0.00000009 +丈夫 0.00000413 +丈志 0.00000009 +三 0.00014911 +三、 0.00000009 +三、四 0.00000018 +三、四千 0.00000009 +三々 0.00000009 +三〇 0.00000028 +三〇〇 0.00000009 +三〇分 0.00000009 +三つどもえ 0.00000009 +三ガ日 0.00000009 +三ツ星 0.00000009 +三ツ橋 0.00000009 +三ノ宮 0.00000018 +三三五五 0.00000009 +三上 0.00000073 +三世 0.00000073 +三並 0.00000046 +三五郎 0.00000009 +三井 0.00000293 +三人 0.00000092 +三位 0.00000028 +三内 0.00000028 +三冠 0.00000009 +三列 0.00000009 +三十 0.00000587 +三十郎 0.00000018 +三千 0.00000147 +三升 0.00000009 +三原 0.00000110 +三吉 0.00000009 +三名 0.00000064 +三味 0.00000541 +三和 0.00000037 +三唱 0.00000037 +三四 0.00000018 +三四郎 0.00000064 +三国 0.00000064 +三塁 0.00000064 +三塚 0.00000018 +三夜 0.00000009 +三女 0.00000018 +三好 0.00000009 +三宅 0.00000248 +三宮 0.00000119 +三尊 0.00000028 +三尺 0.00000009 +三山 0.00000028 +三島 0.00000220 +三崎 0.00000009 +三嶋 0.00000018 +三平 0.00000037 +三弦 0.00000018 +三成 0.00000073 +三振 0.00000293 +三文 0.00000101 +三方 0.00000073 +三昧 0.00000037 +三景 0.00000028 +三服 0.00000018 +三木 0.00000037 +三木谷 0.00000064 +三村 0.00000009 +三杯 0.00000018 +三枝 0.00000046 +三権 0.00000046 +三樹夫 0.00000018 +三橋 0.00000009 +三次 0.00000009 +三歩 0.00000083 +三毛 0.00000037 +三沢 0.00000073 +三河 0.00000055 +三洋 0.00000156 +三流 0.00000018 +三浦 0.00000495 +三滴 0.00000009 +三猿 0.00000009 +三田 0.00000028 +三男 0.00000028 +三界 0.00000018 +三百 0.00000174 +三種 0.00000009 +三立 0.00000009 +三笠 0.00000009 +三絶 0.00000009 +三線 0.00000028 +三者 0.00000028 +三股 0.00000009 +三脚 0.00000046 +三船 0.00000202 +三色 0.00000009 +三菜 0.00000009 +三菱 0.00000798 +三行 0.00000009 +三角 0.00000532 +三言 0.00000009 +三谷 0.00000018 +三賀 0.00000028 +三越 0.00000183 +三転 0.00000009 +三輪 0.00000128 +三輪山 0.00000009 +三途 0.00000009 +三通 0.00000009 +三郎 0.00000183 +三郷 0.00000009 +三都主 0.00000009 +三重 0.00000376 +三金 0.00000009 +三陸 0.00000064 +三頭 0.00000037 +三高 0.00000009 +三鷹 0.00000064 +三鹿 0.00000046 +上 0.00044806 +上々 0.00000183 +上が 0.00004924 +上がり 0.00000183 +上がり口 0.00000009 +上がり込 0.00000046 +上がれ 0.00000009 +上げ 0.00006621 +上げれ 0.00000018 +上げろ 0.00000037 +上げ下ろし 0.00000028 +上げ下ろしま 0.00000009 +上げ潮 0.00000009 +上っ張り 0.00000028 +上に 0.00000009 +上め 0.00000009 +上り 0.00000266 +上り下り 0.00000055 +上り坂 0.00000064 +上り詰め 0.00000055 +上る 0.00000009 +上ルビ 0.00000009 +上一 0.00000009 +上七 0.00000009 +上下 0.00000816 +上下巻 0.00000009 +上下心 0.00000009 +上乗せ 0.00000083 +上井 0.00000046 +上京 0.00000202 +上位 0.00001981 +上体 0.00000037 +上信越 0.00000009 +上側 0.00000028 +上僕 0.00000028 +上出来 0.00000174 +上分か 0.00000009 +上前 0.00000018 +上占い 0.00000009 +上原 0.00000321 +上司 0.00004200 +上向 0.00000101 +上向き 0.00000174 +上告 0.00000064 +上品 0.00000752 +上唇 0.00000037 +上善 0.00000018 +上回 0.00001999 +上場 0.00000211 +上塗り 0.00000018 +上士 0.00000009 +上士幌 0.00000009 +上婚姻 0.00000009 +上官 0.00000211 +上定め 0.00000009 +上尾 0.00000009 +上屋 0.00000009 +上層 0.00000165 +上履 0.00000046 +上山 0.00000046 +上岡 0.00000009 +上川 0.00000037 +上巻 0.00000009 +上席 0.00000064 +上座 0.00000064 +上弊 0.00000009 +上弦 0.00000018 +上役 0.00000046 +上得 0.00000018 +上意 0.00000110 +上戸 0.00000073 +上戸彩 0.00000009 +上手 0.00003824 +上手回 0.00000009 +上打ちなおし 0.00000009 +上掛け 0.00000009 +上掩い 0.00000009 +上描き 0.00000009 +上敷 0.00000018 +上断 0.00000009 +上方 0.00000128 +上旬 0.00000514 +上昇 0.00004255 +上映 0.00001073 +上智 0.00000128 +上暗 0.00000009 +上書 0.00000009 +上杉 0.00000064 +上村 0.00000440 +上条 0.00000101 +上梓 0.00000018 +上檣帆 0.00000009 +上歩 0.00000018 +上歩け 0.00000009 +上段 0.00000037 +上気 0.00000028 +上水 0.00000018 +上水道 0.00000055 +上流 0.00000440 +上海 0.00002082 +上海人 0.00000018 +上海市 0.00000009 +上減 0.00000009 +上満た 0.00000009 +上演 0.00001605 +上演日 0.00000009 +上澄み 0.00000018 +上玉 0.00000018 +上田 0.00000119 +上甲板 0.00000018 +上申 0.00000009 +上皮 0.00000018 +上皿 0.00000018 +上目 0.00000018 +上着 0.00000880 +上石津 0.00000009 +上示 0.00000009 +上科 0.00000009 +上積み 0.00000018 +上空 0.00000770 +上等 0.00000073 +上策 0.00000009 +上納金 0.00000009 +上級 0.00000890 +上縦 0.00000009 +上肢 0.00000028 +上背 0.00000009 +上腕 0.00000037 +上腹帯 0.00000018 +上良 0.00000009 +上花 0.00000009 +上葉 0.00000009 +上蓋 0.00000009 +上行 0.00000046 +上衣 0.00000055 +上記 0.00001128 +上許 0.00000009 +上訴 0.00000018 +上話 0.00000083 +上象牙 0.00000009 +上賀茂 0.00000009 +上質 0.00000174 +上越 0.00000073 +上辺 0.00000028 +上述 0.00000064 +上達 0.00001724 +上郡 0.00000018 +上部 0.00000339 +上野 0.00000899 +上野介 0.00000009 +上長 0.00000009 +上限 0.00000284 +上限界 0.00000009 +上院 0.00001999 +上陸 0.00001201 +上隅 0.00000009 +上階 0.00000037 +上面 0.00000009 +上靴 0.00000037 +上類 0.00000009 +上首尾 0.00000028 +上鴨 0.00000009 +下 0.00018781 +下が 0.00002513 +下がり 0.00000037 +下げ 0.00001990 +下げれ 0.00000037 +下ごしらえ 0.00000009 +下さ 0.00003255 +下す 0.00000073 +下せ 0.00000119 +下へ 0.00000009 +下ゆで 0.00000009 +下り 0.00001541 +下り立 0.00000037 +下る 0.00000009 +下れ 0.00000009 +下ろ 0.00001522 +下ろし 0.00000055 +下ろす 0.00000009 +下ろせ 0.00000009 +下ァ 0.00000009 +下ネタ 0.00000018 +下ノ 0.00000009 +下ルビ 0.00000009 +下世話 0.00000028 +下位 0.00000523 +下側 0.00000073 +下働 0.00000009 +下働き 0.00000046 +下僕 0.00000083 +下克 0.00000009 +下刃 0.00000009 +下剤 0.00000018 +下劣 0.00000110 +下北 0.00000018 +下北沢 0.00000055 +下千 0.00000009 +下卑 0.00000018 +下取 0.00000009 +下取り 0.00000083 +下向き 0.00000028 +下呂 0.00000064 +下味 0.00000046 +下品 0.00000376 +下唇 0.00000073 +下回 0.00000348 +下地 0.00000174 +下女 0.00000018 +下宿 0.00000367 +下屋敷 0.00000009 +下層 0.00000092 +下山 0.00000018 +下巻 0.00000009 +下帆 0.00000009 +下座 0.00000018 +下役 0.00000009 +下心 0.00000083 +下戸 0.00000018 +下手 0.00001045 +下支え 0.00000009 +下敷 0.00000009 +下敷き 0.00000101 +下方 0.00000147 +下旬 0.00000990 +下暗 0.00000046 +下暗ら 0.00000009 +下書き 0.00000018 +下村 0.00000174 +下枠 0.00000009 +下校 0.00000119 +下段 0.00000018 +下水 0.00000128 +下流 0.00000092 +下火 0.00000046 +下生え 0.00000018 +下田 0.00000110 +下男 0.00000147 +下町 0.00000321 +下界 0.00000046 +下痢 0.00000504 +下痢止め 0.00000009 +下着 0.00000486 +下積 0.00000009 +下積み 0.00000055 +下端 0.00000018 +下等 0.00000101 +下策 0.00000009 +下級 0.00000128 +下絵 0.00000037 +下線 0.00000009 +下肢 0.00000018 +下肥溜め 0.00000009 +下腹 0.00000018 +下船 0.00000018 +下草 0.00000018 +下落 0.00000550 +下袴 0.00000009 +下見 0.00000110 +下記 0.00000614 +下訳 0.00000009 +下調べ 0.00000073 +下請 0.00000092 +下請け 0.00000046 +下諏訪 0.00000009 +下諏訪町 0.00000009 +下車 0.00000183 +下辺 0.00000009 +下達 0.00000101 +下部 0.00000165 +下関 0.00000174 +下降 0.00000275 +下限 0.00000018 +下院 0.00001110 +下際 0.00000009 +下面 0.00000009 +下顎 0.00000055 +下駄 0.00000128 +下高 0.00000018 +下鴨 0.00000009 +不 0.00020706 +不ぞろい 0.00000009 +不乱 0.00000092 +不二 0.00000174 +不二夫 0.00000028 +不二雄 0.00000073 +不人情 0.00000009 +不仕合わせ 0.00000009 +不仲 0.00000055 +不似合い 0.00000018 +不体裁 0.00000009 +不作 0.00000101 +不作法 0.00000284 +不使用 0.00000018 +不便 0.00000633 +不信 0.00000853 +不信仰 0.00000009 +不信心 0.00000046 +不倫 0.00001201 +不倶 0.00000009 +不健全 0.00000009 +不備 0.00000202 +不入り 0.00000009 +不全 0.00000275 +不出 0.00000009 +不出来 0.00000018 +不利 0.00000807 +不動 0.00000238 +不動明 0.00000009 +不協 0.00000009 +不協和 0.00000055 +不参加 0.00000009 +不可 0.00000101 +不可侵 0.00000055 +不可分 0.00000028 +不可思議 0.00000156 +不可抗 0.00000101 +不可抗力 0.00000009 +不可有 0.00000009 +不可欠 0.00001651 +不可無 0.00000009 +不可知 0.00000009 +不可視 0.00000046 +不可解 0.00000587 +不可謬 0.00000018 +不可追也 0.00000009 +不可逆 0.00000009 +不可避 0.00000147 +不吉 0.00000275 +不向き 0.00000064 +不味 0.00000009 +不和 0.00000183 +不品行 0.00000009 +不問 0.00000092 +不善 0.00000055 +不図 0.00000028 +不在 0.00000486 +不均一 0.00000009 +不埒 0.00000028 +不売れ 0.00000009 +不変 0.00000138 +不変性 0.00000009 +不妊 0.00000275 +不孝 0.00000018 +不孝之子 0.00000018 +不孝通り 0.00000009 +不学 0.00000018 +不安 0.00006272 +不安全 0.00000009 +不完全 0.00000009 +不定 0.00000028 +不定形 0.00000009 +不実 0.00000064 +不寛容 0.00000028 +不寝番 0.00000009 +不審 0.00000376 +不尽 0.00000248 +不屈 0.00000165 +不届 0.00000028 +不届き 0.00000009 +不履行 0.00000009 +不平 0.00000633 +不平家 0.00000009 +不平屋 0.00000009 +不幸 0.00002971 +不幸せ 0.00000083 +不当 0.00000651 +不従 0.00000009 +不徳 0.00000028 +不忍池 0.00000009 +不応答 0.00000009 +不忠 0.00000018 +不快 0.00001348 +不思議 0.00005621 +不思議が 0.00000018 +不恰好 0.00000009 +不意 0.00000578 +不意打ち 0.00000055 +不感 0.00000009 +不慣れ 0.00000128 +不慮 0.00000028 +不憫 0.00000028 +不戦 0.00000028 +不戦勝 0.00000009 +不手際 0.00000037 +不払い 0.00000073 +不振 0.00000514 +不振の 0.00000009 +不撓 0.00000018 +不敗 0.00000009 +不敬 0.00000028 +不敬罪 0.00000028 +不敵 0.00000110 +不文律 0.00000018 +不斉 0.00000018 +不断 0.00000229 +不明 0.00002027 +不明点 0.00000046 +不明瞭 0.00000110 +不明金 0.00000009 +不時 0.00000046 +不服 0.00000101 +不朽 0.00000138 +不案内 0.00000009 +不様 0.00000009 +不正 0.00001431 +不正当 0.00000009 +不正直 0.00000028 +不正確 0.00000028 +不正解 0.00000009 +不死 0.00000202 +不死身 0.00000028 +不死鳥 0.00000009 +不毛 0.00000119 +不治 0.00000119 +不況 0.00002403 +不法 0.00002696 +不活 0.00000009 +不活性 0.00000009 +不活発 0.00000009 +不浄 0.00000073 +不浸透 0.00000009 +不渡り 0.00000009 +不測 0.00000046 +不満 0.00003558 +不満足 0.00000028 +不滅 0.00000257 +不漁 0.00000009 +不潔 0.00000073 +不熟 0.00000009 +不熱 0.00000009 +不熱心 0.00000028 +不燃 0.00000018 +不用 0.00000046 +不用意 0.00000018 +不真面目 0.00000037 +不眠 0.00000238 +不知 0.00000037 +不確か 0.00000183 +不確実 0.00000009 +不祥 0.00000633 +不穏 0.00000101 +不穏当 0.00000018 +不精 0.00000092 +不純 0.00000128 +不純物 0.00000037 +不織布製 0.00000009 +不義 0.00000028 +不老 0.00000046 +不肖 0.00000009 +不能 0.00000339 +不興 0.00000037 +不良 0.00000963 +不落 0.00000028 +不虞 0.00000009 +不要 0.00000926 +不要派 0.00000018 +不要論 0.00000009 +不覚 0.00000018 +不親切 0.00000073 +不言 0.00000009 +不評 0.00000064 +不詳 0.00000037 +不誠実 0.00000018 +不調 0.00000238 +不調和 0.00000083 +不貞 0.00000092 +不買 0.00000083 +不起訴 0.00000009 +不足 0.00005796 +不躾 0.00000009 +不通 0.00000073 +不遇 0.00000018 +不運 0.00000853 +不道徳 0.00000028 +不遜 0.00000073 +不適 0.00000009 +不適切 0.00000009 +不釣合い 0.00000046 +不面目 0.00000037 +不順 0.00000037 +不養 0.00000018 +不首尾 0.00000009 +与 0.00000046 +与え 0.00023943 +与えれ 0.00000101 +与えろ 0.00000009 +与か 0.00000028 +与れ 0.00000009 +与信 0.00000009 +与党 0.00000734 +与六 0.00000009 +与力 0.00000018 +与圧 0.00000018 +与謝野 0.00000101 +与那国島 0.00000009 +丑 0.00000055 +丑年 0.00000009 +且つ 0.00000046 +世 0.00003008 +世の中 0.00002329 +世の中少し 0.00000009 +世の中必ず 0.00000009 +世の中持 0.00000009 +世ま 0.00000018 +世まい 0.00000018 +世之介 0.00000009 +世代 0.00005200 +世俗 0.00000293 +世史 0.00000009 +世号 0.00000018 +世士 0.00000009 +世帯 0.00000752 +世彰 0.00000018 +世情 0.00000009 +世慣れ 0.00000028 +世才 0.00000009 +世捨て 0.00000073 +世期 0.00000009 +世渡り 0.00000028 +世理 0.00000009 +世田谷 0.00000266 +世田谷線 0.00000055 +世界 0.00089254 +世相 0.00000110 +世知 0.00000018 +世紀 0.00010316 +世継ぎ 0.00000009 +世羅 0.00000028 +世行 0.00000018 +世襲 0.00000266 +世評 0.00000009 +世話 0.00003861 +世論 0.00001357 +世辞 0.00000514 +世銀 0.00000018 +世間 0.00002623 +世阿弥 0.00000037 +丘 0.00001651 +丘々 0.00000009 +丘疹 0.00000009 +丘陵 0.00000156 +丞 0.00000055 +丞相 0.00000009 +両 0.00003255 +両そで 0.00000009 +両人 0.00000018 +両人差し 0.00000009 +両側 0.00000633 +両備 0.00000018 +両党 0.00000211 +両刀 0.00000018 +両刃 0.00000009 +両名 0.00000028 +両国 0.00003054 +両壁 0.00000009 +両存 0.00000009 +両宇宙 0.00000009 +両家 0.00000202 +両岸 0.00000064 +両州 0.00000009 +両市 0.00000028 +両当事 0.00000211 +両得 0.00000009 +両思い 0.00000009 +両性 0.00000055 +両成敗 0.00000037 +両手 0.00001926 +両手鍋 0.00000009 +両指 0.00000018 +両断 0.00000009 +両方 0.00004081 +両日 0.00000064 +両書 0.00000018 +両替 0.00000275 +両替え 0.00000018 +両校 0.00000046 +両極端 0.00000046 +両機 0.00000009 +両歩兵 0.00000009 +両氏 0.00000009 +両派 0.00000037 +両玄関 0.00000009 +両生 0.00000064 +両用 0.00000110 +両町 0.00000009 +両界 0.00000009 +両目 0.00000220 +両省 0.00000009 +両眉 0.00000009 +両県 0.00000028 +両県内 0.00000009 +両県警 0.00000009 +両眼 0.00000128 +両礼 0.00000009 +両社 0.00000532 +両社共 0.00000009 +両種 0.00000018 +両立 0.00000422 +両端 0.00000211 +両義 0.00000009 +両翼 0.00000028 +両老公 0.00000018 +両者 0.00001275 +両耳 0.00000092 +両肘 0.00000037 +両肩 0.00000073 +両脇 0.00000110 +両脚 0.00000147 +両腕 0.00000440 +両膝 0.00000083 +両舷 0.00000009 +両行 0.00000018 +両袖 0.00000009 +両親 0.00009555 +両言語 0.00000009 +両誌 0.00000037 +両論 0.00000101 +両議院 0.00000018 +両超 0.00000009 +両足 0.00000165 +両軍 0.00000064 +両輪 0.00000009 +両道 0.00000028 +両開き 0.00000009 +両院 0.00000119 +両隣 0.00000046 +両雄 0.00000009 +両面 0.00000367 +両頬 0.00000028 +並 0.00004356 +並々 0.00000119 +並ば 0.00000009 +並び 0.00000312 +並び立て 0.00000009 +並べ 0.00001495 +並べたて 0.00000018 +並べて 0.00000009 +並べれ 0.00000009 +並べ替え 0.00000037 +並べ立て 0.00000009 +並み 0.00000550 +並列 0.00000046 +並外れ 0.00000358 +並大抵 0.00000037 +並存 0.00000028 +並木 0.00000229 +並木道 0.00000037 +並立 0.00000055 +並行 0.00000183 +中 0.00131703 +中々 0.00000037 +中い 0.00000009 +中ごろ 0.00000037 +中づり 0.00000009 +中ど 0.00000009 +中の 0.00000009 +中ほど 0.00000083 +中ソ 0.00000009 +中・ 0.00000037 +中一番 0.00000009 +中世 0.00000697 +中世史 0.00000009 +中之 0.00000009 +中之島 0.00000009 +中京 0.00000028 +中京大 0.00000009 +中付 0.00000009 +中低 0.00000009 +中佐 0.00000119 +中倒れ 0.00000009 +中傷 0.00000348 +中元 0.00000394 +中入 0.00000009 +中八九 0.00000009 +中共通 0.00000009 +中内 0.00000028 +中刷り 0.00000009 +中前 0.00000018 +中卒 0.00000046 +中南米 0.00000330 +中南部 0.00000009 +中卸 0.00000018 +中原 0.00000046 +中古 0.00000477 +中台 0.00000009 +中味 0.00000046 +中和 0.00000028 +中唯一 0.00000009 +中図 0.00000009 +中国 0.00042192 +中国交 0.00000028 +中坊 0.00000018 +中型 0.00000119 +中城 0.00000009 +中堅 0.00000101 +中多く 0.00000009 +中大体 0.00000009 +中央 0.00002916 +中子 0.00000018 +中学 0.00003301 +中宮 0.00000028 +中将 0.00000028 +中尉 0.00000229 +中尊 0.00000037 +中小 0.00000028 +中尾 0.00000009 +中居 0.00000046 +中山 0.00000275 +中山道 0.00000046 +中岡 0.00000028 +中峰 0.00000055 +中島 0.00000275 +中嶋 0.00000009 +中川 0.00000119 +中州 0.00000009 +中年 0.00000972 +中度 0.00000009 +中座 0.00000009 +中庭 0.00000459 +中庸 0.00000028 +中張 0.00000055 +中張り 0.00000009 +中心 0.00009244 +中性 0.00000220 +中戻 0.00000009 +中所得 0.00000037 +中手 0.00000009 +中指 0.00000156 +中探 0.00000018 +中断 0.00000871 +中日 0.00000312 +中日光 0.00000009 +中旬 0.00001265 +中曽根 0.00000128 +中曽根元 0.00000009 +中朝 0.00000009 +中期 0.00000174 +中村 0.00001100 +中条 0.00000018 +中東 0.00001724 +中東部 0.00000018 +中松 0.00000018 +中枢 0.00000128 +中栄え 0.00000009 +中核 0.00000147 +中根 0.00000018 +中楽し 0.00000009 +中檣帆 0.00000009 +中欧 0.00000018 +中止 0.00001816 +中歩 0.00000009 +中毒 0.00001192 +中氏 0.00000009 +中気 0.00000009 +中水 0.00000018 +中汗 0.00000009 +中沢 0.00000028 +中津 0.00000009 +中津川 0.00000028 +中津江 0.00000009 +中津江村 0.00000037 +中洲 0.00000009 +中流 0.00000330 +中深 0.00000009 +中温 0.00000046 +中温暖 0.00000009 +中澤 0.00000138 +中火 0.00000174 +中犯 0.00000009 +中環 0.00000009 +中生ごみ 0.00000009 +中産 0.00000055 +中田 0.00001027 +中畑 0.00000028 +中略 0.00000009 +中白線 0.00000009 +中皿 0.00000018 +中盤 0.00000055 +中目 0.00000009 +中知 0.00000009 +中禅 0.00000028 +中禅寺 0.00000037 +中秋 0.00000055 +中秋節 0.00000009 +中空 0.00000028 +中窓 0.00000009 +中立 0.00000367 +中立国 0.00000009 +中等 0.00000238 +中篇 0.00000009 +中米 0.00000064 +中米産 0.00000009 +中級 0.00000303 +中絶 0.00000880 +中絶え間 0.00000018 +中絶対 0.00000009 +中絶術 0.00000009 +中継 0.00000844 +中美し 0.00000009 +中耳 0.00000028 +中肉 0.00000018 +中育 0.00000009 +中背 0.00000046 +中腰 0.00000028 +中腹 0.00000073 +中至 0.00000028 +中興 0.00000009 +中艙 0.00000018 +中芳 0.00000009 +中英 0.00000046 +中英語 0.00000009 +中華 0.00001632 +中西 0.00000055 +中西部 0.00000128 +中見 0.00000009 +中見渡 0.00000009 +中誰 0.00000009 +中谷 0.00000028 +中貝 0.00000009 +中越 0.00000147 +中足 0.00000009 +中踊り回 0.00000009 +中身 0.00001321 +中辛 0.00000018 +中辺 0.00000009 +中近東 0.00000110 +中追い回 0.00000009 +中退 0.00000358 +中途 0.00000284 +中連れ 0.00000009 +中道 0.00000083 +中部 0.00000486 +中都市 0.00000018 +中里 0.00000009 +中野 0.00000348 +中長期 0.00000018 +中門 0.00000009 +中間 0.00000908 +中隊 0.00000119 +中静か 0.00000009 +中韓 0.00000046 +中頃 0.00000330 +中須賀 0.00000009 +中頭 0.00000009 +中骨 0.00000018 +中高 0.00000046 +中高年 0.00000459 +中高生 0.00000211 +中高等 0.00000028 +中高額 0.00000018 +中2 0.00000018 +中24 0.00000009 +中^ 0.00000009 +串 0.00000174 +串本 0.00000028 +串焼き 0.00000028 +丸 0.00002421 +丸々 0.00000092 +丸く 0.00000009 +丸っこく 0.00000009 +丸の内 0.00000147 +丸ま 0.00000073 +丸み 0.00000018 +丸みや 0.00000009 +丸め 0.00000238 +丸めて 0.00000009 +丸亀 0.00000009 +丸井 0.00000028 +丸写し 0.00000018 +丸出し 0.00000018 +丸刈り 0.00000055 +丸呑み 0.00000028 +丸善 0.00000028 +丸坊主 0.00000009 +丸型 0.00000009 +丸天井 0.00000009 +丸太 0.00000587 +丸屋根 0.00000009 +丸山 0.00000348 +丸帽子 0.00000009 +丸投げ 0.00000028 +丸暗記 0.00000055 +丸朝 0.00000009 +丸木 0.00000009 +丸武 0.00000009 +丸洗い 0.00000018 +丸潰れ 0.00000009 +丸焼き 0.00000073 +丸眼 0.00000009 +丸禿 0.00000009 +丸窓 0.00000028 +丸薬 0.00000028 +丸裸 0.00000018 +丸見え 0.00000046 +丸顔 0.00000018 +丸餅 0.00000037 +丹下 0.00000028 +丹丹 0.00000119 +丹後 0.00000046 +丹念 0.00000119 +丹沢 0.00000009 +丹波 0.00000073 +丹野 0.00000037 +主 0.00003054 +主だ 0.00000009 +主だっ 0.00000018 +主な 0.00003356 +主に 0.00003457 +主事 0.00000037 +主人 0.00009610 +主任 0.00000541 +主体 0.00000486 +主信 0.00000009 +主催 0.00002687 +主制 0.00000046 +主力 0.00000348 +主原因 0.00000018 +主原料 0.00000037 +主君 0.00000220 +主命 0.00000009 +主唱 0.00000037 +主因 0.00000028 +主国 0.00000101 +主坐 0.00000009 +主執筆者 0.00000138 +主声 0.00000009 +主夫 0.00000055 +主契約 0.00000009 +主婦 0.00001962 +主客 0.00000009 +主室 0.00000009 +主宰 0.00000128 +主家 0.00000009 +主審 0.00000009 +主将 0.00000376 +主導 0.00001550 +主岡 0.00000009 +主席 0.00000413 +主幹 0.00000018 +主張 0.00008803 +主役 0.00001302 +主従 0.00000037 +主成 0.00000028 +主成分 0.00000083 +主戦 0.00000009 +主教 0.00000028 +主教会 0.00000009 +主文 0.00000009 +主旋律 0.00000009 +主旨 0.00000101 +主柱 0.00000009 +主査 0.00000009 +主様 0.00000009 +主権 0.00000358 +主殿 0.00000018 +主水 0.00000009 +主江 0.00000037 +主治 0.00000138 +主流 0.00000770 +主浩 0.00000046 +主演 0.00002118 +主演作 0.00000018 +主点 0.00000009 +主眼 0.00000064 +主砲 0.00000018 +主神 0.00000028 +主税 0.00000018 +主立 0.00000009 +主筆 0.00000018 +主管 0.00000009 +主義 0.00011802 +主翼 0.00000018 +主脈 0.00000009 +主菜 0.00000037 +主要 0.00004658 +主要因 0.00000009 +主観 0.00000128 +主計 0.00000009 +主訴 0.00000018 +主語 0.00000266 +主調 0.00000009 +主賓 0.00000064 +主軸 0.00000009 +主領 0.00000018 +主題 0.00000614 +主食 0.00000532 +丼 0.00000193 +丼もの 0.00000018 +丼物 0.00000018 +乃 0.00000018 +乃武 0.00000018 +久 0.00000055 +久々 0.00000055 +久し 0.00000899 +久仁生 0.00000028 +久佐乃皮 0.00000009 +久保 0.00000046 +久保田 0.00000046 +久光 0.00000009 +久典 0.00000009 +久利生 0.00000055 +久吉郎 0.00000009 +久哉 0.00000229 +久哉復活 0.00000009 +久子 0.00000028 +久山 0.00000018 +久弥 0.00000028 +久彌 0.00000009 +久御 0.00000009 +久御山 0.00000009 +久志 0.00000037 +久慈 0.00000009 +久戸瀬 0.00000018 +久扇 0.00000009 +久月 0.00000110 +久本 0.00000028 +久永 0.00000009 +久治 0.00000009 +久男 0.00000009 +久留米 0.00000018 +久石 0.00000009 +久石譲 0.00000018 +久米 0.00000101 +久美 0.00000037 +久美子 0.00000376 +久蔵 0.00000009 +久谷 0.00000009 +久軍 0.00000064 +久遠 0.00000037 +久里 0.00000009 +久重 0.00000073 +久雄 0.00000018 +之友 0.00000009 +之守 0.00000018 +之心 0.00000018 +之明 0.00000009 +乏し 0.00000569 +乏毛 0.00000028 +乖離 0.00000028 +乗 0.00011078 +乗じ 0.00000018 +乗せ 0.00002265 +乗せれ 0.00000018 +乗っ 0.00000018 +乗っか 0.00000064 +乗っけ 0.00000055 +乗っと 0.00000009 +乗っ取 0.00000174 +乗っ取り 0.00000046 +乗り 0.00001917 +乗りかえ 0.00000028 +乗りかか 0.00000009 +乗りかけ 0.00000018 +乗りこ 0.00000064 +乗りこえ 0.00000064 +乗りこな 0.00000009 +乗りこみ 0.00000009 +乗りすご 0.00000009 +乗りだ 0.00000028 +乗りつ 0.00000018 +乗りつけ 0.00000055 +乗りま 0.00000009 +乗りまわ 0.00000009 +乗りもの 0.00000009 +乗り上げ 0.00000073 +乗り付け 0.00000018 +乗り入れ 0.00000110 +乗り出 0.00000706 +乗り切 0.00000431 +乗り切れ 0.00000018 +乗り合 0.00000028 +乗り合わせ 0.00000064 +乗り回 0.00000083 +乗り場 0.00000046 +乗り心地 0.00000037 +乗り手 0.00000055 +乗り捨て 0.00000064 +乗り換え 0.00000532 +乗り換えれ 0.00000028 +乗り気 0.00000092 +乗り物 0.00000697 +乗り継 0.00000119 +乗り継ぎ 0.00000174 +乗り越え 0.00001852 +乗り越えれ 0.00000046 +乗り込 0.00001155 +乗り降り 0.00000083 +乗れ 0.00000477 +乗入れ 0.00000009 +乗務 0.00000495 +乗合 0.00000018 +乗員 0.00000257 +乗場 0.00000009 +乗客 0.00003870 +乗換 0.00000037 +乗法 0.00000009 +乗用 0.00000284 +乗組 0.00001155 +乗船 0.00000284 +乗車 0.00000688 +乗降 0.00000073 +乗降口 0.00000018 +乗降客 0.00000009 +乗除 0.00000009 +乗鞍 0.00000009 +乗馬 0.00000183 +乙 0.00000064 +乙の毒 0.00000009 +乙女 0.00000248 +乙女座 0.00000248 +乙姫 0.00000018 +乙川 0.00000028 +乙類 0.00000018 +九 0.00001027 +九〇 0.00000018 +九九 0.00000018 +九五 0.00000009 +九分 0.00000055 +九十 0.00000064 +九千 0.00000009 +九官 0.00000009 +九州 0.00001394 +九条 0.00000046 +九死 0.00000009 +九段 0.00000037 +九猫 0.00000009 +九百 0.00000037 +九竜 0.00000073 +九竜城 0.00000009 +九谷 0.00000055 +九里 0.00000028 +九重 0.00000009 +九龍 0.00000009 +乞 0.00000119 +乞い 0.00000028 +乞う 0.00000018 +乞食 0.00000954 +乱 0.00000578 +乱す 0.00000009 +乱れ 0.00000743 +乱世 0.00000028 +乱交 0.00000009 +乱入 0.00000028 +乱切り 0.00000018 +乱射 0.00000083 +乱戦 0.00000009 +乱文 0.00000009 +乱暴 0.00000761 +乱暴者 0.00000018 +乱歩 0.00000073 +乱獲 0.00000110 +乱用 0.00000413 +乱発 0.00000009 +乱立 0.00000009 +乱筆 0.00000009 +乱脈 0.00000009 +乱舞 0.00000046 +乱行 0.00000009 +乱視 0.00000009 +乱闘 0.00000073 +乱雑 0.00000064 +乱麻 0.00000018 +乳 0.00000578 +乳しぼり 0.00000018 +乳児 0.00000550 +乳幼児 0.00000257 +乳房 0.00000156 +乳搾 0.00000009 +乳搾り 0.00000018 +乳業 0.00000055 +乳歯 0.00000018 +乳母 0.00000275 +乳母車 0.00000046 +乳液 0.00000009 +乳癌 0.00001137 +乳白色 0.00000055 +乳脂肪 0.00000009 +乳腺 0.00000028 +乳酸 0.00000119 +乳酸菌 0.00000009 +乳離れ 0.00000009 +乳頭 0.00000009 +乳首 0.00000055 +乳香 0.00000028 +乾 0.00000908 +乾か 0.00000238 +乾き 0.00000119 +乾し 0.00000009 +乾季 0.00000055 +乾式 0.00000092 +乾杯 0.00000660 +乾燥 0.00001605 +乾物 0.00000018 +乾癬 0.00000009 +乾盃 0.00000009 +乾葡 0.00000009 +乾豆 0.00000009 +乾酪 0.00000009 +乾電池 0.00000037 +亀 0.00000238 +亀の 0.00000018 +亀井 0.00000092 +亀仙 0.00000046 +亀八 0.00000009 +亀太郎 0.00000018 +亀山 0.00000037 +亀岡 0.00000009 +亀戸 0.00000009 +亀有 0.00000009 +亀治郎 0.00000009 +亀田 0.00000055 +亀甲 0.00000018 +亀裂 0.00000110 +亀頭 0.00000009 +了 0.00000009 +了承 0.00000385 +了見 0.00000055 +了解 0.00000587 +予備 0.00000770 +予兆 0.00000064 +予告 0.00000321 +予報 0.00000633 +予定 0.00022284 +予審 0.00000009 +予後 0.00000064 +予想 0.00005484 +予感 0.00000468 +予断 0.00000110 +予期 0.00000899 +予測 0.00003182 +予熱 0.00000037 +予知 0.00000110 +予稿 0.00000009 +予算 0.00002577 +予約 0.00004576 +予習 0.00000046 +予行 0.00000028 +予見 0.00000147 +予言 0.00001000 +予選 0.00001265 +予鈴 0.00000009 +予防 0.00004191 +争 0.00001550 +争い 0.00001788 +争え 0.00000028 +争乱 0.00000018 +争奪 0.00000101 +争点 0.00000348 +争議 0.00000073 +争闘 0.00000018 +事 0.00010527 +事々 0.00000009 +事が 0.00000009 +事がら 0.00000046 +事件 0.00012719 +事位 0.00000009 +事例 0.00001201 +事典 0.00000275 +事切れ 0.00000028 +事前 0.00001330 +事務 0.00005915 +事変 0.00000046 +事実 0.00009088 +事後 0.00000073 +事情 0.00003145 +事態 0.00003980 +事故 0.00006942 +事有 0.00000037 +事柄 0.00001486 +事案 0.00000009 +事業 0.00008510 +事欠 0.00000193 +事無 0.00000009 +事物 0.00000266 +事由 0.00000073 +事細か 0.00000119 +事績 0.00000028 +事象 0.00000128 +事足 0.00000009 +事足り 0.00000009 +事跡 0.00000018 +事録 0.00000009 +事項 0.00001284 +二 0.00034067 +二、 0.00000009 +二、三 0.00000238 +二、三歩 0.00000018 +二、三百 0.00000009 +二〇 0.00000009 +二の次 0.00000055 +二の腕 0.00000037 +二の足 0.00000037 +二ノ 0.00000009 +二ノ宮 0.00000028 +二一 0.00000009 +二三 0.00000156 +二乗 0.00000018 +二人 0.00015443 +二元 0.00000009 +二兎 0.00000055 +二児 0.00000037 +二八〇〇 0.00000009 +二分 0.00000183 +二十 0.00001550 +二十分 0.00000009 +二千 0.00000394 +二千里 0.00000009 +二升 0.00000009 +二口 0.00000018 +二名 0.00000018 +二味 0.00000028 +二塁 0.00000128 +二女 0.00000073 +二子 0.00000018 +二子山 0.00000037 +二宮 0.00000083 +二尺 0.00000009 +二岡 0.00000028 +二役 0.00000009 +二手 0.00000046 +二指 0.00000009 +二方 0.00000009 +二曲 0.00000009 +二村 0.00000028 +二束 0.00000009 +二条 0.00000018 +二杯 0.00000009 +二枚 0.00000009 +二歩 0.00000064 +二段 0.00000009 +二流 0.00000064 +二瓶 0.00000018 +二男 0.00000009 +二番 0.00000028 +二発 0.00000018 +二百 0.00000183 +二皿 0.00000009 +二目 0.00000018 +二神 0.00000009 +二種 0.00000018 +二者 0.00000037 +二股 0.00000083 +二胡 0.00000028 +二艘 0.00000009 +二荒山 0.00000018 +二葉 0.00000064 +二行 0.00000009 +二見 0.00000009 +二言 0.00000101 +二言語 0.00000009 +二足 0.00000119 +二転 0.00000009 +二輪 0.00000504 +二通 0.00000009 +二郎 0.00000009 +二都 0.00000009 +二重 0.00000275 +二間 0.00000018 +二院 0.00000009 +二面 0.00000028 +二風 0.00000009 +二風谷 0.00000009 +二馬力 0.00000009 +二駒 0.00000009 +二高 0.00000009 +二鳥 0.00000092 +云 0.00005300 +云々 0.00000064 +云い 0.00000009 +云い合せ 0.00000009 +云え 0.00000083 +云わ 0.00000009 +互 0.00000083 +互い 0.00012572 +互助 0.00000028 +互恵 0.00000009 +互換 0.00000229 +互様 0.00000009 +互角 0.00000110 +互譲 0.00000009 +五 0.00004264 +五、 0.00000009 +五、六 0.00000018 +五々 0.00000009 +五〇 0.00000028 +五七 0.00000009 +五七五 0.00000009 +五世 0.00000009 +五体 0.00000028 +五入 0.00000073 +五六 0.00000073 +五六十 0.00000009 +五十 0.00000504 +五十分 0.00000009 +五十嵐 0.00000046 +五十鈴 0.00000028 +五十鈴川 0.00000009 +五千 0.00000174 +五反田 0.00000018 +五合 0.00000009 +五名 0.00000009 +五味 0.00000092 +五声 0.00000009 +五夜 0.00000009 +五山 0.00000018 +五島 0.00000009 +五嶋 0.00000028 +五平 0.00000018 +五感 0.00000083 +五所 0.00000018 +五時 0.00000009 +五木 0.00000064 +五本 0.00000046 +五束 0.00000009 +五條 0.00000055 +五洋 0.00000028 +五男 0.00000009 +五百 0.00000165 +五目 0.00000018 +五種 0.00000009 +五穀 0.00000028 +五竜 0.00000018 +五箇 0.00000018 +五箇条 0.00000009 +五色 0.00000028 +五行 0.00000147 +五裂 0.00000009 +五覚 0.00000009 +五輪 0.00006859 +五郎 0.00000009 +五郎兵衛 0.00000018 +五里 0.00000009 +五重 0.00000009 +五重塔 0.00000009 +井 0.00000083 +井ノ原 0.00000009 +井上 0.00000550 +井上流 0.00000009 +井中 0.00000009 +井伊 0.00000073 +井伏 0.00000009 +井内 0.00000009 +井原 0.00000073 +井口 0.00000028 +井川 0.00000037 +井底 0.00000009 +井形 0.00000055 +井戸 0.00001000 +井戸端 0.00000037 +井手 0.00000028 +井本 0.00000037 +井村 0.00000073 +井深 0.00000138 +井田 0.00000009 +井面 0.00000018 +亘 0.00000028 +亘輝 0.00000009 +些 0.00000028 +些とも 0.00000009 +些末 0.00000028 +些細 0.00000119 +亜 0.00000275 +亜久里 0.00000018 +亜依 0.00000009 +亜型 0.00000046 +亜希子 0.00000009 +亜弥 0.00000018 +亜急性 0.00000009 +亜東 0.00000028 +亜洲 0.00000028 +亜洲鼓王 0.00000009 +亜流 0.00000009 +亜矢子 0.00000009 +亜種 0.00000009 +亜米 0.00000064 +亜紀 0.00000009 +亜細亜 0.00000037 +亜美 0.00000083 +亜衣 0.00000037 +亜鉛 0.00000101 +亜門 0.00000064 +亜麻 0.00000009 +亜麻布 0.00000009 +亜麻色 0.00000046 +亡 0.00000266 +亡く 0.00000669 +亡くす 0.00000009 +亡くな 0.00005034 +亡び去 0.00000009 +亡ぼ 0.00000009 +亡人 0.00000119 +亡命 0.00000578 +亡国 0.00000009 +亡夫 0.00000028 +亡霊 0.00000165 +亡骸 0.00000064 +亢進 0.00000028 +交 0.00000174 +交え 0.00000367 +交さ 0.00000009 +交ざ 0.00000037 +交ざり合 0.00000009 +交じ 0.00000055 +交じえ 0.00000009 +交じり 0.00000147 +交じり合 0.00000064 +交ぜ 0.00000055 +交り 0.00000018 +交る 0.00000009 +交わ 0.00001871 +交わり 0.00000110 +交中 0.00000009 +交互 0.00000376 +交付 0.00000926 +交代 0.00001000 +交信 0.00000156 +交友 0.00000101 +交場 0.00000009 +交尾 0.00000028 +交差 0.00000926 +交情 0.00000009 +交感 0.00000018 +交戦 0.00000073 +交換 0.00003833 +交易 0.00000174 +交替 0.00000028 +交歓 0.00000009 +交流 0.00007657 +交渉 0.00003732 +交界 0.00000009 +交番 0.00000541 +交直後 0.00000009 +交通 0.00005410 +交遊 0.00000055 +交配 0.00000138 +交錯 0.00000073 +交際 0.00001632 +交響 0.00000431 +亥 0.00000009 +亦 0.00000009 +亨 0.00000055 +享受 0.00000523 +享受者 0.00000009 +享年 0.00000138 +享楽 0.00000046 +京 0.00000348 +京えり 0.00000028 +京こま 0.00000009 +京せんす 0.00000009 +京セラ 0.00000028 +京セラドーム 0.00000018 +京劇 0.00000046 +京和 0.00000009 +京城 0.00000009 +京大 0.00000055 +京太郎 0.00000009 +京子 0.00000165 +京成 0.00000073 +京橋 0.00000046 +京浜 0.00000037 +京焼 0.00000009 +京王 0.00000073 +京畿 0.00000018 +京福 0.00000018 +京舞 0.00000009 +京都 0.00005961 +京釜 0.00000009 +京阪神 0.00000009 +京風 0.00000009 +京香 0.00000009 +亭 0.00000156 +亭主 0.00000321 +亭主だ 0.00000009 +亭主に 0.00000009 +亭主関白 0.00000009 +亮 0.00000037 +亮一 0.00000009 +亮介 0.00000018 +亮助 0.00000009 +亮吉都 0.00000009 +亮子 0.00000202 +人 0.00462427 +人々 0.00053728 +人々^ 0.00000009 +人いきれ 0.00000009 +人がら 0.00000009 +人け 0.00000028 +人ごと 0.00000073 +人ごみ 0.00000064 +人さし 0.00000092 +人だかり 0.00000101 +人っこ 0.00000009 +人っ子 0.00000009 +人づき合い 0.00000009 +人づくり 0.00000009 +人づて 0.00000037 +人と 0.00000009 +人なら 0.00000009 +人ひとり 0.00000018 +人びと 0.00000110 +人ッ子 0.00000009 +人一 0.00000009 +人一人 0.00000009 +人世 0.00000018 +人並 0.00000009 +人中 0.00000018 +人事 0.00000724 +人今 0.00000009 +人付き合い 0.00000101 +人件 0.00000284 +人任せ 0.00000018 +人体 0.00000358 +人体内 0.00000009 +人使い 0.00000037 +人像 0.00000018 +人兄弟 0.00000009 +人兵 0.00000009 +人出 0.00000101 +人前 0.00000834 +人力 0.00000238 +人力士 0.00000009 +人助け 0.00000156 +人参 0.00000083 +人口 0.00007235 +人名 0.00000147 +人名前 0.00000009 +人名録 0.00000009 +人向き 0.00000018 +人呼 0.00000009 +人命 0.00000321 +人和 0.00000009 +人員 0.00000413 +人型 0.00000183 +人垣 0.00000009 +人声 0.00000018 +人外交 0.00000009 +人夫 0.00000055 +人好 0.00000009 +人好き 0.00000028 +人好し 0.00000009 +人妻 0.00000110 +人嫌い 0.00000009 +人子女 0.00000009 +人家 0.00000037 +人寂し 0.00000009 +人工 0.00002320 +人差 0.00000009 +人差し 0.00000128 +人帰 0.00000009 +人弱 0.00000009 +人当たり 0.00000009 +人形 0.00004127 +人形づくり 0.00000009 +人影 0.00000330 +人徳 0.00000028 +人心 0.00000018 +人志向 0.00000009 +人性 0.00000009 +人恋し 0.00000018 +人情 0.00000431 +人情味 0.00000128 +人情話 0.00000009 +人慣れ 0.00000009 +人懐 0.00000092 +人懐こ 0.00000018 +人手 0.00000550 +人指 0.00000009 +人数 0.00001476 +人数の 0.00000009 +人数十 0.00000009 +人文 0.00000569 +人文系 0.00000009 +人暮らし 0.00000009 +人月 0.00000009 +人望 0.00000018 +人本人 0.00000009 +人材 0.00001907 +人来 0.00000009 +人来る 0.00000009 +人柄 0.00000550 +人格 0.00000981 +人権 0.00002925 +人殺 0.00000009 +人殺し 0.00000193 +人民 0.00000926 +人気 0.00026704 +人気質 0.00000009 +人波 0.00000064 +人混 0.00000009 +人混み 0.00000266 +人災 0.00000046 +人為 0.00000156 +人然 0.00000018 +人物 0.00007639 +人物売り 0.00000009 +人狼 0.00000009 +人生 0.00019496 +人用 0.00000009 +人画 0.00000009 +人疑 0.00000009 +人的 0.00000165 +人皆 0.00000009 +人目 0.00000449 +人相 0.00000229 +人相書き 0.00000009 +人知 0.00000064 +人知れ 0.00000018 +人称 0.00000046 +人種 0.00004374 +人種別 0.00000009 +人種間 0.00000009 +人種隔離 0.00000009 +人糞 0.00000009 +人聞き 0.00000018 +人肉 0.00000028 +人肌 0.00000009 +人脈 0.00000229 +人街 0.00000018 +人見 0.00000018 +人見つけ 0.00000009 +人見張 0.00000009 +人観 0.00000009 +人語 0.00000037 +人読者 0.00000018 +人誰 0.00000018 +人譲り 0.00000009 +人貴有 0.00000009 +人質 0.00000779 +人跡 0.00000018 +人身 0.00000055 +人込み 0.00000037 +人近 0.00000009 +人通り 0.00000229 +人造 0.00000046 +人造り 0.00000037 +人道 0.00000917 +人道上 0.00000009 +人違い 0.00000055 +人選 0.00000028 +人里 0.00000147 +人間 0.00033205 +人間に合 0.00000009 +人面 0.00000009 +人音 0.00000009 +人類 0.00004292 +人類史 0.00000009 +人類学 0.00000009 +人風 0.00000009 +人食 0.00000046 +人食い 0.00000092 +人食いが丘 0.00000009 +人食いど 0.00000009 +人馬 0.00000037 +人騒 0.00000028 +人骨 0.00000046 +人魚 0.00000514 +人麿呂 0.00000009 +什 0.00000009 +什物 0.00000009 +仁 0.00000083 +仁侠 0.00000018 +仁君 0.00000055 +仁和 0.00000055 +仁天門 0.00000009 +仁子 0.00000009 +仁川 0.00000028 +仁徳 0.00000055 +仁徳陵 0.00000009 +仁志 0.00000009 +仁慈 0.00000009 +仁成 0.00000009 +仁摩 0.00000037 +仁王 0.00000028 +仁王門 0.00000009 +仁紀 0.00000009 +仁絵 0.00000009 +仁義 0.00000064 +仁賢 0.00000009 +仄 0.00000028 +仄めか 0.00000009 +仇 0.00000128 +仇敵 0.00000018 +仇討ち 0.00000018 +今 0.00075168 +今ごろ 0.00000073 +今さら 0.00000028 +今しがた 0.00000055 +今どき 0.00000055 +今一 0.00000046 +今一番 0.00000009 +今上 0.00000046 +今乗 0.00000009 +今乗り 0.00000009 +今二 0.00000009 +今井 0.00000303 +今会計 0.00000009 +今住 0.00000083 +今作 0.00000202 +今作品 0.00000009 +今使 0.00000009 +今働 0.00000037 +今僕 0.00000055 +今入 0.00000055 +今冬 0.00000018 +今出 0.00000028 +今出掛け 0.00000018 +今受け 0.00000009 +今受け取 0.00000018 +今問い直 0.00000009 +今回 0.00013031 +今回針 0.00000009 +今城 0.00000018 +今夏 0.00000403 +今夕 0.00000009 +今夜 0.00002843 +今夢 0.00000009 +今奥 0.00000009 +今季 0.00000890 +今季末 0.00000018 +今実 0.00000009 +今実家 0.00000009 +今宵 0.00000064 +今寝 0.00000009 +今居 0.00000009 +今岡 0.00000009 +今川 0.00000064 +今席 0.00000046 +今帰 0.00000018 +今年 0.00020202 +今度 0.00005374 +今後 0.00007694 +今思い出 0.00000009 +今急 0.00000018 +今息 0.00000018 +今成 0.00000018 +今戦 0.00000009 +今戻 0.00000009 +今手 0.00000037 +今手がけ 0.00000009 +今扱 0.00000009 +今抱え 0.00000009 +今持 0.00000092 +今振り返 0.00000009 +今提出 0.00000009 +今揚げ 0.00000009 +今敏 0.00000018 +今日 0.00015709 +今春 0.00000413 +今時 0.00000055 +今晩 0.00001394 +今更 0.00000092 +今月 0.00002751 +今朝 0.00001064 +今朝方 0.00000009 +今期 0.00000009 +今本 0.00000009 +今村 0.00000046 +今来 0.00000046 +今来日 0.00000009 +今東 0.00000018 +今死 0.00000009 +今残 0.00000009 +今気 0.00000009 +今気づ 0.00000009 +今江 0.00000009 +今決め 0.00000009 +今治 0.00000083 +今法 0.00000009 +今洗 0.00000009 +今激し 0.00000009 +今父親 0.00000009 +今生き 0.00000046 +今生き返 0.00000009 +今皆 0.00000009 +今盛ん 0.00000009 +今着 0.00000018 +今知 0.00000009 +今私 0.00000009 +今秋 0.00000330 +今給黎 0.00000028 +今繰り返 0.00000009 +今聴 0.00000009 +今膝 0.00000009 +今興味 0.00000009 +今般 0.00000009 +今良 0.00000009 +今苦し 0.00000009 +今落ち 0.00000009 +今要 0.00000009 +今見 0.00000055 +今見え 0.00000009 +今言 0.00000009 +今話 0.00000028 +今読 0.00000018 +今誰 0.00000009 +今買 0.00000018 +今走 0.00000009 +今起き 0.00000009 +今起こ 0.00000018 +今迄 0.00000028 +今近づ 0.00000009 +今述べ 0.00000018 +今迷 0.00000009 +今送 0.00000009 +今通 0.00000009 +今週 0.00002283 +今週末 0.00000211 +今週習 0.00000009 +今野 0.00000028 +今野菜 0.00000009 +今開 0.00000009 +今開け 0.00000018 +今際 0.00000037 +今頃 0.00000293 +今風 0.00000018 +今食 0.00000009 +今飲 0.00000009 +今騒 0.00000009 +介 0.00000385 +介入 0.00000834 +介助 0.00000211 +介在 0.00000046 +介抱 0.00000092 +介添 0.00000009 +介護 0.00001146 +仏 0.00000614 +仏事 0.00000009 +仏像 0.00000697 +仏僧 0.00000009 +仏典 0.00000028 +仏国 0.00000009 +仏塔 0.00000018 +仏壇 0.00000174 +仏寺 0.00000009 +仏尊 0.00000009 +仏師 0.00000018 +仏式 0.00000073 +仏心 0.00000009 +仏教 0.00003035 +仏教信 0.00000009 +仏教僧 0.00000064 +仏教儀 0.00000009 +仏教寺 0.00000009 +仏教界 0.00000009 +仏法 0.00000009 +仏滅 0.00000028 +仏独 0.00000009 +仏画 0.00000037 +仏舎利 0.00000009 +仏蘭 0.00000018 +仏語 0.00000009 +仏門 0.00000009 +仏閣 0.00000119 +仏陀 0.00000092 +仔 0.00000440 +仔山羊 0.00000009 +仔牛 0.00000018 +仔細 0.00000028 +仔羊 0.00000018 +仔豚 0.00000073 +仕え 0.00000807 +仕えれ 0.00000018 +仕上が 0.00000257 +仕上がり 0.00000119 +仕上げ 0.00001110 +仕上げれ 0.00000009 +仕上剤 0.00000009 +仕事 0.00056314 +仕入 0.00000046 +仕入れ 0.00000403 +仕入先 0.00000073 +仕出し 0.00000009 +仕分け 0.00000101 +仕切 0.00000431 +仕切り 0.00000165 +仕切壁 0.00000009 +仕合せ 0.00000009 +仕合わせ 0.00000009 +仕向け 0.00000248 +仕向けれ 0.00000009 +仕度 0.00000028 +仕手 0.00000009 +仕打 0.00000009 +仕打ち 0.00000321 +仕掛 0.00000009 +仕掛け 0.00000954 +仕損 0.00000009 +仕損じ 0.00000028 +仕方 0.00003063 +仕方な 0.00001210 +仕方なし 0.00000009 +仕業 0.00000358 +仕様 0.00000403 +仕様事 0.00000009 +仕止め 0.00000009 +仕留め 0.00000064 +仕着せ 0.00000046 +仕科 0.00000018 +仕種 0.00000009 +仕立 0.00000009 +仕立て 0.00000459 +仕立て上げ 0.00000018 +仕立て直 0.00000037 +仕立屋 0.00000046 +仕組 0.00000165 +仕組み 0.00001210 +仕置き 0.00000055 +仕置人 0.00000018 +仕舞 0.00000073 +仕舞い 0.00000018 +仕草 0.00000028 +仕込 0.00000101 +仕込み 0.00000083 +仕込杖 0.00000009 +仕返 0.00000037 +仕返し 0.00000293 +仕送り 0.00000257 +仕遂げ 0.00000009 +他 0.00027364 +他人 0.00007043 +他人ごと 0.00000018 +他人事 0.00000018 +他人種 0.00000028 +他党 0.00000028 +他力 0.00000018 +他国 0.00001678 +他国語 0.00000009 +他家 0.00000037 +他州 0.00000018 +他市 0.00000009 +他店 0.00000064 +他律 0.00000009 +他意 0.00000018 +他愛 0.00000055 +他所 0.00000028 +他所者 0.00000009 +他方 0.00000614 +他校 0.00000037 +他港 0.00000009 +他球団 0.00000018 +他界 0.00000193 +他県 0.00000018 +他社 0.00000789 +他紙 0.00000018 +他者 0.00000367 +他臓器 0.00000009 +他薦問 0.00000009 +他藩 0.00000009 +他行 0.00000009 +他言 0.00000064 +他言語 0.00000018 +他誌 0.00000009 +付 0.00007730 +付き 0.00003035 +付きあ 0.00000009 +付きあい 0.00000009 +付きっきり 0.00000018 +付きまと 0.00000330 +付きもの 0.00000018 +付き人 0.00000018 +付き倒 0.00000009 +付き合 0.00004622 +付き合い 0.00001981 +付き合え 0.00000009 +付き合わ 0.00000009 +付き合わせ 0.00000055 +付き添 0.00000413 +付き添い 0.00000046 +付き物 0.00000046 +付け 0.00012627 +付けかえ 0.00000009 +付けだ 0.00000009 +付けれ 0.00000101 +付けろ 0.00000165 +付け入 0.00000009 +付け出し 0.00000009 +付け加え 0.00001999 +付け合せ 0.00000018 +付け合わせ 0.00000055 +付け根 0.00000083 +付け足 0.00000238 +付け足し 0.00000009 +付け込 0.00000018 +付与 0.00000110 +付加 0.00000266 +付加税 0.00000009 +付喪神 0.00000009 +付大 0.00000009 +付属 0.00000385 +付帯 0.00000028 +付添 0.00000037 +付添人 0.00000018 +付漫画 0.00000009 +付着 0.00000128 +付箋 0.00000028 +付袴 0.00000009 +付託 0.00000018 +付記 0.00000009 +付設 0.00000009 +付近 0.00001018 +付録 0.00000037 +付随 0.00000165 +仙 0.00000046 +仙一 0.00000183 +仙人 0.00000009 +仙台 0.00000679 +仙崎 0.00000009 +仙石 0.00000009 +仙石原 0.00000009 +仙薬 0.00000009 +仙遊 0.00000009 +代 0.00012884 +代々 0.00000339 +代々木 0.00000358 +代え 0.00000321 +代えれ 0.00000009 +代り 0.00000101 +代わ 0.00002127 +代わり 0.00005695 +代わる 0.00000046 +代わる代わる 0.00000028 +代価 0.00000092 +代償 0.00000486 +代入 0.00000028 +代分 0.00000009 +代前半 0.00000009 +代女 0.00000009 +代官 0.00000064 +代官山 0.00000009 +代将 0.00000009 +代将軍 0.00000046 +代弁 0.00000174 +代引き 0.00000009 +代引きか 0.00000009 +代役 0.00000064 +代払 0.00000009 +代数 0.00000073 +代替 0.00000798 +代案 0.00000055 +代物 0.00000275 +代理 0.00002210 +代用 0.00000110 +代田 0.00000028 +代男 0.00000009 +代筆 0.00000009 +代節約 0.00000009 +代行 0.00000229 +代行業 0.00000009 +代表 0.00011050 +代謝 0.00000367 +代議 0.00000119 +代議員 0.00000037 +代車 0.00000018 +代込み 0.00000028 +代返 0.00000028 +代造 0.00000009 +代金 0.00000697 +代金明細 0.00000009 +代金明細書 0.00000009 +令 0.00000477 +令名 0.00000009 +令嬢 0.00000128 +令状 0.00000110 +以 0.00000073 +以て 0.00000018 +以上 0.00041293 +以上々 0.00000009 +以下 0.00011839 +以内 0.00004182 +以前 0.00011289 +以北 0.00000009 +以南 0.00000257 +以外 0.00012077 +以後 0.00001256 +以心 0.00000018 +以来 0.00011619 +以東 0.00000009 +以毒 0.00000009 +以登 0.00000018 +以西 0.00000009 +以降 0.00003925 +仮 0.00000834 +仮り 0.00000018 +仮上陸 0.00000009 +仮住まい 0.00000028 +仮借 0.00000018 +仮名 0.00000220 +仮埋葬 0.00000009 +仮定 0.00000541 +仮定形 0.00000009 +仮想 0.00000468 +仮死 0.00000009 +仮滞在 0.00000009 +仮病 0.00000018 +仮眠 0.00000092 +仮縫い 0.00000009 +仮装 0.00000248 +仮言 0.00000037 +仮設 0.00000202 +仮説 0.00000431 +仮象 0.00000009 +仮釈 0.00000028 +仮釈放 0.00000037 +仮釈放なし 0.00000009 +仮面 0.00000559 +仮題 0.00000009 +仰 0.00000303 +仰々し 0.00000037 +仰い 0.00000018 +仰ぎ 0.00000009 +仰ぎ見 0.00000009 +仰げ 0.00000028 +仰しゃる 0.00000009 +仰せ 0.00000064 +仰せつか 0.00000018 +仰向け 0.00000128 +仰天 0.00000238 +仰有 0.00000037 +仰木 0.00000037 +仲 0.00001265 +仲々 0.00000018 +仲よ 0.00000009 +仲人 0.00000275 +仲介 0.00000504 +仲代 0.00000055 +仲卸 0.00000009 +仲哀 0.00000009 +仲好 0.00000009 +仲居 0.00000083 +仲村 0.00000073 +仲直 0.00000009 +仲直り 0.00000385 +仲睦 0.00000018 +仲睦まじ 0.00000009 +仲祐輔 0.00000009 +仲立ち 0.00000037 +仲良 0.00000009 +仲良く 0.00001376 +仲良さ 0.00000018 +仲良し 0.00000220 +仲裁 0.00000220 +仲西 0.00000055 +仲見世 0.00000028 +仲買 0.00000193 +仲買人 0.00000073 +仲違い 0.00000046 +仲間 0.00006309 +件 0.00006566 +件名 0.00000009 +件数 0.00000816 +件起こ 0.00000009 +任 0.00000468 +任せ 0.00002403 +任せろ 0.00000009 +任侠 0.00000009 +任免 0.00000009 +任務 0.00002430 +任命 0.00001247 +任地 0.00000119 +任天 0.00000633 +任意 0.00000119 +任期 0.00000477 +任用 0.00000009 +企 0.00000037 +企て 0.00000559 +企み 0.00000018 +企む 0.00000018 +企図 0.00000138 +企業 0.00024264 +企画 0.00003200 +企行 0.00000009 +伊 0.00000018 +伊万里 0.00000046 +伊丹 0.00000174 +伊予 0.00000018 +伊予柑 0.00000018 +伊兵衛 0.00000009 +伊勢 0.00000330 +伊勢い 0.00000009 +伊勢丹 0.00000064 +伊勢屋 0.00000009 +伊勢谷 0.00000009 +伊古 0.00000009 +伊吹 0.00000037 +伊坂 0.00000009 +伊場 0.00000028 +伊島 0.00000018 +伊崎 0.00000028 +伊東 0.00000348 +伊比 0.00000092 +伊江 0.00000009 +伊江島 0.00000009 +伊沢 0.00000055 +伊知郎 0.00000009 +伊能 0.00000128 +伊良 0.00000110 +伊良子 0.00000037 +伊良部 0.00000009 +伊藤 0.00000596 +伊藤忠 0.00000073 +伊調 0.00000083 +伊調馨 0.00000018 +伊豆 0.00000440 +伊賀 0.00000037 +伊軍 0.00000009 +伊達 0.00000330 +伊野 0.00000101 +伍長 0.00000028 +伏 0.00000083 +伏せ 0.00000413 +伏せっ 0.00000009 +伏せよ 0.00000009 +伏せろ 0.00000073 +伏兵 0.00000009 +伏在 0.00000009 +伏流水 0.00000009 +伏眼 0.00000009 +伏見 0.00000037 +伐 0.00000009 +伐採 0.00000413 +休 0.00002586 +休す 0.00000028 +休ま 0.00000018 +休み 0.00003237 +休みなし 0.00000073 +休み取 0.00000046 +休む 0.00000009 +休め 0.00000431 +休会 0.00000046 +休刊 0.00000028 +休園 0.00000028 +休場 0.00000183 +休学 0.00000083 +休息 0.00000514 +休憩 0.00001155 +休戦 0.00000183 +休日 0.00001531 +休暇 0.00004072 +休暇取 0.00000009 +休校 0.00000046 +休業 0.00000394 +休止 0.00000293 +休眠 0.00000119 +休矣 0.00000009 +休祝 0.00000009 +休耕 0.00000009 +休耕田 0.00000028 +休職 0.00000073 +休診 0.00000009 +休講 0.00000073 +休題 0.00000009 +休養 0.00000248 +休館 0.00000009 +会 0.00037002 +会い 0.00000037 +会え 0.00002256 +会わ 0.00000009 +会司祭 0.00000009 +会合 0.00001394 +会員 0.00003310 +会堂 0.00000046 +会報 0.00000183 +会場 0.00002650 +会士 0.00000009 +会宣 0.00000009 +会席 0.00000046 +会式 0.00000009 +会得 0.00000028 +会昌 0.00000009 +会期 0.00000101 +会津 0.00000083 +会派 0.00000018 +会田 0.00000009 +会社 0.00046896 +会祉 0.00000009 +会葬 0.00000055 +会衆 0.00000018 +会見 0.00003191 +会計 0.00001018 +会話 0.00008556 +会誌 0.00000046 +会語 0.00000009 +会談 0.00002293 +会議 0.00010564 +会費 0.00000183 +会釈 0.00000248 +会長 0.00002329 +会陰 0.00000009 +会食 0.00000064 +会館 0.00000468 +伜 0.00000009 +伝 0.00000486 +伝う 0.00000018 +伝え 0.00011399 +伝わ 0.00002632 +伝令 0.00000138 +伝吉 0.00000009 +伝声 0.00000009 +伝導 0.00000055 +伝心 0.00000028 +伝承 0.00000312 +伝授 0.00000046 +伝播 0.00000064 +伝来 0.00000238 +伝染 0.00000825 +伝源 0.00000009 +伝票 0.00000092 +伝統 0.00011811 +伝線 0.00000083 +伝聞 0.00000018 +伝蔵 0.00000055 +伝言 0.00000468 +伝記 0.00000229 +伝説 0.00001550 +伝送 0.00000018 +伝道 0.00000083 +伝達 0.00000504 +伝風 0.00000009 +伯 0.00000128 +伯仲 0.00000018 +伯夫人 0.00000009 +伯母 0.00000018 +伯爵 0.00000394 +伯父 0.00000128 +伴 0.00003824 +伴な 0.00000028 +伴侶 0.00000202 +伴大 0.00000009 +伴奏 0.00000394 +伴舟 0.00000028 +伴走 0.00000037 +伸 0.00000018 +伸ば 0.00002669 +伸ばす 0.00000009 +伸ばせ 0.00000037 +伸び 0.00002219 +伸びやか 0.00000018 +伸び上が 0.00000009 +伸び伸び 0.00000110 +伸び悩 0.00000064 +伸び悩み 0.00000018 +伸び率 0.00000009 +伸一 0.00000147 +伸二 0.00000083 +伸展 0.00000009 +伸弥 0.00000028 +伸彦 0.00000018 +伸明 0.00000009 +伸晃 0.00000018 +伸枝 0.00000101 +伸治 0.00000009 +伸縮 0.00000128 +伸行 0.00000037 +伸長 0.00000018 +伺 0.00001981 +伺い 0.00000092 +伺い知れ 0.00000009 +伺う 0.00000009 +伺え 0.00000083 +伺候 0.00000009 +似 0.00006447 +似つ 0.00000018 +似つかわし 0.00000009 +似内 0.00000028 +似合 0.00001119 +似合い 0.00000156 +似姿 0.00000018 +似寄 0.00000009 +似島 0.00000009 +似通 0.00000119 +似顔 0.00000073 +伽羅 0.00000009 +伽藍 0.00000220 +佃煮 0.00000009 +但し 0.00000009 +但馬 0.00000028 +佇 0.00000064 +佇ず 0.00000009 +位 0.00012802 +位地 0.00000009 +位牌 0.00000018 +位置 0.00004640 +位階 0.00000009 +低 0.00009555 +低め 0.00000138 +低下 0.00002219 +低体温 0.00000009 +低体重 0.00000009 +低俗 0.00000092 +低利 0.00000028 +低劣 0.00000018 +低回 0.00000009 +低地 0.00000128 +低塩 0.00000009 +低声 0.00000009 +低層 0.00000009 +低山 0.00000009 +低床 0.00000018 +低度 0.00000009 +低木 0.00000165 +低次 0.00000009 +低次元 0.00000009 +低気 0.00000028 +低気圧 0.00000018 +低流 0.00000009 +低減 0.00000330 +低温 0.00000165 +低炭水 0.00000018 +低燃 0.00000055 +低燃費 0.00000018 +低空 0.00000055 +低級 0.00000018 +低能 0.00000028 +低落 0.00000028 +低調 0.00000009 +低迷 0.00000715 +低速 0.00000083 +低量 0.00000009 +低音 0.00000073 +低額 0.00000055 +低食物 0.00000009 +住 0.00022485 +住い 0.00000018 +住ま 0.00000257 +住まい 0.00000697 +住まえ 0.00000009 +住まわ 0.00000028 +住み 0.00000055 +住みか 0.00000018 +住みこみ 0.00000009 +住みつ 0.00000147 +住み着 0.00000064 +住み込 0.00000055 +住み込み 0.00000055 +住め 0.00000321 +住人 0.00000752 +住処 0.00000028 +住友 0.00000202 +住吉 0.00000046 +住基 0.00000073 +住宅 0.00003283 +住家 0.00000018 +住専 0.00000073 +住居 0.00000834 +住心 0.00000009 +住所 0.00002036 +住民 0.00004347 +住職 0.00000293 +住設備 0.00000009 +住込 0.00000018 +住込み 0.00000009 +佐々木 0.00000385 +佐々木則夫 0.00000018 +佐世保 0.00000018 +佐久 0.00000018 +佐伯 0.00000046 +佐倉 0.00000028 +佐助 0.00000073 +佐千子 0.00000046 +佐原 0.00000073 +佐呂 0.00000009 +佐呂間 0.00000009 +佐和子 0.00000046 +佐多 0.00000009 +佐川 0.00000073 +佐斗司 0.00000009 +佐東 0.00000055 +佐治 0.00000046 +佐渡 0.00000128 +佐渡島 0.00000028 +佐溝 0.00000028 +佐藤 0.00000844 +佐藤次郎 0.00000009 +佐谷 0.00000037 +佐賀 0.00000321 +佐野 0.00000018 +佐鳴 0.00000018 +佑 0.00000018 +佑二 0.00000009 +佑司 0.00000073 +佑樹 0.00000128 +佑都 0.00000028 +体 0.00015113 +体つき 0.00000083 +体づくり 0.00000009 +体作り 0.00000009 +体側 0.00000009 +体内 0.00000990 +体制 0.00002329 +体制作 0.00000009 +体力 0.00000816 +体勢 0.00000092 +体型 0.00000422 +体壊 0.00000009 +体外 0.00000248 +体容積 0.00000009 +体察 0.00000009 +体山 0.00000009 +体幹 0.00000009 +体当たり 0.00000037 +体形 0.00000165 +体得 0.00000046 +体感 0.00000165 +体拭 0.00000009 +体操 0.00000770 +体操殿 0.00000009 +体格 0.00000413 +体毛 0.00000037 +体洗 0.00000009 +体液 0.00000064 +体温 0.00000266 +体現 0.00000101 +体積 0.00000018 +体系 0.00000486 +体罰 0.00000807 +体育 0.00000926 +体臭 0.00000119 +体術 0.00000009 +体表 0.00000018 +体裁 0.00000174 +体誰 0.00000009 +体調 0.00000862 +体質 0.00000697 +体躯 0.00000064 +体重 0.00002907 +体長 0.00000321 +体面 0.00000018 +体験 0.00009464 +体高 0.00000018 +何 0.00140148 +何々 0.00000064 +何か 0.00000009 +何ごと 0.00000009 +何せ 0.00000009 +何と 0.00000018 +何なり 0.00000009 +何に 0.00000211 +何も 0.00000028 +何もの 0.00000275 +何れ 0.00000009 +何事 0.00001421 +何人 0.00000046 +何代 0.00000009 +何件 0.00000018 +何位 0.00000009 +何処 0.00000110 +何列 0.00000009 +何十 0.00001210 +何千 0.00001614 +何卒 0.00000055 +何取 0.00000009 +何口 0.00000009 +何名 0.00000037 +何味 0.00000018 +何心 0.00000009 +何故 0.00000220 +何方 0.00000009 +何時 0.00000009 +何曜 0.00000018 +何服 0.00000009 +何本 0.00000083 +何歩 0.00000009 +何物 0.00000376 +何発 0.00000009 +何百 0.00002531 +何箱 0.00000018 +何紀 0.00000009 +何者 0.00000679 +何色 0.00000128 +何見 0.00000009 +何語 0.00000046 +何里 0.00000009 +何頭 0.00000018 +何飲 0.00000028 +余 0.00000954 +余り 0.00000633 +余り物 0.00000018 +余人 0.00000009 +余儀 0.00000908 +余光 0.00000009 +余分 0.00000596 +余剰 0.00000092 +余力 0.00000018 +余名 0.00000009 +余吾 0.00000028 +余命 0.00000083 +余地 0.00002063 +余失 0.00000009 +余市 0.00000009 +余弦 0.00000018 +余念 0.00000055 +余情 0.00000018 +余暇 0.00000321 +余波 0.00000028 +余点 0.00000018 +余生 0.00000119 +余白 0.00000101 +余禄 0.00000009 +余罪 0.00000009 +余興 0.00000064 +余裕 0.00002100 +余角 0.00000009 +余計 0.00001027 +余話 0.00000009 +余談 0.00000073 +余部 0.00000055 +余震 0.00000174 +余韻 0.00000064 +佛教 0.00000009 +作 0.00037442 +作ら 0.00000009 +作り 0.00002109 +作りあげ 0.00000028 +作りかけ 0.00000009 +作りごみ 0.00000009 +作りたて 0.00000018 +作りだ 0.00000092 +作りだせ 0.00000009 +作りつけ 0.00000009 +作り上げ 0.00001339 +作り事 0.00000028 +作り付け 0.00000009 +作り出 0.00002201 +作り出せ 0.00000092 +作り声 0.00000009 +作り変え 0.00000073 +作り手 0.00000138 +作り手側 0.00000018 +作り替え 0.00000055 +作り物 0.00000037 +作り直 0.00000110 +作り立て 0.00000009 +作り笑い 0.00000037 +作り置き 0.00000018 +作り話 0.00000156 +作り込 0.00000009 +作れ 0.00001449 +作リ出 0.00000009 +作付 0.00000018 +作付け 0.00000009 +作動 0.00000348 +作務 0.00000028 +作句 0.00000009 +作品 0.00013554 +作家 0.00003430 +作成 0.00002751 +作戦 0.00000779 +作文 0.00000248 +作新 0.00000009 +作曲 0.00001146 +作業 0.00006621 +作治 0.00000028 +作況 0.00000018 +作法 0.00000697 +作為 0.00000229 +作物 0.00000899 +作用 0.00002320 +作田 0.00000018 +作男 0.00000064 +作目 0.00000009 +作者 0.00000935 +作製 0.00000138 +作詞 0.00000238 +作詩 0.00000009 +作風 0.00000092 +佳 0.00000018 +佳世 0.00000018 +佳世子 0.00000018 +佳人 0.00000018 +佳佑 0.00000009 +佳作 0.00000009 +佳則 0.00000009 +佳境 0.00000018 +佳夫 0.00000009 +佳子 0.00000183 +佳寿美 0.00000018 +佳弓 0.00000138 +佳弓妃 0.00000028 +佳彦 0.00000046 +佳浩 0.00000009 +佳知 0.00000018 +佳祐 0.00000018 +佳純 0.00000018 +佳菜子 0.00000009 +併せ 0.00000211 +併せ持 0.00000018 +併合 0.00000220 +併用 0.00000174 +併発 0.00000009 +併置 0.00000009 +併行 0.00000009 +併記 0.00000128 +併記写 0.00000009 +併設 0.00000110 +併読 0.00000009 +佼成会 0.00000009 +使 0.00054664 +使い 0.00001596 +使いきれ 0.00000009 +使いこ 0.00000009 +使い分け 0.00000257 +使い古 0.00000046 +使い心地 0.00000018 +使い手 0.00000018 +使い捨て 0.00000128 +使い果た 0.00000037 +使い物 0.00000009 +使い込 0.00000046 +使い込み 0.00000009 +使い道 0.00000064 +使え 0.00004952 +使っ 0.00000009 +使め 0.00000009 +使わ 0.00000009 +使命 0.00000972 +使徒 0.00000083 +使用 0.00015039 +使節 0.00000248 +使者 0.00000211 +使途 0.00000064 +來未 0.00000018 +例 0.00006483 +例え 0.00000624 +例えば 0.00010527 +例えれ 0.00000018 +例会 0.00000046 +例外 0.00001293 +例大 0.00000028 +例年 0.00000339 +例文 0.00000092 +例示 0.00000055 +例祭 0.00000009 +例証 0.00000055 +侍 0.00001495 +侍像 0.00000009 +侍女 0.00000138 +侍姿 0.00000009 +侍従 0.00000037 +侍童 0.00000018 +侍者 0.00000018 +侍達 0.00000009 +侏儒 0.00000009 +侘し 0.00000009 +侘び 0.00000009 +侘助 0.00000009 +供 0.00000339 +供え 0.00000514 +供与 0.00000202 +供与国 0.00000028 +供物 0.00000055 +供犠 0.00000009 +供給 0.00002861 +供花 0.00000009 +供託 0.00000009 +供述 0.00000156 +供養 0.00000211 +依 0.00000147 +依り 0.00000018 +依子 0.00000028 +依存 0.00001917 +依拠 0.00000055 +依然 0.00001880 +依田 0.00000083 +依頼 0.00003833 +依頼主 0.00000009 +侠 0.00000009 +侠気 0.00000009 +価 0.00000358 +価値 0.00009510 +価格 0.00008904 +価直 0.00000009 +価直観 0.00000009 +侮 0.00000092 +侮慢 0.00000009 +侮罵 0.00000009 +侮蔑 0.00000092 +侮辱 0.00000752 +侯 0.00000009 +侯爵 0.00000028 +侵 0.00000211 +侵入 0.00001357 +侵害 0.00001321 +侵攻 0.00000743 +侵犯 0.00000018 +侵略 0.00001568 +侵襲 0.00000073 +侵食 0.00000046 +侶 0.00000018 +便 0.00003237 +便せん 0.00000018 +便り 0.00000348 +便乗 0.00000110 +便乗り 0.00000009 +便別 0.00000009 +便利 0.00003595 +便利帳 0.00000028 +便器 0.00000165 +便宜 0.00000293 +便座 0.00000211 +便意 0.00000018 +便所 0.00000083 +便数 0.00000037 +便検体 0.00000009 +便秘 0.00000321 +便秘薬 0.00000018 +便箋 0.00000073 +便臭 0.00000018 +便衣 0.00000009 +便通 0.00000046 +係 0.00001045 +係と 0.00000009 +係り 0.00000110 +係り合い 0.00000009 +係わ 0.00000028 +係争 0.00000055 +係員 0.00000339 +係官 0.00000431 +係数 0.00000009 +係留 0.00000064 +係長 0.00000064 +促 0.00001568 +促す 0.00000009 +促成 0.00000009 +促進 0.00002650 +俄 0.00000009 +俄か 0.00000009 +俄古 0.00000028 +俄然 0.00000037 +俊 0.00000018 +俊一郎 0.00000009 +俊三 0.00000009 +俊二 0.00000009 +俊介 0.00000009 +俊作 0.00000009 +俊哉 0.00000018 +俊太郎 0.00000009 +俊子 0.00000009 +俊彦 0.00000037 +俊敏 0.00000046 +俊樹 0.00000018 +俊英 0.00000009 +俊行 0.00000009 +俊賢 0.00000009 +俊足 0.00000018 +俊輔 0.00000119 +俎上 0.00000009 +俗 0.00000193 +俗っぽ 0.00000009 +俗世 0.00000018 +俗世間 0.00000037 +俗人 0.00000037 +俗悪 0.00000101 +俗才 0.00000009 +俗権 0.00000018 +俗物 0.00000037 +俗界 0.00000018 +俗称 0.00000018 +俗衆 0.00000009 +俗語 0.00000092 +保 0.00004328 +保ち 0.00000009 +保つ 0.00000009 +保て 0.00000046 +保仁 0.00000009 +保健 0.00002769 +保元 0.00000009 +保全 0.00000367 +保冷 0.00000009 +保冷庫 0.00000009 +保因 0.00000018 +保坂 0.00000009 +保子 0.00000009 +保存 0.00002632 +保存則 0.00000009 +保守 0.00001614 +保安 0.00000587 +保志 0.00000028 +保持 0.00001476 +保有 0.00001137 +保母 0.00000009 +保水 0.00000018 +保温 0.00000174 +保湿 0.00000147 +保田 0.00000046 +保留 0.00000110 +保管 0.00001183 +保育 0.00001385 +保菌 0.00000018 +保蔵 0.00000009 +保証 0.00004805 +保護 0.00007125 +保身 0.00000009 +保造 0.00000009 +保釈 0.00000174 +保険 0.00006777 +保障 0.00002834 +保雄 0.00000009 +保養 0.00000101 +俟 0.00000037 +信 0.00013141 +信じ 0.00002494 +信じこ 0.00000009 +信じ合 0.00000037 +信じ込 0.00000275 +信ず 0.00000018 +信ぴょう 0.00000119 +信一 0.00000018 +信一郎 0.00000009 +信人 0.00000009 +信介 0.00000028 +信仰 0.00002008 +信任 0.00000367 +信号 0.00001999 +信司 0.00000009 +信夫 0.00000009 +信奉 0.00000238 +信子 0.00000028 +信孝 0.00000037 +信実 0.00000009 +信州 0.00000046 +信彦 0.00000028 +信徒 0.00000211 +信心 0.00000229 +信忠 0.00000028 +信念 0.00001605 +信憑 0.00000009 +信成 0.00000083 +信教 0.00000028 +信晴 0.00000009 +信望 0.00000018 +信条 0.00000605 +信楽 0.00000028 +信正 0.00000028 +信濃 0.00000037 +信濃川 0.00000018 +信玄 0.00000110 +信用 0.00003686 +信田 0.00000009 +信管 0.00000009 +信義 0.00000193 +信義松竹 0.00000009 +信者 0.00000834 +信英 0.00000009 +信行 0.00000009 +信託 0.00000101 +信認 0.00000009 +信認状 0.00000009 +信販 0.00000009 +信賞 0.00000009 +信越 0.00000018 +信長 0.00001265 +信頼 0.00005374 +修 0.00000064 +修め 0.00000064 +修一 0.00000018 +修了 0.00000468 +修二 0.00000055 +修交 0.00000018 +修士 0.00000523 +修好 0.00000009 +修学 0.00000202 +修得 0.00000202 +修復 0.00001091 +修業 0.00000257 +修正 0.00001449 +修理 0.00002008 +修理工 0.00000028 +修練 0.00000073 +修繕 0.00000119 +修羅 0.00000101 +修習 0.00000055 +修行 0.00000660 +修辞 0.00000046 +修造 0.00000018 +修道 0.00000990 +修道士 0.00000092 +修飾 0.00000028 +修養 0.00000092 +修験 0.00000046 +俯 0.00000009 +俯け 0.00000009 +俯伏 0.00000009 +俯向け 0.00000009 +俳人 0.00000073 +俳優 0.00005456 +俳優業 0.00000018 +俳句 0.00000825 +俳諧 0.00000018 +俵 0.00000064 +俵型 0.00000009 +俵形 0.00000009 +俸給 0.00000055 +俺 0.00004127 +俺の毒 0.00000009 +俺様 0.00000064 +俺流 0.00000009 +俺達 0.00000138 +倅 0.00000009 +倉 0.00000018 +倉庫 0.00000541 +倉持 0.00000009 +倉敷 0.00000037 +倉木 0.00000055 +倉本 0.00000018 +倉次 0.00000009 +個 0.00005401 +個々 0.00000963 +個人 0.00011573 +個体 0.00000358 +個入 0.00000009 +個処 0.00000009 +個分 0.00000009 +個別 0.00000798 +個室 0.00000394 +個展 0.00000183 +個性 0.00002238 +個我 0.00000018 +個所 0.00000358 +個持 0.00000009 +個数 0.00000037 +個目 0.00000009 +倍 0.00007263 +倍々 0.00000009 +倍出 0.00000009 +倍加 0.00000018 +倍化 0.00000009 +倍受け 0.00000009 +倍増 0.00000459 +倍手間 0.00000009 +倍数 0.00000009 +倍旧 0.00000028 +倍気 0.00000018 +倍率 0.00000073 +倍賞 0.00000028 +倍近 0.00000009 +倍速 0.00000083 +倍音 0.00000009 +倒 0.00001293 +倒し 0.00000046 +倒しえ 0.00000009 +倒せ 0.00000046 +倒れ 0.00002577 +倒れこ 0.00000083 +倒れれ 0.00000018 +倒れ込 0.00000073 +倒壊 0.00000376 +倒影 0.00000009 +倒木 0.00000009 +倒産 0.00000935 +倒語 0.00000009 +倒錯者 0.00000018 +倖田 0.00000028 +候 0.00000083 +候補 0.00005676 +倚 0.00000028 +借 0.00000156 +借り 0.00005227 +借りよ 0.00000009 +借りよう 0.00000037 +借りれ 0.00000009 +借りろ 0.00000009 +借り主 0.00000083 +借り入れ 0.00000147 +借り出 0.00000037 +借り切 0.00000009 +借り受け 0.00000018 +借り手 0.00000092 +借り換え 0.00000009 +借り替え 0.00000009 +借り物 0.00000046 +借り越 0.00000009 +借入 0.00000046 +借地 0.00000037 +借室 0.00000018 +借家 0.00000073 +借方 0.00000009 +借款 0.00000037 +借用 0.00000083 +借財 0.00000009 +借金 0.00001715 +倣 0.00000229 +値 0.00003255 +値上 0.00000009 +値上が 0.00000037 +値上がり 0.00000413 +値上げ 0.00000532 +値下がり 0.00000083 +値下げ 0.00000293 +値切 0.00000101 +値切れ 0.00000009 +値動き 0.00000009 +値引 0.00000055 +値引き 0.00000587 +値打ち 0.00000257 +値札 0.00000037 +値段 0.00004383 +値用 0.00000018 +値踏み 0.00000028 +倦 0.00000037 +倦怠 0.00000101 +倨傲 0.00000009 +倫 0.00000009 +倫世 0.00000009 +倫之 0.00000009 +倫之丞 0.00000009 +倫敦 0.00000055 +倫理 0.00000697 +倭人 0.00000073 +倭人伝 0.00000037 +倭僑 0.00000009 +倭国 0.00000009 +倭奴 0.00000009 +倭寇 0.00000018 +倶楽部 0.00000238 +倶知安 0.00000028 +倹約 0.00000303 +偃月 0.00000055 +偉 0.00000789 +偉い 0.00000009 +偉ぶ 0.00000009 +偉人 0.00000165 +偉力 0.00000028 +偉大 0.00003365 +偉方 0.00000028 +偉業 0.00000633 +偏 0.00000376 +偏り 0.00000037 +偏光 0.00000028 +偏向 0.00000028 +偏在 0.00000018 +偏執 0.00000028 +偏執狂 0.00000028 +偏屈 0.00000064 +偏差 0.00000064 +偏微 0.00000018 +偏心 0.00000009 +偏狭 0.00000028 +偏移 0.00000009 +偏見 0.00002008 +偏重 0.00000009 +偏食 0.00000009 +偕楽園 0.00000018 +停 0.00000293 +停ま 0.00000202 +停め 0.00000165 +停前 0.00000009 +停学 0.00000073 +停戦 0.00000156 +停戦後 0.00000009 +停止 0.00002403 +停泊 0.00000587 +停滞 0.00000413 +停留 0.00000073 +停職 0.00000018 +停船 0.00000046 +停車 0.00000559 +停電 0.00000449 +健 0.00000312 +健やか 0.00000165 +健一 0.00000018 +健三 0.00000028 +健三郎 0.00000046 +健二 0.00000156 +健人 0.00000009 +健作 0.00000018 +健保 0.00000018 +健全 0.00000871 +健准 0.00000009 +健勝 0.00000046 +健司 0.00000202 +健四郎 0.00000009 +健在 0.00000110 +健太 0.00000037 +健太朗 0.00000009 +健常 0.00000092 +健康 0.00013352 +健志 0.00000009 +健志郎 0.00000009 +健気 0.00000009 +健聴 0.00000018 +健診 0.00000073 +健闘 0.00000156 +側 0.00009546 +側女 0.00000009 +側室 0.00000018 +側廊 0.00000018 +側弯 0.00000009 +側溝 0.00000009 +側灯 0.00000009 +側窓 0.00000009 +側近 0.00000220 +側近達 0.00000009 +側道 0.00000009 +側面 0.00001660 +側頭 0.00000018 +偵察 0.00000156 +偶像 0.00000101 +偶然 0.00002458 +偶発 0.00000073 +偶蹄 0.00000009 +偽 0.00000486 +偽り 0.00000330 +偽医者 0.00000009 +偽名 0.00000083 +偽善 0.00000202 +偽変造 0.00000018 +偽学生 0.00000009 +偽手紙 0.00000009 +偽札 0.00000128 +偽牧 0.00000009 +偽牧師 0.00000009 +偽物 0.00000312 +偽皮 0.00000009 +偽紳士 0.00000018 +偽者 0.00000009 +偽薬 0.00000037 +偽装 0.00000339 +偽証 0.00000037 +偽証罪 0.00000009 +偽警官 0.00000009 +偽造 0.00000871 +偽金 0.00000009 +偽難民 0.00000009 +偽鼻 0.00000018 +傀儡 0.00000028 +傍 0.00000376 +傍ら 0.00000715 +傍受 0.00000101 +傍点 0.00000009 +傍目 0.00000009 +傍聴 0.00000037 +傍若 0.00000018 +傍観 0.00000266 +傑作 0.00000798 +傑作選 0.00000009 +傑出 0.00000229 +傑物 0.00000018 +傘 0.00001082 +傘下 0.00000202 +傘代 0.00000009 +傘好き 0.00000009 +傘張り替え 0.00000009 +傘持 0.00000009 +傘立て 0.00000028 +備 0.00000028 +備え 0.00003567 +備えつけ 0.00000046 +備えろ 0.00000009 +備え付け 0.00000165 +備わ 0.00000468 +備前 0.00000028 +備品 0.00000147 +備忘録 0.00000018 +備考 0.00000009 +備蓄 0.00000138 +備長 0.00000046 +催 0.00000945 +催し 0.00001284 +催し物 0.00000156 +催事 0.00000009 +催促 0.00000156 +催告 0.00000009 +催涙 0.00000073 +催物 0.00000009 +催眠 0.00000174 +催行 0.00000018 +傭 0.00000009 +傭兵 0.00000431 +傲慢 0.00000514 +傲然 0.00000009 +債 0.00000009 +債券 0.00000083 +債務 0.00000578 +債権 0.00000413 +傷 0.00003246 +傷つ 0.00001614 +傷つき 0.00000009 +傷つけ 0.00002054 +傷つけれ 0.00000009 +傷つけ合 0.00000018 +傷み 0.00000037 +傷め 0.00000119 +傷めつけ 0.00000009 +傷付け 0.00000028 +傷口 0.00000128 +傷害 0.00000266 +傷心 0.00000028 +傷病 0.00000018 +傷痕 0.00000064 +傷跡 0.00000248 +傷部 0.00000018 +傾 0.00000431 +傾き 0.00000046 +傾け 0.00001467 +傾げ 0.00000092 +傾倒 0.00000092 +傾向 0.00005346 +傾斜 0.00000147 +傾注 0.00000037 +傾聴 0.00000073 +僅 0.00000055 +僅か 0.00000055 +僅差 0.00000092 +働 0.00023879 +働か 0.00000009 +働き 0.00002127 +働きかけ 0.00000064 +働きかけ合 0.00000009 +働きづ 0.00000018 +働きづめ 0.00000083 +働き手 0.00000073 +働き掛け 0.00000587 +働き盛り 0.00000018 +働く 0.00000018 +働け 0.00000477 +像 0.00003512 +像内 0.00000009 +僕 0.00048850 +僕位 0.00000009 +僕働 0.00000009 +僕達 0.00000009 +僣越 0.00000009 +僥倖 0.00000018 +僧 0.00000303 +僧侶 0.00000807 +僧帽 0.00000028 +僧服 0.00000018 +僧正 0.00000009 +僧衣 0.00000009 +僧長 0.00000018 +僧院 0.00000046 +僭称 0.00000009 +僭越 0.00000018 +儀 0.00000183 +儀丈 0.00000009 +儀典 0.00000009 +儀右衛門 0.00000018 +儀式 0.00001779 +儀持 0.00000009 +儀礼 0.00000202 +儀鳳 0.00000009 +儂 0.00000028 +億 0.00012288 +億人 0.00000009 +儒家 0.00000009 +儒教 0.00000275 +儒者 0.00000009 +儘 0.00000018 +儚 0.00000018 +償 0.00000266 +償い 0.00000183 +償う 0.00000009 +償え 0.00000009 +償却 0.00000018 +償還 0.00000018 +優 0.00000193 +優さん 0.00000009 +優し 0.00005493 +優しみ 0.00000009 +優に 0.00000009 +優れ 0.00004576 +優一 0.00000018 +優三郎 0.00000009 +優二 0.00000009 +優位 0.00000715 +優優 0.00000009 +優先 0.00002834 +優劣 0.00000092 +優勝 0.00010096 +優勝国 0.00000028 +優勝者 0.00000009 +優勢 0.00000330 +優子 0.00000028 +優季 0.00000009 +優希 0.00000009 +優弥 0.00000037 +優待 0.00000009 +優性 0.00000028 +優柔 0.00000156 +優生 0.00000073 +優秀 0.00003806 +優稚 0.00000009 +優等 0.00000138 +優美 0.00000293 +優良 0.00000138 +優越 0.00000229 +優輝 0.00000018 +優遇 0.00000303 +優雅 0.00001036 +優香 0.00000009 +儲 0.00000018 +儲か 0.00000055 +儲け 0.00000128 +儲けさ 0.00000009 +元 0.00011032 +元々 0.00000046 +元中日 0.00000009 +元之 0.00000018 +元信 0.00000009 +元値 0.00000009 +元冠 0.00000009 +元凶 0.00000037 +元利 0.00000009 +元勲 0.00000018 +元原稿 0.00000009 +元号 0.00000138 +元司会 0.00000009 +元売り 0.00000009 +元大 0.00000009 +元夫 0.00000092 +元奨学 0.00000009 +元女 0.00000009 +元妻 0.00000037 +元始 0.00000009 +元子 0.00000055 +元学 0.00000009 +元寇 0.00000009 +元島 0.00000009 +元帥 0.00000037 +元幅 0.00000009 +元年 0.00000055 +元弥 0.00000046 +元手 0.00000119 +元文部 0.00000009 +元日 0.00000312 +元旦 0.00000211 +元明 0.00000009 +元木 0.00000009 +元本 0.00000046 +元来 0.00000266 +元栓 0.00000092 +元気 0.00005933 +元海賊 0.00000009 +元理容 0.00000009 +元男 0.00000009 +元町 0.00000110 +元町浜 0.00000009 +元祖 0.00000064 +元神風 0.00000009 +元禄 0.00000037 +元素 0.00000293 +元素名 0.00000009 +元職人 0.00000009 +元興 0.00000009 +元興寺 0.00000009 +元芸 0.00000009 +元谷 0.00000046 +元軍 0.00000018 +元金 0.00000037 +元首 0.00000257 +元首化 0.00000009 +兄 0.00002742 +兄妹 0.00000073 +兄姉 0.00000009 +兄弟 0.00002705 +兄弟子 0.00000009 +兄思い 0.00000009 +兄貴 0.00000055 +充 0.00000064 +充た 0.00000009 +充ち 0.00000110 +充て 0.00000266 +充てん 0.00000009 +充分 0.00000101 +充填 0.00000064 +充実 0.00002082 +充当 0.00000037 +充満 0.00000128 +充血 0.00000046 +充足 0.00000110 +充電 0.00000541 +充電器 0.00000073 +充電池 0.00000028 +充電量 0.00000009 +兆 0.00001321 +兆し 0.00000587 +兆候 0.00000569 +兆治 0.00000009 +兆発 0.00000018 +兇器 0.00000018 +兇悪 0.00000009 +兇暴 0.00000028 +兇激 0.00000009 +兇行 0.00000028 +先 0.00013691 +先、 0.00000009 +先々 0.00000238 +先がけ 0.00000018 +先き 0.00000018 +先ごろ 0.00000055 +先ず 0.00000119 +先だって 0.00000018 +先っぽ 0.00000055 +先ぶれ 0.00000009 +先へ 0.00000018 +先ほど 0.00000596 +先ん 0.00000037 +先んじ 0.00000046 +先んずれ 0.00000009 +先人 0.00000147 +先代 0.00000037 +先住 0.00000834 +先例 0.00000064 +先入 0.00000339 +先公 0.00000018 +先冬 0.00000009 +先出 0.00000009 +先利 0.00000083 +先制 0.00000330 +先刻 0.00000055 +先取 0.00000018 +先取り 0.00000064 +先取りし 0.00000009 +先史 0.00000037 +先品 0.00000009 +先回り 0.00000037 +先夜 0.00000009 +先天 0.00000193 +先好 0.00000009 +先妻 0.00000009 +先導 0.00000321 +先幅 0.00000028 +先年 0.00000009 +先延ば 0.00000046 +先延ばし 0.00000092 +先憂 0.00000009 +先手 0.00000119 +先払 0.00000018 +先払い 0.00000018 +先探 0.00000009 +先方 0.00000156 +先日 0.00004567 +先月 0.00001852 +先歩 0.00000009 +先決 0.00000083 +先物 0.00000037 +先生 0.00013526 +先発 0.00000468 +先着 0.00000083 +先祖 0.00000743 +先程 0.00000009 +先立 0.00000660 +先立ち 0.00000073 +先端 0.00001476 +先約 0.00000073 +先細 0.00000009 +先細り 0.00000018 +先般 0.00000009 +先落ち 0.00000009 +先行 0.00000312 +先行き 0.00000193 +先見 0.00000110 +先触れ 0.00000028 +先読み 0.00000018 +先誰 0.00000009 +先走 0.00000009 +先走り 0.00000018 +先輩 0.00001311 +先述 0.00000009 +先送 0.00000009 +先送り 0.00000092 +先通行 0.00000009 +先週 0.00001770 +先進 0.00002907 +先道 0.00000009 +先達 0.00000046 +先遣 0.00000083 +先鋒 0.00000018 +先鋭 0.00000009 +先陣 0.00000046 +先除 0.00000018 +先鞭 0.00000018 +先頃 0.00000211 +先頭 0.00000825 +先駆 0.00000339 +先駆け 0.00000193 +先駆けは 0.00000009 +先験 0.00000037 +光 0.00008015 +光が丘 0.00000009 +光ら 0.00000009 +光り 0.00000284 +光りかがや 0.00000009 +光り輝 0.00000009 +光一 0.00000128 +光一郎 0.00000009 +光代 0.00000028 +光博 0.00000009 +光史 0.00000009 +光司 0.00000009 +光哉 0.00000018 +光喜 0.00000009 +光国 0.00000009 +光圀 0.00000018 +光圧 0.00000009 +光太夫 0.00000018 +光太郎 0.00000028 +光子 0.00000156 +光学 0.00000128 +光岡 0.00000092 +光希 0.00000028 +光年 0.00000009 +光広 0.00000009 +光度 0.00000009 +光感 0.00000018 +光感受 0.00000009 +光成沢 0.00000009 +光明 0.00000101 +光明媚 0.00000009 +光明美 0.00000009 +光星 0.00000037 +光景 0.00002192 +光晴 0.00000009 +光村 0.00000009 +光栄 0.00001339 +光梨 0.00000009 +光検出 0.00000009 +光次 0.00000018 +光沢 0.00000147 +光法 0.00000009 +光源 0.00000147 +光熱 0.00000110 +光琳 0.00000018 +光男 0.00000009 +光秀 0.00000110 +光秀軍 0.00000009 +光線 0.00000293 +光良 0.00000009 +光裕 0.00000009 +光谷 0.00000009 +光軸 0.00000009 +光輝 0.00000110 +光輪 0.00000018 +光速 0.00000009 +光陰矢 0.00000073 +光雅 0.00000009 +克 0.00000018 +克也 0.00000147 +克也新 0.00000009 +克則 0.00000009 +克史 0.00000009 +克夫 0.00000009 +克己 0.00000018 +克幸 0.00000018 +克明 0.00000037 +克服 0.00001265 +克洋 0.00000009 +免 0.00000009 +免れ 0.00000477 +免下さ 0.00000009 +免停 0.00000009 +免官 0.00000009 +免状 0.00000037 +免疫 0.00001036 +免税 0.00000183 +免罪 0.00000009 +免職 0.00000028 +免許 0.00001486 +免責 0.00000018 +免除 0.00000550 +兎 0.00000101 +児 0.00001431 +児分 0.00000009 +児戯 0.00000009 +児玉 0.00000009 +児童 0.00001926 +党 0.00011344 +党内 0.00000083 +党名 0.00000009 +党員 0.00000431 +党寄り 0.00000009 +党派 0.00000385 +党首 0.00000660 +兜 0.00000293 +兜町 0.00000009 +入 0.00040936 +入っ 0.00000018 +入ら 0.00000028 +入らん 0.00000055 +入り 0.00005851 +入りく 0.00000046 +入りこ 0.00000028 +入りそ 0.00000009 +入り乱れ 0.00000064 +入り交じ 0.00000238 +入り口 0.00001641 +入り口前 0.00000018 +入り江 0.00000028 +入り混じ 0.00000009 +入り用 0.00000009 +入り直 0.00000009 +入り組 0.00000128 +入り込 0.00001119 +入り込め 0.00000018 +入れ 0.00022091 +入れかえ 0.00000009 +入れり 0.00000009 +入れれ 0.00000128 +入れろ 0.00000037 +入れん 0.00000055 +入れんが 0.00000009 +入れ墨 0.00000275 +入れ換 0.00000009 +入れ換え 0.00000009 +入れ替え 0.00000174 +入れ替わ 0.00000119 +入れ替わり 0.00000073 +入れ物 0.00000073 +入れ直 0.00000009 +入れ込 0.00000055 +入れ込み 0.00000009 +入れ違い 0.00000009 +入ろ 0.00000064 +入会 0.00000477 +入会見込み 0.00000018 +入信 0.00000064 +入党 0.00000046 +入出力 0.00000009 +入出国 0.00000028 +入刀 0.00000009 +入力 0.00001146 +入口 0.00000303 +入団 0.00001027 +入国 0.00006144 +入園 0.00000073 +入城 0.00000046 +入場 0.00001339 +入塾 0.00000009 +入学 0.00003613 +入室 0.00000064 +入寮 0.00000009 +入射 0.00000037 +入射角 0.00000009 +入居 0.00000816 +入山 0.00000018 +入峠 0.00000009 +入店 0.00000083 +入庫 0.00000009 +入念 0.00000312 +入所 0.00000037 +入手 0.00002201 +入手法 0.00000009 +入日 0.00000009 +入札 0.00000293 +入校 0.00000037 +入植 0.00000468 +入植地 0.00000009 +入植民 0.00000009 +入欧 0.00000028 +入水 0.00000018 +入江 0.00000183 +入浴 0.00000954 +入港 0.00000138 +入湯 0.00000028 +入溶剤 0.00000018 +入獄 0.00000028 +入生 0.00000009 +入用 0.00000101 +入省 0.00000018 +入眠 0.00000009 +入社 0.00001256 +入禅 0.00000009 +入管 0.00002109 +入管理 0.00000009 +入籍 0.00000110 +入組 0.00000009 +入荷 0.00000284 +入行 0.00000009 +入試 0.00000614 +入谷 0.00000018 +入賞 0.00000376 +入退室 0.00000009 +入退院 0.00000018 +入選 0.00000073 +入部 0.00000046 +入金 0.00000073 +入門 0.00000459 +入閣 0.00000028 +入院 0.00001440 +入隊 0.00000193 +入館 0.00000321 +入鹿 0.00000009 +全 0.00006520 +全う 0.00000128 +全く 0.00020019 +全て 0.00001715 +全一 0.00000009 +全一族 0.00000009 +全世帯 0.00000009 +全人生 0.00000073 +全仏 0.00000119 +全会 0.00000073 +全伝 0.00000009 +全体 0.00008226 +全体重 0.00000009 +全便 0.00000018 +全像 0.00000018 +全出版 0.00000018 +全出荷 0.00000009 +全制覇 0.00000009 +全力 0.00001376 +全力士 0.00000009 +全勝 0.00000119 +全卵 0.00000018 +全取り組み 0.00000009 +全周 0.00000009 +全周囲 0.00000009 +全品 0.00000064 +全員 0.00007520 +全問 0.00000046 +全図 0.00000018 +全国 0.00009482 +全国民 0.00000110 +全土 0.00000706 +全域 0.00000321 +全場面 0.00000009 +全壁 0.00000009 +全壊 0.00000101 +全売 0.00000009 +全婚 0.00000009 +全学 0.00000028 +全学生 0.00000055 +全宇宙 0.00000018 +全客 0.00000009 +全室 0.00000064 +全容 0.00000092 +全容積 0.00000009 +全寮 0.00000037 +全封鎖 0.00000009 +全島 0.00000037 +全巻 0.00000018 +全市 0.00000009 +全帝国 0.00000009 +全席 0.00000046 +全幅 0.00000037 +全店 0.00000046 +全廃 0.00000037 +全応募 0.00000009 +全快 0.00000028 +全成人 0.00000009 +全成分 0.00000009 +全戸 0.00000009 +全手 0.00000009 +全指 0.00000009 +全授業 0.00000009 +全摘 0.00000018 +全教会 0.00000009 +全教科 0.00000009 +全文 0.00000009 +全斗煥 0.00000009 +全日 0.00000055 +全日空 0.00000248 +全星 0.00000009 +全景 0.00000009 +全曲 0.00000009 +全校 0.00000064 +全棟 0.00000009 +全楽器 0.00000009 +全権 0.00000046 +全機 0.00000028 +全民衆 0.00000018 +全治 0.00000018 +全法規 0.00000009 +全注文 0.00000028 +全海 0.00000009 +全滅 0.00000101 +全漁連 0.00000018 +全然 0.00003219 +全然害 0.00000009 +全焼 0.00000147 +全王 0.00000009 +全球 0.00000028 +全球団 0.00000009 +全理事 0.00000009 +全生徒 0.00000018 +全生涯 0.00000028 +全由 0.00000009 +全盛 0.00000156 +全盲 0.00000009 +全知 0.00000028 +全科 0.00000009 +全篇 0.00000009 +全米 0.00001944 +全米国 0.00000009 +全米野生 0.00000018 +全粒 0.00000101 +全紙幣 0.00000009 +全線 0.00000083 +全編 0.00000119 +全置換術 0.00000009 +全羅 0.00000018 +全能 0.00000220 +全興 0.00000009 +全般 0.00000834 +全英 0.00000119 +全英国 0.00000009 +全著者 0.00000009 +全行列 0.00000009 +全行程 0.00000018 +全裸 0.00000037 +全言語 0.00000009 +全試合 0.00000009 +全話 0.00000009 +全豪 0.00000128 +全貌 0.00000046 +全走行 0.00000009 +全身 0.00001467 +全車 0.00000028 +全軍 0.00000165 +全農産 0.00000009 +全遺伝 0.00000009 +全部 0.00006263 +全部署 0.00000009 +全配点 0.00000009 +全量 0.00000028 +全長 0.00000514 +全開 0.00000064 +全陸海軍 0.00000009 +全隊 0.00000009 +全集 0.00000009 +全霊 0.00000055 +全面 0.00001137 +全音楽 0.00000009 +全頁 0.00000009 +全領土 0.00000009 +全頭 0.00000009 +全額 0.00000532 +全養 0.00000009 +全駅 0.00000009 +全骨格 0.00000009 +全魂 0.00000009 +全麦 0.00000009 +八 0.00001623 +八ヶ岳 0.00000018 +八丁 0.00000009 +八丈 0.00000156 +八代 0.00000055 +八分 0.00000064 +八十 0.00000275 +八千 0.00000009 +八千代 0.00000092 +八印 0.00000009 +八名 0.00000018 +八坂 0.00000037 +八塔 0.00000009 +八大 0.00000018 +八尾 0.00000046 +八島 0.00000046 +八巻 0.00000018 +八幡 0.00000073 +八幡宮 0.00000119 +八引 0.00000009 +八戸 0.00000092 +八折 0.00000018 +八掛 0.00000018 +八方 0.00000202 +八景 0.00000009 +八木 0.00000064 +八木原 0.00000018 +八王子 0.00000046 +八甲田 0.00000009 +八番 0.00000009 +八百 0.00000284 +八百屋 0.00000018 +八百長 0.00000009 +八苦 0.00000110 +八角 0.00000009 +八郎 0.00000018 +八里 0.00000009 +八重 0.00000119 +八重子 0.00000009 +八重根 0.00000009 +八重歯 0.00000009 +八重洲 0.00000018 +八雲 0.00000028 +八雲町 0.00000009 +公 0.00003705 +公が 0.00000009 +公と 0.00000028 +公に 0.00000018 +公ぶ 0.00000009 +公グィドゥバルド 0.00000009 +公一 0.00000009 +公也 0.00000009 +公人 0.00000055 +公休 0.00000018 +公会 0.00000064 +公使 0.00000128 +公債 0.00000046 +公傷 0.00000009 +公像 0.00000037 +公共 0.00002999 +公刊 0.00000046 +公判 0.00000165 +公務 0.00000569 +公募 0.00000248 +公司 0.00000009 +公同 0.00000009 +公告 0.00000018 +公営 0.00000183 +公団 0.00000119 +公国 0.00000147 +公園 0.00005429 +公売 0.00000028 +公太 0.00000101 +公夫妻 0.00000018 +公妃 0.00000009 +公娼 0.00000009 +公子 0.00000092 +公孫 0.00000009 +公安 0.00000073 +公官庁 0.00000009 +公定 0.00000009 +公害 0.00000422 +公家 0.00000073 +公山 0.00000009 +公布 0.00000064 +公平 0.00001862 +公式 0.00002540 +公彦 0.00000009 +公徳 0.00000009 +公慰 0.00000009 +公房 0.00000009 +公教育 0.00000046 +公文 0.00000138 +公文書 0.00000009 +公明 0.00000193 +公暁 0.00000009 +公書 0.00000009 +公有 0.00000009 +公欠 0.00000009 +公正 0.00001055 +公民 0.00000523 +公海 0.00000018 +公演 0.00004319 +公然 0.00000275 +公爵 0.00001284 +公理 0.00000009 +公用 0.00000578 +公用語 0.00000009 +公的 0.00000761 +公益 0.00000156 +公示 0.00000037 +公社 0.00000550 +公私 0.00000165 +公立 0.00001027 +公算 0.00000073 +公約 0.00000413 +公聴 0.00000165 +公職 0.00000147 +公自身 0.00000009 +公苑 0.00000009 +公衆 0.00001696 +公表 0.00001559 +公言 0.00000202 +公記録 0.00000009 +公設 0.00000018 +公証 0.00000083 +公認 0.00000633 +公論 0.00000009 +公費 0.00000028 +公転 0.00000028 +公輔 0.00000009 +公道 0.00000092 +公選 0.00000046 +公邸 0.00000367 +公金 0.00000101 +公開 0.00006117 +公開致 0.00000018 +公電 0.00000055 +公領 0.00000009 +公館 0.00000266 +公[ 0.00000009 +六 0.00002183 +六、七 0.00000009 +六ヶ所 0.00000009 +六世 0.00000009 +六十 0.00000147 +六千 0.00000028 +六曜 0.00000009 +六本木 0.00000926 +六条 0.00000009 +六甲 0.00000018 +六男 0.00000009 +六百 0.00000037 +六義 0.00000009 +六角 0.00000073 +六郎 0.00000028 +共 0.00002889 +共々 0.00000018 +共に 0.00000046 +共ひど 0.00000009 +共作 0.00000018 +共倒れ 0.00000009 +共催 0.00000165 +共働 0.00000009 +共働き 0.00000266 +共創 0.00000009 +共同 0.00004558 +共和 0.00003072 +共存 0.00000899 +共学 0.00000046 +共感 0.00000807 +共有 0.00002256 +共栄 0.00000009 +共済 0.00000083 +共演 0.00000541 +共焦 0.00000009 +共犯 0.00000156 +共生 0.00000238 +共生園 0.00000009 +共産 0.00001586 +共用 0.00000110 +共立 0.00000037 +共著 0.00000119 +共謀 0.00000156 +共通 0.00004237 +共通語 0.00000028 +共食 0.00000009 +共食い 0.00000037 +共鳴 0.00000238 +兵 0.00001944 +兵七 0.00000009 +兵列 0.00000018 +兵力 0.00000147 +兵卒 0.00000037 +兵員 0.00000009 +兵営 0.00000046 +兵器 0.00003549 +兵団 0.00000009 +兵士 0.00003476 +兵庫 0.00000798 +兵役 0.00000275 +兵法 0.00000046 +兵舎 0.00000064 +兵術 0.00000009 +兵衛 0.00000009 +兵隊 0.00000890 +其 0.00000055 +其方 0.00000037 +具 0.00001100 +具え 0.00000009 +具に 0.00000009 +具体 0.00002623 +具備 0.00000165 +具合 0.00002127 +具屋 0.00000037 +具有 0.00000009 +具材 0.00000092 +具現 0.00000028 +具視 0.00000018 +具説 0.00000009 +具象 0.00000028 +典人 0.00000009 +典型 0.00001917 +典子 0.00000018 +典弘 0.00000009 +典拠 0.00000018 +典礼 0.00000009 +典範 0.00000083 +典隆 0.00000028 +典雄 0.00000009 +兼 0.00000468 +兼ね 0.00000348 +兼ね備え 0.00000156 +兼ね合い 0.00000018 +兼人 0.00000018 +兼任 0.00000193 +兼備 0.00000009 +兼元 0.00000009 +兼六 0.00000028 +兼務 0.00000018 +兼合い 0.00000009 +兼子 0.00000009 +兼春 0.00000009 +兼用 0.00000064 +兼続 0.00000009 +兼行 0.00000037 +兼護衛 0.00000009 +内 0.00013233 +内々 0.00000046 +内乱 0.00000110 +内側 0.00001027 +内儀 0.00000009 +内分泌 0.00000018 +内助 0.00000009 +内務 0.00000101 +内勤 0.00000028 +内包 0.00000018 +内向 0.00000092 +内向き 0.00000009 +内圧 0.00000046 +内在 0.00000073 +内地 0.00000028 +内壁 0.00000028 +内外 0.00000468 +内外国 0.00000009 +内奥 0.00000046 +内定 0.00000293 +内実 0.00000009 +内宮 0.00000064 +内容 0.00006502 +内容量 0.00000018 +内密 0.00000202 +内川 0.00000009 +内幕 0.00000037 +内庭 0.00000009 +内廷 0.00000009 +内径 0.00000009 +内心 0.00000376 +内情 0.00000037 +内戦 0.00000743 +内戦後 0.00000009 +内政 0.00000147 +内旋 0.00000009 +内服 0.00000018 +内村 0.00000165 +内柴 0.00000055 +内気 0.00000284 +内水 0.00000009 +内海 0.00000183 +内湯 0.00000028 +内湾 0.00000009 +内灘 0.00000018 +内燃 0.00000037 +内生 0.00000009 +内田 0.00000339 +内申 0.00000009 +内的 0.00000073 +内相 0.00000083 +内省 0.00000055 +内科 0.00000055 +内科学 0.00000009 +内窓 0.00000009 +内立入 0.00000009 +内紛 0.00000018 +内緒 0.00000293 +内線 0.00000073 +内縁 0.00000028 +内耳 0.00000064 +内聞 0.00000009 +内職 0.00000009 +内股 0.00000018 +内胸 0.00000009 +内腑 0.00000009 +内腔 0.00000009 +内膜 0.00000046 +内臓 0.00000266 +内臓器 0.00000018 +内航 0.00000009 +内苑 0.00000009 +内蒙古 0.00000009 +内蔵 0.00000477 +内蔵助 0.00000110 +内藤 0.00000009 +内袋 0.00000009 +内装 0.00000422 +内裏 0.00000009 +内規 0.00000064 +内視 0.00000330 +内覧 0.00000009 +内角 0.00000037 +内訳 0.00000128 +内診 0.00000073 +内証 0.00000018 +内転勤 0.00000073 +内輪 0.00000128 +内通 0.00000009 +内部 0.00001513 +内部屋 0.00000028 +内野 0.00000220 +内野手 0.00000147 +内金 0.00000009 +内釜 0.00000018 +内閣 0.00002238 +内陣 0.00000018 +内陸 0.00000211 +内陸国 0.00000009 +内陸地 0.00000009 +内障 0.00000248 +内需 0.00000018 +内面 0.00000816 +内風呂 0.00000009 +内骨格 0.00000009 +円 0.00026704 +円出 0.00000009 +円加 0.00000009 +円卓 0.00000055 +円周 0.00000028 +円型 0.00000009 +円墳 0.00000009 +円安 0.00000055 +円宮 0.00000055 +円屋根 0.00000009 +円山 0.00000018 +円建て 0.00000037 +円弧 0.00000018 +円形 0.00000275 +円札 0.00000009 +円材 0.00000018 +円柱 0.00000092 +円満 0.00000110 +円滑 0.00000312 +円熟 0.00000064 +円盤 0.00000101 +円空 0.00000009 +円筒 0.00000064 +円筒形 0.00000073 +円蓋 0.00000018 +円覚 0.00000028 +円谷 0.00000055 +円通 0.00000009 +円道 0.00000009 +円都 0.00000009 +円錐 0.00000055 +円陣 0.00000009 +円頂 0.00000018 +円高 0.00000367 +冊 0.00002540 +冊子 0.00000339 +冊封 0.00000009 +冊数 0.00000009 +冊目 0.00000009 +册 0.00000009 +再 0.00004622 +再び 0.00008106 +再びあ 0.00000018 +再びよ 0.00000009 +再びわたし 0.00000009 +再びわび 0.00000009 +再び声 0.00000018 +再三 0.00000064 +再任 0.00000009 +再会 0.00000899 +再入団 0.00000009 +再入国 0.00000248 +再刊 0.00000009 +再占領 0.00000018 +再婚 0.00000504 +再審 0.00000028 +再帰 0.00000009 +再度 0.00000825 +再建 0.00001128 +再建術 0.00000018 +再建設 0.00000009 +再戦 0.00000009 +再来 0.00000119 +再来日 0.00000092 +再検討 0.00000009 +再測 0.00000009 +再演 0.00000055 +再燃 0.00000110 +再版 0.00000018 +再犯 0.00000055 +再現 0.00001440 +再現劇 0.00000009 +再生 0.00001724 +再発 0.00000339 +再発効 0.00000009 +再発行 0.00000009 +再突入 0.00000018 +再編 0.00000266 +再編制 0.00000009 +再編成 0.00000128 +再編集 0.00000009 +再考 0.00000119 +再臨 0.00000009 +再臨派 0.00000009 +再興 0.00000083 +再装填 0.00000009 +再見 0.00000018 +再訪 0.00000064 +再訪者 0.00000009 +再試 0.00000009 +再読 0.00000018 +再販 0.00000037 +再起 0.00000101 +再送 0.00000009 +再選 0.00000385 +再開 0.00002063 +冒 0.00000770 +冒とく 0.00000028 +冒涜 0.00000018 +冒険 0.00002779 +冒険心 0.00000018 +冒頭 0.00000376 +冗句 0.00000009 +冗漫 0.00000018 +冗舌 0.00000028 +冗談 0.00003026 +冗談局 0.00000046 +冗長 0.00000073 +写 0.00000834 +写し 0.00000440 +写し出 0.00000092 +写し取 0.00000055 +写せ 0.00000009 +写り 0.00000064 +写ルン 0.00000009 +写実 0.00000028 +写本 0.00000028 +写植 0.00000028 +写楽 0.00000128 +写生 0.00000009 +写真 0.00014416 +写経 0.00000018 +冠 0.00000679 +冠位 0.00000009 +冠婚 0.00000101 +冠毛 0.00000009 +冠水 0.00000073 +冠状 0.00000083 +冠石 0.00000009 +冠詞 0.00000009 +冠馬 0.00000009 +冤罪 0.00000101 +冥々 0.00000009 +冥利 0.00000009 +冥府 0.00000018 +冥想 0.00000009 +冥暗 0.00000009 +冥王 0.00000110 +冥王星 0.00000055 +冥福 0.00000101 +冥色 0.00000009 +冥途 0.00000037 +冨士夫 0.00000009 +冨嶽 0.00000009 +冨永 0.00000009 +冨田 0.00000138 +冬 0.00004814 +冬ら 0.00000009 +冬中 0.00000009 +冬休 0.00000018 +冬休み 0.00000174 +冬場 0.00000037 +冬季 0.00000972 +冬山 0.00000009 +冬日 0.00000009 +冬景 0.00000009 +冬暖 0.00000009 +冬服 0.00000037 +冬期 0.00000083 +冬木 0.00000009 +冬本番 0.00000009 +冬枯れ 0.00000018 +冬柴 0.00000009 +冬梅 0.00000009 +冬樹 0.00000009 +冬物 0.00000028 +冬物語 0.00000018 +冬眠 0.00000064 +冬至 0.00000037 +冴え 0.00000046 +冶金 0.00000009 +冷 0.00000055 +冷い 0.00000018 +冷え 0.00000697 +冷え込 0.00000128 +冷え込み 0.00000018 +冷か 0.00000009 +冷く 0.00000009 +冷た 0.00003164 +冷たく 0.00000018 +冷ま 0.00000165 +冷め 0.00000624 +冷や 0.00000605 +冷やか 0.00000083 +冷やかし 0.00000055 +冷やし 0.00000009 +冷やせ 0.00000037 +冷やっと 0.00000009 +冷ややか 0.00000193 +冷や冷や 0.00000009 +冷や汗 0.00000092 +冷チョコ 0.00000009 +冷・ 0.00000009 +冷凍 0.00000779 +冷却 0.00000128 +冷厳 0.00000009 +冷夏 0.00000073 +冷害 0.00000009 +冷徹 0.00000018 +冷戦 0.00000706 +冷戦後 0.00000009 +冷房 0.00000165 +冷暖房 0.00000110 +冷暗 0.00000009 +冷気 0.00000064 +冷水 0.00000110 +冷汗 0.00000028 +冷泉 0.00000009 +冷涼 0.00000009 +冷淡 0.00000165 +冷然 0.00000009 +冷笑 0.00000128 +冷蔵 0.00001623 +冷血 0.00000018 +冷遇 0.00000037 +冷酒 0.00000009 +冷酷 0.00000394 +冷静 0.00001568 +冷麺 0.00000009 +凄 0.00000248 +凄まじ 0.00000037 +凄まじき 0.00000009 +凄愴 0.00000009 +准 0.00000449 +准将 0.00000248 +准男 0.00000018 +准男爵 0.00000009 +凋 0.00000018 +凋落 0.00000064 +凋衰 0.00000009 +凌 0.00000018 +凌ぎ 0.00000009 +凌辱 0.00000009 +凌駕 0.00000083 +凍 0.00000825 +凍え 0.00000330 +凍え死に 0.00000009 +凍り 0.00000018 +凍りつ 0.00000028 +凍り付 0.00000110 +凍り付き 0.00000009 +凍傷 0.00000046 +凍土 0.00000055 +凍死 0.00000028 +凍結 0.00000422 +凍結切 0.00000009 +凛々し 0.00000009 +凛子 0.00000037 +凝 0.00000486 +凝っ 0.00000009 +凝ら 0.00000394 +凝り 0.00000110 +凝固 0.00000183 +凝塊 0.00000009 +凝灰 0.00000028 +凝然 0.00000009 +凝結 0.00000028 +凝縮 0.00000156 +凝血 0.00000009 +凝血塊 0.00000018 +凝視 0.00000138 +凝集 0.00000046 +几帳面 0.00000018 +凡て 0.00000018 +凡事 0.00000018 +凡人 0.00000092 +凡庸 0.00000055 +凡百 0.00000009 +凡退 0.00000009 +凡鼓 0.00000009 +処 0.00000394 +処々 0.00000009 +処世 0.00000037 +処分 0.00001458 +処刑 0.00000514 +処女 0.00000330 +処断 0.00000018 +処方 0.00001256 +処理 0.00003246 +処置 0.00000990 +処罰 0.00000459 +処遇 0.00000073 +凪 0.00000055 +凭 0.00000018 +凭せかけ 0.00000009 +凭れ 0.00000018 +凱 0.00000018 +凱旋 0.00000147 +凱旋門 0.00000018 +凱歌 0.00000037 +凶 0.00000028 +凶作 0.00000037 +凶兆 0.00000009 +凶器 0.00000055 +凶弾 0.00000018 +凶悪 0.00000614 +凶暴 0.00000183 +凶行 0.00000064 +凸字 0.00000009 +凸形 0.00000009 +凸版 0.00000018 +凹 0.00000028 +凹み 0.00000018 +凹凸 0.00000028 +出 0.00061560 +出か 0.00000009 +出かけ 0.00001155 +出かけれ 0.00000009 +出がけ 0.00000028 +出がらし 0.00000009 +出き 0.00000018 +出ぎわ 0.00000009 +出く 0.00000018 +出くわ 0.00000046 +出さ 0.00000028 +出し 0.00000275 +出しゃば 0.00000073 +出しゃばり 0.00000028 +出しゃばる 0.00000009 +出し入れ 0.00000064 +出し合 0.00000119 +出し惜し 0.00000009 +出し抜け 0.00000009 +出し物 0.00000138 +出せ 0.00001091 +出たが 0.00000009 +出たて 0.00000009 +出だ 0.00000046 +出だし 0.00000147 +出っ 0.00000009 +出っ張 0.00000064 +出っ張り 0.00000028 +出で 0.00000018 +出まわ 0.00000018 +出む 0.00000009 +出る 0.00000073 +出れ 0.00000211 +出ろ 0.00000055 +出世 0.00000871 +出任せ 0.00000064 +出会 0.00007675 +出会い 0.00003265 +出会え 0.00000614 +出会っ 0.00000009 +出会わ 0.00000009 +出先 0.00000073 +出光 0.00000028 +出入 0.00000018 +出入り 0.00000422 +出入り口 0.00000138 +出入国 0.00000248 +出兵 0.00000083 +出典 0.00000009 +出刃 0.00000009 +出前 0.00000220 +出力 0.00000147 +出動 0.00000275 +出勤 0.00000376 +出口 0.00000697 +出合 0.00000229 +出合え 0.00000037 +出向 0.00000642 +出品 0.00000624 +出喰わ 0.00000009 +出回 0.00000514 +出国 0.00001018 +出国税 0.00000009 +出土 0.00000147 +出場 0.00006795 +出塁 0.00000064 +出家 0.00000064 +出展 0.00000422 +出島 0.00000046 +出崎 0.00000018 +出帆 0.00000018 +出席 0.00004631 +出店 0.00000477 +出廷 0.00000092 +出張 0.00001522 +出張り 0.00000018 +出征 0.00000009 +出待ち 0.00000009 +出後 0.00000009 +出懸け 0.00000018 +出戻 0.00000009 +出所 0.00000165 +出払 0.00000009 +出掛か 0.00000009 +出掛け 0.00005245 +出揃 0.00000009 +出撃 0.00000046 +出方 0.00000037 +出日 0.00000009 +出来 0.00003026 +出来ごと 0.00000009 +出来上 0.00000018 +出来上が 0.00000679 +出来上がり 0.00000293 +出来上り 0.00000009 +出来事 0.00004512 +出来合い 0.00000046 +出来心 0.00000018 +出来損な 0.00000028 +出来損ない 0.00000018 +出来映え 0.00000083 +出来栄え 0.00000055 +出来次第 0.00000009 +出来立て 0.00000009 +出来高 0.00000110 +出欠 0.00000073 +出歩 0.00000128 +出歩け 0.00000018 +出没 0.00000073 +出海 0.00000009 +出港 0.00000165 +出演 0.00005401 +出火 0.00000046 +出版 0.00005658 +出物 0.00000174 +出現 0.00000990 +出現物 0.00000009 +出生 0.00001568 +出産 0.00002458 +出番 0.00000156 +出発 0.00004686 +出直 0.00000101 +出社 0.00000202 +出稼ぎ 0.00000413 +出稿 0.00000018 +出窓 0.00000037 +出立 0.00000018 +出精 0.00000009 +出納 0.00000018 +出納帳 0.00000009 +出自 0.00000037 +出航 0.00000504 +出色 0.00000018 +出荷 0.00001000 +出血 0.00000734 +出術 0.00000046 +出費 0.00000559 +出資 0.00000789 +出走 0.00000110 +出足 0.00000009 +出身 0.00005447 +出迎 0.00000009 +出迎え 0.00000559 +出退 0.00000009 +出逢 0.00000110 +出逢え 0.00000009 +出遅れ 0.00000073 +出過ぎ 0.00000064 +出量 0.00000009 +出陣 0.00000083 +出雲 0.00000119 +出雲崎 0.00000037 +出頭 0.00000293 +出題 0.00000128 +出願 0.00000238 +出食 0.00000009 +出馬 0.00000569 +出高 0.00000009 +出鱈 0.00000037 +函館 0.00000083 +刀 0.00001238 +刀傷 0.00000028 +刀剣 0.00000183 +刀法 0.00000018 +刀狩 0.00000009 +刀狩り 0.00000009 +刀研 0.00000009 +刀身 0.00000046 +刀鍛冶 0.00000046 +刃 0.00000293 +刃先 0.00000009 +刃具 0.00000009 +刃向か 0.00000037 +刃物 0.00000266 +刄 0.00000046 +刄物 0.00000009 +分 0.00027107 +分か 0.00059992 +分かか 0.00000028 +分かけ 0.00000009 +分かた 0.00000009 +分かち 0.00000064 +分かちあ 0.00000037 +分かちあえ 0.00000009 +分かち合 0.00000834 +分かち合い 0.00000009 +分かち合え 0.00000101 +分かち合わせ 0.00000009 +分かっ 0.00000009 +分かっと 0.00000009 +分かつ 0.00000028 +分から 0.00000073 +分からんけん 0.00000009 +分かり 0.00000073 +分かりあ 0.00000009 +分かりあえ 0.00000046 +分かりかけ 0.00000037 +分かり合 0.00000165 +分かり合え 0.00000009 +分かれ 0.00002063 +分かれ目 0.00000037 +分け 0.00002971 +分けあ 0.00000009 +分けへだて 0.00000009 +分け与え 0.00000174 +分け入 0.00000018 +分け合 0.00000312 +分け隔て 0.00000046 +分ち 0.00000009 +分づ 0.00000018 +分り 0.00000009 +分れ 0.00000009 +分与 0.00000055 +分儀 0.00000009 +分光 0.00000028 +分入れ 0.00000018 +分切 0.00000009 +分別 0.00000779 +分別表 0.00000009 +分前 0.00000028 +分割 0.00000697 +分助か 0.00000009 +分化 0.00000028 +分厚 0.00000165 +分取 0.00000009 +分大変 0.00000009 +分娩 0.00000183 +分子 0.00000789 +分安 0.00000018 +分家 0.00000028 +分岐 0.00000101 +分岐路 0.00000009 +分布 0.00000174 +分待 0.00000009 +分担 0.00000679 +分捕 0.00000028 +分散 0.00000238 +分散論 0.00000009 +分数 0.00000018 +分断 0.00000284 +分析 0.00002577 +分校 0.00000083 +分業 0.00000083 +分権 0.00000055 +分気 0.00000009 +分水 0.00000037 +分泌 0.00000293 +分流 0.00000018 +分焼 0.00000009 +分煙 0.00000028 +分煮 0.00000009 +分画 0.00000009 +分益 0.00000009 +分相 0.00000009 +分相応 0.00000028 +分科 0.00000009 +分秒 0.00000018 +分程 0.00000018 +分立 0.00000073 +分葉 0.00000009 +分裂 0.00000715 +分解 0.00000752 +分譲 0.00000037 +分買い物 0.00000009 +分身 0.00000028 +分速 0.00000018 +分配 0.00000266 +分野 0.00007446 +分量 0.00000138 +分針 0.00000018 +分銅 0.00000009 +分長 0.00000018 +分間 0.00001907 +分隊 0.00000018 +分際 0.00000009 +分離 0.00000825 +分離帯 0.00000009 +分難 0.00000009 +分霊 0.00000018 +分類 0.00000798 +切 0.00008161 +切々 0.00000018 +切っ先 0.00000028 +切っ立て 0.00000009 +切な 0.00000028 +切め 0.00000009 +切ら 0.00000193 +切り 0.00000899 +切りおと 0.00000028 +切りか 0.00000009 +切りかえ 0.00000018 +切りかか 0.00000009 +切りかぶ 0.00000018 +切りくず 0.00000018 +切りこ 0.00000009 +切りさ 0.00000037 +切りさいな 0.00000009 +切りさき 0.00000018 +切りたお 0.00000028 +切りたて 0.00000009 +切りたま 0.00000009 +切りだ 0.00000055 +切りつけ 0.00000128 +切りつめ 0.00000018 +切りと 0.00000028 +切りぬ 0.00000009 +切りぬけ 0.00000018 +切りまわ 0.00000009 +切り上げ 0.00000101 +切り下げ 0.00000037 +切り付け 0.00000009 +切り倒 0.00000220 +切り傷 0.00000083 +切り出 0.00000358 +切り出し 0.00000018 +切り分け 0.00000174 +切り刻 0.00000064 +切り取 0.00000257 +切り口 0.00000055 +切り売り 0.00000009 +切り変え 0.00000009 +切り妻 0.00000018 +切り崩 0.00000018 +切り払 0.00000018 +切り抜 0.00000037 +切り抜き 0.00000092 +切り抜け 0.00000330 +切り抜けろ 0.00000009 +切り捨て 0.00000128 +切り換え 0.00000009 +切り放 0.00000009 +切り替え 0.00000798 +切り替えれ 0.00000009 +切り替わ 0.00000046 +切り札 0.00000110 +切り枝 0.00000009 +切り株 0.00000046 +切り盛り 0.00000055 +切り目 0.00000018 +切り立 0.00000092 +切り立て 0.00000009 +切り絵 0.00000018 +切り落 0.00000018 +切り落と 0.00000321 +切り裂 0.00000101 +切り角 0.00000009 +切り詰め 0.00000101 +切り貼り 0.00000018 +切り身 0.00000046 +切り身魚 0.00000009 +切り込み 0.00000055 +切り返 0.00000018 +切り過ぎ 0.00000009 +切り開 0.00000413 +切り開け 0.00000009 +切り離 0.00000541 +切り離し 0.00000037 +切り離せ 0.00000083 +切り離せい 0.00000009 +切り餅 0.00000009 +切れ 0.00004081 +切れぎれ 0.00000009 +切れっぱし 0.00000018 +切れな 0.00000009 +切れは 0.00000009 +切れれ 0.00000018 +切れ上が 0.00000028 +切れ味 0.00000037 +切れ字 0.00000009 +切れ毛 0.00000009 +切れ目 0.00000119 +切れ端 0.00000101 +切れ込み 0.00000018 +切れ長 0.00000009 +切れ間 0.00000009 +切下げ 0.00000009 +切傷 0.00000009 +切先 0.00000018 +切削 0.00000009 +切妻 0.00000018 +切子 0.00000018 +切実 0.00000183 +切実感 0.00000009 +切手 0.00000954 +切手代 0.00000018 +切手収集 0.00000009 +切手貼 0.00000009 +切抜帳 0.00000009 +切断 0.00000394 +切断わ 0.00000009 +切断面 0.00000009 +切替 0.00000018 +切望 0.00000266 +切株 0.00000009 +切盛り 0.00000009 +切石 0.00000018 +切磋 0.00000046 +切符 0.00001247 +切符入れ 0.00000009 +切羽 0.00000073 +切羽詰ま 0.00000064 +切腹 0.00000248 +切花 0.00000009 +切身 0.00000009 +切迫 0.00000046 +切開 0.00000440 +切開術 0.00000028 +切除 0.00000238 +切離 0.00000018 +刈 0.00000202 +刈り 0.00000055 +刈りと 0.00000009 +刈り上げ 0.00000009 +刈り入れ 0.00000073 +刈り取 0.00000174 +刈り取り 0.00000028 +刈り取れ 0.00000009 +刈り込 0.00000119 +刈り込み 0.00000009 +刈取 0.00000009 +刈羽 0.00000018 +刈谷 0.00000018 +刊 0.00000037 +刊行 0.00000358 +刎 0.00000009 +刑 0.00000834 +刑事 0.00000963 +刑具 0.00000009 +刑務 0.00001284 +刑期 0.00000083 +刑法 0.00000165 +刑罰 0.00000257 +列 0.00002357 +列島 0.00000532 +列席 0.00000055 +列強 0.00000083 +列挙 0.00000064 +列柱 0.00000018 +列記 0.00000037 +列車 0.00004814 +初 0.00008923 +初々し 0.00000018 +初まり 0.00000009 +初め 0.00005447 +初めから 0.00000009 +初めごろ 0.00000009 +初めて 0.00022531 +初めどちら 0.00000009 +初めどんな 0.00000009 +初めま 0.00000009 +初めまし 0.00000073 +初めまして 0.00000183 +初上映 0.00000018 +初上演 0.00000009 +初乗り 0.00000018 +初乳 0.00000046 +初代 0.00000559 +初任 0.00000083 +初任給 0.00000028 +初入閣 0.00000009 +初公開 0.00000009 +初冬 0.00000009 +初出 0.00000009 +初出演 0.00000009 +初出走 0.00000009 +初動 0.00000101 +初収穫 0.00000009 +初召集 0.00000009 +初回 0.00000183 +初売り 0.00000028 +初夏 0.00000101 +初外遊 0.00000009 +初夜 0.00000055 +初夢 0.00000092 +初婚 0.00000064 +初学 0.00000009 +初学者 0.00000009 +初孫 0.00000018 +初寄港 0.00000018 +初島 0.00000009 +初形 0.00000009 +初心 0.00000945 +初志 0.00000018 +初恋 0.00000174 +初戦 0.00000348 +初披露 0.00000018 +初放映 0.00000009 +初日 0.00000697 +初日の出 0.00000037 +初旬 0.00000422 +初春 0.00000009 +初期 0.00002027 +初来 0.00000009 +初来日 0.00000147 +初歩 0.00000202 +初段 0.00000138 +初注文 0.00000018 +初演 0.00000248 +初潮 0.00000064 +初灯 0.00000009 +初版 0.00000128 +初犯 0.00000009 +初球 0.00000064 +初産 0.00000009 +初秋 0.00000018 +初稿 0.00000009 +初等 0.00000138 +初級 0.00000257 +初編 0.00000009 +初美 0.00000037 +初老 0.00000092 +初耳 0.00000110 +初荷 0.00000018 +初見 0.00000009 +初訪問 0.00000028 +初診 0.00000018 +初詣 0.00000339 +初詣で 0.00000083 +初走行 0.00000009 +初進出 0.00000009 +初釜 0.00000018 +初露 0.00000009 +初頭 0.00000394 +初顔合わせ 0.00000009 +初鳴き 0.00000009 +判 0.00000220 +判じ 0.00000009 +判り 0.00000009 +判事 0.00000743 +判別 0.00000028 +判官 0.00000055 +判定 0.00000578 +判押し 0.00000009 +判断 0.00006667 +判明 0.00001128 +判決 0.00002054 +判然 0.00000046 +判読 0.00000028 +別 0.00014993 +別々 0.00001128 +別け 0.00000037 +別れ 0.00003962 +別れぎわ 0.00000009 +別れち 0.00000009 +別れろ 0.00000009 +別れ別れ 0.00000028 +別れ際 0.00000009 +別人 0.00000358 +別件 0.00000009 +別便 0.00000018 +別個 0.00000083 +別合否 0.00000009 +別名 0.00000193 +別売 0.00000018 +別天地 0.00000009 +別姓 0.00000128 +別室 0.00000046 +別居 0.00000211 +別府 0.00000064 +別当 0.00000009 +別払 0.00000009 +別扱 0.00000009 +別扱い 0.00000028 +別条 0.00000009 +別枠 0.00000009 +別格 0.00000055 +別棟 0.00000009 +別様 0.00000009 +別死 0.00000009 +別段 0.00000138 +別物 0.00000156 +別状 0.00000009 +別科 0.00000037 +別称 0.00000018 +別種 0.00000018 +別納 0.00000009 +別紙 0.00000009 +別腹 0.00000018 +別荘 0.00000651 +別行動 0.00000009 +別表 0.00000009 +別表記 0.00000009 +別解釈 0.00000009 +別送 0.00000009 +別途 0.00000092 +別邸 0.00000018 +別院 0.00000009 +別離 0.00000046 +別館 0.00000009 +利 0.00001201 +利き 0.00000037 +利き手 0.00000018 +利け 0.00000018 +利一 0.00000009 +利上げ 0.00000009 +利他 0.00000083 +利休 0.00000303 +利伸 0.00000009 +利便 0.00000193 +利光 0.00000009 +利加 0.00000028 +利加人 0.00000028 +利加式 0.00000009 +利勝 0.00000009 +利口 0.00000248 +利和 0.00000018 +利回り 0.00000055 +利夫 0.00000018 +利子 0.00000275 +利害 0.00000449 +利家 0.00000037 +利尻 0.00000055 +利尿 0.00000028 +利島 0.00000009 +利己 0.00000238 +利幅 0.00000028 +利平 0.00000009 +利得 0.00000073 +利息 0.00000174 +利昭 0.00000018 +利根 0.00000018 +利根川 0.00000018 +利権 0.00000193 +利水 0.00000009 +利江 0.00000009 +利治 0.00000009 +利潤 0.00000064 +利点 0.00001137 +利率 0.00000119 +利用 0.00020991 +利発 0.00000018 +利益 0.00005264 +利通 0.00000009 +利酒 0.00000009 +利鞘 0.00000009 +利香 0.00000009 +刮目 0.00000009 +到 0.00000073 +到る 0.00000009 +到底 0.00000174 +到来 0.00000422 +到着 0.00004558 +到達 0.00001467 +到頭 0.00000046 +刳 0.00000009 +制 0.00004182 +制作 0.00003741 +制作中 0.00000009 +制作所 0.00000009 +制作者 0.00000229 +制圧 0.00000147 +制定 0.00001339 +制帽 0.00000009 +制度 0.00010647 +制御 0.00000743 +制振 0.00000009 +制服 0.00001229 +制止 0.00000073 +制海 0.00000009 +制空 0.00000018 +制約 0.00000651 +制裁 0.00000642 +制裁下 0.00000009 +制覇 0.00000385 +制限 0.00003696 +刷 0.00000147 +刷り 0.00000092 +刷り込 0.00000046 +刷り込み 0.00000009 +刷師 0.00000009 +刷新 0.00000128 +刷本 0.00000009 +刷物 0.00000009 +券 0.00002219 +券売 0.00000046 +刹 0.00000009 +刹子 0.00000138 +刹那 0.00000083 +刺 0.00001366 +刺々し 0.00000018 +刺さ 0.00000028 +刺し 0.00000028 +刺しゅう 0.00000147 +刺し傷 0.00000009 +刺し殺 0.00000064 +刺し身 0.00000101 +刺し通 0.00000009 +刺せ 0.00000018 +刺創 0.00000009 +刺客 0.00000064 +刺戟 0.00000009 +刺殺 0.00000110 +刺激 0.00003246 +刺立ち 0.00000009 +刺繍 0.00000138 +刺身 0.00000367 +刺青 0.00000266 +刻 0.00001146 +刻々 0.00000202 +刻み 0.00000009 +刻みこ 0.00000018 +刻みの 0.00000009 +刻み込 0.00000073 +刻一刻 0.00000009 +刻印 0.00000055 +刻肉 0.00000009 +刻限 0.00000018 +剃 0.00000284 +剃り 0.00000009 +剃り残 0.00000009 +剃れ 0.00000009 +剃刀 0.00000028 +剃髪 0.00000009 +則 0.00000092 +削 0.00000559 +削ぎ落と 0.00000009 +削り 0.00000046 +削り取 0.00000028 +削減 0.00003650 +削除 0.00000587 +剌麻 0.00000009 +前 0.00065558 +前々 0.00000092 +前かがみ 0.00000046 +前かご 0.00000009 +前のめり 0.00000046 +前ぶれ 0.00000009 +前一 0.00000009 +前世 0.00000083 +前人 0.00000055 +前代 0.00000147 +前任 0.00000174 +前会 0.00000009 +前会計 0.00000009 +前作 0.00000119 +前例 0.00000403 +前倒し 0.00000037 +前借 0.00000009 +前借り 0.00000028 +前傾 0.00000009 +前働 0.00000009 +前僕 0.00000009 +前兆 0.00000202 +前内 0.00000009 +前出 0.00000211 +前列 0.00000064 +前千 0.00000018 +前半 0.00001376 +前南 0.00000009 +前原 0.00000092 +前口 0.00000009 +前号 0.00000037 +前向き 0.00001330 +前哨 0.00000028 +前囘 0.00000009 +前回 0.00001935 +前回送 0.00000009 +前囲 0.00000009 +前国王 0.00000009 +前垂 0.00000009 +前垂れ 0.00000009 +前売り 0.00000037 +前外 0.00000009 +前夜 0.00000257 +前夫 0.00000092 +前奏 0.00000018 +前女 0.00000009 +前妻 0.00000028 +前宮崎 0.00000009 +前屈 0.00000009 +前屋 0.00000018 +前席 0.00000009 +前年 0.00001366 +前座 0.00000046 +前庭 0.00000064 +前弯 0.00000009 +前後 0.00001944 +前払 0.00000073 +前払い 0.00000211 +前抗生 0.00000009 +前持ち主 0.00000009 +前掛け 0.00000083 +前提 0.00000816 +前文 0.00000037 +前方 0.00000917 +前日 0.00000862 +前晩 0.00000009 +前景 0.00000018 +前書 0.00000009 +前書き 0.00000028 +前月 0.00000037 +前期 0.00000092 +前柔道 0.00000009 +前核 0.00000064 +前検事 0.00000009 +前橋 0.00000009 +前檣 0.00000009 +前欲 0.00000018 +前歩 0.00000009 +前歯 0.00000064 +前歴 0.00000009 +前死 0.00000009 +前段 0.00000046 +前法王 0.00000009 +前漢 0.00000009 +前無 0.00000009 +前王者 0.00000009 +前田 0.00000238 +前甲板 0.00000018 +前畑 0.00000018 +前癌 0.00000009 +前盛り 0.00000037 +前科 0.00000073 +前科学 0.00000009 +前立 0.00000385 +前立て 0.00000018 +前立褌 0.00000009 +前米 0.00000037 +前米国 0.00000018 +前糖尿 0.00000009 +前約 0.00000009 +前納 0.00000009 +前給 0.00000018 +前線 0.00000348 +前編 0.00000018 +前置 0.00000018 +前置き 0.00000101 +前置詞 0.00000009 +前者 0.00000385 +前職 0.00000028 +前腕 0.00000028 +前菜 0.00000073 +前衛 0.00000101 +前襟 0.00000009 +前見 0.00000018 +前触れ 0.00000138 +前言 0.00000009 +前記 0.00000092 +前足 0.00000330 +前蹴り 0.00000009 +前身 0.00000193 +前軍事 0.00000009 +前転 0.00000009 +前輪 0.00000028 +前述 0.00000339 +前途 0.00000358 +前週 0.00000009 +前進 0.00001458 +前達 0.00000028 +前部 0.00000064 +前野 0.00000101 +前金 0.00000092 +前阪神 0.00000018 +前面 0.00000293 +前頃 0.00000009 +前項 0.00000028 +前頭 0.00000083 +前額 0.00000028 +前駆 0.00000028 +前髪 0.00000119 +剖検 0.00000009 +剛 0.00000266 +剛力士 0.00000009 +剛勇 0.00000009 +剛志 0.00000202 +剛柔 0.00000009 +剛毅 0.00000009 +剛球 0.00000009 +剛甫 0.00000009 +剛直 0.00000009 +剛胆 0.00000009 +剛腕 0.00000009 +剛速 0.00000009 +剛速球 0.00000018 +剣 0.00001229 +剣先 0.00000009 +剣呑 0.00000009 +剣士 0.00000073 +剣客 0.00000018 +剣帯 0.00000018 +剣幕 0.00000055 +剣打ち 0.00000009 +剣投げ 0.00000009 +剣術 0.00000110 +剣豪 0.00000064 +剣身 0.00000009 +剣道 0.00000578 +剣道場 0.00000018 +剣闘 0.00000018 +剤 0.00003054 +剥 0.00000348 +剥い 0.00000028 +剥が 0.00000018 +剥がれ 0.00000009 +剥きだ 0.00000009 +剥き出 0.00000009 +剥き出し 0.00000092 +剥ぎ 0.00000028 +剥ぎ取 0.00000028 +剥く 0.00000009 +剥ぐ 0.00000009 +剥け 0.00000009 +剥奪 0.00000156 +剥製 0.00000037 +剪 0.00000009 +剪刀 0.00000009 +剪定 0.00000028 +副 0.00003118 +副子 0.00000009 +副学 0.00000018 +副官 0.00000037 +副将軍 0.00000018 +副本 0.00000046 +副業 0.00000055 +副業問 0.00000009 +副次 0.00000064 +副次式 0.00000009 +副生 0.00000018 +副産物 0.00000128 +副腎 0.00000009 +副菜 0.00000028 +副葬品 0.00000037 +副詞 0.00000018 +副賞 0.00000018 +副都心 0.00000009 +副題 0.00000073 +副食 0.00000037 +剱岳 0.00000009 +割 0.00006126 +割け 0.00000028 +割り 0.00000165 +割りこ 0.00000009 +割りつけ 0.00000009 +割りほぐ 0.00000018 +割り与え 0.00000009 +割り付け 0.00000037 +割り出 0.00000101 +割り切 0.00000073 +割り切り 0.00000009 +割り切れ 0.00000064 +割り勘 0.00000275 +割り引 0.00000046 +割り当て 0.00000459 +割り当てれ 0.00000009 +割り振 0.00000037 +割り振り 0.00000009 +割り算 0.00000018 +割り箸 0.00000413 +割り込 0.00000348 +割り込み 0.00000009 +割れ 0.00000779 +割れれ 0.00000009 +割れ物 0.00000009 +割れ目 0.00000119 +割付 0.00000009 +割合 0.00002448 +割増 0.00000009 +割安 0.00000046 +割引 0.00001687 +割引き 0.00000009 +割当 0.00000202 +割当量 0.00000018 +割愛 0.00000028 +割拠 0.00000009 +割方 0.00000009 +割水 0.00000018 +割烹 0.00000018 +割礼 0.00000037 +割箸 0.00000009 +割腹 0.00000018 +割譲 0.00000018 +割高 0.00000110 +創 0.00000669 +創り 0.00000514 +創り上げ 0.00000046 +創れ 0.00000028 +創世 0.00000211 +創作 0.00000779 +創価 0.00000119 +創傷 0.00000055 +創元 0.00000009 +創出 0.00000229 +創刊 0.00000495 +創始 0.00000459 +創建 0.00000092 +創意 0.00000073 +創成 0.00000018 +創政 0.00000009 +創案 0.00000028 +創業 0.00000917 +創生 0.00000009 +創立 0.00000624 +創製 0.00000009 +創設 0.00001431 +創造 0.00002595 +剽軽 0.00000009 +劇 0.00002366 +劇づくり 0.00000009 +劇中 0.00000092 +劇作 0.00000110 +劇作り 0.00000009 +劇作品 0.00000018 +劇名 0.00000009 +劇団 0.00000935 +劇場 0.00002366 +劇画 0.00000055 +劇畑 0.00000009 +劇症 0.00000009 +劇的 0.00001137 +劇薬 0.00000028 +劇評 0.00000018 +劇院 0.00000009 +劉 0.00000037 +劉備 0.00000055 +劔 0.00000028 +劔岳 0.00000055 +力 0.00031417 +力ず 0.00000018 +力ずく 0.00000193 +力づ 0.00000064 +力づく 0.00000018 +力づけ 0.00000009 +力丸 0.00000110 +力任せ 0.00000018 +力作 0.00000037 +力値 0.00000009 +力場 0.00000009 +力士 0.00002568 +力学 0.00000220 +力弱 0.00000009 +力強 0.00001421 +力押 0.00000009 +力押し 0.00000009 +力持ち 0.00000009 +力水 0.00000018 +力泳 0.00000009 +力添え 0.00000193 +力点 0.00000064 +力紙 0.00000009 +力覚 0.00000009 +力試し 0.00000018 +力説 0.00000321 +力負け 0.00000009 +力道山 0.00000055 +力量 0.00000248 +功 0.00000413 +功信者 0.00000009 +功利 0.00000009 +功労 0.00000147 +功名 0.00000055 +功太郎 0.00000009 +功成 0.00000009 +功断 0.00000009 +功績 0.00000706 +功罪 0.00000009 +功賞 0.00000009 +加 0.00000037 +加え 0.00008950 +加わ 0.00002412 +加わる 0.00000009 +加代子 0.00000018 +加入 0.00001696 +加勢 0.00000073 +加味 0.00000046 +加圧 0.00000119 +加地 0.00000009 +加奈 0.00000018 +加奈子 0.00000009 +加害 0.00000679 +加山 0.00000018 +加工 0.00001330 +加恵 0.00000009 +加担 0.00000119 +加村 0.00000083 +加東 0.00000009 +加森 0.00000073 +加治木 0.00000009 +加減 0.00000495 +加湿 0.00000119 +加瀬 0.00000009 +加熱 0.00000523 +加盟 0.00001742 +加筆 0.00000073 +加算 0.00000202 +加糖 0.00000028 +加茂 0.00000018 +加茂川 0.00000018 +加藤 0.00000633 +加護 0.00000183 +加賀 0.00000128 +加速 0.00000541 +加重 0.00000009 +加須 0.00000009 +加齢 0.00000183 +劣 0.00000926 +劣る 0.00000009 +劣位 0.00000009 +劣勢 0.00000037 +劣化 0.00000220 +劣性 0.00000018 +劣悪 0.00000165 +劣情 0.00000009 +劣敗 0.00000009 +劣等 0.00000183 +助 0.00000156 +助か 0.00001348 +助から 0.00000009 +助け 0.00011169 +助けあ 0.00000009 +助けれ 0.00000028 +助け上げ 0.00000018 +助け出 0.00000083 +助け合 0.00000422 +助け合い 0.00000064 +助け合え 0.00000028 +助け起こ 0.00000055 +助け起こし 0.00000009 +助任 0.00000009 +助六 0.00000009 +助力 0.00000440 +助動詞 0.00000018 +助勢 0.00000009 +助命 0.00000009 +助員 0.00000009 +助太刀 0.00000009 +助役 0.00000037 +助成 0.00000358 +助手 0.00000596 +助教 0.00000009 +助数 0.00000083 +助演 0.00000266 +助産 0.00000073 +助言 0.00002109 +助詞 0.00000073 +助走 0.00000009 +助長 0.00000348 +努 0.00000018 +努め 0.00002494 +努めれ 0.00000028 +努力 0.00012096 +励 0.00000514 +励ま 0.00001100 +励まし 0.00000303 +励ましあえ 0.00000009 +励み 0.00000312 +励め 0.00000009 +励ん 0.00000009 +励行 0.00000009 +労 0.00000092 +労れ 0.00000009 +労作 0.00000009 +労使 0.00000193 +労働 0.00012077 +労力 0.00000330 +労動 0.00000009 +労務 0.00000055 +労役 0.00000018 +労災 0.00000083 +労組 0.00000064 +労苦 0.00000138 +労賃 0.00000009 +効 0.00001265 +効か 0.00000009 +効き 0.00000303 +効き目 0.00000046 +効く 0.00000009 +効力 0.00000211 +効果 0.00010683 +効率 0.00002403 +効用 0.00000211 +効能 0.00000266 +勁悍 0.00000009 +勃発 0.00000431 +勃興 0.00000018 +勃起 0.00000110 +勃起力 0.00000009 +勅命 0.00000009 +勅撰 0.00000009 +勅許 0.00000009 +勅諭 0.00000009 +勇 0.00000156 +勇まし 0.00000110 +勇ましが 0.00000009 +勇み足 0.00000018 +勇ん 0.00000009 +勇一 0.00000009 +勇人 0.00000018 +勇士 0.00000028 +勇壮 0.00000083 +勇太 0.00000073 +勇夫 0.00000009 +勇姿 0.00000046 +勇役 0.00000009 +勇敢 0.00001412 +勇樹 0.00000009 +勇次 0.00000009 +勇気 0.00003934 +勇気づけ 0.00000028 +勇気付け 0.00000009 +勇猛 0.00000092 +勇者 0.00000183 +勇輔 0.00000028 +勇輝 0.00000009 +勇退 0.00000009 +勇造 0.00000009 +勉 0.00000046 +勉学 0.00000183 +勉強 0.00017579 +動 0.00006685 +動か 0.00003347 +動かせ 0.00000037 +動き 0.00004521 +動きま 0.00000055 +動き出 0.00000018 +動き回 0.00000293 +動き回れ 0.00000028 +動く 0.00000009 +動け 0.00000376 +動じ 0.00000055 +動中 0.00000009 +動乱 0.00000138 +動体 0.00000009 +動作 0.00000871 +動力 0.00000293 +動向 0.00000532 +動員 0.00000596 +動域 0.00000009 +動径 0.00000009 +動息 0.00000018 +動悸 0.00000055 +動態 0.00000046 +動揺 0.00000825 +動植 0.00000009 +動植物 0.00000376 +動機 0.00001880 +動止 0.00000018 +動物 0.00010115 +動物質 0.00000009 +動産 0.00002338 +動画 0.00000468 +動画像 0.00000009 +動的 0.00000009 +動脈 0.00000926 +動詞 0.00000633 +動議 0.00000211 +動起こ 0.00000009 +動転 0.00000147 +動輪 0.00000009 +動静 0.00000018 +勘 0.00000211 +勘ぐ 0.00000046 +勘づ 0.00000009 +勘三郎 0.00000018 +勘九郎 0.00000028 +勘兵衛 0.00000092 +勘助 0.00000028 +勘定 0.00000926 +勘弁 0.00000229 +勘当 0.00000009 +勘所 0.00000009 +勘案 0.00000018 +勘繰り 0.00000009 +勘違 0.00000018 +勘違い 0.00000715 +務 0.00000018 +務ま 0.00000018 +務め 0.00003751 +勝 0.00007217 +勝か 0.00000009 +勝ち 0.00001302 +勝ちと 0.00000009 +勝ちどき 0.00000009 +勝ちほこ 0.00000009 +勝ち分 0.00000009 +勝ち取 0.00000789 +勝ち取れ 0.00000037 +勝ち得 0.00000009 +勝ち星 0.00000009 +勝ち残 0.00000083 +勝ち残り 0.00000018 +勝ち残れ 0.00000009 +勝ち気 0.00000009 +勝ち点 0.00000147 +勝ち目 0.00000055 +勝ち組 0.00000119 +勝ち組み 0.00000018 +勝ち負け 0.00000018 +勝ち越 0.00000009 +勝ち越し 0.00000028 +勝ち進 0.00000073 +勝ち進め 0.00000009 +勝つ 0.00000018 +勝て 0.00000844 +勝也 0.00000009 +勝元 0.00000028 +勝利 0.00005612 +勝因 0.00000037 +勝太郎 0.00000009 +勝子 0.00000009 +勝山 0.00000018 +勝彦 0.00000009 +勝成 0.00000009 +勝手 0.00002348 +勝手口 0.00000083 +勝抜 0.00000009 +勝抜戦 0.00000009 +勝敗 0.00000119 +勝文 0.00000009 +勝新 0.00000018 +勝新太郎 0.00000037 +勝栄 0.00000009 +勝機 0.00000028 +勝気 0.00000009 +勝沼 0.00000092 +勝浦 0.00000009 +勝海 0.00000092 +勝率 0.00000064 +勝算 0.00000009 +勝組 0.00000009 +勝美 0.00000009 +勝義 0.00000009 +勝者 0.00000862 +勝行 0.00000073 +勝訴 0.00000064 +勝負 0.00001055 +勝連 0.00000009 +勝運 0.00000009 +勝頼 0.00000018 +勝鬨 0.00000009 +募 0.00000761 +募ら 0.00000009 +募れ 0.00000009 +募定 0.00000009 +募金 0.00000569 +募集 0.00001907 +募集中 0.00000110 +勢 0.00000174 +勢い 0.00001687 +勢いづ 0.00000055 +勢い込 0.00000009 +勢ぞろい 0.00000110 +勢力 0.00001898 +勢威 0.00000009 +勤 0.00000083 +勤し 0.00000009 +勤ま 0.00000018 +勤め 0.00002861 +勤めれ 0.00000018 +勤労 0.00000321 +勤勉 0.00000935 +勤務 0.00003494 +勤怠 0.00000009 +勤続 0.00000101 +勤行 0.00000009 +勧め 0.00004227 +勧告 0.00000798 +勧善 0.00000009 +勧奨 0.00000009 +勧業 0.00000009 +勧誘 0.00000183 +勧進 0.00000028 +勧銀 0.00000009 +勲 0.00000119 +勲一 0.00000009 +勲士 0.00000018 +勲章 0.00000413 +勳士 0.00000009 +勾配 0.00000055 +勿体 0.00000028 +勿忘草 0.00000009 +勿怪 0.00000009 +匂 0.00000083 +匂い 0.00001807 +匂う 0.00000055 +匂わ 0.00000028 +包 0.00002577 +包ま 0.00000009 +包み 0.00000532 +包みこ 0.00000009 +包み込 0.00000193 +包み隠 0.00000138 +包め 0.00000055 +包ん 0.00000018 +包丁 0.00000266 +包代 0.00000009 +包含 0.00000028 +包囲 0.00000477 +包埋 0.00000009 +包容 0.00000101 +包帯 0.00000193 +包括 0.00000422 +包摂 0.00000009 +包料 0.00000009 +包材 0.00000028 +包用 0.00000009 +包皮 0.00000009 +包致 0.00000018 +包装 0.00000642 +匍 0.00000009 +化 0.00025383 +化け 0.00000596 +化合 0.00000128 +化学 0.00003466 +化学会 0.00000009 +化学科 0.00000009 +化成 0.00000018 +化物 0.00000055 +化石 0.00001385 +化粧 0.00002898 +化繊 0.00000009 +化膿 0.00000046 +化膿止め 0.00000009 +化身 0.00000046 +北 0.00003365 +北アルプス 0.00000119 +北上 0.00000147 +北九州 0.00000138 +北京 0.00003155 +北信越 0.00000046 +北停車 0.00000009 +北側 0.00000211 +北千住 0.00000018 +北半球 0.00000018 +北南 0.00000009 +北原 0.00000064 +北口 0.00000018 +北向き 0.00000073 +北国 0.00000028 +北地 0.00000009 +北壁 0.00000009 +北大 0.00000009 +北大路 0.00000037 +北宋 0.00000028 +北山 0.00000009 +北岡 0.00000018 +北岸 0.00000018 +北島 0.00000871 +北川 0.00000028 +北数 0.00000018 +北斎 0.00000211 +北斎ら 0.00000009 +北方 0.00000440 +北朝鮮 0.00007345 +北村 0.00000110 +北条 0.00000009 +北東 0.00000431 +北東角 0.00000009 +北東部 0.00000275 +北枕 0.00000009 +北極 0.00000596 +北欧 0.00000211 +北河原 0.00000119 +北浦 0.00000046 +北浦和 0.00000009 +北海 0.00000018 +北海道 0.00003109 +北淡 0.00000009 +北澤 0.00000037 +北玄関 0.00000009 +北田 0.00000092 +北砂 0.00000046 +北秋田 0.00000009 +北端 0.00000046 +北米 0.00001165 +北米産 0.00000018 +北系 0.00000009 +北約 0.00000009 +北緯 0.00000083 +北茨城 0.00000018 +北行き 0.00000028 +北西 0.00000367 +北西部 0.00000101 +北谷 0.00000018 +北軍 0.00000046 +北道 0.00000009 +北部 0.00001357 +北部州 0.00000009 +北野 0.00000642 +北限 0.00000028 +北陸 0.00000138 +北風 0.00000165 +北鮮 0.00000009 +匙 0.00000055 +匠 0.00000037 +匠味 0.00000064 +匡 0.00000018 +匹 0.00003457 +匹敵 0.00000514 +匹見 0.00000009 +区 0.00003888 +区内 0.00000009 +区分 0.00000165 +区分け 0.00000037 +区切 0.00000119 +区切り 0.00000073 +区別 0.00001458 +区域 0.00000807 +区定数 0.00000009 +区民 0.00000018 +区画 0.00000211 +区画歩 0.00000009 +区画進 0.00000009 +区立 0.00000028 +区部 0.00000009 +区長 0.00000009 +区間 0.00000394 +医 0.00002558 +医え 0.00000009 +医と 0.00000009 +医兼 0.00000055 +医務 0.00000037 +医大 0.00000028 +医学 0.00003347 +医宅 0.00000009 +医官 0.00000046 +医師 0.00007299 +医業 0.00000009 +医用 0.00000018 +医療 0.00008648 +医療法 0.00000009 +医科 0.00000138 +医者 0.00005530 +医薬 0.00001064 +医術 0.00000046 +医達 0.00000009 +医長 0.00000009 +医院 0.00000156 +医食 0.00000009 +匿 0.00000018 +匿名 0.00000578 +十 0.00005961 +十三 0.00000028 +十中八九 0.00000037 +十二 0.00000009 +十二分 0.00000073 +十二指腸 0.00000009 +十分 0.00013031 +十勝 0.00000018 +十和田 0.00000018 +十字 0.00001000 +十戒 0.00000037 +十朗 0.00000009 +十束 0.00000009 +十条 0.00000009 +十能 0.00000028 +十郎 0.00000009 +十題 0.00000028 +千 0.00002944 +千々 0.00000028 +千代 0.00000413 +千代子 0.00000073 +千代川 0.00000009 +千代田 0.00000101 +千住 0.00000018 +千倉 0.00000064 +千光 0.00000009 +千切り 0.00000101 +千切れ 0.00000009 +千名 0.00000009 +千回 0.00000009 +千変 0.00000009 +千夜 0.00000009 +千家 0.00000018 +千尋 0.00000321 +千島 0.00000018 +千差 0.00000046 +千恵子 0.00000028 +千恵蔵 0.00000018 +千手 0.00000009 +千断 0.00000037 +千日 0.00000009 +千春 0.00000229 +千景 0.00000028 +千本 0.00000009 +千束 0.00000009 +千栄美 0.00000009 +千歳 0.00000174 +千田 0.00000028 +千畝 0.00000092 +千秋 0.00000202 +千秋楽 0.00000009 +千羽 0.00000083 +千葉 0.00001210 +千賀 0.00000009 +千載 0.00000055 +千里 0.00000147 +千頭 0.00000018 +千願 0.00000009 +千香 0.00000018 +千駄 0.00000009 +千駄ヶ谷 0.00000009 +千鳥 0.00000037 +千鳥足 0.00000009 +千鶴子 0.00000092 +升 0.00000092 +升席 0.00000028 +升潟 0.00000046 +升目 0.00000083 +午 0.00000018 +午前 0.00002678 +午後 0.00004613 +午線 0.00000037 +午餐 0.00000009 +半 0.00005566 +半々 0.00000174 +半ば 0.00001403 +半ばくず 0.00000009 +半ズボン 0.00000064 +半ドン 0.00000009 +半人 0.00000028 +半人前 0.00000028 +半休 0.00000009 +半信 0.00000101 +半値 0.00000028 +半入 0.00000009 +半兵衛 0.00000028 +半円 0.00000046 +半分 0.00005979 +半分か 0.00000018 +半分かし 0.00000009 +半分出 0.00000018 +半分外 0.00000009 +半分毛 0.00000009 +半切 0.00000009 +半券 0.00000018 +半前 0.00000018 +半占 0.00000009 +半合 0.00000018 +半呎 0.00000009 +半周 0.00000046 +半坐 0.00000009 +半壊 0.00000018 +半失明 0.00000009 +半島 0.00001238 +半帛 0.00000009 +半平太 0.00000009 +半年 0.00001449 +半廻転 0.00000009 +半強制 0.00000009 +半径 0.00000138 +半後 0.00000009 +半数 0.00002824 +半数の 0.00000009 +半斤 0.00000009 +半旗 0.00000046 +半日 0.00000193 +半日山 0.00000009 +半景 0.00000009 +半月 0.00000046 +半期 0.00000165 +半植民 0.00000009 +半歩 0.00000018 +半死 0.00000009 +半永久 0.00000046 +半減 0.00000266 +半滴 0.00000009 +半潮 0.00000009 +半煮 0.00000009 +半煮込 0.00000009 +半熟 0.00000110 +半狂乱 0.00000073 +半独 0.00000009 +半独立 0.00000009 +半獣 0.00000018 +半球 0.00000413 +半生 0.00000037 +半田 0.00000018 +半疑 0.00000101 +半白 0.00000009 +半神 0.00000009 +半章 0.00000009 +半端 0.00000220 +半紙 0.00000018 +半続 0.00000018 +半落ち 0.00000018 +半袖 0.00000037 +半裸 0.00000046 +半襟 0.00000009 +半角 0.00000018 +半調理 0.00000009 +半貴石 0.00000018 +半費や 0.00000009 +半身 0.00000330 +半透過 0.00000009 +半遊 0.00000018 +半量 0.00000018 +半開き 0.00000083 +半間 0.00000018 +半面 0.00000083 +半額 0.00000376 +半飛 0.00000009 +卍 0.00000018 +卑 0.00000073 +卑し 0.00000174 +卑しめ 0.00000028 +卑わい 0.00000009 +卑下 0.00000083 +卑俗 0.00000009 +卑劣 0.00000312 +卑小 0.00000009 +卑屈 0.00000073 +卑属 0.00000009 +卑弥 0.00000183 +卑弥呼 0.00000128 +卑怯 0.00000046 +卑猥 0.00000009 +卑的 0.00000009 +卑賤 0.00000018 +卒 0.00000183 +卒中 0.00000376 +卒倒 0.00000110 +卒園 0.00000018 +卒寮 0.00000009 +卒後 0.00000009 +卒業 0.00008712 +卒直 0.00000037 +卒論 0.00000037 +卓 0.00000147 +卓上 0.00000119 +卓台 0.00000009 +卓史 0.00000009 +卓司 0.00000028 +卓哉 0.00000018 +卓子 0.00000037 +卓抜 0.00000009 +卓球 0.00000385 +卓男 0.00000009 +卓見 0.00000009 +卓越 0.00000330 +協 0.00000009 +協会 0.00005493 +協働 0.00000018 +協力 0.00009280 +協同 0.00000119 +協奏 0.00000064 +協定 0.00001321 +協約 0.00000055 +協調 0.00000807 +協議 0.00001687 +協賛 0.00000083 +南 0.00004631 +南ア 0.00000009 +南アフリカ 0.00000834 +南下 0.00000119 +南九州 0.00000009 +南京 0.00000275 +南京町 0.00000009 +南京路 0.00000009 +南仏 0.00000037 +南侵 0.00000009 +南側 0.00000138 +南北 0.00000679 +南北朝 0.00000009 +南北朝鮮 0.00000101 +南千住 0.00000018 +南南東 0.00000009 +南南西 0.00000009 +南原 0.00000009 +南口 0.00000064 +南向 0.00000009 +南向き 0.00000138 +南向け 0.00000009 +南国 0.00000147 +南場 0.00000009 +南天 0.00000018 +南天天文 0.00000009 +南宋 0.00000009 +南寄り 0.00000009 +南山 0.00000018 +南岸 0.00000009 +南島 0.00000037 +南座 0.00000009 +南方 0.00000156 +南明 0.00000009 +南明奈 0.00000009 +南木曽 0.00000018 +南東 0.00000193 +南東南 0.00000009 +南東部 0.00000165 +南森 0.00000009 +南極 0.00000660 +南欧 0.00000009 +南武 0.00000009 +南氷 0.00000009 +南沙 0.00000009 +南洋 0.00000037 +南浜 0.00000009 +南浦 0.00000018 +南海 0.00000073 +南無 0.00000037 +南玄関 0.00000009 +南稚 0.00000009 +南稚内 0.00000009 +南端 0.00000165 +南米 0.00001174 +南米村 0.00000009 +南系 0.00000009 +南約 0.00000018 +南緯 0.00000009 +南蛮 0.00000073 +南行き 0.00000018 +南西 0.00000486 +南西端 0.00000009 +南西部 0.00000009 +南軍 0.00000018 +南道 0.00000028 +南部 0.00001935 +南郷 0.00000055 +南野 0.00000055 +南阿蘇 0.00000009 +南隣 0.00000009 +南面 0.00000018 +南風 0.00000046 +南風原 0.00000009 +単 0.00000147 +単なる 0.00002641 +単に 0.00003962 +単一 0.00000449 +単位 0.00001201 +単体 0.00000037 +単価 0.00000028 +単刀 0.00000165 +単品 0.00000009 +単姿 0.00000009 +単屈折 0.00000009 +単式 0.00000009 +単打 0.00000009 +単数 0.00000028 +単独 0.00000807 +単発 0.00000018 +単純 0.00003035 +単色 0.00000009 +単行 0.00000073 +単語 0.00002384 +単調 0.00000477 +単身 0.00000422 +単車 0.00000009 +単音節 0.00000009 +単3 0.00000009 +単4 0.00000009 +博 0.00000633 +博一 0.00000009 +博丈 0.00000009 +博之 0.00000037 +博信 0.00000009 +博史 0.00000009 +博品 0.00000009 +博啓 0.00000009 +博報堂 0.00000055 +博士 0.00010509 +博多 0.00000330 +博夫 0.00000028 +博学 0.00000073 +博愛 0.00000110 +博文 0.00000083 +博文党 0.00000009 +博満 0.00000073 +博物 0.00003815 +博紀 0.00000009 +博美 0.00000018 +博覧 0.00000440 +博識 0.00000064 +博通 0.00000009 +博2010 0.00000009 +占 0.00000183 +占い 0.00000880 +占い師 0.00000330 +占え 0.00000009 +占め 0.00005163 +占めた 0.00000009 +占師 0.00000037 +占拠 0.00000257 +占星 0.00000128 +占星術 0.00000037 +占有 0.00000229 +占領 0.00001247 +卯 0.00000009 +印 0.00000890 +印パ 0.00000018 +印伝 0.00000037 +印刷 0.00002293 +印刻 0.00000009 +印加 0.00000018 +印口 0.00000009 +印字 0.00000028 +印度 0.00000046 +印漏れ 0.00000009 +印画 0.00000009 +印税 0.00000083 +印章 0.00000009 +印紙 0.00000073 +印船 0.00000009 +印西 0.00000018 +印象 0.00005255 +印鑑 0.00000514 +印鑑紙 0.00000009 +印面 0.00000009 +危う 0.00000495 +危く 0.00000028 +危ぐ 0.00000128 +危な 0.00000981 +危なっかし 0.00000009 +危ぶ 0.00000110 +危害 0.00000495 +危急 0.00000046 +危惧 0.00000358 +危機 0.00004778 +危篤 0.00000064 +危険 0.00012490 +危難 0.00000046 +即 0.00000367 +即位 0.00000248 +即刻 0.00000138 +即効 0.00000018 +即売 0.00000064 +即妙 0.00000028 +即席 0.00000312 +即座 0.00000798 +即強 0.00000009 +即断 0.00000018 +即日 0.00000055 +即春画 0.00000009 +即時 0.00000211 +即死 0.00000083 +即決 0.00000028 +即物 0.00000018 +即発 0.00000037 +即答 0.00000119 +即興 0.00000486 +即金 0.00000009 +即離婚 0.00000018 +即飛 0.00000009 +却って 0.00000009 +却下 0.00000413 +卵 0.00002714 +卵丼 0.00000009 +卵型 0.00000018 +卵子 0.00000367 +卵巣 0.00000119 +卵形 0.00000055 +卵母 0.00000037 +卵液 0.00000055 +卵焼き 0.00000110 +卵用 0.00000009 +卵白 0.00000009 +卵管 0.00000055 +卵酒 0.00000028 +卵黄 0.00000037 +卸 0.00000312 +卸し 0.00000018 +卸値 0.00000055 +卸売 0.00000293 +卸売り 0.00000055 +卸業 0.00000009 +卸注文 0.00000009 +卿 0.00001247 +卿殺人 0.00000009 +厄 0.00000037 +厄介 0.00001321 +厄介事 0.00000037 +厄払い 0.00000009 +厄災 0.00000018 +厖大 0.00000009 +厘 0.00000156 +厚 0.00001568 +厚かまし 0.00000138 +厚く 0.00000009 +厚さ 0.00000018 +厚み 0.00000073 +厚め 0.00000009 +厚仁 0.00000009 +厚労 0.00000028 +厚塗り 0.00000009 +厚子 0.00000018 +厚底 0.00000064 +厚情 0.00000009 +厚意 0.00000101 +厚手 0.00000101 +厚揚げ 0.00000064 +厚木 0.00000037 +厚木道路 0.00000009 +厚板 0.00000028 +厚生 0.00001165 +厚着 0.00000046 +厚紙 0.00000046 +厚遇 0.00000018 +厚顔 0.00000009 +原 0.00000752 +原っぱ 0.00000119 +原一男 0.00000009 +原人 0.00000064 +原付 0.00000009 +原住民 0.00000018 +原作 0.00000880 +原作料 0.00000009 +原作本 0.00000009 +原作者 0.00000028 +原価 0.00000119 +原典 0.00000028 +原初 0.00000009 +原則 0.00001797 +原動 0.00000348 +原勝洋 0.00000009 +原口 0.00000110 +原告 0.00000165 +原因 0.00009629 +原図 0.00000009 +原型 0.00000248 +原塩 0.00000009 +原始 0.00000440 +原始人 0.00000037 +原子 0.00002687 +原宿 0.00000605 +原寸 0.00000009 +原形 0.00000101 +原形質 0.00000009 +原恵一 0.00000009 +原文 0.00000257 +原料 0.00000834 +原曲 0.00000009 +原書 0.00000028 +原木 0.00000009 +原本 0.00000073 +原案 0.00000046 +原歌 0.00000009 +原水 0.00000028 +原水爆 0.00000018 +原油 0.00000789 +原油備 0.00000009 +原液 0.00000018 +原潜 0.00000009 +原点 0.00000440 +原爆 0.00002540 +原爆碑 0.00000009 +原版 0.00000018 +原物 0.00000009 +原状 0.00000028 +原理 0.00001366 +原生 0.00000138 +原産 0.00000220 +原産地 0.00000037 +原田 0.00000110 +原画 0.00000193 +原発 0.00000899 +原石 0.00000009 +原票 0.00000046 +原種 0.00000009 +原稿 0.00001000 +原稿料 0.00000009 +原節子 0.00000018 +原級 0.00000009 +原罪 0.00000009 +原義 0.00000009 +原色 0.00000037 +原著 0.00000009 +原裕美子 0.00000028 +原註 0.00000009 +原詩 0.00000009 +原語 0.00000037 +原論 0.00000018 +原資 0.00000018 +原辰徳 0.00000009 +原酒 0.00000018 +原野 0.00000110 +原題 0.00000064 +厠上 0.00000009 +厨子 0.00000028 +厨房 0.00000165 +厩 0.00000018 +厩務 0.00000009 +厩番 0.00000018 +厩舎 0.00000128 +厭 0.00000202 +厭々 0.00000009 +厭が 0.00000009 +厭わ 0.00000009 +厭わし 0.00000018 +厭世 0.00000018 +厭嫌 0.00000009 +厳 0.00000018 +厳か 0.00000147 +厳し 0.00008418 +厳命 0.00000009 +厳守 0.00000293 +厳密 0.00000541 +厳寒 0.00000028 +厳島 0.00000055 +厳戒 0.00000046 +厳格 0.00000706 +厳正 0.00000028 +厳然 0.00000037 +厳禁 0.00000110 +厳粛 0.00000348 +厳罰 0.00000046 +厳選 0.00000220 +厳重 0.00000358 +去 0.00002925 +去り 0.00000028 +去りゆ 0.00000018 +去れ 0.00000009 +去勢 0.00000055 +去就 0.00000018 +去年 0.00002384 +去来 0.00000009 +参 0.00001155 +参じ 0.00000018 +参っ 0.00000009 +参り 0.00000440 +参る 0.00000028 +参上 0.00000046 +参与 0.00000009 +参事 0.00000367 +参会 0.00000009 +参入 0.00001339 +参列 0.00000468 +参加 0.00024484 +参勤 0.00000028 +参宮 0.00000009 +参戦 0.00000358 +参拝 0.00001036 +参政 0.00000055 +参政権 0.00000018 +参照 0.00000321 +参画 0.00000202 +参考 0.00001119 +参観 0.00000128 +参詣 0.00000183 +参謀 0.00000110 +参議 0.00000660 +参賀 0.00000028 +参道 0.00000358 +参酒 0.00000009 +参院 0.00000101 +参集 0.00000018 +参鶏湯 0.00000009 +參壽 0.00000009 +又 0.00000284 +又一郎 0.00000009 +又子 0.00000009 +叉銃 0.00000009 +及 0.00002824 +及び 0.00000220 +及ぼ 0.00002586 +及川 0.00000046 +及第 0.00000009 +友 0.00001651 +友だ 0.00000064 +友だち 0.00000642 +友一 0.00000018 +友人 0.00019257 +友人数 0.00000009 +友人間 0.00000018 +友保 0.00000183 +友則 0.00000064 +友加里 0.00000064 +友和 0.00000073 +友好 0.00001779 +友子 0.00000128 +友引 0.00000009 +友情 0.00002082 +友情年 0.00000009 +友愛 0.00000101 +友時 0.00000009 +友松 0.00000009 +友梨香 0.00000009 +友無し 0.00000009 +友禅 0.00000037 +友禅染 0.00000009 +友紀 0.00000018 +友誼 0.00000037 +友達 0.00017900 +友邦 0.00000046 +友里 0.00000009 +友里加 0.00000009 +双 0.00000156 +双乳 0.00000009 +双子 0.00000752 +双山 0.00000009 +双手 0.00000009 +双方 0.00001596 +双曲 0.00000018 +双璧 0.00000009 +双生 0.00000110 +双眸 0.00000018 +双眼 0.00000037 +双羽黒 0.00000009 +双肩 0.00000018 +双胴 0.00000037 +双葉 0.00000092 +双葉山 0.00000165 +双雲 0.00000183 +反 0.00003127 +反すう 0.00000018 +反ら 0.00000009 +反り 0.00000046 +反り返 0.00000018 +反り返り 0.00000009 +反れ 0.00000009 +反乱 0.00000688 +反乱軍 0.00000037 +反共 0.00000037 +反則 0.00000092 +反動 0.00000211 +反古 0.00000046 +反対 0.00011270 +反対岸 0.00000009 +反射 0.00000578 +反幕 0.00000028 +反幕府 0.00000009 +反影 0.00000009 +反復 0.00000138 +反応 0.00004438 +反意 0.00000009 +反感 0.00000422 +反戦 0.00000211 +反戦朗 0.00000009 +反抗 0.00000669 +反捕 0.00000037 +反捕鯨 0.00000073 +反撃 0.00000257 +反故 0.00000018 +反旗 0.00000028 +反日 0.00000403 +反映 0.00002017 +反核 0.00000073 +反町 0.00000028 +反発 0.00000660 +反目 0.00000037 +反省 0.00000660 +反米 0.00000092 +反芻 0.00000009 +反薬物 0.00000018 +反虐待 0.00000009 +反証 0.00000064 +反論 0.00001825 +反足 0.00000009 +反跳 0.00000009 +反軍 0.00000018 +反転 0.00000037 +反逆 0.00000358 +反進化 0.00000009 +反面 0.00000358 +反革命 0.00000018 +反響 0.00000624 +反駁 0.00000046 +反骨 0.00000009 +収 0.00000009 +収ま 0.00000614 +収まりつ 0.00000009 +収め 0.00002852 +収り 0.00000009 +収入 0.00004457 +収受 0.00000009 +収奪 0.00000064 +収容 0.00001421 +収得 0.00000009 +収拾 0.00000110 +収支 0.00000220 +収斂 0.00000009 +収束 0.00000083 +収用 0.00000009 +収益 0.00001651 +収監 0.00000037 +収税 0.00000009 +収穫 0.00001275 +収納 0.00000284 +収縮 0.00000128 +収蔵 0.00000202 +収賄 0.00000046 +収量 0.00000009 +収録 0.00001091 +収集 0.00001678 +叔母 0.00001412 +叔父 0.00000972 +取 0.00022926 +取っ 0.00000009 +取っち 0.00000009 +取っちめ 0.00000028 +取っ手 0.00000064 +取っ替え 0.00000009 +取ら 0.00000046 +取り 0.00001862 +取りあ 0.00000009 +取りあえず 0.00000028 +取りあげ 0.00000018 +取りいれ 0.00000009 +取りえ 0.00000110 +取りか 0.00000009 +取りかえ 0.00000009 +取りかか 0.00000083 +取りかこ 0.00000009 +取りかじ 0.00000009 +取りこ 0.00000009 +取りさ 0.00000009 +取りざた 0.00000018 +取りすが 0.00000009 +取りそろえ 0.00000275 +取りたて 0.00000028 +取りだ 0.00000101 +取りだせ 0.00000009 +取りつ 0.00000183 +取りつかれ 0.00000009 +取りつけ 0.00000009 +取りて 0.00000009 +取りとまり 0.00000009 +取りとめ 0.00000009 +取りな 0.00000018 +取りなし 0.00000009 +取りのけ 0.00000009 +取りのこ 0.00000009 +取りのぞ 0.00000009 +取りはから 0.00000028 +取りはず 0.00000009 +取りばし 0.00000009 +取りま 0.00000018 +取りまとめ 0.00000092 +取りまわ 0.00000009 +取りも 0.00000018 +取りもど 0.00000092 +取りもどせ 0.00000009 +取りやめ 0.00000376 +取りわけ 0.00000009 +取り上げ 0.00003375 +取り上げれ 0.00000009 +取り下げ 0.00000156 +取り下さ 0.00000009 +取り主君 0.00000009 +取り乱 0.00000193 +取り他 0.00000009 +取り付 0.00000083 +取り付け 0.00001449 +取り代え 0.00000009 +取り做 0.00000009 +取り入 0.00000046 +取り入れ 0.00002641 +取り出 0.00002366 +取り出し 0.00000009 +取り出せ 0.00000037 +取り分 0.00000092 +取り分け 0.00000037 +取り去 0.00000083 +取り口 0.00000028 +取り合 0.00000669 +取り合い 0.00000028 +取り合わせ 0.00000110 +取り囲 0.00000541 +取り壊 0.00000367 +取り壊し 0.00000028 +取り壊せ 0.00000009 +取り外 0.00000248 +取り外し 0.00000018 +取り寄せ 0.00000248 +取り巻 0.00000440 +取り巻き 0.00000037 +取り引き 0.00000064 +取り得 0.00000028 +取り急 0.00000064 +取り憑 0.00000064 +取り戻 0.00002256 +取り戻せ 0.00000238 +取り払 0.00000101 +取り払い 0.00000009 +取り払え 0.00000009 +取り扱 0.00000890 +取り扱い 0.00000459 +取り押さえ 0.00000064 +取り持 0.00000028 +取り捲 0.00000018 +取り掛か 0.00000779 +取り掛かり 0.00000009 +取り掛かれ 0.00000009 +取り掛っ 0.00000009 +取り換え 0.00000440 +取り換えっこ 0.00000009 +取り損な 0.00000009 +取り敢え 0.00000018 +取り替え 0.00000138 +取り札 0.00000009 +取り柄 0.00000009 +取り次 0.00000018 +取り次い 0.00000018 +取り次ぎ 0.00000018 +取り止め 0.00000009 +取り歩 0.00000009 +取り残 0.00000578 +取り決め 0.00000669 +取り消 0.00000431 +取り消し 0.00000101 +取り消せ 0.00000073 +取り混ぜ 0.00000055 +取り漁 0.00000009 +取り留め 0.00000083 +取り直 0.00000092 +取り直し 0.00000009 +取り立て 0.00000147 +取り紙 0.00000018 +取り組 0.00005750 +取り組み 0.00002228 +取り組め 0.00000028 +取り締ま 0.00000367 +取り締まり 0.00000385 +取り締まれ 0.00000018 +取り繕 0.00000037 +取り置 0.00000018 +取り置き 0.00000073 +取り落と 0.00000046 +取り計 0.00000009 +取り計ら 0.00000055 +取り計らい 0.00000009 +取り調べ 0.00000275 +取り越 0.00000403 +取り込 0.00000413 +取り込み 0.00000037 +取り込め 0.00000009 +取り返 0.00000229 +取り返し 0.00000055 +取り返せ 0.00000028 +取り逃が 0.00000009 +取り過ぎ 0.00000009 +取り違え 0.00000128 +取り鎮め 0.00000009 +取り除 0.00001486 +取り除く 0.00000009 +取り除け 0.00000018 +取り隅 0.00000009 +取れ 0.00003310 +取れれ 0.00000037 +取ろ 0.00000009 +取上げ 0.00000018 +取付け 0.00000009 +取入れ 0.00000018 +取巻 0.00000018 +取引 0.00005539 +取得 0.00004558 +取手 0.00000018 +取扱 0.00000303 +取扱い 0.00000018 +取扱所 0.00000009 +取扱量 0.00000009 +取捨 0.00000037 +取換 0.00000009 +取替 0.00000009 +取替え 0.00000018 +取材 0.00002384 +取次 0.00000165 +取次ぎ 0.00000009 +取水 0.00000009 +取法 0.00000018 +取消 0.00000055 +取王 0.00000009 +取立 0.00000101 +取立て 0.00000055 +取組 0.00000266 +取組み合い 0.00000009 +取締 0.00001210 +取締まり 0.00000009 +取締り 0.00000009 +取舵 0.00000009 +取調 0.00000018 +取調官 0.00000018 +取調室 0.00000018 +取込 0.00000009 +取量 0.00000009 +取集 0.00000037 +受 0.00000009 +受か 0.00000293 +受け 0.00039909 +受けいた 0.00000009 +受けいれ 0.00000028 +受けが 0.00000009 +受けつ 0.00000009 +受けつけ 0.00000018 +受けと 0.00000083 +受けとめ 0.00000055 +受けも 0.00000018 +受けれ 0.00000046 +受け付け 0.00000807 +受け入 0.00000009 +受け入れ 0.00009326 +受け入れろ 0.00000009 +受け取 0.00006346 +受け取り 0.00000348 +受け取り入社 0.00000009 +受け取り手 0.00000009 +受け取れ 0.00000156 +受け取ろ 0.00000009 +受け口 0.00000009 +受け合 0.00000018 +受け合い 0.00000009 +受け容れ 0.00000046 +受け手 0.00000083 +受け持 0.00000248 +受け持ち 0.00000073 +受け持て 0.00000009 +受け損ね 0.00000009 +受け止め 0.00001174 +受け止めろ 0.00000018 +受け流 0.00000018 +受け渡 0.00000046 +受け渡し 0.00000037 +受け皿 0.00000101 +受け継 0.00000935 +受け継ぎ 0.00000009 +受け身 0.00000229 +受与 0.00000009 +受人 0.00000009 +受付 0.00000798 +受付け 0.00000018 +受任 0.00000009 +受信 0.00000706 +受像 0.00000009 +受入 0.00000193 +受入れ 0.00000321 +受入れれ 0.00000009 +受入数 0.00000009 +受刑 0.00000083 +受動 0.00000147 +受勲 0.00000009 +受取 0.00000303 +受取人 0.00000009 +受容 0.00000266 +受性 0.00000018 +受検 0.00000046 +受注 0.00000238 +受渡 0.00000009 +受理 0.00000550 +受発信 0.00000009 +受益 0.00000037 +受章 0.00000303 +受粉 0.00000018 +受精 0.00000238 +受精能 0.00000009 +受納 0.00000009 +受給 0.00000165 +受胎 0.00000064 +受託 0.00000018 +受診 0.00000165 +受話 0.00000138 +受諾 0.00000092 +受講 0.00000761 +受賞 0.00006410 +受身 0.00000037 +受遺者 0.00000009 +受難 0.00000046 +受領 0.00000284 +受験 0.00002283 +叙 0.00000009 +叙々 0.00000009 +叙事 0.00000083 +叙任 0.00000028 +叙勲 0.00000009 +叙情 0.00000101 +叡 0.00000018 +叡智 0.00000064 +叡知 0.00000046 +叢 0.00000009 +口 0.00012728 +口々 0.00000165 +口ぐせ 0.00000009 +口ごたえ 0.00000009 +口ごも 0.00000028 +口ず 0.00000018 +口ずさ 0.00000028 +口ずさめ 0.00000009 +口ぞえ 0.00000009 +口づけ 0.00000092 +口ひげ 0.00000147 +口ひげと 0.00000009 +口ぶり 0.00000092 +口コミ 0.00000440 +口上 0.00000055 +口中 0.00000009 +口付け 0.00000009 +口令 0.00000009 +口伝 0.00000018 +口伝え 0.00000009 +口元 0.00000248 +口先 0.00000312 +口内 0.00000037 +口出 0.00000009 +口出し 0.00000211 +口利 0.00000018 +口利き 0.00000009 +口吟 0.00000009 +口外 0.00000037 +口外致 0.00000009 +口実 0.00000541 +口封じ 0.00000009 +口座 0.00001201 +口当たり 0.00000073 +口悪 0.00000009 +口承 0.00000018 +口振り 0.00000009 +口数 0.00000174 +口早 0.00000009 +口栓 0.00000009 +口汚 0.00000046 +口添え 0.00000046 +口溶け 0.00000009 +口火 0.00000073 +口琴 0.00000018 +口癖 0.00000119 +口直し 0.00000009 +口真似 0.00000009 +口笛 0.00000486 +口答 0.00000009 +口答え 0.00000119 +口紅 0.00000238 +口絵 0.00000009 +口脇 0.00000009 +口腔 0.00000101 +口臭 0.00000257 +口蓋 0.00000018 +口裂 0.00000028 +口角泡 0.00000009 +口許 0.00000028 +口話 0.00000018 +口語 0.00000092 +口説 0.00000193 +口説け 0.00000018 +口調 0.00000734 +口論 0.00000660 +口走 0.00000138 +口蹄 0.00000138 +口蹄疫 0.00000018 +口車 0.00000009 +口輪 0.00000018 +口述 0.00000009 +口達 0.00000018 +口閉じ 0.00000009 +口開け 0.00000009 +口頭 0.00000238 +口餌籠 0.00000009 +口髭 0.00000083 +口髯 0.00000009 +古 0.00007896 +古え 0.00000055 +古き 0.00000018 +古く 0.00001412 +古くさい 0.00000009 +古くさく 0.00000009 +古び 0.00000183 +古ぼけ 0.00000055 +古めかし 0.00000092 +古事 0.00000128 +古井戸 0.00000018 +古人 0.00000055 +古今 0.00000110 +古代 0.00002861 +古傷 0.00000046 +古典 0.00000743 +古刀 0.00000009 +古厩 0.00000009 +古参 0.00000092 +古参者 0.00000018 +古地図 0.00000009 +古城 0.00000055 +古塀 0.00000009 +古墳 0.00000440 +古家 0.00000009 +古寺 0.00000028 +古屋 0.00000009 +古屋敷 0.00000018 +古川 0.00000128 +古巣 0.00000037 +古布 0.00000009 +古式 0.00000028 +古志村 0.00000009 +古揺 0.00000018 +古文 0.00000046 +古文書 0.00000009 +古書 0.00000156 +古書店 0.00000083 +古木 0.00000083 +古本 0.00000147 +古本店 0.00000009 +古来 0.00000477 +古楽 0.00000037 +古楽器 0.00000028 +古楽祭 0.00000009 +古橋 0.00000037 +古気 0.00000018 +古池 0.00000009 +古河 0.00000028 +古物 0.00000009 +古狐 0.00000009 +古生物 0.00000083 +古田 0.00000468 +古畑 0.00000009 +古着 0.00000147 +古社 0.00000009 +古称 0.00000009 +古紙 0.00000046 +古老 0.00000018 +古臭 0.00000193 +古舘 0.00000009 +古色 0.00000028 +古英語 0.00000018 +古行 0.00000009 +古襤 0.00000009 +古語 0.00000009 +古謝 0.00000009 +古賀 0.00000128 +古近 0.00000009 +古道 0.00000018 +古都 0.00000422 +古酒 0.00000018 +古里 0.00000018 +古閑 0.00000009 +古靴 0.00000009 +古風 0.00000376 +古馬 0.00000028 +句 0.00000596 +句動詞 0.00000073 +句成果 0.00000009 +句点 0.00000009 +句碑 0.00000009 +句読点 0.00000018 +句集 0.00000028 +叩 0.00000770 +叩き 0.00000055 +叩きだ 0.00000009 +叩きつけ 0.00000037 +叩きつぶ 0.00000018 +叩きのめ 0.00000009 +叩き付け 0.00000009 +叩き出 0.00000009 +叩き出せ 0.00000009 +叩き落 0.00000009 +叩き起こ 0.00000009 +叩き込 0.00000018 +叩け 0.00000009 +叩頭 0.00000009 +只 0.00000028 +只々 0.00000009 +只中 0.00000037 +只今 0.00000009 +叫 0.00005530 +叫び 0.00000880 +叫び合 0.00000009 +叫び声 0.00000624 +叫ぶ 0.00000009 +叫ん 0.00000009 +叫喚 0.00000018 +叫声 0.00000009 +召 0.00000312 +召し 0.00000046 +召し上が 0.00000348 +召し上がり 0.00000147 +召し上がれ 0.00000018 +召し使い 0.00000018 +召し物 0.00000018 +召す 0.00000018 +召上 0.00000018 +召使 0.00000706 +召使い 0.00000293 +召命 0.00000018 +召喚 0.00000064 +召喚状 0.00000009 +召物 0.00000009 +召還 0.00000018 +召集 0.00000339 +召集者 0.00000009 +叮 0.00000009 +叮嚀 0.00000009 +可 0.00000550 +可い 0.00000009 +可動 0.00000046 +可動域 0.00000009 +可厭 0.00000009 +可否 0.00000018 +可哀 0.00000046 +可哀想 0.00000083 +可哀相 0.00000037 +可塑 0.00000009 +可奈子 0.00000009 +可待 0.00000009 +可怖 0.00000009 +可愛 0.00000156 +可愛らし 0.00000028 +可憐 0.00000083 +可搬 0.00000009 +可決 0.00000679 +可燃 0.00000073 +可燃物 0.00000009 +可笑 0.00000009 +可笑し 0.00000037 +可能 0.00028382 +可視 0.00000055 +可視界 0.00000009 +可逆 0.00000009 +台 0.00007923 +台なし 0.00000028 +台北 0.00000303 +台南 0.00000018 +台地 0.00000055 +台場 0.00000367 +台尻 0.00000028 +台帳 0.00000165 +台座 0.00000248 +台形 0.00000037 +台所 0.00001403 +台数 0.00000669 +台木 0.00000009 +台本 0.00001137 +台東 0.00000092 +台板 0.00000009 +台湾 0.00005961 +台無し 0.00000743 +台紙 0.00000009 +台詞 0.00001027 +台車 0.00000064 +台降り 0.00000009 +台頭 0.00000321 +台風 0.00000917 +叱 0.00000523 +叱り 0.00000018 +叱りつけ 0.00000055 +叱咤 0.00000028 +叱責 0.00000028 +史 0.00001770 +史上 0.00002779 +史上例 0.00000009 +史上空前 0.00000028 +史上類 0.00000009 +史実 0.00000193 +史家 0.00000009 +史料 0.00000119 +史書 0.00000037 +史記 0.00000018 +史跡 0.00000238 +史郎 0.00000018 +史靖 0.00000018 +右 0.00001669 +右上 0.00000046 +右下隅 0.00000009 +右中間 0.00000018 +右京 0.00000037 +右側 0.00000559 +右利き 0.00000018 +右前 0.00000009 +右前腕 0.00000009 +右寄り 0.00000009 +右岸 0.00000028 +右左折 0.00000028 +右往 0.00000018 +右心室 0.00000009 +右手 0.00000734 +右手足 0.00000018 +右手首 0.00000009 +右投げ 0.00000018 +右折 0.00000110 +右拳 0.00000037 +右指 0.00000009 +右曲り 0.00000009 +右派 0.00000083 +右目 0.00000055 +右端 0.00000046 +右翼 0.00000339 +右耳 0.00000009 +右肘 0.00000028 +右肩 0.00000073 +右肺 0.00000009 +右脚 0.00000064 +右脳 0.00000147 +右腕 0.00000193 +右膝 0.00000028 +右舷 0.00000037 +右袖 0.00000009 +右記 0.00000018 +右足 0.00000220 +右車 0.00000009 +右車線 0.00000028 +右隅 0.00000028 +右隣 0.00000037 +右頬 0.00000009 +右顎 0.00000018 +叶 0.00000229 +叶え 0.00000174 +叶姉妹 0.00000009 +叶姉妹像 0.00000009 +号 0.00008106 +号令 0.00000064 +号外 0.00000064 +号泣 0.00000018 +号砲 0.00000018 +号笛 0.00000018 +司 0.00000037 +司令 0.00000734 +司会 0.00000697 +司教 0.00000330 +司教冠 0.00000009 +司書 0.00000064 +司法 0.00000779 +司牧 0.00000009 +司祭 0.00000514 +司郎 0.00000009 +司馬 0.00000009 +吃 0.00000009 +吃音 0.00000193 +吃驚 0.00000101 +各 0.00005915 +各々 0.00000156 +各串 0.00000009 +各人 0.00000211 +各位 0.00000064 +各停 0.00000018 +各党 0.00000046 +各公的 0.00000009 +各列 0.00000009 +各到着 0.00000009 +各品物 0.00000009 +各員 0.00000009 +各国 0.00005025 +各国会 0.00000009 +各地 0.00004145 +各場面 0.00000009 +各壇 0.00000009 +各官庁 0.00000009 +各室 0.00000028 +各宿 0.00000009 +各寺 0.00000009 +各局 0.00000092 +各層 0.00000018 +各島 0.00000018 +各州 0.00000138 +各巻 0.00000018 +各市 0.00000009 +各年 0.00000009 +各店 0.00000028 +各戸 0.00000009 +各所 0.00000083 +各月 0.00000009 +各期 0.00000009 +各村 0.00000009 +各校 0.00000037 +各様 0.00000009 +各氏 0.00000009 +各派 0.00000018 +各流 0.00000018 +各点 0.00000009 +各球団 0.00000009 +各町 0.00000009 +各界 0.00000083 +各省 0.00000046 +各県 0.00000092 +各社 0.00000569 +各社員 0.00000009 +各種 0.00001082 +各穴 0.00000009 +各章 0.00000018 +各端 0.00000009 +各紙 0.00000092 +各級 0.00000009 +各線 0.00000009 +各署 0.00000009 +各職 0.00000009 +各自 0.00000486 +各芸能 0.00000009 +各藩 0.00000028 +各診療 0.00000009 +各誌 0.00000018 +各議会 0.00000018 +各財団 0.00000009 +各賞 0.00000018 +各進化 0.00000009 +各部 0.00000028 +各階 0.00000018 +各離 0.00000009 +各面 0.00000009 +各頁 0.00000009 +各館 0.00000009 +各駅 0.00000092 +各駒 0.00000009 +合 0.00007795 +合い 0.00000495 +合いかぎ 0.00000009 +合え 0.00000303 +合えれ 0.00000028 +合せ 0.00000083 +合わ 0.00000110 +合わさ 0.00000037 +合わせ 0.00007474 +合わせよ 0.00000018 +合わせれ 0.00000064 +合コン 0.00000073 +合体 0.00000110 +合作 0.00000073 +合併 0.00001265 +合切 0.00000028 +合切盗 0.00000009 +合同 0.00000449 +合名 0.00000018 +合否 0.00000028 +合唱 0.00000449 +合図 0.00000798 +合奏 0.00000028 +合子 0.00000009 +合宿 0.00000413 +合弁 0.00000275 +合意 0.00003741 +合憲 0.00000101 +合成 0.00000633 +合成石 0.00000009 +合戦 0.00000844 +合掌 0.00000110 +合格 0.00002348 +合気 0.00000266 +合法 0.00001073 +合流 0.00000284 +合浦 0.00000009 +合点 0.00000193 +合理 0.00001027 +合目 0.00000009 +合祀 0.00000055 +合算 0.00000009 +合羽 0.00000018 +合致 0.00000330 +合衆 0.00001165 +合術 0.00000009 +合言葉 0.00000028 +合計 0.00002082 +合議 0.00000083 +合資 0.00000018 +合金 0.00000055 +合鍵 0.00000046 +合間 0.00000486 +吉 0.00000183 +吉井 0.00000055 +吉兆 0.00000028 +吉凶 0.00000046 +吉原 0.00000073 +吉右衛門 0.00000009 +吉報 0.00000046 +吉孝 0.00000009 +吉岡 0.00000028 +吉島 0.00000009 +吉川 0.00000073 +吉幾 0.00000009 +吉日 0.00000037 +吉本 0.00000330 +吉村 0.00000156 +吉林 0.00000083 +吉武 0.00000073 +吉永 0.00000055 +吉沢 0.00000018 +吉淵 0.00000009 +吉田 0.00000660 +吉祥天像 0.00000009 +吉祥寺 0.00000147 +吉良 0.00000211 +吉野 0.00000449 +吊 0.00000092 +吊りあげ 0.00000009 +吊り上げ 0.00000028 +吊り下げ 0.00000009 +吊る 0.00000009 +吊れ 0.00000009 +同 0.00010500 +同い年 0.00000064 +同じ 0.00043128 +同じかん 0.00000009 +同じく 0.00001623 +同じくし 0.00000009 +同じろう 0.00000009 +同一 0.00000633 +同一人 0.00000009 +同一生 0.00000009 +同一線 0.00000009 +同乗 0.00000128 +同乗者 0.00000037 +同人 0.00000028 +同会 0.00000128 +同伴 0.00000257 +同体 0.00000037 +同作 0.00000028 +同作品 0.00000018 +同作家 0.00000009 +同便 0.00000009 +同俳優 0.00000009 +同側 0.00000009 +同僚 0.00003842 +同党 0.00000138 +同列 0.00000037 +同列車 0.00000009 +同化 0.00000211 +同区 0.00000009 +同区域 0.00000018 +同博 0.00000009 +同博士 0.00000009 +同友 0.00000009 +同名 0.00000394 +同和 0.00000009 +同図書 0.00000009 +同国 0.00002173 +同園 0.00000248 +同地 0.00000046 +同地点 0.00000009 +同型 0.00000009 +同報道 0.00000018 +同士 0.00004466 +同天文 0.00000028 +同好 0.00000055 +同妃 0.00000018 +同姓 0.00000119 +同宇宙 0.00000028 +同宗教 0.00000009 +同官 0.00000009 +同定 0.00000083 +同宝飾 0.00000009 +同室 0.00000055 +同家賃 0.00000009 +同寺 0.00000037 +同封 0.00000605 +同封物 0.00000018 +同封致 0.00000358 +同局 0.00000138 +同居 0.00000853 +同山 0.00000009 +同島 0.00000028 +同州 0.00000211 +同市 0.00000807 +同席 0.00000147 +同年 0.00000367 +同年代 0.00000009 +同庁 0.00000440 +同店 0.00000193 +同形説 0.00000037 +同志 0.00000348 +同志社 0.00000018 +同志達 0.00000009 +同性 0.00001183 +同情 0.00001660 +同情心 0.00000037 +同惑星 0.00000009 +同意 0.00002797 +同意書 0.00000009 +同意致 0.00000028 +同感 0.00000550 +同房 0.00000009 +同所 0.00000037 +同披露 0.00000009 +同抱 0.00000009 +同捕手 0.00000018 +同数 0.00000083 +同文書 0.00000018 +同族 0.00000064 +同日 0.00000220 +同時 0.00008675 +同時代 0.00000073 +同時刻 0.00000037 +同書 0.00000110 +同月 0.00000147 +同朋 0.00000018 +同望遠 0.00000009 +同期 0.00000229 +同柄 0.00000009 +同校 0.00000614 +同根 0.00000009 +同梱 0.00000018 +同棲 0.00000596 +同植物 0.00000018 +同業 0.00000303 +同業界 0.00000009 +同様 0.00007868 +同様白 0.00000009 +同権 0.00000073 +同機 0.00000431 +同機器 0.00000009 +同氏 0.00000807 +同気 0.00000009 +同水族 0.00000046 +同水泳 0.00000009 +同法 0.00000083 +同派 0.00000018 +同消防 0.00000009 +同測 0.00000009 +同港 0.00000028 +同源 0.00000009 +同漫 0.00000018 +同漫画 0.00000009 +同潤 0.00000009 +同点 0.00000229 +同然 0.00000587 +同率 0.00000028 +同球団 0.00000101 +同環礁 0.00000009 +同町 0.00000138 +同病 0.00000018 +同盟 0.00001376 +同相 0.00000009 +同省 0.00000486 +同県 0.00000092 +同社 0.00005768 +同祭 0.00000018 +同祭り 0.00000009 +同種 0.00000165 +同窓 0.00000293 +同等 0.00000532 +同系 0.00000018 +同紙 0.00000156 +同級 0.00000303 +同罪 0.00000037 +同署 0.00000046 +同義 0.00000055 +同義語 0.00000037 +同翼 0.00000009 +同聴 0.00000009 +同職 0.00000009 +同胞 0.00000614 +同胞種 0.00000055 +同船 0.00000101 +同艦 0.00000009 +同色 0.00000018 +同行 0.00000587 +同観測 0.00000018 +同言語 0.00000009 +同誌 0.00000101 +同調 0.00000284 +同議会 0.00000009 +同財団 0.00000037 +同賞 0.00000348 +同質 0.00000101 +同身分 0.00000009 +同車 0.00000018 +同軍 0.00000009 +同輩 0.00000018 +同辞書 0.00000009 +同連隊 0.00000009 +同運河 0.00000009 +同部 0.00000009 +同郷 0.00000064 +同醫 0.00000009 +同量 0.00000046 +同関税 0.00000046 +同隊 0.00000009 +同音 0.00000147 +同領土 0.00000009 +同額 0.00000073 +同類 0.00000092 +同養鶏 0.00000009 +同館 0.00000275 +同馬 0.00000055 +同駅 0.00000018 +同高官 0.00000009 +名 0.00013187 +名ごり 0.00000009 +名ざし 0.00000009 +名だたる 0.00000037 +名づけ 0.00000165 +名づけよ 0.00000009 +名の 0.00000018 +名まえ 0.00000009 +名乗 0.00000532 +名乗り 0.00000147 +名乗り出 0.00000110 +名人 0.00000293 +名付け 0.00001192 +名作 0.00000587 +名倉 0.00000064 +名偽 0.00000009 +名僧 0.00000018 +名優 0.00000073 +名出 0.00000009 +名刀 0.00000009 +名分 0.00000046 +名刺 0.00001036 +名刺入れ 0.00000009 +名前 0.00014617 +名匠 0.00000028 +名医 0.00000009 +名取 0.00000101 +名古屋 0.00002274 +名句 0.00000037 +名君 0.00000009 +名品 0.00000073 +名園 0.00000009 +名城 0.00000018 +名塚 0.00000009 +名士 0.00000092 +名声 0.00001339 +名字 0.00000816 +名宝 0.00000018 +名実 0.00000037 +名家 0.00000073 +名射手 0.00000028 +名山 0.00000018 +名工 0.00000037 +名店 0.00000009 +名所 0.00001091 +名手 0.00000128 +名指 0.00000018 +名指し 0.00000092 +名文句 0.00000009 +名曲 0.00000211 +名月 0.00000009 +名札 0.00000037 +名栗 0.00000009 +名案 0.00000092 +名歌手 0.00000009 +名残 0.00000211 +名残り 0.00000009 +名残惜し 0.00000037 +名泉 0.00000009 +名波 0.00000009 +名湯 0.00000018 +名演 0.00000009 +名無し 0.00000009 +名版画 0.00000009 +名物 0.00000486 +名状 0.00000009 +名球 0.00000009 +名産 0.00000174 +名産品 0.00000009 +名産地 0.00000028 +名画 0.00000193 +名盤 0.00000009 +名目 0.00000275 +名目上 0.00000009 +名目的 0.00000018 +名神 0.00000009 +名称 0.00001293 +名程 0.00000028 +名答 0.00000037 +名簿 0.00000376 +名義 0.00000165 +名聞 0.00000009 +名著 0.00000055 +名裁判 0.00000018 +名言 0.00000037 +名詞 0.00000293 +名誉 0.00002834 +名護 0.00000028 +名車 0.00000009 +名近く 0.00000009 +名鉄 0.00000009 +名鑑 0.00000009 +名門 0.00000248 +名馬 0.00000046 +名高 0.00000266 +后 0.00000009 +吏 0.00000046 +吏子 0.00000009 +吐 0.00001009 +吐きあげ 0.00000009 +吐きかけ 0.00000009 +吐きそ 0.00000009 +吐きそう 0.00000009 +吐き出 0.00000376 +吐き捨て 0.00000046 +吐き散ら 0.00000009 +吐き気 0.00000303 +吐き気止め 0.00000009 +吐け 0.00000009 +吐夢 0.00000009 +吐息 0.00000018 +吐血 0.00000009 +吐袋 0.00000009 +吐露 0.00000073 +向 0.00002549 +向い 0.00000009 +向い側 0.00000009 +向い合 0.00000018 +向い合せ 0.00000009 +向う 0.00000220 +向か 0.00011078 +向かい 0.00000284 +向かいよう 0.00000009 +向かい側 0.00000055 +向かい合 0.00000202 +向かい合わせ 0.00000028 +向かえ 0.00000009 +向かわ 0.00000009 +向き 0.00001055 +向きあ 0.00000018 +向きかえ 0.00000009 +向きなお 0.00000009 +向き合 0.00000614 +向き合せ 0.00000009 +向き掛け 0.00000009 +向き直 0.00000275 +向け 0.00013242 +向けれ 0.00000064 +向こ 0.00000009 +向こう 0.00002779 +向こうずね 0.00000009 +向こうべり 0.00000009 +向こうよ 0.00000009 +向こう側 0.00000358 +向こう岸 0.00000046 +向上 0.00003879 +向上薬 0.00000064 +向井 0.00000028 +向学 0.00000028 +向島 0.00000009 +向後 0.00000055 +向谷 0.00000009 +君 0.00025677 +君が 0.00000073 +君が代 0.00000037 +君こ 0.00000009 +君主 0.00003760 +君主国 0.00000110 +君主権 0.00000009 +君塚 0.00000009 +君子 0.00000009 +君島 0.00000009 +君持ち 0.00000009 +君死 0.00000009 +君臨 0.00000229 +君譲 0.00000009 +君達 0.00000018 +吟味 0.00000174 +吟誦 0.00000064 +吟遊 0.00000018 +吟醸 0.00000018 +吠え 0.00000376 +吠えだ 0.00000009 +吠えれ 0.00000009 +吠え立て 0.00000018 +否 0.00000706 +否め 0.00000046 +否定 0.00003659 +否定形 0.00000028 +否応 0.00000128 +否決 0.00000220 +否認 0.00000211 +吩咐け 0.00000009 +含 0.00012811 +含み 0.00000092 +含め 0.00003851 +含塩 0.00000009 +含意 0.00000009 +含有 0.00000193 +含硫 0.00000009 +含蓄 0.00000018 +吸 0.00002412 +吸い 0.00000028 +吸いかけ 0.00000028 +吸いこ 0.00000046 +吸いさし 0.00000009 +吸いと 0.00000018 +吸い上げ 0.00000037 +吸い付 0.00000009 +吸い出 0.00000046 +吸い取 0.00000046 +吸い取り紙 0.00000018 +吸い口 0.00000009 +吸い寄せ 0.00000028 +吸い殻 0.00000229 +吸い物 0.00000028 +吸い込 0.00000312 +吸い込み 0.00000009 +吸う 0.00000028 +吸え 0.00000110 +吸わ 0.00000046 +吸入 0.00000101 +吸出 0.00000018 +吸収 0.00001531 +吸取 0.00000018 +吸引 0.00000119 +吸引力 0.00000009 +吸殻 0.00000009 +吸水 0.00000064 +吸汗 0.00000009 +吸湿 0.00000009 +吸着 0.00000073 +吸血 0.00000101 +吸角 0.00000009 +吸魂 0.00000018 +吹 0.00001687 +吹か 0.00000119 +吹き 0.00000303 +吹きあげ 0.00000009 +吹きかえ 0.00000009 +吹きかけ 0.00000128 +吹きこ 0.00000028 +吹きさらし 0.00000018 +吹きす 0.00000009 +吹きすさび 0.00000009 +吹きすさぶ 0.00000018 +吹きそめ 0.00000009 +吹きだ 0.00000028 +吹きちぎれ 0.00000009 +吹きつけ 0.00000073 +吹きつの 0.00000018 +吹きぬけ 0.00000009 +吹きまく 0.00000009 +吹きや 0.00000009 +吹き上げ 0.00000018 +吹き上げん 0.00000009 +吹き下ろ 0.00000009 +吹き付け 0.00000055 +吹き倒 0.00000018 +吹き出 0.00000220 +吹き出し 0.00000009 +吹き分け 0.00000009 +吹き口 0.00000009 +吹き回 0.00000018 +吹き回し 0.00000028 +吹き寄せ 0.00000028 +吹き払 0.00000009 +吹き抜け 0.00000156 +吹き掛け 0.00000009 +吹き散ら 0.00000018 +吹き替え 0.00000101 +吹き流 0.00000009 +吹き消 0.00000083 +吹き消え 0.00000009 +吹き矢 0.00000009 +吹き荒れ 0.00000138 +吹き込 0.00000367 +吹き込み 0.00000028 +吹き込め 0.00000009 +吹き返 0.00000083 +吹き飛ば 0.00000403 +吹き飛ばせ 0.00000009 +吹き鳴ら 0.00000028 +吹く 0.00000009 +吹け 0.00000018 +吹っかけ 0.00000018 +吹っ切 0.00000009 +吹っ切れ 0.00000018 +吹っ飛 0.00000064 +吹っ飛ば 0.00000018 +吹奏 0.00000046 +吹奏楽 0.00000009 +吹屋 0.00000009 +吹替え 0.00000009 +吹替版 0.00000009 +吹流し 0.00000018 +吹物 0.00000009 +吹田 0.00000028 +吹矢 0.00000055 +吹矢筒 0.00000018 +吹聴 0.00000064 +吹雪 0.00000183 +吻合 0.00000046 +吾 0.00000009 +吾々 0.00000083 +吾亦 0.00000009 +吾朗 0.00000018 +吾輩 0.00000009 +吾郎 0.00000009 +呂 0.00000009 +呆れ 0.00000101 +呆拷 0.00000009 +呆気 0.00000009 +呆然 0.00000064 +呈 0.00000257 +呈示 0.00000018 +呉 0.00000220 +呉れ 0.00000055 +呉儀 0.00000018 +呉承 0.00000009 +呉文光 0.00000009 +呉暁敏 0.00000028 +呉服 0.00000009 +呉東 0.00000009 +呉邦国 0.00000009 +告 0.00000018 +告げ 0.00002797 +告げれ 0.00000018 +告げ口 0.00000009 +告別 0.00000028 +告発 0.00000761 +告白 0.00001100 +告知 0.00000367 +告示 0.00000018 +告解 0.00000046 +告訴 0.00000449 +呎 0.00000009 +呑 0.00000156 +呑ま 0.00000009 +呑み込 0.00000092 +呑み込め 0.00000009 +呑気 0.00000018 +呟 0.00000101 +周 0.00000532 +周り 0.00005887 +周る 0.00000009 +周万 0.00000009 +周中 0.00000009 +周分 0.00000018 +周到 0.00000128 +周回 0.00000330 +周囲 0.00002989 +周平 0.00000009 +周年 0.00002696 +周幸 0.00000009 +周忌 0.00000018 +周恩 0.00000064 +周春 0.00000009 +周期 0.00000193 +周気球 0.00000009 +周永 0.00000009 +周波 0.00000303 +周王 0.00000009 +周瑜 0.00000055 +周産 0.00000009 +周目 0.00000009 +周知 0.00000468 +周章 0.00000009 +周縁 0.00000009 +周航 0.00000018 +周航海 0.00000055 +周術 0.00000009 +周辺 0.00002641 +周遊 0.00000046 +周遠泳 0.00000009 +周防 0.00000009 +呪 0.00000147 +呪い 0.00000046 +呪わし 0.00000009 +呪わば 0.00000009 +呪怨 0.00000009 +呪文 0.00000229 +呪縛 0.00000055 +呪術 0.00000028 +呪詛 0.00000028 +味 0.00004814 +味の素 0.00000009 +味わ 0.00001797 +味わい 0.00000413 +味わいが 0.00000037 +味わえ 0.00000624 +味わわ 0.00000018 +味付 0.00000009 +味付け 0.00000660 +味分 0.00000009 +味利 0.00000009 +味合 0.00000009 +味噌 0.00000009 +味得 0.00000009 +味感 0.00000009 +味方 0.00001816 +味気 0.00000037 +味気な 0.00000009 +味見 0.00000229 +味覚 0.00000303 +味音痴 0.00000009 +呵責 0.00000156 +呶鳴 0.00000046 +呷 0.00000009 +呻 0.00000101 +呻き 0.00000046 +呻吟 0.00000018 +呻吟声 0.00000009 +呼 0.00024961 +呼ば 0.00000018 +呼び 0.00000284 +呼びおこ 0.00000009 +呼びかけ 0.00000440 +呼びさま 0.00000009 +呼びつけ 0.00000064 +呼びとめ 0.00000018 +呼びもど 0.00000009 +呼びよせ 0.00000028 +呼び付け 0.00000009 +呼び入れ 0.00000018 +呼び出 0.00000660 +呼び出し 0.00000119 +呼び出せ 0.00000037 +呼び合 0.00000092 +呼び名 0.00000202 +呼び声 0.00000037 +呼び寄せ 0.00000403 +呼び戻 0.00000330 +呼び捨て 0.00000018 +呼び掛け 0.00002164 +呼び掛けい 0.00000009 +呼び止め 0.00000202 +呼び物 0.00000303 +呼び立て 0.00000009 +呼び覚 0.00000046 +呼び覚ま 0.00000083 +呼び起 0.00000018 +呼び起こ 0.00000321 +呼び込 0.00000211 +呼び込め 0.00000018 +呼び返 0.00000009 +呼び鈴 0.00000257 +呼び集め 0.00000037 +呼べ 0.00000403 +呼出 0.00000009 +呼出し 0.00000018 +呼出状 0.00000009 +呼出音 0.00000009 +呼吸 0.00001559 +呼子 0.00000018 +呼応 0.00000064 +呼気 0.00000083 +呼称 0.00000128 +呼鈴 0.00000055 +呼集 0.00000009 +命 0.00008537 +命がけ 0.00000046 +命じ 0.00000229 +命づな 0.00000009 +命びろ 0.00000009 +命中 0.00000101 +命乞い 0.00000028 +命令 0.00003127 +命取り 0.00000119 +命名 0.00000385 +命周期 0.00000009 +命惜し 0.00000009 +命懸け 0.00000138 +命拾い 0.00000046 +命日 0.00000220 +命果て 0.00000009 +命綱 0.00000037 +命運 0.00000138 +命題 0.00000101 +咄嗟 0.00000009 +咆え 0.00000037 +咆吼 0.00000018 +咆哮 0.00000028 +和 0.00001302 +和え 0.00000018 +和やか 0.00000083 +和ら 0.00000275 +和らげ 0.00000706 +和らげれ 0.00000009 +和一 0.00000009 +和三 0.00000009 +和三郎 0.00000018 +和久 0.00000037 +和也 0.00000156 +和人 0.00000018 +和仁 0.00000009 +和倉 0.00000009 +和光 0.00000018 +和博 0.00000101 +和合 0.00000037 +和名 0.00000009 +和喜 0.00000018 +和士 0.00000009 +和夫 0.00000055 +和子 0.00000037 +和室 0.00000330 +和寿 0.00000018 +和尚 0.00000284 +和布刈 0.00000009 +和平 0.00000935 +和平調停 0.00000009 +和幸 0.00000018 +和広 0.00000009 +和式 0.00000165 +和彦 0.00000009 +和彩 0.00000009 +和彩美 0.00000009 +和敬 0.00000009 +和文 0.00000018 +和明 0.00000037 +和書 0.00000009 +和服 0.00000238 +和枝 0.00000083 +和柄 0.00000009 +和楽 0.00000028 +和樹 0.00000018 +和歌 0.00000303 +和歌子 0.00000009 +和歌山 0.00000413 +和正 0.00000009 +和気 0.00000046 +和江 0.00000009 +和泉 0.00000083 +和泉元 0.00000009 +和洋 0.00000128 +和漢 0.00000009 +和漢朗 0.00000009 +和独 0.00000009 +和生 0.00000037 +和田 0.00000211 +和睦 0.00000028 +和紙 0.00000614 +和義 0.00000028 +和英 0.00000156 +和草 0.00000009 +和蘭 0.00000018 +和製 0.00000055 +和西 0.00000009 +和親 0.00000018 +和解 0.00000660 +和記 0.00000009 +和訳 0.00000009 +和辻 0.00000009 +和道 0.00000009 +和郎 0.00000009 +和重 0.00000009 +和雅 0.00000009 +和雑貨 0.00000018 +和音 0.00000018 +和風 0.00000284 +和食 0.00000468 +和馬 0.00000046 +和骨 0.00000009 +咎 0.00000018 +咎め 0.00000037 +咎めだて 0.00000018 +咎め立て 0.00000037 +咢堂 0.00000009 +咬 0.00000037 +咬ま 0.00000009 +咬みつ 0.00000009 +咬み合 0.00000009 +咬合 0.00000009 +咲 0.00001440 +咲き 0.00000138 +咲きほこ 0.00000018 +咲希 0.00000009 +咳 0.00000339 +咳きこ 0.00000009 +咳き込 0.00000037 +咳払い 0.00000064 +咳止め 0.00000037 +咳込 0.00000009 +咽 0.00000009 +咽び 0.00000018 +咽喉 0.00000303 +咽頭 0.00000028 +咽頭炎 0.00000009 +哀 0.00000037 +哀し 0.00000138 +哀しみ 0.00000064 +哀しみに 0.00000009 +哀れ 0.00000761 +哀れみ 0.00000147 +哀れん 0.00000009 +哀哭 0.00000009 +哀川 0.00000037 +哀悼 0.00000156 +哀愁 0.00000055 +哀楽 0.00000083 +哀歌 0.00000037 +哀歓 0.00000018 +哀訴 0.00000009 +哀願 0.00000046 +品 0.00014571 +品々 0.00000330 +品ぞろえ 0.00000073 +品位 0.00000165 +品切れ 0.00000119 +品定め 0.00000046 +品川 0.00000165 +品店 0.00000009 +品性 0.00000028 +品揃え 0.00000211 +品数 0.00000046 +品書き 0.00000009 +品格 0.00000220 +品物 0.00001210 +品番 0.00000009 +品目 0.00000312 +品目当て 0.00000009 +品種 0.00000550 +品薄 0.00000018 +品行 0.00000064 +品評 0.00000073 +品評会 0.00000009 +品質 0.00002274 +哄笑 0.00000009 +員 0.00015975 +哨 0.00000009 +哩 0.00000018 +哭 0.00000009 +哲 0.00000055 +哲也 0.00000083 +哲人 0.00000018 +哲哉 0.00000073 +哲学 0.00002137 +哲学史 0.00000009 +哲学者 0.00000009 +哲朗 0.00000009 +哲煥 0.00000009 +哲男 0.00000009 +哲章 0.00000009 +哲郎 0.00000018 +哺乳 0.00000321 +唄 0.00000183 +唆 0.00000046 +唇 0.00001265 +唇弁 0.00000009 +唇歯 0.00000009 +唐 0.00000413 +唐人 0.00000028 +唐傘 0.00000009 +唐古拉 0.00000009 +唐変木 0.00000009 +唐手 0.00000018 +唐揚げ 0.00000028 +唐木 0.00000211 +唐津 0.00000046 +唐物 0.00000009 +唐獅子 0.00000009 +唐王朝 0.00000009 +唐突 0.00000156 +唐紙 0.00000009 +唐草 0.00000018 +唐辛子 0.00000174 +唐門 0.00000009 +唐風 0.00000009 +唐飛 0.00000018 +唯 0.00000083 +唯々 0.00000009 +唯一 0.00005365 +唯一人 0.00000018 +唯一見つけ 0.00000009 +唯宏 0.00000009 +唯物 0.00000092 +唱 0.00000037 +唱え 0.00001128 +唱和 0.00000009 +唱歌 0.00000046 +唱歌隊 0.00000009 +唱法 0.00000009 +唱道 0.00000028 +唸 0.00000147 +唸り 0.00000009 +唸り声 0.00000064 +唾 0.00000156 +唾液 0.00000128 +啀み合 0.00000009 +啄 0.00000009 +啄木 0.00000101 +商 0.00000816 +商い 0.00000028 +商事 0.00000303 +商人 0.00001275 +商会 0.00000147 +商住 0.00000009 +商務 0.00000092 +商号 0.00000028 +商品 0.00013297 +商圏 0.00000009 +商売 0.00003155 +商売替え 0.00000009 +商学 0.00000028 +商家 0.00000037 +商工 0.00000211 +商工業 0.00000009 +商店 0.00001018 +商戦 0.00000064 +商才 0.00000018 +商業 0.00001862 +商標 0.00000284 +商機 0.00000009 +商法 0.00000110 +商用 0.00000220 +商相 0.00000009 +商社 0.00000477 +商科 0.00000009 +商習慣 0.00000073 +商舗 0.00000018 +商船 0.00000147 +商談 0.00000293 +商部 0.00000037 +商魂 0.00000009 +問 0.00003283 +問い 0.00000669 +問いかけ 0.00000367 +問いた 0.00000046 +問いただ 0.00000128 +問いただし 0.00000009 +問いだ 0.00000009 +問いだた 0.00000009 +問いつめ 0.00000018 +問い合わせ 0.00001926 +問い掛け 0.00000156 +問い直 0.00000064 +問い詰め 0.00000009 +問い返 0.00000018 +問え 0.00000009 +問屋 0.00000119 +問答 0.00000138 +問診 0.00000064 +問責 0.00000028 +問題 0.00058928 +啓 0.00000147 +啓も 0.00000009 +啓もう 0.00000092 +啓一郎 0.00000009 +啓上 0.00000009 +啓之 0.00000009 +啓二 0.00000009 +啓介 0.00000009 +啓光 0.00000083 +啓子 0.00000138 +啓明 0.00000009 +啓正 0.00000009 +啓治 0.00000018 +啓発 0.00000229 +啓示 0.00000046 +啓蒙 0.00000028 +啜 0.00000028 +啜り 0.00000018 +啣え 0.00000018 +啼 0.00000018 +啼鳥 0.00000009 +喀痰 0.00000037 +喀血 0.00000009 +善 0.00001055 +善が 0.00000009 +善がり 0.00000037 +善く 0.00000009 +善し 0.00000009 +善しあし 0.00000055 +善人 0.00000138 +善光 0.00000083 +善処 0.00000018 +善処致 0.00000009 +善博 0.00000009 +善右衛門 0.00000009 +善吉 0.00000009 +善因 0.00000018 +善女 0.00000018 +善彦 0.00000009 +善悪 0.00000248 +善意 0.00000504 +善戦 0.00000046 +善政 0.00000009 +善文頭取 0.00000009 +善果 0.00000018 +善業 0.00000018 +善次 0.00000009 +善治 0.00000018 +善玉 0.00000055 +善男 0.00000009 +善福 0.00000009 +善積 0.00000009 +善良 0.00000908 +善行 0.00000293 +善通寺 0.00000018 +善邦訳 0.00000009 +善隣 0.00000028 +喇叭 0.00000018 +喇嘛 0.00000009 +喉 0.00000825 +喉元 0.00000064 +喉痛 0.00000009 +喉音 0.00000009 +喉頭 0.00000028 +喉首 0.00000009 +喋 0.00000055 +喋り 0.00000009 +喘 0.00000064 +喘ぎ 0.00000009 +喘鳴 0.00000009 +喚 0.00000110 +喚び 0.00000009 +喚びかけ 0.00000009 +喚び合 0.00000009 +喚問 0.00000009 +喚声 0.00000046 +喚起 0.00000266 +喜 0.00007538 +喜々 0.00000028 +喜し 0.00000009 +喜ば 0.00000055 +喜ばし 0.00000257 +喜ばせ 0.00000009 +喜び 0.00004172 +喜びあ 0.00000009 +喜び合 0.00000028 +喜び合え 0.00000009 +喜べ 0.00000028 +喜一 0.00000009 +喜久 0.00000018 +喜久子 0.00000018 +喜久屋 0.00000009 +喜久男 0.00000009 +喜代 0.00000018 +喜代志 0.00000009 +喜八 0.00000009 +喜劇 0.00000348 +喜多 0.00000037 +喜多川 0.00000064 +喜多郎 0.00000165 +喜志子 0.00000009 +喜怒 0.00000083 +喜悦 0.00000037 +喜捨 0.00000009 +喜朗 0.00000147 +喜望 0.00000055 +喜洋 0.00000009 +喜美 0.00000009 +喜美子 0.00000055 +喜美枝 0.00000110 +喜関 0.00000028 +喝 0.00000018 +喝采 0.00000504 +喧伝 0.00000028 +喧嘩 0.00000229 +喧噪 0.00000037 +喧騒 0.00000174 +喩え 0.00000028 +喪 0.00000064 +喪中 0.00000046 +喪主 0.00000009 +喪失 0.00000514 +喪服 0.00000055 +喪章 0.00000018 +喪葬 0.00000009 +喫 0.00000147 +喫か 0.00000009 +喫し 0.00000009 +喫べ 0.00000028 +喫水 0.00000028 +喫煙 0.00004851 +喫茶 0.00000935 +喫飲 0.00000018 +喬 0.00000110 +喬偉 0.00000009 +喰 0.00000174 +喰べ 0.00000046 +喰ら 0.00000018 +営 0.00000770 +営々 0.00000009 +営み 0.00000046 +営利 0.00000798 +営団 0.00000009 +営店 0.00000009 +営業 0.00004255 +営農 0.00000009 +嗄 0.00000018 +嗄ら 0.00000009 +嗄れ 0.00000009 +嗅 0.00000284 +嗅い 0.00000055 +嗅ぎ 0.00000055 +嗅ぎつけ 0.00000046 +嗅ぎつけろ 0.00000009 +嗅ぎ取 0.00000009 +嗅ぐ 0.00000009 +嗅覚 0.00000101 +嗚呼 0.00000009 +嗚咽 0.00000064 +嗜み 0.00000018 +嗜好 0.00000055 +嗜癖 0.00000046 +嗜眠 0.00000009 +嗣治 0.00000018 +嗣郎 0.00000009 +嗤 0.00000009 +嗤笑 0.00000009 +嘆 0.00000862 +嘆かわし 0.00000064 +嘆き 0.00000156 +嘆き悲し 0.00000248 +嘆き悲しみ 0.00000018 +嘆称 0.00000009 +嘆願 0.00000220 +嘉人 0.00000028 +嘉夫 0.00000009 +嘉手納空軍 0.00000009 +嘉暦 0.00000037 +嘉永 0.00000009 +嘉浩 0.00000009 +嘉瀬 0.00000009 +嘉納 0.00000028 +嘉風 0.00000009 +嘔吐 0.00000083 +嘗め 0.00000009 +嘗胆 0.00000009 +嘘 0.00000275 +嘘つき 0.00000009 +嘘偽り 0.00000028 +嘱望 0.00000009 +嘱託 0.00000055 +嘲 0.00000119 +嘲り 0.00000055 +嘲弄 0.00000009 +嘲笑 0.00000183 +嘴 0.00000064 +嘶 0.00000009 +噂 0.00000257 +噂話 0.00000055 +噛 0.00000477 +噛み 0.00000046 +噛みしめ 0.00000018 +噛みつ 0.00000018 +噛みと 0.00000009 +噛み合 0.00000009 +噛り 0.00000009 +噤 0.00000018 +器 0.00003402 +器具 0.00000853 +器官 0.00000569 +器形 0.00000009 +器械 0.00000165 +器楽 0.00000009 +器物 0.00000009 +器用 0.00000440 +器量 0.00000083 +噴 0.00000018 +噴き 0.00000101 +噴き上げ 0.00000009 +噴き出 0.00000073 +噴井 0.00000009 +噴出 0.00000202 +噴出口 0.00000018 +噴射 0.00000046 +噴水 0.00000119 +噴火 0.00000532 +噴煙 0.00000018 +噴石 0.00000009 +噴門 0.00000009 +噴霧 0.00000046 +噴飯 0.00000009 +噺 0.00000018 +嚀 0.00000009 +嚇 0.00000018 +嚢 0.00000009 +嚢胞 0.00000037 +嚥 0.00000009 +嚮導 0.00000009 +嚴島 0.00000018 +囀 0.00000018 +囁 0.00000064 +囁きあ 0.00000009 +囃子 0.00000174 +囚 0.00000119 +囚われ 0.00000028 +囚人 0.00000642 +四 0.00004585 +四、五 0.00000055 +四〇 0.00000037 +四つ 0.00000009 +四つんばい 0.00000064 +四つん這 0.00000009 +四つん這い 0.00000009 +四ツ谷 0.00000009 +四七 0.00000009 +四世 0.00000028 +四五 0.00000009 +四人 0.00000009 +四位 0.00000009 +四六 0.00000101 +四切れ 0.00000009 +四十 0.00000523 +四十分 0.00000018 +四千 0.00000083 +四半 0.00000440 +四名 0.00000028 +四周 0.00000009 +四囲 0.00000018 +四国 0.00000495 +四型 0.00000009 +四大 0.00000018 +四字 0.00000009 +四季 0.00000697 +四島 0.00000083 +四川 0.00000128 +四役 0.00000018 +四折 0.00000009 +四捨 0.00000073 +四散 0.00000046 +四方 0.00000358 +四日市 0.00000009 +四旬 0.00000009 +四晩 0.00000009 +四服 0.00000009 +四条 0.00000064 +四次 0.00000009 +四球 0.00000046 +四発 0.00000009 +四百 0.00000064 +四神 0.00000009 +四股 0.00000018 +四肢 0.00000138 +四苦 0.00000110 +四行 0.00000009 +四角 0.00000853 +四角張 0.00000009 +四谷 0.00000064 +四足 0.00000018 +四輪 0.00000055 +四辺 0.00000046 +四辻 0.00000009 +四通 0.00000009 +四郎 0.00000018 +四隅 0.00000046 +四面 0.00000064 +四頭 0.00000009 +四題 0.00000018 +回 0.00028804 +回し 0.00000064 +回せ 0.00000018 +回り 0.00001137 +回りくど 0.00000009 +回り回 0.00000018 +回り込 0.00000028 +回れ 0.00000220 +回下げ 0.00000009 +回付 0.00000009 +回倒 0.00000009 +回分 0.00000009 +回動か 0.00000009 +回収 0.00001091 +回向 0.00000028 +回奥 0.00000009 +回子ネコ 0.00000009 +回帰 0.00000073 +回帰省 0.00000009 +回廊 0.00000128 +回復 0.00004026 +回心 0.00000018 +回忌 0.00000009 +回想 0.00000523 +回折 0.00000009 +回数 0.00000660 +回数え 0.00000009 +回春 0.00000018 +回替え 0.00000009 +回生 0.00000018 +回目 0.00000028 +回祈 0.00000009 +回答 0.00004209 +回線 0.00000385 +回肉 0.00000009 +回能 0.00000009 +回腸 0.00000018 +回色 0.00000009 +回虫 0.00000009 +回覧 0.00000119 +回診 0.00000018 +回路 0.00000321 +回路網 0.00000009 +回転 0.00002072 +回転倒 0.00000009 +回転翼 0.00000009 +回転職 0.00000009 +回送 0.00000009 +回遊 0.00000064 +回避 0.00000715 +回顧 0.00000147 +回顧展 0.00000009 +回顧録 0.00000028 +回^体 0.00000009 +因 0.00000147 +因み 0.00000009 +因人 0.00000018 +因子 0.00000550 +因数 0.00000009 +因果 0.00000229 +因業 0.00000009 +因縁 0.00000018 +因習 0.00000009 +因襲 0.00000009 +団 0.00004420 +団らん 0.00000046 +団体 0.00009363 +団十郎 0.00000009 +団員 0.00000348 +団地 0.00000101 +団塊 0.00000303 +団子 0.00000138 +団欒 0.00000009 +団治 0.00000028 +団熱心 0.00000009 +団結 0.00000798 +団長 0.00000275 +困 0.00005530 +困ま 0.00000009 +困ら 0.00000018 +困り 0.00000092 +困惑 0.00000871 +困憊 0.00000028 +困民 0.00000046 +困窮 0.00000193 +困迷 0.00000009 +困難 0.00006612 +囲 0.00002934 +囲い 0.00000211 +囲い込 0.00000028 +囲い込み 0.00000009 +囲み 0.00000009 +囲み取 0.00000009 +囲炉 0.00000037 +囲碁 0.00000138 +囲門 0.00000009 +図 0.00002164 +図々し 0.00000009 +図れ 0.00000018 +図上 0.00000009 +図体 0.00000018 +図像 0.00000028 +図式 0.00000092 +図形 0.00000028 +図抜け 0.00000028 +図星 0.00000055 +図書 0.00001871 +図書類 0.00000009 +図柄 0.00000165 +図案 0.00000101 +図版 0.00000009 +図表 0.00000046 +図解 0.00000009 +図鑑 0.00000055 +図面 0.00000064 +図_ 0.00000009 +固 0.00001513 +固い 0.00000009 +固ま 0.00000605 +固まり 0.00000202 +固まる 0.00000009 +固め 0.00000770 +固めれ 0.00000009 +固体 0.00000073 +固化 0.00000009 +固原 0.00000018 +固唾 0.00000064 +固執 0.00000257 +固守 0.00000055 +固定 0.00001128 +固定術 0.00000009 +固形 0.00000073 +固持 0.00000055 +固有 0.00000486 +固有種 0.00000028 +固着 0.00000018 +固辞 0.00000037 +国 0.00078433 +国々 0.00005429 +国が 0.00000009 +国ぐ 0.00000018 +国づくり 0.00000037 +国三 0.00000018 +国並 0.00000009 +国中 0.00000422 +国主 0.00000009 +国事 0.00000083 +国交 0.00000614 +国会 0.00002577 +国体 0.00000055 +国作り 0.00000037 +国使 0.00000009 +国保 0.00000028 +国側 0.00000018 +国債 0.00000138 +国元 0.00000009 +国公私立 0.00000018 +国公立 0.00000055 +国共通 0.00000009 +国内 0.00006575 +国内外 0.00000734 +国内外問 0.00000009 +国内産 0.00000009 +国内線 0.00000009 +国分寺 0.00000028 +国別 0.00000229 +国制 0.00000009 +国力 0.00000202 +国務 0.00001082 +国勢 0.00000202 +国台湾 0.00000009 +国号 0.00000009 +国吉 0.00000046 +国名 0.00000266 +国善 0.00000009 +国営 0.00000449 +国土 0.00001165 +国坂 0.00000046 +国境 0.00002219 +国外 0.00001128 +国始ま 0.00000009 +国威 0.00000055 +国定 0.00000064 +国宝 0.00000413 +国家 0.00007886 +国富 0.00000064 +国対 0.00000009 +国広 0.00000018 +国庫 0.00000064 +国後 0.00000037 +国志 0.00000028 +国情 0.00000046 +国技 0.00000413 +国政 0.00000156 +国教 0.00000101 +国教会 0.00000037 +国数 0.00000009 +国旗 0.00000706 +国是 0.00000028 +国書 0.00000028 +国有 0.00000202 +国本 0.00000018 +国本位 0.00000009 +国松 0.00000028 +国枝 0.00000055 +国柄 0.00000092 +国権 0.00000055 +国橋 0.00000009 +国次期 0.00000009 +国歌 0.00000504 +国民 0.00016240 +国父 0.00000009 +国王 0.00001403 +国王亭 0.00000018 +国産 0.00000587 +国用 0.00000009 +国益 0.00000358 +国税 0.00000138 +国立 0.00002797 +国章 0.00000028 +国策 0.00000064 +国籍 0.00006337 +国籍朗 0.00000037 +国粋 0.00000046 +国絵 0.00000009 +国花 0.00000083 +国芳 0.00000009 +国葬 0.00000009 +国見 0.00000009 +国言葉 0.00000018 +国語 0.00000431 +国論 0.00000009 +国費 0.00000083 +国賓 0.00000028 +国軍 0.00000119 +国辱 0.00000028 +国造り 0.00000046 +国連 0.00007107 +国運 0.00000028 +国道 0.00000073 +国選 0.00000018 +国邪馬 0.00000009 +国鉄 0.00000064 +国防 0.00000697 +国随一 0.00000009 +国際 0.00029170 +国難 0.00000018 +国韓国 0.00000009 +国風 0.00000018 +国鳥 0.00000028 +國士 0.00000009 +國弘 0.00000064 +國悦 0.00000009 +國重 0.00000119 +國重友美 0.00000009 +圏 0.00002659 +圏内 0.00000018 +圏域 0.00000009 +圏外 0.00000009 +園 0.00005667 +園丁 0.00000009 +園児 0.00000046 +園内 0.00000238 +園外 0.00000018 +園子 0.00000009 +園庭 0.00000009 +園生 0.00000009 +園田 0.00000018 +園芸 0.00000293 +園遊 0.00000009 +園長 0.00000018 +圓佛 0.00000009 +圓性 0.00000009 +團 0.00000009 +團十郎 0.00000055 +團男 0.00000009 +土 0.00001412 +土なべ 0.00000009 +土ぼこり 0.00000018 +土下座 0.00000046 +土中 0.00000009 +土井 0.00000229 +土佐 0.00000193 +土佐ノ海 0.00000009 +土俵 0.00000770 +土偶 0.00000028 +土台 0.00000385 +土器 0.00000202 +土地 0.00005410 +土地代 0.00000009 +土塁 0.00000018 +土壁 0.00000018 +土壇場 0.00000174 +土壌 0.00000422 +土壤 0.00000009 +土居 0.00000073 +土屋 0.00000037 +土層 0.00000009 +土岐 0.00000009 +土建 0.00000018 +土手 0.00000367 +土手下 0.00000009 +土日 0.00000211 +土星 0.00000073 +土曜 0.00002448 +土木 0.00000110 +土気 0.00000037 +土煙 0.00000009 +土産 0.00000945 +土産物 0.00000046 +土用 0.00000037 +土田 0.00000009 +土盛り 0.00000055 +土着 0.00000138 +土着民 0.00000009 +土石 0.00000018 +土砂 0.00000165 +土砂降り 0.00000165 +土竜 0.00000009 +土臭 0.00000028 +土葬 0.00000009 +土蔵 0.00000009 +土製 0.00000018 +土讃 0.00000009 +土足 0.00000009 +土踏 0.00000028 +土鍋 0.00000009 +土間 0.00000009 +土類 0.00000009 +圧 0.00000284 +圧下 0.00000009 +圧倒 0.00002458 +圧制 0.00000064 +圧力 0.00001486 +圧勝 0.00000193 +圧巻 0.00000055 +圧帯 0.00000018 +圧延 0.00000028 +圧感 0.00000009 +圧搾 0.00000009 +圧政 0.00000193 +圧死 0.00000018 +圧殺 0.00000046 +圧注湯 0.00000009 +圧痕 0.00000018 +圧痛 0.00000055 +圧縮 0.00000147 +圧迫 0.00000330 +在 0.00000486 +在り 0.00000018 +在れ 0.00000009 +在世 0.00000009 +在京 0.00000009 +在任 0.00000174 +在位 0.00000064 +在住 0.00001623 +在俗 0.00000009 +在処 0.00000009 +在勤 0.00000028 +在外 0.00000330 +在学 0.00000468 +在宅 0.00000339 +在家 0.00000009 +在席 0.00000018 +在庫 0.00001036 +在日 0.00002834 +在来 0.00000165 +在校 0.00000009 +在民 0.00000018 +在留 0.00006648 +在籍 0.00000367 +在米 0.00000037 +在職 0.00000348 +在胎 0.00000009 +在英 0.00000028 +在郷 0.00000018 +在韓 0.00000009 +圭 0.00000083 +圭一 0.00000165 +圭一郎 0.00000046 +圭之助 0.00000009 +圭介 0.00000046 +圭佑 0.00000046 +圭司 0.00000046 +圭司郎 0.00000055 +圭吾 0.00000018 +圭子 0.00000018 +圭織 0.00000037 +圭音 0.00000009 +地 0.00015782 +地すべり 0.00000018 +地びた 0.00000009 +地べ 0.00000018 +地めん 0.00000009 +地上 0.00002054 +地下 0.00003916 +地中 0.00000624 +地主 0.00000890 +地主将 0.00000009 +地人 0.00000009 +地代 0.00000018 +地位 0.00003650 +地価 0.00000211 +地元 0.00007189 +地利 0.00000009 +地割れ 0.00000028 +地動 0.00000009 +地勢 0.00000009 +地化 0.00000009 +地区 0.00002852 +地史 0.00000009 +地名 0.00000358 +地味 0.00000459 +地団 0.00000037 +地図 0.00001981 +地固 0.00000009 +地固ま 0.00000009 +地域 0.00018698 +地場 0.00000037 +地声 0.00000009 +地学 0.00000028 +地対 0.00000018 +地層 0.00000220 +地峡 0.00000009 +地崎 0.00000009 +地巡り 0.00000009 +地帯 0.00001238 +地平 0.00000275 +地底 0.00000018 +地形 0.00000394 +地所 0.00000119 +地政 0.00000018 +地方 0.00008437 +地村 0.00000046 +地検 0.00000037 +地権 0.00000009 +地歌 0.00000009 +地歩 0.00000028 +地殻 0.00000046 +地毛 0.00000009 +地法 0.00000046 +地消 0.00000018 +地滑 0.00000018 +地滑り 0.00000083 +地点 0.00000899 +地熱 0.00000092 +地獄 0.00001256 +地獄門 0.00000009 +地球 0.00010326 +地球場 0.00000009 +地理 0.00000890 +地産 0.00000018 +地異 0.00000028 +地盤 0.00000183 +地粉 0.00000009 +地続き 0.00000009 +地縁 0.00000028 +地肌 0.00000018 +地蔵 0.00000092 +地衣 0.00000018 +地表 0.00000321 +地裁 0.00000110 +地質 0.00000275 +地車 0.00000028 +地軸 0.00000009 +地道 0.00000220 +地酒 0.00000083 +地金 0.00000028 +地鎮祭 0.00000009 +地階 0.00000009 +地雷 0.00000789 +地雷原 0.00000009 +地震 0.00005383 +地面 0.00002228 +地魚 0.00000009 +地鶏 0.00000009 +坂 0.00000624 +坂中 0.00000046 +坂井 0.00000009 +坂口 0.00000055 +坂本 0.00000514 +坂村 0.00000037 +坂東 0.00000018 +坂田 0.00000028 +坂茂 0.00000009 +坂路 0.00000028 +坂道 0.00000156 +坂野 0.00000064 +坂駅 0.00000018 +均 0.00000009 +均一 0.00000147 +均一体質 0.00000009 +均整 0.00000064 +均等 0.00000394 +均衡 0.00000477 +均質 0.00000101 +坊 0.00000798 +坊や 0.00000110 +坊主 0.00000046 +坊主憎 0.00000009 +坊主頭 0.00000009 +坊将軍 0.00000009 +坐 0.00000284 +坐り込 0.00000037 +坐席 0.00000009 +坐薬 0.00000018 +坑 0.00000009 +坑内 0.00000009 +坑夫 0.00000009 +坑日 0.00000009 +坑道 0.00000028 +坑道内 0.00000018 +坡州 0.00000009 +坤 0.00000009 +坦懐 0.00000009 +坩堝 0.00000018 +坪 0.00000156 +坪内 0.00000028 +坪庭 0.00000009 +垂 0.00000009 +垂ら 0.00000128 +垂れ 0.00000697 +垂れこ 0.00000009 +垂れ下が 0.00000009 +垂れ流 0.00000009 +垂れ流し 0.00000009 +垂れ込 0.00000009 +垂れ込め 0.00000018 +垂仁 0.00000009 +垂木 0.00000009 +垂涎 0.00000009 +垂直 0.00000183 +垂直線 0.00000009 +型 0.00007089 +型取 0.00000009 +型崩れ 0.00000009 +型押し 0.00000009 +型破り 0.00000046 +型紙 0.00000083 +型落ち 0.00000009 +型鳥 0.00000055 +垢 0.00000055 +垢すり 0.00000009 +垢擦り 0.00000009 +垣 0.00000055 +垣根 0.00000248 +垣武 0.00000009 +垣間 0.00000055 +垣間見 0.00000193 +垣間見せ 0.00000009 +埃 0.00000174 +埋 0.00000009 +埋ま 0.00000321 +埋め 0.00001412 +埋めこ 0.00000009 +埋めもど 0.00000009 +埋め合 0.00000009 +埋め合せ 0.00000055 +埋め合わせ 0.00000348 +埋め尽く 0.00000238 +埋め立て 0.00000165 +埋め込 0.00000385 +埋め込み 0.00000009 +埋め込め 0.00000018 +埋もれ 0.00000193 +埋没 0.00000037 +埋立 0.00000018 +埋葬 0.00000761 +埋蔵 0.00000174 +埋設 0.00000055 +城 0.00003063 +城下 0.00000083 +城下町 0.00000009 +城中 0.00000009 +城主 0.00000110 +城作 0.00000018 +城内 0.00000073 +城前 0.00000009 +城型 0.00000018 +城塞 0.00000101 +城壁 0.00000403 +城壁内 0.00000009 +城山 0.00000028 +城島 0.00000358 +城川 0.00000009 +城彰 0.00000009 +城戸 0.00000083 +城攻め 0.00000009 +城数 0.00000009 +城砦 0.00000009 +城西 0.00000009 +城跡 0.00000083 +城郭 0.00000064 +城野 0.00000009 +城門 0.00000083 +埒外 0.00000009 +域 0.00000183 +域内 0.00000073 +域外 0.00000009 +埠頭 0.00000101 +埴輪 0.00000073 +執 0.00000147 +執り 0.00000101 +執り行 0.00000092 +執り行え 0.00000009 +執る 0.00000009 +執事 0.00000266 +執僕 0.00000018 +執刀 0.00000018 +執務 0.00000092 +執心 0.00000009 +執念 0.00000110 +執拗 0.00000193 +執着 0.00000486 +執筆 0.00001192 +執筆者 0.00000211 +執著 0.00000009 +執行 0.00000954 +執行人 0.00000009 +培 0.00000266 +培地 0.00000028 +培養 0.00000468 +基 0.00002072 +基ず 0.00000018 +基づ 0.00005631 +基世 0.00000009 +基地 0.00002192 +基壇 0.00000018 +基子 0.00000715 +基層 0.00000018 +基幹 0.00000110 +基底 0.00000009 +基文 0.00000037 +基本 0.00007520 +基板 0.00000018 +基準 0.00003063 +基点 0.00000018 +基由 0.00000009 +基盤 0.00001513 +基督 0.00000092 +基礎 0.00002439 +基調 0.00000220 +基質 0.00000009 +基軸 0.00000028 +基部 0.00000009 +基金 0.00001376 +埼京線 0.00000009 +埼玉 0.00001027 +堀 0.00000119 +堀ノ内 0.00000018 +堀井 0.00000009 +堀内 0.00000037 +堀切 0.00000018 +堀北 0.00000009 +堀崎 0.00000046 +堀川 0.00000037 +堀江 0.00000688 +堀畑 0.00000009 +堀端 0.00000018 +堀込 0.00000009 +堂 0.00002155 +堂々 0.00001073 +堂内 0.00000018 +堂内部 0.00000009 +堂堂 0.00000009 +堂島 0.00000009 +堂本 0.00000018 +堅 0.00000651 +堅人 0.00000009 +堅剛 0.00000009 +堅固 0.00000165 +堅実 0.00000229 +堅実派 0.00000009 +堅持 0.00000156 +堅材 0.00000009 +堅牢 0.00000046 +堅物 0.00000018 +堅苦し 0.00000312 +堅調 0.00000055 +堆 0.00000009 +堆積 0.00000147 +堆積層 0.00000009 +堆積物 0.00000009 +堆肥 0.00000083 +堕 0.00000028 +堕ち 0.00000028 +堕ちろ 0.00000018 +堕ろ 0.00000018 +堕ろせ 0.00000009 +堕胎 0.00000064 +堕落 0.00000348 +堡 0.00000009 +堡礁 0.00000009 +堤 0.00000202 +堤剛 0.00000009 +堤灯 0.00000009 +堤防 0.00000138 +堪 0.00000073 +堪え 0.00000468 +堪忍 0.00000018 +堪忍袋 0.00000064 +堪能 0.00000596 +堯 0.00000018 +報 0.00001541 +報い 0.00000266 +報じ 0.00000055 +報せ 0.00000018 +報告 0.00009620 +報員 0.00000009 +報奨 0.00000147 +報復 0.00000339 +報徳 0.00000101 +報知 0.00000092 +報賞 0.00000018 +報道 0.00005080 +報酬 0.00001605 +場 0.00013838 +場内 0.00000055 +場処 0.00000009 +場合 0.00030592 +場外 0.00000073 +場慣れ 0.00000009 +場所 0.00023026 +場数 0.00000009 +場違い 0.00000128 +場面 0.00002375 +堺 0.00000174 +塀 0.00000248 +塀越し 0.00000018 +塀際 0.00000009 +塁 0.00000064 +塊 0.00000477 +塊ま 0.00000009 +塊り 0.00000009 +塊状 0.00000009 +塊肉 0.00000018 +塊茎 0.00000009 +塑像 0.00000009 +塔 0.00001467 +塔頂 0.00000009 +塗 0.00001357 +塗り 0.00000275 +塗りこ 0.00000028 +塗りこめ 0.00000009 +塗りたく 0.00000009 +塗りたぐる 0.00000009 +塗りたて 0.00000037 +塗りつけ 0.00000073 +塗りつぶ 0.00000028 +塗りなお 0.00000028 +塗りなおさな 0.00000009 +塗り固め 0.00000018 +塗り壁 0.00000009 +塗り変え 0.00000009 +塗り換え 0.00000009 +塗り替え 0.00000156 +塗り消 0.00000009 +塗り潰 0.00000009 +塗り直 0.00000009 +塗り立て 0.00000037 +塗り箸 0.00000028 +塗り絵 0.00000174 +塗り絵本 0.00000009 +塗り絵本当 0.00000009 +塗り薬 0.00000018 +塗り込 0.00000009 +塗れ 0.00000110 +塗布 0.00000037 +塗料 0.00000055 +塗装 0.00000156 +塚 0.00000128 +塚原 0.00000037 +塚田 0.00000028 +塞 0.00000330 +塞が 0.00000028 +塞がり 0.00000009 +塞ぎ 0.00000028 +塞ぎかけ 0.00000009 +塞ぎ込 0.00000046 +塞栓 0.00000064 +塩 0.00001843 +塩付け 0.00000009 +塩入れ 0.00000018 +塩分 0.00000596 +塩化 0.00000028 +塩原 0.00000018 +塩取 0.00000018 +塩味 0.00000110 +塩基 0.00000009 +塩崎 0.00000009 +塩川 0.00000028 +塩度 0.00000009 +塩抜き 0.00000009 +塩梅 0.00000009 +塩気 0.00000009 +塩水 0.00000156 +塩沢 0.00000028 +塩泉 0.00000009 +塩漬 0.00000009 +塩漬け 0.00000128 +塩焼 0.00000009 +塩素 0.00000101 +塩蔵 0.00000018 +塩足 0.00000009 +塩辛 0.00000055 +塩酸 0.00000028 +塩釜 0.00000009 +塩類 0.00000009 +塵 0.00000119 +塵埃 0.00000018 +塵芥 0.00000009 +塹壕 0.00000110 +塾 0.00001119 +塾代 0.00000009 +塾生 0.00000009 +境 0.00000312 +境内 0.00000330 +境地 0.00000156 +境港 0.00000028 +境漁 0.00000009 +境界 0.00000578 +境界線 0.00000009 +境目 0.00000110 +境遇 0.00000422 +墓 0.00001962 +墓前 0.00000009 +墓参り 0.00000101 +墓園 0.00000018 +墓地 0.00000724 +墓場 0.00000202 +墓廟 0.00000009 +墓所 0.00000083 +墓標 0.00000055 +墓石 0.00000257 +墓碑 0.00000009 +墓穴 0.00000073 +増 0.00002384 +増え 0.00015094 +増えれ 0.00000257 +増し 0.00000073 +増す 0.00000092 +増せ 0.00000009 +増や 0.00004044 +増やせ 0.00000037 +増便 0.00000009 +増刷 0.00000037 +増加 0.00008565 +増収 0.00000037 +増吉 0.00000046 +増員 0.00000055 +増大 0.00001192 +増女 0.00000009 +増少 0.00000009 +増岡 0.00000009 +増幅 0.00000128 +増強 0.00000284 +増悪 0.00000018 +増村 0.00000009 +増殖 0.00000220 +増殖炉 0.00000009 +増水 0.00000055 +増永 0.00000037 +増沢 0.00000009 +増派 0.00000037 +増減 0.00000009 +増産 0.00000119 +増田 0.00000037 +増発 0.00000018 +増益 0.00000037 +増税 0.00000303 +増築 0.00000037 +増補 0.00000009 +増設 0.00000083 +増資 0.00000018 +増進 0.00000339 +増量 0.00000037 +増長 0.00000037 +増額 0.00000220 +墜 0.00000009 +墜ち 0.00000037 +墜落 0.00000385 +墜落と 0.00000009 +墨 0.00000348 +墨つき 0.00000009 +墨付き 0.00000028 +墨田 0.00000119 +墨画 0.00000009 +墨絵 0.00000092 +墨落とし 0.00000009 +墳 0.00000018 +墳丘 0.00000064 +墳墓 0.00000147 +壁 0.00006117 +壁上 0.00000009 +壁中 0.00000009 +壁掛け 0.00000083 +壁材 0.00000083 +壁沿い 0.00000009 +壁画 0.00000715 +壁紙 0.00000064 +壁越し 0.00000037 +壁際 0.00000101 +壁面 0.00000110 +壁龕 0.00000009 +壇 0.00000073 +壇ノ浦 0.00000064 +壇上 0.00000028 +壊 0.00001302 +壊す 0.00000009 +壊せ 0.00000028 +壊れ 0.00001752 +壊れ物 0.00000009 +壊死 0.00000055 +壊滅 0.00000495 +壊疽 0.00000028 +壊走 0.00000009 +壕 0.00000147 +士 0.00009289 +士卒 0.00000009 +士官 0.00000715 +士族 0.00000018 +士気 0.00000119 +壮健 0.00000018 +壮大 0.00000651 +壮子 0.00000009 +壮年 0.00000037 +壮快 0.00000009 +壮烈 0.00000009 +壮瞥 0.00000028 +壮絶 0.00000138 +壮行 0.00000009 +壮観 0.00000165 +壮語 0.00000018 +壮麗 0.00000138 +声 0.00019331 +声々 0.00000009 +声優 0.00000193 +声優陣 0.00000037 +声域 0.00000018 +声帯 0.00000028 +声援 0.00000477 +声明 0.00001137 +声望 0.00000028 +声楽 0.00000138 +声紋 0.00000009 +声色 0.00000046 +声量 0.00000018 +声音 0.00000028 +声高 0.00000211 +壱与 0.00000009 +壱岐 0.00000046 +売 0.00008354 +売っぱら 0.00000009 +売り 0.00001852 +売りあげ 0.00000018 +売りお 0.00000009 +売りこ 0.00000028 +売りさば 0.00000037 +売りさばい 0.00000009 +売りさばき 0.00000009 +売りつけ 0.00000101 +売りもの 0.00000009 +売り上げ 0.00004191 +売り主 0.00000028 +売り付け 0.00000009 +売り出 0.00001541 +売り出し 0.00000009 +売り切れ 0.00000468 +売り場 0.00000440 +売り子 0.00000064 +売り惜しみ 0.00000009 +売り手 0.00000321 +売り払 0.00000009 +売り抜け 0.00000018 +売り歩 0.00000037 +売り渡 0.00000119 +売り物 0.00000312 +売り込 0.00000697 +売り込み 0.00000275 +売り込め 0.00000018 +売り返 0.00000009 +売り飛ば 0.00000046 +売れ 0.00004356 +売れっ子 0.00000055 +売れれ 0.00000018 +売れ残 0.00000028 +売れ残り 0.00000018 +売れ筋 0.00000055 +売れ行き 0.00000596 +売上 0.00001275 +売上げ 0.00000165 +売人 0.00000037 +売値 0.00000037 +売却 0.00000734 +売台 0.00000009 +売名 0.00000028 +売品 0.00000018 +売国 0.00000009 +売場 0.00000018 +売女 0.00000009 +売店 0.00000385 +売払 0.00000009 +売掛債権 0.00000009 +売掛金 0.00000009 +売春 0.00000816 +売春婦 0.00000018 +売物 0.00000009 +売物件 0.00000009 +売血 0.00000028 +売買 0.00000624 +壷 0.00000119 +壷井 0.00000009 +壷内 0.00000046 +壷類 0.00000009 +壺 0.00000110 +壺屋 0.00000009 +壽朗 0.00000009 +変 0.00003430 +変’ 0.00000009 +変え 0.00011976 +変えら 0.00000009 +変えれ 0.00000211 +変えろ 0.00000018 +変えん 0.00000009 +変り 0.00000009 +変れ 0.00000009 +変わ 0.00017680 +変わっち 0.00000009 +変わり 0.00001376 +変わりばえ 0.00000037 +変わりゆ 0.00000028 +変わり身 0.00000009 +変事 0.00000037 +変人 0.00000110 +変位 0.00000018 +変則 0.00000028 +変動 0.00002641 +変化 0.00009840 +変哲 0.00000018 +変圧 0.00000018 +変奏 0.00000018 +変容 0.00000073 +変幻 0.00000018 +変形 0.00000238 +変心 0.00000009 +変性 0.00000064 +変態 0.00000083 +変換 0.00000624 +変数 0.00000110 +変数値 0.00000009 +変更 0.00006208 +変死 0.00000028 +変異 0.00000651 +変異体 0.00000028 +変異種 0.00000028 +変移 0.00000009 +変種 0.00000248 +変色 0.00000119 +変装 0.00000330 +変調 0.00000009 +変貌 0.00000275 +変質 0.00000128 +変身 0.00000504 +変転 0.00000018 +変速 0.00000018 +変造 0.00000028 +変遷 0.00000092 +変革 0.00000770 +夏 0.00008822 +夏中 0.00000018 +夏久 0.00000092 +夏休み 0.00001036 +夏合宿 0.00000009 +夏場 0.00000055 +夏季 0.00000321 +夏定 0.00000009 +夏川 0.00000009 +夏巡業 0.00000009 +夏希 0.00000064 +夏文京 0.00000009 +夏日 0.00000009 +夏景色 0.00000009 +夏服 0.00000028 +夏期 0.00000110 +夏樹 0.00000009 +夏涼し 0.00000009 +夏物 0.00000009 +夏用 0.00000018 +夏目 0.00000083 +夏祭り 0.00000138 +夏空 0.00000009 +夏至 0.00000046 +夏見 0.00000009 +夏野 0.00000009 +夏限定 0.00000009 +夏隊 0.00000009 +夏風味 0.00000009 +夕 0.00000064 +夕ご飯 0.00000018 +夕ばえ 0.00000009 +夕べ 0.00000165 +夕やみ 0.00000009 +夕共 0.00000009 +夕凪 0.00000018 +夕刊 0.00000266 +夕刻 0.00000092 +夕張 0.00000018 +夕方 0.00001715 +夕日 0.00000165 +夕景 0.00000009 +夕暮れ 0.00000358 +夕暮れ頃 0.00000009 +夕月 0.00000009 +夕涼み 0.00000028 +夕焼 0.00000009 +夕焼け 0.00000165 +夕空 0.00000009 +夕立 0.00000037 +夕闇 0.00000110 +夕陽 0.00000037 +夕顔 0.00000028 +夕食 0.00003457 +夕飯 0.00000587 +外 0.00012160 +外せ 0.00000046 +外れ 0.00001155 +外タレ 0.00000018 +外交 0.00003705 +外人 0.00000559 +外付け 0.00000028 +外伝 0.00000009 +外側 0.00000633 +外傷 0.00000330 +外光 0.00000028 +外出 0.00001632 +外出せ 0.00000009 +外出先 0.00000009 +外刈り 0.00000009 +外力 0.00000018 +外務 0.00001467 +外向 0.00000028 +外周 0.00000018 +外商 0.00000028 +外回り 0.00000055 +外国 0.00058946 +外圧 0.00000018 +外報 0.00000009 +外壁 0.00000156 +外套 0.00000514 +外宇宙 0.00000009 +外宮 0.00000028 +外局 0.00000018 +外層 0.00000046 +外形 0.00000018 +外志雄 0.00000064 +外政 0.00000009 +外敵 0.00000037 +外来 0.00000624 +外気 0.00000128 +外気温 0.00000009 +外泊 0.00000009 +外注 0.00000018 +外洋 0.00000037 +外海 0.00000083 +外液 0.00000009 +外滑走 0.00000009 +外環 0.00000009 +外生物 0.00000018 +外用 0.00000037 +外界 0.00000101 +外的 0.00000220 +外皮 0.00000018 +外盗聴 0.00000009 +外相 0.00000523 +外知的 0.00000018 +外神田 0.00000018 +外科 0.00001165 +外科学 0.00000009 +外端 0.00000018 +外箱 0.00000028 +外線 0.00000046 +外縁 0.00000028 +外美代 0.00000009 +外耳 0.00000009 +外耳道 0.00000009 +外聞 0.00000046 +外苑 0.00000028 +外行 0.00000073 +外行け 0.00000009 +外衣 0.00000046 +外装 0.00000073 +外見 0.00002091 +外見上 0.00000009 +外観 0.00000532 +外角 0.00000009 +外語 0.00000055 +外貌 0.00000009 +外貨 0.00000578 +外資 0.00000651 +外車 0.00000083 +外輪 0.00000037 +外遊 0.00000009 +外部 0.00000908 +外郭 0.00000055 +外野 0.00000669 +外野菜 0.00000018 +外雨 0.00000009 +外電 0.00000009 +外需 0.00000018 +外面 0.00000156 +外食 0.00000715 +外骨 0.00000064 +外骨格 0.00000009 +多 0.00045191 +多々 0.00000138 +多く 0.00059845 +多し 0.00000009 +多め 0.00000165 +多人 0.00000009 +多作 0.00000028 +多価 0.00000064 +多元 0.00000028 +多光子 0.00000018 +多党 0.00000037 +多分 0.00001559 +多分筆者 0.00000009 +多剤 0.00000028 +多動 0.00000018 +多勢 0.00000028 +多喜二 0.00000009 +多喜子 0.00000055 +多国 0.00000064 +多国籍 0.00000037 +多大 0.00001229 +多夫 0.00000009 +多妻 0.00000092 +多孔 0.00000018 +多宗教 0.00000009 +多寡 0.00000028 +多少 0.00001926 +多少こってり 0.00000009 +多少し 0.00000018 +多少な 0.00000073 +多少理 0.00000009 +多岐 0.00000156 +多巣 0.00000009 +多年 0.00000073 +多幸 0.00000119 +多弁 0.00000018 +多彩 0.00000495 +多心 0.00000009 +多忙 0.00000486 +多恵子 0.00000009 +多感 0.00000055 +多才 0.00000037 +多投 0.00000009 +多摩 0.00000193 +多摩川 0.00000009 +多数 0.00004842 +多方面 0.00000009 +多木 0.00000018 +多村 0.00000009 +多枝 0.00000009 +多極 0.00000018 +多様 0.00002705 +多比 0.00000009 +多民 0.00000018 +多気 0.00000028 +多治見 0.00000028 +多湿 0.00000138 +多点 0.00000009 +多生 0.00000009 +多産 0.00000055 +多用 0.00000110 +多田 0.00000174 +多発 0.00000890 +多目 0.00000009 +多神 0.00000018 +多種 0.00000440 +多肢 0.00000009 +多能 0.00000018 +多臓器 0.00000028 +多色 0.00000018 +多芸 0.00000046 +多英 0.00000037 +多角 0.00000073 +多言 0.00000018 +多言語 0.00000183 +多趣 0.00000009 +多過ぎ 0.00000073 +多里 0.00000064 +多重 0.00000119 +多量 0.00000238 +多難 0.00000055 +多雨 0.00000009 +多面 0.00000092 +多額 0.00000834 +多食 0.00000018 +夜 0.00013865 +夜どお 0.00000009 +夜中 0.00001275 +夜中前 0.00000009 +夜中頃 0.00000018 +夜交わ 0.00000009 +夜会 0.00000083 +夜俺 0.00000009 +夜働 0.00000009 +夜八 0.00000009 +夜分 0.00000055 +夜勤 0.00000046 +夜営 0.00000028 +夜型 0.00000018 +夜女 0.00000009 +夜妻 0.00000009 +夜学 0.00000009 +夜室 0.00000009 +夜家 0.00000009 +夜寝 0.00000037 +夜帰宅 0.00000009 +夜帽 0.00000009 +夜店 0.00000028 +夜断 0.00000009 +夜早 0.00000009 +夜明か 0.00000009 +夜明け 0.00000614 +夜昼 0.00000009 +夜景 0.00000266 +夜暗 0.00000009 +夜更かし 0.00000119 +夜更け 0.00000055 +夜桜 0.00000018 +夜歩 0.00000009 +夜気 0.00000018 +夜汽車 0.00000009 +夜用 0.00000009 +夜番 0.00000321 +夜盗 0.00000009 +夜目 0.00000009 +夜祭 0.00000009 +夜祭り 0.00000018 +夜空 0.00000339 +夜船 0.00000009 +夜若 0.00000009 +夜行 0.00000083 +夜襲 0.00000028 +夜見 0.00000009 +夜見え 0.00000009 +夜読 0.00000009 +夜警 0.00000046 +夜起き 0.00000009 +夜起こ 0.00000009 +夜這 0.00000009 +夜通 0.00000202 +夜通し 0.00000055 +夜遊 0.00000009 +夜遊び 0.00000028 +夜道 0.00000028 +夜郎 0.00000009 +夜間 0.00000798 +夜陰 0.00000055 +夜露 0.00000009 +夜風 0.00000046 +夜食 0.00000193 +夜飯 0.00000009 +夜鳥 0.00000018 +夜鳴 0.00000009 +夜鳴きそば屋 0.00000009 +夜_ 0.00000009 +夢 0.00012783 +夢み 0.00000083 +夢中 0.00002072 +夢二 0.00000009 +夢幻 0.00000018 +夢心地 0.00000037 +夢想 0.00000220 +夢殿 0.00000009 +夢窓 0.00000009 +夢見 0.00001201 +夢追 0.00000037 +夢遊 0.00000009 +夢魔 0.00000009 +夥し 0.00000009 +大 0.00035113 +大々 0.00000275 +大いなる 0.00000468 +大いに 0.00002870 +大がかり 0.00000009 +大き 0.00021183 +大きさ 0.00000266 +大きな 0.00031931 +大きなげ 0.00000009 +大きま 0.00000009 +大きめ 0.00000138 +大きら 0.00000018 +大げさ 0.00000908 +大さじ 0.00000229 +大ざっぱ 0.00000064 +大し 0.00000018 +大した 0.00001752 +大して 0.00000293 +大それた 0.00000046 +大っ 0.00000009 +大っきらい 0.00000009 +大っぴら 0.00000037 +大ぶり 0.00000018 +大まか 0.00000110 +大まかな 0.00000018 +大また 0.00000028 +大みそか 0.00000037 +大もうけ 0.00000128 +大らか 0.00000046 +大わらわ 0.00000009 +大ケガ 0.00000009 +大ゲンカ 0.00000009 +大ナタ 0.00000018 +大丈夫 0.00004072 +大上段 0.00000028 +大下 0.00000009 +大中 0.00000128 +大丸 0.00000055 +大乃 0.00000009 +大乃国 0.00000009 +大久保 0.00000174 +大乗 0.00000046 +大乗り 0.00000009 +大乗り気 0.00000009 +大乱闘 0.00000009 +大事 0.00004677 +大事典 0.00000009 +大二郎 0.00000018 +大井 0.00000018 +大亮 0.00000018 +大人 0.00005841 +大人し 0.00000028 +大人物 0.00000009 +大仁田 0.00000037 +大介 0.00000018 +大仏 0.00000211 +大仏像 0.00000009 +大仏殿 0.00000037 +大仕掛け 0.00000009 +大仙 0.00000028 +大仙院 0.00000009 +大仰 0.00000028 +大会 0.00013269 +大会議 0.00000028 +大佐 0.00001229 +大佐本人 0.00000009 +大佑 0.00000009 +大体 0.00002027 +大体合 0.00000009 +大体察 0.00000009 +大佛 0.00000009 +大作 0.00000156 +大作家 0.00000018 +大使 0.00007244 +大使用 0.00000009 +大俳優 0.00000009 +大倉 0.00000128 +大倉山 0.00000018 +大倉庫 0.00000009 +大僧正 0.00000055 +大儀 0.00000092 +大儲け 0.00000009 +大元 0.00000009 +大兄弟 0.00000009 +大入り 0.00000018 +大全 0.00000009 +大公 0.00000037 +大公殿 0.00000009 +大内 0.00000009 +大凡 0.00000009 +大凶 0.00000009 +大出世 0.00000018 +大出版 0.00000009 +大分 0.00000486 +大切 0.00014205 +大列 0.00000009 +大判 0.00000037 +大別 0.00000028 +大前 0.00000018 +大剣 0.00000028 +大創 0.00000046 +大助 0.00000018 +大助かり 0.00000018 +大勝 0.00000046 +大勝利 0.00000046 +大勝負 0.00000028 +大募 0.00000009 +大勢 0.00004548 +大勢い 0.00000092 +大勢力 0.00000009 +大化 0.00000028 +大半 0.00002228 +大卒 0.00000248 +大南 0.00000147 +大博打 0.00000009 +大原 0.00000046 +大友 0.00000046 +大収穫 0.00000009 +大叔父 0.00000028 +大受け 0.00000018 +大叢 0.00000009 +大口 0.00000220 +大口径 0.00000009 +大台 0.00000046 +大司教 0.00000028 +大吉 0.00000028 +大同 0.00000009 +大名 0.00000495 +大名画 0.00000009 +大向こう 0.00000018 +大吟 0.00000009 +大周 0.00000009 +大味 0.00000018 +大和 0.00000459 +大和絵 0.00000009 +大和郡山 0.00000055 +大和魂 0.00000009 +大商人 0.00000009 +大喜 0.00000028 +大喜び 0.00000743 +大喝采 0.00000083 +大器 0.00000009 +大図 0.00000009 +大国 0.00001797 +大国だ 0.00000009 +大地 0.00000624 +大地図 0.00000009 +大坂城 0.00000009 +大坪 0.00000009 +大型 0.00001403 +大垣 0.00000009 +大城 0.00000018 +大堂 0.00000009 +大堰川 0.00000009 +大場 0.00000064 +大塔 0.00000009 +大塚 0.00000229 +大塩 0.00000009 +大声 0.00001990 +大売出し 0.00000009 +大変 0.00016369 +大変動 0.00000009 +大変身 0.00000018 +大変込 0.00000009 +大変込み合 0.00000009 +大外れ 0.00000009 +大外套 0.00000009 +大多喜 0.00000018 +大大 0.00000009 +大天 0.00000009 +大天使 0.00000009 +大失敗 0.00000073 +大奥 0.00000046 +大好 0.00000248 +大好き 0.00004998 +大好物 0.00000110 +大好評 0.00000018 +大好調 0.00000009 +大妻 0.00000009 +大嫌い 0.00000761 +大学 0.00035801 +大安 0.00000018 +大安売り 0.00000009 +大安心 0.00000009 +大宗教 0.00000009 +大宝石 0.00000009 +大宣伝 0.00000009 +大宮 0.00000101 +大宰府 0.00000037 +大宴会 0.00000028 +大家 0.00000862 +大家側 0.00000009 +大富 0.00000092 +大寒 0.00000009 +大将 0.00000495 +大将軍 0.00000028 +大尉 0.00000779 +大小 0.00000193 +大尾 0.00000009 +大局 0.00000092 +大屋 0.00000028 +大層 0.00000165 +大山 0.00000128 +大岡 0.00000064 +大岩 0.00000009 +大岳山 0.00000009 +大峯 0.00000018 +大島 0.00000477 +大崎 0.00000009 +大嵐 0.00000064 +大嶋 0.00000028 +大嶽 0.00000046 +大川 0.00000046 +大工 0.00000376 +大差 0.00000183 +大帝 0.00000046 +大帝国 0.00000018 +大師 0.00000037 +大帰化 0.00000018 +大幅 0.00002017 +大干ばつ 0.00000009 +大平 0.00000037 +大平元 0.00000009 +大平原 0.00000009 +大庭 0.00000009 +大庭園 0.00000009 +大建築 0.00000018 +大建造 0.00000018 +大弓 0.00000028 +大弱り 0.00000009 +大当たり 0.00000110 +大形 0.00000009 +大役 0.00000018 +大往生 0.00000009 +大徳 0.00000018 +大志 0.00000064 +大忙し 0.00000128 +大急ぎ 0.00000174 +大恐慌 0.00000128 +大恐竜展 0.00000009 +大恥 0.00000009 +大恩 0.00000009 +大悟 0.00000156 +大悪 0.00000009 +大悪党 0.00000009 +大悲 0.00000009 +大悲劇 0.00000009 +大惨事 0.00000009 +大惨敗 0.00000009 +大慌て 0.00000055 +大成 0.00000110 +大成功 0.00000009 +大戦 0.00003668 +大戸 0.00000009 +大手 0.00003586 +大手柄 0.00000009 +大手町 0.00000073 +大技 0.00000009 +大抵 0.00003677 +大抵断 0.00000009 +大挙 0.00000092 +大掃除 0.00000009 +大掛かり 0.00000147 +大接 0.00000009 +大接戦 0.00000018 +大接近 0.00000009 +大揺れ 0.00000009 +大損 0.00000064 +大政 0.00000073 +大政変 0.00000009 +大敗 0.00000083 +大敗北 0.00000009 +大敵 0.00000046 +大方 0.00000303 +大旋風 0.00000009 +大日 0.00000009 +大日方 0.00000028 +大旨 0.00000009 +大昔 0.00000229 +大晦日 0.00000183 +大普及 0.00000009 +大暴れ 0.00000055 +大暴風 0.00000009 +大曲 0.00000037 +大書 0.00000018 +大月 0.00000073 +大望 0.00000037 +大木 0.00000220 +大本 0.00000009 +大本堂 0.00000009 +大杉漣 0.00000009 +大村 0.00000073 +大杯 0.00000009 +大東 0.00000009 +大松 0.00000092 +大枝 0.00000092 +大枠 0.00000018 +大柄 0.00000128 +大根 0.00000422 +大桜 0.00000009 +大桶 0.00000037 +大森 0.00000046 +大森林 0.00000018 +大検 0.00000046 +大業 0.00000018 +大極 0.00000009 +大概 0.00000046 +大概ただ 0.00000009 +大概ひど 0.00000009 +大概締め 0.00000009 +大槻 0.00000018 +大権 0.00000009 +大樹 0.00000046 +大樽 0.00000018 +大橋 0.00000119 +大檣 0.00000009 +大櫛 0.00000009 +大欲 0.00000009 +大歌手 0.00000009 +大歓迎 0.00000009 +大正 0.00000348 +大毅 0.00000046 +大気 0.00001559 +大気圧 0.00000009 +大気球 0.00000018 +大水盤 0.00000009 +大汗 0.00000009 +大江 0.00000046 +大江戸 0.00000064 +大江橋 0.00000009 +大沢 0.00000028 +大河 0.00000348 +大沼 0.00000009 +大泉 0.00000128 +大波 0.00000119 +大波乱 0.00000009 +大泣き 0.00000018 +大洋 0.00000119 +大洋盃 0.00000009 +大津 0.00000055 +大津波 0.00000018 +大洲 0.00000018 +大活劇 0.00000009 +大活躍 0.00000376 +大浅草 0.00000009 +大浦 0.00000009 +大海 0.00000156 +大海原 0.00000018 +大混乱 0.00000009 +大渋滞 0.00000055 +大港 0.00000009 +大湖 0.00000009 +大満足 0.00000028 +大滝 0.00000018 +大漁 0.00000083 +大漁旗 0.00000009 +大演説 0.00000009 +大火 0.00000018 +大火傷 0.00000009 +大災 0.00000009 +大災難 0.00000009 +大熊 0.00000009 +大燈 0.00000009 +大物 0.00000367 +大犯人 0.00000009 +大犯罪 0.00000009 +大狩猟 0.00000009 +大猷 0.00000009 +大猿 0.00000009 +大玄 0.00000055 +大玉 0.00000009 +大王 0.00000202 +大王像 0.00000009 +大理 0.00000569 +大理石 0.00000018 +大琳 0.00000009 +大瓶 0.00000018 +大甕 0.00000009 +大甘 0.00000009 +大田 0.00000064 +大男 0.00000624 +大町 0.00000009 +大画家 0.00000009 +大畑 0.00000009 +大異変 0.00000009 +大病 0.00000018 +大発生 0.00000009 +大皿 0.00000101 +大盃 0.00000028 +大盆 0.00000009 +大盛り 0.00000028 +大盛況 0.00000009 +大目 0.00000174 +大盾 0.00000073 +大真面目 0.00000055 +大矛盾 0.00000009 +大石 0.00000238 +大砂丘 0.00000009 +大砲 0.00000257 +大破 0.00000046 +大破壊 0.00000018 +大磯 0.00000009 +大礼 0.00000009 +大社 0.00000174 +大神 0.00000083 +大神輿 0.00000009 +大祭 0.00000092 +大祭り 0.00000101 +大福 0.00000009 +大穴 0.00000009 +大空 0.00000156 +大空襲 0.00000128 +大童 0.00000009 +大竹 0.00000092 +大笑 0.00000018 +大笑い 0.00000293 +大筋 0.00000092 +大粒 0.00000037 +大糸 0.00000018 +大統一 0.00000009 +大統領 0.00019936 +大絶賛 0.00000009 +大綱 0.00000018 +大罪 0.00000028 +大群 0.00000110 +大義 0.00000248 +大羽 0.00000009 +大老 0.00000037 +大聖 0.00000009 +大聖堂 0.00000174 +大股 0.00000092 +大胆 0.00001752 +大脱走 0.00000009 +大脳 0.00000037 +大腰 0.00000009 +大腸 0.00000083 +大腿 0.00000110 +大腿骨 0.00000018 +大臣 0.00003796 +大至 0.00000018 +大至急 0.00000046 +大興奮 0.00000028 +大舞踏会 0.00000009 +大航海 0.00000028 +大船 0.00000009 +大船渡 0.00000037 +大苦戦 0.00000009 +大英 0.00000229 +大英国 0.00000009 +大茶 0.00000009 +大草原 0.00000055 +大荒れ 0.00000073 +大菅 0.00000092 +大葬 0.00000018 +大蔵 0.00000248 +大虐殺 0.00000055 +大蛇 0.00000064 +大衆 0.00001431 +大衝突 0.00000009 +大袋 0.00000018 +大裏 0.00000009 +大西 0.00000926 +大要 0.00000009 +大見 0.00000009 +大見出し 0.00000037 +大親分 0.00000018 +大親友 0.00000009 +大観 0.00000092 +大観覧 0.00000028 +大言 0.00000018 +大詰め 0.00000055 +大谷 0.00000055 +大豆 0.00000578 +大豆油 0.00000009 +大豊 0.00000046 +大豪邸 0.00000009 +大財閥 0.00000009 +大貫 0.00000009 +大貴 0.00000018 +大資本 0.00000009 +大賑わい 0.00000009 +大賞 0.00000614 +大賞典 0.00000009 +大質量 0.00000009 +大路 0.00000046 +大軍 0.00000174 +大転落 0.00000009 +大輔 0.00000642 +大輝 0.00000009 +大輸出 0.00000009 +大迫 0.00000046 +大迷路 0.00000009 +大逆転 0.00000009 +大通 0.00000064 +大通り 0.00000449 +大連 0.00000064 +大運 0.00000009 +大運河 0.00000009 +大道 0.00000330 +大道芸 0.00000009 +大違 0.00000009 +大違い 0.00000165 +大遠征 0.00000009 +大邱 0.00000018 +大邸 0.00000018 +大邸宅 0.00000046 +大部屋 0.00000018 +大酒 0.00000037 +大酒飲み 0.00000009 +大里 0.00000009 +大野 0.00000110 +大量 0.00003870 +大金 0.00000816 +大金庫 0.00000009 +大金持ち 0.00000028 +大釜 0.00000046 +大銀杏 0.00000046 +大鋸屑 0.00000028 +大鍋 0.00000009 +大鎌 0.00000018 +大鏡 0.00000009 +大門 0.00000128 +大間 0.00000018 +大間違い 0.00000009 +大関 0.00000523 +大閲覧 0.00000009 +大阪 0.00006621 +大阪狭山 0.00000009 +大阪間 0.00000009 +大阿閣梨 0.00000009 +大陪 0.00000028 +大陸 0.00002494 +大陸側 0.00000009 +大陸間 0.00000009 +大隅 0.00000028 +大隊 0.00000037 +大集会 0.00000018 +大集落 0.00000009 +大雑把 0.00000028 +大雨 0.00000183 +大雪 0.00000119 +大雪像 0.00000009 +大雪原 0.00000009 +大露天 0.00000009 +大静脈 0.00000055 +大韓 0.00000055 +大韓民国 0.00000037 +大音 0.00000018 +大音量 0.00000073 +大須 0.00000009 +大風 0.00000009 +大風呂敷 0.00000028 +大飛躍 0.00000009 +大食 0.00000037 +大食い 0.00000037 +大食らい 0.00000009 +大食堂 0.00000009 +大飯 0.00000009 +大館 0.00000009 +大首都 0.00000009 +大騒ぎ 0.00000541 +大騒乱 0.00000009 +大鬱 0.00000018 +大魔 0.00000009 +大魔法 0.00000009 +大魚 0.00000037 +大鰐口 0.00000009 +大鳥 0.00000018 +大鳥居 0.00000018 +大鵬 0.00000138 +大鹿 0.00000009 +大麦 0.00000193 +大麻 0.00000138 +大黄 0.00000009 +大黒 0.00000110 +大黒屋 0.00000018 +大鼓 0.00000028 +天 0.00001100 +天つ 0.00000009 +天つゆ 0.00000009 +天の 0.00000101 +天は 0.00000009 +天ぷら 0.00000559 +天む 0.00000009 +天・ 0.00000009 +天上 0.00000092 +天下 0.00000413 +天下り 0.00000092 +天与 0.00000037 +天主 0.00000018 +天主堂 0.00000018 +天丼 0.00000046 +天井 0.00001036 +天体 0.00000477 +天使 0.00000642 +天倉 0.00000009 +天候 0.00001201 +天像 0.00000009 +天元 0.00000009 +天分 0.00000055 +天台 0.00000046 +天命 0.00000073 +天国 0.00001229 +天地 0.00000211 +天城 0.00000037 +天声 0.00000037 +天変 0.00000018 +天外 0.00000083 +天女 0.00000009 +天子 0.00000028 +天守 0.00000110 +天安門 0.00000431 +天宣 0.00000009 +天宮 0.00000009 +天寿 0.00000018 +天山 0.00000037 +天幕 0.00000018 +天平 0.00000028 +天引 0.00000009 +天引き 0.00000046 +天心 0.00000037 +天性 0.00000183 +天恵 0.00000009 +天意 0.00000009 +天才 0.00001091 +天敵 0.00000055 +天文 0.00000853 +天文学 0.00000037 +天日 0.00000064 +天日干し 0.00000009 +天時 0.00000009 +天智 0.00000018 +天板 0.00000009 +天橋 0.00000009 +天武 0.00000046 +天気 0.00002338 +天河 0.00000028 +天津 0.00000018 +天海 0.00000009 +天涯 0.00000046 +天満 0.00000266 +天災 0.00000147 +天然 0.00002036 +天照 0.00000083 +天狗 0.00000046 +天王 0.00000083 +天理 0.00000046 +天界 0.00000018 +天皇 0.00005080 +天盛り 0.00000009 +天目 0.00000009 +天真 0.00000046 +天祐 0.00000009 +天神 0.00000119 +天神橋 0.00000037 +天神祭り 0.00000009 +天秤 0.00000028 +天空 0.00000092 +天窓 0.00000028 +天竜 0.00000009 +天童 0.00000055 +天網 0.00000018 +天罰 0.00000018 +天職 0.00000064 +天草 0.00000073 +天蓋 0.00000055 +天衣 0.00000009 +天賦 0.00000028 +天辺 0.00000028 +天道 0.00000009 +天邪鬼 0.00000028 +天野 0.00000073 +天門 0.00000009 +天間 0.00000018 +天頂 0.00000018 +天領 0.00000009 +天鵞 0.00000009 +太 0.00002742 +太々 0.00000009 +太い 0.00000009 +太っ 0.00000009 +太め 0.00000064 +太もも 0.00000009 +太ら 0.00000009 +太れ 0.00000009 +太一 0.00000018 +太刀 0.00000009 +太刀打ち 0.00000055 +太原 0.00000009 +太古 0.00000165 +太地 0.00000009 +太夫 0.00000028 +太子 0.00000275 +太字 0.00000018 +太守 0.00000018 +太安 0.00000009 +太宰 0.00000110 +太宰府 0.00000018 +太巻 0.00000009 +太平 0.00002797 +太政 0.00000009 +太極 0.00000092 +太田 0.00000330 +太田房 0.00000009 +太白 0.00000037 +太皷 0.00000018 +太線 0.00000009 +太縄 0.00000009 +太股 0.00000092 +太腿 0.00000018 +太西 0.00000009 +太郎 0.00000880 +太陰 0.00000055 +太陰暦 0.00000009 +太陽 0.00005383 +太陽暦 0.00000009 +太麺 0.00000009 +太鼓 0.00001128 +夫 0.00011885 +夫人 0.00009097 +夫人流 0.00000009 +夫側 0.00000009 +夫君 0.00000009 +夫妻 0.00002017 +夫婦 0.00004613 +夫達 0.00000009 +夭折 0.00000009 +央登 0.00000018 +失 0.00011518 +失い 0.00000046 +失いかけ 0.00000028 +失く 0.00000009 +失し 0.00000009 +失せ 0.00000183 +失せろ 0.00000028 +失な 0.00000037 +失効 0.00000037 +失墜 0.00000092 +失念 0.00000028 +失恋 0.00000211 +失意 0.00000128 +失態 0.00000073 +失政 0.00000018 +失敗 0.00005190 +失敗談 0.00000018 +失敬 0.00000018 +失明 0.00000202 +失望 0.00001064 +失格 0.00000165 +失業 0.00002155 +失楽 0.00000055 +失点 0.00000128 +失礼 0.00002797 +失神 0.00000128 +失禁 0.00000037 +失笑 0.00000009 +失策 0.00000037 +失職 0.00000055 +失脚 0.00000147 +失血 0.00000083 +失言 0.00000055 +失読 0.00000009 +失調 0.00000330 +失踪 0.00000541 +失速 0.00000055 +奄美 0.00000083 +奇 0.00000018 +奇々 0.00000028 +奇人 0.00000009 +奇声 0.00000018 +奇妙 0.00003613 +奇形 0.00000073 +奇怪 0.00000220 +奇想 0.00000092 +奇態 0.00000009 +奇抜 0.00000238 +奇数 0.00000046 +奇書 0.00000009 +奇特 0.00000028 +奇異 0.00000119 +奇病 0.00000018 +奇癖 0.00000018 +奇矯 0.00000009 +奇祭 0.00000009 +奇行 0.00000018 +奇術 0.00000028 +奇襲 0.00000138 +奇観 0.00000009 +奇跡 0.00001110 +奇蹟 0.00000028 +奇遇 0.00000037 +奇麗 0.00000009 +奈 0.00000009 +奈々 0.00000028 +奈也 0.00000009 +奈保子 0.00000009 +奈緒 0.00000009 +奈緒子 0.00000092 +奈美恵 0.00000073 +奈良 0.00001605 +奈良井 0.00000073 +奈良井川 0.00000009 +奈良本 0.00000009 +奈良橋 0.00000009 +奈落 0.00000046 +奉 0.00000083 +奉じ 0.00000009 +奉仕 0.00000669 +奉公 0.00000092 +奉公人 0.00000009 +奉祝 0.00000009 +奉納 0.00000147 +奉行 0.00000064 +奉還 0.00000046 +奏 0.00000275 +奏で 0.00000330 +奏功 0.00000018 +奏楽 0.00000009 +奏法 0.00000055 +奏者 0.00000312 +契り 0.00000009 +契機 0.00000110 +契約 0.00008061 +奔放 0.00000202 +奔流 0.00000046 +奔走 0.00000147 +奢 0.00000009 +奢侈 0.00000009 +奥 0.00005245 +奥ま 0.00000018 +奥入瀬 0.00000009 +奥入瀬川 0.00000009 +奥処 0.00000028 +奥向き 0.00000009 +奥土 0.00000009 +奥地 0.00000064 +奥多摩 0.00000156 +奥尻 0.00000018 +奥山 0.00000018 +奥州 0.00000018 +奥底 0.00000238 +奥方 0.00000046 +奥村 0.00000028 +奥歯 0.00000073 +奥深 0.00000440 +奥田 0.00000083 +奥義 0.00000046 +奥羽 0.00000018 +奥行 0.00000009 +奥行き 0.00000128 +奥襟 0.00000018 +奥野 0.00000018 +奥隅 0.00000018 +奥飛騨 0.00000028 +奨 0.00000009 +奨め 0.00000037 +奨励 0.00001238 +奨学 0.00001568 +奨学生 0.00000009 +奪 0.00003246 +奪いさ 0.00000009 +奪いと 0.00000009 +奪いとる 0.00000018 +奪い去 0.00000018 +奪い取 0.00000303 +奪い合 0.00000037 +奪い合い 0.00000055 +奪い返 0.00000028 +奪う 0.00000009 +奪え 0.00000009 +奪っ 0.00000009 +奪取 0.00000064 +奪回 0.00000055 +奪還 0.00000055 +奮 0.00000055 +奮い 0.00000046 +奮い立 0.00000110 +奮い立た 0.00000018 +奮い起こ 0.00000083 +奮戦 0.00000018 +奮発 0.00000018 +奮起 0.00000101 +奮闘 0.00000523 +女 0.00010326 +女々し 0.00000037 +女と 0.00000009 +女の 0.00000009 +女の子 0.00005456 +女の子用 0.00000009 +女三 0.00000009 +女中 0.00000477 +女主人 0.00000083 +女乞 0.00000009 +女乞食 0.00000018 +女人 0.00000009 +女優 0.00002889 +女優二 0.00000009 +女優根性 0.00000018 +女優業 0.00000046 +女優養成 0.00000009 +女優魂 0.00000009 +女優E 0.00000009 +女児 0.00000220 +女共 0.00000009 +女友だち 0.00000009 +女史 0.00000440 +女司 0.00000028 +女司祭 0.00000073 +女奴 0.00000009 +女子 0.00006905 +女子供 0.00000009 +女官 0.00000037 +女官頭 0.00000009 +女将 0.00000211 +女将会 0.00000009 +女島 0.00000037 +女川 0.00000018 +女工 0.00000018 +女帝 0.00000046 +女形 0.00000055 +女心 0.00000037 +女性 0.00064852 +女性器 0.00000009 +女戦士 0.00000009 +女房 0.00000715 +女手 0.00000083 +女旅 0.00000009 +女権 0.00000028 +女流 0.00000138 +女海賊 0.00000018 +女湯 0.00000037 +女滝 0.00000009 +女物 0.00000018 +女王 0.00004457 +女神 0.00001000 +女神像 0.00000083 +女系 0.00000009 +女芸人 0.00000009 +女螺旋 0.00000009 +女装 0.00000073 +女言葉 0.00000028 +女買 0.00000009 +女連れ 0.00000009 +女遊 0.00000009 +女遊び 0.00000028 +女達 0.00000028 +女郎 0.00000028 +女雛 0.00000009 +女魔 0.00000018 +奴 0.00000550 +奴め 0.00000009 +奴隷 0.00001192 +奸 0.00000018 +奸策 0.00000009 +奸計 0.00000018 +好 0.00005493 +好々 0.00000009 +好き 0.00024356 +好きずき 0.00000174 +好き嫌い 0.00000018 +好まし 0.00000688 +好み 0.00002797 +好む 0.00000018 +好中 0.00000018 +好事 0.00000018 +好事例 0.00000009 +好人 0.00000009 +好人物 0.00000028 +好例 0.00000083 +好勝負 0.00000009 +好古 0.00000009 +好品 0.00000018 +好天 0.00000064 +好夫 0.00000009 +好奇 0.00001687 +好性 0.00000009 +好悪 0.00000009 +好意 0.00001238 +好感 0.00000431 +好戦 0.00000083 +好投 0.00000055 +好捕 0.00000018 +好敵 0.00000009 +好敵手 0.00000028 +好機 0.00000440 +好機会 0.00000009 +好気 0.00000009 +好況 0.00000064 +好演 0.00000018 +好物 0.00000156 +好相 0.00000009 +好縁 0.00000009 +好美 0.00000055 +好色 0.00000055 +好評 0.00001000 +好調 0.00001110 +好調運 0.00000009 +好転 0.00000293 +好遇 0.00000009 +好適 0.00000018 +好酸 0.00000018 +好雄 0.00000009 +如 0.00000156 +如何 0.00000101 +如何に 0.00000018 +如何わし 0.00000009 +如何様 0.00000018 +如実 0.00000037 +如意 0.00000018 +如意輪 0.00000009 +如才 0.00000046 +如来 0.00000037 +如来像 0.00000009 +如水 0.00000009 +如雨露 0.00000018 +妃 0.00000963 +妃亡 0.00000009 +妄想 0.00000248 +妊娠 0.00002733 +妊婦 0.00000614 +妊産 0.00000229 +妊産婦 0.00000028 +妓連 0.00000009 +妖 0.00000028 +妖剣 0.00000009 +妖女 0.00000477 +妖婦 0.00000009 +妖怪 0.00000376 +妖物 0.00000009 +妖精 0.00001953 +妖精国 0.00000009 +妖艶 0.00000018 +妖術 0.00000009 +妙 0.00001293 +妙ち 0.00000009 +妙味 0.00000018 +妙子 0.00000018 +妙心 0.00000037 +妙手 0.00000018 +妙技 0.00000037 +妙案 0.00000037 +妙法 0.00000009 +妙満 0.00000018 +妙薬 0.00000009 +妙高 0.00000018 +妙齢 0.00000028 +妥協 0.00000880 +妥協案 0.00000009 +妥当 0.00000633 +妥結 0.00000018 +妨 0.00000009 +妨ぐ 0.00000009 +妨げ 0.00001220 +妨害 0.00000550 +妬 0.00000064 +妬まし 0.00000037 +妬み 0.00000018 +妹 0.00002889 +妹分 0.00000009 +妹子 0.00000009 +妻 0.00012939 +妻側 0.00000009 +妻子 0.00000202 +妻帯 0.00000037 +妻籠 0.00000156 +妾 0.00000037 +姉 0.00002302 +姉妹 0.00001220 +姉弟 0.00000009 +姉歯 0.00000018 +始 0.00000055 +始ま 0.00015608 +始まり 0.00001706 +始め 0.00039469 +始めて 0.00000009 +始めれ 0.00000165 +始めろ 0.00000009 +始値 0.00000009 +始動 0.00000202 +始末 0.00000789 +始林 0.00000018 +始業 0.00000083 +始点 0.00000009 +始球 0.00000073 +始発 0.00000073 +始皇 0.00000009 +始祖 0.00000055 +始祖鳥 0.00000028 +始終 0.00000358 +始終が 0.00000009 +始終動 0.00000009 +始終心掛け 0.00000009 +始終悩ま 0.00000009 +始終笑 0.00000009 +始終笑顔 0.00000009 +始終迷 0.00000009 +始終頭 0.00000009 +始興 0.00000009 +姐 0.00000009 +姑 0.00000238 +姑息 0.00000009 +姓 0.00000624 +姓名 0.00000119 +委 0.00000083 +委せ 0.00000009 +委ね 0.00000559 +委任 0.00000138 +委員 0.00005961 +委嘱 0.00000018 +委托 0.00000009 +委細 0.00000009 +委託 0.00000284 +委譲 0.00000073 +姜 0.00000028 +姜報道 0.00000009 +姜瑜 0.00000009 +姥捨て 0.00000028 +姦淫 0.00000018 +姦通 0.00000009 +姪 0.00000248 +姫 0.00001284 +姫君 0.00000028 +姫系 0.00000009 +姫路 0.00000229 +姻 0.00000018 +姻戚 0.00000028 +姿 0.00011674 +姿勢 0.00003173 +姿形 0.00000092 +姿態 0.00000028 +姿見 0.00000055 +威 0.00000037 +威か 0.00000009 +威令 0.00000009 +威信 0.00000073 +威儀 0.00000037 +威光 0.00000028 +威力 0.00000128 +威勢 0.00000083 +威厳 0.00000348 +威嚇 0.00000220 +威圧 0.00000119 +威容 0.00000009 +威張 0.00000202 +威張り 0.00000028 +威張りくさ 0.00000018 +威張り散ら 0.00000018 +威風 0.00000018 +娘 0.00010390 +娘っこ 0.00000009 +娘像 0.00000009 +娘婿 0.00000055 +娘御 0.00000009 +娘達 0.00000028 +娜 0.00000009 +娯楽 0.00001339 +娶 0.00000073 +娼婦 0.00000211 +婆 0.00000238 +婉曲 0.00000028 +婚 0.00000193 +婚前 0.00000073 +婚外 0.00000009 +婚姻 0.00001275 +婚家 0.00000009 +婚族 0.00000009 +婚期 0.00000009 +婚活 0.00000018 +婚礼 0.00000211 +婚約 0.00001110 +婦 0.00000880 +婦人 0.00002100 +婿 0.00000046 +婿島 0.00000009 +婿養子 0.00000018 +媒 0.00000009 +媒介 0.00000220 +媒体 0.00000358 +媒質 0.00000018 +媚 0.00000028 +媚び 0.00000018 +媚薬 0.00000009 +媼 0.00000009 +媽祖 0.00000009 +嫁 0.00000807 +嫁い 0.00000009 +嫁け 0.00000009 +嫁入り 0.00000046 +嫁入り前 0.00000018 +嫉 0.00000009 +嫉妬 0.00000752 +嫌 0.00007776 +嫌々 0.00000083 +嫌い 0.00003301 +嫌いか 0.00000009 +嫌が 0.00000009 +嫌がら 0.00000009 +嫌がらせ 0.00000220 +嫌だ 0.00000009 +嫌み 0.00000055 +嫌忌 0.00000009 +嫌悪 0.00000789 +嫌気 0.00000257 +嫌煙 0.00000046 +嫌疑 0.00000119 +嫡出子 0.00000028 +嫡男 0.00000009 +嬉々 0.00000037 +嬉し 0.00000660 +嬢 0.00001137 +嬬恋 0.00000064 +嬰児 0.00000018 +子 0.00020569 +子ぎつね 0.00000009 +子ど 0.00000009 +子どこ 0.00000028 +子ども 0.00066787 +子ぶた 0.00000018 +子ネコ 0.00000330 +子作り 0.00000009 +子供 0.00004594 +子分 0.00000064 +子午 0.00000028 +子午線 0.00000037 +子喜 0.00000009 +子女 0.00000266 +子好き 0.00000009 +子娘 0.00000009 +子孫 0.00000724 +子守 0.00000193 +子守り 0.00000046 +子宝 0.00000046 +子宮 0.00000523 +子山 0.00000009 +子弁 0.00000009 +子弟 0.00000073 +子役 0.00000092 +子息 0.00000156 +子息継ぎ 0.00000009 +子持ち 0.00000018 +子捨て 0.00000009 +子授 0.00000009 +子星 0.00000018 +子泣 0.00000028 +子煩悩 0.00000028 +子爵 0.00000018 +子牛 0.00000147 +子牛肉 0.00000009 +子犬 0.00000303 +子狐 0.00000009 +子猫 0.00000138 +子用 0.00000009 +子粉 0.00000009 +子細 0.00000064 +子絶対 0.00000009 +子羊 0.00000110 +子育て 0.00001504 +子規 0.00000009 +子豚 0.00000037 +子象 0.00000009 +子起き 0.00000009 +子転 0.00000009 +子近視 0.00000009 +子連れ 0.00000064 +子達 0.00000009 +子離れ 0.00000028 +子音 0.00000083 +子馬 0.00000073 +子鹿 0.00000064 +孔 0.00000046 +孔健 0.00000009 +孔子 0.00000193 +孔明 0.00000046 +孔雀 0.00000046 +孔雀尾 0.00000009 +孕 0.00000018 +字 0.00002999 +字体 0.00000037 +字句 0.00000018 +字幕 0.00000504 +字幕無し 0.00000009 +字数 0.00000009 +字札 0.00000009 +字源 0.00000009 +字面 0.00000009 +存 0.00006291 +存亡 0.00000018 +存分 0.00000303 +存否 0.00000009 +存命 0.00000138 +存在 0.00013563 +存生 0.00000009 +存知 0.00000330 +存続 0.00000596 +孜 0.00000009 +孝 0.00000064 +孝一 0.00000028 +孝之 0.00000009 +孝之子 0.00000009 +孝二 0.00000009 +孝介 0.00000009 +孝信 0.00000009 +孝允 0.00000009 +孝司 0.00000009 +孝吉 0.00000009 +孝太 0.00000009 +孝子 0.00000018 +孝幸 0.00000009 +孝弘 0.00000009 +孝弟 0.00000009 +孝志 0.00000009 +孝東 0.00000009 +孝治 0.00000046 +孝紳 0.00000009 +孝者 0.00000009 +孝行 0.00000092 +孝視学 0.00000009 +孝雄 0.00000009 +孟子 0.00000009 +季 0.00000128 +季刊 0.00000028 +季実子 0.00000073 +季敬揆 0.00000028 +季目 0.00000009 +季節 0.00003210 +季節外れ 0.00000009 +季語 0.00000092 +孤児 0.00000614 +孤島 0.00000101 +孤独 0.00001431 +孤立 0.00000724 +孤軍 0.00000028 +孤高 0.00000018 +学 0.00026456 +学び 0.00001788 +学びあ 0.00000018 +学び合 0.00000083 +学び合え 0.00000009 +学べ 0.00001201 +学べれ 0.00000018 +学ぼう 0.00000018 +学会 0.00000449 +学会員 0.00000009 +学位 0.00000715 +学内 0.00000193 +学制 0.00000009 +学割 0.00000018 +学力 0.00000367 +学区 0.00000073 +学区域 0.00000018 +学友 0.00000156 +学名 0.00000119 +学問 0.00001100 +学園 0.00000660 +学土 0.00000009 +学士 0.00000229 +学官 0.00000009 +学寮 0.00000092 +学寮長 0.00000009 +学年 0.00000569 +学徒 0.00000147 +学成 0.00000018 +学書 0.00000009 +学期 0.00000770 +学枚 0.00000009 +学校 0.00034994 +学校長 0.00000009 +学業 0.00000422 +学歴 0.00000825 +学派 0.00000083 +学生 0.00015690 +学用 0.00000083 +学界 0.00000055 +学監 0.00000009 +学研 0.00000009 +学科 0.00000605 +学究 0.00000046 +学童 0.00000046 +学級 0.00000073 +学習 0.00005539 +学者 0.00001577 +学芸 0.00000202 +学術 0.00000413 +学説 0.00000312 +学識 0.00000165 +学識者 0.00000009 +学費 0.00000541 +学資 0.00000028 +学部 0.00000514 +学都 0.00000009 +学長 0.00000193 +学閥 0.00000046 +学院 0.00000514 +学食 0.00000046 +学館 0.00000009 +学齢 0.00000073 +孩子 0.00000009 +孫 0.00001596 +孫一人 0.00000009 +孫三郎 0.00000055 +孫允 0.00000064 +孫娘 0.00000073 +孫子 0.00000046 +孫尚香 0.00000009 +孫息子 0.00000028 +孫悟 0.00000037 +孫悟空 0.00000009 +孫文 0.00000183 +孫権 0.00000046 +孫達 0.00000028 +孵 0.00000028 +孵化 0.00000128 +學校 0.00000028 +宅 0.00001137 +宅地 0.00000028 +宅建 0.00000009 +宅急 0.00000028 +宅配 0.00000504 +宅野郎 0.00000009 +宅間 0.00000009 +宇佐 0.00000028 +宇佐木 0.00000018 +宇佐神宮 0.00000009 +宇和 0.00000018 +宇和島 0.00000037 +宇和崎 0.00000009 +宇多 0.00000018 +宇多田 0.00000449 +宇宙 0.00012306 +宇崎 0.00000009 +宇治 0.00000165 +宇治山田 0.00000009 +宇津井 0.00000009 +宇津木 0.00000028 +宇都宮 0.00000119 +宇野 0.00000046 +守 0.00012096 +守り 0.00000358 +守り合 0.00000009 +守れ 0.00000312 +守備 0.00000523 +守勢 0.00000018 +守国 0.00000009 +守安 0.00000046 +守弘 0.00000009 +守彦 0.00000009 +守礼 0.00000009 +守秘 0.00000073 +守衛 0.00000064 +守護 0.00000083 +守谷 0.00000009 +守銭 0.00000028 +安 0.00006447 +安々 0.00000018 +安あがり 0.00000009 +安い 0.00000018 +安さ 0.00000009 +安っぽ 0.00000138 +安ま 0.00000018 +安め 0.00000018 +安ら 0.00000119 +安らか 0.00000312 +安らぎ 0.00000339 +安らぎの 0.00000009 +安ん 0.00000009 +安ー 0.00000009 +安上がり 0.00000147 +安乗 0.00000009 +安二郎 0.00000037 +安五郎 0.00000009 +安住 0.00000064 +安価 0.00000642 +安保 0.00000156 +安保理 0.00000165 +安保理事 0.00000018 +安倍 0.00000587 +安値 0.00000055 +安全 0.00012435 +安否 0.00000055 +安国 0.00000028 +安土 0.00000046 +安堵 0.00000275 +安売り 0.00000202 +安定 0.00004548 +安定期 0.00000028 +安室 0.00000101 +安宿 0.00000064 +安寧 0.00000064 +安山 0.00000009 +安岡 0.00000009 +安席 0.00000009 +安平 0.00000037 +安座 0.00000009 +安徳 0.00000028 +安心 0.00003824 +安志 0.00000009 +安息 0.00000147 +安恵 0.00000009 +安意 0.00000009 +安打 0.00001128 +安打数 0.00000009 +安易 0.00000321 +安曇 0.00000018 +安曇野 0.00000018 +安来 0.00000028 +安東 0.00000119 +安楽 0.00000431 +安比 0.00000009 +安泰 0.00000119 +安物 0.00000138 +安珍 0.00000055 +安産 0.00000018 +安田 0.00000083 +安直 0.00000055 +安眠 0.00000073 +安福 0.00000055 +安穏 0.00000037 +安置 0.00000156 +安芸 0.00000009 +安藝ノ海 0.00000028 +安藤 0.00000624 +安西 0.00000009 +安言 0.00000009 +安逸 0.00000055 +安達 0.00000018 +安部 0.00000092 +安重根 0.00000018 +安野 0.00000018 +安静 0.00000083 +安馬 0.00000009 +宋 0.00000037 +宋宇 0.00000009 +宋日 0.00000009 +宋楚瑜 0.00000009 +完 0.00000009 +完ぺき 0.00000257 +完ペ 0.00000009 +完了 0.00001192 +完備 0.00000293 +完全 0.00009537 +完勝 0.00000028 +完売 0.00000257 +完封 0.00000037 +完工 0.00000009 +完成 0.00003439 +完投 0.00000101 +完敗 0.00000037 +完歩 0.00000028 +完治 0.00000211 +完済 0.00000055 +完熟 0.00000037 +完璧 0.00002788 +完結 0.00000165 +完膚 0.00000009 +完走 0.00000330 +完遂 0.00000055 +宍道 0.00000018 +宏 0.00000110 +宏保 0.00000028 +宏典 0.00000028 +宏司 0.00000009 +宏子 0.00000009 +宏年 0.00000009 +宏昇 0.00000009 +宏美 0.00000037 +宗 0.00000174 +宗一郎 0.00000110 +宗久 0.00000009 +宗仲 0.00000009 +宗佑 0.00000009 +宗光 0.00000009 +宗務 0.00000009 +宗家 0.00000018 +宗彦 0.00000009 +宗教 0.00009179 +宗本 0.00000009 +宗榮 0.00000018 +宗治 0.00000009 +宗派 0.00000211 +宗男 0.00000073 +宗男衆議 0.00000018 +宗石 0.00000009 +宗純 0.00000009 +宗谷 0.00000073 +宗銭 0.00000009 +宗長 0.00000009 +官 0.00008391 +官ど 0.00000009 +官位 0.00000018 +官僚 0.00001192 +官公庁 0.00000037 +官内 0.00000009 +官吏 0.00000046 +官員 0.00000009 +官営 0.00000018 +官女 0.00000018 +官尊 0.00000009 +官庁 0.00000303 +官府 0.00000009 +官憲 0.00000018 +官房 0.00000211 +官民 0.00000083 +官職 0.00000018 +官能 0.00000165 +官舎 0.00000009 +官記 0.00000009 +官費 0.00000009 +官軍 0.00000046 +官邸 0.00000266 +宙 0.00000431 +宙づり 0.00000009 +宙吊り 0.00000009 +宙返り 0.00000028 +定 0.00000055 +定か 0.00000183 +定ま 0.00000147 +定まり 0.00000009 +定め 0.00002247 +定めし 0.00000009 +定めれ 0.00000028 +定休 0.00000009 +定休日 0.00000046 +定位 0.00000009 +定位置 0.00000028 +定住 0.00000853 +定例 0.00000073 +定価 0.00000165 +定光 0.00000037 +定刻 0.00000183 +定員 0.00000422 +定型 0.00000083 +定家 0.00000018 +定席 0.00000009 +定年 0.00000917 +定年間近 0.00000009 +定式 0.00000009 +定数 0.00000119 +定時 0.00000119 +定期 0.00002366 +定次 0.00000009 +定款 0.00000110 +定温 0.00000009 +定理 0.00000018 +定番 0.00000367 +定着 0.00000917 +定石 0.00000009 +定禅 0.00000009 +定積 0.00000018 +定給料 0.00000009 +定義 0.00001265 +定職 0.00000101 +定規 0.00000083 +定評 0.00000193 +定説 0.00000037 +定足 0.00000009 +定量 0.00000018 +定額 0.00000028 +定食 0.00000110 +宛 0.00000348 +宛て 0.00000174 +宛先 0.00000083 +宛名 0.00000138 +宜 0.00000018 +宜し 0.00000009 +宜しい 0.00000018 +宜野湾 0.00000055 +宝 0.00001275 +宝くじ 0.00000138 +宝さがし 0.00000009 +宝冠 0.00000009 +宝塔 0.00000009 +宝塚 0.00000312 +宝島 0.00000147 +宝庫 0.00000312 +宝探 0.00000018 +宝永 0.00000009 +宝物 0.00000871 +宝玉 0.00000018 +宝生 0.00000009 +宝石 0.00001504 +宝石屋 0.00000009 +宝船 0.00000028 +宝蔵 0.00000018 +宝飾 0.00000055 +実 0.00012600 +実ら 0.00000009 +実り 0.00000312 +実人生 0.00000009 +実体 0.00000238 +実例 0.00000403 +実像 0.00000073 +実入り 0.00000037 +実写 0.00000211 +実刑 0.00000101 +実利 0.00000064 +実力 0.00001321 +実効 0.00000055 +実務 0.00000376 +実印 0.00000202 +実名 0.00000064 +実在 0.00000550 +実地 0.00000211 +実声 0.00000009 +実子 0.00000092 +実存 0.00000028 +実害 0.00000018 +実家 0.00001045 +実弟 0.00000009 +実弾 0.00000028 +実情 0.00000468 +実感 0.00001495 +実態 0.00000798 +実戦 0.00000083 +実技 0.00000165 +実数 0.00000009 +実施 0.00007079 +実景 0.00000009 +実朝 0.00000009 +実検 0.00000009 +実業 0.00000724 +実権 0.00000202 +実機 0.00000018 +実母 0.00000009 +実況 0.00000018 +実測 0.00000009 +実演 0.00000569 +実父 0.00000009 +実物 0.00000330 +実状 0.00000083 +実現 0.00005264 +実用 0.00001330 +実益 0.00000037 +実直 0.00000055 +実績 0.00000899 +実習 0.00000504 +実行 0.00003512 +実装 0.00000147 +実証 0.00000504 +実証済 0.00000028 +実話 0.00000266 +実費 0.00000055 +実質 0.00000825 +実践 0.00001660 +実録 0.00000046 +実際 0.00020184 +実験 0.00005429 +客 0.00026144 +客人 0.00000165 +客体 0.00000009 +客入れ 0.00000018 +客向き 0.00000009 +客員 0.00000101 +客室 0.00000825 +客家 0.00000009 +客寄せ 0.00000028 +客層 0.00000083 +客席 0.00000193 +客引き 0.00000028 +客数 0.00000055 +客殿 0.00000009 +客船 0.00000257 +客観 0.00000715 +客足 0.00000046 +客車 0.00000257 +客間 0.00000202 +宣 0.00000009 +宣伝 0.00003026 +宣告 0.00000679 +宣戦 0.00000083 +宣教 0.00000312 +宣治 0.00000009 +宣浩 0.00000009 +宣行 0.00000165 +宣親 0.00000009 +宣言 0.00002669 +宣誓 0.00000413 +宣長 0.00000009 +室 0.00006410 +室々 0.00000018 +室中 0.00000009 +室井 0.00000009 +室伏 0.00000165 +室内 0.00000890 +室内楽 0.00000009 +室内部 0.00000009 +室外 0.00000009 +室料 0.00000028 +室温 0.00000119 +室生 0.00000018 +室町 0.00000312 +室蘭 0.00000018 +室長 0.00000018 +宥め 0.00000009 +宥免 0.00000009 +宮 0.00000550 +宮下 0.00000028 +宮中 0.00000220 +宮之浦 0.00000018 +宮仕え 0.00000009 +宮内 0.00000183 +宮参り 0.00000028 +宮古 0.00000046 +宮古島 0.00000009 +宮古馬 0.00000018 +宮司 0.00000037 +宮地 0.00000009 +宮城 0.00000477 +宮城野 0.00000009 +宮家 0.00000037 +宮島 0.00000174 +宮崎 0.00001018 +宮川 0.00000018 +宮廷 0.00000422 +宮本 0.00000569 +宮武三郎 0.00000009 +宮殿 0.00001623 +宮殿内 0.00000009 +宮永 0.00000037 +宮沢 0.00000248 +宮治 0.00000037 +宮浦 0.00000009 +宮田 0.00000028 +宮行 0.00000009 +宮跡 0.00000037 +宮迫 0.00000009 +宮部 0.00000009 +宮里 0.00000605 +宮間 0.00000028 +宰相 0.00000028 +害 0.00001862 +害悪 0.00000037 +害意 0.00000009 +害獣 0.00000037 +害虫 0.00000083 +宴 0.00001155 +宴会 0.00000624 +宴会場 0.00000046 +宴席 0.00000055 +宴楽 0.00000009 +宵 0.00000156 +宵っ張り 0.00000009 +家 0.00060615 +家々 0.00000477 +家がら 0.00000009 +家づくり 0.00000009 +家並 0.00000028 +家並み 0.00000092 +家中 0.00000275 +家主 0.00000642 +家事 0.00001660 +家人 0.00000028 +家人生 0.00000009 +家令 0.00000009 +家元 0.00000110 +家光 0.00000037 +家具 0.00001495 +家内 0.00000257 +家出 0.00000147 +家名 0.00000046 +家坂茂 0.00000009 +家宅 0.00000073 +家定 0.00000009 +家宝 0.00000165 +家屋 0.00000679 +家屋敷 0.00000009 +家帰 0.00000046 +家庭 0.00009574 +家康 0.00000779 +家形 0.00000018 +家憲 0.00000009 +家持 0.00000009 +家捜し 0.00000009 +家探 0.00000009 +家政 0.00000147 +家政婦 0.00000128 +家族 0.00023632 +家来 0.00000413 +家来衆 0.00000009 +家柄 0.00000275 +家業 0.00000156 +家父 0.00000083 +家田 0.00000046 +家畜 0.00000899 +家督 0.00000009 +家禽 0.00000284 +家禽肉 0.00000018 +家系 0.00000348 +家紋 0.00000083 +家老 0.00000037 +家臣 0.00000248 +家船 0.00000028 +家行 0.00000018 +家裁 0.00000009 +家見 0.00000009 +家計 0.00000422 +家訓 0.00000018 +家財 0.00000064 +家賃 0.00001651 +家路 0.00000147 +家追い出 0.00000009 +家達 0.00000009 +家郷 0.00000009 +家長 0.00000046 +家電 0.00000724 +家風 0.00000009 +家^ 0.00000009 +容れ 0.00000073 +容体 0.00000064 +容器 0.00001045 +容姿 0.00000633 +容子 0.00000110 +容態 0.00000064 +容易 0.00002733 +容疑 0.00002228 +容積 0.00000046 +容色 0.00000009 +容認 0.00000504 +容貌 0.00000248 +容赦 0.00000403 +容量 0.00000468 +宿 0.00001403 +宿なし 0.00000009 +宿主 0.00000009 +宿主因子 0.00000009 +宿代 0.00000009 +宿便 0.00000018 +宿側 0.00000009 +宿命 0.00000092 +宿営 0.00000018 +宿場 0.00000165 +宿屋 0.00000174 +宿帳 0.00000009 +宿敵 0.00000101 +宿沢 0.00000009 +宿泊 0.00002375 +宿直 0.00000018 +宿禰 0.00000037 +宿舎 0.00000211 +宿題 0.00001137 +宿駅 0.00000018 +寂 0.00000009 +寂し 0.00002017 +寂び 0.00000028 +寂れ 0.00000028 +寂寞 0.00000018 +寂寥 0.00000009 +寂然 0.00000009 +寂聴 0.00000009 +寄 0.00001907 +寄こ 0.00000018 +寄せ 0.00003081 +寄せいただ 0.00000037 +寄せかけ 0.00000018 +寄せつけ 0.00000037 +寄せよ 0.00000009 +寄せ付け 0.00000055 +寄せ合 0.00000037 +寄せ集め 0.00000064 +寄ら 0.00000009 +寄り 0.00000394 +寄りか 0.00000009 +寄りかか 0.00000165 +寄りつけ 0.00000009 +寄り切 0.00000009 +寄り添 0.00000147 +寄れ 0.00000028 +寄与 0.00000321 +寄付 0.00002531 +寄宮 0.00000009 +寄宿 0.00000220 +寄席 0.00000138 +寄波 0.00000018 +寄港 0.00000147 +寄生 0.00000183 +寄稿 0.00000083 +寄託 0.00000018 +寄贈 0.00000394 +寄越 0.00000046 +寄進 0.00000009 +寄金 0.00000009 +寄附 0.00000028 +寄食 0.00000009 +寅 0.00001036 +寅年 0.00000037 +寅次郎 0.00000055 +寅泰 0.00000009 +寅造 0.00000018 +密 0.00000092 +密か 0.00000037 +密や 0.00000009 +密会 0.00000028 +密使 0.00000028 +密偵 0.00000018 +密入 0.00000018 +密入国 0.00000028 +密告 0.00000128 +密売 0.00000119 +密室 0.00000083 +密封 0.00000028 +密度 0.00000422 +密接 0.00000743 +密教 0.00000083 +密林 0.00000073 +密漁 0.00000073 +密猟 0.00000119 +密生 0.00000083 +密着 0.00000275 +密約 0.00000028 +密航 0.00000037 +密輸 0.00000193 +密輸出 0.00000018 +密通 0.00000046 +密閉 0.00000073 +密集 0.00000266 +密集地 0.00000028 +富 0.00002485 +富ま 0.00000018 +富め 0.00000110 +富久 0.00000009 +富久長崎 0.00000009 +富国 0.00000028 +富士 0.00002403 +富士夫 0.00000028 +富士川 0.00000009 +富士急 0.00000083 +富士見 0.00000018 +富士通 0.00000193 +富士関 0.00000009 +富太郎 0.00000009 +富子 0.00000009 +富山 0.00000266 +富岡 0.00000028 +富嶽 0.00000018 +富市 0.00000009 +富昭 0.00000009 +富樹 0.00000009 +富永 0.00000009 +富田 0.00000009 +富美子 0.00000073 +富者 0.00000009 +富良野 0.00000018 +富裕 0.00000431 +富裕国 0.00000073 +富豪 0.00000211 +富貴 0.00000009 +富貴恵 0.00000028 +富雄 0.00000009 +寒 0.00003806 +寒々 0.00000046 +寒々し 0.00000009 +寒け 0.00000018 +寒中 0.00000018 +寒冷 0.00000183 +寒冷地 0.00000009 +寒天 0.00000046 +寒帯 0.00000064 +寒干 0.00000009 +寒暖 0.00000018 +寒桜 0.00000009 +寒気 0.00000238 +寒波 0.00000018 +寒空 0.00000018 +寒窓 0.00000009 +寒風 0.00000018 +寓意 0.00000055 +寓話 0.00000055 +寛 0.00000055 +寛之 0.00000028 +寛厚 0.00000009 +寛大 0.00000899 +寛子 0.00000092 +寛容 0.00000862 +寛容認め 0.00000009 +寛平 0.00000055 +寛恕 0.00000009 +寛成 0.00000009 +寛政 0.00000009 +寛斎 0.00000009 +寛服 0.00000028 +寛永 0.00000009 +寛美 0.00000046 +寛規 0.00000009 +寛解 0.00000018 +寛郎 0.00000018 +寝 0.00006437 +寝か 0.00000358 +寝かし 0.00000083 +寝かしつけ 0.00000009 +寝かせ 0.00000037 +寝かせれ 0.00000009 +寝ぐせ 0.00000009 +寝こ 0.00000009 +寝ころ 0.00000037 +寝ず 0.00000009 +寝せ 0.00000009 +寝そ 0.00000009 +寝そべ 0.00000238 +寝つけ 0.00000018 +寝て 0.00000018 +寝ぼけ 0.00000083 +寝み 0.00000009 +寝れ 0.00000037 +寝ろ 0.00000018 +寝付 0.00000028 +寝付き 0.00000064 +寝付け 0.00000046 +寝入 0.00000073 +寝入り 0.00000055 +寝具 0.00000138 +寝取 0.00000028 +寝台 0.00000871 +寝坊 0.00000119 +寝姿 0.00000009 +寝室 0.00001009 +寝巻 0.00000028 +寝巻き 0.00000009 +寝帽 0.00000009 +寝床 0.00000449 +寝心地 0.00000009 +寝息 0.00000009 +寝所 0.00000064 +寝技 0.00000028 +寝殿 0.00000009 +寝泊まり 0.00000046 +寝泊り 0.00000046 +寝湯 0.00000009 +寝癖 0.00000009 +寝直 0.00000009 +寝相 0.00000046 +寝耳 0.00000018 +寝苦し 0.00000018 +寝衣 0.00000018 +寝袋 0.00000128 +寝言 0.00000046 +寝起き 0.00000037 +寝転 0.00000028 +寝転が 0.00000064 +寝込 0.00000138 +寝返 0.00000055 +寝返り 0.00000174 +寝過ぎ 0.00000009 +寝過ご 0.00000055 +寝違え 0.00000009 +寝酒 0.00000028 +寝間 0.00000064 +寝間着 0.00000018 +寝静 0.00000009 +寝静ま 0.00000073 +寝顔 0.00000028 +寝食 0.00000009 +察 0.00000486 +察し 0.00000009 +察知 0.00000248 +寡婦 0.00000073 +寡聞 0.00000009 +寡頭 0.00000018 +寡黙 0.00000037 +實藤 0.00000009 +寧 0.00000009 +寧夏 0.00000009 +寧子 0.00000009 +寧彦 0.00000009 +寧辺 0.00000009 +審 0.00000422 +審判 0.00000880 +審司 0.00000009 +審員 0.00000138 +審問 0.00000128 +審官 0.00000018 +審席 0.00000009 +審査 0.00002577 +審理 0.00000284 +審美 0.00000037 +審議 0.00000394 +審長 0.00000009 +寮 0.00000770 +寮母 0.00000046 +寮生 0.00000018 +寮監 0.00000009 +寮費 0.00000009 +寵児 0.00000028 +寵愛 0.00000009 +寸 0.00000138 +寸分 0.00000046 +寸刻み 0.00000009 +寸前 0.00000459 +寸劇 0.00000073 +寸断 0.00000018 +寸暇 0.00000018 +寸法 0.00000202 +寸胴 0.00000009 +寸評 0.00000018 +寸詰まり 0.00000009 +寺 0.00005144 +寺下が 0.00000018 +寺内 0.00000018 +寺原 0.00000055 +寺子 0.00000064 +寺宝 0.00000009 +寺尾 0.00000018 +寺島 0.00000046 +寺川 0.00000009 +寺巡 0.00000009 +寺巡り 0.00000009 +寺田 0.00000028 +寺男 0.00000018 +寺町 0.00000009 +寺社 0.00000037 +寺道 0.00000009 +寺院 0.00001321 +対 0.00049308 +対ソ 0.00000009 +対ソ連 0.00000009 +対中 0.00000055 +対人 0.00000138 +対価 0.00000101 +対側 0.00000009 +対処 0.00003402 +対北朝鮮 0.00000009 +対向 0.00000018 +対地 0.00000009 +対外 0.00000183 +対局 0.00000128 +対岸 0.00000128 +対峙 0.00000083 +対広島 0.00000009 +対座 0.00000009 +対応 0.00005438 +対戦 0.00001807 +対手 0.00000009 +対抗 0.00001366 +対数 0.00000037 +対日 0.00000138 +対極 0.00000119 +対欧米 0.00000009 +対毒 0.00000009 +対比 0.00000248 +対決 0.00000587 +対流 0.00000018 +対照 0.00001192 +対照本 0.00000009 +対症 0.00000009 +対称 0.00000138 +対立 0.00001513 +対等 0.00000459 +対策 0.00005154 +対米 0.00000037 +対自分 0.00000009 +対西武 0.00000009 +対角 0.00000018 +対訳 0.00000193 +対話 0.00000761 +対談 0.00000110 +対象 0.00006988 +対蹠 0.00000009 +対非 0.00000009 +対面 0.00000688 +対韓国 0.00000055 +対頭脳 0.00000009 +対馬 0.00000009 +対0 0.00000009 +対_ 0.00000009 +寿 0.00000028 +寿人 0.00000009 +寿司 0.00000064 +寿命 0.00001715 +寿思 0.00000018 +寿楽 0.00000009 +寿海 0.00000018 +寿海亭 0.00000009 +寿玉 0.00000009 +寿賀子 0.00000009 +寿退 0.00000018 +寿退社 0.00000009 +寿限 0.00000009 +封 0.00000202 +封じ 0.00000018 +封じ込 0.00000009 +封じ込め 0.00000101 +封切 0.00000238 +封切り 0.00000073 +封印 0.00000101 +封土 0.00000009 +封建 0.00000440 +封建制 0.00000018 +封建的 0.00000009 +封書 0.00000055 +封筒 0.00000459 +封緘 0.00000018 +封致 0.00000009 +封蝋 0.00000018 +封鎖 0.00000156 +専ら 0.00000018 +専任 0.00000028 +専修 0.00000128 +専制 0.00000202 +専務 0.00000211 +専売 0.00000028 +専守 0.00000028 +専属 0.00000128 +専従 0.00000018 +専心 0.00000046 +専念 0.00000945 +専攻 0.00001458 +専有 0.00000009 +専業 0.00000293 +専用 0.00002357 +専術 0.00000009 +専門 0.00011518 +射 0.00000403 +射かけ 0.00000028 +射し込 0.00000028 +射出 0.00000009 +射品 0.00000009 +射幸心 0.00000009 +射当て 0.00000009 +射形 0.00000009 +射手 0.00000174 +射手座 0.00000174 +射抜 0.00000055 +射撃 0.00000348 +射撃場 0.00000009 +射方 0.00000009 +射止め 0.00000128 +射殺 0.00000413 +射殺魔 0.00000009 +射水 0.00000009 +射的 0.00000009 +射程 0.00000046 +射精 0.00000009 +将兵 0.00000018 +将史 0.00000009 +将司 0.00000028 +将大 0.00000101 +将官 0.00000009 +将志 0.00000046 +将来 0.00010867 +将校 0.00000312 +将棋 0.00000605 +将棋倒 0.00000018 +将棋倒し 0.00000009 +将軍 0.00001550 +将門 0.00000018 +尊 0.00000587 +尊厳 0.00000697 +尊大 0.00000101 +尊守 0.00000009 +尊崇 0.00000009 +尊師 0.00000018 +尊徳 0.00000018 +尊敬 0.00003081 +尊重 0.00002274 +尊顔 0.00000073 +尋 0.00000046 +尋ね 0.00006960 +尋ねあ 0.00000018 +尋ねれ 0.00000046 +尋ね合 0.00000009 +尋半 0.00000009 +尋南 0.00000009 +尋問 0.00000367 +尋常 0.00000073 +導 0.00003136 +導き 0.00000202 +導きだ 0.00000009 +導き出 0.00000229 +導き出せ 0.00000028 +導く 0.00000009 +導け 0.00000037 +導び 0.00000009 +導体 0.00000532 +導入 0.00004860 +導尿 0.00000009 +導師 0.00000046 +導火 0.00000037 +導管 0.00000009 +導線 0.00000009 +導電 0.00000147 +小 0.00007584 +小、 0.00000018 +小さ 0.00007694 +小さい 0.00000018 +小さき 0.00000028 +小さけ 0.00000009 +小さじ 0.00000101 +小さな 0.00015791 +小さめ 0.00000055 +小ざかし 0.00000018 +小ざっぱり 0.00000009 +小ちゃ 0.00000009 +小ぢんまり 0.00000028 +小ぶり 0.00000055 +小べ 0.00000028 +小べや 0.00000009 +小わき 0.00000009 +小ジワ 0.00000018 +小ボブ 0.00000009 +小・中学 0.00000028 +小三 0.00000009 +小上がり 0.00000009 +小丘 0.00000009 +小中学 0.00000119 +小中高 0.00000009 +小中高生 0.00000018 +小久保 0.00000009 +小乗 0.00000009 +小事 0.00000028 +小五郎 0.00000009 +小京都 0.00000018 +小人 0.00000083 +小人物 0.00000028 +小休止 0.00000009 +小伝 0.00000009 +小体 0.00000009 +小作 0.00000064 +小作人 0.00000009 +小作料 0.00000018 +小使 0.00000009 +小供 0.00000037 +小便 0.00000110 +小倉 0.00000055 +小倉朗著 0.00000009 +小僧 0.00000193 +小児 0.00000660 +小党 0.00000009 +小兵 0.00000009 +小出 0.00000193 +小出し 0.00000018 +小刀 0.00000018 +小分け 0.00000009 +小切 0.00000028 +小切手 0.00000614 +小切手偽造犯 0.00000009 +小判 0.00000037 +小利口 0.00000009 +小刻 0.00000009 +小刻み 0.00000055 +小割 0.00000009 +小動植物 0.00000009 +小包 0.00000413 +小化 0.00000018 +小十郎 0.00000009 +小原 0.00000028 +小口 0.00000055 +小和田 0.00000055 +小品 0.00000009 +小唄 0.00000037 +小喬 0.00000009 +小器 0.00000009 +小噺 0.00000028 +小図 0.00000018 +小国 0.00000238 +小坂 0.00000009 +小型 0.00001917 +小城 0.00000018 +小域 0.00000009 +小堀 0.00000083 +小塔 0.00000046 +小塚 0.00000046 +小声 0.00000266 +小売 0.00001055 +小売り 0.00000018 +小外掛で 0.00000009 +小夜 0.00000009 +小太夫 0.00000009 +小妹 0.00000055 +小姓 0.00000055 +小娘 0.00000037 +小子 0.00000009 +小学 0.00002311 +小学館 0.00000018 +小宇宙 0.00000018 +小室 0.00000174 +小屋 0.00002779 +小山 0.00000083 +小岩 0.00000009 +小岳 0.00000018 +小島 0.00000138 +小嶋 0.00000037 +小川 0.00000871 +小巻 0.00000009 +小幡 0.00000037 +小平 0.00000064 +小広場 0.00000009 +小康 0.00000018 +小形 0.00000009 +小役人 0.00000009 +小径 0.00000138 +小心 0.00000028 +小惑星 0.00000669 +小房 0.00000018 +小手 0.00000037 +小手打ち 0.00000009 +小才 0.00000009 +小技 0.00000009 +小指 0.00000128 +小振り 0.00000009 +小政 0.00000018 +小教 0.00000009 +小数 0.00000046 +小旅行 0.00000037 +小旗 0.00000018 +小早川 0.00000018 +小春 0.00000055 +小暗 0.00000009 +小暮 0.00000028 +小曲 0.00000009 +小朝 0.00000018 +小机 0.00000055 +小村 0.00000009 +小松 0.00000028 +小松原 0.00000028 +小林 0.00001018 +小枝 0.00000257 +小柄 0.00000514 +小柴 0.00000055 +小栗 0.00000028 +小栗旬 0.00000009 +小椋 0.00000138 +小槌 0.00000009 +小樽 0.00000037 +小次郎 0.00000238 +小歌 0.00000018 +小気味 0.00000028 +小水 0.00000009 +小氷 0.00000009 +小汚 0.00000018 +小池 0.00000119 +小沢 0.00000495 +小河内 0.00000018 +小泉 0.00003659 +小津 0.00000183 +小浜 0.00000110 +小海 0.00000009 +小涌園 0.00000009 +小淵沢 0.00000009 +小清水 0.00000028 +小渕 0.00000486 +小澤 0.00000165 +小火器 0.00000009 +小熊 0.00000009 +小熊坂 0.00000009 +小片 0.00000046 +小牧 0.00000046 +小物 0.00000403 +小犬 0.00000018 +小猫 0.00000009 +小猿 0.00000009 +小玉 0.00000018 +小球 0.00000028 +小瓶 0.00000083 +小生 0.00000018 +小田 0.00000165 +小田原 0.00000147 +小男 0.00000220 +小町 0.00000018 +小畑 0.00000028 +小癪 0.00000009 +小皇帝 0.00000009 +小皺 0.00000009 +小皿 0.00000064 +小石 0.00000211 +小石川 0.00000009 +小磯 0.00000009 +小禿 0.00000009 +小穴 0.00000018 +小突 0.00000009 +小突き回 0.00000009 +小窓 0.00000046 +小笠原 0.00000385 +小箱 0.00000110 +小節 0.00000028 +小粋 0.00000009 +小粒 0.00000028 +小細工 0.00000064 +小結 0.00000055 +小罪 0.00000009 +小羊 0.00000009 +小者 0.00000009 +小耳 0.00000009 +小脇 0.00000028 +小腸 0.00000046 +小自 0.00000018 +小舎 0.00000018 +小舟 0.00000183 +小船 0.00000156 +小芝居 0.00000018 +小荷物 0.00000009 +小蜘 0.00000009 +小袋 0.00000009 +小袖 0.00000028 +小西 0.00000092 +小言 0.00000083 +小記事 0.00000009 +小話 0.00000028 +小説 0.00005025 +小諸 0.00000009 +小豆 0.00000064 +小豆島 0.00000037 +小豆汁 0.00000009 +小走 0.00000009 +小走り 0.00000018 +小路 0.00000046 +小躍り 0.00000037 +小農 0.00000018 +小道 0.00000413 +小道具 0.00000009 +小遣 0.00000028 +小遣い 0.00000504 +小遣いあげ 0.00000009 +小郡 0.00000009 +小部屋 0.00000110 +小都市 0.00000037 +小野 0.00000248 +小野田 0.00000046 +小金 0.00000009 +小銃 0.00000064 +小銭 0.00000422 +小錦 0.00000174 +小鍋 0.00000028 +小間 0.00000092 +小間物 0.00000009 +小降り 0.00000009 +小隊 0.00000018 +小集会 0.00000009 +小集団 0.00000009 +小難し 0.00000009 +小雨 0.00000119 +小雪 0.00000009 +小面 0.00000009 +小頭 0.00000018 +小額 0.00000119 +小顔 0.00000018 +小食 0.00000028 +小首 0.00000009 +小馬 0.00000009 +小馬鹿 0.00000009 +小骨 0.00000018 +小高 0.00000064 +小鬼 0.00000018 +小魚 0.00000138 +小鳥 0.00000358 +小鹿田 0.00000009 +小麦 0.00001137 +小鼓 0.00000037 +小鼻 0.00000028 +少 0.00000339 +少々 0.00001394 +少い 0.00000009 +少く 0.00000046 +少けれ 0.00000009 +少し 0.00022834 +少しょう 0.00000009 +少な 0.00019285 +少なめ 0.00000009 +少の 0.00000009 +少佐 0.00000073 +少女 0.00004227 +少子 0.00000495 +少将 0.00000037 +少尉 0.00000009 +少年 0.00005961 +少数 0.00001632 +少時 0.00000009 +少林 0.00000248 +少虎 0.00000018 +少量 0.00000559 +少雨 0.00000028 +少額 0.00000238 +尖 0.00000138 +尖り 0.00000018 +尖塔 0.00000174 +尖鋭 0.00000009 +尖閣 0.00000119 +尚 0.00000083 +尚も 0.00000009 +尚典 0.00000009 +尚可 0.00000009 +尚子 0.00000394 +尚学 0.00000046 +尚早 0.00000156 +尚武 0.00000028 +尚登 0.00000018 +尚輝 0.00000009 +尚香 0.00000009 +尤 0.00000009 +就 0.00002348 +就き 0.00000009 +就く 0.00000009 +就け 0.00000211 +就・ 0.00000009 +就任 0.00002311 +就労 0.00002228 +就園 0.00000009 +就学 0.00001238 +就寝 0.00000193 +就役 0.00000009 +就業 0.00000367 +就活 0.00000009 +就籍 0.00000009 +就職 0.00004438 +就航 0.00000183 +尹 0.00000028 +尹致 0.00000009 +尺 0.00000055 +尺八 0.00000257 +尺度 0.00000220 +尺骨 0.00000009 +尻 0.00000578 +尻切れ 0.00000009 +尻別川 0.00000009 +尻尾 0.00000211 +尻拭 0.00000018 +尻拭い 0.00000018 +尻振 0.00000009 +尻目 0.00000046 +尻軽 0.00000028 +尻込 0.00000018 +尻込み 0.00000092 +尼 0.00000064 +尼僧 0.00000018 +尼崎 0.00000037 +尽 0.00000092 +尽か 0.00000037 +尽かし 0.00000009 +尽き 0.00000816 +尽きかけ 0.00000018 +尽く 0.00003109 +尽くし 0.00000009 +尽くせ 0.00000064 +尽せり 0.00000009 +尽力 0.00000468 +尾 0.00000440 +尾── 0.00000009 +尾け 0.00000064 +尾びれ 0.00000055 +尾作 0.00000037 +尾去沢 0.00000009 +尾崎 0.00000220 +尾張 0.00000028 +尾形 0.00000037 +尾方 0.00000018 +尾根 0.00000110 +尾根道 0.00000018 +尾池 0.00000009 +尾瀬 0.00000018 +尾羽 0.00000009 +尾藤 0.00000028 +尾行 0.00000083 +尾話 0.00000009 +尾道 0.00000037 +尾頭 0.00000009 +尾鷲 0.00000092 +尿 0.00000238 +尿中 0.00000018 +尿意 0.00000009 +尿管 0.00000046 +尿路 0.00000046 +尿道 0.00000018 +尿酸 0.00000009 +尿量 0.00000018 +尿閉 0.00000009 +局 0.00010280 +局内 0.00000009 +局員 0.00000046 +局在 0.00000028 +局地 0.00000028 +局所 0.00000064 +局留め 0.00000018 +局部 0.00000037 +局長 0.00000229 +局面 0.00000229 +屁 0.00000028 +屁だ 0.00000018 +屁理屈 0.00000028 +居 0.00002980 +居あわせ 0.00000009 +居ず 0.00000009 +居れ 0.00000009 +居並 0.00000028 +居住 0.00001467 +居候 0.00000083 +居合 0.00000138 +居合せ 0.00000009 +居合わせ 0.00000156 +居合道 0.00000055 +居城 0.00000046 +居室 0.00000018 +居座 0.00000110 +居心 0.00000018 +居心地 0.00000587 +居所 0.00000083 +居残 0.00000046 +居残り 0.00000018 +居民 0.00000009 +居民証 0.00000018 +居漏 0.00000028 +居留 0.00000073 +居留地 0.00000009 +居直 0.00000009 +居眠 0.00000028 +居眠り 0.00000202 +居着 0.00000028 +居続け 0.00000028 +居過ぎ 0.00000009 +居酒屋 0.00000724 +居間 0.00000660 +居飛 0.00000009 +居馴 0.00000009 +屈 0.00000459 +屈っ 0.00000028 +屈みこ 0.00000009 +屈みこめ 0.00000009 +屈み込 0.00000009 +屈め 0.00000028 +屈伏 0.00000018 +屈伸 0.00000028 +屈強 0.00000110 +屈従 0.00000009 +屈折 0.00000083 +屈指 0.00000202 +屈曲 0.00000028 +屈服 0.00000128 +屈託 0.00000101 +屈身 0.00000009 +屈辱 0.00000413 +届 0.00005731 +届く 0.00000018 +届け 0.00002329 +届けれ 0.00000009 +届け出 0.00000193 +届出 0.00000257 +届書 0.00000009 +屋 0.00006474 +屋上 0.00000339 +屋久 0.00000238 +屋内 0.00000440 +屋内外 0.00000009 +屋台 0.00000917 +屋台村 0.00000009 +屋号 0.00000037 +屋外 0.00000596 +屋形 0.00000110 +屋敷 0.00001027 +屋敷町 0.00000009 +屋敷風 0.00000018 +屋旅館 0.00000009 +屋根 0.00002219 +屋根裏 0.00000009 +屋楽器 0.00000009 +屋比久 0.00000009 +屋風 0.00000009 +屍 0.00000092 +屍体 0.00000009 +屍衣 0.00000018 +屏 0.00000009 +屏風 0.00000248 +屏風絵 0.00000009 +屑 0.00000055 +屑籠 0.00000009 +屑連 0.00000009 +展 0.00001458 +展げ 0.00000009 +展子 0.00000009 +展望 0.00001018 +展望台 0.00000018 +展示 0.00007474 +展覧 0.00001265 +展観 0.00000009 +展開 0.00002962 +属 0.00001275 +属国 0.00000046 +属州 0.00000018 +属領 0.00000028 +屠 0.00000046 +屠殺 0.00000028 +屠殺場 0.00000009 +層 0.00002971 +層状 0.00000018 +層雲 0.00000018 +履 0.00001110 +履い 0.00000009 +履き 0.00000128 +履く 0.00000018 +履け 0.00000037 +履修 0.00000101 +履歴 0.00001128 +履物 0.00000110 +履行 0.00000293 +山 0.00008987 +山々 0.00000798 +山あい 0.00000037 +山すその 0.00000009 +山づみ 0.00000009 +山一 0.00000046 +山下 0.00000202 +山下町 0.00000009 +山並 0.00000009 +山並み 0.00000092 +山中 0.00000257 +山井 0.00000018 +山伏 0.00000028 +山側 0.00000018 +山元 0.00000018 +山内 0.00000202 +山分け 0.00000064 +山原 0.00000009 +山口 0.00000642 +山名 0.00000037 +山吹 0.00000018 +山吹色 0.00000009 +山咲 0.00000046 +山商 0.00000009 +山国 0.00000028 +山地 0.00000193 +山型 0.00000009 +山城 0.00000064 +山域 0.00000009 +山場 0.00000028 +山塊 0.00000009 +山奥 0.00000101 +山室 0.00000009 +山家 0.00000009 +山容 0.00000009 +山寺 0.00000028 +山山 0.00000018 +山岡 0.00000156 +山岳 0.00000633 +山崎 0.00000559 +山崩れ 0.00000018 +山川 0.00000055 +山師 0.00000009 +山形 0.00000394 +山手 0.00000128 +山手線 0.00000055 +山明 0.00000009 +山望 0.00000009 +山木 0.00000028 +山本 0.00001100 +山村 0.00000064 +山東 0.00000009 +山林 0.00000046 +山根 0.00000009 +山桃 0.00000009 +山桜 0.00000009 +山梨 0.00000596 +山椒 0.00000018 +山歩 0.00000018 +山歩き 0.00000009 +山水 0.00000037 +山河 0.00000009 +山沿い 0.00000009 +山浦 0.00000018 +山海 0.00000009 +山深 0.00000009 +山済 0.00000009 +山瀬 0.00000009 +山火事 0.00000046 +山焼き 0.00000009 +山猫 0.00000009 +山王 0.00000018 +山田 0.00000660 +山登 0.00000037 +山登り 0.00000101 +山盛り 0.00000055 +山稜 0.00000009 +山積 0.00000083 +山積み 0.00000229 +山笠 0.00000018 +山紅 0.00000009 +山羊 0.00000064 +山羊座 0.00000064 +山肌 0.00000009 +山脈 0.00000697 +山腹 0.00000073 +山荘 0.00000073 +山菜 0.00000083 +山行 0.00000018 +山谷 0.00000083 +山賊 0.00000083 +山越し 0.00000009 +山跡 0.00000009 +山路 0.00000046 +山車 0.00000523 +山道 0.00000202 +山部 0.00000009 +山都 0.00000009 +山里 0.00000028 +山野 0.00000018 +山鉾 0.00000165 +山門 0.00000009 +山開き 0.00000009 +山間 0.00000220 +山陰 0.00000037 +山陽 0.00000046 +山階 0.00000018 +山頂 0.00000532 +山高 0.00000055 +山鳥 0.00000009 +山鴫 0.00000009 +山鹿 0.00000028 +山麓 0.00000064 +山^ 0.00000009 +屹っと 0.00000009 +屹立 0.00000009 +岐 0.00000009 +岐路 0.00000073 +岐阜 0.00000468 +岡 0.00000018 +岡倉 0.00000037 +岡山 0.00000596 +岡山間 0.00000009 +岡島 0.00000046 +岡崎 0.00000073 +岡本 0.00000165 +岡村 0.00000064 +岡田 0.00000596 +岡目 0.00000009 +岡部 0.00000018 +岡野 0.00000046 +岩 0.00001504 +岩々 0.00000064 +岩下 0.00000275 +岩井 0.00000009 +岩倉 0.00000018 +岩出 0.00000009 +岩国 0.00000037 +岩地 0.00000009 +岩場 0.00000046 +岩塩 0.00000055 +岩壁 0.00000046 +岩屋 0.00000055 +岩層 0.00000028 +岩山 0.00000064 +岩崎 0.00000183 +岩川 0.00000009 +岩影 0.00000009 +岩手 0.00000523 +岩手山 0.00000009 +岩木 0.00000009 +岩木山 0.00000018 +岩本 0.00000018 +岩村 0.00000028 +岩柱 0.00000037 +岩棚 0.00000009 +岩殿 0.00000009 +岩永 0.00000018 +岩波 0.00000018 +岩浜 0.00000009 +岩瀬 0.00000018 +岩田 0.00000092 +岩登り 0.00000009 +岩盤 0.00000028 +岩石 0.00000339 +岩礁 0.00000083 +岩窟 0.00000028 +岩粉 0.00000018 +岩結晶 0.00000009 +岩絵 0.00000009 +岩絵の具 0.00000009 +岩群 0.00000009 +岩肌 0.00000028 +岩茸 0.00000046 +岩造り 0.00000018 +岩道 0.00000009 +岩陰 0.00000009 +岩隈 0.00000028 +岩風呂 0.00000009 +岬 0.00000330 +岳 0.00000128 +岳志 0.00000009 +岳飛 0.00000009 +岸 0.00000954 +岸和田 0.00000083 +岸壁 0.00000119 +岸本 0.00000220 +岸沿い 0.00000018 +岸田 0.00000119 +岸辺 0.00000147 +岸野 0.00000009 +峠 0.00000183 +峡 0.00000018 +峡谷 0.00000119 +峨々 0.00000009 +峨峨 0.00000009 +峯 0.00000009 +峯生 0.00000009 +峰 0.00000459 +峰々 0.00000018 +峰回り 0.00000009 +峰子 0.00000028 +峰山 0.00000009 +峰穂 0.00000009 +島 0.00008482 +島々 0.00000587 +島中 0.00000028 +島人 0.00000009 +島公園 0.00000028 +島内 0.00000028 +島原 0.00000018 +島国 0.00000752 +島国根性 0.00000009 +島外 0.00000018 +島好き 0.00000009 +島娘 0.00000009 +島崎 0.00000018 +島嶼 0.00000009 +島庄 0.00000009 +島影 0.00000009 +島忠 0.00000018 +島本 0.00000046 +島村 0.00000009 +島根 0.00000330 +島民 0.00000422 +島津 0.00000110 +島流し 0.00000028 +島産 0.00000046 +島田 0.00000055 +島精機 0.00000009 +島袋 0.00000055 +島谷 0.00000028 +峻別 0.00000009 +峻厳 0.00000009 +峻鋭 0.00000009 +崇 0.00000009 +崇め 0.00000037 +崇伸 0.00000037 +崇史 0.00000009 +崇子 0.00000128 +崇彦 0.00000037 +崇拝 0.00000862 +崇敬 0.00000046 +崇神 0.00000046 +崇高 0.00000257 +崑 0.00000009 +崔 0.00000018 +崔天凱 0.00000009 +崔相 0.00000009 +崖 0.00000385 +崖っぷ 0.00000009 +崖下 0.00000009 +崖壁 0.00000009 +崖崩れ 0.00000037 +崖沿い 0.00000009 +崖端 0.00000009 +崖縁 0.00000009 +崩 0.00000614 +崩し 0.00000009 +崩せ 0.00000028 +崩れ 0.00001247 +崩れいく 0.00000009 +崩れさ 0.00000009 +崩れ去 0.00000046 +崩壊 0.00002384 +崩御 0.00000073 +崩落 0.00000128 +嵌 0.00000009 +嵌ま 0.00000018 +嵌め 0.00000037 +嵌め込 0.00000009 +嵐 0.00001265 +嵐山 0.00000046 +嵩 0.00000018 +嵩じ 0.00000009 +嵩原 0.00000009 +嵩張 0.00000018 +嵯峨 0.00000009 +嵯峨野 0.00000009 +嶮し 0.00000009 +嶺 0.00000037 +巌 0.00000028 +巌流 0.00000064 +巌流島 0.00000009 +巖 0.00000009 +川 0.00005667 +川べり 0.00000037 +川上 0.00000321 +川上流 0.00000009 +川下 0.00000037 +川下り 0.00000028 +川中島 0.00000028 +川久保 0.00000028 +川井 0.00000064 +川俣 0.00000037 +川内 0.00000110 +川南 0.00000009 +川南町 0.00000009 +川原 0.00000018 +川口 0.00000110 +川向こう 0.00000018 +川岸 0.00000165 +川島 0.00000037 +川崎 0.00000449 +川嶋 0.00000018 +川幅 0.00000018 +川底 0.00000055 +川本 0.00000009 +川村 0.00000018 +川柳 0.00000642 +川根 0.00000028 +川橋 0.00000009 +川沿い 0.00000147 +川淵 0.00000046 +川瀬 0.00000028 +川田 0.00000046 +川相 0.00000101 +川県 0.00000009 +川端 0.00000156 +川筋 0.00000009 +川見 0.00000009 +川越 0.00000092 +川辺 0.00000083 +川面 0.00000009 +川魚 0.00000037 +州 0.00013288 +州債 0.00000018 +州兵 0.00000055 +州内 0.00000092 +州別 0.00000018 +州境 0.00000009 +州外 0.00000037 +州民 0.00000073 +州法 0.00000110 +州税 0.00000018 +州立 0.00000110 +州都 0.00000073 +州間 0.00000018 +巡 0.00001027 +巡ら 0.00000165 +巡り 0.00000303 +巡りく 0.00000009 +巡り合 0.00000238 +巡り合え 0.00000009 +巡り合わせ 0.00000110 +巡回 0.00000312 +巡査 0.00000321 +巡業 0.00000202 +巡目 0.00000009 +巡礼 0.00000293 +巡航 0.00000073 +巡行 0.00000064 +巡視 0.00000083 +巡遊 0.00000009 +巣 0.00001146 +巣作り 0.00000028 +巣室 0.00000009 +巣状 0.00000018 +巣穴 0.00000174 +巣窟 0.00000018 +巣立 0.00000037 +巣立ち 0.00000009 +工 0.00000211 +工事 0.00001073 +工作 0.00000440 +工具 0.00000046 +工務 0.00000018 +工匠 0.00000037 +工合 0.00000028 +工員 0.00000147 +工場 0.00004319 +工場所有 0.00000009 +工大 0.00000009 +工夫 0.00000697 +工学 0.00000853 +工房 0.00000275 +工業 0.00002311 +工法 0.00000055 +工科 0.00000321 +工程 0.00000504 +工芸 0.00001055 +工藝 0.00000009 +工藤 0.00000138 +工費 0.00000037 +工面 0.00000073 +左 0.00001531 +左ひざ 0.00000028 +左上 0.00000009 +左下 0.00000009 +左中間 0.00000009 +左側 0.00000459 +左党 0.00000009 +左内 0.00000009 +左利き 0.00000046 +左前腕 0.00000009 +左前足 0.00000009 +左右 0.00001825 +左向け 0.00000009 +左四 0.00000009 +左多里 0.00000046 +左官 0.00000009 +左寄り 0.00000037 +左岸 0.00000046 +左幸子 0.00000009 +左往 0.00000018 +左手 0.00000541 +左手上げ 0.00000009 +左手奥 0.00000009 +左打ち 0.00000009 +左折 0.00000147 +左拳 0.00000018 +左方 0.00000018 +左派 0.00000073 +左目 0.00000064 +左眼 0.00000009 +左端 0.00000064 +左義長 0.00000064 +左翼 0.00000211 +左耳 0.00000009 +左肘 0.00000018 +左肩 0.00000046 +左胸 0.00000018 +左脇 0.00000018 +左脚 0.00000064 +左脳 0.00000092 +左腕 0.00000248 +左腿 0.00000009 +左膝 0.00000046 +左舷 0.00000046 +左葉 0.00000009 +左袖 0.00000009 +左足 0.00000174 +左足首 0.00000018 +左身 0.00000009 +左車 0.00000028 +左車線 0.00000046 +左近 0.00000009 +左遷 0.00000046 +左隣 0.00000009 +左頬 0.00000009 +左顎 0.00000028 +巧 0.00000147 +巧さ 0.00000009 +巧み 0.00000834 +巧みさ 0.00000009 +巧妙 0.00000413 +巧者 0.00000028 +巨 0.00000009 +巨い 0.00000009 +巨き 0.00000009 +巨万 0.00000055 +巨乳 0.00000055 +巨人 0.00000981 +巨体 0.00000128 +巨利 0.00000009 +巨匠 0.00000266 +巨大 0.00004695 +巨岩 0.00000037 +巨峰 0.00000009 +巨星 0.00000028 +巨木 0.00000073 +巨泉 0.00000018 +巨漢 0.00000018 +巨編 0.00000009 +巨費 0.00000018 +巨躯 0.00000009 +巨頭 0.00000018 +巨額 0.00000642 +巨麻 0.00000009 +巨麿 0.00000009 +巫女 0.00000092 +差 0.00003815 +差し 0.00000138 +差しかか 0.00000046 +差しかけ 0.00000009 +差しこ 0.00000037 +差しさわり 0.00000009 +差しす 0.00000009 +差しだ 0.00000055 +差しつかえ 0.00000009 +差して 0.00000009 +差し上げ 0.00001137 +差し伸べ 0.00000541 +差し入れ 0.00000147 +差し出 0.00000908 +差し出せ 0.00000018 +差し向かい 0.00000028 +差し向け 0.00000064 +差し延べ 0.00000009 +差し引 0.00000238 +差し引き 0.00000018 +差し当た 0.00000028 +差し当たり 0.00000037 +差し戻 0.00000009 +差し押さえ 0.00000119 +差し招 0.00000009 +差し挟 0.00000092 +差し掛か 0.00000110 +差し控え 0.00000110 +差し支え 0.00000220 +差し替え 0.00000083 +差し止め 0.00000073 +差し水 0.00000009 +差し渡し 0.00000009 +差し示 0.00000018 +差し置 0.00000018 +差し込 0.00000330 +差し込み 0.00000018 +差し込め 0.00000018 +差し迫 0.00000128 +差し金 0.00000018 +差し障り 0.00000009 +差上げ 0.00000009 +差出 0.00000110 +差出用 0.00000009 +差別 0.00007520 +差向 0.00000009 +差引 0.00000018 +差損 0.00000009 +差支え 0.00000018 +差異 0.00000248 +差違 0.00000009 +差額 0.00000055 +己 0.00000312 +己れ 0.00000028 +已 0.00000018 +已め 0.00000009 +巳 0.00000009 +巳喜男 0.00000009 +巴 0.00000018 +巴旦 0.00000009 +巷 0.00000083 +巻 0.00001550 +巻き 0.00000128 +巻きおこ 0.00000009 +巻きこ 0.00000009 +巻きす 0.00000037 +巻きず 0.00000055 +巻きずし 0.00000101 +巻きつ 0.00000028 +巻きつけ 0.00000174 +巻きと 0.00000009 +巻き上げ 0.00000147 +巻き付 0.00000037 +巻き付け 0.00000046 +巻き入 0.00000009 +巻き取 0.00000009 +巻き取れ 0.00000018 +巻き戻 0.00000037 +巻き毛 0.00000165 +巻き添え 0.00000009 +巻き物 0.00000009 +巻き直 0.00000009 +巻き起こ 0.00000660 +巻き込 0.00001550 +巻き返し 0.00000028 +巻き髪 0.00000009 +巻け 0.00000009 +巻付け 0.00000009 +巻末 0.00000083 +巻毛 0.00000009 +巻物 0.00000055 +巻目 0.00000009 +巻紙 0.00000018 +巻結び 0.00000009 +巻込 0.00000009 +巽 0.00000009 +巾 0.00000037 +巾着 0.00000009 +市 0.00017864 +市ヶ谷 0.00000028 +市中 0.00000046 +市井 0.00000028 +市会 0.00000055 +市來 0.00000018 +市側 0.00000009 +市兵衛 0.00000018 +市内 0.00001550 +市内外 0.00000018 +市制 0.00000037 +市助 0.00000009 +市原 0.00000037 +市原町 0.00000009 +市営 0.00000083 +市場 0.00010958 +市外 0.00000119 +市川 0.00000266 +市庁 0.00000037 +市政 0.00000037 +市有 0.00000009 +市村 0.00000018 +市松 0.00000009 +市桃 0.00000009 +市橋 0.00000009 +市民 0.00006988 +市況 0.00000018 +市消防 0.00000009 +市税 0.00000009 +市立 0.00000119 +市街 0.00000633 +市警 0.00000037 +市議 0.00000037 +市議会 0.00000248 +市販 0.00000440 +市道 0.00000009 +市長 0.00001825 +市電 0.00000037 +布 0.00000798 +布ずれ 0.00000009 +布と 0.00000009 +布一 0.00000009 +布作り 0.00000009 +布切れ 0.00000018 +布告 0.00000119 +布団 0.00001238 +布地 0.00000312 +布川 0.00000018 +布巾 0.00000064 +布引 0.00000028 +布教 0.00000101 +布枝 0.00000009 +布片 0.00000064 +布状 0.00000018 +布目 0.00000009 +布石 0.00000009 +布織り 0.00000009 +布置 0.00000009 +布表紙 0.00000009 +布袋 0.00000037 +布製 0.00000018 +布陣 0.00000028 +帆 0.00001082 +帆げ 0.00000009 +帆影 0.00000009 +帆柱 0.00000009 +帆桁 0.00000009 +帆綱 0.00000028 +帆船 0.00000165 +帆装 0.00000009 +帆走 0.00000018 +希 0.00000064 +希代子 0.00000009 +希土 0.00000009 +希少 0.00000358 +希巳 0.00000156 +希有 0.00000018 +希望 0.00008217 +希求 0.00000046 +希美 0.00000009 +希薄 0.00000220 +希釈 0.00000009 +帖 0.00000073 +帖数 0.00000009 +帖雅娜 0.00000009 +帝 0.00000092 +帝京 0.00000018 +帝位 0.00000028 +帝劇 0.00000009 +帝国 0.00001531 +帝塚 0.00000009 +帝政 0.00000009 +帝王 0.00000339 +帝都 0.00000009 +帝釈 0.00000009 +帝銀 0.00000009 +帝陵 0.00000009 +師 0.00005135 +師事 0.00000055 +師匠 0.00000486 +師団 0.00000037 +師塾 0.00000009 +師弟 0.00000018 +師業 0.00000009 +師範 0.00000083 +席 0.00006172 +席上 0.00000046 +席取 0.00000009 +席取り 0.00000018 +席巻 0.00000055 +席座 0.00000009 +席捲 0.00000009 +席替え 0.00000009 +席順 0.00000028 +帯 0.00001155 +帯び 0.00000514 +帯地 0.00000018 +帯域 0.00000028 +帯広 0.00000037 +帯状 0.00000046 +帯電 0.00000018 +帰 0.00015846 +帰ら 0.00000037 +帰り 0.00001568 +帰りがけ 0.00000009 +帰り際 0.00000046 +帰る 0.00000009 +帰れ 0.00000569 +帰れれ 0.00000009 +帰京 0.00000018 +帰任 0.00000018 +帰依 0.00000064 +帰化 0.00000890 +帰国 0.00005676 +帰国子 0.00000009 +帰宅 0.00001311 +帰属 0.00000193 +帰島 0.00000055 +帰巣 0.00000009 +帰来 0.00000009 +帰港 0.00000037 +帰省 0.00000193 +帰着 0.00000046 +帰納 0.00000055 +帰結 0.00000110 +帰線 0.00000009 +帰路 0.00000073 +帰途 0.00000055 +帰還 0.00000899 +帰郷 0.00000128 +帰順 0.00000009 +帳 0.00000596 +帳場 0.00000037 +帳尻 0.00000018 +帳消 0.00000046 +帳消し 0.00000046 +帳簿 0.00000193 +帳面 0.00000037 +帷子 0.00000055 +帷幄 0.00000110 +常 0.00008198 +常々 0.00000220 +常一 0.00000009 +常任 0.00000596 +常備 0.00000037 +常務 0.00000055 +常勝 0.00000009 +常勤 0.00000293 +常口 0.00000083 +常呂 0.00000018 +常圧 0.00000009 +常在 0.00000018 +常夏 0.00000073 +常套 0.00000018 +常宿 0.00000009 +常居 0.00000037 +常態 0.00000009 +常日 0.00000037 +常日頃 0.00000009 +常春 0.00000009 +常時 0.00000422 +常温 0.00000055 +常滑 0.00000018 +常用 0.00000147 +常用語 0.00000009 +常盤 0.00000064 +常磐 0.00000037 +常磐木 0.00000009 +常福院 0.00000018 +常緑 0.00000064 +常習 0.00000092 +常設 0.00000138 +常識 0.00001632 +常軌 0.00000046 +常通 0.00000009 +常連 0.00000376 +常連客 0.00000147 +常連校 0.00000009 +常道 0.00000028 +常長 0.00000009 +常闇 0.00000009 +常陸 0.00000009 +常食 0.00000009 +常飲 0.00000009 +常駐 0.00000083 +帽 0.00000312 +帽子 0.00002916 +幄 0.00000009 +幅 0.00001825 +幅広 0.00002017 +幅跳び 0.00000018 +幇助 0.00000018 +幌 0.00000028 +幕 0.00000954 +幕下 0.00000119 +幕僚 0.00000009 +幕内 0.00000293 +幕切れ 0.00000018 +幕前 0.00000009 +幕山 0.00000018 +幕府 0.00001155 +幕引き 0.00000009 +幕張 0.00000147 +幕末 0.00000202 +幕藩 0.00000018 +幕見席 0.00000009 +幕開け 0.00000174 +幕間 0.00000037 +幡宮 0.00000028 +干 0.00000330 +干き 0.00000009 +干し 0.00000348 +干し上げ 0.00000009 +干し肉 0.00000037 +干し草 0.00000009 +干す 0.00000009 +干ばつ 0.00000569 +干上が 0.00000092 +干拓 0.00000037 +干拓地 0.00000009 +干支 0.00000110 +干果物 0.00000009 +干柿 0.00000009 +干渉 0.00000669 +干満 0.00000028 +干潟 0.00000110 +干潮 0.00000055 +干物 0.00000101 +干草 0.00000083 +干草色 0.00000009 +平 0.00000358 +平た 0.00000147 +平なべ 0.00000037 +平べ 0.00000009 +平べった 0.00000064 +平べったい 0.00000009 +平ら 0.00000394 +平らか 0.00000018 +平らげ 0.00000073 +平らげれ 0.00000009 +平井 0.00000147 +平仮 0.00000009 +平仮名 0.00000165 +平伏 0.00000009 +平価 0.00000028 +平修 0.00000009 +平八郎 0.00000128 +平凡 0.00000514 +平出 0.00000018 +平原 0.00000486 +平原作 0.00000009 +平和 0.00010408 +平地 0.00000138 +平均 0.00005805 +平坦 0.00000293 +平城 0.00000138 +平塚 0.00000073 +平壌 0.00000220 +平子 0.00000009 +平安 0.00001284 +平家 0.00000459 +平将門 0.00000037 +平屋 0.00000028 +平山 0.00000147 +平常 0.00000138 +平幕 0.00000018 +平干し 0.00000009 +平年 0.00000128 +平成 0.00000385 +平戸 0.00000009 +平手 0.00000055 +平方 0.00000945 +平族 0.00000009 +平日 0.00000752 +平明 0.00000028 +平易 0.00000037 +平時 0.00000083 +平服 0.00000028 +平木 0.00000009 +平本 0.00000064 +平松 0.00000009 +平次 0.00000009 +平民 0.00000055 +平気 0.00001036 +平水 0.00000018 +平水夫 0.00000046 +平沢 0.00000037 +平治 0.00000018 +平沼 0.00000009 +平泉 0.00000119 +平泳 0.00000073 +平泳ぎ 0.00000348 +平清 0.00000064 +平清盛 0.00000018 +平準 0.00000009 +平溝 0.00000018 +平然 0.00000229 +平熱 0.00000018 +平生 0.00000046 +平田 0.00000073 +平皿 0.00000018 +平穏 0.00000614 +平等 0.00002696 +平米 0.00000018 +平素 0.00000064 +平織 0.00000009 +平舌 0.00000018 +平良 0.00000009 +平蔵 0.00000183 +平行 0.00000303 +平衡 0.00000110 +平謝 0.00000009 +平謝り 0.00000009 +平谷 0.00000046 +平谷村 0.00000018 +平這 0.00000009 +平野 0.00000367 +平鍋 0.00000009 +平間 0.00000009 +平静 0.00000293 +平静か 0.00000009 +平面 0.00000147 +年 0.00170860 +年々 0.00000825 +年がら 0.00000018 +年の 0.00000018 +年の暮れ 0.00000009 +年上 0.00000770 +年上が 0.00000009 +年下 0.00000220 +年中 0.00000284 +年中笑 0.00000009 +年代 0.00005154 +年休 0.00000028 +年会 0.00000064 +年供え 0.00000009 +年俸 0.00000403 +年先 0.00000009 +年八 0.00000009 +年内 0.00000312 +年刊 0.00000028 +年初 0.00000009 +年初め 0.00000009 +年初めて 0.00000018 +年初期 0.00000009 +年利 0.00000018 +年前 0.00000018 +年功 0.00000367 +年半 0.00000018 +年収 0.00000514 +年取 0.00000193 +年号 0.00000119 +年商 0.00000083 +年報 0.00000028 +年増女 0.00000009 +年奉 0.00000009 +年始 0.00000220 +年子 0.00000009 +年季 0.00000064 +年寄 0.00000046 +年寄り 0.00001706 +年少 0.00000770 +年少し 0.00000009 +年度 0.00002366 +年当り 0.00000009 +年成人 0.00000009 +年数 0.00000348 +年明け 0.00000101 +年月 0.00000789 +年期 0.00000009 +年末 0.00001064 +年来 0.00000018 +年次 0.00000468 +年波 0.00000055 +年率 0.00000073 +年玉 0.00000477 +年産 0.00000009 +年程 0.00000009 +年端 0.00000018 +年筆 0.00000009 +年紀 0.00000018 +年経 0.00000009 +年続 0.00000009 +年老い 0.00000807 +年若 0.00000046 +年表 0.00000018 +年複 0.00000009 +年貢 0.00000046 +年賀 0.00000706 +年賀状 0.00000064 +年越し 0.00000147 +年輩 0.00000165 +年輪 0.00000147 +年配 0.00001091 +年金 0.00001733 +年金法 0.00000009 +年鑑 0.00000037 +年長 0.00000477 +年間 0.00023247 +年間庭 0.00000009 +年限 0.00000055 +年頃 0.00000293 +年頭 0.00000009 +年頭打ち 0.00000009 +年高 0.00000046 +年齢 0.00006006 +年^ 0.00000009 +幸 0.00000403 +幸あれ 0.00000009 +幸い 0.00002393 +幸か 0.00000009 +幸せ 0.00007850 +幸せ者 0.00000018 +幸づくし 0.00000009 +幸三 0.00000018 +幸之 0.00000009 +幸之助 0.00000138 +幸二 0.00000009 +幸代 0.00000018 +幸先 0.00000046 +幸吉 0.00000147 +幸喜 0.00000018 +幸四郎 0.00000028 +幸國 0.00000009 +幸多 0.00000018 +幸太郎 0.00000009 +幸夫人 0.00000009 +幸子 0.00000119 +幸彦 0.00000018 +幸應 0.00000009 +幸枝 0.00000018 +幸甚 0.00000018 +幸男 0.00000028 +幸福 0.00002467 +幸福度 0.00000009 +幸運 0.00005209 +幸雄 0.00000046 +幹 0.00000926 +幹や 0.00000009 +幹事 0.00000449 +幹周り 0.00000009 +幹太郎 0.00000009 +幹子 0.00000009 +幹生 0.00000009 +幹細胞 0.00000009 +幹線 0.00002008 +幹部 0.00001265 +幹部会 0.00000018 +幹雄 0.00000009 +幻 0.00000193 +幻像 0.00000009 +幻冬舎 0.00000009 +幻影 0.00000211 +幻惑 0.00000028 +幻想 0.00000899 +幻日 0.00000009 +幻滅 0.00000220 +幻灯 0.00000009 +幻肢 0.00000009 +幻覚 0.00000083 +幼 0.00002366 +幼き 0.00000018 +幼く 0.00000046 +幼げ 0.00000018 +幼な 0.00000018 +幼なじみ 0.00000128 +幼児 0.00001220 +幼女 0.00000009 +幼妻 0.00000009 +幼子 0.00000037 +幼少 0.00000330 +幼帝 0.00000009 +幼年 0.00000101 +幼形 0.00000009 +幼心 0.00000009 +幼稚 0.00001623 +幼老院 0.00000018 +幼虫 0.00000037 +幼過ぎ 0.00000009 +幼魚 0.00000009 +幼鳥 0.00000009 +幽 0.00000073 +幽か 0.00000018 +幽冥 0.00000009 +幽暗 0.00000009 +幽玄 0.00000018 +幽閉 0.00000064 +幽霊 0.00001632 +幾 0.00001926 +幾ら 0.00000009 +幾久子 0.00000009 +幾分 0.00000009 +幾多 0.00000138 +幾層 0.00000009 +幾本 0.00000009 +庁 0.00003035 +庁舎 0.00000202 +広 0.00007639 +広々 0.00000330 +広が 0.00005814 +広がり 0.00000339 +広げ 0.00002412 +広げれ 0.00000009 +広さ 0.00000009 +広し 0.00000037 +広ま 0.00001385 +広まり 0.00000037 +広まる 0.00000037 +広め 0.00001522 +広やか 0.00000009 +広之 0.00000018 +広井 0.00000138 +広口 0.00000009 +広司 0.00000037 +広告 0.00006373 +広域 0.00000028 +広報 0.00001577 +広場 0.00001045 +広大 0.00001110 +広太郎 0.00000009 +広守 0.00000018 +広尾 0.00000018 +広島 0.00003439 +広川 0.00000009 +広州 0.00000028 +広幸 0.00000009 +広末 0.00000073 +広東 0.00000211 +広汎 0.00000028 +広沢 0.00000018 +広治 0.00000073 +広漠 0.00000009 +広瀬 0.00000009 +広田 0.00000220 +広目 0.00000018 +広範 0.00000403 +広義 0.00000037 +広葉 0.00000009 +広視 0.00000009 +広角 0.00000028 +広言 0.00000009 +広辞苑 0.00000009 +広重 0.00000101 +広野 0.00000009 +広間 0.00000403 +庄内 0.00000009 +庄原 0.00000009 +庄右 0.00000009 +庄吉 0.00000128 +庄屋 0.00000009 +庄川 0.00000009 +庇 0.00000018 +庇護 0.00000147 +床 0.00003476 +床上 0.00000009 +床下 0.00000009 +床作り 0.00000009 +床几 0.00000037 +床屋 0.00000138 +床擦れ 0.00000009 +床敷 0.00000009 +床材 0.00000009 +床板 0.00000110 +床磨き 0.00000009 +床穴 0.00000009 +床面 0.00000018 +序 0.00000101 +序々 0.00000018 +序ノ口 0.00000018 +序列 0.00000385 +序文 0.00000018 +序曲 0.00000083 +序盤 0.00000101 +序章 0.00000018 +序論 0.00000009 +底 0.00001898 +底冷え 0.00000018 +底力 0.00000037 +底固 0.00000009 +底打ち 0.00000009 +底抜け 0.00000073 +底流 0.00000028 +底無し 0.00000037 +底知れ 0.00000028 +底荷 0.00000009 +底辺 0.00000092 +底部 0.00000037 +底面 0.00000028 +庖丁 0.00000009 +店 0.00023723 +店々 0.00000018 +店づくり 0.00000009 +店主 0.00000431 +店作り 0.00000009 +店側 0.00000028 +店先 0.00000110 +店内 0.00000880 +店名 0.00000064 +店員 0.00001467 +店外 0.00000009 +店子 0.00000092 +店屋 0.00000009 +店番 0.00000028 +店舗 0.00002274 +店見つけ 0.00000009 +店鋪 0.00000009 +店長 0.00000587 +店閉め 0.00000018 +店頭 0.00000459 +店^ 0.00000009 +庚申 0.00000028 +庚申塚 0.00000009 +府 0.00001880 +府中 0.00000046 +府内 0.00000009 +府警 0.00000028 +度 0.00036021 +度々 0.00000037 +度下げ 0.00000009 +度合 0.00000073 +度合い 0.00000202 +度外 0.00000009 +度外れ 0.00000009 +度忘れ 0.00000083 +度数 0.00000018 +度肝 0.00000064 +度胆 0.00000009 +度胸 0.00000312 +度重な 0.00000064 +度量 0.00000055 +座 0.00014159 +座り 0.00000321 +座りこ 0.00000128 +座り直 0.00000018 +座り込 0.00000367 +座り込み 0.00000037 +座れ 0.00000220 +座位 0.00000028 +座像 0.00000064 +座卓 0.00000009 +座右 0.00000018 +座員 0.00000009 +座喜味 0.00000009 +座席 0.00001293 +座敷 0.00000064 +座本人 0.00000009 +座礁 0.00000101 +座禅 0.00000202 +座興 0.00000009 +座蒲 0.00000009 +座視 0.00000009 +座談 0.00000037 +座金 0.00000009 +座長 0.00000046 +座間 0.00000037 +座面 0.00000018 +座頭 0.00000367 +座高 0.00000009 +庫 0.00001788 +庫内 0.00000009 +庭 0.00002916 +庭々 0.00000009 +庭中 0.00000009 +庭仕事 0.00000009 +庭付き 0.00000009 +庭儀 0.00000009 +庭先 0.00000018 +庭内 0.00000009 +庭前 0.00000009 +庭園 0.00001229 +庭師 0.00000183 +庭木 0.00000018 +庭石 0.00000009 +庭飾り 0.00000009 +庵 0.00000073 +庶 0.00000009 +庶出 0.00000009 +庶民 0.00001531 +康 0.00000028 +康二 0.00000009 +康介 0.00000330 +康博 0.00000009 +康夫 0.00000376 +康宏 0.00000009 +康平 0.00000009 +康幸 0.00000018 +康広 0.00000009 +康弘元 0.00000018 +康成 0.00000101 +康敬 0.00000018 +康文 0.00000009 +康樹 0.00000018 +康次郎 0.00000018 +康治 0.00000009 +康熙 0.00000009 +康生 0.00000018 +康雄 0.00000009 +庸子 0.00000018 +廂 0.00000009 +廃 0.00000064 +廃り 0.00000018 +廃れ 0.00000156 +廃仏 0.00000009 +廃刊 0.00000028 +廃品 0.00000028 +廃園 0.00000009 +廃墟 0.00000183 +廃屋 0.00000018 +廃木材 0.00000018 +廃材 0.00000009 +廃校 0.00000046 +廃案 0.00000009 +廃棄 0.00000972 +廃業 0.00000083 +廃止 0.00001522 +廃水 0.00000046 +廃油 0.00000009 +廃熱 0.00000009 +廃版 0.00000009 +廃物 0.00000018 +廃盤 0.00000009 +廃絶 0.00000257 +廃船 0.00000009 +廃虚 0.00000174 +廃車 0.00000028 +廃部 0.00000028 +廉 0.00000018 +廉価 0.00000064 +廉恥 0.00000028 +廉潔 0.00000009 +廊 0.00000018 +廊下 0.00000871 +廊下側 0.00000009 +廟 0.00000018 +廣之進 0.00000018 +廣助 0.00000009 +延 0.00000394 +延々 0.00000348 +延ば 0.00000569 +延び 0.00000358 +延びる 0.00000009 +延べ 0.00000128 +延世 0.00000018 +延伸 0.00000009 +延吉 0.00000009 +延命 0.00000147 +延岡 0.00000018 +延暦 0.00000018 +延期 0.00001137 +延泊 0.00000009 +延滞 0.00000064 +延焼 0.00000009 +延着 0.00000018 +延線 0.00000009 +延縄 0.00000009 +延長 0.00001871 +延髄 0.00000009 +廷吏 0.00000046 +廷臣 0.00000055 +建 0.00000779 +建ち 0.00000055 +建ち並 0.00000064 +建つ 0.00000018 +建て 0.00004255 +建てれ 0.00000009 +建て替え 0.00000046 +建て直 0.00000073 +建て直し 0.00000055 +建一 0.00000009 +建仁 0.00000009 +建具 0.00000018 +建前 0.00000541 +建国 0.00000605 +建夫 0.00000046 +建屋 0.00000009 +建材 0.00000055 +建次郎 0.00000009 +建治 0.00000009 +建物 0.00005722 +建白 0.00000009 +建礼 0.00000009 +建立 0.00000128 +建築 0.00003145 +建設 0.00006245 +建造 0.00001119 +建部 0.00000009 +建都 0.00000009 +建長 0.00000064 +廻 0.00000284 +廻ら 0.00000009 +廻りこ 0.00000009 +廻わ 0.00000028 +廻転 0.00000009 +廿日 0.00000028 +弁 0.00000596 +弁え 0.00000009 +弁償 0.00000046 +弁務 0.00000046 +弁士 0.00000009 +弁天 0.00000064 +弁当 0.00001779 +弁形 0.00000009 +弁慶 0.00000073 +弁明 0.00000156 +弁置 0.00000018 +弁舌 0.00000028 +弁解 0.00000303 +弁証 0.00000046 +弁論 0.00000147 +弁護 0.00004246 +弁髪 0.00000055 +弄 0.00000064 +弊 0.00000009 +弊害 0.00000101 +弊社 0.00004493 +式 0.00013920 +式典 0.00001724 +式場 0.00000266 +式服 0.00000018 +式辞 0.00000018 +式部 0.00000037 +弓 0.00000394 +弓なり 0.00000009 +弓兵 0.00000028 +弓削 0.00000028 +弓子 0.00000009 +弓弾 0.00000018 +弓形 0.00000018 +弓曳 0.00000009 +弓矢 0.00000083 +弓術 0.00000018 +弓道 0.00000101 +弔 0.00000083 +弔問 0.00000064 +弔意 0.00000037 +弔慰 0.00000009 +弔慰金 0.00000018 +弔辞 0.00000046 +引 0.00004622 +引き 0.00000633 +引きあげ 0.00000028 +引きうけ 0.00000009 +引きおこ 0.00000009 +引きおろ 0.00000009 +引きかえ 0.00000028 +引きかけ 0.00000009 +引きこ 0.00000037 +引きこも 0.00000119 +引きこもり 0.00000028 +引きさく 0.00000009 +引きしま 0.00000009 +引きしめ 0.00000018 +引きず 0.00000926 +引きずり 0.00000009 +引きずる 0.00000055 +引きそ 0.00000009 +引きた 0.00000037 +引きたい 0.00000009 +引きたて 0.00000009 +引きだ 0.00000009 +引きちぎ 0.00000092 +引きちぎり 0.00000018 +引きちぎれ 0.00000009 +引きつ 0.00000083 +引きつけ 0.00000514 +引きと 0.00000037 +引きとめ 0.00000018 +引きぬ 0.00000028 +引きのけ 0.00000009 +引きは 0.00000018 +引きはが 0.00000018 +引きはらい 0.00000009 +引きひも 0.00000009 +引きまわ 0.00000009 +引きも 0.00000009 +引きもど 0.00000018 +引きよせ 0.00000028 +引き上が 0.00000009 +引き上げ 0.00001385 +引き上げらる 0.00000009 +引き上げれ 0.00000009 +引き下が 0.00000092 +引き下げ 0.00000385 +引き下ろ 0.00000055 +引き付け 0.00000963 +引き付けれ 0.00000009 +引き代え 0.00000009 +引き伸ば 0.00000028 +引き倒 0.00000037 +引き入れ 0.00000147 +引き具 0.00000055 +引き出 0.00001201 +引き出し 0.00000468 +引き出せ 0.00000110 +引き分け 0.00000257 +引き剥 0.00000009 +引き剥が 0.00000018 +引き取 0.00000596 +引き取り 0.00000055 +引き取りいただ 0.00000009 +引き取り手 0.00000018 +引き取れ 0.00000009 +引き受け 0.00001348 +引き合 0.00000055 +引き合い 0.00000284 +引き合わ 0.00000009 +引き合わせ 0.00000128 +引き回 0.00000092 +引き寄せ 0.00000413 +引き帰 0.00000009 +引き延ば 0.00000055 +引き延ばし 0.00000009 +引き当て 0.00000037 +引き戸 0.00000055 +引き戻 0.00000183 +引き手 0.00000028 +引き払 0.00000055 +引き抜 0.00000303 +引き揚げ 0.00000220 +引き換え 0.00000468 +引き摺 0.00000064 +引き攣 0.00000009 +引き数 0.00000009 +引き替え 0.00000009 +引き止め 0.00000138 +引き比べ 0.00000028 +引き波 0.00000018 +引き渡 0.00000339 +引き渡し 0.00000138 +引き潮 0.00000073 +引き留め 0.00000156 +引き留めれ 0.00000009 +引き直 0.00000009 +引き立 0.00000147 +引き立て 0.00000183 +引き算 0.00000055 +引き結 0.00000028 +引き継 0.00000917 +引き継ぎ 0.00000073 +引き継げ 0.00000018 +引き続 0.00001348 +引き続け 0.00000009 +引き綱 0.00000110 +引き締 0.00000028 +引き締ま 0.00000073 +引き締め 0.00000138 +引き落と 0.00000073 +引き落とし 0.00000028 +引き裂 0.00000596 +引き請け 0.00000009 +引き起 0.00000009 +引き起こ 0.00003641 +引き起こす 0.00000009 +引き込 0.00000394 +引き返 0.00000550 +引き返し 0.00000018 +引き返せ 0.00000046 +引き連れ 0.00000101 +引き金 0.00000248 +引き開け 0.00000018 +引き降ろ 0.00000009 +引き際 0.00000055 +引き離 0.00000504 +引き離し 0.00000009 +引くに 0.00000018 +引け 0.00000220 +引けらか 0.00000009 +引け目 0.00000037 +引け際 0.00000009 +引ず 0.00000009 +引っ 0.00000028 +引っか 0.00000156 +引っかえ 0.00000009 +引っかか 0.00000376 +引っかかり 0.00000028 +引っかき回 0.00000037 +引っかけ 0.00000119 +引っくり返 0.00000009 +引っこ 0.00000046 +引っこんど 0.00000009 +引ったくりや 0.00000009 +引っぱ 0.00000119 +引っ付 0.00000009 +引っ切り 0.00000018 +引っ包め 0.00000009 +引っ外 0.00000009 +引っ張 0.00001256 +引っ張り 0.00000037 +引っ張り上げ 0.00000009 +引っ掛か 0.00000110 +引っ掛け 0.00000073 +引っ掛けろ 0.00000009 +引っ掻 0.00000018 +引っ提げ 0.00000009 +引っ替え 0.00000009 +引っ立て 0.00000018 +引っ越 0.00002008 +引っ越し 0.00000669 +引っ越せ 0.00000037 +引っ込 0.00000138 +引っ込ま 0.00000009 +引っ込み 0.00000128 +引っ込め 0.00000101 +引ん 0.00000009 +引上げ 0.00000009 +引値 0.00000009 +引出 0.00000018 +引出し 0.00000073 +引出物 0.00000009 +引力 0.00000037 +引受 0.00000028 +引受け 0.00000009 +引喩 0.00000009 +引奪 0.00000009 +引廻わ 0.00000009 +引張 0.00000009 +引張り上げ 0.00000009 +引括め 0.00000009 +引掴 0.00000009 +引掻 0.00000018 +引揚 0.00000009 +引換 0.00000037 +引換券 0.00000009 +引換証 0.00000028 +引数 0.00000028 +引渡 0.00000037 +引渡し 0.00000028 +引率 0.00000028 +引用 0.00000660 +引用句 0.00000009 +引継 0.00000028 +引裂 0.00000009 +引越 0.00000092 +引越し 0.00000018 +引込 0.00000009 +引退 0.00002421 +引金 0.00000018 +弗 0.00000009 +弗箱 0.00000009 +弘 0.00000046 +弘中 0.00000037 +弘之 0.00000018 +弘前 0.00000037 +弘前城 0.00000018 +弘山 0.00000101 +弘志 0.00000018 +弘文 0.00000009 +弘昭 0.00000009 +弘樹 0.00000009 +弘毅 0.00000028 +弘法 0.00000083 +弘法筆 0.00000009 +弘美 0.00000009 +弛 0.00000028 +弛緩 0.00000046 +弟 0.00002430 +弟分 0.00000009 +弟妹 0.00000028 +弟子 0.00000614 +弥 0.00000046 +弥勒 0.00000009 +弥太 0.00000009 +弥太郎 0.00000028 +弥山 0.00000028 +弥次 0.00000009 +弥次馬 0.00000018 +弥生 0.00000248 +弦 0.00000303 +弦楽 0.00000028 +弦楽器 0.00000046 +弧 0.00000064 +弧状 0.00000009 +弱 0.00004411 +弱々し 0.00000330 +弱き 0.00000028 +弱ま 0.00000183 +弱まり 0.00000009 +弱まりゆ 0.00000009 +弱み 0.00000257 +弱め 0.00000339 +弱ら 0.00000009 +弱り 0.00000009 +弱体 0.00000238 +弱冠 0.00000055 +弱加熱 0.00000018 +弱含 0.00000009 +弱味 0.00000028 +弱小 0.00000055 +弱気 0.00000156 +弱火 0.00000193 +弱点 0.00000413 +弱者 0.00000559 +弱肉 0.00000174 +弱腰 0.00000046 +弱虫 0.00000193 +弱視 0.00000009 +弱酸 0.00000009 +弱酸性 0.00000009 +弱音 0.00000110 +弱風 0.00000009 +弱^ 0.00000009 +張 0.00001715 +張り 0.00000330 +張りあげ 0.00000009 +張りつ 0.00000028 +張りつけ 0.00000028 +張りつめ 0.00000073 +張りつめた 0.00000018 +張りぼて 0.00000009 +張りめぐら 0.00000009 +張り上が 0.00000009 +張り上げ 0.00000312 +張り付 0.00000046 +張り付け 0.00000037 +張り倒 0.00000009 +張り出 0.00000064 +張り切 0.00000064 +張り切り 0.00000018 +張り合 0.00000156 +張り合い 0.00000018 +張り合わせ 0.00000009 +張り子 0.00000028 +張り巡 0.00000009 +張り巡ら 0.00000028 +張り替え 0.00000028 +張り裂 0.00000028 +張り裂け 0.00000110 +張り詰め 0.00000119 +張り込 0.00000009 +張り込み 0.00000018 +張り骨 0.00000009 +張一 0.00000009 +張俊雄 0.00000009 +張出 0.00000009 +張子 0.00000018 +張本 0.00000073 +張本人 0.00000018 +張芸 0.00000009 +張麗 0.00000028 +張麗玲 0.00000037 +強 0.00024228 +強い 0.00000890 +強いやる気 0.00000018 +強う 0.00000009 +強ぇ 0.00000009 +強が 0.00000064 +強がり 0.00000009 +強き 0.00000046 +強く 0.00000028 +強し 0.00000009 +強ば 0.00000083 +強ばり 0.00000009 +強ま 0.00000761 +強まり 0.00000009 +強み 0.00000477 +強め 0.00000706 +強三 0.00000009 +強健 0.00000028 +強兵 0.00000028 +強制 0.00002705 +強力 0.00002091 +強動 0.00000009 +強化 0.00002678 +強固 0.00000403 +強国 0.00000046 +強壮 0.00000055 +強大 0.00000431 +強大国 0.00000009 +強奪 0.00000183 +強姦 0.00000128 +強度 0.00000229 +強弁 0.00000009 +強引 0.00000312 +強弱 0.00000055 +強張 0.00000018 +強心 0.00000009 +強情 0.00000119 +強意 0.00000018 +強打 0.00000037 +強敵 0.00000064 +強権 0.00000009 +強欲 0.00000248 +強気 0.00000138 +強潮 0.00000009 +強火 0.00000165 +強烈 0.00000917 +強盗 0.00001275 +強硬 0.00000376 +強羅 0.00000037 +強者 0.00000128 +強肩 0.00000009 +強行 0.00000183 +強襲 0.00000009 +強要 0.00000486 +強調 0.00002604 +強調子 0.00000009 +強請 0.00000009 +強豪 0.00000284 +強迫 0.00000193 +強運 0.00000046 +強過ぎ 0.00000028 +強面 0.00000009 +強靱 0.00000119 +強風 0.00000266 +強食 0.00000174 +強馬 0.00000028 +弾 0.00001999 +弾き 0.00000064 +弾き手 0.00000018 +弾き語 0.00000009 +弾き語り 0.00000018 +弾け 0.00000248 +弾み 0.00000156 +弾丸 0.00000468 +弾力 0.00000128 +弾劾 0.00000101 +弾圧 0.00000358 +弾奏 0.00000018 +弾条 0.00000009 +弾機 0.00000009 +弾物 0.00000009 +弾痕 0.00000009 +弾薬 0.00000110 +弾薬嚢 0.00000009 +弾道 0.00000220 +弾雨 0.00000009 +弾頭 0.00000055 +彌太郎 0.00000009 +彎曲 0.00000009 +当 0.00001394 +当せん 0.00000009 +当た 0.00004814 +当たっ 0.00000009 +当たり 0.00002999 +当たりた 0.00000009 +当たりばっ 0.00000009 +当たりばったり 0.00000037 +当たり前 0.00002467 +当たり散ら 0.00000018 +当たる 0.00000009 +当て 0.00002779 +当てっこ 0.00000018 +当ては 0.00000009 +当てはま 0.00000862 +当てはめ 0.00000092 +当てれ 0.00000037 +当て込 0.00000018 +当り 0.00000009 +当りまえ 0.00000009 +当主 0.00000037 +当事 0.00000752 +当人 0.00000376 +当代 0.00000110 +当会 0.00000028 +当便 0.00000028 +当処 0.00000009 +当分 0.00000339 +当初 0.00002999 +当募集 0.00000009 +当協会 0.00000018 +当国 0.00000028 +当地 0.00000220 +当夜 0.00000037 +当大 0.00000009 +当学院 0.00000009 +当家 0.00000009 +当局 0.00003907 +当展覧 0.00000018 +当市 0.00000018 +当年 0.00000018 +当店 0.00000486 +当座 0.00000128 +当式 0.00000009 +当惑 0.00000431 +当意 0.00000028 +当振込 0.00000009 +当数 0.00000009 +当方 0.00000303 +当日 0.00001119 +当時 0.00010206 +当時象 0.00000009 +当校 0.00000202 +当機 0.00000028 +当然 0.00006419 +当番 0.00000092 +当盆 0.00000009 +当直 0.00000046 +当社 0.00002192 +当節 0.00000018 +当紙 0.00000018 +当職 0.00000009 +当薬 0.00000009 +当行 0.00000046 +当該 0.00000083 +当誌 0.00000009 +当選 0.00001036 +当部署 0.00000037 +当量 0.00000037 +当銀行 0.00000009 +当院 0.00000064 +当雑誌 0.00000009 +当面 0.00000358 +当館 0.00000018 +当麻 0.00000037 +彗星 0.00000174 +形 0.00009812 +形づ 0.00000028 +形づく 0.00000037 +形ど 0.00000009 +形体 0.00000018 +形作 0.00000312 +形像 0.00000009 +形勢 0.00000083 +形取 0.00000009 +形姿 0.00000028 +形容 0.00000248 +形式 0.00001770 +形態 0.00001541 +形成 0.00001605 +形成術 0.00000009 +形活 0.00000009 +形状 0.00000156 +形相 0.00000128 +形而 0.00000101 +形良 0.00000018 +形見 0.00000046 +形象 0.00000037 +形質 0.00000119 +形跡 0.00000229 +形通り 0.00000009 +形造 0.00000028 +形骸 0.00000028 +彩 0.00000532 +彩り 0.00000073 +彩乃 0.00000009 +彩券 0.00000037 +彩子 0.00000028 +彩色 0.00000119 +彩花 0.00000028 +彫 0.00000431 +彫り 0.00000083 +彫り物 0.00000046 +彫り込 0.00000018 +彫像 0.00000440 +彫刻 0.00001651 +彫刻廠 0.00000009 +彫師 0.00000028 +彫物 0.00000046 +彫金 0.00000028 +彬 0.00000009 +彭培 0.00000009 +彰 0.00000028 +彰光 0.00000018 +彰布 0.00000046 +彰布新 0.00000009 +彰彦 0.00000028 +彰晃 0.00000083 +影 0.00002714 +影像 0.00000037 +影武者 0.00000073 +影絵 0.00000046 +影色 0.00000009 +影響 0.00017231 +彷え 0.00000009 +彷彿 0.00000028 +彷徨 0.00000018 +役 0.00012086 +役」 0.00000009 +役づくり 0.00000028 +役わり 0.00000009 +役人 0.00001201 +役作り 0.00000092 +役割 0.00006227 +役割り 0.00000009 +役名 0.00000037 +役員 0.00000807 +役回り 0.00000046 +役場 0.00000541 +役将校 0.00000009 +役得 0.00000009 +役所 0.00001953 +役札 0.00000009 +役柄 0.00000422 +役目 0.00000862 +役立 0.00005539 +役立て 0.00000523 +役者 0.00001641 +役職 0.00000339 +役職名 0.00000009 +役造り 0.00000009 +役馬 0.00000009 +彼 0.00289385 +彼れ 0.00000018 +彼位 0.00000009 +彼女 0.00102358 +彼奴 0.00000083 +彼岸 0.00000083 +彼方 0.00000385 +彼是 0.00000009 +彼氏 0.00000550 +彼田 0.00000009 +彼行 0.00000009 +彼誰 0.00000009 +往 0.00000073 +往々 0.00000312 +往世 0.00000009 +往亡 0.00000009 +往古 0.00000018 +往年 0.00000046 +往復 0.00000789 +往復便 0.00000018 +往復券 0.00000009 +往復泳 0.00000009 +往復航海 0.00000009 +往時 0.00000018 +往来 0.00000403 +往生 0.00000028 +往生際 0.00000009 +往診 0.00000046 +往路 0.00000009 +往還 0.00000018 +征 0.00000009 +征二 0.00000009 +征二郎 0.00000009 +征伐 0.00000018 +征圧 0.00000009 +征夷 0.00000018 +征服 0.00000752 +征樹 0.00000009 +征爾 0.00000073 +征韓 0.00000009 +待 0.00017313 +待た 0.00000229 +待ち 0.00001091 +待ちうけ 0.00000073 +待ちかまえ 0.00000064 +待ちきれん 0.00000009 +待ちく 0.00000009 +待ちこがれ 0.00000018 +待ちど 0.00000018 +待ちどおし 0.00000009 +待ちぼうけ 0.00000028 +待ちわび 0.00000055 +待ち伏 0.00000009 +待ち伏せ 0.00000229 +待ち切れ 0.00000073 +待ち受け 0.00000569 +待ち合わせ 0.00000532 +待ち望 0.00000220 +待ち構え 0.00000229 +待ち遠し 0.00000147 +待て 0.00000257 +待合 0.00000275 +待合わせ 0.00000009 +待望 0.00000238 +待機 0.00000303 +待遇 0.00000569 +待避 0.00000009 +律 0.00000147 +律令 0.00000009 +律儀 0.00000037 +律子 0.00000018 +律法 0.00000009 +律義 0.00000018 +後 0.00072940 +後々 0.00000128 +後ずさ 0.00000028 +後ずさり 0.00000128 +後で 0.00000009 +後の 0.00000138 +後の祭り 0.00000018 +後ほど 0.00000073 +後る 0.00000009 +後れ 0.00000312 +後ろ 0.00003503 +後ろめた 0.00000083 +後ろ前 0.00000009 +後ろ向き 0.00000028 +後ろ姿 0.00000064 +後ろ手 0.00000028 +後ろ指 0.00000018 +後ろ盾 0.00000018 +後ろ足 0.00000018 +後ろ髪 0.00000018 +後世 0.00000303 +後乾 0.00000009 +後二 0.00000009 +後付 0.00000009 +後代 0.00000009 +後任 0.00000266 +後先 0.00000009 +後出 0.00000018 +後切れ 0.00000009 +後刻 0.00000009 +後前 0.00000018 +後半 0.00002641 +後半年 0.00000009 +後口 0.00000009 +後向き 0.00000018 +後向き合 0.00000009 +後告 0.00000009 +後味 0.00000083 +後嗣 0.00000009 +後回 0.00000009 +後回し 0.00000147 +後在 0.00000009 +後塵 0.00000018 +後天 0.00000064 +後夫 0.00000009 +後妻 0.00000009 +後宮 0.00000018 +後家 0.00000018 +後山本 0.00000009 +後年 0.00000220 +後引き続 0.00000018 +後弯 0.00000009 +後悔 0.00001843 +後悔し 0.00000009 +後戻 0.00000009 +後戻り 0.00000128 +後手 0.00000009 +後払い 0.00000009 +後抗 0.00000009 +後押 0.00000018 +後押し 0.00000495 +後揮 0.00000009 +後援 0.00000578 +後方 0.00000275 +後日 0.00000202 +後書 0.00000009 +後書き 0.00000009 +後期 0.00000266 +後桜 0.00000009 +後楽 0.00000046 +後楽園 0.00000073 +後死者 0.00000009 +後段 0.00000018 +後漢 0.00000009 +後生 0.00000046 +後甲 0.00000009 +後甲板 0.00000028 +後発 0.00000064 +後空 0.00000009 +後笑 0.00000018 +後継 0.00000459 +後継ぎ 0.00000009 +後続 0.00000046 +後編 0.00000028 +後者 0.00000559 +後肢 0.00000009 +後腐れ 0.00000009 +後苦し 0.00000009 +後落ち込 0.00000009 +後藤 0.00000220 +後行 0.00000009 +後見 0.00000028 +後記 0.00000009 +後買い物 0.00000009 +後足 0.00000009 +後輩 0.00000495 +後輪 0.00000018 +後述 0.00000028 +後追い 0.00000037 +後退 0.00000679 +後退り 0.00000009 +後進 0.00000073 +後遺 0.00000266 +後部 0.00000211 +後醍醐 0.00000009 +後釜 0.00000009 +後長 0.00000018 +後間 0.00000037 +後陽成 0.00000009 +後頭 0.00000073 +後頭部 0.00000018 +後養子 0.00000009 +後_ 0.00000018 +徐 0.00000046 +徐々 0.00002247 +徐ろ 0.00000009 +徐行 0.00000046 +徒 0.00002155 +徒党 0.00000018 +徒労 0.00000083 +徒弟 0.00000028 +徒歩 0.00000504 +従 0.00008629 +従え 0.00000348 +従わ 0.00000018 +従事 0.00001293 +従僕 0.00000009 +従兄 0.00000009 +従兄弟 0.00000028 +従卒 0.00001082 +従姉妹 0.00000037 +従属 0.00000183 +従弟 0.00000009 +従来 0.00002705 +従業 0.00004246 +従犯 0.00000009 +従者 0.00000724 +従軍 0.00000101 +従順 0.00000385 +得 0.00028923 +得々 0.00000009 +得ん 0.00000009 +得体 0.00000055 +得失 0.00000009 +得失点 0.00000009 +得度 0.00000009 +得心 0.00000009 +得意 0.00002036 +得意気 0.00000028 +得手 0.00000064 +得業 0.00000009 +得点 0.00001605 +得物 0.00000009 +得票 0.00000183 +得策 0.00000092 +徘徊 0.00000037 +御 0.00004356 +御上り 0.00000009 +御世 0.00000009 +御仁 0.00000009 +御代 0.00000009 +御伝え 0.00000018 +御使 0.00000009 +御免 0.00000055 +御前 0.00000110 +御前山 0.00000009 +御前崎 0.00000018 +御助 0.00000009 +御名 0.00000064 +御国 0.00000009 +御坂 0.00000009 +御坊 0.00000009 +御堂 0.00000055 +御子 0.00000055 +御子息 0.00000009 +御存じ 0.00000009 +御宅 0.00000009 +御室 0.00000009 +御嶽 0.00000009 +御巣鷹 0.00000018 +御座 0.00000394 +御座ん 0.00000018 +御影 0.00000028 +御徒町 0.00000009 +御心 0.00000128 +御息 0.00000009 +御息所 0.00000009 +御意 0.00000018 +御意志 0.00000009 +御所 0.00000183 +御所望 0.00000037 +御手 0.00000018 +御手洗 0.00000073 +御旨 0.00000009 +御木本 0.00000028 +御柱 0.00000028 +御栄 0.00000009 +御業 0.00000073 +御殿 0.00000330 +御殿場 0.00000046 +御母 0.00000009 +御津 0.00000046 +御獄 0.00000009 +御目 0.00000009 +御礼 0.00000018 +御社 0.00000211 +御神火 0.00000009 +御経 0.00000009 +御者 0.00000101 +御膳 0.00000009 +御船 0.00000018 +御船町 0.00000009 +御苑 0.00000073 +御茶ノ水 0.00000009 +御覧 0.00000303 +御言葉 0.00000037 +御誌 0.00000009 +御説 0.00000009 +御輿 0.00000018 +御門 0.00000037 +御陵 0.00000009 +御馬 0.00000009 +復 0.00000018 +復しゅう 0.00000037 +復元 0.00000532 +復党 0.00000009 +復刻 0.00000055 +復古 0.00000009 +復合 0.00000009 +復員 0.00000055 +復唱 0.00000064 +復学 0.00000055 +復工事 0.00000009 +復帰 0.00001486 +復旧 0.00000303 +復明 0.00000009 +復権 0.00000018 +復活 0.00001220 +復習 0.00000193 +復職 0.00000018 +復興 0.00001807 +復製 0.00000009 +復調 0.00000018 +復讐 0.00000945 +復路 0.00000028 +循環 0.00000697 +微 0.00000459 +微々 0.00000046 +微か 0.00000083 +微かな 0.00000009 +微乳 0.00000009 +微光 0.00000028 +微分 0.00000046 +微力 0.00000018 +微動 0.00000073 +微塵 0.00000101 +微妙 0.00000880 +微小 0.00000018 +微少 0.00000009 +微少な 0.00000018 +微弱 0.00000055 +微温 0.00000009 +微熱 0.00000018 +微睡み 0.00000018 +微笑 0.00001045 +微笑まし 0.00000009 +微笑み 0.00000083 +微笑像 0.00000009 +微粒 0.00000009 +微細 0.00000110 +微苦笑 0.00000009 +微行 0.00000009 +微量 0.00000064 +微風 0.00000055 +徳 0.00000422 +徳之 0.00000018 +徳之島 0.00000009 +徳仁 0.00000064 +徳仁親王 0.00000009 +徳兵衛 0.00000009 +徳利 0.00000018 +徳山 0.00000037 +徳島 0.00000248 +徳川 0.00001229 +徳康 0.00000009 +徳性 0.00000028 +徳望 0.00000009 +徳永 0.00000046 +徳洙 0.00000009 +徳用 0.00000018 +徳目 0.00000018 +徳義 0.00000009 +徳行 0.00000009 +徳郁 0.00000018 +徳間 0.00000009 +徴 0.00000028 +徴候 0.00000477 +徴兵 0.00000183 +徴収 0.00000403 +徴用 0.00000037 +徴税 0.00000009 +徹 0.00000275 +徹え 0.00000018 +徹夜 0.00000238 +徹子 0.00000046 +徹尾 0.00000028 +徹底 0.00001880 +徹次 0.00000009 +徹頭 0.00000028 +徽章 0.00000009 +心 0.00035049 +心がけ 0.00000064 +心づかい 0.00000028 +心づくし 0.00000018 +心づもり 0.00000037 +心なし 0.00000037 +心ぼそ 0.00000009 +心もと 0.00000009 +心ゆ 0.00000018 +心一 0.00000009 +心中 0.00000220 +心中察 0.00000009 +心付け 0.00000018 +心休 0.00000046 +心優 0.00000018 +心優し 0.00000128 +心労 0.00000028 +心動か 0.00000028 +心和 0.00000009 +心嚢 0.00000018 +心地 0.00001238 +心地よ 0.00000037 +心地好 0.00000009 +心地良 0.00000128 +心境 0.00000275 +心変り 0.00000009 +心変わ 0.00000009 +心変わり 0.00000055 +心外 0.00000046 +心奪 0.00000055 +心安 0.00000009 +心室 0.00000046 +心寂し 0.00000009 +心尽くし 0.00000009 +心底 0.00000303 +心引 0.00000055 +心弱 0.00000018 +心強 0.00000257 +心当た 0.00000009 +心当たり 0.00000138 +心当り 0.00000009 +心待 0.00000046 +心待ち 0.00000284 +心得 0.00000449 +心性 0.00000009 +心情 0.00000312 +心意気 0.00000028 +心憎 0.00000009 +心房 0.00000037 +心打 0.00000009 +心拍 0.00000156 +心持 0.00000110 +心持ち 0.00000092 +心掛け 0.00000935 +心揺れ 0.00000009 +心斎橋 0.00000037 +心新た 0.00000009 +心暖 0.00000009 +心服 0.00000009 +心柱 0.00000028 +心根 0.00000037 +心棒 0.00000018 +心楽し 0.00000009 +心構え 0.00000293 +心機 0.00000037 +心残り 0.00000028 +心気 0.00000009 +心温か 0.00000009 +心無 0.00000018 +心猛 0.00000009 +心理 0.00002302 +心痛 0.00000083 +心的 0.00000046 +心眼 0.00000018 +心神 0.00000009 +心積もり 0.00000009 +心穏やか 0.00000055 +心筋 0.00000092 +心細 0.00000083 +心美 0.00000028 +心耳 0.00000037 +心肺 0.00000037 +心膜 0.00000009 +心臓 0.00005080 +心苦し 0.00000073 +心落ち着 0.00000018 +心血 0.00000037 +心行 0.00000009 +心象 0.00000018 +心貧し 0.00000009 +心躍 0.00000055 +心身 0.00000459 +心遠 0.00000009 +心遣い 0.00000193 +心配 0.00011499 +心配り 0.00000064 +心酔 0.00000018 +心際 0.00000009 +心雑音 0.00000009 +心電 0.00000028 +心霊 0.00000064 +心静か 0.00000028 +心音 0.00000028 +心頭 0.00000046 +心魅 0.00000009 +必ず 0.00009014 +必ずつけ 0.00000009 +必修 0.00000165 +必勝 0.00000009 +必定 0.00000009 +必携 0.00000018 +必敗 0.00000009 +必死 0.00002072 +必殺 0.00000055 +必然 0.00000614 +必用 0.00000009 +必着 0.00000009 +必称 0.00000009 +必罰 0.00000009 +必聴 0.00000009 +必至 0.00000037 +必衰 0.00000009 +必要 0.00057378 +必見 0.00000211 +必読 0.00000018 +必需 0.00000312 +必須 0.00000559 +忌 0.00000165 +忌々し 0.00000028 +忌まわし 0.00000064 +忌み 0.00000018 +忌避 0.00000018 +忌避者 0.00000009 +忌野 0.00000064 +忍 0.00000229 +忍ば 0.00000110 +忍び 0.00000110 +忍びこ 0.00000064 +忍び入 0.00000018 +忍び寄 0.00000266 +忍び笑い 0.00000018 +忍び足 0.00000064 +忍び込 0.00000165 +忍び込め 0.00000009 +忍ん 0.00000009 +忍具 0.00000009 +忍務 0.00000009 +忍城 0.00000018 +忍者 0.00000431 +忍耐 0.00001476 +忍術 0.00000128 +志 0.00000385 +志し 0.00000009 +志保 0.00000009 +志免 0.00000009 +志向 0.00000734 +志向型 0.00000018 +志向性 0.00000009 +志士 0.00000028 +志摩 0.00000009 +志望 0.00000339 +志村 0.00000064 +志穂 0.00000009 +志賀 0.00000092 +志野 0.00000018 +志願 0.00000413 +志麻 0.00000009 +忘れ 0.00013196 +忘れっぽ 0.00000009 +忘れろ 0.00000028 +忘れ去 0.00000202 +忘れ去れ 0.00000009 +忘れ物 0.00000092 +忘却 0.00000037 +忘年 0.00000284 +忘恩 0.00000028 +忙 0.00000009 +忙し 0.00005741 +忙しい 0.00000009 +忙わ 0.00000009 +忙殺 0.00000073 +応 0.00003219 +応え 0.00001953 +応えい 0.00000009 +応じ 0.00000321 +応わ 0.00000009 +応わし 0.00000018 +応仁 0.00000009 +応分 0.00000046 +応力 0.00000009 +応募 0.00002696 +応報 0.00000046 +応変 0.00000101 +応対 0.00000468 +応急 0.00000183 +応戦 0.00000055 +応接 0.00000183 +応援 0.00002210 +応武 0.00000009 +応用 0.00000908 +応答 0.00000229 +応酬 0.00000101 +忝 0.00000009 +忠 0.00000018 +忠信 0.00000037 +忠利 0.00000028 +忠則 0.00000018 +忠告 0.00001265 +忠太郎 0.00000009 +忠夫 0.00000064 +忠宏 0.00000037 +忠実 0.00001082 +忠平 0.00000037 +忠志 0.00000009 +忠恕 0.00000009 +忠成 0.00000028 +忠敬 0.00000238 +忠清 0.00000009 +忠犬 0.00000046 +忠相 0.00000009 +忠節 0.00000018 +忠義 0.00000220 +忠臣 0.00000211 +忠興 0.00000083 +忠誠 0.00000660 +忠誠心 0.00000018 +忠道 0.00000009 +快 0.00000660 +快作 0.00000009 +快刀 0.00000018 +快彦 0.00000009 +快復 0.00000028 +快感 0.00000147 +快慶 0.00000046 +快投 0.00000009 +快挙 0.00000110 +快方 0.00000046 +快晴 0.00000092 +快楽 0.00000293 +快楽し 0.00000009 +快活 0.00000238 +快演 0.00000009 +快眠 0.00000037 +快調 0.00000046 +快諾 0.00000055 +快速 0.00000083 +快適 0.00002109 +快音 0.00000009 +念 0.00001687 +念仏 0.00000046 +念入り 0.00000266 +念力 0.00000009 +念動 0.00000028 +念押し 0.00000009 +念書 0.00000009 +念頭 0.00000385 +念願 0.00000275 +忸怩 0.00000009 +忽 0.00000009 +忽然 0.00000028 +忿恨 0.00000009 +忿懣 0.00000009 +怒 0.00005190 +怒ら 0.00000028 +怒り 0.00004053 +怒りくる 0.00000009 +怒り狂 0.00000220 +怒り狂う 0.00000009 +怒れ 0.00000037 +怒号 0.00000018 +怒声 0.00000009 +怒気 0.00000018 +怒羅 0.00000009 +怒鳴 0.00000624 +怒鳴り 0.00000092 +怒鳴りこ 0.00000009 +怒鳴りつけ 0.00000110 +怒鳴り合 0.00000018 +怒鳴り合い 0.00000028 +怒鳴り散ら 0.00000009 +怒鳴り込 0.00000009 +怖 0.00004328 +怖々 0.00000018 +怖が 0.00000229 +怖く 0.00000009 +怖れ 0.00000028 +怖ろし 0.00000028 +怖ろしく 0.00000018 +怖毛 0.00000009 +怖気 0.00000009 +怖気づ 0.00000055 +怜 0.00000028 +怜奈 0.00000009 +怜悧 0.00000018 +思 0.00147714 +思い 0.00008473 +思いあがり 0.00000009 +思いあま 0.00000009 +思いうかべ 0.00000018 +思いえが 0.00000018 +思いおこ 0.00000009 +思いかけ 0.00000018 +思いがけ 0.00000715 +思いき 0.00000037 +思いきり 0.00000009 +思いこ 0.00000367 +思いこま 0.00000018 +思いこみ 0.00000037 +思いすごし 0.00000009 +思いすら 0.00000009 +思いだ 0.00000312 +思いっ 0.00000193 +思いっきり 0.00000009 +思いつ 0.00000660 +思いつき 0.00000092 +思いつけ 0.00000009 +思いつめ 0.00000009 +思いつん 0.00000009 +思いとど 0.00000009 +思いとどま 0.00000128 +思いめぐら 0.00000009 +思いや 0.00000266 +思いやり 0.00001852 +思いやりあ 0.00000018 +思いやりあふれ 0.00000009 +思いやりある 0.00000009 +思いやれ 0.00000009 +思いわずら 0.00000009 +思い上が 0.00000037 +思い上がり 0.00000037 +思い付 0.00001201 +思い付き 0.00000220 +思い付け 0.00000028 +思い余 0.00000009 +思い入れ 0.00000128 +思い出 0.00007850 +思い出せ 0.00000559 +思い切 0.00000789 +思い切り 0.00000330 +思い切りそいつ 0.00000009 +思い切りつね 0.00000009 +思い切り取り組 0.00000009 +思い回ら 0.00000009 +思い巡 0.00000009 +思い巡ら 0.00000028 +思い当た 0.00000202 +思い当たり 0.00000009 +思い思い 0.00000101 +思い悩 0.00000073 +思い描 0.00000330 +思い描け 0.00000009 +思い止ま 0.00000018 +思い浮 0.00000009 +思い浮か 0.00000183 +思い浮かべ 0.00000844 +思い浮かべれ 0.00000009 +思い浮べ 0.00000018 +思い煩 0.00000018 +思い留め 0.00000009 +思い直 0.00000064 +思い知 0.00000339 +思い知ら 0.00000156 +思い立 0.00000220 +思い至 0.00000046 +思い起 0.00000064 +思い起こ 0.00000596 +思い込 0.00000743 +思い込ま 0.00000009 +思い込み 0.00000211 +思い返 0.00000147 +思い過ご 0.00000128 +思い過ごし 0.00000018 +思え 0.00007685 +思えれ 0.00000009 +思えん 0.00000018 +思し 0.00000018 +思わ 0.00000092 +思わし 0.00000083 +思召 0.00000009 +思弁 0.00000037 +思惑 0.00000312 +思想 0.00001431 +思慮 0.00000303 +思春 0.00000165 +思案 0.00000330 +思潮 0.00000018 +思索 0.00000211 +思考 0.00001926 +思量 0.00000009 +怠 0.00000578 +怠け 0.00000229 +怠けもの 0.00000009 +怠け者 0.00000578 +怠り 0.00000009 +怠惰 0.00000348 +怠慢 0.00000211 +怠業 0.00000193 +急 0.00008464 +急い 0.00000018 +急か 0.00000037 +急きょ 0.00000101 +急き立て 0.00000028 +急ぎ 0.00000174 +急ぎ足 0.00000156 +急げ 0.00000064 +急便 0.00000083 +急停 0.00000009 +急停車 0.00000009 +急務 0.00000156 +急勾配 0.00000009 +急坂 0.00000009 +急増 0.00001733 +急変 0.00000073 +急峻 0.00000009 +急性 0.00000257 +急患 0.00000018 +急所 0.00000055 +急接 0.00000009 +急接近 0.00000018 +急斜 0.00000018 +急斜面 0.00000009 +急死 0.00000110 +急流 0.00000147 +急流下り 0.00000009 +急減 0.00000037 +急減速 0.00000009 +急激 0.00001467 +急用 0.00000101 +急病 0.00000073 +急線 0.00000064 +急落 0.00000229 +急行 0.00000275 +急行線 0.00000009 +急襲 0.00000147 +急追 0.00000009 +急送 0.00000028 +急逝 0.00000009 +急速 0.00003155 +急造 0.00000018 +急進 0.00000046 +急進化 0.00000009 +急須 0.00000018 +急騰 0.00000202 +性 0.00040431 +性と 0.00000009 +性交 0.00000064 +性交時 0.00000009 +性分 0.00000110 +性別 0.00000844 +性別表記 0.00000009 +性向 0.00000110 +性善説 0.00000009 +性器 0.00000018 +性子 0.00000009 +性差 0.00000064 +性徴 0.00000018 +性急 0.00000193 +性悪 0.00000083 +性愛 0.00000028 +性根 0.00000009 +性格 0.00004695 +性格当て 0.00000009 +性欲 0.00000064 +性病 0.00000018 +性癖 0.00000028 +性的 0.00000926 +性能 0.00000880 +性行 0.00000009 +性貰 0.00000009 +性質 0.00001898 +怨み 0.00000018 +怨念 0.00000064 +怨恨 0.00000009 +怨霊 0.00000009 +怪 0.00000037 +怪々 0.00000028 +怪し 0.00000825 +怪人 0.00000064 +怪傑 0.00000009 +怪奇 0.00000064 +怪我 0.00000156 +怪漫画 0.00000009 +怪物 0.00000706 +怪獣 0.00000248 +怪異 0.00000009 +怪盗 0.00000009 +怪訝 0.00000009 +怪談 0.00000092 +怯 0.00000009 +怯え 0.00000193 +恃 0.00000037 +恃み 0.00000009 +恋 0.00005997 +恋し 0.00000339 +恋しい 0.00000009 +恋人 0.00004301 +恋仲 0.00000018 +恋心 0.00000092 +恋愛 0.00004218 +恋文 0.00000009 +恋歌 0.00000009 +恋焦 0.00000018 +恋煩 0.00000009 +恋煩い 0.00000028 +恋空 0.00000028 +恋花 0.00000009 +恍惚 0.00000110 +恐 0.00000275 +恐々 0.00000009 +恐か 0.00000028 +恐かっ 0.00000028 +恐が 0.00000211 +恐く 0.00000156 +恐けれ 0.00000009 +恐さ 0.00000028 +恐し 0.00000009 +恐ら 0.00000046 +恐らく 0.00005585 +恐らくいつ 0.00000009 +恐らくご 0.00000018 +恐らくど 0.00000009 +恐る 0.00000486 +恐れ 0.00008308 +恐れおのの 0.00000046 +恐ろ 0.00000009 +恐ろし 0.00004475 +恐ろしき 0.00000055 +恐ろしげ 0.00000018 +恐わ 0.00000018 +恐わが 0.00000018 +恐喝 0.00000092 +恐妻 0.00000009 +恐山 0.00000092 +恐怖 0.00004805 +恐慌 0.00000128 +恐慌ただ 0.00000009 +恐竜 0.00000679 +恐縮 0.00000147 +恒久 0.00000220 +恒例 0.00001862 +恒和 0.00000009 +恒夫 0.00000046 +恒常 0.00000046 +恒星 0.00000229 +恒松 0.00000147 +恒雄 0.00000018 +恒靖 0.00000018 +恣意 0.00000028 +恥 0.00001293 +恥かし 0.00000064 +恥じ 0.00000449 +恥じらい 0.00000046 +恥ず 0.00000183 +恥ずか 0.00000018 +恥ずかし 0.00003008 +恥ずかしげ 0.00000009 +恥ら 0.00000009 +恥辱 0.00000028 +恥部 0.00000009 +恨 0.00000202 +恨み 0.00000348 +恨みつら 0.00000009 +恨みつらみ 0.00000009 +恨めし 0.00000037 +恩 0.00000459 +恩人 0.00000165 +恩典 0.00000018 +恩周 0.00000009 +恩寵 0.00000055 +恩師 0.00000138 +恩恵 0.00001100 +恩田 0.00000046 +恩給 0.00000037 +恩義 0.00000128 +恩英 0.00000046 +恩賜 0.00000018 +恩賞 0.00000018 +恩赦 0.00000101 +恩返 0.00000064 +恩返し 0.00000202 +恩顧 0.00000018 +恭し 0.00000037 +恭一 0.00000009 +恭一郎 0.00000018 +恭久 0.00000009 +恭之 0.00000009 +恭子 0.00000238 +恭順 0.00000009 +息 0.00003485 +息づ 0.00000183 +息づかい 0.00000028 +息づま 0.00000009 +息ま 0.00000009 +息切れ 0.00000083 +息合い 0.00000009 +息吹 0.00000119 +息吹き 0.00000028 +息子 0.00009592 +息子ども 0.00000009 +息差し 0.00000009 +息巻 0.00000009 +息抜き 0.00000119 +息根 0.00000009 +息災 0.00000064 +息精 0.00000009 +息絶え 0.00000101 +息継ぎ 0.00000009 +息臭 0.00000009 +息苦 0.00000009 +息苦し 0.00000138 +息詰ま 0.00000028 +息遣い 0.00000110 +恰 0.00000009 +恰好 0.00000183 +恰幅 0.00000009 +恰服 0.00000018 +恵 0.00000275 +恵まれ 0.00002824 +恵み 0.00000926 +恵ん 0.00000009 +恵三 0.00000092 +恵介 0.00000046 +恵利子 0.00000009 +恵土 0.00000009 +恵子 0.00000064 +恵方 0.00000028 +恵梨 0.00000083 +恵梨香 0.00000009 +恵比寿 0.00000101 +恵比須 0.00000009 +恵比須顔 0.00000009 +恵泉 0.00000009 +恵理 0.00000229 +恵理子 0.00000009 +恵禧 0.00000009 +恵美子 0.00000018 +恵里 0.00000009 +悍し 0.00000009 +悔 0.00000037 +悔い 0.00000293 +悔い改め 0.00000083 +悔し 0.00000514 +悔し紛れ 0.00000009 +悔み 0.00000009 +悔む 0.00000009 +悔や 0.00000504 +悔やみ 0.00000119 +悔恨 0.00000147 +悔悛 0.00000018 +悔悟 0.00000009 +悟 0.00000862 +悟り 0.00000266 +悟司 0.00000009 +悟空 0.00000202 +悟飯 0.00000018 +悠 0.00000018 +悠々 0.00000064 +悠久 0.00000018 +悠二 0.00000009 +悠仁 0.00000165 +悠基 0.00000009 +悠子 0.00000009 +悠己 0.00000009 +悠木 0.00000037 +悠治 0.00000009 +悠紀雄 0.00000009 +患 0.00000669 +患者 0.00011646 +患部 0.00000018 +悦 0.00000064 +悦吏子 0.00000009 +悧 0.00000009 +悧口 0.00000009 +悧巧 0.00000009 +悩 0.00003237 +悩ま 0.00001018 +悩まし 0.00000110 +悩み 0.00002127 +悩み事 0.00000046 +悩み出 0.00000009 +悩み苦し 0.00000046 +悩む 0.00000009 +悩め 0.00000055 +悩んだん 0.00000009 +悩殺 0.00000009 +悩苦 0.00000009 +悪 0.00026153 +悪あがき 0.00000009 +悪う 0.00000018 +悪かっ 0.00000009 +悪さ 0.00000018 +悪し 0.00000202 +悪びれ 0.00000037 +悪ガキ 0.00000009 +悪乗り 0.00000018 +悪事 0.00000394 +悪人 0.00000248 +悪党 0.00000724 +悪化 0.00002082 +悪友 0.00000018 +悪口 0.00000862 +悪名 0.00000348 +悪因 0.00000028 +悪報 0.00000009 +悪夢 0.00000514 +悪太郎 0.00000009 +悪女 0.00000046 +悪妻 0.00000009 +悪寒 0.00000028 +悪巧み 0.00000037 +悪弊 0.00000018 +悪役 0.00000138 +悪徳 0.00000339 +悪心 0.00000018 +悪性 0.00000211 +悪意 0.00000477 +悪態 0.00000238 +悪戦 0.00000147 +悪戯 0.00000073 +悪戯画 0.00000009 +悪所 0.00000009 +悪政 0.00000009 +悪日 0.00000009 +悪果 0.00000028 +悪業 0.00000028 +悪気 0.00000174 +悪法 0.00000028 +悪液 0.00000009 +悪漢 0.00000073 +悪玉 0.00000018 +悪用 0.00000468 +悪疫 0.00000009 +悪病 0.00000009 +悪癖 0.00000046 +悪相 0.00000009 +悪知恵 0.00000018 +悪筆 0.00000009 +悪罵 0.00000009 +悪習 0.00000064 +悪者 0.00000238 +悪臭 0.00000339 +悪行 0.00000193 +悪行為 0.00000009 +悪評 0.00000165 +悪貨 0.00000009 +悪賢 0.00000037 +悪質 0.00000220 +悪趣味 0.00000037 +悪路 0.00000018 +悪辣 0.00000009 +悪逆 0.00000009 +悪運 0.00000101 +悪酔い 0.00000028 +悪銭 0.00000028 +悪霊 0.00000202 +悪鬼 0.00000073 +悪魔 0.00001953 +悪魔と 0.00000009 +悲 0.00000009 +悲し 0.00004750 +悲しい 0.00000009 +悲しみ 0.00002127 +悲劇 0.00002247 +悲叫 0.00000009 +悲哀 0.00000055 +悲喜 0.00000009 +悲喜劇 0.00000028 +悲嘆 0.00000257 +悲壮 0.00000018 +悲恋 0.00000037 +悲惨 0.00001449 +悲愁 0.00000009 +悲愴 0.00000009 +悲歎 0.00000009 +悲母 0.00000018 +悲痛 0.00000193 +悲観 0.00000385 +悲運 0.00000037 +悲願 0.00000018 +悲鳴 0.00000734 +悶 0.00000009 +悶々 0.00000009 +悶え 0.00000009 +悼 0.00000165 +情 0.00000367 +情け 0.00000183 +情けな 0.00000293 +情事 0.00000073 +情人 0.00000028 +情動 0.00000064 +情勢 0.00000862 +情報 0.00021889 +情婦 0.00000009 +情念 0.00000110 +情思 0.00000018 +情愛 0.00000009 +情感 0.00000092 +情操 0.00000018 +情景 0.00000138 +情欲 0.00000073 +情況 0.00000037 +情深 0.00000037 +情熱 0.00002797 +情状 0.00000028 +情理 0.00000018 +情的 0.00000009 +情緒 0.00000715 +情趣 0.00000046 +惑 0.00000064 +惑わ 0.00000293 +惑星 0.00001256 +惑星間 0.00000028 +惚 0.00000046 +惚れ 0.00000128 +惚れ合 0.00000009 +惚れ直 0.00000009 +惜 0.00000009 +惜し 0.00000908 +惜しま 0.00000018 +惜しまず 0.00000009 +惜しみ 0.00000138 +惜しみな 0.00000018 +惜し気 0.00000009 +惜別 0.00000009 +惠 0.00000009 +惠子 0.00000009 +惣岳 0.00000018 +惣岳山 0.00000009 +惣菜 0.00000101 +惣領 0.00000009 +惨 0.00000101 +惨め 0.00000642 +惨事 0.00000624 +惨劇 0.00000055 +惨敗 0.00000083 +惨数 0.00000028 +惨殺 0.00000101 +惨状 0.00000101 +惨禍 0.00000037 +惰性 0.00000037 +想 0.00000220 +想い 0.00000330 +想い出 0.00000138 +想像 0.00006208 +想定 0.00000706 +想起 0.00000009 +惹 0.00000908 +惹き起こ 0.00000009 +惹起 0.00000009 +愁い 0.00000009 +愁傷 0.00000083 +愉 0.00000028 +愉し 0.00000046 +愉しみ 0.00000018 +愉快 0.00002054 +愉快気 0.00000009 +愉楽 0.00000009 +意 0.00001146 +意中 0.00000578 +意匠 0.00000046 +意向 0.00000816 +意味 0.00020560 +意図 0.00001825 +意固 0.00000064 +意固地 0.00000009 +意地 0.00000899 +意外 0.00001660 +意志 0.00002164 +意志力 0.00000009 +意思 0.00002265 +意次 0.00000009 +意欲 0.00001311 +意気 0.00000853 +意義 0.00001137 +意表 0.00000073 +意見 0.00016130 +意訳 0.00000037 +意識 0.00008657 +意趣 0.00000009 +愚 0.00000055 +愚か 0.00001678 +愚かし 0.00000064 +愚人 0.00000009 +愚作 0.00000009 +愚劣 0.00000028 +愚問 0.00000009 +愚図 0.00000018 +愚妻 0.00000018 +愚弄 0.00000028 +愚痴 0.00000248 +愚直 0.00000009 +愚考 0.00000009 +愚者 0.00000092 +愚行 0.00000110 +愚鈍 0.00000064 +愛 0.00016873 +愛きょう 0.00000018 +愛くるし 0.00000028 +愛し 0.00000761 +愛しみ 0.00000009 +愛せ 0.00000101 +愛で 0.00000073 +愛らし 0.00000284 +愛人 0.00000468 +愛他 0.00000018 +愛吉 0.00000009 +愛唱 0.00000009 +愛国 0.00000642 +愛執 0.00000009 +愛好 0.00001201 +愛妻 0.00000101 +愛娘 0.00000028 +愛媛 0.00000193 +愛嬌 0.00000018 +愛子 0.00000403 +愛工 0.00000009 +愛弟子 0.00000009 +愛心 0.00000037 +愛情 0.00003210 +愛想 0.00000459 +愛憎 0.00000028 +愛撫 0.00000147 +愛敬 0.00000009 +愛書 0.00000018 +愛欲 0.00000018 +愛流 0.00000009 +愛液 0.00000009 +愛煙 0.00000037 +愛燦 0.00000009 +愛犬 0.00000202 +愛猫 0.00000009 +愛玩 0.00000009 +愛理 0.00000009 +愛用 0.00000293 +愛田 0.00000009 +愛着 0.00000248 +愛知 0.00001431 +愛社 0.00000018 +愛称 0.00000449 +愛菜 0.00000009 +愛藍 0.00000009 +愛読 0.00000128 +愛読書 0.00000009 +愛護 0.00000046 +愛里咲 0.00000009 +愛顧 0.00000138 +愛飲 0.00000064 +愛馬 0.00000055 +愛^ 0.00000009 +感 0.00031692 +感じ 0.00014205 +感じと 0.00000028 +感じ取 0.00000330 +感じ取れ 0.00000037 +感じ合 0.00000009 +感ぜ 0.00000009 +感づ 0.00000101 +感傷 0.00000156 +感光 0.00000018 +感冒 0.00000009 +感動 0.00003301 +感動詞 0.00000009 +感化 0.00000128 +感受 0.00000422 +感嘆 0.00000165 +感度 0.00000037 +感得 0.00000009 +感心 0.00001073 +感応 0.00000018 +感性 0.00000550 +感情 0.00006804 +感想 0.00000761 +感慨 0.00000083 +感懐 0.00000009 +感服 0.00000046 +感染 0.00006859 +感極 0.00000064 +感極ま 0.00000009 +感歎 0.00000009 +感激 0.00000569 +感知 0.00000303 +感興 0.00000009 +感覚 0.00004778 +感触 0.00000303 +感謝 0.00007382 +感銘 0.00000697 +感電 0.00000046 +愼平 0.00000009 +慄 0.00000028 +慄え 0.00000073 +慄然 0.00000037 +慇懃 0.00000037 +慈し 0.00000055 +慈しみ 0.00000073 +慈しみお 0.00000009 +慈光 0.00000009 +慈善 0.00001366 +慈恵 0.00000028 +慈悲 0.00000688 +慈愛 0.00000046 +慈英理 0.00000009 +態 0.00000018 +態勢 0.00000403 +態度 0.00006382 +慌し 0.00000046 +慌ただし 0.00000110 +慌て 0.00001018 +慌てん 0.00000009 +慎 0.00000238 +慎しみ 0.00000009 +慎しめ 0.00000009 +慎まし 0.00000083 +慎ましやか 0.00000009 +慎み 0.00000110 +慎ん 0.00000009 +慎三 0.00000009 +慎之助 0.00000018 +慎也 0.00000055 +慎司 0.00000037 +慎吾 0.00000183 +慎哉 0.00000165 +慎太 0.00000009 +慎太郎 0.00000339 +慎重 0.00002127 +慕 0.00000284 +慕情 0.00000009 +慘 0.00000009 +慚愧 0.00000009 +慟哭 0.00000018 +慢 0.00000018 +慢心 0.00000028 +慢性 0.00000697 +慣い 0.00000009 +慣ら 0.00000064 +慣れ 0.00004658 +慣れれ 0.00000037 +慣れろ 0.00000037 +慣わし 0.00000046 +慣例 0.00000174 +慣性 0.00000018 +慣用 0.00000073 +慣習 0.00001797 +慣行 0.00000385 +慧 0.00000009 +慧丹 0.00000018 +慧海 0.00000018 +慨嘆 0.00000009 +慮 0.00000009 +慰み 0.00000018 +慰め 0.00001155 +慰め合 0.00000009 +慰問 0.00000064 +慰安 0.00000202 +慰楽 0.00000009 +慰留 0.00000018 +慰藉 0.00000028 +慰謝 0.00000156 +慰霊 0.00000358 +慳貪 0.00000009 +慶 0.00000073 +慶び 0.00000009 +慶事 0.00000018 +慶南 0.00000009 +慶喜 0.00000128 +慶太 0.00000046 +慶子 0.00000128 +慶応 0.00000293 +慶應 0.00000055 +慶朝 0.00000009 +慶樹 0.00000055 +慶江 0.00000009 +慶祐 0.00000009 +慶節 0.00000037 +慶賀 0.00000018 +慶長 0.00000009 +憂 0.00000028 +憂い 0.00000101 +憂う 0.00000018 +憂うつ 0.00000064 +憂え 0.00000046 +憂き 0.00000018 +憂き目 0.00000009 +憂さ 0.00000046 +憂世 0.00000009 +憂国 0.00000028 +憂愁 0.00000037 +憂慮 0.00000275 +憂暮れ 0.00000009 +憂欝 0.00000009 +憂騒 0.00000009 +憂鬱 0.00000559 +憎 0.00001073 +憎し 0.00000101 +憎しみ 0.00000550 +憎しみあ 0.00000009 +憎み 0.00000009 +憎みあ 0.00000009 +憎み合 0.00000009 +憎む 0.00000009 +憎め 0.00000046 +憎ら 0.00000009 +憎らし 0.00000037 +憎らしい 0.00000009 +憎ん 0.00000018 +憎悪 0.00000587 +憐 0.00000073 +憐み 0.00000009 +憐れ 0.00000037 +憐れみ 0.00000018 +憐れん 0.00000009 +憐憫 0.00000018 +憑 0.00000092 +憔悴 0.00000046 +憚 0.00000009 +憚り 0.00000009 +憤 0.00000046 +憤り 0.00000238 +憤怒 0.00000073 +憤慨 0.00000394 +憤懣 0.00000018 +憤激 0.00000018 +憤然 0.00000064 +憧れ 0.00001834 +憧憬 0.00000018 +憩 0.00000018 +憩い 0.00000073 +憮然 0.00000028 +憲 0.00000009 +憲一 0.00000018 +憲之 0.00000009 +憲二 0.00000018 +憲伸 0.00000018 +憲兵 0.00000009 +憲剛 0.00000009 +憲子 0.00000028 +憲広 0.00000037 +憲広が 0.00000009 +憲政 0.00000009 +憲次 0.00000248 +憲次郎 0.00000009 +憲正 0.00000009 +憲法 0.00003164 +憲章 0.00000092 +憶 0.00000018 +憶え 0.00000128 +憶測 0.00000046 +懇切 0.00000037 +懇意 0.00000028 +懇親 0.00000046 +懇談 0.00000101 +懇請 0.00000018 +懇願 0.00000385 +應援 0.00000009 +懊悩 0.00000009 +懐 0.00000477 +懐か 0.00000028 +懐かし 0.00001119 +懐こ 0.00000009 +懐し 0.00000028 +懐メロ 0.00000009 +懐中 0.00000266 +懐乾 0.00000037 +懐事情 0.00000009 +懐古 0.00000018 +懐探 0.00000009 +懐旧 0.00000009 +懐柔 0.00000018 +懐炉 0.00000009 +懐疑 0.00000376 +懐石 0.00000092 +懲らしめ 0.00000138 +懲り 0.00000183 +懲役 0.00000495 +懲悪 0.00000009 +懲戒 0.00000018 +懲罰 0.00000092 +懲罰房 0.00000009 +懸 0.00000009 +懸か 0.00000128 +懸け 0.00000752 +懸け橋 0.00000055 +懸命 0.00005163 +懸垂 0.00000028 +懸崖 0.00000009 +懸念 0.00003081 +懸案 0.00000083 +懸賞 0.00000156 +懺悔 0.00000128 +懼怖 0.00000009 +戊辰 0.00000028 +戌 0.00000018 +戌亥 0.00000028 +戌年 0.00000046 +成 0.00002302 +成し遂げ 0.00001495 +成ら 0.00000018 +成り 0.00000009 +成り上 0.00000046 +成り上が 0.00000037 +成り上がり 0.00000009 +成り下が 0.00000037 +成り立 0.00001220 +成り立ち 0.00000055 +成り立ちや 0.00000009 +成り行 0.00000046 +成り行き 0.00000376 +成り行きき 0.00000009 +成一 0.00000009 +成人 0.00001513 +成仏 0.00000018 +成体 0.00000055 +成分 0.00001696 +成功 0.00016571 +成否 0.00000028 +成員 0.00000046 +成器 0.00000009 +成城 0.00000018 +成婚 0.00000018 +成就 0.00000128 +成年 0.00000339 +成幸 0.00000009 +成形 0.00000046 +成彰 0.00000009 +成文 0.00000018 +成文化 0.00000009 +成文法 0.00000009 +成松 0.00000009 +成果 0.00002320 +成瀬 0.00000055 +成熟 0.00000614 +成田 0.00001476 +成立 0.00001568 +成立ち 0.00000009 +成章 0.00000064 +成績 0.00003145 +成美 0.00000028 +成育 0.00000028 +成行 0.00000028 +成術 0.00000009 +成豚 0.00000009 +成賢 0.00000009 +成蹊 0.00000009 +成都 0.00000037 +成金 0.00000110 +成長 0.00008281 +我 0.00001119 +我々 0.00011087 +我が 0.00006135 +我がい 0.00000009 +我が家 0.00000550 +我先 0.00000009 +我利 0.00000009 +我利々々 0.00000009 +我喜屋 0.00000009 +我国 0.00000018 +我如 0.00000009 +我孫子 0.00000018 +我弱 0.00000009 +我思 0.00000037 +我愛 0.00000009 +我慢 0.00003127 +我敬 0.00000009 +我有 0.00000028 +我欲 0.00000009 +我武者 0.00000009 +我流 0.00000018 +我軍 0.00000009 +我輩 0.00000009 +我那覇 0.00000028 +我食 0.00000009 +我鳴り立て 0.00000009 +戒 0.00000073 +戒め 0.00000138 +戒厳 0.00000046 +戒名 0.00000028 +戒告 0.00000009 +戒域 0.00000009 +戒壇 0.00000009 +戒律 0.00000110 +戒急 0.00000009 +或 0.00000009 +或いは 0.00000110 +或は 0.00000009 +或る 0.00000055 +戦 0.00012141 +戦々 0.00000018 +戦い 0.00003677 +戦い取 0.00000009 +戦え 0.00000248 +戦き 0.00000009 +戦上手 0.00000009 +戦中 0.00000073 +戦乱 0.00000128 +戦争 0.00015617 +戦傷 0.00000018 +戦列 0.00000009 +戦利 0.00000147 +戦前 0.00000403 +戦力 0.00000211 +戦勝 0.00000128 +戦勝国 0.00000028 +戦友 0.00000028 +戦史 0.00000009 +戦国 0.00000449 +戦地 0.00000083 +戦場 0.00000972 +戦士 0.00000798 +戦局 0.00000009 +戦形式 0.00000009 +戦役 0.00000018 +戦後 0.00002751 +戦意 0.00000028 +戦慄 0.00000147 +戦時 0.00000486 +戦死 0.00000312 +戦死者 0.00000009 +戦没 0.00000248 +戦況 0.00000018 +戦法 0.00000055 +戦渦 0.00000028 +戦火 0.00000064 +戦災 0.00000083 +戦犯 0.00000248 +戦略 0.00002421 +戦白 0.00000009 +戦禍 0.00000009 +戦端 0.00000028 +戦線 0.00000202 +戦績 0.00000046 +戦艦 0.00000092 +戦術 0.00000275 +戦記 0.00000018 +戦費 0.00000009 +戦車 0.00000688 +戦車兵 0.00000009 +戦闘 0.00001761 +戦隊 0.00000028 +戯 0.00000018 +戯れ 0.00000092 +戯場 0.00000009 +戯曲 0.00000238 +戯画 0.00000018 +戯的 0.00000009 +戯言 0.00000018 +戯談 0.00000028 +戴 0.00000119 +戴き物 0.00000018 +戴冠 0.00000028 +戴天 0.00000009 +戸 0.00001522 +戸井 0.00000009 +戸別 0.00000064 +戸口 0.00001165 +戸外 0.00000284 +戸定 0.00000009 +戸建て 0.00000037 +戸惑 0.00001302 +戸惑い 0.00000257 +戸数 0.00000009 +戸敲 0.00000037 +戸敲き 0.00000018 +戸来 0.00000028 +戸板 0.00000009 +戸枠 0.00000009 +戸栗 0.00000009 +戸棚 0.00000238 +戸狩 0.00000028 +戸田 0.00000055 +戸籍 0.00001366 +戸締まり 0.00000092 +戸締り 0.00000018 +戻 0.00018561 +戻す 0.00000009 +戻せ 0.00000028 +戻っぷり 0.00000009 +戻り 0.00000083 +戻れ 0.00000477 +戻ろ 0.00000009 +房 0.00000156 +房枝ら 0.00000009 +房江 0.00000037 +房飾り 0.00000028 +所 0.00025585 +所々 0.00000174 +所か 0.00000009 +所以 0.00000009 +所作 0.00000046 +所信 0.00000046 +所内 0.00000018 +所収 0.00000009 +所員 0.00000018 +所在 0.00000403 +所変わ 0.00000018 +所好 0.00000009 +所存 0.00000064 +所定 0.00000348 +所属 0.00001889 +所帯 0.00000064 +所得 0.00001779 +所感 0.00000009 +所持 0.00001036 +所有 0.00004374 +所望 0.00000055 +所業 0.00000037 +所沢 0.00000073 +所為 0.00000009 +所狭 0.00000055 +所産 0.00000018 +所用 0.00000009 +所蔵 0.00000229 +所行 0.00000009 +所行き 0.00000009 +所要 0.00000165 +所見 0.00000110 +所詮 0.00000183 +所詮人 0.00000009 +所説 0.00000018 +所謂 0.00000028 +所跡 0.00000009 +所轄 0.00000009 +所送り 0.00000018 +所長 0.00000899 +所領 0.00000018 +扁平 0.00000009 +扁桃 0.00000009 +扇 0.00000147 +扇動 0.00000101 +扇子 0.00000211 +扇島 0.00000018 +扇形 0.00000018 +扇情 0.00000018 +扇状 0.00000101 +扇風 0.00000101 +扇骨 0.00000018 +扉 0.00002247 +扉前 0.00000009 +手 0.00038130 +手お 0.00000018 +手が 0.00000009 +手がかり 0.00000202 +手がけ 0.00000018 +手ぐすね 0.00000018 +手ごろ 0.00000174 +手ごわ 0.00000119 +手さぐ 0.00000009 +手さぐり 0.00000028 +手すき 0.00000018 +手すり 0.00000376 +手ずから 0.00000028 +手だし 0.00000009 +手だて 0.00000165 +手っと 0.00000009 +手っ取り 0.00000138 +手っ取り早 0.00000073 +手つ 0.00000018 +手つき 0.00000018 +手づかみ 0.00000009 +手づくり 0.00000046 +手なずけ 0.00000055 +手ぬぐ 0.00000009 +手ぬぐい 0.00000037 +手ぬる 0.00000037 +手の 0.00000248 +手のひら 0.00000275 +手の内 0.00000018 +手の甲 0.00000009 +手の込 0.00000037 +手はず 0.00000018 +手ば 0.00000009 +手ばな 0.00000009 +手ひど 0.00000009 +手ぶくろ 0.00000009 +手ぶら 0.00000073 +手ぶり 0.00000018 +手まねき 0.00000009 +手まり 0.00000009 +手も 0.00000009 +手上げ 0.00000147 +手下 0.00000202 +手並み 0.00000009 +手中 0.00000174 +手二人 0.00000009 +手交 0.00000009 +手仕事 0.00000028 +手付 0.00000193 +手伝 0.00003338 +手伝い 0.00002256 +手伝え 0.00000055 +手作り 0.00000789 +手傷 0.00000009 +手元 0.00000724 +手先 0.00000147 +手入れ 0.00000642 +手出 0.00000009 +手出し 0.00000055 +手分け 0.00000046 +手刈り 0.00000009 +手前 0.00000569 +手創 0.00000028 +手助 0.00000009 +手助い 0.00000009 +手助け 0.00002540 +手動 0.00000064 +手勢 0.00000037 +手厚 0.00000119 +手厳し 0.00000119 +手取 0.00000018 +手取り 0.00000037 +手口 0.00000303 +手合 0.00000018 +手合い 0.00000009 +手合わせ 0.00000018 +手向け 0.00000018 +手吹 0.00000009 +手品 0.00000431 +手嚢 0.00000009 +手回 0.00000018 +手土産 0.00000055 +手垢 0.00000018 +手堅 0.00000028 +手塚 0.00000293 +手塩 0.00000009 +手始め 0.00000220 +手岩村 0.00000009 +手工 0.00000046 +手工業 0.00000009 +手工芸 0.00000046 +手巻きずし 0.00000018 +手帖 0.00000009 +手帳 0.00000403 +手広 0.00000046 +手引 0.00000028 +手引き 0.00000092 +手強 0.00000009 +手当 0.00000642 +手当たり 0.00000101 +手当て 0.00000293 +手形 0.00000110 +手彫り 0.00000018 +手心 0.00000009 +手応え 0.00000092 +手慣れ 0.00000046 +手手 0.00000046 +手手洗 0.00000009 +手打ち 0.00000009 +手技 0.00000009 +手抜かり 0.00000018 +手抜き 0.00000064 +手押し 0.00000193 +手招 0.00000018 +手招き 0.00000055 +手拭 0.00000009 +手拭い 0.00000009 +手持 0.00000028 +手持ち 0.00000183 +手指 0.00000009 +手振 0.00000009 +手振り 0.00000037 +手掛かり 0.00000807 +手掛け 0.00001000 +手掛り 0.00000009 +手探り 0.00000229 +手控え 0.00000018 +手描 0.00000018 +手描き 0.00000018 +手提げ 0.00000018 +手摺 0.00000009 +手摺り 0.00000009 +手放 0.00000413 +手放し 0.00000028 +手放せ 0.00000119 +手数 0.00001045 +手斧 0.00000009 +手旗 0.00000018 +手早 0.00000312 +手書き 0.00000303 +手本 0.00000963 +手札 0.00000037 +手板 0.00000018 +手柄 0.00000128 +手柔らか 0.00000037 +手桶 0.00000018 +手榴 0.00000018 +手榴弾 0.00000037 +手段 0.00005190 +手法 0.00001293 +手洗 0.00000009 +手洗い 0.00000303 +手流 0.00000009 +手渡 0.00001055 +手渡し 0.00000018 +手漕 0.00000009 +手漕ぎ 0.00000009 +手狭 0.00000018 +手玉 0.00000055 +手番 0.00000018 +手痛 0.00000009 +手直 0.00000009 +手直し 0.00000092 +手相 0.00000101 +手相占い 0.00000009 +手真似 0.00000018 +手着 0.00000009 +手短 0.00000403 +手短か 0.00000009 +手稲 0.00000009 +手立て 0.00000028 +手筈 0.00000018 +手管 0.00000028 +手紙 0.00007786 +手紙致 0.00000009 +手絞り 0.00000009 +手統き 0.00000009 +手続 0.00000073 +手続き 0.00005355 +手綱 0.00000211 +手線 0.00000009 +手締め 0.00000009 +手編み 0.00000037 +手練 0.00000009 +手縄 0.00000009 +手縫 0.00000009 +手縫い 0.00000009 +手羽 0.00000018 +手習 0.00000028 +手肌 0.00000009 +手肢 0.00000018 +手脂 0.00000009 +手脚 0.00000128 +手腕 0.00000147 +手芸 0.00000083 +手荒 0.00000138 +手荒れ 0.00000018 +手落ち 0.00000028 +手薄 0.00000055 +手術 0.00003980 +手袋 0.00000541 +手裏 0.00000046 +手製 0.00000101 +手触 0.00000009 +手触り 0.00000083 +手触診 0.00000009 +手記 0.00000055 +手許 0.00000037 +手話 0.00000394 +手負い 0.00000009 +手賀 0.00000018 +手足 0.00000724 +手跡 0.00000009 +手踊 0.00000009 +手蹟 0.00000009 +手軽 0.00000926 +手近 0.00000193 +手造り 0.00000018 +手遅れ 0.00000477 +手違い 0.00000037 +手配 0.00001275 +手配犯 0.00000009 +手酢 0.00000018 +手酷 0.00000009 +手錠 0.00000257 +手鏡 0.00000018 +手開き 0.00000009 +手間 0.00000734 +手間取 0.00000147 +手際 0.00000128 +手頃 0.00000917 +手順 0.00000532 +手風 0.00000009 +手飼 0.00000009 +手首 0.00000578 +手塚 0.00000028 +才 0.00000367 +才女 0.00000018 +才子 0.00000009 +才師 0.00000009 +才気 0.00000037 +才能 0.00004044 +才色 0.00000009 +才覚 0.00000037 +才覚え 0.00000009 +才走 0.00000009 +打 0.00005896 +打ち 0.00000954 +打ちあ 0.00000009 +打ちあけ 0.00000028 +打ちおろ 0.00000009 +打ちおろし 0.00000009 +打ちかか 0.00000009 +打ちこ 0.00000009 +打ちすえ 0.00000018 +打ちたて 0.00000009 +打ちだ 0.00000009 +打ちつけ 0.00000147 +打ちと 0.00000009 +打ちのめ 0.00000220 +打ちひし 0.00000147 +打ち上が 0.00000018 +打ち上げ 0.00002788 +打ち下ろ 0.00000046 +打ち付け 0.00000083 +打ち伏せ 0.00000009 +打ち倒 0.00000046 +打ち傷 0.00000009 +打ち克 0.00000009 +打ち出 0.00000642 +打ち出せ 0.00000018 +打ち切 0.00000183 +打ち切り 0.00000037 +打ち勝 0.00000422 +打ち取 0.00000028 +打ち合 0.00000018 +打ち合い 0.00000018 +打ち合せ 0.00000009 +打ち合わせ 0.00000394 +打ち回 0.00000009 +打ち壊 0.00000055 +打ち寄せ 0.00000119 +打ち寛 0.00000009 +打ち崩 0.00000009 +打ち当 0.00000009 +打ち当た 0.00000009 +打ち手 0.00000028 +打ち払 0.00000009 +打ち抜 0.00000009 +打ち捨て 0.00000018 +打ち据え 0.00000046 +打ち掛け 0.00000009 +打ち明け 0.00000779 +打ち明けれ 0.00000028 +打ち明け出 0.00000009 +打ち明け合 0.00000009 +打ち消 0.00000101 +打ち砕 0.00000183 +打ち破 0.00000330 +打ち立て 0.00000275 +打ち落と 0.00000009 +打ち見 0.00000009 +打ち解け 0.00000312 +打ち解け合 0.00000009 +打ち負 0.00000009 +打ち負か 0.00000248 +打ち身 0.00000018 +打ち込 0.00000385 +打ち込み 0.00000009 +打ち込め 0.00000046 +打ち返 0.00000037 +打ち返せ 0.00000018 +打ち震え 0.00000064 +打ち首 0.00000037 +打ち鳴ら 0.00000055 +打て 0.00000229 +打てれ 0.00000009 +打上げ 0.00000055 +打倒 0.00000229 +打尽 0.00000028 +打届 0.00000009 +打席 0.00000385 +打捨 0.00000037 +打掛け 0.00000009 +打撃 0.00001146 +打撲 0.00000037 +打数 0.00000083 +打時 0.00000009 +打楽 0.00000018 +打楽器 0.00000037 +打法 0.00000055 +打点 0.00000257 +打物 0.00000009 +打率 0.00000293 +打球 0.00000037 +打破 0.00000156 +打算 0.00000092 +打線 0.00000009 +打者 0.00000908 +打診 0.00000092 +打越 0.00000018 +打遣 0.00000018 +打開 0.00000138 +打電 0.00000018 +打順 0.00000018 +払 0.00008794 +払い 0.00000761 +払いのけ 0.00000009 +払い戻 0.00000046 +払い戻し 0.00000211 +払い落と 0.00000009 +払い込 0.00000037 +払い込み 0.00000009 +払え 0.00000449 +払えれ 0.00000009 +払しょく 0.00000055 +払わ 0.00000009 +払出 0.00000009 +払戻 0.00000046 +払拭 0.00000165 +払込 0.00000055 +払込み 0.00000009 +托鉢 0.00000009 +扮 0.00000211 +扮装 0.00000083 +扱 0.00005080 +扱い 0.00002714 +扱う 0.00000009 +扱え 0.00000202 +扶け 0.00000009 +扶助 0.00000156 +扶助論 0.00000009 +扶養 0.00000238 +批准 0.00000449 +批判 0.00006630 +批孔 0.00000009 +批林 0.00000009 +批評 0.00000697 +批難 0.00000028 +承 0.00000541 +承り 0.00000009 +承伏 0.00000009 +承知 0.00001476 +承継 0.00000009 +承認 0.00002228 +承諾 0.00000367 +技 0.00001779 +技あり 0.00000009 +技は 0.00000009 +技倆 0.00000009 +技官 0.00000018 +技巧 0.00000128 +技師 0.00000367 +技法 0.00000413 +技研 0.00000101 +技能 0.00001999 +技芸 0.00000064 +技術 0.00017653 +技量 0.00000174 +抄 0.00000028 +抄本 0.00000009 +抄録 0.00000009 +抉 0.00000009 +抉り出 0.00000009 +把 0.00000064 +把手 0.00000028 +把握 0.00001201 +把瑠 0.00000018 +抑うつ 0.00000064 +抑え 0.00002283 +抑えき 0.00000009 +抑えこ 0.00000046 +抑えつけ 0.00000092 +抑えろ 0.00000028 +抑え切れ 0.00000018 +抑え込 0.00000064 +抑さえ 0.00000028 +抑制 0.00001210 +抑圧 0.00000669 +抑揚 0.00000083 +抑止 0.00000110 +抑留 0.00000046 +抑鬱 0.00000018 +投 0.00000688 +投げ 0.00002375 +投げかけ 0.00000183 +投げこ 0.00000046 +投げだ 0.00000009 +投げつけ 0.00000248 +投げとば 0.00000009 +投げや 0.00000009 +投げやり 0.00000018 +投げれ 0.00000018 +投げろ 0.00000009 +投げ上げ 0.00000018 +投げ与え 0.00000028 +投げ付け 0.00000312 +投げ付けれ 0.00000009 +投げ付け合 0.00000009 +投げ倒 0.00000018 +投げ入れ 0.00000147 +投げ入れろ 0.00000009 +投げ出 0.00000578 +投げ出し 0.00000009 +投げ出せ 0.00000009 +投げ合 0.00000073 +投げ売 0.00000009 +投げ売り 0.00000009 +投げ戻 0.00000009 +投げ技 0.00000046 +投げ捨て 0.00000257 +投げ掛け 0.00000321 +投げ縄 0.00000009 +投げ落と 0.00000028 +投げ込 0.00000422 +投げ返 0.00000037 +投げ銭 0.00000009 +投げ飛ば 0.00000092 +投じ 0.00000128 +投てき 0.00000018 +投下 0.00001082 +投与 0.00000504 +投中 0.00000009 +投入 0.00000504 +投函 0.00000110 +投句 0.00000009 +投合 0.00000110 +投宿 0.00000018 +投影 0.00000211 +投手 0.00003558 +投書 0.00000330 +投棄 0.00000119 +投機 0.00000229 +投法 0.00000037 +投獄 0.00000128 +投球 0.00000376 +投目 0.00000018 +投石 0.00000092 +投票 0.00004145 +投稿 0.00001064 +投薬 0.00000174 +投資 0.00004649 +投足 0.00000028 +投降 0.00000009 +抗 0.00000981 +抗争 0.00000183 +抗体 0.00000092 +抗原 0.00000055 +抗寄生 0.00000009 +抗弁 0.00000018 +抗戦 0.00000028 +抗日 0.00000028 +抗生 0.00000559 +抗癌 0.00000174 +抗真菌 0.00000018 +抗肥満 0.00000009 +抗菌 0.00000128 +抗議 0.00002806 +抗酸 0.00000009 +抗鬱 0.00000092 +抗鬱薬 0.00000009 +折 0.00001210 +折々 0.00000174 +折しも 0.00000009 +折り 0.00000248 +折りおり 0.00000009 +折りたた 0.00000073 +折りまげ 0.00000009 +折り入 0.00000073 +折り合 0.00000055 +折り合い 0.00000119 +折り曲げ 0.00000037 +折り畳 0.00000202 +折り畳み 0.00000028 +折り畳め 0.00000018 +折り目 0.00000009 +折り紙 0.00000880 +折り込 0.00000018 +折り込み 0.00000018 +折り返 0.00000477 +折り返し 0.00000028 +折り重な 0.00000028 +折り重ね 0.00000009 +折り鶴 0.00000183 +折れ 0.00000917 +折れ合 0.00000009 +折半 0.00000046 +折山 0.00000018 +折形 0.00000009 +折柄 0.00000009 +折檻 0.00000009 +折紙 0.00000046 +折良 0.00000028 +折衝 0.00000037 +折衷 0.00000064 +折角 0.00000028 +折込 0.00000018 +折鶴 0.00000028 +抛り出 0.00000009 +抛棄 0.00000009 +抜 0.00003054 +抜か 0.00000037 +抜かり 0.00000037 +抜き 0.00000890 +抜きつ 0.00000018 +抜きん 0.00000009 +抜きんで 0.00000055 +抜きん出 0.00000018 +抜き出 0.00000083 +抜き去 0.00000018 +抜き取 0.00000092 +抜き差し 0.00000009 +抜き打ち 0.00000018 +抜き書き 0.00000009 +抜き身 0.00000018 +抜く 0.00000018 +抜け 0.00001596 +抜けだ 0.00000037 +抜けめ 0.00000009 +抜けれ 0.00000009 +抜け出 0.00001055 +抜け出せ 0.00000211 +抜け殻 0.00000009 +抜け毛 0.00000064 +抜け穴 0.00000009 +抜け落ち 0.00000046 +抜け道 0.00000110 +抜てき 0.00000183 +抜刀 0.00000009 +抜取 0.00000009 +抜擢 0.00000009 +抜本 0.00000156 +抜歯 0.00000046 +抜目 0.00000009 +抜粋 0.00000110 +抜糸 0.00000009 +抜群 0.00000459 +択一 0.00000009 +択捉 0.00000028 +披瀝 0.00000009 +披露 0.00002595 +抱 0.00005126 +抱え 0.00004649 +抱えあげ 0.00000009 +抱えこ 0.00000028 +抱え上げ 0.00000046 +抱え込 0.00000193 +抱かせ 0.00000009 +抱き 0.00000028 +抱きあ 0.00000018 +抱きかかえ 0.00000083 +抱きしめ 0.00000293 +抱きつ 0.00000119 +抱きつき 0.00000009 +抱きとめ 0.00000028 +抱き上げ 0.00000092 +抱き下ろ 0.00000018 +抱き合 0.00000211 +抱き合わせ 0.00000009 +抱き寄せ 0.00000018 +抱き止め 0.00000009 +抱き着 0.00000018 +抱き締め 0.00000321 +抱き起こ 0.00000009 +抱き込 0.00000028 +抱け 0.00000009 +抱っこ 0.00000101 +抱准 0.00000009 +抱擁 0.00000083 +抱月 0.00000073 +抱負 0.00000202 +抵当 0.00000092 +抵当流れ 0.00000009 +抵抗 0.00002082 +抵触 0.00000009 +抹殺 0.00000138 +抹消 0.00000046 +抹茶 0.00000183 +押 0.00002769 +押え 0.00000028 +押さえ 0.00000807 +押さえつけ 0.00000110 +押さえ付け 0.00000009 +押さえ込 0.00000046 +押し 0.00000706 +押しあけ 0.00000009 +押しあて 0.00000009 +押しかけ 0.00000009 +押しこ 0.00000046 +押しこみ 0.00000009 +押しこめ 0.00000009 +押しこらえ 0.00000009 +押しすすめ 0.00000028 +押しず 0.00000009 +押した 0.00000009 +押しっ 0.00000009 +押しつけ 0.00000119 +押しつぶ 0.00000165 +押しつぶそ 0.00000009 +押しとどめ 0.00000046 +押しのけ 0.00000110 +押しも 0.00000018 +押しもど 0.00000009 +押しや 0.00000183 +押し上が 0.00000009 +押し上げ 0.00000266 +押し下げ 0.00000018 +押し付け 0.00001000 +押し倒 0.00000037 +押し入 0.00000202 +押し入れ 0.00000083 +押し出 0.00000257 +押し出し 0.00000009 +押し分け 0.00000018 +押し切 0.00000119 +押し切り 0.00000009 +押し合 0.00000009 +押し合い 0.00000037 +押し売り 0.00000009 +押し寄せ 0.00000477 +押し屋 0.00000009 +押し広げ 0.00000018 +押し当て 0.00000046 +押し戻 0.00000083 +押し掛け 0.00000330 +押し止め 0.00000009 +押し殺 0.00000083 +押し流 0.00000156 +押し潰 0.00000018 +押し留め 0.00000009 +押し破 0.00000037 +押し縮め 0.00000009 +押し花 0.00000037 +押し葉 0.00000018 +押し込 0.00000468 +押し込み 0.00000046 +押し込め 0.00000156 +押し返 0.00000018 +押し退け 0.00000018 +押し通 0.00000101 +押し進 0.00000018 +押し進め 0.00000165 +押し開 0.00000009 +押し開け 0.00000055 +押し隠 0.00000009 +押し黙 0.00000028 +押せ 0.00000037 +押そ 0.00000009 +押なつ 0.00000037 +押井守 0.00000009 +押入 0.00000009 +押入れ 0.00000101 +押印 0.00000083 +押収 0.00000092 +押捺 0.00000064 +押流 0.00000009 +押込 0.00000018 +抽出 0.00000440 +抽斗 0.00000092 +抽象 0.00000559 +抽選 0.00000559 +担 0.00001284 +担い合 0.00000009 +担い手 0.00000092 +担え 0.00000018 +担ぎ 0.00000009 +担ぎだ 0.00000009 +担ぎ出 0.00000009 +担ぎ手 0.00000037 +担ぎ込 0.00000009 +担げ 0.00000009 +担任 0.00000202 +担保 0.00000339 +担保なし 0.00000009 +担夫 0.00000009 +担当 0.00006676 +担架 0.00000110 +拇指 0.00000009 +拈り 0.00000009 +拉致 0.00002274 +拉致犯 0.00000009 +拉薩 0.00000009 +拍 0.00000037 +拍動 0.00000018 +拍子 0.00000293 +拍手 0.00000890 +拍車 0.00000449 +拐 0.00000009 +拒 0.00000715 +拒み 0.00000009 +拒否 0.00003219 +拒絶 0.00000917 +拒食 0.00000101 +拓 0.00000064 +拓一 0.00000018 +拓也 0.00000037 +拓司 0.00000018 +拓哉 0.00000303 +拓実 0.00000009 +拓殖 0.00000037 +拓郎 0.00000028 +拓雄 0.00000009 +拘 0.00000018 +拘わ 0.00000018 +拘束 0.00001247 +拘泥 0.00000009 +拘留 0.00000495 +拘禁 0.00000055 +拘置 0.00000165 +拙 0.00000037 +拙僧 0.00000037 +拙劣 0.00000009 +拙宅 0.00000018 +拙寺 0.00000009 +拙書 0.00000018 +拙者 0.00000018 +拙速 0.00000028 +招 0.00003732 +招き 0.00000477 +招く 0.00000009 +招じ 0.00000018 +招び 0.00000009 +招ん 0.00000009 +招待 0.00003989 +招提寺 0.00000055 +招来 0.00000009 +招聘 0.00000238 +招致 0.00000138 +招請 0.00000009 +招請状 0.00000009 +招集 0.00000119 +拝 0.00000220 +拝み 0.00000009 +拝め 0.00000018 +拝ん 0.00000009 +拝借 0.00000083 +拝受 0.00000009 +拝受致 0.00000073 +拝啓 0.00000009 +拝察 0.00000009 +拝年 0.00000009 +拝聴 0.00000009 +拝見 0.00000477 +拝見致 0.00000009 +拝観 0.00000046 +拝謁 0.00000009 +拝金 0.00000101 +拝領 0.00000009 +拠 0.00000055 +拠り 0.00000028 +拠出 0.00000238 +拠点 0.00001146 +拡 0.00000028 +拡が 0.00000156 +拡がり 0.00000009 +拡げ 0.00000119 +拡充 0.00000046 +拡声 0.00000037 +拡大 0.00005410 +拡張 0.00000862 +拡張術 0.00000009 +拡散 0.00000275 +括 0.00000009 +括り 0.00000009 +括りつけ 0.00000009 +括弧 0.00000009 +拭 0.00000917 +拭い去 0.00000046 +拭え 0.00000009 +拭き 0.00000018 +拭きと 0.00000009 +拭き取 0.00000083 +拮抗 0.00000037 +拱廊 0.00000028 +拱門 0.00000009 +拳 0.00000587 +拳法 0.00000119 +拳銃 0.00000541 +拳闘 0.00000046 +拳骨 0.00000009 +拵え 0.00000064 +拷問 0.00000486 +拾 0.00000899 +拾い 0.00000083 +拾いあげ 0.00000018 +拾い上げ 0.00000202 +拾い上げん 0.00000009 +拾い集め 0.00000110 +拾え 0.00000046 +拾わ 0.00000009 +拾得 0.00000028 +拿捕 0.00000018 +持 0.00073866 +持ち 0.00001898 +持ちあが 0.00000028 +持ちあげ 0.00000009 +持ちかえ 0.00000046 +持ちかけ 0.00000174 +持ちが 0.00000009 +持ちきり 0.00000037 +持ちこ 0.00000064 +持ちこたえ 0.00000147 +持ちな 0.00000018 +持ちぬし 0.00000009 +持ちよ 0.00000009 +持ちよう 0.00000028 +持ち上が 0.00000220 +持ち上げ 0.00000990 +持ち上げれ 0.00000009 +持ち主 0.00001440 +持ち主な 0.00000009 +持ち備え 0.00000018 +持ち出 0.00000706 +持ち出し 0.00000055 +持ち出せ 0.00000028 +持ち分 0.00000009 +持ち切り 0.00000037 +持ち前 0.00000128 +持ち去 0.00000211 +持ち合 0.00000018 +持ち合い 0.00000009 +持ち合せ 0.00000018 +持ち合わせ 0.00000587 +持ち味 0.00000083 +持ち回り 0.00000046 +持ち場 0.00000147 +持ち変え 0.00000009 +持ち家 0.00000073 +持ち寄 0.00000092 +持ち寄り 0.00000028 +持ち寄り合 0.00000009 +持ち崩 0.00000009 +持ち帰 0.00000926 +持ち帰り 0.00000403 +持ち帰れ 0.00000018 +持ち得 0.00000009 +持ち手 0.00000009 +持ち掛け 0.00000055 +持ち札 0.00000009 +持ち来 0.00000009 +持ち株 0.00000073 +持ち歌 0.00000018 +持ち歩 0.00000660 +持ち歩け 0.00000028 +持ち物 0.00000348 +持ち直 0.00000073 +持ち腐 0.00000018 +持ち越 0.00000092 +持ち越せ 0.00000009 +持ち込 0.00001797 +持ち込み 0.00000193 +持ち込め 0.00000156 +持ち返 0.00000009 +持ち逃げ 0.00000028 +持ち運 0.00000073 +持ち運び 0.00000202 +持ち運べ 0.00000018 +持ち金 0.00000028 +持ち馬 0.00000009 +持ち駒 0.00000037 +持て 0.00001889 +持てなし 0.00000009 +持てれ 0.00000028 +持て余 0.00000055 +持主 0.00000028 +持久 0.00000009 +持久力 0.00000119 +持出 0.00000009 +持前 0.00000009 +持参 0.00000779 +持参人 0.00000009 +持参者 0.00000009 +持参金 0.00000055 +持合 0.00000009 +持味 0.00000028 +持家 0.00000046 +持株 0.00000018 +持物 0.00000018 +持病 0.00000037 +持統 0.00000009 +持続 0.00001045 +持論 0.00000101 +持込み 0.00000009 +指 0.00005200 +指さ 0.00000807 +指し 0.00000018 +指す 0.00000018 +指せ 0.00000009 +指ぬ 0.00000009 +指ぬき 0.00000009 +指事 0.00000009 +指令 0.00000266 +指側 0.00000009 +指先 0.00000211 +指全部 0.00000009 +指切 0.00000028 +指切り 0.00000018 +指南 0.00000073 +指名 0.00001256 +指向 0.00000092 +指図 0.00000193 +指圧 0.00000165 +指定 0.00002164 +指宿 0.00000018 +指導 0.00007951 +指小 0.00000018 +指差 0.00000083 +指弾 0.00000037 +指折り 0.00000083 +指揮 0.00001669 +指摘 0.00005310 +指数 0.00000385 +指標 0.00000284 +指洗い 0.00000009 +指点字 0.00000009 +指環 0.00000055 +指相撲 0.00000009 +指示 0.00002183 +指穴 0.00000009 +指突っ込 0.00000009 +指笛 0.00000009 +指紋 0.00000578 +指腸 0.00000009 +指貫 0.00000018 +指路 0.00000009 +指輪 0.00000789 +指針 0.00000367 +指関節 0.00000009 +按針 0.00000028 +挑 0.00000605 +挑み 0.00000028 +挑戦 0.00003796 +挑発 0.00000266 +挙 0.00000009 +挙が 0.00000193 +挙げ 0.00006456 +挙げつら 0.00000009 +挙げれ 0.00000165 +挙げろ 0.00000073 +挙げ句 0.00000028 +挙兵 0.00000009 +挙動 0.00000128 +挙句 0.00000018 +挙国 0.00000018 +挙式 0.00000330 +挙手 0.00000064 +挙措 0.00000009 +挟 0.00001137 +挟ま 0.00000073 +挟み 0.00000046 +挟み込 0.00000018 +挟み込み 0.00000009 +挨拶 0.00002338 +挫 0.00000046 +挫け 0.00000046 +挫傷 0.00000018 +挫折 0.00000486 +振 0.00002604 +振う 0.00000009 +振り 0.00000816 +振りおと 0.00000009 +振りおろ 0.00000009 +振りか 0.00000009 +振りかえ 0.00000083 +振りかか 0.00000018 +振りかけ 0.00000193 +振りかざ 0.00000028 +振りかぶ 0.00000018 +振りしぼ 0.00000009 +振りそで 0.00000009 +振りつけ 0.00000009 +振りほど 0.00000018 +振りま 0.00000092 +振りまわ 0.00000046 +振り上げ 0.00000174 +振り下げ 0.00000018 +振り下ろ 0.00000037 +振り付き 0.00000009 +振り付け 0.00000147 +振り出 0.00000009 +振り出し 0.00000092 +振り分け 0.00000028 +振り切 0.00000037 +振り動か 0.00000009 +振り向 0.00000403 +振り向か 0.00000055 +振り向き 0.00000064 +振り向け 0.00000028 +振り向こ 0.00000009 +振り回 0.00000385 +振り子 0.00000055 +振り払 0.00000055 +振り払え 0.00000009 +振り捨て 0.00000009 +振り掛け 0.00000055 +振り撒 0.00000009 +振り放 0.00000018 +振り替え 0.00000009 +振り立て 0.00000009 +振り絞 0.00000147 +振り落 0.00000009 +振り落と 0.00000092 +振り解 0.00000009 +振り込 0.00000211 +振り返 0.00002687 +振り返り 0.00000009 +振り返れ 0.00000009 +振る 0.00000798 +振るい 0.00000009 +振るえ 0.00000009 +振るま 0.00000028 +振るまい 0.00000073 +振る舞 0.00001009 +振る舞い 0.00001009 +振る舞え 0.00000101 +振れ 0.00000092 +振一郎 0.00000009 +振付 0.00000101 +振付け 0.00000018 +振出為替 0.00000009 +振動 0.00000394 +振子 0.00000138 +振幅 0.00000028 +振替 0.00000083 +振興 0.00000917 +振舞 0.00000138 +振舞い 0.00000037 +振舞え 0.00000009 +振袖 0.00000028 +振起 0.00000009 +振込 0.00000138 +振込み 0.00000009 +挺 0.00000009 +挺団 0.00000009 +挺子 0.00000018 +挽 0.00000083 +挽回 0.00000037 +挽歌 0.00000009 +挿 0.00000055 +挿さ 0.00000028 +挿し 0.00000028 +挿入 0.00000339 +挿入致 0.00000009 +挿画 0.00000018 +挿管 0.00000028 +挿絵 0.00000211 +挿話 0.00000046 +捉 0.00000018 +捉え 0.00000238 +捉えれ 0.00000018 +捉まえ 0.00000009 +捉ら 0.00000009 +捏造 0.00000037 +捕 0.00000532 +捕え 0.00000211 +捕かく 0.00000018 +捕ま 0.00001000 +捕まえ 0.00001871 +捕まえろ 0.00000009 +捕まり 0.00000009 +捕ら 0.00000073 +捕らえ 0.00000871 +捕らえれ 0.00000009 +捕らわれ 0.00000046 +捕り 0.00000028 +捕れ 0.00000092 +捕人 0.00000009 +捕囚 0.00000046 +捕手 0.00000367 +捕捉 0.00000083 +捕獲 0.00000715 +捕縛 0.00000009 +捕虜 0.00000624 +捕蝶 0.00000009 +捕蹄 0.00000009 +捕食 0.00000101 +捕食性 0.00000009 +捕鯨 0.00001513 +捗 0.00000009 +捜 0.00000752 +捜し 0.00000358 +捜し出 0.00000092 +捜す 0.00000028 +捜査 0.00002192 +捜索 0.00000743 +捧 0.00000037 +捧け 0.00000009 +捧げ 0.00000339 +捧げ物 0.00000009 +捨て 0.00004833 +捨てつ 0.00000009 +捨てれ 0.00000009 +捨てろ 0.00000083 +捨てん 0.00000018 +捨て去 0.00000193 +捨て子 0.00000037 +捨鉢 0.00000009 +捩 0.00000009 +捩じ 0.00000009 +据え 0.00000339 +据えつけ 0.00000009 +据え付け 0.00000046 +据え置 0.00000009 +据え置き 0.00000028 +据わ 0.00000046 +据置 0.00000009 +捲 0.00000110 +捲り上げ 0.00000009 +捲毛 0.00000009 +捲環 0.00000009 +捷昭 0.00000037 +捺印 0.00000055 +捻 0.00000009 +捻じ 0.00000009 +捻出 0.00000064 +捻挫 0.00000037 +掃 0.00000147 +掃き出 0.00000018 +掃射 0.00000028 +掃討 0.00000018 +掃部 0.00000018 +掃部関 0.00000009 +掃除 0.00002916 +授か 0.00000220 +授かりもの 0.00000018 +授け 0.00000413 +授与 0.00000853 +授乳 0.00000138 +授受 0.00000018 +授戒 0.00000009 +授業 0.00007428 +授産 0.00000009 +授粉 0.00000046 +授精 0.00000018 +授賞 0.00000642 +掌 0.00000083 +掌上 0.00000018 +掌中 0.00000028 +掌握 0.00000174 +掏り取 0.00000009 +排 0.00000385 +排せつ 0.00000138 +排他 0.00000202 +排便 0.00000018 +排出 0.00002338 +排卵 0.00000092 +排外 0.00000028 +排尿 0.00000009 +排斥 0.00000037 +排日 0.00000018 +排気 0.00000110 +排水 0.00000321 +排水口 0.00000018 +排煙 0.00000028 +排熱 0.00000018 +排膿 0.00000009 +排除 0.00000954 +排障 0.00000028 +掘 0.00000477 +掘っ立て 0.00000009 +掘り 0.00000037 +掘りう 0.00000009 +掘りおこ 0.00000009 +掘りかえ 0.00000018 +掘りごたつ 0.00000009 +掘りさげ 0.00000018 +掘りつけ 0.00000009 +掘り下げ 0.00000092 +掘り出 0.00000293 +掘り当て 0.00000009 +掘り起 0.00000009 +掘り起こ 0.00000101 +掘り返 0.00000064 +掘り返し 0.00000009 +掘り進 0.00000009 +掘れ 0.00000009 +掘削 0.00000165 +掘割 0.00000009 +掛か 0.00001055 +掛から 0.00000009 +掛かり 0.00000064 +掛かり付け 0.00000009 +掛け 0.00005841 +掛けあ 0.00000009 +掛けくぎ 0.00000009 +掛けろ 0.00000009 +掛け合 0.00000073 +掛け合い 0.00000018 +掛け合わせ 0.00000037 +掛け声 0.00000220 +掛け替え 0.00000220 +掛け橋 0.00000183 +掛け算 0.00000018 +掛け軸 0.00000009 +掛り合い 0.00000009 +掛声 0.00000009 +掛売買 0.00000009 +掛時計 0.00000009 +掛毛 0.00000009 +掛軸 0.00000092 +掟 0.00000110 +掠め 0.00000018 +掠奪 0.00000009 +採 0.00000449 +採り 0.00000055 +採りあげ 0.00000009 +採り上げ 0.00000028 +採り入れ 0.00000046 +採れ 0.00000193 +採光 0.00000037 +採取 0.00000853 +採寸 0.00000018 +採択 0.00000569 +採掘 0.00000202 +採掘場 0.00000009 +採決 0.00000220 +採火 0.00000028 +採点 0.00000128 +採用 0.00004759 +採用いただ 0.00000009 +採算 0.00000165 +採血 0.00000073 +採譜 0.00000009 +採金 0.00000018 +採鉱 0.00000028 +採録 0.00000028 +採集 0.00000211 +探 0.00011609 +探し 0.00001742 +探しあて 0.00000009 +探しまわ 0.00000018 +探し出 0.00000321 +探し出せ 0.00000009 +探し物 0.00000009 +探す 0.00000018 +探せ 0.00000037 +探り 0.00000083 +探り合 0.00000009 +探偵 0.00001247 +探吉 0.00000009 +探査 0.00001559 +探検 0.00000743 +探求 0.00000477 +探知 0.00000358 +探究 0.00000284 +探策 0.00000009 +探索 0.00000697 +探訪 0.00000055 +探鉱 0.00000009 +探険 0.00000083 +接 0.00002476 +接ぎ 0.00000028 +接収 0.00000055 +接受 0.00000009 +接合 0.00000028 +接吻 0.00000156 +接客 0.00000348 +接尾 0.00000018 +接待 0.00000605 +接戦 0.00000266 +接点 0.00000156 +接眼 0.00000009 +接着 0.00000083 +接種 0.00001265 +接続 0.00002109 +接線 0.00000009 +接致 0.00000009 +接見 0.00000018 +接触 0.00001348 +接近 0.00000495 +接頭 0.00000009 +接骨 0.00000009 +控え 0.00001174 +控えめ 0.00001045 +控えれ 0.00000009 +控えろ 0.00000018 +控え目 0.00000009 +控室 0.00000037 +控訴 0.00000119 +控間 0.00000009 +控除 0.00000128 +推 0.00000037 +推こう 0.00000009 +推し 0.00000009 +推し測 0.00000009 +推し進め 0.00000211 +推し量 0.00000055 +推力 0.00000018 +推参 0.00000009 +推古 0.00000037 +推奨 0.00000514 +推奨値 0.00000009 +推定 0.00001761 +推察 0.00000055 +推敲 0.00000018 +推測 0.00001045 +推理 0.00000779 +推移 0.00000193 +推薦 0.00000871 +推薦状 0.00000009 +推計 0.00000284 +推論 0.00000238 +推進 0.00002118 +推選 0.00000009 +推量 0.00000064 +掩 0.00000018 +措 0.00000009 +措置 0.00002256 +掬月 0.00000009 +掲げ 0.00001421 +掲げれ 0.00000018 +掲揚 0.00000092 +掲示 0.00000789 +掲載 0.00004347 +掴 0.00000238 +掴ま 0.00000009 +掴まえ 0.00000009 +掴み 0.00000009 +掴め 0.00000009 +掻 0.00000238 +掻き 0.00000028 +掻きむし 0.00000018 +掻き上げ 0.00000009 +掻き出 0.00000009 +掻き立て 0.00000018 +掻き込 0.00000009 +掻爬 0.00000009 +揃 0.00000202 +揃い 0.00000018 +揃え 0.00000046 +揉 0.00000064 +揉み合 0.00000018 +揉み合い 0.00000009 +揉み合せ 0.00000009 +揉め 0.00000110 +揉め事 0.00000018 +描 0.00010592 +描き 0.00000055 +描きこみ 0.00000009 +描き上げ 0.00000009 +描き出 0.00000202 +描き手 0.00000009 +描き換え 0.00000009 +描き直 0.00000028 +描き込 0.00000037 +描く 0.00000009 +描け 0.00000138 +描写 0.00000734 +描出 0.00000009 +描画 0.00000018 +描線 0.00000009 +提供 0.00012664 +提出 0.00003851 +提唱 0.00000624 +提携 0.00001311 +提案 0.00005814 +提灯 0.00000046 +提琴 0.00000037 +提督 0.00000321 +提示 0.00001128 +提言 0.00000367 +提訴 0.00000119 +提議 0.00000046 +提起 0.00000413 +揚 0.00000009 +揚々 0.00000110 +揚が 0.00000092 +揚げ 0.00000981 +揚げかす 0.00000009 +揚げ句 0.00000064 +揚げ油 0.00000018 +揚げ物 0.00000110 +揚げ足 0.00000009 +揚力 0.00000009 +揚句 0.00000009 +揚子 0.00000009 +揚子江 0.00000009 +揚揚 0.00000018 +換え 0.00000358 +換えっこ 0.00000009 +換えれ 0.00000028 +換気 0.00000156 +換気扇 0.00000046 +換算 0.00000174 +換術 0.00000018 +換言 0.00000028 +換金 0.00000083 +握 0.00002531 +握り 0.00000303 +握りかえ 0.00000009 +握りしめ 0.00000257 +握りつぶ 0.00000018 +握り合 0.00000037 +握り合せ 0.00000009 +握り合わせ 0.00000009 +握り締め 0.00000110 +握り返 0.00000018 +握り飯 0.00000009 +握れ 0.00000092 +握力 0.00000037 +握手 0.00000871 +揮発 0.00000028 +援助 0.00005034 +援募 0.00000009 +援護 0.00000110 +援軍 0.00000193 +揶揄 0.00000073 +揺 0.00000202 +揺さ 0.00000009 +揺さぶ 0.00000358 +揺す 0.00000110 +揺すぶ 0.00000018 +揺ら 0.00000459 +揺らぎ 0.00000028 +揺らめ 0.00000092 +揺り 0.00000101 +揺りかご 0.00000037 +揺り動か 0.00000028 +揺り籠 0.00000009 +揺り起こ 0.00000009 +揺る 0.00000174 +揺るが 0.00000037 +揺るぎな 0.00000119 +揺れ 0.00001302 +揺れ出 0.00000009 +揺れ動 0.00000202 +揺振 0.00000028 +揺籃 0.00000009 +揺集 0.00000009 +損 0.00001000 +損々 0.00000018 +損う 0.00000009 +損じ 0.00000018 +損な 0.00000853 +損ね 0.00000293 +損の 0.00000018 +損保 0.00000018 +損傷 0.00001394 +損壊 0.00000128 +損失 0.00001293 +損害 0.00001449 +損得 0.00000046 +損気 0.00000009 +損益 0.00000055 +損耗 0.00000009 +搬 0.00000018 +搬入 0.00000028 +搬出 0.00000009 +搬送 0.00000211 +搭 0.00000046 +搭乗 0.00000715 +搭乗券 0.00000037 +搭乗口 0.00000028 +搭乗員 0.00000018 +搭乗手続き 0.00000018 +搭載 0.00001165 +携 0.00000046 +携え 0.00000165 +携わ 0.00001376 +携割 0.00000009 +携帯 0.00012022 +携行 0.00000037 +搾 0.00000083 +搾り出 0.00000018 +搾り取 0.00000055 +搾乳 0.00000018 +搾取 0.00000275 +搾汁 0.00000009 +搾油 0.00000009 +摂 0.00000688 +摂れ 0.00000009 +摂動 0.00000009 +摂取 0.00001073 +摂取量 0.00000101 +摂政 0.00000028 +摂氏 0.00000037 +摂理 0.00000110 +摂生 0.00000009 +摂食 0.00000028 +摘 0.00000275 +摘み 0.00000028 +摘みと 0.00000018 +摘み取 0.00000083 +摘め 0.00000009 +摘出 0.00000110 +摘出手 0.00000009 +摘出術 0.00000009 +摘発 0.00000183 +摘術 0.00000018 +摩周 0.00000009 +摩天 0.00000174 +摩擦 0.00000679 +摩滅 0.00000018 +摩訶 0.00000037 +摸造 0.00000009 +摺 0.00000055 +摺り 0.00000018 +摺師 0.00000009 +摺鉢山 0.00000009 +撃 0.00001623 +撃ち 0.00000147 +撃ちかえ 0.00000018 +撃ちこ 0.00000018 +撃ちころ 0.00000009 +撃ち上げ 0.00000009 +撃ち倒 0.00000009 +撃ち合 0.00000009 +撃ち合い 0.00000073 +撃ち殺 0.00000138 +撃ち落 0.00000009 +撃ち込 0.00000055 +撃ち返 0.00000009 +撃墜 0.00000009 +撃滅 0.00000018 +撃破 0.00000028 +撃退 0.00000147 +撃鉄 0.00000028 +撒 0.00000046 +撒き 0.00000009 +撒き散ら 0.00000018 +撚 0.00000009 +撚糸 0.00000009 +撞木 0.00000028 +撤兵 0.00000018 +撤去 0.00000385 +撤収 0.00000028 +撤回 0.00000238 +撤廃 0.00000358 +撤退 0.00001000 +撥 0.00000018 +撥ね 0.00000028 +撥水 0.00000009 +撫 0.00000028 +撫で 0.00000037 +撫子 0.00000092 +撫順 0.00000028 +播 0.00000009 +播山 0.00000009 +播戸 0.00000018 +播磨 0.00000018 +撮 0.00003558 +撮っ 0.00000009 +撮ら 0.00000009 +撮り 0.00000083 +撮り直 0.00000018 +撮り直し 0.00000009 +撮れ 0.00000165 +撮像 0.00000018 +撮影 0.00004842 +撰 0.00000037 +撲 0.00000009 +撲殺 0.00000018 +撲滅 0.00000559 +擁 0.00000202 +擁立 0.00000037 +擁護 0.00000825 +操 0.00000660 +操つ 0.00000009 +操り 0.00000055 +操れ 0.00000073 +操作 0.00002137 +操作用 0.00000009 +操業 0.00000174 +操縦 0.00000642 +操舵 0.00000046 +操船 0.00000009 +操車 0.00000009 +擦 0.00000284 +擦っ 0.00000009 +擦り 0.00000055 +擦りこ 0.00000009 +擦りむ 0.00000046 +擦りむけ 0.00000009 +擦り切 0.00000009 +擦り切り 0.00000009 +擦り切れ 0.00000128 +擦り合わせ 0.00000009 +擦り寄 0.00000009 +擦り抜け 0.00000064 +擦り減ら 0.00000018 +擦り込 0.00000073 +擦れ 0.00000009 +擦れ違 0.00000138 +擦れ違い 0.00000055 +擦れ違いざま 0.00000009 +擬 0.00000018 +擬人 0.00000110 +擬古 0.00000018 +擬声 0.00000009 +擬情 0.00000009 +擬態 0.00000018 +擬音 0.00000064 +攀 0.00000009 +攪乳 0.00000018 +支 0.00000348 +支え 0.00003531 +支え合 0.00000073 +支倉 0.00000009 +支像 0.00000009 +支出 0.00000798 +支刀 0.00000028 +支局 0.00000156 +支店 0.00000587 +支度 0.00000440 +支弁 0.00000064 +支所 0.00000009 +支払 0.00007144 +支払い 0.00002916 +支払え 0.00000119 +支払わ 0.00000018 +支払料 0.00000009 +支払日 0.00000009 +支持 0.00007299 +支援 0.00009748 +支柱 0.00000092 +支流 0.00000037 +支点 0.00000009 +支社 0.00000614 +支笏 0.00000009 +支索 0.00000028 +支給 0.00001275 +支線 0.00000073 +支道 0.00000009 +支那 0.00000018 +支部 0.00000422 +支配 0.00006062 +支障 0.00000403 +支離 0.00000092 +改ざん 0.00000055 +改ま 0.00000083 +改む 0.00000009 +改め 0.00000605 +改めて 0.00000348 +改めろ 0.00000009 +改作 0.00000009 +改修 0.00000605 +改名 0.00000156 +改善 0.00004374 +改変 0.00000055 +改姓 0.00000009 +改宗 0.00000174 +改定 0.00000174 +改心 0.00000092 +改憲 0.00000028 +改新 0.00000018 +改暦 0.00000018 +改札 0.00000303 +改正 0.00001972 +改称 0.00000092 +改築 0.00000248 +改組 0.00000009 +改編 0.00000009 +改良 0.00001256 +改良種 0.00000009 +改葬 0.00000009 +改行 0.00000018 +改装 0.00000257 +改訂 0.00000202 +改訳 0.00000028 +改質 0.00000018 +改造 0.00000587 +改選 0.00000037 +改革 0.00003769 +攻め 0.00000459 +攻め合 0.00000009 +攻め立て 0.00000018 +攻め落と 0.00000009 +攻め込 0.00000046 +攻勢 0.00000119 +攻城 0.00000009 +攻守 0.00000018 +攻撃 0.00007373 +攻殻 0.00000009 +攻毒 0.00000009 +攻略 0.00000110 +攻防 0.00000055 +放 0.00002934 +放し 0.00000083 +放せ 0.00000037 +放っ 0.00000018 +放つ 0.00000009 +放り 0.00000156 +放りこ 0.00000037 +放り上げ 0.00000028 +放り出 0.00000257 +放り捨て 0.00000009 +放り込 0.00000110 +放れ 0.00000009 +放中 0.00000009 +放任 0.00000037 +放免 0.00000110 +放出 0.00000587 +放埒 0.00000028 +放埓 0.00000009 +放射 0.00001614 +放心 0.00000046 +放念 0.00000009 +放擲 0.00000009 +放散 0.00000018 +放映 0.00001394 +放校 0.00000009 +放棄 0.00001119 +放水 0.00000037 +放水路 0.00000009 +放流 0.00000193 +放浪 0.00000257 +放火 0.00000183 +放熱 0.00000018 +放牧 0.00000055 +放物 0.00000028 +放縦 0.00000037 +放置 0.00000669 +放蕩 0.00000083 +放課 0.00000284 +放送 0.00006126 +放逐 0.00000028 +放電 0.00000028 +放題 0.00000532 +放鳥 0.00000073 +政 0.00000018 +政争 0.00000037 +政令 0.00000037 +政体 0.00000073 +政党 0.00001807 +政冷 0.00000018 +政務 0.00000128 +政変 0.00000037 +政夫 0.00000018 +政子 0.00000018 +政孝 0.00000009 +政宗 0.00000064 +政局 0.00000064 +政府 0.00031775 +政情 0.00000110 +政教 0.00000037 +政敵 0.00000083 +政権 0.00005970 +政治 0.00015626 +政男 0.00000018 +政界 0.00000440 +政略 0.00000018 +政策 0.00006135 +政経 0.00000009 +政調 0.00000009 +政談 0.00000009 +政財界 0.00000083 +故 0.00001541 +故事 0.00000009 +故人 0.00000257 +故国 0.00000211 +故宮 0.00000028 +故意 0.00000266 +故殺 0.00000009 +故裕仁 0.00000009 +故郷 0.00002751 +故障 0.00000890 +敏 0.00000046 +敏光 0.00000009 +敏夫 0.00000009 +敏感 0.00001146 +敏感肌 0.00000018 +敏捷 0.00000147 +敏晃 0.00000009 +敏朗 0.00000009 +敏樹 0.00000009 +敏活 0.00000009 +敏腕 0.00000009 +敏英 0.00000046 +敏速 0.00000055 +敏郎 0.00000083 +敏雄 0.00000046 +救 0.00003925 +救い 0.00000743 +救いだ 0.00000009 +救い出 0.00000229 +救う 0.00000018 +救え 0.00000275 +救えれ 0.00000018 +救け 0.00000009 +救け出 0.00000009 +救世 0.00000110 +救出 0.00000541 +救助 0.00001302 +救命 0.00000321 +救急 0.00001275 +救援 0.00000688 +救済 0.00001082 +救缶 0.00000009 +救護 0.00000147 +救貧 0.00000055 +救難 0.00000046 +敗 0.00000358 +敗け 0.00000037 +敗れ 0.00001091 +敗れれ 0.00000028 +敗れ去 0.00000009 +敗北 0.00000669 +敗北国 0.00000009 +敗因 0.00000037 +敗戦 0.00000459 +敗戦後 0.00000083 +敗残 0.00000018 +敗目 0.00000009 +敗者 0.00000248 +敗色 0.00000037 +敗血症 0.00000018 +敗訴 0.00000037 +敗走 0.00000073 +敗退 0.00000101 +教 0.00005475 +教え 0.00022247 +教えさと 0.00000009 +教えら 0.00000009 +教えれ 0.00000046 +教えろ 0.00000009 +教え子 0.00000266 +教え諭 0.00000018 +教え込 0.00000193 +教わ 0.00000633 +教会 0.00004897 +教会員 0.00000018 +教信 0.00000073 +教信仰 0.00000009 +教側 0.00000009 +教元 0.00000009 +教典 0.00000009 +教則 0.00000009 +教務 0.00000009 +教化 0.00000018 +教区 0.00000128 +教卓 0.00000009 +教原理 0.00000028 +教司 0.00000009 +教員 0.00000651 +教唆 0.00000009 +教団 0.00000238 +教国 0.00000055 +教壇 0.00000092 +教子 0.00000009 +教学 0.00000009 +教官 0.00000165 +教宣 0.00000009 +教室 0.00004108 +教室内 0.00000009 +教寺 0.00000009 +教師 0.00009344 +教徒 0.00000569 +教戒 0.00000009 +教授 0.00007822 +教書 0.00000110 +教本 0.00000009 +教材 0.00001440 +教条 0.00000009 +教案 0.00000009 +教母 0.00000028 +教狂 0.00000009 +教王 0.00000009 +教理 0.00000028 +教界 0.00000009 +教的 0.00000009 +教皇 0.00000853 +教示 0.00000037 +教祖 0.00000119 +教科 0.00002082 +教系 0.00000018 +教練 0.00000046 +教義 0.00000257 +教習 0.00000128 +教職 0.00000147 +教職員 0.00000211 +教育 0.00017029 +教至上 0.00000009 +教訓 0.00001073 +教諭 0.00000009 +教鞭 0.00000174 +教頭 0.00000064 +教養 0.00000853 +敢 0.00000037 +敢え 0.00000055 +敢然 0.00000037 +敢行 0.00000046 +散 0.00000789 +散々 0.00000211 +散ら 0.00000193 +散らか 0.00000468 +散らす 0.00000009 +散らば 0.00000330 +散り 0.00000009 +散りばめ 0.00000009 +散り散り 0.00000055 +散る 0.00000009 +散れ 0.00000009 +散乱 0.00000202 +散会 0.00000018 +散剤 0.00000009 +散在 0.00000138 +散布 0.00000101 +散弾 0.00000018 +散文 0.00000046 +散歩 0.00001596 +散歩道 0.00000018 +散水 0.00000018 +散漫 0.00000046 +散発 0.00000046 +散瞳 0.00000009 +散策 0.00000312 +散華 0.00000037 +散見 0.00000009 +散財 0.00000018 +散開 0.00000009 +散骨 0.00000037 +散髪 0.00000064 +敦 0.00000046 +敦也 0.00000183 +敦士 0.00000018 +敦子 0.00000028 +敦煌 0.00000009 +敦賀 0.00000037 +敬 0.00000403 +敬い 0.00000009 +敬けん 0.00000119 +敬三 0.00000018 +敬之 0.00000009 +敬具 0.00000055 +敬史 0.00000018 +敬太 0.00000018 +敬子 0.00000018 +敬復 0.00000009 +敬意 0.00001394 +敬愛 0.00000110 +敬服 0.00000028 +敬礼 0.00000110 +敬神 0.00000018 +敬称 0.00000083 +敬老 0.00000183 +敬虔 0.00000202 +敬語 0.00000798 +敬遠 0.00000238 +数 0.00041734 +数々 0.00002256 +数え 0.00002293 +数える 0.00000009 +数えれ 0.00000009 +数え上げ 0.00000018 +数え切れ 0.00000009 +数え直 0.00000009 +数え直し 0.00000009 +数の子 0.00000037 +数丁 0.00000009 +数件 0.00000009 +数例 0.00000018 +数値 0.00000385 +数分 0.00000018 +数列 0.00000009 +数十 0.00001513 +数千 0.00001458 +数取 0.00000009 +数名 0.00000147 +数多 0.00000009 +数奇 0.00000046 +数字 0.00002678 +数学 0.00001889 +数寄 0.00000009 +数寄屋 0.00000119 +数州 0.00000009 +数度 0.00000073 +数式 0.00000055 +数房 0.00000009 +数打 0.00000009 +数曲 0.00000009 +数本 0.00000083 +数校 0.00000018 +数次 0.00000055 +数歩 0.00000055 +数段 0.00000009 +数滴 0.00000009 +数点 0.00000018 +数独 0.00000046 +数珠 0.00000055 +数珠玉 0.00000009 +数球 0.00000009 +数球団 0.00000009 +数理 0.00000009 +数発 0.00000018 +数百 0.00001559 +数種 0.00000018 +数紙 0.00000009 +数組 0.00000018 +数編 0.00000009 +数羽 0.00000009 +数行 0.00000028 +数言 0.00000009 +数詞 0.00000018 +数語 0.00000018 +数足 0.00000009 +数量 0.00000312 +数限 0.00000009 +数頭 0.00000018 +数頭立て 0.00000009 +敲 0.00000018 +敲き 0.00000009 +整 0.00001192 +整え 0.00001357 +整えれ 0.00000009 +整体 0.00000220 +整備 0.00001321 +整列 0.00000064 +整合 0.00000037 +整地 0.00000009 +整形 0.00000532 +整復 0.00000009 +整流 0.00000009 +整然 0.00000165 +整理 0.00001036 +整脈 0.00000073 +整腸 0.00000028 +整頓 0.00000128 +整骨 0.00000009 +整髪 0.00000037 +敵 0.00004356 +敵中 0.00000009 +敵側 0.00000009 +敵兵 0.00000028 +敵国 0.00000183 +敵地 0.00000055 +敵対 0.00000706 +敵役 0.00000028 +敵意 0.00000367 +敵手 0.00000046 +敵方 0.00000028 +敵機 0.00000009 +敵艦 0.00000009 +敵襲 0.00000009 +敵視 0.00000110 +敵討ち 0.00000009 +敵軍 0.00000092 +敵陣 0.00000046 +敷 0.00001036 +敷き 0.00000147 +敷きつめ 0.00000028 +敷き直 0.00000009 +敷き詰め 0.00000055 +敷地 0.00000761 +敷居 0.00000083 +敷布 0.00000046 +敷物 0.00000046 +敷石 0.00000147 +敷設 0.00000128 +敷跡 0.00000009 +敷金 0.00000523 +斃 0.00000018 +斃れ 0.00000028 +文 0.00001614 +文なし 0.00000018 +文一 0.00000009 +文中 0.00000092 +文京 0.00000028 +文人 0.00000028 +文仁 0.00000028 +文体 0.00000174 +文例 0.00000028 +文具 0.00000110 +文判 0.00000092 +文化 0.00037121 +文化学 0.00000009 +文句 0.00002678 +文型 0.00000018 +文壇 0.00000028 +文士 0.00000028 +文子 0.00000037 +文字 0.00005805 +文学 0.00002430 +文學 0.00000009 +文官 0.00000018 +文庫 0.00000119 +文彦 0.00000009 +文律 0.00000009 +文房 0.00000275 +文才 0.00000037 +文明 0.00001981 +文晁 0.00000009 +文書 0.00002164 +文末 0.00000009 +文枝 0.00000028 +文楽 0.00000229 +文様 0.00000092 +文武 0.00000028 +文殊 0.00000009 +文民 0.00000101 +文法 0.00001201 +文烈 0.00000009 +文無し 0.00000018 +文物 0.00000037 +文献 0.00000303 +文盲者 0.00000009 +文禄 0.00000009 +文科 0.00000083 +文章 0.00002375 +文章題 0.00000009 +文筆 0.00000009 +文節 0.00000046 +文系 0.00000037 +文脈 0.00000312 +文花 0.00000018 +文芸 0.00000220 +文藝 0.00000009 +文言 0.00000064 +文訳 0.00000009 +文語 0.00000028 +文豪 0.00000064 +文通 0.00000422 +文遣 0.00000009 +文部 0.00000935 +文鎮 0.00000028 +文隆 0.00000009 +文雄 0.00000037 +文集 0.00000018 +文面 0.00000128 +文革 0.00000028 +斉唱 0.00000064 +斉昭 0.00000028 +斉木 0.00000009 +斉藤 0.00000101 +斎 0.00000009 +斎場 0.00000018 +斎揚 0.00000009 +斎木 0.00000009 +斎藤 0.00000514 +斑 0.00000064 +斑々 0.00000009 +斑ら 0.00000018 +斑入り 0.00000009 +斑点 0.00000193 +斑猫 0.00000009 +斑紋 0.00000028 +斑鳩 0.00000018 +斗煥 0.00000009 +料 0.00005951 +料亭 0.00000092 +料率 0.00000009 +料理 0.00019404 +料込み 0.00000037 +料金 0.00004466 +料金込み 0.00000009 +料金額 0.00000009 +斜 0.00000092 +斜め 0.00000211 +斜め切り 0.00000018 +斜体 0.00000018 +斜度 0.00000009 +斜辺 0.00000009 +斜陽 0.00000064 +斜面 0.00000541 +斟酌 0.00000009 +斤 0.00000018 +斥け 0.00000009 +斥候 0.00000018 +斧 0.00000871 +斬 0.00000009 +斬りつけ 0.00000037 +斬り捨て 0.00000009 +斬り落と 0.00000018 +斬新 0.00000403 +断 0.00003136 +断ち切 0.00000248 +断ち切れ 0.00000028 +断つ 0.00000009 +断り 0.00000825 +断れ 0.00000119 +断わ 0.00000128 +断わり 0.00000018 +断トツ 0.00000009 +断乳 0.00000009 +断交 0.00000009 +断固 0.00000468 +断定 0.00000202 +断層 0.00000092 +断崖 0.00000202 +断念 0.00000385 +断末 0.00000028 +断水 0.00000018 +断然 0.00000211 +断熱 0.00000238 +断片 0.00000238 +断種 0.00000009 +断絶 0.00000128 +断続 0.00000073 +断線 0.00000009 +断罪 0.00000018 +断腸 0.00000028 +断行 0.00000046 +断裂 0.00000009 +断言 0.00000844 +断言致 0.00000009 +断酒 0.00000018 +断面 0.00000073 +断食 0.00000330 +断髪 0.00000037 +斯 0.00000018 +新 0.00015369 +新し 0.00041220 +新た 0.00008097 +新ら 0.00000037 +新中型 0.00000009 +新中華 0.00000009 +新丸の内 0.00000009 +新之助 0.00000028 +新事実 0.00000018 +新井 0.00000092 +新人 0.00001073 +新人王 0.00000037 +新任 0.00000092 +新作 0.00000624 +新元 0.00000018 +新党 0.00000165 +新党首 0.00000009 +新入 0.00000798 +新入り 0.00000046 +新八 0.00000018 +新兵 0.00000055 +新内 0.00000009 +新内装 0.00000018 +新内野 0.00000009 +新冠 0.00000009 +新刀 0.00000018 +新刊 0.00000165 +新制服 0.00000009 +新勝 0.00000028 +新勝寺 0.00000083 +新北九州 0.00000018 +新卒 0.00000202 +新参 0.00000028 +新参者 0.00000064 +新古 0.00000018 +新右衛門 0.00000009 +新司 0.00000018 +新味 0.00000009 +新品 0.00000284 +新喜劇 0.00000009 +新嘗 0.00000009 +新地 0.00000009 +新地下 0.00000009 +新型 0.00001641 +新垣 0.00000055 +新報 0.00000009 +新境地 0.00000009 +新天地 0.00000009 +新太郎 0.00000046 +新奇 0.00000046 +新妻 0.00000055 +新婚 0.00000660 +新婦 0.00000688 +新媒体 0.00000009 +新宇宙 0.00000018 +新宮 0.00000046 +新家賃 0.00000009 +新宿 0.00001972 +新局面 0.00000009 +新居 0.00000174 +新山 0.00000009 +新島 0.00000037 +新州 0.00000009 +新巻 0.00000009 +新平 0.00000119 +新平家 0.00000009 +新年 0.00001623 +新庄 0.00000587 +新惑星 0.00000101 +新憲 0.00000009 +新憲法 0.00000009 +新成人 0.00000018 +新手 0.00000028 +新手法 0.00000037 +新技法 0.00000009 +新撰 0.00000064 +新教 0.00000018 +新新 0.00000009 +新日 0.00000009 +新日鉄 0.00000037 +新日鉄堺 0.00000018 +新旧 0.00000119 +新星 0.00000073 +新春 0.00000037 +新暦 0.00000009 +新曲 0.00000284 +新書 0.00000009 +新月 0.00000064 +新本社 0.00000009 +新札 0.00000055 +新来 0.00000037 +新株 0.00000009 +新案 0.00000018 +新標準 0.00000009 +新橋 0.00000147 +新次元 0.00000018 +新欧州 0.00000018 +新水族 0.00000009 +新治安 0.00000009 +新法 0.00000440 +新津 0.00000018 +新派 0.00000037 +新渡戸 0.00000092 +新港 0.00000009 +新潟 0.00001100 +新潟産 0.00000009 +新潮 0.00000028 +新燃岳 0.00000009 +新版 0.00000028 +新玉 0.00000018 +新王国朝 0.00000009 +新球団 0.00000092 +新球団名 0.00000009 +新球団設立 0.00000009 +新生 0.00000486 +新田 0.00000037 +新町 0.00000009 +新界 0.00000028 +新皇太子 0.00000009 +新盛 0.00000018 +新着 0.00000009 +新着想 0.00000009 +新社 0.00000009 +新税 0.00000018 +新種 0.00000248 +新管制 0.00000028 +新築 0.00000193 +新米 0.00000229 +新約 0.00000064 +新緑 0.00000092 +新線 0.00000018 +新編 0.00000009 +新羅 0.00000037 +新美容 0.00000018 +新聞 0.00009326 +新興 0.00000697 +新興国 0.00000110 +新興成 0.00000009 +新航路 0.00000009 +新色 0.00000028 +新芽 0.00000028 +新茶 0.00000046 +新華 0.00000055 +新著 0.00000064 +新薬 0.00000449 +新藤 0.00000018 +新装 0.00000018 +新見 0.00000028 +新規 0.00001018 +新規定 0.00000009 +新規格 0.00000037 +新設 0.00000330 +新設校 0.00000018 +新設計 0.00000018 +新訳 0.00000018 +新語 0.00000046 +新調 0.00000028 +新譜 0.00000037 +新議案 0.00000009 +新車 0.00000422 +新進 0.00000147 +新道路 0.00000009 +新郎 0.00000578 +新都 0.00000009 +新都庁 0.00000018 +新酒 0.00000083 +新鋭 0.00000110 +新間 0.00000009 +新陳 0.00000110 +新雪 0.00000009 +新顔 0.00000083 +新風 0.00000028 +新館 0.00000073 +新香 0.00000028 +新鮮 0.00001880 +新鮮味 0.00000018 +新^ 0.00000009 +方 0.00076470 +方々 0.00002531 +方ぁ 0.00000009 +方ヘ 0.00000009 +方位 0.00000083 +方便 0.00000046 +方優先 0.00000009 +方向 0.00004558 +方向け 0.00000009 +方変 0.00000018 +方変え 0.00000009 +方庭 0.00000028 +方式 0.00001926 +方形 0.00000028 +方方 0.00000018 +方正 0.00000018 +方法 0.00019817 +方用 0.00000009 +方略 0.00000009 +方眼線 0.00000009 +方知 0.00000009 +方程 0.00000238 +方策 0.00000550 +方見 0.00000018 +方角 0.00000376 +方言 0.00000440 +方買 0.00000009 +方達 0.00000046 +方針 0.00002201 +方陣 0.00000018 +方集中 0.00000009 +方面 0.00000697 +方^ 0.00000009 +於 0.00000037 +於大 0.00000009 +於継 0.00000009 +施 0.00001018 +施し 0.00000174 +施せ 0.00000028 +施工 0.00000064 +施政 0.00000028 +施条 0.00000009 +施療 0.00000018 +施策 0.00000220 +施行 0.00001055 +施術 0.00000092 +施設 0.00007254 +施錠 0.00000028 +旅 0.00006960 +旅の 0.00000009 +旅ゆ 0.00000009 +旅人 0.00000669 +旅仲間 0.00000018 +旅先 0.00000101 +旅券 0.00000541 +旅回り 0.00000028 +旅好き 0.00000009 +旅客 0.00000871 +旅心 0.00000018 +旅情 0.00000028 +旅慣れ 0.00000018 +旅本 0.00000009 +旅程 0.00000101 +旅立 0.00000550 +旅立ち 0.00000101 +旅立て 0.00000018 +旅芸 0.00000037 +旅芸人 0.00000009 +旅行 0.00018808 +旅費 0.00000220 +旅路 0.00000147 +旅館 0.00001467 +旅馬車 0.00000009 +旋 0.00000018 +旋回 0.00000119 +旋律 0.00000073 +旋条 0.00000009 +旋盤 0.00000055 +旋頭 0.00000009 +旋風 0.00000073 +族 0.00001761 +族譜 0.00000009 +族長 0.00000009 +旗 0.00001311 +旗印 0.00000046 +旗台 0.00000009 +旗幟 0.00000018 +旗手 0.00000092 +旗持ち 0.00000009 +旗揚げ 0.00000073 +旗竿 0.00000018 +旗色 0.00000009 +旗面 0.00000009 +既 0.00000174 +既に 0.00000697 +既刊 0.00000009 +既婚 0.00000431 +既存 0.00000798 +既定 0.00000028 +既往 0.00000046 +既得 0.00000037 +既成 0.00000165 +既知 0.00000064 +既製 0.00000073 +既製品 0.00000018 +既製服 0.00000009 +日 0.00121386 +日々 0.00003081 +日か 0.00000009 +日ごろ 0.00000028 +日ざし 0.00000037 +日だまり 0.00000009 +日づけ 0.00000009 +日なた 0.00000018 +日なたぼっこ 0.00000018 +日にち 0.00000064 +日の 0.00000055 +日の丸 0.00000174 +日の出 0.00000358 +日の目 0.00000037 +日よけ 0.00000101 +日ソ 0.00000009 +日ソ合作 0.00000009 +日テレ 0.00000028 +日・ 0.00000028 +日一 0.00000028 +日中 0.00001183 +日中国交 0.00000009 +日亜 0.00000009 +日仏 0.00000046 +日付 0.00000578 +日付け 0.00000055 +日伊 0.00000009 +日伯 0.00000009 +日位 0.00000009 +日体 0.00000009 +日傘 0.00000009 +日傭 0.00000009 +日僑 0.00000009 +日光 0.00001000 +日出 0.00000037 +日出づ 0.00000018 +日刊 0.00000101 +日前 0.00000009 +日割り 0.00000009 +日加 0.00000009 +日加間 0.00000009 +日南 0.00000018 +日印 0.00000028 +日原川 0.00000009 +日取り 0.00000147 +日口 0.00000009 +日台 0.00000046 +日吉 0.00000083 +日向 0.00000037 +日和 0.00000138 +日和見 0.00000083 +日報 0.00000083 +日増し 0.00000092 +日夜 0.00000028 +日大 0.00000128 +日夫 0.00000009 +日射 0.00000028 +日展 0.00000028 +日差 0.00000009 +日差し 0.00000339 +日帝 0.00000009 +日帰り 0.00000238 +日常 0.00005447 +日常見 0.00000009 +日干し 0.00000009 +日延べ 0.00000009 +日弁連 0.00000028 +日当 0.00000037 +日当たり 0.00000128 +日影 0.00000009 +日後 0.00000037 +日成 0.00000156 +日払い 0.00000009 +日持ち 0.00000037 +日振協 0.00000028 +日教組 0.00000009 +日数 0.00000293 +日新 0.00000009 +日新し 0.00000009 +日時 0.00000193 +日時計 0.00000018 +日暮らし 0.00000037 +日暮れ 0.00000138 +日暮里 0.00000037 +日曜 0.00002384 +日曜日 0.00000092 +日替わり 0.00000009 +日月 0.00000147 +日朝 0.00000147 +日本 0.00400784 +日本橋 0.00000238 +日机 0.00000009 +日来 0.00000009 +日枝 0.00000028 +日様 0.00000119 +日欧 0.00000018 +日死 0.00000009 +日母 0.00000009 +日比 0.00000037 +日比谷 0.00000119 +日比谷野外 0.00000009 +日比野 0.00000009 +日没 0.00000312 +日没後 0.00000092 +日清 0.00000394 +日源 0.00000009 +日溜まり 0.00000009 +日焼け 0.00000633 +日照 0.00000073 +日照り 0.00000018 +日牟礼 0.00000009 +日特製 0.00000009 +日独 0.00000018 +日産 0.00000431 +日用 0.00000376 +日田 0.00000009 +日直 0.00000009 +日着 0.00000009 +日短 0.00000083 +日私 0.00000018 +日程 0.00000779 +日立 0.00000147 +日章 0.00000046 +日米 0.00001467 +日系 0.00001981 +日経 0.00000220 +日給 0.00000046 +日締め 0.00000009 +日興 0.00000037 +日航 0.00000037 +日英 0.00000312 +日蓮 0.00000046 +日蘭 0.00000009 +日覆い 0.00000009 +日覚え 0.00000009 +日記 0.00001000 +日記帳 0.00000046 +日誌 0.00000055 +日語 0.00000028 +日課 0.00000266 +日豪 0.00000101 +日通 0.00000055 +日進 0.00000028 +日遅く 0.00000009 +日遅れ 0.00000009 +日野 0.00000018 +日野原 0.00000009 +日量 0.00000018 +日鉄 0.00000009 +日鉄堺 0.00000009 +日鉄郎 0.00000009 +日銀 0.00000147 +日開 0.00000009 +日開局 0.00000009 +日間 0.00005695 +日陰 0.00000193 +日雇 0.00000055 +日雇い 0.00000009 +日露 0.00000128 +日韓 0.00000440 +日韓国交 0.00000009 +日頃 0.00000624 +日額 0.00000009 +日食 0.00000257 +日馬 0.00000083 +日高川 0.00000055 +旦那 0.00000614 +旦那衆 0.00000009 +旧 0.00002293 +旧交 0.00000028 +旧刊 0.00000009 +旧友 0.00000238 +旧型 0.00000009 +旧姓 0.00000046 +旧家 0.00000046 +旧居留 0.00000009 +旧弊 0.00000009 +旧式 0.00000046 +旧怨 0.00000009 +旧態 0.00000028 +旧敵 0.00000009 +旧暦 0.00000165 +旧札 0.00000028 +旧来 0.00000101 +旧版 0.00000009 +旧知 0.00000073 +旧称 0.00000009 +旧約 0.00000028 +旧聞 0.00000009 +旧跡 0.00000009 +旧都 0.00000009 +旨 0.00000541 +旨み 0.00000009 +旨味 0.00000009 +旨囲 0.00000018 +早 0.00011454 +早々 0.00000293 +早う 0.00000009 +早がわり 0.00000009 +早く 0.00000853 +早ば 0.00000009 +早ま 0.00000156 +早まる 0.00000009 +早め 0.00000724 +早乙女 0.00000083 +早口 0.00000174 +早咲 0.00000009 +早咲き 0.00000009 +早坂 0.00000009 +早売り 0.00000009 +早変わり 0.00000064 +早大 0.00000110 +早婚 0.00000018 +早寝 0.00000037 +早川 0.00000073 +早急 0.00001009 +早慶 0.00000009 +早慶戦 0.00000009 +早打ち 0.00000018 +早摘 0.00000009 +早撃 0.00000009 +早撃ち 0.00000009 +早春 0.00000055 +早晩 0.00000037 +早朝 0.00000789 +早期 0.00001000 +早来 0.00000009 +早業 0.00000028 +早歩 0.00000009 +早死 0.00000248 +早熟 0.00000055 +早産 0.00000028 +早番 0.00000028 +早目 0.00000018 +早矢香 0.00000009 +早稲田 0.00000844 +早穂 0.00000018 +早紀 0.00000009 +早紀江 0.00000238 +早耳 0.00000055 +早見 0.00000018 +早計 0.00000028 +早起き 0.00000523 +早足 0.00000101 +早退 0.00000110 +早送り 0.00000028 +早速 0.00001119 +早過ぎ 0.00000092 +早道 0.00000046 +早鐘 0.00000009 +早雲山 0.00000018 +早飛脚 0.00000009 +早食い 0.00000110 +旬 0.00000248 +旭 0.00000083 +旭天 0.00000018 +旭天鵬 0.00000009 +旭富士 0.00000028 +旭山 0.00000037 +旭川 0.00000064 +旭市 0.00000028 +旭旗 0.00000018 +旭道 0.00000009 +旭鷲 0.00000028 +旭鷲山 0.00000193 +旺文 0.00000046 +旺文社 0.00000009 +旺盛 0.00000459 +昂 0.00000028 +昂ぶ 0.00000028 +昂り 0.00000009 +昂奮 0.00000064 +昂揚 0.00000018 +昆布 0.00000174 +昆虫 0.00000440 +昇 0.00000743 +昇り 0.00000028 +昇りかけ 0.00000009 +昇りつめ 0.00000009 +昇り詰め 0.00000009 +昇り降り 0.00000009 +昇任 0.00000009 +昇圧 0.00000009 +昇天 0.00000055 +昇架 0.00000009 +昇格 0.00000266 +昇段 0.00000037 +昇級 0.00000037 +昇給 0.00000275 +昇給致 0.00000009 +昇華 0.00000073 +昇進 0.00001394 +昇降 0.00000028 +昇降口 0.00000083 +昇降機 0.00000009 +昊 0.00000009 +昌 0.00000009 +昌三 0.00000009 +昌也 0.00000009 +昌俊 0.00000028 +昌俊東大 0.00000009 +昌司 0.00000009 +昌夫 0.00000009 +昌子 0.00000028 +昌孝 0.00000009 +昌宏 0.00000018 +昌平 0.00000018 +昌弘 0.00000028 +昌憲 0.00000009 +昌昭 0.00000009 +昌枝 0.00000009 +昌紀 0.00000018 +昌義 0.00000009 +昌邦 0.00000028 +昌郎 0.00000009 +昌雄 0.00000055 +明 0.00000578 +明々 0.00000083 +明か 0.00000981 +明かせ 0.00000009 +明かり 0.00001669 +明かりつけ 0.00000009 +明かる 0.00000018 +明く 0.00000009 +明くる 0.00000064 +明くる日 0.00000018 +明け 0.00000614 +明けれ 0.00000009 +明け方 0.00000128 +明け暮れ 0.00000248 +明け暮れけ 0.00000009 +明け渡 0.00000092 +明ら 0.00000009 +明らか 0.00009867 +明らかかと 0.00000009 +明らさま 0.00000009 +明り 0.00000055 +明りょうかつ 0.00000009 +明り取り 0.00000009 +明り合わせ 0.00000009 +明る 0.00004310 +明るく 0.00000009 +明るみ 0.00000266 +明久 0.00000018 +明也 0.00000009 +明仁 0.00000119 +明代 0.00000018 +明博 0.00000009 +明史 0.00000009 +明善 0.00000009 +明国 0.00000009 +明大 0.00000018 +明太子 0.00000055 +明夫 0.00000009 +明媚 0.00000055 +明子 0.00000064 +明宏 0.00000018 +明彦 0.00000028 +明後日 0.00000037 +明徳 0.00000018 +明徳義塾 0.00000018 +明快 0.00000202 +明憲 0.00000028 +明敏 0.00000028 +明文 0.00000046 +明新 0.00000028 +明日 0.00005548 +明日香 0.00000138 +明日香村 0.00000037 +明星 0.00000083 +明晩 0.00000009 +明晰 0.00000165 +明智 0.00000165 +明暗 0.00000028 +明月 0.00000009 +明朝 0.00000110 +明治 0.00002861 +明洞 0.00000009 +明海 0.00000009 +明渡 0.00000009 +明滅 0.00000018 +明王 0.00000055 +明理 0.00000009 +明男 0.00000009 +明白 0.00000954 +明瞭 0.00000449 +明石 0.00000174 +明石家 0.00000064 +明石屋 0.00000009 +明確 0.00002219 +明礬 0.00000009 +明示 0.00000211 +明神 0.00000009 +明神ケ岳 0.00000009 +明細 0.00000156 +明美 0.00000101 +明色 0.00000028 +明解 0.00000018 +明言 0.00000403 +明訓 0.00000009 +明記 0.00000248 +明間 0.00000018 +明青 0.00000028 +昏々 0.00000009 +昏睡 0.00000202 +易 0.00000147 +易々 0.00000018 +易し 0.00000339 +易損 0.00000009 +易者 0.00000009 +昔 0.00009647 +昔々 0.00000092 +昔程 0.00000009 +昔話 0.00000092 +星 0.00002916 +星々 0.00000073 +星出 0.00000055 +星占 0.00000009 +星占い 0.00000211 +星印 0.00000009 +星団 0.00000009 +星型 0.00000028 +星座 0.00000789 +星形 0.00000018 +星明かり 0.00000009 +星条 0.00000110 +星祭 0.00000009 +星祭り 0.00000009 +星稜 0.00000018 +星空 0.00000119 +星美 0.00000009 +星群 0.00000009 +星膠 0.00000009 +星野 0.00000459 +星雲 0.00000064 +星雲説 0.00000009 +星飾り 0.00000009 +映 0.00002164 +映え 0.00000220 +映し 0.00000385 +映しだ 0.00000009 +映し出 0.00000248 +映せ 0.00000009 +映り 0.00000037 +映る 0.00000018 +映像 0.00002595 +映写 0.00000028 +映子 0.00000009 +映画 0.00036754 +春 0.00003723 +春休 0.00000009 +春休み 0.00000101 +春信 0.00000018 +春先 0.00000119 +春分 0.00000092 +春千葉 0.00000009 +春名 0.00000009 +春夏 0.00000092 +春夢 0.00000009 +春奈 0.00000028 +春季 0.00000101 +春季例 0.00000009 +春川 0.00000009 +春巻 0.00000009 +春巻き 0.00000018 +春彦 0.00000046 +春挙式 0.00000009 +春日 0.00000156 +春日和 0.00000009 +春日部 0.00000064 +春日野 0.00000009 +春暁 0.00000009 +春期 0.00000018 +春木川 0.00000009 +春樹 0.00000092 +春次 0.00000156 +春涛 0.00000009 +春琴 0.00000055 +春生 0.00000009 +春画 0.00000009 +春眠 0.00000009 +春祭り 0.00000028 +春秋 0.00000018 +春節 0.00000138 +春美 0.00000064 +春菊 0.00000009 +春闘 0.00000037 +春雨 0.00000028 +春霞 0.00000009 +春頃 0.00000018 +春風 0.00000037 +春風亭 0.00000018 +春香 0.00000009 +昧 0.00000018 +昨 0.00000376 +昨今 0.00000468 +昨冬 0.00000028 +昨夏 0.00000165 +昨夕 0.00000009 +昨夜 0.00000504 +昨季 0.00000092 +昨宵 0.00000018 +昨年 0.00011683 +昨日 0.00003182 +昨春 0.00000028 +昨晩 0.00000605 +昨秋 0.00000110 +昭 0.00000018 +昭博 0.00000009 +昭和 0.00001082 +昭夫 0.00000037 +昭島 0.00000009 +昭彦 0.00000018 +昭恵 0.00000009 +昭憲 0.00000018 +昭男 0.00000009 +昭隆 0.00000009 +昭雄 0.00000018 +是 0.00000037 +是枝 0.00000018 +是正 0.00000165 +是空 0.00000009 +是色 0.00000009 +是認 0.00000046 +是非 0.00001220 +昼 0.00002146 +昼ごろ 0.00000018 +昼と 0.00000009 +昼どき 0.00000018 +昼メシ 0.00000009 +昼下が 0.00000028 +昼下がり 0.00000028 +昼中 0.00000018 +昼休み 0.00000128 +昼何 0.00000009 +昼作 0.00000028 +昼前 0.00000046 +昼外出 0.00000009 +昼夜 0.00000183 +昼寝 0.00000477 +昼持 0.00000009 +昼時 0.00000046 +昼用 0.00000009 +昼興行 0.00000009 +昼近 0.00000009 +昼過ぎ 0.00000009 +昼間 0.00001220 +昼頃 0.00000037 +昼食 0.00001541 +昼食べ 0.00000092 +昼食代 0.00000009 +昼飯 0.00000028 +時 0.00074398 +時々 0.00003384 +時どき 0.00000055 +時どき手 0.00000009 +時下 0.00000009 +時世 0.00000018 +時事 0.00000238 +時付 0.00000009 +時代 0.00023870 +時代理 0.00000009 +時価 0.00000092 +時倒れ 0.00000009 +時候 0.00000028 +時僕 0.00000018 +時兄 0.00000009 +時分 0.00000156 +時制 0.00000046 +時刻 0.00001100 +時刻告 0.00000009 +時効 0.00000083 +時動 0.00000009 +時勢 0.00000028 +時友人 0.00000009 +時受講 0.00000009 +時司祭 0.00000009 +時報 0.00000009 +時大 0.00000009 +時子 0.00000018 +時季 0.00000009 +時宜 0.00000037 +時宣 0.00000009 +時山 0.00000018 +時差 0.00000303 +時平 0.00000018 +時広 0.00000073 +時心 0.00000018 +時悲し 0.00000009 +時手 0.00000018 +時投げ 0.00000009 +時折 0.00000734 +時持 0.00000009 +時既に 0.00000009 +時日 0.00000009 +時期 0.00007877 +時機 0.00000028 +時次 0.00000009 +時死 0.00000009 +時気軽 0.00000009 +時水泳 0.00000009 +時流 0.00000055 +時点 0.00003118 +時父 0.00000009 +時男 0.00000009 +時知 0.00000009 +時程 0.00000009 +時空 0.00000037 +時立 0.00000009 +時節 0.00000073 +時給 0.00000312 +時船 0.00000009 +時見 0.00000009 +時計 0.00004163 +時誰 0.00000009 +時貴ノ花 0.00000009 +時辛 0.00000009 +時速 0.00001403 +時針 0.00000018 +時間 0.00054994 +時限 0.00000046 +時雄 0.00000009 +時雨 0.00000018 +時靴 0.00000018 +時音 0.00000009 +時頃 0.00000046 +時頼り 0.00000009 +時^ 0.00000018 +晃 0.00000009 +晃一郎 0.00000018 +晃伸 0.00000018 +晃治 0.00000009 +晃雄 0.00000009 +晋 0.00000009 +晋三 0.00000211 +晋作 0.00000009 +晋太郎 0.00000009 +晒 0.00000028 +晦 0.00000018 +晦日 0.00000009 +晩 0.00003879 +晩会 0.00000009 +晩夕食 0.00000009 +晩婚 0.00000147 +晩寝 0.00000009 +晩年 0.00000229 +晩成 0.00000009 +晩方 0.00000009 +晩春 0.00000028 +晩決行 0.00000009 +晩私 0.00000009 +晩秋 0.00000037 +晩遅 0.00000046 +晩酌 0.00000018 +晩鐘 0.00000009 +晩飯 0.00000009 +晩餐 0.00000303 +晩^ 0.00000009 +普三 0.00000009 +普及 0.00003155 +普天間 0.00000092 +普段 0.00002265 +普請 0.00000009 +普賢 0.00000028 +普通 0.00010298 +普遍 0.00000559 +景 0.00000046 +景光 0.00000009 +景勝 0.00000064 +景勝地 0.00000009 +景品 0.00000101 +景気 0.00002889 +景況 0.00000018 +景色 0.00001440 +景観 0.00000752 +晴— 0.00000009 +晴ら 0.00000165 +晴らし 0.00000018 +晴る 0.00000009 +晴れ 0.00001192 +晴れあが 0.00000009 +晴れがまし 0.00000037 +晴れし 0.00000028 +晴れや 0.00000018 +晴れやか 0.00000147 +晴れれ 0.00000018 +晴れ上が 0.00000009 +晴天 0.00000147 +晴天用 0.00000009 +晴子 0.00000110 +晴彦 0.00000009 +晴栄 0.00000009 +晴海 0.00000028 +晴着 0.00000028 +晴美 0.00000046 +晴郎 0.00000009 +晴雨 0.00000009 +晶 0.00000009 +晶一 0.00000018 +晶則 0.00000018 +晶子 0.00000238 +智 0.00000147 +智之 0.00000009 +智人 0.00000009 +智充 0.00000009 +智准 0.00000009 +智則 0.00000046 +智史 0.00000046 +智子 0.00000385 +智宏 0.00000018 +智弥 0.00000018 +智彦 0.00000009 +智恵 0.00000009 +智恵子 0.00000018 +智慧 0.00000018 +智春 0.00000009 +智津夫 0.00000055 +智的 0.00000009 +智絵 0.00000009 +智美 0.00000009 +智衆 0.00000028 +智裕 0.00000009 +智識 0.00000028 +暁 0.00000128 +暁人 0.00000018 +暁斗 0.00000009 +暇 0.00001183 +暇つぶし 0.00000046 +暇人 0.00000009 +暇潰 0.00000009 +暇致 0.00000009 +暑 0.00002907 +暑さ 0.00000147 +暑中 0.00000165 +暑苦し 0.00000018 +暑過ぎ 0.00000009 +暖 0.00000110 +暖か 0.00002008 +暖かい 0.00000009 +暖かみ 0.00000018 +暖ま 0.00000092 +暖め 0.00000229 +暖め合 0.00000009 +暖冬 0.00000064 +暖房 0.00000495 +暖春 0.00000009 +暖気 0.00000018 +暖流 0.00000009 +暖炉 0.00001110 +暖色 0.00000018 +暗 0.00004072 +暗がり 0.00000138 +暗さ 0.00000009 +暗に 0.00000128 +暗め 0.00000009 +暗号 0.00000578 +暗合 0.00000046 +暗唱 0.00000248 +暗夜 0.00000018 +暗室 0.00000018 +暗欝 0.00000009 +暗殺 0.00000825 +暗殺説 0.00000009 +暗澹 0.00000083 +暗礁 0.00000083 +暗示 0.00000312 +暗算 0.00000028 +暗緑色 0.00000009 +暗色 0.00000055 +暗褐色 0.00000028 +暗記 0.00000330 +暗証 0.00000138 +暗誦 0.00000009 +暗赤色 0.00000018 +暗躍 0.00000018 +暗転 0.00000037 +暗部 0.00000028 +暗闇 0.00001201 +暗雲 0.00000110 +暗鬱 0.00000009 +暗鬼 0.00000064 +暗黒 0.00000358 +暗黒星 0.00000009 +暗黙 0.00000385 +暦 0.00000477 +暦学 0.00000018 +暦法 0.00000009 +暫 0.00000009 +暫定 0.00000559 +暫時 0.00000018 +暮 0.00000110 +暮し 0.00000009 +暮せ 0.00000055 +暮ら 0.00007666 +暮らし 0.00002632 +暮らせ 0.00000532 +暮れ 0.00000945 +暮れゆ 0.00000009 +暴 0.00000394 +暴々し 0.00000009 +暴い 0.00000009 +暴け出 0.00000009 +暴れ 0.00000376 +暴れ出 0.00000009 +暴利 0.00000028 +暴力 0.00003962 +暴動 0.00000669 +暴君 0.00000101 +暴徒 0.00000083 +暴投 0.00000009 +暴挙 0.00000055 +暴政 0.00000055 +暴漢 0.00000055 +暴落 0.00000174 +暴虐 0.00000037 +暴行 0.00000440 +暴言 0.00000055 +暴論 0.00000009 +暴走 0.00000128 +暴雨 0.00000009 +暴露 0.00000367 +暴風 0.00000165 +暴風雨 0.00000028 +暴風雪 0.00000009 +暴食 0.00000018 +暴飲 0.00000009 +暴騰 0.00000028 +曇 0.00000284 +曇り 0.00000092 +曇り空 0.00000009 +曖昧 0.00000880 +曙 0.00000348 +曙太郎 0.00000018 +曙戦 0.00000009 +曙関 0.00000009 +曜 0.00000880 +曜日 0.00000193 +曝 0.00000037 +曝け出 0.00000018 +曰 0.00000092 +曰く 0.00000055 +曲 0.00006887 +曲が 0.00001614 +曲がっ 0.00000009 +曲がり 0.00000046 +曲がりくね 0.00000257 +曲がり角 0.00000009 +曲げ 0.00000614 +曲げらるる 0.00000009 +曲げれ 0.00000009 +曲づくり 0.00000009 +曲乗り 0.00000018 +曲作り 0.00000073 +曲名 0.00000046 +曲折 0.00000101 +曲数 0.00000018 +曲目 0.00000128 +曲節 0.00000009 +曲絶対 0.00000009 +曲線 0.00000229 +曲聴 0.00000009 +曲芸 0.00000183 +曲解 0.00000009 +曲詞 0.00000009 +曲調 0.00000028 +曲路 0.00000009 +曲集 0.00000018 +曲面 0.00000046 +曲^ 0.00000009 +曳 0.00000073 +曳きあげ 0.00000018 +曳き上げ 0.00000009 +曳き回 0.00000028 +曳山 0.00000037 +曳山祭 0.00000037 +曳波 0.00000009 +曳舟道 0.00000018 +更 0.00000055 +更け 0.00000064 +更なる 0.00000018 +更に 0.00000293 +更地 0.00000009 +更家 0.00000037 +更年 0.00000037 +更改 0.00000055 +更改年俸 0.00000009 +更改後 0.00000009 +更新 0.00003329 +更正 0.00000037 +更生 0.00000128 +更科 0.00000009 +更級 0.00000009 +更衣 0.00000083 +更迭 0.00000028 +書 0.00046915 +書か 0.00000018 +書き 0.00001788 +書きあげ 0.00000028 +書きあらわ 0.00000028 +書きかえ 0.00000009 +書きかけ 0.00000064 +書きつけ 0.00000055 +書きつづ 0.00000018 +書きと 0.00000009 +書きとめ 0.00000028 +書きなお 0.00000009 +書きもの 0.00000009 +書きものづく 0.00000009 +書きものづくえ 0.00000009 +書きもら 0.00000009 +書きよう 0.00000009 +書き上が 0.00000009 +書き上げ 0.00000275 +書き下ろ 0.00000028 +書き付け 0.00000028 +書き入れ 0.00000037 +書き写 0.00000009 +書き出 0.00000101 +書き出し 0.00000037 +書き取 0.00000037 +書き取り 0.00000028 +書き手 0.00000073 +書き換え 0.00000193 +書き散ら 0.00000009 +書き残 0.00000055 +書き物 0.00000055 +書き留め 0.00000220 +書き直 0.00000257 +書き直し 0.00000055 +書き直せ 0.00000009 +書き立て 0.00000028 +書き落と 0.00000009 +書き表 0.00000018 +書き言葉 0.00000009 +書き記 0.00000083 +書き足 0.00000009 +書き込 0.00000431 +書き込み 0.00000202 +書き込め 0.00000046 +書き送 0.00000018 +書き送り 0.00000009 +書き連ね 0.00000028 +書き進め 0.00000009 +書け 0.00000908 +書けれ 0.00000009 +書けん 0.00000009 +書上げ 0.00000009 +書下ろし 0.00000009 +書付 0.00000037 +書体 0.00000174 +書初め 0.00000009 +書名 0.00000009 +書士 0.00000477 +書家 0.00000046 +書店 0.00000825 +書庫 0.00000018 +書廊 0.00000009 +書式 0.00000092 +書房 0.00000009 +書斎 0.00000642 +書机 0.00000037 +書林 0.00000009 +書案 0.00000009 +書棚 0.00000018 +書法 0.00000009 +書物 0.00000550 +書状 0.00000119 +書画 0.00000083 +書留 0.00000229 +書箱 0.00000028 +書簡 0.00000403 +書籍 0.00001128 +書紀 0.00000110 +書聖 0.00000009 +書見 0.00000009 +書記 0.00001073 +書記官 0.00000009 +書評 0.00000037 +書誌 0.00000018 +書跡 0.00000009 +書込 0.00000009 +書送 0.00000009 +書送付 0.00000009 +書道 0.00000688 +書道界 0.00000018 +書院 0.00000028 +書面 0.00000514 +書頼 0.00000009 +書類 0.00004897 +曹 0.00000009 +曹司 0.00000018 +曹操 0.00000073 +曹洞 0.00000018 +曼 0.00000009 +曼荼 0.00000009 +曼荼羅 0.00000028 +曽 0.00000018 +曽利 0.00000009 +曽我 0.00000220 +曽田 0.00000018 +曽祖母 0.00000037 +曽祖父 0.00000028 +曾々 0.00000009 +曾孫 0.00000009 +曾根崎 0.00000009 +曾祖父 0.00000009 +替え 0.00000908 +替えれ 0.00000009 +替わ 0.00000183 +替わり 0.00000055 +替われ 0.00000018 +最 0.00006208 +最も 0.00024622 +最上 0.00000651 +最上位 0.00000037 +最下 0.00000028 +最中 0.00001357 +最低 0.00002705 +最内 0.00000009 +最初 0.00024365 +最前 0.00000028 +最前列 0.00000073 +最前部 0.00000009 +最北 0.00000028 +最北端 0.00000028 +最南 0.00000018 +最南端 0.00000028 +最古 0.00000679 +最善 0.00001486 +最多 0.00001174 +最多層 0.00000009 +最多数 0.00000037 +最大 0.00011655 +最奥 0.00000037 +最寄 0.00000009 +最寄り 0.00000559 +最小 0.00000789 +最少 0.00000083 +最少限 0.00000009 +最年長 0.00000009 +最弱 0.00000009 +最強 0.00000422 +最後 0.00015433 +最後尾 0.00000083 +最恐 0.00000009 +最恵 0.00000037 +最悪 0.00002467 +最愛 0.00000266 +最接 0.00000009 +最新 0.00005071 +最早 0.00000009 +最有効 0.00000009 +最期 0.00000385 +最東端 0.00000009 +最果て 0.00000009 +最注目 0.00000009 +最深 0.00000009 +最澄 0.00000028 +最盛 0.00000229 +最短 0.00000202 +最短期 0.00000009 +最終 0.00006428 +最良 0.00001119 +最薄 0.00000009 +最西端 0.00000009 +最貧 0.00000183 +最貧国 0.00000009 +最軽 0.00000018 +最近 0.00024650 +最速 0.00000312 +最適 0.00001531 +最長 0.00000596 +最長寿 0.00000009 +最頻 0.00000028 +最高 0.00012086 +最高層 0.00000009 +最高度 0.00000018 +最高等 0.00000009 +最高速 0.00000009 +最高額 0.00000009 +月 0.00098983 +月々 0.00000156 +月下 0.00000009 +月並 0.00000018 +月並み 0.00000101 +月亭 0.00000018 +月例 0.00000028 +月光 0.00000119 +月刊 0.00000248 +月初 0.00000009 +月初め 0.00000009 +月前 0.00000009 +月収 0.00000055 +月周 0.00000018 +月夜 0.00000009 +月岡 0.00000009 +月島 0.00000073 +月形 0.00000009 +月払い 0.00000009 +月数 0.00000009 +月日 0.00000376 +月明かり 0.00000101 +月曜 0.00002348 +月曜日 0.00000055 +月末 0.00000110 +月極 0.00000009 +月次 0.00000018 +月歩 0.00000028 +月決め 0.00000009 +月社 0.00000018 +月経 0.00000009 +月給 0.00000238 +月虹 0.00000046 +月見 0.00000083 +月謝 0.00000083 +月賦 0.00000009 +月賦払い 0.00000009 +月足 0.00000009 +月間 0.00000193 +月面 0.00000532 +月額 0.00000229 +月食 0.00000055 +月餅 0.00000073 +月齢 0.00000018 +月_ 0.00000028 +有 0.00002274 +有ら 0.00000009 +有り 0.00000660 +有る 0.00000037 +有れ 0.00000009 +有事 0.00000128 +有人 0.00000569 +有休 0.00000009 +有位 0.00000009 +有価 0.00000055 +有償 0.00000046 +有元 0.00000009 +有利 0.00001440 +有力 0.00001064 +有効 0.00003100 +有史 0.00000119 +有吉 0.00000018 +有名 0.00016002 +有名人 0.00000009 +有害 0.00001036 +有形 0.00000055 +有徳 0.00000055 +有志 0.00000110 +有意 0.00000046 +有感 0.00000009 +有数 0.00000789 +有料 0.00000385 +有明 0.00000037 +有明海 0.00000028 +有望 0.00000532 +有期 0.00000018 +有木 0.00000009 +有栖 0.00000009 +有栖川 0.00000009 +有森 0.00000128 +有楽町 0.00000073 +有様 0.00000110 +有権 0.00000899 +有機 0.00001348 +有段 0.00000046 +有毒 0.00000303 +有沢 0.00000009 +有為 0.00000028 +有無 0.00000303 +有珠 0.00000037 +有用 0.00000403 +有田 0.00000138 +有益 0.00001128 +有神論 0.00000009 +有福 0.00000009 +有紀 0.00000009 +有紀子 0.00000009 +有終 0.00000009 +有給 0.00000339 +有線 0.00000055 +有罪 0.00000972 +有美 0.00000119 +有能 0.00000880 +有色 0.00000165 +有藏 0.00000009 +有袋 0.00000037 +有言 0.00000046 +有識 0.00000119 +有里 0.00000073 +有鉛 0.00000009 +有閑 0.00000009 +有間 0.00000009 +有限 0.00000504 +有難 0.00000312 +有難う 0.00000275 +有難み 0.00000018 +有頂天 0.00000128 +有馬 0.00000119 +朋友 0.00000009 +朋江 0.00000101 +朋美 0.00000083 +服 0.00006034 +服どう 0.00000009 +服務 0.00000018 +服喪 0.00000009 +服地 0.00000009 +服屋 0.00000028 +服属 0.00000064 +服役 0.00000211 +服従 0.00000449 +服欲し 0.00000009 +服用 0.00000945 +服用量 0.00000009 +服着 0.00000009 +服装 0.00001953 +服部 0.00000110 +服飾 0.00000165 +朔太郎 0.00000083 +朕 0.00000018 +朗 0.00000018 +朗々 0.00000028 +朗ら 0.00000009 +朗らか 0.00000147 +朗唱 0.00000055 +朗報 0.00000202 +朗誦 0.00000018 +朗読 0.00000422 +朗読会 0.00000073 +朗読劇 0.00000009 +朗読本 0.00000009 +望 0.00008189 +望まし 0.00000587 +望み 0.00001788 +望みどおり 0.00000018 +望みなし 0.00000018 +望め 0.00000385 +望前 0.00000009 +望外 0.00000018 +望月 0.00000009 +望遠 0.00001275 +朝 0.00009253 +朝っぱら 0.00000037 +朝めし 0.00000009 +朝一 0.00000009 +朝一旦 0.00000009 +朝一番 0.00000009 +朝九 0.00000009 +朝会 0.00000009 +朝倉 0.00000055 +朝働き 0.00000009 +朝入 0.00000009 +朝八 0.00000018 +朝刊 0.00000165 +朝原 0.00000009 +朝咲 0.00000009 +朝夕 0.00000037 +朝子 0.00000064 +朝寝 0.00000028 +朝専用 0.00000009 +朝届 0.00000009 +朝市 0.00000009 +朝廷 0.00000110 +朝戻 0.00000009 +朝拝 0.00000009 +朝方 0.00000018 +朝日 0.00000880 +朝早 0.00000009 +朝昼 0.00000028 +朝晩 0.00000055 +朝暗 0.00000009 +朝服 0.00000009 +朝永 0.00000009 +朝涼 0.00000009 +朝焼 0.00000009 +朝焼け 0.00000055 +朝目 0.00000009 +朝礼 0.00000028 +朝空 0.00000009 +朝美 0.00000064 +朝見 0.00000009 +朝説 0.00000009 +朝貢 0.00000028 +朝遅 0.00000009 +朝陽 0.00000009 +朝露 0.00000028 +朝靄 0.00000009 +朝青龍 0.00000614 +朝顔 0.00000101 +朝風 0.00000009 +朝食 0.00002173 +朝食込み 0.00000009 +朝飯 0.00000110 +朝鮮 0.00002834 +期 0.00004631 +期た 0.00000009 +期待 0.00012857 +期日 0.00000293 +期日内 0.00000009 +期末 0.00000083 +期間 0.00010738 +期限 0.00001825 +朦朧 0.00000046 +朧 0.00000037 +朧ろ 0.00000009 +朧月 0.00000028 +木 0.00011738 +木々 0.00001302 +木かげ 0.00000009 +木くず 0.00000028 +木こ 0.00000028 +木こり 0.00001623 +木づち 0.00000009 +木の 0.00000055 +木の実 0.00000174 +木の根 0.00000018 +木ばさみ 0.00000009 +木やまわり 0.00000009 +木ッぱ 0.00000009 +木ノ内 0.00000083 +木下 0.00000055 +木仏 0.00000009 +木偶 0.00000009 +木像 0.00000009 +木元 0.00000018 +木刀 0.00000037 +木切り 0.00000009 +木切れ 0.00000028 +木原 0.00000009 +木地 0.00000009 +木姫 0.00000147 +木工 0.00000092 +木工品 0.00000009 +木彫り 0.00000055 +木戸 0.00000046 +木斧 0.00000009 +木星 0.00000083 +木曜 0.00001366 +木更津 0.00000009 +木曽 0.00000128 +木材 0.00000541 +木村 0.00000724 +木枠 0.00000037 +木棺 0.00000009 +木槌 0.00000046 +木樵 0.00000009 +木洞 0.00000009 +木津 0.00000009 +木浦 0.00000028 +木炭 0.00000128 +木片 0.00000110 +木版 0.00000128 +木版画 0.00000018 +木王 0.00000101 +木王妃 0.00000018 +木登り 0.00000046 +木皿 0.00000009 +木目 0.00000028 +木目調 0.00000009 +木立 0.00000138 +木立ち 0.00000055 +木立ちが 0.00000009 +木笛 0.00000009 +木箱 0.00000073 +木簡 0.00000028 +木組 0.00000009 +木綿 0.00000147 +木肌 0.00000009 +木落 0.00000018 +木製 0.00000587 +木調 0.00000009 +木賀 0.00000073 +木造 0.00000477 +木連 0.00000018 +木酢 0.00000009 +木阿弥 0.00000028 +木陰 0.00000165 +木霊 0.00000018 +木靴 0.00000083 +木馬 0.00000248 +木鶏 0.00000028 +未 0.00001522 +未だ 0.00000083 +未亡人 0.00000202 +未分化 0.00000018 +未到 0.00000037 +未加入 0.00000009 +未婚 0.00000486 +未完 0.00000009 +未定 0.00000119 +未年 0.00000037 +未払 0.00000083 +未払い 0.00000147 +未払分 0.00000009 +未明 0.00000064 +未曽有 0.00000092 +未来 0.00003907 +未決 0.00000028 +未測量 0.00000009 +未満 0.00002155 +未然 0.00000110 +未熟 0.00000413 +未熟児 0.00000009 +未産 0.00000009 +未知 0.00000844 +未納 0.00000046 +未練 0.00000083 +未聞 0.00000156 +未見 0.00000009 +未読 0.00000009 +未踏 0.00000028 +未遂 0.00000266 +未開 0.00000064 +未開人 0.00000009 +未開封 0.00000009 +末 0.00004970 +末っ子 0.00000138 +末吉 0.00000046 +末夫 0.00000009 +末娘 0.00000037 +末子 0.00000028 +末尾 0.00000064 +末広 0.00000009 +末広がり 0.00000018 +末恐ろし 0.00000009 +末摘 0.00000009 +末日 0.00000055 +末期 0.00000642 +末梢 0.00000046 +末次望 0.00000009 +末永 0.00000174 +末法 0.00000018 +末益 0.00000009 +末端 0.00000073 +末節 0.00000009 +末続 0.00000064 +末綱 0.00000009 +末續 0.00000119 +末裔 0.00000064 +末路 0.00000028 +末頃 0.00000028 +本 0.00032233 +本は 0.00000009 +本一 0.00000009 +本上映 0.00000009 +本並み 0.00000009 +本丸 0.00000028 +本人 0.00002669 +本代 0.00000009 +本件 0.00000358 +本位 0.00000165 +本住 0.00000009 +本体 0.00000367 +本作 0.00000119 +本作品 0.00000064 +本保 0.00000009 +本借り 0.00000009 +本催し 0.00000009 +本元 0.00000028 +本分 0.00000092 +本務 0.00000009 +本号 0.00000009 +本名 0.00000293 +本命 0.00000138 +本品 0.00000009 +本国 0.00001119 +本土 0.00000715 +本城 0.00000018 +本堂 0.00000128 +本場 0.00000413 +本塁 0.00000486 +本契約 0.00000018 +本好き 0.00000018 +本学 0.00000046 +本官 0.00000018 +本宮 0.00000009 +本家 0.00000046 +本尊 0.00000028 +本局 0.00000009 +本居 0.00000009 +本屋 0.00000669 +本屋敷 0.00000009 +本展 0.00000073 +本展覧 0.00000009 +本山 0.00000064 +本島 0.00000064 +本州 0.00000266 +本年 0.00000055 +本庁 0.00000018 +本店 0.00000193 +本当 0.00034104 +本心 0.00000348 +本性 0.00000440 +本意 0.00000083 +本戦 0.00000009 +本折 0.00000009 +本拠 0.00000945 +本支店 0.00000018 +本数 0.00000128 +本文 0.00000083 +本文中 0.00000009 +本文書 0.00000009 +本日 0.00001082 +本明 0.00000009 +本明川 0.00000009 +本書 0.00000908 +本書面 0.00000018 +本望 0.00000009 +本木 0.00000064 +本末 0.00000046 +本条 0.00000009 +本来 0.00002238 +本来備わ 0.00000009 +本栖 0.00000018 +本校 0.00000110 +本格 0.00001687 +本案 0.00000018 +本棚 0.00000229 +本業 0.00000147 +本橋 0.00000009 +本欄 0.00000009 +本殿 0.00000083 +本気 0.00001458 +本気なし 0.00000009 +本気出 0.00000009 +本求人 0.00000009 +本汚れ 0.00000009 +本流 0.00000083 +本渡 0.00000018 +本源 0.00000018 +本版 0.00000009 +本物 0.00003072 +本状 0.00000073 +本用 0.00000009 +本田 0.00000303 +本町 0.00000018 +本番 0.00000238 +本目 0.00000193 +本省 0.00000018 +本確 0.00000009 +本社 0.00001229 +本稿 0.00000055 +本立て 0.00000018 +本章 0.00000018 +本筋 0.00000009 +本箱 0.00000018 +本籍 0.00000055 +本紙 0.00000018 +本線 0.00000119 +本編 0.00000028 +本縫い 0.00000009 +本置 0.00000009 +本署 0.00000009 +本職 0.00000119 +本能 0.00001100 +本腕 0.00000009 +本腰 0.00000037 +本舗 0.00000009 +本船 0.00000018 +本見 0.00000009 +本覚 0.00000009 +本誌 0.00000403 +本読 0.00000119 +本論 0.00000037 +本買 0.00000009 +本賃貸 0.00000009 +本賞 0.00000009 +本質 0.00001761 +本質問 0.00000009 +本足 0.00000083 +本車両 0.00000009 +本返し 0.00000009 +本通り 0.00000018 +本道 0.00000037 +本選 0.00000028 +本邦 0.00000009 +本部 0.00001247 +本郷 0.00000028 +本醸 0.00000009 +本門 0.00000083 +本間 0.00000009 +本陣 0.00000028 +本隊 0.00000037 +本革 0.00000009 +本音 0.00001238 +本領 0.00000037 +本題 0.00000138 +本願 0.00000064 +本願寺 0.00000009 +本館 0.00000073 +本^ 0.00000009 +札 0.00001706 +札幌 0.00000825 +札束 0.00000119 +朱 0.00000183 +朱印 0.00000009 +朱肉 0.00000037 +朱色 0.00000046 +朱雀 0.00000055 +朴 0.00000110 +朴葉 0.00000009 +机 0.00001770 +机上 0.00000064 +机周り 0.00000009 +机見 0.00000009 +朽 0.00000018 +朽ち 0.00000064 +朽ちかけ 0.00000009 +杉 0.00000541 +杉並 0.00000138 +杉内 0.00000055 +杉原 0.00000110 +杉山 0.00000440 +杉木立 0.00000037 +杉本 0.00000018 +杉材 0.00000009 +杉様 0.00000009 +杉江 0.00000009 +杉田 0.00000028 +杉良太郎 0.00000018 +李 0.00000752 +杏 0.00000046 +杏仁 0.00000009 +杏子 0.00000009 +杏平 0.00000073 +杏花 0.00000009 +材 0.00000348 +材料 0.00002623 +材木 0.00000092 +材質 0.00000165 +村 0.00005264 +村々 0.00000119 +村づくり 0.00000009 +村上 0.00000413 +村上龍 0.00000009 +村中 0.00000046 +村主 0.00000119 +村主章枝 0.00000018 +村井 0.00000018 +村人 0.00000514 +村作り 0.00000009 +村側 0.00000009 +村八 0.00000018 +村八分 0.00000028 +村内 0.00000028 +村山 0.00000165 +村岡 0.00000055 +村崎 0.00000009 +村松 0.00000018 +村民 0.00000128 +村田 0.00000110 +村祭り 0.00000009 +村立 0.00000028 +村落 0.00000092 +村議会 0.00000009 +村越 0.00000018 +村野 0.00000009 +村長 0.00000183 +杓 0.00000009 +杓子 0.00000009 +杖 0.00001009 +杖道 0.00000018 +杜 0.00000018 +杜仲 0.00000009 +杜氏 0.00000018 +杞一郎 0.00000009 +杞憂 0.00000028 +束 0.00000578 +束ね 0.00000110 +束子 0.00000009 +束帯 0.00000018 +束縛 0.00000486 +条 0.00000734 +条下 0.00000009 +条令 0.00000055 +条件 0.00006548 +条例 0.00000514 +条国 0.00000009 +条文 0.00000037 +条治 0.00000055 +条理 0.00000174 +条約 0.00002173 +条項 0.00000495 +来 0.00042779 +来々 0.00000009 +来い 0.00000046 +来し方 0.00000009 +来る 0.00013810 +来れ 0.00000312 +来れんか 0.00000009 +来世 0.00000064 +来備わ 0.00000009 +来光 0.00000018 +来園 0.00000248 +来城 0.00000009 +来場 0.00001000 +来夏 0.00000028 +来季 0.00000229 +来宅 0.00000009 +来客 0.00000174 +来年 0.00004686 +来店 0.00000229 +来所 0.00000037 +来援 0.00000009 +来日 0.00006006 +来日動機 0.00000009 +来日間 0.00000018 +来春 0.00000339 +来月 0.00001137 +来期 0.00000009 +来校 0.00000018 +来歴 0.00000009 +来比 0.00000009 +来社 0.00000046 +来秋 0.00000046 +来続け 0.00000009 +来聴 0.00000009 +来臨 0.00000018 +来航 0.00000073 +来街 0.00000009 +来襲 0.00000037 +来訪 0.00000119 +来訪者 0.00000101 +来賓 0.00000083 +来週 0.00001687 +来院 0.00000046 +来館 0.00000257 +杭 0.00000083 +杭州 0.00000018 +杯 0.00003420 +杯本 0.00000009 +東 0.00003833 +東ティモール 0.00000312 +東ドイツ 0.00000174 +東ハト 0.00000064 +東レ 0.00000119 +東上 0.00000018 +東亜 0.00000009 +東京 0.00032903 +東伊豆 0.00000018 +東側 0.00000183 +東儀 0.00000046 +東光 0.00000009 +東北 0.00001174 +東北部 0.00000055 +東南 0.00001623 +東南東 0.00000009 +東南部 0.00000028 +東口 0.00000046 +東名 0.00000092 +東向き 0.00000037 +東周り 0.00000009 +東回り 0.00000028 +東国 0.00000009 +東国原 0.00000238 +東地 0.00000009 +東壁 0.00000018 +東大 0.00000559 +東大門 0.00000028 +東大阪 0.00000083 +東宗 0.00000009 +東宝 0.00000046 +東宮 0.00000018 +東寄り 0.00000009 +東寺 0.00000083 +東尾 0.00000028 +東屋 0.00000046 +東山 0.00000110 +東岸 0.00000046 +東建 0.00000009 +東急 0.00000101 +東支鉄道 0.00000009 +東放 0.00000009 +東斜面 0.00000009 +東方 0.00000138 +東映 0.00000009 +東本願 0.00000028 +東村山 0.00000028 +東条 0.00000028 +東東 0.00000009 +東松島 0.00000018 +東横 0.00000083 +東欧 0.00000376 +東正信 0.00000009 +東武 0.00000073 +東武線 0.00000009 +東洋 0.00001797 +東洋一 0.00000009 +東洲 0.00000009 +東洲斎 0.00000028 +東浜 0.00000009 +東浦 0.00000018 +東海 0.00000715 +東海道 0.00000257 +東照宮 0.00000083 +東燃 0.00000009 +東福岡 0.00000037 +東端 0.00000064 +東経 0.00000037 +東芝 0.00000413 +東華 0.00000009 +東西 0.00000614 +東証 0.00000055 +東通 0.00000083 +東遊 0.00000037 +東部 0.00000596 +東郷 0.00000037 +東野 0.00000183 +東銀座 0.00000009 +東長 0.00000018 +東門 0.00000037 +東関 0.00000028 +東隣 0.00000009 +東電 0.00000009 +東風 0.00000073 +東館 0.00000009 +東高 0.00000009 +東鳴子 0.00000009 +東_ 0.00000018 +杵 0.00000009 +松 0.00000669 +松やに 0.00000009 +松下 0.00000376 +松中 0.00000028 +松井 0.00003283 +松代 0.00000009 +松任谷 0.00000064 +松原 0.00000028 +松囃子 0.00000009 +松坂 0.00001137 +松太郎 0.00000028 +松宮 0.00000009 +松尾 0.00000128 +松居 0.00000147 +松屋 0.00000009 +松山 0.00000128 +松山城 0.00000009 +松岡 0.00000110 +松島 0.00000119 +松崎 0.00000009 +松嶋 0.00000128 +松川 0.00000018 +松平 0.00000147 +松平健 0.00000018 +松戸 0.00000073 +松打 0.00000009 +松明 0.00000358 +松木 0.00000046 +松本 0.00001036 +松材 0.00000009 +松村 0.00000064 +松林 0.00000073 +松森 0.00000009 +松永 0.00000073 +松江 0.00000055 +松沢 0.00000009 +松浦 0.00000183 +松浪 0.00000046 +松涛 0.00000028 +松澤 0.00000009 +松瀬 0.00000009 +松田 0.00000119 +松竹 0.00000083 +松脂 0.00000009 +松茸 0.00000083 +松葉 0.00000385 +松鉱 0.00000009 +松阪 0.00000018 +松陰 0.00000037 +松飾り 0.00000028 +板 0.00002091 +板上 0.00000009 +板倉町 0.00000009 +板切り 0.00000009 +板切削 0.00000009 +板前 0.00000018 +板垣 0.00000018 +板張り 0.00000018 +板挟 0.00000009 +板挟み 0.00000128 +板本 0.00000018 +板材 0.00000018 +板橋 0.00000128 +板渡 0.00000009 +板紙 0.00000018 +板金 0.00000018 +板長 0.00000009 +板門 0.00000037 +析 0.00000009 +枕 0.00000559 +枕べ 0.00000009 +枕もと 0.00000009 +枕上 0.00000018 +枕元 0.00000110 +枕投げ 0.00000009 +枕草子 0.00000037 +林 0.00001201 +林光 0.00000009 +林則 0.00000009 +林務 0.00000009 +林原 0.00000018 +林友直 0.00000009 +林家 0.00000119 +林業 0.00000156 +林檎 0.00000156 +林産 0.00000009 +林立 0.00000055 +林菱 0.00000009 +林蘭 0.00000018 +林道 0.00000009 +林野 0.00000128 +林間 0.00000028 +枚 0.00007290 +枚挙 0.00000046 +枚数 0.00000202 +枚方 0.00000018 +枚田 0.00000009 +果 0.00000110 +果し 0.00000018 +果た 0.00007712 +果たし 0.00000293 +果たして 0.00000046 +果たす 0.00000009 +果たせ 0.00000064 +果て 0.00001651 +果てし 0.00000055 +果報 0.00000101 +果実 0.00000495 +果敢 0.00000101 +果断 0.00000055 +果樹 0.00000312 +果樹園 0.00000028 +果汁 0.00000119 +果然 0.00000028 +果物 0.00001834 +果物売り 0.00000009 +果糖 0.00000009 +果肉 0.00000046 +枝 0.00002036 +枝々 0.00000018 +枝だ 0.00000009 +枝分かれ 0.00000037 +枝根 0.00000009 +枝毛 0.00000046 +枝葉 0.00000037 +枝製 0.00000009 +枝豆 0.00000092 +枝里子 0.00000009 +枠 0.00000963 +枠内 0.00000055 +枠組 0.00000046 +枠組み 0.00000495 +枠線 0.00000009 +枡 0.00000018 +枡席 0.00000009 +枢密 0.00000009 +枢機 0.00000293 +枢軸 0.00000037 +枯ら 0.00000018 +枯れ 0.00000596 +枯ッ葉 0.00000009 +枯山 0.00000018 +枯山水 0.00000028 +枯木 0.00000018 +枯死 0.00000009 +枯渇 0.00000138 +枯草 0.00000037 +枯葉 0.00000046 +架 0.00000266 +架か 0.00000018 +架け 0.00000330 +架上 0.00000018 +架像 0.00000009 +架台 0.00000009 +架空 0.00000321 +架線 0.00000028 +枷 0.00000009 +柄 0.00000981 +柄本明 0.00000009 +柄物 0.00000009 +柊 0.00000064 +柏 0.00000110 +柏原 0.00000083 +柏尾 0.00000009 +柏崎 0.00000138 +柏木 0.00000028 +柏餅 0.00000028 +某 0.00000101 +某所 0.00000009 +某日系 0.00000009 +染 0.00000028 +染ま 0.00000403 +染み 0.00000413 +染みこ 0.00000009 +染みつ 0.00000037 +染み込 0.00000174 +染め 0.00000779 +染め直 0.00000009 +染付 0.00000028 +染入 0.00000009 +染分け 0.00000009 +染師 0.00000009 +染料 0.00000092 +染物 0.00000009 +染色 0.00000275 +染谷 0.00000046 +柔 0.00000119 +柔か 0.00000037 +柔と 0.00000009 +柔ら 0.00000055 +柔らか 0.00001797 +柔らかいとう 0.00000009 +柔和 0.00000064 +柔毛 0.00000009 +柔肌 0.00000009 +柔術 0.00000073 +柔軟 0.00001155 +柔道 0.00001614 +柚子 0.00000028 +柩 0.00000009 +柱 0.00001009 +柱廊 0.00000046 +柱頭 0.00000028 +柳 0.00000211 +柳井 0.00000018 +柳原 0.00000009 +柳宗悦 0.00000009 +柳川 0.00000083 +柳本 0.00000018 +柳楽 0.00000128 +柳沢 0.00000037 +柳田 0.00000009 +柳田村 0.00000009 +柳色 0.00000009 +柳谷 0.00000018 +柴 0.00000018 +柴又 0.00000128 +柴咲 0.00000037 +柴崎 0.00000046 +柴本 0.00000009 +柴田 0.00000138 +柴矢 0.00000009 +柵 0.00001110 +柵原町 0.00000009 +柵越し 0.00000009 +査 0.00000046 +査免 0.00000009 +査収 0.00000028 +査問 0.00000009 +査定 0.00000138 +査察 0.00000477 +査証 0.00000587 +査証事 0.00000009 +査読 0.00000018 +査読者 0.00000009 +柿 0.00000055 +柿木 0.00000009 +柿本 0.00000009 +柿澤 0.00000009 +栃 0.00000009 +栃乃 0.00000009 +栃木 0.00000403 +栃木山 0.00000009 +栃本 0.00000009 +栃東 0.00000055 +栃煌 0.00000009 +栄 0.00000083 +栄え 0.00000449 +栄一 0.00000083 +栄之助 0.00000009 +栄作 0.00000018 +栄作元 0.00000009 +栄作美 0.00000009 +栄光 0.00000633 +栄典 0.00000018 +栄冠 0.00000046 +栄助 0.00000009 +栄和 0.00000018 +栄和人 0.00000009 +栄子 0.00000009 +栄枯 0.00000009 +栄治 0.00000009 +栄美 0.00000092 +栄華 0.00000119 +栄西 0.00000073 +栄誉 0.00000825 +栄養 0.00003494 +栓 0.00000211 +栓抜き 0.00000055 +栖鳳 0.00000009 +栗 0.00000101 +栗原 0.00000238 +栗山 0.00000009 +栗島 0.00000009 +栗林 0.00000009 +栗田 0.00000009 +栗籠 0.00000009 +栗色 0.00000046 +栗駒 0.00000018 +校 0.00003035 +校倉 0.00000009 +校倉造 0.00000009 +校内 0.00000165 +校則 0.00000083 +校外 0.00000028 +校庭 0.00000165 +校歌 0.00000028 +校正 0.00000284 +校生 0.00000009 +校章 0.00000009 +校舎 0.00000248 +校長 0.00000899 +校門 0.00000046 +校風 0.00000018 +株 0.00001761 +株主 0.00000807 +株価 0.00000688 +株券 0.00000028 +株屋 0.00000018 +株式 0.00002962 +株数 0.00000009 +栫裕保 0.00000009 +栴檀 0.00000009 +核 0.00005328 +核出 0.00000009 +核力 0.00000009 +核心 0.00000266 +核燃 0.00000009 +核酸 0.00000009 +根 0.00000945 +根ぐ 0.00000009 +根こそぎ 0.00000009 +根ざ 0.00000028 +根っこ 0.00000202 +根づ 0.00000119 +根ほり 0.00000018 +根もと 0.00000018 +根上 0.00000028 +根付 0.00000312 +根付け 0.00000018 +根元 0.00000202 +根回 0.00000055 +根回し 0.00000009 +根城 0.00000009 +根岸 0.00000073 +根差 0.00000339 +根幹 0.00000119 +根底 0.00000312 +根強 0.00000633 +根性 0.00000257 +根抽出 0.00000009 +根拠 0.00001055 +根掘り 0.00000046 +根方 0.00000009 +根暗 0.00000009 +根本 0.00001293 +根来 0.00000009 +根気 0.00000220 +根治 0.00000028 +根津 0.00000073 +根深 0.00000128 +根源 0.00000211 +根絶 0.00000394 +根絶や 0.00000009 +根絶やし 0.00000009 +根茎 0.00000018 +根負け 0.00000037 +格 0.00000156 +格上 0.00000009 +格上げ 0.00000009 +格下 0.00000037 +格下げ 0.00000018 +格付 0.00000018 +格付け 0.00000275 +格別 0.00000321 +格好 0.00002806 +格子 0.00000367 +格安 0.00000293 +格差 0.00000734 +格式 0.00000183 +格律 0.00000009 +格段 0.00000138 +格用 0.00000009 +格納 0.00000046 +格納型 0.00000028 +格納庫 0.00000018 +格言 0.00000275 +格調 0.00000028 +格闘 0.00000825 +格闘術 0.00000009 +栽 0.00000018 +栽培 0.00001431 +栽培地 0.00000009 +栽植 0.00000009 +栽縫 0.00000009 +桁 0.00000266 +桁外れ 0.00000037 +桁数 0.00000009 +桁違い 0.00000028 +桂 0.00000238 +桂三郎 0.00000009 +桂司 0.00000009 +桂子 0.00000092 +桂川 0.00000009 +桂春 0.00000009 +桂樹 0.00000092 +桂治 0.00000018 +桂浜 0.00000009 +桃 0.00000156 +桃井 0.00000009 +桃介 0.00000037 +桃園 0.00000028 +桃太郎 0.00000028 +桃子 0.00000119 +桃山 0.00000083 +桃源 0.00000037 +桃灰色 0.00000009 +桃畑 0.00000009 +桃色 0.00000037 +案 0.00002870 +案じ 0.00000009 +案の定 0.00000147 +案件 0.00000083 +案内 0.00003586 +案出 0.00000037 +案外 0.00000119 +案山子 0.00000009 +案配 0.00000009 +桎梏 0.00000009 +桐 0.00000037 +桐ヶ台 0.00000009 +桐井 0.00000009 +桐原 0.00000009 +桐壺 0.00000046 +桐朋 0.00000009 +桐材 0.00000009 +桐箱 0.00000009 +桐蔭 0.00000064 +桑 0.00000037 +桑田 0.00000064 +桑畑 0.00000009 +桑科 0.00000009 +桜 0.00002650 +桜え 0.00000009 +桜ん 0.00000009 +桜丘 0.00000009 +桜之宮 0.00000009 +桜井 0.00000092 +桜塚 0.00000028 +桜島 0.00000092 +桜庭 0.00000037 +桜木町 0.00000028 +桜材 0.00000018 +桜田 0.00000046 +桜祭り 0.00000046 +桜色 0.00000046 +桜花 0.00000018 +桜見物 0.00000009 +桜餅 0.00000009 +桟敷 0.00000028 +桟敷席 0.00000009 +桟橋 0.00000119 +桧 0.00000037 +桧原 0.00000009 +桧扇 0.00000028 +桶 0.00000101 +桶屋 0.00000009 +桶川 0.00000009 +桶狭間 0.00000028 +桿体 0.00000037 +桿状 0.00000009 +梁 0.00000183 +梁内 0.00000009 +梁国華 0.00000009 +梁浩 0.00000009 +梃子 0.00000018 +梅 0.00000413 +梅原 0.00000009 +梅吉 0.00000009 +梅図 0.00000009 +梅子 0.00000018 +梅屋 0.00000009 +梅崎 0.00000009 +梅干 0.00000092 +梅干し 0.00000119 +梅林 0.00000009 +梅栄 0.00000018 +梅棹 0.00000238 +梅毒 0.00000018 +梅治 0.00000009 +梅田 0.00000110 +梅祭り 0.00000009 +梅花 0.00000055 +梅若 0.00000009 +梅酒 0.00000037 +梅酢 0.00000009 +梅野 0.00000009 +梅雨 0.00000385 +梅雨明け 0.00000009 +梗塞 0.00000220 +梗概 0.00000018 +梟 0.00000018 +梢 0.00000009 +梨 0.00000083 +梨子 0.00000018 +梨木 0.00000009 +梨田 0.00000009 +梨花 0.00000009 +梨華 0.00000009 +梭 0.00000009 +梯子 0.00000037 +梯子段 0.00000009 +梯形 0.00000009 +梱包 0.00000009 +梳 0.00000018 +梵語 0.00000009 +梶 0.00000101 +梶山 0.00000055 +梶本 0.00000018 +棄 0.00000046 +棄て 0.00000064 +棄却 0.00000046 +棄権 0.00000128 +棋士 0.00000147 +棋聖 0.00000009 +棋院 0.00000064 +棍棒 0.00000028 +棒 0.00001596 +棒きれ 0.00000018 +棒っきれ 0.00000037 +棒ノ 0.00000009 +棒乗 0.00000009 +棒代 0.00000009 +棒切れ 0.00000009 +棒呈 0.00000009 +棒暗記 0.00000009 +棒材 0.00000009 +棒状 0.00000055 +棒立ち 0.00000028 +棒術 0.00000009 +棒読み 0.00000009 +棘 0.00000083 +棚 0.00001045 +棚上げ 0.00000083 +棚卸 0.00000009 +棚引 0.00000009 +棚氷上 0.00000009 +棚田 0.00000119 +棟 0.00000596 +棟上げ 0.00000009 +棟朝 0.00000055 +棟梁 0.00000028 +棟田 0.00000018 +森 0.00005851 +森下 0.00000009 +森中 0.00000028 +森久 0.00000009 +森井 0.00000018 +森吾 0.00000009 +森山 0.00000046 +森川 0.00000009 +森影 0.00000009 +森本 0.00000238 +森林 0.00001651 +森永 0.00000037 +森田 0.00000229 +森番 0.00000009 +森繁 0.00000018 +森羅 0.00000028 +森退陣 0.00000018 +森重 0.00000009 +森閑 0.00000018 +森食 0.00000009 +棲 0.00000128 +棲み 0.00000009 +棲家 0.00000037 +棲息 0.00000046 +棹 0.00000037 +棺 0.00000293 +棺おけ 0.00000183 +棺台 0.00000018 +棺桶 0.00000083 +棺車 0.00000009 +椀 0.00000101 +椅子 0.00004273 +植 0.00000009 +植え 0.00000945 +植えかえ 0.00000009 +植えつけ 0.00000009 +植えれ 0.00000018 +植え付け 0.00000321 +植え替え 0.00000009 +植え直 0.00000018 +植え込 0.00000009 +植え込み 0.00000018 +植わ 0.00000028 +植付け 0.00000009 +植木 0.00000165 +植村 0.00000266 +植林 0.00000128 +植樹 0.00000064 +植民 0.00001128 +植物 0.00003191 +植物界 0.00000009 +植生 0.00000083 +植田 0.00000046 +植芝 0.00000009 +植草 0.00000018 +植虫 0.00000009 +植込術 0.00000009 +椎名 0.00000046 +椎間 0.00000009 +椎間板 0.00000009 +椎骨 0.00000009 +椒 0.00000009 +検 0.00000018 +検べ 0.00000028 +検め 0.00000028 +検事 0.00000257 +検体 0.00000101 +検便 0.00000018 +検出 0.00000514 +検分 0.00000018 +検品 0.00000009 +検問 0.00000092 +検定 0.00000761 +検察 0.00000789 +検屍 0.00000083 +検挙 0.00000128 +検札 0.00000018 +検査 0.00005530 +検案 0.00000018 +検死 0.00000037 +検温 0.00000018 +検準 0.00000009 +検疫 0.00000138 +検眼 0.00000018 +検知 0.00000321 +検索 0.00001807 +検視 0.00000147 +検討 0.00004787 +検診 0.00000358 +検証 0.00000743 +検間 0.00000009 +検閲 0.00000449 +椰子 0.00000037 +椿 0.00000138 +椿油 0.00000018 +楊 0.00000128 +楊利 0.00000009 +楊威 0.00000018 +楊子 0.00000018 +楊嶺 0.00000009 +楊煉 0.00000009 +楊貴妃 0.00000009 +楊逸 0.00000028 +楓 0.00000028 +楔 0.00000028 +楕 0.00000083 +楚歌 0.00000037 +楠本 0.00000009 +楡 0.00000046 +楢 0.00000055 +楢原 0.00000009 +楢原覚 0.00000009 +楢山 0.00000046 +楢材 0.00000009 +業 0.00005906 +業務 0.00003228 +業士 0.00000009 +業態 0.00000009 +業況 0.00000009 +業火 0.00000009 +業界 0.00005585 +業病 0.00000009 +業社 0.00000009 +業種 0.00000376 +業績 0.00001229 +業者 0.00001265 +楯 0.00000119 +楳図 0.00000018 +極 0.00000211 +極々 0.00000009 +極ま 0.00000028 +極まり 0.00000009 +極まりな 0.00000138 +極み 0.00000064 +極め 0.00000477 +極めつけ 0.00000083 +極めて 0.00003668 +極り 0.00000009 +極上 0.00000147 +極上板 0.00000009 +極低 0.00000009 +極刑 0.00000073 +極刑なり 0.00000009 +極力 0.00000128 +極北 0.00000028 +極右 0.00000018 +極地 0.00000083 +極寒 0.00000018 +極小 0.00000018 +極左 0.00000018 +極度 0.00000358 +極彩色 0.00000037 +極微 0.00000037 +極性 0.00000018 +極悪 0.00000083 +極意 0.00000055 +極東 0.00000229 +極東部 0.00000009 +極楽 0.00000073 +極氷 0.00000009 +極点 0.00000009 +極真 0.00000046 +極秘 0.00000183 +極秘文書 0.00000009 +極端 0.00001201 +極細 0.00000009 +極薄 0.00000009 +極言 0.00000009 +極論 0.00000028 +極貧 0.00000046 +極道 0.00000009 +極限 0.00000101 +楷書 0.00000018 +楼 0.00000284 +楼門 0.00000009 +楽 0.00002558 +楽々 0.00000183 +楽し 0.00026612 +楽しお 0.00000009 +楽しま 0.00000009 +楽しみ 0.00005906 +楽しむ 0.00000009 +楽しめ 0.00004383 +楽しめれ 0.00000018 +楽ちん 0.00000009 +楽め 0.00000018 +楽チン 0.00000009 +楽勝 0.00000083 +楽器 0.00001596 +楽団 0.00000596 +楽園 0.00000248 +楽土 0.00000009 +楽壇 0.00000009 +楽士 0.00000073 +楽天 0.00000669 +楽学院 0.00000009 +楽安 0.00000009 +楽屋 0.00000293 +楽曲 0.00000165 +楽書 0.00000009 +楽焼 0.00000009 +楽用 0.00000009 +楽節 0.00000009 +楽観 0.00001082 +楽譜 0.00000238 +楽部 0.00000018 +楽隊 0.00000064 +楽音 0.00000009 +概し 0.00000312 +概存 0.00000009 +概念 0.00002036 +概括 0.00000009 +概数 0.00000009 +概日 0.00000028 +概況 0.00000028 +概測 0.00000009 +概略 0.00000202 +概算 0.00000083 +概要 0.00000550 +概観 0.00000073 +概説 0.00000138 +概論 0.00000028 +榊原 0.00000009 +榛 0.00000009 +榛名 0.00000009 +榛名山 0.00000009 +槇 0.00000009 +構 0.00002568 +構う 0.00000018 +構え 0.00000679 +構内 0.00000266 +構図 0.00000156 +構想 0.00000807 +構成 0.00003558 +構文 0.00000156 +構築 0.00000807 +構造 0.00002788 +槌 0.00000037 +槌命 0.00000009 +槌音 0.00000009 +槍 0.00000816 +槍ケ岳 0.00000009 +槍兵 0.00000064 +槍投げ 0.00000037 +槍見 0.00000009 +槍頭 0.00000009 +槓桿 0.00000018 +様 0.00017478 +様々 0.00000358 +様変わり 0.00000147 +様子 0.00004989 +様専用 0.00000009 +様式 0.00001623 +様相 0.00000156 +槙原 0.00000009 +槲 0.00000009 +槽 0.00000073 +樅 0.00000009 +樅板 0.00000018 +樋口 0.00000183 +標 0.00000028 +標本 0.00000459 +標本数 0.00000009 +標本木 0.00000028 +標札 0.00000009 +標榜 0.00000055 +標準 0.00001376 +標的 0.00000550 +標示 0.00000046 +標章 0.00000018 +標記 0.00000018 +標語 0.00000055 +標識 0.00000367 +標高 0.00000486 +樟脳 0.00000101 +模 0.00000128 +模倣 0.00000293 +模写 0.00000055 +模型 0.00000890 +模擬 0.00000193 +模様 0.00001357 +模範 0.00000440 +模糊 0.00000028 +模索 0.00000477 +模試 0.00000028 +模造 0.00000092 +権 0.00012178 +権兵衛 0.00000009 +権利 0.00005273 +権力 0.00002843 +権勢 0.00000028 +権化 0.00000055 +権威 0.00000880 +権次 0.00000009 +権現 0.00000009 +権益 0.00000083 +権能 0.00000018 +権限 0.00001073 +横 0.00003081 +横ぎ 0.00000028 +横ざま 0.00000009 +横た 0.00000009 +横たえ 0.00000165 +横たおし 0.00000009 +横たわ 0.00001302 +横たわり 0.00000064 +横だお 0.00000009 +横っ 0.00000037 +横づけ 0.00000018 +横ばい 0.00000101 +横わ 0.00000092 +横バイ 0.00000009 +横一線 0.00000009 +横丁 0.00000055 +横並 0.00000009 +横並び 0.00000037 +横並べ 0.00000009 +横付け 0.00000046 +横倒 0.00000037 +横倒し 0.00000009 +横側 0.00000018 +横内 0.00000174 +横切 0.00001146 +横切り戻 0.00000009 +横取り 0.00000037 +横向 0.00000009 +横向き 0.00000064 +横好き 0.00000009 +横寄 0.00000009 +横尾 0.00000018 +横山 0.00000312 +横峯 0.00000092 +横川 0.00000009 +横幅 0.00000046 +横座 0.00000009 +横手 0.00000037 +横振り 0.00000018 +横揺れ 0.00000037 +横断 0.00001110 +横暴 0.00000202 +横書き 0.00000037 +横木 0.00000101 +横材 0.00000009 +横柄 0.00000339 +横棒 0.00000028 +横棚 0.00000009 +横森 0.00000018 +横歩 0.00000009 +横歩き 0.00000018 +横死 0.00000009 +横江 0.00000018 +横浜 0.00002650 +横滑り 0.00000009 +横濱 0.00000037 +横玉 0.00000009 +横田 0.00000578 +横町 0.00000128 +横目 0.00000101 +横移動 0.00000009 +横積み 0.00000009 +横穴 0.00000028 +横竹 0.00000009 +横綱 0.00002100 +横線 0.00000018 +横縞 0.00000018 +横腹 0.00000018 +横行 0.00000165 +横転 0.00000037 +横道 0.00000064 +横鏡 0.00000009 +横長 0.00000009 +横門 0.00000009 +横隔膜 0.00000018 +横静索 0.00000046 +横面 0.00000009 +横須賀 0.00000238 +横領 0.00000193 +横顎 0.00000009 +横顔 0.00000110 +横風 0.00000018 +樫 0.00000238 +樫山 0.00000009 +樫材 0.00000009 +樵 0.00000238 +樵夫 0.00000009 +樹 0.00000229 +樹下 0.00000009 +樹冠 0.00000018 +樹幹 0.00000009 +樹木 0.00000413 +樹林 0.00000009 +樹氷 0.00000009 +樹液 0.00000220 +樹皮 0.00000119 +樹立 0.00001807 +樹脂 0.00000193 +樹里 0.00000009 +樹高 0.00000009 +樹齢 0.00000156 +樺 0.00000055 +樺太 0.00000028 +樺山 0.00000009 +樽 0.00000138 +樽乗り 0.00000009 +樽詰め 0.00000009 +橈 0.00000009 +橈骨 0.00000009 +橋 0.00002879 +橋上 0.00000009 +橋下 0.00000083 +橋下徹 0.00000009 +橋本 0.00000330 +橋渡 0.00000009 +橋渡し 0.00000293 +橋田 0.00000055 +橋立 0.00000018 +橋頭 0.00000009 +橘 0.00000009 +橘高 0.00000018 +橙 0.00000028 +機 0.00016818 +機一 0.00000009 +機上 0.00000028 +機中 0.00000009 +機代 0.00000009 +機会 0.00012068 +機体 0.00000358 +機先 0.00000009 +機具 0.00000073 +機内 0.00000532 +機内食 0.00000009 +機動 0.00000220 +機名 0.00000009 +機器 0.00002889 +機嫌 0.00001687 +機密 0.00000431 +機序 0.00000009 +機微 0.00000046 +機敏 0.00000183 +機材 0.00000293 +機械 0.00003943 +機構 0.00001605 +機爆破 0.00000009 +機甲 0.00000009 +機略 0.00000009 +機目掛け 0.00000009 +機知 0.00000165 +機種 0.00000624 +機織 0.00000018 +機織り 0.00000009 +機能 0.00006859 +機見 0.00000009 +機転 0.00000064 +機軸 0.00000037 +機運 0.00000018 +機銃 0.00000018 +機長 0.00000229 +機関 0.00009702 +橿 0.00000009 +橿原 0.00000009 +檀 0.00000018 +檀家 0.00000018 +檀寺 0.00000018 +檀那 0.00000018 +檄 0.00000018 +檐 0.00000009 +檣 0.00000037 +檣帆 0.00000018 +檸檬 0.00000018 +檻 0.00000064 +櫂 0.00000064 +櫓 0.00000046 +櫛 0.00000083 +櫛田 0.00000028 +櫻井 0.00000009 +欄 0.00000715 +欄干 0.00000037 +欄間 0.00000009 +欠 0.00000624 +欠か 0.00000312 +欠かせ 0.00001265 +欠かん 0.00000009 +欠け 0.00001834 +欠乏 0.00000128 +欠伸 0.00000009 +欠勤 0.00000064 +欠員 0.00000101 +欠場 0.00000128 +欠如 0.00000339 +欠席 0.00000220 +欠損 0.00000037 +欠泉 0.00000028 +欠点 0.00001357 +欠片 0.00000009 +欠番 0.00000028 +欠航 0.00000110 +欠落 0.00000147 +欠落部 0.00000009 +欠陥 0.00000853 +次 0.00027089 +次々 0.00002503 +次い 0.00000055 +次いで 0.00001027 +次ぎ 0.00000037 +次亜 0.00000009 +次代 0.00000009 +次作品 0.00000018 +次便 0.00000009 +次停車 0.00000009 +次元 0.00000752 +次号 0.00000073 +次善 0.00000037 +次回 0.00000972 +次回作 0.00000009 +次女 0.00000009 +次官 0.00000284 +次式 0.00000018 +次晴 0.00000009 +次期 0.00000440 +次点 0.00000046 +次男 0.00000128 +次章 0.00000009 +次第 0.00005080 +次表 0.00000009 +次郎 0.00000238 +次長 0.00000193 +欣也 0.00000018 +欣二 0.00000018 +欣喜 0.00000009 +欧 0.00000028 +欧州 0.00003008 +欧文 0.00000009 +欧洲 0.00000009 +欧米 0.00007061 +欧米国 0.00000009 +欧羅 0.00000018 +欧陽明 0.00000009 +欧風 0.00000009 +欲 0.00000990 +欲し 0.00006997 +欲しい 0.00000009 +欲ばり 0.00000009 +欲張 0.00000092 +欲張り 0.00000193 +欲得 0.00000009 +欲情 0.00000037 +欲望 0.00000807 +欲求 0.00001082 +欲深 0.00000046 +欲目 0.00000009 +欺 0.00000468 +欺瞞 0.00000037 +欽 0.00000009 +欽一 0.00000037 +歌 0.00015314 +歌い 0.00000028 +歌いかけ 0.00000009 +歌い上げ 0.00000092 +歌い継 0.00000018 +歌え 0.00000431 +歌わ 0.00000009 +歌人 0.00000138 +歌会 0.00000028 +歌作り 0.00000009 +歌劇 0.00000220 +歌合戦 0.00000018 +歌唄 0.00000009 +歌唱 0.00000193 +歌唱法 0.00000009 +歌声 0.00000477 +歌大勢 0.00000009 +歌姫 0.00000046 +歌川 0.00000028 +歌手 0.00005080 +歌手兼 0.00000009 +歌曲 0.00000055 +歌書 0.00000009 +歌本 0.00000009 +歌知 0.00000009 +歌習 0.00000009 +歌聴 0.00000009 +歌舞 0.00000083 +歌舞伎 0.00002577 +歌舞伎町 0.00000202 +歌詞 0.00001091 +歌謡 0.00000348 +歌謡史 0.00000009 +歌謡界 0.00000018 +歌迷 0.00000009 +歌集 0.00000138 +歌麿 0.00000119 +歎異 0.00000009 +歎異抄 0.00000009 +歓 0.00000009 +歓び 0.00000037 +歓会 0.00000009 +歓呼 0.00000028 +歓喜 0.00000348 +歓声 0.00000523 +歓待 0.00000147 +歓楽 0.00000101 +歓楽街 0.00000009 +歓談 0.00000064 +歓迎 0.00003540 +歓送 0.00000018 +止 0.00000248 +止ま 0.00003338 +止まり 0.00000183 +止まりかけ 0.00000018 +止まれ 0.00000009 +止め 0.00004677 +止めち 0.00000009 +止めつけ 0.00000009 +止めど 0.00000028 +止めれ 0.00000028 +止めろ 0.00000037 +止動 0.00000009 +止血 0.00000046 +正 0.00001770 +正々 0.00000055 +正し 0.00009079 +正しい 0.00000009 +正す 0.00000009 +正の 0.00000009 +正一 0.00000009 +正三郎 0.00000009 +正中 0.00000009 +正之助 0.00000009 +正人 0.00000083 +正体 0.00000495 +正俊 0.00000009 +正倉 0.00000110 +正倉院 0.00000018 +正典 0.00000009 +正刷り 0.00000018 +正則 0.00000028 +正力 0.00000028 +正十郎 0.00000028 +正午 0.00000477 +正午前 0.00000028 +正午頃 0.00000009 +正否 0.00000009 +正味 0.00000018 +正和 0.00000009 +正夢 0.00000037 +正大 0.00000028 +正太郎 0.00000009 +正妥 0.00000009 +正妻 0.00000018 +正子 0.00000009 +正岡 0.00000009 +正巳 0.00000009 +正常 0.00001210 +正広 0.00000028 +正座 0.00000119 +正式 0.00002953 +正当 0.00001889 +正彦 0.00000046 +正念 0.00000046 +正拳 0.00000009 +正持 0.00000009 +正捕手 0.00000028 +正攻 0.00000037 +正教 0.00000037 +正教会 0.00000009 +正方 0.00000083 +正日 0.00000293 +正明 0.00000018 +正時 0.00000009 +正晃 0.00000009 +正曉 0.00000009 +正月 0.00002100 +正木 0.00000018 +正本 0.00000018 +正樹 0.00000092 +正殿 0.00000028 +正気 0.00000477 +正気づ 0.00000037 +正治 0.00000046 +正派 0.00000009 +正浩 0.00000028 +正照 0.00000009 +正田 0.00000055 +正男 0.00000009 +正直 0.00004383 +正直逃げ出 0.00000009 +正直頭 0.00000009 +正直顔 0.00000009 +正真 0.00000211 +正確 0.00003998 +正章 0.00000018 +正答 0.00000018 +正篤 0.00000009 +正統 0.00000202 +正統派 0.00000009 +正義 0.00001220 +正芳 0.00000009 +正蔵 0.00000046 +正行 0.00000009 +正装 0.00000174 +正規 0.00000724 +正視 0.00000037 +正親町 0.00000009 +正解 0.00000339 +正誤 0.00000009 +正論 0.00000055 +正造 0.00000119 +正銘 0.00000202 +正門 0.00000064 +正雄 0.00000028 +正面 0.00000990 +正餐 0.00000009 +正鵠 0.00000009 +此 0.00000037 +此処 0.00000028 +此方 0.00000046 +此辺 0.00000009 +武 0.00000303 +武一 0.00000009 +武久 0.00000009 +武井 0.00000046 +武人 0.00000009 +武俊 0.00000009 +武具 0.00000642 +武内 0.00000009 +武力 0.00000734 +武勇 0.00000064 +武勲 0.00000018 +武双山 0.00000009 +武史 0.00000110 +武器 0.00002650 +武士 0.00001421 +武夫 0.00000028 +武官 0.00000028 +武家 0.00000183 +武富士 0.00000055 +武将 0.00000541 +武尊 0.00000009 +武居 0.00000009 +武市 0.00000018 +武彦 0.00000009 +武徳殿 0.00000009 +武明 0.00000009 +武春 0.00000009 +武村 0.00000009 +武満 0.00000009 +武漢 0.00000028 +武甕 0.00000009 +武田 0.00000486 +武男 0.00000009 +武監督 0.00000009 +武者 0.00000156 +武良 0.00000009 +武芸 0.00000018 +武蔵 0.00000660 +武蔵丸 0.00000092 +武蔵丸ら 0.00000009 +武蔵野 0.00000138 +武藤 0.00000009 +武術 0.00000284 +武装 0.00001376 +武豊 0.00000110 +武運 0.00000028 +武道 0.00000770 +武鉉 0.00000165 +武闘 0.00000009 +武陵 0.00000037 +武雄 0.00000028 +武騎 0.00000018 +武騎手 0.00000018 +武骨 0.00000009 +歩 0.00015984 +歩き 0.00000523 +歩き回 0.00000890 +歩く 0.00000009 +歩け 0.00000569 +歩み 0.00000376 +歩みさ 0.00000009 +歩み去 0.00000028 +歩み寄 0.00000348 +歩み寄り 0.00000073 +歩め 0.00000018 +歩兵 0.00000220 +歩合 0.00000092 +歩哨 0.00000101 +歩実 0.00000009 +歩幅 0.00000073 +歩数 0.00000009 +歩歩 0.00000009 +歩留まり 0.00000009 +歩行 0.00000926 +歩調 0.00000147 +歩道 0.00001174 +歪 0.00000202 +歪み 0.00000138 +歪め 0.00000174 +歪曲 0.00000083 +歯 0.00002962 +歯がゆ 0.00000073 +歯ぎしり 0.00000018 +歯ぎれ 0.00000009 +歯みがき 0.00000055 +歯並 0.00000009 +歯並び 0.00000037 +歯切れ 0.00000046 +歯列 0.00000028 +歯向か 0.00000018 +歯周 0.00000018 +歯周病 0.00000009 +歯垢 0.00000018 +歯外れ 0.00000009 +歯学 0.00000009 +歯形 0.00000009 +歯応え 0.00000073 +歯槽 0.00000009 +歯止め 0.00000211 +歯無し 0.00000009 +歯痛 0.00000073 +歯石 0.00000009 +歯磨 0.00000018 +歯磨き 0.00000211 +歯科 0.00000477 +歯肉 0.00000037 +歯舞 0.00000028 +歯茎 0.00000138 +歯触り 0.00000009 +歯車 0.00000165 +歯間 0.00000009 +歳 0.00035241 +歳上 0.00000018 +歳代 0.00000009 +歳入 0.00000073 +歳出 0.00000119 +歳取 0.00000009 +歳寄り 0.00000009 +歳差 0.00000009 +歳暮 0.00000385 +歳月 0.00000413 +歳末 0.00000009 +歳末期 0.00000009 +歳費 0.00000009 +歴 0.00000669 +歴々 0.00000018 +歴代 0.00000413 +歴任 0.00000073 +歴史 0.00014214 +歴女 0.00000037 +歴戦 0.00000028 +歴歴 0.00000009 +歴然 0.00000083 +歴訪 0.00000147 +死 0.00021523 +死が 0.00000009 +死がい 0.00000009 +死に 0.00000028 +死ね 0.00000064 +死ん 0.00000028 +死亡 0.00006245 +死人 0.00000413 +死体 0.00001476 +死傷 0.00000321 +死刑 0.00002054 +死刑囚 0.00000009 +死別 0.00000046 +死力 0.00000018 +死去 0.00000440 +死因 0.00000945 +死地 0.00000009 +死守 0.00000037 +死屍 0.00000018 +死後 0.00000816 +死期 0.00000073 +死活 0.00000064 +死海 0.00000257 +死滅 0.00000092 +死生 0.00000073 +死産 0.00000092 +死番 0.00000009 +死病 0.00000009 +死相 0.00000018 +死神 0.00000018 +死線 0.00000018 +死罪 0.00000046 +死者 0.00001852 +死肉 0.00000009 +死臭 0.00000009 +死角 0.00000018 +死語 0.00000028 +死闘 0.00000037 +死霊 0.00000009 +死顔 0.00000018 +死骸 0.00000238 +殆ど 0.00000009 +殉 0.00000028 +殉教 0.00000128 +殉死 0.00000009 +殉職 0.00000018 +殊 0.00000064 +殊勲 0.00000119 +残 0.00015874 +残がい 0.00000018 +残し 0.00000009 +残せ 0.00000046 +残り 0.00003411 +残り物 0.00000018 +残る 0.00000028 +残れ 0.00000028 +残余 0.00000009 +残像 0.00000018 +残党 0.00000009 +残剣 0.00000018 +残存 0.00000092 +残屑 0.00000018 +残心 0.00000009 +残忍 0.00000403 +残念 0.00006300 +残暑 0.00000055 +残業 0.00000890 +残渣 0.00000009 +残火 0.00000009 +残片 0.00000009 +残留 0.00000376 +残虐 0.00000468 +残酷 0.00001183 +残量 0.00000037 +残金 0.00000018 +残響 0.00000037 +残額 0.00000037 +残飯 0.00000073 +残香 0.00000009 +残骸 0.00000248 +残高 0.00000211 +殖 0.00000037 +殖や 0.00000009 +殖民 0.00000028 +殯 0.00000037 +殲滅 0.00000009 +殴 0.00001210 +殴り 0.00000028 +殴りあ 0.00000018 +殴りあい 0.00000009 +殴りかか 0.00000018 +殴りつけ 0.00000128 +殴り倒 0.00000055 +殴り合 0.00000018 +殴り合い 0.00000101 +殴り書き 0.00000028 +殴り殺 0.00000028 +殴り込 0.00000009 +殴り込み 0.00000009 +殴打 0.00000046 +段 0.00001733 +段々 0.00000238 +段上 0.00000018 +段上が 0.00000009 +段丘 0.00000009 +段位 0.00000046 +段取 0.00000009 +段取り 0.00000073 +段取りまで 0.00000009 +段差 0.00000028 +段段 0.00000009 +段落 0.00000083 +段落と 0.00000009 +段違い 0.00000046 +段階 0.00003540 +段階上が 0.00000009 +段飾り 0.00000018 +殷 0.00000009 +殷盛 0.00000018 +殺 0.00007675 +殺し 0.00000138 +殺し合 0.00000009 +殺し合い 0.00000101 +殺し屋 0.00000110 +殺す 0.00000028 +殺せ 0.00000055 +殺りく 0.00000257 +殺人 0.00003045 +殺伐 0.00000037 +殺傷 0.00000064 +殺到 0.00000706 +殺場 0.00000009 +殺害 0.00001641 +殺意 0.00000018 +殺戮 0.00000073 +殺気 0.00000018 +殺生 0.00000018 +殺菌 0.00000284 +殺虫 0.00000422 +殺陣 0.00000101 +殺陣師 0.00000009 +殺風景 0.00000037 +殺鼠 0.00000009 +殻 0.00000422 +殿 0.00000587 +殿下 0.00000734 +殿堂 0.00000193 +殿居 0.00000009 +殿方 0.00000046 +殿軍 0.00000009 +毀 0.00000009 +毀れ 0.00000009 +毀損 0.00000128 +毀誉 0.00000018 +毀釈 0.00000009 +毅 0.00000046 +毅然 0.00000138 +母 0.00012453 +母一人子 0.00000009 +母上 0.00000028 +母乳 0.00000669 +母亡 0.00000009 +母代わり 0.00000009 +母体 0.00000147 +母君 0.00000028 +母国 0.00001953 +母堂 0.00000018 +母娘 0.00000046 +母子 0.00000440 +母屋 0.00000073 +母島 0.00000018 +母性 0.00000110 +母指 0.00000009 +母方 0.00000083 +母星 0.00000009 +母校 0.00000110 +母港 0.00000046 +母犬 0.00000009 +母的 0.00000009 +母神 0.00000028 +母系 0.00000028 +母船 0.00000009 +母艦 0.00000064 +母親 0.00009730 +母親業 0.00000009 +母語 0.00001596 +母音 0.00000101 +母馬 0.00000009 +毎 0.00000266 +毎僕 0.00000018 +毎分 0.00000064 +毎号 0.00000028 +毎回 0.00000880 +毎夏 0.00000037 +毎夕 0.00000037 +毎夜 0.00000064 +毎学期 0.00000028 +毎年 0.00010922 +毎度 0.00000119 +毎教室 0.00000009 +毎日 0.00011857 +毎春 0.00000028 +毎時 0.00000064 +毎晩 0.00000853 +毎晩旦那 0.00000009 +毎月 0.00001999 +毎朝 0.00001128 +毎秒 0.00000110 +毎試合 0.00000018 +毎週 0.00001935 +毎食 0.00000046 +毎食事 0.00000018 +毎食後 0.00000009 +毒 0.00000899 +毒々し 0.00000037 +毒き 0.00000009 +毒づ 0.00000064 +毒入 0.00000028 +毒婦 0.00000009 +毒性 0.00000165 +毒殺 0.00000092 +毒気 0.00000037 +毒沼 0.00000009 +毒液 0.00000009 +毒牙 0.00000018 +毒物 0.00000156 +毒矢 0.00000046 +毒素 0.00000101 +毒舌 0.00000028 +毒薬 0.00000119 +毒虫 0.00000009 +毒蛇 0.00000092 +毒針 0.00000009 +比 0.00000468 +比べ 0.00006905 +比べる 0.00000009 +比べれ 0.00000688 +比例 0.00000413 +比内 0.00000009 +比叡山 0.00000018 +比喩 0.00000101 +比嘉 0.00000009 +比嘉愛未 0.00000009 +比子 0.00000009 +比率 0.00000734 +比肩 0.00000009 +比較 0.00004998 +比重 0.00000101 +比類 0.00000156 +毘古 0.00000009 +毛 0.00002421 +毛ガニ 0.00000009 +毛並 0.00000009 +毛並み 0.00000037 +毛乳頭 0.00000009 +毛先 0.00000046 +毛刈 0.00000046 +毛刈り 0.00000009 +毛利 0.00000028 +毛利衛 0.00000037 +毛割り 0.00000009 +毛唐 0.00000009 +毛嫌い 0.00000055 +毛孔 0.00000009 +毛布 0.00000660 +毛布引っ張 0.00000009 +毛根 0.00000018 +毛母 0.00000009 +毛深 0.00000046 +毛生え 0.00000018 +毛皮 0.00000431 +毛穴 0.00000193 +毛筆 0.00000046 +毛管 0.00000009 +毛糸 0.00000147 +毛糸玉 0.00000037 +毛細 0.00000028 +毛織 0.00000009 +毛織り 0.00000009 +毛羽 0.00000009 +毛色 0.00000018 +毛虫 0.00000028 +毛見 0.00000009 +毛越 0.00000009 +毛針 0.00000009 +毛頭 0.00000046 +毛馬 0.00000009 +毛髪 0.00000101 +毫 0.00000009 +氈 0.00000009 +氏 0.00054966 +氏名 0.00000330 +氏子 0.00000055 +氏族 0.00000018 +氏神 0.00000028 +民 0.00003145 +民主 0.00007877 +民事 0.00000119 +民代 0.00000009 +民会 0.00000009 +民俗 0.00000110 +民俗村 0.00000009 +民兵 0.00000064 +民具 0.00000018 +民商 0.00000009 +民営 0.00000779 +民国 0.00000110 +民夫 0.00000009 +民家 0.00000220 +民宿 0.00000293 +民意 0.00000046 +民放 0.00000064 +民政 0.00000037 +民族 0.00006612 +民権 0.00000018 +民法 0.00000138 +民生 0.00000037 +民社 0.00000009 +民航 0.00000009 +民芸 0.00000193 +民草 0.00000009 +民衆 0.00001513 +民話 0.00000073 +民謡 0.00000211 +民謡集 0.00000018 +民間 0.00003320 +民雄 0.00000037 +気 0.00039056 +気がかり 0.00000018 +気がね 0.00000028 +気さく 0.00000358 +気さくさ 0.00000009 +気ぜわし 0.00000018 +気だて 0.00000028 +気だる 0.00000018 +気づ 0.00004062 +気づか 0.00000138 +気づかい 0.00000009 +気づき 0.00000055 +気づけ 0.00000018 +気なし 0.00000009 +気の毒 0.00001064 +気の毒が 0.00000018 +気ばらし 0.00000009 +気ま 0.00000037 +気まぐれ 0.00000559 +気まず 0.00000284 +気まま 0.00000257 +気丈 0.00000028 +気乗り 0.00000055 +気付 0.00008106 +気付き 0.00000073 +気付け 0.00000046 +気仙 0.00000055 +気仙沼 0.00000046 +気休め 0.00000064 +気位 0.00000083 +気体 0.00000092 +気使 0.00000009 +気候 0.00004218 +気兼ね 0.00000110 +気分 0.00006162 +気前 0.00000761 +気力 0.00000358 +気功 0.00000037 +気勢 0.00000009 +気化 0.00000028 +気取 0.00000248 +気取り 0.00000073 +気合 0.00000064 +気合い 0.00000083 +気味 0.00001559 +気品 0.00000119 +気団 0.00000018 +気圧 0.00000238 +気孔 0.00000018 +気安 0.00000092 +気密 0.00000064 +気弱 0.00000046 +気後 0.00000009 +気後れ 0.00000101 +気心 0.00000101 +気怠 0.00000009 +気性 0.00000248 +気恥ずかし 0.00000119 +気息 0.00000055 +気持 0.00000266 +気持ち 0.00017185 +気掛か 0.00000009 +気掛かり 0.00000165 +気晴らし 0.00000174 +気楼 0.00000009 +気楽 0.00001009 +気概 0.00000064 +気構え 0.00000037 +気泡 0.00000092 +気流 0.00000028 +気温 0.00001944 +気焔 0.00000009 +気狂 0.00000018 +気球 0.00000514 +気疲れ 0.00000009 +気短 0.00000046 +気立 0.00000009 +気立て 0.00000101 +気筒 0.00000009 +気管 0.00000110 +気紛 0.00000018 +気紛れ 0.00000028 +気絶 0.00000459 +気腫 0.00000028 +気色 0.00000009 +気落ち 0.00000073 +気詰まり 0.00000018 +気詰まりな 0.00000018 +気象 0.00001183 +気負 0.00000055 +気負い 0.00000037 +気質 0.00000569 +気軽 0.00001431 +気迫 0.00000138 +気迫力 0.00000018 +気運 0.00000073 +気道 0.00000064 +気違 0.00000009 +気違い 0.00000073 +気遣 0.00000440 +気遣い 0.00000220 +気遣わし 0.00000009 +気配 0.00000532 +気配り 0.00000211 +気鋭 0.00000037 +気長 0.00000046 +気雑 0.00000009 +気難し 0.00000128 +気風 0.00000055 +気駕 0.00000018 +気骨 0.00000028 +気高 0.00000128 +氣 0.00000046 +水 0.00016607 +水く 0.00000028 +水くさ 0.00000028 +水しぶき 0.00000064 +水たまり 0.00000018 +水に 0.00000009 +水はけ 0.00000009 +水まわり 0.00000009 +水クモ 0.00000009 +水一 0.00000009 +水上 0.00000394 +水中 0.00000403 +水仙 0.00000009 +水位 0.00000101 +水俣 0.00000211 +水先 0.00000156 +水入 0.00000018 +水入れ 0.00000037 +水兵 0.00000092 +水出 0.00000018 +水分 0.00000669 +水切り 0.00000037 +水切れ 0.00000009 +水利権 0.00000009 +水割り 0.00000064 +水力 0.00000165 +水原 0.00000046 +水取 0.00000018 +水取り 0.00000101 +水吸 0.00000009 +水商売 0.00000009 +水圧 0.00000055 +水城 0.00000028 +水域 0.00000220 +水増し 0.00000046 +水墨 0.00000147 +水墨画 0.00000110 +水夫 0.00000504 +水害 0.00000055 +水島 0.00000028 +水嵩 0.00000009 +水嶋 0.00000037 +水差し 0.00000183 +水差しも 0.00000009 +水平 0.00000348 +水平尾翼 0.00000009 +水平面 0.00000009 +水底 0.00000092 +水張 0.00000009 +水彩 0.00000046 +水彩画 0.00000009 +水心 0.00000055 +水性 0.00000009 +水戸 0.00000229 +水扁 0.00000037 +水抜き 0.00000009 +水持 0.00000009 +水掛け 0.00000018 +水揚げ 0.00000092 +水族 0.00000348 +水星 0.00000055 +水晶 0.00000248 +水晶体 0.00000009 +水曜 0.00001586 +水曜日 0.00000202 +水月 0.00000009 +水木 0.00000147 +水柱 0.00000009 +水栓 0.00000009 +水桶 0.00000009 +水槽 0.00000394 +水気 0.00000284 +水氷 0.00000009 +水汲 0.00000037 +水汲み 0.00000018 +水没 0.00000165 +水泡 0.00000028 +水注 0.00000009 +水泳 0.00001440 +水洗 0.00000083 +水洗い 0.00000083 +水流 0.00000037 +水浴 0.00000009 +水浴び 0.00000092 +水浸 0.00000073 +水浸し 0.00000046 +水深 0.00000275 +水温 0.00000147 +水源 0.00000110 +水準 0.00001981 +水溜り 0.00000028 +水溶 0.00000037 +水滴 0.00000073 +水滸 0.00000009 +水漏れ 0.00000110 +水炉 0.00000009 +水烟 0.00000009 +水煮 0.00000028 +水爆 0.00000064 +水牛 0.00000009 +水物 0.00000009 +水玉 0.00000018 +水球 0.00000009 +水瓶 0.00000110 +水生 0.00000018 +水生成器 0.00000009 +水産 0.00000770 +水産業 0.00000046 +水用 0.00000009 +水田 0.00000211 +水疱 0.00000018 +水疱瘡 0.00000018 +水痘 0.00000018 +水着 0.00000853 +水神 0.00000037 +水稲 0.00000009 +水竜 0.00000009 +水筒 0.00000055 +水管 0.00000009 +水管理 0.00000009 +水系 0.00000018 +水素 0.00000724 +水羊 0.00000009 +水耕 0.00000037 +水脈 0.00000009 +水腫 0.00000009 +水膨れ 0.00000018 +水色 0.00000055 +水草 0.00000073 +水葬 0.00000009 +水薬 0.00000028 +水虫 0.00000073 +水谷 0.00000238 +水質 0.00000229 +水路 0.00000376 +水車 0.00000138 +水辺 0.00000156 +水連 0.00000028 +水遊び 0.00000009 +水運 0.00000009 +水道 0.00000761 +水郷 0.00000009 +水都 0.00000009 +水酸 0.00000037 +水酸化 0.00000009 +水野 0.00000037 +水量 0.00000018 +水鉄 0.00000018 +水鉄砲 0.00000018 +水銀 0.00000174 +水門 0.00000083 +水防 0.00000009 +水陸 0.00000110 +水際 0.00000046 +水難 0.00000009 +水面 0.00000559 +水音 0.00000037 +水頭 0.00000018 +水風呂 0.00000009 +水飛沫 0.00000009 +水飲 0.00000046 +水飲み 0.00000009 +水鳥 0.00000046 +氷 0.00001807 +氷づけ 0.00000009 +氷上 0.00000083 +氷像 0.00000064 +氷入り 0.00000009 +氷入れ 0.00000009 +氷冠 0.00000055 +氷原 0.00000037 +氷嚢 0.00000009 +氷塊 0.00000037 +氷室 0.00000009 +氷山 0.00000138 +氷川 0.00000248 +氷帽 0.00000009 +氷床 0.00000138 +氷彫 0.00000018 +氷彫刻 0.00000009 +氷抜 0.00000009 +氷景 0.00000018 +氷柱 0.00000028 +氷棚 0.00000009 +氷水 0.00000009 +氷河 0.00000578 +氷消 0.00000028 +氷滑り 0.00000009 +氷漬け 0.00000009 +氷点 0.00000156 +氷状 0.00000009 +氷穴 0.00000009 +氷結 0.00000018 +氷見 0.00000018 +氷解 0.00000028 +氷貫 0.00000009 +氷雪 0.00000018 +永 0.00000101 +永々 0.00000009 +永く 0.00000009 +永らえ 0.00000064 +永三 0.00000009 +永世 0.00000018 +永久 0.00000981 +永久保 0.00000018 +永久保存 0.00000009 +永久花 0.00000009 +永井 0.00000376 +永代 0.00000028 +永住 0.00002348 +永住権 0.00000073 +永作 0.00000009 +永倉 0.00000009 +永劫 0.00000037 +永吉 0.00000018 +永嗣 0.00000018 +永島 0.00000009 +永崎 0.00000028 +永年 0.00000046 +永徳 0.00000064 +永楽 0.00000009 +永浦 0.00000009 +永源 0.00000009 +永漢 0.00000018 +永瀬 0.00000028 +永田 0.00000046 +永眠 0.00000046 +永福 0.00000018 +永続 0.00000266 +永谷 0.00000009 +永谷園 0.00000009 +永遠 0.00002183 +永遠性 0.00000009 +永里 0.00000009 +永野 0.00000009 +永青 0.00000009 +氾 0.00000009 +氾濫 0.00000257 +汁 0.00001210 +汁作 0.00000018 +汁気 0.00000046 +汁物 0.00000064 +汁粉 0.00000037 +汁飲 0.00000009 +求 0.00000064 +求ま 0.00000009 +求め 0.00017598 +求めれ 0.00000046 +求めん 0.00000009 +求め合 0.00000009 +求人 0.00000990 +求人数 0.00000009 +求刑 0.00000083 +求婚 0.00000165 +求心 0.00000009 +求愛 0.00000083 +求職 0.00000220 +求道 0.00000009 +汎 0.00000018 +汎用 0.00000055 +汎神 0.00000018 +汎米 0.00000009 +汐留 0.00000018 +汐谷 0.00000018 +汗 0.00001091 +汗だ 0.00000037 +汗だく 0.00000028 +汗まみれ 0.00000018 +汗みずく 0.00000009 +汗握 0.00000028 +汗水 0.00000018 +汗水流 0.00000009 +汗腺 0.00000028 +汗臭 0.00000046 +汗蒸幕 0.00000009 +汚 0.00001926 +汚す 0.00000009 +汚な 0.00000009 +汚ら 0.00000009 +汚らし 0.00000018 +汚らしい 0.00000009 +汚らわし 0.00000037 +汚れ 0.00001706 +汚名 0.00000257 +汚染 0.00002357 +汚水 0.00000028 +汚泥 0.00000009 +汚点 0.00000083 +汚物 0.00000073 +汚職 0.00000486 +汚臭 0.00000009 +汝 0.00000403 +汝動 0.00000009 +汝殺 0.00000009 +江 0.00000633 +江ノ 0.00000018 +江ノ島 0.00000046 +江ノ電 0.00000009 +江上 0.00000009 +江利 0.00000009 +江副 0.00000009 +江口 0.00000073 +江崎 0.00000092 +江川 0.00000018 +江府 0.00000009 +江戸 0.00004145 +江戸兵衛 0.00000009 +江戸川 0.00000092 +江東 0.00000055 +江梨子 0.00000028 +江沿い 0.00000009 +江津子 0.00000073 +江田 0.00000009 +江田島 0.00000009 +江藤 0.00000028 +江角 0.00000018 +池 0.00001000 +池上 0.00000101 +池内 0.00000110 +池央 0.00000009 +池子 0.00000009 +池底 0.00000028 +池水 0.00000028 +池澤 0.00000028 +池田 0.00000275 +池袋 0.00000348 +池谷 0.00000018 +汰 0.00000018 +汲 0.00000064 +汲々 0.00000009 +汲み上げ 0.00000009 +決 0.00000248 +決し 0.00000348 +決して 0.00008317 +決ま 0.00005154 +決まり 0.00000954 +決まり事 0.00000073 +決まり手 0.00000028 +決め 0.00014590 +決めこ 0.00000018 +決めちゃ 0.00000009 +決めつけ 0.00000385 +決めろ 0.00000018 +決め付け 0.00000156 +決め手 0.00000211 +決め込 0.00000037 +決別 0.00000083 +決勝 0.00003870 +決壊 0.00000037 +決定 0.00008042 +決心 0.00002146 +決意 0.00003998 +決戦 0.00000092 +決断 0.00002696 +決死 0.00000073 +決済 0.00000193 +決然 0.00000101 +決着 0.00000468 +決算 0.00000156 +決行 0.00000073 +決裁 0.00000028 +決裂 0.00000073 +決議 0.00001146 +決起 0.00000028 +決選 0.00000028 +決闘 0.00000550 +汽笛 0.00000211 +汽船 0.00000477 +汽車 0.00000284 +沁 0.00000028 +沁み 0.00000009 +沁み入 0.00000009 +沈 0.00001220 +沈み 0.00000073 +沈みかけ 0.00000009 +沈みこ 0.00000018 +沈み込 0.00000028 +沈め 0.00000312 +沈ん 0.00000018 +沈下 0.00000083 +沈思 0.00000018 +沈殿 0.00000073 +沈没 0.00000376 +沈渣 0.00000009 +沈滞 0.00000073 +沈着 0.00000073 +沈船 0.00000009 +沈金 0.00000009 +沈降 0.00000028 +沈陽 0.00000037 +沈静 0.00000055 +沈鬱 0.00000018 +沈黙 0.00001495 +沐浴 0.00000018 +沐浴湯 0.00000009 +沓掛時次郎 0.00000009 +沖 0.00000990 +沖之原 0.00000009 +沖合 0.00000229 +沖合い 0.00000028 +沖田 0.00000064 +沖縄 0.00003558 +沖識 0.00000009 +沙 0.00000009 +沙保里 0.00000073 +沙汰 0.00000532 +沙漠 0.00000009 +沙織 0.00000073 +沙羅 0.00000009 +沙美 0.00000028 +沙耶香 0.00000018 +没 0.00000174 +没入 0.00000018 +没収 0.00000229 +没後 0.00000101 +没有 0.00000009 +没落 0.00000156 +没頭 0.00000459 +沢 0.00000211 +沢井 0.00000037 +沢山 0.00000147 +沢木 0.00000009 +沢村 0.00000055 +沢東 0.00000238 +沢民 0.00000147 +沢田 0.00000092 +沢知恵 0.00000009 +沢美 0.00000128 +沫 0.00000009 +河 0.00000376 +河上 0.00000009 +河内 0.00000018 +河北 0.00000046 +河南 0.00000009 +河原 0.00000064 +河原塚 0.00000009 +河原町 0.00000018 +河又 0.00000018 +河口 0.00000303 +河合 0.00000055 +河向こう 0.00000009 +河岡 0.00000018 +河岸 0.00000156 +河川 0.00000376 +河川敷 0.00000018 +河床 0.00000009 +河村 0.00000147 +河津 0.00000018 +河添 0.00000009 +河清 0.00000028 +河港 0.00000009 +河瀬 0.00000092 +河畔 0.00000083 +河童 0.00000028 +河西 0.00000009 +河近く 0.00000009 +河野 0.00000193 +河風 0.00000009 +河高層 0.00000009 +沸 0.00000422 +沸々 0.00000009 +沸か 0.00000156 +沸きあが 0.00000009 +沸き上が 0.00000028 +沸き起こ 0.00000110 +沸騰 0.00000459 +油 0.00002834 +油さし 0.00000009 +油っこ 0.00000046 +油井 0.00000064 +油備 0.00000009 +油入れ 0.00000018 +油分 0.00000018 +油切れ 0.00000009 +油屋 0.00000046 +油山 0.00000009 +油布 0.00000018 +油彩 0.00000046 +油性 0.00000009 +油抜き 0.00000018 +油揚げ 0.00000073 +油断 0.00000266 +油滴 0.00000028 +油漬け 0.00000009 +油煙 0.00000009 +油田 0.00000138 +油紙 0.00000018 +油絵 0.00000092 +油脂 0.00000083 +治 0.00001715 +治す 0.00000018 +治せ 0.00000055 +治ま 0.00000147 +治まる 0.00000009 +治め 0.00000495 +治り 0.00000009 +治りかけ 0.00000018 +治る 0.00000009 +治下 0.00000009 +治世 0.00000037 +治五郎 0.00000018 +治兵衛 0.00000018 +治具 0.00000009 +治国 0.00000009 +治外 0.00000037 +治安 0.00001632 +治恵 0.00000009 +治水 0.00000018 +治療 0.00010738 +治癒 0.00000358 +治虫 0.00000229 +治郎 0.00000018 +治験 0.00000083 +沼 0.00000431 +沼地 0.00000174 +沼沢 0.00000018 +沼津 0.00000046 +沼田 0.00000009 +沽券 0.00000009 +沿 0.00001632 +沿い 0.00000844 +沿え 0.00000101 +沿えれ 0.00000009 +沿岸 0.00000890 +沿海 0.00000101 +沿線 0.00000128 +沿道 0.00000238 +泉 0.00000743 +泉ヶ岳 0.00000009 +泉岳 0.00000009 +泉州 0.00000018 +泉工 0.00000018 +泉水 0.00000028 +泉田 0.00000009 +泉質 0.00000037 +泊 0.00000853 +泊ま 0.00001862 +泊まり 0.00000101 +泊まりがけ 0.00000009 +泊まりこみ 0.00000009 +泊まり込 0.00000028 +泊まり込み 0.00000009 +泊まる 0.00000064 +泊まれ 0.00000018 +泊め 0.00000293 +泊り 0.00000073 +泊り会 0.00000009 +泊れ 0.00000018 +泌尿 0.00000028 +法 0.00012930 +法事 0.00000064 +法人 0.00000834 +法人格 0.00000009 +法令 0.00000193 +法会 0.00000028 +法例 0.00000018 +法具 0.00000009 +法典 0.00000009 +法制 0.00000174 +法制定 0.00000009 +法則 0.00001165 +法務 0.00001009 +法医学 0.00000018 +法卓 0.00000009 +法印 0.00000009 +法外 0.00000229 +法子 0.00000018 +法学 0.00000183 +法学院 0.00000009 +法定 0.00000110 +法師 0.00000083 +法度 0.00000028 +法廷 0.00000935 +法廷内 0.00000009 +法律 0.00008088 +法手続き 0.00000028 +法政 0.00000156 +法曹 0.00000028 +法服 0.00000009 +法案 0.00002302 +法治 0.00000055 +法然 0.00000009 +法王 0.00000532 +法的 0.00001192 +法科 0.00000046 +法興 0.00000009 +法華 0.00000083 +法螺 0.00000009 +法行 0.00000009 +法衣 0.00000028 +法被 0.00000009 +法要 0.00000083 +法規 0.00000073 +法話 0.00000009 +法輪 0.00000110 +法酒 0.00000009 +法院 0.00000037 +法隆 0.00000238 +法隆寺 0.00000009 +法_ 0.00000009 +泡 0.00000468 +泡だて 0.00000009 +泡切れ 0.00000009 +泡沫 0.00000009 +泡湯 0.00000009 +泡盛 0.00000028 +泡立 0.00000110 +泡立ち 0.00000037 +泡立て 0.00000083 +泡風呂 0.00000009 +波 0.00002265 +波乱 0.00000147 +波佐見 0.00000009 +波切島 0.00000009 +波力 0.00000037 +波動 0.00000064 +波及 0.00000147 +波夫 0.00000009 +波平 0.00000083 +波形 0.00000009 +波打 0.00000128 +波斯 0.00000009 +波止 0.00000009 +波止場 0.00000459 +波浪 0.00000009 +波瀾 0.00000138 +波状 0.00000037 +波立 0.00000046 +波紋 0.00000183 +波長 0.00000119 +波間 0.00000073 +波静か 0.00000009 +波音 0.00000018 +波頭 0.00000018 +波風 0.00000055 +波高 0.00000009 +泣 0.00005200 +泣か 0.00000055 +泣き 0.00000596 +泣きじゃく 0.00000018 +泣きじゃくる 0.00000009 +泣きつ 0.00000018 +泣きどころ 0.00000018 +泣きふ 0.00000018 +泣きや 0.00000018 +泣き叫 0.00000046 +泣き落と 0.00000009 +泣く 0.00000009 +泣け 0.00000083 +泣言 0.00000009 +泥 0.00000770 +泥まみれ 0.00000018 +泥よけ 0.00000009 +泥んこ 0.00000018 +泥仕合 0.00000009 +泥作り 0.00000018 +泥土 0.00000037 +泥棒 0.00001431 +泥水 0.00000073 +泥沼 0.00000101 +泥流 0.00000009 +泥濘 0.00000009 +泥灰 0.00000009 +泥炭 0.00000046 +泥玉 0.00000018 +泥縄 0.00000009 +泥臭 0.00000018 +泥質 0.00000018 +泥遊び 0.00000009 +泥道 0.00000037 +泥酔 0.00000092 +注 0.00002843 +注い 0.00000028 +注ぎ 0.00000046 +注ぎかけ 0.00000018 +注ぎこ 0.00000009 +注ぎ足 0.00000018 +注ぎ込 0.00000312 +注ぎ込み 0.00000009 +注ぎ込め 0.00000009 +注ぐ 0.00000009 +注げ 0.00000018 +注入 0.00000284 +注力 0.00000101 +注射 0.00000779 +注意 0.00010463 +注意深 0.00000009 +注文 0.00008611 +注目 0.00007529 +注腸 0.00000009 +注視 0.00000028 +注記 0.00000018 +注連 0.00000009 +注釈 0.00000064 +泰一 0.00000009 +泰三 0.00000009 +泰公 0.00000009 +泰則 0.00000009 +泰剛 0.00000009 +泰卓 0.00000009 +泰吉 0.00000009 +泰周 0.00000009 +泰報 0.00000009 +泰子 0.00000101 +泰幸 0.00000018 +泰斗 0.00000018 +泰明 0.00000009 +泰昭 0.00000009 +泰淳 0.00000009 +泰章 0.00000009 +泰行 0.00000009 +泰裕 0.00000018 +泰西 0.00000009 +泰阜 0.00000073 +泰院 0.00000009 +泳 0.00001623 +泳い 0.00000018 +泳ぎ 0.00000403 +泳ぎだ 0.00000018 +泳ぎつ 0.00000009 +泳ぎ出 0.00000018 +泳ぎ回 0.00000009 +泳ぎ手 0.00000009 +泳げ 0.00000202 +泳法 0.00000009 +泳者 0.00000028 +洋 0.00004072 +洋々 0.00000028 +洋七 0.00000009 +洋上 0.00000037 +洋之 0.00000055 +洋二 0.00000009 +洋二郎 0.00000028 +洋介 0.00000037 +洋俊 0.00000009 +洋太郎 0.00000083 +洋奨 0.00000037 +洋子 0.00000037 +洋室 0.00000064 +洋岸 0.00000046 +洋平 0.00000046 +洋式 0.00000183 +洋書 0.00000119 +洋服 0.00001348 +洋梨 0.00000009 +洋楽 0.00000092 +洋楽し 0.00000009 +洋次 0.00000119 +洋洋 0.00000009 +洋灯 0.00000055 +洋物 0.00000009 +洋犬 0.00000009 +洋琴 0.00000009 +洋画 0.00000156 +洋袴 0.00000009 +洋裁 0.00000018 +洋装 0.00000009 +洋販 0.00000018 +洋輔 0.00000009 +洋輝 0.00000018 +洋酒 0.00000018 +洋間 0.00000018 +洋風 0.00000156 +洋食 0.00000220 +洋館 0.00000018 +洋骨 0.00000009 +洒脱 0.00000009 +洒落 0.00000028 +洗 0.00002834 +洗い 0.00000422 +洗いざら 0.00000018 +洗いざらい 0.00000009 +洗いた 0.00000009 +洗い上が 0.00000009 +洗い上がり 0.00000028 +洗い出 0.00000009 +洗い流 0.00000092 +洗い清め 0.00000009 +洗い落 0.00000009 +洗い落と 0.00000028 +洗う 0.00000009 +洗え 0.00000064 +洗れ 0.00000009 +洗剤 0.00000413 +洗口 0.00000028 +洗浄 0.00000312 +洗濯 0.00002265 +洗眼 0.00000028 +洗礼 0.00000202 +洗練 0.00000816 +洗脳 0.00000064 +洗足 0.00000009 +洗車 0.00000028 +洗面 0.00000275 +洗顔 0.00000284 +洗髪 0.00000119 +洛中 0.00000018 +洛外 0.00000018 +洞 0.00000073 +洞声 0.00000009 +洞察 0.00000468 +洞炎 0.00000009 +洞然 0.00000009 +洞爺 0.00000046 +洞爺湖 0.00000028 +洞穴 0.00000174 +洞窟 0.00000642 +津 0.00000092 +津々 0.00000220 +津南 0.00000037 +津島 0.00000009 +津波 0.00000963 +津田 0.00000064 +津田沼 0.00000009 +津軽 0.00000119 +津軽産 0.00000009 +洩ら 0.00000018 +洩れ 0.00000009 +洪 0.00000009 +洪志 0.00000009 +洪水 0.00001265 +活 0.00000183 +活か 0.00000028 +活き 0.00000037 +活きた 0.00000009 +活き活き 0.00000028 +活け 0.00000009 +活写 0.00000009 +活劇 0.00000055 +活力 0.00000688 +活動 0.00019945 +活字 0.00000165 +活性 0.00001504 +活気 0.00001284 +活況 0.00000064 +活火山 0.00000009 +活用 0.00002329 +活発 0.00001541 +活路 0.00000055 +活躍 0.00004182 +活量 0.00000018 +派 0.00005915 +派側 0.00000009 +派兵 0.00000128 +派出 0.00000018 +派出所 0.00000009 +派居住 0.00000009 +派手 0.00001165 +派手し 0.00000009 +派手め 0.00000009 +派手やか 0.00000009 +派生 0.00000110 +派生物 0.00000009 +派遣 0.00003439 +派閥 0.00000348 +流 0.00004952 +流し 0.00000220 +流しうずくま 0.00000009 +流しこ 0.00000009 +流しびな 0.00000055 +流し入れ 0.00000046 +流し出 0.00000018 +流し合 0.00000009 +流し目 0.00000018 +流し込 0.00000083 +流し雛 0.00000028 +流せ 0.00000046 +流ちょう 0.00000669 +流れ 0.00006337 +流れこ 0.00000028 +流れだ 0.00000018 +流れつ 0.00000018 +流れ出 0.00000348 +流れ出づ 0.00000009 +流れ去 0.00000018 +流れ弾 0.00000009 +流れ星 0.00000046 +流れ着 0.00000037 +流れ者 0.00000009 +流れ落ち 0.00000037 +流れ込 0.00000495 +流儀 0.00000165 +流入 0.00000330 +流内部 0.00000009 +流出 0.00000440 +流出口 0.00000009 +流刑 0.00000028 +流動 0.00000183 +流域 0.00000147 +流失 0.00000028 +流布 0.00000046 +流感 0.00000046 +流旧 0.00000009 +流星 0.00000018 +流暢 0.00000009 +流木 0.00000009 +流水 0.00000037 +流氷 0.00000101 +流泳 0.00000009 +流派 0.00000257 +流浪 0.00000037 +流煙 0.00000018 +流産 0.00000083 +流用 0.00000092 +流石 0.00000028 +流砂 0.00000018 +流経 0.00000037 +流線 0.00000018 +流血 0.00000156 +流行 0.00004924 +流行り 0.00000037 +流行動向 0.00000009 +流言 0.00000009 +流転 0.00000028 +流通 0.00000816 +流量 0.00000018 +流鏑馬 0.00000037 +流電池 0.00000009 +浄 0.00000018 +浄め 0.00000018 +浄化 0.00000202 +浄土 0.00000138 +浄水 0.00000128 +浄水器 0.00000009 +浄水場 0.00000009 +浄瑠璃 0.00000055 +浄罪 0.00000009 +浅 0.00000532 +浅は 0.00000046 +浅はか 0.00000064 +浅はかな 0.00000018 +浅み 0.00000009 +浅井 0.00000009 +浅倉 0.00000018 +浅尾 0.00000009 +浅川 0.00000009 +浅底 0.00000009 +浅沼 0.00000009 +浅瀬 0.00000138 +浅田 0.00000734 +浅知恵 0.00000009 +浅草 0.00000697 +浅草橋 0.00000009 +浅薄 0.00000028 +浅越 0.00000110 +浅野 0.00000202 +浅間 0.00000110 +浅間山 0.00000018 +浅黒 0.00000128 +浙江 0.00000009 +浜 0.00000330 +浜中 0.00000009 +浜側 0.00000009 +浜口 0.00000119 +浜名 0.00000009 +浜岡 0.00000018 +浜島 0.00000009 +浜崎 0.00000468 +浜本 0.00000009 +浜村 0.00000009 +浜松 0.00000119 +浜根 0.00000009 +浜田 0.00000037 +浜辺 0.00000477 +浜風 0.00000009 +浦 0.00000083 +浦々 0.00000009 +浦上 0.00000009 +浦和 0.00000083 +浦安 0.00000018 +浦島 0.00000092 +浦添 0.00000009 +浦生 0.00000018 +浦賀 0.00000028 +浩 0.00000055 +浩二 0.00000046 +浩史 0.00000046 +浩司 0.00000009 +浩子 0.00000018 +浩宮 0.00000018 +浩市 0.00000018 +浩志 0.00000028 +浩樹 0.00000009 +浩正 0.00000046 +浩治 0.00000055 +浩訳 0.00000009 +浩遠 0.00000018 +浪 0.00000009 +浪人 0.00000119 +浪人生 0.00000009 +浪千代 0.00000009 +浪士 0.00000138 +浪打 0.00000009 +浪曲 0.00000018 +浪江 0.00000009 +浪漫 0.00000009 +浪花 0.00000046 +浪裏 0.00000018 +浪費 0.00000559 +浪速 0.00000055 +浬 0.00000009 +浮 0.00000679 +浮々 0.00000009 +浮か 0.00002916 +浮かび 0.00000009 +浮かびあが 0.00000092 +浮かび上 0.00000009 +浮かび上が 0.00000431 +浮かぶ 0.00000083 +浮かべ 0.00001036 +浮かんだ 0.00000009 +浮き 0.00000046 +浮きあが 0.00000018 +浮き上が 0.00000092 +浮き具 0.00000009 +浮き出 0.00000009 +浮き名 0.00000009 +浮き彫り 0.00000202 +浮き沈み 0.00000202 +浮き浮き 0.00000009 +浮き球 0.00000018 +浮き立 0.00000028 +浮びあが 0.00000009 +浮び上が 0.00000009 +浮ぶ 0.00000009 +浮べ 0.00000046 +浮ん 0.00000028 +浮上 0.00000339 +浮世 0.00000651 +浮世絵 0.00000083 +浮体 0.00000018 +浮力 0.00000018 +浮動 0.00000147 +浮島 0.00000009 +浮揚 0.00000009 +浮橋 0.00000009 +浮気 0.00001055 +浮沈 0.00000018 +浮浪 0.00000128 +浮腫 0.00000028 +浮舟 0.00000018 +浮輪 0.00000028 +浮遊 0.00000064 +浮雲 0.00000018 +浴 0.00000605 +浴び 0.00002183 +浴びせ 0.00000092 +浴びせかけ 0.00000055 +浴びる 0.00000009 +浴びれ 0.00000009 +浴場 0.00000486 +浴室 0.00000238 +浴室内 0.00000009 +浴槽 0.00000303 +浴用 0.00000009 +浴衣 0.00000871 +浴衣がけ 0.00000009 +浴衣姿 0.00000055 +海 0.00010096 +海ぞい 0.00000028 +海・空軍 0.00000009 +海上 0.00000789 +海中 0.00000339 +海亀 0.00000028 +海人 0.00000055 +海佐 0.00000018 +海偉 0.00000009 +海側 0.00000073 +海兵 0.00000147 +海南 0.00000037 +海原 0.00000064 +海原産 0.00000009 +海図 0.00000101 +海域 0.00000413 +海堀 0.00000009 +海塩 0.00000028 +海士 0.00000083 +海外 0.00014608 +海女 0.00000009 +海山 0.00000028 +海岸 0.00002797 +海峡 0.00000486 +海帽 0.00000009 +海平 0.00000009 +海底 0.00000596 +海成 0.00000009 +海戦 0.00000064 +海抜 0.00000165 +海援 0.00000018 +海望 0.00000009 +海水 0.00000651 +海水位 0.00000009 +海水族 0.00000009 +海水温 0.00000009 +海氷 0.00000119 +海江田 0.00000009 +海沿い 0.00000101 +海洋 0.00001385 +海流 0.00000073 +海浜 0.00000046 +海淵 0.00000009 +海港 0.00000018 +海溝 0.00000055 +海潮 0.00000018 +海猿 0.00000009 +海王 0.00000028 +海産 0.00000110 +海神 0.00000028 +海綿 0.00000092 +海老 0.00000028 +海老原 0.00000009 +海老名 0.00000046 +海老沼 0.00000046 +海老蔵 0.00000101 +海老錠 0.00000009 +海舟 0.00000009 +海苔 0.00000037 +海草 0.00000128 +海藻 0.00000147 +海蛇 0.00000009 +海行 0.00000018 +海賊 0.00001614 +海路 0.00000092 +海軍 0.00000752 +海辺 0.00000422 +海遊 0.00000028 +海運 0.00000101 +海道 0.00000009 +海部 0.00000046 +海里 0.00000028 +海釣り 0.00000009 +海開き 0.00000028 +海難 0.00000018 +海雪 0.00000046 +海面 0.00000605 +海響 0.00000009 +海風 0.00000055 +海馬 0.00000028 +海鮮 0.00000101 +海鳥 0.00000138 +浸 0.00000862 +浸か 0.00000083 +浸け 0.00000028 +浸し 0.00000028 +浸み 0.00000009 +浸み出 0.00000009 +浸り 0.00000009 +浸れ 0.00000046 +浸水 0.00000110 +浸潤 0.00000028 +浸透 0.00000844 +浸食 0.00000248 +涅槃 0.00000018 +消 0.00002586 +消え 0.00004833 +消えうせ 0.00000119 +消えうせろ 0.00000193 +消えかか 0.00000018 +消えかけ 0.00000018 +消えさ 0.00000028 +消えゆ 0.00000028 +消えれ 0.00000009 +消え去 0.00000358 +消し 0.00000092 +消しさ 0.00000009 +消し去 0.00000165 +消し去れ 0.00000009 +消せ 0.00000073 +消エネ 0.00000009 +消化 0.00000596 +消印 0.00000055 +消去 0.00000101 +消失 0.00000174 +消息 0.00000193 +消散 0.00000037 +消極 0.00000504 +消毒 0.00000174 +消沈 0.00000147 +消滅 0.00000624 +消火 0.00000312 +消火器 0.00000009 +消火栓 0.00000009 +消灯 0.00000046 +消炭 0.00000009 +消磁 0.00000009 +消耗 0.00000348 +消臭 0.00000174 +消費 0.00006933 +消防 0.00000972 +涌 0.00000018 +涌井 0.00000009 +涌谷 0.00000009 +涎 0.00000018 +涙 0.00003925 +涙ぐ 0.00000083 +涙ぐまし 0.00000055 +涙声 0.00000018 +涙目 0.00000037 +涙降 0.00000009 +涙飲 0.00000009 +涛 0.00000009 +涯 0.00000083 +涯良 0.00000009 +液 0.00000403 +液体 0.00000651 +液体格 0.00000009 +液体物 0.00000009 +液化 0.00000018 +液圧 0.00000018 +液晶 0.00000394 +液状 0.00000101 +液糖 0.00000009 +涸 0.00000009 +涸び 0.00000009 +涸れ 0.00000009 +涸渇 0.00000009 +涼 0.00000073 +涼し 0.00000844 +涼子 0.00000165 +涼気 0.00000009 +淀 0.00000083 +淀み 0.00000037 +淋し 0.00000046 +淑 0.00000009 +淑垠 0.00000009 +淑女 0.00000119 +淑子 0.00000028 +淑徳 0.00000009 +淘汰 0.00000183 +淡 0.00000138 +淡々 0.00000165 +淡水 0.00000055 +淡江 0.00000009 +淡泊 0.00000055 +淡路 0.00000193 +淡雪 0.00000009 +淡青 0.00000018 +淡麗 0.00000009 +淫 0.00000018 +淫乱 0.00000009 +淫奔 0.00000009 +淫行 0.00000009 +深 0.00016415 +深々 0.00000220 +深う 0.00000009 +深く 0.00000009 +深なべ 0.00000009 +深ま 0.00000715 +深まり 0.00000018 +深み 0.00000257 +深め 0.00001917 +深めれ 0.00000018 +深一 0.00000009 +深作 0.00000028 +深入り 0.00000101 +深処 0.00000009 +深切 0.00000037 +深刻 0.00005080 +深化 0.00000009 +深堀 0.00000028 +深夜 0.00001073 +深奥 0.00000009 +深宇宙 0.00000009 +深層 0.00000083 +深山 0.00000009 +深川 0.00000055 +深度 0.00000009 +深慮 0.00000009 +深手 0.00000018 +深更 0.00000009 +深水 0.00000046 +深沢 0.00000009 +深津 0.00000009 +深海 0.00000275 +深淵 0.00000147 +深澤 0.00000009 +深瀬 0.00000018 +深田 0.00000028 +深紅 0.00000119 +深紫 0.00000009 +深緑 0.00000046 +深見 0.00000009 +深謀 0.00000009 +深追い 0.00000018 +深遠 0.00000147 +深部 0.00000101 +深酒 0.00000009 +深鉢 0.00000009 +深鍋 0.00000018 +深長 0.00000009 +深雪 0.00000046 +深靴 0.00000009 +淳 0.00000037 +淳一 0.00000037 +淳之介 0.00000028 +淳也 0.00000018 +淳二 0.00000009 +淳夫 0.00000009 +淳子 0.00000037 +淳宏 0.00000009 +淳州 0.00000009 +淵 0.00000119 +淵酔 0.00000009 +混 0.00000477 +混ざ 0.00000238 +混ざりあ 0.00000028 +混ざり合 0.00000138 +混じ 0.00000559 +混じえ 0.00000009 +混じり 0.00000101 +混じりけ 0.00000028 +混じり合 0.00000110 +混じり気 0.00000018 +混じり物 0.00000009 +混ぜ 0.00001807 +混ぜ込 0.00000028 +混とん 0.00000009 +混み 0.00000009 +混み合 0.00000037 +混む 0.00000037 +混り 0.00000009 +混ん 0.00000083 +混乱 0.00003549 +混信 0.00000018 +混入 0.00000083 +混合 0.00000449 +混同 0.00000257 +混和 0.00000018 +混在 0.00000128 +混成 0.00000064 +混沌 0.00000092 +混浴 0.00000128 +混濁 0.00000028 +混線 0.00000009 +混血 0.00000165 +混迷 0.00000046 +混雑 0.00000899 +淹 0.00000009 +淹れ 0.00000028 +添 0.00000046 +添い 0.00000009 +添い遂げ 0.00000018 +添う 0.00000009 +添え 0.00001036 +添えれ 0.00000009 +添わ 0.00000009 +添乗 0.00000128 +添付 0.00000669 +添削 0.00000028 +添加 0.00000385 +清 0.00000495 +清々し 0.00000009 +清さ 0.00000009 +清め 0.00000358 +清ら 0.00000018 +清らか 0.00000046 +清人 0.00000009 +清兵衛 0.00000220 +清冽 0.00000018 +清原 0.00000330 +清史郎 0.00000119 +清姫 0.00000018 +清子 0.00000064 +清宮 0.00000037 +清少 0.00000018 +清岸 0.00000018 +清峰 0.00000055 +清川 0.00000009 +清帝 0.00000009 +清廉 0.00000055 +清張 0.00000110 +清志郎 0.00000055 +清恵 0.00000009 +清掃 0.00000495 +清教 0.00000064 +清文准 0.00000009 +清新 0.00000009 +清書 0.00000018 +清朝 0.00000046 +清栄 0.00000009 +清楚 0.00000046 +清正 0.00000028 +清水 0.00000569 +清洲 0.00000028 +清流 0.00000046 +清浄 0.00000073 +清涼 0.00000385 +清潔 0.00001091 +清王 0.00000009 +清田 0.00000018 +清登 0.00000009 +清盛 0.00000046 +清算 0.00000174 +清純 0.00000018 +清紫 0.00000009 +清美 0.00000055 +清美准 0.00000009 +清聴 0.00000037 +清華 0.00000009 +清術 0.00000009 +清談 0.00000009 +清貧 0.00000064 +清輝 0.00000009 +清進 0.00000009 +清酒 0.00000009 +清野 0.00000009 +清長 0.00000009 +清順 0.00000009 +清風 0.00000009 +渇 0.00000248 +渇き 0.00000220 +渇望 0.00000229 +済 0.00003347 +済ま 0.00000734 +済まず 0.00000009 +済み 0.00001045 +済州 0.00000083 +済美 0.00000009 +渉外 0.00000028 +渉子 0.00000009 +渉猟 0.00000009 +渉禽 0.00000009 +渋 0.00000165 +渋々 0.00000046 +渋み 0.00000037 +渋井 0.00000138 +渋味 0.00000046 +渋川 0.00000009 +渋沢 0.00000018 +渋滞 0.00001210 +渋滞税 0.00000009 +渋皮 0.00000009 +渋谷 0.00001311 +渋面 0.00000009 +渓流 0.00000037 +渓谷 0.00000284 +渕上 0.00000009 +渚 0.00000028 +減 0.00004017 +減じ 0.00000009 +減ら 0.00003320 +減らせ 0.00000119 +減価 0.00000009 +減俸 0.00000018 +減免 0.00000009 +減刑 0.00000046 +減収 0.00000037 +減圧 0.00000046 +減塩 0.00000055 +減少 0.00005915 +減弱 0.00000009 +減点 0.00000028 +減煙 0.00000018 +減産 0.00000073 +減益 0.00000018 +減税 0.00000376 +減給 0.00000046 +減衰 0.00000009 +減退 0.00000092 +減速 0.00000376 +減量 0.00000569 +減額 0.00000037 +減食 0.00000009 +渡 0.00006924 +渡し 0.00000119 +渡す 0.00000009 +渡せ 0.00000018 +渡ら 0.00000009 +渡り 0.00000257 +渡りき 0.00000009 +渡り切 0.00000009 +渡り合 0.00000037 +渡り板 0.00000018 +渡り歩 0.00000083 +渡り鳥 0.00000266 +渡る 0.00000009 +渡れ 0.00000055 +渡仏 0.00000018 +渡来 0.00000110 +渡欧 0.00000009 +渡港 0.00000009 +渡独 0.00000009 +渡米 0.00000376 +渡航 0.00000293 +渡良瀬 0.00000018 +渡英 0.00000073 +渡豪 0.00000028 +渡辺 0.00000798 +渡邉 0.00000009 +渡邊 0.00000046 +渡部 0.00000037 +渡韓 0.00000009 +渥 0.00000018 +渥美 0.00000514 +渦 0.00000248 +渦中 0.00000119 +渦巻 0.00000248 +渦巻き 0.00000018 +温 0.00000422 +温か 0.00002164 +温かみ 0.00000055 +温ま 0.00000312 +温み 0.00000009 +温め 0.00000697 +温めあ 0.00000009 +温めれ 0.00000009 +温め直 0.00000009 +温もり 0.00000092 +温厚 0.00000055 +温和 0.00000138 +温圧 0.00000009 +温地 0.00000009 +温存 0.00000083 +温室 0.00001155 +温州 0.00000440 +温帯 0.00000064 +温床 0.00000046 +温度 0.00001641 +温情 0.00000083 +温故 0.00000009 +温暖 0.00002623 +温水 0.00000238 +温泉 0.00004989 +温泉場 0.00000009 +温泉水 0.00000018 +温泉郷 0.00000009 +温海 0.00000009 +温海水 0.00000018 +温湯 0.00000009 +温湿 0.00000009 +温灸 0.00000018 +温熱 0.00000055 +温陽 0.00000009 +温風 0.00000046 +測 0.00000807 +測り 0.00000018 +測れ 0.00000055 +測位 0.00000073 +測候 0.00000055 +測定 0.00001311 +測量 0.00000183 +測鎖 0.00000009 +港 0.00001944 +港内 0.00000018 +港北 0.00000009 +港湾 0.00000202 +港町 0.00000183 +港署 0.00000009 +渾身 0.00000018 +湊 0.00000009 +湖 0.00002375 +湖北部 0.00000009 +湖南 0.00000037 +湖岸 0.00000009 +湖水 0.00000055 +湖沼 0.00000092 +湖産 0.00000009 +湖畔 0.00000193 +湖面 0.00000037 +湘南 0.00000073 +湛え 0.00000083 +湧 0.00000495 +湧き 0.00000083 +湧きあが 0.00000028 +湧きおこ 0.00000018 +湧きかえ 0.00000009 +湧き上が 0.00000092 +湧き出 0.00000110 +湧き起こ 0.00000101 +湧き返 0.00000009 +湧出 0.00000018 +湧水 0.00000009 +湧水域 0.00000009 +湧玉池 0.00000009 +湯 0.00002421 +湯が 0.00000009 +湯ノ 0.00000009 +湯上が 0.00000009 +湯上がり 0.00000046 +湯上り 0.00000018 +湯元 0.00000018 +湯切 0.00000009 +湯切り 0.00000009 +湯割り 0.00000018 +湯垢 0.00000009 +湯婆婆 0.00000028 +湯屋 0.00000064 +湯山 0.00000009 +湯川 0.00000028 +湯布院 0.00000018 +湯張り 0.00000009 +湯本 0.00000101 +湯梨 0.00000009 +湯梨浜 0.00000073 +湯槽 0.00000028 +湯止め 0.00000009 +湯気 0.00000266 +湯水 0.00000037 +湯沢 0.00000046 +湯河原 0.00000092 +湯河原町 0.00000009 +湯沸 0.00000009 +湯沸か 0.00000028 +湯沸かし 0.00000037 +湯治 0.00000055 +湯治場 0.00000018 +湯治郷 0.00000018 +湯浅 0.00000037 +湯浴 0.00000009 +湯浴み 0.00000009 +湯涌 0.00000028 +湯滝 0.00000009 +湯煙 0.00000028 +湯田 0.00000009 +湯畑 0.00000009 +湯番 0.00000018 +湯舟 0.00000009 +湯船 0.00000403 +湯葉 0.00000046 +湯豆 0.00000009 +湯足 0.00000009 +湯通し 0.00000018 +湯量 0.00000028 +湯銭 0.00000009 +湯飲み 0.00000028 +湾 0.00001440 +湾仔 0.00000009 +湾岸 0.00000789 +湾曲 0.00000046 +湿 0.00000422 +湿っ 0.00000009 +湿っぽ 0.00000037 +湿ら 0.00000018 +湿り 0.00000018 +湿り気 0.00000009 +湿原 0.00000073 +湿地 0.00000083 +湿地帯 0.00000037 +湿布 0.00000009 +湿布薬 0.00000009 +湿度 0.00000220 +湿式 0.00000009 +湿性 0.00000009 +湿気 0.00000422 +湿深 0.00000009 +湿潤 0.00000055 +湿疹 0.00000083 +満 0.00000669 +満々 0.00000211 +満た 0.00002999 +満たす 0.00000009 +満ち 0.00002962 +満ち満ち 0.00000018 +満ち潮 0.00000037 +満ち足り 0.00000165 +満ち込 0.00000009 +満タン 0.00000174 +満一 0.00000009 +満了 0.00000174 +満員 0.00000706 +満喫 0.00000633 +満場 0.00000119 +満塁 0.00000110 +満天 0.00000037 +満子 0.00000009 +満室 0.00000156 +満寿夫 0.00000009 +満州 0.00000257 +満帆 0.00000073 +満席 0.00000238 +満度 0.00000009 +満悦 0.00000018 +満更知 0.00000009 +満月 0.00000202 +満期 0.00000028 +満杯 0.00000119 +満潮 0.00000055 +満点 0.00000559 +満男 0.00000037 +満腔 0.00000009 +満腹 0.00000220 +満足 0.00007685 +満身 0.00000009 +満車 0.00000055 +満載 0.00000532 +満里奈 0.00000009 +満開 0.00000339 +満面 0.00000147 +満韓 0.00000009 +満額 0.00000009 +溌剌 0.00000018 +源 0.00002934 +源助 0.00000028 +源太郎 0.00000009 +源平 0.00000037 +源族 0.00000009 +源氏 0.00000633 +源泉 0.00000385 +源流 0.00000064 +源義経 0.00000009 +源頭部 0.00000009 +準 0.00001018 +準々 0.00000312 +準じ 0.00000018 +準備 0.00007951 +準州 0.00000018 +準急 0.00000009 +準拠 0.00000073 +準硬 0.00000009 +溜 0.00000037 +溜ま 0.00000009 +溜まり 0.00000009 +溜まり場 0.00000009 +溜め 0.00000028 +溜め込 0.00000009 +溜息 0.00000073 +溜飲 0.00000009 +溝 0.00000614 +溝口 0.00000101 +溝川 0.00000009 +溢 0.00000009 +溢れ 0.00000110 +溢れかえ 0.00000018 +溢れ出 0.00000055 +溥儀 0.00000018 +溶 0.00000064 +溶か 0.00000303 +溶き 0.00000028 +溶き卵 0.00000028 +溶け 0.00000468 +溶けあ 0.00000018 +溶け出 0.00000073 +溶け出し 0.00000009 +溶け去 0.00000018 +溶け合 0.00000037 +溶け込 0.00000743 +溶け込め 0.00000147 +溶出 0.00000009 +溶剤 0.00000028 +溶岩 0.00000110 +溶接 0.00000046 +溶液 0.00000092 +溶融 0.00000009 +溶解 0.00000018 +溶鉱 0.00000073 +溺れ 0.00000504 +溺愛 0.00000064 +溺死 0.00000073 +滄竜 0.00000064 +滅 0.00000128 +滅び 0.00000229 +滅ぼ 0.00000367 +滅ぼし 0.00000009 +滅ん 0.00000009 +滅亡 0.00000248 +滅入 0.00000037 +滅多 0.00000046 +滅相 0.00000046 +滅罪 0.00000009 +滅茶 0.00000009 +滅茶々々 0.00000009 +滅菌 0.00000046 +滅裂 0.00000092 +滋 0.00000110 +滋利 0.00000028 +滋味 0.00000009 +滋賀 0.00000339 +滋養 0.00000110 +滑 0.00000789 +滑っこ 0.00000009 +滑ら 0.00000083 +滑らか 0.00000523 +滑り 0.00000110 +滑りおり 0.00000009 +滑りかか 0.00000009 +滑りこ 0.00000009 +滑り下り 0.00000009 +滑り出 0.00000009 +滑り出し 0.00000037 +滑り去 0.00000009 +滑り台 0.00000073 +滑り止め 0.00000018 +滑り落ち 0.00000073 +滑り落と 0.00000009 +滑り込 0.00000119 +滑り降り 0.00000055 +滑れ 0.00000046 +滑板 0.00000009 +滑石 0.00000018 +滑稽 0.00000266 +滑空 0.00000092 +滑舌 0.00000009 +滑走 0.00000394 +滑車 0.00000055 +滑降 0.00000064 +滓 0.00000037 +滝 0.00000624 +滝口 0.00000009 +滝壺 0.00000018 +滝川 0.00000092 +滝廉太郎 0.00000009 +滝沢 0.00000073 +滝田 0.00000037 +滝見物 0.00000009 +滞 0.00000174 +滞り 0.00000028 +滞在 0.00010298 +滞日 0.00000138 +滞空 0.00000009 +滞米 0.00000037 +滞納 0.00000358 +滲 0.00000073 +滲み 0.00000009 +滲み出 0.00000018 +滴 0.00000330 +滴り 0.00000018 +漁 0.00000266 +漁具 0.00000009 +漁労 0.00000028 +漁協 0.00000009 +漁場 0.00000092 +漁夫 0.00000046 +漁師 0.00000422 +漁期 0.00000018 +漁村 0.00000064 +漁業 0.00000633 +漁民 0.00000321 +漁法 0.00000028 +漁港 0.00000128 +漁獲 0.00000486 +漁網 0.00000064 +漁船 0.00000367 +漂 0.00001036 +漂亮 0.00000009 +漂泊 0.00000009 +漂流 0.00000092 +漂白 0.00000147 +漂着 0.00000046 +漆 0.00000193 +漆喰 0.00000092 +漆器 0.00000165 +漆塗 0.00000009 +漆塗り 0.00000028 +漆工 0.00000009 +漆工芸 0.00000009 +漆絵 0.00000009 +漆芸 0.00000046 +漆黒 0.00000073 +漉き込 0.00000009 +漏 0.00000046 +漏ら 0.00000477 +漏らし 0.00000018 +漏れ 0.00000743 +漏れ出 0.00000073 +漏出 0.00000018 +漏刻 0.00000028 +漏洩 0.00000321 +漏電 0.00000009 +演 0.00004227 +演じ 0.00001981 +演中 0.00000009 +演出 0.00001155 +演劇 0.00001825 +演劇界 0.00000009 +演壇 0.00000037 +演奏 0.00004888 +演技 0.00002824 +演歌 0.00000688 +演武 0.00000009 +演目 0.00000257 +演算 0.00000156 +演繹 0.00000147 +演習 0.00000174 +演者 0.00000073 +演舞場 0.00000009 +演芸 0.00000055 +演説 0.00002623 +演題 0.00000037 +漕 0.00000293 +漕い 0.00000018 +漕ぎ 0.00000028 +漕ぎ手 0.00000073 +漕艇 0.00000009 +漠 0.00000028 +漠然 0.00000559 +漢 0.00000165 +漢人 0.00000018 +漢代 0.00000018 +漢和 0.00000046 +漢字 0.00006538 +漢文 0.00000018 +漢文体 0.00000018 +漢方 0.00000422 +漢検 0.00000018 +漢江 0.00000009 +漢王 0.00000009 +漢詩 0.00000018 +漢語 0.00000064 +漢陽 0.00000009 +漫 0.00000037 +漫才 0.00000303 +漫然 0.00000028 +漫画 0.00006162 +漫読 0.00000009 +漫談 0.00000018 +漫遊 0.00000009 +漬 0.00000018 +漬か 0.00000064 +漬け 0.00000550 +漬けこ 0.00000009 +漬けれ 0.00000009 +漬け物 0.00000018 +漬け込 0.00000046 +漬物 0.00000229 +漬食べ 0.00000009 +漱 0.00000009 +漱石 0.00000266 +漲 0.00000009 +漲ら 0.00000009 +漸く 0.00000018 +漸次 0.00000009 +漸進 0.00000037 +漿果 0.00000018 +漿液 0.00000009 +潅木 0.00000028 +潅漑 0.00000009 +潔 0.00000147 +潔癖 0.00000028 +潔白 0.00000119 +潘 0.00000119 +潘貴玉 0.00000009 +潜 0.00000807 +潜め 0.00000147 +潜り 0.00000028 +潜りこ 0.00000028 +潜り抜け 0.00000018 +潜り込 0.00000119 +潜れ 0.00000018 +潜伏 0.00000257 +潜入 0.00000055 +潜力 0.00000009 +潜在 0.00000871 +潜水 0.00000504 +潜航 0.00000028 +潜血 0.00000009 +潟 0.00000037 +潟上 0.00000009 +潤 0.00000229 +潤い 0.00000238 +潤一 0.00000073 +潤一郎 0.00000073 +潤沢 0.00000055 +潤滑 0.00000110 +潤色 0.00000009 +潮 0.00000624 +潮が 0.00000018 +潮力 0.00000018 +潮受け 0.00000009 +潮吹き 0.00000009 +潮岬 0.00000037 +潮干 0.00000009 +潮時 0.00000073 +潮水 0.00000009 +潮汐 0.00000037 +潮流 0.00000275 +潮田 0.00000128 +潮風 0.00000092 +潰 0.00000257 +潰え 0.00000009 +潰れ 0.00000028 +潰瘍 0.00000073 +澄 0.00000504 +澄ま 0.00000037 +澄み 0.00000064 +澄子 0.00000028 +澗 0.00000009 +澤 0.00000321 +澤功 0.00000009 +澤田 0.00000073 +澤穂希 0.00000055 +澪 0.00000028 +澱 0.00000037 +激 0.00000018 +激し 0.00005346 +激励 0.00000266 +激動 0.00000211 +激務 0.00000028 +激化 0.00000339 +激増 0.00000156 +激変 0.00000110 +激安 0.00000046 +激怒 0.00000504 +激情 0.00000110 +激戦 0.00000083 +激指 0.00000028 +激昂 0.00000037 +激流 0.00000046 +激減 0.00000348 +激烈 0.00000073 +激痛 0.00000110 +激発 0.00000018 +激突 0.00000165 +激論 0.00000046 +激辛 0.00000055 +激闘 0.00000018 +激震 0.00000009 +激高 0.00000028 +濁 0.00000303 +濁り 0.00000009 +濁世 0.00000009 +濁音 0.00000018 +濃 0.00001220 +濃い 0.00000037 +濃いめ 0.00000018 +濃厚 0.00000229 +濃密 0.00000073 +濃尾平野 0.00000009 +濃度 0.00000514 +濃淡 0.00000055 +濃紺 0.00000018 +濃縮 0.00000119 +濃色 0.00000009 +濃醇 0.00000009 +濃霧 0.00000028 +濠 0.00000028 +濠洲 0.00000009 +濡ら 0.00000055 +濡れ 0.00000220 +濱田 0.00000009 +濾過 0.00000018 +瀑 0.00000009 +瀑布 0.00000028 +瀕 0.00000083 +瀕死 0.00000128 +瀟洒 0.00000028 +瀧 0.00000092 +瀧口 0.00000009 +瀧廉太郎 0.00000009 +瀧治郎 0.00000009 +瀬 0.00000110 +瀬古 0.00000009 +瀬在 0.00000028 +瀬戸 0.00000358 +瀬戸川 0.00000009 +瀬棚 0.00000018 +瀬間 0.00000009 +灌木 0.00000110 +灌木地 0.00000009 +灌水 0.00000018 +灘 0.00000037 +火 0.00006337 +火あ 0.00000009 +火か 0.00000046 +火と 0.00000009 +火の 0.00000009 +火中 0.00000009 +火事 0.00000935 +火付け 0.00000092 +火傷 0.00000119 +火元 0.00000009 +火刑 0.00000064 +火力 0.00000119 +火口 0.00000064 +火器 0.00000046 +火噴 0.00000009 +火夫 0.00000037 +火室 0.00000009 +火山 0.00000963 +火床 0.00000028 +火急 0.00000055 +火打 0.00000009 +火打ち 0.00000009 +火掻 0.00000055 +火星 0.00001632 +火曜 0.00001449 +火柱 0.00000046 +火格子 0.00000009 +火気 0.00000055 +火消 0.00000028 +火渡り 0.00000046 +火灯り 0.00000018 +火災 0.00001238 +火炉 0.00000009 +火炎 0.00000055 +火焔 0.00000028 +火照 0.00000046 +火照ら 0.00000009 +火照り 0.00000009 +火燧 0.00000009 +火皿 0.00000009 +火砕 0.00000009 +火砲 0.00000009 +火祭 0.00000009 +火祭り 0.00000037 +火種 0.00000128 +火箸 0.00000009 +火籠 0.00000009 +火縄 0.00000037 +火花 0.00000138 +火葬 0.00000275 +火蓋 0.00000009 +火薬 0.00000459 +火責 0.00000009 +火貸 0.00000009 +火跡 0.00000009 +火造り 0.00000009 +火遊び 0.00000028 +火酒 0.00000009 +火鉢 0.00000046 +火門 0.00000009 +火魚 0.00000009 +灯 0.00001018 +灯り 0.00000284 +灯ろ 0.00000018 +灯ろう 0.00000046 +灯光 0.00000009 +灯台 0.00000275 +灯夫 0.00000009 +灯明 0.00000028 +灯油 0.00000009 +灯火 0.00000110 +灯籠 0.00000009 +灰 0.00000816 +灰塵 0.00000009 +灰殻 0.00000018 +灰白 0.00000009 +灰皿 0.00000101 +灰紫 0.00000009 +灰色 0.00001192 +灰雲 0.00000009 +灸 0.00000046 +灸点 0.00000009 +灼 0.00000028 +灼け 0.00000028 +灼熱 0.00000046 +災 0.00000018 +災い 0.00000385 +災厄 0.00000101 +災害 0.00002219 +災禍 0.00000018 +災難 0.00000495 +炉 0.00000651 +炉側 0.00000009 +炉内 0.00000009 +炉床 0.00000018 +炉心 0.00000009 +炉房 0.00000009 +炉格子 0.00000028 +炉棚 0.00000092 +炉火 0.00000009 +炉石 0.00000009 +炉端 0.00000037 +炉辺 0.00000046 +炊 0.00000477 +炊き 0.00000009 +炊きあが 0.00000009 +炊き上が 0.00000083 +炊き上がり 0.00000009 +炊き上げ 0.00000018 +炊き出し 0.00000037 +炊き立て 0.00000018 +炊き込 0.00000092 +炊く 0.00000009 +炊け 0.00000055 +炊事 0.00000101 +炊飯 0.00000303 +炎 0.00001752 +炎上 0.00000083 +炎天 0.00000028 +炎天下 0.00000009 +炎熱 0.00000009 +炎燃え 0.00000009 +炎症 0.00000174 +炎症薬 0.00000018 +炎舞 0.00000009 +炎色 0.00000009 +炒 0.00000018 +炒っ 0.00000009 +炒め 0.00000046 +炒めご飯 0.00000009 +炒め物 0.00000009 +炒り 0.00000009 +炒り豆 0.00000028 +炙 0.00000018 +炬火 0.00000009 +炭 0.00000403 +炭化 0.00000009 +炭取り 0.00000009 +炭坑 0.00000092 +炭塵 0.00000009 +炭屋 0.00000018 +炭水 0.00000238 +炭火 0.00000073 +炭焼 0.00000009 +炭焼き 0.00000009 +炭煖 0.00000009 +炭疽 0.00000119 +炭素 0.00001641 +炭酸 0.00000514 +炭鉱 0.00000183 +炯々 0.00000009 +炸裂 0.00000009 +点 0.00020294 +点々 0.00000037 +点け 0.00000073 +点前 0.00000028 +点取り虫 0.00000009 +点呼 0.00000046 +点在 0.00000358 +点字 0.00000211 +点差 0.00000018 +点心 0.00000073 +点数 0.00000403 +点検 0.00000504 +点滅 0.00000229 +点滴 0.00000193 +点火 0.00000110 +点灯 0.00000147 +点灯夫 0.00000009 +点画 0.00000009 +点眼 0.00000009 +点訳 0.00000073 +点^ 0.00000009 +為 0.00000348 +為す 0.00000009 +為め 0.00000009 +為政 0.00000018 +為替 0.00000541 +為末 0.00000101 +烈し 0.00000110 +烈火 0.00000037 +烈風 0.00000009 +烏丸 0.00000009 +烏合 0.00000009 +烏山 0.00000018 +烏川 0.00000037 +烏帽子 0.00000009 +烏頭 0.00000009 +烙印 0.00000073 +烟 0.00000028 +烟草 0.00000009 +烱々 0.00000018 +烽火 0.00000018 +焔 0.00000028 +焙煎 0.00000018 +焚 0.00000156 +焚火 0.00000165 +焚物 0.00000009 +無 0.00009996 +無く 0.00000110 +無くな 0.00000018 +無し 0.00000559 +無一 0.00000046 +無一文 0.00000073 +無上 0.00000046 +無下 0.00000009 +無事 0.00001761 +無事岸 0.00000009 +無事戻 0.00000009 +無二 0.00000101 +無人 0.00000660 +無任所 0.00000009 +無休 0.00000101 +無体 0.00000009 +無借金 0.00000037 +無傷 0.00000101 +無償 0.00000330 +無冠 0.00000018 +無分 0.00000009 +無分別 0.00000028 +無力 0.00000431 +無効 0.00000440 +無勢 0.00000009 +無化 0.00000009 +無医村 0.00000009 +無印 0.00000055 +無双 0.00000028 +無双山 0.00000037 +無反省 0.00000009 +無口 0.00000193 +無名 0.00000468 +無味 0.00000110 +無商 0.00000018 +無地 0.00000064 +無垢 0.00000165 +無報酬 0.00000064 +無塩 0.00000028 +無声 0.00000073 +無夢散 0.00000009 +無学 0.00000101 +無宗派 0.00000028 +無実 0.00000293 +無害 0.00000238 +無宿 0.00000018 +無寄港 0.00000055 +無尽 0.00000046 +無常 0.00000092 +無常観 0.00000009 +無形 0.00000156 +無形民俗 0.00000037 +無心 0.00000110 +無念 0.00000119 +無性 0.00000055 +無恥 0.00000009 +無情 0.00000110 +無惨 0.00000073 +無意 0.00000009 +無意味 0.00000028 +無感覚 0.00000073 +無慈悲 0.00000119 +無我 0.00000092 +無批判 0.00000018 +無抵抗 0.00000037 +無援 0.00000018 +無敗 0.00000055 +無数 0.00000816 +無敵 0.00000037 +無料 0.00004347 +無断 0.00000202 +無施 0.00000009 +無暗に 0.00000009 +無期 0.00000110 +無期限 0.00000046 +無根 0.00000028 +無業 0.00000009 +無様 0.00000009 +無機 0.00000083 +無欠 0.00000055 +無欲 0.00000046 +無残 0.00000183 +無比 0.00000009 +無気力 0.00000128 +無気肺 0.00000009 +無法 0.00000193 +無添加 0.00000128 +無為 0.00000055 +無煙 0.00000028 +無理 0.00004503 +無理や 0.00000018 +無理やり 0.00000541 +無理やり前 0.00000009 +無理強 0.00000009 +無理強い 0.00000009 +無理矢理 0.00000046 +無理矢理落ち着 0.00000009 +無生物 0.00000037 +無用 0.00000642 +無病 0.00000037 +無痛 0.00000009 +無益 0.00000202 +無相 0.00000009 +無着色 0.00000046 +無着陸 0.00000055 +無知 0.00001293 +無礼 0.00000477 +無神 0.00000073 +無神論 0.00000028 +無私 0.00000073 +無税 0.00000028 +無稽 0.00000028 +無節 0.00000009 +無精 0.00000064 +無精卵 0.00000009 +無精者 0.00000037 +無糖 0.00000018 +無給 0.00000083 +無給油 0.00000018 +無線 0.00000523 +無縁 0.00000394 +無縫 0.00000009 +無縫製 0.00000009 +無罪 0.00000578 +無職 0.00000101 +無能 0.00000266 +無能力 0.00000028 +無脂肪 0.00000018 +無脊椎 0.00000028 +無臭 0.00000028 +無色 0.00000064 +無花果 0.00000046 +無芸 0.00000028 +無茶 0.00000101 +無菌 0.00000037 +無行動 0.00000009 +無要 0.00000009 +無視 0.00003457 +無観客 0.00000018 +無言 0.00000614 +無記名 0.00000046 +無論 0.00000128 +無論知 0.00000009 +無謀 0.00000266 +無賃 0.00000018 +無辜 0.00000009 +無辺 0.00000009 +無過失 0.00000009 +無邪気 0.00000202 +無重力 0.00000165 +無量 0.00000018 +無鉄砲 0.00000083 +無鉛 0.00000083 +無鉱物 0.00000009 +無銘 0.00000009 +無銭 0.00000009 +無錫 0.00000018 +無闇 0.00000018 +無限 0.00000578 +無難 0.00000147 +無音 0.00000064 +無韻 0.00000018 +無頓 0.00000037 +無頓着 0.00000138 +無頼 0.00000009 +無類 0.00000037 +無風 0.00000009 +無香料 0.00000055 +無駄 0.00004017 +無駄口 0.00000055 +無駄話 0.00000073 +無駄足 0.00000046 +無駄遣い 0.00000477 +無駄飯 0.00000018 +無駄骨 0.00000037 +無骨 0.00000028 +焦 0.00000321 +焦が 0.00000110 +焦がれ 0.00000073 +焦げ 0.00000266 +焦げつ 0.00000009 +焦げ付 0.00000028 +焦げ付き 0.00000009 +焦ら 0.00000028 +焦り 0.00000147 +焦る 0.00000009 +焦れ 0.00000028 +焦作 0.00000009 +焦土 0.00000009 +焦慮 0.00000009 +焦点 0.00001641 +焦燥 0.00000037 +焦眉 0.00000018 +焦茶 0.00000009 +然 0.00000110 +然り 0.00000028 +焼 0.00003054 +焼き 0.00001311 +焼きあが 0.00000018 +焼きあがり 0.00000009 +焼きうち 0.00000009 +焼きおにぎり 0.00000009 +焼きかげん 0.00000009 +焼きぐ 0.00000009 +焼きそ 0.00000009 +焼きそば 0.00000092 +焼きたて 0.00000046 +焼きつ 0.00000028 +焼きつく 0.00000009 +焼きつけ 0.00000018 +焼きの 0.00000028 +焼きのり 0.00000009 +焼きめ 0.00000009 +焼きもち 0.00000156 +焼き付け 0.00000037 +焼き入れ 0.00000009 +焼き切 0.00000009 +焼き器 0.00000009 +焼き固め 0.00000018 +焼き増し 0.00000009 +焼き尽く 0.00000009 +焼き払 0.00000073 +焼き払い 0.00000009 +焼き殺 0.00000018 +焼き物 0.00000110 +焼き直 0.00000009 +焼き直し 0.00000009 +焼き肉 0.00000055 +焼き色 0.00000037 +焼き討ち 0.00000009 +焼き跡 0.00000009 +焼き魚 0.00000028 +焼き鳥 0.00000202 +焼き鳥屋 0.00000009 +焼け 0.00000578 +焼けこげ 0.00000037 +焼けつ 0.00000009 +焼け付 0.00000018 +焼け出 0.00000009 +焼け崩れ 0.00000009 +焼け死 0.00000009 +焼け落ち 0.00000055 +焼け跡 0.00000018 +焼こ 0.00000009 +焼そば 0.00000009 +焼のり 0.00000009 +焼入れ 0.00000009 +焼印 0.00000018 +焼却 0.00000128 +焼器 0.00000028 +焼失 0.00000174 +焼夷 0.00000037 +焼夷弾 0.00000018 +焼屋 0.00000009 +焼損 0.00000009 +焼死 0.00000009 +焼死者 0.00000009 +焼津 0.00000009 +焼灼 0.00000028 +焼物 0.00000046 +焼網 0.00000009 +焼肉 0.00000092 +焼色 0.00000009 +焼跡 0.00000009 +焼身 0.00000018 +焼酎 0.00000614 +焼香 0.00000018 +焼骨 0.00000009 +焼魚 0.00000018 +焼鳥 0.00000046 +焼鳥丼 0.00000018 +焼鶏 0.00000018 +焼鶏丼 0.00000009 +煉獄 0.00000037 +煉瓦 0.00000229 +煉瓦亭 0.00000018 +煌 0.00000018 +煌々 0.00000064 +煌め 0.00000028 +煌めき 0.00000009 +煎 0.00000046 +煎り立て 0.00000009 +煎茶 0.00000018 +煎餅 0.00000009 +煖 0.00000028 +煖ま 0.00000009 +煖め 0.00000009 +煖炉 0.00000193 +煙 0.00001779 +煙た 0.00000018 +煙たが 0.00000037 +煙り 0.00000037 +煙出し 0.00000009 +煙報 0.00000009 +煙席 0.00000064 +煙漂 0.00000009 +煙突 0.00000541 +煙管 0.00000055 +煙草 0.00000266 +煙草入れ 0.00000028 +煙草屋 0.00000018 +煙越し 0.00000009 +煙霧 0.00000009 +煤 0.00000009 +煤け 0.00000009 +煤払い 0.00000018 +照 0.00000101 +照ら 0.00001247 +照らし 0.00000028 +照らしだ 0.00000028 +照らし出 0.00000193 +照り 0.00000138 +照りつけ 0.00000073 +照り付け 0.00000037 +照り出 0.00000009 +照り焼 0.00000028 +照り返 0.00000009 +照り返し 0.00000009 +照れ 0.00000202 +照れくさが 0.00000009 +照久 0.00000018 +照之 0.00000009 +照会 0.00000128 +照合 0.00000073 +照宮 0.00000018 +照射 0.00000193 +照度 0.00000009 +照明 0.00000669 +照準 0.00000138 +照美 0.00000018 +照葉 0.00000009 +照覧 0.00000009 +照雄 0.00000009 +煩 0.00000055 +煩わ 0.00000119 +煩わし 0.00000220 +煩悩 0.00000028 +煩悶 0.00000018 +煩累 0.00000018 +煩雑 0.00000055 +煬帝 0.00000018 +煮 0.00000862 +煮え 0.00000202 +煮こ 0.00000009 +煮出 0.00000128 +煮干 0.00000037 +煮干し 0.00000009 +煮汁 0.00000174 +煮沸 0.00000028 +煮物 0.00000156 +煮立 0.00000138 +煮立ち 0.00000018 +煮立て 0.00000046 +煮詰ま 0.00000037 +煮詰め 0.00000083 +煮貝 0.00000009 +煮込 0.00000358 +煮込み 0.00000055 +煮込め 0.00000018 +煮過ぎ 0.00000009 +煮魚 0.00000018 +煽 0.00000248 +煽り 0.00000037 +煽動 0.00000009 +熊 0.00000348 +熊井 0.00000028 +熊使 0.00000009 +熊使い 0.00000009 +熊川 0.00000018 +熊手 0.00000018 +熊本 0.00000403 +熊本城 0.00000028 +熊谷 0.00000147 +熊賞 0.00000009 +熊野 0.00000156 +熔岩 0.00000009 +熟 0.00000183 +熟女 0.00000037 +熟年 0.00000092 +熟度 0.00000009 +熟慮 0.00000128 +熟成 0.00000156 +熟睡 0.00000092 +熟知 0.00000229 +熟練 0.00000624 +熟考 0.00000229 +熟語 0.00000110 +熟誠 0.00000009 +熟読 0.00000028 +熟達 0.00000092 +熱 0.00005924 +熱々 0.00000037 +熱さまし 0.00000009 +熱中 0.00000660 +熱出 0.00000009 +熱唱 0.00000018 +熱射 0.00000009 +熱川 0.00000018 +熱帯 0.00001293 +熱弁 0.00000046 +熱心 0.00003943 +熱情 0.00000147 +熱意 0.00000853 +熱愛 0.00000018 +熱戦 0.00000028 +熱望 0.00000110 +熱気 0.00000284 +熱気球 0.00000083 +熱水 0.00000009 +熱波 0.00000073 +熱海 0.00000147 +熱湯 0.00000266 +熱演 0.00000028 +熱烈 0.00000541 +熱燗 0.00000037 +熱狂 0.00001440 +熱病 0.00000083 +熱発生 0.00000009 +熱線 0.00000018 +熱血 0.00000046 +熱誠 0.00000009 +熱負荷 0.00000009 +熱過ぎ 0.00000009 +熱風 0.00000009 +熾 0.00000018 +熾烈 0.00000238 +燃 0.00000037 +燃え 0.00001852 +燃えがら 0.00000009 +燃えき 0.00000009 +燃えさか 0.00000028 +燃えさかっ 0.00000009 +燃えさかる 0.00000018 +燃えさし 0.00000046 +燃えだ 0.00000018 +燃えつ 0.00000009 +燃えつき 0.00000009 +燃えひろが 0.00000009 +燃えよ 0.00000009 +燃えれ 0.00000009 +燃え上が 0.00000339 +燃え付 0.00000009 +燃え尽き 0.00000165 +燃え殻 0.00000009 +燃え移 0.00000009 +燃え立 0.00000119 +燃え立て 0.00000009 +燃え輝 0.00000009 +燃や 0.00000541 +燃やす 0.00000055 +燃やせ 0.00000009 +燃料 0.00002623 +燃油 0.00000028 +燃焼 0.00000312 +燃費 0.00000376 +燈 0.00000055 +燈火 0.00000073 +燐 0.00000009 +燐光 0.00000018 +燕 0.00000018 +燕尾 0.00000028 +燕趙 0.00000018 +燕麦 0.00000028 +燗 0.00000009 +燦 0.00000037 +燦然 0.00000009 +燦爛 0.00000009 +燭 0.00000009 +燭台 0.00000110 +燻 0.00000046 +爆 0.00000037 +爆ぜ 0.00000046 +爆国 0.00000009 +爆弾 0.00001843 +爆心 0.00000138 +爆撃 0.00000853 +爆朗 0.00000009 +爆死 0.00000009 +爆発 0.00002421 +爆発物 0.00000018 +爆破 0.00000394 +爆竹 0.00000174 +爆笑 0.00000147 +爆薬 0.00000037 +爆音 0.00000073 +爆風 0.00000083 +爐 0.00000028 +爛々 0.00000018 +爛漫 0.00000009 +爪 0.00000642 +爪先 0.00000110 +爪先立 0.00000028 +爪切り 0.00000009 +爪楊枝 0.00000009 +爪痕 0.00000009 +爬虫 0.00000119 +爬術 0.00000009 +爵 0.00000028 +爵位 0.00000009 +爵士 0.00000018 +父 0.00011178 +父君 0.00000083 +父娘 0.00000009 +父子 0.00000064 +父島 0.00000193 +父性 0.00000018 +父方 0.00000037 +父殺し 0.00000009 +父母 0.00000358 +父王 0.00000009 +父知 0.00000009 +父祖 0.00000101 +父租 0.00000009 +父系 0.00000028 +父親 0.00007006 +父親業 0.00000009 +爺 0.00000174 +爽やか 0.00000083 +爽快 0.00000248 +爽快感 0.00000018 +爾朗 0.00000009 +爾来 0.00000009 +片 0.00000596 +片う 0.00000009 +片うで 0.00000009 +片っぱし 0.00000009 +片っ端 0.00000046 +片づ 0.00000092 +片づけ 0.00000174 +片と 0.00000009 +片ひじ 0.00000009 +片ほお 0.00000009 +片れ 0.00000009 +片付 0.00000101 +片付き添う 0.00000009 +片付け 0.00001522 +片付けれ 0.00000009 +片仮名 0.00000073 +片倉 0.00000009 +片側 0.00000321 +片刃 0.00000009 +片割れ 0.00000037 +片寄 0.00000055 +片寄せ 0.00000018 +片寄り 0.00000009 +片山 0.00000138 +片岡 0.00000064 +片思い 0.00000046 +片息 0.00000009 +片想い 0.00000018 +片意地 0.00000018 +片手 0.00000908 +片手剣 0.00000009 +片手落ち 0.00000009 +片手間 0.00000028 +片方 0.00001201 +片方立 0.00000009 +片時 0.00000092 +片栗粉 0.00000018 +片田舎 0.00000083 +片目 0.00000229 +片眼 0.00000037 +片端 0.00000028 +片耳 0.00000018 +片耳隠し 0.00000009 +片肺 0.00000009 +片脇 0.00000018 +片脚 0.00000055 +片腕 0.00000138 +片膝 0.00000018 +片言 0.00000183 +片足 0.00000211 +片足落 0.00000018 +片道 0.00000147 +片道券 0.00000018 +片附 0.00000009 +片附け 0.00000046 +片隅 0.00000486 +片面 0.00000110 +片頬 0.00000009 +片頭 0.00000009 +片頭痛 0.00000018 +片鱗 0.00000009 +版 0.00004191 +版下 0.00000037 +版元 0.00000018 +版木 0.00000018 +版本 0.00000009 +版権 0.00000037 +版画 0.00000550 +版股 0.00000009 +牌 0.00000092 +牌楼 0.00000009 +牌楼門 0.00000009 +牒号 0.00000028 +牙 0.00000257 +牙城 0.00000018 +牙種 0.00000009 +牛 0.00002118 +牛どんや 0.00000009 +牛タン 0.00000037 +牛一 0.00000009 +牛丼 0.00000514 +牛乳 0.00000935 +牛場 0.00000028 +牛山 0.00000028 +牛島 0.00000211 +牛房 0.00000009 +牛歩 0.00000028 +牛種 0.00000009 +牛窓 0.00000009 +牛筋 0.00000009 +牛耳 0.00000138 +牛肉 0.00001972 +牛若丸 0.00000018 +牛車 0.00000037 +牛追い 0.00000028 +牛革張り 0.00000009 +牛頭 0.00000009 +牛飼い 0.00000009 +牝 0.00000064 +牝ジカ 0.00000009 +牝牛 0.00000009 +牝馬 0.00000064 +牝鹿 0.00000009 +牡 0.00000266 +牡ウシ 0.00000110 +牡ジカ 0.00000018 +牡丹 0.00000009 +牡牛 0.00000073 +牡羊 0.00000018 +牡蠣 0.00000064 +牡蠣太 0.00000009 +牡馬 0.00000018 +牡鹿 0.00000064 +牢 0.00000073 +牢屋 0.00000202 +牢獄 0.00000257 +牧 0.00000028 +牧場 0.00000394 +牧師 0.00001577 +牧歌 0.00000055 +牧民 0.00000018 +牧水 0.00000009 +牧畜 0.00000018 +牧羊 0.00000037 +牧者 0.00000009 +牧草 0.00000202 +牧草地 0.00000009 +牧野 0.00000028 +物 0.00021348 +物々 0.00000028 +物々し 0.00000028 +物おじ 0.00000009 +物ご 0.00000018 +物ごい 0.00000028 +物ごと 0.00000009 +物づくり 0.00000046 +物まね 0.00000147 +物乞 0.00000064 +物乞い 0.00000459 +物事 0.00004255 +物件 0.00000669 +物体 0.00000926 +物作 0.00000009 +物作り 0.00000037 +物価 0.00000862 +物入り 0.00000009 +物入れ 0.00000009 +物凄 0.00000064 +物分かり 0.00000055 +物分り 0.00000018 +物別れ 0.00000018 +物品 0.00000229 +物問 0.00000009 +物売り 0.00000055 +物好き 0.00000046 +物寂し 0.00000037 +物差し 0.00000128 +物差しや 0.00000009 +物師 0.00000009 +物干し 0.00000028 +物影 0.00000018 +物心 0.00000055 +物忘れ 0.00000101 +物怖 0.00000018 +物思い 0.00000138 +物思わし 0.00000009 +物悲し 0.00000073 +物惜しみ 0.00000028 +物憂 0.00000018 +物憂げ 0.00000009 +物扱い 0.00000009 +物持ち 0.00000028 +物書 0.00000009 +物書き 0.00000046 +物机 0.00000009 +物案 0.00000009 +物欲 0.00000092 +物欲し 0.00000018 +物流 0.00000083 +物狂 0.00000009 +物狂い 0.00000092 +物珍し 0.00000092 +物理 0.00001504 +物理学 0.00000009 +物産 0.00000128 +物界 0.00000009 +物的 0.00000046 +物知り 0.00000073 +物祭り 0.00000009 +物種 0.00000018 +物笑い 0.00000037 +物置 0.00000128 +物置場 0.00000009 +物腰 0.00000138 +物色 0.00000064 +物見 0.00000009 +物見せ 0.00000009 +物覚え 0.00000083 +物言 0.00000064 +物言い 0.00000064 +物話 0.00000073 +物語 0.00007657 +物語り 0.00000028 +物議 0.00000257 +物象 0.00000018 +物販 0.00000009 +物資 0.00000807 +物質 0.00004402 +物走 0.00000009 +物陰 0.00000046 +物静か 0.00000284 +物音 0.00000614 +物顔 0.00000028 +物騒 0.00000101 +牲 0.00000009 +特 0.00000651 +特ちょう 0.00000009 +特に 0.00018340 +特使 0.00000220 +特例 0.00000064 +特価 0.00000073 +特典 0.00000339 +特別 0.00012866 +特効 0.00000110 +特務 0.00000009 +特化 0.00000083 +特命 0.00000046 +特売 0.00000119 +特大 0.00000138 +特定 0.00003989 +特待 0.00000018 +特徴 0.00004704 +特急 0.00000128 +特性 0.00000807 +特恵 0.00000009 +特技 0.00000138 +特捜 0.00000009 +特撮 0.00000110 +特攻 0.00000367 +特有 0.00000972 +特権 0.00000559 +特殊 0.00002375 +特段 0.00000009 +特注 0.00000193 +特派 0.00000165 +特産 0.00000477 +特異 0.00000413 +特筆 0.00000248 +特等 0.00000028 +特約 0.00000028 +特級 0.00000009 +特色 0.00000449 +特装 0.00000009 +特製 0.00000257 +特訓 0.00000101 +特記 0.00000009 +特設 0.00000138 +特許 0.00000651 +特質 0.00000422 +特赦 0.00000055 +特選 0.00000037 +特醸 0.00000009 +特長 0.00000183 +特集 0.00001458 +特電 0.00000009 +特需 0.00000018 +特高 0.00000009 +特1 0.00000009 +牽引 0.00000037 +牽強 0.00000009 +牽牛星 0.00000018 +犀 0.00000009 +犀星 0.00000009 +犀潟 0.00000009 +犀生 0.00000009 +犁先 0.00000009 +犠 0.00000028 +犠打 0.00000037 +犠牲 0.00005071 +犬 0.00010445 +犬ぞり 0.00000083 +犬占 0.00000009 +犬型 0.00000009 +犬堂 0.00000009 +犬好き 0.00000046 +犬専用 0.00000009 +犬山 0.00000009 +犬山城 0.00000009 +犬年 0.00000009 +犬歯 0.00000018 +犬死 0.00000009 +犬猿 0.00000009 +犬畜生 0.00000009 +犬種 0.00000046 +犬肉 0.00000009 +犬見 0.00000009 +犬語 0.00000055 +犬革 0.00000009 +犬鞭 0.00000009 +犬飼 0.00000009 +犬養 0.00000018 +犯 0.00004072 +犯す 0.00000018 +犯せ 0.00000009 +犯人 0.00001687 +犯人像 0.00000009 +犯罪 0.00008189 +犯行 0.00000614 +犯駄 0.00000018 +状 0.00002907 +状勢 0.00000009 +状態 0.00012077 +状況 0.00015654 +狂 0.00001495 +狂い 0.00000055 +狂え 0.00000009 +狂おし 0.00000028 +狂わ 0.00000018 +狂わし 0.00000009 +狂乱 0.00000101 +狂人 0.00000165 +狂信 0.00000248 +狂喜 0.00000018 +狂奔 0.00000009 +狂想 0.00000009 +狂暴 0.00000046 +狂歌 0.00000009 +狂気 0.00000367 +狂牛 0.00000275 +狂犬 0.00000046 +狂言 0.00000248 +狂詩 0.00000009 +狆 0.00000009 +狐 0.00000128 +狙 0.00001541 +狙い 0.00000605 +狙え 0.00000028 +狙撃 0.00000110 +狛犬 0.00000009 +狡智 0.00000009 +狡猾 0.00000174 +狡知 0.00000046 +狡賢 0.00000018 +狢 0.00000009 +狩 0.00000138 +狩り 0.00000550 +狩り出 0.00000037 +狩れ 0.00000009 +狩人 0.00000092 +狩場 0.00000037 +狩猟 0.00000367 +狩猟場 0.00000009 +狩野 0.00000073 +独 0.00000147 +独り 0.00001605 +独りご 0.00000009 +独りっきり 0.00000018 +独りぼっち 0.00000238 +独り子 0.00000009 +独り暮らし 0.00000009 +独り立ち 0.00000037 +独り言 0.00000037 +独り身 0.00000028 +独ソ 0.00000009 +独伊 0.00000009 +独創 0.00000724 +独力 0.00000083 +独占 0.00000990 +独唱 0.00000018 +独善 0.00000055 +独壇 0.00000028 +独学 0.00000486 +独尊 0.00000009 +独島 0.00000009 +独得 0.00000037 +独房 0.00000083 +独断 0.00000073 +独歩 0.00000037 +独演 0.00000028 +独特 0.00002907 +独白 0.00000018 +独眼 0.00000009 +独禁 0.00000009 +独立 0.00004805 +独習 0.00000018 +独自 0.00003393 +独裁 0.00001265 +独走 0.00000092 +独身 0.00001486 +独逸 0.00000018 +狭 0.00002797 +狭い 0.00000018 +狭ま 0.00000037 +狭め 0.00000064 +狭心 0.00000009 +狭窄 0.00000028 +狭義 0.00000009 +狭苦し 0.00000046 +狭過ぎ 0.00000009 +狭量 0.00000009 +狭間 0.00000147 +狸 0.00000037 +狼 0.00000385 +狼狽 0.00000156 +狼男 0.00000009 +狼瘡 0.00000009 +狼藉 0.00000018 +猛 0.00000532 +猛々し 0.00000046 +猛勉強 0.00000110 +猛吹雪 0.00000018 +猛威 0.00000128 +猛打 0.00000009 +猛攻 0.00000028 +猛攻撃 0.00000009 +猛暑 0.00000174 +猛毒 0.00000064 +猛激 0.00000009 +猛烈 0.00000477 +猛然 0.00000055 +猛犬 0.00000018 +猛獣 0.00000046 +猛禽 0.00000009 +猛者 0.00000009 +猛虎 0.00000009 +猛進 0.00000009 +猜疑 0.00000092 +猜疑心 0.00000009 +猟 0.00000083 +猟奇 0.00000018 +猟師 0.00000303 +猟犬 0.00000238 +猟禽 0.00000018 +猟銃 0.00000018 +猥褻 0.00000009 +猥談 0.00000018 +猥雑 0.00000028 +猪 0.00000138 +猪口 0.00000009 +猪木 0.00000257 +猪苗代 0.00000037 +猪谷 0.00000009 +猪鼻 0.00000018 +猫 0.00003310 +猫合わせ 0.00000009 +猫型 0.00000018 +猫好き 0.00000046 +猫恐怖 0.00000009 +猫数 0.00000009 +猫王 0.00000009 +猫用 0.00000009 +猫祭り 0.00000018 +猫科 0.00000009 +猫背 0.00000092 +猫語 0.00000009 +猫^ 0.00000018 +献一 0.00000009 +献上 0.00000037 +献呈 0.00000037 +献立 0.00000138 +献花 0.00000009 +献血 0.00000248 +献身 0.00000734 +献酒 0.00000009 +献金 0.00000321 +献金額 0.00000009 +猶予 0.00000303 +猿 0.00001311 +猿之助 0.00000009 +猿人 0.00000101 +猿好き 0.00000018 +猿山 0.00000018 +猿岩石 0.00000009 +猿年 0.00000009 +猿手 0.00000009 +猿橋 0.00000009 +猿沢 0.00000018 +猿用 0.00000009 +猿真似 0.00000009 +獄 0.00000046 +獄中 0.00000128 +獄語 0.00000009 +獅噛 0.00000018 +獅子 0.00000779 +獅子倉 0.00000073 +獅童 0.00000018 +獏 0.00000009 +獣 0.00001201 +獣医 0.00000257 +獣医学 0.00000018 +獣医療 0.00000018 +獣医科 0.00000009 +獣姦 0.00000009 +獣性 0.00000009 +獣疫 0.00000009 +獣肉 0.00000028 +獣脂 0.00000028 +獣骨 0.00000018 +獨協 0.00000009 +獰 0.00000009 +獰悪 0.00000018 +獰猛 0.00000110 +獲 0.00000165 +獲り 0.00000009 +獲れ 0.00000046 +獲ろ 0.00000009 +獲得 0.00009519 +獲得点数 0.00000009 +獲物 0.00000569 +玄 0.00000009 +玄人 0.00000055 +玄侑 0.00000009 +玄宗 0.00000018 +玄武 0.00000009 +玄海 0.00000037 +玄照堂 0.00000018 +玄琴 0.00000009 +玄田 0.00000018 +玄秀盛 0.00000009 +玄米 0.00000348 +玄葉 0.00000009 +玄関 0.00001577 +率 0.00010628 +率い 0.00001706 +率いれ 0.00000009 +率先 0.00000358 +率直 0.00001935 +玉 0.00001550 +玉ねぎ 0.00000174 +玉のこし 0.00000028 +玉ネギ 0.00000092 +玉ノ井 0.00000009 +玉乗 0.00000009 +玉作 0.00000009 +玉入れ 0.00000009 +玉原 0.00000018 +玉取 0.00000009 +玉川 0.00000037 +玉座 0.00000394 +玉愛好 0.00000009 +玉手 0.00000073 +玉投げ 0.00000009 +玉数 0.00000009 +玉料 0.00000009 +玉木 0.00000009 +玉条 0.00000009 +玉母 0.00000009 +玉牛 0.00000009 +玉田 0.00000055 +玉皮 0.00000055 +玉石 0.00000009 +玉石垣 0.00000009 +玉砕 0.00000018 +玉突き 0.00000037 +玉緒 0.00000018 +玉置 0.00000028 +玉葱 0.00000028 +玉虫 0.00000046 +玉野 0.00000037 +玉鋼 0.00000009 +玉陵 0.00000009 +玉電 0.00000037 +玉露 0.00000037 +玉音 0.00000018 +玉鬘 0.00000018 +王 0.00008464 +王丹 0.00000009 +王位 0.00000193 +王侯 0.00000257 +王候 0.00000028 +王冠 0.00000229 +王制 0.00000064 +王国 0.00001339 +王国内 0.00000028 +王墓 0.00000009 +王女 0.00000807 +王妃 0.00000321 +王子 0.00002815 +王室 0.00000514 +王宮 0.00000156 +王宮前 0.00000018 +王家 0.00000128 +王将 0.00000055 +王将碑 0.00000009 +王座 0.00000238 +王手 0.00000055 +王政 0.00000037 +王族 0.00000156 +王朝 0.00000211 +王様 0.00000018 +王権 0.00000009 +王皓 0.00000009 +王立 0.00000293 +王者 0.00000312 +王貞治 0.00000046 +王輝 0.00000009 +王道 0.00000037 +王陵 0.00000009 +王飛 0.00000128 +玩具 0.00000724 +玲 0.00000028 +玲子 0.00000238 +玲於奈 0.00000018 +玲瓏 0.00000009 +玲美 0.00000009 +珈琲 0.00000009 +珊瑚 0.00000119 +珍 0.00000037 +珍し 0.00003705 +珍ら 0.00000009 +珍事件 0.00000009 +珍味 0.00000101 +珍品 0.00000037 +珍奇 0.00000009 +珍妙 0.00000009 +珍客 0.00000009 +珍本 0.00000037 +珍稀 0.00000009 +珍道 0.00000055 +珍道具 0.00000055 +珍重 0.00000101 +珠 0.00000092 +珠光 0.00000009 +珠玉 0.00000046 +珠貴 0.00000018 +班 0.00000156 +班長 0.00000018 +現 0.00002054 +現せ 0.00000009 +現に 0.00000220 +現れ 0.00005264 +現れ出 0.00000009 +現わ 0.00000028 +現われ 0.00000688 +現アザン 0.00000009 +現ナマ 0.00000009 +現世 0.00000147 +現人 0.00000028 +現代 0.00006300 +現代表 0.00000009 +現住 0.00000009 +現像 0.00000174 +現内 0.00000009 +現出 0.00000009 +現前 0.00000009 +現在 0.00038221 +現地 0.00003677 +現場 0.00002549 +現天皇 0.00000018 +現存 0.00000257 +現実 0.00006951 +現役 0.00000770 +現憲法 0.00000018 +現教皇 0.00000009 +現有 0.00000009 +現況 0.00000018 +現物 0.00000037 +現状 0.00002558 +現状態 0.00000009 +現王 0.00000009 +現生 0.00000037 +現病 0.00000009 +現皇帝 0.00000009 +現職 0.00000266 +現行 0.00000559 +現象 0.00002779 +現軍事 0.00000018 +現金 0.00001559 +球 0.00000679 +球体 0.00000138 +球児 0.00000055 +球団 0.00001779 +球団名 0.00000009 +球場 0.00000899 +球子 0.00000009 +球宴 0.00000009 +球形 0.00000073 +球技 0.00000037 +球拾い 0.00000009 +球根 0.00000055 +球状 0.00000028 +球界 0.00000211 +球磨 0.00000009 +球筋 0.00000009 +球菌 0.00000055 +球面 0.00000009 +理 0.00000587 +理事 0.00001981 +理人 0.00000009 +理代子 0.00000009 +理加 0.00000138 +理化学 0.00000028 +理学 0.00000083 +理容 0.00000101 +理屈 0.00000477 +理工 0.00000101 +理念 0.00000614 +理性 0.00001119 +理想 0.00003833 +理数 0.00000055 +理森 0.00000009 +理生 0.00000018 +理由 0.00019734 +理知 0.00000128 +理石 0.00000018 +理研 0.00000037 +理神 0.00000009 +理科 0.00000312 +理系 0.00000073 +理美容 0.00000018 +理解 0.00022953 +理解度 0.00000009 +理詰め 0.00000009 +理論 0.00002641 +理路 0.00000018 +理髪 0.00000321 +琉球 0.00000303 +琉璃 0.00000018 +琉璃殿 0.00000009 +琢磨 0.00000138 +琥珀 0.00000110 +琳派 0.00000009 +琴 0.00000211 +琴光 0.00000018 +琴奨 0.00000028 +琴奨菊 0.00000037 +琴平 0.00000009 +琴平駅 0.00000009 +琴律 0.00000009 +琴欧州 0.00000202 +琴欧洲 0.00000037 +琴瑟 0.00000009 +琴線 0.00000018 +琴電 0.00000009 +琵琶 0.00000468 +琺瑯 0.00000009 +瑕疵 0.00000009 +瑛生 0.00000009 +瑛美 0.00000046 +瑞々 0.00000009 +瑞々し 0.00000018 +瑞兆 0.00000009 +瑞宝 0.00000009 +瑞巌 0.00000009 +瑞泉 0.00000009 +瑞穂 0.00000018 +瑞穂陸上 0.00000009 +瑞鳥 0.00000009 +瑠偉 0.00000009 +瑠璃 0.00000018 +瑠衣 0.00000028 +瑣事 0.00000018 +瑣末 0.00000018 +璃碗 0.00000009 +環 0.00000174 +環境 0.00014957 +環状 0.00000037 +環球 0.00000018 +環礁 0.00000064 +環繰 0.00000028 +環菜 0.00000009 +瓦 0.00000119 +瓦屋根 0.00000009 +瓦斯 0.00000018 +瓦片 0.00000018 +瓦礫 0.00000018 +瓦解 0.00000018 +瓶 0.00001137 +瓶井 0.00000101 +瓶詰 0.00000009 +瓶詰め 0.00000128 +甍 0.00000009 +甕 0.00000009 +甘 0.00002595 +甘え 0.00000330 +甘えん 0.00000028 +甘く 0.00000009 +甘ったる 0.00000028 +甘み 0.00000101 +甘や 0.00000028 +甘やか 0.00000541 +甘やかし 0.00000018 +甘やかす 0.00000009 +甘やかすか 0.00000009 +甘ん 0.00000202 +甘んじ 0.00000018 +甘ー 0.00000018 +甘党 0.00000018 +甘利 0.00000018 +甘利明 0.00000018 +甘受 0.00000073 +甘口 0.00000028 +甘味 0.00000165 +甘塩 0.00000009 +甘夏 0.00000009 +甘樫丘 0.00000037 +甘皮 0.00000009 +甘粛 0.00000009 +甘美 0.00000110 +甘茶 0.00000018 +甘草 0.00000037 +甘言 0.00000018 +甘辛 0.00000119 +甘辛味 0.00000009 +甘酒 0.00000055 +甘酢 0.00000046 +甘酸っぱ 0.00000055 +甘酸っぱい 0.00000009 +甘露 0.00000037 +甚だ 0.00000018 +甚だし 0.00000110 +甚五郎 0.00000009 +甚大 0.00000128 +生 0.00031876 +生々 0.00000037 +生々し 0.00000165 +生い 0.00000028 +生いしげ 0.00000018 +生い立 0.00000073 +生い立ち 0.00000128 +生え 0.00001220 +生えそろ 0.00000009 +生え抜き 0.00000018 +生え際 0.00000009 +生か 0.00002733 +生かせ 0.00000028 +生から 0.00000018 +生き 0.00015672 +生きいき 0.00000009 +生きうつし 0.00000009 +生きかえ 0.00000028 +生きがい 0.00000275 +生きがいや 0.00000009 +生きざま 0.00000009 +生きし 0.00000009 +生きそして 0.00000018 +生きと 0.00000037 +生きな 0.00000009 +生きのこ 0.00000009 +生きのび 0.00000009 +生きもの 0.00000101 +生きよう 0.00000018 +生きろ 0.00000064 +生き別れ 0.00000009 +生き埋め 0.00000028 +生き延び 0.00000945 +生き様 0.00000083 +生き残 0.00000935 +生き残り 0.00000275 +生き残れ 0.00000165 +生き物 0.00001486 +生き生き 0.00000734 +生き生きし 0.00000018 +生き絶え 0.00000009 +生き返 0.00000183 +生け 0.00000779 +生け垣 0.00000055 +生け捕り 0.00000009 +生け花 0.00000092 +生け贄 0.00000009 +生ごみ 0.00000220 +生じ 0.00001660 +生っ 0.00000009 +生ぬる 0.00000037 +生ま 0.00000018 +生まじめ 0.00000009 +生まず 0.00000009 +生まれ 0.00016763 +生まれつ 0.00000119 +生まれつき 0.00000431 +生まれつきそ 0.00000018 +生まれ変わ 0.00000385 +生まれ変わり 0.00000028 +生まれ育 0.00000706 +生み 0.00000174 +生みそ 0.00000009 +生みだ 0.00000037 +生みの 0.00000018 +生み出 0.00003420 +生み出せ 0.00000037 +生み育て 0.00000028 +生み落と 0.00000009 +生もの 0.00000028 +生や 0.00000055 +生れ 0.00000422 +生れつき 0.00000018 +生れ変わ 0.00000028 +生れ育 0.00000009 +生ん 0.00000009 +生ガキ 0.00000028 +生中継 0.00000037 +生乳 0.00000018 +生体 0.00000339 +生保 0.00000018 +生傷 0.00000018 +生兵法 0.00000009 +生分解 0.00000009 +生前 0.00000193 +生化学 0.00000009 +生半可 0.00000055 +生協 0.00000055 +生協会 0.00000009 +生卵 0.00000110 +生命 0.00003705 +生唐 0.00000028 +生地 0.00000779 +生垣 0.00000037 +生姜 0.00000028 +生娘 0.00000046 +生存 0.00001531 +生家 0.00000083 +生射殺 0.00000009 +生島 0.00000009 +生年 0.00000211 +生彩 0.00000018 +生後 0.00000853 +生徒 0.00013865 +生得 0.00000055 +生息 0.00001321 +生意気 0.00000330 +生態 0.00000899 +生態学 0.00000009 +生成 0.00000495 +生揚げ 0.00000009 +生放送 0.00000009 +生日 0.00000009 +生易し 0.00000028 +生来 0.00000293 +生来備わ 0.00000009 +生検 0.00000110 +生業 0.00000110 +生死 0.00000220 +生殖 0.00000193 +生殺人 0.00000009 +生気 0.00000220 +生没年 0.00000018 +生活 0.00038579 +生涯 0.00002146 +生温 0.00000009 +生演奏 0.00000009 +生漫 0.00000009 +生焼け 0.00000018 +生煮え 0.00000009 +生牡蠣 0.00000009 +生物 0.00003962 +生物種 0.00000018 +生理 0.00000715 +生産 0.00007877 +生田 0.00000147 +生皮 0.00000009 +生真面目 0.00000083 +生米 0.00000009 +生粋 0.00000092 +生糸 0.00000028 +生約 0.00000009 +生者 0.00000046 +生肉 0.00000037 +生育 0.00000092 +生臭 0.00000009 +生臭み 0.00000018 +生花 0.00000028 +生茶 0.00000018 +生薬 0.00000110 +生解説 0.00000009 +生計 0.00000596 +生誕 0.00000394 +生贄 0.00000073 +生身 0.00000156 +生還 0.00000055 +生酒 0.00000018 +生酔い 0.00000009 +生野 0.00000009 +生野菜 0.00000028 +生長 0.00000037 +生霊 0.00000009 +生食 0.00000009 +生魚 0.00000064 +生鮮 0.00000183 +生鮮肉 0.00000009 +産 0.00003604 +産まれ 0.00000477 +産み 0.00000119 +産み出 0.00000073 +産み育て 0.00000009 +産み落と 0.00000009 +産め 0.00000110 +産休 0.00000083 +産児 0.00000147 +産出 0.00000211 +産出国 0.00000018 +産出物 0.00000009 +産卵 0.00000064 +産品 0.00000055 +産地 0.00000706 +産声 0.00000046 +産婦人 0.00000128 +産学 0.00000009 +産後 0.00000028 +産業 0.00006575 +産毛 0.00000018 +産油 0.00000092 +産物 0.00000339 +産白 0.00000009 +産着 0.00000009 +産科 0.00000101 +産経 0.00000018 +産褥 0.00000009 +産道 0.00000092 +産院 0.00000009 +甥 0.00000468 +甥が 0.00000009 +甥っ子 0.00000009 +甥御 0.00000009 +甦 0.00000009 +用 0.00014177 +用い 0.00004044 +用事 0.00000514 +用件 0.00000587 +用例 0.00000073 +用具 0.00000128 +用務 0.00000009 +用合わせ 0.00000009 +用向き 0.00000009 +用命 0.00000028 +用品 0.00000165 +用地 0.00000193 +用度 0.00000009 +用心 0.00001192 +用心棒 0.00000028 +用意 0.00005108 +用意致 0.00000110 +用法 0.00000174 +用瀬 0.00000018 +用立て 0.00000028 +用紙 0.00000752 +用紙出 0.00000009 +用肉 0.00000009 +用語 0.00001779 +用語集 0.00000009 +用賀 0.00000009 +用足し 0.00000009 +用途 0.00000495 +用達 0.00000009 +田 0.00000174 +田んぼ 0.00000321 +田七 0.00000009 +田上 0.00000009 +田中 0.00003081 +田井中 0.00000092 +田代 0.00000018 +田内 0.00000009 +田原 0.00000028 +田口 0.00000018 +田圃 0.00000037 +田園 0.00000248 +田園調布 0.00000009 +田家 0.00000009 +田尾 0.00000009 +田島 0.00000083 +田崎 0.00000083 +田嶋 0.00000018 +田村 0.00000514 +田植 0.00000018 +田植え 0.00000165 +田楽 0.00000009 +田沢 0.00000028 +田河 0.00000018 +田沼 0.00000009 +田町 0.00000009 +田畑 0.00000092 +田臥 0.00000211 +田舎 0.00002485 +田舎娘 0.00000028 +田舎暮らし 0.00000037 +田舎町 0.00000028 +田舎者 0.00000138 +田舎育ち 0.00000009 +田舎道 0.00000110 +田舎風 0.00000009 +田苗 0.00000073 +田苗代 0.00000009 +田辺 0.00000092 +田邊 0.00000092 +田部井 0.00000028 +田野 0.00000009 +田鍋 0.00000037 +由 0.00000147 +由々し 0.00000037 +由伸 0.00000018 +由利 0.00000009 +由大変 0.00000009 +由子 0.00000028 +由実 0.00000055 +由岐子 0.00000028 +由布 0.00000018 +由布姫 0.00000009 +由来 0.00001036 +由比ケ浜 0.00000009 +由紀 0.00000009 +由紀夫 0.00000266 +由紀子 0.00000009 +由紀恵 0.00000055 +由紀江 0.00000009 +由緒 0.00000220 +由美 0.00000073 +由美子 0.00000037 +由良 0.00000018 +由誠 0.00000009 +由起 0.00000009 +由里子 0.00000009 +由香 0.00000028 +甲 0.00000266 +甲乙 0.00000028 +甲信越 0.00000009 +甲冑 0.00000083 +甲子 0.00000890 +甲山 0.00000018 +甲州 0.00000055 +甲府 0.00000110 +甲斐 0.00000147 +甲板 0.00000844 +甲殻 0.00000018 +甲状 0.00000018 +甲田 0.00000092 +甲田山 0.00000009 +甲羅 0.00000055 +甲虫 0.00000055 +甲虫屋 0.00000009 +甲語 0.00000009 +甲賀 0.00000037 +甲走 0.00000009 +甲革 0.00000009 +甲類 0.00000037 +甲高 0.00000220 +申 0.00001807 +申し 0.00000569 +申しあげ 0.00000018 +申しこみ 0.00000009 +申しつか 0.00000009 +申しつけ 0.00000018 +申し上げ 0.00004603 +申し上げれ 0.00000028 +申し付け 0.00000138 +申し入れ 0.00000128 +申し出 0.00001834 +申し出れ 0.00000009 +申し分 0.00000431 +申し合わせ 0.00000028 +申し子 0.00000028 +申し添え 0.00000009 +申し渡 0.00000028 +申し立て 0.00000559 +申し訳 0.00003531 +申し込 0.00000908 +申し込み 0.00000679 +申し込め 0.00000092 +申し述べ 0.00000009 +申す 0.00000009 +申上げ 0.00000055 +申京淑 0.00000009 +申出 0.00000018 +申分 0.00000018 +申吾 0.00000009 +申告 0.00000587 +申年 0.00000028 +申恩 0.00000009 +申立 0.00000073 +申立て 0.00000028 +申請 0.00006346 +申込 0.00000660 +男 0.00028134 +男だ 0.00000009 +男なら 0.00000009 +男の 0.00000009 +男の子 0.00002980 +男の子向き 0.00000009 +男の子達 0.00000009 +男二人 0.00000009 +男体 0.00000037 +男余り 0.00000009 +男信 0.00000009 +男優 0.00000459 +男兄弟 0.00000009 +男児 0.00000321 +男共 0.00000009 +男凶暴 0.00000009 +男前 0.00000028 +男女 0.00004438 +男好き 0.00000009 +男嫌い 0.00000009 +男子 0.00003641 +男尊 0.00000046 +男役 0.00000046 +男心 0.00000037 +男性 0.00030280 +男手 0.00000009 +男振り 0.00000009 +男本人 0.00000018 +男湯 0.00000028 +男滝 0.00000009 +男爵 0.00000046 +男版 0.00000009 +男物 0.00000009 +男男 0.00000009 +男盛り 0.00000018 +男神 0.00000018 +男系 0.00000037 +男衆 0.00000018 +男装 0.00000046 +男言葉 0.00000055 +男運 0.00000037 +男遍 0.00000009 +男達 0.00000064 +男雛 0.00000009 +男鹿 0.00000073 +町 0.00012444 +町々 0.00000009 +町づくり 0.00000028 +町並 0.00000028 +町並み 0.00000220 +町中 0.00000348 +町人 0.00000119 +町会 0.00000028 +町会議員 0.00000009 +町内 0.00000183 +町名 0.00000028 +町営 0.00000018 +町報 0.00000009 +町境 0.00000009 +町外れ 0.00000009 +町子 0.00000339 +町子原作 0.00000009 +町家 0.00000028 +町屋 0.00000046 +町村 0.00000073 +町民 0.00000119 +町民会 0.00000009 +町田 0.00000211 +町立 0.00000009 +町筋 0.00000009 +町絵師 0.00000009 +町衆 0.00000018 +町角 0.00000028 +町議会 0.00000037 +町長 0.00000303 +画 0.00002558 +画一 0.00000174 +画伯 0.00000119 +画像 0.00001972 +画力 0.00000009 +画史 0.00000009 +画商 0.00000037 +画報 0.00000009 +画壇 0.00000037 +画学生 0.00000009 +画定 0.00000009 +画家 0.00001394 +画布 0.00000009 +画帖 0.00000018 +画廊 0.00000138 +画期 0.00001091 +画材 0.00000018 +画板 0.00000037 +画架 0.00000009 +画法 0.00000037 +画策 0.00000083 +画素 0.00000018 +画質 0.00000229 +画集 0.00000055 +画面 0.00001733 +画題 0.00000009 +画風 0.00000083 +界 0.00005135 +界隈 0.00000092 +畏 0.00000009 +畏れ 0.00000110 +畏ろし 0.00000009 +畏怖 0.00000147 +畏懼 0.00000009 +畏敬 0.00000156 +畑 0.00001586 +畑作 0.00000009 +畑地 0.00000018 +畑路 0.00000009 +畔 0.00000028 +留 0.00000037 +留ま 0.00000926 +留まり 0.00000018 +留まる 0.00000009 +留め 0.00001183 +留め立て 0.00000009 +留め金 0.00000018 +留之助 0.00000018 +留任 0.00000055 +留保 0.00000138 +留保届 0.00000009 +留学 0.00012004 +留守 0.00000926 +留年 0.00000073 +留意 0.00000266 +留置 0.00000248 +畜 0.00000009 +畜殺場 0.00000009 +畜犬 0.00000009 +畜生 0.00000486 +畜産 0.00000128 +畜糞 0.00000009 +畜舎 0.00000009 +畝 0.00000073 +畠 0.00000046 +畠中 0.00000009 +畠山 0.00000028 +畢竟 0.00000018 +略 0.00000394 +略号 0.00000009 +略図 0.00000009 +略奪 0.00000394 +略字 0.00000009 +略式 0.00000018 +略歴 0.00000018 +略称 0.00000092 +略語 0.00000101 +番 0.00008161 +番人 0.00000009 +番付 0.00000431 +番付け 0.00000009 +番兵 0.00000092 +番台 0.00000064 +番号 0.00004888 +番地 0.00000101 +番場 0.00000009 +番手 0.00000009 +番犬 0.00000128 +番狂わせ 0.00000018 +番目 0.00000018 +番目立 0.00000009 +番竜 0.00000064 +番組 0.00009821 +番線 0.00000009 +番茶 0.00000028 +番長 0.00000028 +番頭 0.00000009 +異 0.00003448 +異な 0.00009023 +異事 0.00000009 +異人 0.00000147 +異例 0.00000321 +異分子 0.00000009 +異動 0.00000293 +異口 0.00000028 +異名 0.00000073 +異国 0.00000890 +異変 0.00000138 +異存 0.00000055 +異宗教 0.00000009 +異常 0.00002256 +異形 0.00000018 +異形成 0.00000009 +異彩 0.00000009 +異性 0.00000514 +異所 0.00000009 +異才 0.00000009 +異教 0.00000183 +異数 0.00000009 +異文 0.00000028 +異星 0.00000110 +異様 0.00000440 +異次元 0.00000037 +異母 0.00000028 +異民 0.00000018 +異民族 0.00000009 +異物 0.00000073 +異状 0.00000018 +異生物 0.00000009 +異種 0.00000037 +異端 0.00000202 +異端子 0.00000009 +異義 0.00000046 +異義語 0.00000073 +異臭 0.00000009 +異色 0.00000119 +異見 0.00000009 +異説 0.00000009 +異論 0.00000275 +異議 0.00000688 +異質 0.00000303 +異邦 0.00000037 +異郷 0.00000009 +畳 0.00001210 +畳み込 0.00000009 +畳廊 0.00000009 +畳敷 0.00000018 +畳敷き 0.00000018 +畸形 0.00000009 +畿内 0.00000009 +疎 0.00000156 +疎まし 0.00000028 +疎ら 0.00000028 +疎外 0.00000238 +疎通 0.00000633 +疎遠 0.00000147 +疎開 0.00000073 +疑 0.00002623 +疑い 0.00002348 +疑い合 0.00000009 +疑り 0.00000018 +疑わ 0.00000009 +疑わし 0.00000587 +疑似 0.00000119 +疑問 0.00003842 +疑心 0.00000064 +疑念 0.00000358 +疑惑 0.00000743 +疑義 0.00000028 +疝痛 0.00000009 +疫 0.00000147 +疫学 0.00000092 +疫学科 0.00000009 +疫病 0.00000293 +疫痢 0.00000009 +疱 0.00000009 +疱疹 0.00000009 +疲れ 0.00005832 +疲れ目 0.00000009 +疲労 0.00000853 +疲弊 0.00000119 +疵 0.00000009 +疼 0.00000046 +疼き 0.00000009 +疼痛 0.00000083 +疾 0.00000009 +疾患 0.00001550 +疾病 0.00000358 +疾走 0.00000165 +疾風 0.00000018 +疾駆 0.00000028 +病 0.00008024 +病い 0.00000018 +病み 0.00000009 +病みあがり 0.00000009 +病みつき 0.00000138 +病み上が 0.00000009 +病め 0.00000037 +病人 0.00000449 +病原 0.00000193 +病原体 0.00000037 +病名 0.00000073 +病因 0.00000009 +病型 0.00000073 +病変 0.00000128 +病室 0.00000165 +病巣 0.00000064 +病床 0.00000046 +病弱 0.00000110 +病後 0.00000018 +病性 0.00000028 +病態 0.00000009 +病期 0.00000009 +病棟 0.00000110 +病欠 0.00000055 +病歴 0.00000083 +病死 0.00000092 +病気 0.00010271 +病気持ち 0.00000009 +病熱 0.00000018 +病状 0.00000422 +病理 0.00000101 +病理学 0.00000009 +病的 0.00000147 +病科 0.00000009 +病臥 0.00000018 +病苦 0.00000009 +病菌 0.00000018 +病虫害 0.00000009 +病院 0.00006933 +病院内 0.00000009 +病魔 0.00000046 +症 0.00005548 +症例 0.00000477 +症候 0.00000486 +症状 0.00002183 +症財団 0.00000009 +痒 0.00000064 +痔 0.00000046 +痔核 0.00000009 +痕 0.00000083 +痕跡 0.00000358 +痘 0.00000110 +痙攣 0.00000128 +痛 0.00003952 +痛々し 0.00000073 +痛く 0.00000009 +痛まし 0.00000385 +痛み 0.00002696 +痛みさえ 0.00000009 +痛みなし 0.00000009 +痛みや 0.00000009 +痛み出 0.00000009 +痛み止め 0.00000028 +痛む 0.00000009 +痛め 0.00000605 +痛めつけ 0.00000147 +痛めつけろ 0.00000009 +痛切 0.00000055 +痛快 0.00000037 +痛感 0.00000358 +痛手 0.00000202 +痛烈 0.00000193 +痛苦 0.00000028 +痛車 0.00000028 +痛風 0.00000064 +痛飲 0.00000018 +痣 0.00000073 +痩せ 0.00001394 +痩せこけ 0.00000018 +痩せたい 0.00000009 +痩せっぽち 0.00000009 +痩せれ 0.00000009 +痩せろ 0.00000009 +痩身 0.00000055 +痩躯 0.00000046 +痰 0.00000046 +痴れ 0.00000009 +痴人 0.00000009 +痴呆 0.00000028 +痴女 0.00000009 +痴漢 0.00000605 +痺れ 0.00000064 +瘋癲 0.00000009 +瘠せこけ 0.00000018 +瘡 0.00000028 +瘡蓋 0.00000009 +瘢痕 0.00000018 +瘤 0.00000101 +瘤抜去術 0.00000009 +瘧 0.00000009 +瘻孔 0.00000119 +瘻術 0.00000018 +療 0.00000037 +療法 0.00001898 +療法学 0.00000009 +療護 0.00000009 +療養 0.00000174 +癇 0.00000037 +癇癪 0.00000018 +癌 0.00004539 +癌体質 0.00000009 +癌告知 0.00000009 +癌嗅 0.00000009 +癌型 0.00000018 +癌封じ 0.00000009 +癌専門 0.00000018 +癌性 0.00000009 +癌死亡 0.00000009 +癌治療 0.00000018 +癌種 0.00000018 +癌胎児 0.00000009 +癌腫瘤 0.00000009 +癌血液 0.00000009 +癌誘発 0.00000009 +癌転 0.00000009 +癌転移 0.00000009 +癒 0.00001265 +癒え 0.00000119 +癒し 0.00000348 +癒す 0.00000009 +癒せ 0.00000018 +癒や 0.00000064 +癒合 0.00000009 +癒着 0.00000073 +癖 0.00000963 +癪 0.00000009 +癲癇 0.00000009 +発 0.00003210 +発っ 0.00000009 +発つ 0.00000092 +発令 0.00000055 +発作 0.00001165 +発信 0.00000807 +発光 0.00000128 +発刊 0.00000083 +発券 0.00000028 +発効 0.00000275 +発動 0.00000128 +発十 0.00000009 +発句 0.00000009 +発声 0.00000348 +発売 0.00008913 +発大 0.00000009 +発奮 0.00000018 +発射 0.00000660 +発射場 0.00000009 +発展 0.00008537 +発布 0.00000037 +発情 0.00000009 +発想 0.00001155 +発振 0.00000009 +発掘 0.00000770 +発揚 0.00000009 +発揮 0.00001926 +発撃 0.00000009 +発散 0.00000376 +発明 0.00002063 +発条 0.00000028 +発案 0.00000147 +発毛 0.00000128 +発汗 0.00000064 +発泡 0.00000220 +発注 0.00000303 +発火 0.00000037 +発炎 0.00000018 +発煙 0.00000037 +発熱 0.00000193 +発狂 0.00000064 +発現 0.00000055 +発生 0.00005291 +発疹 0.00000147 +発病 0.00000183 +発症 0.00000504 +発癌 0.00000110 +発着 0.00000248 +発着信 0.00000009 +発矢 0.00000018 +発砲 0.00000358 +発破 0.00000009 +発祥 0.00000605 +発祥地 0.00000009 +発禁 0.00000073 +発端 0.00000193 +発給 0.00000523 +発育 0.00000248 +発色 0.00000064 +発芽 0.00000083 +発行 0.00003815 +発表 0.00017579 +発見 0.00010848 +発覚 0.00000477 +発言 0.00003466 +発話 0.00000046 +発議 0.00000018 +発起 0.00000202 +発足 0.00000945 +発車 0.00000211 +発送 0.00001440 +発送致 0.00000009 +発進 0.00000110 +発達 0.00002008 +発酵 0.00000275 +発電 0.00002595 +発電布 0.00000009 +発電膜 0.00000009 +発露 0.00000028 +発音 0.00002623 +発香港 0.00000009 +登 0.00002338 +登り 0.00000321 +登れ 0.00000092 +登下校 0.00000018 +登別 0.00000009 +登坂 0.00000009 +登場 0.00006933 +登山 0.00001357 +登山口 0.00000009 +登庁 0.00000018 +登志夫 0.00000009 +登攀 0.00000009 +登板 0.00000138 +登校 0.00000229 +登用 0.00000119 +登竜門 0.00000028 +登紀子 0.00000009 +登美 0.00000037 +登美子 0.00000028 +登記 0.00000321 +登載 0.00000009 +登輝 0.00000064 +登輝元 0.00000009 +登録 0.00005200 +登頂 0.00000431 +白 0.00007428 +白々 0.00000046 +白々し 0.00000009 +白あん 0.00000018 +白うさぎ 0.00000147 +白かば 0.00000018 +白け 0.00000009 +白さ 0.00000009 +白だし 0.00000009 +白みそ 0.00000009 +白久 0.00000009 +白井 0.00000037 +白亜紀 0.00000009 +白亜紀前期 0.00000018 +白亜紀後期 0.00000009 +白人 0.00003182 +白元 0.00000009 +白兵 0.00000009 +白内 0.00000018 +白内障 0.00000028 +白化 0.00000018 +白南 0.00000009 +白味 0.00000018 +白土 0.00000009 +白地 0.00000037 +白地平 0.00000009 +白塗り 0.00000018 +白墨 0.00000064 +白壁 0.00000055 +白夜 0.00000055 +白孔雀 0.00000009 +白山 0.00000018 +白川 0.00000275 +白川村 0.00000009 +白布 0.00000018 +白手袋 0.00000018 +白斑 0.00000009 +白旗 0.00000055 +白日 0.00000037 +白星 0.00000028 +白昼 0.00000064 +白書 0.00000266 +白木 0.00000009 +白木屋 0.00000009 +白根 0.00000037 +白根山 0.00000018 +白桃 0.00000009 +白梅 0.00000009 +白楊 0.00000009 +白水 0.00000009 +白水村 0.00000009 +白河 0.00000009 +白泉 0.00000018 +白波 0.00000009 +白洋舎 0.00000018 +白洲 0.00000128 +白浜 0.00000037 +白浪 0.00000018 +白濁 0.00000009 +白瀧 0.00000009 +白瀬 0.00000046 +白煙 0.00000018 +白熊 0.00000009 +白熱 0.00000303 +白熱舎 0.00000018 +白物 0.00000009 +白状 0.00000358 +白猫 0.00000009 +白球 0.00000009 +白瑠 0.00000009 +白痴 0.00000046 +白皮 0.00000009 +白目 0.00000046 +白眼 0.00000009 +白石 0.00000101 +白石島 0.00000018 +白砂 0.00000018 +白磁 0.00000018 +白神 0.00000073 +白神山 0.00000037 +白神山地 0.00000009 +白秋 0.00000028 +白米 0.00000257 +白粉 0.00000055 +白糸 0.00000009 +白系 0.00000009 +白紙 0.00000147 +白組 0.00000165 +白線 0.00000028 +白羽 0.00000028 +白色 0.00000083 +白茶け 0.00000009 +白菊 0.00000009 +白菜 0.00000046 +白蓮 0.00000009 +白虎 0.00000018 +白血 0.00000165 +白衣 0.00000073 +白袴 0.00000018 +白装束 0.00000018 +白谷 0.00000028 +白谷沢 0.00000009 +白豪 0.00000009 +白質 0.00000037 +白身 0.00000046 +白酒 0.00000083 +白金 0.00000037 +白銀 0.00000028 +白銅貨 0.00000037 +白雪 0.00000238 +白雪姫 0.00000514 +白霜 0.00000009 +白露 0.00000009 +白飯 0.00000009 +白馬 0.00000147 +白騎 0.00000009 +白骨 0.00000037 +白髪 0.00000459 +白髪頭 0.00000009 +白鯨 0.00000028 +白鳥 0.00000459 +白鳳 0.00000009 +白鵬 0.00000348 +白鶴 0.00000009 +白鷺 0.00000046 +白黒 0.00000275 +百 0.00003686 +百出 0.00000009 +百合 0.00000119 +百合子 0.00000165 +百害 0.00000028 +百戦 0.00000046 +百本 0.00000009 +百済 0.00000028 +百瀬 0.00000046 +百田 0.00000009 +百科 0.00000193 +百聞 0.00000046 +百貨 0.00000880 +的 0.00174628 +的中 0.00000073 +的外れ 0.00000046 +的害 0.00000018 +的屋 0.00000009 +的当て 0.00000009 +的確 0.00000321 +的確約 0.00000018 +皆 0.00016451 +皆上 0.00000009 +皆伐 0.00000028 +皆休 0.00000009 +皆口 0.00000009 +皆外 0.00000009 +皆実 0.00000046 +皆実町 0.00000009 +皆川 0.00000147 +皆戻 0.00000009 +皆本物 0.00000009 +皆殺 0.00000018 +皆殺し 0.00000101 +皆無 0.00000165 +皆無礼 0.00000009 +皆物 0.00000009 +皆生 0.00000018 +皆目 0.00000101 +皆立派 0.00000009 +皆苦し 0.00000009 +皆顔 0.00000009 +皇位 0.00000220 +皇后 0.00000523 +皇国 0.00000009 +皇基 0.00000009 +皇太后 0.00000083 +皇太子 0.00000743 +皇女 0.00000018 +皇子 0.00000110 +皇室 0.00000752 +皇室典範 0.00000018 +皇宮 0.00000018 +皇居 0.00000523 +皇帝 0.00000954 +皇族 0.00000128 +皇民 0.00000009 +皇籍 0.00000009 +皇軍 0.00000009 +皐月 0.00000028 +皓正 0.00000009 +皮 0.00001687 +皮むき 0.00000009 +皮下 0.00000055 +皮側 0.00000018 +皮切り 0.00000147 +皮殻 0.00000009 +皮留 0.00000009 +皮疹 0.00000009 +皮相 0.00000028 +皮紐 0.00000028 +皮紙 0.00000009 +皮肉 0.00001733 +皮脂 0.00000064 +皮膚 0.00001531 +皮袋 0.00000018 +皮製 0.00000009 +皮質 0.00000009 +皮革 0.00000037 +皮靴 0.00000083 +皷手 0.00000009 +皺 0.00000229 +皺々 0.00000009 +皿 0.00002311 +皿入れ 0.00000009 +皿型 0.00000009 +皿屋敷 0.00000009 +皿洗 0.00000101 +皿洗い 0.00000275 +皿貸 0.00000009 +皿越し 0.00000009 +皿運 0.00000009 +盃 0.00000037 +盆 0.00000697 +盆休み 0.00000073 +盆地 0.00000018 +盆景 0.00000037 +盆栽 0.00001348 +盆栽界 0.00000018 +盆棚 0.00000009 +盆踊 0.00000028 +盆踊り 0.00000266 +益 0.00000229 +益代 0.00000018 +益体 0.00000009 +益子 0.00000046 +益川 0.00000064 +盗 0.00002604 +盗み 0.00000348 +盗みさ 0.00000009 +盗みだ 0.00000009 +盗みや 0.00000009 +盗み出 0.00000055 +盗み出せ 0.00000009 +盗み取 0.00000009 +盗み聞き 0.00000037 +盗み見 0.00000028 +盗み食い 0.00000018 +盗め 0.00000018 +盗ん 0.00000009 +盗人 0.00000092 +盗作 0.00000018 +盗品 0.00000046 +盗塁 0.00000156 +盗掘 0.00000055 +盗撮 0.00000110 +盗用 0.00000046 +盗聴 0.00000468 +盗聴器 0.00000009 +盗賊 0.00000559 +盗難 0.00000541 +盛 0.00000477 +盛り 0.00000477 +盛りあが 0.00000018 +盛りあげ 0.00000009 +盛りつけ 0.00000138 +盛り上 0.00000009 +盛り上が 0.00000770 +盛り上がり 0.00000138 +盛り上げ 0.00000440 +盛り下げ 0.00000009 +盛り付け 0.00000293 +盛り合わせ 0.00000073 +盛り土 0.00000018 +盛り場 0.00000018 +盛り込 0.00000486 +盛り返 0.00000055 +盛ん 0.00001641 +盛上が 0.00000009 +盛付 0.00000009 +盛儀 0.00000009 +盛夏 0.00000028 +盛大 0.00000569 +盛夫 0.00000009 +盛岡 0.00000083 +盛平 0.00000009 +盛次 0.00000009 +盛況 0.00000238 +盛清 0.00000009 +盛田 0.00000101 +盛者 0.00000009 +盛衰 0.00000009 +盛装 0.00000009 +盛運 0.00000018 +盟主 0.00000018 +盟友 0.00000028 +監 0.00000064 +監修 0.00000073 +監察 0.00000028 +監房 0.00000055 +監査 0.00000220 +監物 0.00000009 +監獄 0.00000339 +監理 0.00000009 +監督 0.00012462 +監禁 0.00000202 +監視 0.00002412 +監部 0.00000009 +盤 0.00000440 +盤上 0.00000046 +盧 0.00000321 +盧溝 0.00000009 +盧舎 0.00000028 +目 0.00059506 +目あり 0.00000009 +目がけ 0.00000018 +目ざと 0.00000009 +目ざめ 0.00000009 +目だま 0.00000009 +目つ 0.00000018 +目つき 0.00000293 +目つけ 0.00000018 +目と 0.00000009 +目の 0.00000018 +目の当たり 0.00000642 +目の玉 0.00000028 +目ばたき 0.00000009 +目まい 0.00000037 +目まぐるし 0.00000101 +目上 0.00000174 +目下 0.00000358 +目付き 0.00000018 +目依頼 0.00000009 +目元 0.00000101 +目先 0.00000138 +目処 0.00000009 +目出 0.00000174 +目出度 0.00000018 +目利き 0.00000037 +目前 0.00000403 +目印 0.00000229 +目娘 0.00000009 +目嫌い 0.00000009 +目安 0.00000211 +目尻 0.00000037 +目当て 0.00000449 +目彫 0.00000009 +目怖 0.00000009 +目懸け 0.00000009 +目抜き 0.00000028 +目指 0.00005695 +目掛け 0.00000018 +目撃 0.00001238 +目新し 0.00000266 +目方 0.00000009 +目星 0.00000009 +目楡 0.00000009 +目標 0.00007712 +目深 0.00000018 +目滑 0.00000009 +目状 0.00000009 +目玉 0.00000660 +目玉焼 0.00000009 +目玉焼き 0.00000037 +目白 0.00000009 +目白押し 0.00000028 +目的 0.00012902 +目盛 0.00000018 +目盛り 0.00000037 +目目 0.00000028 +目礼 0.00000009 +目移り 0.00000046 +目立 0.00002338 +目立ち 0.00000018 +目端 0.00000009 +目算 0.00000009 +目線 0.00000064 +目色 0.00000046 +目茶 0.00000009 +目薬 0.00000046 +目見 0.00000028 +目見え 0.00000037 +目見当 0.00000009 +目覚 0.00000055 +目覚し 0.00000119 +目覚まし 0.00000798 +目覚め 0.00000862 +目詰まり 0.00000009 +目論 0.00000110 +目通り 0.00000037 +目配せ 0.00000028 +目重視 0.00000009 +目録 0.00000037 +目障り 0.00000028 +目隠 0.00000009 +目隠し 0.00000229 +目頃 0.00000009 +目頭 0.00000009 +目黒 0.00000092 +目黒鬚 0.00000009 +目鼻 0.00000055 +目^ 0.00000009 +盲 0.00000064 +盲人 0.00000156 +盲動 0.00000009 +盲学 0.00000009 +盲導 0.00000413 +盲従 0.00000018 +盲点 0.00000018 +盲目 0.00000422 +盲目的 0.00000018 +盲腸 0.00000028 +直 0.00002311 +直々 0.00000037 +直ぐ 0.00000046 +直さ 0.00000009 +直し 0.00000101 +直す 0.00000009 +直せ 0.00000092 +直ちに 0.00001137 +直下 0.00000055 +直中 0.00000018 +直久 0.00000018 +直也 0.00000009 +直交 0.00000009 +直人 0.00000266 +直人前 0.00000009 +直伝 0.00000018 +直入 0.00000165 +直刀 0.00000009 +直列 0.00000009 +直前 0.00001476 +直哉 0.00000037 +直喩 0.00000009 +直営 0.00000055 +直圧 0.00000009 +直売 0.00000028 +直太朗 0.00000009 +直子 0.00000119 +直射 0.00000064 +直属 0.00000064 +直島 0.00000037 +直己 0.00000119 +直幸 0.00000018 +直弼 0.00000018 +直径 0.00000697 +直後 0.00001779 +直情 0.00000009 +直感 0.00000688 +直接 0.00005264 +直撃 0.00000156 +直方 0.00000009 +直木 0.00000174 +直樹 0.00000018 +直江 0.00000009 +直泰 0.00000028 +直球 0.00000055 +直積み 0.00000009 +直立 0.00000119 +直筆 0.00000073 +直系 0.00000037 +直紀 0.00000009 +直結 0.00000128 +直線 0.00000330 +直美 0.00000174 +直腸 0.00000037 +直良 0.00000018 +直行 0.00000385 +直視 0.00000174 +直覚 0.00000018 +直観 0.00000138 +直角 0.00000147 +直訳 0.00000202 +直訴 0.00000028 +直販 0.00000028 +直轄 0.00000009 +直近 0.00000046 +直送 0.00000073 +直通 0.00000119 +直進 0.00000046 +直面 0.00004411 +相 0.00002852 +相づち 0.00000018 +相乗 0.00000083 +相乗り 0.00000046 +相互 0.00001770 +相伴 0.00000037 +相克 0.00000009 +相入れ 0.00000009 +相双 0.00000028 +相反 0.00000046 +相可 0.00000018 +相合 0.00000018 +相和 0.00000009 +相図 0.00000009 +相場 0.00000321 +相変 0.00000018 +相太 0.00000028 +相姦 0.00000009 +相客 0.00000009 +相対 0.00000514 +相川 0.00000009 +相席 0.00000037 +相当 0.00002623 +相応 0.00000348 +相応し 0.00000110 +相思 0.00000028 +相性 0.00000385 +相愛 0.00000028 +相手 0.00021202 +相撲 0.00004246 +相撲取り 0.00000046 +相撲界 0.00000018 +相方 0.00000083 +相日 0.00000009 +相棒 0.00000266 +相楽 0.00000037 +相槌 0.00000028 +相模 0.00000147 +相模原 0.00000046 +相模湾 0.00000018 +相殺 0.00000037 +相求 0.00000009 +相済 0.00000018 +相澤 0.00000009 +相田 0.00000028 +相異な 0.00000009 +相知 0.00000009 +相続 0.00000651 +相談 0.00006034 +相転 0.00000009 +相転移 0.00000009 +相違 0.00001366 +相重な 0.00000009 +相関 0.00000266 +相馬 0.00000110 +盾 0.00000367 +盾突 0.00000037 +省 0.00006969 +省け 0.00000110 +省エネ 0.00000367 +省エネカー 0.00000018 +省令 0.00000009 +省内 0.00000028 +省力 0.00000018 +省吾 0.00000046 +省察 0.00000018 +省庁 0.00000211 +省延辺 0.00000009 +省略 0.00000449 +省都 0.00000028 +眉 0.00000569 +眉唾 0.00000028 +眉根 0.00000018 +眉毛 0.00000174 +眉間 0.00000028 +看 0.00000028 +看取 0.00000055 +看取り 0.00000018 +看取れ 0.00000009 +看守 0.00000431 +看板 0.00001476 +看病 0.00000238 +看破 0.00000046 +看視 0.00000009 +看護 0.00001889 +県 0.00017497 +県下 0.00000009 +県内 0.00000193 +県別 0.00000009 +県営 0.00000018 +県境 0.00000055 +県境港 0.00000009 +県外 0.00000028 +県庁 0.00000101 +県政 0.00000037 +県民 0.00000156 +県沢 0.00000009 +県田舎 0.00000009 +県立 0.00000128 +県警 0.00000119 +県議 0.00000009 +県議会 0.00000028 +県連 0.00000009 +県養鶏 0.00000009 +眞 0.00000009 +眞伊 0.00000009 +眞子 0.00000018 +眞弓 0.00000009 +眞弘 0.00000009 +眞智子 0.00000009 +眞紀子 0.00000018 +眞野 0.00000009 +眞鍋 0.00000037 +真 0.00004246 +真ちゅう 0.00000009 +真っ 0.00000752 +真っすぐ 0.00000945 +真っただ中 0.00000009 +真っぷた 0.00000009 +真っ先 0.00000385 +真っ向 0.00000138 +真っ平 0.00000018 +真っ暗 0.00000339 +真っ暗に 0.00000028 +真っ白 0.00000367 +真っ盛り 0.00000037 +真っ直ぐ 0.00000064 +真っ裸 0.00000018 +真っ赤 0.00000660 +真っ青 0.00000312 +真っ黒 0.00000339 +真ん中 0.00001431 +真ん中上空 0.00000009 +真ん中分け 0.00000009 +真ん中辺 0.00000009 +真ん丸 0.00000018 +真ん前 0.00000018 +真一 0.00000046 +真上 0.00000101 +真下 0.00000110 +真下り 0.00000009 +真中 0.00000193 +真久 0.00000009 +真二 0.00000009 +真人 0.00000018 +真似 0.00000431 +真似事 0.00000009 +真佐子 0.00000009 +真価 0.00000174 +真保 0.00000009 +真偽 0.00000083 +真先駆け 0.00000009 +真円 0.00000018 +真冬 0.00000138 +真剣 0.00003136 +真北 0.00000009 +真千子 0.00000009 +真只 0.00000028 +真合金 0.00000009 +真向かい 0.00000028 +真否 0.00000009 +真吾 0.00000009 +真喜子 0.00000009 +真夏 0.00000248 +真多呂 0.00000064 +真夜中 0.00000009 +真央 0.00000293 +真奈美 0.00000128 +真子 0.00000018 +真宗 0.00000101 +真実 0.00004778 +真実ぶ 0.00000009 +真実味 0.00000073 +真実愛 0.00000009 +真山 0.00000009 +真崎 0.00000009 +真帆 0.00000009 +真希 0.00000083 +真庭 0.00000009 +真弓 0.00000083 +真後ろ 0.00000055 +真心 0.00000028 +真情 0.00000009 +真意 0.00000193 +真打ち 0.00000009 +真摯 0.00000165 +真新し 0.00000174 +真昼 0.00000037 +真智 0.00000009 +真暗 0.00000046 +真東 0.00000028 +真柏 0.00000009 +真横 0.00000018 +真正 0.00000028 +真正直 0.00000018 +真水 0.00000009 +真治 0.00000009 +真澄 0.00000018 +真犯人 0.00000073 +真珠 0.00000789 +真理 0.00001238 +真理子 0.00000018 +真理恵 0.00000009 +真田 0.00000037 +真由子 0.00000028 +真由美 0.00000367 +真白 0.00000037 +真皮 0.00000018 +真直 0.00000092 +真直ぐ 0.00000028 +真相 0.00000449 +真秋 0.00000009 +真空 0.00000147 +真空中 0.00000009 +真紀 0.00000009 +真紀子 0.00000248 +真紅 0.00000037 +真紅色 0.00000009 +真結び 0.00000009 +真綿 0.00000009 +真菌 0.00000028 +真藤 0.00000009 +真西 0.00000028 +真言 0.00000046 +真言宗 0.00000018 +真貴子 0.00000009 +真赤 0.00000037 +真赧 0.00000037 +真近 0.00000018 +真逆 0.00000009 +真里 0.00000018 +真野 0.00000037 +真鍮 0.00000211 +真露 0.00000009 +真面目 0.00002173 +真面目腐 0.00000009 +真顔 0.00000092 +真駒内 0.00000018 +真骨 0.00000009 +真骨頂 0.00000018 +真髄 0.00000055 +真黒 0.00000046 +眠 0.00004503 +眠っ 0.00000009 +眠ら 0.00000009 +眠り 0.00001000 +眠りこ 0.00000055 +眠りこけ 0.00000046 +眠り込 0.00000101 +眠れ 0.00001220 +眠入 0.00000009 +眠気 0.00000193 +眩 0.00000073 +眩し 0.00000009 +眩惑 0.00000009 +眩暈 0.00000009 +眺め 0.00003063 +眺望 0.00000101 +眼 0.00002503 +眼── 0.00000009 +眼う 0.00000009 +眼ざめ 0.00000009 +眼つき 0.00000009 +眼下 0.00000110 +眼中 0.00000046 +眼位 0.00000009 +眼光 0.00000028 +眼前 0.00000073 +眼力 0.00000018 +眼圧 0.00000046 +眼差し 0.00000193 +眼差しや 0.00000009 +眼底 0.00000009 +眼球 0.00000101 +眼界 0.00000009 +眼目 0.00000009 +眼瞼 0.00000009 +眼科 0.00000101 +眼窩 0.00000046 +眼筋 0.00000018 +眼精 0.00000046 +眼精疲労 0.00000009 +眼色 0.00000009 +眼識 0.00000028 +眼鏡 0.00001229 +眼附 0.00000009 +着 0.00016213 +着々 0.00000073 +着かざ 0.00000009 +着がえ 0.00000009 +着き 0.00000028 +着く 0.00000018 +着ぐるみ 0.00000046 +着ぐるみや 0.00000009 +着け 0.00001706 +着こ 0.00000037 +着こな 0.00000018 +着こなし 0.00000018 +着ごこち 0.00000009 +着せ 0.00000605 +着つけ 0.00000009 +着ぶ 0.00000009 +着れ 0.00000009 +着ろ 0.00000009 +着メロ 0.00000092 +着メロプロバイダー 0.00000009 +着付 0.00000055 +着付け 0.00000119 +着任 0.00000092 +着信 0.00000165 +着倒れ 0.00000009 +着古 0.00000018 +着地 0.00000128 +着地場 0.00000009 +着姿 0.00000009 +着実 0.00000660 +着岸 0.00000064 +着崩れ 0.00000009 +着工 0.00000046 +着席 0.00000101 +着座 0.00000009 +着弾 0.00000037 +着心 0.00000009 +着心地 0.00000110 +着想 0.00000211 +着慣れ 0.00000018 +着手 0.00000477 +着払い 0.00000055 +着方 0.00000110 +着更え 0.00000009 +着替え 0.00000743 +着服 0.00000037 +着本 0.00000009 +着水 0.00000073 +着洗い 0.00000009 +着流 0.00000009 +着港 0.00000009 +着火 0.00000018 +着物 0.00003448 +着用 0.00001522 +着目 0.00000156 +着眼 0.00000018 +着船 0.00000009 +着色 0.00000119 +着衣 0.00000064 +着込 0.00000073 +着道楽 0.00000009 +着陸 0.00001265 +着飾 0.00000440 +睡 0.00000018 +睡眠 0.00001586 +睡蓮 0.00000119 +睡魔 0.00000064 +督促 0.00000018 +睥 0.00000009 +睨 0.00000083 +睨み合 0.00000018 +睫 0.00000009 +睫毛 0.00000037 +睾丸 0.00000046 +瞋恚 0.00000009 +瞑想 0.00000083 +瞑眩 0.00000009 +瞑色 0.00000009 +瞞 0.00000009 +瞞著 0.00000018 +瞬 0.00000358 +瞬き 0.00000092 +瞬く 0.00000018 +瞬時 0.00000312 +瞬発 0.00000009 +瞬間 0.00004237 +瞭然 0.00000284 +瞳 0.00000908 +瞳孔 0.00000055 +瞼 0.00000083 +矗 0.00000009 +矛先 0.00000083 +矛盾 0.00001229 +矜持 0.00000009 +矢 0.00000779 +矢じり 0.00000009 +矢先 0.00000138 +矢印 0.00000138 +矢口 0.00000046 +矢島 0.00000009 +矢崎 0.00000028 +矢張り 0.00000028 +矢本 0.00000009 +矢来 0.00000009 +矢沢 0.00000064 +矢祭 0.00000028 +矢筒 0.00000018 +矢継ぎ早 0.00000037 +矢羽 0.00000009 +矢羽根 0.00000009 +矢野 0.00000110 +矢面 0.00000092 +矢鴨 0.00000009 +知 0.00065906 +知ら 0.00001577 +知らせ 0.00002100 +知らせいただ 0.00000009 +知り 0.00000073 +知りあい 0.00000028 +知り合 0.00002329 +知り合い 0.00001862 +知り合え 0.00000037 +知る 0.00000009 +知れ 0.00001321 +知ろ 0.00000009 +知事 0.00003907 +知人 0.00000834 +知力 0.00000174 +知合 0.00000009 +知合い 0.00000009 +知名 0.00000266 +知子 0.00000037 +知己 0.00000037 +知床 0.00000303 +知性 0.00001284 +知恩 0.00000009 +知恵 0.00001376 +知悉 0.00000018 +知憲 0.00000037 +知新 0.00000009 +知昭 0.00000009 +知的 0.00001761 +知秀 0.00000028 +知美 0.00000009 +知育 0.00000009 +知能 0.00000486 +知良 0.00000055 +知見 0.00000275 +知覚 0.00000431 +知覧 0.00000028 +知識 0.00007226 +矧 0.00000018 +矩形 0.00000009 +短 0.00006291 +短か 0.00000018 +短き 0.00000009 +短め 0.00000028 +短パン 0.00000055 +短中 0.00000009 +短冊 0.00000028 +短刀 0.00000083 +短剣 0.00000339 +短命 0.00000092 +短大 0.00000284 +短所 0.00000257 +短文 0.00000037 +短期 0.00001669 +短歌 0.00000348 +短気 0.00000202 +短水 0.00000009 +短水路 0.00000009 +短波 0.00000101 +短絡 0.00000046 +短編 0.00000303 +短縮 0.00000789 +短薄 0.00000009 +短見 0.00000009 +短観 0.00000009 +短詩 0.00000046 +短調 0.00000009 +短資 0.00000018 +短足 0.00000009 +短針 0.00000009 +短銃 0.00000009 +短髪 0.00000009 +矮惑星 0.00000018 +矮星 0.00000018 +矯め 0.00000018 +矯正 0.00000321 +石 0.00003888 +石こう 0.00000064 +石ころ 0.00000028 +石だたみ 0.00000009 +石づき 0.00000037 +石の 0.00000009 +石ノ森 0.00000009 +石上 0.00000009 +石井 0.00000321 +石仏 0.00000037 +石作り 0.00000009 +石像 0.00000128 +石切り 0.00000009 +石割 0.00000009 +石化 0.00000009 +石原 0.00000706 +石和 0.00000018 +石器 0.00000183 +石坂 0.00000028 +石垣 0.00000083 +石堂 0.00000028 +石塔 0.00000009 +石塚 0.00000018 +石壁 0.00000055 +石子 0.00000009 +石室 0.00000165 +石寺 0.00000009 +石屋 0.00000018 +石山 0.00000028 +石崎 0.00000009 +石川 0.00001000 +石川島 0.00000009 +石工 0.00000018 +石巻 0.00000083 +石庭 0.00000073 +石弓 0.00000009 +石弘光 0.00000009 +石彫り 0.00000009 +石打ち 0.00000009 +石投げ 0.00000009 +石敷き 0.00000009 +石材 0.00000211 +石松 0.00000156 +石板 0.00000119 +石柱 0.00000009 +石棺 0.00000073 +石榴 0.00000018 +石標本 0.00000009 +石橋 0.00000037 +石段 0.00000138 +石毛 0.00000037 +石油 0.00002779 +石火 0.00000009 +石灯 0.00000028 +石灰 0.00000128 +石炭 0.00000789 +石炭殻 0.00000018 +石焼 0.00000009 +石版 0.00000092 +石狩鍋 0.00000009 +石田 0.00000073 +石畳 0.00000064 +石破 0.00000092 +石碑 0.00000037 +石神 0.00000055 +石神井 0.00000009 +石窟 0.00000018 +石筆 0.00000037 +石臼 0.00000028 +石蓋 0.00000009 +石製 0.00000018 +石見 0.00000119 +石造 0.00000046 +石造り 0.00000147 +石野 0.00000018 +石釜 0.00000009 +石釣船 0.00000009 +石鎚 0.00000009 +石鏃 0.00000009 +石門 0.00000009 +石飛 0.00000009 +石鹸 0.00000009 +石黒 0.00000037 +砂 0.00001458 +砂おろし 0.00000009 +砂ぼこり 0.00000037 +砂ヌキ 0.00000009 +砂丘 0.00000138 +砂像 0.00000018 +砂利 0.00000138 +砂利道 0.00000064 +砂地 0.00000220 +砂地帯 0.00000009 +砂埃 0.00000009 +砂場 0.00000064 +砂塵 0.00000009 +砂岩 0.00000064 +砂嵐 0.00000055 +砂州 0.00000101 +砂底 0.00000009 +砂彫刻 0.00000009 +砂払 0.00000009 +砂投げ 0.00000009 +砂投げ返 0.00000009 +砂採 0.00000009 +砂杭 0.00000009 +砂浜 0.00000422 +砂漠 0.00001486 +砂粒 0.00000037 +砂糖 0.00001742 +砂紋 0.00000009 +砂色 0.00000028 +砂蒸 0.00000009 +砂袋 0.00000018 +砂遊び 0.00000009 +砂金 0.00000028 +砂防 0.00000009 +砂^ 0.00000009 +研 0.00000403 +研ぎ 0.00000028 +研ぎ澄 0.00000009 +研ぎ澄ま 0.00000028 +研ぐ 0.00000009 +研一郎 0.00000009 +研修 0.00002485 +研修生 0.00000009 +研磨 0.00000092 +研究 0.00029913 +研鑽 0.00000009 +砕 0.00000413 +砕け 0.00000367 +砕けろ 0.00000092 +砕氷 0.00000037 +砕片 0.00000009 +砕石 0.00000018 +砕術 0.00000009 +砥 0.00000009 +砥石 0.00000073 +砥部 0.00000009 +砦 0.00000165 +砲 0.00000138 +砲丸 0.00000174 +砲丸投げ 0.00000009 +砲兵 0.00000018 +砲口 0.00000018 +砲台 0.00000028 +砲声 0.00000028 +砲弾 0.00000220 +砲手 0.00000028 +砲撃 0.00000083 +砲火 0.00000037 +砲艦 0.00000009 +砲身 0.00000009 +破 0.00003723 +破け 0.00000028 +破たん 0.00000092 +破めつ 0.00000009 +破り 0.00000156 +破り取 0.00000055 +破り捨て 0.00000028 +破れ 0.00000523 +破れつ 0.00000009 +破れれ 0.00000009 +破れ目 0.00000018 +破傷 0.00000037 +破壊 0.00004741 +破局 0.00000165 +破廉恥 0.00000018 +破損 0.00000486 +破損品 0.00000009 +破断 0.00000009 +破格 0.00000073 +破棄 0.00000321 +破水 0.00000009 +破滅 0.00000853 +破片 0.00000486 +破産 0.00000798 +破砕 0.00000064 +破竹 0.00000018 +破算 0.00000028 +破約 0.00000009 +破綻 0.00000550 +破裂 0.00000202 +破談 0.00000009 +破門 0.00000009 +破風 0.00000018 +破魔 0.00000028 +硝子 0.00000064 +硝泉 0.00000009 +硝煙 0.00000009 +硝石 0.00000028 +硝酸 0.00000037 +硫化 0.00000037 +硫酸 0.00000101 +硫黄 0.00000394 +硬 0.00000724 +硬め 0.00000037 +硬化 0.00000293 +硬変 0.00000055 +硬度 0.00000009 +硬式 0.00000037 +硬材 0.00000009 +硬派 0.00000009 +硬皮 0.00000009 +硬直 0.00000156 +硬膜 0.00000018 +硬貨 0.00000660 +硬質 0.00000018 +硬軟 0.00000009 +硯箱 0.00000009 +碁 0.00000229 +碁打ち 0.00000018 +碁盤 0.00000073 +碁石 0.00000018 +碇 0.00000009 +碇泊 0.00000009 +碌 0.00000028 +碌山 0.00000009 +碑 0.00000587 +碑文 0.00000009 +碓井 0.00000018 +碗 0.00000037 +碧 0.00000046 +碧天舎 0.00000028 +碧眼 0.00000009 +碩 0.00000018 +確 0.00000083 +確か 0.00010188 +確かめ 0.00001843 +確かめれ 0.00000018 +確かめろ 0.00000009 +確かめ合 0.00000018 +確に 0.00000009 +確め 0.00000018 +確乎 0.00000009 +確保 0.00002357 +確信 0.00003329 +確固 0.00000669 +確執 0.00000037 +確報 0.00000009 +確定 0.00000669 +確実 0.00003732 +確率 0.00000468 +確立 0.00001449 +確約 0.00000128 +確言 0.00000028 +確証 0.00000193 +確認 0.00007061 +碼 0.00000018 +碾 0.00000009 +磁 0.00000018 +磁力 0.00000128 +磁化 0.00000018 +磁器 0.00000330 +磁場 0.00000101 +磁子 0.00000009 +磁性 0.00000018 +磁束 0.00000009 +磁気 0.00000147 +磁界 0.00000009 +磁石 0.00000229 +磅 0.00000046 +磊落 0.00000009 +磐城 0.00000009 +磐梯 0.00000009 +磐田 0.00000073 +磔 0.00000018 +磔刑 0.00000009 +磨 0.00001311 +磨き 0.00000229 +磨きあげ 0.00000018 +磨き上げ 0.00000046 +磨け 0.00000037 +磨り 0.00000018 +磨図 0.00000009 +磯 0.00000018 +磯子 0.00000028 +磯野 0.00000055 +礁 0.00000385 +礎 0.00000110 +礎壁 0.00000009 +礎石 0.00000018 +礒部 0.00000009 +礫 0.00000009 +礫土 0.00000009 +礫岩 0.00000018 +示 0.00014067 +示せ 0.00000009 +示唆 0.00001027 +示談 0.00000083 +礼 0.00002210 +礼代わり 0.00000009 +礼儀 0.00002329 +礼子 0.00000073 +礼宮 0.00000009 +礼拝 0.00000651 +礼文 0.00000009 +礼文島 0.00000009 +礼服 0.00000018 +礼法 0.00000037 +礼状 0.00000083 +礼節 0.00000101 +礼装 0.00000018 +礼金 0.00000477 +社 0.00015571 +社主 0.00000018 +社交 0.00000807 +社交上 0.00000009 +社交場 0.00000064 +社交性 0.00000009 +社交界 0.00000092 +社交術 0.00000009 +社会 0.00029436 +社会長 0.00000009 +社債 0.00000055 +社内 0.00000853 +社内報 0.00000028 +社則 0.00000009 +社印 0.00000028 +社史 0.00000009 +社名 0.00000211 +社命 0.00000009 +社員 0.00005649 +社団 0.00000037 +社外 0.00000064 +社宅 0.00000064 +社寺 0.00000101 +社屋 0.00000055 +社数 0.00000009 +社殿 0.00000092 +社民 0.00000073 +社用 0.00000018 +社訓 0.00000009 +社説 0.00000064 +社長 0.00005025 +社風 0.00000046 +祀 0.00000238 +祇 0.00000009 +祇園 0.00000468 +祈 0.00002797 +祈り 0.00001917 +祈念 0.00000101 +祈祷 0.00000119 +祈誓 0.00000009 +祈願 0.00000330 +祐一 0.00000009 +祐介 0.00000028 +祐司 0.00000037 +祐天 0.00000046 +祐子 0.00000083 +祐康 0.00000009 +祐木子 0.00000028 +祐爾 0.00000009 +祓 0.00000009 +祓い 0.00000028 +祖 0.00000037 +祖先 0.00000908 +祖国 0.00001605 +祖型 0.00000009 +祖形 0.00000009 +祖母 0.00000715 +祖父 0.00001238 +祖父母 0.00000633 +祖父江 0.00000009 +祖神 0.00000009 +祗 0.00000009 +祝 0.00004191 +祝い 0.00001531 +祝う 0.00000018 +祝え 0.00000037 +祝事 0.00000009 +祝儀 0.00000229 +祝典 0.00000092 +祝勝 0.00000009 +祝婚 0.00000009 +祝宴 0.00000064 +祝日 0.00000963 +祝杯 0.00000083 +祝盃 0.00000037 +祝砲 0.00000028 +祝祭 0.00000110 +祝福 0.00000899 +祝詞 0.00000028 +祝賀 0.00000257 +祝辞 0.00000073 +祝電 0.00000046 +神 0.00012893 +神々 0.00000834 +神々し 0.00000046 +神が 0.00000009 +神なし 0.00000009 +神の 0.00000009 +神ロキ 0.00000009 +神主 0.00000110 +神事 0.00000092 +神人 0.00000037 +神仏 0.00000046 +神仙 0.00000009 +神代 0.00000009 +神保 0.00000009 +神保町 0.00000009 +神像 0.00000128 +神前 0.00000092 +神前挙式 0.00000009 +神功 0.00000009 +神器 0.00000037 +神図 0.00000018 +神埼 0.00000009 +神変 0.00000009 +神奈川 0.00000761 +神妙 0.00000018 +神子 0.00000018 +神学 0.00000248 +神学生 0.00000018 +神官 0.00000119 +神宮 0.00000651 +神宮前 0.00000028 +神宮応 0.00000009 +神宿 0.00000009 +神尾 0.00000046 +神山 0.00000018 +神岡 0.00000009 +神崎 0.00000028 +神幸 0.00000009 +神式 0.00000028 +神意 0.00000009 +神戸 0.00002302 +神明 0.00000009 +神木 0.00000028 +神格 0.00000055 +神棚 0.00000110 +神楽 0.00000009 +神楽殿 0.00000009 +神武 0.00000193 +神殿 0.00000633 +神永 0.00000009 +神火 0.00000018 +神灯 0.00000009 +神父 0.00000468 +神田 0.00000266 +神的 0.00000046 +神社 0.00003934 +神神し 0.00000009 +神祭 0.00000009 +神秘 0.00001128 +神秘学 0.00000009 +神童 0.00000028 +神経 0.00003283 +神聖 0.00000789 +神聖視 0.00000028 +神舟 0.00000101 +神裁 0.00000018 +神話 0.00000761 +神護 0.00000009 +神谷 0.00000037 +神軍 0.00000009 +神輿 0.00000092 +神速 0.00000009 +神道 0.00000844 +神達 0.00000009 +神酒 0.00000009 +神野 0.00000046 +神隠し 0.00000193 +神霊 0.00000009 +神頼み 0.00000083 +神風 0.00000266 +神髄 0.00000092 +神龍 0.00000028 +祟 0.00000009 +祥久 0.00000018 +祥子 0.00000046 +祥明 0.00000009 +祥雄 0.00000009 +票 0.00001880 +票数 0.00000009 +票決 0.00000037 +票田 0.00000028 +祭 0.00004842 +祭り 0.00006896 +祭り上げ 0.00000009 +祭事 0.00000009 +祭典 0.00000642 +祭史 0.00000009 +祭器 0.00000009 +祭囃子 0.00000009 +祭壇 0.00000358 +祭日 0.00000229 +祭服 0.00000009 +祭礼 0.00000119 +祭祀 0.00000009 +祭頭 0.00000018 +祭騒ぎ 0.00000009 +祷 0.00000009 +禁 0.00001522 +禁じ 0.00000248 +禁じえ 0.00000046 +禁制 0.00000037 +禁句 0.00000018 +禁固 0.00000110 +禁忌 0.00000046 +禁断 0.00000110 +禁書 0.00000009 +禁欲 0.00000101 +禁止 0.00007400 +禁止令 0.00000009 +禁漁 0.00000009 +禁煙 0.00001706 +禁物 0.00000165 +禁猟 0.00000009 +禁輸 0.00000128 +禁酒 0.00000092 +禁錮 0.00000128 +禅 0.00000816 +禅僧 0.00000055 +禅宗 0.00000138 +禅寺 0.00000092 +禅燈 0.00000009 +禅者 0.00000009 +禊祓 0.00000009 +禍 0.00000083 +禍い 0.00000018 +禍福 0.00000018 +禎一 0.00000046 +福 0.00000275 +福井 0.00000413 +福利 0.00000202 +福助 0.00000009 +福原 0.00000550 +福士 0.00000009 +福娃 0.00000009 +福山 0.00000110 +福岡 0.00001724 +福島 0.00001036 +福嶋 0.00000009 +福建 0.00000055 +福徳 0.00000009 +福手 0.00000009 +福来 0.00000028 +福林 0.00000037 +福沢 0.00000174 +福生 0.00000028 +福田 0.00000523 +福男 0.00000018 +福留 0.00000083 +福相 0.00000018 +福知 0.00000028 +福祉 0.00001495 +福神 0.00000110 +福竜 0.00000009 +福竜丸 0.00000073 +福翁 0.00000009 +福耳 0.00000028 +福袋 0.00000403 +福西 0.00000009 +福見 0.00000028 +福豆 0.00000009 +福音 0.00000101 +禽 0.00000009 +禽鳥 0.00000009 +禿 0.00000046 +禿げ 0.00000083 +禿げ上が 0.00000009 +禿頭 0.00000009 +禿鷲 0.00000037 +禿鷹 0.00000018 +秀 0.00000110 +秀で 0.00000110 +秀作 0.00000083 +秀俊 0.00000009 +秀信 0.00000009 +秀吉 0.00001541 +秀和 0.00000018 +秀喜 0.00000844 +秀基 0.00000018 +秀夫 0.00000028 +秀子 0.00000064 +秀実 0.00000009 +秀平 0.00000009 +秀幸 0.00000009 +秀彦 0.00000028 +秀忠 0.00000009 +秀才 0.00000009 +秀政 0.00000009 +秀明 0.00000037 +秀樹 0.00000110 +秀機 0.00000009 +秀次 0.00000028 +秀水 0.00000028 +秀珍 0.00000018 +秀男 0.00000028 +秀盛 0.00000220 +秀行 0.00000009 +秀衛 0.00000009 +秀赫 0.00000009 +秀輝 0.00000037 +秀逸 0.00000101 +秀隆 0.00000009 +秀頼 0.00000055 +私 0.00361343 +私ゃ 0.00000018 +私人 0.00000055 +私今 0.00000009 +私信 0.00000009 +私兄 0.00000009 +私共 0.00000385 +私兵 0.00000009 +私利 0.00000055 +私向き 0.00000028 +私営 0.00000028 +私娼 0.00000009 +私婚 0.00000018 +私学 0.00000009 +私室 0.00000028 +私待 0.00000009 +私心 0.00000009 +私情 0.00000018 +私抜き 0.00000018 +私有 0.00000083 +私服 0.00000083 +私案 0.00000147 +私欲 0.00000064 +私法 0.00000018 +私流 0.00000018 +私物 0.00000046 +私独り 0.00000009 +私生 0.00000009 +私用 0.00000138 +私的 0.00000348 +私立 0.00001000 +私立合わせ 0.00000009 +私立校 0.00000009 +私腹 0.00000037 +私見 0.00000018 +私設 0.00000055 +私語 0.00000046 +私財 0.00000064 +私費 0.00000073 +私走 0.00000009 +私道 0.00000037 +私選 0.00000009 +私鉄 0.00000055 +私驚 0.00000009 +私^ 0.00000018 +秋 0.00002907 +秋ごろ 0.00000009 +秋一斉 0.00000009 +秋休み 0.00000018 +秋保 0.00000009 +秋元 0.00000046 +秋冬 0.00000018 +秋刀魚 0.00000018 +秋分 0.00000138 +秋号 0.00000028 +秋吉 0.00000046 +秋味 0.00000009 +秋子 0.00000009 +秋季 0.00000046 +秋山 0.00000083 +秋川 0.00000083 +秋成 0.00000009 +秋晴れ 0.00000009 +秋月 0.00000073 +秋期 0.00000018 +秋本 0.00000009 +秋田 0.00000367 +秋祭り 0.00000018 +秋穂巧 0.00000009 +秋空 0.00000009 +秋篠宮 0.00000229 +秋色 0.00000009 +秋葉 0.00000128 +秋葉原 0.00000504 +秋野菜 0.00000009 +秋雨 0.00000009 +秋頃 0.00000009 +秋風 0.00000028 +科 0.00002769 +科学 0.00013251 +科目 0.00000880 +秒 0.00003540 +秒数 0.00000009 +秒読 0.00000009 +秒読み 0.00000028 +秒速 0.00000055 +秒針 0.00000018 +秒間 0.00000083 +秘 0.00000092 +秘か 0.00000028 +秘せ 0.00000009 +秘め 0.00000679 +秘めごと 0.00000009 +秘中 0.00000009 +秘事 0.00000009 +秘伝 0.00000018 +秘傅 0.00000009 +秘儀 0.00000009 +秘匿 0.00000064 +秘境 0.00000028 +秘宝 0.00000073 +秘密 0.00004658 +秘密事 0.00000009 +秘島 0.00000009 +秘書 0.00001018 +秘書類 0.00000009 +秘湯 0.00000009 +秘策 0.00000018 +秘蔵 0.00000037 +秘薬 0.00000046 +秘訣 0.00001000 +秘話 0.00000037 +秘跡 0.00000009 +秘蹟 0.00000018 +秘部 0.00000009 +租借 0.00000009 +租界 0.00000018 +租税 0.00000028 +秤 0.00000028 +秤皿 0.00000018 +秦 0.00000064 +秦剛 0.00000009 +秦王 0.00000009 +秩序 0.00001210 +秩序立 0.00000009 +秩父 0.00000293 +秩父宮 0.00000028 +称 0.00000550 +称え 0.00000514 +称号 0.00000321 +称讃 0.00000009 +称賛 0.00001577 +移 0.00003696 +移し入れ 0.00000018 +移し変え 0.00000009 +移し替え 0.00000037 +移せ 0.00000046 +移り 0.00000348 +移り住 0.00000385 +移り住ま 0.00000009 +移り変 0.00000009 +移り変わ 0.00000174 +移り変わり 0.00000229 +移り行 0.00000009 +移る 0.00000046 +移れ 0.00000037 +移ろ 0.00000083 +移ろい 0.00000018 +移住 0.00001559 +移入 0.00000101 +移出 0.00000009 +移動 0.00003787 +移植 0.00001183 +移民 0.00002503 +移管 0.00000037 +移築 0.00000055 +移籍 0.00000669 +移行 0.00001045 +移設 0.00000037 +移調 0.00000009 +移譲 0.00000128 +移転 0.00000651 +移送 0.00000138 +稀 0.00000092 +稀勢 0.00000009 +稀哲 0.00000018 +稀少 0.00000037 +稀少な 0.00000009 +稀有 0.00000073 +稀薄 0.00000018 +稀覯 0.00000018 +程 0.00001403 +程々 0.00000009 +程古 0.00000009 +程哀 0.00000009 +程噛 0.00000009 +程変わり 0.00000009 +程宜しく 0.00000009 +程度 0.00006722 +程愛 0.00000009 +程欲 0.00000009 +程甘 0.00000009 +程笑 0.00000009 +程腹 0.00000009 +程議会 0.00000009 +程近 0.00000018 +程遠 0.00000257 +税 0.00002192 +税上が 0.00000009 +税優遇 0.00000009 +税制 0.00000266 +税務 0.00000174 +税収 0.00000138 +税引 0.00000009 +税引き 0.00000009 +税引き上げ 0.00000009 +税抜き 0.00000018 +税率 0.00000211 +税理 0.00000055 +税込 0.00000009 +税込み 0.00000046 +税金 0.00002054 +税金込 0.00000009 +税金込み 0.00000018 +税関 0.00000495 +税額 0.00000028 +稔 0.00000037 +稔侍 0.00000009 +稗田 0.00000009 +稚児 0.00000009 +稚内 0.00000202 +稚拙 0.00000018 +稚魚 0.00000083 +稜 0.00000018 +稜君 0.00000009 +稜堡 0.00000009 +稜線 0.00000009 +稟議 0.00000037 +稠度 0.00000009 +種 0.00007776 +種々 0.00000238 +種ま 0.00000009 +種まき 0.00000018 +種上 0.00000009 +種使 0.00000009 +種入り 0.00000018 +種分化 0.00000009 +種固有 0.00000009 +種子 0.00000275 +種子島 0.00000202 +種族 0.00000211 +種火 0.00000009 +種無し 0.00000018 +種目 0.00001797 +種蒔 0.00000037 +種間 0.00000064 +種雄 0.00000009 +種類 0.00009335 +種馬 0.00000028 +稲 0.00000193 +稲わら 0.00000037 +稲井 0.00000009 +稲作 0.00000229 +稲光 0.00000037 +稲刈 0.00000009 +稲刈り 0.00000046 +稲取 0.00000018 +稲垣 0.00000018 +稲城 0.00000009 +稲妻 0.00000110 +稲尾 0.00000009 +稲川 0.00000018 +稲本 0.00000119 +稲村 0.00000037 +稲次郎 0.00000009 +稲泉 0.00000009 +稲盛 0.00000018 +稲穂 0.00000018 +稲荷 0.00000028 +稲葉 0.00000055 +稲造 0.00000055 +稻村 0.00000009 +稼 0.00002109 +稼ぎ 0.00000587 +稼ぎだ 0.00000009 +稼ぎ出 0.00000018 +稼ぎ手 0.00000037 +稼ぐ 0.00000073 +稼げ 0.00000348 +稼げれ 0.00000009 +稼働 0.00000495 +稼業 0.00000073 +稽古 0.00000633 +稽古場 0.00000037 +稿 0.00000018 +穀倉 0.00000037 +穀物 0.00000688 +穀粒 0.00000028 +穀類 0.00000009 +穂 0.00000064 +穂先 0.00000028 +穂拾 0.00000009 +穂積 0.00000009 +穂高 0.00000018 +積 0.00002228 +積み 0.00000055 +積みあげ 0.00000018 +積みかえ 0.00000009 +積みかさな 0.00000009 +積みこ 0.00000028 +積み上 0.00000009 +積み上が 0.00000028 +積み上げ 0.00000385 +積み換え 0.00000009 +積み替え 0.00000018 +積み木 0.00000028 +積み直 0.00000009 +積み石 0.00000009 +積み立て 0.00000073 +積み荷 0.00000064 +積み込 0.00000183 +積み込み 0.00000009 +積み重な 0.00000110 +積み重ね 0.00000403 +積み降ろし 0.00000009 +積め 0.00000018 +積も 0.00000413 +積もり 0.00000018 +積り 0.00000101 +積上げ 0.00000009 +積乱雲 0.00000009 +積分 0.00000046 +積年 0.00000018 +積書 0.00000009 +積極 0.00004365 +積水 0.00000037 +積立 0.00000009 +積荷 0.00000119 +積載 0.00000018 +積雪 0.00000083 +積雲 0.00000009 +穏か 0.00000028 +穏や 0.00000055 +穏やか 0.00001733 +穏やかだ 0.00000009 +穏やかな 0.00000009 +穏便 0.00000018 +穏健 0.00000183 +穏和 0.00000064 +穏当 0.00000018 +穢 0.00000018 +穴 0.00003072 +穴ぐら 0.00000018 +穴二 0.00000018 +穴井 0.00000009 +穴倉 0.00000018 +穴埋め 0.00000055 +穴場 0.00000028 +穴子 0.00000009 +穴居 0.00000018 +穴掘り 0.00000009 +穴明 0.00000009 +穴水町 0.00000009 +穴蔵 0.00000119 +穴開け 0.00000009 +究め 0.00000028 +究所 0.00000009 +究明 0.00000128 +究明致 0.00000009 +究極 0.00000633 +空 0.00006236 +空か 0.00000046 +空き 0.00000468 +空きが 0.00000009 +空き地 0.00000238 +空き室 0.00000055 +空き家 0.00000046 +空き巣 0.00000028 +空き席 0.00000009 +空き瓶 0.00000028 +空き箱 0.00000009 +空き缶 0.00000073 +空け 0.00000312 +空し 0.00000293 +空っ 0.00000046 +空っぽ 0.00000257 +空ぶかし 0.00000009 +空ろ 0.00000055 +空一面 0.00000009 +空中 0.00000935 +空位 0.00000009 +空佐 0.00000018 +空前 0.00000248 +空即 0.00000009 +空咳 0.00000009 +空回り 0.00000018 +空地 0.00000037 +空域 0.00000028 +空壜 0.00000009 +空威張り 0.00000009 +空室 0.00000156 +空家 0.00000046 +空席 0.00000293 +空心菜 0.00000009 +空想 0.00000642 +空所 0.00000046 +空手 0.00000990 +空手道 0.00000009 +空振 0.00000009 +空振り 0.00000028 +空撃ち 0.00000018 +空撮 0.00000009 +空欄 0.00000064 +空母 0.00000138 +空気 0.00003796 +空気質 0.00000009 +空洞 0.00000275 +空海 0.00000037 +空涙 0.00000009 +空港 0.00005493 +空爆 0.00000266 +空疎 0.00000018 +空白 0.00000165 +空箱 0.00000009 +空缶 0.00000009 +空耳 0.00000028 +空腹 0.00000468 +空色 0.00000018 +空芯 0.00000009 +空虚 0.00000257 +空蝉 0.00000018 +空袋 0.00000009 +空襲 0.00000266 +空言 0.00000009 +空調 0.00000248 +空論 0.00000037 +空豆 0.00000009 +空路 0.00000009 +空車 0.00000009 +空軍 0.00000367 +空輸 0.00000211 +空部屋 0.00000009 +空間 0.00002201 +空飛 0.00000083 +空騒ぎ 0.00000046 +空高 0.00000018 +穿 0.00000110 +穿刺 0.00000073 +穿孔 0.00000018 +穿鑿 0.00000009 +穿頭 0.00000009 +突 0.00000908 +突き 0.00000174 +突きあたり 0.00000009 +突きかか 0.00000009 +突きかけ 0.00000018 +突きこ 0.00000009 +突きさ 0.00000037 +突きささ 0.00000009 +突きだ 0.00000064 +突きつけ 0.00000147 +突きと 0.00000009 +突きとお 0.00000009 +突きとば 0.00000009 +突きとめ 0.00000018 +突きや 0.00000046 +突き上げ 0.00000064 +突き付け 0.00000073 +突き倒 0.00000046 +突き出 0.00000624 +突き刺 0.00000293 +突き刺さ 0.00000073 +突き刺せ 0.00000009 +突き動か 0.00000092 +突き合 0.00000009 +突き合せ 0.00000009 +突き合わせ 0.00000064 +突き寄せ 0.00000009 +突き当 0.00000018 +突き当た 0.00000046 +突き当たり 0.00000073 +突き当り 0.00000028 +突き払 0.00000009 +突き抜 0.00000009 +突き抜け 0.00000073 +突き指 0.00000009 +突き放 0.00000046 +突き放せ 0.00000009 +突き止め 0.00000587 +突き殺 0.00000009 +突き潰 0.00000009 +突き破 0.00000055 +突き立て 0.00000046 +突き落 0.00000009 +突き落と 0.00000073 +突き詰め 0.00000028 +突き詰めれ 0.00000018 +突き貫け 0.00000009 +突き蹴り 0.00000009 +突き込 0.00000009 +突き通 0.00000028 +突き通り 0.00000009 +突き進 0.00000303 +突き離 0.00000009 +突き飛ば 0.00000028 +突け 0.00000009 +突っ 0.00000009 +突っかか 0.00000009 +突っき 0.00000009 +突っこ 0.00000055 +突っつ 0.00000037 +突っぱね 0.00000009 +突っ伏 0.00000037 +突っ切 0.00000083 +突っ張 0.00000055 +突っ張り 0.00000028 +突っ掛か 0.00000009 +突っ立 0.00000128 +突っ走 0.00000110 +突っ込 0.00000761 +突っ込み 0.00000028 +突っ返 0.00000009 +突め込 0.00000009 +突入 0.00000688 +突出 0.00000110 +突如 0.00000193 +突拍子 0.00000055 +突撃 0.00000202 +突然 0.00006080 +突発 0.00000073 +突破 0.00000605 +突破口 0.00000037 +突端 0.00000018 +突貫 0.00000009 +突起 0.00000055 +突込 0.00000028 +突進 0.00000376 +突風 0.00000220 +突飛 0.00000064 +窃盗 0.00000440 +窒息 0.00000248 +窒素 0.00000073 +窓 0.00006172 +窓かけ 0.00000037 +窓ぎわ 0.00000037 +窓ごし 0.00000009 +窓わく 0.00000018 +窓側 0.00000110 +窓全部 0.00000009 +窓口 0.00000862 +窓台 0.00000028 +窓外 0.00000018 +窓帷 0.00000009 +窓拭き 0.00000009 +窓掛 0.00000028 +窓掛け 0.00000092 +窓明かり 0.00000018 +窓枠 0.00000083 +窓棚 0.00000018 +窓硝子 0.00000018 +窓縁 0.00000009 +窓越し 0.00000073 +窓辺 0.00000064 +窓閉め 0.00000009 +窓開 0.00000009 +窓開け 0.00000028 +窓際 0.00000367 +窖 0.00000083 +窟 0.00000147 +窩 0.00000028 +窪み 0.00000028 +窪地 0.00000073 +窪塚 0.00000119 +窮 0.00000101 +窮ま 0.00000028 +窮乏 0.00000009 +窮地 0.00000303 +窮境 0.00000009 +窮屈 0.00000193 +窮極 0.00000018 +窮状 0.00000193 +窮迫 0.00000028 +窮鼠 0.00000018 +窮鼠猫 0.00000037 +窯 0.00000055 +窯元 0.00000009 +窯業 0.00000028 +窯焚 0.00000028 +窶れ 0.00000018 +窺 0.00000046 +竈 0.00000028 +立 0.00017634 +立た 0.00000312 +立ち 0.00000413 +立ちあが 0.00000394 +立ちあげ 0.00000009 +立ちい 0.00000009 +立ちいただ 0.00000009 +立ちかえ 0.00000009 +立ちくらみ 0.00000018 +立ちこめ 0.00000147 +立ちすく 0.00000128 +立ちどま 0.00000037 +立ちなお 0.00000009 +立ちのぼ 0.00000037 +立ちのぼる 0.00000009 +立ちはだか 0.00000248 +立ちふさが 0.00000009 +立ちまわ 0.00000018 +立ちむか 0.00000037 +立ちもど 0.00000009 +立ちゃ 0.00000009 +立ちション 0.00000009 +立ち上 0.00000174 +立ち上が 0.00002824 +立ち上がり 0.00000009 +立ち上がりかけ 0.00000018 +立ち上がれ 0.00000018 +立ち上げ 0.00001009 +立ち上げれ 0.00000009 +立ち並 0.00000376 +立ち代わり 0.00000009 +立ち会 0.00000202 +立ち会い 0.00000018 +立ち会え 0.00000018 +立ち停 0.00000028 +立ち停ま 0.00000037 +立ち働 0.00000009 +立ち優 0.00000009 +立ち入 0.00000275 +立ち入り 0.00000284 +立ち出で 0.00000009 +立ち到 0.00000009 +立ち去 0.00000917 +立ち去れ 0.00000009 +立ち合 0.00000055 +立ち合い 0.00000009 +立ち向か 0.00001449 +立ち向かえ 0.00000028 +立ち回 0.00000083 +立ち回り 0.00000009 +立ち場 0.00000018 +立ち塞が 0.00000028 +立ち姿 0.00000018 +立ち寄 0.00001110 +立ち寄り 0.00000018 +立ち寄れ 0.00000009 +立ち尽く 0.00000119 +立ち居 0.00000046 +立ち帰 0.00000009 +立ち往生 0.00000119 +立ち戻 0.00000037 +立ち技 0.00000009 +立ち昇 0.00000009 +立ち木 0.00000037 +立ち止 0.00000028 +立ち止ま 0.00001504 +立ち泳ぎ 0.00000037 +立ち消え 0.00000009 +立ち登 0.00000009 +立ち直 0.00000523 +立ち直り 0.00000018 +立ち直れ 0.00000083 +立ち聞き 0.00000055 +立ち肩 0.00000009 +立ち腐れ 0.00000009 +立ち行 0.00000037 +立ち見 0.00000028 +立ち話 0.00000073 +立ち読み 0.00000055 +立ち込め 0.00000083 +立ち返 0.00000083 +立ち退 0.00000138 +立ち退か 0.00000018 +立ち退き 0.00000018 +立ち通し 0.00000009 +立ち遅れ 0.00000009 +立ち食 0.00000009 +立ち食い 0.00000037 +立ち食いそば 0.00000009 +立ち飲み 0.00000028 +立ち飲み屋 0.00000064 +立つ 0.00000009 +立つ瀬 0.00000009 +立て 0.00007116 +立てり 0.00000009 +立てれ 0.00000083 +立てろ 0.00000028 +立て替え 0.00000083 +立て直 0.00000312 +立て直し 0.00000055 +立て続け 0.00000128 +立て込 0.00000018 +立上 0.00000018 +立件 0.00000028 +立会 0.00000183 +立会い 0.00000009 +立位 0.00000009 +立体 0.00000385 +立像 0.00000073 +立入 0.00000202 +立命 0.00000193 +立国 0.00000083 +立地 0.00000165 +立坑 0.00000028 +立場 0.00005612 +立寄 0.00000018 +立山 0.00000018 +立川 0.00000028 +立役者 0.00000092 +立往生 0.00000009 +立志 0.00000009 +立憲 0.00000046 +立教 0.00000028 +立方 0.00000275 +立春 0.00000028 +立木 0.00000018 +立札 0.00000009 +立案 0.00000257 +立正 0.00000009 +立法 0.00000394 +立派 0.00003283 +立浪 0.00000046 +立石 0.00000009 +立脚 0.00000018 +立腹 0.00000147 +立花 0.00000138 +立見 0.00000009 +立証 0.00000669 +立身 0.00000028 +立野 0.00000009 +立食 0.00000037 +立食い 0.00000028 +竜 0.00000284 +竜の 0.00000009 +竜一 0.00000018 +竜之介 0.00000018 +竜也 0.00000009 +竜二 0.00000046 +竜介 0.00000018 +竜助 0.00000009 +竜太郎 0.00000009 +竜安 0.00000064 +竜宮城 0.00000018 +竜巻 0.00000238 +竜彦 0.00000009 +竜志 0.00000009 +竜次 0.00000009 +竜田 0.00000018 +竜童 0.00000009 +竜野 0.00000009 +竜馬 0.00000110 +竜馬像 0.00000009 +竜騎 0.00000009 +竜骨 0.00000064 +章 0.00000614 +章典 0.00000028 +章句 0.00000009 +章太郎 0.00000009 +章枝 0.00000064 +章男 0.00000018 +章蔵 0.00000018 +竣工 0.00000018 +竣工量 0.00000009 +童子 0.00000009 +童心 0.00000037 +童話 0.00000229 +童謡 0.00000202 +童顔 0.00000028 +竪琴 0.00000128 +竪穴 0.00000064 +端 0.00001889 +端々 0.00000037 +端側 0.00000009 +端切れ 0.00000055 +端午 0.00000064 +端午節 0.00000009 +端役 0.00000009 +端数 0.00000028 +端末 0.00000605 +端材 0.00000009 +端正 0.00000037 +端然 0.00000018 +端的 0.00000083 +端端 0.00000009 +端綱 0.00000018 +端緒 0.00000028 +端麗 0.00000037 +競 0.00001119 +競い 0.00000064 +競いあ 0.00000018 +競い合 0.00001000 +競い合い 0.00000018 +競え 0.00000028 +競り 0.00000073 +競り人 0.00000009 +競り合 0.00000028 +競り合い 0.00000083 +競り落と 0.00000046 +競わ 0.00000009 +競争 0.00005456 +競合 0.00000651 +競売 0.00000523 +競技 0.00004548 +競歩 0.00000018 +競泳 0.00000303 +競演 0.00000037 +競漕 0.00000037 +競艇 0.00000055 +競走 0.00000679 +競走馬 0.00000037 +競輪 0.00000083 +競馬 0.00001293 +竹 0.00000431 +竹ヤリ 0.00000009 +竹下 0.00000138 +竹中 0.00000156 +竹串 0.00000064 +竹久 0.00000018 +竹之内 0.00000009 +竹二 0.00000009 +竹光 0.00000028 +竹内 0.00000046 +竹刀 0.00000037 +竹取 0.00000009 +竹史 0.00000009 +竹垣 0.00000009 +竹富島 0.00000009 +竹島 0.00000138 +竹村 0.00000018 +竹林 0.00000046 +竹槍 0.00000009 +竹片 0.00000009 +竹田 0.00000037 +竹竿 0.00000018 +竹笛 0.00000028 +竹薮 0.00000009 +竹製 0.00000073 +竹野内 0.00000018 +竹青 0.00000009 +竹飾り 0.00000037 +竹馬 0.00000009 +竿 0.00000073 +竿灯 0.00000037 +竿燈 0.00000018 +笑 0.00007455 +笑い 0.00003255 +笑いあ 0.00000009 +笑いかけ 0.00000147 +笑いが 0.00000009 +笑いこけ 0.00000018 +笑いごと 0.00000009 +笑いだ 0.00000009 +笑いどころ 0.00000009 +笑い事 0.00000064 +笑い出 0.00000119 +笑い合 0.00000009 +笑い声 0.00000559 +笑い者 0.00000009 +笑い転げ 0.00000009 +笑い飛ば 0.00000083 +笑う 0.00000018 +笑え 0.00000266 +笑み 0.00000761 +笑みかけ 0.00000009 +笑みや 0.00000009 +笑わ 0.00000018 +笑わせ 0.00000009 +笑わば 0.00000009 +笑止 0.00000009 +笑福亭 0.00000018 +笑納 0.00000037 +笑顔 0.00002788 +笙 0.00000009 +笛 0.00000642 +笛吹 0.00000009 +笛吹き 0.00000028 +笠 0.00000064 +笠井 0.00000009 +笠原 0.00000009 +笠山 0.00000009 +笠松茂 0.00000009 +笠石 0.00000009 +笠鉾 0.00000009 +符 0.00000394 +符丁 0.00000018 +符号 0.00000028 +符合 0.00000018 +符牒 0.00000018 +第 0.00024833 +第一 0.00000459 +第一人者 0.00000018 +第一線 0.00000037 +第三 0.00000009 +笹 0.00000064 +笹塚 0.00000009 +笹島 0.00000018 +笹川 0.00000073 +笹竹 0.00000009 +筆 0.00000514 +筆まめ 0.00000009 +筆先 0.00000009 +筆写 0.00000018 +筆箱 0.00000009 +筆紙 0.00000009 +筆者 0.00000504 +筆致 0.00000009 +筆舌 0.00000064 +筆記 0.00000312 +筆記具 0.00000018 +筆談 0.00000037 +筆跡 0.00000385 +筆蹟 0.00000009 +筆遣い 0.00000037 +筆録 0.00000009 +筆順 0.00000018 +筆頭 0.00000174 +筆頭格 0.00000009 +筈 0.00000110 +等 0.00003448 +等々 0.00000156 +等々力 0.00000009 +等し 0.00000706 +等伯 0.00000009 +等価 0.00000028 +等分 0.00000009 +等級 0.00000128 +等身 0.00000183 +等速 0.00000009 +等閑 0.00000009 +筋 0.00001321 +筋ば 0.00000009 +筋力 0.00000193 +筋合 0.00000018 +筋合い 0.00000073 +筋張 0.00000009 +筋斗雲 0.00000009 +筋書き 0.00000110 +筋立て 0.00000018 +筋肉 0.00001541 +筋膜 0.00000018 +筋道 0.00000092 +筋違い 0.00000009 +筋金 0.00000092 +筋電 0.00000009 +筋骨 0.00000037 +筋骨格 0.00000009 +筏 0.00000037 +筏橋 0.00000018 +筑前 0.00000009 +筑波 0.00000183 +筑波山 0.00000018 +筒 0.00000147 +筒切り 0.00000009 +筒形 0.00000018 +筒抜け 0.00000018 +筒状 0.00000018 +答 0.00000147 +答え 0.00020367 +答えいた 0.00000009 +答えいただ 0.00000009 +答えらえ 0.00000009 +答えれ 0.00000055 +答弁 0.00000128 +答案 0.00000064 +答申 0.00000037 +策 0.00002714 +策動 0.00000009 +策士 0.00000018 +策定 0.00000211 +策略 0.00000284 +策謀 0.00000028 +筝 0.00000009 +筝合奏 0.00000009 +箇 0.00000073 +箇所 0.00000083 +箇条 0.00000046 +箋 0.00000266 +箏 0.00000009 +箏曲 0.00000018 +箒 0.00000009 +箔 0.00000083 +箔一 0.00000046 +箔付け 0.00000009 +箔貼 0.00000009 +箕内 0.00000018 +箕浦 0.00000009 +算 0.00000073 +算入 0.00000009 +算出 0.00000202 +算定 0.00000064 +算数 0.00000348 +算段 0.00000028 +算用 0.00000046 +算盤 0.00000009 +算術 0.00000037 +管 0.00000532 +管内 0.00000064 +管制 0.00000257 +管制官 0.00000009 +管区 0.00000018 +管型 0.00000028 +管壁 0.00000009 +管外 0.00000009 +管弦 0.00000083 +管掌 0.00000028 +管楽 0.00000037 +管楽器 0.00000009 +管状 0.00000009 +管理 0.00009730 +管笛 0.00000009 +管財 0.00000028 +管轄 0.00000211 +箪笥 0.00000073 +箭 0.00000009 +箱 0.00003888 +箱五 0.00000009 +箱付き 0.00000009 +箱入り 0.00000018 +箱内 0.00000009 +箱型 0.00000028 +箱崎 0.00000018 +箱庭 0.00000018 +箱根 0.00000945 +箱根山 0.00000009 +箱物 0.00000055 +箱舟 0.00000064 +箱船 0.00000028 +箱詰め 0.00000128 +箱越し 0.00000009 +箱運 0.00000009 +箴言 0.00000009 +箸 0.00001064 +箸作り 0.00000009 +箸使 0.00000009 +箸袋 0.00000018 +節 0.00000468 +節々 0.00000009 +節介 0.00000009 +節分 0.00000183 +節制 0.00000037 +節句 0.00000101 +節夫 0.00000009 +節子 0.00000009 +節度 0.00000156 +節操 0.00000055 +節朗 0.00000009 +節水 0.00000018 +節減 0.00000101 +節減分 0.00000009 +節煙 0.00000009 +節理 0.00000009 +節目 0.00000156 +節税 0.00000046 +節穴 0.00000037 +節約 0.00001467 +節考 0.00000046 +節郭 0.00000009 +節電 0.00000119 +節食 0.00000009 +範 0.00000073 +範仁 0.00000009 +範囲 0.00003191 +範疇 0.00000037 +範親 0.00000009 +篆書 0.00000009 +篇 0.00000009 +築 0.00003054 +築きあげ 0.00000055 +築き上げ 0.00000367 +築け 0.00000183 +築地 0.00000385 +築城 0.00000073 +築山 0.00000018 +築造 0.00000037 +篝火 0.00000037 +篠原 0.00000073 +篠塚 0.00000018 +篠宮 0.00000009 +篠田 0.00000037 +篠笛 0.00000009 +篤 0.00000037 +篤人 0.00000009 +篤史 0.00000009 +篤夫 0.00000009 +篤姫 0.00000037 +篤志 0.00000018 +篤紀 0.00000009 +篤良 0.00000009 +篭 0.00000018 +簑口 0.00000037 +簒奪 0.00000018 +簔口 0.00000009 +簡 0.00000009 +簡体 0.00000018 +簡便 0.00000018 +簡単 0.00015369 +簡明 0.00000028 +簡易 0.00000248 +簡潔 0.00000385 +簡略 0.00000110 +簡素 0.00000394 +簿 0.00000413 +簿記 0.00000018 +籍 0.00000706 +籐 0.00000028 +籔 0.00000009 +籔内 0.00000009 +籠 0.00000174 +籠め 0.00000028 +籠も 0.00000009 +籠城 0.00000018 +籠宿 0.00000009 +籠手 0.00000009 +籠絡 0.00000009 +米 0.00007639 +米づくり 0.00000018 +米どころ 0.00000009 +米ソ 0.00000064 +米ロ間 0.00000009 +米中 0.00000055 +米之刀 0.00000009 +米作 0.00000009 +米作り 0.00000028 +米俵 0.00000028 +米倉 0.00000110 +米兵 0.00000358 +米占領 0.00000009 +米卸 0.00000009 +米原 0.00000055 +米史上 0.00000009 +米司法 0.00000055 +米問屋 0.00000018 +米国 0.00032013 +米国内 0.00000018 +米国史 0.00000009 +米国土 0.00000009 +米国民 0.00000018 +米国生 0.00000009 +米国産 0.00000009 +米国立 0.00000028 +米国籍 0.00000018 +米国連 0.00000009 +米子 0.00000128 +米宇宙 0.00000009 +米富 0.00000009 +米屋 0.00000055 +米山 0.00000312 +米崎 0.00000009 +米州 0.00000009 +米幸 0.00000009 +米朝 0.00000037 +米松 0.00000009 +米欧 0.00000009 +米沢 0.00000073 +米炊 0.00000009 +米田 0.00000028 +米穀 0.00000018 +米空軍 0.00000046 +米粉 0.00000156 +米粒 0.00000055 +米糠 0.00000009 +米系 0.00000009 +米良 0.00000009 +米苗 0.00000009 +米英 0.00000128 +米英占領 0.00000009 +米英軍 0.00000073 +米蔵 0.00000009 +米議会 0.00000028 +米越 0.00000009 +米越間 0.00000009 +米軍 0.00002421 +米軍人 0.00000064 +米軍兵 0.00000009 +米軍内 0.00000009 +米軍用 0.00000009 +米長 0.00000009 +米陸 0.00000009 +米露 0.00000018 +米領 0.00000018 +米食 0.00000018 +米食品 0.00000028 +米飯 0.00000028 +米麹 0.00000037 +粉 0.00001504 +粉々 0.00000165 +粉らわ 0.00000009 +粉塵 0.00000018 +粉屋 0.00000394 +粉山 0.00000009 +粉山椒 0.00000009 +粉引 0.00000009 +粉引き 0.00000009 +粉彩 0.00000009 +粉挽 0.00000009 +粉揚げ 0.00000009 +粉末 0.00000293 +粉煙 0.00000009 +粉状 0.00000028 +粉砕 0.00000110 +粉砕々 0.00000018 +粉薬 0.00000037 +粉袋 0.00000018 +粉飾 0.00000009 +粋 0.00000174 +粋が 0.00000018 +粒 0.00000385 +粒ぞろい 0.00000009 +粒子 0.00000495 +粒径 0.00000009 +粒状 0.00000028 +粕 0.00000009 +粕屋 0.00000009 +粗 0.00000238 +粗々 0.00000009 +粗削 0.00000009 +粗品 0.00000028 +粗壁 0.00000009 +粗大 0.00000083 +粗忽 0.00000018 +粗悪 0.00000037 +粗暴 0.00000046 +粗暴犯 0.00000009 +粗木 0.00000009 +粗末 0.00000504 +粗熱 0.00000037 +粗相 0.00000018 +粗筋 0.00000055 +粗野 0.00000165 +粗鋼 0.00000055 +粗雑 0.00000018 +粘 0.00000101 +粘り 0.00000110 +粘り強 0.00000238 +粘り気 0.00000055 +粘土 0.00000367 +粘土層 0.00000009 +粘土板 0.00000009 +粘土色 0.00000009 +粘度 0.00000009 +粘液 0.00000037 +粘着 0.00000064 +粘結 0.00000018 +粘膜 0.00000037 +粛清 0.00000037 +粛然 0.00000009 +粟 0.00000009 +粥 0.00000211 +粧 0.00000009 +粱 0.00000293 +精 0.00001192 +精が 0.00000009 +精も 0.00000009 +精や 0.00000009 +精出 0.00000009 +精力 0.00000486 +精励 0.00000009 +精妙 0.00000018 +精子 0.00000238 +精密 0.00000376 +精巣 0.00000018 +精巧 0.00000348 +精度 0.00000229 +精彩 0.00000018 +精悍 0.00000018 +精査 0.00000110 +精根 0.00000009 +精機 0.00000018 +精気 0.00000110 +精油 0.00000046 +精液 0.00000028 +精白 0.00000046 +精確 0.00000009 +精神 0.00010427 +精算 0.00000064 +精管 0.00000009 +精米 0.00000202 +精細 0.00000037 +精紳 0.00000009 +精練 0.00000009 +精緻 0.00000028 +精肉 0.00000037 +精舎 0.00000009 +精華 0.00000018 +精薄 0.00000009 +精製 0.00000248 +精通 0.00000559 +精通度 0.00000018 +精進 0.00000101 +精選 0.00000037 +精鋭 0.00000092 +精錬 0.00000037 +精霊 0.00001238 +精魂 0.00000009 +糊 0.00000018 +糊づけ 0.00000009 +糊口 0.00000018 +糖 0.00000211 +糖分 0.00000275 +糖尿 0.00001641 +糖度 0.00000028 +糖蜜 0.00000009 +糖質 0.00000028 +糖類 0.00000083 +糞 0.00000330 +糞便 0.00000018 +糞山 0.00000009 +糞食らえ 0.00000009 +糠 0.00000028 +糧 0.00000238 +糧秣 0.00000018 +糸 0.00000917 +糸口 0.00000165 +糸屋 0.00000009 +糸川 0.00000018 +糸巻 0.00000028 +糸巻き 0.00000009 +糸撚 0.00000009 +糸操 0.00000009 +糸東 0.00000009 +糸満 0.00000037 +糸玉 0.00000028 +糸目 0.00000055 +糸紡 0.00000009 +糸紡ぎ 0.00000028 +糸織り 0.00000009 +糸解 0.00000009 +糸車 0.00000018 +糸魚川 0.00000009 +系 0.00008106 +系列 0.00000220 +系統 0.00000321 +系統樹 0.00000009 +系統立 0.00000018 +系譜 0.00000018 +糾合 0.00000009 +糾弾 0.00000174 +紀 0.00000101 +紀ノ国 0.00000009 +紀之 0.00000018 +紀伊 0.00000083 +紀伊国 0.00000028 +紀伊國 0.00000028 +紀伊山 0.00000110 +紀元 0.00000679 +紀北 0.00000009 +紀和 0.00000009 +紀和町 0.00000009 +紀国 0.00000018 +紀子 0.00000128 +紀宮 0.00000220 +紀尾井 0.00000009 +紀州 0.00000028 +紀文食品 0.00000009 +紀明 0.00000018 +紀洋 0.00000046 +紀美子 0.00000037 +紀行 0.00000055 +紀要 0.00000055 +紀里谷 0.00000037 +紀雄 0.00000009 +紀香 0.00000138 +紀香ーー 0.00000009 +約 0.00032811 +約因 0.00000009 +約定 0.00000009 +約束 0.00007510 +約束事 0.00000018 +紅 0.00000138 +紅斑 0.00000009 +紅梅 0.00000009 +紅梅亭 0.00000009 +紅海 0.00000119 +紅潮 0.00000101 +紅熱 0.00000009 +紅白 0.00000816 +紅竜 0.00000018 +紅組 0.00000119 +紅色 0.00000009 +紅花 0.00000018 +紅茶 0.00001000 +紅葉 0.00000587 +紅葉狩り 0.00000009 +紅衛 0.00000009 +紅顔 0.00000009 +紆 0.00000009 +紆余 0.00000092 +紊 0.00000009 +紊乱 0.00000009 +紋 0.00000018 +紋付 0.00000018 +紋付き 0.00000009 +紋入り 0.00000009 +紋切り 0.00000009 +紋別 0.00000028 +紋所 0.00000009 +紋章 0.00000119 +納 0.00000037 +納ま 0.00000055 +納め 0.00000743 +納めれ 0.00000009 +納付 0.00000138 +納入 0.00000266 +納品 0.00000165 +納屋 0.00000128 +納庫 0.00000009 +納得 0.00002494 +納戸 0.00000009 +納所 0.00000046 +納期 0.00000156 +納棺 0.00000055 +納涼 0.00000009 +納涼船 0.00000009 +納税 0.00000486 +納経 0.00000009 +納言 0.00000028 +納豆 0.00000798 +納車 0.00000037 +納骨 0.00000064 +紐 0.00000523 +紐付き 0.00000018 +紐帯 0.00000009 +紐解 0.00000018 +純 0.00000284 +純一 0.00000018 +純一郎 0.00001275 +純也 0.00000018 +純化 0.00000018 +純名 0.00000009 +純和製 0.00000009 +純和風 0.00000009 +純太郎 0.00000055 +純子 0.00000009 +純平 0.00000009 +純度 0.00000073 +純情 0.00000055 +純愛 0.00000138 +純朴 0.00000028 +純正 0.00000009 +純浩 0.00000009 +純潔 0.00000028 +純然 0.00000018 +純白 0.00000101 +純益 0.00000018 +純真 0.00000183 +純米 0.00000037 +純粋 0.00001733 +純血 0.00000018 +純血種 0.00000018 +純輸出 0.00000009 +純邦 0.00000009 +純金 0.00000128 +純銀 0.00000018 +純銀像 0.00000009 +紗 0.00000028 +紘一 0.00000046 +紘一元 0.00000009 +紘子 0.00000018 +紙 0.00006062 +紙おむつ 0.00000018 +紙くず 0.00000028 +紙ふぶき 0.00000018 +紙上 0.00000083 +紙代 0.00000009 +紙作り 0.00000009 +紙切り 0.00000009 +紙切れ 0.00000174 +紙包み 0.00000018 +紙包装 0.00000009 +紙吹雪 0.00000055 +紙媒体 0.00000009 +紙巻 0.00000028 +紙幅 0.00000009 +紙幣 0.00001009 +紙扇 0.00000018 +紙折り 0.00000009 +紙束 0.00000018 +紙漉 0.00000009 +紙片 0.00000128 +紙皿 0.00000009 +紙箱 0.00000018 +紙芝居 0.00000037 +紙衣 0.00000009 +紙袋 0.00000156 +紙製 0.00000101 +紙詰まり 0.00000018 +紙質 0.00000028 +紙遊 0.00000009 +紙面 0.00000174 +紙類 0.00000009 +紙飾 0.00000009 +級 0.00003219 +級友 0.00000073 +級数 0.00000009 +級長 0.00000009 +紛 0.00000028 +紛い 0.00000009 +紛ら 0.00000046 +紛らわ 0.00000046 +紛らわし 0.00000119 +紛れ 0.00000413 +紛れ込 0.00000055 +紛争 0.00002109 +紛失 0.00000468 +紛戦 0.00000009 +紛糾 0.00000064 +素 0.00000523 +素っ 0.00000037 +素っ気 0.00000009 +素っ気な 0.00000083 +素っ裸 0.00000092 +素人 0.00000523 +素嚢 0.00000009 +素因 0.00000018 +素地 0.00000064 +素子 0.00000055 +素性 0.00000128 +素手 0.00000128 +素振り 0.00000037 +素描 0.00000046 +素敵 0.00000394 +素早 0.00001440 +素早く 0.00000009 +素晴し 0.00000550 +素晴らし 0.00015516 +素晴らしい 0.00000037 +素朴 0.00000624 +素材 0.00001724 +素案 0.00000009 +素気 0.00000009 +素焼 0.00000009 +素焼き 0.00000037 +素直 0.00001220 +素社 0.00000018 +素肌 0.00000128 +素行 0.00000211 +素質 0.00000348 +素足 0.00000073 +素通り 0.00000009 +素速 0.00000009 +素顔 0.00000165 +素養 0.00000046 +紡 0.00000138 +紡ぎ 0.00000037 +紡ぎ出 0.00000018 +索 0.00000018 +索具 0.00000028 +索引 0.00000055 +索引付 0.00000009 +索然 0.00000009 +紫 0.00000330 +紫外 0.00000330 +紫宸 0.00000018 +紫式 0.00000358 +紫斑 0.00000009 +紫檀 0.00000009 +紫水 0.00000009 +紫煙 0.00000055 +紫禁 0.00000018 +紫綬 0.00000110 +紫舟 0.00000009 +紫色 0.00000193 +紫花 0.00000028 +紫陽 0.00000009 +累々 0.00000009 +累代 0.00000018 +累層 0.00000009 +累積 0.00000092 +累計 0.00000110 +累進 0.00000037 +細 0.00001495 +細々 0.00000055 +細か 0.00002091 +細かく 0.00000009 +細さ 0.00000009 +細め 0.00000083 +細やか 0.00000083 +細事 0.00000009 +細倉 0.00000018 +細分 0.00000009 +細切り 0.00000064 +細切れ 0.00000037 +細動 0.00000073 +細君 0.00000028 +細密 0.00000028 +細川 0.00000303 +細工 0.00000321 +細工品 0.00000009 +細工師 0.00000009 +細心 0.00000293 +細棹 0.00000009 +細流 0.00000009 +細田 0.00000018 +細目 0.00000037 +細胞 0.00002962 +細菌 0.00000569 +細身 0.00000064 +細辻 0.00000009 +細道 0.00000064 +細部 0.00000669 +細長 0.00000330 +細雪 0.00000018 +紳介 0.00000009 +紳助 0.00000028 +紳士 0.00002494 +紹介 0.00011123 +紹子 0.00000009 +紺 0.00000064 +紺地 0.00000009 +紺屋 0.00000018 +紺碧 0.00000018 +紺色 0.00000037 +終 0.00000293 +終い 0.00000165 +終え 0.00004631 +終えれ 0.00000018 +終えん 0.00000009 +終っ 0.00000028 +終に 0.00000018 +終ら 0.00000009 +終り 0.00000055 +終れ 0.00000009 +終わ 0.00014737 +終わり 0.00004393 +終了 0.00003531 +終値 0.00000055 +終夜 0.00000018 +終始 0.00000165 +終審 0.00000009 +終局 0.00000028 +終幕 0.00000009 +終息 0.00000138 +終戦 0.00000578 +終日 0.00000092 +終末 0.00000092 +終業 0.00000064 +終止 0.00000358 +終歩 0.00000009 +終演 0.00000037 +終点 0.00000174 +終焉 0.00000156 +終生 0.00000055 +終盤 0.00000110 +終着 0.00000055 +終結 0.00000899 +終身 0.00000752 +終電 0.00000128 +終^ 0.00000009 +絃楽 0.00000009 +絃楽器 0.00000009 +組 0.00005337 +組み 0.00000119 +組みあわせ 0.00000009 +組みたて 0.00000009 +組み上げ 0.00000028 +組み入れ 0.00000092 +組み合 0.00000046 +組み合い 0.00000046 +組み合え 0.00000009 +組み合せ 0.00000009 +組み合わ 0.00000028 +組み合わさ 0.00000138 +組み合わせ 0.00002641 +組み合わせれ 0.00000037 +組み打 0.00000009 +組み換え 0.00000339 +組み換えれ 0.00000009 +組み替え 0.00000073 +組み直 0.00000009 +組み立 0.00000009 +組み立て 0.00000697 +組み立てれ 0.00000009 +組み込 0.00000679 +組み込め 0.00000018 +組め 0.00000018 +組伏せ 0.00000009 +組合 0.00001706 +組合せ 0.00000028 +組合わ 0.00000009 +組員 0.00000018 +組子 0.00000009 +組成 0.00000055 +組手 0.00000055 +組数 0.00000009 +組曲 0.00000018 +組替 0.00000009 +組立 0.00000138 +組織 0.00007327 +組込 0.00000009 +組長 0.00000064 +組閣 0.00000064 +絆 0.00000055 +絆創 0.00000018 +絋基 0.00000009 +経 0.00004356 +経ず 0.00000009 +経っ 0.00000009 +経典 0.00000073 +経口 0.00000083 +経営 0.00009097 +経団連 0.00000083 +経尿 0.00000009 +経帷子 0.00000009 +経常 0.00000046 +経度 0.00000064 +経惟 0.00000018 +経文 0.00000055 +経歴 0.00001752 +経気 0.00000009 +経済 0.00022568 +経理 0.00000312 +経産 0.00000037 +経由 0.00000715 +経皮 0.00000018 +経絡 0.00000009 +経綸 0.00000009 +経線 0.00000018 +経緯 0.00000495 +経膣 0.00000037 +経蔵 0.00000018 +経費 0.00001110 +経路 0.00000431 +経過 0.00001128 +経験 0.00017818 +結 0.00004200 +結い上げ 0.00000018 +結び 0.00000128 +結びつ 0.00000229 +結びつき 0.00000037 +結びつけ 0.00000321 +結び付 0.00000688 +結び付き 0.00000394 +結び付け 0.00000990 +結び付けれ 0.00000009 +結び合わせ 0.00000009 +結び目 0.00000128 +結び直 0.00000009 +結び着 0.00000009 +結べ 0.00000037 +結わえ 0.00000028 +結党 0.00000009 +結合 0.00000706 +結団 0.00000009 +結城 0.00000028 +結婚 0.00036562 +結実 0.00000046 +結審 0.00000028 +結局 0.00006483 +結弦 0.00000009 +結成 0.00001311 +結晶 0.00000220 +結末 0.00000688 +結束 0.00000422 +結果 0.00022687 +結核 0.00000596 +結構 0.00003228 +結氷 0.00000028 +結石 0.00000055 +結社 0.00000028 +結節 0.00000009 +結納 0.00000055 +結納金 0.00000009 +結紮 0.00000037 +結腸 0.00000293 +結膜 0.00000028 +結衣 0.00000018 +結託 0.00000028 +結論 0.00003063 +結集 0.00000193 +結露 0.00000037 +絞 0.00000871 +絞め 0.00000229 +絞め殺 0.00000009 +絞り 0.00000073 +絞りこ 0.00000009 +絞り出 0.00000064 +絞り取 0.00000028 +絞り染め 0.00000018 +絞り込 0.00000037 +絞刑 0.00000009 +絞殺 0.00000028 +絞首 0.00000330 +絡 0.00000486 +絡ま 0.00000092 +絡まり 0.00000009 +絡まり合 0.00000009 +絡み 0.00000064 +絡みつ 0.00000018 +絡み合 0.00000183 +絡み合い 0.00000018 +絡め 0.00000046 +絡ん 0.00000009 +絢佳 0.00000009 +絢子 0.00000037 +絢爛 0.00000028 +絢香 0.00000009 +給 0.00000413 +給与 0.00000798 +給仕 0.00000238 +給仕人 0.00000028 +給仕服 0.00000009 +給仕長 0.00000009 +給付 0.00000578 +給料 0.00003512 +給水 0.00000064 +給水栓 0.00000009 +給油 0.00000156 +給湯 0.00000092 +給金 0.00000055 +給食 0.00000807 +給餌 0.00000028 +絨 0.00000009 +絨毯 0.00000046 +絨緞 0.00000009 +統べ 0.00000018 +統一 0.00001724 +統一体 0.00000009 +統制 0.00000587 +統合 0.00001119 +統帥 0.00000009 +統廃合 0.00000018 +統御 0.00000064 +統括 0.00000110 +統治 0.00001504 +統率 0.00000119 +統監 0.00000009 +統覚 0.00000009 +統計 0.00001568 +統轄 0.00000028 +絲山 0.00000018 +絵 0.00007419 +絵かき 0.00000018 +絵の具 0.00000092 +絵はがき 0.00000211 +絵付け 0.00000046 +絵入り 0.00000018 +絵合わせ 0.00000009 +絵図 0.00000018 +絵姿 0.00000018 +絵巻 0.00000110 +絵巻物 0.00000037 +絵師 0.00000110 +絵描き 0.00000037 +絵本 0.00000871 +絵札 0.00000018 +絵柄 0.00000101 +絵理子 0.00000009 +絵画 0.00002228 +絵皿 0.00000009 +絵空事 0.00000009 +絵筆 0.00000046 +絵美 0.00000092 +絵美子 0.00000018 +絵菜 0.00000312 +絵葉書 0.00000018 +絵詞 0.00000009 +絵都 0.00000009 +絵金 0.00000009 +絵馬 0.00000101 +絶 0.00001000 +絶え 0.00001632 +絶えだえ 0.00000009 +絶え絶え 0.00000009 +絶え間 0.00000633 +絶ち切 0.00000009 +絶て 0.00000009 +絶めつ 0.00000083 +絶や 0.00000174 +絶世 0.00000037 +絶交 0.00000055 +絶体 0.00000009 +絶倫 0.00000009 +絶句 0.00000018 +絶叫 0.00000128 +絶命 0.00000018 +絶品 0.00000055 +絶壁 0.00000037 +絶大 0.00000202 +絶好 0.00000688 +絶好調 0.00000046 +絶妙 0.00000183 +絶対 0.00008272 +絶後 0.00000018 +絶景 0.00000128 +絶望 0.00001412 +絶滅 0.00001541 +絶滅種 0.00000009 +絶版 0.00000064 +絶縁 0.00000055 +絶賛 0.00000367 +絶頂 0.00000211 +絶食 0.00000046 +絹 0.00000669 +絹ご 0.00000009 +絹さ 0.00000009 +絹ずれ 0.00000009 +絹代 0.00000018 +絹地 0.00000018 +絹布 0.00000009 +絹物 0.00000009 +絹状 0.00000009 +絹独特 0.00000009 +絹目 0.00000028 +絹糸 0.00000046 +絹織物 0.00000018 +継 0.00000459 +継ぎ 0.00000046 +継ぎ接ぎ 0.00000009 +継ぎ目 0.00000009 +継ぎ足 0.00000009 +継代 0.00000018 +継体 0.00000018 +継娘 0.00000028 +継承 0.00000660 +継母 0.00000073 +継父 0.00000037 +継目 0.00000018 +継続 0.00001770 +継起 0.00000028 +続 0.00016085 +続々 0.00000220 +続き 0.00000394 +続け 0.00026869 +続けれ 0.00000229 +続けろ 0.00000028 +続出 0.00000110 +続報 0.00000009 +続投 0.00000028 +続演 0.00000009 +続発 0.00000092 +続編 0.00000413 +続行 0.00000174 +綜合 0.00000083 +維持 0.00005062 +維新 0.00000459 +綱 0.00000422 +綱五郎 0.00000009 +綱吉 0.00000037 +綱引 0.00000009 +綱引き 0.00000055 +綱渡 0.00000009 +綱渡り 0.00000018 +綱要 0.00000009 +綱領 0.00000073 +網 0.00001440 +網中 0.00000009 +網島 0.00000009 +網戸 0.00000018 +網棚 0.00000018 +網点 0.00000009 +網焼き 0.00000009 +網状 0.00000009 +網目 0.00000028 +網羅 0.00000220 +網膜 0.00000303 +網走 0.00000018 +網通し 0.00000009 +網野 0.00000009 +綴 0.00000018 +綴じ 0.00000028 +綴じ込 0.00000009 +綴織り 0.00000009 +綵絵 0.00000009 +綺麗 0.00000101 +綾 0.00000018 +綾乃 0.00000009 +綾取り 0.00000037 +綾子 0.00000018 +綾戸 0.00000009 +綾瀬 0.00000037 +綿 0.00000348 +綿密 0.00000330 +綿布 0.00000018 +綿棒 0.00000018 +綿毛 0.00000018 +綿百 0.00000009 +綿矢 0.00000092 +綿糸 0.00000009 +綿織 0.00000009 +綿織物 0.00000009 +綿花 0.00000018 +綿製 0.00000009 +緊密 0.00000275 +緊張 0.00002513 +緊急 0.00002879 +緊着 0.00000009 +緊縮 0.00000018 +緊要 0.00000009 +緊迫 0.00000211 +緋 0.00000028 +緋寒 0.00000009 +緋色 0.00000055 +総 0.00003815 +総がかり 0.00000018 +総ナメ 0.00000018 +総一朗 0.00000009 +総会 0.00000972 +総会屋 0.00000009 +総会長 0.00000009 +総体 0.00000073 +総入れ 0.00000009 +総出 0.00000009 +総出演 0.00000028 +総出荷 0.00000009 +総則 0.00000009 +総力 0.00000028 +総動員 0.00000046 +総務 0.00000367 +総勢 0.00000147 +総収穫 0.00000009 +総収録 0.00000009 +総合 0.00002329 +総和 0.00000018 +総大将 0.00000009 +総婚 0.00000009 +総子 0.00000009 +総局 0.00000009 +総崩れ 0.00000009 +総工費 0.00000009 +総帥 0.00000028 +総当たり 0.00000073 +総得票 0.00000009 +総意 0.00000028 +総所要 0.00000009 +総括 0.00000083 +総指令 0.00000009 +総数 0.00000459 +総枠 0.00000009 +総武線 0.00000018 +総毛 0.00000009 +総滑走 0.00000009 +総理 0.00002274 +総病 0.00000009 +総省 0.00000284 +総督 0.00000119 +総研 0.00000018 +総社 0.00000018 +総称 0.00000147 +総立ち 0.00000083 +総統 0.00000339 +総興行 0.00000028 +総菜 0.00000028 +総裁 0.00000825 +総裁任期 0.00000009 +総計 0.00000083 +総試合 0.00000018 +総論 0.00000009 +総費用 0.00000009 +総賭 0.00000018 +総踊り 0.00000009 +総輸出 0.00000018 +総輸送 0.00000009 +総連係 0.00000009 +総重量 0.00000009 +総量 0.00000202 +総長 0.00001009 +総門 0.00000028 +総雨 0.00000009 +総雨量 0.00000009 +総領事 0.00000009 +総額 0.00001155 +緑 0.00003751 +緑化 0.00000037 +緑地 0.00000046 +緑城 0.00000018 +緑川 0.00000009 +緑柱 0.00000018 +緑樹 0.00000009 +緑綬 0.00000009 +緑膿菌 0.00000009 +緑色 0.00000816 +緑茶 0.00000541 +緑葉 0.00000055 +緑豆 0.00000037 +緑起 0.00000018 +緑金 0.00000018 +緑青 0.00000018 +緑黄 0.00000018 +緒 0.00000064 +緒川 0.00000037 +緒形 0.00000064 +緒方 0.00000101 +緒言 0.00000009 +緘 0.00000009 +緘口 0.00000018 +緘黙 0.00000009 +線 0.00007290 +線引き 0.00000037 +線描 0.00000009 +線溶系 0.00000009 +線維 0.00000037 +線路 0.00000596 +線路上 0.00000009 +線量 0.00000037 +線香 0.00000165 +締 0.00000009 +締ま 0.00000055 +締まり 0.00000018 +締め 0.00000963 +締めくく 0.00000266 +締めくくり 0.00000156 +締めくくる 0.00000018 +締めくくれ 0.00000009 +締めだ 0.00000009 +締めつけ 0.00000055 +締め上げ 0.00000009 +締め付け 0.00000110 +締め出 0.00000284 +締め出し 0.00000028 +締め切 0.00000046 +締め切り 0.00000706 +締め切り前 0.00000009 +締め合せ 0.00000009 +締め直 0.00000009 +締切 0.00000009 +締切り 0.00000009 +締約 0.00000064 +締結 0.00000413 +締金 0.00000009 +編 0.00000770 +編さん 0.00000046 +編み 0.00000028 +編みこ 0.00000009 +編み上げ 0.00000018 +編み出 0.00000128 +編み物 0.00000110 +編み直 0.00000009 +編み込 0.00000037 +編み込み 0.00000009 +編み針 0.00000055 +編め 0.00000009 +編ん 0.00000018 +編入 0.00000092 +編成 0.00000394 +編曲 0.00000055 +編機 0.00000009 +編物 0.00000009 +編笠 0.00000009 +編者 0.00000009 +編訳 0.00000009 +編隊 0.00000009 +編集 0.00003237 +緩 0.00000193 +緩め 0.00000321 +緩やか 0.00000312 +緩和 0.00001100 +緩急 0.00000009 +緩慢 0.00000028 +緩衝 0.00000037 +緩過ぎ 0.00000009 +緯 0.00000009 +緯度 0.00000119 +練 0.00000394 +練り 0.00000147 +練りこ 0.00000018 +練りこん 0.00000009 +練りたて 0.00000009 +練りわさび 0.00000018 +練り上げ 0.00000055 +練り固め 0.00000009 +練り歩 0.00000147 +練り込 0.00000028 +練乳 0.00000028 +練場 0.00000073 +練炭 0.00000009 +練習 0.00005988 +練行 0.00000028 +練馬 0.00000073 +緻密 0.00000110 +縁 0.00001146 +縁側 0.00000101 +縁反 0.00000009 +縁取 0.00000101 +縁取り 0.00000055 +縁故 0.00000009 +縁日 0.00000037 +縁石 0.00000101 +縁神獣 0.00000073 +縁組 0.00000275 +縁組み 0.00000037 +縁結び 0.00000046 +縁者 0.00000009 +縁談 0.00000028 +縁起 0.00000449 +縁遠 0.00000046 +縁飾り 0.00000018 +縄 0.00000376 +縄張り 0.00000055 +縄文 0.00000376 +縄目 0.00000009 +縄跳び 0.00000073 +縊 0.00000009 +縋 0.00000046 +縒り 0.00000009 +縛 0.00000853 +縛め 0.00000028 +縛り 0.00000018 +縛りあげ 0.00000009 +縛りつけ 0.00000083 +縛り上げ 0.00000009 +縛り上げれ 0.00000009 +縛り付け 0.00000101 +縛度 0.00000037 +縞 0.00000119 +縦 0.00000541 +縦列 0.00000009 +縦割り 0.00000028 +縦向 0.00000009 +縦周り 0.00000009 +縦型 0.00000018 +縦孔 0.00000009 +縦揺れ 0.00000018 +縦断 0.00000083 +縦書 0.00000018 +縦書き 0.00000055 +縦横 0.00000083 +縦深 0.00000009 +縦穴 0.00000055 +縦笛 0.00000018 +縦糸 0.00000009 +縦結び 0.00000018 +縦線 0.00000009 +縦縞 0.00000037 +縦貫道 0.00000009 +縦長 0.00000018 +縦隊 0.00000009 +縦隔 0.00000009 +縫 0.00000367 +縫い 0.00000193 +縫いこ 0.00000009 +縫いつけ 0.00000037 +縫い付け 0.00000009 +縫い取 0.00000009 +縫い取り 0.00000009 +縫い合わ 0.00000009 +縫い合わせ 0.00000073 +縫い込 0.00000028 +縫合 0.00000092 +縫物 0.00000009 +縫製 0.00000083 +縮 0.00000238 +縮ま 0.00000092 +縮み 0.00000055 +縮みあが 0.00000018 +縮め 0.00000293 +縮れ 0.00000009 +縮図 0.00000092 +縮小 0.00000779 +縮尺 0.00000046 +縮景 0.00000018 +縮約 0.00000009 +縺 0.00000018 +縺れ 0.00000018 +縺れ合 0.00000009 +繁 0.00000028 +繁劇 0.00000009 +繁忙 0.00000018 +繁忙期 0.00000018 +繁昌亭 0.00000055 +繁栄 0.00001779 +繁殖 0.00000688 +繁盛 0.00000385 +繁盛亭 0.00000009 +繁茂 0.00000009 +繁華 0.00000596 +繁雄 0.00000018 +繃帯 0.00000028 +繊布 0.00000009 +繊弱 0.00000009 +繊細 0.00001146 +繊維 0.00001000 +繋 0.00000055 +繋が 0.00000073 +繋がり 0.00000028 +繋ぎ止め 0.00000009 +繋げ 0.00000009 +繍 0.00000009 +織 0.00000248 +織り 0.00000165 +織りあげ 0.00000009 +織りな 0.00000037 +織り上げ 0.00000028 +織り物 0.00000018 +織り糸 0.00000018 +織り込 0.00000202 +織作家 0.00000009 +織女 0.00000009 +織女星 0.00000009 +織姫 0.00000018 +織姫星 0.00000009 +織布 0.00000009 +織機 0.00000018 +織物 0.00000275 +織田 0.00000798 +織部 0.00000028 +繕 0.00000083 +繕い 0.00000009 +繭 0.00000009 +繰 0.00000046 +繰り 0.00000055 +繰りかえ 0.00000018 +繰りひろげ 0.00000009 +繰り上げ 0.00000018 +繰り出 0.00000174 +繰り合わせ 0.00000009 +繰り帰 0.00000009 +繰り広げ 0.00000807 +繰り言 0.00000009 +繰り越せ 0.00000009 +繰り返 0.00004796 +繰り返し 0.00000348 +繰り返せ 0.00000028 +繰合せ 0.00000009 +繰返 0.00000028 +繻子 0.00000009 +續 0.00000018 +續素 0.00000009 +纏 0.00000064 +纏ま 0.00000009 +纏め 0.00000009 +纏わり 0.00000009 +纒 0.00000009 +纒向 0.00000028 +缶 0.00001201 +缶入り 0.00000073 +缶内 0.00000009 +缶切り 0.00000009 +缶底 0.00000009 +缶汁 0.00000009 +缶用 0.00000009 +缶詰 0.00000348 +缶詰め 0.00000046 +缶詰肉 0.00000009 +缶詰食品 0.00000055 +罠 0.00000220 +罪 0.00004906 +罪び 0.00000009 +罪人 0.00000110 +罪名 0.00000018 +罪悪 0.00000596 +罪深 0.00000119 +罪滅し 0.00000009 +罪状 0.00000138 +罪種 0.00000009 +罪行 0.00000009 +置 0.00013379 +置き 0.00000110 +置きかえ 0.00000018 +置きかけ 0.00000009 +置きかわ 0.00000018 +置きたまえ 0.00000009 +置き去り 0.00000514 +置き場 0.00000037 +置き引き 0.00000018 +置き換え 0.00000477 +置き換えれ 0.00000028 +置き換わ 0.00000055 +置き物 0.00000028 +置け 0.00000193 +置場 0.00000018 +置屋 0.00000037 +置換 0.00000028 +置物 0.00000101 +罰 0.00001412 +罰則 0.00000238 +罰当たり 0.00000009 +罰金 0.00001467 +署 0.00000990 +署名 0.00001577 +署名なし 0.00000009 +署員 0.00000028 +署長 0.00000092 +罵 0.00000303 +罵倒 0.00000083 +罵声 0.00000046 +罵詈 0.00000046 +罷り 0.00000009 +罷免 0.00000055 +罷免権 0.00000009 +罹 0.00000119 +罹患 0.00000367 +罹災 0.00000028 +罹病 0.00000009 +羅 0.00000028 +羅列 0.00000055 +羅宇 0.00000009 +羅生 0.00000110 +羅生門 0.00000064 +羅紗 0.00000018 +羅針 0.00000046 +羊 0.00001110 +羊一 0.00000009 +羊毛 0.00000073 +羊水 0.00000009 +羊渋滞 0.00000009 +羊皮 0.00000028 +羊約 0.00000009 +羊肉 0.00000073 +羊蹄 0.00000018 +羊蹄山 0.00000009 +羊飼 0.00000009 +羊飼い 0.00000275 +美 0.00001614 +美々し 0.00000009 +美し 0.00014361 +美ら 0.00000009 +美わ 0.00000009 +美ヶ原 0.00000009 +美一 0.00000009 +美也 0.00000018 +美人 0.00001568 +美代 0.00000009 +美代子 0.00000018 +美作 0.00000018 +美保 0.00000037 +美保子 0.00000009 +美内 0.00000009 +美加 0.00000018 +美化 0.00000128 +美味 0.00000128 +美味し 0.00000055 +美和 0.00000083 +美和子 0.00000028 +美咲 0.00000083 +美哉 0.00000028 +美喜 0.00000092 +美嘉 0.00000018 +美声 0.00000046 +美奈 0.00000037 +美女 0.00000477 +美姫 0.00000229 +美学 0.00000128 +美宇 0.00000009 +美容 0.00001348 +美少年 0.00000028 +美山 0.00000009 +美川 0.00000028 +美工 0.00000009 +美帆 0.00000018 +美形 0.00000028 +美徳 0.00000761 +美恵子 0.00000018 +美星 0.00000028 +美智也 0.00000009 +美智子 0.00000128 +美智雄 0.00000028 +美栄 0.00000018 +美樹 0.00000037 +美樹子 0.00000009 +美樹扮 0.00000009 +美津夫 0.00000009 +美清 0.00000009 +美濃 0.00000028 +美濃部 0.00000009 +美点 0.00000028 +美男 0.00000083 +美白 0.00000083 +美的 0.00000110 +美砂 0.00000009 +美神 0.00000018 +美穂 0.00000028 +美空 0.00000321 +美紀 0.00000046 +美肌 0.00000128 +美肌料 0.00000009 +美脚 0.00000018 +美術 0.00004888 +美観 0.00000064 +美誠 0.00000009 +美談 0.00000028 +美貌 0.00000358 +美貴 0.00000009 +美質 0.00000009 +美輪 0.00000018 +美辞 0.00000110 +美郷 0.00000009 +美醜 0.00000018 +美里 0.00000028 +美野島 0.00000009 +美順 0.00000018 +美顔 0.00000009 +美食 0.00000110 +美香 0.00000193 +美麗 0.00000009 +羞 0.00000009 +羞恥 0.00000055 +群 0.00002127 +群々 0.00000018 +群が 0.00000367 +群がり 0.00000009 +群れ 0.00000908 +群像 0.00000018 +群居 0.00000018 +群島 0.00000073 +群生 0.00000009 +群衆 0.00000761 +群長 0.00000009 +群雄 0.00000009 +群集 0.00000073 +群青色 0.00000009 +群馬 0.00000358 +羨 0.00000028 +羨まし 0.00000028 +羨望 0.00000147 +義 0.00000101 +義之 0.00000009 +義仁 0.00000018 +義侠 0.00000009 +義信 0.00000009 +義元 0.00000119 +義兄 0.00000174 +義則 0.00000009 +義勇 0.00000018 +義務 0.00004237 +義史 0.00000009 +義員 0.00000009 +義塾 0.00000101 +義央 0.00000028 +義央邸 0.00000009 +義妹 0.00000018 +義孝 0.00000009 +義弘 0.00000009 +義弟 0.00000009 +義彦 0.00000028 +義手 0.00000037 +義援 0.00000073 +義政 0.00000028 +義明 0.00000037 +義春 0.00000009 +義昭 0.00000009 +義歯 0.00000009 +義母 0.00000403 +義治 0.00000028 +義満 0.00000046 +義父 0.00000147 +義父母 0.00000037 +義珍 0.00000009 +義理 0.00000899 +義経 0.00000495 +義美 0.00000009 +義脚 0.00000046 +義行 0.00000018 +義裕 0.00000009 +義貞 0.00000009 +義賊 0.00000009 +義足 0.00000092 +義郎 0.00000009 +義隆 0.00000009 +義雄 0.00000083 +義龍 0.00000009 +羲之 0.00000018 +羹 0.00000009 +羽 0.00002430 +羽ば 0.00000018 +羽ばた 0.00000028 +羽ばたき 0.00000037 +羽交 0.00000037 +羽子 0.00000229 +羽子板 0.00000110 +羽島 0.00000028 +羽柴 0.00000028 +羽根 0.00000284 +羽毛 0.00000156 +羽生 0.00000009 +羽田 0.00000477 +羽目 0.00000385 +羽目板 0.00000037 +羽織 0.00000183 +羽翼 0.00000009 +羽音 0.00000046 +羽飾り 0.00000018 +羽鳥 0.00000018 +翌 0.00000183 +翌宵 0.00000009 +翌年 0.00000954 +翌日 0.00001962 +翌晩 0.00000028 +翌月 0.00000119 +翌朝 0.00000908 +翌朝夜 0.00000009 +翌週 0.00000101 +習 0.00003292 +習い 0.00000028 +習い事 0.00000138 +習え 0.00000064 +習わし 0.00000229 +習俗 0.00000046 +習合 0.00000028 +習字 0.00000101 +習得 0.00001559 +習志野 0.00000037 +習性 0.00000193 +習慣 0.00007556 +習慣づ 0.00000018 +習熟 0.00000018 +翔 0.00000037 +翔吟 0.00000018 +翔子 0.00000009 +翔平 0.00000009 +翔陽 0.00000009 +翔音 0.00000009 +翠 0.00000110 +翠峰 0.00000009 +翠玉 0.00000009 +翡翠 0.00000009 +翳 0.00000028 +翳り 0.00000018 +翻 0.00000101 +翻弄 0.00000220 +翻案 0.00000028 +翻訳 0.00004457 +翼 0.00001000 +翼下 0.00000009 +翼幅 0.00000046 +翼廊 0.00000009 +翼状 0.00000009 +翼竜 0.00000018 +翼賛 0.00000009 +翼長 0.00000009 +耀司 0.00000018 +老 0.00000734 +老い 0.00000715 +老いぼれ 0.00000073 +老い込 0.00000009 +老け 0.00000156 +老けこ 0.00000009 +老け込 0.00000009 +老ゴンザーロウ 0.00000018 +老ジェコブ 0.00000028 +老トム 0.00000009 +老ラリー 0.00000009 +老中 0.00000018 +老人 0.00003897 +老体 0.00000018 +老保守 0.00000009 +老僕 0.00000028 +老僧 0.00000018 +老先生 0.00000028 +老公 0.00000073 +老兵 0.00000055 +老化 0.00000385 +老司 0.00000018 +老君 0.00000009 +老女 0.00000073 +老婆 0.00000275 +老子 0.00000009 +老将 0.00000018 +老師 0.00000028 +老年 0.00000119 +老廃 0.00000138 +老廃物 0.00000018 +老後 0.00000468 +老成 0.00000009 +老木 0.00000018 +老朽 0.00000220 +老水 0.00000009 +老水夫 0.00000037 +老海 0.00000028 +老爺 0.00000055 +老牧 0.00000009 +老犬 0.00000055 +老猟 0.00000018 +老猿 0.00000009 +老獪 0.00000009 +老王 0.00000037 +老田 0.00000018 +老眼 0.00000028 +老管理 0.00000009 +老紳 0.00000156 +老紳士 0.00000101 +老練 0.00000046 +老舗 0.00000156 +老若 0.00000275 +老衰 0.00000037 +老軍 0.00000009 +老農夫 0.00000009 +老酒 0.00000009 +老鉱夫 0.00000009 +老院 0.00000092 +老齢 0.00000211 +考 0.00000028 +考え 0.00082349 +考えあわせ 0.00000009 +考えこ 0.00000202 +考えつ 0.00000092 +考えれ 0.00000935 +考えろ 0.00000083 +考え事 0.00000009 +考え付 0.00000092 +考え出 0.00000514 +考え合わせ 0.00000092 +考え合わせれ 0.00000009 +考え直 0.00000459 +考え込 0.00000348 +考古 0.00000459 +考古学 0.00000037 +考察 0.00000514 +考慮 0.00001926 +考査 0.00000028 +考案 0.00000697 +考証 0.00000009 +耄碌 0.00000018 +者 0.00169438 +而 0.00000055 +耐 0.00000046 +耐え 0.00003512 +耐えろ 0.00000018 +耐久 0.00000422 +耐容 0.00000009 +耐性 0.00000459 +耐水 0.00000018 +耐洗 0.00000009 +耐火 0.00000028 +耐熱 0.00000284 +耐用 0.00000009 +耐病 0.00000018 +耐薬 0.00000009 +耐衝 0.00000009 +耐震 0.00000110 +耐食 0.00000009 +耕 0.00000257 +耕す 0.00000018 +耕せ 0.00000009 +耕や 0.00000009 +耕一 0.00000092 +耕介 0.00000009 +耕作 0.00000128 +耕作用 0.00000009 +耕地 0.00000055 +耕太郎 0.00000009 +耳 0.00008006 +耳かき 0.00000009 +耳ざわり 0.00000028 +耳た 0.00000009 +耳たぶ 0.00000018 +耳なし 0.00000009 +耳もと 0.00000009 +耳下 0.00000018 +耳元 0.00000156 +耳寄り 0.00000028 +耳当て 0.00000009 +耳慣れ 0.00000018 +耳打 0.00000009 +耳打ち 0.00000073 +耳持 0.00000009 +耳栓 0.00000046 +耳石 0.00000009 +耳立 0.00000009 +耳管 0.00000009 +耳触り 0.00000009 +耳障り 0.00000083 +耳飾り 0.00000009 +耳鳴り 0.00000037 +耳鼻 0.00000018 +耽 0.00000018 +耽溺者 0.00000009 +耿 0.00000009 +聖 0.00001293 +聖な 0.00000128 +聖シュテファン 0.00000009 +聖ルカ 0.00000018 +聖一 0.00000009 +聖下 0.00000018 +聖人 0.00000238 +聖伝 0.00000009 +聖体 0.00000018 +聖修 0.00000009 +聖公会 0.00000028 +聖典 0.00000028 +聖務 0.00000009 +聖句 0.00000064 +聖地 0.00000376 +聖域 0.00000055 +聖堂 0.00000229 +聖墳 0.00000009 +聖壇 0.00000018 +聖女 0.00000009 +聖子 0.00000211 +聖徒 0.00000183 +聖徳 0.00000193 +聖心 0.00000028 +聖戦 0.00000046 +聖書 0.00001036 +聖望 0.00000009 +聖杯 0.00000055 +聖歌 0.00000128 +聖武 0.00000055 +聖母 0.00000119 +聖母像 0.00000009 +聖母子 0.00000009 +聖水 0.00000018 +聖油 0.00000009 +聖火 0.00000431 +聖物 0.00000009 +聖画像 0.00000009 +聖矢 0.00000009 +聖福寺 0.00000009 +聖経典 0.00000009 +聖者 0.00000128 +聖職 0.00000459 +聖遺物 0.00000028 +聖闘 0.00000009 +聖降 0.00000569 +聖降誕 0.00000064 +聖陽 0.00000009 +聖霊 0.00000083 +聖餐 0.00000083 +聚楽 0.00000037 +聞 0.00040321 +聞え 0.00000348 +聞か 0.00000523 +聞かせ 0.00000018 +聞き 0.00000770 +聞きごたえ 0.00000009 +聞きつけ 0.00000073 +聞きと 0.00000018 +聞き入 0.00000055 +聞き入れ 0.00000046 +聞き出 0.00000018 +聞き出せ 0.00000009 +聞き分け 0.00000037 +聞き取 0.00000238 +聞き取り 0.00000183 +聞き取れ 0.00000514 +聞き合 0.00000009 +聞き回 0.00000009 +聞き手 0.00000284 +聞き捨て 0.00000055 +聞き流 0.00000009 +聞き漏ら 0.00000018 +聞き直 0.00000018 +聞き込 0.00000018 +聞き込み 0.00000028 +聞き返 0.00000083 +聞き逃 0.00000009 +聞き飽き 0.00000009 +聞け 0.00000624 +聞こえ 0.00007299 +聞こえれ 0.00000009 +聞こし 0.00000009 +聟島 0.00000028 +聡 0.00000046 +聡一 0.00000220 +聡一郎 0.00000009 +聡子 0.00000009 +聡明 0.00000257 +聡美 0.00000009 +聯 0.00000009 +聰 0.00000018 +聰明 0.00000009 +聰演 0.00000009 +聲明 0.00000009 +聳え 0.00000028 +聴 0.00001999 +聴か 0.00000009 +聴き 0.00000037 +聴き手 0.00000009 +聴け 0.00000092 +聴こえ 0.00000028 +聴力 0.00000101 +聴取 0.00000138 +聴手 0.00000009 +聴者 0.00000028 +聴聞 0.00000083 +聴衆 0.00000798 +聴覚 0.00000348 +聴解 0.00000009 +聴診 0.00000055 +聴読 0.00000073 +聴講 0.00000037 +聴音 0.00000009 +職 0.00003237 +職人 0.00001669 +職位 0.00000009 +職分 0.00000028 +職務 0.00000954 +職員 0.00003485 +職域 0.00000037 +職場 0.00003164 +職安 0.00000018 +職層 0.00000009 +職工 0.00000028 +職工長 0.00000009 +職探 0.00000009 +職探し 0.00000110 +職業 0.00003641 +職業替え 0.00000009 +職権 0.00000046 +職歴 0.00000211 +職種 0.00000477 +職能 0.00000018 +職責 0.00000037 +職長 0.00000018 +聾 0.00000009 +肇 0.00000009 +肉 0.00004136 +肉け 0.00000009 +肉じゃ 0.00000009 +肉じゃが 0.00000028 +肉まん 0.00000028 +肉一 0.00000018 +肉付き 0.00000018 +肉体 0.00002311 +肉入り 0.00000009 +肉切 0.00000028 +肉厚 0.00000028 +肉叉 0.00000009 +肉団子 0.00000009 +肉声 0.00000009 +肉屋 0.00000193 +肉感 0.00000018 +肉慾 0.00000009 +肉桂 0.00000009 +肉欲 0.00000028 +肉気 0.00000009 +肉汁 0.00000092 +肉片 0.00000055 +肉牛 0.00000018 +肉球 0.00000009 +肉用 0.00000018 +肉的 0.00000009 +肉眼 0.00000101 +肉筆 0.00000009 +肉筆画 0.00000009 +肉腫 0.00000009 +肉色 0.00000009 +肉薄 0.00000009 +肉親 0.00000183 +肉詰め 0.00000018 +肉質 0.00000009 +肉離れ 0.00000009 +肉類 0.00000064 +肉食 0.00000229 +肉饅 0.00000018 +肋材 0.00000009 +肋骨 0.00000064 +肌 0.00004668 +肌づくり 0.00000009 +肌剃 0.00000009 +肌寒 0.00000083 +肌水 0.00000009 +肌深 0.00000009 +肌着 0.00000092 +肌立 0.00000009 +肌色 0.00000028 +肌荒れ 0.00000138 +肌触 0.00000009 +肌触り 0.00000110 +肌質 0.00000018 +肌身 0.00000028 +肖像 0.00000752 +肘 0.00000367 +肘打ち 0.00000018 +肘折 0.00000018 +肘掛 0.00000083 +肘掛け 0.00000064 +肘鉄 0.00000009 +肚 0.00000009 +肛門 0.00000018 +肝 0.00000449 +肝っ 0.00000009 +肝内 0.00000009 +肝心 0.00000715 +肝油 0.00000156 +肝炎 0.00000174 +肝癌 0.00000018 +肝移植 0.00000009 +肝臓 0.00000532 +肝臓内 0.00000009 +肝臓病 0.00000018 +肝要 0.00000183 +肝試し 0.00000018 +股 0.00000138 +股割り 0.00000018 +股引 0.00000009 +股旅 0.00000028 +肢 0.00001495 +肢体 0.00000073 +肢間 0.00000009 +肥 0.00000138 +肥え 0.00000110 +肥し 0.00000009 +肥ぶ 0.00000009 +肥や 0.00000073 +肥やし 0.00000009 +肥厚 0.00000009 +肥大 0.00000128 +肥料 0.00000284 +肥桶 0.00000009 +肥沃 0.00000110 +肥満 0.00001926 +肥満体 0.00000018 +肥満児 0.00000009 +肥満外科学 0.00000009 +肥満学会 0.00000009 +肥立ち 0.00000009 +肥茶 0.00000009 +肩 0.00003430 +肩ごし 0.00000028 +肩代わり 0.00000092 +肩先 0.00000018 +肩凝 0.00000064 +肩凝り 0.00000211 +肩周り 0.00000009 +肩幅 0.00000064 +肩掛け 0.00000046 +肩撃 0.00000009 +肩書 0.00000431 +肩書き 0.00000073 +肩書なし 0.00000009 +肩甲骨 0.00000018 +肩肉 0.00000018 +肩肘 0.00000009 +肩身 0.00000073 +肩車 0.00000073 +肪 0.00000101 +肪酸 0.00000028 +肯定 0.00000779 +肯定論 0.00000009 +肱 0.00000028 +肱掛 0.00000037 +育 0.00004567 +育ち 0.00000422 +育ち盛り 0.00000037 +育っ 0.00000009 +育て 0.00005089 +育てれ 0.00000018 +育てん 0.00000009 +育て上げ 0.00000055 +育児 0.00000926 +育成 0.00000862 +育毛 0.00000073 +育種 0.00000037 +育英 0.00000028 +肴 0.00000009 +肺 0.00001165 +肺活量 0.00000009 +肺炎 0.00000559 +肺病 0.00000018 +肺癌 0.00000312 +肺臓 0.00000009 +肺葉 0.00000009 +肺野 0.00000018 +胃 0.00000770 +胃内 0.00000009 +胃切 0.00000018 +胃切除 0.00000009 +胃弱 0.00000018 +胃散 0.00000046 +胃液 0.00000009 +胃炎 0.00000009 +胃病 0.00000009 +胃痛 0.00000073 +胃癌 0.00000183 +胃腸 0.00000083 +胃薬 0.00000009 +胃袋 0.00000101 +胃酸 0.00000009 +胆 0.00000028 +胆嚢 0.00000028 +胆汁 0.00000018 +胆石 0.00000009 +胆管 0.00000009 +胆道 0.00000009 +背 0.00003265 +背く 0.00000009 +背け 0.00000119 +背びれ 0.00000009 +背わた 0.00000018 +背丈 0.00000211 +背上 0.00000009 +背中 0.00002201 +背伸び 0.00000055 +背信 0.00000055 +背嚢 0.00000018 +背広 0.00000202 +背後 0.00000990 +背徳 0.00000009 +背景 0.00003705 +背格好 0.00000028 +背水 0.00000028 +背泳 0.00000018 +背泳ぎ 0.00000147 +背甲 0.00000037 +背筋 0.00000266 +背負 0.00000899 +背部 0.00000018 +背面 0.00000018 +背骨 0.00000138 +胎便 0.00000009 +胎児 0.00000431 +胎内 0.00000046 +胎動 0.00000009 +胎教 0.00000009 +胎生 0.00000009 +胎盤 0.00000028 +胎芽 0.00000009 +胚 0.00000220 +胚性 0.00000018 +胚胎 0.00000009 +胚芽 0.00000073 +胚芽米 0.00000009 +胞 0.00000009 +胞子 0.00000009 +胞輩 0.00000009 +胡 0.00000147 +胡弓 0.00000018 +胡散 0.00000018 +胡桃 0.00000028 +胡椒 0.00000018 +胡麻 0.00000009 +胴 0.00000119 +胴上げ 0.00000156 +胴中 0.00000009 +胴体 0.00000358 +胴元 0.00000009 +胴回 0.00000028 +胴回り 0.00000073 +胴打ち 0.00000009 +胴服 0.00000018 +胴着 0.00000018 +胴衣 0.00000128 +胴鎧 0.00000009 +胴長 0.00000009 +胸 0.00004457 +胸ぐら 0.00000009 +胸中 0.00000055 +胸像 0.00000055 +胸元 0.00000055 +胸先 0.00000009 +胸周り 0.00000009 +胸壁 0.00000055 +胸幅 0.00000009 +胸当て 0.00000092 +胸板 0.00000018 +胸毛 0.00000055 +胸水 0.00000046 +胸深 0.00000009 +胸焼け 0.00000028 +胸痛 0.00000083 +胸算 0.00000009 +胸肉 0.00000046 +胸腔 0.00000009 +胸膜 0.00000018 +胸落 0.00000009 +胸裡 0.00000037 +胸踊 0.00000009 +胸躍 0.00000037 +胸部 0.00000128 +胸騒 0.00000009 +胸騒ぎ 0.00000018 +胸骨 0.00000028 +胼胝 0.00000009 +能 0.00001513 +能代 0.00000018 +能力 0.00010482 +能動 0.00000009 +能書 0.00000009 +能森 0.00000009 +能楽 0.00000183 +能楽堂 0.00000037 +能楽師 0.00000009 +能楽界 0.00000009 +能津 0.00000046 +能活 0.00000028 +能率 0.00000229 +能登 0.00000110 +能管 0.00000018 +能美 0.00000009 +能見正 0.00000009 +能面 0.00000028 +脂 0.00000312 +脂ぎ 0.00000055 +脂っこ 0.00000092 +脂っこく 0.00000018 +脂布 0.00000018 +脂性 0.00000009 +脂肪 0.00001953 +脂肪分 0.00000009 +脂質 0.00000073 +脂身 0.00000083 +脂身なし 0.00000009 +脅 0.00000523 +脅え 0.00000055 +脅か 0.00001229 +脅し 0.00000394 +脅しつけ 0.00000018 +脅す 0.00000009 +脅せ 0.00000009 +脅や 0.00000028 +脅嚇 0.00000009 +脅威 0.00001880 +脅迫 0.00000440 +脆 0.00000046 +脆弱 0.00000211 +脇 0.00000990 +脇下 0.00000009 +脇島 0.00000018 +脇差 0.00000009 +脇役 0.00000110 +脇役陣 0.00000009 +脇目 0.00000018 +脇腹 0.00000064 +脇見 0.00000028 +脇道 0.00000046 +脈 0.00000128 +脈々 0.00000046 +脈動 0.00000064 +脈打 0.00000073 +脈拍 0.00000055 +脈搏 0.00000009 +脈管 0.00000009 +脈絡 0.00000018 +脊 0.00000028 +脊中 0.00000009 +脊伸び 0.00000009 +脊柱 0.00000064 +脊椎 0.00000101 +脊髄 0.00000211 +脊髄膜 0.00000009 +脚 0.00002687 +脚光 0.00000303 +脚力 0.00000009 +脚本 0.00001467 +脚湯 0.00000009 +脚環 0.00000009 +脚線 0.00000009 +脚肉 0.00000018 +脚腰 0.00000018 +脚色 0.00000092 +脚覆 0.00000009 +脚首 0.00000018 +脚^ 0.00000009 +脛 0.00000028 +脩 0.00000055 +脩平 0.00000009 +脱 0.00001678 +脱ぎ 0.00000055 +脱ぎ捨て 0.00000119 +脱ぐ 0.00000009 +脱け 0.00000009 +脱け出 0.00000055 +脱け出せ 0.00000018 +脱け殻 0.00000009 +脱げ 0.00000055 +脱亜 0.00000028 +脱兎 0.00000009 +脱出 0.00000853 +脱出口 0.00000009 +脱出用 0.00000009 +脱力 0.00000009 +脱北 0.00000064 +脱却 0.00000193 +脱帽 0.00000064 +脱毛 0.00000284 +脱水 0.00000156 +脱獄 0.00000046 +脱皮 0.00000028 +脱税 0.00000128 +脱穀 0.00000009 +脱線 0.00000211 +脱脂 0.00000009 +脱臭 0.00000046 +脱臼 0.00000037 +脱色 0.00000018 +脱落 0.00000193 +脱藩 0.00000046 +脱衣 0.00000064 +脱走 0.00000202 +脱走兵 0.00000009 +脱輪 0.00000009 +脱退 0.00000348 +脳 0.00004347 +脳内 0.00000238 +脳切開器 0.00000009 +脳味噌 0.00000037 +脳回 0.00000009 +脳天 0.00000018 +脳室 0.00000018 +脳幹 0.00000046 +脳性 0.00000018 +脳振 0.00000009 +脳振とう 0.00000009 +脳死 0.00000147 +脳波 0.00000202 +脳波計 0.00000018 +脳消耗 0.00000009 +脳炎 0.00000046 +脳発作 0.00000009 +脳裏 0.00000193 +脳震 0.00000009 +脳震盪 0.00000009 +脳髄 0.00000018 +脹脛 0.00000009 +脾弱 0.00000009 +脾臓 0.00000055 +腋 0.00000028 +腎 0.00000248 +腎臓 0.00000559 +腐 0.00000569 +腐ら 0.00000009 +腐れ 0.00000009 +腐敗 0.00000706 +腐爛 0.00000009 +腐蝕 0.00000009 +腐食 0.00000202 +腑 0.00000037 +腑抜け 0.00000009 +腓 0.00000028 +腓骨 0.00000009 +腕 0.00005007 +腕っぷし 0.00000009 +腕先 0.00000009 +腕利き 0.00000009 +腕前 0.00000238 +腕力 0.00000037 +腕押し 0.00000009 +腕架 0.00000009 +腕白 0.00000009 +腕立て 0.00000055 +腕章 0.00000018 +腕組み 0.00000055 +腕試し 0.00000018 +腕輪 0.00000037 +腕首 0.00000028 +腫 0.00000147 +腫ら 0.00000018 +腫れ 0.00000275 +腫れあが 0.00000009 +腫れ上が 0.00000037 +腫大 0.00000018 +腫大した 0.00000009 +腫瘍 0.00001183 +腫瘤 0.00000119 +腫脹 0.00000009 +腰 0.00003127 +腰かけ 0.00000037 +腰もと 0.00000009 +腰回り 0.00000018 +腰帯 0.00000018 +腰折れ 0.00000009 +腰抜 0.00000009 +腰抜け 0.00000028 +腰掛 0.00000018 +腰掛け 0.00000532 +腰掛けさ 0.00000009 +腰掛と 0.00000009 +腰板 0.00000009 +腰椎 0.00000046 +腰痛 0.00000202 +腰蓑 0.00000009 +腰車 0.00000009 +腰部 0.00000009 +腱 0.00000018 +腱鞘 0.00000009 +腸 0.00000385 +腸内 0.00000083 +腸屑 0.00000009 +腸癌 0.00000009 +腸管 0.00000018 +腸詰 0.00000018 +腸詰め 0.00000009 +腹 0.00003494 +腹いせ 0.00000028 +腹だたし 0.00000009 +腹ばい 0.00000046 +腹ぺこ 0.00000055 +腹ぺこの 0.00000009 +腹ペコ 0.00000018 +腹ン 0.00000009 +腹側 0.00000009 +腹八 0.00000018 +腹切り 0.00000037 +腹式 0.00000028 +腹心 0.00000055 +腹水 0.00000028 +腹減 0.00000028 +腹甲 0.00000028 +腹症 0.00000009 +腹痛 0.00000211 +腹積り 0.00000009 +腹立 0.00000018 +腹立たし 0.00000183 +腹立ち 0.00000009 +腹筋 0.00000055 +腹腔 0.00000064 +腹膜 0.00000046 +腹芸 0.00000009 +腹蔵 0.00000009 +腹袋 0.00000009 +腹話 0.00000018 +腹違い 0.00000018 +腹部 0.00000183 +腹音 0.00000009 +腹黒 0.00000009 +腺 0.00000477 +腺炎 0.00000018 +腺癌 0.00000018 +腺筋 0.00000009 +腿 0.00000101 +腿肉 0.00000009 +膀胱 0.00000275 +膏 0.00000018 +膏薬 0.00000009 +膜 0.00000138 +膜板 0.00000009 +膝 0.00001495 +膝上 0.00000037 +膝下 0.00000037 +膝当て 0.00000009 +膝掛け 0.00000009 +膝曲げ 0.00000009 +膝栗毛 0.00000028 +膝蹴り 0.00000009 +膠 0.00000073 +膠泥 0.00000009 +膠着 0.00000046 +膠腫 0.00000046 +膠芽 0.00000064 +膠芽腫 0.00000009 +膣 0.00000018 +膣内 0.00000028 +膣鏡 0.00000018 +膨ら 0.00000486 +膨れ 0.00000064 +膨れ上が 0.00000193 +膨大 0.00000963 +膨張 0.00000156 +膨満 0.00000009 +膨脹 0.00000009 +膳 0.00000083 +膳据え膳 0.00000009 +膳立て 0.00000046 +膳部 0.00000009 +膳食 0.00000018 +膵癌 0.00000055 +膵管 0.00000028 +膵胆管 0.00000009 +膵臓 0.00000147 +膾炙 0.00000009 +膿 0.00000037 +膿尿 0.00000009 +膿漏 0.00000009 +膿瘍 0.00000046 +膿胞 0.00000009 +臀 0.00000018 +臀位 0.00000009 +臀部 0.00000018 +臆 0.00000037 +臆測 0.00000156 +臆病 0.00001128 +臆見 0.00000009 +臆面 0.00000028 +臓 0.00000009 +臓器 0.00000779 +臓炎 0.00000009 +臓物 0.00000009 +臓癌 0.00000009 +臣下 0.00000064 +臣従 0.00000009 +臣民 0.00000385 +臥 0.00000037 +臥薪 0.00000009 +臥龍 0.00000009 +臨 0.00000486 +臨め 0.00000092 +臨場 0.00000092 +臨席 0.00000009 +臨床 0.00001073 +臨時 0.00000330 +臨機 0.00000110 +臨死 0.00000018 +臨津 0.00000009 +臨派 0.00000009 +臨海 0.00000037 +臨済 0.00000028 +臨界 0.00000083 +臨終 0.00000064 +自 0.00000165 +自ず 0.00000147 +自ずから 0.00000018 +自ら 0.00006410 +自・ 0.00000009 +自与え 0.00000009 +自主 0.00000559 +自他 0.00000009 +自任 0.00000009 +自伝 0.00000248 +自体 0.00002357 +自余 0.00000018 +自作 0.00000266 +自作品 0.00000009 +自供 0.00000028 +自信 0.00005300 +自働 0.00000018 +自儘 0.00000009 +自党 0.00000018 +自刃 0.00000018 +自分 0.00120167 +自制 0.00000413 +自前 0.00000083 +自力 0.00000403 +自助 0.00000083 +自動 0.00010592 +自叙 0.00000110 +自問 0.00000385 +自営 0.00000073 +自営業 0.00000110 +自嘲 0.00000028 +自国 0.00003347 +自在 0.00000248 +自大 0.00000009 +自失 0.00000046 +自好き 0.00000009 +自宅 0.00003714 +自宗 0.00000009 +自室 0.00000128 +自害 0.00000073 +自家 0.00000321 +自寝 0.00000009 +自尊 0.00000486 +自屈 0.00000009 +自島 0.00000009 +自工 0.00000018 +自己 0.00004677 +自店 0.00000018 +自律 0.00000183 +自得 0.00000403 +自惚 0.00000018 +自惚れ 0.00000009 +自意識 0.00000046 +自愛 0.00000028 +自慢 0.00001807 +自慰 0.00000018 +自我 0.00000312 +自戒 0.00000028 +自持 0.00000009 +自損 0.00000009 +自文化 0.00000037 +自明 0.00000275 +自暴 0.00000101 +自校 0.00000009 +自棄 0.00000110 +自業 0.00000403 +自殺 0.00002815 +自民 0.00002522 +自決 0.00000055 +自治 0.00002779 +自活 0.00000037 +自浄 0.00000009 +自滅 0.00000073 +自演 0.00000028 +自炊 0.00000046 +自然 0.00015342 +自爆 0.00000183 +自生 0.00000092 +自由 0.00016901 +自由ケ丘 0.00000009 +自画 0.00000110 +自発 0.00000459 +自白 0.00000110 +自知 0.00000009 +自社 0.00000981 +自称 0.00000266 +自立 0.00001366 +自筆 0.00000064 +自答 0.00000110 +自粛 0.00000092 +自給 0.00000504 +自習 0.00000083 +自腹 0.00000083 +自自 0.00000009 +自著 0.00000018 +自薦 0.00000028 +自藩 0.00000009 +自虐 0.00000018 +自衛 0.00003145 +自覚 0.00000862 +自証 0.00000009 +自認 0.00000064 +自説 0.00000055 +自警 0.00000009 +自負 0.00000229 +自販 0.00000110 +自責 0.00000055 +自費 0.00000156 +自賛 0.00000055 +自走 0.00000046 +自足 0.00000119 +自身 0.00019349 +自軍 0.00000138 +自転 0.00004062 +自適 0.00000018 +自邸 0.00000009 +自重 0.00000009 +自閉 0.00000679 +自陣 0.00000009 +自首 0.00000092 +臭 0.00000844 +臭い 0.00000266 +臭み 0.00000018 +臭気 0.00000028 +臭覚 0.00000009 +至 0.00003962 +至ら 0.00000009 +至り 0.00000073 +至る 0.00000028 +至る所 0.00000028 +至れ 0.00000018 +至上 0.00000165 +至便 0.00000009 +至宝 0.00000009 +至当 0.00000009 +至急 0.00000459 +至時 0.00000083 +至極 0.00000156 +至福 0.00000110 +至近 0.00000046 +至難 0.00000193 +至高 0.00000055 +致 0.00009225 +致命 0.00000514 +致死 0.00000293 +致死傷 0.00000009 +致死罪 0.00000009 +致道 0.00000009 +臼 0.00000083 +臼井 0.00000018 +臼杵 0.00000009 +臼田 0.00000055 +興 0.00000220 +興が 0.00000009 +興ざめ 0.00000009 +興じ 0.00000028 +興亡 0.00000009 +興信 0.00000009 +興南 0.00000165 +興味 0.00015259 +興奮 0.00002989 +興奮度 0.00000009 +興恵 0.00000009 +興梠 0.00000009 +興業 0.00000293 +興毅 0.00000064 +興産 0.00000046 +興福 0.00000055 +興福寺 0.00000037 +興行 0.00000752 +興趣 0.00000009 +興銀 0.00000018 +舌 0.00001009 +舌なめずり 0.00000018 +舌下 0.00000009 +舌側 0.00000009 +舌先 0.00000009 +舌打ち 0.00000018 +舌触 0.00000018 +舌触り 0.00000009 +舌鋒 0.00000009 +舌鼓 0.00000037 +舎 0.00000119 +舎利 0.00000009 +舎前 0.00000009 +舎外科 0.00000009 +舎監 0.00000009 +舐め 0.00000018 +舗石 0.00000009 +舗装 0.00000193 +舗道 0.00000110 +舘 0.00000028 +舘内 0.00000028 +舘暲 0.00000009 +舛東欧 0.00000009 +舜臣 0.00000009 +舞 0.00000633 +舞い 0.00000413 +舞いおり 0.00000018 +舞い上が 0.00000266 +舞い落ち 0.00000009 +舞い込 0.00000092 +舞え 0.00000009 +舞か 0.00000009 +舞上げ 0.00000009 +舞原 0.00000055 +舞台 0.00005603 +舞妓 0.00000312 +舞姫 0.00000028 +舞子 0.00000009 +舞曲 0.00000009 +舞楽 0.00000009 +舞浜 0.00000009 +舞踊 0.00000798 +舞踊団 0.00000009 +舞踊手 0.00000009 +舞踏 0.00000807 +舞踏会 0.00000018 +舞踏場 0.00000009 +舞鶴 0.00000009 +舟 0.00000587 +舟べり 0.00000018 +舟型 0.00000009 +舟形 0.00000037 +舟橋 0.00000037 +舟渡海水 0.00000018 +航 0.00000092 +航天局 0.00000009 +航平 0.00000028 +航法 0.00000009 +航海 0.00001522 +航海士 0.00000147 +航海術 0.00000018 +航空 0.00006373 +航続 0.00000018 +航行 0.00000312 +航路 0.00000266 +舳 0.00000009 +舳先 0.00000009 +舵 0.00000293 +舵取り 0.00000073 +舵手 0.00000037 +舵車 0.00000009 +舶来 0.00000009 +舷 0.00000009 +舷側 0.00000037 +舷窓 0.00000018 +船 0.00013132 +船べ 0.00000009 +船べり 0.00000083 +船上 0.00000211 +船主 0.00000046 +船乗 0.00000018 +船乗り 0.00000880 +船人 0.00000018 +船体 0.00000128 +船便 0.00000128 +船倉 0.00000037 +船内 0.00000156 +船出 0.00000238 +船化 0.00000009 +船医 0.00000037 +船友 0.00000009 +船員 0.00000926 +船団 0.00000092 +船坑 0.00000009 +船外 0.00000321 +船客 0.00000037 +船室 0.00000257 +船尾 0.00000321 +船底 0.00000073 +船形 0.00000009 +船影 0.00000009 +船旅 0.00000119 +船木 0.00000037 +船板 0.00000009 +船梁 0.00000009 +船橋 0.00000037 +船渡 0.00000018 +船用 0.00000009 +船着き 0.00000028 +船祭り 0.00000009 +船積み 0.00000028 +船端 0.00000009 +船舶 0.00000229 +船舶数 0.00000009 +船賃 0.00000009 +船越 0.00000018 +船足 0.00000018 +船造り 0.00000009 +船遊び 0.00000018 +船酔い 0.00000055 +船長 0.00003191 +船頭 0.00000046 +船首 0.00000330 +艇 0.00000128 +艘 0.00000064 +艦 0.00000367 +艦と 0.00000009 +艦内 0.00000009 +艦砲 0.00000018 +艦船 0.00000138 +艦艇 0.00000028 +艦衝突 0.00000009 +艦載 0.00000018 +艦長 0.00000101 +艦隊 0.00000193 +艫 0.00000018 +良 0.00039790 +良き 0.00000009 +良く 0.00000587 +良さ 0.00000293 +良し 0.00000119 +良しあし 0.00000064 +良一 0.00000128 +良三 0.00000009 +良人 0.00000037 +良介 0.00000009 +良品 0.00000046 +良太郎 0.00000018 +良好 0.00000477 +良妻 0.00000083 +良子 0.00000046 +良家 0.00000037 +良寛 0.00000018 +良平 0.00000009 +良幸 0.00000009 +良心 0.00001009 +良性 0.00000028 +良書 0.00000009 +良治 0.00000037 +良港 0.00000018 +良策 0.00000009 +良縁 0.00000028 +良英 0.00000009 +良薬 0.00000055 +良識 0.00000156 +良質 0.00000477 +良雄 0.00000028 +艱難 0.00000028 +色 0.00010482 +色々 0.00000037 +色あい 0.00000009 +色あせ 0.00000028 +色つ 0.00000009 +色づ 0.00000110 +色づけ 0.00000028 +色丹 0.00000018 +色丹島 0.00000009 +色事 0.00000009 +色付 0.00000009 +色付け 0.00000018 +色使 0.00000009 +色使い 0.00000028 +色分け 0.00000073 +色別 0.00000009 +色刷り 0.00000009 +色即 0.00000009 +色取り取り 0.00000009 +色合 0.00000018 +色合い 0.00000303 +色名 0.00000018 +色嫌 0.00000009 +色彩 0.00000569 +色恋 0.00000018 +色数 0.00000009 +色柄 0.00000037 +色欲 0.00000018 +色気 0.00000092 +色沢 0.00000009 +色濃 0.00000101 +色物 0.00000018 +色男 0.00000064 +色白 0.00000083 +色盛り 0.00000009 +色目 0.00000055 +色直し 0.00000018 +色相 0.00000009 +色眼 0.00000046 +色紙 0.00000046 +色素 0.00000119 +色艶 0.00000009 +色落ち 0.00000018 +色褪 0.00000009 +色覚 0.00000009 +色調 0.00000101 +色違い 0.00000046 +色野菜 0.00000018 +色鉛筆 0.00000009 +色香 0.00000009 +色黒 0.00000055 +艶 0.00000037 +艶っぽ 0.00000009 +艶め 0.00000009 +艶や 0.00000009 +艶やか 0.00000037 +艶出 0.00000009 +艶子 0.00000037 +艶書 0.00000009 +艶話 0.00000009 +芋 0.00000073 +芋づる 0.00000009 +芋掘り 0.00000009 +芋粥 0.00000009 +芋類 0.00000009 +芙美子 0.00000018 +芝 0.00000128 +芝刈り 0.00000046 +芝地 0.00000193 +芝居 0.00001862 +芝庭 0.00000009 +芝浦 0.00000028 +芝生 0.00000807 +芝草 0.00000009 +芥子 0.00000009 +芥川 0.00000403 +芦ノ 0.00000028 +芦ノ湖 0.00000055 +芦ノ牧 0.00000018 +芦刈 0.00000009 +芦田 0.00000009 +芭蕉 0.00000174 +芯 0.00000293 +花 0.00007520 +花々 0.00000147 +花か 0.00000009 +花ざか 0.00000009 +花ぞの 0.00000018 +花だん 0.00000018 +花の毒 0.00000009 +花びら 0.00000284 +花よめ 0.00000046 +花之 0.00000009 +花伝 0.00000009 +花伝書 0.00000009 +花冠 0.00000018 +花卉 0.00000009 +花卸売 0.00000009 +花君 0.00000009 +花咲 0.00000083 +花器 0.00000009 +花園 0.00000083 +花壇 0.00000220 +花婿 0.00000266 +花嫁 0.00000871 +花子 0.00000147 +花屋 0.00000083 +花岡 0.00000147 +花崗 0.00000046 +花巻 0.00000064 +花市 0.00000009 +花床 0.00000018 +花店 0.00000018 +花弁 0.00000018 +花形 0.00000128 +花恋 0.00000009 +花月 0.00000009 +花木 0.00000018 +花材 0.00000009 +花束 0.00000312 +花束嬢 0.00000009 +花柄 0.00000073 +花柳 0.00000037 +花梨 0.00000037 +花植え 0.00000009 +花火 0.00001412 +花火屋 0.00000009 +花王 0.00000092 +花瓶 0.00000220 +花用 0.00000009 +花田 0.00000018 +花畑 0.00000110 +花盛り 0.00000046 +花祭 0.00000009 +花祭り 0.00000018 +花笠 0.00000009 +花粉 0.00001586 +花結 0.00000018 +花結い 0.00000009 +花習 0.00000009 +花芽 0.00000037 +花菖蒲 0.00000018 +花菜 0.00000009 +花蜜 0.00000046 +花街 0.00000009 +花見 0.00000724 +花購入 0.00000009 +花輪 0.00000183 +花農家 0.00000009 +花道 0.00000119 +花野 0.00000009 +花金 0.00000009 +花飾り 0.00000009 +花魁 0.00000037 +花鯉 0.00000009 +花鳥 0.00000110 +芳 0.00000009 +芳し 0.00000165 +芳しい 0.00000018 +芳ばし 0.00000009 +芳わし 0.00000009 +芳ケ平 0.00000009 +芳一 0.00000495 +芳太郎 0.00000018 +芳子 0.00000018 +芳孝 0.00000009 +芳崖 0.00000064 +芳年 0.00000009 +芳成 0.00000009 +芳明 0.00000009 +芳醇 0.00000037 +芳香 0.00000165 +芸 0.00000926 +芸事 0.00000018 +芸人 0.00000605 +芸人的 0.00000009 +芸名 0.00000055 +芸大 0.00000101 +芸妓 0.00000193 +芸子 0.00000009 +芸当 0.00000046 +芸歴 0.00000028 +芸者 0.00001376 +芸能 0.00002540 +芸舞妓 0.00000028 +芸術 0.00006868 +芸道 0.00000009 +芸達 0.00000009 +芸達者 0.00000009 +芽 0.00000293 +芽ばえ 0.00000009 +芽吹 0.00000009 +芽吹き 0.00000009 +芽生え 0.00000394 +芽胞 0.00000009 +芽腫 0.00000028 +芽衣 0.00000055 +苑 0.00000046 +苑子 0.00000009 +苔 0.00000128 +苔む 0.00000037 +苔寺 0.00000009 +苔蒸 0.00000009 +苔類 0.00000009 +苗 0.00000083 +苗代 0.00000009 +苗場 0.00000073 +苗字 0.00000009 +苗床 0.00000018 +苗木 0.00000092 +苛 0.00000385 +苛々 0.00000028 +苛たし 0.00000009 +苛たしい 0.00000009 +苛たしく 0.00000009 +苛だ 0.00000009 +苛ち 0.00000046 +苛ま 0.00000009 +苛め 0.00000009 +苛烈 0.00000064 +苛立 0.00000257 +苛立た 0.00000009 +苛立たし 0.00000046 +苛立ち 0.00000183 +苛立ちすら 0.00000009 +苛酷 0.00000303 +若 0.00018643 +若々し 0.00000266 +若々しい 0.00000009 +若々しく 0.00000009 +若かり 0.00000028 +若く 0.00000009 +若くは 0.00000009 +若けぇ 0.00000009 +若さ 0.00000009 +若し 0.00000009 +若しくは 0.00000018 +若め 0.00000009 +若乃花 0.00000101 +若人 0.00000009 +若僧 0.00000009 +若冲 0.00000018 +若大将 0.00000009 +若女 0.00000009 +若婦人 0.00000009 +若宮 0.00000028 +若山 0.00000018 +若干 0.00000403 +若年 0.00000284 +若年齢 0.00000009 +若手 0.00000624 +若木 0.00000064 +若松 0.00000073 +若林 0.00000046 +若柳 0.00000009 +若桜 0.00000009 +若死 0.00000028 +若殿 0.00000009 +若気 0.00000028 +若田 0.00000293 +若者 0.00010711 +若草 0.00000009 +若草山 0.00000009 +若葉 0.00000083 +若衆 0.00000009 +若貴 0.00000009 +若返 0.00000165 +若返り 0.00000092 +若造 0.00000028 +若過ぎ 0.00000037 +若駒 0.00000009 +若鳥 0.00000018 +若鶏 0.00000009 +苦 0.00000926 +苦々し 0.00000101 +苦し 0.00005796 +苦しみ 0.00001577 +苦しめ 0.00000614 +苦しゅう 0.00000009 +苦しんどるん 0.00000009 +苦し紛れ 0.00000009 +苦み 0.00000018 +苦労 0.00004503 +苦味 0.00000119 +苦境 0.00000468 +苦学 0.00000009 +苦役 0.00000046 +苦心 0.00000073 +苦悩 0.00000569 +苦悶 0.00000183 +苦情 0.00000715 +苦慮 0.00000046 +苦戦 0.00000202 +苦手 0.00001064 +苦有 0.00000009 +苦沙 0.00000009 +苦渋 0.00000018 +苦瓜 0.00000009 +苦痛 0.00001229 +苦笑 0.00000119 +苦笑い 0.00000128 +苦肉 0.00000018 +苦茶 0.00000028 +苦行 0.00000046 +苦言 0.00000055 +苦闘 0.00000348 +苦難 0.00000495 +苫小牧 0.00000156 +英 0.00003375 +英一 0.00000018 +英三郎 0.00000009 +英世 0.00000128 +英中 0.00000009 +英久 0.00000009 +英二 0.00000009 +英介 0.00000009 +英会 0.00000009 +英作文 0.00000046 +英傑 0.00000009 +英劇 0.00000009 +英司 0.00000018 +英和 0.00000083 +英和合わせ 0.00000009 +英喜 0.00000009 +英国 0.00007180 +英国民 0.00000009 +英夫 0.00000183 +英字 0.00000293 +英学 0.00000009 +英寿 0.00000303 +英幸 0.00000018 +英彦 0.00000009 +英徳 0.00000009 +英才 0.00000018 +英揮 0.00000009 +英教会 0.00000009 +英数 0.00000009 +英文 0.00000724 +英文中 0.00000028 +英文書 0.00000009 +英文版 0.00000018 +英文科 0.00000009 +英日 0.00000046 +英明 0.00000028 +英書 0.00000009 +英朗 0.00000018 +英本 0.00000009 +英検 0.00000165 +英樹 0.00000055 +英気 0.00000037 +英治 0.00000046 +英王室 0.00000009 +英田 0.00000028 +英男 0.00000028 +英知 0.00000275 +英米 0.00000083 +英紙 0.00000009 +英英 0.00000028 +英蘭 0.00000009 +英虞 0.00000018 +英訳 0.00000385 +英詩 0.00000018 +英語 0.00039019 +英語能 0.00000009 +英資 0.00000009 +英軍 0.00000028 +英輝 0.00000009 +英里子 0.00000018 +英陸軍 0.00000037 +英隆 0.00000055 +英雄 0.00001064 +英霊 0.00000018 +英韓 0.00000018 +英領 0.00000009 +茂 0.00000587 +茂っ 0.00000009 +茂み 0.00000459 +茂みや 0.00000009 +茂り 0.00000037 +茂兵衛 0.00000009 +茂夫 0.00000064 +茂樹 0.00000037 +茂男 0.00000009 +茂著 0.00000009 +茂野 0.00000046 +茂雄 0.00000321 +茂雄元 0.00000009 +茄子 0.00000037 +茅 0.00000009 +茅か 0.00000009 +茅ヶ崎 0.00000009 +茅葺 0.00000018 +茎 0.00000330 +茨 0.00000037 +茨城 0.00000385 +茨木 0.00000009 +茨田 0.00000009 +茫漠 0.00000037 +茫然 0.00000128 +茯茶 0.00000018 +茶 0.00004237 +茶々 0.00000018 +茶ぁ 0.00000009 +茶がら 0.00000009 +茶の湯 0.00000266 +茶わん 0.00000037 +茶代 0.00000009 +茶会 0.00000229 +茶入れ 0.00000009 +茶出 0.00000009 +茶化 0.00000009 +茶匙 0.00000009 +茶卓 0.00000009 +茶名 0.00000009 +茶商 0.00000009 +茶器 0.00000018 +茶室 0.00000211 +茶屋 0.00000156 +茶川 0.00000055 +茶席 0.00000037 +茶店 0.00000009 +茶持 0.00000046 +茶摘み 0.00000055 +茶机 0.00000018 +茶柱 0.00000009 +茶梨亜 0.00000009 +茶楽 0.00000009 +茶汲 0.00000009 +茶汲み 0.00000028 +茶法 0.00000009 +茶漬け 0.00000037 +茶畑 0.00000037 +茶番 0.00000073 +茶盆 0.00000009 +茶目 0.00000046 +茶碗 0.00000459 +茶碗蒸し 0.00000009 +茶筅 0.00000037 +茶系 0.00000009 +茶系統 0.00000009 +茶腕 0.00000009 +茶臼山 0.00000009 +茶色 0.00001165 +茶菓 0.00000009 +茶葉 0.00000101 +茶褐色 0.00000018 +茶農園 0.00000009 +茶運 0.00000009 +茶道 0.00000880 +茶飯 0.00000018 +茶飯事 0.00000138 +茶飲 0.00000009 +茶髪 0.00000101 +茸 0.00000028 +茹で 0.00000110 +茹でれ 0.00000009 +茹で上が 0.00000009 +茹で卵 0.00000009 +草 0.00001623 +草々 0.00000018 +草なぎ 0.00000202 +草の根 0.00000431 +草の根大 0.00000009 +草の根式 0.00000009 +草ぶき 0.00000009 +草むら 0.00000193 +草中 0.00000009 +草分け 0.00000083 +草刈 0.00000037 +草刈り 0.00000055 +草創 0.00000009 +草加 0.00000018 +草原 0.00000312 +草地 0.00000211 +草壁 0.00000046 +草履 0.00000092 +草履取り 0.00000009 +草平 0.00000009 +草庵 0.00000009 +草彅 0.00000018 +草思 0.00000018 +草書 0.00000046 +草月 0.00000009 +草木 0.00000138 +草案 0.00000348 +草津 0.00000385 +草深 0.00000009 +草稿 0.00000202 +草粥 0.00000009 +草色 0.00000009 +草花 0.00000092 +草葉 0.00000028 +草行 0.00000009 +草野 0.00000028 +草野球 0.00000018 +草食 0.00000064 +草^ 0.00000009 +荏原 0.00000028 +荒 0.00000495 +荒々し 0.00000257 +荒くれ 0.00000037 +荒げ 0.00000073 +荒っぽ 0.00000064 +荒ら 0.00000110 +荒らし 0.00000028 +荒らしまく 0.00000009 +荒らしまわ 0.00000009 +荒れ 0.00000605 +荒れくる 0.00000009 +荒れす 0.00000009 +荒れだ 0.00000009 +荒れ地 0.00000101 +荒れ地側 0.00000009 +荒れ狂 0.00000165 +荒れ狂う 0.00000009 +荒れ立 0.00000009 +荒井 0.00000037 +荒削り 0.00000046 +荒唐 0.00000028 +荒地 0.00000092 +荒城 0.00000028 +荒天 0.00000018 +荒子 0.00000028 +荒山 0.00000009 +荒川 0.00000440 +荒廃 0.00000385 +荒木 0.00000046 +荒波 0.00000055 +荒海 0.00000018 +荒涼 0.00000128 +荒渡辺 0.00000009 +荒漠 0.00000018 +荒畑 0.00000028 +荒稼ぎ 0.00000009 +荒立て 0.00000073 +荒行 0.00000009 +荒野 0.00000183 +荒馬 0.00000018 +荘 0.00000183 +荘厳 0.00000266 +荘司 0.00000147 +荘園 0.00000028 +荘子 0.00000018 +荘重 0.00000037 +荷 0.00000303 +荷か 0.00000009 +荷受日 0.00000009 +荷台 0.00000064 +荷担 0.00000018 +荷揚げ 0.00000009 +荷物 0.00003558 +荷積み 0.00000018 +荷船 0.00000009 +荷車 0.00000514 +荷造 0.00000028 +荷造り 0.00000138 +荷重 0.00000064 +荷電 0.00000009 +荷風 0.00000046 +荷馬 0.00000055 +荷馬車 0.00000055 +荻原 0.00000073 +荻村 0.00000037 +荻町 0.00000018 +荻秀幸 0.00000009 +荻窪 0.00000046 +荼毘 0.00000037 +荼羅 0.00000009 +莫大 0.00001082 +菅 0.00000495 +菅井 0.00000046 +菅原 0.00000174 +菅家 0.00000101 +菅山 0.00000018 +菅新 0.00000009 +菅草 0.00000009 +菅華 0.00000009 +菅野 0.00000037 +菊 0.00000119 +菊之助 0.00000009 +菊代 0.00000009 +菊千 0.00000028 +菊地 0.00000101 +菊屋 0.00000037 +菊川 0.00000037 +菊散らし 0.00000009 +菊次 0.00000009 +菊池 0.00000028 +菊花 0.00000046 +菌 0.00000761 +菌株 0.00000009 +菌類 0.00000128 +菓子 0.00002577 +菖蒲 0.00000073 +菖蒲田 0.00000009 +菜 0.00000046 +菜々 0.00000028 +菜々子 0.00000046 +菜の花 0.00000055 +菜園 0.00000193 +菜根 0.00000037 +菜津美 0.00000009 +菜種 0.00000055 +菜種殻 0.00000009 +菜箸 0.00000009 +菜食 0.00000202 +菜館 0.00000009 +菩 0.00000009 +菩提樹 0.00000018 +菩薩 0.00000101 +菩薩立像 0.00000009 +菫 0.00000018 +菫色 0.00000018 +華 0.00000101 +華々 0.00000009 +華々し 0.00000183 +華や 0.00000083 +華やか 0.00001256 +華やぎ 0.00000018 +華人 0.00000028 +華僑 0.00000156 +華原 0.00000009 +華厳 0.00000018 +華奢 0.00000055 +華子 0.00000018 +華岡 0.00000018 +華族 0.00000009 +華氏 0.00000073 +華泰 0.00000009 +華美 0.00000046 +華英 0.00000009 +華道 0.00000138 +華麗 0.00000394 +菱形 0.00000028 +菱田 0.00000009 +萄 0.00000018 +萌 0.00000037 +萌え 0.00000037 +萌えいで 0.00000009 +萌芽 0.00000009 +萌黄 0.00000009 +萎 0.00000046 +萎え 0.00000055 +萎縮 0.00000092 +萩原 0.00000092 +萩本 0.00000073 +萩焼 0.00000009 +萩野 0.00000009 +萬 0.00000018 +萬斎 0.00000009 +萬次郎 0.00000009 +萱葺 0.00000009 +萱野 0.00000018 +萵苣 0.00000009 +落 0.00000238 +落し 0.00000037 +落しぶた 0.00000028 +落し物 0.00000055 +落ち 0.00007767 +落ちく 0.00000018 +落ちこ 0.00000073 +落ちこぼれ 0.00000147 +落ちしき 0.00000009 +落ちつ 0.00000083 +落ちつき 0.00000055 +落ちつき払 0.00000009 +落ちつけ 0.00000018 +落ちて 0.00000018 +落ちな 0.00000009 +落ちぶれ 0.00000083 +落ちぶれだ 0.00000009 +落ちろ 0.00000055 +落ち合 0.00000101 +落ち度 0.00000028 +落ち着 0.00003448 +落ち着き 0.00000486 +落ち着きすまし 0.00000009 +落ち着き払 0.00000083 +落ち着け 0.00000651 +落ち葉 0.00000156 +落ち込 0.00001807 +落ち込み 0.00000174 +落ち込み出 0.00000009 +落っ 0.00000009 +落っこ 0.00000046 +落っこち 0.00000266 +落っこと 0.00000018 +落つけ 0.00000009 +落と 0.00004035 +落とし 0.00000229 +落とし入れ 0.00000009 +落とし子 0.00000028 +落とし物 0.00000046 +落とし穴 0.00000018 +落とし込 0.00000009 +落とせ 0.00000110 +落ろ 0.00000009 +落下 0.00000303 +落下体 0.00000009 +落体 0.00000009 +落合 0.00000220 +落差 0.00000101 +落度 0.00000046 +落後 0.00000028 +落成 0.00000018 +落日 0.00000018 +落書 0.00000046 +落書き 0.00000275 +落札 0.00000422 +落水 0.00000009 +落球 0.00000009 +落盤 0.00000009 +落着 0.00000037 +落着き 0.00000028 +落着き払 0.00000009 +落石 0.00000037 +落穂拾 0.00000009 +落穴 0.00000073 +落第 0.00000064 +落胆 0.00000495 +落花 0.00000009 +落花生 0.00000009 +落葉 0.00000083 +落語 0.00001128 +落選 0.00000183 +落雷 0.00000037 +落馬 0.00000055 +葉 0.00002127 +葉っぱ 0.00000303 +葉っぱや 0.00000009 +葉子 0.00000009 +葉山 0.00000009 +葉巻 0.00000431 +葉形 0.00000009 +葉掘り 0.00000037 +葉掘りき 0.00000009 +葉擦れ 0.00000009 +葉脈 0.00000018 +葉茶 0.00000009 +葉蔭 0.00000009 +葉酸 0.00000009 +葉野菜 0.00000009 +葉陰 0.00000018 +葉隠 0.00000028 +著 0.00000413 +著し 0.00001100 +著わ 0.00000018 +著作 0.00001302 +著名 0.00001376 +著明 0.00000028 +著書 0.00000816 +著物 0.00000037 +著者 0.00002311 +著述 0.00000101 +葛原 0.00000009 +葛木 0.00000193 +葛藤 0.00000403 +葛西 0.00000037 +葛飾 0.00000147 +葡 0.00000009 +葡萄 0.00000284 +董 0.00000018 +葦 0.00000174 +葦原 0.00000009 +葬 0.00000303 +葬り去 0.00000064 +葬儀 0.00000899 +葬儀場 0.00000028 +葬儀屋 0.00000018 +葬列 0.00000037 +葬式 0.00001073 +葬礼 0.00000009 +葬祭 0.00000110 +葬祭殿 0.00000009 +葬送 0.00000064 +葭 0.00000018 +葱 0.00000018 +葵 0.00000018 +葵祭 0.00000009 +葵祭り 0.00000009 +葺 0.00000055 +葺き替え 0.00000018 +葺卸 0.00000009 +蒋 0.00000018 +蒋介 0.00000046 +蒋介石 0.00000018 +蒋孝 0.00000009 +蒋経国 0.00000009 +蒋野 0.00000046 +蒐集 0.00000028 +蒐集家 0.00000009 +蒔 0.00000202 +蒔絵 0.00000028 +蒙 0.00000055 +蒙古 0.00000055 +蒙昧 0.00000009 +蒙牛 0.00000009 +蒲 0.00000018 +蒲団 0.00000009 +蒲焼 0.00000009 +蒲焼き 0.00000028 +蒲生 0.00000028 +蒲田 0.00000028 +蒲谷 0.00000009 +蒸 0.00000238 +蒸し 0.00000330 +蒸し器 0.00000073 +蒸し暑 0.00000055 +蒸し暑さ 0.00000009 +蒸し煮 0.00000009 +蒸し蒸し 0.00000018 +蒸し返 0.00000101 +蒸ら 0.00000037 +蒸れ 0.00000009 +蒸散 0.00000009 +蒸気 0.00000954 +蒸気量 0.00000028 +蒸溜 0.00000009 +蒸留 0.00000229 +蒸発 0.00000156 +蒸発気 0.00000009 +蒸風呂 0.00000009 +蒼 0.00000046 +蒼ざめ 0.00000064 +蒼前 0.00000018 +蒼味 0.00000009 +蒼然 0.00000046 +蒼白 0.00000193 +蓄 0.00000037 +蓄え 0.00000633 +蓄積 0.00000523 +蓄財 0.00000018 +蓄電 0.00000037 +蓄電池 0.00000046 +蓄音 0.00000009 +蓋 0.00000679 +蓑 0.00000018 +蓮 0.00000110 +蓮池 0.00000238 +蓮沼 0.00000009 +蓮舫 0.00000009 +蓮華 0.00000009 +蓼川 0.00000018 +蓼科 0.00000009 +蓼食 0.00000165 +蔑 0.00000046 +蔑ま 0.00000009 +蔑み 0.00000018 +蔑ろ 0.00000018 +蔑称 0.00000009 +蔑視 0.00000110 +蔓 0.00000101 +蔓延 0.00000147 +蔡 0.00000046 +蔦 0.00000046 +蔦屋 0.00000009 +蔭 0.00000633 +蔵 0.00000348 +蔵づくり 0.00000009 +蔵元 0.00000028 +蔵入り 0.00000009 +蔵品 0.00000009 +蔵書 0.00000083 +蔵満 0.00000119 +蔵王 0.00000055 +蔵相 0.00000009 +蔵通 0.00000009 +蔽 0.00000110 +蕃紅花 0.00000009 +蕎麦 0.00000028 +蕎麦屋 0.00000018 +蕎麦殻 0.00000009 +蕨 0.00000009 +蕾 0.00000028 +薄 0.00002027 +薄々 0.00000009 +薄ぎ 0.00000009 +薄さ 0.00000009 +薄っぺら 0.00000092 +薄ま 0.00000037 +薄め 0.00000119 +薄ら 0.00000046 +薄れ 0.00000459 +薄れれ 0.00000009 +薄切 0.00000018 +薄切り 0.00000211 +薄口 0.00000028 +薄味 0.00000046 +薄命 0.00000037 +薄地 0.00000009 +薄型 0.00000202 +薄幸 0.00000009 +薄弱 0.00000046 +薄情 0.00000055 +薄手 0.00000037 +薄揚げ 0.00000009 +薄明かり 0.00000101 +薄暗 0.00000339 +薄暗がり 0.00000009 +薄板 0.00000009 +薄桃 0.00000018 +薄毛 0.00000083 +薄気 0.00000018 +薄気味 0.00000018 +薄氷 0.00000009 +薄汚 0.00000037 +薄汚れ 0.00000101 +薄焼き卵 0.00000009 +薄片 0.00000055 +薄白 0.00000009 +薄皮 0.00000018 +薄目 0.00000009 +薄着 0.00000037 +薄笑い 0.00000018 +薄紅 0.00000009 +薄紗 0.00000009 +薄紫 0.00000018 +薄紫色 0.00000018 +薄給 0.00000018 +薄緑 0.00000028 +薄織 0.00000009 +薄肉 0.00000009 +薄膜 0.00000037 +薄茶 0.00000055 +薄葉 0.00000009 +薄過ぎ 0.00000009 +薄鈍 0.00000009 +薄闇 0.00000046 +薄雲 0.00000009 +薄青 0.00000009 +薄餅 0.00000018 +薄黄 0.00000009 +薄黄色 0.00000009 +薄黒 0.00000037 +薔薇 0.00000046 +薙刀 0.00000037 +薦 0.00000028 +薦め 0.00002118 +薩像 0.00000009 +薩夫 0.00000009 +薩摩 0.00000174 +薩長 0.00000028 +薪 0.00000523 +薪拾 0.00000009 +薪探 0.00000009 +薪束 0.00000009 +薪能 0.00000037 +薪運び 0.00000009 +薪集め 0.00000009 +薫 0.00000193 +薫製 0.00000009 +薬 0.00008464 +薬づけ 0.00000009 +薬事 0.00000018 +薬代 0.00000018 +薬価 0.00000018 +薬剤 0.00000541 +薬効 0.00000110 +薬動 0.00000009 +薬味 0.00000110 +薬品 0.00000559 +薬売り 0.00000009 +薬壷 0.00000110 +薬学 0.00000055 +薬害 0.00000037 +薬局 0.00000266 +薬屋 0.00000073 +薬師 0.00000028 +薬師丸 0.00000009 +薬師寺 0.00000028 +薬店 0.00000009 +薬持 0.00000009 +薬指 0.00000018 +薬漬け 0.00000018 +薬物 0.00001431 +薬理 0.00000009 +薬瓶 0.00000018 +薬用 0.00000073 +薬箱 0.00000018 +薬缶 0.00000009 +薬膳 0.00000018 +薬草 0.00000147 +薬莢 0.00000028 +薬飲 0.00000055 +薮内 0.00000009 +薮田 0.00000009 +薯 0.00000037 +藁 0.00000046 +藁葺き 0.00000009 +藉り 0.00000009 +藍 0.00000266 +藍子 0.00000009 +藍綬 0.00000018 +藍色 0.00000028 +藝術 0.00000037 +藤 0.00000083 +藤井 0.00000046 +藤代 0.00000009 +藤倉 0.00000009 +藤原 0.00000348 +藤吉郎 0.00000009 +藤圭子 0.00000009 +藤壺 0.00000064 +藤娘 0.00000009 +藤子 0.00000092 +藤孝 0.00000009 +藤尾 0.00000018 +藤屋 0.00000064 +藤山 0.00000092 +藤岡 0.00000046 +藤岡弘 0.00000009 +藤川 0.00000037 +藤巻 0.00000009 +藤懸 0.00000009 +藤戸 0.00000009 +藤明里 0.00000018 +藤木 0.00000018 +藤本 0.00000165 +藤村 0.00000018 +藤枝 0.00000028 +藤森 0.00000018 +藤永 0.00000018 +藤沢 0.00000064 +藤澤 0.00000018 +藤田 0.00000128 +藤色 0.00000009 +藤谷 0.00000083 +藤里 0.00000009 +藤野 0.00000018 +藤間 0.00000018 +藩 0.00000449 +藩主 0.00000119 +藩制 0.00000009 +藩命 0.00000018 +藩士 0.00000018 +藩札 0.00000009 +藩校 0.00000009 +藪 0.00000174 +藪中 0.00000009 +藺草 0.00000009 +藻 0.00000101 +藻塩 0.00000018 +藻掻 0.00000009 +藻琴 0.00000028 +藻草 0.00000009 +藻類 0.00000028 +蘇 0.00000055 +蘇え 0.00000009 +蘇我 0.00000064 +蘇生 0.00000138 +蘭 0.00000055 +蘭学 0.00000009 +蘭州 0.00000018 +蘭領 0.00000009 +虎 0.00000312 +虎ノ門 0.00000009 +虎之助 0.00000009 +虎児 0.00000055 +虎口 0.00000009 +虎嚢 0.00000009 +虎図 0.00000009 +虎太郎 0.00000009 +虎子 0.00000037 +虎山 0.00000009 +虎穴 0.00000092 +虎箱 0.00000018 +虎造 0.00000009 +虐げ 0.00000193 +虐待 0.00001376 +虐殺 0.00000697 +虚 0.00000018 +虚し 0.00000055 +虚ろ 0.00000037 +虚偽 0.00000211 +虚像 0.00000037 +虚勢 0.00000018 +虚弱 0.00000083 +虚心 0.00000018 +虚栄 0.00000358 +虚栄心 0.00000009 +虚構 0.00000018 +虚無 0.00000037 +虚空 0.00000064 +虚脱 0.00000046 +虚血 0.00000028 +虚飾 0.00000092 +虜 0.00000037 +虜囚 0.00000018 +虫 0.00001238 +虫けら 0.00000037 +虫よけ 0.00000018 +虫入れ 0.00000009 +虫刺 0.00000009 +虫垂 0.00000028 +虫垂炎 0.00000009 +虫害 0.00000018 +虫封じ 0.00000009 +虫歯 0.00000248 +虫類 0.00000037 +虫食い 0.00000028 +虹 0.00000266 +虹子 0.00000018 +虹彩 0.00000028 +虹橋 0.00000018 +虹色 0.00000037 +虻蜂 0.00000009 +蚊 0.00000514 +蚊取り 0.00000046 +蚊帳 0.00000339 +蚊退治 0.00000009 +蚕 0.00000046 +蛇 0.00000504 +蛇口 0.00000220 +蛇園 0.00000028 +蛇型 0.00000009 +蛇皮 0.00000018 +蛇行 0.00000009 +蛇踊り 0.00000009 +蛇道 0.00000028 +蛋民 0.00000009 +蛍 0.00000073 +蛍光 0.00000220 +蛍火 0.00000009 +蛍焼 0.00000009 +蛙 0.00000229 +蛙飛び込 0.00000009 +蛛 0.00000009 +蛮 0.00000009 +蛮人 0.00000018 +蛮勇 0.00000009 +蛮族 0.00000028 +蛮行 0.00000037 +蛾 0.00000018 +蜀 0.00000009 +蜀黍 0.00000009 +蜂 0.00000165 +蜂群 0.00000046 +蜂蜜 0.00000504 +蜂起 0.00000055 +蜃気 0.00000009 +蜘蛛 0.00000064 +蜜 0.00000275 +蜜ろう 0.00000009 +蜜月 0.00000018 +蜜柑 0.00000028 +蜜蜂 0.00000009 +蜜蝋 0.00000064 +蜜酒 0.00000009 +蜷川 0.00000009 +蝉 0.00000018 +蝋 0.00000073 +蝋燭 0.00000211 +蝋色 0.00000009 +蝕 0.00000018 +蝦夷 0.00000028 +蝶 0.00000202 +蝶々 0.00000119 +蝶子 0.00000110 +蝶番 0.00000046 +蝶結び 0.00000009 +蝸牛殻 0.00000018 +蝿 0.00000037 +融け 0.00000055 +融合 0.00000935 +融和 0.00000055 +融氷 0.00000009 +融解 0.00000138 +融資 0.00000825 +融通 0.00000348 +螺旋 0.00000037 +螺釘 0.00000018 +蟹 0.00000037 +蟹工船 0.00000018 +蟻 0.00000046 +蟻塚 0.00000009 +蠅 0.00000037 +蠅取 0.00000028 +蠍座 0.00000009 +蠕虫 0.00000018 +蠢 0.00000009 +血 0.00003769 +血だ 0.00000009 +血だまり 0.00000009 +血と 0.00000009 +血の 0.00000018 +血まみれ 0.00000073 +血みどろ 0.00000018 +血中 0.00000083 +血便 0.00000018 +血友 0.00000092 +血圧 0.00000724 +血塗 0.00000018 +血塗り 0.00000009 +血小 0.00000147 +血尿 0.00000018 +血帯 0.00000009 +血戦 0.00000009 +血族 0.00000028 +血染 0.00000009 +血染め 0.00000009 +血栓 0.00000257 +血棒 0.00000009 +血気 0.00000046 +血汐 0.00000009 +血流 0.00000275 +血液 0.00002311 +血清 0.00000101 +血漿 0.00000037 +血潮 0.00000018 +血球 0.00000248 +血生 0.00000018 +血症 0.00000018 +血痕 0.00000073 +血相 0.00000028 +血眼 0.00000028 +血税 0.00000009 +血種 0.00000028 +血筋 0.00000119 +血算 0.00000009 +血管 0.00000963 +血糖 0.00000321 +血統 0.00000413 +血縁 0.00000110 +血肉 0.00000009 +血腥 0.00000009 +血腫 0.00000009 +血色 0.00000110 +血行 0.00000257 +血豆 0.00000009 +血走 0.00000037 +血迷 0.00000009 +血道 0.00000009 +血餅 0.00000009 +血魂 0.00000009 +血^ 0.00000009 +衆 0.00000064 +衆参 0.00000046 +衆望 0.00000009 +衆皆 0.00000028 +衆目 0.00000009 +衆知 0.00000009 +衆議 0.00001220 +衆院 0.00000083 +行 0.00124119 +行い 0.00000899 +行え 0.00000348 +行か 0.00000009 +行き 0.00003228 +行きあた 0.00000009 +行きか 0.00000009 +行きかけ 0.00000009 +行きがけ 0.00000009 +行きずり 0.00000018 +行きちがい 0.00000009 +行きつ 0.00000037 +行きつけ 0.00000092 +行きづま 0.00000009 +行きづまり 0.00000009 +行き交 0.00000119 +行き交い 0.00000009 +行き交う 0.00000009 +行き場 0.00000037 +行き届 0.00000321 +行き届き 0.00000009 +行き帰り 0.00000009 +行き来 0.00000330 +行き着 0.00000101 +行き着く 0.00000009 +行き詰 0.00000009 +行き詰ま 0.00000275 +行き詰まり 0.00000055 +行く 0.00000028 +行く末 0.00000083 +行け 0.00003127 +行っ 0.00000028 +行な 0.00000266 +行ない 0.00000083 +行なえ 0.00000009 +行事 0.00003310 +行使 0.00000706 +行信 0.00000018 +行儀 0.00000440 +行先 0.00000046 +行列 0.00001247 +行動 0.00014626 +行動学 0.00000009 +行司 0.00000064 +行員 0.00000055 +行商 0.00000083 +行商人 0.00000046 +行幸 0.00000018 +行形 0.00000009 +行政 0.00002448 +行政府 0.00000037 +行政権 0.00000018 +行方 0.00001201 +行書 0.00000028 +行末 0.00000009 +行楽 0.00000119 +行為 0.00007272 +行状 0.00000046 +行田 0.00000018 +行男 0.00000009 +行程 0.00000193 +行者 0.00000028 +行脚 0.00000009 +行路 0.00000018 +行軍 0.00000073 +行進 0.00000789 +行長 0.00000009 +行間 0.00000037 +行雄 0.00000092 +行革 0.00000028 +衒学 0.00000028 +術 0.00001265 +術中 0.00000009 +術師 0.00000018 +術式 0.00000009 +術後 0.00000092 +術策 0.00000009 +街 0.00012242 +街々 0.00000028 +街おこし 0.00000009 +街づくり 0.00000037 +街に 0.00000009 +街上 0.00000046 +街並 0.00000064 +街並み 0.00000275 +街中 0.00000523 +街作り 0.00000009 +街区 0.00000018 +街口 0.00000009 +街居住 0.00000009 +街教 0.00000009 +街案内 0.00000009 +街灯 0.00000312 +街着 0.00000009 +街育ち 0.00000009 +街行 0.00000009 +街角 0.00000468 +街路 0.00000266 +街道 0.00000293 +街頭 0.00000312 +衛 0.00000028 +衛兵 0.00000028 +衛士 0.00000009 +衛星 0.00002696 +衛生 0.00001953 +衛里 0.00000009 +衛門 0.00000018 +衝 0.00000073 +衝動 0.00000798 +衝撃 0.00001486 +衝突 0.00001797 +衝角 0.00000009 +衝迫 0.00000018 +衞門 0.00000009 +衡 0.00000018 +衡平 0.00000009 +衣 0.00000523 +衣嚢 0.00000037 +衣料 0.00000550 +衣替え 0.00000083 +衣服 0.00000807 +衣笠 0.00000028 +衣装 0.00003072 +衣装替え 0.00000009 +衣裳 0.00000193 +衣類 0.00000578 +衣食 0.00000046 +表 0.00008904 +表す 0.00000018 +表せ 0.00000183 +表れ 0.00000908 +表わ 0.00000064 +表作り 0.00000009 +表側 0.00000046 +表具 0.00000009 +表出 0.00000018 +表千家 0.00000009 +表向き 0.00000211 +表層 0.00000018 +表彰 0.00000724 +表徴 0.00000009 +表情 0.00003448 +表意 0.00000083 +表扉 0.00000046 +表敬 0.00000055 +表明 0.00002458 +表明致 0.00000009 +表札 0.00000055 +表玄関 0.00000037 +表現 0.00010161 +表皮 0.00000073 +表着 0.00000009 +表示 0.00002907 +表立 0.00000110 +表紙 0.00000532 +表裏 0.00000055 +表記 0.00001055 +表象 0.00000037 +表通り 0.00000037 +表面 0.00002357 +表音 0.00000064 +表題 0.00000028 +衰え 0.00000871 +衰弱 0.00000339 +衰色 0.00000009 +衰退 0.00000440 +衰退期 0.00000009 +衰運 0.00000009 +衷心 0.00000055 +衷情 0.00000009 +袂 0.00000009 +袈 0.00000009 +袈裟 0.00000064 +袋 0.00002650 +袋だ 0.00000037 +袋づめ 0.00000009 +袋代 0.00000028 +袋入り 0.00000018 +袋取 0.00000009 +袋口 0.00000009 +袋小路 0.00000037 +袋持 0.00000009 +袋状 0.00000009 +袋税 0.00000009 +袋詰め 0.00000009 +袋開け 0.00000009 +袖 0.00000596 +袖ぐり 0.00000009 +袖作 0.00000009 +袖口 0.00000147 +袖姿 0.00000009 +袖^ 0.00000009 +被 0.00001284 +被さ 0.00000018 +被ば 0.00000009 +被ばく 0.00000055 +被る 0.00000009 +被侵 0.00000028 +被写 0.00000073 +被収容 0.00000009 +被告 0.00000972 +被害 0.00007153 +被差別 0.00000009 +被弾 0.00000009 +被曝 0.00000037 +被検 0.00000055 +被災 0.00001256 +被爆 0.00001421 +被爆朗 0.00000009 +被疑 0.00000037 +被相 0.00000009 +被膜 0.00000028 +被覆 0.00000009 +被追 0.00000009 +被造 0.00000092 +被験 0.00000514 +袴 0.00000073 +裁 0.00000578 +裁き 0.00000183 +裁け 0.00000009 +裁判 0.00006768 +裁可 0.00000009 +裁定 0.00000202 +裁断 0.00000018 +裁決 0.00000028 +裁縫 0.00000055 +裁量 0.00000092 +裂 0.00000303 +裂き 0.00000018 +裂け 0.00000165 +裂傷 0.00000028 +裂目 0.00000009 +装 0.00000550 +装い 0.00000202 +装丁 0.00000037 +装備 0.00000834 +装具 0.00000028 +装填 0.00000092 +装弾 0.00000009 +装束 0.00000092 +装甲 0.00000110 +装着 0.00000293 +装置 0.00003320 +装身 0.00000037 +装飾 0.00001027 +裏 0.00002898 +裏ごし 0.00000009 +裏づけ 0.00000009 +裏付け 0.00000669 +裏側 0.00000385 +裏切 0.00001018 +裏切り 0.00000403 +裏切りもの 0.00000009 +裏千家 0.00000018 +裏原宿 0.00000028 +裏口 0.00000110 +裏地 0.00000119 +裏声 0.00000028 +裏巻き 0.00000009 +裏帆 0.00000009 +裏庭 0.00000339 +裏戸 0.00000009 +裏手 0.00000138 +裏打ち 0.00000009 +裏技 0.00000009 +裏拳 0.00000009 +裏方 0.00000128 +裏書 0.00000028 +裏書き 0.00000037 +裏献金 0.00000009 +裏目 0.00000055 +裏砂漠 0.00000009 +裏磐梯 0.00000009 +裏紅 0.00000009 +裏腹 0.00000156 +裏表 0.00000073 +裏表紙 0.00000009 +裏見 0.00000009 +裏話 0.00000055 +裏路地 0.00000009 +裏返 0.00000248 +裏返し 0.00000110 +裏通 0.00000009 +裏通り 0.00000174 +裏道 0.00000101 +裏金 0.00000018 +裏門 0.00000009 +裏面 0.00000119 +裕 0.00000202 +裕ニ 0.00000009 +裕一 0.00000018 +裕之 0.00000028 +裕也 0.00000018 +裕二 0.00000055 +裕仁 0.00000055 +裕介 0.00000009 +裕十郎 0.00000009 +裕史 0.00000009 +裕和 0.00000018 +裕基 0.00000009 +裕子 0.00000193 +裕希 0.00000009 +裕彦 0.00000009 +裕明 0.00000009 +裕曠 0.00000009 +裕次郎 0.00000138 +裕矢 0.00000009 +裕福 0.00001376 +裕紀 0.00000009 +裕美 0.00000009 +裕行 0.00000009 +裕里 0.00000009 +裕馬 0.00000009 +裕麻 0.00000092 +補 0.00000899 +補い合 0.00000028 +補え 0.00000018 +補てん 0.00000037 +補らえ 0.00000009 +補佐 0.00000358 +補修 0.00000183 +補償 0.00000926 +補充 0.00000119 +補助 0.00001110 +補填 0.00000037 +補完 0.00000110 +補導 0.00000018 +補強 0.00000229 +補欠 0.00000046 +補正 0.00000083 +補水 0.00000018 +補生 0.00000009 +補給 0.00000761 +補習 0.00000266 +補聴 0.00000009 +補装 0.00000009 +補装具 0.00000028 +補講 0.00000028 +補足 0.00000156 +補遺 0.00000009 +裟 0.00000009 +裳裾 0.00000009 +裸 0.00000981 +裸体 0.00000055 +裸出し 0.00000009 +裸婦 0.00000009 +裸眼 0.00000055 +裸足 0.00000128 +裸身 0.00000009 +製 0.00002999 +製作 0.00001907 +製剤 0.00000101 +製品 0.00014682 +製図 0.00000028 +製塩 0.00000009 +製新型 0.00000009 +製本 0.00000018 +製材 0.00000028 +製模型 0.00000009 +製水 0.00000009 +製氷 0.00000018 +製油 0.00000009 +製法 0.00000174 +製版 0.00000018 +製痩せ 0.00000018 +製眼 0.00000009 +製管楽器 0.00000009 +製粉 0.00000092 +製糸 0.00000009 +製糸場 0.00000009 +製糸所 0.00000009 +製糸業 0.00000009 +製紙 0.00000156 +製色 0.00000009 +製茶 0.00000009 +製菓 0.00000202 +製薬 0.00000853 +製造 0.00004558 +製鉄 0.00000092 +製鉄所 0.00000009 +製鋼 0.00000037 +製陶器 0.00000009 +製食 0.00000009 +製食品 0.00000009 +製食器 0.00000009 +製麺 0.00000018 +裾 0.00000257 +裾上げ 0.00000028 +裾分け 0.00000018 +裾野 0.00000073 +複 0.00000009 +複写 0.00000138 +複合 0.00000422 +複層 0.00000009 +複数 0.00001394 +複葉 0.00000028 +複製 0.00001036 +複視 0.00000009 +複雑 0.00003796 +褐変 0.00000037 +褐炭 0.00000009 +褐色 0.00000248 +褐虫 0.00000009 +褒 0.00000018 +褒め 0.00001752 +褒めそ 0.00000028 +褒めそや 0.00000018 +褒めちぎ 0.00000018 +褒めちぎり 0.00000009 +褒めれ 0.00000009 +褒め立て 0.00000009 +褒め言葉 0.00000064 +褒章 0.00000193 +褒美 0.00000339 +褒貶 0.00000018 +褒賞 0.00000028 +褪 0.00000009 +褪げ 0.00000009 +褶 0.00000009 +褸 0.00000009 +襄 0.00000009 +襖 0.00000064 +襞 0.00000037 +襟 0.00000312 +襟ぐり 0.00000009 +襟元 0.00000028 +襟合わせ 0.00000009 +襟巻 0.00000037 +襟巻き 0.00000009 +襟留め 0.00000009 +襟章 0.00000009 +襟飾り 0.00000009 +襟首 0.00000009 +襤褸 0.00000055 +襦袢 0.00000018 +襯衣 0.00000028 +襲 0.00003576 +襲いかか 0.00000284 +襲名 0.00000046 +襲撃 0.00000587 +襲来 0.00000046 +西 0.00003017 +西が丘 0.00000009 +西ドイツ 0.00000211 +西京 0.00000018 +西京極 0.00000009 +西側 0.00000559 +西北西 0.00000018 +西北部 0.00000018 +西南 0.00000018 +西南部 0.00000009 +西原 0.00000018 +西友 0.00000055 +西口 0.00000055 +西回り 0.00000028 +西垣 0.00000009 +西城 0.00000018 +西壁 0.00000037 +西太后 0.00000009 +西安 0.00000018 +西室 0.00000018 +西宮 0.00000083 +西寄り 0.00000009 +西寧 0.00000009 +西小 0.00000009 +西尾 0.00000037 +西山 0.00000073 +西岸 0.00000211 +西島 0.00000018 +西崎 0.00000055 +西川 0.00000055 +西式 0.00000009 +西成 0.00000018 +西新宿 0.00000073 +西方 0.00000028 +西日 0.00000009 +西日暮里 0.00000009 +西春日井 0.00000009 +西暦 0.00000202 +西有田 0.00000009 +西本願 0.00000037 +西村 0.00000101 +西条 0.00000018 +西棟 0.00000009 +西欧 0.00000990 +西武 0.00000669 +西沙 0.00000009 +西沢 0.00000009 +西洋 0.00004594 +西洋史 0.00000009 +西浦 0.00000009 +西湖 0.00000046 +西湘 0.00000009 +西澤 0.00000009 +西濠 0.00000009 +西瀬戸 0.00000009 +西班 0.00000018 +西田 0.00000055 +西町 0.00000009 +西端 0.00000028 +西竹一 0.00000009 +西約 0.00000028 +西経 0.00000018 +西芳 0.00000018 +西蔵 0.00000009 +西行 0.00000009 +西行き 0.00000009 +西通り 0.00000009 +西遊 0.00000046 +西部 0.00000899 +西郷 0.00000266 +西野 0.00000009 +西野朗 0.00000009 +西銘 0.00000009 +西院 0.00000018 +西陣 0.00000018 +西隣 0.00000009 +西風 0.00000101 +西館 0.00000009 +西鶴 0.00000028 +西鶴間 0.00000009 +西麻布 0.00000009 +要 0.00004328 +要る 0.00000018 +要予約 0.00000018 +要人 0.00000138 +要介護 0.00000018 +要件 0.00000945 +要員 0.00000275 +要問い合わせ 0.00000009 +要因 0.00002183 +要塞 0.00000330 +要所 0.00000046 +要旨 0.00000037 +要望 0.00001357 +要求 0.00005768 +要求量 0.00000018 +要求額 0.00000009 +要点 0.00000440 +要約 0.00000385 +要素 0.00003145 +要職 0.00000028 +要衝 0.00000037 +要覧 0.00000018 +要請 0.00002274 +要請数 0.00000018 +要項 0.00000083 +要領 0.00000220 +覆 0.00002558 +覆い 0.00000312 +覆いかぶさ 0.00000046 +覆いつ 0.00000009 +覆い隠 0.00000174 +覆え 0.00000009 +覆水 0.00000046 +覆水盆 0.00000055 +覆面 0.00000303 +覇 0.00000018 +覇権 0.00000083 +覇気 0.00000028 +覇者 0.00000238 +見 0.00094123 +見あげ 0.00000092 +見あた 0.00000211 +見あたら 0.00000046 +見あやま 0.00000009 +見いだ 0.00001504 +見いだせ 0.00000183 +見い出 0.00000009 +見え 0.00022027 +見えさえ 0.00000009 +見えざりし 0.00000009 +見えす 0.00000009 +見えっこ 0.00000009 +見えっ張り 0.00000064 +見える 0.00000018 +見えれ 0.00000018 +見えん 0.00000018 +見え出 0.00000009 +見え見え 0.00000009 +見え透 0.00000018 +見え隠れ 0.00000064 +見おく 0.00000009 +見おろ 0.00000138 +見おろせ 0.00000009 +見かえ 0.00000009 +見かえり 0.00000009 +見かけ 0.00000495 +見くだ 0.00000009 +見くび 0.00000009 +見こ 0.00000018 +見こみ 0.00000018 +見ごたえ 0.00000009 +見ごろ 0.00000018 +見すえ 0.00000028 +見すぼ 0.00000028 +見ず 0.00000018 +見せ 0.00010766 +見せかけ 0.00000284 +見せしめ 0.00000018 +見せつけ 0.00000183 +見せびらか 0.00000156 +見せもの 0.00000009 +見せる 0.00000009 +見せれ 0.00000092 +見せろ 0.00000028 +見せ合 0.00000018 +見せ場 0.00000128 +見せ掛け 0.00000064 +見せ物 0.00000028 +見そめ 0.00000018 +見た 0.00000009 +見ちがえ 0.00000009 +見っけ 0.00000009 +見っと 0.00000009 +見つ 0.00000028 +見つか 0.00005942 +見つかり 0.00000009 +見つけ 0.00016268 +見つけれ 0.00000083 +見つけ出 0.00000009 +見つめ 0.00001935 +見つめた 0.00000009 +見つめ合 0.00000009 +見つめ直 0.00000009 +見て 0.00000046 +見と 0.00000009 +見とお 0.00000028 +見とおし 0.00000009 +見とれ 0.00000073 +見どおし 0.00000009 +見どころ 0.00000193 +見な 0.00002834 +見なお 0.00000009 +見なし 0.00000055 +見なせ 0.00000018 +見のが 0.00000009 +見は 0.00000018 +見ま 0.00000110 +見まが 0.00000028 +見まも 0.00000018 +見まわ 0.00000339 +見もの 0.00000147 +見や 0.00000211 +見よ 0.00000028 +見よがし 0.00000018 +見れ 0.00000119 +見れれ 0.00000009 +見ろ 0.00000211 +見わた 0.00000037 +見わたせ 0.00000018 +見ー 0.00000018 +見上げ 0.00000945 +見上げれ 0.00000018 +見下 0.00000541 +見下げ 0.00000037 +見下ろ 0.00000596 +見下ろせ 0.00000018 +見世物 0.00000083 +見事 0.00002650 +見付 0.00000009 +見付か 0.00000009 +見做 0.00000009 +見入 0.00000101 +見出 0.00000422 +見出し 0.00000238 +見出せ 0.00000046 +見出だせ 0.00000009 +見出語 0.00000018 +見分け 0.00000816 +見分けれ 0.00000009 +見切 0.00000009 +見切り 0.00000073 +見切れ 0.00000018 +見別け 0.00000009 +見劣り 0.00000028 +見取 0.00000009 +見取り 0.00000018 +見受け 0.00000413 +見合 0.00000587 +見合い 0.00000284 +見合せ 0.00000018 +見合わ 0.00000018 +見合わせ 0.00000284 +見向 0.00000064 +見向き 0.00000037 +見回 0.00000779 +見回り 0.00000064 +見地 0.00000303 +見場 0.00000009 +見境 0.00000055 +見失 0.00000550 +見好 0.00000009 +見始め 0.00000055 +見学 0.00001495 +見守 0.00001293 +見定め 0.00000101 +見届け 0.00000156 +見席 0.00000009 +見廻 0.00000092 +見張 0.00000926 +見張り 0.00000550 +見張れ 0.00000009 +見当 0.00000844 +見当た 0.00000403 +見当外れ 0.00000009 +見当違い 0.00000009 +見得 0.00000009 +見応え 0.00000092 +見所 0.00000358 +見抜 0.00000339 +見抜け 0.00000018 +見捨て 0.00000633 +見据え 0.00000321 +見掛 0.00000009 +見掛け 0.00002870 +見損な 0.00000037 +見放 0.00000211 +見放題 0.00000009 +見方 0.00000734 +見晴 0.00000009 +見晴ら 0.00000028 +見晴らし 0.00000028 +見本 0.00000679 +見本紙 0.00000009 +見果て 0.00000018 +見栄 0.00000018 +見栄え 0.00000183 +見栄っ張り 0.00000009 +見極め 0.00000477 +見極めて 0.00000018 +見止め 0.00000037 +見殺 0.00000009 +見殺し 0.00000037 +見比べ 0.00000073 +見渡 0.00000752 +見渡せ 0.00000128 +見澄 0.00000018 +見物 0.00000954 +見目 0.00000083 +見直 0.00001229 +見直し 0.00000468 +見直せ 0.00000009 +見知 0.00001073 +見知り 0.00000165 +見破 0.00000128 +見破れ 0.00000009 +見積 0.00000156 +見積も 0.00000413 +見積もり 0.00000468 +見積り 0.00000009 +見積書 0.00000018 +見積致 0.00000009 +見積額 0.00000018 +見立て 0.00000128 +見立てれ 0.00000018 +見納め 0.00000018 +見紛 0.00000018 +見終わ 0.00000073 +見続け 0.00000018 +見繕 0.00000009 +見習 0.00000523 +見習い 0.00000110 +見習え 0.00000009 +見聞 0.00000119 +見聞き 0.00000128 +見聞録 0.00000018 +見舞 0.00000972 +見舞い 0.00000293 +見舞金 0.00000018 +見苦し 0.00000119 +見落 0.00000037 +見落と 0.00000312 +見落とし 0.00000073 +見落とせ 0.00000018 +見覚え 0.00000193 +見解 0.00001614 +見計ら 0.00000073 +見詰め 0.00002082 +見詰めれ 0.00000009 +見詰め合 0.00000064 +見詰め直 0.00000174 +見誤 0.00000046 +見識 0.00000156 +見越 0.00000138 +見込 0.00001064 +見込み 0.00002045 +見込め 0.00000138 +見返 0.00000064 +見返し 0.00000009 +見返り 0.00000514 +見送 0.00000422 +見送り 0.00000156 +見送れ 0.00000009 +見逃 0.00000862 +見逃が 0.00000009 +見逃し 0.00000009 +見逃せ 0.00000266 +見逃見逃 0.00000009 +見透 0.00000028 +見透か 0.00000028 +見通 0.00000128 +見通し 0.00000990 +見通せ 0.00000018 +見過ぎ 0.00000037 +見過ご 0.00000248 +見過ごせ 0.00000009 +見違え 0.00000046 +見遠 0.00000009 +見遣 0.00000083 +見開 0.00000284 +見開き 0.00000028 +見間違え 0.00000009 +見附 0.00000037 +見附け 0.00000037 +見限 0.00000009 +見離 0.00000046 +見頃 0.00000092 +見飽き 0.00000018 +見馴 0.00000018 +見馴れ 0.00000009 +規係 0.00000009 +規制 0.00003540 +規則 0.00003320 +規定 0.00001605 +規式 0.00000009 +規律 0.00000587 +規格 0.00000348 +規模 0.00005520 +規範 0.00000257 +規約 0.00000110 +視 0.00001403 +視力 0.00000688 +視察 0.00000468 +視座 0.00000009 +視標 0.00000028 +視標追跡 0.00000009 +視点 0.00001486 +視界 0.00000339 +視線 0.00001385 +視聴 0.00001880 +視聴覚 0.00000092 +視覚 0.00000990 +視覚障 0.00000009 +視認 0.00000037 +視野 0.00000679 +視野角 0.00000009 +覗 0.00000202 +覗き 0.00000018 +覗きこ 0.00000018 +覗き見 0.00000018 +覗き込 0.00000128 +覚 0.00000064 +覚え 0.00011041 +覚えこ 0.00000009 +覚えれ 0.00000092 +覚え込 0.00000009 +覚せい 0.00000009 +覚ま 0.00000798 +覚まし 0.00000037 +覚め 0.00000569 +覚めれ 0.00000009 +覚ら 0.00000009 +覚悟 0.00001146 +覚書 0.00000119 +覚書き 0.00000009 +覚束 0.00000028 +覚醒 0.00000128 +覧 0.00000009 +親 0.00012270 +親し 0.00004035 +親しみ 0.00000605 +親しめ 0.00000009 +親せき 0.00000248 +親交 0.00000165 +親代わり 0.00000009 +親像 0.00000009 +親元 0.00000083 +親兄弟 0.00000009 +親分 0.00000046 +親分子 0.00000009 +親切 0.00005044 +親友 0.00001742 +親向け 0.00000009 +親善 0.00000605 +親威 0.00000009 +親子 0.00000880 +親孝行 0.00000018 +親密 0.00000899 +親展 0.00000018 +親心 0.00000037 +親思 0.00000009 +親愛 0.00000266 +親戚 0.00001843 +親指 0.00000422 +親政 0.00000009 +親方 0.00000367 +親族 0.00000550 +親日 0.00000183 +親書 0.00000028 +親業 0.00000037 +親権 0.00000367 +親欧 0.00000009 +親殺し 0.00000009 +親父 0.00000193 +親爺 0.00000028 +親牛 0.00000009 +親玉 0.00000018 +親王 0.00000064 +親睦 0.00000073 +親竹 0.00000009 +親米 0.00000009 +親英 0.00000009 +親衛 0.00000046 +親許 0.00000018 +親身 0.00000156 +親軍 0.00000009 +親近 0.00000202 +親離れ 0.00000037 +親類 0.00000440 +親鳥 0.00000046 +親鸞 0.00000009 +観 0.00004888 +観と 0.00000018 +観れ 0.00000009 +観世 0.00000046 +観光 0.00012040 +観光国 0.00000009 +観兵 0.00000009 +観劇 0.00000101 +観太 0.00000028 +観客 0.00005355 +観察 0.00002889 +観山 0.00000018 +観心 0.00000009 +観念 0.00001100 +観戦 0.00000972 +観月 0.00000055 +観測 0.00001476 +観瀾亭 0.00000009 +観点 0.00001091 +観葉 0.00000055 +観血 0.00000009 +観衆 0.00000642 +観覧 0.00000293 +観賞 0.00000330 +観阿弥 0.00000028 +観音 0.00000257 +観音堂 0.00000009 +観音崎 0.00000009 +覿面 0.00000009 +角 0.00001917 +角々 0.00000018 +角ば 0.00000018 +角切り 0.00000046 +角判 0.00000009 +角地 0.00000009 +角型 0.00000009 +角川 0.00000119 +角度 0.00000669 +角張 0.00000037 +角曲が 0.00000009 +角杯 0.00000009 +角柱 0.00000009 +角栄 0.00000138 +角栄ばり 0.00000009 +角栄元 0.00000028 +角灯 0.00000092 +角瓶 0.00000009 +角田 0.00000073 +角界 0.00000064 +角突き 0.00000028 +角笛 0.00000083 +角膜 0.00000055 +角製 0.00000028 +角質 0.00000037 +角部屋 0.00000037 +角錐 0.00000009 +角^ 0.00000009 +解 0.00001513 +解か 0.00000046 +解き 0.00000037 +解きはな 0.00000009 +解きほぐ 0.00000028 +解き放 0.00000238 +解き明か 0.00000229 +解き明かせ 0.00000018 +解け 0.00000431 +解けれ 0.00000009 +解け合 0.00000009 +解け込 0.00000018 +解せ 0.00000009 +解り 0.00000018 +解任 0.00000220 +解体 0.00000468 +解像 0.00000110 +解党 0.00000009 +解凍 0.00000037 +解剖 0.00000248 +解力 0.00000009 +解放 0.00003045 +解散 0.00000724 +解明 0.00000972 +解暁 0.00000037 +解析 0.00000367 +解毒 0.00000101 +解氷 0.00000028 +解決 0.00010041 +解法 0.00000009 +解消 0.00001834 +解熱 0.00000028 +解禁 0.00000385 +解答 0.00000312 +解約 0.00000156 +解職 0.00000018 +解脱 0.00000009 +解説 0.00001504 +解読 0.00000403 +解釈 0.00001504 +解錠 0.00000009 +解除 0.00000825 +解雇 0.00001247 +解離 0.00000009 +解離術 0.00000009 +触 0.00001302 +触ら 0.00000018 +触り 0.00000018 +触る 0.00000009 +触れ 0.00004264 +触れあい 0.00000009 +触れあえ 0.00000018 +触れ合 0.00000211 +触れ合い 0.00000128 +触れ合え 0.00000028 +触れ込み 0.00000028 +触媒 0.00000083 +触感 0.00000037 +触手 0.00000037 +触書 0.00000009 +触発 0.00000147 +触覚 0.00000147 +触覚力 0.00000009 +触角 0.00000009 +触診 0.00000037 +言 0.00167127 +言い 0.00000963 +言いあ 0.00000009 +言いあえ 0.00000009 +言いあらわ 0.00000009 +言いあらわせ 0.00000009 +言いお 0.00000009 +言いかえ 0.00000046 +言いかえれ 0.00000064 +言いかけ 0.00000073 +言いき 0.00000028 +言いきれ 0.00000009 +言いくるめ 0.00000037 +言いぐさ 0.00000009 +言いつけ 0.00000110 +言いつたえ 0.00000009 +言いのこ 0.00000009 +言いふら 0.00000055 +言いまわし 0.00000009 +言いわた 0.00000018 +言い争い 0.00000018 +言い付け 0.00000119 +言い伝え 0.00000257 +言い出 0.00000009 +言い分 0.00000321 +言い分け 0.00000018 +言い切 0.00000229 +言い切れ 0.00000083 +言い募 0.00000018 +言い古 0.00000018 +言い合 0.00000174 +言い合い 0.00000037 +言い合え 0.00000009 +言い回 0.00000037 +言い回し 0.00000486 +言い寄 0.00000037 +言い張 0.00000220 +言い当て 0.00000018 +言い捨て 0.00000009 +言い掛かり 0.00000009 +言い換え 0.00000220 +言い換えれ 0.00000312 +言い放 0.00000064 +言い替え 0.00000009 +言い残 0.00000055 +言い添え 0.00000046 +言い渡 0.00000367 +言い直 0.00000028 +言い知れ 0.00000028 +言い立て 0.00000028 +言い繕 0.00000009 +言い聞か 0.00000009 +言い聞かせ 0.00000422 +言い表 0.00000202 +言い表せ 0.00000083 +言い表わ 0.00000009 +言い訳 0.00001321 +言い負か 0.00000009 +言い足り 0.00000009 +言い返 0.00000293 +言え 0.00009748 +言えれ 0.00000018 +言っ 0.00000046 +言っと 0.00000037 +言っとく 0.00000009 +言づて 0.00000018 +言わ 0.00000092 +言わん 0.00000018 +言争 0.00000009 +言争い 0.00000009 +言付け 0.00000009 +言伝 0.00000046 +言値 0.00000009 +言力 0.00000009 +言動 0.00000312 +言及 0.00000807 +言及致 0.00000009 +言声 0.00000009 +言外 0.00000046 +言明 0.00000147 +言棄 0.00000009 +言葉 0.00033398 +言葉少な 0.00000046 +言葉尻 0.00000009 +言葉数 0.00000018 +言葉遊び 0.00000009 +言葉遣い 0.00000092 +言行 0.00000083 +言語 0.00007070 +言説 0.00000018 +言論 0.00000440 +訂正 0.00000532 +訃報 0.00000046 +計 0.00002348 +計ら 0.00000028 +計らい 0.00000028 +計り 0.00000018 +計りしれ 0.00000028 +計上 0.00000101 +計供 0.00000009 +計劃 0.00000018 +計司 0.00000009 +計器 0.00000028 +計数 0.00000018 +計測 0.00000211 +計画 0.00020285 +計略 0.00000119 +計算 0.00002036 +計量 0.00000028 +訊 0.00000523 +訊き 0.00000018 +訊き返 0.00000009 +訊ね 0.00000220 +訊問 0.00000009 +討 0.00000183 +討ち 0.00000193 +討ち取 0.00000009 +討ち合い 0.00000009 +討伐 0.00000028 +討論 0.00001119 +討議 0.00000202 +訓 0.00000046 +訓令 0.00000037 +訓戒 0.00000055 +訓練 0.00004677 +訓読 0.00000018 +訓読み 0.00000055 +訓辞 0.00000009 +託 0.00000403 +託せ 0.00000009 +託児 0.00000193 +託宣 0.00000009 +託送 0.00000009 +記 0.00001972 +記し 0.00000009 +記す 0.00000009 +記事 0.00004989 +記入 0.00001376 +記入用 0.00000009 +記号 0.00000339 +記帳 0.00000046 +記念 0.00007355 +記憶 0.00003430 +記法 0.00000018 +記紀 0.00000028 +記義 0.00000009 +記者 0.00005704 +記賞 0.00000009 +記載 0.00001348 +記述 0.00000880 +記録 0.00010372 +訛 0.00000037 +訛り 0.00000367 +訝 0.00000028 +訝し 0.00000018 +訣別 0.00000009 +訥 0.00000009 +訥々 0.00000009 +訪 0.00000028 +訪ね 0.00002513 +訪ね歩 0.00000101 +訪れ 0.00013480 +訪れれ 0.00000046 +訪中 0.00000009 +訪印 0.00000009 +訪問 0.00005236 +訪客 0.00000028 +訪日 0.00000257 +訪朝 0.00000037 +訪欧 0.00000009 +訪米 0.00000073 +訪英 0.00000009 +訪韓 0.00000028 +設 0.00000009 +設え 0.00000009 +設け 0.00002283 +設けれ 0.00000009 +設備 0.00001898 +設問 0.00000046 +設営 0.00000064 +設定 0.00002714 +設立 0.00005566 +設置 0.00003347 +設術 0.00000009 +設計 0.00002293 +許 0.00006859 +許し 0.00000220 +許し合え 0.00000009 +許す 0.00000009 +許せ 0.00000605 +許り 0.00000009 +許可 0.00006355 +許否 0.00000009 +許婚 0.00000009 +許容 0.00000238 +許認可 0.00000055 +許諾 0.00000110 +訳 0.00003503 +訳せ 0.00000009 +訳例 0.00000009 +訳文 0.00000064 +訳本 0.00000009 +訳者 0.00000018 +訳詞 0.00000009 +訳詩 0.00000018 +訳語 0.00000055 +訴え 0.00004576 +訴えかけ 0.00000138 +訴えろ 0.00000009 +訴え出 0.00000009 +訴因 0.00000064 +訴求 0.00000009 +訴状 0.00000037 +訴訟 0.00001431 +訴追 0.00000147 +診 0.00000596 +診察 0.00000990 +診断 0.00002137 +診断士 0.00000009 +診査 0.00000018 +診療 0.00001220 +註文 0.00000009 +証 0.00002036 +証が 0.00000009 +証し 0.00000147 +証人 0.00000486 +証券 0.00001064 +証印 0.00000055 +証拠 0.00003769 +証文 0.00000009 +証明 0.00008528 +証書 0.00000376 +証生 0.00000018 +証言 0.00000853 +詐取 0.00000018 +詐欺 0.00001082 +詐称 0.00000055 +詐術 0.00000009 +詔勅 0.00000009 +評 0.00000559 +評会 0.00000037 +評価 0.00007189 +評判 0.00003090 +評定 0.00000028 +評決 0.00000266 +評者 0.00000046 +評言 0.00000009 +評論 0.00000706 +評議 0.00000596 +評議員 0.00000018 +詞 0.00000257 +詞書 0.00000009 +詞章 0.00000009 +詞華 0.00000009 +詠 0.00000266 +詠歌 0.00000009 +詠集 0.00000009 +詣 0.00000037 +詣で 0.00000028 +試 0.00003622 +試し 0.00000431 +試す 0.00000028 +試せ 0.00000018 +試み 0.00002806 +試みん 0.00000009 +試乗 0.00000183 +試作 0.00000431 +試作品 0.00000018 +試供 0.00000018 +試写 0.00000083 +試合 0.00012040 +試問 0.00000009 +試射 0.00000009 +試掘 0.00000037 +試料 0.00000330 +試案 0.00000009 +試用 0.00000128 +試着 0.00000358 +試算 0.00000128 +試練 0.00000798 +試聴 0.00000055 +試薬 0.00000073 +試行 0.00000303 +試訳 0.00000009 +試論 0.00000009 +試走 0.00000018 +試運 0.00000083 +試運転 0.00000018 +試金 0.00000055 +試食 0.00000330 +試飲 0.00000138 +試験 0.00008758 +詩 0.00002669 +詩だ 0.00000009 +詩中 0.00000009 +詩人 0.00000890 +詩作 0.00000018 +詩劇 0.00000037 +詩句 0.00000009 +詩吟 0.00000018 +詩学 0.00000018 +詩心 0.00000018 +詩情 0.00000009 +詩歌 0.00000028 +詩画 0.00000009 +詩的 0.00000083 +詩篇 0.00000009 +詩選 0.00000009 +詩集 0.00000147 +詫 0.00000009 +詫び 0.00000092 +詫摩 0.00000028 +詭弁 0.00000037 +詭弁術 0.00000009 +詮 0.00000009 +詮無 0.00000009 +詮索 0.00000193 +詮議 0.00000028 +詰 0.00000055 +詰ま 0.00001321 +詰まり 0.00000009 +詰め 0.00001660 +詰めかけ 0.00000018 +詰めこ 0.00000046 +詰めろ 0.00000009 +詰め合せ 0.00000009 +詰め合わせ 0.00000018 +詰め掛け 0.00000156 +詰め替え 0.00000018 +詰め物 0.00000018 +詰め直 0.00000037 +詰め込 0.00000468 +詰め込み 0.00000018 +詰ん 0.00000009 +詰問 0.00000018 +話 0.00075443 +話し 0.00003173 +話しあ 0.00000037 +話しか 0.00000009 +話しかけ 0.00000871 +話しこ 0.00000009 +話しだ 0.00000028 +話して 0.00000009 +話し合 0.00004017 +話し合い 0.00001458 +話し合え 0.00000128 +話し声 0.00000046 +話し手 0.00000147 +話し掛け 0.00001807 +話し込 0.00000073 +話す 0.00000009 +話せ 0.00005328 +話せた 0.00000018 +話せよ 0.00000009 +話せれ 0.00000083 +話口調 0.00000009 +話合い 0.00000009 +話好き 0.00000009 +話手 0.00000009 +話者 0.00000055 +話聞 0.00000009 +話術 0.00000110 +話言葉 0.00000018 +話話 0.00000009 +話退屈 0.00000009 +話題 0.00005025 +該当 0.00000715 +該当致 0.00000018 +詳し 0.00003356 +詳細 0.00002733 +詳説 0.00000018 +詳述 0.00000064 +誂え 0.00000009 +誇 0.00002017 +誇らし 0.00000275 +誇り 0.00002595 +誇れ 0.00000211 +誇大 0.00000101 +誇張 0.00000440 +誇示 0.00000147 +誉 0.00000064 +誉め 0.00000083 +誉めそ 0.00000028 +誉れ 0.00000028 +誉高 0.00000009 +誌 0.00003292 +誌上 0.00000083 +誌面 0.00000238 +認 0.00000018 +認むる 0.00000009 +認め 0.00013801 +認めれ 0.00000028 +認めろ 0.00000037 +認め合 0.00000110 +認別 0.00000009 +認印 0.00000009 +認可 0.00000688 +認否 0.00000028 +認定 0.00002045 +認容 0.00000009 +認知 0.00001330 +認証 0.00000339 +認識 0.00004704 +誓 0.00001852 +誓い 0.00000614 +誓い合 0.00000028 +誓え 0.00000009 +誓わ 0.00000028 +誓文 0.00000037 +誓約 0.00000376 +誕 0.00000532 +誕生 0.00006511 +誕祭 0.00000037 +誘 0.00002705 +誘い 0.00000862 +誘い出 0.00000055 +誘い合わせ 0.00000009 +誘い込 0.00000037 +誘き出 0.00000009 +誘因 0.00000018 +誘導 0.00000358 +誘引 0.00000009 +誘惑 0.00001165 +誘拐 0.00000816 +誘発 0.00000183 +誘致 0.00000183 +語 0.00080991 +語ら 0.00000046 +語らい 0.00000028 +語り 0.00000073 +語りあ 0.00000018 +語りかけ 0.00000266 +語りつ 0.00000009 +語り出 0.00000009 +語り口 0.00000092 +語り口調 0.00000018 +語り合 0.00000495 +語り合い 0.00000009 +語り手 0.00000055 +語り掛け 0.00000064 +語り明か 0.00000018 +語り継 0.00000220 +語り継ぎ 0.00000009 +語り聞 0.00000028 +語り草 0.00000037 +語り部 0.00000028 +語れ 0.00000073 +語勢 0.00000009 +語句 0.00000138 +語名 0.00000009 +語呂 0.00000028 +語学 0.00002989 +語尾 0.00000101 +語幹 0.00000009 +語弊 0.00000009 +語彙 0.00000541 +語形 0.00000018 +語感 0.00000009 +語数 0.00000009 +語族 0.00000018 +語気 0.00000037 +語法 0.00000018 +語派 0.00000009 +語源 0.00000248 +語版 0.00000009 +語義 0.00000009 +語調 0.00000028 +語録 0.00000009 +語順 0.00000110 +誠 0.00001862 +誠一郎 0.00000028 +誠並び 0.00000009 +誠信 0.00000009 +誠司 0.00000037 +誠宏 0.00000009 +誠実 0.00001981 +誠心 0.00000055 +誠意 0.00000403 +誠意努め 0.00000009 +誠治 0.00000009 +誣告 0.00000009 +誤 0.00001146 +誤ち 0.00000009 +誤ま 0.00000009 +誤まり 0.00000009 +誤り 0.00000853 +誤嚥 0.00000028 +誤報 0.00000055 +誤字 0.00000037 +誤審 0.00000046 +誤射 0.00000009 +誤導 0.00000009 +誤差 0.00000083 +誤植 0.00000009 +誤爆 0.00000018 +誤用 0.00000083 +誤解 0.00003136 +誤記 0.00000009 +誤訳 0.00000064 +誤診 0.00000037 +誤謬 0.00000009 +誤魔 0.00000009 +誦 0.00000028 +説 0.00002568 +説き 0.00000018 +説と 0.00000009 +説岳 0.00000009 +説得 0.00001871 +説教 0.00000550 +説教壇 0.00000046 +説明 0.00019358 +説法 0.00000055 +説話 0.00000009 +説論 0.00000037 +説諭 0.00000009 +読 0.00015754 +読ま 0.00000046 +読まず 0.00000009 +読まん 0.00000009 +読み 0.00001045 +読みあげ 0.00000009 +読みあさ 0.00000018 +読みかえ 0.00000018 +読みだ 0.00000009 +読みと 0.00000028 +読みとれ 0.00000018 +読みどおり 0.00000009 +読みにく 0.00000009 +読みふけ 0.00000055 +読みもの 0.00000009 +読み上げ 0.00000532 +読み出 0.00000018 +読み出し 0.00000009 +読み出せ 0.00000009 +読み取 0.00000550 +読み取れ 0.00000101 +読み応え 0.00000009 +読み手 0.00000028 +読み書 0.00000018 +読み書き 0.00000550 +読み替えれ 0.00000009 +読み漁 0.00000009 +読み物 0.00000092 +読み直 0.00000046 +読み継 0.00000037 +読み聞 0.00000046 +読み聞か 0.00000037 +読み聞かせ 0.00000064 +読み聞き 0.00000009 +読み解 0.00000028 +読み込 0.00000037 +読み返 0.00000092 +読み進 0.00000009 +読み進め 0.00000028 +読み違え 0.00000018 +読む 0.00000009 +読め 0.00001752 +読めれ 0.00000009 +読劇 0.00000064 +読取 0.00000183 +読売 0.00001045 +読後 0.00000009 +読心 0.00000009 +読書 0.00001082 +読本 0.00000028 +読破 0.00000018 +読経 0.00000046 +読者 0.00006520 +読解 0.00000138 +読解力 0.00000018 +誰 0.00037855 +誰々 0.00000046 +誰れ 0.00000018 +課 0.00001715 +課す 0.00000009 +課内 0.00000009 +課外 0.00000110 +課目 0.00000018 +課程 0.00000779 +課税 0.00000403 +課金 0.00000046 +課長 0.00000514 +課題 0.00003008 +誹 0.00000009 +誹謗 0.00000046 +調 0.00000394 +調え 0.00000046 +調べ 0.00006621 +調べれ 0.00000055 +調べろ 0.00000018 +調べ物 0.00000009 +調乳 0.00000018 +調停 0.00000275 +調停員 0.00000018 +調剤 0.00000046 +調印 0.00000514 +調合 0.00000147 +調味 0.00000633 +調和 0.00001165 +調圧 0.00000028 +調子 0.00003035 +調子どう 0.00000092 +調布 0.00000046 +調度 0.00000147 +調律 0.00000046 +調教 0.00000220 +調教師 0.00000046 +調整 0.00001669 +調書 0.00000110 +調査 0.00021009 +調熟 0.00000009 +調理 0.00002008 +調節 0.00000514 +調聴 0.00000009 +調製 0.00000018 +調達 0.00000697 +調香 0.00000018 +談 0.00000504 +談判 0.00000028 +談合 0.00000147 +談笑 0.00000092 +談義 0.00000028 +談話 0.00000165 +談論 0.00000009 +請 0.00000229 +請けあ 0.00000028 +請け出 0.00000009 +請け合 0.00000128 +請け合い 0.00000046 +請け負 0.00000073 +請人 0.00000009 +請合 0.00000028 +請求 0.00002724 +請負 0.00000128 +請願 0.00000147 +諌 0.00000009 +諍 0.00000009 +諍い 0.00000028 +諏訪 0.00000110 +諏訪内 0.00000018 +諏訪湖 0.00000009 +諏訪輝生 0.00000009 +諏訪駅 0.00000009 +論 0.00002678 +論じ 0.00000257 +論じ合 0.00000018 +論争 0.00001605 +論外 0.00000073 +論客 0.00000009 +論戦 0.00000046 +論拠 0.00000128 +論文 0.00002696 +論文執筆者 0.00000009 +論文集 0.00000009 +論旨 0.00000037 +論法 0.00000110 +論点 0.00000348 +論理 0.00001522 +論破 0.00000018 +論証 0.00000119 +論評 0.00000193 +論語 0.00000037 +論説 0.00000064 +論調 0.00000083 +論議 0.00000779 +論述 0.00000055 +論集 0.00000009 +論難 0.00000009 +論題 0.00000018 +論駁 0.00000018 +諜 0.00000009 +諜報 0.00000358 +諜報員 0.00000018 +諜報局 0.00000028 +諜報術 0.00000009 +諦め 0.00000101 +諫め 0.00000018 +諫早 0.00000092 +諫早湾 0.00000028 +諭 0.00000064 +諭吉 0.00000202 +諮 0.00000018 +諮問 0.00000202 +諸 0.00001073 +諸々 0.00000110 +諸事 0.00000046 +諸侯 0.00000202 +諸刃 0.00000046 +諸原理 0.00000009 +諸君 0.00000440 +諸国 0.00005089 +諸国民 0.00000018 +諸子 0.00000009 +諸学説 0.00000009 +諸宗 0.00000009 +諸官庁 0.00000009 +諸将 0.00000028 +諸島 0.00001018 +諸州 0.00000037 +諸帝 0.00000009 +諸悪 0.00000092 +諸手 0.00000018 +諸手当 0.00000009 +諸方 0.00000009 +諸氏 0.00000009 +諸派 0.00000028 +諸流 0.00000009 +諸点 0.00000009 +諸経費 0.00000037 +諸般 0.00000009 +諸葛 0.00000009 +諸藩 0.00000028 +諸行 0.00000018 +諸見里 0.00000101 +諸語 0.00000009 +諸説 0.00000064 +諸費用 0.00000028 +諸賢 0.00000018 +諺 0.00000348 +諾々 0.00000009 +諾威人 0.00000009 +謀 0.00000046 +謀り 0.00000009 +謀反 0.00000101 +謀殺 0.00000018 +謀略 0.00000037 +謀議 0.00000018 +謁見 0.00000037 +謄 0.00000183 +謄本 0.00000303 +謎 0.00001935 +謎かけ 0.00000009 +謎めかす 0.00000009 +謎解き 0.00000064 +謗り 0.00000018 +謙 0.00000229 +謙一 0.00000092 +謙二 0.00000009 +謙信 0.00000174 +謙虚 0.00000807 +謙譲 0.00000128 +謙遜 0.00000339 +講 0.00000715 +講じ 0.00000339 +講和 0.00000064 +講堂 0.00000064 +講師 0.00001696 +講座 0.00002173 +講演 0.00001284 +講義 0.00001321 +講習 0.00000734 +講評 0.00000009 +講話 0.00000009 +講読 0.00000018 +講談 0.00000248 +講道 0.00000055 +講釈 0.00000009 +謝 0.00001605 +謝り 0.00000009 +謝れ 0.00000009 +謝世輝 0.00000009 +謝意 0.00000046 +謝礼 0.00000147 +謝罪 0.00001486 +謝肉 0.00000009 +謝謝 0.00000009 +謝辞 0.00000009 +謡 0.00000073 +謡い 0.00000009 +謡曲 0.00000055 +謳 0.00000119 +謳い上げ 0.00000009 +謳歌 0.00000101 +謹 0.00000165 +謹ん 0.00000028 +謹一 0.00000009 +謹厳 0.00000009 +謹慎 0.00000092 +謹聴 0.00000009 +證 0.00000009 +證券 0.00000018 +識 0.00000046 +識別 0.00000477 +識取 0.00000009 +識名 0.00000009 +識字 0.00000303 +識者 0.00000055 +識見 0.00000009 +識閾 0.00000009 +譚 0.00000028 +譜 0.00000009 +譜面 0.00000037 +警 0.00000165 +警備 0.00001825 +警務 0.00000009 +警句 0.00000018 +警告 0.00003641 +警告文 0.00000009 +警固 0.00000018 +警報 0.00000605 +警官 0.00001944 +警察 0.00010280 +警戒 0.00001155 +警棒 0.00000092 +警笛 0.00000046 +警視 0.00000477 +警護 0.00000110 +警部 0.00000697 +警鐘 0.00000138 +譫言 0.00000037 +議 0.00000119 +議事 0.00000514 +議会 0.00003723 +議員 0.00006979 +議場 0.00000083 +議定 0.00000559 +議席 0.00001064 +議案 0.00000779 +議決 0.00000055 +議論 0.00005401 +議長 0.00001513 +議院 0.00000174 +議題 0.00000743 +譲 0.00001174 +譲り 0.00000119 +譲り受け 0.00000055 +譲り合 0.00000028 +譲り合い 0.00000018 +譲り渡 0.00000009 +譲れ 0.00000064 +譲二 0.00000018 +譲受 0.00000009 +譲受人 0.00000009 +譲次 0.00000009 +譲歩 0.00000275 +譲渡 0.00000229 +譴責 0.00000009 +護 0.00000183 +護国 0.00000037 +護岸 0.00000009 +護憲 0.00000009 +護持 0.00000009 +護摩 0.00000018 +護符 0.00000009 +護衛 0.00000312 +護身 0.00000083 +護送 0.00000101 +讃 0.00000028 +讃え 0.00000147 +讃め 0.00000009 +讃歌 0.00000028 +讃美 0.00000009 +讒言 0.00000018 +谷 0.00000972 +谷中 0.00000055 +谷亮子 0.00000083 +谷佳知 0.00000064 +谷口 0.00000101 +谷垣 0.00000055 +谷崎 0.00000064 +谷川 0.00000064 +谷底 0.00000073 +谷文晁 0.00000009 +谷本 0.00000028 +谷根 0.00000009 +谷根千 0.00000073 +谷歌 0.00000009 +谷沿い 0.00000009 +谷間 0.00000248 +谷風 0.00000009 +谺 0.00000009 +豆 0.00001284 +豆まき 0.00000028 +豆乳 0.00000156 +豆取 0.00000009 +豆型 0.00000009 +豆州 0.00000009 +豆果 0.00000009 +豆満江 0.00000073 +豆粒 0.00000009 +豆腐 0.00000578 +豆花 0.00000018 +豆葉 0.00000009 +豆類 0.00000009 +豊 0.00000248 +豊か 0.00006364 +豊め 0.00000009 +豊ノ 0.00000009 +豊作 0.00000321 +豊太郎 0.00000018 +豊子 0.00000083 +豊富 0.00002797 +豊山 0.00000009 +豊岡 0.00000110 +豊島 0.00000183 +豊川 0.00000028 +豊平川 0.00000009 +豊後 0.00000009 +豊本 0.00000009 +豊橋 0.00000037 +豊洲 0.00000055 +豊浜 0.00000009 +豊満 0.00000009 +豊漁 0.00000046 +豊潤 0.00000009 +豊田 0.00000303 +豊穣 0.00000073 +豊胸 0.00000009 +豊臣 0.00000495 +豊郷 0.00000037 +豊饒 0.00000028 +豌豆 0.00000009 +豚 0.00001431 +豚並み 0.00000009 +豚丼 0.00000018 +豚肉 0.00000578 +豚脂 0.00000009 +豚骨 0.00000037 +象 0.00001265 +象使 0.00000009 +象印 0.00000009 +象形 0.00000055 +象徴 0.00002714 +象牙 0.00000367 +象眼 0.00000046 +象祭り 0.00000028 +豪 0.00000147 +豪勢 0.00000055 +豪商 0.00000064 +豪壮 0.00000009 +豪太 0.00000064 +豪奢 0.00000064 +豪州 0.00000257 +豪徳 0.00000009 +豪快 0.00000128 +豪放 0.00000009 +豪族 0.00000064 +豪日 0.00000009 +豪栄 0.00000009 +豪胆 0.00000092 +豪華 0.00001779 +豪語 0.00000018 +豪遊 0.00000009 +豪邸 0.00000119 +豪雨 0.00000174 +豪雪 0.00000073 +豹 0.00000073 +豹変 0.00000073 +豹柄 0.00000018 +貂 0.00000009 +貉 0.00000018 +貝 0.00000633 +貝が 0.00000018 +貝がら 0.00000018 +貝塚 0.00000018 +貝柱 0.00000018 +貝殻 0.00000229 +貝類 0.00000046 +貞 0.00000009 +貞之助 0.00000009 +貞光 0.00000009 +貞夫 0.00000037 +貞奴 0.00000110 +貞子 0.00000055 +貞実 0.00000009 +貞操 0.00000046 +貞桓 0.00000028 +貞治 0.00000165 +貞淑 0.00000037 +貞節 0.00000064 +貞通 0.00000009 +負 0.00003155 +負い 0.00000037 +負う 0.00000009 +負え 0.00000385 +負か 0.00000156 +負かす 0.00000009 +負け 0.00003971 +負けっぷり 0.00000009 +負けれ 0.00000073 +負けん 0.00000018 +負け組 0.00000064 +負け組み 0.00000009 +負け越し 0.00000009 +負わ 0.00000110 +負債 0.00000459 +負傷 0.00001687 +負担 0.00003292 +負組 0.00000009 +負荷 0.00000128 +負託 0.00000028 +負革 0.00000009 +財 0.00001238 +財' 0.00000009 +財テク 0.00000018 +財力 0.00000064 +財務 0.00000688 +財嚢 0.00000009 +財団 0.00001137 +財宝 0.00000211 +財布 0.00001275 +財政 0.00002063 +財源 0.00000403 +財物 0.00000018 +財産 0.00002751 +財界 0.00000101 +財相 0.00000009 +財貨 0.00000009 +財足 0.00000009 +財運 0.00000018 +財閥 0.00000119 +貢 0.00000064 +貢ぐ 0.00000009 +貢物 0.00000018 +貢献 0.00003769 +貧 0.00000028 +貧し 0.00004338 +貧しき 0.00000037 +貧乏 0.00001577 +貧乏人 0.00000018 +貧乏暇 0.00000083 +貧乳 0.00000009 +貧困 0.00002724 +貧国 0.00000009 +貧富 0.00000376 +貧層 0.00000009 +貧弱 0.00000156 +貧民 0.00000156 +貧相 0.00000073 +貧窮 0.00000073 +貧者 0.00000046 +貧苦 0.00000009 +貧血 0.00000147 +貧血症 0.00000009 +貧農 0.00000037 +貨 0.00000018 +貨客 0.00000009 +貨幣 0.00000229 +貨物 0.00000569 +貨車 0.00000119 +販促 0.00000110 +販売 0.00015085 +販路 0.00000028 +貪 0.00000083 +貪り 0.00000009 +貪れ 0.00000009 +貪欲 0.00000486 +貫 0.00000706 +貫き 0.00000055 +貫け 0.00000018 +貫主 0.00000055 +貫徹 0.00000009 +貫禄 0.00000009 +貫通 0.00000174 +責 0.00000092 +責め 0.00001431 +責めたて 0.00000037 +責め立て 0.00000092 +責任 0.00010747 +責務 0.00000358 +貯え 0.00000055 +貯ま 0.00000101 +貯め 0.00000092 +貯め込 0.00000028 +貯水 0.00000055 +貯湯 0.00000009 +貯留 0.00000028 +貯蓄 0.00000422 +貯蔵 0.00000440 +貯酒 0.00000009 +貯金 0.00001210 +貰 0.00000248 +貰え 0.00000028 +貴 0.00000284 +貴い 0.00000018 +貴ノ 0.00000028 +貴ノ浪 0.00000009 +貴ノ花 0.00000183 +貴下 0.00000055 +貴乃花 0.00000578 +貴人 0.00000073 +貴人気 0.00000009 +貴信 0.00000009 +貴兄 0.00000009 +貴公 0.00000009 +貴出 0.00000009 +貴史 0.00000018 +貴君 0.00000009 +貴国 0.00000037 +貴女 0.00000165 +貴妃 0.00000009 +貴婦 0.00000009 +貴婦人 0.00000092 +貴子 0.00000037 +貴宏 0.00000009 +貴家 0.00000037 +貴幸 0.00000028 +貴店 0.00000083 +貴弘 0.00000009 +貴志 0.00000037 +貴志川 0.00000009 +貴恵 0.00000009 +貴所属 0.00000009 +貴文 0.00000165 +貴方 0.00001110 +貴族 0.00001220 +貴書 0.00000028 +貴校 0.00000055 +貴様 0.00000092 +貴殿 0.00001220 +貴注 0.00000009 +貴浩 0.00000009 +貴男 0.00000202 +貴石 0.00000028 +貴社 0.00000926 +貴章 0.00000018 +貴紳 0.00000037 +貴義 0.00000009 +貴花田 0.00000064 +貴行 0.00000009 +貴見 0.00000009 +貴誌 0.00000092 +貴論文 0.00000009 +貴道 0.00000018 +貴道場 0.00000018 +貴部 0.00000046 +貴重 0.00003100 +貴闘 0.00000009 +貴雑誌 0.00000046 +貶め 0.00000055 +買 0.00018716 +買い 0.00000587 +買いあさ 0.00000138 +買いあさり 0.00000009 +買いかえ 0.00000009 +買いつけ 0.00000009 +買いどき 0.00000009 +買いなお 0.00000009 +買い上げ 0.00000514 +買い与え 0.00000028 +買い付け 0.00000138 +買い入れ 0.00000018 +買い出 0.00000009 +買い出し 0.00000046 +買い占め 0.00000101 +買い占めれ 0.00000009 +買い取 0.00000128 +買い取り 0.00000037 +買い取れ 0.00000018 +買い得 0.00000064 +買い戻 0.00000046 +買い手 0.00000779 +買い揃え 0.00000009 +買い換え 0.00000073 +買い替え 0.00000046 +買い求め 0.00000156 +買い物 0.00002934 +買い立て 0.00000009 +買い置き 0.00000009 +買い込 0.00000064 +買い集め 0.00000046 +買え 0.00002100 +買お 0.00000009 +買っ 0.00000028 +買っとく 0.00000009 +買わ 0.00000009 +買付 0.00000009 +買入れ 0.00000009 +買出 0.00000009 +買収 0.00000990 +買取 0.00000037 +買取屋 0.00000009 +買売春 0.00000009 +買春 0.00000073 +買物 0.00000532 +貸 0.00003393 +貸し 0.00000165 +貸し付け 0.00000055 +貸し出 0.00000394 +貸し出し 0.00000092 +貸し出せ 0.00000009 +貸し切り 0.00000064 +貸し渋り 0.00000028 +貸し込 0.00000009 +貸す 0.00000018 +貸せ 0.00000046 +貸与 0.00000028 +貸主 0.00000055 +貸付 0.00000101 +貸付利 0.00000009 +貸借 0.00000046 +貸出 0.00000156 +貸出先 0.00000028 +貸出所 0.00000046 +貸切 0.00000018 +貸切り 0.00000009 +貸切室 0.00000009 +貸室 0.00000018 +貸家 0.00000073 +貸方 0.00000009 +貸本 0.00000009 +貸衣装 0.00000009 +貸金 0.00000018 +貸金庫 0.00000037 +費 0.00006373 +費え 0.00000009 +費や 0.00001825 +費やす 0.00000018 +費用 0.00005429 +費込 0.00000009 +貼 0.00001119 +貼り 0.00000028 +貼りつ 0.00000009 +貼りつけ 0.00000018 +貼り付 0.00000009 +貼り付け 0.00000119 +貼り出 0.00000018 +貼り紙 0.00000220 +貼り込め 0.00000009 +貼付 0.00000009 +貿易 0.00004062 +賀 0.00000009 +賀状 0.00000018 +賃 0.00000110 +賃上げ 0.00000101 +賃借 0.00000028 +賃借り 0.00000009 +賃借料 0.00000009 +賃料 0.00000083 +賃率 0.00000009 +賃貸 0.00000605 +賃貸し 0.00000009 +賃貸借 0.00000018 +賃貸業 0.00000009 +賃金 0.00001541 +賄 0.00000348 +賄う 0.00000028 +賄え 0.00000101 +賄賂 0.00000385 +資 0.00000073 +資仁 0.00000009 +資力 0.00000037 +資料 0.00002568 +資本 0.00001944 +資材 0.00000367 +資格 0.00008987 +資格外 0.00000009 +資源 0.00002357 +資生 0.00000193 +資産 0.00001238 +資質 0.00000413 +資金 0.00005502 +資金融資 0.00000009 +賊 0.00000110 +賊軍 0.00000009 +賑やか 0.00000018 +賑やかし 0.00000009 +賑わい 0.00000009 +賓客 0.00000055 +賛 0.00000009 +賛え 0.00000028 +賛同 0.00000495 +賛否 0.00000183 +賛意 0.00000009 +賛成 0.00003641 +賛成国 0.00000009 +賛成派 0.00000018 +賛歌 0.00000018 +賛美 0.00000293 +賛美歌 0.00000009 +賛辞 0.00000238 +賜 0.00000321 +賜え 0.00000009 +賜り物 0.00000018 +賜れ 0.00000009 +賜わ 0.00000009 +賜杯 0.00000037 +賜物 0.00000110 +賜紀 0.00000018 +賞 0.00011536 +賞与 0.00000073 +賞争い 0.00000009 +賞味 0.00000211 +賞品 0.00000293 +賞授賞 0.00000138 +賞数 0.00000009 +賞牌 0.00000009 +賞状 0.00000046 +賞罰 0.00000009 +賞讃 0.00000009 +賞賛 0.00000174 +賞金 0.00001119 +賞金王 0.00000009 +賞金額 0.00000009 +賠償 0.00000917 +賢 0.00002568 +賢き 0.00000009 +賢く 0.00000018 +賢ぶ 0.00000009 +賢一 0.00000028 +賢三 0.00000064 +賢人 0.00000073 +賢司 0.00000009 +賢太郎 0.00000009 +賢妻 0.00000009 +賢明 0.00001449 +賢易 0.00000009 +賢母 0.00000037 +賢治 0.00000028 +賢者 0.00000358 +賤し 0.00000009 +賦 0.00000009 +質 0.00004273 +質問 0.00011344 +質屋 0.00000128 +質感 0.00000037 +質料 0.00000009 +質源 0.00000009 +質疑 0.00000055 +質的 0.00000064 +質素 0.00000569 +質量 0.00000138 +賭 0.00000211 +賭け 0.00001944 +賭け事 0.00000037 +賭事 0.00000009 +賭元 0.00000009 +賭博 0.00000284 +賭博場 0.00000009 +購 0.00000009 +購入 0.00005392 +購読 0.00000624 +購買 0.00000495 +贄 0.00000018 +贅 0.00000018 +贅沢 0.00000138 +贈 0.00003824 +贈り 0.00000028 +贈り合 0.00000028 +贈り物 0.00002384 +贈る 0.00000018 +贈れ 0.00000009 +贈与 0.00000238 +贈収 0.00000009 +贈収賄 0.00000018 +贈呈 0.00000092 +贈物 0.00000578 +贈答 0.00000165 +贈賄 0.00000046 +贋物 0.00000018 +贋造 0.00000009 +贏 0.00000009 +贔屓 0.00000018 +贖 0.00000009 +贖罪 0.00000009 +赤 0.00007483 +赤々 0.00000064 +赤く 0.00000009 +赤ちゃん 0.00003925 +赤ちゃんと 0.00000110 +赤とんぼ 0.00000009 +赤ひげ 0.00000092 +赤み 0.00000156 +赤みそ 0.00000009 +赤ら 0.00000174 +赤らみ 0.00000018 +赤らめ 0.00000174 +赤んぼう 0.00000018 +赤ん坊 0.00001935 +赤井 0.00000009 +赤光 0.00000009 +赤児 0.00000009 +赤唐 0.00000055 +赤土 0.00000028 +赤地 0.00000009 +赤坂 0.00000147 +赤城 0.00000009 +赤塚 0.00000128 +赤壁 0.00000046 +赤外 0.00000092 +赤外線 0.00000009 +赤子 0.00000064 +赤字 0.00001339 +赤尾 0.00000018 +赤川 0.00000009 +赤帽 0.00000037 +赤床 0.00000009 +赤恥 0.00000009 +赤旗 0.00000037 +赤星 0.00000138 +赤札 0.00000028 +赤松 0.00000018 +赤毛 0.00000211 +赤沼 0.00000046 +赤潮 0.00000064 +赤熱 0.00000037 +赤玉 0.00000009 +赤痢 0.00000055 +赤白 0.00000009 +赤石 0.00000009 +赤福 0.00000018 +赤穂 0.00000101 +赤穂藩 0.00000009 +赤系 0.00000009 +赤紫 0.00000009 +赤紫色 0.00000018 +赤組 0.00000046 +赤線 0.00000018 +赤羽 0.00000046 +赤羽根 0.00000009 +赤肉 0.00000037 +赤胴 0.00000009 +赤色 0.00000339 +赤茶 0.00000028 +赤茶け 0.00000028 +赤茶色 0.00000009 +赤裸 0.00000009 +赤裸々 0.00000046 +赤褐色 0.00000046 +赤西 0.00000028 +赤貝 0.00000009 +赤赫 0.00000009 +赤身 0.00000018 +赤身肉 0.00000009 +赤軍 0.00000028 +赤道 0.00000183 +赤銅 0.00000009 +赤門 0.00000009 +赤間 0.00000046 +赤面 0.00000055 +赤革 0.00000009 +赤頭 0.00000009 +赤飯 0.00000037 +赤髪 0.00000018 +赤髭 0.00000037 +赤鬼 0.00000009 +赤魔術 0.00000018 +赤鹿 0.00000009 +赤黒 0.00000018 +赤鼻 0.00000028 +赦 0.00000101 +赦し 0.00000028 +赦免 0.00000018 +赧め 0.00000009 +赧らめ 0.00000018 +赫 0.00000009 +赫々 0.00000009 +赫哉 0.00000009 +赫怒 0.00000009 +赫灼 0.00000009 +走 0.00009895 +走ら 0.00000018 +走り 0.00000468 +走りこ 0.00000018 +走りぬけ 0.00000009 +走りまわ 0.00000028 +走りよ 0.00000018 +走り去 0.00000183 +走り回 0.00000440 +走り回れ 0.00000009 +走り寄 0.00000046 +走り抜け 0.00000083 +走り狂 0.00000009 +走り込 0.00000046 +走り降り 0.00000009 +走れ 0.00000312 +走塁 0.00000028 +走査 0.00000018 +走狗 0.00000009 +走破 0.00000128 +走者 0.00000358 +走行 0.00001238 +走路 0.00000037 +走馬 0.00000028 +赳夫 0.00000018 +赴 0.00000229 +赴任 0.00001146 +赴夫 0.00000009 +起 0.00000834 +起き 0.00013737 +起きあが 0.00000202 +起きあがり 0.00000009 +起きた 0.00000009 +起きろ 0.00000046 +起き上 0.00000018 +起き上が 0.00000211 +起き上がれ 0.00000037 +起き出 0.00000018 +起き直 0.00000028 +起こ 0.00022760 +起こし 0.00000009 +起こす 0.00000009 +起こせ 0.00000037 +起こり 0.00000064 +起これ 0.00000009 +起す 0.00000009 +起ち 0.00000073 +起ち上が 0.00000009 +起り 0.00000009 +起る 0.00000046 +起亜 0.00000009 +起伏 0.00000238 +起動 0.00000147 +起原 0.00000018 +起因 0.00000220 +起工 0.00000009 +起帳 0.00000009 +起床 0.00000128 +起教 0.00000009 +起案 0.00000009 +起業 0.00000724 +起死 0.00000009 +起源 0.00001155 +起点 0.00000037 +起爆 0.00000009 +起用 0.00000348 +起立 0.00000055 +起草 0.00000083 +起訴 0.00000743 +起震 0.00000009 +超 0.00003586 +超え 0.00006988 +超えれ 0.00000009 +超人 0.00000110 +超人的 0.00000009 +超優れ 0.00000009 +超常 0.00000174 +超然 0.00000037 +超脱 0.00000009 +超越 0.00000202 +超過 0.00000495 +超過分 0.00000009 +超過密 0.00000009 +超過料金 0.00000009 +超過滞在 0.00000064 +超過額 0.00000009 +越 0.00000926 +越え 0.00002687 +越し 0.00001192 +越す 0.00000009 +越せ 0.00000028 +越中 0.00000028 +越冬 0.00000092 +越前 0.00000101 +越境 0.00000009 +越後 0.00000028 +越田 0.00000018 +越路 0.00000018 +趙 0.00000147 +趣 0.00000293 +趣き 0.00000046 +趣向 0.00000202 +趣味 0.00003375 +趣意 0.00000009 +趣旨 0.00000339 +趣深 0.00000028 +趣考 0.00000009 +趣面白 0.00000009 +足 0.00010087 +足あと 0.00000064 +足かせ 0.00000064 +足がかり 0.00000037 +足げ 0.00000009 +足し 0.00000055 +足せ 0.00000009 +足どり 0.00000028 +足ばや 0.00000009 +足もと 0.00000101 +足り 0.00002503 +足りな 0.00000009 +足りる 0.00000009 +足る 0.00000009 +足れり 0.00000009 +足下 0.00000193 +足並み 0.00000064 +足元 0.00000743 +足先 0.00000055 +足利 0.00000211 +足助 0.00000018 +足労 0.00000028 +足取り 0.00000321 +足台 0.00000018 +足嗅 0.00000009 +足固め 0.00000009 +足型 0.00000037 +足場 0.00000284 +足専門 0.00000009 +足尾 0.00000046 +足差し足 0.00000009 +足底 0.00000009 +足形 0.00000009 +足手 0.00000046 +足技 0.00000037 +足抜け 0.00000009 +足拭 0.00000009 +足掛かり 0.00000119 +足掛け 0.00000018 +足掛り 0.00000018 +足摺 0.00000028 +足早 0.00000147 +足杉 0.00000009 +足枷 0.00000009 +足柄 0.00000009 +足止め 0.00000110 +足歩行 0.00000009 +足湯 0.00000119 +足湯場 0.00000009 +足球 0.00000009 +足用 0.00000018 +足留め 0.00000009 +足痛 0.00000009 +足立 0.00000083 +足腰 0.00000009 +足袋 0.00000202 +足裏 0.00000064 +足許 0.00000009 +足跡 0.00000624 +足踏 0.00000028 +足踏み 0.00000046 +足蹴 0.00000018 +足蹴り 0.00000009 +足音 0.00000541 +足首 0.00000293 +跏像 0.00000028 +跛 0.00000009 +跛者 0.00000018 +距たり 0.00000009 +距離 0.00004292 +距離別 0.00000018 +距離走 0.00000009 +跟け 0.00000018 +跡 0.00001045 +跡づけ 0.00000018 +跡取 0.00000009 +跡取り 0.00000009 +跡地 0.00000156 +跡形 0.00000193 +跡継ぎ 0.00000055 +跨 0.00000046 +跪 0.00000073 +跫音 0.00000046 +路 0.00000853 +路上 0.00001366 +路上物 0.00000009 +路傍 0.00000018 +路加 0.00000009 +路地 0.00000348 +路次 0.00000009 +路盤 0.00000009 +路線 0.00001330 +路肩 0.00000128 +路面 0.00000504 +路頭 0.00000028 +路駐 0.00000009 +跳 0.00000092 +跳ね 0.00000385 +跳ね上が 0.00000119 +跳ね上げ 0.00000018 +跳ね回 0.00000009 +跳ね返 0.00000101 +跳ね返り 0.00000018 +跳ね飛ば 0.00000018 +跳び 0.00000275 +跳びあが 0.00000028 +跳びこ 0.00000009 +跳びつ 0.00000009 +跳び上 0.00000009 +跳び上が 0.00000119 +跳び出 0.00000028 +跳び起き 0.00000009 +跳び越え 0.00000009 +跳ぶ 0.00000018 +跳べ 0.00000046 +跳りかか 0.00000009 +跳り上が 0.00000009 +跳躍 0.00000110 +跳馬 0.00000028 +跼 0.00000028 +跼ま 0.00000018 +踊 0.00003200 +踊ら 0.00000101 +踊り 0.00001733 +踊り回 0.00000009 +踊り場 0.00000037 +踊り子 0.00000119 +踊り手 0.00000083 +踊り歩 0.00000009 +踊り狂 0.00000018 +踊れ 0.00000138 +踊リ回 0.00000009 +踊子 0.00000046 +踊手 0.00000009 +踏 0.00001220 +踏まえ 0.00000266 +踏まえれ 0.00000009 +踏み 0.00000037 +踏みこ 0.00000009 +踏みしだ 0.00000018 +踏みしめ 0.00000073 +踏みだ 0.00000018 +踏みつけ 0.00000183 +踏みつけれ 0.00000009 +踏みつぶ 0.00000037 +踏みとどま 0.00000083 +踏みなら 0.00000046 +踏みに 0.00000009 +踏みにじ 0.00000156 +踏みはず 0.00000009 +踏み上 0.00000009 +踏み付け 0.00000009 +踏み倒 0.00000028 +踏み倒し 0.00000009 +踏み入 0.00000046 +踏み入れ 0.00000468 +踏み入れれ 0.00000018 +踏み出 0.00000724 +踏み出せ 0.00000064 +踏み分け 0.00000009 +踏み切 0.00000156 +踏み切り 0.00000009 +踏み切れ 0.00000046 +踏み台 0.00000028 +踏み固め 0.00000028 +踏み外 0.00000018 +踏み抜 0.00000018 +踏み散ら 0.00000009 +踏み止ま 0.00000009 +踏み段 0.00000009 +踏み殺 0.00000018 +踏み潰 0.00000009 +踏み石 0.00000009 +踏み絵 0.00000009 +踏み荒ら 0.00000018 +踏み越 0.00000018 +踏み越え 0.00000018 +踏み車 0.00000009 +踏み込 0.00000229 +踏み込み 0.00000009 +踏み込め 0.00000028 +踏み鳴ら 0.00000101 +踏め 0.00000009 +踏ん 0.00000028 +踏んば 0.00000009 +踏ん切り 0.00000009 +踏ん張 0.00000009 +踏切 0.00000174 +踏板 0.00000018 +踏段 0.00000009 +踏石 0.00000009 +踏破 0.00000028 +踏絵 0.00000046 +踏絵板 0.00000009 +踏襲 0.00000037 +踝 0.00000064 +踵 0.00000119 +蹂躙 0.00000037 +蹄 0.00000064 +蹄疫 0.00000028 +蹌踉 0.00000009 +蹙 0.00000009 +蹙め 0.00000009 +蹣跚 0.00000009 +蹲 0.00000009 +蹴 0.00000541 +蹴っ飛ば 0.00000009 +蹴り 0.00000174 +蹴りつけ 0.00000009 +蹴り上げ 0.00000009 +蹴り出 0.00000009 +蹴り合 0.00000018 +蹴り込め 0.00000009 +蹴り飛ば 0.00000009 +蹴る 0.00000009 +蹴散ら 0.00000018 +蹴破 0.00000018 +蹴落と 0.00000028 +蹴速 0.00000028 +蹴飛ば 0.00000073 +躊躇 0.00000165 +躍 0.00000064 +躍々 0.00000009 +躍ら 0.00000018 +躍り 0.00000009 +躍りかか 0.00000018 +躍りこ 0.00000009 +躍り上が 0.00000037 +躍り出 0.00000101 +躍り掛か 0.00000009 +躍り込 0.00000018 +躍動 0.00000110 +躍如 0.00000009 +躍起 0.00000202 +躍進 0.00000193 +躓物 0.00000009 +身 0.00014599 +身がる 0.00000009 +身ごなし 0.00000009 +身ごも 0.00000064 +身じろぎ 0.00000092 +身だ 0.00000028 +身だし 0.00000009 +身な 0.00000028 +身なり 0.00000321 +身の 0.00000028 +身の回り 0.00000330 +身の毒 0.00000073 +身の毛 0.00000110 +身の程 0.00000018 +身ぶり 0.00000009 +身ぶるい 0.00000028 +身ぶるいし 0.00000009 +身丈 0.00000046 +身上 0.00000028 +身代 0.00000083 +身代わり 0.00000092 +身代金 0.00000009 +身体 0.00005209 +身体つき 0.00000009 +身体張 0.00000009 +身体面 0.00000009 +身元 0.00000669 +身内 0.00000523 +身分 0.00001752 +身動 0.00000037 +身動き 0.00000550 +身売り 0.00000018 +身寄り 0.00000055 +身幅 0.00000018 +身悶え 0.00000018 +身投げ 0.00000009 +身持 0.00000009 +身持ち 0.00000018 +身振い 0.00000009 +身振り 0.00000248 +身方 0.00000009 +身柄 0.00000293 +身構え 0.00000165 +身空 0.00000009 +身綺 0.00000009 +身綺麗 0.00000018 +身繕 0.00000009 +身繕い 0.00000018 +身請 0.00000009 +身請け 0.00000028 +身軽 0.00000064 +身辺 0.00000055 +身近 0.00001440 +身重 0.00000009 +身長 0.00001284 +身際 0.00000028 +身障 0.00000046 +身震 0.00000018 +身震い 0.00000202 +身頃 0.00000009 +身顫 0.00000009 +躯幹 0.00000018 +躯捩 0.00000028 +躰 0.00000009 +躾 0.00000018 +躾け 0.00000009 +車 0.00033636 +車上 0.00000028 +車両 0.00002192 +車中 0.00000073 +車代 0.00000018 +車体 0.00000275 +車体色 0.00000009 +車作り 0.00000018 +車使 0.00000028 +車内 0.00000587 +車列 0.00000018 +車壁 0.00000009 +車外 0.00000028 +車夫 0.00000009 +車好き 0.00000009 +車寅次郎 0.00000073 +車屋 0.00000018 +車山 0.00000009 +車幅 0.00000018 +車庫 0.00000073 +車持 0.00000009 +車掌 0.00000284 +車描け 0.00000009 +車来 0.00000018 +車枠 0.00000009 +車検 0.00000046 +車止め 0.00000009 +車洗 0.00000009 +車用 0.00000009 +車直 0.00000009 +車種 0.00000138 +車窓 0.00000055 +車線 0.00000348 +車買 0.00000018 +車買え 0.00000009 +車軸 0.00000018 +車載 0.00000009 +車輌 0.00000009 +車輪 0.00000523 +車道 0.00000183 +車酔い 0.00000009 +車間 0.00000064 +車馬具 0.00000009 +車高 0.00000046 +軋 0.00000064 +軋り 0.00000009 +軌 0.00000018 +軌跡 0.00000037 +軌道 0.00001376 +軌道上 0.00000009 +軍 0.00009124 +軍一 0.00000009 +軍中 0.00000018 +軍事 0.00003338 +軍事史 0.00000009 +軍人 0.00001146 +軍借 0.00000009 +軍備 0.00000248 +軍刀 0.00000009 +軍制 0.00000028 +軍務 0.00000046 +軍勢 0.00000165 +軍区 0.00000009 +軍医 0.00000037 +軍団 0.00000147 +軍国 0.00000330 +軍将校 0.00000009 +軍属 0.00000009 +軍師 0.00000028 +軍役 0.00000009 +軍律 0.00000009 +軍手 0.00000009 +軍政 0.00000018 +軍旗 0.00000046 +軍曹 0.00000257 +軍服 0.00000101 +軍楽 0.00000009 +軍機 0.00000028 +軍歌 0.00000055 +軍歴 0.00000009 +軍法 0.00000055 +軍産 0.00000009 +軍用 0.00000037 +軍用地 0.00000009 +軍略 0.00000028 +軍神 0.00000009 +軍縮 0.00000183 +軍艦 0.00000110 +軍装 0.00000009 +軍規 0.00000009 +軍議 0.00000018 +軍部 0.00000266 +軍配 0.00000018 +軍銃殺 0.00000009 +軍閥 0.00000064 +軍隊 0.00002797 +軍需 0.00000073 +軍靴 0.00000009 +軍馬 0.00000009 +軒 0.00001889 +軒下 0.00000018 +軒並み 0.00000083 +軒先 0.00000018 +軒回 0.00000009 +軒昂 0.00000009 +軒蛇 0.00000028 +軟 0.00000018 +軟か 0.00000009 +軟ら 0.00000009 +軟らか 0.00000193 +軟化 0.00000055 +軟式 0.00000028 +軟弱 0.00000119 +軟水 0.00000028 +軟派 0.00000018 +軟禁 0.00000211 +軟禁下 0.00000018 +軟膏 0.00000055 +軟質 0.00000018 +軟部 0.00000009 +軟風 0.00000009 +軟骨 0.00000165 +転 0.00001027 +転々 0.00000211 +転が 0.00000853 +転がり 0.00000009 +転がり出 0.00000009 +転がり込 0.00000037 +転げ 0.00000413 +転げ込 0.00000009 +転じ 0.00000073 +転ば 0.00000009 +転び 0.00000028 +転ぶん 0.00000009 +転任 0.00000046 +転倒 0.00000293 +転入 0.00000028 +転写 0.00000018 +転出 0.00000009 +転勤 0.00000697 +転化 0.00000046 +転向 0.00000303 +転向後 0.00000009 +転回 0.00000018 +転園 0.00000009 +転地 0.00000009 +転売 0.00000064 +転変 0.00000009 +転嫁 0.00000064 +転居 0.00000119 +転属 0.00000028 +転換 0.00001486 +転校 0.00000321 +転機 0.00000284 +転生 0.00000018 +転用 0.00000037 +転移 0.00000229 +転職 0.00001100 +転落 0.00000321 +転覆 0.00000211 +転記 0.00000055 +転訛 0.00000009 +転身 0.00000138 +転載 0.00000046 +転轍 0.00000009 +転送 0.00000413 +転送致 0.00000009 +転進 0.00000009 +転院 0.00000009 +軸 0.00000348 +軸受け 0.00000009 +軸棒 0.00000009 +軸脚 0.00000009 +軽 0.00003989 +軽々 0.00000064 +軽々し 0.00000110 +軽い 0.00000009 +軽さ 0.00000009 +軽はずみ 0.00000064 +軽み 0.00000009 +軽め 0.00000028 +軽やか 0.00000211 +軽ん 0.00000083 +軽んじ 0.00000009 +軽井沢 0.00000403 +軽侮 0.00000028 +軽便 0.00000009 +軽傷 0.00000046 +軽卒 0.00000009 +軽口 0.00000037 +軽喜 0.00000009 +軽塀 0.00000009 +軽妙 0.00000055 +軽小 0.00000009 +軽少な 0.00000009 +軽度 0.00000101 +軽微 0.00000018 +軽快 0.00000101 +軽業 0.00000037 +軽水 0.00000046 +軽油 0.00000037 +軽減 0.00000816 +軽犯罪 0.00000009 +軽率 0.00000330 +軽症 0.00000009 +軽罪 0.00000009 +軽蔑 0.00001064 +軽薄 0.00000183 +軽装 0.00000046 +軽視 0.00000303 +軽量 0.00000266 +軽音楽 0.00000028 +軽食 0.00000211 +軽食堂 0.00000046 +軽馬車 0.00000055 +較べ 0.00000037 +較べれ 0.00000009 +較正 0.00000009 +載 0.00001990 +載せ 0.00001431 +載せれ 0.00000009 +載せろ 0.00000009 +載積 0.00000009 +輌 0.00000028 +輔 0.00000009 +輕やか 0.00000009 +輝 0.00003301 +輝か 0.00000009 +輝かし 0.00000413 +輝き 0.00000789 +輝け 0.00000110 +輝之 0.00000009 +輝元 0.00000009 +輝北 0.00000009 +輝度 0.00000018 +輩 0.00000083 +輩出 0.00000183 +輪 0.00001431 +輪っか 0.00000064 +輪ゴム 0.00000009 +輪作 0.00000009 +輪切り 0.00000037 +輪島 0.00000092 +輪廓 0.00000037 +輪廻 0.00000037 +輪橋 0.00000009 +輪添え 0.00000009 +輪王 0.00000037 +輪索 0.00000009 +輪舞 0.00000018 +輪舞曲 0.00000018 +輪郭 0.00000339 +輸入 0.00005016 +輸出 0.00003026 +輸出入 0.00000183 +輸出入業 0.00000009 +輸出入部 0.00000009 +輸液 0.00000009 +輸血 0.00000110 +輸送 0.00001623 +輻 0.00000009 +輻射 0.00000009 +輿 0.00000028 +輿地 0.00000009 +輿論 0.00000009 +轆轤 0.00000009 +轍 0.00000037 +轟 0.00000046 +轟々 0.00000009 +轟き 0.00000018 +轟音 0.00000083 +轡 0.00000018 +轢 0.00000028 +辛 0.00001486 +辛う 0.00000119 +辛うじて 0.00000018 +辛み 0.00000009 +辛ら 0.00000037 +辛らつ 0.00000018 +辛ー 0.00000009 +辛勝 0.00000009 +辛口 0.00000128 +辛口白 0.00000009 +辛味 0.00000028 +辛子 0.00000376 +辛抱 0.00000734 +辛抱強 0.00000009 +辛苦 0.00000028 +辛辣 0.00000119 +辛酸 0.00000009 +辞 0.00000220 +辞め 0.00002934 +辞めちゃえ 0.00000018 +辞めろ 0.00000028 +辞世 0.00000018 +辞令 0.00000138 +辞任 0.00001275 +辞儀 0.00000119 +辞典 0.00000578 +辞典版 0.00000009 +辞去 0.00000018 +辞意 0.00000037 +辞書 0.00001623 +辞書類 0.00000009 +辞職 0.00000514 +辞職願 0.00000009 +辞表 0.00000092 +辞退 0.00000284 +辟易 0.00000046 +辣腕 0.00000028 +辰 0.00000009 +辰也 0.00000009 +辰吉 0.00000147 +辰哉 0.00000009 +辰巳 0.00000009 +辰徳 0.00000083 +辰野 0.00000018 +辰雄 0.00000009 +辱 0.00000009 +辱かし 0.00000009 +辱め 0.00000101 +農 0.00000238 +農作 0.00000321 +農具 0.00000037 +農務 0.00000147 +農協 0.00000064 +農園 0.00000275 +農地 0.00000339 +農場 0.00001000 +農夫 0.00001018 +農奴 0.00000028 +農学 0.00000046 +農家 0.00001715 +農山 0.00000028 +農山村 0.00000018 +農工 0.00000009 +農工商 0.00000046 +農村 0.00000926 +農林 0.00000257 +農林業 0.00000009 +農業 0.00002485 +農業界 0.00000009 +農民 0.00001623 +農民兵 0.00000009 +農水 0.00000046 +農水産 0.00000009 +農法 0.00000064 +農産 0.00000550 +農用 0.00000009 +農畜 0.00000009 +農繁 0.00000009 +農耕 0.00000138 +農耕馬 0.00000028 +農芸 0.00000009 +農薬 0.00000477 +辷 0.00000028 +辷り 0.00000009 +辺 0.00000935 +辺ぴ 0.00000248 +辺ぴな 0.00000046 +辺り 0.00001797 +辺地 0.00000009 +辺境 0.00000119 +辺歩 0.00000009 +辺縁 0.00000009 +辺鄙 0.00000018 +辺野古 0.00000018 +辻 0.00000284 +辻井 0.00000083 +辻元 0.00000110 +辻内 0.00000046 +辻口 0.00000009 +辻本 0.00000037 +辻田 0.00000009 +辻褄 0.00000028 +辻谷 0.00000064 +辻馬車 0.00000009 +込 0.00000770 +込み 0.00000348 +込み上げ 0.00000174 +込み入 0.00000028 +込み合 0.00000284 +込め 0.00001706 +辿 0.00000064 +辿り着 0.00000028 +辿り着け 0.00000009 +迂 0.00000018 +迂回 0.00000110 +迂闊 0.00000009 +迄 0.00000046 +迄開 0.00000009 +迅 0.00000009 +迅速 0.00000954 +迅雷 0.00000009 +迎 0.00000028 +迎え 0.00007162 +迎えいれ 0.00000009 +迎え入れ 0.00000330 +迎え撃 0.00000009 +迎合 0.00000064 +迎撃 0.00000083 +迎賓 0.00000064 +迎賓館 0.00000018 +近 0.00007382 +近々 0.00000413 +近き 0.00000009 +近く 0.00012490 +近ごろ 0.00000183 +近ごろどこ 0.00000018 +近し 0.00000046 +近じょ 0.00000009 +近づ 0.00005089 +近づけ 0.00000459 +近よ 0.00000018 +近世 0.00000064 +近付 0.00000018 +近代 0.00003017 +近似 0.00000073 +近作 0.00000009 +近傍 0.00000037 +近処 0.00000009 +近場 0.00000055 +近寄 0.00000743 +近寄せ 0.00000018 +近寄れ 0.00000018 +近密 0.00000009 +近年 0.00003237 +近所 0.00002779 +近接 0.00000046 +近日 0.00000055 +近時 0.00000009 +近松 0.00000073 +近江 0.00000055 +近江八幡 0.00000009 +近況 0.00000156 +近海 0.00000193 +近現代 0.00000028 +近畿 0.00000385 +近畿説 0.00000009 +近県 0.00000009 +近眼 0.00000028 +近縁 0.00000046 +近著 0.00000018 +近藤 0.00000119 +近衛 0.00000073 +近視 0.00000037 +近視眼 0.00000009 +近親 0.00000119 +近赤 0.00000009 +近赤外 0.00000009 +近辺 0.00000202 +近過ぎ 0.00000009 +近道 0.00000303 +近郊 0.00000541 +近鉄 0.00000339 +近隣 0.00001293 +近頃 0.00000880 +返 0.00004237 +返し 0.00000770 +返す 0.00000009 +返せ 0.00000147 +返り 0.00000037 +返り咲 0.00000110 +返り咲き 0.00000009 +返上 0.00000156 +返事 0.00003815 +返信 0.00000660 +返却 0.00000339 +返品 0.00000743 +返歌 0.00000009 +返済 0.00000578 +返礼 0.00000073 +返答 0.00000293 +返納 0.00000009 +返舎 0.00000028 +返辞 0.00000119 +返送 0.00000339 +返還 0.00000871 +返金 0.00000624 +返電 0.00000028 +迫 0.00002476 +迫り 0.00000064 +迫りくる 0.00000028 +迫れ 0.00000018 +迫力 0.00000312 +迫害 0.00000394 +迫持造り 0.00000009 +迫撃 0.00000037 +迫本 0.00000009 +迫田 0.00000018 +迫真 0.00000009 +述べ 0.00013865 +述べたて 0.00000009 +述べれ 0.00000009 +述べ合 0.00000018 +述べ立て 0.00000009 +述懐 0.00000064 +述語 0.00000064 +迷 0.00001541 +迷い 0.00000358 +迷い込 0.00000110 +迷う 0.00000009 +迷え 0.00000028 +迷わ 0.00000028 +迷信 0.00000303 +迷児 0.00000009 +迷子 0.00000422 +迷宮 0.00000064 +迷惑 0.00002916 +迷言 0.00000009 +迷路 0.00000229 +迸り出 0.00000009 +追 0.00003237 +追い 0.00000339 +追いあげ 0.00000009 +追いかけ 0.00001238 +追いかけまわ 0.00000009 +追いこ 0.00000110 +追いた 0.00000018 +追いたて 0.00000064 +追いだ 0.00000009 +追いつ 0.00000293 +追いつけ 0.00000028 +追いつめ 0.00000037 +追いは 0.00000018 +追いはぎ 0.00000018 +追いまく 0.00000018 +追いまわ 0.00000028 +追いや 0.00000413 +追い上げ 0.00000110 +追い付 0.00000523 +追い付け 0.00000055 +追い出 0.00000724 +追い出し 0.00000009 +追い出せ 0.00000009 +追い剥ぎ 0.00000028 +追い回 0.00000119 +追い帰 0.00000009 +追い戻 0.00000009 +追い打ち 0.00000073 +追い払 0.00000449 +追い払え 0.00000009 +追い抜 0.00000156 +追い抜き 0.00000018 +追い抜け 0.00000009 +追い掛け 0.00000083 +追い散ら 0.00000037 +追い求め 0.00000422 +追い着 0.00000009 +追い立て 0.00000128 +追い落と 0.00000009 +追い詰め 0.00000403 +追い越 0.00000394 +追い越せ 0.00000009 +追い込 0.00000688 +追い込み 0.00000018 +追い込め 0.00000009 +追い返 0.00000083 +追い追い 0.00000009 +追い風 0.00000092 +追え 0.00000046 +追かけ 0.00000009 +追っ 0.00000064 +追っかけ 0.00000037 +追っ手 0.00000009 +追っ払 0.00000018 +追わ 0.00000009 +追伸 0.00000037 +追分 0.00000018 +追剥 0.00000009 +追加 0.00001981 +追及 0.00000348 +追尾 0.00000028 +追従 0.00000193 +追悼 0.00000880 +追想 0.00000018 +追憶 0.00000064 +追捕 0.00000009 +追撃 0.00000037 +追放 0.00000917 +追求 0.00001513 +追究 0.00000083 +追突 0.00000055 +追肥 0.00000009 +追討 0.00000009 +追記 0.00000009 +追試 0.00000028 +追認 0.00000018 +追走 0.00000018 +追跡 0.00001275 +追随 0.00000183 +退 0.00000495 +退が 0.00000009 +退き 0.00000009 +退く 0.00000009 +退け 0.00000385 +退任 0.00000202 +退会 0.00000037 +退位 0.00000018 +退出 0.00000018 +退化 0.00000101 +退却 0.00000183 +退去 0.00000642 +退団 0.00000128 +退場 0.00000193 +退学 0.00000183 +退官 0.00000018 +退室 0.00000055 +退屈 0.00001981 +退席 0.00000046 +退廃 0.00000183 +退役 0.00000248 +退散 0.00000101 +退治 0.00000119 +退用 0.00000009 +退社 0.00000312 +退縮 0.00000009 +退職 0.00001990 +退色 0.00000009 +退行 0.00000037 +退路 0.00000028 +退避 0.00000046 +退部 0.00000028 +退院 0.00000403 +退陣 0.00000156 +退館 0.00000018 +送 0.00013728 +送ら 0.00000009 +送り 0.00001733 +送りあ 0.00000018 +送りかえ 0.00000009 +送りこ 0.00000009 +送りし 0.00000009 +送りだ 0.00000028 +送りつけ 0.00000083 +送りとどけ 0.00000009 +送り主 0.00000073 +送り主に 0.00000009 +送り付け 0.00000009 +送り先 0.00000028 +送り出 0.00000752 +送り出せ 0.00000009 +送り合 0.00000018 +送り届け 0.00000092 +送り手 0.00000037 +送り火 0.00000046 +送り状 0.00000055 +送り致 0.00000009 +送り足払い 0.00000009 +送り込 0.00000660 +送り迎え 0.00000055 +送り返 0.00000514 +送れ 0.00000403 +送付 0.00000486 +送信 0.00000825 +送別 0.00000073 +送受信 0.00000138 +送料 0.00000605 +送検 0.00000009 +送水 0.00000009 +送球 0.00000018 +送致 0.00000028 +送血 0.00000009 +送迎 0.00000101 +送達 0.00000009 +送還 0.00000642 +送金 0.00000642 +送電 0.00000138 +送風 0.00000009 +送風口 0.00000009 +逃 0.00001265 +逃が 0.00000257 +逃げ 0.00004117 +逃げき 0.00000018 +逃げこ 0.00000018 +逃げさ 0.00000018 +逃げだ 0.00000101 +逃げまど 0.00000018 +逃げまどっ 0.00000009 +逃げまわ 0.00000018 +逃げれ 0.00000018 +逃げろ 0.00000055 +逃げ出 0.00001440 +逃げ出し 0.00000009 +逃げ出せ 0.00000064 +逃げ出せれ 0.00000009 +逃げ去 0.00000092 +逃げ回 0.00000009 +逃げ場 0.00000037 +逃げ足 0.00000009 +逃げ込 0.00000275 +逃げ道 0.00000018 +逃し 0.00000046 +逃せ 0.00000009 +逃れ 0.00002219 +逃れ去 0.00000009 +逃亡 0.00000523 +逃走 0.00000312 +逃避 0.00000312 +逆 0.00004493 +逆さ 0.00000073 +逆さま 0.00000083 +逆な 0.00000009 +逆なで 0.00000101 +逆ら 0.00000449 +逆らえ 0.00000092 +逆上 0.00000018 +逆光 0.00000018 +逆向き 0.00000018 +逆回し 0.00000018 +逆境 0.00000431 +逆夢 0.00000009 +逆巻 0.00000018 +逆帆 0.00000009 +逆徒 0.00000037 +逆戻り 0.00000128 +逆手 0.00000046 +逆技 0.00000009 +逆指名 0.00000009 +逆捲 0.00000009 +逆星 0.00000009 +逆様 0.00000018 +逆流 0.00000055 +逆玉 0.00000009 +逆理 0.00000009 +逆立 0.00000083 +逆立ち 0.00000055 +逆立て 0.00000018 +逆行 0.00000138 +逆襲 0.00000009 +逆説 0.00000083 +逆走 0.00000009 +逆転 0.00000596 +逆輸出 0.00000009 +逆順 0.00000009 +逍遥 0.00000055 +透 0.00000018 +透か 0.00000055 +透かし 0.00000018 +透き 0.00000055 +透き通 0.00000101 +透け 0.00000092 +透明 0.00001082 +透析 0.00000083 +透水 0.00000009 +透視 0.00000028 +透過 0.00000083 +逐一 0.00000064 +逐次 0.00000046 +逐語 0.00000009 +逐電 0.00000009 +逓信 0.00000009 +逓信局 0.00000009 +途 0.00000064 +途上 0.00003732 +途中 0.00003934 +途中立ち寄 0.00000018 +途切れ 0.00000403 +途切れ目 0.00000009 +途方 0.00000660 +途端 0.00001155 +途絶え 0.00000183 +途轍 0.00000028 +逗子 0.00000092 +逗留 0.00000028 +這 0.00000220 +這い 0.00000101 +這いず 0.00000009 +這いずる 0.00000028 +這いだ 0.00000009 +這いつくば 0.00000028 +這いまわ 0.00000018 +這い上 0.00000055 +這い上が 0.00000028 +這い上がれ 0.00000009 +這い出 0.00000037 +這い回 0.00000009 +這入 0.00000440 +這入り込 0.00000009 +這入れ 0.00000009 +這虫 0.00000009 +通 0.00024787 +通い 0.00000128 +通いつめ 0.00000009 +通い出 0.00000009 +通い合 0.00000009 +通い合い 0.00000009 +通え 0.00000147 +通し 0.00000128 +通しか 0.00000009 +通じ 0.00000899 +通じあ 0.00000009 +通じ合 0.00000156 +通せ 0.00000092 +通せんぼ 0.00000009 +通らっしゃ 0.00000009 +通り 0.00020385 +通りか 0.00000018 +通りかか 0.00000440 +通りこ 0.00000009 +通りすがり 0.00000156 +通りぬけ 0.00000073 +通りゆ 0.00000009 +通り去 0.00000009 +通り取り扱 0.00000009 +通り抜け 0.00000844 +通り抜けれ 0.00000009 +通り掛か 0.00000018 +通り越 0.00000064 +通り返 0.00000009 +通り過ぎ 0.00000743 +通れ 0.00000266 +通わ 0.00000046 +通人 0.00000009 +通例 0.00000156 +通俗 0.00000046 +通信 0.00003219 +通出 0.00000009 +通勤 0.00001403 +通史 0.00000009 +通告 0.00000220 +通商 0.00000257 +通商省 0.00000009 +通報 0.00000541 +通夜 0.00000101 +通天 0.00000028 +通好 0.00000009 +通子 0.00000009 +通学 0.00000339 +通帳 0.00000101 +通常 0.00005860 +通年 0.00000037 +通廊 0.00000028 +通役 0.00000009 +通念 0.00000101 +通検 0.00000018 +通気 0.00000110 +通牒 0.00000028 +通産 0.00000073 +通用 0.00000844 +通用語 0.00000009 +通目 0.00000018 +通知 0.00000917 +通称 0.00000266 +通算 0.00000514 +通船 0.00000009 +通行 0.00001183 +通行止め 0.00000037 +通訊 0.00000009 +通訳 0.00002256 +通話 0.00000798 +通説 0.00000055 +通諜 0.00000009 +通貨 0.00000880 +通販 0.00000138 +通路 0.00000834 +通送 0.00000009 +通運 0.00000009 +通過 0.00001605 +通達 0.00000128 +通関 0.00000055 +通院 0.00000110 +通風 0.00000156 +通風口 0.00000009 +逝 0.00000101 +逝去 0.00000101 +逞し 0.00000055 +速 0.00003907 +速ま 0.00000009 +速め 0.00000138 +速やか 0.00000403 +速乾 0.00000037 +速力 0.00000358 +速報 0.00000083 +速度 0.00002109 +速成 0.00000009 +速撃ち 0.00000009 +速攻 0.00000018 +速水 0.00000009 +速熱 0.00000009 +速球 0.00000174 +速習 0.00000028 +速聴 0.00000009 +速記 0.00000018 +速記者 0.00000064 +速読 0.00000028 +速足 0.00000083 +速達 0.00000110 +造 0.00001807 +造り 0.00000669 +造りあげ 0.00000018 +造りかえ 0.00000009 +造り上げ 0.00000028 +造り出 0.00000037 +造り変え 0.00000009 +造れ 0.00000037 +造作 0.00000156 +造出 0.00000009 +造化 0.00000009 +造反 0.00000064 +造営 0.00000009 +造園 0.00000028 +造型 0.00000009 +造幣 0.00000083 +造形 0.00000147 +造影 0.00000119 +造成 0.00000046 +造犯 0.00000009 +造立 0.00000018 +造船 0.00000101 +造花 0.00000046 +造詣 0.00000092 +造語 0.00000083 +造酒 0.00000009 +逡巡 0.00000009 +逢 0.00000083 +逢え 0.00000009 +逢瀬 0.00000018 +連 0.00000128 +連だこ 0.00000009 +連な 0.00000266 +連なり 0.00000018 +連ね 0.00000293 +連れ 0.00007996 +連れ出 0.00000220 +連れ出せ 0.00000009 +連れ去 0.00000266 +連れ去り 0.00000018 +連れ合い 0.00000046 +連れ子 0.00000018 +連れ戻 0.00000028 +連れ添 0.00000028 +連れ立 0.00000046 +連れ込 0.00000073 +連中 0.00001889 +連休 0.00000211 +連作 0.00000037 +連係 0.00000009 +連動 0.00000202 +連勝 0.00000431 +連取 0.00000037 +連合 0.00002393 +連合同 0.00000009 +連呼 0.00000046 +連夜 0.00000018 +連太郎 0.00000009 +連射 0.00000009 +連山 0.00000037 +連峰 0.00000018 +連帯 0.00000523 +連想 0.00000495 +連戦 0.00000064 +連打 0.00000046 +連投 0.00000009 +連携 0.00000376 +連敗 0.00000128 +連日 0.00000367 +連歌 0.00000009 +連演芸 0.00000009 +連発 0.00000202 +連盟 0.00001128 +連立 0.00000605 +連累 0.00000009 +連結 0.00000073 +連絡 0.00007850 +連続 0.00004603 +連綿 0.00000028 +連行 0.00000321 +連覇 0.00000945 +連載 0.00000523 +連邦 0.00002476 +連邦人権 0.00000009 +連邦内 0.00000018 +連邦法 0.00000009 +連邦議 0.00000028 +連鎖 0.00000312 +連隊 0.00000156 +逮捕 0.00004099 +週 0.00003210 +週ご 0.00000009 +週三 0.00000009 +週二 0.00000009 +週休 0.00000138 +週刊 0.00000468 +週四 0.00000028 +週報 0.00000009 +週当たり 0.00000009 +週日 0.00000028 +週明け 0.00000009 +週末 0.00002430 +週次 0.00000018 +週給 0.00000009 +週間 0.00010894 +週齢 0.00000009 +進 0.00011032 +進み 0.00000083 +進み出 0.00000156 +進め 0.00004319 +進めれ 0.00000018 +進めろ 0.00000009 +進中 0.00000009 +進入 0.00000156 +進出 0.00002283 +進化 0.00001724 +進取 0.00000028 +進呈 0.00000028 +進学 0.00001330 +進展 0.00001715 +進度 0.00000009 +進捗 0.00000174 +進撃 0.00000083 +進攻 0.00000028 +進曲 0.00000009 +進歩 0.00002632 +進水 0.00000055 +進物 0.00000009 +進級 0.00000018 +進行 0.00001669 +進行形 0.00000009 +進言 0.00000046 +進路 0.00000724 +進軍 0.00000092 +進退 0.00000037 +進駐 0.00000110 +進駐軍 0.00000018 +逸 0.00000165 +逸ら 0.00000028 +逸れ 0.00000037 +逸品 0.00000083 +逸材 0.00000028 +逸脱 0.00000110 +逸見 0.00000028 +逸話 0.00000193 +逸郎 0.00000037 +逼迫 0.00000037 +遁 0.00000009 +遁げ 0.00000028 +遁げ出 0.00000064 +遁げ去 0.00000009 +遁走 0.00000018 +遂 0.00000257 +遂げ 0.00001495 +遂行 0.00000633 +遅 0.00004814 +遅々 0.00000055 +遅く 0.00000697 +遅ま 0.00000009 +遅ら 0.00000083 +遅らせ 0.00000449 +遅らせれ 0.00000037 +遅れ 0.00006263 +遅ればせ 0.00000037 +遅れれ 0.00000018 +遅刻 0.00000770 +遅咲 0.00000009 +遅延 0.00000174 +遅滞 0.00000055 +遅番 0.00000009 +遅過 0.00000009 +遅過ぎ 0.00000055 +遇 0.00000064 +遊 0.00005741 +遊ば 0.00000018 +遊ばせ 0.00000028 +遊び 0.00002806 +遊びで 0.00000009 +遊びな 0.00000009 +遊び場 0.00000101 +遊び心 0.00000018 +遊べ 0.00000220 +遊休 0.00000018 +遊佐 0.00000009 +遊体 0.00000009 +遊侠 0.00000009 +遊具 0.00000073 +遊園 0.00000504 +遊女 0.00000064 +遊学 0.00000018 +遊山 0.00000018 +遊底 0.00000009 +遊戯 0.00000128 +遊技 0.00000018 +遊撃 0.00000028 +遊星 0.00000009 +遊楽 0.00000018 +遊歩 0.00000110 +遊民 0.00000009 +遊泳 0.00000165 +遊牧 0.00000073 +遊興 0.00000028 +遊覧 0.00000165 +遊説 0.00000037 +遊走 0.00000009 +遊郭 0.00000046 +遊離 0.00000028 +運 0.00008611 +運ば 0.00000009 +運び 0.00000138 +運びおろ 0.00000009 +運びこ 0.00000009 +運び上げ 0.00000037 +運び入れ 0.00000009 +運び出 0.00000202 +運び去 0.00000101 +運び手 0.00000009 +運び込 0.00000293 +運べ 0.00000156 +運まかせ 0.00000009 +運り 0.00000009 +運任せ 0.00000009 +運休 0.00000037 +運動 0.00010023 +運勢 0.00000211 +運命 0.00003833 +運営 0.00003072 +運悪 0.00000101 +運慶 0.00000009 +運搬 0.00000266 +運星 0.00000009 +運次第 0.00000009 +運気 0.00000165 +運河 0.00000642 +運用 0.00000495 +運航 0.00000330 +運行 0.00000834 +運試 0.00000018 +運試し 0.00000028 +運賃 0.00000385 +運転 0.00006318 +運輸 0.00000229 +運送 0.00000211 +遍 0.00000018 +遍在 0.00000018 +遍歴 0.00000028 +遍路 0.00000028 +過 0.00001128 +過ぎ 0.00021247 +過ぎ去 0.00000367 +過ぎ行 0.00000037 +過ぐる 0.00000009 +過ご 0.00011307 +過ごせ 0.00000211 +過ち 0.00000779 +過信 0.00000101 +過剰 0.00001265 +過労 0.00000211 +過半数 0.00000028 +過去 0.00009051 +過国 0.00000009 +過多 0.00000037 +過大 0.00000165 +過失 0.00000138 +過密 0.00000055 +過小 0.00000183 +過少 0.00000009 +過度 0.00000504 +過当 0.00000028 +過敏 0.00000220 +過日 0.00000009 +過渡 0.00000028 +過激 0.00000844 +過熱 0.00000110 +過疎 0.00000138 +過程 0.00002751 +過積載 0.00000028 +過言 0.00000367 +過誤 0.00000028 +過負荷 0.00000009 +過酷 0.00000422 +過酸 0.00000009 +過重 0.00000009 +過食 0.00000092 +道 0.00015149 +道── 0.00000009 +道々 0.00000037 +道な 0.00000009 +道のり 0.00000651 +道のりが 0.00000064 +道ばた 0.00000073 +道ゆ 0.00000009 +道中 0.00000220 +道伴 0.00000009 +道側 0.00000009 +道元 0.00000009 +道具 0.00002815 +道内 0.00000009 +道化 0.00000532 +道善 0.00000009 +道場 0.00000596 +道士 0.00000018 +道大 0.00000009 +道好き 0.00000009 +道子 0.00000018 +道家 0.00000018 +道幅 0.00000073 +道庁 0.00000009 +道弘 0.00000009 +道彦 0.00000009 +道後 0.00000046 +道徳 0.00001623 +道徳律 0.00000046 +道徳心 0.00000018 +道成 0.00000055 +道教 0.00000046 +道断 0.00000073 +道楽 0.00000092 +道標 0.00000028 +道民 0.00000009 +道気 0.00000009 +道沿い 0.00000073 +道灌 0.00000009 +道理 0.00000293 +道県 0.00000018 +道真 0.00000312 +道着 0.00000028 +道祖 0.00000028 +道程 0.00000083 +道端 0.00000275 +道筋 0.00000293 +道義 0.00000248 +道義心 0.00000037 +道脇 0.00000009 +道行 0.00000110 +道行き 0.00000028 +道衣 0.00000018 +道路 0.00004640 +道連れ 0.00000064 +道長 0.00000018 +道関 0.00000009 +道隆 0.00000009 +道雄 0.00000009 +道順 0.00000110 +道頓 0.00000037 +道頓堀 0.00000018 +道養 0.00000009 +達 0.00007611 +達し 0.00000009 +達っ 0.00000009 +達也 0.00000119 +達人 0.00000422 +達度 0.00000009 +達成 0.00004282 +達成度 0.00000009 +達男 0.00000009 +達矢 0.00000009 +達磨 0.00000037 +達筆 0.00000009 +達者 0.00000101 +達観 0.00000028 +達郎 0.00000037 +達頼 0.00000009 +違 0.00020505 +違い 0.00014975 +違え 0.00000119 +違反 0.00002687 +違和 0.00000578 +違憲 0.00000101 +違方 0.00000009 +違法 0.00001816 +違約 0.00000009 +遙 0.00000119 +遙々 0.00000009 +遙か 0.00000018 +遜色 0.00000009 +遠 0.00004044 +遠か 0.00000028 +遠から 0.00000028 +遠く 0.00002393 +遠ざか 0.00000468 +遠ざけ 0.00000358 +遠の 0.00000028 +遠まわり 0.00000009 +遠乗り 0.00000009 +遠出 0.00000092 +遠吠え 0.00000055 +遠回 0.00000055 +遠回し 0.00000101 +遠回り 0.00000073 +遠因 0.00000009 +遠大 0.00000009 +遠山 0.00000028 +遠巻き 0.00000009 +遠征 0.00000193 +遠征軍 0.00000009 +遠心 0.00000028 +遠慮 0.00001843 +遠方 0.00000248 +遠景 0.00000009 +遠泳 0.00000037 +遠洋 0.00000037 +遠浅 0.00000009 +遠眼 0.00000009 +遠縁 0.00000046 +遠藤 0.00000083 +遠視 0.00000009 +遠謀 0.00000009 +遠赤 0.00000046 +遠赤外 0.00000009 +遠足 0.00000128 +遠路 0.00000018 +遠近 0.00000083 +遠退 0.00000009 +遠過ぎ 0.00000009 +遠避け 0.00000009 +遠隔 0.00000367 +遠雷 0.00000009 +遡 0.00000660 +遡れ 0.00000028 +遡上 0.00000009 +遣 0.00000211 +遣い 0.00000394 +遣ら 0.00000009 +遣り 0.00000009 +遣り遂げ 0.00000009 +遣れ 0.00000009 +遣わ 0.00000055 +遣唐 0.00000028 +遣都 0.00000009 +遣隋 0.00000009 +遥 0.00000046 +遥々 0.00000009 +遥か 0.00000055 +遥盟 0.00000009 +適 0.00001385 +適う 0.00000009 +適任 0.00000257 +適例 0.00000009 +適切 0.00003228 +適合 0.00000578 +適度 0.00000293 +適当 0.00000761 +適役 0.00000009 +適応 0.00001174 +適性 0.00000211 +適所 0.00000037 +適時 0.00000046 +適期 0.00000009 +適材 0.00000018 +適格 0.00000119 +適正 0.00000422 +適法 0.00000046 +適温 0.00000064 +適用 0.00001779 +適者 0.00000009 +適職 0.00000009 +適語 0.00000018 +適量 0.00000128 +適齢 0.00000229 +遭 0.00001972 +遭いかけ 0.00000009 +遭う 0.00000055 +遭わ 0.00000055 +遭遇 0.00000642 +遭難 0.00000138 +遭難船 0.00000009 +遮 0.00000266 +遮光 0.00000018 +遮断 0.00000312 +遮断術 0.00000009 +遮蔽 0.00000037 +遲 0.00000009 +遵 0.00000009 +遵守 0.00000028 +遵法 0.00000009 +遷 0.00000009 +遷移 0.00000028 +遷都 0.00000037 +選 0.00019193 +選び 0.00000596 +選び出 0.00000110 +選べ 0.00000743 +選ら 0.00000009 +選り 0.00000018 +選り分け 0.00000018 +選任 0.00000092 +選出 0.00001293 +選別 0.00000128 +選奨 0.00000009 +選好 0.00000009 +選定 0.00000293 +選手 0.00054077 +選抜 0.00000550 +選択 0.00006227 +選挙 0.00009519 +選曲 0.00000064 +選本 0.00000009 +選民 0.00000009 +選管 0.00000009 +選組 0.00000009 +選考 0.00000908 +選者 0.00000009 +選集 0.00000028 +遺 0.00000147 +遺伝 0.00004429 +遺体 0.00000880 +遺作 0.00000009 +遺品 0.00000147 +遺失 0.00000110 +遺影 0.00000083 +遺徳 0.00000018 +遺志 0.00000018 +遺愛 0.00000009 +遺憾 0.00000284 +遺文 0.00000009 +遺族 0.00000715 +遺書 0.00000110 +遺棄 0.00000046 +遺灰 0.00000055 +遺物 0.00000220 +遺産 0.00002834 +遺留 0.00000064 +遺言 0.00000477 +遺跡 0.00001476 +遺骨 0.00000385 +遺骸 0.00000092 +遼 0.00000101 +遼一 0.00000009 +遼君 0.00000009 +遼太郎 0.00000009 +遼寧 0.00000046 +遼遠 0.00000009 +避け 0.00005786 +避けえ 0.00000018 +避けろ 0.00000009 +避妊 0.00000348 +避寒 0.00000009 +避暑 0.00000083 +避難 0.00001632 +避雷 0.00000055 +邀撃 0.00000009 +邁進 0.00000064 +邂逅 0.00000018 +還 0.00000037 +還付 0.00000018 +還元 0.00000238 +還流 0.00000009 +那 0.00000037 +那智 0.00000101 +那珂川 0.00000028 +那覇 0.00000156 +那須 0.00000128 +邦 0.00000018 +邦人 0.00000092 +邦夫 0.00000028 +邦子 0.00000138 +邦字 0.00000018 +邦広 0.00000009 +邦彦 0.00000018 +邦楽 0.00000229 +邦洋 0.00000018 +邦画 0.00000110 +邦茂 0.00000028 +邦行 0.00000009 +邦訳 0.00000018 +邦題 0.00000037 +邪 0.00000046 +邪な 0.00000009 +邪ま 0.00000009 +邪心 0.00000009 +邪念 0.00000018 +邪悪 0.00001467 +邪気 0.00000248 +邪視 0.00000009 +邪険 0.00000018 +邪馬 0.00000293 +邪魔 0.00002476 +邪魔立て 0.00000009 +邸 0.00000275 +邸内 0.00000018 +邸宅 0.00000523 +邸跡 0.00000009 +郁 0.00000009 +郁司 0.00000009 +郁夫 0.00000055 +郁子 0.00000028 +郁栄 0.00000018 +郊外 0.00001385 +郡 0.00000468 +郡内 0.00000009 +郡山 0.00000009 +郡立 0.00000018 +郡道 0.00000009 +郡部 0.00000009 +部 0.00012673 +部下 0.00001403 +部下達 0.00000009 +部会 0.00000064 +部会長 0.00000009 +部位 0.00000468 +部内 0.00000018 +部分 0.00010041 +部分か 0.00000028 +部品 0.00001165 +部員 0.00000330 +部外 0.00000147 +部局 0.00000055 +部屋 0.00019377 +部数 0.00000358 +部族 0.00000569 +部活 0.00000275 +部署 0.00000550 +部署名 0.00000009 +部落 0.00000018 +部落民 0.00000009 +部長 0.00001394 +部門 0.00002815 +部隊 0.00001458 +部隊員 0.00000037 +部類 0.00000110 +部首 0.00000009 +郭 0.00000018 +郭良 0.00000046 +郵便 0.00002944 +郵政 0.00001027 +郵船 0.00000009 +郵貯 0.00000009 +郵送 0.00000303 +郷 0.00000981 +郷中 0.00000009 +郷土 0.00000330 +郷土史 0.00000009 +郷愁 0.00000092 +郷荻町 0.00000009 +郷里 0.00000055 +都 0.00004723 +都会 0.00001568 +都内 0.00000734 +都合 0.00002779 +都城 0.00000009 +都外 0.00000009 +都子 0.00000009 +都市 0.00010454 +都庁 0.00000119 +都度 0.00000147 +都心 0.00000468 +都政 0.00000028 +都民 0.00000193 +都留 0.00000009 +都知事 0.00000009 +都立 0.00000046 +都紀 0.00000009 +都羅山 0.00000009 +都落ち 0.00000009 +都議会 0.00000009 +都銀 0.00000009 +都電 0.00000073 +都鳥 0.00000009 +鄧 0.00000037 +鄧昌文 0.00000009 +鄭 0.00000110 +鄭文子 0.00000009 +鄭潔 0.00000009 +鄭香均 0.00000009 +酉 0.00000073 +酉年 0.00000046 +酋長 0.00000037 +酌 0.00000083 +酌量 0.00000037 +配 0.00001669 +配り 0.00000028 +配れ 0.00000028 +配下 0.00000092 +配信 0.00000514 +配偶 0.00002008 +配備 0.00000486 +配分 0.00000358 +配列 0.00000339 +配合 0.00000422 +配属 0.00000312 +配布 0.00001403 +配当 0.00000211 +配役 0.00000119 +配慮 0.00001403 +配水 0.00000009 +配管 0.00000138 +配給 0.00000477 +配線 0.00000092 +配置 0.00000871 +配置換え 0.00000009 +配膳 0.00000009 +配色 0.00000046 +配送 0.00000642 +配達 0.00001238 +配電 0.00000009 +酎 0.00000009 +酒 0.00007153 +酒かす 0.00000009 +酒だる 0.00000009 +酒づくり 0.00000018 +酒乱 0.00000009 +酒井 0.00000119 +酒商 0.00000009 +酒場 0.00000348 +酒好き 0.00000009 +酒宴 0.00000009 +酒屋 0.00000183 +酒店 0.00000009 +酒持 0.00000009 +酒杯 0.00000009 +酒樽 0.00000055 +酒止め 0.00000009 +酒母 0.00000009 +酒気 0.00000018 +酒気帯び 0.00000009 +酒浸り 0.00000018 +酒漬け 0.00000009 +酒瓶 0.00000028 +酒田 0.00000009 +酒癖 0.00000018 +酒盗 0.00000046 +酒盛り 0.00000009 +酒蔵 0.00000064 +酒販 0.00000009 +酒造 0.00000193 +酒造り 0.00000046 +酒類 0.00000110 +酒飲 0.00000009 +酒飲み 0.00000055 +酔 0.00000743 +酔い 0.00000523 +酔いざ 0.00000009 +酔いつぶれ 0.00000018 +酔いど 0.00000064 +酔いどれ 0.00000028 +酔う 0.00000009 +酔っち 0.00000009 +酔っぱら 0.00000844 +酔っぱらい 0.00000220 +酔っぱらいと 0.00000009 +酔っぱらいに 0.00000009 +酔っぱらいは 0.00000009 +酔っ払 0.00000128 +酔っ払い 0.00000037 +酔処 0.00000018 +酔払 0.00000009 +酔漢 0.00000009 +酔狂 0.00000018 +酔生 0.00000009 +酢 0.00000514 +酢めし 0.00000009 +酢漬 0.00000009 +酢漬け 0.00000009 +酢豚 0.00000009 +酢酸 0.00000009 +酢飯 0.00000073 +酩酊 0.00000009 +酪農 0.00000073 +酪農場 0.00000009 +酬恩 0.00000018 +酵乳 0.00000018 +酵母 0.00000046 +酵素 0.00000293 +酷 0.00000128 +酷似 0.00000009 +酷使 0.00000092 +酷寒 0.00000009 +酷暑 0.00000028 +酷薄 0.00000009 +酷評 0.00000138 +酸 0.00000715 +酸っぱ 0.00000101 +酸っぱい 0.00000064 +酸化 0.00001678 +酸味 0.00000101 +酸塩 0.00000037 +酸性 0.00000147 +酸欠 0.00000028 +酸素 0.00001137 +酸素水 0.00000009 +醋酸 0.00000009 +醍醐 0.00000183 +醒 0.00000037 +醒め 0.00000073 +醜 0.00000779 +醜怪 0.00000064 +醜悪 0.00000101 +醜態 0.00000009 +醜聞 0.00000073 +醤油 0.00000064 +醫院 0.00000064 +醸 0.00000257 +醸しだ 0.00000009 +醸し出 0.00000330 +醸し出せ 0.00000009 +醸成 0.00000046 +醸造 0.00000523 +醸造所 0.00000009 +醸造長 0.00000009 +醸酒 0.00000009 +采配 0.00000018 +釈放 0.00000495 +釈明 0.00000064 +釈然 0.00000046 +釈迦 0.00000303 +釈迦堂 0.00000009 +釉 0.00000009 +里 0.00000147 +里子 0.00000147 +里帰 0.00000028 +里帰り 0.00000165 +里程 0.00000009 +里穂 0.00000009 +里美 0.00000128 +里芋 0.00000009 +里華 0.00000009 +里見 0.00000018 +里親 0.00000165 +里谷 0.00000037 +重 0.00006694 +重々 0.00000028 +重々し 0.00000220 +重き 0.00000312 +重さ 0.00000009 +重し 0.00000009 +重た 0.00000165 +重たる 0.00000018 +重な 0.00000734 +重なり 0.00000018 +重なりあ 0.00000009 +重なり合 0.00000128 +重なり合い 0.00000009 +重ね 0.00002146 +重ねあわせ 0.00000009 +重ねれ 0.00000018 +重ね合せ 0.00000009 +重ね合わせ 0.00000028 +重み 0.00000330 +重も 0.00000009 +重り 0.00000046 +重ん 0.00000339 +重んじ 0.00000330 +重体 0.00000028 +重信 0.00000009 +重傷 0.00000468 +重光 0.00000009 +重典 0.00000009 +重力 0.00000385 +重化学 0.00000009 +重厚 0.00000110 +重合 0.00000018 +重商 0.00000009 +重国籍 0.00000009 +重圧 0.00000257 +重塔 0.00000073 +重大 0.00002531 +重大事 0.00000055 +重大視 0.00000009 +重婚 0.00000028 +重宝 0.00000138 +重層 0.00000009 +重岡 0.00000009 +重工 0.00000183 +重度 0.00000147 +重役 0.00000312 +重心 0.00000064 +重態 0.00000009 +重慶 0.00000018 +重戦 0.00000009 +重文 0.00000009 +重明 0.00000009 +重曹 0.00000009 +重松 0.00000018 +重機 0.00000018 +重武装 0.00000028 +重水素 0.00000009 +重油 0.00000183 +重点 0.00001394 +重犯罪 0.00000009 +重用 0.00000018 +重田 0.00000009 +重病 0.00000156 +重症 0.00000220 +重硫 0.00000018 +重税 0.00000037 +重箱 0.00000046 +重篤 0.00000101 +重罪 0.00000119 +重罰 0.00000009 +重苦 0.00000009 +重苦し 0.00000275 +重荷 0.00000679 +重複 0.00000174 +重要 0.00020963 +重要事 0.00000009 +重視 0.00001843 +重責 0.00000064 +重賞 0.00000018 +重軽傷 0.00000009 +重過ぎ 0.00000009 +重量 0.00000394 +重陽 0.00000009 +重騎 0.00000018 +野 0.00000550 +野々 0.00000009 +野うさぎ 0.00000028 +野ざらし 0.00000018 +野ばら 0.00000037 +野アザミ 0.00000009 +野ネズミ 0.00000009 +野中 0.00000009 +野依 0.00000028 +野党 0.00001119 +野卑 0.00000018 +野原 0.00000348 +野口 0.00001036 +野呂田 0.00000009 +野営 0.00000257 +野垂れ 0.00000009 +野外 0.00000596 +野外遊び 0.00000009 +野天 0.00000018 +野天岩 0.00000009 +野太 0.00000009 +野宿 0.00000028 +野尻 0.00000009 +野山 0.00000009 +野島 0.00000009 +野崎 0.00000009 +野席 0.00000009 +野心 0.00000697 +野性 0.00000119 +野戦 0.00000055 +野手 0.00000110 +野放し 0.00000101 +野放図 0.00000009 +野暮 0.00000009 +野暮った 0.00000009 +野朗 0.00000018 +野望 0.00000403 +野木 0.00000009 +野村 0.00000587 +野次 0.00000009 +野次馬 0.00000028 +野武士 0.00000055 +野比 0.00000009 +野沢 0.00000018 +野添 0.00000055 +野瀬 0.00000009 +野火 0.00000028 +野点 0.00000009 +野焼き 0.00000009 +野牛 0.00000009 +野犬 0.00000009 +野猪肉 0.00000018 +野猿 0.00000009 +野獣 0.00000257 +野球 0.00008886 +野生 0.00001623 +野生馬 0.00000009 +野田 0.00000238 +野良 0.00000028 +野良犬 0.00000101 +野良猫 0.00000119 +野茂 0.00000569 +野草 0.00000064 +野菊 0.00000018 +野菜 0.00003998 +野菜園 0.00000009 +野菜畑 0.00000009 +野蛮 0.00000468 +野蛮人 0.00000083 +野見 0.00000037 +野角 0.00000009 +野郎 0.00000358 +野鳥 0.00000183 +野鴨 0.00000018 +量 0.00009876 +量り 0.00000009 +量刑 0.00000037 +量売 0.00000009 +量子 0.00000018 +量産 0.00000147 +量的 0.00000046 +量衡 0.00000028 +量販 0.00000147 +量高 0.00000009 +金 0.00039111 +金ぐし 0.00000009 +金づち 0.00000018 +金づる 0.00000009 +金ぱく 0.00000028 +金ぴか 0.00000009 +金もうけ 0.00000009 +金丸 0.00000064 +金井 0.00000037 +金人 0.00000009 +金儲け 0.00000009 +金兌換 0.00000009 +金入れ 0.00000009 +金八 0.00000064 +金具 0.00000128 +金切り 0.00000101 +金切りばさみ 0.00000009 +金切り声 0.00000110 +金切声 0.00000018 +金利 0.00000559 +金券 0.00000028 +金剛 0.00000055 +金剛像 0.00000009 +金剛山 0.00000009 +金助 0.00000009 +金原 0.00000046 +金君 0.00000009 +金吾 0.00000009 +金品 0.00000073 +金回り 0.00000009 +金型 0.00000028 +金城 0.00000055 +金堂 0.00000046 +金塊 0.00000092 +金太郎 0.00000046 +金奇英 0.00000009 +金好き 0.00000018 +金婚 0.00000009 +金子 0.00000119 +金字 0.00000046 +金屋 0.00000018 +金属 0.00001321 +金山 0.00000028 +金崎 0.00000009 +金工 0.00000009 +金平 0.00000009 +金床 0.00000009 +金座 0.00000009 +金庫 0.00000559 +金志賢 0.00000009 +金払い 0.00000009 +金持 0.00000202 +金持ち 0.00003008 +金掘り 0.00000009 +金敷き 0.00000018 +金星 0.00000193 +金春 0.00000009 +金時 0.00000009 +金曜 0.00001797 +金本 0.00000083 +金村 0.00000009 +金杯 0.00000037 +金柄 0.00000009 +金栗 0.00000009 +金棒 0.00000018 +金森 0.00000009 +金槌 0.00000009 +金権 0.00000064 +金欠 0.00000046 +金次第 0.00000028 +金次郎 0.00000138 +金欲 0.00000009 +金歯 0.00000009 +金残 0.00000009 +金沢 0.00000348 +金浦 0.00000009 +金淑垠 0.00000009 +金渡 0.00000009 +金熊 0.00000028 +金熊賞 0.00000009 +金物 0.00000174 +金獅子 0.00000028 +金玉 0.00000009 +金王 0.00000018 +金田 0.00000028 +金田一 0.00000018 +金目 0.00000009 +金目当て 0.00000073 +金科 0.00000009 +金種 0.00000037 +金策 0.00000018 +金箔 0.00000248 +金箔張り 0.00000009 +金管楽器 0.00000009 +金箱 0.00000009 +金粉 0.00000009 +金糸 0.00000037 +金紙 0.00000037 +金素雲 0.00000092 +金紫荊 0.00000009 +金網 0.00000018 +金緑 0.00000018 +金線 0.00000009 +金縁 0.00000018 +金縛り 0.00000009 +金脈 0.00000009 +金色 0.00000486 +金芝河 0.00000009 +金華 0.00000009 +金蔵 0.00000009 +金融 0.00003008 +金行 0.00000009 +金製 0.00000018 +金見 0.00000009 +金角 0.00000009 +金言 0.00000028 +金谷 0.00000009 +金貨 0.00000569 +金貸 0.00000009 +金貸し 0.00000046 +金賞 0.00000018 +金賢 0.00000018 +金輪 0.00000046 +金運 0.00000028 +金遣い 0.00000009 +金鉱 0.00000028 +金銀 0.00000092 +金銀貨 0.00000009 +金銅 0.00000009 +金銭 0.00001201 +金門 0.00000009 +金閣 0.00000220 +金閣寺 0.00000018 +金離れ 0.00000028 +金韓 0.00000009 +金額 0.00002421 +金食 0.00000018 +金髪 0.00000899 +金魚 0.00000284 +金鶏 0.00000009 +金龍華 0.00000028 +金_ 0.00000009 +釘 0.00000073 +釘づけ 0.00000009 +釘付け 0.00000046 +釜 0.00000138 +釜めし 0.00000009 +釜ケ崎 0.00000009 +釜山 0.00000046 +釜本 0.00000028 +釜焼 0.00000009 +釜爺 0.00000009 +釜石 0.00000046 +針 0.00001018 +針々 0.00000018 +針先 0.00000009 +針刺 0.00000055 +針子 0.00000018 +針形 0.00000009 +針生 0.00000009 +針箱 0.00000009 +針葉 0.00000009 +針路 0.00000092 +針金 0.00000101 +釣 0.00000174 +釣り 0.00000752 +釣りあい 0.00000009 +釣りあげ 0.00000009 +釣りざお 0.00000009 +釣りばか 0.00000009 +釣り上げ 0.00000064 +釣り人 0.00000128 +釣り合 0.00000009 +釣り合い 0.00000092 +釣り堀 0.00000009 +釣り場 0.00000055 +釣り竿 0.00000037 +釣り糸 0.00000028 +釣り船 0.00000009 +釣り針 0.00000064 +釣り銭 0.00000128 +釣り銭切れ 0.00000009 +釣り銭受け 0.00000009 +釣り鐘 0.00000064 +釣り餌 0.00000009 +釣れ 0.00000064 +釣具 0.00000009 +釣合 0.00000018 +釣女 0.00000009 +釣書 0.00000009 +釣針 0.00000009 +釣鐘 0.00000009 +釣魚 0.00000009 +釦 0.00000037 +釦子 0.00000009 +釧網 0.00000009 +釧網線 0.00000009 +釧路 0.00000064 +鈍 0.00000734 +鈍り 0.00000009 +鈍児 0.00000009 +鈍化 0.00000055 +鈍器 0.00000009 +鈍感 0.00000156 +鈍痛 0.00000009 +鈍的 0.00000009 +鈍磨 0.00000009 +鈍行 0.00000018 +鈍角 0.00000009 +鈍重 0.00000018 +鈎爪 0.00000028 +鈎金 0.00000009 +鈴 0.00000293 +鈴之助 0.00000009 +鈴商 0.00000028 +鈴子 0.00000028 +鈴木 0.00001999 +鈴木佐弥子 0.00000009 +鈴音 0.00000028 +鈴鹿 0.00000073 +鉄 0.00002934 +鉄くず 0.00000018 +鉄そり 0.00000009 +鉄なべ 0.00000009 +鉄之助 0.00000009 +鉄人 0.00000248 +鉄分 0.00000220 +鉄則 0.00000055 +鉄原 0.00000009 +鉄器 0.00000009 +鉄塔 0.00000018 +鉄壁 0.00000009 +鉄夫 0.00000009 +鉄工夫 0.00000009 +鉄平 0.00000018 +鉄幹 0.00000128 +鉄拳 0.00000009 +鉄斎 0.00000009 +鉄条 0.00000037 +鉄板 0.00000138 +鉄柵 0.00000018 +鉄梃 0.00000009 +鉄梯子 0.00000009 +鉄棒 0.00000156 +鉄橋 0.00000083 +鉄火 0.00000009 +鉄灰 0.00000009 +鉄片 0.00000009 +鉄物 0.00000018 +鉄瓶 0.00000009 +鉄矢 0.00000018 +鉄砲 0.00000303 +鉄砲玉 0.00000018 +鉄筆 0.00000018 +鉄筋 0.00000055 +鉄粉 0.00000009 +鉄系 0.00000009 +鉄索 0.00000009 +鉄線 0.00000073 +鉄腕 0.00000220 +鉄舟 0.00000174 +鉄製 0.00000202 +鉄谷 0.00000009 +鉄道 0.00003347 +鉄郎 0.00000183 +鉄釘 0.00000009 +鉄鉱 0.00000009 +鉄鉱石 0.00000055 +鉄鋼 0.00000504 +鉄鋼材 0.00000009 +鉄鋼業 0.00000009 +鉄鍋 0.00000009 +鉄門 0.00000018 +鉄面 0.00000009 +鉄鞘 0.00000009 +鉄骨 0.00000046 +鉋 0.00000009 +鉗子 0.00000009 +鉛 0.00000110 +鉛含有 0.00000009 +鉛玉 0.00000009 +鉛筆 0.00000642 +鉛筆入れ 0.00000009 +鉛筆画 0.00000009 +鉛管屋 0.00000009 +鉛色 0.00000009 +鉛蓄 0.00000009 +鉛製 0.00000018 +鉢 0.00000339 +鉢合わせ 0.00000028 +鉢植え 0.00000046 +鉤 0.00000009 +鉤爪 0.00000028 +鉤針 0.00000009 +鉤鼻 0.00000009 +鉦 0.00000009 +鉱 0.00000028 +鉱夫 0.00000009 +鉱山 0.00000248 +鉱工業 0.00000009 +鉱床 0.00000037 +鉱業 0.00000018 +鉱毒 0.00000018 +鉱水 0.00000028 +鉱泉 0.00000083 +鉱物 0.00000303 +鉱石 0.00000101 +鉱脈 0.00000009 +鉾 0.00000110 +銀 0.00002614 +銀と 0.00000009 +銀千 0.00000009 +銀器 0.00000009 +銀婚 0.00000009 +銀山 0.00000101 +銀幕 0.00000055 +銀座 0.00001110 +銀映 0.00000018 +銀杏 0.00000037 +銀河 0.00000257 +銀河面 0.00000009 +銀熊 0.00000046 +銀獅子 0.00000037 +銀珠 0.00000165 +銀白色 0.00000028 +銀糸 0.00000009 +銀色 0.00000284 +銀蔵 0.00000055 +銀薫 0.00000018 +銀行 0.00007712 +銀製 0.00000046 +銀貨 0.00000238 +銀鉱 0.00000009 +銀鉱山 0.00000009 +銀閣 0.00000073 +銀閣寺 0.00000009 +銀食器 0.00000018 +銀髪 0.00000018 +銀魚 0.00000009 +銃 0.00003255 +銃乱 0.00000009 +銃乱射 0.00000046 +銃刀 0.00000009 +銃剣 0.00000046 +銃口 0.00000064 +銃器 0.00000092 +銃士 0.00000018 +銃声 0.00000238 +銃尻 0.00000009 +銃尾 0.00000009 +銃床 0.00000028 +銃弾 0.00000248 +銃所持 0.00000028 +銃所有 0.00000009 +銃把 0.00000009 +銃撃 0.00000284 +銃殺 0.00000046 +銃火 0.00000037 +銃煙 0.00000009 +銃犯罪 0.00000018 +銃狩 0.00000009 +銃猟 0.00000009 +銃眼 0.00000101 +銃砲 0.00000018 +銃禁 0.00000009 +銃身 0.00000037 +銅 0.00001412 +銅像 0.00000248 +銅剣 0.00000009 +銅山 0.00000064 +銅張り 0.00000018 +銅板 0.00000028 +銅版 0.00000018 +銅版画 0.00000009 +銅管 0.00000009 +銅線 0.00000009 +銅製 0.00000037 +銅貨 0.00000073 +銅賞 0.00000018 +銅鐸 0.00000009 +銅鑼 0.00000009 +銅電池 0.00000009 +銘 0.00000174 +銘々 0.00000037 +銘じ 0.00000018 +銘打 0.00000064 +銘文 0.00000028 +銘板 0.00000009 +銘柄 0.00000165 +銘石 0.00000009 +銚子 0.00000064 +銛 0.00000018 +銭 0.00000128 +銭其 0.00000009 +銭失 0.00000018 +銭失い 0.00000009 +銭形 0.00000009 +銭洗 0.00000009 +銭湯 0.00000816 +銭貴 0.00000009 +銷沈 0.00000009 +銹 0.00000009 +銹び 0.00000009 +鋏 0.00000028 +鋤 0.00000128 +鋤き返 0.00000009 +鋭 0.00002091 +鋭利 0.00000073 +鋭意 0.00000018 +鋭敏 0.00000128 +鋭気 0.00000009 +鋭角 0.00000018 +鋲 0.00000073 +鋲留め 0.00000009 +鋳型 0.00000018 +鋳掛け 0.00000009 +鋳物 0.00000055 +鋳造 0.00000073 +鋳鉄 0.00000009 +鋼 0.00000064 +鋼材 0.00000028 +鋼板 0.00000037 +鋼球 0.00000009 +鋼船 0.00000009 +鋼鉄 0.00000193 +錆 0.00000028 +錆び 0.00000046 +錆びゆ 0.00000009 +錆状 0.00000009 +錐 0.00000009 +錐体 0.00000018 +錘 0.00000046 +錘り 0.00000009 +錠 0.00000385 +錠前 0.00000046 +錠前屋 0.00000009 +錠剤 0.00000220 +錦 0.00000064 +錦之助 0.00000018 +錦帯 0.00000009 +錦涛 0.00000028 +錦濤 0.00000073 +錦絵 0.00000018 +錦織 0.00000394 +錨 0.00000183 +錨綱 0.00000101 +錫 0.00000009 +錫商 0.00000009 +錫製 0.00000009 +錫鉱夫 0.00000009 +錬成 0.00000009 +錬磨 0.00000037 +錬金 0.00000037 +錯乱 0.00000055 +錯綜 0.00000028 +錯覚 0.00000257 +錯誤 0.00000257 +録 0.00000385 +録画 0.00000449 +録音 0.00001110 +録音盤 0.00000009 +鍋 0.00001394 +鍋持 0.00000009 +鍋焦 0.00000009 +鍋物 0.00000028 +鍋肌 0.00000009 +鍔広 0.00000018 +鍛え 0.00000724 +鍛え直 0.00000018 +鍛冶 0.00000073 +鍛冶場 0.00000018 +鍛冶屋 0.00000083 +鍛治 0.00000009 +鍛練 0.00000009 +鍛造 0.00000009 +鍛鉄 0.00000009 +鍛錬 0.00000193 +鍬 0.00000028 +鍵 0.00003613 +鍵盤 0.00000037 +鍵穴 0.00000083 +鍼 0.00000202 +鍼医 0.00000018 +鍼医者 0.00000009 +鍼灸 0.00000046 +鍼療法 0.00000128 +鎌 0.00000028 +鎌倉 0.00000834 +鎌状 0.00000009 +鎌田 0.00000101 +鎌首 0.00000018 +鎔基 0.00000028 +鎖 0.00000770 +鎖国 0.00000422 +鎖骨 0.00000018 +鎚矛 0.00000018 +鎧 0.00000028 +鎧戸 0.00000009 +鎧甲 0.00000009 +鎮ま 0.00000064 +鎮まり 0.00000009 +鎮まる 0.00000009 +鎮め 0.00000211 +鎮三郎 0.00000009 +鎮南浦 0.00000009 +鎮圧 0.00000266 +鎮守 0.00000009 +鎮座 0.00000046 +鎮火 0.00000037 +鎮痛 0.00000211 +鎮護 0.00000009 +鎮静 0.00000138 +鎮魂 0.00000009 +鎹 0.00000046 +鏃 0.00000018 +鏈 0.00000009 +鏑木 0.00000037 +鏘然 0.00000009 +鏝 0.00000037 +鏡 0.00004227 +鏡像 0.00000018 +鏡台 0.00000009 +鏡屋 0.00000046 +鏡山 0.00000138 +鏡張り 0.00000009 +鏡持 0.00000009 +鏡板 0.00000028 +鏡花 0.00000009 +鏡視 0.00000009 +鏡開き 0.00000064 +鏡餅 0.00000248 +鐘 0.00001036 +鐘楼 0.00000037 +鐘状 0.00000009 +鐘聞け 0.00000009 +鐙 0.00000018 +鐵 0.00000009 +鐶 0.00000018 +鑑 0.00000018 +鑑み 0.00000018 +鑑三 0.00000037 +鑑別 0.00000037 +鑑定 0.00000321 +鑑真 0.00000028 +鑑評 0.00000009 +鑑識 0.00000028 +鑑賞 0.00000752 +鑢 0.00000009 +鑪 0.00000009 +長 0.00030711 +長々 0.00000376 +長々し 0.00000009 +長き 0.00000110 +長ぐつ 0.00000009 +長け 0.00000266 +長び 0.00000009 +長め 0.00000009 +長らえ 0.00000110 +長ネギ 0.00000046 +長久 0.00000037 +長久手 0.00000028 +長五郎 0.00000009 +長井 0.00000083 +長介 0.00000018 +長伸 0.00000009 +長倉 0.00000009 +長傘 0.00000009 +長兄 0.00000009 +長剣 0.00000009 +長友 0.00000028 +長命 0.00000018 +長唄 0.00000018 +長回し 0.00000009 +長城 0.00000376 +長大 0.00000018 +長女 0.00000312 +長安 0.00000018 +長官 0.00002989 +長寿 0.00000605 +長尾 0.00000009 +長尾山 0.00000009 +長居 0.00000238 +長屋 0.00000046 +長岡 0.00000138 +長島 0.00000183 +長崎 0.00002302 +長嶋 0.00000706 +長州 0.00000064 +長年 0.00002861 +長広 0.00000009 +長広舌 0.00000018 +長座 0.00000009 +長引 0.00000431 +長弘 0.00000009 +長患 0.00000009 +長所 0.00000715 +長手 0.00000009 +長手袋 0.00000009 +長打 0.00000018 +長打力 0.00000009 +長打率 0.00000009 +長持ち 0.00000257 +長政 0.00000009 +長文 0.00000101 +長方 0.00000046 +長旅 0.00000202 +長期 0.00002558 +長村 0.00000009 +長検出 0.00000009 +長槍 0.00000009 +長次郎 0.00000018 +長歌 0.00000009 +長江 0.00000037 +長沼 0.00000028 +長洲 0.00000009 +長浜 0.00000037 +長浜城 0.00000018 +長渕 0.00000028 +長湯 0.00000009 +長澤 0.00000028 +長物 0.00000009 +長生き 0.00000596 +長田 0.00000037 +長男 0.00000559 +長矩 0.00000028 +長短 0.00000018 +長空 0.00000018 +長篠 0.00000028 +長米 0.00000009 +長粒 0.00000009 +長細 0.00000009 +長続 0.00000009 +長続き 0.00000504 +長編 0.00000394 +長老 0.00000248 +長考 0.00000009 +長者 0.00000376 +長良 0.00000028 +長蛇 0.00000046 +長衣 0.00000028 +長袖 0.00000037 +長襦袢 0.00000028 +長話 0.00000028 +長話し 0.00000009 +長調 0.00000009 +長谷 0.00000018 +長谷川 0.00000679 +長谷部 0.00000009 +長足 0.00000018 +長身 0.00000202 +長躯 0.00000009 +長野 0.00001605 +長針 0.00000028 +長銀 0.00000046 +長門 0.00000009 +長雨 0.00000037 +長靴 0.00000138 +長髪 0.00000156 +長鼻 0.00000018 +門 0.00002100 +門下生 0.00000083 +門出 0.00000064 +門前 0.00000092 +門口 0.00000037 +門司 0.00000073 +門塔 0.00000018 +門外 0.00000009 +門川 0.00000009 +門左衛門 0.00000037 +門弟 0.00000018 +門徒 0.00000018 +門戸 0.00000248 +門扉 0.00000009 +門松 0.00000110 +門番 0.00000083 +門脈 0.00000009 +門衛 0.00000009 +門違い 0.00000046 +門限 0.00000083 +閂 0.00000092 +閃 0.00000055 +閃き 0.00000009 +閃光 0.00000193 +閃長 0.00000009 +閉 0.00000073 +閉ざ 0.00000679 +閉じ 0.00001696 +閉じこめ 0.00000119 +閉じこも 0.00000229 +閉じこもり 0.00000009 +閉じ込め 0.00000862 +閉ま 0.00000779 +閉まりかけ 0.00000009 +閉まる 0.00000009 +閉め 0.00001623 +閉めろ 0.00000009 +閉め出 0.00000009 +閉め出し 0.00000009 +閉め切 0.00000009 +閉め切り 0.00000009 +閉め直 0.00000009 +閉会 0.00000183 +閉口 0.00000064 +閉園 0.00000064 +閉塞 0.00000119 +閉山 0.00000009 +閉幕 0.00000183 +閉店 0.00000422 +閉所 0.00000037 +閉校 0.00000018 +閉経 0.00000009 +閉鎖 0.00002100 +閉門 0.00000064 +閉館 0.00000064 +開 0.00016947 +開か 0.00000018 +開き 0.00000174 +開きかけ 0.00000009 +開き直 0.00000028 +開く 0.00000028 +開け 0.00006190 +開けっぴろげ 0.00000018 +開けれ 0.00000046 +開こう 0.00000018 +開人 0.00000009 +開会 0.00000605 +開催 0.00015369 +開創 0.00000009 +開化 0.00000101 +開口 0.00000183 +開国 0.00000083 +開園 0.00000358 +開城 0.00000009 +開場 0.00000073 +開墾 0.00000183 +開始 0.00007730 +開学 0.00000009 +開封 0.00000248 +開局 0.00000064 +開山 0.00000009 +開帳 0.00000046 +開幕 0.00001027 +開店 0.00001045 +開府 0.00000028 +開廷 0.00000009 +開心 0.00000009 +開成 0.00000028 +開戦 0.00000101 +開所 0.00000018 +開拓 0.00000715 +開放 0.00001091 +開明 0.00000009 +開栓 0.00000018 +開校 0.00000431 +開業 0.00000908 +開港 0.00000303 +開演 0.00000110 +開発 0.00017359 +開眼 0.00000055 +開示 0.00000202 +開祖 0.00000037 +開票 0.00000073 +開署 0.00000018 +開聞 0.00000009 +開胸 0.00000009 +開脚 0.00000028 +開腹 0.00000018 +開花 0.00000816 +開術 0.00000018 +開設 0.00001596 +開講 0.00000284 +開通 0.00000440 +開運 0.00000018 +開錠 0.00000028 +開長 0.00000018 +開門 0.00000046 +開閉 0.00000128 +開閉式 0.00000009 +開陳 0.00000018 +開頭 0.00000037 +開館 0.00000413 +開高 0.00000009 +閑古鳥 0.00000018 +閑居 0.00000046 +閑散 0.00000064 +閑話 0.00000009 +閑静 0.00000092 +間 0.00053682 +間こい 0.00000009 +間に 0.00000009 +間に合 0.00001256 +間に合わせ 0.00000046 +間中 0.00000202 +間伐 0.00000046 +間借り 0.00000028 +間冬 0.00000009 +間切りこ 0.00000009 +間取 0.00000009 +間取り 0.00000147 +間口 0.00000037 +間合 0.00000009 +間合い 0.00000028 +間奏 0.00000009 +間庭 0.00000018 +間延び 0.00000009 +間弓 0.00000009 +間引 0.00000009 +間引き 0.00000009 +間引き続 0.00000009 +間引き離 0.00000009 +間抜 0.00000018 +間抜け 0.00000275 +間接 0.00000504 +間断 0.00000018 +間柄 0.00000229 +間栗 0.00000009 +間欠 0.00000009 +間歩 0.00000009 +間渕 0.00000009 +間矢 0.00000009 +間立 0.00000018 +間籠 0.00000009 +間耳 0.00000009 +間花 0.00000009 +間落ち着 0.00000009 +間近 0.00000605 +間道 0.00000009 +間違 0.00004732 +間違い 0.00007373 +間違え 0.00001403 +間闘 0.00000009 +間隔 0.00000440 +間隔離れ 0.00000009 +間隙 0.00000009 +間際 0.00000174 +間食 0.00000101 +間髪 0.00000037 +関 0.00024191 +関が原 0.00000009 +関わ 0.00000413 +関わり 0.00000101 +関わり合 0.00000009 +関わり合い 0.00000009 +関ケ原 0.00000009 +関ヶ原 0.00000018 +関一 0.00000009 +関与 0.00001009 +関侊 0.00000009 +関係 0.00032609 +関内 0.00000028 +関取 0.00000165 +関口 0.00000009 +関塚 0.00000009 +関学 0.00000009 +関帝廟 0.00000028 +関心 0.00008317 +関所 0.00000101 +関数 0.00000165 +関東 0.00001220 +関根 0.00000046 +関淳 0.00000009 +関白 0.00000055 +関知 0.00000028 +関税 0.00000477 +関空 0.00000009 +関節 0.00000871 +関羽 0.00000018 +関脇 0.00000119 +関西 0.00001348 +関越 0.00000009 +関連 0.00006300 +関門 0.00000083 +関飛 0.00000009 +閣 0.00000147 +閣下 0.00000165 +閣僚 0.00000688 +閣内 0.00000009 +閣外 0.00000009 +閣議 0.00000128 +閥 0.00000009 +閧 0.00000009 +閨閥 0.00000028 +閲 0.00000009 +閲兵 0.00000009 +閲覧 0.00000358 +閻魔 0.00000009 +閾 0.00000018 +閾値 0.00000009 +闇 0.00001366 +闇夜 0.00000028 +闇将軍 0.00000009 +闇市 0.00000046 +闇手当て 0.00000009 +闇給与 0.00000009 +闇雲 0.00000037 +闊歩 0.00000055 +闊達 0.00000009 +闖入 0.00000018 +闘 0.00001733 +闘い 0.00000926 +闘え 0.00000018 +闘わ 0.00000009 +闘争 0.00000734 +闘士 0.00000046 +闘志 0.00000046 +闘技 0.00000028 +闘牛 0.00000092 +闘牛場 0.00000037 +闘病 0.00000055 +闘莉王 0.00000028 +闘魂 0.00000009 +闘鶏 0.00000028 +阪 0.00000009 +阪井 0.00000009 +阪妻 0.00000018 +阪急 0.00000055 +阪東 0.00000018 +阪田 0.00000009 +阪神 0.00001788 +阪神前 0.00000009 +防 0.00002788 +防い 0.00000009 +防ぎ 0.00000028 +防ぎよう 0.00000009 +防ぐ 0.00000028 +防げ 0.00000284 +防ごう 0.00000009 +防ダニ 0.00000028 +防人 0.00000009 +防備 0.00000293 +防共 0.00000009 +防具 0.00000073 +防塵 0.00000037 +防壁 0.00000193 +防寒 0.00000064 +防弾 0.00000073 +防御 0.00000385 +防戦 0.00000018 +防楯 0.00000009 +防止 0.00002008 +防毒 0.00000009 +防水 0.00000330 +防波 0.00000064 +防湿 0.00000028 +防火 0.00000055 +防災 0.00000523 +防煙 0.00000009 +防犯 0.00000229 +防疫 0.00000046 +防砂 0.00000009 +防磁 0.00000009 +防禦 0.00000009 +防空 0.00000064 +防縮 0.00000009 +防腐 0.00000128 +防臭 0.00000037 +防菌 0.00000009 +防虫 0.00000083 +防蝕 0.00000009 +防衛 0.00001476 +防護 0.00000293 +防音 0.00000055 +防風 0.00000009 +阻 0.00000312 +阻喪 0.00000009 +阻害 0.00000165 +阻止 0.00001210 +阿久根 0.00000028 +阿仁 0.00000009 +阿修羅 0.00000092 +阿倍 0.00000018 +阿倍野 0.00000018 +阿兄 0.00000018 +阿呆 0.00000055 +阿国 0.00000028 +阿國 0.00000211 +阿山 0.00000009 +阿川 0.00000018 +阿弥陀 0.00000110 +阿彌 0.00000037 +阿彌陀 0.00000009 +阿東町 0.00000009 +阿母 0.00000018 +阿波 0.00000193 +阿父 0.00000101 +阿片 0.00000202 +阿礼 0.00000009 +阿蘇 0.00000073 +阿蘭陀 0.00000009 +阿部 0.00000119 +阿魔 0.00000009 +陀 0.00000037 +附 0.00000284 +附き 0.00000009 +附け 0.00000220 +附合 0.00000009 +附属 0.00000101 +陋習 0.00000009 +降 0.00002623 +降ら 0.00000028 +降り 0.00003567 +降りかか 0.00000101 +降りくる 0.00000009 +降りしき 0.00000037 +降りつも 0.00000009 +降りれ 0.00000009 +降りろ 0.00000009 +降り注 0.00000147 +降り積 0.00000009 +降り積も 0.00000073 +降り立 0.00000238 +降り込 0.00000009 +降ろ 0.00000559 +降下 0.00000220 +降下物 0.00000018 +降伏 0.00000413 +降参 0.00000211 +降客 0.00000009 +降板 0.00000028 +降架 0.00000018 +降格 0.00000101 +降水 0.00000147 +降水量 0.00000018 +降灰 0.00000018 +降臨 0.00000018 +降誕 0.00000055 +降誕祭 0.00000009 +降車 0.00000037 +降雨 0.00000211 +降雪 0.00000037 +降鞏 0.00000009 +限 0.00008473 +限り 0.00007437 +限定 0.00001476 +限局 0.00000018 +限度 0.00000459 +限引き出 0.00000009 +限生か 0.00000009 +限界 0.00001522 +陛下 0.00001100 +陛下出席 0.00000009 +陝西 0.00000009 +院 0.00005603 +院内 0.00000138 +院生 0.00000018 +院長 0.00000110 +陣 0.00001596 +陣内 0.00000110 +陣取 0.00000128 +陣取り 0.00000018 +陣営 0.00000459 +陣地 0.00000046 +陣容 0.00000018 +陣形 0.00000009 +陣痛 0.00000092 +陣竺 0.00000009 +陣笠 0.00000009 +陣頭 0.00000064 +除 0.00002540 +除け 0.00000028 +除光 0.00000037 +除去 0.00000734 +除去術 0.00000009 +除名 0.00000073 +除外 0.00000358 +除夜 0.00000092 +除幕 0.00000083 +除染 0.00000046 +除核 0.00000018 +除湿 0.00000018 +除籍 0.00000037 +除脂肪 0.00000009 +除臭 0.00000009 +除草 0.00000055 +除菌 0.00000138 +除術 0.00000018 +除隊 0.00000083 +除雪 0.00000055 +除雪道 0.00000009 +陥 0.00002430 +陥れ 0.00000275 +陥没 0.00000018 +陥穽 0.00000009 +陥落 0.00000110 +陪 0.00000495 +陪審 0.00000605 +陰 0.00001174 +陰り 0.00000046 +陰劔 0.00000009 +陰口 0.00000092 +陰寶 0.00000009 +陰干し 0.00000018 +陰弁 0.00000009 +陰影 0.00000073 +陰性 0.00000073 +陰惨 0.00000055 +陰日 0.00000009 +陰暗 0.00000009 +陰暦 0.00000037 +陰極 0.00000018 +陰欝 0.00000009 +陰気 0.00000394 +陰湿 0.00000055 +陰茎 0.00000018 +陰謀 0.00000624 +陰部 0.00000009 +陰険 0.00000046 +陰鬱 0.00000165 +陳 0.00000275 +陳列 0.00000128 +陳君 0.00000009 +陳情 0.00000055 +陳敏明 0.00000009 +陳皮 0.00000009 +陳腐 0.00000138 +陳謝 0.00000046 +陳述 0.00000174 +陵 0.00000028 +陵介 0.00000018 +陵園 0.00000009 +陵墓 0.00000009 +陶器 0.00000403 +陶土 0.00000037 +陶工 0.00000037 +陶板 0.00000028 +陶淵明 0.00000009 +陶片 0.00000009 +陶石 0.00000028 +陶磁 0.00000174 +陶磁器 0.00000018 +陶芸 0.00000394 +陶製 0.00000028 +陶酔 0.00000055 +陸 0.00000449 +陸上 0.00001256 +陸上船 0.00000009 +陸前 0.00000037 +陸地 0.00000238 +陸奥 0.00000028 +陸揚げ 0.00000018 +陸曹 0.00000009 +陸橋 0.00000028 +陸海 0.00000037 +陸海軍 0.00000009 +陸渡 0.00000018 +陸生 0.00000009 +陸産 0.00000009 +陸着け 0.00000009 +陸続 0.00000018 +陸続き 0.00000018 +陸行 0.00000009 +陸路 0.00000073 +陸軍 0.00000514 +陸連 0.00000046 +険 0.00000009 +険し 0.00000358 +険悪 0.00000055 +険難 0.00000009 +陽 0.00000229 +陽だまり 0.00000009 +陽一 0.00000009 +陽一郎 0.00000046 +陽仲寿 0.00000009 +陽光 0.00000202 +陽劔 0.00000009 +陽子 0.00000193 +陽寶 0.00000009 +陽射 0.00000028 +陽差し 0.00000037 +陽性 0.00000734 +陽明 0.00000009 +陽明門 0.00000046 +陽極 0.00000018 +陽気 0.00001385 +陽水 0.00000009 +陽炎 0.00000009 +陽生 0.00000009 +隅 0.00001036 +隅々 0.00000348 +隅っ 0.00000009 +隅っこ 0.00000092 +隅田 0.00000128 +隆 0.00000055 +隆々 0.00000037 +隆一 0.00000018 +隆也 0.00000009 +隆二 0.00000018 +隆二郎 0.00000009 +隆史 0.00000009 +隆和 0.00000009 +隆嗣 0.00000018 +隆将 0.00000009 +隆文 0.00000009 +隆晴 0.00000018 +隆盛 0.00000202 +隆行 0.00000046 +隆起 0.00000037 +隆雄 0.00000055 +隈 0.00000018 +隈取り 0.00000018 +隊 0.00005961 +隊列 0.00000110 +隊務 0.00000009 +隊員 0.00000862 +隊商 0.00000055 +隊形 0.00000018 +隊長 0.00000275 +隋 0.00000156 +階 0.00004145 +階上 0.00000083 +階下 0.00000321 +階下り 0.00000009 +階子段 0.00000037 +階層 0.00000303 +階席 0.00000037 +階投 0.00000009 +階段 0.00002788 +階級 0.00001715 +随 0.00000073 +随一 0.00000028 +随兵 0.00000009 +随分 0.00000156 +随意 0.00000037 +随所 0.00000083 +随時 0.00000174 +随筆 0.00000037 +随行 0.00000055 +隔 0.00000018 +隔た 0.00000018 +隔たり 0.00000293 +隔て 0.00000431 +隔壁 0.00000018 +隔年 0.00000046 +隔日 0.00000009 +隔月 0.00000009 +隔絶 0.00000037 +隔膜 0.00000009 +隔週 0.00000046 +隔離 0.00000459 +隔離室 0.00000009 +隕石 0.00000138 +隕鉄 0.00000009 +隘路 0.00000009 +隙 0.00000156 +隙間 0.00000578 +際 0.00007217 +際、 0.00000009 +際ど 0.00000037 +際どう 0.00000009 +際どの 0.00000009 +際口 0.00000009 +際困 0.00000009 +際着用 0.00000009 +際知 0.00000009 +際立 0.00000569 +際築 0.00000009 +際脚 0.00000009 +際限 0.00000220 +障 0.00000376 +障がい 0.00000009 +障り 0.00000009 +障壁 0.00000330 +障子 0.00000211 +障害 0.00006217 +隠 0.00004338 +隠し 0.00000303 +隠し事 0.00000046 +隠し味 0.00000018 +隠し子 0.00000018 +隠し持 0.00000073 +隠し撮り 0.00000018 +隠し立て 0.00000055 +隠し絵 0.00000009 +隠せ 0.00000156 +隠ぺい 0.00000009 +隠れ 0.00002384 +隠れみ 0.00000028 +隠れみの 0.00000009 +隠れろ 0.00000009 +隠れ家 0.00000055 +隠匿 0.00000110 +隠喩 0.00000046 +隠居 0.00000055 +隠岐 0.00000018 +隠棲 0.00000009 +隠滅 0.00000018 +隠者 0.00000037 +隠蔽 0.00000156 +隠語 0.00000028 +隠退 0.00000009 +隠遁 0.00000128 +隣 0.00003512 +隣り 0.00000028 +隣り合 0.00000083 +隣り合せ 0.00000009 +隣り合わせ 0.00000147 +隣人 0.00000945 +隣合わせ 0.00000009 +隣国 0.00000275 +隣宅 0.00000009 +隣室 0.00000055 +隣家 0.00000073 +隣席 0.00000037 +隣接 0.00000486 +隣町 0.00000046 +隷 0.00000018 +隷属 0.00000092 +隷従 0.00000018 +隷書 0.00000037 +隻 0.00000541 +隼 0.00000064 +隼人 0.00000009 +雀 0.00000092 +雀士 0.00000018 +雀荘 0.00000009 +雀躍 0.00000009 +雀道 0.00000009 +雀門 0.00000009 +雀院 0.00000018 +雁屋 0.00000128 +雄 0.00000312 +雄々し 0.00000046 +雄たけび 0.00000009 +雄ウシ 0.00000009 +雄一 0.00000018 +雄一郎 0.00000128 +雄三 0.00000028 +雄介 0.00000083 +雄叫び 0.00000046 +雄大 0.00000220 +雄姿 0.00000009 +雄山 0.00000018 +雄弁 0.00000403 +雄彦 0.00000009 +雄星 0.00000009 +雄治 0.00000009 +雄牛 0.00000284 +雄犬 0.00000009 +雄花 0.00000009 +雄豚 0.00000009 +雄貴 0.00000009 +雄雌 0.00000028 +雄鶏 0.00000037 +雄鹿 0.00000009 +雅 0.00000009 +雅之 0.00000009 +雅人 0.00000028 +雅代 0.00000037 +雅俊 0.00000009 +雅則 0.00000018 +雅叙 0.00000009 +雅叙園 0.00000009 +雅史 0.00000083 +雅子 0.00000303 +雅弘 0.00000028 +雅彦 0.00000009 +雅春 0.00000018 +雅楽 0.00000211 +雅楽士 0.00000009 +雅楽師 0.00000009 +雅治 0.00000046 +雅美 0.00000055 +雅趣 0.00000009 +雅量 0.00000009 +集 0.00001577 +集い 0.00000064 +集う 0.00000018 +集え 0.00000009 +集ま 0.00008290 +集まで 0.00000009 +集まり 0.00000825 +集まりな 0.00000009 +集まり会 0.00000009 +集め 0.00009885 +集めれ 0.00000028 +集り 0.00000028 +集中 0.00003751 +集会 0.00001045 +集光 0.00000018 +集合 0.00000468 +集団 0.00003164 +集大成 0.00000046 +集客 0.00000110 +集成 0.00000009 +集束 0.00000009 +集権 0.00000064 +集積 0.00000202 +集約 0.00000156 +集結 0.00000183 +集英 0.00000064 +集荷 0.00000055 +集落 0.00000275 +集落と 0.00000009 +集計 0.00000156 +集配 0.00000046 +集金 0.00000028 +集録 0.00000009 +集音 0.00000009 +雇 0.00002714 +雇い 0.00000018 +雇い主 0.00000431 +雇い主側 0.00000009 +雇い入れ 0.00000147 +雇う 0.00000028 +雇え 0.00000128 +雇主 0.00000083 +雇用 0.00004310 +雌 0.00000303 +雌トラ 0.00000009 +雌ブタ 0.00000009 +雌牛 0.00000330 +雌犬 0.00000028 +雌獅子 0.00000018 +雌羊 0.00000028 +雌豚 0.00000018 +雌雄 0.00000009 +雌雉 0.00000037 +雌馬 0.00000046 +雌鶏 0.00000018 +雌鹿 0.00000009 +雑 0.00000046 +雑事 0.00000018 +雑作 0.00000009 +雑務 0.00000037 +雑多 0.00000110 +雑学 0.00000018 +雑居 0.00000037 +雑巾 0.00000064 +雑念 0.00000028 +雑技 0.00000055 +雑木 0.00000018 +雑炊 0.00000018 +雑然 0.00000083 +雑煮 0.00000128 +雑用 0.00000156 +雑種 0.00000092 +雑穀 0.00000018 +雑草 0.00000312 +雑菌 0.00000009 +雑言 0.00000046 +雑記 0.00000018 +雑誌 0.00007318 +雑談 0.00000156 +雑貨 0.00000477 +雑費 0.00000046 +雑踏 0.00000083 +雑閙 0.00000009 +雑音 0.00000229 +雑魚 0.00000028 +雙葉 0.00000018 +雛 0.00000211 +雛型 0.00000009 +離 0.00000908 +離し 0.00000018 +離す 0.00000009 +離せ 0.00000238 +離れ 0.00009363 +離れさ 0.00000009 +離ればなれ 0.00000055 +離れれ 0.00000037 +離れろ 0.00000009 +離れ去 0.00000018 +離れ家 0.00000009 +離れ島 0.00000009 +離れ業 0.00000046 +離乳 0.00000046 +離任 0.00000018 +離党 0.00000110 +離別 0.00000018 +離反 0.00000046 +離婚 0.00004998 +離宮 0.00000073 +離岸 0.00000018 +離島 0.00000064 +離散 0.00000073 +離断術 0.00000009 +離日 0.00000018 +離着陸 0.00000083 +離着陸場 0.00000009 +離縁 0.00000028 +離職 0.00000073 +離脱 0.00000257 +離術 0.00000009 +離陸 0.00000339 +難 0.00003338 +難かし 0.00000009 +難き 0.00000009 +難し 0.00014737 +難な 0.00000009 +難なく 0.00000156 +難事 0.00000073 +難儀 0.00000064 +難問 0.00000422 +難局 0.00000119 +難度 0.00000009 +難所 0.00000064 +難攻 0.00000028 +難易 0.00000101 +難曲 0.00000009 +難民 0.00002925 +難治 0.00000009 +難波 0.00000028 +難渋 0.00000009 +難点 0.00000138 +難無 0.00000009 +難産 0.00000018 +難病 0.00000064 +難癖 0.00000037 +難破 0.00000165 +難破船 0.00000018 +難聴 0.00000073 +難航 0.00000064 +難船 0.00000028 +難色 0.00000046 +難行 0.00000018 +難解 0.00000202 +難関 0.00000183 +難題 0.00000477 +雨 0.00004319 +雨ざらし 0.00000009 +雨どい 0.00000046 +雨傘 0.00000009 +雨具 0.00000028 +雨合羽 0.00000018 +雨垂れ 0.00000009 +雨天 0.00000064 +雨天用 0.00000009 +雨季 0.00000101 +雨宮 0.00000009 +雨宿り 0.00000009 +雨戸 0.00000092 +雨月 0.00000018 +雨期 0.00000055 +雨林 0.00000385 +雨水 0.00000092 +雨滴 0.00000046 +雨漏り 0.00000037 +雨粒 0.00000009 +雨脚 0.00000009 +雨足 0.00000009 +雨量 0.00000064 +雨降 0.00000092 +雨降り 0.00000110 +雨雲 0.00000009 +雨霰 0.00000009 +雨露 0.00000018 +雨靴 0.00000018 +雨音薫 0.00000009 +雨風 0.00000046 +雪 0.00004026 +雪かき 0.00000018 +雪と 0.00000009 +雪まつり 0.00000138 +雪上 0.00000018 +雪下ろし 0.00000009 +雪中 0.00000009 +雪像 0.00000330 +雪印 0.00000064 +雪原 0.00000046 +雪合戦 0.00000009 +雪国 0.00000064 +雪姫 0.00000037 +雪子 0.00000018 +雪室 0.00000018 +雪害 0.00000028 +雪山 0.00000028 +雪崩 0.00000138 +雪崩れ 0.00000009 +雪平 0.00000064 +雪景 0.00000009 +雪景色 0.00000055 +雪村 0.00000009 +雪氷 0.00000028 +雪氷像 0.00000009 +雪深 0.00000046 +雪溶け 0.00000018 +雪片 0.00000028 +雪玉 0.00000037 +雪球 0.00000009 +雪祭 0.00000009 +雪祭り 0.00000083 +雪穴 0.00000009 +雪舟 0.00000037 +雪芝居 0.00000009 +雪花菜 0.00000064 +雪見 0.00000009 +雪解 0.00000009 +雪解け 0.00000046 +雪質 0.00000018 +雪辱 0.00000064 +雪道 0.00000009 +雪達磨 0.00000009 +雪降 0.00000009 +雪駄 0.00000009 +雫 0.00000055 +雫滴 0.00000009 +雫石 0.00000018 +雰囲気 0.00004154 +雲 0.00001596 +雲上 0.00000009 +雲仙 0.00000037 +雲作 0.00000009 +雲助 0.00000009 +雲南 0.00000028 +雲取 0.00000018 +雲場 0.00000009 +雲散 0.00000009 +雲母 0.00000009 +雲水峡 0.00000009 +雲泥 0.00000018 +雲状 0.00000018 +雲田 0.00000046 +雲竜 0.00000028 +雲竜型 0.00000009 +雲行き 0.00000037 +雲見 0.00000009 +雲間 0.00000028 +雲雀 0.00000009 +零 0.00000037 +零下 0.00000064 +零士 0.00000028 +零細 0.00000037 +零落 0.00000055 +雷 0.00000376 +雷也 0.00000009 +雷光 0.00000028 +雷帝 0.00000018 +雷撃 0.00000009 +雷管 0.00000009 +雷門 0.00000046 +雷雨 0.00000101 +雷雲 0.00000018 +雷電 0.00000009 +雷鳥 0.00000009 +雷鳴 0.00000073 +電 0.00000101 +電位 0.00000083 +電信 0.00000229 +電光 0.00000119 +電力 0.00002127 +電動 0.00000422 +電化 0.00000385 +電卓 0.00000073 +電器 0.00000266 +電圧 0.00000128 +電報 0.00000449 +電子 0.00004989 +電導 0.00000092 +電工 0.00000018 +電撃 0.00000046 +電柱 0.00000083 +電極 0.00000183 +電機 0.00000413 +電気 0.00004163 +電池 0.00001990 +電波 0.00000431 +電流 0.00000266 +電源 0.00000541 +電灯 0.00000339 +電燈 0.00000009 +電球 0.00000403 +電界 0.00000018 +電磁 0.00000257 +電線 0.00000101 +電脳 0.00000028 +電荷 0.00000165 +電視 0.00000018 +電解 0.00000073 +電解質 0.00000009 +電話 0.00032536 +電車 0.00007244 +電送 0.00000009 +電通 0.00000119 +電針 0.00000009 +電鈴 0.00000009 +電鉄 0.00000101 +電離 0.00000018 +電飾 0.00000110 +電高 0.00000009 +需要 0.00002247 +震 0.00000238 +震え 0.00001495 +震え上が 0.00000009 +震わ 0.00000009 +震わせ 0.00000083 +震動 0.00000037 +震声 0.00000009 +震度 0.00000202 +震撼 0.00000073 +震源 0.00000193 +震災 0.00001467 +霊 0.00000550 +霊前 0.00000009 +霊力 0.00000009 +霊園 0.00000083 +霊園内 0.00000009 +霊堂 0.00000009 +霊場 0.00000138 +霊媒 0.00000009 +霊峰 0.00000009 +霊廟 0.00000064 +霊感 0.00000028 +霊柩 0.00000073 +霊気 0.00000037 +霊火 0.00000009 +霊然 0.00000018 +霊獣 0.00000018 +霊界 0.00000009 +霊的 0.00000238 +霊能 0.00000037 +霊術 0.00000009 +霊視 0.00000037 +霊長 0.00000293 +霊魂 0.00000147 +霑 0.00000009 +霙 0.00000009 +霜 0.00000284 +霜枯れ 0.00000009 +霜気 0.00000009 +霜降り 0.00000018 +霞 0.00000083 +霞が関 0.00000156 +霞ケ浦 0.00000009 +霞ヶ関 0.00000009 +霧 0.00000981 +霧が丘 0.00000009 +霧吹き 0.00000009 +霧島 0.00000028 +霧散 0.00000009 +霧氷 0.00000009 +霧消 0.00000009 +霧深 0.00000018 +霧笛 0.00000009 +霧雨 0.00000037 +霰 0.00000073 +露 0.00000183 +露わ 0.00000028 +露光 0.00000009 +露出 0.00000284 +露台 0.00000018 +露呈 0.00000064 +露営 0.00000009 +露地 0.00000018 +露天 0.00000688 +露店 0.00000147 +露悪 0.00000009 +露払い 0.00000009 +露気 0.00000028 +露点 0.00000028 +露理論 0.00000009 +露見 0.00000055 +露骨 0.00000275 +露鵬 0.00000028 +霹靂 0.00000018 +靄 0.00000009 +青 0.00003347 +青々 0.00000193 +青あお 0.00000009 +青あざ 0.00000018 +青く 0.00000009 +青ざめ 0.00000321 +青ず 0.00000009 +青の 0.00000018 +青ひげ 0.00000128 +青み 0.00000064 +青二 0.00000009 +青井 0.00000211 +青児 0.00000009 +青函 0.00000055 +青唐 0.00000009 +青地 0.00000018 +青天 0.00000028 +青天井 0.00000009 +青少年 0.00000459 +青山 0.00000229 +青島 0.00000156 +青嵐 0.00000009 +青年 0.00002100 +青戸 0.00000028 +青拍 0.00000009 +青春 0.00000614 +青服 0.00000009 +青木 0.00000073 +青果 0.00000028 +青柳 0.00000367 +青梅 0.00000119 +青梗 0.00000009 +青森 0.00000779 +青汁 0.00000037 +青波 0.00000009 +青洲 0.00000055 +青海 0.00000037 +青渭 0.00000009 +青灰 0.00000009 +青田 0.00000009 +青痣 0.00000028 +青白 0.00000679 +青矢 0.00000009 +青石 0.00000009 +青磁 0.00000028 +青空 0.00000193 +青竜 0.00000009 +青簾 0.00000009 +青紫 0.00000018 +青緑 0.00000028 +青臭 0.00000018 +青色 0.00000147 +青花 0.00000009 +青草 0.00000037 +青葉 0.00000018 +青葉台 0.00000009 +青蔵 0.00000028 +青藍 0.00000009 +青谷 0.00000028 +青酸 0.00000009 +青銅 0.00000248 +青雲 0.00000009 +青青 0.00000009 +青面 0.00000009 +青鞜 0.00000028 +青黒 0.00000028 +青龍 0.00000770 +靖 0.00000009 +靖国 0.00000697 +静 0.00000147 +静か 0.00005099 +静け 0.00000138 +静けさ 0.00000211 +静っ 0.00000009 +静っと 0.00000009 +静ま 0.00000138 +静まり 0.00000037 +静まりかえ 0.00000055 +静まり返 0.00000128 +静め 0.00000165 +静代 0.00000018 +静六 0.00000028 +静子 0.00000009 +静寂 0.00000550 +静岡 0.00001027 +静止 0.00000147 +静水 0.00000009 +静注 0.00000009 +静物 0.00000018 +静穏 0.00000037 +静粛 0.00000037 +静脈 0.00000523 +静観 0.00000037 +静謐 0.00000018 +静閑 0.00000009 +静養 0.00000046 +静香 0.00000211 +非 0.00005310 +非凡 0.00000165 +非劇的 0.00000009 +非力 0.00000009 +非合法 0.00000147 +非嘆 0.00000018 +非密 0.00000009 +非常 0.00021376 +非常口 0.00000092 +非常時 0.00000009 +非常灯 0.00000009 +非常食 0.00000046 +非情 0.00000092 +非戦 0.00000009 +非核 0.00000119 +非業 0.00000046 +非理性 0.00000009 +非番 0.00000009 +非礼 0.00000037 +非能率 0.00000055 +非行 0.00000220 +非道 0.00000128 +非鉄 0.00000037 +非難 0.00003879 +非難し 0.00000009 +非難場 0.00000009 +靡 0.00000009 +面 0.00008941 +面々 0.00000028 +面上 0.00000009 +面会 0.00000596 +面倒 0.00003723 +面倒事 0.00000009 +面倒見 0.00000211 +面倒見れ 0.00000009 +面前 0.00000073 +面妖 0.00000009 +面差し 0.00000046 +面差しは 0.00000009 +面当て 0.00000009 +面影 0.00000248 +面打ち 0.00000009 +面持ち 0.00000092 +面接 0.00001889 +面接受か 0.00000009 +面接受け 0.00000009 +面接官 0.00000046 +面構え 0.00000018 +面汚 0.00000009 +面汚し 0.00000028 +面瘡 0.00000009 +面白 0.00008345 +面白み 0.00000083 +面白味 0.00000055 +面目 0.00000183 +面相 0.00000009 +面積 0.00001036 +面立ち 0.00000018 +面紗 0.00000046 +面舵 0.00000018 +面談 0.00000284 +面識 0.00000128 +面通し 0.00000009 +面部 0.00000009 +面長 0.00000009 +面頬 0.00000009 +面食い 0.00000009 +面食ら 0.00000092 +革 0.00000468 +革命 0.00002155 +革屋 0.00000009 +革張 0.00000009 +革張り 0.00000018 +革新 0.00001100 +革紐 0.00000083 +革縫 0.00000009 +革袋 0.00000110 +革製 0.00000046 +革靴 0.00000064 +革鞄 0.00000009 +靫彦 0.00000009 +靱帯 0.00000009 +靴 0.00003650 +靴ずれ 0.00000018 +靴の 0.00000009 +靴ひ 0.00000009 +靴下 0.00000633 +靴入れ 0.00000009 +靴型 0.00000009 +靴墨 0.00000009 +靴屋 0.00000119 +靴履 0.00000018 +靴底 0.00000193 +靴擦れ 0.00000018 +靴用 0.00000009 +靴直し 0.00000009 +靴磨き 0.00000028 +靴紐 0.00000037 +靴職 0.00000009 +靴職人 0.00000037 +靴脱 0.00000037 +靴選び 0.00000009 +靴音 0.00000018 +鞄 0.00000147 +鞆 0.00000037 +鞍 0.00000211 +鞍上 0.00000018 +鞍敷き 0.00000009 +鞍頭 0.00000009 +鞘 0.00000110 +鞭 0.00000403 +鞭打 0.00000037 +鞭打ち 0.00000028 +鞭撻 0.00000028 +韋編 0.00000009 +韋駄 0.00000009 +韓 0.00000046 +韓国 0.00016360 +韓日 0.00000009 +韓流 0.00000073 +韓神祭 0.00000009 +韮崎 0.00000009 +音 0.00010692 +音が 0.00000009 +音さた 0.00000009 +音に 0.00000009 +音や 0.00000009 +音二郎 0.00000046 +音信 0.00000028 +音像 0.00000009 +音域 0.00000055 +音声 0.00001220 +音大 0.00000018 +音姫 0.00000009 +音字 0.00000083 +音学 0.00000018 +音数 0.00000018 +音曲 0.00000018 +音村 0.00000009 +音楽 0.00016928 +音次郎 0.00000009 +音波 0.00000119 +音源 0.00000064 +音漏れ 0.00000009 +音痴 0.00000128 +音程 0.00000092 +音立て 0.00000009 +音符 0.00000018 +音節 0.00000101 +音聞こえ 0.00000018 +音色 0.00000303 +音訓 0.00000009 +音語 0.00000009 +音読 0.00000046 +音読み 0.00000055 +音調 0.00000018 +音譜 0.00000009 +音質 0.00000193 +音速 0.00000110 +音部 0.00000009 +音量 0.00000138 +音階 0.00000073 +音霊 0.00000009 +音韻 0.00000009 +音響 0.00000367 +音頭 0.00000138 +音飛び 0.00000018 +韻 0.00000110 +韻律 0.00000009 +韻文 0.00000037 +響 0.00001641 +響き 0.00000853 +響き合 0.00000009 +響野 0.00000018 +頁 0.00000092 +頂 0.00002760 +頂き 0.00000138 +頂け 0.00001394 +頂けれ 0.00000092 +頂上 0.00000752 +頂戴 0.00000092 +頂点 0.00000504 +頂辺 0.00000046 +頃 0.00017818 +頃合い 0.00000064 +項 0.00000156 +項垂れ 0.00000009 +項目 0.00000853 +項部 0.00000009 +順 0.00000779 +順々 0.00000009 +順之助 0.00000009 +順位 0.00000679 +順境 0.00000009 +順大 0.00000028 +順天 0.00000092 +順子 0.00000156 +順守 0.00000303 +順序 0.00000193 +順延 0.00000018 +順当 0.00000018 +順応 0.00000633 +順恵 0.00000009 +順朗 0.00000110 +順次 0.00000064 +順番 0.00000890 +順調 0.00001623 +順送り 0.00000009 +順通り 0.00000009 +順風 0.00000128 +須崎 0.00000018 +須弥 0.00000009 +須永 0.00000009 +須知 0.00000009 +須磨 0.00000018 +須磨子 0.00000101 +須美子 0.00000009 +須藤 0.00000018 +須賀 0.00000009 +須走 0.00000009 +頌徳 0.00000009 +頌歌 0.00000037 +預 0.00000037 +預か 0.00000688 +預かり 0.00000257 +預かれ 0.00000009 +預け 0.00001055 +預けれ 0.00000018 +預け入れ 0.00000037 +預り 0.00000009 +預り金 0.00000028 +預入 0.00000055 +預払 0.00000018 +預言 0.00000211 +預託 0.00000028 +預貯金 0.00000073 +預金 0.00001146 +預金額 0.00000009 +頑 0.00000128 +頑な 0.00000046 +頑丈 0.00000403 +頑健 0.00000037 +頑固 0.00000816 +頑張 0.00004273 +頑張り 0.00000138 +頑張りんさい 0.00000009 +頑張れ 0.00000073 +頑強 0.00000073 +頑迷 0.00000064 +頓 0.00000018 +頓堀 0.00000009 +頓挫 0.00000037 +頓智 0.00000009 +頓服 0.00000009 +頓着 0.00000101 +領 0.00000330 +領主 0.00000385 +領事 0.00001311 +領伏 0.00000009 +領分 0.00000018 +領収 0.00000459 +領国 0.00000018 +領土 0.00001366 +領地 0.00000211 +領域 0.00001128 +領有 0.00000156 +領民 0.00000009 +領海 0.00000092 +領海内 0.00000018 +領空 0.00000018 +領袖 0.00000009 +頤 0.00000028 +頬 0.00000972 +頬か 0.00000009 +頬ずり 0.00000009 +頬張 0.00000018 +頬擦り 0.00000018 +頬肉 0.00000009 +頬骨 0.00000073 +頬髭 0.00000009 +頬髯 0.00000092 +頭 0.00018744 +頭おかし 0.00000009 +頭ごし 0.00000009 +頭ごなし 0.00000046 +頭でっかち 0.00000028 +頭一面 0.00000009 +頭上 0.00000660 +頭下げ 0.00000009 +頭丸 0.00000009 +頭側 0.00000009 +頭出し 0.00000009 +頭割り 0.00000009 +頭動か 0.00000009 +頭取 0.00000028 +頭央 0.00000174 +頭字 0.00000037 +頭山 0.00000009 +頭巾 0.00000046 +頭打ち 0.00000046 +頭抱え 0.00000009 +頭数 0.00000083 +頭板 0.00000009 +頭痛 0.00000679 +頭痛薬 0.00000009 +頭皮 0.00000073 +頭目 0.00000018 +頭突き 0.00000028 +頭立て 0.00000028 +頭竜 0.00000009 +頭線 0.00000009 +頭胸 0.00000009 +頭脳 0.00000614 +頭腦 0.00000009 +頭良 0.00000009 +頭蓋 0.00000541 +頭角 0.00000110 +頭診 0.00000009 +頭越し 0.00000018 +頭蹴 0.00000009 +頭部 0.00000449 +頭金 0.00000083 +頭韻 0.00000009 +頭頂 0.00000055 +頭頂葉 0.00000009 +頭領 0.00000018 +頭飾り 0.00000018 +頭骨 0.00000037 +頭骸骨 0.00000009 +頭髪 0.00000055 +頭^ 0.00000009 +頷 0.00000009 +頸 0.00000128 +頸城 0.00000009 +頸椎 0.00000009 +頸癌 0.00000028 +頸部 0.00000064 +頸静脈 0.00000009 +頸飾 0.00000009 +頻々 0.00000009 +頻り 0.00000055 +頻出数 0.00000009 +頻尿 0.00000028 +頻度 0.00000321 +頻発 0.00000183 +頻繁 0.00001797 +頻脈 0.00000018 +頼 0.00007327 +頼み 0.00000376 +頼みこ 0.00000009 +頼み込 0.00000101 +頼め 0.00000055 +頼もし 0.00000110 +頼り 0.00000890 +頼りがい 0.00000018 +頼りな 0.00000073 +頼り出 0.00000009 +頼れ 0.00000174 +頼んど 0.00000018 +頼子 0.00000009 +頼朝 0.00000284 +頼通 0.00000028 +頼長 0.00000018 +顆粒 0.00000037 +題 0.00000449 +題名 0.00000514 +題名付け 0.00000009 +題字 0.00000046 +題材 0.00000981 +題目 0.00000119 +額 0.00004640 +額絵 0.00000009 +額縁 0.00000073 +額面 0.00000147 +顎 0.00000550 +顎ひげ 0.00000046 +顎先 0.00000009 +顎紐 0.00000009 +顎鬚 0.00000083 +顔 0.00020211 +顔いろ 0.00000009 +顔つ 0.00000037 +顔つき 0.00000339 +顔中 0.00000101 +顔付 0.00000009 +顔付き 0.00000009 +顔右 0.00000009 +顔合わせ 0.00000009 +顔向け 0.00000028 +顔形 0.00000018 +顔描 0.00000009 +顔料 0.00000119 +顔洗 0.00000009 +顔用 0.00000009 +顔画像 0.00000009 +顔立 0.00000018 +顔立ち 0.00000202 +顔色 0.00000679 +顔見せ 0.00000009 +顔触れ 0.00000147 +顔負け 0.00000101 +顔附 0.00000028 +顔面 0.00000358 +顔^ 0.00000009 +顕 0.00000037 +顕す 0.00000009 +顕れ 0.00000046 +顕わ 0.00000037 +顕三 0.00000009 +顕在 0.00000037 +顕宗 0.00000009 +顕彰 0.00000009 +顕微 0.00000220 +顕現 0.00000009 +顕示 0.00000018 +顕色 0.00000018 +顕著 0.00000734 +願 0.00015718 +願い 0.00003265 +願いごと 0.00000028 +願いで 0.00000037 +願い下げ 0.00000009 +願い事 0.00000037 +願い出 0.00000073 +願い出れ 0.00000009 +願う 0.00000028 +願え 0.00000183 +願えれ 0.00000018 +願わく 0.00000083 +願わし 0.00000009 +願書 0.00000183 +願望 0.00000825 +願致 0.00000009 +顛倒 0.00000009 +顛動 0.00000009 +顛末 0.00000092 +類 0.00002870 +類人 0.00000128 +類似 0.00000917 +類学 0.00000009 +類推 0.00000073 +類比 0.00000055 +類癇 0.00000018 +類種 0.00000009 +類義語 0.00000009 +類語 0.00000009 +顧 0.00000193 +顧み 0.00000220 +顧みず 0.00000009 +顧問 0.00000468 +顧客 0.00004393 +顧徳明 0.00000009 +顧慮 0.00000018 +顫え 0.00000110 +顫動 0.00000009 +顰み 0.00000009 +顰め 0.00000028 +顰蹙 0.00000009 +顳 0.00000009 +風 0.00008051 +風上 0.00000101 +風下 0.00000110 +風任 0.00000009 +風体 0.00000009 +風俗 0.00000339 +風信 0.00000009 +風光 0.00000055 +風切 0.00000037 +風刺 0.00000293 +風刺絵 0.00000009 +風前 0.00000018 +風力 0.00000734 +風化 0.00000037 +風合い 0.00000064 +風向き 0.00000073 +風呂 0.00003851 +風呂なし 0.00000009 +風呂上り 0.00000009 +風呂場 0.00000037 +風呂敷 0.00000523 +風呂釜 0.00000018 +風味 0.00000587 +風土 0.00000449 +風圧 0.00000009 +風変り 0.00000009 +風変わり 0.00000523 +風太 0.00000147 +風太郎 0.00000009 +風姿 0.00000009 +風当たり 0.00000018 +風情 0.00000183 +風景 0.00001852 +風月 0.00000018 +風林 0.00000028 +風格 0.00000028 +風水 0.00000073 +風水害 0.00000018 +風水師 0.00000028 +風波 0.00000009 +風流 0.00000037 +風潮 0.00000514 +風物 0.00000220 +風疹 0.00000028 +風神 0.00000018 +風穴 0.00000009 +風窓 0.00000009 +風紀 0.00000046 +風習 0.00000651 +風聞 0.00000009 +風船 0.00000257 +風色 0.00000009 +風見 0.00000064 +風評 0.00000018 +風貌 0.00000183 +風車 0.00000358 +風通し 0.00000092 +風速 0.00000101 +風邪 0.00001412 +風邪薬 0.00000018 +風采 0.00000028 +風野菜 0.00000009 +風鈴 0.00000009 +風鐸 0.00000009 +風雅 0.00000028 +風雨 0.00000055 +風靡 0.00000046 +風韓国 0.00000009 +風音楽 0.00000009 +颯爽 0.00000046 +颱風 0.00000028 +飄々 0.00000009 +飛 0.00003512 +飛ば 0.00000798 +飛ばし 0.00000028 +飛ばせ 0.00000028 +飛び 0.00000367 +飛びあが 0.00000073 +飛びおり 0.00000018 +飛びか 0.00000046 +飛びかか 0.00000183 +飛びこ 0.00000110 +飛びこえ 0.00000018 +飛びだ 0.00000009 +飛びつ 0.00000110 +飛びつけ 0.00000009 +飛びで 0.00000009 +飛びぬけ 0.00000037 +飛びまわ 0.00000055 +飛び上 0.00000009 +飛び上が 0.00000330 +飛び乗 0.00000211 +飛び乗り 0.00000028 +飛び交 0.00000193 +飛び付 0.00000248 +飛び入り 0.00000018 +飛び出 0.00001669 +飛び切り 0.00000009 +飛び去 0.00000165 +飛び周 0.00000009 +飛び回 0.00000385 +飛び地 0.00000009 +飛び抜け 0.00000128 +飛び散 0.00000110 +飛び火 0.00000028 +飛び石 0.00000046 +飛び移 0.00000073 +飛び移れ 0.00000009 +飛び立 0.00000459 +飛び起き 0.00000147 +飛び越 0.00000018 +飛び越え 0.00000202 +飛び越えれ 0.00000018 +飛び跳 0.00000009 +飛び跳ね 0.00000174 +飛び込 0.00001210 +飛び込み 0.00000064 +飛び返 0.00000009 +飛び退 0.00000009 +飛び降 0.00000009 +飛び降り 0.00000431 +飛べ 0.00000248 +飛刀 0.00000037 +飛散 0.00000128 +飛来 0.00000073 +飛沫 0.00000018 +飛球 0.00000018 +飛翔 0.00000046 +飛脚 0.00000009 +飛蝗 0.00000009 +飛行 0.00010885 +飛越 0.00000018 +飛躍 0.00000550 +飛車 0.00000009 +飛雄馬 0.00000018 +飛雪 0.00000018 +飛騨 0.00000156 +飛鳥 0.00000275 +食 0.00005924 +食い 0.00000193 +食いこ 0.00000009 +食いしば 0.00000046 +食いしん 0.00000064 +食いちぎ 0.00000018 +食いつ 0.00000046 +食いつき 0.00000009 +食いつけ 0.00000009 +食いつな 0.00000009 +食いつぶ 0.00000055 +食いもん 0.00000009 +食いや 0.00000009 +食い下が 0.00000028 +食い付き 0.00000009 +食い倒れ 0.00000009 +食い入 0.00000037 +食い止め 0.00000440 +食い残 0.00000009 +食い気 0.00000018 +食い物 0.00000110 +食い荒ら 0.00000018 +食い込 0.00000101 +食い込め 0.00000009 +食い逃げ 0.00000009 +食い違 0.00000028 +食い違い 0.00000119 +食え 0.00000083 +食っ 0.00000009 +食べ 0.00028134 +食べかけ 0.00000009 +食べれ 0.00000220 +食べろ 0.00000018 +食べ応え 0.00000009 +食べ歩 0.00000018 +食べ歩き 0.00000009 +食べ残 0.00000028 +食べ残し 0.00000046 +食べ物 0.00006318 +食べ物入れ 0.00000009 +食べ物屋 0.00000037 +食べ物責 0.00000009 +食ら 0.00000367 +食らい 0.00000018 +食らえ 0.00000018 +食らわ 0.00000028 +食らわば 0.00000009 +食わ 0.00000018 +食三 0.00000009 +食中 0.00000009 +食中毒 0.00000009 +食事 0.00009922 +食人 0.00000009 +食作 0.00000009 +食処 0.00000009 +食分 0.00000018 +食券 0.00000009 +食刻 0.00000009 +食前 0.00000119 +食卓 0.00000743 +食卓布 0.00000018 +食取 0.00000009 +食味 0.00000018 +食品 0.00005878 +食器 0.00000963 +食堂 0.00001238 +食塩 0.00000037 +食塩水 0.00000009 +食後 0.00000293 +食感 0.00000156 +食数 0.00000009 +食料 0.00002558 +食材 0.00001000 +食欲 0.00000807 +食法 0.00000009 +食物 0.00001110 +食用 0.00000321 +食糧 0.00001852 +食紅 0.00000009 +食習慣 0.00000165 +食肉 0.00000403 +食育 0.00000046 +食虎 0.00000009 +食衣 0.00000009 +食費 0.00000156 +食通 0.00000009 +食道 0.00000092 +食酢 0.00000009 +食間 0.00000037 +食離れ 0.00000009 +食餌 0.00000037 +飢え 0.00001284 +飢えがおさま 0.00000009 +飢え死 0.00000028 +飢え死に 0.00000064 +飢餓 0.00000779 +飢饉 0.00000202 +飯 0.00000211 +飯事 0.00000064 +飯原 0.00000018 +飯坂 0.00000028 +飯塚 0.00000009 +飯山 0.00000009 +飯島 0.00000073 +飯店 0.00000009 +飯森 0.00000009 +飯沼 0.00000009 +飯田 0.00000101 +飯綱 0.00000018 +飯舘 0.00000073 +飯舘村 0.00000009 +飯野 0.00000009 +飯食 0.00000009 +飲 0.00013875 +飲ま 0.00000018 +飲み 0.00000578 +飲みあき 0.00000009 +飲みかけ 0.00000037 +飲みくち 0.00000009 +飲みこ 0.00000028 +飲みこめ 0.00000009 +飲みつ 0.00000009 +飲みほ 0.00000046 +飲みまく 0.00000009 +飲みもの 0.00000037 +飲み代 0.00000009 +飲み会 0.00000101 +飲み屋 0.00000284 +飲み干 0.00000348 +飲み干せ 0.00000009 +飲み明か 0.00000009 +飲み歩 0.00000009 +飲み残 0.00000009 +飲み水 0.00000110 +飲み物 0.00001962 +飲み薬 0.00000018 +飲み足り 0.00000018 +飲み込 0.00000514 +飲み込み 0.00000073 +飲み込め 0.00000092 +飲み食 0.00000009 +飲み食い 0.00000046 +飲め 0.00000734 +飲ん 0.00000009 +飲料 0.00002082 +飲泉 0.00000037 +飲物 0.00000009 +飲用 0.00000028 +飲茶 0.00000028 +飲酒 0.00000807 +飲食 0.00001082 +飴 0.00000028 +飼 0.00002192 +飼い 0.00000193 +飼いなら 0.00000009 +飼い主 0.00000981 +飼い主約 0.00000009 +飼い慣ら 0.00000037 +飼い犬 0.00000312 +飼い猫 0.00000083 +飼い葉 0.00000028 +飼う 0.00000009 +飼え 0.00000165 +飼主 0.00000037 +飼料 0.00000092 +飼犬 0.00000009 +飼育 0.00000853 +飼育場 0.00000028 +飼育舎 0.00000009 +飼葉 0.00000018 +飼養 0.00000009 +飽 0.00000009 +飽々 0.00000009 +飽き 0.00000954 +飽きた 0.00000055 +飽きて 0.00000009 +飽きな 0.00000009 +飽き足 0.00000028 +飽き足り 0.00000009 +飽き飽き 0.00000193 +飽く 0.00000037 +飽和 0.00000339 +飽食 0.00000018 +飾 0.00002760 +飾り 0.00000807 +飾りか 0.00000009 +飾りたて 0.00000018 +飾りつけ 0.00000009 +飾り付け 0.00000275 +飾り切り 0.00000009 +飾り山 0.00000009 +飾り布 0.00000018 +飾り枠 0.00000009 +飾り気 0.00000101 +飾り気なし 0.00000009 +飾り物 0.00000064 +飾り立て 0.00000202 +飾れ 0.00000009 +餃子 0.00000092 +餅 0.00000532 +餅つき 0.00000009 +餅作り 0.00000009 +餅包み 0.00000009 +餅屋 0.00000037 +餅米 0.00000101 +養 0.00000954 +養え 0.00000128 +養分 0.00000018 +養命 0.00000018 +養女 0.00000092 +養子 0.00000734 +養成 0.00000853 +養殖 0.00000715 +養母 0.00000009 +養毛 0.00000018 +養父 0.00000009 +養父母 0.00000028 +養生 0.00000018 +養老 0.00000018 +養育 0.00000385 +養蚕 0.00000046 +養蜂 0.00000211 +養親 0.00000009 +養親子 0.00000009 +養護 0.00000284 +養豚 0.00000211 +養魚 0.00000028 +養鯉 0.00000018 +養鶏 0.00000284 +餌 0.00001247 +餌代 0.00000009 +餌場 0.00000037 +餌袋 0.00000046 +餌食 0.00000202 +餓え 0.00000018 +餓死 0.00000193 +餘部 0.00000018 +餞別 0.00000009 +館 0.00016323 +館内 0.00000330 +館員 0.00000009 +館島 0.00000009 +館林 0.00000018 +館長 0.00000248 +饅 0.00000046 +饅頭 0.00000156 +饑餓 0.00000009 +饒舌 0.00000028 +饗 0.00000009 +饗宴 0.00000037 +饗庭 0.00000009 +首 0.00004860 +首かるた 0.00000009 +首つ 0.00000028 +首つり 0.00000064 +首位 0.00000770 +首元 0.00000018 +首切 0.00000028 +首切り 0.00000101 +首吊 0.00000028 +首吊り 0.00000009 +首周り 0.00000018 +首尾 0.00000229 +首席 0.00000156 +首府 0.00000009 +首投げ 0.00000009 +首振 0.00000009 +首根 0.00000009 +首狩 0.00000018 +首班 0.00000009 +首留 0.00000009 +首相 0.00010931 +首筋 0.00000064 +首絵 0.00000009 +首肯 0.00000009 +首脳 0.00002283 +首謀 0.00000211 +首足 0.00000009 +首輪 0.00000156 +首途 0.00000009 +首邑 0.00000009 +首都 0.00002962 +首里 0.00000165 +首長 0.00000596 +首領 0.00000092 +首飾り 0.00000083 +馘首 0.00000009 +香 0.00000183 +香し 0.00000009 +香ばし 0.00000110 +香り 0.00002769 +香り付け 0.00000018 +香具 0.00000009 +香典 0.00000064 +香取 0.00000128 +香味 0.00000083 +香奈 0.00000037 +香川 0.00000339 +香恵 0.00000092 +香料 0.00000128 +香気 0.00000083 +香水 0.00000697 +香油 0.00000018 +香津 0.00000009 +香港 0.00004448 +香炉 0.00000092 +香田 0.00000064 +香織 0.00000156 +香美 0.00000028 +香草 0.00000009 +香菜 0.00000009 +香葉子 0.00000018 +香蘭 0.00000046 +香西 0.00000018 +香辛 0.00000202 +香辛料 0.00000009 +香道 0.00000018 +馥 0.00000009 +馨 0.00000220 +馬 0.00007510 +馬が 0.00000009 +馬ぞり 0.00000009 +馬て 0.00000009 +馬コ 0.00000009 +馬丁 0.00000083 +馬上 0.00000018 +馬主 0.00000147 +馬乗り 0.00000028 +馬事 0.00000009 +馬体 0.00000018 +馬具 0.00000064 +馬券 0.00000101 +馬刺 0.00000018 +馬力 0.00000083 +馬勒 0.00000064 +馬友友 0.00000009 +馬商 0.00000009 +馬場 0.00000275 +馬子 0.00000165 +馬屋 0.00000046 +馬市 0.00000009 +馬房 0.00000009 +馬扱い 0.00000009 +馬方 0.00000046 +馬枠 0.00000009 +馬毛 0.00000009 +馬用 0.00000018 +馬番 0.00000101 +馬磨 0.00000009 +馬立て 0.00000009 +馬籠 0.00000183 +馬糞 0.00000018 +馬耳 0.00000009 +馬肉 0.00000009 +馬脚 0.00000009 +馬術 0.00000138 +馬身 0.00000009 +馬車 0.00002393 +馬車馬 0.00000009 +馬追 0.00000018 +馬遺伝 0.00000009 +馬鈴 0.00000028 +馬鈴薯 0.00000009 +馬頭 0.00000018 +馬飼 0.00000009 +馬鹿 0.00000523 +馬鹿々々 0.00000064 +馬鹿げ 0.00000101 +馬鹿し 0.00000009 +馬鹿しく 0.00000009 +馬麗華 0.00000009 +馬齢 0.00000009 +馭 0.00000009 +馭者 0.00000064 +馳 0.00000083 +馳せ 0.00000037 +馳走 0.00000303 +馴ら 0.00000018 +馴れ 0.00000018 +馴れ切 0.00000009 +馴れ合い 0.00000009 +馴染 0.00000083 +馴染み 0.00000073 +駄 0.00000165 +駄々 0.00000037 +駄じゃれ 0.00000009 +駄作 0.00000046 +駄右 0.00000018 +駄木 0.00000009 +駄洒落 0.00000009 +駄目 0.00008226 +駄賃 0.00000018 +駄踏 0.00000018 +駅 0.00008923 +駅丸の内 0.00000009 +駅伝 0.00000394 +駅伝走 0.00000009 +駅伝過去 0.00000009 +駅内 0.00000009 +駅別 0.00000009 +駅前 0.00000376 +駅名 0.00000092 +駅員 0.00000367 +駅売 0.00000009 +駅弁 0.00000890 +駅構内 0.00000018 +駅舎 0.00000018 +駅長 0.00000101 +駅間 0.00000018 +駅馬車 0.00000009 +駆 0.00000614 +駆け 0.00000394 +駆けおり 0.00000028 +駆けこ 0.00000009 +駆けこみ 0.00000018 +駆けず 0.00000028 +駆けだ 0.00000064 +駆けつけ 0.00000119 +駆けぬけ 0.00000009 +駆けのぼ 0.00000018 +駆けまわ 0.00000028 +駆けめぐ 0.00000055 +駆けもど 0.00000009 +駆けよ 0.00000028 +駆ける 0.00000009 +駆け上 0.00000101 +駆け上が 0.00000229 +駆け上れ 0.00000009 +駆け下り 0.00000110 +駆け付け 0.00000330 +駆け出 0.00000229 +駆け出し 0.00000055 +駆け去 0.00000018 +駆け回 0.00000147 +駆け寄 0.00000193 +駆け巡 0.00000110 +駆け引き 0.00000275 +駆け戻 0.00000064 +駆け抜け 0.00000220 +駆け昇 0.00000009 +駆け登 0.00000046 +駆け落ち 0.00000110 +駆け足 0.00000138 +駆け足進 0.00000009 +駆け込 0.00000321 +駆け込み 0.00000028 +駆け込め 0.00000009 +駆け降り 0.00000064 +駆け集ま 0.00000009 +駆り 0.00000018 +駆りたて 0.00000018 +駆り出 0.00000037 +駆り去 0.00000009 +駆り立て 0.00000523 +駆使 0.00000477 +駆動 0.00000202 +駆込 0.00000009 +駆逐 0.00000147 +駆除 0.00000165 +駆除法 0.00000009 +駈け 0.00000064 +駈けこ 0.00000018 +駈けつけ 0.00000037 +駈け下り 0.00000009 +駈け出 0.00000018 +駈け込 0.00000009 +駐 0.00000064 +駐停 0.00000009 +駐在 0.00000770 +駐屯 0.00000092 +駐日 0.00000413 +駐留 0.00000532 +駐米 0.00000018 +駐英 0.00000009 +駐車 0.00003026 +駐軍 0.00000009 +駐輪 0.00000101 +駐韓 0.00000009 +駒 0.00000248 +駒ケ岳 0.00000018 +駒大 0.00000055 +駒沢 0.00000064 +駒澤 0.00000083 +駒野 0.00000018 +駱駝 0.00000018 +駿 0.00000266 +駿府 0.00000055 +駿河 0.00000046 +駿足 0.00000009 +駿馬 0.00000046 +騎 0.00000028 +騎乗 0.00000046 +騎兵 0.00000156 +騎兵隊 0.00000009 +騎士 0.00001000 +騎士道 0.00000009 +騎手 0.00000367 +騎馬 0.00000110 +騒 0.00000688 +騒々 0.00000009 +騒々し 0.00000321 +騒が 0.00000009 +騒がし 0.00000321 +騒ぎ 0.00001376 +騒ぎ立て 0.00000193 +騒ぐ 0.00000046 +騒げ 0.00000018 +騒乱 0.00000128 +騒動 0.00000459 +騒嵐 0.00000009 +騒然 0.00000092 +騒音 0.00000899 +騙 0.00000092 +騙し取 0.00000009 +騙し合い 0.00000009 +騾馬 0.00000009 +驕り 0.00000009 +驕慢 0.00000009 +驚 0.00014691 +驚か 0.00000037 +驚き 0.00002421 +驚く 0.00000018 +驚嘆 0.00000211 +驚天動 0.00000009 +驚怖 0.00000009 +驚愕 0.00000202 +驚歎 0.00000018 +驚異 0.00000880 +驚異な 0.00000009 +驚駭 0.00000009 +驟雨 0.00000009 +驢馬 0.00000018 +骨 0.00002898 +骨ば 0.00000018 +骨付き 0.00000009 +骨休め 0.00000028 +骨切除 0.00000009 +骨四 0.00000009 +骨型 0.00000018 +骨壷 0.00000055 +骨壺 0.00000009 +骨太 0.00000009 +骨子 0.00000018 +骨折 0.00000660 +骨折り 0.00000083 +骨抜き 0.00000009 +骨接 0.00000009 +骨断 0.00000009 +骨格 0.00000238 +骨牌 0.00000064 +骨盤 0.00000174 +骨粗 0.00000009 +骨組み 0.00000119 +骨董 0.00000413 +骨身 0.00000018 +骨転 0.00000009 +骨酒 0.00000009 +骨量 0.00000018 +骨間 0.00000009 +骨頭 0.00000018 +骨類 0.00000009 +骨髄 0.00000174 +骸 0.00000073 +骸骨 0.00000147 +髄 0.00000073 +髄液 0.00000028 +髄膜 0.00000064 +髄鞘 0.00000009 +高 0.00039203 +高々 0.00000092 +高〜 0.00000009 +高さ 0.00000018 +高じ 0.00000009 +高ぶ 0.00000073 +高ま 0.00003989 +高まり 0.00000257 +高まる 0.00000009 +高み 0.00000092 +高め 0.00003613 +高めれ 0.00000009 +高め合 0.00000009 +高らか 0.00000083 +高丈二 0.00000009 +高中 0.00000009 +高井 0.00000037 +高任 0.00000009 +高位 0.00000073 +高低 0.00000092 +高価 0.00001715 +高倉 0.00000073 +高値 0.00000468 +高僧 0.00000037 +高円 0.00000073 +高出力 0.00000009 +高利 0.00000073 +高利回り 0.00000009 +高卒 0.00000055 +高卒出 0.00000009 +高原 0.00000495 +高原野菜 0.00000009 +高取 0.00000009 +高句麗 0.00000064 +高台 0.00000110 +高名 0.00000238 +高吠え 0.00000009 +高周波 0.00000018 +高圧 0.00000128 +高在根 0.00000009 +高地 0.00000358 +高地人 0.00000009 +高官 0.00000945 +高密 0.00000009 +高専 0.00000083 +高射 0.00000009 +高尚 0.00000110 +高尾 0.00000018 +高尾山 0.00000037 +高層 0.00000853 +高山 0.00000248 +高岡 0.00000037 +高峰 0.00000018 +高島 0.00000147 +高崎 0.00000055 +高嶺 0.00000055 +高川 0.00000046 +高床 0.00000037 +高度 0.00002348 +高役職 0.00000009 +高徳 0.00000018 +高志 0.00000009 +高慢 0.00000147 +高所 0.00000073 +高揚 0.00000394 +高望み 0.00000064 +高木 0.00000083 +高杉 0.00000028 +高村 0.00000064 +高松 0.00000147 +高松城 0.00000018 +高松塚 0.00000037 +高松宮 0.00000028 +高枕 0.00000009 +高枝 0.00000009 +高架 0.00000028 +高架橋 0.00000009 +高架駅 0.00000009 +高栄養 0.00000009 +高校 0.00010922 +高根 0.00000009 +高梨 0.00000018 +高楊 0.00000009 +高槻 0.00000018 +高橋 0.00001834 +高次 0.00000083 +高次元 0.00000018 +高段 0.00000009 +高殿 0.00000009 +高気 0.00000009 +高気圧 0.00000156 +高水 0.00000009 +高水山 0.00000018 +高波 0.00000064 +高温 0.00000348 +高湿 0.00000009 +高潔 0.00000275 +高潮 0.00000367 +高炉 0.00000119 +高熱 0.00000183 +高率 0.00000018 +高生 0.00000092 +高田 0.00000211 +高目 0.00000009 +高知 0.00000541 +高砂 0.00000037 +高秀 0.00000009 +高空 0.00000018 +高笑い 0.00000037 +高等 0.00000981 +高級 0.00002916 +高給 0.00000156 +高緯度 0.00000009 +高能 0.00000009 +高脂肪 0.00000037 +高興祖 0.00000009 +高荘 0.00000009 +高菜 0.00000028 +高裁 0.00000064 +高西 0.00000018 +高見 0.00000083 +高見山 0.00000028 +高見盛 0.00000009 +高規格 0.00000009 +高覧 0.00000018 +高解像 0.00000009 +高調子 0.00000009 +高貴 0.00000449 +高質 0.00000046 +高跳 0.00000009 +高跳び 0.00000028 +高身長 0.00000018 +高輪 0.00000009 +高速 0.00001880 +高速度 0.00000009 +高過ぎ 0.00000028 +高遠 0.00000009 +高邁 0.00000073 +高配 0.00000009 +高野 0.00000119 +高野山 0.00000092 +高雄 0.00000009 +高音 0.00000037 +高須 0.00000018 +高額 0.00000807 +高飛び 0.00000064 +高飛び込み 0.00000009 +高飛車 0.00000009 +高馬力 0.00000009 +高騰 0.00000541 +高鳴 0.00000147 +高鳴り 0.00000018 +高麗 0.00000064 +高齢 0.00004530 +高3 0.00000009 +髙尾 0.00000009 +髙須 0.00000009 +髪 0.00005126 +髪の 0.00000046 +髪の毛 0.00000211 +髪切 0.00000028 +髪切り 0.00000037 +髪型 0.00000174 +髪廊 0.00000009 +髪形 0.00000541 +髪洗 0.00000009 +髪洗え 0.00000009 +髪用 0.00000037 +髪短 0.00000009 +髪筋 0.00000009 +髪粉 0.00000009 +髪結 0.00000009 +髪結業 0.00000009 +髪質 0.00000009 +髪飾り 0.00000046 +髪^ 0.00000009 +髭 0.00000211 +髭剃 0.00000018 +髯 0.00000046 +髯剃り 0.00000009 +髷 0.00000009 +鬘 0.00000055 +鬚 0.00000055 +鬨 0.00000037 +鬱 0.00000128 +鬱々 0.00000028 +鬱勃 0.00000028 +鬱屈 0.00000009 +鬱憤 0.00000009 +鬱病 0.00000449 +鬱積 0.00000028 +鬱蒼 0.00000018 +鬱薬 0.00000009 +鬱血 0.00000046 +鬱陶し 0.00000009 +鬼 0.00000954 +鬼ごっこ 0.00000028 +鬼さん 0.00000018 +鬼と 0.00000009 +鬼ババ 0.00000009 +鬼丸 0.00000028 +鬼吉 0.00000009 +鬼太郎 0.00000128 +鬼嫁 0.00000018 +鬼子 0.00000028 +鬼平 0.00000009 +鬼怒 0.00000064 +鬼怒川 0.00000009 +鬼才 0.00000028 +鬼扱い 0.00000009 +鬼次 0.00000009 +鬼気 0.00000009 +鬼火 0.00000037 +鬼畜 0.00000037 +鬼神 0.00000009 +魁偉 0.00000009 +魁皇 0.00000037 +魁皇関 0.00000028 +魂 0.00002458 +魂百 0.00000165 +魂胆 0.00000055 +魅 0.00000633 +魅きつけ 0.00000009 +魅せ 0.00000009 +魅了 0.00001522 +魅入 0.00000009 +魅力 0.00007089 +魅惑 0.00000238 +魏 0.00000083 +魏京生 0.00000028 +魏志 0.00000101 +魏王 0.00000009 +魔 0.00000183 +魔よけ 0.00000037 +魔人 0.00000018 +魔力 0.00000092 +魔女 0.00002017 +魔法 0.00002183 +魔法界 0.00000009 +魔物 0.00000073 +魔王 0.00000046 +魔界 0.00000009 +魔的 0.00000009 +魔神 0.00000028 +魔術 0.00000605 +魔足根 0.00000009 +魔鬼 0.00000009 +魘 0.00000009 +魚 0.00006529 +魚つり 0.00000018 +魚介 0.00000495 +魚偏 0.00000018 +魚卸 0.00000009 +魚又 0.00000009 +魚場 0.00000009 +魚売り 0.00000046 +魚好き 0.00000009 +魚嫌い 0.00000009 +魚小売 0.00000009 +魚屋 0.00000128 +魚座 0.00000284 +魚心 0.00000055 +魚拓 0.00000009 +魚揚げ 0.00000009 +魚油 0.00000018 +魚津 0.00000028 +魚眼 0.00000009 +魚籠 0.00000009 +魚網 0.00000018 +魚群 0.00000009 +魚肉 0.00000110 +魚臭 0.00000009 +魚輸出 0.00000009 +魚醤 0.00000009 +魚釣 0.00000009 +魚釣り 0.00000110 +魚雷 0.00000018 +魚類 0.00000101 +魚食べ 0.00000046 +魯 0.00000009 +魯山人 0.00000009 +魯迅 0.00000018 +魯鈍 0.00000009 +鮎 0.00000018 +鮎川 0.00000055 +鮨 0.00000009 +鮨詰め 0.00000009 +鮪 0.00000009 +鮫 0.00000083 +鮫肝 0.00000009 +鮭 0.00000101 +鮮 0.00000028 +鮮か 0.00000018 +鮮や 0.00000018 +鮮やか 0.00000981 +鮮度 0.00000147 +鮮明 0.00000477 +鮮烈 0.00000064 +鮮紅 0.00000009 +鮮血 0.00000009 +鮮魚 0.00000037 +鯉 0.00000064 +鯉子 0.00000018 +鯖江 0.00000064 +鯛 0.00000064 +鯛めし 0.00000009 +鯛焼き 0.00000009 +鯨 0.00000945 +鯨国 0.00000009 +鯨絶滅 0.00000009 +鯨肉 0.00000055 +鯱鉾 0.00000009 +鰊 0.00000009 +鰐皮 0.00000009 +鰯 0.00000009 +鰻 0.00000009 +鱒 0.00000046 +鱒二 0.00000009 +鱗 0.00000018 +鱗屑 0.00000009 +鱗生え 0.00000009 +鳥 0.00006703 +鳥かご 0.00000009 +鳥丼 0.00000009 +鳥人間 0.00000009 +鳥冠 0.00000009 +鳥刺し 0.00000046 +鳥匠 0.00000028 +鳥占い 0.00000009 +鳥取 0.00000339 +鳥塚 0.00000009 +鳥居 0.00000156 +鳥屋 0.00000037 +鳥島 0.00000037 +鳥打ち 0.00000009 +鳥撃ち 0.00000009 +鳥猟 0.00000009 +鳥獣 0.00000018 +鳥瞰 0.00000009 +鳥羽 0.00000073 +鳥肉 0.00000064 +鳥肌 0.00000083 +鳥谷 0.00000037 +鳥越 0.00000009 +鳥跡 0.00000055 +鳥類 0.00000238 +鳥飼 0.00000009 +鳥養 0.00000009 +鳥黐 0.00000009 +鳩 0.00000238 +鳩ヶ谷 0.00000009 +鳩山 0.00000532 +鳩村 0.00000037 +鳩肉 0.00000009 +鳳仙 0.00000018 +鳳仙花 0.00000009 +鳳凰 0.00000009 +鳴 0.00002375 +鳴き 0.00000018 +鳴きさけ 0.00000018 +鳴きたて 0.00000009 +鳴き出 0.00000018 +鳴き声 0.00000477 +鳴き鳥 0.00000018 +鳴け 0.00000009 +鳴ら 0.00001256 +鳴り 0.00000523 +鳴りひび 0.00000009 +鳴り出 0.00000037 +鳴り止 0.00000028 +鳴り物 0.00000046 +鳴り響 0.00000037 +鳴動 0.00000018 +鳴声 0.00000009 +鳴子 0.00000037 +鳴瀬 0.00000009 +鳴神 0.00000009 +鳴門 0.00000028 +鳶 0.00000009 +鳶色 0.00000009 +鴉 0.00000009 +鴎 0.00000009 +鴎外 0.00000028 +鴨 0.00000128 +鴨下 0.00000009 +鴨南 0.00000009 +鴨南蛮 0.00000009 +鴨居 0.00000009 +鴨川 0.00000073 +鴨緑 0.00000009 +鴻禧 0.00000009 +鵜 0.00000037 +鵜匠 0.00000018 +鵞口 0.00000009 +鵞鳥 0.00000523 +鵡川 0.00000009 +鵬 0.00000037 +鵬関 0.00000028 +鶉 0.00000018 +鶉撃 0.00000009 +鶏 0.00000853 +鶏冠 0.00000018 +鶏卵 0.00000018 +鶏肉 0.00000752 +鶏舎 0.00000018 +鶫 0.00000009 +鶯谷 0.00000009 +鶴 0.00000202 +鶴ヶ岡 0.00000009 +鶴太郎 0.00000018 +鶴屋 0.00000018 +鶴岡 0.00000110 +鶴松 0.00000028 +鶴瓶 0.00000009 +鶴生 0.00000009 +鶴田 0.00000009 +鶴笑 0.00000009 +鶴見 0.00000046 +鶴見川 0.00000009 +鷲 0.00000073 +鷲宮 0.00000009 +鷲手 0.00000009 +鷲鼻 0.00000018 +鷹 0.00000394 +鷹ノ井 0.00000009 +鷹匠 0.00000083 +鷹山 0.00000092 +鷹揚 0.00000064 +鷹狩り 0.00000037 +鷹籠 0.00000009 +鷹賞 0.00000009 +鷺 0.00000028 +鸚鵡 0.00000165 +鹿 0.00000293 +鹿児島 0.00000834 +鹿取 0.00000009 +鹿屋 0.00000009 +鹿島 0.00000138 +鹿撃 0.00000009 +鹿毛 0.00000028 +鹿沼 0.00000009 +鹿狩り 0.00000028 +鹿用 0.00000009 +鹿皮 0.00000009 +鹿立 0.00000009 +鹿立浜 0.00000009 +鹿肉 0.00000037 +鹿野 0.00000009 +麒麟 0.00000037 +麓 0.00000138 +麗 0.00000064 +麗し 0.00000037 +麗句 0.00000110 +麗子 0.00000009 +麗水 0.00000009 +麗澤 0.00000018 +麗花 0.00000009 +麝香 0.00000028 +麦 0.00000449 +麦わら 0.00000028 +麦島 0.00000018 +麦焼 0.00000009 +麦焼酎 0.00000009 +麦畑 0.00000009 +麦穂 0.00000018 +麦粒 0.00000009 +麦芽 0.00000046 +麦茶 0.00000028 +麦藁 0.00000018 +麦酒 0.00000018 +麹 0.00000037 +麹町 0.00000009 +麹菌 0.00000009 +麹造り 0.00000018 +麺 0.00000770 +麺類 0.00000119 +麺麭 0.00000055 +麻 0.00000101 +麻世 0.00000009 +麻原 0.00000138 +麻和 0.00000009 +麻央 0.00000018 +麻婆 0.00000028 +麻将 0.00000018 +麻布 0.00000119 +麻弓 0.00000101 +麻木 0.00000119 +麻生 0.00000422 +麻疹 0.00000055 +麻痺 0.00000138 +麻紀子 0.00000009 +麻繊維 0.00000009 +麻美 0.00000018 +麻薬 0.00001926 +麻衣 0.00000028 +麻衣子 0.00000092 +麻酔 0.00000266 +麻里子 0.00000046 +麻雀 0.00000220 +黄 0.00000248 +黄いろ 0.00000009 +黄味 0.00000018 +黄斑 0.00000046 +黄斑変性 0.00000009 +黄昏 0.00000037 +黄河 0.00000018 +黄泉 0.00000037 +黄熱 0.00000037 +黄疸 0.00000046 +黄眞伊 0.00000009 +黄砂 0.00000156 +黄禹錫 0.00000009 +黄綬 0.00000009 +黄色 0.00001972 +黄色み 0.00000009 +黄衣 0.00000009 +黄褐色 0.00000046 +黄身 0.00000018 +黄金 0.00001119 +黄金律 0.00000064 +黄金色 0.00000073 +黄金造り 0.00000009 +黄門 0.00000073 +黄麻 0.00000009 +黎子 0.00000009 +黎明 0.00000009 +黎明期 0.00000009 +黒 0.00005154 +黒々 0.00000073 +黒い 0.00000018 +黒く 0.00000009 +黒こげ 0.00000028 +黒さ 0.00000009 +黒ず 0.00000119 +黒ずくめ 0.00000018 +黒っ 0.00000183 +黒ひげ 0.00000028 +黒ぶち 0.00000009 +黒み 0.00000009 +黒め 0.00000009 +黒人 0.00002678 +黒人種 0.00000009 +黒体 0.00000018 +黒光り 0.00000009 +黒卵 0.00000009 +黒味 0.00000018 +黒地 0.00000009 +黒坂 0.00000321 +黒塚 0.00000018 +黒壇 0.00000009 +黒子 0.00000009 +黒字 0.00000321 +黒山 0.00000046 +黒岩 0.00000037 +黒川 0.00000009 +黒帯 0.00000046 +黒幕 0.00000110 +黒数 0.00000009 +黒星 0.00000009 +黒曜 0.00000009 +黒服 0.00000046 +黒木 0.00000156 +黒板 0.00000202 +黒枠 0.00000009 +黒柳 0.00000055 +黒森 0.00000018 +黒檀 0.00000092 +黒死 0.00000009 +黒沢 0.00000128 +黒海 0.00000165 +黒漆 0.00000009 +黒潮 0.00000037 +黒澤 0.00001192 +黒澤明 0.00000009 +黒点 0.00000101 +黒焦 0.00000018 +黒焦げ 0.00000055 +黒煙 0.00000046 +黒犬 0.00000183 +黒猫 0.00000064 +黒玉 0.00000009 +黒田 0.00000257 +黒皮 0.00000009 +黒目 0.00000055 +黒眼 0.00000009 +黒石 0.00000037 +黒砂 0.00000009 +黒砂浜 0.00000009 +黒神 0.00000009 +黒竜江 0.00000009 +黒糖 0.00000009 +黒紋 0.00000018 +黒絹 0.00000009 +黒線 0.00000009 +黒船 0.00000110 +黒色 0.00000128 +黒衣 0.00000064 +黒装束 0.00000009 +黒豆 0.00000073 +黒豚 0.00000009 +黒豹 0.00000046 +黒部 0.00000073 +黒門 0.00000018 +黒雲 0.00000028 +黒髪 0.00000266 +黒髭 0.00000009 +黒鬚 0.00000009 +黒麦 0.00000018 +黙 0.00002448 +黙々 0.00000128 +黙っ 0.00000018 +黙とう 0.00000092 +黙らっしゃ 0.00000009 +黙り 0.00000037 +黙り込 0.00000064 +黙れ 0.00000009 +黙ん 0.00000009 +黙想 0.00000083 +黙殺 0.00000037 +黙示 0.00000018 +黙秘 0.00000073 +黙認 0.00000165 +黴臭 0.00000018 +鼓 0.00000092 +鼓動 0.00000202 +鼓吹 0.00000018 +鼓童 0.00000028 +鼓膜 0.00000028 +鼓舞 0.00000073 +鼓音 0.00000009 +鼠 0.00000092 +鼠一 0.00000009 +鼠色 0.00000009 +鼠顔 0.00000009 +鼬 0.00000018 +鼻 0.00002669 +鼻すじ 0.00000009 +鼻先 0.00000055 +鼻孔 0.00000073 +鼻差 0.00000009 +鼻息 0.00000018 +鼻持ち 0.00000037 +鼻柱 0.00000009 +鼻歌 0.00000064 +鼻毛 0.00000037 +鼻水 0.00000119 +鼻炎 0.00000037 +鼻白 0.00000009 +鼻眼 0.00000009 +鼻筋 0.00000018 +鼻腔 0.00000018 +鼻血 0.00000055 +鼻衆 0.00000055 +鼻詰ま 0.00000018 +鼻詰まり 0.00000009 +鼾 0.00000009 +齋田 0.00000009 +齋藤 0.00000018 +齎 0.00000018 +齢 0.00000009 +齧歯 0.00000018 +龍 0.00000348 +龍一 0.00000046 +龍三郎 0.00000009 +龍之介 0.00000055 +龍図 0.00000018 +龍太郎 0.00000046 +龍子 0.00000018 +龍安 0.00000028 +龍宮城 0.00000009 +龍平 0.00000009 +龍舞 0.00000028 +龍踊 0.00000028 +龍踊り 0.00000083 +龍馬 0.00000449 +龍馬像 0.00000009 + 0.00000009 +﨑 0.00000083 +! 0.00123468 +!_ 0.00000009 +# 0.00000009 +$ 0.00000119 +% 0.00035489 +& 0.00001495 +( 0.00014195 +) 0.00015094 +* 0.00000284 ++ 0.00000385 +, 0.00002806 +,0 0.00000009 +,00 0.00000064 +,000 0.00000358 +,100 0.00000028 +,19 0.00000009 +,20 0.00000018 +,200 0.00000092 +,22 0.00000009 +,3 0.00000009 +,300 0.00000009 +,4 0.00000009 +,400 0.00000009 +,437 0.00000009 +,450 0.00000009 +,500 0.00000009 +,60 0.00000009 +,600 0.00000009 +,7 0.00000009 +,700 0.00000018 +,776 0.00000018 +,780 0.00000009 +,82 0.00000009 +,900 0.00000018 +,930 0.00000009 +. 0.00023228 +.A 0.00000009 +.I. 0.00000037 +.P 0.00000009 +.u 0.00000028 +/ 0.00099130 +0 0.00014085 +0, 0.00000009 +00 0.00000385 +00, 0.00000009 +000 0.00000532 +0000 0.00000018 +001 0.00000046 +00dz 0.00000018 +01 0.00000009 +07 0.00000037 +09 0.00000028 +090 0.00000028 +1 0.00094316 +1、 0.00000128 +1、2 0.00000018 +1人 0.00008253 +1人ひとり 0.00000046 +1人前 0.00000018 +1人席 0.00000009 +1人暮らし 0.00000083 +1人殺 0.00000009 +1千 0.00000046 +1塁 0.00000009 +1日 0.00004558 +1, 0.00000083 +1,0 0.00000018 +1,00 0.00000064 +1,000 0.00000559 +1,200 0.00000009 +1,30 0.00000009 +1,300 0.00000046 +1,400 0.00000028 +1,5 0.00000009 +1,50 0.00000009 +1,500 0.00000092 +1,575 0.00000009 +1,83 0.00000009 +1,850 0.00000009 +10 0.00039872 +10,0 0.00000009 +10,000 0.00000073 +100 0.00012829 +100, 0.00000028 +1000 0.00004713 +10000 0.00000055 +101 0.00000202 +1010 0.00000018 +1011 0.00000009 +1014 0.00000009 +102 0.00000064 +1020 0.00000009 +1024 0.00000009 +1029 0.00000009 +1036 0.00000009 +104 0.00000101 +1042 0.00000018 +1045 0.00000009 +1046 0.00000009 +1047 0.00000009 +105 0.00000110 +1050 0.00000064 +10500 0.00000018 +1054 0.00000009 +106 0.00000110 +1067 0.00000009 +107 0.00000073 +1070 0.00000009 +1077 0.00000009 +108 0.00000147 +1080 0.00000009 +1081 0.00000009 +109 0.00000119 +1096 0.00000009 +10l 0.00000009 +11 0.00015910 +11人 0.00000376 +11日 0.00000083 +11,000 0.00000009 +110 0.00000541 +1100 0.00000339 +110km 0.00000009 +111 0.00000128 +112 0.00000055 +1120 0.00000009 +113 0.00000064 +1133 0.00000009 +1136 0.00000018 +114 0.00000138 +1145 0.00000009 +115 0.00000119 +1150 0.00000009 +1158 0.00000009 +1159 0.00000028 +116 0.00000046 +1165 0.00000009 +117 0.00000083 +118 0.00000092 +118, 0.00000009 +1180 0.00000028 +1187 0.00000009 +119 0.00000138 +1190 0.00000009 +1191 0.00000028 +1192 0.00000028 +1197 0.00000009 +12 0.00016461 +120 0.00001201 +1200 0.00000596 +12000 0.00000009 +1201 0.00000009 +1208 0.00000009 +121 0.00000046 +121人 0.00000018 +1212 0.00000009 +1215 0.00000009 +1219 0.00000009 +122 0.00000018 +123 0.00000431 +1230 0.00000018 +12316 0.00000009 +1234 0.00000303 +124 0.00000101 +125 0.00000211 +1250 0.00000055 +1253 0.00000009 +126 0.00000083 +1260 0.00000009 +127 0.00000092 +1278 0.00000018 +128 0.00000055 +1280 0.00000009 +12800 0.00000009 +1285 0.00000009 +129 0.00000037 +13 0.00005686 +13, 0.00000009 +13,000 0.00000064 +130 0.00000853 +1300 0.00000367 +13000 0.00000009 +131 0.00000037 +132 0.00000101 +1320 0.00000009 +133 0.00000037 +1336 0.00000009 +134 0.00000064 +1340 0.00000009 +1344 0.00000009 +1347 0.00000009 +1348 0.00000009 +135 0.00000119 +1350 0.00000046 +136 0.00000073 +1361 0.00000009 +1363 0.00000018 +137 0.00000046 +1370 0.00000009 +1374 0.00000009 +138 0.00000037 +1380 0.00000009 +1383 0.00000009 +1389 0.00000009 +139 0.00000073 +1390 0.00000018 +1394 0.00000018 +1397 0.00000018 +1398 0.00000009 +14 0.00005768 +14,000 0.00000037 +140 0.00000724 +1400 0.00000330 +14000 0.00000009 +14001 0.00000009 +1409 0.00000009 +141 0.00000028 +1416 0.00000009 +142 0.00000055 +1423 0.00000009 +1429 0.00000009 +143 0.00000037 +1431 0.00000009 +1432 0.00000018 +1433 0.00000009 +1435 0.00000009 +1438 0.00000009 +144 0.00000037 +1440 0.00000009 +1442 0.00000009 +1443 0.00000018 +1448 0.00000009 +145 0.00000028 +1450 0.00000028 +1453 0.00000009 +1457 0.00000018 +1459 0.00000009 +146 0.00000110 +1461 0.00000009 +1462 0.00000009 +1466 0.00000009 +147 0.00000037 +148 0.00000055 +1482 0.00000009 +1483 0.00000018 +1484 0.00000009 +1488 0.00000009 +149 0.00000055 +1492 0.00000009 +14927 0.00000009 +1494 0.00000018 +1495 0.00000009 +1498 0.00000009 +1499 0.00000018 +15 0.00013324 +15,0 0.00000009 +15,000 0.00000009 +150 0.00001999 +1500 0.00000981 +15000 0.00000018 +1509 0.00000018 +151 0.00000073 +1510 0.00000037 +1513 0.00000018 +1515 0.00000009 +1516 0.00000009 +1519 0.00000009 +152 0.00000046 +1523 0.00000009 +153 0.00000055 +1530 0.00000009 +1536 0.00000009 +154 0.00000037 +1541 0.00000009 +1543 0.00000018 +1544 0.00000009 +1547 0.00000009 +1549 0.00000046 +155 0.00000083 +1550 0.00000018 +1553 0.00000009 +1556 0.00000009 +1559 0.00000009 +156 0.00000028 +1564 0.00000028 +1569 0.00000009 +157 0.00000055 +1570 0.00000018 +1576 0.00000028 +1578 0.00000009 +158 0.00000083 +1580 0.00000009 +1583 0.00000009 +1585 0.00000028 +1588 0.00000009 +1589 0.00000009 +159 0.00000073 +1592 0.00000018 +1595 0.00000009 +1599 0.00000009 +16 0.00006465 +16,000 0.00000018 +160 0.00000679 +1600 0.00000229 +16000 0.00000009 +1609 0.00000009 +161 0.00000046 +1611 0.00000009 +1612 0.00000028 +1613 0.00000009 +1616 0.00000018 +1618 0.00000009 +1619 0.00000009 +162 0.00000037 +1620 0.00000018 +1625 0.00000009 +1626 0.00000009 +163 0.00000037 +1630 0.00000009 +1631 0.00000009 +1635 0.00000009 +1636 0.00000018 +1639 0.00000009 +164 0.00000037 +1646 0.00000009 +1648 0.00000009 +165 0.00000064 +1650 0.00000018 +16500 0.00000009 +1652 0.00000018 +1653 0.00000009 +1655 0.00000009 +1657 0.00000009 +1659 0.00000009 +166 0.00000009 +167 0.00000046 +168 0.00000101 +1680 0.00000028 +16800 0.00000009 +1684 0.00000009 +1686 0.00000009 +1687 0.00000009 +169 0.00000009 +17 0.00005594 +17,00 0.00000009 +170 0.00000605 +1700 0.00000266 +1707 0.00000037 +1709 0.00000018 +171 0.00000018 +172 0.00000055 +1721 0.00000009 +1725 0.00000018 +173 0.00000092 +1730 0.00000009 +174 0.00000055 +1740 0.00000028 +1745 0.00000009 +1746 0.00000009 +1749 0.00000009 +175 0.00000165 +1750 0.00000009 +1751 0.00000009 +1753 0.00000009 +1756 0.00000037 +1757 0.00000009 +176 0.00000064 +1765 0.00000018 +1767 0.00000009 +1768 0.00000018 +1769 0.00000009 +177 0.00000055 +1770 0.00000028 +1773 0.00000009 +1775 0.00000018 +1776 0.00000046 +1777 0.00000009 +178 0.00000037 +1780 0.00000009 +1781 0.00000009 +1783 0.00000028 +1784 0.00000028 +1785 0.00000009 +1787 0.00000037 +1788 0.00000028 +1789 0.00000083 +1793 0.00000018 +1794 0.00000009 +1795 0.00000018 +1797 0.00000009 +18 0.00006208 +18, 0.00000018 +180 0.00001137 +1800 0.00000321 +181 0.00000028 +181, 0.00000009 +1810 0.00000037 +1811 0.00000018 +1812 0.00000028 +1813 0.00000009 +1816 0.00000009 +1818 0.00000009 +182 0.00000055 +1820 0.00000018 +1821 0.00000028 +1823 0.00000018 +1824 0.00000037 +1825 0.00000037 +1826 0.00000028 +1829 0.00000009 +183 0.00000064 +1830 0.00000028 +1832 0.00000018 +1833 0.00000018 +1835 0.00000009 +1837 0.00000037 +1838 0.00000009 +1839 0.00000028 +184 0.00000055 +1840 0.00000028 +1842 0.00000009 +1843 0.00000037 +1844 0.00000009 +1847 0.00000018 +1848 0.00000018 +1849 0.00000018 +185 0.00000055 +1850 0.00000055 +1851 0.00000009 +1852 0.00000028 +1853 0.00000064 +1854 0.00000018 +1855 0.00000018 +1856 0.00000009 +1857 0.00000018 +1858 0.00000055 +1859 0.00000055 +186 0.00000046 +1860 0.00000028 +1861 0.00000101 +1862 0.00000018 +1863 0.00000055 +1864 0.00000028 +1865 0.00000037 +1866 0.00000009 +1867 0.00000138 +1868 0.00000156 +1869 0.00000018 +187 0.00000028 +1870 0.00000064 +1872 0.00000110 +1873 0.00000046 +1874 0.00000018 +1875 0.00000037 +1876 0.00000037 +1877 0.00000037 +1878 0.00000028 +1879 0.00000046 +188 0.00000018 +1880 0.00000037 +1881 0.00000018 +1882 0.00000009 +1884 0.00000018 +1885 0.00000055 +1886 0.00000018 +1887 0.00000018 +1889 0.00000083 +189 0.00000110 +1890 0.00000128 +1891 0.00000018 +1892 0.00000028 +1893 0.00000018 +1894 0.00000064 +1895 0.00000128 +1896 0.00000128 +1897 0.00000055 +1898 0.00000018 +1899 0.00000037 +19 0.00004713 +19,000 0.00000028 +190 0.00000945 +1900 0.00000073 +1901 0.00000119 +1907 0.00000092 +1909 0.00000037 +191 0.00000101 +1910 0.00000092 +1911 0.00000101 +1912 0.00000165 +1913 0.00000037 +1914 0.00000110 +1915 0.00000018 +1916 0.00000046 +1917 0.00000046 +1918 0.00000083 +1919 0.00000101 +192 0.00000028 +1920 0.00000367 +1921 0.00000073 +1922 0.00000092 +1923 0.00000303 +1924 0.00000064 +1925 0.00000073 +1926 0.00000028 +1927 0.00000073 +1928 0.00000119 +1929 0.00000174 +193 0.00000073 +1930 0.00000385 +1931 0.00000064 +1932 0.00000147 +1933 0.00000174 +1934 0.00000092 +1935 0.00000248 +1936 0.00000174 +1937 0.00000156 +1938 0.00000073 +1939 0.00000147 +194 0.00000055 +1940 0.00000321 +1941 0.00000110 +1942 0.00000101 +1943 0.00000064 +1944 0.00000110 +1945 0.00001000 +1946 0.00000266 +1947 0.00000312 +1948 0.00000367 +1949 0.00000330 +195 0.00000092 +1950 0.00000871 +1951 0.00000211 +1952 0.00000165 +1953 0.00000348 +1954 0.00000330 +1955 0.00000348 +1956 0.00000284 +1957 0.00000257 +1958 0.00000358 +1959 0.00000248 +196 0.00001862 +1961 0.00000229 +1962 0.00000339 +1963 0.00000403 +1964 0.00000651 +1965 0.00000330 +1966 0.00000147 +1967 0.00000303 +1968 0.00000514 +1969 0.00000569 +197 0.00000018 +1970 0.00001614 +1971 0.00000523 +1972 0.00000559 +1973 0.00000514 +1974 0.00000449 +1975 0.00000642 +1976 0.00000495 +1977 0.00000596 +1978 0.00000477 +1979 0.00000477 +198 0.00000018 +1980 0.00002045 +19800 0.00000009 +1981 0.00000385 +1982 0.00000559 +1983 0.00000559 +1984 0.00000587 +1985 0.00001000 +1986 0.00000880 +1987 0.00000679 +1988 0.00000890 +1989 0.00001339 +199 0.00000037 +1990 0.00002403 +1991 0.00001220 +1992 0.00001641 +1993 0.00001476 +1994 0.00001302 +1995 0.00001944 +1996 0.00001596 +1997 0.00001834 +1998 0.00002109 +1999 0.00002036 +1N 0.00000101 +1_ 0.00000009 +2 0.00076553 +2、 0.00000009 +2、3 0.00000257 +2・ 0.00000009 +2人 0.00015296 +2人席 0.00000009 +2人立 0.00000009 +2人組 0.00000055 +2千 0.00000385 +2塁 0.00000046 +2輪 0.00000009 +2, 0.00000037 +2,00 0.00000046 +2,000 0.00000138 +2,3 0.00000037 +2,300 0.00000028 +2,310 0.00000009 +2. 0.00000018 +20 0.00021046 +20, 0.00000009 +200 0.00005585 +2000 0.00006373 +20000 0.00000018 +2001 0.00002852 +2002 0.00003833 +2003 0.00003686 +2004 0.00003842 +2005 0.00003604 +2006 0.00003402 +2007 0.00003136 +2008 0.00003246 +2009 0.00001577 +2010 0.00001687 +2011 0.00000413 +2012 0.00000624 +2013 0.00000220 +2014 0.00000128 +2015 0.00000248 +2016 0.00000138 +2017 0.00000073 +2018 0.00000055 +2019 0.00000018 +202 0.00000018 +2020 0.00000073 +204 0.00000018 +2040 0.00000028 +2048 0.00000009 +205 0.00000028 +2050 0.00000339 +206 0.00000009 +2065 0.00000009 +2080 0.00000009 +2099 0.00000009 +21 0.00004879 +21人 0.00000064 +210 0.00000220 +2100 0.00000202 +2102 0.00000009 +2107 0.00000009 +2109 0.00000009 +211 0.00000009 +2112 0.00000028 +212 0.00000009 +2122 0.00000009 +2125 0.00000009 +2135 0.00000009 +2136 0.00000009 +2139 0.00000009 +214 0.00000018 +215 0.00000064 +216 0.00000018 +217 0.00000046 +2175 0.00000009 +218 0.00000046 +2180 0.00000009 +21800 0.00000009 +22 0.00003503 +22人 0.00000083 +220 0.00000238 +2200 0.00000156 +22000 0.00000009 +221 0.00000046 +2215 0.00000009 +2219 0.00000009 +222 0.00000064 +2220 0.00000018 +2222 0.00000028 +223 0.00000009 +224 0.00000009 +225 0.00000037 +2250 0.00000009 +226 0.00000037 +2270 0.00000009 +228 0.00000046 +2291 0.00000009 +2295 0.00000009 +2299 0.00000009 +23 0.00003586 +23,000 0.00000018 +230 0.00000266 +2300 0.00000119 +232 0.00000028 +233 0.00000028 +234 0.00000018 +235 0.00000046 +2350 0.00000018 +237 0.00000009 +238 0.00000009 +239 0.00000018 +2390 0.00000028 +2392 0.00000009 +24 0.00005319 +24,000 0.00000009 +240 0.00000018 +2400 0.00000128 +241 0.00000009 +2410 0.00000009 +2413 0.00000009 +2415 0.00000009 +242 0.00000009 +243 0.00000055 +2430 0.00000009 +244 0.00000018 +245 0.00000028 +2450 0.00000028 +246 0.00000018 +2469 0.00000018 +247 0.00000018 +2477 0.00000009 +248 0.00000009 +2484 0.00000009 +249 0.00000018 +2499 0.00000009 +25 0.00007675 +25,00 0.00000009 +25,000 0.00000028 +250 0.00000926 +2500 0.00000596 +25000 0.00000028 +2502 0.00000009 +252 0.00000018 +2520 0.00000009 +2523 0.00000009 +253 0.00000009 +254 0.00000028 +257 0.00000009 +2570 0.00000009 +258 0.00000018 +2583 0.00000009 +259 0.00000028 +26 0.00003833 +26,000 0.00000009 +260 0.00000229 +2600 0.00000138 +261 0.00000009 +2618 0.00000009 +262 0.00000138 +2625 0.00000009 +263 0.00000009 +264 0.00000018 +265 0.00000018 +2650 0.00000009 +266 0.00000028 +267 0.00000018 +269 0.00000009 +2690 0.00000009 +27 0.00003237 +270 0.00000156 +2700 0.00000174 +272 0.00000009 +2720 0.00000018 +274 0.00000018 +2740 0.00000009 +275 0.00000018 +2750 0.00000009 +276 0.00000018 +2765 0.00000009 +277 0.00000028 +27863 0.00000009 +279 0.00000009 +28 0.00003200 +280 0.00000193 +2800 0.00000092 +283 0.00000028 +2830 0.00000009 +2838 0.00000009 +284 0.00000037 +285 0.00000028 +2850 0.00000018 +2863 0.00000009 +2864 0.00000009 +287 0.00000037 +288 0.00000009 +29 0.00002889 +290 0.00000147 +2900 0.00000055 +291人 0.00000009 +293 0.00000009 +2935 0.00000009 +2940 0.00000009 +295 0.00000018 +2950 0.00000009 +296 0.00000028 +297 0.00000009 +298 0.00000009 +2980 0.00000009 +2986 0.00000009 +2A 0.00000009 +2B 0.00000009 +3 0.00069070 +3千 0.00000431 +3,0 0.00000009 +3,00 0.00000009 +3,000 0.00000348 +3,127 0.00000009 +3,4 0.00000046 +3,400 0.00000009 +3,450 0.00000009 +3,470 0.00000009 +3,480 0.00000009 +3,50 0.00000009 +3,500 0.00000055 +3,512 0.00000009 +3,58 0.00000009 +3,67 0.00000009 +3,740 0.00000009 +3,75 0.00000009 +3,776 0.00000009 +3,800 0.00000018 +30 0.00017332 +30, 0.00000046 +300 0.00003466 +3000 0.00002577 +30000 0.00000009 +304 0.00000018 +3040 0.00000009 +3045 0.00000018 +305 0.00000028 +3056 0.00000009 +306 0.00000009 +3077 0.00000009 +308 0.00000018 +3084 0.00000009 +3085 0.00000009 +3086 0.00000009 +309 0.00000028 +3093 0.00000009 +31 0.00002283 +31人 0.00000018 +310 0.00000092 +3100 0.00000037 +3115 0.00000009 +312 0.00000028 +3124 0.00000009 +3129 0.00000009 +3130 0.00000009 +314 0.00000009 +3140 0.00000009 +315 0.00000028 +3150 0.00000018 +316 0.00000009 +317 0.00000018 +318 0.00000009 +3183 0.00000009 +3186 0.00000009 +319 0.00000009 +32 0.00001504 +320 0.00000165 +3200 0.00000055 +32000 0.00000009 +321 0.00000009 +322 0.00000009 +3220 0.00000009 +323 0.00000009 +3233 0.00000009 +324 0.00000009 +326 0.00000009 +327 0.00000018 +328 0.00000009 +329 0.00000018 +33 0.00001256 +330 0.00000110 +3300 0.00000092 +332 0.00000037 +333 0.00000092 +3330 0.00000009 +3333 0.00000009 +3334 0.00000009 +3337 0.00000009 +3340 0.00000018 +335 0.00000009 +3350 0.00000009 +336 0.00000028 +337 0.00000009 +3370 0.00000009 +338 0.00000037 +3386 0.00000009 +339 0.00000018 +34 0.00000972 +34,000 0.00000018 +340 0.00000046 +3400 0.00000028 +34000 0.00000009 +342 0.00000037 +343 0.00000028 +345 0.00000055 +3450 0.00000009 +3451 0.00000009 +346 0.00000009 +347 0.00000009 +348 0.00000009 +3485 0.00000009 +35 0.00002494 +350 0.00000779 +3500 0.00000358 +351 0.00000009 +352 0.00000028 +357 0.00000018 +358 0.00000009 +3580 0.00000009 +359 0.00000009 +36 0.00001210 +36,000 0.00000009 +360 0.00000312 +3600 0.00000193 +361 0.00000028 +362 0.00000009 +3621 0.00000009 +3629 0.00000009 +363 0.00000018 +364 0.00000018 +3640 0.00000009 +365 0.00000138 +3650 0.00000037 +366 0.00000009 +367 0.00000037 +368 0.00000018 +369 0.00000009 +37 0.00001174 +37,0 0.00000009 +370 0.00000073 +3700 0.00000083 +375 0.00000018 +3759 0.00000009 +3773 0.00000009 +3776 0.00000046 +378 0.00000009 +3780 0.00000009 +38 0.00001082 +380 0.00000202 +3800 0.00000101 +381 0.00000009 +382 0.00000018 +384 0.00000009 +385 0.00000018 +3850 0.00000009 +386 0.00000018 +387 0.00000009 +388 0.00000018 +39 0.00000844 +39, 0.00000009 +390 0.00000064 +3900 0.00000055 +391 0.00000009 +396 0.00000018 +397 0.00000009 +398 0.00000018 +3980 0.00000009 +399 0.00000009 +3rd 0.00000009 +4 0.00041541 +4千 0.00000238 +4, 0.00000064 +4,00 0.00000009 +4,000 0.00000156 +40 0.00008556 +40,00 0.00000009 +40,000 0.00000028 +400 0.00002348 +4000 0.00001330 +40000 0.00000009 +401 0.00000037 +4019 0.00000009 +4056 0.00000009 +407 0.00000009 +4070 0.00000018 +4079 0.00000009 +4080 0.00000009 +40kg 0.00000009 +40km 0.00000009 +41 0.00000541 +410 0.00000037 +4100 0.00000028 +4101 0.00000009 +4107 0.00000009 +413 0.00000009 +415 0.00000009 +416 0.00000009 +4163 0.00000009 +417 0.00000028 +4196 0.00000009 +42 0.00001229 +420 0.00000028 +4200 0.00000037 +4209 0.00000009 +423 0.00000009 +4256 0.00000009 +429 0.00000009 +43 0.00000908 +430 0.00000147 +4300 0.00000101 +431 0.00000009 +432 0.00000018 +433 0.00000009 +434 0.00000018 +435 0.00000046 +437 0.00000009 +437,000 0.00000009 +438 0.00000009 +439 0.00000018 +4392 0.00000009 +44 0.00000743 +440 0.00000092 +4400 0.00000073 +441 0.00000009 +442 0.00000018 +443 0.00000009 +4450 0.00000009 +447 0.00000018 +448 0.00000009 +45 0.00001825 +45,000 0.00000009 +450 0.00000321 +4500 0.00000174 +45000 0.00000009 +452 0.00000018 +454 0.00000009 +455 0.00000028 +45573 0.00000009 +456 0.00000064 +4560 0.00000009 +4589 0.00000009 +459 0.00000009 +46 0.00000981 +460 0.00000110 +4600 0.00000101 +463 0.00000009 +464 0.00000009 +46430 0.00000009 +465 0.00000018 +466 0.00000009 +468 0.00000009 +4682 0.00000009 +469 0.00000018 +47 0.00000862 +470 0.00000037 +4700 0.00000055 +474 0.00000037 +476 0.00000009 +48 0.00001155 +480 0.00000211 +4800 0.00000073 +48000 0.00000018 +481 0.00000009 +485 0.00000037 +486 0.00000018 +4884 0.00000009 +489 0.00000009 +49 0.00000578 +490 0.00000073 +4900 0.00000028 +491 0.00000018 +492 0.00000018 +493 0.00000018 +494 0.00000009 +495 0.00000009 +4950 0.00000009 +4980 0.00000009 +4987 0.00000009 +499 0.00000009 +4P 0.00000009 +4_ 0.00000009 +5 0.00041624 +5、 0.00000018 +5、6 0.00000018 +5千 0.00001073 +5,000 0.00000147 +50 0.00011426 +50, 0.00000018 +500 0.00004072 +5000 0.00002934 +50000 0.00000009 +5020 0.00000009 +5079 0.00000009 +508 0.00000009 +51 0.00000514 +51人 0.00000018 +510 0.00000037 +5100 0.00000009 +5111 0.00000009 +51141 0.00000009 +512 0.00000018 +5120 0.00000009 +513 0.00000018 +515 0.00000009 +5170 0.00000009 +52 0.00000761 +520 0.00000101 +5200 0.00000083 +5229 0.00000009 +524 0.00000009 +5250 0.00000018 +528 0.00000009 +53 0.00000624 +530 0.00000046 +5300 0.00000064 +532 0.00000009 +533 0.00000018 +534 0.00000009 +5350 0.00000009 +5373 0.00000009 +538 0.00000009 +539 0.00000009 +54 0.00000706 +540 0.00000092 +5400 0.00000037 +541 0.00000009 +542 0.00000009 +5437 0.00000009 +545 0.00000018 +546 0.00000009 +548 0.00000009 +549 0.00000009 +55 0.00001330 +550 0.00000147 +5500 0.00000110 +55000 0.00000018 +5523 0.00000009 +5530 0.00000009 +5546 0.00000009 +555 0.00000018 +5576 0.00000009 +56 0.00000798 +560 0.00000083 +5600 0.00000119 +5620 0.00000009 +5625 0.00000009 +5633 0.00000009 +565 0.00000009 +567 0.00000028 +568 0.00000009 +57 0.00000504 +570 0.00000037 +5700 0.00000055 +574 0.00000018 +575 0.00000028 +5750 0.00000009 +577,000 0.00000009 +5775 0.00000009 +578 0.00000009 +5780 0.00000009 +58 0.00000504 +580 0.00000037 +5800 0.00000028 +581 0.00000055 +582 0.00000009 +583 0.00000009 +585 0.00000009 +5855 0.00000009 +586 0.00000009 +589 0.00000009 +59 0.00000449 +590 0.00000046 +5900 0.00000028 +593 0.00000028 +596 0.00000009 +5N 0.00000092 +6 0.00030418 +6千 0.00000257 +6, 0.00000009 +6,00 0.00000009 +6,000 0.00000046 +60 0.00006483 +60, 0.00000009 +600 0.00001431 +6000 0.00001165 +60000 0.00000018 +6065 0.00000009 +607 0.00000018 +609 0.00000009 +61 0.00000459 +61人 0.00000009 +610 0.00000028 +6100 0.00000009 +612 0.00000009 +614 0.00000018 +616 0.00000018 +617 0.00000009 +62 0.00000459 +620 0.00000037 +6200 0.00000101 +624 0.00000009 +6244 0.00000009 +625 0.00000009 +626 0.00000009 +6263 0.00000009 +6276 0.00000009 +628 0.00000018 +63 0.00000614 +630 0.00000073 +6300 0.00000037 +6309 0.00000009 +6328 0.00000009 +634 0.00000037 +6389 0.00000009 +639 0.00000009 +6398 0.00000009 +64 0.00000403 +64,000 0.00000009 +640 0.00000055 +6400 0.00000037 +6430 0.00000009 +6434 0.00000009 +6435 0.00000009 +644 0.00000018 +645 0.00000018 +647 0.00000009 +649 0.00000009 +65 0.00001550 +650 0.00000156 +6500 0.00000257 +652 0.00000009 +6520 0.00000009 +6545 0.00000009 +655 0.00000009 +656 0.00000009 +66 0.00000569 +66,000 0.00000009 +660 0.00000037 +6600 0.00000028 +661 0.00000009 +662 0.00000009 +663 0.00000009 +664 0.00000018 +666 0.00000009 +669 0.00000009 +6695 0.00000018 +67 0.00000514 +670 0.00000028 +6700 0.00000018 +673 0.00000009 +674 0.00000009 +6740 0.00000009 +6745 0.00000009 +677 0.00000018 +68 0.00000440 +680 0.00000073 +6800 0.00000119 +682 0.00000009 +683 0.00000009 +686 0.00000009 +6882 0.00000009 +689 0.00000018 +69 0.00000367 +690 0.00000046 +6900 0.00000018 +696 0.00000009 +6969 0.00000009 +697 0.00000009 +7 0.00025246 +7、8 0.00000009 +7千 0.00000110 +7,0 0.00000009 +7,00 0.00000009 +7,000 0.00000110 +7,050 0.00000009 +7,400 0.00000009 +7,8 0.00000018 +7,800 0.00000009 +70 0.00004182 +70, 0.00000018 +700 0.00001146 +7000 0.00000825 +706 0.00000009 +708 0.00000009 +71 0.00000504 +71,000 0.00000009 +710 0.00000064 +712 0.00000009 +714 0.00000009 +72 0.00000624 +720 0.00000046 +7200 0.00000037 +721 0.00000028 +722 0.00000009 +7220 0.00000009 +725 0.00000018 +7250 0.00000009 +727 0.00000018 +73 0.00000358 +730 0.00000037 +7300 0.00000018 +731 0.00000028 +732 0.00000009 +733 0.00000009 +733,000 0.00000009 +734 0.00000009 +7343 0.00000009 +739 0.00000009 +73959 0.00000009 +74 0.00000385 +740 0.00000018 +7400 0.00000009 +747 0.00000037 +7480 0.00000009 +7483 0.00000009 +7486 0.00000009 +749 0.00000009 +75 0.00001486 +750 0.00000211 +7500 0.00000128 +7509 0.00000009 +754 0.00000009 +755 0.00000009 +756 0.00000028 +759 0.00000009 +76 0.00000303 +760 0.00000055 +7600 0.00000037 +765 0.00000037 +767 0.00000018 +7670 0.00000009 +7680 0.00000009 +769 0.00000009 +77 0.00000321 +77,000 0.00000009 +770 0.00000028 +7700 0.00000046 +772 0.00000009 +7727 0.00000009 +7730 0.00000009 +774 0.00000009 +7750 0.00000009 +776 0.00000009 +777 0.00000009 +78 0.00000523 +780 0.00000018 +7800 0.00000018 +781 0.00000009 +784 0.00000009 +786 0.00000028 +7865 0.00000009 +787 0.00000028 +7870 0.00000018 +79 0.00000394 +79, 0.00000009 +790 0.00000037 +7900 0.00000009 +791 0.00000009 +793 0.00000009 +794 0.00000037 +7950 0.00000009 +796 0.00000009 +7990 0.00000009 +7992 0.00000009 +8 0.00023191 +8千 0.00000156 +8, 0.00000037 +8,000 0.00000028 +80 0.00004686 +800 0.00001385 +8000 0.00000834 +808 0.00000028 +81 0.00000321 +810 0.00000018 +8100 0.00000028 +811 0.00000018 +8125 0.00000009 +817 0.00000009 +818 0.00000009 +819 0.00000009 +82 0.00000422 +820 0.00000046 +8200 0.00000009 +822 0.00000018 +8272 0.00000009 +828 0.00000009 +83 0.00000321 +83,000 0.00000009 +8300 0.00000046 +832 0.00000009 +8320 0.00000009 +834 0.00000009 +835 0.00000028 +836 0.00000009 +838 0.00000009 +84 0.00000385 +840 0.00000046 +8400 0.00000046 +8409 0.00000009 +848 0.00000018 +8488 0.00000009 +849 0.00000009 +8492 0.00000009 +85 0.00000587 +850 0.00000083 +8500 0.00000174 +8505 0.00000009 +852 0.00000009 +853 0.00000009 +854 0.00000009 +856 0.00000009 +8579 0.00000009 +859 0.00000009 +86 0.00000394 +860 0.00000018 +8600 0.00000037 +862 0.00000009 +865 0.00000009 +8650 0.00000009 +867 0.00000009 +868 0.00000046 +8687 0.00000009 +869 0.00000028 +87 0.00000303 +870 0.00000018 +8700 0.00000028 +875 0.00000009 +876 0.00000009 +878 0.00000018 +88 0.00000385 +880 0.00000018 +8800 0.00000037 +882 0.00000009 +8836 0.00000009 +8848 0.00000018 +8849 0.00000009 +8850 0.00000009 +886 0.00000009 +8888 0.00000009 +889 0.00000018 +89 0.00000330 +8900 0.00000009 +8950 0.00000009 +9 0.00020083 +9千 0.00000110 +9, 0.00000055 +9,000 0.00000009 +90 0.00003732 +900 0.00000385 +9000 0.00000385 +9001 0.00000009 +9002 0.00000009 +9040 0.00000009 +9050 0.00000009 +91 0.00000238 +91人 0.00000018 +9100 0.00000018 +911 0.00000028 +911012996 0.00000009 +912 0.00000018 +913 0.00000009 +92 0.00000321 +920 0.00000028 +9200 0.00000009 +928 0.00000009 +93 0.00000293 +93,000 0.00000018 +930 0.00000028 +9300 0.00000009 +932 0.00000009 +9324 0.00000009 +934 0.00000009 +9343 0.00000009 +94 0.00000431 +940 0.00000018 +9400 0.00000009 +942 0.00000018 +945 0.00000046 +9450 0.00000009 +946 0.00000018 +947 0.00000009 +95 0.00001009 +950 0.00000073 +9500 0.00000018 +951 0.00000028 +955 0.00000009 +96 0.00000394 +963 0.00000009 +969 0.00000009 +97 0.00000312 +970 0.00000018 +9700 0.00000018 +972 0.00000009 +9736 0.00000009 +979 0.00000009 +98 0.00000495 +980 0.00000037 +9800 0.00000083 +981 0.00000009 +9844 0.00000018 +985 0.00000009 +99 0.00001220 +990 0.00000009 +9900 0.00000037 +993 0.00000009 +999 0.00000083 +9999 0.00000009 +: 0.00005365 +; 0.00000165 +< 0.00006777 +<than 0.00000009 +<that 0.00000431 += 0.00001476 +> 0.00007208 +>< 0.00000009 +>^ 0.00000009 +? 0.00231704 +?_ 0.00000009 +@ 0.00000009 +A 0.00005310 +A子 0.00000229 +A&M 0.00000009 +AA 0.00000046 +AAA 0.00000101 +AARP 0.00000028 +AAUW 0.00000009 +AB 0.00000055 +ABBA 0.00000018 +ABC 0.00000871 +ABCD 0.00000018 +ABCDE 0.00000009 +ABCMedical 0.00000009 +ABM 0.00000028 +ABS 0.00000009 +ABTC 0.00000009 +AC 0.00000156 +ACC 0.00000018 +ACEC 0.00000009 +ACLU 0.00000009 +ACT 0.00000009 +AD 0.00000018 +ADー 0.00000018 +ADB 0.00000018 +ADD 0.00000018 +ADGE 0.00000009 +ADHD 0.00000073 +ADP 0.00000018 +ADSL 0.00000009 +AED 0.00000183 +AET 0.00000009 +AFA 0.00000018 +AFC 0.00000037 +AFL 0.00000009 +AFP 0.00000009 +AFRC 0.00000037 +AG 0.00000009 +AGF 0.00000028 +AGOA 0.00000009 +AGRA 0.00000028 +AGT 0.00000009 +AH 0.00000018 +AHA 0.00000018 +AHT 0.00000055 +AI 0.00000156 +AIBO 0.00000238 +AIDS 0.00000394 +AIPAC 0.00000009 +AIST 0.00000018 +AIU 0.00000018 +AKB 0.00000028 +AKIRA 0.00000009 +ALF 0.00000009 +ALFS 0.00000009 +ALIVE 0.00000037 +ALL 0.00000018 +ALT 0.00000330 +ALWAYS 0.00000009 +AM 0.00000064 +AMBASSADOR 0.00000009 +AMD 0.00000009 +AMDA 0.00000037 +AMS 0.00000018 +AMT 0.00000028 +AN 0.00000009 +ANA 0.00000119 +ANC 0.00000028 +AND 0.00000028 +ANOTHER 0.00000009 +ANRI 0.00000028 +ANS 0.00000009 +ANUSAT 0.00000009 +AOI 0.00000009 +AOL 0.00000055 +AP 0.00000046 +APA 0.00000193 +APCCD 0.00000009 +APCDD 0.00000009 +APEC 0.00000037 +APF 0.00000028 +APOP 0.00000009 +APPLICATION 0.00000009 +AQUA 0.00000009 +AR 0.00000046 +ARC 0.00000009 +ARIGATO 0.00000009 +ARJ 0.00000009 +ARK 0.00000009 +ARM 0.00000009 +ARPANET 0.00000009 +ARPAnet 0.00000018 +ART 0.00000037 +ARV 0.00000073 +AS 0.00000028 +ASAYAN 0.00000009 +ASEAN 0.00000248 +ASIJ 0.00000119 +ASIMO 0.00000083 +ASKA 0.00000028 +ASME 0.00000009 +ASP 0.00000009 +AST 0.00000009 +ASV 0.00000009 +AT 0.00000018 +AT&T 0.00000037 +ATAL 0.00000009 +ATF 0.00000018 +ATLAS 0.00000037 +ATM 0.00000550 +ATOM 0.00000018 +ATP 0.00000037 +AU 0.00000028 +AV 0.00000229 +AVG 0.00000009 +AX 0.00000037 +AZ 0.00000046 +AZT 0.00000055 +Abbots 0.00000009 +Abe 0.00000028 +About 0.00000009 +Abstracts 0.00000009 +Academy 0.00000018 +Access 0.00000028 +Act 0.00000018 +Action 0.00000009 +Activity 0.00000009 +Adam 0.00000009 +Adaptation 0.00000009 +Add 0.00000009 +Adobe 0.00000009 +Ads 0.00000009 +Adult 0.00000009 +Adventure 0.00000009 +Affairs 0.00000037 +Afraid 0.00000009 +Africa 0.00000046 +African 0.00000028 +Africell 0.00000009 +Ag 0.00000009 +Against 0.00000018 +Aged 0.00000009 +Agency 0.00000009 +Agenda 0.00000009 +Agoric 0.00000009 +Akiko 0.00000009 +Akune 0.00000009 +Alan 0.00000018 +Alcoholism 0.00000009 +Aliens 0.00000018 +Alirijang 0.00000009 +All 0.00000028 +Allan 0.00000009 +Alley 0.00000009 +Alliance 0.00000037 +Alpha 0.00000028 +Alphabet 0.00000018 +Also 0.00000018 +Alvaro 0.00000009 +Always 0.00000009 +Amadeus 0.00000009 +Amazon 0.00000009 +Ambasador 0.00000009 +Amenity 0.00000009 +America 0.00000055 +American 0.00000092 +An 0.00000018 +Anal 0.00000009 +Analysts 0.00000009 +Ancient 0.00000009 +Andrei 0.00000009 +Andrej 0.00000009 +Andrew 0.00000009 +Aneesa 0.00000009 +Anemone 0.00000009 +Angel 0.00000018 +Anifa 0.00000009 +Anita 0.00000018 +Anjuta 0.00000018 +Annie 0.00000009 +Annual 0.00000009 +Anti 0.00000009 +Anton 0.00000009 +Any 0.00000009 +Apple 0.00000028 +Application 0.00000018 +Approach 0.00000009 +Archery 0.00000009 +Architecture 0.00000009 +Archives 0.00000009 +Are 0.00000018 +Area 0.00000018 +Argent 0.00000009 +Armando 0.00000018 +Armour 0.00000009 +Army 0.00000009 +Arranging 0.00000009 +Arroyo 0.00000009 +Art 0.00000028 +Articles 0.00000009 +Arts 0.00000009 +Asia 0.00000009 +Asian 0.00000009 +Asking 0.00000009 +Ass 0.00000009 +Association 0.00000055 +Astro 0.00000009 +Astrophysical 0.00000009 +Attica 0.00000009 +Atty 0.00000018 +Au 0.00000009 +Audio 0.00000009 +August 0.00000009 +Automa 0.00000009 +Ave 0.00000009 +Avenue 0.00000009 +Awa 0.00000009 +Award 0.00000028 +Awards 0.00000009 +Away 0.00000009 +Awesome 0.00000009 +Aylmer 0.00000009 +Aziz 0.00000009 +B 0.00002769 +B'z 0.00000064 +B747 0.00000009 +BABY 0.00000009 +BAKU 0.00000064 +BALLADS 0.00000018 +BAND 0.00000009 +BANGKOK 0.00000009 +BASS 0.00000009 +BAY 0.00000009 +BB 0.00000119 +BBB 0.00000009 +BBC 0.00000183 +BBS 0.00000064 +BC 0.00000073 +BCF 0.00000009 +BCG 0.00000009 +BCN 0.00000028 +BDF 0.00000046 +BE 0.00000009 +BEE 0.00000028 +BEGIN 0.00000009 +BEST 0.00000009 +BF 0.00000009 +BFA 0.00000064 +BG 0.00000009 +BGM 0.00000083 +BI 0.00000073 +BIG 0.00000018 +BIN 0.00000009 +BIO 0.00000009 +BJT 0.00000009 +BLANCA 0.00000009 +BMC 0.00000018 +BMD 0.00000009 +BMI 0.00000083 +BMP 0.00000046 +BMR 0.00000064 +BMS 0.00000009 +BMW 0.00000128 +BOB 0.00000009 +BOOK 0.00000018 +BOOKS 0.00000009 +BOPOMO 0.00000009 +BOURNE 0.00000009 +BOX 0.00000018 +BOXER 0.00000009 +BOY 0.00000018 +BP 0.00000083 +BPA 0.00000119 +BPC 0.00000018 +BRCA 0.00000046 +BRICs 0.00000028 +BRIDGE 0.00000018 +BROCK 0.00000018 +BS 0.00000073 +BSD 0.00000101 +BSE 0.00000174 +BSM 0.00000018 +BUS 0.00000018 +BUT 0.00000009 +B_1 0.00000009 +Baby 0.00000046 +BabyV 0.00000018 +Back 0.00000009 +Backrubber 0.00000009 +Bad 0.00000018 +Bag 0.00000009 +Bagle 0.00000009 +Baidu 0.00000009 +Baigent 0.00000046 +Ballmer 0.00000018 +Bama 0.00000009 +Bangladesh 0.00000009 +Bank 0.00000018 +Bar 0.00000009 +Baragwanath 0.00000009 +Barton 0.00000009 +Barwin 0.00000009 +Baseball 0.00000009 +Basic 0.00000009 +Battle 0.00000073 +Bayside 0.00000009 +Bazar 0.00000009 +Be 0.00000009 +Beachcroft 0.00000009 +Bear 0.00000009 +Beautiful 0.00000018 +Beauty 0.00000009 +Bebe 0.00000009 +Beckham 0.00000009 +Beckworth 0.00000009 +Bee 0.00000009 +Beginning 0.00000009 +Bell 0.00000009 +Bento 0.00000046 +Bergenheim 0.00000009 +Bergey 0.00000009 +Bernadette 0.00000009 +Bertil 0.00000009 +Betrayal 0.00000009 +Beyond 0.00000028 +Big 0.00000037 +Bikes 0.00000009 +Binzel 0.00000028 +Biological 0.00000009 +Biology 0.00000028 +Bioma 0.00000009 +Black 0.00000037 +Blaster 0.00000009 +Bless 0.00000009 +Blinded 0.00000009 +Blonde 0.00000009 +Blooming 0.00000009 +Blue 0.00000028 +BoA 0.00000055 +Boao 0.00000037 +Bob 0.00000018 +Bobb 0.00000009 +Book 0.00000018 +Books 0.00000037 +Boronia 0.00000018 +Boston 0.00000009 +Bouroughs 0.00000009 +Boutin 0.00000009 +Bovine 0.00000009 +Boy 0.00000009 +Boys 0.00000009 +Brad 0.00000009 +Brain 0.00000028 +Brains 0.00000073 +Brandt 0.00000009 +Break 0.00000009 +Brewer 0.00000018 +Bridgestone 0.00000009 +Bring 0.00000018 +Britain 0.00000018 +British 0.00000009 +Brittany 0.00000009 +Brown 0.00000037 +Brunow 0.00000009 +Bryan 0.00000009 +Bullet 0.00000009 +Bunka 0.00000009 +Burd 0.00000009 +Burden 0.00000009 +Bureau 0.00000009 +Burke 0.00000009 +Burma 0.00000018 +Burn 0.00000009 +Business 0.00000028 +Butter 0.00000009 +Butterfry 0.00000009 +Buy 0.00000018 +Buz 0.00000009 +C 0.00001852 +C・ 0.00000009 +CAADP 0.00000009 +CAB 0.00000009 +CAC 0.00000018 +CAD 0.00000009 +CAN 0.00000110 +CARE 0.00000009 +CAT 0.00000073 +CATV 0.00000092 +CBC 0.00000018 +CBD 0.00000009 +CBM 0.00000009 +CBS 0.00000046 +CC 0.00000018 +CCAA 0.00000009 +CCC 0.00000018 +CCD 0.00000055 +CCIL 0.00000009 +CCTV 0.00000028 +CCWA 0.00000009 +CD 0.00003815 +CD−ROM 0.00000009 +CDーR 0.00000046 +CDーROM 0.00000293 +CD11 0.00000009 +CDC 0.00000110 +CDM 0.00000009 +CDP 0.00000009 +CDS 0.00000009 +CDU 0.00000009 +CDV 0.00000009 +CD_ROM 0.00000009 +CEO 0.00001018 +CERTIFICATE 0.00000009 +CES 0.00000009 +CEV 0.00000009 +CF 0.00000009 +CFO 0.00000037 +CG 0.00000367 +CGI 0.00000009 +CH 0.00000009 +CHAGE& 0.00000028 +CHAOS 0.00000009 +CHINA 0.00000018 +CHINTAI 0.00000009 +CHU 0.00000009 +CIA 0.00001678 +CIBT 0.00000009 +CIF 0.00000009 +CIFOR 0.00000064 +CIG 0.00000009 +CIRA 0.00000009 +CIS 0.00000018 +CLA 0.00000009 +CLUB 0.00000018 +CM 0.00001357 +CMAC 0.00000009 +CMI 0.00000009 +CMO 0.00000046 +CMU 0.00000018 +CN 0.00000009 +CNN 0.00000229 +CO 0.00000009 +CO2 0.00000266 +COAST 0.00000009 +COLORS 0.00000037 +COME 0.00000018 +COMPANY 0.00000018 +CONTROLE 0.00000009 +COO 0.00000018 +COOLPIX 0.00000018 +COP 0.00000064 +COP16 0.00000009 +CPA 0.00000037 +CPR 0.00000110 +CPSC 0.00000037 +CPU 0.00000046 +CR 0.00000018 +CRA 0.00000037 +CREW 0.00000028 +CRN 0.00000018 +CRO 0.00000018 +CROCUL 0.00000009 +CRX 0.00000009 +CS 0.00000046 +CSAT 0.00000018 +CSIRO 0.00000018 +CSIS 0.00000028 +CSO 0.00000119 +CSPI 0.00000064 +CSR 0.00000009 +CSS 0.00000009 +CT 0.00000312 +CTBT 0.00000046 +CTV 0.00000018 +CUL 0.00000018 +CULTURE 0.00000009 +CUTE 0.00000028 +CVS 0.00000009 +Cadgar 0.00000009 +Cafe 0.00000046 +Call 0.00000009 +Campaign 0.00000009 +Can 0.00000037 +Can't 0.00000009 +Canada 0.00000009 +Canal 0.00000009 +Cancel 0.00000009 +Cancer 0.00000037 +Capital 0.00000009 +Carbon 0.00000009 +Cardiovascular 0.00000009 +Care 0.00000055 +Career 0.00000018 +Cariru 0.00000028 +Carl 0.00000073 +Carol 0.00000009 +Carp 0.00000009 +Cash 0.00000037 +Cat 0.00000009 +Catch 0.00000009 +Caucus 0.00000009 +Cc 0.00000018 +Celebrate 0.00000009 +Cell 0.00000009 +Cellular 0.00000009 +Centenary 0.00000009 +Center 0.00000073 +Centers 0.00000018 +Centra 0.00000018 +Chairman's 0.00000009 +Challenger 0.00000037 +Chang 0.00000009 +Change 0.00000018 +Channel 0.00000009 +Chardin 0.00000009 +Charles 0.00000018 +Chastain 0.00000009 +Cheers 0.00000009 +Cheese 0.00000009 +Chemis 0.00000009 +Cher 0.00000009 +Chester 0.00000009 +Chiaro 0.00000018 +Chie 0.00000028 +Child 0.00000009 +Children 0.00000028 +Chilly 0.00000009 +China 0.00000028 +Chindougu 0.00000009 +Chinese 0.00000018 +Chiquita 0.00000009 +Choplung 0.00000009 +Chorum 0.00000009 +Chris 0.00000018 +Christie 0.00000009 +Christmas 0.00000009 +Christopher 0.00000009 +Chun 0.00000037 +Circulation 0.00000009 +Civil 0.00000009 +Civilizations 0.00000009 +ClO2 0.00000009 +Clash 0.00000009 +Class 0.00000018 +Clearing 0.00000009 +Click 0.00000009 +Climate 0.00000009 +Clinical 0.00000028 +Club 0.00000037 +Co 0.00000009 +Coca 0.00000009 +Code 0.00000028 +Cohat 0.00000009 +Cola 0.00000009 +Coll 0.00000018 +Collaborative 0.00000018 +College 0.00000037 +Com 0.00000009 +Come 0.00000018 +Comment 0.00000009 +Common 0.00000055 +Communications 0.00000028 +Communicative 0.00000009 +Communicator 0.00000009 +Como 0.00000009 +CompUSA 0.00000009 +Comparative 0.00000009 +Competition 0.00000009 +Compiler 0.00000018 +Comprehension 0.00000009 +Computer 0.00000009 +Computing 0.00000055 +Concert 0.00000009 +Conference 0.00000028 +Conferences 0.00000009 +Congenital 0.00000009 +Congratulations 0.00000009 +Connie 0.00000009 +Conservancy 0.00000046 +Conspiracy 0.00000028 +Contemporary 0.00000009 +Contents 0.00000009 +Control 0.00000009 +Coo 0.00000055 +Cooper 0.00000018 +Copyright 0.00000009 +Corporation 0.00000009 +Cossa 0.00000009 +County 0.00000009 +Cow 0.00000009 +Cox 0.00000009 +Crane 0.00000009 +Creap 0.00000009 +Crinum 0.00000009 +Criteria 0.00000009 +Crown 0.00000009 +Cruise 0.00000009 +Cs 0.00000009 +Csere 0.00000009 +Cu 0.00000037 +Cult 0.00000018 +Cultural 0.00000009 +Culture 0.00000009 +Cup 0.00000009 +Current 0.00000009 +Curve 0.00000028 +Cut 0.00000009 +Cyber 0.00000009 +CyberDissidents 0.00000009 +D 0.00001669 +D00dz 0.00000009 +DA 0.00000028 +DAH 0.00000009 +DAHLIA 0.00000009 +DAN 0.00000037 +DANONE 0.00000018 +DARPA 0.00000009 +DAVID 0.00000009 +DAX 0.00000018 +DB 0.00000018 +DBX 0.00000018 +DC 0.00000321 +DCG 0.00000009 +DDT 0.00000009 +DEJ 0.00000073 +DEKA 0.00000028 +DEMOCRACY 0.00000009 +DESIGN 0.00000009 +DF 0.00000028 +DHA 0.00000092 +DHL 0.00000009 +DIGITAL 0.00000028 +DIME 0.00000028 +DINING 0.00000009 +DIP 0.00000110 +DJ 0.00000834 +DK 0.00000046 +DM 0.00000009 +DMP 0.00000009 +DMT 0.00000018 +DMV 0.00000046 +DNA 0.00000972 +DNJ 0.00000018 +DOLLARS 0.00000009 +DOS 0.00000018 +DOTS 0.00000009 +DPA 0.00000037 +DPS 0.00000009 +DRAGON 0.00000028 +DRAM 0.00000073 +DRC 0.00000009 +DREAM 0.00000009 +DRTS 0.00000009 +DS 0.00000211 +DSLite 0.00000009 +DSi 0.00000028 +DTP 0.00000046 +DVD 0.00001834 +DVT 0.00000018 +Dan 0.00000009 +Dana 0.00000009 +Dance 0.00000055 +Daniel 0.00000028 +Darcy 0.00000009 +Darling 0.00000009 +DataDyne 0.00000018 +Datorforeningen 0.00000009 +Daugh 0.00000009 +David 0.00000009 +Dayal 0.00000009 +De 0.00000018 +DeBakey 0.00000009 +DeNA 0.00000073 +Deacon 0.00000009 +Dead 0.00000018 +Death 0.00000009 +Debian 0.00000018 +Decathlon 0.00000009 +December 0.00000009 +Defeat 0.00000018 +Defense 0.00000018 +Defensive 0.00000009 +Define 0.00000009 +Definition 0.00000009 +Del 0.00000018 +Demo 0.00000009 +Democracy 0.00000009 +Demons 0.00000009 +Dennis 0.00000009 +Der 0.00000009 +Detroit 0.00000009 +Development 0.00000028 +Devicente 0.00000009 +Diabetes 0.00000009 +Diary 0.00000009 +Dice 0.00000018 +Dictionary 0.00000009 +Diet 0.00000037 +Digital 0.00000064 +Dining 0.00000009 +DirecTV 0.00000009 +Directorium 0.00000009 +Discipline 0.00000009 +Disk 0.00000009 +Disposal 0.00000009 +District 0.00000009 +Diver's 0.00000009 +Diving 0.00000009 +Do 0.00000046 +DoCoMo 0.00000073 +Doctors 0.00000037 +Documentation 0.00000009 +Dog 0.00000009 +Dogs 0.00000009 +Doi 0.00000009 +Dolls 0.00000009 +Dolly 0.00000018 +Don 0.00000028 +Donald 0.00000009 +Doodle 0.00000009 +Door 0.00000018 +Dorado 0.00000009 +Dorset 0.00000009 +Doyle 0.00000018 +Dr 0.00000046 +Dramatic 0.00000009 +Dream 0.00000018 +Dreams 0.00000018 +Dress 0.00000009 +Dressy 0.00000009 +Drexler 0.00000009 +Drink 0.00000009 +Drop 0.00000009 +Dry 0.00000018 +Dutky 0.00000018 +DynaFont 0.00000009 +Dynamite 0.00000009 +E 0.00002219 +Eー 0.00000009 +EAEC 0.00000009 +EAST 0.00000018 +EAT 0.00000009 +EB 0.00000073 +EC 0.00000064 +ECOVER 0.00000009 +ED 0.00000046 +EDGE 0.00000009 +EEC 0.00000037 +EEO 0.00000018 +EEZ 0.00000018 +EFL 0.00000028 +EGCS 0.00000064 +EGG 0.00000009 +EI 0.00000009 +EII 0.00000009 +EJ 0.00000055 +EL 0.00000073 +ELEC 0.00000009 +ELF 0.00000028 +ELIGIBILITY 0.00000009 +ELSIE 0.00000028 +ELV1 0.00000009 +EM 0.00000028 +EMACS 0.00000174 +EMI 0.00000018 +EMIEW 0.00000064 +EMS 0.00000028 +ENEOS 0.00000009 +ENKA 0.00000009 +EP 0.00000018 +EPA 0.00000110 +EQ 0.00000037 +ER 0.00000037 +ERS 0.00000028 +ES 0.00000128 +ESA 0.00000009 +ESL 0.00000064 +ESLANE 0.00000009 +ESPN 0.00000046 +ESS 0.00000073 +ET 0.00000018 +ETA 0.00000009 +ETC 0.00000018 +ETP 0.00000092 +ETS 0.00000009 +EU 0.00001724 +EV 0.00000128 +EVO 0.00000009 +EX 0.00000037 +EXE 0.00000009 +EXILE 0.00000009 +EXPO 0.00000009 +EZ 0.00000009 +E_mail 0.00000009 +Eastland 0.00000009 +Easy 0.00000018 +Ecclesioe 0.00000009 +Edgcumbe 0.00000009 +Edge 0.00000009 +Editor 0.00000009 +Educating 0.00000028 +Education 0.00000037 +Edy 0.00000009 +Effortless 0.00000009 +Eg 0.00000009 +Eger 0.00000009 +Eglonitz 0.00000009 +Eglow 0.00000009 +Eine 0.00000009 +El 0.00000018 +Electronic 0.00000009 +Ellie 0.00000009 +Elliot 0.00000009 +Elo 0.00000009 +Elsie 0.00000037 +Em 0.00000009 +Emacs 0.00000174 +Embracing 0.00000018 +Emi 0.00000018 +Empanadas 0.00000009 +Employment 0.00000046 +Encyclopedia 0.00000009 +End 0.00000009 +Energy 0.00000037 +Engine 0.00000009 +English 0.00000101 +Engrish 0.00000018 +Enough 0.00000009 +Entertainer 0.00000028 +Entertainment 0.00000018 +Entrepreneurship 0.00000009 +Environmentally 0.00000009 +Enwiyeh 0.00000009 +Epi 0.00000037 +Epidemiology 0.00000018 +Epsilon 0.00000009 +Equality 0.00000009 +Equus 0.00000009 +Eric 0.00000018 +Eslinger 0.00000009 +Esme 0.00000028 +Essential 0.00000028 +Estudio 0.00000009 +Eunok 0.00000009 +Euras 0.00000009 +Eurasian 0.00000037 +Evaluation 0.00000009 +Eventually 0.00000009 +Every 0.00000009 +Everybody 0.00000009 +Everything 0.00000009 +Evita 0.00000018 +Evolution 0.00000018 +Excel 0.00000009 +Excellence 0.00000018 +Excuse 0.00000009 +Executive 0.00000009 +Exodus 0.00000018 +Expectations 0.00000009 +Experimental 0.00000018 +Explorer 0.00000009 +Expo 0.00000009 +Express 0.00000009 +Eyes 0.00000018 +F 0.00001366 +FA 0.00000064 +FAIR 0.00000018 +FAO 0.00000312 +FAQ 0.00000009 +FAR 0.00000009 +FARC 0.00000009 +FAX 0.00000229 +FBI 0.00000431 +FC 0.00000229 +FCC 0.00000037 +FCHV 0.00000009 +FCX 0.00000055 +FDA 0.00000321 +FDIC 0.00000009 +FEL 0.00000009 +FEMA 0.00000018 +FEN 0.00000101 +FESTA 0.00000009 +FGM 0.00000055 +FIBA 0.00000009 +FIESTA 0.00000009 +FIFA 0.00000596 +FIFPro 0.00000028 +FILMS 0.00000009 +FILTH 0.00000009 +FINAL 0.00000046 +FIPR 0.00000009 +FIRE 0.00000009 +FIRST 0.00000064 +FISH 0.00000009 +FLAME 0.00000009 +FM 0.00000202 +FMCO 0.00000009 +FMG 0.00000009 +FNA 0.00000009 +FOMA 0.00000028 +FOR 0.00000073 +FORTRAN 0.00000009 +FR 0.00000009 +FRB 0.00000064 +FRIDAY 0.00000009 +FRIENDS 0.00000028 +FRIENDSHIP 0.00000009 +FROM 0.00000018 +FSF 0.00000193 +FT 0.00000018 +FT100 0.00000009 +FTA 0.00000101 +FTP 0.00000028 +FTTH 0.00000009 +FUNKY 0.00000009 +FX 0.00000119 +Face 0.00000009 +Facebook 0.00000018 +Factor 0.00000009 +Faith 0.00000009 +Family 0.00000046 +Fare 0.00000028 +Farmcamp 0.00000009 +Farrar 0.00000009 +Fars 0.00000009 +Fass 0.00000009 +Fax 0.00000028 +Fe 0.00000018 +Fear 0.00000018 +February 0.00000009 +FedEx 0.00000009 +Feeling 0.00000009 +Feelings 0.00000009 +Female 0.00000009 +Fetchmail 0.00000055 +Fetchpop 0.00000009 +Fetus 0.00000009 +Fi 0.00000138 +Fiat 0.00000009 +Fight 0.00000009 +Fighter 0.00000009 +Files 0.00000009 +Fin 0.00000028 +Finally 0.00000037 +Finds 0.00000009 +Finish 0.00000018 +Fink 0.00000009 +Firefly 0.00000018 +Firefox 0.00000018 +Firewall 0.00000009 +First 0.00000055 +Fisheries 0.00000009 +Fit 0.00000055 +Fitt 0.00000018 +Flash 0.00000009 +Flower 0.00000009 +Fly 0.00000009 +Flying 0.00000009 +Follow 0.00000009 +Food 0.00000009 +For 0.00000037 +Fordahl 0.00000009 +Foreign 0.00000009 +Forever 0.00000018 +Forget 0.00000009 +Foundation 0.00000037 +Fox 0.00000009 +Fran 0.00000009 +Franz 0.00000009 +Frasier 0.00000018 +Fred 0.00000018 +Free 0.00000055 +Freedom 0.00000018 +Freshmeat 0.00000037 +Friendly 0.00000009 +Friends 0.00000009 +Friendship 0.00000018 +Fry 0.00000037 +Fun 0.00000009 +Fund 0.00000018 +Fundamo 0.00000009 +Funk 0.00000009 +Fur 0.00000009 +Furnishings 0.00000009 +Furoshiki 0.00000009 +Future 0.00000009 +FxxK 0.00000009 +G 0.00001229 +G.J 0.00000009 +GA 0.00000018 +GAIJIN 0.00000028 +GAO 0.00000018 +GAP 0.00000055 +GAPA 0.00000009 +GATT 0.00000018 +GAVI 0.00000073 +GCC 0.00000064 +GCSE 0.00000009 +GDB 0.00000018 +GDP 0.00000403 +GE 0.00000037 +GEISAI 0.00000009 +GEISHA 0.00000009 +GEN 0.00000018 +GENJI 0.00000009 +GFDL 0.00000018 +GFP 0.00000028 +GHQ 0.00000110 +GI 0.00000046 +GIF 0.00000009 +GIFT 0.00000009 +GIMP 0.00000018 +GIVE 0.00000055 +GLAY 0.00000046 +GM 0.00000183 +GMO 0.00000037 +GMP 0.00000064 +GMT 0.00000009 +GNOME 0.00000037 +GNP 0.00000101 +GNPTAB 0.00000037 +GNU 0.00000743 +GO 0.00000028 +GOOD 0.00000028 +GOPAN 0.00000028 +GOTONG 0.00000009 +GOVERNMENT 0.00000009 +GP 0.00000229 +GPL 0.00000064 +GPS 0.00000238 +GRACE 0.00000018 +GRE 0.00000018 +GREE 0.00000009 +GSK 0.00000073 +GSM 0.00000028 +GTO 0.00000009 +GUEN 0.00000009 +GUI 0.00000046 +GUNDAM 0.00000018 +Gabriel 0.00000009 +Gackt 0.00000018 +Gagne 0.00000009 +Games 0.00000028 +Gamma 0.00000009 +Gao 0.00000009 +Garden 0.00000009 +Garrett 0.00000018 +Garst 0.00000009 +Gary 0.00000009 +Gazett 0.00000009 +Geisha 0.00000046 +General 0.00000018 +Genome 0.00000009 +George 0.00000009 +Gerald 0.00000009 +Gertrude 0.00000009 +Gesellschaft 0.00000009 +Get 0.00000018 +GhostNet 0.00000009 +Girlfriends 0.00000009 +Girls 0.00000009 +Giroux 0.00000009 +Give 0.00000037 +Gl 0.00000009 +Glaxo 0.00000009 +Glen 0.00000009 +Global 0.00000046 +Globe 0.00000018 +Gloria 0.00000009 +Glorious 0.00000009 +Gmail 0.00000009 +Go 0.00000018 +Go2 0.00000009 +Goa 0.00000009 +God 0.00000009 +Godzilla 0.00000009 +Gold 0.00000028 +Golden 0.00000009 +Goldhaber 0.00000018 +Goo 0.00000009 +Good 0.00000028 +Google 0.00000083 +Grade 0.00000009 +Graduate 0.00000009 +Grameen 0.00000018 +Grateful 0.00000009 +Gratten 0.00000028 +Great 0.00000018 +Green 0.00000009 +Groove 0.00000009 +Gt 0.00000009 +Guaranty 0.00000009 +Guard 0.00000009 +Guardian 0.00000009 +Guido 0.00000009 +Guk 0.00000009 +Gunn 0.00000028 +Gwan 0.00000009 +H 0.00001137 +H& 0.00000018 +H2 0.00000110 +H2A 0.00000028 +H2B 0.00000018 +H3 0.00000028 +HAAT 0.00000009 +HAGUE 0.00000009 +HANA 0.00000073 +HANAWA 0.00000009 +HAPPY 0.00000028 +HARU 0.00000009 +HAT 0.00000018 +HAT_J 0.00000009 +HB 0.00000009 +HD 0.00000138 +HDDVD 0.00000028 +HDL 0.00000073 +HDR 0.00000018 +HDTV 0.00000009 +HEAVEN 0.00000009 +HELP 0.00000018 +HERE 0.00000018 +HERO 0.00000046 +HEW 0.00000009 +HG 0.00000018 +HH 0.00000018 +HI 0.00000009 +HIDEBOH 0.00000101 +HIMEKA 0.00000018 +HIRO 0.00000009 +HIROKO 0.00000018 +HIS 0.00000037 +HIV 0.00003760 +HIVAIDS 0.00000009 +HJ 0.00000083 +HMO 0.00000083 +HMV 0.00000009 +HOGE 0.00000101 +HOPE 0.00000037 +HOT 0.00000009 +HOU 0.00000009 +HOUSE 0.00000028 +HP 0.00000119 +HPPhone 0.00000009 +HR 0.00000009 +HRP 0.00000046 +HSBC 0.00000018 +HT 0.00000018 +HTLV 0.00000018 +HTML 0.00000083 +HTV 0.00000037 +HU 0.00000009 +HUNDRED 0.00000009 +HVB 0.00000009 +HY 0.00000009 +HYUN 0.00000009 +HZPC 0.00000018 +Habitat 0.00000009 +Hair 0.00000018 +Haiti 0.00000018 +Half 0.00000009 +Hanako 0.00000028 +Hand 0.00000009 +Hani 0.00000009 +Hanshintigers 0.00000009 +Happiness 0.00000018 +Happy 0.00000018 +Harbinson 0.00000009 +Haroutounian 0.00000018 +Harris 0.00000055 +Harry 0.00000028 +Harv 0.00000028 +Hasler 0.00000009 +Hata 0.00000018 +Have 0.00000018 +Healing 0.00000009 +Health 0.00000092 +Healthiest 0.00000009 +Heart 0.00000018 +Heavy 0.00000009 +Heights 0.00000009 +Hell 0.00000028 +Hello 0.00000092 +Helmke 0.00000018 +Henry 0.00000018 +Hepburn 0.00000009 +Herbst 0.00000009 +Here 0.00000009 +Heritage 0.00000009 +Hero 0.00000009 +Heroes 0.00000028 +Hewitt 0.00000009 +Hey 0.00000009 +Hg 0.00000018 +Hi 0.00000055 +HiFi 0.00000009 +High 0.00000009 +Hijab 0.00000028 +Hikaru 0.00000009 +Hill 0.00000018 +Hira 0.00000009 +Hiragana 0.00001486 +Hiroe 0.00000009 +Hiroko 0.00000009 +Hiropon 0.00000046 +Hiroshi's 0.00000009 +HlV 0.00000009 +Hochheiser 0.00000028 +Hola 0.00000018 +Hold 0.00000009 +Holdsworth 0.00000009 +Holl 0.00000009 +Home 0.00000009 +Homechoice 0.00000009 +Homes 0.00000009 +Honda 0.00000009 +Hope 0.00000009 +Horno 0.00000009 +Horrocks 0.00000009 +Hot 0.00000009 +Hotels 0.00000009 +House 0.00000037 +How 0.00000073 +How's 0.00000009 +Howard 0.00000009 +Hua 0.00000009 +Hudson 0.00000009 +Hurd 0.00000018 +Hutche 0.00000009 +Hutspot 0.00000009 +Hylobates 0.00000009 +Hz 0.00000073 +I 0.00001045 +I' 0.00000037 +I'M 0.00000028 +I'm 0.00000083 +I・ 0.00000009 +I. 0.00000018 +I0 0.00000064 +IA 0.00000009 +IAC 0.00000009 +IAEA 0.00000083 +IAS 0.00000028 +IAU 0.00000018 +IB 0.00000009 +IBBY 0.00000028 +IBM 0.00000486 +IC 0.00000770 +ICANN 0.00000156 +ICBM 0.00000018 +ICC 0.00000064 +ICE 0.00000018 +ICF 0.00000009 +ICLS 0.00000009 +ICMP 0.00000009 +ICOCA 0.00000037 +ICQ 0.00000028 +ICRAF 0.00000028 +ICT 0.00000009 +ICU 0.00000028 +ID 0.00000248 +IDE 0.00000018 +IDI 0.00000009 +IDS 0.00000009 +IE 0.00000018 +IEL 0.00000009 +IF 0.00000009 +IFC 0.00000009 +IFPRI 0.00000018 +IGAD 0.00000028 +IGC 0.00000028 +IGF 0.00000009 +IHP 0.00000009 +II 0.00000220 +IIA 0.00000009 +III 0.00000037 +ILO 0.00000037 +ILOVE 0.00000009 +ILS 0.00000009 +IMAP 0.00000018 +IMARI 0.00000009 +IME 0.00000009 +IMF 0.00000156 +IMPACT 0.00000037 +IMT 0.00000009 +IMTS 0.00000009 +IN 0.00000046 +INC 0.00000009 +INESS 0.00000018 +ING 0.00000018 +INGO 0.00000009 +INORI 0.00000009 +INS 0.00000028 +INTERNATIONAL 0.00000009 +INTERPHONE 0.00000028 +IOC 0.00000284 +IP 0.00000073 +IPCC 0.00000119 +IPHE 0.00000009 +IPO 0.00000055 +IPT 0.00000009 +IQ 0.00000055 +IR 0.00000009 +IRA 0.00000165 +IRB 0.00000009 +IRIS 0.00000018 +IRRI 0.00000009 +IRS 0.00000028 +IS 0.00000018 +ISBN 0.00000018 +ISDN 0.00000046 +ISO 0.00000028 +ISON 0.00000009 +ISP 0.00000055 +ISRO 0.00000018 +ISS 0.00000651 +ISSA 0.00000037 +IT 0.00001531 +ITER 0.00000055 +ITM 0.00000037 +ITPC 0.00000009 +ITS 0.00000073 +IUCN 0.00000028 +IUD 0.00000009 +IV 0.00000018 +IVH 0.00000009 +IWA 0.00000009 +IWC 0.00000119 +Ian 0.00000018 +Ichiro 0.00000028 +Idea 0.00000037 +IlonaP 0.00000009 +Imagine 0.00000009 +Improving 0.00000009 +In 0.00000009 +Inc 0.00000037 +Incentive 0.00000028 +Incompatible 0.00000018 +Individual 0.00000009 +Industry 0.00000009 +Ineffectual 0.00000009 +Information 0.00000009 +Initiative 0.00000028 +Injury 0.00000009 +Ink 0.00000009 +Inland 0.00000009 +Inn 0.00000009 +Innov 0.00000009 +Innovate 0.00000028 +Inquisitorum 0.00000009 +Insight 0.00000018 +Inspiration 0.00000009 +Instinct 0.00000009 +Institute 0.00000046 +Instructors 0.00000009 +Intec 0.00000028 +Integrative 0.00000018 +Intelligent 0.00000009 +Inter 0.00000009 +Internal 0.00000018 +International 0.00000138 +Internet 0.00000037 +Invader 0.00000009 +Investigatory 0.00000009 +Invisible 0.00000009 +Ira 0.00000009 +Irvin 0.00000009 +Is 0.00000009 +Isidro 0.00000009 +It 0.00000046 +It's 0.00000018 +Itirou 0.00000009 +Ivanovich 0.00000009 +Izumi 0.00000009 +J 0.00002192 +JA 0.00000028 +JAC 0.00000018 +JACS 0.00000018 +JAF 0.00000028 +JAFA 0.00000028 +JAFSA 0.00000064 +JAIMS 0.00000028 +JAL 0.00000358 +JAMA 0.00000009 +JAMSTEC 0.00000028 +JANIS 0.00000009 +JAP 0.00000018 +JAPAN 0.00000193 +JAPANESE 0.00000101 +JAPEP 0.00000009 +JAS 0.00000028 +JAVA 0.00000009 +JAWOC 0.00000018 +JAXA 0.00000330 +JB 0.00000009 +JBIC 0.00000009 +JBL 0.00000037 +JCB 0.00000018 +JCDN 0.00000055 +JCO 0.00000046 +JEAN 0.00000009 +JENSEN 0.00000009 +JET 0.00000248 +JETRO 0.00000064 +JFA 0.00000018 +JFK 0.00000046 +JFL 0.00000018 +JH 0.00000028 +JHR 0.00000009 +JI 0.00000037 +JIC 0.00000092 +JICA 0.00000174 +JIRO 0.00000009 +JIS 0.00000009 +JJ 0.00000028 +JLPT 0.00000009 +JLRT 0.00000119 +JLTR 0.00000009 +JLo 0.00000009 +JM 0.00000009 +JNSA 0.00000083 +JNTO 0.00000037 +JOC 0.00000128 +JOCT 0.00000101 +JOIN 0.00000009 +JOKE 0.00000009 +JP 0.00000018 +JPG 0.00000009 +JR 0.00001614 +JRA 0.00000092 +JRP 0.00000009 +JRfC 0.00000009 +JSA 0.00000018 +JSAT 0.00000018 +JSV 0.00000009 +JT 0.00000046 +JTB 0.00000284 +JTC 0.00000046 +JTE 0.00000009 +JU 0.00000009 +JUDO 0.00000009 +JUSCO 0.00000018 +JVC 0.00000009 +Jack 0.00000018 +James 0.00000028 +Jamis 0.00000009 +Janet 0.00000018 +Janis 0.00000018 +Jap 0.00000064 +Japan 0.00000266 +Japanese 0.00000174 +Japhi 0.00000018 +Japino 0.00000009 +Java 0.00000037 +Javascript 0.00000018 +Jay 0.00000028 +Jean 0.00000018 +Jef 0.00000009 +Jeff 0.00000037 +Jeffrey 0.00000009 +Jenkins 0.00000028 +Jennifer 0.00000009 +Jerassic 0.00000009 +Jerry 0.00000009 +Jew 0.00000009 +Jicky 0.00000009 +Jih 0.00000009 +Jihpenkuo 0.00000009 +Jihum 0.00000018 +Jim 0.00000009 +Jing 0.00000009 +Jintao 0.00000009 +Jioma 0.00000009 +Jipangu 0.00000009 +Joan 0.00000009 +Job 0.00000009 +John 0.00000055 +Joie 0.00000009 +Joint 0.00000009 +Jota 0.00000009 +Journal 0.00000092 +Journey 0.00000018 +Jr 0.00000147 +July 0.00000009 +Junior 0.00000009 +Jupiter 0.00000009 +Just 0.00000009 +Justice 0.00000009 +Justifies 0.00000009 +K 0.00001641 +KA 0.00000018 +KAGEROU 0.00000018 +KAI 0.00000009 +KAIBIGAN 0.00000037 +KAMATAKI 0.00000009 +KAORU 0.00000009 +KARA 0.00000009 +KARAOKE 0.00000009 +KASUMI 0.00000037 +KBS 0.00000028 +KDD 0.00000009 +KDDI 0.00000128 +KDE 0.00000018 +KEDO 0.00000009 +KEIKO 0.00000055 +KER 0.00000009 +KERRANG 0.00000009 +KFC 0.00000101 +KGB 0.00000037 +KI 0.00000009 +KICK 0.00000028 +KID 0.00000009 +KIDS 0.00000009 +KIM 0.00000009 +KISS 0.00000018 +KITCHEN 0.00000009 +KKK 0.00000018 +KL 0.00000009 +KLM 0.00000009 +KMT 0.00000009 +KM_ 0.00000037 +KM_11 0.00000009 +KO 0.00000083 +KOBAN 0.00000037 +KOBE 0.00000009 +KOHGYOH 0.00000009 +KOIGAKUBO 0.00000009 +KOJIKI 0.00000009 +KONISHIKI 0.00000028 +KOSEKI 0.00000009 +KR 0.00000009 +KRAV 0.00000009 +KSB 0.00000028 +KSC 0.00000009 +KSD 0.00000018 +KUDOS 0.00000037 +KUDP 0.00000009 +KUHARA 0.00000009 +KUROSAWA 0.00000009 +KW 0.00000009 +KY 0.00000018 +KYOTO 0.00000009 +K_1 0.00000009 +Kaiser 0.00000018 +Kansai 0.00000009 +Kantei 0.00000009 +Kashmir 0.00000009 +Katrina 0.00000009 +Kawai 0.00000009 +Kaz 0.00000018 +Keiko 0.00000028 +Kelman 0.00000009 +Ken 0.00000009 +Ken's 0.00000009 +Kenzo 0.00000009 +Kettley 0.00000009 +Kg 0.00000009 +Kgalagadi 0.00000009 +Ki 0.00000073 +Kibo 0.00000009 +Kid 0.00000018 +Kidd 0.00000009 +Kidnapped 0.00000009 +Kids 0.00000046 +Kim 0.00000009 +Kimo 0.00000009 +KinKi 0.00000028 +Kindle 0.00000028 +Kinki 0.00000009 +KiriBariWeb 0.00000028 +Kiroro 0.00000018 +Kit 0.00000009 +Kitchen 0.00000009 +Km 0.00000028 +Knight 0.00000009 +Knuth 0.00000009 +Ko 0.00000009 +Kobayashi 0.00000009 +Koigakubo 0.00000009 +Konnections 0.00000009 +Konqueror 0.00000018 +Koprey 0.00000009 +Korea 0.00000046 +Kuroobi 0.00000009 +Kw 0.00000009 +Kye 0.00000009 +Kyle's 0.00000009 +L 0.00000266 +L' 0.00000009 +LA 0.00000138 +LAM 0.00000018 +LAN 0.00000037 +LASIK 0.00000009 +LAST 0.00000018 +LCA 0.00000009 +LCD 0.00000037 +LCROSS 0.00000009 +LD 0.00000028 +LDK 0.00000156 +LEAGUE 0.00000009 +LED 0.00000138 +LEVER 0.00000009 +LEX 0.00000037 +LG 0.00000037 +LICCA 0.00000018 +LIFE 0.00000009 +LISP 0.00000238 +LIVING 0.00000009 +LL 0.00000037 +LMDC 0.00000009 +LNG 0.00000018 +LO 0.00000009 +LOC 0.00000018 +LOUNGE 0.00000009 +LOVE 0.00000092 +LP 0.00000037 +LPGA 0.00000073 +LS 0.00000028 +LSI 0.00000009 +LTCM 0.00000009 +LTD 0.00000009 +LUCK 0.00000018 +LW 0.00000009 +LaTeX 0.00000009 +Labor 0.00000009 +Ladies 0.00000028 +Lajha 0.00000009 +Lambda 0.00000028 +Lancet 0.00000009 +Land 0.00000018 +Language 0.00000018 +Lankov 0.00000009 +Lanphiir 0.00000009 +Large 0.00000018 +Larry 0.00000028 +LeRoy 0.00000009 +Leal 0.00000009 +Learning 0.00000018 +Leavey 0.00000009 +Lebovitz 0.00000009 +Legal 0.00000018 +Legally 0.00000009 +Leigh 0.00000046 +Leila 0.00000009 +Lemelson 0.00000009 +Lemley 0.00000009 +Leonard 0.00000009 +Les 0.00000009 +Let 0.00000018 +Let's 0.00000018 +Letters 0.00000009 +License 0.00000018 +Licks 0.00000009 +Lie 0.00000018 +Life 0.00000055 +Ligh 0.00000009 +Like 0.00000009 +Link 0.00000009 +Lintner 0.00000009 +Linus 0.00000055 +Linux 0.00000972 +Lisa 0.00000009 +Lisp 0.00000073 +Listening 0.00000009 +Lister 0.00000009 +Lite 0.00000009 +Little 0.00000009 +Liver 0.00000009 +Living 0.00000009 +Loft 0.00000009 +Long 0.00000018 +Longmans 0.00000009 +Lono 0.00000009 +Look 0.00000055 +Lords 0.00000009 +Lost 0.00000009 +Lotus 0.00000009 +Love 0.00000092 +Loving 0.00000009 +Ludic 0.00000018 +Luna 0.00000009 +M 0.00000990 +M& 0.00000018 +M&A 0.00000028 +M3 0.00000046 +MA 0.00000018 +MAC 0.00000009 +MACHINE 0.00000009 +MADD 0.00000009 +MADE 0.00000009 +MAGA 0.00000009 +MAJOR 0.00000009 +MAKE 0.00000009 +MAKITY 0.00000009 +MAL 0.00000018 +MALT 0.00000028 +MAN 0.00000009 +MANAMI 0.00000009 +MANGA 0.00000018 +MARVAO 0.00000009 +MASEGAKI 0.00000009 +MASH 0.00000009 +MASHINE 0.00000009 +MATTE 0.00000009 +MAURITSHUIS 0.00000009 +MAZDA 0.00000009 +MB 0.00000018 +MBA 0.00000119 +MBL 0.00000009 +MC 0.00000028 +MCI 0.00000009 +MD 0.00000211 +MDA 0.00000028 +MDG 0.00000009 +MDMA 0.00000009 +ME 0.00000028 +MEDIAS 0.00000009 +MEGUMI 0.00000009 +MEN 0.00000037 +MER 0.00000009 +METS 0.00000028 +MEX 0.00000009 +MF 0.00000009 +MFC 0.00000009 +MFN 0.00000009 +MFP 0.00000009 +MGM 0.00000055 +MHz 0.00000009 +MI 0.00000128 +MIB 0.00000046 +MIME 0.00000018 +MIMI 0.00000009 +MIND 0.00000009 +MIRA 0.00000009 +MIT 0.00000266 +MJ 0.00000037 +MK 0.00000046 +MLA 0.00000009 +MLB 0.00000046 +MLO 0.00000009 +MMR 0.00000055 +MMX 0.00000009 +MO 0.00000046 +MOA 0.00000009 +MOCK 0.00000009 +MOCKLISP 0.00000055 +MOKO 0.00000018 +MORE 0.00000009 +MORITA 0.00000009 +MOT 0.00000018 +MOTTAINAI 0.00000046 +MOVE 0.00000018 +MOVIE 0.00000046 +MP 0.00000128 +MP3 0.00000009 +MPAA 0.00000009 +MPEG 0.00000009 +MPH 0.00000028 +MPRP 0.00000009 +MPU 0.00000092 +MR 0.00000009 +MRI 0.00000138 +MRJ 0.00000046 +MRS 0.00000009 +MRSA 0.00000018 +MS 0.00000110 +MSIE 0.00000009 +MSN 0.00000009 +MTA 0.00000028 +MTN 0.00000009 +MTS 0.00000009 +MTV 0.00000220 +MULTI 0.00000009 +MUSASHI 0.00000028 +MVC 0.00000037 +MVP 0.00000275 +MX 0.00000009 +MXTV 0.00000009 +Ma 0.00000009 +Mac 0.00000028 +MacArthur 0.00000009 +Mach 0.00000009 +Macintosh 0.00000018 +Mackenzie 0.00000009 +Macsyma 0.00000028 +Madingue 0.00000009 +Magazine 0.00000028 +Maguntinoe 0.00000009 +Mahal 0.00000009 +Mail 0.00000009 +Maintenance 0.00000009 +Mal 0.00000009 +Malaria 0.00000009 +Mall 0.00000009 +Man 0.00000018 +Management 0.00000037 +Manga 0.00000009 +Marco 0.00000009 +Marie 0.00000009 +Marine 0.00000009 +Mark 0.00000028 +MarkDiff 0.00000009 +Market 0.00000009 +Marm 0.00000009 +Marriage 0.00000009 +Marsh 0.00000009 +Martha 0.00000009 +Martin 0.00000009 +Marty 0.00000009 +MassKara 0.00000009 +Mat 0.00000009 +Maternal 0.00000009 +Matuszek 0.00000009 +Maude 0.00000009 +Maxwell 0.00000009 +May 0.00000028 +Mbps 0.00000009 +McAuley 0.00000009 +McDonald 0.00000028 +Me 0.00000028 +MeRU 0.00000055 +Media 0.00000037 +Medical 0.00000037 +Medicine 0.00000083 +Medium 0.00000009 +Meeting 0.00000018 +Mega 0.00000009 +Megatest 0.00000009 +Meguru 0.00000028 +Mehelp 0.00000009 +Memoirs 0.00000037 +Memorial 0.00000009 +Men's 0.00000009 +Mercer 0.00000028 +Message 0.00000009 +Meta 0.00000009 +Methuen 0.00000009 +Metropolitan 0.00000009 +Miami 0.00000009 +Michael 0.00000046 +Michele 0.00000009 +Micro 0.00000009 +Micros 0.00000037 +Mieko 0.00000018 +Mike 0.00000018 +Milk 0.00000009 +Millennium 0.00000009 +Miller 0.00000037 +Millie's 0.00000009 +Mind 0.00000009 +Minister 0.00000009 +Minix 0.00000009 +Mishima 0.00000009 +Miss 0.00000046 +Mitchell 0.00000018 +Mitigation 0.00000009 +Mix 0.00000009 +Mk 0.00000018 +Mo 0.00000046 +Mobile 0.00000046 +Mode 0.00000046 +Model 0.00000009 +Modified 0.00000009 +Mohamad 0.00000009 +Money 0.00000037 +Moon 0.00000009 +Moores 0.00000009 +Mordaza 0.00000009 +More 0.00000018 +Mortuorum 0.00000009 +Motorcycle 0.00000009 +Mount 0.00000009 +Movement 0.00000009 +Mozilla 0.00000046 +Mr 0.00000229 +Mrs 0.00000083 +Ms 0.00000046 +Mt 0.00000009 +Mu 0.00000018 +Multimode 0.00000009 +Mundo 0.00000009 +Murphy 0.00000009 +Museum 0.00000009 +Mush 0.00000009 +Music 0.00000018 +Musical 0.00000009 +Musician 0.00000009 +Must 0.00000009 +Mutti 0.00000009 +My 0.00000101 +MyActivity 0.00000018 +MyDoom 0.00000009 +N 0.00000917 +NAC 0.00000092 +NAFTA 0.00000009 +NAGOYA 0.00000009 +NAKANO 0.00000009 +NAL 0.00000018 +NANA 0.00000037 +NAR 0.00000009 +NARD 0.00000009 +NASA 0.00001807 +NASCAR 0.00000018 +NASDA 0.00000046 +NATIONAL 0.00000009 +NATO 0.00000431 +NAY 0.00000009 +NBA 0.00000275 +NBC 0.00000110 +NBL 0.00000009 +NC 0.00000018 +NCAA 0.00000018 +NCPA 0.00000009 +NComputing 0.00000009 +NDA 0.00000009 +NDD 0.00000009 +NDTV 0.00000009 +NEC 0.00000339 +NEDO 0.00000018 +NEITI 0.00000018 +NEPAD 0.00000009 +NET 0.00000037 +NETWORK 0.00000009 +NEVER 0.00000009 +NEWS 0.00000037 +NEWSWEEK 0.00000018 +NFL 0.00000101 +NFTE 0.00000018 +NGO 0.00000908 +NHC 0.00000009 +NHK 0.00002311 +NHL 0.00000073 +NHS 0.00000092 +NICT 0.00000009 +NIES 0.00000018 +NIEs 0.00000009 +NIGHT 0.00000009 +NIHONGO 0.00000009 +NII 0.00000018 +NINAGAWA 0.00000009 +NIP 0.00000009 +NJ 0.00001357 +NK 0.00000018 +NLD 0.00000009 +NMA 0.00000018 +NN 0.00000018 +NO 0.00000807 +NO. 0.00000009 +NO2 0.00000009 +NOMO 0.00000037 +NON 0.00000073 +NORA 0.00000064 +NORAD 0.00000018 +NORIYASU 0.00000009 +NOT 0.00000009 +NOVA 0.00000092 +NPB 0.00000073 +NPO 0.00000376 +NPT 0.00000018 +NR 0.00000009 +NRA 0.00000055 +NRE 0.00000083 +NS 0.00000009 +NSDA 0.00000018 +NSO 0.00000028 +NSW 0.00000009 +NT 0.00000073 +NTDs 0.00000009 +NTSC 0.00000009 +NTT 0.00000734 +NTV 0.00000009 +NUMBER 0.00000009 +NWA 0.00000009 +NY 0.00000358 +NYC 0.00000009 +NYFA 0.00000028 +NZ 0.00000028 +Na 0.00000028 +Nakatani 0.00000009 +Name 0.00000009 +Namo 0.00000028 +Nancy 0.00000009 +Nation 0.00000009 +National 0.00000055 +Nationalization 0.00000009 +Native 0.00000009 +Natural 0.00000018 +Nature 0.00000083 +Nautilus 0.00000009 +Navigator 0.00000009 +Nemo 0.00000009 +Neo 0.00000092 +Nerd 0.00000009 +Net 0.00000028 +Netbuy 0.00000028 +Netherland 0.00000009 +Netlingo 0.00000009 +Netscape 0.00000101 +Netsky 0.00000018 +Network 0.00000028 +Neuroscience 0.00000028 +New 0.00000101 +Newborn 0.00000037 +Newcomb 0.00000009 +News 0.00000037 +NewsWeek 0.00000009 +Next 0.00000009 +Nguyen 0.00000009 +Nice 0.00000037 +Nihongo 0.00000009 +Nihonjin 0.00000009 +Nihonzin 0.00000009 +Nio 0.00000009 +No 0.00000422 +No._ 0.00000009 +Noh 0.00000009 +Non 0.00000018 +Nonnile 0.00000009 +North 0.00000009 +Northbridge 0.00000009 +Northcote 0.00000028 +Nostrand 0.00000009 +Not 0.00000055 +Notes 0.00000009 +November 0.00000009 +Now 0.00000009 +Nowhere 0.00000009 +Number 0.00000009 +Nutrition 0.00000018 +O 0.00000587 +O' 0.00000009 +O・ 0.00000009 +O2 0.00000009 +OA 0.00000037 +OARS 0.00000009 +OAU 0.00000009 +OB 0.00000092 +OBLAGON 0.00000009 +OCR 0.00000009 +OCS 0.00000018 +ODA 0.00000257 +ODD 0.00000009 +OECD 0.00000174 +OEM 0.00000009 +OF 0.00000028 +OFF 0.00000064 +OH 0.00000028 +OHP 0.00000028 +OJ 0.00000009 +OJT 0.00000009 +OK 0.00000880 +OKWorld 0.00000018 +OL 0.00001110 +OLED 0.00000009 +OLM 0.00000028 +OLPC 0.00000018 +ON 0.00000055 +ONCE 0.00000009 +ONE 0.00000055 +ONES 0.00000009 +ONLINE 0.00000009 +OPEC 0.00000193 +ORGE 0.00000009 +ORIGAMI 0.00000018 +ORION 0.00000009 +OS 0.00000523 +OSD 0.00000018 +OSHA 0.00000028 +OSIRIS 0.00000037 +OSK 0.00000009 +OSS 0.00000028 +OTAKU 0.00000009 +OUT 0.00000009 +OZ 0.00000055 +OZMA 0.00000009 +Occupancy 0.00000009 +October 0.00000018 +Of 0.00000028 +Office 0.00000009 +Official 0.00000009 +Oh 0.00000018 +Oil 0.00000009 +Oklahoma 0.00000009 +Oma 0.00000009 +One 0.00000018 +Online 0.00000009 +Only 0.00000009 +Oops 0.00000009 +Open 0.00000028 +Opera 0.00000009 +Ophiophagus 0.00000018 +Orchard 0.00000009 +Order 0.00000009 +Organization 0.00000009 +Orifice 0.00000009 +Osamu 0.00000018 +Osterhout 0.00000009 +Ou 0.00000009 +Out 0.00000028 +Own 0.00000009 +P 0.00000504 +P4 0.00000009 +PA 0.00000055 +PAD 0.00000018 +PADI 0.00000064 +PAL 0.00000009 +PALRO 0.00000028 +PAP 0.00000009 +PARADISE 0.00000018 +PARC 0.00000009 +PART 0.00000018 +PASCAL 0.00000009 +PASMO 0.00000055 +PASSPORT 0.00000009 +PASTEL 0.00000037 +PATH 0.00000009 +PAX 0.00000009 +PB 0.00000046 +PBHA 0.00000037 +PC 0.00000330 +PCB 0.00000009 +PCC 0.00000028 +PCRM 0.00000028 +PD 0.00000009 +PDA 0.00000028 +PDC 0.00000009 +PDD 0.00000009 +PDE5 0.00000009 +PDF 0.00000037 +PDP 0.00000055 +PDR 0.00000028 +PDRHealth 0.00000037 +PEACE 0.00000009 +PEARL 0.00000009 +PEPFAR 0.00000009 +PER 0.00000009 +PET 0.00000009 +PETSAT 0.00000046 +PG&E 0.00000018 +PGA 0.00000092 +PHC 0.00000009 +PHILOSOPHICAL 0.00000009 +PHS 0.00000156 +PICS 0.00000018 +PIE2007 0.00000009 +PIECES 0.00000009 +PIVO 0.00000009 +PK 0.00000092 +PKO 0.00000211 +PL 0.00000064 +PLANET 0.00000009 +PLAZA 0.00000009 +PLC 0.00000037 +PLO 0.00000147 +PLUG 0.00000009 +PLoS 0.00000018 +PM 0.00000009 +PNA 0.00000128 +PNC 0.00000018 +PND 0.00000009 +PO 0.00000009 +POLIZIA 0.00000009 +POP 0.00000147 +POPEYE 0.00000018 +POPS 0.00000009 +POST 0.00000009 +POT 0.00000018 +PPF 0.00000009 +PPP 0.00000028 +PQQ 0.00000064 +PR 0.00000394 +PRI 0.00000009 +PRIDE 0.00000009 +PRIMERA 0.00000018 +PRINT 0.00000009 +PRO 0.00000055 +PROGRAM 0.00000009 +PROMETRA 0.00000009 +PROPOSAL 0.00000009 +PS 0.00000183 +PSA 0.00000055 +PSLV 0.00000018 +PSP 0.00000083 +PSX 0.00000073 +PTA 0.00000064 +PTI 0.00000009 +PTSD 0.00000009 +PTT 0.00000009 +PUD 0.00000018 +PUMP 0.00000028 +PUYO 0.00000009 +PV 0.00000009 +PWAC 0.00000009 +PZ_ 0.00000028 +PaPeRo 0.00000046 +Pacific 0.00000009 +Pakkala 0.00000018 +Paliza 0.00000009 +Pall 0.00000009 +Palm 0.00000009 +Panal 0.00000009 +Panasonic 0.00000018 +Panel 0.00000018 +Papier 0.00000009 +Paris 0.00000009 +Park 0.00000018 +Parke 0.00000009 +Parking 0.00000009 +Partner 0.00000009 +Partners 0.00000009 +Partnership 0.00000009 +Party 0.00000018 +Pascal 0.00000009 +Passion 0.00000018 +Passive 0.00000018 +Pastel 0.00000009 +Patience 0.00000009 +Patient 0.00000037 +Patricia 0.00000009 +Paul 0.00000009 +Paula 0.00000009 +Pavley 0.00000009 +Peace 0.00000009 +Peak 0.00000009 +Pearson 0.00000009 +Pediatric 0.00000009 +Pediatrics 0.00000009 +Peers 0.00000009 +People 0.00000046 +Peopleware 0.00000009 +Peppers 0.00000009 +Per 0.00000009 +Perfect 0.00000009 +Performance 0.00000009 +Performing 0.00000009 +Perkins 0.00000009 +Perl 0.00000037 +Permanent 0.00000018 +Personal 0.00000018 +Peruga 0.00000037 +Pervert 0.00000018 +Pesa 0.00000028 +Peter 0.00000028 +Petite 0.00000018 +PhD 0.00000018 +Phasianus 0.00000009 +Phil 0.00000009 +Phoenix 0.00000009 +Phonopeia 0.00000009 +Photoshop 0.00000009 +Physiology 0.00000018 +Pie 0.00000009 +Pierre 0.00000009 +Pirsig 0.00000009 +Pitt 0.00000009 +Plan 0.00000009 +Planet 0.00000009 +Plants 0.00000009 +Plastic 0.00000009 +Play 0.00000009 +Playboy 0.00000009 +Player 0.00000018 +Players 0.00000009 +Pleasant 0.00000009 +Please 0.00000009 +Pod 0.00000128 +Point 0.00000009 +Poker 0.00000009 +Police 0.00000018 +Policy 0.00000009 +Polite 0.00000009 +Pollera 0.00000009 +Pop 0.00000009 +Population 0.00000009 +Positive 0.00000009 +Post 0.00000009 +Power 0.00000055 +Powers 0.00000009 +Prep 0.00000018 +Prepared 0.00000009 +President 0.00000009 +Pretty 0.00000018 +Preve 0.00000009 +Prevention 0.00000009 +Preventive 0.00000009 +Princess 0.00000009 +Principle 0.00000009 +Privacy 0.00000009 +ProNatura 0.00000018 +Process 0.00000009 +Productions 0.00000009 +Productive 0.00000009 +Professional 0.00000018 +Professor 0.00000018 +Program 0.00000018 +Programming 0.00000009 +Progress 0.00000009 +Project 0.00000009 +Projects 0.00000009 +Promet 0.00000018 +Protein 0.00000009 +Protocol 0.00000018 +Ps 0.00000028 +Psychological 0.00000009 +Psychology 0.00000009 +Psychosocial 0.00000009 +Public 0.00000018 +Publisher 0.00000018 +Pulau 0.00000009 +Pun 0.00000009 +Purpose 0.00000018 +Put 0.00000009 +Pyongtaek 0.00000009 +Pyramid 0.00000028 +Python 0.00000009 +Q 0.00001376 +Q&A 0.00000009 +QC 0.00000055 +QE 0.00000009 +QR 0.00000018 +QRIO 0.00000009 +QSR 0.00000018 +QUALITY 0.00000009 +QVC 0.00000009 +Quality 0.00000009 +Questions 0.00000009 +Quick 0.00000009 +Quickstar 0.00000009 +R 0.00000706 +R・ 0.00000018 +R&B 0.00000009 +R. 0.00000046 +R.I. 0.00000009 +R2ー 0.00000009 +RAG 0.00000009 +RAINBOW 0.00000018 +RAM 0.00000147 +RAS 0.00000009 +RBBS 0.00000028 +RBFA 0.00000009 +RC 0.00000009 +RCA 0.00000009 +RCS 0.00000009 +RDF 0.00000101 +READ 0.00000009 +READABLE 0.00000009 +READERS 0.00000009 +README 0.00000018 +REAL 0.00000046 +RED 0.00000037 +REEF 0.00000073 +REPORTVALUE 0.00000009 +RESISTANCE 0.00000009 +REST 0.00000009 +RETURN 0.00000018 +REx 0.00000037 +RFC 0.00000018 +RFI 0.00000009 +RI 0.00000009 +RICH 0.00000009 +RIII 0.00000028 +RISAT 0.00000028 +RMS 0.00000046 +RNA 0.00000101 +ROBO 0.00000037 +ROBODEX 0.00000009 +ROBODEX2003 0.00000009 +ROBOT 0.00000009 +ROCK 0.00000009 +ROCKS 0.00000009 +ROM 0.00000009 +ROOM 0.00000018 +ROOMS 0.00000018 +ROYONG 0.00000009 +RP 0.00000018 +RPG 0.00000009 +RQ 0.00000009 +RSA 0.00000009 +RSS 0.00000009 +RTF 0.00000009 +RU 0.00000018 +RUMOR 0.00000018 +RV 0.00000028 +RWB 0.00000018 +Radix 0.00000009 +Rain 0.00000009 +Rakoff 0.00000009 +Ralph 0.00000009 +Rand 0.00000009 +Randy 0.00000009 +Ras 0.00000009 +Raskin 0.00000009 +Ray 0.00000046 +Raymond_D00dz 0.00000009 +Reader 0.00000009 +Reading 0.00000009 +Rear 0.00000009 +Reason 0.00000009 +Recognition 0.00000009 +Recycle 0.00000009 +Red 0.00000009 +Reduce 0.00000009 +Reentry 0.00000009 +Reeve 0.00000009 +Reference 0.00000009 +Refuse 0.00000009 +Region 0.00000009 +Regulation 0.00000009 +Regulatory 0.00000009 +Reiki 0.00000009 +Reilly 0.00000009 +Reinhold 0.00000009 +Remaking 0.00000009 +Remote 0.00000009 +Representatives 0.00000009 +Research 0.00000037 +Resident 0.00000009 +Resistration 0.00000018 +Respect 0.00000009 +Return 0.00000009 +Reuse 0.00000009 +Revenue 0.00000009 +Review 0.00000018 +Revolt 0.00000009 +Revolution 0.00000009 +RiN 0.00000009 +Richard 0.00000046 +Rideau 0.00000018 +Right 0.00000018 +Rights 0.00000018 +Rises 0.00000018 +Robert 0.00000018 +Robin 0.00000009 +Rock 0.00000009 +Rockport 0.00000018 +Rom 0.00000009 +Roma 0.00000009 +Room 0.00000009 +Rooma 0.00000009 +Roots 0.00000009 +Roses 0.00000018 +Rossum 0.00000009 +Round 0.00000009 +Roy 0.00000009 +Rubber 0.00000009 +Rui 0.00000018 +Rules 0.00000037 +Running 0.00000009 +Ruppina 0.00000018 +Ryan 0.00000028 +Ryu 0.00000009 +S 0.00000899 +SACEMA 0.00000009 +SAFE 0.00000009 +SAKURA 0.00000009 +SAL 0.00000009 +SALA 0.00000009 +SAMPLING 0.00000009 +SAPP 0.00000018 +SARS 0.00000633 +SAS 0.00000073 +SATA 0.00000046 +SAY 0.00000018 +SAYURI 0.00000028 +SBC 0.00000009 +SBS 0.00000018 +SBus 0.00000009 +SC 0.00000009 +SCCS 0.00000009 +SCE 0.00000046 +SCHAEFER 0.00000009 +SCRIBE 0.00000009 +SD 0.00000119 +SDIS 0.00000009 +SDR 0.00000018 +SE 0.00000028 +SEA 0.00000028 +SEALS 0.00000028 +SEAMEO 0.00000009 +SEARCH 0.00000018 +SEASONS 0.00000009 +SECEMA 0.00000018 +SEED 0.00000028 +SEIBU 0.00000009 +SELFISH 0.00000009 +SEM 0.00000009 +SEMI 0.00000009 +SENDAI 0.00000009 +SEO 0.00000046 +SEP 0.00000018 +SERENDIPITY 0.00000009 +SETI 0.00000028 +SEVER 0.00000009 +SEVI 0.00000028 +SEX 0.00000018 +SF 0.00000422 +SFX 0.00000009 +SG 0.00000009 +SHAH 0.00000009 +SHARE 0.00000009 +SHE 0.00000009 +SHOGO 0.00000028 +SHOW 0.00000009 +SIDS 0.00000046 +SILVER 0.00000009 +SIV 0.00000101 +SK 0.00000009 +SKD 0.00000009 +SKIP 0.00000009 +SKK 0.00000009 +SKT 0.00000018 +SL 0.00000018 +SLFP 0.00000009 +SLIP 0.00000037 +SM 0.00000037 +SMAP 0.00000449 +SMB 0.00000009 +SMTP 0.00000092 +SNAFU 0.00000028 +SNP 0.00000028 +SNS 0.00000165 +SO 0.00000018 +SOD 0.00000009 +SOHLA 0.00000046 +SOHO 0.00000018 +SONA 0.00000009 +SONY 0.00000028 +SORRY 0.00000009 +SOS 0.00000046 +SP 0.00000018 +SPA 0.00000018 +SPCC 0.00000009 +SPEAK 0.00000028 +SPEED 0.00000037 +SPF 0.00000018 +SPFA 0.00000018 +SPI 0.00000064 +SPOT 0.00000037 +SQL 0.00000009 +SRC 0.00000028 +SRN 0.00000018 +SS 0.00000064 +SSL 0.00000018 +SSP 0.00000083 +STAMP 0.00000009 +START 0.00000028 +STD 0.00000009 +STEM 0.00000037 +STF 0.00000018 +STILL 0.00000037 +STRiPES 0.00000046 +SUBAKI 0.00000009 +SUD 0.00000009 +SUICIDE 0.00000009 +SUMMIT 0.00000009 +SUV 0.00000037 +SUZUKI 0.00000018 +SV 0.00000018 +SVA 0.00000037 +SWAT 0.00000028 +Saade 0.00000009 +Sacramento 0.00000009 +Sacred 0.00000009 +Safia 0.00000009 +Said 0.00000018 +Saint 0.00000018 +Salley 0.00000009 +San 0.00000009 +Sanshiro 0.00000009 +Saphane 0.00000018 +Satire 0.00000009 +Save 0.00000018 +Say 0.00000009 +Sch 0.00000009 +Schearf 0.00000009 +Scheduling 0.00000009 +Scheifler 0.00000009 +Scheme 0.00000009 +Schlein 0.00000009 +School 0.00000009 +Schottwi 0.00000009 +Science 0.00000092 +Scott 0.00000009 +Script 0.00000009 +Sea 0.00000009 +Search 0.00000009 +Seck 0.00000018 +Secker 0.00000009 +Secondary 0.00000009 +SeeLINDER 0.00000009 +SeePet 0.00000009 +Self 0.00000009 +Selfish 0.00000009 +Sendmail 0.00000009 +SensaTM 0.00000009 +Sensations 0.00000009 +SenseiSagasu 0.00000028 +Separation 0.00000009 +September 0.00000009 +Sequencing 0.00000009 +Serendipity 0.00000009 +Servant 0.00000009 +Service 0.00000028 +Session 0.00000028 +Seto 0.00000009 +Sex 0.00000018 +Sexy 0.00000009 +Shadows 0.00000009 +Shall 0.00000083 +Shane 0.00000037 +Shankar 0.00000009 +Sharma 0.00000009 +Sharon 0.00000009 +Shaukat 0.00000009 +She 0.00000037 +Sheik 0.00000083 +Sherry 0.00000028 +Shingo 0.00000009 +Shinjuku 0.00000018 +Shoot 0.00000009 +Shoots 0.00000009 +Shop 0.00000009 +Show 0.00000037 +Showtime 0.00000009 +Shrek 0.00000009 +SiEd 0.00000018 +Sibongile 0.00000009 +Sierra 0.00000009 +Silence 0.00000018 +Silicon 0.00000009 +Silver 0.00000009 +Simon 0.00000009 +Sin 0.00000009 +Sinner 0.00000018 +Sinzyuku 0.00000018 +Sir 0.00000018 +Sithe 0.00000009 +Skype 0.00000037 +Slammer 0.00000018 +Slaney 0.00000018 +Slate 0.00000018 +Slatkin 0.00000028 +SmaSTATION 0.00000009 +Small 0.00000009 +Smangele 0.00000073 +Smart 0.00000009 +Smith 0.00000028 +Smoking 0.00000009 +Snake 0.00000018 +Snow 0.00000009 +So 0.00000009 +Society 0.00000037 +Software 0.00000009 +Sokkly 0.00000028 +Solar 0.00000009 +Sollitto 0.00000009 +Solutions 0.00000018 +Some 0.00000009 +Sometimes 0.00000018 +Soul 0.00000009 +Souleymane 0.00000018 +Sound 0.00000009 +Source 0.00000009 +South 0.00000009 +Speaker 0.00000009 +Speaking 0.00000009 +Special 0.00000009 +Speech 0.00000009 +Spencer 0.00000018 +Spender 0.00000009 +Sperman 0.00000009 +Spiegel 0.00000009 +Spirit 0.00000018 +Spitz 0.00000009 +Splash 0.00000110 +Sports 0.00000009 +Spot 0.00000009 +Square 0.00000009 +Stacken 0.00000009 +Staley 0.00000009 +Star 0.00000009 +Stars 0.00000009 +State 0.00000009 +Station 0.00000073 +Stein 0.00000009 +Steve 0.00000009 +Stone 0.00000009 +Stop 0.00000009 +Store 0.00000028 +Story 0.00000009 +Straus 0.00000009 +Street 0.00000009 +Strike 0.00000009 +Strine 0.00000009 +Stripes 0.00000009 +Strong 0.00000009 +Studies 0.00000009 +Studio 0.00000018 +Suffering 0.00000009 +Suffradini 0.00000037 +Sugata 0.00000009 +Suica 0.00000138 +Summer 0.00000009 +Sun 0.00000037 +Sunday 0.00000009 +Sunshine 0.00000009 +Sunsite 0.00000028 +Super 0.00000037 +Supersize 0.00000009 +Surrey 0.00000009 +Survey 0.00000018 +Surveyor 0.00000037 +Sushi 0.00000009 +Sustainability 0.00000009 +Swart 0.00000009 +Sweat 0.00000009 +Sweets 0.00000009 +Swept 0.00000009 +Switzerland 0.00000009 +Swords 0.00000009 +Synergy 0.00000028 +System 0.00000073 +T 0.00002027 +T. 0.00000055 +T.I. 0.00000018 +T.R. 0.00000009 +TABLE 0.00000055 +TACARE 0.00000009 +TAE 0.00000009 +TAIKO 0.00000064 +TAIWAN 0.00000018 +TAKASHI 0.00000009 +TAKAYA 0.00000046 +TAKE 0.00000018 +TALK 0.00000018 +TATSU 0.00000009 +TAXI 0.00000009 +TAYA 0.00000009 +TB 0.00000009 +TBC 0.00000092 +TBS 0.00000248 +TC 0.00000055 +TCP 0.00000028 +TEAMS 0.00000009 +TECH 0.00000009 +TELL 0.00000229 +TENKU 0.00000009 +TEPCO 0.00000009 +TEQUILA 0.00000009 +TER 0.00000009 +TERU 0.00000009 +TESOL 0.00000028 +TEX 0.00000009 +TFT 0.00000009 +TG 0.00000073 +TGV 0.00000037 +THC 0.00000009 +THE 0.00000193 +THER 0.00000009 +THG 0.00000009 +THIS 0.00000028 +TI 0.00000009 +TIARA 0.00000009 +TIC 0.00000009 +TIGER 0.00000064 +TIME 0.00000083 +TIMES 0.00000018 +TINT 0.00000009 +TIP 0.00000165 +TITLE 0.00000009 +TK 0.00000055 +TM 0.00000028 +TMA 0.00000018 +TMC 0.00000101 +TML 0.00000064 +TMN 0.00000009 +TO 0.00000028 +TOB 0.00000018 +TOEFL 0.00000220 +TOEIC 0.00000266 +TOILET 0.00000009 +TOJI 0.00000028 +TOKIO 0.00000037 +TOKUSHIMA 0.00000018 +TOKYO 0.00000083 +TOMBO 0.00000009 +TOMORROW 0.00000018 +TOP 0.00000018 +TOTO 0.00000055 +TOUR 0.00000009 +TOWN 0.00000009 +TOWNS 0.00000009 +TOXIC 0.00000009 +TOYOTA 0.00000009 +TP 0.00000009 +TPN 0.00000009 +TPO 0.00000046 +TPU 0.00000037 +TRANSACTIONS 0.00000009 +TRIPITAKA 0.00000009 +TRIX 0.00000028 +TRON 0.00000009 +TS 0.00000009 +TSA 0.00000018 +TSCWC 0.00000018 +TSE 0.00000009 +TSL 0.00000046 +TSS 0.00000046 +TSUNAMI 0.00000009 +TT 0.00000009 +TU 0.00000009 +TUBE 0.00000046 +TV 0.00000770 +TVF 0.00000018 +TWO 0.00000055 +TZ 0.00000037 +Tabemo 0.00000009 +Table 0.00000018 +Taggart 0.00000009 +Tai 0.00000009 +Taine 0.00000055 +Taiwan 0.00000009 +Taj 0.00000009 +Takahachi 0.00000018 +Take 0.00000018 +Talash 0.00000009 +Tales 0.00000009 +Talk 0.00000018 +Tamworth 0.00000009 +Tanenbaum 0.00000009 +Tank 0.00000009 +Tapang 0.00000009 +Target 0.00000018 +Taro 0.00000009 +Tax 0.00000046 +Taylors 0.00000009 +Tcl 0.00000009 +TeX 0.00000009 +Teacher's 0.00000009 +Teaching 0.00000009 +Teams 0.00000009 +Tears 0.00000009 +Technical 0.00000009 +Technics 0.00000009 +Technology 0.00000028 +Technoworld 0.00000009 +Ted 0.00000009 +Teddyfish 0.00000009 +Teilhard 0.00000009 +Teitelbaum 0.00000009 +Teitlebaum 0.00000018 +Television 0.00000009 +Ten9Eight 0.00000018 +Test 0.00000018 +Testing 0.00000018 +Tex 0.00000009 +Text4Baby 0.00000073 +Text4baby 0.00000009 +Tezuka 0.00000018 +Thailand 0.00000009 +Thank 0.00000018 +That's 0.00000009 +The 0.00000550 +Theatre 0.00000018 +Therapist 0.00000009 +There 0.00000028 +Thing 0.00000018 +Things 0.00000018 +Think 0.00000009 +This 0.00000028 +Tho 0.00000009 +Thomas 0.00000037 +Thorpe 0.00000009 +Tim 0.00000018 +Time 0.00000055 +Times 0.00001458 +Timesharing 0.00000018 +Tip 0.00000009 +To 0.00000092 +Tobacco 0.00000009 +Together 0.00000009 +Tokai 0.00000037 +Tokyo 0.00000073 +Tokyogiants 0.00000009 +Tom 0.00000009 +Tommy 0.00000028 +Tonight 0.00000009 +Top 0.00000009 +Topics 0.00000009 +Tornado 0.00000009 +Torvalds 0.00000037 +Trading 0.00000018 +Train 0.00000009 +Training 0.00000046 +Trainspotting 0.00000028 +Transcultural 0.00000009 +Transit 0.00000009 +Translation 0.00000009 +Translational 0.00000037 +Trau 0.00000009 +Travels 0.00000009 +Treatment 0.00000009 +Tree 0.00000046 +Trees 0.00000009 +Trials 0.00000009 +Trip 0.00000009 +Troubled 0.00000009 +True 0.00000037 +TrueType100 0.00000009 +Trust 0.00000009 +Turbo 0.00000009 +Twenex 0.00000073 +Type 0.00000018 +U 0.00000358 +U89 0.00000018 +UA 0.00000018 +UAE 0.00000046 +UAL 0.00000018 +UB 0.00000009 +UC 0.00000064 +UCI 0.00000009 +UCLA 0.00000092 +UCSB 0.00000009 +UDX 0.00000009 +UEFA 0.00000046 +UFFA 0.00000009 +UFJ 0.00000119 +UFO 0.00000202 +UHNCR 0.00000009 +UI 0.00000083 +UK 0.00000037 +ULP 0.00000064 +UNAIDS 0.00000073 +UNC 0.00000009 +UNCCH 0.00000009 +UNCTAD 0.00000009 +UNDP 0.00000009 +UNESCO 0.00000009 +UNFPA 0.00000018 +UNHCR 0.00000073 +UNICEF 0.00000055 +UNIDO 0.00000009 +UNIFEM 0.00000028 +UNITA 0.00000009 +UNITY 0.00000009 +UNIX 0.00000147 +UNP 0.00000037 +UNTAC 0.00000009 +UPA 0.00000009 +UPI 0.00000018 +UPS 0.00000037 +URL 0.00000092 +US 0.00000073 +USA 0.00000092 +USADA 0.00000028 +USAID 0.00000055 +USB 0.00000128 +USDA 0.00000037 +USENET 0.00000009 +USERS 0.00000009 +USJ 0.00000083 +USS 0.00000009 +USTR 0.00000009 +UTADA 0.00000083 +UUCP 0.00000009 +UV 0.00000018 +Ueda 0.00000009 +Un 0.00000009 +Underworld 0.00000009 +Union 0.00000009 +University 0.00000018 +Unix 0.00000220 +Upasak 0.00000009 +Upper 0.00000009 +Uraken 0.00000018 +Usenet 0.00000018 +V 0.00000569 +VAIO 0.00000009 +VAX 0.00000037 +VB 0.00000009 +VC 0.00000064 +VCA 0.00000009 +VCD 0.00000046 +VCT 0.00000028 +VDF 0.00000018 +VFX 0.00000018 +VHS 0.00000028 +VIP 0.00000119 +VISA 0.00000092 +VJ 0.00000009 +VLCC 0.00000009 +VLSI 0.00000009 +VOA 0.00001293 +VOAnews 0.00000009 +VOCAL 0.00000009 +VOCALOID 0.00000018 +VR 0.00000009 +VRーR 0.00000009 +VS 0.00000018 +VTR 0.00000018 +VWASL 0.00000009 +Vacation 0.00000009 +Vaccine 0.00000009 +Valle 0.00000009 +Valueless 0.00000009 +Van 0.00000018 +Vandenburg 0.00000009 +Vehicle 0.00000009 +Ventura 0.00000018 +Ver 0.00000009 +Verine 0.00000009 +Vernadsky 0.00000009 +Via 0.00000009 +Video 0.00000028 +VideoCD 0.00000009 +Vie 0.00000009 +Vienna 0.00000009 +Vigilioe 0.00000009 +Vince 0.00000009 +Virginis 0.00000018 +Visible 0.00000009 +Vision 0.00000064 +Vivre 0.00000009 +Vladimir 0.00000009 +Vodafone 0.00000009 +Vogelstein 0.00000009 +Voice 0.00000064 +Voices 0.00000009 +Vol 0.00000018 +Vorstellung 0.00000009 +Vortex 0.00000009 +Voyage 0.00000018 +W 0.00002027 +WAL 0.00000009 +WALK 0.00000009 +WAOE 0.00000028 +WARS 0.00000046 +WAS 0.00000037 +WAVE 0.00000037 +WBA 0.00000018 +WBC 0.00000110 +WBS 0.00000009 +WCBF 0.00000009 +WCT 0.00000028 +WD 0.00000009 +WFP 0.00000055 +WHO 0.00002036 +WIPO 0.00000046 +WL 0.00000028 +WMA 0.00000009 +WNBA 0.00000009 +WOGA 0.00000009 +WOWOW 0.00000009 +WOWWOW 0.00000009 +WQS 0.00000018 +WTA 0.00000046 +WTC 0.00000046 +WTO 0.00000202 +WTT 0.00000009 +WWF 0.00000092 +WWW 0.00000064 +Wake 0.00000018 +Waldron 0.00000028 +Walk 0.00000028 +Wall 0.00000028 +Wallace 0.00000009 +Walsh 0.00000037 +Wansbroughs 0.00000009 +Want 0.00000018 +War 0.00000018 +Warburg 0.00000009 +Ward 0.00000018 +Warez 0.00000009 +Warren 0.00000009 +Warrendale 0.00000009 +Wars 0.00000009 +Washer 0.00000009 +Washington 0.00000009 +Watching 0.00000009 +Water 0.00000028 +Wave 0.00000018 +Way 0.00000018 +We 0.00000073 +Wear 0.00000009 +Weather 0.00000009 +Web 0.00000248 +Week 0.00000018 +Weight 0.00000009 +Weinberg 0.00000009 +Weitzel 0.00000009 +Wel 0.00000009 +Well 0.00000009 +Welsh 0.00000009 +Wesley 0.00000009 +West 0.00000046 +Western 0.00000046 +Wettstein 0.00000009 +Whaling 0.00000009 +What 0.00000028 +What's 0.00000064 +Where 0.00000009 +Whitaker 0.00000009 +Who 0.00000018 +Who's 0.00000009 +Wi 0.00000138 +WiMAX 0.00000009 +Wick 0.00000009 +Wide 0.00000037 +Wii 0.00000248 +Wil 0.00000009 +Will 0.00000009 +William 0.00000028 +Win 0.00000018 +Wind 0.00000009 +Windows 0.00000092 +Windpower 0.00000009 +Wine 0.00000009 +Winter 0.00000018 +Wired 0.00000009 +Wnt 0.00000110 +Wol 0.00000009 +Women 0.00000018 +Word 0.00000064 +Words 0.00000028 +World 0.00000202 +Write2 0.00000009 +Writing 0.00000009 +X 0.00004438 +XBC 0.00000046 +XBox 0.00000009 +XFCE 0.00000009 +XHK 0.00000009 +XI 0.00000046 +XL 0.00000009 +XP 0.00000055 +XS 0.00000009 +XX 0.00005896 +XXX 0.00000523 +XY 0.00000009 +XYZ 0.00000174 +Xbox 0.00000211 +Xenophonia 0.00000009 +Xerox 0.00000009 +Xi 0.00000018 +Xing 0.00000009 +Y 0.00000798 +YACC 0.00000009 +YAH 0.00000028 +YAWARA 0.00000028 +YEH 0.00000064 +YEN 0.00000009 +YES 0.00000743 +YIIK 0.00000018 +YKK 0.00000018 +YM 0.00000018 +YMCA 0.00000037 +YMO 0.00000028 +YOKOHAMA 0.00000009 +YOMO 0.00000018 +YOSHIKI 0.00000083 +YOU 0.00000046 +YOUR 0.00000009 +YS 0.00000018 +YUI 0.00000009 +YUKI 0.00000009 +YUKIGASSEN 0.00000009 +YWCA 0.00000009 +YY 0.00000853 +YYY 0.00000028 +Y_ME 0.00000009 +Ya 0.00000009 +Yahoo 0.00000183 +Yamada 0.00000018 +Yang 0.00000009 +Yasukuni 0.00000009 +Yates 0.00000009 +Yatpun 0.00000009 +Yazawa 0.00000009 +Year 0.00000028 +Years 0.00000009 +Yen 0.00000018 +Yes 0.00000156 +Yesterday 0.00000009 +Yokoso 0.00000037 +York 0.00000055 +You 0.00000147 +YouRenew 0.00000018 +YouTube 0.00000028 +Youbuy 0.00000046 +Youku 0.00000009 +Young 0.00000009 +Youngstars 0.00000009 +Your 0.00000018 +Youth 0.00000009 +Yves 0.00000009 +Z 0.00000495 +ZATAC 0.00000028 +ZEN 0.00000009 +ZERO 0.00000009 +ZIP 0.00000009 +ZONTAG 0.00000009 +ZOO 0.00000009 +ZZ 0.00000009 +ZZZ 0.00000009 +Zain 0.00000009 +Zappy 0.00000110 +Zen 0.00000009 +Zepp 0.00000009 +Zico 0.00000009 +Zip 0.00000009 +Zipangu 0.00000018 +Zn 0.00000009 +Zodiac 0.00000009 +Zondag 0.00000009 +Zoom 0.00000073 +Zoonomia 0.00000009 +Zu 0.00000009 +Zwei 0.00000009 +[ 0.00001706 +] 0.00001678 +^ 0.00054774 +^きな 0.00000009 +^こつ 0.00000018 +^カ 0.00000009 +^グッと 0.00000009 +^ゴマ 0.00000009 +^シッ 0.00000009 +^ズボン 0.00000009 +^ズレ 0.00000009 +^ピル 0.00000009 +^ヨガ 0.00000009 +^レシート 0.00000009 +^ロス 0.00000009 +^丘一面 0.00000009 +^事実 0.00000009 +^今^ 0.00000009 +^力 0.00000028 +^夜明け 0.00000009 +^当社 0.00000009 +^応募 0.00000009 +^意思 0.00000009 +^手 0.00000009 +^手前 0.00000009 +^括弧 0.00000009 +^断 0.00000009 +^昔 0.00000009 +^暇 0.00000009 +^本状 0.00000009 +^歩 0.00000009 +^気合い 0.00000009 +^理 0.00000009 +^理想 0.00000009 +^空回り 0.00000009 +^調味 0.00000009 +^賢者 0.00000009 +^100 0.00000009 +^EU 0.00000009 +^SF 0.00000009 +^_年間 0.00000009 +_ 0.00004200 +_、 0.00000009 +_〜_ 0.00000009 +_トン 0.00000028 +_ドル 0.00000018 +_マイル 0.00000009 +_リットル 0.00000009 +_人 0.00000009 +_件 0.00000009 +_名 0.00000018 +_年 0.00000055 +_年間 0.00000018 +_年_ 0.00000009 +_年_月_日付 0.00000009 +_度 0.00000009 +_日間 0.00000028 +_月_ 0.00000018 +_月_日 0.00000073 +_箱_年間 0.00000009 +_% 0.00000193 +_%^ 0.00000018 +_19 0.00000009 +__ 0.00000009 +_km 0.00000009 +a 0.00000440 +aH 0.00000009 +ab 0.00000009 +aba 0.00000009 +abc 0.00000009 +abcshopping 0.00000009 +about 0.00000009 +absolution 0.00000009 +accidents 0.00000009 +account 0.00000009 +ach 0.00000009 +action 0.00000018 +ad 0.00000009 +added 0.00000009 +address 0.00000009 +adopted 0.00000009 +af 0.00000009 +afraid 0.00000018 +again 0.00000009 +against 0.00000018 +age、 0.00000009 +agorics 0.00000009 +agorpapers 0.00000009 +agriculture 0.00000009 +ahead 0.00000009 +ai 0.00000009 +aij 0.00000009 +aiko 0.00000009 +aiue 0.00000055 +aiueo 0.00000018 +aka 0.00000009 +alias 0.00000018 +alien 0.00000028 +aliens 0.00000009 +all 0.00000009 +alla 0.00000009 +along 0.00000009 +already 0.00000009 +alright 0.00000009 +als 0.00000009 +also 0.00000018 +alt 0.00000009 +altel 0.00000009 +always 0.00000009 +am 0.00000073 +amount 0.00000009 +an 0.00000055 +anan 0.00000009 +and 0.00000431 +angry 0.00000018 +anh 0.00000009 +ans 0.00000009 +anti 0.00000009 +any 0.00000009 +apple 0.00000009 +appreciate 0.00000018 +are 0.00000092 +arise 0.00000009 +army 0.00000009 +ars 0.00000018 +art 0.00000009 +arte 0.00000018 +arted 0.00000009 +artel 0.00000028 +arteria 0.00000009 +arterial 0.00000037 +arteriosa 0.00000009 +artery 0.00000055 +arti 0.00000018 +as 0.00000073 +asap 0.00000018 +ask 0.00000009 +asking 0.00000018 +aspects 0.00000009 +at 0.00000018 +attention 0.00000009 +attitude 0.00000009 +au 0.00000101 +autos 0.00000009 +away 0.00000018 +b 0.00000083 +back 0.00000009 +bad 0.00000018 +baleins 0.00000009 +bama 0.00000018 +band 0.00000009 +bar 0.00000009 +basis 0.00000009 +be 0.00000028 +because 0.00000018 +bed 0.00000009 +beginning 0.00000009 +bet 0.00000009 +better 0.00000018 +bicameral 0.00000009 +bife 0.00000009 +biff 0.00000009 +bigot 0.00000018 +bill 0.00000009 +bio 0.00000009 +birthday 0.00000009 +bj 0.00000064 +black 0.00000028 +blue 0.00000009 +bomoh 0.00000018 +bone 0.00000018 +bonsai 0.00000018 +book 0.00000009 +books 0.00000028 +both 0.00000009 +boyfriend 0.00000018 +bran 0.00000009 +break 0.00000037 +bring 0.00000009 +bugs 0.00000009 +built 0.00000018 +bulletproof 0.00000009 +but 0.00000018 +by 0.00000028 +c 0.00000128 +ca 0.00000009 +cacimbo 0.00000009 +caffeine 0.00000009 +can 0.00000046 +canae 0.00000009 +cap 0.00000009 +capability 0.00000009 +capense 0.00000009 +card 0.00000028 +carry 0.00000009 +cava 0.00000009 +cc 0.00000147 +ccil 0.00000018 +celebrate 0.00000009 +central 0.00000009 +ceremony 0.00000009 +chair 0.00000009 +chatte 0.00000009 +chi 0.00000009 +child 0.00000009 +chill 0.00000009 +cho 0.00000009 +chorrizo 0.00000009 +cirajobs 0.00000009 +citizens 0.00000009 +city 0.00000009 +clans 0.00000009 +clasified 0.00000009 +cleaner 0.00000009 +climate 0.00000009 +cm 0.00000926 +cn 0.00000028 +cnd 0.00000009 +co 0.00000037 +color 0.00000009 +com 0.00000816 +come 0.00000083 +comes 0.00000009 +communis 0.00000009 +communist 0.00000009 +como 0.00000009 +company 0.00000009 +concept 0.00000009 +concerned 0.00000009 +confessor 0.00000018 +cons 0.00000009 +constitution 0.00000009 +consumer 0.00000009 +contro 0.00000009 +conversion 0.00000009 +conviction 0.00000009 +cook 0.00000009 +cooker 0.00000009 +cool 0.00000009 +corporation 0.00000009 +corporations 0.00000018 +correct 0.00000009 +cott 0.00000009 +could 0.00000018 +country 0.00000018 +cover 0.00000018 +cracker 0.00000009 +cracks 0.00000009 +creep 0.00000018 +crossing 0.00000009 +crudelta 0.00000009 +cruelties 0.00000009 +cry 0.00000009 +cs 0.00000009 +cut 0.00000018 +d 0.00000046 +d00dz 0.00000018 +da 0.00000009 +dag 0.00000009 +daily 0.00000009 +damned 0.00000009 +dance 0.00000018 +dare 0.00000009 +darling 0.00000009 +day 0.00000037 +dddddddddd 0.00000009 +de 0.00000064 +dealer 0.00000009 +dean 0.00000009 +deep 0.00000009 +def 0.00000009 +defect 0.00000009 +departed 0.00000009 +desktop 0.00000009 +devil 0.00000009 +df 0.00000009 +diaboli 0.00000009 +diaries 0.00000009 +diet 0.00000028 +difference 0.00000009 +directly 0.00000009 +dirt 0.00000018 +dirty 0.00000009 +dish 0.00000009 +disturb 0.00000009 +diversity 0.00000009 +divide 0.00000009 +do 0.00000046 +does 0.00000009 +dog 0.00000009 +dogs 0.00000018 +dollars 0.00000028 +don 0.00000009 +double 0.00000009 +down 0.00000009 +dream 0.00000028 +drop 0.00000009 +drug 0.00000009 +drundard 0.00000009 +drunk 0.00000009 +dryer 0.00000009 +dti 0.00000009 +dwarf 0.00000009 +dwell 0.00000009 +e 0.00000321 +e100 0.00000009 +eBay 0.00000028 +eMachines 0.00000009 +each 0.00000009 +earful 0.00000009 +easy 0.00000018 +eat 0.00000018 +economy 0.00000009 +ed 0.00000009 +edible 0.00000009 +edu 0.00000028 +efSET 0.00000037 +el 0.00000028 +elisp 0.00000009 +en 0.00000009 +end 0.00000028 +endorsements 0.00000009 +ends 0.00000009 +ene 0.00000009 +eol 0.00000009 +episode 0.00000009 +equal 0.00000009 +est 0.00000009 +et 0.00000028 +etc 0.00000018 +ethnocentric 0.00000009 +every 0.00000009 +evidence 0.00000009 +evio 0.00000009 +exchange 0.00000018 +excuse 0.00000009 +exercise 0.00000009 +expectations 0.00000009 +experience 0.00000018 +exquisite 0.00000009 +f 0.00000037 +fa 0.00000009 +face 0.00000009 +falls 0.00000009 +fast 0.00000009 +february 0.00000018 +fede 0.00000028 +feed 0.00000009 +feet 0.00000009 +fellow 0.00000009 +females 0.00000009 +fence 0.00000009 +fetchmail 0.00000193 +fetchmailrc 0.00000009 +fetchpop 0.00000018 +fever 0.00000009 +files 0.00000018 +filth 0.00000018 +filthy 0.00000009 +findateacher 0.00000009 +firm 0.00000009 +first 0.00000028 +fishing 0.00000009 +fjsports 0.00000009 +flo 0.00000009 +flower 0.00000018 +flows 0.00000009 +fold 0.00000009 +fone 0.00000009 +foot 0.00000009 +football 0.00000009 +footnote 0.00000009 +for 0.00000183 +foreign 0.00000018 +foreigner 0.00000018 +forget 0.00000018 +formula 0.00000009 +fortunately 0.00000009 +forward 0.00000018 +foxy 0.00000009 +free 0.00000018 +freeze 0.00000009 +from 0.00000037 +front 0.00000009 +full 0.00000009 +fun 0.00000009 +funny 0.00000009 +fury 0.00000018 +futbol 0.00000009 +fuzz 0.00000009 +fxone 0.00000009 +g 0.00000156 +gagina 0.00000009 +gal 0.00000009 +gallus 0.00000009 +gaman 0.00000009 +gauffrage 0.00000009 +gcc 0.00000009 +generation 0.00000009 +gentle 0.00000009 +get 0.00000046 +girls 0.00000037 +given 0.00000009 +giving 0.00000009 +glibc 0.00000009 +globe 0.00000083 +gloss 0.00000018 +gnu 0.00000092 +gnupg 0.00000009 +go 0.00000055 +going 0.00000009 +gold 0.00000009 +golden 0.00000009 +gone 0.00000009 +gonna 0.00000009 +good 0.00000018 +goon 0.00000009 +got 0.00000018 +gov 0.00000028 +grand 0.00000009 +grass 0.00000009 +great 0.00000018 +green 0.00000009 +greener 0.00000009 +gud 0.00000009 +gun 0.00000009 +guts 0.00000009 +guy 0.00000009 +h 0.00000018 +half 0.00000009 +hamburger 0.00000009 +hand 0.00000009 +hanging 0.00000009 +hanzismatter 0.00000037 +happen 0.00000009 +happiest 0.00000009 +happy 0.00000018 +hard 0.00000028 +hath 0.00000018 +have 0.00000046 +he 0.00000009 +health 0.00000009 +healthaffairs 0.00000009 +heard 0.00000009 +hed 0.00000009 +heedless 0.00000009 +hell 0.00000009 +help 0.00000037 +helped 0.00000009 +here 0.00000037 +hick 0.00000009 +hicktown 0.00000009 +hickup 0.00000009 +hidden 0.00000009 +highway 0.00000009 +hing 0.00000009 +hiraganatimes 0.00000009 +his 0.00000009 +history 0.00000018 +hit 0.00000009 +hitomi 0.00000018 +hoge 0.00000055 +home 0.00000018 +homepage 0.00000009 +hook 0.00000009 +hous 0.00000018 +house 0.00000028 +how 0.00000018 +htc 0.00000009 +html 0.00000037 +http 0.00000138 +humaines 0.00000009 +human 0.00000009 +humble 0.00000018 +humbly 0.00000009 +humu 0.00000009 +hundred 0.00000009 +hungry 0.00000018 +hut 0.00000009 +i 0.00000431 +iBooks 0.00000018 +iBot 0.00000028 +iKnow 0.00000009 +iMac 0.00000009 +iOS 0.00000009 +iPad 0.00000266 +iPhone 0.00000376 +iPod 0.00000211 +iTune 0.00000037 +iTunes 0.00000055 +ical 0.00000009 +idea 0.00000009 +ieve 0.00000009 +ievement 0.00000009 +if 0.00000055 +igocochi 0.00000009 +illegal 0.00000009 +image 0.00000009 +impune 0.00000009 +in 0.00000248 +incrimination 0.00000009 +inds 0.00000018 +info 0.00000046 +ing 0.00000018 +input 0.00000009 +inquire 0.00000009 +instance 0.00000009 +integer 0.00000009 +intelligence 0.00000009 +internet 0.00000018 +internetroma 0.00000009 +intimate 0.00000009 +into 0.00000037 +invade 0.00000009 +ir 0.00000009 +irony 0.00000009 +is 0.00000165 +isi 0.00000018 +ism 0.00000018 +ison 0.00000009 +istance 0.00000009 +isted 0.00000009 +it 0.00000101 +it's 0.00000009 +its 0.00000009 +ix 0.00000018 +j 0.00000009 +japan 0.00000018 +japanesepottery 0.00000009 +jcv 0.00000009 +jhelp 0.00000009 +ji 0.00000009 +joe 0.00000018 +jois 0.00000009 +jp 0.00000046 +jpnet 0.00000009 +jub 0.00000009 +judgment 0.00000018 +just 0.00000028 +juta 0.00000009 +k 0.00000055 +kaizen 0.00000009 +kamera 0.00000009 +kara 0.00000037 +karaoke 0.00000009 +kcal 0.00000101 +keep 0.00000028 +kg 0.00000339 +kill 0.00000009 +kizuna 0.00000009 +km 0.00000403 +km2 0.00000064 +knot 0.00000009 +know 0.00000028 +known 0.00000009 +kumano 0.00000009 +kuo 0.00000009 +l 0.00000083 +lBM 0.00000009 +lOC 0.00000018 +lacessit 0.00000009 +land 0.00000009 +large 0.00000009 +larger 0.00000009 +last 0.00000009 +late 0.00000009 +law 0.00000018 +left 0.00000009 +less 0.00000009 +lies 0.00000009 +life 0.00000009 +light 0.00000009 +like 0.00000018 +little 0.00000009 +lo 0.00000009 +locke 0.00000028 +logy 0.00000009 +long 0.00000009 +loob 0.00000009 +love 0.00000092 +lover 0.00000009 +lower 0.00000009 +lth 0.00000009 +lucky 0.00000009 +ludic 0.00000009 +lug 0.00000009 +lunch 0.00000009 +m 0.00000880 +m2 0.00000018 +m3 0.00000018 +mV 0.00000046 +ma 0.00000009 +machine 0.00000009 +mail 0.00000119 +make 0.00000018 +man 0.00000028 +mass 0.00000009 +master 0.00000018 +mate 0.00000009 +matic 0.00000009 +max 0.00000009 +me 0.00000083 +mean 0.00000009 +meet 0.00000028 +meeting 0.00000009 +men 0.00000009 +mess 0.00000009 +mg 0.00000037 +min 0.00000009 +mind 0.00000009 +minister 0.00000009 +mis 0.00000018 +mit 0.00000009 +mixi 0.00000018 +ml 0.00000092 +mm 0.00000238 +mmHg 0.00000009 +money 0.00000009 +mono 0.00000083 +more 0.00000009 +mortdes 0.00000009 +mouth 0.00000009 +mouthfuls 0.00000009 +movie 0.00000018 +mp 0.00000009 +mph 0.00000009 +msr 0.00000009 +much 0.00000028 +mum 0.00000064 +mumsnet 0.00000009 +mundus 0.00000009 +mura 0.00000009 +must 0.00000009 +mut 0.00000009 +my 0.00000046 +myanma 0.00000009 +myself 0.00000009 +myspace 0.00000009 +n 0.00000073 +naggum 0.00000009 +naingngan 0.00000018 +nakata 0.00000009 +namae 0.00000009 +nation 0.00000018 +nationals 0.00000009 +natural 0.00000009 +nce 0.00000009 +nd 0.00000018 +ne 0.00000009 +necessary 0.00000018 +negation 0.00000009 +neither 0.00000009 +neony 0.00000028 +net 0.00000046 +netscape 0.00000009 +never 0.00000009 +next 0.00000009 +ng 0.00000009 +ni 0.00000009 +nice 0.00000018 +nightnippon 0.00000009 +nippon 0.00000009 +nm 0.00000018 +no 0.00000037 +noes 0.00000009 +non 0.00000064 +not 0.00000037 +notes 0.00000018 +nous 0.00000009 +now 0.00000009 +o 0.00000073 +of 0.00000642 +off 0.00000055 +offense 0.00000009 +office 0.00000018 +oft 0.00000046 +oil 0.00000028 +on 0.00000128 +once 0.00000018 +one 0.00000037 +one' 0.00000009 +one's 0.00000009 +oneself 0.00000009 +onsen 0.00000018 +opposite 0.00000009 +oppressed 0.00000009 +option 0.00000018 +or 0.00000046 +orange 0.00000009 +order 0.00000009 +org 0.00000202 +origami 0.00000018 +origins 0.00000009 +orphan 0.00000018 +other 0.00000028 +our 0.00000009 +out 0.00000083 +over 0.00000018 +overweightshadi 0.00000009 +ox 0.00000009 +p 0.00000018 +pH 0.00000092 +pOH 0.00000018 +pacbell 0.00000009 +page 0.00000009 +painting 0.00000009 +pan 0.00000009 +papers 0.00000009 +part 0.00000018 +participate 0.00000009 +pass 0.00000009 +pat 0.00000073 +pedis 0.00000009 +pen 0.00000009 +penances 0.00000009 +penguin 0.00000009 +pereat 0.00000009 +perl 0.00000009 +permits 0.00000009 +pervert 0.00000018 +pettifoggery 0.00000009 +phair's 0.00000009 +photo 0.00000028 +pickles 0.00000009 +pj 0.00000018 +planet 0.00000009 +play 0.00000028 +pleased 0.00000009 +plunged 0.00000009 +pm 0.00000009 +pond 0.00000009 +pop 0.00000046 +popclient 0.00000128 +ports 0.00000009 +possible 0.00000009 +post 0.00000018 +pound 0.00000028 +pour 0.00000009 +pouring 0.00000009 +power 0.00000009 +pp 0.00000009 +ppm 0.00000009 +precede 0.00000028 +preclude 0.00000037 +pretty 0.00000009 +prevent 0.00000009 +problem 0.00000009 +products 0.00000009 +proud 0.00000009 +prusent 0.00000018 +psycho 0.00000009 +psychology 0.00000009 +public 0.00000018 +punch 0.00000009 +purple 0.00000009 +put 0.00000009 +q 0.00000009 +quaaludic 0.00000009 +r 0.00000037 +rain 0.00000009 +rakugo 0.00000009 +rattle 0.00000009 +rc 0.00000028 +reaction 0.00000009 +receive 0.00000009 +recovery 0.00000009 +red 0.00000028 +refrigerator 0.00000009 +reg 0.00000009 +registration 0.00000028 +reimagined 0.00000009 +relax 0.00000037 +religion 0.00000009 +residency 0.00000009 +rest 0.00000009 +reunion 0.00000009 +revelry 0.00000009 +rfc 0.00000037 +rice 0.00000018 +riches 0.00000009 +right 0.00000028 +rkers 0.00000009 +robbery 0.00000009 +rota 0.00000009 +rotisya 0.00000009 +rubber 0.00000009 +ruby 0.00000009 +s 0.00000128 +said 0.00000009 +sala 0.00000009 +sales 0.00000009 +salt 0.00000009 +sans 0.00000009 +sauce 0.00000009 +say 0.00000009 +sc 0.00000009 +scale 0.00000009 +sccs 0.00000009 +schlep 0.00000018 +scorned 0.00000018 +scott 0.00000009 +se 0.00000009 +seasoning 0.00000009 +second 0.00000009 +secundum 0.00000009 +security 0.00000009 +see 0.00000046 +seeing 0.00000009 +seize 0.00000009 +self 0.00000009 +send 0.00000018 +sendmail 0.00000037 +sensus 0.00000009 +septs 0.00000009 +served 0.00000009 +server 0.00000009 +severance 0.00000009 +severities 0.00000009 +sexting 0.00000009 +shalt 0.00000009 +shi 0.00000018 +shipping 0.00000009 +shite 0.00000009 +sho 0.00000018 +shooting 0.00000009 +shop 0.00000028 +shot 0.00000018 +shower 0.00000009 +shrine 0.00000009 +shu 0.00000018 +si 0.00000009 +sic 0.00000009 +side 0.00000009 +sight 0.00000009 +since 0.00000009 +sion 0.00000009 +siree 0.00000018 +sirree 0.00000009 +sister 0.00000009 +sit 0.00000009 +sleeping 0.00000018 +small 0.00000018 +smaller 0.00000009 +smashed 0.00000009 +snake 0.00000009 +snark 0.00000037 +so 0.00000018 +soccer 0.00000009 +socialist 0.00000009 +society 0.00000009 +sold 0.00000009 +soldiering 0.00000009 +some 0.00000009 +soon 0.00000009 +sophisticated 0.00000009 +sorry 0.00000018 +soul 0.00000009 +soy 0.00000009 +spa 0.00000018 +speaking 0.00000009 +special 0.00000009 +spilling 0.00000009 +st 0.00000009 +stamp 0.00000009 +stand 0.00000055 +station 0.00000009 +stop 0.00000009 +street 0.00000009 +strine 0.00000018 +string 0.00000028 +study 0.00000009 +submits 0.00000009 +such 0.00000009 +swapping 0.00000009 +swee 0.00000009 +sweetness 0.00000009 +switch 0.00000009 +synchy 0.00000018 +sysadmin 0.00000009 +system 0.00000009 +t 0.00000064 +tail 0.00000009 +take 0.00000028 +taken 0.00000009 +target 0.00000009 +tb 0.00000009 +team 0.00000009 +technique 0.00000009 +ted 0.00000009 +telephone 0.00000009 +telling 0.00000018 +telnet 0.00000018 +ter 0.00000009 +terehon 0.00000009 +terrorist 0.00000009 +text 0.00000009 +texting 0.00000009 +thakins 0.00000009 +that 0.00006181 +the 0.00000642 +themselves 0.00000009 +ther 0.00000018 +therapies 0.00000009 +there 0.00000018 +thetic 0.00000009 +thing 0.00000009 +things 0.00000009 +think 0.00000009 +this 0.00000018 +those 0.00000009 +thou 0.00000009 +thought 0.00000009 +thous 0.00000018 +three 0.00000009 +thrill 0.00000009 +through 0.00000009 +throw 0.00000009 +ti 0.00000009 +tibet 0.00000009 +time 0.00000018 +title 0.00000009 +to 0.00000284 +toasted 0.00000009 +today 0.00000009 +toilet 0.00000009 +tongue 0.00000009 +tortured 0.00000009 +toto 0.00000018 +touch 0.00000018 +towel 0.00000009 +trade 0.00000018 +treaty 0.00000009 +trf 0.00000009 +tribu 0.00000018 +truth 0.00000028 +try 0.00000009 +tsu 0.00000009 +tsx 0.00000009 +tutto 0.00000009 +two 0.00000009 +txt 0.00000018 +type 0.00000009 +u 0.00000028 +uKLIP 0.00000018 +ug 0.00000009 +uk 0.00000018 +un 0.00000009 +unconscious 0.00000009 +understand 0.00000009 +undesirable 0.00000009 +unequal 0.00000009 +unsaid 0.00000009 +up 0.00000101 +upon 0.00000009 +upposed 0.00000009 +uscc 0.00000009 +usps 0.00000009 +vacuum 0.00000009 +values 0.00000009 +van 0.00000009 +vc 0.00000009 +vein 0.00000037 +vena 0.00000018 +venosa 0.00000009 +venous 0.00000055 +versed 0.00000009 +vivre 0.00000009 +vol 0.00000018 +vorstellen 0.00000009 +votum 0.00000009 +vs 0.00000018 +w 0.00000037 +w3 0.00000009 +want 0.00000009 +waoe 0.00000009 +war 0.00000009 +warez 0.00000028 +was 0.00000046 +way 0.00000009 +we 0.00000064 +web 0.00000064 +weblog 0.00000009 +webmasters 0.00000018 +webpersonals 0.00000009 +wedge 0.00000009 +wel 0.00000009 +well 0.00000009 +were 0.00000009 +what 0.00000018 +whe 0.00000009 +when 0.00000037 +where 0.00000018 +which 0.00000055 +white 0.00000009 +whiteflight 0.00000009 +who 0.00000028 +whole 0.00000009 +whose 0.00000009 +why 0.00000009 +wicked 0.00000028 +will 0.00000083 +wind 0.00000009 +wine 0.00000018 +with 0.00000064 +wo 0.00000009 +wolf 0.00000018 +woma 0.00000028 +woo 0.00000009 +work 0.00000009 +world 0.00000018 +worse 0.00000009 +wrong 0.00000009 +www 0.00000459 +x 0.00000229 +xterm 0.00000009 +xx 0.00000183 +xxx 0.00000174 +xxxx 0.00000055 +xyz 0.00000018 +y 0.00000046 +yahoo 0.00000028 +yakimono 0.00000009 +yard 0.00000009 +yellow 0.00000009 +yeu 0.00000009 +you 0.00000385 +young 0.00000009 +your 0.00000018 +ysis 0.00000009 +z 0.00000028 +za 0.00000009 +zeal 0.00000009 +zi 0.00000009 +| 0.00000037 diff --git a/data/mstparser-en-test.dep b/data/mstparser-en-test.dep new file mode 100644 index 0000000..496d1d9 --- /dev/null +++ b/data/mstparser-en-test.dep @@ -0,0 +1,4839 @@ +1 no no UH UH _ 4 INTJ +2 , , , , _ 4 DEP +3 it it PRP PRP _ 4 NP-SBJ +4 was was VBD VBD _ 0 ROOT +5 n't n't RB RB _ 4 DEP +6 black black JJ JJ _ 7 DEP +7 monday monday NNP NNP _ 4 NP-PRD +8 . . . . _ 4 DEP + +1 but but CC CC _ 33 DEP +2 while while IN IN _ 33 SBAR +3 the the DT DT _ 7 DEP +4 new new NNP NNP _ 7 DEP +5 york york NNP NNP _ 7 DEP +6 stock stock NNP NNP _ 7 DEP +7 exchange exchange NNP NNP _ 8 NP-SBJ +8 did did VBD VBD _ 2 S +9 n't n't RB RB _ 8 DEP +10 fall fall VB VB _ 8 VP +11 apart apart RB RB _ 10 ADVP +12 friday friday NNP NNP _ 10 NP +13 as as IN IN _ 10 SBAR +14 the the DT DT _ 18 DEP +15 dow dow NNP NNP _ 18 DEP +16 jones jones NNP NNP _ 18 DEP +17 industrial industrial NNP NNP _ 18 DEP +18 average average NNP NNP _ 19 NP-SBJ +19 plunged plunged VBD VBD _ 13 S +20 190.58 190.58 CD CD _ 21 DEP +21 points points NNS NNS _ 19 NP +22 -- -- : : _ 23 DEP +23 most most JJS JJS _ 21 PRN +24 of of IN IN _ 23 PP +25 it it PRP PRP _ 24 NP +26 in in IN IN _ 23 PP +27 the the DT DT _ 29 DEP +28 final final JJ JJ _ 29 DEP +29 hour hour NN NN _ 26 NP +30 -- -- : : _ 23 DEP +31 it it PRP PRP _ 33 NP-SBJ +32 barely barely RB RB _ 33 ADVP +33 managed managed VBD VBD _ 0 ROOT +34 to to TO TO _ 35 DEP +35 stay stay VB VB _ 33 S +36 this this DT DT _ 37 DEP +37 side side NN NN _ 35 NP +38 of of IN IN _ 37 PP +39 chaos chaos NN NN _ 38 NP +40 . . . . _ 33 DEP + +1 some some DT DT _ 4 DEP +2 `` `` `` `` _ 4 DEP +3 circuit circuit NN NN _ 4 DEP +4 breakers breakers NNS NNS _ 12 NP-SBJ +5 '' '' '' '' _ 4 DEP +6 installed installed VBN VBN _ 4 VP +7 after after IN IN _ 6 PP +8 the the DT DT _ 11 DEP +9 october october NNP NNP _ 11 DEP +10 1987 1987 CD CD _ 11 DEP +11 crash crash NN NN _ 7 NP +12 failed failed VBD VBD _ 0 ROOT +13 their their PRP$ PRP$ _ 15 DEP +14 first first JJ JJ _ 15 DEP +15 test test NN NN _ 12 NP-OBJ +16 , , , , _ 18 DEP +17 traders traders NNS NNS _ 18 NP-SBJ +18 say say VBP VBP _ 12 PRN +19 , , , , _ 18 DEP +20 unable unable JJ JJ _ 12 S +21 to to TO TO _ 22 DEP +22 cool cool VB VB _ 20 S +23 the the DT DT _ 25 DEP +24 selling selling NN NN _ 25 DEP +25 panic panic NN NN _ 22 NP-OBJ +26 in in IN IN _ 25 PP +27 both both DT DT _ 30 DEP +28 stocks stocks NNS NNS _ 30 DEP +29 and and CC CC _ 30 DEP +30 futures futures NNS NNS _ 26 NP +31 . . . . _ 12 DEP + +1 the the DT DT _ 5 DEP +2 49 49 CD CD _ 5 DEP +3 stock stock NN NN _ 5 DEP +4 specialist specialist NN NN _ 5 DEP +5 firms firms NNS NNS _ 15 NP +6 on on IN IN _ 5 PP +7 the the DT DT _ 10 DEP +8 big big NNP NNP _ 10 DEP +9 board board NNP NNP _ 10 DEP +10 floor floor NN NN _ 6 NP +11 -- -- : : _ 15 DEP +12 the the DT DT _ 15 DEP +13 buyers buyers NNS NNS _ 15 DEP +14 and and CC CC _ 15 DEP +15 sellers sellers NNS NNS _ 29 NP-SBJ +16 of of IN IN _ 15 PP +17 last last JJ JJ _ 18 DEP +18 resort resort NN NN _ 16 NP +19 who who WP WP _ 15 SBAR +20 were were VBD VBD _ 19 S +21 criticized criticized VBN VBN _ 20 VP +22 after after IN IN _ 21 PP +23 the the DT DT _ 25 DEP +24 1987 1987 CD CD _ 25 DEP +25 crash crash NN NN _ 22 NP +26 -- -- : : _ 15 DEP +27 once once RB RB _ 29 ADVP +28 again again RB RB _ 27 DEP +29 could could MD MD _ 0 ROOT +30 n't n't RB RB _ 29 DEP +31 handle handle VB VB _ 29 VP +32 the the DT DT _ 34 DEP +33 selling selling NN NN _ 34 DEP +34 pressure pressure NN NN _ 31 NP-OBJ +35 . . . . _ 29 DEP + +1 big big JJ JJ _ 3 DEP +2 investment investment NN NN _ 3 DEP +3 banks banks NNS NNS _ 4 NP-SBJ +4 refused refused VBD VBD _ 25 S +5 to to TO TO _ 6 DEP +6 step step VB VB _ 4 S +7 up up RP RP _ 6 ADVP +8 to to TO TO _ 7 PP +9 the the DT DT _ 10 DEP +10 plate plate NN NN _ 8 NP +11 to to TO TO _ 12 DEP +12 support support VB VB _ 6 S +13 the the DT DT _ 16 DEP +14 beleaguered beleaguered JJ JJ _ 16 DEP +15 floor floor NN NN _ 16 DEP +16 traders traders NNS NNS _ 12 NP-OBJ +17 by by IN IN _ 12 PP +18 buying buying VBG VBG _ 17 S +19 big big JJ JJ _ 20 DEP +20 blocks blocks NNS NNS _ 18 NP-OBJ +21 of of IN IN _ 20 PP +22 stock stock NN NN _ 21 NP +23 , , , , _ 25 DEP +24 traders traders NNS NNS _ 25 NP-SBJ +25 say say VBP VBP _ 0 ROOT +26 . . . . _ 25 DEP + +1 heavy heavy JJ JJ _ 2 DEP +2 selling selling NN NN _ 14 NP-SBJ +3 of of IN IN _ 2 PP +4 standard standard NNP NNP _ 7 DEP +5 & & CC CC _ 7 DEP +6 poor poor NNP NNP _ 7 DEP +7 's 's POS POS _ 10 NP +8 500-stock 500-stock JJ JJ _ 10 DEP +9 index index NN NN _ 10 DEP +10 futures futures NNS NNS _ 3 NP +11 in in IN IN _ 2 PP +12 chicago chicago NNP NNP _ 11 NP +13 relentlessly relentlessly RB RB _ 14 ADVP +14 beat beat VBD VBD _ 0 ROOT +15 stocks stocks NNS NNS _ 14 NP-OBJ +16 downward downward RB RB _ 14 ADVP +17 . . . . _ 14 DEP + +1 seven seven CD CD _ 4 DEP +2 big big NNP NNP _ 4 DEP +3 board board NNP NNP _ 4 DEP +4 stocks stocks NNS NNS _ 23 NP +5 -- -- : : _ 23 DEP +6 ual ual NNP NNP _ 23 NP +7 , , , , _ 23 DEP +8 amr amr NNP NNP _ 23 NP +9 , , , , _ 23 DEP +10 bankamerica bankamerica NNP NNP _ 23 NP +11 , , , , _ 23 DEP +12 walt walt NNP NNP _ 13 DEP +13 disney disney NNP NNP _ 23 NP +14 , , , , _ 23 DEP +15 capital capital NNP NNP _ 16 DEP +16 cities\/abc cities\/abc NNP NNP _ 23 NP +17 , , , , _ 23 DEP +18 philip philip NNP NNP _ 19 DEP +19 morris morris NNP NNP _ 23 NP +20 and and CC CC _ 23 DEP +21 pacific pacific NNP NNP _ 23 DEP +22 telesis telesis NNP NNP _ 23 DEP +23 group group NNP NNP _ 25 NP-SBJ +24 -- -- : : _ 23 DEP +25 stopped stopped VBD VBD _ 0 ROOT +26 trading trading NN NN _ 25 S +27 and and CC CC _ 25 DEP +28 never never RB RB _ 29 ADVP +29 resumed resumed VBD VBD _ 25 VP +30 . . . . _ 25 DEP + +1 the the DT DT _ 2 DEP +2 finger-pointing finger-pointing NN NN _ 3 NP-SBJ +3 has has VBZ VBZ _ 0 ROOT +4 already already RB RB _ 3 ADVP +5 begun begun VBN VBN _ 3 VP +6 . . . . _ 3 DEP + +1 `` `` `` `` _ 5 DEP +2 the the DT DT _ 4 DEP +3 equity equity NN NN _ 4 DEP +4 market market NN NN _ 5 NP-SBJ +5 was was VBD VBD _ 0 ROOT +6 illiquid illiquid JJ JJ _ 5 ADJP +7 . . . . _ 5 DEP + +1 once once RB RB _ 7 ADVP +2 again again RB RB _ 1 DEP +3 { { -LRB- -LRB- _ 7 DEP +4 the the DT DT _ 5 DEP +5 specialists specialists NNS NNS _ 7 NP-SBJ +6 } } -RRB- -RRB- _ 7 DEP +7 were were VBD VBD _ 25 S +8 not not RB RB _ 7 DEP +9 able able JJ JJ _ 7 ADJP +10 to to TO TO _ 11 DEP +11 handle handle VB VB _ 9 S +12 the the DT DT _ 13 DEP +13 imbalances imbalances NNS NNS _ 11 NP-OBJ +14 on on IN IN _ 13 PP +15 the the DT DT _ 16 DEP +16 floor floor NN NN _ 14 NP +17 of of IN IN _ 16 PP +18 the the DT DT _ 22 DEP +19 new new NNP NNP _ 22 DEP +20 york york NNP NNP _ 22 DEP +21 stock stock NNP NNP _ 22 DEP +22 exchange exchange NNP NNP _ 17 NP +23 , , , , _ 25 DEP +24 '' '' '' '' _ 25 DEP +25 said said VBD VBD _ 0 ROOT +26 christopher christopher NNP NNP _ 27 DEP +27 pedersen pedersen NNP NNP _ 31 NP +28 , , , , _ 31 DEP +29 senior senior JJ JJ _ 31 DEP +30 vice vice NN NN _ 31 DEP +31 president president NN NN _ 25 NP-SBJ +32 at at IN IN _ 31 PP +33 twenty-first twenty-first NNP NNP _ 35 DEP +34 securities securities NNP NNP _ 35 DEP +35 corp corp NNP NNP _ 32 NP +36 . . . . _ 25 DEP + +1 countered countered VBD VBD _ 0 ROOT +2 james james NNP NNP _ 3 DEP +3 maguire maguire NNP NNP _ 5 NP +4 , , , , _ 5 DEP +5 chairman chairman NN NN _ 1 NP-SBJ +6 of of IN IN _ 5 PP +7 specialists specialists NNS NNS _ 10 DEP +8 henderson henderson NNP NNP _ 10 DEP +9 brothers brothers NNP NNP _ 10 DEP +10 inc. inc. NNP NNP _ 6 NP +11 : : : : _ 1 DEP +12 `` `` `` `` _ 1 DEP +13 it it PRP PRP _ 14 NP-SBJ +14 is is VBZ VBZ _ 1 S +15 easy easy JJ JJ _ 14 ADJP +16 to to TO TO _ 17 DEP +17 say say VB VB _ 14 S +18 the the DT DT _ 19 DEP +19 specialist specialist NN NN _ 20 NP-SBJ +20 is is VBZ VBZ _ 17 SBAR +21 n't n't RB RB _ 20 DEP +22 doing doing VBG VBG _ 20 VP +23 his his PRP$ PRP$ _ 24 DEP +24 job job NN NN _ 22 NP-OBJ +25 . . . . _ 1 DEP + +1 when when WRB WRB _ 12 SBAR +2 the the DT DT _ 3 DEP +3 dollar dollar NN NN _ 4 NP-SBJ +4 is is VBZ VBZ _ 1 S +5 in in IN IN _ 4 PP +6 a a DT DT _ 7 DEP +7 free-fall free-fall NN NN _ 5 NP +8 , , , , _ 12 DEP +9 even even RB RB _ 11 DEP +10 central central JJ JJ _ 11 DEP +11 banks banks NNS NNS _ 12 NP-SBJ +12 ca ca MD MD _ 0 ROOT +13 n't n't RB RB _ 12 DEP +14 stop stop VB VB _ 12 VP +15 it it PRP PRP _ 14 NP-OBJ +16 . . . . _ 12 DEP + +1 speculators speculators NNS NNS _ 2 NP-SBJ +2 are are VBP VBP _ 0 ROOT +3 calling calling VBG VBG _ 2 VP +4 for for IN IN _ 3 PP +5 a a DT DT _ 6 DEP +6 degree degree NN NN _ 4 NP +7 of of IN IN _ 6 PP +8 liquidity liquidity NN NN _ 7 NP +9 that that WDT WDT _ 6 SBAR +10 is is VBZ VBZ _ 9 S +11 not not RB RB _ 10 DEP +12 there there RB RB _ 10 ADVP +13 in in IN IN _ 10 PP +14 the the DT DT _ 15 DEP +15 market market NN NN _ 13 NP +16 . . . . _ 2 DEP +17 '' '' '' '' _ 2 DEP + +1 many many JJ JJ _ 3 DEP +2 money money NN NN _ 3 DEP +3 managers managers NNS NNS _ 6 NP +4 and and CC CC _ 6 DEP +5 some some DT DT _ 6 DEP +6 traders traders NNS NNS _ 7 NP-SBJ +7 had had VBD VBD _ 0 ROOT +8 already already RB RB _ 7 ADVP +9 left left VBN VBN _ 7 VP +10 their their PRP$ PRP$ _ 11 DEP +11 offices offices NNS NNS _ 9 NP-OBJ +12 early early RB RB _ 14 DEP +13 friday friday NNP NNP _ 14 DEP +14 afternoon afternoon NN NN _ 9 NP +15 on on IN IN _ 9 PP +16 a a DT DT _ 19 DEP +17 warm warm JJ JJ _ 19 DEP +18 autumn autumn NN NN _ 19 DEP +19 day day NN NN _ 15 NP +20 -- -- : : _ 9 DEP +21 because because IN IN _ 9 SBAR +22 the the DT DT _ 24 DEP +23 stock stock NN NN _ 24 DEP +24 market market NN NN _ 25 NP-SBJ +25 was was VBD VBD _ 21 S +26 so so RB RB _ 27 DEP +27 quiet quiet JJ JJ _ 25 ADJP +28 . . . . _ 7 DEP + +1 then then RB RB _ 15 DEP +2 in in IN IN _ 15 PP +3 a a DT DT _ 5 DEP +4 lightning lightning NN NN _ 5 DEP +5 plunge plunge NN NN _ 2 NP +6 , , , , _ 15 DEP +7 the the DT DT _ 10 DEP +8 dow dow NNP NNP _ 10 DEP +9 jones jones NNP NNP _ 10 DEP +10 industrials industrials NNS NNS _ 15 NP-SBJ +11 in in IN IN _ 15 PP +12 barely barely RB RB _ 14 QP +13 an an DT DT _ 12 DEP +14 hour hour NN NN _ 11 NP +15 surrendered surrendered VBD VBD _ 0 ROOT +16 about about IN IN _ 18 QP +17 a a DT DT _ 16 DEP +18 third third JJ JJ _ 15 NP-OBJ +19 of of IN IN _ 18 PP +20 their their PRP$ PRP$ _ 21 DEP +21 gains gains NNS NNS _ 23 NP +22 this this DT DT _ 23 DEP +23 year year NN NN _ 19 NP +24 , , , , _ 15 DEP +25 chalking chalking VBG VBG _ 15 S +26 up up RP RP _ 25 PRT +27 a a DT DT _ 34 DEP +28 190.58-point 190.58-point JJ JJ _ 32 ADJP +29 , , , , _ 32 DEP +30 or or CC CC _ 32 DEP +31 6.9 6.9 CD CD _ 32 DEP +32 % % NN NN _ 34 ADJP +33 , , , , _ 32 DEP +34 loss loss NN NN _ 25 NP-OBJ +35 on on IN IN _ 34 PP +36 the the DT DT _ 37 DEP +37 day day NN NN _ 35 NP +38 in in IN IN _ 25 PP +39 gargantuan gargantuan JJ JJ _ 41 DEP +40 trading trading NN NN _ 41 DEP +41 volume volume NN NN _ 38 NP +42 . . . . _ 15 DEP + +1 final-hour final-hour JJ JJ _ 2 DEP +2 trading trading NN NN _ 3 NP-SBJ +3 accelerated accelerated VBN VBN _ 0 ROOT +4 to to TO TO _ 3 PP +5 108.1 108.1 CD CD _ 6 DEP +6 million million CD CD _ 7 QP +7 shares shares NNS NNS _ 10 NP +8 , , , , _ 10 DEP +9 a a DT DT _ 10 DEP +10 record record NN NN _ 4 NP +11 for for IN IN _ 10 PP +12 the the DT DT _ 14 DEP +13 big big NNP NNP _ 14 DEP +14 board board NNP NNP _ 11 NP +15 . . . . _ 3 DEP + +1 at at IN IN _ 11 PP +2 the the DT DT _ 3 DEP +3 end end NN NN _ 1 NP +4 of of IN IN _ 3 PP +5 the the DT DT _ 6 DEP +6 day day NN NN _ 4 NP +7 , , , , _ 11 DEP +8 251.2 251.2 CD CD _ 9 DEP +9 million million CD CD _ 10 QP +10 shares shares NNS NNS _ 11 NP-SBJ +11 were were VBD VBD _ 0 ROOT +12 traded traded VBN VBN _ 11 VP +13 . . . . _ 11 DEP + +1 the the DT DT _ 4 DEP +2 dow dow NNP NNP _ 4 DEP +3 jones jones NNP NNP _ 4 DEP +4 industrials industrials NNS NNS _ 5 NP-SBJ +5 closed closed VBD VBD _ 0 ROOT +6 at at IN IN _ 5 PP +7 2569.26 2569.26 CD CD _ 6 NP +8 . . . . _ 5 DEP + +1 the the DT DT _ 3 DEP +2 dow dow NNP NNP _ 3 DEP +3 's 's POS POS _ 4 NP +4 decline decline NN NN _ 5 NP-SBJ +5 was was VBD VBD _ 0 ROOT +6 second second JJ JJ _ 5 ADJP +7 in in IN IN _ 6 PP +8 point point NN NN _ 9 DEP +9 terms terms NNS NNS _ 7 NP +10 only only RB RB _ 11 ADVP +11 to to TO TO _ 6 PP +12 the the DT DT _ 16 DEP +13 508-point 508-point JJ JJ _ 16 DEP +14 black black JJ JJ _ 16 DEP +15 monday monday NNP NNP _ 16 DEP +16 crash crash NN NN _ 11 NP +17 that that WDT WDT _ 16 SBAR +18 occurred occurred VBD VBD _ 17 S +19 oct. oct. NNP NNP _ 18 NP +20 19 19 CD CD _ 19 DEP +21 , , , , _ 19 DEP +22 1987 1987 CD CD _ 19 DEP +23 . . . . _ 5 DEP + +1 in in IN IN _ 11 PP +2 percentage percentage NN NN _ 3 DEP +3 terms terms NNS NNS _ 1 NP +4 , , , , _ 11 DEP +5 however however RB RB _ 11 ADVP +6 , , , , _ 11 DEP +7 the the DT DT _ 9 DEP +8 dow dow NNP NNP _ 9 DEP +9 's 's POS POS _ 10 NP +10 dive dive NN NN _ 11 NP-SBJ +11 was was VBD VBD _ 0 ROOT +12 the the DT DT _ 13 DEP +13 12th-worst 12th-worst NN NN _ 17 NP +14 ever ever RB RB _ 13 ADVP +15 and and CC CC _ 17 DEP +16 the the DT DT _ 17 DEP +17 sharpest sharpest JJS JJS _ 11 NP-PRD +18 since since IN IN _ 17 SBAR +19 the the DT DT _ 20 DEP +20 market market NN NN _ 21 NP-SBJ +21 fell fell VBD VBD _ 18 S +22 156.83 156.83 CD CD _ 26 NP +23 , , , , _ 26 DEP +24 or or CC CC _ 26 DEP +25 8 8 CD CD _ 26 DEP +26 % % NN NN _ 21 NP +27 , , , , _ 21 DEP +28 a a DT DT _ 29 DEP +29 week week NN NN _ 30 NP +30 after after IN IN _ 21 PP +31 black black NNP NNP _ 32 DEP +32 monday monday NNP NNP _ 30 NP +33 . . . . _ 11 DEP + +1 the the DT DT _ 2 DEP +2 dow dow NNP NNP _ 3 NP-SBJ +3 fell fell VBD VBD _ 0 ROOT +4 22.6 22.6 CD CD _ 5 DEP +5 % % NN NN _ 3 NP +6 on on IN IN _ 3 PP +7 black black JJ JJ _ 8 DEP +8 monday monday NNP NNP _ 6 NP +9 . . . . _ 3 DEP + +1 shares shares NNS NNS _ 11 NP-SBJ +2 of of IN IN _ 1 PP +3 ual ual NNP NNP _ 6 NP +4 , , , , _ 6 DEP +5 the the DT DT _ 6 DEP +6 parent parent NN NN _ 2 NP +7 of of IN IN _ 6 PP +8 united united NNP NNP _ 9 DEP +9 airlines airlines NNPS NNPS _ 7 NP +10 , , , , _ 6 DEP +11 were were VBD VBD _ 0 ROOT +12 extremely extremely RB RB _ 13 DEP +13 active active JJ JJ _ 11 ADJP +14 all all DT DT _ 15 DEP +15 day day NN NN _ 11 NP +16 friday friday NNP NNP _ 11 NP +17 , , , , _ 11 DEP +18 reacting reacting VBG VBG _ 11 S +19 to to TO TO _ 18 PP +20 news news NN NN _ 22 DEP +21 and and CC CC _ 22 DEP +22 rumors rumors NNS NNS _ 19 NP +23 about about IN IN _ 22 PP +24 the the DT DT _ 29 DEP +25 proposed proposed VBN VBN _ 29 DEP +26 $ $ $ $ _ 29 ADJP +27 6.79 6.79 CD CD _ 26 DEP +28 billion billion CD CD _ 26 DEP +29 buy-out buy-out NN NN _ 23 NP +30 of of IN IN _ 29 PP +31 the the DT DT _ 32 DEP +32 airline airline NN NN _ 30 NP +33 by by IN IN _ 29 PP +34 an an DT DT _ 36 DEP +35 employee-management employee-management NN NN _ 36 DEP +36 group group NN NN _ 33 NP +37 . . . . _ 11 DEP + +1 wall wall NNP NNP _ 3 DEP +2 street street NNP NNP _ 3 DEP +3 's 's POS POS _ 10 NP +4 takeover-stock takeover-stock NN NN _ 5 DEP +5 speculators speculators NNS NNS _ 10 NX +6 , , , , _ 10 DEP +7 or or CC CC _ 10 DEP +8 `` `` `` `` _ 10 DEP +9 risk risk NN NN _ 10 DEP +10 arbitragers arbitragers NNS NNS _ 13 NP-SBJ +11 , , , , _ 10 DEP +12 '' '' '' '' _ 10 DEP +13 had had VBD VBD _ 0 ROOT +14 placed placed VBN VBN _ 13 VP +15 unusually unusually RB RB _ 16 DEP +16 large large JJ JJ _ 17 ADJP +17 bets bets NNS NNS _ 14 NP-OBJ +18 that that IN IN _ 17 SBAR +19 a a DT DT _ 20 DEP +20 takeover takeover NN NN _ 21 NP-SBJ +21 would would MD MD _ 26 S +22 succeed succeed VB VB _ 21 VP +23 and and CC CC _ 26 DEP +24 ual ual NNP NNP _ 25 DEP +25 stock stock NN NN _ 26 NP-SBJ +26 would would MD MD _ 18 S +27 rise rise VB VB _ 26 VP +28 . . . . _ 13 DEP + +1 at at IN IN _ 6 PP +2 2:43 2:43 CD CD _ 4 DEP +3 p.m. p.m. RB RB _ 4 DEP +4 edt edt NNP NNP _ 1 NP +5 , , , , _ 6 DEP +6 came came VBD VBD _ 14 SINV +7 the the DT DT _ 9 DEP +8 sickening sickening JJ JJ _ 9 DEP +9 news news NN NN _ 6 NP-SBJ +10 : : : : _ 14 DEP +11 the the DT DT _ 13 DEP +12 big big NNP NNP _ 13 DEP +13 board board NNP NNP _ 14 NP-SBJ +14 was was VBD VBD _ 0 ROOT +15 halting halting VBG VBG _ 14 VP +16 trading trading NN NN _ 15 NP-OBJ +17 in in IN IN _ 16 PP +18 ual ual NNP NNP _ 17 NP +19 , , , , _ 15 DEP +20 `` `` `` `` _ 15 DEP +21 pending pending VBG VBG _ 15 PP +22 news news NN NN _ 21 NP +23 . . . . _ 14 DEP +24 '' '' '' '' _ 14 DEP + +1 on on IN IN _ 15 PP +2 the the DT DT _ 4 DEP +3 exchange exchange NN NN _ 4 DEP +4 floor floor NN NN _ 1 NP +5 , , , , _ 15 DEP +6 `` `` `` `` _ 15 DEP +7 as as RB RB _ 15 ADVP +8 soon soon RB RB _ 7 DEP +9 as as IN IN _ 7 SBAR +10 ual ual NNP NNP _ 11 NP-SBJ +11 stopped stopped VBD VBD _ 9 S +12 trading trading VBG VBG _ 11 S +13 , , , , _ 15 DEP +14 we we PRP PRP _ 15 NP-SBJ +15 braced braced VBD VBD _ 21 S +16 for for IN IN _ 15 PP +17 a a DT DT _ 18 DEP +18 panic panic NN NN _ 16 NP +19 , , , , _ 21 DEP +20 '' '' '' '' _ 21 DEP +21 said said VBD VBD _ 0 ROOT +22 one one CD CD _ 25 DEP +23 top top JJ JJ _ 25 DEP +24 floor floor NN NN _ 25 DEP +25 trader trader NN NN _ 21 NP-SBJ +26 . . . . _ 21 DEP + +1 several several JJ JJ _ 2 DEP +2 traders traders NNS NNS _ 3 NP-SBJ +3 could could MD MD _ 0 ROOT +4 be be VB VB _ 3 VP +5 seen seen VBN VBN _ 4 VP +6 shaking shaking VBG VBG _ 5 S +7 their their PRP$ PRP$ _ 8 DEP +8 heads heads NNS NNS _ 6 NP-OBJ +9 when when WRB WRB _ 5 SBAR +10 the the DT DT _ 11 DEP +11 news news NN NN _ 12 NP-SBJ +12 flashed flashed VBD VBD _ 9 S +13 . . . . _ 3 DEP + +1 for for IN IN _ 6 PP +2 weeks weeks NNS NNS _ 1 NP +3 , , , , _ 6 DEP +4 the the DT DT _ 5 DEP +5 market market NN NN _ 6 NP-SBJ +6 had had VBD VBD _ 0 ROOT +7 been been VBN VBN _ 6 VP +8 nervous nervous JJ JJ _ 7 ADJP +9 about about IN IN _ 8 PP +10 takeovers takeovers NNS NNS _ 9 NP +11 , , , , _ 7 DEP +12 after after IN IN _ 7 SBAR +13 campeau campeau NNP NNP _ 15 DEP +14 corp. corp. NNP NNP _ 15 DEP +15 's 's POS POS _ 17 NP +16 cash cash NN NN _ 17 DEP +17 crunch crunch NN NN _ 18 NP-SBJ +18 spurred spurred VBN VBN _ 12 S +19 concern concern NN NN _ 18 NP-OBJ +20 about about IN IN _ 19 PP +21 the the DT DT _ 22 DEP +22 prospects prospects NNS NNS _ 20 NP +23 for for IN IN _ 22 PP +24 future future NN NN _ 27 DEP +25 highly highly RB RB _ 26 DEP +26 leveraged leveraged JJ JJ _ 27 ADJP +27 takeovers takeovers NNS NNS _ 23 NP +28 . . . . _ 6 DEP + +1 and and CC CC _ 9 DEP +2 10 10 CD CD _ 3 DEP +3 minutes minutes NNS NNS _ 4 NP +4 after after IN IN _ 9 PP +5 the the DT DT _ 8 DEP +6 ual ual NNP NNP _ 8 DEP +7 trading trading NN NN _ 8 DEP +8 halt halt NN NN _ 4 NP +9 came came VBD VBD _ 0 ROOT +10 news news NN NN _ 9 NP-SBJ +11 that that IN IN _ 10 SBAR +12 the the DT DT _ 14 DEP +13 ual ual NNP NNP _ 14 DEP +14 group group NN NN _ 15 NP-SBJ +15 could could MD MD _ 11 S +16 n't n't RB RB _ 15 DEP +17 get get VB VB _ 15 VP +18 financing financing NN NN _ 17 NP-OBJ +19 for for IN IN _ 18 PP +20 its its PRP$ PRP$ _ 21 DEP +21 bid bid NN NN _ 19 NP +22 . . . . _ 9 DEP + +1 at at IN IN _ 7 PP +2 this this DT DT _ 3 DEP +3 point point NN NN _ 1 NP +4 , , , , _ 7 DEP +5 the the DT DT _ 6 DEP +6 dow dow NNP NNP _ 7 NP-SBJ +7 was was VBD VBD _ 0 ROOT +8 down down IN IN _ 7 ADVP +9 about about IN IN _ 11 QP +10 35 35 CD CD _ 9 DEP +11 points points NNS NNS _ 8 NP +12 . . . . _ 7 DEP + +1 the the DT DT _ 2 DEP +2 market market NN NN _ 3 NP-SBJ +3 crumbled crumbled VBD VBD _ 0 ROOT +4 . . . . _ 3 DEP + +1 arbitragers arbitragers NNS NNS _ 2 NP-SBJ +2 could could MD MD _ 11 S +3 n't n't RB RB _ 2 DEP +4 dump dump VB VB _ 2 VP +5 their their PRP$ PRP$ _ 7 DEP +6 ual ual NNP NNP _ 7 DEP +7 stock stock NN NN _ 4 NP-OBJ +8 -- -- : : _ 11 DEP +9 but but CC CC _ 11 DEP +10 they they PRP PRP _ 11 NP-SBJ +11 rid rid VB VB _ 0 ROOT +12 themselves themselves PRP PRP _ 11 NP-OBJ +13 of of IN IN _ 11 PP +14 nearly nearly RB RB _ 15 DEP +15 every every DT DT _ 19 ADJP +16 `` `` `` `` _ 19 DEP +17 rumor rumor NN NN _ 19 DEP +18 '' '' '' '' _ 19 DEP +19 stock stock NN NN _ 13 NP +20 they they PRP PRP _ 21 NP-SBJ +21 had had VBD VBD _ 19 SBAR +22 . . . . _ 11 DEP + +1 for for IN IN _ 6 PP +2 example example NN NN _ 1 NP +3 , , , , _ 6 DEP +4 their their PRP$ PRP$ _ 5 DEP +5 selling selling NN NN _ 6 NP-SBJ +6 caused caused VBD VBD _ 0 ROOT +7 trading trading NN NN _ 8 DEP +8 halts halts NNS NNS _ 10 NP-SBJ +9 to to TO TO _ 10 DEP +10 be be VB VB _ 6 S +11 declared declared VBN VBN _ 10 VP +12 in in IN IN _ 11 PP +13 usair usair NNP NNP _ 14 DEP +14 group group NNP NNP _ 39 NP +15 , , , , _ 14 DEP +16 which which WDT WDT _ 14 SBAR +17 closed closed VBD VBD _ 16 S +18 down down IN IN _ 17 ADVP +19 3 3 CD CD _ 20 DEP +20 7\/8 7\/8 CD CD _ 18 NP +21 to to TO TO _ 18 PP +22 41 41 CD CD _ 23 DEP +23 1\/2 1\/2 CD CD _ 21 NP +24 , , , , _ 39 DEP +25 delta delta NNP NNP _ 27 DEP +26 air air NNP NNP _ 27 DEP +27 lines lines NNPS NNPS _ 39 NP +28 , , , , _ 27 DEP +29 which which WDT WDT _ 27 SBAR +30 fell fell VBD VBD _ 29 S +31 7 7 CD CD _ 32 DEP +32 3\/4 3\/4 CD CD _ 30 NP +33 to to TO TO _ 30 PP +34 69 69 CD CD _ 35 DEP +35 1\/4 1\/4 CD CD _ 33 NP +36 , , , , _ 39 DEP +37 and and CC CC _ 39 DEP +38 philips philips NNP NNP _ 39 DEP +39 industries industries NNPS NNPS _ 12 NP +40 , , , , _ 39 DEP +41 which which WDT WDT _ 39 SBAR +42 sank sank VBD VBD _ 41 S +43 3 3 CD CD _ 42 NP +44 to to TO TO _ 42 PP +45 21 21 CD CD _ 46 DEP +46 1\/2 1\/2 CD CD _ 44 NP +47 . . . . _ 6 DEP + +1 these these DT DT _ 2 DEP +2 stocks stocks NNS NNS _ 4 NP-SBJ +3 eventually eventually RB RB _ 4 ADVP +4 reopened reopened VBD VBD _ 0 ROOT +5 . . . . _ 4 DEP + +1 but but CC CC _ 7 DEP +2 as as IN IN _ 7 SBAR +3 panic panic NN NN _ 4 NP-SBJ +4 spread spread NN NN _ 2 S +5 , , , , _ 7 DEP +6 speculators speculators NNS NNS _ 7 NP-SBJ +7 began began VBD VBD _ 0 ROOT +8 to to TO TO _ 9 DEP +9 sell sell VB VB _ 7 S +10 blue-chip blue-chip JJ JJ _ 11 DEP +11 stocks stocks NNS NNS _ 9 NP-OBJ +12 such such JJ JJ _ 13 DEP +13 as as IN IN _ 11 PP +14 philip philip NNP NNP _ 15 DEP +15 morris morris NNP NNP _ 19 NP +16 and and CC CC _ 19 DEP +17 international international NNP NNP _ 19 DEP +18 business business NNP NNP _ 19 DEP +19 machines machines NNS NNS _ 13 NP +20 to to TO TO _ 21 DEP +21 offset offset VB VB _ 9 S +22 their their PRP$ PRP$ _ 23 DEP +23 losses losses NNS NNS _ 21 NP-OBJ +24 . . . . _ 7 DEP + +1 when when WRB WRB _ 11 SBAR +2 trading trading NN NN _ 3 NP-SBJ +3 was was VBD VBD _ 1 S +4 halted halted VBN VBN _ 3 VP +5 in in IN IN _ 4 PP +6 philip philip NNP NNP _ 7 DEP +7 morris morris NNP NNP _ 5 NP +8 , , , , _ 11 DEP +9 the the DT DT _ 10 DEP +10 stock stock NN NN _ 11 NP-SBJ +11 was was VBD VBD _ 0 ROOT +12 trading trading VBG VBG _ 11 VP +13 at at IN IN _ 12 PP +14 41 41 CD CD _ 13 NP +15 , , , , _ 12 DEP +16 down down RB RB _ 12 ADVP +17 3 3 CD CD _ 18 DEP +18 3\/8 3\/8 CD CD _ 16 NP +19 , , , , _ 12 DEP +20 while while IN IN _ 12 SBAR +21 ibm ibm NNP NNP _ 22 NP-SBJ +22 closed closed VBD VBD _ 20 S +23 5 5 CD CD _ 24 DEP +24 5\/8 5\/8 CD CD _ 25 NP +25 lower lower JJR JJR _ 22 ADVP +26 at at IN IN _ 22 PP +27 102 102 CD CD _ 26 NP +28 . . . . _ 11 DEP + +1 selling selling VBG VBG _ 2 NP-SBJ +2 snowballed snowballed VBN VBN _ 0 ROOT +3 because because IN IN _ 2 PP +4 of of IN IN _ 3 DEP +5 waves waves NNS NNS _ 3 NP +6 of of IN IN _ 5 PP +7 automatic automatic JJ JJ _ 11 DEP +8 `` `` `` `` _ 11 DEP +9 stop-loss stop-loss NN NN _ 11 DEP +10 '' '' '' '' _ 11 DEP +11 orders orders NNS NNS _ 6 NP +12 , , , , _ 11 DEP +13 which which WDT WDT _ 11 SBAR +14 are are VBP VBP _ 13 S +15 triggered triggered VBN VBN _ 14 VP +16 by by IN IN _ 15 PP +17 computer computer NN NN _ 16 NP +18 when when WRB WRB _ 15 SBAR +19 prices prices NNS NNS _ 20 NP-SBJ +20 fall fall VBP VBP _ 18 S +21 to to TO TO _ 20 PP +22 certain certain JJ JJ _ 23 DEP +23 levels levels NNS NNS _ 21 NP +24 . . . . _ 2 DEP + +1 most most JJS JJS _ 7 NP-SBJ +2 of of IN IN _ 1 PP +3 the the DT DT _ 6 DEP +4 stock stock NN NN _ 6 DEP +5 selling selling NN NN _ 6 DEP +6 pressure pressure NN NN _ 2 NP +7 came came VBD VBD _ 0 ROOT +8 from from IN IN _ 7 PP +9 wall wall NNP NNP _ 11 DEP +10 street street NNP NNP _ 11 DEP +11 professionals professionals NNS NNS _ 8 NP +12 , , , , _ 11 DEP +13 including including VBG VBG _ 11 PP +14 computer-guided computer-guided JJ JJ _ 16 DEP +15 program program NN NN _ 16 DEP +16 traders traders NNS NNS _ 13 NP +17 . . . . _ 7 DEP + +1 traders traders NNS NNS _ 2 NP-SBJ +2 said said VBD VBD _ 0 ROOT +3 most most JJS JJS _ 15 NP-SBJ +4 of of IN IN _ 3 PP +5 their their PRP$ PRP$ _ 8 DEP +6 major major JJ JJ _ 8 DEP +7 institutional institutional JJ JJ _ 8 DEP +8 investors investors NNS NNS _ 4 NP +9 , , , , _ 15 DEP +10 on on IN IN _ 15 PP +11 the the DT DT _ 13 DEP +12 other other JJ JJ _ 13 DEP +13 hand hand NN NN _ 10 NP +14 , , , , _ 15 DEP +15 sat sat VBD VBD _ 2 SBAR +16 tight tight RB RB _ 15 ADVP +17 . . . . _ 2 DEP + +1 now now RB RB _ 15 ADVP +2 , , , , _ 15 DEP +3 at at IN IN _ 15 PP +4 3:07 3:07 CD CD _ 3 NP +5 , , , , _ 15 DEP +6 one one CD CD _ 15 NP-SBJ +7 of of IN IN _ 6 PP +8 the the DT DT _ 10 DEP +9 market market NN NN _ 10 DEP +10 's 's POS POS _ 13 NP +11 post-crash post-crash JJ JJ _ 13 DEP +12 `` `` `` `` _ 13 DEP +13 reforms reforms NNS NNS _ 7 NP +14 '' '' '' '' _ 13 DEP +15 took took VBD VBD _ 0 ROOT +16 hold hold NN NN _ 15 NP-OBJ +17 as as IN IN _ 15 SBAR +18 the the DT DT _ 22 DEP +19 s&p s&p NNP NNP _ 22 DEP +20 500 500 CD CD _ 22 DEP +21 futures futures NNS NNS _ 22 DEP +22 contract contract NN NN _ 23 NP-SBJ +23 had had VBD VBD _ 17 S +24 plunged plunged VBN VBN _ 23 VP +25 12 12 CD CD _ 26 DEP +26 points points NNS NNS _ 24 NP +27 , , , , _ 26 DEP +28 equivalent equivalent JJ JJ _ 26 ADJP +29 to to TO TO _ 28 PP +30 around around RB RB _ 33 QP +31 a a DT DT _ 30 DEP +32 100-point 100-point JJ JJ _ 30 DEP +33 drop drop NN NN _ 29 NP +34 in in IN IN _ 33 PP +35 the the DT DT _ 37 DEP +36 dow dow NNP NNP _ 37 DEP +37 industrials industrials NNS NNS _ 34 NP +38 . . . . _ 15 DEP + +1 under under IN IN _ 16 PP +2 an an DT DT _ 3 DEP +3 agreement agreement NN NN _ 1 NP +4 signed signed VBN VBN _ 3 VP +5 by by IN IN _ 4 PP +6 the the DT DT _ 8 DEP +7 big big NNP NNP _ 8 DEP +8 board board NNP NNP _ 13 NP +9 and and CC CC _ 13 DEP +10 the the DT DT _ 13 DEP +11 chicago chicago NNP NNP _ 13 DEP +12 mercantile mercantile NNP NNP _ 13 DEP +13 exchange exchange NNP NNP _ 5 NP +14 , , , , _ 16 DEP +15 trading trading NN NN _ 16 NP-SBJ +16 was was VBD VBD _ 0 ROOT +17 temporarily temporarily RB RB _ 16 ADVP +18 halted halted VBN VBN _ 16 VP +19 in in IN IN _ 18 PP +20 chicago chicago NNP NNP _ 19 NP +21 . . . . _ 16 DEP + +1 after after IN IN _ 28 PP +2 the the DT DT _ 4 DEP +3 trading trading NN NN _ 4 DEP +4 halt halt NN NN _ 1 NP +5 in in IN IN _ 4 PP +6 the the DT DT _ 9 DEP +7 s&p s&p NNP NNP _ 9 DEP +8 500 500 CD CD _ 9 DEP +9 pit pit NN NN _ 5 NP +10 in in IN IN _ 9 PP +11 chicago chicago NNP NNP _ 10 NP +12 , , , , _ 28 DEP +13 waves waves NNS NNS _ 16 NP-SBJ +14 of of IN IN _ 13 PP +15 selling selling VBG VBG _ 14 NP +16 continued continued VBN VBN _ 28 S +17 to to TO TO _ 18 DEP +18 hit hit VB VB _ 16 S +19 stocks stocks NNS NNS _ 20 NP +20 themselves themselves PRP PRP _ 18 NP-OBJ +21 on on IN IN _ 18 PP +22 the the DT DT _ 24 DEP +23 big big NNP NNP _ 24 DEP +24 board board NNP NNP _ 21 NP +25 , , , , _ 28 DEP +26 and and CC CC _ 28 DEP +27 specialists specialists NNS NNS _ 28 NP-SBJ +28 continued continued VBD VBD _ 0 ROOT +29 to to TO TO _ 30 DEP +30 notch notch VB VB _ 28 S +31 prices prices NNS NNS _ 30 NP-OBJ +32 down down RB RB _ 30 ADVP +33 . . . . _ 28 DEP + +1 as as IN IN _ 13 PP +2 a a DT DT _ 3 DEP +3 result result NN NN _ 1 NP +4 , , , , _ 13 DEP +5 the the DT DT _ 6 DEP +6 link link NN NN _ 13 NP-SBJ +7 between between IN IN _ 6 PP +8 the the DT DT _ 12 DEP +9 futures futures NNS NNS _ 12 DEP +10 and and CC CC _ 12 DEP +11 stock stock NN NN _ 12 DEP +12 markets markets NNS NNS _ 7 NP +13 ripped ripped VBD VBD _ 0 ROOT +14 apart apart RB RB _ 13 ADVP +15 . . . . _ 13 DEP + +1 without without IN IN _ 23 PP +2 the the DT DT _ 3 DEP +3 guidepost guidepost NN NN _ 1 NP +4 of of IN IN _ 3 PP +5 stock-index stock-index NN NN _ 6 DEP +6 futures futures NNS NNS _ 9 NP +7 -- -- : : _ 9 DEP +8 the the DT DT _ 9 DEP +9 barometer barometer NN NN _ 4 NP +10 of of IN IN _ 9 PP +11 where where WRB WRB _ 10 SBAR +12 traders traders NNS NNS _ 13 NP-SBJ +13 think think VBP VBP _ 11 S +14 the the DT DT _ 17 DEP +15 overall overall JJ JJ _ 17 DEP +16 stock stock NN NN _ 17 DEP +17 market market NN NN _ 18 NP-SBJ +18 is is VBZ VBZ _ 13 SBAR +19 headed headed VBN VBN _ 18 VP +20 -- -- : : _ 9 DEP +21 many many JJ JJ _ 22 DEP +22 traders traders NNS NNS _ 23 NP-SBJ +23 were were VBD VBD _ 0 ROOT +24 afraid afraid JJ JJ _ 23 ADJP +25 to to TO TO _ 26 DEP +26 trust trust VB VB _ 24 S +27 stock stock NN NN _ 28 DEP +28 prices prices NNS NNS _ 26 NP-OBJ +29 quoted quoted VBD VBD _ 28 VP +30 on on IN IN _ 29 PP +31 the the DT DT _ 33 DEP +32 big big NNP NNP _ 33 DEP +33 board board NNP NNP _ 30 NP +34 . . . . _ 23 DEP + +1 the the DT DT _ 3 DEP +2 futures futures NNS NNS _ 3 DEP +3 halt halt NN NN _ 4 NP-SBJ +4 was was VBD VBD _ 0 ROOT +5 even even RB RB _ 4 ADVP +6 assailed assailed VBN VBN _ 4 VP +7 by by IN IN _ 6 PP +8 big big NNP NNP _ 11 DEP +9 board board NNP NNP _ 11 DEP +10 floor floor NN NN _ 11 DEP +11 traders traders NNS NNS _ 7 NP +12 . . . . _ 4 DEP + +1 `` `` `` `` _ 8 DEP +2 it it PRP PRP _ 3 NP-SBJ +3 screwed screwed VBD VBD _ 8 S +4 things things NNS NNS _ 3 NP-OBJ +5 up up RP RP _ 3 PRT +6 , , , , _ 8 DEP +7 '' '' '' '' _ 8 DEP +8 said said VBD VBD _ 0 ROOT +9 one one CD CD _ 11 DEP +10 major major JJ JJ _ 11 DEP +11 specialist specialist NN NN _ 8 NP-SBJ +12 . . . . _ 8 DEP + +1 this this DT DT _ 2 DEP +2 confusion confusion NN NN _ 4 NP-SBJ +3 effectively effectively RB RB _ 4 ADVP +4 halted halted VBD VBD _ 0 ROOT +5 one one CD CD _ 6 DEP +6 form form NN NN _ 13 NP +7 of of IN IN _ 6 PP +8 program program NN NN _ 9 DEP +9 trading trading NN NN _ 7 NP +10 , , , , _ 13 DEP +11 stock stock NNP NNP _ 13 DEP +12 index index NNP NNP _ 13 DEP +13 arbitrage arbitrage NN NN _ 4 NP-OBJ +14 , , , , _ 13 DEP +15 that that WDT WDT _ 13 SBAR +16 closely closely RB RB _ 17 ADVP +17 links links VBZ VBZ _ 15 S +18 the the DT DT _ 22 DEP +19 futures futures NNS NNS _ 22 DEP +20 and and CC CC _ 22 DEP +21 stock stock NN NN _ 22 DEP +22 markets markets NNS NNS _ 17 NP-OBJ +23 , , , , _ 17 DEP +24 and and CC CC _ 17 DEP +25 has has VBZ VBZ _ 17 VP +26 been been VBN VBN _ 25 VP +27 blamed blamed VBN VBN _ 26 VP +28 by by IN IN _ 27 PP +29 some some DT DT _ 28 NP +30 for for IN IN _ 27 PP +31 the the DT DT _ 33 DEP +32 market market NN NN _ 33 DEP +33 's 's POS POS _ 35 NP +34 big big JJ JJ _ 35 DEP +35 swings swings NNS NNS _ 30 NP +36 . . . . _ 4 DEP + +1 ( ( -LRB- -LRB- _ 10 DEP +2 in in IN IN _ 10 PP +3 a a DT DT _ 7 DEP +4 stock-index stock-index NN NN _ 7 DEP +5 arbitrage arbitrage NN NN _ 7 DEP +6 sell sell NN NN _ 7 DEP +7 program program NN NN _ 2 NP +8 , , , , _ 10 DEP +9 traders traders NNS NNS _ 10 NP-SBJ +10 buy buy VBP VBP _ 0 ROOT +11 or or CC CC _ 10 DEP +12 sell sell VBP VBP _ 10 DEP +13 big big JJ JJ _ 14 DEP +14 baskets baskets NNS NNS _ 10 NP-OBJ +15 of of IN IN _ 14 PP +16 stocks stocks NNS NNS _ 15 NP +17 and and CC CC _ 10 DEP +18 offset offset VBP VBP _ 10 VP +19 the the DT DT _ 20 DEP +20 trade trade NN NN _ 18 NP-OBJ +21 in in IN IN _ 20 PP +22 futures futures NNS NNS _ 21 NP +23 to to TO TO _ 24 DEP +24 lock lock VB VB _ 18 S +25 in in RP RP _ 24 PRT +26 a a DT DT _ 28 DEP +27 price price NN NN _ 28 DEP +28 difference difference NN NN _ 24 NP-OBJ +29 . . . . _ 10 DEP +30 ) ) -RRB- -RRB- _ 10 DEP + +1 `` `` `` `` _ 20 DEP +2 when when WRB WRB _ 10 SBAR +3 the the DT DT _ 5 DEP +4 airline airline NN NN _ 5 DEP +5 information information NN NN _ 6 NP-SBJ +6 came came VBD VBD _ 2 S +7 through through RB RB _ 6 PRT +8 , , , , _ 10 DEP +9 it it PRP PRP _ 10 NP-SBJ +10 cracked cracked VBD VBD _ 20 S +11 every every DT DT _ 12 DEP +12 model model NN NN _ 10 NP-OBJ +13 we we PRP PRP _ 14 NP-SBJ +14 had had VBD VBD _ 12 SBAR +15 for for IN IN _ 12 PP +16 the the DT DT _ 17 DEP +17 marketplace marketplace NN NN _ 15 NP +18 , , , , _ 20 DEP +19 '' '' '' '' _ 20 DEP +20 said said VBD VBD _ 0 ROOT +21 a a DT DT _ 23 DEP +22 managing managing NN NN _ 23 DEP +23 director director NN NN _ 20 NP-SBJ +24 at at IN IN _ 23 PP +25 one one CD CD _ 24 NP +26 of of IN IN _ 25 PP +27 the the DT DT _ 30 DEP +28 largest largest JJS JJS _ 30 DEP +29 program-trading program-trading NN NN _ 30 DEP +30 firms firms NNS NNS _ 26 NP +31 . . . . _ 20 DEP + +1 `` `` `` `` _ 3 DEP +2 we we PRP PRP _ 3 NP-SBJ +3 did did VBD VBD _ 0 ROOT +4 n't n't RB RB _ 3 DEP +5 even even RB RB _ 3 ADVP +6 get get VB VB _ 3 VP +7 a a DT DT _ 8 DEP +8 chance chance NN NN _ 6 NP-OBJ +9 to to TO TO _ 10 DEP +10 do do VB VB _ 8 S +11 the the DT DT _ 12 DEP +12 programs programs NNS NNS _ 10 NP-OBJ +13 we we PRP PRP _ 14 NP-SBJ +14 wanted wanted VBD VBD _ 12 SBAR +15 to to TO TO _ 16 DEP +16 do do VB VB _ 14 S +17 . . . . _ 3 DEP +18 '' '' '' '' _ 3 DEP + +1 but but CC CC _ 3 DEP +2 stocks stocks NNS NNS _ 3 NP-SBJ +3 kept kept VBD VBD _ 0 ROOT +4 falling falling VBG VBG _ 3 S +5 . . . . _ 3 DEP + +1 the the DT DT _ 3 DEP +2 dow dow NNP NNP _ 3 DEP +3 industrials industrials NNS NNS _ 4 NP-SBJ +4 were were VBD VBD _ 0 ROOT +5 down down RB RB _ 4 ADVP +6 55 55 CD CD _ 7 DEP +7 points points NNS NNS _ 5 NP +8 at at IN IN _ 4 PP +9 3 3 CD CD _ 8 NP +10 p.m. p.m. NN NN _ 9 DEP +11 before before IN IN _ 4 PP +12 the the DT DT _ 14 DEP +13 futures-trading futures-trading JJ JJ _ 14 DEP +14 halt halt NN NN _ 11 NP +15 . . . . _ 4 DEP + +1 at at IN IN _ 18 PP +2 3:30 3:30 CD CD _ 1 NP +3 p.m. p.m. RB RB _ 2 DEP +4 , , , , _ 18 DEP +5 at at IN IN _ 18 PP +6 the the DT DT _ 7 DEP +7 end end NN NN _ 5 NP +8 of of IN IN _ 7 PP +9 the the DT DT _ 14 DEP +10 `` `` `` `` _ 14 DEP +11 cooling cooling VBG VBG _ 14 DEP +12 off off RP RP _ 14 DEP +13 '' '' '' '' _ 14 DEP +14 period period NN NN _ 8 NP +15 , , , , _ 18 DEP +16 the the DT DT _ 17 DEP +17 average average NN NN _ 18 NP-SBJ +18 was was VBD VBD _ 0 ROOT +19 down down RB RB _ 18 ADVP +20 114.76 114.76 CD CD _ 21 DEP +21 points points NNS NNS _ 19 NP +22 . . . . _ 18 DEP + +1 meanwhile meanwhile RB RB _ 14 ADVP +2 , , , , _ 14 DEP +3 during during IN IN _ 14 PP +4 the the DT DT _ 8 DEP +5 the the DT DT _ 8 DEP +6 s&p s&p NNP NNP _ 8 DEP +7 trading trading NN NN _ 8 DEP +8 halt halt NN NN _ 3 NP +9 , , , , _ 14 DEP +10 s&p s&p NNP NNP _ 13 DEP +11 futures futures NNS NNS _ 13 DEP +12 sell sell NN NN _ 13 DEP +13 orders orders NNS NNS _ 14 NP-SBJ +14 began began VBD VBD _ 0 ROOT +15 piling piling VBG VBG _ 14 S +16 up up RP RP _ 15 PRT +17 , , , , _ 14 DEP +18 while while IN IN _ 14 SBAR +19 stocks stocks NNS NNS _ 23 NP-SBJ +20 in in IN IN _ 19 PP +21 new new NNP NNP _ 22 DEP +22 york york NNP NNP _ 20 NP +23 kept kept VBD VBD _ 18 S +24 falling falling VBG VBG _ 23 S +25 sharply sharply RB RB _ 24 ADVP +26 . . . . _ 14 DEP + +1 big big NNP NNP _ 6 DEP +2 board board NNP NNP _ 6 DEP +3 chairman chairman NNP NNP _ 6 DEP +4 john john NNP NNP _ 6 DEP +5 j. j. NNP NNP _ 6 DEP +6 phelan phelan NNP NNP _ 7 NP-SBJ +7 said said VBD VBD _ 0 ROOT +8 yesterday yesterday NN NN _ 7 NP +9 the the DT DT _ 11 DEP +10 circuit circuit NN NN _ 11 DEP +11 breaker breaker NN NN _ 13 NP-SBJ +12 `` `` `` `` _ 13 DEP +13 worked worked VBD VBD _ 7 SBAR +14 well well RB RB _ 13 ADVP +15 mechanically mechanically RB RB _ 13 ADVP +16 . . . . _ 7 DEP + +1 i i PRP PRP _ 3 NP-SBJ +2 just just RB RB _ 3 ADVP +3 think think VBP VBP _ 0 ROOT +4 it it PRP PRP _ 5 NP-SBJ +5 's 's VBZ VBZ _ 3 SBAR +6 nonproductive nonproductive JJ JJ _ 5 ADJP +7 at at IN IN _ 5 PP +8 this this DT DT _ 9 DEP +9 point point NN NN _ 7 NP +10 to to TO TO _ 11 DEP +11 get get VB VB _ 5 S +12 into into IN IN _ 11 PP +13 a a DT DT _ 14 DEP +14 debate debate NN NN _ 12 NP +15 if if IN IN _ 14 SBAR +16 index index NN NN _ 17 DEP +17 arbitrage arbitrage NN NN _ 18 NP-SBJ +18 would would MD MD _ 15 S +19 have have VB VB _ 18 VP +20 helped helped VBN VBN _ 19 VP +21 or or CC CC _ 20 DEP +22 hurt hurt VB VB _ 20 DEP +23 things things NNS NNS _ 20 NP-OBJ +24 . . . . _ 3 DEP +25 '' '' '' '' _ 3 DEP + +1 under under IN IN _ 24 PP +2 another another DT DT _ 4 DEP +3 post-crash post-crash JJ JJ _ 4 DEP +4 system system NN NN _ 1 NP +5 , , , , _ 24 DEP +6 big big NNP NNP _ 10 DEP +7 board board NNP NNP _ 10 DEP +8 president president NN NN _ 10 DEP +9 richard richard NNP NNP _ 10 DEP +10 grasso grasso NNP NNP _ 24 NP-SBJ +11 ( ( -LRB- -LRB- _ 14 DEP +12 mr. mr. NNP NNP _ 13 DEP +13 phelan phelan NNP NNP _ 14 NP-SBJ +14 was was VBD VBD _ 24 PRN +15 flying flying VBG VBG _ 14 VP +16 to to TO TO _ 15 PP +17 bangkok bangkok NNP NNP _ 16 NP +18 as as IN IN _ 15 SBAR +19 the the DT DT _ 20 DEP +20 market market NN NN _ 21 NP-SBJ +21 was was VBD VBD _ 18 S +22 falling falling VBG VBG _ 21 VP +23 ) ) -RRB- -RRB- _ 14 DEP +24 was was VBD VBD _ 0 ROOT +25 talking talking VBG VBG _ 24 VP +26 on on IN IN _ 25 PP +27 an an DT DT _ 31 DEP +28 `` `` `` `` _ 31 DEP +29 inter-exchange inter-exchange JJ JJ _ 31 DEP +30 hot hot JJ JJ _ 31 DEP +31 line line NN NN _ 26 NP +32 '' '' '' '' _ 31 DEP +33 to to TO TO _ 31 PP +34 the the DT DT _ 36 DEP +35 other other JJ JJ _ 36 DEP +36 exchanges exchanges NNS NNS _ 47 NP +37 , , , , _ 47 DEP +38 the the DT DT _ 42 DEP +39 securities securities NNPS NNPS _ 42 DEP +40 and and CC CC _ 42 DEP +41 exchange exchange NNP NNP _ 42 DEP +42 commission commission NNP NNP _ 47 NP +43 and and CC CC _ 47 DEP +44 the the DT DT _ 47 DEP +45 federal federal NNP NNP _ 47 DEP +46 reserve reserve NNP NNP _ 47 DEP +47 board board NNP NNP _ 33 NP +48 . . . . _ 24 DEP + +1 he he PRP PRP _ 2 NP-SBJ +2 camped camped VBD VBD _ 0 ROOT +3 out out RP RP _ 2 PRT +4 at at IN IN _ 2 PP +5 a a DT DT _ 8 DEP +6 high-tech high-tech JJ JJ _ 8 DEP +7 nerve nerve NN NN _ 8 DEP +8 center center NN NN _ 4 NP +9 on on IN IN _ 8 PP +10 the the DT DT _ 11 DEP +11 floor floor NN NN _ 9 NP +12 of of IN IN _ 11 PP +13 the the DT DT _ 15 DEP +14 big big NNP NNP _ 15 DEP +15 board board NNP NNP _ 12 NP +16 , , , , _ 8 DEP +17 where where WRB WRB _ 8 SBAR +18 he he PRP PRP _ 19 NP-SBJ +19 could could MD MD _ 17 S +20 watch watch VB VB _ 19 VP +21 updates updates NNS NNS _ 20 NP-OBJ +22 on on IN IN _ 21 PP +23 prices prices NNS NNS _ 27 NP +24 and and CC CC _ 27 DEP +25 pending pending VBG VBG _ 27 DEP +26 stock stock NN NN _ 27 DEP +27 orders orders NNS NNS _ 22 NP +28 . . . . _ 2 DEP + +1 at at IN IN _ 9 PP +2 about about IN IN _ 5 DEP +3 3:30 3:30 CD CD _ 5 DEP +4 p.m. p.m. RB RB _ 5 DEP +5 edt edt NNP NNP _ 1 NP +6 , , , , _ 9 DEP +7 s&p s&p NNP NNP _ 8 DEP +8 futures futures NNS NNS _ 9 NP-SBJ +9 resumed resumed VBD VBD _ 22 S +10 trading trading NN NN _ 9 S +11 , , , , _ 22 DEP +12 and and CC CC _ 22 DEP +13 for for IN IN _ 22 PP +14 a a DT DT _ 16 DEP +15 brief brief JJ JJ _ 16 DEP +16 time time NN NN _ 13 NP +17 the the DT DT _ 21 DEP +18 futures futures NNS NNS _ 21 DEP +19 and and CC CC _ 21 DEP +20 stock stock NN NN _ 21 DEP +21 markets markets NNS NNS _ 22 NP-SBJ +22 started started VBD VBD _ 0 ROOT +23 to to TO TO _ 24 DEP +24 come come VB VB _ 22 S +25 back back RB RB _ 24 ADVP +26 in in IN IN _ 25 PP +27 line line NN NN _ 26 NP +28 . . . . _ 22 DEP + +1 buyers buyers NNS NNS _ 2 NP-SBJ +2 stepped stepped VBD VBD _ 0 ROOT +3 in in RP RP _ 2 ADVP +4 to to TO TO _ 3 PP +5 the the DT DT _ 7 DEP +6 futures futures NNS NNS _ 7 DEP +7 pit pit NN NN _ 4 NP +8 . . . . _ 2 DEP + +1 but but CC CC _ 9 DEP +2 the the DT DT _ 3 DEP +3 build-up build-up JJ JJ _ 9 NP-SBJ +4 of of IN IN _ 3 PP +5 s&p s&p NNP NNP _ 8 DEP +6 futures futures NNS NNS _ 8 DEP +7 sell sell NN NN _ 8 DEP +8 orders orders NNS NNS _ 4 NP +9 weighed weighed VBD VBD _ 19 S +10 on on IN IN _ 9 PP +11 the the DT DT _ 12 DEP +12 market market NN NN _ 10 NP +13 , , , , _ 19 DEP +14 and and CC CC _ 19 DEP +15 the the DT DT _ 16 DEP +16 link link NN NN _ 19 NP-SBJ +17 with with IN IN _ 16 PP +18 stocks stocks NNS NNS _ 17 NP +19 began began VBD VBD _ 0 ROOT +20 to to TO TO _ 21 DEP +21 fray fray NN NN _ 19 S +22 again again RB RB _ 21 ADVP +23 . . . . _ 19 DEP + +1 at at IN IN _ 21 PP +2 about about IN IN _ 3 DEP +3 3:45 3:45 CD CD _ 1 NP +4 , , , , _ 21 DEP +5 the the DT DT _ 7 DEP +6 s&p s&p NNP NNP _ 7 DEP +7 market market NN NN _ 8 NP-SBJ +8 careened careened VBD VBD _ 21 S +9 to to TO TO _ 8 PP +10 still still RB RB _ 11 DEP +11 another another DT DT _ 12 ADJP +12 limit limit NN NN _ 9 NP +13 , , , , _ 12 DEP +14 of of IN IN _ 12 PP +15 30 30 CD CD _ 16 DEP +16 points points NNS NNS _ 14 NP +17 down down RB RB _ 16 ADVP +18 , , , , _ 21 DEP +19 and and CC CC _ 21 DEP +20 trading trading NN NN _ 21 NP-SBJ +21 was was VBD VBD _ 0 ROOT +22 locked locked VBN VBN _ 21 VP +23 again again RB RB _ 22 ADVP +24 . . . . _ 21 DEP + +1 futures futures NNS NNS _ 2 DEP +2 traders traders NNS NNS _ 3 NP-SBJ +3 say say VBP VBP _ 0 ROOT +4 the the DT DT _ 5 DEP +5 s&p s&p NNP NNP _ 6 NP-SBJ +6 was was VBD VBD _ 3 SBAR +7 signaling signaling VBG VBG _ 6 VP +8 that that IN IN _ 7 SBAR +9 the the DT DT _ 10 DEP +10 dow dow NNP NNP _ 11 NP-SBJ +11 could could MD MD _ 8 S +12 fall fall VB VB _ 11 VP +13 as as RB RB _ 14 DEP +14 much much JJ JJ _ 12 NP +15 as as IN IN _ 14 PP +16 200 200 CD CD _ 17 DEP +17 points points NNS NNS _ 15 NP +18 . . . . _ 3 DEP + +1 during during IN IN _ 7 PP +2 this this DT DT _ 3 DEP +3 time time NN NN _ 1 NP +4 , , , , _ 7 DEP +5 small small JJ JJ _ 6 DEP +6 investors investors NNS NNS _ 7 NP-SBJ +7 began began VBD VBD _ 0 ROOT +8 ringing ringing VBG VBG _ 7 S +9 their their PRP$ PRP$ _ 10 DEP +10 brokers brokers NNS NNS _ 8 NP-OBJ +11 , , , , _ 7 DEP +12 wondering wondering VBG VBG _ 7 S +13 whether whether IN IN _ 12 SBAR +14 another another DT DT _ 15 DEP +15 crash crash NN NN _ 16 NP-SBJ +16 had had VBD VBD _ 13 S +17 begun begun VBN VBN _ 16 VP +18 . . . . _ 7 DEP + +1 at at IN IN _ 18 PP +2 prudential-bache prudential-bache NNP NNP _ 4 DEP +3 securities securities NNPS NNPS _ 4 DEP +4 inc. inc. NNP NNP _ 1 NP +5 , , , , _ 4 DEP +6 which which WDT WDT _ 4 SBAR +7 is is VBZ VBZ _ 6 S +8 trying trying VBG VBG _ 7 VP +9 to to TO TO _ 10 DEP +10 cater cater VB VB _ 8 S +11 to to TO TO _ 10 PP +12 small small JJ JJ _ 13 DEP +13 investors investors NNS NNS _ 11 NP +14 , , , , _ 4 DEP +15 some some DT DT _ 17 DEP +16 demoralized demoralized VBN VBN _ 17 DEP +17 brokers brokers NNS NNS _ 18 NP-SBJ +18 thought thought VBD VBD _ 0 ROOT +19 this this DT DT _ 20 NP-SBJ +20 would would MD MD _ 18 SBAR +21 be be VB VB _ 20 VP +22 the the DT DT _ 24 DEP +23 final final JJ JJ _ 24 DEP +24 confidence-crusher confidence-crusher NN NN _ 21 NP-PRD +25 . . . . _ 18 DEP + +1 that that DT DT _ 2 NP-SBJ +2 's 's VBZ VBZ _ 0 ROOT +3 when when WRB WRB _ 2 SBAR +4 george george NNP NNP _ 6 DEP +5 l. l. NNP NNP _ 6 DEP +6 ball ball NNP NNP _ 8 NP +7 , , , , _ 8 DEP +8 chairman chairman NN NN _ 18 NP-SBJ +9 of of IN IN _ 8 PP +10 the the DT DT _ 16 DEP +11 prudential prudential NNP NNP _ 13 DEP +12 insurance insurance NNP NNP _ 13 DEP +13 co. co. NNP NNP _ 16 NAC +14 of of IN IN _ 13 PP +15 america america NNP NNP _ 14 NP +16 unit unit NN NN _ 9 NP +17 , , , , _ 8 DEP +18 took took VBD VBD _ 3 S +19 to to TO TO _ 18 PP +20 the the DT DT _ 23 DEP +21 internal internal NNP NNP _ 23 DEP +22 intercom intercom NNP NNP _ 23 DEP +23 system system NNP NNP _ 19 NP +24 to to TO TO _ 25 DEP +25 declare declare VB VB _ 18 S +26 that that IN IN _ 25 SBAR +27 the the DT DT _ 28 DEP +28 plunge plunge NN NN _ 29 NP-SBJ +29 was was VBD VBD _ 26 S +30 only only RB RB _ 32 DEP +31 `` `` `` `` _ 32 DEP +32 mechanical mechanical JJ JJ _ 29 ADJP +33 . . . . _ 2 DEP +34 '' '' '' '' _ 2 DEP + +1 `` `` `` `` _ 3 DEP +2 i i PRP PRP _ 3 NP-SBJ +3 have have VBP VBP _ 0 ROOT +4 a a DT DT _ 5 DEP +5 hunch hunch JJ JJ _ 3 NP-OBJ +6 that that IN IN _ 5 SBAR +7 this this DT DT _ 9 DEP +8 particular particular JJ JJ _ 9 DEP +9 decline decline NN NN _ 10 NP +10 today today NN NN _ 11 NP-SBJ +11 is is VBZ VBZ _ 6 S +12 something something NN NN _ 15 NP +13 ` ` `` `` _ 15 DEP +14 more more RBR RBR _ 15 DEP +15 ado ado JJ JJ _ 11 NP-PRD +16 about about IN IN _ 15 PP +17 less less RBR RBR _ 16 NP +18 . . . . _ 3 DEP +19 ' ' '' '' _ 3 DEP + +1 it it PRP PRP _ 2 NP-SBJ +2 would would MD MD _ 24 S +3 be be VB VB _ 2 VP +4 my my PRP$ PRP$ _ 5 DEP +5 inclination inclination NN NN _ 3 NP-PRD +6 to to TO TO _ 7 DEP +7 advise advise VB VB _ 3 S +8 clients clients NNS NNS _ 7 NP-OBJ +9 not not RB RB _ 11 DEP +10 to to TO TO _ 11 DEP +11 sell sell VB VB _ 7 S +12 , , , , _ 11 DEP +13 to to TO TO _ 14 DEP +14 look look VB VB _ 11 VP +15 for for IN IN _ 14 PP +16 an an DT DT _ 17 DEP +17 opportunity opportunity NN NN _ 15 NP +18 to to TO TO _ 19 DEP +19 buy buy VB VB _ 17 S +20 , , , , _ 24 DEP +21 '' '' '' '' _ 24 DEP +22 mr. mr. NNP NNP _ 23 DEP +23 ball ball NNP NNP _ 24 NP-SBJ +24 told told VBD VBD _ 0 ROOT +25 the the DT DT _ 26 DEP +26 brokers brokers NNS NNS _ 24 NP-OBJ +27 . . . . _ 24 DEP + +1 at at IN IN _ 17 PP +2 merrill merrill NNP NNP _ 5 DEP +3 lynch lynch NNP NNP _ 5 DEP +4 & & CC CC _ 5 DEP +5 co. co. NNP NNP _ 12 NP +6 , , , , _ 12 DEP +7 the the DT DT _ 9 DEP +8 nation nation NN NN _ 9 DEP +9 's 's POS POS _ 12 NP +10 biggest biggest JJS JJS _ 12 DEP +11 brokerage brokerage NN NN _ 12 DEP +12 firm firm NN NN _ 1 NP +13 , , , , _ 17 DEP +14 a a DT DT _ 16 DEP +15 news news NN NN _ 16 DEP +16 release release NN NN _ 17 NP-SBJ +17 was was VBD VBD _ 0 ROOT +18 prepared prepared JJ JJ _ 17 VP +19 headlined headlined VBN VBN _ 18 VP +20 `` `` `` `` _ 23 DEP +21 merrill merrill NNP NNP _ 22 DEP +22 lynch lynch NNP NNP _ 23 NP-SBJ +23 comments comments NNS NNS _ 19 S +24 on on IN IN _ 23 PP +25 market market NN NN _ 26 DEP +26 drop drop NN NN _ 24 NP +27 . . . . _ 17 DEP +28 '' '' '' '' _ 17 DEP + +1 the the DT DT _ 2 DEP +2 release release NN NN _ 3 NP-SBJ +3 cautioned cautioned VBD VBD _ 0 ROOT +4 that that IN IN _ 21 SBAR +5 `` `` `` `` _ 4 DEP +6 there there EX EX _ 7 NP-SBJ +7 are are VBP VBP _ 4 S +8 significant significant JJ JJ _ 9 DEP +9 differences differences NNS NNS _ 7 NP-PRD +10 between between IN IN _ 9 PP +11 the the DT DT _ 13 DEP +12 current current JJ JJ _ 13 DEP +13 environment environment NN NN _ 15 NP +14 and and CC CC _ 15 DEP +15 that that IN IN _ 10 NP +16 of of IN IN _ 15 PP +17 october october NNP NNP _ 16 NP +18 1987 1987 CD CD _ 17 DEP +19 '' '' '' '' _ 4 DEP +20 and and CC CC _ 21 DEP +21 that that IN IN _ 3 SBAR +22 there there EX EX _ 23 NP-SBJ +23 are are VBP VBP _ 21 S +24 still still RB RB _ 23 ADVP +25 `` `` `` `` _ 28 DEP +26 attractive attractive JJ JJ _ 28 DEP +27 investment investment NN NN _ 28 DEP +28 opportunities opportunities NNS NNS _ 23 NP-PRD +29 '' '' '' '' _ 28 DEP +30 in in IN IN _ 28 PP +31 the the DT DT _ 33 DEP +32 stock stock NN NN _ 33 DEP +33 market market NN NN _ 30 NP +34 . . . . _ 3 DEP + +1 however however RB RB _ 14 ADVP +2 , , , , _ 14 DEP +3 jeffrey jeffrey NNP NNP _ 5 DEP +4 b. b. NNP NNP _ 5 DEP +5 lane lane NNP NNP _ 7 NP +6 , , , , _ 7 DEP +7 president president NN NN _ 14 NP-SBJ +8 of of IN IN _ 7 PP +9 shearson shearson NNP NNP _ 12 DEP +10 lehman lehman NNP NNP _ 12 DEP +11 hutton hutton NNP NNP _ 12 DEP +12 inc. inc. NNP NNP _ 8 NP +13 , , , , _ 7 DEP +14 said said VBD VBD _ 0 ROOT +15 that that IN IN _ 14 SBAR +16 friday friday NNP NNP _ 17 DEP +17 's 's POS POS _ 18 NP +18 plunge plunge NN NN _ 19 NP-SBJ +19 is is VBZ VBZ _ 15 S +20 `` `` `` `` _ 19 DEP +21 going going VBG VBG _ 19 VP +22 to to TO TO _ 23 DEP +23 set set VB VB _ 21 S +24 back back RP RP _ 23 PRT +25 '' '' '' '' _ 23 DEP +26 relations relations NNS NNS _ 23 NP-OBJ +27 with with IN IN _ 26 PP +28 customers customers NNS NNS _ 27 NP +29 , , , , _ 21 DEP +30 `` `` `` `` _ 21 DEP +31 because because IN IN _ 21 SBAR +32 it it PRP PRP _ 33 NP-SBJ +33 reinforces reinforces VBZ VBZ _ 31 S +34 the the DT DT _ 35 DEP +35 concern concern NN NN _ 33 NP-OBJ +36 of of IN IN _ 35 PP +37 volatility volatility NN NN _ 36 NP +38 . . . . _ 14 DEP + +1 and and CC CC _ 3 DEP +2 i i PRP PRP _ 3 NP-SBJ +3 think think VBP VBP _ 0 ROOT +4 a a DT DT _ 5 DEP +5 lot lot NN NN _ 8 NP-SBJ +6 of of IN IN _ 5 PP +7 people people NNS NNS _ 6 NP +8 will will MD MD _ 3 SBAR +9 harp harp VB VB _ 8 VP +10 on on IN IN _ 9 PP +11 program program NN NN _ 12 DEP +12 trading trading NN NN _ 10 NP +13 . . . . _ 3 DEP + +1 it it PRP PRP _ 2 NP-SBJ +2 's 's VBZ VBZ _ 0 ROOT +3 going going VBG VBG _ 2 VP +4 to to TO TO _ 5 DEP +5 bring bring VB VB _ 3 S +6 the the DT DT _ 7 DEP +7 debate debate NN NN _ 5 NP-OBJ +8 right right RB RB _ 5 ADVP +9 back back RB RB _ 8 DEP +10 to to TO TO _ 8 PP +11 the the DT DT _ 12 DEP +12 forefront forefront NN NN _ 10 NP +13 . . . . _ 2 DEP +14 '' '' '' '' _ 2 DEP + +1 as as IN IN _ 16 SBAR +2 the the DT DT _ 3 DEP +3 dow dow NNP NNP _ 5 NP-SBJ +4 average average NNP NNP _ 3 DEP +5 ground ground VBD VBD _ 1 S +6 to to TO TO _ 5 PP +7 its its PRP$ PRP$ _ 10 DEP +8 final final JJ JJ _ 10 DEP +9 190.58 190.58 CD CD _ 10 DEP +10 loss loss NN NN _ 6 NP +11 friday friday NNP NNP _ 5 NP +12 , , , , _ 16 DEP +13 the the DT DT _ 15 DEP +14 s&p s&p NNP NNP _ 15 DEP +15 pit pit NN NN _ 16 NP-SBJ +16 stayed stayed VBD VBD _ 0 ROOT +17 locked locked VBN VBN _ 16 ADJP +18 at at IN IN _ 17 PP +19 its its PRP$ PRP$ _ 22 DEP +20 30-point 30-point JJ JJ _ 22 DEP +21 trading trading NN NN _ 22 DEP +22 limit limit NN NN _ 18 NP +23 . . . . _ 16 DEP + +1 jeffrey jeffrey NNP NNP _ 2 DEP +2 yass yass NNP NNP _ 9 NP-SBJ +3 of of IN IN _ 2 PP +4 program program NN NN _ 8 DEP +5 trader trader NN NN _ 8 DEP +6 susquehanna susquehanna NNP NNP _ 8 DEP +7 investment investment NNP NNP _ 8 DEP +8 group group NNP NNP _ 3 NP +9 said said VBD VBD _ 0 ROOT +10 2,000 2,000 CD CD _ 12 DEP +11 s&p s&p NN NN _ 12 DEP +12 contracts contracts NNS NNS _ 13 NP-SBJ +13 were were VBD VBD _ 9 SBAR +14 for for IN IN _ 13 PP +15 sale sale NN NN _ 14 NP +16 on on IN IN _ 13 PP +17 the the DT DT _ 18 DEP +18 close close NN NN _ 16 NP +19 , , , , _ 13 DEP +20 the the DT DT _ 21 DEP +21 equivalent equivalent NN NN _ 13 NP-OBJ +22 of of IN IN _ 21 PP +23 $ $ $ $ _ 22 NP +24 330 330 CD CD _ 23 DEP +25 million million CD CD _ 23 DEP +26 in in IN IN _ 23 PP +27 stock stock NN NN _ 26 NP +28 . . . . _ 9 DEP + +1 but but CC CC _ 3 DEP +2 there there EX EX _ 3 NP-SBJ +3 were were VBD VBD _ 0 ROOT +4 no no DT DT _ 5 DEP +5 buyers buyers NNS NNS _ 3 NP-PRD +6 . . . . _ 3 DEP + +1 while while IN IN _ 14 SBAR +2 friday friday NNP NNP _ 3 DEP +3 's 's POS POS _ 4 NP +4 debacle debacle NN NN _ 5 NP-SBJ +5 involved involved VBN VBN _ 1 S +6 mainly mainly RB RB _ 5 ADVP +7 professional professional JJ JJ _ 8 DEP +8 traders traders NNS NNS _ 5 NP-OBJ +9 rather rather RB RB _ 10 DEP +10 than than IN IN _ 8 PP +11 investors investors NNS NNS _ 10 NP +12 , , , , _ 14 DEP +13 it it PRP PRP _ 14 NP-SBJ +14 left left VBD VBD _ 25 S +15 the the DT DT _ 16 DEP +16 market market NN NN _ 17 NP-SBJ +17 vulnerable vulnerable JJ JJ _ 14 S +18 to to TO TO _ 17 PP +19 continued continued VBD VBD _ 20 DEP +20 selling selling VBG VBG _ 18 NP +21 this this DT DT _ 22 DEP +22 morning morning NN NN _ 17 NP +23 , , , , _ 25 DEP +24 traders traders NNS NNS _ 25 NP-SBJ +25 said said VBD VBD _ 0 ROOT +26 . . . . _ 25 DEP + +1 stock-index stock-index JJ JJ _ 3 DEP +2 futures futures NNS NNS _ 3 DEP +3 contracts contracts NNS NNS _ 4 NP-SBJ +4 settled settled VBD VBD _ 0 ROOT +5 at at IN IN _ 4 PP +6 much much JJ JJ _ 7 DEP +7 lower lower JJR JJR _ 8 ADJP +8 prices prices NNS NNS _ 5 NP +9 than than IN IN _ 8 PP +10 indexes indexes NNS NNS _ 9 NP +11 of of IN IN _ 10 PP +12 the the DT DT _ 14 DEP +13 stock stock NN NN _ 14 DEP +14 market market NN NN _ 15 NP +15 itself itself PRP PRP _ 11 NP +16 . . . . _ 4 DEP + +1 at at IN IN _ 6 PP +2 those those DT DT _ 3 DEP +3 levels levels NNS NNS _ 1 NP +4 , , , , _ 6 DEP +5 stocks stocks NNS NNS _ 6 NP-SBJ +6 are are VBP VBP _ 0 ROOT +7 set set VBN VBN _ 6 VP +8 up up RP RP _ 7 PRT +9 to to TO TO _ 10 DEP +10 be be VB VB _ 7 S +11 hammered hammered VBN VBN _ 10 VP +12 by by IN IN _ 11 PP +13 index index NN NN _ 14 DEP +14 arbitragers arbitragers NNS NNS _ 12 NP +15 , , , , _ 14 DEP +16 who who WP WP _ 14 SBAR +17 lock lock VBP VBP _ 16 S +18 in in RP RP _ 17 PRT +19 profits profits NNS NNS _ 17 NP-OBJ +20 by by IN IN _ 17 PP +21 buying buying VBG VBG _ 20 S +22 futures futures NNS NNS _ 21 NP-OBJ +23 when when WRB WRB _ 21 SBAR +24 futures futures NNS NNS _ 25 DEP +25 prices prices NNS NNS _ 26 NP-SBJ +26 fall fall VBP VBP _ 23 S +27 , , , , _ 17 DEP +28 and and CC CC _ 17 DEP +29 simultaneously simultaneously RB RB _ 30 ADVP +30 sell sell VB VB _ 17 VP +31 off off RP RP _ 30 PRT +32 stocks stocks NNS NNS _ 30 NP-OBJ +33 . . . . _ 6 DEP + +1 but but CC CC _ 3 DEP +2 nobody nobody NN NN _ 3 NP-SBJ +3 knows knows VBZ VBZ _ 0 ROOT +4 at at IN IN _ 3 SBAR +5 what what WP WP _ 4 WHNP +6 level level VBP VBP _ 5 DEP +7 the the DT DT _ 10 DEP +8 futures futures NNS NNS _ 10 DEP +9 and and CC CC _ 10 DEP +10 stocks stocks NNS NNS _ 11 NP-SBJ +11 will will MD MD _ 4 S +12 open open VB VB _ 11 VP +13 today today NN NN _ 12 NP +14 . . . . _ 3 DEP + +1 the the DT DT _ 2 DEP +2 de-linkage de-linkage NN NN _ 9 NP +3 between between IN IN _ 9 PP +4 the the DT DT _ 8 DEP +5 stock stock NN NN _ 8 DEP +6 and and CC CC _ 8 DEP +7 futures futures NNS NNS _ 8 DEP +8 markets markets NNS NNS _ 3 NP +9 friday friday NNP NNP _ 10 NP-SBJ +10 will will MD MD _ 0 ROOT +11 undoubtedly undoubtedly RB RB _ 10 ADVP +12 cause cause VB VB _ 10 VP +13 renewed renewed VBN VBN _ 14 DEP +14 debate debate NN NN _ 12 NP-OBJ +15 about about IN IN _ 14 PP +16 whether whether IN IN _ 15 SBAR +17 wall wall NNP NNP _ 18 DEP +18 street street NNP NNP _ 19 NP-SBJ +19 is is VBZ VBZ _ 16 S +20 properly properly RB RB _ 21 DEP +21 prepared prepared VBN VBN _ 19 ADJP +22 for for IN IN _ 21 PP +23 another another DT DT _ 25 DEP +24 crash crash NN NN _ 25 DEP +25 situation situation NN NN _ 22 NP +26 . . . . _ 10 DEP + +1 the the DT DT _ 4 DEP +2 big big NNP NNP _ 4 DEP +3 board board NNP NNP _ 4 DEP +4 's 's POS POS _ 6 NP +5 mr. mr. NNP NNP _ 6 DEP +6 grasso grasso NNP NNP _ 7 NP-SBJ +7 said said VBD VBD _ 0 ROOT +8 , , , , _ 7 DEP +9 `` `` `` `` _ 13 DEP +10 our our PRP$ PRP$ _ 12 DEP +11 systemic systemic JJ JJ _ 12 DEP +12 performance performance NN NN _ 13 NP-SBJ +13 was was VBD VBD _ 7 SBAR +14 good good JJ JJ _ 13 ADJP +15 . . . . _ 7 DEP +16 '' '' '' '' _ 7 DEP + +1 but but CC CC _ 4 DEP +2 the the DT DT _ 3 DEP +3 exchange exchange NN NN _ 4 NP-SBJ +4 will will MD MD _ 0 ROOT +5 `` `` `` `` _ 4 DEP +6 look look VB VB _ 4 VP +7 at at IN IN _ 6 PP +8 the the DT DT _ 9 DEP +9 performance performance NN NN _ 7 NP +10 of of IN IN _ 9 PP +11 all all DT DT _ 12 DEP +12 specialists specialists NNS NNS _ 10 NP +13 in in IN IN _ 9 PP +14 all all DT DT _ 15 DEP +15 stocks stocks NNS NNS _ 13 NP +16 . . . . _ 4 DEP + +1 obviously obviously RB RB _ 3 ADVP +2 we we PRP PRP _ 3 NP-SBJ +3 'll 'll MD MD _ 24 S +4 take take VB VB _ 3 VP +5 a a DT DT _ 7 DEP +6 close close JJ JJ _ 7 DEP +7 look look NN NN _ 4 NP-OBJ +8 at at IN IN _ 7 PP +9 any any DT DT _ 10 DEP +10 situation situation NN NN _ 8 NP +11 in in IN IN _ 10 SBAR +12 which which WDT WDT _ 11 WHNP +13 we we PRP PRP _ 14 NP-SBJ +14 think think VBP VBP _ 11 S +15 the the DT DT _ 17 DEP +16 dealer-community dealer-community NN NN _ 17 ADJP +17 obligations obligations NNS NNS _ 18 NP-SBJ +18 were were VBD VBD _ 14 SBAR +19 n't n't RB RB _ 18 DEP +20 met met VBN VBN _ 18 VP +21 , , , , _ 24 DEP +22 '' '' '' '' _ 24 DEP +23 he he PRP PRP _ 24 NP-SBJ +24 said said VBD VBD _ 0 ROOT +25 . . . . _ 24 DEP + +1 ( ( -LRB- -LRB- _ 2 DEP +2 see see NNP NNP _ 0 ROOT +3 related related NNP NNP _ 4 DEP +4 story story NN NN _ 16 NP +5 : : : : _ 16 DEP +6 `` `` `` `` _ 16 DEP +7 fed fed NNP NNP _ 8 NP-SBJ +8 ready ready JJ JJ _ 16 S +9 to to TO TO _ 10 DEP +10 inject inject VB VB _ 8 S +11 big big JJ JJ _ 12 DEP +12 funds funds NNS NNS _ 10 NP-OBJ +13 '' '' '' '' _ 16 DEP +14 -- -- : : _ 16 DEP +15 wsj wsj NNP NNP _ 16 NP +16 oct. oct. NNP NNP _ 2 NP-OBJ +17 16 16 CD CD _ 16 DEP +18 , , , , _ 16 DEP +19 1989 1989 CD CD _ 16 DEP +20 ) ) -RRB- -RRB- _ 2 DEP + +1 but but CC CC _ 3 DEP +2 specialists specialists NNS NNS _ 3 NP-SBJ +3 complain complain VBP VBP _ 0 ROOT +4 privately privately RB RB _ 3 ADVP +5 that that IN IN _ 3 SBAR +6 just just RB RB _ 8 ADVP +7 as as RB RB _ 6 DEP +8 in in IN IN _ 33 PP +9 the the DT DT _ 11 DEP +10 1987 1987 CD CD _ 11 DEP +11 crash crash NN NN _ 8 NP +12 , , , , _ 33 DEP +13 the the DT DT _ 17 DEP +14 `` `` `` `` _ 17 DEP +15 upstairs upstairs NN NN _ 17 DEP +16 '' '' '' '' _ 17 DEP +17 firms firms NNS NNS _ 21 NP +18 -- -- : : _ 21 DEP +19 big big JJ JJ _ 21 DEP +20 investment investment NN NN _ 21 DEP +21 banks banks NNS NNS _ 33 NP-SBJ +22 that that WDT WDT _ 21 SBAR +23 support support VBP VBP _ 22 S +24 the the DT DT _ 25 DEP +25 market market NN NN _ 23 NP-OBJ +26 by by IN IN _ 23 PP +27 trading trading VBG VBG _ 26 S +28 big big JJ JJ _ 29 DEP +29 blocks blocks NNS NNS _ 27 NP-OBJ +30 of of IN IN _ 29 PP +31 stock stock NN NN _ 30 NP +32 -- -- : : _ 21 DEP +33 stayed stayed VBD VBD _ 5 S +34 on on IN IN _ 33 PP +35 the the DT DT _ 36 DEP +36 sidelines sidelines NNS NNS _ 34 NP +37 during during IN IN _ 33 PP +38 friday friday NNP NNP _ 39 DEP +39 's 's POS POS _ 40 NP +40 blood-letting blood-letting NN NN _ 37 NP +41 . . . . _ 3 DEP + +1 mr. mr. NNP NNP _ 2 DEP +2 phelan phelan NNP NNP _ 3 NP-SBJ +3 said said VBD VBD _ 0 ROOT +4 , , , , _ 3 DEP +5 `` `` `` `` _ 7 DEP +6 it it PRP PRP _ 7 NP-SBJ +7 will will MD MD _ 3 SBAR +8 take take VB VB _ 7 VP +9 another another DT DT _ 10 DEP +10 day day NN NN _ 8 NP-OBJ +11 or or CC CC _ 12 DEP +12 two two CD CD _ 10 QP +13 '' '' '' '' _ 8 DEP +14 to to TO TO _ 15 DEP +15 analyze analyze VB VB _ 8 S +16 who who WP WP _ 15 SBAR +17 was was VBD VBD _ 16 S +18 buying buying VBG VBG _ 17 VP +19 and and CC CC _ 18 DEP +20 selling selling VBG VBG _ 18 DEP +21 friday friday NNP NNP _ 18 NP +22 . . . . _ 3 DEP + +1 concerning concerning VBG VBG _ 15 PP +2 your your PRP$ PRP$ _ 6 DEP +3 sept. sept. NNP NNP _ 6 DEP +4 21 21 CD CD _ 6 DEP +5 page-one page-one NN NN _ 6 DEP +6 article article NN NN _ 1 NP +7 on on IN IN _ 6 PP +8 prince prince NNP NNP _ 9 DEP +9 charles charles NNP NNP _ 12 NP +10 and and CC CC _ 12 DEP +11 the the DT DT _ 12 DEP +12 leeches leeches NNS NNS _ 7 NP +13 : : : : _ 15 DEP +14 it it PRP PRP _ 15 NP-SBJ +15 's 's VBZ VBZ _ 0 ROOT +16 a a DT DT _ 17 DEP +17 few few JJ JJ _ 19 QP +18 hundred hundred CD CD _ 17 DEP +19 years years NNS NNS _ 15 NP-PRD +20 since since IN IN _ 15 SBAR +21 england england NNP NNP _ 22 NP-SBJ +22 has has VBZ VBZ _ 20 S +23 been been VBN VBN _ 22 VP +24 a a DT DT _ 25 DEP +25 kingdom kingdom NN NN _ 23 NP-PRD +26 . . . . _ 15 DEP + +1 it it PRP PRP _ 2 NP-SBJ +2 's 's VBZ VBZ _ 0 ROOT +3 now now RB RB _ 2 ADVP +4 the the DT DT _ 6 DEP +5 united united NNP NNP _ 6 DEP +6 kingdom kingdom NNP NNP _ 2 NP-PRD +7 of of IN IN _ 6 PP +8 great great NNP NNP _ 9 DEP +9 britain britain NNP NNP _ 12 NP +10 and and CC CC _ 12 DEP +11 northern northern NNP NNP _ 12 DEP +12 ireland ireland NNP NNP _ 7 NP +13 , , , , _ 6 DEP +14 comprising comprising VBG VBG _ 6 PP +15 wales wales NNP NNP _ 29 NP +16 , , , , _ 29 DEP +17 northern northern JJ JJ _ 18 DEP +18 ireland ireland NNP NNP _ 29 NP +19 , , , , _ 29 DEP +20 scotland scotland NNP NNP _ 29 NP +21 , , , , _ 29 DEP +22 and and CC CC _ 29 DEP +23 ... ... : : _ 29 DEP +24 oh oh UH UH _ 25 DEP +25 yes yes NNP NNP _ 29 INTJ +26 , , , , _ 29 DEP +27 england england NNP NNP _ 29 NP +28 , , , , _ 29 DEP +29 too too RB RB _ 14 NP +30 . . . . _ 2 DEP + +1 just just RB RB _ 2 ADVP +2 thought thought VBN VBN _ 0 ROOT +3 you you PRP PRP _ 4 NP-SBJ +4 'd 'd MD MD _ 2 SBAR +5 like like VB VB _ 4 VP +6 to to TO TO _ 7 DEP +7 know know VB VB _ 5 S +8 . . . . _ 2 DEP + +1 george george NNP NNP _ 2 DEP +2 morton morton NNP NNP _ 0 ROOT + +1 ports ports NNS NNS _ 4 NAC +2 of of IN IN _ 1 PP +3 call call NNP NNP _ 2 NP +4 inc. inc. NNP NNP _ 5 NP-SBJ +5 reached reached VBD VBD _ 0 ROOT +6 agreements agreements NNS NNS _ 5 NP-OBJ +7 to to TO TO _ 8 DEP +8 sell sell VB VB _ 6 S +9 its its PRP$ PRP$ _ 12 DEP +10 remaining remaining VBG VBG _ 12 DEP +11 seven seven CD CD _ 12 DEP +12 aircraft aircraft NN NN _ 8 NP-OBJ +13 to to TO TO _ 8 PP +14 buyers buyers NNS NNS _ 13 NP +15 that that WDT WDT _ 14 SBAR +16 were were VBD VBD _ 15 S +17 n't n't RB RB _ 16 DEP +18 disclosed disclosed VBN VBN _ 16 VP +19 . . . . _ 5 DEP + +1 the the DT DT _ 2 DEP +2 agreements agreements NNS NNS _ 3 NP-SBJ +3 bring bring VBP VBP _ 0 ROOT +4 to to TO TO _ 3 PP +5 a a DT DT _ 6 DEP +6 total total NN NN _ 4 NP +7 of of IN IN _ 6 PP +8 nine nine CD CD _ 7 NP +9 the the DT DT _ 10 DEP +10 number number NN NN _ 3 NP-OBJ +11 of of IN IN _ 10 PP +12 planes planes NNS NNS _ 11 NP +13 the the DT DT _ 15 DEP +14 travel travel NN NN _ 15 DEP +15 company company NN NN _ 16 NP-SBJ +16 has has VBZ VBZ _ 10 SBAR +17 sold sold VBN VBN _ 16 VP +18 this this DT DT _ 19 DEP +19 year year NN NN _ 17 NP +20 as as IN IN _ 17 PP +21 part part NN NN _ 20 NP +22 of of IN IN _ 21 PP +23 a a DT DT _ 24 DEP +24 restructuring restructuring NN NN _ 22 NP +25 . . . . _ 3 DEP + +1 the the DT DT _ 2 DEP +2 company company NN NN _ 3 NP-SBJ +3 said said VBD VBD _ 0 ROOT +4 a a DT DT _ 5 DEP +5 portion portion NN NN _ 15 NP-SBJ +6 of of IN IN _ 5 PP +7 the the DT DT _ 8 DEP +8 $ $ $ $ _ 6 NP +9 32 32 CD CD _ 8 DEP +10 million million CD CD _ 8 DEP +11 realized realized VBN VBN _ 8 VP +12 from from IN IN _ 11 PP +13 the the DT DT _ 14 DEP +14 sales sales NNS NNS _ 12 NP +15 will will MD MD _ 3 SBAR +16 be be VB VB _ 15 VP +17 used used VBN VBN _ 16 VP +18 to to TO TO _ 19 DEP +19 repay repay VB VB _ 17 S +20 its its PRP$ PRP$ _ 22 DEP +21 bank bank NN NN _ 22 DEP +22 debt debt NN NN _ 25 NP +23 and and CC CC _ 25 DEP +24 other other JJ JJ _ 25 DEP +25 obligations obligations NNS NNS _ 19 NP-OBJ +26 resulting resulting VBG VBG _ 25 VP +27 from from IN IN _ 26 PP +28 the the DT DT _ 32 DEP +29 currently currently RB RB _ 30 DEP +30 suspended suspended VBN VBN _ 32 ADJP +31 air-charter air-charter NN NN _ 32 DEP +32 operations operations NNS NNS _ 27 NP +33 . . . . _ 3 DEP + +1 earlier earlier RB RB _ 4 ADVP +2 the the DT DT _ 3 DEP +3 company company NN NN _ 4 NP-SBJ +4 announced announced VBD VBD _ 0 ROOT +5 it it PRP PRP _ 6 NP-SBJ +6 would would MD MD _ 4 SBAR +7 sell sell VB VB _ 6 VP +8 its its PRP$ PRP$ _ 10 DEP +9 aging aging VBG VBG _ 10 DEP +10 fleet fleet NN NN _ 7 NP-OBJ +11 of of IN IN _ 10 PP +12 boeing boeing NNP NNP _ 14 DEP +13 co. co. NNP NNP _ 14 DEP +14 707s 707s , , _ 11 NP +15 because because IN IN _ 7 PP +16 of of IN IN _ 15 DEP +17 increasing increasing VBG VBG _ 19 DEP +18 maintenance maintenance NN NN _ 19 DEP +19 costs costs NNS NNS _ 15 NP +20 . . . . _ 4 DEP + +1 a a DT DT _ 2 DEP +2 consortium consortium NN NN _ 11 NP-SBJ +3 of of IN IN _ 2 PP +4 private private JJ JJ _ 5 DEP +5 investors investors NNS NNS _ 3 NP +6 operating operating VBG VBG _ 2 VP +7 as as IN IN _ 6 PP +8 ljh ljh NNP NNP _ 10 DEP +9 funding funding NNP NNP _ 10 DEP +10 co. co. NNP NNP _ 7 NP +11 said said VBD VBD _ 0 ROOT +12 it it PRP PRP _ 13 NP-SBJ +13 has has VBZ VBZ _ 11 SBAR +14 made made VBN VBN _ 13 VP +15 a a DT DT _ 20 DEP +16 $ $ $ $ _ 20 ADJP +17 409 409 CD CD _ 16 DEP +18 million million CD CD _ 16 DEP +19 cash cash NN NN _ 20 DEP +20 bid bid NN NN _ 14 NP-OBJ +21 for for IN IN _ 20 PP +22 most most JJS JJS _ 21 NP +23 of of IN IN _ 22 PP +24 l.j. l.j. NNP NNP _ 27 DEP +25 hooker hooker NNP NNP _ 27 DEP +26 corp. corp. NNP NNP _ 27 DEP +27 's 's POS POS _ 31 NP +28 real-estate real-estate NN NN _ 31 DEP +29 and and CC CC _ 31 DEP +30 shopping-center shopping-center NN NN _ 31 DEP +31 holdings holdings NNS NNS _ 23 NP +32 . . . . _ 11 DEP + +1 the the DT DT _ 5 DEP +2 $ $ $ $ _ 5 ADJP +3 409 409 CD CD _ 2 DEP +4 million million CD CD _ 2 DEP +5 bid bid NN NN _ 6 NP-SBJ +6 includes includes VBZ VBZ _ 0 ROOT +7 the the DT DT _ 8 DEP +8 assumption assumption NN NN _ 6 NP-OBJ +9 of of IN IN _ 8 PP +10 an an DT DT _ 11 DEP +11 estimated estimated VBN VBN _ 9 NP +12 $ $ $ $ _ 11 QP +13 300 300 CD CD _ 12 DEP +14 million million CD CD _ 12 DEP +15 in in IN IN _ 11 PP +16 secured secured JJ JJ _ 17 DEP +17 liabilities liabilities NNS NNS _ 15 NP +18 on on IN IN _ 17 PP +19 those those DT DT _ 20 DEP +20 properties properties NNS NNS _ 18 NP +21 , , , , _ 6 DEP +22 according according VBG VBG _ 6 PP +23 to to TO TO _ 22 PP +24 those those DT DT _ 23 NP +25 making making VBG VBG _ 24 VP +26 the the DT DT _ 27 DEP +27 bid bid NN NN _ 25 NP-OBJ +28 . . . . _ 6 DEP + +1 the the DT DT _ 2 DEP +2 group group NN NN _ 3 NP-SBJ +3 is is VBZ VBZ _ 0 ROOT +4 led led VBN VBN _ 3 VP +5 by by IN IN _ 4 PP +6 jay jay NNP NNP _ 7 DEP +7 shidler shidler NNP NNP _ 11 NP +8 , , , , _ 11 DEP +9 chief chief JJ JJ _ 11 DEP +10 executive executive JJ JJ _ 11 DEP +11 officer officer NN NN _ 25 NP +12 of of IN IN _ 11 PP +13 shidler shidler NNP NNP _ 15 DEP +14 investment investment NNP NNP _ 15 DEP +15 corp. corp. NNP NNP _ 12 NP +16 in in IN IN _ 15 PP +17 honolulu honolulu NNP NNP _ 16 NP +18 , , , , _ 25 DEP +19 and and CC CC _ 25 DEP +20 a. a. NNP NNP _ 22 DEP +21 boyd boyd NNP NNP _ 22 DEP +22 simpson simpson NNP NNP _ 25 NP +23 , , , , _ 25 DEP +24 chief chief JJ JJ _ 25 DEP +25 executive executive NN NN _ 5 NP +26 of of IN IN _ 25 PP +27 the the DT DT _ 31 DEP +28 atlanta-based atlanta-based JJ JJ _ 31 DEP +29 simpson simpson NNP NNP _ 31 DEP +30 organization organization NNP NNP _ 31 DEP +31 inc inc NNP NNP _ 26 NP +32 . . . . _ 3 DEP + +1 mr. mr. NNP NNP _ 3 DEP +2 shidler shidler NNP NNP _ 3 DEP +3 's 's POS POS _ 4 NP +4 company company NN NN _ 5 NP-SBJ +5 specializes specializes VBZ VBZ _ 22 S +6 in in IN IN _ 5 PP +7 commercial commercial JJ JJ _ 9 DEP +8 real-estate real-estate NN NN _ 9 DEP +9 investment investment NN NN _ 6 NP +10 and and CC CC _ 5 DEP +11 claims claims NNS NNS _ 5 VP +12 to to TO TO _ 13 DEP +13 have have VB VB _ 11 S +14 $ $ $ $ _ 13 NP-OBJ +15 1 1 CD CD _ 14 DEP +16 billion billion CD CD _ 14 DEP +17 in in IN IN _ 14 PP +18 assets assets NNS NNS _ 17 NP +19 ; ; : : _ 22 DEP +20 mr. mr. NNP NNP _ 21 DEP +21 simpson simpson NNP NNP _ 22 NP-SBJ +22 is is VBZ VBZ _ 0 ROOT +23 a a DT DT _ 24 DEP +24 developer developer NN NN _ 29 NP +25 and and CC CC _ 29 DEP +26 a a DT DT _ 29 DEP +27 former former JJ JJ _ 29 DEP +28 senior senior JJ JJ _ 29 DEP +29 executive executive NN NN _ 22 NP-PRD +30 of of IN IN _ 29 PP +31 l.j. l.j. NNP NNP _ 32 DEP +32 hooker hooker NNP NNP _ 30 NP +33 . . . . _ 22 DEP + +1 `` `` `` `` _ 26 DEP +2 the the DT DT _ 3 DEP +3 assets assets NNS NNS _ 4 NP-SBJ +4 are are VBP VBP _ 9 S +5 good good JJ JJ _ 4 ADJP +6 , , , , _ 9 DEP +7 but but CC CC _ 9 DEP +8 they they PRP PRP _ 9 NP-SBJ +9 require require VBP VBP _ 26 S +10 more more JJR JJR _ 13 DEP +11 money money NN NN _ 13 DEP +12 and and CC CC _ 13 DEP +13 management management NN NN _ 9 NP-OBJ +14 '' '' '' '' _ 13 DEP +15 than than IN IN _ 13 SBAR +16 can can MD MD _ 15 S +17 be be VB VB _ 16 VP +18 provided provided VBN VBN _ 17 VP +19 in in IN IN _ 18 PP +20 l.j. l.j. NNP NNP _ 22 DEP +21 hooker hooker NNP NNP _ 22 DEP +22 's 's POS POS _ 24 NP +23 current current JJ JJ _ 24 DEP +24 situation situation NN NN _ 19 NP +25 , , , , _ 26 DEP +26 said said VBD VBD _ 0 ROOT +27 mr. mr. NNP NNP _ 28 DEP +28 simpson simpson NNP NNP _ 26 NP-SBJ +29 in in IN IN _ 26 PP +30 an an DT DT _ 31 DEP +31 interview interview NN NN _ 29 NP +32 . . . . _ 26 DEP +33 `` `` `` `` _ 26 DEP + +1 hooker hooker NNP NNP _ 2 DEP +2 's 's POS POS _ 3 NP +3 philosophy philosophy NN NN _ 4 NP-SBJ +4 was was VBD VBD _ 0 ROOT +5 to to TO TO _ 6 DEP +6 build build VB VB _ 4 S +7 and and CC CC _ 6 DEP +8 sell sell VB VB _ 6 DEP +9 . . . . _ 4 DEP + +1 we we PRP PRP _ 2 NP-SBJ +2 want want VBP VBP _ 0 ROOT +3 to to TO TO _ 4 DEP +4 build build VB VB _ 2 S +5 and and CC CC _ 4 DEP +6 hold hold VB VB _ 4 DEP +7 . . . . _ 2 DEP +8 '' '' '' '' _ 2 DEP + +1 l.j. l.j. NNP NNP _ 2 DEP +2 hooker hooker NNP NNP _ 8 NP-SBJ +3 , , , , _ 2 DEP +4 based based VBN VBN _ 2 VP +5 in in IN IN _ 4 PP +6 atlanta atlanta NNP NNP _ 5 NP +7 , , , , _ 2 DEP +8 is is VBZ VBZ _ 0 ROOT +9 operating operating VBG VBG _ 8 VP +10 with with IN IN _ 9 PP +11 protection protection NN NN _ 10 NP +12 from from IN IN _ 11 PP +13 its its PRP$ PRP$ _ 14 DEP +14 creditors creditors NNS NNS _ 12 NP +15 under under IN IN _ 11 PP +16 chapter chapter NN NN _ 15 NP +17 11 11 CD CD _ 16 DEP +18 of of IN IN _ 16 PP +19 the the DT DT _ 22 DEP +20 u.s. u.s. NNP NNP _ 22 DEP +21 bankruptcy bankruptcy NNP NNP _ 22 DEP +22 code code NNP NNP _ 18 NP +23 . . . . _ 8 DEP + +1 its its PRP$ PRP$ _ 3 DEP +2 parent parent NN NN _ 3 DEP +3 company company NN NN _ 6 NP +4 , , , , _ 6 DEP +5 hooker hooker NNP NNP _ 6 DEP +6 corp. corp. NNP NNP _ 12 NP-SBJ +7 of of IN IN _ 6 PP +8 sydney sydney NNP NNP _ 10 NP +9 , , , , _ 10 DEP +10 australia australia NNP NNP _ 7 NP +11 , , , , _ 6 DEP +12 is is VBZ VBZ _ 0 ROOT +13 currently currently RB RB _ 12 ADVP +14 being being VBG VBG _ 12 VP +15 managed managed VBN VBN _ 14 VP +16 by by IN IN _ 15 PP +17 a a DT DT _ 20 DEP +18 court-appointed court-appointed JJ JJ _ 20 DEP +19 provisional provisional JJ JJ _ 20 DEP +20 liquidator liquidator NN NN _ 16 NP +21 . . . . _ 12 DEP + +1 sanford sanford NNP NNP _ 2 DEP +2 sigoloff sigoloff NNP NNP _ 5 NP +3 , , , , _ 5 DEP +4 chief chief JJ JJ _ 5 DEP +5 executive executive NN NN _ 10 NP-SBJ +6 of of IN IN _ 5 PP +7 l.j. l.j. NNP NNP _ 8 DEP +8 hooker hooker NNP NNP _ 6 NP +9 , , , , _ 5 DEP +10 said said VBD VBD _ 0 ROOT +11 yesterday yesterday NN NN _ 10 NP +12 in in IN IN _ 10 PP +13 a a DT DT _ 14 DEP +14 statement statement NN NN _ 12 NP +15 that that IN IN _ 24 SBAR +16 he he PRP PRP _ 17 NP-SBJ +17 has has VBZ VBZ _ 15 S +18 not not RB RB _ 17 DEP +19 yet yet RB RB _ 17 ADVP +20 seen seen VBN VBN _ 17 VP +21 the the DT DT _ 22 DEP +22 bid bid NN NN _ 20 NP-OBJ +23 but but CC CC _ 24 DEP +24 that that IN IN _ 10 SBAR +25 he he PRP PRP _ 26 NP-SBJ +26 would would MD MD _ 24 S +27 review review VB VB _ 26 VP +28 it it PRP PRP _ 27 NP-OBJ +29 and and CC CC _ 27 DEP +30 bring bring VB VB _ 27 VP +31 it it PRP PRP _ 30 NP-OBJ +32 to to TO TO _ 30 PP +33 the the DT DT _ 34 DEP +34 attention attention NN NN _ 32 NP +35 of of IN IN _ 34 PP +36 the the DT DT _ 38 DEP +37 creditors creditors NNS NNS _ 38 DEP +38 committee committee NN NN _ 35 NP +39 . . . . _ 10 DEP + +1 the the DT DT _ 5 DEP +2 $ $ $ $ _ 5 ADJP +3 409 409 CD CD _ 2 DEP +4 million million CD CD _ 2 DEP +5 bid bid NN NN _ 6 NP-SBJ +6 is is VBZ VBZ _ 0 ROOT +7 estimated estimated VBN VBN _ 6 VP +8 by by IN IN _ 7 PP +9 mr. mr. NNP NNP _ 10 DEP +10 simpson simpson NNP NNP _ 8 NP +11 as as IN IN _ 7 PP +12 representing representing VBG VBG _ 11 S +13 75 75 CD CD _ 14 DEP +14 % % NN NN _ 12 NP-OBJ +15 of of IN IN _ 14 PP +16 the the DT DT _ 17 DEP +17 value value NN NN _ 15 NP +18 of of IN IN _ 17 PP +19 all all DT DT _ 22 DEP +20 hooker hooker NNP NNP _ 22 DEP +21 real-estate real-estate NN NN _ 22 DEP +22 holdings holdings NNS NNS _ 18 NP +23 in in IN IN _ 22 PP +24 the the DT DT _ 25 DEP +25 u.s. u.s. NNP NNP _ 23 NP +26 . . . . _ 6 DEP + +1 not not RB RB _ 2 DEP +2 included included VBN VBN _ 6 VP +3 in in IN IN _ 2 PP +4 the the DT DT _ 5 DEP +5 bid bid NN NN _ 3 NP +6 are are VBP VBP _ 0 ROOT +7 bonwit bonwit NNP NNP _ 8 DEP +8 teller teller NNP NNP _ 13 NP +9 or or CC CC _ 13 DEP +10 b. b. NNP NNP _ 13 DEP +11 altman altman NNP NNP _ 13 DEP +12 & & CC CC _ 13 DEP +13 co. co. NNP NNP _ 19 NP +14 , , , , _ 19 DEP +15 l.j. l.j. NNP NNP _ 17 DEP +16 hooker hooker NNP NNP _ 17 DEP +17 's 's POS POS _ 19 NP +18 department-store department-store NN NN _ 19 DEP +19 chains chains NNS NNS _ 6 NP-SBJ +20 . . . . _ 6 DEP + +1 the the DT DT _ 2 DEP +2 offer offer NN NN _ 3 NP-SBJ +3 covers covers VBZ VBZ _ 0 ROOT +4 the the DT DT _ 10 DEP +5 massive massive JJ JJ _ 10 DEP +6 1.8 1.8 CD CD _ 10 DEP +7 million-square-foot million-square-foot JJ JJ _ 10 DEP +8 forest forest NN NN _ 10 DEP +9 fair fair JJ JJ _ 10 DEP +10 mall mall NN NN _ 32 NP +11 in in IN IN _ 10 PP +12 cincinnati cincinnati NNP NNP _ 11 NP +13 , , , , _ 32 DEP +14 the the DT DT _ 19 DEP +15 800,000 800,000 CD CD _ 19 DEP +16 square-foot square-foot NN NN _ 19 DEP +17 richland richland JJ JJ _ 19 DEP +18 fashion fashion NN NN _ 19 DEP +19 mall mall NN NN _ 32 NP +20 in in IN IN _ 19 PP +21 columbia columbia NNP NNP _ 23 NP +22 , , , , _ 23 DEP +23 s.c. s.c. NNP NNP _ 20 NP +24 , , , , _ 32 DEP +25 and and CC CC _ 32 DEP +26 the the DT DT _ 32 DEP +27 700,000 700,000 CD CD _ 32 DEP +28 square-foot square-foot NN NN _ 32 DEP +29 thornton thornton NNP NNP _ 32 DEP +30 town town NNP NNP _ 32 DEP +31 center center NNP NNP _ 32 DEP +32 mall mall NN NN _ 3 NP-OBJ +33 in in IN IN _ 32 PP +34 thornton thornton NNP NNP _ 36 NP +35 , , , , _ 36 DEP +36 colo colo NNP NNP _ 33 NP +37 . . . . _ 3 DEP + +1 the the DT DT _ 3 DEP +2 thornton thornton NNP NNP _ 3 DEP +3 mall mall NN NN _ 4 NP-SBJ +4 opened opened VBD VBD _ 19 S +5 sept. sept. NNP NNP _ 4 NP +6 19 19 CD CD _ 5 DEP +7 with with IN IN _ 4 PP +8 a a DT DT _ 11 DEP +9 bigg bigg NN NN _ 10 DEP +10 's 's POS POS _ 11 NP +11 hypermarket hypermarket NN NN _ 7 NP +12 as as IN IN _ 11 PP +13 its its PRP$ PRP$ _ 14 DEP +14 anchor anchor NNP NNP _ 12 NP +15 ; ; : : _ 19 DEP +16 the the DT DT _ 18 DEP +17 columbia columbia NNP NNP _ 18 DEP +18 mall mall NN NN _ 19 NP-SBJ +19 is is VBZ VBZ _ 0 ROOT +20 expected expected VBN VBN _ 19 VP +21 to to TO TO _ 22 DEP +22 open open VB VB _ 20 S +23 nov. nov. NNP NNP _ 22 NP +24 15 15 CD CD _ 23 DEP +25 . . . . _ 19 DEP + +1 other other JJ JJ _ 3 DEP +2 hooker hooker NNP NNP _ 3 DEP +3 properties properties NNS NNS _ 5 NP-SBJ +4 included included VBD VBD _ 3 VP +5 are are VBP VBP _ 0 ROOT +6 a a DT DT _ 9 DEP +7 20-story 20-story JJ JJ _ 9 DEP +8 office office NN NN _ 9 DEP +9 tower tower NN NN _ 52 NP +10 in in IN IN _ 9 PP +11 midtown midtown NNP NNP _ 12 DEP +12 atlanta atlanta NNP NNP _ 10 NP +13 , , , , _ 9 DEP +14 expected expected VBN VBN _ 9 VP +15 to to TO TO _ 16 DEP +16 be be VB VB _ 14 S +17 completed completed VBN VBN _ 16 VP +18 next next IN IN _ 19 DEP +19 february february NNP NNP _ 17 NP +20 ; ; : : _ 52 DEP +21 vacant vacant JJ JJ _ 23 DEP +22 land land NN NN _ 23 DEP +23 sites sites NNS NNS _ 52 NP +24 in in IN IN _ 23 PP +25 florida florida NNP NNP _ 27 DEP +26 and and CC CC _ 27 DEP +27 ohio ohio NNP NNP _ 24 NP +28 ; ; : : _ 52 DEP +29 l.j. l.j. NNP NNP _ 31 DEP +30 hooker hooker NNP NNP _ 31 DEP +31 international international NNP NNP _ 37 NP +32 , , , , _ 37 DEP +33 the the DT DT _ 37 DEP +34 commercial commercial JJ JJ _ 37 DEP +35 real-estate real-estate NN NN _ 37 DEP +36 brokerage brokerage NN NN _ 37 DEP +37 company company NN NN _ 52 NP +38 that that WDT WDT _ 37 SBAR +39 once once RB RB _ 40 ADVP +40 did did VBD VBD _ 38 S +41 business business NN NN _ 40 NP-OBJ +42 as as IN IN _ 40 PP +43 merrill merrill NNP NNP _ 47 DEP +44 lynch lynch NNP NNP _ 47 DEP +45 commercial commercial NNP NNP _ 47 DEP +46 real real NNP NNP _ 47 DEP +47 estate estate NN NN _ 42 NP +48 , , , , _ 52 DEP +49 plus plus CC CC _ 52 DEP +50 other other JJ JJ _ 52 DEP +51 shopping shopping NN NN _ 52 DEP +52 centers centers NNS NNS _ 5 NP-PRD +53 . . . . _ 5 DEP + +1 the the DT DT _ 2 DEP +2 consortium consortium NN NN _ 3 NP-SBJ +3 was was VBD VBD _ 0 ROOT +4 put put VBN VBN _ 3 VP +5 together together RB RB _ 4 ADVP +6 by by IN IN _ 4 PP +7 hoare hoare NNP NNP _ 8 DEP +8 govett govett NNP NNP _ 14 NP +9 , , , , _ 14 DEP +10 the the DT DT _ 14 DEP +11 london-based london-based JJ JJ _ 14 DEP +12 investment investment NN NN _ 14 DEP +13 banking banking NN NN _ 14 DEP +14 company company NN NN _ 6 NP +15 that that WDT WDT _ 14 SBAR +16 is is VBZ VBZ _ 15 S +17 a a DT DT _ 18 DEP +18 subsidiary subsidiary NN NN _ 16 NP-PRD +19 of of IN IN _ 18 PP +20 security security NNP NNP _ 22 DEP +21 pacific pacific NNP NNP _ 22 DEP +22 corp corp NNP NNP _ 19 NP +23 . . . . _ 3 DEP + +1 `` `` `` `` _ 17 DEP +2 we we PRP PRP _ 3 NP-SBJ +3 do do VBP VBP _ 17 S +4 n't n't RB RB _ 3 DEP +5 anticipate anticipate VB VB _ 3 VP +6 any any DT DT _ 7 DEP +7 problems problems NNS NNS _ 5 NP-OBJ +8 in in IN IN _ 7 PP +9 raising raising VBG VBG _ 8 S +10 the the DT DT _ 11 DEP +11 funding funding NN NN _ 9 NP-OBJ +12 for for IN IN _ 11 PP +13 the the DT DT _ 14 DEP +14 bid bid NN NN _ 12 NP +15 , , , , _ 17 DEP +16 '' '' '' '' _ 17 DEP +17 said said VBD VBD _ 0 ROOT +18 allan allan NNP NNP _ 19 DEP +19 campbell campbell NNP NNP _ 22 NP +20 , , , , _ 22 DEP +21 the the DT DT _ 22 DEP +22 head head NN NN _ 17 NP-SBJ +23 of of IN IN _ 22 PP +24 mergers mergers NNS NNS _ 26 DEP +25 and and CC CC _ 26 DEP +26 acquisitions acquisitions NNS NNS _ 23 NP +27 at at IN IN _ 22 PP +28 hoare hoare NNP NNP _ 29 DEP +29 govett govett NNP NNP _ 27 NP +30 , , , , _ 17 DEP +31 in in IN IN _ 17 PP +32 an an DT DT _ 33 DEP +33 interview interview NN NN _ 31 NP +34 . . . . _ 17 DEP + +1 hoare hoare NNP NNP _ 2 DEP +2 govett govett NNP NNP _ 3 NP-SBJ +3 is is VBZ VBZ _ 0 ROOT +4 acting acting VBG VBG _ 3 VP +5 as as IN IN _ 4 PP +6 the the DT DT _ 8 DEP +7 consortium consortium NN NN _ 8 DEP +8 's 's POS POS _ 10 NP +9 investment investment NN NN _ 10 DEP +10 bankers bankers NNS NNS _ 5 NP +11 . . . . _ 3 DEP + +1 according according VBG VBG _ 11 PP +2 to to TO TO _ 1 PP +3 people people NNS NNS _ 2 NP +4 familiar familiar JJ JJ _ 3 ADJP +5 with with IN IN _ 4 PP +6 the the DT DT _ 7 DEP +7 consortium consortium NN NN _ 5 NP +8 , , , , _ 11 DEP +9 the the DT DT _ 10 DEP +10 bid bid NN NN _ 11 NP-SBJ +11 was was VBD VBD _ 0 ROOT +12 code-named code-named JJ JJ _ 11 VP +13 project project NN NN _ 14 DEP +14 klute klute NN NN _ 17 NP +15 , , , , _ 17 DEP +16 a a DT DT _ 17 DEP +17 reference reference NN NN _ 12 S +18 to to TO TO _ 17 PP +19 the the DT DT _ 20 DEP +20 film film NN NN _ 18 NP +21 `` `` `` `` _ 20 DEP +22 klute klute FW FW _ 20 NX +23 '' '' '' '' _ 20 DEP +24 in in IN IN _ 20 SBAR +25 which which WDT WDT _ 24 WHNP +26 a a DT DT _ 27 DEP +27 prostitute prostitute NN NN _ 33 NP-SBJ +28 played played VBN VBN _ 27 VP +29 by by IN IN _ 28 PP +30 actress actress NN NN _ 32 DEP +31 jane jane NNP NNP _ 32 DEP +32 fonda fonda NNP NNP _ 29 NP +33 is is VBZ VBZ _ 24 S +34 saved saved VBN VBN _ 33 VP +35 from from IN IN _ 34 PP +36 a a DT DT _ 38 DEP +37 psychotic psychotic JJ JJ _ 38 DEP +38 businessman businessman NN NN _ 35 NP +39 by by IN IN _ 34 PP +40 a a DT DT _ 42 DEP +41 police police NN NN _ 42 DEP +42 officer officer NN NN _ 39 NP +43 named named VBD VBD _ 42 VP +44 john john NNP NNP _ 45 DEP +45 klute klute NNP NNP _ 43 S +46 . . . . _ 11 DEP + +1 l.j. l.j. NNP NNP _ 2 DEP +2 hooker hooker NNP NNP _ 3 NP-SBJ +3 was was VBD VBD _ 0 ROOT +4 a a DT DT _ 7 DEP +5 small small JJ JJ _ 7 DEP +6 home-building home-building NN NN _ 7 DEP +7 company company NN NN _ 3 NP-PRD +8 based based VBN VBN _ 7 VP +9 in in IN IN _ 8 PP +10 atlanta atlanta NNP NNP _ 9 NP +11 in in IN IN _ 3 PP +12 1979 1979 CD CD _ 11 NP +13 when when WRB WRB _ 12 SBAR +14 mr. mr. NNP NNP _ 15 DEP +15 simpson simpson NNP NNP _ 16 NP-SBJ +16 was was VBD VBD _ 13 S +17 hired hired VBN VBN _ 16 VP +18 to to TO TO _ 19 DEP +19 push push VB VB _ 17 S +20 it it PRP PRP _ 19 NP-OBJ +21 into into IN IN _ 19 PP +22 commercial commercial JJ JJ _ 23 DEP +23 development development NN NN _ 21 NP +24 . . . . _ 3 DEP + +1 the the DT DT _ 2 DEP +2 company company NN NN _ 3 NP-SBJ +3 grew grew VBD VBD _ 0 ROOT +4 modestly modestly RB RB _ 3 ADVP +5 until until IN IN _ 3 PP +6 1986 1986 CD CD _ 5 NP +7 , , , , _ 6 DEP +8 when when WRB WRB _ 6 SBAR +9 a a DT DT _ 11 DEP +10 majority majority NN NN _ 11 DEP +11 position position NN NN _ 15 NP-SBJ +12 in in IN IN _ 11 PP +13 hooker hooker NNP NNP _ 14 DEP +14 corp. corp. NNP NNP _ 12 NP +15 was was VBD VBD _ 8 S +16 acquired acquired VBN VBN _ 15 VP +17 by by IN IN _ 16 PP +18 australian australian NNP NNP _ 21 DEP +19 developer developer NNP NNP _ 21 DEP +20 george george NNP NNP _ 21 DEP +21 herscu herscu NNP NNP _ 26 NP +22 , , , , _ 26 DEP +23 currently currently NNP NNP _ 26 ADVP +24 hooker hooker NNP NNP _ 25 DEP +25 's 's POS POS _ 26 NP +26 chairman chairman NN NN _ 17 NP +27 . . . . _ 3 DEP + +1 mr. mr. NNP NNP _ 2 DEP +2 herscu herscu NNP NNP _ 3 NP-SBJ +3 proceeded proceeded VBD VBD _ 0 ROOT +4 to to TO TO _ 5 DEP +5 launch launch VB VB _ 3 S +6 an an DT DT _ 16 DEP +7 ambitious ambitious JJ JJ _ 10 DEP +8 , , , , _ 10 DEP +9 but but CC CC _ 10 DEP +10 ill-fated ill-fated JJ JJ _ 16 ADJP +11 , , , , _ 10 DEP +12 $ $ $ $ _ 16 ADJP +13 1 1 CD CD _ 12 DEP +14 billion billion CD CD _ 12 DEP +15 acquisition acquisition NN NN _ 16 DEP +16 binge binge NN NN _ 5 NP-OBJ +17 that that WDT WDT _ 16 SBAR +18 included included VBD VBD _ 17 S +19 bonwit bonwit NNP NNP _ 20 DEP +20 teller teller NNP NNP _ 25 NP +21 and and CC CC _ 25 DEP +22 b. b. NNP NNP _ 25 DEP +23 altman altman NNP NNP _ 25 DEP +24 & & CC CC _ 25 DEP +25 co. co. NNP NNP _ 31 NP +26 , , , , _ 31 DEP +27 as as RB RB _ 31 CONJP +28 well well RB RB _ 27 DEP +29 as as IN IN _ 27 DEP +30 majority majority NN NN _ 31 DEP +31 positions positions NNS NNS _ 18 NP-OBJ +32 in in IN IN _ 31 PP +33 merksamer merksamer NNP NNP _ 34 DEP +34 jewelers jewelers NNPS NNPS _ 38 NP +35 , , , , _ 38 DEP +36 a a DT DT _ 38 DEP +37 sacramento sacramento NNP NNP _ 38 DEP +38 chain chain NN NN _ 54 NP +39 ; ; : : _ 54 DEP +40 sakowitz sakowitz NNP NNP _ 41 DEP +41 inc. inc. NNP NNP _ 45 NP +42 , , , , _ 45 DEP +43 the the DT DT _ 45 DEP +44 houston-based houston-based JJ JJ _ 45 DEP +45 retailer retailer NN NN _ 54 NP +46 , , , , _ 54 DEP +47 and and CC CC _ 54 DEP +48 parisian parisian NNP NNP _ 49 DEP +49 inc. inc. NNP NNP _ 54 NP +50 , , , , _ 54 DEP +51 the the DT DT _ 54 DEP +52 southeast southeast NNP NNP _ 54 DEP +53 department-store department-store NN NN _ 54 DEP +54 chain chain NN NN _ 32 NP +55 . . . . _ 3 DEP + +1 eventually eventually RB RB _ 21 ADVP +2 mr. mr. NNP NNP _ 3 DEP +3 simpson simpson NNP NNP _ 6 NP +4 and and CC CC _ 6 DEP +5 mr. mr. NNP NNP _ 6 DEP +6 herscu herscu NNP NNP _ 7 NP-SBJ +7 had had VBD VBD _ 21 S +8 a a DT DT _ 9 DEP +9 falling falling VBG VBG _ 7 NP-OBJ +10 out out RP RP _ 9 DEP +11 over over IN IN _ 7 PP +12 the the DT DT _ 13 DEP +13 direction direction NN NN _ 11 NP +14 of of IN IN _ 13 PP +15 the the DT DT _ 16 DEP +16 company company NN NN _ 14 NP +17 , , , , _ 21 DEP +18 and and CC CC _ 21 DEP +19 mr. mr. NNP NNP _ 20 DEP +20 simpson simpson NNP NNP _ 21 NP-SBJ +21 said said VBD VBD _ 0 ROOT +22 he he PRP PRP _ 23 NP-SBJ +23 resigned resigned VBD VBD _ 21 SBAR +24 in in IN IN _ 23 PP +25 1988 1988 CD CD _ 24 NP +26 . . . . _ 21 DEP + +1 since since IN IN _ 6 PP +2 then then RB RB _ 1 NP +3 , , , , _ 6 DEP +4 hooker hooker NNP NNP _ 5 DEP +5 corp. corp. NNP NNP _ 6 NP-SBJ +6 has has VBZ VBZ _ 0 ROOT +7 sold sold VBN VBN _ 6 VP +8 its its PRP$ PRP$ _ 9 DEP +9 interest interest NN NN _ 7 NP-OBJ +10 in in IN IN _ 9 PP +11 the the DT DT _ 13 DEP +12 parisian parisian JJ JJ _ 13 DEP +13 chain chain NN NN _ 10 NP +14 back back RB RB _ 7 ADVP +15 to to TO TO _ 14 PP +16 parisian parisian NNP NNP _ 17 DEP +17 's 's POS POS _ 18 NP +18 management management NN NN _ 15 NP +19 and and CC CC _ 6 DEP +20 is is VBZ VBZ _ 6 VP +21 currently currently RB RB _ 20 ADVP +22 attempting attempting VBG VBG _ 20 VP +23 to to TO TO _ 24 DEP +24 sell sell VB VB _ 22 S +25 the the DT DT _ 30 DEP +26 b. b. NNP NNP _ 30 DEP +27 altman altman NNP NNP _ 30 DEP +28 & & CC CC _ 30 DEP +29 co. co. NNP NNP _ 30 DEP +30 chain chain NN NN _ 24 NP-OBJ +31 . . . . _ 6 DEP + +1 in in IN IN _ 14 PP +2 addition addition NN NN _ 1 NP +3 , , , , _ 14 DEP +4 robert robert NNP NNP _ 5 DEP +5 sakowitz sakowitz NNP NNP _ 8 NP +6 , , , , _ 8 DEP +7 chief chief JJ JJ _ 8 DEP +8 executive executive NN NN _ 14 NP-SBJ +9 of of IN IN _ 8 PP +10 the the DT DT _ 12 DEP +11 sakowitz sakowitz NNP NNP _ 12 DEP +12 chain chain NN NN _ 9 NP +13 , , , , _ 8 DEP +14 is is VBZ VBZ _ 0 ROOT +15 seeking seeking VBG VBG _ 14 VP +16 funds funds NNS NNS _ 15 NP-OBJ +17 to to TO TO _ 18 DEP +18 buy buy VB VB _ 16 SBAR +19 out out RP RP _ 18 PRT +20 the the DT DT _ 22 DEP +21 hooker hooker NNP NNP _ 22 DEP +22 interest interest NN NN _ 18 NP-OBJ +23 in in IN IN _ 22 PP +24 his his PRP$ PRP$ _ 25 DEP +25 company company NN NN _ 23 NP +26 . . . . _ 14 DEP + +1 the the DT DT _ 3 DEP +2 merksamer merksamer NNP NNP _ 3 DEP +3 chain chain NN NN _ 4 NP-SBJ +4 is is VBZ VBZ _ 0 ROOT +5 currently currently RB RB _ 4 ADVP +6 being being VBG VBG _ 4 VP +7 offered offered VBN VBN _ 6 VP +8 for for IN IN _ 7 PP +9 sale sale NN NN _ 8 NP +10 by by IN IN _ 7 PP +11 first first NNP NNP _ 13 DEP +12 boston boston NNP NNP _ 13 DEP +13 corp corp NNP NNP _ 10 NP +14 . . . . _ 4 DEP + +1 reached reached VBN VBN _ 7 S +2 in in IN IN _ 1 PP +3 honolulu honolulu NNP NNP _ 2 NP +4 , , , , _ 7 DEP +5 mr. mr. NNP NNP _ 6 DEP +6 shidler shidler NNP NNP _ 7 NP-SBJ +7 said said VBD VBD _ 0 ROOT +8 that that IN IN _ 7 SBAR +9 he he PRP PRP _ 10 NP-SBJ +10 believes believes VBZ VBZ _ 8 S +11 the the DT DT _ 14 DEP +12 various various JJ JJ _ 14 DEP +13 hooker hooker NNP NNP _ 14 DEP +14 malls malls NNS NNS _ 15 NP-SBJ +15 can can MD MD _ 10 SBAR +16 become become VB VB _ 15 VP +17 profitable profitable JJ JJ _ 16 ADJP +18 with with IN IN _ 16 PP +19 new new JJ JJ _ 20 DEP +20 management management NN NN _ 18 NP +21 . . . . _ 7 DEP + +1 `` `` `` `` _ 18 DEP +2 these these DT DT _ 3 NP-SBJ +3 are are VBP VBP _ 10 S +4 n't n't RB RB _ 3 DEP +5 mature mature JJ JJ _ 6 DEP +6 assets assets NNS NNS _ 3 NP-PRD +7 , , , , _ 10 DEP +8 but but CC CC _ 10 DEP +9 they they PRP PRP _ 10 NP-SBJ +10 have have VBP VBP _ 18 S +11 the the DT DT _ 12 DEP +12 potential potential JJ JJ _ 10 NP-OBJ +13 to to TO TO _ 14 DEP +14 be be VB VB _ 12 SBAR +15 so so RB RB _ 14 ADVP +16 , , , , _ 18 DEP +17 '' '' '' '' _ 18 DEP +18 said said VBD VBD _ 0 ROOT +19 mr. mr. NNP NNP _ 20 DEP +20 shidler shidler NNP NNP _ 18 NP-SBJ +21 . . . . _ 18 DEP + +1 `` `` `` `` _ 12 DEP +2 managed managed VBD VBD _ 12 S +3 properly properly RB RB _ 2 UCP +4 , , , , _ 3 DEP +5 and and CC CC _ 3 DEP +6 with with IN IN _ 3 PP +7 a a DT DT _ 9 DEP +8 long-term long-term JJ JJ _ 9 DEP +9 outlook outlook NN NN _ 6 NP +10 , , , , _ 12 DEP +11 these these DT DT _ 12 NP-SBJ +12 can can MD MD _ 0 ROOT +13 become become VB VB _ 12 VP +14 investment-grade investment-grade JJ JJ _ 16 DEP +15 quality quality NN NN _ 16 DEP +16 properties properties NNS NNS _ 13 NP-PRD +17 . . . . _ 12 DEP + +1 canadian canadian JJ JJ _ 3 DEP +2 steel-ingot steel-ingot NN NN _ 3 DEP +3 production production NN NN _ 4 NP-SBJ +4 totaled totaled VBD VBD _ 35 S +5 291,890 291,890 CD CD _ 7 DEP +6 metric metric JJ JJ _ 7 DEP +7 tons tons NNS NNS _ 4 NP-OBJ +8 in in IN IN _ 4 PP +9 the the DT DT _ 10 DEP +10 week week NN NN _ 8 NP +11 ended ended VBN VBN _ 10 VP +12 oct. oct. NNP NNP _ 11 NP +13 7 7 CD CD _ 12 DEP +14 , , , , _ 4 DEP +15 up up RB RB _ 4 ADVP +16 14.8 14.8 CD CD _ 17 DEP +17 % % NN NN _ 15 NP +18 from from IN IN _ 15 PP +19 the the DT DT _ 22 DEP +20 preceding preceding VBG VBG _ 22 DEP +21 week week NN NN _ 22 DEP +22 's 's POS POS _ 23 NP +23 total total NN NN _ 18 NP +24 of of IN IN _ 23 PP +25 254,280 254,280 CD CD _ 26 DEP +26 tons tons NNS NNS _ 24 NP +27 , , , , _ 35 DEP +28 statistics statistics NNPS NNPS _ 29 DEP +29 canada canada NNP NNP _ 33 NP +30 , , , , _ 33 DEP +31 a a DT DT _ 33 DEP +32 federal federal JJ JJ _ 33 DEP +33 agency agency NN NN _ 35 NP-SBJ +34 , , , , _ 33 DEP +35 said said VBD VBD _ 0 ROOT +36 . . . . _ 35 DEP + +1 the the DT DT _ 3 DEP +2 week week NN NN _ 3 DEP +3 's 's POS POS _ 4 NP +4 total total NN NN _ 5 NP-SBJ +5 was was VBD VBD _ 0 ROOT +6 up up RB RB _ 5 ADVP +7 6.2 6.2 CD CD _ 8 DEP +8 % % NN NN _ 6 NP +9 from from IN IN _ 6 PP +10 274,963 274,963 CD CD _ 11 DEP +11 tons tons NNS NNS _ 9 NP +12 a a DT DT _ 13 DEP +13 year year NN NN _ 14 NP +14 earlier earlier RBR RBR _ 9 ADVP +15 . . . . _ 5 DEP + +1 the the DT DT _ 3 DEP +2 year-to-date year-to-date JJ JJ _ 3 DEP +3 total total NN NN _ 4 NP-SBJ +4 was was VBD VBD _ 0 ROOT +5 12,006,883 12,006,883 CD CD _ 6 DEP +6 tons tons NNS NNS _ 4 NP-PRD +7 , , , , _ 4 DEP +8 up up RB RB _ 4 ADVP +9 7.8 7.8 CD CD _ 10 DEP +10 % % NN NN _ 8 NP +11 from from IN IN _ 8 PP +12 11,141,711 11,141,711 CD CD _ 13 DEP +13 tons tons NNS NNS _ 11 NP +14 a a DT DT _ 15 DEP +15 year year NN NN _ 16 NP +16 earlier earlier RBR RBR _ 11 ADVP +17 . . . . _ 4 DEP + +1 the the DT DT _ 2 DEP +2 treasury treasury NNP NNP _ 3 NP-SBJ +3 plans plans NNS NNS _ 0 ROOT +4 to to TO TO _ 5 DEP +5 raise raise VB VB _ 3 S +6 $ $ $ $ _ 5 NP-OBJ +7 175 175 CD CD _ 6 DEP +8 million million CD CD _ 6 DEP +9 in in IN IN _ 6 PP +10 new new JJ JJ _ 11 DEP +11 cash cash NN NN _ 9 NP +12 thursday thursday NNP NNP _ 5 NP +13 by by IN IN _ 5 PP +14 selling selling VBG VBG _ 13 S +15 about about IN IN _ 16 DEP +16 $ $ $ $ _ 14 NP-OBJ +17 9.75 9.75 CD CD _ 16 DEP +18 billion billion CD CD _ 16 DEP +19 of of IN IN _ 16 PP +20 52-week 52-week JJ JJ _ 21 DEP +21 bills bills NNS NNS _ 19 NP +22 and and CC CC _ 14 DEP +23 redeeming redeeming VBG VBG _ 14 VP +24 $ $ $ $ _ 26 DEP +25 9.58 9.58 CD CD _ 26 DEP +26 billion billion CD CD _ 23 NP-OBJ +27 of of IN IN _ 26 PP +28 maturing maturing VBG VBG _ 29 DEP +29 bills bills NNS NNS _ 27 NP +30 . . . . _ 3 DEP + +1 the the DT DT _ 2 DEP +2 bills bills NNS NNS _ 3 NP-SBJ +3 will will MD MD _ 0 ROOT +4 be be VB VB _ 3 VP +5 dated dated VBN VBN _ 4 VP +6 oct. oct. NNP NNP _ 5 S +7 26 26 CD CD _ 6 DEP +8 and and CC CC _ 3 DEP +9 will will MD MD _ 3 VP +10 mature mature VB VB _ 9 VP +11 oct. oct. NNP NNP _ 10 NP +12 25 25 CD CD _ 11 DEP +13 , , , , _ 11 DEP +14 1990 1990 CD CD _ 11 DEP +15 . . . . _ 3 DEP + +1 they they PRP PRP _ 2 NP-SBJ +2 will will MD MD _ 0 ROOT +3 be be VB VB _ 2 VP +4 available available JJ JJ _ 3 ADJP +5 in in IN IN _ 4 PP +6 minimum minimum JJ JJ _ 7 DEP +7 denominations denominations NNS NNS _ 5 NP +8 of of IN IN _ 7 PP +9 $ $ $ $ _ 10 DEP +10 10,000 10,000 CD CD _ 8 NP +11 . . . . _ 2 DEP + +1 bids bids NNS NNS _ 2 NP-SBJ +2 must must MD MD _ 0 ROOT +3 be be VB VB _ 2 VP +4 received received VBN VBN _ 3 VP +5 by by IN IN _ 4 PP +6 1 1 CD CD _ 8 DEP +7 p.m. p.m. RB RB _ 8 DEP +8 edt edt NNP NNP _ 5 NP +9 thursday thursday NNP NNP _ 4 NP +10 at at IN IN _ 4 PP +11 the the DT DT _ 12 DEP +12 treasury treasury NNP NNP _ 10 NP +13 or or CC CC _ 10 DEP +14 at at IN IN _ 10 PP +15 federal federal NNP NNP _ 19 DEP +16 reserve reserve NNP NNP _ 19 DEP +17 banks banks NNS NNS _ 19 DEP +18 or or CC CC _ 19 DEP +19 branches branches NNS NNS _ 14 NP +20 . . . . _ 2 DEP + +1 as as IN IN _ 18 SBAR +2 small small JJ JJ _ 3 DEP +3 investors investors NNS NNS _ 4 NP-SBJ +4 peppered peppered VBD VBD _ 1 S +5 their their PRP$ PRP$ _ 7 DEP +6 mutual mutual JJ JJ _ 7 DEP +7 funds funds NNS NNS _ 4 NP-OBJ +8 with with IN IN _ 4 PP +9 phone phone NN NN _ 10 DEP +10 calls calls NNS NNS _ 8 NP +11 over over IN IN _ 4 PP +12 the the DT DT _ 13 DEP +13 weekend weekend NN NN _ 11 NP +14 , , , , _ 18 DEP +15 big big JJ JJ _ 17 DEP +16 fund fund NN NN _ 17 DEP +17 managers managers NNS NNS _ 18 NP-SBJ +18 said said VBD VBD _ 0 ROOT +19 they they PRP PRP _ 20 NP-SBJ +20 have have VBP VBP _ 18 SBAR +21 a a DT DT _ 23 DEP +22 strong strong JJ JJ _ 23 DEP +23 defense defense NN NN _ 30 NP +24 against against IN IN _ 23 PP +25 any any DT DT _ 26 DEP +26 wave wave NN NN _ 24 NP +27 of of IN IN _ 26 PP +28 withdrawals withdrawals NNS NNS _ 27 NP +29 : : : : _ 30 DEP +30 cash cash NN NN _ 20 NP-OBJ +31 . . . . _ 18 DEP + +1 unlike unlike IN IN _ 10 PP +2 the the DT DT _ 3 DEP +3 weekend weekend NN NN _ 1 NP +4 before before IN IN _ 3 PP +5 black black JJ JJ _ 6 DEP +6 monday monday NNP NNP _ 4 NP +7 , , , , _ 10 DEP +8 the the DT DT _ 9 DEP +9 funds funds NNS NNS _ 10 NP-SBJ +10 were were VBD VBD _ 0 ROOT +11 n't n't RB RB _ 10 DEP +12 swamped swamped VBN VBN _ 10 VP +13 with with IN IN _ 12 PP +14 heavy heavy JJ JJ _ 16 DEP +15 withdrawal withdrawal NN NN _ 16 DEP +16 requests requests NNS NNS _ 13 NP +17 . . . . _ 10 DEP + +1 and and CC CC _ 5 DEP +2 many many JJ JJ _ 4 DEP +3 fund fund NN NN _ 4 DEP +4 managers managers NNS NNS _ 5 NP-SBJ +5 have have VBP VBP _ 0 ROOT +6 built built VBN VBN _ 5 VP +7 up up IN IN _ 6 PRT +8 cash cash NN NN _ 9 DEP +9 levels levels NNS NNS _ 6 NP-OBJ +10 and and CC CC _ 5 DEP +11 say say VBP VBP _ 5 VP +12 they they PRP PRP _ 13 NP-SBJ +13 will will MD MD _ 11 SBAR +14 be be VB VB _ 13 VP +15 buying buying VBG VBG _ 14 VP +16 stock stock NN NN _ 15 NP-OBJ +17 this this DT DT _ 18 DEP +18 week week NN NN _ 15 NP +19 . . . . _ 5 DEP + +1 at at IN IN _ 20 PP +2 fidelity fidelity NNP NNP _ 3 DEP +3 investments investments NNP NNP _ 10 NP +4 , , , , _ 10 DEP +5 the the DT DT _ 7 DEP +6 nation nation NN NN _ 7 DEP +7 's 's POS POS _ 10 NP +8 largest largest JJS JJS _ 10 DEP +9 fund fund NN NN _ 10 DEP +10 company company NN NN _ 1 NP +11 , , , , _ 10 DEP +12 telephone telephone NN NN _ 13 DEP +13 volume volume NN NN _ 14 NP-SBJ +14 was was VBD VBD _ 20 S +15 up up RB RB _ 14 ADVP +16 sharply sharply RB RB _ 15 DEP +17 , , , , _ 20 DEP +18 but but CC CC _ 20 DEP +19 it it PRP PRP _ 20 NP-SBJ +20 was was VBD VBD _ 0 ROOT +21 still still RB RB _ 20 ADVP +22 at at IN IN _ 20 PP +23 just just RB RB _ 26 QP +24 half half PDT PDT _ 23 DEP +25 the the DT DT _ 26 DEP +26 level level NN NN _ 22 NP +27 of of IN IN _ 26 PP +28 the the DT DT _ 29 DEP +29 weekend weekend NN NN _ 27 NP +30 preceding preceding VBG VBG _ 29 VP +31 black black JJ JJ _ 32 DEP +32 monday monday NNP NNP _ 30 NP-OBJ +33 in in IN IN _ 29 PP +34 1987 1987 CD CD _ 33 NP +35 . . . . _ 20 DEP + +1 the the DT DT _ 3 DEP +2 boston boston NNP NNP _ 3 DEP +3 firm firm NN NN _ 4 NP-SBJ +4 said said VBD VBD _ 0 ROOT +5 stock-fund stock-fund NN NN _ 6 DEP +6 redemptions redemptions NNS NNS _ 7 NP-SBJ +7 were were VBD VBD _ 4 SBAR +8 running running VBG VBG _ 7 VP +9 at at IN IN _ 8 PP +10 less less JJR JJR _ 11 DEP +11 than than IN IN _ 14 QP +12 one-third one-third RB RB _ 11 DEP +13 the the DT DT _ 14 DEP +14 level level NN NN _ 9 NP +15 two two CD CD _ 16 DEP +16 years years NNS NNS _ 17 NP +17 ago ago RB RB _ 14 ADVP +18 . . . . _ 4 DEP + +1 as as IN IN _ 8 PP +2 of of IN IN _ 1 PP +3 yesterday yesterday NN NN _ 4 DEP +4 afternoon afternoon NN NN _ 2 NP +5 , , , , _ 8 DEP +6 the the DT DT _ 7 DEP +7 redemptions redemptions NNS NNS _ 8 NP-SBJ +8 represented represented VBD VBD _ 0 ROOT +9 less less RBR RBR _ 10 DEP +10 than than IN IN _ 12 QP +11 15 15 CD CD _ 10 DEP +12 % % NN NN _ 8 NP-OBJ +13 of of IN IN _ 12 PP +14 the the DT DT _ 17 DEP +15 total total JJ JJ _ 17 DEP +16 cash cash NN NN _ 17 DEP +17 position position NN NN _ 13 NP +18 of of IN IN _ 17 PP +19 about about IN IN _ 20 DEP +20 $ $ $ $ _ 18 NP +21 2 2 CD CD _ 20 DEP +22 billion billion CD CD _ 20 DEP +23 of of IN IN _ 17 PP +24 fidelity fidelity NNP NNP _ 25 DEP +25 's 's POS POS _ 27 NP +26 stock stock NN NN _ 27 DEP +27 funds funds NNS NNS _ 23 NP +28 . . . . _ 8 DEP + +1 `` `` `` `` _ 21 DEP +2 two two CD CD _ 3 DEP +3 years years NNS NNS _ 4 NP +4 ago ago IN IN _ 6 ADVP +5 there there EX EX _ 6 NP-SBJ +6 were were VBD VBD _ 21 S +7 massive massive JJ JJ _ 9 DEP +8 redemption redemption NN NN _ 9 DEP +9 levels levels NNS NNS _ 15 NP +10 over over IN IN _ 9 PP +11 the the DT DT _ 12 DEP +12 weekend weekend NN NN _ 10 NP +13 and and CC CC _ 15 DEP +14 a a DT DT _ 15 DEP +15 lot lot NN NN _ 6 NP-PRD +16 of of IN IN _ 15 PP +17 fear fear NN NN _ 16 NP +18 around around IN IN _ 15 ADVP +19 , , , , _ 21 DEP +20 '' '' '' '' _ 21 DEP +21 said said VBD VBD _ 0 ROOT +22 c. c. NNP NNP _ 24 DEP +23 bruce bruce NNP NNP _ 24 DEP +24 johnstone johnstone NNP NNP _ 21 NP-SBJ +25 , , , , _ 24 DEP +26 who who WP WP _ 24 SBAR +27 runs runs VBZ VBZ _ 26 S +28 fidelity fidelity NNP NNP _ 30 DEP +29 investments investments NNP NNP _ 30 DEP +30 ' ' POS POS _ 35 NP +31 $ $ $ $ _ 35 ADJP +32 5 5 CD CD _ 31 DEP +33 billion billion CD CD _ 31 DEP +34 equity-income equity-income NN NN _ 35 DEP +35 fund fund NN NN _ 27 NP-OBJ +36 . . . . _ 21 DEP + +1 `` `` `` `` _ 3 DEP +2 this this DT DT _ 3 NP-SBJ +3 feels feels VBZ VBZ _ 0 ROOT +4 more more JJR JJR _ 5 ADVP +5 like like IN IN _ 3 PP +6 a a DT DT _ 8 DEP +7 one-shot one-shot JJ JJ _ 8 DEP +8 deal deal NN NN _ 5 NP +9 . . . . _ 3 DEP + +1 people people NNS NNS _ 2 NP-SBJ +2 are are VBP VBP _ 0 ROOT +3 n't n't RB RB _ 2 DEP +4 panicking panicking VBG VBG _ 2 VP +5 . . . . _ 2 DEP +6 '' '' '' '' _ 2 DEP + +1 the the DT DT _ 2 DEP +2 test test NN NN _ 3 NP-SBJ +3 may may MD MD _ 0 ROOT +4 come come VB VB _ 3 VP +5 today today NN NN _ 4 NP +6 . . . . _ 3 DEP + +1 friday friday NNP NNP _ 2 DEP +2 's 's POS POS _ 5 NP +3 stock stock NN NN _ 5 DEP +4 market market NN NN _ 5 DEP +5 sell-off sell-off NN NN _ 6 NP-SBJ +6 came came VBD VBD _ 0 ROOT +7 too too RB RB _ 6 ADVP +8 late late JJ JJ _ 7 DEP +9 for for IN IN _ 7 SBAR +10 many many JJ JJ _ 11 DEP +11 investors investors NNS NNS _ 13 NP-SBJ +12 to to TO TO _ 13 DEP +13 act act VB VB _ 9 S +14 . . . . _ 6 DEP + +1 some some DT DT _ 2 DEP +2 shareholders shareholders NNS NNS _ 3 NP-SBJ +3 have have VBP VBP _ 0 ROOT +4 held held VBN VBN _ 3 VP +5 off off RP RP _ 4 PRT +6 until until IN IN _ 4 PP +7 today today NN NN _ 6 NP +8 because because IN IN _ 4 SBAR +9 any any DT DT _ 11 DEP +10 fund fund NN NN _ 11 DEP +11 exchanges exchanges NNS NNS _ 17 NP-SBJ +12 made made VBD VBD _ 11 VP +13 after after IN IN _ 12 PP +14 friday friday NNP NNP _ 15 DEP +15 's 's POS POS _ 16 NP +16 close close NN NN _ 13 NP +17 would would MD MD _ 8 S +18 take take VB VB _ 17 VP +19 place place NN NN _ 18 NP-OBJ +20 at at IN IN _ 18 PP +21 today today NN NN _ 22 DEP +22 's 's POS POS _ 24 NP +23 closing closing NN NN _ 24 DEP +24 prices prices NNS NNS _ 20 NP +25 . . . . _ 3 DEP + +1 stock stock NNP NNP _ 3 DEP +2 fund fund NNP NNP _ 3 DEP +3 redemptions redemptions NNS NNS _ 8 NP-SBJ +4 during during IN IN _ 8 PP +5 the the DT DT _ 7 DEP +6 1987 1987 CD CD _ 7 DEP +7 debacle debacle NN NN _ 4 NP +8 did did VBD VBD _ 0 ROOT +9 n't n't RB RB _ 8 DEP +10 begin begin VB VB _ 8 VP +11 to to TO TO _ 12 DEP +12 snowball snowball VB VB _ 10 S +13 until until IN IN _ 10 PP +14 after after IN IN _ 13 SBAR +15 the the DT DT _ 16 DEP +16 market market NN NN _ 17 NP-SBJ +17 opened opened VBD VBD _ 14 S +18 on on IN IN _ 17 PP +19 black black NNP NNP _ 20 DEP +20 monday monday NNP NNP _ 18 NP +21 . . . . _ 8 DEP + +1 but but CC CC _ 4 DEP +2 fund fund NN NN _ 3 DEP +3 managers managers NNS NNS _ 4 NP-SBJ +4 say say VBP VBP _ 0 ROOT +5 they they PRP PRP _ 6 NP-SBJ +6 're 're VBP VBP _ 4 SBAR +7 ready ready JJ JJ _ 6 ADJP +8 . . . . _ 4 DEP + +1 many many JJ JJ _ 2 NP-SBJ +2 have have VBP VBP _ 0 ROOT +3 raised raised VBN VBN _ 2 VP +4 cash cash NN NN _ 5 DEP +5 levels levels NNS NNS _ 3 NP-OBJ +6 , , , , _ 5 DEP +7 which which WDT WDT _ 5 SBAR +8 act act VBP VBP _ 7 S +9 as as IN IN _ 8 PP +10 a a DT DT _ 11 DEP +11 buffer buffer NN NN _ 9 NP +12 against against IN IN _ 8 PP +13 steep steep JJ JJ _ 15 DEP +14 market market NN NN _ 15 DEP +15 declines declines NNS NNS _ 12 NP +16 . . . . _ 2 DEP + +1 mario mario NNP NNP _ 2 DEP +2 gabelli gabelli NNP NNP _ 7 NP-SBJ +3 , , , , _ 7 DEP +4 for for IN IN _ 7 PP +5 instance instance NN NN _ 4 NP +6 , , , , _ 7 DEP +7 holds holds VBZ VBZ _ 0 ROOT +8 cash cash NN NN _ 9 DEP +9 positions positions NNS NNS _ 7 NP-OBJ +10 well well RB RB _ 11 ADVP +11 above above IN IN _ 9 PP +12 20 20 CD CD _ 13 DEP +13 % % NN NN _ 11 NP +14 in in IN IN _ 7 PP +15 several several JJ JJ _ 14 NP +16 of of IN IN _ 15 PP +17 his his PRP$ PRP$ _ 18 DEP +18 funds funds NNS NNS _ 16 NP +19 . . . . _ 7 DEP + +1 windsor windsor NNP NNP _ 3 DEP +2 fund fund NNP NNP _ 3 DEP +3 's 's POS POS _ 5 NP +4 john john NNP NNP _ 5 DEP +5 neff neff NNP NNP _ 11 NP +6 and and CC CC _ 11 DEP +7 mutual mutual NNP NNP _ 9 DEP +8 series series NNP NNP _ 9 DEP +9 ' ' POS POS _ 11 NP +10 michael michael NNP NNP _ 11 DEP +11 price price NNP NNP _ 12 NP-SBJ +12 said said VBD VBD _ 0 ROOT +13 they they PRP PRP _ 14 NP-SBJ +14 had had VBD VBD _ 12 SBAR +15 raised raised VBN VBN _ 14 VP +16 their their PRP$ PRP$ _ 18 DEP +17 cash cash NN NN _ 18 DEP +18 levels levels NNS NNS _ 15 NP-OBJ +19 to to TO TO _ 15 PP +20 more more JJR JJR _ 21 DEP +21 than than IN IN _ 28 QP +22 20 20 CD CD _ 21 DEP +23 % % NN NN _ 21 DEP +24 and and CC CC _ 21 DEP +25 30 30 CD CD _ 21 DEP +26 % % NN NN _ 21 DEP +27 , , , , _ 28 DEP +28 respectively respectively RB RB _ 19 NP +29 , , , , _ 15 DEP +30 this this DT DT _ 31 DEP +31 year year NN NN _ 15 NP +32 . . . . _ 12 DEP + +1 even even RB RB _ 3 DEP +2 peter peter NNP NNP _ 3 DEP +3 lynch lynch NNP NNP _ 5 NP +4 , , , , _ 5 DEP +5 manager manager NN NN _ 22 NP-SBJ +6 of of IN IN _ 5 PP +7 fidelity fidelity NNP NNP _ 8 DEP +8 's 's POS POS _ 13 NP +9 $ $ $ $ _ 13 ADJP +10 12.7 12.7 CD CD _ 9 DEP +11 billion billion CD CD _ 9 DEP +12 magellan magellan JJ JJ _ 13 DEP +13 fund fund NN NN _ 20 NP +14 , , , , _ 20 DEP +15 the the DT DT _ 17 DEP +16 nation nation NN NN _ 17 DEP +17 's 's POS POS _ 20 NP +18 largest largest JJS JJS _ 20 DEP +19 stock stock NN NN _ 20 DEP +20 fund fund NN NN _ 6 NP +21 , , , , _ 22 DEP +22 built built VBN VBN _ 0 ROOT +23 up up IN IN _ 22 PRT +24 cash cash NN NN _ 22 NP-OBJ +25 to to TO TO _ 22 PP +26 7 7 CD CD _ 27 DEP +27 % % NN NN _ 29 NP +28 or or CC CC _ 29 DEP +29 $ $ $ $ _ 25 NP +30 850 850 CD CD _ 29 DEP +31 million million CD CD _ 29 DEP +32 . . . . _ 22 DEP + +1 one one CD CD _ 2 DEP +2 reason reason NN NN _ 3 NP-SBJ +3 is is VBZ VBZ _ 0 ROOT +4 that that IN IN _ 3 SBAR +5 after after IN IN _ 15 PP +6 two two CD CD _ 7 DEP +7 years years NNS NNS _ 5 NP +8 of of IN IN _ 7 PP +9 monthly monthly JJ JJ _ 11 DEP +10 net net NN NN _ 11 DEP +11 redemptions redemptions NNS NNS _ 8 NP +12 , , , , _ 15 DEP +13 the the DT DT _ 14 DEP +14 fund fund NN NN _ 15 NP-SBJ +15 posted posted VBD VBD _ 4 S +16 net net JJ JJ _ 17 DEP +17 inflows inflows NNS NNS _ 15 NP-OBJ +18 of of IN IN _ 17 PP +19 money money NN NN _ 18 NP +20 from from IN IN _ 17 PP +21 investors investors NNS NNS _ 20 NP +22 in in IN IN _ 15 PP +23 august august NNP NNP _ 25 DEP +24 and and CC CC _ 25 DEP +25 september september NNP NNP _ 22 NP +26 . . . . _ 3 DEP + +1 `` `` `` `` _ 13 DEP +2 i i PRP PRP _ 3 NP-SBJ +3 've 've VBP VBP _ 13 S +4 let let VB VB _ 3 VP +5 the the DT DT _ 6 DEP +6 money money NN NN _ 7 NP-SBJ +7 build build VBN VBN _ 4 S +8 up up RP RP _ 7 PRT +9 , , , , _ 13 DEP +10 '' '' '' '' _ 13 DEP +11 mr. mr. NNP NNP _ 12 DEP +12 lynch lynch NNP NNP _ 13 NP-SBJ +13 said said VBD VBD _ 0 ROOT +14 , , , , _ 13 DEP +15 who who WP WP _ 13 SBAR +16 added added VBD VBD _ 15 S +17 that that IN IN _ 16 SBAR +18 he he PRP PRP _ 19 NP-SBJ +19 has has VBZ VBZ _ 17 S +20 had had VBN VBN _ 19 VP +21 trouble trouble NN NN _ 20 NP +22 finding finding VBG VBG _ 20 S +23 stocks stocks NNS NNS _ 22 NP-OBJ +24 he he PRP PRP _ 25 NP-SBJ +25 likes likes VBZ VBZ _ 23 SBAR +26 . . . . _ 13 DEP + +1 not not RB RB _ 2 DEP +2 all all DT DT _ 3 ADJP +3 funds funds NNS NNS _ 4 NP-SBJ +4 have have VBP VBP _ 0 ROOT +5 raised raised VBN VBN _ 4 VP +6 cash cash NN NN _ 7 DEP +7 levels levels NNS NNS _ 5 NP-OBJ +8 , , , , _ 5 DEP +9 of of IN IN _ 5 PP +10 course course NN NN _ 9 NP +11 . . . . _ 4 DEP + +1 as as IN IN _ 7 PP +2 a a DT DT _ 3 DEP +3 group group NN NN _ 1 NP +4 , , , , _ 7 DEP +5 stock stock NN NN _ 6 DEP +6 funds funds NNS NNS _ 7 NP-SBJ +7 held held VBD VBD _ 0 ROOT +8 10.2 10.2 CD CD _ 9 DEP +9 % % NN NN _ 7 NP-OBJ +10 of of IN IN _ 9 PP +11 assets assets NNS NNS _ 10 NP +12 in in IN IN _ 7 PP +13 cash cash NN NN _ 12 NP +14 as as IN IN _ 7 PP +15 of of IN IN _ 14 PP +16 august august NNP NNP _ 15 NP +17 , , , , _ 7 DEP +18 the the DT DT _ 20 DEP +19 latest latest JJS JJS _ 20 DEP +20 figures figures NNS NNS _ 7 NP-OBJ +21 available available JJ JJ _ 20 ADJP +22 from from IN IN _ 21 PP +23 the the DT DT _ 26 DEP +24 investment investment NN NN _ 26 DEP +25 company company NN NN _ 26 DEP +26 institute institute NNP NNP _ 22 NP +27 . . . . _ 7 DEP + +1 that that DT DT _ 2 NP-SBJ +2 was was VBD VBD _ 0 ROOT +3 modestly modestly RB RB _ 4 DEP +4 higher higher JJR JJR _ 2 ADJP +5 than than IN IN _ 4 PP +6 the the DT DT _ 12 DEP +7 8.8 8.8 CD CD _ 8 DEP +8 % % NN NN _ 12 ADJP +9 and and CC CC _ 8 DEP +10 9.2 9.2 CD CD _ 8 DEP +11 % % NN NN _ 8 DEP +12 levels levels NNS NNS _ 5 NP +13 in in IN IN _ 12 PP +14 august august NNP NNP _ 16 DEP +15 and and CC CC _ 16 DEP +16 september september NNP NNP _ 13 NP +17 of of IN IN _ 16 PP +18 1987 1987 CD CD _ 17 NP +19 . . . . _ 2 DEP + +1 also also RB RB _ 5 ADVP +2 , , , , _ 5 DEP +3 persistent persistent JJ JJ _ 4 DEP +4 redemptions redemptions NNS NNS _ 5 NP-SBJ +5 would would MD MD _ 0 ROOT +6 force force VB VB _ 5 VP +7 some some DT DT _ 9 DEP +8 fund fund NN NN _ 9 DEP +9 managers managers NNS NNS _ 11 NP-SBJ +10 to to TO TO _ 11 DEP +11 dump dump VB VB _ 6 S +12 stocks stocks NNS NNS _ 11 NP-OBJ +13 to to TO TO _ 14 DEP +14 raise raise VB VB _ 11 S +15 cash cash NN NN _ 14 NP-OBJ +16 . . . . _ 5 DEP + +1 but but CC CC _ 18 DEP +2 a a DT DT _ 4 DEP +3 strong strong JJ JJ _ 4 DEP +4 level level NN NN _ 8 NP-SBJ +5 of of IN IN _ 4 PP +6 investor investor NN NN _ 7 DEP +7 withdrawals withdrawals NNS NNS _ 5 NP +8 is is VBZ VBZ _ 18 S +9 much much RB RB _ 8 ADJP +10 more more RBR RBR _ 9 DEP +11 unlikely unlikely JJ JJ _ 9 DEP +12 this this DT DT _ 13 DEP +13 time time NN NN _ 8 NP +14 around around RB RB _ 13 ADVP +15 , , , , _ 18 DEP +16 fund fund NN NN _ 17 DEP +17 managers managers NNS NNS _ 18 NP-SBJ +18 said said VBD VBD _ 0 ROOT +19 . . . . _ 18 DEP + +1 a a DT DT _ 3 DEP +2 major major JJ JJ _ 3 DEP +3 reason reason NN NN _ 4 NP-SBJ +4 is is VBZ VBZ _ 0 ROOT +5 that that IN IN _ 4 SBAR +6 investors investors NNS NNS _ 8 NP-SBJ +7 already already RB RB _ 8 ADVP +8 have have VBP VBP _ 5 S +9 sharply sharply RB RB _ 10 ADVP +10 scaled scaled VBN VBN _ 8 VP +11 back back RP RP _ 10 PRT +12 their their PRP$ PRP$ _ 13 DEP +13 purchases purchases NNS NNS _ 10 NP-OBJ +14 of of IN IN _ 13 PP +15 stock stock NN NN _ 16 DEP +16 funds funds NNS NNS _ 14 NP +17 since since IN IN _ 10 PP +18 black black JJ JJ _ 19 DEP +19 monday monday NNP NNP _ 17 NP +20 . . . . _ 4 DEP + +1 stock-fund stock-fund NN NN _ 2 DEP +2 sales sales NNS NNS _ 3 NP-SBJ +3 have have VBP VBP _ 13 S +4 rebounded rebounded VBN VBN _ 3 VP +5 in in IN IN _ 4 PP +6 recent recent JJ JJ _ 7 DEP +7 months months NNS NNS _ 5 NP +8 , , , , _ 13 DEP +9 but but CC CC _ 13 DEP +10 monthly monthly JJ JJ _ 12 DEP +11 net net NN NN _ 12 DEP +12 purchases purchases NNS NNS _ 13 NP-SBJ +13 are are VBP VBP _ 0 ROOT +14 still still RB RB _ 13 ADVP +15 running running VBG VBG _ 13 VP +16 at at IN IN _ 15 PP +17 less less JJR JJR _ 18 DEP +18 than than IN IN _ 21 QP +19 half half DT DT _ 18 DEP +20 1987 1987 CD CD _ 21 DEP +21 levels levels NNS NNS _ 16 NP +22 . . . . _ 13 DEP + +1 `` `` `` `` _ 11 DEP +2 there there EX EX _ 3 NP-SBJ +3 's 's VBZ VBZ _ 11 S +4 not not RB RB _ 3 DEP +5 nearly nearly RB RB _ 7 DEP +6 as as RB RB _ 7 DEP +7 much much JJ JJ _ 8 ADJP +8 froth froth NN NN _ 3 NP-PRD +9 , , , , _ 11 DEP +10 '' '' '' '' _ 11 DEP +11 said said VBD VBD _ 0 ROOT +12 john john NNP NNP _ 13 DEP +13 bogle bogle NNP NNP _ 15 NP +14 , , , , _ 15 DEP +15 chairman chairman NN NN _ 11 NP-SBJ +16 of of IN IN _ 15 PP +17 vanguard vanguard NNP NNP _ 19 DEP +18 group group NNP NNP _ 19 DEP +19 inc. inc. NNP NNP _ 29 NP +20 , , , , _ 29 DEP +21 a a DT DT _ 29 DEP +22 big big JJ JJ _ 29 DEP +23 valley valley NNP NNP _ 26 DEP +24 forge forge NNP NNP _ 26 DEP +25 , , , , _ 26 DEP +26 pa. pa. NNP NNP _ 29 NAC +27 , , , , _ 26 DEP +28 fund fund NN NN _ 29 DEP +29 company company NN NN _ 16 NP +30 . . . . _ 11 DEP + +1 many many JJ JJ _ 3 DEP +2 fund fund NN NN _ 3 DEP +3 managers managers NNS NNS _ 4 NP-SBJ +4 argue argue VBP VBP _ 0 ROOT +5 that that IN IN _ 4 SBAR +6 now now RB RB _ 7 NP-SBJ +7 's 's VBZ VBZ _ 5 S +8 the the DT DT _ 9 DEP +9 time time NN NN _ 7 NP-PRD +10 to to TO TO _ 11 DEP +11 buy buy VB VB _ 9 SBAR +12 . . . . _ 4 DEP + +1 vincent vincent NNP NNP _ 2 DEP +2 bajakian bajakian NNP NNP _ 4 NP +3 , , , , _ 4 DEP +4 manager manager NN NN _ 13 NP-SBJ +5 of of IN IN _ 4 PP +6 the the DT DT _ 11 DEP +7 $ $ $ $ _ 11 ADJP +8 1.8 1.8 CD CD _ 7 DEP +9 billion billion CD CD _ 7 DEP +10 wellington wellington NNP NNP _ 11 DEP +11 fund fund NNP NNP _ 5 NP +12 , , , , _ 4 DEP +13 added added VBD VBD _ 0 ROOT +14 to to TO TO _ 13 PP +15 his his PRP$ PRP$ _ 16 DEP +16 positions positions NNS NNS _ 14 NP +17 in in IN IN _ 16 PP +18 bristol-myers bristol-myers NNP NNP _ 19 DEP +19 squibb squibb NNP NNP _ 25 NP +20 , , , , _ 25 DEP +21 woolworth woolworth NNP NNP _ 25 NP +22 and and CC CC _ 25 DEP +23 dun dun NNP NNP _ 25 DEP +24 & & CC CC _ 25 DEP +25 bradstreet bradstreet NNP NNP _ 17 NP +26 friday friday NNP NNP _ 13 NP +27 . . . . _ 13 DEP + +1 and and CC CC _ 4 DEP +2 today today NN NN _ 4 NP +3 he he PRP PRP _ 4 NP-SBJ +4 'll 'll MD MD _ 0 ROOT +5 be be VB VB _ 4 VP +6 looking looking VBG VBG _ 5 VP +7 to to TO TO _ 8 DEP +8 buy buy VB VB _ 6 S +9 drug drug NN NN _ 10 DEP +10 stocks stocks NNS NNS _ 8 NP-OBJ +11 like like IN IN _ 10 PP +12 eli eli NNP NNP _ 13 DEP +13 lilly lilly NNP NNP _ 19 NP +14 , , , , _ 19 DEP +15 pfizer pfizer NNP NNP _ 19 NP +16 and and CC CC _ 19 DEP +17 american american NNP NNP _ 19 DEP +18 home home NNP NNP _ 19 DEP +19 products products NNS NNS _ 11 NP +20 whose whose WP$ WP$ _ 19 SBAR +21 dividend dividend NN NN _ 20 DEP +22 yields yields NNS NNS _ 20 DEP +23 have have VBP VBP _ 20 S +24 been been VBN VBN _ 23 VP +25 bolstered bolstered VBN VBN _ 24 VP +26 by by IN IN _ 25 PP +27 stock stock NN NN _ 28 DEP +28 declines declines NNS NNS _ 26 NP +29 . . . . _ 4 DEP + +1 fidelity fidelity NNP NNP _ 2 DEP +2 's 's POS POS _ 4 NP +3 mr. mr. NNP NNP _ 4 DEP +4 lynch lynch NNP NNP _ 10 NP-SBJ +5 , , , , _ 10 DEP +6 for for IN IN _ 10 PP +7 his his PRP$ PRP$ _ 8 DEP +8 part part NN NN _ 6 NP +9 , , , , _ 10 DEP +10 snapped snapped VBD VBD _ 0 ROOT +11 up up RP RP _ 10 PRT +12 southern southern NNP NNP _ 14 DEP +13 co. co. NNP NNP _ 14 DEP +14 shares shares NNS NNS _ 10 NP-OBJ +15 friday friday NNP NNP _ 10 NP +16 after after IN IN _ 10 SBAR +17 the the DT DT _ 18 DEP +18 stock stock NN NN _ 19 NP-SBJ +19 got got VBD VBD _ 16 S +20 hammered hammered VBN VBN _ 19 VP +21 . . . . _ 10 DEP + +1 if if IN IN _ 9 SBAR +2 the the DT DT _ 3 DEP +3 market market NN NN _ 4 NP-SBJ +4 drops drops VBZ VBZ _ 1 S +5 further further RBR RBR _ 4 ADVP +6 today today NN NN _ 4 NP +7 , , , , _ 9 DEP +8 he he PRP PRP _ 9 NP-SBJ +9 said said VBD VBD _ 0 ROOT +10 he he PRP PRP _ 11 NP-SBJ +11 'll 'll MD MD _ 9 SBAR +12 be be VB VB _ 11 VP +13 buying buying VBG VBG _ 12 VP +14 blue blue JJ JJ _ 15 DEP +15 chips chips NNS NNS _ 13 NP-OBJ +16 such such JJ JJ _ 17 DEP +17 as as IN IN _ 15 PP +18 bristol-myers bristol-myers NNP NNP _ 20 DEP +19 and and CC CC _ 20 DEP +20 kellogg kellogg NNP NNP _ 17 NP +21 . . . . _ 9 DEP + +1 `` `` `` `` _ 14 DEP +2 if if IN IN _ 14 SBAR +3 they they PRP PRP _ 4 NP-SBJ +4 croak croak VBP VBP _ 2 S +5 stocks stocks NNS NNS _ 4 NP-OBJ +6 like like IN IN _ 5 PP +7 that that DT DT _ 6 NP +8 , , , , _ 11 DEP +9 '' '' '' '' _ 11 DEP +10 he he PRP PRP _ 11 NP-SBJ +11 said said VBD VBD _ 14 PRN +12 , , , , _ 11 DEP +13 it it PRP PRP _ 14 NP-SBJ +14 presents presents VBZ VBZ _ 0 ROOT +15 an an DT DT _ 16 DEP +16 opportunity opportunity NN NN _ 14 NP-OBJ +17 that that WDT WDT _ 16 SBAR +18 is is VBZ VBZ _ 17 S +19 `` `` `` `` _ 18 DEP +20 the the DT DT _ 21 DEP +21 kind kind NN NN _ 18 NP-PRD +22 of of IN IN _ 21 PP +23 thing thing NN NN _ 22 NP +24 you you PRP PRP _ 25 NP-SBJ +25 dream dream VBP VBP _ 21 SBAR +26 about about RB RB _ 25 PP +27 . . . . _ 14 DEP +28 '' '' '' '' _ 14 DEP + +1 major major JJ JJ _ 3 DEP +2 mutual-fund mutual-fund NN NN _ 3 DEP +3 groups groups NNS NNS _ 4 NP-SBJ +4 said said VBD VBD _ 0 ROOT +5 phone phone NN NN _ 6 DEP +6 calls calls NNS NNS _ 7 NP-SBJ +7 were were VBD VBD _ 4 SBAR +8 arriving arriving VBG VBG _ 7 VP +9 at at IN IN _ 8 PP +10 twice twice RB RB _ 14 DEP +11 the the DT DT _ 14 DEP +12 normal normal JJ JJ _ 14 DEP +13 weekend weekend NN NN _ 14 DEP +14 pace pace NN NN _ 9 NP +15 yesterday yesterday NN NN _ 8 NP +16 . . . . _ 4 DEP + +1 but but CC CC _ 4 DEP +2 most most JJS JJS _ 3 DEP +3 investors investors NNS NNS _ 4 NP-SBJ +4 were were VBD VBD _ 0 ROOT +5 seeking seeking VBG VBG _ 4 VP +6 share share NN NN _ 7 DEP +7 prices prices NNS NNS _ 10 NP +8 and and CC CC _ 10 DEP +9 other other JJ JJ _ 10 DEP +10 information information NN NN _ 5 NP-OBJ +11 . . . . _ 4 DEP + +1 trading trading NN NN _ 2 DEP +2 volume volume NN NN _ 3 NP-SBJ +3 was was VBD VBD _ 0 ROOT +4 only only RB RB _ 3 ADJP +5 modestly modestly RB RB _ 4 DEP +6 higher higher JJR JJR _ 4 DEP +7 than than IN IN _ 4 PP +8 normal normal JJ JJ _ 7 NP +9 . . . . _ 3 DEP + +1 still still RB RB _ 5 ADVP +2 , , , , _ 5 DEP +3 fund fund NN NN _ 4 DEP +4 groups groups NNS NNS _ 5 NP-SBJ +5 are are VBP VBP _ 0 ROOT +6 n't n't RB RB _ 5 DEP +7 taking taking VBG VBG _ 5 VP +8 any any DT DT _ 9 DEP +9 chances chances NNS NNS _ 7 NP-OBJ +10 . . . . _ 5 DEP + +1 they they PRP PRP _ 2 NP-SBJ +2 hope hope VBP VBP _ 0 ROOT +3 to to TO TO _ 4 DEP +4 avoid avoid VB VB _ 2 S +5 the the DT DT _ 11 DEP +6 jammed jammed JJ JJ _ 8 DEP +7 phone phone NN NN _ 8 DEP +8 lines lines NNS NNS _ 11 NX +9 and and CC CC _ 11 DEP +10 other other JJ JJ _ 11 DEP +11 snags snags NNS NNS _ 4 NP-OBJ +12 that that WDT WDT _ 11 SBAR +13 infuriated infuriated VBD VBD _ 12 S +14 some some DT DT _ 16 DEP +15 fund fund NN NN _ 16 DEP +16 investors investors NNS NNS _ 13 NP-OBJ +17 in in IN IN _ 13 PP +18 october october NNP NNP _ 17 NP +19 1987 1987 CD CD _ 18 DEP +20 . . . . _ 2 DEP + +1 fidelity fidelity NNP NNP _ 4 NP-SBJ +2 on on IN IN _ 4 PP +3 saturday saturday NNP NNP _ 2 NP +4 opened opened VBD VBD _ 0 ROOT +5 its its PRP$ PRP$ _ 9 DEP +6 54 54 CD CD _ 9 DEP +7 walk-in walk-in JJ JJ _ 9 DEP +8 investor investor NN NN _ 9 DEP +9 centers centers NNS NNS _ 4 NP-OBJ +10 across across IN IN _ 9 PP +11 the the DT DT _ 12 DEP +12 country country NN NN _ 10 NP +13 . . . . _ 4 DEP + +1 the the DT DT _ 2 DEP +2 centers centers NNS NNS _ 4 NP-SBJ +3 normally normally RB RB _ 4 ADVP +4 are are VBP VBP _ 0 ROOT +5 closed closed VBN VBN _ 4 ADJP +6 through through IN IN _ 5 PP +7 the the DT DT _ 8 DEP +8 weekend weekend NN NN _ 6 NP +9 . . . . _ 4 DEP + +1 in in IN IN _ 7 PP +2 addition addition NN NN _ 1 NP +3 , , , , _ 7 DEP +4 east east NNP NNP _ 6 DEP +5 coast coast NNP NNP _ 6 DEP +6 centers centers NNS NNS _ 7 NP-SBJ +7 will will MD MD _ 0 ROOT +8 open open VB VB _ 7 VP +9 at at IN IN _ 8 PP +10 7:30 7:30 CD CD _ 11 DEP +11 edt edt NNP NNP _ 9 NP +12 this this DT DT _ 13 DEP +13 morning morning NN NN _ 8 NP +14 , , , , _ 8 DEP +15 instead instead RB RB _ 16 DEP +16 of of IN IN _ 8 PP +17 the the DT DT _ 19 DEP +18 normal normal JJ JJ _ 19 DEP +19 8:30 8:30 CD CD _ 16 NP +20 . . . . _ 7 DEP + +1 t. t. NNP NNP _ 5 DEP +2 rowe rowe NNP NNP _ 5 DEP +3 price price NNP NNP _ 5 DEP +4 associates associates NNPS NNPS _ 5 DEP +5 inc. inc. NNP NNP _ 6 NP-SBJ +6 increased increased VBD VBD _ 0 ROOT +7 its its PRP$ PRP$ _ 8 DEP +8 staff staff NN NN _ 6 NP-OBJ +9 of of IN IN _ 8 PP +10 phone phone NN NN _ 11 DEP +11 representatives representatives NNS NNS _ 9 NP +12 to to TO TO _ 13 DEP +13 handle handle VB VB _ 11 SBAR +14 investor investor NN NN _ 15 DEP +15 requests requests NNS NNS _ 13 NP-OBJ +16 . . . . _ 6 DEP + +1 the the DT DT _ 3 DEP +2 baltimore-based baltimore-based JJ JJ _ 3 DEP +3 group group NN NN _ 4 NP-SBJ +4 noted noted VBD VBD _ 0 ROOT +5 that that IN IN _ 4 SBAR +6 some some DT DT _ 7 DEP +7 investors investors NNS NNS _ 8 NP-SBJ +8 moved moved VBD VBD _ 5 S +9 money money NN NN _ 8 NP-OBJ +10 from from IN IN _ 8 PP +11 stock stock NN NN _ 12 DEP +12 funds funds NNS NNS _ 10 NP +13 to to TO TO _ 8 PP +14 money-market money-market JJ JJ _ 15 DEP +15 funds funds NNS NNS _ 13 NP +16 . . . . _ 4 DEP + +1 but but CC CC _ 4 DEP +2 most most JJS JJS _ 3 DEP +3 investors investors NNS NNS _ 4 NP-SBJ +4 seemed seemed VBD VBD _ 20 S +5 to to TO TO _ 6 DEP +6 be be VB VB _ 4 S +7 `` `` `` `` _ 6 DEP +8 in in IN IN _ 6 PP +9 an an DT DT _ 11 DEP +10 information information NN NN _ 11 DEP +11 mode mode NN NN _ 8 NP +12 rather rather RB RB _ 8 CONJP +13 than than IN IN _ 12 DEP +14 in in IN IN _ 8 PP +15 a a DT DT _ 17 DEP +16 transaction transaction NN NN _ 17 DEP +17 mode mode NN NN _ 14 NP +18 , , , , _ 20 DEP +19 '' '' '' '' _ 20 DEP +20 said said VBD VBD _ 0 ROOT +21 steven steven NNP NNP _ 22 DEP +22 norwitz norwitz NNP NNP _ 26 NP +23 , , , , _ 26 DEP +24 a a DT DT _ 26 DEP +25 vice vice NN NN _ 26 DEP +26 president president NN NN _ 20 NP-SBJ +27 . . . . _ 20 DEP + +1 and and CC CC _ 8 DEP +2 vanguard vanguard NNP NNP _ 8 NP-SBJ +3 , , , , _ 8 DEP +4 among among IN IN _ 8 PP +5 other other JJ JJ _ 6 DEP +6 groups groups NNS NNS _ 4 NP +7 , , , , _ 8 DEP +8 said said VBD VBD _ 0 ROOT +9 it it PRP PRP _ 10 NP-SBJ +10 was was VBD VBD _ 8 SBAR +11 adding adding VBG VBG _ 10 VP +12 more more JJR JJR _ 14 DEP +13 phone phone NN NN _ 14 DEP +14 representatives representatives NNS NNS _ 11 NP-OBJ +15 today today NN NN _ 11 NP +16 to to TO TO _ 17 DEP +17 help help VB VB _ 11 S +18 investors investors NNS NNS _ 19 NP-SBJ +19 get get VB VB _ 17 S +20 through through RB RB _ 19 PRT +21 . . . . _ 8 DEP + +1 in in IN IN _ 8 PP +2 an an DT DT _ 4 DEP +3 unusual unusual JJ JJ _ 4 DEP +4 move move NN NN _ 1 NP +5 , , , , _ 8 DEP +6 several several JJ JJ _ 7 DEP +7 funds funds NNS NNS _ 8 NP-SBJ +8 moved moved VBD VBD _ 0 ROOT +9 to to TO TO _ 10 DEP +10 calm calm VB VB _ 8 S +11 investors investors NNS NNS _ 10 NP-OBJ +12 with with IN IN _ 10 PP +13 recordings recordings NNS NNS _ 12 NP +14 on on IN IN _ 10 PP +15 their their PRP$ PRP$ _ 18 DEP +16 toll-free toll-free JJ JJ _ 18 DEP +17 phone phone NN NN _ 18 DEP +18 lines lines NNS NNS _ 14 NP +19 . . . . _ 8 DEP + +1 `` `` `` `` _ 28 DEP +2 we we PRP PRP _ 3 NP-SBJ +3 view view VBP VBP _ 28 S +4 { { -LRB- -LRB- _ 6 DEP +5 friday friday NNP NNP _ 6 DEP +6 's 's POS POS _ 9 PRN +7 } } -RRB- -RRB- _ 6 DEP +8 market market NN NN _ 9 DEP +9 decline decline NN NN _ 3 NP-OBJ +10 as as IN IN _ 3 PP +11 offering offering VBG VBG _ 10 S +12 us us PRP PRP _ 11 NP-OBJ +13 a a DT DT _ 15 DEP +14 buying buying NN NN _ 15 DEP +15 opportunity opportunity NN NN _ 11 NP-OBJ +16 as as IN IN _ 11 PP +17 long-term long-term JJ JJ _ 18 DEP +18 investors investors NNS NNS _ 16 NP +19 , , , , _ 28 DEP +20 '' '' '' '' _ 28 DEP +21 a a DT DT _ 22 DEP +22 recording recording NN NN _ 28 NP-SBJ +23 at at IN IN _ 22 PP +24 gabelli gabelli NNP NNP _ 27 DEP +25 & & CC CC _ 27 DEP +26 co. co. NNP NNP _ 27 DEP +27 funds funds NNS NNS _ 23 NP +28 said said VBD VBD _ 0 ROOT +29 over over IN IN _ 28 PP +30 the the DT DT _ 31 DEP +31 weekend weekend NN NN _ 29 NP +32 . . . . _ 28 DEP + +1 the the DT DT _ 3 DEP +2 janus janus NNP NNP _ 3 DEP +3 group group NNP NNP _ 4 NP-SBJ +4 had had VBD VBD _ 0 ROOT +5 a a DT DT _ 7 DEP +6 similar similar JJ JJ _ 7 DEP +7 recording recording NN NN _ 4 NP-OBJ +8 for for IN IN _ 4 PP +9 investors investors NNS NNS _ 8 NP +10 . . . . _ 4 DEP + +1 several several JJ JJ _ 3 DEP +2 fund fund NN NN _ 3 DEP +3 managers managers NNS NNS _ 4 NP-SBJ +4 expect expect VBP VBP _ 0 ROOT +5 a a DT DT _ 7 DEP +6 rough rough JJ JJ _ 7 DEP +7 market market NN NN _ 9 NP +8 this this DT DT _ 9 DEP +9 morning morning NN NN _ 4 NP-OBJ +10 before before IN IN _ 4 SBAR +11 prices prices NNS NNS _ 12 NP-SBJ +12 stabilize stabilize VBP VBP _ 10 S +13 . . . . _ 4 DEP + +1 some some DT DT _ 3 DEP +2 early early JJ JJ _ 3 DEP +3 selling selling NN NN _ 4 NP-SBJ +4 is is VBZ VBZ _ 0 ROOT +5 likely likely JJ JJ _ 4 ADJP +6 to to TO TO _ 7 DEP +7 stem stem VB VB _ 5 S +8 from from IN IN _ 7 PP +9 investors investors NNS NNS _ 12 NP +10 and and CC CC _ 12 DEP +11 portfolio portfolio NN NN _ 12 DEP +12 managers managers NNS NNS _ 8 NP +13 who who WP WP _ 12 SBAR +14 want want VBP VBP _ 13 S +15 to to TO TO _ 16 DEP +16 lock lock VB VB _ 14 S +17 in in RP RP _ 16 PRT +18 this this DT DT _ 20 DEP +19 year year NN NN _ 20 DEP +20 's 's POS POS _ 22 NP +21 fat fat JJ JJ _ 22 DEP +22 profits profits NNS NNS _ 16 NP-OBJ +23 . . . . _ 4 DEP + +1 stock stock NN NN _ 2 DEP +2 funds funds NNS NNS _ 3 NP-SBJ +3 have have VBP VBP _ 0 ROOT +4 averaged averaged VBN VBN _ 3 VP +5 a a DT DT _ 7 DEP +6 staggering staggering JJ JJ _ 7 DEP +7 gain gain NN NN _ 4 NP-OBJ +8 of of IN IN _ 7 PP +9 25 25 CD CD _ 10 DEP +10 % % NN NN _ 8 NP +11 through through IN IN _ 4 PP +12 september september NNP NNP _ 11 NP +13 , , , , _ 4 DEP +14 according according VBG VBG _ 4 PP +15 to to TO TO _ 14 PP +16 lipper lipper NNP NNP _ 19 DEP +17 analytical analytical NNP NNP _ 19 DEP +18 services services NNPS NNPS _ 19 DEP +19 inc inc NNP NNP _ 15 NP +20 . . . . _ 3 DEP + +1 elaine elaine NNP NNP _ 2 DEP +2 garzarelli garzarelli NNP NNP _ 18 NP-SBJ +3 , , , , _ 2 DEP +4 who who WP WP _ 2 SBAR +5 runs runs VBZ VBZ _ 4 S +6 shearson shearson NNP NNP _ 10 DEP +7 lehman lehman NNP NNP _ 10 DEP +8 hutton hutton NNP NNP _ 10 DEP +9 inc. inc. NNP NNP _ 10 DEP +10 's 's POS POS _ 16 NP +11 $ $ $ $ _ 16 ADJP +12 335 335 CD CD _ 11 DEP +13 million million CD CD _ 11 DEP +14 sector sector NN NN _ 16 DEP +15 analysis analysis NN NN _ 16 DEP +16 portfolio portfolio NN NN _ 5 NP-OBJ +17 , , , , _ 2 DEP +18 predicts predicts VBZ VBZ _ 0 ROOT +19 the the DT DT _ 20 DEP +20 market market NN NN _ 21 NP-SBJ +21 will will MD MD _ 18 SBAR +22 open open VB VB _ 21 VP +23 down down RP RP _ 22 ADVP +24 at at IN IN _ 27 QP +25 least least JJS JJS _ 24 DEP +26 50 50 CD CD _ 24 DEP +27 points points NNS NNS _ 23 NP +28 on on IN IN _ 23 PP +29 technical technical JJ JJ _ 30 DEP +30 factors factors NNS NNS _ 35 NP +31 and and CC CC _ 35 DEP +32 `` `` `` `` _ 35 DEP +33 some some DT DT _ 35 DEP +34 panic panic NN NN _ 35 DEP +35 selling selling VBG VBG _ 28 NP +36 . . . . _ 18 DEP +37 '' '' '' '' _ 18 DEP + +1 but but CC CC _ 3 DEP +2 she she PRP PRP _ 3 NP-SBJ +3 expects expects VBZ VBZ _ 0 ROOT +4 prices prices NNS NNS _ 6 NP-SBJ +5 to to TO TO _ 6 DEP +6 rebound rebound VB VB _ 3 S +7 soon soon RB RB _ 6 ADVP +8 and and CC CC _ 3 DEP +9 is is VBZ VBZ _ 3 VP +10 telling telling VBG VBG _ 9 VP +11 investors investors NNS NNS _ 10 NP-OBJ +12 she she PRP PRP _ 13 NP-SBJ +13 expects expects VBZ VBZ _ 10 SBAR +14 the the DT DT _ 16 DEP +15 stock stock NN NN _ 16 DEP +16 market market NN NN _ 17 NP-SBJ +17 wo wo MD MD _ 13 SBAR +18 n't n't RB RB _ 17 DEP +19 decline decline VB VB _ 17 VP +20 more more JJR JJR _ 21 DEP +21 than than IN IN _ 19 NP +22 10 10 CD CD _ 21 DEP +23 % % NN NN _ 21 DEP +24 to to TO TO _ 21 DEP +25 15 15 CD CD _ 21 DEP +26 % % NN NN _ 21 DEP +27 from from IN IN _ 19 PP +28 recent recent JJ JJ _ 29 DEP +29 highs highs NNS NNS _ 27 NP +30 . . . . _ 3 DEP + +1 `` `` `` `` _ 11 DEP +2 this this DT DT _ 3 NP-SBJ +3 is is VBZ VBZ _ 11 S +4 not not RB RB _ 3 DEP +5 a a DT DT _ 7 DEP +6 major major JJ JJ _ 7 DEP +7 crash crash NN NN _ 3 NP-PRD +8 , , , , _ 11 DEP +9 '' '' '' '' _ 11 DEP +10 she she PRP PRP _ 11 NP-SBJ +11 said said VBD VBD _ 0 ROOT +12 . . . . _ 11 DEP + +1 nevertheless nevertheless RB RB _ 5 ADVP +2 , , , , _ 5 DEP +3 ms. ms. NNP NNP _ 4 DEP +4 garzarelli garzarelli NNP NNP _ 5 NP-SBJ +5 said said VBD VBD _ 0 ROOT +6 she she PRP PRP _ 7 NP-SBJ +7 was was VBD VBD _ 5 SBAR +8 swamped swamped VBN VBN _ 7 VP +9 with with IN IN _ 8 PP +10 phone phone NN NN _ 11 DEP +11 calls calls NNS NNS _ 9 NP +12 over over IN IN _ 8 PP +13 the the DT DT _ 14 DEP +14 weekend weekend NN NN _ 12 NP +15 from from IN IN _ 8 PP +16 nervous nervous JJ JJ _ 17 DEP +17 shareholders shareholders NNS NNS _ 15 NP +18 . . . . _ 5 DEP + +1 `` `` `` `` _ 20 DEP +2 half half NN NN _ 5 NP-SBJ +3 of of IN IN _ 2 PP +4 them them PRP PRP _ 3 NP +5 are are VBP VBP _ 20 S +6 really really RB RB _ 7 DEP +7 scared scared JJ JJ _ 5 ADJP +8 and and CC CC _ 5 DEP +9 want want VB VB _ 5 VP +10 to to TO TO _ 11 DEP +11 sell sell VB VB _ 9 S +12 , , , , _ 15 DEP +13 '' '' '' '' _ 15 DEP +14 she she PRP PRP _ 15 NP-SBJ +15 said said VBD VBD _ 20 PRN +16 , , , , _ 15 DEP +17 `` `` `` `` _ 20 DEP +18 but but CC CC _ 20 DEP +19 i i PRP PRP _ 20 NP-SBJ +20 'm 'm VBP VBP _ 0 ROOT +21 trying trying VBG VBG _ 20 VP +22 to to TO TO _ 23 DEP +23 talk talk VB VB _ 21 S +24 them them PRP PRP _ 23 NP-OBJ +25 out out IN IN _ 23 ADVP +26 of of IN IN _ 25 PP +27 it it PRP PRP _ 26 NP +28 . . . . _ 20 DEP +29 '' '' '' '' _ 20 DEP + +1 she she PRP PRP _ 2 NP-SBJ +2 added added VBD VBD _ 0 ROOT +3 , , , , _ 2 DEP +4 `` `` `` `` _ 12 DEP +5 if if IN IN _ 12 SBAR +6 they they PRP PRP _ 8 NP-SBJ +7 all all DT DT _ 8 DEP +8 were were VBD VBD _ 5 S +9 bullish bullish JJ JJ _ 8 ADJP +10 , , , , _ 12 DEP +11 i i PRP PRP _ 12 NP-SBJ +12 'd 'd MD MD _ 2 SBAR +13 really really RB RB _ 12 ADVP +14 be be VB VB _ 12 VP +15 upset upset JJ JJ _ 14 ADJP +16 . . . . _ 2 DEP +17 '' '' '' '' _ 2 DEP + +1 the the DT DT _ 2 DEP +2 backdrop backdrop NN NN _ 7 NP-SBJ +3 to to TO TO _ 2 PP +4 friday friday NNP NNP _ 5 DEP +5 's 's POS POS _ 6 NP +6 slide slide NN NN _ 3 NP +7 was was VBD VBD _ 20 S +8 markedly markedly RB RB _ 9 DEP +9 different different JJ JJ _ 7 ADJP +10 from from IN IN _ 9 PP +11 that that DT DT _ 10 NP +12 of of IN IN _ 11 PP +13 the the DT DT _ 16 DEP +14 october october NNP NNP _ 16 DEP +15 1987 1987 CD CD _ 16 DEP +16 crash crash NN NN _ 12 NP +17 , , , , _ 20 DEP +18 fund fund NN NN _ 19 DEP +19 managers managers NNS NNS _ 20 NP-SBJ +20 argue argue VBP VBP _ 0 ROOT +21 . . . . _ 20 DEP + +1 two two CD CD _ 2 DEP +2 years years NNS NNS _ 3 NP +3 ago ago RB RB _ 20 ADVP +4 , , , , _ 20 DEP +5 unlike unlike IN IN _ 20 PP +6 today today NN NN _ 5 NP +7 , , , , _ 20 DEP +8 the the DT DT _ 9 DEP +9 dollar dollar NN NN _ 10 NP-SBJ +10 was was VBD VBD _ 20 S +11 weak weak JJ JJ _ 10 ADJP +12 , , , , _ 20 DEP +13 interest interest NN NN _ 14 DEP +14 rates rates NNS NNS _ 15 NP-SBJ +15 were were VBD VBD _ 20 S +16 rising rising VBG VBG _ 15 VP +17 and and CC CC _ 20 DEP +18 the the DT DT _ 19 DEP +19 market market NN NN _ 20 NP-SBJ +20 was was VBD VBD _ 25 S +21 very very RB RB _ 22 DEP +22 overvalued overvalued VBN VBN _ 20 ADJP +23 , , , , _ 25 DEP +24 they they PRP PRP _ 25 NP-SBJ +25 say say VBP VBP _ 0 ROOT +26 . . . . _ 25 DEP + +1 `` `` `` `` _ 26 DEP +2 from from IN IN _ 11 PP +3 the the DT DT _ 5 DEP +4 investors investors NNS NNS _ 5 DEP +5 ' ' POS POS _ 6 NP +6 standpoint standpoint NN NN _ 2 NP +7 , , , , _ 11 DEP +8 institutions institutions NNS NNS _ 10 DEP +9 and and CC CC _ 10 DEP +10 individuals individuals NNS NNS _ 11 NP-SBJ +11 learned learned VBD VBD _ 26 S +12 a a DT DT _ 14 DEP +13 painful painful JJ JJ _ 14 DEP +14 lesson lesson NN NN _ 11 NP-OBJ +15 ... ... : : _ 11 DEP +16 by by IN IN _ 11 PP +17 selling selling VBG VBG _ 16 S +18 at at IN IN _ 17 PP +19 the the DT DT _ 20 DEP +20 lows lows NNS NNS _ 18 NP +21 '' '' '' '' _ 17 DEP +22 on on IN IN _ 17 PP +23 black black JJ JJ _ 24 DEP +24 monday monday NNP NNP _ 22 NP +25 , , , , _ 26 DEP +26 said said VBD VBD _ 0 ROOT +27 stephen stephen NNP NNP _ 28 DEP +28 boesel boesel NNP NNP _ 30 NP +29 , , , , _ 30 DEP +30 manager manager NN NN _ 26 NP-SBJ +31 of of IN IN _ 30 PP +32 the the DT DT _ 42 DEP +33 $ $ $ $ _ 42 ADJP +34 580 580 CD CD _ 33 DEP +35 million million CD CD _ 33 DEP +36 t. t. NNP NNP _ 42 DEP +37 rowe rowe NNP NNP _ 42 DEP +38 price price NNP NNP _ 42 DEP +39 growth growth NN NN _ 42 DEP +40 and and CC CC _ 42 DEP +41 income income NN NN _ 42 DEP +42 fund fund NN NN _ 31 NP +43 . . . . _ 26 DEP + +1 this this DT DT _ 2 DEP +2 time time NN NN _ 6 NP +3 , , , , _ 6 DEP +4 `` `` `` `` _ 6 DEP +5 i i PRP PRP _ 6 NP-SBJ +6 do do VBP VBP _ 0 ROOT +7 n't n't RB RB _ 6 DEP +8 think think VB VB _ 6 VP +9 we we PRP PRP _ 10 NP-SBJ +10 'll 'll MD MD _ 8 SBAR +11 get get VB VB _ 10 VP +12 a a DT DT _ 14 DEP +13 panic panic NN NN _ 14 DEP +14 reaction reaction NN NN _ 11 NP-OBJ +15 . . . . _ 6 DEP + +1 newport newport NNP NNP _ 2 DEP +2 corp. corp. NNP NNP _ 3 NP-SBJ +3 said said VBD VBD _ 0 ROOT +4 it it PRP PRP _ 5 NP-SBJ +5 expects expects VBZ VBZ _ 3 SBAR +6 to to TO TO _ 7 DEP +7 report report VB VB _ 5 S +8 fiscal-first-quarter fiscal-first-quarter JJ JJ _ 9 DEP +9 earnings earnings NNS NNS _ 7 NP-OBJ +10 of of IN IN _ 9 PP +11 between between IN IN _ 18 NP +12 15 15 CD CD _ 11 DEP +13 cents cents NNS NNS _ 11 DEP +14 and and CC CC _ 11 DEP +15 19 19 CD CD _ 11 DEP +16 cents cents NNS NNS _ 11 DEP +17 a a DT DT _ 18 DEP +18 share share NN NN _ 10 NP +19 , , , , _ 18 DEP +20 somewhat somewhat RB RB _ 21 ADVP +21 below below IN IN _ 18 PP +22 analysts analysts NNS NNS _ 23 DEP +23 ' ' POS POS _ 24 NP +24 estimates estimates NNS NNS _ 21 NP +25 of of IN IN _ 24 PP +26 19 19 CD CD _ 27 DEP +27 cents cents NNS NNS _ 30 NP +28 to to TO TO _ 30 DEP +29 23 23 CD CD _ 30 DEP +30 cents cents NNS NNS _ 25 NP +31 . . . . _ 3 DEP + +1 the the DT DT _ 2 DEP +2 maker maker NN NN _ 9 NP-SBJ +3 of of IN IN _ 2 PP +4 scientific scientific JJ JJ _ 5 DEP +5 instruments instruments NNS NNS _ 8 NP +6 and and CC CC _ 8 DEP +7 laser laser NN NN _ 8 DEP +8 parts parts NNS NNS _ 3 NP +9 said said VBD VBD _ 0 ROOT +10 orders orders NNS NNS _ 11 NP-SBJ +11 fell fell VBD VBD _ 9 SBAR +12 below below IN IN _ 11 PP +13 expectations expectations NNS NNS _ 12 NP +14 in in IN IN _ 11 PP +15 recent recent JJ JJ _ 16 DEP +16 months months NNS NNS _ 14 NP +17 . . . . _ 9 DEP + +1 a a DT DT _ 2 DEP +2 spokesman spokesman NN NN _ 3 NP-SBJ +3 added added VBD VBD _ 0 ROOT +4 that that IN IN _ 3 SBAR +5 sales sales NNS NNS _ 12 NP-SBJ +6 in in IN IN _ 5 PP +7 the the DT DT _ 9 DEP +8 current current JJ JJ _ 9 DEP +9 quarter quarter NN NN _ 6 NP +10 will will MD MD _ 12 DEP +11 about about RB RB _ 12 ADVP +12 equal equal VB VB _ 4 S +13 the the DT DT _ 16 DEP +14 yearearlier yearearlier JJ JJ _ 16 DEP +15 quarter quarter NN NN _ 16 DEP +16 's 's POS POS _ 17 NP +17 figure figure NN NN _ 12 NP-OBJ +18 , , , , _ 17 DEP +19 when when WRB WRB _ 17 SBAR +20 newport newport NNP NNP _ 21 NP-SBJ +21 reported reported VBD VBD _ 19 S +22 net net JJ JJ _ 23 DEP +23 income income NN NN _ 21 NP-OBJ +24 of of IN IN _ 23 PP +25 $ $ $ $ _ 33 NP +26 1.7 1.7 CD CD _ 25 DEP +27 million million CD CD _ 25 DEP +28 , , , , _ 33 DEP +29 or or CC CC _ 33 DEP +30 21 21 CD CD _ 31 DEP +31 cents cents NNS NNS _ 33 NP +32 a a DT DT _ 33 DEP +33 share share NN NN _ 24 NP +34 , , , , _ 23 DEP +35 on on IN IN _ 23 PP +36 $ $ $ $ _ 35 NP +37 14.1 14.1 CD CD _ 36 DEP +38 million million CD CD _ 36 DEP +39 in in IN IN _ 36 PP +40 sales sales NNS NNS _ 39 NP +41 . . . . _ 3 DEP + +1 ripples ripples NNS NNS _ 13 NP-SBJ +2 from from IN IN _ 1 PP +3 the the DT DT _ 4 DEP +4 strike strike NN NN _ 2 NP +5 by by IN IN _ 4 PP +6 55,000 55,000 CD CD _ 9 DEP +7 machinists machinists NNS NNS _ 9 DEP +8 union union NN NN _ 9 DEP +9 members members NNS NNS _ 5 NP +10 against against IN IN _ 4 PP +11 boeing boeing NNP NNP _ 12 DEP +12 co. co. NNP NNP _ 10 NP +13 reached reached VBD VBD _ 0 ROOT +14 air air NN NN _ 15 DEP +15 carriers carriers NNS NNS _ 13 NP-OBJ +16 friday friday NNP NNP _ 13 NP +17 as as IN IN _ 13 SBAR +18 america america NNP NNP _ 20 DEP +19 west west NNP NNP _ 20 DEP +20 airlines airlines NNP NNP _ 21 NP-SBJ +21 announced announced VBD VBD _ 17 S +22 it it PRP PRP _ 23 NP-SBJ +23 will will MD MD _ 21 SBAR +24 postpone postpone VB VB _ 23 VP +25 its its PRP$ PRP$ _ 27 DEP +26 new new JJ JJ _ 27 DEP +27 service service NN NN _ 24 NP-OBJ +28 out out IN IN _ 27 PP +29 of of IN IN _ 28 PP +30 houston houston NNP NNP _ 29 NP +31 because because IN IN _ 24 PP +32 of of IN IN _ 31 DEP +33 delays delays NNS NNS _ 31 NP +34 in in IN IN _ 33 PP +35 receiving receiving VBG VBG _ 34 S +36 aircraft aircraft NN NN _ 35 NP-OBJ +37 from from IN IN _ 35 PP +38 the the DT DT _ 41 DEP +39 seattle seattle NNP NNP _ 41 DEP +40 jet jet NN NN _ 41 DEP +41 maker maker NN NN _ 37 NP +42 . . . . _ 13 DEP + +1 peter peter NNP NNP _ 2 DEP +2 otradovec otradovec NNP NNP _ 5 NP +3 , , , , _ 5 DEP +4 vice vice NN NN _ 5 DEP +5 president president NN NN _ 16 NP-SBJ +6 for for IN IN _ 5 PP +7 planning planning NN NN _ 6 NP +8 at at IN IN _ 5 PP +9 the the DT DT _ 14 DEP +10 phoenix phoenix NNP NNP _ 12 DEP +11 , , , , _ 12 DEP +12 ariz. ariz. NNP NNP _ 14 NAC +13 , , , , _ 12 DEP +14 carrier carrier NN NN _ 8 NP +15 , , , , _ 5 DEP +16 said said VBD VBD _ 0 ROOT +17 in in IN IN _ 16 PP +18 an an DT DT _ 19 DEP +19 interview interview NN NN _ 17 NP +20 that that IN IN _ 43 SBAR +21 the the DT DT _ 23 DEP +22 work work NN NN _ 23 DEP +23 stoppage stoppage NN NN _ 34 NP-SBJ +24 at at IN IN _ 23 PP +25 boeing boeing NNP NNP _ 24 NP +26 , , , , _ 23 DEP +27 now now RB RB _ 28 ADVP +28 entering entering VBG VBG _ 23 VP +29 its its PRP$ PRP$ _ 31 DEP +30 13th 13th JJ JJ _ 31 DEP +31 day day NN NN _ 28 NP-OBJ +32 , , , , _ 23 DEP +33 `` `` `` `` _ 34 DEP +34 has has VBZ VBZ _ 20 S +35 caused caused VBN VBN _ 34 VP +36 some some DT DT _ 37 DEP +37 turmoil turmoil NN NN _ 35 NP-OBJ +38 in in IN IN _ 37 PP +39 our our PRP$ PRP$ _ 40 DEP +40 scheduling scheduling NN NN _ 38 NP +41 '' '' '' '' _ 34 DEP +42 and and CC CC _ 43 DEP +43 that that IN IN _ 16 SBAR +44 more more JJR JJR _ 45 DEP +45 than than IN IN _ 47 QP +46 500 500 CD CD _ 45 DEP +47 passengers passengers NNS NNS _ 59 NP-SBJ +48 who who WP WP _ 47 SBAR +49 were were VBD VBD _ 48 S +50 booked booked VBN VBN _ 49 VP +51 to to TO TO _ 52 DEP +52 fly fly VB VB _ 50 S +53 out out IN IN _ 52 PP +54 of of IN IN _ 53 PP +55 houston houston NNP NNP _ 54 NP +56 on on IN IN _ 52 PP +57 america america NNP NNP _ 58 DEP +58 west west NNP NNP _ 56 NP +59 would would MD MD _ 43 S +60 now now RB RB _ 59 ADVP +61 be be VB VB _ 59 VP +62 put put VBN VBN _ 61 VP +63 on on IN IN _ 62 PP +64 other other JJ JJ _ 65 DEP +65 airlines airlines NNS NNS _ 63 NP +66 . . . . _ 16 DEP + +1 mr. mr. NNP NNP _ 2 DEP +2 otradovec otradovec NNP NNP _ 3 NP-SBJ +3 said said VBD VBD _ 0 ROOT +4 boeing boeing NNP NNP _ 5 NP-SBJ +5 told told VBD VBD _ 3 SBAR +6 america america NNP NNP _ 7 DEP +7 west west NNP NNP _ 5 NP-OBJ +8 that that IN IN _ 5 SBAR +9 the the DT DT _ 10 DEP +10 757 757 CD CD _ 18 NP-SBJ +11 it it PRP PRP _ 12 NP-SBJ +12 was was VBD VBD _ 10 SBAR +13 supposed supposed VBN VBN _ 12 VP +14 to to TO TO _ 15 DEP +15 get get VB VB _ 13 S +16 this this DT DT _ 17 DEP +17 thursday thursday NNP NNP _ 15 NP +18 would would MD MD _ 8 S +19 n't n't RB RB _ 18 DEP +20 be be VB VB _ 18 VP +21 delivered delivered VBN VBN _ 20 VP +22 until until IN IN _ 21 PP +23 nov. nov. NNP NNP _ 27 NP +24 7 7 CD CD _ 23 DEP +25 -- -- : : _ 27 DEP +26 the the DT DT _ 27 DEP +27 day day NN NN _ 22 NP +28 after after IN IN _ 27 SBAR +29 the the DT DT _ 30 DEP +30 airline airline NN NN _ 31 NP-SBJ +31 had had VBD VBD _ 28 S +32 been been VBN VBN _ 31 VP +33 planning planning VBG VBG _ 32 VP +34 to to TO TO _ 35 DEP +35 initiate initiate VB VB _ 33 S +36 service service NN NN _ 35 NP-OBJ +37 at at IN IN _ 36 PP +38 houston houston NNP NNP _ 37 NP +39 with with IN IN _ 35 PP +40 four four CD CD _ 42 DEP +41 daily daily JJ JJ _ 42 DEP +42 flights flights NNS NNS _ 39 NP +43 , , , , _ 42 DEP +44 including including VBG VBG _ 42 PP +45 three three CD CD _ 46 DEP +46 nonstops nonstops NNS NNS _ 51 NP +47 to to TO TO _ 46 PP +48 phoenix phoenix NNP NNP _ 47 NP +49 and and CC CC _ 51 DEP +50 one one CD CD _ 51 DEP +51 nonstop nonstop JJ JJ _ 44 NP +52 to to TO TO _ 51 PP +53 las las NNP NNP _ 54 DEP +54 vegas vegas NNP NNP _ 52 NP +55 . . . . _ 3 DEP + +1 now now RB RB _ 5 ADVP +2 , , , , _ 5 DEP +3 those those DT DT _ 4 DEP +4 routes routes NNS NNS _ 5 NP-SBJ +5 are are VBP VBP _ 0 ROOT +6 n't n't RB RB _ 5 DEP +7 expected expected VBN VBN _ 5 VP +8 to to TO TO _ 9 DEP +9 begin begin VB VB _ 7 S +10 until until IN IN _ 7 PP +11 jan jan NNP NNP _ 10 NP +12 . . . . _ 5 DEP + +1 boeing boeing NNP NNP _ 2 NP-SBJ +2 is is VBZ VBZ _ 0 ROOT +3 also also RB RB _ 2 ADVP +4 supposed supposed VBN VBN _ 2 VP +5 to to TO TO _ 6 DEP +6 send send VB VB _ 4 S +7 to to TO TO _ 6 PP +8 america america NNP NNP _ 9 DEP +9 west west NNP NNP _ 7 NP +10 another another DT DT _ 13 DEP +11 757 757 CD CD _ 13 DEP +12 twin-engine twin-engine JJ JJ _ 13 DEP +13 aircraft aircraft NN NN _ 18 NP +14 as as RB RB _ 18 CONJP +15 well well RB RB _ 14 DEP +16 as as IN IN _ 14 DEP +17 a a DT DT _ 18 DEP +18 737 737 CD CD _ 6 NP-OBJ +19 by by IN IN _ 6 PP +20 year year NN NN _ 21 DEP +21 's 's POS POS _ 22 NP +22 end end NN NN _ 19 NP +23 . . . . _ 2 DEP + diff --git a/data/mstparser-en-train.dep b/data/mstparser-en-train.dep new file mode 100644 index 0000000..3d89e2f --- /dev/null +++ b/data/mstparser-en-train.dep @@ -0,0 +1,5480 @@ +1 in in IN IN _ 43 PP +2 an an DT DT _ 5 DEP +3 oct. oct. NNP NNP _ 5 DEP +4 19 19 CD CD _ 5 DEP +5 review review NN NN _ 1 NP +6 of of IN IN _ 5 PP +7 `` `` `` `` _ 9 DEP +8 the the DT DT _ 9 DEP +9 misanthrope misanthrope NN NN _ 6 NP +10 '' '' '' '' _ 9 DEP +11 at at IN IN _ 9 PP +12 chicago chicago NNP NNP _ 13 DEP +13 's 's POS POS _ 15 NP +14 goodman goodman NNP NNP _ 15 DEP +15 theatre theatre NNP NNP _ 11 NP +16 ( ( -LRB- -LRB- _ 30 DEP +17 `` `` `` `` _ 30 DEP +18 revitalized revitalized VBN VBN _ 19 DEP +19 classics classics NNS NNS _ 20 NP-SBJ +20 take take VBP VBP _ 30 S +21 the the DT DT _ 22 DEP +22 stage stage NN NN _ 20 NP-OBJ +23 in in IN IN _ 20 PP +24 windy windy NNP NNP _ 25 DEP +25 city city NNP NNP _ 23 NP +26 , , , , _ 30 DEP +27 '' '' '' '' _ 30 DEP +28 leisure leisure NN NN _ 30 DEP +29 & & CC CC _ 30 DEP +30 arts arts NNS NNS _ 5 PRN +31 ) ) -RRB- -RRB- _ 30 DEP +32 , , , , _ 43 DEP +33 the the DT DT _ 34 DEP +34 role role NN NN _ 43 NP-SBJ +35 of of IN IN _ 34 PP +36 celimene celimene NNP NNP _ 35 NP +37 , , , , _ 34 DEP +38 played played VBN VBN _ 34 VP +39 by by IN IN _ 38 PP +40 kim kim NNP NNP _ 41 DEP +41 cattrall cattrall NNP NNP _ 39 NP +42 , , , , _ 34 DEP +43 was was VBD VBD _ 0 ROOT +44 mistakenly mistakenly RB RB _ 45 ADVP +45 attributed attributed VBN VBN _ 43 VP +46 to to TO TO _ 45 PP +47 christina christina NNP NNP _ 48 DEP +48 haag haag NNP NNP _ 46 NP +49 . . . . _ 43 DEP + +1 ms. ms. NNP NNP _ 2 DEP +2 haag haag NNP NNP _ 3 NP-SBJ +3 plays plays VBZ VBZ _ 0 ROOT +4 elianti elianti NNP NNP _ 3 NP-OBJ +5 . . . . _ 3 DEP + +1 rolls-royce rolls-royce NNP NNP _ 4 DEP +2 motor motor NNP NNP _ 4 DEP +3 cars cars NNPS NNPS _ 4 DEP +4 inc. inc. NNP NNP _ 5 NP-SBJ +5 said said VBD VBD _ 0 ROOT +6 it it PRP PRP _ 7 NP-SBJ +7 expects expects VBZ VBZ _ 5 SBAR +8 its its PRP$ PRP$ _ 10 DEP +9 u.s. u.s. NNP NNP _ 10 DEP +10 sales sales NNS NNS _ 12 NP-SBJ +11 to to TO TO _ 12 DEP +12 remain remain VB VB _ 7 S +13 steady steady JJ JJ _ 12 ADJP +14 at at IN IN _ 12 PP +15 about about IN IN _ 17 QP +16 1,200 1,200 CD CD _ 15 DEP +17 cars cars NNS NNS _ 14 NP +18 in in IN IN _ 12 PP +19 1990 1990 CD CD _ 18 NP +20 . . . . _ 5 DEP + +1 the the DT DT _ 4 DEP +2 luxury luxury NN NN _ 4 DEP +3 auto auto NN NN _ 4 DEP +4 maker maker NN NN _ 7 NP-SBJ +5 last last JJ JJ _ 6 DEP +6 year year NN NN _ 7 NP +7 sold sold VBD VBD _ 0 ROOT +8 1,214 1,214 CD CD _ 9 DEP +9 cars cars NNS NNS _ 7 NP-OBJ +10 in in IN IN _ 7 PP +11 the the DT DT _ 12 DEP +12 u.s. u.s. NNP NNP _ 10 NP + +1 howard howard NNP NNP _ 2 DEP +2 mosher mosher NNP NNP _ 8 NP +3 , , , , _ 8 DEP +4 president president NN NN _ 8 NP +5 and and CC CC _ 8 DEP +6 chief chief JJ JJ _ 8 DEP +7 executive executive NN NN _ 8 DEP +8 officer officer NN NN _ 10 NP-SBJ +9 , , , , _ 8 DEP +10 said said VBD VBD _ 0 ROOT +11 he he PRP PRP _ 12 NP-SBJ +12 anticipates anticipates VBZ VBZ _ 10 SBAR +13 growth growth NN NN _ 12 NP-OBJ +14 for for IN IN _ 13 PP +15 the the DT DT _ 18 DEP +16 luxury luxury NN NN _ 18 DEP +17 auto auto NN NN _ 18 DEP +18 maker maker NN NN _ 14 NP +19 in in IN IN _ 13 PP +20 britain britain NNP NNP _ 22 DEP +21 and and CC CC _ 22 DEP +22 europe europe NNP NNP _ 19 NP +23 , , , , _ 19 DEP +24 and and CC CC _ 19 DEP +25 in in IN IN _ 19 PP +26 far far JJ JJ _ 27 DEP +27 eastern eastern JJ JJ _ 28 ADJP +28 markets markets NNS NNS _ 25 NP +29 . . . . _ 10 DEP + +1 bell bell NNP NNP _ 3 DEP +2 industries industries NNP NNP _ 3 DEP +3 inc. inc. NNP NNP _ 4 NP-SBJ +4 increased increased VBD VBD _ 0 ROOT +5 its its PRP$ PRP$ _ 6 DEP +6 quarterly quarterly NN NN _ 4 NP-OBJ +7 to to TO TO _ 4 PP +8 10 10 CD CD _ 9 DEP +9 cents cents NNS NNS _ 7 NP +10 from from IN IN _ 4 PP +11 seven seven CD CD _ 12 DEP +12 cents cents NNS NNS _ 14 NP +13 a a DT DT _ 14 DEP +14 share share NN NN _ 10 NP +15 . . . . _ 4 DEP + +1 the the DT DT _ 3 DEP +2 new new JJ JJ _ 3 DEP +3 rate rate NN NN _ 4 NP-SBJ +4 will will MD MD _ 0 ROOT +5 be be VB VB _ 4 VP +6 payable payable JJ JJ _ 5 ADJP +7 feb. feb. NNP NNP _ 6 NP +8 15 15 CD CD _ 7 DEP +9 . . . . _ 4 DEP + +1 a a DT DT _ 3 DEP +2 record record NN NN _ 3 DEP +3 date date NN NN _ 4 NP-SBJ +4 has has VBZ VBZ _ 0 ROOT +5 n't n't RB RB _ 4 DEP +6 been been VBN VBN _ 4 VP +7 set set VBN VBN _ 6 VP +8 . . . . _ 4 DEP + +1 bell bell NNP NNP _ 8 NP-SBJ +2 , , , , _ 1 DEP +3 based based VBN VBN _ 1 VP +4 in in IN IN _ 3 PP +5 los los NNP NNP _ 6 DEP +6 angeles angeles NNP NNP _ 4 NP +7 , , , , _ 1 DEP +8 makes makes VBZ VBZ _ 0 ROOT +9 and and CC CC _ 8 DEP +10 distributes distributes VBZ VBZ _ 8 DEP +11 electronic electronic JJ JJ _ 16 UCP +12 , , , , _ 11 DEP +13 computer computer NN NN _ 11 DEP +14 and and CC CC _ 11 DEP +15 building building NN NN _ 11 DEP +16 products products NNS NNS _ 8 NP-OBJ +17 . . . . _ 8 DEP + +1 investors investors NNS NNS _ 2 NP-SBJ +2 are are VBP VBP _ 0 ROOT +3 appealing appealing VBG VBG _ 2 VP +4 to to TO TO _ 3 PP +5 the the DT DT _ 9 DEP +6 securities securities NNPS NNPS _ 9 DEP +7 and and CC CC _ 9 DEP +8 exchange exchange NNP NNP _ 9 DEP +9 commission commission NNP NNP _ 4 NP +10 not not RB RB _ 12 DEP +11 to to TO TO _ 12 DEP +12 limit limit VB VB _ 3 S +13 their their PRP$ PRP$ _ 14 DEP +14 access access NN NN _ 12 NP-OBJ +15 to to TO TO _ 14 PP +16 information information NN NN _ 15 NP +17 about about IN IN _ 16 PP +18 stock stock NN NN _ 21 DEP +19 purchases purchases NNS NNS _ 21 DEP +20 and and CC CC _ 21 DEP +21 sales sales NNS NNS _ 17 NP +22 by by IN IN _ 21 PP +23 corporate corporate JJ JJ _ 24 DEP +24 insiders insiders NNS NNS _ 22 NP +25 . . . . _ 2 DEP + +1 a a DT DT _ 3 DEP +2 sec sec NNP NNP _ 3 DEP +3 proposal proposal NN NN _ 12 NP-SBJ +4 to to TO TO _ 5 DEP +5 ease ease VB VB _ 3 S +6 reporting reporting NN NN _ 7 DEP +7 requirements requirements NNS NNS _ 5 NP-OBJ +8 for for IN IN _ 7 PP +9 some some DT DT _ 11 DEP +10 company company NN NN _ 11 DEP +11 executives executives NNS NNS _ 8 NP +12 would would MD MD _ 32 S +13 undermine undermine VB VB _ 12 VP +14 the the DT DT _ 15 DEP +15 usefulness usefulness NN NN _ 13 NP-OBJ +16 of of IN IN _ 15 PP +17 information information NN NN _ 16 NP +18 on on IN IN _ 17 PP +19 insider insider NN NN _ 20 DEP +20 trades trades NNS NNS _ 18 NP +21 as as IN IN _ 15 PP +22 a a DT DT _ 24 DEP +23 stock-picking stock-picking JJ JJ _ 24 DEP +24 tool tool NN NN _ 21 NP +25 , , , , _ 32 DEP +26 individual individual JJ JJ _ 27 DEP +27 investors investors NNS NNS _ 31 NP +28 and and CC CC _ 31 DEP +29 professional professional JJ JJ _ 31 DEP +30 money money NN NN _ 31 DEP +31 managers managers NNS NNS _ 32 NP-SBJ +32 contend contend VBP VBP _ 0 ROOT +33 . . . . _ 32 DEP + +1 they they PRP PRP _ 2 NP-SBJ +2 make make VBP VBP _ 0 ROOT +3 the the DT DT _ 4 DEP +4 argument argument NN NN _ 2 NP-OBJ +5 in in IN IN _ 2 PP +6 letters letters NNS NNS _ 5 NP +7 to to TO TO _ 6 PP +8 the the DT DT _ 9 DEP +9 agency agency NN NN _ 7 NP +10 about about IN IN _ 6 PP +11 rule rule NN NN _ 12 DEP +12 changes changes NNS NNS _ 10 NP +13 proposed proposed VBD VBD _ 12 VP +14 this this DT DT _ 16 DEP +15 past past JJ JJ _ 16 DEP +16 summer summer NN NN _ 13 NP +17 that that IN IN _ 12 SBAR +18 , , , , _ 17 DEP +19 among among IN IN _ 23 PP +20 other other JJ JJ _ 21 DEP +21 things things NNS NNS _ 19 NP +22 , , , , _ 23 DEP +23 would would MD MD _ 17 S +24 exempt exempt VB VB _ 23 VP +25 many many JJ JJ _ 27 DEP +26 middle-management middle-management JJ JJ _ 27 DEP +27 executives executives NNS NNS _ 24 NP-OBJ +28 from from IN IN _ 24 PP +29 reporting reporting VBG VBG _ 28 S +30 trades trades NNS NNS _ 29 NP-OBJ +31 in in IN IN _ 30 PP +32 their their PRP$ PRP$ _ 35 DEP +33 own own JJ JJ _ 35 DEP +34 companies companies NNS NNS _ 35 DEP +35 ' ' POS POS _ 36 NP +36 shares shares NNS NNS _ 31 NP +37 . . . . _ 2 DEP + +1 the the DT DT _ 3 DEP +2 proposed proposed VBN VBN _ 3 DEP +3 changes changes NNS NNS _ 5 NP-SBJ +4 also also RB RB _ 5 ADVP +5 would would MD MD _ 0 ROOT +6 allow allow VB VB _ 5 VP +7 executives executives NNS NNS _ 9 NP-SBJ +8 to to TO TO _ 9 DEP +9 report report VB VB _ 6 S +10 exercises exercises NNS NNS _ 9 NP-OBJ +11 of of IN IN _ 10 PP +12 options options NNS NNS _ 11 NP +13 later later RBR RBR _ 9 ADVP +14 and and CC CC _ 13 DEP +15 less less RBR RBR _ 16 DEP +16 often often RB RB _ 13 ADVP +17 . . . . _ 5 DEP + +1 many many JJ JJ _ 5 NP-SBJ +2 of of IN IN _ 1 PP +3 the the DT DT _ 4 DEP +4 letters letters NNS NNS _ 2 NP +5 maintain maintain VBP VBP _ 0 ROOT +6 that that IN IN _ 5 SBAR +7 investor investor NN NN _ 8 DEP +8 confidence confidence NN NN _ 9 NP-SBJ +9 has has VBZ VBZ _ 25 S +10 been been VBN VBN _ 9 VP +11 so so RB RB _ 12 ADVP +12 shaken shaken VBN VBN _ 10 VP +13 by by IN IN _ 12 PP +14 the the DT DT _ 18 DEP +15 1987 1987 CD CD _ 18 DEP +16 stock stock NN NN _ 18 DEP +17 market market NN NN _ 18 DEP +18 crash crash NN NN _ 13 NP +19 -- -- : : _ 25 DEP +20 and and CC CC _ 25 DEP +21 the the DT DT _ 22 DEP +22 markets markets NNS NNS _ 25 NP-SBJ +23 already already RB RB _ 25 ADVP +24 so so RB RB _ 25 ADVP +25 stacked stacked VBN VBN _ 6 S +26 against against IN IN _ 25 PP +27 the the DT DT _ 29 DEP +28 little little JJ JJ _ 29 DEP +29 guy guy NN NN _ 26 NP +30 -- -- : : _ 25 DEP +31 that that IN IN _ 25 SBAR +32 any any DT DT _ 33 DEP +33 decrease decrease NN NN _ 39 NP-SBJ +34 in in IN IN _ 33 PP +35 information information NN NN _ 34 NP +36 on on IN IN _ 35 PP +37 insider-trading insider-trading NN NN _ 38 DEP +38 patterns patterns NNS NNS _ 36 NP +39 might might MD MD _ 31 S +40 prompt prompt VB VB _ 39 VP +41 individuals individuals NNS NNS _ 43 NP-SBJ +42 to to TO TO _ 43 DEP +43 get get VB VB _ 40 S +44 out out RB RB _ 43 ADVP +45 of of IN IN _ 44 PP +46 stocks stocks NNS NNS _ 45 NP +47 altogether altogether RB RB _ 43 ADVP +48 . . . . _ 5 DEP + +1 `` `` `` `` _ 18 DEP +2 the the DT DT _ 3 DEP +3 sec sec NNP NNP _ 4 NP-SBJ +4 has has VBZ VBZ _ 18 S +5 historically historically RB RB _ 4 ADVP +6 paid paid VBN VBN _ 4 VP +7 obeisance obeisance NN NN _ 6 NP-OBJ +8 to to TO TO _ 6 PP +9 the the DT DT _ 10 DEP +10 ideal ideal NN NN _ 8 NP +11 of of IN IN _ 10 PP +12 a a DT DT _ 15 DEP +13 level level JJ JJ _ 15 DEP +14 playing playing NN NN _ 15 DEP +15 field field NN NN _ 11 NP +16 , , , , _ 18 DEP +17 '' '' '' '' _ 18 DEP +18 wrote wrote VBD VBD _ 0 ROOT +19 clyde clyde NNP NNP _ 21 DEP +20 s. s. NNP NNP _ 21 DEP +21 mcgregor mcgregor NNP NNP _ 18 NP-SBJ +22 of of IN IN _ 21 PP +23 winnetka winnetka NNP NNP _ 25 NP +24 , , , , _ 25 DEP +25 ill. ill. NNP NNP _ 22 NP +26 , , , , _ 25 DEP +27 in in IN IN _ 18 PP +28 one one CD CD _ 27 NP +29 of of IN IN _ 28 PP +30 the the DT DT _ 32 DEP +31 92 92 CD CD _ 32 DEP +32 letters letters NNS NNS _ 29 NP +33 the the DT DT _ 34 DEP +34 agency agency NN NN _ 35 NP-SBJ +35 has has VBZ VBZ _ 32 SBAR +36 received received VBN VBN _ 35 VP +37 since since IN IN _ 36 SBAR +38 the the DT DT _ 39 DEP +39 changes changes NNS NNS _ 40 NP-SBJ +40 were were VBD VBD _ 37 S +41 proposed proposed VBN VBN _ 40 VP +42 aug. aug. NNP NNP _ 41 NP +43 17 17 CD CD _ 42 DEP +44 . . . . _ 18 DEP + +1 `` `` `` `` _ 5 DEP +2 apparently apparently RB RB _ 5 ADVP +3 the the DT DT _ 4 DEP +4 commission commission NN NN _ 5 NP-SBJ +5 did did VBD VBD _ 0 ROOT +6 not not RB RB _ 5 DEP +7 really really RB RB _ 5 ADVP +8 believe believe VB VB _ 5 VP +9 in in IN IN _ 8 PP +10 this this DT DT _ 11 DEP +11 ideal ideal NN NN _ 9 NP +12 . . . . _ 5 DEP +13 '' '' '' '' _ 5 DEP + +1 currently currently RB RB _ 5 ADVP +2 , , , , _ 5 DEP +3 the the DT DT _ 4 DEP +4 rules rules NNS NNS _ 5 NP-SBJ +5 force force VBP VBP _ 0 ROOT +6 executives executives NNS NNS _ 12 NP +7 , , , , _ 12 DEP +8 directors directors NNS NNS _ 12 NP +9 and and CC CC _ 12 DEP +10 other other JJ JJ _ 12 DEP +11 corporate corporate JJ JJ _ 12 DEP +12 insiders insiders NNS NNS _ 14 NP-SBJ +13 to to TO TO _ 14 DEP +14 report report VB VB _ 5 S +15 purchases purchases NNS NNS _ 17 DEP +16 and and CC CC _ 17 DEP +17 sales sales NNS NNS _ 14 NP-OBJ +18 of of IN IN _ 17 PP +19 their their PRP$ PRP$ _ 21 DEP +20 companies companies NNS NNS _ 21 DEP +21 ' ' POS POS _ 22 NP +22 shares shares NNS NNS _ 18 NP +23 within within IN IN _ 14 PP +24 about about IN IN _ 26 QP +25 a a DT DT _ 24 DEP +26 month month NN NN _ 23 NP +27 after after IN IN _ 26 PP +28 the the DT DT _ 29 DEP +29 transaction transaction NN NN _ 27 NP +30 . . . . _ 5 DEP + +1 but but CC CC _ 14 DEP +2 about about IN IN _ 4 QP +3 25 25 CD CD _ 2 DEP +4 % % NN NN _ 14 NP-SBJ +5 of of IN IN _ 4 PP +6 the the DT DT _ 7 DEP +7 insiders insiders NNS NNS _ 5 NP +8 , , , , _ 14 DEP +9 according according VBG VBG _ 14 PP +10 to to TO TO _ 9 PP +11 sec sec NNP NNP _ 12 DEP +12 figures figures NNS NNS _ 10 NP +13 , , , , _ 14 DEP +14 file file VBP VBP _ 0 ROOT +15 their their PRP$ PRP$ _ 16 DEP +16 reports reports NNS NNS _ 14 NP-OBJ +17 late late RB RB _ 14 ADVP +18 . . . . _ 14 DEP + +1 the the DT DT _ 2 DEP +2 changes changes NNS NNS _ 3 NP-SBJ +3 were were VBD VBD _ 27 S +4 proposed proposed VBN VBN _ 3 VP +5 in in IN IN _ 4 PP +6 an an DT DT _ 7 DEP +7 effort effort NN NN _ 5 NP +8 to to TO TO _ 9 DEP +9 streamline streamline VB VB _ 7 S +10 federal federal JJ JJ _ 11 DEP +11 bureaucracy bureaucracy NN NN _ 9 NP-OBJ +12 and and CC CC _ 9 DEP +13 boost boost VB VB _ 9 VP +14 compliance compliance NN NN _ 13 NP-OBJ +15 by by IN IN _ 14 PP +16 the the DT DT _ 17 DEP +17 executives executives NNS NNS _ 15 NP +18 `` `` `` `` _ 17 DEP +19 who who WP WP _ 17 SBAR +20 are are VBP VBP _ 19 S +21 really really RB RB _ 20 ADVP +22 calling calling VBG VBG _ 20 VP +23 the the DT DT _ 24 DEP +24 shots shots NNS NNS _ 22 NP-OBJ +25 , , , , _ 27 DEP +26 '' '' '' '' _ 27 DEP +27 said said VBD VBD _ 0 ROOT +28 brian brian NNP NNP _ 29 DEP +29 lane lane NNP NNP _ 32 NP +30 , , , , _ 32 DEP +31 special special JJ JJ _ 32 DEP +32 counsel counsel NN NN _ 27 NP-SBJ +33 at at IN IN _ 32 PP +34 the the DT DT _ 36 DEP +35 sec sec NNP NNP _ 36 DEP +36 's 's POS POS _ 37 NP +37 office office NN NN _ 33 NP +38 of of IN IN _ 37 PP +39 disclosure disclosure NN NN _ 40 DEP +40 policy policy NN NN _ 38 NP +41 , , , , _ 37 DEP +42 which which WDT WDT _ 37 SBAR +43 proposed proposed VBD VBD _ 42 S +44 the the DT DT _ 45 DEP +45 changes changes NNS NNS _ 43 NP-OBJ +46 . . . . _ 27 DEP + +1 investors investors NNS NNS _ 7 NP +2 , , , , _ 7 DEP +3 money money NN NN _ 4 DEP +4 managers managers NNS NNS _ 7 NP +5 and and CC CC _ 7 DEP +6 corporate corporate JJ JJ _ 7 DEP +7 officials officials NNS NNS _ 8 NP-SBJ +8 had had VBD VBD _ 20 S +9 until until IN IN _ 8 PP +10 today today NN NN _ 9 NP +11 to to TO TO _ 12 DEP +12 comment comment VB VB _ 8 S +13 on on IN IN _ 12 PP +14 the the DT DT _ 15 DEP +15 proposals proposals NNS NNS _ 13 NP +16 , , , , _ 20 DEP +17 and and CC CC _ 20 DEP +18 the the DT DT _ 19 DEP +19 issue issue NN NN _ 20 NP-SBJ +20 has has VBZ VBZ _ 34 S +21 produced produced VBN VBN _ 20 VP +22 more more JJR JJR _ 23 DEP +23 mail mail NN NN _ 21 NP-OBJ +24 than than IN IN _ 23 PP +25 almost almost RB RB _ 26 DEP +26 any any DT DT _ 28 ADJP +27 other other JJ JJ _ 28 DEP +28 issue issue NN NN _ 24 NP +29 in in IN IN _ 28 PP +30 memory memory NN NN _ 29 NP +31 , , , , _ 34 DEP +32 mr. mr. NNP NNP _ 33 DEP +33 lane lane NNP NNP _ 34 NP-SBJ +34 said said VBD VBD _ 0 ROOT +35 . . . . _ 34 DEP + +1 the the DT DT _ 2 DEP +2 sec sec NNP NNP _ 3 NP-SBJ +3 will will MD MD _ 14 S +4 probably probably RB RB _ 3 ADVP +5 vote vote VB VB _ 3 VP +6 on on IN IN _ 5 PP +7 the the DT DT _ 8 DEP +8 proposal proposal NN NN _ 6 NP +9 early early RB RB _ 11 DEP +10 next next JJ JJ _ 11 DEP +11 year year NN NN _ 5 NP +12 , , , , _ 14 DEP +13 he he PRP PRP _ 14 NP-SBJ +14 said said VBD VBD _ 0 ROOT +15 . . . . _ 14 DEP + +1 not not RB RB _ 6 NP-SBJ +2 all all PDT PDT _ 1 DEP +3 those those DT DT _ 1 DEP +4 who who WP WP _ 1 SBAR +5 wrote wrote VBD VBD _ 4 S +6 oppose oppose VBP VBP _ 0 ROOT +7 the the DT DT _ 8 DEP +8 changes changes NNS NNS _ 6 NP-OBJ +9 . . . . _ 6 DEP + +1 the the DT DT _ 2 DEP +2 committee committee NNP NNP _ 13 NP-SBJ +3 on on IN IN _ 2 PP +4 federal federal NNP NNP _ 5 DEP +5 regulation regulation NNP NNP _ 3 NP +6 of of IN IN _ 5 PP +7 securities securities NNPS NNPS _ 6 NP +8 for for IN IN _ 2 PP +9 the the DT DT _ 12 DEP +10 american american NNP NNP _ 12 DEP +11 bar bar NNP NNP _ 12 DEP +12 association association NNP NNP _ 8 NP +13 argues argues VBZ VBZ _ 0 ROOT +14 , , , , _ 13 DEP +15 for for IN IN _ 13 PP +16 example example NN NN _ 15 NP +17 , , , , _ 13 DEP +18 in in IN IN _ 13 PP +19 its its PRP$ PRP$ _ 21 DEP +20 lengthy lengthy JJ JJ _ 21 DEP +21 letter letter NN NN _ 18 NP +22 to to TO TO _ 21 PP +23 the the DT DT _ 24 DEP +24 sec sec NNP NNP _ 22 NP +25 , , , , _ 13 DEP +26 that that IN IN _ 13 SBAR +27 the the DT DT _ 29 DEP +28 proposed proposed VBN VBN _ 29 DEP +29 changes changes NNS NNS _ 31 NP-SBJ +30 `` `` `` `` _ 31 DEP +31 would would MD MD _ 26 S +32 substantially substantially RB RB _ 33 ADVP +33 improve improve VB VB _ 31 VP +34 the the DT DT _ 36 DEP +35 { { -LRB- -LRB- _ 36 DEP +36 law law NN NN _ 33 NP-OBJ +37 } } -RRB- -RRB- _ 36 DEP +38 by by IN IN _ 33 PP +39 conforming conforming VBG VBG _ 38 S +40 it it PRP PRP _ 39 NP-OBJ +41 more more RBR RBR _ 42 DEP +42 closely closely RB RB _ 39 ADVP +43 to to TO TO _ 39 PP +44 contemporary contemporary JJ JJ _ 46 DEP +45 business business NN NN _ 46 DEP +46 realities realities NNS NNS _ 43 NP +47 . . . . _ 13 DEP +48 '' '' '' '' _ 13 DEP + +1 what what WP WP _ 12 SBAR +2 the the DT DT _ 3 DEP +3 investors investors NNS NNS _ 9 NP-SBJ +4 who who WP WP _ 3 SBAR +5 oppose oppose VBP VBP _ 4 S +6 the the DT DT _ 8 DEP +7 proposed proposed VBN VBN _ 8 DEP +8 changes changes NNS NNS _ 5 NP-OBJ +9 object object VBP VBP _ 1 S +10 to to TO TO _ 9 PP +11 most most RBS RBS _ 9 ADVP +12 is is VBZ VBZ _ 0 ROOT +13 the the DT DT _ 14 DEP +14 effect effect NN NN _ 12 NP-PRD +15 they they PRP PRP _ 16 NP-SBJ +16 say say VBP VBP _ 14 SBAR +17 the the DT DT _ 18 DEP +18 proposal proposal NN NN _ 19 NP-SBJ +19 would would MD MD _ 16 SBAR +20 have have VB VB _ 19 VP +21 on on IN IN _ 20 PP +22 their their PRP$ PRP$ _ 23 DEP +23 ability ability NN NN _ 21 NP +24 to to TO TO _ 25 DEP +25 spot spot VB VB _ 23 S +26 telltale telltale JJ JJ _ 28 DEP +27 `` `` `` `` _ 28 DEP +28 clusters clusters NNS NNS _ 36 NP +29 '' '' '' '' _ 28 DEP +30 of of IN IN _ 28 PP +31 trading trading NN NN _ 32 DEP +32 activity activity NN NN _ 30 NP +33 -- -- : : _ 36 DEP +34 buying buying NN NN _ 36 DEP +35 or or CC CC _ 36 DEP +36 selling selling NN NN _ 25 NP-OBJ +37 by by IN IN _ 36 PP +38 more more JJR JJR _ 39 DEP +39 than than IN IN _ 43 QP +40 one one CD CD _ 39 DEP +41 officer officer NN NN _ 43 DEP +42 or or CC CC _ 43 DEP +43 director director NN NN _ 37 NP +44 within within IN IN _ 36 PP +45 a a DT DT _ 47 DEP +46 short short JJ JJ _ 47 DEP +47 period period NN NN _ 44 NP +48 of of IN IN _ 47 PP +49 time time NN NN _ 48 NP +50 . . . . _ 12 DEP + +1 according according VBG VBG _ 9 PP +2 to to TO TO _ 1 PP +3 some some DT DT _ 4 DEP +4 estimates estimates NNS NNS _ 2 NP +5 , , , , _ 9 DEP +6 the the DT DT _ 8 DEP +7 rule rule NN NN _ 8 DEP +8 changes changes NNS NNS _ 9 NP-SBJ +9 would would MD MD _ 0 ROOT +10 cut cut VB VB _ 9 VP +11 insider insider NN NN _ 12 DEP +12 filings filings NNS NNS _ 10 NP-OBJ +13 by by IN IN _ 10 PP +14 more more JJR JJR _ 13 NP +15 than than IN IN _ 14 PP +16 a a DT DT _ 17 DEP +17 third third NN NN _ 15 NP +18 . . . . _ 9 DEP + +1 the the DT DT _ 3 DEP +2 sec sec NNP NNP _ 3 DEP +3 's 's POS POS _ 5 NP +4 mr. mr. NNP NNP _ 5 DEP +5 lane lane NNP NNP _ 7 NP-SBJ +6 vehemently vehemently RB RB _ 7 ADVP +7 disputed disputed VBD VBD _ 0 ROOT +8 those those DT DT _ 9 DEP +9 estimates estimates NNS NNS _ 7 NP-OBJ +10 . . . . _ 7 DEP + +1 the the DT DT _ 2 DEP +2 rules rules NNS NNS _ 3 NP-SBJ +3 will will MD MD _ 23 S +4 eliminate eliminate VB VB _ 3 VP +5 filings filings NNS NNS _ 7 DEP +6 policy-making policy-making VBG VBG _ 7 DEP +7 divisions divisions NNS NNS _ 4 NP-OBJ +8 , , , , _ 7 DEP +9 such such JJ JJ _ 10 DEP +10 as as IN IN _ 7 PP +11 sales sales NNS NNS _ 19 NP +12 , , , , _ 19 DEP +13 marketing marketing NN NN _ 19 NP +14 , , , , _ 19 DEP +15 finance finance NN NN _ 19 NP +16 and and CC CC _ 19 DEP +17 research research NN NN _ 19 DEP +18 and and CC CC _ 19 DEP +19 development development NN NN _ 10 NP +20 , , , , _ 23 DEP +21 mr. mr. NNP NNP _ 22 DEP +22 lane lane NNP NNP _ 23 NP-SBJ +23 said said VBD VBD _ 0 ROOT +24 . . . . _ 23 DEP + +1 the the DT DT _ 3 DEP +2 proposed proposed VBN VBN _ 3 DEP +3 rules rules NNS NNS _ 5 NP-SBJ +4 also also RB RB _ 5 ADVP +5 would would MD MD _ 18 S +6 be be VB VB _ 5 VP +7 tougher tougher JJR JJR _ 6 ADJP +8 on on IN IN _ 7 PP +9 the the DT DT _ 10 DEP +10 insiders insiders NNS NNS _ 8 NP +11 still still RB RB _ 10 VP +12 required required JJ JJ _ 11 DEP +13 to to TO TO _ 14 DEP +14 file file VB VB _ 11 S +15 reports reports NNS NNS _ 14 NP-OBJ +16 , , , , _ 18 DEP +17 he he PRP PRP _ 18 NP-SBJ +18 said said VBD VBD _ 0 ROOT +19 . . . . _ 18 DEP + +1 companies companies NNS NNS _ 2 NP-SBJ +2 would would MD MD _ 0 ROOT +3 be be VB VB _ 2 VP +4 compelled compelled VBN VBN _ 3 VP +5 to to TO TO _ 6 DEP +6 publish publish VB VB _ 4 S +7 in in IN IN _ 6 PP +8 annual annual JJ JJ _ 10 DEP +9 proxy proxy NN NN _ 10 DEP +10 statements statements NNS NNS _ 7 NP +11 the the DT DT _ 12 DEP +12 names names NNS NNS _ 6 NP-OBJ +13 of of IN IN _ 12 PP +14 insiders insiders NNS NNS _ 13 NP +15 who who WP WP _ 14 SBAR +16 fail fail VBP VBP _ 15 S +17 to to TO TO _ 18 DEP +18 file file VB VB _ 16 S +19 reports reports NNS NNS _ 18 NP-OBJ +20 on on IN IN _ 18 PP +21 time time NN NN _ 20 NP +22 . . . . _ 2 DEP + +1 considered considered VBN VBN _ 18 S +2 as as IN IN _ 1 PP +3 a a DT DT _ 4 DEP +4 whole whole NN NN _ 2 NP +5 , , , , _ 8 DEP +6 mr. mr. NNP NNP _ 7 DEP +7 lane lane NNP NNP _ 8 NP-SBJ +8 said said VBD VBD _ 18 PRN +9 , , , , _ 8 DEP +10 the the DT DT _ 11 DEP +11 filings filings NNS NNS _ 18 NP-SBJ +12 required required VBN VBN _ 11 VP +13 under under IN IN _ 12 PP +14 the the DT DT _ 16 DEP +15 proposed proposed VBN VBN _ 16 DEP +16 rules rules NNS NNS _ 13 NP +17 `` `` `` `` _ 18 DEP +18 will will MD MD _ 0 ROOT +19 be be VB VB _ 18 VP +20 at at IN IN _ 21 DEP +21 least least RBS RBS _ 19 ADJP +22 as as IN IN _ 21 DEP +23 effective effective JJ JJ _ 21 DEP +24 , , , , _ 25 DEP +25 if if IN IN _ 21 PRN +26 not not RB RB _ 25 FRAG +27 more more RBR RBR _ 28 DEP +28 so so RB RB _ 26 ADVP +29 , , , , _ 25 DEP +30 for for IN IN _ 19 PP +31 investors investors NNS NNS _ 30 NP +32 following following VBG VBG _ 31 VP +33 transactions transactions NNS NNS _ 32 NP-OBJ +34 . . . . _ 18 DEP +35 '' '' '' '' _ 18 DEP + +1 but but CC CC _ 24 DEP +2 robert robert NNP NNP _ 3 DEP +3 gabele gabele NNP NNP _ 5 NP +4 , , , , _ 5 DEP +5 president president NN NN _ 24 NP-SBJ +6 of of IN IN _ 5 PP +7 invest\/net invest\/net NNP NNP _ 15 NP +8 , , , , _ 15 DEP +9 a a DT DT _ 15 DEP +10 north north NNP NNP _ 13 DEP +11 miami miami NNP NNP _ 13 DEP +12 , , , , _ 13 DEP +13 fla. fla. NNP NNP _ 15 NAC +14 , , , , _ 13 DEP +15 company company NN NN _ 6 NP +16 that that WDT WDT _ 15 SBAR +17 packages packages VBZ VBZ _ 16 S +18 and and CC CC _ 17 DEP +19 sells sells VBZ VBZ _ 17 DEP +20 the the DT DT _ 22 DEP +21 insider-trading insider-trading NN NN _ 22 DEP +22 data data NNS NNS _ 17 NP-OBJ +23 , , , , _ 5 DEP +24 said said VBD VBD _ 0 ROOT +25 the the DT DT _ 26 DEP +26 proposal proposal NN NN _ 27 NP-SBJ +27 is is VBZ VBZ _ 24 SBAR +28 worded worded VBN VBN _ 27 VP +29 so so RB RB _ 28 ADVP +30 vaguely vaguely RB RB _ 29 DEP +31 that that IN IN _ 29 SBAR +32 key key JJ JJ _ 33 DEP +33 officials officials NNS NNS _ 34 NP-SBJ +34 may may MD MD _ 31 S +35 fail fail VB VB _ 34 VP +36 to to TO TO _ 37 DEP +37 file file VB VB _ 35 S +38 the the DT DT _ 39 DEP +39 reports reports NNS NNS _ 37 NP-OBJ +40 . . . . _ 24 DEP + +1 many many JJ JJ _ 2 DEP +2 investors investors NNS NNS _ 3 NP-SBJ +3 wrote wrote VBD VBD _ 0 ROOT +4 asking asking VBG VBG _ 3 S +5 the the DT DT _ 6 DEP +6 sec sec NNP NNP _ 4 NP-OBJ +7 to to TO TO _ 8 DEP +8 require require VB VB _ 4 S +9 insiders insiders NNS NNS _ 11 NP-SBJ +10 to to TO TO _ 11 DEP +11 report report VB VB _ 8 S +12 their their PRP$ PRP$ _ 15 DEP +13 purchases purchases NNS NNS _ 15 DEP +14 and and CC CC _ 15 DEP +15 sales sales NNS NNS _ 11 NP-OBJ +16 immediately immediately RB RB _ 18 ADVP +17 , , , , _ 18 DEP +18 not not RB RB _ 11 ADVP +19 a a DT DT _ 20 DEP +20 month month NN NN _ 21 NP +21 later later RB RB _ 18 ADVP +22 . . . . _ 3 DEP + +1 but but CC CC _ 4 DEP +2 mr. mr. NNP NNP _ 3 DEP +3 lane lane NNP NNP _ 4 NP-SBJ +4 said said VBD VBD _ 0 ROOT +5 that that IN IN _ 4 SBAR +6 while while IN IN _ 15 SBAR +7 the the DT DT _ 8 DEP +8 sec sec NNP NNP _ 9 NP-SBJ +9 regulates regulates VBZ VBZ _ 6 S +10 who who WP WP _ 9 SBAR +11 files files VBZ VBZ _ 10 S +12 , , , , _ 15 DEP +13 the the DT DT _ 14 DEP +14 law law NN NN _ 15 NP-SBJ +15 tells tells VBZ VBZ _ 5 S +16 them them PRP PRP _ 15 NP-OBJ +17 when when WRB WRB _ 15 SBAR +18 to to TO TO _ 19 DEP +19 do do VB VB _ 17 S +20 so so RB RB _ 19 ADVP +21 . . . . _ 4 DEP + +1 investors investors NNS NNS _ 9 NP-SBJ +2 who who WP WP _ 1 SBAR +3 want want VBP VBP _ 2 S +4 to to TO TO _ 5 DEP +5 change change VB VB _ 3 S +6 the the DT DT _ 8 DEP +7 required required JJ JJ _ 8 DEP +8 timing timing NN NN _ 5 NP-OBJ +9 should should MD MD _ 17 S +10 write write VB VB _ 9 VP +11 their their PRP$ PRP$ _ 12 DEP +12 representatives representatives NNS NNS _ 10 NP-OBJ +13 in in IN IN _ 12 PP +14 congress congress NNP NNP _ 13 NP +15 , , , , _ 17 DEP +16 he he PRP PRP _ 17 NP-SBJ +17 added added VBD VBD _ 0 ROOT +18 . . . . _ 17 DEP + +1 the the DT DT _ 2 DEP +2 sec sec NNP NNP _ 3 NP-SBJ +3 would would MD MD _ 22 S +4 likely likely RB RB _ 3 ADVP +5 be be VB VB _ 3 VP +6 amenable amenable JJ JJ _ 5 ADJP +7 to to TO TO _ 6 PP +8 legislation legislation NN NN _ 7 NP +9 that that WDT WDT _ 8 SBAR +10 required required VBD VBD _ 9 S +11 insiders insiders NNS NNS _ 13 NP-SBJ +12 to to TO TO _ 13 DEP +13 file file VB VB _ 10 S +14 transactions transactions NNS NNS _ 13 NP-OBJ +15 on on IN IN _ 13 PP +16 a a DT DT _ 19 DEP +17 more more RBR RBR _ 18 DEP +18 timely timely JJ JJ _ 19 ADJP +19 basis basis NN NN _ 15 NP +20 , , , , _ 22 DEP +21 he he PRP PRP _ 22 NP-SBJ +22 said said VBD VBD _ 0 ROOT +23 . . . . _ 22 DEP + +1 the the DT DT _ 3 DEP +2 nation nation NN NN _ 3 DEP +3 's 's POS POS _ 6 NP +4 largest largest JJS JJS _ 6 DEP +5 pension pension NN NN _ 6 DEP +6 fund fund NN NN _ 17 NP-SBJ +7 , , , , _ 6 DEP +8 which which WDT WDT _ 6 SBAR +9 oversees oversees VBZ VBZ _ 8 S +10 $ $ $ $ _ 9 NP-OBJ +11 80 80 CD CD _ 10 DEP +12 billion billion CD CD _ 10 DEP +13 for for IN IN _ 9 PP +14 college college NN NN _ 15 DEP +15 employees employees NNS NNS _ 13 NP +16 , , , , _ 6 DEP +17 plans plans VBZ VBZ _ 0 ROOT +18 to to TO TO _ 19 DEP +19 offer offer VB VB _ 17 S +20 two two CD CD _ 23 DEP +21 new new JJ JJ _ 23 DEP +22 investment investment NN NN _ 23 DEP +23 options options NNS NNS _ 19 NP-OBJ +24 to to TO TO _ 19 PP +25 its its PRP$ PRP$ _ 28 DEP +26 1.2 1.2 CD CD _ 27 DEP +27 million million CD CD _ 28 QP +28 participants participants NNS NNS _ 24 NP +29 . . . . _ 17 DEP + +1 the the DT DT _ 9 DEP +2 teachers teachers NNPS NNPS _ 9 DEP +3 insurance insurance NNP NNP _ 9 DEP +4 and and CC CC _ 9 DEP +5 annuity annuity NNP NNP _ 9 DEP +6 association-college association-college NNP NNP _ 9 DEP +7 retirement retirement NNP NNP _ 9 DEP +8 equities equities NNPS NNPS _ 9 DEP +9 fund fund NNP NNP _ 10 NP-SBJ +10 said said VBD VBD _ 0 ROOT +11 it it PRP PRP _ 12 NP-SBJ +12 will will MD MD _ 10 SBAR +13 introduce introduce VB VB _ 12 VP +14 a a DT DT _ 18 DEP +15 stock stock NN NN _ 18 DEP +16 and and CC CC _ 18 DEP +17 bond bond NN NN _ 18 DEP +18 fund fund NN NN _ 32 NP +19 that that WDT WDT _ 18 SBAR +20 will will MD MD _ 19 S +21 invest invest VB VB _ 20 VP +22 in in IN IN _ 21 PP +23 `` `` `` `` _ 27 DEP +24 socially socially RB RB _ 25 DEP +25 responsible responsible JJ JJ _ 27 ADJP +26 '' '' '' '' _ 27 DEP +27 companies companies NNS NNS _ 22 NP +28 , , , , _ 32 DEP +29 and and CC CC _ 32 DEP +30 a a DT DT _ 32 DEP +31 bond bond NN NN _ 32 DEP +32 fund fund NN NN _ 13 NP-OBJ +33 . . . . _ 10 DEP + +1 both both DT DT _ 2 DEP +2 funds funds NNS NNS _ 3 NP-SBJ +3 are are VBP VBP _ 0 ROOT +4 expected expected VBN VBN _ 3 VP +5 to to TO TO _ 6 DEP +6 begin begin VB VB _ 4 S +7 operation operation NN NN _ 6 NP-OBJ +8 around around IN IN _ 6 PP +9 march march NNP NNP _ 8 NP +10 1 1 CD CD _ 9 DEP +11 , , , , _ 6 DEP +12 subject subject JJ JJ _ 6 ADJP +13 to to TO TO _ 12 PP +14 securities securities NNPS NNPS _ 18 DEP +15 and and CC CC _ 18 DEP +16 exchange exchange NNP NNP _ 18 DEP +17 commission commission NNP NNP _ 18 DEP +18 approval approval NN NN _ 13 NP +19 . . . . _ 3 DEP + +1 for for IN IN _ 14 SBAR +2 its its PRP$ PRP$ _ 3 DEP +3 employees employees NNS NNS _ 5 NP-SBJ +4 to to TO TO _ 5 DEP +5 sign sign VB VB _ 1 S +6 up up RP RP _ 5 PRT +7 for for IN IN _ 5 PP +8 the the DT DT _ 9 DEP +9 options options NNS NNS _ 7 NP +10 , , , , _ 14 DEP +11 a a DT DT _ 12 DEP +12 college college NN NN _ 14 NP-SBJ +13 also also RB RB _ 14 ADVP +14 must must MD MD _ 0 ROOT +15 approve approve VB VB _ 14 VP +16 the the DT DT _ 17 DEP +17 plan plan NN NN _ 15 NP-OBJ +18 . . . . _ 14 DEP + +1 some some DT DT _ 3 QP +2 4,300 4,300 CD CD _ 1 DEP +3 institutions institutions NNS NNS _ 4 NP-SBJ +4 are are VBP VBP _ 0 ROOT +5 part part NN NN _ 4 NP-PRD +6 of of IN IN _ 5 PP +7 the the DT DT _ 9 DEP +8 pension pension NN NN _ 9 DEP +9 fund fund NN NN _ 6 NP +10 . . . . _ 4 DEP + +1 the the DT DT _ 3 DEP +2 new new JJ JJ _ 3 DEP +3 options options NNS NNS _ 4 NP-SBJ +4 carry carry VBP VBP _ 0 ROOT +5 out out RP RP _ 4 PRT +6 part part NN NN _ 4 NP-OBJ +7 of of IN IN _ 6 PP +8 an an DT DT _ 9 DEP +9 agreement agreement NN NN _ 7 NP +10 that that IN IN _ 9 SBAR +11 the the DT DT _ 13 DEP +12 pension pension NN NN _ 13 DEP +13 fund fund NN NN _ 30 NP-SBJ +14 , , , , _ 30 DEP +15 under under IN IN _ 30 S +16 pressure pressure NN NN _ 15 NP +17 to to TO TO _ 18 DEP +18 relax relax VB VB _ 16 S +19 its its PRP$ PRP$ _ 22 DEP +20 strict strict JJ JJ _ 22 DEP +21 participation participation NN NN _ 22 DEP +22 rules rules NNS NNS _ 18 NP-OBJ +23 and and CC CC _ 18 DEP +24 to to TO TO _ 25 DEP +25 provide provide VB VB _ 18 VP +26 more more JJR JJR _ 28 DEP +27 investment investment NN NN _ 28 DEP +28 options options NNS NNS _ 25 NP-OBJ +29 , , , , _ 30 DEP +30 reached reached VBN VBN _ 10 S +31 with with IN IN _ 30 PP +32 the the DT DT _ 33 DEP +33 sec sec NNP NNP _ 31 NP +34 in in IN IN _ 30 PP +35 december december NNP NNP _ 34 NP +36 . . . . _ 4 DEP + +1 the the DT DT _ 7 DEP +2 new new JJ JJ _ 7 DEP +3 `` `` `` `` _ 7 DEP +4 social social JJ JJ _ 7 DEP +5 choice choice NN NN _ 7 DEP +6 '' '' '' '' _ 7 DEP +7 fund fund NN NN _ 8 NP-SBJ +8 will will MD MD _ 0 ROOT +9 shun shun VB VB _ 8 VP +10 securities securities NNS NNS _ 9 NP-OBJ +11 of of IN IN _ 10 PP +12 companies companies NNS NNS _ 11 NP +13 linked linked VBN VBN _ 12 VP +14 to to TO TO _ 13 PP +15 south south NNP NNP _ 16 DEP +16 africa africa NNP NNP _ 26 NP +17 , , , , _ 26 DEP +18 nuclear nuclear JJ JJ _ 19 DEP +19 power power NN NN _ 26 NP +20 and and CC CC _ 26 DEP +21 in in IN IN _ 26 PP +22 some some DT DT _ 23 DEP +23 cases cases NNS NNS _ 21 NP +24 , , , , _ 26 DEP +25 northern northern NNP NNP _ 26 DEP +26 ireland ireland NNP NNP _ 14 NP +27 . . . . _ 8 DEP + +1 also also RB RB _ 3 ADVP +2 excluded excluded VBN VBN _ 3 VP +3 will will MD MD _ 0 ROOT +4 be be VB VB _ 3 VP +5 investments investments NNS NNS _ 3 NP-SBJ +6 in in IN IN _ 5 PP +7 companies companies NNS NNS _ 6 NP +8 with with IN IN _ 7 PP +9 `` `` `` `` _ 12 DEP +10 significant significant JJ JJ _ 12 DEP +11 '' '' '' '' _ 12 DEP +12 business business NN NN _ 8 NP +13 stemming stemming VBG VBG _ 12 VP +14 from from IN IN _ 13 PP +15 weapons weapons NNS NNS _ 16 DEP +16 manufacture manufacture NN NN _ 21 NP +17 , , , , _ 21 DEP +18 alcoholic alcoholic JJ JJ _ 19 DEP +19 beverages beverages NNS NNS _ 21 NP +20 or or CC CC _ 21 DEP +21 tobacco tobacco NN NN _ 14 NP +22 . . . . _ 3 DEP + +1 sixty sixty CD CD _ 2 DEP +2 percent percent NN NN _ 6 NP-SBJ +3 of of IN IN _ 2 PP +4 the the DT DT _ 5 DEP +5 fund fund NN NN _ 3 NP +6 will will MD MD _ 0 ROOT +7 be be VB VB _ 6 VP +8 invested invested VBN VBN _ 7 VP +9 in in IN IN _ 8 PP +10 stocks stocks NNS NNS _ 9 NP +11 , , , , _ 8 DEP +12 with with IN IN _ 8 PP +13 the the DT DT _ 14 DEP +14 rest rest NN NN _ 15 NP-SBJ +15 going going VBG VBG _ 12 S +16 into into IN IN _ 15 PP +17 bonds bonds NNS NNS _ 20 NP +18 or or CC CC _ 20 DEP +19 short-term short-term JJ JJ _ 20 DEP +20 investments investments NNS NNS _ 16 NP +21 . . . . _ 6 DEP + +1 the the DT DT _ 3 DEP +2 bond bond NN NN _ 3 DEP +3 fund fund NN NN _ 4 NP-SBJ +4 will will MD MD _ 0 ROOT +5 invest invest VB VB _ 4 VP +6 in in IN IN _ 5 PP +7 high-grade high-grade JJ JJ _ 9 DEP +8 or or CC CC _ 9 DEP +9 medium-grade medium-grade JJ JJ _ 10 ADJP +10 bonds bonds NNS NNS _ 15 NP +11 , , , , _ 15 DEP +12 mortgages mortgages NNS NNS _ 15 NP +13 or or CC CC _ 15 DEP +14 asset-backed asset-backed JJ JJ _ 15 DEP +15 securities securities NNS NNS _ 6 NP +16 , , , , _ 15 DEP +17 including including VBG VBG _ 15 PP +18 as as JJ JJ _ 20 DEP +19 much much RB RB _ 20 DEP +20 as as IN IN _ 22 QP +21 15 15 CD CD _ 20 DEP +22 % % NN NN _ 17 NP +23 in in IN IN _ 22 PP +24 foreign foreign JJ JJ _ 25 DEP +25 securities securities NNS NNS _ 23 NP +26 . . . . _ 4 DEP + +1 the the DT DT _ 2 DEP +2 fund fund NN NN _ 4 NP-SBJ +3 also also RB RB _ 4 ADVP +4 might might MD MD _ 0 ROOT +5 buy buy VB VB _ 4 VP +6 and and CC CC _ 5 DEP +7 sell sell VB VB _ 5 DEP +8 futures futures NNS NNS _ 11 DEP +9 and and CC CC _ 11 DEP +10 options options NNS NNS _ 11 DEP +11 contracts contracts NNS NNS _ 5 NP-OBJ +12 , , , , _ 5 DEP +13 subject subject JJ JJ _ 5 ADJP +14 to to TO TO _ 13 PP +15 approval approval NN NN _ 14 NP +16 by by IN IN _ 15 PP +17 the the DT DT _ 22 DEP +18 new new NNP NNP _ 22 DEP +19 york york NNP NNP _ 22 DEP +20 state state NNP NNP _ 22 DEP +21 insurance insurance NNP NNP _ 22 DEP +22 department department NNP NNP _ 16 NP +23 . . . . _ 4 DEP + +1 under under IN IN _ 7 PP +2 two two CD CD _ 4 DEP +3 new new JJ JJ _ 4 DEP +4 features features NNS NNS _ 1 NP +5 , , , , _ 7 DEP +6 participants participants NNS NNS _ 7 NP-SBJ +7 will will MD MD _ 0 ROOT +8 be be VB VB _ 7 VP +9 able able JJ JJ _ 8 ADJP +10 to to TO TO _ 11 DEP +11 transfer transfer VB VB _ 9 S +12 money money NN NN _ 11 NP-OBJ +13 from from IN IN _ 11 PP +14 the the DT DT _ 16 DEP +15 new new JJ JJ _ 16 DEP +16 funds funds NNS NNS _ 13 NP +17 to to TO TO _ 11 PP +18 other other JJ JJ _ 20 DEP +19 investment investment NN NN _ 20 DEP +20 funds funds NNS NNS _ 17 NP +21 or or CC CC _ 11 DEP +22 , , , , _ 23 DEP +23 if if IN IN _ 29 PRN +24 their their PRP$ PRP$ _ 25 DEP +25 jobs jobs NNS NNS _ 26 NP-SBJ +26 are are VBP VBP _ 23 S +27 terminated terminated VBN VBN _ 26 VP +28 , , , , _ 23 DEP +29 receive receive VB VB _ 11 VP +30 cash cash NN NN _ 29 NP-OBJ +31 from from IN IN _ 29 PP +32 the the DT DT _ 33 DEP +33 funds funds NNS NNS _ 31 NP +34 . . . . _ 7 DEP + +1 the the DT DT _ 3 DEP +2 investment investment NN NN _ 3 DEP +3 choices choices NNS NNS _ 10 NP-SBJ +4 offered offered VBN VBN _ 3 VP +5 by by IN IN _ 4 PP +6 the the DT DT _ 8 DEP +7 pension pension NN NN _ 8 DEP +8 fund fund NN NN _ 5 NP +9 currently currently RB RB _ 10 ADVP +10 are are VBP VBP _ 0 ROOT +11 limited limited VBN VBN _ 10 VP +12 to to TO TO _ 11 PP +13 a a DT DT _ 15 DEP +14 stock stock NN NN _ 15 DEP +15 fund fund NN NN _ 22 NP +16 , , , , _ 22 DEP +17 an an DT DT _ 18 DEP +18 annuity annuity NN NN _ 22 NP +19 and and CC CC _ 22 DEP +20 a a DT DT _ 22 DEP +21 money-market money-market NN NN _ 22 DEP +22 fund fund NN NN _ 12 NP +23 . . . . _ 10 DEP + +1 new new NNP NNP _ 4 DEP +2 brunswick brunswick NNP NNP _ 4 DEP +3 scientific scientific NNP NNP _ 4 DEP +4 co. co. NNP NNP _ 7 NP +5 , , , , _ 7 DEP +6 a a DT DT _ 7 DEP +7 maker maker NN NN _ 14 NP-SBJ +8 of of IN IN _ 7 PP +9 biotechnology biotechnology NN NN _ 12 DEP +10 instrumentation instrumentation NN NN _ 12 DEP +11 and and CC CC _ 12 DEP +12 equipment equipment NN NN _ 8 NP +13 , , , , _ 7 DEP +14 said said VBD VBD _ 0 ROOT +15 it it PRP PRP _ 16 NP-SBJ +16 adopted adopted VBD VBD _ 14 SBAR +17 an an DT DT _ 19 DEP +18 anti-takeover anti-takeover JJ JJ _ 19 DEP +19 plan plan NN NN _ 16 NP-OBJ +20 giving giving VBG VBG _ 19 VP +21 shareholders shareholders NNS NNS _ 20 NP-OBJ +22 the the DT DT _ 23 DEP +23 right right NN NN _ 20 NP-OBJ +24 to to TO TO _ 25 DEP +25 purchase purchase VB VB _ 23 S +26 shares shares NNS NNS _ 25 NP-OBJ +27 at at IN IN _ 25 PP +28 half half JJ JJ _ 29 DEP +29 price price NN NN _ 27 NP +30 under under IN IN _ 25 PP +31 certain certain JJ JJ _ 32 DEP +32 conditions conditions NNS NNS _ 30 NP +33 . . . . _ 14 DEP + +1 the the DT DT _ 2 DEP +2 company company NN NN _ 3 NP-SBJ +3 said said VBD VBD _ 0 ROOT +4 the the DT DT _ 5 DEP +5 plan plan NN NN _ 13 NP-SBJ +6 , , , , _ 13 DEP +7 under under IN IN _ 9 PP +8 review review NN NN _ 7 NP +9 for for IN IN _ 13 S +10 some some DT DT _ 11 DEP +11 time time NN NN _ 9 NP +12 , , , , _ 13 DEP +13 will will MD MD _ 3 SBAR +14 protect protect VB VB _ 13 VP +15 shareholders shareholders NNS NNS _ 14 NP-OBJ +16 against against IN IN _ 14 PP +17 `` `` `` `` _ 16 DEP +18 abusive abusive JJ JJ _ 20 DEP +19 takeover takeover NN NN _ 20 DEP +20 tactics tactics NNS NNS _ 16 NP +21 . . . . _ 3 DEP + +1 w. w. NNP NNP _ 3 DEP +2 ed ed NNP NNP _ 3 DEP +3 tyler tyler NNP NNP _ 12 NP +4 , , , , _ 12 DEP +5 37 37 CD CD _ 6 DEP +6 years years NNS NNS _ 7 NP +7 old old JJ JJ _ 12 ADJP +8 , , , , _ 12 DEP +9 a a DT DT _ 12 DEP +10 senior senior JJ JJ _ 12 DEP +11 vice vice NN NN _ 12 DEP +12 president president NN NN _ 18 NP-SBJ +13 at at IN IN _ 12 PP +14 this this DT DT _ 16 DEP +15 printing printing VBG VBG _ 16 DEP +16 concern concern NN NN _ 13 NP +17 , , , , _ 12 DEP +18 was was VBD VBD _ 0 ROOT +19 elected elected VBN VBN _ 18 VP +20 president president NN NN _ 28 NP +21 of of IN IN _ 20 PP +22 its its PRP$ PRP$ _ 24 DEP +23 technology technology NN NN _ 24 DEP +24 group group NN NN _ 21 NP +25 , , , , _ 28 DEP +26 a a DT DT _ 28 DEP +27 new new JJ JJ _ 28 DEP +28 position position NN NN _ 19 S +29 . . . . _ 18 DEP + +1 solo solo JJ JJ _ 3 DEP +2 woodwind woodwind NN NN _ 3 DEP +3 players players NNS NNS _ 4 NP-SBJ +4 have have VBP VBP _ 0 ROOT +5 to to TO TO _ 6 DEP +6 be be VB VB _ 4 S +7 creative creative JJ JJ _ 6 ADJP +8 if if IN IN _ 4 SBAR +9 they they PRP PRP _ 10 NP-SBJ +10 want want VBP VBP _ 8 S +11 to to TO TO _ 12 DEP +12 work work VB VB _ 10 S +13 a a DT DT _ 14 DEP +14 lot lot NN NN _ 12 NP +15 , , , , _ 4 DEP +16 because because IN IN _ 4 SBAR +17 their their PRP$ PRP$ _ 21 DEP +18 repertoire repertoire NN NN _ 21 DEP +19 and and CC CC _ 21 DEP +20 audience audience NN NN _ 21 DEP +21 appeal appeal NN NN _ 22 NP-SBJ +22 are are VBP VBP _ 16 S +23 limited limited JJ JJ _ 22 ADJP +24 . . . . _ 4 DEP + +1 the the DT DT _ 4 DEP +2 oboist oboist NN NN _ 4 DEP +3 heinz heinz NNP NNP _ 4 DEP +4 holliger holliger NNP NNP _ 5 NP-SBJ +5 has has VBZ VBZ _ 15 S +6 taken taken VBN VBN _ 5 VP +7 a a DT DT _ 9 DEP +8 hard hard JJ JJ _ 9 DEP +9 line line NN NN _ 6 NP-OBJ +10 about about IN IN _ 6 PP +11 the the DT DT _ 12 DEP +12 problem problem NN NN _ 10 NP +13 : : : : _ 15 DEP +14 he he PRP PRP _ 15 NP-SBJ +15 commissions commissions VBZ VBZ _ 0 ROOT +16 and and CC CC _ 15 DEP +17 splendidly splendidly RB RB _ 18 ADVP +18 interprets interprets VBZ VBZ _ 15 VP +19 fearsome fearsome JJ JJ _ 21 DEP +20 contemporary contemporary JJ JJ _ 21 DEP +21 scores scores NNS NNS _ 15 NP +22 and and CC CC _ 15 DEP +23 does does VBZ VBZ _ 15 VP +24 some some DT DT _ 25 DEP +25 conducting conducting NN NN _ 23 NP-OBJ +26 , , , , _ 15 DEP +27 so so IN IN _ 15 SBAR +28 he he PRP PRP _ 29 NP-SBJ +29 does does VBZ VBZ _ 27 S +30 n't n't RB RB _ 29 DEP +31 have have VB VB _ 29 VP +32 to to TO TO _ 33 DEP +33 play play VB VB _ 31 S +34 the the DT DT _ 39 DEP +35 same same JJ JJ _ 39 DEP +36 mozart mozart NNP NNP _ 39 DEP +37 and and CC CC _ 39 DEP +38 strauss strauss NNP NNP _ 39 DEP +39 concertos concertos NNS NNS _ 33 NP-OBJ +40 over over RB RB _ 33 ADVP +41 and and CC CC _ 40 DEP +42 over over RB RB _ 40 DEP +43 again again RB RB _ 33 ADVP +44 . . . . _ 15 DEP + +1 richard richard NNP NNP _ 2 DEP +2 stoltzman stoltzman NNP NNP _ 3 NP-SBJ +3 has has VBZ VBZ _ 0 ROOT +4 taken taken VBN VBN _ 3 VP +5 a a DT DT _ 10 DEP +6 gentler gentler JJR JJR _ 10 DEP +7 , , , , _ 10 DEP +8 more more RBR RBR _ 9 DEP +9 audience-friendly audience-friendly JJ JJ _ 10 ADJP +10 approach approach NN NN _ 4 NP-OBJ +11 . . . . _ 3 DEP + +1 years years NNS NNS _ 2 NP +2 ago ago RB RB _ 5 ADVP +3 , , , , _ 5 DEP +4 he he PRP PRP _ 5 NP-SBJ +5 collaborated collaborated VBD VBD _ 0 ROOT +6 with with IN IN _ 5 PP +7 the the DT DT _ 10 DEP +8 new new JJ JJ _ 10 DEP +9 music music NN NN _ 10 DEP +10 gurus gurus NNS NNS _ 15 NP +11 peter peter NNP NNP _ 12 DEP +12 serkin serkin NNP NNP _ 15 NP +13 and and CC CC _ 15 DEP +14 fred fred NNP NNP _ 15 DEP +15 sherry sherry NNP NNP _ 6 NP +16 in in IN IN _ 5 PP +17 the the DT DT _ 21 DEP +18 very very RB RB _ 19 DEP +19 countercultural countercultural JJ JJ _ 21 ADJP +20 chamber chamber NN NN _ 21 DEP +21 group group NN NN _ 22 NP +22 tashi tashi NNP NNP _ 16 NP +23 , , , , _ 22 DEP +24 which which WDT WDT _ 22 SBAR +25 won won VBD VBD _ 24 S +26 audiences audiences NNS NNS _ 25 NP-OBJ +27 over over RP RP _ 25 ADVP +28 to to TO TO _ 27 PP +29 dreaded dreaded JJ JJ _ 31 DEP +30 contemporary contemporary JJ JJ _ 31 DEP +31 scores scores NNS NNS _ 28 NP +32 like like IN IN _ 31 PP +33 messiaen messiaen NNP NNP _ 34 DEP +34 's 's POS POS _ 36 NP +35 `` `` `` `` _ 36 DEP +36 quartet quartet NN NN _ 32 NP +37 for for IN IN _ 36 PP +38 the the DT DT _ 39 DEP +39 end end NN NN _ 37 NP +40 of of IN IN _ 39 PP +41 time time NN NN _ 40 NP +42 . . . . _ 5 DEP +43 '' '' '' '' _ 5 DEP + +1 today today NN NN _ 6 NP +2 , , , , _ 6 DEP +3 the the DT DT _ 5 DEP +4 pixie-like pixie-like JJ JJ _ 5 DEP +5 clarinetist clarinetist NN NN _ 6 NP-SBJ +6 has has VBZ VBZ _ 0 ROOT +7 mostly mostly RB RB _ 6 ADVP +8 dropped dropped VBN VBN _ 6 VP +9 the the DT DT _ 11 DEP +10 missionary missionary JJ JJ _ 11 DEP +11 work work NN NN _ 8 NP-OBJ +12 ( ( -LRB- -LRB- _ 13 DEP +13 though though IN IN _ 8 PRN +14 a a DT DT _ 15 DEP +15 touch touch NN NN _ 21 NP-SBJ +16 of of IN IN _ 15 PP +17 the the DT DT _ 19 DEP +18 old old JJ JJ _ 19 DEP +19 tashi tashi NNP NNP _ 16 NP +20 still still RB RB _ 21 ADVP +21 survives survives VBZ VBZ _ 13 S +22 ) ) -RRB- -RRB- _ 13 DEP +23 and and CC CC _ 6 DEP +24 now now RB RB _ 6 ADVP +25 goes goes VBZ VBZ _ 6 VP +26 on on IN IN _ 25 PP +27 the the DT DT _ 28 DEP +28 road road NN NN _ 26 NP +29 with with IN IN _ 25 PP +30 piano piano NN NN _ 40 NP +31 , , , , _ 40 DEP +32 bass bass NN NN _ 40 NP +33 , , , , _ 40 DEP +34 a a DT DT _ 36 DEP +35 slide slide NN NN _ 36 DEP +36 show show NN NN _ 40 NP +37 , , , , _ 40 DEP +38 and and CC CC _ 40 DEP +39 a a DT DT _ 40 DEP +40 repertoire repertoire NN NN _ 29 NP +41 that that WDT WDT _ 40 SBAR +42 ranges ranges VBZ VBZ _ 41 S +43 from from IN IN _ 42 PP +44 light light JJ JJ _ 45 DEP +45 classical classical JJ JJ _ 43 NP +46 to to TO TO _ 43 PP +47 light light JJ JJ _ 48 DEP +48 jazz jazz NN NN _ 46 NP +49 to to TO TO _ 43 PP +50 light light JJ JJ _ 51 DEP +51 pop pop NN NN _ 49 NP +52 , , , , _ 42 DEP +53 with with IN IN _ 42 PP +54 a a DT DT _ 57 DEP +55 few few JJ JJ _ 57 DEP +56 notable notable JJ JJ _ 57 DEP +57 exceptions exceptions NNS NNS _ 53 NP +58 . . . . _ 6 DEP + +1 just just RB RB _ 3 DEP +2 the the DT DT _ 3 DEP +3 thing thing NN NN _ 0 ROOT +4 for for IN IN _ 3 PP +5 the the DT DT _ 7 DEP +6 vivaldi-at-brunch vivaldi-at-brunch JJ JJ _ 7 DEP +7 set set NN NN _ 11 NP +8 , , , , _ 11 DEP +9 the the DT DT _ 11 DEP +10 yuppie yuppie NN NN _ 11 DEP +11 audience audience NN NN _ 4 NP +12 that that WDT WDT _ 11 SBAR +13 has has VBZ VBZ _ 12 S +14 embraced embraced VBN VBN _ 13 VP +15 new new NNP NNP _ 16 DEP +16 age age NNP NNP _ 14 NP-OBJ +17 as as IN IN _ 14 PP +18 its its PRP$ PRP$ _ 22 DEP +19 very very RB RB _ 20 DEP +20 own own JJ JJ _ 22 ADJP +21 easy easy JJ JJ _ 22 DEP +22 listening listening NN NN _ 17 NP +23 . . . . _ 3 DEP + +1 but but CC CC _ 3 DEP +2 you you PRP PRP _ 3 NP-SBJ +3 ca ca MD MD _ 0 ROOT +4 n't n't RB RB _ 3 DEP +5 dismiss dismiss VB VB _ 3 VP +6 mr. mr. NNP NNP _ 8 DEP +7 stoltzman stoltzman NNP NNP _ 8 DEP +8 's 's POS POS _ 9 NP +9 music music NN NN _ 12 NP +10 or or CC CC _ 12 DEP +11 his his PRP$ PRP$ _ 12 DEP +12 motives motives NNS NNS _ 5 NP-OBJ +13 as as RB RB _ 5 PP +14 merely merely RB RB _ 17 DEP +15 commercial commercial JJ JJ _ 17 DEP +16 and and CC CC _ 17 DEP +17 lightweight lightweight JJ JJ _ 13 ADJP +18 . . . . _ 3 DEP + +1 he he PRP PRP _ 2 NP-SBJ +2 believes believes VBZ VBZ _ 10 S +3 in in IN IN _ 2 PP +4 what what WP WP _ 3 SBAR +5 he he PRP PRP _ 6 NP-SBJ +6 plays plays VBZ VBZ _ 4 S +7 , , , , _ 10 DEP +8 and and CC CC _ 10 DEP +9 he he PRP PRP _ 10 NP-SBJ +10 plays plays VBZ VBZ _ 0 ROOT +11 superbly superbly RB RB _ 10 ADVP +12 . . . . _ 10 DEP + +1 his his PRP$ PRP$ _ 3 DEP +2 recent recent JJ JJ _ 3 DEP +3 appearance appearance NN NN _ 16 NP-SBJ +4 at at IN IN _ 3 PP +5 the the DT DT _ 7 DEP +6 metropolitan metropolitan NNP NNP _ 7 DEP +7 museum museum NNP NNP _ 4 NP +8 , , , , _ 3 DEP +9 dubbed dubbed VBN VBN _ 3 VP +10 `` `` `` `` _ 13 DEP +11 a a DT DT _ 13 DEP +12 musical musical JJ JJ _ 13 DEP +13 odyssey odyssey NN NN _ 9 S +14 , , , , _ 13 DEP +15 '' '' '' '' _ 13 DEP +16 was was VBD VBD _ 0 ROOT +17 a a DT DT _ 18 DEP +18 case case NN NN _ 16 NP-PRD +19 in in IN IN _ 18 PP +20 point point NN NN _ 19 NP +21 . . . . _ 16 DEP + +1 it it PRP PRP _ 2 NP-SBJ +2 felt felt VBD VBD _ 0 ROOT +3 more more RBR RBR _ 4 ADVP +4 like like IN IN _ 2 PP +5 a a DT DT _ 6 DEP +6 party party NN NN _ 13 NP +7 , , , , _ 13 DEP +8 or or CC CC _ 13 DEP +9 a a DT DT _ 13 DEP +10 highly highly RB RB _ 11 DEP +11 polished polished JJ JJ _ 13 ADJP +12 jam jam NN NN _ 13 DEP +13 session session NN NN _ 4 NP +14 with with IN IN _ 13 PP +15 a a DT DT _ 17 DEP +16 few few JJ JJ _ 17 DEP +17 friends friends NNS NNS _ 14 NP +18 , , , , _ 13 DEP +19 than than IN IN _ 4 PP +20 a a DT DT _ 22 DEP +21 classical classical JJ JJ _ 22 DEP +22 concert concert NN NN _ 19 NP +23 . . . . _ 2 DEP + +1 clad clad VBN VBN _ 12 S +2 in in IN IN _ 1 PP +3 his his PRP$ PRP$ _ 7 DEP +4 trademark trademark NN NN _ 7 DEP +5 black black JJ JJ _ 7 DEP +6 velvet velvet NN NN _ 7 DEP +7 suit suit NN NN _ 2 NP +8 , , , , _ 12 DEP +9 the the DT DT _ 11 DEP +10 soft-spoken soft-spoken JJ JJ _ 11 DEP +11 clarinetist clarinetist NN NN _ 12 NP-SBJ +12 announced announced VBD VBD _ 0 ROOT +13 that that IN IN _ 38 SBAR +14 his his PRP$ PRP$ _ 16 DEP +15 new new JJ JJ _ 16 DEP +16 album album NN NN _ 20 NP +17 , , , , _ 20 DEP +18 `` `` `` `` _ 20 DEP +19 inner inner JJ JJ _ 20 DEP +20 voices voices NNS NNS _ 23 NP-SBJ +21 , , , , _ 20 DEP +22 '' '' '' '' _ 20 DEP +23 had had VBD VBD _ 13 S +24 just just RB RB _ 23 ADVP +25 been been VBN VBN _ 23 VP +26 released released VBN VBN _ 25 VP +27 , , , , _ 38 DEP +28 that that IN IN _ 38 SBAR +29 his his PRP$ PRP$ _ 30 DEP +30 family family NN NN _ 31 NP-SBJ +31 was was VBD VBD _ 28 S +32 in in IN IN _ 31 PP +33 the the DT DT _ 35 DEP +34 front front NN NN _ 35 DEP +35 row row NN NN _ 32 NP +36 , , , , _ 38 DEP +37 and and CC CC _ 38 DEP +38 that that IN IN _ 12 SBAR +39 it it PRP PRP _ 40 NP-SBJ +40 was was VBD VBD _ 48 S +41 his his PRP$ PRP$ _ 43 DEP +42 mother mother NN NN _ 43 DEP +43 's 's POS POS _ 44 NP +44 birthday birthday NN NN _ 40 NP-PRD +45 , , , , _ 48 DEP +46 so so RB RB _ 48 DEP +47 he he PRP PRP _ 48 NP-SBJ +48 was was VBD VBD _ 38 S +49 going going VBG VBG _ 48 VP +50 to to TO TO _ 51 DEP +51 play play VB VB _ 49 S +52 her her PRP$ PRP$ _ 54 DEP +53 favorite favorite JJ JJ _ 54 DEP +54 tune tune NN NN _ 51 NP-OBJ +55 from from IN IN _ 54 PP +56 the the DT DT _ 57 DEP +57 record record NN NN _ 55 NP +58 . . . . _ 12 DEP + +1 he he PRP PRP _ 2 NP-SBJ +2 launched launched VBD VBD _ 0 ROOT +3 into into IN IN _ 2 PP +4 saint-saens saint-saens NNP NNP _ 5 DEP +5 's 's POS POS _ 8 NP +6 `` `` `` `` _ 8 DEP +7 the the DT DT _ 8 DEP +8 swan swan NN NN _ 21 NP +9 '' '' '' '' _ 8 DEP +10 from from IN IN _ 8 PP +11 `` `` `` `` _ 10 DEP +12 carnival carnival NN NN _ 10 NP +13 of of IN IN _ 12 PP +14 the the DT DT _ 15 DEP +15 animals animals NNS NNS _ 13 NP +16 , , , , _ 21 DEP +17 '' '' '' '' _ 21 DEP +18 a a DT DT _ 21 DEP +19 favorite favorite JJ JJ _ 21 DEP +20 encore encore NN NN _ 21 DEP +21 piece piece NN NN _ 3 NP +22 for for IN IN _ 21 PP +23 cellists cellists NNS NNS _ 22 NP +24 , , , , _ 21 DEP +25 with with IN IN _ 2 PP +26 lovely lovely JJ JJ _ 29 DEP +27 , , , , _ 29 DEP +28 glossy glossy JJ JJ _ 29 DEP +29 tone tone NN NN _ 32 NP +30 and and CC CC _ 32 DEP +31 no no DT DT _ 32 DEP +32 bite bite NN NN _ 25 NP +33 . . . . _ 2 DEP + +1 then then RB RB _ 16 DEP +2 , , , , _ 16 DEP +3 as as IN IN _ 4 DEP +4 if if IN IN _ 16 SBAR +5 to to TO TO _ 6 DEP +6 show show VB VB _ 4 S +7 that that IN IN _ 6 SBAR +8 he he PRP PRP _ 9 NP-SBJ +9 could could MD MD _ 7 S +10 play play VB VB _ 9 VP +11 fast fast RB RB _ 10 ADVP +12 as as IN IN _ 13 DEP +13 well well RB RB _ 10 ADVP +14 , , , , _ 16 DEP +15 he he PRP PRP _ 16 NP-SBJ +16 offered offered VBD VBD _ 0 ROOT +17 the the DT DT _ 19 DEP +18 second second JJ JJ _ 19 DEP +19 movement movement NN NN _ 31 NP +20 from from IN IN _ 19 PP +21 saint-saens saint-saens NNP NNP _ 22 DEP +22 's 's POS POS _ 23 NP +23 sonata sonata NN NN _ 20 NP +24 for for IN IN _ 23 PP +25 clarinet clarinet NN NN _ 24 NP +26 , , , , _ 31 DEP +27 a a DT DT _ 31 DEP +28 whimsical whimsical JJ JJ _ 31 DEP +29 , , , , _ 31 DEP +30 puckish puckish JJ JJ _ 31 DEP +31 tidbit tidbit NN NN _ 16 NP-OBJ +32 that that WDT WDT _ 31 SBAR +33 reflected reflected VBD VBD _ 32 S +34 the the DT DT _ 36 DEP +35 flip flip JJ JJ _ 36 DEP +36 side side NN NN _ 33 NP-OBJ +37 of of IN IN _ 36 PP +38 the the DT DT _ 40 DEP +39 stoltzman stoltzman NNP NNP _ 40 DEP +40 personality personality NN NN _ 37 NP +41 . . . . _ 16 DEP + +1 and and CC CC _ 4 DEP +2 so so RB RB _ 4 ADVP +3 it it PRP PRP _ 4 NP-SBJ +4 went went VBD VBD _ 0 ROOT +5 through through IN IN _ 4 PP +6 the the DT DT _ 8 DEP +7 first first JJ JJ _ 8 DEP +8 half half NN NN _ 5 NP +9 : : : : _ 4 DEP +10 an an DT DT _ 13 DEP +11 ingeniously ingeniously RB RB _ 12 DEP +12 chosen chosen VBN VBN _ 13 ADJP +13 potpourri potpourri NN NN _ 4 NP +14 of of IN IN _ 13 PP +15 pieces pieces NNS NNS _ 23 NP +16 , , , , _ 23 DEP +17 none none NN NN _ 23 NP +18 longer longer JJR JJR _ 17 ADJP +19 than than IN IN _ 18 PP +20 five five CD CD _ 21 DEP +21 minutes minutes NNS NNS _ 19 NP +22 , , , , _ 23 DEP +23 none none NN NN _ 14 NP +24 that that WDT WDT _ 23 SBAR +25 would would MD MD _ 24 S +26 disturb disturb VB VB _ 25 VP +27 or or CC CC _ 26 DEP +28 challenge challenge VB VB _ 26 DEP +29 a a DT DT _ 30 DEP +30 listener listener NN NN _ 26 NP-OBJ +31 . . . . _ 4 DEP + +1 mr. mr. NNP NNP _ 2 DEP +2 stoltzman stoltzman NNP NNP _ 3 NP-SBJ +3 introduced introduced VBD VBD _ 0 ROOT +4 his his PRP$ PRP$ _ 5 DEP +5 colleagues colleagues NNS NNS _ 22 NP +6 : : : : _ 22 DEP +7 bill bill NNP NNP _ 8 DEP +8 douglas douglas NNP NNP _ 14 NP +9 , , , , _ 14 DEP +10 pianist\/bassoonist\/composer pianist\/bassoonist\/composer NN NN _ 14 NP +11 and and CC CC _ 14 DEP +12 an an DT DT _ 14 DEP +13 old old JJ JJ _ 14 DEP +14 buddy buddy NN NN _ 22 NP +15 from from IN IN _ 14 PP +16 yale yale NNP NNP _ 15 NP +17 , , , , _ 22 DEP +18 and and CC CC _ 22 DEP +19 jazz jazz NN NN _ 22 DEP +20 bassist bassist NN NN _ 22 DEP +21 eddie eddie NNP NNP _ 22 DEP +22 gomez gomez NNP NNP _ 3 NP-OBJ +23 . . . . _ 3 DEP + +1 an an DT DT _ 3 DEP +2 improvisational improvisational JJ JJ _ 3 DEP +3 section section NN NN _ 4 NP-SBJ +4 was was VBD VBD _ 0 ROOT +5 built built VBN VBN _ 4 VP +6 around around IN IN _ 5 PP +7 pieces pieces NNS NNS _ 6 NP +8 by by IN IN _ 7 PP +9 mr. mr. NNP NNP _ 10 DEP +10 douglas douglas NNP NNP _ 8 NP +11 , , , , _ 5 DEP +12 beginning beginning NN NN _ 5 PP +13 with with IN IN _ 12 PP +14 `` `` `` `` _ 23 DEP +15 golden golden JJ JJ _ 16 DEP +16 rain rain NN NN _ 23 NP +17 , , , , _ 23 DEP +18 '' '' '' '' _ 23 DEP +19 a a DT DT _ 23 DEP +20 lilting lilting JJ JJ _ 23 DEP +21 , , , , _ 23 DEP +22 laid-back laid-back JJ JJ _ 23 DEP +23 lead lead NN NN _ 13 NP +24 in in IN IN _ 23 PP +25 to to TO TO _ 24 PP +26 the the DT DT _ 29 DEP +27 uptempo uptempo JJ JJ _ 29 DEP +28 `` `` `` `` _ 29 DEP +29 sky sky NN NN _ 25 NP +30 , , , , _ 29 DEP +31 '' '' '' '' _ 29 DEP +32 which which WDT WDT _ 29 SBAR +33 gave gave VBD VBD _ 32 S +34 mr. mr. NNP NNP _ 35 DEP +35 stoltzman stoltzman NNP NNP _ 33 NP-OBJ +36 the the DT DT _ 37 DEP +37 opportunity opportunity NN NN _ 33 NP-OBJ +38 to to TO TO _ 39 DEP +39 wail wail VB VB _ 37 S +40 in in IN IN _ 39 PP +41 a a DT DT _ 43 DEP +42 high high JJ JJ _ 43 DEP +43 register register NN NN _ 40 NP +44 and and CC CC _ 39 DEP +45 show show VB VB _ 39 VP +46 off off RP RP _ 45 PRT +47 his his PRP$ PRP$ _ 49 DEP +48 fleet fleet JJ JJ _ 49 DEP +49 fingers fingers NNS NNS _ 45 NP-OBJ +50 . . . . _ 4 DEP + +1 bach bach NNP NNP _ 2 DEP +2 's 's POS POS _ 4 NP +3 `` `` `` `` _ 4 DEP +4 air air NN NN _ 6 NP-SBJ +5 '' '' '' '' _ 4 DEP +6 followed followed VBD VBD _ 0 ROOT +7 . . . . _ 6 DEP + +1 mr. mr. NNP NNP _ 2 DEP +2 stoltzman stoltzman NNP NNP _ 3 NP-SBJ +3 tied tied VBD VBD _ 0 ROOT +4 the the DT DT _ 5 DEP +5 composer composer NN NN _ 3 NP-OBJ +6 in in RP RP _ 3 PRT +7 by by IN IN _ 3 PP +8 proclaiming proclaiming VBG VBG _ 7 S +9 him him PRP PRP _ 13 NP-SBJ +10 `` `` `` `` _ 13 DEP +11 the the DT DT _ 13 DEP +12 great great JJ JJ _ 13 DEP +13 improviser improviser NN NN _ 8 S +14 of of IN IN _ 13 PP +15 the the DT DT _ 17 DEP +16 18th 18th JJ JJ _ 17 DEP +17 century century NN NN _ 14 NP +18 , , , , _ 3 DEP +19 '' '' '' '' _ 3 DEP +20 and and CC CC _ 3 DEP +21 then then RB RB _ 3 DEP +22 built built VBD VBD _ 3 VP +23 on on IN IN _ 22 PP +24 the the DT DT _ 25 DEP +25 image image NN NN _ 23 NP +26 by by IN IN _ 22 PP +27 joining joining VBG VBG _ 26 S +28 with with IN IN _ 27 PP +29 mr. mr. NNP NNP _ 30 DEP +30 douglas douglas NNP NNP _ 28 NP +31 in in IN IN _ 27 PP +32 some some DT DT _ 35 DEP +33 bach bach NNP NNP _ 35 DEP +34 two-part two-part JJ JJ _ 35 DEP +35 inventions inventions NNS NNS _ 31 NP +36 , , , , _ 35 DEP +37 cleverly cleverly RB RB _ 38 ADVP +38 arranged arranged VBN VBN _ 35 VP +39 for for IN IN _ 38 PP +40 clarinet clarinet NN NN _ 42 DEP +41 and and CC CC _ 42 DEP +42 bassoon bassoon NN NN _ 39 NP +43 by by IN IN _ 38 PP +44 mr. mr. NNP NNP _ 45 DEP +45 douglas douglas NNP NNP _ 43 NP +46 . . . . _ 3 DEP + +1 keeping keeping VBG VBG _ 9 S +2 the the DT DT _ 3 DEP +3 mood mood NN NN _ 4 NP-SBJ +4 light light JJ JJ _ 1 S +5 , , , , _ 9 DEP +6 the the DT DT _ 7 DEP +7 two two CD CD _ 9 NP-SBJ +8 then then RB RB _ 9 ADVP +9 chanted chanted VBD VBD _ 0 ROOT +10 and and CC CC _ 9 DEP +11 chortled chortled VBD VBD _ 9 DEP +12 their their PRP$ PRP$ _ 13 DEP +13 way way NN NN _ 9 NP-OBJ +14 through through IN IN _ 9 PP +15 some some DT DT _ 17 DEP +16 murderous murderous JJ JJ _ 17 DEP +17 polyrhythms polyrhythms NNS NNS _ 14 NP +18 , , , , _ 17 DEP +19 devised devised VBN VBN _ 17 VP +20 by by IN IN _ 19 PP +21 mr. mr. NNP NNP _ 22 DEP +22 douglas douglas NNP NNP _ 20 NP +23 as as IN IN _ 19 PP +24 an an DT DT _ 25 DEP +25 alternative alternative NN NN _ 23 NP +26 to to TO TO _ 25 PP +27 hindemith hindemith NNP NNP _ 28 DEP +28 's 's POS POS _ 31 NP +29 dry dry JJ JJ _ 31 DEP +30 theory-teaching theory-teaching VBG VBG _ 31 DEP +31 techniques techniques NNS NNS _ 26 NP +32 , , , , _ 9 DEP +33 and and CC CC _ 9 DEP +34 then then RB RB _ 9 DEP +35 , , , , _ 9 DEP +36 with with IN IN _ 40 PP +37 mr. mr. NNP NNP _ 38 DEP +38 gomez gomez NNP NNP _ 36 NP +39 , , , , _ 40 DEP +40 soared soared VBD VBD _ 9 VP +41 and and CC CC _ 40 DEP +42 improvised improvised VBD VBD _ 40 VP +43 on on IN IN _ 42 PP +44 the the DT DT _ 46 DEP +45 composer composer NN NN _ 46 DEP +46 's 's POS POS _ 50 NP +47 tight tight JJ JJ _ 50 DEP +48 `` `` `` `` _ 50 DEP +49 bebop bebop NNP NNP _ 50 DEP +50 etudes etudes NNP NNP _ 43 NP +51 . . . . _ 9 DEP +52 '' '' '' '' _ 9 DEP + +1 the the DT DT _ 2 DEP +2 end end NN NN _ 10 NP-SBJ +3 of of IN IN _ 2 PP +4 the the DT DT _ 6 DEP +5 first first JJ JJ _ 6 DEP +6 half half NN NN _ 3 NP +7 , , , , _ 10 DEP +8 however however RB RB _ 10 ADVP +9 , , , , _ 10 DEP +10 brought brought VBD VBD _ 0 ROOT +11 what what WP WP _ 25 SBAR +12 the the DT DT _ 14 DEP +13 standing-room-only standing-room-only JJ JJ _ 14 DEP +14 crowd crowd NN NN _ 15 NP-SBJ +15 seemed seemed VBD VBD _ 11 S +16 to to TO TO _ 17 DEP +17 be be VB VB _ 15 S +18 waiting waiting VBG VBG _ 17 VP +19 for for IN IN _ 18 PP +20 : : : : _ 25 DEP +21 the the DT DT _ 23 DEP +22 pop pop NN NN _ 23 DEP +23 singer singer NN NN _ 25 NP +24 judy judy NNP NNP _ 25 DEP +25 collins collins NNP NNP _ 10 NP-OBJ +26 , , , , _ 25 DEP +27 who who WP WP _ 25 SBAR +28 appears appears VBZ VBZ _ 27 S +29 on on IN IN _ 28 PP +30 `` `` `` `` _ 29 DEP +31 inner inner JJ JJ _ 32 DEP +32 voices voices NNS NNS _ 29 NP +33 . . . . _ 10 DEP +34 '' '' '' '' _ 10 DEP + +1 glamorous glamorous JJ JJ _ 3 DEP +2 and and CC CC _ 3 DEP +3 pure-voiced pure-voiced JJ JJ _ 9 S +4 as as IN IN _ 3 PP +5 ever ever RB RB _ 4 ADVP +6 , , , , _ 9 DEP +7 ms. ms. NNP NNP _ 8 DEP +8 collins collins NNP NNP _ 9 NP-SBJ +9 sang sang VBD VBD _ 0 ROOT +10 joni joni NNP NNP _ 12 DEP +11 mitchell mitchell NNP NNP _ 12 DEP +12 's 's POS POS _ 40 NP +13 `` `` `` `` _ 12 DEP +14 for for IN IN _ 12 PP +15 free free RB RB _ 14 ADJP +16 '' '' '' '' _ 12 DEP +17 -- -- : : _ 26 DEP +18 about about IN IN _ 26 PP +19 an an DT DT _ 20 DEP +20 encounter encounter NN NN _ 18 NP +21 with with IN IN _ 20 PP +22 a a DT DT _ 24 DEP +23 street-corner street-corner JJ JJ _ 24 DEP +24 clarinetist clarinetist NN NN _ 21 NP +25 , , , , _ 26 DEP +26 to to TO TO _ 12 PRN +27 which which WDT WDT _ 26 WHNP +28 mr. mr. NNP NNP _ 29 DEP +29 stoltzman stoltzman NNP NNP _ 30 NP-SBJ +30 contributed contributed VBD VBD _ 26 S +31 a a DT DT _ 33 DEP +32 clarinet clarinet NN NN _ 33 DEP +33 obligatto obligatto NN NN _ 30 NP-OBJ +34 -- -- : : _ 26 DEP +35 and and CC CC _ 40 DEP +36 mr. mr. NNP NNP _ 38 DEP +37 douglas douglas NNP NNP _ 38 DEP +38 's 's POS POS _ 40 NP +39 lush lush JJ JJ _ 40 DEP +40 setting setting NN NN _ 9 NP-OBJ +41 of of IN IN _ 40 PP +42 a a DT DT _ 44 DEP +43 gaelic gaelic JJ JJ _ 44 DEP +44 blessing blessing NN NN _ 48 NP +45 , , , , _ 48 DEP +46 `` `` `` `` _ 48 DEP +47 deep deep JJ JJ _ 48 DEP +48 peace peace NN NN _ 41 NP +49 . . . . _ 9 DEP +50 '' '' '' '' _ 9 DEP + +1 `` `` `` `` _ 6 DEP +2 deep deep JJ JJ _ 3 DEP +3 peace peace NN NN _ 6 NP +4 '' '' '' '' _ 6 DEP +5 also also RB RB _ 6 ADVP +6 featured featured VBD VBD _ 0 ROOT +7 a a DT DT _ 9 DEP +8 slide slide NN NN _ 9 DEP +9 show show NN NN _ 6 NP-OBJ +10 of of IN IN _ 9 PP +11 lovely lovely JJ JJ _ 13 DEP +12 but but CC CC _ 13 DEP +13 predictable predictable JJ JJ _ 14 ADJP +14 images images NNS NNS _ 10 NP +15 of of IN IN _ 14 PP +16 clouds clouds NNS NNS _ 22 DEP +17 , , , , _ 22 DEP +18 beaches beaches NNS NNS _ 22 DEP +19 , , , , _ 22 DEP +20 deserts deserts NNS NNS _ 22 DEP +21 , , , , _ 22 DEP +22 sunsets sunsets NNS NNS _ 15 NP +23 , , , , _ 22 DEP +24 etc etc FW FW _ 22 DEP +25 . . . . _ 6 DEP + +1 it it PRP PRP _ 2 NP-SBJ +2 was was VBD VBD _ 13 S +3 all all RB RB _ 5 DEP +4 too too RB RB _ 5 DEP +5 mellow mellow JJ JJ _ 2 ADJP +6 to to TO TO _ 7 DEP +7 be be VB VB _ 5 SBAR +8 believed believed VBN VBN _ 7 VP +9 , , , , _ 13 DEP +10 but but CC CC _ 13 DEP +11 they they PRP PRP _ 13 NP-SBJ +12 probably probably RB RB _ 13 ADVP +13 would would MD MD _ 0 ROOT +14 have have VB VB _ 13 VP +15 gotten gotten VBN VBN _ 14 VP +16 away away RP RP _ 15 PRT +17 with with IN IN _ 15 PP +18 it it PRP PRP _ 17 NP +19 , , , , _ 15 DEP +20 had had VBD VBD _ 15 SBAR +21 they they PRP PRP _ 20 NP-SBJ +22 not not RB RB _ 20 DEP +23 felt felt VBD VBD _ 20 VP +24 compelled compelled VBN VBN _ 23 VP +25 to to TO TO _ 26 DEP +26 add add VB VB _ 24 S +27 ms. ms. NNP NNP _ 29 DEP +28 collins collins NNP NNP _ 29 DEP +29 's 's POS POS _ 31 NP +30 signature signature NN NN _ 31 DEP +31 tune tune NN NN _ 35 NP +32 , , , , _ 35 DEP +33 `` `` `` `` _ 35 DEP +34 amazing amazing JJ JJ _ 35 DEP +35 grace grace NN NN _ 26 NP-OBJ +36 , , , , _ 35 DEP +37 '' '' '' '' _ 35 DEP +38 and and CC CC _ 26 DEP +39 ask ask VB VB _ 26 VP +40 for for IN IN _ 39 PP +41 audience audience NN NN _ 42 DEP +42 participation participation NN NN _ 40 NP +43 . . . . _ 13 DEP + +1 that that WDT WDT _ 2 NP-SBJ +2 went went VBD VBD _ 0 ROOT +3 over over IN IN _ 2 PP +4 the the DT DT _ 6 DEP +5 permissible permissible JJ JJ _ 6 DEP +6 line line NN NN _ 3 NP +7 for for IN IN _ 6 PP +8 warm warm JJ JJ _ 10 DEP +9 and and CC CC _ 10 DEP +10 fuzzy fuzzy JJ JJ _ 11 ADJP +11 feelings feelings NNS NNS _ 7 NP +12 . . . . _ 2 DEP + +1 was was VBD VBD _ 0 ROOT +2 this this DT DT _ 1 NP-SBJ +3 why why WRB WRB _ 1 SBAR +4 some some DT DT _ 8 NP-SBJ +5 of of IN IN _ 4 PP +6 the the DT DT _ 7 DEP +7 audience audience NN NN _ 5 NP +8 departed departed VBD VBD _ 3 S +9 before before IN IN _ 8 PP +10 or or CC CC _ 9 DEP +11 during during IN IN _ 9 DEP +12 the the DT DT _ 14 DEP +13 second second JJ JJ _ 14 DEP +14 half half NN NN _ 9 NP +15 ? ? . . _ 1 DEP + +1 or or CC CC _ 2 DEP +2 was was VBD VBD _ 0 ROOT +3 it it PRP PRP _ 2 NP-SBJ +4 because because IN IN _ 2 SBAR +5 ms. ms. NNP NNP _ 6 DEP +6 collins collins NNP NNP _ 7 NP-SBJ +7 had had VBD VBD _ 4 S +8 gone gone VBN VBN _ 7 VP +9 ? ? . . _ 2 DEP + +1 either either DT DT _ 2 DEP +2 way way NN NN _ 4 NP +3 it it PRP PRP _ 4 NP-SBJ +4 was was VBD VBD _ 0 ROOT +5 a a DT DT _ 6 DEP +6 pity pity NN NN _ 4 NP-PRD +7 , , , , _ 4 DEP +8 because because IN IN _ 4 SBAR +9 mr. mr. NNP NNP _ 10 DEP +10 stolzman stolzman NNP NNP _ 11 NP-SBJ +11 offered offered VBD VBD _ 8 S +12 the the DT DT _ 15 DEP +13 most most RBS RBS _ 14 DEP +14 substantial substantial JJ JJ _ 15 ADJP +15 music music NN NN _ 11 NP-OBJ +16 of of IN IN _ 15 PP +17 the the DT DT _ 18 DEP +18 evening evening NN NN _ 16 NP +19 just just RB RB _ 20 ADVP +20 after after IN IN _ 11 PP +21 intermission intermission NN NN _ 20 NP +22 : : : : _ 11 DEP +23 steve steve NNP NNP _ 25 DEP +24 reich reich NNP NNP _ 25 DEP +25 's 's POS POS _ 29 NP +26 `` `` `` `` _ 29 DEP +27 new new NNP NNP _ 29 DEP +28 york york NNP NNP _ 29 DEP +29 counterpoint counterpoint NN NN _ 32 NP +30 , , , , _ 32 DEP +31 '' '' '' '' _ 32 DEP +32 one one CD CD _ 11 NP-OBJ +33 of of IN IN _ 32 PP +34 a a DT DT _ 35 DEP +35 series series NN NN _ 33 NP +36 of of IN IN _ 35 PP +37 reich reich NNP NNP _ 38 DEP +38 works works NNS NNS _ 36 NP +39 that that WDT WDT _ 38 SBAR +40 juxtapose juxtapose VBP VBP _ 39 S +41 a a DT DT _ 43 DEP +42 live live JJ JJ _ 43 DEP +43 performer performer NN NN _ 40 NP-OBJ +44 with with IN IN _ 40 PP +45 recorded recorded JJ JJ _ 46 DEP +46 tracks tracks NNS NNS _ 44 NP +47 of of IN IN _ 46 PP +48 his his PRP$ PRP$ _ 50 DEP +49 or or CC CC _ 50 DEP +50 her her PRP$ PRP$ _ 52 ADJP +51 own own JJ JJ _ 52 DEP +52 playing playing NN NN _ 47 NP +53 . . . . _ 4 DEP + +1 ( ( -LRB- -LRB- _ 13 DEP +2 mr. mr. NNP NNP _ 4 DEP +3 reich reich NNP NNP _ 4 DEP +4 's 's POS POS _ 8 NP +5 new new JJ JJ _ 8 DEP +6 `` `` `` `` _ 8 DEP +7 different different JJ JJ _ 8 DEP +8 trains trains NNS NNS _ 13 NP-SBJ +9 '' '' '' '' _ 8 DEP +10 for for IN IN _ 8 PP +11 string string NN NN _ 12 DEP +12 quartet quartet NN NN _ 10 NP +13 uses uses VBZ VBZ _ 0 ROOT +14 the the DT DT _ 15 DEP +15 technique technique NN NN _ 13 NP-OBJ +16 magisterially magisterially RB RB _ 13 ADVP +17 . . . . _ 13 DEP +18 ) ) -RRB- -RRB- _ 13 DEP + +1 mr. mr. NNP NNP _ 2 DEP +2 stoltzman stoltzman NNP NNP _ 3 NP-SBJ +3 must must MD MD _ 18 S +4 have have VB VB _ 3 VP +5 worried worried VBN VBN _ 4 VP +6 that that IN IN _ 5 SBAR +7 his his PRP$ PRP$ _ 8 DEP +8 audience audience NN NN _ 9 NP-SBJ +9 might might MD MD _ 6 S +10 not not RB RB _ 9 DEP +11 be be VB VB _ 9 VP +12 able able JJ JJ _ 11 ADJP +13 to to TO TO _ 14 DEP +14 take take VB VB _ 12 S +15 it it PRP PRP _ 14 NP-OBJ +16 : : : : _ 18 DEP +17 he he PRP PRP _ 18 NP-SBJ +18 warned warned VBD VBD _ 0 ROOT +19 us us PRP PRP _ 18 NP-OBJ +20 in in IN IN _ 18 PP +21 advance advance NN NN _ 20 NP +22 that that IN IN _ 18 SBAR +23 `` `` `` `` _ 28 DEP +24 new new NNP NNP _ 26 DEP +25 york york NNP NNP _ 26 DEP +26 counterpoint counterpoint NN NN _ 28 NP +27 '' '' '' '' _ 28 DEP +28 lasts lasts VBZ VBZ _ 22 S +29 11 11 CD CD _ 30 DEP +30 1\/2 1\/2 CD CD _ 31 QP +31 minutes minutes NNS NNS _ 28 NP +32 . . . . _ 18 DEP + +1 he he PRP PRP _ 4 NP-SBJ +2 also also RB RB _ 4 ADVP +3 unfortunately unfortunately RB RB _ 4 ADVP +4 illustrated illustrated VBD VBD _ 0 ROOT +5 this this DT DT _ 9 DEP +6 intricate intricate JJ JJ _ 9 DEP +7 , , , , _ 9 DEP +8 jazzy jazzy JJ JJ _ 9 DEP +9 tapestry tapestry NN NN _ 4 NP-OBJ +10 with with IN IN _ 4 PP +11 mr. mr. NNP NNP _ 13 DEP +12 pearson pearson NNP NNP _ 13 DEP +13 's 's POS POS _ 14 NP +14 images images NNS NNS _ 17 NP +15 , , , , _ 17 DEP +16 this this DT DT _ 17 DEP +17 time time NN NN _ 10 NP +18 of of IN IN _ 17 PP +19 geometric geometric JJ JJ _ 22 UCP +20 or or CC CC _ 19 DEP +21 repeating repeating JJ JJ _ 19 DEP +22 objects objects NNS NNS _ 18 NP +23 , , , , _ 17 DEP +24 in in IN IN _ 4 PP +25 a a DT DT _ 27 DEP +26 kitschy kitschy JJ JJ _ 27 DEP +27 mirroring mirroring NN NN _ 24 NP +28 of of IN IN _ 27 PP +29 the the DT DT _ 31 DEP +30 musical musical JJ JJ _ 31 DEP +31 structure structure NN NN _ 28 NP +32 that that WDT WDT _ 27 SBAR +33 was was VBD VBD _ 32 S +34 thoroughly thoroughly RB RB _ 35 ADVP +35 distracting distracting VBG VBG _ 33 VP +36 from from IN IN _ 35 PP +37 mr. mr. NNP NNP _ 39 DEP +38 reich reich NNP NNP _ 39 DEP +39 's 's POS POS _ 40 NP +40 piece piece NN NN _ 46 NP +41 and and CC CC _ 46 DEP +42 mr. mr. NNP NNP _ 44 DEP +43 stoltzman stoltzman NNP NNP _ 44 DEP +44 's 's POS POS _ 46 NP +45 elegant elegant JJ JJ _ 46 DEP +46 execution execution NN NN _ 36 NP +47 of of IN IN _ 46 PP +48 it it PRP PRP _ 47 NP +49 . . . . _ 4 DEP + +1 the the DT DT _ 2 DEP +2 rest rest NN NN _ 6 NP-SBJ +3 of of IN IN _ 2 PP +4 the the DT DT _ 5 DEP +5 concert concert NN NN _ 3 NP +6 was was VBD VBD _ 0 ROOT +7 more more JJR JJR _ 9 DEP +8 straight straight JJ JJ _ 9 DEP +9 jazz jazz NN NN _ 12 NP +10 and and CC CC _ 12 DEP +11 mellow mellow JJ JJ _ 12 DEP +12 sounds sounds NNS NNS _ 6 NP-PRD +13 written written VBN VBN _ 12 VP +14 by by IN IN _ 13 PP +15 charlie charlie NNP NNP _ 16 DEP +16 parker parker NNP NNP _ 25 NP +17 , , , , _ 25 DEP +18 ornette ornette NNP NNP _ 19 DEP +19 coleman coleman NNP NNP _ 25 NP +20 , , , , _ 25 DEP +21 bill bill NNP NNP _ 22 DEP +22 douglas douglas NNP NNP _ 25 NP +23 and and CC CC _ 25 DEP +24 eddie eddie NNP NNP _ 25 DEP +25 gomez gomez NNP NNP _ 14 NP +26 , , , , _ 12 DEP +27 with with IN IN _ 12 PP +28 pictures pictures NNS NNS _ 27 NP +29 for for IN IN _ 28 PP +30 the the DT DT _ 32 DEP +31 douglas douglas NNP NNP _ 32 DEP +32 pieces pieces NNS NNS _ 29 NP +33 . . . . _ 6 DEP + +1 it it PRP PRP _ 2 NP-SBJ +2 was was VBD VBD _ 26 S +3 enjoyable enjoyable JJ JJ _ 2 ADJP +4 to to TO TO _ 5 DEP +5 hear hear VB VB _ 2 S +6 accomplished accomplished JJ JJ _ 7 DEP +7 jazz jazz NN NN _ 5 NP-OBJ +8 without without IN IN _ 5 PP +9 having having VBG VBG _ 8 S +10 to to TO TO _ 11 DEP +11 sit sit VB VB _ 9 S +12 in in IN IN _ 11 PP +13 a a DT DT _ 15 DEP +14 smoke-filled smoke-filled JJ JJ _ 15 DEP +15 club club NN NN _ 12 NP +16 , , , , _ 26 DEP +17 but but CC CC _ 26 DEP +18 like like IN IN _ 26 PP +19 the the DT DT _ 21 DEP +20 first first JJ JJ _ 21 DEP +21 half half NN NN _ 18 NP +22 , , , , _ 26 DEP +23 much much JJ JJ _ 26 NP-SBJ +24 of of IN IN _ 23 PP +25 it it PRP PRP _ 24 NP +26 was was VBD VBD _ 0 ROOT +27 easy easy JJ JJ _ 32 ADJP +28 to to TO TO _ 29 DEP +29 take take VB VB _ 27 SBAR +30 and and CC CC _ 32 DEP +31 ultimately ultimately RB RB _ 32 DEP +32 forgettable forgettable JJ JJ _ 26 ADJP +33 . . . . _ 26 DEP + +1 is is VBZ VBZ _ 0 ROOT +2 this this DT DT _ 1 NP-SBJ +3 the the DT DT _ 4 DEP +4 future future NN NN _ 1 NP-PRD +5 of of IN IN _ 4 PP +6 chamber chamber NN NN _ 7 DEP +7 music music NN NN _ 5 NP +8 ? ? . . _ 1 DEP + +1 managers managers NNS NNS _ 3 DEP +2 and and CC CC _ 3 DEP +3 presenters presenters NNS NNS _ 4 NP-SBJ +4 insist insist VBP VBP _ 0 ROOT +5 that that IN IN _ 4 SBAR +6 chamber chamber NN NN _ 8 DEP +7 music music NN NN _ 8 DEP +8 concerts concerts NNS NNS _ 9 NP-SBJ +9 are are VBP VBP _ 5 S +10 a a DT DT _ 12 DEP +11 hard hard JJ JJ _ 12 DEP +12 sell sell NN NN _ 9 NP-PRD +13 , , , , _ 4 DEP +14 but but CC CC _ 4 DEP +15 can can MD MD _ 4 SQ +16 audiences audiences NNS NNS _ 15 NP-SBJ +17 really really RB RB _ 15 ADVP +18 enjoy enjoy VB VB _ 15 VP +19 them them PRP PRP _ 18 NP-OBJ +20 only only RB RB _ 21 DEP +21 if if IN IN _ 18 SBAR +22 the the DT DT _ 23 DEP +23 music music NN NN _ 24 NP-SBJ +24 is is VBZ VBZ _ 21 S +25 purged purged VBN VBN _ 24 VP +26 of of IN IN _ 25 PP +27 threatening threatening JJ JJ _ 28 DEP +28 elements elements NNS NNS _ 26 NP +29 , , , , _ 25 DEP +30 served served VBN VBN _ 25 VP +31 up up RP RP _ 30 PRT +32 in in IN IN _ 30 PP +33 bite-sized bite-sized JJ JJ _ 34 DEP +34 morsels morsels NNS NNS _ 32 NP +35 and and CC CC _ 25 DEP +36 accompanied accompanied VBN VBN _ 25 VP +37 by by IN IN _ 36 PP +38 visuals visuals NNS NNS _ 37 NP +39 ? ? . . _ 15 DEP + +1 what what WP WP _ 2 WHNP +2 's 's VBZ VBZ _ 0 ROOT +3 next next JJ JJ _ 2 ADJP +4 ? ? . . _ 2 DEP + +1 slides slides NNS NNS _ 0 ROOT +2 to to TO TO _ 3 DEP +3 illustrate illustrate VB VB _ 1 SBAR +4 shostakovich shostakovich NNP NNP _ 5 DEP +5 quartets quartets NNS NNS _ 3 NP-OBJ +6 ? ? . . _ 1 DEP + +1 it it PRP PRP _ 2 NP-SBJ +2 was was VBD VBD _ 0 ROOT +3 not not RB RB _ 2 DEP +4 an an DT DT _ 6 DEP +5 unpleasant unpleasant JJ JJ _ 6 DEP +6 evening evening NN NN _ 2 NP-PRD +7 , , , , _ 2 DEP +8 certainly certainly RB RB _ 2 ADVP +9 , , , , _ 2 DEP +10 thanks thanks NNS NNS _ 2 NP +11 to to TO TO _ 10 PP +12 the the DT DT _ 14 DEP +13 high high JJ JJ _ 14 DEP +14 level level NN NN _ 28 NP +15 of of IN IN _ 14 PP +16 performance performance NN NN _ 15 NP +17 , , , , _ 28 DEP +18 the the DT DT _ 20 DEP +19 compositional compositional JJ JJ _ 20 DEP +20 talents talents NNS NNS _ 28 NP +21 of of IN IN _ 20 PP +22 mr. mr. NNP NNP _ 23 DEP +23 douglas douglas NNP NNP _ 21 NP +24 , , , , _ 28 DEP +25 and and CC CC _ 28 DEP +26 the the DT DT _ 28 DEP +27 obvious obvious JJ JJ _ 28 DEP +28 sincerity sincerity NN NN _ 11 NP +29 with with IN IN _ 28 SBAR +30 which which WDT WDT _ 29 WHNP +31 mr. mr. NNP NNP _ 32 DEP +32 stoltzman stoltzman NNP NNP _ 33 NP-SBJ +33 chooses chooses VBZ VBZ _ 29 S +34 his his PRP$ PRP$ _ 35 DEP +35 selections selections NNS NNS _ 33 NP-OBJ +36 . . . . _ 2 DEP + +1 but but CC CC _ 3 DEP +2 it it PRP PRP _ 3 NP-SBJ +3 was was VBD VBD _ 0 ROOT +4 neither neither RB RB _ 7 DEP +5 deep deep JJ JJ _ 7 DEP +6 nor nor CC CC _ 7 DEP +7 lasting lasting JJ JJ _ 3 UCP +8 : : : : _ 7 DEP +9 light light JJ JJ _ 10 DEP +10 entertainment entertainment NN NN _ 7 NP-PRD +11 that that WDT WDT _ 10 SBAR +12 was was VBD VBD _ 11 S +13 no no DT DT _ 14 DEP +14 substitute substitute NN NN _ 12 NP-PRD +15 for for IN IN _ 14 PP +16 an an DT DT _ 17 DEP +17 evening evening NN NN _ 15 NP +18 of of IN IN _ 17 PP +19 brahms brahms NNP NNP _ 18 NP +20 . . . . _ 3 DEP + +1 ms. ms. NNP NNP _ 2 DEP +2 waleson waleson NNP NNP _ 3 NP-SBJ +3 is is VBZ VBZ _ 0 ROOT +4 a a DT DT _ 6 DEP +5 free-lance free-lance JJ JJ _ 6 DEP +6 writer writer NN NN _ 3 NP-OBJ +7 based based VBN VBN _ 6 VP +8 in in IN IN _ 7 PP +9 new new NNP NNP _ 10 DEP +10 york york NNP NNP _ 8 NP +11 . . . . _ 3 DEP + +1 one one CD CD _ 9 NP-SBJ +2 of of IN IN _ 1 PP +3 ronald ronald NNP NNP _ 5 DEP +4 reagan reagan NNP NNP _ 5 DEP +5 's 's POS POS _ 6 NP +6 attributes attributes NNS NNS _ 2 NP +7 as as IN IN _ 6 PP +8 president president NNP NNP _ 7 NP +9 was was VBD VBD _ 0 ROOT +10 that that IN IN _ 9 SBAR +11 he he PRP PRP _ 13 NP-SBJ +12 rarely rarely RB RB _ 13 ADVP +13 gave gave VBD VBD _ 10 S +14 his his PRP$ PRP$ _ 15 DEP +15 blessing blessing NN NN _ 13 NP-OBJ +16 to to TO TO _ 13 PP +17 the the DT DT _ 18 DEP +18 claptrap claptrap NN NN _ 16 NP +19 that that WDT WDT _ 18 SBAR +20 passes passes VBZ VBZ _ 19 S +21 for for IN IN _ 20 PP +22 `` `` `` `` _ 21 DEP +23 consensus consensus NN NN _ 21 NP +24 '' '' '' '' _ 21 DEP +25 in in IN IN _ 20 PP +26 various various JJ JJ _ 28 DEP +27 international international JJ JJ _ 28 DEP +28 institutions institutions NNS NNS _ 25 NP +29 . . . . _ 9 DEP + +1 in in IN IN _ 5 PP +2 fact fact NN NN _ 1 NP +3 , , , , _ 5 DEP +4 he he PRP PRP _ 5 NP-SBJ +5 liberated liberated VBD VBD _ 0 ROOT +6 the the DT DT _ 7 DEP +7 u.s. u.s. NNP NNP _ 5 NP-OBJ +8 from from IN IN _ 5 PP +9 one one CD CD _ 18 NP +10 of of IN IN _ 9 PP +11 the the DT DT _ 12 DEP +12 world world NN NN _ 16 NP +13 's 's VBZ VBZ _ 12 DEP +14 most most RBS RBS _ 15 DEP +15 corrupt corrupt JJ JJ _ 16 ADJP +16 organizations organizations NNS NNS _ 10 NP +17 -- -- : : _ 18 DEP +18 unesco unesco NNP NNP _ 8 NP +19 . . . . _ 5 DEP + +1 this this DT DT _ 2 NP-SBJ +2 is is VBZ VBZ _ 0 ROOT +3 the the DT DT _ 5 DEP +4 u.n. u.n. NNP NNP _ 5 DEP +5 group group NN NN _ 2 NP-PRD +6 that that WDT WDT _ 5 SBAR +7 managed managed VBD VBD _ 6 S +8 to to TO TO _ 9 DEP +9 traduce traduce VB VB _ 7 S +10 its its PRP$ PRP$ _ 12 DEP +11 own own JJ JJ _ 12 DEP +12 charter charter NN NN _ 9 NP-OBJ +13 of of IN IN _ 12 PP +14 promoting promoting VBG VBG _ 13 S +15 education education NN NN _ 19 DEP +16 , , , , _ 19 DEP +17 science science NN NN _ 19 DEP +18 and and CC CC _ 19 DEP +19 culture culture NN NN _ 14 NP-OBJ +20 . . . . _ 2 DEP + +1 ever ever RB RB _ 7 ADVP +2 since since IN IN _ 1 DEP +3 , , , , _ 7 DEP +4 the the DT DT _ 6 DEP +5 remaining remaining VBG VBG _ 6 DEP +6 members members NNS NNS _ 7 NP-SBJ +7 have have VBP VBP _ 0 ROOT +8 been been VBN VBN _ 7 VP +9 desperate desperate JJ JJ _ 8 ADJP +10 for for IN IN _ 9 SBAR +11 the the DT DT _ 13 DEP +12 united united NNP NNP _ 13 DEP +13 states states NNPS NNPS _ 15 NP-SBJ +14 to to TO TO _ 15 DEP +15 rejoin rejoin VB VB _ 10 S +16 this this DT DT _ 18 DEP +17 dreadful dreadful JJ JJ _ 18 DEP +18 group group NN NN _ 15 NP-OBJ +19 . . . . _ 7 DEP + +1 now now RB RB _ 4 ADVP +2 unesco unesco NNP NNP _ 3 DEP +3 apologists apologists NNS NNS _ 4 NP-SBJ +4 are are VBP VBP _ 0 ROOT +5 lobbying lobbying VBG VBG _ 4 VP +6 president president NNP NNP _ 7 DEP +7 bush bush NNP NNP _ 5 NP-OBJ +8 to to TO TO _ 9 DEP +9 renege renege VB VB _ 5 S +10 on on IN IN _ 9 PP +11 president president NNP NNP _ 13 DEP +12 reagan reagan NNP NNP _ 13 DEP +13 's 's POS POS _ 14 NP +14 decision decision NN NN _ 10 NP +15 to to TO TO _ 16 DEP +16 depart depart VB VB _ 14 S +17 . . . . _ 4 DEP + +1 but but CC CC _ 3 DEP +2 we we PRP PRP _ 3 NP-SBJ +3 can can MD MD _ 0 ROOT +4 think think VB VB _ 3 VP +5 of of IN IN _ 4 PP +6 many many JJ JJ _ 7 DEP +7 reasons reasons NNS NNS _ 5 NP +8 to to TO TO _ 9 DEP +9 stay stay VB VB _ 7 SBAR +10 out out RB RB _ 9 ADJP +11 for for IN IN _ 9 PP +12 the the DT DT _ 14 DEP +13 foreseeable foreseeable JJ JJ _ 14 DEP +14 future future NN NN _ 11 UCP +15 and and CC CC _ 14 DEP +16 well well RB RB _ 14 ADVP +17 beyond beyond IN IN _ 16 DEP +18 . . . . _ 3 DEP + +1 the the DT DT _ 2 DEP +2 u.s. u.s. NNP NNP _ 10 NP-SBJ +3 , , , , _ 10 DEP +4 along along IN IN _ 10 PP +5 with with IN IN _ 4 PP +6 britain britain NNP NNP _ 8 DEP +7 and and CC CC _ 8 DEP +8 singapore singapore NNP NNP _ 5 NP +9 , , , , _ 10 DEP +10 left left VBD VBD _ 0 ROOT +11 the the DT DT _ 12 DEP +12 agency agency NN NN _ 10 NP-OBJ +13 when when WRB WRB _ 10 SBAR +14 its its PRP$ PRP$ _ 22 DEP +15 anti-western anti-western JJ JJ _ 16 DEP +16 ideology ideology NN NN _ 22 NX +17 , , , , _ 22 DEP +18 financial financial JJ JJ _ 19 DEP +19 corruption corruption NN NN _ 22 NX +20 and and CC CC _ 22 DEP +21 top top JJ JJ _ 22 DEP +22 leadership leadership NN NN _ 23 NP-SBJ +23 got got VBD VBD _ 13 S +24 out out IN IN _ 25 DEP +25 of of IN IN _ 23 ADJP +26 hand hand NN NN _ 25 NP +27 . . . . _ 10 DEP + +1 the the DT DT _ 3 DEP +2 personal personal JJ JJ _ 3 DEP +3 antics antics NNS NNS _ 9 NP-SBJ +4 of of IN IN _ 3 PP +5 agency agency NN NN _ 8 DEP +6 director director NNP NNP _ 8 DEP +7 amadou-mahtar amadou-mahtar NNP NNP _ 8 DEP +8 m'bow m'bow NNP NNP _ 4 NP +9 drew drew VBD VBD _ 0 ROOT +10 much much JJ JJ _ 11 DEP +11 attention attention NN NN _ 9 NP-OBJ +12 , , , , _ 9 DEP +13 such such JJ JJ _ 14 DEP +14 as as IN IN _ 9 PP +15 when when WRB WRB _ 31 SBAR +16 several several JJ JJ _ 21 NP-SBJ +17 of of IN IN _ 16 PP +18 his his PRP$ PRP$ _ 20 DEP +19 top top JJ JJ _ 20 DEP +20 aides aides NNS NNS _ 17 NP +21 were were VBD VBD _ 15 S +22 uncovered uncovered VBN VBN _ 21 VP +23 as as IN IN _ 22 PP +24 kgb kgb NNP NNP _ 25 DEP +25 plants plants NNS NNS _ 23 NP +26 and and CC CC _ 22 DEP +27 ejected ejected VBN VBN _ 22 VP +28 from from IN IN _ 27 PP +29 france france NNP NNP _ 28 NP +30 and and CC CC _ 31 DEP +31 when when WRB WRB _ 14 SBAR +32 a a DT DT _ 35 DEP +33 mysterious mysterious JJ JJ _ 35 DEP +34 office office NN NN _ 35 DEP +35 fire fire NN NN _ 36 NP-SBJ +36 was was VBD VBD _ 31 S +37 set set VBN VBN _ 36 VP +38 just just RB RB _ 39 ADVP +39 before before IN IN _ 37 SBAR +40 congress congress NNP NNP _ 41 NP-SBJ +41 sent sent VBD VBD _ 39 S +42 accountants accountants NNS NNS _ 41 NP-OBJ +43 to to TO TO _ 44 DEP +44 trace trace VB VB _ 42 SBAR +45 u.s. u.s. NNP NNP _ 46 DEP +46 funds funds NNS NNS _ 44 NP-OBJ +47 . . . . _ 9 DEP + +1 mr. mr. NNP NNP _ 2 DEP +2 m'bow m'bow NNP NNP _ 3 NP-SBJ +3 was was VBD VBD _ 22 S +4 an an DT DT _ 6 DEP +5 extreme extreme JJ JJ _ 6 DEP +6 case case NN NN _ 3 NP-PRD +7 , , , , _ 22 DEP +8 but but CC CC _ 22 DEP +9 even even RB RB _ 11 DEP +10 his his PRP$ PRP$ _ 11 DEP +11 replacement replacement NN NN _ 20 NP +12 , , , , _ 20 DEP +13 the the DT DT _ 18 DEP +14 more more RBR RBR _ 15 DEP +15 personally personally RB RB _ 18 ADJP +16 genial genial JJ JJ _ 15 DEP +17 spanish spanish JJ JJ _ 18 DEP +18 biochemist biochemist NN NN _ 20 NP +19 federico federico NNP NNP _ 20 DEP +20 mayor mayor NNP NNP _ 22 NP-SBJ +21 , , , , _ 20 DEP +22 has has VBZ VBZ _ 0 ROOT +23 had had VBN VBN _ 22 VP +24 little little JJ JJ _ 25 DEP +25 success success NN NN _ 23 NP-OBJ +26 at at IN IN _ 23 PP +27 achieving achieving VBG VBG _ 26 S +28 reforms reforms NNS NNS _ 27 NP-OBJ +29 . . . . _ 22 DEP + +1 several several JJ JJ _ 3 DEP +2 ridiculous ridiculous JJ JJ _ 3 DEP +3 projects projects NNS NNS _ 4 NP-SBJ +4 continue continue VBP VBP _ 0 ROOT +5 , , , , _ 4 DEP +6 including including VBG VBG _ 4 PP +7 the the DT DT _ 12 DEP +8 `` `` `` `` _ 12 DEP +9 new new JJ JJ _ 12 DEP +10 international international JJ JJ _ 12 DEP +11 economic economic JJ JJ _ 12 DEP +12 order order NN NN _ 6 NP +13 , , , , _ 12 DEP +14 '' '' '' '' _ 12 DEP +15 which which WDT WDT _ 12 SBAR +16 means means VBZ VBZ _ 15 S +17 redistributionism redistributionism NN NN _ 16 NP-OBJ +18 from from IN IN _ 17 PP +19 the the DT DT _ 20 DEP +20 west west NNP NNP _ 18 NP +21 to to TO TO _ 22 DEP +22 pay pay VB VB _ 17 SBAR +23 for for IN IN _ 22 PP +24 everyone everyone NN NN _ 26 DEP +25 else else RB RB _ 26 DEP +26 's 's POS POS _ 27 NP +27 statism statism NN NN _ 23 NP +28 . . . . _ 4 DEP + +1 the the DT DT _ 2 DEP +2 orwellian orwellian NNP NNP _ 9 NP-SBJ +3 `` `` `` `` _ 2 DEP +4 new new JJ JJ _ 7 DEP +5 world world NN NN _ 7 DEP +6 information information NN NN _ 7 DEP +7 order order NN NN _ 2 NX +8 '' '' '' '' _ 2 DEP +9 would would MD MD _ 19 S +10 give give VB VB _ 9 VP +11 government government NN NN _ 12 DEP +12 officials officials NNS NNS _ 10 NP-OBJ +13 rights rights NNS NNS _ 10 NP-OBJ +14 against against IN IN _ 13 PP +15 the the DT DT _ 16 DEP +16 press press NN NN _ 14 NP +17 ; ; : : _ 19 DEP +18 journalists journalists NNS NNS _ 19 NP-SBJ +19 would would MD MD _ 0 ROOT +20 be be VB VB _ 19 VP +21 obliged obliged VBN VBN _ 20 VP +22 to to TO TO _ 23 DEP +23 kowtow kowtow VB VB _ 21 S +24 to to TO TO _ 23 PP +25 their their PRP$ PRP$ _ 26 DEP +26 government government NN NN _ 24 NP +27 , , , , _ 26 DEP +28 which which WDT WDT _ 26 SBAR +29 would would MD MD _ 28 S +30 have have VB VB _ 29 VP +31 licensing licensing NN NN _ 39 DEP +32 and and CC CC _ 39 DEP +33 censorship censorship NN NN _ 39 DEP +34 powers powers NNS NNS _ 39 DEP +35 and and CC CC _ 39 DEP +36 , , , , _ 39 DEP +37 indeed indeed RB RB _ 39 DEP +38 , , , , _ 39 DEP +39 duties duties NNS NNS _ 30 NP-OBJ +40 to to TO TO _ 41 DEP +41 block block VB VB _ 39 S +42 printing printing NN NN _ 41 NP-OBJ +43 of of IN IN _ 42 PP +44 `` `` `` `` _ 47 DEP +45 wrong wrong JJ JJ _ 47 DEP +46 '' '' '' '' _ 47 DEP +47 ideas ideas NNS NNS _ 43 NP +48 . . . . _ 19 DEP + +1 unesco unesco NNP NNP _ 3 NP-SBJ +2 somehow somehow RB RB _ 3 ADVP +3 converted converted VBD VBD _ 0 ROOT +4 the the DT DT _ 7 DEP +5 founding founding JJ JJ _ 7 DEP +6 u.n. u.n. NNP NNP _ 7 DEP +7 ideals ideals NNS NNS _ 3 NP-OBJ +8 of of IN IN _ 7 PP +9 individual individual JJ JJ _ 12 DEP +10 rights rights NNS NNS _ 12 DEP +11 and and CC CC _ 12 DEP +12 liberty liberty NN NN _ 8 NP +13 into into IN IN _ 3 PP +14 `` `` `` `` _ 13 DEP +15 peoples peoples NNS NNS _ 16 DEP +16 ' ' POS POS _ 17 NP +17 rights rights NNS NNS _ 13 NP +18 . . . . _ 3 DEP +19 '' '' '' '' _ 3 DEP + +1 million-dollar million-dollar JJ JJ _ 2 DEP +2 conferences conferences NNS NNS _ 3 NP-SBJ +3 were were VBD VBD _ 0 ROOT +4 held held VBN VBN _ 3 VP +5 to to TO TO _ 6 DEP +6 chew chew VB VB _ 4 SBAR +7 on on IN IN _ 6 PP +8 subjects subjects NNS NNS _ 7 NP +9 such such JJ JJ _ 10 DEP +10 as as IN IN _ 8 PP +11 `` `` `` `` _ 24 DEP +12 ethical ethical JJ JJ _ 13 DEP +13 responsibilities responsibilities NNS NNS _ 24 NP +14 of of IN IN _ 13 PP +15 scientists scientists NNS NNS _ 14 NP +16 in in IN IN _ 15 PP +17 support support NN NN _ 16 NP +18 of of IN IN _ 17 PP +19 disarmament disarmament NN NN _ 18 NP +20 '' '' '' '' _ 24 DEP +21 and and CC CC _ 24 DEP +22 `` `` `` `` _ 24 DEP +23 the the DT DT _ 24 DEP +24 impact impact NN NN _ 10 NP +25 of of IN IN _ 24 PP +26 the the DT DT _ 27 DEP +27 activities activities NNS NNS _ 25 NP +28 of of IN IN _ 27 PP +29 transnational transnational JJ JJ _ 30 DEP +30 corporations corporations NNS NNS _ 28 NP +31 . . . . _ 3 DEP +32 '' '' '' '' _ 3 DEP + +1 the the DT DT _ 2 DEP +2 agency agency NN NN _ 3 NP-SBJ +3 was was VBD VBD _ 0 ROOT +4 so so RB RB _ 6 ADVP +5 totally totally RB RB _ 4 DEP +6 subverted subverted VBN VBN _ 3 VP +7 from from IN IN _ 6 PP +8 the the DT DT _ 10 DEP +9 high high JJ JJ _ 10 DEP +10 principles principles NNS NNS _ 7 NP +11 of of IN IN _ 10 PP +12 its its PRP$ PRP$ _ 13 DEP +13 founding founding NN NN _ 11 NP +14 that that IN IN _ 6 SBAR +15 even even RB RB _ 17 DEP +16 the the DT DT _ 17 DEP +17 soviets soviets NNPS NNPS _ 19 NP-SBJ +18 now now RB RB _ 19 ADVP +19 wonder wonder VBP VBP _ 14 S +20 about about IN IN _ 19 PP +21 an an DT DT _ 22 DEP +22 agency agency NN NN _ 20 NP +23 that that WDT WDT _ 22 SBAR +24 seemed seemed VBD VBD _ 23 S +25 so so RB RB _ 26 DEP +26 congenial congenial JJ JJ _ 24 ADJP +27 to to TO TO _ 24 PP +28 them them PRP PRP _ 27 NP +29 . . . . _ 3 DEP + +1 glasnost glasnost FW FW _ 2 NP-SBJ +2 may may MD MD _ 15 S +3 be be VB VB _ 2 VP +4 partly partly RB RB _ 5 DEP +5 responsible responsible JJ JJ _ 3 ADJP +6 , , , , _ 15 DEP +7 but but CC CC _ 15 DEP +8 soviet soviet NNP NNP _ 12 DEP +9 foreign foreign NNP NNP _ 12 DEP +10 minister minister NNP NNP _ 12 DEP +11 eduard eduard NNP NNP _ 12 DEP +12 shevardnadze shevardnadze NNP NNP _ 15 NP-SBJ +13 last last JJ JJ _ 14 DEP +14 year year NN NN _ 15 NP +15 admitted admitted VBD VBD _ 0 ROOT +16 , , , , _ 15 DEP +17 `` `` `` `` _ 15 DEP +18 the the DT DT _ 21 DEP +19 exaggerated exaggerated JJ JJ _ 21 DEP +20 ideological ideological JJ JJ _ 21 DEP +21 approach approach NN NN _ 22 NP-SBJ +22 undermined undermined VBD VBD _ 15 S +23 tolerance tolerance NN NN _ 22 NP-OBJ +24 intrinsic intrinsic JJ JJ _ 23 ADJP +25 to to TO TO _ 24 PP +26 unesco unesco NNP NNP _ 25 NP +27 . . . . _ 15 DEP +28 '' '' '' '' _ 15 DEP + +1 unesco unesco NNP NNP _ 2 NP-SBJ +2 is is VBZ VBZ _ 0 ROOT +3 now now RB RB _ 2 ADVP +4 holding holding VBG VBG _ 2 VP +5 its its PRP$ PRP$ _ 7 DEP +6 biennial biennial JJ JJ _ 7 DEP +7 meetings meetings NNS NNS _ 4 NP-OBJ +8 in in IN IN _ 4 PP +9 paris paris NNP NNP _ 8 NP +10 to to TO TO _ 11 DEP +11 devise devise VB VB _ 4 SBAR +12 its its PRP$ PRP$ _ 14 DEP +13 next next JJ JJ _ 14 DEP +14 projects projects NNS NNS _ 11 NP-OBJ +15 . . . . _ 2 DEP + +1 mr. mr. NNP NNP _ 3 DEP +2 mayor mayor NNP NNP _ 3 DEP +3 's 's POS POS _ 4 NP +4 hope hope NN NN _ 15 NP-SBJ +5 that that IN IN _ 4 SBAR +6 references references NNS NNS _ 12 NP-SBJ +7 to to TO TO _ 6 PP +8 `` `` `` `` _ 7 DEP +9 press press NN NN _ 10 DEP +10 freedom freedom NN NN _ 7 NP +11 '' '' '' '' _ 7 DEP +12 would would MD MD _ 5 S +13 survive survive VB VB _ 12 VP +14 unamended unamended JJ JJ _ 13 S +15 seems seems VBZ VBZ _ 23 S +16 doomed doomed VBN VBN _ 15 ADJP +17 to to TO TO _ 16 PP +18 failure failure NN NN _ 17 NP +19 ; ; : : _ 23 DEP +20 the the DT DT _ 22 DEP +21 current current JJ JJ _ 22 DEP +22 phrasing phrasing NN NN _ 23 NP-SBJ +23 is is VBZ VBZ _ 0 ROOT +24 `` `` `` `` _ 23 DEP +25 educating educating VBG VBG _ 23 S +26 the the DT DT _ 29 DEP +27 public public NN NN _ 29 DEP +28 and and CC CC _ 29 DEP +29 media media NNS NNS _ 25 NP-OBJ +30 to to TO TO _ 31 DEP +31 avoid avoid VB VB _ 25 S +32 manipulation manipulation NN NN _ 31 NP-OBJ +33 . . . . _ 23 DEP +34 '' '' '' '' _ 23 DEP + +1 he he PRP PRP _ 2 NP-SBJ +2 has has VBZ VBZ _ 0 ROOT +3 n't n't RB RB _ 2 DEP +4 been been VBN VBN _ 2 VP +5 able able JJ JJ _ 4 ADJP +6 to to TO TO _ 7 DEP +7 replace replace VB VB _ 5 S +8 the the DT DT _ 10 DEP +9 m'bow m'bow NNP NNP _ 10 DEP +10 cabal cabal NN NN _ 7 NP-OBJ +11 . . . . _ 2 DEP + +1 soviets soviets NNPS NNPS _ 2 NP-SBJ +2 remain remain VBP VBP _ 32 S +3 in in IN IN _ 2 PP +4 charge charge NN NN _ 3 NP +5 of of IN IN _ 4 PP +6 education education NN NN _ 7 DEP +7 programs programs NNS NNS _ 5 NP +8 , , , , _ 32 DEP +9 a a DT DT _ 11 DEP +10 former former JJ JJ _ 11 DEP +11 head head NN NN _ 19 NP-SBJ +12 of of IN IN _ 11 PP +13 an an DT DT _ 16 DEP +14 african african JJ JJ _ 16 DEP +15 military military JJ JJ _ 16 DEP +16 tribunal tribunal NN NN _ 12 NP +17 for for IN IN _ 16 PP +18 executions executions NNS NNS _ 17 NP +19 is is VBZ VBZ _ 32 S +20 in in IN IN _ 19 PP +21 charge charge NN NN _ 20 NP +22 of of IN IN _ 21 PP +23 culture culture NN NN _ 22 NP +24 , , , , _ 32 DEP +25 and and CC CC _ 32 DEP +26 a a DT DT _ 29 DEP +27 hard-line hard-line JJ JJ _ 29 DEP +28 polish polish JJ JJ _ 29 DEP +29 communist communist NN NN _ 32 NP-SBJ +30 in in IN IN _ 29 PP +31 exile exile NN NN _ 30 NP +32 directs directs VBZ VBZ _ 0 ROOT +33 the the DT DT _ 37 DEP +34 human-rights human-rights JJ JJ _ 37 UCP +35 and and CC CC _ 34 DEP +36 peace peace NN NN _ 34 DEP +37 division division NN NN _ 32 NP-OBJ +38 . . . . _ 32 DEP + +1 of of IN IN _ 10 PP +2 the the DT DT _ 4 DEP +3 agency agency NN NN _ 4 DEP +4 's 's POS POS _ 7 NP +5 2,750 2,750 CD CD _ 7 DEP +6 staff staff NN NN _ 7 DEP +7 members members NNS NNS _ 1 NP +8 , , , , _ 10 DEP +9 230 230 CD CD _ 10 NP-SBJ +10 are are VBP VBP _ 0 ROOT +11 in in IN IN _ 10 PP +12 the the DT DT _ 13 DEP +13 field field NN NN _ 11 NP +14 working working VBG VBG _ 10 S +15 on on IN IN _ 14 PP +16 actual actual JJ JJ _ 17 DEP +17 projects projects NNS NNS _ 15 NP +18 , , , , _ 17 DEP +19 such such JJ JJ _ 20 DEP +20 as as IN IN _ 17 PP +21 literacy literacy NN NN _ 24 NP +22 and and CC CC _ 24 DEP +23 oceanographic oceanographic JJ JJ _ 24 DEP +24 research research NN NN _ 20 NP +25 . . . . _ 10 DEP + +1 the the DT DT _ 2 DEP +2 position position NN NN _ 17 NP-SBJ +3 of of IN IN _ 2 PP +4 the the DT DT _ 6 DEP +5 united united NNP NNP _ 6 DEP +6 states states NNPS NNPS _ 3 NP +7 , , , , _ 6 DEP +8 which which WDT WDT _ 6 SBAR +9 once once RB RB _ 10 ADVP +10 contributed contributed VBD VBD _ 8 S +11 25 25 CD CD _ 12 DEP +12 % % NN NN _ 10 NP-OBJ +13 of of IN IN _ 12 PP +14 the the DT DT _ 15 DEP +15 budget budget NN NN _ 13 NP +16 , , , , _ 6 DEP +17 is is VBZ VBZ _ 0 ROOT +18 that that IN IN _ 17 SBAR +19 nothing nothing NN NN _ 20 NP-SBJ +20 has has VBZ VBZ _ 18 S +21 changed changed VBN VBN _ 20 VP +22 . . . . _ 17 DEP + +1 john john NNP NNP _ 2 DEP +2 bolton bolton NNP NNP _ 6 NP +3 , , , , _ 6 DEP +4 the the DT DT _ 6 DEP +5 assistant assistant NN NN _ 6 DEP +6 secretary secretary NN NN _ 13 NP-SBJ +7 of of IN IN _ 6 PP +8 state state NN NN _ 7 NP +9 for for IN IN _ 6 PP +10 international international JJ JJ _ 11 DEP +11 organizations organizations NNS NNS _ 9 NP +12 , , , , _ 6 DEP +13 told told VBD VBD _ 0 ROOT +14 congress congress NNP NNP _ 13 NP-OBJ +15 that that IN IN _ 13 SBAR +16 the the DT DT _ 25 DEP +17 continuing continuing VBG VBG _ 25 DEP +18 `` `` `` `` _ 25 DEP +19 statist statist JJ JJ _ 25 DEP +20 , , , , _ 25 DEP +21 restrictive restrictive JJ JJ _ 25 DEP +22 , , , , _ 25 DEP +23 nondemocratic nondemocratic JJ JJ _ 25 DEP +24 '' '' '' '' _ 25 DEP +25 programs programs NNS NNS _ 26 NP-SBJ +26 make make VBP VBP _ 15 S +27 rejoining rejoining VBG VBG _ 26 S +28 any any DT DT _ 29 DEP +29 time time NN NN _ 27 NP +30 soon soon RB RB _ 29 ADVP +31 `` `` `` `` _ 27 DEP +32 extremely extremely RB RB _ 33 DEP +33 unlikely unlikely JJ JJ _ 27 ADJP +34 . . . . _ 13 DEP +35 '' '' '' '' _ 13 DEP + +1 this this DT DT _ 2 NP-SBJ +2 has has VBZ VBZ _ 0 ROOT +3 n't n't RB RB _ 2 DEP +4 much much RB RB _ 5 ADVP +5 bothered bothered VBN VBN _ 2 VP +6 the the DT DT _ 8 DEP +7 unesco unesco NNP NNP _ 8 DEP +8 delegates delegates NNS NNS _ 5 NP-OBJ +9 , , , , _ 8 DEP +10 who who WP WP _ 8 SBAR +11 last last JJ JJ _ 12 DEP +12 week week NN NN _ 13 NP +13 could could MD MD _ 10 S +14 n't n't RB RB _ 13 DEP +15 even even RB RB _ 13 ADVP +16 agree agree VB VB _ 13 VP +17 to to TO TO _ 18 DEP +18 raise raise VB VB _ 16 S +19 funds funds NNS NNS _ 18 NP-OBJ +20 by by IN IN _ 18 PP +21 selling selling VBG VBG _ 20 S +22 off off RP RP _ 21 PRT +23 a a DT DT _ 27 DEP +24 fancy fancy JJ JJ _ 27 DEP +25 19th-century 19th-century JJ JJ _ 27 DEP +26 french french JJ JJ _ 27 DEP +27 chateau chateau NN NN _ 21 NP-OBJ +28 the the DT DT _ 29 DEP +29 agency agency NN NN _ 31 NP-SBJ +30 somehow somehow RB RB _ 31 ADVP +31 owns owns VBZ VBZ _ 27 SBAR +32 . . . . _ 2 DEP + +1 other other JJ JJ _ 2 DEP +2 countries countries NNS NNS _ 8 NP-SBJ +3 , , , , _ 2 DEP +4 including including VBG VBG _ 2 PP +5 west west NNP NNP _ 6 DEP +6 germany germany NNP NNP _ 4 NP +7 , , , , _ 2 DEP +8 may may MD MD _ 0 ROOT +9 have have VB VB _ 8 VP +10 a a DT DT _ 12 DEP +11 hard hard JJ JJ _ 12 DEP +12 time time NN NN _ 9 NP-OBJ +13 justifying justifying VBG VBG _ 12 S +14 continued continued JJ JJ _ 15 DEP +15 membership membership NN NN _ 13 NP-OBJ +16 . . . . _ 8 DEP + +1 we we PRP PRP _ 2 NP-SBJ +2 see see VBP VBP _ 0 ROOT +3 an an DT DT _ 6 DEP +4 even even RB RB _ 5 DEP +5 stronger stronger JJR JJR _ 6 ADJP +6 argument argument NN NN _ 2 NP-OBJ +7 against against IN IN _ 6 PP +8 unesco unesco NNP NNP _ 7 NP +9 than than IN IN _ 6 PP +10 its its PRP$ PRP$ _ 12 DEP +11 unsurprising unsurprising JJ JJ _ 12 DEP +12 failure failure NN NN _ 9 NP +13 to to TO TO _ 12 PP +14 reform reform NN NN _ 13 NP +15 . . . . _ 2 DEP + +1 this this DT DT _ 2 NP-SBJ +2 is is VBZ VBZ _ 0 ROOT +3 that that IN IN _ 2 SBAR +4 the the DT DT _ 6 DEP +5 reagan reagan NNP NNP _ 6 DEP +6 revolution revolution NNP NNP _ 13 NP-SBJ +7 spanning spanning VBG VBG _ 6 VP +8 eastern eastern NNP NNP _ 9 DEP +9 europe europe NNP NNP _ 12 NP +10 and and CC CC _ 12 DEP +11 tiananmen tiananmen NNP NNP _ 12 DEP +12 square square NNP NNP _ 7 NP-OBJ +13 shows shows VBZ VBZ _ 3 S +14 the the DT DT _ 15 DEP +15 power power NN NN _ 13 NP-OBJ +16 of of IN IN _ 15 PP +17 ideas ideas NNS NNS _ 16 NP +18 unencumbered unencumbered JJ JJ _ 17 ADJP +19 by by IN IN _ 18 PP +20 international international JJ JJ _ 22 DEP +21 civil civil JJ JJ _ 22 DEP +22 servants servants NNS NNS _ 25 NP +23 or or CC CC _ 25 DEP +24 government government NN NN _ 25 DEP +25 functionaries functionaries NNS NNS _ 19 NP +26 . . . . _ 2 DEP + +1 free free JJ JJ _ 2 DEP +2 markets markets NNS NNS _ 8 NP +3 , , , , _ 8 DEP +4 free free JJ JJ _ 5 DEP +5 minds minds NNS NNS _ 8 NP +6 and and CC CC _ 8 DEP +7 free free JJ JJ _ 8 DEP +8 elections elections NNS NNS _ 9 NP-SBJ +9 have have VBP VBP _ 0 ROOT +10 an an DT DT _ 11 DEP +11 appeal appeal NN NN _ 9 NP-OBJ +12 that that WDT WDT _ 11 SBAR +13 seems seems VBZ VBZ _ 12 S +14 to to TO TO _ 15 DEP +15 get get VB VB _ 13 S +16 muddled muddled VBN VBN _ 15 VP +17 only only RB RB _ 18 DEP +18 when when WRB WRB _ 16 SBAR +19 delivered delivered VBN VBN _ 18 S +20 through through IN IN _ 19 PP +21 u.n. u.n. NNP NNP _ 22 DEP +22 organizations organizations NNS NNS _ 20 NP +23 -- -- : : _ 22 DEP +24 which which WDT WDT _ 22 SBAR +25 of of IN IN _ 27 PP +26 course course NN NN _ 25 NP +27 are are VBP VBP _ 24 S +28 made made VBN VBN _ 27 VP +29 up up RP RP _ 28 PRT +30 largely largely RB RB _ 31 ADVP +31 of of IN IN _ 28 PP +32 governments governments NNS NNS _ 31 NP +33 that that WDT WDT _ 32 SBAR +34 fear fear VBP VBP _ 33 S +35 these these DT DT _ 36 DEP +36 principles principles NNS NNS _ 34 NP-OBJ +37 at at IN IN _ 34 PP +38 home home NN NN _ 37 NP +39 . . . . _ 9 DEP + +1 the the DT DT _ 2 DEP +2 babelists babelists NNS NNS _ 7 NP-SBJ +3 of of IN IN _ 2 PP +4 the the DT DT _ 6 DEP +5 united united NNP NNP _ 6 DEP +6 nations nations NNPS NNPS _ 3 NP +7 are are VBP VBP _ 0 ROOT +8 experts experts NNS NNS _ 7 NP-PRD +9 at at IN IN _ 8 PP +10 obfuscation obfuscation NN NN _ 9 NP +11 . . . . _ 7 DEP + +1 this this DT DT _ 2 NP-SBJ +2 can can MD MD _ 11 S +3 have have VB VB _ 2 VP +4 its its PRP$ PRP$ _ 5 DEP +5 purposes purposes NNS NNS _ 3 NP-OBJ +6 at at IN IN _ 3 PP +7 times times NNS NNS _ 6 NP +8 , , , , _ 11 DEP +9 but but CC CC _ 11 DEP +10 there there EX EX _ 11 NP-SBJ +11 's 's VBZ VBZ _ 0 ROOT +12 no no DT DT _ 13 DEP +13 reason reason NN NN _ 11 NP-PRD +14 to to TO TO _ 15 DEP +15 cloud cloud VB VB _ 13 SBAR +16 the the DT DT _ 19 DEP +17 importance importance NN NN _ 19 DEP +18 and and CC CC _ 19 DEP +19 allure allure NN NN _ 15 NP-OBJ +20 of of IN IN _ 19 PP +21 western western JJ JJ _ 22 DEP +22 concepts concepts NNS NNS _ 20 NP +23 of of IN IN _ 22 PP +24 freedom freedom NN NN _ 26 DEP +25 and and CC CC _ 26 DEP +26 justice justice NN NN _ 23 NP +27 . . . . _ 11 DEP + +1 we we PRP PRP _ 2 NP-SBJ +2 can can MD MD _ 0 ROOT +3 see see VB VB _ 2 VP +4 plenty plenty RB RB _ 12 NP +5 of of IN IN _ 4 PP +6 reasons reasons NNS NNS _ 5 NP +7 to to TO TO _ 8 DEP +8 stay stay VB VB _ 6 SBAR +9 out out RB RB _ 8 ADVP +10 , , , , _ 12 DEP +11 and and CC CC _ 12 DEP +12 none none NN NN _ 3 NP-OBJ +13 to to TO TO _ 14 DEP +14 rejoin rejoin VB VB _ 12 SBAR +15 unesco unesco NNP NNP _ 14 NP-OBJ +16 . . . . _ 2 DEP + +1 researchers researchers NNS NNS _ 9 NP-SBJ +2 at at IN IN _ 1 PP +3 plant plant NNP NNP _ 6 DEP +4 genetic genetic NNP NNP _ 6 DEP +5 systems systems NNP NNP _ 6 DEP +6 n.v. n.v. NNP NNP _ 2 NP +7 in in IN IN _ 6 PP +8 belgium belgium NNP NNP _ 7 NP +9 said said VBD VBD _ 0 ROOT +10 they they PRP PRP _ 11 NP-SBJ +11 have have VBP VBP _ 9 SBAR +12 developed developed VBN VBN _ 11 VP +13 a a DT DT _ 16 DEP +14 genetic genetic JJ JJ _ 16 DEP +15 engineering engineering NN NN _ 16 DEP +16 technique technique NN NN _ 12 NP-OBJ +17 for for IN IN _ 16 PP +18 creating creating VBG VBG _ 17 S +19 hybrid hybrid JJ JJ _ 20 DEP +20 plants plants NNS NNS _ 18 NP-OBJ +21 for for IN IN _ 20 PP +22 a a DT DT _ 23 DEP +23 number number NN NN _ 21 NP +24 of of IN IN _ 23 PP +25 key key JJ JJ _ 26 DEP +26 crops crops NNS NNS _ 24 NP +27 . . . . _ 9 DEP + +1 the the DT DT _ 2 DEP +2 researchers researchers NNS NNS _ 3 NP-SBJ +3 said said VBD VBD _ 0 ROOT +4 they they PRP PRP _ 5 NP-SBJ +5 have have VBP VBP _ 3 SBAR +6 isolated isolated VBN VBN _ 5 VP +7 a a DT DT _ 9 DEP +8 plant plant NN NN _ 9 DEP +9 gene gene NN NN _ 6 NP-OBJ +10 that that WDT WDT _ 9 SBAR +11 prevents prevents VBZ VBZ _ 10 S +12 the the DT DT _ 13 DEP +13 production production NN NN _ 11 NP-OBJ +14 of of IN IN _ 13 PP +15 pollen pollen NN NN _ 14 NP +16 . . . . _ 3 DEP + +1 the the DT DT _ 2 DEP +2 gene gene NN NN _ 4 NP-SBJ +3 thus thus RB RB _ 4 ADVP +4 can can MD MD _ 0 ROOT +5 prevent prevent VB VB _ 4 VP +6 a a DT DT _ 7 DEP +7 plant plant NN NN _ 5 NP-OBJ +8 from from IN IN _ 5 PP +9 fertilizing fertilizing VBG VBG _ 8 S +10 itself itself PRP PRP _ 9 NP-OBJ +11 . . . . _ 4 DEP + +1 such such JJ JJ _ 4 DEP +2 so-called so-called JJ JJ _ 4 DEP +3 male-sterile male-sterile JJ JJ _ 4 DEP +4 plants plants NNS NNS _ 5 NP-SBJ +5 can can MD MD _ 0 ROOT +6 then then RB RB _ 5 ADVP +7 be be VB VB _ 5 VP +8 fertilized fertilized VBN VBN _ 7 VP +9 by by IN IN _ 8 PP +10 pollen pollen NN NN _ 9 NP +11 from from IN IN _ 10 PP +12 another another DT DT _ 13 DEP +13 strain strain NN NN _ 11 NP +14 of of IN IN _ 13 PP +15 the the DT DT _ 16 DEP +16 plant plant NN NN _ 14 NP +17 , , , , _ 8 DEP +18 thereby thereby RB RB _ 19 ADVP +19 producing producing VBG VBG _ 8 S +20 hybrid hybrid JJ JJ _ 21 DEP +21 seed seed NN NN _ 19 NP-OBJ +22 . . . . _ 5 DEP + +1 the the DT DT _ 3 DEP +2 new new JJ JJ _ 3 DEP +3 generation generation NN NN _ 6 NP-SBJ +4 of of IN IN _ 3 PP +5 plants plants NNS NNS _ 4 NP +6 will will MD MD _ 0 ROOT +7 possess possess VB VB _ 6 VP +8 the the DT DT _ 12 DEP +9 flourishing flourishing JJ JJ _ 12 DEP +10 , , , , _ 12 DEP +11 high-production high-production JJ JJ _ 12 DEP +12 trait trait NN NN _ 7 NP-OBJ +13 known known VBN VBN _ 12 VP +14 as as IN IN _ 13 PP +15 `` `` `` `` _ 14 DEP +16 hybrid hybrid JJ JJ _ 17 DEP +17 vigor vigor NN NN _ 14 NP +18 , , , , _ 12 DEP +19 '' '' '' '' _ 12 DEP +20 similar similar JJ JJ _ 12 ADJP +21 to to TO TO _ 20 PP +22 that that DT DT _ 21 NP +23 now now RB RB _ 24 ADVP +24 seen seen VBN VBN _ 22 VP +25 in in IN IN _ 24 PP +26 hybrid hybrid JJ JJ _ 27 DEP +27 corn corn NN NN _ 25 NP +28 . . . . _ 6 DEP + +1 `` `` `` `` _ 17 DEP +2 the the DT DT _ 3 DEP +3 development development NN NN _ 4 NP-SBJ +4 could could MD MD _ 17 S +5 have have VB VB _ 4 VP +6 a a DT DT _ 8 DEP +7 dramatic dramatic JJ JJ _ 8 DEP +8 effect effect NN NN _ 5 NP-OBJ +9 on on IN IN _ 8 PP +10 farm farm NN NN _ 11 DEP +11 production production NN NN _ 14 NP +12 , , , , _ 14 DEP +13 especially especially RB RB _ 14 DEP +14 cotton cotton NN NN _ 9 NP +15 , , , , _ 17 DEP +16 '' '' '' '' _ 17 DEP +17 said said VBD VBD _ 0 ROOT +18 murray murray NNP NNP _ 19 DEP +19 robinson robinson NNP NNP _ 21 NP +20 , , , , _ 21 DEP +21 president president NN NN _ 17 NP-SBJ +22 of of IN IN _ 21 PP +23 delta delta NNP NNP _ 27 DEP +24 & & CC CC _ 27 DEP +25 pine pine NNP NNP _ 27 DEP +26 land land NNP NNP _ 27 DEP +27 co. co. NNP NNP _ 32 NP +28 , , , , _ 32 DEP +29 a a DT DT _ 32 DEP +30 southwide southwide NNP NNP _ 32 DEP +31 inc. inc. NNP NNP _ 32 DEP +32 subsidiary subsidiary NN NN _ 22 NP +33 that that WDT WDT _ 32 SBAR +34 is is VBZ VBZ _ 33 S +35 one one CD CD _ 34 NP-OBJ +36 of of IN IN _ 35 PP +37 the the DT DT _ 41 DEP +38 largest largest JJS JJS _ 41 DEP +39 cotton cotton NN NN _ 41 DEP +40 seed seed NN NN _ 41 DEP +41 producers producers NNS NNS _ 36 NP +42 in in IN IN _ 41 PP +43 the the DT DT _ 44 DEP +44 u.s. u.s. NNP NNP _ 42 NP +45 . . . . _ 17 DEP + +1 on on IN IN _ 13 PP +2 a a DT DT _ 4 DEP +3 commercial commercial JJ JJ _ 4 DEP +4 scale scale NN NN _ 1 NP +5 , , , , _ 13 DEP +6 the the DT DT _ 7 DEP +7 sterilization sterilization NN NN _ 13 NP-SBJ +8 of of IN IN _ 7 PP +9 the the DT DT _ 12 DEP +10 pollen-producing pollen-producing VBG VBG _ 12 DEP +11 male male JJ JJ _ 12 DEP +12 part part NN NN _ 8 NP +13 has has VBZ VBZ _ 0 ROOT +14 only only RB RB _ 13 ADVP +15 been been VBN VBN _ 13 VP +16 achieved achieved VBN VBN _ 15 VP +17 in in IN IN _ 16 PP +18 corn corn NN NN _ 22 DEP +19 and and CC CC _ 22 DEP +20 sorghum sorghum NN NN _ 22 DEP +21 feed feed NN NN _ 22 DEP +22 grains grains NNS NNS _ 17 NP +23 . . . . _ 13 DEP + +1 that that DT DT _ 2 NP-SBJ +2 's 's VBZ VBZ _ 0 ROOT +3 because because IN IN _ 2 SBAR +4 the the DT DT _ 6 DEP +5 male male NN NN _ 6 DEP +6 part part NN NN _ 9 NP +7 , , , , _ 9 DEP +8 the the DT DT _ 9 DEP +9 tassel tassel NN NN _ 16 NP +10 , , , , _ 9 DEP +11 and and CC CC _ 16 DEP +12 the the DT DT _ 13 DEP +13 female female NN NN _ 16 NP +14 , , , , _ 16 DEP +15 the the DT DT _ 16 DEP +16 ear ear NN NN _ 18 NP-SBJ +17 , , , , _ 16 DEP +18 are are VBP VBP _ 3 S +19 some some DT DT _ 20 DEP +20 distance distance NN NN _ 21 NP +21 apart apart RB RB _ 18 ADVP +22 on on IN IN _ 18 PP +23 the the DT DT _ 25 DEP +24 corn corn NN NN _ 25 DEP +25 plant plant NN NN _ 22 NP +26 . . . . _ 2 DEP + +1 in in IN IN _ 9 PP +2 a a DT DT _ 4 DEP +3 labor-intensive labor-intensive JJ JJ _ 4 DEP +4 process process NN NN _ 1 NP +5 , , , , _ 9 DEP +6 the the DT DT _ 8 DEP +7 seed seed NN NN _ 8 DEP +8 companies companies NNS NNS _ 9 NP-SBJ +9 cut cut VBD VBD _ 0 ROOT +10 off off RP RP _ 9 PRT +11 the the DT DT _ 12 DEP +12 tassels tassels NNS NNS _ 9 NP-OBJ +13 of of IN IN _ 12 PP +14 each each DT DT _ 15 DEP +15 plant plant NN NN _ 13 NP +16 , , , , _ 9 DEP +17 making making VBG VBG _ 9 S +18 it it PRP PRP _ 20 NP-SBJ +19 male male JJ JJ _ 20 DEP +20 sterile sterile JJ JJ _ 17 S +21 . . . . _ 9 DEP + +1 they they PRP PRP _ 2 NP-SBJ +2 sow sow VBP VBP _ 0 ROOT +3 a a DT DT _ 4 DEP +4 row row NN NN _ 2 NP-OBJ +5 of of IN IN _ 4 PP +6 male-fertile male-fertile JJ JJ _ 7 DEP +7 plants plants NNS NNS _ 5 NP +8 nearby nearby RB RB _ 2 ADVP +9 , , , , _ 2 DEP +10 which which WDT WDT _ 2 SBAR +11 then then RB RB _ 12 ADVP +12 pollinate pollinate VBP VBP _ 10 S +13 the the DT DT _ 15 DEP +14 male-sterile male-sterile JJ JJ _ 15 DEP +15 plants plants NNS NNS _ 12 NP-OBJ +16 . . . . _ 2 DEP + +1 the the DT DT _ 5 DEP +2 first first JJ JJ _ 5 DEP +3 hybrid hybrid JJ JJ _ 5 DEP +4 corn corn NN NN _ 5 DEP +5 seeds seeds NNS NNS _ 11 NP-SBJ +6 produced produced VBN VBN _ 5 VP +7 using using VBG VBG _ 6 S +8 this this DT DT _ 10 DEP +9 mechanical mechanical JJ JJ _ 10 DEP +10 approach approach NN NN _ 7 NP-OBJ +11 were were VBD VBD _ 18 S +12 introduced introduced VBN VBN _ 11 VP +13 in in IN IN _ 12 PP +14 the the DT DT _ 15 DEP +15 1930s 1930s NNS NNS _ 13 NP +16 and and CC CC _ 18 DEP +17 they they PRP PRP _ 18 NP-SBJ +18 yielded yielded VBD VBD _ 0 ROOT +19 as as RB RB _ 21 DEP +20 much much JJ JJ _ 21 DEP +21 as as IN IN _ 23 QP +22 20 20 CD CD _ 21 DEP +23 % % NN NN _ 24 NP +24 more more JJR JJR _ 25 ADJP +25 corn corn NN NN _ 18 NP-OBJ +26 than than IN IN _ 25 PP +27 naturally naturally RB RB _ 28 DEP +28 pollinated pollinated VBN VBN _ 29 ADJP +29 plants plants NNS NNS _ 26 NP +30 . . . . _ 18 DEP + +1 the the DT DT _ 3 DEP +2 vast vast JJ JJ _ 3 DEP +3 majority majority NN NN _ 10 NP-SBJ +4 of of IN IN _ 3 PP +5 the the DT DT _ 8 DEP +6 u.s. u.s. NNP NNP _ 8 DEP +7 corn corn NN NN _ 8 DEP +8 crop crop NN NN _ 4 NP +9 now now RB RB _ 10 ADVP +10 is is VBZ VBZ _ 0 ROOT +11 grown grown VBN VBN _ 10 VP +12 from from IN IN _ 11 PP +13 hybrid hybrid JJ JJ _ 14 DEP +14 seeds seeds NNS NNS _ 12 NP +15 produced produced VBN VBN _ 14 VP +16 by by IN IN _ 15 PP +17 seed seed NN NN _ 18 DEP +18 companies companies NNS NNS _ 16 NP +19 . . . . _ 10 DEP + +1 a a DT DT _ 3 DEP +2 similar similar JJ JJ _ 3 DEP +3 technique technique NN NN _ 4 NP-SBJ +4 is is VBZ VBZ _ 0 ROOT +5 almost almost RB RB _ 6 DEP +6 impossible impossible JJ JJ _ 4 ADJP +7 to to TO TO _ 8 DEP +8 apply apply VB VB _ 6 SBAR +9 to to TO TO _ 8 PP +10 other other JJ JJ _ 11 DEP +11 crops crops NNS NNS _ 9 NP +12 , , , , _ 11 DEP +13 such such JJ JJ _ 14 DEP +14 as as IN IN _ 11 PP +15 cotton cotton NN NN _ 19 DEP +16 , , , , _ 19 DEP +17 soybeans soybeans NNS NNS _ 19 DEP +18 and and CC CC _ 19 DEP +19 rice rice NN NN _ 14 NP +20 . . . . _ 4 DEP + +1 the the DT DT _ 3 DEP +2 male male JJ JJ _ 3 DEP +3 part part NN NN _ 6 NP +4 , , , , _ 6 DEP +5 the the DT DT _ 6 DEP +6 anthers anthers NNS NNS _ 16 NP +7 of of IN IN _ 6 PP +8 the the DT DT _ 9 DEP +9 plant plant NN NN _ 7 NP +10 , , , , _ 16 DEP +11 and and CC CC _ 16 DEP +12 the the DT DT _ 13 DEP +13 female female NN NN _ 16 NP +14 , , , , _ 16 DEP +15 the the DT DT _ 16 DEP +16 pistils pistils NNS NNS _ 22 NP-SBJ +17 , , , , _ 16 DEP +18 of of IN IN _ 16 PP +19 the the DT DT _ 21 DEP +20 same same JJ JJ _ 21 DEP +21 plant plant NN NN _ 18 NP +22 are are VBP VBP _ 0 ROOT +23 within within IN IN _ 22 UCP +24 a a DT DT _ 25 DEP +25 fraction fraction NN NN _ 23 NP +26 of of IN IN _ 25 PP +27 an an DT DT _ 28 DEP +28 inch inch NN NN _ 26 NP +29 or or CC CC _ 23 DEP +30 even even RB RB _ 23 ADVP +31 attached attached VBN VBN _ 23 VP +32 to to TO TO _ 31 PP +33 each each DT DT _ 34 DEP +34 other other JJ JJ _ 32 NP +35 . . . . _ 22 DEP + +1 the the DT DT _ 2 DEP +2 anthers anthers NNS NNS _ 6 NP-SBJ +3 in in IN IN _ 2 PP +4 these these DT DT _ 5 DEP +5 plants plants NNS NNS _ 3 NP +6 are are VBP VBP _ 0 ROOT +7 difficult difficult JJ JJ _ 6 ADJP +8 to to TO TO _ 9 DEP +9 clip clip VB VB _ 7 SBAR +10 off off RP RP _ 9 PRT +11 . . . . _ 6 DEP + +1 in in IN IN _ 9 PP +2 china china NNP NNP _ 1 NP +3 , , , , _ 9 DEP +4 a a DT DT _ 6 DEP +5 great great JJ JJ _ 6 DEP +6 number number NN NN _ 9 NP-SBJ +7 of of IN IN _ 6 PP +8 workers workers NNS NNS _ 7 NP +9 are are VBP VBP _ 31 S +10 engaged engaged VBN VBN _ 9 VP +11 in in IN IN _ 10 PP +12 pulling pulling VBG VBG _ 11 S +13 out out RP RP _ 12 PRT +14 the the DT DT _ 16 DEP +15 male male JJ JJ _ 16 DEP +16 organs organs NNS NNS _ 12 NP-OBJ +17 of of IN IN _ 16 PP +18 rice rice NN NN _ 19 DEP +19 plants plants NNS NNS _ 17 NP +20 using using VBG VBG _ 12 S +21 tweezers tweezers NNS NNS _ 20 NP-OBJ +22 , , , , _ 31 DEP +23 and and CC CC _ 31 DEP +24 one-third one-third NN NN _ 31 NP-SBJ +25 of of IN IN _ 24 PP +26 rice rice NN NN _ 25 NP +27 produced produced VBN VBN _ 26 VP +28 in in IN IN _ 27 PP +29 that that DT DT _ 30 DEP +30 country country NN NN _ 28 NP +31 is is VBZ VBZ _ 0 ROOT +32 grown grown VBN VBN _ 31 VP +33 from from IN IN _ 32 PP +34 hybrid hybrid JJ JJ _ 35 DEP +35 seeds seeds NNS NNS _ 33 NP +36 . . . . _ 31 DEP + +1 at at IN IN _ 7 PP +2 plant plant NNP NNP _ 4 DEP +3 genetic genetic NNP NNP _ 4 DEP +4 systems systems NNPS NNPS _ 1 NP +5 , , , , _ 7 DEP +6 researchers researchers NNS NNS _ 7 NP-SBJ +7 have have VBP VBP _ 0 ROOT +8 isolated isolated VBN VBN _ 7 VP +9 a a DT DT _ 11 DEP +10 pollen-inhibiting pollen-inhibiting JJ JJ _ 11 DEP +11 gene gene NN NN _ 8 NP-OBJ +12 that that WDT WDT _ 11 SBAR +13 can can MD MD _ 12 S +14 be be VB VB _ 13 VP +15 inserted inserted VBN VBN _ 14 VP +16 in in IN IN _ 15 PP +17 a a DT DT _ 18 DEP +18 plant plant NN NN _ 16 NP +19 to to TO TO _ 20 DEP +20 confer confer VB VB _ 15 S +21 male male JJ JJ _ 22 DEP +22 sterility sterility NN NN _ 20 NP-OBJ +23 . . . . _ 7 DEP + +1 jan jan NNP NNP _ 2 DEP +2 leemans leemans NNP NNP _ 5 NP +3 , , , , _ 5 DEP +4 research research NN NN _ 5 DEP +5 director director NN NN _ 7 NP-SBJ +6 , , , , _ 5 DEP +7 said said VBD VBD _ 0 ROOT +8 this this DT DT _ 9 DEP +9 gene gene NN NN _ 10 NP-SBJ +10 was was VBD VBD _ 7 SBAR +11 successfully successfully RB RB _ 12 ADVP +12 introduced introduced VBN VBN _ 10 VP +13 in in IN IN _ 12 PP +14 oil-producing oil-producing JJ JJ _ 16 DEP +15 rapeseed rapeseed NN NN _ 16 DEP +16 plants plants NNS NNS _ 20 NP +17 , , , , _ 20 DEP +18 a a DT DT _ 20 DEP +19 major major JJ JJ _ 20 DEP +20 crop crop NN NN _ 13 NP +21 in in IN IN _ 20 PP +22 europe europe NNP NNP _ 24 DEP +23 and and CC CC _ 24 DEP +24 canada canada NNP NNP _ 21 NP +25 , , , , _ 12 DEP +26 using using VBG VBG _ 12 S +27 as as IN IN _ 26 PP +28 a a DT DT _ 29 DEP +29 carrier carrier NN NN _ 27 NP +30 a a DT DT _ 33 DEP +31 `` `` `` `` _ 33 DEP +32 promoter promoter NN NN _ 33 DEP +33 gene gene NN NN _ 26 NP-OBJ +34 '' '' '' '' _ 33 DEP +35 developed developed VBN VBN _ 33 VP +36 by by IN IN _ 35 PP +37 robert robert NNP NNP _ 38 DEP +38 goldberg goldberg NNP NNP _ 36 NP +39 at at IN IN _ 35 PP +40 the the DT DT _ 41 DEP +41 university university NNP NNP _ 39 NP +42 of of IN IN _ 41 PP +43 california california NNP NNP _ 42 NP +44 in in IN IN _ 41 PP +45 los los NNP NNP _ 46 DEP +46 angeles angeles NNP NNP _ 44 NP +47 . . . . _ 7 DEP + +1 the the DT DT _ 3 DEP +2 sterilizing sterilizing VBG VBG _ 3 DEP +3 gene gene NN NN _ 4 NP-SBJ +4 is is VBZ VBZ _ 16 S +5 expressed expressed VBN VBN _ 4 VP +6 just just RB RB _ 7 ADVP +7 before before IN IN _ 5 SBAR +8 the the DT DT _ 9 DEP +9 pollen pollen NN NN _ 10 NP-SBJ +10 is is VBZ VBZ _ 7 S +11 about about IN IN _ 13 DEP +12 to to TO TO _ 13 DEP +13 develop develop VB VB _ 10 ADJP +14 and and CC CC _ 16 DEP +15 it it PRP PRP _ 16 NP-SBJ +16 deactivates deactivates VBZ VBZ _ 0 ROOT +17 the the DT DT _ 18 DEP +18 anthers anthers NNS NNS _ 16 NP-OBJ +19 of of IN IN _ 18 PP +20 every every DT DT _ 21 DEP +21 flower flower NN NN _ 19 NP +22 in in IN IN _ 21 PP +23 the the DT DT _ 24 DEP +24 plant plant NN NN _ 22 NP +25 . . . . _ 16 DEP + +1 mr. mr. NNP NNP _ 2 DEP +2 leemans leemans NNP NNP _ 3 NP-SBJ +3 said said VBD VBD _ 0 ROOT +4 this this DT DT _ 6 DEP +5 genetic genetic JJ JJ _ 6 DEP +6 manipulation manipulation NN NN _ 7 NP-SBJ +7 does does VBZ VBZ _ 3 SBAR +8 n't n't RB RB _ 7 DEP +9 hurt hurt VB VB _ 7 VP +10 the the DT DT _ 11 DEP +11 growth growth NN NN _ 9 NP-OBJ +12 of of IN IN _ 11 PP +13 that that DT DT _ 14 DEP +14 plant plant NN NN _ 12 NP +15 . . . . _ 3 DEP + +1 the the DT DT _ 2 DEP +2 researchers researchers NNS NNS _ 4 NP-SBJ +3 also also RB RB _ 4 ADVP +4 pulled pulled VBD VBD _ 0 ROOT +5 off off RP RP _ 4 PRT +6 a a DT DT _ 10 DEP +7 second second JJ JJ _ 10 DEP +8 genetic genetic JJ JJ _ 10 DEP +9 engineering engineering NN NN _ 10 DEP +10 trick trick NN NN _ 4 NP-OBJ +11 in in IN IN _ 4 SBAR +12 order order NN NN _ 11 DEP +13 to to TO TO _ 14 DEP +14 get get VB VB _ 11 S +15 male-sterile male-sterile JJ JJ _ 16 DEP +16 plants plants NNS NNS _ 14 NP-OBJ +17 in in IN IN _ 14 PP +18 large large JJ JJ _ 19 DEP +19 enough enough JJ JJ _ 20 ADJP +20 numbers numbers NNS NNS _ 17 NP +21 to to TO TO _ 22 DEP +22 produce produce VB VB _ 20 S +23 a a DT DT _ 27 DEP +24 commercial commercial JJ JJ _ 27 DEP +25 hybrid hybrid JJ JJ _ 27 DEP +26 seed seed NN NN _ 27 DEP +27 crop crop NN NN _ 22 NP-OBJ +28 . . . . _ 4 DEP + +1 they they PRP PRP _ 2 NP-SBJ +2 attached attached VBD VBD _ 0 ROOT +3 a a DT DT _ 5 DEP +4 second second JJ JJ _ 5 DEP +5 gene gene NN NN _ 2 NP-OBJ +6 , , , , _ 5 DEP +7 for for IN IN _ 5 PP +8 herbicide herbicide NN NN _ 9 DEP +9 resistance resistance NN NN _ 7 NP +10 , , , , _ 5 DEP +11 to to TO TO _ 2 PP +12 the the DT DT _ 14 DEP +13 pollen-inhibiting pollen-inhibiting JJ JJ _ 14 DEP +14 gene gene NN NN _ 11 NP +15 . . . . _ 2 DEP + +1 both both DT DT _ 2 DEP +2 genes genes NNS NNS _ 3 NP-SBJ +3 are are VBP VBP _ 0 ROOT +4 then then RB RB _ 3 ADVP +5 inserted inserted VBN VBN _ 3 VP +6 into into IN IN _ 5 PP +7 a a DT DT _ 10 DEP +8 few few JJ JJ _ 10 DEP +9 greenhouse greenhouse NN NN _ 10 DEP +10 plants plants NNS NNS _ 6 NP +11 , , , , _ 10 DEP +12 which which WDT WDT _ 10 SBAR +13 are are VBP VBP _ 12 S +14 then then RB RB _ 13 ADVP +15 pollinated pollinated VBN VBN _ 13 VP +16 and and CC CC _ 15 DEP +17 allowed allowed VBN VBN _ 15 VP +18 to to TO TO _ 19 DEP +19 mature mature VB VB _ 17 S +20 and and CC CC _ 19 DEP +21 produce produce VB VB _ 19 VP +22 seed seed NN NN _ 21 NP-OBJ +23 . . . . _ 3 DEP + +1 the the DT DT _ 2 DEP +2 laws laws NNS NNS _ 5 NP-SBJ +3 of of IN IN _ 2 PP +4 heredity heredity NN NN _ 3 NP +5 dictate dictate VBP VBP _ 0 ROOT +6 that that IN IN _ 5 SBAR +7 half half NN NN _ 16 NP-SBJ +8 of of IN IN _ 7 PP +9 the the DT DT _ 10 DEP +10 plants plants NNS NNS _ 8 NP +11 springing springing VBG VBG _ 10 VP +12 from from IN IN _ 11 PP +13 these these DT DT _ 15 DEP +14 greenhouse-produced greenhouse-produced JJ JJ _ 15 DEP +15 seeds seeds NNS NNS _ 12 NP +16 will will MD MD _ 25 S +17 be be VB VB _ 16 VP +18 male male NN NN _ 21 ADJP +19 sterile sterile JJ JJ _ 18 DEP +20 and and CC CC _ 21 DEP +21 herbicide herbicide NN NN _ 17 ADJP +22 resistant resistant JJ JJ _ 21 DEP +23 and and CC CC _ 25 DEP +24 half half NN NN _ 25 NP-SBJ +25 will will MD MD _ 6 S +26 be be VB VB _ 25 VP +27 male male NN NN _ 30 ADJP +28 fertile fertile JJ JJ _ 27 DEP +29 and and CC CC _ 30 DEP +30 herbicide herbicide NN NN _ 26 ADJP +31 susceptible susceptible JJ JJ _ 30 DEP +32 . . . . _ 5 DEP + +1 the the DT DT _ 2 DEP +2 application application NN NN _ 5 NP-SBJ +3 of of IN IN _ 2 PP +4 herbicide herbicide NN NN _ 3 NP +5 would would MD MD _ 0 ROOT +6 kill kill VB VB _ 5 VP +7 off off RP RP _ 6 PRT +8 the the DT DT _ 10 DEP +9 male-fertile male-fertile JJ JJ _ 10 DEP +10 plants plants NNS NNS _ 6 NP-OBJ +11 , , , , _ 6 DEP +12 leaving leaving VBG VBG _ 6 S +13 a a DT DT _ 15 DEP +14 large large JJ JJ _ 15 DEP +15 field field NN NN _ 12 NP-OBJ +16 of of IN IN _ 15 PP +17 male-sterile male-sterile JJ JJ _ 18 DEP +18 plants plants NNS NNS _ 16 NP +19 that that WDT WDT _ 18 SBAR +20 can can MD MD _ 19 S +21 be be VB VB _ 20 VP +22 cross-pollinated cross-pollinated VBN VBN _ 21 VP +23 to to TO TO _ 24 DEP +24 produce produce VB VB _ 22 S +25 hybrid hybrid NN NN _ 26 DEP +26 seed seed NN NN _ 24 NP-OBJ +27 . . . . _ 5 DEP + +1 mr. mr. NNP NNP _ 2 DEP +2 leemans leemans NNP NNP _ 3 NP-SBJ +3 said said VBD VBD _ 0 ROOT +4 the the DT DT _ 6 DEP +5 hybrid hybrid NN NN _ 6 DEP +6 rapeseeds rapeseeds NNS NNS _ 12 NP-SBJ +7 created created VBN VBN _ 6 VP +8 with with IN IN _ 7 PP +9 this this DT DT _ 11 DEP +10 genetic genetic JJ JJ _ 11 DEP +11 engineering engineering NN NN _ 8 NP +12 yield yield NN NN _ 3 SBAR +13 15 15 CD CD _ 17 DEP +14 % % NN NN _ 17 DEP +15 to to TO TO _ 17 DEP +16 30 30 CD CD _ 17 DEP +17 % % NN NN _ 18 NP +18 more more JJR JJR _ 19 ADJP +19 output output NN NN _ 12 NP-OBJ +20 than than IN IN _ 19 PP +21 the the DT DT _ 23 DEP +22 commercial commercial JJ JJ _ 23 DEP +23 strains strains NNS NNS _ 20 NP +24 used used VBN VBN _ 23 VP +25 currently currently RB RB _ 24 ADVP +26 . . . . _ 3 DEP + +1 `` `` `` `` _ 15 DEP +2 this this DT DT _ 3 DEP +3 technique technique NN NN _ 4 NP-SBJ +4 is is VBZ VBZ _ 15 S +5 applicable applicable JJ JJ _ 4 ADJP +6 to to TO TO _ 5 PP +7 a a DT DT _ 9 DEP +8 wide wide JJ JJ _ 9 DEP +9 variety variety NN NN _ 6 NP +10 of of IN IN _ 9 PP +11 crops crops NNS NNS _ 10 NP +12 , , , , _ 15 DEP +13 '' '' '' '' _ 15 DEP +14 he he PRP PRP _ 15 NP-SBJ +15 said said VBD VBD _ 0 ROOT +16 , , , , _ 15 DEP +17 and and CC CC _ 15 DEP +18 added added VBD VBD _ 15 VP +19 that that IN IN _ 18 SBAR +20 some some DT DT _ 21 DEP +21 modifications modifications NNS NNS _ 22 NP-SBJ +22 may may MD MD _ 19 S +23 be be VB VB _ 22 VP +24 necessary necessary JJ JJ _ 23 ADJP +25 to to TO TO _ 26 DEP +26 accommodate accommodate VB VB _ 23 S +27 the the DT DT _ 28 DEP +28 peculiarities peculiarities NNS NNS _ 26 NP-OBJ +29 of of IN IN _ 28 PP +30 each each DT DT _ 31 DEP +31 type type NN NN _ 29 NP +32 of of IN IN _ 31 PP +33 crop crop NN NN _ 32 NP +34 . . . . _ 15 DEP + +1 he he PRP PRP _ 2 NP-SBJ +2 said said VBD VBD _ 0 ROOT +3 the the DT DT _ 4 DEP +4 company company NN NN _ 5 NP-SBJ +5 is is VBZ VBZ _ 2 SBAR +6 experimenting experimenting VBG VBG _ 5 VP +7 with with IN IN _ 6 PP +8 the the DT DT _ 9 DEP +9 technique technique NN NN _ 7 NP +10 on on IN IN _ 6 PP +11 alfalfa alfalfa NN NN _ 10 NP +12 , , , , _ 5 DEP +13 and and CC CC _ 5 DEP +14 plans plans VBZ VBZ _ 5 VP +15 to to TO TO _ 16 DEP +16 include include VB VB _ 14 S +17 cotton cotton NN NN _ 19 DEP +18 and and CC CC _ 19 DEP +19 corn corn NN NN _ 16 NP-OBJ +20 , , , , _ 19 DEP +21 among among IN IN _ 19 PP +22 other other JJ JJ _ 23 DEP +23 crops crops NNS NNS _ 21 NP +24 . . . . _ 2 DEP + +1 he he PRP PRP _ 2 NP-SBJ +2 said said VBD VBD _ 0 ROOT +3 that that IN IN _ 2 SBAR +4 even even RB RB _ 5 DEP +5 though though IN IN _ 18 SBAR +6 virtually virtually RB RB _ 7 DEP +7 all all DT DT _ 9 ADJP +8 corn corn NN NN _ 9 DEP +9 seeds seeds NNS NNS _ 12 NP-SBJ +10 currently currently RB RB _ 11 ADVP +11 planted planted VBN VBN _ 9 VP +12 are are VBP VBP _ 5 S +13 hybrids hybrids NNS NNS _ 12 NP-PRD +14 , , , , _ 18 DEP +15 the the DT DT _ 17 DEP +16 genetic genetic JJ JJ _ 17 DEP +17 approach approach NN NN _ 18 NP-SBJ +18 will will MD MD _ 3 S +19 obviate obviate VB VB _ 18 VP +20 the the DT DT _ 21 DEP +21 need need NN NN _ 19 NP-OBJ +22 for for IN IN _ 21 PP +23 mechanical mechanical JJ JJ _ 24 DEP +24 emasculation emasculation NN NN _ 22 NP +25 of of IN IN _ 24 PP +26 anthers anthers NNS NNS _ 25 NP +27 , , , , _ 24 DEP +28 which which WDT WDT _ 24 SBAR +29 costs costs VBZ VBZ _ 28 S +30 u.s. u.s. NNP NNP _ 32 DEP +31 seed seed NN NN _ 32 DEP +32 producers producers NNS NNS _ 29 NP-OBJ +33 about about IN IN _ 34 DEP +34 $ $ $ $ _ 29 NP-OBJ +35 70 70 CD CD _ 34 DEP +36 million million CD CD _ 34 DEP +37 annually annually RB RB _ 29 ADVP +38 . . . . _ 2 DEP + +1 in in IN IN _ 9 PP +2 recent recent JJ JJ _ 3 DEP +3 years years NNS NNS _ 1 NP +4 , , , , _ 9 DEP +5 demand demand NN NN _ 9 NP-SBJ +6 for for IN IN _ 5 PP +7 hybrid hybrid NN NN _ 8 DEP +8 seeds seeds NNS NNS _ 6 NP +9 has has VBZ VBZ _ 0 ROOT +10 spurred spurred VBN VBN _ 9 VP +11 research research NN NN _ 10 NP-OBJ +12 at at IN IN _ 10 PP +13 a a DT DT _ 14 DEP +14 number number NN NN _ 12 NP +15 of of IN IN _ 14 PP +16 chemical chemical NN NN _ 19 DEP +17 and and CC CC _ 19 DEP +18 biotechnology biotechnology NN NN _ 19 DEP +19 companies companies NNS NNS _ 15 NP +20 , , , , _ 19 DEP +21 including including VBG VBG _ 19 PP +22 monsanto monsanto NNP NNP _ 23 DEP +23 co. co. NNP NNP _ 32 NP +24 , , , , _ 32 DEP +25 shell shell NNP NNP _ 27 DEP +26 oil oil NNP NNP _ 27 DEP +27 co. co. NNP NNP _ 32 NP +28 and and CC CC _ 32 DEP +29 eli eli NNP NNP _ 32 DEP +30 lilly lilly NNP NNP _ 32 DEP +31 & & CC CC _ 32 DEP +32 co co NNP NNP _ 21 NP +33 . . . . _ 9 DEP + +1 one one CD CD _ 2 DEP +2 technique technique NN NN _ 9 NP-SBJ +3 developed developed VBN VBN _ 2 VP +4 by by IN IN _ 3 PP +5 some some DT DT _ 4 NP +6 of of IN IN _ 5 PP +7 these these DT DT _ 8 DEP +8 companies companies NNS NNS _ 6 NP +9 involves involves VBZ VBZ _ 0 ROOT +10 a a DT DT _ 12 DEP +11 chemical chemical NN NN _ 12 DEP +12 spray spray NN NN _ 9 NP-OBJ +13 supposed supposed VBD VBD _ 12 VP +14 to to TO TO _ 15 DEP +15 kill kill VB VB _ 13 S +16 only only RB RB _ 15 ADVP +17 a a DT DT _ 19 DEP +18 plant plant NN NN _ 19 DEP +19 's 's POS POS _ 20 NP +20 pollen pollen NN NN _ 15 NP-OBJ +21 . . . . _ 9 DEP + +1 but but CC CC _ 3 DEP +2 there there EX EX _ 3 NP-SBJ +3 have have VBP VBP _ 0 ROOT +4 been been VBN VBN _ 3 VP +5 problems problems NNS NNS _ 16 NP +6 with with IN IN _ 5 PP +7 chemical chemical NN NN _ 8 DEP +8 sprays sprays NNS NNS _ 9 NP-SBJ +9 damaging damaging VBG VBG _ 6 S +10 plants plants NNS NNS _ 11 DEP +11 ' ' POS POS _ 14 NP +12 female female JJ JJ _ 14 DEP +13 reproductive reproductive JJ JJ _ 14 DEP +14 organs organs NNS NNS _ 9 NP-OBJ +15 and and CC CC _ 16 DEP +16 concern concern NN NN _ 4 NP-PRD +17 for for IN IN _ 16 PP +18 the the DT DT _ 19 DEP +19 toxicity toxicity NN NN _ 17 NP +20 of of IN IN _ 19 PP +21 such such JJ JJ _ 23 DEP +22 chemical chemical NN NN _ 23 DEP +23 sprays sprays NNS NNS _ 20 NP +24 to to TO TO _ 19 PP +25 humans humans NNS NNS _ 30 NP +26 , , , , _ 30 DEP +27 animals animals NNS NNS _ 30 NP +28 and and CC CC _ 30 DEP +29 beneficial beneficial JJ JJ _ 30 DEP +30 insects insects NNS NNS _ 24 NP +31 . . . . _ 3 DEP + +1 however however RB RB _ 13 ADVP +2 , , , , _ 13 DEP +3 paul paul NNP NNP _ 4 DEP +4 johanson johanson NNP NNP _ 8 NP +5 , , , , _ 8 DEP +6 monsanto monsanto NNP NNP _ 7 DEP +7 's 's POS POS _ 8 NP +8 director director NN NN _ 13 NP-SBJ +9 of of IN IN _ 8 PP +10 plant plant NN NN _ 11 DEP +11 sciences sciences NNS NNS _ 9 NP +12 , , , , _ 8 DEP +13 said said VBD VBD _ 0 ROOT +14 the the DT DT _ 16 DEP +15 company company NN NN _ 16 DEP +16 's 's POS POS _ 18 NP +17 chemical chemical NN NN _ 18 DEP +18 spray spray NN NN _ 19 NP-SBJ +19 overcomes overcomes VBZ VBZ _ 13 SBAR +20 these these DT DT _ 21 DEP +21 problems problems NNS NNS _ 19 NP-OBJ +22 and and CC CC _ 19 DEP +23 is is VBZ VBZ _ 19 VP +24 `` `` `` `` _ 23 DEP +25 gentle gentle JJ JJ _ 23 ADJP +26 on on IN IN _ 25 PP +27 the the DT DT _ 29 DEP +28 female female JJ JJ _ 29 DEP +29 organ organ NN NN _ 26 NP +30 . . . . _ 13 DEP +31 '' '' '' '' _ 13 DEP + +1 biosource biosource NNP NNP _ 3 DEP +2 genetics genetics NNP NNP _ 3 DEP +3 corp. corp. NNP NNP _ 7 NP +4 , , , , _ 7 DEP +5 vacaville vacaville NNP NNP _ 7 NP +6 , , , , _ 7 DEP +7 calif. calif. NNP NNP _ 9 NP-SBJ +8 , , , , _ 7 DEP +9 is is VBZ VBZ _ 0 ROOT +10 developing developing VBG VBG _ 9 VP +11 a a DT DT _ 12 DEP +12 spray spray NN NN _ 10 NP-OBJ +13 containing containing VBG VBG _ 12 VP +14 a a DT DT _ 15 DEP +15 gene gene NN NN _ 13 NP-OBJ +16 that that WDT WDT _ 15 SBAR +17 spreads spreads VBZ VBZ _ 16 S +18 from from IN IN _ 17 PP +19 cell cell NN NN _ 18 NP +20 to to TO TO _ 17 PP +21 cell cell NN NN _ 20 NP +22 and and CC CC _ 17 DEP +23 interferes interferes VBZ VBZ _ 17 VP +24 with with IN IN _ 23 PP +25 the the DT DT _ 26 DEP +26 genes genes NNS NNS _ 24 NP +27 that that WDT WDT _ 26 SBAR +28 are are VBP VBP _ 27 S +29 responsible responsible JJ JJ _ 28 ADJP +30 for for IN IN _ 29 PP +31 producing producing VBG VBG _ 30 S +32 pollen pollen NN NN _ 31 NP-OBJ +33 . . . . _ 9 DEP + +1 this this DT DT _ 2 DEP +2 gene gene NN NN _ 9 NP-SBJ +3 , , , , _ 2 DEP +4 called called VBN VBN _ 2 VP +5 `` `` `` `` _ 6 DEP +6 gametocide gametocide NN NN _ 4 S +7 , , , , _ 2 DEP +8 '' '' '' '' _ 2 DEP +9 is is VBZ VBZ _ 0 ROOT +10 carried carried VBN VBN _ 9 VP +11 into into IN IN _ 10 PP +12 the the DT DT _ 13 DEP +13 plant plant NN NN _ 11 NP +14 by by IN IN _ 10 PP +15 a a DT DT _ 16 DEP +16 virus virus NN NN _ 14 NP +17 that that WDT WDT _ 16 SBAR +18 remains remains VBZ VBZ _ 17 S +19 active active JJ JJ _ 18 ADJP +20 for for IN IN _ 18 PP +21 a a DT DT _ 23 DEP +22 few few JJ JJ _ 23 DEP +23 days days NNS NNS _ 20 NP +24 . . . . _ 9 DEP + +1 robert robert NNP NNP _ 2 DEP +2 erwin erwin NNP NNP _ 4 NP +3 , , , , _ 4 DEP +4 president president NN NN _ 8 NP-SBJ +5 of of IN IN _ 4 PP +6 biosource biosource NNP NNP _ 5 NP +7 , , , , _ 4 DEP +8 called called VBD VBD _ 0 ROOT +9 plant plant NNP NNP _ 11 DEP +10 genetic genetic NNP NNP _ 11 DEP +11 's 's POS POS _ 12 NP +12 approach approach NN NN _ 23 NP-SBJ +13 `` `` `` `` _ 23 DEP +14 interesting interesting JJ JJ _ 23 DEP +15 '' '' '' '' _ 23 DEP +16 and and CC CC _ 23 DEP +17 `` `` `` `` _ 23 DEP +18 novel novel JJ JJ _ 23 DEP +19 , , , , _ 23 DEP +20 '' '' '' '' _ 23 DEP +21 and and CC CC _ 23 DEP +22 `` `` `` `` _ 23 DEP +23 complementary complementary JJ JJ _ 8 S +24 rather rather RB RB _ 25 DEP +25 than than IN IN _ 23 PP +26 competitive competitive JJ JJ _ 25 ADJP +27 . . . . _ 8 DEP +28 '' '' '' '' _ 8 DEP + +1 `` `` `` `` _ 16 DEP +2 there there EX EX _ 3 NP-SBJ +3 is is VBZ VBZ _ 16 S +4 a a DT DT _ 6 DEP +5 large large JJ JJ _ 6 DEP +6 market market NN NN _ 3 NP-PRD +7 out out IN IN _ 6 PP +8 there there RB RB _ 7 NP +9 hungry hungry JJ JJ _ 6 ADJP +10 for for IN IN _ 9 PP +11 hybrid hybrid JJ JJ _ 12 DEP +12 seeds seeds NNS NNS _ 10 NP +13 , , , , _ 16 DEP +14 '' '' '' '' _ 16 DEP +15 he he PRP PRP _ 16 NP-SBJ +16 said said VBD VBD _ 0 ROOT +17 . . . . _ 16 DEP + +1 mr. mr. NNP NNP _ 2 DEP +2 robinson robinson NNP NNP _ 16 NP-SBJ +3 of of IN IN _ 2 PP +4 delta delta NNP NNP _ 6 DEP +5 & & CC CC _ 6 DEP +6 pine pine NNP NNP _ 10 NP +7 , , , , _ 10 DEP +8 the the DT DT _ 10 DEP +9 seed seed NN NN _ 10 DEP +10 producer producer NN NN _ 3 NP +11 in in IN IN _ 10 PP +12 scott scott NNP NNP _ 14 NP +13 , , , , _ 14 DEP +14 miss. miss. NNP NNP _ 11 NP +15 , , , , _ 10 DEP +16 said said VBD VBD _ 0 ROOT +17 plant plant NNP NNP _ 19 DEP +18 genetic genetic NNP NNP _ 19 DEP +19 's 's POS POS _ 20 NP +20 success success NN NN _ 27 NP-SBJ +21 in in IN IN _ 20 PP +22 creating creating VBG VBG _ 21 S +23 genetically genetically RB RB _ 24 DEP +24 engineered engineered VBN VBN _ 26 ADJP +25 male male NN NN _ 26 DEP +26 steriles steriles NNS NNS _ 22 NP-OBJ +27 does does VBZ VBZ _ 16 SBAR +28 n't n't RB RB _ 27 DEP +29 automatically automatically RB RB _ 30 ADVP +30 mean mean VB VB _ 27 VP +31 it it PRP PRP _ 32 NP-SBJ +32 would would MD MD _ 30 SBAR +33 be be VB VB _ 32 VP +34 simple simple JJ JJ _ 33 ADJP +35 to to TO TO _ 36 DEP +36 create create VB VB _ 33 S +37 hybrids hybrids NNS NNS _ 36 NP-OBJ +38 in in IN IN _ 36 PP +39 all all DT DT _ 40 DEP +40 crops crops NNS NNS _ 38 NP +41 . . . . _ 16 DEP + +1 that that DT DT _ 2 NP-SBJ +2 's 's VBZ VBZ _ 0 ROOT +3 because because RB RB _ 16 DEP +4 pollination pollination NN NN _ 16 NP-SBJ +5 , , , , _ 4 DEP +6 while while IN IN _ 4 SBAR +7 easy easy JJ JJ _ 10 ADJP +8 in in IN IN _ 10 PP +9 corn corn NN NN _ 8 NP +10 because because IN IN _ 6 S +11 the the DT DT _ 12 DEP +12 carrier carrier NN NN _ 13 NP-SBJ +13 is is VBZ VBZ _ 10 S +14 wind wind NN NN _ 13 NP-PRD +15 , , , , _ 4 DEP +16 is is VBZ VBZ _ 2 SBAR +17 more more RBR RBR _ 18 DEP +18 complex complex JJ JJ _ 16 ADJP +19 and and CC CC _ 16 DEP +20 involves involves VBZ VBZ _ 16 VP +21 insects insects NNS NNS _ 20 NP-OBJ +22 as as IN IN _ 21 PP +23 carriers carriers NNS NNS _ 22 NP +24 in in IN IN _ 20 PP +25 crops crops NNS NNS _ 24 NP +26 such such JJ JJ _ 27 DEP +27 as as IN IN _ 25 PP +28 cotton cotton NN NN _ 27 NP +29 . . . . _ 2 DEP + +1 `` `` `` `` _ 23 DEP +2 it it PRP PRP _ 3 NP-SBJ +3 's 's VBZ VBZ _ 23 S +4 one one CD CD _ 5 DEP +5 thing thing NN NN _ 3 NP-PRD +6 to to TO TO _ 7 DEP +7 say say VB VB _ 3 S +8 you you PRP PRP _ 9 NP-SBJ +9 can can MD MD _ 7 SBAR +10 sterilize sterilize VB VB _ 9 VP +11 , , , , _ 3 DEP +12 and and CC CC _ 3 DEP +13 another another DT DT _ 3 VP +14 to to TO TO _ 17 DEP +15 then then RB RB _ 17 ADVP +16 successfully successfully RB RB _ 17 ADVP +17 pollinate pollinate VB VB _ 13 S +18 the the DT DT _ 19 DEP +19 plant plant NN NN _ 17 NP-OBJ +20 , , , , _ 23 DEP +21 '' '' '' '' _ 23 DEP +22 he he PRP PRP _ 23 NP-SBJ +23 said said VBD VBD _ 0 ROOT +24 . . . . _ 23 DEP + +1 nevertheless nevertheless RB RB _ 7 ADVP +2 , , , , _ 4 DEP +3 he he PRP PRP _ 4 NP-SBJ +4 said said VBD VBD _ 7 PRN +5 , , , , _ 4 DEP +6 he he PRP PRP _ 7 NP-SBJ +7 is is VBZ VBZ _ 0 ROOT +8 negotiating negotiating VBG VBG _ 7 VP +9 with with IN IN _ 8 PP +10 plant plant NNP NNP _ 11 DEP +11 genetic genetic NNP NNP _ 9 NP +12 to to TO TO _ 13 DEP +13 acquire acquire VB VB _ 8 S +14 the the DT DT _ 15 DEP +15 technology technology NN NN _ 13 NP-OBJ +16 to to TO TO _ 17 DEP +17 try try VB VB _ 15 SBAR +18 breeding breeding VBG VBG _ 17 S +19 hybrid hybrid JJ JJ _ 20 DEP +20 cotton cotton NN NN _ 18 NP-OBJ +21 . . . . _ 7 DEP + +1 a a DT DT _ 3 DEP +2 bitter bitter JJ JJ _ 3 DEP +3 conflict conflict NN NN _ 7 NP-SBJ +4 with with IN IN _ 3 PP +5 global global JJ JJ _ 6 DEP +6 implications implications NNS NNS _ 4 NP +7 has has VBZ VBZ _ 0 ROOT +8 erupted erupted VBN VBN _ 7 VP +9 between between IN IN _ 8 PP +10 nomura nomura NNP NNP _ 12 DEP +11 securities securities NNPS NNPS _ 12 DEP +12 co. co. NNP NNP _ 15 NP +13 and and CC CC _ 15 DEP +14 industrial industrial NNP NNP _ 15 DEP +15 bank bank NNP NNP _ 19 NP +16 of of IN IN _ 15 PP +17 japan japan NNP NNP _ 16 NP +18 , , , , _ 19 DEP +19 two two CD CD _ 9 NP +20 of of IN IN _ 19 PP +21 the the DT DT _ 22 DEP +22 world world NN NN _ 27 NP +23 's 's VBZ VBZ _ 22 DEP +24 most most RBS RBS _ 25 DEP +25 powerful powerful JJ JJ _ 27 ADJP +26 financial financial JJ JJ _ 27 DEP +27 companies companies NNS NNS _ 20 NP +28 . . . . _ 7 DEP + +1 the the DT DT _ 2 DEP +2 clash clash NN NN _ 3 NP-SBJ +3 is is VBZ VBZ _ 0 ROOT +4 a a DT DT _ 5 DEP +5 sign sign NN NN _ 3 NP-PRD +6 of of IN IN _ 5 PP +7 a a DT DT _ 11 DEP +8 new new JJ JJ _ 11 DEP +9 toughness toughness NN NN _ 11 DEP +10 and and CC CC _ 11 DEP +11 divisiveness divisiveness NN NN _ 6 NP +12 in in IN IN _ 11 PP +13 japan japan NNP NNP _ 14 DEP +14 's 's POS POS _ 17 NP +15 once-cozy once-cozy JJ JJ _ 17 DEP +16 financial financial JJ JJ _ 17 DEP +17 circles circles NNS NNS _ 12 NP +18 . . . . _ 3 DEP + +1 not not RB RB _ 17 CONJP +2 only only RB RB _ 1 DEP +3 are are VBP VBP _ 17 SINV +4 japan japan NNP NNP _ 5 DEP +5 's 's POS POS _ 7 NP +6 financial financial JJ JJ _ 7 DEP +7 institutions institutions NNS NNS _ 3 NP-SBJ +8 putting putting VBG VBG _ 3 VP +9 their their PRP$ PRP$ _ 11 DEP +10 enormous enormous JJ JJ _ 11 DEP +11 clout clout NN NN _ 8 NP-OBJ +12 to to TO TO _ 8 PP +13 work work VB VB _ 12 VP +14 ; ; : : _ 17 DEP +15 increasingly increasingly RB RB _ 17 ADVP +16 they they PRP PRP _ 17 NP-SBJ +17 're 're VBP VBP _ 0 ROOT +18 squaring squaring VBG VBG _ 17 VP +19 off off RP RP _ 18 PRT +20 against against IN IN _ 18 PP +21 one one CD CD _ 20 NP +22 another another DT DT _ 21 DEP +23 in in IN IN _ 18 PP +24 unprecedented unprecedented JJ JJ _ 26 DEP +25 public public JJ JJ _ 26 DEP +26 fashion fashion NN NN _ 23 NP +27 . . . . _ 17 DEP + +1 already already RB RB _ 5 ADVP +2 , , , , _ 5 DEP +3 the the DT DT _ 4 DEP +4 consequences consequences NNS NNS _ 5 NP-SBJ +5 are are VBP VBP _ 0 ROOT +6 being being VBG VBG _ 5 VP +7 felt felt VBN VBN _ 6 VP +8 by by IN IN _ 7 PP +9 other other JJ JJ _ 10 DEP +10 players players NNS NNS _ 16 NP +11 in in IN IN _ 10 PP +12 the the DT DT _ 14 DEP +13 financial financial JJ JJ _ 14 DEP +14 markets markets NNS NNS _ 11 NP +15 -- -- : : _ 16 DEP +16 even even JJ JJ _ 8 NP +17 governments governments NNS NNS _ 16 NP +18 . . . . _ 5 DEP + +1 what what WP WP _ 6 SBAR +2 triggered triggered VBD VBD _ 1 S +3 the the DT DT _ 5 DEP +4 latest latest JJS JJS _ 5 DEP +5 clash clash NN NN _ 2 NP-OBJ +6 was was VBD VBD _ 0 ROOT +7 a a DT DT _ 8 DEP +8 skirmish skirmish NN NN _ 6 NP-PRD +9 over over IN IN _ 8 PP +10 the the DT DT _ 11 DEP +11 timing timing NN NN _ 9 NP +12 of of IN IN _ 11 PP +13 a a DT DT _ 18 DEP +14 new new NNP NNP _ 18 DEP +15 zealand zealand NNP NNP _ 18 DEP +16 government government NN NN _ 18 DEP +17 bond bond NN NN _ 18 DEP +18 issue issue NN NN _ 12 NP +19 . . . . _ 6 DEP + +1 nomura nomura NNP NNP _ 2 NP-SBJ +2 was was VBD VBD _ 0 ROOT +3 attempting attempting VBG VBG _ 2 VP +4 to to TO TO _ 5 DEP +5 organize organize VB VB _ 3 S +6 the the DT DT _ 14 DEP +7 50 50 CD CD _ 8 DEP +8 billion-yen billion-yen JJ JJ _ 14 ADJP +9 ( ( -LRB- -LRB- _ 10 DEP +10 $ $ $ $ _ 8 PRN +11 352 352 CD CD _ 10 DEP +12 million million CD CD _ 10 DEP +13 ) ) -RRB- -RRB- _ 10 DEP +14 borrowing borrowing NN NN _ 5 NP-OBJ +15 in in IN IN _ 5 PP +16 japan japan NNP NNP _ 15 NP +17 at at IN IN _ 5 PP +18 a a DT DT _ 19 DEP +19 time time NN NN _ 17 NP +20 when when WRB WRB _ 19 SBAR +21 many many JJ JJ _ 23 DEP +22 japanese japanese JJ JJ _ 23 DEP +23 banks banks NNS NNS _ 32 NP-SBJ +24 , , , , _ 23 DEP +25 led led VBN VBN _ 23 VP +26 by by IN IN _ 25 PP +27 industrial industrial NNP NNP _ 28 DEP +28 bank bank NNP NNP _ 26 NP +29 of of IN IN _ 28 PP +30 japan japan NNP NNP _ 29 NP +31 , , , , _ 23 DEP +32 were were VBD VBD _ 20 S +33 pressuring pressuring VBG VBG _ 32 VP +34 the the DT DT _ 36 DEP +35 wellington wellington NNP NNP _ 36 DEP +36 government government NN NN _ 38 NP-SBJ +37 to to TO TO _ 38 DEP +38 help help VB VB _ 33 S +39 them them PRP PRP _ 40 NP-SBJ +40 recover recover VB VB _ 38 S +41 loans loans NNS NNS _ 40 NP-OBJ +42 made made VBN VBN _ 41 VP +43 to to TO TO _ 42 PP +44 a a DT DT _ 47 DEP +45 defunct defunct JJ JJ _ 47 DEP +46 investment investment NN NN _ 47 DEP +47 bank bank NN NN _ 43 NP +48 that that WDT WDT _ 47 SBAR +49 had had VBD VBD _ 48 S +50 been been VBN VBN _ 49 VP +51 owned owned VBN VBN _ 50 VP +52 by by IN IN _ 51 PP +53 new new NNP NNP _ 55 DEP +54 zealand zealand NNP NNP _ 55 DEP +55 's 's POS POS _ 58 NP +56 civil-service civil-service JJ JJ _ 58 DEP +57 pension pension NN NN _ 58 DEP +58 fund fund NN NN _ 52 NP +59 . . . . _ 2 DEP + +1 unwilling unwilling JJ JJ _ 18 S +2 to to TO TO _ 3 DEP +3 put put VB VB _ 1 S +4 up up RP RP _ 3 PRT +5 new new JJ JJ _ 6 DEP +6 money money NN NN _ 3 NP-OBJ +7 for for IN IN _ 3 PP +8 new new NNP NNP _ 9 DEP +9 zealand zealand NNP NNP _ 7 NP +10 until until IN IN _ 3 SBAR +11 those those DT DT _ 12 DEP +12 debts debts NNS NNS _ 13 NP-SBJ +13 are are VBP VBP _ 10 S +14 repaid repaid VBN VBN _ 13 VP +15 , , , , _ 18 DEP +16 most most JJS JJS _ 17 DEP +17 banks banks NNS NNS _ 18 NP-SBJ +18 refused refused VBD VBD _ 0 ROOT +19 even even RB RB _ 21 ADVP +20 to to TO TO _ 21 DEP +21 play play VB VB _ 18 S +22 administrative administrative JJ JJ _ 23 DEP +23 roles roles NNS NNS _ 21 NP-OBJ +24 in in IN IN _ 21 PP +25 the the DT DT _ 27 DEP +26 new new JJ JJ _ 27 DEP +27 financing financing NN NN _ 24 NP +28 , , , , _ 18 DEP +29 forcing forcing VBG VBG _ 18 S +30 an an DT DT _ 32 DEP +31 embarrassed embarrassed JJ JJ _ 32 DEP +32 nomura nomura NNP NNP _ 34 NP-SBJ +33 to to TO TO _ 34 DEP +34 postpone postpone VB VB _ 29 S +35 it it PRP PRP _ 34 NP-OBJ +36 this this DT DT _ 37 DEP +37 week week NN NN _ 34 NP +38 . . . . _ 18 DEP + +1 the the DT DT _ 2 DEP +2 dispute dispute NN NN _ 3 NP-SBJ +3 shows shows VBZ VBZ _ 0 ROOT +4 clearly clearly RB RB _ 3 ADVP +5 the the DT DT _ 7 DEP +6 global global JJ JJ _ 7 DEP +7 power power NN NN _ 3 NP-OBJ +8 of of IN IN _ 7 PP +9 japan japan NNP NNP _ 10 DEP +10 's 's POS POS _ 12 NP +11 financial financial JJ JJ _ 12 DEP +12 titans titans NNS NNS _ 8 NP +13 . . . . _ 3 DEP + +1 aside aside RB RB _ 13 PP +2 from from IN IN _ 1 PP +3 nomura nomura NNP NNP _ 4 DEP +4 's 's POS POS _ 6 NP +5 injured injured JJ JJ _ 6 DEP +6 pride pride NN NN _ 2 NP +7 , , , , _ 13 DEP +8 the the DT DT _ 10 DEP +9 biggest biggest JJS JJS _ 10 DEP +10 victim victim NN NN _ 13 NP-SBJ +11 so so RB RB _ 13 ADVP +12 far far RB RB _ 11 DEP +13 has has VBZ VBZ _ 0 ROOT +14 been been VBN VBN _ 13 VP +15 the the DT DT _ 18 DEP +16 new new NNP NNP _ 18 DEP +17 zealand zealand NNP NNP _ 18 DEP +18 government government NN NN _ 14 NP-PRD +19 . . . . _ 13 DEP + +1 barred barred VBN VBN _ 19 S +2 by by IN IN _ 1 PP +3 its its PRP$ PRP$ _ 5 DEP +4 budget budget NN NN _ 5 DEP +5 law law NN NN _ 2 NP +6 from from IN IN _ 1 PP +7 making making VBG VBG _ 6 S +8 any any DT DT _ 12 DEP +9 new new JJ JJ _ 12 DEP +10 domestic domestic JJ JJ _ 12 DEP +11 bond bond NN NN _ 12 DEP +12 issues issues NNS NNS _ 7 NP-OBJ +13 , , , , _ 19 DEP +14 wellington wellington NNP NNP _ 15 DEP +15 's 's POS POS _ 18 NP +16 debt debt NNP NNP _ 18 DEP +17 management management NNP NNP _ 18 DEP +18 office office NNP NNP _ 19 NP-SBJ +19 had had VBD VBD _ 0 ROOT +20 been been VBN VBN _ 19 VP +21 casting casting VBG VBG _ 20 VP +22 abroad abroad RB RB _ 21 ADVP +23 to to TO TO _ 24 DEP +24 raise raise VB VB _ 21 S +25 the the DT DT _ 30 DEP +26 3 3 CD CD _ 27 DEP +27 billion billion CD CD _ 30 QP +28 new new NNP NNP _ 30 DEP +29 zealand zealand NNP NNP _ 30 DEP +30 dollars dollars NNS NNS _ 37 NP +31 ( ( -LRB- -LRB- _ 32 DEP +32 us$ us$ $ $ _ 30 PRN +33 1.76 1.76 CD CD _ 32 DEP +34 billion billion CD CD _ 32 DEP +35 ) ) -RRB- -RRB- _ 32 DEP +36 to to TO TO _ 37 DEP +37 nz$ nz$ $ $ _ 24 NP-OBJ +38 4 4 CD CD _ 37 DEP +39 billion billion CD CD _ 37 DEP +40 it it PRP PRP _ 41 NP-SBJ +41 needs needs VBZ VBZ _ 37 SBAR +42 to to TO TO _ 43 DEP +43 come come VB VB _ 41 S +44 up up RB RB _ 43 ADVP +45 with with IN IN _ 43 PP +46 by by IN IN _ 43 PP +47 the the DT DT _ 48 DEP +48 end end NN NN _ 54 NP +49 of of IN IN _ 54 PP +50 its its PRP$ PRP$ _ 52 DEP +51 fiscal fiscal JJ JJ _ 52 DEP +52 year year NN NN _ 49 NP +53 next next IN IN _ 54 DEP +54 june june NNP NNP _ 46 NP +55 30 30 CD CD _ 54 DEP +56 . . . . _ 19 DEP + +1 with with IN IN _ 14 SBAR +2 japan japan NNP NNP _ 3 DEP +3 's 's POS POS _ 5 NP +4 cash-flush cash-flush JJ JJ _ 5 DEP +5 banks banks NNS NNS _ 6 NP-SBJ +6 aligned aligned VBN VBN _ 1 S +7 against against IN IN _ 6 PP +8 it it PRP PRP _ 7 NP +9 , , , , _ 14 DEP +10 though though RB RB _ 14 ADVP +11 , , , , _ 14 DEP +12 raising raising VBG VBG _ 14 S +13 money money NN NN _ 12 NP-OBJ +14 may may MD MD _ 0 ROOT +15 be be VB VB _ 14 VP +16 difficult difficult JJ JJ _ 15 ADJP +17 . . . . _ 14 DEP + +1 not not RB RB _ 28 CONJP +2 only only RB RB _ 1 DEP +3 can can MD MD _ 28 SINV +4 they they PRP PRP _ 3 NP-SBJ +5 block block VB VB _ 3 VP +6 wellington wellington NNP NNP _ 5 NP-OBJ +7 from from IN IN _ 5 PP +8 raising raising VBG VBG _ 7 S +9 money money NN NN _ 8 NP-OBJ +10 in in IN IN _ 8 PP +11 japan japan NNP NNP _ 10 NP +12 , , , , _ 15 DEP +13 bankers bankers NNS NNS _ 15 NP-SBJ +14 here here RB RB _ 13 ADVP +15 say say VBP VBP _ 28 PRN +16 , , , , _ 15 DEP +17 but but CC CC _ 28 DEP +18 as as IN IN _ 28 PP +19 the the DT DT _ 21 DEP +20 largest largest JJS JJS _ 21 DEP +21 underwriters underwriters NNS NNS _ 18 NP +22 in in IN IN _ 21 PP +23 the the DT DT _ 25 DEP +24 eurobond eurobond NN NN _ 25 DEP +25 market market NN NN _ 22 NP +26 , , , , _ 28 DEP +27 they they PRP PRP _ 28 NP-SBJ +28 might might MD MD _ 0 ROOT +29 be be VB VB _ 28 VP +30 able able JJ JJ _ 29 ADJP +31 to to TO TO _ 32 DEP +32 scuttle scuttle VB VB _ 30 S +33 borrowings borrowings NNS NNS _ 32 NP-OBJ +34 there there RB RB _ 32 ADVP +35 , , , , _ 32 DEP +36 too too RB RB _ 32 ADVP +37 . . . . _ 28 DEP + +1 new new NNP NNP _ 3 DEP +2 zealand zealand NNP NNP _ 3 DEP +3 's 's POS POS _ 5 NP +4 finance finance NN NN _ 5 DEP +5 minister minister NN NN _ 8 NP +6 , , , , _ 8 DEP +7 david david NNP NNP _ 8 DEP +8 caygill caygill NNP NNP _ 10 NP-SBJ +9 , , , , _ 8 DEP +10 lashed lashed VBD VBD _ 0 ROOT +11 out out RB RB _ 10 ADVP +12 at at IN IN _ 10 PP +13 such such JJ JJ _ 14 DEP +14 suggestions suggestions NNS NNS _ 12 NP +15 . . . . _ 10 DEP + +1 he he PRP PRP _ 2 NP-SBJ +2 told told VBD VBD _ 0 ROOT +3 reporters reporters NNS NNS _ 2 NP-OBJ +4 in in IN IN _ 2 PP +5 wellington wellington NNP NNP _ 4 NP +6 tuesday tuesday NNP NNP _ 2 NP +7 that that IN IN _ 2 SBAR +8 the the DT DT _ 9 DEP +9 government government NN NN _ 10 NP-SBJ +10 had had VBD VBD _ 7 S +11 n't n't RB RB _ 10 DEP +12 guaranteed guaranteed VBN VBN _ 10 VP +13 the the DT DT _ 14 DEP +14 loans loans NNS NNS _ 12 NP-OBJ +15 to to TO TO _ 14 PP +16 dfc dfc NNP NNP _ 19 DEP +17 new new NNP NNP _ 19 DEP +18 zealand zealand NNP NNP _ 19 DEP +19 ltd. ltd. NNP NNP _ 23 NP +20 , , , , _ 23 DEP +21 an an DT DT _ 23 DEP +22 investment investment NN NN _ 23 DEP +23 bank bank NN NN _ 15 NP +24 80%-owned 80%-owned JJ JJ _ 23 ADJP +25 by by IN IN _ 24 PP +26 the the DT DT _ 29 DEP +27 national national NNP NNP _ 29 DEP +28 provident provident NNP NNP _ 29 DEP +29 fund fund NNP NNP _ 25 NP +30 , , , , _ 10 DEP +31 and and CC CC _ 10 DEP +32 would would MD MD _ 10 VP +33 n't n't RB RB _ 32 DEP +34 bail bail VB VB _ 32 VP +35 it it PRP PRP _ 34 NP-OBJ +36 out out RP RP _ 34 PRT +37 . . . . _ 2 DEP + +1 `` `` `` `` _ 15 DEP +2 it it PRP PRP _ 3 NP-SBJ +3 may may MD MD _ 15 S +4 very very RB RB _ 3 ADVP +5 well well RB RB _ 4 DEP +6 be be VB VB _ 3 VP +7 what what WP WP _ 6 SBAR +8 the the DT DT _ 10 DEP +9 japanese japanese JJ JJ _ 10 DEP +10 banks banks NNS NNS _ 11 NP-SBJ +11 want want VBP VBP _ 7 S +12 , , , , _ 15 DEP +13 '' '' '' '' _ 15 DEP +14 he he PRP PRP _ 15 NP-SBJ +15 told told VBD VBD _ 0 ROOT +16 radio radio NNP NNP _ 18 DEP +17 new new NNP NNP _ 18 DEP +18 zealand zealand NNP NNP _ 15 NP-OBJ +19 . . . . _ 15 DEP + +1 `` `` `` `` _ 10 DEP +2 i i PRP PRP _ 3 NP-SBJ +3 think think VBP VBP _ 10 S +4 it it PRP PRP _ 5 NP-SBJ +5 would would MD MD _ 3 SBAR +6 be be VB VB _ 5 VP +7 irresponsible irresponsible JJ JJ _ 6 ADJP +8 and and CC CC _ 10 DEP +9 i i PRP PRP _ 10 NP-SBJ +10 am am VBP VBP _ 0 ROOT +11 not not RB RB _ 10 DEP +12 about about IN IN _ 14 DEP +13 to to TO TO _ 14 DEP +14 be be VB VB _ 10 ADJP +15 blackmailed blackmailed VBN VBN _ 14 VP +16 by by IN IN _ 15 PP +17 japanese japanese JJ JJ _ 18 DEP +18 banks banks NNS NNS _ 23 NP +19 or or CC CC _ 23 DEP +20 any any DT DT _ 23 DEP +21 other other JJ JJ _ 23 DEP +22 international international JJ JJ _ 23 DEP +23 interests interests NNS NNS _ 16 NP +24 . . . . _ 10 DEP +25 '' '' '' '' _ 10 DEP + +1 no no DT DT _ 3 DEP +2 less less RBR RBR _ 3 DEP +3 significant significant JJ JJ _ 19 ADJP +4 than than IN IN _ 3 PP +5 the the DT DT _ 8 DEP +6 japanese japanese JJ JJ _ 8 DEP +7 banks banks NNS NNS _ 8 DEP +8 ' ' POS POS _ 9 NP +9 attempt attempt NN NN _ 4 NP +10 to to TO TO _ 11 DEP +11 cut cut VB VB _ 9 S +12 off off RP RP _ 11 PRT +13 funds funds NNS NNS _ 11 NP-OBJ +14 to to TO TO _ 15 DEP +15 pressure pressure VB VB _ 11 S +16 a a DT DT _ 18 DEP +17 foreign foreign JJ JJ _ 18 DEP +18 government government NN NN _ 15 NP-OBJ +19 are are VBP VBP _ 0 ROOT +20 the the DT DT _ 21 DEP +21 implications implications NNS NNS _ 19 NP-SBJ +22 of of IN IN _ 21 PP +23 a a DT DT _ 24 DEP +24 confrontation confrontation NN NN _ 22 NP +25 between between IN IN _ 24 PP +26 japan japan NNP NNP _ 27 DEP +27 securities securities NNS NNS _ 30 NP +28 and and CC CC _ 30 DEP +29 banking banking VBG VBG _ 30 DEP +30 industries industries NNS NNS _ 25 NP +31 . . . . _ 19 DEP + +1 anxiety anxiety NN NN _ 2 NP-SBJ +2 is is VBZ VBZ _ 0 ROOT +3 rising rising VBG VBG _ 2 VP +4 over over IN IN _ 3 PP +5 recent recent JJ JJ _ 7 DEP +6 government government NN NN _ 7 DEP +7 proposals proposals NNS NNS _ 4 NP +8 to to TO TO _ 10 DEP +9 eventually eventually RB RB _ 10 ADVP +10 lower lower VB VB _ 7 S +11 the the DT DT _ 13 DEP +12 strict strict JJ JJ _ 13 DEP +13 barriers barriers NNS NNS _ 10 NP-OBJ +14 that that WDT WDT _ 13 SBAR +15 now now RB RB _ 16 ADVP +16 separate separate VBP VBP _ 14 S +17 -- -- : : _ 19 DEP +18 and and CC CC _ 19 DEP +19 protect protect VBP VBP _ 16 PRN +20 -- -- : : _ 19 DEP +21 the the DT DT _ 23 DEP +22 two two CD CD _ 23 DEP +23 industries industries NNS NNS _ 16 NP-OBJ +24 from from IN IN _ 16 PP +25 each each DT DT _ 26 DEP +26 other other JJ JJ _ 24 NP +27 . . . . _ 2 DEP + +1 both both DT DT _ 2 DEP +2 sides sides NNS NNS _ 3 NP-SBJ +3 are are VBP VBP _ 11 S +4 jealously jealously RB RB _ 5 ADVP +5 guarding guarding VBG VBG _ 3 VP +6 their their PRP$ PRP$ _ 7 DEP +7 turf turf NN NN _ 5 NP-OBJ +8 , , , , _ 11 DEP +9 and and CC CC _ 11 DEP +10 relations relations NNS NNS _ 11 NP-SBJ +11 have have VBP VBP _ 0 ROOT +12 been been VBN VBN _ 11 VP +13 at at IN IN _ 12 PP +14 a a DT DT _ 15 DEP +15 flashpoint flashpoint NN NN _ 13 NP +16 for for IN IN _ 12 PP +17 months months NNS NNS _ 16 NP +18 . . . . _ 11 DEP + +1 the the DT DT _ 2 DEP +2 banks banks NNS NNS _ 4 NP-SBJ +3 badly badly RB RB _ 4 ADVP +4 want want VBP VBP _ 0 ROOT +5 to to TO TO _ 6 DEP +6 break break VB VB _ 4 S +7 into into IN IN _ 6 PP +8 all all DT DT _ 9 DEP +9 aspects aspects NNS NNS _ 7 NP +10 of of IN IN _ 9 PP +11 the the DT DT _ 13 DEP +12 securities securities NNS NNS _ 13 DEP +13 business business NN NN _ 10 NP +14 . . . . _ 4 DEP + +1 meanwhile meanwhile RB RB _ 15 ADVP +2 , , , , _ 15 DEP +3 the the DT DT _ 5 DEP +4 securities securities NNS NNS _ 5 DEP +5 companies companies NNS NNS _ 15 NP-SBJ +6 -- -- : : _ 7 DEP +7 most most JJS JJS _ 5 PRN +8 of of IN IN _ 7 PP +9 them them PRP PRP _ 8 NP +10 smaller smaller JJR JJR _ 7 ADJP +11 than than IN IN _ 10 PP +12 the the DT DT _ 13 DEP +13 banks banks NNS NNS _ 11 NP +14 -- -- : : _ 7 DEP +15 are are VBP VBP _ 0 ROOT +16 seeking seeking VBG VBG _ 15 VP +17 access access NN NN _ 16 NP-OBJ +18 only only RB RB _ 19 ADVP +19 to to TO TO _ 17 PP +20 limited limited JJ JJ _ 21 DEP +21 kinds kinds NNS NNS _ 19 NP +22 of of IN IN _ 21 PP +23 banking banking NN NN _ 22 NP +24 that that WDT WDT _ 21 SBAR +25 would would MD MD _ 24 S +26 n't n't RB RB _ 25 DEP +27 open open VB VB _ 25 VP +28 them them PRP PRP _ 27 NP-OBJ +29 to to TO TO _ 27 PP +30 the the DT DT _ 32 DEP +31 full full JJ JJ _ 32 DEP +32 brunt brunt NN NN _ 29 NP +33 of of IN IN _ 32 PP +34 competition competition NN NN _ 33 NP +35 from from IN IN _ 34 PP +36 the the DT DT _ 37 DEP +37 banks banks NNS NNS _ 35 NP +38 . . . . _ 15 DEP + +1 nomura nomura NNP NNP _ 8 NP +2 , , , , _ 8 DEP +3 the the DT DT _ 5 DEP +4 world world NN NN _ 5 DEP +5 's 's POS POS _ 8 NP +6 biggest biggest JJS JJS _ 8 DEP +7 securities securities NNS NNS _ 8 DEP +8 company company NN NN _ 30 NP +9 largely largely RB RB _ 10 ADVP +10 by by IN IN _ 8 PP +11 virtue virtue NN NN _ 10 NP +12 of of IN IN _ 11 PP +13 its its PRP$ PRP$ _ 16 DEP +14 protected protected JJ JJ _ 16 DEP +15 home home NN NN _ 16 DEP +16 field field NN NN _ 12 NP +17 , , , , _ 30 DEP +18 and and CC CC _ 30 DEP +19 industrial industrial NNP NNP _ 20 DEP +20 bank bank NNP NNP _ 30 NP +21 of of IN IN _ 20 PP +22 japan japan NNP NNP _ 21 NP +23 , , , , _ 30 DEP +24 japan japan NNP NNP _ 25 DEP +25 's 's POS POS _ 30 NP +26 most most RBS RBS _ 27 DEP +27 innovative innovative JJ JJ _ 29 ADJP +28 and and CC CC _ 29 DEP +29 aggressive aggressive JJ JJ _ 30 ADJP +30 bank bank NN NN _ 36 NP-SBJ +31 in in IN IN _ 30 PP +32 capital capital NN NN _ 33 DEP +33 markets markets NNS NNS _ 31 NP +34 abroad abroad RB RB _ 33 ADVP +35 , , , , _ 30 DEP +36 captain captain VBP VBP _ 0 ROOT +37 the the DT DT _ 39 DEP +38 opposing opposing VBG VBG _ 39 DEP +39 sides sides NNS NNS _ 36 NP-OBJ +40 . . . . _ 36 DEP + +1 and and CC CC _ 7 DEP +2 their their PRP$ PRP$ _ 3 DEP +3 suspicions suspicions NNS NNS _ 7 NP-SBJ +4 of of IN IN _ 3 PP +5 each each DT DT _ 6 DEP +6 other other JJ JJ _ 4 NP +7 run run VBP VBP _ 0 ROOT +8 deep deep RB RB _ 7 ADVP +9 . . . . _ 7 DEP + +1 in in IN IN _ 7 PP +2 the the DT DT _ 4 DEP +3 past past JJ JJ _ 4 DEP +4 year year NN NN _ 1 NP +5 , , , , _ 7 DEP +6 both both DT DT _ 7 NP-SBJ +7 have have VBP VBP _ 0 ROOT +8 tried tried VBN VBN _ 7 VP +9 to to TO TO _ 10 DEP +10 stretch stretch VB VB _ 8 S +11 the the DT DT _ 12 DEP +12 limits limits NNS NNS _ 10 NP-OBJ +13 of of IN IN _ 12 PP +14 their their PRP$ PRP$ _ 15 DEP +15 businesses businesses NNS NNS _ 13 NP +16 . . . . _ 7 DEP + +1 nomura nomura NNP NNP _ 2 NP-SBJ +2 started started VBD VBD _ 0 ROOT +3 a a DT DT _ 5 DEP +4 credit-card credit-card NN NN _ 5 DEP +5 venture venture NN NN _ 2 NP-OBJ +6 with with IN IN _ 2 PP +7 american american NNP NNP _ 9 DEP +8 express express NNP NNP _ 9 DEP +9 co. co. NNP NNP _ 6 NP +10 that that WDT WDT _ 2 SBAR +11 allowed allowed VBD VBD _ 10 S +12 cardholders cardholders NNS NNS _ 14 NP-SBJ +13 to to TO TO _ 14 DEP +14 use use VB VB _ 11 S +15 their their PRP$ PRP$ _ 18 DEP +16 nomura nomura NNP NNP _ 18 DEP +17 securities securities NNS NNS _ 18 DEP +18 accounts accounts NNS NNS _ 14 NP-OBJ +19 like like IN IN _ 14 PP +20 a a DT DT _ 22 DEP +21 bank bank NN NN _ 22 DEP +22 account account NN NN _ 19 NP +23 , , , , _ 2 DEP +24 attracting attracting VBG VBG _ 2 S +25 the the DT DT _ 26 DEP +26 wrath wrath NN NN _ 24 NP-OBJ +27 of of IN IN _ 26 PP +28 banks banks NNS NNS _ 27 NP +29 . . . . _ 2 DEP + +1 and and CC CC _ 6 DEP +2 industrial industrial NNP NNP _ 3 DEP +3 bank bank NNP NNP _ 6 NP-SBJ +4 of of IN IN _ 3 PP +5 japan japan NNP NNP _ 4 NP +6 started started VBD VBD _ 0 ROOT +7 up up RP RP _ 6 PRT +8 a a DT DT _ 11 DEP +9 london london NNP NNP _ 11 DEP +10 securities securities NNS NNS _ 11 DEP +11 subsidiary subsidiary NN NN _ 6 NP-OBJ +12 that that WDT WDT _ 11 SBAR +13 sells sells VBZ VBZ _ 12 S +14 japanese japanese JJ JJ _ 15 DEP +15 stocks stocks NNS NNS _ 13 NP-OBJ +16 to to TO TO _ 13 PP +17 non-japanese non-japanese JJ JJ _ 18 DEP +18 institutions institutions NNS NNS _ 16 NP +19 overseas overseas RB RB _ 18 ADVP +20 , , , , _ 6 DEP +21 a a DT DT _ 22 DEP +22 move move NN NN _ 6 NP +23 that that WDT WDT _ 22 SBAR +24 stirred stirred VBD VBD _ 23 S +25 the the DT DT _ 26 DEP +26 anger anger NN NN _ 24 NP-OBJ +27 of of IN IN _ 26 PP +28 the the DT DT _ 31 DEP +29 stock stock NN NN _ 31 DEP +30 brokerage brokerage NN NN _ 31 DEP +31 firms firms NNS NNS _ 27 NP +32 . . . . _ 6 DEP + +1 the the DT DT _ 5 DEP +2 new new NNP NNP _ 5 DEP +3 zealand zealand NNP NNP _ 5 DEP +4 bond bond NN NN _ 5 DEP +5 issue issue NN NN _ 7 NP-SBJ +6 simply simply RB RB _ 7 ADVP +7 has has VBZ VBZ _ 0 ROOT +8 brought brought VBN VBN _ 7 VP +9 the the DT DT _ 11 DEP +10 two two CD CD _ 11 DEP +11 institutions institutions NNS NNS _ 8 S +12 face-to-face face-to-face RB RB _ 11 ADVP +13 . . . . _ 7 DEP + +1 itel itel NNP NNP _ 2 DEP +2 corp. corp. NNP NNP _ 3 NP-SBJ +3 reported reported VBD VBD _ 0 ROOT +4 third-quarter third-quarter JJ JJ _ 5 DEP +5 earnings earnings NNS NNS _ 3 NP-OBJ +6 , , , , _ 5 DEP +7 which which WDT WDT _ 5 SBAR +8 were were VBD VBD _ 7 S +9 mistakenly mistakenly RB RB _ 10 ADVP +10 shown shown VBN VBN _ 8 VP +11 in in IN IN _ 10 PP +12 the the DT DT _ 16 DEP +13 quarterly quarterly JJ JJ _ 16 DEP +14 earnings earnings NNS NNS _ 16 DEP +15 surprises surprises NNS NNS _ 16 DEP +16 table table NN NN _ 11 NP +17 in in IN IN _ 16 PP +18 yesterday yesterday NN NN _ 19 DEP +19 's 's POS POS _ 20 NP +20 edition edition NN NN _ 17 NP +21 to to TO TO _ 22 DEP +22 be be VB VB _ 10 S +23 lower lower JJR JJR _ 22 ADJP +24 than than IN IN _ 23 PP +25 the the DT DT _ 26 DEP +26 average average NN NN _ 24 NP +27 of of IN IN _ 26 PP +28 analysts analysts NNS NNS _ 29 DEP +29 ' ' POS POS _ 30 NP +30 estimates estimates NNS NNS _ 27 NP +31 . . . . _ 3 DEP + +1 on on IN IN _ 15 PP +2 a a DT DT _ 4 DEP +3 pretax pretax JJ JJ _ 4 DEP +4 basis basis NN NN _ 1 NP +5 , , , , _ 15 DEP +6 itel itel NNP NNP _ 7 DEP +7 's 's POS POS _ 9 NP +8 third-quarter third-quarter JJ JJ _ 9 DEP +9 earnings earnings NNS NNS _ 15 NP-SBJ +10 of of IN IN _ 9 PP +11 30 30 CD CD _ 12 DEP +12 cents cents NNS NNS _ 14 NP +13 a a DT DT _ 14 DEP +14 share share NN NN _ 10 NP +15 were were VBD VBD _ 0 ROOT +16 actually actually RB RB _ 15 ADVP +17 7.14 7.14 CD CD _ 18 DEP +18 % % NN NN _ 19 NP +19 higher higher JJR JJR _ 15 ADJP +20 than than IN IN _ 19 PP +21 the the DT DT _ 22 DEP +22 average average NN NN _ 20 NP +23 of of IN IN _ 22 PP +24 estimates estimates NNS NNS _ 23 NP +25 . . . . _ 15 DEP + +1 raymond raymond NNP NNP _ 3 DEP +2 e. e. NNP NNP _ 3 DEP +3 ross ross NNP NNP _ 16 NP +4 , , , , _ 16 DEP +5 53 53 CD CD _ 6 DEP +6 years years NNS NNS _ 7 NP +7 old old JJ JJ _ 16 ADJP +8 , , , , _ 16 DEP +9 formerly formerly RB RB _ 12 DEP +10 group group NN NN _ 12 DEP +11 vice vice NN NN _ 12 DEP +12 president president NN NN _ 16 NP +13 , , , , _ 16 DEP +14 u.s. u.s. NNP NNP _ 16 DEP +15 plastics plastics NNS NNS _ 16 DEP +16 machinery machinery NN NN _ 29 NP-SBJ +17 , , , , _ 16 DEP +18 at at IN IN _ 16 PP +19 this this DT DT _ 27 DEP +20 machine machine NN NN _ 27 DEP +21 tool tool NN NN _ 27 DEP +22 , , , , _ 27 DEP +23 plastics plastics NNS NNS _ 27 DEP +24 machinery machinery NN NN _ 27 DEP +25 and and CC CC _ 27 DEP +26 robots robots NNS NNS _ 27 DEP +27 concern concern NN NN _ 18 NP +28 , , , , _ 16 DEP +29 was was VBD VBD _ 0 ROOT +30 named named VBN VBN _ 29 VP +31 senior senior JJ JJ _ 33 DEP +32 vice vice NN NN _ 33 DEP +33 president president NN NN _ 36 NP +34 , , , , _ 36 DEP +35 industrial industrial JJ JJ _ 36 DEP +36 systems systems NNS NNS _ 30 S +37 , , , , _ 36 DEP +38 succeeding succeeding VBG VBG _ 30 S +39 david david NNP NNP _ 41 DEP +40 a. a. NN NN _ 41 DEP +41 entrekin entrekin NNP NNP _ 38 NP-OBJ +42 , , , , _ 41 DEP +43 who who WP WP _ 41 SBAR +44 resigned resigned VBD VBD _ 43 S +45 monday monday NNP NNP _ 44 NP +46 . . . . _ 29 DEP + +1 john john NNP NNP _ 4 DEP +2 a. a. NN NN _ 4 DEP +3 conlon conlon NNP NNP _ 4 DEP +4 jr. jr. NNP NNP _ 6 NP +5 , , , , _ 6 DEP +6 45 45 CD CD _ 8 NP-SBJ +7 , , , , _ 6 DEP +8 was was VBD VBD _ 0 ROOT +9 named named VBN VBN _ 8 VP +10 a a DT DT _ 12 DEP +11 managing managing VBG VBG _ 12 DEP +12 director director NN NN _ 9 S +13 at at IN IN _ 9 PP +14 this this DT DT _ 16 DEP +15 investment-banking investment-banking JJ JJ _ 16 DEP +16 company company NN NN _ 13 NP +17 . . . . _ 8 DEP + +1 he he PRP PRP _ 2 NP-SBJ +2 will will MD MD _ 0 ROOT +3 be be VB VB _ 2 VP +4 in in IN IN _ 3 PP +5 charge charge NN NN _ 4 NP +6 of of IN IN _ 5 PP +7 research research NN NN _ 12 NP +8 , , , , _ 12 DEP +9 equity equity NN NN _ 10 DEP +10 sales sales NNS NNS _ 12 NP +11 and and CC CC _ 12 DEP +12 trading trading NN NN _ 17 NP +13 , , , , _ 17 DEP +14 and and CC CC _ 17 DEP +15 the the DT DT _ 17 DEP +16 syndicate syndicate NN NN _ 17 DEP +17 operation operation NN NN _ 6 NP +18 of of IN IN _ 17 PP +19 rothschild rothschild NNP NNP _ 18 NP +20 . . . . _ 2 DEP + +1 mr. mr. NNP NNP _ 2 DEP +2 conlon conlon NNP NNP _ 3 NP-SBJ +3 was was VBD VBD _ 0 ROOT +4 executive executive NN NN _ 6 DEP +5 vice vice NN NN _ 6 DEP +6 president president NN NN _ 8 NP +7 and and CC CC _ 8 DEP +8 director director NN NN _ 3 NP-PRD +9 of of IN IN _ 8 PP +10 the the DT DT _ 12 DEP +11 equity equity NN NN _ 12 DEP +12 division division NN NN _ 9 NP +13 of of IN IN _ 12 PP +14 the the DT DT _ 16 DEP +15 international international JJ JJ _ 16 DEP +16 division division NN NN _ 13 NP +17 of of IN IN _ 16 PP +18 nikko nikko NNP NNP _ 20 DEP +19 securities securities NNPS NNPS _ 20 DEP +20 co co NNP NNP _ 17 NP +21 . . . . _ 3 DEP + +1 as as IN IN _ 8 SBAR +2 yogi yogi NNP NNP _ 3 DEP +3 berra berra NNP NNP _ 4 NP-SBJ +4 might might MD MD _ 1 S +5 say say VB VB _ 4 VP +6 , , , , _ 8 DEP +7 it it PRP PRP _ 8 NP-SBJ +8 's 's VBZ VBZ _ 0 ROOT +9 deja deja NN NN _ 10 DEP +10 vu vu NN NN _ 8 NP-PRD +11 all all RB RB _ 8 ADVP +12 over over RB RB _ 11 DEP +13 again again RB RB _ 11 DEP +14 . . . . _ 8 DEP + +1 crouched crouched VBN VBN _ 15 S +2 at at IN IN _ 1 PP +3 shortstop shortstop NN NN _ 2 NP +4 , , , , _ 15 DEP +5 bert bert NNP NNP _ 6 DEP +6 campaneris campaneris NNP NNP _ 12 NP +7 , , , , _ 12 DEP +8 once once RB RB _ 12 ADVP +9 oakland oakland NNP NNP _ 10 DEP +10 's 's POS POS _ 12 NP +11 master master NN NN _ 12 DEP +12 thief thief NN NN _ 15 NP-SBJ +13 , , , , _ 12 DEP +14 effortlessly effortlessly RB RB _ 15 ADVP +15 scoops scoops VBZ VBZ _ 0 ROOT +16 up up RP RP _ 15 PRT +17 a a DT DT _ 18 DEP +18 groundball groundball NN NN _ 15 NP-OBJ +19 and and CC CC _ 15 DEP +20 flips flips VBZ VBZ _ 15 VP +21 it it PRP PRP _ 20 NP-OBJ +22 to to TO TO _ 20 PP +23 second second JJ JJ _ 22 NP +24 . . . . _ 15 DEP + +1 in in IN IN _ 17 PP +2 the the DT DT _ 3 DEP +3 outfield outfield NN NN _ 1 NP +4 , , , , _ 17 DEP +5 paul paul NNP NNP _ 6 DEP +6 blair blair NNP NNP _ 14 NP +7 , , , , _ 14 DEP +8 the the DT DT _ 10 DEP +9 orioles orioles NNP NNP _ 10 DEP +10 ' ' POS POS _ 14 NP +11 eight-time eight-time JJ JJ _ 14 DEP +12 gold gold NNP NNP _ 14 DEP +13 glove glove NNP NNP _ 14 DEP +14 winner winner NN NN _ 17 NP-SBJ +15 , , , , _ 14 DEP +16 elegantly elegantly RB RB _ 17 ADVP +17 shags shags VBZ VBZ _ 0 ROOT +18 a a DT DT _ 19 DEP +19 fly fly NN NN _ 17 NP-OBJ +20 . . . . _ 17 DEP + +1 on on IN IN _ 19 PP +2 the the DT DT _ 3 DEP +3 mound mound NN NN _ 1 NP +4 , , , , _ 19 DEP +5 former former JJ JJ _ 10 DEP +6 red red NNP NNP _ 10 DEP +7 sox sox NNP NNP _ 10 DEP +8 great great JJ JJ _ 10 DEP +9 luis luis NNP NNP _ 10 DEP +10 tiant tiant NNP NNP _ 14 NP +11 , , , , _ 14 DEP +12 the the DT DT _ 14 DEP +13 wily wily JJ JJ _ 14 DEP +14 master master NN NN _ 19 NP-SBJ +15 of of IN IN _ 14 PP +16 1,001 1,001 CD CD _ 17 DEP +17 moves moves NNS NNS _ 15 NP +18 , , , , _ 14 DEP +19 throws throws VBZ VBZ _ 0 ROOT +20 an an DT DT _ 22 DEP +21 off-speed off-speed JJ JJ _ 22 DEP +22 strike strike NN NN _ 19 NP-OBJ +23 . . . . _ 19 DEP + +1 `` `` `` `` _ 7 DEP +2 babies babies NNS NNS _ 7 FRAG +3 , , , , _ 2 DEP +4 kiddies kiddies NNS NNS _ 2 DEP +5 , , , , _ 2 DEP +6 '' '' '' '' _ 7 DEP +7 growls growls VBZ VBZ _ 0 ROOT +8 their their PRP$ PRP$ _ 9 DEP +9 manager manager NN NN _ 12 NP +10 -- -- : : _ 12 DEP +11 a a DT DT _ 12 DEP +12 fellow fellow NN NN _ 7 NP-SBJ +13 named named VBN VBN _ 12 VP +14 earl earl NNP NNP _ 15 DEP +15 weaver weaver NNP NNP _ 13 S +16 , , , , _ 12 DEP +17 who who WP WP _ 12 SBAR +18 , , , , _ 17 DEP +19 in in IN IN _ 24 PP +20 a a DT DT _ 22 DEP +21 different different JJ JJ _ 22 DEP +22 time time NN NN _ 19 NP +23 , , , , _ 24 DEP +24 handled handled VBD VBD _ 31 S +25 four four CD CD _ 28 DEP +26 world world NNP NNP _ 28 DEP +27 series series NNP NNP _ 28 DEP +28 teams teams NNS NNS _ 24 NP-OBJ +29 and and CC CC _ 31 DEP +30 now now RB RB _ 31 ADVP +31 handles handles VBZ VBZ _ 17 S +32 the the DT DT _ 35 DEP +33 gold gold NNP NNP _ 35 DEP +34 coast coast NNP NNP _ 35 DEP +35 suns suns NNPS NNPS _ 31 NP-OBJ +36 . . . . _ 7 DEP + +1 `` `` `` `` _ 7 DEP +2 old-time old-time JJ JJ _ 3 DEP +3 kiddies kiddies NNS NNS _ 7 FRAG +4 , , , , _ 7 DEP +5 '' '' '' '' _ 7 DEP +6 he he PRP PRP _ 7 NP-SBJ +7 says says VBZ VBZ _ 0 ROOT +8 . . . . _ 7 DEP + diff --git a/data/titles-en-test.labeled b/data/titles-en-test.labeled new file mode 100644 index 0000000..0536f7c --- /dev/null +++ b/data/titles-en-test.labeled @@ -0,0 +1,2823 @@ +-1 Bojo family were kuge ( court nobles ) with kakaku ( family status ) of meike ( the fourth highest status for court nobles ) . +1 Kotaifujin ( also called Sumemioya ) means a person who was the biological mother of an Emperor and consort of the previous Emperor . +1 FUJIWARA no Asatsune ( 973-August 22 , 1029 ) was Kugyo ( a top Court official ) in the middle of the Heian period . +-1 The Itsutsujinomiya family is one of the households of Imperial princes that existed in the late Kamakura Period to the early Southern and Northern Court period . +-1 Otsu-jo Castle was located in Otsu , Shiga County , Omi Province in the Azuchi-Momoyama period . +-1 Seson-ji Temple is a Sotoshu sect of Zen Buddhism temple located in Kamihiso , Oyodo-cho , Yoshino County , Nara Prefecture . +-1 Kawaramachi-dori Street is one of the streets located in Kyoto City . +1 Kinpisho is a book written by the 84th Emperor Juntoku on the history and origin of imperial court ceremonies , whereby serving as an instruction manual for the rules and etiquette concerning such ceremonies . +1 Kageki KAGAWA ( May 25 , 1768-April 26 , 1843 ) was kajin ( waka poet ) in the latter part of the Edo period . +-1 The Conservative Revolution ( Konservative Revolution ) is a general name that Armin Mohler , a German intellectual historian , gave to a set of anti-Nazi and nationalist intellectual trends during the Weimar Republic . +1 KAMO no Chomei ( 1155 - July 26 , 1216 ) was a famous Japanese poet and essayist who lived from the late Heian period to the Kamakura period . +1 Saneaki ICHIJO , as known as Saneaki SHIMIZUDANI , ( ? -June 11 , 1420 ) was a Kugyo ( top court official ) in the Muromachi period . +1 Nobutsuna KUTSUKI was the eighth lord of the Fukuchiyama Domain in Tanba Province . +1 Inoo clan , also known as Iio clan +-1 The term " Gonkan " means official court posts that were created beyond the prefixed number of personnel . +1 Emperor Fushimi ( May 10 , 1265 - October 8 , 1317 ) was the ninety-second Japanese Emperor . ( his reign was November 27 , 1287 - August 30 , 1298 . ) +1 FUJIWARA no Nagako ( c . 1079 - year of death not known ) was a female waka poet in the late Heian period . +-1 Isshikiden is a rice field that is required to pay only one type ( Isshiki ) of tax . +1 The Record of a Pilgrimage to China in Search of the Law is a travel diary written by Ennin ( 794-864 ) , a Japanese monk who lived in the 9th century and was approved to join the last mission to Tang China in the Jowa era . +1 FUJIWARA no Yoshio ( date of birth and death unknown ) was a bureaucrat who lived during the Nara period . +-1 Shinnyosanmayado was built by Daigo-ji Temple , Sohonzan ( the head temple of a Buddhist sect ) of the Daigo school of the Shingon sect in 1997 , in order to solemnly display the righteous behavior of Shinjo ITO , who was the founder of the sect of a religious corporation of Shinnyoen Buddhism . +-1 Jinku is a form of traditional Japanese songs . +1 Morikuni NISHINA ( year of birth and death unknown ) was a warrior during the Warring States period in Japan . +1 Kotosuga TANIKAWA ( April 5 , 1709-November 20 , 1776 ) was a scholar of Japanese classical culture in the Edo period . +-1 Gunze Museum is a museum located in Aono Town , Ayabe City , Kyoto Prefecture . +1 AKISHINO no Yasuhito ( 754 - March 17 , 821 ) was a nobleman who lived in Nara and Heian periods . +-1 The Shindo school is an extinct school of waki-kata ( supporting actors ) in Nohgaku ( the art of Noh ) . +1 Banzuii ( December 1 , 1542 - February 2 , 1615 ) was a learned monk in the Jodo Sect from the Sengoku period ( period of warring states ) ( Japan ) to the early in the Edo period . +-1 The Oguni clan is a Japanese clan . +1 Shinnohi or Miko-no-mime ( imperial princess by marriage ) is the title given to a wife of a Shinno ( imperial prince ) or refers to a person holding such a title . +1 Yoshiakira ASHIKAGA-July 4 , 1330 AD to December 28 , 1367 AD-was the 2nd Seii Taishogun of the Muromachi Shogunate . +1 Jiho Hattori ( dates of birth and death unknown ) was a samurai from Iga Province and an akuto ( a villain of medieval times ) , who was active from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +-1 The Kengo-in Temple is a temple of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) in Takagamine , Kita Ward , Kyoto City , and the Head Temple of the Kengoin school of Jodo Shinshu . +-1 Ruiju Kokushi , completed and established in 892 , is a history book edited by SUGAWARA no Michizane , which classified and recompiled the entries of six classical Japanese history texts compiled in chronological order , following the example of Leishu ( " classified books " ) in China . +-1 The Taika Reforms are political reforms based on Kaishin no Mikotonori ( the Imperial Reform Edict ) issued in 646 in the Asuka period . +1 Ryukei Shosen ( September 15 , 1602 - October 6 , 1670 ) was a priest of the Obaku Sect in the early Edo period . +-1 Michikiri is a folk custom practiced on roads or crossroads at the entrance to villages ( or regions ) . +1 Hiromitsu MAITA ( 1533 - April 3 , 1595 ) is a busho ( Japanese military commander ) ( feudal lord ) from the Sengoku period into Azuchi Momoyama period . +1 Sohei KAIFU ( 1847 - 1895 ) was an ex-feudal retainer of Owari Domain . +1 The Imperial Princess Shushi ( Akiko ) ( the Imperial Princess Shushi , the wife of the Imperial prince Sadatake , February 23 , 1700 - April 28 , 1756 ) was an Imperial Family member during the Edo period . +1 Born in 1049 and passed away on May 4 , 1115 , FUJIWARA no Tamefusa was a Court noble in the late Heian period . +1 Haiku is Japanese poetry structured in the set form of 5-7-5 syllables . +1 " Ukigumo ( Floating Clouds ) " is a long novel by FUTABATEI Shimei . +-1 Tonjiki refers to food given to lower officials or sometimes respectable persons at a banquet in the garden of the Imperial Court and nobles ' residence during the Heian period . +1 " Shingoshui Wakashu " ( New Later Collection of Gleanings ) is one of the chokusen wakashu ( anthology of Japanese poetry compiled by the Imperial command ) . +1 Goshun ( April 28 , 1752 - September 4 , 1811 ) was a painter in the Edo Period . +-1 The friendship club was established on December 24 , 1912 as an Innai ( within the House ) faction within the House of Peers ( Japan ) and existed until May 3 , 1947 when the Constitution of Japan was promulgated . +1 Akiie KITABATAKE ( 1318 - June 10 , 1338 ) was a court noble during the period of the Northern and Southern Courts . +1 Imperial Princess Yasuko ( her given name can be also pronounced as " Koshi " ) ( 919 - 957 ) is considered to have been the 4th wife of FUJIWRA no Morosuke , who was a member of the Imperial family during the Heian period . +1 Imperial Princess Nagako ( year of birth unknown - March 27 , 914 ) was a member of the Imperial Family during the early Heian period . +-1 Jonan-gu Shrine is a Shinto shrine located in Fushimi Ward , Kyoto City . +1 Kanetane HIRATA ( December 31 , 1799 – October 25 , 1880 ) was a scholar of ancient Japanese literature and culture . +-1 The Kuzuha / Otokoyama Loop-Route Community Bus is the community oriented bus route , which started its operation by the Keihan Uji Transport Co . Ltd. with the public nickname of the service as ' Bus-be . ' +1 Yoshio TONOUCHI ( 1830 - May 12 , 1863 ) lived during the end of the Edo period . +-1 Kitayama sugi is a Japanese cedar that grows in the northern area of Kyoto City . +1 Jojin ( 1011 - November 9 , 1081 ) was a Tendai Sect Buddhist monk who lived during the mid-Heian period . +-1 " Shinto Gobusho " was a foundational book of Ise Shinto ( also known as Watarai Shinto - a school of Shinto thought established by priests of the Grand Shrine of Ise in the medieval period ) and a collective term for the following five-volume apologia . +1 Emperor Shijo ( March 17 , 1231 - February 10 , 1242 ) was the eighty seventh Emperor ( his reign was from October 26 , 1232 to February 10 , 1242 ) . +1 Soen NAGATANI ( 1681 -1778 ) was a farmer who lived in Yuyatani Village , Ujitawarago , Yamashiro Province ( present Yuyatani , Ujitawara-cho , Tsuzuki-gun , Kyoto Prefecture ) . +-1 Rokudo is a Buddhist term and it means six posthumous worlds to which the souls of the dead transmigrate . +1 Kurama kokyo is a religious school that was established in October 1947 by Shigaraki Koun , the chief priest of Kurama-dera Temple who was affected by Theosophy , separating from Tendai-shu sect . +1 Masayoshi MATSUKATA ( March 23 , 1835-July 2 , 1924 ) was a Japanese samurai ( feudal retainer of Satsuma ) and a statesman . +1 Yokobue ( The Flute ) is one of the fifty-four chapters of " The Tale of Genji . " +1 FUJIWARA no Atsumoto ( 1046-1106 ) was a court official and a composer of Chinese poems during the late Heian period . +1 Joan ENDO ( 1836 - the year of death unknown ) was a soldier of the Mibu-Roshigumi . +-1 Kokuzekomoku was a petition that Hirobumi ITO who was a governor of Hyogo Prefecture submitted it with three executives of Prefecture ( Nobuyuki NAKAJIMA , Mitsuaki TANAKA , Noriyuki GA ) and Finance officer / judge , Munemitsu MUTSU who was in Osaka . +1 MINAMOTO no Masamichi ( 1118-March 28 , 1175 ) was a court noble during the late Heian Period . +1 Toyoyuki YAMANA was a person in Muromachi Period and was Hoki no kuni no kami ( Governor of Hoki Province ) . +1 Tamemoto REIZEI ( 1854-1905 ) was a Japanese kajin ( waka poet ) . +1 Tsunemichi NIJO ( 1255 - date of death unknown ) was a kuge ( court noble ) of the Kamakura period . +-1 Seoritsu hime is a shrine of Haraedo no okami ( gods of purification in Shinto religion ) . +1 Masanori AKAMATSU was a busho ( Japanese military commander ) lived in the late Muromachi period , and also a shugo daimyo ( a feudal lord of provincial military governors ) and a Warring lord of Harima Province . +1 Konyo ( 1798 - August 19 , 1871 ) was a priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) in the end of the Edo period , the 20th head priest of the Nishi Hongan-ji Temple , and daisojo ( a Buddhist priest of the highest order ) . +1 TAIRA no Tokitsugu ( 1222 - August 9 , 1294 ) was a court noble during the mid-Kamakura period . +-1 Happo Nihon-shu ( sparkling Japanese sake ) is sparkling , that is , carbon-dioxide-containing Japanese sake which has attracted attention in recent years . +-1 Kagaku ' means handing down their academic skills within the family or the clan . +1 Masakiyo KAMATA ( 1123-February 11 , 1160 ) was a busho ( military commander ) at the end of the Heian period . +-1 Gunga ( county district offices ) was a government office attended to the affairs of state by government officials ( lower or middle ranked ) of the counties ( called Gunji ) under the kodai Ritsuryosei ( ancient East Asian system of centralized governance ) in Japan . +-1 The Wake clan was a Gozoku ( local ruling family ) based in the Wake District ( formerly Fujino District ) of Bizen Province . +1 Kaneharu YOSHIDA ( 1565 – 1616 ) was the 10th head of the Yoshida family ( lineage can be traced to the hanke , Urabe clan ) who were tosho-ke ( the hereditary lineage of Court nobles occupying relatively high ranks ) . +1 Eso ( date of birth and death unknown ) was a Buddhist priest who came from Baekje in the Aska period . +1 Satogozen ( 1168 - June 15 , 1189 ) was a woman , who lived from the late Heian Period to the early Kamakura period . +-1 Mikinotsukasa ( also called Sakenotsukasa ) was a branch office of Kunaisho , erected under the ritsuryo legal code system . +1 Chikuun MOTOSAWA ( March 26 , 1836 - October 13 , 1907 ) was a priest of Jodo Shinshu ( True Pure Land Sect of Buddhism ) and a Japanese scholar of the Chinese classics , who founded Kakuchi gakusha ( the Kakuchi school ) , known as ' Chonmage gakko ' ( the school of must-wear a Japanese topknot ) , located in the present Higashi Murayama-gun , Yamagata Prefecture . +1 Horin ( 1693 - November 24 , 1741 ) was a gakuso ( scholar monk ) of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) during the middle of the Edo period . +-1 Maizuru City local history museum is a history museum specializing in the history of Maizuru City , located on the second floor of the Maizuru City civic hall , Kitatanabe , Maizuru City , Kyoto Prefecture . +-1 Ippo MISHOSAI ( 1761 - 1824 ) was a Japanese flower arrangement expert . +1 Kichiemon NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +-1 Rakuchu rakugai zu are a genre paintings produced from the Muromachi period to the Edo period that depicted the town area ( inner Kyoto ) and suburbs ( outer Kyoto ) from an overhead view . +-1 Kurama-dera Temple is a buddhist temple located in Kurama Honmachi , Sakyo Ward , Kyoto City , Kyoto Prefecture . +1 The Imperial Family is a generic term for the Emperor and the members of the Imperial Family . +1 FUJIWARA no Shokushi ( Taneko ) ( 1157 - October 22 , 1228 ) was the Empress consort of Emperor Takakura . +-1 Field Science Education and Research Center , Kyoto University , Ashiu Forest Research Station ( abbreviated to " Ashiu Forest Research Station , Kyoto University " ) is a research facility of Kyoto University , located in Miyama-cho , Nantan City , Kyoto Prefecture ( Kyoto Prefecture ) . +1 Junshin ( year of birth unknown , died on April 20 , 1250 ) was a priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) who lived in the mid Kamakura period . +1 Takakazu SEKI ( c . March , 1642 - December 5 , 1708 ) was an Edo-period mathematician ( of Japanese-style mathematics , called " wasan " ) . +1 Gyoe ( 1340 - year of his death is not clear ) was a learned monk of Tendai Sect cum waka poet in the mid-Muromachi period . +1 Sakihisa KONOE ( 1536 - June 7 , 1612 ) was a court noble who lived during the Sengoku period ( period of warring states ) ( Japan ) and the Azuchi-Momoyama period , +-1 The robbery and murder on the Sanyo Railway train was a robbery and murder case that occurred in the middle of the Meiji period . +-1 Koshido or lattice door can be either a sliding or swinging door style . +-1 Mori no Yuenchi ( Forest Amusement Park ) is a former amusement park located in Yase , Sakyo Ward , Kyoto City , which was operated by Keifuku Electric Railroad Co . , Ltd . +1 Rinji meant a document of decree issued by Kurodo ( Chamberlain ) in response to the Emperor 's intention . +-1 The Sumitomo Family is the founding family of Sumitomo Zaibatsu . +1 Katsushige ITAKURA was a daimyo ( Japanese feudal lord ) from the Azuchi-Momoyama period to the Edo period , and served as Kyoto Shoshidai ( deputy of Kyoto ) . +1 Katsuranomiya is one of the Miyake ( houses of an imperial princes ) and also one of the four heredity Imperial prince ' families . +-1 To-ji Choja is the chief abbot of To-ji Temple ( Kyoogokoku-ji Temple ) , and acts as its manager and Kami ( director ) . +1 Senji NARA ( 1822 - May 4 , 1892 ) was an exemplary farmer and agricultural advisor , who was born in Kagawa Prefecture . +-1 Japanese calendar covers Japanese own subjects relating to calendars . +-1 Keage Station , located in Keage , Higashiyama Ward , Kyoto City , was a stop on the Keihan Keishin Line operated by the Keihan Electric Railway . +-1 Yubeshi ( written as 柚餅子 ) is a processed food which is made using citron . +1 Yumeji TAKEHISA ( September 16 , 1884 to September 1 , 1934 ) was a Japanese painter and poet . +1 Kikuhime YOSHIHIRO ( date of birth : unknown - date of death : December 4 , 1595 ) was a lady from a samurai family who lived from the end of the Sengoku period ( period of warring states ) to the Azuchi Momoyama Period . +1 Nakataka SHIMOTSUMA ( 1551 - June 28 , 1616 ) was a busho ( Japanese military commander ) in the end of the Sengoku period ( period of warring states ) to the early Edo period . +-1 The street name in Kyoto City is not only an identifying name but is also used to refer to the address ( see Maps of Kyoto City ) . +1 Toshimaro YOSHIDA ( March 16 , 1841 - July 8 , 1864 ) was an activist of the Choshu Domain who was active in the late Edo period . +1 Shoko ( 1412 - 1493 ? ) was a priest and waka poet in the middle of the Muromachi period . +1 Enchin ( dates of birth and death unknown ) was a priest of the Hosso sect of the early Heian period . +1 Ben no Naishi ( dates of birth and death unknown ) was a female waka poet of Kamakura period . +1 FUJIWARA no Tamaro ( 722 - April 28 , 783 ) was a court noble and Sadaijin ( Minister of the Left ) in the Nara period . +-1 Fundoshi Iwai ( aka Heko Iwai ) is a coming-of-age ritual for men , that takes place in some regions of Japan . +1 MINAMOTO no Masamichi ( year of birth unknown - August 10 , 1017 ) was a government officer ( especially one of low to medium rank ) and kajin ( waka ( a traditional Japanese poem of thirty-one syllables ) poet ) of the mid-Heian period . +1 Yazaemon TESHIMA ( May 1 , 1899 - January 3 , 1978 ) was a Nohgakushi ( Noh actor ) playing shite ( the principal roles ) of Kongo-ryu school . +-1 Yusen-ji Temple is a Buddhist temple belonging to the Nichiren Sect located in Matsugasaki , Sakyo Ward , Kyoto City . +1 Yoritsuna YAZAWA ( 1518 – June 21 , 1597 ) was a busho ( Japanese military commander ) during the Sengoku Period ( Period of Warring States [ in Japan ] ) . +-1 A temple belonging to the Myoshinji school of the Rinzai sect , Ryoan-ji Temple is located in Ukyo-ku , Kyoto city . +1 Kinhisa IMADEGAWA ( July 9 , 1806 - September 27 , 1836 ) was a kugyo ( court noble ) during the late Edo period . +1 Yoshitaka ( 義尊 ) OUCHI ( 1545 - October 11 , 1551 ) was the heir of Yoshitaka ( 義隆 ) OUCHI . +1 MINAMOTO no Shitago ( 911-983 ) was a Japanese scholar and poet of the early Heian period . +1 Ryoi SUMINOKURA ( 1554 - August 17 , 1614 ) was a wealthy merchant in Kyoto during the Sengoku Period ( Period of Warring States ) . +1 Terutsune HOSOKAWA was a Japanese military commander who lived from the Sengoku Period ( Period of Warring States ) to the Azuchi-Momoyama period . +1 Enkan ( September 1 , 1281 - April 2 , 1356 ) was a Tendai Sect Buddhist monk who lived during the latter part of the Kamakura period and the Northern and Southern Courts period . +-1 Tarutaru sauce ( tartare sauce or tartar sauce in English ) is a kind of sauce ( seasoning ) made from mayonnaise . +1 MICHISHIMA no Shimatari ( year of birth unknown – Februay 17 , 783 ) was a warrior of the Nara period . +1 Tadataka HOSOKAWA , or Kyumu NAGAOKA , was a busho ( Japanese military commander ) from the Azuchi-momoyama period to the Edo period . +1 MINAMOTO no Michichika ( 1149 - November 14 , 1202 ) was a court noble and statesman who lived in the late Heian period and the early Kamakura period . +1 " Kanna ninen dairi Utaawase is an utaawase " ( poetry contest ) held by Emperor Kazan on July 24 , 986 . +-1 The Edo period ( also known as the Tokugawa period ) refers to a period in Japanese history where Japan was governed by the Edo shogunate government . +1 Yoshimasa TANAKA ( 1548-March 23,1609 ) was a Japanese military commander in the Sengoku period ( Period of Warring States ) and the Azuchi-Momoyama period , and later , was a Japanese feudal lord in the Edo period . +-1 Shogosho was the seat of the castle where Shugo ( provincial constable ) lived in medieval Japan . +-1 Togubo existed in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in ancient Japan . +1 Hisahide IZUMISAWA ( year of birth unknown - March 1615 ) was a military commander and a vassal of the Uesugi family during the Warring States period . +1 Imperial Princess Reiko ( October 12 , 1270 - August 30 , 1307 ) was an Imperial Princess of Emperor Gofukakusa . +1 Tadamasa MAKINO ( December 2 , 1799 - November 30 , 1858 ) was a daimyo ( Japanese feudal lord ) and a roju ( member of shogun 's council of elders ) who lived in the Edo period . +1 Mitsuyo ( year of birth and death unknown ) was a swordsmith who lived in Chikugo Province during the late Heian period . +1 Tankai ( 1099 - 1174 ) was a shaso ( priest who belonged to ) Kumano-hongu-taisha Shrine and the 18th Kumano betto ( title of an official who administered the shrines at Kumano ) in the late Heian period . +-1 Ojo is a methodology for becoming a Buddha , as defined by the Mahayana Buddhism . +-1 The term " Genseishojoju " is also referred to as ' gensho futai ( the idea of " not falling back in this world " ) . ' +1 Tadato TODA ( October 17 , 1739 - March 14 , 1801 ) was a daimyo ( feudal lord ) in the middle of the Edo period . +1 Takefusa KIKUCHI ( 1245 – May 2 , 1285 ) was a busho ( Japanese military commander ) in the middle of the Kamakura period . +1 FUJIWARA no Morosuke ( 908 - June 7 , 960 ( May 6 , 960 by the old calendar ) ) was a Kugyo ( Court Noble ) during the mid Heian Period . +1 Enjiro YAMAZA ( December 2 , 1866-May 28,1914 ) was the Japanese diplomat in the Meiji and Taisyo period . +1 Emperor Nimmyo ( 810 - May 6 , 850 ) , the fifty-fourth Emperior , reigned from March 30 , 833 to May 4 , 850 ( in the early Heian period ) . +-1 The shinmei-zukuri style is a style of shrine buildings in Japan . +-1 The Makimuku Yazuka-kofun Tumulus is an ancient tomb belonging to the Makimuku-kofun Tumuli Cluster in Sakurai City , Nara Prefecture . +1 Seisei HAI ( date of birth and death unknown ) was an envoy who visited Wakoku ( Japan ) in accordance with the orders of Yo-dai ( Emperor Yang ) of the Sui Dynasty in the first half of the seventh century . +-1 Denko-ji Temple is a temple belonging to the Ritsu sect , located in Ogawa cho , Nara City , Nara Prefecture . +1 Shigeyoshi NABESHIMA ( December 11 , 1800 - January 16 , 1863 ) was the 28th feudal lord of Takeo in the Saga Domain in the late Edo period ( Takeo was a dominion in the Saga Domain ) . +-1 Hyakumanto Darani is the collection of Dharanis that was dedicated to Buddhist temples by way of being placed in one million mini pagodas during the Nara period for the protection of the nation as well as for repentance . +1 Yoshiyuki ISSHIKI ( dates of birth and death unknown ) was a figure during the Sengoku period ( period of warring states ) ( Japan ) . +-1 Hangesho ( the eleventh day after the Summer solstice ) is one of the seasonal days ( zassetsu ) in the Japanese calendar and is so-called because it falls around the time that the medicinal herb Lizard 's Tail ( Crowdipper ) flowers ( the leaves of the hangesho ( also called katashirogusa ) also turn white on half the leaf around this time ) . +-1 Hanpo refers to one of Bunin ( appointments of government posts ) in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Okiku ( August 7 , 1595 - July 1 , 1615 ) was Hidetsugu TOYOTOMI 's daughter . +1 Shungaku MATSUDAIRA was a Japanese feudal lord , the 16th lord of the Fukui Domain of Echigo Province in the late Edo period . +-1 Saikudokoro ( or called Saikusho ) refers to an institution or craft center for handicraft industry which was permanently or temporarily established by Kenmon ( an influential family ) in the medieval period . +1 Saneoki OGIMACHISANJO ( 1457 - February 10 , 1481 ) was a Kugyo ( top court official ) during the Muromachi period . +1 The " Toshi Kaden " was written in 760 . +1 Norikuni IMAGAWA ( 1295 ? - June 8 , 1384 ) was shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) from the end of Kamakura Period through the period of the Northern and Southern Courts . +-1 Tokoroten , written in Japanese as ところてん , 心太 , 心天 , or 瓊脂 , is food made by boiling seaweed such as tengusa ( Gelidiaceae ) and ogonori ( Chinese moss ) until they melt and produce agar , which is then cooled down until set . +1 Yoshifuyu KIRA ( 1607 – May 6 , 1668 ) was a Koke-Hatamoto ( privileged family under the Tokugawa Shogunate ) in the early Edo Period . +-1 Tago hi is an ancient stone monument in Aza Gomon , Ike , Yoshii Town , Tano County , Gunma Prefecture and designated as a special national historic site . +-1 Sukunabikona ( also called Sukunahikona , as well as Sukunaminokami , Sukunahikona , Sukunahikone , and so on ) is a god in the Japanese mythology . +1 Sukeyoshi ODA ( 1732 - September 28 , 1799 ) was a daimyo ( a Japanese feudal lord ) in the Edo period . +-1 Bakufu kaigun ( navy ) was a navy with western-style armaments which was organized by Edo bakufu ( Japanese feudal government headed by a shogun ) to accomplish battles at sea as a mission . +-1 Sakuji bugyo was a post held by hatamoto during the Edo Period . +1 FUJIWARA no Narimichi ( 1097 - 1162 ) was a court noble who lived in the latter half of the Heian period . +-1 " Jifuku " means the clothes , or allocations of these clothes , bestowed by the Imperial Court to the Emperor 's family members and their retainers in spring and autumn or in summer and winter , every year . +1 ISE no Tsugiko ( born 772 , died July 6 , 812 ( old lunar calendar ) ( August 16 , 812 ) ) was the wife of Emperor Heizei . +1 Emperor Keiko ( 13 B.C. - December 23 , A.D. 130 ) was the twelfth emperor ( reign : August 22 , A.D. 71-December 23 , A.D. 130 ) , being described in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +-1 Mokushi was a govermental post in the Edo period which was in charge of maintaining ranches under direct control of the bakufu , as subordinates of an officer in the bakufu , and it is said that the officers in the post were responsible for managing the Goyoboku of the Tokugawa bakufu ( public ranches of horses + hunting grounds for Shogun ) . +-1 Tsune-shozoku means a set of most ordinary costumes worn by performers of bugaku ( traditional Japanese court music accompanied by dancing on stage ) . +-1 " Teiji-in uta-awase " refers to " uta-awase " ( the contest of ' tanka ' [ thirty-one Japanese syllable 's poem ] ) , held on April 22 , 913 , by Cloistered Emperor Uda at his residence Teji-in . +-1 Point ( ' sentoki ' in Japanese ) is a sharp-pointed chipped stone tool . +-1 Tadokoro was one of the systems that were established during the Kofun period ( tumulus period ) to control people and land , which also referred to the private property controlled by Gozoku ( local ruling family ) . +-1 Densha Yakiuchi Jiken ( literally Train Arson Attack ) was to cause arson to trains and other facilities . +-1 Senyokutaku refers to a light-colored engraved print like a cicada wing , or a technique of such rubbing . +-1 In the " Gikeiki Chronicles " , " Ima no Tsurugi " sword , a Japanese short sword of 19.7 cm in lengh , was used by MINAMOTO no Yoshitsune in killing himself . +1 Ojoyoshu is a Buddhism book in one part and three volumes compiled in 985 by Genshin ( priest ) , a Sozu ( the Prelate ) in Eshinin Temple at Yokawa on Mt . Hiei , in which he collected important passages relating to gokuraku ojo ( the Pure Land of Amitabha where the dead are allowed to live peacefully ) , extracting from many sources such as Buddhist scriptures and instructions in terms of the Jodo Sect . +1 Moshinsho is a commentary on " The Tale of Genji , " written by Tanemichi KUJO , the Kanpaku ( regent ) during the Sengoku ( Period of Warring States ) and Azuchi-Momoyama periods . +-1 Jimonkoryu is a monthly magazine of Japan . +-1 Tenson-jinja Shrine is a Shinto shrine located in Otsu City , Shiga Prefecture . +-1 Sanin-tei was a private school kept by the Sugawara clan , that had produced Monjo hakase ( professor of literature ) for three generations ; SUGAWARA no Kiyokimi , SUGAWARA no Koreyoshi , and SUGAWARA no Michizane , during the early Heian period . +-1 The Kitano Line ( Kitano-sen ) is a railway line operated by Keifuku Electric Railroad Co . , Ltd. that connects Kitano-Hakubaicho Station ( located in the Kita Ward of Kyoto City , Kyoto Prefecture ) and Katabiranotsuji Station ( Ukyo Ward ) . +1 Yoshitaka SHIBUKAWA ( 渋川 義陸 , year of birth unknown - September 23 , 1538 ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +1 Ohide TANAKA ( September 16 , 1777 – October 24 , 1847 ) was a scholar of Japanese classical literature from the late Edo period . +1 Imperial Prince Kaninnomiya Tatsuhito ( June 17 , 1792 - March 9 , 1824 ) was a member of the Imperial family during the Edo Period . +1 Takamichi KYOGOKU ( October 13 , 1603 - January 19 , 1666 ) was the first lord of the domain of Mineyama , Tango-no-kuni . +-1 Chigo has roughly the following meanings . +1 The Intoku taiheiki is a work of Japanese literature . +1 FUJIWARA no Atsuyori ( 1090 - ca . 1182 ) was a court noble and poet in the late Heian period . +-1 The Settsu-Genji ( a branch of the Minamoto clan ) +1 Masatomo SUMITOMO ( December 31 , 1585 - 1652 ) was a merchant in the Edo period . +1 Tamemitsu REIZEI ( June 10 , 1559 - March 29 , 1619 ) was a kugyo ( high court noble ) and a poet who lived from the late Sengoku period ( period of warring states ) to the early Edo period . +-1 An ancient capital can be defined as a place which has been the national capital since the ancient times or a place which was once the national capital city . +-1 Kanji day is the memorial day , which the Japan Kanji Aptitude Testing Foundation has established in 1995 . +-1 Saikyo miso is the common name for a whitish yellow sweet miso containing a high proportion of malted rice made mainly around the Kinki region ; and the main characteristic of this miso is that while miso usually used for miso soup contains 12 % salt , Saikyo miso contains only about 5 % salt . +-1 The Ogura Hyakunin Isshu Cultural Foundation was established by the Kyoto Chamber of Commerce and Industry under the theme of " Hyakunin Isshu " ( One Hundred Poems by One Hundred Poets ) to contribute to the development of Kyoto Culture and Kyoto tourism . +-1 The Battle of Fubeyama ( Mt . Fube ) was a war between an army of the Amago clan which was directed by Yukimori YAMANAKA to reconstruct the Amago clan and the Mori clan who was attempting to prevent it . +-1 Suiko ( government loans made to peasants ) was a term that indicated the loans carrying interest observed in ancient and medieval Japan . +-1 Seishinko-ki is the diary of FUJIWARA no Saneyori who acted as a Kanpaku ( chief adviser to the emperor ) in the mid Heian period . +1 Genko ( year of birth and death unknown ) was a Buddhist priest of the Tendai sect who lived in the end of the Heian period . +1 Toyo YAMAWAKI ( February 1 , 1706 - September 25 , 1762 ) was a medical scientist in the Edo period . +-1 Chofuku is the clothes that government officials wore from the Aska period to the Heian period when they came to work at the Imperial Court . +1 AZUMI no Hirafu ( year of birth unknown - 663 ) was a diplomat and busho ( Japanese military commander ) in the mid seventh century . +1 Yahiko MISHIMA ( February 23 , 1886 - February 1 , 1954 ) was an athlete of track and field in the Meiji period . +-1 Konoe no daisho ( Major Captain of the Palace Guards ) is one of the government posts in the ritsuryo system . +1 Shigeharu KUWAYAMA was a Japanese military commander who lived during the Azuchi-Momoyama period . +1 SOGA no Murajiko ( 611 ? – 664 ) was a male member of a local ruling family in the Asuka Period . +-1 Mt . Otowa exists in the boundary between Otsu City of Shiga prefecture and Yamashina Ward of Kyoto Prefecture , and is the highest mountain in Yamashina Ward . +-1 " Maruobi " is a kind of women 's obi ( sash ) used in Japan . +-1 Zoni is a soup dish which contains mochi ( rice cakes ) and other ingredients , and it is usually eaten in the New Year . +-1 Chucho Jijitsu ( The record of the central nation ) is a history book about the thought of reverence for the emperor , written by Soko YAMAGA . +-1 Kaizu-osaki is a shore reef area jutting out into Lake Biwa located in Makino-cho , Takashima City , Shiga Prefecture and it is one of Biwako Hakkei ( Eight Views of Lake Biwa ) . +1 Kenkai OKA ( 1799 - December 8 , 1839 ) was Ranpoi ( a person who studied Western medicine by means of the Dutch language ) who lived during the Edo period . +-1 Stone tools resembling a knife were characteristics to the end period of the Paleolithic period , and they were made by blunting and exfoliating flakes like stone knives ( blades ) ( i.e. Exfoliation was adjusted so that the sharp edge of flake would be partly remained like a knife blade and the rest of the edge would be blunted ) , and by forming the flakes into a shape similar to modern knives . +-1 " Gi-yofu architecture " is an architectural style that Japanese carpenters created by imitating Western-style architecture . +1 Matabe IWASA ( 1578-July 20 , 1650 ) was a painter in the early Edo period . +1 SAKANOUE no Kaneshige ( 1114 ? - June 23 , 1162 ) was a government official who lived towards the end of the Heian period . +1 Imperial Princess Akiko ( April 29 , 1137 - August 6 , 1211 ) was an Imperial Family member during the end of the Heian period to early Kamakura period . +-1 Honne to tatemae is a Japanese expression to explain a social phenomenon . +1 Imperial Princess Sonshi ( 966 - May 24 , 985 ) was the second Princess of the sixty-third Emperor Reizei . +-1 This section on " Town names in Fushimi Ward , Kyoto City " lists official town names in Fushimi Ward and summarizes the period and process of their establishment . +-1 Kyo-gashi means sweets that are made in Kyoto prefecture . +1 FUJIWARA no Michitaka ( 953 - May 17 , 995 ) was a court noble in the mid-Heian period . +1 Born in 812 and gone on October 11 , 880 , SUGAWARA no Koreyoshi was a literary man and a court noble in the early Heian period . +1 Shobei TAMAYA is a Karakuri-ningyoshi ( wind-up doll manipulator ) . +1 " Haru no Hi " ( Spring Days ) is a haikai collection . +-1 Shoshii ( Senior Fourth Rank ) is one of the ranks in the ranking order ( ikai ) and the ranking order of Shinto gods ( shinkai ) in Japan . +1 Daughter of FUJIWARA no Toshinari ( Shunzei ) +1 ARIWARA no Motokata ( year of birth and death unknown ) was a waka poet in the Heian period . +1 Prince Asa ( also known as Asa Taishi or Ajatesa , 557-631 ) was a son of King Widok ( Baekje ) in Baekje . +-1 Shinano no kuninomiyatsuko ( also known as Shinanokokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled Shinano Province . +1 Prince Uji no Wakiiratsuko [ ( 菟道稚郎子 ) Uji no Wakiiratsuko ; his date birth is unknown and his date of death was in ' 312 . ' ] appeared in the Kiki [ " Kojiki " ( A Record of Ancient Matter ) and the " Nihonshoki " ( Chronicles of Japan ) ] as an Imperial family ( royal family ) during the Kofun period ( tumulus period ) in Japan . +-1 Juge-jinja Shrine counts among the seven " upper shrines " of Hiyoshi-taisha Shrine , which consists of the following shrines that have become the branch temple of Juge-gu Shrine . +-1 Kuchiko are the ovaries of sea cucumbers . +-1 Zaike was a house , and the cultivated land and residents belonging to the house . +-1 The Bukko-ji ( 佛光寺 ) School of Shin Sect is a school of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +1 Sozei ( date of birth unknown ; date of death : February 11 , 1455 ) was a Japanese poet during the Mid-Muromachi period . +1 Tohaku HASEGAWA ( 1539 to March 19 , 1610 ) was a painter in the Azuchi-Momoyama Period through to the early Edo Period . +1 Kinmune SAIONJI ( born 1310 , died August 28 , 1335 ) was a court noble from the end of the Kamakura Period to the Kenmu Restoration . +-1 Emmachi Station , located in Nishinokyo Emmachi , Nakagyo Ward , Kyoto City , is a stop on the Sanin Main Line ( Sagano Line ) , which is operated by the West Japan Railway Company ( JR West ) . +-1 Ranbodori was an warrior 's act of looting things and robbing people after war from the Sengoku Period ( Period of Warring States ) through the Azuchi-Momoyama period . +1 Chikako UEDA ( dates of birth and death unknown ) was geigi ( a woman who gives fun with a song , a dance or a music instrument at a feast ) and a poet at the end of the Edo period . +1 Mitsuhira HEKI was a sword craftsman in Musashi Province who lived during the Edo period . +-1 A shintai or goshintai ( ' go ' is an honorific prefix ) means the body of a kami ( deity ) in the Shinto religion . +1 Nobutaka MATSUDAIRA was the fourth lord of the Kameyama Domain , Tanba Province . +1 Yorimori TADA or MINAMOTO no Yorimori ( year of birth and death unknown ) was a busho ( Japanese military commander ) during the late Heian period . +-1 The Japan-Austria Treaty of Amity and Commerce was an agreement concluded between Japan and Austria / Hungarian empire on October 18 , 1869 . +1 Shozo MASUDA ( 1930 - ) is a Japanese researcher of traditional Japanese Noh drama . +-1 Enkin-kyosha is a method for deciding the ranking of an individual competition in Japanese archery , based on how close an arrow is shot to the center of the target . +1 " Nozarashi Kiko " ( Journal of Bleached Bones in a Field ) is a travel record by Basho MATSUO , haikai ( seventeen-syllable verse ) poet in the mid-Edo Period . +-1 Sanyodo ( Senyodo or Kagetomo-no-michi ) can mean : +1 OTOMO no Fukei ( ? – September 1 , 683 ) was active in the Asuka period . +1 Emperor Gotsuchimikado ( July 3 , 1442 - October 21 , 1500 ) , the 103rd Emperor , reigned in the Muromachi period from August 21 , 1464 to October 21 , 1500 . +-1 Nishitonotsuka-kofun Tumulus ( also known as Nishitonozuka-kofun Tumulus ) is a large keyhole-shaped tomb mound in early Kofun period ( Tumulus period ) in Nakayama Town , Tenri City , Nara Prefecture . +1 FUJIWARA no Masanaga ( 1145 - August 28 , 1196 ) was a Kugyo ( top court official ) during the late Heian period . +1 Shigekazu KAWAGOE ( years of birth and death unknown ) was a Japanese military commander of Kawagoe Yakata , Iruma District , Musashi Province in the Kamakura period . +-1 Sonobe-cho is a municipality which existed in the central part of Kyoto Prefecture until December 31 , 2005 , and is a castle town of Sonobe-jo Castle . +-1 Kagami-mochi is a circular , flat rice cake offered to Shinto and Buddhist deities on occasions such as the New Year . +-1 The Seven Generals ( or " Nanasho " ) are the feudal lords who were reared by Hideyoshi TOYOTOMI from an early age and famous as the brave generals . +-1 Miyazu han was one of the han ( feudal lord 's domain ) located in Yosa County , Tango Province , during the Edo period . +-1 " Edo " ( also described as Yedo , Yeddo , Yendo , Jedo ) is the former name for Tokyo . +-1 Seen in a parade during the Gion Matsuri Festival in Kyoto , Takayama is one of a " yamaboko , " which is a festival float mounted with a decorative long-handled sword . +-1 " Obon ( the Bon festival ) " means a series of events to worship the souls of ancestors held in Japan on and around July 15th of the old Japanese luni-solar calendar . +-1 The Battle of Uji-gawa River was a battle that took place in January 1184 , at the end of Heian period , between MINAMOTO no Yoshinaka , and MINAMOTO no Noriyori and MINAMOTO no Yoshitsune who were dispatched by MINAMOTO no Yoritomo in Kamakura . +-1 The Kyoto Shugoshoku ( literally , " office of the protector of Kyoto " ) was an important post in the Edo bakufu that was newly created at the end of the Edo period ; it was one of the three key posts in the bakufu , the others being the Seiji-Sosaishoku ( literally , " political governor " ) and the Shogun-Kokenshoku ( literally , " guardian of the Shogun " ) . +-1 The " Hokke Sanbu-kyo ( Threefold Lotus Sutra ) " is a set of sutras of Mahayana Buddhism . +-1 " Akuto " generally refers to a person who disturbs the order of society , or a group of people who commit wrongdoing , but in Japanese history , it refers to a person or class rebelling against the existing system in the middle ages . +1 Tadayoshi ASHIKAGA was a busho ( Japanese military commander ) who lived during the period of the Northern and Southern Courts ( Japan ) . +1 Iya Yotsugi is a history book covering the reigns of two Emperors , Emperor Takakura and Emperor Antoku , and is said to have been written by FUJIWARA no Takanobu in the early Kamakura period , although it is no longer extant . +1 Haibutsu-kishaku ( 廃仏毀釈 in Chinese characters ) means a movement to destroy Buddhist temples , Buddhist statues and Buddhist scriptures as well as to abolish the privileges entitled to Buddhist priests / nuns . +-1 " Kosode Soga Azami no Ironui " is a program of Kabuki ( traditional performing act ) . +-1 Shakkanho is one of unit systems for measuring length , area , and so on . +-1 Giso means reporting conclusions about state affairs to the throne after deliberation by Dijokan ( Grand Council of State ) under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 Reikoden-tenmangu Shrine is a shrine in Kamigyo Ward , Kyoto City . +-1 Otsuzumikata refers to a special duty that is to take charge of an otsuzumi ( big drum ) in Nogaku-hayashi ( Japanese orchestra for Noh performance ) or kabuki musical accompaniment . +-1 Meryo ( or Uma no tsukasa ) refers to one of the government officials in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Tokujiro NISHI ( September 4 , 1847-March 13 , 1912 ) was a Japanese diplomat . +-1 " Gutoku-sho " is a treatise written by Shinran on his own religious faith through his master 's teaching of the Jodo ( Pure Land ) sect . +1 Naomasa II was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) in the Azuchi-Momoyama and early Edo periods . +-1 Obai-in Temple is a sub-temple located within the precinct of Rinzai sect Daihonzan ( Head Temple ) Daitoku-ji Temple in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +-1 Located in the Fushimi ward of Kyoto City and in Uji City of Kyoto Prefecture , Rokujizo Station is a stop on Keihan Electric Railway , West Japan Railway Company ( JR West ) and Kyoto Municipal Subway lines . +-1 Kurokuwa ( 黒鍬 ) ( a construction worker ) refers to people engaged in civil engineering in the Sengoku period ( period of warring states ) and Edo period . +1 MINAMOTO no Yoshikane ( year of birth and death unknown ) was a late-Heian period military commander of the Kawachi-Genji ( Minamoto clan ) . +-1 Yoriudo ( Yoryudo ) was a term used during the middle ages after the Heian period for certain people , but had multiple meanings . +-1 Shinko Engeki Jusshu refers to the specialty plays of Kikugoro ONOE of Otowaya selected by Kikugoro ONOE the fifth and Kikugoro ONOE the sixth . +1 Genjo NORO ( January 15 , 1694 - August 6 , 1761 ) was a scholar of herbalism of the mid Edo period . +1 TAIRA no Takamochi ( Prince Takamochi ) ( October 21 , 839 - June 28 , 911 ) was the Seishi Imperial family ( Imperial family given surname by the Emperor ) during the Middle Heian Period . +-1 Unshu Mikan ( Scientific name : Citrus unshiu ) is a kind of mandarin orange and evergreen bush belonging to the Rutaceae family . +1 Toshinobu ODA was busho ( a Japanese military commander ) in the Sengoku period ( period of warring states ) . +1 Mochinobu ISSHIKI ( year of birth unknown - June 7 , 1434 ) was a busho ( Japanese military commander ) in the Muromachi period . +-1 Japanese swords ( 日本刀 ) are a generic term for swords forged in the originally developed way in Japan . +-1 Takei Ryuzo Productions ( established and dissolved in February 1929 ) was a film company located in Kyoto . +-1 Saiju-ji Temple is a Buddhist temple belonging to the Jodo Sect ( the Pure Land Sect of Buddhism ) located in Narutaki Izumitaki-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture . +1 Michiyo KOGA ( 1583 - 1615 ) a Kugyo ( court noble ) during the Azuchi-Momoyama period . +1 Usaburo SHIMIZU ( 1829 - January 20 , 1910 ) was a well-known businessman who was born in Habu Village , Saitama County , Musashi Province ( currently it is Habu City ) . +1 Jakusui INO ( August 28 , 1655 – August 4 , 1715 ) was a medical , herbal and Confucian scholar in the middle of the Edo Period . +-1 Kizugawa Station was a temporary station that once existed on the Nara Electric Railway Line ( later the Kintetsu Kyoto Line ) in Kyotanabe City ( Tanabe City at that time ) , Kyoto Prefecture . +-1 Hachiya-no-sho Manor was a shoen ( manor in medieval Japan ) that existed in Mino Province during the Heian and Muromachi periods . +1 " Rashomon " is a novel written by Ryunosuke AKUTAGAWA early in his career . +-1 Inokuma-dori Street is a street running south-north in Kyoto City , Kyoto Prefecture . +-1 Sankan-Seibatsu ( the conquest of three countries in old Korea ) was written in the war affairs of the " Nihonshoki " ( Chronicles of Japan ) , on the military expeditions against Silla ( pronounced " Shiragi " in Japanese : Kingdom of ancient Korea ) by the Empress Jingu who was a descendant of Prince Amenohiboko of Silla . +-1 The Shinkyogoku-dori Street is a street running north-south in Kyoto City . +-1 Seiryo-ji Temple is a Buddhist temple of the Pure Land sect located in Sagano , Ukyo Ward , Kyoto City , Kyoto Prefecture . +-1 Eizan Electric Railway Co . , Ltd. is a railway business operator managing lines between Demachiyanagi Station in Kyoto City 's Sakyo Ward and Yase / Kurama . +-1 The five types ( Meguro , Mejiro , Meaka , Meao and Meki ) of Fudo-son ( Acalanatha ) located at six different sites including Ryusen-ji Temple ( Meguro ) , Konjo-in Temple ( in Toshima Ward ) ( Mejiro ) , Saisho-ji Temple ( Meki ) , Nankoku-ji Temple ( Meaka ) and Saisho-ji Temple ( in Setagaya Ward ) ( Meao ) as well as another Meki ( yellow eye ) in Tokyo are collectively referred to as Goshiki Fudo . +1 Imperial Prince Okusaka ( Okusaka no miko , year of birth unknown - March 16 , 454 ) was a member of the Imperial family who lived during the Kofun period ( tumulus period ) . +1 Maboroshi is one of the fifty-four chapters of " The Tale of Genji . " +-1 Kobe Incident was an incident that occurred on February 4 , 1868 , in which in front of Sannomiya-jinja Shrine of Kobe ( present-day Kobe City ) , a troop of the domain of Bizen ( present-day Okayama Prefecture ) injured French sailors who had crossed the array of the troop , and shot horizontally to the Minister-Counselors from Western countries who were inspecting the place which was supposed to be the settlement site ( present-day Former Foreign Settlement ) . +-1 Daigo family are a kuge ( court nobles ) with kakaku ( family status ) of seigake ( the second highest family status for court nobles ) . +-1 So-Yo-Cho ( a tax system , corvee ) was a tax system under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) adopted in China and Japan . +-1 Yuzamashi is one of the tea utensils used in Senchado . +1 Imperial Princess Yoshiko ( 僐子 ) ( 1159 - April 14 , 1171 ) was a member of the Imperial Family in the latter period of the Heian period . +1 Tomomasa OYAMA was a busho ( Japanese military commander ) from the end of the Heian period to the early Kamakura period . +-1 Matsuo-ryu school is a school of the tea ceremony , originated by Soji MATSUO . +1 Tanetatsu AKIZUKI ( November 28 , 1833-October 17 , 1904 ) was a Japanese politician at the end of the Edo period and in the Meiji period . +-1 Located in Uji City in Kyoto Prefecture , Amagase Dam is on the Uji-gawa River , the common name of the middle reaches of the main stream of the Yodo-gawa River , which is known as a first-class river . +-1 Registered tangible folk cultural properties are registered on the cultural property registry ledger by the Minister of Education , Culture , Sports , Science and Technology . +-1 The Kyoto Prefectural Botanical Garden is located in Sakyo Ward , Kyoto City . +1 The Kenrei-mon Gate is one of the outside gates in the Imperial Palace . +-1 Hachimanyama is one of " yamahoko " floats , or decorative floats , which are paraded through streets during the Gion Festival held in Kyoto City on the seventeenth of July . +1 Shinsui BANDO was a name used by Kabuki actors . +-1 Yamajiro refers to castles built on steep mountains . +-1 Kujo-dori Street is one of the major east-west streets in Kyoto City . +1 Keisei ( 1189 - November 18 , 1268 ) was a Buddhist priest in the Kamakura period . +-1 Imayo is one style of Japanese songs . +1 Kanetaka KUJO ( January 4 , 1554 - February 23 , 1636 ) was a kanpaku in the era from the Azuchi-Momoyama period to the early Edo period . +-1 Yodai-me ( IV ) Tojuro SAKATA ( male , December 31 , 1931 - ) is a Japanese actor and kabuki actor . +1 IKI no Komaro ( dates of birth and death unknown ) was a noble of Nara Period . +-1 Shionoha Onsen Hot Spring ( Shionohaonsen ) is a hot spring in Kawakami Village , Yoshino County , Nara Prefecture ( former Yamato Province ) . +-1 Susano ( also known as Susano no Mikoto ) was a deity ( Shinto religion ) that appeared in Japanese mythology . +1 Shirogoro SAWAMURA V ( September 15 , 1877 - August 27 , 1932 ) was a Japanese Kabuki actor and movie actor . +-1 Nara Kenritsu Bijutsukan ( Nara Prefectural Museum of Art ) is the museum in Nara city , Nara prefecture . +-1 Shichusen refers to privately produced counterfeit money , as differentiated from the official money coined by the government . +1 Kenji NOGUCHI ( 1843 – February 4 , 1864 ) . +-1 Arahabaki belief is a folk belief found in the Tohoku region . +1 Jozan MIIZUMI ( 1805-November 4 , 1877 ) was a priest born in Bizen Province ( present-day Okayama Prefecture ) . +1 Kawachibon is a group of The Tale of Genji manuscripts allegedly created by Daikenmotsu ( duty ) MINAMOTO no Mitsuyuki and his son , MINAMOTO no Chikayuki , and their copies . +1 MINAMOTO no Yoshichika was a busho ( Japanese military commander ) in the late Heian period . +-1 Gozoku refers to a family who existed within a broader-based political power of a nation , lords and so on , had many lands , properties and private soldiers in a region , and had a certain level of regional sovereignty . +1 FUJIWARA no Akisuke ( 1090 - June 8 , 1155 ) was a court noble and poet in the late Heian period . +-1 Kitsu-onsen Hot Spring is a spa situated at Kitsu , Amino-cho , Kyotango City , Kyoto Prefecture ; the area was once called " Tango Province . " +1 MIYOSHI no Tameyasu ( 1049-August 29 , 1139 ) was an aristocrat and Sando-ka ( a professional of mathematics ) who lived in the latter part of the Heian period . +1 Chikayuki TOMIDA was a samurai who belonged to the Kodama party of Musashi Province ( present-day Tomida , Honjo City , Saitama Prefecture ) during the Kamakura period . +1 FUJIWARA no Muneyoshi ( 1083 ~ February 1170 ) was a court noble of the latter half of Heian period . +1 Hundred stories concerning last days of the Tokugawa shogunate are a collection of retrospective stories on the end of the Edo period and Meiji Restoration which appeared serially in Hochi Shinbun ( newspaper ) in 1902 . +1 Iesue ANDO ( date of birth and death unknown ) was a busho ( Japanese military commander ) during the end Kamakura period to the period of the Southern and Northern Courts ( Japan ) . +-1 Nue is a legendary creature that is called a specter and has been talked about in Japan from ancient times . +1 Tokitaka KIKUCHI ( 1287 - 1304 ) was a Japanese military commander who lived toward the end of the Kamakura period . +-1 Nairaishi ( Palace Etiquette Office ) was one of the institutions belonging to Nakatsukasasho ( Ministry of Central Affairs ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +1 MINAMOTO no Yoshisuke ( unknown to 1180 ) was a warrior in the end of the Heian period . +-1 Genjo ( written as 絃上 , also called " Kenjo " ) is a Noh play program . +1 Yoshinobu KIMURA ( date of birth unknown - October 24 , 1600 ) was a busho ( Japanese military commander ) and a daimyo ( Japanese feudal lord ) in Azuchi-Momoyama period . +1 The fifth head of the Shimazu soke ( the head family ) , and the first son ( 1322 - 1340 ) of Sadahisa SHIMAZU . +-1 Konoshimanimasu Amaterumitama-jinja Shrine is a Shinto shrine located in Uzumasa , Ukyo Ward , Kyoto City . +-1 The Agata-matsuri Festival is held on June 5 and 6 every year in Uji City , Kyoto Prefecture . +-1 Noshiika ( 伸し烏賊 or 熨斗烏賊 ) is a food made from dried squid . +1 Karu no oiratsume was a princess , who was a daughter of the 19th imperial ruler , Emperor Ingyo . +-1 " Kuon jitsujo " is the thought in the teachings of Hoke-kyo Sutra ( the Lotus Sutra ) according to which Buddha was not enlightened at the age of thirty-five but was coming from the eternal past as Buddha ( the enlightened one ) by Rinne Tensho ( the belief that all things are in flux through the endless circle of birth , death , and rebirth , or the circle of transmigration ) . +-1 " Machiyakunin , " also pronounced as " choyakunin , " refers to an administrative organization in urban areas which existed during the Edo period . +1 FUJIWARA no Kanemasa ( 1148-September 5 , 1200 ) was a kugyo ( top court official ) from the end of the Heian period to the early days of the Kamakura period . +-1 Azuma-asobi is a fairly long suite that needs approximately 30 minutes to be completed , which is classified into the Kuniburi no Utamai ( native-style songs and dances based on the music of ancient Japan ) , a type of gagaku ( Japanese Imperial Court music ) . +1 Norimune URAGAMI ( 1492 - 1502 ) was a busho ( military commander ) in the Muromachi period . +-1 Untei is a facility regarded as the first public library in Japan . +-1 Neriko ( a pastille ) is a solid matter in which powdered fragrant wood , spices , or herbes are mixed together with honey or gum arabic . +-1 Japanese Americans are U.S. citizens who have roots in Japan . +1 Yasuaya WAKISAKA was the tenth ( last ) lord of the Tatsuno Domain in Harima Province . +1 Michishige NAKANOIN ( May 14 , 1631 - April 19 , 1710 ) was a Kugyo ( court noble ) during the early and middle of the Edo period . +1 Hidetane CHIBA was a gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) who lived during the early Kamakura period . +1 Prince Tame ( Tame no miko , 572 - year of death unknown ) was the first son of Emperor Yomei . +-1 A money changer is a store or merchant who mainly deals with changing money and finance . +-1 Eirei is a ' term used to honor the spirits of dead persons who performed an outstanding act . ' +1 TACHIBANA no Tamenaka ( about 1014 - November 17 , 1085 ) was a court noble and a waka poet in the late Heian period . +1 FUJIWARA no Tadatsuna +1 Gonso was a Sanron sect priest ( born in 754 and passed away in June 25 , 827 ) in the latter Nara period and the former Heian period . +1 Komame MIYAKE ( 1910 - ) is a Gion Kobu geisha ( Japanese professional female entertainer at drinking parties ) and an accredited master of the Inoue school of Kamigatamai ( dance ) . +-1 Kuikaeshi is an act in which , after a property 's ownership was shifted to someone else by compromise or donation , its previous owner or his descendants recover the ownership by disaffirming the previous decision . +-1 Nara Tokae is the annual event that has been held in Nara ( mostly in and around Nara Park ) in the early August ( for ten days ) since 1999 using the candles called toka ( lantern ) . +1 Senryu ( satirical haiku ) is one kind of Japanese poem in lines of five , seven , and five syllables . +-1 Hitsumabushi is a regional cuisine made with eel that is eaten mainly in the Nagoya area . +1 Tokiuji YAMANA ( 1303 - April 22 , 1371 ) was a busho ( Japanese military commander ) who lived from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +-1 Spirit of establishment +1 Kanami or Kannami ( 1333 - June 16 , 1384 ( May 19 , 1384 by the old calendar ) ) was a sarugakushi ( a performer of sarugaku , a form of theatre popular in Japan during the 11th to 14th centuries ) from the Period of the Northern and Southern Dynasty to the Muromachi Period . +-1 The Kids ' Science Museum of Photons which is located in Kansai Science City is the first science museum for photons in Japan . +1 Kiyoshi TSUKIGATA ( 1846 - 1894 ) was a government official of the Meiji Period . +1 Doson ( 1175 - 1228 ) was a member of the Imperial Family and a priest during the end of the Heian period . +-1 Imanishi-ke Jutaku is located in Imai-cho , Kashihara City , which has been selected as one of the Preservation Districts for Groups of Historic Buildings , in the central part of Nara Prefecture . +1 Emperor Nan ( year of birth unknown-January 24 , 1459 ) was an emperor of the Gonan-cho Dynasty . +-1 Sanshin-shichiso is a general term for port cities of Sanshin and Shichiso defined as Japan 's ten most important ports and harbors in " Kaisen Shikimoku , " --the Oldest Sea Law of Japan established in the late Muromachi period . +1 " Jinen Koji " ( Jinen the Lay Monk ) is a Noh piece by Kanami . +1 Hisasuke TAKATSUKASA ( 1726 to April 19 , 1733 ) was a kuge ( court noble ) in Edo period . +-1 Naniwa Daido is a road that was constructed in the ancient times from Osaka City , Osaka Prefecture to Sakai City , Osaka Prefecture . +1 Kaikei ( birth / death dates unknown ) was a Busshi , Sculptor of Buddhist Statues , of the Kamakura period ( 1185-1333 ) . +1 KOREMUNE no Tadasuke ( ? - 1009 ? ) was a nobleman in the mid Heian period . +1 Tamemasu REIZEI ( 1516 - October 2 , 1570 ) was a kugyo ( high court noble ) and a poet who lived in the Sengoku period ( period of warring states ) . +-1 Kuji ( Oyakegoto ) is one of terms in Japanese history and used in the following meanings . +-1 Nikujaga is a Japanese dish . +1 Monk-Imperial Prince Sonjo ( 1217 - January 2 , 1291 ) was a Monk-Imperial Prince during the middle of the Kamakura period . +-1 Kyogoku Soran was one of Kyogoku clan 's family battles over the succession to ( the headship of ) the house in the Omi Province which took place during the time from the Muromachi Period to the Sengoku period ( period of warring states ) in Japan . +-1 Horin-ji Temple , located in Kamigyo Ward , Kyoto City , is a temple of the Myoshin-ji Temple school of the Rinzai sect . +-1 The pedestal is the table on which to place a Buddha statue or an image sculpture . +1 Kinga INOUE ( 1732-August 1 , 1784 ) was a Japanese Confucianist who lived in the mid-Edo period . +1 Nobutsuna KUTSUKI was the seventh lord of the Fukuchiyama Domain in Tanba Province . +1 Koin ( 1145 - July 13 , 1216 ) was a waka poet and a priest of the Tendai sect who lived from the end of Heian period until the early part of the Kamakura period . +-1 Junen-ji Temple , a temple of the Seizan Jodo sect , is located in Kamigyo Ward , Kyoto City . +1 FUJIWARA no Tsunezane ( 1068 - November 21 , 1131 ) was a kugyo ( the top court officials ) of the late Heian period . +-1 Niwaka ( written in Chinese characters as 俄 ) is an impromptu comic play that was performed at banquets or on the streets in the Edo / Meiji periods . +-1 Shinpan is one of the classifications of clans during the Edo period , that distinguished the clans forefathers as male descendants through a line of males from Ieyasu TOKUGAWA . +1 MINAMOTO no Mitsushige ( year of birth and death unknown ) was a Samurai in the end of the Heian period . +-1 The Kyoto International Manga Museum is a manga museum established on the site of the former Tatsuike Elementary School in Nakagyo Ward , Kyoto City . +1 Yoshitsune YAMAMOTO was a busho ( Japanese military commander ) who lived in the end of the Heian period . +1 Yasumitsu URAMATSU ( July 31 , 1800 - March 17 , 1872 ) was a court noble in the end of the Edo period . +-1 The term " shittaku " refers to a rubbed copy made by placing wet paper on an object and then putting black ink on it . +1 WATANABE no Tsuna ( 953 - March 23 , 1025 ) was a military commander during the mid-Heian Period . +1 TAIRA no Tadamori was a samurai at the end of Heian period . +1 Ransai EMA ( 1747 to August 27 , 1838 ) was a scholar and a doctor who studied Western sciences and medicine by means of the Dutch language in Japan . +1 Masanobu TSUDA ( date of birth and death unknown ) was a busho ( Japanese military commander ) in Muromachi period . +-1 Sankakubuchi Shinjukyo Mirror / Sankakuen Shinjukyo Mirror is a kind of bronze mirror and large mirror engraving divine beasts with a triangular-rim in its cross-section . +1 Hokkai KATAYAMA ( February 14 , 1723 - October 19 , 1790 ) was a Confucian and a composer of Chinese poems in Japan who lived during the middle of the Edo period . +1 FUJIWARA no Iemasa ( 1080 - May 10 , 1115 ) was a kugyo ( court noble ) during the end of the Heian period . +-1 Ranpoigaku ( school of Dutch medicine ) refers to medical science introduced to Japan during the Edo period mainly through medical officers ( doctors ) in Dutch Trading Post in Dejima , Nagasaki . +1 Mototeru TAKATSUKASA ( April 19 , 1727 – July 6 , 1743 ) was a court noble of the middle of the Edo period . +-1 Jinja-cho is a local administrative organ of Jinja-honcho ( the Association of Shinto Shrines ) . +-1 Medals for merit were conferred on persons according to the persons ' distinguished services . +1 Tsunanao OSAFUNE ( ? -1599 ) was a figure who lived in the Azuchi-Momoyama Period +1 Shigetsugu YAMADA ( the date of birth unknown - July 6 , 1221 ) was a samurai during the beginning of the Kamakura period . +1 Sotetsu NAKAMURA was a nurishi ( a maker of lacquer ware and handiworks ) of the Senke Jisshoku ( the ten designated artisan families who supply their goods to the three Sen Tea Families ) . +-1 The Sakuradamongai Incident refers to the event of March 24 , 1860 , when the roshi ( masterless samurai ) of the Mito Domain attacked the procession including the Tairo ( Chief Minister ) , Naosuke II , and assassinated him outside the Sakuradamon Gate of Edo-jo Castle ( Chiyoda Ward , Tokyo ) . +1 Kinnori IMAGAWA ( February 25 , 1638 - December 8 , 1697 ) was Kugyo ( court noble ) in the early Edo period . +1 FUJIWARA no Munemichi ( 1071 ~ August 17 , 1120 ) was a government official of the late Heian period . +1 Fujimasa TOCHI ( year of birth and death unknown ) was a ' busho ' ( a Japanese military commander ) over the Azuchi-Momoyama to the early period of the Edo Era . +-1 Kin-za was a place or an organization in charge of casting or appraising and approving of gold coins in the Edo bakufu ( Japanese feudal government headed by a shogun ) . +-1 Ikko ikki ( literally , " Ikko-sect riot " ) is a general term for riots during Japan 's Sengoku period ( period of warring states ) ( Japan ) caused by followers of the Hongan-ji Temple branch within the Jodo Shinshu sect ( the True Pure Land Sect of Buddhism ) , which was also called the " Ikko " or " only one direction ( to heaven ) " sect . +-1 The term " Buke no toryo " means the leader of groups of samurai . +1 Provincial temples ( kokubunji ) and provincial nunneries ( kokubunniji ) are temples and nunneries that were established in each province of Japan in the year 741 by Emperor Shomu in order to pacify national unrest . +1 MINAMOTO no Hiromasa ( 918 – November 13 , 980 ) : Heian period noble and court musician . +-1 In the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) , the term kaieki referred to removing someone from their current post and appointing someone new to that position . +-1 The Inaba Riot was a large scale uprising of peasants which broke out in the Nishiowari region ( 133 villages of Inazawa , Bisai , Ichinomiya and Tsushima [ today 's Aichi Prefecture in Japan ] ) in January 1870 . +1 Tsutsuizutsu ( also read as tsutsuitsutsu in some cases . It is written as ' tsutsuizutsu ' ( つつゐづつ ) in the old kana notation ) is a story in " Ise Monogatari " ( The Tales of Ise ) and " Yamato Monogatari " ( The Tales of Yamato ) . +-1 Okoge refers to a portion of cooked food that is scorched or food that gets burned . +1 Taketoki KIKUCHI was a busho ( Japanese military commander ) at the end of Kamakura period . +-1 The " Red Brick Warehouses " are 12 red brick warehouses located at the former headquarters of the Maizuru Navy Ordnance Corps ( 舞鶴海軍軍需部本部地区 ) ( now Maizuru Port Waterfront ) in Maizuru city , Kyoto Prefecture . +1 MUTSUGE no Hiro ( date of birth and death unknown ) was a man who lived during the Asuka Period . +1 Yasushige HONDA ( 1554 - May 4 , 1611 ) is a busho ( Japanese military commander ) in the Sengoku period ( Japan ) . +1 Ujikuni HOJO ( alternatively Ujikuni FUJITA ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +-1 Koizumi Domain was a domain which existed in Yamato Province ( current Koizumi-cho , Yamatokoriyama City , Nara Prefecture ) . +-1 Ninki is a general term for tools that were supposedly used by the Ninja ( a secret agent in feudal Japan highly skilled in stealth and secrecy ) . +-1 The Kyoto Art Center , located in the centeral area of Kyoto City , is a site for promoting art-realated activities . +1 FUJIWARA no Suenari ( 1102 - March 21 , 1165 ) was a Kugyo ( top court official ) at the end of the Heian period . +1 Ko KUSUNOKI ( November 18 , 1921 - ) is a Japanese geophysicist and geographer . +1 Hachiro FUJISAKI ( 1843 - July 8 , 1864 ) was a warrior of Tosa clan . +-1 Kaneda-jo Castle ( also known as Kanetanoki Castle ) is an ancient mountain castle ( Korean-style mountain castle ) built in Tsushima Province during the Asuka Period . +-1 Ichinen sanzen is a kanpo ( meditative training to reach enlightenment ) and fundamental principle of the Tendai sect . +-1 Hanabishi is a type of hanabishi-mon ( a crest that represents the head of the Takeda family and the military governor of Kai Province ) which is used as a family crest in Japan . +1 Ichiyo HIGUCHI ( May 2 , 1872 - November 23 , 1896 ) was a Japanese novelist . +-1 The revolt of TAIRA no Tadatsune occurred in the Boso peninsula ( Kazusa , Shimousa , Awa Provinces ) in the Heian period . +-1 It is written as 応天門 or 應天門 . +-1 Kueiden , in a broad sense , is a term used in Japanese history and means lands directly managed by the government while Shieiden ( Private land ) was managed by private citizens . +-1 Naiki was Honkan , the collective name of government posts , which belonged to Nakatsukasasho under the ritsuryo legal code system . +-1 Cirrina ( enCirrina ) +-1 Tenryo is commonly known as a name for territories that were under the direct control of the Edo Shogunate . +-1 The Seven Great Spearmen in Japan are the seven people who were praised for their yaribataraki ( spear works ) by Hideyoshi TOYOTOMI . +-1 Erizeni ( also called erisen or sensen ) indicates the act of not accepting low-quality coins ( called bitasen coins or akusen coins ) in payments , carried out in the latter half of the medieval period in Japan . +-1 That was the first cabinet of Kei-En era ( Katsura-Saionji era ) that lasted for more than ten years . +-1 Osumi Station , located in Osumi Maruyama , Kyotanabe City , Kyoto Prefecture , is a stop on the Katamachi Line , which is operated by the West Japan Railway Company ( JR West ) . +-1 The 48 Vows refers to the 48 vows made by Hozo Bosatsu ( Dharmakara ) prior to the start of ascetic training to attain Buddhahood . +1 Morito NISHINA ( date of birth unknown - 1221 ) was a samurai military commander in the early Kamakura period . +-1 Honnoji Incident is about an event on June 21 , 1582 whereby Mitsuhide AKECHI , a key vassal of Nobunaga ODA , rose in revolt and attacked his master , Nobunaga , who had been staying in Honno-ji Temple in Kyoto and Nobunaga committed suicide . +1 Kenshun ( 1299-August 2 , 1357 ) was a monk of Shingon sect in the period of the Northern and Southern Courts ( Japan ) . +-1 Shoju is an antonym for Shakubuku ( to correct another 's false views and awaken that person to the truth of Buddhism ) . +-1 Shamichoro is a Japanese specter that is introduced in " Hyakki Tsurezure Bukuro " ( One hundred bags in idleness ) , a collection of specters illustrations by Sekien TORIYAMA . +-1 Matsugasaki Station , located in Matsugasaki-Rokunotsubo-cho , Sakyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Karasuma Line , which is operated by Kyoto Municipal Subway . +-1 Kannon-ji Temple , located in Sennyuji Yamanouchi , Higashiyama Ward , Kyoto City , is a temple of the Shingon sect 's Sennyu-ji school . +-1 Japanese military history is characterized by the long feudal battles inside the nation and the overseas expedition during the age of imperialism . +1 HAJI no Chishima ( year of birth and death unknown ) was a person from the Asuka Period in Japan . +-1 The decree of one castle per province was established by the Edo bakufu ( Japanese feudal government headed by a shogun ) on August 7 , 1615 . +-1 The Takano-gawa River , which runs through Sakyo Ward , Kyoto City , Kyoto Prefecture , is included in the first-class Yodo-gawa River system . +-1 Kameoka City Community Bus is a community bus that operates in Kameoka City , Kyoto Prefecture . +1 Nobu IKUTA ( 1885 - 1950 ) was a chainman in the end of Meiji period . +1 Sadatoyo SHIBAYAMA ( May 23 , 1638 - June 1 , 1707 ) was a court noble who lived in the Edo period . +1 Yoshimichi KUJO ( December 19 , 1167 ~ March 19 , 1188 ) was a court noble of the end of Heian period . +-1 The word genkan refers to the main entrance of a building . +1 Harima no Inabi no Oiratsume ( year of birth unknown - June 25 , 122 ) was the empress to the twelfth Emperor Keiko who was described in " Kojiki " ( The Records of Ancient Matters ) , " Nihonshoki " ( Chronicles of Japan ) , and " Harimanokuni Fudoki " ( records of the culture and geography of the Harima Province ) . +-1 Okazaki-koen Park is an urban park in Okazaki , Sakyo Ward , Kyoto City . +-1 Fusan is the distribution of ofuda ( paper charms ) on which the words ' 南無阿弥陀仏 、 決定往生六十万人 ' are written , practiced in the Ji sect , a Pure Land sect of Buddhism . +-1 Jodo Shinshu ( the True Pure Land Sect of Buddhism ) Higashi Hongan-ji school is a school of the Jodo Shinshu consisting of more than 300 branch temples and respected temples which separated from the Shinshu sect Otani school containing around 10,000 branch temples . +-1 Kitcho is a high-class Japanese-style restaurant serving Japanese cuisine based in Osaka City . +-1 The Nagaokakyo Happy Bus is a community bus operated by Nagaokakyo City in Kyoto Prefecture . +1 Emperor Suzaku ( September 7 , 923 - September 6 , 952 ) was the sixty-first Emperor ( his reign was from December 14 , 930 to May 16 , 946 ) . +-1 Zen Nihon Senchado Renmei ( National Japanese Sencha Association ) is an incorporated association founded for the promotion and development of Sencha-do ( the way of sencha ) . +-1 Hiyoshi-cho was a town in Funai-gun , Kyoto Prefecture , which existed until December 31 , 2005 . +-1 Ganjiro NAKAMURA , the second ( February 17 , 1902 - April 13 , 1983 ) was a kabuki actor who is representative of the Showa period . +-1 Kamo-jinja Shrine is the collective name for Kamo Wakeikazuchi-jinja Shrine ( Upper Kamo-jinja Shrine ) and Kamo Mioya-jinja Shrine ( Lower Kamo-jinja Shrine ) in Kyoto City , Kyoto Prefecture . +1 Akiyoshi YAMADA ( November 18,1844-November 11,1892 ) was a samurai ( a feudal retainer of the Choshu Domain ) , statesman and army military man . +-1 Myoden-ji Temple is a Buddhist temple of the Nichiren sect located in Nijo-dori sagaru , Higashi Oji-dori Street , Sakyo Ward , Kyoto City . +-1 The term " childhood name " ( yomyo or yomei in Japanese ) refers to a name for use by someone only in his childhood ( this custom was more or less limited to male children ) . +-1 Seiryu-buai refers to one of the criteria of determining the state of rice and represents in percentage how many seiryu , that is , rice grains each having an ordered excellent shape are present in a specific amount of unmilled rice . +-1 " Choteki " refers to those who inflict vengeance on the emperor ( imperial line ) in Japan . +-1 Rei-taisai is the common name of the most important reisai ( regular festival ) that is performed on a day associated with the shrine . +-1 Nanmyo-ji Temple is a Omuro school of the Shingon sect temple located in Sakahara-cho , Nara City , Nara Prefecture . +-1 Conger pike ( Muraenesox cinereus ) is a kind of fish classified in the Muraenesocidae family , order Anguilliformes . +-1 The term " Rikyu shichitetsu " means the seven leading disciples of Rikyu . +-1 Presently , kenpo and yawara mean martial arts with bare hands using striking and kicking techniques .. +1 Hironaka KONO ( August 24 , 1849 – December 29 , 1923 ) was a party politician in the Meiji and the Taisho periods . +1 MICHI no Obitona ( 663 - May 18 , 718 ) is a government official from the period of Emperor Monmu through until the early Nara period . +-1 Tsukigase Village was a village that once existed in Nara Prefecture . +-1 Yukan MATSUI was a civil officer in the Azuchi-Momoyama period ( the period of warring states in Japan ) . +-1 Jakuemon NAKAMURA the Fourth ( August 20 , 1920 - ) is an actor and Kabuki actor . +1 Doto ( dates of birth and death unknown ) was a priest during the Asuka period . +1 Betsuri is a collection of poems written by Bokusui WAKAYAMA . +1 Chitoku hoshi ( the Buddhist priest Chitoku ) was Onmyoji ( a Yin yang master ) around the reign of Emperor Ichijo in the Heian period . +-1 Oyumi-kubo was one of Kubo ( shogunate ) families of the Ashikaga clan ( of Motouji-ryu or the Motouji lineage ) in Kanto region . +-1 Ban Dainagon Ekotoba or Tomo no Dainagon Ekotoba is a narrative picture scroll depicting the Otenmon Incident at the end of the Heian period . +-1 " Hachiman matsuri yomiyano nigiwai " is a kabuki play . +1 TAIRA no Tomoakira ( 1169 - March 20 , 1184 ) was the oldest son of TAIRA no Tomomori . +1 TAIRA no Yorimori was a military commander in the late Heian period . +-1 Rokoku Hakase was a post appointed by Onmyoryo ( a government office that had jurisdiction over calendar preparation , astronomy , divination , etc . ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +1 Emperor Chuai ( year of birth unknown - March 8 , 200 ) was the fourteenth Emperor of Japan , as recorded in the " Kojiki " ( The Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) ( period of reign : February 11 , 192 - March 8 , 200 ) . +-1 A " Kamidana " ( a household Shinto altar ) is a shelf used to enshrine the Shinto gods ( Shinto ) at home , in office , and in other places . +-1 The Constitution of 1868 was the proclamation in which the Meiji government determined the governmental organization of the early Meiji period . +-1 Genroku-Oban refers to a large-sized gold coin issued in November 1695 following the issuing of the Keicho-Oban . +1 Takanaga KYOGOKU ( June 12 , 1695 - August 5 , 1769 ) was the fifth hereditary domain head of the Mineyama Domain in Tango Province . +1 Ama-dera ( also pronounced Ni-ji ) is the temple whose chief priest is bikuni ( female Buddhist disciple ) ( ama ( a nun ) ) . +-1 Abemonju-in Temple is a temple of the Kegon sect in Sakurai City , Nara Prefecture . +-1 Shinban is a post in a samurai family in the area of security and military affairs ( bankata ) +1 Shogen IEKI ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group ) which was the forerunner of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +-1 Chubunsen was an import duty in the Muromachi period . +1 Kencho SUEMATSU ( September 30 , 1855 - October 5 , 1920 ) was a politician during the Meiji and Taisho period . +-1 The Teranouchi is an east-west street , which starts from Horikawa-dori / Shimei-dori Street in Kamigyo Ward , Kyoto City to Teramachi and its surroundings near Horikawa-dori / Kamidachiuri-dori Street . ( Teranouchi-dori Street ) +1 MINAMOTO no Akikuni ( year of birth and death unknown ) was a busho ( Japanese military commander ) in the late Heian period . +1 Kintomo TOKUDAIJI ( August 26 , 1678-January 11 , 1720 ) was a high-rank Court noble in the middle of the Edo period . +-1 The term " hakushu " or " kashiwade " ( both of which mean clapping ) refers to a gesture people make when they offer prayers to gods ( deities , spirits ) at Shinto religious services or before Shinto shrines or household altars . +1 TAIRA no Tokiko ( 1126 - April 25 , 1185 ) was a woman during the late Heian period . +-1 Shinryo Kogyo was a policy implemented by the Emperor and the Kamakura bakufu ( Japanese feudal government headed by a Shogun nominally appointed by the Emperor ) mainly in the mid-Kamakura period to promote the performance of Shinto rituals on the basis of tenjin sokan shigo ( an idea of correspondence between Heaven and Man ) . +-1 The seated statue of the Rushana-butsu in the Todai-ji Temple is a Buddha statue generally known as the ' Great Buddha of Nara . ' +1 Sakai no kurohiko no miko ( earlier than 401 - 456 ) was the second prince of Emperor Ingyo . +-1 " Asashiro-jinja Shrine " is a shrine in Asashiro , Maizuru City , Kyoto Prefecture . +1 Genshin was a Buddhist priest of the Tendai sect who lived during the mid-Heian period . +1 Buson YOSA ( Born in 1716 , died on January 17 , 1784 ) was a Japanese haiku poet and painter in the middle of the Edo Period . +1 Rokuro UMEWAKA , the 54th ( April 28 , 1878 - August 16 , 1959 ) was a Nohgakushi ( Noh actor ) playing shite ( principal roles ) of Kanze-ryu school . +-1 Manju-ji Temple is a sub-temple located within the precinct of Tofuku-ji Temple in Higashiyama Ward , Kyoto City . +1 SOGA no Sukenari ( 1172 - June 28 , 1193 ) was a samurai who lived during the early Kamakura period . +1 Suketo KARASUMA ( 1417 - January 23 , 1483 ) was a court noble during the Muromachi period . +-1 Nehan-e , also referred to as Nehan-ko or Nehan-ki , is a Buddhist memorial service practiced in Japan and China on February 15 in the Chinese lunar calendar , the day when Shakyamuni entered Nirvana ( died ) , to remember the illustrious memory of Shakamuni and repayment of a kindness . +-1 Shuon-an Temple , located in Kyotanabe City , Kyoto Prefecture , is a temple of Rinzai sect 's Daitoku-ji school . +1 FUJIWARA no Michifusa ( February 16 , 1025-May 29 , 1044 ) was a Court noble in the mid Heian period . +1 The " Manyoshu " ( written as 万葉集 or 萬葉集 ) is the oldest extant collection of poems , compiled from the latter half of the seventh century to the latter half of the eighth century . +1 Masaaki ( 正顯 ) KUSUNOKI was a busho ( Japanese military commander ) in Muromachi period . +1 Shigeo SAMEJIMA ( October 21 , 1849 - April 17 , 1928 ) was a military man of Imperial Japanese Army ( IJA ) . +1 FUJIWARA no Nakahira ( 875 - October 14 , 945 ) was a retainer of the Imperial Court who lived in the Heian period . +-1 Remarks +1 Nobutada ODA was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) during the Azuchi-Momoyama period . +-1 Kiyome means people who were engaged in the disposal of animals and cleaning on behalf of priests who were prohibited to kill animals in a temple . +1 Eihime ( - March 24 , 1623 ) was the fourth daughter of Nobunaga ODA . +-1 Nomura Art Museum is located at 61Nanzenji Shimo-Kawara-cho , Sakyo Ward , Kyoto City , Kyoto Prefecture +-1 The Oshu Fujiwara clan was the clan whose power stretched over the entire Tohoku region , which centered on Hiraizumi in Mutsu Province ( later Rikuchu Province ) and included Dewa Province , from 1087 after the Zenkunen War ( the Early Nine Years ' War ) and the Gosannen War ( the Later Three Years ' War ) to 1189 , when it was destroyed by MINAMOTO no Yoritomo . +-1 Sakekabu is one of the licensing systems in the sake brewing industry , which was implemented by the Edo bakufu ( Japanese feudal government headed by a shogun ) of Japan as a basic policy for controlling sake brewing . +1 Ryuzaburo UMEHARA ( 梅原 龍三郎 : March 9 , 1888 - January 16 , 1986 ) is an oil painter who was active from the Taisho Period to Showa Period . +-1 " Hikihitomai " is a kind of " sarugaku " ( form of theatre popular in Japan during the 11th to 14th centuries ) . +1 Matsushita zenni ( the Buddhist nun " Matsushita , " year of birth and death unknown ) was a woman in the middle of the Kamakura period . +-1 Hino Tanjoin Temple is a Buddhist temple belonging to the Hongan-ji branch of the Pure Land Sect . +-1 Tsukumo Nasu refers to a ' karamono chaire ' ( tea caddy from China ) that was a treasured possession of Yoshimitsu ASHIKAGA , the third Shogun of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +1 FUJIWARA no Nagakata ( 1139 - April 12 , 1191 ) was a court noble and a kajin ( waka poet ) in the end of the Heian period . +1 Yasumune UTSUNOMIYA was a busho ( Japanese military commander ) who lived during the Kamakura Period . +-1 The Hosho school is a style of Waki-kata in Nohgaku . +1 Motonaga KOZAI ( birth date unknown - September 7 , 1507 ) was the busho ( warlord ) during the Sengoku period ( period of warring states ) ( Japan ) . +1 Yoshihiro OUCHI ( 1356-January 25 , 1400 ) was the shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) in the Muromachi period . +-1 The Milky Way is a nebular cluster like a shining belt crossing the night sky . +-1 Sanposon ( also pronounced as Sanboson ) is the honzon ( principal image of Buddha ) of the Hokke sect and Nichiren Sect of Buddhism . +1 Okimoto HOSOKAWA was a military commander who lived in the Azuchi-Momoyama Period . +1 Sukeyoshi KARASUMARU ( June 19 , 1622 – January 19 , 1670 ) was kuge ( a court noble ) and poet during the early Edo Period . +1 MINAMOTO no Yoshikata was a busho ( Japanese military commander ) of Kawachi-Genji ( Minamoto clan ) at the end of the Heian period . +1 Prince Okinaga no Mate ( Okinaga no Mate no Okimi ; his date of birth and death were unknown ) was a Japanese Imperial family during the fifth to sixth century . +-1 Hana no gosho Palace is a popular name for the Ashikaga Shogun family residence that stretched over a space of 110 meters from east to west and 220 meters from north to south , surrounded by the current Karasuma-dori Street , Imadegawa-dori Street , Kamidachiuri-dori Street and Muromachi-dori Street in Kamigyo Ward , Kyoto City . +-1 Seijisosaishoku was one of the three most important posts in the Edo bakufu , which was newly established towards the end of the bakufu system in the late Edo period , together with Shogun-kokenshoku ( the post for the guardian of shogun ) and Kyoto shugoshoku ( the military governor of Kyoto ) . +1 Masakazu NARUSE was a retainer of the Tokugawa clan in the Sengoku period ( period of warring states ) ( Japan ) . +-1 Ryozen-ji / Ryosen-ji / Reizan-ji is the name of a Buddhist temple . +-1 History +1 Akinari UEDA ( July 25 , 1734 - August 8 , 1809 ) was a writer of yomihon ( books ) , a poet , an expert in the tea ceremony , a scholar of Japanese classics and a haiku poet in the late Edo period . +-1 Honzen-ji Temple is a branch temple in the Kyoto Jinmon lineage of the Hokke sect . +1 Yoshioki OUCHI was the daimyo ( feudal lord ) of Suo Province who lived from the end of the Muromachi period to the Sengoku period . +-1 The three largest festivals in Kyoto refer to the three festivals held in Kyoto City , Kyoto Prefecture . +-1 Ko is a society organized by people having the same faith . +-1 Toyuke-daijinja Shrine is located in Oe-cho , Fukuchiyama City , Kyoto Prefecture . +-1 蹲踞 ( Sonkyo or Sonko ) is a way of sitting by squatting down or kneeling down on the knees to lower the hips . +1 TACHIBANA no Ooiratsume ( year of birth and death unknown ) was a wife of the Prince Shotoku . +1 Shintaro HAYASHI ( year of birth unknown - December 10 , 1868 ) was a corporal of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +-1 The three portraits of Jingo-ji Temple are three portraits owned by Kyoto Jingo-ji Temple . +-1 The name " Omi-Genji " refers to the clan who originated from Genji ( Minamoto clan ) and settled in Omi Province as their home base in the Medieval period . +-1 Engimono ( a lucky charm ) is an object with which to celebrate or pray for something good . +1 Nanboku TSURUYA was a professional name of Kabuki ( traditional drama performed by male actors ) actors and playwrights . +1 NASU no Yoichi ( 1169 - date of death unknown ) was a warlord at the end of the Heian period . +1 " Chojuro KAWARASAKI " is a name used by successive proprietor of the Edo Ichimura-za Theater , and it is also a professional name used by Kabuki ( a Japanese traditional form of drama and music performed by male actors ) actors . +-1 Garei ( literally , the ghost of a picture ) are said to be tsukumogami ( spirits that inhabit certain objects ) where a portrait has been possessed by the spirit of its painter . +1 MINAMOTO no Mitsuyori ( year of birth and death unknown ) was a samurai in the middle of the Heian period . +-1 Tally ( saifu or wappu ) was a certificate stamp used to settle money transactions between distant lands in medieval Japan , and it became the origin of currency exchange . +1 Hobutsu shu is a Buddhist setsuwa ( anecdotes ) collection from the end of the Heian period . +-1 Sakutei-ki , written during the Heian period , is the oldest book concerning gardens in Japan . +-1 Kokuanten ( Sanskrit : Kālarātri , Kālarātrī ) was one of Tembu-shin in Buddhism . +-1 Ninsokuyoseba , Hitsuke Tozoku Aratame-kata Ninsokuyoseba by formal name , was a self-support facility set up by the Edo Shogunate for minor offenders and those who are likely to commit crimes . +-1 The term " Tocha " refers to a tea competition where participants taste different kinds of tea to compete in discerning them , which was popular in the medieval period . +1 Ietsugu 's stone pagoda located at his grave in the Zojo-ji Temple +1 Saihei HIROSE ( June 16 , 1828-January 31 , 1914 ) was the first administrative director of Sumitomo family . +-1 Dorayaki ( Cake ) +-1 Shirageyama Tumulus is a keyhole-shaped tomb mound located in Yosano-cho , Yosa-gun , Kyoto Prefecture . +1 Michitsune KOGA ( January 9 , 1842 - January 10 , 1925 ) was a Kugyo ( top court official ) from Kyoto . +1 Kobetsu Sekke refers to the Imperial Family or its male descendants who succeeded Sekke ( line of regents and advisers ) in the Edo period . +-1 The Triple Intervention refers to the recommendation made by France , the German Empire and the Russian Empire to Japan on April 23 , 1895 that Liaodong Peninsula which was given to the Japan Empire as wartime reparation based on the Treaty of Shimonoseki be returned to Qing , China . +-1 Byodo-ji Temple is a Buddhist temple belonging to the Chisan School of the Shingon Sect located in Shimogyo-ku Ward , Kyoto City . +-1 Shunbun ( Vernal Equinox ) is one of the 24 seasons in the solar year . +1 MURAKUNI no Shimanushi ( year of birth unknown - October 23 , 764 ) was a figure who lived during Japan 's Nara period . +-1 Daimonji yaki is an event in which bonfires are arranged so that they form a Kanji character ' 大 ' ( Dai means big ) . +-1 Simply referred to as yamahai , yamahai-jikomi ( yamahai-shikomi ) is a method of brewing sake ( Japanese rice wine ) that belongs to the kimoto-kei ( traditional moto , or yeast starter , developing method ) . +-1 Ikkoku heikinyaku refers to land taxes and assignments evenly imposed on shoen ( manor ) and kokugaryo ( territories governed by a provincial government office ) of a particular province during the Middle Ages in Japan . +1 Masatsune INOUE was a daimyo ( Japanese feudal lord ) and roju ( senior councilor ) in the Edo period . +1 In Japanese literature , the term " Historical Tale " refers to the works based on real historical events and written in the style of a narrative . +1 Gigo KYO ( year of birth and death unknown ) was an individual who lived during the Warring States , Azuchi-Momoyama and Edo periods . +-1 Hidari Tachi is the technique to hold and grip a sword with the left hand placed towards the Tsuba ( a hand guard ) and the right hand placed at the base of the hilt , meanwhile the right hand is usually placed towards a Tsuba and the left hand is placed at the base of a hilt in the art of swordsmanship . +-1 Gaertner Cultivation Treaty Incident or Gaertner Incident is a diplomatic incident that occurred over the cultivated land in Nanae Town in the first year of Meiji period . +-1 The term " gokenin in Kyoto " ( zaikyo gokenin ) refers to a gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) who was permanently stationed in and around Kyoto under jurisdiction of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +-1 The term " Zangirimono " ( cropped-hair plays ) refers to kabuki kyogen plays ( plays [ programs ] presented in Kabuki [ traditional drama performed by male actors ] ) which are classified into Sewamono ( plays dealing with the lives of ordinary people ) and reflect the folkways after the Meiji Restoration . +-1 The Yurinkan Museum , located in Okazaki , Sakyo Ward , Kyoto City , is a private facility that is mainly dedicated to ancient Chinese art works . +1 MIBU no Tadamine ( exact dates of birth and dead unknown , but probably lived from around 860 to 920 ) was a kajin , or waka poet , of the Heian period . +1 Cloistered Imperial Prince Gyojo ( November 29 , 1640 - May 28 , 1695 ) was a member of the Imperial family and a Buddhist priest who lived during the early Edo period . +-1 Sojaban ( or Soshaban ) was a governmental post in the Edo bakufu or domains . +-1 Taisaku is : +1 Heihachiro TOGO ( January 27 , 1847 - May 30 , 1934 ) was a samurai , a feudal retainer of the Satsuma Domain , and a member of the Imperial Japanese Navy . +-1 Tahoto Station is a stop on the Mount Kurama Cable Railway operated by Kurama-dera Temple , a religious corporation located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +-1 A jinya is a residence where a government office was located of the domain ( han ) of a daimyo ( territorial lord ) under the shogunate system in the Edo period , or a building acting as the residence and office of the daikan ( local governor ) of a tenryo ( bakufu-owned piece of land ) . +-1 The movement to create Aimi Prefecture was a movement that people requested to create a new prefecture , and the movement was centered in Yonago City , Tottori Prefecture from 1890 to 1891 . +-1 Joya no Age-taimatsu ( Age-daimatsu ) Festival is a festival at Aza Joya , Maizuru City , Kyoto Prefecture . +-1 Kampaku is a post held by a person who governs in the Emperor 's stead . +1 Sanetoyo OGIMACHI ( January 12 , 1620-March 19 , 1703 ) was a kuge ( court noble ) in the early part of the Edo period . +1 Michina KOGA ( 1647 - September 26 , 1723 ) was a Kugyo ( top court official ) who lived from the early to mid Edo period . +-1 Kannabi ( also called kamunabi or kaminabi ) refers to a place that holds numerous spirit replacements or material objects in which divine spirits reside ; or one form of divine replacement in which the natural environment is an object of worship that contains the spirit of a deity . +1 According to Kojiki 's preface , Kojiki is the oldest Japanese history book dedicated by O no Asomi Yasumaro ( or may be called the O no Yasumaro ) in 712 . +-1 " Inzen " is a document which an Inshi ( official of the In no cho , or Retired Emperor 's Office ) issues in a format of hosho ( a document informing a decision of the upper ranked personages such as an emperor or shogun ) upon direct orders from Daijo Tenno ( the Retired Emperor ) . +-1 The Kizu-gawa River , a tributary of the Yodo-gawa River system flowing through Mie and Kyoto Prefectures , is a class A river . +1 Momosuke FUKUZAWA ( June 25 , 1868 - February 15 , 1938 ) was a businessman and a statesman in Japan . +-1 Jigen-in Temple is a Shingonshu sect Omuro school temple located in the Izumisano City , Osaka Prefecture . +-1 Kishimojin ' or ' Kishibojin ' ( haaritii in Sanskrit , Goddess of Children ) is a yasha ( yaksha in Sanskrit , Buddhist deity sometimes depicted as a demonic warrior ) guarding Buddhism and a goddess . +1 MINAMOTO no Rinshi ( 964 - June 25 , 1053 ) was the aristocratic lady of the mid-Heian period and was the legal wife of FUJIWARA no Michinaga . +1 Kitsushi SAIONJI ( 1225 - October 20 , 1292 ) was the Chugu ( Empress ) to Emperor Gosaga , and later became Empress Dowager . +1 FUJIWARA no Atsutoshi ( 918-947 ) was a noble in the mid Heian period . +-1 Futaoki , one of the tea ceremony equipment , is a rest on which the lid of the iron tea pot or the dipper end of the water ladle is placed ; it is made of bamboo , metal , or ceramic . +1 Heizaburo IWANO is a maker of traditional Japanese washi paper . +-1 Togakushi-ryu ( also called Togakure-ryu ) school is one of ninjutsu ( ninja art ) schools . +1 Michikata KOGA ( 1541 - May 25 , 1575 ) was a Kugyo ( top court official ) during the late Muromachi period . +-1 Ine-cho is a town in Kyoto Prefecture . +-1 Kizugawa City is located in the southern part of Kyoto Prefecture . +1 Noritsuna WATANABE ( 1694 - Dec . 11 , 1767 ) was the second lord of Hakata Domain , Izumi Province . +1 TOMO no Kowamine ( birth and death year unknown ) was a government officer ( especially one of low to medium rank ) of the early Heian Period . +-1 Shudenryo , also referred to as Tonomori no Tsukasa , refers to an institution that belonged to Kunaisho ( Imperial Household Ministry ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) of Japan adopting the Ritsuryo system . +1 Unkei ( unknown birth date - January 10 , 1224 ) was a sculptor of Buddhist statues who was actively engaged in his career from the end of the Heian period to the beginning of the Kamakura period . +1 Soa ( year of birth and death unknown ) was a priest in the Muromachi period and the seishi ( senior envoy ) headed the first Envoy Ships Dispatched to Ming China by the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +1 Sanehisa HASHIMOTO ( June 7 , 1790 to February 22 , 1857 ) was a court noble , and a high court noble in the late Edo period . +1 Saneyoshi TOKUDAIJI ( 1096- October 13 , 1157 ) was a court noble during the latter half of the Heian period . +-1 Tosho-Chosonsei is a generic term used to refer to the system implemented in island areas apart from the town and village system implemented in Japan 's mainland . +1 Nijoin no Sanuki ( Sanuki of Nijoin , ca . 1141 - ca . 1217 ) was a poetess of the late Heian and the early Kamakura period . +-1 Kinagashi ( dressing kimono casually ) is a style in which a man doesn 't put on hakama ( pleated and divided skirt made in fine stripes ) when he wears wafuku ( Japanese traditional clothes ) . +1 Imperial Princess Katsuranomiya Sumiko ( February 22 , 1829 - October 3 , 1881 ) was Emperor Ninko 's third Princess . +-1 Tamayoribime , also known as Tamayorihime , is a Shinto goddess from Japanese mythology . +-1 The term kiganjo refers to a Buddhist temple or Shinto shrine at which worshipers pray for favors . +-1 Genba-ryo was one of the institutions belonging to Jibusho ( the Ministry of Civil Administration ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +-1 Saibanshiyosho is a law book compiled by SAKANOUE no Akimoto on the Imperial command of the retired Emperor Gotoba in 1207 , the beginning of the Kamakura period . +-1 Ashio Mining Pollution was a pollution incident which occurred at Ashio copper mine located around Watarase-gawa River in Tochigi Prefecture and Gunma Prefecture at the end of the 19th and the beginning of the 20th century . +-1 Hono is a religious act performed by ujiko ( shrine parishioners ) and danka ( supporters of a Buddhist temple ) aimed at respecting or appeasing and pleasing Shinto and Buddhist deities in which people offer ' something of value ' to such deities ( including tombs ) . +1 Kanetomo YOSHIDA ( 1435 to March 28 , 1511 ) was a Shintoist during the mid-Muromachi period to Sengoku period ( Period of Warring States ) . +1 " Ichiaku no suna " is the first collection of poetic works produced by Takuboku ISHIKAWA . +-1 A soson meant a community ( in the form of a village ) organized through autonomous , territorial connections among peasants in medieval Japan . +-1 Kintaroame is a bar of candy that is produced using a special technique . +1 Tokitomo KASAMA ( adopted child ) +-1 Goshu-no-nikki is the first technical book on sake brewing in existence in Japan that was handed down in the Satake clan . +-1 Kaisho literally means a place where a kind of reunion , party , event , assembly or meeting was held . +-1 Shinsho Gokuraku-ji Temple , also known as Shinnyo-do Hall , is a Tendai Sect Buddhist temple located in Sakyo Ward , Kyoto City . +1 Tsurumatsu TOYOTOMI / TOYOTOMI no Tsurumatsu ( 豊臣鶴松 ) was the first son of Hideyoshi TOYOTOMI ( although there is a different theory that contradicts this ) +1 FUJIWARA no Tameto ( year of birth unknown - 1045 ) was a nobleman in the mid Heian period . +1 Tadakiyo MAKINO ( November 26 , 1760 - August 17 , 1831 ) was a daimyo ( Japanese feudal lord ) and a politician who lived in the late Edo period . +1 Masayasu KOBORI ( 1786-July 25 , 1867 ) was a hatamoto ( direct retainer of a shogun ) in the late Edo period . +-1 " Ukagaikata " indicates the name of a government post in Kanjosho ( the department in charge of financial and public affairs ) of the Edo bakufu or officers ( called kanjo-shu ) of that department . +1 Jakuemon NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +1 Ekan ( date of birth and death unknown ) was a Buddhist priest who came to Japan from Goguryeo in the Nara period . +1 The Shoten-shoku is a section in charge of Court rituals of the Japanese Imperial Household . +1 Icchu ( year of birth and death unknown ) was a Dengaku ( refer to the descriptions below ) and Noh player who was active in the period of the Northern and Southern Courts ( in Japan ) . +-1 " Yomotsuikusa " were demons in Japanese Mythology , which were said to live in the land of the dead . +-1 Yokan , in general , is a Japanese confection which is made by jellifying bean jam , mainly made from adzuki beans , with Japan agar . +-1 Great Buddha statue in Kyoto originally existed in Hoko-ji Temple ( Higashiyama-ku Ward , Kyoto City ) . +1 HAJI no Umate ( year of birth unknown , February 26 , 711 ) was a person of the Asuka Period in Japan . +-1 Tenjin-gawa River belongs to the first-class rivers of the Yodo-gawa River system . +-1 An Eritate-goromo ( literally , standing-collar robe ) is one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Gazu Hyakki Tsurezure Bukuro " ( The Illustrated Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +-1 Incense burning is an example of Geido ( art ) , aimed at enjoying incense while meditating in a quiet world away from the pressures of daily life , and to appreciate the fragrance rising from Koboku ( fragrant wood ) burned ( " taku " in Japanese ) according to traditional rituals . +1 Nagamasa KIZAWA ( 1493 ? - April 12 , 1542 ) was a man in the Warring States period of Japan . +1 FUJIWARA no Michikane ( 961 - June 13 , 995 ) was a court noble in the mid-Heian period . +1 Mochitada KAZANIN ( 1405 - February 20 , 1467 ) was a kugyo ( court noble ) who lived during the Moromachi period . +1 Imperial Prince Saneyasu ( 831 - June 14 , 872 ) was an Imperial family member in Heian period . +-1 Kanjo is a ceremony mainly celebrated in Esoteric Buddhism , in which a legitimate successor is declared by pouring water over the top of the head . +1 Takauji ASHIKAGA ( 1305-58 ) was a general from the late Kamakura period to the Northern and Southern Courts period . +-1 Hosonaga is a type of ubugi ( swaddling clothes ) of the Heian period with a shape similar to kariginu ( a type of ancient kimono ) . +1 Nichiju ( June 11 , 1314 - February 28 , 1392 ) was a Nichiren sect priest in the period of the Northern and Southern Courts ( Japan ) . +1 Oborozukiyo ( also called Oborozukuyo ) is a fictional character in " The Tale of Genji " written by Murasaki Shikibu . +1 SAKANOUE no Masano was the forth son of SAKANOUE no Tamuramaro . +1 Kankuro NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +-1 Nagahama-jo Castle is a castle built by Hideyoshi TOYOTOMI in Koen-cho , Nagahama City , Shiga Prefecture . +-1 Kawagoe-yakata ( also known as Kawagoe-kan ) was a castle which existed in Uwado , Kawagoe City , Saitama Prefecture . +1 Tan-luan was a Buddhist monk who lived during the period of the Northern and Southern Dynasties in China . +-1 Yamashiro Province in Kyoto Prefecture , represents the twelve cities , towns and villages located in the south of Uji City . +1 FUJIWARA no Mitsuyori ( 1124- February 25 , 1173 ) was a Kugyo ( top court official ) who lived during the latter part of the Heian period . +1 Moritoki HOJO was a family member of the Hojo clan in the end of Kamakura period . +1 Kimuko HAYASHI ( 1884 - 1967 ) was a dancer , author , social activist and a businesswoman . +1 ABE no Sadato was a Japanese military commander lived during the mid Heian Period . +-1 " Oyoroi " ( large armor ) is one type of Japanese armor . +-1 Haji pottery is a type of earthenware that evolved from Yayoi-type pottery and was produced from the Kofun ( tumulus ) to Nara and Heian periods , until replaced by Kawarake earthenware in the medieval and early modern times . +1 Empress Teimei ( June , 25 , 1884 - May 17 , 1951 ) belonged to the Imperial Family of Japan . +-1 Mimaki Domain is a domain which was in Mimaki , Kuse County , Yamashiro Province ( present-day Kumiyama-cho , Kuse-gun , Kyoto Prefecture ) . +1 Imperial Prince Tokiwainomiya Tsuneaki , also pronounced Tsuneakira ( June 24 , 1303 - September 26 , 1351 ) was a member of the Imperial Family belonging to the Daikakuji Imperial line of the period of the Northern and Southern Courts and the youngest child of Emperor Kameyama . +-1 Shuki-daiban are vermilion-lacquered household goods succeeded as the Fujiwara clan 's treasures by successive Toshi choja ( head of the Fujiwara clan ) . +1 Emperor Annei ( 577 B.C.- January 11 , 510 B.C. ) is the third emperor , who was described in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) ( Reign : August 13 , 549 B.C. -January 11 , 510 B.C. ) . +-1 Chinju-fu is an office in charge of military affairs in ancient Japan , located in Mutsu Province . +-1 The Kamogawa River is a first class river in the Yodo-gawa River System that flows through Kyoto City , Kyoto Prefecture . +-1 Kyoryuchi Keisatsu ( the Foreign Settlement Police ) refers to the police force placed in the foreign settlements throughout the Empire of Japan prior to treaty revision . +1 Ensai ( year of birth unknown – 877 ) was a priest of the Tendaishu sect of the early Heian period . +-1 Geki was one of the government posts belonging to Daijokan , which was the highest organization of the Imperial Court under the ritsuryo legal code system . +-1 Mineyama Station , located in Mineyama-cho of Tango City , Kyoto Prefecture , is a stop on the Miyazu Line of the Kitakinki Tango Railway . +1 Goro HANEDA was nurishi ( a lacquer ware artist ) in the late Ashikaga period . +-1 A sightseeing volunteer guide is an individual who voluntarily assists and guides tourists for free or a nominal fee on a continual basis . +1 Konan NAITO ( born on August 27 , 1866 and passed away on June 26 , 1934 ) was one of the Japanese outstanding historians . +1 Imperial Prince Tsuneyasu ( year of birth unknown - July 1 , 869 ) was a member of the Imperial Family during the early Heian period . +1 Retsudo Gisen ( 1635-August 17 , 1702 ) was a priest of the Rinzai sect in the Edo period . +1 TAIRA no Masakado ( 903 - March 30 , 940 ) was a warlord during the mid-Heian Period . +1 Imperial Princess Ryoshi ( Nagako ) , January 25 , 1030 - September 21 , 1077 , was the first daughter of Emperor Gosuzaku , the sixty-seventh Emperor of Japan . +-1 Junnyo ( August 3 , 1577 - January 21 , 1632 ) was an individual from the Azuchi-Momoyama period and Edo period . +1 Kintoshi TOKUDAIJI ( February 1 , 1371 - August 9 , 1428 ) was a Kugyo ( high court noble ) in the Muromachi period . +-1 Tokudo is a ceremony in Buddhism to enter into priesthood . +-1 Yamato-e is one concept of style in Japanese paintings . +1 The " Ouki " ( also pronounced Shoyuki ) is the diary of the Heian-period court noble FUJIWARA no Sanesuke . +-1 Udoneri was a government post under the ritsuryo legal code system . +-1 Tojiro YAMAMOTO is a professional name for a kyogen performer of the Tojiro Yamamoto family of Okura school , which is handed down generation to generation . +1 Gunki monogatari ( martial tales ) refers to literary works written during the Kamakura and Muromachi periods whose subjects are taken from historical battles . +1 Sogo refers to the profession of Sokan ( official positions given to Buddhist priests by Imperial Court ) to manage Buddhist priests and nuns in Japan . +-1 Fukuchiyama City is the second oldest city in Kyoto Prefecture and is located in the Tanba region in the northern part ( old Tanba Province ) of Kyoto Prefecture . +-1 The Akizuki-no-ran War is a revolt by the warrior class against the Meiji Government which took place in Akizuki , Fukuoka Prefecture ( currently Akizuki , Asakura City , Fukuoka Prefecture ) in 1876 . +-1 Hina-matsuri is an annual event of the seasonal festival to pray for the healthy growth of girls . +-1 Yamabushi Shinko is a belief from the ancient times in Japan , regarding divine spirits that live in the mountains . +-1 The kettekino ho is a garment of chofuku ( cloths which the people who came to work at the court on a regular basis wore in the Heian period ) in Japan . +1 NAKATOMI no Katsumi ( date of birth unknown - April 587 ) was a local ruling clan of the Asuka period . +1 Prince Kuramochi ( Kuramochi no miko ) is one of five kikoshi ( a young nobleman ) who appeared in " Taketori Monogatari " ( the Tale of Bumboo Cutter ) . +1 Junbo means equating a woman who is not the real mother of the emperor with his mother or the title of a woman who is equated with the mother of the emperor . +1 Takachika Fukuoka ( March 3 , 1835 - March 7 , 1919 ) was a Karo ( chief retainer ) of the Tosa Domain in the end of the Tokugawa period and a statesman in the Meiji period . +-1 Haibu ( haimu ) refers to a ritual of bowing which includes sayusa ( a series of movement from left to right to left ) for expressing one 's gratitude on occasions such as joi ( investiture of a court rank ) , appointment , and shiroku ( receiving a stipend ) in the Imperial Court during the Heian period . +-1 The meanings of " cultural properties " are as follows : +-1 The Azuchi Castle Tenshu Nobunaga no Yakata Museum is a facility located in Azuchi-cho , Gamo-gun , Shiga Prefecture . +1 TAIRA no Koreyoshi was a busho ( Japanese military commander ) who lived during the mid-Heian period . +-1 Tensho o-jishin was an earthquake which occurred on January 18 , 1586 . +-1 Naijusho was an extra statutory office established in the latter half of the Nara period under the ritsuryo system . +-1 The term " Senso " means to succeed the position of Tenshi ( emperor ) upon the demise of the previous emperor or his abdication from the position . +-1 Takokushu is a territory of Sengoku daimyo ( Japanese territorial lord in the Sengoku period [ period of Warring States ] ) . +-1 " Tawara no onda " is a shinji ( Shinto ritual ) performed every year on May 3 , at the Taji-jinja Shrine in the Tawara district of Hiyoshi-cho , Nantan City , Kyoto Prefecture . +1 Prince Funado ( year of birth unknown - July 757 ) was a member of the Imperial family in the Nara period . +-1 Donzurubo is a place of odd sight in Kashiba City , Nara Prefecture , where oddly-shaped rock outcrops can be seen . +1 Imperial Princess Teishi ( Yoshiko / Sadako ) ( August 15 , 1013 - February 3 , 1094 ) was the sixty-seventh Emperor Sanjo 's third Princess . +1 Kazumasa ISONO ( dates of birth and death unknown ) was a Japanese military commander who lived from the Sengoku period ( Japan ) to the Azuchi-Momoyama period . +-1 " I " ( 移 ) is a form of official documents under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) , to be exchanged between government officials when there are no hierarchical relationships between them . +1 Ranzan ONO ( September 13 , 1729 - April 5 , 1810 ) was a great scholar of herbalism in the Edo period . +-1 The term " oyatsu " ( おやつ ) , also written in katakana ( one of the Japanese syllabaries ) as オヤツ , refers to an afternoon snack that was originally eaten at yatsudoki ( approximately 2 p.m. ) according to the old Japanese way of counting time . +-1 Bureau of Shrines and Temples was one of the bureaus of the Meiji government . +-1 " Rokuhara Tandai " is a job title in the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +-1 A rakugoka performs rakugo ( traditional comic storytelling ) as an occupation . +-1 Higashiyama-tenno ( Takanaga ) kensho-no-kanro ( kanro [ a way to clarify things , also called physiography ] to clarify the fact on Emperor Higashiyama ( aka Imperial Prince Takanaga ) ) is one of ' Shinpu-kanro ' which was a physiographic book clarified by Hosei MIURA , and was a Shinpu-kanro which clarified and praised the fact that the Imperial Prince Takanaga who was the first prince of the Emperor Godaigo was enthroned on Mt . Hiei on November 20 , 1336 and was an emperor of the genuine Imperial line enthroned at takamikura ( a rank of an emperor ) . +1 Nariakira FUJITANI ( 1738 - November 9 , 1779 ) was a scholar of Japanese classical literature in the mid Edo period . +1 FUJIWARA no Matate ( 715 to April 29 , 766 ) was a statesman who lived in the Nara period . +-1 The Tachikawa-ryu school is a school of Esoteric Buddhism founded by Ninkan in the Kamakura period and perfected by Monkan in the period of the Northern and Southern Courts . +1 Princess Matsu ( 1561 - May 31 , 1616 ) was the fifth daughter of the Sengoku daimyo ( Japanese territorial lord in the Sengoku period [ period of Warring States ] ) Shingen TAKEDA . +1 Shinei ( date of birth unknown - 737 ) was a Buddhist priest in the Nara period . +1 Saneto SAIONJI ( 1434 - December 20 , 1495 ) was a kugyo ( court noble ) and kajin ( waka ( a traditional Japanese poem of thirty-one syllables ) poet ) of the Muromachi period . +-1 In ( 院 ) originally meant a large construction surrounded by high walls , but it also refers to the following : +1 Junsai ( year of birth unknown - March 16 , 1207 ) was a priest of the Jodo ( Pure Land ) sect of Buddhism who lived from the late Heian period to the early Kamakura period +-1 Kyoikurei is an order about education promulgated in September 1879 to replace the educational system ( the 214th edict of Dajokan [ Grand Council of State ] of 1872 ) promulgated in 1872 . +-1 Tenbu ( deva in Sanskrit ) means deities of Buddhism . +1 Oshihime was the Empress of Emperor Koan , one of the eight emperors who reigned during the Kesshi-Hachidai ( Eight Undocumented Sovereigns ) . +1 Saneeda SANJONISHI ( March 8 , 1575 - November 22 , 1640 ) was a noble who was active from the Azuchi-Momoyama Period to the beginning of Edo Period . +-1 Miyako Plain refers to a plain that spreads from the center of Yukuhashi City , Fukuoka Prefecture to the eastern part of Miyako County and the northern part of Chikujo County . +-1 Sarugaku is a Japanese art form that was popular during the Heian and Muromachi periods . +1 Nobutoyo TAKEDA was a military commander in the period of warring states . +1 Emperor Konin ( November 22 , 709 - January 15 , 782 ) was the 49th Emperor who reigned from October 27 , 770 to May 4 , 781 . +-1 Choho-ji Temple is an independent Tendai Sect temple located in Nakagyo-ku Ward , Kyoto City , Kyoto Prefecture . +-1 The Aomatsuba Incident was Sabaku-ha ( supporters of the Shogun ) crackdown incident which happened in the Owari Domain from February 13 to 18 in 1868 . +-1 Shibutani kaido or Shibutani-dori Street , Shibutani-goe is one of the streets in Kyoto City which crosses Higashiyama ( Kyoto Prefecture ) and connects Kyo ( Kyoto ) and Yamashina Ward . +1 Ginnosuke ICHIKAWA is a name used by Kabuki ( a traditional form of drama and music performed by male actors ) actors . +-1 Lake Biwa is a lake in Shiga Prefecture . +1 Komahime ( 1581 - September 5 , 1595 ) was the second daughter of Yoshiaki MOGAMI and Osaki Fujin , and was a concubine of Hidetsugu TOYOTOMI . +-1 What is Wakadoshiyori ? +-1 Shinsei ( ' kugeshinsei ' ) means a written code established based upon imperial order by Tenno ( the Emperor ) and Daijo Tenno ( the Retired Emperor ) from the mid Heian period to the period of the Northern and Southern Courts ( Japan ) . +1 Yasohachi YAMANO ( 1841 - 1910 ) was a lowly member of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) , and one of the binan goninshu ( five men of beauty ) . +1 TAKEDA no Daitoku ( or TAKEDA no Daitoko , date of birth and death unknown ) lived during Japan 's Asuka period . +-1 " Genji choja " means the head of the Minamoto clan . +-1 Tea utensils is a generic term for utensils used in the Japanese tea ceremony . +-1 The Sanko-ji Temple is a temple of the Seizan sect in Oharano , Nishikyo Ward , Kyoto City . +-1 The Kamakura period ( 1185-1333 , called " Kamakura jidai " in Japanese ) describes one distinct period in Japanese history in which the bakufu ( Japanese feudal government headed by a shogun ) was located in the city of Kamakura . +-1 A haikomei is a type of name for men used mostly in Japan . +1 Prince Mochihito ( 1151 - June 20 , 1180 ) was one of the Imperial family members during the end of the Heian period . +-1 Sutra , ' of the Buddhist sutra ( Kyoten , Kyoden , sutra in Sanskrit , sutta in Pali ) , means a record of Shaka 's teachings among Buddhist scriptures . +1 Zennyo was a monk of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) during the period of the Northern and Southern Courts ( Japan ) . +1 Takasada ENYA ( Birth unknown-April 27 , 1341 ) was the busho ( Japanese military commander ) who lived between the end of Kamakura to the Nanbokucho periods ( the period of the Northern and Southern Courts ) ( Japan ) . +1 " Enjiro JITSUKAWA " is a professional name which was used by some Kabuki ( a traditional form of drama and music performed by male actors ) actors . +1 Morimasa SAKUMA ( 1554 - July 1 , 1583 ) was a vassal of the Oda clan . +1 Hisahide MATSUNAGA was a busho ( Japanese military commander ) in the Sengoku Period ( Period of Warring States ) . +1 Johannis de Rijke ( December 5 , 1842 - January 20 , 1913 ) was a Dutchman who systemized erosion and torrent control , and designed afforestation construction projects , and is known in Japan as " the father of erosion and torrent control . " +1 Masamura HOJO belonged to the Hojo clan , and lived in the early to mid-Kamakura period . +-1 The vernal equinox ( the spring equinox ) is the day when the vernal equinox occurs . +-1 Tahoto ( literally , " multiple-treasure pagoda " ) represent an architecture of pagodas , which are religious buildings in Asia . +-1 Kennin-ji Temple , located in Higashiyama Ward , Kyoto City , Kyoto Prefecture , is the headquarters of the Rinzai sect Kennin-ji School of Zen Buddhism . +-1 An ' Osei-chu ' ( mimicking roundworm ) or ' Osei ' ( literally , mimicking or parroting the host 's words ) is a weird disease or a ghostly roundworm which causes the disease known in China and Japan , as described in collected essays written in the Edo period , such as " Shin Chomonju " ( literally , a new collection of famous tales ) and " Kanden jihitsu " ( literally , fallow-field essays , continued ; miscellaneous essays ) . +-1 Menden were rice fields that were exempt from the tax determined by the government during the late ancient times to the middle ages of Japan . +-1 Tsukigata Productions ( registered as Tsukigata Purotakushon , established in 1928 , liquidated in 1932 ) was a film company that existed in Kyoto and then in Nara . +-1 Todaijiyama Kofun is a keyhole-shaped tumulus constructed around the late fourth century corresponding to about the middle of the early Kofun period located in Tenri City , Nara Prefecture . +-1 The Hoken system is a political system modeled after the Shu Dynasty in China , which was advocated in the political thought of Kanji using nations , such as China . +1 Hachijonomiya Imperial Prince Toshitada ( November 24 , 1620 - August 20 , 1662 ) was a member of the Japanese Imperial Family who lived in the early Edo period . +1 Emperor Tenchi ( Tenji ) +1 Kokei ( 977 - August 27 , 1049 ) was a Tendai sect priest in the middle days of the Heian period . +1 MINAMOTO no Tamemune ( ? - August 24 , 1156 ) was a military commander of the Kawachi-Genji branch of the Minamoto clan who lived at the end of the Heian period . +1 Emperor Seimu ( 84 – July 29 , 190 ) was the 13th emperor ( reigned from February 18 , 131 to July 29 , 190 ) written in the " Kojiki " ( The Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) . +1 Yoshinaga ASANO was a busho ( Japanese military commander ) in the Sengoku period and a daimyo ( Japanese feudal lord ) in the Azuchi-Momoyama period and the Edo period . +-1 Kitakinki Tango Tetsudo Kabushiki-gaisha is a public-private joint venture , located in and part financed by Kyoto Prefecture , operating both the Miyafuku Line and Miyazu Line ( the former was laid by the Japan Railway Construction Public Corporation , and the latter was once designated as a Specified Local Line of the Japanese National Railways ( JNR ) ) . +-1 KEIHANNA PLAZA is a central facility at Kansai Science City ( Keihanna Science City ) in Hikaridai , Seika-cho , Soraku-gun , Kyoto Prefecture . +-1 Anmitsu is a kind of Japanese confectionery , which is mitsumame dessert ( boiled beans , cubes of agar gelatin , and other delicacies with molasses poured on ) covered with bean jam . +-1 The Otani-byodo was the mausoleum of Shinran who was the founder of Jodo Shinshu sect +-1 Western dishes are the dishes peculiar to the Western countries . +-1 Shisetsu jungyo was a on-site procedure to carry out a judgment which was handed down by the bakufu ( Japanese feudal government headed by a shogun ) on shoryo soron ( litigation over real estate ) in the medieval Japan . +-1 The list of buildings and structures in Kyoto Prefecture which have been designated as important cultural properties lists those existing in Kyoto Prefecture from all the buildings and structures designated as important cultural property in Japan . +-1 Debayashi is a kind of kabuki music played on a stage by performers . +1 Imperial Prince Fushiminomiya Sadanori ( October 26 , 1836 - December 16 , 1862 ) was a member of the Imperial family during the late Edo Period . +1 Yorishige HORI ( year of birth and death unknown ) is a busho ( Japanese military commander ) in the last days of Heian period . +1 FUJIWARA no Asako ( or Tomoko , year of birth unknown - February 19 , 1166 ) was a woman in the later Heian period . +1 Emperor Gokameyama ( 1347 ? - May 10 , 1424 ) was the ninety-ninth Emperor in the period of the Northern and Southern Courts ( Japan ) and the last and fourth Emperor in the Southern Court ( reign : November / December 1383 - November 19 , 1392 ) . +-1 Chinju no Mori " are forests attached to Shinto shrines , managed and maintained so as to enclose the Sando ( approach to the temple ) and the Haisho ( place of prayer ) . +1 The five kings of Wa refer to San ( 讃 ) , Chin ( 珍 ) , Sai ( 済 ) , Ko ( 興 ) and Bu ( 武 ) who paid tribute to the Eastern Jin and Song ( Southern Dynasty ) in the period of the Northern and Southern Dynasties ( China ) in 5th century and received sakuho ( homage by Chinese emperors ) as ' King of Wa ' . +-1 Stone axes were a kind of stone tools that were axes made of stone attached to wooden handle . +-1 Taienreki ( 大衍暦 : also read as Daienreki ) was a lunisolar calendar once used in China and Japan . +1 Masahane ARAKI ( 1662 – March 10 , 1732 ) was hatamoto ( direct retainer ) of Edo bakufu ( Japanese feudal government headed by a shogun ) . +-1 Bunmeiron no gairyaku ( An Outline of a Theory of Civilization ) is a book written by Yukichi FUKUZAWA . +1 " Kaifuso " is the oldest Japanese collection of Chinese poems in existence . +1 Hyakusen SAKAKI ( December 11 , 1697 - October 2 , 1752 ) was a Nanga painter ( an original style of painting in the Edo period which had a great deal of influence from the Chinese Nanga style ) who lived during the middle of the Edo period . +1 " Manyodaishoki " is a commentary on " Manyoshu " ( the oldest anthology of tanka ) by Keichu , who was a scholar of Japanese classical literature during the Edo Period . +-1 ICOCA ( ikoka ) is an IC card , mainly used as a ticket , electronic money and locker key , that West Japan Railway Company ( JR West ) launched in the Kinki District Urban Network on November 1 , 2003 . +-1 Sanniryo was one of the institutions belonging to Shikibu-sho ( the Ministry of Ceremonial ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in ancient Japan . +-1 Ommyodo , which owes its origin to ancient Chinese natural philosophical theory and Inyo-gogyo-shiso theory ( the way of Yin and Yang , combined with the Taoist theory of the five elements ) , is a system of natural science and the art of spell-casting that uniquely developed in Japan . +-1 Kosho ( 小姓 ) is the name of a post in a samurai family similar to a page or squire . +1 Kazunobu ( 和信 ) INUI ( 1544 - January 18 , 1586 ) was samurai of the late Azuchi-Momoyama period . +-1 Hikichigiri is a type of Japanese sweet made from mochi ( Japanese rice cake made of glutinous rice pounded into paste and molded into shape ) and sweet bean paste . +-1 " Hokuriku Chotei " refers to the Imperial Court that is deemed to have existed during the period of Northern and Southern Courts in the present Hokuriku Region , which was backed up - and was claimed to have legitimacy - by warlords taking the side of the Southern Court . +-1 " Sunoko " is a Japanese wooden board made of slatted thick bars . +-1 " Kasuga no Shinboku " refers to " Shinboku " ( the sacred tree ) of Kasuga-taisha Shrine located in the present Nara Prefecture . +1 Harumitsu HINO ( February 20 , 1518 - October 13 , 1555 ) was a court noble in the Sengoku period ( Period of Warring States ) . +-1 Manzai or comic dialogue is a type of entertainment or talk show performed mainly by a comedy duo , which has been uniquely developed in Japan 's Kinki region based upon the traditional form of manzai observed on New Year 's Day . +-1 Tegara is a hairdressing cloth to wrap around the topknot of traditional Japanese women 's hairstyles . +-1 Ippodo is the name of a distributor of Japanese green tea , located at Nijo-dori Agaru , Teramachi-dori , Kyoto City . +-1 Betobeto-san is one of Yokai ( Japanese folk monsters ) , and follows a man walking in the dark at night . +1 Dosan or Hidetatsu SAITO was a military commander during the Sengoku period . +1 TAIRA no Masanori ( year of birth and death unknown ) was a busho ( Japanese military commander ) lived in the mid-Heian period . +-1 Kumadori was the make up method unique to Kabuki ( traditional drama performed by male actors ) play . +-1 Nihon-ga ( Japanese style painting ) is a genre of painting unique to Japan . +1 Kinzumi SAIONJI ( March 7 , 1818 – July 13 , 1836 ) was Kugyo ( a Court Noble ) in the late Edo period . +1 FUJIWARA no Choshi ( Toko ) ( around 954-March 1 , 982 ) was the eldest daughter of FUJIWARA no Kaneie . +-1 " Yamatonookuni tamanokami " is a god ( shinto ) appearing in Japanese Mythology . +1 Kenitsu OKAMOTO ( 1559 - 1591 ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) and a vassal of the Satake clan , or a daimyo ( Japanese territorial lord ) in the Sengoku period in Hitachi Province . +1 Yoshihiro IDO ( 1532 - 1612 ) was Busho ( Japanese military commander ) in the Sengoku period ( Japan ) . +-1 Tenyaku referred to Honkan , a government post , which belonged to Nakatsukasasho in the ritsuryo legal code system . +-1 Kogetsu is a Kyo-gashi ( Kyoto style confectionary ) manufacturing and sales company whose headquarters is located in Fushimi Ward , Kyoto City . +1 Masasuke 's Notes on Court Costume is a book on court costume and lore written in kana that appeared at the end of the Heian period . +1 Nichira ( ? - December , 583 ) was a Japanese who served the King of Baekje , which existed in the Korean peninsula in the sixth century . +-1 Gion odori : Gion odori is performed from November 1 to 10 annually in the Gion Kaikan Theater . +1 Kouma no Myobu ( year of birth and death unknown ) was a female waka poet during the reign of Emperor Enyu in the Heian period . +-1 The Kujo Family is one of the Sekke and a court noble . +-1 The Arson Case of Kinkaku-ji Temple was an arson case which occurred at Rokuon-ji Temple ( commonly called Kinkaku-ji Temple ) located in Kinkakuji Town , Kamigyo Ward ( present-day Kita Ward ) , Kyoto City early on July 2 , 1950 . +-1 Kitora-kofun Tumulus is located in Asuka-mura , Takaichi County , Nara Prefecture . +1 Chikusei MIMURA ( male , May 4 , 1876-August 26 , 1953 ) was a bibliographer in Japan . +-1 Shokudo or zokudo is a penalty charge which was paid with copper ( or money ) to a government official in an amount that corresponds to the crime in exchange for imprisonment . +-1 Mt . Miwa is a cone-shaped gentle mountain in the southeastern part of Sakurai City , Nara Prefecture , which is located in the southeastern part of Nara Basin across the farthest north part of Nara Prefecture . +-1 Fujimon School is one of the generic names for numbers of honzan temples ( head temples ) and their branch temples in Nichiren Sect , which succeed the dharma lineage of Nikko , who was one of 6 high-caliber disciples of Nichiren . +-1 Kyoto Tourism Culture Certification Test , for ' Kyoto Expert Certification , ' is a certification test covering knowledge about a particular place that is held by the Kyoto Chamber of Commerce . +1 Jiun-Myoi ( 1274 - July 10 , 1345 ) was a priest of the Rinzai Sect from the latter part of the Kamakura period to the period of the Northern and Southern Courts . +-1 The Shakai minshuto is the first socialist party in Japan , which was formed in 1901 . +1 Gonrokuro MAKINO ( September 20 , 1819 - August 5 , 1869 ) was a feudal retainer of Okayama in Bizen Province and patriot of Sonno Joi ( advocating reverence for the Emperor and the expulsion of foreigners ) in the end of Edo period . +1 Yoshisuke KUJO ( October 15 , 1185 - November 30 , 1218 ) was a kugyo ( court noble ) in the end of Heian period to the early Kamakura period . +-1 Komehyappyo ( a hundred straw rice bags ) is a historical episode regarding the education by Torasaburo KOBAYASHI , a vassal of Nagaoka Domain Echigo Province , who was active from the end of Edo period through until the early Meiji period . +1 " Kinkakuji " ( The Temple of the Golden Pavilion ) is a novel written by Yukio MISHIMA . +1 Fuyusuke SHONI ( date of birth unknown – September 30 , 1375 ) was a busho ( Japanese military commander ) in the period of the Northern and Southern Courts ( Japan ) . +1 Prince Takechi ( Takechi no Miko or Takechi no Oji ) ( c.654 - August 13 , 696 ) lived during the Asuka period of Japan and a son ( the oldest son ) of Emperor Tenmu . +-1 Saiin Kasuga-jinja Shrine is a Shinto shrine located in Ukyo Ward , Kyoto City . +1 KI no Yoshito ( dates of birth and death unknown ) was an official in the middle of the Heian period . +-1 " Suminomiya-jinja Shrine " is a shrine in Nagaokakyo City , Kyoto Prefecture . +1 Muhoto is a stone pagoda ( Buddhist pagoda ) mostly used as a priest 's tomb tower . +1 Noriko TSUZAKI ( 1786 - August 23 , 1873 ) was a senior lady-in-waiting in the Konoe family and person loyal to the emperor who lived towards the end of the Edo bakufu period . +-1 Kannodoko means connections between a Buddha and a human being , or between a teacher and a learner . +1 Ochimizu is water that was said to bring back youth when it was drank . +1 Takino HAYASHI was Tekkan YOSANO 's and later Oyo MASATOMI 's wife . +1 Dojo ( dates of birth and death unknown ) was a Buddhist priest in the Asuka period . +1 Ranryo SEKI ( May 5 , 1805 - September 28 , 1863 ) was a Zeze Domain 's Confucian assigned to edohantei ( residence maintained by a daimyo in Edo ) from 東万木村 ( current Aoyagi , Adogawa-cho , Takashima City ) , Takashima County ( Shiga Prefecture ) , Omi Province ( Shiga Prefecture ) . +-1 Kuhon ( Kyuhin ) refers to a three-way classification of things and people 's characters and each classification is divided into further three categories . +1 Shinsen Roei Shu ( Newly Selected Collection Singing Poems ) is a collection of Chinese poems compiled in Japan . +-1 Honcho Gatsuryo ( or Honcho Getsurei ) is the oldest remaining kuji-sho ( a document about governmental operations and ceremonies ) where , concerning annual events in the middle era of the Heian period , their origins , histories and contents are described . +-1 Washu Yoshinogun Gunzanki ( hereafter ' Gunzanki ' ) is a name of the series of the natural history and topography books written by Tomoari MINAMOTO of the Kishu Domain , a scholar of herbalism and natural history in the late Edo period . +-1 Irizake is an old Japanese seasoning used during the Edo period , which is made by putting umeboshi ( pickled Japanese apricot ) into Japanese sake ( rice wine ) , and boiling it down . +-1 Sotan ( 1413 - 1481 ) was an artist-monk in the middle of the Muromachi period . +-1 Rusu-seifu refers to the Establishment organized to protect the nation in early Meiji Period while Iwakura Mission , which consisted of leaders of the Meiji government , was visiting Europe and America ( December 23 , 1871 - September 13 , 1873 ) . +1 The Shingi Shingon sect is a school of the Shingon sect ( whose founding father was Kobo-daishi Kukai ) , and this school is connected to Raiyu , a high-ranking Buddhist priest of the Kakuban school , which followed the teachings of Kogyo Daishi Kakuban , who brought about the revival of the Shingon sect . +-1 Suteteko is underpants with the long length under the knee , and it is usually worn by men . +-1 Sando is the road used for visiting a shrine or temple . +1 FUMI no Chitoko ( date of birth unknown - May 20 , 692 ? ) lived in the Asuka period of Japan . +1 Masayoshi NITTA was a busho ( Japanese military commander ) in the Kamakura period . +-1 Chofuku-ji Temple , located in Umezu , Ukyo Ward , Kyoto City , is a temple of the Nanzen-ji school of the Rinzai sect . +1 MINAMOTO no Toru ( 822 – September 25 , 895 ) was the 12th son of Emperor Saga . +1 Sanzo TSUDA ( February 15 , 1855-September 29 , 1891 ) was a Shiga Prefecture police officer and an army sergeant . +-1 Kamakura kubo was an administrator post in Kamakura Government which was established as an outpost position for the ten provinces of the Kanto region by the Seii taishogun ( literally , ' great general who subdues the barbarians ) of Muromachi bakufu ( Japanese feudal government headed by a shogun ) during the Muromachi period . +1 Akikonomu Chugu is a fictional character who appears in Murasaki Shikibu 's novel " Genji Monogatari " ( The Tale of Genji ) . +-1 Kiwametsuki BANZUI Chobei refers to a play of Kabuki . +1 Masafusa ICHIJO ( 1443-November 29 , 1469 ) was a Kugyo in the Muromachi period . +-1 Atagoyama Amusement Park is an amusement park that used to be in Ukyo Ward , Kyoto City . +-1 Tatsuta Domain was a feudal domain that was located in Yamato Province ( present-day Tatsuta , Ikaruga-cho , Ikoma-gun , Nara Prefecture ) . +1 Yasushi NOMURA ( September 10 , 1842 - January 24 , 1909 ) was a samurai ( warrior ) and statesman in Japan . +-1 Himukai-daijingu is a shrine located along the Sanjo-dori Street in Yamashina Ward , Kyoto City . +-1 Nyogo was one of the ranks and titles of the imperial consorts in the pre-modern days of Japan , and its role was to attend on the emperor in his bedroom . +1 OK +-1 Autumn festivals collectively mean festivals held in autumn . +-1 The former Imazu post office is a historical building located in Takashima City in Shiga Prefecture . +1 Michiharu TESHIMA ( September 15 , 1939 - ) is a Noh actor of the Kongo school of shite-kata ( lead actors ) . +1 Yasuchika HORIKAWA ( March 18 , 1797 - September 28 , 1859 ) was a Kugyo ( high court noble ) who lived in the late Edo period . +1 YOSHIMINE no Kiyokaze ( year of birth unknown-May 10 , 863 ) was a Court noble in the Heian period . +-1 Kokumin Domeikai is the political society organized in the Meiji period , in September , 1900 . +1 FUJIWARA no Senshi ( her given name can also be pronounced " Akiko " ) ( 962 - February 7 , 1002 ) was the nyogo ( a court title given to a consort of the Emperor ) of the sixty-forth emperor , Emperor Enyu , in the Heian period . +-1 The Expulsion Edict is a law Kanpaku TOYOTOMI Hidetsugu issued in 1592 during the Azuchi Momoyama period . +-1 Koshibagaki Zoshi ( The Tale of the Brushwood Fence ) is a picture scroll . +-1 Gotairo indicates the five most powerful daimyo clans , appointed as Karo ( or Tairo ) of the Toyotomi family , and acted as executive organs of the Toyotomi Administration at the last days of the administration , during the Bunroku era ( 1593-1598 ) . +1 SHOKU shugen ( date of birth and death unknown ) was toraijin ( settlers ) who became naturalized as a Japanese citizen from Tang in the latter half of the seventh century ( the late Asuka period ) . +1 Gishin ( born 781 , died August 26 , 833 ) was an early Heian-period Buddhist monk of the Tendai sect . +1 Imperial Prince Kachonomiya Hirotsune ( April 19 , 1851-May 24 , 1876 ) was a member of the Imperial family of Japan and a military man of the Imperial Japanese Navy . +-1 Akanabe-no-sho Manor was a shoen ( manor in medieval Japan ) that existed in Mino Province during the Heian and Muromachi Periods . +1 Harunaga ONO was a vassal of the Toyotomi clan from the Azuchi-Momoyama period through to the early part of the Edo period . +-1 " Dappan " was the act of a samurai leaving his master 's domain to become a Ronin ( masterless samurai ) . +1 TACHIBANA no Kiyotomo ( 758-789 ) was a statesman in the late Nara period . +-1 The Otsu Domain refers to a domain which existed in Omi Province ( present-day Otsu City , Shiga Prefecture ) . +1 Sawarabi is one of the fifty-four chapters of " Genji Monogatari " ( The Tale of Genji ) . +-1 Unagimeshi is a term used to refer to a Japanese cuisine that comes with broiled eel on top of rice . +1 Shinsen KITAGATA ( 1850 - 1905 ) was a Buddhist monk of Otani School of Shinshu Sect . +-1 Jibugyo was bugyo ( magistrate ) appointed by the Kamakura bakufu ( Japanese feudal government headed by a shogun ) and the Muromachi bakufu . +-1 The Nishioji-dori Street , located west of the heart of Kyoto City , is one of the major north-south streets running in Kyoto City . +1 Sadaaki MATSUDAIRA was the fourth lord of the Kuwana Domain at the end of the Edo Period ( Years in office : 1859 - 1868 ) +-1 Ishiyama Hongan-ji Temple , was established at Ishiyama in Settsu Province ( Chuo Ward , Osaka City ) in 1496 , during the time of Rennyo , and later became the head temple of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +-1 Yoshimizu-jinja Shrine is a shrine located in Yoshino-cho , Yoshino County , Nara Prefecture . +1 Akikuni MATSUDAIRA ( January 23 , 1849 - January 2 , 1864 ) was a samurai who lived during the Edo period . +-1 The Uji Line is a railway line of Keihan Electric Railway that connects Chushojima Station located in Fushimi Ward , Kyoto City , Kyoto Prefecture and Uji Station ( Keihan ) located in Uji City , Kyoto Prefecture . +-1 Kegare is a notion in Buddhism and Shinto and means a dirty , bad , not clean state , such as being unclean , impure etc . +-1 Hojicha ( written as ほうじちゃ or 焙じ茶 ) is a type of Japanese green tea , generally referring to tea made with roasted tea leaves . +-1 Denden-gu Shrine is a guardian god shrine of Horin-ji Temple located in Arashiyama , Nishigyo Ward , Kyoto City and enshrines deities that are worshipped as pioneers in the field of electricity and electromagnetic waves . +1 OSHIKOCHI no Mitsune ( 859 ? - 925 ? ) was a poet of the early Heian period . +1 FUJIWARA no Mototsune ( born in 836 and died on February 28 in 891 ) was a court noble in the early Heian period . +-1 Koka-Isshin school is a school handed down within the Hanamoto family which was a merchant family in Bitchu . +1 TAIMA no Hiroshima ( July or August , 672 ) was a person who lived in the Asuka period of Japan . +1 Takatomo KYOGOKU ( February 23 , 1623 - April 4 , 1674 ) was the second feudal lord of Mineyama Domain , Tango Province . +1 The usurpation of the imperial throne is either when those who do not have direct blood relationship or have remote blood relationship seize the Emperor 's position or when this is expressed in a critical manner . +-1 Scene of the second floor of a high class shibai-jaya ( ooyaja ) . +1 Masachika MORI ( 毛利 正周 , year of birth unknown - April 24 , 1721 ) was a samurai of the Satsuma domain in the Edo period . +1 Imperial Prince Koreyasu ( June 2 , 1264 - December 3 , 1326 ) was the 7th Seii taishogun ( literally , " great general who subdues the barbarians " ) of the Kamakura Shogunate . +-1 Tarako refers to the ovary ( roe ) of cod . +-1 Kanze-ryu is one of the schools in Nohgaku theater +1 Manzo NOMURA , the Ninth ( December 23 , 1965 - present ) is a kyogen performer of the Izumi school . +1 YOSHIMINE no Moroki ( 862 - November 13 , 920 ) was a nobleman during the early Heian period . +1 Tojuro SAWAMURA is a professional name of Kabuki actors . +-1 Naka no kuninomiyatsuko 仲国造 ( also known as Nakakokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the east part of Hitachi Province . +-1 NAKAHARA no Yorisue ( year of birth and death unknown ) was a late Heian-period nobleman and legal scholar . +-1 Mizuhiki is a string to decorate gifts and envelopes and varies in shape and color depending on the intended purpose of use . +-1 What is hoyo ? +-1 The Yoshino pact was concluded by Emperor Tenmu and his empress who was later known as Empress Jito promising their son , Prince Kusakabe , to be the next emperor . +-1 The Shishigatani Conspiracy was a plot to overthrow the Taira clan and occurred in Kyoto in July , 1177 , during the Heian period . +-1 Kiden-tai is a type of format of history books in East Asia . +1 Kamuyaimimi no mikoto ( year of birth unknown ; died in May , 578B.C. ) was a member of the Imperial family ( the royal family ) , described in the " Kojiki " ( The Records of Ancient Matters ) and the " Nihon Shoki " ( Chronicles of Japan ) , etc . +1 Ryoankeigo ( 1425 - October 3 , 1514 ) was a Buddhist monk of Rinzai Sect in the mid-Muromachi period and Sengoku period ( Period of Warring States ) ( Japan ) . +-1 Kenrojishin is one of the Tembu-shin in Buddhism and controls earth . +1 Tossho SAWAMURA was a name used by Kabuki actors . +-1 " Chirimen " ( crepe in French ) is a kind of plain woven silk cloth . +1 FUNYA no Kiyomi ( 693 - October 31 , 770 ) was a member of the Imperial Family in the Nara period ( Later demoted from nobility to subject . ) +1 Kenshin ( 1131- December 20 , 1192 ) was a Tendai sect priest in the late Heian period . +1 Kakujin ( 1021 - 1081 ) was a priest of the Enryaku-ji Temple who lived in the middle of the Heian period . +-1 Shin Kabuki Juhachi Ban refers to the specialty plays of Danjuro ICHIKAWA of Naritaya selected by Danjuro ICHIKAWA the seventh and Danjuro ICHIKAWA the ninth . +-1 Wayo-secchu ( Japanese Hybrid Style ) architecture refers to buildings constructed in modern Japan that intentionally blend elements of Japanese and Western architecture . +-1 Rakuraku-so is a hotel using the former Gentaro TANAKA 's residence in Kameoka City , Kyoto Prefecture . +1 Tadaaki CHIGUSA ( Date of birth unknown - July 21 , 1336 ) was a kuge ( court noble ) and busho ( Japanese military commander ) during the Kamakura period and the period of the Northern and Southern Courts . +1 Kangen ( 854 - July 9 , 925 ) was a priest of the Shingon sect during the mid Heian Period . +-1 The term Nenshaku means the right to confer a court rank on a person that was granted to chiten no kimi ( the Retired Emperor in power ) and sangu ( the Three Empresses : Great Empress Dowager , Empress Dowager and Empress ) in Japan 's ancient / early medieval period . +-1 Mikuriya is the honorific expression of Kuriya ( a kitchen ) . +1 Iokiiribiko no miko was a member of the Imperial family who lived during the Kofun period ( tumulus period ) . +-1 Rebel army is a term opposed to a term " Imperial Army " which was made to deny legitimacy of some armies which appeared in the history of Japan . +1 FUJIWARA no Sanemasa ( 1019 - March 23 , 1093 ) was a nobleman during the mid Heian period . +1 OTOMO no Yasumaro ( date of birth unknown - 21 June 714 ) was a person who lived during the Nara and Asuka Periods . +-1 The Battle of Tatarahama was a battle in 1336 during the period of the Northern and Southern Courts ( Japan ) . +1 Eizaburo ONOE is a hereditary family name for an actor of Kabuki , a Japanese traditional theatrical drama . +1 Saneki SANJONISHI ( September 6 , 1511 - March 1 , 1579 ) was a court noble , poet and classical scholar during the Sengoku period ( Period of Warring States ) . +-1 Kiki is a collective designation of the " Kojiki " and " Nihonshoki . " +1 Benzo YODA ( June 21 , 1853 - December 12 , 1925 ) was a Japanese Hokkaido pioneer . +1 Sojifujitsu is to make a false statement to the Emperor or to make a false charge . +1 Sumiyuki HOSOKAWA was a busho ( Japanese military commander ) in the late Muromachi period ( the Sengoku period [ period of warring states ] ) . +1 Masanori KAJIKAWA was a busho ( Japanese military commander ) in the Sengoku period to Azuchi-Momoyama period . +-1 Sumptuary laws are a series of laws , ordinances , and orders that ban luxury ( Shashi ) and promote or force thrift . +-1 Seppuku is a method of suicide that involves cutting the abdomen with a sword . +1 Enen ( date of birth unknown - 1040 ) was a Buddhist monk cum painter in the mid-Heian period . +-1 Ishisaji is a kind of chipped stone tool made of obsidian , shale , chert , etc . +1 Yukinaga KONISHI was a daimyo ( Japanese feudal lord ) in the Azuchi-Momoyama period . +1 Rokuro UMEWAKA , the 55th ( August 3 , 1907 – February 8 , 1979 ) was a Nohgakushi ( Noh actor ) playing shite ( a principal role ) of the Kanze-ryu school , Living National Treasure , and a member of the Japan Art Academy . +1 FUJIWARA no Michimasa ( 992 - August 31 , 1054 ) was a court noble and a tanka poet of the Heian period . +-1 Meinichi means a deathday , or the day of a person 's death . +-1 Musashi no kuni no miyatsuko ( 无邪志国造 ) , also known as Musashi kokuzo , was a kuni no miyatsuko that ruled the east part of Musashi Province . +1 Imperial Prince Hirohira ( 950 - October 6 , 971 ) was a member of the Imperial Family and the first Prince of Emperor Murakami during the Heian period . +1 Tadaaya HIROHATA ( July 24 , 1824 - February 18 , 1897 ) was a court noble during the late Edo Period and a politician during the Meiji Period . +-1 Poorly-fed children are children to whom meal is not given enough due to the economic poverty of the family . +-1 The Kobayakawa clan is a shizoku ( clan ) in Japan . +-1 " Shinto Taii " is the name of Shinto books written by various Shintoists in the middle and modern ages . +-1 Yoken-ryu school is the name generally given to a school of Sado ( tea ceremony ) that regards Yoken FUJIMURA as its founder . +-1 Nasu no kuninomiyatsuko was kuninomiyatsuko ruled the northeast part of Shimotsuke Province . +1 Yukiko TODOROKI ( September 11 , 1917 - May 11 , 1967 ) was the Japanese actress . +-1 Nanzen-in Temple is a sub-temple located within the precinct of Rinzai sect Nanzen-ji school Daihonzan ( head temple ) Nanzen-ji Temple in Sakyo Ward , Kyoto City . +1 Tsunehide CHIBA ( the year of his birth and dead unknown ) was a gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) during the early Kamakura period . +1 Tomomitsu IWAKURA ( 1810 - 1813 ) was a retainer of Imperial Court during the latter Edo period . +-1 Heimin means ordinary citizens without any official rank or title . +-1 Daimokuko is a ko ( meeting to lecture Buddhist scriptures ) composed by followers of Hokke sects . +1 Yugiri Tayu was a Geisha of the highest rank , and lived in Yukaku ( red-light district ) of Kyoto , Shimabara , Osaka , and Shinmachi ; only two women among all the Geisha had the name of ' Yugiri . ' +1 Nobumune OINOMIKADO ( 1391-after 1453 ) was Kugyo during the Muromachi period . +1 Kitaro NISHIDA ( May 19 , 1870 - June 7 , 1945 ) was a representative Japanese philosopher , professor and honorary professor of Kyoto University . +1 Choken OTANI ( March 27 , 1930 - ) is a Jodo Shinshu ( True Pure Land Sect Buddhism ) priest and the 25th chief priest of the Otani school , Shinshu sect . +-1 JR-Miyamaki Station , located in Miyamaki Takatobi , Kyotanabe City , Kyoto Prefecture , is a stop on the Katamachi Line , which is operated by the West Japan Railway Company ( JR West ) . +-1 Sakai Prefecture was a prefecture that existed during the initial years of the Meiji Restoration period . +1 The Onie no matsuri Festival is the first Niiname-sai Festival ( ceremonial offering by a emperor of newly-harvested rice to the deities ) solemnized by an emperor after his or her Sokui no rei ( ceremony of enthronement ) . +-1 Kimekomi ningyo is a type of wooden doll . +1 Haruko KAJUJI ( born 1553 , died March 21 , 1620 ) was the wife of Imperial Prince Sanehito , the fifth son of Emperor Ogimachi . +-1 Shutosho ( vaccination institute ) is the name of the medical institute established for the purpose of prevention and treatment of smallpox in Japan . +-1 The Muromachi period ( 1336-1573 ) is a period of Japanese history spanning the length of time the Muromachi bakufu ( Japanese feudal government headed by a shogun ) was in existence . +1 Nashimoto no Miya was the Miyake ( house of an imperial prince ) established by Fushimi no Miya Imperial Prince Sadayoshi 's Imperial Prince , Prince Moriosa . +-1 Agedashi dofu is a dish of tofu lightly dusted with starch or flour , then deep fried , and served in dashi broth or dashi-based sauce seasoning with soy sauce . +1 Prince Ishizukuri ( Ishizukuri no miko ) is one of five kikoshi ( a young nobleman ) who appeared in " Taketori Monogatari " ( the Tale of Bumboo Cutter ) . +-1 Remarks +-1 Located in Ayabe City , Kyoto Prefecture , Ayabe Station is a stop owned by West Japan Railway Company ( JR West ) . +1 Enyuin ( 1549 - year of death unknown ) was the mother of Tojumaru MIURA and Hideie UKITA . +-1 The Nishi-Rosen Kyotei was the agreement to settle the dispute over the Republic of Korea ( the Korean Empire ) signed between Empires of Japan and Russia on April 25 , 1898 . +-1 Nerigashi ( a confection made from kneaded beans , rice , or rice powder ) is also referred to as ' konashi , ' which is a snack food produced by mixing an ingredient in the form of powder or grain and an ingredient in the form of liquid or paste , applying external forces for many times to homogenize the distribution , and finishing it in a clayey state of plastic deformation . +-1 Oshioki Ruireishu was a compilation of law reports dealing with criminal cases , which was created by the Edo bakufu . +-1 Bugyo is the name of a profession for a samurai family from the Heian period to the Edo period . +1 Engo ( verbal association ) is a rhetorical technique in waka poetry , where two or more semantically associated words are used in a poem to express one 's sentiments . +-1 Mokuryo refers to an institution that belonged to Kunaisho ( Imperial Household Ministry ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) of Japan adopting the Ritsuryo system . +-1 Asakura clan was a local ruling family whose home base was Echizen Province , and the clan later ascended to be a sengoku daimyo ( Japanese territorial lord in the Sengoku Period ) . +1 Ryozo MIYANAGA ( 1833 - January 16 , 1868 ) was a Dutch Studies scholar from Fukumitsu-mura , Tonami County , Ecchu Province ( present-day Fukumitsu , Nanto City , Toyama Prefecture ) . +1 Chinu no Okimi ( year of birth and death unknown ) was a member of the Imperial ( royal ) Family between the late sixth century and seventh the century in Japan . +-1 Located in Sodeshi , Tango-cho , Kyotango City , Kyoto Prefecture , Kyoga-misaki is a cape overlooking the Japan Sea ( the western part of Wakasa Bay ) . +1 Naotsune KUMAGAI ( 11283 - 1365 ) was a Gokenin ( shogunal retainer ) / Samurai during the period between the end of the Kamakura period and the Northern and Southern Courts period ( Japan ) . +-1 Kaishi ( Japanese tissue ) +-1 Uchiginu is one kimono of many kimonos forming juni-hitoe ( twelve-layered ceremonial kimono ) . +1 KADA no Arimaro ( 1706-September 23 , 1751 ) was a scholar of Japanese classical literature in the middle of the Edo period . +-1 Ruiju fusensho is a collection of official documents where Daijokanpu ( official documents issued by Daijokan , Grand Council of State ) , imperial decrees and gebumi ( reports to upper-class persons ) from 737 to 1093 were classified and compiled . +1 Koshohajime ( New Year lecture in the court ) is an annual event of the Imperial court in which Shinko ( Scholars give a lecture or explain achievements to the Emperor , the Empress , and the nobility ) is given by scholars as a part of the Emperor 's start of learning in January every year . +-1 Giondofu refers to a Dengakudofu ( tofu , bean curd skewered , roasted over charcoal , and coated with miso ) dish , sold by two chaya ( tea houses ) in front of Yasaka-jinja Shrine ( Gion-jinja Shrine ) in Kyoto in the Edo Period . +1 Korenori KAMEI ( 1557-February 27 , 1612 ) was a Japanese busho ( military commander ) . +-1 Kizu-cho is the name of the town which used to exist in Soraku-gun , Kyoto Prefecture . +1 FUJIWARA no Nagara ( Nagayoshi ) ( 802-August 10 , 856 ) was a Kugyo ( court noble ) of the early Heian period . +1 Koreharu OMIYA ( 1496 - October 8 , 1551 ) was a government official in the Sengoku period ( period of Warring States ) . +1 FUJIWARA no Michitsuna ( 955 - November 8 , 1020 ) was a noble of the mid Heian period . +-1 The Kawakatsu clan ( Kawakatsu-shi or Kawakatsu-uji ) was a Japanese clan . +1 Ryogen ( 912 - January 31 , 985 ) was a priest of the Tendai Sect who was active in the Heian period . +-1 Koun-ji Temple is an Eigenji School of the Rinzai Sect sub-temple located at Kumogahata-Nakahata-cho , Kita Ward , Kyoto City . +-1 Positioned above the Sadaijin ( minister of the left ) and the Udaijin ( minister of the right ) , the Daijo-daijin ( grand minister of state , also known as Dajo-daijin ) was the highest official post in the Daijokan ( Grand Council of State ) under the Ritsuryo system . +1 Ryoken ( 1611 - April 18 , 1687 ) was a Shingishingon sect monk during the early Edo period . +-1 Kayariki ( a mosquito repellent stick holder ) is a device to steady a burning repellent stick and to facilitate the post-cleaning of it , keeping ashes from flying off , by burning a mosquito repellent stick in or on it . +1 Arinori CHIGUSA ( October 15 , 1687 - May 18 , 1738 ) was a kugyo ( court noble ) who lived during the middle of the Edo period . +1 This article describes myth of food origin in Japanese Mythology . +-1 Yamazaki Shoten is another name for the independent Shingon Sect lineage Kannon-ji Temple in Yamazaki-cho , Otokuni-gun , Kyoto Prefecture . +-1 Shiso ( 紫蘇 , Perilla , the scientific name : Perilla frutescens var. crispa ) is a plant , a genus of Perilla that belongs to the Lamiaceae family . +-1 Itsumade , or Itsumaden is one of the monsters that have been handed down in Japan . +1 FUJIWARA no Fuyuo ( 808 ~ May 25 , 890 ( lunar calendar date ) ) was a court noble of the early Heian period . +-1 Omihakkei is one of Hakkei ( the most beautiful scenes of a certain area ) in Japan . +1 " Wakatai jisshu " ( The Ten Styles of Japanese Poetry ) is a treatise on waka poetry written by MIBU no Tadamine , one of the compilers of Kokin Wakashu ( A Collection of Ancient and Modern Japanese Poetry ) . +-1 Meiji is the name of an era in Japan . +-1 Dochuzu is a pictorial map made during the Edo period in which land routes or sea routes are described . +-1 Maruyama-Shijo School is a name collectively referring to Maruyama School founded by Okyo MARUYAMA and Shijo School founded by Goshun MATSUMURA , which became famous in Kyoto from the late Edo Period . +1 Emperor Juntoku ( October 22 , 1197 - October 7 , 1242 ) was the eighty fourth Emperor during the Kamakura period . +1 Kaoru INOUE ( January 16 , 1836 - September 1 , 1915 ) was a Japanese feudal samurai retainer of the Choshu clan , statesman , and businessman . +-1 Inoko ( the Young Boar Festival ) is an annual event held on the day of boar in October ( month of boar ) in old calendar . +1 FUJIWARA no Mototoshi ( 1060-Feburary 20 , 1142 ) was a court noble and poet of the late Heian period . +1 Yorinaga ODA ( 1582 to October 15 , 1620 ) , was the second son of Nagamasu ODA ( Urakusai ) . +-1 Dokoshi ( Public Works Office ) was one of the institutions belonging to Kunaisho ( Ministry of the Sovereign 's Household ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 FUJIWARA no Mitsutaka ( 1127-September 6 , 1201 ) was Kugyo ( the top court officials ) who lived from the end of the Heian period to the beginning of the Kamakura period . +-1 Kono-jinja Shrine is a Shinto shrine located near Amanohashidate in Miyazu City , Kyoto Prefecture . +1 Enga TERAMOTO ( 1872 - 1940 ) , born in Kaito-gun , Aichi Prefecture , was a priest of Higashi Hongan-ji Temple and the third Japanese who entered Tibet . +-1 Tenryaku no Chi describes the idealized political reign of the Emperor Murakami in mid-Heian period ( in the mid-10th century ) . +1 Kiyomitsu TORII ( 鳥居 清満 , 1735 - May 11 , 1785 ) was an Ukiyoe artist who was active in the Torii school of Ukiyoe in the early Edo period . +1 Imperial Prince Tsuneyoshi / Tsunenage ( 1324 - May 3 , 1338 ) was Emperor Godaigo 's Prince . +1 Sensho MURAKAMI ( May 1 , 1851 - October 31 , 1929 ) was an educator and a scholar of Japanese Buddhist history who played an active role from the Meiji period to the Taisho period . +-1 Located in Maizuru City , Kyoto Prefecture , Aobasanroku-koen is a park at the foot of Mt . Aoba . +-1 Shukuba Ichiya Yumekaido is a festival that takes place in Furuichi , Sasayama City . +-1 Kososhin is the god deemed to be the ancestor of Imperial Family . +1 Kinna SAIONJI ( 1410 - June 21 , 1468 ) was a Kugyo ( high court noble ) in the Muromachi period . +-1 Saida is a Japanese term used to refer to alcohol-free , transparent and colorless soda which tastes sweet and sour . +-1 Ogetsuhime ( Ohogetsuhime ) is a deity who appears in the Japanese Mythology . +-1 The Itsukaichi Constitution is one of the constitution drafts which were made at the beginning of the Meiji period . +1 YOSHIMINE no Yasuyo ( 785-August 2 , 830 ) was a court noble during the early Heian period . +-1 Zuryomei were unofficial names for government posts . +1 Ryukan ( 1148 - January 21 , 1228 ) was a Jodo sect priest from the late Heian period to the early Kamakura period . +-1 " Kakushi nenbutsu " is a general term that refers to heretical sects ( and their beliefs ) within Buddhism , which have various secretive aspects . +-1 " Kugatachi " ( also known as kukatachi and kukadachi ) refers to trials by ordeal held in ancient Japan . +-1 Toro ( a garden lantern ) is a kind of traditional Japanese lighting fixture . +-1 Shosoin monjo refers to document collections kept in Todai-ji Temple Shosoin , which are mainly created by the Sutra copying office at Todai-ji Temple . +-1 " Tenjin-shinko Faith " is a belief in Tenjin ( heavenly gods ) ( Raijin ( god of lightning ) ) , specifically , a Shinto faith with awe and prayers centered around Sugawara no Michizane as ' Tenjin-sama . ' +-1 Gunyaku ( also known as Guneki ) was a military service and provisions that was imposed by the lord on a retainer to offer in wartime . +-1 Takayama Dam is located a short distance upstream from the confluence point of the Yodo-gawa River System stretch of the Kizu-gawa River and its arm Nabari-gawa River in Oaza Takao , Minami Yamashiro-mura , Soraku-gun , Kyoto Prefecture . +1 Prince Shioyaki ( Year of birth unknown - October 21 , 764 ) was a grandchild of Emperor Tenmu and a child of Imperial Prince Niitabe . +-1 Okazaki-michi Station was a railway station on the Keihan Keishin Line of the Keihan Railway Company . +1 Hirotsuna KAWAKATSU ( 1579 - Nov 3 , 1661 ) was a military commander during the Azuchi-Momoyama period and subsequently , a retainer of the Shogun during the Edo period . +1 Takasago tayu is a former Shimabara tayu ( a high ranking courtesan of the Shimabara district in Kyoto ) from Shimogyo Ward , Kyoto City . +-1 Nodagawa Station , located in Koaza Kakiuchi Aza Shimoyamada , Yosano-cho , Yosano-gun , Kyoto Prefecture , is a railway facility of the Miyazu Line operated by Kitakinki Tango Railway ( KTR ) . +-1 The Kengoin school of the Jodo Shinshu sect is one of the schools of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +1 Soyo ( 1526 - December 13 , 1563 ) was a renga poet ( linked-verse poet ) in the Sengoku period ( period of warring states ) . +1 FUJIWARA no Yoshino ( 786 - September 10 , 846 ) was a court noble who lived in the early Heian period , +1 Moritane CHOSOKABE ( year of birth unknown - June 4 , 1615 ) was a busho ( Japanese military commander ) who lived in the Azuchi-Momoyama period through to the early Edo period . +1 Dosho ( 1281 - January 24 , 1356 ) was a priest of the Tendai sect and a poet . +-1 Rikken seiyukai was one of the two major political parties along with Rikken Minsei-to political party between the end of Meiji period and the early part of Showa period in Japan ( September 15 , 1900 - July 16 , 1940 [ the orthodoxy faction , the unificationists ] / July 30 , 1940 [ the reformists ] ) . +1 Yasumura WAKIZAKA ( 1656 - October 31 , 1706 ) was a successor of the Tatsuno Domain in Harima Province . +-1 Ecchu fundoshi ( 越中褌 ) is a kind of fundoshi , a traditional Japanese undergarment for adult males . +1 Sosetsu SEN , also known as SEN no Sosetsu ( 1592 to 1652 ) was a chajin ( master of the tea ceremony ) . +-1 The shiki system is the term to indicate the stratified ruling structure in medieval Japan . +-1 Gakkanin is a type of Daigaku-besso ( academic facility for nobles ) that belongs to Daigaku-ryo ( Bureau of Education under the ritsuryo system ) . +-1 Kyoto-shugo is one of the occupational categories of the Kamakura bakufu . +1 Hironobu HIROTSU ( 1819 - 1883 ) was a Japanese diplomat . +1 Sadamitsu HORIGUCHI ( 1297 - 1338 ) was a busho ( Japanese military commander ) , who lived from the late Kamakura period to the Northern and Southern Courts period . +1 Cloistered Imperial Prince Shoe ( 1094 - March 4 , 1137 ) was a Shingon sect priest in the late Heian period . +-1 Nagaoka Tenmangu is a shrine ( tenmangu ) located in Nagaokakyo City , Kyoto Prefecture . +-1 The Keiji Bypass is the bypass of a national highway that extends from Kusatsu City in Shiga Prefecture to Kumiyama Town , Kuse-gun in Kyoto Prefecture . +-1 " Tsuru Kame " is a program of Noh , traditional masked dance-drama . +-1 The Japanese term " matsuri " ( festival , written as 祭 or 祭り ) refers to ceremonies or Shinto rituals worshipping Shinreikon ( the spirit of God ) . +1 Tatsuji ( 1846 - 1910 ) was a geisha of the Shimabara Kikyoya house in Kyoto . +-1 The Irtysh surrender incident is the incident in which the crew of a special service vessel of the Russian Baltic Fleet called the Irtysh , which had been damaged in the Battle of Tsushima and stalled at sea , surrendered in Waki district , Tsuno village , Naka County ( present-day Waki town , Gotsu City ) , Shimane Prefecture at about 2 : 00 pm on May 28 , 1905 . +1 OMI no Mifune ( 722 - July 30 , 785 ) was a literary man in the late Nara period . +1 ISONOKAMI no Otomaro ( year of birth unknown - October 9 , 750 ) was a Kugyo ( the top court officials ) and man of literature in the Nara period . +-1 Showaraku or Jowaraku is a gagaku ( ancient Japanese court music and dance ) music piece . +-1 Kutsuki-mura was a village located in the former Takashima-gun in the west of Shiga Prefecture . +1 Nagatoshi NAWA ( ? - August 15 , 1336 ) was a military commander during the period of the Northern and Southern Courts ( Japan ) . +1 The Saga-Genji were the descendants of Emperor Saga , the fufty second emperor , and the first to be given the Genji name . +-1 The Yamagunitai ( the Yamaguni Corps or Troop ) was an armed force of farmers that was formed during the Bakumatsu period ( a fifteen-year period , from 1853-1868 , that saw the demise of the Tokugawa bakufu ) in the hamlet of Yamaguni in Kuwata county of Tanba Province ( the modern-day Keihoku-cho , Ukyo Ward , Kyoto ) . +1 Kazuma ODA ( November 11 , 1882 - March 18 , 1956 ) was an artist and a printmaker , who lived during the Meiji period to the Showa period . +1 Kojiro Nobumitsu KANZE ( 1435 or 1450 - August 15 , 1516 ) was a Sarugakushi ( an actor of Sarugaku ( early form of the Japanese classical drama Noh ) and a Nohgakushi ( an actor of Noh ) ) , and a playwright of Sarugaku ( Noh ) . +-1 Chidori no Kyoku ( a song for plover ) is a musical composition for koto ( a long Japanese zither with thirteen strings ) and kokyu ( Chinese fiddle ) composed by Yoshizawa Kengyo ( the highest title of the official ranks within the Todo-za [ the traditional guild for the blind ] ) ( the second ) . +-1 Utano Station , located in Nagao-cho , Utano , Ukyo Ward , Kyoto City , is a railway facility of the Kitano Line , which is operated by Keifuku Electric Railroad . +-1 People living in Kyoto called sake ( rice wine ) brewed outside of the Kyoto area and brought to Kyoto as yosozake over the Muromachi period and the Edo period . +1 Fusajiro KANEMATSU ( June 25 , 1845 - February 6 , 1913 ) was a Japanese businessman . +-1 " Jisha honjoryo no koto " was a law enforced by the Muromachi bakufu ( Japanese feudal government headed by a shogun ) on July 10 , 1368 . +1 Fukurozoshi is a treatise on waka poetry written during the Hogen era ( 1156 - 1159 ) in late Heian period by FUJIWARA no Kiyosuke , who was a court noble and a poet in a linage of the Rokujo family . +-1 Oyamakuhi no kami is a Japanese deity . +1 Nagakatsu FUJIKAKE ( 1557 - July 7 , 1617 ) was a busho ( Japanese military commander ) who lived during the Azuchi Momoyama period and the early Edo period . +-1 Somato is a kind of a garden lantern , which is crafted to show a revolving shadow picture with its inside and outside frames . +-1 A kodencho was an account book made to report to the central government on the results of koden ( research of public paddy fields in a ryoseikoku [ province ] ) by a kodenshi ( koden researcher ) or a kokushi ( provincial governor ) sent by the central government under the ritsuryo system in ancient Japan . +-1 Ten-en-chi-hou is an ancient Chinese view of the universe which considers the heaven as round and the earth as square . +1 Oobako ( date of birth and death unknown ) was a Japanese woman in Jodai ( mainly the Nara era ) . +-1 Chihanji was a name for a local government official position in the early Meiji period . +-1 Omuro is the location name of Ukyo Ward , Kyoto City , Kyoto Prefecture . +1 " Kudensho " is a book written in 1331 by Kakunyo , who was the third chief priest of Hongan-ji Temple of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +-1 Mokkotsu ho is one of the techniques in Oriental painting . +1 Satoko OTANI ( September 1 , 1906 - November 15 , 1989 ) was the wife of Kocho OTANI , the 24th Hoshu ( head priest ) of Higashi Hongan-ji Temple . +1 SAEKI no Mino is a court noble in the Nara Period . +-1 The " Shochu Incident " occurred in 1324 ( late Kamakura period ) , where a plan to overthrow the Kamakura bakufu by Emperor Godaigo was discovered beforehand and the main perpetrators were executed . +-1 Private schools were private-run educational institutions ( whose teachers were the brightest persons and former government ministers , etc . ) in China as well as in Japan during the Edo Period . +-1 The Mushanokoji family was a Japanese clan ( court nobles ) . +-1 The Rinpa school refers to artists and craftsmen in the Edo period who used a similar style , including Sotatsu TAWARAYA and Korin OGATA . +1 The fifth Utaemon NAKAMURA ( February 14 , 1866 - September 12 , 1940 ) was a kabuki actor who was active in the Meiji period and the Taisho period and the prewar period of the Showa period . +-1 Rokuyo refers to one of rekichu ( various information recorded in the almanac ) and has the six kinds such as sakigachi ( The day on which bold actions are supposed to turn out well ) , tomobiki ( The day currently believed to pull a friend by superstition ) , sakimake ( The day on which it is supposed to be better to avoid disputes and hurried actions ) , butsumetsu ( Buddha 's death or unlucky day ) , taian ( The most auspicious day in the six-day Buddhist calendar ) and shakko ( The day of great misfortune ) . +-1 The subjugation of the Emishi means the conquest of the Emishi ( later called the Ezo ) , the indigenous inhabitants in the northern and northeastern parts of ancient Japan , carried out by the imperial court . +1 Rengo ( 1468 - August 26 , 1543 ) was a priest of Jodo Shinshu sect ( the True Pure Land Sect of Buddhism ) over the middle of the Muromachi period and the Sengoku Period ( Period of Warring States ) . +-1 The Hashiba clan was a clan founded by Hideyoshi TOYOTOMI . +1 " Rokudai Shojiki " ( or " Rokudai Shoshiki " ) is a historic tale written in chronological form in the early Kamakura Period of Japan . +-1 Sanmon +-1 Ine Bay is a bay located in Ine Town , Yosa County , Kyoto Prefecture . +1 Rekido ABEI ( male , 1805-September 16 , 1883 ) was a modern Japanese tenkokuka ( artist of seal engraving ) . +1 Kongobutsushi Eison Kanjingakushoki is an autobiography of Eison , a Buddhist monk who founded the Shingon Ritsu sect in the Kamakura period . +-1 A Gyotai ( fish box ) is an accessory used for Sokutai costume ( traditional formal court dress ) . +1 Shigenari INAGE was busho ( a Japanese military commander ) who lived during the last days of Heian period and the early Kamakura period . +-1 Kozuya-bashi Bridge is a bridge over the Kizu-gawa River connecting Kumiyama-cho , Kuse-gun , Kyoto Prefecture and Yawata City . +-1 Kabuki ie no gei is a program list that is especially selected by the influential members of kabuki actors as the specialty pieces of their kabuki schools . +1 FUJIWARA no Ujimune ( 810 - March 27 , 872 ) was a court noble and politician in the imperial court who lived in the first half of the Heian period . +1 Gorosaku NAGASHIMA ( 1852 - June 20 , 1869 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) from Abo Province . +1 Prince Oi ( Oi no Kimi or Oi no Miko , his date of birth and death were unknown ) first appeared in the Itsubun ( unidentified or lost writings ) written articles of the ' Joguki ' ( Record of the Crown Prince ) being an Imperial family ( Royal family ) around the fifth century in Japan +-1 " Ni-moto " was one of the producing methods of " Nanto moro-haku , " the sake ( Japanese rice wine ) that had a reputation of having the highest quality and grade from the mid-Heian period to the end of the Muromachi period . +-1 The Uta-e is an elaborately designed pictorial work consisting of several illustrations depicting tools , natural phenomenon , plants and animals among other things that appear in Japanese poems , stories , and famous ceremonies , aimed at helping readers imagine and understand the backgrounds of these works . +1 Shigehira KOBAYAKAWA was a samurai in the Kamakura period . +-1 Engi , Tenryaku no chi is the magnificent imperial reign name for the reigns of Emperor Daigo and Emperor Murakami in the mid Heian Period ( the 10th century ) . +-1 Dakyu , also known as Uchimari ( Japanese polo ) is an athletic sport or a game similar to polo , once played in Japan . +-1 Nanzenji tofu is a kind of tofu produced around Nanzen-ji Temple , the Grand Head Temple of Rinzai sect in Kyoto , and Shonai Region of Yamagata Prefecture . +1 FUJIWARA no Nagato ( 949 - c . 1009 ) was a waka poet in the mid-Heian period . +1 Nobuto TSUDA is busho ( a Japanese military commander ) and daimyo ( a feudal lord ) from the Sengoku period ( period of Warring States ) ( Japan ) through the Azuchi-Momoyama period . +-1 The Kasuga family was one of Japan 's noble families . +1 The Emperor Taiho ( - , reign - ) was a person whom Yoshimasa MIURA , who called himself Nancho seito ( Legitimate Succession of the Southern Court ) , insisted was his ancestor . +-1 Asukanabe is one of the local dishes of Nara region . +1 Yoshimi ASHIKAGA was a member of the ASHIKAGA clan from the mid- to late Muromachi period . +1 Kazuyuki FUKUO ( July 30 , 1973 - ) is a Noh actor of the Fukuo school of waki-kata ( supporting actors ) . +1 Tsunamitsu HIROHASHI ( July 31 , 1431-April 6 , 1477 ) was a Kugyo ( the top court officials ) in Japan . +1 Gennin ( 818 - December 14 , 887 ) was a priest of the Shingon sect early in the Heian period . +-1 Bukko-ji Temple is a Jodo shin shu ( True Pure Land Sect Buddhism ) temple located in Shimogyo-ku Ward , Kyoto City , Kyoto Prefecture . +1 Yoshisuke HINO ( 1397 - July 24 , 1434 ) was a man who lived in the Muromachi period . +-1 The Inarizuka-kofun Tumulus , located in Mogusa , Tama City , Tokyo Prefecture , is a burial mound built in the late Kofun period ( the period of ancient burial mounds ) ( the first half of the seventh century ) . +1 Sadayuki ATSUJI ( 1528 - July 7 , 1582 ) was a Japanese military commander and vassal of the Asai and the Oda clans during the Sengoku Period . +-1 Kyoho-Oban refers to a large-sized gold coin released in July 1725 . +-1 The Jin no Sadame was a type of privy council in use by regency governments during the Heian period . +1 OHARA no Otoji ( year of birth and death unknown ) was a daughter of FUJIWARA no Kamatari . +-1 Kamashi is a craftsman to found chagama ( iron tea ceremony pot ) . +-1 Located in Kaya , Yosano-cho , Kyoto Prefecture , Kaya Steam Locomotive Square is a facility run by Kaya Kosan Co . Ltd. to preserve and exhibit railway cars . +1 Kagetomo YAMAOKA was the Busho ( Japanese military commander ) in the Sengoku Period ( Period of Warring State ) and the Azuchi-Momoyama Period . +1 ATO no Otari ( date of birth and death unknown ) was a government official ( lower or middle ranked ) in the Nara period . +1 Senkichi SASAKI ( born on December 18 , 1930 to now ) is a kyogen performer of Okura-ryu ( the Shigeyama family , Kyoto ) ( Okura school ) . +1 Agata no INUKAI no Michiyo ( 665 ? - January 11 , 733 ( old lunar calendar ) ( February 4 , 733 ) ) was a court lady during the early Nara Period . +1 Hisamoto HIJIKATA ( November 23 , 1833 - November 4 , 1918 ) was a shishi ( patriot ) and statesman from the late Edo period ( the last days of Tokugawa Shogunate ) to the Meiji and Taisho periods . +-1 A katsudo benshi is a Japanese professional narrator of an old motion picture , or a silent movie , who gives live narration to the audience . +1 Goryosha is a car which is designed for the Japanese Emperor and the Imperial family . +-1 the Asai clan , Hidetsugu HASHIBA , Takatsugu KYOGOKU , Kuruwa ( walls of a castle ) , stone wall +-1 Chokusai is a religious service at a shrine where imperial messengers are sent by the Emperor . +1 Yoshitane SOMA ( year of birth and death unknown ) was a samurai who lived during the Kamakura period . +1 Kumanokuni no miyatsuko ( Kumano Kokuso ) was shizoku ( clan ) who ruled Kumano Province ( later Muro-gun , Kii Province , present Southern area of Wakayama Prefecture and Southern area of Mie Prefecture ) in ancient times . +1 Shippan ( unknown – October 15 , 1144 ) was a monk during the late Heian period . +1 Shingen TAKEDA , Harunobu TAKEDA was a busho ( Japanese military commander ) during the Sengoku period ( Japan ) , a shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) of Kai Province , and a daimyo ( Japanese territorial lord ) during the Sengoku period ( period of warring states ) . +-1 Sho is a standard unit of volume ( capacity ) in the East Asian system of weights and measures . +1 Morokazu NAKAHARA ( 1184 - July 19 , 1251 ) was a person during the Kamakura period . +1 Tomomune HIKI ( the date of birth and death unknown ) was a busho ( Japanese military commander ) from the end of the Heian period into the beginning of the Kamakura period . +-1 Koon-toka-ho is a Japanese sake-making method used today , in which the starch component of polished rice is gelatinized not by being steamed but by being heated at a high temperature , and then is fermented with the rice malt and yeast that is added at the next stage . +-1 Akio SHIOTSU ( January 22 , 1945 - ) is a shite-kata ( a main actor ) of the Kita school of Noh . +-1 The term " ikki " refers to an attempt made by a community in Japan to achieve an objective when members of the community that share the same sentiment work closely together for a certain reason . +1 Tatsuo KISHIMOTO ( November 13 , 1851-April 5 , 1912 ) was a law scholar in Japan . +-1 Suzuriarai ( literally , washing ink stone ) is an event carried out on July 6 in the lunar calendar in preparation for welcoming the Tanabata Star festival . +1 HEKI no Kiyotari ( 浄足 ) ( year of birth and death unknown ) was a government official ( lower or middle ranked ) of Nara period . +-1 An official national measure that was enacted by Emperor Gosanjo in 1072 , Enkyu senjimasu ( also referred to simply as Senjimasu ) was used to implement new manor regulation policies , including a manor regulation ordinance issued during the Enkyu era . +1 Imperial Prince Hozumi ( year of birth unknown - August 30 , 715 ) was a member of the Imperial family , who lived during the Nara Period . +1 Tokuro MIYAKE is one family name given to Kyogen performers . +1 Zoami ( year of birth and death unknown ) was an actor of the Dengaku Shinza ( New Dengaku Guild ) , who was active during the same time period as Zeami . +-1 San-shikishi is a collective term for the " Tsugi-shikishi " ( spliced shikishi ) , " Sunshoan-shikishi , " and " Masu-shikishi " ( square shishiki ) and is one of the best examples of " kana-gaki " ( writing in kana , as opposed to Chinese characters ) calligraphy from the Heian period . +-1 Itabuki no Miya was an Imperial Palace where Empress Kogyoku lived in about the middle of the seventh century . +-1 Hanreki-shosha was an exclusive organization to distribute the calendar in the early Meiji period . +1 MURAKUNI no Oyori ( date of birth unknown - July 676 ) was a person who lived in the Asuka Period . +1 Imperial Prince Fushiminomiya Kunimichi ( 1641 - September 1 , 1654 ) was a member of the Imperial family in the early Edo period . +-1 The Surrender of Edo-jo Castle was executed during the ending of the Edo period ( the final phase of the Tokugawa shogunate ) , occurring over the months of March to April in 1868 ; Takamori SAIGO , a representative of the new Meiji government , and Kaishu KATSU , a representative of the former Tokugawa shogunate troops ; together strategically negotiated a peaceful resolution to the surrender of Edo-jo Castle ; this peacefully negotiated transfer was to become historically known as , The Bloodless Surrender of Edo-jo Castle . +1 Joo TAKENO ( 1502- December 22 , 1555 ) was the wealthy merchant ( merchant for armory or leather ) of Sakai City . +-1 Sushi restaurant is also called sushisho or sushiten and is a restaurant which serves Japanese food sushi . +1 In the study of history , komonjo ( literally , old documents ) refers to methods created to communicate one 's intentions to a specific addressee . +-1 The Katsuraki clan was a powerful local clan who had their base in the Kazuraki region of the Yamato Province ( present day Gose city and Katsuraki city , Nara Prefecture ) during the Kofun period ( tumulus period ) . +-1 Robatayaki refers to the style of premises and serving at restaurants , which originated in Sendai City , Miyagi Prefecture and developed in Kushiro City , Hokkaido , as well as the dishes served there . +1 Suketsugu MATSUDAIRA was the third lord of the Miyazu Domain , Tango Province . +1 Torazo NINAGAWA ( February 24 , 1897 - February 27 , 1981 ) was an economist and statistician . +-1 Tegotomono is the style of composition which has instrumental parts ( here , it is also called " tegotomono-form " ) or the kind of songs in sankyoku music which consists of jiuta , so ( or koto ) music and kokyu ( Chinese fiddle ) music . +-1 Akabozu is a specter that has been told in Kyoto Prefecture and Ehime Prefecture . +-1 The government offices centralizing plan was the city plan of the capital of Tokyo which was organized in the Meiji period ; it planned to build a splendid baroque city which would be equivalent to Paris or Berlin by centralizing official buildings such as the Congress Hall and government offices around Kasumigaseki area in Tokyo . +-1 Hoju-ji Temple is a Tendai Sect Buddhist temple located in Higashiyama Ward , Kyoto City . +1 Chikamoto NINAGAWA ( 1433 - July 13 , 1488 ) was an agent in the administrative office of the Yoshimasa ASHIKAGA and Yoshihisa ASHIKAGA shogunate . +1 KIYOUCHI no Oyuki ( 808-June 29 , 882 ) was a government official who lived during the early Heian period . +-1 Located in Sakyo Ward , Kyoto City , Kyoto Prefecture , Murin-an Villa is a facility centered on a Japanese garden and is designated as a place of scenic beauty . +1 Koretoyo KAJUJI ( 1503 – March 22 , 1594 ) was a court noble in the Azuchi-Momoyama Period . +1 Imperial Prince Fushiminomiya Kunitaka ( March 8 , 1456 - April 24 , 1532 ) was an Imperial family member during the late Muromachi period . +-1 Ishida Station , located in Ishida-morihigashi-cho , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a railway facility of the Tozai Line of the Kyoto Municipal Subway . +1 TAIRA no Yasumori was a busho ( Japanese military commander ) who lived during the late Heian period . +1 FUMI no Kusuri is a person who lived in the Asuka Period , but his birth and death dates are not known . +-1 " Bon toro " ( also called " bon doro , " written as " 盆燈籠 " in Japanese ) is a lantern-shaped decoration , which is dedicated to the dead at a grave during the season of " Obon " ( an annual festival of the dead ) in Japan . +-1 Izanagi-jinja Shrine is located in Ikoma City , Nara Prefecture . +-1 Sakite-gumi was one of military systems in the Edo bakufu . +1 Kocho OTANI ( October 1 , 1903 - April 13 , 1993 ) was a monk in the Jodo Shin ( True Pure Land ) sect of Buddhism , and he was the 24th Hoshu ( high priest ) ( Monshu ( representative priest ) later ) of Higashi Hongan-ji Temple . +-1 Takatori Domain was a feudal domain what was located in Yamato Province ( present-day Takatori-cho , Takaichi-gun , Nara Prefecture ) . +-1 " Kokuiko " is a literary work by KAMO no Mabuchi , a scholar of Japanese classical literature in the Edo period . +1 Baishoron is a Japanese war tale and a history of the period of the Northern and Southern Courts ( Japan ) as great as the Taiheiki . +-1 Arashiyama Torokko Station , located in Saga Ogurayama-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Saga Sightseeing Tram Line of the Sagano Scenic Railway . +1 Yoshimasa KOIDE ( 1565 - April 19 , 1613 ) was a busho ( Japanese military commander ) in the Azuchi Momoyama period and the early Edo period . +-1 The Gangyo War , which occurred in the Heian period , was a rebellion by the Ifu , or less assimilated Emishi ( unassimilated northerners ) under the rule of the Imperial Court . +-1 Minpoten Ronso ( disputes over the legal code provided for basic stipulation related to Civil Code ) was the disputes whether to postpone or carry out the effectuation of the Old Civil Code ( Act No.28 , No.29 of 1890 ) in Japan from 1889 to 1892 ) . +-1 The term " Matsugo yoshi " refers to a son who was adopted on his adoptive father 's deathbed . +1 Tsunenori NIJO ( 1286-date of death unknown ) was a kuge ( court noble ) who lived during the Kamakura period . +1 Goro HIRAYAMA ( born in 1829 and died on October 30 , 1863 ) was a samurai in the Edo period . +1 Imperial Prince Shiki ( 志貴皇子 , 668 ? - , September 5 , 716 ) lived from the end of the Asuka period to the beginning of the Nara period . +-1 Nenki is an anniversary of the death of a person . +1 Naosue IMADEGAWA ( October 24 , 1782 - September 27 , 1810 ) was Kugyo ( a Court noble ) in the late Edo period . +-1 Bangaku-ji Temple is a temple of the Soto sect located in Nakasho , Makino-cho , Takashima City , Shiga Prefecture . +1 Utsusemi is the cast-off skin of a cicada ( order : Pentatomidae ) , when it hatches . +1 FUJIWARA no Yoritada ( 924 - August 5 , 989 ) was a court noble who lived in the mid Heian period . +1 KI no Narimori ( year of birth and death unknown ) was an influential warrior in the western part of Hoki Province ( Nishi Hoki ) from the end of the Heian period to the Kamakura period . +1 Doan SEN ( 1546 - March 14 , 1607 ) , a Japanese tea ceremony master during the Sengoku and Edo periods of Japanese history . +1 Nobukatsu ( Nobuo ) ODA was a warlord / daimyo ( feudal lord ) who lived in the Azuchi-momoyama and early Edo periods . +1 Court rituals are performed in order for an emperor to pray for peace , security , and prosperity of the nation and people . +1 Yasunobu MATSUDAIRA was the second Lord of the Sakura Domain in Shimousa Province . +-1 The opening of a country to the outside world ( as opposed to national isolation ) means to interact and trade with foreign countries . +1 Socho ( 1448 - April 11 , 1532 ) was a renga ( linked-verse ) poet of the late Muromachi period . +1 Noriyori ARIMA ( March 18 , 1533 - September 13 , 1602 ) was a Japanese military commander during the time from the Sengoku period ( of Japan ) to the Azuchi-Momoyama period . +1 Roben ( 689 - January 10 , 774 ) was a bonze of the Kegon Sect in the Nara period . +-1 The Sino-Japanese Agreement was the treaty concluded between Japan and the Qing Dynasty which ruled China . +1 Norifusa UESUGI +-1 Koshu ( 公主 ) indicates the daughters of the Chinese Emperors . +-1 Gun-ku-cho-son Henseiho ( the law for reorganization of counties , wards , towns and villages ) was the law regarding a Japanese local government system , established in 1878 . +-1 Shukuzen is one of the words used in the doctrine of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +1 Muneko HINO ( year of birth unknown - June 21 , 1447 ) was the legal wife ( Midaidokoro ( shogun 's wife ) ) of Yoshinori ASHIKAGA , who was the sixth seii taishogun ( literally , " the great general who subdues the barbarians " ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +-1 Arashi Kanjuro Productions ( established April 1928 , disbanded in February 1929 , established again in August 1931 and then disbanded in 1937 ) was a film company located in Kyoto . +1 Mitsuyoshi KIRA ( year of birth unknown - October 17 , 1356 ) was a busho ( Japanese military commander ) lived during the period of the Northern and Southern Courts . +1 The Imperial Household Agency ( called Kunai-cho in Japanese ) is one of the administrative agencies in Japan . +1 FUJIWARA no Mayori ( year of birth and death unknown ) was a noble in the Nara period . +-1 Chuko ( Middle Ages ) is a word used to represent a time period , and is the second of the three words : joko ( ancient times ) , chuko ( middle ages ) , and kinko ( early modern age ) . +1 FUJIWARA no Moriko +-1 The Maria Luz Incident is an incident in which the Japanese government freed the Qing laborers the Peruvian ship " Maria Luz " harbored in Yokohama Port in 1872 , on the ground that they were treated as slaves . +-1 Koto-sanzan ( the three temples in the east of Lake Biwa ) collectively means three Tendai Sect temples , namely Saimei-ji Temple , Kongorin-ji Temple , and Hyakusai-ji Temple . +1 KOSE no Kiminari ( dates of birth and death unknown ) was a noble of the Nara Period . +-1 Hoshigaki is a kind of dried fruit made by drying Japanese persimmons . +1 Gyonyo ( 1376 - November 8,1440 ) was a monk of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) and the sixth chief priest of Hongan-ji Temple . +-1 The Seika garden city , located in Hosono Nishi , Seika-cho Town , Soraku-gun County , Kyoto Prefecture , is a shopping center in front of Hosono Station on the JR Katamachi line ( the science city line ) and in front of Shin Hosono Station on the Kintetsu Kyoto line . +-1 " Jishi menkyo " refers to the exemption from " jishi " ( the tax imposed on the land of the town 's residential area during the early modern ages of Japan ) permitted by a feudal lord , and jishi corresponded to " nengu " ( the tax imposed on the land of farming villages ) . +-1 The term " seishi " refers to the following : +1 Morotane SOMA +-1 The Fujita school is one of the schools of fue-kata ( flute players ) in Nohgaku ( the art of Noh ) . +1 TAIRA no Narimoto ( year of birth unknown - 1109 ) is a busho ( Japanese military commander ) in the late Heian period . +1 Suketada OGAWA ( 1549 - 1601 ) was a warlord in the Sengoku period ( period of Warring States ) . +1 Keijuin ( 1514 - June 27 , 1565 ) was the lawful wife of Yoshiharu ASHIKAGA , who was the 12th Seii Taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +-1 The Kajuji ( also pronounced Kanjuji ) family was a court noble family of the Kajuji line of the Northern House of the Fujiwara clan . +-1 Koseki refers to a family register or eligibility to be a member of the Imperial Family . +-1 Jinpo or kamudara refers to items which are stored within the inner sanctum located in the sanctuary of a Shinto shrine . +-1 Asuka-Fujiwara : Archaeological sites of Japan 's Ancient Capitals and Related Properties is the generic term of archaeological sites in Asuka , Nara Prefecture and has been accepted to the World Heritage ( cultural heritage ) Tentative List of United Nations Educational , Scientific and Cultural Organization ( UNESCO ) . +1 Tadamasa TODA ( 1632 - October 2 , 1699 ) was a feudal lord who lived in the early Edo period . +1 Sumio YAMADA ( 1937- ) is a Noh actor , shite-kata ( main roles ) of Kongo school . +1 Ko NAKAHIRA ( January 3 , 1926-September 11 , 1978 ) was a film director . +-1 Monto mono shirazu ' is a phrase which believers of other sects use when they criticize monto ( believers ) of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) as ' they don 't know about the manners of Buddhism . ' +1 The term Kouin refers to Imperial descendants . +1 MINAMOTO no Chikayuki ( year of birth and death unknown ) was a writer and politician , a classical scholar , and a poet who lived in the first half of the Kamakura period . +1 Various ceremonies associated with the emperor and Miyake ( families allowed to be in status of the Imperial Family ) are described below . +-1 Jujo Station ( Tokyo ) , located in the Kita Ward of Tokyo , is a station on the Saikyo Line ( Akabane Line ) of the East Japan Railway Company ( JR East ) . +-1 " Kenchi-cho " refers to the register compiled per village , in which the result of " kenchi " ( land survey ) was added up . +-1 Fukuchiyama-jo Castle is a hirayamajiro ( flatland-mountain castle ) located in Fukuchiyama City in Kyoto Prefecture . +-1 Yogin is a foreign silver brought in to Japan at the end of the Edo Period through the beginning of the Meiji Period . +-1 Anpan ( a round soft bread with azuki bean paste in the center ) is a kind of a sweet bun with ' an ' ( sweet bean paste ) . +-1 Kamigata is a name used in the Edo period referring to Kinai including Osaka and Kyoto . +1 SUGAWARA no Michizane ( his name can also be read as Michimasa and Doshin ) ( August 5 , 845 - March 31 , 903 ) was a scholar , composer of Chinese poems , and a politician who lived in the Heian period . +-1 Busshi is a name for someone who is in charge of making Buddhist statues and so on , in Japan . +1 Sanemori SAITO ( 1111 - June 22 , 1183 ) was a military commander in the late Heian period . +1 MINAMOTO no Yoshikatsu ( years of birth and death unknown ) , who was a busho ( Japanese military commander ) descended from Kawachi-Genji ( Minamoto clan ) , lived in the end of the Heian period . +-1 Hokoku-jinja Shrine stands in Nagahama City , Shiga Prefecture . +1 MINAMOTO no Mitsumune ( date of birth unknown - 1160 ) was a samurai at the end of the Heian period . +1 Shigeyoshi UESUGI ( year of birth unknown - January 28 , 1350 ) was a warlord in the Northern and Southern Courts period ( Japan ) . +1 Prince Masamichi ( 821 - July 7 , 841 ) was a member of the Imperial Family during the early Heian period . +1 " Torikaebaya Monogatari " is a narrative that was completed in the late Heian period . +1 SAMI no Sukunamaro was a person from the Asuka Period in Japan . +-1 Kusuguri ( tickling ) is to give ' tickling ' sensation by stimulating skin surface and ' make someone laugh . ' +-1 Nishikoji-dori Street is one of the streets in Kyoto running in the north-south direction . +1 Kamon SHIBATA ( February 6 , 1863 - August 25 , 1919 ) is a statesman who served as Education Minister , a member of the House of Peers , and so on . +-1 Gohyaku-Jintengo ( literally , five hundred is like a piece of dust in the infinite time frame ) is a word that represents admiration for Siddhartha Gautama spending limitless time in the process of Jodo ( completing the path to becoming a Buddha by attaining enlightenment ) , which is cited in the Nyorai Juryo-bon ( the Infinite Life of Buddha Chapter ) of Hokekyo ( the Lotus Sutra ) . +1 Takashi YAMAMOTO ( September 18 , 1936 - ) is a Nohgakushi ( Noh actor ) playing stick drums of Okura-ryu school . +-1 Oban , in the general meaning , is a large-sized oval gold coin among noshikin ( flattened by a hammer or roller , that was made of unprocessed gold ) made after the 16th century in Japan . +-1 Nihon Sandai Jitsuroku ( The True History of Three Reigns of Japan ) is a Japanese history text compiled during the Heian period and completed in the year 901 . +1 Tsunetaka KIKKAWA ( 1234 - 1319 ) was a samurai who lived in the end of Kamakura period . +-1 Nenbutsu-ko means kochu , which is the gathering for nenbutsu chanting by lay believers of Japanese Buddhism . +-1 Yamatai ( 邪馬台国 ) is a vassal state which is mentioned in Gishiwajinden ( ' Worenchuan ' [ the account of the people of ' Wa ' ] in " Wei chih " [ The History of the Wei Dynasty ] ) . +1 Konjiki Yasha is a representative novel of Meiji Period written by Koyo OZAKI . +1 Yasunori IMAGAWA ( 1334 ? - November 3 , 1409 ? ) was shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) from the period of the Northern and Southern Courts through the early Muromachi Period . +-1 Yokai ( specter ) , in folk beliefs handed down in Japan , is an unusual being with supernatural powers that can cause bizarre and abnormal phenomena that are beyond human understanding . +-1 Amanozako is a Japanese goddess who is depicted in " Wakan-sansai-zue " ( an encyclopedia compiled in the Edo period ) . +1 Nagafusa SHINDO ( 1642 - August 31 , 1718 ) was aozamurai ( young samurai of lower rank ) from the early to middle of the Edo period . +-1 Zori are a sandal-like type of Japanese traditional footwear . +-1 Iken junikajo ( twelve opinions ) was the written statement on politics that Kiyoyuki MIYOSHI , a scholar of Chinese classics in the mid Heian period , submitted to Emperor Daigo in 914 . +-1 Chuo-do Daytime Express Kyoto-go is a daytime express bus service which connects Tokyo and Kyoto City , Kyoto Prefecture . +-1 The Otomo clan was one of the dominant clans in ancient Japan . +-1 Johakyu is a word used in discussions regarding such arts as renga ( Japanese collaborative poetry ) , kemari ( a kick-ball game arranged by aristocrats in the Heian period ) , kodo ( traditional incense ceremony ) , swordsmanship , batto-jutsu ( the art of using swords and cutting with swords ) and iaido ( an art using swords ) , which was originally used in the field of Japanese traditional music including gagaku ( ancient Japanese court dance and music ) and nohgaku ( the art of noh ) . +-1 The enshrined deity is Iwatsukiwake-no-Mikoto Hime-gami . +1 Shonen ( 1513 - August 27 , 1554 ) was a Buddhist monk of the Jodo Sect in the Sengoku Period ( Period of Warring States ) ( Japan ) . +1 Imperial Prince Sadazumi ( 873 ? - June 15 , 916 ) was an Imperial family member of Japan in the early Heian period . +1 Shoroku SEKINE ( 1930 - ) is a leading traditional Japanese Noh drama performer ( shite-kata ) and member of the Kanze school ( one of the 5 major Noh troupes ) . +-1 Omi Saigoku Sanjusankasho ( the 33 temples in Omi Province of Saigoku [ provinces in Kinki region ] ) refers to 33 sacred places enshrining Kannon for pilgrimage and are located in present Shiga Prefecture . +-1 Rikyuage is a kind of agemono ( deep-fried food ) of Japanese cuisine . +1 Oume HANAI ( 1863 - December 14 , 1916 ) was the name of character and the title of the movie which was modeled on the evil woman and her murder case in the Meiji and the Taisho periods . +-1 Ihai is a policy under which the Ritsuryo-seifu Government ( the ancient Japanese government of centralized governance ) ( Imperial court ) forced Emishi ( northerners ) , who lived in present-day Tohoku area , to move to Kanto region and to the west of Honshu , Shikoku and Kyushu from the 8th to the 9th century . +-1 Kannin ( also known as Kanjin , Tsukasabito ) means an official and a civil servant . +-1 Shibosatsu ( shi means four ) , means four Bosatsu literally , is a combination of Bosatsu as the object of worship or construction of statues in the Buddhism . +-1 The Battle of Shimanto-gawa River , which is also referred to as the ' Battle of Watari-gawa River , ' was a battle that confirmed the unification of Tosa Province ( Kochi Prefecture ) by Motochika CHOSOKABE in 1575 . +1 Seikai KOSONE ( 1851 - June 5 , 1904 ) was a businessman , a calligrapher and a seal-engraving artist in Meiji period . +1 Emperor Kogon ( August 1 , 1313 - August 5 , 1364 ) , his reign was from October 22 , 1331 to July 7 , 1333 ) and he was the first Emperor of Northern Court during the period of the Northern and Southern Courts . +-1 A han bill was paper currency issued by each domain for use within their respective territories . +1 Ujimune SUGIWAKA ( year of birth and death unknown ) was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) during the Azuchi-Momoyama period . +-1 The Aikokukoto Party was the first political organization associated under the Jiyu Minken Undo ( Movement for Liberty and People 's Right ) . +1 MINAMOTO no Yoshiyasu ( Yoshiyasu ASHIKAGA ) was a Japanese military commander from the Kawachi-Genji in the end of the Heian period . +-1 Shinmonzen-dori Street is a street running east - west through Higashiyama Ward in Kyoto City . +1 Tokimasu HOJO ( date of birth unknown , died June 28 , 1333 ) was the last Rokuhara Tandai ( an administrative and judicial agent in Rokuhara , Kyoto ) ( Minamikata ) ( South ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +1 Korai Futeisho is a textbook on poetry that was completed during the early Kamakura period . +1 Emperor Reigen ( July 9 , 1654 - September 24 , 1732 ) was the 112th Emperor , counting from Emperor Jimmu . +1 Kanenaga FUJIWARA ( 1138 - 1158 ) is a court politician during the late Heian period . +-1 The Shuinsen was a ship that carried out foreign trade by receiving the Shuinjo ( the permit to travel to foreign countries ) of the Japanese ruler between the end of the sixteenth century to the early seventeenth century . +-1 Tatsuta-hime ( 竜田姫 ) is the god of autumn in Japan . +-1 The Oribe School is one of the schools of the tea ceremony . +-1 Chosan was means of resistance and forms of struggle waged by farmers in Japan from the middle ages to the early modern period . +1 Iwao OYAMA ( November 12 , 1842 - December 10 , 1916 ) was a Japanese samurai ( warrior ) , statesman , Genro ( elder statesman ) , and military man . +-1 Saiho Shochishi ( an investigating commissioner ) was a title of the government official in Tang dynasty of China . +-1 Sun is a length unit in the traditional East Asian system of weights and measures . +1 Iryo GEN ( male , years of birth and death unknown ) was a tenkokuka ( artist of seal engraving ) in the mid-Edo period . +-1 " Omoto Shinyu " is a collection of literary work in which Ofudesaki ( the Holy Scriptures of Omoto ) was edited . +1 Ganjin ( 688-June 25 , 763 ) was a naturalized priest in the Nara period . +1 Ippen was a priest in the mid Kamakura period . +-1 Nukiemon is a method of wearing a kimono . +1 Motoyasu ODAKA ( November 16 , 1758 - 1830 ) was a Japanese doctor and Rangakusha or a Dutch scholar ( a person who studied Western sciences by means of the Dutch language ) in the period that the Western sciences were introduced . +-1 Danjodai is as follows . +-1 The Juko school is one of the schools of tea ceremony . +-1 Kokei ( high chignon ) was hair style for noblewomen in Nara period . +-1 Seiza refers to : +-1 " Sojuro-zukin " is a kind of hood for men . +1 Shigetoshi TAKENAKA ( 1562 - December 6 , 1615 ) was a busho ( military commander ) and daimyo ( feudal lord ) who lived in the Sengoku period ( Warring States Period ) . +1 FUJIWARA no Michitoshi ( 1047 - September 9 , 1099 ) was a court noble as well as a waka poet in the late Heian period . +1 Soyen SHAKU ( January 10 , 1860 - November 1 , 1919 ) was a priest of the Rinzai sect of Buddhism during the Meiji and Taisho periods . +1 Prince Fushiminomiya Haruhito ( 1370 - February 28 , 1417 ) was a Japanese Imperial family member during the period of the Northern and Southern Court and the Muromachi period . +1 Imperial Prince Yamashinanomiya Akira ( October 22 , 1816 - February 17 , 1898 ) was a member of the Imperial family in Japan . +-1 University +-1 In Juo-shinko , the faithful beg for the mercy of ten judges , who decide the realm to which the dead would go posthumously . +-1 The Shigisan Shingon sect is a Shingon set that worships Bishamonten ( Vaisravana ; also called Tamonten ) and its Grand Head Temple is Chogosonshi-ji Temple ( Shigisan-ji Temple ) . +-1 Heiminsha is a newspaper company established by newspaper reporters of " Yorozu-choho " newspaper company , Shusui KOTOKU and Toshihiko SAKAI ( KOSEN ) , to promote and spread socialist thoughts , who retired from the Choho press company in order to insist their claim of pacifism , when the company , which had been claiming pacifism against the move to the Russo-Japanese War , shifted its policy from pacifism to the theory of making war . +-1 Ichiniwa Tumulus is a megalithic tomb which lies across Tsukamoto and Ichiniwa , Saki-cho , Nara City , Nara Prefecture . +-1 The Maizuru Repatriation Memorial Museum is a facility for preservation of historical artifacts and tradition in Maizuru City , Kyoto Prefecture +-1 Oiryo ( Bureau of Palace Kitchens ) is a bureau of Kunaisho ( the Ministry of the Imperial Household ) under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +1 Chokunyu TANOMURA ( March 31 , 1814 - January 21 , 1907 ) is an artist who flourished in Meiji period . +1 Naruchika NAKAYAMA ( July 7 , 1741-October 1 , 1814 ) was kuge ( a court noble ) in the late Edo period . +-1 Kanmuri-jima Island belongs to Maizuru City , Kyoto Prefecture . +-1 Kinroku Kosai was the public bond issued for people in the class below aristocrats in compensation for the abolition of the Roku-rewarding system after the Meiji Restoration . +1 KI no Haseo ( born 845 , died March 6 , 912 ) was a high-ranking court noble and literatus who lived from the early into the mid-Heian period . +1 Imperial Prince Fushiminomiya Kuniie ( November 19 , 1802 - September 7 , 1872 ) was a member of the Imperial family at the end of Edo Period in Japan . +1 MIWA no Kobito ( year of birth unknown - August , 676 in old lunar calendar ) was a person who lived in the Asuka period of Japanese history . +1 ONO no Minemori ( 778 - April 19 , 830 ) was a noble and a man of letters during the early Heian period . +1 Mitsusada WAKEBE ( 1816 - May 12 , 1870 ) was the 11th lord of the Omizo clan in Omi Province . +1 Ieatsu KAZANIN ( April 23 , 1789-September 28 , 1866 ) was a high-rank Court noble in the late Edo period . +-1 Yoshida-jinja Shrine is a shrine on Mt . Yoshida , in Kaguraoka-cho , Sakyo Ward , Kyoto City . +1 Kajiko GION ( year of birth and death unknown ) was a poet who lived during the middle of the Edo period . +-1 Konren-ji Temple , located in Kita Ward , Kyoto City , is a temple of the Ji sect . +1 Genshi-sai Festival ( the Shinto festival of origins ) is one of taisaijitsu ( the days when grand festivals are held ) in the prewar public holiday system . +1 Michishige INABA was a busho ( Japanese military commander ) in the Azuchi-Momoyama period . +-1 Tan ( 反 or 段 ) is a unit of area belongs to old Japanese system of weights and measures . +1 Gentaku OTSUKI ( November 9 , 1757 - April 25 , 1827 ) was a Rangakusha ( a person who studied Western sciences by means of the Dutch language ) from Ichinoseki Domain ( Tamura Domain ) , a branch domain of Sendai Domain during the late Edo Period . +-1 Tojinuta is a category of popular song during the Edo period and the Meiji era . +1 Shonosuke OKURA ( 1955 - ) is an otsuzumi kata ( large hand drum player ) of Okura school . +-1 Suichu ( also called " mizutsugi " ) is a utensil used in the sado and sencha tea services for pouring water . +-1 Mokugyo ( 木魚 ; a fish-shaped wooden drum ) ( also written in 杢魚 ) is a kind of butsugu ( Buddhist altar fittings ) . +-1 Makibishi is a tool which is scattered on the ground to escape from pursuers when running away . +1 Teisho TSUGA ( male , 1718 - circa . 1794 ) was a yomihon writer , Confucian scholar , and physician during the middle of Edo period . +-1 Kinu is a story of a bird with three legs in the sun ; it refers to the bird ( kau ) and the sun . +-1 Yoshiwara no Mandoro is a traditional and vibrant festival that takes place in Maizuru City , Kyoto Prefecture . +1 Torahiko ENOMOTO ( February 24 , 1866 - November 16 , 1916 ) was a Kyogen ( farce played during a Noh cycle ) and Kabuki ( traditional drama performed by male actors ) writer , who lived during the Meiji and Taisho Periods . +1 Yukitsune KUJO ( June 5 , 1823 - August 31 , 1859 ) was a Court noble ) who lived during the late Edo period . +-1 Kangetsukyo Station , located in Bungobashi-cho , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop of the Keihan Uji Line , which is operated by the Keihan Electric Railway . +1 Yukimura NIKAIDO ( 1155 - March 3 , 1238 ) was a governmental official responsible for practical works in the mid Kamakura period . +1 Otarashihime ( year of birth and death unknown ) was a daughter of ABE no Uchimaro . +1 Moroie MATSUDONO ( 1172 - November 11 , 1238 ) was a Court noble in the end of Heian Period through the early Kamakura Period . +-1 The Yoshingo-ryu school is a school of flower arrangement established by Seiryusai SAKURAI ichinyokoji ( Ichinyo ) . +-1 The Usei-kai , which lasted for three days , from June 17th ( Monday ) to June 19th ( Wednesday ) , 1907 , is the name given to an evening banquet held by Kinmochi SAIONJI , then prime minister , at his private residence in Kandasurugadai , to which he invited various Japanese literati . +1 MINAMOTO no Shigeyuki ( ? - around 1000 ? ) was a poet of the mid-Heian period +1 Suisho NISHIYAMA ( April 2 , 1879 - March 30 , 1958 ) was a Japanese-style painter . +-1 Sansho ( Japanese pepper ; scientific name : Zanthoxylum piperitum ) is one of the deciduous shrubs of Rutaceae , Zanthoxylum . +-1 Fu-han-sanchisei is a local administration system established in the first year of the Meiji Era . +1 Ienobu Shikibu TODO ( 1578 - March 26 , 1636 ) was a vassal of the Todo clan over the period ranging from the Azuchi- Momoyama period to the early Edo period . +-1 Oeyamaguchi-naiku Station , located in Naiku , Oe-cho ( Kyoto Prefecture ) , Fukuchiyama City , Kyoto Prefecture , is a railway station on the Miyafuku Line of the Kitakinki Tango Railway ( KTR ) . +-1 Kyoritsu Eiga Production ( established in 1931- dissolved in 1932 ) is a Japanese film company that once existed . +1 Nanboku TSURUYA IV ( 1755 - December 22 , 1829 ) was a Kabuki playwright during the latter half of the Edo period . +-1 Temariuta ( written in Japanese as てまりうた , 手まり唄 , 手毬歌 , 手毬唄 , etc . ) is a kind of children 's song or play song to which girls sing along as they bounce temari balls ( balls of cotton wound tightly around with threads of many colors ) . +1 FUJIWARA no Shigetaka ( 1076 - 1118 ) was a retainer of Imperial Court in the late Heian period . +1 MINAMOTO no Moromitsu +1 Kazuuji NAKAMURA was a Daimyo ( Japanese feudal lord ) in the Azuchi-Momoyama period . +1 Tomishige MAKINO ( 1761 - June 9 , 1783 ) was a successor of the Tanabe Clan of Tango Province . +-1 The Miyazu Line is a railway operated by Kitakinki Tango Railway that connects Nishi-Maizuru Station in Maizuru City , Kyoto Prefecture , with Toyooka Station in Toyooka City , Hyogo Prefecture , via Miyazu Station in Miyazu City . +1 TACHIBANA no Ujikimi ( 783 - February 1 , 848 ) was a court noble during the early years of the Heian period . +-1 Tsuge no Kuni no Miyatsuko ( also called ' Tsuge Kokuzo ' ) was a Kuni no miyatsuko ( the head of a local government ) who ruled the northern-east of Yamato Province . +-1 Kirikane ( literally , cut leaf ) , which is also called hosogane ( literally thinly cut leaf ) , refers to a traditional technique of creating patterns by using brushes to bond several leaves of gold , silver or platinum together , which are then burnt together and cut into shapes such as narrow rectangles , triangles , diamonds , or circles . +-1 Ofuregaki shusei indicates a collection of laws and regulations issued by the Edo bakufu ( Japanese feudal government headed by a shogun ) . +-1 Genbunicchi ( unification of the written and spoken language ) refers to the movement in the Meiji period that asserted that writers should write in a style close to the colloquial style Japanese , using everyday expressions instead of the previous literal style Japanese and practiced it , and to the works written in that style . +1 Shinpachi MURATA ( December 10 , 1836 - September 24 , 1877 ) was a feudal retainer of the Satsuma clan at the end of the Edo period ( the final years of the Edo period when the Tokugawa shogunate came to an end ) and statesman in the Meiji period . +1 Chinkai ( 1091 - December 20 , 1152 ) was a learned priest pursuing his studies and also an artist monk of the late Heian period . +1 Shoshin ( 1187 - August 16 , 1275 ) is a Buddhist priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) who lived during the middle of the Kamakura period . +-1 Sukuigoya is a public shelter of the Edo Period , built by the Edo shogunate or local feudal domain for victims of earthquakes , fire , floods , famine and other natural disasters . +1 Sarumino is a collection of Shomon ( Basho School ) which contains hokku ( the first lines of waka poems ) and renku ( linked verses ) and was edited by Kyorai MUKAI and Boncho NOZAWA . +1 Suden ( 1569 - February 28 , 1633 ) was a priest of the Rinzai Sect and a politician serving the Tokugawa shogunate from the Azuchi-Momoyama period to the Edo period . +1 Kyorai MUKAI ( 1651 - October 8 , 1704 ) was a haiku poet in the early part of the Edo period . +1 " Aki no Yonaga Monogatari " is a representative chigo monogatari ( tales of chigo , or page ) , about male homosexuality between priests and chigo . +-1 Koku is a physical unit of old Japanese system of weights and measures represents volume . +1 Nobori NAKAJIMA ( February 25 , 1838 - April 2 , 1887 ) was a lowly member of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +1 Toyonaga KANROJI ( 1590 - 1606 ) was a court noble who lived in the era from the Azuchi-Momoyama period to the Edo period . +-1 Fukura-ko Port ( 福浦港 in Chinese characters ) is a local port in Shika-machi ( former Togi-machi ) , Ishikawa Prefecture . +-1 The Yamato Sarugaku is one of the groups performing Sarugaku ( a traditional form of a Japanese theatre ) mostly in Yamato Province ( today 's Nara Prefecture ) . +-1 Chosonsei , as well as Shisei ( a municipal system ) , is the fundamental law governing local autonomy under the Constitution of the Empire of Japan . +-1 The Angaryo family is the collective name of the Abe clan and the Kamo clan which are the head families of Onmyodo ( way of Yin and Yang ; occult divination system based on the Taoist theory of the five elements ) . +1 " Sanjuro SEKI " is a professional name used by Kabuki ( a traditional form of drama and music performed by male actors ) actors . +-1 " Yuya " is one of the most representative Noh pieces . +-1 Sake is a traditional alcoholic drink in Japan that is produced by fermenting rice . +-1 Nishiki-e-shinbun ( a newspaper having nishiki-e prints in it ) refers to a visual news medium which was issued for several years in the early Meiji period in Japan , and was a newspaper which explained each one newspaper article using one nishiki-e ( an especially colorful Japanese woodblock print ) which was a kind of ukiyo-e ( a Japanese wood-block print ) . +1 Sanemichi TOKUDAIJI ( 1513 - May 29 , 1545 ) was a kugyo ( court noble ) who lived during the latter half of the Muromachi period . +1 Bunrei KATO ( 1706 - April 17 , 1782 ) was a Japanese painter in the middle of the Edo period . +1 Hiroko TSUMAKI ( c . 1530 - November 27 , 1576 ) was the second wife of Mitsuhide AKECHI , a busho ( Japanese military commander ) in the Sengoku Period ( Period of Warring States ) ( Japan ) and Azuchi-Momoyama period . +-1 Chosen Sotoku-fu was a government office established by the Empire of Japan of the day in 1910 in order to govern Korea in the period of Japan 's rule by the annexation of Korea . +-1 The Kameoka Matsuri Festival is a reisai ( regular festival ) of Kuwayama-jinja Shrine that takes place for three days from October 23 to October 25 annually in Kameoka City , Kyoto Prefecture . +1 Matsujiro SHIRAI ( December 13 , 1877 - January 23 , 1951 ) was a founding member ( and President ) of Shochiku Co . , Ltd . +1 Nagaharu MIZOE ( date of birth unknown - June 23 , 1646 ) was a busho ( Japanese military commander ) and a daimyo ( Japanese feudal lord ) in Azuchi-Momoyama period . +1 Masanori KUSUNOKI was busho ( Japanese military commander ) in the period of the Northern and Southern Courts ( Japan ) . +1 Shigeie ISHIDA was a busho ( Japanese military commander ) from the Azuchi-Momoyama period to the early Edo period . +1 Yoshiaki KATO was a busho ( general ) and daimyo during the Azuchi-Momoyama and Edo Periods . +1 FUJIWARA no Tadakiyo ( year of birth unknown - 1185 ) was a busho ( Japanese military commander ) during end of the Heian period . +1 Roppyakuban Uta-awase was an uta-awase ( poetry contest ) in the Kamakura period hosted by FUJIWARA no Yoshitsune . +1 Ietsugu OINOMIKADO ( 大炊御門 家嗣 , 1197 - August 21 , 1271 ) was a Kugyo ( high court noble ) in the middle of Kamakura period . +-1 Meshikome was one of the punishments given out to courtiers in the Heian Period . +-1 Issen Yoshoku consists of a wheat flour mixed with water , baked on a cast-iron pan , with green onion added onto it . +-1 Enomoto-jinja Shrine is a local shrine of Kasuga Taisha Shrine in Nara City , Nara Prefecture . +-1 The Nanbokucho-Seijun-ron is a debate on which of the Imperial Courts , Southern or Northern , was the legitimate dynasty during the Nanbokucho period in Japan ( " jun " is the same as " uruu " and means " not legitimate but also not fake " ) . +-1 Funyu no ken is the right of shoen ( manor in medieval Japan ) to decline the entry of messengers ( Kendenshi , Shunoshi , Shidoshi , etc . ) from the Kokuga ( provincial government offices ) +1 Ifukube no tsumuji ( year of birth unknown , April 21 , 658 ) is a member of Ifukube clan which was an ancient local ruling family in Inaba Province . +1 SHIMOTSUKENU no Iwashiro ( year of birth and death unknown ) was a noble who lived from Asuka period to Nara period . +1 MINAMOTO no Kiyohime ( 810 - August 3 , 856 ) was Emperor Saga 's Princess . +-1 The irimoya-zukuri style is one of the traditional East-Asian roof styles . +-1 A plot of Usa Hachiman-gu Oracle is an incident in which Dokyo is assumed to try to ascend the throne based on an oracle that says ' Dokyo should ascend the throne ' ; this oracle was given to Empress Shotoku ( Empress Koken ) from Usa Hachiman-gu Shrine ( present-day Usa City , Oita Prefecture ) in 769 . +-1 Wakumusubi is the god of grain and sericulture , appearing in Japanese mythology . +-1 Daimyo shonin seido was the system that the Edo bakufu ( Japanese feudal government headed by a shogun ) held hostages from feudal loads and their senior vassals and put them up in Edo . +-1 Ikkyu-jinja Shrine is a shrine , that is located slightly to the south of the urban area in Fukuchiyama City , Kyoto Prefecture . +-1 Otagi no Kori ( Otagi-gun ) was a district that existed in Yamashiro Province , Kyoto Prefecture . +1 Tomoko MAKINO ( January 29 , 1907 - October 20 , 1984 ) was the Japanese actress . +-1 " Shinju Tenno Amishima " refers to Joruri ( dramatic narrative chanted to a samisen accompaniment ) written by Monzaemon CHIKAMATSU . +-1 Chirimenjako ( small dried fish ) is small , young fish , such as type of sardines ( anchovy , maiwashi , urume iwashi , shirouo sardine , ikanago ) , cooked in salted water and dried in the sun . +-1 Shuyoshi ( Falcons Office ) refers to an institution that belonged to Hyobusho ( Ministry of Military ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Gofukakusain ( no ) Nijo ( Lady Nijo ) ( 1258 - date of death unknown ) was a lady during the Kamakura period . +-1 The Toba-kaido Road extends from the Rajomon-ato ( remains of Rajomon gate ) ( the Minami Ward , Kyoto City ) to Yodo ( the Fushimi Ward , Kyoto City ) via Shimotoba . +-1 The Battle of Nyoigatake was fought near Mt . Nyoigatake in Sakyo Ward of Kyoto City at midnight of July 14 , 1509 . +1 Ikkoshu is a Buddhist sect founded by Ikko Shunsho , a Jodoshu sect monk during the Kamakura period . +-1 Supreme command is a power of supreme command and direction to the army . +-1 " Geba " means to dismount one 's horse in order to salute in front of nobles , in the precincts of shrines and temples , or before entering a castle . +1 Nukata no Okimi ( also known as Nukata no Kimi ) ( dates of birth and death unknown ) was a leading female Japanese poet who was active during the reigns of the emperors Kogyoku and Jito with poems in the " Manyoshu " ( Collection of Ten-Thousand Leaves ) . +-1 A party cabinet is a cabinet organized on the basis of political parties with seats in the parliament . +-1 Inscriptions of iron swords and iron blades are letters or sentences inscribed on the iron swords or iron blades . +1 " New Collection of Ancient and Modern Poetry " was compiled by order of Emperor Gotoba in the early Kamakura period . +1 FUJIWARA no Takaiko ( 842 - April 18 , 910 ) was the Nyogo ( imperial consort ) of Emperor Seiwa during the Heian period . +1 Masataka NASU ( dates of birth and death unknown ) was samurai in Kamakura Period . +1 FUJIWARA no Nakamitsu ( year of birth and death unknown ) was a samurai who lived during the mid Heian period . +1 Shiga-in Temple , a temple of the Tendai sect located in Sakamoto , Otsu City , Shiga Prefecture , s a honbo ( a priest 's main living quarters ) ( Sosatobo ) of Enryaku-ji Temple on Mt . Hiei . +1 Tsuneshige KIKKAWA ( dates of birth and death unknown ) was a samurai who lived in the late Kamakura period . +-1 Ekiben is a box lunch mainly sold at a railway station . +-1 Chinju-fu Shogun was an official who served as shogun , belonging to Ryoge no kan ( class outside of the Ritsuryo system ) , which was set up for the defense of the northern area during the Nara period and the Heian period in Japan . +1 Mochizane KAZANIN ( November 29 , 1670 - November 21 , 1728 ) was a Kugyo ( high court noble ) who lived in the mid-Edo period . +-1 History of Noh means the history of the development of Japanese traditional art of Noh . +1 Imperial Prince Koreaki ( 1179 - May 25 , 1221 ) was the third prince of Emperor Takakura . +1 Imperial Princess Junshi ( 1093 - December 2 , 1132 ) was a member of the Imperial Family during the latter half of the Heian period . +1 Genzui KUSAKA ( 1840 - August 20 , 1864 ) was a Japanese samurai and feudal retainer of the Choshu clan . +1 FUJIWARA no Kanemichi ( 925-December 25 , 977 ) was a high court official during the mid-Heian period . +-1 Located in Joyo City of Kyoto Prefecture , Terada Station is a stop on the Kyoto Line of the Kintetsu Corporation . +1 NAKATOMI no Omimaro ( date of birth unknown - August 10 , 711 ) was a government official in the Nara Period . +-1 Fukusa +-1 A castle ( shiro ) is a structure that was built as a strongpoint for defending against enemy attacks . +-1 The Ningbo War ( also referred as Neiha War ) was an incident caused by Japanese nationals in Ningbo in Ming Dynasty China in 1523 . +-1 The Imperial Court was a place where an emperor performs political affairs and tasks . +1 Honkatori is a technique used to create waka ( a traditional Japanese poem of thirty-one syllables ) in the study of Japanese poems to take in one or two phrases of old and famous poem ( the original ) to create a new poem . +1 Shigekatsu MAEDA is a daimyo ( Japanese feudal lord ) in the early Edo period . +-1 The word ' hoshu ' ( also referred as ' hossu ' ) refers to a person who keeps the creed of Buddhism and plays a central role in its teaching , and turns to refer to the supreme leader ( head ) of the school , sect and religious community . +-1 Tahirikishimarumi no kami was a god ( Shinto religion ) who appeared in Japanese Mythology . +-1 Hyakuren sho ( 百錬抄 ) is a history book in which extracts from diaries of kuge ( court nobles ) and other records were complied . +-1 The Nonomiya family were Japanese kuge ( court nobles ) . +1 Taneshige KOKUBUN was a samurai and Gokenin ( Shogunal retainer of the Kamakura bakufu ) of the Kamakura period . +1 Tamekata FUJITANI ( September 8 , 1593 - September 2 , 1653 ) was Kuge ( court noble ) of the early Edo period . +-1 Fudokoku is rice in the husk kept in fudoso ( a warehouse which was sealed after the regular warehouse became full ) put in provinces in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Sosho ( 1202-June 29 , 1278 ) was a priest at Todai-ji Temple in the early to mid Kamakura period . +-1 Koto ISHIKAWA ( year of birth unknown ) was a blind musician who was active during the early nineteenth century in Kyoto ( jiuta shamisen ( traditional Japanese shamisen music ) player , so or koto ( a long Japanese zither with thirteen strings ) player and composer ) . +1 Takamanohara ( also called Takaamahara / Takanoamahara / Takamagahara ) is a place where Amatsu kami ( god of heaven ) lives in the Japanese mythology and norito ( Shinto prayer ) in " Kojiki " ( The Records of Ancient Matters ) . +-1 Kansei Igaku no Kin was an academic control performed during the Kansei Reforms in 1790 , by a roju ( senior councilor ) of the Edo Shogunate , Sadanobu MATSUDAIRA . +1 SAEKI no Otoko ( years of birth and death unknown ) was a Japanese who lived in Asuka period . +-1 Nakasen-do Road ( 中山道 ) was one of the Go-kaido Road ( the five major roads ) of the Edo Period which ran through the interior of the central Honshu area . +1 Iwashiro OE ( 1744-January 11 , 1813 ) was a member of Japan 's Imperial Family . +-1 Yaotome refers to 8 female shrine media called miko who serve gods mainly by performing sacred music and performing a dance called kagura ( also known as Miko kagura - dances by shrine maidens ) and mikomai ( female Shinto dance where the young girls each carry a small baton with bells ) . +-1 Chugu-ji Temple , next to Horyu-ji Temple in Ikaruga-cho , Ikoma County , Nara Prefecture , is noted in connection with Prince Shotoku . +1 Koen ( 1074 ? - July 16 , 1169 ) was a priest of the Tendai sect in the late Heian period . +1 Jogyo ( birth date unknown - January 9 , 867 ) was a Buddhist monk who lived during the first part of the Heian period . +1 Takemichi KOGA ( March 11 , 1815 - September 26 , 1903 ) was an aristocrat of the Edo period . +-1 A Migyosho ( or Mikyosho ) was a form of ancient document issued by a Keishi ( household superintendant ) with a court rank of Jusanmi ( Junior Third Rank ) or higher used for conveying the intentions of their masters from the late Heian period to the Muromachi period . +1 Imperial Princess Kyushi ( Yasuko ) ( 1157 - April 7 , 1171 ) was a member of the Imperial family at the end of the Heian Period . +-1 Yamato Tenjinyama-kofun Tumulus is a keyhole-shaped tumulus constructed in the beginning of the early Kofun period located in Yanagimoto-cho , Tenri City , Nara Prefecture . +1 Tojumaru MIURA ( year of birth unknown - 1584 ) was a Japanese military commander who lived during the Sengoku Period ( Period of Warring States ) . +1 Chikamasa IKOMA was a daimyo who lived from the Azuchi Momoyama period to the early Edo period . +-1 Dorogawa onsen is a hot spring in Dorogawa , Tenkawa-mura , Yoshino County , Nara Prefecture ( the former Yamato Province ) . +1 Yasujiro OZU ( December 12 , 1903 – December 12 , 1963 ) was a Japanese movie director . +1 Prince Mayowa ( Mayowa no Okimi ; born in 450 , and died in 456 ) appeared in Kiki , ( " Kojiki " [ A Record of Ancient Matter ] and the " Nihonshoki " [ Chronicles of Japan ] ) as an Imperial family ( royal family ) in fifth century in Japan . +-1 The Ukyo Ward is one of the eleven wards that constitute Kyoto City . +1 Yoshihide ISSHIKI ( ? - June 18 , 1498 ) was a shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) who lived in the latter of the Muromachi period . +1 Emperor Bidatsu ( 538 ? -September 14 , 585 ) was the 30th Emperor ( whose reign lasted from April 30 , 572 to September 14 , 585 ) . +1 Tsugenjakurei ( 1322 - June 7 , 1391 ) was a Soto sect Buddhist monk during the period of the Northern and Southern Courts . +-1 The Engishiki Jinmyocho is the name given to the ninth and the tenth volumes of the " Engishiki " ( an ancient Japanese book of administrative regulations and ceremonial procedures that was completed in 927 ) , which provide a list of shrines throughout the country that were designated as ' kansha ' ( official shrines ) at that time . +1 Abihiko is a legendary person in Chusei Nihongi ( A set of medieval Japanese mythologies ) . +-1 Gorenju was a title of honor used to indicate a legal wife of an aristocrat in Japan . +-1 Nanate-gumi ( Hideyoshi 's seven troops ) is a group of vassals that was organized by Hideyoshi TOYOTOMI .. +1 Yoshikado SHIBA ( date of birth and death unknown ) was a shugo daimyo ( a Japanese provincial military governor who became a feudal lord ) in the mid to late Muromachi period . +1 Emperor Nijo ( July 31 , 1143 - September 5 , 1165 ) was the seventy-eighth Emperor ( his reign was from September 5 , 1158 to August 3 , 1165 ) . +1 Chikaie TOMIDA ( dates of birth and death unknown ) was a samurai from the Kodama Party of Musashi Province ( today 's Honjo city , Saitama prefecture ) in the beginning of the Kamakura period . +1 Arikore CHIGUSA ( October 29 , 1638 - January 5 , 1693 ) was a Kugyo ( top court official ) during the early Edo period . +1 Yasunori WAKISAKA ( 1762 - August 18 , 1781 ) was a successor of Tatsuno Domain of Harima Province . +-1 Ezochishimao Kasha ( or called Ezochishimao Kahi or Ezochishimao Kayu ) refers to the name of person who sent an envoy in 1482 to request the Yi Dynasty Korea for Tripitaka Koreana . +-1 A doma is a space constituting the inside of a Japanese-style house . +-1 Sakatashinmei-gu Shrine is a Shinto shrine located in Omi-cho , Maibara City , Shiga Prefecture . +1 KUNU no Maro ( year of birth and death unknown ) was a person who lived during the Asuka period . +-1 The Ritsumeikan University Confucius Institute is a private school whose purpose is to propagate education in Chinese and culture . +1 NE no Kanemi is a person who lived during Japan 's Asuka period , although his birth and death dates are not known . +1 Heitaro TSUBONO ( 1859-1925 ) was an educator and a statesman in Japan . +-1 Rokuhara yakata is the term for indicating the residences that once existed at the foot of Higashi-yama Mountain as a whole . +1 Rengetsu OTAGAKI ( February 10 , 1791 - December 10 , 1875 ) was a nun cum woman waka poet in the late Edo period . +1 TACHIBANA no Naramaro ( 721-July 757 ) was a noble who lived in the Nara period . +1 Taiko-Tenno is an appellation of emperor , which is applied during a period from the demise of the Emperor to the grant of Tsuigo ( posthumous title ) . +-1 The Tango Peninsula is a peninsula in the north of Kyoto Prefecture , thrusting northeast into the Sea of Japan . +1 Banzan IDA ( 1767 - May 5 , 1863 ) was a Japanese calligrapher . +-1 Seikanron is the insistence of the members of the " Rusu-seifu " on making Korea open to the world by military power ( Rusu-seifu means the government while heads of government are away : the heads of Rusu-seifu were Takamori SAIGO , Taisuke ITAGAKI , Shinpei ETO , Shojiro GOTO , and Taneomi SOEJIMA ) . +1 FUJIWARA no Motozane ( date of birth and death unknown ) was a kajin ( waka poet ) in the mid-Heian period . +1 Imperial Prince Tomohira ( August 4 , 964 - August 21 , 1009 ) was the seventh prince of the sixty-second Emperor Murakami . +1 Tamemune ISA ( year of birth unknown , died in 1221 [ ? ] ) was a gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) who lived in the early Kamakura Period . +-1 Shidosen were funds donated to temples for memorial services for the deceased and for the management and upkeep of shido ( also known as mitamaya ( a place where spirits are enshrined ) or jibutsu-do hall ) . +1 Sanehisa OGIMACHISANJO ( August 11 , 1656 - December 16 , 1695 ) was a Kugyo ( court noble ) during the early Edo period . +-1 Momonoo no-taki Falls is in Takimoto-cho , Tenri City , Nara Prefecture . +1 Shunsho KATSUKAWA ( 1726 - January 19 , 1793 ) was an ukiyoe artist in the Edo period . +-1 Surigane is one of the metal percussion instruments . +-1 The Battle of Otsu-jo Castle took place from October 13 , 1600 to October 21 , 1600 . +1 TAIRA no Kunitae ( dates of birth and death unknown ) was a busho ( military commander ) in Dewa Province who lived during the Heian Period . +-1 Shimo Goryo-jinja Shrine is a Shinto shrine located in Kamigyo Ward , Kyoto City . +1 OTOMO no Miyuki ( 646 ? – March 3 , 701 ) was a figure in the Asuka period of Japan . +1 MINAMOTO no Kuninao ( year of birth and death unknown ) is a busho ( Japanese military commander ) in the late Heian period . +1 Kagehisa MATANO ( year of birth unknown – 1183 ) was a samurai in the Heian Period . +-1 Naniwa kagura-dance is a kind of Satokagura ( kagura performance held somewhere other than the imperial palace ) handed down mainly in the Kansai region . +-1 The Otsu Line refers to two lines : Keihan Keishin Line managed by the Otsu Railway Business Department of Keihan Electric Railway connecting Misasagi Station in Yamashina ward , Kyoto City , Kyoto Prefecture and Hamaotsu Station in the central part of Otsu City , Shiga Prefecture ; and Keihan Ishiyama-sakamoto Main Line connecting Sakamoto Station ( Shiga Prefecture ) in the western part of Otsu City , Shiga Prefecture , and Ishiyamadera Station . +-1 Tejime is a Japanese custom of rhythmic hand clapping performed in time with the calls of one participant in order to celebrate the fact that an event has concluded without trouble . +1 Tsunemitsu OINOMIKADO ( September 15 , 1638 - October 4 , 1704 ) was a Kugyo ( high court noble ) who lived in the early Edo period . +1 Tokizo NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +1 Imperial Prince Tamehira ( 952 - December 15 , 1010 ) was a member of the Imperial family during the Heian period and Emperor Murakami 's fourth Prince . +1 Soseki MUSO ( Muso was his dogo ( a pseudonym as a priest ) and Soseki was his hoi ( personal name used by Buddhist priests ) ; 1275 - October 28 , 1351 ) was a Zen monk of the Rinzai Sect of Buddhism from the end Kamakura period to the period of the Northern and Southern Courts ( Japan ) , and to the early Muromachi period . +-1 Zojishi was an extra statutory office established in the Nara period for building national temples or those corresponding to national temples . +1 Kaoru is a fictional character who appears in Murasaki Shikibu 's novel " Genji Monogatari . " +-1 The Kyoto Photographers ' Society ( KPS ) , an organization for professional photographers in Kyoto Prefecture , was founded in 1970 . +-1 Hoshun-in Temple is a sub-temple located within the precinct of Rinzai sect Daihonzan ( Head Temple ) Daitoku-ji Temple in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +1 Hangaku Gozen ( years of birth and death unknown ) is believed to have been a woman warlord ( female samurai ) who lived from the late Heian period through the early Kamakura period . +-1 Kamigyo Ward is one of the eleven wards that constitute Kyoto City . +-1 Meiji juyonen no seihen ( the failed Meiji-14 coup of 1881 ) is a politically-motivated incident , which occurred during movement of the Freedom and People 's Rights and dispute regarding creation of a constitution in government , especially between Hirobumi ITO , who recommended Bismarck 's constitution , which preserves the royal prerogative and Shigenobu OKUMA , who recommended constitution from England , which has parliamentary system of government , as a result of the incident in which Shigenobu OKUMA was banned from government . +-1 Nishiki Tenman-gu Shrine is a Shinto shrine located at Nishikikoji Street and Shin Kyogoku Street , Nakagyo Ward , Kyoto City . +-1 Chuin School is one of the sects of the Shingon Buddhism ( Tomitsu ) that places emphasis on jiso ( one of Buddhism practical trainings ) . +1 Jogaku Zasshi was a magazine intended for female readers published during the Meiji era . +1 SOGA no Oane no Kimi ( year of birth and death unknown ) was the daughter of SOGA no Iname . +1 The monk-Imperial Prince Kakugyo Hosshino ( April 1075 - December 26 , 1105 ) was a member of the Imperial Family and a monk of the middle to the late Heian period . +1 Eishun ( 1518 – 1596 ) was a Buddhist monk who lived during the Sengoku Period ( period of warring states ) . +1 Jiun ( August 24 , 1718 - January 22 , 1805 ) was a Buddhist priest of the Shingon Sect in the late Edo period . +-1 The Makimuku Ishizuka-kofun Tumulus is an ancient tomb belonging to the Makimuku-kofun Tumuli Cluster . +-1 Bantsuma Tachibana Universal Rengo Eiga was a Japanese film company that was jointly established between a Japanese company and an American company ( its contract was signed in September 1926 and terminated in May 1927 ) . +1 FUJIWARA no Bokushi ( also known as Atsuko ) ( 931 - September 6 , 1016 ) was the legal wife of MINAMOTO no Masanobu , Sadaijin ( minister of the left ) during the Heian period . +-1 " Shinto Shusei " was written by Mitsukuni TOKUGAWA . +1 Setsuzo FURUKAWA ( March 4 , 1837 - April 2 , 1877 ) was an educator of the Meiji period ( childhood name was Kamegoro OKAMOTO ; common name was Shukichi OKAMOTO , later changed to Setsuzo FURUKAWA and to Masao FURUKAWA ; pen name was Hakukei OKAMOTO and so on ) . +-1 The Shundo school is an extinct school of waki-kata ( supporting actors ) in Nohgaku ( the art of Noh ) . +1 Doni NAKAZAWA ( September 12 , 1725 - July 29 , 1803 ) was an eminent scholar of Sekimon Shingaku ( popularized blend of Buddhist , Shinto and Confucian ethical teachings ) between the middle and the latter half of the Edo period . +-1 Terado Otsuka-kofun Tumulus is situated in Nishinooka ( Muko-kyuryo Hills ) , Muko City , Kyoto Prefecture . +1 KOMADA no Oshihito ( date of birth and death unknown ) lived during Japan 's Asuka period . +-1 Rekido is the ancient Japanese study of calendar-making . +1 Tameyuki NAKAMIKADO ( 1276 - September 30 , 1332 ) was a kugyo ( a court noble ) during the late Kamakura period . +1 Kinito TOKUDAIJI ( December 22 , 1821-November 5 , 1883 ) was Kugyo ( the top court officials ) in the end of the Edo period ( Dainagon [ Major Counselor ] and later Naidaijin [ minister of the center ] and Udaijin [ minister of the right ] ) . +1 Nobukiyo OISHI ( 1677 - March 20 , 1703 ) was one of 47 samurai of Ako Roshi ( lordless samurai of the Ako Domain ) . +-1 Tonjutsu is a technique of Ninjutsu to hide or escape from enemies . +-1 The Tokyo Tento is when Edo was designated as Tokyo during the Meiji Restoration . +-1 Shi-no-ko-sho was a Confucian concept of societal ranking ( government official , farmers , artisans , merchants ) that accounted for the main part of the society . +1 Tamekazu REIZEI ( 1486 - August 13 , 1549 ) was a kugyo ( high court noble ) and a poet who lived in the Muromachi period . +1 The Imperial Princess Noto ( 735 - March 20 , 781 ) was a member of the Imperial Family who lived in the Nara period . +-1 The term " kanzashi " means Japanese traditional accessories used by women in doing up their hair . +1 Nohime ( 1535 - August 5 , 1612 ) , was the daughter of Dosan SAITO and lawful wife of Nobunaga ODA . +-1 Gobomaki is a dish using gobo ( burdock root ) . +-1 Shakubuku is an abbreviation of hashaku-kupukku . +-1 Omodaka Jusshu refers to the specialty plays of Ennosuke ICHIKAWA of Omodakaya selected by Ennosuke the third in 1975 . +-1 Danmari ( 暗闘 ) is a piece of choreography in Kabuki ( traditional drama performed by male actors ) . +-1 Kojino-jinja Shrine is a Shinto shrine located in Moriyama City , Shiga Prefecture . +-1 Rokusai Nenbutsu is one of Odori Nenbutsu ( chanting of prayers while dancing ) . +-1 Nagaokakyo City is a city located in the southwest of Kyoto Prefecture . +1 Kagayaku Hinomiya ( Kakayaku Hinomiya ) ( The Shining Princess ) is the title of a chapter of " The Tale of Genji . " +-1 Wareki ( Japanese calendar ) refers to a calendar peculiar to Japan , by which time is divided into periods based on gengo ( an era name ) and ensuing years +1 Imperial Prince Noriakira ( 907 - February 4 , 967 ) was a member of the Imperial Family during the mid Heian period . +1 Emperor Gofushimi ( April 5 , 1288 - May 17 , 1336 ) was the ninety third Emperor during the Kamakura period ( his reign was from August 30 , 1298 to March 2 , 1301 ) . +-1 Portraits of Court Nobles ( called " Kugeretsueizu " or " Kokeretsueizu " in Japanese ) is a book of portraits that is thought to have been compiled in the Kamakura period . +1 TOMI no Ichii ( year of birth and death unknown ) was a toneri ( palace servant ) during the Asuka Period . +1 Koreko KONOE ( December 6 , 1760 – November 6 , 1783 ) was " Nyogo " ( a wife or concubine of Emperor ) of the Emperor Gomomozono . +1 Susumu TAKAHASHI ( January 1 , 1902 - October 19 , 1984 ) was a Nohgakushi ( Noh actor ) playing shite ( principal roles ) of Hosho-ryu school . +-1 The section of Japanese wine describes the wine produced in Japan . +1 Born as the first prince of the 19th imperial ruler , Emperor Ingyo , Kinashi no karu no miko was the Crown Prince . +-1 Gokomachi-dori Street is one of the streets in Kyoto City that run in the north-south direction . +-1 Kuki-cha is one of Japanese green teas . +1 Jukoin ( orthographic style : 壽光院 ; year of birth unknown-November 17 , 1741 ) was a Sokushitsu ( concubine ) of Tsunayoshi TOKUGAWA of the Tokugawa Shogun family . +1 Tadaie KUJO ( July or August 1229 - July 3 , 1275 ) was a Court noble of the highest rank in the Kamakura period . +-1 The Yamakami Domain existed in Omi Province ( present-day Yamakami-cho , Higashi-Omi City , Shiga Prefecture ) . +1 Hirotake YOSHIOKA ( July 8 , 1847 - September 12 , 1932 ) was a Japanese diplomat and a Christian ( minister of the Presbyterian Church ) . +-1 Koboku is the ink stick that has gone through the years among Bunboshiho ( four stationary goods for calligraphy ; writing brush , ink , ink stone and paper ) , and is recognized as a good quality ink stick . +1 Masaharu ASUKAI ( November 2 , 1520 – March 3 , 1594 ) was a court noble between the Sengoku period ( period of warring states ) ( Japan ) and the Azuchi-Momoyama period . +-1 Otoshidama ( おとしだま 、 御年玉 ) or Toshidama ( 年玉 ) is a present which is given to celebrate the New Year . +1 IWA no Kazutsune ( dates of birth and death unknown ) was a servant of TAIRA no Masakado , a busho ( Japanese military commander ) during the mid Heian period . +1 Matehime ( 1589 - May 5 , 1638 ) , a woman who lived from the Azuchi-Momoyama period to the Edo period , was a daughter of the lord of the Sekiyado Domain in Shimosa Province , Yasumoto MATSUDAIRA who was the half-brother of Ieyasu TOKUGAWA . +-1 The case of the murder of a Shichijo Police constable is a homicide that occurred on June 9 , 1946 in Kyoto City , Kyoto Prefecture . +1 Kazunobu INUI ( year of birth unknown - June 9 , 1570 ) was a samurai in the Azuchi-Momoyama period . +-1 Shaka Sanzon is a style in Buddhism for installing Buddha images . +1 TAIRA no Arimori was a busho ( a Japanese military commander ) lived during the end of Heian period . +1 Kagenaka NAGAO ( 1388 - October 17 , 1463 ) was a main retainer of Yamanouchi-Uesugi family which was Kanto Kanrei ( Shogun 's deputy for the Kanto region ) during the middle of the Muromachi period . +1 Yasuhide NAGAI ( date of birth and death unknown ) was a person in the Kamakura period . +1 Fushiminomiya Imperial Prince Sadafusa ( April 9 , 1372 - September 28 , 1456 ) was a member of the Imperial family during the Muromachi period . +-1 The Koriyama Ruins are the site of an ancient kanga ( public office ) located in the present Koriyama , Taihaku Ward , Sendai City , Miyagi Prefecture . +-1 A nageshi is a pillar-connecting material used in Japanese-style buildings . +1 Yoshihisa MIYAHARA ( 1577 -January 7 , 1631 ) was a Koke-Hatamoto ( direct retainer of the bakufu who were in a privileged family under Tokugawa Shogunate ) during the Edo Period . +1 Tai KATO ( August 24 , 1916-June 17 , 1985 ) was a Japanese film director . +1 Takato KYOGOKU ( 1741 - June 16 , 1762 ) was an heir to Marugame Domain of Sanuki Province . +1 Mine MASAI ( February 3 , 1888 - November 20 , 1909 ) was a Japanese worker . +-1 Tajimamori is a person appearing in Japanese mythology , and is the god ( Shinto ) of confection . +-1 Sodaisho was a commander in chief who lead an army composed of more than one corps . +-1 Yasaka-jinja Shrine is the name for Shinto shrines all around the country that enshrine the deity Susanoo-no-mikoto . +-1 The Japanese term " Seiyo-kan " is used to describe western-style buildings that were built in Japan from the end of the Edo period and the Meiji period onwards . +-1 The Shin clan was a local ruling family who was influential in the western part of Hoki Province ( West Hoki ) from the period of the Northern and Southern Courts ( Japan ) to the Muromachi period . +1 Nichigyo ( date of his birth is unknown - September 14 , 1369 ) was the fifth hoshu ( high priest ) in the Taiseki-ji Temple . +-1 Mokuroku are documents that are made for the purpose of either clarifying the place where something is kept or showing the name , content and the number of articles that are to be assigned or donated . +1 Chikashige TOMIDA was a samurai who belonged to the Kodama party of Musashi Province ( present-day Tomida , Honjo City , Saitama Prefecture ) during the Kamakura period . +-1 Kyogaku Seishi is an education policy presented to Sangi ( Councilors ) Hirobumi ITO and Munenori TERASHIMA ( also the Mombukyo [ chief of the Ministry of Education ] ) by the Meiji Emperor in 1879 . +1 TAIRA no Tokitada was a court noble who lived during the late Heian period . +1 Shikibu TAKABATAKE ( 1785 to May 28 , 1881 ) was a female poet from the late shogunate period of Japan to the early Meiji era . +-1 Nuidonoryo ( Bureau of the Wardrobe and Court Ladies ) was the office which belonged to Nakatsukasasho ( Ministry of Central affairs ) and was in charge of personnel affairs of nyokan ( court ladies ) as well as the supervision of sewing under the Japanese Ritsuryo system ( a system of centralized government based on the Ritsuryo code ) . +-1 Tokai Nature Trail is a long-distance nature trail that connects the distance of 1,697 km from ' Meiji no Mori Takao Quasi-National Park ' in Hachioji City , Tokyo Prefecture to ' Meiji no Mori Mino Quasi-National Park ' in Minoo City , Osaka Prefecture , extending over 11 prefectures and some 90 municipalities . +-1 Heredity means that a specific status or title ( e.g. official rank , peerage ) held by a parent or their occupation or the like is passed on to their children , family members or in-laws , thus ensuring that such successors obtain social power and authority . +1 Tadauji KISHIDA ( ? - January 20 , 1616 ) was a feudal warlord in the Azuchi-Momoyama period . +1 Monk-Imperial Prince Gyoin ( 1458 - 1520 ) was the Monk-Imperial Prince from the middle of the Muromachi period to Warring States period . +1 Nobunaga ODA was a busho ( Japanese military commander ) , daimyo ( Japanese territorial lord ) during the Sengoku period ( period of warring states ) and a statesman who lived from the Sengoku period to the Azuchi-Momoyama period and he had a great influence on future generations . +1 Ryoen ( 983 - July 1050 ) was a Buddhist priest of the Tendai sect during the mid Heian period . +-1 Kyukei ( Castration penalty ) is a kind of penalty to castrate criminals . +1 Torataro SAIGO ( August 21 , 1866 - January 1 , 1919 ) was a military man of the Imperial Japanese Army . +-1 Okitsushima-jinja Shrine is a Shinto shrine located in Okishima-cho , Omi Hachiman City , Shiga Prefecture . +-1 Wachigaiya is an okiya ( geisha dwelling ) and machiai-jaya ( tea house to lend seats and tables , or rooms ) that even now operates in Shimabara , a hanamachi ( geisha district ) in Kyoto . +-1 Katsuragi hitokotonushi-jinja Shrine is located in Gose City , Nara Prefecture . +-1 Naii were the ranks that formed the core of the Ikai ( court ranks ) of the Ritsuryo Code in Japan . +-1 Rurikei is located in Sonobe-cho , Nantan City , Kyoto Prefecture , and is a valley spanning four kilometers where the Sonobe-gawa River , a tributary of the Oi-gawa River , runs through the area . +-1 Fuyusoden was a rice field exempted from tax according to the Japanese ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Emperor Gosaga ( April 1 , 1220 - March 17 , 1272 ) was the eighty eighth Emperor during the Kamakura period ( his reign was from February 21 , 1242 to February 16 , 1246 ) . +1 Kaisuke HASHIMOTO , from the Yamato Koriyama Domain , ( 1835 - June 3 , 1871 ) was a member of the Shinsengumi . +1 FUJIARA no Norinaga ( 1109 - 1180 ) was a noble who lived during the late Heian period . +-1 The Hyakuman Chobu Kaikon Keikaku ( The million- hectare development plan ) was a government scheme during the Nara Period . +-1 Dezomeshiki is a fire fighting training undertaken by fire department and fire company personnel , which is generally conducted in the early part of January as the first training for the year . +1 MURAKUNI no Shigamaro ( year of birth and death unknown ) was a figure who lived from Japan 's Asuka period into the Nara period . +-1 Usuchaki is a kind of chaki ( tea utensil ) , used to hold powdered tea , and the term is used in contrast to koichaki , which refers to a ceramic chaire specially used to contain the powdered tea for thick tea . +-1 Located in 80 , Sujakubunki-cho , Shimogyo Ward , Kyoto City , Kyoto Prefecture , Kyoto Municipal Central Wholesale Market covers an area of 149,509 square meters . +-1 Aosagibi is defined as a mysterious phenomenon in Japan in which the body of a heron emits a pale blue light mainly at night . +1 The Imperial Princess Izumi ( year of birth unknown - March 21 , 734 ) was a princess of the Emperor Tenchi ( Tenji ) . +1 Imperial Princess Koshi ( also known as Yoshiko , year of birth unknown - August 12 , 1192 ) was a member of the Imperial Family in the end of the Heian period . +1 Bunshi NANPO ( 1555 - October 25 , 1620 ) was a priest of the Rinzai Sect from the Azuchi-Momoyama period to the early Edo period . +1 Shigenori ASUKE ( 1292-June 4 , 1332 ) was a busho ( Japanese military commander ) in the late Kamakura period . +1 Hyosuke INOKO ( It is not known when he was born - July 1 , 1582 ) was a busho ( Japanese military commander ) who served Dosan SAITO and Nobunaga ODA . +-1 Toei Daio is one of the honoric titles for Sanzan Kanryo no miya . +1 Princess Genshi ( also known a Motoko ) ( year of birth and death unknown ) was a member of the Imperial Family during the first half of the Heian period . +-1 Mahayana Buddhism is a sect of Buddhism that has been traditionally practiced in central and eastern Eurasian Continent . +1 FUJIWARA no Hoshi ( Yoshiko ) ( year of birth unknown - September 11 , 967 ) was the nyogo ( consort ) of Emperor Murakami and the daughter of FUJIWARA no Morotada and the ninth daughter of FUJIWARA no Sadakata . +1 Masatsugu KOBORI ( 1540 - April 29 , 1604 ) was a daimyo ( a feudal lord ) who lived during the Sengoku period ( period of warring states ) and the early Edo period . +-1 Indo +-1 Karyo ( non-penal fine ) is the one of sanctions in the collection of money ( fines ) in Japan . +1 Daisetsu Sono ( April 7 , 1313 - October 1 , 1377 ) was a Buddhist monk of the Rinzai Sect in the period of the Northern and Southern Courts ( Japan ) . +1 " Matsusuke ONOE " is a professional name used by Kabuki ( a traditional form of drama and music performed by male actors ) actors . +1 Samanosuke Arakida ( 1838 - November 7 , 1863 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +1 FUJIWARA no Sanemune ( 1145-January 28 , 1214 ) was Kugyo ( court noble ) who lived from the late Heian period to the early Kamakura period . +1 Roka ( January 16 , 1672 - November 17 , 1703 ) was a Buddhist monk of Jodo Shin Sect cum haiku poet in the mid-Edo period . +1 Dosen ( 702 - May 7 , 760 ) was a Buddhist monk who lived during the Tang Dynasty in China . +-1 Genko borui is the fort constructed with stone along the coast area of Hakata Bay in Kitakyushu in the Kamakura period . +1 Juntaro KOMURA ( 小村 壽太郎 ) ( October 26 , 1855 - November 26 , 1911 ) was a diplomatic official . +-1 The Uji Tunnel is a tunnel used exclusively by motor vehicles . +1 Kintsuna UTSUNOMIYA ( 1302 - December 17 , 1356 ) was a military commander from the late Kamakura period through the period of the Northern and Southern Courts ( Japan ) . +-1 The first three days of the New Year refer to January 1 , or New Year 's Day , and January 2 and 3 of every year . +1 Hisatada KUJO ( September 5 , 1798 - October 5 , 1871 ) is a court noble who lived from late Edo period to Meiji period . +-1 Yoshimura school refers to Kamigata mai ( dance from the pleasure quarters of Osaka and Kyoto , and are very reserved and refined ) originated by Fuji YOSHIMURA during the early Meiji period . +1 NAKAHARA no Suetoki ( date of birth unknown - May 19 , 1236 ) was a busho ( Japanese military commander ) , who lived from the end of the Heian Period to the early Kamakura Period . +1 FUJIWARA no Masaruko ( 1140 - January 19 , 1202 ) was the Empress at the end of the Heian period . +1 Keien School is a school of Waka ( Japanese poem ) led by Kageki KAGAWA ( 1768-1843 ) , a poet in the late Edo period . +-1 Abura tokkuri is a traditional Japanese folk utensil used as a container when purchasing or preserving oil for tomyo ( votive light . ) +1 Sanetaka Koki is a diary written by Sanetaka SANJONISHI , a court noble in the late Muromachi period . +1 Imperial Princess Shoshi ( her given name can also be pronounced " Akiko " ) ( January 19 , 1027 - October 26 , 1105 ) was the first daughter of the sixty-eighth emperor , Emperor Goichijo . +1 Yoshiharu BESSHO ( 1579 - August 25 , 1654 ) was a daimyo ( Japanese feudal lord ) in the Edo period . +1 Imperial Princess Tokushi ( 1060 - October 30 , 1114 ) was the fourth princess of the seventy-first Emperor Gosanjo . +1 Teikan TO ( August 13 , 1732 - October 8 , 1797 ) , written as 藤 貞幹 in Japanese , was a scholar of yusoku-kojitsu ( studies of the traditional protocol of the Imperial Court , courtiers , and leading samurai houses ) who lived during the mid-Edo period . +-1 " Sanjuban shin " is a synchronism of Shinto and Buddhism , with 30 gods taking turns every day guarding the nation and the people . +-1 The Misemaruyama Kofun ( Ancient Tomb ) is a zenpokoenfun ( keyhole-shaped tomb ) located in Mise-town , Gojyo-town and Ogaru-town , in Kashiwara City , Nara Prefecture . +-1 " Sanmon Gosan-no-kiri " is the gedai ( title ) of a kabuki that was written by Gohei NAMIKI ( the first ) and first performed at Kado-za Theatre of Osaka in April , 1778 . +-1 The Ise clan is a Japanese clan . +-1 Tsuzumi ( hand drum ) is a traditional instrument unique to Japan , and refers to Kotsuzumi ( small hand drum ) in a narrow sense . +-1 Tanosuke SAWAMURA VI ( August 4 , 1932 - ) is a kabuki actor . +-1 Juni Shinsho ( the 12 protective deities ) are tenbu , deities who reside in a heavenly realm , one of six realms in which the souls of living beings transmigrate from one to another ; they are worshiped and shaped into statues in Buddhism , and are good deities that guard Buddhism . +-1 Kuni no miyatsuko was a post , or an official to the post , placed to govern regions across Japan before the Ritsuryo legal code system was introduced . +-1 Korozen no goho is a word in the glossary of Japanese clothes meaning an upper garment which constitutes the traditional formal court dress worn by an emperor at a formal ceremony . +1 INUGAMI no Mitasuki ( his age of birth and death are unknown ) was from the Asuka period . +-1 " Imamiya-jinja Shrine " is a shrine in Murasakino , Kita Ward , Kyoto City . +1 Kogetsusho ( The Tale of Genji Moon on the Lake Commentary ) is a commentary on The Tale of Genji written by Kigin KITAMURA . +-1 Furosaki Byobu , one of the tea ceremony equipment , is a folding screen of two panels , which is placed in the corner at the upper end of the tea-making tatami mat when the tea ceremony procedure is done in a room of more than 4.5 tatami mat size . +-1 Chaire , in its broadest sense , means chaki ( tea utensils ) in general into which powdered green tea is poured , and in a more limited sense means ceramic tea utensils , in contrast with wooden tea utensils ( see " usuchaki " ( tea utensils for a light tea ) ) as typified by natsume ( a container for powdered tea ) . +-1 Zenjodo is the mountain path that leads to zencho ( the peak of a sacred mountain ) . +1 Yasutoki HOJO was a military commander in the early Kamakura period . +-1 Yonaoshi Ikki refers to a rush of uprisings that the Japanese society experienced from the later Edo period to the early Meiji period . +-1 Horokuhiya was a weapon invented and used in Japan during the Sengoku period ( period of warring states ) ( Japan ) . +1 Karahashi ( date of birth and death unknown ) was a maid housed in O-oku ( the inner rooms of the shogun 's palace ) of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +1 Tadasada KAZANIN ( November 22 , 1379 - September 15 , 1416 ) was a kugyo ( court noble ) who lived during the Muromachi period . +1 Otogiku SUGIMOTO ( 1849 to July 27 , 1878 ) was a shizoku ( family or person with samurai ancestors ) of Ishikawa Prefecture in the early Meiji perio +-1 Amida triad is one style to place a Buddhist image in Buddhism . +-1 Taihei Gyoran is one of the encyclopedias from the early Northern Song Dynasty . +-1 Compiled by Dogen in the Baisong Dynasty era in China , Keitokudentoroku ( written 景徳傳燈録 or 景徳伝灯録 in the modern kanji , 30 volumes ) is a history book representative of the Zen sect . +1 " Shoryoshu " is a collection of poetry and prose which was written by Kukai . +1 Fujinaga ISSHIKI ( the date of birth unknown - May 6 , 1596 ? ) was Busho ( Japanese military commander ) in the Sengoku period ( Japan ) . +1 Soujun IKKYUU was a Zen monk in the Daitokuji branch of the Rinzai sect , during the Muromachi period . +1 Michiyuki MATSUDA ( June 22 , 1839 - July 6 , 1882 ) was a government official of the Ministry of Home Affairs and a statesman in Japan . +-1 Kyoto Racecourse is a racecourse located in Fushimi Ward , Kyoto City , Kyoto Prefecture . +-1 The Yamato race is the race that has been living since ancient times in the Japanese Islands including Japan 's mainland ( Honshu , Shikoku and Kyushu ) and the other islands around them . +1 FUJIWARA no Yasunori ( 825-May 23 , 895 ) was an aristocrat of the early Heian period . +1 Sakkai ki is a diary written by Sadachika NAKAYAMA , Gon Dainagon ( chief councilor of state ) and Danjoin ( President of the Board of Censors ) . +-1 Yanagidani Mountain Railway ( " Yanagidani Tozan Tetsudo " in Japanese ) was a cable car line , which was intended to run near Yanagidani Kannon ( Yokoku-ji Temple ) in the present day Nagaokakyo City . +-1 Kagutsuchi is the god of fire that appears in Kiki-shinwa ( the Kojiki , Nihonshoki and mythology ) . +1 Hikoyai no mikoto ( 日子八井命 , year of birth and death unknown ) was a member of the Imperial family , who appears in the Japanese Myth . +1 TAIRA no Moritsuna ( dates of birth and death unknown ) is a busho ( Japanese military commander ) during the end of Heian period . +1 Yasutsune WAKIZAKA ( year of birth unknown - May 22 , 1632 ) was a successor of the Iida Domain , Shinano Province . +1 Ango is an ascetic practice conducted for a specified period at one place by a group of Buddhist monks who have been engaged in separate activities . +1 Imperial Princess Yushi ( Imperial Princess Sukeko / Imperial Princess Sachiko ) +-1 Aazusayumi is a bow made of Japanese cherry birch used for Shinto rituals . +-1 The village community mainly means the social structure in a village . +1 Goyotei is a villa of imperial family or royalty of Japan . +-1 A sculpture of deities is a statue or a portrait to represent Kami , an object of worship . +-1 Shikimoku was an itemized form of law code used in medieval Japan . +-1 Sugawara Tenman-gu Shrine is a Shinto Shrine located in Nara City , Nara Prefecture . +-1 Inoko mochi ' is a rice cake cooked on inoko ( the day of boar ) . +1 Akiyo TOMOEDA ( March 24 , 1940 - ) is a traditional Japanese Noh drama performer and member of the Kita school ( one of the 5 major Noh troupes ) . +1 Shigeyuki HOSOKAWA ( 1434 – October 13 , 1511 ) was a shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) of Awa , Mikawa and Sanuki Provinces in the Muromachi period . +1 Kanin ( dates of birth and death unknown ) was a Tendai sect priest in the middle Heian period . +1 Tsuneie KONOE ( 1332 - 1389 ) was a kugyo ( top court official ) who lived in the Muromachi period . +-1 The Fushimi-kaido here refers to a road that links the Gojo-dori Street in Kyo , Capital ( Kyoto ) with Fushimi . +-1 Sarayashiki is a general term for Kaidan telling ( Ghost Stories telling ) famous for a woman 's ghost named Okiku counting plates . +-1 Shimokoma Station , located in Seika-cho , Sorakugun of Kyoto Prefecture , is a stop on the Katamachi Line of West Japan Railway Company ( JR West ) . +-1 The Tenmanya Incident was an incident in which members of Kaientai ( an association of roshi ( masterless samurai ) organized by Ryoma SAKAMOTO ) ( Roshi association ) and Rikuentai ( an association of roshi organized by Shintaro NAKAOKA ) assaulted a hatago ( inn with meals ) on Aburanokoji-dori Street , Kyoto called Tenmanya , attacking Yasushi MIURA , who was a feudal retainer of the Kishu Domain , and fought a battle against Shinsengumi ( group that guarded Kyoto during the end of Tokugawa Shogunate ) . +-1 Kabushiki Kaisha ( a joint stock corporation ) Heirakuji ( literally , Heiraku-ji Temple ) Shoten is a publishing company located at Nakagyo Ward , Kyoto City . +1 OK +-1 Matsuiyamate Station , located in Yamate-Chuo , Kyotanabe City , Kyoto Prefecture , is a stop on the Katamachi Line , which is operated by the West Japan Railway Company ( JR West ) . +-1 " 祝詞 " +-1 Machiai-chaya is an industry which offers rental rooms used for waiting for others and gatherings . +1 Yoshinori UESUGI ( 1333 - May 22 , 1378 ) is a busho ( Japanese military commander ) in the period of the Northern and Southern Courts ( Japan ) . +-1 Oyamatsumi is the god described in Japanese mythology . +-1 The Kikuchi clan is one of Japanese clans . +-1 Goma-dofu is one of Shojin-ryori ( vegetarian diet ) . +-1 Joshu daimyo ( daimyo who is allowed to live in a castle ) is a social status in the early-modern times of the Edo period , and refers to a daimyo , who was allowed to have a castle as his residence in his kunimoto ( hometown ) , among Daimyo families ( feudal lord families ) classified according to their resident provinces and resident castles into five ranks : kokushu ( landed daimyos ) , jun ( associate ) kokushu , joshu ( lord of a castle ) , joshukaku ( joshu class ) , mujo ( without a castle ) ( jinya [ regional government office ] ) . +1 Rokujosaiin no senji ( year of birth and death is not clear ) was a female waka poet in the late Heian period . +-1 Matsubayashi ( or Matsuhayashi ) is a traditional performing art for New Year 's celebration . +-1 Zensho-ji Temple on Mt . Myoe is located in Okazaki Higashifukukawa-cho , Sakyo Ward , Kyoto City , to the east of Kurodani Ryuko-in Temple . +1 Tamamo no Mae ( may be written with a few different sets of Chinese characters ) was an imaginary woman of great beauty which was the transformed figure of the Hakumenkinmokyubi no kitsune ( white-faced , golden-haired , and nine-tailed fox ) that served Emperor Toba at the end of the Heian period . +-1 The battle of Dannoura was fought in the closing days of the Heian period , on April 25 , 1185 , under the old lunar calendar ) , and took place in Nagato Province , at Akamaseki , Dannoura ( modern-day Shimonoseki , Yamaguchi Pref . ) . +-1 Mimurodo Station , located in Todo-deguchi , Uji City , Kyoto Prefecture , is a stop on the Keihan Uji Line , which is operated by Keihan Electric Railway . +-1 Shimotsuunakami kuninomiyatsuko 下海上国造 was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the east part of Shimousa Province . +1 Sanzaemon YOSHIKAWA contributed to develop a town then called Imahama into the Nagahama castle town following the order made by Hideyoshi TOYOTOMI . +-1 The Omi-Takashima Domain refers to a domain which existed in Takashima County , Omi Province ( present-day Takashima City , Shiga Prefecture ) . +-1 Kawahara no Miya was a palace where Empress Kogyoku lived in the middle of the seventh century . +1 ABE no Yoshimasa ( 955 ? - June 4 , 1019 ) was an Onmyoji ( Master of Yin yang ) , and Inyoka ( the Yin and Yang school of philosophy ) in the Heian period . +1 Komin KAWAMOTO ( 1810 to July 18 , 1871 ) was a scholar of Western sciences by the means of the Dutch language at the end of the Edo period and in the period of the Meiji Restoration . +-1 Banyu Enzetsu is a speech made by Navy Minister Sukenori KABAYAMA in the second Imperial Diet in December 1891 . +-1 Teikan ( Imperial Crown ) Style is a Japan-west blended architectural style that is a modern architecture ; a reinforced concrete building , which was popular in the early Showa period , with a Japanese tiled roof . +-1 Peddling ( Gyosho ) is one of retailing industry ( service business ) where peddlers sell products by moving from customer to customer without having their specific stores . +-1 Kakiage is a kind of tenpura , a Japanese deep-fried dish , where several kinds of seafood and vegetables are deep-fried in batter . +-1 Hachimanmae Station , located in the Sakyo ward of Kyoto City , is a stop on the Kurama Line of the Eizan-dentetsu ( Eizan Electric Railway ) . +1 Sakaki ( The Green Branch ) is one of the fifty-four chapters of " The Tale of Genji . " +-1 Budo Senmon Gakko ( Vocational Training School of Martial Arts ) is a vocational school under the old-education system founded by ' Dai-Nippon Butoku-Kai ' ( Great Japan Federation of Martial Arts ) in present-day , Sakyo Ward , Kyoto City , Kyoto Prefecture , to train martial arts coaches . +1 Sukemura NASU ( 1190 ? - 1268 ? ) was a person who lived during the Kamakura period . +1 SAEKI no Itaji is a court noble in the Nara Period . +1 Juliao NAKAURA ( 1568 - October 22 , 1633 ) was a Christian and was one of the vice-envoys of Tensho Keno Shonen Shisetsu ( the Tensho Boy Mission to Europe ) who lived during the Azuchi Momoyama period to the early Edo period . +-1 " Sanseki " refers to three established calligraphers . +1 Ichiro AYA ( 1838 - Oct 6 , 1868 ) was a member of the Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) form Osaka , Settsu Province . +-1 Tanba +-1 Gekisei refers to a system that Kugyo ( high court nobles ) who were ministers read moshibumi ( a general term for a request or petition submitted by a lower authority to a higher ) from shoshi ( officials ) , had conferences and gave decisions on them at Geki Cho , an office of Geki ( Secretary of the Grand Council of State ) . +1 Michinobu KONO ( 1156 - July 6 , 1222 was a Japanese military commander in Iyo Province who lived from the end of the Heian period to the beginning of the Kamakura period . +-1 Tennokawa Onsen Hot Spring is a hot spring which is located in Amakawa Mura , Yoshino County , Nara Prefecture ( old province , Yamato Province ) . +-1 The Miyafuku Line is a railway operated by Kitakinki Tango Railway ( KTR ) , running from Miyazu Station in Miyazu City , Kyoto Prefecture , to Fukuchiyama Station in Fukuchiyama City , Kyoto Prefecture . +-1 Save-and-five syllable meter is a form of poem in which words of Shichion ( seven syllables ) and Goon ( five syllables ) repeat one after another . +1 Imperial Princess Masako was a member of the Japanese Imperial Family . +-1 Japonism ( Japonisme in French ) is a term for an interest in and an appreciation for Japanese arts that appeared in Europe . +1 Kakujo ( 1013 - December 9 , 1063 ) was a Buddhist priest of the Tendai sect who lived in the mid-Heian period . +-1 Yasedoji , Yasenodoji , or Hasedoji was a group of people who lived in Rakuhoku Yasego , the Yase Village in the northern Kyoto ( present day Yase , Sakyo Ward , Kyoto City , Kyoto Prefecture ) serving as Yotei ( koshi carrier ) for the Emperor from the Muromachi period . +-1 The Johei and Tengyo Wars ' is the generic name given to the two wars that occurred almost at the same time during the mid-Heian period in Kanto and the Seto Inland Sea : TAIRA no Masakado 's War and FUJIWARA no Sumitomo 's War . +-1 Tango okoku ron is a theory in which Teiji KADOWAKI asserted an existence of " Tango Kingdom " in and around Tango region ( present Tango City , Kyoto Prefecture ) during the Kofun period ( tumulus period ) , which is believed to have been independent and rivaled Yamato sovereignty ( the ancient Japan sovereignty ) ( It is also referred to as " Tanba Kingdom " because Tango Province was divided from Tanba Province later ) . +1 Mototsuna YASUTOMI was a Japanese military commander who lived during the Muromachi period . +-1 Information +1 Himemiko ( also referred to as Ojo or Kojo ) is the naming of daughters of Tennoo ( emperor ) . +-1 Suzuribako means a box that is used for keeping suzuri ( ink stone ) and other articles . +-1 Kitaoji +-1 Mitsutorii is a combination of three myojin-gate torii ( a pillared gate-like entrance to a Shinto shrine ) , and it is sometimes called yotsuashi torii ( four-legged torii ) because it has four pillars . +-1 Shomyo means the invocation of the name ( s ) of the Buddha and / or Bodhisattva . +-1 Here is the article " The Goto troops in Japan 's Invasion of Korea " about the activities of Goto Domain in Hizen Province ( Fukue Domain , the present Goto Islands in Nagasaki Prefecture ) in the Bunroku and Keicho War led by Hideyoshi TOYOTOMI . +1 Ohashi Tayu was a tayu ( courtesan ) in Shimabara , Kyoto . +1 Rentaro TAKI ( August 24 , 1879 - June 29 , 1903 ) was a Japanese musician and composer . +-1 Tsubaiotsukayama-kofun is a tumulus located in Yamashiro Town of Kizugawa City , Kyoto Prefecture . +-1 Somanouchi-kofun Tumulus Cluster is a tumulus cluster in Tenri City , Nara Prefecture . +-1 Konpira ( 金毘羅 ) is a water god and demon god of Mt . Ryojusen in India , and is the head of the Juni Shinsho ( the twelve protective deities ) of Yakushi Nyorai ( the Healing Buddha ) . +1 MINAMOTO no Hitoshi ( 880 - March 951 ) was a noble who lived in the early to middle Heian Period . +-1 Masuda-ike Pond is a reservoir which once existed in Kashihara City , Nara Prefecture but does not now exist . +1 FUJIWARA no Chikamichi ( year of birth and death unknown ) was a court noble during the late Heian period . +1 TOYOTOMI no Sadako ( Sadako HASHIBA ) ( 1592 - 1658 ) was a personality in the Azuchi-Momoyama and Edo periods . +1 MINAMOTO no Kanemasa ( year of birth and death unknown ) was a poet of the middle to late-Heian period . +1 Yugoro KONDO ( December 24 , 1851 - February 23 , 1933 ) was an expert swordsman from the end of the Edo period to the Meiji period . +1 Morinobo Zoryu ( dates of birth and death unknown ) was a Buddhist monk in the Sengoku Period ( Period of Warring States ) . +1 MINAMOTO no Mitsunobu , c.1092 - October 1145 ( October under the old lunar calendar ) , was a samurai who lived at the end of the Heian Period . +-1 Komabue is one of the wind instruments used in the orchestra of gagaku ( ancient Japanese court dance and music ) . +1 TAIRA no Shigeko ( 1142 - August 14 , 1176 ) was Emperor Goshirakawa 's Empress after the Emperor succeeded to the throne . +-1 The local tax regulations were defined as tax items ( items of taxation ) prefectures can collect and expense items paid by the tax revenue during Japanese Meiji and Taisho periods . +1 Ryojin hisho was a folk song collection compiled in the end of Heian period . +1 Fusajiro KAJIMA ( 25 October , 1869 - 29 July , 1932 ) was a Japanese businessman and a politician who was born in Shobara Village ( currently Shobara City ) , Hiba District , Hiroshima Prefecture . +1 Tomotsuna KUTSUKI ( 1599 - September 20 , 1662 ) was a hatamoto ( direct retainer of the bakufu [ Japanese feudal government headed by a shogun ] ) , who lived during the early Edo period . +1 Nyudo Shinno means an Imperial Prince who has entered the priesthood , becoming a lay Buddhist ( Ubasoku ) . +-1 Chiho San Shinpo ( Three New Local Laws ) refers to three laws on the Japanese local administration system that were enacted during the Meiji period . +-1 Toyokuni-jinja Shrine is a Shinto shrine located in Higashiyama Ward , Kyoto City . +1 FUJIWARA no Ishi , 1076 - March 12 , 1103 , was an Imperial consort during the late Heian period . +1 Imperial Prince Kazurawara ( December 1 , 786 - July 17 , 853 ) , a member of the Imperial Family in the Heian period , was the founder of the Taira clan . +-1 Daisu refers to tea equipment used during tea ceremony procedure , or a kind of a display stand for tea ceremony utensils such as mizusashi ( cold water jar ) . +1 " Eikyoki " is an account of war that covers the incidents ranging from the Eikyo War and Yuki War in the Muromachi period to the political circumstances in Togoku ( the eastern part of Japan , particularly Kanto region ) . +-1 Yumai-zukuri is the modern method for brewing sake ( rice wine ) wherein rice is reduced to a gruel-like consistency to enable saccharification at a high temperature . +1 Wakan konkobun was a Japanese writing style generated in the late Heian period . +-1 Chokan-kanmon ( or Chokan no kanmon ) was kanmon ( written report for what the Imperial court requested ) written in the Chokan era ( 1163 - 1164 ) during the Heian period . +-1 Zenjo-ji Temple is one of the temples of the Soto sect , that is located in Zenjo-ji , Ujitawara-cho , Tsuzuki County , Kyoto Prefecture . +-1 Senior statesmen 's conferences , which took over the official duties of genro ( retired elder Japanese statesmen ) , were held during the Showa period in the form of responding to the Emperor 's request for advice regarding the selection of a succeeding Prime Minister and the nation 's important issues . +1 Utamaro KITAGAWA ( 喜多川 歌麿 ) ( the date of birth unknown , 1753 - October 31 , 1806 ) was an ukiyo-e artist in the Edo period . +1 Nichiju ( 1549 to 1623 ) was a Nichiren sect priest from the Azuchi-momoyama to the early the Edo period . +-1 Nuka-zuke ( or nukamiso-zuke ) , which is also called dobu-zuke or dobo-zuke , is one type of representative pickles in Japan , made by pickling vegetables in nuka-doko ( a rice bran bed made by lactic acid fermentation ) . +-1 Juyo mukei bunkazai ' refers to ' intangible cultural properties ' designated by the Japanese Minister of Education , Culture , Sports , Science and Technology under ' the Law for the Protection of Cultural Properties ' in Japan . +-1 " Toki wa Ima Kikyo no Hataage " is the title of a Kabuki play . +1 Prince Sakurai ( around 560 - 587 ) was the sixth son of Emperor Bidatsu and his wife , SOGA no Kitashihime . +1 FUJIWARA no Akitada ( 898 - June 1 , 965 ) was a court noble who lived in the Heian Period . +-1 Jinpu is fuko ( a vassal household allotted to courtier , shrine and temple ) donated to a shrine . +-1 Naishi no tsukasa was one of the cutcherry in government-regulated organizations in Japan . +-1 The Kissaka-toge Pass is a pass located on the border between Maizuru City , Kyoto Prefecture and Takahama Town , Oi County , Fukui Prefecture . +-1 Kitamura Museum is a private art museum mainly devoted to antiquities and tea utensils , located in Kamigyo Ward , Kyoto City . +-1 Sekisho ( barrier station ) were facilities installed at the important points of traffic , in order to collect taxes and perform inspections . +-1 Shimo-Amazu Station , located in Fukuchiyama City , Kyoto Prefecture , is a railway facility on the Miyafuku Line of the Kitakinki Tango Railway ( KTR ) . +-1 The Horyakureki or Horekireki is a Japanese lunar-solar calendar , formerly used in Japan . +-1 The Nosenkata was an organization commissioned to collect the dosoyaku ( taxes imposed on pawnbrokers and moneylenders by the Muromachi bakufu - Japanese feudal government headed by a shogun ) and sakayayaku ( taxes imposed on sake brewery by the Muromachi bakufu ) , whose members were appointed by the Muromachi bakufu from among influential figures belonging to the doso ( pawnbrokers and moneylenders ) or the sakaya ( sake breweries ) . +1 Ebusshi was a monk and specialist who was mainly engaged in the production of Buddhist paintings and coloring of statues . +-1 Takaragaike Park Sports Facility Ball Grounds , Kyoto City refers to a ball field in Takaragaike Park in Matsugasaki Nishiikenouchi-cho , Sakyo Ward , Kyoto City , Kyoto Prefecture . +-1 This article describes the history of Hongwan-ji Temple of the Jodo Shinshu sect , founded by Shinran . +1 The crown princess is a person who has the position of the wife of a prince . +1 Princess Akiko ( 1638 - August 2 , 1680 ) was a member of the Japanese Imperial Family . +-1 Soroku was a position that existed in Japan following the middle ages responsible for religious human affairs such as the registration and appointment of head priests +-1 The Omiya-dori Street is one of the major streets running north-south in Kyoto City . +-1 KBS Hall is a hall in the Broadcasting Hall of Kyoto Broadcasting System Co . Ltd . ( KBS Kyoto ) in Kamigyo Ward , Kyoto City . +-1 Soymilk is a beverage made by soaking soybeans in water , grinding them , adding water , boiling the mixture down and filtering the grounds . +-1 The kara-zukuri style concerns castle buildings in Japan , the external view of tenshu ( the main keep or tower of a castle ) in particular . +-1 The word " buke " refers to the collection of various powers which support the authority of a bakufu ( Japanese feudal government headed by a shogun ) , and this word sometimes also refers to a Shogun family or general samurai . +1 Shigekatsu YOKOHAMA ( year of birth and death unknown ) was a busho ( Japanese military commander ) during the Azuchi-Momoyama period . +1 Tametada REIZEI ( July 26 , 1824 - April 25 , 1885 ) was a Japanese poet . +-1 The Utsunomiya clan is one of the Japanese clans . +1 Gogyoka ( Five Line Poems , 五行歌 ) is a new type of poetry which utilizes ancient ballads and Waka ( thirty-one-syllable poems ) included in " Kojiki " ( The Records of Ancient Matters ) and " Nihon Shoki " ( The Chronicles of Japan ) and is revived in modern times as prototypes of Japanese poetry . +1 Cloistered Imperial Prince Chokaku ( 1219 - 1289 ) was a chief priest of Sanzen-in Temple of the Tendai sect during the Kamakura Period . +-1 Bonsho are hanging bells as a Buddhist equipment used in East Asian temples . +1 Motonari MORI was kokujin ( local lord ) and a fighting daimyo ( territorial lord ) of Aki Province in the late Muromachi to the Sengoku period . +1 Soshinni ( 1588 - April 5 , 1675 ) was a daughter of Toshisada MAKIMURA who was a lord of the Iwate castle in the Ise province and nun served Iemitsu TOKUGAWA , the third seii taishogun ( great general ) of the Edo bakufu ( Japanese feudal government headed by a shogun ) in the Edo Period . +1 YUGE no Kiyohito ( date of birth and death unknown ) was a Kugyo ( high court noble ) who lived in the Nara period . +1 Zoroku HAMAMURA IV ( Male , 1826 - February 24 , 1895 ) was a tenkokuka ( artist of seal engraving ) in Meiji Period in Japan . +1 Hamao ARAI ( 1843 - October 20 , 1868 ) , from Kai Province , was a member of the Shinsengumi . +1 Nobutami ODA ( March 5 , 1840 - August 1 , 1865 ) was a daimyo ( a Japanese feudal lord ) in the Edo period . +-1 " Chashitsu " is a facility built for a tea ceremony host ( shujin ) to invite and entertain guests with tea . +1 Hiogi is a fan made of wood that was used in the Imperial court . +1 Masatoyo YAMANA ( shugo daimyo , Japanese provincial military governors that became Japanese feudal lords ) during the late Muromachi Period . +1 Tsunenori KUJO ( 1331 - June 22 , 1400 ) was a court noble during the period of the Northern and Southern Courts . +-1 The Hyakuman-to Towers were produced in the late Nara period at the wish of Emperor Shotoku . +-1 Seigan-ji Temple is a Buddhist temple located on Shin Kyogoku-dori , Nakagyo Ward , Kyoto City . +-1 Vice shogun is the post of military officer which was ranked the next position of " Dai Shogun ( the great general ) " or shogun in Japan . +-1 Honke Nishio Yatsuhashi is the oldest manufacture of Yatsuhashi ( type of sweets made with bean paste ) in Kyoto , established in 1689 . +1 Kengyo YOSHIZAWA ( 1800 or 1808 - 1872 ) was a visually impaired musician , playing jiuta shamisen ( traditional music for the three-stringed banjo-like shamisen ) , sokyoku ( music for the zither-like koto ) , the kokyu ( Chinese fiddle ) , and the Heike biwa ( a lute-like instrument with four strings and five frets used to play Heike Monogatari ) , and composer active at the end of the Edo Period . +-1 Saikachihama Swimming Area is a swimming area operated by Nagahama City which is located in Takahashi-cho and Tamura-cho in Nagahama City , Shiga Prefecture facing Lake Biwa . +-1 Kamiyu Onsen Hot Spring ( Kamiyu Onsen ) is a hot spring in Totsukawa-mura , Yoshino-gun , Nara Prefecture ( the former Yamato Province ) . +1 Sanetomi SANJO ( March 13 , 1837 - February 18 , 1891 ) was a noble and a politician who was active from the end of the Edo period to the Meiji period . +1 Takeie no Okimi ( year of birth and death unknown ) was a person from the Asuka period , Japan . +-1 Myotai-ji Temple is a temple of the Nichiren Shoshu sect located in Kyotango City , Kyoto Prefecture . +-1 Keifuku Electric Railroad Co . , Ltd. is a company that operates a tramway business ( electric tramway ) , cable cars and cableways in Kyoto City . +-1 Origami is the traditional Japanese art of folding paper to make models of plants , animals , daily-use tools and amongst others . +1 Kyokai ( aka Keikai ; years of birth and death unknown ) was a priest at Yakushi-ji Temple , who lived in the Nara period . +1 MINAMOTO no Yoshitada was a military commander in the late Heian period . +-1 Although it is commonly believed that Ieyasu TOKUGAWA founded the Edo shogunate , there is another theory that suggests an imposter took the place of Ieyasu TOKUGAWA at some stage of his life . +1 Mugaku Sogen ( 1226 - September 22 , 1286 ) was a priest of the Rinzai Sect of Buddhism who was from Qingyuan Prefecture , Mingzhou ( Zhejiang Province ) in China , and lived in the Kamakura period . +-1 Kobe Naval Training Center is a naval officer training Institute and Navy Arsenal that Bakufu established in Kobe City in May 1864 under a proposal of Kaishu Katsu , a government 's naval magistrate . +1 Ainosuke KATAOKA is a kabuki actor . +1 Mokurai SHIMAJI ( March 10 , 1838 - February 3 , 1911 ) was a priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) Hongan-ji school who actively worked in the Meiji period . +-1 Yamato-cha green tea is a kind of Japanese tea produced in an area centering Yamato Plateau in Nara Prefecture . +-1 The warrior class was a status given to hatamoto ( a direct vassal of the shogun ) and high-ranking warriors of the Edo period after the Meiji Restoration . +-1 Jinruikan Incident , also known as ' Gakujutsu-Jinruikan Incident ' or Osaka Exhibition Incident , ' occurred at ' Gakujutsu-Jinruikan ' in the fifth National Industrial Exhibition held in 1903 at Tennoji , Osaka , at the exhibition , living people dressed in their ethnic costumes and their ethnic houses were exhibited , those people were from Okinawa , Korea , India , Malaysia , Java and Africa as well as the Ainu tribe and the Takasago tribe of Taiwan . +1 Kiyotada BOMON ( date of birth unknown - April 11 , 1338 ) was a court noble who lived in the period of the Northern and Southern Courts . +-1 Sotoba is the Japanese transliteration of the Sanskrit word " stupa . " +1 Tsunenari OINOMIKADO ( January 4 , 1683 - May 26 , 1714 ) was a Kugyo ( high court noble ) who lived in the early Edo period . +-1 The Kyoto Town Magistrate was one of the ongoku-bugyo ( magistrates placed at important areas ) that was set up in Kyoto by the Edo bakufu ( Japanese feudal government headed by a shogun ) . +1 Kiritsubo ( The Paulownia Court ) is one of the smaller houses of kokyu ( seven larger houses and five smaller ones which were mainly empress 's residences ) in the Heian Imperial Palace . +1 Minoru KITA ( February 23 , 1900 to October 2 , 1986 ) was a Noh actor of the shite-kata Kita school ( one of the five schools of shite-kata [ main roles ] ) , and the 15th Soke ( headmaster of the head family ) in the Kita school . +-1 Kiyotosaku Oketsu is a horizontal decorated cave tumulus located in Oaza Shinzan , Futaba-machi , Futaba County , Fukushima Prefecture . +1 Shinsengumi Tenmatsuki was one of the valuable materials on Shinsengumi as an oral history material by Shinpachi NAGAKURA , one of the survivor , one of leading members of Shinsengumi . +1 Gasho ( 887 - February 20 , 967 ) was a monk of the Tendai Sect who was active in the middle of the Heian period . +1 Saneyoshi ICHIJO ( March 26 , 1835 - May 16 , 1868 ) was a Kuge ( court noble ) who lived in the late Edo period . +1 FUNYA no Watamaro ( 765 to June 10 , 823 ) was a seii taishogun ( literally , " great general who subdues the barbarians " ) and kugyo ( a minister ) in the first half of the Heian period . +-1 Located in Katagihara in Saikyo Ward of Kyoto City , Kyoto Prefecture , Katagihara haiji ato are the ruins of an ancient temple , which are designated as a National Historic Site . +1 FUJIWARA no Kinzane ( 1053 - December 29 , 1107 ) was a court noble and poet of Heian period . +1 Munenao TAKAHASHI ( 1703 - 1785 ) was a Kuge ( court noble ) , authority of ancient practice of customs and scholar of Japanese classical literature in the Edo Period . +1 Hoshikawa no Wakamiya no miko ( year of birth unknown - 479 ) , was a member of the Imperial family ( Royal family ) , who is said to have lived in the Kofun period ( tumulus period ) according to " Nihonshoki " ( Chronicles of Japan ) . +1 Norinaga NIJO ( 1234-date of death unknown ) was a kugyo ( court noble ) of the Kamakura period . +1 Buyeo Pung ( years of birth and death unknown ) was the prince of the last King Uija of Paekche ( reign AD 641 to AD 660 ) . +1 FUJIWARA no Yasusuke ( year of birth unknown -August 7 , 988 ) was a government official ( esp. one of low to medium rank ) and also regarded as a ringleader of robbers in the mid-Heian period . +-1 Enchishi ( Gardens and Ponds Office ) was one of the institutions belonging to Kunaisho ( Ministry of the Sovereign 's Household ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 Bukeho refers to a set of codes enforced on samurai society and on the military government during the medieval and the early modern times in Japan . +1 Kaiseki SATA ( May 12 , 1818 to December 9 , 1882 ) from Higo Province was a Jodo Shinshu sect monk of Hongan-ji school ( In his later years , he was a Tendai sect monk ) from the end of the Edo period to the beginning of Meiji period . +-1 In the Eiroku Incident , troops led by the so-called " Miyoshi Triumvirate " ( Nagayuki MIYOSHI , Masayasu MIYOSHI and Tomomichi IWANARI ) and Hisahide MATSUNAGA attacked and killed Yoshiteru ASHIKAGA , the 13th Seii Taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi Bakufu ( Japanese feudal government headed by a shogun ) , at the then Imperial Palace in Nijo , Kyoto on Eiroku 8 , the 19th day of the 5th month ( according to the old calendar ) ( June 17 , 1565 ) . +-1 Fushimi-momoyama Station , located in 4-chome , Ryogae-machi , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a railway stop on the Keihan Main Line of Keihan Electric Railway . +1 Uji Hachi no Miya ( the Eighth Prince ) is one of the fictional characters appearing in " The Tale of Genji " written by Murasaki Shikibu . +1 Tanbanomichinoushi no mikoto ( 丹波道主王 : year of birth and death unknown ) was a member of the Imperial family ( Royal family ) , who appears in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +1 MINAMOTO no Hiromu ( 812 - February 16 , 863 ) was a court noble during the early Heian period . +1 Oichi no Kata ( 1547 ? - June 14 , 1583 ) was a woman of the Sengoku period ( Period of Warring States ) . +1 Kian Soen ( February 8 , 1261 - April 28 , 1313 ) was a priest of the Rinzai sect of the late Kamakura period . +-1 " Ichinomiya " ( lit. first shrine ) may refer to +1 FUJIWARA no Muneko ( dates of birth and death unknown ) was a woman during the late Heian period . +-1 The chihaya ( outer vestment garment ) has existed in Japan since ancient times and is a piece of clothing used when performing religious rituals and duties that is principally worn by women . +1 Shigefusa UESUGI ( dates of birth and death unknown ) was a court noble and samurai who lived in the middle of the Kamakura period . +1 Shigetsugu NIWATA ( March 19 , 1757 – May 16 , 1831 ) was a court noble of the Edo period . +-1 Toro ' is fish meat cut from a specific part of tuna , and is used as an ingredient for sushi , etc . +-1 The term " monyo " generally referred to families that were related by blood . +-1 Kurama Tengu +-1 Soboro is the soy-simmered , fine-crumb ground meat using pork , chicken , fish or shrimp . +1 Toshiharu TOGI ( September 14 , 1929 - year of death unknown ) is a gagakuka , or a person who plays old Japanese court music , and is also a member of the Japan Art Academy . +-1 Karasuma Oike Station , located in Nakagyo Ward , Kyoto City , Kyoto , Kyoto Prefecture , is a stop on the Kyoto Municipal Subway line . +-1 The Jodo Sanbu-kyo is a collective name for the basic three sutras of the various Jodo sects in Japan . +-1 " Honbutsu " means the Primordial Buddha among numerous Buddha ( Nyorai . ) +1 Imperial Prince Nariyoshi ( his name can also be read as Narinaga ) ( 1326 - January 29 , 1344 ) was the son of Emperor Godaigo of the period of the Northern and Southern Courts ( Japan ) . +-1 Kujira Domain was a feudal domain that was located in Yamato Province ( present-day Kujira , Gose City , Nara Prefecture ) +-1 Sonobe-jo Castle is located ( initially as Jinya - a government house ) in Nantan City , Kyoto Prefecture . +1 Uchitsune ICHIJO ( August 19 , 1291 - November 15 , 1325 ) was a court noble and waka poet in the latter half of Kamakura period . +1 Zuikei Shuho ( January 2 , 1392 – June 3 , 1473 ) was a Buddhist priest of the Rinzai sect in the mid-Muromachi Period . +1 Imperial Prince Arisugawa-no-miya Yukihito ( April 9 , 1656 – August 20 , 1699 ) was a member of the Imperial family who lived in the Edo period . +-1 Sarashi is white , long cloth ( 34cm in width , 2 to 10m in length ) , and it is usually used by wrapping around the stomach . +-1 Joden ( 定田 ) refers to rice fields which were designated , as a result of a kenchu ( land survey ) on territories belonging to shoen ( manors ) and koryo ( public lands ) , as taxable lands in regard to the payment of kanmotsu ( tribute goods paid as taxes or tithes ) , shoto ( tax on rice fields ) , nengu ( annual tribute , land tax ) , and kuji ( public duties ) . +-1 Izanami ( written as 伊弉冉 , 伊邪那美 , 伊弉弥 ) is a goddess in Japanese mythology . +1 In contrast to tanka poetry as art , doka refers to tanka ( 31 syllables ' poem ) or waka ( Japanese poem ) that includes Buddhist teachings or that Zen monks composed to make study and spiritual enlightenment easier to understand . +1 Jisho HACHIMONJIYA ( year of birth unknown - December 3 , 1745 ) was a Ukiyozoshi ( Literally , Books of the Floating World ) writer and hanmoto ( publisher ) . +-1 Hikimayu is a makeup technique applied from the Nara period to the Edo period , meaning to shave or pull out eyebrows . +-1 " Wakahirume no mikoto " is a god ( Shinto ) appearing in Japanese Mythology . +-1 Meibutsu can be regarded as a rating of tea utensils . +-1 Shingi ( Monastic regulations in the Zen Sect ) , which is formally called Shojodaikaishu kikujunjo , is the regulations of a group of the Zen sect ( a sect of Buddhism ) . +-1 The movement to unite for a common purpose refers to a unification movement took place between 1887 and 1889 among factions of the Freedom and People 's Rights Movement to prepare for the establishment of the Imperial Diet . +1 Fusako TAKATSUKASA ( October 12 , 1653 - May 19 , 1712 ) was a member of the Japanese Imperial Family . +1 Higuma KATO ( year of birth unknown - June 23 , 1867 ) was a common member ( regimental soldier ) of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) and was a 側越人 of Kanryusai TAKEDA . +-1 " Imperial property " refers to the property of the Imperial family . +1 Taa ( 1237 - February 18 , 1319 ) was a Ji Sect Buddhist monk who lived during the latter part of the Kamakura period . +1 Tamakazura is one of the fifty-four chapters of " The Tale of Genji . " +-1 Gozan indicates the status of a Zenrin ( temple of the Zen sect ) in China and Japan that is ranked above jissatsu ( for the ten important temples of the Rinzai sect ) and shozan ( for ordinary Zen temples ) . +-1 The Aimanomachi-dori Street is a street runningnorth-south through Kyoto City . +1 Kayain was one of the Satodairi ( temporary imperial residence ) in Heian-kyo . +1 Kinharu OGIMACHISANJO ( 1441 - April 16 , 1495 ) was a Kugyo ( top court official ) during the Muromachi period . +1 Teruyoshi ICHIJO ( November 28 , 1756 - November 25 , 1795 ) was a Court noble who lived during the Edo period . +1 Harumichi YANO , born on December 18 , 1823 , in Arimatsu , Azo Village , Kita County , Iyo Province ( present-day Osu City , Ehime Prefecture ) , was a scholar of Japanese classical culture and a theologian . +1 Kentaro MIURA ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group ) which was the forerunner of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) of Japan . +-1 Shijo Station , located in 1 Miyagawasuji , Higashiyama Ward , Kyoto City , Kyoto Prefecture , is a stop on the Keihan Main Line , which is operated by Keihan Electric Railway . +-1 Japan Movie Production Federation ( May 1928 - February 1929 ) was an association in Kyoto made up of film companies focused on independent films . +1 FUJIWARA no Yoshimi ( 813 - November 13 , 867 ) was a court noble who lived in the first half of the Heian period . +-1 The Hokenoyama-kofun Tumulus is a so-called Makimuku type escallop-shaped , large keyhole-shaped mound in the early first half of the Kofun period ( Tumulus period ) , located in Aza Hokenoyama , Oaza Hashinaka , Sakurai City , Nara Prefecture . +-1 The Sixteenth Division was one of the divisions of the Imperial Japanese Army . +-1 ITO resigned the prime minister in August 31 , and Kiyotaka KURODA , the Chairman of the Privy Council ( Japan ) also served temporarily as the prime minister until organization of the Cabinet by Masayoshi MATSUKATA on September 18 of the same year . +1 MURAKUNI no Mushimaro ( year of birth and death unknown ) was a figure who lived during Japan 's Nara period . +-1 Hyakki yagyo emaki is a type of Japanese picture scrolls . +1 Shoseki KAWAI ( male , 1876-1956 ) was a tenkokuka ( artist of seal engraving ) who was active in Kyoto . +-1 Gansen-ji Temple is a Buddhist temple belonging to the Shingon Ritsu Sect located in Kamo-cho , Kizugawa City , Kyoto Prefecture . +-1 In the ancient and medieval periods of Japan , shoen ( manor in medieval Japan ) or feudal loads of the villages under the system of public lands and private estates , such as the great and powerful or the local jito ( manager and lord of manor ) set bounds on their territories ( states ) and insisted the justice of their domination over such territories . +-1 Utaryo ( Bureau of Traditional Music ) was an organization belonging to the Jibusho ( the ministry of civil administration ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Mototsune HOSOKAWA was shugo ( provincial constable ) of the northern part of Izumi Province and the lord of Shoryuji-jo Castle in Yamashiro Province in the Sengoku period ( period of warring states ) . +-1 The term " Hiten " refers to the tennin ( heavenly beings ) who flies around Buddha and sings . +1 Jun Daijo tenno is the treatment which is equal to that of Daijo tenno ( retired emperor ) . +1 Kakekotoba ( a pivot word ) is a rhetorical device used in waka poetry . +-1 Mekabu seaweed is the thick , folded part of the phyllodes of wakame seaweed ( Undaria pinnatifida ) that is located above its appressoria . +1 Yoshiyuki YAMANA ( date of birth and death unknown ) was a shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) in the period of the Northern and Southern Courts ( Japan ) . +1 IKI no Hakatoko was ( years of birth and death unknown ) a person from Asuka Period to Nara Period . +-1 The term " Zoyakumen " ( or Zoekiden ) means myoden ( rice fields named after the local land lords who developed the land in question ) which were exempted from zatsueki ( levies other than land tax ) under the system of shoen ( manor ) and kokugaryo ( territories governed by provincial government ) during the medieval period . +1 Ninsei NONOMURA ( 野々村仁清 : date of birth and date of death are unknown ) is a potter in the early Edo Period . +1 FUJIWARA no Sanesuke ( 957 - March 4 , 1046 ) was a high court official during the Heian period . +1 Choken ( 1126 - September 19 , 1203 ) was a Buddhist priest of the Tendai sect who lived from the late Heian period to the beginning of the Kamakura period . +1 TAIRA no Tamemori ( year of birth unknown - June 10 , 1183 ? ) was a military commander who lived during the last days of the Heian period . +-1 Senbei ( 煎餅 ) is a kind of food made from flour . +1 SENA no Yukifumi ( year of birth and death unknown ) was a kajin ( waka poet ) and a scholar of Myogyo-do ( the study of Confucian classics ) , who lived during the Nara period . +-1 Taisho Democracy refers to the movements that emerged in Japan 's Taisho period , urging for greater freedom and democracy in politics , society and culture . +-1 Abura-bo is a strange light or a ghost known in Shiga and Kyoto prefectures . +1 Kanshin ( also known as Kanjin ) ( 1084 - April 2 , 1153 ) was a Shingon sect priest in the late Heian period . +-1 The Choshu Conquest was the battle between the Edo bakufu ( Japanese feudal government headed by a shogun ) and the Choshu clan , which was fought twice in the latter half of the Edo period . +1 MINAMOTO no Noriyori was a busho ( Japanese military commander ) from the end of the Heian Period to the beginning of the Kamakura Period . +1 Kikunojo ONOE inherited the name of the Onoe school of traditional Japanese dance . +1 Sanemochi OGIMACHISANJO ( 1463 - April 12 , 1530 ) was a Kugyo ( top court official ) during the Muromachi period . +1 James Curtis Hepburn ( born March 13 , 1815 ; died June 11 , 1911 ) was a Presbeterian missionary who practiced medicine and developed the hepburn system of romanizing Japanese . +1 TACHIBANA no Narisue ( years of birth and death unknown ) was a kinju ( attendant ) of Michiie KUJO in the Kamakura period . +-1 Tsukeshugen ( 付祝言 , also written as 附祝言 ) is one of the performance styles of noh ( traditional masked dance-drama ) . +1 FUJIWARA no Moroie ( 1027 - September 29 , 1058 ) was a middle-ranking court noble in the later Heian period . +-1 " Miyakodori nagare no shiranami " is the title of a kabuki kyogen play which is commonly known as " Shinobu no Sota " ( Sota who avoids being seen ) . +-1 The Shinyama tumulus is a zenpo-koho ( square front , square back ) tumulus constructed in the early era of the first half of the Kofun period ( tumulus period ) and is located in Koryo-cho , Kitakatsuragi-gun , Nara Prefecture . +-1 Nishi-Maizuru is the western half of present Maizuru City . +-1 Nichiren Shoshu Sect is one of the religious schools of Buddhism which had Nichiren as the founder of a religious sect , and was founded by Nikko . +1 Yoshifusa KOIDE ( also known as Yoshihide KOIDE , 1587 - April 13 , 1666 ) was a daimyo ( Japanese feudal lord ) in the early Edo period . +-1 Built on a small hill in present day Nishi-Tsutsujigaoka-cho , Kameoka City , the Yorimasa-zuka Tumulus is the Kubizuka ( tomb of the head ) of MINAMOTO no Yorimasa of the Tada-Genji ( Minamoto clan ) , who died an untimely death towards the end of the Heian period . +1 Prince Hachiko ( 562 ? - Nov 28 , 641 ? ) is the first prince of Emperor Sushun and the male cousin of Prince Shotoku . +1 Nizaemon KATAOKA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +-1 The Nakanomikado family +1 Seiichiro IKENO ( 1866 - 1943 ) is a Japanese botanist . +-1 Myoki-an Temple is a Buddhist temple located in Oyamazaki-cho , Otokuni-gun , Kyoto Prefecture . +1 " Yowa no Nezame " is a story of the ocho monogatari ( tales of the Heian and Kamakura periods ) written in the latter half of the Heian period ( supposedly around the latter half of 11th century ) . +1 Hachijo KONPARU ( September 30 , 1886 - May 17 , 1962 ) was the 78th soke ( head ) of Shite Kata Konparu school ( one of the five Shite Kata schools ) . +-1 Shimazu no Sho ( Shimazu Manor ) was a large manor located in southern Kyushu from the Heian period to the first part of the Kamakura period . +1 Fusamoto ICHIJO ( 1522 - May 9 , 1549 ) was a person who lived in the Sengoku Period ( Period of Warring States ) in Japan . +-1 " Umeshu " is a liqueur which is popular in Japan and made by steeping green ume ( Japanese apricots ) , which are generally picked around June , in alcohol ( normally in white liquor or shochu - distilled spirits ) . +1 Doko TETSUGEN ( February 12 , 1630 - April 27 , 1682 ) was a Zen priest of the Obaku School in the early Edo period . +-1 Tarikihongan ( salvation by faith in Amitabha ) has the following meanings : +-1 Musa no kuni no miyatsuko ( 武社国造 ) , also known as Musa kokuzo , was a kuni no miyatsuko that ruled the northeast part of Kazusa Province in ancient Japan . +1 Takeshiro NAGAYAMA ( May 28 , 1837 - May 27 , 1904 ) was a military man of the Japanese Army and a nobleman . +-1 Nishikyogoku Station , located in Ukyo Ward , Kyoto City , is a stop on the Hankyu Kyoto Line , which is operated by the Hankyu Railway . +-1 The Asuka Period is a period in Japanese history , stretching from the end of the 6th century to the beginning of the 8th century , during which the capital was located in a place named Asuka . +1 Tokikiyo KASAI was a busho of Kamakura period . +-1 Higashiyama Station , located in Higashiyama Ward , Kyoto City , is a stop on the Kyoto Municipal Subway Tozai Line . +1 Takekawa is a chapter title of " Genji Monogatari " ( The Tale of Genji ) which has fifty four chapters . +1 Tadatoki SHIMAZU ( 1202 – May 8 , 1272 ) was a busho ( Japanese military commander ) in the early and middle Kamakura period . +1 Tosei shosei katagi ( The Character of Modern Students ) is a novel written by Shoyo TSUBOUCHI ( a nom de plume : Harunoya Oboro ) . +-1 The Takanawa negotiation was a conference held by the the head of the Meiji Government and the ambassadors of England , France , United States of America , Italy , and Germany , in Takanawa , Tokyo Prefecture on August 19 , 1869 . +1 HOZUMI no Momotari ( year of birth unknown-June 29 , 672 ) is Japanese of Asuka period . +1 KI no Osadamaro ( 755 - June 825 ) was a government official in the beginning of the Heian period . +1 Soshitsu SEN XVI ( 1956 - ) is the sixteenth generation grand master of the Urasenke ( the house of Urasen ) , Genmoku Soshitsu , and his saigo is Zabosai . +-1 Katsurakisitoriniimasu Amenohaikazuchinomikoto-jinja shrine is located at the base of Mt . Nijo ( Nara Prefecture and Osaka Prefecture ) in Katsuragi City ( former Taima-Cho ) , Nara Prefecture . +-1 Cavalry was a military force formed by soldiers mounting on horseback , armed with swords , spears , and guns . +-1 The normal school order was an imperial edict promulgated on April 10 , 1886 . +-1 Shuzan Jusshu refers to the specialty plays of Kichiemon NAKAMURA of Harimaya ( kabuki ) selected by Kichiemon NAKAMURA the first . +1 Kokai ( January 29 , 1608 – November 22 , 1695 ) was a Buddhist priest of the Tendai Sect in the early part of the Edo period . +-1 " Jiin-ho " is a name for laws regarding Buddhist temples . +1 Emperor Go-Suzaku ( December 14 , 1009 - February 7 , 1045 ) , the sixty-ninth Emperor , reigned in the middle Heian period ( from 1036 to 1045 ) . +-1 Akishino is the name of place in Nara City , Nara Prefecture , and according to the present residence indication , it is Akishino-cho . +-1 Minowaraji or Minosoji is one of Japanese yokai ( ghosts , spirits and monsters ) which is portrayed in Sekien TORIYAMA 's yokai art collection book , " Gazu Hyakki Tsurezure Bukuro " ( The Illustrated Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +-1 Game Archive Project , also known as GAP , was inaugurated in 1998 , by Kyoto Prefecture as a leasing body and other organizations . +-1 The faction of Saiwai-club was a union of medium and small parliamentary factions in the House of Peers ( Japan ) led by the Tea Party group from the late Meiji period to the early Showa period . +-1 Kyoto Prefectural Library is a prefectural library located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +1 Imperial Prince Yorihito ( August 29 , 1201 - June 25 , 1264 ) was a member of the Imperial Family during the early Kamakura period . +1 Tamemasa NAKAMIKADO ( 1255 - January 15 , 1307 ) was a court noble in the Kamakura period . +1 Chosai ( 1184 - February 19 , 1266 ) was a priest of the Jodo Sect in the middle of the Kamakura period . +1 Prince Takami ( year of his birth and death is unclear ) was either a member of the Imperial Family or a member of the Imperial Family conferred a family name during the middle of Heian period . +-1 Kyoto Orthodox Church , located in Nakagyo Ward , Kyoto City , Kyoto Prefecture , is an Orthodox church of Japan ( Greek Orthodox Church ) . +-1 Yusurutsuki is a container for shiromizu ( water after washing rice ) which is to be used for washing and arranging hair . +1 Chikamoto Nikki is the diary of Chikamoto NINAGAWA ( Shinuemon no Jo ) , who was the deputy steward of the office of administration in the Muromachi Period . +1 Kanekata URABE ( year of birth and year of death not known ) was a kanjin ( government official ( esp. one of low to medium rank ) ) in charge of matters relating to Shintoism ( in other words , Shintoist ) , who lived in the middle and late Kamakura period . +1 Kinshige SAIONJI ( 西園寺 公重 , 1317 - October 5 , 1367 ) was a Kugyo ( high court noble ) from the late Kamakura period to the Northern and Southern Courts period . +1 Hidetomo TOYAMA ( December 2 , 1609-February 6 , 1642 ) was the second lord of Naegi Domain in Mino Province . +1 TAIRA no Yasuyori ( c . 1146 - 1220 ) was a member of the noble class in the Heian period . +-1 The Meio Incident involved the enthronement and dethronement of the Ashikaga seii taishogun ( literally , " great general who subdues the barbarians " ) and occurred in the Muromachi period in 1493 . +-1 A Japanese-style room is a room on whose floor tatami mats are laid in a traditional Japanese house . +1 Yoshitsura ISSHIKI ( 1400 - June 14 , 1440 ) was a shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) in the early Muromachi period . +1 Sukemasa MACHI ( MACHI no Sukemasa ) ( April 28 , 1518 - November 18 , 1555 ) was a Kugyo ( top court official ) during the mid Sengoku period ( period of warring states ) ( Japan ) . +1 Shuen ( 771 - July 16 , 835 ) was a Hosso Sect Buddhist monk who lived during the first part of the Heian period . +1 Kuninao DATE ( November 2 , 1835 - January 12 , 1891 ) was a head of the Iwadeyama Date family , Sendai Domain Sept in the end of Edo Period , who devoted himself to development of Hokkaido after Meiji Restoration and laid the foundation of Tobetsu-cho . +1 Nobufusa TAKATSUKASA ( November 17 , 1565 - January 18 , 1658 ) was a kugyo ( top court official ) who lived in the era from the Azuchi-Momoyma period to the Edo period . +-1 Kyoto International Exhibition Hall is an event site located in Sakyo-ku Ward of Kyoto City , Kyoto Prefecture . +-1 Uraderamachi-dori Street is a street running north-south in Kyoto City . +1 Tanenao HARADA ( dates of birth and death unknown ) was a Japanese military commander and Dazai gonno Shoni ( Junior Assistant Governor-General of Dazai-fu [ local government office in Kyushu region ] ) in the late Heian period . +1 Masayoshi ABE was a daimyo ( feudal lord ) during the Edo period . +-1 Independent Party ( Mushozoku-dan ) refers to a faction within the Diet of the House of Peers under the Constitution of the Empire of Japan . +1 Tsunemori KIKKAWA ( 1290-1358 ) was a bushi ( samurai ) of the Nanbokucho period ( the period of the Northern and Southern Courts ) . +1 Zenna ( years of birth and death are unknown ) was a Buddhist monk and a Rengashi ( linked-verse poet ) from the end of Kamakura Period . +-1 Roji is also called Chatei and is the common name of a garden attached to a tea-ceremony room . +1 OTOMO no Tomokuni +1 " The Tale of Genji " is a Japanese novel written in the mid-Heian period . +-1 Kusarigama ( a chain and a sickle ) is a weapon that has a form like a kama ( a sickle ) for cutting grass attached to a chain weight and it was developed as a weapon from a farming tool . +-1 Fushimi Momoyama-jo Castle Land was an amusement park located in Fushimi Ward , Kyoto City , Kyoto Prefecture , which was owned by Kintetsu Group ( operated by Momoyamajo Co . Ltd . , a subsidiary of Kinki Nippon Railway Company ) . +-1 Katsuragi Futakami-jinja Shrine ( or Katsuragi Nijo-jinja Shrine ) is located around the top of the Mt . Odake in the Nijo-zan mountain range ( Nara Prefecture and Osaka Prefecture ) in Katsuragi City , Nara Prefecture . +1 Oto Tachibana Hime was the wife of a mythical Japanese prince called Yamatotakeru . +1 Yukitomo SHINGU was a busho ( Japanese military commander ) of the Sengoku period . +1 Ise ( around 872 - 938 ) was a Japanese poet who lived in the Heian period . +1 Hisoka MAEJIMA ( February 4 , 1835-April 27 , 1919 ) was a Japanese government official as well as a statesman . +-1 The Minase family fell under the FUJIWARA no Takaie line of the Northern House of the Fujiwara clan , and was Toshoke . +-1 Sugasaka-toge Pass is a mountain pass located between Maizuru City and Ayabe City in Kyoto Prefecture . +-1 Aoi Matsuri ( formally known as Kamo Matsuri ) is an annual celebration that takes place at Kamomioya-jinja Shrine ( Shimogamo-jinja Shrine ) and Kamowakeikazuchi-jinja Shrine ( Kamigamo-jinja Shrine ) in Kyoto City on May 15 ( the middle day of Cock day of lunar calendar ) . +-1 " Shoichii ( Senior First Rank ) " is one of court ranks and ranks granted to Shinto gods in Japan . +-1 The Ko school of tea ceremony of the Ogasawara family is a tea ceremony school descended in the Kokura Domain , Buzen Province ( Kitakyushu City , Fukuoka Prefecture ) . +-1 Hamaya is an arrow given as a lucky charm of the New Year by a temple and / or a Shinto shrine . +-1 The Kintetsu Kyoto Line ( Kintetsu Kyoto-sen ) is a railway line of Kintetsu Corporation ( Kintetsu ) and it connects Kyoto Station located in Shimogyo Ward , Kyoto City , Kyoto Prefecture and Yamato-Saidaiji Station in Nara City , Nara Prefecture . +1 Muneie UKITA ( date of birth and death unknown ) was a person who lived in the latter part of the Muromachi period . +1 Hyakushuuta ( The Set of One Hundred Poems , 百首歌 ) consists of one hundred poems as a unit , which are a type of waka composed with a predetermined number . +-1 Sakuramochi is a variety of wagashi , or Japanese confectionery , covered with a leaf of sakura ( Japanese flowering cherry ) . +-1 Mukomachi Station , located in Kuguso , Terado-cho , Muko City , Kyoto Prefecture , is a railway facility of the Tokaido Main Line ( JR Kyoto Line ) , which is operated by the West Japan Railway Company ( JR West ) . +1 Zenshin ( 1151 - the year of death unknown ) was a monk of Tendai sect in the end of Heian period . +-1 Mt . Odaigahara ( Odaigaharayama ) is located across Kamikitayama Village and Kawakami Village in Yoshino-gun , Nara Prefecture , and former Miyagawa Village , Odai Town , Taki-gun , Mie prefecture . +1 FUJIWARA no Atsutada ( 906 - April 18 , 943 ) was a court noble and poet in the mid-Heian period . +1 Masakatsu YAMAWAKI ( 1849 - May 6 , 1905 ) was a feudal retainer of the Kuwana Domain in the end of Edo period . +-1 Kayabuki no sato Kitamura is a village located in Miyama-cho Kita , Nantan City , Kyoto Prefecture ( formerly Miyama-cho , Kita-Kuwada-gun ) . +1 Tsuneoki KAJUJI ( 1396-April 29 , 1437 ) was a court noble , or Kugyo ( the top court official ) , in the Muromachi period . +-1 Kasuga no kami is a Shinto deity . +1 Shinzaemon SORORI is the professional name of rakugo storyteller . +-1 Uta-awase is a contest in which two teams of poets divided into the right and the left sides . +-1 Instantaneous discharge matchlock is an ignition system for matchlock guns , which are represented by Japanese hinawa-ju ( literally , fire rope gun ) . +1 Yodo-dono ( c . 1569 – c . June 4 , 1615 ) was a woman who lived from the Sengoku period ( the end of Muromachi period ) to the early Edo period , and a concubine of Hideyoshi TOYOTOMI ( Hideyoshi HASHIBA ) . +1 Yorikuni OINOMIKADO ( 1577 - June of 1613 ) was a kugyo ( court noble ) who lived from the Azuchi-Momoyama period to the early Edo period . +-1 The term " Kojunin " refers to a post of the security and military division ( Bankata [ security officials ] ) of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +1 Umeko TSUDA ( December 31 , 1864 - August 16 , 1929 ) was an educator in the Meiji Period . +-1 The ' Kogai ' ( Traditional Hairpin accessory ) is decorative hairdressing implement used for lifting hair into a bun shape . +1 Prince Otsu ( 663 - October 28 , 686 ) was a prince of Emperor Tenmu . +1 Hirohide HIRATE ( 1553 - February 4 , 1573 ) was a busho ( Japanese military commander ) during the Azuchi-Momoyama period . +1 Imperial Princess Keishi ( February 17 , 1029 - September 26 , 1093 ) , who was also called Kaoruko , was the second imperial princess of the sixty-eighth emperor , Goichijo . +-1 Mido-ryu was the name of a style of Yusoku-kojitsu ( knowledge of court rules , ceremony , decorum and records of the past ) and manners for the descendants of FUJIWARA no Michinaga ( Sessho [ Regent ] and Daijo-daijin [ Grand Minister ] ) of Kujo line of Fujiwara-Hokke ( the Northern House of the Fujiwara Clan ) and the groups who assumed Michinaga as their ancestors . +-1 The Anegakoji / Anekoji family were court nobility of Fujiwara lineage . +-1 The Ano family belonged to the court nobility and had a status of Urin . +-1 Kizo-in Temple is a Goji-in Temple of Mt . Omine located in Yoshino-cho , Yoshino-gun , Nara Prefecture . +1 Toyomori MIYAGI ( 1554 - 1620 ) , written as 宮城 豊盛 in Japanese , was a Japanese military commander who lived from the Azuchi-Momoyama period to the Edo period . +1 Kakujo ( 1194 - July 1 , 1249 ) was a priest of the Risshu sect of Buddhism in the middle of the Kamakura period . +1 Princess Tochini iribime ( Tochini iribime no Mikoto ; the dates of her birth and death are unknown ) was a princess of the Emperor Suinin . +-1 Jibu-sho ( Ministry of Civil Administration ) was a government-regulated organization in Japan under the Ritsuryo system ( a system of centralized government based on the ritsuryo codes ) . +1 Gudo UCHIYAMA ( May 17 , 1874-January 24 , 1911 ) was a Japanese Buddhist , a monk ( the chief priest of Rinsen-ji Temple , Soto sect ) , and a socialist activist . +1 SUGAWARA no Takasue no musume ( 1008-ca. after 1059 ) was a noble woman who lived in the Heian period . +1 MINAMOTO no Tadamune ( date of birth and death unknown ) was a busho ( Japanese military commander ) from Kawachi-Genji ( the Minamoto clan of Kawachi Province ) and active during the Heian period . +-1 The Kamakura Bakufu ( Japanese feudal government headed by a shogun ) was a samurai government ( bakufu ) established in Kamakura ( currently , Kanagawa City , Kamakura Prefecture ) by MINAMOTO no Yoritomo . +-1 " Rajomon no oni " or " Rashomon no oni " is an ogre who was said to have lived at Rajo-mon Gate , the main gate of Heiankyo ( the ancient capital of Japan in current Kyoto ) . +1 MINAMOTO no Chikayoshi ( year of birth unknown - August 28 , 918 ) was shisei kozoku ( member of the Imperial Family conferred with a family name ) in the early Heian period . +-1 Tokuseirei in the Kenmu era is an act promulgated on June 13 , 1334 . +1 ONO no Michikaze ( also known as ONO no Tofu ) ( June 894 – February 9 , 967 ) is one of the foremost calligraphy artists from the Heian period , and is numbered among the ' sanseki ' ( The Three Famous Calligraphers of Japan ) . +-1 The Sakaimachi-dori Street is a street running north-south through Kyoto City . +-1 Tango is one of the seasonal festivals held on the 5th day of the 5th month . +-1 Kuhon-ji Temple , located in Higashi Kujo , Minami Ward , Kyoto City , is a temple of the Jodo ( Pure Land ) sect . +-1 Tawawa-chan is the mascot of Kyoto Tower , which is located in Shimogyo Ward , Kyoto city . +-1 Daitokuji natto is natto ( fermented soybeans ) made in Daitokujimonmae , Murasakino , Kita Ward , Kyoto City . +-1 The Shini-e is a Japanese woodcut print Ukiyo-e , ( lit . Pictures of the floating world ) produced and published for the commemoration of a famous actor or a writer when he passed away . +1 FUJIWARA no Tanetsugu ( 737 - November 4 , 785 ) was a kuge ( court noble ) who lived during the late Nara Period . +-1 Kyoto Prefectural Gymnasium is a gymnasium located in Kita Ward , Kyoto City , Kyoto Prefecture . +1 FUJIWARA no Sonohito ( 756-January 22 , 819 ) was a politician from the end of the Nara period to the beginning of the Heian period . +1 MINAMOTO no Okitada ( 957 - September 1018 ) was a busho ( Japanese military commander ) in the mid-Heian period . +1 Yorishige MATSUDAIRA was a Japanese feudal lord in the early Edo period . +-1 The lactic acid for making sake is the high-purity lactic acid required in making yeast mash in the process of brewing Japanese sake ( rice wine ) . +-1 Hyobusho ( Tsuwamono no tsukasa or Ministry of Military ) was an administrative organ taking in charge of military administration for the national defense in earlier times in Japan . +-1 Kamikitayama Onsen Hot Spring is a hot spring which is located in Kamikitayama-mura , Yoshino-gun Nara Prefecture ( old province , Yamato province ) . +-1 Sogishi ( Mourning and Burial Office ) is a bureau within Jibusho ( Ministry of Civil Administration ) under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 Chosen-dera Temple ( Korean Temple ) refers to the common name of the temples worshipped by korean people living in Japan , particularly , the women . +-1 Kosode is clothing thought to be designed in the middle of the Heian period , and is an origin of Japanese Kimono . +1 Fusatoshi KOIDE ( November 28 , 1659 - March 13 , 1713 ) was the third feudal lord of Sonobe Domain , Tanba Province . +-1 Chikatsuo-jinja Shrine is a Shinto shrine located in Kokubu , Otsu City , Shiga Prefecture . +1 Sukeyasu SHIBA ( August 13 , 1935 - ) is a gagakuka , or a musician who plays old Japanese court music , and a member of the Japan Art Academy . +1 The order of the succession to the Imperial Throne means the order in which the Imperial Throne is succeeded to from generation to generation . +-1 Middle Japanese is a stage in the development of the Japanese language located between Early Middle Japanese and Early Modern Japanese . +-1 Kouchigi is one of Japanese clothing . +1 Takedanomiya is a Miyake ( family allowed to have the status of Imperial family ) created by Takedanomiya Prince Tsunehisa , who was a prince of Imperial Prince Kitashirakawanomiya Yoshihisa , in the late Meiji period . +-1 " Sento gosho " is the imperial palace of an abdicated emperor ( retired or cloistered emperor ) . +1 Takaie TAKIMI ( year of birth and death unknown ) , also generally called Shinsuke , was a Japanese military commander who lived around the Azuchi-Momoyama period , and he was the lord of Miyayoshi-jo ( 宮吉城 ) Castle in Keta County , Inaba Province . +1 Mitsunori ISSHIKI ( 1368-January 25 , 1409 ) was a son of the family head of the Isshiki clan , Akinori ISSHIKI . +1 Yusho KAIHO ( 1533- June 27 , 1615 [ June 2 , 1615 by the lunar calendar ] ) was a painter of the Kano School from the Azuchi-Momoyama Period ( from 1573 ) to the early Edo Period ( from 1603 ) . +-1 Ishi-gassen is a stone-throwing fight , in which people are divided into two groups and throw stones at each other , imitating a battle in the Sengoku period . +-1 The term " Yoshoku " refers to western food served in Japan . +-1 Omotedaka refers to kokudaka ( yield ) on face value of shoryo ( territory ) that was given by seii taishogun ( literally , " great general who subdues the barbarians " ) to daimyo ( feudal lords ) or hatamoto ( direct retainers ) in the Edo period . +1 Gyoki ( or Gyogi , 668 - February 23 , 749 ) was a Buddhist monk of the Nara era in Japan . +1 FUJIWARA no Hidezumi ( year of birth unknown - October , 1221 ) was a samurai in the Kamakura period . +-1 Usa-jingu Goshin Noh is a Noh play dedicated at Usa-jingu Shrine ( Usa City , Oita Prefecture ) on the second day of fujo hosai festival ( a festival of giving thanks to a shrine for grain of the field having been protected from storm and flood damage or from disease and harmful insects ) , held on October 20 and 21 every year . +-1 Maizuru Fururu Farm is an agricultural park located in Sezaki , Maizuru City , Kyoto Prefecture . +1 CHIISAKOBE no Sahichi ( year of birth unknown - July or August , 672 ) was active in the Asuka period of Japan . +1 Hahakigi is : +1 Ansai YAMAZAKI ( January 24 , 1619 - October 16 , 1682 ) was a Confucian scholar , neo-Confucian scholar , Shintoist and philosopher of the early Edo period . +1 Hisashige UNO ( date of birth and death unknown ) was a Busho ( Japanese military commander ) at the end of the Muromachi period . +1 Choshin ( 1014 - November 12 , 1072 ) was a Buddhist monk of the Shingon sect , in the mid-Heian period . +1 FUJIWARA no Nakamaro ( 706 - October 21 , 764 ) was a kugyo ( a high court noble ) of the Nara Period . +-1 Jinposho is a list of various districts of Ise-jingu Shrine ( both Naiku ( the inner shrine ) and Geku ( the outer shrine ) ) territory . +-1 Kyohachiryu is a legendary school of swordsmanship . +-1 Tokan-ya ( also read as Tokaya ) is an annual festive event held on the night of October 10 ( old lunar calendar ) . +-1 The words " Kishu Seibatsu " or " Kishu-zeme " refer to the conquest of Kii Province by Nobunaga ODA and Hideyoshi TOYOTOMI in the Sengoku period ( period of warring states ) ( in the Azuchi-Momoyama period ) . +-1 Rokuharamitsu-ji Temple is a temple of the Chisan branch of the Shingon Sect located in Higashiyama Ward , Kyoto City . +1 Daini no Sanmi ( ca . 999-ca . 1082 ) was a female poet who lived during the mid-Heian period . +1 Tadakatsu UTSUMI ( September 12 , 1843 - January 20 , 1905 ) was samurai as well as a government official and a statesman in Japan . +1 Kyoan HORI ( June 25 , 1585-January 10,1643 ) was a Confucian doctor and scholar in the early Edo period . +-1 Takayama Chikurin Park is a garden located in Ikoma City , Nara Prefecture . +-1 The Ogimachi family were kuge ( court nobles ) with kakaku ( family status ) of urinke ( the fourth highest family status for court nobles ) . +-1 Kuji Kongen was a book on ancient practices and precedents of the imperial court written by Kaneyoshi ICHIJO during the Muromachi period . +1 FUJIWARA no Sanenobu ( 964 - September 28 , 1001 ) was a Kugyo ( top court official ) during the mid Heian period . +1 MINAMOTO no Tadashige ( year of birth and death unknown ) was a samurai ( warriors ) and government official ( lower or middle ranked ) . +-1 Sankyoku is the collective name for the three musical instruments : jiuta shamisen ( shamisen , or sangen--a three-stringed Japanese banjo , for jiuta , or traditional songs with shamisen accompaniment ) , so ( a long Japanese zither with thirteen strings ) , and kokyu ( Chinese fiddle ) . +-1 The term " Yohen Tenmoku tea bowl " refers to a tea bowl considered to be the best of Tenmoku ( a stoneware glaze which is deeply stained by iron oxide ) tea bowls . +-1 Miyazu Station , located in Aza-Tsuruga of Miyazu City , Kyoto Prefecture , is a stop on the Kitakinki Tango Railway ( KTR ) . +-1 Sankaiki is the name given to the diary of Tadachika NAKAYAMA . +-1 Umekoji-koen Park is located across Kankiji Town , Hachijo Bomon Town and Umekojikashira Town in Shimogyo-ku Ward , Kyoto City . +-1 Toyooka Prefecture is a prefecture established in 1871 based on the policy of Haihan-chiken ( abolition of feudal domains and establishment of prefectures ) . +1 Toshiharu SAITO ( 1541 ? - July 1 , 1582 ) was a busho ( military commander ) in the Sengoku ( Warring States ) period . +1 Hitoshi KOMATSU ( January 19 , 1902 - August 23 , 1989 ) was a Japanese-style painter . +1 Ryozen ( dates of birth and death unknown ) was a monk and a poet who lived during the mid-Heian period . +1 Nankei TACHIBANA ( May , 23 , 1753 - May 8 , 1805 ) was a doctor in the late Edo period . +-1 Mochimaki is an event of scattering rice cakes for people who come to a Shinto ritual , such as jotoshiki ( the framework raising ceremony held during construction of a new building ) . +-1 Rinjikyu was provisional payment of extra nenkan ( a regular nenkan means : a right granted as a stipend to members of the Imperial Family [ including the emperor ] , consorts of the emperor , some court nobles , and so forth to nominate a person for a certain government post conferred to them on the occasion of the annual installation of them as government officials ) . +-1 Komyo-ji , the Grand Head Temple of the Seizan Jodo sect , is located in Ao , Nagaokakyo City , Kyoto Prefecture . +-1 " Shitachi " is a term used in Bujutsu ( martial art ) especially in Kenjutsu ( swordplay ) , and Budo ( martial art ) especially in Kendo ( Japanese art of fencing ) . +1 Empress Sahohime no mikoto ( year of birth unknown - November , 25 B.C. ) was the first wife of Emperor Suinin ( she became Empress on March 29 , 28 B.C. ) , and she is mentioned in the Kojiki ( Records of Ancient Matters ) and the Nihonshoki ( Chronicles of Japan ) . +1 Okurakyo-no-tsubone ( ? - June 4 , 1615 ) was a woman in the Sengoku period ( period of warring states ) - the Edo Period . +1 Rakuyo dengakuki is a book written by OE no Masafusa . +-1 Motosu no kunimiyatsuko ( also known as Motosukokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the central west of Mino Province . +1 Kinnosuke NAKAMURA is the professional name of kabuki actors . +-1 Kyoto Regular Tour Bus is a regular sightseeing bus operated by Keihan Bus and Kyoto Municipal Transportation Bureau in Kyoto City and the surrounding area . +-1 Goteni ( 御典医 ) were doctors who belonged to Tenyakuryo ( the Bureau of Medicine ) in the Imperial Court , and were simply called teni . +-1 Chicken nanban is a local cuisine originally created in Nobeoka City , Miyazaki Prefecture . +1 Jutaro CHIBA ( 1824-May 7 , 1885 ) was a swordsman of the Hokushin Itto-ryu Style in the Edo Period . +-1 An altar is a structure for making sacrifices and offerings to gods , spirits , and death . +-1 Kanjosho is a kind of account book prepared for settlement of balances on rice , soy beans , gold , silver and others . +-1 Akazonae ( red arms ) is a kind of military organization in the Sengoku period ( Japan ) , which is a troop formation of which all arms including armor and flag were colored red . +-1 Uji saicha shi was a procession that carried Uji tea leaves , one of the specialties of Uji City , Kyoto , in a chatsubo ( tea jar ) to be presented to the Tokugawa Shogunate Family . +1 Munemitsu MUTSU ( August 20 , 1844-August 24 , 1897 ) was a Japanese warrior / feudal retainer of the Kishu Domain , a statesman , and a diplomat . +-1 Kafu ( family tradition ) is a style of behavior , including custom and procedure , which has been specifically inherited down the generations within certain individual families . +-1 The branch of the main families of the Ashikaga clan ( head family ) that had inherited the post of Seii taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi bakufu ( Japanese feudal government headed by shogun ) since the first generation of Takauji ASHIKAGA was referred to as the Ashikaga Shogunate family . +-1 Shobo-ji Temple , located in Saikyo Ward , Kyoto City. is a temple of the To-ji school of the Shingon sect . +-1 Shinbutsu-shugo ( syncretization of Shinto with Buddhism ) refers to blending of indigenous belief and Buddhistic faith to reconfigure one belief system . +1 Suzuka no Okimi ( year of birth unknown - October 17 , 745 ) was an Imperial Family member during the Nara period . +-1 Kongorin-ji Temple is a temple of the Tendai Sect in Aisho-cho , Echi-gun , Shiga Prefecture . +1 Sakiyori SAGARA ( year of birth unknown - February 19 , 1394 ) was busho ( Japanese military commander ) from the period of the Northern and Southern Courts through the early Muromachi Period . +1 Imperial Prince Toneri ( February 8 , 675 - December 6 , 735 ) was a prince of Emperor Tenmu . +-1 Sunpu was the city in which kokufu ( ancient provincial capital ) of Suruga Province was located and fuchu ( provincial city which consists of local governments as the core of the city ) of Suruga Province . +1 ONO no Emishi ( year of birth unknown - 677 ) was a government official who lived during the Asuka period . +-1 Regulation of national bank is a Japanese law enacted in 1872 . +-1 Kunitama is a concept of Shintoism , referring to the sanctification or spiritualization of a province ( an administrative division in feudal Japan ) or the land itself . +-1 Torin-in Temple is one of the sub-temples of Myoshin-ji Temple of the Rinzai sect . +-1 The former head office of the Kyoto Prefectural government is a Renaissance style building located in Kamigyo Ward , Kyoto City , Kyoto Prefecture . +1 Munetaka DATE ( 1607 - October 7 , 1626 ) was a Japanese military commander who lived during the Edo period . +-1 Ouchi clan is one of clans in Japan . +-1 Tokiyori SAITO ( year of birth and death unknown ) was a samurai in the late Heian period . +1 Suga KANNO ( June 7 , 1881 - January 25 , 1911 ) was a newspaper journalist , writer , feminist and socialist activist in the Meiji era . +-1 JR-Fujinomori Station , located at Fukakusa Okamedani Oyama-cho 99 , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on the Nara Line , which is operated by the West Japan Railway Company ( JR West ) . +-1 Chawan originally referred to a porcelain bowl made for drinking tea . +-1 Whale meat is defined as the edible parts of cetaceans and of smaller-sized cetaceans called dolphins , which are used for food . +-1 Shonen-ji Temple , situated at Imai-cho , Kashihara City in Nara Prefecture , is the temple of Jodo Shinshu Hongan-ji school . +1 Koka means that an Imperial princess or a princess marries a man who is not a member of Imperial family nor the royal family . +-1 Shibun was the term for persons with the full social rank as bushi ( warrior ) class among the bushi during the Edo Period . +-1 Flash pan is a receptacle sticking out from the side of the barrel for priming powder in matchlock guns and flintlock guns . +-1 The " Tokuseirei " ( ordering return of land sold and dissolution of debts ) was acts by the Imperial Court and the bakufu ( Japanese feudal governments headed by a shogun ) during the Middle Ages in Japan , from the Kamakura period to the Muromachi period . +1 Imperial Prince Okiyoshi ( also known as Okinaga ) +-1 Oshioki Saikyo-cho was a compilation of legal reports thought to be created by Edo machi-bugyo in Hoei era ( 1704 to 1710 ) . +-1 Shiokumi-toge Pass is a pass separates Maizuru City ( Kyoto Prefecture ) and Takahama Town ( Oi County , Fukui Prefecture ) . +1 Takatomo ODA ( 1337 - July 3 , 1414 ) is a busho ( Japanese military commander ) from the period of the Northern and Southern Courts ( Japan ) to the early Muromachi period . +-1 Jetavana Vihara ( the formal name is " Jetavana Anathapindadasya-arama " in Sanskrit ) was a temple at Sravasti in Middle India , where Buddha preached sermons . +-1 Kani Sotosei was the bureaucrats hierarchy system that set the constant suitability relationship between Ikai ( Court rank ) and government post given to a government official on the Japanese Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 Ikoku keigobanyaku was a military service imposed by the Kamakura bakufu ( Japanese feudal government headed by a shogun ) on Gokenin in Kyushu . +-1 Hannya-ji Temple is the Shingo Risshu sect 's temple located at Nara-zaka ( also called Nara Kitamachi ) in the northern part of Nara City . +-1 Teishoku is a style of serving food frequently found in Japanese restaurants . +-1 Joju-ji Temple , located in Nishikyo Ward , Kyoto City , is a temple of the Obaku Sect . +1 Morinaga Hikoshichi OMORI was a busho ( Japanese military commander ) of Seiwa-Genji ( Minamoto clan ) in the period of the Northern and Southern Courts ( Japan ) . +1 Imperial Prince Katsura-no-miya Misahito ( December 11 , 1833 – April 20 , 1836 ) was a member of the Japanese Imperial family who lived in the late Edo period . +1 FUJIWARA no Hirotsugu ( year of birth unknown - November 28 , 740 ) was a retainer of Imperial Court in the Nara period . +1 Princess Kunikatahime ( Kunikatahime no Mikoto ; the dates of her birth and death are unknown ) was a princess of the Emperor Sujin . +-1 The gyaku-en indicates the concept of not believing in the teachings of Buddha ( i.e. , defying the ' en ' , or connection with Buddha ) unquestioningly or someone who can not be saved . +1 Ingo means followings . +-1 Abdication of the throne implies resignation by a monarch such as an emperor or a king from his or her position . +1 Toyokuni ( years of birth and death unknown ) was a priest around the 6th century . +1 MINAMOTO no Koreyoshi ( the year of his birth and death is not clear ) was a bushi ( samurai ) in the Heian Period . +1 Nagatoshi YAMANAKA ( 1547-March 21 , 1607 ) was a daimyo ( Japanese feudal lord ) who lived during the Azuchi-Momoyama period . +-1 The Date clan ( or the Idate clan ) was a samurai family which designated itself as the Fujiwara no Yamakage line of the Northern House of the Fujiwara clan and prospered in the southern Tohoku region from the Kamakura Period through the Edo Period . +1 Princess Yukiko ( November 14 , 1680-March 18 , 1720 ) was a member of the Japanese Imperial family in the Edo period . +1 Mancio ITO ( otherwise written as Mancio or ' 満所 ' , circa 1569 - November 13 , 1612 ) was a Christian and one of the senior envoys of the Tensho Keno Shonen Shisetsu ( the Tensho Youth Mission to Europe ) who lived from the Azuchi Momoyama period into the early Edo period . +-1 Gekkeikan Okura Sake Museum is a corporate museum of the sake manufacturer Gekkeikan Sake Co . , Ltd. located in Fushimi Ward , Kyoto City , Kyoto Prefecture . +1 Yoshinari AICHI ( MINAMOTO no Yoshinari : date of birth and death unknown ) was a busho ( Japanese military commander ) , who lived from the later Heian Period to the early Kamakura Period . +1 Sayoko ERI ( July 19 , 1945 - October 3 , 2007 ) was a Japanese craftsman of cut gold leaf . +1 FUJIWARA no Tadahira ( 880 - September 14 , 949 ) was a court noble of the Heian period . +-1 The term Henjo Nanshi refers to the idea that a woman , who has been thought to have great difficulty in becoming a Buddha since ancient times , is able to accomplish it by once changing into a man . +1 Joa ( 1540 – August 28 , 1619 ) was a Buddhist priest of the Jishu School and poet between the Sengoku Period ( Period of Warring States ) and the early part of the Edo period . +-1 Higashi ( 干菓子 ) or Higashi ( 乾菓子 ) is a generic term that refers to dry Japanese sweets . +1 Choku is the words of the emperor or a document that directly conveys the emperor 's order . +-1 Shijo Karasuma is the name of the area around the crossing between Shijo-dori Street and Karasuma-dori Street in Shimogyo Ward , Kyoto City , Kyoto Prefecture as well as the crossing itself . +1 Shunsai OTSUKI ( 1806 - May 7 , 1862 ) was a Ranpoi ( a person who studied Western medicine by means of the Dutch language ) at the end of the Edo period . +-1 " Tango no kuni Fudoki " ( The records of Tango Province ) is a record of Tango Province ( now the northern part of Kyoto Prefecture ) . +-1 The Narutomaki ( written in Japanese character as : 鳴門巻き ) is a type of kamaboko , steamed fish paste , made from minced fish and with a spiral pattern in cross section . +1 Sei Shonagon ( 966 ? - 1025 ? ) was a female writer and poet in the Heian period . +1 Norisue IMADEGAWA ( 1425 - ( January 26 , 1484 ) was a kugyo ( court noble ) who lived during the Muromachi period . +-1 " Hennentai " is one of descriptive methods of history , whereby historical affairs are described in chronological order . +1 Tadasue TSUTSUMI ( year of birth unknown - July 27 , 1221 ) was gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) in the early Kamakura period . +-1 Korokke is a kind of deep fried dish . +-1 " Jinryo bugyo " was an official post in the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +1 Shoei KANO ( 1519 - November 24 , 1592 ) , the third son of Motonobu KANO , was a painter of the Kano school who lived in the Azuchi-Momoyama period . +1 ISHIKAWA no Toshitari ( 688 - October 762 ) was a noble who lived from the end of the Asuka period to the middle of the Nara period . +1 Katsutoki NAKAYAMA ( ? - July 1 , 1582 ) was a military commander in the Sengoku period ( period of Warring States ) . +-1 Rusui was a governmental post placed in the Edo bakufu and in domains . +1 Ryudai ( 1751-July 2 , 1843 ) was a monk of Shingon sect . +1 Odainokata ( 1528 - October 13 , 1602 ) was the legitimate wife of Hirotada MATSUDAIRA , and later became the wife of Toshikatsu HISAMATSU . +-1 Tanzaku means paper cut into strips , or thin slices of wood . +-1 Nanso Satomi Hakkenden is Yomihon ( copy for reading ) written by Bakin KYOKUTEI ( Bakin TAKIZAWA ) during the late Edo period . +1 Mochiie ARIMA ( 1396 ? - 1450 ? ) was a warrior in the middle of the Muromachi period . +1 The Shinkokushi is a national history of Japan that is said to have been compiled in the 10th century , following the " Nihon Sandai Jitsuroku " ( Veritable Records of Three Reigns of Japan ) , the last of the Rikkokushi ( Six National Histories ) . +-1 Kyoto Gosho is an imperial palace located in Kamigyo Ward , Kyoto City , Kyoto Prefecture . +1 Ichidakusai SAITO ( 1813 - December 18 , 1874 ) was a priest in the end of Edo period . +1 Shintaro NAKAOKA ( May 6 , 1838 - December 12 , 1867 ) was a political activist involved in the fight to restore imperial rule . +-1 Choroku no hen was an incident that occurred on December 27 , 1457 during the Muromachi period when former retainers of the Akamatsu family attacked angu ( emperor 's temporary palace ) of Gonancho ( Second Southern Court ) , made a surprise assault on the brothers of Sonshuo and Chugio who were descendants of the Southern Court emperor ( the latter was a seii taishogun ( literally , " great general who subdues the barbarians " of the Southern Court ) , and took away Shinji ( the sacred jewel ) . +1 Kuninaga TAJIMI ( 1289 - 1324 ) was a busho ( Japanese military commander ) who lived in the late Kamakura period . +-1 Shinju-an Temple is a sub-temple located within the precinct of Rinzai sect Daihonzan ( Head Temple ) Daitoku-ji Temple in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +-1 Kanjosho is the name of an office or a governing organization established for finance and civil administration in the Edo bakufu ( Japanese feudal government headed by a shogun ) , in each domain and at each hatamoto ( direct retainers of the Edo bakufu ) . +1 Iso no Zenji ( dates of birth and death unknown ) was a woman who lived during the late Heian period . +-1 Zenshu-yo is one of the traditional temple architectural styles in Japan . +1 Gyokei ( year of birth unknown-August 31 , 1165 ) was a priest of the Tendai sect in the late Heian period . +-1 Kinpira is one of Japanese side dishes . +1 Nobumasa WAKEBE ( January 13 , 1653 - January 23 , 1715 ) was the 4th lord of the Omizo Domain , Omi Province . +1 Monogatari are various events read by a narrator to the reader . +-1 Ko-no-Zu is a kind of Kumiko or a design consisting of longitudinal and horizontal lines used as a pattern of artistic work in Kodo . +1 FUJIWARA no Tadanobu ( 967 to May 9 , 1035 ) was a Kugyo ( top court official ) who lived during the mid Heian period . +-1 Dainihon Enkaiyochi Zenzu is a surveyed map of the whole of Japan drawn by Tadataka INO , a geographical surveyor in the late Edo period . +-1 Oharano-jinja Shrine is a Shinto shrine located in Oharano , Nishigyo Ward , Kyoto City . +1 FUJIWARA no Hamao ( year of birth not known ; died on September 1 , 840 ) was a court noble who lived in the Heian period . +-1 Ryuha are groups of people that are headed by an Iemoto ( head of school ) or Soke ( grand master ) , who passes down a certain systematic waza ( craftsmanship or technique ) in the fields of Japanese art , sake brewing , etc . +-1 As an affiliate department of Zushoryo ( the Bureau of Drawings and Books ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) , Kamiyain manufactured paper used in the Imperial Court . +1 Azumaya is one of the fifty-four chapters of " The Tale of Genji . " +-1 Daisen-ji Temple is a branch temple of Enryaku-ji Temple which belongs to Tendai sect , located in Aiba , Shinasahi-cho , Takashima City , Shiga Prefecture . +-1 Bukeryo was shoryo ( individual holdings ) of military families during the medieval Japan . +1 Tadanobu SATO ( 1161 – November 4 , 1186 ) was a Busho in the end of Heian period and a vassal of MINAMOTO no Yoshitsune . +1 MURAKUNI no Oi ( year of birth and death unknown ) was a figure who lived during Japan 's Nara period . +-1 Goshiki-mame ( five-colored roasted sweet beans ) , roasted beans of five different colors covered with a sugar coating , are regarded as a well-known Kyoto confection . +1 Sonjun Hosshinno ( December 1 , 1591 - June 21 , 1653 ) was a Buddhist monk of Tendai Sect in the early Edo period . +-1 The word " Kunitomo " referred to Kunitomo Village in Sakata County , Omi Province ( present-day Kunitomo-cho , Nagahama City , Shiga Prefecture ) , which was renowned for its production of firearms along with Sakai City during the Warring States period through to the end of the Edo period , and also to gunsmiths who worked in Kunitomo Village ( called " Kunitomo Kaji " in Japanese ) . +1 Masasato KITABATAKE ( 1449-1508 ) was a court noble in the middle of the Muromachi period . +1 Nobuyoshi ICHIJO ( 一条 信能 , 1190 - 1221 ) was a Kugyo ( high court noble ) in the early Kamakura period . +-1 Jigeke was a family status of court officials who were not permitted to enter the Courtiers ' Hall in the Imperial Palace . +-1 A geyujo is a document that , when an officer in a position is replaced with another person under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in ancient Japan , was issued confirming the change necessary for continuing office duties . +1 John William Drake is an Englishman who lived in Japan during Meiji Period . +1 Senei IKENOBO ( July 21 , 1933 - ) is a flower arrangement expert from Kyoto Prefecture . +-1 The Yagyu clan was a Japanese clan . +-1 Manganji Togarashi is one of the spring Kyo-yasai ( specifically certified vegetable varieties grown in Kyoto . ) +1 Nicchin ( 1469 to June 24 , 1527 ( old lunar calendar ) ) was the 12th head priest of Taiseki-ji Temple . +-1 Kyoto Cinema ( a mini-theater ) is located in Shijo Karasuma , Shimogyo-ku Ward , Kyoto City , Kyoto Prefecture . +-1 Ishii school is one of the schools of otsuzumi-kata ( large hand drum players ) in Nohgaku ( the art of Noh ) . +-1 Amenonaemasu no mikoto ( spelled ' 天苗加命 , ' or alternatively ' 天苗益命 ' ) is a deity ( Shinto ) in Japanese mythology . +1 The Shinkokin period is a literary period that refers to the era of transition from Heian literature ( literature in Chuko ) to Kamakura literature ( medieval literature ) . +-1 Kurofune is a term used to refer to large , Western-style sea vessels , used before the Edo Period until the modern age . +1 Kinmoto SAIONJI ( 西園寺 公基 , 1220 - January 19 , 1275 ) was a Kugyo ( high court noble ) in the Kamakura period . +-1 Naizenshi was an institution belonging to Kunaisho ( Ministry of the Sovereign 's Household ) in Japanese government-regulated organization or facility , etc . +-1 Joeki NAKAGAWA is a name that has been succeeded for generations by the head of the Nakagawa family , one of the Senke jissoku ( the 10 artisans of the Sen family ) specialized in the hardware craftwork . +-1 When Nobunaga ODA went to the capital with Yoshiaki ASHIKAGA in hand and put Kyoto under his dominion , he made his vassal Sadakatsu MURAI the Kyoto Shoshidai , in charge of maintaining the peace in Kyoto , imitating the organization of the Muromachi Shogunate . +-1 Jizo-in Temple , located in Kita Ward , Kyoto City , is a temple of the Jodo sect . +-1 The Yoshimi clan was a samurai clan in Japan . +-1 The Seshu-Shinno-ke is also known as " the Tei-Shinno-ke " ( the legitimate Imperial prince 's family ) . +1 Kaneyoshi KUJO ( 九条 兼良 , 1167 - February 3 , 1221 ) was a Kugyo ( high court noble ) in the early Kamakura period . +1 Bankei Yotaku ( April 18 , 1622 - October 2 , 1693 ) was a Buddhist priest of the Rinzai sect during the early Edo period . +-1 Higashi Koya-kaido road was a road used to visit Mt . Koya from Kyoto . +1 Mototsuna ANEGAKOJI ( 1441 - June 5 , 1504 ) was a warring lord and governor of Hida Province . +-1 Dashi is a float used in a procession during a festival . +1 " Aoi no Ue " is a work of nogaku ( the art of Noh ) which is based on the chapter of ' Aoi ' ( Hollyhock ) in " The Tale of Genji . " +-1 The sogamae is a castle or fort 's outer enclosure or the area that the enclosure surrounds . +-1 Nagahide NIWA , Nagamasa ASANO +1 The Mikohidari family was one of the principal families of the Fujiwara clan , whose founder was FUJIWARA no Nagaie , the sixth son of FUJIWARA no Michinaga of the Northern House of the Fujiwara clan . +-1 Wachi Station , located at 19-1 Honjo Baba , Kyotanba-cho , Funai-gun , Kyoto Prefecture , is a stop on the Sanin Main Line of the West Japan Railway Company ( JR West ) . +-1 Tomikuji also called Tomitsuki is a way to collect fund for mutual aids and a kind of lottery that is said to be the origin of takarakuji and also a gamble . +1 FUJIWARA no Masamitsu ( 956-April 7 , 1013 ) was a court noble in the mid-Heian Period . +1 Hana no En ( The Festival of the Cherry Blossoms ) is one of the fifty-four chapters of " The Tale of Genji . " +-1 Kuruwa is a general term for a castle compound , which is bounded by walls . +-1 The term Sohei means samurai ( warriors ) with the appearance of priests who were active from the Medieval Period until the early modern ages . +-1 Skyland Ikoma is a theme park located at the top of Mt . Ikoma in Ikoma City , Nara Prefecture . +1 " Shomonki " is an early war chronicle that details TAIRA no Masakado 's War , which occurred in Togoku ( the eastern part of Japan , particularly the Kanto region ) in the middle of the tenth century . +1 Motohiro KONOE ( April 28 , 1648 - October 13 , 1722 ) was a court noble and Kanpaku ( chief adviser to the Emperor ) who lived in the early to mid Edo period . +-1 Otabisho means the place where a deity ( usually the mikoshi , or portable shrine , that carries the deity ) takes a rest or stays overnight while on a ritual procession during a shrine festival ( Shinko-sai Festival ) . +-1 Japanese housing +-1 The Battle of Bitchu Takamatsu-jo Castle was a battle in 1582 in which , on the order of Nobunaga ODA , his karo ( retainer ) Hideyoshi TOYOTOMI conquered Takamatsu-jo Castle , owned by Muneharu SHIMIZU , in Bitchu Province in the territory of the Mori clan . +1 Imperial Prince Hachijonomiya Yasuhito ( June 15 , 1643 - November 9 , 1665 ) was a member of the Imperial family in the early Edo period . +-1 Kazarimusubi is as follows . +1 Gojo no Tsubone ( year of birth unknown - June 20 , 1193 ) was a court lady and kajin ( waka poet ) during the late Heian period . +-1 Mt . Mikami is a mountain located in Mikami , Yasu City , Shiga Prefecture . +-1 Maejima Wharf is located in Maizuru Port in Maizuru City , Kyoto Prefecture . +1 Tomomi IWAKURA ( October 26 , 1825 - July 20 , 1883 ) was a Japanese court noble and a politician . +-1 Horanomiya was an Imperial Palace which Emperor Junnin built in Omi Province in Nara period , which was placed as ' Hokukyo ' in the system of multi-capital of Heijo-kyo ( the ancient capital of Japan in current Nara ) . +-1 The Edo bakufu ( Japanese feudal government headed by a shogun ) established the post of ' Kyooyaku ' during the Edo period to have someone provide entertainment for messengers of the emperor ( who were known as " chokushi " ) , messengers of the retired emperor ( who were known as " inshi " ) , or messengers of the empress ( who were known as " nyoinshi " ) that had been sent to Edo . +-1 Introduced in 2003 , " K-tokkyu " is a type of train owned by Keihan Electric Railway Co . , Ltd . , and represents the best type offered by the company . +1 Hiroshi TAKAHASHI ( 1932 - ) is a Noh actor of the Konparu school of shite-kata ( lead actors ) . +1 FUJIWARA no Michinaga ( 966 - 1027 ) was a court nobility during the mid-Heian Period , Dajo-Daijin ( held the position from December 4 , 1017 , to February 9 , 1018 , both in lunar calendar ) . +1 Nissei ( March 23 , 1623 - March 30 , 1668 ) was a Buddhist monk of the Nichiren sect and a poet of Chinese poetry who lived in the early Edo period . +-1 The Kuze family was a Tosho-ke ( the hereditary lineage of Court nobles occupying relatively high ranks ) ( new family ) of the Murakami-Genji ( Minamoto clan ) line . +1 Mansaku ITAMI ( real name Yoshitoyo IKEUCHI ; January 2 , 1900 - September 21 , 1946 ) was a Japanese film director active during the early Showa era . +1 Mino no Okimi ( date of birth and death unknown ) lived in the Asuka period in Japan . +1 Hitakami no kuni is a province ruled by Emishi ( a group of people ) as a local sphere of influence , which was located in the present-day Tohoku region ( the Kitakami-gawa River basin in Iwate Prefecture ) and described in " Nihonshoki " ( Chronicles of Japan ) . +-1 Selected intangible properties of folk culture refers to an intangible cultural property ( except important intangible folk cultural properties ) , which is allowed to receive financial aid at public cost to cover a part of the expense to record , preserve , and exhibit . +1 MINAMOTO no Kuniaki ( 1064 - June 8 , 1105 ) was a courtier in the later Heian period . +-1 Kyoto City University of Arts is a public university which is located in Nishikyo Ward , Kyoto , and is one of the premiere universities for arts and music in Japan . +-1 Saiho-ji Temple is a Buddhist temple belonging to Jodo ( Pure Land ) Sect located in Tokiwadeguchi-cho , Ukyo-ku Ward , Kyoto City , Kyoto Prefecture . +1 Iwao KOYAMA ( April 18 , 1905 - July 7 , 1993 ) was a Japanese philosopher . +-1 Japanese pigments are materials used in Japanese traditional painting . +1 SOGA no Umako ( male ; born c . 551 and died on June 19 , 626 ) was a politician during the Asuka period . +1 Imperial Princess Gishi ( Noriko ) ( date of birth unknown - November 26 , 879 ) was a member of the Imperial family during the early Heian period . +-1 Kanpyo no goyuikai was the note that Emperor Uda left for the 13-year-old new emperor when he abdicated the throne in favor of Emperor Daigo on August 8 , 897 . +-1 Toyotamahime no Kami ( Toyotama-hime ) is a god ( Shinto ) appearing in volume one of " Kojiki " ( The Records of Ancient Matters ) , and the mythology of Yamasachihiko and Umisachihiko . +-1 Zeshi rokuju igo Sarugaku dangi ( also known as " Sarugaku dangi " ) was established in the Muromachi Period , which is a written record on Zeami 's discourse about the art and has been handed down from ancestors as a collection of art treatises on Nohgaku . +1 Nobumichi MATSUDAIRA was the third lord of the Kameyama Domain , Tanba Province . +-1 The term " Zoyakumen kei shoen " means shoen ( manor ) which were granted Zoyakumen ( the right to exempt from all levies other than regular land tax ) and whose lords were allowed to secure the amount equivalent to zatsueki ( odd-jobs tasks ) for themselves . +-1 Nanboroku ( also pronounced " Nanporoku " ) is an old book which has been handed down in the Tachibana clan in Hakata ( a part of Fukuoka City , Fukuoka Prefecture ) , as a book of SEN no Rikyu 's secret teachings . +-1 Kyoto Higher Craft School is an old system vocational school ( Specialist School of Business ) established in 1902 . +-1 Nohgaku is a Japanese traditional performing art . +1 OGIMACHISANJO Kiminaka ( May 18 , 1557- Aug . 12 , 1594 ) was a court noble of the Azuchi-Momoyama Period . +1 Matataro YAMASHITA is a hereditary family name for an actor of Kabuki , a Japanese traditional theatrical drama . +-1 Shimei-dori Street is a street running east-west through the north part of Kita Ward , Kyoto City . +-1 The Fukuo school is a school of waki-kata ( supporting actors ) in Nohgaku ( the art of Noh ) . +-1 Neko-dera is the common name for temples deeply linked to cats that exist all over Japan . +-1 Tsukuda was a rice field directly managed by lord of the manors , shokan ( an officer governing manor ) or jito ( manager and lord of manor ) in shoen koryo sei ( System of Public Lands and Private Estates ) in medieval Japan . +-1 Kanto Gobunkoku was the group of provinces ruled and administered by Shogun families ( Kamakuradono ) during the Kamakura period . +1 Harusue SAIONJI ( July 26 , 1809 - August 12 , 1826 ) was Kugyo ( a Court Noble ) in the late Edo period . +-1 The Fukuchiyama Line is a ( trunk ) railway line operated by the West Japan Railway Company that connects Amagasaki Station in Amagasaki City , Hyogo Prefecture , and Fukuchiyama Station in Fukuchiyama City , Kyoto Prefecture . +1 FUJIWARA no Munetada ( 1062-May 27 , 1141 ) was a Heian-period court noble . +-1 Tegatana ( pronounced either Shuto or Tegatana ) +1 TAIRA no Tokinori ( 1054 - 1109 ) was a middle-ranking court official in the later Heian period . +1 Masamori OOAE was a busho ( Japanese military commander ) in Muromachi period . +1 Soi ( year of birth unknown - 1094 ) was a monk and a waka poet who was active from the middle to the end of Heian period . +1 MINAMOTO no Yoshihira is a busho ( Japanese military commander ) during the end of the Heian period . +-1 Daidoruijuho was a unique Koiho ( school of ancient medicine ) document compiled in Japan in 808 during the early Heian period , while it was also the oldest government-designated pharmacopoeia . +1 Tadaharu MATSUDAIRA ( 1598-April 23 , 1669 ) was a lord of the Tanaka Domain in Suruga Province . +-1 The Bukkoji-dori Street is a street running east-west in Kyoto City , Kyoto Prefecture . +1 FUJIWARA no Saneyori ( 900 - June 29 , 970 ) was a court noble in the middle of the Heian period . +-1 Dazai no sochi was the head of Dazaifu . +-1 Wasan means an anthem sung in Japanese to praise Buddha , Bosatsu , Soshi ( founder of a sect ) , ancient virtue , Buddhist scriptures , creed , etc . +-1 The ogre of Suzaku-mon Gate is said to have lived in the Suzaku-mon Gate of Heian-kyo ( the ancient capital in what is now Kyoto ) . +1 Naomasa MATSUDAIRA ( September 1 , 1601-March 8 , 1666 ) was a daimyo ( Japanese feudal lord ) in the early Edo Period . +1 FUJIWARA no Iefusa ( 1167 - August 24 , 1196 ) was a kugyo ( top court official ) and a kajin poet who lived from the end of the Heian period through the Kamakura period . +-1 The Ebisugawa-dori Street is a street running east-west running in Kyoto City . +1 Senmatsumaru SOGO ( 1575 - August 11 , 1589 ) was a son of Masayasu SOGO . +-1 Sugatani onsen is a hot spring located in Nagahama City , Shiga Prefecture ( formerly , Omi Province ) . +1 A brief summary of each chapter of The Tale of Genji . +1 Uji jujo ( The Ten Quires of Uji ) is the latter half of the third , last part of Genji Monogatari ( the Tale of Genji . ) +-1 Kennosuke KONDO ( April 18 , 1928- ) is a shite-kata ( a main actor ) of the Hosho school of Noh . +1 Kagemichi AOYAMA ( 1819 - December 11 , 1891 ) was a Japanese Fukko-shintoka ( Reactionary Shintoist ) , who lived during the end of the Edo period to the Meiji period . +1 Yoshikatsu TOKUGAWA ( April 14 , 1824 - August 1 , 1883 ) was a daimyo ( a Japanese feudal lord ) ( the 14th and 17th lord of the Owari Domain [ later the Nagoya Domain ] ) in the late Edo period and a statesman in the early Meiji period . +1 MINAMOTO no Kenshi ( also known as Kaneko ) ( 915 - October 972 ) was a shisei kozoku ( member of the Imperial Family conferred with a family name ) during the mid Heian period . +1 Onitaro OKA ( September 3 , 1872 - October 29 , 1943 ) was a Kabuki playwright , dramatic critic , and writer . +-1 Katsuo no tataki is one of the fish dishes made with katsuo ( bonito or skipjack tuna ) . +-1 Tsukigase Bairin refers to the plum grove located at Mt . Tsukigaseoyama and its surrounding areas ( former Tsukigase Village , Soekami County ) in Nara City , Nara Prefecture . +1 Sadatsuna MATSUDAIRA ( March 8 , 1592 - February 4 , 1652 ) was a daimyo ( Japanese territorial lord ) in the Edo period . +1 TAIRA no Iesada ( 1084 - 1167 ) was a roto ( retainer ) of the Taira family during the late Heian period . +-1 Saccho Domei ' refers to the political and military alliance concluded on March 7 , 1866 in the last days of the Edo period between the Satsuma Domain and Choshu Domain . +1 Jugo SUGIURA ( April 19 , 1855 - February 13 , 1924 ) was a nationalistic educator and thinker of the Meiji period and the Taisho period . +-1 Keizu sanyo ( Edo period pedigree charts ) is a collection of pedigree charts compiled in the late Edo Period . +1 Doin ( 1741 - July 1 , 1813 ) was a priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) during the middle to late Edo period . +1 Hachiro KIYOKAWA ( October 10th , first year of Tenpo ( Lunar Calendar ) ( November 24 , 1830 ) - April 13th , third year of Bunkyu ( Lunar Calendar ) ( May 30 , 1863 ) ) was a Shishi at end of Edo Period , and one of the leaders of the Roshigumi . +1 Nobuhiro KONOE ( June 24 , 1599 - November 15 , 1649 ) was a court noble and Toshichoja ( representative of the Fujiwara family ) who lived in early Edo period . +-1 Miyagahama Swimming Area is a swimming area located in Omihachiman City , Shiga Prefecture . +-1 Izanagi-jinja Shirine is located in Tenri City , Nara Prefecture . +1 MINAMOTO no Yoritomo was a busho ( Japanese military commander ) during the end of the Heian period and the early Kamakura period . +-1 Kohechi is a pilgrimage route to Kumano Sanzan ( the three major shrines of Kumano region including Kumano Hongu-taisha Shrine , Kumano Hayatama-taisha Shrine and Kumano Nachi-taisha Shrine ) and one of Kumano-kodo ( Kumano old road ) . +-1 The Tokugawa clan name was created by Ieyasu TOKUGAWA . +1 Harutada TAKADA ( year of birth and death unknown ) was a feudal warlord in the Azuchi-Momoyama period . +-1 " Kyo kaido " indicates all the streets which go to Kyoto . +-1 Ryosei-koku designates Japanese province that was established under the ritsuryo codes . +-1 Jinaicho ( also called Jinaimachi ) refers to self-governing communities formed during the Muromachi period , which centered on the Buddhist temples of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) and training seminaries ( gobo ) . +-1 Yohoro-gawa River belongs to a class B river system which runs through Maizuru City , Kyoto Prefecture . +-1 " Uji cha " is a high-class brand of Japanese tea with the image of being produced in the southern area of Kyoto Prefecture around Uji City . +-1 Susoyoke petticoat is an inner wear that is worn under wafuku ( Japanese traditional clothes ) . +-1 Sempuku is a sake brand produced by MIYAKEHONTEN , a sake brewer in Kure City , Hiroshima Prefecture . +-1 Summary +1 FUJIWARA no Yorizane ( 1155 - 1225 ) was a noble who lived the late Heian period and the early Kamakura period . +-1 Rekishimachi was one of Japanese city forms . +-1 Shakuzetsu-nichi Day is a day controlled by Rasetsu-shin God ( type of evil spirit ) of Onmyodo ( way of Yin and Yang ) ( in the customs of nobles and ordinary citizens ) , and was considered unlucky day . +-1 Iwazononiimasu-takumushitama-jinja Shrine is located in Katashio-cho , Yamatotakada City , Nara Prefecture . +1 Geni MAEDA was a busho ( military commander ) and daimyo ( Japanese feudal lord ) during the Sengoku ( Warring States ) and the Azuchi-Momoyama periods . +-1 Dokyo is one of the Sankyo , ( Japanese word translates as " three religions " ) , the three great religions in China , including Confucianism , Chinese Buddhism and Dokyo . +-1 The Kubo-okura was the financial branch of the Muromachi bakufu , in charge of managing revenues and expenditures . +-1 Saibara is a style of ancient music . +-1 Akadashi miso soup is a miso soup made from a blend of Hacho-style ( soy bean and rice ) miso paste . +-1 Shunju-za is a theater located in Sakyo Ward , Kyoto City on the site of Kyoto Performing Arts Center operated by Kyoto University of Art and Design . +-1 Bunji Imperial Sanction was the imperial sanction in Japan to permit placement and appointment and dismissal of shugo ( military governor ) and jitoshiki ( manager and lord of manor ) in various districts given to MINAMOTO no Yoritomo by the Imperial Court on December 28 , 1185 . +-1 Itahi ( board monument ) is a kind of sekihi ( stone monument ) mainly used as a memorial tower . +-1 The Mibu family +-1 Senmai-zuke which is marketed in supermarkets are traditional pickles in Kyoto and are produced by marinating paper-thin slices of turnips with pieces of konbu ( kelp ) , red peppers and vinegar . +-1 Shirako is the name of the milt of fish when the milt is used as ingredients in various dishes . +1 MINAMOTO no Takaakira ( 914 - January 17 , 983 ) was a court noble in the Heian period . +1 Shinichiro KURINO ( November 29 , 1851 - November 15 , 1937 ) was a Japanese diplomat in the Meiji and Taisho eras . +1 Toshikatsu BOJO ( October 7 , 1802 - September 9 , 1865 ) was a court noble in the end of the Edo period . +-1 Taki mountain range is the generic name for the mountains extending from Kyoto Prefecture to Sasayama City and Tanba City in the shape of high quay wall , which are 500 meters to 700 meters high ; it is also called the Taki Alps after former Taki County . +-1 Otoshidama-bukuro is an envelope in which you put money ( mainly bills ) when you give otoshidama ( New Year 's gift ) on New Year 's holidays . +1 Tadatoshi MATSUDAIRA ( year of birth unknown - January 29 , 1646 ) lived in the Edo period . +-1 Samegai Trout Farm is a prefectural facility for freshwater fish cultivation and research , located in Maibara City , Shiga Prefecture . +1 The Meiji-setsu is one of the four grand national holidays in the former public holiday system : the Kigen-setsu ( the National Foundation Day ) , the Shiho-setsu ( New Year 's Day ) , the Tencho-setsu ( the birthday of the present emperor ) , and the Meiji-setsu ( the birthday of Emperor Meiji ) . +-1 Isshin-in Temple is a Jodoshu sect ( the Pure Land sect ) temple at Higashiyama Ward in Kyoto City as well as the head temple of the Shasei school of the Jodo sect . +-1 Matsubara-dori Street is one of the major east-west streets in Kyoto City . +-1 Daigokuden was the main administrative building of the Imperial Court in ancient times in Japan . +-1 Moriya-shin ( also pronounced as Moreya-shin ) is an indigenous god ( Shinto ) believed to live around the Suwa region in Nagano Prefecture . +1 Gessho ( 1813 - December 20 , 1858 ) was a Sonno Joi ( Revere the Emperor , Expel the Barbarians ) School Buddhist monk who lived at the end of the Edo period . +-1 Tai Meshi is one of the local dishes in which sea bream is used . +-1 Enyu-ji Temple was a gogan-ji ( temple built by imperial order ) of the Emperor Enyu that once stood in Kyoto . +1 Tomoyoshi MAEDA ( 1590 - July 24 , 1628 ) was a busho ( Japanese military commander ) who lived in the Edo period , and he was the third son of Toshiie MAEDA . +1 Yoshisue SAIONJI ( September 29 , 1743 to January 16 , 1800 ) was Kugyo ( a Court Noble ) in the middle Edo period . +1 Emperor Murakami ( July 14 , 926 - July 5 , 967 ) reigned in the mid-Heian period ( from May 31 , 946 to July 5 , 967 ) . +-1 Bakumatsu , one of the Japanese periodization , refers to the final years of the Edo period when the Edo bakufu ( Japanese feudal government headed by a shogun ) ruling a county came to an end . +1 FUJIWARA no Sanenari ( 975 - January 12 , 1045 ) was a court noble in the Heian period . +1 OE no Tadamitsu ( also called Narimitsu , 934 - November 29 , 987 ) was a kuge ( court noble ) during the mid Heian period . +1 Tomu UCHIDA ( real name Jojiro ; April 26 , 1898 - August 7 , 1970 ) was a Japanese film director active during the Taisho and Showa periods . +1 Shihohai is the name of ceremony held at Imperial Palace in the beginning of the year . +1 Shunkan ( 1143 - April 17 , 1179 ) was a priest of the Shingon sect of Buddhism in Japan , who lived during the latter Heian period . +-1 Jogan gishiki is a book of ceremonies that is believed to have been compiled during the Jogan era ( Japan ) during the early Heian period ( book ) ( book of ceremony ) . +1 Masanao TSUCHIYA was a daimyo ( Japanese feudal lord ) and roju ( member of shogun 's council of elders ) living in the Edo Period . +-1 Momoyama-Minamiguchi Station , located in Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on the Keihan Uji Line , which is operated by Keihan Electric Railway . +-1 Karinto is a type of sweets and the recipe is as follows : Knead wheat flour together with other ingredients such as sugar , water , yeast , salt and baking soda into a ball of dough , fry the dough rolled into a long thin stick in vegetable oil , coat with syrup made from brown sugar or superfine sugar and dry . +1 Kimio NAKANISHI ( 1843 - 1918 ) was a geisha girl in the Gion Kobu district . +1 TAIRA no Takakiyo ( TAIRA no Rokudai ) 1173 - March 10 , 1199 ) was a member of the Taira clan who lived from the end of Heian period to early Kamakura period . +1 Tsunanori KUTSUKI ( January 9 , 1808 - October 15 , 1825 ) was a successor of the Fukuchiyama Domain in Tanba Province . +1 Masatora KUSUNOKI ( 1520 - February 9 , 1596 ) was a man that lived during the Sengoku period ( Period of Warring States ) ( Japan ) to the Azuchi-Momoyama period . +-1 Kinden school is the largest school of taishogoto ( Taisho lyre ) in Japan which have more than four hundred thousand members and more than ten thousand teachers throughout Japan . +-1 Ichiryu denju means jiso denju ( initiation of practical training ) in the Shingon sect of Buddhism . +1 Shika Wakashu is the sixth Chokusen Wakashu ( anthology of Japanese poetry compiled by Imperial command ) of the Hachidaishu ( the eight Imperial anthologies of Japanese poetry ) . +-1 Zejo was the title of the chieftain of the Tachibana and O clans in the Heian period . +-1 Kasagi-dera Temple is a Buddhist temple belonging to the Chisan School of the Shingon Sect located in Kasagi-cho , Soraku-gun County , Kyoto Prefecture . +-1 Ichizawa Hanpu Co . , Ltd. is a cloth bag manufacturer located in Higashiyama Ward , Kyoto City . +-1 " Mizuko " is a term that refers to the following : +-1 Sango ( Mountain Name ) : None +-1 Shinmeiyama-kofun Tumulus is a keyhole-shaped tomb mound made in the latter half of the early kofun ( tumulus ) period , located in Kyotango City , Kyoto Prefecture . +1 Cloistered Imperial Prince Sonen ( August 1 , 1298 - October 7 , 1356 ) was the seventeenth Chief Priest of Shoren-in Temple . +-1 Suguki pickles are one kind of Japanese pickles . +1 Katahide NIGITA ( year of birth unknown - February 4 , 1348 ) was busho ( a Japanese military commander ) in the period of the Northern and Southern Courts . +1 Tsunemoto KANROJI ( 1535 – June 5 , 1585 ) was a court noble during the Muromachi to Azuchi-Momomyama Period . +-1 Kodan is a form of traditional Japanese performing arts . +-1 Danjonokami ( also known as Danjoin ) was the head of Danjodai under the ritsuryo legal code system . +-1 The Makimuku Katsuyama-kofun Tumulus is an ancient tomb belonging to the Makimuku Katsuyama-kofun Tumuli Cluster . +-1 Haitei no Yashiro Shrine was located on a knoll in Shimogyo Ward , Kyoto City , Kyoto Prefecture . +1 Hisamichi KONOE ( November 21 , 1472 - September 23 , 1544 ) was a kugyo ( court noble ) and Kanpaku ( chief adviser to the Emperor ) during the Sengoku Period ( Period of Warring States ) ( Japan ) . +1 Kosho OTANI ( April 22 , 1817 - January 15 , 1894 ) was a Jodo Shinshu ( True Pure Land Sect Buddhism ) priest and the 21st Hoshu ( head priest ) of Higashi Hongan-ji Temple . +1 Ennin ( 794-February 24 , 864 ) was the 3rd head priest of the Tendai Sect . +-1 " Kyo-yasai " is a general term for varieties of vegetables that were created by selective breeding a long time ago and have been produced in a traditional manner mainly in regions in Kyoto Prefecture , generally referring to 43 varieties of vegetables in total that fall under ' Kyo no Dento Yasai ' ( 41 varieties certified by Kyoto Prefectural Government to continue to be produced in the traditional manner ) and / or ' Brand Kyo-Yasai ' ( 21 varieties certified o have reliable quality and to be produced at such an adequate and stable volume to enable distribution to the marketplace ) . +-1 Inkyo is when the head of the family gives away the reigns of the family to another family member and withdraws from official household affairs . +-1 The trade of sake brewers in Japan involves ; making Japanese rice wine ( sake ) in warehouses and selling sake in retail outlets . +1 MINAMOTO no Yorikuni ( unknown - 1058 ? ) was a warlord and a court official during the Heian period . +1 KOMA no Oyama ( year of birth unknown - 762 ) was a government official in the Nara period . +-1 Koikoku is the name of a dish of round sliced carp stewed in miso soup . +-1 The " Nippon " was a newspaper first published by Katsunan KUGA on February 11 , 1889 . +-1 Fuyu no ken ( the right of tax exemption ) was the right of shoen ( manor in medieval Japan ) to be exempted from all or part of the land tax to be paid to the government . +1 Nobunari TSUDA was busho ( Japanese military commander ) , daimyo ( Japanese feudal lord ) of Mimaki Domain , Yamashiro Province . +-1 The Normanton Incident refers to an event that occurred when the Normanton , a cargo ship of British registry , ran aground and sank off the coast of Kii Province ( Cape Shiono-misaki , Kushimoto Town , Higashimuro County , Wakayama Prefecture ) on October 24 , 1886 . +1 Empress Komyo ( 701 - July 27 , 760 ) was a person in the Nara period . +1 Washio KANO ( December 14 , 1839 - October 27 , 1902 ) was an officer and corporal of the Shinsen-gumi masterless warriors ' party ; he later became a member of Goryo-eji ( guardians of Imperial mausoleums ) party ( Kodaiji-to party ) . +1 IKI no Karakuni ( dates of birth and death unknown ) lived during the Asuka period in Japan . +1 Tadae KAWAKAMI ( 1559 - May 3 , 1622 ) was a busho ( Japanese military commander ) from the Sengoku period ( period of warring states ) to the Edo period +-1 Shinshi is a tool for use in Arai-hari of Wafuku ( Japanese traditional clothing ) ( a Kimono cleaning technique of laying or stretching out a starched Kimono to dry ) or dyeing fabrics by sticking each of its ends into a longer edge of the fabric , respectively , so as to stretch out the fabric in the shape of a bow ( a type of weapon ) and support it while keeping its width without shrinkage . +-1 Honmon Hokke Sect is a school of Nichiren Sect of which the sect founder was Nichiren and the school founder was Nichiryu ( Honmon School of Hokke Sect ) . +-1 Totsuomi kuni no miyatsuko ( 遠淡海国造 ) , also known as Totsuomi kokuzo , was a kuni no miyatsuko ruled the west part of Totomi Province in ancient Japan . +-1 Mokkan ( also read as Bokkan ) is one of supplementary punishments in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) , and it refers to the confiscation of corpus or property by the authority . +1 Sadamichi MAKINO was a daimyo ( feudal lord ) during the Edo period . +-1 The term " Dynastic polity " is the historical notion which refers to Japan 's state regime in a transitional period during which it was in the process of transition from the Ritsuryo system ( a system of centralized government based on the Ritsuryo code ) to the medieval national polity . +-1 Dango is a Japanese traditional sweet and a kind of dumpling made from rice flour ( rice flour is kneaded with water or hot water and steamed or boiled to make a dumpling which is called ' mochi ' ; the mochi is cut into pieces which are shaped like small balls which are called ' dango ' ) . +1 Doma hoshi was a great magician who lived during the Heian period , in the reign of the Emperor Ichijo . +-1 The term " feudal lord " is used to refer to a person who holds feudal dominion over a certain area of land and its residents ( territory ) . +-1 Jinguji are Buddhist temples that operated as Shinto shrines under the syncretism of Shinto and Buddhism that occurred in Japan . +-1 Tsuma is a garnish used for sashimi dish . +1 Shohei IMAMURA ( September 15 , 1926-May 30 , 2006 ) was a Japanese director and playwright . +1 Futsunomitama is a divine sword described in the " Kojiki " ( The Records of Ancient Matters ) " Nihonshoki " ( Chronicles of Japan ) and mythology . +-1 Samegai-dori Street is a street running north-south through Kyoto City . +1 MINAMOTO no Kanetsuna ( year of birth unknown - June 27 , 1180 ) was a busho ( Japanese military commander ) who lived at the end of the Heian Period . +-1 On hakase ( also known as Koe no hakase ) was a hakase position ( professor ) established under the Ritsuryo system in Japan . +-1 Kyoto Law School , a private school established in 1889 , is located in Teramachi-dori Shijo-dori kudaru Daiun-in , Shimogyo-ku , Kyoto City , Kyoto Prefecture . +-1 Certificate of ownership refers to the letter in which lords such as shogun , provincial military governor and feudal lord gave vassal samurais a guarantee for the ownership of a territory and enfeoffment from the Kamakura period onwards . +1 TANBA no Yasuyori ( 912-995 ) was a physician during the Heian period . +1 The Big Four of the Kyoto school refers to the following four scholars who belonged to the Kyoto School : Masaaki KOSAKA , Keiji NISHITANI , Iwao KOYAMA and Shigetaka SUZUKI . +-1 The Kangakai was a fine art association in the early Meiji period . +1 The list of characters in the Tale of Genji is the list of fictional characters appearing in the story . +1 Princess Chichitsuku Yamatohime ( Chichitsuku Ymatohime no Mikoto ; the dates of her birth and death are unknown ) was a princess of the Emperor Suinin . +1 Masaya SUZUKI ( April 3 , 1861 - December 25 , 1922 ) was the third general director of Sumitomo Group . +-1 Konpeito is small ball-shaped candy with horn-like prongs on the surface made from sugar and flavored liquids . +-1 Sena ( 1647 - November 6 , 1735 ) was a waka poet during the mid Edo period . +1 TAIRA no Masatake ( year of birth unknown - 940 ) was a busho ( Japanese military commander ) in the mid Heian period . +-1 The Ononomiya school was a school of Yusoku-kojitsu ( knowledge of court rules , ceremony , decorum and records of the past ) , which dated back to the Heian period . +-1 A kaya ( mosquito net ) is a box-shaped net that offers protection against harmful insects such as mosquitoes . +-1 Patch is a men 's underwear covering between the waist and ankles . +1 Hiwadahime ( 1230 - May 13 , 1247 ) was a woman who was a member of the Hojo family during the middle of the Kamakura period . +-1 Kamo kaido is a street running the embankment of the left shore of ( west shore ) the Kamo-gawa River in Kyoto City . +-1 The junkenshi is an envoy of the Edo shogunate dispatched for surveillance of the daimyos ( feudal lords ) and hatamotos ( shogunal retainers ) , and for research on the situation . +1 Fushikaden is a treatise on Noh ( traditional masked dance-drama ) written by Zeami . +1 FUJIWARA no Tarashiko ( year of birth unknown - July 2 , 794 ) was a female nobles in the Nara Period . +-1 Hyomashi ( Office of Military Horses ) was the institution belonged to Hyobusho ( ministry of military ) on the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) of Japan . +-1 Suigun is the traditional armed forces on the water in the countries in East Asia where Chinese characters are used . +-1 Osaka no seki ( the Osaka Barrier , 逢坂関 ) was the border between Yamashiro Province and Omi Province . +-1 Shomyo-ji Temple is a temple of the Nishiyama school of the Jodo ( Pure Land ) sect located in Ayameike-cho , Nara City , Nara Prefecture . +1 Tadatsune MATSUDAIRA ( February 22 , 1790 - May 12 , 1810 ) was the heir of Ueda Domain , Shinano Province . +-1 Gando gaeshi ( to pivot one large piece of scenery onto its side so as to reveal a different one ) is a stage term used in Kabuki and means one of ' Idokoro-gawari ' ( place change ) methods for scene changes or a device which uses Gando-gaeshi . +1 SAKANOUE no Takimori ( 825 - December 3 , 881 ) was a lower-grade official and military officer who lived during the Heian period . +1 Choshueiso is a private poetry collection of FUJIWARA no Toshinari . +1 " The Murasaki Shikibu Diary " is said to have been written by Murasaki Shikibu . +1 Gekko OTOMO ( dates of birth and death unknown ) was a painter in the middle to latter part of the Edo period . +-1 Tegoto is a long part of instrumental music sandwiched between vocal music in a piece by an instrumental trio , which is a collective term for jiuta ( a genre of traditional songs with accompaniment by shamisen ( three-stringed lute ) ) , sokyoku ( koto ( thirteen-stringed Japanese zither ) music ) , and kokyugaku ( Chinese fiddle music ) . +1 Ryutaro MAZUME ( 1844 - ? ) was a Shinsengumi member , who was said to have come from Chugoku region . +1 Yoshimune OINOMIKADO ( 大炊御門 良宗 , 1260 - September 28 , 1307 ) was a Kugyo ( high court noble ) from the middle of Kamakura period to the late Kamakura period . +-1 Located in Hiyoshi-cho , Nantan City , Kyoto Prefecture , Hiyoshi Station is a stop on the Sanin Main Line , which is operated by the West Japan Railway Company ( JR West ) . +1 Kazuma ISSHIKI ( year of birth unknown - 1590 ) was an Azuchi-Momoyama period military commander and Kokujin ( local samurai ) とする 。 +-1 " Noborigama " these days generally means a kiln with a partitioned chamber for firing large quantities of ceramics and other ware , built on a slope so that gravity draws the flue gas through the kiln , keeping the high temperatures constant throughout the chamber . +1 Imperial Princess Mako is a member of Imperial family of Japan . +-1 Tosu is a lavatory in Buddhist temples . +-1 The Ehon Taikoki is a play of ningyo joruri ( traditional Japanese puppet theater ) . +-1 Goshoden-dori Street is a street running east-west through Higashi Goshoden-cho Murasakino in Kita Ward , Kyoto City . +-1 The remains of Kokusei ‐ ji Temple are remains of a temple of the Kegon Sect in Noshiro City , Akita Prefecture . +1 FUJIWARA no Atsunobu ( year of birth and death unknown ) was a poet in the mid Heian period . +-1 Fukakusa Station , located in Fukakusa-kenasa-cho , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on the Keihan Main Line , which is operated by Keihan Electric Railway . +1 Tanetsuna KUTSUKI was the third lord of Fukuchiyama Domain in Tanba Province . +1 Godai Teio Monogatari is a historical tale which was written in the late Kamakura period and arranged in chronological order . +-1 Jidaimono +-1 Rangaku Juku is a kind of gakumonjo ( school ) , spread as a private school in the Edo period , to learn Western studies . +-1 Eishoki was the diary of the late Heian Period courtier FUJIWARA no Tametaka . +1 The Tale of Shinobine refers to a courtly romance which was completed at the end of the Heian period and was subsequently lost , or to an adaptation of a story produced during the period of Southern and Northern Courts ( Japan ) . +-1 Hari hakase ( Doctor of acupuncture ) is a member of Tenyakuryo ( medical and pharmaceutical department ) of the Imperial Household Ministry . +-1 The Kyoto school is a school of philosophy formed by Kitaro NISHIDA , Hajime TANABE , and philosophers learned from these two , while a group featured interdisciplinary research centered on Institute for Research in Humanities , Kyoto University , is called New Kyoto school to distinguish it from the Kyoto school or school of philosophy . +-1 Japan / Kinki Region / Kyoto Prefecture / Soraku-gun +-1 Narazuke is a kind of pickles made with vegetables such as gourd , cucumber , watermelon , and ginger first pickled in salt , then in fresh sake lees several times . +1 Yoshinao KOZAI ( January 28 , 1864 - June 18 , 1934 ) was a Japanese agricultural chemist . +-1 Iwakamutsukari no mikoto , who appears in the Japanese Mythology , is a courtier of Emperor Keiko . +-1 Nishime ( 煮しめ ) is a dish in which a simmering cooking technique is used . +1 Yua ( 1291 - c.1379 ) was a Ji Sect Buddhist monk and Manyo scholar who lived from the latter part of the Kamakura period to the Northern and Southern Courts period . +-1 Bugyoshu , also called Yuhitsukata , were of group of Bugyonin ( magistrates ) who were lawyers of the bureaucracy within the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +-1 Kyoto Animation Co . , Ltd. is a Japanese corporation engaged in the design and production of animation as well as technical guidance related to animation production . +-1 Juni-jinja Shrine is a Shinto shrine located in Tenri City , Nara Prefecture . +1 The Imperial Prince Asuka ( year of birth unknown - April 27 , 700 ) was a princess of the Emperor Tenchi . +1 Tomiko HINO ( female , 1440 - June 30 , 1496 ) is a historical figure who lived in the Muromachi period . +-1 Manshuin Temple is a Buddhist temple of the Tendai Sect that is located at Ichijo-ji Temple in Sakyo-ku Ward , Kyoto City . +1 Nobuyoshi ODA ( 1584 - July 10 , 1626 ) was a military commander and daimyo ( feudal lord ) in the Azuchi-Momoyama and Edo periods . +1 Born in 899 and passed away on October 13 , 981 , SUGAWARA no Fumitoki was a literary man and a politician in the middle of the Heian period . +1 Kaoru ASANO ( year of birth unknown - 1867 ? ) was a Shoshi shirabeyaku ken kansatsu ( Shinsengumi 's organizational post for investigating movements of the opponents and keeping the Shinsengumi members under control ) of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +1 Munemoto NIJO ( July 8 , 1727 - February 9 , 1754 ) was kugyo ( high court noble ) in the Edo period . +1 Ujimitsu ASHIKAGA ( September 4 , 1359 - December 12 , 1398 ) was the second Kamakura kubo ( Governor-general of the Kanto region ) ( reigning from 1367 to 1398 ) in the Muromachi period . +-1 Koshinto was the ancient Japanese religion which was the origin of Shintoism and was called Kodo , Shintoism before 6th century . +1 Saneyoshi OGIMACHISANJO ( 1588 - August 17 , 1633 ) was a Kugyo ( a top court official ) from the late Azuchi-Momoyama to the early Edo period . +-1 Itabari is one of the Arai-hari ( washing and stretching out ) techniques used to stretch out a piece of washed , starched fabric on a board so as to flatten out any creases and give the finished fabric a shiny appearance . +1 Nagasada SHINDO ( 1608 - June 26 , 1675 ) was aozamurai ( young samurai of lower rank ) in the early Edo period . +-1 Mitsumame is one of Japanese style sweets or desserts . +1 Sakimitsu YANAGIWARA ( 1850 - September 2 , 1894 ) was a Court noble who was born in Kyoto , Yamashiro Province and he later became a count . +-1 Special Notes +-1 Shiraore is a type of Japanese tea that consists of tea stems eliminated from Gyokuro ( refined green tea ) or green tea of middle grade in processing and has an unique flavor derived from stems . +-1 The Honpo-ji Temple , located at Teranouchi , Kamigyo Ward , Kyoto City , is a Honzan ( a major temple of the Nichiren Sect ) and a Yuisho jiin ( a historically important temple of the Nichiren Sect ) . +1 Shukyu GUCHU ( 1323 - October 4 , 1409 ) was a priest of the Rinzai sect during the period of the Northern and Southern Courts ( Japan ) . +-1 The Muromachi family was court nobility with a family status of the Urin . +1 TANI no Ne Maro ( year of birth and death unknown ) was a person from the Asuka Period in Japan . +-1 Hino Castle was a Japanese castle located in Hino Town , Gamo County , Shiga Prefecture . +-1 An eishaku indicates an honorable position or rank . +-1 " Shingu " refers to tools or utensils used for Shinto religious services . +-1 Jokamachi ( castle towns ) were cities that were established with the lord 's castle in the center . +-1 Itoin is a copper seal made in China in Ming Dynasty and brought into Japan over the Sengoku period ( period of warring states ) and the Momoyama period . +1 Renkyo ( 1451 - July 5 , 1492 ) was a priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) ( the Koshoji School of Jodo Shinshu Sect ) in the Sengoku period ( period of warring states ) ( Japan ) . +-1 Kanaizawa no hi is an ancient stone monument located in Yamana Town , Takasaki City and designated as a historic site . +-1 Kenbokkaishi refers to an envoy sent to Bokkai ( Balhae , a kingdom in Manchuria and North Korea , established after the fall of Goguryeo ) . +1 " General Theory of the Novel " is the literary criticism by FUTABATEI Shimei . +-1 Ikishiro-jinja Shrine is a Shinto shrine located in Kataoka-cho , Kusatsu City , Shiga Prefecture . +-1 Hoshi refers to officers of provincial government who administered ho , which was a type of Kokugaryo ( the territories governed by a provincial government office ) in medieval Japan . +-1 The Law Prohibiting Cruelty to Animals refers to a large number of proclamations and ordinances issued during the Genroku era in Edo Period . +1 OTOMO no Komaro ( year of birth unknown - July 4 , 757 ) was one of the nobility during the Nara Period . +1 Ienaga NAITO ( 1546 - September 8 , 1600 ) was a busho ( Japanese military commander ) from the Sengoku Period ( Period of Warring States ) to the Azuchi-Momoyama period . +1 KI no Yoshimochi ( date of birth unknown - 919 ) was a Confucian and a kajin ( waka poet ) in the mid Heian period . +-1 Remarks +-1 Furoshiki is a piece of cloth similar to a regular square shape for wrapping things for carrying or storing . +-1 Kasamatsu-koen Park is located in Miyazu City , Kyoto Prefecture . +1 Koresada SAEKI ( 1569 - July 30 , 1618 ) was a legitimate grandchild of Korenori SAIKI . +-1 Jodai is one of the periodizations in the history of Japan . +1 Michiteru KOGA ( 1187 to February 21 , 1248 ) was a Kugyo ( top court official ) and kajin ( waka poet ) who lived during the Kamakura period . +1 Shin Sarugoki is a work written by FUJIWARA no Akihira , a scholar who lived in the mid-Heian period . +-1 The Kenmu Restoration ( kenmu no shinsei ) refers to the period of direct Imperial rule ( where the Emperor personally controls the government ) initiated by Emperor Godaigo in the sixth month of 1333 , as the Kamakura bakufu ( Japanese feudal government headed by a shogun ) collapsed ; it can also refer to the administrative unit of Imperial rule . +1 Imperial Prince Kyogokunomiya Ayahito ( September 8 , 1680 - April 23 , 1711 ) was a member of the Imperial family during the middle of the Edo period . +1 " Ugetsu Monogatari " is a representative yomihon ( book for reading ) written by Akinari UEDA at the end of the Edo era . +1 Tomofusa SEIKANJI ( July 9 , 1589 - August 22 , 1661 ) was kugyo ( a Court noble ) in the early Edo period . +1 Monzaemon CHIKAMATSU ( 1653 - January 6 , 1725 ) was a kabuki and joruri ( ballad drama ) playwright who wrote many great works during the Genroku era in the early Edo period . +-1 Shinchoku is a word that refers to Heaven 's will , and also its writing . +1 Fuyunobu OINOMIKADO ( 1309-August 9 , 1350 ) was Kugyo ( top court official ) during the period of the Northern and Southern Courts . +1 Tokiyuki YAMASHINA ( December 3 , 1632 - June 5 , 1665 ) was a court noble in the early Edo period . +1 Nagakiyo OGASAWARA was a military commander from Kai Province who lived in the last days of the Heian period to the early Kamakura period . +1 Hisatsugu KONOE ( April 20 , 1622 - September 10 , 1653 ) was a Court noble in the early Edo Period . +-1 Imagawa-yaki is a pastry which is made by baking batter in molds . +1 TAIRA no Narimasa ( years of birth and death unknown ) was a court noble in the mid-Heian Period . +1 Oshu tandai was the office of special administrators to the shogun in the Muromachi and the Sengoku period ( of Japan ) . +-1 Mihashira no Uzuno Miko refers to final three deities that came into the world when Izanagi came back from Yominokuni ( Hades ) and cleansed dirtiness from the Yomi ( world after death ) , according to the Kiki-shinwa ( the Kojiki , Nihonshoki and mythology ) . +1 Munehiro NIJO ( December 27 , 1718 - August 3 , 1738 ) was a Court noble who lived during the Edo period . +1 Nobuhiro ODA ( date of birth unknown - October 23 , 1574 ) was a military commander in the period of warring states . +-1 The Tominokoji family was a toshoke ( within the hereditary lineage of court nobles allowed to enter the tenjonoma in the palace ) down line of the Fujiwara clan . +-1 Noami ( 1397 - 1471 ) is a painter , master of ceremonial tea , and a renga ( linked poem ) poet who lived during the Muromachi period . +-1 The Jisho Sannen no Seihen was an incident where TAIRA no Kiyomori led an army to conquer Kyoto and stalled the government by Cloistered Emperor Goshirakawa in December ( November in old lunar calendar ) 1179 . +-1 Ichomage is the most popular men 's hairstyle through the Edo period . +1 Kaminoyonanayo is a general term for seven generations of deities who were born when heaven and earth were created in Japanese Mythology . +-1 Sakanoue was one of the Japanese clans . +-1 Kitayama culture is the culture at the beginning of Muromachi Period , represented by the Kitayama mountain villa of Yoshimitsu ASHIKAGA , the third shogun ( 1358-1408 ) from the end of 14th centuries to the early part of the 15th centuries . +-1 A hosho-sen was a ship carrying not only a shuinjo ( license for foreign trade ) issued by the Seii Taishogun ( literally , " great general who subdues the barbarians " ) but also a hosho ( permit ) written by roju ( members of shogun 's council of elders ) . +-1 Reiun-in Temple is a sub-temple located within the precinct of Tofuku-ji Temple in Higashiyama Ward , Kyoto City . +-1 Ikuno Bugyo was administered under Nobunaga ODA , Hideyoshi TOYOTOMI as well as the Tokugawa Shogunate , and it controlled the area of Ikuno Ginzan Silver Mine . +1 Nobutoyo SHIBAYAMA ( formerly Nobutoyo KAJUJI , Minister of the Treasury , April 25 , 1612 to March 23 , 1690 ) was a court noble ( high court noble ) in the early Edo period . +-1 Botamochi is a Japanese traditional sweet and generally refers to a small mochi shaped like a stick ( ' mochi ' is a rice cake ; in this case , it is made from steamed rice and steamed glutinous rice , and the both are not completely pounded nor baked ) with an ( a sweet red paste made from red azuki beans ) . +1 Heikoki is a diary of Shonii ( Senior Second Rank ) Minbukyo ( Minister of Popular Affairs ) TAIRA no Tsunetaka . +-1 Tekomai is a dance performed to lead floats or omikoshi ( portable shrine ) in a festival . +-1 Keiun no kaikaku is a political reform of Ritsuryo system ( a system of centralized government based on Ritsuryo Code ) at the imperial court under the reign of Emperor Monmu , which was carried out since 706 at the end of the Asuka period . +1 Hitachi no Iratsume ( dates of birth and death unknown ) was a daughter of SOGA no Akae . +1 Daigoro FUJITA ( November 30 , 1915 - November 15 , 2008 ) was Nohgakushi ( Noh actor ) ( Isso-ryu School Fuekata [ a role who plays the flute ] ) , the member of the Japan Art Academy , and Living National Treasure . +-1 Urushigami Monjo refers to the ancient documents that remained without corruption and were made by using the disposal documents as the paper lid of the container that had lacquer inside and permeating lacquer into the paper . +-1 " Karyaku no sodo " ( Karyaku rebellion ) refers to a conflict in 1326 , towards the end of the Kamakura period , between Nagasaki Takasuke , a minister to the Tokuso family and the Adachi clan , whose head was a maternal relative of the Tokuso family over inheriting the head post of the Tokuso family within the Hojo clan , which was regent to the Kamakura bakufu shogunate . +1 Sadanori KAZANIN ( November 15 , 1629 - January 30 , 1654 ) was a Kugyo ( high court noble ) who lived in the early Edo period . +1 Kanshi MATSU is a professional name of kabuki writer . +-1 Chokodo-ryo was an Imperial family shoen ( manor ) under the shoen koryo sei ( a system of Public lands and Private estates ) during the medieval period . +1 Shigeyoshi NIWATA ( July 12 , 1782 – September 23 , 1842 ) was a court noble of the late Edo period . +-1 Kyoshoden Hall was one of the halls of the dairi ( Imperial Palace ) in the city of Heian-kyo . +-1 Yorakukansuzuka-kofun Tumulus is a tumulus in Takatori Town , Takaichi County , Nara Prefecture , which was constructed in the late Kofun period ( tumulus period ) . +-1 Narutakijuku was a private school established in the suburbs of Nagasaki by Philip Franz von Siebold in 1824 . +1 Jinzen ( 943 - March 16 , 990 ) was a Buddhist monk of Tendai Sect in the mid-Heian period . +-1 Uiro uri is one of Kabuki juhachiban ( eighteen best plays of the Ichikawa family of kabuki actors ) . +-1 Tango-Kanno Station , located in Urake Kumihama-cho , Kyotango City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by Kitakinki Tango Railway ( KTR ) . +1 Satondo NAGOYA ( 1671-1741 ) was a person of the Edo period . +1 Chikamasa MATSUDAIRA ( 1547 - September 8 , 1600 ) was a busho ( Japanese military commander ) in Azuchi-Momoyama period . +-1 Kyogen-mawashi ( 狂言回し ) is a key person who plays an important role in the plot of a drama or movie throughout the story . +-1 Inseki refers to books in general on tenkoku ( engraving letters on the material of a seal ) . +-1 Doburoku ( Dakushu ) is a kind of sake produced by adding yeasts remaining in malted rice , sake lee and the like and other ingredients to steamed rice . +1 FUJIWARA no Motoie ( birth year unknown - 1093 ) was a court noble in the end of the Heian period . +-1 Movement to Improve Rural Areas was government-regulated movement which aimed to improve and reconstruct regional societies , cities , towns and villages which had been devastated after the Russo-Japanese War . +1 FUJIWARA no Morishige ( years of his birth and death not known ) was a samurai ( warrior ) who lived in the Heian period . +1 Munenaga YAMAGUCHI ( the year of birth unknown - September 10 , 1600 ) was daimyo ( Japanese feudal lord ) from the late Sengoku period to the early Edo period with 6,000 goku of Daishoji Domain , Kaga Province . +-1 Miyoshi 's government refers to a Japanese military government that existed from 1549 through 1568 . +-1 The Battle of Tanabe-jo Castle is a battle that erupted over Tanabe-jo Castle in Tango Province ( present-day Maizuru City , Kyoto Prefecture ) from August 27 to October 12 , 1600 . +-1 The Hokke sect Shinmon school is a Buddhist school led by Nichiren with Nichiren being Koso ( the founder of the religious sect ) and Nichishin being the founder of the school ( the Hokke sect Shinmon school ) . +-1 Tenka-ippin ( which means the best in the world ) , is a chain of ramen ( Chinese-style noodles served in a hot soup ) stores founded in Kyoto City , Kyoto Prefecture . +1 Inuo ( year of birth unknown - 1413 ) was the dayu ( master ) of Omi Sarugaku Hieza ( Hie Guild of Sarugaku ( comical mimicry and speech performance in Heian period ) in Omi Province ) that was active during the same period as Kanami . +-1 Situated in a mountain valley in Ukyo Ward , Kyoto City , Mizuo is the location of a group of houses . +1 Kohokakumyo ( 1271 - June 27 , 1361 ) was a Rinzai sect Buddhist monk from the late Kamakura period to the period of the Northern and Southern Courts . +1 Nobuoki MATSUDAIRA was a Japanese feudal lord called daimyo ( ruling Tsuchiura Domain in Hitachi Province , etc . ) , who also served as wakadoshiyori ( junior councilor of the shogunate ) , Osaka jodai ( the keeper of Osaka Castle ) , and Kyoto shoshidai ( the Kyoto deputy ) . +-1 Nagikama is a weapon which has an approximately 210 cm-long columnar wooden stick as a handle , to the upper part of which a short straight sword with its edge facing toward is orthogonally attached . +-1 Daijo-in Temple is a tatchu ( sub-temples in the site of main temple ) in Kofuku-ji Temple in Nara City , Nara Prefecture . +1 Imperial Prince Kanenaga ( Kaneyoshi ) ( c . 1329 - May 8 , 1383 ) was the prince of Emperor Godaigo . +-1 Chomyo-ji Temple is a Buddhist temple located in Nishiiri ( the west ) of Shinfuya-machi , Niomon-dori , Sakyo Ward , Kyoto City . +1 Umegae is one of the 54 chapters of " The Tale of Genji . " +-1 Rakugan is one of representative Japanese confectionery , and made by mixing flour of starch derived from rice or the like with starch syrup and sugar to apply coloring , and drying in a mold . +-1 Chokushisho was the organization that succeeded Chokushisho ( Bureau of Edicts ) abolished in 782 . +-1 The term " foreign settlement " ( " gaikokujin kyoryuchi " in Japanese ) refers to one of the demarcated areas of land created by the government that were specifically set aside as places in which foreigners could reside and trade . +-1 Doyoso is a shoso ( public repository ) to store doyo , which was shozei ( rice tax ) allowed to be consumed , in ancient ritsuryosei ( system of centralized governance ) . +-1 Marumage is the most representative hairstyle ( Japanese coiffure ) for married women from the Edo period to the Meiji period . +-1 Jika means market price as an economic term - > see " Market Price " +1 Taneyoshi MIURA ( date of birth unknown - July 13 , 1221 ) was a samurai during the Kamakura period . +1 Michitomo HORIKAWA ( 1171-October 20 , 1227 ) was a poet in the early Kamakura period . +1 Moritsuna KUTSUKI was the thirteenth ( last ) lord of the Fukuchiyama Domain in Tanba Province . +-1 " Azukarichi " ( or " Azukechi " ) indicates the land a person has entrusted to another person to keep and manage . +1 Koreyoshi KURAHARA ( May 31 , 1927-December 28 , 2002 ) was a Japanese film director . +-1 Higekiri is a sword which MINAMOTO no Mitsunaka is said to have had made in the Heian period , handed down , together with another sword , Hizamaru , through successive generations of the Minamoto clan . +1 Yoritugu ( Yoritsura ) OGUNI ( the date of birth and death unknown ) was a busho ( Japanese military commander ) and gokenin ( shogunal retainer ) in the early Kamakura period . +-1 Gekan means that an incumbent government official is dismissed in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 ARATAO no Akamaro ( year of birth and death unknown ) is a historical figure who lived during Japan 's Asuka period . +-1 The Shirakawa Funada / Motonuma remains group , located in the northern part of Shiraka City , Fukushima Prefecture , are composed of the Shimousazuka tumulus , the Yajikubo tumulus , and the Funada Nakamichi remains . +1 Toshimichi KOGA ( February 19 , 1735 - March 25 , 1756 ) was a Kugyo ( court noble ) during the middle of the Edo period . +1 Yoshimoto IMAGAWA was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) , who lived during the Sengoku Period ( Period of Warring States ) . +-1 Konchi-in Temple is a sub-temple within the precinct of Rinzai Sect Daihonzan ( head temple ) Nanzen-ji Temple located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +-1 Ebumi-jinja Shrine is located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +1 Giving the title of Imperial Prince is to give the title of Imperial Prince or Imperial Princess to the children of the Imperial family . +-1 Kentsuba-monyo-tsuki enkei Kintsuba ' ( literally , samurai-sword-guard-patterned round kintsuba-cake ) is one of the Japanese confectionery known as ' kintsuba ' ( a Japanese confection made from red bean paste wrapped with a skin made from flour and water kneaded and spread thinly ) . +-1 Kariginu are informal clothes worn by Court nobles in the Heian period and afterwards . +-1 The Meitoku War was a war against the Muromachi bakufu ( Japanese feudal government headed by a shogun ) that was started by the Yamana clan members , such as Ujikiyo YAMANA and Mitsuyuki YAMANA , in 1391 during the Muromachi period . +-1 Ankoku-ji Temples and Risho-to Pagodas were temples and pagodas established throughout Japan with the exceptions of Hokkaido and Okinawa by Takauji ASHIKAGA and his younger brother Tadayoshi ASHIKAGA during the Northern and Southern Courts period . +-1 Kata training is a training to improve Kata in Geido ( Accomplishments of art ) , Budo ( Martial art ) and Bujutsu ( Martial art ) etc . +-1 Meisho Edo Hyakkei is a series of ukiyoe ( Japanese woodblock prints ) created by Hiroshige UTAGAWA , an ukiyoe artist , from 1856 to 1858 . +1 Yoshimune KISO ( year of birth and death unknown ) was a busho ( Japanese military commander ) of the Kamakura period . +-1 Sekizanzenin Temple , located at Shugakuin , Sakyo Ward , Kyoto City , is a temple of the Tendai sect . +-1 Keihanshin Local Line is a common name that has been used since the era of Japan National Railway ( JNR ) for the local line running , as a part of Urban Network of West Japan Railway Company ( JR West ) in the metropolitan suburban area , between the Kyoto Station and Kobe Station ( Hyogo Prefecture ) of the Tokaido Main Line as well as between the Kobe Station and Nishi-akashi Station of the Sanyo Main Line +1 Teigo IBA ( February 19 , 1847 - October 22 , 1926 ) was the second Director General of Sumitomo . +-1 Buke sado is the tea ceremony performed among the samurai families mainly in the Edo period and after . +1 Munizo YUKI ( May 22 , 1845-May 17 , 1912 ) was a person , who claimed himself to be former soldier of the Kyoto Mimawarigumi ( the group who patrolled Kyoto ) as well as the Shinsengumi . +-1 Mr. Bunagatake is a mountain which is 1,214.4 m high above sealevel and located in Otsu City in Shiga Prefecture . +-1 Kasuga Wakamiya Onmatsuri is a festival held at Sesha Wakamiya shrine ( a subordinate shrine ) of Kasuga-taisha Shrine in Nara City , Nara Prefecture . diff --git a/data/titles-en-test.word b/data/titles-en-test.word new file mode 100644 index 0000000..a1ec961 --- /dev/null +++ b/data/titles-en-test.word @@ -0,0 +1,2823 @@ +Bojo family were kuge ( court nobles ) with kakaku ( family status ) of meike ( the fourth highest status for court nobles ) . +Kotaifujin ( also called Sumemioya ) means a person who was the biological mother of an Emperor and consort of the previous Emperor . +FUJIWARA no Asatsune ( 973-August 22 , 1029 ) was Kugyo ( a top Court official ) in the middle of the Heian period . +The Itsutsujinomiya family is one of the households of Imperial princes that existed in the late Kamakura Period to the early Southern and Northern Court period . +Otsu-jo Castle was located in Otsu , Shiga County , Omi Province in the Azuchi-Momoyama period . +Seson-ji Temple is a Sotoshu sect of Zen Buddhism temple located in Kamihiso , Oyodo-cho , Yoshino County , Nara Prefecture . +Kawaramachi-dori Street is one of the streets located in Kyoto City . +Kinpisho is a book written by the 84th Emperor Juntoku on the history and origin of imperial court ceremonies , whereby serving as an instruction manual for the rules and etiquette concerning such ceremonies . +Kageki KAGAWA ( May 25 , 1768-April 26 , 1843 ) was kajin ( waka poet ) in the latter part of the Edo period . +The Conservative Revolution ( Konservative Revolution ) is a general name that Armin Mohler , a German intellectual historian , gave to a set of anti-Nazi and nationalist intellectual trends during the Weimar Republic . +KAMO no Chomei ( 1155 - July 26 , 1216 ) was a famous Japanese poet and essayist who lived from the late Heian period to the Kamakura period . +Saneaki ICHIJO , as known as Saneaki SHIMIZUDANI , ( ? -June 11 , 1420 ) was a Kugyo ( top court official ) in the Muromachi period . +Nobutsuna KUTSUKI was the eighth lord of the Fukuchiyama Domain in Tanba Province . +Inoo clan , also known as Iio clan +The term " Gonkan " means official court posts that were created beyond the prefixed number of personnel . +Emperor Fushimi ( May 10 , 1265 - October 8 , 1317 ) was the ninety-second Japanese Emperor . ( his reign was November 27 , 1287 - August 30 , 1298 . ) +FUJIWARA no Nagako ( c . 1079 - year of death not known ) was a female waka poet in the late Heian period . +Isshikiden is a rice field that is required to pay only one type ( Isshiki ) of tax . +The Record of a Pilgrimage to China in Search of the Law is a travel diary written by Ennin ( 794-864 ) , a Japanese monk who lived in the 9th century and was approved to join the last mission to Tang China in the Jowa era . +FUJIWARA no Yoshio ( date of birth and death unknown ) was a bureaucrat who lived during the Nara period . +Shinnyosanmayado was built by Daigo-ji Temple , Sohonzan ( the head temple of a Buddhist sect ) of the Daigo school of the Shingon sect in 1997 , in order to solemnly display the righteous behavior of Shinjo ITO , who was the founder of the sect of a religious corporation of Shinnyoen Buddhism . +Jinku is a form of traditional Japanese songs . +Morikuni NISHINA ( year of birth and death unknown ) was a warrior during the Warring States period in Japan . +Kotosuga TANIKAWA ( April 5 , 1709-November 20 , 1776 ) was a scholar of Japanese classical culture in the Edo period . +Gunze Museum is a museum located in Aono Town , Ayabe City , Kyoto Prefecture . +AKISHINO no Yasuhito ( 754 - March 17 , 821 ) was a nobleman who lived in Nara and Heian periods . +The Shindo school is an extinct school of waki-kata ( supporting actors ) in Nohgaku ( the art of Noh ) . +Banzuii ( December 1 , 1542 - February 2 , 1615 ) was a learned monk in the Jodo Sect from the Sengoku period ( period of warring states ) ( Japan ) to the early in the Edo period . +The Oguni clan is a Japanese clan . +Shinnohi or Miko-no-mime ( imperial princess by marriage ) is the title given to a wife of a Shinno ( imperial prince ) or refers to a person holding such a title . +Yoshiakira ASHIKAGA-July 4 , 1330 AD to December 28 , 1367 AD-was the 2nd Seii Taishogun of the Muromachi Shogunate . +Jiho Hattori ( dates of birth and death unknown ) was a samurai from Iga Province and an akuto ( a villain of medieval times ) , who was active from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +The Kengo-in Temple is a temple of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) in Takagamine , Kita Ward , Kyoto City , and the Head Temple of the Kengoin school of Jodo Shinshu . +Ruiju Kokushi , completed and established in 892 , is a history book edited by SUGAWARA no Michizane , which classified and recompiled the entries of six classical Japanese history texts compiled in chronological order , following the example of Leishu ( " classified books " ) in China . +The Taika Reforms are political reforms based on Kaishin no Mikotonori ( the Imperial Reform Edict ) issued in 646 in the Asuka period . +Ryukei Shosen ( September 15 , 1602 - October 6 , 1670 ) was a priest of the Obaku Sect in the early Edo period . +Michikiri is a folk custom practiced on roads or crossroads at the entrance to villages ( or regions ) . +Hiromitsu MAITA ( 1533 - April 3 , 1595 ) is a busho ( Japanese military commander ) ( feudal lord ) from the Sengoku period into Azuchi Momoyama period . +Sohei KAIFU ( 1847 - 1895 ) was an ex-feudal retainer of Owari Domain . +The Imperial Princess Shushi ( Akiko ) ( the Imperial Princess Shushi , the wife of the Imperial prince Sadatake , February 23 , 1700 - April 28 , 1756 ) was an Imperial Family member during the Edo period . +Born in 1049 and passed away on May 4 , 1115 , FUJIWARA no Tamefusa was a Court noble in the late Heian period . +Haiku is Japanese poetry structured in the set form of 5-7-5 syllables . +" Ukigumo ( Floating Clouds ) " is a long novel by FUTABATEI Shimei . +Tonjiki refers to food given to lower officials or sometimes respectable persons at a banquet in the garden of the Imperial Court and nobles ' residence during the Heian period . +" Shingoshui Wakashu " ( New Later Collection of Gleanings ) is one of the chokusen wakashu ( anthology of Japanese poetry compiled by the Imperial command ) . +Goshun ( April 28 , 1752 - September 4 , 1811 ) was a painter in the Edo Period . +The friendship club was established on December 24 , 1912 as an Innai ( within the House ) faction within the House of Peers ( Japan ) and existed until May 3 , 1947 when the Constitution of Japan was promulgated . +Akiie KITABATAKE ( 1318 - June 10 , 1338 ) was a court noble during the period of the Northern and Southern Courts . +Imperial Princess Yasuko ( her given name can be also pronounced as " Koshi " ) ( 919 - 957 ) is considered to have been the 4th wife of FUJIWRA no Morosuke , who was a member of the Imperial family during the Heian period . +Imperial Princess Nagako ( year of birth unknown - March 27 , 914 ) was a member of the Imperial Family during the early Heian period . +Jonan-gu Shrine is a Shinto shrine located in Fushimi Ward , Kyoto City . +Kanetane HIRATA ( December 31 , 1799 – October 25 , 1880 ) was a scholar of ancient Japanese literature and culture . +The Kuzuha / Otokoyama Loop-Route Community Bus is the community oriented bus route , which started its operation by the Keihan Uji Transport Co . Ltd. with the public nickname of the service as ' Bus-be . ' +Yoshio TONOUCHI ( 1830 - May 12 , 1863 ) lived during the end of the Edo period . +Kitayama sugi is a Japanese cedar that grows in the northern area of Kyoto City . +Jojin ( 1011 - November 9 , 1081 ) was a Tendai Sect Buddhist monk who lived during the mid-Heian period . +" Shinto Gobusho " was a foundational book of Ise Shinto ( also known as Watarai Shinto - a school of Shinto thought established by priests of the Grand Shrine of Ise in the medieval period ) and a collective term for the following five-volume apologia . +Emperor Shijo ( March 17 , 1231 - February 10 , 1242 ) was the eighty seventh Emperor ( his reign was from October 26 , 1232 to February 10 , 1242 ) . +Soen NAGATANI ( 1681 -1778 ) was a farmer who lived in Yuyatani Village , Ujitawarago , Yamashiro Province ( present Yuyatani , Ujitawara-cho , Tsuzuki-gun , Kyoto Prefecture ) . +Rokudo is a Buddhist term and it means six posthumous worlds to which the souls of the dead transmigrate . +Kurama kokyo is a religious school that was established in October 1947 by Shigaraki Koun , the chief priest of Kurama-dera Temple who was affected by Theosophy , separating from Tendai-shu sect . +Masayoshi MATSUKATA ( March 23 , 1835-July 2 , 1924 ) was a Japanese samurai ( feudal retainer of Satsuma ) and a statesman . +Yokobue ( The Flute ) is one of the fifty-four chapters of " The Tale of Genji . " +FUJIWARA no Atsumoto ( 1046-1106 ) was a court official and a composer of Chinese poems during the late Heian period . +Joan ENDO ( 1836 - the year of death unknown ) was a soldier of the Mibu-Roshigumi . +Kokuzekomoku was a petition that Hirobumi ITO who was a governor of Hyogo Prefecture submitted it with three executives of Prefecture ( Nobuyuki NAKAJIMA , Mitsuaki TANAKA , Noriyuki GA ) and Finance officer / judge , Munemitsu MUTSU who was in Osaka . +MINAMOTO no Masamichi ( 1118-March 28 , 1175 ) was a court noble during the late Heian Period . +Toyoyuki YAMANA was a person in Muromachi Period and was Hoki no kuni no kami ( Governor of Hoki Province ) . +Tamemoto REIZEI ( 1854-1905 ) was a Japanese kajin ( waka poet ) . +Tsunemichi NIJO ( 1255 - date of death unknown ) was a kuge ( court noble ) of the Kamakura period . +Seoritsu hime is a shrine of Haraedo no okami ( gods of purification in Shinto religion ) . +Masanori AKAMATSU was a busho ( Japanese military commander ) lived in the late Muromachi period , and also a shugo daimyo ( a feudal lord of provincial military governors ) and a Warring lord of Harima Province . +Konyo ( 1798 - August 19 , 1871 ) was a priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) in the end of the Edo period , the 20th head priest of the Nishi Hongan-ji Temple , and daisojo ( a Buddhist priest of the highest order ) . +TAIRA no Tokitsugu ( 1222 - August 9 , 1294 ) was a court noble during the mid-Kamakura period . +Happo Nihon-shu ( sparkling Japanese sake ) is sparkling , that is , carbon-dioxide-containing Japanese sake which has attracted attention in recent years . +Kagaku ' means handing down their academic skills within the family or the clan . +Masakiyo KAMATA ( 1123-February 11 , 1160 ) was a busho ( military commander ) at the end of the Heian period . +Gunga ( county district offices ) was a government office attended to the affairs of state by government officials ( lower or middle ranked ) of the counties ( called Gunji ) under the kodai Ritsuryosei ( ancient East Asian system of centralized governance ) in Japan . +The Wake clan was a Gozoku ( local ruling family ) based in the Wake District ( formerly Fujino District ) of Bizen Province . +Kaneharu YOSHIDA ( 1565 – 1616 ) was the 10th head of the Yoshida family ( lineage can be traced to the hanke , Urabe clan ) who were tosho-ke ( the hereditary lineage of Court nobles occupying relatively high ranks ) . +Eso ( date of birth and death unknown ) was a Buddhist priest who came from Baekje in the Aska period . +Satogozen ( 1168 - June 15 , 1189 ) was a woman , who lived from the late Heian Period to the early Kamakura period . +Mikinotsukasa ( also called Sakenotsukasa ) was a branch office of Kunaisho , erected under the ritsuryo legal code system . +Chikuun MOTOSAWA ( March 26 , 1836 - October 13 , 1907 ) was a priest of Jodo Shinshu ( True Pure Land Sect of Buddhism ) and a Japanese scholar of the Chinese classics , who founded Kakuchi gakusha ( the Kakuchi school ) , known as ' Chonmage gakko ' ( the school of must-wear a Japanese topknot ) , located in the present Higashi Murayama-gun , Yamagata Prefecture . +Horin ( 1693 - November 24 , 1741 ) was a gakuso ( scholar monk ) of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) during the middle of the Edo period . +Maizuru City local history museum is a history museum specializing in the history of Maizuru City , located on the second floor of the Maizuru City civic hall , Kitatanabe , Maizuru City , Kyoto Prefecture . +Ippo MISHOSAI ( 1761 - 1824 ) was a Japanese flower arrangement expert . +Kichiemon NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +Rakuchu rakugai zu are a genre paintings produced from the Muromachi period to the Edo period that depicted the town area ( inner Kyoto ) and suburbs ( outer Kyoto ) from an overhead view . +Kurama-dera Temple is a buddhist temple located in Kurama Honmachi , Sakyo Ward , Kyoto City , Kyoto Prefecture . +The Imperial Family is a generic term for the Emperor and the members of the Imperial Family . +FUJIWARA no Shokushi ( Taneko ) ( 1157 - October 22 , 1228 ) was the Empress consort of Emperor Takakura . +Field Science Education and Research Center , Kyoto University , Ashiu Forest Research Station ( abbreviated to " Ashiu Forest Research Station , Kyoto University " ) is a research facility of Kyoto University , located in Miyama-cho , Nantan City , Kyoto Prefecture ( Kyoto Prefecture ) . +Junshin ( year of birth unknown , died on April 20 , 1250 ) was a priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) who lived in the mid Kamakura period . +Takakazu SEKI ( c . March , 1642 - December 5 , 1708 ) was an Edo-period mathematician ( of Japanese-style mathematics , called " wasan " ) . +Gyoe ( 1340 - year of his death is not clear ) was a learned monk of Tendai Sect cum waka poet in the mid-Muromachi period . +Sakihisa KONOE ( 1536 - June 7 , 1612 ) was a court noble who lived during the Sengoku period ( period of warring states ) ( Japan ) and the Azuchi-Momoyama period , +The robbery and murder on the Sanyo Railway train was a robbery and murder case that occurred in the middle of the Meiji period . +Koshido or lattice door can be either a sliding or swinging door style . +Mori no Yuenchi ( Forest Amusement Park ) is a former amusement park located in Yase , Sakyo Ward , Kyoto City , which was operated by Keifuku Electric Railroad Co . , Ltd . +Rinji meant a document of decree issued by Kurodo ( Chamberlain ) in response to the Emperor 's intention . +The Sumitomo Family is the founding family of Sumitomo Zaibatsu . +Katsushige ITAKURA was a daimyo ( Japanese feudal lord ) from the Azuchi-Momoyama period to the Edo period , and served as Kyoto Shoshidai ( deputy of Kyoto ) . +Katsuranomiya is one of the Miyake ( houses of an imperial princes ) and also one of the four heredity Imperial prince ' families . +To-ji Choja is the chief abbot of To-ji Temple ( Kyoogokoku-ji Temple ) , and acts as its manager and Kami ( director ) . +Senji NARA ( 1822 - May 4 , 1892 ) was an exemplary farmer and agricultural advisor , who was born in Kagawa Prefecture . +Japanese calendar covers Japanese own subjects relating to calendars . +Keage Station , located in Keage , Higashiyama Ward , Kyoto City , was a stop on the Keihan Keishin Line operated by the Keihan Electric Railway . +Yubeshi ( written as 柚餅子 ) is a processed food which is made using citron . +Yumeji TAKEHISA ( September 16 , 1884 to September 1 , 1934 ) was a Japanese painter and poet . +Kikuhime YOSHIHIRO ( date of birth : unknown - date of death : December 4 , 1595 ) was a lady from a samurai family who lived from the end of the Sengoku period ( period of warring states ) to the Azuchi Momoyama Period . +Nakataka SHIMOTSUMA ( 1551 - June 28 , 1616 ) was a busho ( Japanese military commander ) in the end of the Sengoku period ( period of warring states ) to the early Edo period . +The street name in Kyoto City is not only an identifying name but is also used to refer to the address ( see Maps of Kyoto City ) . +Toshimaro YOSHIDA ( March 16 , 1841 - July 8 , 1864 ) was an activist of the Choshu Domain who was active in the late Edo period . +Shoko ( 1412 - 1493 ? ) was a priest and waka poet in the middle of the Muromachi period . +Enchin ( dates of birth and death unknown ) was a priest of the Hosso sect of the early Heian period . +Ben no Naishi ( dates of birth and death unknown ) was a female waka poet of Kamakura period . +FUJIWARA no Tamaro ( 722 - April 28 , 783 ) was a court noble and Sadaijin ( Minister of the Left ) in the Nara period . +Fundoshi Iwai ( aka Heko Iwai ) is a coming-of-age ritual for men , that takes place in some regions of Japan . +MINAMOTO no Masamichi ( year of birth unknown - August 10 , 1017 ) was a government officer ( especially one of low to medium rank ) and kajin ( waka ( a traditional Japanese poem of thirty-one syllables ) poet ) of the mid-Heian period . +Yazaemon TESHIMA ( May 1 , 1899 - January 3 , 1978 ) was a Nohgakushi ( Noh actor ) playing shite ( the principal roles ) of Kongo-ryu school . +Yusen-ji Temple is a Buddhist temple belonging to the Nichiren Sect located in Matsugasaki , Sakyo Ward , Kyoto City . +Yoritsuna YAZAWA ( 1518 – June 21 , 1597 ) was a busho ( Japanese military commander ) during the Sengoku Period ( Period of Warring States [ in Japan ] ) . +A temple belonging to the Myoshinji school of the Rinzai sect , Ryoan-ji Temple is located in Ukyo-ku , Kyoto city . +Kinhisa IMADEGAWA ( July 9 , 1806 - September 27 , 1836 ) was a kugyo ( court noble ) during the late Edo period . +Yoshitaka ( 義尊 ) OUCHI ( 1545 - October 11 , 1551 ) was the heir of Yoshitaka ( 義隆 ) OUCHI . +MINAMOTO no Shitago ( 911-983 ) was a Japanese scholar and poet of the early Heian period . +Ryoi SUMINOKURA ( 1554 - August 17 , 1614 ) was a wealthy merchant in Kyoto during the Sengoku Period ( Period of Warring States ) . +Terutsune HOSOKAWA was a Japanese military commander who lived from the Sengoku Period ( Period of Warring States ) to the Azuchi-Momoyama period . +Enkan ( September 1 , 1281 - April 2 , 1356 ) was a Tendai Sect Buddhist monk who lived during the latter part of the Kamakura period and the Northern and Southern Courts period . +Tarutaru sauce ( tartare sauce or tartar sauce in English ) is a kind of sauce ( seasoning ) made from mayonnaise . +MICHISHIMA no Shimatari ( year of birth unknown – Februay 17 , 783 ) was a warrior of the Nara period . +Tadataka HOSOKAWA , or Kyumu NAGAOKA , was a busho ( Japanese military commander ) from the Azuchi-momoyama period to the Edo period . +MINAMOTO no Michichika ( 1149 - November 14 , 1202 ) was a court noble and statesman who lived in the late Heian period and the early Kamakura period . +" Kanna ninen dairi Utaawase is an utaawase " ( poetry contest ) held by Emperor Kazan on July 24 , 986 . +The Edo period ( also known as the Tokugawa period ) refers to a period in Japanese history where Japan was governed by the Edo shogunate government . +Yoshimasa TANAKA ( 1548-March 23,1609 ) was a Japanese military commander in the Sengoku period ( Period of Warring States ) and the Azuchi-Momoyama period , and later , was a Japanese feudal lord in the Edo period . +Shogosho was the seat of the castle where Shugo ( provincial constable ) lived in medieval Japan . +Togubo existed in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in ancient Japan . +Hisahide IZUMISAWA ( year of birth unknown - March 1615 ) was a military commander and a vassal of the Uesugi family during the Warring States period . +Imperial Princess Reiko ( October 12 , 1270 - August 30 , 1307 ) was an Imperial Princess of Emperor Gofukakusa . +Tadamasa MAKINO ( December 2 , 1799 - November 30 , 1858 ) was a daimyo ( Japanese feudal lord ) and a roju ( member of shogun 's council of elders ) who lived in the Edo period . +Mitsuyo ( year of birth and death unknown ) was a swordsmith who lived in Chikugo Province during the late Heian period . +Tankai ( 1099 - 1174 ) was a shaso ( priest who belonged to ) Kumano-hongu-taisha Shrine and the 18th Kumano betto ( title of an official who administered the shrines at Kumano ) in the late Heian period . +Ojo is a methodology for becoming a Buddha , as defined by the Mahayana Buddhism . +The term " Genseishojoju " is also referred to as ' gensho futai ( the idea of " not falling back in this world " ) . ' +Tadato TODA ( October 17 , 1739 - March 14 , 1801 ) was a daimyo ( feudal lord ) in the middle of the Edo period . +Takefusa KIKUCHI ( 1245 – May 2 , 1285 ) was a busho ( Japanese military commander ) in the middle of the Kamakura period . +FUJIWARA no Morosuke ( 908 - June 7 , 960 ( May 6 , 960 by the old calendar ) ) was a Kugyo ( Court Noble ) during the mid Heian Period . +Enjiro YAMAZA ( December 2 , 1866-May 28,1914 ) was the Japanese diplomat in the Meiji and Taisyo period . +Emperor Nimmyo ( 810 - May 6 , 850 ) , the fifty-fourth Emperior , reigned from March 30 , 833 to May 4 , 850 ( in the early Heian period ) . +The shinmei-zukuri style is a style of shrine buildings in Japan . +The Makimuku Yazuka-kofun Tumulus is an ancient tomb belonging to the Makimuku-kofun Tumuli Cluster in Sakurai City , Nara Prefecture . +Seisei HAI ( date of birth and death unknown ) was an envoy who visited Wakoku ( Japan ) in accordance with the orders of Yo-dai ( Emperor Yang ) of the Sui Dynasty in the first half of the seventh century . +Denko-ji Temple is a temple belonging to the Ritsu sect , located in Ogawa cho , Nara City , Nara Prefecture . +Shigeyoshi NABESHIMA ( December 11 , 1800 - January 16 , 1863 ) was the 28th feudal lord of Takeo in the Saga Domain in the late Edo period ( Takeo was a dominion in the Saga Domain ) . +Hyakumanto Darani is the collection of Dharanis that was dedicated to Buddhist temples by way of being placed in one million mini pagodas during the Nara period for the protection of the nation as well as for repentance . +Yoshiyuki ISSHIKI ( dates of birth and death unknown ) was a figure during the Sengoku period ( period of warring states ) ( Japan ) . +Hangesho ( the eleventh day after the Summer solstice ) is one of the seasonal days ( zassetsu ) in the Japanese calendar and is so-called because it falls around the time that the medicinal herb Lizard 's Tail ( Crowdipper ) flowers ( the leaves of the hangesho ( also called katashirogusa ) also turn white on half the leaf around this time ) . +Hanpo refers to one of Bunin ( appointments of government posts ) in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Okiku ( August 7 , 1595 - July 1 , 1615 ) was Hidetsugu TOYOTOMI 's daughter . +Shungaku MATSUDAIRA was a Japanese feudal lord , the 16th lord of the Fukui Domain of Echigo Province in the late Edo period . +Saikudokoro ( or called Saikusho ) refers to an institution or craft center for handicraft industry which was permanently or temporarily established by Kenmon ( an influential family ) in the medieval period . +Saneoki OGIMACHISANJO ( 1457 - February 10 , 1481 ) was a Kugyo ( top court official ) during the Muromachi period . +The " Toshi Kaden " was written in 760 . +Norikuni IMAGAWA ( 1295 ? - June 8 , 1384 ) was shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) from the end of Kamakura Period through the period of the Northern and Southern Courts . +Tokoroten , written in Japanese as ところてん , 心太 , 心天 , or 瓊脂 , is food made by boiling seaweed such as tengusa ( Gelidiaceae ) and ogonori ( Chinese moss ) until they melt and produce agar , which is then cooled down until set . +Yoshifuyu KIRA ( 1607 – May 6 , 1668 ) was a Koke-Hatamoto ( privileged family under the Tokugawa Shogunate ) in the early Edo Period . +Tago hi is an ancient stone monument in Aza Gomon , Ike , Yoshii Town , Tano County , Gunma Prefecture and designated as a special national historic site . +Sukunabikona ( also called Sukunahikona , as well as Sukunaminokami , Sukunahikona , Sukunahikone , and so on ) is a god in the Japanese mythology . +Sukeyoshi ODA ( 1732 - September 28 , 1799 ) was a daimyo ( a Japanese feudal lord ) in the Edo period . +Bakufu kaigun ( navy ) was a navy with western-style armaments which was organized by Edo bakufu ( Japanese feudal government headed by a shogun ) to accomplish battles at sea as a mission . +Sakuji bugyo was a post held by hatamoto during the Edo Period . +FUJIWARA no Narimichi ( 1097 - 1162 ) was a court noble who lived in the latter half of the Heian period . +" Jifuku " means the clothes , or allocations of these clothes , bestowed by the Imperial Court to the Emperor 's family members and their retainers in spring and autumn or in summer and winter , every year . +ISE no Tsugiko ( born 772 , died July 6 , 812 ( old lunar calendar ) ( August 16 , 812 ) ) was the wife of Emperor Heizei . +Emperor Keiko ( 13 B.C. - December 23 , A.D. 130 ) was the twelfth emperor ( reign : August 22 , A.D. 71-December 23 , A.D. 130 ) , being described in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +Mokushi was a govermental post in the Edo period which was in charge of maintaining ranches under direct control of the bakufu , as subordinates of an officer in the bakufu , and it is said that the officers in the post were responsible for managing the Goyoboku of the Tokugawa bakufu ( public ranches of horses + hunting grounds for Shogun ) . +Tsune-shozoku means a set of most ordinary costumes worn by performers of bugaku ( traditional Japanese court music accompanied by dancing on stage ) . +" Teiji-in uta-awase " refers to " uta-awase " ( the contest of ' tanka ' [ thirty-one Japanese syllable 's poem ] ) , held on April 22 , 913 , by Cloistered Emperor Uda at his residence Teji-in . +Point ( ' sentoki ' in Japanese ) is a sharp-pointed chipped stone tool . +Tadokoro was one of the systems that were established during the Kofun period ( tumulus period ) to control people and land , which also referred to the private property controlled by Gozoku ( local ruling family ) . +Densha Yakiuchi Jiken ( literally Train Arson Attack ) was to cause arson to trains and other facilities . +Senyokutaku refers to a light-colored engraved print like a cicada wing , or a technique of such rubbing . +In the " Gikeiki Chronicles " , " Ima no Tsurugi " sword , a Japanese short sword of 19.7 cm in lengh , was used by MINAMOTO no Yoshitsune in killing himself . +Ojoyoshu is a Buddhism book in one part and three volumes compiled in 985 by Genshin ( priest ) , a Sozu ( the Prelate ) in Eshinin Temple at Yokawa on Mt . Hiei , in which he collected important passages relating to gokuraku ojo ( the Pure Land of Amitabha where the dead are allowed to live peacefully ) , extracting from many sources such as Buddhist scriptures and instructions in terms of the Jodo Sect . +Moshinsho is a commentary on " The Tale of Genji , " written by Tanemichi KUJO , the Kanpaku ( regent ) during the Sengoku ( Period of Warring States ) and Azuchi-Momoyama periods . +Jimonkoryu is a monthly magazine of Japan . +Tenson-jinja Shrine is a Shinto shrine located in Otsu City , Shiga Prefecture . +Sanin-tei was a private school kept by the Sugawara clan , that had produced Monjo hakase ( professor of literature ) for three generations ; SUGAWARA no Kiyokimi , SUGAWARA no Koreyoshi , and SUGAWARA no Michizane , during the early Heian period . +The Kitano Line ( Kitano-sen ) is a railway line operated by Keifuku Electric Railroad Co . , Ltd. that connects Kitano-Hakubaicho Station ( located in the Kita Ward of Kyoto City , Kyoto Prefecture ) and Katabiranotsuji Station ( Ukyo Ward ) . +Yoshitaka SHIBUKAWA ( 渋川 義陸 , year of birth unknown - September 23 , 1538 ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +Ohide TANAKA ( September 16 , 1777 – October 24 , 1847 ) was a scholar of Japanese classical literature from the late Edo period . +Imperial Prince Kaninnomiya Tatsuhito ( June 17 , 1792 - March 9 , 1824 ) was a member of the Imperial family during the Edo Period . +Takamichi KYOGOKU ( October 13 , 1603 - January 19 , 1666 ) was the first lord of the domain of Mineyama , Tango-no-kuni . +Chigo has roughly the following meanings . +The Intoku taiheiki is a work of Japanese literature . +FUJIWARA no Atsuyori ( 1090 - ca . 1182 ) was a court noble and poet in the late Heian period . +The Settsu-Genji ( a branch of the Minamoto clan ) +Masatomo SUMITOMO ( December 31 , 1585 - 1652 ) was a merchant in the Edo period . +Tamemitsu REIZEI ( June 10 , 1559 - March 29 , 1619 ) was a kugyo ( high court noble ) and a poet who lived from the late Sengoku period ( period of warring states ) to the early Edo period . +An ancient capital can be defined as a place which has been the national capital since the ancient times or a place which was once the national capital city . +Kanji day is the memorial day , which the Japan Kanji Aptitude Testing Foundation has established in 1995 . +Saikyo miso is the common name for a whitish yellow sweet miso containing a high proportion of malted rice made mainly around the Kinki region ; and the main characteristic of this miso is that while miso usually used for miso soup contains 12 % salt , Saikyo miso contains only about 5 % salt . +The Ogura Hyakunin Isshu Cultural Foundation was established by the Kyoto Chamber of Commerce and Industry under the theme of " Hyakunin Isshu " ( One Hundred Poems by One Hundred Poets ) to contribute to the development of Kyoto Culture and Kyoto tourism . +The Battle of Fubeyama ( Mt . Fube ) was a war between an army of the Amago clan which was directed by Yukimori YAMANAKA to reconstruct the Amago clan and the Mori clan who was attempting to prevent it . +Suiko ( government loans made to peasants ) was a term that indicated the loans carrying interest observed in ancient and medieval Japan . +Seishinko-ki is the diary of FUJIWARA no Saneyori who acted as a Kanpaku ( chief adviser to the emperor ) in the mid Heian period . +Genko ( year of birth and death unknown ) was a Buddhist priest of the Tendai sect who lived in the end of the Heian period . +Toyo YAMAWAKI ( February 1 , 1706 - September 25 , 1762 ) was a medical scientist in the Edo period . +Chofuku is the clothes that government officials wore from the Aska period to the Heian period when they came to work at the Imperial Court . +AZUMI no Hirafu ( year of birth unknown - 663 ) was a diplomat and busho ( Japanese military commander ) in the mid seventh century . +Yahiko MISHIMA ( February 23 , 1886 - February 1 , 1954 ) was an athlete of track and field in the Meiji period . +Konoe no daisho ( Major Captain of the Palace Guards ) is one of the government posts in the ritsuryo system . +Shigeharu KUWAYAMA was a Japanese military commander who lived during the Azuchi-Momoyama period . +SOGA no Murajiko ( 611 ? – 664 ) was a male member of a local ruling family in the Asuka Period . +Mt . Otowa exists in the boundary between Otsu City of Shiga prefecture and Yamashina Ward of Kyoto Prefecture , and is the highest mountain in Yamashina Ward . +" Maruobi " is a kind of women 's obi ( sash ) used in Japan . +Zoni is a soup dish which contains mochi ( rice cakes ) and other ingredients , and it is usually eaten in the New Year . +Chucho Jijitsu ( The record of the central nation ) is a history book about the thought of reverence for the emperor , written by Soko YAMAGA . +Kaizu-osaki is a shore reef area jutting out into Lake Biwa located in Makino-cho , Takashima City , Shiga Prefecture and it is one of Biwako Hakkei ( Eight Views of Lake Biwa ) . +Kenkai OKA ( 1799 - December 8 , 1839 ) was Ranpoi ( a person who studied Western medicine by means of the Dutch language ) who lived during the Edo period . +Stone tools resembling a knife were characteristics to the end period of the Paleolithic period , and they were made by blunting and exfoliating flakes like stone knives ( blades ) ( i.e. Exfoliation was adjusted so that the sharp edge of flake would be partly remained like a knife blade and the rest of the edge would be blunted ) , and by forming the flakes into a shape similar to modern knives . +" Gi-yofu architecture " is an architectural style that Japanese carpenters created by imitating Western-style architecture . +Matabe IWASA ( 1578-July 20 , 1650 ) was a painter in the early Edo period . +SAKANOUE no Kaneshige ( 1114 ? - June 23 , 1162 ) was a government official who lived towards the end of the Heian period . +Imperial Princess Akiko ( April 29 , 1137 - August 6 , 1211 ) was an Imperial Family member during the end of the Heian period to early Kamakura period . +Honne to tatemae is a Japanese expression to explain a social phenomenon . +Imperial Princess Sonshi ( 966 - May 24 , 985 ) was the second Princess of the sixty-third Emperor Reizei . +This section on " Town names in Fushimi Ward , Kyoto City " lists official town names in Fushimi Ward and summarizes the period and process of their establishment . +Kyo-gashi means sweets that are made in Kyoto prefecture . +FUJIWARA no Michitaka ( 953 - May 17 , 995 ) was a court noble in the mid-Heian period . +Born in 812 and gone on October 11 , 880 , SUGAWARA no Koreyoshi was a literary man and a court noble in the early Heian period . +Shobei TAMAYA is a Karakuri-ningyoshi ( wind-up doll manipulator ) . +" Haru no Hi " ( Spring Days ) is a haikai collection . +Shoshii ( Senior Fourth Rank ) is one of the ranks in the ranking order ( ikai ) and the ranking order of Shinto gods ( shinkai ) in Japan . +Daughter of FUJIWARA no Toshinari ( Shunzei ) +ARIWARA no Motokata ( year of birth and death unknown ) was a waka poet in the Heian period . +Prince Asa ( also known as Asa Taishi or Ajatesa , 557-631 ) was a son of King Widok ( Baekje ) in Baekje . +Shinano no kuninomiyatsuko ( also known as Shinanokokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled Shinano Province . +Prince Uji no Wakiiratsuko [ ( 菟道稚郎子 ) Uji no Wakiiratsuko ; his date birth is unknown and his date of death was in ' 312 . ' ] appeared in the Kiki [ " Kojiki " ( A Record of Ancient Matter ) and the " Nihonshoki " ( Chronicles of Japan ) ] as an Imperial family ( royal family ) during the Kofun period ( tumulus period ) in Japan . +Juge-jinja Shrine counts among the seven " upper shrines " of Hiyoshi-taisha Shrine , which consists of the following shrines that have become the branch temple of Juge-gu Shrine . +Kuchiko are the ovaries of sea cucumbers . +Zaike was a house , and the cultivated land and residents belonging to the house . +The Bukko-ji ( 佛光寺 ) School of Shin Sect is a school of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +Sozei ( date of birth unknown ; date of death : February 11 , 1455 ) was a Japanese poet during the Mid-Muromachi period . +Tohaku HASEGAWA ( 1539 to March 19 , 1610 ) was a painter in the Azuchi-Momoyama Period through to the early Edo Period . +Kinmune SAIONJI ( born 1310 , died August 28 , 1335 ) was a court noble from the end of the Kamakura Period to the Kenmu Restoration . +Emmachi Station , located in Nishinokyo Emmachi , Nakagyo Ward , Kyoto City , is a stop on the Sanin Main Line ( Sagano Line ) , which is operated by the West Japan Railway Company ( JR West ) . +Ranbodori was an warrior 's act of looting things and robbing people after war from the Sengoku Period ( Period of Warring States ) through the Azuchi-Momoyama period . +Chikako UEDA ( dates of birth and death unknown ) was geigi ( a woman who gives fun with a song , a dance or a music instrument at a feast ) and a poet at the end of the Edo period . +Mitsuhira HEKI was a sword craftsman in Musashi Province who lived during the Edo period . +A shintai or goshintai ( ' go ' is an honorific prefix ) means the body of a kami ( deity ) in the Shinto religion . +Nobutaka MATSUDAIRA was the fourth lord of the Kameyama Domain , Tanba Province . +Yorimori TADA or MINAMOTO no Yorimori ( year of birth and death unknown ) was a busho ( Japanese military commander ) during the late Heian period . +The Japan-Austria Treaty of Amity and Commerce was an agreement concluded between Japan and Austria / Hungarian empire on October 18 , 1869 . +Shozo MASUDA ( 1930 - ) is a Japanese researcher of traditional Japanese Noh drama . +Enkin-kyosha is a method for deciding the ranking of an individual competition in Japanese archery , based on how close an arrow is shot to the center of the target . +" Nozarashi Kiko " ( Journal of Bleached Bones in a Field ) is a travel record by Basho MATSUO , haikai ( seventeen-syllable verse ) poet in the mid-Edo Period . +Sanyodo ( Senyodo or Kagetomo-no-michi ) can mean : +OTOMO no Fukei ( ? – September 1 , 683 ) was active in the Asuka period . +Emperor Gotsuchimikado ( July 3 , 1442 - October 21 , 1500 ) , the 103rd Emperor , reigned in the Muromachi period from August 21 , 1464 to October 21 , 1500 . +Nishitonotsuka-kofun Tumulus ( also known as Nishitonozuka-kofun Tumulus ) is a large keyhole-shaped tomb mound in early Kofun period ( Tumulus period ) in Nakayama Town , Tenri City , Nara Prefecture . +FUJIWARA no Masanaga ( 1145 - August 28 , 1196 ) was a Kugyo ( top court official ) during the late Heian period . +Shigekazu KAWAGOE ( years of birth and death unknown ) was a Japanese military commander of Kawagoe Yakata , Iruma District , Musashi Province in the Kamakura period . +Sonobe-cho is a municipality which existed in the central part of Kyoto Prefecture until December 31 , 2005 , and is a castle town of Sonobe-jo Castle . +Kagami-mochi is a circular , flat rice cake offered to Shinto and Buddhist deities on occasions such as the New Year . +The Seven Generals ( or " Nanasho " ) are the feudal lords who were reared by Hideyoshi TOYOTOMI from an early age and famous as the brave generals . +Miyazu han was one of the han ( feudal lord 's domain ) located in Yosa County , Tango Province , during the Edo period . +" Edo " ( also described as Yedo , Yeddo , Yendo , Jedo ) is the former name for Tokyo . +Seen in a parade during the Gion Matsuri Festival in Kyoto , Takayama is one of a " yamaboko , " which is a festival float mounted with a decorative long-handled sword . +" Obon ( the Bon festival ) " means a series of events to worship the souls of ancestors held in Japan on and around July 15th of the old Japanese luni-solar calendar . +The Battle of Uji-gawa River was a battle that took place in January 1184 , at the end of Heian period , between MINAMOTO no Yoshinaka , and MINAMOTO no Noriyori and MINAMOTO no Yoshitsune who were dispatched by MINAMOTO no Yoritomo in Kamakura . +The Kyoto Shugoshoku ( literally , " office of the protector of Kyoto " ) was an important post in the Edo bakufu that was newly created at the end of the Edo period ; it was one of the three key posts in the bakufu , the others being the Seiji-Sosaishoku ( literally , " political governor " ) and the Shogun-Kokenshoku ( literally , " guardian of the Shogun " ) . +The " Hokke Sanbu-kyo ( Threefold Lotus Sutra ) " is a set of sutras of Mahayana Buddhism . +" Akuto " generally refers to a person who disturbs the order of society , or a group of people who commit wrongdoing , but in Japanese history , it refers to a person or class rebelling against the existing system in the middle ages . +Tadayoshi ASHIKAGA was a busho ( Japanese military commander ) who lived during the period of the Northern and Southern Courts ( Japan ) . +Iya Yotsugi is a history book covering the reigns of two Emperors , Emperor Takakura and Emperor Antoku , and is said to have been written by FUJIWARA no Takanobu in the early Kamakura period , although it is no longer extant . +Haibutsu-kishaku ( 廃仏毀釈 in Chinese characters ) means a movement to destroy Buddhist temples , Buddhist statues and Buddhist scriptures as well as to abolish the privileges entitled to Buddhist priests / nuns . +" Kosode Soga Azami no Ironui " is a program of Kabuki ( traditional performing act ) . +Shakkanho is one of unit systems for measuring length , area , and so on . +Giso means reporting conclusions about state affairs to the throne after deliberation by Dijokan ( Grand Council of State ) under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Reikoden-tenmangu Shrine is a shrine in Kamigyo Ward , Kyoto City . +Otsuzumikata refers to a special duty that is to take charge of an otsuzumi ( big drum ) in Nogaku-hayashi ( Japanese orchestra for Noh performance ) or kabuki musical accompaniment . +Meryo ( or Uma no tsukasa ) refers to one of the government officials in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Tokujiro NISHI ( September 4 , 1847-March 13 , 1912 ) was a Japanese diplomat . +" Gutoku-sho " is a treatise written by Shinran on his own religious faith through his master 's teaching of the Jodo ( Pure Land ) sect . +Naomasa II was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) in the Azuchi-Momoyama and early Edo periods . +Obai-in Temple is a sub-temple located within the precinct of Rinzai sect Daihonzan ( Head Temple ) Daitoku-ji Temple in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +Located in the Fushimi ward of Kyoto City and in Uji City of Kyoto Prefecture , Rokujizo Station is a stop on Keihan Electric Railway , West Japan Railway Company ( JR West ) and Kyoto Municipal Subway lines . +Kurokuwa ( 黒鍬 ) ( a construction worker ) refers to people engaged in civil engineering in the Sengoku period ( period of warring states ) and Edo period . +MINAMOTO no Yoshikane ( year of birth and death unknown ) was a late-Heian period military commander of the Kawachi-Genji ( Minamoto clan ) . +Yoriudo ( Yoryudo ) was a term used during the middle ages after the Heian period for certain people , but had multiple meanings . +Shinko Engeki Jusshu refers to the specialty plays of Kikugoro ONOE of Otowaya selected by Kikugoro ONOE the fifth and Kikugoro ONOE the sixth . +Genjo NORO ( January 15 , 1694 - August 6 , 1761 ) was a scholar of herbalism of the mid Edo period . +TAIRA no Takamochi ( Prince Takamochi ) ( October 21 , 839 - June 28 , 911 ) was the Seishi Imperial family ( Imperial family given surname by the Emperor ) during the Middle Heian Period . +Unshu Mikan ( Scientific name : Citrus unshiu ) is a kind of mandarin orange and evergreen bush belonging to the Rutaceae family . +Toshinobu ODA was busho ( a Japanese military commander ) in the Sengoku period ( period of warring states ) . +Mochinobu ISSHIKI ( year of birth unknown - June 7 , 1434 ) was a busho ( Japanese military commander ) in the Muromachi period . +Japanese swords ( 日本刀 ) are a generic term for swords forged in the originally developed way in Japan . +Takei Ryuzo Productions ( established and dissolved in February 1929 ) was a film company located in Kyoto . +Saiju-ji Temple is a Buddhist temple belonging to the Jodo Sect ( the Pure Land Sect of Buddhism ) located in Narutaki Izumitaki-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture . +Michiyo KOGA ( 1583 - 1615 ) a Kugyo ( court noble ) during the Azuchi-Momoyama period . +Usaburo SHIMIZU ( 1829 - January 20 , 1910 ) was a well-known businessman who was born in Habu Village , Saitama County , Musashi Province ( currently it is Habu City ) . +Jakusui INO ( August 28 , 1655 – August 4 , 1715 ) was a medical , herbal and Confucian scholar in the middle of the Edo Period . +Kizugawa Station was a temporary station that once existed on the Nara Electric Railway Line ( later the Kintetsu Kyoto Line ) in Kyotanabe City ( Tanabe City at that time ) , Kyoto Prefecture . +Hachiya-no-sho Manor was a shoen ( manor in medieval Japan ) that existed in Mino Province during the Heian and Muromachi periods . +" Rashomon " is a novel written by Ryunosuke AKUTAGAWA early in his career . +Inokuma-dori Street is a street running south-north in Kyoto City , Kyoto Prefecture . +Sankan-Seibatsu ( the conquest of three countries in old Korea ) was written in the war affairs of the " Nihonshoki " ( Chronicles of Japan ) , on the military expeditions against Silla ( pronounced " Shiragi " in Japanese : Kingdom of ancient Korea ) by the Empress Jingu who was a descendant of Prince Amenohiboko of Silla . +The Shinkyogoku-dori Street is a street running north-south in Kyoto City . +Seiryo-ji Temple is a Buddhist temple of the Pure Land sect located in Sagano , Ukyo Ward , Kyoto City , Kyoto Prefecture . +Eizan Electric Railway Co . , Ltd. is a railway business operator managing lines between Demachiyanagi Station in Kyoto City 's Sakyo Ward and Yase / Kurama . +The five types ( Meguro , Mejiro , Meaka , Meao and Meki ) of Fudo-son ( Acalanatha ) located at six different sites including Ryusen-ji Temple ( Meguro ) , Konjo-in Temple ( in Toshima Ward ) ( Mejiro ) , Saisho-ji Temple ( Meki ) , Nankoku-ji Temple ( Meaka ) and Saisho-ji Temple ( in Setagaya Ward ) ( Meao ) as well as another Meki ( yellow eye ) in Tokyo are collectively referred to as Goshiki Fudo . +Imperial Prince Okusaka ( Okusaka no miko , year of birth unknown - March 16 , 454 ) was a member of the Imperial family who lived during the Kofun period ( tumulus period ) . +Maboroshi is one of the fifty-four chapters of " The Tale of Genji . " +Kobe Incident was an incident that occurred on February 4 , 1868 , in which in front of Sannomiya-jinja Shrine of Kobe ( present-day Kobe City ) , a troop of the domain of Bizen ( present-day Okayama Prefecture ) injured French sailors who had crossed the array of the troop , and shot horizontally to the Minister-Counselors from Western countries who were inspecting the place which was supposed to be the settlement site ( present-day Former Foreign Settlement ) . +Daigo family are a kuge ( court nobles ) with kakaku ( family status ) of seigake ( the second highest family status for court nobles ) . +So-Yo-Cho ( a tax system , corvee ) was a tax system under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) adopted in China and Japan . +Yuzamashi is one of the tea utensils used in Senchado . +Imperial Princess Yoshiko ( 僐子 ) ( 1159 - April 14 , 1171 ) was a member of the Imperial Family in the latter period of the Heian period . +Tomomasa OYAMA was a busho ( Japanese military commander ) from the end of the Heian period to the early Kamakura period . +Matsuo-ryu school is a school of the tea ceremony , originated by Soji MATSUO . +Tanetatsu AKIZUKI ( November 28 , 1833-October 17 , 1904 ) was a Japanese politician at the end of the Edo period and in the Meiji period . +Located in Uji City in Kyoto Prefecture , Amagase Dam is on the Uji-gawa River , the common name of the middle reaches of the main stream of the Yodo-gawa River , which is known as a first-class river . +Registered tangible folk cultural properties are registered on the cultural property registry ledger by the Minister of Education , Culture , Sports , Science and Technology . +The Kyoto Prefectural Botanical Garden is located in Sakyo Ward , Kyoto City . +The Kenrei-mon Gate is one of the outside gates in the Imperial Palace . +Hachimanyama is one of " yamahoko " floats , or decorative floats , which are paraded through streets during the Gion Festival held in Kyoto City on the seventeenth of July . +Shinsui BANDO was a name used by Kabuki actors . +Yamajiro refers to castles built on steep mountains . +Kujo-dori Street is one of the major east-west streets in Kyoto City . +Keisei ( 1189 - November 18 , 1268 ) was a Buddhist priest in the Kamakura period . +Imayo is one style of Japanese songs . +Kanetaka KUJO ( January 4 , 1554 - February 23 , 1636 ) was a kanpaku in the era from the Azuchi-Momoyama period to the early Edo period . +Yodai-me ( IV ) Tojuro SAKATA ( male , December 31 , 1931 - ) is a Japanese actor and kabuki actor . +IKI no Komaro ( dates of birth and death unknown ) was a noble of Nara Period . +Shionoha Onsen Hot Spring ( Shionohaonsen ) is a hot spring in Kawakami Village , Yoshino County , Nara Prefecture ( former Yamato Province ) . +Susano ( also known as Susano no Mikoto ) was a deity ( Shinto religion ) that appeared in Japanese mythology . +Shirogoro SAWAMURA V ( September 15 , 1877 - August 27 , 1932 ) was a Japanese Kabuki actor and movie actor . +Nara Kenritsu Bijutsukan ( Nara Prefectural Museum of Art ) is the museum in Nara city , Nara prefecture . +Shichusen refers to privately produced counterfeit money , as differentiated from the official money coined by the government . +Kenji NOGUCHI ( 1843 – February 4 , 1864 ) . +Arahabaki belief is a folk belief found in the Tohoku region . +Jozan MIIZUMI ( 1805-November 4 , 1877 ) was a priest born in Bizen Province ( present-day Okayama Prefecture ) . +Kawachibon is a group of The Tale of Genji manuscripts allegedly created by Daikenmotsu ( duty ) MINAMOTO no Mitsuyuki and his son , MINAMOTO no Chikayuki , and their copies . +MINAMOTO no Yoshichika was a busho ( Japanese military commander ) in the late Heian period . +Gozoku refers to a family who existed within a broader-based political power of a nation , lords and so on , had many lands , properties and private soldiers in a region , and had a certain level of regional sovereignty . +FUJIWARA no Akisuke ( 1090 - June 8 , 1155 ) was a court noble and poet in the late Heian period . +Kitsu-onsen Hot Spring is a spa situated at Kitsu , Amino-cho , Kyotango City , Kyoto Prefecture ; the area was once called " Tango Province . " +MIYOSHI no Tameyasu ( 1049-August 29 , 1139 ) was an aristocrat and Sando-ka ( a professional of mathematics ) who lived in the latter part of the Heian period . +Chikayuki TOMIDA was a samurai who belonged to the Kodama party of Musashi Province ( present-day Tomida , Honjo City , Saitama Prefecture ) during the Kamakura period . +FUJIWARA no Muneyoshi ( 1083 ~ February 1170 ) was a court noble of the latter half of Heian period . +Hundred stories concerning last days of the Tokugawa shogunate are a collection of retrospective stories on the end of the Edo period and Meiji Restoration which appeared serially in Hochi Shinbun ( newspaper ) in 1902 . +Iesue ANDO ( date of birth and death unknown ) was a busho ( Japanese military commander ) during the end Kamakura period to the period of the Southern and Northern Courts ( Japan ) . +Nue is a legendary creature that is called a specter and has been talked about in Japan from ancient times . +Tokitaka KIKUCHI ( 1287 - 1304 ) was a Japanese military commander who lived toward the end of the Kamakura period . +Nairaishi ( Palace Etiquette Office ) was one of the institutions belonging to Nakatsukasasho ( Ministry of Central Affairs ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +MINAMOTO no Yoshisuke ( unknown to 1180 ) was a warrior in the end of the Heian period . +Genjo ( written as 絃上 , also called " Kenjo " ) is a Noh play program . +Yoshinobu KIMURA ( date of birth unknown - October 24 , 1600 ) was a busho ( Japanese military commander ) and a daimyo ( Japanese feudal lord ) in Azuchi-Momoyama period . +The fifth head of the Shimazu soke ( the head family ) , and the first son ( 1322 - 1340 ) of Sadahisa SHIMAZU . +Konoshimanimasu Amaterumitama-jinja Shrine is a Shinto shrine located in Uzumasa , Ukyo Ward , Kyoto City . +The Agata-matsuri Festival is held on June 5 and 6 every year in Uji City , Kyoto Prefecture . +Noshiika ( 伸し烏賊 or 熨斗烏賊 ) is a food made from dried squid . +Karu no oiratsume was a princess , who was a daughter of the 19th imperial ruler , Emperor Ingyo . +" Kuon jitsujo " is the thought in the teachings of Hoke-kyo Sutra ( the Lotus Sutra ) according to which Buddha was not enlightened at the age of thirty-five but was coming from the eternal past as Buddha ( the enlightened one ) by Rinne Tensho ( the belief that all things are in flux through the endless circle of birth , death , and rebirth , or the circle of transmigration ) . +" Machiyakunin , " also pronounced as " choyakunin , " refers to an administrative organization in urban areas which existed during the Edo period . +FUJIWARA no Kanemasa ( 1148-September 5 , 1200 ) was a kugyo ( top court official ) from the end of the Heian period to the early days of the Kamakura period . +Azuma-asobi is a fairly long suite that needs approximately 30 minutes to be completed , which is classified into the Kuniburi no Utamai ( native-style songs and dances based on the music of ancient Japan ) , a type of gagaku ( Japanese Imperial Court music ) . +Norimune URAGAMI ( 1492 - 1502 ) was a busho ( military commander ) in the Muromachi period . +Untei is a facility regarded as the first public library in Japan . +Neriko ( a pastille ) is a solid matter in which powdered fragrant wood , spices , or herbes are mixed together with honey or gum arabic . +Japanese Americans are U.S. citizens who have roots in Japan . +Yasuaya WAKISAKA was the tenth ( last ) lord of the Tatsuno Domain in Harima Province . +Michishige NAKANOIN ( May 14 , 1631 - April 19 , 1710 ) was a Kugyo ( court noble ) during the early and middle of the Edo period . +Hidetane CHIBA was a gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) who lived during the early Kamakura period . +Prince Tame ( Tame no miko , 572 - year of death unknown ) was the first son of Emperor Yomei . +A money changer is a store or merchant who mainly deals with changing money and finance . +Eirei is a ' term used to honor the spirits of dead persons who performed an outstanding act . ' +TACHIBANA no Tamenaka ( about 1014 - November 17 , 1085 ) was a court noble and a waka poet in the late Heian period . +FUJIWARA no Tadatsuna +Gonso was a Sanron sect priest ( born in 754 and passed away in June 25 , 827 ) in the latter Nara period and the former Heian period . +Komame MIYAKE ( 1910 - ) is a Gion Kobu geisha ( Japanese professional female entertainer at drinking parties ) and an accredited master of the Inoue school of Kamigatamai ( dance ) . +Kuikaeshi is an act in which , after a property 's ownership was shifted to someone else by compromise or donation , its previous owner or his descendants recover the ownership by disaffirming the previous decision . +Nara Tokae is the annual event that has been held in Nara ( mostly in and around Nara Park ) in the early August ( for ten days ) since 1999 using the candles called toka ( lantern ) . +Senryu ( satirical haiku ) is one kind of Japanese poem in lines of five , seven , and five syllables . +Hitsumabushi is a regional cuisine made with eel that is eaten mainly in the Nagoya area . +Tokiuji YAMANA ( 1303 - April 22 , 1371 ) was a busho ( Japanese military commander ) who lived from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +Spirit of establishment +Kanami or Kannami ( 1333 - June 16 , 1384 ( May 19 , 1384 by the old calendar ) ) was a sarugakushi ( a performer of sarugaku , a form of theatre popular in Japan during the 11th to 14th centuries ) from the Period of the Northern and Southern Dynasty to the Muromachi Period . +The Kids ' Science Museum of Photons which is located in Kansai Science City is the first science museum for photons in Japan . +Kiyoshi TSUKIGATA ( 1846 - 1894 ) was a government official of the Meiji Period . +Doson ( 1175 - 1228 ) was a member of the Imperial Family and a priest during the end of the Heian period . +Imanishi-ke Jutaku is located in Imai-cho , Kashihara City , which has been selected as one of the Preservation Districts for Groups of Historic Buildings , in the central part of Nara Prefecture . +Emperor Nan ( year of birth unknown-January 24 , 1459 ) was an emperor of the Gonan-cho Dynasty . +Sanshin-shichiso is a general term for port cities of Sanshin and Shichiso defined as Japan 's ten most important ports and harbors in " Kaisen Shikimoku , " --the Oldest Sea Law of Japan established in the late Muromachi period . +" Jinen Koji " ( Jinen the Lay Monk ) is a Noh piece by Kanami . +Hisasuke TAKATSUKASA ( 1726 to April 19 , 1733 ) was a kuge ( court noble ) in Edo period . +Naniwa Daido is a road that was constructed in the ancient times from Osaka City , Osaka Prefecture to Sakai City , Osaka Prefecture . +Kaikei ( birth / death dates unknown ) was a Busshi , Sculptor of Buddhist Statues , of the Kamakura period ( 1185-1333 ) . +KOREMUNE no Tadasuke ( ? - 1009 ? ) was a nobleman in the mid Heian period . +Tamemasu REIZEI ( 1516 - October 2 , 1570 ) was a kugyo ( high court noble ) and a poet who lived in the Sengoku period ( period of warring states ) . +Kuji ( Oyakegoto ) is one of terms in Japanese history and used in the following meanings . +Nikujaga is a Japanese dish . +Monk-Imperial Prince Sonjo ( 1217 - January 2 , 1291 ) was a Monk-Imperial Prince during the middle of the Kamakura period . +Kyogoku Soran was one of Kyogoku clan 's family battles over the succession to ( the headship of ) the house in the Omi Province which took place during the time from the Muromachi Period to the Sengoku period ( period of warring states ) in Japan . +Horin-ji Temple , located in Kamigyo Ward , Kyoto City , is a temple of the Myoshin-ji Temple school of the Rinzai sect . +The pedestal is the table on which to place a Buddha statue or an image sculpture . +Kinga INOUE ( 1732-August 1 , 1784 ) was a Japanese Confucianist who lived in the mid-Edo period . +Nobutsuna KUTSUKI was the seventh lord of the Fukuchiyama Domain in Tanba Province . +Koin ( 1145 - July 13 , 1216 ) was a waka poet and a priest of the Tendai sect who lived from the end of Heian period until the early part of the Kamakura period . +Junen-ji Temple , a temple of the Seizan Jodo sect , is located in Kamigyo Ward , Kyoto City . +FUJIWARA no Tsunezane ( 1068 - November 21 , 1131 ) was a kugyo ( the top court officials ) of the late Heian period . +Niwaka ( written in Chinese characters as 俄 ) is an impromptu comic play that was performed at banquets or on the streets in the Edo / Meiji periods . +Shinpan is one of the classifications of clans during the Edo period , that distinguished the clans forefathers as male descendants through a line of males from Ieyasu TOKUGAWA . +MINAMOTO no Mitsushige ( year of birth and death unknown ) was a Samurai in the end of the Heian period . +The Kyoto International Manga Museum is a manga museum established on the site of the former Tatsuike Elementary School in Nakagyo Ward , Kyoto City . +Yoshitsune YAMAMOTO was a busho ( Japanese military commander ) who lived in the end of the Heian period . +Yasumitsu URAMATSU ( July 31 , 1800 - March 17 , 1872 ) was a court noble in the end of the Edo period . +The term " shittaku " refers to a rubbed copy made by placing wet paper on an object and then putting black ink on it . +WATANABE no Tsuna ( 953 - March 23 , 1025 ) was a military commander during the mid-Heian Period . +TAIRA no Tadamori was a samurai at the end of Heian period . +Ransai EMA ( 1747 to August 27 , 1838 ) was a scholar and a doctor who studied Western sciences and medicine by means of the Dutch language in Japan . +Masanobu TSUDA ( date of birth and death unknown ) was a busho ( Japanese military commander ) in Muromachi period . +Sankakubuchi Shinjukyo Mirror / Sankakuen Shinjukyo Mirror is a kind of bronze mirror and large mirror engraving divine beasts with a triangular-rim in its cross-section . +Hokkai KATAYAMA ( February 14 , 1723 - October 19 , 1790 ) was a Confucian and a composer of Chinese poems in Japan who lived during the middle of the Edo period . +FUJIWARA no Iemasa ( 1080 - May 10 , 1115 ) was a kugyo ( court noble ) during the end of the Heian period . +Ranpoigaku ( school of Dutch medicine ) refers to medical science introduced to Japan during the Edo period mainly through medical officers ( doctors ) in Dutch Trading Post in Dejima , Nagasaki . +Mototeru TAKATSUKASA ( April 19 , 1727 – July 6 , 1743 ) was a court noble of the middle of the Edo period . +Jinja-cho is a local administrative organ of Jinja-honcho ( the Association of Shinto Shrines ) . +Medals for merit were conferred on persons according to the persons ' distinguished services . +Tsunanao OSAFUNE ( ? -1599 ) was a figure who lived in the Azuchi-Momoyama Period +Shigetsugu YAMADA ( the date of birth unknown - July 6 , 1221 ) was a samurai during the beginning of the Kamakura period . +Sotetsu NAKAMURA was a nurishi ( a maker of lacquer ware and handiworks ) of the Senke Jisshoku ( the ten designated artisan families who supply their goods to the three Sen Tea Families ) . +The Sakuradamongai Incident refers to the event of March 24 , 1860 , when the roshi ( masterless samurai ) of the Mito Domain attacked the procession including the Tairo ( Chief Minister ) , Naosuke II , and assassinated him outside the Sakuradamon Gate of Edo-jo Castle ( Chiyoda Ward , Tokyo ) . +Kinnori IMAGAWA ( February 25 , 1638 - December 8 , 1697 ) was Kugyo ( court noble ) in the early Edo period . +FUJIWARA no Munemichi ( 1071 ~ August 17 , 1120 ) was a government official of the late Heian period . +Fujimasa TOCHI ( year of birth and death unknown ) was a ' busho ' ( a Japanese military commander ) over the Azuchi-Momoyama to the early period of the Edo Era . +Kin-za was a place or an organization in charge of casting or appraising and approving of gold coins in the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Ikko ikki ( literally , " Ikko-sect riot " ) is a general term for riots during Japan 's Sengoku period ( period of warring states ) ( Japan ) caused by followers of the Hongan-ji Temple branch within the Jodo Shinshu sect ( the True Pure Land Sect of Buddhism ) , which was also called the " Ikko " or " only one direction ( to heaven ) " sect . +The term " Buke no toryo " means the leader of groups of samurai . +Provincial temples ( kokubunji ) and provincial nunneries ( kokubunniji ) are temples and nunneries that were established in each province of Japan in the year 741 by Emperor Shomu in order to pacify national unrest . +MINAMOTO no Hiromasa ( 918 – November 13 , 980 ) : Heian period noble and court musician . +In the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) , the term kaieki referred to removing someone from their current post and appointing someone new to that position . +The Inaba Riot was a large scale uprising of peasants which broke out in the Nishiowari region ( 133 villages of Inazawa , Bisai , Ichinomiya and Tsushima [ today 's Aichi Prefecture in Japan ] ) in January 1870 . +Tsutsuizutsu ( also read as tsutsuitsutsu in some cases . It is written as ' tsutsuizutsu ' ( つつゐづつ ) in the old kana notation ) is a story in " Ise Monogatari " ( The Tales of Ise ) and " Yamato Monogatari " ( The Tales of Yamato ) . +Okoge refers to a portion of cooked food that is scorched or food that gets burned . +Taketoki KIKUCHI was a busho ( Japanese military commander ) at the end of Kamakura period . +The " Red Brick Warehouses " are 12 red brick warehouses located at the former headquarters of the Maizuru Navy Ordnance Corps ( 舞鶴海軍軍需部本部地区 ) ( now Maizuru Port Waterfront ) in Maizuru city , Kyoto Prefecture . +MUTSUGE no Hiro ( date of birth and death unknown ) was a man who lived during the Asuka Period . +Yasushige HONDA ( 1554 - May 4 , 1611 ) is a busho ( Japanese military commander ) in the Sengoku period ( Japan ) . +Ujikuni HOJO ( alternatively Ujikuni FUJITA ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +Koizumi Domain was a domain which existed in Yamato Province ( current Koizumi-cho , Yamatokoriyama City , Nara Prefecture ) . +Ninki is a general term for tools that were supposedly used by the Ninja ( a secret agent in feudal Japan highly skilled in stealth and secrecy ) . +The Kyoto Art Center , located in the centeral area of Kyoto City , is a site for promoting art-realated activities . +FUJIWARA no Suenari ( 1102 - March 21 , 1165 ) was a Kugyo ( top court official ) at the end of the Heian period . +Ko KUSUNOKI ( November 18 , 1921 - ) is a Japanese geophysicist and geographer . +Hachiro FUJISAKI ( 1843 - July 8 , 1864 ) was a warrior of Tosa clan . +Kaneda-jo Castle ( also known as Kanetanoki Castle ) is an ancient mountain castle ( Korean-style mountain castle ) built in Tsushima Province during the Asuka Period . +Ichinen sanzen is a kanpo ( meditative training to reach enlightenment ) and fundamental principle of the Tendai sect . +Hanabishi is a type of hanabishi-mon ( a crest that represents the head of the Takeda family and the military governor of Kai Province ) which is used as a family crest in Japan . +Ichiyo HIGUCHI ( May 2 , 1872 - November 23 , 1896 ) was a Japanese novelist . +The revolt of TAIRA no Tadatsune occurred in the Boso peninsula ( Kazusa , Shimousa , Awa Provinces ) in the Heian period . +It is written as 応天門 or 應天門 . +Kueiden , in a broad sense , is a term used in Japanese history and means lands directly managed by the government while Shieiden ( Private land ) was managed by private citizens . +Naiki was Honkan , the collective name of government posts , which belonged to Nakatsukasasho under the ritsuryo legal code system . +Cirrina ( enCirrina ) +Tenryo is commonly known as a name for territories that were under the direct control of the Edo Shogunate . +The Seven Great Spearmen in Japan are the seven people who were praised for their yaribataraki ( spear works ) by Hideyoshi TOYOTOMI . +Erizeni ( also called erisen or sensen ) indicates the act of not accepting low-quality coins ( called bitasen coins or akusen coins ) in payments , carried out in the latter half of the medieval period in Japan . +That was the first cabinet of Kei-En era ( Katsura-Saionji era ) that lasted for more than ten years . +Osumi Station , located in Osumi Maruyama , Kyotanabe City , Kyoto Prefecture , is a stop on the Katamachi Line , which is operated by the West Japan Railway Company ( JR West ) . +The 48 Vows refers to the 48 vows made by Hozo Bosatsu ( Dharmakara ) prior to the start of ascetic training to attain Buddhahood . +Morito NISHINA ( date of birth unknown - 1221 ) was a samurai military commander in the early Kamakura period . +Honnoji Incident is about an event on June 21 , 1582 whereby Mitsuhide AKECHI , a key vassal of Nobunaga ODA , rose in revolt and attacked his master , Nobunaga , who had been staying in Honno-ji Temple in Kyoto and Nobunaga committed suicide . +Kenshun ( 1299-August 2 , 1357 ) was a monk of Shingon sect in the period of the Northern and Southern Courts ( Japan ) . +Shoju is an antonym for Shakubuku ( to correct another 's false views and awaken that person to the truth of Buddhism ) . +Shamichoro is a Japanese specter that is introduced in " Hyakki Tsurezure Bukuro " ( One hundred bags in idleness ) , a collection of specters illustrations by Sekien TORIYAMA . +Matsugasaki Station , located in Matsugasaki-Rokunotsubo-cho , Sakyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Karasuma Line , which is operated by Kyoto Municipal Subway . +Kannon-ji Temple , located in Sennyuji Yamanouchi , Higashiyama Ward , Kyoto City , is a temple of the Shingon sect 's Sennyu-ji school . +Japanese military history is characterized by the long feudal battles inside the nation and the overseas expedition during the age of imperialism . +HAJI no Chishima ( year of birth and death unknown ) was a person from the Asuka Period in Japan . +The decree of one castle per province was established by the Edo bakufu ( Japanese feudal government headed by a shogun ) on August 7 , 1615 . +The Takano-gawa River , which runs through Sakyo Ward , Kyoto City , Kyoto Prefecture , is included in the first-class Yodo-gawa River system . +Kameoka City Community Bus is a community bus that operates in Kameoka City , Kyoto Prefecture . +Nobu IKUTA ( 1885 - 1950 ) was a chainman in the end of Meiji period . +Sadatoyo SHIBAYAMA ( May 23 , 1638 - June 1 , 1707 ) was a court noble who lived in the Edo period . +Yoshimichi KUJO ( December 19 , 1167 ~ March 19 , 1188 ) was a court noble of the end of Heian period . +The word genkan refers to the main entrance of a building . +Harima no Inabi no Oiratsume ( year of birth unknown - June 25 , 122 ) was the empress to the twelfth Emperor Keiko who was described in " Kojiki " ( The Records of Ancient Matters ) , " Nihonshoki " ( Chronicles of Japan ) , and " Harimanokuni Fudoki " ( records of the culture and geography of the Harima Province ) . +Okazaki-koen Park is an urban park in Okazaki , Sakyo Ward , Kyoto City . +Fusan is the distribution of ofuda ( paper charms ) on which the words ' 南無阿弥陀仏 、 決定往生六十万人 ' are written , practiced in the Ji sect , a Pure Land sect of Buddhism . +Jodo Shinshu ( the True Pure Land Sect of Buddhism ) Higashi Hongan-ji school is a school of the Jodo Shinshu consisting of more than 300 branch temples and respected temples which separated from the Shinshu sect Otani school containing around 10,000 branch temples . +Kitcho is a high-class Japanese-style restaurant serving Japanese cuisine based in Osaka City . +The Nagaokakyo Happy Bus is a community bus operated by Nagaokakyo City in Kyoto Prefecture . +Emperor Suzaku ( September 7 , 923 - September 6 , 952 ) was the sixty-first Emperor ( his reign was from December 14 , 930 to May 16 , 946 ) . +Zen Nihon Senchado Renmei ( National Japanese Sencha Association ) is an incorporated association founded for the promotion and development of Sencha-do ( the way of sencha ) . +Hiyoshi-cho was a town in Funai-gun , Kyoto Prefecture , which existed until December 31 , 2005 . +Ganjiro NAKAMURA , the second ( February 17 , 1902 - April 13 , 1983 ) was a kabuki actor who is representative of the Showa period . +Kamo-jinja Shrine is the collective name for Kamo Wakeikazuchi-jinja Shrine ( Upper Kamo-jinja Shrine ) and Kamo Mioya-jinja Shrine ( Lower Kamo-jinja Shrine ) in Kyoto City , Kyoto Prefecture . +Akiyoshi YAMADA ( November 18,1844-November 11,1892 ) was a samurai ( a feudal retainer of the Choshu Domain ) , statesman and army military man . +Myoden-ji Temple is a Buddhist temple of the Nichiren sect located in Nijo-dori sagaru , Higashi Oji-dori Street , Sakyo Ward , Kyoto City . +The term " childhood name " ( yomyo or yomei in Japanese ) refers to a name for use by someone only in his childhood ( this custom was more or less limited to male children ) . +Seiryu-buai refers to one of the criteria of determining the state of rice and represents in percentage how many seiryu , that is , rice grains each having an ordered excellent shape are present in a specific amount of unmilled rice . +" Choteki " refers to those who inflict vengeance on the emperor ( imperial line ) in Japan . +Rei-taisai is the common name of the most important reisai ( regular festival ) that is performed on a day associated with the shrine . +Nanmyo-ji Temple is a Omuro school of the Shingon sect temple located in Sakahara-cho , Nara City , Nara Prefecture . +Conger pike ( Muraenesox cinereus ) is a kind of fish classified in the Muraenesocidae family , order Anguilliformes . +The term " Rikyu shichitetsu " means the seven leading disciples of Rikyu . +Presently , kenpo and yawara mean martial arts with bare hands using striking and kicking techniques .. +Hironaka KONO ( August 24 , 1849 – December 29 , 1923 ) was a party politician in the Meiji and the Taisho periods . +MICHI no Obitona ( 663 - May 18 , 718 ) is a government official from the period of Emperor Monmu through until the early Nara period . +Tsukigase Village was a village that once existed in Nara Prefecture . +Yukan MATSUI was a civil officer in the Azuchi-Momoyama period ( the period of warring states in Japan ) . +Jakuemon NAKAMURA the Fourth ( August 20 , 1920 - ) is an actor and Kabuki actor . +Doto ( dates of birth and death unknown ) was a priest during the Asuka period . +Betsuri is a collection of poems written by Bokusui WAKAYAMA . +Chitoku hoshi ( the Buddhist priest Chitoku ) was Onmyoji ( a Yin yang master ) around the reign of Emperor Ichijo in the Heian period . +Oyumi-kubo was one of Kubo ( shogunate ) families of the Ashikaga clan ( of Motouji-ryu or the Motouji lineage ) in Kanto region . +Ban Dainagon Ekotoba or Tomo no Dainagon Ekotoba is a narrative picture scroll depicting the Otenmon Incident at the end of the Heian period . +" Hachiman matsuri yomiyano nigiwai " is a kabuki play . +TAIRA no Tomoakira ( 1169 - March 20 , 1184 ) was the oldest son of TAIRA no Tomomori . +TAIRA no Yorimori was a military commander in the late Heian period . +Rokoku Hakase was a post appointed by Onmyoryo ( a government office that had jurisdiction over calendar preparation , astronomy , divination , etc . ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +Emperor Chuai ( year of birth unknown - March 8 , 200 ) was the fourteenth Emperor of Japan , as recorded in the " Kojiki " ( The Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) ( period of reign : February 11 , 192 - March 8 , 200 ) . +A " Kamidana " ( a household Shinto altar ) is a shelf used to enshrine the Shinto gods ( Shinto ) at home , in office , and in other places . +The Constitution of 1868 was the proclamation in which the Meiji government determined the governmental organization of the early Meiji period . +Genroku-Oban refers to a large-sized gold coin issued in November 1695 following the issuing of the Keicho-Oban . +Takanaga KYOGOKU ( June 12 , 1695 - August 5 , 1769 ) was the fifth hereditary domain head of the Mineyama Domain in Tango Province . +Ama-dera ( also pronounced Ni-ji ) is the temple whose chief priest is bikuni ( female Buddhist disciple ) ( ama ( a nun ) ) . +Abemonju-in Temple is a temple of the Kegon sect in Sakurai City , Nara Prefecture . +Shinban is a post in a samurai family in the area of security and military affairs ( bankata ) +Shogen IEKI ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group ) which was the forerunner of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +Chubunsen was an import duty in the Muromachi period . +Kencho SUEMATSU ( September 30 , 1855 - October 5 , 1920 ) was a politician during the Meiji and Taisho period . +The Teranouchi is an east-west street , which starts from Horikawa-dori / Shimei-dori Street in Kamigyo Ward , Kyoto City to Teramachi and its surroundings near Horikawa-dori / Kamidachiuri-dori Street . ( Teranouchi-dori Street ) +MINAMOTO no Akikuni ( year of birth and death unknown ) was a busho ( Japanese military commander ) in the late Heian period . +Kintomo TOKUDAIJI ( August 26 , 1678-January 11 , 1720 ) was a high-rank Court noble in the middle of the Edo period . +The term " hakushu " or " kashiwade " ( both of which mean clapping ) refers to a gesture people make when they offer prayers to gods ( deities , spirits ) at Shinto religious services or before Shinto shrines or household altars . +TAIRA no Tokiko ( 1126 - April 25 , 1185 ) was a woman during the late Heian period . +Shinryo Kogyo was a policy implemented by the Emperor and the Kamakura bakufu ( Japanese feudal government headed by a Shogun nominally appointed by the Emperor ) mainly in the mid-Kamakura period to promote the performance of Shinto rituals on the basis of tenjin sokan shigo ( an idea of correspondence between Heaven and Man ) . +The seated statue of the Rushana-butsu in the Todai-ji Temple is a Buddha statue generally known as the ' Great Buddha of Nara . ' +Sakai no kurohiko no miko ( earlier than 401 - 456 ) was the second prince of Emperor Ingyo . +" Asashiro-jinja Shrine " is a shrine in Asashiro , Maizuru City , Kyoto Prefecture . +Genshin was a Buddhist priest of the Tendai sect who lived during the mid-Heian period . +Buson YOSA ( Born in 1716 , died on January 17 , 1784 ) was a Japanese haiku poet and painter in the middle of the Edo Period . +Rokuro UMEWAKA , the 54th ( April 28 , 1878 - August 16 , 1959 ) was a Nohgakushi ( Noh actor ) playing shite ( principal roles ) of Kanze-ryu school . +Manju-ji Temple is a sub-temple located within the precinct of Tofuku-ji Temple in Higashiyama Ward , Kyoto City . +SOGA no Sukenari ( 1172 - June 28 , 1193 ) was a samurai who lived during the early Kamakura period . +Suketo KARASUMA ( 1417 - January 23 , 1483 ) was a court noble during the Muromachi period . +Nehan-e , also referred to as Nehan-ko or Nehan-ki , is a Buddhist memorial service practiced in Japan and China on February 15 in the Chinese lunar calendar , the day when Shakyamuni entered Nirvana ( died ) , to remember the illustrious memory of Shakamuni and repayment of a kindness . +Shuon-an Temple , located in Kyotanabe City , Kyoto Prefecture , is a temple of Rinzai sect 's Daitoku-ji school . +FUJIWARA no Michifusa ( February 16 , 1025-May 29 , 1044 ) was a Court noble in the mid Heian period . +The " Manyoshu " ( written as 万葉集 or 萬葉集 ) is the oldest extant collection of poems , compiled from the latter half of the seventh century to the latter half of the eighth century . +Masaaki ( 正顯 ) KUSUNOKI was a busho ( Japanese military commander ) in Muromachi period . +Shigeo SAMEJIMA ( October 21 , 1849 - April 17 , 1928 ) was a military man of Imperial Japanese Army ( IJA ) . +FUJIWARA no Nakahira ( 875 - October 14 , 945 ) was a retainer of the Imperial Court who lived in the Heian period . +Remarks +Nobutada ODA was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) during the Azuchi-Momoyama period . +Kiyome means people who were engaged in the disposal of animals and cleaning on behalf of priests who were prohibited to kill animals in a temple . +Eihime ( - March 24 , 1623 ) was the fourth daughter of Nobunaga ODA . +Nomura Art Museum is located at 61Nanzenji Shimo-Kawara-cho , Sakyo Ward , Kyoto City , Kyoto Prefecture +The Oshu Fujiwara clan was the clan whose power stretched over the entire Tohoku region , which centered on Hiraizumi in Mutsu Province ( later Rikuchu Province ) and included Dewa Province , from 1087 after the Zenkunen War ( the Early Nine Years ' War ) and the Gosannen War ( the Later Three Years ' War ) to 1189 , when it was destroyed by MINAMOTO no Yoritomo . +Sakekabu is one of the licensing systems in the sake brewing industry , which was implemented by the Edo bakufu ( Japanese feudal government headed by a shogun ) of Japan as a basic policy for controlling sake brewing . +Ryuzaburo UMEHARA ( 梅原 龍三郎 : March 9 , 1888 - January 16 , 1986 ) is an oil painter who was active from the Taisho Period to Showa Period . +" Hikihitomai " is a kind of " sarugaku " ( form of theatre popular in Japan during the 11th to 14th centuries ) . +Matsushita zenni ( the Buddhist nun " Matsushita , " year of birth and death unknown ) was a woman in the middle of the Kamakura period . +Hino Tanjoin Temple is a Buddhist temple belonging to the Hongan-ji branch of the Pure Land Sect . +Tsukumo Nasu refers to a ' karamono chaire ' ( tea caddy from China ) that was a treasured possession of Yoshimitsu ASHIKAGA , the third Shogun of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +FUJIWARA no Nagakata ( 1139 - April 12 , 1191 ) was a court noble and a kajin ( waka poet ) in the end of the Heian period . +Yasumune UTSUNOMIYA was a busho ( Japanese military commander ) who lived during the Kamakura Period . +The Hosho school is a style of Waki-kata in Nohgaku . +Motonaga KOZAI ( birth date unknown - September 7 , 1507 ) was the busho ( warlord ) during the Sengoku period ( period of warring states ) ( Japan ) . +Yoshihiro OUCHI ( 1356-January 25 , 1400 ) was the shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) in the Muromachi period . +The Milky Way is a nebular cluster like a shining belt crossing the night sky . +Sanposon ( also pronounced as Sanboson ) is the honzon ( principal image of Buddha ) of the Hokke sect and Nichiren Sect of Buddhism . +Okimoto HOSOKAWA was a military commander who lived in the Azuchi-Momoyama Period . +Sukeyoshi KARASUMARU ( June 19 , 1622 – January 19 , 1670 ) was kuge ( a court noble ) and poet during the early Edo Period . +MINAMOTO no Yoshikata was a busho ( Japanese military commander ) of Kawachi-Genji ( Minamoto clan ) at the end of the Heian period . +Prince Okinaga no Mate ( Okinaga no Mate no Okimi ; his date of birth and death were unknown ) was a Japanese Imperial family during the fifth to sixth century . +Hana no gosho Palace is a popular name for the Ashikaga Shogun family residence that stretched over a space of 110 meters from east to west and 220 meters from north to south , surrounded by the current Karasuma-dori Street , Imadegawa-dori Street , Kamidachiuri-dori Street and Muromachi-dori Street in Kamigyo Ward , Kyoto City . +Seijisosaishoku was one of the three most important posts in the Edo bakufu , which was newly established towards the end of the bakufu system in the late Edo period , together with Shogun-kokenshoku ( the post for the guardian of shogun ) and Kyoto shugoshoku ( the military governor of Kyoto ) . +Masakazu NARUSE was a retainer of the Tokugawa clan in the Sengoku period ( period of warring states ) ( Japan ) . +Ryozen-ji / Ryosen-ji / Reizan-ji is the name of a Buddhist temple . +History +Akinari UEDA ( July 25 , 1734 - August 8 , 1809 ) was a writer of yomihon ( books ) , a poet , an expert in the tea ceremony , a scholar of Japanese classics and a haiku poet in the late Edo period . +Honzen-ji Temple is a branch temple in the Kyoto Jinmon lineage of the Hokke sect . +Yoshioki OUCHI was the daimyo ( feudal lord ) of Suo Province who lived from the end of the Muromachi period to the Sengoku period . +The three largest festivals in Kyoto refer to the three festivals held in Kyoto City , Kyoto Prefecture . +Ko is a society organized by people having the same faith . +Toyuke-daijinja Shrine is located in Oe-cho , Fukuchiyama City , Kyoto Prefecture . +蹲踞 ( Sonkyo or Sonko ) is a way of sitting by squatting down or kneeling down on the knees to lower the hips . +TACHIBANA no Ooiratsume ( year of birth and death unknown ) was a wife of the Prince Shotoku . +Shintaro HAYASHI ( year of birth unknown - December 10 , 1868 ) was a corporal of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +The three portraits of Jingo-ji Temple are three portraits owned by Kyoto Jingo-ji Temple . +The name " Omi-Genji " refers to the clan who originated from Genji ( Minamoto clan ) and settled in Omi Province as their home base in the Medieval period . +Engimono ( a lucky charm ) is an object with which to celebrate or pray for something good . +Nanboku TSURUYA was a professional name of Kabuki ( traditional drama performed by male actors ) actors and playwrights . +NASU no Yoichi ( 1169 - date of death unknown ) was a warlord at the end of the Heian period . +" Chojuro KAWARASAKI " is a name used by successive proprietor of the Edo Ichimura-za Theater , and it is also a professional name used by Kabuki ( a Japanese traditional form of drama and music performed by male actors ) actors . +Garei ( literally , the ghost of a picture ) are said to be tsukumogami ( spirits that inhabit certain objects ) where a portrait has been possessed by the spirit of its painter . +MINAMOTO no Mitsuyori ( year of birth and death unknown ) was a samurai in the middle of the Heian period . +Tally ( saifu or wappu ) was a certificate stamp used to settle money transactions between distant lands in medieval Japan , and it became the origin of currency exchange . +Hobutsu shu is a Buddhist setsuwa ( anecdotes ) collection from the end of the Heian period . +Sakutei-ki , written during the Heian period , is the oldest book concerning gardens in Japan . +Kokuanten ( Sanskrit : Kālarātri , Kālarātrī ) was one of Tembu-shin in Buddhism . +Ninsokuyoseba , Hitsuke Tozoku Aratame-kata Ninsokuyoseba by formal name , was a self-support facility set up by the Edo Shogunate for minor offenders and those who are likely to commit crimes . +The term " Tocha " refers to a tea competition where participants taste different kinds of tea to compete in discerning them , which was popular in the medieval period . +Ietsugu 's stone pagoda located at his grave in the Zojo-ji Temple +Saihei HIROSE ( June 16 , 1828-January 31 , 1914 ) was the first administrative director of Sumitomo family . +Dorayaki ( Cake ) +Shirageyama Tumulus is a keyhole-shaped tomb mound located in Yosano-cho , Yosa-gun , Kyoto Prefecture . +Michitsune KOGA ( January 9 , 1842 - January 10 , 1925 ) was a Kugyo ( top court official ) from Kyoto . +Kobetsu Sekke refers to the Imperial Family or its male descendants who succeeded Sekke ( line of regents and advisers ) in the Edo period . +The Triple Intervention refers to the recommendation made by France , the German Empire and the Russian Empire to Japan on April 23 , 1895 that Liaodong Peninsula which was given to the Japan Empire as wartime reparation based on the Treaty of Shimonoseki be returned to Qing , China . +Byodo-ji Temple is a Buddhist temple belonging to the Chisan School of the Shingon Sect located in Shimogyo-ku Ward , Kyoto City . +Shunbun ( Vernal Equinox ) is one of the 24 seasons in the solar year . +MURAKUNI no Shimanushi ( year of birth unknown - October 23 , 764 ) was a figure who lived during Japan 's Nara period . +Daimonji yaki is an event in which bonfires are arranged so that they form a Kanji character ' 大 ' ( Dai means big ) . +Simply referred to as yamahai , yamahai-jikomi ( yamahai-shikomi ) is a method of brewing sake ( Japanese rice wine ) that belongs to the kimoto-kei ( traditional moto , or yeast starter , developing method ) . +Ikkoku heikinyaku refers to land taxes and assignments evenly imposed on shoen ( manor ) and kokugaryo ( territories governed by a provincial government office ) of a particular province during the Middle Ages in Japan . +Masatsune INOUE was a daimyo ( Japanese feudal lord ) and roju ( senior councilor ) in the Edo period . +In Japanese literature , the term " Historical Tale " refers to the works based on real historical events and written in the style of a narrative . +Gigo KYO ( year of birth and death unknown ) was an individual who lived during the Warring States , Azuchi-Momoyama and Edo periods . +Hidari Tachi is the technique to hold and grip a sword with the left hand placed towards the Tsuba ( a hand guard ) and the right hand placed at the base of the hilt , meanwhile the right hand is usually placed towards a Tsuba and the left hand is placed at the base of a hilt in the art of swordsmanship . +Gaertner Cultivation Treaty Incident or Gaertner Incident is a diplomatic incident that occurred over the cultivated land in Nanae Town in the first year of Meiji period . +The term " gokenin in Kyoto " ( zaikyo gokenin ) refers to a gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) who was permanently stationed in and around Kyoto under jurisdiction of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +The term " Zangirimono " ( cropped-hair plays ) refers to kabuki kyogen plays ( plays [ programs ] presented in Kabuki [ traditional drama performed by male actors ] ) which are classified into Sewamono ( plays dealing with the lives of ordinary people ) and reflect the folkways after the Meiji Restoration . +The Yurinkan Museum , located in Okazaki , Sakyo Ward , Kyoto City , is a private facility that is mainly dedicated to ancient Chinese art works . +MIBU no Tadamine ( exact dates of birth and dead unknown , but probably lived from around 860 to 920 ) was a kajin , or waka poet , of the Heian period . +Cloistered Imperial Prince Gyojo ( November 29 , 1640 - May 28 , 1695 ) was a member of the Imperial family and a Buddhist priest who lived during the early Edo period . +Sojaban ( or Soshaban ) was a governmental post in the Edo bakufu or domains . +Taisaku is : +Heihachiro TOGO ( January 27 , 1847 - May 30 , 1934 ) was a samurai , a feudal retainer of the Satsuma Domain , and a member of the Imperial Japanese Navy . +Tahoto Station is a stop on the Mount Kurama Cable Railway operated by Kurama-dera Temple , a religious corporation located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +A jinya is a residence where a government office was located of the domain ( han ) of a daimyo ( territorial lord ) under the shogunate system in the Edo period , or a building acting as the residence and office of the daikan ( local governor ) of a tenryo ( bakufu-owned piece of land ) . +The movement to create Aimi Prefecture was a movement that people requested to create a new prefecture , and the movement was centered in Yonago City , Tottori Prefecture from 1890 to 1891 . +Joya no Age-taimatsu ( Age-daimatsu ) Festival is a festival at Aza Joya , Maizuru City , Kyoto Prefecture . +Kampaku is a post held by a person who governs in the Emperor 's stead . +Sanetoyo OGIMACHI ( January 12 , 1620-March 19 , 1703 ) was a kuge ( court noble ) in the early part of the Edo period . +Michina KOGA ( 1647 - September 26 , 1723 ) was a Kugyo ( top court official ) who lived from the early to mid Edo period . +Kannabi ( also called kamunabi or kaminabi ) refers to a place that holds numerous spirit replacements or material objects in which divine spirits reside ; or one form of divine replacement in which the natural environment is an object of worship that contains the spirit of a deity . +According to Kojiki 's preface , Kojiki is the oldest Japanese history book dedicated by O no Asomi Yasumaro ( or may be called the O no Yasumaro ) in 712 . +" Inzen " is a document which an Inshi ( official of the In no cho , or Retired Emperor 's Office ) issues in a format of hosho ( a document informing a decision of the upper ranked personages such as an emperor or shogun ) upon direct orders from Daijo Tenno ( the Retired Emperor ) . +The Kizu-gawa River , a tributary of the Yodo-gawa River system flowing through Mie and Kyoto Prefectures , is a class A river . +Momosuke FUKUZAWA ( June 25 , 1868 - February 15 , 1938 ) was a businessman and a statesman in Japan . +Jigen-in Temple is a Shingonshu sect Omuro school temple located in the Izumisano City , Osaka Prefecture . +Kishimojin ' or ' Kishibojin ' ( haaritii in Sanskrit , Goddess of Children ) is a yasha ( yaksha in Sanskrit , Buddhist deity sometimes depicted as a demonic warrior ) guarding Buddhism and a goddess . +MINAMOTO no Rinshi ( 964 - June 25 , 1053 ) was the aristocratic lady of the mid-Heian period and was the legal wife of FUJIWARA no Michinaga . +Kitsushi SAIONJI ( 1225 - October 20 , 1292 ) was the Chugu ( Empress ) to Emperor Gosaga , and later became Empress Dowager . +FUJIWARA no Atsutoshi ( 918-947 ) was a noble in the mid Heian period . +Futaoki , one of the tea ceremony equipment , is a rest on which the lid of the iron tea pot or the dipper end of the water ladle is placed ; it is made of bamboo , metal , or ceramic . +Heizaburo IWANO is a maker of traditional Japanese washi paper . +Togakushi-ryu ( also called Togakure-ryu ) school is one of ninjutsu ( ninja art ) schools . +Michikata KOGA ( 1541 - May 25 , 1575 ) was a Kugyo ( top court official ) during the late Muromachi period . +Ine-cho is a town in Kyoto Prefecture . +Kizugawa City is located in the southern part of Kyoto Prefecture . +Noritsuna WATANABE ( 1694 - Dec . 11 , 1767 ) was the second lord of Hakata Domain , Izumi Province . +TOMO no Kowamine ( birth and death year unknown ) was a government officer ( especially one of low to medium rank ) of the early Heian Period . +Shudenryo , also referred to as Tonomori no Tsukasa , refers to an institution that belonged to Kunaisho ( Imperial Household Ministry ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) of Japan adopting the Ritsuryo system . +Unkei ( unknown birth date - January 10 , 1224 ) was a sculptor of Buddhist statues who was actively engaged in his career from the end of the Heian period to the beginning of the Kamakura period . +Soa ( year of birth and death unknown ) was a priest in the Muromachi period and the seishi ( senior envoy ) headed the first Envoy Ships Dispatched to Ming China by the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Sanehisa HASHIMOTO ( June 7 , 1790 to February 22 , 1857 ) was a court noble , and a high court noble in the late Edo period . +Saneyoshi TOKUDAIJI ( 1096- October 13 , 1157 ) was a court noble during the latter half of the Heian period . +Tosho-Chosonsei is a generic term used to refer to the system implemented in island areas apart from the town and village system implemented in Japan 's mainland . +Nijoin no Sanuki ( Sanuki of Nijoin , ca . 1141 - ca . 1217 ) was a poetess of the late Heian and the early Kamakura period . +Kinagashi ( dressing kimono casually ) is a style in which a man doesn 't put on hakama ( pleated and divided skirt made in fine stripes ) when he wears wafuku ( Japanese traditional clothes ) . +Imperial Princess Katsuranomiya Sumiko ( February 22 , 1829 - October 3 , 1881 ) was Emperor Ninko 's third Princess . +Tamayoribime , also known as Tamayorihime , is a Shinto goddess from Japanese mythology . +The term kiganjo refers to a Buddhist temple or Shinto shrine at which worshipers pray for favors . +Genba-ryo was one of the institutions belonging to Jibusho ( the Ministry of Civil Administration ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +Saibanshiyosho is a law book compiled by SAKANOUE no Akimoto on the Imperial command of the retired Emperor Gotoba in 1207 , the beginning of the Kamakura period . +Ashio Mining Pollution was a pollution incident which occurred at Ashio copper mine located around Watarase-gawa River in Tochigi Prefecture and Gunma Prefecture at the end of the 19th and the beginning of the 20th century . +Hono is a religious act performed by ujiko ( shrine parishioners ) and danka ( supporters of a Buddhist temple ) aimed at respecting or appeasing and pleasing Shinto and Buddhist deities in which people offer ' something of value ' to such deities ( including tombs ) . +Kanetomo YOSHIDA ( 1435 to March 28 , 1511 ) was a Shintoist during the mid-Muromachi period to Sengoku period ( Period of Warring States ) . +" Ichiaku no suna " is the first collection of poetic works produced by Takuboku ISHIKAWA . +A soson meant a community ( in the form of a village ) organized through autonomous , territorial connections among peasants in medieval Japan . +Kintaroame is a bar of candy that is produced using a special technique . +Tokitomo KASAMA ( adopted child ) +Goshu-no-nikki is the first technical book on sake brewing in existence in Japan that was handed down in the Satake clan . +Kaisho literally means a place where a kind of reunion , party , event , assembly or meeting was held . +Shinsho Gokuraku-ji Temple , also known as Shinnyo-do Hall , is a Tendai Sect Buddhist temple located in Sakyo Ward , Kyoto City . +Tsurumatsu TOYOTOMI / TOYOTOMI no Tsurumatsu ( 豊臣鶴松 ) was the first son of Hideyoshi TOYOTOMI ( although there is a different theory that contradicts this ) +FUJIWARA no Tameto ( year of birth unknown - 1045 ) was a nobleman in the mid Heian period . +Tadakiyo MAKINO ( November 26 , 1760 - August 17 , 1831 ) was a daimyo ( Japanese feudal lord ) and a politician who lived in the late Edo period . +Masayasu KOBORI ( 1786-July 25 , 1867 ) was a hatamoto ( direct retainer of a shogun ) in the late Edo period . +" Ukagaikata " indicates the name of a government post in Kanjosho ( the department in charge of financial and public affairs ) of the Edo bakufu or officers ( called kanjo-shu ) of that department . +Jakuemon NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +Ekan ( date of birth and death unknown ) was a Buddhist priest who came to Japan from Goguryeo in the Nara period . +The Shoten-shoku is a section in charge of Court rituals of the Japanese Imperial Household . +Icchu ( year of birth and death unknown ) was a Dengaku ( refer to the descriptions below ) and Noh player who was active in the period of the Northern and Southern Courts ( in Japan ) . +" Yomotsuikusa " were demons in Japanese Mythology , which were said to live in the land of the dead . +Yokan , in general , is a Japanese confection which is made by jellifying bean jam , mainly made from adzuki beans , with Japan agar . +Great Buddha statue in Kyoto originally existed in Hoko-ji Temple ( Higashiyama-ku Ward , Kyoto City ) . +HAJI no Umate ( year of birth unknown , February 26 , 711 ) was a person of the Asuka Period in Japan . +Tenjin-gawa River belongs to the first-class rivers of the Yodo-gawa River system . +An Eritate-goromo ( literally , standing-collar robe ) is one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Gazu Hyakki Tsurezure Bukuro " ( The Illustrated Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +Incense burning is an example of Geido ( art ) , aimed at enjoying incense while meditating in a quiet world away from the pressures of daily life , and to appreciate the fragrance rising from Koboku ( fragrant wood ) burned ( " taku " in Japanese ) according to traditional rituals . +Nagamasa KIZAWA ( 1493 ? - April 12 , 1542 ) was a man in the Warring States period of Japan . +FUJIWARA no Michikane ( 961 - June 13 , 995 ) was a court noble in the mid-Heian period . +Mochitada KAZANIN ( 1405 - February 20 , 1467 ) was a kugyo ( court noble ) who lived during the Moromachi period . +Imperial Prince Saneyasu ( 831 - June 14 , 872 ) was an Imperial family member in Heian period . +Kanjo is a ceremony mainly celebrated in Esoteric Buddhism , in which a legitimate successor is declared by pouring water over the top of the head . +Takauji ASHIKAGA ( 1305-58 ) was a general from the late Kamakura period to the Northern and Southern Courts period . +Hosonaga is a type of ubugi ( swaddling clothes ) of the Heian period with a shape similar to kariginu ( a type of ancient kimono ) . +Nichiju ( June 11 , 1314 - February 28 , 1392 ) was a Nichiren sect priest in the period of the Northern and Southern Courts ( Japan ) . +Oborozukiyo ( also called Oborozukuyo ) is a fictional character in " The Tale of Genji " written by Murasaki Shikibu . +SAKANOUE no Masano was the forth son of SAKANOUE no Tamuramaro . +Kankuro NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +Nagahama-jo Castle is a castle built by Hideyoshi TOYOTOMI in Koen-cho , Nagahama City , Shiga Prefecture . +Kawagoe-yakata ( also known as Kawagoe-kan ) was a castle which existed in Uwado , Kawagoe City , Saitama Prefecture . +Tan-luan was a Buddhist monk who lived during the period of the Northern and Southern Dynasties in China . +Yamashiro Province in Kyoto Prefecture , represents the twelve cities , towns and villages located in the south of Uji City . +FUJIWARA no Mitsuyori ( 1124- February 25 , 1173 ) was a Kugyo ( top court official ) who lived during the latter part of the Heian period . +Moritoki HOJO was a family member of the Hojo clan in the end of Kamakura period . +Kimuko HAYASHI ( 1884 - 1967 ) was a dancer , author , social activist and a businesswoman . +ABE no Sadato was a Japanese military commander lived during the mid Heian Period . +" Oyoroi " ( large armor ) is one type of Japanese armor . +Haji pottery is a type of earthenware that evolved from Yayoi-type pottery and was produced from the Kofun ( tumulus ) to Nara and Heian periods , until replaced by Kawarake earthenware in the medieval and early modern times . +Empress Teimei ( June , 25 , 1884 - May 17 , 1951 ) belonged to the Imperial Family of Japan . +Mimaki Domain is a domain which was in Mimaki , Kuse County , Yamashiro Province ( present-day Kumiyama-cho , Kuse-gun , Kyoto Prefecture ) . +Imperial Prince Tokiwainomiya Tsuneaki , also pronounced Tsuneakira ( June 24 , 1303 - September 26 , 1351 ) was a member of the Imperial Family belonging to the Daikakuji Imperial line of the period of the Northern and Southern Courts and the youngest child of Emperor Kameyama . +Shuki-daiban are vermilion-lacquered household goods succeeded as the Fujiwara clan 's treasures by successive Toshi choja ( head of the Fujiwara clan ) . +Emperor Annei ( 577 B.C.- January 11 , 510 B.C. ) is the third emperor , who was described in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) ( Reign : August 13 , 549 B.C. -January 11 , 510 B.C. ) . +Chinju-fu is an office in charge of military affairs in ancient Japan , located in Mutsu Province . +The Kamogawa River is a first class river in the Yodo-gawa River System that flows through Kyoto City , Kyoto Prefecture . +Kyoryuchi Keisatsu ( the Foreign Settlement Police ) refers to the police force placed in the foreign settlements throughout the Empire of Japan prior to treaty revision . +Ensai ( year of birth unknown – 877 ) was a priest of the Tendaishu sect of the early Heian period . +Geki was one of the government posts belonging to Daijokan , which was the highest organization of the Imperial Court under the ritsuryo legal code system . +Mineyama Station , located in Mineyama-cho of Tango City , Kyoto Prefecture , is a stop on the Miyazu Line of the Kitakinki Tango Railway . +Goro HANEDA was nurishi ( a lacquer ware artist ) in the late Ashikaga period . +A sightseeing volunteer guide is an individual who voluntarily assists and guides tourists for free or a nominal fee on a continual basis . +Konan NAITO ( born on August 27 , 1866 and passed away on June 26 , 1934 ) was one of the Japanese outstanding historians . +Imperial Prince Tsuneyasu ( year of birth unknown - July 1 , 869 ) was a member of the Imperial Family during the early Heian period . +Retsudo Gisen ( 1635-August 17 , 1702 ) was a priest of the Rinzai sect in the Edo period . +TAIRA no Masakado ( 903 - March 30 , 940 ) was a warlord during the mid-Heian Period . +Imperial Princess Ryoshi ( Nagako ) , January 25 , 1030 - September 21 , 1077 , was the first daughter of Emperor Gosuzaku , the sixty-seventh Emperor of Japan . +Junnyo ( August 3 , 1577 - January 21 , 1632 ) was an individual from the Azuchi-Momoyama period and Edo period . +Kintoshi TOKUDAIJI ( February 1 , 1371 - August 9 , 1428 ) was a Kugyo ( high court noble ) in the Muromachi period . +Tokudo is a ceremony in Buddhism to enter into priesthood . +Yamato-e is one concept of style in Japanese paintings . +The " Ouki " ( also pronounced Shoyuki ) is the diary of the Heian-period court noble FUJIWARA no Sanesuke . +Udoneri was a government post under the ritsuryo legal code system . +Tojiro YAMAMOTO is a professional name for a kyogen performer of the Tojiro Yamamoto family of Okura school , which is handed down generation to generation . +Gunki monogatari ( martial tales ) refers to literary works written during the Kamakura and Muromachi periods whose subjects are taken from historical battles . +Sogo refers to the profession of Sokan ( official positions given to Buddhist priests by Imperial Court ) to manage Buddhist priests and nuns in Japan . +Fukuchiyama City is the second oldest city in Kyoto Prefecture and is located in the Tanba region in the northern part ( old Tanba Province ) of Kyoto Prefecture . +The Akizuki-no-ran War is a revolt by the warrior class against the Meiji Government which took place in Akizuki , Fukuoka Prefecture ( currently Akizuki , Asakura City , Fukuoka Prefecture ) in 1876 . +Hina-matsuri is an annual event of the seasonal festival to pray for the healthy growth of girls . +Yamabushi Shinko is a belief from the ancient times in Japan , regarding divine spirits that live in the mountains . +The kettekino ho is a garment of chofuku ( cloths which the people who came to work at the court on a regular basis wore in the Heian period ) in Japan . +NAKATOMI no Katsumi ( date of birth unknown - April 587 ) was a local ruling clan of the Asuka period . +Prince Kuramochi ( Kuramochi no miko ) is one of five kikoshi ( a young nobleman ) who appeared in " Taketori Monogatari " ( the Tale of Bumboo Cutter ) . +Junbo means equating a woman who is not the real mother of the emperor with his mother or the title of a woman who is equated with the mother of the emperor . +Takachika Fukuoka ( March 3 , 1835 - March 7 , 1919 ) was a Karo ( chief retainer ) of the Tosa Domain in the end of the Tokugawa period and a statesman in the Meiji period . +Haibu ( haimu ) refers to a ritual of bowing which includes sayusa ( a series of movement from left to right to left ) for expressing one 's gratitude on occasions such as joi ( investiture of a court rank ) , appointment , and shiroku ( receiving a stipend ) in the Imperial Court during the Heian period . +The meanings of " cultural properties " are as follows : +The Azuchi Castle Tenshu Nobunaga no Yakata Museum is a facility located in Azuchi-cho , Gamo-gun , Shiga Prefecture . +TAIRA no Koreyoshi was a busho ( Japanese military commander ) who lived during the mid-Heian period . +Tensho o-jishin was an earthquake which occurred on January 18 , 1586 . +Naijusho was an extra statutory office established in the latter half of the Nara period under the ritsuryo system . +The term " Senso " means to succeed the position of Tenshi ( emperor ) upon the demise of the previous emperor or his abdication from the position . +Takokushu is a territory of Sengoku daimyo ( Japanese territorial lord in the Sengoku period [ period of Warring States ] ) . +" Tawara no onda " is a shinji ( Shinto ritual ) performed every year on May 3 , at the Taji-jinja Shrine in the Tawara district of Hiyoshi-cho , Nantan City , Kyoto Prefecture . +Prince Funado ( year of birth unknown - July 757 ) was a member of the Imperial family in the Nara period . +Donzurubo is a place of odd sight in Kashiba City , Nara Prefecture , where oddly-shaped rock outcrops can be seen . +Imperial Princess Teishi ( Yoshiko / Sadako ) ( August 15 , 1013 - February 3 , 1094 ) was the sixty-seventh Emperor Sanjo 's third Princess . +Kazumasa ISONO ( dates of birth and death unknown ) was a Japanese military commander who lived from the Sengoku period ( Japan ) to the Azuchi-Momoyama period . +" I " ( 移 ) is a form of official documents under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) , to be exchanged between government officials when there are no hierarchical relationships between them . +Ranzan ONO ( September 13 , 1729 - April 5 , 1810 ) was a great scholar of herbalism in the Edo period . +The term " oyatsu " ( おやつ ) , also written in katakana ( one of the Japanese syllabaries ) as オヤツ , refers to an afternoon snack that was originally eaten at yatsudoki ( approximately 2 p.m. ) according to the old Japanese way of counting time . +Bureau of Shrines and Temples was one of the bureaus of the Meiji government . +" Rokuhara Tandai " is a job title in the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +A rakugoka performs rakugo ( traditional comic storytelling ) as an occupation . +Higashiyama-tenno ( Takanaga ) kensho-no-kanro ( kanro [ a way to clarify things , also called physiography ] to clarify the fact on Emperor Higashiyama ( aka Imperial Prince Takanaga ) ) is one of ' Shinpu-kanro ' which was a physiographic book clarified by Hosei MIURA , and was a Shinpu-kanro which clarified and praised the fact that the Imperial Prince Takanaga who was the first prince of the Emperor Godaigo was enthroned on Mt . Hiei on November 20 , 1336 and was an emperor of the genuine Imperial line enthroned at takamikura ( a rank of an emperor ) . +Nariakira FUJITANI ( 1738 - November 9 , 1779 ) was a scholar of Japanese classical literature in the mid Edo period . +FUJIWARA no Matate ( 715 to April 29 , 766 ) was a statesman who lived in the Nara period . +The Tachikawa-ryu school is a school of Esoteric Buddhism founded by Ninkan in the Kamakura period and perfected by Monkan in the period of the Northern and Southern Courts . +Princess Matsu ( 1561 - May 31 , 1616 ) was the fifth daughter of the Sengoku daimyo ( Japanese territorial lord in the Sengoku period [ period of Warring States ] ) Shingen TAKEDA . +Shinei ( date of birth unknown - 737 ) was a Buddhist priest in the Nara period . +Saneto SAIONJI ( 1434 - December 20 , 1495 ) was a kugyo ( court noble ) and kajin ( waka ( a traditional Japanese poem of thirty-one syllables ) poet ) of the Muromachi period . +In ( 院 ) originally meant a large construction surrounded by high walls , but it also refers to the following : +Junsai ( year of birth unknown - March 16 , 1207 ) was a priest of the Jodo ( Pure Land ) sect of Buddhism who lived from the late Heian period to the early Kamakura period +Kyoikurei is an order about education promulgated in September 1879 to replace the educational system ( the 214th edict of Dajokan [ Grand Council of State ] of 1872 ) promulgated in 1872 . +Tenbu ( deva in Sanskrit ) means deities of Buddhism . +Oshihime was the Empress of Emperor Koan , one of the eight emperors who reigned during the Kesshi-Hachidai ( Eight Undocumented Sovereigns ) . +Saneeda SANJONISHI ( March 8 , 1575 - November 22 , 1640 ) was a noble who was active from the Azuchi-Momoyama Period to the beginning of Edo Period . +Miyako Plain refers to a plain that spreads from the center of Yukuhashi City , Fukuoka Prefecture to the eastern part of Miyako County and the northern part of Chikujo County . +Sarugaku is a Japanese art form that was popular during the Heian and Muromachi periods . +Nobutoyo TAKEDA was a military commander in the period of warring states . +Emperor Konin ( November 22 , 709 - January 15 , 782 ) was the 49th Emperor who reigned from October 27 , 770 to May 4 , 781 . +Choho-ji Temple is an independent Tendai Sect temple located in Nakagyo-ku Ward , Kyoto City , Kyoto Prefecture . +The Aomatsuba Incident was Sabaku-ha ( supporters of the Shogun ) crackdown incident which happened in the Owari Domain from February 13 to 18 in 1868 . +Shibutani kaido or Shibutani-dori Street , Shibutani-goe is one of the streets in Kyoto City which crosses Higashiyama ( Kyoto Prefecture ) and connects Kyo ( Kyoto ) and Yamashina Ward . +Ginnosuke ICHIKAWA is a name used by Kabuki ( a traditional form of drama and music performed by male actors ) actors . +Lake Biwa is a lake in Shiga Prefecture . +Komahime ( 1581 - September 5 , 1595 ) was the second daughter of Yoshiaki MOGAMI and Osaki Fujin , and was a concubine of Hidetsugu TOYOTOMI . +What is Wakadoshiyori ? +Shinsei ( ' kugeshinsei ' ) means a written code established based upon imperial order by Tenno ( the Emperor ) and Daijo Tenno ( the Retired Emperor ) from the mid Heian period to the period of the Northern and Southern Courts ( Japan ) . +Yasohachi YAMANO ( 1841 - 1910 ) was a lowly member of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) , and one of the binan goninshu ( five men of beauty ) . +TAKEDA no Daitoku ( or TAKEDA no Daitoko , date of birth and death unknown ) lived during Japan 's Asuka period . +" Genji choja " means the head of the Minamoto clan . +Tea utensils is a generic term for utensils used in the Japanese tea ceremony . +The Sanko-ji Temple is a temple of the Seizan sect in Oharano , Nishikyo Ward , Kyoto City . +The Kamakura period ( 1185-1333 , called " Kamakura jidai " in Japanese ) describes one distinct period in Japanese history in which the bakufu ( Japanese feudal government headed by a shogun ) was located in the city of Kamakura . +A haikomei is a type of name for men used mostly in Japan . +Prince Mochihito ( 1151 - June 20 , 1180 ) was one of the Imperial family members during the end of the Heian period . +Sutra , ' of the Buddhist sutra ( Kyoten , Kyoden , sutra in Sanskrit , sutta in Pali ) , means a record of Shaka 's teachings among Buddhist scriptures . +Zennyo was a monk of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) during the period of the Northern and Southern Courts ( Japan ) . +Takasada ENYA ( Birth unknown-April 27 , 1341 ) was the busho ( Japanese military commander ) who lived between the end of Kamakura to the Nanbokucho periods ( the period of the Northern and Southern Courts ) ( Japan ) . +" Enjiro JITSUKAWA " is a professional name which was used by some Kabuki ( a traditional form of drama and music performed by male actors ) actors . +Morimasa SAKUMA ( 1554 - July 1 , 1583 ) was a vassal of the Oda clan . +Hisahide MATSUNAGA was a busho ( Japanese military commander ) in the Sengoku Period ( Period of Warring States ) . +Johannis de Rijke ( December 5 , 1842 - January 20 , 1913 ) was a Dutchman who systemized erosion and torrent control , and designed afforestation construction projects , and is known in Japan as " the father of erosion and torrent control . " +Masamura HOJO belonged to the Hojo clan , and lived in the early to mid-Kamakura period . +The vernal equinox ( the spring equinox ) is the day when the vernal equinox occurs . +Tahoto ( literally , " multiple-treasure pagoda " ) represent an architecture of pagodas , which are religious buildings in Asia . +Kennin-ji Temple , located in Higashiyama Ward , Kyoto City , Kyoto Prefecture , is the headquarters of the Rinzai sect Kennin-ji School of Zen Buddhism . +An ' Osei-chu ' ( mimicking roundworm ) or ' Osei ' ( literally , mimicking or parroting the host 's words ) is a weird disease or a ghostly roundworm which causes the disease known in China and Japan , as described in collected essays written in the Edo period , such as " Shin Chomonju " ( literally , a new collection of famous tales ) and " Kanden jihitsu " ( literally , fallow-field essays , continued ; miscellaneous essays ) . +Menden were rice fields that were exempt from the tax determined by the government during the late ancient times to the middle ages of Japan . +Tsukigata Productions ( registered as Tsukigata Purotakushon , established in 1928 , liquidated in 1932 ) was a film company that existed in Kyoto and then in Nara . +Todaijiyama Kofun is a keyhole-shaped tumulus constructed around the late fourth century corresponding to about the middle of the early Kofun period located in Tenri City , Nara Prefecture . +The Hoken system is a political system modeled after the Shu Dynasty in China , which was advocated in the political thought of Kanji using nations , such as China . +Hachijonomiya Imperial Prince Toshitada ( November 24 , 1620 - August 20 , 1662 ) was a member of the Japanese Imperial Family who lived in the early Edo period . +Emperor Tenchi ( Tenji ) +Kokei ( 977 - August 27 , 1049 ) was a Tendai sect priest in the middle days of the Heian period . +MINAMOTO no Tamemune ( ? - August 24 , 1156 ) was a military commander of the Kawachi-Genji branch of the Minamoto clan who lived at the end of the Heian period . +Emperor Seimu ( 84 – July 29 , 190 ) was the 13th emperor ( reigned from February 18 , 131 to July 29 , 190 ) written in the " Kojiki " ( The Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) . +Yoshinaga ASANO was a busho ( Japanese military commander ) in the Sengoku period and a daimyo ( Japanese feudal lord ) in the Azuchi-Momoyama period and the Edo period . +Kitakinki Tango Tetsudo Kabushiki-gaisha is a public-private joint venture , located in and part financed by Kyoto Prefecture , operating both the Miyafuku Line and Miyazu Line ( the former was laid by the Japan Railway Construction Public Corporation , and the latter was once designated as a Specified Local Line of the Japanese National Railways ( JNR ) ) . +KEIHANNA PLAZA is a central facility at Kansai Science City ( Keihanna Science City ) in Hikaridai , Seika-cho , Soraku-gun , Kyoto Prefecture . +Anmitsu is a kind of Japanese confectionery , which is mitsumame dessert ( boiled beans , cubes of agar gelatin , and other delicacies with molasses poured on ) covered with bean jam . +The Otani-byodo was the mausoleum of Shinran who was the founder of Jodo Shinshu sect +Western dishes are the dishes peculiar to the Western countries . +Shisetsu jungyo was a on-site procedure to carry out a judgment which was handed down by the bakufu ( Japanese feudal government headed by a shogun ) on shoryo soron ( litigation over real estate ) in the medieval Japan . +The list of buildings and structures in Kyoto Prefecture which have been designated as important cultural properties lists those existing in Kyoto Prefecture from all the buildings and structures designated as important cultural property in Japan . +Debayashi is a kind of kabuki music played on a stage by performers . +Imperial Prince Fushiminomiya Sadanori ( October 26 , 1836 - December 16 , 1862 ) was a member of the Imperial family during the late Edo Period . +Yorishige HORI ( year of birth and death unknown ) is a busho ( Japanese military commander ) in the last days of Heian period . +FUJIWARA no Asako ( or Tomoko , year of birth unknown - February 19 , 1166 ) was a woman in the later Heian period . +Emperor Gokameyama ( 1347 ? - May 10 , 1424 ) was the ninety-ninth Emperor in the period of the Northern and Southern Courts ( Japan ) and the last and fourth Emperor in the Southern Court ( reign : November / December 1383 - November 19 , 1392 ) . +Chinju no Mori " are forests attached to Shinto shrines , managed and maintained so as to enclose the Sando ( approach to the temple ) and the Haisho ( place of prayer ) . +The five kings of Wa refer to San ( 讃 ) , Chin ( 珍 ) , Sai ( 済 ) , Ko ( 興 ) and Bu ( 武 ) who paid tribute to the Eastern Jin and Song ( Southern Dynasty ) in the period of the Northern and Southern Dynasties ( China ) in 5th century and received sakuho ( homage by Chinese emperors ) as ' King of Wa ' . +Stone axes were a kind of stone tools that were axes made of stone attached to wooden handle . +Taienreki ( 大衍暦 : also read as Daienreki ) was a lunisolar calendar once used in China and Japan . +Masahane ARAKI ( 1662 – March 10 , 1732 ) was hatamoto ( direct retainer ) of Edo bakufu ( Japanese feudal government headed by a shogun ) . +Bunmeiron no gairyaku ( An Outline of a Theory of Civilization ) is a book written by Yukichi FUKUZAWA . +" Kaifuso " is the oldest Japanese collection of Chinese poems in existence . +Hyakusen SAKAKI ( December 11 , 1697 - October 2 , 1752 ) was a Nanga painter ( an original style of painting in the Edo period which had a great deal of influence from the Chinese Nanga style ) who lived during the middle of the Edo period . +" Manyodaishoki " is a commentary on " Manyoshu " ( the oldest anthology of tanka ) by Keichu , who was a scholar of Japanese classical literature during the Edo Period . +ICOCA ( ikoka ) is an IC card , mainly used as a ticket , electronic money and locker key , that West Japan Railway Company ( JR West ) launched in the Kinki District Urban Network on November 1 , 2003 . +Sanniryo was one of the institutions belonging to Shikibu-sho ( the Ministry of Ceremonial ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in ancient Japan . +Ommyodo , which owes its origin to ancient Chinese natural philosophical theory and Inyo-gogyo-shiso theory ( the way of Yin and Yang , combined with the Taoist theory of the five elements ) , is a system of natural science and the art of spell-casting that uniquely developed in Japan . +Kosho ( 小姓 ) is the name of a post in a samurai family similar to a page or squire . +Kazunobu ( 和信 ) INUI ( 1544 - January 18 , 1586 ) was samurai of the late Azuchi-Momoyama period . +Hikichigiri is a type of Japanese sweet made from mochi ( Japanese rice cake made of glutinous rice pounded into paste and molded into shape ) and sweet bean paste . +" Hokuriku Chotei " refers to the Imperial Court that is deemed to have existed during the period of Northern and Southern Courts in the present Hokuriku Region , which was backed up - and was claimed to have legitimacy - by warlords taking the side of the Southern Court . +" Sunoko " is a Japanese wooden board made of slatted thick bars . +" Kasuga no Shinboku " refers to " Shinboku " ( the sacred tree ) of Kasuga-taisha Shrine located in the present Nara Prefecture . +Harumitsu HINO ( February 20 , 1518 - October 13 , 1555 ) was a court noble in the Sengoku period ( Period of Warring States ) . +Manzai or comic dialogue is a type of entertainment or talk show performed mainly by a comedy duo , which has been uniquely developed in Japan 's Kinki region based upon the traditional form of manzai observed on New Year 's Day . +Tegara is a hairdressing cloth to wrap around the topknot of traditional Japanese women 's hairstyles . +Ippodo is the name of a distributor of Japanese green tea , located at Nijo-dori Agaru , Teramachi-dori , Kyoto City . +Betobeto-san is one of Yokai ( Japanese folk monsters ) , and follows a man walking in the dark at night . +Dosan or Hidetatsu SAITO was a military commander during the Sengoku period . +TAIRA no Masanori ( year of birth and death unknown ) was a busho ( Japanese military commander ) lived in the mid-Heian period . +Kumadori was the make up method unique to Kabuki ( traditional drama performed by male actors ) play . +Nihon-ga ( Japanese style painting ) is a genre of painting unique to Japan . +Kinzumi SAIONJI ( March 7 , 1818 – July 13 , 1836 ) was Kugyo ( a Court Noble ) in the late Edo period . +FUJIWARA no Choshi ( Toko ) ( around 954-March 1 , 982 ) was the eldest daughter of FUJIWARA no Kaneie . +" Yamatonookuni tamanokami " is a god ( shinto ) appearing in Japanese Mythology . +Kenitsu OKAMOTO ( 1559 - 1591 ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) and a vassal of the Satake clan , or a daimyo ( Japanese territorial lord ) in the Sengoku period in Hitachi Province . +Yoshihiro IDO ( 1532 - 1612 ) was Busho ( Japanese military commander ) in the Sengoku period ( Japan ) . +Tenyaku referred to Honkan , a government post , which belonged to Nakatsukasasho in the ritsuryo legal code system . +Kogetsu is a Kyo-gashi ( Kyoto style confectionary ) manufacturing and sales company whose headquarters is located in Fushimi Ward , Kyoto City . +Masasuke 's Notes on Court Costume is a book on court costume and lore written in kana that appeared at the end of the Heian period . +Nichira ( ? - December , 583 ) was a Japanese who served the King of Baekje , which existed in the Korean peninsula in the sixth century . +Gion odori : Gion odori is performed from November 1 to 10 annually in the Gion Kaikan Theater . +Kouma no Myobu ( year of birth and death unknown ) was a female waka poet during the reign of Emperor Enyu in the Heian period . +The Kujo Family is one of the Sekke and a court noble . +The Arson Case of Kinkaku-ji Temple was an arson case which occurred at Rokuon-ji Temple ( commonly called Kinkaku-ji Temple ) located in Kinkakuji Town , Kamigyo Ward ( present-day Kita Ward ) , Kyoto City early on July 2 , 1950 . +Kitora-kofun Tumulus is located in Asuka-mura , Takaichi County , Nara Prefecture . +Chikusei MIMURA ( male , May 4 , 1876-August 26 , 1953 ) was a bibliographer in Japan . +Shokudo or zokudo is a penalty charge which was paid with copper ( or money ) to a government official in an amount that corresponds to the crime in exchange for imprisonment . +Mt . Miwa is a cone-shaped gentle mountain in the southeastern part of Sakurai City , Nara Prefecture , which is located in the southeastern part of Nara Basin across the farthest north part of Nara Prefecture . +Fujimon School is one of the generic names for numbers of honzan temples ( head temples ) and their branch temples in Nichiren Sect , which succeed the dharma lineage of Nikko , who was one of 6 high-caliber disciples of Nichiren . +Kyoto Tourism Culture Certification Test , for ' Kyoto Expert Certification , ' is a certification test covering knowledge about a particular place that is held by the Kyoto Chamber of Commerce . +Jiun-Myoi ( 1274 - July 10 , 1345 ) was a priest of the Rinzai Sect from the latter part of the Kamakura period to the period of the Northern and Southern Courts . +The Shakai minshuto is the first socialist party in Japan , which was formed in 1901 . +Gonrokuro MAKINO ( September 20 , 1819 - August 5 , 1869 ) was a feudal retainer of Okayama in Bizen Province and patriot of Sonno Joi ( advocating reverence for the Emperor and the expulsion of foreigners ) in the end of Edo period . +Yoshisuke KUJO ( October 15 , 1185 - November 30 , 1218 ) was a kugyo ( court noble ) in the end of Heian period to the early Kamakura period . +Komehyappyo ( a hundred straw rice bags ) is a historical episode regarding the education by Torasaburo KOBAYASHI , a vassal of Nagaoka Domain Echigo Province , who was active from the end of Edo period through until the early Meiji period . +" Kinkakuji " ( The Temple of the Golden Pavilion ) is a novel written by Yukio MISHIMA . +Fuyusuke SHONI ( date of birth unknown – September 30 , 1375 ) was a busho ( Japanese military commander ) in the period of the Northern and Southern Courts ( Japan ) . +Prince Takechi ( Takechi no Miko or Takechi no Oji ) ( c.654 - August 13 , 696 ) lived during the Asuka period of Japan and a son ( the oldest son ) of Emperor Tenmu . +Saiin Kasuga-jinja Shrine is a Shinto shrine located in Ukyo Ward , Kyoto City . +KI no Yoshito ( dates of birth and death unknown ) was an official in the middle of the Heian period . +" Suminomiya-jinja Shrine " is a shrine in Nagaokakyo City , Kyoto Prefecture . +Muhoto is a stone pagoda ( Buddhist pagoda ) mostly used as a priest 's tomb tower . +Noriko TSUZAKI ( 1786 - August 23 , 1873 ) was a senior lady-in-waiting in the Konoe family and person loyal to the emperor who lived towards the end of the Edo bakufu period . +Kannodoko means connections between a Buddha and a human being , or between a teacher and a learner . +Ochimizu is water that was said to bring back youth when it was drank . +Takino HAYASHI was Tekkan YOSANO 's and later Oyo MASATOMI 's wife . +Dojo ( dates of birth and death unknown ) was a Buddhist priest in the Asuka period . +Ranryo SEKI ( May 5 , 1805 - September 28 , 1863 ) was a Zeze Domain 's Confucian assigned to edohantei ( residence maintained by a daimyo in Edo ) from 東万木村 ( current Aoyagi , Adogawa-cho , Takashima City ) , Takashima County ( Shiga Prefecture ) , Omi Province ( Shiga Prefecture ) . +Kuhon ( Kyuhin ) refers to a three-way classification of things and people 's characters and each classification is divided into further three categories . +Shinsen Roei Shu ( Newly Selected Collection Singing Poems ) is a collection of Chinese poems compiled in Japan . +Honcho Gatsuryo ( or Honcho Getsurei ) is the oldest remaining kuji-sho ( a document about governmental operations and ceremonies ) where , concerning annual events in the middle era of the Heian period , their origins , histories and contents are described . +Washu Yoshinogun Gunzanki ( hereafter ' Gunzanki ' ) is a name of the series of the natural history and topography books written by Tomoari MINAMOTO of the Kishu Domain , a scholar of herbalism and natural history in the late Edo period . +Irizake is an old Japanese seasoning used during the Edo period , which is made by putting umeboshi ( pickled Japanese apricot ) into Japanese sake ( rice wine ) , and boiling it down . +Sotan ( 1413 - 1481 ) was an artist-monk in the middle of the Muromachi period . +Rusu-seifu refers to the Establishment organized to protect the nation in early Meiji Period while Iwakura Mission , which consisted of leaders of the Meiji government , was visiting Europe and America ( December 23 , 1871 - September 13 , 1873 ) . +The Shingi Shingon sect is a school of the Shingon sect ( whose founding father was Kobo-daishi Kukai ) , and this school is connected to Raiyu , a high-ranking Buddhist priest of the Kakuban school , which followed the teachings of Kogyo Daishi Kakuban , who brought about the revival of the Shingon sect . +Suteteko is underpants with the long length under the knee , and it is usually worn by men . +Sando is the road used for visiting a shrine or temple . +FUMI no Chitoko ( date of birth unknown - May 20 , 692 ? ) lived in the Asuka period of Japan . +Masayoshi NITTA was a busho ( Japanese military commander ) in the Kamakura period . +Chofuku-ji Temple , located in Umezu , Ukyo Ward , Kyoto City , is a temple of the Nanzen-ji school of the Rinzai sect . +MINAMOTO no Toru ( 822 – September 25 , 895 ) was the 12th son of Emperor Saga . +Sanzo TSUDA ( February 15 , 1855-September 29 , 1891 ) was a Shiga Prefecture police officer and an army sergeant . +Kamakura kubo was an administrator post in Kamakura Government which was established as an outpost position for the ten provinces of the Kanto region by the Seii taishogun ( literally , ' great general who subdues the barbarians ) of Muromachi bakufu ( Japanese feudal government headed by a shogun ) during the Muromachi period . +Akikonomu Chugu is a fictional character who appears in Murasaki Shikibu 's novel " Genji Monogatari " ( The Tale of Genji ) . +Kiwametsuki BANZUI Chobei refers to a play of Kabuki . +Masafusa ICHIJO ( 1443-November 29 , 1469 ) was a Kugyo in the Muromachi period . +Atagoyama Amusement Park is an amusement park that used to be in Ukyo Ward , Kyoto City . +Tatsuta Domain was a feudal domain that was located in Yamato Province ( present-day Tatsuta , Ikaruga-cho , Ikoma-gun , Nara Prefecture ) . +Yasushi NOMURA ( September 10 , 1842 - January 24 , 1909 ) was a samurai ( warrior ) and statesman in Japan . +Himukai-daijingu is a shrine located along the Sanjo-dori Street in Yamashina Ward , Kyoto City . +Nyogo was one of the ranks and titles of the imperial consorts in the pre-modern days of Japan , and its role was to attend on the emperor in his bedroom . +OK +Autumn festivals collectively mean festivals held in autumn . +The former Imazu post office is a historical building located in Takashima City in Shiga Prefecture . +Michiharu TESHIMA ( September 15 , 1939 - ) is a Noh actor of the Kongo school of shite-kata ( lead actors ) . +Yasuchika HORIKAWA ( March 18 , 1797 - September 28 , 1859 ) was a Kugyo ( high court noble ) who lived in the late Edo period . +YOSHIMINE no Kiyokaze ( year of birth unknown-May 10 , 863 ) was a Court noble in the Heian period . +Kokumin Domeikai is the political society organized in the Meiji period , in September , 1900 . +FUJIWARA no Senshi ( her given name can also be pronounced " Akiko " ) ( 962 - February 7 , 1002 ) was the nyogo ( a court title given to a consort of the Emperor ) of the sixty-forth emperor , Emperor Enyu , in the Heian period . +The Expulsion Edict is a law Kanpaku TOYOTOMI Hidetsugu issued in 1592 during the Azuchi Momoyama period . +Koshibagaki Zoshi ( The Tale of the Brushwood Fence ) is a picture scroll . +Gotairo indicates the five most powerful daimyo clans , appointed as Karo ( or Tairo ) of the Toyotomi family , and acted as executive organs of the Toyotomi Administration at the last days of the administration , during the Bunroku era ( 1593-1598 ) . +SHOKU shugen ( date of birth and death unknown ) was toraijin ( settlers ) who became naturalized as a Japanese citizen from Tang in the latter half of the seventh century ( the late Asuka period ) . +Gishin ( born 781 , died August 26 , 833 ) was an early Heian-period Buddhist monk of the Tendai sect . +Imperial Prince Kachonomiya Hirotsune ( April 19 , 1851-May 24 , 1876 ) was a member of the Imperial family of Japan and a military man of the Imperial Japanese Navy . +Akanabe-no-sho Manor was a shoen ( manor in medieval Japan ) that existed in Mino Province during the Heian and Muromachi Periods . +Harunaga ONO was a vassal of the Toyotomi clan from the Azuchi-Momoyama period through to the early part of the Edo period . +" Dappan " was the act of a samurai leaving his master 's domain to become a Ronin ( masterless samurai ) . +TACHIBANA no Kiyotomo ( 758-789 ) was a statesman in the late Nara period . +The Otsu Domain refers to a domain which existed in Omi Province ( present-day Otsu City , Shiga Prefecture ) . +Sawarabi is one of the fifty-four chapters of " Genji Monogatari " ( The Tale of Genji ) . +Unagimeshi is a term used to refer to a Japanese cuisine that comes with broiled eel on top of rice . +Shinsen KITAGATA ( 1850 - 1905 ) was a Buddhist monk of Otani School of Shinshu Sect . +Jibugyo was bugyo ( magistrate ) appointed by the Kamakura bakufu ( Japanese feudal government headed by a shogun ) and the Muromachi bakufu . +The Nishioji-dori Street , located west of the heart of Kyoto City , is one of the major north-south streets running in Kyoto City . +Sadaaki MATSUDAIRA was the fourth lord of the Kuwana Domain at the end of the Edo Period ( Years in office : 1859 - 1868 ) +Ishiyama Hongan-ji Temple , was established at Ishiyama in Settsu Province ( Chuo Ward , Osaka City ) in 1496 , during the time of Rennyo , and later became the head temple of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +Yoshimizu-jinja Shrine is a shrine located in Yoshino-cho , Yoshino County , Nara Prefecture . +Akikuni MATSUDAIRA ( January 23 , 1849 - January 2 , 1864 ) was a samurai who lived during the Edo period . +The Uji Line is a railway line of Keihan Electric Railway that connects Chushojima Station located in Fushimi Ward , Kyoto City , Kyoto Prefecture and Uji Station ( Keihan ) located in Uji City , Kyoto Prefecture . +Kegare is a notion in Buddhism and Shinto and means a dirty , bad , not clean state , such as being unclean , impure etc . +Hojicha ( written as ほうじちゃ or 焙じ茶 ) is a type of Japanese green tea , generally referring to tea made with roasted tea leaves . +Denden-gu Shrine is a guardian god shrine of Horin-ji Temple located in Arashiyama , Nishigyo Ward , Kyoto City and enshrines deities that are worshipped as pioneers in the field of electricity and electromagnetic waves . +OSHIKOCHI no Mitsune ( 859 ? - 925 ? ) was a poet of the early Heian period . +FUJIWARA no Mototsune ( born in 836 and died on February 28 in 891 ) was a court noble in the early Heian period . +Koka-Isshin school is a school handed down within the Hanamoto family which was a merchant family in Bitchu . +TAIMA no Hiroshima ( July or August , 672 ) was a person who lived in the Asuka period of Japan . +Takatomo KYOGOKU ( February 23 , 1623 - April 4 , 1674 ) was the second feudal lord of Mineyama Domain , Tango Province . +The usurpation of the imperial throne is either when those who do not have direct blood relationship or have remote blood relationship seize the Emperor 's position or when this is expressed in a critical manner . +Scene of the second floor of a high class shibai-jaya ( ooyaja ) . +Masachika MORI ( 毛利 正周 , year of birth unknown - April 24 , 1721 ) was a samurai of the Satsuma domain in the Edo period . +Imperial Prince Koreyasu ( June 2 , 1264 - December 3 , 1326 ) was the 7th Seii taishogun ( literally , " great general who subdues the barbarians " ) of the Kamakura Shogunate . +Tarako refers to the ovary ( roe ) of cod . +Kanze-ryu is one of the schools in Nohgaku theater +Manzo NOMURA , the Ninth ( December 23 , 1965 - present ) is a kyogen performer of the Izumi school . +YOSHIMINE no Moroki ( 862 - November 13 , 920 ) was a nobleman during the early Heian period . +Tojuro SAWAMURA is a professional name of Kabuki actors . +Naka no kuninomiyatsuko 仲国造 ( also known as Nakakokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the east part of Hitachi Province . +NAKAHARA no Yorisue ( year of birth and death unknown ) was a late Heian-period nobleman and legal scholar . +Mizuhiki is a string to decorate gifts and envelopes and varies in shape and color depending on the intended purpose of use . +What is hoyo ? +The Yoshino pact was concluded by Emperor Tenmu and his empress who was later known as Empress Jito promising their son , Prince Kusakabe , to be the next emperor . +The Shishigatani Conspiracy was a plot to overthrow the Taira clan and occurred in Kyoto in July , 1177 , during the Heian period . +Kiden-tai is a type of format of history books in East Asia . +Kamuyaimimi no mikoto ( year of birth unknown ; died in May , 578B.C. ) was a member of the Imperial family ( the royal family ) , described in the " Kojiki " ( The Records of Ancient Matters ) and the " Nihon Shoki " ( Chronicles of Japan ) , etc . +Ryoankeigo ( 1425 - October 3 , 1514 ) was a Buddhist monk of Rinzai Sect in the mid-Muromachi period and Sengoku period ( Period of Warring States ) ( Japan ) . +Kenrojishin is one of the Tembu-shin in Buddhism and controls earth . +Tossho SAWAMURA was a name used by Kabuki actors . +" Chirimen " ( crepe in French ) is a kind of plain woven silk cloth . +FUNYA no Kiyomi ( 693 - October 31 , 770 ) was a member of the Imperial Family in the Nara period ( Later demoted from nobility to subject . ) +Kenshin ( 1131- December 20 , 1192 ) was a Tendai sect priest in the late Heian period . +Kakujin ( 1021 - 1081 ) was a priest of the Enryaku-ji Temple who lived in the middle of the Heian period . +Shin Kabuki Juhachi Ban refers to the specialty plays of Danjuro ICHIKAWA of Naritaya selected by Danjuro ICHIKAWA the seventh and Danjuro ICHIKAWA the ninth . +Wayo-secchu ( Japanese Hybrid Style ) architecture refers to buildings constructed in modern Japan that intentionally blend elements of Japanese and Western architecture . +Rakuraku-so is a hotel using the former Gentaro TANAKA 's residence in Kameoka City , Kyoto Prefecture . +Tadaaki CHIGUSA ( Date of birth unknown - July 21 , 1336 ) was a kuge ( court noble ) and busho ( Japanese military commander ) during the Kamakura period and the period of the Northern and Southern Courts . +Kangen ( 854 - July 9 , 925 ) was a priest of the Shingon sect during the mid Heian Period . +The term Nenshaku means the right to confer a court rank on a person that was granted to chiten no kimi ( the Retired Emperor in power ) and sangu ( the Three Empresses : Great Empress Dowager , Empress Dowager and Empress ) in Japan 's ancient / early medieval period . +Mikuriya is the honorific expression of Kuriya ( a kitchen ) . +Iokiiribiko no miko was a member of the Imperial family who lived during the Kofun period ( tumulus period ) . +Rebel army is a term opposed to a term " Imperial Army " which was made to deny legitimacy of some armies which appeared in the history of Japan . +FUJIWARA no Sanemasa ( 1019 - March 23 , 1093 ) was a nobleman during the mid Heian period . +OTOMO no Yasumaro ( date of birth unknown - 21 June 714 ) was a person who lived during the Nara and Asuka Periods . +The Battle of Tatarahama was a battle in 1336 during the period of the Northern and Southern Courts ( Japan ) . +Eizaburo ONOE is a hereditary family name for an actor of Kabuki , a Japanese traditional theatrical drama . +Saneki SANJONISHI ( September 6 , 1511 - March 1 , 1579 ) was a court noble , poet and classical scholar during the Sengoku period ( Period of Warring States ) . +Kiki is a collective designation of the " Kojiki " and " Nihonshoki . " +Benzo YODA ( June 21 , 1853 - December 12 , 1925 ) was a Japanese Hokkaido pioneer . +Sojifujitsu is to make a false statement to the Emperor or to make a false charge . +Sumiyuki HOSOKAWA was a busho ( Japanese military commander ) in the late Muromachi period ( the Sengoku period [ period of warring states ] ) . +Masanori KAJIKAWA was a busho ( Japanese military commander ) in the Sengoku period to Azuchi-Momoyama period . +Sumptuary laws are a series of laws , ordinances , and orders that ban luxury ( Shashi ) and promote or force thrift . +Seppuku is a method of suicide that involves cutting the abdomen with a sword . +Enen ( date of birth unknown - 1040 ) was a Buddhist monk cum painter in the mid-Heian period . +Ishisaji is a kind of chipped stone tool made of obsidian , shale , chert , etc . +Yukinaga KONISHI was a daimyo ( Japanese feudal lord ) in the Azuchi-Momoyama period . +Rokuro UMEWAKA , the 55th ( August 3 , 1907 – February 8 , 1979 ) was a Nohgakushi ( Noh actor ) playing shite ( a principal role ) of the Kanze-ryu school , Living National Treasure , and a member of the Japan Art Academy . +FUJIWARA no Michimasa ( 992 - August 31 , 1054 ) was a court noble and a tanka poet of the Heian period . +Meinichi means a deathday , or the day of a person 's death . +Musashi no kuni no miyatsuko ( 无邪志国造 ) , also known as Musashi kokuzo , was a kuni no miyatsuko that ruled the east part of Musashi Province . +Imperial Prince Hirohira ( 950 - October 6 , 971 ) was a member of the Imperial Family and the first Prince of Emperor Murakami during the Heian period . +Tadaaya HIROHATA ( July 24 , 1824 - February 18 , 1897 ) was a court noble during the late Edo Period and a politician during the Meiji Period . +Poorly-fed children are children to whom meal is not given enough due to the economic poverty of the family . +The Kobayakawa clan is a shizoku ( clan ) in Japan . +" Shinto Taii " is the name of Shinto books written by various Shintoists in the middle and modern ages . +Yoken-ryu school is the name generally given to a school of Sado ( tea ceremony ) that regards Yoken FUJIMURA as its founder . +Nasu no kuninomiyatsuko was kuninomiyatsuko ruled the northeast part of Shimotsuke Province . +Yukiko TODOROKI ( September 11 , 1917 - May 11 , 1967 ) was the Japanese actress . +Nanzen-in Temple is a sub-temple located within the precinct of Rinzai sect Nanzen-ji school Daihonzan ( head temple ) Nanzen-ji Temple in Sakyo Ward , Kyoto City . +Tsunehide CHIBA ( the year of his birth and dead unknown ) was a gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) during the early Kamakura period . +Tomomitsu IWAKURA ( 1810 - 1813 ) was a retainer of Imperial Court during the latter Edo period . +Heimin means ordinary citizens without any official rank or title . +Daimokuko is a ko ( meeting to lecture Buddhist scriptures ) composed by followers of Hokke sects . +Yugiri Tayu was a Geisha of the highest rank , and lived in Yukaku ( red-light district ) of Kyoto , Shimabara , Osaka , and Shinmachi ; only two women among all the Geisha had the name of ' Yugiri . ' +Nobumune OINOMIKADO ( 1391-after 1453 ) was Kugyo during the Muromachi period . +Kitaro NISHIDA ( May 19 , 1870 - June 7 , 1945 ) was a representative Japanese philosopher , professor and honorary professor of Kyoto University . +Choken OTANI ( March 27 , 1930 - ) is a Jodo Shinshu ( True Pure Land Sect Buddhism ) priest and the 25th chief priest of the Otani school , Shinshu sect . +JR-Miyamaki Station , located in Miyamaki Takatobi , Kyotanabe City , Kyoto Prefecture , is a stop on the Katamachi Line , which is operated by the West Japan Railway Company ( JR West ) . +Sakai Prefecture was a prefecture that existed during the initial years of the Meiji Restoration period . +The Onie no matsuri Festival is the first Niiname-sai Festival ( ceremonial offering by a emperor of newly-harvested rice to the deities ) solemnized by an emperor after his or her Sokui no rei ( ceremony of enthronement ) . +Kimekomi ningyo is a type of wooden doll . +Haruko KAJUJI ( born 1553 , died March 21 , 1620 ) was the wife of Imperial Prince Sanehito , the fifth son of Emperor Ogimachi . +Shutosho ( vaccination institute ) is the name of the medical institute established for the purpose of prevention and treatment of smallpox in Japan . +The Muromachi period ( 1336-1573 ) is a period of Japanese history spanning the length of time the Muromachi bakufu ( Japanese feudal government headed by a shogun ) was in existence . +Nashimoto no Miya was the Miyake ( house of an imperial prince ) established by Fushimi no Miya Imperial Prince Sadayoshi 's Imperial Prince , Prince Moriosa . +Agedashi dofu is a dish of tofu lightly dusted with starch or flour , then deep fried , and served in dashi broth or dashi-based sauce seasoning with soy sauce . +Prince Ishizukuri ( Ishizukuri no miko ) is one of five kikoshi ( a young nobleman ) who appeared in " Taketori Monogatari " ( the Tale of Bumboo Cutter ) . +Remarks +Located in Ayabe City , Kyoto Prefecture , Ayabe Station is a stop owned by West Japan Railway Company ( JR West ) . +Enyuin ( 1549 - year of death unknown ) was the mother of Tojumaru MIURA and Hideie UKITA . +The Nishi-Rosen Kyotei was the agreement to settle the dispute over the Republic of Korea ( the Korean Empire ) signed between Empires of Japan and Russia on April 25 , 1898 . +Nerigashi ( a confection made from kneaded beans , rice , or rice powder ) is also referred to as ' konashi , ' which is a snack food produced by mixing an ingredient in the form of powder or grain and an ingredient in the form of liquid or paste , applying external forces for many times to homogenize the distribution , and finishing it in a clayey state of plastic deformation . +Oshioki Ruireishu was a compilation of law reports dealing with criminal cases , which was created by the Edo bakufu . +Bugyo is the name of a profession for a samurai family from the Heian period to the Edo period . +Engo ( verbal association ) is a rhetorical technique in waka poetry , where two or more semantically associated words are used in a poem to express one 's sentiments . +Mokuryo refers to an institution that belonged to Kunaisho ( Imperial Household Ministry ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) of Japan adopting the Ritsuryo system . +Asakura clan was a local ruling family whose home base was Echizen Province , and the clan later ascended to be a sengoku daimyo ( Japanese territorial lord in the Sengoku Period ) . +Ryozo MIYANAGA ( 1833 - January 16 , 1868 ) was a Dutch Studies scholar from Fukumitsu-mura , Tonami County , Ecchu Province ( present-day Fukumitsu , Nanto City , Toyama Prefecture ) . +Chinu no Okimi ( year of birth and death unknown ) was a member of the Imperial ( royal ) Family between the late sixth century and seventh the century in Japan . +Located in Sodeshi , Tango-cho , Kyotango City , Kyoto Prefecture , Kyoga-misaki is a cape overlooking the Japan Sea ( the western part of Wakasa Bay ) . +Naotsune KUMAGAI ( 11283 - 1365 ) was a Gokenin ( shogunal retainer ) / Samurai during the period between the end of the Kamakura period and the Northern and Southern Courts period ( Japan ) . +Kaishi ( Japanese tissue ) +Uchiginu is one kimono of many kimonos forming juni-hitoe ( twelve-layered ceremonial kimono ) . +KADA no Arimaro ( 1706-September 23 , 1751 ) was a scholar of Japanese classical literature in the middle of the Edo period . +Ruiju fusensho is a collection of official documents where Daijokanpu ( official documents issued by Daijokan , Grand Council of State ) , imperial decrees and gebumi ( reports to upper-class persons ) from 737 to 1093 were classified and compiled . +Koshohajime ( New Year lecture in the court ) is an annual event of the Imperial court in which Shinko ( Scholars give a lecture or explain achievements to the Emperor , the Empress , and the nobility ) is given by scholars as a part of the Emperor 's start of learning in January every year . +Giondofu refers to a Dengakudofu ( tofu , bean curd skewered , roasted over charcoal , and coated with miso ) dish , sold by two chaya ( tea houses ) in front of Yasaka-jinja Shrine ( Gion-jinja Shrine ) in Kyoto in the Edo Period . +Korenori KAMEI ( 1557-February 27 , 1612 ) was a Japanese busho ( military commander ) . +Kizu-cho is the name of the town which used to exist in Soraku-gun , Kyoto Prefecture . +FUJIWARA no Nagara ( Nagayoshi ) ( 802-August 10 , 856 ) was a Kugyo ( court noble ) of the early Heian period . +Koreharu OMIYA ( 1496 - October 8 , 1551 ) was a government official in the Sengoku period ( period of Warring States ) . +FUJIWARA no Michitsuna ( 955 - November 8 , 1020 ) was a noble of the mid Heian period . +The Kawakatsu clan ( Kawakatsu-shi or Kawakatsu-uji ) was a Japanese clan . +Ryogen ( 912 - January 31 , 985 ) was a priest of the Tendai Sect who was active in the Heian period . +Koun-ji Temple is an Eigenji School of the Rinzai Sect sub-temple located at Kumogahata-Nakahata-cho , Kita Ward , Kyoto City . +Positioned above the Sadaijin ( minister of the left ) and the Udaijin ( minister of the right ) , the Daijo-daijin ( grand minister of state , also known as Dajo-daijin ) was the highest official post in the Daijokan ( Grand Council of State ) under the Ritsuryo system . +Ryoken ( 1611 - April 18 , 1687 ) was a Shingishingon sect monk during the early Edo period . +Kayariki ( a mosquito repellent stick holder ) is a device to steady a burning repellent stick and to facilitate the post-cleaning of it , keeping ashes from flying off , by burning a mosquito repellent stick in or on it . +Arinori CHIGUSA ( October 15 , 1687 - May 18 , 1738 ) was a kugyo ( court noble ) who lived during the middle of the Edo period . +This article describes myth of food origin in Japanese Mythology . +Yamazaki Shoten is another name for the independent Shingon Sect lineage Kannon-ji Temple in Yamazaki-cho , Otokuni-gun , Kyoto Prefecture . +Shiso ( 紫蘇 , Perilla , the scientific name : Perilla frutescens var. crispa ) is a plant , a genus of Perilla that belongs to the Lamiaceae family . +Itsumade , or Itsumaden is one of the monsters that have been handed down in Japan . +FUJIWARA no Fuyuo ( 808 ~ May 25 , 890 ( lunar calendar date ) ) was a court noble of the early Heian period . +Omihakkei is one of Hakkei ( the most beautiful scenes of a certain area ) in Japan . +" Wakatai jisshu " ( The Ten Styles of Japanese Poetry ) is a treatise on waka poetry written by MIBU no Tadamine , one of the compilers of Kokin Wakashu ( A Collection of Ancient and Modern Japanese Poetry ) . +Meiji is the name of an era in Japan . +Dochuzu is a pictorial map made during the Edo period in which land routes or sea routes are described . +Maruyama-Shijo School is a name collectively referring to Maruyama School founded by Okyo MARUYAMA and Shijo School founded by Goshun MATSUMURA , which became famous in Kyoto from the late Edo Period . +Emperor Juntoku ( October 22 , 1197 - October 7 , 1242 ) was the eighty fourth Emperor during the Kamakura period . +Kaoru INOUE ( January 16 , 1836 - September 1 , 1915 ) was a Japanese feudal samurai retainer of the Choshu clan , statesman , and businessman . +Inoko ( the Young Boar Festival ) is an annual event held on the day of boar in October ( month of boar ) in old calendar . +FUJIWARA no Mototoshi ( 1060-Feburary 20 , 1142 ) was a court noble and poet of the late Heian period . +Yorinaga ODA ( 1582 to October 15 , 1620 ) , was the second son of Nagamasu ODA ( Urakusai ) . +Dokoshi ( Public Works Office ) was one of the institutions belonging to Kunaisho ( Ministry of the Sovereign 's Household ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +FUJIWARA no Mitsutaka ( 1127-September 6 , 1201 ) was Kugyo ( the top court officials ) who lived from the end of the Heian period to the beginning of the Kamakura period . +Kono-jinja Shrine is a Shinto shrine located near Amanohashidate in Miyazu City , Kyoto Prefecture . +Enga TERAMOTO ( 1872 - 1940 ) , born in Kaito-gun , Aichi Prefecture , was a priest of Higashi Hongan-ji Temple and the third Japanese who entered Tibet . +Tenryaku no Chi describes the idealized political reign of the Emperor Murakami in mid-Heian period ( in the mid-10th century ) . +Kiyomitsu TORII ( 鳥居 清満 , 1735 - May 11 , 1785 ) was an Ukiyoe artist who was active in the Torii school of Ukiyoe in the early Edo period . +Imperial Prince Tsuneyoshi / Tsunenage ( 1324 - May 3 , 1338 ) was Emperor Godaigo 's Prince . +Sensho MURAKAMI ( May 1 , 1851 - October 31 , 1929 ) was an educator and a scholar of Japanese Buddhist history who played an active role from the Meiji period to the Taisho period . +Located in Maizuru City , Kyoto Prefecture , Aobasanroku-koen is a park at the foot of Mt . Aoba . +Shukuba Ichiya Yumekaido is a festival that takes place in Furuichi , Sasayama City . +Kososhin is the god deemed to be the ancestor of Imperial Family . +Kinna SAIONJI ( 1410 - June 21 , 1468 ) was a Kugyo ( high court noble ) in the Muromachi period . +Saida is a Japanese term used to refer to alcohol-free , transparent and colorless soda which tastes sweet and sour . +Ogetsuhime ( Ohogetsuhime ) is a deity who appears in the Japanese Mythology . +The Itsukaichi Constitution is one of the constitution drafts which were made at the beginning of the Meiji period . +YOSHIMINE no Yasuyo ( 785-August 2 , 830 ) was a court noble during the early Heian period . +Zuryomei were unofficial names for government posts . +Ryukan ( 1148 - January 21 , 1228 ) was a Jodo sect priest from the late Heian period to the early Kamakura period . +" Kakushi nenbutsu " is a general term that refers to heretical sects ( and their beliefs ) within Buddhism , which have various secretive aspects . +" Kugatachi " ( also known as kukatachi and kukadachi ) refers to trials by ordeal held in ancient Japan . +Toro ( a garden lantern ) is a kind of traditional Japanese lighting fixture . +Shosoin monjo refers to document collections kept in Todai-ji Temple Shosoin , which are mainly created by the Sutra copying office at Todai-ji Temple . +" Tenjin-shinko Faith " is a belief in Tenjin ( heavenly gods ) ( Raijin ( god of lightning ) ) , specifically , a Shinto faith with awe and prayers centered around Sugawara no Michizane as ' Tenjin-sama . ' +Gunyaku ( also known as Guneki ) was a military service and provisions that was imposed by the lord on a retainer to offer in wartime . +Takayama Dam is located a short distance upstream from the confluence point of the Yodo-gawa River System stretch of the Kizu-gawa River and its arm Nabari-gawa River in Oaza Takao , Minami Yamashiro-mura , Soraku-gun , Kyoto Prefecture . +Prince Shioyaki ( Year of birth unknown - October 21 , 764 ) was a grandchild of Emperor Tenmu and a child of Imperial Prince Niitabe . +Okazaki-michi Station was a railway station on the Keihan Keishin Line of the Keihan Railway Company . +Hirotsuna KAWAKATSU ( 1579 - Nov 3 , 1661 ) was a military commander during the Azuchi-Momoyama period and subsequently , a retainer of the Shogun during the Edo period . +Takasago tayu is a former Shimabara tayu ( a high ranking courtesan of the Shimabara district in Kyoto ) from Shimogyo Ward , Kyoto City . +Nodagawa Station , located in Koaza Kakiuchi Aza Shimoyamada , Yosano-cho , Yosano-gun , Kyoto Prefecture , is a railway facility of the Miyazu Line operated by Kitakinki Tango Railway ( KTR ) . +The Kengoin school of the Jodo Shinshu sect is one of the schools of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +Soyo ( 1526 - December 13 , 1563 ) was a renga poet ( linked-verse poet ) in the Sengoku period ( period of warring states ) . +FUJIWARA no Yoshino ( 786 - September 10 , 846 ) was a court noble who lived in the early Heian period , +Moritane CHOSOKABE ( year of birth unknown - June 4 , 1615 ) was a busho ( Japanese military commander ) who lived in the Azuchi-Momoyama period through to the early Edo period . +Dosho ( 1281 - January 24 , 1356 ) was a priest of the Tendai sect and a poet . +Rikken seiyukai was one of the two major political parties along with Rikken Minsei-to political party between the end of Meiji period and the early part of Showa period in Japan ( September 15 , 1900 - July 16 , 1940 [ the orthodoxy faction , the unificationists ] / July 30 , 1940 [ the reformists ] ) . +Yasumura WAKIZAKA ( 1656 - October 31 , 1706 ) was a successor of the Tatsuno Domain in Harima Province . +Ecchu fundoshi ( 越中褌 ) is a kind of fundoshi , a traditional Japanese undergarment for adult males . +Sosetsu SEN , also known as SEN no Sosetsu ( 1592 to 1652 ) was a chajin ( master of the tea ceremony ) . +The shiki system is the term to indicate the stratified ruling structure in medieval Japan . +Gakkanin is a type of Daigaku-besso ( academic facility for nobles ) that belongs to Daigaku-ryo ( Bureau of Education under the ritsuryo system ) . +Kyoto-shugo is one of the occupational categories of the Kamakura bakufu . +Hironobu HIROTSU ( 1819 - 1883 ) was a Japanese diplomat . +Sadamitsu HORIGUCHI ( 1297 - 1338 ) was a busho ( Japanese military commander ) , who lived from the late Kamakura period to the Northern and Southern Courts period . +Cloistered Imperial Prince Shoe ( 1094 - March 4 , 1137 ) was a Shingon sect priest in the late Heian period . +Nagaoka Tenmangu is a shrine ( tenmangu ) located in Nagaokakyo City , Kyoto Prefecture . +The Keiji Bypass is the bypass of a national highway that extends from Kusatsu City in Shiga Prefecture to Kumiyama Town , Kuse-gun in Kyoto Prefecture . +" Tsuru Kame " is a program of Noh , traditional masked dance-drama . +The Japanese term " matsuri " ( festival , written as 祭 or 祭り ) refers to ceremonies or Shinto rituals worshipping Shinreikon ( the spirit of God ) . +Tatsuji ( 1846 - 1910 ) was a geisha of the Shimabara Kikyoya house in Kyoto . +The Irtysh surrender incident is the incident in which the crew of a special service vessel of the Russian Baltic Fleet called the Irtysh , which had been damaged in the Battle of Tsushima and stalled at sea , surrendered in Waki district , Tsuno village , Naka County ( present-day Waki town , Gotsu City ) , Shimane Prefecture at about 2 : 00 pm on May 28 , 1905 . +OMI no Mifune ( 722 - July 30 , 785 ) was a literary man in the late Nara period . +ISONOKAMI no Otomaro ( year of birth unknown - October 9 , 750 ) was a Kugyo ( the top court officials ) and man of literature in the Nara period . +Showaraku or Jowaraku is a gagaku ( ancient Japanese court music and dance ) music piece . +Kutsuki-mura was a village located in the former Takashima-gun in the west of Shiga Prefecture . +Nagatoshi NAWA ( ? - August 15 , 1336 ) was a military commander during the period of the Northern and Southern Courts ( Japan ) . +The Saga-Genji were the descendants of Emperor Saga , the fufty second emperor , and the first to be given the Genji name . +The Yamagunitai ( the Yamaguni Corps or Troop ) was an armed force of farmers that was formed during the Bakumatsu period ( a fifteen-year period , from 1853-1868 , that saw the demise of the Tokugawa bakufu ) in the hamlet of Yamaguni in Kuwata county of Tanba Province ( the modern-day Keihoku-cho , Ukyo Ward , Kyoto ) . +Kazuma ODA ( November 11 , 1882 - March 18 , 1956 ) was an artist and a printmaker , who lived during the Meiji period to the Showa period . +Kojiro Nobumitsu KANZE ( 1435 or 1450 - August 15 , 1516 ) was a Sarugakushi ( an actor of Sarugaku ( early form of the Japanese classical drama Noh ) and a Nohgakushi ( an actor of Noh ) ) , and a playwright of Sarugaku ( Noh ) . +Chidori no Kyoku ( a song for plover ) is a musical composition for koto ( a long Japanese zither with thirteen strings ) and kokyu ( Chinese fiddle ) composed by Yoshizawa Kengyo ( the highest title of the official ranks within the Todo-za [ the traditional guild for the blind ] ) ( the second ) . +Utano Station , located in Nagao-cho , Utano , Ukyo Ward , Kyoto City , is a railway facility of the Kitano Line , which is operated by Keifuku Electric Railroad . +People living in Kyoto called sake ( rice wine ) brewed outside of the Kyoto area and brought to Kyoto as yosozake over the Muromachi period and the Edo period . +Fusajiro KANEMATSU ( June 25 , 1845 - February 6 , 1913 ) was a Japanese businessman . +" Jisha honjoryo no koto " was a law enforced by the Muromachi bakufu ( Japanese feudal government headed by a shogun ) on July 10 , 1368 . +Fukurozoshi is a treatise on waka poetry written during the Hogen era ( 1156 - 1159 ) in late Heian period by FUJIWARA no Kiyosuke , who was a court noble and a poet in a linage of the Rokujo family . +Oyamakuhi no kami is a Japanese deity . +Nagakatsu FUJIKAKE ( 1557 - July 7 , 1617 ) was a busho ( Japanese military commander ) who lived during the Azuchi Momoyama period and the early Edo period . +Somato is a kind of a garden lantern , which is crafted to show a revolving shadow picture with its inside and outside frames . +A kodencho was an account book made to report to the central government on the results of koden ( research of public paddy fields in a ryoseikoku [ province ] ) by a kodenshi ( koden researcher ) or a kokushi ( provincial governor ) sent by the central government under the ritsuryo system in ancient Japan . +Ten-en-chi-hou is an ancient Chinese view of the universe which considers the heaven as round and the earth as square . +Oobako ( date of birth and death unknown ) was a Japanese woman in Jodai ( mainly the Nara era ) . +Chihanji was a name for a local government official position in the early Meiji period . +Omuro is the location name of Ukyo Ward , Kyoto City , Kyoto Prefecture . +" Kudensho " is a book written in 1331 by Kakunyo , who was the third chief priest of Hongan-ji Temple of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +Mokkotsu ho is one of the techniques in Oriental painting . +Satoko OTANI ( September 1 , 1906 - November 15 , 1989 ) was the wife of Kocho OTANI , the 24th Hoshu ( head priest ) of Higashi Hongan-ji Temple . +SAEKI no Mino is a court noble in the Nara Period . +The " Shochu Incident " occurred in 1324 ( late Kamakura period ) , where a plan to overthrow the Kamakura bakufu by Emperor Godaigo was discovered beforehand and the main perpetrators were executed . +Private schools were private-run educational institutions ( whose teachers were the brightest persons and former government ministers , etc . ) in China as well as in Japan during the Edo Period . +The Mushanokoji family was a Japanese clan ( court nobles ) . +The Rinpa school refers to artists and craftsmen in the Edo period who used a similar style , including Sotatsu TAWARAYA and Korin OGATA . +The fifth Utaemon NAKAMURA ( February 14 , 1866 - September 12 , 1940 ) was a kabuki actor who was active in the Meiji period and the Taisho period and the prewar period of the Showa period . +Rokuyo refers to one of rekichu ( various information recorded in the almanac ) and has the six kinds such as sakigachi ( The day on which bold actions are supposed to turn out well ) , tomobiki ( The day currently believed to pull a friend by superstition ) , sakimake ( The day on which it is supposed to be better to avoid disputes and hurried actions ) , butsumetsu ( Buddha 's death or unlucky day ) , taian ( The most auspicious day in the six-day Buddhist calendar ) and shakko ( The day of great misfortune ) . +The subjugation of the Emishi means the conquest of the Emishi ( later called the Ezo ) , the indigenous inhabitants in the northern and northeastern parts of ancient Japan , carried out by the imperial court . +Rengo ( 1468 - August 26 , 1543 ) was a priest of Jodo Shinshu sect ( the True Pure Land Sect of Buddhism ) over the middle of the Muromachi period and the Sengoku Period ( Period of Warring States ) . +The Hashiba clan was a clan founded by Hideyoshi TOYOTOMI . +" Rokudai Shojiki " ( or " Rokudai Shoshiki " ) is a historic tale written in chronological form in the early Kamakura Period of Japan . +Sanmon +Ine Bay is a bay located in Ine Town , Yosa County , Kyoto Prefecture . +Rekido ABEI ( male , 1805-September 16 , 1883 ) was a modern Japanese tenkokuka ( artist of seal engraving ) . +Kongobutsushi Eison Kanjingakushoki is an autobiography of Eison , a Buddhist monk who founded the Shingon Ritsu sect in the Kamakura period . +A Gyotai ( fish box ) is an accessory used for Sokutai costume ( traditional formal court dress ) . +Shigenari INAGE was busho ( a Japanese military commander ) who lived during the last days of Heian period and the early Kamakura period . +Kozuya-bashi Bridge is a bridge over the Kizu-gawa River connecting Kumiyama-cho , Kuse-gun , Kyoto Prefecture and Yawata City . +Kabuki ie no gei is a program list that is especially selected by the influential members of kabuki actors as the specialty pieces of their kabuki schools . +FUJIWARA no Ujimune ( 810 - March 27 , 872 ) was a court noble and politician in the imperial court who lived in the first half of the Heian period . +Gorosaku NAGASHIMA ( 1852 - June 20 , 1869 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) from Abo Province . +Prince Oi ( Oi no Kimi or Oi no Miko , his date of birth and death were unknown ) first appeared in the Itsubun ( unidentified or lost writings ) written articles of the ' Joguki ' ( Record of the Crown Prince ) being an Imperial family ( Royal family ) around the fifth century in Japan +" Ni-moto " was one of the producing methods of " Nanto moro-haku , " the sake ( Japanese rice wine ) that had a reputation of having the highest quality and grade from the mid-Heian period to the end of the Muromachi period . +The Uta-e is an elaborately designed pictorial work consisting of several illustrations depicting tools , natural phenomenon , plants and animals among other things that appear in Japanese poems , stories , and famous ceremonies , aimed at helping readers imagine and understand the backgrounds of these works . +Shigehira KOBAYAKAWA was a samurai in the Kamakura period . +Engi , Tenryaku no chi is the magnificent imperial reign name for the reigns of Emperor Daigo and Emperor Murakami in the mid Heian Period ( the 10th century ) . +Dakyu , also known as Uchimari ( Japanese polo ) is an athletic sport or a game similar to polo , once played in Japan . +Nanzenji tofu is a kind of tofu produced around Nanzen-ji Temple , the Grand Head Temple of Rinzai sect in Kyoto , and Shonai Region of Yamagata Prefecture . +FUJIWARA no Nagato ( 949 - c . 1009 ) was a waka poet in the mid-Heian period . +Nobuto TSUDA is busho ( a Japanese military commander ) and daimyo ( a feudal lord ) from the Sengoku period ( period of Warring States ) ( Japan ) through the Azuchi-Momoyama period . +The Kasuga family was one of Japan 's noble families . +The Emperor Taiho ( - , reign - ) was a person whom Yoshimasa MIURA , who called himself Nancho seito ( Legitimate Succession of the Southern Court ) , insisted was his ancestor . +Asukanabe is one of the local dishes of Nara region . +Yoshimi ASHIKAGA was a member of the ASHIKAGA clan from the mid- to late Muromachi period . +Kazuyuki FUKUO ( July 30 , 1973 - ) is a Noh actor of the Fukuo school of waki-kata ( supporting actors ) . +Tsunamitsu HIROHASHI ( July 31 , 1431-April 6 , 1477 ) was a Kugyo ( the top court officials ) in Japan . +Gennin ( 818 - December 14 , 887 ) was a priest of the Shingon sect early in the Heian period . +Bukko-ji Temple is a Jodo shin shu ( True Pure Land Sect Buddhism ) temple located in Shimogyo-ku Ward , Kyoto City , Kyoto Prefecture . +Yoshisuke HINO ( 1397 - July 24 , 1434 ) was a man who lived in the Muromachi period . +The Inarizuka-kofun Tumulus , located in Mogusa , Tama City , Tokyo Prefecture , is a burial mound built in the late Kofun period ( the period of ancient burial mounds ) ( the first half of the seventh century ) . +Sadayuki ATSUJI ( 1528 - July 7 , 1582 ) was a Japanese military commander and vassal of the Asai and the Oda clans during the Sengoku Period . +Kyoho-Oban refers to a large-sized gold coin released in July 1725 . +The Jin no Sadame was a type of privy council in use by regency governments during the Heian period . +OHARA no Otoji ( year of birth and death unknown ) was a daughter of FUJIWARA no Kamatari . +Kamashi is a craftsman to found chagama ( iron tea ceremony pot ) . +Located in Kaya , Yosano-cho , Kyoto Prefecture , Kaya Steam Locomotive Square is a facility run by Kaya Kosan Co . Ltd. to preserve and exhibit railway cars . +Kagetomo YAMAOKA was the Busho ( Japanese military commander ) in the Sengoku Period ( Period of Warring State ) and the Azuchi-Momoyama Period . +ATO no Otari ( date of birth and death unknown ) was a government official ( lower or middle ranked ) in the Nara period . +Senkichi SASAKI ( born on December 18 , 1930 to now ) is a kyogen performer of Okura-ryu ( the Shigeyama family , Kyoto ) ( Okura school ) . +Agata no INUKAI no Michiyo ( 665 ? - January 11 , 733 ( old lunar calendar ) ( February 4 , 733 ) ) was a court lady during the early Nara Period . +Hisamoto HIJIKATA ( November 23 , 1833 - November 4 , 1918 ) was a shishi ( patriot ) and statesman from the late Edo period ( the last days of Tokugawa Shogunate ) to the Meiji and Taisho periods . +A katsudo benshi is a Japanese professional narrator of an old motion picture , or a silent movie , who gives live narration to the audience . +Goryosha is a car which is designed for the Japanese Emperor and the Imperial family . +the Asai clan , Hidetsugu HASHIBA , Takatsugu KYOGOKU , Kuruwa ( walls of a castle ) , stone wall +Chokusai is a religious service at a shrine where imperial messengers are sent by the Emperor . +Yoshitane SOMA ( year of birth and death unknown ) was a samurai who lived during the Kamakura period . +Kumanokuni no miyatsuko ( Kumano Kokuso ) was shizoku ( clan ) who ruled Kumano Province ( later Muro-gun , Kii Province , present Southern area of Wakayama Prefecture and Southern area of Mie Prefecture ) in ancient times . +Shippan ( unknown – October 15 , 1144 ) was a monk during the late Heian period . +Shingen TAKEDA , Harunobu TAKEDA was a busho ( Japanese military commander ) during the Sengoku period ( Japan ) , a shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) of Kai Province , and a daimyo ( Japanese territorial lord ) during the Sengoku period ( period of warring states ) . +Sho is a standard unit of volume ( capacity ) in the East Asian system of weights and measures . +Morokazu NAKAHARA ( 1184 - July 19 , 1251 ) was a person during the Kamakura period . +Tomomune HIKI ( the date of birth and death unknown ) was a busho ( Japanese military commander ) from the end of the Heian period into the beginning of the Kamakura period . +Koon-toka-ho is a Japanese sake-making method used today , in which the starch component of polished rice is gelatinized not by being steamed but by being heated at a high temperature , and then is fermented with the rice malt and yeast that is added at the next stage . +Akio SHIOTSU ( January 22 , 1945 - ) is a shite-kata ( a main actor ) of the Kita school of Noh . +The term " ikki " refers to an attempt made by a community in Japan to achieve an objective when members of the community that share the same sentiment work closely together for a certain reason . +Tatsuo KISHIMOTO ( November 13 , 1851-April 5 , 1912 ) was a law scholar in Japan . +Suzuriarai ( literally , washing ink stone ) is an event carried out on July 6 in the lunar calendar in preparation for welcoming the Tanabata Star festival . +HEKI no Kiyotari ( 浄足 ) ( year of birth and death unknown ) was a government official ( lower or middle ranked ) of Nara period . +An official national measure that was enacted by Emperor Gosanjo in 1072 , Enkyu senjimasu ( also referred to simply as Senjimasu ) was used to implement new manor regulation policies , including a manor regulation ordinance issued during the Enkyu era . +Imperial Prince Hozumi ( year of birth unknown - August 30 , 715 ) was a member of the Imperial family , who lived during the Nara Period . +Tokuro MIYAKE is one family name given to Kyogen performers . +Zoami ( year of birth and death unknown ) was an actor of the Dengaku Shinza ( New Dengaku Guild ) , who was active during the same time period as Zeami . +San-shikishi is a collective term for the " Tsugi-shikishi " ( spliced shikishi ) , " Sunshoan-shikishi , " and " Masu-shikishi " ( square shishiki ) and is one of the best examples of " kana-gaki " ( writing in kana , as opposed to Chinese characters ) calligraphy from the Heian period . +Itabuki no Miya was an Imperial Palace where Empress Kogyoku lived in about the middle of the seventh century . +Hanreki-shosha was an exclusive organization to distribute the calendar in the early Meiji period . +MURAKUNI no Oyori ( date of birth unknown - July 676 ) was a person who lived in the Asuka Period . +Imperial Prince Fushiminomiya Kunimichi ( 1641 - September 1 , 1654 ) was a member of the Imperial family in the early Edo period . +The Surrender of Edo-jo Castle was executed during the ending of the Edo period ( the final phase of the Tokugawa shogunate ) , occurring over the months of March to April in 1868 ; Takamori SAIGO , a representative of the new Meiji government , and Kaishu KATSU , a representative of the former Tokugawa shogunate troops ; together strategically negotiated a peaceful resolution to the surrender of Edo-jo Castle ; this peacefully negotiated transfer was to become historically known as , The Bloodless Surrender of Edo-jo Castle . +Joo TAKENO ( 1502- December 22 , 1555 ) was the wealthy merchant ( merchant for armory or leather ) of Sakai City . +Sushi restaurant is also called sushisho or sushiten and is a restaurant which serves Japanese food sushi . +In the study of history , komonjo ( literally , old documents ) refers to methods created to communicate one 's intentions to a specific addressee . +The Katsuraki clan was a powerful local clan who had their base in the Kazuraki region of the Yamato Province ( present day Gose city and Katsuraki city , Nara Prefecture ) during the Kofun period ( tumulus period ) . +Robatayaki refers to the style of premises and serving at restaurants , which originated in Sendai City , Miyagi Prefecture and developed in Kushiro City , Hokkaido , as well as the dishes served there . +Suketsugu MATSUDAIRA was the third lord of the Miyazu Domain , Tango Province . +Torazo NINAGAWA ( February 24 , 1897 - February 27 , 1981 ) was an economist and statistician . +Tegotomono is the style of composition which has instrumental parts ( here , it is also called " tegotomono-form " ) or the kind of songs in sankyoku music which consists of jiuta , so ( or koto ) music and kokyu ( Chinese fiddle ) music . +Akabozu is a specter that has been told in Kyoto Prefecture and Ehime Prefecture . +The government offices centralizing plan was the city plan of the capital of Tokyo which was organized in the Meiji period ; it planned to build a splendid baroque city which would be equivalent to Paris or Berlin by centralizing official buildings such as the Congress Hall and government offices around Kasumigaseki area in Tokyo . +Hoju-ji Temple is a Tendai Sect Buddhist temple located in Higashiyama Ward , Kyoto City . +Chikamoto NINAGAWA ( 1433 - July 13 , 1488 ) was an agent in the administrative office of the Yoshimasa ASHIKAGA and Yoshihisa ASHIKAGA shogunate . +KIYOUCHI no Oyuki ( 808-June 29 , 882 ) was a government official who lived during the early Heian period . +Located in Sakyo Ward , Kyoto City , Kyoto Prefecture , Murin-an Villa is a facility centered on a Japanese garden and is designated as a place of scenic beauty . +Koretoyo KAJUJI ( 1503 – March 22 , 1594 ) was a court noble in the Azuchi-Momoyama Period . +Imperial Prince Fushiminomiya Kunitaka ( March 8 , 1456 - April 24 , 1532 ) was an Imperial family member during the late Muromachi period . +Ishida Station , located in Ishida-morihigashi-cho , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a railway facility of the Tozai Line of the Kyoto Municipal Subway . +TAIRA no Yasumori was a busho ( Japanese military commander ) who lived during the late Heian period . +FUMI no Kusuri is a person who lived in the Asuka Period , but his birth and death dates are not known . +" Bon toro " ( also called " bon doro , " written as " 盆燈籠 " in Japanese ) is a lantern-shaped decoration , which is dedicated to the dead at a grave during the season of " Obon " ( an annual festival of the dead ) in Japan . +Izanagi-jinja Shrine is located in Ikoma City , Nara Prefecture . +Sakite-gumi was one of military systems in the Edo bakufu . +Kocho OTANI ( October 1 , 1903 - April 13 , 1993 ) was a monk in the Jodo Shin ( True Pure Land ) sect of Buddhism , and he was the 24th Hoshu ( high priest ) ( Monshu ( representative priest ) later ) of Higashi Hongan-ji Temple . +Takatori Domain was a feudal domain what was located in Yamato Province ( present-day Takatori-cho , Takaichi-gun , Nara Prefecture ) . +" Kokuiko " is a literary work by KAMO no Mabuchi , a scholar of Japanese classical literature in the Edo period . +Baishoron is a Japanese war tale and a history of the period of the Northern and Southern Courts ( Japan ) as great as the Taiheiki . +Arashiyama Torokko Station , located in Saga Ogurayama-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Saga Sightseeing Tram Line of the Sagano Scenic Railway . +Yoshimasa KOIDE ( 1565 - April 19 , 1613 ) was a busho ( Japanese military commander ) in the Azuchi Momoyama period and the early Edo period . +The Gangyo War , which occurred in the Heian period , was a rebellion by the Ifu , or less assimilated Emishi ( unassimilated northerners ) under the rule of the Imperial Court . +Minpoten Ronso ( disputes over the legal code provided for basic stipulation related to Civil Code ) was the disputes whether to postpone or carry out the effectuation of the Old Civil Code ( Act No.28 , No.29 of 1890 ) in Japan from 1889 to 1892 ) . +The term " Matsugo yoshi " refers to a son who was adopted on his adoptive father 's deathbed . +Tsunenori NIJO ( 1286-date of death unknown ) was a kuge ( court noble ) who lived during the Kamakura period . +Goro HIRAYAMA ( born in 1829 and died on October 30 , 1863 ) was a samurai in the Edo period . +Imperial Prince Shiki ( 志貴皇子 , 668 ? - , September 5 , 716 ) lived from the end of the Asuka period to the beginning of the Nara period . +Nenki is an anniversary of the death of a person . +Naosue IMADEGAWA ( October 24 , 1782 - September 27 , 1810 ) was Kugyo ( a Court noble ) in the late Edo period . +Bangaku-ji Temple is a temple of the Soto sect located in Nakasho , Makino-cho , Takashima City , Shiga Prefecture . +Utsusemi is the cast-off skin of a cicada ( order : Pentatomidae ) , when it hatches . +FUJIWARA no Yoritada ( 924 - August 5 , 989 ) was a court noble who lived in the mid Heian period . +KI no Narimori ( year of birth and death unknown ) was an influential warrior in the western part of Hoki Province ( Nishi Hoki ) from the end of the Heian period to the Kamakura period . +Doan SEN ( 1546 - March 14 , 1607 ) , a Japanese tea ceremony master during the Sengoku and Edo periods of Japanese history . +Nobukatsu ( Nobuo ) ODA was a warlord / daimyo ( feudal lord ) who lived in the Azuchi-momoyama and early Edo periods . +Court rituals are performed in order for an emperor to pray for peace , security , and prosperity of the nation and people . +Yasunobu MATSUDAIRA was the second Lord of the Sakura Domain in Shimousa Province . +The opening of a country to the outside world ( as opposed to national isolation ) means to interact and trade with foreign countries . +Socho ( 1448 - April 11 , 1532 ) was a renga ( linked-verse ) poet of the late Muromachi period . +Noriyori ARIMA ( March 18 , 1533 - September 13 , 1602 ) was a Japanese military commander during the time from the Sengoku period ( of Japan ) to the Azuchi-Momoyama period . +Roben ( 689 - January 10 , 774 ) was a bonze of the Kegon Sect in the Nara period . +The Sino-Japanese Agreement was the treaty concluded between Japan and the Qing Dynasty which ruled China . +Norifusa UESUGI +Koshu ( 公主 ) indicates the daughters of the Chinese Emperors . +Gun-ku-cho-son Henseiho ( the law for reorganization of counties , wards , towns and villages ) was the law regarding a Japanese local government system , established in 1878 . +Shukuzen is one of the words used in the doctrine of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +Muneko HINO ( year of birth unknown - June 21 , 1447 ) was the legal wife ( Midaidokoro ( shogun 's wife ) ) of Yoshinori ASHIKAGA , who was the sixth seii taishogun ( literally , " the great general who subdues the barbarians " ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Arashi Kanjuro Productions ( established April 1928 , disbanded in February 1929 , established again in August 1931 and then disbanded in 1937 ) was a film company located in Kyoto . +Mitsuyoshi KIRA ( year of birth unknown - October 17 , 1356 ) was a busho ( Japanese military commander ) lived during the period of the Northern and Southern Courts . +The Imperial Household Agency ( called Kunai-cho in Japanese ) is one of the administrative agencies in Japan . +FUJIWARA no Mayori ( year of birth and death unknown ) was a noble in the Nara period . +Chuko ( Middle Ages ) is a word used to represent a time period , and is the second of the three words : joko ( ancient times ) , chuko ( middle ages ) , and kinko ( early modern age ) . +FUJIWARA no Moriko +The Maria Luz Incident is an incident in which the Japanese government freed the Qing laborers the Peruvian ship " Maria Luz " harbored in Yokohama Port in 1872 , on the ground that they were treated as slaves . +Koto-sanzan ( the three temples in the east of Lake Biwa ) collectively means three Tendai Sect temples , namely Saimei-ji Temple , Kongorin-ji Temple , and Hyakusai-ji Temple . +KOSE no Kiminari ( dates of birth and death unknown ) was a noble of the Nara Period . +Hoshigaki is a kind of dried fruit made by drying Japanese persimmons . +Gyonyo ( 1376 - November 8,1440 ) was a monk of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) and the sixth chief priest of Hongan-ji Temple . +The Seika garden city , located in Hosono Nishi , Seika-cho Town , Soraku-gun County , Kyoto Prefecture , is a shopping center in front of Hosono Station on the JR Katamachi line ( the science city line ) and in front of Shin Hosono Station on the Kintetsu Kyoto line . +" Jishi menkyo " refers to the exemption from " jishi " ( the tax imposed on the land of the town 's residential area during the early modern ages of Japan ) permitted by a feudal lord , and jishi corresponded to " nengu " ( the tax imposed on the land of farming villages ) . +The term " seishi " refers to the following : +Morotane SOMA +The Fujita school is one of the schools of fue-kata ( flute players ) in Nohgaku ( the art of Noh ) . +TAIRA no Narimoto ( year of birth unknown - 1109 ) is a busho ( Japanese military commander ) in the late Heian period . +Suketada OGAWA ( 1549 - 1601 ) was a warlord in the Sengoku period ( period of Warring States ) . +Keijuin ( 1514 - June 27 , 1565 ) was the lawful wife of Yoshiharu ASHIKAGA , who was the 12th Seii Taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +The Kajuji ( also pronounced Kanjuji ) family was a court noble family of the Kajuji line of the Northern House of the Fujiwara clan . +Koseki refers to a family register or eligibility to be a member of the Imperial Family . +Jinpo or kamudara refers to items which are stored within the inner sanctum located in the sanctuary of a Shinto shrine . +Asuka-Fujiwara : Archaeological sites of Japan 's Ancient Capitals and Related Properties is the generic term of archaeological sites in Asuka , Nara Prefecture and has been accepted to the World Heritage ( cultural heritage ) Tentative List of United Nations Educational , Scientific and Cultural Organization ( UNESCO ) . +Tadamasa TODA ( 1632 - October 2 , 1699 ) was a feudal lord who lived in the early Edo period . +Sumio YAMADA ( 1937- ) is a Noh actor , shite-kata ( main roles ) of Kongo school . +Ko NAKAHIRA ( January 3 , 1926-September 11 , 1978 ) was a film director . +Monto mono shirazu ' is a phrase which believers of other sects use when they criticize monto ( believers ) of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) as ' they don 't know about the manners of Buddhism . ' +The term Kouin refers to Imperial descendants . +MINAMOTO no Chikayuki ( year of birth and death unknown ) was a writer and politician , a classical scholar , and a poet who lived in the first half of the Kamakura period . +Various ceremonies associated with the emperor and Miyake ( families allowed to be in status of the Imperial Family ) are described below . +Jujo Station ( Tokyo ) , located in the Kita Ward of Tokyo , is a station on the Saikyo Line ( Akabane Line ) of the East Japan Railway Company ( JR East ) . +" Kenchi-cho " refers to the register compiled per village , in which the result of " kenchi " ( land survey ) was added up . +Fukuchiyama-jo Castle is a hirayamajiro ( flatland-mountain castle ) located in Fukuchiyama City in Kyoto Prefecture . +Yogin is a foreign silver brought in to Japan at the end of the Edo Period through the beginning of the Meiji Period . +Anpan ( a round soft bread with azuki bean paste in the center ) is a kind of a sweet bun with ' an ' ( sweet bean paste ) . +Kamigata is a name used in the Edo period referring to Kinai including Osaka and Kyoto . +SUGAWARA no Michizane ( his name can also be read as Michimasa and Doshin ) ( August 5 , 845 - March 31 , 903 ) was a scholar , composer of Chinese poems , and a politician who lived in the Heian period . +Busshi is a name for someone who is in charge of making Buddhist statues and so on , in Japan . +Sanemori SAITO ( 1111 - June 22 , 1183 ) was a military commander in the late Heian period . +MINAMOTO no Yoshikatsu ( years of birth and death unknown ) , who was a busho ( Japanese military commander ) descended from Kawachi-Genji ( Minamoto clan ) , lived in the end of the Heian period . +Hokoku-jinja Shrine stands in Nagahama City , Shiga Prefecture . +MINAMOTO no Mitsumune ( date of birth unknown - 1160 ) was a samurai at the end of the Heian period . +Shigeyoshi UESUGI ( year of birth unknown - January 28 , 1350 ) was a warlord in the Northern and Southern Courts period ( Japan ) . +Prince Masamichi ( 821 - July 7 , 841 ) was a member of the Imperial Family during the early Heian period . +" Torikaebaya Monogatari " is a narrative that was completed in the late Heian period . +SAMI no Sukunamaro was a person from the Asuka Period in Japan . +Kusuguri ( tickling ) is to give ' tickling ' sensation by stimulating skin surface and ' make someone laugh . ' +Nishikoji-dori Street is one of the streets in Kyoto running in the north-south direction . +Kamon SHIBATA ( February 6 , 1863 - August 25 , 1919 ) is a statesman who served as Education Minister , a member of the House of Peers , and so on . +Gohyaku-Jintengo ( literally , five hundred is like a piece of dust in the infinite time frame ) is a word that represents admiration for Siddhartha Gautama spending limitless time in the process of Jodo ( completing the path to becoming a Buddha by attaining enlightenment ) , which is cited in the Nyorai Juryo-bon ( the Infinite Life of Buddha Chapter ) of Hokekyo ( the Lotus Sutra ) . +Takashi YAMAMOTO ( September 18 , 1936 - ) is a Nohgakushi ( Noh actor ) playing stick drums of Okura-ryu school . +Oban , in the general meaning , is a large-sized oval gold coin among noshikin ( flattened by a hammer or roller , that was made of unprocessed gold ) made after the 16th century in Japan . +Nihon Sandai Jitsuroku ( The True History of Three Reigns of Japan ) is a Japanese history text compiled during the Heian period and completed in the year 901 . +Tsunetaka KIKKAWA ( 1234 - 1319 ) was a samurai who lived in the end of Kamakura period . +Nenbutsu-ko means kochu , which is the gathering for nenbutsu chanting by lay believers of Japanese Buddhism . +Yamatai ( 邪馬台国 ) is a vassal state which is mentioned in Gishiwajinden ( ' Worenchuan ' [ the account of the people of ' Wa ' ] in " Wei chih " [ The History of the Wei Dynasty ] ) . +Konjiki Yasha is a representative novel of Meiji Period written by Koyo OZAKI . +Yasunori IMAGAWA ( 1334 ? - November 3 , 1409 ? ) was shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) from the period of the Northern and Southern Courts through the early Muromachi Period . +Yokai ( specter ) , in folk beliefs handed down in Japan , is an unusual being with supernatural powers that can cause bizarre and abnormal phenomena that are beyond human understanding . +Amanozako is a Japanese goddess who is depicted in " Wakan-sansai-zue " ( an encyclopedia compiled in the Edo period ) . +Nagafusa SHINDO ( 1642 - August 31 , 1718 ) was aozamurai ( young samurai of lower rank ) from the early to middle of the Edo period . +Zori are a sandal-like type of Japanese traditional footwear . +Iken junikajo ( twelve opinions ) was the written statement on politics that Kiyoyuki MIYOSHI , a scholar of Chinese classics in the mid Heian period , submitted to Emperor Daigo in 914 . +Chuo-do Daytime Express Kyoto-go is a daytime express bus service which connects Tokyo and Kyoto City , Kyoto Prefecture . +The Otomo clan was one of the dominant clans in ancient Japan . +Johakyu is a word used in discussions regarding such arts as renga ( Japanese collaborative poetry ) , kemari ( a kick-ball game arranged by aristocrats in the Heian period ) , kodo ( traditional incense ceremony ) , swordsmanship , batto-jutsu ( the art of using swords and cutting with swords ) and iaido ( an art using swords ) , which was originally used in the field of Japanese traditional music including gagaku ( ancient Japanese court dance and music ) and nohgaku ( the art of noh ) . +The enshrined deity is Iwatsukiwake-no-Mikoto Hime-gami . +Shonen ( 1513 - August 27 , 1554 ) was a Buddhist monk of the Jodo Sect in the Sengoku Period ( Period of Warring States ) ( Japan ) . +Imperial Prince Sadazumi ( 873 ? - June 15 , 916 ) was an Imperial family member of Japan in the early Heian period . +Shoroku SEKINE ( 1930 - ) is a leading traditional Japanese Noh drama performer ( shite-kata ) and member of the Kanze school ( one of the 5 major Noh troupes ) . +Omi Saigoku Sanjusankasho ( the 33 temples in Omi Province of Saigoku [ provinces in Kinki region ] ) refers to 33 sacred places enshrining Kannon for pilgrimage and are located in present Shiga Prefecture . +Rikyuage is a kind of agemono ( deep-fried food ) of Japanese cuisine . +Oume HANAI ( 1863 - December 14 , 1916 ) was the name of character and the title of the movie which was modeled on the evil woman and her murder case in the Meiji and the Taisho periods . +Ihai is a policy under which the Ritsuryo-seifu Government ( the ancient Japanese government of centralized governance ) ( Imperial court ) forced Emishi ( northerners ) , who lived in present-day Tohoku area , to move to Kanto region and to the west of Honshu , Shikoku and Kyushu from the 8th to the 9th century . +Kannin ( also known as Kanjin , Tsukasabito ) means an official and a civil servant . +Shibosatsu ( shi means four ) , means four Bosatsu literally , is a combination of Bosatsu as the object of worship or construction of statues in the Buddhism . +The Battle of Shimanto-gawa River , which is also referred to as the ' Battle of Watari-gawa River , ' was a battle that confirmed the unification of Tosa Province ( Kochi Prefecture ) by Motochika CHOSOKABE in 1575 . +Seikai KOSONE ( 1851 - June 5 , 1904 ) was a businessman , a calligrapher and a seal-engraving artist in Meiji period . +Emperor Kogon ( August 1 , 1313 - August 5 , 1364 ) , his reign was from October 22 , 1331 to July 7 , 1333 ) and he was the first Emperor of Northern Court during the period of the Northern and Southern Courts . +A han bill was paper currency issued by each domain for use within their respective territories . +Ujimune SUGIWAKA ( year of birth and death unknown ) was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) during the Azuchi-Momoyama period . +The Aikokukoto Party was the first political organization associated under the Jiyu Minken Undo ( Movement for Liberty and People 's Right ) . +MINAMOTO no Yoshiyasu ( Yoshiyasu ASHIKAGA ) was a Japanese military commander from the Kawachi-Genji in the end of the Heian period . +Shinmonzen-dori Street is a street running east - west through Higashiyama Ward in Kyoto City . +Tokimasu HOJO ( date of birth unknown , died June 28 , 1333 ) was the last Rokuhara Tandai ( an administrative and judicial agent in Rokuhara , Kyoto ) ( Minamikata ) ( South ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +Korai Futeisho is a textbook on poetry that was completed during the early Kamakura period . +Emperor Reigen ( July 9 , 1654 - September 24 , 1732 ) was the 112th Emperor , counting from Emperor Jimmu . +Kanenaga FUJIWARA ( 1138 - 1158 ) is a court politician during the late Heian period . +The Shuinsen was a ship that carried out foreign trade by receiving the Shuinjo ( the permit to travel to foreign countries ) of the Japanese ruler between the end of the sixteenth century to the early seventeenth century . +Tatsuta-hime ( 竜田姫 ) is the god of autumn in Japan . +The Oribe School is one of the schools of the tea ceremony . +Chosan was means of resistance and forms of struggle waged by farmers in Japan from the middle ages to the early modern period . +Iwao OYAMA ( November 12 , 1842 - December 10 , 1916 ) was a Japanese samurai ( warrior ) , statesman , Genro ( elder statesman ) , and military man . +Saiho Shochishi ( an investigating commissioner ) was a title of the government official in Tang dynasty of China . +Sun is a length unit in the traditional East Asian system of weights and measures . +Iryo GEN ( male , years of birth and death unknown ) was a tenkokuka ( artist of seal engraving ) in the mid-Edo period . +" Omoto Shinyu " is a collection of literary work in which Ofudesaki ( the Holy Scriptures of Omoto ) was edited . +Ganjin ( 688-June 25 , 763 ) was a naturalized priest in the Nara period . +Ippen was a priest in the mid Kamakura period . +Nukiemon is a method of wearing a kimono . +Motoyasu ODAKA ( November 16 , 1758 - 1830 ) was a Japanese doctor and Rangakusha or a Dutch scholar ( a person who studied Western sciences by means of the Dutch language ) in the period that the Western sciences were introduced . +Danjodai is as follows . +The Juko school is one of the schools of tea ceremony . +Kokei ( high chignon ) was hair style for noblewomen in Nara period . +Seiza refers to : +" Sojuro-zukin " is a kind of hood for men . +Shigetoshi TAKENAKA ( 1562 - December 6 , 1615 ) was a busho ( military commander ) and daimyo ( feudal lord ) who lived in the Sengoku period ( Warring States Period ) . +FUJIWARA no Michitoshi ( 1047 - September 9 , 1099 ) was a court noble as well as a waka poet in the late Heian period . +Soyen SHAKU ( January 10 , 1860 - November 1 , 1919 ) was a priest of the Rinzai sect of Buddhism during the Meiji and Taisho periods . +Prince Fushiminomiya Haruhito ( 1370 - February 28 , 1417 ) was a Japanese Imperial family member during the period of the Northern and Southern Court and the Muromachi period . +Imperial Prince Yamashinanomiya Akira ( October 22 , 1816 - February 17 , 1898 ) was a member of the Imperial family in Japan . +University +In Juo-shinko , the faithful beg for the mercy of ten judges , who decide the realm to which the dead would go posthumously . +The Shigisan Shingon sect is a Shingon set that worships Bishamonten ( Vaisravana ; also called Tamonten ) and its Grand Head Temple is Chogosonshi-ji Temple ( Shigisan-ji Temple ) . +Heiminsha is a newspaper company established by newspaper reporters of " Yorozu-choho " newspaper company , Shusui KOTOKU and Toshihiko SAKAI ( KOSEN ) , to promote and spread socialist thoughts , who retired from the Choho press company in order to insist their claim of pacifism , when the company , which had been claiming pacifism against the move to the Russo-Japanese War , shifted its policy from pacifism to the theory of making war . +Ichiniwa Tumulus is a megalithic tomb which lies across Tsukamoto and Ichiniwa , Saki-cho , Nara City , Nara Prefecture . +The Maizuru Repatriation Memorial Museum is a facility for preservation of historical artifacts and tradition in Maizuru City , Kyoto Prefecture +Oiryo ( Bureau of Palace Kitchens ) is a bureau of Kunaisho ( the Ministry of the Imperial Household ) under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +Chokunyu TANOMURA ( March 31 , 1814 - January 21 , 1907 ) is an artist who flourished in Meiji period . +Naruchika NAKAYAMA ( July 7 , 1741-October 1 , 1814 ) was kuge ( a court noble ) in the late Edo period . +Kanmuri-jima Island belongs to Maizuru City , Kyoto Prefecture . +Kinroku Kosai was the public bond issued for people in the class below aristocrats in compensation for the abolition of the Roku-rewarding system after the Meiji Restoration . +KI no Haseo ( born 845 , died March 6 , 912 ) was a high-ranking court noble and literatus who lived from the early into the mid-Heian period . +Imperial Prince Fushiminomiya Kuniie ( November 19 , 1802 - September 7 , 1872 ) was a member of the Imperial family at the end of Edo Period in Japan . +MIWA no Kobito ( year of birth unknown - August , 676 in old lunar calendar ) was a person who lived in the Asuka period of Japanese history . +ONO no Minemori ( 778 - April 19 , 830 ) was a noble and a man of letters during the early Heian period . +Mitsusada WAKEBE ( 1816 - May 12 , 1870 ) was the 11th lord of the Omizo clan in Omi Province . +Ieatsu KAZANIN ( April 23 , 1789-September 28 , 1866 ) was a high-rank Court noble in the late Edo period . +Yoshida-jinja Shrine is a shrine on Mt . Yoshida , in Kaguraoka-cho , Sakyo Ward , Kyoto City . +Kajiko GION ( year of birth and death unknown ) was a poet who lived during the middle of the Edo period . +Konren-ji Temple , located in Kita Ward , Kyoto City , is a temple of the Ji sect . +Genshi-sai Festival ( the Shinto festival of origins ) is one of taisaijitsu ( the days when grand festivals are held ) in the prewar public holiday system . +Michishige INABA was a busho ( Japanese military commander ) in the Azuchi-Momoyama period . +Tan ( 反 or 段 ) is a unit of area belongs to old Japanese system of weights and measures . +Gentaku OTSUKI ( November 9 , 1757 - April 25 , 1827 ) was a Rangakusha ( a person who studied Western sciences by means of the Dutch language ) from Ichinoseki Domain ( Tamura Domain ) , a branch domain of Sendai Domain during the late Edo Period . +Tojinuta is a category of popular song during the Edo period and the Meiji era . +Shonosuke OKURA ( 1955 - ) is an otsuzumi kata ( large hand drum player ) of Okura school . +Suichu ( also called " mizutsugi " ) is a utensil used in the sado and sencha tea services for pouring water . +Mokugyo ( 木魚 ; a fish-shaped wooden drum ) ( also written in 杢魚 ) is a kind of butsugu ( Buddhist altar fittings ) . +Makibishi is a tool which is scattered on the ground to escape from pursuers when running away . +Teisho TSUGA ( male , 1718 - circa . 1794 ) was a yomihon writer , Confucian scholar , and physician during the middle of Edo period . +Kinu is a story of a bird with three legs in the sun ; it refers to the bird ( kau ) and the sun . +Yoshiwara no Mandoro is a traditional and vibrant festival that takes place in Maizuru City , Kyoto Prefecture . +Torahiko ENOMOTO ( February 24 , 1866 - November 16 , 1916 ) was a Kyogen ( farce played during a Noh cycle ) and Kabuki ( traditional drama performed by male actors ) writer , who lived during the Meiji and Taisho Periods . +Yukitsune KUJO ( June 5 , 1823 - August 31 , 1859 ) was a Court noble ) who lived during the late Edo period . +Kangetsukyo Station , located in Bungobashi-cho , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop of the Keihan Uji Line , which is operated by the Keihan Electric Railway . +Yukimura NIKAIDO ( 1155 - March 3 , 1238 ) was a governmental official responsible for practical works in the mid Kamakura period . +Otarashihime ( year of birth and death unknown ) was a daughter of ABE no Uchimaro . +Moroie MATSUDONO ( 1172 - November 11 , 1238 ) was a Court noble in the end of Heian Period through the early Kamakura Period . +The Yoshingo-ryu school is a school of flower arrangement established by Seiryusai SAKURAI ichinyokoji ( Ichinyo ) . +The Usei-kai , which lasted for three days , from June 17th ( Monday ) to June 19th ( Wednesday ) , 1907 , is the name given to an evening banquet held by Kinmochi SAIONJI , then prime minister , at his private residence in Kandasurugadai , to which he invited various Japanese literati . +MINAMOTO no Shigeyuki ( ? - around 1000 ? ) was a poet of the mid-Heian period +Suisho NISHIYAMA ( April 2 , 1879 - March 30 , 1958 ) was a Japanese-style painter . +Sansho ( Japanese pepper ; scientific name : Zanthoxylum piperitum ) is one of the deciduous shrubs of Rutaceae , Zanthoxylum . +Fu-han-sanchisei is a local administration system established in the first year of the Meiji Era . +Ienobu Shikibu TODO ( 1578 - March 26 , 1636 ) was a vassal of the Todo clan over the period ranging from the Azuchi- Momoyama period to the early Edo period . +Oeyamaguchi-naiku Station , located in Naiku , Oe-cho ( Kyoto Prefecture ) , Fukuchiyama City , Kyoto Prefecture , is a railway station on the Miyafuku Line of the Kitakinki Tango Railway ( KTR ) . +Kyoritsu Eiga Production ( established in 1931- dissolved in 1932 ) is a Japanese film company that once existed . +Nanboku TSURUYA IV ( 1755 - December 22 , 1829 ) was a Kabuki playwright during the latter half of the Edo period . +Temariuta ( written in Japanese as てまりうた , 手まり唄 , 手毬歌 , 手毬唄 , etc . ) is a kind of children 's song or play song to which girls sing along as they bounce temari balls ( balls of cotton wound tightly around with threads of many colors ) . +FUJIWARA no Shigetaka ( 1076 - 1118 ) was a retainer of Imperial Court in the late Heian period . +MINAMOTO no Moromitsu +Kazuuji NAKAMURA was a Daimyo ( Japanese feudal lord ) in the Azuchi-Momoyama period . +Tomishige MAKINO ( 1761 - June 9 , 1783 ) was a successor of the Tanabe Clan of Tango Province . +The Miyazu Line is a railway operated by Kitakinki Tango Railway that connects Nishi-Maizuru Station in Maizuru City , Kyoto Prefecture , with Toyooka Station in Toyooka City , Hyogo Prefecture , via Miyazu Station in Miyazu City . +TACHIBANA no Ujikimi ( 783 - February 1 , 848 ) was a court noble during the early years of the Heian period . +Tsuge no Kuni no Miyatsuko ( also called ' Tsuge Kokuzo ' ) was a Kuni no miyatsuko ( the head of a local government ) who ruled the northern-east of Yamato Province . +Kirikane ( literally , cut leaf ) , which is also called hosogane ( literally thinly cut leaf ) , refers to a traditional technique of creating patterns by using brushes to bond several leaves of gold , silver or platinum together , which are then burnt together and cut into shapes such as narrow rectangles , triangles , diamonds , or circles . +Ofuregaki shusei indicates a collection of laws and regulations issued by the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Genbunicchi ( unification of the written and spoken language ) refers to the movement in the Meiji period that asserted that writers should write in a style close to the colloquial style Japanese , using everyday expressions instead of the previous literal style Japanese and practiced it , and to the works written in that style . +Shinpachi MURATA ( December 10 , 1836 - September 24 , 1877 ) was a feudal retainer of the Satsuma clan at the end of the Edo period ( the final years of the Edo period when the Tokugawa shogunate came to an end ) and statesman in the Meiji period . +Chinkai ( 1091 - December 20 , 1152 ) was a learned priest pursuing his studies and also an artist monk of the late Heian period . +Shoshin ( 1187 - August 16 , 1275 ) is a Buddhist priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) who lived during the middle of the Kamakura period . +Sukuigoya is a public shelter of the Edo Period , built by the Edo shogunate or local feudal domain for victims of earthquakes , fire , floods , famine and other natural disasters . +Sarumino is a collection of Shomon ( Basho School ) which contains hokku ( the first lines of waka poems ) and renku ( linked verses ) and was edited by Kyorai MUKAI and Boncho NOZAWA . +Suden ( 1569 - February 28 , 1633 ) was a priest of the Rinzai Sect and a politician serving the Tokugawa shogunate from the Azuchi-Momoyama period to the Edo period . +Kyorai MUKAI ( 1651 - October 8 , 1704 ) was a haiku poet in the early part of the Edo period . +" Aki no Yonaga Monogatari " is a representative chigo monogatari ( tales of chigo , or page ) , about male homosexuality between priests and chigo . +Koku is a physical unit of old Japanese system of weights and measures represents volume . +Nobori NAKAJIMA ( February 25 , 1838 - April 2 , 1887 ) was a lowly member of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +Toyonaga KANROJI ( 1590 - 1606 ) was a court noble who lived in the era from the Azuchi-Momoyama period to the Edo period . +Fukura-ko Port ( 福浦港 in Chinese characters ) is a local port in Shika-machi ( former Togi-machi ) , Ishikawa Prefecture . +The Yamato Sarugaku is one of the groups performing Sarugaku ( a traditional form of a Japanese theatre ) mostly in Yamato Province ( today 's Nara Prefecture ) . +Chosonsei , as well as Shisei ( a municipal system ) , is the fundamental law governing local autonomy under the Constitution of the Empire of Japan . +The Angaryo family is the collective name of the Abe clan and the Kamo clan which are the head families of Onmyodo ( way of Yin and Yang ; occult divination system based on the Taoist theory of the five elements ) . +" Sanjuro SEKI " is a professional name used by Kabuki ( a traditional form of drama and music performed by male actors ) actors . +" Yuya " is one of the most representative Noh pieces . +Sake is a traditional alcoholic drink in Japan that is produced by fermenting rice . +Nishiki-e-shinbun ( a newspaper having nishiki-e prints in it ) refers to a visual news medium which was issued for several years in the early Meiji period in Japan , and was a newspaper which explained each one newspaper article using one nishiki-e ( an especially colorful Japanese woodblock print ) which was a kind of ukiyo-e ( a Japanese wood-block print ) . +Sanemichi TOKUDAIJI ( 1513 - May 29 , 1545 ) was a kugyo ( court noble ) who lived during the latter half of the Muromachi period . +Bunrei KATO ( 1706 - April 17 , 1782 ) was a Japanese painter in the middle of the Edo period . +Hiroko TSUMAKI ( c . 1530 - November 27 , 1576 ) was the second wife of Mitsuhide AKECHI , a busho ( Japanese military commander ) in the Sengoku Period ( Period of Warring States ) ( Japan ) and Azuchi-Momoyama period . +Chosen Sotoku-fu was a government office established by the Empire of Japan of the day in 1910 in order to govern Korea in the period of Japan 's rule by the annexation of Korea . +The Kameoka Matsuri Festival is a reisai ( regular festival ) of Kuwayama-jinja Shrine that takes place for three days from October 23 to October 25 annually in Kameoka City , Kyoto Prefecture . +Matsujiro SHIRAI ( December 13 , 1877 - January 23 , 1951 ) was a founding member ( and President ) of Shochiku Co . , Ltd . +Nagaharu MIZOE ( date of birth unknown - June 23 , 1646 ) was a busho ( Japanese military commander ) and a daimyo ( Japanese feudal lord ) in Azuchi-Momoyama period . +Masanori KUSUNOKI was busho ( Japanese military commander ) in the period of the Northern and Southern Courts ( Japan ) . +Shigeie ISHIDA was a busho ( Japanese military commander ) from the Azuchi-Momoyama period to the early Edo period . +Yoshiaki KATO was a busho ( general ) and daimyo during the Azuchi-Momoyama and Edo Periods . +FUJIWARA no Tadakiyo ( year of birth unknown - 1185 ) was a busho ( Japanese military commander ) during end of the Heian period . +Roppyakuban Uta-awase was an uta-awase ( poetry contest ) in the Kamakura period hosted by FUJIWARA no Yoshitsune . +Ietsugu OINOMIKADO ( 大炊御門 家嗣 , 1197 - August 21 , 1271 ) was a Kugyo ( high court noble ) in the middle of Kamakura period . +Meshikome was one of the punishments given out to courtiers in the Heian Period . +Issen Yoshoku consists of a wheat flour mixed with water , baked on a cast-iron pan , with green onion added onto it . +Enomoto-jinja Shrine is a local shrine of Kasuga Taisha Shrine in Nara City , Nara Prefecture . +The Nanbokucho-Seijun-ron is a debate on which of the Imperial Courts , Southern or Northern , was the legitimate dynasty during the Nanbokucho period in Japan ( " jun " is the same as " uruu " and means " not legitimate but also not fake " ) . +Funyu no ken is the right of shoen ( manor in medieval Japan ) to decline the entry of messengers ( Kendenshi , Shunoshi , Shidoshi , etc . ) from the Kokuga ( provincial government offices ) +Ifukube no tsumuji ( year of birth unknown , April 21 , 658 ) is a member of Ifukube clan which was an ancient local ruling family in Inaba Province . +SHIMOTSUKENU no Iwashiro ( year of birth and death unknown ) was a noble who lived from Asuka period to Nara period . +MINAMOTO no Kiyohime ( 810 - August 3 , 856 ) was Emperor Saga 's Princess . +The irimoya-zukuri style is one of the traditional East-Asian roof styles . +A plot of Usa Hachiman-gu Oracle is an incident in which Dokyo is assumed to try to ascend the throne based on an oracle that says ' Dokyo should ascend the throne ' ; this oracle was given to Empress Shotoku ( Empress Koken ) from Usa Hachiman-gu Shrine ( present-day Usa City , Oita Prefecture ) in 769 . +Wakumusubi is the god of grain and sericulture , appearing in Japanese mythology . +Daimyo shonin seido was the system that the Edo bakufu ( Japanese feudal government headed by a shogun ) held hostages from feudal loads and their senior vassals and put them up in Edo . +Ikkyu-jinja Shrine is a shrine , that is located slightly to the south of the urban area in Fukuchiyama City , Kyoto Prefecture . +Otagi no Kori ( Otagi-gun ) was a district that existed in Yamashiro Province , Kyoto Prefecture . +Tomoko MAKINO ( January 29 , 1907 - October 20 , 1984 ) was the Japanese actress . +" Shinju Tenno Amishima " refers to Joruri ( dramatic narrative chanted to a samisen accompaniment ) written by Monzaemon CHIKAMATSU . +Chirimenjako ( small dried fish ) is small , young fish , such as type of sardines ( anchovy , maiwashi , urume iwashi , shirouo sardine , ikanago ) , cooked in salted water and dried in the sun . +Shuyoshi ( Falcons Office ) refers to an institution that belonged to Hyobusho ( Ministry of Military ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Gofukakusain ( no ) Nijo ( Lady Nijo ) ( 1258 - date of death unknown ) was a lady during the Kamakura period . +The Toba-kaido Road extends from the Rajomon-ato ( remains of Rajomon gate ) ( the Minami Ward , Kyoto City ) to Yodo ( the Fushimi Ward , Kyoto City ) via Shimotoba . +The Battle of Nyoigatake was fought near Mt . Nyoigatake in Sakyo Ward of Kyoto City at midnight of July 14 , 1509 . +Ikkoshu is a Buddhist sect founded by Ikko Shunsho , a Jodoshu sect monk during the Kamakura period . +Supreme command is a power of supreme command and direction to the army . +" Geba " means to dismount one 's horse in order to salute in front of nobles , in the precincts of shrines and temples , or before entering a castle . +Nukata no Okimi ( also known as Nukata no Kimi ) ( dates of birth and death unknown ) was a leading female Japanese poet who was active during the reigns of the emperors Kogyoku and Jito with poems in the " Manyoshu " ( Collection of Ten-Thousand Leaves ) . +A party cabinet is a cabinet organized on the basis of political parties with seats in the parliament . +Inscriptions of iron swords and iron blades are letters or sentences inscribed on the iron swords or iron blades . +" New Collection of Ancient and Modern Poetry " was compiled by order of Emperor Gotoba in the early Kamakura period . +FUJIWARA no Takaiko ( 842 - April 18 , 910 ) was the Nyogo ( imperial consort ) of Emperor Seiwa during the Heian period . +Masataka NASU ( dates of birth and death unknown ) was samurai in Kamakura Period . +FUJIWARA no Nakamitsu ( year of birth and death unknown ) was a samurai who lived during the mid Heian period . +Shiga-in Temple , a temple of the Tendai sect located in Sakamoto , Otsu City , Shiga Prefecture , s a honbo ( a priest 's main living quarters ) ( Sosatobo ) of Enryaku-ji Temple on Mt . Hiei . +Tsuneshige KIKKAWA ( dates of birth and death unknown ) was a samurai who lived in the late Kamakura period . +Ekiben is a box lunch mainly sold at a railway station . +Chinju-fu Shogun was an official who served as shogun , belonging to Ryoge no kan ( class outside of the Ritsuryo system ) , which was set up for the defense of the northern area during the Nara period and the Heian period in Japan . +Mochizane KAZANIN ( November 29 , 1670 - November 21 , 1728 ) was a Kugyo ( high court noble ) who lived in the mid-Edo period . +History of Noh means the history of the development of Japanese traditional art of Noh . +Imperial Prince Koreaki ( 1179 - May 25 , 1221 ) was the third prince of Emperor Takakura . +Imperial Princess Junshi ( 1093 - December 2 , 1132 ) was a member of the Imperial Family during the latter half of the Heian period . +Genzui KUSAKA ( 1840 - August 20 , 1864 ) was a Japanese samurai and feudal retainer of the Choshu clan . +FUJIWARA no Kanemichi ( 925-December 25 , 977 ) was a high court official during the mid-Heian period . +Located in Joyo City of Kyoto Prefecture , Terada Station is a stop on the Kyoto Line of the Kintetsu Corporation . +NAKATOMI no Omimaro ( date of birth unknown - August 10 , 711 ) was a government official in the Nara Period . +Fukusa +A castle ( shiro ) is a structure that was built as a strongpoint for defending against enemy attacks . +The Ningbo War ( also referred as Neiha War ) was an incident caused by Japanese nationals in Ningbo in Ming Dynasty China in 1523 . +The Imperial Court was a place where an emperor performs political affairs and tasks . +Honkatori is a technique used to create waka ( a traditional Japanese poem of thirty-one syllables ) in the study of Japanese poems to take in one or two phrases of old and famous poem ( the original ) to create a new poem . +Shigekatsu MAEDA is a daimyo ( Japanese feudal lord ) in the early Edo period . +The word ' hoshu ' ( also referred as ' hossu ' ) refers to a person who keeps the creed of Buddhism and plays a central role in its teaching , and turns to refer to the supreme leader ( head ) of the school , sect and religious community . +Tahirikishimarumi no kami was a god ( Shinto religion ) who appeared in Japanese Mythology . +Hyakuren sho ( 百錬抄 ) is a history book in which extracts from diaries of kuge ( court nobles ) and other records were complied . +The Nonomiya family were Japanese kuge ( court nobles ) . +Taneshige KOKUBUN was a samurai and Gokenin ( Shogunal retainer of the Kamakura bakufu ) of the Kamakura period . +Tamekata FUJITANI ( September 8 , 1593 - September 2 , 1653 ) was Kuge ( court noble ) of the early Edo period . +Fudokoku is rice in the husk kept in fudoso ( a warehouse which was sealed after the regular warehouse became full ) put in provinces in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Sosho ( 1202-June 29 , 1278 ) was a priest at Todai-ji Temple in the early to mid Kamakura period . +Koto ISHIKAWA ( year of birth unknown ) was a blind musician who was active during the early nineteenth century in Kyoto ( jiuta shamisen ( traditional Japanese shamisen music ) player , so or koto ( a long Japanese zither with thirteen strings ) player and composer ) . +Takamanohara ( also called Takaamahara / Takanoamahara / Takamagahara ) is a place where Amatsu kami ( god of heaven ) lives in the Japanese mythology and norito ( Shinto prayer ) in " Kojiki " ( The Records of Ancient Matters ) . +Kansei Igaku no Kin was an academic control performed during the Kansei Reforms in 1790 , by a roju ( senior councilor ) of the Edo Shogunate , Sadanobu MATSUDAIRA . +SAEKI no Otoko ( years of birth and death unknown ) was a Japanese who lived in Asuka period . +Nakasen-do Road ( 中山道 ) was one of the Go-kaido Road ( the five major roads ) of the Edo Period which ran through the interior of the central Honshu area . +Iwashiro OE ( 1744-January 11 , 1813 ) was a member of Japan 's Imperial Family . +Yaotome refers to 8 female shrine media called miko who serve gods mainly by performing sacred music and performing a dance called kagura ( also known as Miko kagura - dances by shrine maidens ) and mikomai ( female Shinto dance where the young girls each carry a small baton with bells ) . +Chugu-ji Temple , next to Horyu-ji Temple in Ikaruga-cho , Ikoma County , Nara Prefecture , is noted in connection with Prince Shotoku . +Koen ( 1074 ? - July 16 , 1169 ) was a priest of the Tendai sect in the late Heian period . +Jogyo ( birth date unknown - January 9 , 867 ) was a Buddhist monk who lived during the first part of the Heian period . +Takemichi KOGA ( March 11 , 1815 - September 26 , 1903 ) was an aristocrat of the Edo period . +A Migyosho ( or Mikyosho ) was a form of ancient document issued by a Keishi ( household superintendant ) with a court rank of Jusanmi ( Junior Third Rank ) or higher used for conveying the intentions of their masters from the late Heian period to the Muromachi period . +Imperial Princess Kyushi ( Yasuko ) ( 1157 - April 7 , 1171 ) was a member of the Imperial family at the end of the Heian Period . +Yamato Tenjinyama-kofun Tumulus is a keyhole-shaped tumulus constructed in the beginning of the early Kofun period located in Yanagimoto-cho , Tenri City , Nara Prefecture . +Tojumaru MIURA ( year of birth unknown - 1584 ) was a Japanese military commander who lived during the Sengoku Period ( Period of Warring States ) . +Chikamasa IKOMA was a daimyo who lived from the Azuchi Momoyama period to the early Edo period . +Dorogawa onsen is a hot spring in Dorogawa , Tenkawa-mura , Yoshino County , Nara Prefecture ( the former Yamato Province ) . +Yasujiro OZU ( December 12 , 1903 – December 12 , 1963 ) was a Japanese movie director . +Prince Mayowa ( Mayowa no Okimi ; born in 450 , and died in 456 ) appeared in Kiki , ( " Kojiki " [ A Record of Ancient Matter ] and the " Nihonshoki " [ Chronicles of Japan ] ) as an Imperial family ( royal family ) in fifth century in Japan . +The Ukyo Ward is one of the eleven wards that constitute Kyoto City . +Yoshihide ISSHIKI ( ? - June 18 , 1498 ) was a shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) who lived in the latter of the Muromachi period . +Emperor Bidatsu ( 538 ? -September 14 , 585 ) was the 30th Emperor ( whose reign lasted from April 30 , 572 to September 14 , 585 ) . +Tsugenjakurei ( 1322 - June 7 , 1391 ) was a Soto sect Buddhist monk during the period of the Northern and Southern Courts . +The Engishiki Jinmyocho is the name given to the ninth and the tenth volumes of the " Engishiki " ( an ancient Japanese book of administrative regulations and ceremonial procedures that was completed in 927 ) , which provide a list of shrines throughout the country that were designated as ' kansha ' ( official shrines ) at that time . +Abihiko is a legendary person in Chusei Nihongi ( A set of medieval Japanese mythologies ) . +Gorenju was a title of honor used to indicate a legal wife of an aristocrat in Japan . +Nanate-gumi ( Hideyoshi 's seven troops ) is a group of vassals that was organized by Hideyoshi TOYOTOMI .. +Yoshikado SHIBA ( date of birth and death unknown ) was a shugo daimyo ( a Japanese provincial military governor who became a feudal lord ) in the mid to late Muromachi period . +Emperor Nijo ( July 31 , 1143 - September 5 , 1165 ) was the seventy-eighth Emperor ( his reign was from September 5 , 1158 to August 3 , 1165 ) . +Chikaie TOMIDA ( dates of birth and death unknown ) was a samurai from the Kodama Party of Musashi Province ( today 's Honjo city , Saitama prefecture ) in the beginning of the Kamakura period . +Arikore CHIGUSA ( October 29 , 1638 - January 5 , 1693 ) was a Kugyo ( top court official ) during the early Edo period . +Yasunori WAKISAKA ( 1762 - August 18 , 1781 ) was a successor of Tatsuno Domain of Harima Province . +Ezochishimao Kasha ( or called Ezochishimao Kahi or Ezochishimao Kayu ) refers to the name of person who sent an envoy in 1482 to request the Yi Dynasty Korea for Tripitaka Koreana . +A doma is a space constituting the inside of a Japanese-style house . +Sakatashinmei-gu Shrine is a Shinto shrine located in Omi-cho , Maibara City , Shiga Prefecture . +KUNU no Maro ( year of birth and death unknown ) was a person who lived during the Asuka period . +The Ritsumeikan University Confucius Institute is a private school whose purpose is to propagate education in Chinese and culture . +NE no Kanemi is a person who lived during Japan 's Asuka period , although his birth and death dates are not known . +Heitaro TSUBONO ( 1859-1925 ) was an educator and a statesman in Japan . +Rokuhara yakata is the term for indicating the residences that once existed at the foot of Higashi-yama Mountain as a whole . +Rengetsu OTAGAKI ( February 10 , 1791 - December 10 , 1875 ) was a nun cum woman waka poet in the late Edo period . +TACHIBANA no Naramaro ( 721-July 757 ) was a noble who lived in the Nara period . +Taiko-Tenno is an appellation of emperor , which is applied during a period from the demise of the Emperor to the grant of Tsuigo ( posthumous title ) . +The Tango Peninsula is a peninsula in the north of Kyoto Prefecture , thrusting northeast into the Sea of Japan . +Banzan IDA ( 1767 - May 5 , 1863 ) was a Japanese calligrapher . +Seikanron is the insistence of the members of the " Rusu-seifu " on making Korea open to the world by military power ( Rusu-seifu means the government while heads of government are away : the heads of Rusu-seifu were Takamori SAIGO , Taisuke ITAGAKI , Shinpei ETO , Shojiro GOTO , and Taneomi SOEJIMA ) . +FUJIWARA no Motozane ( date of birth and death unknown ) was a kajin ( waka poet ) in the mid-Heian period . +Imperial Prince Tomohira ( August 4 , 964 - August 21 , 1009 ) was the seventh prince of the sixty-second Emperor Murakami . +Tamemune ISA ( year of birth unknown , died in 1221 [ ? ] ) was a gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) who lived in the early Kamakura Period . +Shidosen were funds donated to temples for memorial services for the deceased and for the management and upkeep of shido ( also known as mitamaya ( a place where spirits are enshrined ) or jibutsu-do hall ) . +Sanehisa OGIMACHISANJO ( August 11 , 1656 - December 16 , 1695 ) was a Kugyo ( court noble ) during the early Edo period . +Momonoo no-taki Falls is in Takimoto-cho , Tenri City , Nara Prefecture . +Shunsho KATSUKAWA ( 1726 - January 19 , 1793 ) was an ukiyoe artist in the Edo period . +Surigane is one of the metal percussion instruments . +The Battle of Otsu-jo Castle took place from October 13 , 1600 to October 21 , 1600 . +TAIRA no Kunitae ( dates of birth and death unknown ) was a busho ( military commander ) in Dewa Province who lived during the Heian Period . +Shimo Goryo-jinja Shrine is a Shinto shrine located in Kamigyo Ward , Kyoto City . +OTOMO no Miyuki ( 646 ? – March 3 , 701 ) was a figure in the Asuka period of Japan . +MINAMOTO no Kuninao ( year of birth and death unknown ) is a busho ( Japanese military commander ) in the late Heian period . +Kagehisa MATANO ( year of birth unknown – 1183 ) was a samurai in the Heian Period . +Naniwa kagura-dance is a kind of Satokagura ( kagura performance held somewhere other than the imperial palace ) handed down mainly in the Kansai region . +The Otsu Line refers to two lines : Keihan Keishin Line managed by the Otsu Railway Business Department of Keihan Electric Railway connecting Misasagi Station in Yamashina ward , Kyoto City , Kyoto Prefecture and Hamaotsu Station in the central part of Otsu City , Shiga Prefecture ; and Keihan Ishiyama-sakamoto Main Line connecting Sakamoto Station ( Shiga Prefecture ) in the western part of Otsu City , Shiga Prefecture , and Ishiyamadera Station . +Tejime is a Japanese custom of rhythmic hand clapping performed in time with the calls of one participant in order to celebrate the fact that an event has concluded without trouble . +Tsunemitsu OINOMIKADO ( September 15 , 1638 - October 4 , 1704 ) was a Kugyo ( high court noble ) who lived in the early Edo period . +Tokizo NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +Imperial Prince Tamehira ( 952 - December 15 , 1010 ) was a member of the Imperial family during the Heian period and Emperor Murakami 's fourth Prince . +Soseki MUSO ( Muso was his dogo ( a pseudonym as a priest ) and Soseki was his hoi ( personal name used by Buddhist priests ) ; 1275 - October 28 , 1351 ) was a Zen monk of the Rinzai Sect of Buddhism from the end Kamakura period to the period of the Northern and Southern Courts ( Japan ) , and to the early Muromachi period . +Zojishi was an extra statutory office established in the Nara period for building national temples or those corresponding to national temples . +Kaoru is a fictional character who appears in Murasaki Shikibu 's novel " Genji Monogatari . " +The Kyoto Photographers ' Society ( KPS ) , an organization for professional photographers in Kyoto Prefecture , was founded in 1970 . +Hoshun-in Temple is a sub-temple located within the precinct of Rinzai sect Daihonzan ( Head Temple ) Daitoku-ji Temple in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +Hangaku Gozen ( years of birth and death unknown ) is believed to have been a woman warlord ( female samurai ) who lived from the late Heian period through the early Kamakura period . +Kamigyo Ward is one of the eleven wards that constitute Kyoto City . +Meiji juyonen no seihen ( the failed Meiji-14 coup of 1881 ) is a politically-motivated incident , which occurred during movement of the Freedom and People 's Rights and dispute regarding creation of a constitution in government , especially between Hirobumi ITO , who recommended Bismarck 's constitution , which preserves the royal prerogative and Shigenobu OKUMA , who recommended constitution from England , which has parliamentary system of government , as a result of the incident in which Shigenobu OKUMA was banned from government . +Nishiki Tenman-gu Shrine is a Shinto shrine located at Nishikikoji Street and Shin Kyogoku Street , Nakagyo Ward , Kyoto City . +Chuin School is one of the sects of the Shingon Buddhism ( Tomitsu ) that places emphasis on jiso ( one of Buddhism practical trainings ) . +Jogaku Zasshi was a magazine intended for female readers published during the Meiji era . +SOGA no Oane no Kimi ( year of birth and death unknown ) was the daughter of SOGA no Iname . +The monk-Imperial Prince Kakugyo Hosshino ( April 1075 - December 26 , 1105 ) was a member of the Imperial Family and a monk of the middle to the late Heian period . +Eishun ( 1518 – 1596 ) was a Buddhist monk who lived during the Sengoku Period ( period of warring states ) . +Jiun ( August 24 , 1718 - January 22 , 1805 ) was a Buddhist priest of the Shingon Sect in the late Edo period . +The Makimuku Ishizuka-kofun Tumulus is an ancient tomb belonging to the Makimuku-kofun Tumuli Cluster . +Bantsuma Tachibana Universal Rengo Eiga was a Japanese film company that was jointly established between a Japanese company and an American company ( its contract was signed in September 1926 and terminated in May 1927 ) . +FUJIWARA no Bokushi ( also known as Atsuko ) ( 931 - September 6 , 1016 ) was the legal wife of MINAMOTO no Masanobu , Sadaijin ( minister of the left ) during the Heian period . +" Shinto Shusei " was written by Mitsukuni TOKUGAWA . +Setsuzo FURUKAWA ( March 4 , 1837 - April 2 , 1877 ) was an educator of the Meiji period ( childhood name was Kamegoro OKAMOTO ; common name was Shukichi OKAMOTO , later changed to Setsuzo FURUKAWA and to Masao FURUKAWA ; pen name was Hakukei OKAMOTO and so on ) . +The Shundo school is an extinct school of waki-kata ( supporting actors ) in Nohgaku ( the art of Noh ) . +Doni NAKAZAWA ( September 12 , 1725 - July 29 , 1803 ) was an eminent scholar of Sekimon Shingaku ( popularized blend of Buddhist , Shinto and Confucian ethical teachings ) between the middle and the latter half of the Edo period . +Terado Otsuka-kofun Tumulus is situated in Nishinooka ( Muko-kyuryo Hills ) , Muko City , Kyoto Prefecture . +KOMADA no Oshihito ( date of birth and death unknown ) lived during Japan 's Asuka period . +Rekido is the ancient Japanese study of calendar-making . +Tameyuki NAKAMIKADO ( 1276 - September 30 , 1332 ) was a kugyo ( a court noble ) during the late Kamakura period . +Kinito TOKUDAIJI ( December 22 , 1821-November 5 , 1883 ) was Kugyo ( the top court officials ) in the end of the Edo period ( Dainagon [ Major Counselor ] and later Naidaijin [ minister of the center ] and Udaijin [ minister of the right ] ) . +Nobukiyo OISHI ( 1677 - March 20 , 1703 ) was one of 47 samurai of Ako Roshi ( lordless samurai of the Ako Domain ) . +Tonjutsu is a technique of Ninjutsu to hide or escape from enemies . +The Tokyo Tento is when Edo was designated as Tokyo during the Meiji Restoration . +Shi-no-ko-sho was a Confucian concept of societal ranking ( government official , farmers , artisans , merchants ) that accounted for the main part of the society . +Tamekazu REIZEI ( 1486 - August 13 , 1549 ) was a kugyo ( high court noble ) and a poet who lived in the Muromachi period . +The Imperial Princess Noto ( 735 - March 20 , 781 ) was a member of the Imperial Family who lived in the Nara period . +The term " kanzashi " means Japanese traditional accessories used by women in doing up their hair . +Nohime ( 1535 - August 5 , 1612 ) , was the daughter of Dosan SAITO and lawful wife of Nobunaga ODA . +Gobomaki is a dish using gobo ( burdock root ) . +Shakubuku is an abbreviation of hashaku-kupukku . +Omodaka Jusshu refers to the specialty plays of Ennosuke ICHIKAWA of Omodakaya selected by Ennosuke the third in 1975 . +Danmari ( 暗闘 ) is a piece of choreography in Kabuki ( traditional drama performed by male actors ) . +Kojino-jinja Shrine is a Shinto shrine located in Moriyama City , Shiga Prefecture . +Rokusai Nenbutsu is one of Odori Nenbutsu ( chanting of prayers while dancing ) . +Nagaokakyo City is a city located in the southwest of Kyoto Prefecture . +Kagayaku Hinomiya ( Kakayaku Hinomiya ) ( The Shining Princess ) is the title of a chapter of " The Tale of Genji . " +Wareki ( Japanese calendar ) refers to a calendar peculiar to Japan , by which time is divided into periods based on gengo ( an era name ) and ensuing years +Imperial Prince Noriakira ( 907 - February 4 , 967 ) was a member of the Imperial Family during the mid Heian period . +Emperor Gofushimi ( April 5 , 1288 - May 17 , 1336 ) was the ninety third Emperor during the Kamakura period ( his reign was from August 30 , 1298 to March 2 , 1301 ) . +Portraits of Court Nobles ( called " Kugeretsueizu " or " Kokeretsueizu " in Japanese ) is a book of portraits that is thought to have been compiled in the Kamakura period . +TOMI no Ichii ( year of birth and death unknown ) was a toneri ( palace servant ) during the Asuka Period . +Koreko KONOE ( December 6 , 1760 – November 6 , 1783 ) was " Nyogo " ( a wife or concubine of Emperor ) of the Emperor Gomomozono . +Susumu TAKAHASHI ( January 1 , 1902 - October 19 , 1984 ) was a Nohgakushi ( Noh actor ) playing shite ( principal roles ) of Hosho-ryu school . +The section of Japanese wine describes the wine produced in Japan . +Born as the first prince of the 19th imperial ruler , Emperor Ingyo , Kinashi no karu no miko was the Crown Prince . +Gokomachi-dori Street is one of the streets in Kyoto City that run in the north-south direction . +Kuki-cha is one of Japanese green teas . +Jukoin ( orthographic style : 壽光院 ; year of birth unknown-November 17 , 1741 ) was a Sokushitsu ( concubine ) of Tsunayoshi TOKUGAWA of the Tokugawa Shogun family . +Tadaie KUJO ( July or August 1229 - July 3 , 1275 ) was a Court noble of the highest rank in the Kamakura period . +The Yamakami Domain existed in Omi Province ( present-day Yamakami-cho , Higashi-Omi City , Shiga Prefecture ) . +Hirotake YOSHIOKA ( July 8 , 1847 - September 12 , 1932 ) was a Japanese diplomat and a Christian ( minister of the Presbyterian Church ) . +Koboku is the ink stick that has gone through the years among Bunboshiho ( four stationary goods for calligraphy ; writing brush , ink , ink stone and paper ) , and is recognized as a good quality ink stick . +Masaharu ASUKAI ( November 2 , 1520 – March 3 , 1594 ) was a court noble between the Sengoku period ( period of warring states ) ( Japan ) and the Azuchi-Momoyama period . +Otoshidama ( おとしだま 、 御年玉 ) or Toshidama ( 年玉 ) is a present which is given to celebrate the New Year . +IWA no Kazutsune ( dates of birth and death unknown ) was a servant of TAIRA no Masakado , a busho ( Japanese military commander ) during the mid Heian period . +Matehime ( 1589 - May 5 , 1638 ) , a woman who lived from the Azuchi-Momoyama period to the Edo period , was a daughter of the lord of the Sekiyado Domain in Shimosa Province , Yasumoto MATSUDAIRA who was the half-brother of Ieyasu TOKUGAWA . +The case of the murder of a Shichijo Police constable is a homicide that occurred on June 9 , 1946 in Kyoto City , Kyoto Prefecture . +Kazunobu INUI ( year of birth unknown - June 9 , 1570 ) was a samurai in the Azuchi-Momoyama period . +Shaka Sanzon is a style in Buddhism for installing Buddha images . +TAIRA no Arimori was a busho ( a Japanese military commander ) lived during the end of Heian period . +Kagenaka NAGAO ( 1388 - October 17 , 1463 ) was a main retainer of Yamanouchi-Uesugi family which was Kanto Kanrei ( Shogun 's deputy for the Kanto region ) during the middle of the Muromachi period . +Yasuhide NAGAI ( date of birth and death unknown ) was a person in the Kamakura period . +Fushiminomiya Imperial Prince Sadafusa ( April 9 , 1372 - September 28 , 1456 ) was a member of the Imperial family during the Muromachi period . +The Koriyama Ruins are the site of an ancient kanga ( public office ) located in the present Koriyama , Taihaku Ward , Sendai City , Miyagi Prefecture . +A nageshi is a pillar-connecting material used in Japanese-style buildings . +Yoshihisa MIYAHARA ( 1577 -January 7 , 1631 ) was a Koke-Hatamoto ( direct retainer of the bakufu who were in a privileged family under Tokugawa Shogunate ) during the Edo Period . +Tai KATO ( August 24 , 1916-June 17 , 1985 ) was a Japanese film director . +Takato KYOGOKU ( 1741 - June 16 , 1762 ) was an heir to Marugame Domain of Sanuki Province . +Mine MASAI ( February 3 , 1888 - November 20 , 1909 ) was a Japanese worker . +Tajimamori is a person appearing in Japanese mythology , and is the god ( Shinto ) of confection . +Sodaisho was a commander in chief who lead an army composed of more than one corps . +Yasaka-jinja Shrine is the name for Shinto shrines all around the country that enshrine the deity Susanoo-no-mikoto . +The Japanese term " Seiyo-kan " is used to describe western-style buildings that were built in Japan from the end of the Edo period and the Meiji period onwards . +The Shin clan was a local ruling family who was influential in the western part of Hoki Province ( West Hoki ) from the period of the Northern and Southern Courts ( Japan ) to the Muromachi period . +Nichigyo ( date of his birth is unknown - September 14 , 1369 ) was the fifth hoshu ( high priest ) in the Taiseki-ji Temple . +Mokuroku are documents that are made for the purpose of either clarifying the place where something is kept or showing the name , content and the number of articles that are to be assigned or donated . +Chikashige TOMIDA was a samurai who belonged to the Kodama party of Musashi Province ( present-day Tomida , Honjo City , Saitama Prefecture ) during the Kamakura period . +Kyogaku Seishi is an education policy presented to Sangi ( Councilors ) Hirobumi ITO and Munenori TERASHIMA ( also the Mombukyo [ chief of the Ministry of Education ] ) by the Meiji Emperor in 1879 . +TAIRA no Tokitada was a court noble who lived during the late Heian period . +Shikibu TAKABATAKE ( 1785 to May 28 , 1881 ) was a female poet from the late shogunate period of Japan to the early Meiji era . +Nuidonoryo ( Bureau of the Wardrobe and Court Ladies ) was the office which belonged to Nakatsukasasho ( Ministry of Central affairs ) and was in charge of personnel affairs of nyokan ( court ladies ) as well as the supervision of sewing under the Japanese Ritsuryo system ( a system of centralized government based on the Ritsuryo code ) . +Tokai Nature Trail is a long-distance nature trail that connects the distance of 1,697 km from ' Meiji no Mori Takao Quasi-National Park ' in Hachioji City , Tokyo Prefecture to ' Meiji no Mori Mino Quasi-National Park ' in Minoo City , Osaka Prefecture , extending over 11 prefectures and some 90 municipalities . +Heredity means that a specific status or title ( e.g. official rank , peerage ) held by a parent or their occupation or the like is passed on to their children , family members or in-laws , thus ensuring that such successors obtain social power and authority . +Tadauji KISHIDA ( ? - January 20 , 1616 ) was a feudal warlord in the Azuchi-Momoyama period . +Monk-Imperial Prince Gyoin ( 1458 - 1520 ) was the Monk-Imperial Prince from the middle of the Muromachi period to Warring States period . +Nobunaga ODA was a busho ( Japanese military commander ) , daimyo ( Japanese territorial lord ) during the Sengoku period ( period of warring states ) and a statesman who lived from the Sengoku period to the Azuchi-Momoyama period and he had a great influence on future generations . +Ryoen ( 983 - July 1050 ) was a Buddhist priest of the Tendai sect during the mid Heian period . +Kyukei ( Castration penalty ) is a kind of penalty to castrate criminals . +Torataro SAIGO ( August 21 , 1866 - January 1 , 1919 ) was a military man of the Imperial Japanese Army . +Okitsushima-jinja Shrine is a Shinto shrine located in Okishima-cho , Omi Hachiman City , Shiga Prefecture . +Wachigaiya is an okiya ( geisha dwelling ) and machiai-jaya ( tea house to lend seats and tables , or rooms ) that even now operates in Shimabara , a hanamachi ( geisha district ) in Kyoto . +Katsuragi hitokotonushi-jinja Shrine is located in Gose City , Nara Prefecture . +Naii were the ranks that formed the core of the Ikai ( court ranks ) of the Ritsuryo Code in Japan . +Rurikei is located in Sonobe-cho , Nantan City , Kyoto Prefecture , and is a valley spanning four kilometers where the Sonobe-gawa River , a tributary of the Oi-gawa River , runs through the area . +Fuyusoden was a rice field exempted from tax according to the Japanese ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Emperor Gosaga ( April 1 , 1220 - March 17 , 1272 ) was the eighty eighth Emperor during the Kamakura period ( his reign was from February 21 , 1242 to February 16 , 1246 ) . +Kaisuke HASHIMOTO , from the Yamato Koriyama Domain , ( 1835 - June 3 , 1871 ) was a member of the Shinsengumi . +FUJIARA no Norinaga ( 1109 - 1180 ) was a noble who lived during the late Heian period . +The Hyakuman Chobu Kaikon Keikaku ( The million- hectare development plan ) was a government scheme during the Nara Period . +Dezomeshiki is a fire fighting training undertaken by fire department and fire company personnel , which is generally conducted in the early part of January as the first training for the year . +MURAKUNI no Shigamaro ( year of birth and death unknown ) was a figure who lived from Japan 's Asuka period into the Nara period . +Usuchaki is a kind of chaki ( tea utensil ) , used to hold powdered tea , and the term is used in contrast to koichaki , which refers to a ceramic chaire specially used to contain the powdered tea for thick tea . +Located in 80 , Sujakubunki-cho , Shimogyo Ward , Kyoto City , Kyoto Prefecture , Kyoto Municipal Central Wholesale Market covers an area of 149,509 square meters . +Aosagibi is defined as a mysterious phenomenon in Japan in which the body of a heron emits a pale blue light mainly at night . +The Imperial Princess Izumi ( year of birth unknown - March 21 , 734 ) was a princess of the Emperor Tenchi ( Tenji ) . +Imperial Princess Koshi ( also known as Yoshiko , year of birth unknown - August 12 , 1192 ) was a member of the Imperial Family in the end of the Heian period . +Bunshi NANPO ( 1555 - October 25 , 1620 ) was a priest of the Rinzai Sect from the Azuchi-Momoyama period to the early Edo period . +Shigenori ASUKE ( 1292-June 4 , 1332 ) was a busho ( Japanese military commander ) in the late Kamakura period . +Hyosuke INOKO ( It is not known when he was born - July 1 , 1582 ) was a busho ( Japanese military commander ) who served Dosan SAITO and Nobunaga ODA . +Toei Daio is one of the honoric titles for Sanzan Kanryo no miya . +Princess Genshi ( also known a Motoko ) ( year of birth and death unknown ) was a member of the Imperial Family during the first half of the Heian period . +Mahayana Buddhism is a sect of Buddhism that has been traditionally practiced in central and eastern Eurasian Continent . +FUJIWARA no Hoshi ( Yoshiko ) ( year of birth unknown - September 11 , 967 ) was the nyogo ( consort ) of Emperor Murakami and the daughter of FUJIWARA no Morotada and the ninth daughter of FUJIWARA no Sadakata . +Masatsugu KOBORI ( 1540 - April 29 , 1604 ) was a daimyo ( a feudal lord ) who lived during the Sengoku period ( period of warring states ) and the early Edo period . +Indo +Karyo ( non-penal fine ) is the one of sanctions in the collection of money ( fines ) in Japan . +Daisetsu Sono ( April 7 , 1313 - October 1 , 1377 ) was a Buddhist monk of the Rinzai Sect in the period of the Northern and Southern Courts ( Japan ) . +" Matsusuke ONOE " is a professional name used by Kabuki ( a traditional form of drama and music performed by male actors ) actors . +Samanosuke Arakida ( 1838 - November 7 , 1863 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +FUJIWARA no Sanemune ( 1145-January 28 , 1214 ) was Kugyo ( court noble ) who lived from the late Heian period to the early Kamakura period . +Roka ( January 16 , 1672 - November 17 , 1703 ) was a Buddhist monk of Jodo Shin Sect cum haiku poet in the mid-Edo period . +Dosen ( 702 - May 7 , 760 ) was a Buddhist monk who lived during the Tang Dynasty in China . +Genko borui is the fort constructed with stone along the coast area of Hakata Bay in Kitakyushu in the Kamakura period . +Juntaro KOMURA ( 小村 壽太郎 ) ( October 26 , 1855 - November 26 , 1911 ) was a diplomatic official . +The Uji Tunnel is a tunnel used exclusively by motor vehicles . +Kintsuna UTSUNOMIYA ( 1302 - December 17 , 1356 ) was a military commander from the late Kamakura period through the period of the Northern and Southern Courts ( Japan ) . +The first three days of the New Year refer to January 1 , or New Year 's Day , and January 2 and 3 of every year . +Hisatada KUJO ( September 5 , 1798 - October 5 , 1871 ) is a court noble who lived from late Edo period to Meiji period . +Yoshimura school refers to Kamigata mai ( dance from the pleasure quarters of Osaka and Kyoto , and are very reserved and refined ) originated by Fuji YOSHIMURA during the early Meiji period . +NAKAHARA no Suetoki ( date of birth unknown - May 19 , 1236 ) was a busho ( Japanese military commander ) , who lived from the end of the Heian Period to the early Kamakura Period . +FUJIWARA no Masaruko ( 1140 - January 19 , 1202 ) was the Empress at the end of the Heian period . +Keien School is a school of Waka ( Japanese poem ) led by Kageki KAGAWA ( 1768-1843 ) , a poet in the late Edo period . +Abura tokkuri is a traditional Japanese folk utensil used as a container when purchasing or preserving oil for tomyo ( votive light . ) +Sanetaka Koki is a diary written by Sanetaka SANJONISHI , a court noble in the late Muromachi period . +Imperial Princess Shoshi ( her given name can also be pronounced " Akiko " ) ( January 19 , 1027 - October 26 , 1105 ) was the first daughter of the sixty-eighth emperor , Emperor Goichijo . +Yoshiharu BESSHO ( 1579 - August 25 , 1654 ) was a daimyo ( Japanese feudal lord ) in the Edo period . +Imperial Princess Tokushi ( 1060 - October 30 , 1114 ) was the fourth princess of the seventy-first Emperor Gosanjo . +Teikan TO ( August 13 , 1732 - October 8 , 1797 ) , written as 藤 貞幹 in Japanese , was a scholar of yusoku-kojitsu ( studies of the traditional protocol of the Imperial Court , courtiers , and leading samurai houses ) who lived during the mid-Edo period . +" Sanjuban shin " is a synchronism of Shinto and Buddhism , with 30 gods taking turns every day guarding the nation and the people . +The Misemaruyama Kofun ( Ancient Tomb ) is a zenpokoenfun ( keyhole-shaped tomb ) located in Mise-town , Gojyo-town and Ogaru-town , in Kashiwara City , Nara Prefecture . +" Sanmon Gosan-no-kiri " is the gedai ( title ) of a kabuki that was written by Gohei NAMIKI ( the first ) and first performed at Kado-za Theatre of Osaka in April , 1778 . +The Ise clan is a Japanese clan . +Tsuzumi ( hand drum ) is a traditional instrument unique to Japan , and refers to Kotsuzumi ( small hand drum ) in a narrow sense . +Tanosuke SAWAMURA VI ( August 4 , 1932 - ) is a kabuki actor . +Juni Shinsho ( the 12 protective deities ) are tenbu , deities who reside in a heavenly realm , one of six realms in which the souls of living beings transmigrate from one to another ; they are worshiped and shaped into statues in Buddhism , and are good deities that guard Buddhism . +Kuni no miyatsuko was a post , or an official to the post , placed to govern regions across Japan before the Ritsuryo legal code system was introduced . +Korozen no goho is a word in the glossary of Japanese clothes meaning an upper garment which constitutes the traditional formal court dress worn by an emperor at a formal ceremony . +INUGAMI no Mitasuki ( his age of birth and death are unknown ) was from the Asuka period . +" Imamiya-jinja Shrine " is a shrine in Murasakino , Kita Ward , Kyoto City . +Kogetsusho ( The Tale of Genji Moon on the Lake Commentary ) is a commentary on The Tale of Genji written by Kigin KITAMURA . +Furosaki Byobu , one of the tea ceremony equipment , is a folding screen of two panels , which is placed in the corner at the upper end of the tea-making tatami mat when the tea ceremony procedure is done in a room of more than 4.5 tatami mat size . +Chaire , in its broadest sense , means chaki ( tea utensils ) in general into which powdered green tea is poured , and in a more limited sense means ceramic tea utensils , in contrast with wooden tea utensils ( see " usuchaki " ( tea utensils for a light tea ) ) as typified by natsume ( a container for powdered tea ) . +Zenjodo is the mountain path that leads to zencho ( the peak of a sacred mountain ) . +Yasutoki HOJO was a military commander in the early Kamakura period . +Yonaoshi Ikki refers to a rush of uprisings that the Japanese society experienced from the later Edo period to the early Meiji period . +Horokuhiya was a weapon invented and used in Japan during the Sengoku period ( period of warring states ) ( Japan ) . +Karahashi ( date of birth and death unknown ) was a maid housed in O-oku ( the inner rooms of the shogun 's palace ) of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Tadasada KAZANIN ( November 22 , 1379 - September 15 , 1416 ) was a kugyo ( court noble ) who lived during the Muromachi period . +Otogiku SUGIMOTO ( 1849 to July 27 , 1878 ) was a shizoku ( family or person with samurai ancestors ) of Ishikawa Prefecture in the early Meiji perio +Amida triad is one style to place a Buddhist image in Buddhism . +Taihei Gyoran is one of the encyclopedias from the early Northern Song Dynasty . +Compiled by Dogen in the Baisong Dynasty era in China , Keitokudentoroku ( written 景徳傳燈録 or 景徳伝灯録 in the modern kanji , 30 volumes ) is a history book representative of the Zen sect . +" Shoryoshu " is a collection of poetry and prose which was written by Kukai . +Fujinaga ISSHIKI ( the date of birth unknown - May 6 , 1596 ? ) was Busho ( Japanese military commander ) in the Sengoku period ( Japan ) . +Soujun IKKYUU was a Zen monk in the Daitokuji branch of the Rinzai sect , during the Muromachi period . +Michiyuki MATSUDA ( June 22 , 1839 - July 6 , 1882 ) was a government official of the Ministry of Home Affairs and a statesman in Japan . +Kyoto Racecourse is a racecourse located in Fushimi Ward , Kyoto City , Kyoto Prefecture . +The Yamato race is the race that has been living since ancient times in the Japanese Islands including Japan 's mainland ( Honshu , Shikoku and Kyushu ) and the other islands around them . +FUJIWARA no Yasunori ( 825-May 23 , 895 ) was an aristocrat of the early Heian period . +Sakkai ki is a diary written by Sadachika NAKAYAMA , Gon Dainagon ( chief councilor of state ) and Danjoin ( President of the Board of Censors ) . +Yanagidani Mountain Railway ( " Yanagidani Tozan Tetsudo " in Japanese ) was a cable car line , which was intended to run near Yanagidani Kannon ( Yokoku-ji Temple ) in the present day Nagaokakyo City . +Kagutsuchi is the god of fire that appears in Kiki-shinwa ( the Kojiki , Nihonshoki and mythology ) . +Hikoyai no mikoto ( 日子八井命 , year of birth and death unknown ) was a member of the Imperial family , who appears in the Japanese Myth . +TAIRA no Moritsuna ( dates of birth and death unknown ) is a busho ( Japanese military commander ) during the end of Heian period . +Yasutsune WAKIZAKA ( year of birth unknown - May 22 , 1632 ) was a successor of the Iida Domain , Shinano Province . +Ango is an ascetic practice conducted for a specified period at one place by a group of Buddhist monks who have been engaged in separate activities . +Imperial Princess Yushi ( Imperial Princess Sukeko / Imperial Princess Sachiko ) +Aazusayumi is a bow made of Japanese cherry birch used for Shinto rituals . +The village community mainly means the social structure in a village . +Goyotei is a villa of imperial family or royalty of Japan . +A sculpture of deities is a statue or a portrait to represent Kami , an object of worship . +Shikimoku was an itemized form of law code used in medieval Japan . +Sugawara Tenman-gu Shrine is a Shinto Shrine located in Nara City , Nara Prefecture . +Inoko mochi ' is a rice cake cooked on inoko ( the day of boar ) . +Akiyo TOMOEDA ( March 24 , 1940 - ) is a traditional Japanese Noh drama performer and member of the Kita school ( one of the 5 major Noh troupes ) . +Shigeyuki HOSOKAWA ( 1434 – October 13 , 1511 ) was a shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) of Awa , Mikawa and Sanuki Provinces in the Muromachi period . +Kanin ( dates of birth and death unknown ) was a Tendai sect priest in the middle Heian period . +Tsuneie KONOE ( 1332 - 1389 ) was a kugyo ( top court official ) who lived in the Muromachi period . +The Fushimi-kaido here refers to a road that links the Gojo-dori Street in Kyo , Capital ( Kyoto ) with Fushimi . +Sarayashiki is a general term for Kaidan telling ( Ghost Stories telling ) famous for a woman 's ghost named Okiku counting plates . +Shimokoma Station , located in Seika-cho , Sorakugun of Kyoto Prefecture , is a stop on the Katamachi Line of West Japan Railway Company ( JR West ) . +The Tenmanya Incident was an incident in which members of Kaientai ( an association of roshi ( masterless samurai ) organized by Ryoma SAKAMOTO ) ( Roshi association ) and Rikuentai ( an association of roshi organized by Shintaro NAKAOKA ) assaulted a hatago ( inn with meals ) on Aburanokoji-dori Street , Kyoto called Tenmanya , attacking Yasushi MIURA , who was a feudal retainer of the Kishu Domain , and fought a battle against Shinsengumi ( group that guarded Kyoto during the end of Tokugawa Shogunate ) . +Kabushiki Kaisha ( a joint stock corporation ) Heirakuji ( literally , Heiraku-ji Temple ) Shoten is a publishing company located at Nakagyo Ward , Kyoto City . +OK +Matsuiyamate Station , located in Yamate-Chuo , Kyotanabe City , Kyoto Prefecture , is a stop on the Katamachi Line , which is operated by the West Japan Railway Company ( JR West ) . +" 祝詞 " +Machiai-chaya is an industry which offers rental rooms used for waiting for others and gatherings . +Yoshinori UESUGI ( 1333 - May 22 , 1378 ) is a busho ( Japanese military commander ) in the period of the Northern and Southern Courts ( Japan ) . +Oyamatsumi is the god described in Japanese mythology . +The Kikuchi clan is one of Japanese clans . +Goma-dofu is one of Shojin-ryori ( vegetarian diet ) . +Joshu daimyo ( daimyo who is allowed to live in a castle ) is a social status in the early-modern times of the Edo period , and refers to a daimyo , who was allowed to have a castle as his residence in his kunimoto ( hometown ) , among Daimyo families ( feudal lord families ) classified according to their resident provinces and resident castles into five ranks : kokushu ( landed daimyos ) , jun ( associate ) kokushu , joshu ( lord of a castle ) , joshukaku ( joshu class ) , mujo ( without a castle ) ( jinya [ regional government office ] ) . +Rokujosaiin no senji ( year of birth and death is not clear ) was a female waka poet in the late Heian period . +Matsubayashi ( or Matsuhayashi ) is a traditional performing art for New Year 's celebration . +Zensho-ji Temple on Mt . Myoe is located in Okazaki Higashifukukawa-cho , Sakyo Ward , Kyoto City , to the east of Kurodani Ryuko-in Temple . +Tamamo no Mae ( may be written with a few different sets of Chinese characters ) was an imaginary woman of great beauty which was the transformed figure of the Hakumenkinmokyubi no kitsune ( white-faced , golden-haired , and nine-tailed fox ) that served Emperor Toba at the end of the Heian period . +The battle of Dannoura was fought in the closing days of the Heian period , on April 25 , 1185 , under the old lunar calendar ) , and took place in Nagato Province , at Akamaseki , Dannoura ( modern-day Shimonoseki , Yamaguchi Pref . ) . +Mimurodo Station , located in Todo-deguchi , Uji City , Kyoto Prefecture , is a stop on the Keihan Uji Line , which is operated by Keihan Electric Railway . +Shimotsuunakami kuninomiyatsuko 下海上国造 was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the east part of Shimousa Province . +Sanzaemon YOSHIKAWA contributed to develop a town then called Imahama into the Nagahama castle town following the order made by Hideyoshi TOYOTOMI . +The Omi-Takashima Domain refers to a domain which existed in Takashima County , Omi Province ( present-day Takashima City , Shiga Prefecture ) . +Kawahara no Miya was a palace where Empress Kogyoku lived in the middle of the seventh century . +ABE no Yoshimasa ( 955 ? - June 4 , 1019 ) was an Onmyoji ( Master of Yin yang ) , and Inyoka ( the Yin and Yang school of philosophy ) in the Heian period . +Komin KAWAMOTO ( 1810 to July 18 , 1871 ) was a scholar of Western sciences by the means of the Dutch language at the end of the Edo period and in the period of the Meiji Restoration . +Banyu Enzetsu is a speech made by Navy Minister Sukenori KABAYAMA in the second Imperial Diet in December 1891 . +Teikan ( Imperial Crown ) Style is a Japan-west blended architectural style that is a modern architecture ; a reinforced concrete building , which was popular in the early Showa period , with a Japanese tiled roof . +Peddling ( Gyosho ) is one of retailing industry ( service business ) where peddlers sell products by moving from customer to customer without having their specific stores . +Kakiage is a kind of tenpura , a Japanese deep-fried dish , where several kinds of seafood and vegetables are deep-fried in batter . +Hachimanmae Station , located in the Sakyo ward of Kyoto City , is a stop on the Kurama Line of the Eizan-dentetsu ( Eizan Electric Railway ) . +Sakaki ( The Green Branch ) is one of the fifty-four chapters of " The Tale of Genji . " +Budo Senmon Gakko ( Vocational Training School of Martial Arts ) is a vocational school under the old-education system founded by ' Dai-Nippon Butoku-Kai ' ( Great Japan Federation of Martial Arts ) in present-day , Sakyo Ward , Kyoto City , Kyoto Prefecture , to train martial arts coaches . +Sukemura NASU ( 1190 ? - 1268 ? ) was a person who lived during the Kamakura period . +SAEKI no Itaji is a court noble in the Nara Period . +Juliao NAKAURA ( 1568 - October 22 , 1633 ) was a Christian and was one of the vice-envoys of Tensho Keno Shonen Shisetsu ( the Tensho Boy Mission to Europe ) who lived during the Azuchi Momoyama period to the early Edo period . +" Sanseki " refers to three established calligraphers . +Ichiro AYA ( 1838 - Oct 6 , 1868 ) was a member of the Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) form Osaka , Settsu Province . +Tanba +Gekisei refers to a system that Kugyo ( high court nobles ) who were ministers read moshibumi ( a general term for a request or petition submitted by a lower authority to a higher ) from shoshi ( officials ) , had conferences and gave decisions on them at Geki Cho , an office of Geki ( Secretary of the Grand Council of State ) . +Michinobu KONO ( 1156 - July 6 , 1222 was a Japanese military commander in Iyo Province who lived from the end of the Heian period to the beginning of the Kamakura period . +Tennokawa Onsen Hot Spring is a hot spring which is located in Amakawa Mura , Yoshino County , Nara Prefecture ( old province , Yamato Province ) . +The Miyafuku Line is a railway operated by Kitakinki Tango Railway ( KTR ) , running from Miyazu Station in Miyazu City , Kyoto Prefecture , to Fukuchiyama Station in Fukuchiyama City , Kyoto Prefecture . +Save-and-five syllable meter is a form of poem in which words of Shichion ( seven syllables ) and Goon ( five syllables ) repeat one after another . +Imperial Princess Masako was a member of the Japanese Imperial Family . +Japonism ( Japonisme in French ) is a term for an interest in and an appreciation for Japanese arts that appeared in Europe . +Kakujo ( 1013 - December 9 , 1063 ) was a Buddhist priest of the Tendai sect who lived in the mid-Heian period . +Yasedoji , Yasenodoji , or Hasedoji was a group of people who lived in Rakuhoku Yasego , the Yase Village in the northern Kyoto ( present day Yase , Sakyo Ward , Kyoto City , Kyoto Prefecture ) serving as Yotei ( koshi carrier ) for the Emperor from the Muromachi period . +The Johei and Tengyo Wars ' is the generic name given to the two wars that occurred almost at the same time during the mid-Heian period in Kanto and the Seto Inland Sea : TAIRA no Masakado 's War and FUJIWARA no Sumitomo 's War . +Tango okoku ron is a theory in which Teiji KADOWAKI asserted an existence of " Tango Kingdom " in and around Tango region ( present Tango City , Kyoto Prefecture ) during the Kofun period ( tumulus period ) , which is believed to have been independent and rivaled Yamato sovereignty ( the ancient Japan sovereignty ) ( It is also referred to as " Tanba Kingdom " because Tango Province was divided from Tanba Province later ) . +Mototsuna YASUTOMI was a Japanese military commander who lived during the Muromachi period . +Information +Himemiko ( also referred to as Ojo or Kojo ) is the naming of daughters of Tennoo ( emperor ) . +Suzuribako means a box that is used for keeping suzuri ( ink stone ) and other articles . +Kitaoji +Mitsutorii is a combination of three myojin-gate torii ( a pillared gate-like entrance to a Shinto shrine ) , and it is sometimes called yotsuashi torii ( four-legged torii ) because it has four pillars . +Shomyo means the invocation of the name ( s ) of the Buddha and / or Bodhisattva . +Here is the article " The Goto troops in Japan 's Invasion of Korea " about the activities of Goto Domain in Hizen Province ( Fukue Domain , the present Goto Islands in Nagasaki Prefecture ) in the Bunroku and Keicho War led by Hideyoshi TOYOTOMI . +Ohashi Tayu was a tayu ( courtesan ) in Shimabara , Kyoto . +Rentaro TAKI ( August 24 , 1879 - June 29 , 1903 ) was a Japanese musician and composer . +Tsubaiotsukayama-kofun is a tumulus located in Yamashiro Town of Kizugawa City , Kyoto Prefecture . +Somanouchi-kofun Tumulus Cluster is a tumulus cluster in Tenri City , Nara Prefecture . +Konpira ( 金毘羅 ) is a water god and demon god of Mt . Ryojusen in India , and is the head of the Juni Shinsho ( the twelve protective deities ) of Yakushi Nyorai ( the Healing Buddha ) . +MINAMOTO no Hitoshi ( 880 - March 951 ) was a noble who lived in the early to middle Heian Period . +Masuda-ike Pond is a reservoir which once existed in Kashihara City , Nara Prefecture but does not now exist . +FUJIWARA no Chikamichi ( year of birth and death unknown ) was a court noble during the late Heian period . +TOYOTOMI no Sadako ( Sadako HASHIBA ) ( 1592 - 1658 ) was a personality in the Azuchi-Momoyama and Edo periods . +MINAMOTO no Kanemasa ( year of birth and death unknown ) was a poet of the middle to late-Heian period . +Yugoro KONDO ( December 24 , 1851 - February 23 , 1933 ) was an expert swordsman from the end of the Edo period to the Meiji period . +Morinobo Zoryu ( dates of birth and death unknown ) was a Buddhist monk in the Sengoku Period ( Period of Warring States ) . +MINAMOTO no Mitsunobu , c.1092 - October 1145 ( October under the old lunar calendar ) , was a samurai who lived at the end of the Heian Period . +Komabue is one of the wind instruments used in the orchestra of gagaku ( ancient Japanese court dance and music ) . +TAIRA no Shigeko ( 1142 - August 14 , 1176 ) was Emperor Goshirakawa 's Empress after the Emperor succeeded to the throne . +The local tax regulations were defined as tax items ( items of taxation ) prefectures can collect and expense items paid by the tax revenue during Japanese Meiji and Taisho periods . +Ryojin hisho was a folk song collection compiled in the end of Heian period . +Fusajiro KAJIMA ( 25 October , 1869 - 29 July , 1932 ) was a Japanese businessman and a politician who was born in Shobara Village ( currently Shobara City ) , Hiba District , Hiroshima Prefecture . +Tomotsuna KUTSUKI ( 1599 - September 20 , 1662 ) was a hatamoto ( direct retainer of the bakufu [ Japanese feudal government headed by a shogun ] ) , who lived during the early Edo period . +Nyudo Shinno means an Imperial Prince who has entered the priesthood , becoming a lay Buddhist ( Ubasoku ) . +Chiho San Shinpo ( Three New Local Laws ) refers to three laws on the Japanese local administration system that were enacted during the Meiji period . +Toyokuni-jinja Shrine is a Shinto shrine located in Higashiyama Ward , Kyoto City . +FUJIWARA no Ishi , 1076 - March 12 , 1103 , was an Imperial consort during the late Heian period . +Imperial Prince Kazurawara ( December 1 , 786 - July 17 , 853 ) , a member of the Imperial Family in the Heian period , was the founder of the Taira clan . +Daisu refers to tea equipment used during tea ceremony procedure , or a kind of a display stand for tea ceremony utensils such as mizusashi ( cold water jar ) . +" Eikyoki " is an account of war that covers the incidents ranging from the Eikyo War and Yuki War in the Muromachi period to the political circumstances in Togoku ( the eastern part of Japan , particularly Kanto region ) . +Yumai-zukuri is the modern method for brewing sake ( rice wine ) wherein rice is reduced to a gruel-like consistency to enable saccharification at a high temperature . +Wakan konkobun was a Japanese writing style generated in the late Heian period . +Chokan-kanmon ( or Chokan no kanmon ) was kanmon ( written report for what the Imperial court requested ) written in the Chokan era ( 1163 - 1164 ) during the Heian period . +Zenjo-ji Temple is one of the temples of the Soto sect , that is located in Zenjo-ji , Ujitawara-cho , Tsuzuki County , Kyoto Prefecture . +Senior statesmen 's conferences , which took over the official duties of genro ( retired elder Japanese statesmen ) , were held during the Showa period in the form of responding to the Emperor 's request for advice regarding the selection of a succeeding Prime Minister and the nation 's important issues . +Utamaro KITAGAWA ( 喜多川 歌麿 ) ( the date of birth unknown , 1753 - October 31 , 1806 ) was an ukiyo-e artist in the Edo period . +Nichiju ( 1549 to 1623 ) was a Nichiren sect priest from the Azuchi-momoyama to the early the Edo period . +Nuka-zuke ( or nukamiso-zuke ) , which is also called dobu-zuke or dobo-zuke , is one type of representative pickles in Japan , made by pickling vegetables in nuka-doko ( a rice bran bed made by lactic acid fermentation ) . +Juyo mukei bunkazai ' refers to ' intangible cultural properties ' designated by the Japanese Minister of Education , Culture , Sports , Science and Technology under ' the Law for the Protection of Cultural Properties ' in Japan . +" Toki wa Ima Kikyo no Hataage " is the title of a Kabuki play . +Prince Sakurai ( around 560 - 587 ) was the sixth son of Emperor Bidatsu and his wife , SOGA no Kitashihime . +FUJIWARA no Akitada ( 898 - June 1 , 965 ) was a court noble who lived in the Heian Period . +Jinpu is fuko ( a vassal household allotted to courtier , shrine and temple ) donated to a shrine . +Naishi no tsukasa was one of the cutcherry in government-regulated organizations in Japan . +The Kissaka-toge Pass is a pass located on the border between Maizuru City , Kyoto Prefecture and Takahama Town , Oi County , Fukui Prefecture . +Kitamura Museum is a private art museum mainly devoted to antiquities and tea utensils , located in Kamigyo Ward , Kyoto City . +Sekisho ( barrier station ) were facilities installed at the important points of traffic , in order to collect taxes and perform inspections . +Shimo-Amazu Station , located in Fukuchiyama City , Kyoto Prefecture , is a railway facility on the Miyafuku Line of the Kitakinki Tango Railway ( KTR ) . +The Horyakureki or Horekireki is a Japanese lunar-solar calendar , formerly used in Japan . +The Nosenkata was an organization commissioned to collect the dosoyaku ( taxes imposed on pawnbrokers and moneylenders by the Muromachi bakufu - Japanese feudal government headed by a shogun ) and sakayayaku ( taxes imposed on sake brewery by the Muromachi bakufu ) , whose members were appointed by the Muromachi bakufu from among influential figures belonging to the doso ( pawnbrokers and moneylenders ) or the sakaya ( sake breweries ) . +Ebusshi was a monk and specialist who was mainly engaged in the production of Buddhist paintings and coloring of statues . +Takaragaike Park Sports Facility Ball Grounds , Kyoto City refers to a ball field in Takaragaike Park in Matsugasaki Nishiikenouchi-cho , Sakyo Ward , Kyoto City , Kyoto Prefecture . +This article describes the history of Hongwan-ji Temple of the Jodo Shinshu sect , founded by Shinran . +The crown princess is a person who has the position of the wife of a prince . +Princess Akiko ( 1638 - August 2 , 1680 ) was a member of the Japanese Imperial Family . +Soroku was a position that existed in Japan following the middle ages responsible for religious human affairs such as the registration and appointment of head priests +The Omiya-dori Street is one of the major streets running north-south in Kyoto City . +KBS Hall is a hall in the Broadcasting Hall of Kyoto Broadcasting System Co . Ltd . ( KBS Kyoto ) in Kamigyo Ward , Kyoto City . +Soymilk is a beverage made by soaking soybeans in water , grinding them , adding water , boiling the mixture down and filtering the grounds . +The kara-zukuri style concerns castle buildings in Japan , the external view of tenshu ( the main keep or tower of a castle ) in particular . +The word " buke " refers to the collection of various powers which support the authority of a bakufu ( Japanese feudal government headed by a shogun ) , and this word sometimes also refers to a Shogun family or general samurai . +Shigekatsu YOKOHAMA ( year of birth and death unknown ) was a busho ( Japanese military commander ) during the Azuchi-Momoyama period . +Tametada REIZEI ( July 26 , 1824 - April 25 , 1885 ) was a Japanese poet . +The Utsunomiya clan is one of the Japanese clans . +Gogyoka ( Five Line Poems , 五行歌 ) is a new type of poetry which utilizes ancient ballads and Waka ( thirty-one-syllable poems ) included in " Kojiki " ( The Records of Ancient Matters ) and " Nihon Shoki " ( The Chronicles of Japan ) and is revived in modern times as prototypes of Japanese poetry . +Cloistered Imperial Prince Chokaku ( 1219 - 1289 ) was a chief priest of Sanzen-in Temple of the Tendai sect during the Kamakura Period . +Bonsho are hanging bells as a Buddhist equipment used in East Asian temples . +Motonari MORI was kokujin ( local lord ) and a fighting daimyo ( territorial lord ) of Aki Province in the late Muromachi to the Sengoku period . +Soshinni ( 1588 - April 5 , 1675 ) was a daughter of Toshisada MAKIMURA who was a lord of the Iwate castle in the Ise province and nun served Iemitsu TOKUGAWA , the third seii taishogun ( great general ) of the Edo bakufu ( Japanese feudal government headed by a shogun ) in the Edo Period . +YUGE no Kiyohito ( date of birth and death unknown ) was a Kugyo ( high court noble ) who lived in the Nara period . +Zoroku HAMAMURA IV ( Male , 1826 - February 24 , 1895 ) was a tenkokuka ( artist of seal engraving ) in Meiji Period in Japan . +Hamao ARAI ( 1843 - October 20 , 1868 ) , from Kai Province , was a member of the Shinsengumi . +Nobutami ODA ( March 5 , 1840 - August 1 , 1865 ) was a daimyo ( a Japanese feudal lord ) in the Edo period . +" Chashitsu " is a facility built for a tea ceremony host ( shujin ) to invite and entertain guests with tea . +Hiogi is a fan made of wood that was used in the Imperial court . +Masatoyo YAMANA ( shugo daimyo , Japanese provincial military governors that became Japanese feudal lords ) during the late Muromachi Period . +Tsunenori KUJO ( 1331 - June 22 , 1400 ) was a court noble during the period of the Northern and Southern Courts . +The Hyakuman-to Towers were produced in the late Nara period at the wish of Emperor Shotoku . +Seigan-ji Temple is a Buddhist temple located on Shin Kyogoku-dori , Nakagyo Ward , Kyoto City . +Vice shogun is the post of military officer which was ranked the next position of " Dai Shogun ( the great general ) " or shogun in Japan . +Honke Nishio Yatsuhashi is the oldest manufacture of Yatsuhashi ( type of sweets made with bean paste ) in Kyoto , established in 1689 . +Kengyo YOSHIZAWA ( 1800 or 1808 - 1872 ) was a visually impaired musician , playing jiuta shamisen ( traditional music for the three-stringed banjo-like shamisen ) , sokyoku ( music for the zither-like koto ) , the kokyu ( Chinese fiddle ) , and the Heike biwa ( a lute-like instrument with four strings and five frets used to play Heike Monogatari ) , and composer active at the end of the Edo Period . +Saikachihama Swimming Area is a swimming area operated by Nagahama City which is located in Takahashi-cho and Tamura-cho in Nagahama City , Shiga Prefecture facing Lake Biwa . +Kamiyu Onsen Hot Spring ( Kamiyu Onsen ) is a hot spring in Totsukawa-mura , Yoshino-gun , Nara Prefecture ( the former Yamato Province ) . +Sanetomi SANJO ( March 13 , 1837 - February 18 , 1891 ) was a noble and a politician who was active from the end of the Edo period to the Meiji period . +Takeie no Okimi ( year of birth and death unknown ) was a person from the Asuka period , Japan . +Myotai-ji Temple is a temple of the Nichiren Shoshu sect located in Kyotango City , Kyoto Prefecture . +Keifuku Electric Railroad Co . , Ltd. is a company that operates a tramway business ( electric tramway ) , cable cars and cableways in Kyoto City . +Origami is the traditional Japanese art of folding paper to make models of plants , animals , daily-use tools and amongst others . +Kyokai ( aka Keikai ; years of birth and death unknown ) was a priest at Yakushi-ji Temple , who lived in the Nara period . +MINAMOTO no Yoshitada was a military commander in the late Heian period . +Although it is commonly believed that Ieyasu TOKUGAWA founded the Edo shogunate , there is another theory that suggests an imposter took the place of Ieyasu TOKUGAWA at some stage of his life . +Mugaku Sogen ( 1226 - September 22 , 1286 ) was a priest of the Rinzai Sect of Buddhism who was from Qingyuan Prefecture , Mingzhou ( Zhejiang Province ) in China , and lived in the Kamakura period . +Kobe Naval Training Center is a naval officer training Institute and Navy Arsenal that Bakufu established in Kobe City in May 1864 under a proposal of Kaishu Katsu , a government 's naval magistrate . +Ainosuke KATAOKA is a kabuki actor . +Mokurai SHIMAJI ( March 10 , 1838 - February 3 , 1911 ) was a priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) Hongan-ji school who actively worked in the Meiji period . +Yamato-cha green tea is a kind of Japanese tea produced in an area centering Yamato Plateau in Nara Prefecture . +The warrior class was a status given to hatamoto ( a direct vassal of the shogun ) and high-ranking warriors of the Edo period after the Meiji Restoration . +Jinruikan Incident , also known as ' Gakujutsu-Jinruikan Incident ' or Osaka Exhibition Incident , ' occurred at ' Gakujutsu-Jinruikan ' in the fifth National Industrial Exhibition held in 1903 at Tennoji , Osaka , at the exhibition , living people dressed in their ethnic costumes and their ethnic houses were exhibited , those people were from Okinawa , Korea , India , Malaysia , Java and Africa as well as the Ainu tribe and the Takasago tribe of Taiwan . +Kiyotada BOMON ( date of birth unknown - April 11 , 1338 ) was a court noble who lived in the period of the Northern and Southern Courts . +Sotoba is the Japanese transliteration of the Sanskrit word " stupa . " +Tsunenari OINOMIKADO ( January 4 , 1683 - May 26 , 1714 ) was a Kugyo ( high court noble ) who lived in the early Edo period . +The Kyoto Town Magistrate was one of the ongoku-bugyo ( magistrates placed at important areas ) that was set up in Kyoto by the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Kiritsubo ( The Paulownia Court ) is one of the smaller houses of kokyu ( seven larger houses and five smaller ones which were mainly empress 's residences ) in the Heian Imperial Palace . +Minoru KITA ( February 23 , 1900 to October 2 , 1986 ) was a Noh actor of the shite-kata Kita school ( one of the five schools of shite-kata [ main roles ] ) , and the 15th Soke ( headmaster of the head family ) in the Kita school . +Kiyotosaku Oketsu is a horizontal decorated cave tumulus located in Oaza Shinzan , Futaba-machi , Futaba County , Fukushima Prefecture . +Shinsengumi Tenmatsuki was one of the valuable materials on Shinsengumi as an oral history material by Shinpachi NAGAKURA , one of the survivor , one of leading members of Shinsengumi . +Gasho ( 887 - February 20 , 967 ) was a monk of the Tendai Sect who was active in the middle of the Heian period . +Saneyoshi ICHIJO ( March 26 , 1835 - May 16 , 1868 ) was a Kuge ( court noble ) who lived in the late Edo period . +FUNYA no Watamaro ( 765 to June 10 , 823 ) was a seii taishogun ( literally , " great general who subdues the barbarians " ) and kugyo ( a minister ) in the first half of the Heian period . +Located in Katagihara in Saikyo Ward of Kyoto City , Kyoto Prefecture , Katagihara haiji ato are the ruins of an ancient temple , which are designated as a National Historic Site . +FUJIWARA no Kinzane ( 1053 - December 29 , 1107 ) was a court noble and poet of Heian period . +Munenao TAKAHASHI ( 1703 - 1785 ) was a Kuge ( court noble ) , authority of ancient practice of customs and scholar of Japanese classical literature in the Edo Period . +Hoshikawa no Wakamiya no miko ( year of birth unknown - 479 ) , was a member of the Imperial family ( Royal family ) , who is said to have lived in the Kofun period ( tumulus period ) according to " Nihonshoki " ( Chronicles of Japan ) . +Norinaga NIJO ( 1234-date of death unknown ) was a kugyo ( court noble ) of the Kamakura period . +Buyeo Pung ( years of birth and death unknown ) was the prince of the last King Uija of Paekche ( reign AD 641 to AD 660 ) . +FUJIWARA no Yasusuke ( year of birth unknown -August 7 , 988 ) was a government official ( esp. one of low to medium rank ) and also regarded as a ringleader of robbers in the mid-Heian period . +Enchishi ( Gardens and Ponds Office ) was one of the institutions belonging to Kunaisho ( Ministry of the Sovereign 's Household ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Bukeho refers to a set of codes enforced on samurai society and on the military government during the medieval and the early modern times in Japan . +Kaiseki SATA ( May 12 , 1818 to December 9 , 1882 ) from Higo Province was a Jodo Shinshu sect monk of Hongan-ji school ( In his later years , he was a Tendai sect monk ) from the end of the Edo period to the beginning of Meiji period . +In the Eiroku Incident , troops led by the so-called " Miyoshi Triumvirate " ( Nagayuki MIYOSHI , Masayasu MIYOSHI and Tomomichi IWANARI ) and Hisahide MATSUNAGA attacked and killed Yoshiteru ASHIKAGA , the 13th Seii Taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi Bakufu ( Japanese feudal government headed by a shogun ) , at the then Imperial Palace in Nijo , Kyoto on Eiroku 8 , the 19th day of the 5th month ( according to the old calendar ) ( June 17 , 1565 ) . +Fushimi-momoyama Station , located in 4-chome , Ryogae-machi , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a railway stop on the Keihan Main Line of Keihan Electric Railway . +Uji Hachi no Miya ( the Eighth Prince ) is one of the fictional characters appearing in " The Tale of Genji " written by Murasaki Shikibu . +Tanbanomichinoushi no mikoto ( 丹波道主王 : year of birth and death unknown ) was a member of the Imperial family ( Royal family ) , who appears in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +MINAMOTO no Hiromu ( 812 - February 16 , 863 ) was a court noble during the early Heian period . +Oichi no Kata ( 1547 ? - June 14 , 1583 ) was a woman of the Sengoku period ( Period of Warring States ) . +Kian Soen ( February 8 , 1261 - April 28 , 1313 ) was a priest of the Rinzai sect of the late Kamakura period . +" Ichinomiya " ( lit. first shrine ) may refer to +FUJIWARA no Muneko ( dates of birth and death unknown ) was a woman during the late Heian period . +The chihaya ( outer vestment garment ) has existed in Japan since ancient times and is a piece of clothing used when performing religious rituals and duties that is principally worn by women . +Shigefusa UESUGI ( dates of birth and death unknown ) was a court noble and samurai who lived in the middle of the Kamakura period . +Shigetsugu NIWATA ( March 19 , 1757 – May 16 , 1831 ) was a court noble of the Edo period . +Toro ' is fish meat cut from a specific part of tuna , and is used as an ingredient for sushi , etc . +The term " monyo " generally referred to families that were related by blood . +Kurama Tengu +Soboro is the soy-simmered , fine-crumb ground meat using pork , chicken , fish or shrimp . +Toshiharu TOGI ( September 14 , 1929 - year of death unknown ) is a gagakuka , or a person who plays old Japanese court music , and is also a member of the Japan Art Academy . +Karasuma Oike Station , located in Nakagyo Ward , Kyoto City , Kyoto , Kyoto Prefecture , is a stop on the Kyoto Municipal Subway line . +The Jodo Sanbu-kyo is a collective name for the basic three sutras of the various Jodo sects in Japan . +" Honbutsu " means the Primordial Buddha among numerous Buddha ( Nyorai . ) +Imperial Prince Nariyoshi ( his name can also be read as Narinaga ) ( 1326 - January 29 , 1344 ) was the son of Emperor Godaigo of the period of the Northern and Southern Courts ( Japan ) . +Kujira Domain was a feudal domain that was located in Yamato Province ( present-day Kujira , Gose City , Nara Prefecture ) +Sonobe-jo Castle is located ( initially as Jinya - a government house ) in Nantan City , Kyoto Prefecture . +Uchitsune ICHIJO ( August 19 , 1291 - November 15 , 1325 ) was a court noble and waka poet in the latter half of Kamakura period . +Zuikei Shuho ( January 2 , 1392 – June 3 , 1473 ) was a Buddhist priest of the Rinzai sect in the mid-Muromachi Period . +Imperial Prince Arisugawa-no-miya Yukihito ( April 9 , 1656 – August 20 , 1699 ) was a member of the Imperial family who lived in the Edo period . +Sarashi is white , long cloth ( 34cm in width , 2 to 10m in length ) , and it is usually used by wrapping around the stomach . +Joden ( 定田 ) refers to rice fields which were designated , as a result of a kenchu ( land survey ) on territories belonging to shoen ( manors ) and koryo ( public lands ) , as taxable lands in regard to the payment of kanmotsu ( tribute goods paid as taxes or tithes ) , shoto ( tax on rice fields ) , nengu ( annual tribute , land tax ) , and kuji ( public duties ) . +Izanami ( written as 伊弉冉 , 伊邪那美 , 伊弉弥 ) is a goddess in Japanese mythology . +In contrast to tanka poetry as art , doka refers to tanka ( 31 syllables ' poem ) or waka ( Japanese poem ) that includes Buddhist teachings or that Zen monks composed to make study and spiritual enlightenment easier to understand . +Jisho HACHIMONJIYA ( year of birth unknown - December 3 , 1745 ) was a Ukiyozoshi ( Literally , Books of the Floating World ) writer and hanmoto ( publisher ) . +Hikimayu is a makeup technique applied from the Nara period to the Edo period , meaning to shave or pull out eyebrows . +" Wakahirume no mikoto " is a god ( Shinto ) appearing in Japanese Mythology . +Meibutsu can be regarded as a rating of tea utensils . +Shingi ( Monastic regulations in the Zen Sect ) , which is formally called Shojodaikaishu kikujunjo , is the regulations of a group of the Zen sect ( a sect of Buddhism ) . +The movement to unite for a common purpose refers to a unification movement took place between 1887 and 1889 among factions of the Freedom and People 's Rights Movement to prepare for the establishment of the Imperial Diet . +Fusako TAKATSUKASA ( October 12 , 1653 - May 19 , 1712 ) was a member of the Japanese Imperial Family . +Higuma KATO ( year of birth unknown - June 23 , 1867 ) was a common member ( regimental soldier ) of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) and was a 側越人 of Kanryusai TAKEDA . +" Imperial property " refers to the property of the Imperial family . +Taa ( 1237 - February 18 , 1319 ) was a Ji Sect Buddhist monk who lived during the latter part of the Kamakura period . +Tamakazura is one of the fifty-four chapters of " The Tale of Genji . " +Gozan indicates the status of a Zenrin ( temple of the Zen sect ) in China and Japan that is ranked above jissatsu ( for the ten important temples of the Rinzai sect ) and shozan ( for ordinary Zen temples ) . +The Aimanomachi-dori Street is a street runningnorth-south through Kyoto City . +Kayain was one of the Satodairi ( temporary imperial residence ) in Heian-kyo . +Kinharu OGIMACHISANJO ( 1441 - April 16 , 1495 ) was a Kugyo ( top court official ) during the Muromachi period . +Teruyoshi ICHIJO ( November 28 , 1756 - November 25 , 1795 ) was a Court noble who lived during the Edo period . +Harumichi YANO , born on December 18 , 1823 , in Arimatsu , Azo Village , Kita County , Iyo Province ( present-day Osu City , Ehime Prefecture ) , was a scholar of Japanese classical culture and a theologian . +Kentaro MIURA ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group ) which was the forerunner of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) of Japan . +Shijo Station , located in 1 Miyagawasuji , Higashiyama Ward , Kyoto City , Kyoto Prefecture , is a stop on the Keihan Main Line , which is operated by Keihan Electric Railway . +Japan Movie Production Federation ( May 1928 - February 1929 ) was an association in Kyoto made up of film companies focused on independent films . +FUJIWARA no Yoshimi ( 813 - November 13 , 867 ) was a court noble who lived in the first half of the Heian period . +The Hokenoyama-kofun Tumulus is a so-called Makimuku type escallop-shaped , large keyhole-shaped mound in the early first half of the Kofun period ( Tumulus period ) , located in Aza Hokenoyama , Oaza Hashinaka , Sakurai City , Nara Prefecture . +The Sixteenth Division was one of the divisions of the Imperial Japanese Army . +ITO resigned the prime minister in August 31 , and Kiyotaka KURODA , the Chairman of the Privy Council ( Japan ) also served temporarily as the prime minister until organization of the Cabinet by Masayoshi MATSUKATA on September 18 of the same year . +MURAKUNI no Mushimaro ( year of birth and death unknown ) was a figure who lived during Japan 's Nara period . +Hyakki yagyo emaki is a type of Japanese picture scrolls . +Shoseki KAWAI ( male , 1876-1956 ) was a tenkokuka ( artist of seal engraving ) who was active in Kyoto . +Gansen-ji Temple is a Buddhist temple belonging to the Shingon Ritsu Sect located in Kamo-cho , Kizugawa City , Kyoto Prefecture . +In the ancient and medieval periods of Japan , shoen ( manor in medieval Japan ) or feudal loads of the villages under the system of public lands and private estates , such as the great and powerful or the local jito ( manager and lord of manor ) set bounds on their territories ( states ) and insisted the justice of their domination over such territories . +Utaryo ( Bureau of Traditional Music ) was an organization belonging to the Jibusho ( the ministry of civil administration ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Mototsune HOSOKAWA was shugo ( provincial constable ) of the northern part of Izumi Province and the lord of Shoryuji-jo Castle in Yamashiro Province in the Sengoku period ( period of warring states ) . +The term " Hiten " refers to the tennin ( heavenly beings ) who flies around Buddha and sings . +Jun Daijo tenno is the treatment which is equal to that of Daijo tenno ( retired emperor ) . +Kakekotoba ( a pivot word ) is a rhetorical device used in waka poetry . +Mekabu seaweed is the thick , folded part of the phyllodes of wakame seaweed ( Undaria pinnatifida ) that is located above its appressoria . +Yoshiyuki YAMANA ( date of birth and death unknown ) was a shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) in the period of the Northern and Southern Courts ( Japan ) . +IKI no Hakatoko was ( years of birth and death unknown ) a person from Asuka Period to Nara Period . +The term " Zoyakumen " ( or Zoekiden ) means myoden ( rice fields named after the local land lords who developed the land in question ) which were exempted from zatsueki ( levies other than land tax ) under the system of shoen ( manor ) and kokugaryo ( territories governed by provincial government ) during the medieval period . +Ninsei NONOMURA ( 野々村仁清 : date of birth and date of death are unknown ) is a potter in the early Edo Period . +FUJIWARA no Sanesuke ( 957 - March 4 , 1046 ) was a high court official during the Heian period . +Choken ( 1126 - September 19 , 1203 ) was a Buddhist priest of the Tendai sect who lived from the late Heian period to the beginning of the Kamakura period . +TAIRA no Tamemori ( year of birth unknown - June 10 , 1183 ? ) was a military commander who lived during the last days of the Heian period . +Senbei ( 煎餅 ) is a kind of food made from flour . +SENA no Yukifumi ( year of birth and death unknown ) was a kajin ( waka poet ) and a scholar of Myogyo-do ( the study of Confucian classics ) , who lived during the Nara period . +Taisho Democracy refers to the movements that emerged in Japan 's Taisho period , urging for greater freedom and democracy in politics , society and culture . +Abura-bo is a strange light or a ghost known in Shiga and Kyoto prefectures . +Kanshin ( also known as Kanjin ) ( 1084 - April 2 , 1153 ) was a Shingon sect priest in the late Heian period . +The Choshu Conquest was the battle between the Edo bakufu ( Japanese feudal government headed by a shogun ) and the Choshu clan , which was fought twice in the latter half of the Edo period . +MINAMOTO no Noriyori was a busho ( Japanese military commander ) from the end of the Heian Period to the beginning of the Kamakura Period . +Kikunojo ONOE inherited the name of the Onoe school of traditional Japanese dance . +Sanemochi OGIMACHISANJO ( 1463 - April 12 , 1530 ) was a Kugyo ( top court official ) during the Muromachi period . +James Curtis Hepburn ( born March 13 , 1815 ; died June 11 , 1911 ) was a Presbeterian missionary who practiced medicine and developed the hepburn system of romanizing Japanese . +TACHIBANA no Narisue ( years of birth and death unknown ) was a kinju ( attendant ) of Michiie KUJO in the Kamakura period . +Tsukeshugen ( 付祝言 , also written as 附祝言 ) is one of the performance styles of noh ( traditional masked dance-drama ) . +FUJIWARA no Moroie ( 1027 - September 29 , 1058 ) was a middle-ranking court noble in the later Heian period . +" Miyakodori nagare no shiranami " is the title of a kabuki kyogen play which is commonly known as " Shinobu no Sota " ( Sota who avoids being seen ) . +The Shinyama tumulus is a zenpo-koho ( square front , square back ) tumulus constructed in the early era of the first half of the Kofun period ( tumulus period ) and is located in Koryo-cho , Kitakatsuragi-gun , Nara Prefecture . +Nishi-Maizuru is the western half of present Maizuru City . +Nichiren Shoshu Sect is one of the religious schools of Buddhism which had Nichiren as the founder of a religious sect , and was founded by Nikko . +Yoshifusa KOIDE ( also known as Yoshihide KOIDE , 1587 - April 13 , 1666 ) was a daimyo ( Japanese feudal lord ) in the early Edo period . +Built on a small hill in present day Nishi-Tsutsujigaoka-cho , Kameoka City , the Yorimasa-zuka Tumulus is the Kubizuka ( tomb of the head ) of MINAMOTO no Yorimasa of the Tada-Genji ( Minamoto clan ) , who died an untimely death towards the end of the Heian period . +Prince Hachiko ( 562 ? - Nov 28 , 641 ? ) is the first prince of Emperor Sushun and the male cousin of Prince Shotoku . +Nizaemon KATAOKA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +The Nakanomikado family +Seiichiro IKENO ( 1866 - 1943 ) is a Japanese botanist . +Myoki-an Temple is a Buddhist temple located in Oyamazaki-cho , Otokuni-gun , Kyoto Prefecture . +" Yowa no Nezame " is a story of the ocho monogatari ( tales of the Heian and Kamakura periods ) written in the latter half of the Heian period ( supposedly around the latter half of 11th century ) . +Hachijo KONPARU ( September 30 , 1886 - May 17 , 1962 ) was the 78th soke ( head ) of Shite Kata Konparu school ( one of the five Shite Kata schools ) . +Shimazu no Sho ( Shimazu Manor ) was a large manor located in southern Kyushu from the Heian period to the first part of the Kamakura period . +Fusamoto ICHIJO ( 1522 - May 9 , 1549 ) was a person who lived in the Sengoku Period ( Period of Warring States ) in Japan . +" Umeshu " is a liqueur which is popular in Japan and made by steeping green ume ( Japanese apricots ) , which are generally picked around June , in alcohol ( normally in white liquor or shochu - distilled spirits ) . +Doko TETSUGEN ( February 12 , 1630 - April 27 , 1682 ) was a Zen priest of the Obaku School in the early Edo period . +Tarikihongan ( salvation by faith in Amitabha ) has the following meanings : +Musa no kuni no miyatsuko ( 武社国造 ) , also known as Musa kokuzo , was a kuni no miyatsuko that ruled the northeast part of Kazusa Province in ancient Japan . +Takeshiro NAGAYAMA ( May 28 , 1837 - May 27 , 1904 ) was a military man of the Japanese Army and a nobleman . +Nishikyogoku Station , located in Ukyo Ward , Kyoto City , is a stop on the Hankyu Kyoto Line , which is operated by the Hankyu Railway . +The Asuka Period is a period in Japanese history , stretching from the end of the 6th century to the beginning of the 8th century , during which the capital was located in a place named Asuka . +Tokikiyo KASAI was a busho of Kamakura period . +Higashiyama Station , located in Higashiyama Ward , Kyoto City , is a stop on the Kyoto Municipal Subway Tozai Line . +Takekawa is a chapter title of " Genji Monogatari " ( The Tale of Genji ) which has fifty four chapters . +Tadatoki SHIMAZU ( 1202 – May 8 , 1272 ) was a busho ( Japanese military commander ) in the early and middle Kamakura period . +Tosei shosei katagi ( The Character of Modern Students ) is a novel written by Shoyo TSUBOUCHI ( a nom de plume : Harunoya Oboro ) . +The Takanawa negotiation was a conference held by the the head of the Meiji Government and the ambassadors of England , France , United States of America , Italy , and Germany , in Takanawa , Tokyo Prefecture on August 19 , 1869 . +HOZUMI no Momotari ( year of birth unknown-June 29 , 672 ) is Japanese of Asuka period . +KI no Osadamaro ( 755 - June 825 ) was a government official in the beginning of the Heian period . +Soshitsu SEN XVI ( 1956 - ) is the sixteenth generation grand master of the Urasenke ( the house of Urasen ) , Genmoku Soshitsu , and his saigo is Zabosai . +Katsurakisitoriniimasu Amenohaikazuchinomikoto-jinja shrine is located at the base of Mt . Nijo ( Nara Prefecture and Osaka Prefecture ) in Katsuragi City ( former Taima-Cho ) , Nara Prefecture . +Cavalry was a military force formed by soldiers mounting on horseback , armed with swords , spears , and guns . +The normal school order was an imperial edict promulgated on April 10 , 1886 . +Shuzan Jusshu refers to the specialty plays of Kichiemon NAKAMURA of Harimaya ( kabuki ) selected by Kichiemon NAKAMURA the first . +Kokai ( January 29 , 1608 – November 22 , 1695 ) was a Buddhist priest of the Tendai Sect in the early part of the Edo period . +" Jiin-ho " is a name for laws regarding Buddhist temples . +Emperor Go-Suzaku ( December 14 , 1009 - February 7 , 1045 ) , the sixty-ninth Emperor , reigned in the middle Heian period ( from 1036 to 1045 ) . +Akishino is the name of place in Nara City , Nara Prefecture , and according to the present residence indication , it is Akishino-cho . +Minowaraji or Minosoji is one of Japanese yokai ( ghosts , spirits and monsters ) which is portrayed in Sekien TORIYAMA 's yokai art collection book , " Gazu Hyakki Tsurezure Bukuro " ( The Illustrated Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +Game Archive Project , also known as GAP , was inaugurated in 1998 , by Kyoto Prefecture as a leasing body and other organizations . +The faction of Saiwai-club was a union of medium and small parliamentary factions in the House of Peers ( Japan ) led by the Tea Party group from the late Meiji period to the early Showa period . +Kyoto Prefectural Library is a prefectural library located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +Imperial Prince Yorihito ( August 29 , 1201 - June 25 , 1264 ) was a member of the Imperial Family during the early Kamakura period . +Tamemasa NAKAMIKADO ( 1255 - January 15 , 1307 ) was a court noble in the Kamakura period . +Chosai ( 1184 - February 19 , 1266 ) was a priest of the Jodo Sect in the middle of the Kamakura period . +Prince Takami ( year of his birth and death is unclear ) was either a member of the Imperial Family or a member of the Imperial Family conferred a family name during the middle of Heian period . +Kyoto Orthodox Church , located in Nakagyo Ward , Kyoto City , Kyoto Prefecture , is an Orthodox church of Japan ( Greek Orthodox Church ) . +Yusurutsuki is a container for shiromizu ( water after washing rice ) which is to be used for washing and arranging hair . +Chikamoto Nikki is the diary of Chikamoto NINAGAWA ( Shinuemon no Jo ) , who was the deputy steward of the office of administration in the Muromachi Period . +Kanekata URABE ( year of birth and year of death not known ) was a kanjin ( government official ( esp. one of low to medium rank ) ) in charge of matters relating to Shintoism ( in other words , Shintoist ) , who lived in the middle and late Kamakura period . +Kinshige SAIONJI ( 西園寺 公重 , 1317 - October 5 , 1367 ) was a Kugyo ( high court noble ) from the late Kamakura period to the Northern and Southern Courts period . +Hidetomo TOYAMA ( December 2 , 1609-February 6 , 1642 ) was the second lord of Naegi Domain in Mino Province . +TAIRA no Yasuyori ( c . 1146 - 1220 ) was a member of the noble class in the Heian period . +The Meio Incident involved the enthronement and dethronement of the Ashikaga seii taishogun ( literally , " great general who subdues the barbarians " ) and occurred in the Muromachi period in 1493 . +A Japanese-style room is a room on whose floor tatami mats are laid in a traditional Japanese house . +Yoshitsura ISSHIKI ( 1400 - June 14 , 1440 ) was a shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) in the early Muromachi period . +Sukemasa MACHI ( MACHI no Sukemasa ) ( April 28 , 1518 - November 18 , 1555 ) was a Kugyo ( top court official ) during the mid Sengoku period ( period of warring states ) ( Japan ) . +Shuen ( 771 - July 16 , 835 ) was a Hosso Sect Buddhist monk who lived during the first part of the Heian period . +Kuninao DATE ( November 2 , 1835 - January 12 , 1891 ) was a head of the Iwadeyama Date family , Sendai Domain Sept in the end of Edo Period , who devoted himself to development of Hokkaido after Meiji Restoration and laid the foundation of Tobetsu-cho . +Nobufusa TAKATSUKASA ( November 17 , 1565 - January 18 , 1658 ) was a kugyo ( top court official ) who lived in the era from the Azuchi-Momoyma period to the Edo period . +Kyoto International Exhibition Hall is an event site located in Sakyo-ku Ward of Kyoto City , Kyoto Prefecture . +Uraderamachi-dori Street is a street running north-south in Kyoto City . +Tanenao HARADA ( dates of birth and death unknown ) was a Japanese military commander and Dazai gonno Shoni ( Junior Assistant Governor-General of Dazai-fu [ local government office in Kyushu region ] ) in the late Heian period . +Masayoshi ABE was a daimyo ( feudal lord ) during the Edo period . +Independent Party ( Mushozoku-dan ) refers to a faction within the Diet of the House of Peers under the Constitution of the Empire of Japan . +Tsunemori KIKKAWA ( 1290-1358 ) was a bushi ( samurai ) of the Nanbokucho period ( the period of the Northern and Southern Courts ) . +Zenna ( years of birth and death are unknown ) was a Buddhist monk and a Rengashi ( linked-verse poet ) from the end of Kamakura Period . +Roji is also called Chatei and is the common name of a garden attached to a tea-ceremony room . +OTOMO no Tomokuni +" The Tale of Genji " is a Japanese novel written in the mid-Heian period . +Kusarigama ( a chain and a sickle ) is a weapon that has a form like a kama ( a sickle ) for cutting grass attached to a chain weight and it was developed as a weapon from a farming tool . +Fushimi Momoyama-jo Castle Land was an amusement park located in Fushimi Ward , Kyoto City , Kyoto Prefecture , which was owned by Kintetsu Group ( operated by Momoyamajo Co . Ltd . , a subsidiary of Kinki Nippon Railway Company ) . +Katsuragi Futakami-jinja Shrine ( or Katsuragi Nijo-jinja Shrine ) is located around the top of the Mt . Odake in the Nijo-zan mountain range ( Nara Prefecture and Osaka Prefecture ) in Katsuragi City , Nara Prefecture . +Oto Tachibana Hime was the wife of a mythical Japanese prince called Yamatotakeru . +Yukitomo SHINGU was a busho ( Japanese military commander ) of the Sengoku period . +Ise ( around 872 - 938 ) was a Japanese poet who lived in the Heian period . +Hisoka MAEJIMA ( February 4 , 1835-April 27 , 1919 ) was a Japanese government official as well as a statesman . +The Minase family fell under the FUJIWARA no Takaie line of the Northern House of the Fujiwara clan , and was Toshoke . +Sugasaka-toge Pass is a mountain pass located between Maizuru City and Ayabe City in Kyoto Prefecture . +Aoi Matsuri ( formally known as Kamo Matsuri ) is an annual celebration that takes place at Kamomioya-jinja Shrine ( Shimogamo-jinja Shrine ) and Kamowakeikazuchi-jinja Shrine ( Kamigamo-jinja Shrine ) in Kyoto City on May 15 ( the middle day of Cock day of lunar calendar ) . +" Shoichii ( Senior First Rank ) " is one of court ranks and ranks granted to Shinto gods in Japan . +The Ko school of tea ceremony of the Ogasawara family is a tea ceremony school descended in the Kokura Domain , Buzen Province ( Kitakyushu City , Fukuoka Prefecture ) . +Hamaya is an arrow given as a lucky charm of the New Year by a temple and / or a Shinto shrine . +The Kintetsu Kyoto Line ( Kintetsu Kyoto-sen ) is a railway line of Kintetsu Corporation ( Kintetsu ) and it connects Kyoto Station located in Shimogyo Ward , Kyoto City , Kyoto Prefecture and Yamato-Saidaiji Station in Nara City , Nara Prefecture . +Muneie UKITA ( date of birth and death unknown ) was a person who lived in the latter part of the Muromachi period . +Hyakushuuta ( The Set of One Hundred Poems , 百首歌 ) consists of one hundred poems as a unit , which are a type of waka composed with a predetermined number . +Sakuramochi is a variety of wagashi , or Japanese confectionery , covered with a leaf of sakura ( Japanese flowering cherry ) . +Mukomachi Station , located in Kuguso , Terado-cho , Muko City , Kyoto Prefecture , is a railway facility of the Tokaido Main Line ( JR Kyoto Line ) , which is operated by the West Japan Railway Company ( JR West ) . +Zenshin ( 1151 - the year of death unknown ) was a monk of Tendai sect in the end of Heian period . +Mt . Odaigahara ( Odaigaharayama ) is located across Kamikitayama Village and Kawakami Village in Yoshino-gun , Nara Prefecture , and former Miyagawa Village , Odai Town , Taki-gun , Mie prefecture . +FUJIWARA no Atsutada ( 906 - April 18 , 943 ) was a court noble and poet in the mid-Heian period . +Masakatsu YAMAWAKI ( 1849 - May 6 , 1905 ) was a feudal retainer of the Kuwana Domain in the end of Edo period . +Kayabuki no sato Kitamura is a village located in Miyama-cho Kita , Nantan City , Kyoto Prefecture ( formerly Miyama-cho , Kita-Kuwada-gun ) . +Tsuneoki KAJUJI ( 1396-April 29 , 1437 ) was a court noble , or Kugyo ( the top court official ) , in the Muromachi period . +Kasuga no kami is a Shinto deity . +Shinzaemon SORORI is the professional name of rakugo storyteller . +Uta-awase is a contest in which two teams of poets divided into the right and the left sides . +Instantaneous discharge matchlock is an ignition system for matchlock guns , which are represented by Japanese hinawa-ju ( literally , fire rope gun ) . +Yodo-dono ( c . 1569 – c . June 4 , 1615 ) was a woman who lived from the Sengoku period ( the end of Muromachi period ) to the early Edo period , and a concubine of Hideyoshi TOYOTOMI ( Hideyoshi HASHIBA ) . +Yorikuni OINOMIKADO ( 1577 - June of 1613 ) was a kugyo ( court noble ) who lived from the Azuchi-Momoyama period to the early Edo period . +The term " Kojunin " refers to a post of the security and military division ( Bankata [ security officials ] ) of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Umeko TSUDA ( December 31 , 1864 - August 16 , 1929 ) was an educator in the Meiji Period . +The ' Kogai ' ( Traditional Hairpin accessory ) is decorative hairdressing implement used for lifting hair into a bun shape . +Prince Otsu ( 663 - October 28 , 686 ) was a prince of Emperor Tenmu . +Hirohide HIRATE ( 1553 - February 4 , 1573 ) was a busho ( Japanese military commander ) during the Azuchi-Momoyama period . +Imperial Princess Keishi ( February 17 , 1029 - September 26 , 1093 ) , who was also called Kaoruko , was the second imperial princess of the sixty-eighth emperor , Goichijo . +Mido-ryu was the name of a style of Yusoku-kojitsu ( knowledge of court rules , ceremony , decorum and records of the past ) and manners for the descendants of FUJIWARA no Michinaga ( Sessho [ Regent ] and Daijo-daijin [ Grand Minister ] ) of Kujo line of Fujiwara-Hokke ( the Northern House of the Fujiwara Clan ) and the groups who assumed Michinaga as their ancestors . +The Anegakoji / Anekoji family were court nobility of Fujiwara lineage . +The Ano family belonged to the court nobility and had a status of Urin . +Kizo-in Temple is a Goji-in Temple of Mt . Omine located in Yoshino-cho , Yoshino-gun , Nara Prefecture . +Toyomori MIYAGI ( 1554 - 1620 ) , written as 宮城 豊盛 in Japanese , was a Japanese military commander who lived from the Azuchi-Momoyama period to the Edo period . +Kakujo ( 1194 - July 1 , 1249 ) was a priest of the Risshu sect of Buddhism in the middle of the Kamakura period . +Princess Tochini iribime ( Tochini iribime no Mikoto ; the dates of her birth and death are unknown ) was a princess of the Emperor Suinin . +Jibu-sho ( Ministry of Civil Administration ) was a government-regulated organization in Japan under the Ritsuryo system ( a system of centralized government based on the ritsuryo codes ) . +Gudo UCHIYAMA ( May 17 , 1874-January 24 , 1911 ) was a Japanese Buddhist , a monk ( the chief priest of Rinsen-ji Temple , Soto sect ) , and a socialist activist . +SUGAWARA no Takasue no musume ( 1008-ca. after 1059 ) was a noble woman who lived in the Heian period . +MINAMOTO no Tadamune ( date of birth and death unknown ) was a busho ( Japanese military commander ) from Kawachi-Genji ( the Minamoto clan of Kawachi Province ) and active during the Heian period . +The Kamakura Bakufu ( Japanese feudal government headed by a shogun ) was a samurai government ( bakufu ) established in Kamakura ( currently , Kanagawa City , Kamakura Prefecture ) by MINAMOTO no Yoritomo . +" Rajomon no oni " or " Rashomon no oni " is an ogre who was said to have lived at Rajo-mon Gate , the main gate of Heiankyo ( the ancient capital of Japan in current Kyoto ) . +MINAMOTO no Chikayoshi ( year of birth unknown - August 28 , 918 ) was shisei kozoku ( member of the Imperial Family conferred with a family name ) in the early Heian period . +Tokuseirei in the Kenmu era is an act promulgated on June 13 , 1334 . +ONO no Michikaze ( also known as ONO no Tofu ) ( June 894 – February 9 , 967 ) is one of the foremost calligraphy artists from the Heian period , and is numbered among the ' sanseki ' ( The Three Famous Calligraphers of Japan ) . +The Sakaimachi-dori Street is a street running north-south through Kyoto City . +Tango is one of the seasonal festivals held on the 5th day of the 5th month . +Kuhon-ji Temple , located in Higashi Kujo , Minami Ward , Kyoto City , is a temple of the Jodo ( Pure Land ) sect . +Tawawa-chan is the mascot of Kyoto Tower , which is located in Shimogyo Ward , Kyoto city . +Daitokuji natto is natto ( fermented soybeans ) made in Daitokujimonmae , Murasakino , Kita Ward , Kyoto City . +The Shini-e is a Japanese woodcut print Ukiyo-e , ( lit . Pictures of the floating world ) produced and published for the commemoration of a famous actor or a writer when he passed away . +FUJIWARA no Tanetsugu ( 737 - November 4 , 785 ) was a kuge ( court noble ) who lived during the late Nara Period . +Kyoto Prefectural Gymnasium is a gymnasium located in Kita Ward , Kyoto City , Kyoto Prefecture . +FUJIWARA no Sonohito ( 756-January 22 , 819 ) was a politician from the end of the Nara period to the beginning of the Heian period . +MINAMOTO no Okitada ( 957 - September 1018 ) was a busho ( Japanese military commander ) in the mid-Heian period . +Yorishige MATSUDAIRA was a Japanese feudal lord in the early Edo period . +The lactic acid for making sake is the high-purity lactic acid required in making yeast mash in the process of brewing Japanese sake ( rice wine ) . +Hyobusho ( Tsuwamono no tsukasa or Ministry of Military ) was an administrative organ taking in charge of military administration for the national defense in earlier times in Japan . +Kamikitayama Onsen Hot Spring is a hot spring which is located in Kamikitayama-mura , Yoshino-gun Nara Prefecture ( old province , Yamato province ) . +Sogishi ( Mourning and Burial Office ) is a bureau within Jibusho ( Ministry of Civil Administration ) under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Chosen-dera Temple ( Korean Temple ) refers to the common name of the temples worshipped by korean people living in Japan , particularly , the women . +Kosode is clothing thought to be designed in the middle of the Heian period , and is an origin of Japanese Kimono . +Fusatoshi KOIDE ( November 28 , 1659 - March 13 , 1713 ) was the third feudal lord of Sonobe Domain , Tanba Province . +Chikatsuo-jinja Shrine is a Shinto shrine located in Kokubu , Otsu City , Shiga Prefecture . +Sukeyasu SHIBA ( August 13 , 1935 - ) is a gagakuka , or a musician who plays old Japanese court music , and a member of the Japan Art Academy . +The order of the succession to the Imperial Throne means the order in which the Imperial Throne is succeeded to from generation to generation . +Middle Japanese is a stage in the development of the Japanese language located between Early Middle Japanese and Early Modern Japanese . +Kouchigi is one of Japanese clothing . +Takedanomiya is a Miyake ( family allowed to have the status of Imperial family ) created by Takedanomiya Prince Tsunehisa , who was a prince of Imperial Prince Kitashirakawanomiya Yoshihisa , in the late Meiji period . +" Sento gosho " is the imperial palace of an abdicated emperor ( retired or cloistered emperor ) . +Takaie TAKIMI ( year of birth and death unknown ) , also generally called Shinsuke , was a Japanese military commander who lived around the Azuchi-Momoyama period , and he was the lord of Miyayoshi-jo ( 宮吉城 ) Castle in Keta County , Inaba Province . +Mitsunori ISSHIKI ( 1368-January 25 , 1409 ) was a son of the family head of the Isshiki clan , Akinori ISSHIKI . +Yusho KAIHO ( 1533- June 27 , 1615 [ June 2 , 1615 by the lunar calendar ] ) was a painter of the Kano School from the Azuchi-Momoyama Period ( from 1573 ) to the early Edo Period ( from 1603 ) . +Ishi-gassen is a stone-throwing fight , in which people are divided into two groups and throw stones at each other , imitating a battle in the Sengoku period . +The term " Yoshoku " refers to western food served in Japan . +Omotedaka refers to kokudaka ( yield ) on face value of shoryo ( territory ) that was given by seii taishogun ( literally , " great general who subdues the barbarians " ) to daimyo ( feudal lords ) or hatamoto ( direct retainers ) in the Edo period . +Gyoki ( or Gyogi , 668 - February 23 , 749 ) was a Buddhist monk of the Nara era in Japan . +FUJIWARA no Hidezumi ( year of birth unknown - October , 1221 ) was a samurai in the Kamakura period . +Usa-jingu Goshin Noh is a Noh play dedicated at Usa-jingu Shrine ( Usa City , Oita Prefecture ) on the second day of fujo hosai festival ( a festival of giving thanks to a shrine for grain of the field having been protected from storm and flood damage or from disease and harmful insects ) , held on October 20 and 21 every year . +Maizuru Fururu Farm is an agricultural park located in Sezaki , Maizuru City , Kyoto Prefecture . +CHIISAKOBE no Sahichi ( year of birth unknown - July or August , 672 ) was active in the Asuka period of Japan . +Hahakigi is : +Ansai YAMAZAKI ( January 24 , 1619 - October 16 , 1682 ) was a Confucian scholar , neo-Confucian scholar , Shintoist and philosopher of the early Edo period . +Hisashige UNO ( date of birth and death unknown ) was a Busho ( Japanese military commander ) at the end of the Muromachi period . +Choshin ( 1014 - November 12 , 1072 ) was a Buddhist monk of the Shingon sect , in the mid-Heian period . +FUJIWARA no Nakamaro ( 706 - October 21 , 764 ) was a kugyo ( a high court noble ) of the Nara Period . +Jinposho is a list of various districts of Ise-jingu Shrine ( both Naiku ( the inner shrine ) and Geku ( the outer shrine ) ) territory . +Kyohachiryu is a legendary school of swordsmanship . +Tokan-ya ( also read as Tokaya ) is an annual festive event held on the night of October 10 ( old lunar calendar ) . +The words " Kishu Seibatsu " or " Kishu-zeme " refer to the conquest of Kii Province by Nobunaga ODA and Hideyoshi TOYOTOMI in the Sengoku period ( period of warring states ) ( in the Azuchi-Momoyama period ) . +Rokuharamitsu-ji Temple is a temple of the Chisan branch of the Shingon Sect located in Higashiyama Ward , Kyoto City . +Daini no Sanmi ( ca . 999-ca . 1082 ) was a female poet who lived during the mid-Heian period . +Tadakatsu UTSUMI ( September 12 , 1843 - January 20 , 1905 ) was samurai as well as a government official and a statesman in Japan . +Kyoan HORI ( June 25 , 1585-January 10,1643 ) was a Confucian doctor and scholar in the early Edo period . +Takayama Chikurin Park is a garden located in Ikoma City , Nara Prefecture . +The Ogimachi family were kuge ( court nobles ) with kakaku ( family status ) of urinke ( the fourth highest family status for court nobles ) . +Kuji Kongen was a book on ancient practices and precedents of the imperial court written by Kaneyoshi ICHIJO during the Muromachi period . +FUJIWARA no Sanenobu ( 964 - September 28 , 1001 ) was a Kugyo ( top court official ) during the mid Heian period . +MINAMOTO no Tadashige ( year of birth and death unknown ) was a samurai ( warriors ) and government official ( lower or middle ranked ) . +Sankyoku is the collective name for the three musical instruments : jiuta shamisen ( shamisen , or sangen--a three-stringed Japanese banjo , for jiuta , or traditional songs with shamisen accompaniment ) , so ( a long Japanese zither with thirteen strings ) , and kokyu ( Chinese fiddle ) . +The term " Yohen Tenmoku tea bowl " refers to a tea bowl considered to be the best of Tenmoku ( a stoneware glaze which is deeply stained by iron oxide ) tea bowls . +Miyazu Station , located in Aza-Tsuruga of Miyazu City , Kyoto Prefecture , is a stop on the Kitakinki Tango Railway ( KTR ) . +Sankaiki is the name given to the diary of Tadachika NAKAYAMA . +Umekoji-koen Park is located across Kankiji Town , Hachijo Bomon Town and Umekojikashira Town in Shimogyo-ku Ward , Kyoto City . +Toyooka Prefecture is a prefecture established in 1871 based on the policy of Haihan-chiken ( abolition of feudal domains and establishment of prefectures ) . +Toshiharu SAITO ( 1541 ? - July 1 , 1582 ) was a busho ( military commander ) in the Sengoku ( Warring States ) period . +Hitoshi KOMATSU ( January 19 , 1902 - August 23 , 1989 ) was a Japanese-style painter . +Ryozen ( dates of birth and death unknown ) was a monk and a poet who lived during the mid-Heian period . +Nankei TACHIBANA ( May , 23 , 1753 - May 8 , 1805 ) was a doctor in the late Edo period . +Mochimaki is an event of scattering rice cakes for people who come to a Shinto ritual , such as jotoshiki ( the framework raising ceremony held during construction of a new building ) . +Rinjikyu was provisional payment of extra nenkan ( a regular nenkan means : a right granted as a stipend to members of the Imperial Family [ including the emperor ] , consorts of the emperor , some court nobles , and so forth to nominate a person for a certain government post conferred to them on the occasion of the annual installation of them as government officials ) . +Komyo-ji , the Grand Head Temple of the Seizan Jodo sect , is located in Ao , Nagaokakyo City , Kyoto Prefecture . +" Shitachi " is a term used in Bujutsu ( martial art ) especially in Kenjutsu ( swordplay ) , and Budo ( martial art ) especially in Kendo ( Japanese art of fencing ) . +Empress Sahohime no mikoto ( year of birth unknown - November , 25 B.C. ) was the first wife of Emperor Suinin ( she became Empress on March 29 , 28 B.C. ) , and she is mentioned in the Kojiki ( Records of Ancient Matters ) and the Nihonshoki ( Chronicles of Japan ) . +Okurakyo-no-tsubone ( ? - June 4 , 1615 ) was a woman in the Sengoku period ( period of warring states ) - the Edo Period . +Rakuyo dengakuki is a book written by OE no Masafusa . +Motosu no kunimiyatsuko ( also known as Motosukokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the central west of Mino Province . +Kinnosuke NAKAMURA is the professional name of kabuki actors . +Kyoto Regular Tour Bus is a regular sightseeing bus operated by Keihan Bus and Kyoto Municipal Transportation Bureau in Kyoto City and the surrounding area . +Goteni ( 御典医 ) were doctors who belonged to Tenyakuryo ( the Bureau of Medicine ) in the Imperial Court , and were simply called teni . +Chicken nanban is a local cuisine originally created in Nobeoka City , Miyazaki Prefecture . +Jutaro CHIBA ( 1824-May 7 , 1885 ) was a swordsman of the Hokushin Itto-ryu Style in the Edo Period . +An altar is a structure for making sacrifices and offerings to gods , spirits , and death . +Kanjosho is a kind of account book prepared for settlement of balances on rice , soy beans , gold , silver and others . +Akazonae ( red arms ) is a kind of military organization in the Sengoku period ( Japan ) , which is a troop formation of which all arms including armor and flag were colored red . +Uji saicha shi was a procession that carried Uji tea leaves , one of the specialties of Uji City , Kyoto , in a chatsubo ( tea jar ) to be presented to the Tokugawa Shogunate Family . +Munemitsu MUTSU ( August 20 , 1844-August 24 , 1897 ) was a Japanese warrior / feudal retainer of the Kishu Domain , a statesman , and a diplomat . +Kafu ( family tradition ) is a style of behavior , including custom and procedure , which has been specifically inherited down the generations within certain individual families . +The branch of the main families of the Ashikaga clan ( head family ) that had inherited the post of Seii taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi bakufu ( Japanese feudal government headed by shogun ) since the first generation of Takauji ASHIKAGA was referred to as the Ashikaga Shogunate family . +Shobo-ji Temple , located in Saikyo Ward , Kyoto City. is a temple of the To-ji school of the Shingon sect . +Shinbutsu-shugo ( syncretization of Shinto with Buddhism ) refers to blending of indigenous belief and Buddhistic faith to reconfigure one belief system . +Suzuka no Okimi ( year of birth unknown - October 17 , 745 ) was an Imperial Family member during the Nara period . +Kongorin-ji Temple is a temple of the Tendai Sect in Aisho-cho , Echi-gun , Shiga Prefecture . +Sakiyori SAGARA ( year of birth unknown - February 19 , 1394 ) was busho ( Japanese military commander ) from the period of the Northern and Southern Courts through the early Muromachi Period . +Imperial Prince Toneri ( February 8 , 675 - December 6 , 735 ) was a prince of Emperor Tenmu . +Sunpu was the city in which kokufu ( ancient provincial capital ) of Suruga Province was located and fuchu ( provincial city which consists of local governments as the core of the city ) of Suruga Province . +ONO no Emishi ( year of birth unknown - 677 ) was a government official who lived during the Asuka period . +Regulation of national bank is a Japanese law enacted in 1872 . +Kunitama is a concept of Shintoism , referring to the sanctification or spiritualization of a province ( an administrative division in feudal Japan ) or the land itself . +Torin-in Temple is one of the sub-temples of Myoshin-ji Temple of the Rinzai sect . +The former head office of the Kyoto Prefectural government is a Renaissance style building located in Kamigyo Ward , Kyoto City , Kyoto Prefecture . +Munetaka DATE ( 1607 - October 7 , 1626 ) was a Japanese military commander who lived during the Edo period . +Ouchi clan is one of clans in Japan . +Tokiyori SAITO ( year of birth and death unknown ) was a samurai in the late Heian period . +Suga KANNO ( June 7 , 1881 - January 25 , 1911 ) was a newspaper journalist , writer , feminist and socialist activist in the Meiji era . +JR-Fujinomori Station , located at Fukakusa Okamedani Oyama-cho 99 , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on the Nara Line , which is operated by the West Japan Railway Company ( JR West ) . +Chawan originally referred to a porcelain bowl made for drinking tea . +Whale meat is defined as the edible parts of cetaceans and of smaller-sized cetaceans called dolphins , which are used for food . +Shonen-ji Temple , situated at Imai-cho , Kashihara City in Nara Prefecture , is the temple of Jodo Shinshu Hongan-ji school . +Koka means that an Imperial princess or a princess marries a man who is not a member of Imperial family nor the royal family . +Shibun was the term for persons with the full social rank as bushi ( warrior ) class among the bushi during the Edo Period . +Flash pan is a receptacle sticking out from the side of the barrel for priming powder in matchlock guns and flintlock guns . +The " Tokuseirei " ( ordering return of land sold and dissolution of debts ) was acts by the Imperial Court and the bakufu ( Japanese feudal governments headed by a shogun ) during the Middle Ages in Japan , from the Kamakura period to the Muromachi period . +Imperial Prince Okiyoshi ( also known as Okinaga ) +Oshioki Saikyo-cho was a compilation of legal reports thought to be created by Edo machi-bugyo in Hoei era ( 1704 to 1710 ) . +Shiokumi-toge Pass is a pass separates Maizuru City ( Kyoto Prefecture ) and Takahama Town ( Oi County , Fukui Prefecture ) . +Takatomo ODA ( 1337 - July 3 , 1414 ) is a busho ( Japanese military commander ) from the period of the Northern and Southern Courts ( Japan ) to the early Muromachi period . +Jetavana Vihara ( the formal name is " Jetavana Anathapindadasya-arama " in Sanskrit ) was a temple at Sravasti in Middle India , where Buddha preached sermons . +Kani Sotosei was the bureaucrats hierarchy system that set the constant suitability relationship between Ikai ( Court rank ) and government post given to a government official on the Japanese Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Ikoku keigobanyaku was a military service imposed by the Kamakura bakufu ( Japanese feudal government headed by a shogun ) on Gokenin in Kyushu . +Hannya-ji Temple is the Shingo Risshu sect 's temple located at Nara-zaka ( also called Nara Kitamachi ) in the northern part of Nara City . +Teishoku is a style of serving food frequently found in Japanese restaurants . +Joju-ji Temple , located in Nishikyo Ward , Kyoto City , is a temple of the Obaku Sect . +Morinaga Hikoshichi OMORI was a busho ( Japanese military commander ) of Seiwa-Genji ( Minamoto clan ) in the period of the Northern and Southern Courts ( Japan ) . +Imperial Prince Katsura-no-miya Misahito ( December 11 , 1833 – April 20 , 1836 ) was a member of the Japanese Imperial family who lived in the late Edo period . +FUJIWARA no Hirotsugu ( year of birth unknown - November 28 , 740 ) was a retainer of Imperial Court in the Nara period . +Princess Kunikatahime ( Kunikatahime no Mikoto ; the dates of her birth and death are unknown ) was a princess of the Emperor Sujin . +The gyaku-en indicates the concept of not believing in the teachings of Buddha ( i.e. , defying the ' en ' , or connection with Buddha ) unquestioningly or someone who can not be saved . +Ingo means followings . +Abdication of the throne implies resignation by a monarch such as an emperor or a king from his or her position . +Toyokuni ( years of birth and death unknown ) was a priest around the 6th century . +MINAMOTO no Koreyoshi ( the year of his birth and death is not clear ) was a bushi ( samurai ) in the Heian Period . +Nagatoshi YAMANAKA ( 1547-March 21 , 1607 ) was a daimyo ( Japanese feudal lord ) who lived during the Azuchi-Momoyama period . +The Date clan ( or the Idate clan ) was a samurai family which designated itself as the Fujiwara no Yamakage line of the Northern House of the Fujiwara clan and prospered in the southern Tohoku region from the Kamakura Period through the Edo Period . +Princess Yukiko ( November 14 , 1680-March 18 , 1720 ) was a member of the Japanese Imperial family in the Edo period . +Mancio ITO ( otherwise written as Mancio or ' 満所 ' , circa 1569 - November 13 , 1612 ) was a Christian and one of the senior envoys of the Tensho Keno Shonen Shisetsu ( the Tensho Youth Mission to Europe ) who lived from the Azuchi Momoyama period into the early Edo period . +Gekkeikan Okura Sake Museum is a corporate museum of the sake manufacturer Gekkeikan Sake Co . , Ltd. located in Fushimi Ward , Kyoto City , Kyoto Prefecture . +Yoshinari AICHI ( MINAMOTO no Yoshinari : date of birth and death unknown ) was a busho ( Japanese military commander ) , who lived from the later Heian Period to the early Kamakura Period . +Sayoko ERI ( July 19 , 1945 - October 3 , 2007 ) was a Japanese craftsman of cut gold leaf . +FUJIWARA no Tadahira ( 880 - September 14 , 949 ) was a court noble of the Heian period . +The term Henjo Nanshi refers to the idea that a woman , who has been thought to have great difficulty in becoming a Buddha since ancient times , is able to accomplish it by once changing into a man . +Joa ( 1540 – August 28 , 1619 ) was a Buddhist priest of the Jishu School and poet between the Sengoku Period ( Period of Warring States ) and the early part of the Edo period . +Higashi ( 干菓子 ) or Higashi ( 乾菓子 ) is a generic term that refers to dry Japanese sweets . +Choku is the words of the emperor or a document that directly conveys the emperor 's order . +Shijo Karasuma is the name of the area around the crossing between Shijo-dori Street and Karasuma-dori Street in Shimogyo Ward , Kyoto City , Kyoto Prefecture as well as the crossing itself . +Shunsai OTSUKI ( 1806 - May 7 , 1862 ) was a Ranpoi ( a person who studied Western medicine by means of the Dutch language ) at the end of the Edo period . +" Tango no kuni Fudoki " ( The records of Tango Province ) is a record of Tango Province ( now the northern part of Kyoto Prefecture ) . +The Narutomaki ( written in Japanese character as : 鳴門巻き ) is a type of kamaboko , steamed fish paste , made from minced fish and with a spiral pattern in cross section . +Sei Shonagon ( 966 ? - 1025 ? ) was a female writer and poet in the Heian period . +Norisue IMADEGAWA ( 1425 - ( January 26 , 1484 ) was a kugyo ( court noble ) who lived during the Muromachi period . +" Hennentai " is one of descriptive methods of history , whereby historical affairs are described in chronological order . +Tadasue TSUTSUMI ( year of birth unknown - July 27 , 1221 ) was gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) in the early Kamakura period . +Korokke is a kind of deep fried dish . +" Jinryo bugyo " was an official post in the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Shoei KANO ( 1519 - November 24 , 1592 ) , the third son of Motonobu KANO , was a painter of the Kano school who lived in the Azuchi-Momoyama period . +ISHIKAWA no Toshitari ( 688 - October 762 ) was a noble who lived from the end of the Asuka period to the middle of the Nara period . +Katsutoki NAKAYAMA ( ? - July 1 , 1582 ) was a military commander in the Sengoku period ( period of Warring States ) . +Rusui was a governmental post placed in the Edo bakufu and in domains . +Ryudai ( 1751-July 2 , 1843 ) was a monk of Shingon sect . +Odainokata ( 1528 - October 13 , 1602 ) was the legitimate wife of Hirotada MATSUDAIRA , and later became the wife of Toshikatsu HISAMATSU . +Tanzaku means paper cut into strips , or thin slices of wood . +Nanso Satomi Hakkenden is Yomihon ( copy for reading ) written by Bakin KYOKUTEI ( Bakin TAKIZAWA ) during the late Edo period . +Mochiie ARIMA ( 1396 ? - 1450 ? ) was a warrior in the middle of the Muromachi period . +The Shinkokushi is a national history of Japan that is said to have been compiled in the 10th century , following the " Nihon Sandai Jitsuroku " ( Veritable Records of Three Reigns of Japan ) , the last of the Rikkokushi ( Six National Histories ) . +Kyoto Gosho is an imperial palace located in Kamigyo Ward , Kyoto City , Kyoto Prefecture . +Ichidakusai SAITO ( 1813 - December 18 , 1874 ) was a priest in the end of Edo period . +Shintaro NAKAOKA ( May 6 , 1838 - December 12 , 1867 ) was a political activist involved in the fight to restore imperial rule . +Choroku no hen was an incident that occurred on December 27 , 1457 during the Muromachi period when former retainers of the Akamatsu family attacked angu ( emperor 's temporary palace ) of Gonancho ( Second Southern Court ) , made a surprise assault on the brothers of Sonshuo and Chugio who were descendants of the Southern Court emperor ( the latter was a seii taishogun ( literally , " great general who subdues the barbarians " of the Southern Court ) , and took away Shinji ( the sacred jewel ) . +Kuninaga TAJIMI ( 1289 - 1324 ) was a busho ( Japanese military commander ) who lived in the late Kamakura period . +Shinju-an Temple is a sub-temple located within the precinct of Rinzai sect Daihonzan ( Head Temple ) Daitoku-ji Temple in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +Kanjosho is the name of an office or a governing organization established for finance and civil administration in the Edo bakufu ( Japanese feudal government headed by a shogun ) , in each domain and at each hatamoto ( direct retainers of the Edo bakufu ) . +Iso no Zenji ( dates of birth and death unknown ) was a woman who lived during the late Heian period . +Zenshu-yo is one of the traditional temple architectural styles in Japan . +Gyokei ( year of birth unknown-August 31 , 1165 ) was a priest of the Tendai sect in the late Heian period . +Kinpira is one of Japanese side dishes . +Nobumasa WAKEBE ( January 13 , 1653 - January 23 , 1715 ) was the 4th lord of the Omizo Domain , Omi Province . +Monogatari are various events read by a narrator to the reader . +Ko-no-Zu is a kind of Kumiko or a design consisting of longitudinal and horizontal lines used as a pattern of artistic work in Kodo . +FUJIWARA no Tadanobu ( 967 to May 9 , 1035 ) was a Kugyo ( top court official ) who lived during the mid Heian period . +Dainihon Enkaiyochi Zenzu is a surveyed map of the whole of Japan drawn by Tadataka INO , a geographical surveyor in the late Edo period . +Oharano-jinja Shrine is a Shinto shrine located in Oharano , Nishigyo Ward , Kyoto City . +FUJIWARA no Hamao ( year of birth not known ; died on September 1 , 840 ) was a court noble who lived in the Heian period . +Ryuha are groups of people that are headed by an Iemoto ( head of school ) or Soke ( grand master ) , who passes down a certain systematic waza ( craftsmanship or technique ) in the fields of Japanese art , sake brewing , etc . +As an affiliate department of Zushoryo ( the Bureau of Drawings and Books ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) , Kamiyain manufactured paper used in the Imperial Court . +Azumaya is one of the fifty-four chapters of " The Tale of Genji . " +Daisen-ji Temple is a branch temple of Enryaku-ji Temple which belongs to Tendai sect , located in Aiba , Shinasahi-cho , Takashima City , Shiga Prefecture . +Bukeryo was shoryo ( individual holdings ) of military families during the medieval Japan . +Tadanobu SATO ( 1161 – November 4 , 1186 ) was a Busho in the end of Heian period and a vassal of MINAMOTO no Yoshitsune . +MURAKUNI no Oi ( year of birth and death unknown ) was a figure who lived during Japan 's Nara period . +Goshiki-mame ( five-colored roasted sweet beans ) , roasted beans of five different colors covered with a sugar coating , are regarded as a well-known Kyoto confection . +Sonjun Hosshinno ( December 1 , 1591 - June 21 , 1653 ) was a Buddhist monk of Tendai Sect in the early Edo period . +The word " Kunitomo " referred to Kunitomo Village in Sakata County , Omi Province ( present-day Kunitomo-cho , Nagahama City , Shiga Prefecture ) , which was renowned for its production of firearms along with Sakai City during the Warring States period through to the end of the Edo period , and also to gunsmiths who worked in Kunitomo Village ( called " Kunitomo Kaji " in Japanese ) . +Masasato KITABATAKE ( 1449-1508 ) was a court noble in the middle of the Muromachi period . +Nobuyoshi ICHIJO ( 一条 信能 , 1190 - 1221 ) was a Kugyo ( high court noble ) in the early Kamakura period . +Jigeke was a family status of court officials who were not permitted to enter the Courtiers ' Hall in the Imperial Palace . +A geyujo is a document that , when an officer in a position is replaced with another person under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in ancient Japan , was issued confirming the change necessary for continuing office duties . +John William Drake is an Englishman who lived in Japan during Meiji Period . +Senei IKENOBO ( July 21 , 1933 - ) is a flower arrangement expert from Kyoto Prefecture . +The Yagyu clan was a Japanese clan . +Manganji Togarashi is one of the spring Kyo-yasai ( specifically certified vegetable varieties grown in Kyoto . ) +Nicchin ( 1469 to June 24 , 1527 ( old lunar calendar ) ) was the 12th head priest of Taiseki-ji Temple . +Kyoto Cinema ( a mini-theater ) is located in Shijo Karasuma , Shimogyo-ku Ward , Kyoto City , Kyoto Prefecture . +Ishii school is one of the schools of otsuzumi-kata ( large hand drum players ) in Nohgaku ( the art of Noh ) . +Amenonaemasu no mikoto ( spelled ' 天苗加命 , ' or alternatively ' 天苗益命 ' ) is a deity ( Shinto ) in Japanese mythology . +The Shinkokin period is a literary period that refers to the era of transition from Heian literature ( literature in Chuko ) to Kamakura literature ( medieval literature ) . +Kurofune is a term used to refer to large , Western-style sea vessels , used before the Edo Period until the modern age . +Kinmoto SAIONJI ( 西園寺 公基 , 1220 - January 19 , 1275 ) was a Kugyo ( high court noble ) in the Kamakura period . +Naizenshi was an institution belonging to Kunaisho ( Ministry of the Sovereign 's Household ) in Japanese government-regulated organization or facility , etc . +Joeki NAKAGAWA is a name that has been succeeded for generations by the head of the Nakagawa family , one of the Senke jissoku ( the 10 artisans of the Sen family ) specialized in the hardware craftwork . +When Nobunaga ODA went to the capital with Yoshiaki ASHIKAGA in hand and put Kyoto under his dominion , he made his vassal Sadakatsu MURAI the Kyoto Shoshidai , in charge of maintaining the peace in Kyoto , imitating the organization of the Muromachi Shogunate . +Jizo-in Temple , located in Kita Ward , Kyoto City , is a temple of the Jodo sect . +The Yoshimi clan was a samurai clan in Japan . +The Seshu-Shinno-ke is also known as " the Tei-Shinno-ke " ( the legitimate Imperial prince 's family ) . +Kaneyoshi KUJO ( 九条 兼良 , 1167 - February 3 , 1221 ) was a Kugyo ( high court noble ) in the early Kamakura period . +Bankei Yotaku ( April 18 , 1622 - October 2 , 1693 ) was a Buddhist priest of the Rinzai sect during the early Edo period . +Higashi Koya-kaido road was a road used to visit Mt . Koya from Kyoto . +Mototsuna ANEGAKOJI ( 1441 - June 5 , 1504 ) was a warring lord and governor of Hida Province . +Dashi is a float used in a procession during a festival . +" Aoi no Ue " is a work of nogaku ( the art of Noh ) which is based on the chapter of ' Aoi ' ( Hollyhock ) in " The Tale of Genji . " +The sogamae is a castle or fort 's outer enclosure or the area that the enclosure surrounds . +Nagahide NIWA , Nagamasa ASANO +The Mikohidari family was one of the principal families of the Fujiwara clan , whose founder was FUJIWARA no Nagaie , the sixth son of FUJIWARA no Michinaga of the Northern House of the Fujiwara clan . +Wachi Station , located at 19-1 Honjo Baba , Kyotanba-cho , Funai-gun , Kyoto Prefecture , is a stop on the Sanin Main Line of the West Japan Railway Company ( JR West ) . +Tomikuji also called Tomitsuki is a way to collect fund for mutual aids and a kind of lottery that is said to be the origin of takarakuji and also a gamble . +FUJIWARA no Masamitsu ( 956-April 7 , 1013 ) was a court noble in the mid-Heian Period . +Hana no En ( The Festival of the Cherry Blossoms ) is one of the fifty-four chapters of " The Tale of Genji . " +Kuruwa is a general term for a castle compound , which is bounded by walls . +The term Sohei means samurai ( warriors ) with the appearance of priests who were active from the Medieval Period until the early modern ages . +Skyland Ikoma is a theme park located at the top of Mt . Ikoma in Ikoma City , Nara Prefecture . +" Shomonki " is an early war chronicle that details TAIRA no Masakado 's War , which occurred in Togoku ( the eastern part of Japan , particularly the Kanto region ) in the middle of the tenth century . +Motohiro KONOE ( April 28 , 1648 - October 13 , 1722 ) was a court noble and Kanpaku ( chief adviser to the Emperor ) who lived in the early to mid Edo period . +Otabisho means the place where a deity ( usually the mikoshi , or portable shrine , that carries the deity ) takes a rest or stays overnight while on a ritual procession during a shrine festival ( Shinko-sai Festival ) . +Japanese housing +The Battle of Bitchu Takamatsu-jo Castle was a battle in 1582 in which , on the order of Nobunaga ODA , his karo ( retainer ) Hideyoshi TOYOTOMI conquered Takamatsu-jo Castle , owned by Muneharu SHIMIZU , in Bitchu Province in the territory of the Mori clan . +Imperial Prince Hachijonomiya Yasuhito ( June 15 , 1643 - November 9 , 1665 ) was a member of the Imperial family in the early Edo period . +Kazarimusubi is as follows . +Gojo no Tsubone ( year of birth unknown - June 20 , 1193 ) was a court lady and kajin ( waka poet ) during the late Heian period . +Mt . Mikami is a mountain located in Mikami , Yasu City , Shiga Prefecture . +Maejima Wharf is located in Maizuru Port in Maizuru City , Kyoto Prefecture . +Tomomi IWAKURA ( October 26 , 1825 - July 20 , 1883 ) was a Japanese court noble and a politician . +Horanomiya was an Imperial Palace which Emperor Junnin built in Omi Province in Nara period , which was placed as ' Hokukyo ' in the system of multi-capital of Heijo-kyo ( the ancient capital of Japan in current Nara ) . +The Edo bakufu ( Japanese feudal government headed by a shogun ) established the post of ' Kyooyaku ' during the Edo period to have someone provide entertainment for messengers of the emperor ( who were known as " chokushi " ) , messengers of the retired emperor ( who were known as " inshi " ) , or messengers of the empress ( who were known as " nyoinshi " ) that had been sent to Edo . +Introduced in 2003 , " K-tokkyu " is a type of train owned by Keihan Electric Railway Co . , Ltd . , and represents the best type offered by the company . +Hiroshi TAKAHASHI ( 1932 - ) is a Noh actor of the Konparu school of shite-kata ( lead actors ) . +FUJIWARA no Michinaga ( 966 - 1027 ) was a court nobility during the mid-Heian Period , Dajo-Daijin ( held the position from December 4 , 1017 , to February 9 , 1018 , both in lunar calendar ) . +Nissei ( March 23 , 1623 - March 30 , 1668 ) was a Buddhist monk of the Nichiren sect and a poet of Chinese poetry who lived in the early Edo period . +The Kuze family was a Tosho-ke ( the hereditary lineage of Court nobles occupying relatively high ranks ) ( new family ) of the Murakami-Genji ( Minamoto clan ) line . +Mansaku ITAMI ( real name Yoshitoyo IKEUCHI ; January 2 , 1900 - September 21 , 1946 ) was a Japanese film director active during the early Showa era . +Mino no Okimi ( date of birth and death unknown ) lived in the Asuka period in Japan . +Hitakami no kuni is a province ruled by Emishi ( a group of people ) as a local sphere of influence , which was located in the present-day Tohoku region ( the Kitakami-gawa River basin in Iwate Prefecture ) and described in " Nihonshoki " ( Chronicles of Japan ) . +Selected intangible properties of folk culture refers to an intangible cultural property ( except important intangible folk cultural properties ) , which is allowed to receive financial aid at public cost to cover a part of the expense to record , preserve , and exhibit . +MINAMOTO no Kuniaki ( 1064 - June 8 , 1105 ) was a courtier in the later Heian period . +Kyoto City University of Arts is a public university which is located in Nishikyo Ward , Kyoto , and is one of the premiere universities for arts and music in Japan . +Saiho-ji Temple is a Buddhist temple belonging to Jodo ( Pure Land ) Sect located in Tokiwadeguchi-cho , Ukyo-ku Ward , Kyoto City , Kyoto Prefecture . +Iwao KOYAMA ( April 18 , 1905 - July 7 , 1993 ) was a Japanese philosopher . +Japanese pigments are materials used in Japanese traditional painting . +SOGA no Umako ( male ; born c . 551 and died on June 19 , 626 ) was a politician during the Asuka period . +Imperial Princess Gishi ( Noriko ) ( date of birth unknown - November 26 , 879 ) was a member of the Imperial family during the early Heian period . +Kanpyo no goyuikai was the note that Emperor Uda left for the 13-year-old new emperor when he abdicated the throne in favor of Emperor Daigo on August 8 , 897 . +Toyotamahime no Kami ( Toyotama-hime ) is a god ( Shinto ) appearing in volume one of " Kojiki " ( The Records of Ancient Matters ) , and the mythology of Yamasachihiko and Umisachihiko . +Zeshi rokuju igo Sarugaku dangi ( also known as " Sarugaku dangi " ) was established in the Muromachi Period , which is a written record on Zeami 's discourse about the art and has been handed down from ancestors as a collection of art treatises on Nohgaku . +Nobumichi MATSUDAIRA was the third lord of the Kameyama Domain , Tanba Province . +The term " Zoyakumen kei shoen " means shoen ( manor ) which were granted Zoyakumen ( the right to exempt from all levies other than regular land tax ) and whose lords were allowed to secure the amount equivalent to zatsueki ( odd-jobs tasks ) for themselves . +Nanboroku ( also pronounced " Nanporoku " ) is an old book which has been handed down in the Tachibana clan in Hakata ( a part of Fukuoka City , Fukuoka Prefecture ) , as a book of SEN no Rikyu 's secret teachings . +Kyoto Higher Craft School is an old system vocational school ( Specialist School of Business ) established in 1902 . +Nohgaku is a Japanese traditional performing art . +OGIMACHISANJO Kiminaka ( May 18 , 1557- Aug . 12 , 1594 ) was a court noble of the Azuchi-Momoyama Period . +Matataro YAMASHITA is a hereditary family name for an actor of Kabuki , a Japanese traditional theatrical drama . +Shimei-dori Street is a street running east-west through the north part of Kita Ward , Kyoto City . +The Fukuo school is a school of waki-kata ( supporting actors ) in Nohgaku ( the art of Noh ) . +Neko-dera is the common name for temples deeply linked to cats that exist all over Japan . +Tsukuda was a rice field directly managed by lord of the manors , shokan ( an officer governing manor ) or jito ( manager and lord of manor ) in shoen koryo sei ( System of Public Lands and Private Estates ) in medieval Japan . +Kanto Gobunkoku was the group of provinces ruled and administered by Shogun families ( Kamakuradono ) during the Kamakura period . +Harusue SAIONJI ( July 26 , 1809 - August 12 , 1826 ) was Kugyo ( a Court Noble ) in the late Edo period . +The Fukuchiyama Line is a ( trunk ) railway line operated by the West Japan Railway Company that connects Amagasaki Station in Amagasaki City , Hyogo Prefecture , and Fukuchiyama Station in Fukuchiyama City , Kyoto Prefecture . +FUJIWARA no Munetada ( 1062-May 27 , 1141 ) was a Heian-period court noble . +Tegatana ( pronounced either Shuto or Tegatana ) +TAIRA no Tokinori ( 1054 - 1109 ) was a middle-ranking court official in the later Heian period . +Masamori OOAE was a busho ( Japanese military commander ) in Muromachi period . +Soi ( year of birth unknown - 1094 ) was a monk and a waka poet who was active from the middle to the end of Heian period . +MINAMOTO no Yoshihira is a busho ( Japanese military commander ) during the end of the Heian period . +Daidoruijuho was a unique Koiho ( school of ancient medicine ) document compiled in Japan in 808 during the early Heian period , while it was also the oldest government-designated pharmacopoeia . +Tadaharu MATSUDAIRA ( 1598-April 23 , 1669 ) was a lord of the Tanaka Domain in Suruga Province . +The Bukkoji-dori Street is a street running east-west in Kyoto City , Kyoto Prefecture . +FUJIWARA no Saneyori ( 900 - June 29 , 970 ) was a court noble in the middle of the Heian period . +Dazai no sochi was the head of Dazaifu . +Wasan means an anthem sung in Japanese to praise Buddha , Bosatsu , Soshi ( founder of a sect ) , ancient virtue , Buddhist scriptures , creed , etc . +The ogre of Suzaku-mon Gate is said to have lived in the Suzaku-mon Gate of Heian-kyo ( the ancient capital in what is now Kyoto ) . +Naomasa MATSUDAIRA ( September 1 , 1601-March 8 , 1666 ) was a daimyo ( Japanese feudal lord ) in the early Edo Period . +FUJIWARA no Iefusa ( 1167 - August 24 , 1196 ) was a kugyo ( top court official ) and a kajin poet who lived from the end of the Heian period through the Kamakura period . +The Ebisugawa-dori Street is a street running east-west running in Kyoto City . +Senmatsumaru SOGO ( 1575 - August 11 , 1589 ) was a son of Masayasu SOGO . +Sugatani onsen is a hot spring located in Nagahama City , Shiga Prefecture ( formerly , Omi Province ) . +A brief summary of each chapter of The Tale of Genji . +Uji jujo ( The Ten Quires of Uji ) is the latter half of the third , last part of Genji Monogatari ( the Tale of Genji . ) +Kennosuke KONDO ( April 18 , 1928- ) is a shite-kata ( a main actor ) of the Hosho school of Noh . +Kagemichi AOYAMA ( 1819 - December 11 , 1891 ) was a Japanese Fukko-shintoka ( Reactionary Shintoist ) , who lived during the end of the Edo period to the Meiji period . +Yoshikatsu TOKUGAWA ( April 14 , 1824 - August 1 , 1883 ) was a daimyo ( a Japanese feudal lord ) ( the 14th and 17th lord of the Owari Domain [ later the Nagoya Domain ] ) in the late Edo period and a statesman in the early Meiji period . +MINAMOTO no Kenshi ( also known as Kaneko ) ( 915 - October 972 ) was a shisei kozoku ( member of the Imperial Family conferred with a family name ) during the mid Heian period . +Onitaro OKA ( September 3 , 1872 - October 29 , 1943 ) was a Kabuki playwright , dramatic critic , and writer . +Katsuo no tataki is one of the fish dishes made with katsuo ( bonito or skipjack tuna ) . +Tsukigase Bairin refers to the plum grove located at Mt . Tsukigaseoyama and its surrounding areas ( former Tsukigase Village , Soekami County ) in Nara City , Nara Prefecture . +Sadatsuna MATSUDAIRA ( March 8 , 1592 - February 4 , 1652 ) was a daimyo ( Japanese territorial lord ) in the Edo period . +TAIRA no Iesada ( 1084 - 1167 ) was a roto ( retainer ) of the Taira family during the late Heian period . +Saccho Domei ' refers to the political and military alliance concluded on March 7 , 1866 in the last days of the Edo period between the Satsuma Domain and Choshu Domain . +Jugo SUGIURA ( April 19 , 1855 - February 13 , 1924 ) was a nationalistic educator and thinker of the Meiji period and the Taisho period . +Keizu sanyo ( Edo period pedigree charts ) is a collection of pedigree charts compiled in the late Edo Period . +Doin ( 1741 - July 1 , 1813 ) was a priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) during the middle to late Edo period . +Hachiro KIYOKAWA ( October 10th , first year of Tenpo ( Lunar Calendar ) ( November 24 , 1830 ) - April 13th , third year of Bunkyu ( Lunar Calendar ) ( May 30 , 1863 ) ) was a Shishi at end of Edo Period , and one of the leaders of the Roshigumi . +Nobuhiro KONOE ( June 24 , 1599 - November 15 , 1649 ) was a court noble and Toshichoja ( representative of the Fujiwara family ) who lived in early Edo period . +Miyagahama Swimming Area is a swimming area located in Omihachiman City , Shiga Prefecture . +Izanagi-jinja Shirine is located in Tenri City , Nara Prefecture . +MINAMOTO no Yoritomo was a busho ( Japanese military commander ) during the end of the Heian period and the early Kamakura period . +Kohechi is a pilgrimage route to Kumano Sanzan ( the three major shrines of Kumano region including Kumano Hongu-taisha Shrine , Kumano Hayatama-taisha Shrine and Kumano Nachi-taisha Shrine ) and one of Kumano-kodo ( Kumano old road ) . +The Tokugawa clan name was created by Ieyasu TOKUGAWA . +Harutada TAKADA ( year of birth and death unknown ) was a feudal warlord in the Azuchi-Momoyama period . +" Kyo kaido " indicates all the streets which go to Kyoto . +Ryosei-koku designates Japanese province that was established under the ritsuryo codes . +Jinaicho ( also called Jinaimachi ) refers to self-governing communities formed during the Muromachi period , which centered on the Buddhist temples of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) and training seminaries ( gobo ) . +Yohoro-gawa River belongs to a class B river system which runs through Maizuru City , Kyoto Prefecture . +" Uji cha " is a high-class brand of Japanese tea with the image of being produced in the southern area of Kyoto Prefecture around Uji City . +Susoyoke petticoat is an inner wear that is worn under wafuku ( Japanese traditional clothes ) . +Sempuku is a sake brand produced by MIYAKEHONTEN , a sake brewer in Kure City , Hiroshima Prefecture . +Summary +FUJIWARA no Yorizane ( 1155 - 1225 ) was a noble who lived the late Heian period and the early Kamakura period . +Rekishimachi was one of Japanese city forms . +Shakuzetsu-nichi Day is a day controlled by Rasetsu-shin God ( type of evil spirit ) of Onmyodo ( way of Yin and Yang ) ( in the customs of nobles and ordinary citizens ) , and was considered unlucky day . +Iwazononiimasu-takumushitama-jinja Shrine is located in Katashio-cho , Yamatotakada City , Nara Prefecture . +Geni MAEDA was a busho ( military commander ) and daimyo ( Japanese feudal lord ) during the Sengoku ( Warring States ) and the Azuchi-Momoyama periods . +Dokyo is one of the Sankyo , ( Japanese word translates as " three religions " ) , the three great religions in China , including Confucianism , Chinese Buddhism and Dokyo . +The Kubo-okura was the financial branch of the Muromachi bakufu , in charge of managing revenues and expenditures . +Saibara is a style of ancient music . +Akadashi miso soup is a miso soup made from a blend of Hacho-style ( soy bean and rice ) miso paste . +Shunju-za is a theater located in Sakyo Ward , Kyoto City on the site of Kyoto Performing Arts Center operated by Kyoto University of Art and Design . +Bunji Imperial Sanction was the imperial sanction in Japan to permit placement and appointment and dismissal of shugo ( military governor ) and jitoshiki ( manager and lord of manor ) in various districts given to MINAMOTO no Yoritomo by the Imperial Court on December 28 , 1185 . +Itahi ( board monument ) is a kind of sekihi ( stone monument ) mainly used as a memorial tower . +The Mibu family +Senmai-zuke which is marketed in supermarkets are traditional pickles in Kyoto and are produced by marinating paper-thin slices of turnips with pieces of konbu ( kelp ) , red peppers and vinegar . +Shirako is the name of the milt of fish when the milt is used as ingredients in various dishes . +MINAMOTO no Takaakira ( 914 - January 17 , 983 ) was a court noble in the Heian period . +Shinichiro KURINO ( November 29 , 1851 - November 15 , 1937 ) was a Japanese diplomat in the Meiji and Taisho eras . +Toshikatsu BOJO ( October 7 , 1802 - September 9 , 1865 ) was a court noble in the end of the Edo period . +Taki mountain range is the generic name for the mountains extending from Kyoto Prefecture to Sasayama City and Tanba City in the shape of high quay wall , which are 500 meters to 700 meters high ; it is also called the Taki Alps after former Taki County . +Otoshidama-bukuro is an envelope in which you put money ( mainly bills ) when you give otoshidama ( New Year 's gift ) on New Year 's holidays . +Tadatoshi MATSUDAIRA ( year of birth unknown - January 29 , 1646 ) lived in the Edo period . +Samegai Trout Farm is a prefectural facility for freshwater fish cultivation and research , located in Maibara City , Shiga Prefecture . +The Meiji-setsu is one of the four grand national holidays in the former public holiday system : the Kigen-setsu ( the National Foundation Day ) , the Shiho-setsu ( New Year 's Day ) , the Tencho-setsu ( the birthday of the present emperor ) , and the Meiji-setsu ( the birthday of Emperor Meiji ) . +Isshin-in Temple is a Jodoshu sect ( the Pure Land sect ) temple at Higashiyama Ward in Kyoto City as well as the head temple of the Shasei school of the Jodo sect . +Matsubara-dori Street is one of the major east-west streets in Kyoto City . +Daigokuden was the main administrative building of the Imperial Court in ancient times in Japan . +Moriya-shin ( also pronounced as Moreya-shin ) is an indigenous god ( Shinto ) believed to live around the Suwa region in Nagano Prefecture . +Gessho ( 1813 - December 20 , 1858 ) was a Sonno Joi ( Revere the Emperor , Expel the Barbarians ) School Buddhist monk who lived at the end of the Edo period . +Tai Meshi is one of the local dishes in which sea bream is used . +Enyu-ji Temple was a gogan-ji ( temple built by imperial order ) of the Emperor Enyu that once stood in Kyoto . +Tomoyoshi MAEDA ( 1590 - July 24 , 1628 ) was a busho ( Japanese military commander ) who lived in the Edo period , and he was the third son of Toshiie MAEDA . +Yoshisue SAIONJI ( September 29 , 1743 to January 16 , 1800 ) was Kugyo ( a Court Noble ) in the middle Edo period . +Emperor Murakami ( July 14 , 926 - July 5 , 967 ) reigned in the mid-Heian period ( from May 31 , 946 to July 5 , 967 ) . +Bakumatsu , one of the Japanese periodization , refers to the final years of the Edo period when the Edo bakufu ( Japanese feudal government headed by a shogun ) ruling a county came to an end . +FUJIWARA no Sanenari ( 975 - January 12 , 1045 ) was a court noble in the Heian period . +OE no Tadamitsu ( also called Narimitsu , 934 - November 29 , 987 ) was a kuge ( court noble ) during the mid Heian period . +Tomu UCHIDA ( real name Jojiro ; April 26 , 1898 - August 7 , 1970 ) was a Japanese film director active during the Taisho and Showa periods . +Shihohai is the name of ceremony held at Imperial Palace in the beginning of the year . +Shunkan ( 1143 - April 17 , 1179 ) was a priest of the Shingon sect of Buddhism in Japan , who lived during the latter Heian period . +Jogan gishiki is a book of ceremonies that is believed to have been compiled during the Jogan era ( Japan ) during the early Heian period ( book ) ( book of ceremony ) . +Masanao TSUCHIYA was a daimyo ( Japanese feudal lord ) and roju ( member of shogun 's council of elders ) living in the Edo Period . +Momoyama-Minamiguchi Station , located in Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on the Keihan Uji Line , which is operated by Keihan Electric Railway . +Karinto is a type of sweets and the recipe is as follows : Knead wheat flour together with other ingredients such as sugar , water , yeast , salt and baking soda into a ball of dough , fry the dough rolled into a long thin stick in vegetable oil , coat with syrup made from brown sugar or superfine sugar and dry . +Kimio NAKANISHI ( 1843 - 1918 ) was a geisha girl in the Gion Kobu district . +TAIRA no Takakiyo ( TAIRA no Rokudai ) 1173 - March 10 , 1199 ) was a member of the Taira clan who lived from the end of Heian period to early Kamakura period . +Tsunanori KUTSUKI ( January 9 , 1808 - October 15 , 1825 ) was a successor of the Fukuchiyama Domain in Tanba Province . +Masatora KUSUNOKI ( 1520 - February 9 , 1596 ) was a man that lived during the Sengoku period ( Period of Warring States ) ( Japan ) to the Azuchi-Momoyama period . +Kinden school is the largest school of taishogoto ( Taisho lyre ) in Japan which have more than four hundred thousand members and more than ten thousand teachers throughout Japan . +Ichiryu denju means jiso denju ( initiation of practical training ) in the Shingon sect of Buddhism . +Shika Wakashu is the sixth Chokusen Wakashu ( anthology of Japanese poetry compiled by Imperial command ) of the Hachidaishu ( the eight Imperial anthologies of Japanese poetry ) . +Zejo was the title of the chieftain of the Tachibana and O clans in the Heian period . +Kasagi-dera Temple is a Buddhist temple belonging to the Chisan School of the Shingon Sect located in Kasagi-cho , Soraku-gun County , Kyoto Prefecture . +Ichizawa Hanpu Co . , Ltd. is a cloth bag manufacturer located in Higashiyama Ward , Kyoto City . +" Mizuko " is a term that refers to the following : +Sango ( Mountain Name ) : None +Shinmeiyama-kofun Tumulus is a keyhole-shaped tomb mound made in the latter half of the early kofun ( tumulus ) period , located in Kyotango City , Kyoto Prefecture . +Cloistered Imperial Prince Sonen ( August 1 , 1298 - October 7 , 1356 ) was the seventeenth Chief Priest of Shoren-in Temple . +Suguki pickles are one kind of Japanese pickles . +Katahide NIGITA ( year of birth unknown - February 4 , 1348 ) was busho ( a Japanese military commander ) in the period of the Northern and Southern Courts . +Tsunemoto KANROJI ( 1535 – June 5 , 1585 ) was a court noble during the Muromachi to Azuchi-Momomyama Period . +Kodan is a form of traditional Japanese performing arts . +Danjonokami ( also known as Danjoin ) was the head of Danjodai under the ritsuryo legal code system . +The Makimuku Katsuyama-kofun Tumulus is an ancient tomb belonging to the Makimuku Katsuyama-kofun Tumuli Cluster . +Haitei no Yashiro Shrine was located on a knoll in Shimogyo Ward , Kyoto City , Kyoto Prefecture . +Hisamichi KONOE ( November 21 , 1472 - September 23 , 1544 ) was a kugyo ( court noble ) and Kanpaku ( chief adviser to the Emperor ) during the Sengoku Period ( Period of Warring States ) ( Japan ) . +Kosho OTANI ( April 22 , 1817 - January 15 , 1894 ) was a Jodo Shinshu ( True Pure Land Sect Buddhism ) priest and the 21st Hoshu ( head priest ) of Higashi Hongan-ji Temple . +Ennin ( 794-February 24 , 864 ) was the 3rd head priest of the Tendai Sect . +" Kyo-yasai " is a general term for varieties of vegetables that were created by selective breeding a long time ago and have been produced in a traditional manner mainly in regions in Kyoto Prefecture , generally referring to 43 varieties of vegetables in total that fall under ' Kyo no Dento Yasai ' ( 41 varieties certified by Kyoto Prefectural Government to continue to be produced in the traditional manner ) and / or ' Brand Kyo-Yasai ' ( 21 varieties certified o have reliable quality and to be produced at such an adequate and stable volume to enable distribution to the marketplace ) . +Inkyo is when the head of the family gives away the reigns of the family to another family member and withdraws from official household affairs . +The trade of sake brewers in Japan involves ; making Japanese rice wine ( sake ) in warehouses and selling sake in retail outlets . +MINAMOTO no Yorikuni ( unknown - 1058 ? ) was a warlord and a court official during the Heian period . +KOMA no Oyama ( year of birth unknown - 762 ) was a government official in the Nara period . +Koikoku is the name of a dish of round sliced carp stewed in miso soup . +The " Nippon " was a newspaper first published by Katsunan KUGA on February 11 , 1889 . +Fuyu no ken ( the right of tax exemption ) was the right of shoen ( manor in medieval Japan ) to be exempted from all or part of the land tax to be paid to the government . +Nobunari TSUDA was busho ( Japanese military commander ) , daimyo ( Japanese feudal lord ) of Mimaki Domain , Yamashiro Province . +The Normanton Incident refers to an event that occurred when the Normanton , a cargo ship of British registry , ran aground and sank off the coast of Kii Province ( Cape Shiono-misaki , Kushimoto Town , Higashimuro County , Wakayama Prefecture ) on October 24 , 1886 . +Empress Komyo ( 701 - July 27 , 760 ) was a person in the Nara period . +Washio KANO ( December 14 , 1839 - October 27 , 1902 ) was an officer and corporal of the Shinsen-gumi masterless warriors ' party ; he later became a member of Goryo-eji ( guardians of Imperial mausoleums ) party ( Kodaiji-to party ) . +IKI no Karakuni ( dates of birth and death unknown ) lived during the Asuka period in Japan . +Tadae KAWAKAMI ( 1559 - May 3 , 1622 ) was a busho ( Japanese military commander ) from the Sengoku period ( period of warring states ) to the Edo period +Shinshi is a tool for use in Arai-hari of Wafuku ( Japanese traditional clothing ) ( a Kimono cleaning technique of laying or stretching out a starched Kimono to dry ) or dyeing fabrics by sticking each of its ends into a longer edge of the fabric , respectively , so as to stretch out the fabric in the shape of a bow ( a type of weapon ) and support it while keeping its width without shrinkage . +Honmon Hokke Sect is a school of Nichiren Sect of which the sect founder was Nichiren and the school founder was Nichiryu ( Honmon School of Hokke Sect ) . +Totsuomi kuni no miyatsuko ( 遠淡海国造 ) , also known as Totsuomi kokuzo , was a kuni no miyatsuko ruled the west part of Totomi Province in ancient Japan . +Mokkan ( also read as Bokkan ) is one of supplementary punishments in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) , and it refers to the confiscation of corpus or property by the authority . +Sadamichi MAKINO was a daimyo ( feudal lord ) during the Edo period . +The term " Dynastic polity " is the historical notion which refers to Japan 's state regime in a transitional period during which it was in the process of transition from the Ritsuryo system ( a system of centralized government based on the Ritsuryo code ) to the medieval national polity . +Dango is a Japanese traditional sweet and a kind of dumpling made from rice flour ( rice flour is kneaded with water or hot water and steamed or boiled to make a dumpling which is called ' mochi ' ; the mochi is cut into pieces which are shaped like small balls which are called ' dango ' ) . +Doma hoshi was a great magician who lived during the Heian period , in the reign of the Emperor Ichijo . +The term " feudal lord " is used to refer to a person who holds feudal dominion over a certain area of land and its residents ( territory ) . +Jinguji are Buddhist temples that operated as Shinto shrines under the syncretism of Shinto and Buddhism that occurred in Japan . +Tsuma is a garnish used for sashimi dish . +Shohei IMAMURA ( September 15 , 1926-May 30 , 2006 ) was a Japanese director and playwright . +Futsunomitama is a divine sword described in the " Kojiki " ( The Records of Ancient Matters ) " Nihonshoki " ( Chronicles of Japan ) and mythology . +Samegai-dori Street is a street running north-south through Kyoto City . +MINAMOTO no Kanetsuna ( year of birth unknown - June 27 , 1180 ) was a busho ( Japanese military commander ) who lived at the end of the Heian Period . +On hakase ( also known as Koe no hakase ) was a hakase position ( professor ) established under the Ritsuryo system in Japan . +Kyoto Law School , a private school established in 1889 , is located in Teramachi-dori Shijo-dori kudaru Daiun-in , Shimogyo-ku , Kyoto City , Kyoto Prefecture . +Certificate of ownership refers to the letter in which lords such as shogun , provincial military governor and feudal lord gave vassal samurais a guarantee for the ownership of a territory and enfeoffment from the Kamakura period onwards . +TANBA no Yasuyori ( 912-995 ) was a physician during the Heian period . +The Big Four of the Kyoto school refers to the following four scholars who belonged to the Kyoto School : Masaaki KOSAKA , Keiji NISHITANI , Iwao KOYAMA and Shigetaka SUZUKI . +The Kangakai was a fine art association in the early Meiji period . +The list of characters in the Tale of Genji is the list of fictional characters appearing in the story . +Princess Chichitsuku Yamatohime ( Chichitsuku Ymatohime no Mikoto ; the dates of her birth and death are unknown ) was a princess of the Emperor Suinin . +Masaya SUZUKI ( April 3 , 1861 - December 25 , 1922 ) was the third general director of Sumitomo Group . +Konpeito is small ball-shaped candy with horn-like prongs on the surface made from sugar and flavored liquids . +Sena ( 1647 - November 6 , 1735 ) was a waka poet during the mid Edo period . +TAIRA no Masatake ( year of birth unknown - 940 ) was a busho ( Japanese military commander ) in the mid Heian period . +The Ononomiya school was a school of Yusoku-kojitsu ( knowledge of court rules , ceremony , decorum and records of the past ) , which dated back to the Heian period . +A kaya ( mosquito net ) is a box-shaped net that offers protection against harmful insects such as mosquitoes . +Patch is a men 's underwear covering between the waist and ankles . +Hiwadahime ( 1230 - May 13 , 1247 ) was a woman who was a member of the Hojo family during the middle of the Kamakura period . +Kamo kaido is a street running the embankment of the left shore of ( west shore ) the Kamo-gawa River in Kyoto City . +The junkenshi is an envoy of the Edo shogunate dispatched for surveillance of the daimyos ( feudal lords ) and hatamotos ( shogunal retainers ) , and for research on the situation . +Fushikaden is a treatise on Noh ( traditional masked dance-drama ) written by Zeami . +FUJIWARA no Tarashiko ( year of birth unknown - July 2 , 794 ) was a female nobles in the Nara Period . +Hyomashi ( Office of Military Horses ) was the institution belonged to Hyobusho ( ministry of military ) on the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) of Japan . +Suigun is the traditional armed forces on the water in the countries in East Asia where Chinese characters are used . +Osaka no seki ( the Osaka Barrier , 逢坂関 ) was the border between Yamashiro Province and Omi Province . +Shomyo-ji Temple is a temple of the Nishiyama school of the Jodo ( Pure Land ) sect located in Ayameike-cho , Nara City , Nara Prefecture . +Tadatsune MATSUDAIRA ( February 22 , 1790 - May 12 , 1810 ) was the heir of Ueda Domain , Shinano Province . +Gando gaeshi ( to pivot one large piece of scenery onto its side so as to reveal a different one ) is a stage term used in Kabuki and means one of ' Idokoro-gawari ' ( place change ) methods for scene changes or a device which uses Gando-gaeshi . +SAKANOUE no Takimori ( 825 - December 3 , 881 ) was a lower-grade official and military officer who lived during the Heian period . +Choshueiso is a private poetry collection of FUJIWARA no Toshinari . +" The Murasaki Shikibu Diary " is said to have been written by Murasaki Shikibu . +Gekko OTOMO ( dates of birth and death unknown ) was a painter in the middle to latter part of the Edo period . +Tegoto is a long part of instrumental music sandwiched between vocal music in a piece by an instrumental trio , which is a collective term for jiuta ( a genre of traditional songs with accompaniment by shamisen ( three-stringed lute ) ) , sokyoku ( koto ( thirteen-stringed Japanese zither ) music ) , and kokyugaku ( Chinese fiddle music ) . +Ryutaro MAZUME ( 1844 - ? ) was a Shinsengumi member , who was said to have come from Chugoku region . +Yoshimune OINOMIKADO ( 大炊御門 良宗 , 1260 - September 28 , 1307 ) was a Kugyo ( high court noble ) from the middle of Kamakura period to the late Kamakura period . +Located in Hiyoshi-cho , Nantan City , Kyoto Prefecture , Hiyoshi Station is a stop on the Sanin Main Line , which is operated by the West Japan Railway Company ( JR West ) . +Kazuma ISSHIKI ( year of birth unknown - 1590 ) was an Azuchi-Momoyama period military commander and Kokujin ( local samurai ) とする 。 +" Noborigama " these days generally means a kiln with a partitioned chamber for firing large quantities of ceramics and other ware , built on a slope so that gravity draws the flue gas through the kiln , keeping the high temperatures constant throughout the chamber . +Imperial Princess Mako is a member of Imperial family of Japan . +Tosu is a lavatory in Buddhist temples . +The Ehon Taikoki is a play of ningyo joruri ( traditional Japanese puppet theater ) . +Goshoden-dori Street is a street running east-west through Higashi Goshoden-cho Murasakino in Kita Ward , Kyoto City . +The remains of Kokusei ‐ ji Temple are remains of a temple of the Kegon Sect in Noshiro City , Akita Prefecture . +FUJIWARA no Atsunobu ( year of birth and death unknown ) was a poet in the mid Heian period . +Fukakusa Station , located in Fukakusa-kenasa-cho , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on the Keihan Main Line , which is operated by Keihan Electric Railway . +Tanetsuna KUTSUKI was the third lord of Fukuchiyama Domain in Tanba Province . +Godai Teio Monogatari is a historical tale which was written in the late Kamakura period and arranged in chronological order . +Jidaimono +Rangaku Juku is a kind of gakumonjo ( school ) , spread as a private school in the Edo period , to learn Western studies . +Eishoki was the diary of the late Heian Period courtier FUJIWARA no Tametaka . +The Tale of Shinobine refers to a courtly romance which was completed at the end of the Heian period and was subsequently lost , or to an adaptation of a story produced during the period of Southern and Northern Courts ( Japan ) . +Hari hakase ( Doctor of acupuncture ) is a member of Tenyakuryo ( medical and pharmaceutical department ) of the Imperial Household Ministry . +The Kyoto school is a school of philosophy formed by Kitaro NISHIDA , Hajime TANABE , and philosophers learned from these two , while a group featured interdisciplinary research centered on Institute for Research in Humanities , Kyoto University , is called New Kyoto school to distinguish it from the Kyoto school or school of philosophy . +Japan / Kinki Region / Kyoto Prefecture / Soraku-gun +Narazuke is a kind of pickles made with vegetables such as gourd , cucumber , watermelon , and ginger first pickled in salt , then in fresh sake lees several times . +Yoshinao KOZAI ( January 28 , 1864 - June 18 , 1934 ) was a Japanese agricultural chemist . +Iwakamutsukari no mikoto , who appears in the Japanese Mythology , is a courtier of Emperor Keiko . +Nishime ( 煮しめ ) is a dish in which a simmering cooking technique is used . +Yua ( 1291 - c.1379 ) was a Ji Sect Buddhist monk and Manyo scholar who lived from the latter part of the Kamakura period to the Northern and Southern Courts period . +Bugyoshu , also called Yuhitsukata , were of group of Bugyonin ( magistrates ) who were lawyers of the bureaucracy within the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Kyoto Animation Co . , Ltd. is a Japanese corporation engaged in the design and production of animation as well as technical guidance related to animation production . +Juni-jinja Shrine is a Shinto shrine located in Tenri City , Nara Prefecture . +The Imperial Prince Asuka ( year of birth unknown - April 27 , 700 ) was a princess of the Emperor Tenchi . +Tomiko HINO ( female , 1440 - June 30 , 1496 ) is a historical figure who lived in the Muromachi period . +Manshuin Temple is a Buddhist temple of the Tendai Sect that is located at Ichijo-ji Temple in Sakyo-ku Ward , Kyoto City . +Nobuyoshi ODA ( 1584 - July 10 , 1626 ) was a military commander and daimyo ( feudal lord ) in the Azuchi-Momoyama and Edo periods . +Born in 899 and passed away on October 13 , 981 , SUGAWARA no Fumitoki was a literary man and a politician in the middle of the Heian period . +Kaoru ASANO ( year of birth unknown - 1867 ? ) was a Shoshi shirabeyaku ken kansatsu ( Shinsengumi 's organizational post for investigating movements of the opponents and keeping the Shinsengumi members under control ) of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +Munemoto NIJO ( July 8 , 1727 - February 9 , 1754 ) was kugyo ( high court noble ) in the Edo period . +Ujimitsu ASHIKAGA ( September 4 , 1359 - December 12 , 1398 ) was the second Kamakura kubo ( Governor-general of the Kanto region ) ( reigning from 1367 to 1398 ) in the Muromachi period . +Koshinto was the ancient Japanese religion which was the origin of Shintoism and was called Kodo , Shintoism before 6th century . +Saneyoshi OGIMACHISANJO ( 1588 - August 17 , 1633 ) was a Kugyo ( a top court official ) from the late Azuchi-Momoyama to the early Edo period . +Itabari is one of the Arai-hari ( washing and stretching out ) techniques used to stretch out a piece of washed , starched fabric on a board so as to flatten out any creases and give the finished fabric a shiny appearance . +Nagasada SHINDO ( 1608 - June 26 , 1675 ) was aozamurai ( young samurai of lower rank ) in the early Edo period . +Mitsumame is one of Japanese style sweets or desserts . +Sakimitsu YANAGIWARA ( 1850 - September 2 , 1894 ) was a Court noble who was born in Kyoto , Yamashiro Province and he later became a count . +Special Notes +Shiraore is a type of Japanese tea that consists of tea stems eliminated from Gyokuro ( refined green tea ) or green tea of middle grade in processing and has an unique flavor derived from stems . +The Honpo-ji Temple , located at Teranouchi , Kamigyo Ward , Kyoto City , is a Honzan ( a major temple of the Nichiren Sect ) and a Yuisho jiin ( a historically important temple of the Nichiren Sect ) . +Shukyu GUCHU ( 1323 - October 4 , 1409 ) was a priest of the Rinzai sect during the period of the Northern and Southern Courts ( Japan ) . +The Muromachi family was court nobility with a family status of the Urin . +TANI no Ne Maro ( year of birth and death unknown ) was a person from the Asuka Period in Japan . +Hino Castle was a Japanese castle located in Hino Town , Gamo County , Shiga Prefecture . +An eishaku indicates an honorable position or rank . +" Shingu " refers to tools or utensils used for Shinto religious services . +Jokamachi ( castle towns ) were cities that were established with the lord 's castle in the center . +Itoin is a copper seal made in China in Ming Dynasty and brought into Japan over the Sengoku period ( period of warring states ) and the Momoyama period . +Renkyo ( 1451 - July 5 , 1492 ) was a priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) ( the Koshoji School of Jodo Shinshu Sect ) in the Sengoku period ( period of warring states ) ( Japan ) . +Kanaizawa no hi is an ancient stone monument located in Yamana Town , Takasaki City and designated as a historic site . +Kenbokkaishi refers to an envoy sent to Bokkai ( Balhae , a kingdom in Manchuria and North Korea , established after the fall of Goguryeo ) . +" General Theory of the Novel " is the literary criticism by FUTABATEI Shimei . +Ikishiro-jinja Shrine is a Shinto shrine located in Kataoka-cho , Kusatsu City , Shiga Prefecture . +Hoshi refers to officers of provincial government who administered ho , which was a type of Kokugaryo ( the territories governed by a provincial government office ) in medieval Japan . +The Law Prohibiting Cruelty to Animals refers to a large number of proclamations and ordinances issued during the Genroku era in Edo Period . +OTOMO no Komaro ( year of birth unknown - July 4 , 757 ) was one of the nobility during the Nara Period . +Ienaga NAITO ( 1546 - September 8 , 1600 ) was a busho ( Japanese military commander ) from the Sengoku Period ( Period of Warring States ) to the Azuchi-Momoyama period . +KI no Yoshimochi ( date of birth unknown - 919 ) was a Confucian and a kajin ( waka poet ) in the mid Heian period . +Remarks +Furoshiki is a piece of cloth similar to a regular square shape for wrapping things for carrying or storing . +Kasamatsu-koen Park is located in Miyazu City , Kyoto Prefecture . +Koresada SAEKI ( 1569 - July 30 , 1618 ) was a legitimate grandchild of Korenori SAIKI . +Jodai is one of the periodizations in the history of Japan . +Michiteru KOGA ( 1187 to February 21 , 1248 ) was a Kugyo ( top court official ) and kajin ( waka poet ) who lived during the Kamakura period . +Shin Sarugoki is a work written by FUJIWARA no Akihira , a scholar who lived in the mid-Heian period . +The Kenmu Restoration ( kenmu no shinsei ) refers to the period of direct Imperial rule ( where the Emperor personally controls the government ) initiated by Emperor Godaigo in the sixth month of 1333 , as the Kamakura bakufu ( Japanese feudal government headed by a shogun ) collapsed ; it can also refer to the administrative unit of Imperial rule . +Imperial Prince Kyogokunomiya Ayahito ( September 8 , 1680 - April 23 , 1711 ) was a member of the Imperial family during the middle of the Edo period . +" Ugetsu Monogatari " is a representative yomihon ( book for reading ) written by Akinari UEDA at the end of the Edo era . +Tomofusa SEIKANJI ( July 9 , 1589 - August 22 , 1661 ) was kugyo ( a Court noble ) in the early Edo period . +Monzaemon CHIKAMATSU ( 1653 - January 6 , 1725 ) was a kabuki and joruri ( ballad drama ) playwright who wrote many great works during the Genroku era in the early Edo period . +Shinchoku is a word that refers to Heaven 's will , and also its writing . +Fuyunobu OINOMIKADO ( 1309-August 9 , 1350 ) was Kugyo ( top court official ) during the period of the Northern and Southern Courts . +Tokiyuki YAMASHINA ( December 3 , 1632 - June 5 , 1665 ) was a court noble in the early Edo period . +Nagakiyo OGASAWARA was a military commander from Kai Province who lived in the last days of the Heian period to the early Kamakura period . +Hisatsugu KONOE ( April 20 , 1622 - September 10 , 1653 ) was a Court noble in the early Edo Period . +Imagawa-yaki is a pastry which is made by baking batter in molds . +TAIRA no Narimasa ( years of birth and death unknown ) was a court noble in the mid-Heian Period . +Oshu tandai was the office of special administrators to the shogun in the Muromachi and the Sengoku period ( of Japan ) . +Mihashira no Uzuno Miko refers to final three deities that came into the world when Izanagi came back from Yominokuni ( Hades ) and cleansed dirtiness from the Yomi ( world after death ) , according to the Kiki-shinwa ( the Kojiki , Nihonshoki and mythology ) . +Munehiro NIJO ( December 27 , 1718 - August 3 , 1738 ) was a Court noble who lived during the Edo period . +Nobuhiro ODA ( date of birth unknown - October 23 , 1574 ) was a military commander in the period of warring states . +The Tominokoji family was a toshoke ( within the hereditary lineage of court nobles allowed to enter the tenjonoma in the palace ) down line of the Fujiwara clan . +Noami ( 1397 - 1471 ) is a painter , master of ceremonial tea , and a renga ( linked poem ) poet who lived during the Muromachi period . +The Jisho Sannen no Seihen was an incident where TAIRA no Kiyomori led an army to conquer Kyoto and stalled the government by Cloistered Emperor Goshirakawa in December ( November in old lunar calendar ) 1179 . +Ichomage is the most popular men 's hairstyle through the Edo period . +Kaminoyonanayo is a general term for seven generations of deities who were born when heaven and earth were created in Japanese Mythology . +Sakanoue was one of the Japanese clans . +Kitayama culture is the culture at the beginning of Muromachi Period , represented by the Kitayama mountain villa of Yoshimitsu ASHIKAGA , the third shogun ( 1358-1408 ) from the end of 14th centuries to the early part of the 15th centuries . +A hosho-sen was a ship carrying not only a shuinjo ( license for foreign trade ) issued by the Seii Taishogun ( literally , " great general who subdues the barbarians " ) but also a hosho ( permit ) written by roju ( members of shogun 's council of elders ) . +Reiun-in Temple is a sub-temple located within the precinct of Tofuku-ji Temple in Higashiyama Ward , Kyoto City . +Ikuno Bugyo was administered under Nobunaga ODA , Hideyoshi TOYOTOMI as well as the Tokugawa Shogunate , and it controlled the area of Ikuno Ginzan Silver Mine . +Nobutoyo SHIBAYAMA ( formerly Nobutoyo KAJUJI , Minister of the Treasury , April 25 , 1612 to March 23 , 1690 ) was a court noble ( high court noble ) in the early Edo period . +Botamochi is a Japanese traditional sweet and generally refers to a small mochi shaped like a stick ( ' mochi ' is a rice cake ; in this case , it is made from steamed rice and steamed glutinous rice , and the both are not completely pounded nor baked ) with an ( a sweet red paste made from red azuki beans ) . +Heikoki is a diary of Shonii ( Senior Second Rank ) Minbukyo ( Minister of Popular Affairs ) TAIRA no Tsunetaka . +Tekomai is a dance performed to lead floats or omikoshi ( portable shrine ) in a festival . +Keiun no kaikaku is a political reform of Ritsuryo system ( a system of centralized government based on Ritsuryo Code ) at the imperial court under the reign of Emperor Monmu , which was carried out since 706 at the end of the Asuka period . +Hitachi no Iratsume ( dates of birth and death unknown ) was a daughter of SOGA no Akae . +Daigoro FUJITA ( November 30 , 1915 - November 15 , 2008 ) was Nohgakushi ( Noh actor ) ( Isso-ryu School Fuekata [ a role who plays the flute ] ) , the member of the Japan Art Academy , and Living National Treasure . +Urushigami Monjo refers to the ancient documents that remained without corruption and were made by using the disposal documents as the paper lid of the container that had lacquer inside and permeating lacquer into the paper . +" Karyaku no sodo " ( Karyaku rebellion ) refers to a conflict in 1326 , towards the end of the Kamakura period , between Nagasaki Takasuke , a minister to the Tokuso family and the Adachi clan , whose head was a maternal relative of the Tokuso family over inheriting the head post of the Tokuso family within the Hojo clan , which was regent to the Kamakura bakufu shogunate . +Sadanori KAZANIN ( November 15 , 1629 - January 30 , 1654 ) was a Kugyo ( high court noble ) who lived in the early Edo period . +Kanshi MATSU is a professional name of kabuki writer . +Chokodo-ryo was an Imperial family shoen ( manor ) under the shoen koryo sei ( a system of Public lands and Private estates ) during the medieval period . +Shigeyoshi NIWATA ( July 12 , 1782 – September 23 , 1842 ) was a court noble of the late Edo period . +Kyoshoden Hall was one of the halls of the dairi ( Imperial Palace ) in the city of Heian-kyo . +Yorakukansuzuka-kofun Tumulus is a tumulus in Takatori Town , Takaichi County , Nara Prefecture , which was constructed in the late Kofun period ( tumulus period ) . +Narutakijuku was a private school established in the suburbs of Nagasaki by Philip Franz von Siebold in 1824 . +Jinzen ( 943 - March 16 , 990 ) was a Buddhist monk of Tendai Sect in the mid-Heian period . +Uiro uri is one of Kabuki juhachiban ( eighteen best plays of the Ichikawa family of kabuki actors ) . +Tango-Kanno Station , located in Urake Kumihama-cho , Kyotango City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by Kitakinki Tango Railway ( KTR ) . +Satondo NAGOYA ( 1671-1741 ) was a person of the Edo period . +Chikamasa MATSUDAIRA ( 1547 - September 8 , 1600 ) was a busho ( Japanese military commander ) in Azuchi-Momoyama period . +Kyogen-mawashi ( 狂言回し ) is a key person who plays an important role in the plot of a drama or movie throughout the story . +Inseki refers to books in general on tenkoku ( engraving letters on the material of a seal ) . +Doburoku ( Dakushu ) is a kind of sake produced by adding yeasts remaining in malted rice , sake lee and the like and other ingredients to steamed rice . +FUJIWARA no Motoie ( birth year unknown - 1093 ) was a court noble in the end of the Heian period . +Movement to Improve Rural Areas was government-regulated movement which aimed to improve and reconstruct regional societies , cities , towns and villages which had been devastated after the Russo-Japanese War . +FUJIWARA no Morishige ( years of his birth and death not known ) was a samurai ( warrior ) who lived in the Heian period . +Munenaga YAMAGUCHI ( the year of birth unknown - September 10 , 1600 ) was daimyo ( Japanese feudal lord ) from the late Sengoku period to the early Edo period with 6,000 goku of Daishoji Domain , Kaga Province . +Miyoshi 's government refers to a Japanese military government that existed from 1549 through 1568 . +The Battle of Tanabe-jo Castle is a battle that erupted over Tanabe-jo Castle in Tango Province ( present-day Maizuru City , Kyoto Prefecture ) from August 27 to October 12 , 1600 . +The Hokke sect Shinmon school is a Buddhist school led by Nichiren with Nichiren being Koso ( the founder of the religious sect ) and Nichishin being the founder of the school ( the Hokke sect Shinmon school ) . +Tenka-ippin ( which means the best in the world ) , is a chain of ramen ( Chinese-style noodles served in a hot soup ) stores founded in Kyoto City , Kyoto Prefecture . +Inuo ( year of birth unknown - 1413 ) was the dayu ( master ) of Omi Sarugaku Hieza ( Hie Guild of Sarugaku ( comical mimicry and speech performance in Heian period ) in Omi Province ) that was active during the same period as Kanami . +Situated in a mountain valley in Ukyo Ward , Kyoto City , Mizuo is the location of a group of houses . +Kohokakumyo ( 1271 - June 27 , 1361 ) was a Rinzai sect Buddhist monk from the late Kamakura period to the period of the Northern and Southern Courts . +Nobuoki MATSUDAIRA was a Japanese feudal lord called daimyo ( ruling Tsuchiura Domain in Hitachi Province , etc . ) , who also served as wakadoshiyori ( junior councilor of the shogunate ) , Osaka jodai ( the keeper of Osaka Castle ) , and Kyoto shoshidai ( the Kyoto deputy ) . +Nagikama is a weapon which has an approximately 210 cm-long columnar wooden stick as a handle , to the upper part of which a short straight sword with its edge facing toward is orthogonally attached . +Daijo-in Temple is a tatchu ( sub-temples in the site of main temple ) in Kofuku-ji Temple in Nara City , Nara Prefecture . +Imperial Prince Kanenaga ( Kaneyoshi ) ( c . 1329 - May 8 , 1383 ) was the prince of Emperor Godaigo . +Chomyo-ji Temple is a Buddhist temple located in Nishiiri ( the west ) of Shinfuya-machi , Niomon-dori , Sakyo Ward , Kyoto City . +Umegae is one of the 54 chapters of " The Tale of Genji . " +Rakugan is one of representative Japanese confectionery , and made by mixing flour of starch derived from rice or the like with starch syrup and sugar to apply coloring , and drying in a mold . +Chokushisho was the organization that succeeded Chokushisho ( Bureau of Edicts ) abolished in 782 . +The term " foreign settlement " ( " gaikokujin kyoryuchi " in Japanese ) refers to one of the demarcated areas of land created by the government that were specifically set aside as places in which foreigners could reside and trade . +Doyoso is a shoso ( public repository ) to store doyo , which was shozei ( rice tax ) allowed to be consumed , in ancient ritsuryosei ( system of centralized governance ) . +Marumage is the most representative hairstyle ( Japanese coiffure ) for married women from the Edo period to the Meiji period . +Jika means market price as an economic term - > see " Market Price " +Taneyoshi MIURA ( date of birth unknown - July 13 , 1221 ) was a samurai during the Kamakura period . +Michitomo HORIKAWA ( 1171-October 20 , 1227 ) was a poet in the early Kamakura period . +Moritsuna KUTSUKI was the thirteenth ( last ) lord of the Fukuchiyama Domain in Tanba Province . +" Azukarichi " ( or " Azukechi " ) indicates the land a person has entrusted to another person to keep and manage . +Koreyoshi KURAHARA ( May 31 , 1927-December 28 , 2002 ) was a Japanese film director . +Higekiri is a sword which MINAMOTO no Mitsunaka is said to have had made in the Heian period , handed down , together with another sword , Hizamaru , through successive generations of the Minamoto clan . +Yoritugu ( Yoritsura ) OGUNI ( the date of birth and death unknown ) was a busho ( Japanese military commander ) and gokenin ( shogunal retainer ) in the early Kamakura period . +Gekan means that an incumbent government official is dismissed in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +ARATAO no Akamaro ( year of birth and death unknown ) is a historical figure who lived during Japan 's Asuka period . +The Shirakawa Funada / Motonuma remains group , located in the northern part of Shiraka City , Fukushima Prefecture , are composed of the Shimousazuka tumulus , the Yajikubo tumulus , and the Funada Nakamichi remains . +Toshimichi KOGA ( February 19 , 1735 - March 25 , 1756 ) was a Kugyo ( court noble ) during the middle of the Edo period . +Yoshimoto IMAGAWA was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) , who lived during the Sengoku Period ( Period of Warring States ) . +Konchi-in Temple is a sub-temple within the precinct of Rinzai Sect Daihonzan ( head temple ) Nanzen-ji Temple located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +Ebumi-jinja Shrine is located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +Giving the title of Imperial Prince is to give the title of Imperial Prince or Imperial Princess to the children of the Imperial family . +Kentsuba-monyo-tsuki enkei Kintsuba ' ( literally , samurai-sword-guard-patterned round kintsuba-cake ) is one of the Japanese confectionery known as ' kintsuba ' ( a Japanese confection made from red bean paste wrapped with a skin made from flour and water kneaded and spread thinly ) . +Kariginu are informal clothes worn by Court nobles in the Heian period and afterwards . +The Meitoku War was a war against the Muromachi bakufu ( Japanese feudal government headed by a shogun ) that was started by the Yamana clan members , such as Ujikiyo YAMANA and Mitsuyuki YAMANA , in 1391 during the Muromachi period . +Ankoku-ji Temples and Risho-to Pagodas were temples and pagodas established throughout Japan with the exceptions of Hokkaido and Okinawa by Takauji ASHIKAGA and his younger brother Tadayoshi ASHIKAGA during the Northern and Southern Courts period . +Kata training is a training to improve Kata in Geido ( Accomplishments of art ) , Budo ( Martial art ) and Bujutsu ( Martial art ) etc . +Meisho Edo Hyakkei is a series of ukiyoe ( Japanese woodblock prints ) created by Hiroshige UTAGAWA , an ukiyoe artist , from 1856 to 1858 . +Yoshimune KISO ( year of birth and death unknown ) was a busho ( Japanese military commander ) of the Kamakura period . +Sekizanzenin Temple , located at Shugakuin , Sakyo Ward , Kyoto City , is a temple of the Tendai sect . +Keihanshin Local Line is a common name that has been used since the era of Japan National Railway ( JNR ) for the local line running , as a part of Urban Network of West Japan Railway Company ( JR West ) in the metropolitan suburban area , between the Kyoto Station and Kobe Station ( Hyogo Prefecture ) of the Tokaido Main Line as well as between the Kobe Station and Nishi-akashi Station of the Sanyo Main Line +Teigo IBA ( February 19 , 1847 - October 22 , 1926 ) was the second Director General of Sumitomo . +Buke sado is the tea ceremony performed among the samurai families mainly in the Edo period and after . +Munizo YUKI ( May 22 , 1845-May 17 , 1912 ) was a person , who claimed himself to be former soldier of the Kyoto Mimawarigumi ( the group who patrolled Kyoto ) as well as the Shinsengumi . +Mr. Bunagatake is a mountain which is 1,214.4 m high above sealevel and located in Otsu City in Shiga Prefecture . +Kasuga Wakamiya Onmatsuri is a festival held at Sesha Wakamiya shrine ( a subordinate shrine ) of Kasuga-taisha Shrine in Nara City , Nara Prefecture . diff --git a/data/titles-en-train.labeled b/data/titles-en-train.labeled new file mode 100644 index 0000000..d2ad7b0 --- /dev/null +++ b/data/titles-en-train.labeled @@ -0,0 +1,11288 @@ +1 FUJIWARA no Chikamori ( year of birth and death unknown ) was a samurai and poet who lived at the end of the Heian period . +1 Ryonen ( 1646 - October 29 , 1711 ) was a Buddhist nun of the Obaku Sect who lived from the early Edo period to the mid-Edo period . +-1 A moat settlement is a village surrounded by a moat . +-1 Fushimi Momoyama Athletic Park is located in Momoyama-cho , Kyoto City , Kyoto Prefecture . +1 Iwanohimenomikoto ( year of birth unknown – June , 347 ) was an Empress of the Kofun period . +1 YOSHIMINE no Nagamatsu ( 813 - December 30 , 879 ) was a government official who lived during the Heian period . +1 Hiizu MIYAKE ( November 1848 - March 16 , 1938 ) is a doctor , Dutch scholar , medical scientist , members of the Diet ( the House of Peers [ Japan ] ) in Japan . +1 Imperial Prince Akinari ( 998 - May 23 , 1035 ) was a member of the Imperial Family in the Heian period . +-1 The Sanjonishi Family is a house of a branch line of the House of Ogimachi-Sanjo , of the Kanin Line , of the House of Fujiwara North of the Fujiwara clan , as well as a court noble having the house status of the house of Minister ( Old houses , or Uchiuchi ) . +1 Kichisaburo IINO ( 1867-February 3 , 1944 ) was the person of new religion who was from the family of the feudal retainer of Iwamura domain in Mino Province ( currently , Gifu Prefecture . ) +1 Yasuhide NAGAI ( 1212 - January 11 , 1254 ) was a person lived in the Kamakura Period . +-1 The term " Teppo Denrai " ( introduction of firearms ) generally refers to the introduction of matchlock guns from Europe into East Asia in the 15th century , and in a more limited sense it means the introduction of matchlock guns into Tanegashima Island , Japan . +-1 The Fushimi Domain existed in Fushimi in the Yamashiro Province ( present day Fushimi Ward , Kyoto City , Kyoto Prefecture ) . +-1 Yomi is the world of the dead . +-1 Kakuan-ji Temple is a temple belonging to the Shingon Ritsu sect of Buddhism , located in Nukatabetera-machi , Yamatokoriyama City , Nara Prefecture . +1 Michitomo KOGA ( March 8 , 1660 - August 22 , 1719 ) was a Kugyo ( top court official ) who lived from the early to mid Edo period . +-1 The Isso school is one of the schools of fue-kata ( flute players ) in Nohgaku ( the art of Noh ) . +-1 Matsunoodera Station is a railway facility on the Obama Line of the West Japan Railway Company ( JR West ) , and is located in Aza-Kissaka-mubanchi , Maizuru City , Kyoto Prefecture . +-1 Natto is a Japanese food produced by fermenting soybeans with bacillus subtilis natto . +-1 Tonan-in Temple is the main temple of the Shingon Sect considered to have been located to the southeast of Todai-ji Temple ( which is around the present Todaiji Library ) . +1 Sugyoroku is a book of the Buddhism theory compiled in 100 volumes by Enju EIMIN , the monk who lived during the times between Wu-yueh in the Chinese Godai Jikkoku era and early Northern Sung Dynasty period . +-1 " Fudoki " is a title of Chinese books . +1 Yanushioshiotakeogokoro no mikoto ( year of birth and death unknown ) was a member of Japanese Imperial family , who lived in the period around the third to fourth century . +1 Mokubei AOKI ( 1767- July 2 , 1833 ) was a painter and Kyo ware potter during the Edo Period . +-1 Gojo-ohashi Bridge is a bridge over the Kamo-gawa River which runs through Kyoto City , Kyoto Prefecture . +1 Muneyuki HAMURO ( 1174 – 1221 ) was a Court noble in the Kamakura period . +-1 Tenshu ( 天守 ) refers to a structure that became the symbol of a castle after the Sengoku period ( period of warring states ) . +1 MINAMOTO no Yoritsuna ( 1025 - February 17 , 1097 ) was a busho ( Japanese military commander ) and a tanka poet in the latter days of the Heian period . +-1 Soshu Hojutsu Chorenjo refers to a gunnery practice field in the Edo period located on the seashore in Fujisawa City and Chigasaki City , an area that is now within the boundary of Kanagawa Prefecture . +-1 Tempura is a Japanese dish of deep fried battered meats , seafood , vegetables or sansai ( plants growing wild in fields and mountains . ) +-1 Taho Nyorai ( Buddha of Many Treasures who is depicted in the Lotus Sutra ) is one of the Nyorai ( Tathagata ) , an object to worship in Buddhism . +1 Morimune KOYANAGAWA +1 In ancient Japan , Chokushimaki was a ranch developed by the emperor 's Chokushi and was used to supply war horses for the Meryo ( the section taking care of imperial horses ) . +-1 衛士 ( eishi or eji ) +-1 Yoshino Gen was a special local administration division or organization established in the Yoshino area in Japan in the eighth century . +-1 Shomen-dori Street is a street running east-west through Kyoto City . +1 Chiho ( aka Jibong in Korean ; years of birth and death unknown ) was a priest from ancient Korean Shilla , who lived in the Nara period . +1 Sanyo RAI ( January 21 , 1780 - October 16 , 1832 ) was a historian , composer of Chinese poetry and literary man who lived in the end of the Edo period . +1 Ichian YOKOHAMA ( 1550 - September 5 , 1596 ) was a daimyo ( Japanese feudal lord ) during the Azuchi-Momoyama period . +1 Katamori MATSUDAIRA was a Daimyo , and the 9th and last Chief of the Aizu Clan of Mutsu Province . +-1 The Kanseirei ( Kansei calendar ) is a Japanese lunar-solar calendar , formerly used in Japan . +-1 Kuji no kuninomiyatsuko ( also known as Kujikokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the north central part of Hitachi Province . +-1 Located in Kita-ku Ward of Kyoto City , Kitaoji Bus Terminal is a bus terminal of Kyoto City Bus . +-1 Suebe ( or Suetsukuribe ) was a group of people who were engaged in manufacturing Sueki ( unglazed ware ) before Taika period . +1 FUJIWARA no Yorinaga ( 1120 – August 8 , 1156 ) was a court noble at the end of the Heian period . +1 Eitoku KANO ( February 16 , 1543 - October 12 , 1590 ) was a painter who lived during the Azuchi-Momoyama period . +-1 Taibon Sankajo refers to the fundamental authorities of Shugo ( provincial constable ) in the Kamakura and Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +1 Hikohitooe no mikoto or Oeo was a member of the Imperial family who lived during the Kofun period ( tumulus period ) . +1 " Futon " is a short novel which was written by Katai TAYAMA . +-1 Kutsu-tsura ( literally , shoe cheek ) is one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Hyakki Tsurezure Bukuro " ( The Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) +-1 Hebizuka-kofun Tumulus is a tumulus located in Uzumasa , Ukyo Ward , Kyoto City , Kyoto Prefecture . +-1 Hodo-ji Temple is a Yuzu Nenbustu sect temple located in Ikoma City , Nara Prefecture . +-1 Nikka-mon ( or jikka mon ) Gate was one of the naikaku-mon gates that comprised the dairi ( Imperial Palace ) and was located on the east side of the south garden of the Shishinden Hall ( Throne Hall ) . +-1 Nenryo bekko zomotsu was the system where a designated amount of Zomotsu such as paper , brushes , horse skin and herbal plants were directly tithed to the central government by Ritsuryo provinces . +1 HIKAMI no Kawatsugu ( year of birth and death unknown ) was a member of the Imperial Family between the Nara period and the early Heian period . +-1 Mata-nozoki is one of the methods to enjoy looking at Amanohashidate from Kasamatsu Park or Ama no Hashidate View Land in Miyazu city , in Kyoto prefecture . +1 Kuniyoshi NOSE ( year of birth and death unknown ) was a samurai from the end of the Heian period to the early Kamakura period . +1 King Munmu ( year of birth unknown - 681 ) was the 30th king of the Korean kingdom of Silla ( reigned from 661 to 681 ) , whose family name was Kim and given name was Beopmin . +-1 Hayatoshi ( Hayato Office ) was the institution that belonged to Emonfu ( Headquarters of the Outer Palace Guards ) and later Hyobusho ( ministry of military ) on the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Johen ( 1166 - May 16 , 1224 ) was a priest of the Shingon Sect in the early part of the Kamakura period . +-1 Isshikoshosoku is a part of a Buddhist sermon taught by Honen . +-1 " Momijigari " is a Noh piece . +-1 Shubun ( Autumnal equinox ) is one of the 24 seasons in the solar year . +1 Iemori YAMAZAKI ( 1567 - November 19 , 1614 ) was a daimyo ( Japanese feudal lord ) who lived in the Azuchi-Momoyama period and the Edo period . +-1 " Jokan " ( written as " 上官 " or " 政官 " ) is the collective term for government officers who were mainly engaged in clerical work in the Daijokan ( Grand Council of State ) under the Ritsuryo system ( a system of a centralized government based on the Ritsuryo Code ) . +1 Keijun MIYABE ( 1528 ? - April 20 , 1599 ) was a busho ( Japanese military commander ) in the Sengoku Period ( Period of Warring States ) ( Japan ) . +-1 Saigyo-zakura is a Noh play written by Zeami . +1 Norimitsu YANAGIHARA ( or Motomitsu YANAGIHARA ) ( November 14 , 1746 - January 3 , 1800 ) was a court noble ( Shonii [ Senior Second Rank ] , Gon Dainagon [ provisional major counselor ] ) and historian in the Edo period . +-1 Amenomahitotsu no Kami is a Shinto god of iron manufacture and blacksmiths who appears in Japanese mythology . +-1 Forming the topography of the coast from Fukui Prefecture to Kyoto Prefecture , Wakasa Bay was created by the ground subsiding deep into the Sea of Japan . +1 Wani ( date of birth and death unknown ) is a legendary figure who supposedly came from Kudara ( Paekche ) to Japan to teach Chinese characters and Confucianism . +-1 Kin ( Catty ) is a weight unit in the East Asian system of weights and measures . +-1 Rakunan High School and Rakunan Junior High School are private junior and senior high schools , respectively , located in Minami-ku , Kyoto City . +-1 Yobo-ji Temple is a head temple ( Honzan ) of the Nichiren Honshu Sect located in Hokoji-cho , Shintakakura Street Magobashi Street-agaru , Sakyo Ward , Kyoto City , Kyoto Prefecture . +1 Eishoin ( December 17 , 1578 - September 17 , 1642 ) was Ieyasu TOKUGAWA 's concubine . +-1 The Kojin-bashi Incident is an incident that occurred on November 11 , 1953 , where a group of Kyoto University student demonstrators who had been marching up to the large-scale meeting at the Hirokoji campus of Ritsumeikan University , had a collision with the police on Kojin-bashi Bridge ( Kyoto City ) . +1 Emperor Momozono ( April 14 , 1741 - August 31 , 1762 ) was the hundred sixteenth Emperor during the Edo period . ( his reign was from June 9 , 1747 to August 31 , 1762 . ) +-1 Mumon-ginsen coin is the Japan 's oldest private silver coin . +1 FUJIWARA no Takaie ( 979 - February 8 , 1044 ) was a court noble during the Heian period . +1 Kagero is one of the fifty-four chapters of " The Tale of Genji . " +1 Shigeki NISHIMURA ( April 26 , 1828 – August 18 , 1902 ) was a Japanese enlightenment thinker . +1 Yoshiharu ISSHIKI ( 1466 - October 2 , 1484 ) was a Shugo Daimyo ( protector feudal lords ) who lived during the Muromachi period . +-1 Giho reki is a Chinese calendar and is a lunisolar calendar which was compiled by Chunfeng LI , an astronomer during the Tang dynasty . +-1 Kyoto-Gekijo is a theater located in Shimogyo Ward , Kyoto City , Kyoto Prefecture . +1 Nobutane NAKANOMIKADO ( 1442 - December 11 , 1525 ) was a court noble from the middle of Muromachi period to the Sengoku Period ( Period of Warring States ) ( Japan ) . +1 Seiki KURODA ( August 9 , 1866 - July 15 , 1924 ) was a Western-style painter who came from Kagoshima City , Kagoshima Prefecture . +-1 Katakiuchi is the practice of taking out one 's revenge , by taking the law into his own hands , against someone who has killed a direct ancestor of the avenging party . +-1 Meiji roku-nen no Seihen ( Coups of 1873 ) is a major political change in the early Meiji era caused by Seikanron ( debate on subjugation of Korea ) . +-1 " Saga Goryu " is a school of flower arrangement , whose founder was the Emperor Saga . +-1 Sotan gitsune ( fox ) was a monster fox , a story of which has been passed down at the Shokoku-ji Temple in Kamigyo Ward , Kyoto City . +-1 Goban-cho is the name of a town situated in Kamigyo Ward , Kyoto City . +-1 Amida ( Amitabha ) worship is the religious belief based on the Pure Land of Buddhism which believes in justification by belief and preaches that praying to Amida Nyorai would lead you to heaven . +-1 " Hokumen no bushi " were samurai who served the retired emperor , standing by as the gero ( servant ) on the north side of the in ( imperial palace of the retired emperor ) , and guarding or accompanying the retired emperor when he made trips outside .. +-1 Ako-jinja Shrine is a Shinto shrine in Nara City , Nara Prefecture . +-1 Okuninushi is a god that appears in a type of Japanese mythology called Izumo Shinwa ( Myths of Izumo ) . +-1 Following the Tokaido Shinkansen that the former Japan National Railways ( JNR ) started operation on October 1 , 1964 , each of the JR group companies has operated its own high-speed railway system , and the term Shinkansen is used for indicating the railways for high-speed operations , the train-cars , and related railway-based transportation systems as a whole . +1 Iesada TOKUGAWA was the thirteenth Seitaishogun ( commander in chief of the expeditionary force against the barbarians ; a great and unifying leader ) of the Edo Bakufu . +1 O no Tadatatsu ( April 10 , 1865 - December 22 , 1944 ) was gagakuka ( musician of old Japanese court music ) and the member of Imperial Art Academy . +1 Shunkai ( date of birth and death unknown ) was a Shingon sect priest who lived from the end of the Heian period to the early Kamakura period . +1 Myoha SHUNOKU ( 1311 - November 9 , 1388 ) was a Zen priest of the Rinzai sect in the Muromachi period . +-1 Kanokogi-no-sho / Kanakogi-no-sho was a shoen ( manor in medieval Japan ) that existed in Higo Province during the Heian and Muromachi Periods . +-1 The Muromachi-dori Street is one of the major north-south streets which run through Kyoto City . +-1 The San-saemon incident was the incident in which former retainers of the deceased father and son , Yoshiyasu ICHIJO and Takayoshi ICHIJO , were arrested for attempting to attack Michichika TSUCHIMIKADO , Gon Dainagon ( provisional major counselor ) . +-1 Genkareki is one form of Chinese calendar , a lunisolar calendar formerly used in China and Japan . +-1 Futatsumei Norimune is a Japanese sword believed to have been manufactured by Norimune ICHIMONJI in Bizen Province . +1 Mitsunaga WAKEBE ( February 22 , 1714 - December 15 , 1783 ) was the 6th lord of the Omizo Domain , Omi Province . +-1 A Japanese Temple +1 Shiki no miko ( around the latter half of the seventh century ) was a member of the Imperial Family who lived in the Asuka period . +-1 The Shonai Rebellion occurred in 1599 in Shonai , Hyuga Province ( the present-day Miyakonojo City , Miyazaki Prefecture and surroundings ) between the Shimazu clan and the Ijuin clan , the chief vassal of the Shimazu clan . +-1 Konbu-in Temple is a Jodo ( Pure Land ) sect nunnery temple located in Horen-cho , Nara City , Nara prefecture . +1 Ujinaga SASSA was the son of Ujitsuna SASSA . +1 ABE no Yoshihira ( 954 ? - February 3 , 1027 ) was an Onmyoji ( Master of Yin yang ) , and Inyoka ( the Yin and Yang school of philosophy ) in the Heian period . +-1 Shokusan-kogyo is the policies in which the Meiji government accelerated modernization of the nation by encouraging industry and nurturing capitalism in order to compete with Western countries . +1 Sanetada IMADEGAWA ( 今出川 実尹 , 1316 - September 29 , 1342 ) was a Kugyo ( high court noble ) from the Kamakura period to the Kenmu Restoration period . +-1 The Hozukyo Gorge , a picturesque scenic spot on the Oi-gawa River ( the Hozu-gawa River ) , starts at Kameoka City , Kyoto Prefecture to Togetsu-kyo Bridge in Arashiyama , Ukyo Ward , Kyoto City . +1 Reigan ( May 9 , 1554 - October 15 , 1641 ) was a priest of the Jodo sect of the early Edo period . +-1 " Oni no ho " is a ho ( round-necked robe worn by members of nobility and the imperial court ) of sokutai ( traditional ceremonial court dress ) costume , worn by a crown prince in the rituals . +1 Keiji NISHITANI ( February 27 , 1900 - November 24 , 1990 ) was a Japanese researcher who studied philosophy and the philosophy of religion . +-1 In modern samurai society , kannen was the official age of a person reported to the authorities such as the bakufu ( Japanese feudal government headed by a shogun ) or the family of lord of the domain . +1 Kokaku ( date of birth and death unknown ) was a priest of the Tendai Sect in the late Heian period . +-1 Ichimi-togarashi ( cayenne pepper powder ) is a seasoning made of dried red pepper ground into powder form . +-1 Shiramine-jingu Shrine is a Shinto shrine located in Kamigyo Ward , Kyoto City . +-1 Kiri Noh is one of the programs of Noh theatrical performance , when the shite ( the main actor of a Noh play ) performs the roles of Oni ( ogre ) , Tengu ( a long-nosed goblin ) , Tenjin ( the heavenly god ) , Raijin ( the god of thunder ) , Ryujin ( the god of dragon ) , etc . +1 Chiten no Kimi was the word for the retired emperor or emperor who took control of politics as the head of Imperial Family from ancient times to the Medieval period . +-1 The Fujii family was a toshoke ( within the hereditary lineage of court nobles allowed to enter the tenjonoma in the palace ) down line of the Urabe clan . +-1 The rice riots in 1918 were riots due to a sharp rise in rice prices in which lasted in prewar Japan from the Edo period . +1 Kinkiyo TOKUDAIJI ( 1312 - July 29 , 1360 ) was a kugyo ( court noble ) who lived from the Kamakura period to the period of the Northern and Southern Courts ( in Japan ) . +1 Shigemochi MIKUMO ( 1540 - 1603 ) was a military commander of the Sengoku ( warring states ) period . +-1 Hyojoshu was a government post established during the periods of Kamakura and Muromachi . +1 Eichi SHIBUSAWA ( March 16 , 1840-November 11 , 1931 ) was a Shogun 's retainer near the end of the Edo period , a bureaucrat of the Ministry of Finance and an entrepreneur from Meiji to the early Taisho period . +1 Chiko ( circa 709 - circa 780 ) was a Buddhist priest of the Sanron Sect ( Madhyamika school founded originally by Nagarjuna , which was brought in from China in 625 by Ekwan and was headquartered in Horyu-ji Temple in Nara , the sect belonging to the Provisional Mahayana school ) , who lived in the Nara period . +1 Taneyasu TOGASHI ( 1474 ? - 1535 ) was the 16th family head of Togashi clan ( number of generations since Takaie TOGASHI ) . +-1 Hanayacho-dori Street is a street in Kyoto City . +-1 Daisaitogoma ceremony refers to large-scale Goma ( Holy Fire ) Mass held in the field . +-1 Shoyoroku is a Buddhist book from the era of the Sung dynasty in China . +-1 Shinsen is an offering to shrines and household Shinto altars in Japan . +1 Sukenao INADOME ( 1552 - March 20 , 1611 ) was a firearms expert who lived from Sengoku period ( period of Warring States ) period into the early Edo period . +-1 Takaragaike Station , located in the Sakyo ward of Kyoto City , is a stop on the Eizan Main Line and the Kurama Line of the Eizan-dentetsu ( Eizan Electric Railway ) . +1 Jakugen ( year of birth unknown - April 18 , 1024 ) was a monk of the Tendai Sect , who lived during the mid-Heian period . +1 Yunoshin TAKAHASHI ( born 1835 , year of death unknown ) was a soldier in the shinsengumi . +1 Izo OKADA ( 1838 - June 3 , 1865 ) was one of the Bakumatsu Shidai Hitokiri ( Four famous assassins of Bakumatsu , end of the Edo Period ) who joined the Tosa kinnoto ( loyalist clique of Tosa ) in his hometown , Tosa Province . +-1 Jizo-bon is the day of the festival of Jizo Bosatsu ( 24th of each month ) , or the period of three days before the evening festival on July 24 of the old calender in the Obon festival , or it also means the day of the festival of Jizo Bosatsu , which is chosen from the days of the festival . +1 Hirotsugu KAWAKATSU ( year of birth and death unknown ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +1 FUJIWARA no Sanetsune ( December 29 , 998 - August 30 , 1045 ) was a court noble during the mid-Heian period . +-1 Jundaijin was a government post in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 Naryu-misaki Cape belongs to Maizuru City , Kyoto Prefecture , and faces the Japan Sea ( western part of Wakasa Bay ) . +1 KOSE no Maro ( date of birth unknown - February 7 , 717 ) was a noble of the Nara period . +1 Yosai KIKUCHI ( November 28 , 1788 - June 16 , 1878 ) was a Japanese-style painter from the end of the Edo period to the beginning of the Meiji period . +-1 Hokoshu was a govermental position established by the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +-1 Tato means the wealthy farmer class that managed rice fields belonging to shoen ( manor ) or kokugaryo ( rice fields governed by provincial government office ) during Japan 's Heian period . +-1 Kangakukigen is a history book of the study of the Chinese classics written by Sueyasu IJICHI of Satsuma domain in the late Edo Period . +1 Sarumaru no Taifu , or Sarumarudayu ( years of birth and death not know ) was one of the thirty-six immortal poets . +-1 Sakan was the fourth among the four official ranks of Shitokan under the ritsuryo legal code system . +-1 The Tozai Line is a railway line of Kyoto Municipal Subway , which connects Rokujizo Station in Uji City , Kyoto Prefecture and Uzumasa-tenjingawa Station in Ukyo Ward , Kyoto City . +-1 Ikeda-machi Yokangai is a name given to a part of the old town area of Omihachiman City , Shiga Prefecture . +-1 " Nanori , Shimenawa-kiri , Himatsuri " is a series of annual events held from New Year 's Eve through New Year 's Day in Daio-cho , Shima City , Mie Prefecture . +-1 The Jiyu Minken Undo ( Freedom and popular rights movement ) was a political and social movement that took place in Meiji-period Japan . +1 SUGAWARA no Takasue ( born in 972 , year of death unknown ) was an aristocrat and zuryo ( provincial governor ) who lived in the Heian period . +-1 Risai KOMAZAWA was one of the Senke Jisshoku ( The Ten Craftsmen of the House of Sen ) . +-1 Minonoshiri no kunimiyatsuko ( also known as Minonosihrinokokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the east of Mino Province . +-1 Ie seido was a family system , which was introduced to the Civil Codes established in 1898 ( hereunder referred as Old Civil Codes ) , under the system , a small group consisting of relatives and living in a house is considered as a family and a family has a family head who was given an authority to lead a family . +-1 Sacchodo was called ' Yuhan ' ( powerfull domain ) in the end of Edo period , and produced many patriotic samurais , and a generic name of ' Royal three Domains , ' Satsuma Domain , Choshu Domain , and Tosa Domain which were the of the Meiji Restoration , or a generic name of the patriotic Samurais from these three Domains . +-1 Obara-dera was a temple once located in Obara , Sakurai City , Nara Prefecture . +1 Yoshizane NIJO ( 1216 - January 18 , 1271 ) was a court noble who lived during the mid Kamakura period . +-1 Daigaku-besso were facilities affiliated to the Daigaku-ryo ( the government facility established in the eighth century to educate students who were to become bureaucrats ) . +1 Mineko IWASAKI ( 1949 - ) is an author and former Gion Kobu geisha ( Japanese professional female entertainer at drinking parties ) from Kyoto City , Kyoto Prefecture . +1 ABE no Miushi ( 635 - May 20 , 703 ) was a historical figure lived during Japan 's Asuka Period . +1 Yoshinobu TAKEDA was a busho ( Japanese military commander ) during the Sengoku ( Warring States ) period . +-1 Gosyodoki is a pattern of traditional Japanese clothes . +-1 Located in Nakagyo-ku Ward of Kyoto City , Kyoto City Heiankyo Sosei-Kan is a museum which occupies the first floor of Kyoto City Life-long Education Center ( Kyoto Asny ) . +1 " Chanoyu Ichie Shu ( Collection on the Oneness of Chanoyu ) " is a book on tea ceremony written by Naosuke II ( title in tea ceremony : Sokan ) , the lord of the Hikone Domain in the end of the Edo Period . +1 Kiyohiko USHIHARA ( March 22 , 1897 - May 20 , 1985 ) was a movie director from the Taisho to the Showa era . +1 KO no Moroyasu ( ? – April 1 , 1351 ) was a Japanese military commander of the period of the Northern and southern Courts . +1 Hanzo HATTORI was samurai working under the command of Matsudaira clan and the Tokugawa clan from the Sengoku period ( period of warring states ) to the early Edo Period , and refers to the successive family heads of the Hattori clan who assumed the name of ' Hanzo ' for generations . +1 Sokichi HASHIMOTO ( 1763 - June 14 , 1836 ) was a Ranpoi ( a person who studied Western medicine by means of the Dutch language ) and Rangakusha ( a person who studied Western sciences by means of the Dutch language ) . +1 SOGA no Iruka was a powerful person in the Yamato Imperial Court . +-1 Yamato no Miyako is a city existed in ancient Japan . +1 Fujikata HOSOKAWA ( 1517 - 1590 ) was a busho ( Japanese military commander ) who lived in the Sengoku Period ( Period of Warring States ) . +1 Entsu ( 1754 - 1834 ) was a priest of the Tendai Sect of the late Edo period . +1 O no Honji ( date of birth unknown - August ? 696 ) was a person who lived during the Asuka Period . +1 Kagenori NIRE ( April 6 , 1831-November 22 , 1900 ) was a samurai at the end of the Edo period and a navy officer in the Meiji period . +1 FUJIWARA no Motonaga ( 藤原 元命 , date of birth and death unknown ) was a middle-ranking government official during the mid Heian period . +-1 Hakari-za is za ( trade guild ) which imposed a monopoly on manufacturing , distribution , test and repair of scales with the special license of the Edo bakufu during the Edo period . +-1 Jodo style gardens were built from the Heian period to the Kamakura period . +-1 Densho ( books on the esoterica - also written as 傳書 ) is a manuscript or book of secret techniques of schools of Japanese art and martial arts . +1 Yukichika NENOI ( year of birth unknown - March 11 , 1184 ) was a busho ( Japanese military commander ) who lived during the late Heian period . +-1 Fujiwara Shikike is a sub branch of Fujiwara family , started by FUJIWARA no Umakai , the third son of Udaijin ( Minister of the Right ) FUJIWARA no Fuhito . +1 Norimochi IMAGAWA ( 1570 - January 14 , 1608 ) was a busho ( Japanese military commander ) and waka poet , who lived during the Azuchi-Momoyama period . +1 Joju SHUNAN ( 1710 - September 14 , 1767 ) was a priest of the baku sect , calligrapher and Tenkoku artist ( a carver who carved Chinese characters in the special , Tensho , style ) who lived in around the middle of the Edo period . +-1 Kanto moshitsugi , also called Knato shisso , was a post introduced in the imperial court during the Kamakura period and played , together with the Rokuhara Tandai ( an administrative and judicial agency in Rokuhara , Kyoto ) on the Kamakura bakufu ( Japanese feudal government headed by a shogun ) side , the role of doing communications and adjustments between the bakufu and the imperial court or the government by cloistered emperors . +-1 Tenjobito / Uebito was a court official of fifth rank or above in Japanese pre-modern government organization and permitted to enter the emperor 's private living quarters , i.e. , the south side of the emperor 's residence Seiryoden . +-1 Infobox Buddhist +1 Kokei HOAN ( 1532 - March 5 , 1597 ) was a Rinzai Sect Buddhist monk who lived during the Azuchi-Momoyama period . +-1 A tekkosen was a large-size Atake-bune ( a type of naval warship ) that Nobunaga ODA ordered Yoshitaka KUKI to build in order to fight against the Mori / Murakami navy . +-1 Hoori ( Hoori no Mikoto ) is a god that appears in Japanese mythology . +1 ABE no Mitora ( the date of birth and death unknown ) was a government official in the early Heian Period . +-1 " Maiko makeover " is a kind of service offered for visitors to Kyoto City , especially around Gion area , which satisfies desires of those who adore maiko girls to transform their looks by dressing them up like maiko or geiko with kimono , a wig , kanzashi ( hair stick ) , etc . +1 Mochikiyo KIRA ( Date of birth not known - March 9 , 1532 ) was a military commander who lived in the late Muromachi period and the Sengoku period ( Period of Warring States ) . +-1 Shichihonmatsu-dori Street is a street running south-north through Kyoto City . +-1 Kuro HOSHO is a stage name used by the headman of the shite-kata ( actors who play leading characters in Noh performances ) Hosho school . +1 TAIRA no Munemori was a warlord and noble who lived during the late Heian period . +-1 Nantan refers to the southern part of the Tanba area of Kyoto Prefecture , and administratively includes the two cities and one town of Kameoka City , Nantan City and Kyotanba-cho of Funai-gun ( former Funai-gun , former Kitakuwada-gun and former Minamikuwada-gun ) , all of which are located in the central part of Kyoto Prefecture . +1 Seiran OUCHI ( May 22 , 1845 - December 16 , 1918 ) was a scholar of Buddhist Studies and a thinker , who lived during the Meiji to Taisho periods . +-1 Shichi-go-san is an annual event praying for the growth of children of three , five , and seven years of age . +-1 Inyo ( also pronounced Onmyo ) Gogyo Shiso ( Yin-Yang Wu-Xing Thought ) is the idea that linked together the principles of Yin-Yang ( positive and negative , light and shade ) and Gogyo Shiso ( Five Elements Theory ) during the Spring and Autumn period and the Warring States period in China . +-1 Yuzu Nenbutsu sect is one of the sects of pure land teachings , Jodo-kyo . +-1 Junna-in Palace was Emperor Junna 's Rikyu ( an imperial villa ) or Goin Palace in Ukyo Shi jo Ni bo ( present-day Ukyo Ward , Kyoto Prefecture ) in Heian-kyo ( the ancient capital of Japan in current Kyoto . ) +1 Kanemon FUJIMA was the hereditary family name of the head family of the Kanemon Sect of the Fujima school . +1 Kichinojo UMEWAKA the Fifth is a Noh actor of the Kanze school of shite-kata ( lead actors ) . +-1 Shoka ( music ) is one of the subjects in the former ordinary and higher elementary schools . +-1 Motomasa KANZE ( 1930-1990 ) was a shite actor ( a principal actor ) of the Kanze school of Noh . +1 Tomoharu ODA ( 1548 - March 3 , 1604 ) was a regional lord and military commander of Hitachi Province who lived from Sengoku period ( period of Warring States ) into the Edo period . +-1 Ooomi was a post in the Yamato Kingdom in the Kofun period . +-1 Kamiyakuno Station , located at 1284-2 , Hirano Mutsu-machi , Yakuno-cho , Fukuchiyama City , Kyoto Prefecture , is a stop on the Sanin Main Line , which is operated by the West Japan Railway Company ( JR West ) . +-1 The " haneri " is a detachable neckpieces for kimonos that is sewed on a juban , underwear for wafuku ( Japanese traditional clothes ) . +-1 The Kyo top is a kind of Japanese spinning top . +1 " Tamonin Nikki " ( Tamonin Diary ) , written in Tamonin tatchu ( a sub-temple on the site of a main temple ) in Kofuku-ji Temple , Nara , was kept for 140 years ( from 1478 to 1618 ) by the authors for three generations , including the monk Eishun . +1 Emperor Saga ( October 3 , 786 - August 24 , 842 ) was the fifty-second Emperor ( his reign lasted from May 8 , 809 to May 29 , 823 ) . +-1 The Kyoto Takarazuka Hall is a general name for Toho chain theaters ( Kyoto Takarazuka Theater , Kyoto Scala-za ) formerly located in Rokkaku , Kawaramachi , Nakagyo Ward , Kyoto City , Kyoto Prefecture . +1 Sadamoto NONOMIYA ( August 10 , 1669 - August 13 , 1711 ) was a court noble in the middle of the Edo Period . +1 Kosho ( date of birth and death are unknown ) was a busshi ( sculptor of Buddhist statues ) in the Kamakura period . +-1 Remarks +-1 Koshogumi ( page corps ) was an organization in the Edo bakufu and one of the bankata which took charge in the military affairs . +-1 Akebonotei Jiken , which occurred in Kyoto at the end of the Edo period , was an incident where a retainer of the Tosa clan was wounded and committed suicide , together with a retainer of the Aizu clan who also committed suicide with his own sword , which resulted from mis-information during an operation to arrest masterless samurai from the Choshu clan . +-1 Manen Oban is a large-sized old Japanese gold coin issued in intercalary April of 1860 ; it is also called Shin Oban . +-1 Funaokayama-jo Castle was a yamashiro ( a castle on a mountain ) in the medieval period , located in Kyoto City . +-1 Kyoto Onuma soroe was the great military parade in Kyoto which was staged by Nobunaga ODA on April 11 , 1581 . +-1 Fugen Enmei Bosatsu is one of Bosatsu worshiped in Buddhism . +-1 Sennyu-ji Temple is the head temple of the Shingon sect Sennyu-ji School located in Sennyuji Yamanouchi-cho , Higashiyama Ward , Kyoto City . +1 Donkai ( 1265 - March 20 , 1327 ) was a priest of the Ji sect in the late Kamakura period . +1 FUJIWARA no Kaneie ( born in 929 , birth date unknown - July 31 , 990 ) was a kugyo ( Court noble ) who lived in the Heian Period . +1 Yukihiro UJIIE ( 1546 - June 4 , 1615 ) was a busho ( Japanese military commander ) and daimyo ( feudal lord ) from the Sengoku Period ( Period of Warring States ) to the early Edo period . +-1 Kengyo MATSUURA ( year of birth unknown – January 2 , 1823 ) was a blind musician who was active during the early nineteenth century in Kyoto ( jiuta shamisen ( traditional Japanese shamisen music ) player , so or koto ( a long Japanese zither with thirteen strings ) player and composer ) . +1 Michitada KOGA ( 1216 - January 24 , 1251 ) was a Kugyo ( court noble ) during the Kamakura period . +-1 Powdered green tea is a kind of green tea . +-1 Waki Noh is one of the programs of Noh theatrical performance , when the shite ( the main actor of a Noh play ) performs the roles of gods . +-1 Maitreya Bodhisattva in manas in a semi-lotus position came to Japan when Miroku ( Maitreya ) worship was imported from China in the sixth through the seventh centuries , and many statues created in the Asuka and Nara period still remain in Japan . +-1 Shinko-in Temple is a Buddhist temple belonging to the Jodo Sect ( the Pure Land Sect of Buddhism ) Chinzei School located at 42 Iwakura Shimozaiji-cho , Sakyo Ward , Kyoto City , Kyoto Prefecture . +1 Fusatake ( Fusamoto ) KOIDE ( January 8 , 1775 - June 9 , 1821 ) was the seventh feudal lord of Sonobe Domain in Tanba Province . +1 Naotomo IWAKURA ( 1737 - February 11 , 1799 ) was a retainer of the Imperial Court during the middle of the Edo period . +-1 Yase-Hieizanguchi Station , located in Sakyo Ward , Kyoto City , Kyoto Prefecture , is a terminal on the Eizan Main Line , which is operated by Eizan Electric Railway . +1 FUTABATEI Shimei ( April 4 , 1864- May 10 , 1909 ) was a Japanese novelist and translator . +1 Bernard Thadee Petitjean ( born June 14,1829 ; died October 7 , 1884 ) was a Roman Catholic priest from France . +-1 Matsunoo-taisha Shrine is a Shinto shrine located in Nishigyo Ward , Kyoto City . +-1 Konpon Chudo is the largest central hall of Hieizan Enryaku-ji Temple . +1 Nenokuni is the underworld in the Japanese myth . +-1 Fu-Rin-Ka-Zan is a common name for the phrase of ' as fast as the wind , as quiet as the forest , as daring as fire , and as immovable as the mountain , ' written on the hatasashi-mono ( battle flags ) of Shingen TAKEDA , a daimyo ( Japanese territorial lord ) in the Sengoku period in the Kai Province ( Yamanashi Prefecture ) . +-1 Shoto was the tax levied on paddy fields and dry fields in the Medieval period . +1 Takaaki KUKI ( 1762 - September 21 , 1779 ) was an heir to Ayabe Domain in Tango Province . +1 Shigetoshi IKEDA ( 1586 - February 10 , 1631 ) is a Daimyo ( Japanese feudal lord ) in the early Edo period , and the first lord of Shingu-han Domain ( Harima Province ) . +-1 Sankokyukei refers to a generic name for posts of administrative officials in the Qin and Han Dynasties of China . +1 Kotaishi ' ( Crown Prince ) is the Japanese word used to refer to the prince that is next in line to the imperial throne in Japan . +1 Yajiro SHINAGAWA ( November 20 , 1843 - February 26 , 1900 ) was a Japanese samurai ( a feudal retainer of the Choshu clan ) and statesman . +-1 Karasuma-Imadegawa is the generic name of an intersection and its neighboring area located at Imadegawa-cho , Kamigyo Ward , Kyoto City , Kyoto Prefecture . +-1 Sen-ryo-bako was a box exclusively used to store a large amount of koban ( former Japanese oval gold coin ) during the Edo period . +-1 Shinkei Sanjurokkaisen is a series of monster pictures by ukiyo-e artist Yoshitoshi TSUKIOKA from the late Edo period to the early Meiji period . +-1 The Kasa Tunnel is the tunnel running between Kita Ward and Ukyo Ward of Kyoto City , Kyoto Prefecture . +1 Kara monogatari ( Tales of China ) is a collection of Japanese adaptations of ancient Chinese stories in the form of uta monogatari ( poem-tale ) . +-1 Tango-Omiya Station , located in Kuchiono , Omiya-cho , Kyotango City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by the Kitakinki Tango Railway . +1 Emperor Chokei ( 1343 – September 4 , 1394 ; reign : April 6 , 1368 – November 1383 ) was the ninety-eighth emperor of Japan , who lived in the period of the Northern and Southern Courts . +1 MINAMOTO no Suekuni ( c.1151-June 20 , 1180 ) was a busho ( Japanese military commander ) at the end of the Heian Period . +-1 Fujufuse ( Not Receive and Not Give ) Nichiren Komon Sect is a school of the Nichiren Sect for which the sect founder was Nichiren and the school founder was Nichio . +1 Nichia ( ? - March 10 , 1407 ) was the seventh head priest of Taiseki-ji Temple . +1 Born in 892 and passed away on November 11 , 970 , FUJIWARA no Arihira was Kugyo ( a top Court official ) in the middle of the Heian period . +1 Yuzo KAWASHIMA ( February 4 , 1918-June 11 , 1963 ) is a Japanese film director . +-1 " Urakami yoban kuzure , " which means the fourth suppression campaign against crypto-Christians in Urakami area , refers to a large-scale crackdown on Christians which took place in Nagasaki Prefecture from the end of Edo period to the early Meiji period . +1 Kookimi ( date of birth and death unknown ) was a female waka poet in the mid-Heian period . +-1 Kiraibashi , also called Imibashi or Kinjibashi , is the banned usage of chopsticks in Japan . +1 Sekitei KIUCHI / KINOUCHI ( January 14 , 1725 - April 6 , 1808 ) was a herbalist and collector of unusually-shaped stones who lived during the Edo period . +-1 The Munetada-jinja Shrines are Shinto shrines that enshrine Kurozumikyo founder Munetada KUROZUMI . +-1 Located in Fukuchiyama City , Kyoto Prefecture , Fukuchiyama Station is a station owned by West Japan Railway Company ( JR West ) and Kitakinki Tango Railway Corporation ( KTR ) . +1 Harutaka YAMADA ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group ) which was the forerunner of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +1 MIYOSHI no Yasunobu ( also known as Yasunobu MIYOSHI ) ( 1140 - September 3 , 1221 ) was a court noble who lived from the end of the Heian period to the beginning of Kamakura period . +1 Shuryo SAKUGEN ( April 29 , 1501-August 2 , 1579 ) was a Zen monk of the Rinzai sect and a diplomat who lived in the Sengoku period ( period of warring states ) . +-1 Kurumazaki-jinja Shrine is a Shinto shrine located in Saga , Ukyo Ward , Kyoto City . +-1 Rokuon-ji Temple is a Rinzai sect Shokoku-ji School temple located in Kita Ward , Kyoto City . +-1 Jisho-guso is a Yusoku kojitsu ( court and samurai rules of ceremony and etiquette ) written by Sadamichi ISE , the military governor of Yamashiro Province in the early Sengoku Period ( the Period of Warring States ) in Japan . +1 Yoshishige OTOMO ( also known as Sorin OTOMO ) was a busho ( Japanese military commander ) in the Sengoku Period ( Period of Warring States ) . +1 Mantaro TANI ( 1835 - June 30 , 1886 ) was a member of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +1 Kunimichi ISHII ( July 15 , 1837 - February 3 , 1893 ) was a government official from the end of Edo period to Meiji period . +1 NAKATOMI no Miyako no Azumabito ( year of birth unknown - 738 ) was the bureaucracy in the Nara Period . +1 Saneyo TOIN ( 1308-September 22 , 1358 ) was a Court noble who served the Southern Court ( Japan ) in the period of the Northern and Southern Courts ( Japan ) . +1 Josu ( also known as Teisu ) ( 866 - August 19 , 944 ) was a Shingon Sect Buddhist monk who lived during the mid-Heian period . +1 OE no Morogami ( birth and death year unknown ) was a lower-ranking Court noble living from the late Nara period to the early Heian period . +-1 Ryotei refers to a high class restaurant serving mainly Japanese cuisine . +1 Sanetomi OGIMACHISANJO ( 1536 - March 3 ) was a Kugyo ( top court official ) during the late Muromachi period . +-1 Historically , there used to be two Katamachi stations in Miyakojima Ward of Osaka City , as shown below , but both had already been abolished . +-1 Ryorokuzan Gyogan-ji Temple is a Tendai Sect temple located in Nakagyo-ku Ward , Kyoto City , Kyoto Prefecture . +-1 Jobonrendai-ji Temple , located in Kita Ward , Kyoto City , is a temple of the Chizan school of the Shingon sect . +1 Narabi no maki ( parallel chapters ) is a name for a chapter which is parallel to another chapter in a work consisting of several volumes , or the chapters themselves called as such . +-1 Kuramae nyuyo was one of the three major taxes called Takagakari Sanyaku that were imposed on the direct control territories of the Edo bakufu ( Shogunal demesne ) during Edo period . +1 Sadayoshi TOKI ( 1580 - February 22 , 1619 ) was a busho ( Japanese military commander ) and a daimyo ( Japanese territorial lord ) from the Azuchi-Momoyama to the early Edo periods . +-1 Jori sei is a system of land subdivision ( management ) in Japan from ancient period until the late mediaeval period . +1 Mitsuchika MATSUDAIRA was the second lord of the Yodo Domain in Yamashiro Province . +1 Sekien TORIYAMA ( real name : Toyofusa SANO ) ( 1712 - September 22 , 1788 ) was an ukiyoe artist who lived in the Edo period . +-1 Innochocho is an order document in a form of cho ( a kind of document formats ) issued by In no cho of Daijo Tenno ( the Retired Emperor ) to officials and Sogo ( Office of Monastic Affairs ) that were not under its jurisdiction . +-1 Here , in " Railway opening in Japan , " the background to the official opening of Japan 's first railway line between Shiodome Station ( Japanese National Railways ) and Sakuragicho Station on October 14 , 1872 is described . +-1 Miki ( also referred to as ' shinshu ' ) is alcohol ( generally Japanese sake ) offered to Shinto deities . +-1 Sonen School is a school of calligraphy founded by Cloistered Imperial Prince Sonen . +-1 The Toyoakari no sechie festival is the Imperial Court ceremony held on Daijosai ( first ceremonial offering of rice by newly-enthroned Emperor ) , held on the days of the Rabbit , Dragon , Snake , and Horse ( note : yuki no sechie ( seasonal court banquet ) held on the day of the Dragon , and suki no sechie held on the day of the Snake ) as well as on the final day of the Niiname-sai festival ( ceremonial offering by the Emperor of newly-harvested rice to the deities ) , held on the days of the Rabbit and Dragon . +1 Baigan ISHIDA ( October 12 , 1685 - October 29 , 1744 ) was a thinker and ethicist of the Edo period . +-1 Neiraku Art Museum is an art museum located in Nara City , Nara Prefecture . +1 Ume no Ukihashi is the 54th ( last ) chapter of the fifty-four chapters of " The Tale of Genji . " +1 Hanazono Tenno Shinki is a diary of Emperor Hanazono . +-1 Heian cavalry ( Heian Kibatai ) is the cavalry of the Kyoto Prefectural Police . +1 Hideshige MAKINO ( 1671-1741 ) was the daimyo ( feudal lord ) in the mid-Edo period , who held the title of Kyoto Shoshidai ( Local Governor of Kyoto ) . +-1 Konkai Komyo-ji Temple is a Jodo ( Pure Land ) Sect temple located in Kurodani-cho , Sakyo Ward , Kyoto City . +-1 Kokaho ( price regulation law ) is a law that stipulated the official prices and the conversion rates for goods at the market from ancient times to medieval periods under the Court , kokuga ( provincial government offices ) and the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +-1 Sekkobun refers to 10 stone monuments , or characters inscribed thereon , made of granite which were excavated in Tien-xing Prefecture in Feng-xiang County in Shan-xi Province in the early Tang period . +1 FUJIWARA no Michinobu ( 972-August 25 , 994 ) was a court noble and a poet who lived during the mid-Heian period . +-1 The Tada clan were the descendants of " Seiwa-Genji " ( Minamoto clan ) . +1 Tsunemitsu KIKKAWA ( 1192 - 1267 ) was a samurai who lived in the early Kamakura period . +-1 A square barrow is a kofun ( tumulus ) which planar shape is square-shaped . +-1 Koya-kaido Road can refer to a pilgrimage route that links the cities of Kyoto and Osaka with Mount Koya ( Wakayama Prefecture ) . +-1 A distinct strand of Japanese cuisine , kaiseki is introduced below . +1 Kinnosuke KONGO ( 1854 to 1923 ) was a Noh actor of the shite-kata Kongo school ( one of the five schools of shite-kata [ main roles ] ) . +1 FUJIWARA no Asakari ( year of birth unknown - October 21 , 764 ) was a kugyo ( high court noble ) in the Nara period . +1 Ryoan NIIRO ( 1553 - 1602 ) was a Busho ( Japanese military commander ) of Satsuma Province in the Sengoku period ( period of warring states ) . +-1 Se or Une ( 畝 ) +-1 The Doyokai ( literally " the Saturday Group " ) was an internal faction within the House of Peers in Japan 's National Diet ; the Doyokai lasted from the Meiji period into the Taisho period ( from December 7 , 1901 to November 15 , 1919 ) . +-1 Jodo Shu is one of the denominations of Buddhism in Japan , which was founded by Honen Shonin and the teaching and practice of which is Jodo Kyo Senju-nenbutsu ( Exclusive Nenbutsu ) . +-1 The Uda-Matsuyama Domain was a domain which existed in Yamato Province . +-1 The Daigaku-ryo was a set of educational institutions that was founded under the Ritsuryo system to train government officials , which was controlled directly by Shikibu-sho ( the Ministry of Ceremonies - equivalent to today 's National Personnel Authority ) . +1 Yoshitaro KISHIJIMA ( date of birth and death unknown ) was an accountant . +-1 Daimyo is an expression that came from Daimyoshu . +1 Noritane CHIBA ( 1459 ? - September 29 , 1521 ) was a busho ( Japanese military commander ) who lived from the middle of the Muromachi period through the beginning of the Sengoku Period ( Period of Warring States ) . +-1 Shinjo ITO ( Fumiaki ITO , March 28 , 1906 - July 19 , 1989 ) was a religious leader who founded Shinnyoen , the lay Buddhist Organization . +-1 Shitateruhime is a deity in Shinto described in Japanese Mythology . +1 Goichi Takeda ( December 15 , 1872-February 5 , 1938 ) was born in Bingofukuyama Domain , Bingo Province ( current Fukuchiyama City , Hiroshima Prefecture ) . +1 Cloistered Imperial Prince Gyoen ( years of birth and death unknown ) was a cloistered imperial prince during the Kamakura and Northern and Southern Court periods . +1 Otsuya no kata ( year of birth : unknown - date of death : January 2 , 1576 ) was a person who lived from the Sengoku period ( period of warring states ) to the Azuchi Momoyama Period . +-1 Sannei-zaka is a slope in Kyoto City . +1 Kiyoshi KIYOHARA ( 1831-June 15 , 1868 ) was the master of gunnery of the Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) and later Goryo-eji ( guard of Imperial mausoleums ) . +1 Mansai ( Also known as Manzei ) ( 1378 – July 17 , 1435 ) was a Buddhist monk of Daigo-ji Temple ( Shingon Sect ) from the period of the Northern and Southern Courts through the middle of the Muromachi period . +1 Princess Chichihaya Hime ( Chichihaya Hime no Mikoto ; the date of birth and death unknown ) was a princess of the Emperor Korei . +1 SHIMADA no Nobukiko ( 850 - the year of death is unknown ) was the lawful wife of SUGAWARA no Michizane . +-1 Yuteihisho is a book of kemari ( Japanese ancient Imperial court game like kick-ball ) of Mikohidari school that was written during the Northern and Southern Courts period ( Japan ) . +-1 " Ichiju-issai " is one of the menu compositions of meals in Japan . +1 Tsunashige HOJO ( 1515 - 1587 , his given name can be alternatively pronounced as Tsunanari ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) , and a vassal of the Gohojo clan . +1 Hikaru Genji is a main character in " Genji Monogatari " ( The Tale of Genji ) , written by Murasaki Shikibu . +-1 Miyazu-jo Castle is located in Miyazu City , Kyoto Prefecture . +1 Nobuyoshi HOSOKAWA ( 1548 - 1592 ) was a busho ( Japanese military commander ) and feudal lord over the Sengoku Period ( Period of Warring States , Japan ) and the Azuchi-Momoyama period . +1 Masanaga HATAKEYAMA ( 1442-June 9 , 1493 ) was a busho ( Japanese military commander ) and shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) in the late Muromachi period . +1 Nioko WAKAE ( 1835 - October 11 , 1881 ) was a lady from court noble . +1 TAIRA no Noritsune ( 1160 - May 2 , 1185 ) was a military commander who lived during the late Heian Period . +-1 Shinno-ji Temple is a Buddhist temple belonging to the Soto Sect located in Yawata City , Kyoto Prefecture . +-1 Amatsukume no mikoto is a god ( Shinto ) who appears in Japanese Mythology . +1 MINAMOTO no Kishi ( Motoko ) ( 1049-August 5 , 1134 ) was the daughter of MINAMOTO no Motohira and the grandchild of Imperial Prince Atsuakira , who had the title of Koichijo-in . +1 Daiki lived during the Sengoku period ( period of warring states ) and Azuchi-Momoyama period . +-1 Japan Post Office was post offices in Korea , which were placed in Korean Peninsula by Japan in Meiji Period . +-1 Ate okonai jo ( also Ote okonai jo or ategai jo ) was a style of document used during the medieval period . +-1 Kaihatsu-ryoshu ( also pronounced as Kaihotsu-ryoshu ) were those who owned the lands they developed as their territories in Shoen koryo sei ( The System of Public Lands and Private Estates ) in Japan . +1 Ryoko ( born in 1142 ; year of death unknown ) was a priest of the Ono school of the Shingon Sect during the late Heian period . +1 Imperial Prince Hachijo-no-miya Naohito ( December 10 , 1671 – September 19 , 1689 ) was a member of the Imperial family who lived in the early Edo period . +1 Seno IKENOBO ( 1482 - 1543 ) was a Buddhist monk of Kyoto Choho-ji Temple ( Rokkakudo ) as well as a tatebana ( flower arrangement ) master in the Sengoku Period ( Period of Warring States ) . +1 Giretsu Kaiten Hyakushu is a collection of waka ( Japanese poems ) of patriot samurai in the end of Edo period , published in September 1874 . +1 Koreyori SHIONOYA ( date of birth and death unknown ) was a busho ( Japanese military commander ) of Shioya-gun , Shimotsuke Province during the end of Heian period . +-1 The term " Seito taishogun " is the title for general which was used in China and Japan in the past . +-1 Kanpyo ( dried gourd shavings ) is a food that is produced through the process of tearing the fruits ( called fukube ) of cucurbitaceous yugao ( a white flowered gourd ) and drying them ( yugao of convolvuluses family ( = yorugao ) is another plant with the same name ) . +-1 Shimogyo Ward is one of the eleven wards that constitute Kyoto City . +-1 Kyoto Koto Sangyo Gakko ( Kyoto Sericulture High School ) founded in 1914 was a vocational school under the old-education system . +1 Takakiyo TODO ( October 19 , 1837 - November 18 , 1889 ) was the twelfth ( the last ) lord of Tsu domain of Ise Province . +-1 Sai-ji Temple is believed to have stood in present-day Karahashi , Minami Ward , Kyoto City , and was one of the two first governmental temples permitted to be constructed within the city of Heian-kyo by the order of Emperor Kanmu in 796 . +-1 Eiroku is one of the eras of Japan . +-1 Kado is a type of Ikebana , an art of combining plants such as flowers and trees , with the aspect of Geido ( accomplishments ) . +-1 Nagaoka-kyo +1 Seishi YAMAGUCHI ( November 3 , 1901 - March 26 , 1994 ) is a haiku poet ( a Japanese poem in seventeen syllables having a 5-7-5 syllabic form and traditionally containing a reference to the seasons ) from Kyoto City , Kyoto Prefecture . +-1 Sekishu-ryu is a general term for the various tea ceremony schools that regard Sadamasa ( Sekishu ) KATAGIRI as an original founder . +1 AGATA ( NO ) INUKAI no Otomo ( year of birth unknown - March 13 , 701 ) lived in the Asuka period in Japan . +1 Shokushika wakashu is a personal collection of poetry in the late Heian Period . +-1 Oribe ware is pottery made mainly in Mino Province from the Tensho era ( 1573-1592 ) of the Momoyama period . +1 Masanori KUSUNOKI was a busho ( Japanese military commander ) in Muromachi period . +-1 Joraku-ji Temple is a Buddhist temple belonging to the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) Hongan-ji School located in Shimogyo Ward , Kyoto City , Kyoto Prefecture . +-1 Jisha-bugyo was one of the shogunate administrators in military government from the Muromachi to Edo eras , and was in charge of temples and shrines . +1 Kenrei Monin Ukyo no Daibu Shu ( The Poetic Memoirs of Lady Daibu ) was a private collection compiled in the early Kamakura period with approximately 360 poems ( including poetic exchanges with others ) . +-1 " Ugajin " is a folk religion god ( Shinto ) worshipped since the medieval period in Japan . +-1 The Sakitatenami tumulus group , located in Sofu , Nara City , is a group of tumuli that include many mausoleums of emperors in the Yamato regime operated in the era from the middle to the latter half of the kofun ( tumulus ) period . +1 Yozo YAMAO ( November 5 , 1837 - December 21 , 1917 ) was the person who lived from the end of Edo period to the Meiji period . +1 FUJIWARA no Akihira ( c.989-November 8 , 1066 ) was a Confucian scholar and a man of literature in the mid-Heian period . +-1 Nogaku Kyokai is an organization comprised of nogakushi ( Noh actors ) who belong to the schools that have directly inherited the methods of Yamato-yoza or Yamato-shiza ( four sarugaku performance groups in the Yamato Province ) . +1 FUJIWARA no Michimoto ( 1021-January 13 , 1041 ) was a Court noble in the mid Heian period . +-1 As the name suggests , tsutsusode ( sleeve like tube ) is a sleeve in the shape of tube , however all the European clothes have sleeve in the shape of narrow tube , so tsutsusode usually refers to such sleeves of Japenese kimono . +1 SHIMOTSUKENU no Nemaro ( year of birth and death unknown ) was a noble who lived during Nara period . +-1 A mikoshi or shinyo refers to a litter on which a divine spirit temporarily rides when the divine spirit moves to a place where the sacred litter is lodged during a festival celebrated by shrines in Japan . +-1 Nakachojamachi-dori Street is one of the streets running from east to west in Kamigyo Ward , Kyoto City . +1 Takakuraji is a person who appears in Japanese mythology . +1 Kyoden SANTO ( September 13 , 1761 - October 27 , 1816 ) was a painter and a Gesaku ( light literature ) writer who lived during the Edo Period . +-1 The Kotai-jinja Shrine is located in Oe-cho , Fukuchiyama City , Kyoto Prefecture . +1 Sanetomi IMADEGAWA ( year of birth unknown - August 27 , 1428 ) was a kugyo ( court noble ) who lived during the Muromachi period . +-1 Haruma Wage is the first Dutch-Japanese dictionary . +-1 The word Zaibatsu means a tremendous exclusive capitalist or enterprise of the pre-disposition of the era of financial cliques , but generally it is defined as a business group in which a parent company ( holding company ) capitalized by a family or its kinship forms the core of the group and has its subsidiaries run a variety of businesses , some of which hold monopoly positions in their respective fields or industries . +1 Shunmoji ( June 18 , 1580 - December 22 , 1641 ) was the sixth daughter of Toshiie MAEDA and Hoshunin , and the biological younger sister of Toshinaga MAEDA . +-1 " Aburakasu " is residue obtained by removing fats from meat and is called by various names depending on the kind of raw material or the region . +-1 The term " Yusoden " means rice fields on which denso ( rice field tax ) was imposed under the taxation system of Ritsuryo system ( a system of centralized government based on the Ritsuryo Code ) . +1 Imperial Princess Kunshi ( date of birth unknown - November 15 , 902 ) was a princess from the Imperial Family during the Heian period . +1 ISONOKAMI no Yakatsugu ( 729-July 23 , 781 ) was a court noble and a literary man in the late Nara period . +1 Tanin FUKUI ( male 8 October , 1801- 22 August 1885 ) was a Japanese Tenkoku artist ( artist of seal engraving ) from the end of Edo period to Meiji period . +-1 " Shujukudatsu " is also known as " Sanyaku " ( The Three Stages of Benefit ) . +1 Sadachika NAGAMI ( March 11 , 1574 - January 5 , 1605 ) was a person from Azuchi-Momoyama period through to the early Edo period . +1 Grand empress dowager is an honorific title for the legal wife ( Empress ) of the late Emperor but one or for the grandmother of the present Emperor . +1 Born in 1068 , and passed away on December 26 , 1139 , MINAMOTO no Moroyori was Kugyo ( a top Court official ) & a maker of Japanese poetry in the later Heian period . +-1 The word ' kaeshi ' is an abbreviation of ' nikaeshi ' , a seasoning used as a soba ( buckwheat noodles ) dipping sauce . +-1 The Kuramaguchi-dori Street is a street running east-west through Kyoto City . +-1 Iruka-jinja Shrine is located in Shoko-cho , Kashihara City , Nara Prefecture . +-1 Katahaku is a sake ( Japanese rice wine ) brewing method from the Heian to Edo periods which uses polished white rice only for the kakemai ( steamed rice ) and unpolished genmai ( unpolished rice ) for kojimai ( malted rice ) . +1 Koresada HOJO is from a family of the Hojo clan in the late Kamakura period . +1 Hirosue SAIONJI ( January 23 , 1787 – March 18 , 1856 ) was Kugo ( a Court Noble ) in the late Edo period . +-1 Shumon Ninbetsu Aratame Cho refers to a register created in the Edo period , which is equivalent to a modern household register . +1 Tettsugikai ( February 18 , 1219 - October 18 , 1309 ) was a Buddhist monk of Soto Sect in the mid-Kamakura period . +1 Kaido ( 1751 to 1810 ) was a gakuso ( scholar monk ) of the Shingon sect Buzan school of the Shingi Shingon sect , who made a great contribution to bibliography . +-1 The Daijokan chuke essentially indicated the kitchen that belonged to the Daijokan ( Grand Council of State ) , but in ancient times the term referred to the government officials who administered the Daijokan kitchen . +-1 Minoru UMEWAKA is the name used as an " inkyomei " ( name after retirement ) in the UMEWAKA family , shite-kata ( main roles ) of Kanze school of Noh . +-1 In a shrine where parent-child gods ( Shito religion ) are enshrined , the child god is called Mikogami or byoei-shin ( descendant deity ) . +1 Kakuen ( 1031 - May 19 , 1098 ) was a Tendai Sect Buddhist monk who lived during the latter part of the Heian period . +-1 Shibamura Domain was a feudal domain which was located in Shiba Village , Shikijo County , Yamato Province ( present-day Shiba , Sakurai City , Nara Prefecture ) . +1 Yoshisue TOKUGAWA / Yoshisue SERADA ( date of birth and death unknown ) was a samurai warrior who was active from the end of the Heian period to around the beginning of the Kamakura period , and he was the founder of the Egawa Clan and the Serada Clan , which were branches of the Nitta Clan from the Seiwa-Genji ( Minamoto Clan ) . +1 Manroku NOMURA ( 1966 - ) was born as the first son of Hanako , the first daughter of Manzo NOMURA , the sixth . +1 Hoei was a priest in the Nara period ( years of birth and death are unknown ) . +1 Kenjo DAITEN ( 1719 - March 22 , 1801 ) , a Zen Buddhist monk and a Chinese-style poet , lived from the middle to late Edo period . +1 Mitsunaga ISHIKAWA ( year of birth unknown - January 16 , 1291 ) is a busho ( Japanese military commander ) in the Kamakura period . +-1 The Sanjo family ( as written三條 in orthographic style ) was a clan that directly descended from the Kan-in Line ofthe Northern House of the Fujiwara clan in Japan . +-1 Shimozami was a subordinate of gate watcher serving at Mitsuke ( area lying outside the gates of a castle ) in Edo . +-1 Onin War , fought from 1467 till 1477 , was a civil war that broke out during the Muromachi period when the ruling Seii Taishogun ( literally , " great general who subdues the barbarians " ) was Yoshimasa ASHIKAGA , the eighth person to hold this position . +1 " Shin Chokusenwakashu " is the first collection of the thirteen imperial anthologies of Japanese poetry , and the ninth anthology in aggregate . +1 OSHISAKA no Omaro is a person who lived in the Asuka Period , but his birth and death dates are not known . +-1 Parade ( neri or oneri in Japanese ) means to transfer a portable shrine ( carried in festivals ) or a festival car ( float ) of rites and festivals , to dedicate them to Shinto rituals or to introduce them to audience . +-1 " Miyako Odori " is a dance performance of the Gion Kobu district held in April at the Gion Kobu Kabu-renjo Theater . +1 Tsuneto KANROJI ( 1576-1602 ) was a court noble in the Azuchi-Momoyama Period . +1 Ujizane MUNAKATA ( year of birth and death unknown ) was the 25th , 28th , 30th , 32nd , and 35th Guji ( chief of those who served shrine , controlled festivals and general affairs ) in Munakata Taisha Shrine at the end of Heian period . +1 Hizen NAGATA ( year of birth and death unknown ) is a figure from the Azuchi-Momoyama period who appears in such written accounts as the Hokimindanki ( History of Hoki Province ) and the Inabashi ( History of Inaba Province ) . +1 Masatsune KYOGOKU ( date of birth is unknown – died 1502 or 1508 ) was a Shugo Daimyo ( Japanese feudal lord and governor ) and head of the Kyogoku clan during the Muromachi period . +1 " Gyokuyo " is a diary of Kanezane KUJO , who was Kanpaku ( chief adviser to the Emperor ) and Daijo-daijin ( Grand minister of state ) . +-1 Honno-ji Temple is a Buddhist temple belonging to the Hokke-shu Hommon-ryu Sect located in Nakagyo Ward , Kyoto City , Kyoto Prefecture . +-1 Asahi Club is Innai parliamentary group ( May 25 , 1898 - December 7 , 1901 ) of the House of Peers existing in the Meiji period . +-1 Hyakuryo Kunyosho was a book on the study of ancient courtly traditions and etiquette which Kanpaku ( chief adviser to the Emperor ) Yoshimoto Nijo wrote for Yoshimitsu ASHIKAGA , seii taishogun ( literally , " great general who subdues the barbarians ) of the Muromachi bakufu . +1 Ine KUSUMOTO ( May 31 , 1827 - August 27 , 1903 ) was an obstetrician and the first Japanese woman who learned the western medical science . +1 Ekisai TOMITORI ( male , year of birth unknown-April 1 , 1822 ) was a tenkokuka ( artist of seal engraving ) in the mid-Edo period . +-1 Yadaijin is one of the two deity statures in Zuijin ( Imperial guards during the Heian period ) costumes that are placed at the both sides of Zuijin-mon gate , holding bows and arrows on the observer 's left . +-1 Shin Kabuki refers to kabuki plays written by authors independent from theaters after the Meiji period . +-1 Daishin-ji Temple is a Buddhist temple located in Takimoto-cho , Tenri City , Nara Prefecture . +-1 " Kagemusha " ( The Shadow Warrior ) is a 1980 Japanese film directed by Akira KUROSAWA . +-1 The Kuwabara family is a toshoke ( hereditary lineage of court nobles above a certain rank ) established during the Edo period by Nagayoshi KUWABARA ( Shonii - Senior Second Rank ) , Chunagon ( vice-councilor of state ) , Shikibusho ( Minister of Ceremonies ) ( 1661 - 1737 ) , who was the fourth son of Tameyasu GOJO ( Shonii - Senior Second Rank ) , Dainagon ( chief councilor of state ) ( 1619 - 1677 ) . +1 Yujiro ISHII ( January 31 , 1846-August 9 , 1903 ) was a feudal retainer of the Kuwana Domain in the last days of the Tokugawa shogunate and later a member of the Shinsengumi . +1 Fuyumune OINOMIKADO ( 1357-June 10 , 1405 ) was Kugyo ( top court official ) who lived from the period of the Northern and Southern Courts to the Muromachi period . +-1 Extending over the northern part of Kyoto Prefecture and Wakasa area of Fukui Prefecture , Oura Peninsula projects into Wakasa Bay . +-1 " Kugokata " was a position in charge of preparation and service of meals to the seii taishogun ( literally , " great general who subdues the barbarians " ) and his family in the Muromachi bakufu . +1 KAYA no Konoma ( date of birth unknown - August 16 , 693 ? ) lived in the Asuka period of Japan . +-1 Samurai daisho is a man who commands an army under Dai Shogun ( the great general ) . +1 Jicchu ( 726 - year of death unknown ) was a Buddhist priest who lived in the Nara period . +1 Mikako ICHIJO ( Mikako TOKUGAWA , from 1835 to July 9 , 1894 ) was a court noble woman during the time from the end of Edo period to the Meiji period as well as the lawful wife of Yoshinobu TOKUGAWA . +-1 The term Sanmon refers to a gate located in front of a temple . +-1 Konin Gishiki was one of Gishiki ( Court rules and customs Books ) considered to be compiled during the Konin era at the beginning of the Heian period . +-1 Obaku Station , located in Uji City of Kyoto Prefecture , is a stop on the Keihan Electric Railway and West Japan Railway Company ( JR West ) lines . +-1 Nara Hotel is an old established hotel which is located in Takabatake Town , Nara City , Nara Prefecture and opened in October , 1909 . +-1 The Battle of Katsurakawara was a battle fought on the riverbed of Katsura-gawa River in the odo-gawa River system in Kyoto Prefecture from the night on March 14 to March 15 , 1527 . +-1 Mizuna ( potherb mustard ) is a yearly plant of Brassicaceae . +-1 National Foundation Day is a national holiday in Japan . +-1 Tanada means a rice-producing area located on a slope . +1 Michinobu KOGA ( 1373-October 7 , 1433 ) was Kugyo ( court noble ) during the Muromachi period . +1 The Genji Shaku is a commentary on " The Tale of Genji . " +-1 Sanken-Ikkyoku Jidai is one of the periods within the framework of periodization in the history of Hokkaido . +-1 Yabusame is the Japanese traditional skill , practice and rite of shooting whistling arrows from a galloping horse . +-1 Yakusa no Kabane refers to the system of eight titles newly established by the Emperor Tenmu in 684 ; the eight titles were Mahito , Asomi / Ason , Sukune , Imiki , Michinoshi , Omi , Muraji , and Inagi . +-1 Tenpo-Oban refers to a large-sized gold coin issued from August 13 , 1838 . +-1 Mimuroto-ji Temple is a Buddhist temple located in Uji City , Kyoto Prefecture . +-1 Morishige-ryu hojutsu was a school of gunnery . +-1 Wamyo Ruijusho is a dictionary compiled in the mid Heian period . +-1 Land-tax reform refers to the tax system reform conducted by the Meiji Government in 1873 . +-1 Nihon teien is a traditional Japanese landscape garden . +1 Tatsunosuke ICHIMURA ( 1846 - March 15 , 1872 ) was a member of " Shinsengumi " ( a group which guarded Kyoto during the end of Tokugawa Shogunate ) . +1 Sanemichi ICHIJO ( September 1 , 1788 to June 22 , 1805 ) was a Kugyo ( high court noble ) in the late Edo period . +1 Sokui no rei is a ceremony that notifies publicly that the Emperor succeeded the Imperial Throne after the accession . +-1 " Honcho Jinja Ko " ( a study of Japanese shrine ) is a book authored by Razan HAYASHI . +1 TAIRA no Yoshikaze ( year of birth and death unknown ) was a man in the mid Heian period . +1 Rairyu SHIMOTSUMA ( 1552 - June 15 , 1609 ) was a priest of the Otani family in the age of the Sengoku Period ( Period of Warring States ) ( Japan ) . +-1 Jigenin ' or ' Shimobito ' is one of the statuses of aristocrats in Japan . +-1 Korin-in Temple is a sub-temple located within the precinct of Rinzai sect Daihonzan ( Head Temple ) Daitoku-ji Temple in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +-1 A pair of tabi is a Japan-specific traditional item of clothing , and a kind of underwear worn on the feet . +-1 The Rinkyu-ji Temple is an independent temple of the Rinzai sect at Shugakuin , Sakyo Ward , Kyoto City . +-1 The Matsui clan was a Japanese clan . +1 IN no Miko ( 1165 - ? ) was a person who appeared in a literature , " Gyokuyo " in the end of the Heian period . +-1 Nenryo zakki was earthenware from Owari Province and Nagato Province appointed by the central government as payments of tribute under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Toju NAKAE ( April 21 , 1608 - October 11 , 1648 ) whose hometown was Omi Province ( Shiga Prefecture ) was a scholar of Yomeigaku neo-Confucianism in the early Edo period . +1 Akizane NIJO ( December 12 , 1556 - August 23 , 1619 ) was a kugyo ( the top court officials ) during the Azuchi-Momoyama period to the early-Edo period . +-1 " Sangaku " means mathematical puzzles or solutions described on wooden tablets or set in frames , which were dedicated to Shinto shrines or temples during the Edo Period in Japan . +-1 The remains of an abandoned temple , Sainoo-ji Temple located in Kotoura-cho , Tohaku-gun , Tottori Prefecture is a site where a temple 's complex with the " Horyu-ji-style " layout once existed in the early Nara and Hakuho periods . +-1 Yoshino-onsen Hot Spring is located in Yoshino-cho , Yoshino County , Nara Prefecture . +-1 The term " oyatoi-gaikokujin " refers to the practice , common from the late Edo period into the early Meiji period , of hiring Europeans and Americans to foster the importation into Japan of the advanced technologies , scholarship and systems of Europe and the United States under the banner of ' Shokusan-kogyo ' ( encouragement of production and industry ) . +1 Imperial Princess Kishi ( also known as Yoshiko , years of birth and death unknown ) was a member of the Imperial Family in the end of Heian period . +1 Kanehira IMAI ( 1152 - March 4 , 1184 ) was a busho ( Japanese military commander ) who lived at the end of Heian period . +1 Naganari ICHIJO ( year of birth and death unknown ) was a kuge ( court noble ) who lived near the end of the Heian period . +1 Iemochi TOKUGAWA was the 14th Seii Taishogun ( great general who subdues the barbarians ) of the Edo Shogunate . +-1 Nagashi-bina ( paper dolls floated downriver ) is an event which is said to be the origin of the Dolls ' Festival . +1 Kazuma SAKURAI ( birth year unknown - January 29 , 1868 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +1 Kansetsu HASHIMOTO ( November 10 , 1883 - February 26 , 1945 ) was a Japanese painter . +1 Daishi-do hall is a type of Buddhist hall in Japan built to enshrine and pray to a priest who was entitled as Daishi ( literally a great master , an honorific title given by the Imperial Court ) . +1 Kyofuku KUDARANOKONIKISHI ( 697 - 766 ) was a descendant of a royal family who escaped from Baekje to Japan . +1 Josho ODA ( year of birth and death unknown ) was a busho ( Japanese military commander ) who lived during the Muromachi period . +1 Hidesuke NAKANOBO was a busho ( Japanese military commander ) who lived from the Azuchi-Momoyama period to the early Edo period . +-1 The term " the six great educators in the Meiji period " refers to a special , collective title of six great educators who contributed a great deal to promoting the modern education in the Meiji period . +-1 The term " Biwako-onsen Hot Spring " refers to a hot spring located at Chagasaki , Otsu City , Shiga Prefecture . +-1 Omuro-Ninnaji Station , located in Omuro Komatsuno-cho , Ukyo Ward , Kyoto City , is a stop on the Kitano Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +-1 Wall paintings are paintings applied to the surface of walls and ceilings of buildings and caves . +-1 Hatsuni means shipping goods ( products ) from distribution bases including factories and warehouses to stores for the first time after the new year starts . +-1 Natsumatsuri Naniwa-kagami is the title of ningyo joruri ( puppet drama ) and kabuki kyogen ( comic drama ) . +-1 Mizunomi Byakusho ( water drinking peasant ) refer to those who did not have their own harvesting lands , although they were in the census register , since the Edo period . +-1 Shake is a Japanese social class . +1 Junyo ( 1720 - August 21 , 1760 ) was a Jodo Shinshu ( True Pure Land Sect Buddhism ) priest and the 18th Hoshu ( high priest ) of the Higashi Hongan-ji Temple . +-1 Kurumazakijinja Station , located in Saga-nakamata-cho , Ukyo Ward , Kyoto City , is a railway facility of the Arashiyama Main Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +-1 Japanese leek ( scientific name : Allium chinese syn . Allium bakeri ) is herbaceous perennial as well as a vegetable which belongs to liliaceae ( or alliaceae ) . +1 Takanao HOJO is a busho ( Japanese military commander ) over the end of the Kamakura period and the early period of the Northern and Southern Courts . +-1 The Isa-ha group of the Sekishu-ryu school is the buke-sado ( the art of the tea ceremony of samurai families ) . +1 Toshihiro ODA was busho ( a Japanese military commander ) in the Sengoku period . +1 Hidenobu ODA was a busho ( Japanese military commander ) and a Christian daimyo ( Christian feudal lord ) who lived from the Azuchi-momoyama period to the Edo period . +-1 Tsubo-sen , which was also called shuzo-yaku and sakatsubosen , was the most ancient form of the tax imposed on " Sakaya " , sake dealers . +-1 Misomatsukaze is a kind of baked confectionery . +-1 Nagasunehiko is a character that appears in Japanese mythology . +1 Sayaka ( ? ) ( 沙也可 , also written as 沙也加 ) ( 1571 ? - 1643 ? ) ( Korean name is Kim Chung-seon ) was a person who allegedly went to Korea under the command of Kiyomasa KATO during the Bunroku-Keicho War ( Jinshin waran in Korean ) , but surrendered to join the Korean army and fought off the Japanese army . +1 Emperor Matsunaga ( August 8 , 1364 - May 24 , 1417 ) was an ancestor of Yoshimasa MIURA , who advocated the orthodoxy of the Southern Court after World War II , and was the fourth Emperor of the MIURA Imperial Line . +1 TAKASHINA no Eishi ( 1151-1216 ) was a female politician , who lived between the end of Heian period to early Kamakura period . +-1 Kofuku-ji Temple is the head temple of the Hosso sect , one of the Nanto rokushu ( the six sects of Buddhism which flourished in ancient Nara ) , located in Noborioji-cho , Nara City , Nara Prefecture . +1 Shinran was a Japanese Buddhist monk in the early Kamakura period . +1 Tadafuyu ASHIKAGA was a military commander during the period of the Northern and Southern Courts ( Japan ) . +-1 " Kendan-sata " is a term used in medieval Japan , referring to lawsuits and trials relating to criminal cases . +-1 The distress of Frigate Ertuğrul was a shipwreck that Ertuğrul , a sailing frigate of the Ottoman Navy , suffered off the east of Kashinozaki Lighthouse in Kii-Oshima Island , Kushimoto-cho Town , Wakayama prefecture , on the middle of the night of September 16 , 1890 . +1 Umaya no himemiko ( date of birth and death unknown ) was the eighth child ( fourth princess ) between Prince Shotoku and Kashiwadenominoiratsume . +-1 This incident occurred between Japan and France during The Sino-Japanese War +1 TAIRA no Nobumoto ( 1137 ? -date of death unknown ) was a retainer of Imperial Court at the end of Heian period . +1 Hikoichi ORITA ( January 27 , 1849-January 26 , 1920 ) was an educator in Japan . +-1 Gango-ji Temple is a temple in Nara City , counted as one of Seven Great Temples of Nara . +-1 Bachi ( 撥 ) is a stick-shaped tool used to pluck ( hook and release , or hammer ) the string ( stringed instruments ) or the film . +1 Mochikiyo KYOGOKU ( 1407 - Septwmber 8 , 1470 ) was a Shugo Daimyo ( Territorial Lord as Military Commissioner ) of the Kyogoku clan during the mid to late Muromachi period . +-1 Sekkyo-bushi ( sermon ballads ) , written as 説経節 in Japanese , is oral literature in the beginning of the early-modern times in Japan . +1 Choin FURUICHI ( 1452 - August 22 , 1508 ) was a priest and busho ( military commander ) who lived in the Sengoku Period ( Period of Warring States ) in Japan . +-1 Shotenroku was a premium which the government gave as a bonus in addition to a hereditary stipend to court nobles , Japanese feudal lords and members of the warrior class who contributed a great deal to Meiji Restoration . +-1 Yudofu is one of the dishes made with tofu . +1 FUJIWARA no Kogikoso ( year of birth and death unknown ) , written as " 藤原古木古曾 " or " 藤原古木古曾 , " was a noble female during the Heian period who was the wife of FUJIWARA no Sukemichi . +1 Michisaki KOGA ( November 29 , 1591 - December 3 , 1635 ) was a Kugyo ( court noble ) during the early Edo period . +-1 Sukiya-zukuri is one of the Japanese architectural styles , and is characterized as a design of residential house in a sukiya ( teahouse ) style . +-1 Genji Shoguns ( Warrior Generals ) were the Minamoto clan members given the responsibility of seii taishogun ( literally , " great general who subdues the barbarians " ) . +-1 The Reizei family belonged to the court nobility . +1 The Thirty-Six Master Poets is a collective term for the 36 master waka poets included in " the Thirty-six Master Poets Selection " as selected by FUJIWARA no Kinto . +1 Toshisada BOJO ( 1251 or 1252 - December 25 , 1310 ) was a court noble in the Kamakura period . +1 The Bunpo Compromise is an agreement made in 1317 , the late Kamakura period , that succession to the throne would alternate between descendants of Emperor Gofukakusa ( Jimyoin-to - imperial lineage from Emperor Gofukakusa to Emperor Gokomatsu ) and descendants of Emperor Kameyama ( Daikakuji-to - imperial lineage starting with Emperor Kameyama ) ( both were the sons of Emperor Gosaga ) . +-1 Kyoto Nishikyogoku Baseball Stadium refers to the baseball park in Kyoto Nishikyogoku general athletic park in Ukyo Ward , Kyoto City , Kyoto Prefecture . +1 Toshiaki KIRINO ( born in December , 1838 ; died September 24 , 1877 ) was a feudal retainer of Satsuma domain during the late Edo period and a military man during the early Meiji period . +1 Motohisa JIMYOIN ( 1584 – June 3 , 1615 ) was a court noble who was active from the Azuchi Momoyama period until the early Edo period . +-1 Court noble law is a legal system that was valid in the court noble society between the Heian period and the Edo period . +1 Nijuyohai refers to the 24 top disciples of the Buddhist monk Shinran when he propagated the Buddhist faith in the Kanto region , as well as the temples worshiping these disciples as founders . +1 Hogi ( years of birth and death unknown ) was a priest in the Nara period . +1 Sukezaemon RUSON ( 1565 ? - year of death unknown ) was a trader in Sakai City , Izumi Province during the Sengoku Period ( Period of Warring States [ in Japan ] ) . +1 Ariharu TSUCHIMIKADO ( 1501-August 1 , 1569 ) was Kugyo ( top court official ) and Inyoka ( a practitioner of the Yin and Yang school of philosophy ) who lived from the Muromachi period to the Azuchi-Momoyama period . +-1 Jissha-daimyojin refers to a group of ten gods , comprising Mikenu no Mikoto ( nephew of the sea god and brother of the legendary first emperor , Jinmu ) , his wife and their children . +1 Sukefuji ( Sukehisa ? ) MACHI ( MACHI no ? ) ( 1366 - July 17 1409 ) was a Court noble during the early Muromachi period . +1 " Makura no Soshi Shunshosho " is a commentary on Makura no Soshi ( The Pillow Book ) written in the Edo period . +1 Taki no himemiko ( before 686 ? - March 1 , 751 ) was a member of the imperial Family who lived from the Asuka peirod to the Nara period . +-1 " Juichii ( Junior First Rank ) " is a rank in court ranks and shinkai ( ranks granted to Shinto gods ) in Japan . +-1 Imperialism ( sonnoron ) is the idea of valuing the emperor above all else . +1 TAIRA no Morikane ( year of birth and death unknown ) was a busho ( Japanese military commander ) who lived at the end of the Heian period . +-1 The Wakisaka clan is a Japanese clan . +-1 Tsukimi is to enjoy viewing the moon , such as the full moon . +-1 Mokkatsuji-ban is the generic term for wood movable-type prints ; however , it is sometimes narrowly interpreted as printed books of wood movable-type printing published from the mid Edo to the early Meiji periods ( Kinsei [ the early modern times ] Mokkatsuji-ban ) . +-1 Sumizome Station , located in Fukakusa-kitashin-machi , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on the Keihan Main Line , which is operated by Keihan Electric Railway . +1 Yomogiu is one of the 54 chapters of " The Tale of Genji . " +-1 Oiwa-kaido road is a toge-michi ( a road passing over a ridge ) connecting the Fushimi Inari-taisha Shrine , Momoyama hills and Mt . Oiwa . +-1 The Incident of Kunitake KUME was the incident in which a thesis , ' Shinto wa saiten no kozoku ' ( Shinto Is a Remnant of the Ancient Custom of Worshiping Heaven ) was reprinted in 1892 , in " Shikai " ( Ocean of History ) which Ukichi TAGUCHI edited , which caused a problem , and Kume lost his position as professor at the Imperial University . +-1 Tabe was one of the systems that were established during the Kofun period ( tumulus period ) to control people and land , which also referred to people who cultivated miyake under the direct control of Yamato sovereignty ( the ancient Japan sovereignty ) . +-1 Shakui is temporal bestowal of high Ikai ( court rank ) to officials . +-1 The site of Shinsen-gumi military post at Mibu +1 Shinpei ETO ( March 18 , 1934 - April 13 , 1874 ) was a Japanese samurai ( Saga Domain ) and politician . +1 Kinkichi NAKATA ( January 6 , 1865 - February 20 , 1926 ) was the fourth chief director of Sumitomo . +-1 Ushiwakamaru is a children 's song . +1 Tadahiro KONOE ( September 4 , 1808 - March 18 , 1898 ) was a court noble in the end of Edo period . +1 Kinatsu SANJO ( 1439 - May 29 , 1507 ) was a Kugyo ( top court official ) during the Muromachi period . +-1 The Keihan Cable Line is run by Keihan Electric Railway 's cable cars , and connects Yawatashi Station in Yawata City of Kyoto Prefecture with Otokoyama-sanjo Station . +-1 Tanabe domain was one of the domains in Tango Province during the Edo period . +-1 Shisei Seido ( the system of clans and hereditary titles ) is a system made in ancient Japan in which the Imperial Court gave the nobles living in the capital and the powerful local clans a clan name and a hereditary title according to each person 's degree of contribution to the state ( Yamato Sovereignty ) and the position the person occupies in the Government of the Imperial Court and let them kept the special privilege by the hereditary system . +-1 Roju was a post in the Edo bakufu ( Japanese feudal government headed by a shogun ) and domains in the Edo period . +1 The Great Mirror is a historical tale written in the style of a biographical record . +1 Takako KUSUMOTO ( February 26 , 1852-July18 , 1938 ) was a granddaughter of Philipp Franz von Siebold and a daughter of Ine KUSUMOTO . +1 Tsunetaka OINOMIKADO ( January 23 , 1614 – July 30 , 1682 ) was a Court noble who lived during the early Edo period . +1 Toyohara no Tokiaki ( 1100 - year of death unknown ) was a gakunin ( player ) of the late Heian Period . +-1 An ochimusha is a samurai of a defeated army who survives and flees from the war . +-1 Ikumi-tenmangu Shrine is a shrine in Sonobe-cho , Nantan City , Kyoto Prefecture +-1 Jurakudai ( or Jurakutei ) was a large residence built by Hideyoshi TOYOTOMI in Uchino , Kyoto ( the site of the Outer Palace Precincts in Heiankyo , present-day Kamigyo Ward , Kyoto City ) during the Azuchi-Momoyama period . +-1 The Battle of Sakaiura is a battle fought in Sakaiura , Izumi Province ( present-day Sakai City , Osaka Prefecture ) . +1 Taka MURAYAMA ( 1809 - September 20 , 1876 ) was a woman who was active from the end of Edo period ( last days of the Tokugawa shogunate ) to early Meiji Period , and known as the heroine of a novel " Hana no shogai ( life of flower ) " by Seiichi FUNAHASHI . +1 The " Genji monogatari toshidate , " also known as the " Genji monogatari toshidachi , " chronologically organize the events in the world of the Tale of Genji on the basis of the age of the main character ( Hikaru Genji in the first and the second part and Kaoru in the third part ) . +-1 Yamatomune , or Takaheizukuri , is one of the architectural styles of Japanese private houses . +-1 The Yawata - Tanabe Bus Route is the number of bus routes operated by Keihan Bus Co . Ltd . , including several principal bus routes that depart from Yawata City Station ( located in Yawata City , Kyoto Prefecture ) , Shin-Tanabe Station , and Kyotanabe Station ( located in Kyotanabe City ) . +-1 Futsunushi no kami is a deity that appears in Japanese mythology . +1 Masatomo INABA ( 1685 - June 25 , 1729 ) was the second lord of Sakura Domain of the Shimosa Province . +1 TAIRA no Yoshimune ( c . 1178 - June 13 , 1185 ) was a warrior during the late Heian period . +1 Mototo ( or Mototada ) SONO ( February 23 , 1573 - March 4 , 1613 ) was a Kugyo ( high court noble ) from the Azuchi-Momoyama period to the early Edo period . +-1 Toei Movie Land is a movie theme park located in Uzumasa Higashi Hachigaoka-cho , Ukyo Ward , Kyoto City . +1 Yujiro IMAI ( 1843 ? - January 29 , 1868 ? ) was a rank-and-file member of the Shinsengumi . +1 Sadachika ISE ( 1417 - February 27 , 1473 ) was mandokoro shitsuji ( head of the chief governing body ) within the bakufu ( Japanese feudal government headed by a shogun ) during the Muromachi period . +1 FUJIWARA no Sukehira ( 986-January 18 , 1068 ) was a court noble in the mid-Heian Period ) . +-1 Sanshamairi is to visit three Shinto shrines . +-1 Kyoraku-koen Park is located in the center of the Naka-Maizuru area , which is placed almost in the center of Maizuru City in Kyoto Prefecture . +1 Toshimata BOJO ( Dec . 23 , 1609 – Feb . 20 , 1662 ) was a court noble in the Edo Period . +-1 Danjiri-bayashi is festival music which is played to accompany the drawing danjiri ( decorative portable shrines ; floats used in festivals ) , and in the region centered on the northern part of Osaka City which does not possess danjiri for some reasons it refers to the ' hetari ' style which is festival music played by itself on a stage , turret and also a boat for funatogyo ( a ritual to place divine spirits on boat , to cross a river ) . +-1 Jogyo zanmai-do hall is a type of Buddhist hall built to perform the jogyo zanmai which is one of the Shishuzanmai ( the four kinds of samadhi ) of the Tendai sect . +-1 Chonmage is a topknot tied by old men in the Edo period . +1 KI no Tsuno ( year of birth and death unknown ) was a person of local ruling family in the middle of Tumulus period . +1 TAIRA no Tomomune ( 1184- August 15 , 1255 ) was a defeated soldier of the Taira family in the Kamakura period . +1 Masachika KUMEBE ( June 6 , 1841-September 25 , 1910 ) was from Osaka , Settsu Province and a member of the Shinsengumi . +1 Kikuo TOMOEDA ( September 25 , 1908 - January 3 , 1996 ) was a Noh performer in the Kita school who was active in the Showa period . +1 Nikken ( 1560 - December 6 , 1635 ) was a Buddhist monk of Nichiren Sect in the Azuchi-momoyama period to the early Edo period . +1 FUJIWARA no Sueyuki ( 1114-1162 ) was a Court noble who lived during the last days of Heian period . +-1 Nishioumi-ji Road is a highway that stretches from Oumi Province ( Shiga Prefecture ) to Echizen Province , and was the road connecting Hokuriku area in the ancient and middle ages . +1 Fuyutada OINOMIKADO ( 大炊御門 冬忠 , 1218 - October 23 , 1268 ) was a Kugyo ( high court noble ) in the middle of Kamakura period . +-1 Akumochizake or akumochishu is a type of Japanese sake manufactured by adding charcoal to the fermented unrefined sake . +1 FUJIWARA no Yasumasa ( 958-1036 ) was a courtier during the middle of the Heian period . +-1 Shogatsugoto-hajime ( New Year Preparations ) means to begin preparations for welcoming the New Year . +-1 Reisai is a term used to to describe one kind of saishi , religious services that are performed annually at shinto shrines . +-1 Nison-in Temple is a Tendai Sect Buddhist temple located in Sagano , Ukyo Ward , Kyoto City . +-1 A Kanin is an official seal given to government officials and offices to prove their social and public status in China and Japan . +-1 Kokufu-bunka is one of the Japanese historical cultures . +-1 Sanno Shinko is a belief of Shinto originated from Hiyoshi Taisha shrine at the foot of Mt . Hiei ( Otsu City , Shiga Prefecture ) . +-1 Bikkaiho ( Adultery Control Law ) was a law that stipulated the handling of adultery . +-1 The Anna Incident was a case of ostracism caused by the Fujiwara clan against other clans that occurred during the Heian period in 969 . +1 KI no Oiwa ( year of birth and death unknown ) was a lord of Gozoku ( a local ruling family ) in the Tumulus period . +-1 The Sumiya Incident refers to violent acts which Kamo SERIZAWA , head of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) , carried out during a party held in ageya ( a restaurant where high-class harlots and geisha dispatched from a geisha house entertained guests ) called Sumiya in Shimabara , Kyoto in June , 1863 . +1 MINAMOTO no Tasuku ( year of birth unknown-February 2 , 935 ) was a busho ( Japanese military commander ) during the mid Heian period . +-1 Honkoku-ji Temple is a Daihonzan ( head temple ) of the Nichiren Sect located in Yamashina Ward , Kyoto City , Kyoto Prefecture . +1 Kintomo ANEGAKOJI ( as known as ANEKOJI : January 19 , 1840 - July 5 , 1863 ) was a court noble during the late Edo Period . +-1 Higashino Station , located in Yamashina Ward , Kyoto City , is a railroad facility on the Kyoto Municipal Subway Tozai Line . +-1 Kojinguchi-dori Street is a street running eat-west in Kyoto City . +-1 The Kyoto Red Flag Incident was a crackdown on socialists that occurred on November 30 , 1920 . +1 FUJIWARA no Munesuke ( 1077 -February 22 , 1162 ) was a noble ( Juichii ( Junior First Rank ) , Daijodaijin ( Grand Minister of State ) ) who lived in the late Heian period . +-1 Noh is a type of " Nohgaku ( Noh music ) " used in a kind of Japanese original stage performing art of which the completion was realized in the late Kamakura period or the beginning of the Muromachi period . +1 Enku ( 960-September 7 , 1039 ) was a monk in the Heian period , who appears in " Shui Ojo-den " written by MIYOSHI no Tameyasu . +-1 Shinengo ( literally means private nengo ; nengo is a name of an era ) was the name of an era which was not declared by a dynasty that had a stable administrating power in South East Asia , where the name of an era was used as the method of counting years . +-1 The Gozanha ( Gozansorin ) are the Zen temples ( Zenrin ) that were placed under the protection and control of the Gozan-Jissetsu-Shozan system ( system of five great temples , ten important temples of the Rinzai sect , and Zen temples other than Gozan and Jissetsu ) . +-1 Bugei is a military art practiced by soldiers , military officers , and samurai in order to fight in a battlefield during the period from the ancient times to the medieval period , the early modern period in Japan . +1 Toyoichiro NISHIKUBO ( January 7 , 1870 - July 12 , 1905 ) was a military man of Japan . +1 Shinrai SHIMOTSUMA ( 1513 - July 15 , 1552 ) was a bokan ( a priest who served the family of a monzeki ( the head priest of the head temple of a sect , formerly led by the founder of the sect ) ) , who served the Otani family . +1 Mitsusuke NASU ( year of birth and death unknown ) was a person who lived during the Kamakura period . +1 Kenji MIZOGUCHI ( May 16 , 1898 - August 24 , 1956 ) was a film director born in Tokyo . +1 Sayoko MAKINO ( マキノ佐代子 , her real name is Sayoko MAKINO [ 牧野左代子 ] ) ( April 29 , 1958 - ) is an actress born in Setagaya Ward , Tokyo Prefecture . +-1 The Tamagawa ( also known as Gyokusen ) Enshu-ryu school is a school of tea and green tea ceremony . +-1 Shamisen is a Japanese stringed musical instrument with a neck . +1 Yasushige TSUCHIMIKADO ( February 26 , 1586-September 12 , 1661 ) is a Kugyo ( Court noble ) and Inyoka ( the Yin and Yang school of philosophy ) of the early Edo period . +-1 The term " fue " generally refers to instruments which produce sound with an air current . +1 " The Pillow Book " is a zuihitsu essay ( literally , " random jottings " ) , which is said to have been written by Sei Shonagon , a female writer who lived in the mid-Heian period . +1 Datto SHIBA ( may be known as Tachito SHIBA , Shiba no Tachito , Tachito SHIME , the date of birth and death unknown ) was a person who seems to have come from the Korean Peninsula around the sixth century . +1 Masato INABA ( 1714 - February 28 , 1730 ) was the second lord of Yodo domain of the Yamashiro Province . +-1 Shinnenkai is an annual event of an organization or a group held at the beginning of the new year . +1 Itaro YAMAGUCHI ( December 18 , 1901 - June 27 , 2007 ) was a textile workman of the Nishijin district . +-1 Onimasumishiritsuhiko-jinja Shrine is a Shinto shrine located in Tawaramoto-cho , Shiki County , Nara Prefecture +-1 Uzagaku ( Ozagaku ) is chamber music of the Ryukyu kingdom . +1 Aizan YAMAJI ( January 23 , 1865-March 15 , 1917 ) was a critic and historian who played an active role from the Meiji to Taisho periods . +-1 Santei Ritsuryo Code was a ritsuryo code compiled by Minister of the Right , KIBI no Makibi , YAMATO no Nagaoka and so on in 769 . +1 " Rangaku Kotohajime " ( The Beginning of Dutch Studies ) is memoirs written by Genpaku SUGITA at the age of 83 in 1815 , who was thinking back on to the pioneer days of Dutch studies and sent to Gentaku OTSUKI . +1 Takamatsunomiya Imperial Prince Yoshihito ( April 29 , 1603 - July 14 , 1638 ) was a member of Japanese Imperial Family who lived in the early Edo period . +-1 Kotohiki-hama Beach is a sandy beach located in Kyotango City ( former Amino-cho ) , Kyoto Prefecture . +1 SOGA no Shoshi , or SOGA no Masako ( the date of birth and death unknown ) was a woman of the Soga clan in the late Asuka period . +-1 Uji Station , located at 16 Uji-Umonji , Uji City , Kyoto Prefecture , is a stop on the Nara Line of the West Japan Railway Company ( JR West ) . +1 Emperor Horikawa ( August 8 , 1079 - August 9 , 1107 ) was the seventy-third Emperor during the late Heian period ( his reign was from 1086 - 1107 ) . +-1 " Kanrei-dai " was a job title within the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +1 Naoo NAKAHARA ( 1845 - January 15 , 1914 ) was a country samurai in Ijuin-cho , Satsuma Domain , and later became a policeman . +1 Shinsen TOKUOKA ( February 14 , 1896 - June 9 , 1972 ) was a Japanese painter . +-1 Awa Wasanbonto is traditionally made Japanese refined sugar particularly produced in Tokushima Prefecture . +1 Danrin-ha was a shool of Haikai ( seventeen-syllable verse ) in the Edo period , which flourished under Soin NISHIYAMA . +-1 The Matsunoo-dera Temple hotokemai ( Buddhist dance ) is a religious ritual conducted at Matsunoo-dera Temple ( Maizuru City ) in Maizuru City , Kyoto Prefecture . +-1 Sakaya indicates an operator of the sake-producing / selling business that started in the Kamakura period . +-1 Togetsu-kyo is a bridge over the Katsura-gawa River in Kyoto City , Kyoto Prefecture . +1 Gengai was a priest of Todai-ji Temple in the Nara period . +1 Kaiseki NORO ( March 1 , 1747 - April 27 , 1828 ) was a Japanese literati painter in the late Edo period . +1 Sadatsune SHONI ( born in 1272 , birth date unknown - April 19 , 1336 ) was a military commander who lived from the late Kamakura period through the period of the Northern and Southern Courts ( Japan ) . +1 Kikakumaru TOIDA was a member of the Ouchi clan . +-1 Ogura-ike Pond used to exist in the southern part of Kyoto Prefecture , being encompassed by the present Fushimi Ward , Kyoto City , Uji City and Kumiyama-cho ( although , considering its size , it would have been more appropriate to call it a lake ) . +-1 Joro otoshiyori is the title of women serving in the O-oku during the Edo Period . +1 Yoshimori ISE ( year of birth unknown - August 11 , 1186 ) was a samurai and a retainer of MINAMOTO no Yoshitsune who lived during the end of the Heian period . +1 FUJIWARA no Kenshi ( Kiyoko ) ( April 994-October 22 , 1027 ) was the second daughter to FUJIWARA no Michinaga , who had the title of Sessho ( Regent ) . +-1 Kinugasa Stadium +1 Kojuro NAKAGAWA ( February 18 , 1866 - October 7 , 1944 ) is a former member of the House of Peers , official of the Ministry of Education , and the founder of Kyoto Hosei School ( present Ritsumeikan University ) . +-1 " Our Enemy is in the Honno-ji Temple " is allegedly the phrase uttered by Mitsuhide AKECHI , busho ( Japanese military commander ) in the Warring States period , during the Honnoji Incident . +1 Yaichi HOSHO ( July 2 , 1908 - March 11 , 1985 ) was a Nohgakushi ( Noh actor ) playing waki ( supporting roles ) of Shimogakari-Hosho-ryu school . +-1 The Isshi Incident was a coup which occurred during Asuka period when Emperor Tenchi and FUJIWARA no Kamatari assassinated SOGA no Iruka inside the Imperial Court , which led to the fall of the Soga clan ( head family of the Soga clan ) . +1 Horin MATSUHISA ( 1901 - September 1 , 1987 ) was a busshi ( sculptor of Buddhist statues ) . +-1 The Rokkaku clan was a samurai family ( shugo guar feudal lord ) descended from the Sasaki clan of Uda-Genji ( Uda-Gen clan ) and whose influence was centered in the southern part of Omi-no-kuni from the Kamakura era through the Sengoku period ( Japan ) . +-1 Nakane Ryutaro Comedy Productions , founded in June of 1928 and closed in August of 1928 , was a film company located in Kyoto . +-1 Nihon Ikebana Geijutsu Kyokai is a Japanese foundation intended for the promotion of the art of flower arrangement . +1 WAKE no Hiroyo ( year of birth and death unknown ) was an Ikan ( medical officer ) from the late Nara period to the early Heian period . +-1 Otani Sobyo Mausoleum is the grave of Shinran , the founder of the Shinshu sect Otani school ( Higashi Hongan-ji Temple ) , which is located in Higashiyama Ward , Kyoto City , Kyoto Prefecture . +-1 Amazake is a traditional Japanese sweet beverage , which is a cloudy liquid similar to doburoku ( unrefined sake ) . +-1 Sugaya-yakata Castle was located in Obusuma-gun , Musashi Province ( in the Kamakura period , present Ranzan-machi , Hiki-gun , Saitama Prefecture ) . +-1 Taishin ( person of high rank and income ) refers to a person who has a high rank and a high stipend . +-1 Homen was the name of Shimobe ( miscellaneous servants and attendants ) of Kebiishi ( a official with judicial and police power ) which was Ryoge no kan ( a post outside the original Ritsuryo code created by Imperial edicts ) in Japan . +-1 Hayaakitsuhiko and Hayaakitsuhime are kami ( god ) in Japanese Methodology ( shinto ) . +-1 The three scholars of Dejima were the ones who came to Dejima in Nagasaki during the Edo period and conducted a study of natural history . +1 " Mumyosho " was a karon sho ( a document of theory and criticism about classic Japanese poems ) in the Kamakura period written by KAMO no Chomei . +1 Akinori ISSHIKI ( 1340-July 1 , 1406 ) is a busho ( Japanese military commander ) of the period of the Northern and Southern Courts ( Japan ) and the early Muromachi period . +-1 Sango ( literally , " mountain name " ) , is a title prefixed to the name of a Buddhist temple : Nagarasan +1 Koei OTANI was a monk of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) who lived from the Meiji period to the Taisho period . +1 Tadakazu MATSUDAIRA ( 1791 - May 23 , 1828 ) was active in the Edo period . +1 Mitsumura MIURA was a gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) during the mid Kamakura period . +1 Hokusai KATSUSHIKA ( c . October 31 , 1760 - May 10 , 1849 ) was a painter of Ukiyoe ( Japanese woodblock prints ) who flourished in the Edo period , a recent time in Japan , and was a representative figure of the late Edo period , Bunka and Bunsei eras ( Kasei culture ) . +1 Kaneto SHINDO ( April 22 , 1912 - ) is a Japanese movie director and screenwriter . +1 Hidekiyo OGASAWARA was a military commander and a scholar of ancient courtly traditions and etiquette in the Warring States period and the Azuchi-Momoyama period . +-1 In ancient Japan , the term " Shoban " meant three countries in the Korean Peninsula called ' Sankan ' as well as the clans of settlers originally from there . +1 Tameuji NIJO ( 1222-October 3 , 1286 ) was a Court noble and poet in the mid Kamakura period . +-1 Shiga , in the Kinki region , is an inland prefecture that encompasses Lake Biwa ( Biwako ) . +1 Tokitsune YAMASHINA ( August 12 , 1543 - April 10 , 1611 ) was a Kugyo ( top court official ) during the Sengoku period ( period of warring states ) and during the early Edo period . +1 Goshogo is a title given to an Imperial family in Japan . +1 Haruo TSUCHIMIKADO ( June 28 , 1827 to November 9 , 1869 ) was a Kugyo ( high court noble ) at the end of shogunate period and he was in reality the last headmaster of the Abe family 's Onmyodo ( way of Yin and Yang ; occult divination system based on the Taoist theory of the five elements ) . +-1 Sakurai City is a city located in the middle of Nara Prefecture , Chuwa area . +-1 Nara-ryu is one of the styles of Japanese sake-brewing . +1 Ane ( 794 - May 2 , 868 ) was a Buddhist monk of Tendai Sect in the early Heian period . +1 Ogawanomiya ( June 1404 - March 15 , 1425 ) was a member of the Imperial Family in the Muromachi period . +1 Imperial Prince Hisaaki ( October 26 , 1276 - November 24 , 1328 ) was the 8th Seii taishogun ( literally , " great general who subdues the barbarians " ) of the Kamakura Shogunate . +1 Emperor Meiji ( November 3 , 1852 - July 30 , 1912 ) was the hundred and twenty second Emperor . ( his reign was 1867 - 1912 ) +1 Sadatoshi ( Sadanori ) OTOMO ( year of birth unknown - 1336 ) was a person who lived during the Kamakura Period and the period of the Northern and Southern Courts ( Japan ) . +-1 Watatsumi ( or Wadatsumi ) is a sea god ( Shinto ) appearing in Japanese mythology . +1 Yoshikiyo ISSHIKI +1 Gyokuyo wakashu is an imperial anthology from the Kamakura period . +-1 Takarabune ( treasure ship ) is the sailing ship on which Shichifukujin ( Seven Deities of Good Luck ) and treasures are loaded , or the picture that depicts the scene . +1 Ujinori HOJO was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) and the Azuchi-Momoyama period . +-1 Toiyaba were administrative offices in post stations on roads during the Edo period , which mainly dealt with relays of riders and horses as well as sukego fuka ( labor from the neighboring villages to help the primarily imposed village ) . +-1 Oshiroibaba ( also called " Oshiroibabaa " ) or " Oshiroi Basan " is a specter in the form of an old woman according a legend told in the basin of Totsu-kawa River , Yoshino-gun , Nara Prefecture . +-1 Charter Oath of Five Articles was basic policy of the Meiji government represented to Kugyo ( court nobles ) and lords by the Emperor Meiji ( 15 years old at that time ) on April 6 , 1868 . +1 FUJIWARA no Hidehira was a Busho ( Japanese military commander ) who lived during the end of Heian period . +1 OKRUA no Hirosumi ( date of birth and death unknown ) lived during the Asuka period . +1 TAIRA no Morikuni ( 1113-August 11 , 1186 ) was a son of TAIRA no Morito ( or according to a different opinion , TAIRA no Suehira ) . +1 Kanesuke NOGUCHI ( November 7 , 1879 - October 4 , 1953 ) was a Noh actor of the Hosho school of shite-kata ( lead actors ) . +-1 A giboshi or giboshu is : 1 ) an ornament that is attached to balustrades of bridges , temples or shrines and whose shape resembles that of item 2 . +-1 Kenkyo ( also pronounced Kengyo ) ( exoteric Buddhism ) is the disclosed teaching of Buddhism . +-1 " Sangi " is one of the posts in the Daijokan ( Grand Council of State ) , which is the highest organ in the Imperial Court organization for Ryoge no kan ( class outside of the Ritsuryo system ) in Japan . +-1 The term " doshin " refers to one of the low-level officials of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +-1 " Gunsho Ruiju " is a library of Japanese literature . +-1 Fuki-ji Temple , located in Kawanishi-cho , Shiki County , Nara Prefecture is a temple that belongs to the Buzan school of the Shingonshu sect . +1 Shungyo ( 1118 - 1186 ) was a Buddhist priest at the end of the Heian Period . +-1 Butsuryu-ji is a temple belonging to the Murou-ji School of the Shingon sect of Buddhism , and is located in Akabane in Haibara-cho , Uda City , Nara Prefecture . +-1 Joan is a chashitsu ( tea house ) in the Urakuen Garden in Inuyama City , Aichi prefecture . +-1 Takemikazuchi is a god that appears in Japanese mythology . +1 Chuji MISHINA ( year of birth and death unknown ) was a member of the Shinsengumi ( a Tokugawa shogunate police force located in Kyoto ) . +-1 Netsuke ( also called " nezuke " ) is an attachment used in the Edo period when people carried tobacco pouches , yatate ( brush holder ) , inro ( a tiny box which contains medicine or one 's seal and a small red ink pad ) and leather bags ( pouches for accessories including money , foods , writing utensils , medicines and tobaccos ) by suspending from the obi sash by a cord . +-1 Yatsugi-jinja Shrine is a Shinto shrine located in Tenri City , Nara Prefecture . +1 Shokusenzai Wakashu ( Waka Collection of a Thousand Years Continued ) is the 15th imperial anthology of waka ( Japanese poetry ) by the command of the Cloistered Emperor Gouda in 1318 . +1 HARUMICHI no Tsuraki ( date of birth unknown - 920 ) was a Japanese poet of the mid-Heian period . +1 Shizuma MATSUZAKI ( year of birth and death unknown ) was a member of the Mibu Roshi-gumi ( masterless samurai group of Mibu ) and the Shinsengumi ( a Tokugawa shogunate police force located in Kyoto ) . +-1 Sanbuichiginno was the payment of one third of the agricultural land tax in silver during the Edo period . +-1 It is said that the Shugei Shuchiin school was a private facility established by Kukai on January 27 , 829 , at the residence in Sakyo Kujo in Kyoto , which had been received from FUJIWARA no Mimori , for the purpose of educating the common people and providing comprehensive education in various liberal arts . +1 The first Musashi Daijo ( the third rank official of Musashi Province ) Korekazu ( Korekazu ISHIDO ) was a sword craftsman in the Edo period . +1 Masasada HOSHINA was the first lord of the Iino Domain , Kazusa Province . +-1 Oyamazaki Station , located in Oyamazaki-cho , Otokuni-gun , Kyoto Prefecture , is a stop on the Hankyu Kyoto Line , which is operated by the Hankyu Railway . +-1 Kone ( also pronounced Koni ) is the Japanese name given to an emperor 's costume in the Tang style . +-1 Kokawadera Engiemaki ( a picture scroll of the legends of Kokawadera Temple ) , one of representative picture scrolls in Japan , is designated as a national treasure . +-1 Okada Kamo-jinja Shrine is a Shinto shrine located in Kizugawa City , Kyoto Prefecture ( formerly Kamo-cho , Soraku-gun County ) . +1 Nobusada IKAI ( year of birth and death unknown ) was a Busho ( Japanese military commander ) from the Sengoku period ( period of warring states ) to the Azuchi-Momoyama period . +-1 Tozaigoe refers to shouts of ' tozai , tozai ' ( east west ) from the backstage at the jobiraki ( an opening ) or before kojo ( a ceremony to announce that an actor takes a new stage name ) of kabuki ( traditional drama performed by male actors ) or ningyo joruri ( traditional Japanese puppet theater ) . +-1 The Franco-Japanese treaty is a treaty concluded in Paris between Japan and France on June 10 , 1907 . +-1 Kinto is a utensil used in the art of Sado ( Japanese tea ceremony using Matcha [ green powdered tea ] ) or Senchado ( Japanese tea ceremony using Sencha [ brewed green tea ] ) , as a container for chakin ( tea cloth ) . +1 Sokuhi Nyoitsu ( June 27 , 1616 - June 26 , 1671 ) was a priest of the Obaku School ( Obaku Sect ) Rinzai Sect , and came from the Ming Dynasty in China in the early part of the Edo period . +1 Okogo no Tsubone ( 1590 - June 4 , 1615 ) was a woman who lived during the Sengoku period ( period of warring states ) and the early Edo period . +1 Kobetsu or oson is a term that refers to shizoku ( clan , family ) , a branch family of a royal family or imperial family , especially a family which has seceded from Japanese Imperial Family . +1 Tamenobu TSUGARU ( January 28 , 1550 - January 22 , 1608 ) was a military commander in the period of warring states and a feudal lord in the early Edo period . +1 Tomooki IWAKURA ( July 13 , 1601 - March 17 , 1660 ) was a Kugyo ( court noble ) in the early Edo period . +-1 The Soga brothers ' Revenge refers to an incident where two brothers , Sukenari SOGA and Tokimune SOGA , took vengeance on their father 's enemy , Suketsune KUDO , on July 5 , 1193 at the time of Fuji no Makigari ( Hunting session at Mt . Fuji ) conducted by MINAMOTO no Yoritomo . +-1 Gafusei was one of the systems of examining and certificating an envoy ( endorsement ) . +1 Namiemon SAKAIGAWA ( May 28 , 1841 - September 16 , 1887 ) was a sumo wrestler from the Keio era to the Maiji period . +-1 Yo-ryu hojutsu was a school of gunnery . +-1 Yosano-cho is the town located in Yosa-gun from the foot to the center of Tango Peninsula in northern Kyoto . +1 The legend of Anchin and Kiyohime has been handed down in Kii Province . +-1 Root-Takahira Agreement refers to an agreement between the United States and the Empire of Japan signed by the United States Secretary of State Elihu Root and Japanese Ambassador to the United States Kogoro TAKAHIRA on November 30 after negotiations by those two . +1 OSAKABE no Mototsugi ( years of birth and death unknown ) was a person who led a garrison called ' the Natori Garrison ' in Mutsu Province ( present Miyagi Prefecture ) in the 9th century . +1 Teruhisa DAIGO ( July 25 , 1760 - September 2 , 1801 ) was a Kugyo ( a Court noble ) and a retainer of the Imperial Court from the middle to the end of the Edo period . +-1 Sorei ( or Mioyanomitama ) is an ancestral soul . +1 Motonari SONO ( September 16 , 1604 - March 24 , 1655 ) was a Kugyo ( court noble ) during the early Edo period . +1 Ryokei ONISHI ( December 21 , 1875 - February 15 , 1983 ) was a Hosso Sect Buddhist monk who served as head priest of Kiyomizu-dera Temple in Kyoto and in his later years was also renowned for holding the record as the oldest person in Japan . +1 Masujiro OMURA ( May 30 , 1824 - December 7 , 1869 ) was a physician , Western studies scholar and military theorist from Choshu Domain ( now Yamaguchi Prefecture ) at the end of the Edo era . +-1 Nihon-no-rekisi ( literally , Japanese history ) or Nihonshi ( literally , Japan history ) is used for indicating history of Japan or that of the Japanese archipelago . +-1 The term " Ossho " means the lords of Shoen ( manor in medieval Japan ) were exempted from and allowed to collect Zatsueki ( a kind tax under the Ritsuryo system ) ( sometimes inclusive of the portion of Kanmotsu ( tribute goods -supposed to be paid to Kokuga ( provincial government offices ) as well as the land of such Shoen . +1 Tamagushi means a branch of sakaki tree decorated with shide ( paper cascade ) and yu ( strips of cloth ) and offered before the gods by Shinto priests and visitors during Shinto rituals . +-1 The nengajo is a postcard or a greeting card sent as a New Year 's greeting . +1 Takatoki HOJO was the 14th regent to Kamakura bakufu ( Japanese feudal government headed by a shogun ) ( office between 1316 - 1326 ) . +-1 The scandal over the sale of the property owned by the Hokkaido Development Agency was the incident that the decision to sell the property owned by the Agency made by Kiyotaka KURODA , the director of the Hokkaido Development Commission , was cancelled due to the heavy criticism from the public . +1 ONO no Hatayasu was a figure in the Asuka period of Japan ( year of birth and death unknown ) . +1 FUJIWARA no Muchimaro ( 680 - August 29 , 737 ) was a noble and a politician from Asuka period to the early Nara period . +-1 Hatsu-uma refers to the first day of the horse in February . +1 Tsuneshige KAJUJI ( 1430-June 17 , 1500 ) was a court noble , or Kugyo ( the top court official ) , in the Muromachi period . +1 Empress Jito ( 645 – January 17 , 703 ) was the forty-first imperial ruler ( empress regnant ) of Japan . +1 Jusuke HANAYAGI , the first ( March 22 , 1821 - January 28 , 1903 ) was a classical Japanese dancer and a choreographer . +-1 " Saimen no Bushi " referred to a group of warriors who attended Daijo-tenno ( the Retired Emperor ) by guarding and serving the emperor during the Kamakura period . +-1 Daigo-ji Temple is a head temple of the Daigo-ha branch of Shingon Buddhism , in Daigo Higashioji , Fushimi Ward , Kyoto City , Kyoto Prefecture . +1 Norifusa ICHIJO ( 1423 - November 15 , 1480 ) was a Kugyo ( Court Noble ) ( Kanpaku : Chief advisor to the Emperor ) and the proprietor of a manor during the late Muromachi Period . +-1 Toki Yasuyori Rebellion was an incident that occurred from 1389 to 1390 , during the Muromachi period of Japan , in which Yasuyuki TOKI , a shugo daimyo ( shugo is a governor of a province during the middle ages of Japan , and a shugo daimyo is a regional lord who has an official title of shugo from the government of the time ) was defeated by the Muromachi bakufu . +-1 The problem of heir of Shogun means a political strife of selection of the next Seii Taishogun ( Barbarian Subduing Generalissimo ) ( Shogun ) of the bakufu . +1 Kumogakure Rokujo ( Genji 's demise : six chapters ) is a supplementary work to the Tale of Genji . +1 Prince Yamashiro no oe ( year of birth unknown - December 30 , 643 ) was a member of the Imperial family in the early seventh century according to " Nihonshoki " ( Chronicles of Japan ) . +-1 Kuzunoha is the name of a legendary fox . +1 Iga Shosho ( year of birth and death unknown ) was a poet who lived in the late Heian period . +-1 Wayojo is an agreement signed by the parties in question who make compromises . +1 Yoshinori ASHIKAGA ( July 20 , 1394 - July 21 , 1441 ) was the 6th Seii Taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi shogunate ( shogunship from 1428 to 1441 ) . +-1 Tokyo gyoko are the imperial visits to Tokyo which were made twice in 1868 and 1869 . +-1 Okamoto no Miya was an Imperial Palace in which Emperor Jomei and Empress Saimei lived in the seventh century . +-1 Kyoto Museum for World Peace , Ritsumeikan University , was established by Ritsumeikan University and its theme is " Peace . " +-1 Ayanokoji-dori Street is a street running east-west through Kyoto City . +-1 Rokkakushi Shikimoku was one of the bunkokuho ( the law individual sengoku-daimyo enforced in their own domain ) in the Sengoku period . +1 Yachiyo INOUE is the name given to the head of the INOUE School . +-1 The Yodo Domain was located in the Yamashiro Province ( present-day Yodohon cho , Fushimi Ward , Kyoto City , Kyoto Prefecture ) . +-1 Kyoto Seikadaimae Station , located in the Sakyo ward of Kyoto City , is a stop on the Kurama Line of the Eizan-dentetsu ( Eizan Electric Railway ) . +-1 Noyaki ( open burning ) means burning the vegetations in the hills and fields . +1 Ryosa KOHITSU ( January 28 , 1572-March 18 , 1662 ) was born in Omi Province and was an appraiser of old writings . +-1 Tateana-shiki dwelling is built by first digging a depression in a round or quadrilateral shape , then creating a framework in the depression by installing a number of columns , followed by connecting the framework with balks and beams , and lastly thatching its roof with dirt and reed or other plants . +-1 The Ine no Funaya ( a large cluster of traditional fishermen houses ) houses are private houses , located in the Ine area of Ine-cho Town , Yosa-gun County , Kyoto Prefecture . +1 Yoshimitsu Zekan DEME ( 1526 ? - 1616 ) was a Noh-men uchi ( a person who makes Noh masks ) from the Momoyama period to the early Edo period . +1 Emperor Gouda ( December 17 , 1267 - July 16 , 1324 ) was the ninety first Emperor during the Kamakura period ( his reign was from March 6 , 1274 to November 27 , 1287 ) . +-1 The Three Sacred Treasures of the Imperial Family refer to a mirror , a sword and a jewel that are believed to have been granted by Amaterasu Omikami ( also known as Tensho daijin or the ' Sun Goddess ' ) to her grandson Ninigi during ' Tensonkorin ' when he descended from heaven to rule over the country . +1 Emperor Junna ( 786 - June 7 , 840 ) ( his reign was from May 30 , 823 to March 22 , 833 ) was the fifty-third Emperor during the early Heian Period . +-1 Okimi is a historical term which generally refers to the chief of the Yamato sovereignty ( Japan ) from the latter half of the third century to the end of the seventh century which is from the Kofun ( tumulus ) period to the Asuka period . +-1 Sankyoku is a kind of music ( qu ) and a form of poetry in the spoken language and is also literature of songs and ballads . +-1 Shirahige-jinja Shrine is a shrine in Ukawa , Takashima City , Shiga Prefecture . +-1 The Asai family was a Japanese clan . +1 Yoriyasu TOKI ( 1318-February 11 , 1388 ) was a dominant Shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) in the period of the Northern and Southern Courts ( Japan ) . +1 The definition of an imperial family depends on the historical timeframe and the country concerned , but in general it refers to the emperor 's male family members and their spouses . +1 Ishikawa no Uchimyobu ( date of birth and death unknown ) was a poet of Manyoshu ( Collection of Ten Thousand Leaves ) . +-1 Konacha is the powdery fragments collected in the production process of sencha ( green tea of middle grade ) . +1 FUJIWARA no Mitsuko ( 781 – October 21 , 828 ) was a noblewoman and court lady during the early Heian period . +-1 Hibachi are a kind of charcoal burning brazier used in Japan as a heating appliance . +1 Nobushige ODA ( August 9 , 1843 - February 17 , 1898 ) was the twelfth lord of the Yanagimoto Domain in Yamato Province ( Nara Prefecture ) . +-1 Kunai is a small tool used by ninja . +1 Ryoen ( August 24 , 1179 - February 26 , 1220 ) was a priest of Kofuku-ji Temple during the late Heian period through the early Kamakura period . +1 TONERI no Nukamushi ( year of birth unknown – March 682 ) was from the Asuka period . +1 " Sarashina Nikki " or " Sarashina no Nikki " ( As I crossed a bridge of dreams ) is a diary written by the daughter of SUGAWARA no Takasue in around the mid-Heian period . +-1 Inari Station , located in the Fushimi ward of Kyoto City , Kyoto Prefecture , is a stop on the Nara Line of West Japan Railway Company ( JR West ) . +-1 Karasuma Line is a part of the Kyoto Municipal Subway in Kyoto city , Kyoto , running from Kokusaikaikan Station ( Sakyo-ward ) to Takeda Station ( Fushimi-ward ) . +-1 This section shows the list of official town names in the Nishikyo Ward and summarizes the period and process of their establishment . +-1 Inba no kuni no miyatsuko ( also known as Inbakokuzo ) was a kuni no miyatsuko that ruled the middle part of Kazusa Province . +-1 Konrin-in Temple is a temple of the Tendai sect located in Koizumi-cho , Yamatokoriyama City , Nara Prefecture . +-1 Unden Shindo school is one of the schools of Japanese tea ceremony . +1 FUNYA no Yasuhide ( year of birth unknown - c . 885 ) was a waka poet in the early Heian period and one of Rokkasen ( six best waka poets ) and the 36 Immortal Poets . +-1 Ohanjin ( also pronounced as Oubanshin ) is deification of Rago , one of Kuyo ( nine-planet crest ) , and is mainly enshrined as a stone monument on the border of settlement , in the center of a village , on the border of villages , crossing , or T-junction . +1 Kanekatsu HIROHASHI ( December 12 , 1558 - January 18 , 1623 ) was a court noble and kajin ( waka poet ) who lived during the Azuchi-Momoyama period and the early Edo period . +-1 Teriyaki is a cooking technique used in Japanese cuisine . +-1 Yuzu citron ( pronounced " yuzu " ; scientific name : Citrus junos , synonym C. ichangensis x C. reticulata var. austera ) is a rutaceous evergreen tree . +-1 Cho is a unit of length ( distance ) or area in old Japanese system of weights and measures . +-1 Nori means a person with high political or administrative skill . +1 Yamanoue no Okura ( 660 ? – 733 ? ) was a poet during the early Nara Period . +-1 Jogan-kyaku Code was one of the Kyakushiki codes ( amendments and enforcement regulations of the Ritsuryo Code ) that was submitted to the Emperor on May 31 , 869 , and was enforced on October 19 the same year with the imperial decree . +-1 Danchi is the name of an area in which institutions with similar objectives , purposes or industries are concentrated in order to optimize the urban infrastructure and distribution necessary for people , industry or other operations , or a generic term for an area in which buildings and structures stand . +1 Kinfusa TOKUDAIJI ( 1537 - June 12 , 1588 ) was a Kugyo ( court noble ) , who lived between the end of the Muromachi period to the Azuchi-Momoyama period . +1 Tadao NIIMURA ( April 26 , 1887 - January 24 , 1911 ) was a socialist . +1 Emperor Nintoku ( 257-February 7 , 399 ) was the sixteenth Emperor of Japan , who was in the reign from February 14 , 313 to February 7 , 399 . +1 Kukai was a priest who lived in the early Heian period . +-1 Shukun oshikome ( or simply called ' oshikome ' ) is a practice seen in the samurai society beginning in the Kamakura period , and it especially refers to the forcible confinement of the allegedly misbehaving lord based on the decision made by Karo ( chief retainers ) and others after consultation . +-1 Tango-Yura Station , located in Yura , Miyazu City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by Kitakinki Tango Railway ( KTR ) . +-1 " Konden Einen Shizai no Ho " was a law which was proclaimed as " choku or mikotonori " ( an order under the name of Emperor ) on June 27 , 743 , during the reign of Emperor Shomu in the middle of the Nara Period that allowed permanent ownership of " konden " ( land that farmers newly cultivated ) . +1 Kodaiin ( 1542 ? -September 6 , 1624 ( old lunar calendar ( October 17 , 1624 ) ) was a woman who lived from the Sengoku ( warring states ) period ( the latter half of Muromachi period ) to the early Edo period , and the lawful wife of Hideyoshi TOYOTOMI . +-1 Kuramaguchi Station , located in Kamigoryo Nakamachi , Kamigyo Ward , Kyoto City , Kyoto Prefecture , is a railway facility of the Karasuma Line of the Kyoto Municipal Subway . +-1 Kurama Station , located in Kurama Honmachi , Sakyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Kurama Line , which is operated by Eizan Electric Railway . +1 Jingoro YOKOKURA ( 1834-September 10 , 1870 ) , born in Hachioji City , Tama County , Bushu , was a member of Shinsengumi . +1 Yamabuki gozen was a binjo ( beautiful maid ) of MINAMOTO no Yoshinaka , a busho ( Japanese military commander ) at the end of the Heian period . +-1 Asuka Culture was a Buddhist culture that flourished mainly in Yamato Province under Empress Suiko . +-1 Kanin-ryu was a linage of kuge ( court noble ) of a branch of the Northern House of the Fujiwara clan including the Sanjo Family , the Saionji Family , or the Tokudaiji family . +1 KASHIWADE no Hokikimi no Iratsume ( year of birth unknown - April 7 , 622 ) was a woman in the Nara period . +-1 This section " Successive Ministers of Education " carries lists of successive Ministers of Education , Monbukyo ( chief of Ministry of Education ) , which was the predecessor of Minister of Education , and Ministers of Education , Culture , Sports , Science and Technology ( the present title of the former Minister of Education ) in Japan . +1 Renjun ( 1464 - October 8 , 1550 ) was a priest in the Muromachi period and the Sengoku period ( period of warring states ) . +1 Zonnyo ( 1396 to July 9 , 1457 ) was a priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) in the Muromachi period , and the 7th head priest of the Hongan-ji Temple . +1 MINAMOTO no Yoshitoki was a busho ( Japanese military commander ) from the Kawachi-Genji ( the Minamoto clan of Kawachi Province ) and active in the late Heian period . +1 Fusasuke TAKATSUKASA ( June 22 , 1637 - March 1 , 1700 ) was a Kugyo ( high court noble ) during the Edo period . +-1 Nagi-jinja Shrine is a Shinto shrine located in Mibu , Nakagyo Ward , Kyoto City . +-1 Sanbaizu is a mixed seasoning made from equal amounts of vinegar , soy sauce , and sweet cooking rice wine . +1 Jikun ( or Jikin , 691-777 ) was a priest at Kofuku-ji Temple in Nara in the Nara period . +1 Zenshin-ni ( 574 - year of death unknown ) was a Buddhist nun who lived in the late 6th century . +-1 Akiyamanoshitabiotoko is a Japanese deity . +-1 Onsen tamago ( onsen eggs ) are a type of soft boiled egg , or chicken eggs with the yoke soft and the white only half done . +-1 Dainenbutsu kyogen , a silent play created from the teachings of the Yuzu Nenbutsu ( reciting the name of Amida Buddha ) sect ( also known as Dainenbutsu ) , was revived by Enkaku Shonin . +-1 Uzumasa-Koryuji Station , located in Uzumasa-kumiishi-cho , Ukyo Ward , Kyoto City , is a stop on the Arashiyama Main Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +-1 Sanjo-ohashi Bridge Noticeboard Incident occurred on October 20 , 1866 during the the end of the Edo Period . +1 Nanpo Shomyo ( 1235 - February 17 , 1309 ) was a priest of the Rinzai sect in the Kamakura period . +1 Tsukushinokimiiwai ( ? - 528 ? ) was from a local ruling family in Kyushu region in the end of the Tumulus period . +1 Prince Ichinobe no Oshiha ( Ichinobe no Oshiha no Miko ; his birth date is unknown and his death date was in 456 ) appeared in the Kiki ( " Kojiki " [ A Record of Ancient Matte ] ) and " Nihonshoki " [ Chronicles of Japan ] ) and Fudoki ( description of regional climate , culture , etc . ) as an Imperial family ( royal family ) in fifth century Japan . +1 Kiyotaka IMAI ( September 1943- ) is a Nohgakushi , who belongs to The Association for Japanese Noh Plays ( national designated Important Intangible Cultural Property ) and lives in Kyoto City . +-1 Honzowamyo is the oldest Japanese dictionary of medicines still in existence , and was compiled by Sukehito FUKANE . +-1 For ' 賛 san ' mainly the following two things can be cited : . +-1 The rebellion by MINAMOTO no Yoshichika was a rebellion which took place in the middle of the Heian period . +-1 Okura-ji Temple is a Buddhist temple of the Ryumon Shingon sect situated in Ouda-cho , Uda City , Nara Prefecture . +-1 Uraku school ( Uraku-ryu ) is one of the various schools of sado started by Nagamasu ODA ( Urakusai ) , who was the real younger brother of Nobunaga ODA . +-1 Goryo-eji was an organization created to protect the imperial palace of the Emperor Komei . +1 Gennosuke MIMASU is a famous family line in traditional Japanese Kabuki drama . +1 Kikaku NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor . +1 TAIRA no Masayori ( year of birth unknown - 940 ) was a busho ( Japanese military commander ) who lived during the mid-Heian period . +1 FUJIWARA no Moromichi ( October 16 , 1062 - July 18 , 1099 ) was a court noble during the period of Insei ( a government by a retired emperor ) , and was a Toshi choja ( chieftain of the Fujiwara family ) . +1 Kokkan AZAI ( 1848-1903 ) was a Japanese doctor in the Meiji period who engaged in the Kampo ( traditional Chinese medicine practiced in Japan ) Revival Movement . +1 FUJIWARA no Kiyohira was a warlord in the late Heian period and the founder of the Oshu-Fujiwara clan . +-1 Koen SHIGEMORI ( July 27 , 1926 - October 13 , 1992 ) was a photography critic . +1 Ikkanshi Tadatsuna was a sword craftsman in the Settsu Province who lived in the Genroku era during the Edo period . +-1 Asazuke is a pickled dish made by marinating vegetables such as cucumbers , daikon radishes and eggplants with seasoning for a short time . +-1 Budan Seiji is an authoritarian government based on military power . +1 Yoan UDAGAWA ( March 9 , 1798 - June 22 , 1846 ) was a Japanese Rangakusha ( a person who studied Western sciences by means of the Dutch language ) during the late Edo Period . +1 Chugan Engetsu ( January 28 , 1300 - February 9 , 1375 ) was a priest of the Rinzai sect during the period of the Northern and Southern Courts ( Japan ) . +-1 Kokusaikaikan Station , located in Iwakura , Sakyo Ward , Kyoto , City Kyoto Prefecture , is a terminal on the Karasuma Line , which is operated by Kyoto Municipal Subway . +1 Kokkeibon ( humorous book ) was a genre of gesaku literature ( literary work of a playful , mocking , joking , silly or frivolous nature ) in the late Edo period . +1 ONAKATOMI no Sadanaga ( date of birth unknown - January 3 , 1143 ) was a waka ( a traditional Japanese poem of thirty-one syllables ) poet who lived in the latter part of the Heian period . +-1 Habutae Mochi is a traditional sweet of Fukui Prefecture , made from steamed and kneaded rice flour with sugar and starch syrup ; it usually takes a long time to make a beautiful translucent paste which becomes a base of the sweet . +1 Honnyo ( 1778 – January 9 , 1827 ) was a Buddhist priest in Jodo Shinshu ( the True Pure Land Sect of Buddhism ) from the middle to the late Edo period who served as the 19th suzerain in Nishi Hongan-ji Temple and Daisojo ( a priest of the highest rank in the highest managerial position ) . +-1 Higashiyama is a collective name referring to the mountains on the east side of Kyoto Basin . +1 The Myth of Okuninushi . +1 Kesshi-Judai refers to the ten Emperors from the twenty-fourth Emperor Ninken to the thirty-third Empress Suiko , who only have their genealogy and not their achievements recorded in " Kojiki " ( The Records of Ancient Matters ) , or to this period of time . +1 Kiyonao KOMATSU ( Oct . 26 , 1866 to March 5 , 1918 ) was a peer who lived between the Meiji and Taisho periods . +1 Prince Oousu ( Oousu no Mikoto ) appeared in the Kiki ( " Kojiki " [ A Record of Ancient Matter ] and the " Nihonshoki " [ Chronicles of Japan ] ) as an Imperial family ( royal family ) during the Kofun ( tumulus period ) period in Japan . +-1 Mumonkan ( written as 無門関 or 無門關 in Chinese characters ) is a collection of koan ( questions that a master gives to a person who seeks the secret of Zen to avoid deviating from the correct way ) compiled by Mumon Ekai in the Sung period in China . +-1 Genji Chakuryu means the direct descendant of Genji ( the Minamoto clan ) . +-1 " Sanboku-Isso " was the name given to the four meritorious retainers who received the Emperor Godaigo 's favor under the Kemmu Restoration . +-1 Hanmoto Mitodoke was a term used to describe the act of confirmation by a government officer that was sent from the Edo bakufu , when a samurai family applied for matsugo-yoshi ( adopting a son on the family head 's deathbed ) . +-1 The term " Boji " means a notice put up at shishi ( northern , southern , eastern and western boundary ) of a territory or the important positions of a boundary . +1 HADA no Kuma ( year of birth and death unknown ) was a person who lived in the Asuka period of Japanese history . +-1 Kamotsuba-jinja Shrine is a Shinto shrine located in Gose City , Nara Prefecture . +1 Shusuke KONDO ( 1792 - November 23 , 1867 ) was the third head of the Tennen Rishin school of swordplay . +-1 Japanese culture +1 ONAKATOMI no Sukechika ( 954 - July 6 , 1038 ) was a poet in the mid-Heian period . +1 Seiyo Dochu Hizakurige is a humorous fiction written by Robun KANAGAKI and Kan FUSO ( Volume 12 and subsequent volumes ) . +1 Yoshimasa SHIBA ( his first name also can be pronounced Yoshiyuki ) ( 1350 - June 18 , 1410 ) was a busho ( Japanese military commander ) and shugo daimyo ( Japanese feudal lord serving as a provincial military governor ) from the period of the Northern and Southern Courts ( Japan ) to the Muromachi period . +-1 Omiya is a venerable soy sauce store in Kyoto . +-1 Sarutahiko is a deity who appears in Japanese mythology ( Shinto ) . +1 Imperial Prince Kose ( c . 799 - September 24 , 882 ) was a member of the Imperial Family during the early Heian period . +1 Naoharu KATAOKA ( October 13 , 1859 - May 21 , 1934 ) was an entrepreneur and statesman from the Meiji , Taisho , to the early Showa periods . +-1 Otsukegaro is a karo ( chief retainer ) in the early Edo bakufu period who , when kikoshi ( a young nobleman ) in the linage of the Tokugawa Shogun family became the lord of a domain ( daimyo ) , was appointed directly by Seii taishogun ( literally , " the great general who was to subdue the barbarians " ) for serving the lord . +1 Shigekage KOBAYAKAWA ( year of birth and death unknown ) is a busho ( Japanese military commander ) over the end of the Kamakura period and the period of the Northern and Southern Courts . +-1 Okonomiyaki refers to one of the foods grilled on an iron plate . +1 Tadanari OE was a samurai in the Kamakura period . +1 Motoie KUJO ( 1203 - August 7 , 1280 ) was a court poet , who lived during the mid Kamakura period . +1 Naga no miko ( year of birth unknown - July 9 , 715 ) was a member of the imperial family , who came to the fore from the late Asuka period to the early Nara period . +-1 The Gion-zukuri style is a style of Japanese shrine architecture . +-1 " Aotozoshi hanano nishikie " refers to ' Shiranami-mono ' ( stage works with thieves and lowlifes ) of Kabuki ( traditional drama performed by male actors ) which was performed at Ichimura-za Theater in 1862 for the first time , and written by Shinshichi KAWATAKE the second ( later Mokuami KAWATAKE ) . +1 TAKECHI no Kome was active in the Asuka period ( his age of birth and death are unknown ) . +-1 Makiwara is a target for practicing kata ( form ) in kyudo or kyujutsu ( Japanese art of archery ) . +-1 Hayami-ryu is a school of the tea ceremony , originated by Sotatsu HAYAMI . +1 Nichiho ( 1607 - 1698 ) was a Nichiren sect priest in the early Edo period and master of tatebana ( standing flowers ) . +-1 Okidome Domain was a feudal domain located in Yamato Province ( present-day Okidome , Ikaruga-cho , Ikoma-gun , Nara Prefecture ) +1 Tadafuyu TAKATSUKASA ( 1509 - May 21 , 1546 ) was a Kuge ( court noble ) who lived during the Sengoku period ( period of warring states ) . +1 MINAMOTO no Yoriharu ( year of birth and death unknown ) was a Busho ( Japanese military commander ) in the late Heian period . +1 Tadazane MATSUDAIRA ( February 7 , 1840-July 13 , 1869 ) was a daimyo ( Japanese feudal lord ) during the late Edo Period . +-1 Soy-sauce is a general-purpose liquid fermented seasoning with salty taste and strong savoriness , made from soybeans and wheat using Aspergillus oryzae and yeast , and it is mainly used in Japanese cooking . +1 Kiyouji HOSOKAWA ( date of birth unknown - August 22 , 1362 ) was a warlord during the Nanbokucho period ( the period of the Northern and Southern Courts ) in Japan and court official in the Muromachi Shogunate . +1 Heihan ki ( or Hyohan ki ) is a diary written by TAIRA no Nobunori who was a court noble in the Heian period . +1 Mototoyo HIROHATA ( May 15 , 1800 - June 20 , 1857 ) was a court noble during the late Edo Period . +-1 Mt . Nijo is a mountain that stretches over Katsuragi City , Nara Prefecture , and Taishi-cho , Minamikawachi County , Osaka Prefecture . +1 Yoshisuke KONDO ( May 1843-July 5 , 1922 ) was from Kunitomo Village , Omi Province and a member of the Shinsengumi +-1 A tenma refers to a transportation system from ancient times to the early modern times in Japan that carried envoys or goods , or to a horse used . +-1 " Kamigata uta " ( also called " Kamigata hauta " ) is the songs with shamisen ( the three-stringed Japanese banjo ) accompaniment , performed and enjoyed in Kamigata ( Kyoto-Osaka area ) . +-1 Shisen no Tatakai was one of the Japanese battles which occurred during the Bunroku-Keicho War . +1 FUJIWARA no Sukeie ( year of birth and death unknown ) was a person who lived in the Heian period and he belonged to the family of Michinaga 's line of the Northern branch of the Fujiwara clan . +-1 " Atago-shinko faith " is a Shinto faith about fire prevention , which originated at the Atago-jinja Shrine ( Kyoto City ) enshrined on the top of Mt . Atago in Kyoto City . +-1 The term sengoku daimyo refers to a daimyo who exercised unitary control over several districts or provinces during Japan 's sengoku ( warring states ) period . +-1 Kizu Station , located at 116-2 Kizu Ikeda , Kizugawa City , Kyoto Prefecture , is a railway station of the West Japan Railway Company ( JR West ) . +-1 Shizoku no hanran was a series of the antigovernment movement against Meiji government , which was raised by people from former samurai hierarchy at the beginning of Meiji period . +1 OTOMO no Moriya ( year of birth unknown and died on August 8 , 679 ) was an aristocrat during the Asuka period in Japan . +1 Shingyo ( 935 - December 7 , 1004 ) was a Buddhist monk of the Hosso and Shingon sects during the middle Heian period . +-1 Suikinkutsu is a decoration device in a Japanese garden that generates a sound like the koto ( Japanese harp ) with drops of water . +-1 Sobagaki is a dish made from buckwheat-flour , and one characteristic of the sobagaki is that a ball of dough , not a noodle , is made by mixing buckwheat-flour with boiled water or heating a mixture of buckwheat-flour and water and then quickly stirring the mixture into gruel with tools such as chopsticks . +1 Irohahime ( August 2 , 1594 - June 4 , 1661 ) was the legal wife of Tadateru MATSUDAIRA , the sixth son of Ieyasu TOKUGAWA . +-1 The Battle of Kawanakajima indicates the battles over the control of the Northern Shinano area , fought between Shingen TAKEDA ( Harunobu TAKEDA ) , the warring daimyo ( lord ) in Kai Province ( present Yamanashi Prefecture ) and Kenshin UESUGI ( Kagetora NAGAO ) , the warring daimyo in Echigo Province ( present Niagara Prefecture ) . +-1 Otani University is based on the philosophy of Otani-ha Shin Buddhism . +-1 Amatsumara is a deity of ironworking that appears in Japanese mythology . +1 Ezen-ni ( year of birth and death unknown ) was a Buddhist nun who lived in the late 6th century . +-1 Bushido refers to systemized thought that generally forms the basis of value and ethical standards in samurai hierarchy during feudal Japan . +-1 In medieval Japan , a kokushi was a government officer who was sent by the central government to administer a ryoseikoku ( an area of regional administration ) . +1 Ayatari TAKEBE ( 1719 to April 28 , 1774 ) was a haiku poet , a novelist , a Japanese classical literature scholar , and a painter in the mid Edo period . +1 Ekiken KAIBARA ( December 17 , 1630 - October 5 , 1714 ) was a herbalist and Confucianist who lived during the Edo Period . +1 Emperor Richu ( circa 336 - April 29 , 405 ) was the seventeenth Emperor who reigned from March 12 , 400 , to April 29 , 405 . +1 FUJIWARA no Sadakata ( 873 - September 11 , 932 ) was a court noble and poet who lived from the beginning through the middle of the Heian period . +1 Gyozen ( years of birth and death unknown ) was a priest between the Asuka period and the Nara period . +1 Zoroku HAMAMURA , the first ( male , 1735 - November 26 , 1794 ) was a Japanese tenkokuka ( artist of seal engraving ) in the middle of the Edo period . +-1 Located in 213-1 Aza Komoike-nishi , Isazu , Maizuru City , Kyoto Prefecture , Nishi-Maizuru Station is a station owned by West Japan Railway Company ( JR West ) and Kitakinki Tango Railway Corporation ( KTR ) . +-1 The Rinsenji group of Sekishu school is one of the groups of buke sado ( the tea ceremony of samurai family ) . +1 Keiso ( 955 - January 25 , 1020 ) was a priest of the Tendai sect during the mid Heian period . +1 Imperial Princess Hoshi ( Sukeko ) ( 953 - April 13 , 992 ) was a member of the Imperial Family during the middle of the Heian period . +1 MINAMOTO no Sukekata ( 1113 - April 1 , 1188 ) was a Kugyo ( the top court official ) and gagakuka ( musician of old Japanese court music ) , who lived during the late Heian period . +-1 The 25 Sacred Sites of Floral Temples in the Kansai Region is a pilgrimage covering 25 temples famous for seasonal flowers across the six prefectures of Osaka , Hyogo , Kyoto , Shiga , Nara and Wakayama . +1 FUJIWARA no Korechika ( 974 - February 14 , 1010 ) was a court official in the mid Heian period . +1 Mituaki TOYAMA ( August 10 , 1652 - May , 31 , 1738 ) was a Kugyo ( court noble ) from the early to middle of the Edo period . +1 Tsukasa IBRAKI ( year of birth unknown - July 15 , 1867 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) from Aizu domain . +-1 The Umami-kofun Tumuli Cluster was constructed around the Umami-kyuryo Hill which was stretched from Kawai Town , Koryo Town of Kitakatsuragi County to Yamato Takada City , Nara Prefecture , in the southwest area of the Nara Basin . +1 FUJIWARA no Tadaaki or FUJIWARA no Masaaki ( date of birth and death unknown ) was a court noble in the end of the Heian period . +1 The term " Female-line Emperor " ( Jokei Tenno ) refers to an Emperor of Japan who is a descendent of the imperial line only on his / her mother 's side ; such an emperor may also be referred to as a ' Mother-line Emperor . ' +-1 Higashi Hongan-ji temple is a Shin Buddhist temple in Shimogyo Ward , Kyoto City , Kyoto . +1 Noribumi SUZUKI ( 1933 - ) is a Japanese film director as well as a script writer . +1 Bencho ( June 27 , 1162 - March 23 , 1238 ) was a Buddhist monk in the Jodo Sect from the late Heian period to the Kamakura period . +1 Akiko YOSANO ( 与謝野 晶子 or 與謝野晶子 in orthographic style ; December 7 , 1878 - May 29 , 1942 ) is a kajin ( waka poet ) , novelist , and thinker active during the Meiji through Showa Periods . +-1 Square front , square back tomb mounds refers to a form of tumuli . +1 Kangoro HASHIMOTO ( 1822-1897 ) was a mason from Higo Domain who was active from the end of the Edo period until the Meiji period . +-1 Shihai monjo refers to the monjo ( ancient document ) written on washi ( Japanese paper ) before another monjo was then written on the other side of that same piece of paper . +1 Masakiyo NAKAI ( 1565 - March 7 , 1619 ) was the Daikugashira ( construction prefect ) in the early Edo period . +1 Sadayasu IKEDA ( 池田 定保 ) was the seventh lord of Inaba-wakasa Domain ( the Tottori Nishikan Nitta domain ) . +-1 The Chodoin was a state chamber of the Greater Imperial Palace ( called daidairi ) in the palace in the ancient times . +1 Sessei OKAZAKI ( February 26 , 1854 - April 16 , 1921 ) was a founder or chaser who lived from the Meiji period to the Taisho period . +1 Hiromitsu MACHI ( MACHINO ? ) ( 1444 - July 26 , 1504 ) was a Court noble during the end of the Muromachi period and the Sengoku Period ( Period of Warring States ) . +1 FUNYA no Miyatamaro ( year of his birth and death is not clear ) was a government official in the early Heian period . +1 FUJIWARA no Harumochi ( year of birth unknown - 940 ) was a warrior in the middle Heian period . +-1 The term " naijin " refers to a place where a honzon ( a principal image of Buddha ) is enshrined inside the hondo ( main hall ) of a temple , or where a shintai ( an object of worship housed in a Shinto shrine and believed to contain the spirit of a deity ) is enshrined inside the honden ( main hall ) of a shrine . +-1 The definitions of Kudo are as follows . +-1 Shuso is a name for the position of the leader of ascetic monks in Zen sects . +1 Izumo no Okuni ( 1572 ? - year of death is unknown ) was a female artist of the Azuchi-momoyama period who is considered the creator of Kabuki . +-1 Kaikonoyashiro Station , located in Uzumasa-morigamae-cho , Ukyo Ward , Kyoto City , is a stop on the Arashiyama Main Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +1 Shizu no iwaya is a sea cave ( approximately 45 m deep and 13 m high ) created by coastal erosion in Uotsu , Shizuma-cho , Oda-shi , Shimane Prefecture . +1 Emperor Hanazono ( August 14 , 1297 - December 2 , 1348 ) was the ninety fifth Emperor during the Kamakura period . ( his reign was from December 2 , 1308 to March 29 , 1318 . ) +1 MINAMOTO no Yoshiari ( 845 - July 11 , 897 ) was an aristocrat and politician who lived in the Heian period . +-1 Hogon-in Temple is a Buddhist temple belonging to the Tenryu-ji school of the Rinzai Sect located in Arashiyama , Ukyo Ward , Kyoto City , Kyoto Prefecture . +1 Emperor Uda ( June 14 , 867 - September 8 , 931 ) , the fifty-ninth Japanese Emperor , was in power from December 9 , 887 to August 8 , 897 . +1 Myogaku ( 1056-year of death unknown ) was a priest of the Tendai sect in the late Heian period . +1 Masamoto HOSOKAWA was a Shugo ( military governor ) daimyo in the mid- to late Muromachi Period . +1 Tojiko no irazume ( year of birth and death unknown ) is a wife of Prince Shotoku . +-1 Ci is a form of Chinese poetry or an art form of ballad . +1 O Kikuchi ( 1847 - June 15 , 1868 ) , from the Hirosaki Domain , Mutsu Province , was a member of the Shinsengumi . +-1 Yosegi zaiku is a traditional craft often seen at souvenir shops in the town of Hakone as well as in countries overseas . +-1 The term " Yamanokami " refers to : +1 Nyoho ( 731 - February 19 , 815 ) was a Ritsu sect monk from China through the Nara period to the Heian period . +1 KI no Maoka ( year of birth and death unknown ) was a government official in the beginning of the Heian period . +1 TACHIBANA no Norinaga ( 982 - 1034 ) was a kajin ( waka ( a traditional Japanese poem of thirty-one syllables ) poet ) of the mid-Heian period . +1 Among the genealogies of The Tale of Genji , in which characters in " The Tale of Genji " were systematically written in the form of genealogy as if they were the real people , Genji monogatari kokeizu ( old genealogies on the Tale of Genji ) refers to the ones that were made before the genealogy produced by Sanetaka SANJONISHI . +-1 Kyoto Seinen Shihan-Gakko ( Kyoto Young Men 's Normal School ) was a Seinen Shihan-Gakko ( Young Men 's Normal School ) established in 1944 . +1 Yoshiteru ASHIKAGA was the 13th Seii Taishogunn ( reigned 1546-1565 ) of the Muromachi Shogunate . +-1 Gorinto are a type of Buddhist pagoda used as a tomb tower or for memorial services . +1 Yazo MIYAZAKI ( May 11 , 1867 - July 4 , 1896 ) was an Asianism activist . +1 Takahira KANDA ( 31 October 1830 - 1898 ) was a scholar in the end of Edo Period , the governor of Hyogo Prefecture , Councilor of the Senate and Councilor of House of Peers in the Meiji Period . +-1 Chiho Kahei was a currency issued principally to be used within a territory and was issued by various domains in the Edo period , and particularly , gold and silver coins issued by various daimyo to be used within their territories from the Sengoku Period ( Period of Warring States ) to the early Edo period were also called Ryogoku Kahei . +-1 Rokuoin Station , located in Saga Kitabori-cho , Ukyo Ward , Kyoto City , is a railroad facility on the Arashiyama Main Line of Keifuku Electric Railroad . +1 Seisho NAMIKAWA ( 1668-1738 ) was a Confucian scholar and a geographer , who was prominent in the middle of the Edo period . +-1 Zohiki ( Pulling the Elephant ) is a kabuki play . +1 Munekage ADACHI ( 1259 - December , 1285 ) was a gokenin ( a shogunal retainer ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) in the middle of Kamakura period . +1 Jozen HOSOKAWA ( year of birth unknown - 1339 ) was a busho ( Japanese military commander ) during the Kamakura Period through the period of the Northern and Southern Courts . +-1 Furitsukenjo is a term that mean " Nehan-gyo Sutra " ( The Sutra of The Great Nirvana ) from the viewpoint of Buddhism , especially hokke-ichijo ( the doctrines called the Single Vehicle of the Lotus ) including Tendai-shu sect and Nichiren-shu sect . +-1 Yoshitsune Senbonzakura is a program of ningyo joruri ( traditional Japanese puppet theater ) or Kabuki of Gidayu-bushi ( musical narrative of the puppet theatre ) or performed along with Gidayu-bushi . +1 MINAMOTO no Nobumasa ( 1079 - 1135 ) was a nobleman at the end of the Heian period . +-1 Hinowan refers to lacquered bowls produced in and around Hino-cho , Gamo-gun , Shiga Prefecture . +-1 Ninjutsu is a generic term for techniques used by Ninja ( persons in feudal Japan who used ninjutsu for the purposes of espionage , assassination , sabotage , etc . ) , who were active during the Muromachi Period and the Sengoku Period , to gather intelligence or to destabilize intelligence against the enemy camp and also arts of warfare and martial arts necessary to carry out Ninja 's operations . +1 Tadako KAJUJI ( December 1 , 1780 – April 20 , 1843 ) was Naishi no suke ( handmaid ) for Emperor Kokaku , and the real mother of Emperor Ninko . +1 Nagisa OSHIMA ( March 31 , 1932- ) is a film director in Japan . +-1 Kashoku was a hereditary job or position or official post ( and progression pass ) . +-1 Daikaku-ji Temple +-1 Toraijin refers to people who came to Japan from abroad in a broad sense , but it also refers to people who became naturalized citizens of Japan from the Chinese continent via the Nansei Islands or the Korean Peninsula in ancient times in a limited sense . +1 Yasutsuna UTSUNOMIYA was a samurai during the early to middle Kamakura period . +-1 Etona Eiga-sha ( established September 1934 , liquidated April 1935 ) was a film company that existed in Kyoto . +-1 " Jushii " ( Junior Fourth Rank ) is a rank in court ranks and shinkai ( ranks granted to Shinto gods ) in Japan . +1 Kaison HITACHIBO ( the date of birth and death unknown ) is a legendary person whose name appears in " Genpei Seisui ki " ( Rise and Fall of the Minamoto and the Taira clans ) , " Gikeiki " ( a military epic about the life of Yoshitsune ) , and " Heike Monogatari " ( The tale of the Heike ) , and is said to be a Buddhist priest at the Onjo-ji Temple or Mt . Hiei . +1 Kitsushi TOIN ( FUJIWARA no Kitsushi ) ( Empress Kitsushi ) ( 1245 - September 9 , 1272 ) was an empress of Emperor Kameyama during the Kamakura period , and she was the birth mother of Emperor Gouda . +-1 The Yamashinanomiya family was the Imperial family , created by Imperial Prince Yamashinanomiya Akira , the son of Imperial Prince Fushiminomiya Kuniie , at the end the Edo period . +-1 Shojin Otoshi originally referred to shifting from maigre meals back to normal meals after the completion of chuin ( a period of mourning lasting seven weeks ) . +-1 The Hokke Sect of Honmon School is a denomination of Nichiren Buddhism for which the sect founder is considered to be Nichiren and the school founder is believed to be Nichiryu . +1 Yamatototohimomosohime no mikoto ( date of birth and death unknown ) was the Imperial princess of Emperor Korei . +-1 Sanshichinobe was one of the ways to pay nengu ( an annual tribute , or land tax ) in the Edo period . +1 Shinsen Inu Tsukuba shu is a collection of haikairenga ( a type of linked verse ) that was made during the second half of the Muromachi period . +-1 " Ukai " is one traditional fishing method used to catch ayu ( sweetfish ) by using a cormorant . +-1 The reisen was originally a gift money presented from Shugo Daimyo ( Japanese territorial lord as provincial constable ) , temples and shrines in celebrations such as the appointment of Seii Taishogun ( literally , " great general who subdues the barbarians " ) at the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +1 Rosetsu NAGASAWA ( 長沢芦雪 ) ( the date of birth unknown , 1754- July 10 , 1799 ) was a painter in the Edo period . +-1 Tokugawa Gosanke , also simply called Gosanke , refers to the following three families of the Tokugawa clan that were second in rank to the Tokugawa Shogunate Family . +1 Fuga Wakashu is the seventeenth Imperial anthology . +1 Mitsukuni WAKEBE ( June 28 , 1786 - October 20 , 1810 ) was the ninth lord of Omizo clan in Omi Province . +1 Kenreimonin Ukyo no Daibu ( c . 1157 - year of death unknown ) was a female waka poet from the end of Heian period to the early Kamakura period . +1 SOGA no Zentoko ( year of birth and death unknown ) was a person who was regarded as the eldest son of SOGA no Umako . +1 Jisuke OKAHASHI ( January 21 , 1826 – November 2 , 1913 ) was a Japanese businessman . +-1 The Nanba family was a court noble family of Toshoke and their family rank was Urinke . +1 Yatagarasu is a crow with three legs that was sent to Emperor Jinmu by Takamimusubi and led him from Kumanokuni no miyatsuko to Yamato Province on the Jinmu tosei ( Eastern expedition of the Emperor Jinmu ) in the Japanese mythology . +-1 The Bunkakosei-kaikan Hall Affair is a conflict that started with the Buraku Liberation League , Kyoto Federation being divided into two groups , one ( Asada Furen , Asada faction 's Federation ) with Zennosuke ASADA as a chairman , approved by the Headquarter of the Buraku Liberation League and the other ( Miki Furen , Miki faction 's Federation ) with Ippei MIKI as a chairman , supported by the Japanese Communist Party . +-1 Sekishu no koe ' or sekishuonjo ( The sound of the one hand ) was one of the representative Koans of Zen , invented by Hakuin . +-1 The Kitayama-dori Street is one of the major east-west running streets in Kyoto City and located at the northern most portion among its east-west arterial highways . +1 Fujifusa MADENOKOJI ( 1296 - May 11 , 1380 ) was a Japanese court noble who lived in the Kamakura period and the period of the Northern and Southern Courts . +-1 Namaribushi or Namabushi is a primary processed food made of raw bonito , which is cut , steamed , and boiled . +1 Matasaburo Saeki ( year of birth unknown – September 22 , 1863 ) was a Fukucho jokin ( assistant vice commander ) of Shinsengumi ( a special police force of the late Tokugawa shogunate period ) . +-1 The Okazaki family were Toshoke and a collateral branch of the Nakanomikado family of the Takato line ( Kajuji line ) of the Northern House of the FUJIWARA clan , with the court noble family rank of Meike . +1 Naouji ISSHIKI was a busho ( Japanese military commander ) during the period of the Northern and Southern Courts . +-1 Monzen-machi means a town around an influential temple or shrine that was developed after merchants and manufacturers gathered there to conduct business , targeting workers and visitors of the shrine or temple . +-1 Yakushi sanzon , or Yakushi triad , is one of the styles to place Buddhist images in Buddhism . +-1 Shijo Station , located in Shimogyo Ward , Kyoto City , Kyoto Prefecture , is a stop of the Karasuma Line , which is operated by Kyoto Municipal Subway . +1 Sekiya ( The Gatehouse ) is one of the 54 chapters of " The Tale of Genji . " +1 Yodo YAMAUCHI ( or Toyoshige YAMAUCHI , November 27 , 1827 - July 26 , 1872 ) was a Japanese samurai , non-Tokugawa daimyo ( feudal lord ) and the 15th lord of the Tosa domain ( for the period of January 21 , 1849 - February 1859 ) . +-1 Sakon no sakura ( the cherry tree of Sakon ) is a cherry tree which existed in the first bay of the south-east corner to the left of the South floor down from the inner court ceremonial hall of Heian-kyo . +-1 " Toshi-otoko " ( literally means a man of the year ) is one of the Japanese customs . +1 Prince Kanimeikazuchi ( Kanimeikazuchi no Miko ; his date of birth and death are unknown ) was a member of an Imperial family ( royal family ) during the Kofun period ( tumulus period ) appeared in the " Kojiki " ( The Records of Ancient Matters ) . +-1 Kishamitsumono ' is a general term that refers to forms of traditional Japanese horseback archery : ' Inu oumono ' ( dog hunt ) , ' Yabusame ' ( shooting at fixed targets ) , and ' Kasagake ' ( shooting at suspended targets at closer range ) . +-1 Nakagawa-no-mikuriya Manor was a shoen ( manor in medieval Japan ) that existed in Mino Province during the Heian and Azuchi-Momoyama periods . +-1 Jikatasanyaku was a generic name for village officers in the early-modern times of Japan ( the Edo period ) . +-1 The Tosho-ji War was a battle fought in Kamakura ( the present Kamakura City ) , Sagami Province in 1333 , at the end of Kamakura period . +1 Yasuteru WAKISAKA was a daimyo ( Japanese feudal lord ) in the Edo period . +1 FUJIWARA no Kanetsune ( 1000-June 17 , 1043 ) was a Court noble in the Heian period . +-1 Kannon Bodhisattva , Kannon Bosatsu , ( अवलोकितेश ् वर Avalokiteśvara in Sanskrit ) is a sacred image ( 一尊 ) of Bosatsu in Buddhism and a kind of Buddha ( 尊格 ) that has attained widespread faithful since ancient times , particularly in Japan . +-1 " Senji ryakketsu " ( or " Senji ryakuketsu " ) is the oldest existent book of Onmyodo ( way of Yin and Yang ; an occult divination system based on the Taoist theory of the five elements ) which is believed to have been compiled by Onmyoji ( Master of Yin yang ) ABE no Seimei in the Heian period . +-1 Makimuku-kofun Tumulus Cluster is located in Sakurai City , Nara Prefecture . +1 Toyoji TSUZUKI ( March , 1798 - March , 1880 ) was a carpenter in Japan . +-1 The shikoroyane roof is a style of Japanese roof . +-1 An onna-gidayu is a female reciter of Gidayu-bushi ( musical narrative of the puppet theatre ) . +-1 Nishijin refers to the area covering Kamigyo and Kita Wards in Kyoto City , Kyoto Prefecture . +1 Shomon Jittetsu refers to the 10 particularly excellent pupils among the ones under Basho MATSUO . +-1 Ote club was a political association during the mid-Meiji Period ( October 20 , 1894 - February 24 , 1896 ) . +-1 The Jomon period is approximately from 16,500 to 3,000 years ago ( the tenth century B.C. ) in terms of date , developed from the end of the Pleistocene epoch to the Holocene epoch in the Japanese archipelago in terms of geological age , and is comparable to the Mesolithic period or the Neolithic period in terms of the world history . +1 Fumimaro KONOE ( October 12 , 1891 - December 16 , 1945 ) was a Japanese politician . +1 Shinanojo ARICHI ( April 14 , 1843 - January 17 , 1919 ) was a Japanese naval officer and statesman . +-1 Sumo is a Japanese traditional ritual ceremony or festival . +1 Tadamitsu NAKAYAMA ( 1845 May 18 - December 13 , 1864 ) is a court noble in the end of Edo period . +1 Prince Masamochi ( year of birth and death unknown ) was a member of the Imperial Family during the early Heian period . +-1 Kebiishi was a Ryoge no kan post ( class outside of the Ritsuryo system ) under the Ritsuryo system ( a system of centralized government based on the Ritsuryo Code ) . +-1 The Soto sect is one of the five Zen sects of China ( Rinzai , Igyo , Soto , Unmon and Hogen ) and one of the five Zen sects ( Nihon Daruma , Rinzai , Soto , Obaku and Fuke ) in Japan . +1 Harutaka NIJO ( October 30 , 1754 - November 5 , 1826 ) was Kugyo ( high court noble ) in the late Edo period . +-1 Chinzei Bugyo was an appointed position within the Kamakura bakufu ( Japanese feudal government headed by a shogun ) which commanded the gokenin ( shogunal retainers ) of Chinzei ( Kyushu region ) . +-1 Kenmyo-ji Temple is a Buddhist temple belonging to the Nichiren Shoshu Sect located in Fukuchiyama City , Kyoto Prefecture . +1 Princess Mimatsuhime ( Mimatsuhime no Mikoto ; the dates of her birth and death are unknown ) was a princess of the Emperor Kaika . +-1 Iyo Shinno no Hen was a political change which occurred in 807 . +-1 Bunin ( appointment ) is to grant government officials a government post or Ikai ( Court rank ) . +1 FUJIWARA no Nakanari ( 774-October 16 , 810 ) was a Kugyo ( court noble ) of the early Heian period . +-1 Kurodo refers to one of Ryoge no kan ( class outside of the Ritsuryo system ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo codes ) in Japan . +-1 A konoshi is a kariginu robe on which a ran ( horizontally-wrapped fabric forming the bottom part ) similar to that of a ho ( a round-necked robe ) or a noshi ( an unlined , long-sleeved garment ) has been stitched . +-1 Nagauta is a type of musical genre that first appeared in the Edo period , and it 's formal name is therefore Edo Nagauta . +-1 Yosenabe is a one-pot dish . +1 The term " Ofumi " refers to letters of sermons written in kana by Rennyo , the eighth chief priest of Hongan-ji Temple of Jodo Shinshu Buddhism , which were dispatched to followers throughout the country as a means of propagation . +1 SHIMOTSUKENU no Komaro ( his birth date unknown - January 28 , 710 ) was a noble who lived from Asuka period to Nara period . +1 Hidehito ( Hidekazu ) ODA ( 1639 - September 9 , 1687 ) was the third lord of Yanagimoto Domain in Yamato Province . +1 Toshiuji KIRA ( year of birth and death unknown ) is a busho ( Japanese military commander ) in the early Muromachi period . +1 Kencho refers to a woman who raises and open Tobari ( curtains ) of the Takamikura ( Imperial Throne ) during a state ceremony such as one for enthronement or Chouga ( New Year 's greetings or well-wishes offered by retainers to the Emperor ) . +1 Takayoshi KYOGOKU ( May 16 , 1818 - August 18 , 1845 ) was an heir to Marugame Domain of Sanuki Province . +-1 A Shinden ( also referred as Kanda ) is a rice field whose produce is used to pay for the costs of a Shinto shrine 's Saishi ( religious services ) . +1 Hyoe SENDA ( 1846 - Oct 6 , 1868 ) was a member of the Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) form Hirosaki Domain , Mutsu Province . +-1 " Shusseken " means something transcends " Seken , " which refers to all the existence of the world corrupted by evils such as earthly desires . +-1 Yong Zhou was one of the historical provinces in China . +-1 Dorohaccho Gorge is a gorge which extends from Shingu City , Wakayama Prefecture to Totsukawa-mura , Yoshino-gun , Nara Prefecture . +-1 Soba is a type of Japanese noodles made from buckwheat berries and cuisine using those noodles . +1 Sanefuji ANO ( March 14 , 1634 – November 8 , 1694 ) was a court noble of the early Edo period . +-1 The Budan-ha ( a political faction that is willing to resort to military means to achieve its aims ) was a faction in the Toyotomi government . +-1 Uchiwa fan ( 団扇 in Chinese character ) is a tool to make a wind by fanning it . +-1 Hirohashi family were kuge ( court nobles ) with kakaku ( family status ) of meike ( the fourth highest status for court nobles ) . +-1 Shoshiki was a term used in the Edo period to indicate the price of commodity . +-1 Tenkasu ( 天かす , also written as てんかす , 天カス , 天滓 ) are small pieces of deep-fried dough produced during cooking tenpura . +1 Both the Kojiki ( Records of Ancient Matters ) and the Nihonshoki ( Chronicles of Japan ) give an account of an Ukei ( an oath ) between Amaterasu and Susano , and of the gods who came into being due to it . +1 Kyugo ( reigning name ) is a title given to an Imperial family in Japan . +-1 Yunonagashi was a government post established in Japan during the Asuka period and took charge of managing Tomokuyu ( also known as Yu no mura ) that was a territory of the Imperial family . +-1 Hakuho culture is a magnanimous culture which flourished between the Taika Reforms in 645 and the relocation of Heijo-kyo capital in 710 , falling between the Asuka culture represented by the architecture and Buddha statues of Horyu-ji Temple and the Tenpyo culture represented by Buddha statues of Todai-ji Temple and buildings of Toshodai-ji Temple . +-1 Kizushi refers to the salted blue-skinned fish . +-1 Bo-no-te is a traditional performing arts of classical Japanese dance , in which basic forms of Japanese martial arts such as sword , staff , and halberd techniques are transformed into dancing . +1 SEN no Kobei was a master of the tea ceremony in the Sengoku Period ( Period of Warring States ) . +1 Nobuharu FUSEHARA ( or FUSHIHARA ) ( May 14 , 1790 - April 1 , 1863 ) was a Confucian and Kugyo ( high court noble ) who lived in the late Edo period . +-1 Sanno Shinto ( Sanno Shintoism ) is a school of Shintoism developed by Hieizan Enryaku-ji Temple , the headquarters of Tendai Sect of Buddhism , from the end of the Heian period to the Kamakura period . +-1 The Tominokoji-dori Street is a street running north-south in Kyoto City . +-1 Tono Chujo is the name of a government post in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +-1 Mushanokoji-senke is one of the tea schools . +1 The second phase , April 1896 ( April 1896 issue ) to November 1926 ( December 1926 issue ) +-1 An " umeboshi " is a shiozuke ( a salted food ) of ume ( Japanese apricots ) , which is dried in the sun after being preserved in salt . +-1 Nenryo betsuno sokoku was rice kept as seed at the local level , separate from that of So collected in the Shoso ( warehouse ) of Ritsuryo provinces as Fudokoku ( staples for an emergency ) , and was given to kyokan ( an official of the Capital ) as Iroku , Kiroku and Ifukuryo based on the Daijokanpu ( official documents issued by Daijokan , Grand Council of State ) when the central government did not have sufficient funds . +-1 Nanryo Nishu Gin was a type of silver coin circulated in the Edo period and was high-quality Nishu ( 1 / 8 of 1 Ryo ) gin issued in the early Edo period . +1 Kanjiro NISHI ( April 5 , 1846 - January 27 , 1912 ) is a military man in the Imperial Japanese Army . +-1 Itsutsuji-dori Street is a street running east-west in Kyoto City . +-1 Busu is a generic name for ' poison and Chinese herbal medicine ' of torikabuto ( aconite ) and also a nick name of torikabuto . +1 Shinsei SEI ( his name can also be pronounced " I no Manari " ) ( 699 - 734 ) is a name of a Japanese international student in the Nara period ( the period of Tang Dynasty of China ) , whose epitaph was found in Xian , an ancient capital in China . +1 KI no Yoshimitsu ( 869 - October 31 , 939 ) was a low to middle rank government official and a composer of Chinese poems during the mid-Heian period . +-1 Shiranami-mono is the name of a kabuki play . +-1 The Nishiyamazuka tumulus is a keyhole-shaped one located in Tenri City , Nara Prefecture . +-1 " Goryo-e " is a courtesy for reposing the soul , to prevent curses by the goryo ( spirit of the deceased person ) who died unexpectedly , and is also referred to as Goryo-sai Festival . +-1 Sanbo-in Temple is a sub-temple within the precinct of Daigo-ji Temple located in Daigo , Fushimi Ward , Kyoto City . +1 Fujiwara no Nariko ( 1117 - December 29 , 1160 ) was a " kokubo " ( an empress dowager ) in the late Heian period . +-1 Higashi Kuramaguchi-dori Street is a street running east-west in Kyoto City . +1 Murasaki Shikibu ( dates of birth and death unknown ) was a female author and poet in the mid-Heian period . +1 Mototsuna TADA ( year of birth unknown - June 1221 ) was a busho ( Japanese military commander ) , who lived during the early Kamakura period . +-1 " Monzeki " or " Monseki " means the formal successor of the founder of a Buddhist sect in Japan . +-1 The term " anshin , " also referred to as anjin , means a state of mind in which there is nothing to be concerned about and one feels calm and easy . +-1 Monto is a name one uses for comrades of the same sect . +1 Takamoto ANEKOJI ( 1298 - April 18 , 1358 ) was a court noble from the Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +1 Chusuke SAWA ( year of birth and death unknown ) was a member of Shinsengumi ( a group which guarded Kyoto during the end of Tokugawa Shogunate ) . +1 Takatsuna SASAKI was a busho ( Japanese military commander ) from the end of Heian period to the early Kamakura period . +1 NANIWA no Mitsuna ( date of birth and death unknown ) lived during Japan 's Asuka period . +-1 Makashikan ( Mahayana Practice of Cessation and Contemplation ) , one of the textbooks on Buddhism , is a commentary on Shikan ( a type of meditation ) . +-1 A komainu ( " 石獅子 " in Chinese and " imperial guardian lion " in English ) is an imaginary mythical beast that resembles a dog and lion mixed together . +-1 Shiotsuchinooji ( Shihotsuchinooji ) is a deity ( in the Shinto religion ) who appears in the Japanese Mythology and is also called Shiogama-myojin . +1 Togai ITO ( June 15 , 1670 to August 23 , 1736 ) was a Confucianism scholar in the mid Edo period . +1 Genzui UDAGAWA ( January 28 , 1756 - February 3 , 1798 ) was a physician and Rangakusha ( a person who studied Western sciences by means of the Dutch language ) . +1 Sokin ( year of birth unknown - 1455 ) was a merchant in Hakata in the mid-Muromachi Period . +-1 Kirisute gomen , as well as the rights to bear a surname and to wear a sword , is one of a warrior 's privileges in the Edo period . +1 Shuta TACHIBANA ( November 3 , 1865 - August 31 , 1904 ) was a military man of the Japanese Army . +1 Nichien ( year of birth and death unknown ) was a priest of the Tendai sect in the mid Heian period . +1 Fujiwara no Sukeyo ( 847 ~ 897 ) was a Teishin ( retainer of the Imperial Court ) and scholar of the early Heian period . +1 Shokage / Seikage was a request form for leave in style of " ge " ( official document ) , which the government officials under the ritsuryo system of ancient Japan submitted to the chief priests of Shinto shrines ( Guji ) they belonged to . +-1 The Utsumi clan ( also known as the Uchiumi , the Uchimi , or the Uchikai clan ) is a Japanese family name . +-1 Saigoku Aizen Junana Reijo is the comprehensive name for seventeen reijo ( sacred places ) that enshrine Aizen Myoo ( Ragaraja ) in Osaka , Hyogo , Okayama , Kyoto , Shiga , Mie , Nara , and Wakayama Prefectures . +1 Prince Songa ( date of birth and death unknown ) was a member of the Imperial Family during the late Kamakura period . +-1 Shinme ( or Jinme , sacred horse ) is a term used to refer to a horse that is dedicated to a Japanese shrine or one used in rites and festivals . +-1 Kaniman-ji Temple is a Buddhist temple belonging to the Chizan school of the Shingon Sect located in Yamashiro-cho , Kizugawa City , Kyoto Prefecture . +-1 The Shoshikai is the name of a salon or a group of intelligent people ( a think tank ) established by people gathered , such as a wide range of scholars or artisans , including those of Western studies or Confucianism , and government officials during the late Edo period . +1 Kunitsugu YASUDA ( 1556 - July 16 , 1597 ) was a military commander during the Warring States period and Azuchi-Momoyama period . +1 TOMO no Kunimichi ( 768 - 828 ) was a court noble , who lived during the early Heian Period . +-1 Yamashiro Comprehensive Sports park is located in Uji City , Kyoto Prefecture . +1 " Kamezo KATAOKA " is a name which has been used by several Kabuki ( a traditional form of drama and music performed by male actors ) actors . +1 MURAKUNI no Komushi ( year of birth and death unknown ) was a figure who lived during Japan 's Nara period . +1 Basic Information : Emperor +-1 Fucha ryori is Japanese vegetarian cuisine introduced from China in the early Edo period . +-1 The Kyoto City bus is operated by Kyoto City , Kyoto Prefecture . +-1 Nihon Daruma Sect is a school of the Zen Sect which Nonin DAINICHIBO founded . +-1 Hokaku-ji Temple , located at Kurotaki-mura , Yoshino-gun in Nara Prefecture , is the head temple of Hokaku-ji school of Shingon Buddhism . +1 Taneyori HARADA ( dates of birth and death unknown ) was a person who lived in the middle of the 11th century , the mid Heian period , and he was the founder of Togo clan ( Harada clan ) that was born in Kawamura county , Hoki Province . +1 Emperor Kokoku ( September 1328 - March 1397 ) was an ancestor of Yoshimasa MIURA , who advocated the Legitimate Succession of the Southern Court after World War II , and was the second Emperor of the MIURA Imperial Line . +1 Tetsugoro KAWAI ( 1846 - ? ) was a member of Kangi-tai from Gifu Nanamagaricho Town , Atsumi County . +-1 Asahi yaki is a kind of earthenware produced in Uji City , Kyoto Prefecture . +-1 Monoawase ( " mono " meaning things and " awase " meaning comparison ) was a game that became most popular in the Heian period . +1 Yoshiyasu ICHIJO ( born in 1147 , birth date unknown - November 30 , 1197 ) was a Court noble who lived from the end of the Heian period to the early Kamakura period . +1 Akita Jonosuke was the title under the Ritsuryo system granted to the provincial officer who had been given complete jurisdiction over Akita-jo Castle in Dewa province . +-1 Hyoron Shinbun was a periodical literature which was existed in the Meiji period . +-1 The Kosei school , or Ko Seijiro school , is one of the schools of kotsuzumi-kata ( small hand drum players ) in Nohgaku ( the art of Noh ) . +1 Ujiharu SASSA was the son of Ujinaga SASSA . +-1 The Omiya family +1 FUJIWARA no Ietaka ( 1158 - May 5 , 1237 ) was a court noble and Kajin poet in the early Kamakura period . +-1 The imperial decree of the practice of assigning one era name to the reign of each Emperor is an imperial decree established on October 23 , 1868 ( the Gregorian calendar ) at the same time of changing Keio year 4 to Meiji gannen ( Year of 1868 ) and it is a system for assigning one era name for each Emperor 's reign . +-1 The Yabunouchi-ryu is a school of the tea ceremony . +1 Iehiro KONOE ( July 24 , 1667 - November 5 , 1736 ) was a court noble , who lived in early to mid Edo period , and assumed the position of Sessho ( regent ) and Kanpaku ( the chief adviser to the Emperor ) . +-1 Bronze mirror is made of bronze alloy . +1 ABE no Seimei ( Haruakira , Hareaki , 921 ? to October 31 , 1005 ) was one of the most famous Ommyoji ( Ommyo diviner ) , and he is the ancestor of the Abe clan ( Tsuchimikado family ) who was responsible for Ommyo-ryo ( Bureau of Yin and Yang ) from the Kamakura Period to the early Meiji Period . +1 Tosshi SAWAMUWA ( the 7th Tosshi SAWAMURA , May 28 , 1860 ( various theories exist on the date ) - March 26 , 1926 ) was a Kabuki actor from the Meiji to Taisho periods . +-1 Kurahoshi means manager of doso ( pawnbrokers and moneylenders ) in the Medieval Period of Kyoto . +1 Sotatsu TAWARAYA ( date of birth and death unknown , active between 1596 and 1644 ) was a painter during the early Edo Period . +1 Norihide KAJUJI ( 1426 – August 19 , 1496 ) was a court noble in the Muromachi Period . +-1 Kamigoryomae-dori Street is a street running east-west through Kyoto City . +-1 Kabuki-mono ( かぶき者 ) is also written as " 傾奇者 " or " 歌舞伎者 . " +1 Prince Kazuraki ( also pronounced Kazuraki oji , Kazuraki no miko , Katsuragi oji , or Katsuragi no miko [ date of birth and death unknown ] ) +1 Naokage TOYAMA ( date of birth unknown - April 7 , 1533 ) was a retainer of the Gohojo clan in the Odawara domain ( hereinafter written as Hojo clan ) . +1 Tametou REIZEI ( March 4 , 1914 - July 8 , 1986 ) was a Japanese poet . +1 KOMA no Jakko ( date of birth and death unknown ) was from a family of local rulers during the Nara Period ; he was a Zaichokanin ( lower ranking official ) . +1 Naoka ANDO ( 1786 - May 5 , 1826 ) was the 15th lord of the Kii Tanabe Domain in Kii Province . +-1 Monaka is a kind of Japanese sweets of bean jam wrapped with thin wafers made from rice cake . +1 Ennen YO ( 1746 - May 12 , 1819 ) was a Tenkoku artist ( a carver who carved Chinese characters in the special , Tensho , style ) who lived in Japan from the middle to the latter half of the Edo period . +1 The Dairy of Nakatsukasa no Naishi is a work of courtly literature in the Kamakura period . +1 Yoji YAMADA ( September 13 , 1931 - ) is a film director , playwright , and member of the Japan Art Academy , from Toyonaka City , Osaka Prefecture . +-1 Kyoto Gozan Temples refers the status of a Buddhist temple , and to the system of state-sponsored temples of the Zen sect ( Rinzai sect ) in Kyoto among the Five Mountain System . +-1 The term Kyujutsu refers to a technique or a martial art to put an arrow in the target from a bow ( weapon ) . +-1 Fugen Bosatsu , samanta bhadra in Sanskrit , is a venerable Bosatsu entity and is Bodhisattva , which is worshipped in Mahayana Buddhism . +1 Yamakuma no Okimi ( year of birth unknown - January 724 ) was an Imperial family member who lived from the end of Asuka period to the beginning of the Nara period . +-1 Nihongi Ryaku ( Summary of Japanese Chronologies ) is a Japanese history text compiled during the Heian period which contains excerpts from Rikkokushi ( the Six National Histories ) and details of the history from the completion of Rikkokushi until the reign of Emperor Goichijo . +-1 Demae is a delivery service in which restaurants and food shops deliver dishes to customer 's homes within a short space of time . +-1 Mokudai was a deputy , such as a retainer , sent to the post in behalf of an appointed provincial governor who remained at his place from mid Heian period to Kamakura period . +-1 " Sumida-gawa River " is a Noh play ( classical Japanese dance theater ) . +-1 " Sekku " ( in Chinese characters , written as " 節句 " ) means seasonal turning point when a traditional annual event is held , peculiar to Japanese culture and customs . +-1 Shrine Merger is a policy to consolidate shrines . +-1 Muraji refers to one of kabane ( hereditary title to denote rank and political standing ) used in the Yamato sovereignty ( the ancient Japan sovereignty ) and also denoted one of the highest ranked titles among retainers . +1 Kagefuyu ASAKURA ( birth date unknown – October 17 , 1495 ) was a busho ( Japanese military commander in the end of Muromachi Period . +-1 Yoshino is another name of the southern area of Nara Prefecture . +1 MINAMOTO no Tokiwa ( 812 - July 15 , 854 ) was a court noble who lived in the early part of the Heian Period . +-1 Seiji yoryaku is a written document which gives examples of the governmental management in the Heian period . +1 Saneaki OGIMACHISANJO ( January 3 , 1625 - June 16 , 1668 ) was a Kugyo ( court noble ) during the early Edo period . +-1 The Hashimoto family +1 Kinosa OGIMACHISANJO ( March 30 , 1668 - September 29 , 1719 ) was a Kugyo ( court noble ) during the early and the middle of the Edo period . +-1 Naidaijin is one of Japan 's official titles . +-1 Jodo Shinshu ( Shin-Buddhism / True Pure Land Sect ) is one of the sects of Japanese Buddhism , and a religious community that Shinran , an apprentice of Honen , succeeded and which developed Honen 's doctrine ( Jodo Shu / Pure Land Buddhism ) in the early Kamakura period . +1 Motomitsu ISHIKAWA ( year of birth unknown - September 24 , 1099 ) was a busho ( Japanese military commander ) who lived during the late Heian period . +-1 Shiniki is precincts of a shrine or a place where gods dwell ( yorishiro ) . +-1 The multi-capital system is a system which places plural capitals in one nation . +1 Tadasu WATANABE ( year of birth unknown - June 3 , 1615 ) was a vassal of the Toyotomi clan . +1 Otome ( The Maidens ) is the one of the fifty-four chapters of " The Tale of Genji . " +-1 The Conscription Ordinance ( Edict of Dajokan [ Grand Council of state ] Non-number ) ( 1889 Law No.1 ) was enacted in 1873 , which stipulated the obligation of Japanese citizens to military service . +1 FUJIWARA no Takamitsu ( c . 939 - 994 ) was a Japanese poet of the mid-Heian period . +1 The tale of Soga is a war chronicle based on ' Revenge of Soga Brothers . ' +1 Takunyo ( 1625 - May 22 , 1671 ) was a Jodo Shinshu ( True Pure Land Sect Buddhism ) priest and the 14th Hoshu ( high priest ) of the Higashi Hongan-ji Temple . +-1 Kimosui is a clear soup containing the guts of eel as a main ingredient . +-1 Funda-in Temple is a sub-temple located within the precinct of Rinzai sect Tofuku-ji school Daihonzan ( head temple ) Tofuku-ji Temple in Higashiyama Ward , Kyoto City . +-1 Koan can have either of the following meanings : +-1 The Shokei , mainly in the Heian period , referred to a person of the highest rank in an organization or a function that nobles were involved in , but the Shokei commonly served in the following two posts : +-1 " Kagemusha " ( the body double ) is a person , during the Sengoku period ( the period of warring states ) , employed by a busho ( a Japanese military commander ) as his straw man dressed in the identical clothes as his . +-1 Komyo-ji Temple , located in Ayabe City , Kyoto , is a temple of the Daigo school of the Shingon sect . +-1 Akugyaku was one of hachi-gyaku ( eight unpardonable crimes ) defined by the ritsuryo ( legal codes of the Nara and Heian periods ) . +1 FUJIWARA no Morotada ( July 24 , 920 - December 1 , 969 ) was a court noble in the middle of Heian period . +-1 The Takatsukasa Family is one of the five sekke ( regent ) houses and kuge ( court nobility ) . +1 Manzo NOMURA , the Seventh ( January 10 , 1930 - present ) is a kyogen performer of the Izumi school . +-1 Dohyo is a term used to refer to sumo rings made up of clay . +1 Masaari ASUKAI ( 飛鳥井 雅有 , 1241 - February 28 , 1301 ) was a Kuge ( court noble ) and Kajin ( waka poet ) in the Kamakura period , and was the family head of the Asukai family which was ranked as the House of Urin ( the fourth highest status for court nobles ) . +1 Takanao KYOGOKU ( January 1 , 1633 - February 14 , 1663 ) was the second lord of Tanabe Domain of Tango Province . +1 Gyoki-zu ( Gyoki Map ) is an ancient-style map of Japan which is said to have been created by a Buddhist monk , Gyoki in the Nara period . +1 Imperial Prince Koretada ( 857 - December 18 , 922 ) was a member of the Imperial Family during in the early Heian period . +-1 Chishaku-in Temple , located in Higashiyama Ward , Kyoto City , is the headquarters of the Chizan school of the Shingon Sect . +-1 Yuhigaura Hot Spring is a hot spring located in Amino-cho , Tango City , Kyoto Prefecture ( Tango Province under an ancient administrative division ) . +-1 The Shirakawa-dori Street is a street running north-south through Kyoto city . +-1 Tan ( the letter 擔 was used in Yuan ) was a unit of weight ( mass ) under the Chinese shakkanho ( the system of measuring length by the shaku and weight by the kan ) ( shakusekiho , Chinese traditional system of measurement [ unit system ] , Taiwanese traditional system of measurement ) . +-1 Tobakaido Station , located in Shimo-Takamatsu-cho , Fukuine , Higashiyama Ward , Kyoto City , Kyoto Prefecture , is a railway facility on the Keihan Main Line of the Keihan Electric Railway . +1 MINAMOTO no Mitsunaga ( year of birth unknownn - January 10 , 1184 ) was a samurai in the closing years of the Heian period . +-1 Ryukakuji Iwaya Tumulus is a square tumulus in Sakae-cho , Inba-gun , Chiba Prefecture . +1 Tadayoshi ICHIJO ( May 2 , 1774 - July 5 , 1837 ) was a Court noble who lived during the Edo period . +1 Teisaku TAKAGI ( December 18 , 1848 - January 14 , 1933 ) was a feudal retainer of Kuwana Domain and a member of Shinsengumi ( a group who guarded Kyoto ) at the end of Edo period . +1 Shinsen Waka is a personal collection of Japanese poetry . +1 Dan no Ura Yoru no Kassenki is the title of a Japanese classic pornographic novel . +1 FUJIWARA no Ishi ( years of birth and death unknown ) was a woman at the end of the Heian period . +-1 Mikumari no kami is a Shinto deity ( Shinto ) . +-1 Nara National Research Institute for Cultural Properties is a department of National Institutes for Cultural Heritage . +-1 Kurama +1 Motokiyo GOTO ( birth date unknown – July 29 , 1221 ) was a busho ( Japanese military commander ) during the early Kamakura period . +-1 Sendai Kujihongi is a book on ancient Japanese history . +-1 Shoshin Nenbutsuge ' is a Gemon ( poetic writing in Buddhism , usually honoring its principles and Buddha ) included at the end of ' Gyo no maki ' in " Ken jodo shinjitsu kyogyosho monrui " ( Selected passages revealing the true teaching , practice and attainment of the Pure Land ) , written by Shinran . +1 Imperial Princess Kuniko ( 1209 - October 3 , 1283 ) was a member of the Imperial family during the Kamakura period , and was nyoin ( a close female relative of the Emperor or a woman of comparable standing ) . +1 Nagamori OKABE ( 1568 - December 13 , 1632 ) was a busho ( Japanese military commander ) ( daimyo ( Japanese territorial lord ) ) who lived during the Sengoku period ( period of warring states ) ( Japan ) and early Edo period . +1 Sadamichi TSUCHIMIKADO ( 1188 – November 4 , 1247 # ) was a court noble in the Kamakura period . +1 Takatoshi KYOGOKU ( 1799 - April 7 , 1830 ) was an heir to Mineyama Domain in Tango Province . +-1 Shibichudai was a household agency of the Empress Komyo ( at the time when Shibichudai was established , she was already Empress Dowager Komyo since her husband the Emperor Shomu had abdicated the throne to his daughter the Empress Koken ) which was established by FUJIWARA no Nakamaro ( also referred as EMI no Oshikatsu ) in 749 . +-1 The Kiyosu conference was held on the 27th of June ( according to the old calendar ) during the Azuchi-Momoyama period . +1 Sadaoki KATAGIRI ( 1669 - May 15 , 1741 ) was the fourth lord of Koizumi Domain , Yamato Province . +-1 Biwako Wan wan Kingdom was Japan 's largest canine theme park , and was located on the shores of Lake Biwa , in Moriyama City , Shiga Prefecture . +-1 Joshi was an upper-class feudal retainer in the Edo period . +-1 Maizuru Prefecture is a prefecture established in 1871 based on the policy of Haihan-chiken ( abolition of feudal domains and establishment of prefectures ) . +1 Arisugawa-no-miya Imperial Prince Tsunahito ( January 29 , 1785 - April 4 , 1845 ) was a member of the Imperial family who lived in the Edo period . +1 Soan SUMINOKURA ( June 27 , 1571-August 7 , 1632 ) was a civil engineering worker , calligrapher , and trading merchant in the early Edo period . +-1 Oryoki is tableware , as used by an individual ascetic of the Zen sect of Buddhism . +-1 A City in Japan +-1 Yamato no kodo stands for the ancient paths in Japan that were constructed in Yamato Province and it includes the following : +1 Suesada OBU ( also known as MINAMOTO no Suesada ) ( years of birth and death unknown ) was a busho ( Japanese military commander ) and a poet who lived in the late Heian period . +1 Omatsu TORIOI ( dates of birth and death unknown ) was the evil woman in the Meiji period . +-1 Koji KASHIN ( year of birth unknown ) was a magician who made his appearance at the end of the Muromachi period . +1 Sen TSUDA ( August 6 , 1837 - April 24 , 1908 ) was a Japanese agriculturist and a Christian . +-1 Genna Tsuho is a copper coin named after an era in the Edo period , which is thought to have been minted in around the first or second year of the Genna era ( 1615 or 1616 ) in Japan , and it is older than the Kanei Tsuho coin . +-1 Miso is a Japanese food made by fermenting grains . +1 Kiyokazu KANZE ( May 21 , 1959 - ) is a leading traditional Japanese Noh drama performer ( shite-kata ) and member of the Kanze school ( one of the 5 major Noh troupes ) . +-1 The term " Gozanban " refers to the books published by Gozan ( the Five Great Zen Temples in Kyoto ) and other temples , which were affected by the active publication of books on Zen Buddhism in the age of the Sung and Yuan dynasties . +-1 Tenpo-tsuho ( a coin first minted in Tenpo era [ 1830 to 1843 ] ) was a coin that circulated in Japan during the end of the Edo period and Meiji period . +1 Yoshinari YOTSUTSUJI ( 1326-October 8 , 1402 ) was a kuge ( aristocrat ) , academia , and kajin ( poet for Japanese poetry ) , who lived between the Northern and Southern Courts period and mid-Muromachi period . +-1 Nantan is a city located in the Tanba Province in the central part of Kyoto Prefecture . +1 Motofusa MATSUDONO ( 1145 - February 8 , 1231 ) was a Kugyo ( court noble ) , who lived between the end of the Heian period and early Kamakura period . +-1 " Bodaisen " was a name-brand sake ( Japanese rice wine ) which had the reputation of having the highest quality and grade from the middle of the Heian period to the end of the Muromachi period . +-1 Monpe is a pair of work pants for women and a sort of " hakama " ( a formal divided skirt for men ) in Japan . +-1 Daruma ( Bodhidharma ) is regarded as the founder of Zen . +-1 Folk-cultural properties refer to material folk-culture with a particularly high value which require preservation measures , or measures or rules for such preservation are expected to be effective . +1 OE no Otondo ( 811 - December 15 , 877 ) was a noble and scholar who lived in the Heian period . +-1 Kyoto Dento was a Japanese electric power company founded in 1888 . +1 Iesada NOMOTO ( year of birth and death unknown ) was a busho ( Japanese military commander ) in the Kamakura Period and was said to have been a gokenin ( immediate vassal of the shogunate ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +1 Monk-Imperial Prince Gyoin ( 1466 - 1537 ) was the Monk-Imperial Prince during the Warring States period . +1 OKISOME no Usagi ( year of birth and death unknown ) was a historical figure lived during Japan 's Asuka Period . +-1 Otogishu is the official duties , which existed in families of Sengoku daimyo ( Japanese territorial lords in the Sengoku period ) from the the Sengoku period ( period of Warring States ) to the early Edo period . +-1 " Fudo " is one of the best eighteen Kabuki plays . +-1 Naikaku-shokken ( Official Powers of the Cabinet ) is a rule that stipulated duties of the Prime Minister and management of the cabinet in Japan . +-1 Kuni ikki refers to an alliance ( uprising ) made up of feudal lords with the aim of securing their rule in the period of Northern and Southern courts and Muromachi . +-1 Gokamon refers to a family with distinguished family lineage . +-1 Taka-jo Castles existed in Miyazaki Prefecture ( former Hyuga Province ) ; there were three castles that had this name . +-1 The Kanshoku Hisho was a reference book concerning the yusoku kojitsu ( court and samurai rules of ceremony and etiquette ) written by TAIRA no Motochika in 1200 in the early Kamakura period . +1 MINAMOTO no Mitsutsune ( year of birth unknown - January 10 , 1184 ) is a samurai in the closing years of the Heian period . +-1 A pagoda is a Buddhist building derived from the ancient Indian stupa . +-1 The term " Tanritsu " refers to Tanritsu Shukyo Dantai ( an independent religious organization ) . +-1 Shumon aratame was religion policy and the control of the public promoted by the Edo bakufu ( Japanese feudal government headed by a shogun ) . +-1 Judgment of Nyobutsu is a leading case in Kamakura period concerning the life-and-death judgment in the rules of Igo ( board game of capturing territory ) , admitting a kasho ( tentative life ) in double ko . +-1 The Takeda-kaido Road is one of the roads which links Kyo ( the heart of Kyoto City ) and Fushimi ( the Fushimi Ward , Kyoto City ) . +1 SUGAWARA no Takami ( 876 - 913 ) was an government official of the early Heian period . +-1 Myojin Taisha are shrines that enshrine gods known as Myojin that are considered to have had especially remarkable miraculous effects since ancient times . +-1 Furikake consists of powdered , particulate or soboro-like ( crumbled and seasoned meat , fish , egg ) condiments sprinkled mainly on rice for seasoning . +1 Kagaribi ( The Cressets ) is one of the fifty-four chapters of " The Tale of Genji . " +1 Imperial Princess Baishi ( Miwako ) , September 16 , 1039 - October 7 , 1096 , was the forth daughter of Emperor Gosuzaku . +1 Kenmu shikimoku ( or Kenmu shikimoku jojo ) is a political statement showing the governing philosophy of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +1 Tsutomu SAKUMA ( September 13 , 1879 - April 15 , 1910 ) was a naval officer of the Imperial Japanese Navy . +-1 Jurin-in Temple , located in Jurin-in Town , Nara City , Nara Prefecture , is a temple that belongs to the Daigo school of the Shingon sect . +1 The mother of FUJIWARA no Michitsuna ( c . 936 - June 7 , 995 ) was a waka poet in the mid Heian period . +-1 This section will describe one of the Japanese dishes kushikatsu . +-1 Chabitsu ( also called chahitsu , " 茶櫃 " in Chinese characters ) is a lidded container , in which a set of Sencha ( non-powdered green tea ) tea utensils are stored . +-1 Motsunabe is a nabe dish made from Motsu ( offal ) . +1 Atsushi UEMURA ( April 12 , 1933- ) is a Japanese-style painter , and a member of the Japan Art Academy . +-1 Koho ( 1306 - July 28 , 1362 ) was a Shingon sect scholar-monk during the period of the Northern and Southern Courts . +1 Tenju KAN ( male , 1727 - May 11 , 1795 ) was a Japanese calligrapher in the middle of the Edo period . +-1 Ukon no Tachibana ( the mandarin orange tree of Ukon ) is a mandarin orange tree which existed on the right of the South floor down from the Shishin-den Hall ( hall for state ceremonies ) of the Imperial Palace in the Heian-kyo . +-1 Choya gunsai was edited by MIYOSHI no Tameyasu , San hakase ( Doctor of Numbers ) , who classified monjo ( written materials ) n the Heian period such as prose and poetry , imperial decrees , official documents from the Dajokan ( Great Council of State ) . +1 Tadahiko IIDA ( January 23 , 1799 - July 15 , 1860 ) was a scholar of Japanese classical literature and historian who was from the Tokuyama Domain and lived during the end of Edo period . +1 Kinyoshi Imadegawa ( May 28 , 1691-January 1 , 1722 ) was a Kugyo ( a Court noble ) duing the middle of the Edo period . +-1 Suino was the officer of Kurododokoro ( the Chamberlain 's Office ) and was in charge of all of general affaires including the receipts and disbursement of the treasury of Kurododokoro . +-1 " Muryoju-kyo Sutra " is one of the Buddhist scriptures of Mahayana Buddhism . +1 Kunibiki Shinwa ( Land dragging myth ) is a part of Japanese mythology that has been passed down in the Izumo Province . +-1 " Henohenomoheji " face-like pictographs are created by playing around with and arranging seven hiragana phonetic syllables to form the caricature of a human face as a picture ( letter picture ) . +-1 The Three-day War by the Taira Clan was one of the domestic conflicts which occurred in the Jisho-Juei War during the late Heian period . +1 Imperial Prince Kideranomiya Kuniyasu ( 1416 - date of death unknown ) was a member of the Imperial family during the Muromachi period . +-1 " Moshitsugishu " was the name of a post in Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +1 Tokitane CHIBA ( September 2 , 1218 - October 23 , 1241 ) was a warrior in early Kamakura period . +-1 As far as Tsukemono is concerned , ' 紫葉漬け ' is correct and ' 柴漬 ' is wrong . +-1 Hauta ( a Japanese traditional song or ballad sung to the accompaniment of the shamisen ) were originally regarded as shorter versions of nagauta ( ballads sung to shamisen accompaniment ) . +1 Hogyo refers to the death of emperors , czar , kings , grand empress dowagers , empress dowagers , empresses , and other monarchs euphemistically and respectfully . +1 Kinnobu SAIONJI ( 1625 - September 28 , 1670 ) was Kuge ( a Court Noble ) in the early Edo period . +-1 The Rokujo family were Japanese kuge ( court nobles ) . +1 Nobunori ODA was a hatamoto ( direct retainers of the Edo bakufu ) in the Edo period . +-1 The Omizo Domain refers to a domain which existed in Takashima County , Omi Province ( present-day Katsuno , Takashima City , Shiga Prefecture ) . +-1 Toa Kinema ( Toa , established in 1923- purchased in November 1932 ) is a Japanese film company that once existed . +1 Kichigoro FUJISAKI ( date of birth unknown - October 20 , 1866 ) was a warrior of Tosa clan at the end of Edo period . +-1 The Sakai Incident refers to the case in which a retainers of the Tosa Domain committed seppuku ( suicide by disembowelment ) to accept the responsibility for the killing of French sailors in Sakai City , Izumi Province in 1868 . +1 Manyo-gana is a kind of kana ( the Japanese syllabaries ) , and it mainly refers to the letters from which Japanese people borrowed Chinese-derived pronunciation in order to express Japanese in ancient times . +-1 Koun ( years of birth and death unknown ) was a sculptor of Buddhist images at the end of the Heian period and in the early part of the Kamakura period , and a member of the Kei school of sculpture . +-1 Ikuno Prefecture was a prefecture that was established in 1869 . +1 Choei TAKANO ( June 12 , 1804 - December 3 , 1850 ) was a doctor and Dutch scholar who lived during the late Edo Period . +-1 Kyoto Rekishi Kairo Kyogikai ( Kyoto " Historic Corridor " Conference ) is a Kyoto civil activity . +-1 Ishida Sanyaku was medical powder made and sold by the home of the parents of Toshizo HIJIKATA , a vice chief of the Shinsengumi ( a paramilitary group of pro-shogunate ronin formed in Kyoto ) . +-1 The Madenokoji family were kuge ( court nobles ) with kakaku ( family status ) of meike ( the fourth highest status for court nobles ) . +1 KATSURAGI no Sotsuhiko ( Sotsuhiko can be written as either ' 襲津彦 ' or ' 曽都毘古 ' in Japanese , and his first name , Sotsuhiko , is also known as Sachihiko written as 沙至比跪 in Japanese ; year of birth and death unknown , but considered to have lived during a period from the latter fourth century to the early fifth century ) was described in the " Kojiki " ( Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) as the founder of Katsuragi clan , ancient local ruling family in the Katsuragi region , Yamato Province . +-1 " Kodachijutsu " ( swordsmanship of a short sword ) is a swordplay style using a wakizashi ( the shorter one of the two swords people used to carry on the waist ) . +-1 A tsuya is a ritual held throughout the night before the day of the funeral . +-1 The Visit Japan Campaign is a promotional scheme to encourage foreign tourists to visit Japan . +-1 The Konin-shiki was a compilation of laws that were compiled and enforced from the early Heian Period . +-1 " Kujo negi " refers to a kind of long green onion ( leek ) representing Japan . +1 Kenson ( March 5 , 1564 - April 12 , 1595 ) was the 17th head priest of Kosho-ji Temple . +1 Emperor Sanjo ( February 5 , 976 - June 5 , 1017 ) was the sixty-seventh Emperor . +-1 Bukkyo University , a private institution established by the Jodo Sect , is located in Kita-ku , Kyoto City , Kyoto Prefecture . +1 Keisuke SANNAN ( 1833 - March 20 , 1865 ) was the chief ( vice chief ) of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +-1 The Dai Nihon Kyokai ( Society for Greater Japan ) was a political organization ( October 1 - December 29 , 1893 ) that was formed in the Meiji period with the aim of gathering together hard-liners on foreign nations . +-1 Ichoku refers to a charge meted out as a reuslt of not following an Emperor 's command . +-1 Raijin is the god of lightning in Japanese folk beliefs and the Shinto religion . +1 Toshimitsu SAITO was a warlord who lived from the Sengoku period ( Period of Warring States ) of Japanese history until the Azuchi-Momoyama period . +-1 Kokkagakkai is a study group at law school of the University of Tokyo ( the predecessor of the Faculty of Law at the University of Tokyo ) founded in February 1887 . +1 Shigemoto NIWATA ( September 21 , 1799 – March 20 , 1840 ) was a court noble of the late Edo period . +1 MONONOBE no Okoshi ( date of birth and death unknown ) was a member of Japanese powerful family in the middle of the sixth century . +-1 Buninjo ( appointment letter ) is a generic term of documents issued by an appointer when a specific person is appointed to a governmental post , Ikai ( Court rank ) , and various posts . +1 Nagayoshi TAKAKURA ( January 16 , 1592 – October 3 , 1664 ) was a court noble of the Edo period . +-1 Konohana no sakuya-bime is a goddess that appears in Japanese mythology . +1 Kassho NABA ( 1595 to January 27 , 1648 ) was a Confucianism scholar in the early Edo period . +-1 Funa-zushi , a local specialty of Shiga Prefecture , is a type of nare zushi ( fermented sushi ) made with crucian carp . +-1 Tanbabashi Station , located in Momoyama Tsutsui Iga Nishi-machi , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on the Keihan Main Line of the Keihan Electric Railway . +1 " Hogen Monogatari " is a war tale that describes the Hogen Disturbance . +1 Shakugo ( Sekigo ) MATSUNAGA ( 1592 – July 12 , 1657 ) was a Confucian scholar in the Edo period . +-1 A Narikama ( also called Narigama or Kamanari ) is one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Hyakki Tsurezure Bukuro " ( The Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +-1 Yasaka Nyokoba Gakuen ( Gion Joshi Gigei School ) is an educational institution of Maiko and Geiko located in Kobu Gion , Higashiyama-ku , Kyoto City . +1 Zeami ( Zeami or Seami , ( before the change of name ) Ze-amidabutsu , 1363 ( ? ) ( September 10 , 1443 { ? } ) was a Sarugaku ( form of theater becoming the basis for Noh ) performer in the Muromachi period . +-1 Mujo ( anitya in Sanskrit ) points out that all beings in the present world disintegrate and are in constant transition without being stationary . +-1 Sekisen school is one of the schools under Jodo Shinshu ( the True Pure Land Sect of Buddhism ) Hongan-ji school . +1 Sadayoshi KAZANIN ( November 28 , 1599 - August 15 , 1673 ) was a Kugyo ( high court noble ) who lived in the early Edo period . +-1 Kaiho Rei ( Emancipation Edict ) is the edict of Dajokan ( The Grand Council of State ) that mainly announced the abolition of the social status system like Eta ( a status of group who were the lowest rank of Japan 's Edo-period caste system and usually involved in handling human bodies or animal carcasses ) and Hinin ( a status of group who were the lowest rank of Japan 's Edo-period caste system and often ex-convicts or vagrants ) made by the Meiji Government on October 12 , 1871 . +1 Hanshun ( 1038 - May 21 , 1112 ) was a priest of the Shingon sect of the late Heian period . +1 Masamichi TAKATSUKASA ( August 22 , 1789 - November 29 , 1868 ) was Kuge ( court noble ) and a statesman of Edo period . +-1 Nariki-zeme ( nariki , which is written as 成り木 , means fruit bearing trees , and 責め , which in this case is pronounced ' zeme , ' is a noun form of 責める [ semeru ] which in this context means to press a tree for fruition ) is a folk rite praying for a good harvest , conducted on such fruit trees as persimmon , chestnut and ume . +-1 The Battle of Kyoko-ji Temple was fought between Nagayoshi MIYOSHI and Takamasa HATAKEYAMA near Kyoko-ji Mura , Takayasu County , Kawachi Province ( present-day Kyoko-ji , Yao City , Osaka Prefecture ) on May 19 and 20 , 1562 . +1 OTOMO no Sakanoue no Iratsume ( year of birth and death unknown ) is one of the most famous Tanka ( 31 syllables ' poem ) poets in " Manyoshu " ( Collection of Ten Thousand Leaves ) . +1 Born on August 26 , 1662 , and gone on February 12 , 1707 , Hirosada SEIKANJI was Kugyo ( a top court official ) in the middle of the Edo period . +-1 Naidanshu were in charge of judging trials dealing with land-related issues in hikitsukekata or naidankata ( both are offices of adjudication ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +1 Tokifusa HOJO ( 1175 - February 25 , 1240 , ) was a busho ( Japanese military commander ) at the beginning of the Kamakura period . +-1 Saionji clan was a Sengoku daimyo ( Japanese territorial lord in the Sengoku period ) , who ruled the western area of Iyo Province . +1 Soroku KAWAKAMI ( 川上操六 ) ( December 6 , 1848 - May 11 , 1899 ) is a military man of the Imperial Japanese Army ; a peerage . +1 Takahisa KYOGOKU ( May 21,1729 - May 15 , 1808 ) was the sixth lord of Mineyama Domain , Tango Province . +-1 Oboro-guruma is a Japanese specter of gissha ( ox cart ) depicted by Sekien TORIYAMA in the collection of specters " Konjaku Hyakki Shui " ( Ancient and Modern Gleanings of the Haunted Demon ) in the Edo period . +-1 Satori ( 悟り : enlightenment ) means that one learns , becomes aware of or notices what one hasn 't known ; another Kanji ( 覚り ) , whose meaning is similar to awakening , is sometimes used . +1 Tokoyo is also known as Kakuriyo ( the world of the dead ) , and it is the holy precincts which is not changed forever . +1 Nobutake TAKEDA was a busho ( Japanese military commander ) in the period of the Northern and Southern Courts in Japan . +-1 Katabiragatsuji ' is said to have been located in the northwestern of Kyoto City . +-1 A local court was established in 1868 as a local administrative organ by the new government in Kyoto for it to govern areas which did not belong to any feudal domains . +-1 The Nichiren Honmon Sect ( Also known as Honmon Sect ) is a sect based on Nichiren Buddhism , which was organized by Nikkomon School ( a branch temple succeeding the Nikko 's Buddhist teaching lineage ) in 1876 , and merged with the Nichiren Sect and the Kenpon Hokke Sect in 1941 in order to form a better organization . +-1 Hira-shofuku onsen is a hot spring located at 948-10 , Kitahira , Otsu City , Shiga Prefecture . +-1 Miroku Bosatsu ( Maitreya Bodhisattva in Sanskrit ) is one of the Buddhas of Buddhism . +1 Genbi HAYASHI ( 1778 - 1861 ) was an Igo player ( Igo ( board game of capturing territory ) ) in Edo period and the eleventh iemoto ( the head family of a school ) of the Hayashi family ( igo ) , eighth-dan ( degree ) quasi Meijin ( an excellent person ) . +-1 Ishiyari is a kind of chipped stone tool used as the spearhead . +1 Otsubone Court Lady of Jibukyo ( 1152 - October 15 , 1231 ) was a woman from the late Heian and early Kamakura periods . +-1 Disposition of debts of Higashi Hongan-ji Temple was an incident in which Higashi Hongan-ji Temple asked government officials for a rescue from their debts during the Meiji period . +1 " Kasho NAKAMURA " is a professional name which has been used by Kabuki ( a traditional form of drama and music performed by male actors ) actors . +1 Hisakuni AWATAGUCHI ( dates of birth and death unknown ) was a sword craftsman in Kamakura period . +-1 " Machidai " was a town official in Kyoto in the Edo period . +-1 Kamitsuunakami no kunimiyatsuko 上海上国造 ( also known as Kamitsuunakamikokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the central part of Kazusa Province . +-1 Gunze Memorial Hall is a museum located in Ayabe City , Kyoto Prefecture . +1 Hikoushio ( also pronounced Hikousi no Okimi ; date of birth and death unknown ) was a member of an Imperial family ( royal family ) in fifth century . +-1 The Kameoka City Furusato Bus is the community oriented bus running in Kameoka City , Kyoto Prefecture ( the route is operated by the Keihan Kyoto Transport , Co . , Ltd . ) +1 1178 - January 13 , 1251 ) was a Kegon sect priest in the middle of the Kamakura period . +-1 Kenden was a survey of farmland , recording area , cultivator , soil and so forth . +1 Shakaiei is a type of tanka as well as a haiku . +-1 " Ema " is a wooden board with a picture of a horse , which is dedicated to a temple or a shrine when making a wish , or when showing gratitude for the granted wish . +1 Imperial Prince Kuninomiya Asahiko ( March 27 , 1824 to October 25 , 1891 ) was a member of the Imperial family who lived in the closing days of the Tokugawa Shogunate and the early part of the Meiji period . +-1 Jikimu refers to immediate dominance of shoen ( manor in medieval Japan ) by the lord of the manor ( honjo [ the administrative headquarters of a shoen ] and ryoke [ virtual proprietor of manor ] ) , executing Shomuken ( the authority of the jurisdiction and the administration of Shoen ) . +-1 The Ashina clan was descended from the Taira clan through the Miura clan with the name Ashina ( 蘆名 ) derived from the name of the area known as Ashina ( present Ashina ( 芦名 ) in Yokosuka City ) . +1 Naoko OGIMACHI ( December 14 , 1803 - August 6 , 1856 ) was Nyoin ( a woman bestowed with the title " in " ) in the late Edo period . +1 Masashige ASAHINA ( year of birth and death unknown ) was a ninja . +-1 Shotoku no chi are the political reforms carried out mainly in the Shotoku era . +1 Kanemon NAKAMURA was a kabuki actor . +-1 Rakushisha ( literally , a hut where persimmons fell ) is a tea hut belonging to Kyorai MUKAI , a follower of Basho MATSUO , located in Sagano ( Ukyo-ku Ward , Kyoto City , Kyoto Prefecture ) . +1 Juntaro TAKAHASHI ( May 2 , 1856 - June 4 , 1920 ) came from Kanazawa City , Ishikawa Prefecture and was a Doctor of Medicine . +-1 Kintoki is the childhood name of SAKATA no Kintoki ( his name is sometimes written as " 公時 " instead of " 金時 . " +-1 Nishimuko Station , located in Muko City , Kyoto Prefecture , is a stop on the Hankyu Kyoto Line , which is operated by the Hankyu Railway . +1 Yorikage ADACHI was a retainer of the Kamakura Shogunate in the middle of the Kamakura period . +1 Masato ( Masatou ) ABE ( February 15 , 1828 - April 20 , 1887 ) was hatamoto ( a shogunal retainer ) , daimyo ( feudal lord ) , and roju ( a senior councillor of the shogunate ) in the Edo period . +1 FUJIWARA no Onshi / Yasuko ( 885 - February 9 , 954 ) was a daughter of FUJIWARA no Mototsune . +-1 The naked festival is a Japanese festival in which the participants go naked . +-1 Masutomi Geology Museum is a foundation located in Kamigyo Ward , Kyoto City . +-1 The kadomatsu ( literally , gate pine ) is a pair of displays made of pine and bamboo set up in places such as in front of houses during the New Year . +1 Gomyo ( 750 - October 20 , 834 ) was a Hosso sect monk of Japanese Buddhism , who lived from the Nara period to early Heian period . +1 Kangakue was a Buddhist meeting held to conduct teaching , nenbutsu ( Buddhist invocation ) , and create Chinese-style poems themed after " Hokekyo " ( Lotus Sutra ) , and was held by the scholars of Kidendo ( the study of the histories ) in Daigakuryo ( Bureau of Education ) and the priests of Enryaku-ji Temple on Mt . Hiei , on March 15 ( in old lunar calendar ) or September 15 ( in old lunar calendar ) at the western foot of Mt . Hiei or at the temples in and around Heian-kyo ( ancient Kyoto ) , in the mid through latter period of the Heian period . +1 Yoshizane KIRA ( date of birth unknown , 1422 – August 16 , 1481 ) was a busho ( Japanese military commander ) who lived during the Muromachi Period . +-1 Tatari refers to a condition wherein a god , Buddha , or a soul of human being causes a calamitous condition for human beings , or a supernatural force that works within that condition . +-1 Yosemune-zukuri is a form of roof which has four sloping faces . +-1 Satoyama is a word referring to the state in which there exists an ecosystem that is influenced by peoples in the hills and mountains adjacent to a settlement or habitat , or similar geographical conditions . +-1 Horikawa-dori Street is one of the major north-south streets in Kyoto City . +-1 The Shigetada HATAKEYAMA Rebellion was the rebellion in which Shigetada HATAKEYAMA was killed in an attack by a large army , planned by Tokimasa HOJO and executed by Yoshitoki HOJO ; it took place at the Futamata-gawa River in the Musashi Province ( present-day Asahi Ward and Hodogaya Ward , Yokohama City ) on July 17 , 1205 in the early Kamakura period . +1 Taneie KONOE ( 1503 to August 5 , 1566 ) was a court noble who served as Kanpaku ( Chief Adviser to the Emperor ) during the Sengoku period ( Period of Warring States ) . +-1 Kotobuki Soga no Taimen ( Soga Brother 's Confrontation with the Enemy ) ( Chinese characters in orthographic style : 壽曾我對面 ) is a program of the Kabuki Kyogen ( comic drama ) theater . +1 FUJIWARA no Motonari ( date of birth and death unknown ) was an aristocrat from the end of the Heian period to the beginning of the Kamakura period . +-1 Azuki-gayu is rice porridge cooked with azuki beans . +-1 Hoshaku-ji Temple is a Buddhist temple belonging to the Chizan School of the Shingon Sect located on the side of Mt . Tenno in Oyamazaki-cho , Otokuni-gun , Kyoto Prefecture . +-1 The term " Mitsuda-e " refers to a kind of painting technique . +-1 Yagyu no Tokusei Hibun is an inscription on the stone monument found at Yagyu Town , Nara City , Nara Prefecture . +-1 Usayama-jo Castle was a yamajiro ( a castle built atop a mountain to take advantage of the mountain 's topography ) constructed in the Medieval Period , and its ruins can be found near Nishikoori , Otsu City , Shiga Prefecture . +1 MIBU no Tadami ( dates of birth and death unknown ) was a Japanese poet of the mid-Heian period . +1 Inishikiiribiko no mikoto ( 五十瓊敷入彦命 ) was a member of the Imperial family ( Royal family ) , who is said to have been lived in the Kofun period ( tumulus period ) , according to " Kojiki " ( The Record of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +1 Akiyoshi YAMAJI ( 1841 - June 5 , 1888 ) was an astronomer in the late Edo period . +-1 Shinnyo-ji Temple , located in Tojiin Kitamachi , Kita Ward , Kyoto City , Kyoto Prefecture is a temple of the Shokoku-ji Temple school of the Rinzai sect . +-1 Uchikowashi refers to an action to destroy residences of the people who were considered to act wrong , and it was one of the patterns of grass-roots movements in the Edo period . +-1 The Entoku-in Temple is a tatchu ( sub-temple on the site of a main temple ) of the Kodai-ji Temple ( Kennin-ji Temple school of the Rinzai sect ) in Higashiyama Ward , Kyoto City . +1 NAKATOMI no Kamako ( dates of birth and death unknown ) was a muraji clan ( one of ancient hereditary titles denoting rank and political standing ) during the era of Emperor Kinmei in the Asuka Period . +1 Monkan ( 1278 - November 29 , 1357 ) was a priest who lived from the Kamakura period to the period of the Northern and Southern Courts . +-1 " Sukeroku " is a nickname for one of the Kabuki plays . +-1 Maizuru Wisdom Warehouse , called " Maizuru Chiegura " in Japanese , is a cultural facility in Maizuru City , Kyoto Prefecture . +-1 Found in Koka , Tsuge-mura Village , Nara Prefecture ( present Tsugekoka-cho , Nara City ) , the grave of OHARIDA no Yasumaro was for cremated remains of OHARIDA no Ason Yasumaro who was a government officer in the Nara period , and was designated as a national historical sit ( on November 29 , 1969 ) . +1 TSUMORI no Kunimoto ( 1023 - August 29 , 1102 ) was a waka poet in the late Heian period . +-1 Shogo-in Temple is the head temple of the Buddhist Honzan Shugen Sect located in Shogo-in Nakamachi , Sakyo Ward , Kyoto City , Kyoto Prefecture . +-1 Misasagi Station is a railway facility located in the Yamashina Ward , Kyoto City , which is jointly operated by the Kyoto Municipal Transportation Bureau and the Keihan Electric Railway . +-1 Kensui is one of the utensils which are used for making tea . +-1 Heian Bukkyo ( Heian Buddhism ) is a Buddhist sect established during the Heian period . +-1 Shinja is a kind of Nohmen ( Noh mask ) . +1 Katsuyuki HISAMATSU was the seventh lord of Tako Domain in Shimosa Province . +1 FUJIWARA no Koreshige / Korenari ( 953-989 ) was a Court politician in the mid-Heian Period . +1 Sadahide GAMO ( 1444 ? - 1513 ) was a busho ( military commander ) and a waka poet of the Muromachi period . +1 Kobungo NUMAJIRI ( c.1835-1902 ) was a member of the Shinsengumi ( a special police force who guarded Kyoto during the end of the Tokugawa Shogunate ) . +1 Nobuhiro SATO ( January 25 , 1816 - February 15 , 1900 ) was a Japanese samurai ( a feudal retainer of the Choshu clan ) . +-1 Shin-Puh-Kan is a complex commercial facility located at 586-2 , Bano-cho , Aneyakoji-dori Sagaru , Karasuma-dori , Nakagyo-ku Ward , Kyoto City . +-1 Ina no Agata was one of the early form of the local bureaucratic system in ancient Japan ( Agata ) , which was placed in Hokusetsu ( northern Settsu Province , the area covering now Suita City through Amagasaki City ) during the Kofun period ( tumulus period ) , the era of Yamato sovereignty . +-1 The Botanical Garden for Increasing Plants in Urban Areas in Fukuchiyama City , nicknamed " Sumoru-tera " ( the Japanese pronunciation of ' Small Terra ' or small Earth ) is a botanical garden located in Sandan-ike Pond Park in Fukuchiyama City . +1 Senkei IKENOBO ( the dates of his birth and death were unknown ) was a Buddhist priest of Kyoto Choho-ji Temple ( Rokkakudo ) in the middle of the Muromachi period . +-1 Natsume is a kind of tea utensil and a lacquered wooden container with a lid used to hold powdered green tea . +-1 Nigihayahi no Mikoto is a god ( Shinto ) who appears in Japanese mythology . +1 Shizu no iwaya has its origin in a folklore in the myth of the development of the land by Okuninushi no Mikoto and Sukunahikona no Mikoto , and the place was depicted in a Oishi no Suguri no Mahito 's poem in Manyoshu ( Volume 3-355 ) " Onamuchi and Sukunahiko lived in Shizu no iwaya ; how many generations that have been passed by ? " +-1 " Hashira-jochu " was one of the terms used for traditional manufacturing methods of sake ( Japanese rice wine ) that existed in the beginning of the Edo Period , which is to add shochu ( distilled spirit ) or kasudori-shochu ( shochu made from sake lees ) to moromi ( unrefined sake ) or newly brewed sake after separation from lees by applying pressure . +1 Prince Yatsurishirohiko ( after 401 - 456 ) was the fourth prince of Emperor Ingyo . +1 Kanpyono Ontoki Kisainomiya Uta-awase ( Uta-awase held by the Empress during the Kanpyo period ) was one of the poetry competitions , which consisted of one volume . +1 Kihiro SANJO ( 1577 - November 25 , 1626 ) was Kugyo ( court noble ) from Azuchi-Momoyama period to the early Edo period . +-1 Sukune was one of the kabane ( hereditary titles ) established by Yakusa no Kabane ( the eight hereditary titles ) . +-1 Omura Domain was a feudal domain that ruled the Sonogi region of Hizen Province . +1 Genpo MITSUKURI ( October 5 , 1799 - August 1 , 1863 ) was a Japanese samurai , feudal retainer of the Tsuyama Domain and Dutch scholar . +-1 Konwa-kai refers to a faction within the Diet of the House of Peers under the Constitution of the Empire of Japan . +-1 Jishu-jinja Shrine is a Shinto shrine located in Higashiyama Ward , Kyoto City . +1 Emperor Suinin ( January 26 , 69 B.C. - August 8 , 70 ) was the eleventh emperor according to " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) ( reigning from February 2 , 29 B.C. to August 6 , 70 ) . +1 Giku ( date of birth and death unknown ) was a Zen-sect priest from Tang China in the early Heian period . +-1 Sekke shogun designates two seii taishoguns ( great generals ) among the shoguns in the Kamakura bakufu ( Japanese feudal government ) , that is , the fourth FUJIWARA no Yoritsune and his legitimate son , the fifth FUJIWARA no Yoritsugu . +-1 The Prince Otomo enthronement theory was advocated in the Edo period and it was a long-lasting dispute in the Japanese history . +1 Masana MAEDA ( 1850- 1921 ) was a bureaucrat in the Meiji era . +1 Kojyo SONODA ( male 1886 - 1968 ) was a Tenkoku artist ( artist of seal engraving ) in modern times of Japan . +-1 Naniwatsu indicates a port facility located in the Osaka bay in ancient times . +1 Western-influenced paintings were made prior to the Meiji Period before oil painting tools were imported into Japan , and artists could only mimic examples of Western paintings . +-1 " Joraku " is a term which means to enter in Kyoto . +-1 The Jikoji family is a member of Genji Tosho Genji ( Minamoto clan members who are court nobles above a certain rank ) , descendants of Uda-Genji ( Minamoto clan ) . +1 Tenyu NAKA ( male , 1783 - April 23 , 1835 ) was a Doctor of Dutch medicine and Dutch scholar . +1 SOGA no Iname ( c . 506 - March 22 , 570 ) was a minister during the Asuka Period . +1 Kinsumi SHIGENOI ( January 2 , 1671-August 20 , 1756 ) was kugyo ( a Court noble ) who lived in the middle of the Edo Period . +1 SAKANOUE no Iwatate was a person from the Nara period . +-1 Shinobigatana is a sword which is said to be used by ninja and is also called Ninjato . +-1 The Shino school is one of the schools of Kodo ( traditional incense-smelling ceremony ) and tea ceremony . +-1 Shimabara is a hanamachi ( ' flower town , ' or geisha district ) located in Shimogyo Ward , Kyoto City . +1 The enthronement means an ascension to the throne , succeeding a monarch ( emperor or king ) who passed away or abdicated the throne . +-1 Sanjo Keihan is the location name of the eastern area around Sanjo-ohashi Bridge in Higashiyama Ward , Kyoto City . +-1 Agemai no sei was a rule issued by the Edo Bakufu at the time of Kyoho-no-kaikaku ( Kyoho reform ) . +-1 The Edict expelling Jesuit missionaries was a prohibition document concerning the mission of Christianity and trade with Spain and Portugal issued by Hideyoshi TOYOTOMI in Chikuzen Hakozaki , in July 24 , 1587 . +-1 Terakoya were educational institutes for ordinary citizens during the Edo period . +-1 The Takeuchi family were a court noble . +1 Kinnobu TOKUDAIJI ( August 18 , 1606-August 31 , 1684 ) was a high-rank Court noble in the early Edo period . +1 Kenshi OKUNOMIYA ( December 27 , 1857 - January 24 , 1911 ) was a social movement activist in Japan , who played an active part during Jiyu Minken Undo ( the Freedom and People 's Rights Movement ) . +-1 The battle of Kumeda was a battle that took place in Japan in which Takamasa HATAKEYAMA attacked Yoshitaka MIYOSHI who lined up around Kumeda-dera Temple ( present Kishiwada City , Osaka Prefecture ) in Yagi-mura , Izumi Province ( Osaka ) on March 5 , 1562 . +1 Katsumasa IKEDA ( 1539-year of death unknown ) , was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) from the Sengoku period ( period of warring states ) to the Azuchi-Momoyama period . +1 Tsunekuni KAWACHI ( year of birth unknown [ around 1100 ] - year of death unknown [ 1156 according to one theory ] ) was a busho ( Japanese military commander ) during the late Heian period . +1 Mitsuyuki TOKI ( dates of birth and death unknown ) was a samurai in the early Kamakura period . +1 OTOMO no Kokimi ( year of birth and death unknown ) was a person in the Asuka period in Japan . +1 Yasuyuki UMEWAKA ( October 6 , 1917 - January 20 , 2003 ) was a Noh actor of the Kanze school of shite-kata ( lead actors ) . +1 The term " Ajikan " refers to a method of meditation introduced by Kukai ( a Buddhist priest ) during the Heian period . +-1 Marutamachi-dori Street is one of the major east-west streets in Kyoto City . +-1 Dazai-fu was a local administrative agency established in Chikuzen Province in the late seventh century +-1 The Uji City Tale of Genji Museum in Uji City , Kyoto Prefecture is a museum run by Uji City in order to collect and preserve materials related to the ' Genji Monogatari ' ( Tale of Genji ) . +-1 " Manzaburo UMEWAKA " is the name of the head of Umewaka family , a branch family of Kanze-ryu school of Noh shite-kata ( main roles ) . +1 Matsukage Chunagon Monogatari is a fictional tale completed during the Muromachi period . +-1 A Fuseya was a temporary relief station and lodging facility for travelers that was established in many parts of Japan during the kodai ritsuryosei ( ancient East Asian system of centralized governance ) . +-1 Jikishi-an Temple is a Buddhist temple belonging to the Pure Land Sect located in Ukyo Ward , Kyoto City . +-1 The hanhaba obi is a kind women 's obi sash used in Japan . +-1 " Nihon Ojo Gokuraku-ki " ( Japanese-version collection of memoirs of persons who became Buddha ) refers to ojoden ( stories of the attainment of rebirth in the Pure Land ) compiled by YOSHISHIGE no Yasutane ( year of birth unknown - 1002 ) in the middle Heian period . +-1 Otsu City is a city located at the southwest end of Shiga Prefecture , which is the prefectural capital . +-1 Chagama is a type of tea utensils used in Sado , which is used to boil water for tea . +-1 The Kurama Fire Festival is one of the annual festivals at the Yuki-jinja Shrine at Kurama , Sakyo Ward , Kyoto City , Kyoto Prefecture . +-1 Rakusaiguchi Station , located on the boundary between Nishikyo Ward , Kyoto City and Muko City , both located in Kyoto Prefecture , is a stop on the Hankyu Kyoto Line , which is operated by the Hankyu Railway . +1 Kinjo no Mikado ( the emperor regnant ) can also be pronounced as Kinjo-tei . +-1 Shindenbunchi is a form of samurai branch family in the Edo period . +-1 The National Bank ( Kokuritsu Ginko ) is a financial institution which was established based on the National Bank Act issued in 1872 . +1 KURAKAKI no Maro ( year of birth and death unknown ) was a person from the Asuka Period in Japan . +1 Kinkane SAIONJI ( year of birth unknown-July 1417 ) was Kugyo ( court noble ) who lived from the period of the Northern and Southern Courts to the Muromachi period . +1 Kan HOSHO ( May 15 , 1934 - ) is a Nohgakushi ( Noh actor ) playing waki ( supporting role ) of the Shimogakari-Hosho-ryu school . +1 Motohira KONOE ( 1246 - December 31 , 1268 ) was Kanpaku ( chief advisor to the Emperor ) in the mid Kamakura period . +1 Miotsukushi ( Channel Buoys ) is one of the fifty-four chapters of " The Tale of Genji . " +-1 Daimon is a type of Japanese kimono for males . +-1 The Imperial Rescript to Soldiers and Sailors was Shochoku ( imperial edict ) that Emperor Meiji issued to soldiers of the army and the navy on January 4 . +1 Shunoku Soen ( 1529 - 1611 ) was a priest of the Rinzai Sect who lived from the Azuchi-Momoyama period to the beginning of the Edo period . +1 Tadatomo AOYAMA was a daimyo ( Japanese feudal lord ) of the Edo Period and was Osaka jodai ( the keeper of Osaka-jo Castle ) . +-1 Kogo refers to a lidded small container to put incense in . +1 FUJIWARA no Edayoshi ( 845 - June 24 , 917 ) was a retainer of the Imperial Court during the first half of the Heian period . +1 Akinobu KITABATAKE ( c . 1317 - 1380 ) was a busho ( Japanese military commander ) who lived in the period of the Northern and Southern Courts ( Japan ) . +1 Kogyu YOSHIO ( 1724 - October 4 , 1800 ) was a Ranpoi ( a person who studied Western medicine by means of the Dutch language ) and a Japanese-Dutch interpreter ( official interpreter of the Edo shogunate ) who lived during the middle of the Edo period . +1 Rishinin , Concubine from Ochi clan . +-1 Amida-ji Temple is a temple belonging to the Chinzei school of the Pure Land Sect located in Kochidani in the northern part of Ohara , Sakyo Ward , Kyoto City . +1 MINAMOTO no Kintada ( 889 - December 7 , 948 ) was a Japanese official and poet of the mid-Heian period . +1 MINAMOTO no Yoshikuni was a busho of Kawachi-Genji ( Minamoto clan ) in the late Heian period . +1 Nanshuo Ikun is a collection of lessons written by Takamori SAIGO . +-1 Hachiman ( Hachiman-shin / Yawata no kami ) is a deity worshipped only in Japan . +1 TAIRA no Tsunemasa ( birth year unknown to March 27 , 1184 ) was a busho ( Japanese military commander ) and a kajin ( waka poet ) in the end of Heian period . +-1 Fukuhara-kyo is the name of a capital city which TAIRA no Kiyomori wanted to establish and promoted after a plan to build Wada-kyo had ended in failure 1180 ( towards the end of Heian period ) . +1 The Pricess Masuko ( November 28 , 1711- November 9,1733 ) was the legal wife of Ieshige TOKUGAWA , the ninth Shogun of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +1 OE no Hiromoto ( 1148 - July 23 , 1225 ) was a governmental official responsible for practical works from the end of the Heian period to the early Kamakura period . +-1 Fujiwara Kyoke is a sub branch of Fujiwara family , started by FUJIWARA no Maro , the forth son of Udaijin ( Minister of the Right ) FUJIWARA no Fuhito . +-1 A lecture and concert held by the Sakata Classic Music Institution ( located in Tokyo ) . +1 Sankashu is a collection of poems by Saigyo , a poet-priest in the late Heian Period . +-1 浪人 ( ronin ) indicated a person who wandered about provinces other than the one that was recorded in his family register , and was also called a furo ( vagabond ) +1 Chohan KUMASAKA was a legendary thief who was said to have lived during the Heian period . +1 Kai no Yusha ( Brave Man from Kai Province ) was a cavalryman fought in the Jinshin War of 672 . +1 Naomasa BAN ( year of birth unknown - June 9 , 1576 ) was a busho ( Japanese military commander ) in the Azuchi Momoyama period . +1 Taisuke ITAGAKI ( May 21,1387 - July 16 , 1919 ) was a Japanese samurai , a retainer of the Tosa Domain , and a statesman . +-1 Hi Izuru Tokoro no Tenshi ( Emperor of the Land of the Rising Sun ) is Japanese manga ( cartoon or comics ) , written by Ryoko YAMAGISHI . +-1 Located in Sakyo-ku Ward of Kyoto City , Kyoto Prefectural Library and Archives is a comprehensive cultural facility that serves as a library , document archives , and a museum . +-1 Manpuku-ji Temple , located in Uji City , Kyoto Prefecture , is the grand head temple of the Obaku Sect of Buddhism . +1 Ichibe Tanaka ( September , 1838 - July , 1910 ) was a businessman and statesman during the Meiji Period and also a grand person in the economic world of the Kansai region . +-1 " Jujushinron " ( Ten Stages of Mind Development ) , or " Himitsu Mandala Jujushinron " ( Ten Abiding Stages on the Secret Mandalas ) to be precise , is one of the most famous writings by Kukai , which was written around 830 and describes the system of Shingon Esoteric Buddhism in response to the imperial order of Emperor Junna . +-1 Established in the Meiji era , the Fuken-kai rules , which set the rules of local assemblies , were the first rules in Japan which specified the establishment of Fuken-kai in prefectures in Japan . +1 Jokai ( year of birth and death unknown ) is a priest of Kankiko-ji Temple of the Jishu Sect during the mid Kamakura period . +1 Hajime SAITO ( February 18 , 1844 - September 28 , 1915 ) was a samurai who was active from the end of the Edo period to the Meiji period . +1 Neishi SAIONJI ( her name can also be pronounced " Yasuko " ) ( 1292 - September 6 , 1357 ) was nyogo ( a high-ranking lady in the court ; a consort of the emperor ) of Emperor Gofushimi ; she was the mother of Emperor Kogon and Emperor Komyo . +-1 Zengoro is one of the head schools of the Kyo yaki ( Kyoto style ceramic art ) . +1 Senchiyo MATSUDAIRA ( April 22 , 1595 - March 21 , 1600 ) was a member of samurai family in the Azuchi-Momoyama period . +-1 Gobosei ( Pentagram ) is a figure consisting of five lines of equal length that are mutually intersected , and is one kind of star-shaped regular polygon . +1 The Tenson-zoku ( Tenson tribe ) is a generic term for ancient powers that established the Yamato Dynasty , which appears in the Kojiki ( Records of Ancient Matters ) and the Nihonshoki ( The Chronicles of Japan ) and which is told in Japanese mythology . +1 ONAKATOMI no Yorimoto ( c . 886 - c . 958 ) was a waka poet in the mid-Heian period . +1 Gene ( the year of his birth unknown - April 9 , 1350 ) was a Buddhist monk of the Tendai sect and a Confucian scholar who lived during he period of the Northern and Southern Courts ( Japan ) . +1 Nobuyuki ODA was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +1 Tadafusa KONOE ( September 24 , 1838-July 16 , 1873 ) was Kugyo ( the top court officials ) in the end of the Edo period . +1 KUZE Michinori ( 1593-1628 ) was a court noble during the early Edo Period . +1 Takamori KYOGOKU ( September 22 , 1650 - March 11 , 1709 ) was the third lord of Tanabe Domain of Tango Province . +-1 Tango Explorer is the nickname for Kitakinki Tango Railway KTR Type 001 diesel multiple unit and also the nickname for the limited express trains that Kitakinki Tango Railway and West Japan Railway Company run using diesel railcars . +-1 " Kuzumochi " are Japanese cakes made of kuzuko ( kudzu starch ) . +1 Nagahiro HIRANO ( November 30 , 1845 - July 29 , 1872 ) was the first feudal lord of Tawaramoto Domain , Yamato Province . +1 Nichiin ( 1518 - August 16 , 1589 ) was the 13th head priest of Taiseki-ji Temple . +-1 Shide is strips of paper cut and folded in a specific way that are attached to and suspended from Shimenawa ( a sacred straw rope ) , tamagushi ( branch of a sacred tree ) , haraegushi ( branch of a white tree ) , or gohei ( wooden wands ) . +1 FUJIWARA no Michinori ( 1106 - January 23 , 1160 ) was a noble and scholar living at the end of the Heian period . +-1 Kizugawadai Station , located at 10-2 , Takahi , Haze , Kizugawa City , Kyoto Prefecture , is a railway facility on the Kintetsu Kyoto Line of Kintetsu Corporation . +1 HADA no Tomotari ( year of birth unknown - August 7 , 672 ) is a historical figure who lived during Japan 's Asuka period . +1 Fushiminomiya Imperial Prince Sadatake ( January 29 , 1701 - September 7 , 1754 ) was a member of the Imperial Family who lived during the middle of the Edo period . +-1 Priestly Imperial Prince Dojo ( November 7 , 1196 - February 28 , 1249 ) was a Priestly Imperial Prince of the early Kamakura period . +1 Tsunetane DAIGO ( August 21 , 1717-February 13 , 1781 ) was a high-rank Court noble in the middle of the Edo period . +-1 Onaibutsu is a Buddhist altar , or a principal image enshrined in it . +1 Itosato ( date of birth and death unknown ) was a woman who lived during the end of the Edo period . +-1 Ochudo ( or ochiudo ) indicates persons who were defeated in a fight and escaped to and lived in a remote rural area or the person 's descendants . +-1 The Oshikoji family ( also known as the Oshinokoji family ) +-1 Honen-ji Temple is a Buddhist temple belonging to the Jodo Sect ( the Pure Land Sect of Buddhism ) located in Sagatenryuji Tateishi-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture . +-1 Kyoto Kaikan Hall is for concerts , located in Okazaki Saishoji-cho , Sakyo-ku Ward , Kyoto City , Kyoto Prefecture . +-1 Seika-cho is a town located on the southwestern edge of Kyoto Prefecture . +1 FUJIWARA no Akitaka ( 1072 - 1129 ) was a noble who lived in the late Heian period . +-1 Teishitsu Gigeiin was a system for honoring craftspeople and artisans , which had been operated by the Imperial Household Ministry since 1890 until right after the end of the war ( World War II ) . +-1 Mansen Shukai ( also called Bansen Shukai ; " 万川集海 " is officially written as " 萬川集海 " in Chinese characters ) is the ninjutsu ( ninja art ) strategy book including 22 volumes with an additional one volume attached to it written by Samuji Yasutake FUJIBAYASHI , who was a descendant of goshi ( country samurai ) Nagatonokami FUJIBAYASHI , in Iga Province in 1676 . +1 TAIRA no Norimori was a busho ( Japanese military commander ) in the late Heian period . +-1 Tsunokakushi is a wide strip of cloth worn by a bride at a Japanese-style wedding ceremony , covering her head including the coiffure called Bunkintakashimada . +-1 Kyoka Gikyoku Jusshu refers to the eight specialty plays of Sadanji ICHIKAWA of Takashimaya ( kabuki ) selected by Sadanji ICHIKAWA the second . +-1 Chushojima is a name of a place in Fushimi Ward , Kyoto City . +1 Kigenji IGUCHI ( 1870 to July 21 , 1938 ) was from Azumino City , Nagano Prefecture , and was the founder of ' Kenseigijuku , ' a private school based on Christianity . +1 " Minosuke BANDO " is a professional name used by Kabuki ( a traditional form of drama and music performed by male actors ) actors . +-1 The Kyoto Prize in the category of Arts and Philosophy is a prize awarded to an artist or philosopher for outstanding achievements in his or her respective field . +-1 The Itoku school is an extinct school of otsuzumi-kata ( large hand drum players ) in Nohgaku ( the art of Noh ) . +-1 Kasei Culture was townsman culture that developed in the late Edo period , mainly between 1804 and 1829 . +-1 Chokushisho was an extra statutory office established in the latter half of the Nara period under the ritsuryo system . +-1 " Hatsuuri " means that retailers start business for the first time in the new year . +-1 Kannonsho-ji Temple is a temple of the Tendai sect located in Azuchi-cho , Gamo County , Shiga Prefecture . +-1 Taigaiko was the idea or concept that considered the situation of Japan in the international community as the critical externally , and only the forceful diplomacy including the military force which denies the international cooperation , and values national independence can defuse a crisis . +1 Kanroku ( years of birth and death unknown ) was a Korean Buddhist monk who lived in the early seventh century Kudara ( Baekje , Paekche ) . +1 FUJIWARA no Motomichi ( year of birth and death unknown ) was a local government officer in Mutsu Province who lived during the later Heian period . +1 Yoshihisa KIRA was a koke ( master of ceremony ) in the early Edo period . +1 Sukehira TAKATSUKASA ( March 17 , 1739 - February 8 , 1813 ) was a court noble who lived in the middle of the Edo period . +-1 Ryonoshuge is a commentary on the Yoro Ritsuryo Code written in the early ninth century ( around 868 ) . +-1 Sung currency is copper coins which were minted in China during the Baisong period . +-1 Toshi choja indicates ujichoja ( the head ) of the Fujiwara clan . +-1 Kijoshu sake is a sweet Japanese rice wine with a unique thickness brewed using sake instead of water . +-1 " Zaike-yaku " refers to the tax and the labor that were imposed per " zaike " in medieval Japan . +-1 Kamikoma Station , located in Kita-Nodashiba , Kamikoma , Yamashiro-cho , Kizugawa City in Kyoto Prefecture , is a stop on the Nara Line of West Japan Railway Company ( JR West ) . +1 KOSOHE no Okuchi ( year of birth and death unknown ) was a historical figure who lived during Japan 's Asuka period . +1 Jikun Toren ( 1383 - February 5 , 1471 ) was a Rinzai Sect priest in the middle of the Muromachi period . +-1 Yuba is a processed food made from soybeans . +1 KUSU no Iwate lived during Japan 's Asuka Period . +-1 Buyaku refers to labor allocation imposed on subjects by each ruler in Japanese history . +1 Nobutaka KONPARU ( 1920 - ) is a Noh actor of the Konparu school of shite-kata ( lead actors ) . +1 Kunaikyo or Gotoba / Gotobanoin Kunaikyo was a court-lady poet who is representative of a period when Shinkokin ( Wakashu , or New Collection of Ancient and Modern Japanese Poetry ) was compiled . +-1 Jogan-shiki Code was a Kyakushiki code ( amendments and enforcement regulations of the Ritsuryo Code ) that was compiled and enforced in the early Heian period . +-1 Changes of dynasties theories are doctrines which say , due to the interruption in the imperial line of the Imperial Family in the Kofun period in Japan , dynasties were changed several times . +-1 Chikkin is a koto ( a traditional Japanese stringed musical instrument ) with three strings , which was invented by Chikkin ( Yosaburo ) TAMURA from Numazu City , Shizuoka Prefecture , in August , 1886 . +-1 Shoen Seiri-rei is a set of acts issued during the Heian period . +-1 The Nakasendai War was a rebellion that occurred in July 1335 in which Tokiyuki HOJO , a bereaved son of Takatoki HOJO ( the 14th shikken [ shogunal regent ] of the Kamakura bakufu [ Japanese feudal government headed by a shogun ] ) , raised an army , with the support of Yorishige SUWA ( the period of Northern and Southern Courts ) of Shinano Province , with the aim to restore the Kamakura bakufu . +-1 Oyatsu-hime , written as " 大屋都比賣神 " or " 大屋津姫命 , " is the goddess of trees in Japanese mythology . +1 Nichiryu ( 1385 - 1464 ) was a Nichiren sect priest in the middle of the Muromachi period . +1 FUJIWARA no Yoshiyori ( 1002 - July 23 , 1048 ) was a court noble during the mid-Heian period . +1 FUJIWARA no Asateru ( or Asamitsu ) ( 951 - April 22 , 995 ) was a court noble who lived during the Heian Period . +-1 The Hokyo-ji Temple of the Rinzai sect is located in Kamigyo Ward , Kyoto City , and the temple is known as an Amamonzeki-ji Temple , which used to be run by nuns of noble women . +-1 The National Diet Library ( NDL ) provides services for members of Japan 's Diet in their research and study , as well as the executive agencies of the government and the general public in Japan . +-1 Terauke seido was a system introduced in 1664 , during the early modern age , by the Edo shogunate in order to ban Christianity and the belief of Fujufuse Group ( Not Receive and Not Give Group ) , and to force the believers to convert . +-1 Myobo kanmon is kanmon ( report ) prepared by scholars ( Myobo-ke ) of Myobodo ( study of Codes ) including Myobo hakase to respond to consultation . +1 Rankei Doryu ( 1213 - August 13 , 1278 ) was a Zen priest and the founder of the Daikaku-ha school who came to Japan from China at the time of the Southern Sung Dynasty in the middle of the Kamakura Period . +1 Nobukimi ANAYAMA / Baisetsu ANAYAMA was a military commander during the period of warring states . +-1 This section on " Town names in Minami Ward , Kyoto City " lists official town names in Minami Ward and summarizes the period and process of their establishment . +-1 Kugyo-bunin is a historical material of Japan and the directory of successive personnel in the Imperial Court . +-1 Kaiseigakari is a department set in Minbusho ( Ministry of Popular Affairs ) on December 20 , 1869 . +1 Sozaburo KANO ( the date of birth and death unknown ) was from Kyoto and was a member of Shinsengumi . +-1 Asomi ( or Ason ) ( written as 朝臣 ) was the second rank of kabane ( hereditary title ) which was created in a system of Yakusa no Kabane ( the eight honorary titles ) established in 684 . +-1 " Hoto " is a Buddhist pagoda composed of a cylindrical or octagonal toshin ( the body of a pagoda , ) with a square-shaped roof on it , and sorin ( a metal pinnacle placed on the top of a pagoda ) . +-1 BiVi Nijo is a four-story commercial building housing stores and other facilities , constructed in the former railway yard site of Japanese National Railway in front of the western entrance to Nijo Station in Nakagyo Ward , Kyoto City , Kyoto Prefecture . +1 Sotan KAMIYA ( February 16 , 1551 - December 7 , 1635 ) was a wealthy merchant in Hakata during the Sengoku period ( Period of Warring States ) and the early Edo period . +1 Shichidayu KITA is one of the names used by the head family of the shite-kata Kita school ( one of the five schools of shite-kata [ main roles ] ) . +-1 The Izumi school is one of the schools of Kyogen ( farce played during a Noh cycle ) . +-1 Jogon-in Temple is a Jodo ( Pure Land ) sect temple located in Azuchi-cho , Gamo-gun , Shiga Prefecture . +-1 The twenty-six Martyrs of Japan is 26 Catholics executed in Nagasaki City on February 5 , 1597 by order of Hideyoshi TOYOTOMI . +1 Chazan KAN ( February 29 , 1748 - October 3 , 1827 ) was a Confucian scholar and composer of Chinese poems , who lived during the late Edo period . +-1 The term Uiro refers to a sort of sweetened steamed cake made of rice powder . +-1 Rokujo-dori Street is one of the major east-west streets in Kyoto City . +-1 Summary +-1 Koga-no-sato Ninjutsu-mura ( Koga Ninja Village ) is a Ninjutsu theme park located in Oki , Koka-cho , Koka City , Shiga Prefecture . +1 Yoshihiro Hatakeyama ( 1437 - January 30 , 1491 ) was a general of the Muromachi period . +1 King SHO Tai ( August 3 , 1843 - August 19 , 1901 ) was a King of the Ryukyu Kingdom , the 19th of the line of the Second Sho Dynasty . +1 Ryu Jinki ( pinyin : Liú Rénguĭ , 602-March 2 , 685 ) is a busho ( military commander ) in the period of Tang Dynasty in China . +-1 Heiroku is one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Hyakki Tsurezure Bukuro " ( The Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +1 Gunemon ONO was the eldest legitimate son of Tomofusa ONO , a chief retainer of the Asano clan of Ako Domain . +1 FUJIWARA no Takako +1 Eikichi WAKATA ( February 2 , 1851 - June 18 , 1919 ) was a troop of the first squad ( ' ichibuntai ' in Japanese ) of the Hakodate Shinsengumi ( the Shinsengumi in Hakodate , where the Shinsengumi which literally meant the newly selected corps referred to a special police force for the Tokugawa regime ) . +1 The " Gikeiki " is a war chronicle focused mainly on MINAMOTO no Yoshitsune and his retainers , and is believed to have been created either during the Nanbokucho period ( Japan 's period of Northern and Southern Courts ) or at the beginning of the Muromachi period . +1 Hashinosuke NAKAMURA is one of the professional names of Kabuki ( traditional performing art ) actors . +1 Chonen ( February 25 , 938 - April 25 , 1016 ) was a priest at Todai-ji Temple during the mid-Heian period . +1 Sakimori-no-uta is a group of poems written by the Sakimori guards who were deployed on the coast of Kyushu after Taika no Kaishin ( The Great Reformation of the Taika Era ) . +-1 Sesson ( ca . 1504-1589 ) was a suiboku ( ink-wash painting ) painter who lived in the late Muromachi period . +1 Shigekuni SHIBUYA ( year of birth and death unknown ) was a samurai in the closing years of the Heian period and the early years of the Kamakura period . +-1 Totsukawa Onsen Hot Spring is a hot spring in Totsukawa-mura , Yoshino-gun , Nara Prefecture ( the former Yamato Province ) . +1 Genyu ( 1529 - November 14 , 1605 ) was a Shingon Sect Buddhist monk who lived from the Sengoku period ( period of warring states ) into the beginning of the Edo period . +-1 Koto no naishi was a female court noble during the period of the Northern and Southern Courts ( Japan ) . +-1 Asuka-mura is a village located in the center of Nara Prefecture . +1 Masaie KONOE ( 1444 - July 30 , 1505 ) was a Kuge ( court noble ) , who lived between the mid-Muromachi period to the early the Sengoku Period ( Period of Warring States ) ( Japan ) . +-1 Otokuni-dera Temple is a Buddhist temple belonging to the Buzan school of the Shingon Sect located in Nagaokakyo City , Kyoto Prefecture . +-1 Jizo-ji Temple is a Buddhist temple belonging to the Pure Land Sect located in Katsura , Nishikyo Ward , Kyoto City . +-1 Written in an oraimono ( exchange of letters ) style , Teikin Orai was an elementary textbook used as a copybook and reader at Terakoya ( temple elementary schools during the Edo period ) . +-1 Konnyaku ( scientific name : Amorphophallus konjac ) refers to an herb of the Araceae family or a food derived from the plant 's bulb . +1 Tsurezuregusa is an essay which was written by Kenko YOSHIDA , or Kaneyoshi URABE ( real name ) . +-1 Dream Kyoto-go is an overnight inter-city highway bus ( nicknamed ' Dream-go ' ) that connects Tokyo Prefecture and Kyoto City in Kyoto Prefecture . +-1 Kinugasa-Utano-sen , Kyoto City Road 183 is a major local road that extends from Rokuon-ji mae Intersection ( Kita Ward , Kyoto City ) to Fukuoji Intersection ( Ukyo Ward , Kyoto City ) . +1 Iesada KAZANIN ( 花山院 家定 , August 3 , 1283 - June 10 , 1342 ) was a Kugyo ( high court noble ) in the late Kamakura period . +1 Nobuhide ODA was the sixth son of Nobunaga ODA . +1 Yoshisada NITTA was a gokenin ( immediate vassal of shogunate ) during the last stage of the Kamakura period as well as a busho ( military commander ) in the Northern and Southern Courts period ( Japan ) . +-1 Kichibe OKUMURA was one of the Senke Jisshoku ( The Ten Craftsmen of the House of Sen ) . +-1 Taga Steam Locomotive ( SL ) Park was at one time the SL Hotel that was located at Binmanji , Taga-cho , Inukami-gun , Saga Prefecture . +-1 The Kansai Main Line is a railway line ( main line ) running from Nagoya Station , located in Nakamura Ward , Nagoya City , Aichi Prefecture , to the JR Namba Station , located in Naniwa Ward , Osaka City , Osaka Prefecture , via the Kameyama Station ( Mie Prefecture ) and the Nara Station . +1 Daidairi is an Imperial Palace in the ancient capital of Heian . +-1 Kazoku indicates the noble class that existed in modern Japan from 1869 to 1947 . +1 Kinmochi SAIONJI ( December 7 , 1849 - November 24 , 1940 ) was a noble in the Japanese Court and a politician . +1 Yuzensai MIYAZAKI was a painter of folding fan who was active in Kyoto during early to mid Edo period . +-1 During the Heian period , the Higashi Sanjo-dono Residence was built in an area of 1-cho and 2-cho ( placed in the north-south direction ) of 3-jo and 3-bo in Sakyo ( the left-side area of the capital ) ( present Nijo-oji Minami Nishino Toin-oji Higashi ) . +1 Sanefumi KAWABATA ( May 10 , 1845 – July 16 , 1910 ) was a court noble and a statesman active in the period since the end of the Edo period until the Meiji era . +-1 Kogo-ishi or kogo-ishi style mountain castles were castles built on mountains in ancient times , and because there is no description of them in the ' Nihon shoki ' ( Chronicles of Japan ) or ' Zoku Nihon shoki ' ( the sequel to Chronicles of Japan ) they can be identified only through remains . +-1 Gobugyo indicates a system consisting of five government officials ( whose duties can be called magistrate or commissioner ) , that mainly took charge of practical businesses of the Toyotomi Administration at the last days of the administration during the Azuchi Momoyama period . +1 Sorai OGYU ( March 21 , 1666 - February 28 , 1728 ) is a Confucian , thinker and philologist in the middle of the Edo period . +1 FUJIWARA no Nobunaga ( 1022-October 20 , 1094 ) was a courtier from the middle to late Heian period . +1 Yorinori TADA ( year of birth unknown - 1156 ) was a warlord who lived toward the end of the Heian period . +-1 Nichisei Kankeishi ( or Nissei Kankeishi ) refers to the history of relations between Spain and Japan . +1 Torataro YOSHIMURA ( May 22 , 1837 - November 8 , 1863 ) was a royalist from Tosa Clan who lived around the end of Edo period . +1 Tokisuke HOJO was the eldest son ( illegitimate child ) of Tokiyori HOJO , the fifth regent of Kamakura bakufu ( Japanese feudal government headed by a shogun ) and served in Rokuhara Tandai Minamikata ( Rokuhara Tandai South ) in the mid Kamakura period . +-1 Chazuke is a bowl of boiled rice with tea poured over it . +-1 Maizuru Tsutsuji ( azalea ) Matsuri Festival is one of the festivals that takes place in Maizuru City , Kyoto Prefecture . +-1 Miyakokoryu is a style of ikebana ( flower arrangement , or kado ) which was created by Kuhyodo Hitoami ISOGAI in November 1902 . +1 Jiro UTSUMI ( 1836 - ? ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) from Kawagoe City , Musashi Province . +1 Reizeiin was an Imperial Palace for the emperor who abdicated the throne during the Heian period . +1 Kyugoro JINMAKU ( June 4 , 1829 - 21 October , 1903 ) was sumo wrestler of the Edo period . +1 Nakatsukasa ( ca . 912-ca . 991 ) was a female poet who lived in the mid-Heian period . +1 Koremasa WADA was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +1 Kinkazu SHIGENOI ( December 19 , 1733 - October 23 , 1781 ) was a noble who lived in the middle of Edo Period . +-1 Rakugo is a traditional Japanese narrative art handed down through the generations that was established in early modern times . +1 MINAMOTO no Kunizane ( 1069 - February 26 , 1111 ) was a court noble in the late Heian period and also was a waka poet whose works were selected for Chokusenshu ( anthology of poems collected by Imperial command ) . +1 Kakua ( 1143 - unknown ) was a priest in the Tendai Sect of Buddhism from the end of the Heian period until the beginning of the Kamakura period . +1 Nagataka MORI ( 1566 - July 1 , 1582 ) was one of Nobunaga ODA 's bodyguards . +1 SAKANOUE no Okina ( year of birth unknown - June 13 , 699 ? ) was a person in the Asuka period of Japan . +1 Yoritane CHIBA ( December 16 , 1239 – September 7 , 1275 ) was a busho ( Japanese military commander ) in the mid Kamakura period . +1 Itsuun KINOSHITA ( September 19 , 1800 , to September 12 , 1866 ) was a nanga painter ( an original style of painting in the Edo period which had a great deal of influence from the Chinese Nanga style ) during the latter part of the Edo period . +1 Masatsuna KUSUNOKI ( 1346 - year of death unknown ) was a busho ( Japanese military commander ) , who lived during the period of the Northern and Southern Courts . +-1 Shuto is salted fish guts of a skipjack tuna , a bonito . +1 Shinnyo ( 1682 - November 5 , 1744 ) was a Jodo Shinshu ( True Pure Land Sect Buddhism ) priest and the 17th Hoshu ( high priest ) of the Higashi Hongan-ji Temple . +-1 Internet Sanpai is the act of visiting and praying at websites provided by Shinto shrines and Buddhist temples . +-1 Sagano Scenic Railway is the company operating Torokko trams on the Sagano Sight-seeing Tram Line , which utilizes the old San-in Line in Kyoto City , Kyoto Prefecture . +-1 The Ranteijo is the work of calligraphy written by Wang Xi-Zhi and the most famous in the calligraphy world . +1 Sukemasa MATSUDAIRA was the second lord of the Hamamatsu Domain , Totomi Province . +-1 Arashiyama stations are stations located in Kyoto City . +-1 " Kawarake Nage " refers to throwing an unglazed or sunbaked earthen sake cup or dish from a high place , wishing protection from evil and so on . +1 Tsuguo IESATO ( 1840 - June 10 , 1863 ) was a member of Mibu-Roshigumi ( Mibu masterless warrior group ) . +-1 Kyusei koto gakko was an institution of higher education in Japan based on the Higher School Order ( in 1894 and 1918 ) that existed until 1950 . +1 YOSHISHIGE no Yasutane ( about 931 - December 3 , 1002 ) was a bunjin ( educated person with an ability of good writing ) and Confucian in the mid Heian period . +1 Sadashige KAWAGOE ( 1272 - June 21 , 1333 ) was a Japanese military commander of Kawagoe Yakata , Iruma District , Musashi Province in the late Kamakura period . +-1 The Saionji Family were court nobility descended from the Fujiwara clan . +1 The Fujiwara were a noble clan that existed in Japan from the ancient period until the early modern period . +-1 Kanagamisaki Cape belongs to Maizuru City , Kyoto Prefecture , and faces the Japan Sea ( western part of Wakasa Bay ) . +1 Soku OGA ( year of birth unknown -1630 ) was a Japanese trader . +-1 Sasaki-jinja Shrine stands at Azuchi-cho , Gamo County , Shiga Prefecture . +1 FUJIWARA no Kanesuke ( 877 - March 21 , 933 ) was a mid-Heian period court noble and poet . +-1 Genji Kuyo is to hold a commemorative service for the Tale of Genji and its author Murasaki Shikibu . +1 Noburu KANAI ( February 26 , 1865 - August 13 , 1933 ) was from Shizuoka Prefecture , an economist and a member of Society for the Study of Social Policy . +1 Nobunao MATSUDAIRA was the second lord of the Kameyama Domain , Tanba Province . +-1 Kichiya musubi was a way of tying an obi for kimono that was in style during the Genroku era in Edo Period . +1 KI no Mahito ( 747 - September 27 , 805 ) was a low to medium rank government official during the early Heian period . +1 SAKANOUE no Haruko ( year of birth unknown – 834 ) was a daughter of SAKANOUE no Tamuramaro . +1 Jun FUKUDA ( February 17 , 1923 - December 3 , 2000 ) was a Japanese film director . +1 NAKAHARA no Morotsura ( 1220 - 1283 ) was a working-level official of the bakufu ( Japanese feudal government headed by a shogun ) during the middle of the Kamakura period . +1 FUMI no Jokaku was a figure in the Asuka period of Japan ( year of birth and death unknown ) . +1 FUJIWARA no Sanekata ( birth date is unknown and died January 7 , 999 ) was a mid-Heian period court noble and poet . +1 Mikisaburo SUZUKI ( August 15 , 1837 - July 11 , 1919 ) was the leader of the Ninth Unit of Shinsengumi and a member of Goryo-eji ( guards of Imperial mausoleums ) . +1 Shido NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +1 KIFUMI no Otomo ( year of birth unknown - November 9 , 710 ) lived in the Asuka period in Japan . +-1 Dangiku jiji and Kikukichi jiji are slang or jargon used among Kabuki fans . +1 Chikusen MIURA is a pottery and a family name of Kyo yaki ( Kyoto style ceramic art , or kiyomizu-ware ) . +1 " Sanjo-wasan " is a collective term for Jodo-wasan ( hymns of the Pure Land school ) , Koso-wasan ( hymns about high-ranked priests ) , and Shozomatsu-wasan ( hymns about three stages of the history of Buddhism ) , all of which were written in Japanese by Shinran . +1 Nichiga ( 1508 - December 21 , 1586 ) was a Buddhist monk of Hokkeshu sect during the Sengoku Period ( Period of Warring States ) . +1 Ryuson ( 706-June 9 , 760 ) was a priest in the Nara period . +1 Tsunemoto KIKKAWA ( 1428 – January 28 , 1520 ) was a busho ( Japanese military commander ) during the Sengoku Period ( Period of Warring States [ in Japan ] ) . +1 Seisuke OGAWA ( 1832 - 1880 ) was a stonemason active in the southern part of Izu Peninsula from the end of Edo Period to early Meiji Period . +-1 Daishogun ( also Taishogun ) +1 FUJIWARA no Hamanari ( 724 - March 12 , 790 ) was nobility and a poet in the Nara period . +-1 Ikura is salmon roe . +-1 The Nara Peerage refers to a family line and its people , who returned to the court noble society and entitled to be the peerage after the Meiji Restoration due to the special circumstances described below . +1 Shinkoku ( Shinshu ) means ' country of God ' +1 Takanori KUKI ( September 28 , 1800 - May 30 , 1853 ) was the eigth lord of he Ayabe Domain , Tanba Province . +1 Naoyoshi SHINJO ( 1599 - 4 September , 1662 ) was a Daimyo ( feudal lord ) during the Edo period . +1 O no Jinenmaro ( birth year unknown - October 16 , 886 ) was an expert in gagaku ( ancient Japanese court dance and music ) in the early Heian Period . +1 Masatsugu ISHIDA ( birth date unknown - October 23 , 1600 ) was a busho ( Japanese military commander ) of the Azuchi-Momoyama period . +-1 Takakura-rikkyo is an overpass located on the east side of Kyoto Station . +1 HARUSUMI no Amaneiko ( year of birth and death unknown ) was a nyokan ( court lady ) / waka poet . +1 Shua ( year of birth unknown - c . 1377 ) was a renga poet ( linked-verse poet ) in the period of the Northern and Southern Courts ( Japan ) who belonged to the ordinary people class . +-1 Muromachi Bakufu was a samurai government established by Takauji ASHIKAGA . +1 Sadaakira SUGANUMA was the second lord of the Kameyama Domain in Tanba Province . +1 Imperial Princess Gashi ( Masako ) ( 910 - October 3 , 954 ) was the 10th princess of the 60th Emperor Daigo . +-1 Kokujin-ryoshu sei was a thesis concerning the structure of Japan during the late medieval period ( the period of the Northern and Southern Courts ( Japan ) , the Muromachi period , and the Sengoku period - period of warring states ) -- accordingly , the structure should be comprehended through research of movement of kokujin-ryoshu ( local samurai lords ) who directly ruled the farmers . +1 Mitsuosa IRAKO ( October 7 , 1823-September 23 , 1881 ) was a Japanese medical doctor from the end of Edo period to the early Meiji period . +-1 The " kami " found in Shinto are objects of faith that are to be feared or held in awe . +-1 Kume-dera Temple , located in Kume Town , Kashihara City , Nara Prefecture , is a temple that belongs to the Omuro school of the Shingon sect of Buddhism . +-1 Koho-an Temple is a sub-temple located within the precinct of Rinzai sect Daihonzan ( Head Temple ) Daitoku-ji Temple in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +1 Kishima MAEBA ( September 5 , 1846 - April 2 , 1915 ) was the leader of the Fourth Squad of Hakodate Shinsen-gumi . +1 Yasuzumi WAKISAKA was the third lord of the Tatsuno domain of Harima Province . +1 Tadakage SHIMAZU ( 1241 - 1300 ) was busho ( Japanese military commander ) and kajin ( waka poet ) in the Kamakura period . +-1 " Kaya Tetsudo " refers to the railway which connected Tango Yamada Station ( the present Nodagawa Station of Kitakinki Tango Railway Miyazu Line ) located at Nodagawa Town ( the present Yosano Town ) , Yosa County , Kyoto Prefecture , with Kaya Station located at Kaya Town ( the present Yosano Town ) in the Yosa County . +-1 Hyaku-do mairi ( the hundred-fold visit ) is a folk religious practice in Japan , in which a person visits a temple or shrine in order to pray to the gods and then , at that same temple or shrine , pays his or her respects one hundred times . +1 Emperor Ojin ( January 5 , 201-March 31 , 310 ) was the fifteenth Emperor , who was in the reign from February 8 , 270 to March 31 , 310 . +-1 Junen is ( a manner of ) chanting a homage to Amida Buddha ten times . +1 Sanemi OGIMACHISANJO ( 1264 - year of death unknown ) was a Kugyo ( court noble ) in Kamakura period . +-1 " Mihotsu-hime " is a god ( Shinto ) appearing in Japanese mythology . +1 Kihachi OKAMOTO ( February 17 , 1924 - February 19 , 2005 ) was a film director in Japan . +-1 Nagahama Hachimangu Shrine stands in Nagahama City , Shiga Prefecture . +-1 Isatsu-gawa River , a class B river system , runs mainly through Maizuru City , Kyoto Prefecture . +1 ONAKATOMI no Yoshinobu ( 921 - August 991 ) was a poet in the mid-Heian period . +-1 Keishitsu means second wife . +1 Shizuko NOGI ( November 29 , 1859-September 13 , 1912 ) was a woman who lived from the end of the Edo period to the Meiji period and the wife of Maresuke NOGI who was Army General . +-1 Goi no Kurodo was a post of Ryoge no kan ( class outside of the Ritsuryo system ) under the Japanese Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Koyo OZAKI ( January 10 , 1868 - October 30 , 1903 ) was a Japanese novelist . +-1 Furofuki daikon is simmered Japanese radish , which is often served with Miso sauce . +1 Tadahide MATSUDAIRA ( 1640 - year of death unknown ) lived in the Edo period . +-1 Higashiyama Ward is one of the eleven wards that constitute Kyoto City . +1 Yasuto HIROSAWA ( February 24 , 1830 - February 5 , 1891 ) was a feudal retainer of the Aizu clan ( now Fukushima Prefecture ) lived in the last days of the Tokugawa shogunate during the late Edo period . +1 Yoshiyasu TAMAKI ( August 8 , 1552 - 1633 ) was the busho ( Japanese military commander ) of Aki Province during in the Sengoku Period ( Period of Warring States ) . +1 Mitsutada AKECHI ( 1540 ? ) - July 4 , 1582 ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +-1 The word Kyo no Nanakuchi ( Seven Entrances to Kyoto ) was used to collectively refer to the entrances of roads leading to Kyo ( Kyoto ) . +-1 Kawabata-dori Street is one of the streets of Kyoto City . +-1 Horin-ji Temple is a Buddhist temple located in Nishikyo Ward , Kyoto City . +1 Tekona is the name of a woman who is believed to have lived in Mama , Katsushika , Shimosa Province ( present-day Ichikawa City , Chiba Prefecture ) before the Nara Period . +1 Kinhiko IMADEGAWA ( 1506 - March 11 , 1578 ) was a kugyo ( court noble ) who lived during the latter half of the Muromachi period ( Sengoku period - period of warring states in Japan ) . +-1 According to the " Kojiki " ( The Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) , Ioto no miya was an imperial palace established in the capital of ancient Japan ( in the early days of the Yamato dynasty ) . +-1 The garden of Heian-jingu Shrine is a modern Japanese garden of the chisen kaiyu style ( a style of Japanese garden with a path around a central pond ) in Sakyo Ward , Kyoto City , Kyoto Prefecture . +-1 The Settan-kaido Road was the principal road connecting Settsu Province and Tanba Province ( present-day Ikeda City , Osaka Prefecture , and Kameoka City , Kyoto Prefecture , respectively ) . +1 Muro no Okimi ( year of birth unknown - 746 ) was a member of the Imperial Family in Japan . +1 IOI no Kujira ( date of birth and death unknown ) lived during the Asuka period of Japan . +-1 Tsunohanzo is one of Japanese yokai ( ghosts , spirits and monsters ) which is portrayed in Sekien TORIYAMA 's yokai art collection book , " Gazu Hyakki Tsurezure Bukuro " ( The Illustrated Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +1 Katsutaro HITOMI ( born on November 30 , 1843 and died on December 31 , 1922 ) was a vassal of Tokugawa Shogunate in the end of Edo period and a bureaucrat and businessman in the Meiji period . +-1 Toiya ( Tonya ) refers to a wholesale agent as a general meaning used today ; it has different meanings , however , if it is used in the context of history or the law . +1 Prince Isonokamibe ( also pronounced Isonokamibe no oji , Isonokamibe no miko [ date of birth and death unknown ] ) +1 Chikayo OTOMO ( Birth date unknown - April 1 , 1418 ) was a Shugo Daimyo ( Guardian Feudal Lord ) over the period of Northern and Southern Courts in Japan and Muromachi Period . +-1 Daijokan +1 OE no Takachika ( date of birth unknown - July or August , 1046 ) was a nobility who lived in the Heian period . +1 MIWA no Fumiya ( the year of birth unknown - 643 ? ) was a person in the Asuka period . +-1 The Kokyu junishi is an organization of 宮人 ( kunin / kyujin or court ladies , later called nyokan ) prescribed in the Japanese ritsuryo system . +-1 A local lord ( or " Zaichi ryoshu " in Japanese ) is an appropriator with the authority to control farmers and fishermen in his territory by executing authority under the Shoen koryo sei ( System of Public Lands and Private Estates ) in Medieval Japan . +-1 The Ogasawara-ryu is a school of traditional samurai arts , that was originally founded to teach equestrian archery ( kisha ) . +-1 Shaku ( 尺 ) is one of the units in the traditional East Asian system of weights and measures . +-1 Socialism Society was a socialism group in the Meiji Period . +-1 Yuzuyu refers to the drink made by boiling yuzu ( citrus fruit ) in sugared water and diluting the sugared water seasoned with the yuzu flavor with hot water ( yuzu tea ) . +-1 The military government was an administration under the control of samurai . +1 Tonan UTSUNOMIYA ( April 8 , 1633 - November 3 , 1707 ) was a Confucian scholar during the Edo period . +1 Emperor Gosai ( January 1 , 1638 - March 26 , 1685 ) , the 111th Emperor , reigned during the Edo period ( from January 5 , 1655 to March 5 , 1663 ) . +-1 Yuzen is a technique to dye cloth with patterns on it . +1 FUJIWARA no Takayoshi ( year of birth and death unknown ) was a painter during the late Heian period . +1 Hirofusa SEIKANJI ( May 7 , 1633 - November 25 , 1686 ) was a Kugyo ( a Court noble ) and a retainer of the Imperial Court during the early Edo period . +1 Fushimi no Miya is one of the Miyake ( house of imperial prince ) . +1 Tadatsune KAZANIN ( January 1173 ( by the old calendar ) - August 25 , 1229 ) was a kugyo ( court noble ) who lived in the Kamakura period . +-1 Azechi ( Inspector of the provincial government ) +1 Hidemasa HORI was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) in the Sengoku period ( period of warring states ) . +1 FUJIWARA no Sadanobu ( 1088 - February 17 , 1156 ) was a calligrapher during the late Heian period . +-1 The Ordinance for Keeping and Disposal of Castles and Selection of Military Posts is an edict and notice of Dajokan ( Grand Council of state ) issued by the Meiji Government to Okura-sho ( Ministry of the Treasury ) on January 14 , 1873 , regarding the property management policies on castles and jinya ( regional government office ) across the country . +-1 Genroku chushingura is a program of Kabuki , and is a Shin-kabuki ( new Kabuki ) written by Seika MAYAMA . +1 Genpachi MITSUKURI ( June 26 , 1862 - August 9 , 1919 ) was a historian who was born in Edo ( present-day Tokyo ) . +-1 Goryosho , which is also called ryosho or goryo , is the land under the direct control of an official authority such as the Emperor ( the Imperial family ) or Shogunate . +-1 Kamimusubi ( or Kamimusuhi , Kamumusubi ) is a god ( Shinto ) in Japanese mythology . +1 Ensho ( 880 - March 6 , 964 ) was a priest of the Tendai Sect in the middle of the Heian period . +1 Josai KONO ( 1742-March 26 , 1779 ) was a Japanese Confusian scholar and composer of Chinese poems in the middle of the Edo period . +-1 Nagas no kuni no miyatsuko ( also known as Nagasa kokuzo ) was a kuni no miyatsuko that ruled the east part of Awa Province in ancient Japan . +1 A member of Yamanouchi-Uesugi family in the period of Northern and Southern Courts ( Japan ) . +-1 Family , clan +1 Anna MAKINO ( December 4 , 1971 - ) is the representative of LOVE JUNX . +1 Honinbo Shuei ( November 1 , 1852 - February 10 , 1907 ) was an Igo ( board game of capturing territory ) player in the Edo and Meiji periods , also known as Shuei HAYASHI the 13th , Honinbo the 17th and the 19th , and a Meijin ( master ) ( Igo ) . +-1 " Hanayorimo Hananogotoku " ( More Flower-like Than Flowers ) is a manga about Noh ( traditional masked dance-drama ) by Minako NARITA . +-1 Located in Fujiidera City , Osaka Prefecture , the Hasamiyama Remains are compound remains where remains and relics in various periods from the Paleolithic period ( in Japan ) to the early-modern times have been found . +-1 Nyoirin-ji Temple is a Jodoshu sect ( Pure Land sect ) temple in Yoshino-cho , Yoshino County , Nara Prefecture . +-1 Uchitachi is a term used in martial arts , especially in swordplay and budo ( Japanese martial arts ) such as in the Japanese art of fencing . +-1 Hassaku is the abbreviation of hachigatsu sakujitsu which means August 1 on the lunar calendar . +-1 In-no-hyojo was an agreement presided by the retired emperor or cloistered emperor during his post-retirement government . +1 Fujiuji ASHIKAGA ( year of birth unknown - 1566 ) was a person in the Sengoku period . +1 Shigekane AOKI ( January 27 , 1607 - October14 , 1682 ) was the second lord of the Asada domain , Settsu Province . +1 MIWA no Takechimaro ( year of birth unknown - February 3rd , 706 ) was a person of the Asuka Period in Japan . +1 Fuyo KO ( April 30 , 1722 - June 13 , 1784 ) was a Confucian scholar , tenkoku ( seal-engraving ) and painter in the mid Edo period . +1 Kasetsu KANZE ( November 14 , 1884 - January 6 , 1959 ) was a Noh actor , shite-kata ( main roles ) of Kanze school in the Showa period . +-1 Gohei is one type of heihaku used in the religious services of Shinto , made by clipping two shide ( zigzag strips of paper ) into a heigushi ( staff ) made of bamboo or other wood . +1 Yasutake YOKOYAMA ( 1843 - August 22 , 1870 ) was an indignant person who served in Kagoshima Domain . +-1 Maizuru Port , located in Maizuru City , Kyoto Prefecture , is a key port . +-1 Japan / Kinki Region / Kyoto Prefecture / Kuse-gun +1 Takafusa MADENOKOJI ( November 13 , 1592 - May 5 , 1617 ) was a court noble in the Edo period . +-1 The history of Japanese navy goes back to the early medieval period in which Japan interacted with countries on the Asian Continent . +-1 Shinsatsu is a gofu ( talisman ) distributed by shrines . +1 Yoshihide ROKKAKU ( 1532-1569 ) was a busho ( Japanese military commander ) who lived between the Sengoku and the Azuchi Momoyama periods . +-1 Kinteki ( the regular close-ranged shooting ) is one of the kyudo ( Japanese art of archery ) events established by the Rules of All Nippon Kyudo Federation . +-1 Sakekasu ( sake lees ) is the solid white substance that remains after pressing the main fermenting mash used to make Japanese sake ( rice wine ) +1 Kinsada TOIN ( March 3 , 1340 - July 26 , 1399 ) was a kuge ( court noble ) during the period of the Northern and Southern Courts ( Japan ) . +1 Tochi no Himemiko ( 653 [ Some say 648 ] - May 3 , 678 ) was the first Princess of Emperor Tenmu ( Mother was Nukata no Okimi ) and the lawful wife of Prince Otomo ( Otomo no Oji ) ( Emperor Kobun ) . +-1 Zokumyojyuho means treasured heirloom to atone life and indicates the teachings in " Nehan-gyo Sutra " ( The Sutra of The Great Nirvana ) defined by Tendai Daishi Chigi . +-1 Ono Station , located in Yamashina Ward , Kyoto City , is a railroad station on the Kyoto Municipal Subway Tozai Line . +1 Sadamitsu USUI ( 954-1021 ) was a busho ( Japanese military commander ) who lived during the middle of the Heian Period . +-1 Oharae ( the great purification ) is an event of removing calamity held on June 30 and December 31 . +-1 Ondo is one of the subjects of Daigaku-ryo , an educational institution under the system of centralized administration established under the Ritsuryo Legal Codes in Japan , to learn the Han pronunciations of Chinese characters in order to allow the reading aloud of the scriptures of Confucianism with the original pronunciations . +-1 Sobuji-rei was an edict that prohibited duels between daimyo ( feudal lords ) , issued by Hideyoshi TOYOTOMI . +1 Emperor Go-Ichijo ( October 12 , 1008 - May 15 , 1036 ) , the sixty-eighth Emperor , reigned during the middle Heian period ( from 1016 to 1036 ) . +1 TAIRA no Koremori was a samurai who lived towards the end of the Heian period . +-1 Agon Shu 's Hoshi Matsuri is a religious event organized by the Agon sect on February 11 of every year as the " Fire Rites Festival / Agon Shu 's Hoshi Matsuri " in the precincts of Honzan ( main temple ) of Agon sect in Omine-cho , Kita-kazan , Yamashina Ward , Kyoto City , Kyoto Prefecture . +-1 Gose Domain was a feudal domain that covered Katsujo-gun and Katsuge-gun in Yamato Province and part of Hine-gun , Izumi Province . +-1 Omandokoro +-1 The Abe clan ( the original kanji used for the Abe clan was 阿部氏 , later 安倍氏 ) was one of the nobles derived from Gozoku ( local ruling family ) of ancient Japan . +-1 Kawara-dera Temple is a Buddhist temple located in Asuka ( Asuka Village , Takaichi District , Nara Prefecture ) , which was the center of political culture in ancient Japan . +-1 Sekizoku is a type of stone tool also called a Yajiri ( arrowhead ; 鏃 or 矢尻 in Chinese characters ) . +-1 Karasuma Station , located at 17 , Naginataboko-cho , Shijo-dori Karasuma Higashi-iru , Shimogyo Ward , Kyoto City , is a stop on the Hankyu Kyoto Line , which is operated by the Hankyu Railway . +1 Lady Tomoe ( years of birth and death not known ) was a lady who was deemed a military commander in the Shinano Province and lived during the last days of the Heian period . +-1 A shochumimai is a letter sent to acquaintances to ask how they are doing in the mid-summer . +1 Fusafuyu ICHIJO ( 1489 - December 3 , 1541 ) was a figure of the Sengoku period ( period of warring states ) . +-1 Kyo-yashiki residences were Hantei ( residence ) maintained in Kyoto by Daimyo ( feudal lord ) of Han ( domains ) in the Edo period . +-1 Itamae is a person who cooks meals at a Japanese restaurant or ryotei ( traditional Japanese restaurant ) . +1 Imperial Princess Ryoshi ( born 1147 , died April 27 , 1216 ) was the first daughter of the seventy-seventh Emperor Goshirakawa . +-1 The Buei Sodo was an internal conflict that occurred within the Muromachi bakufu ( Japanese feudal government headed by a shogun ) in 1465 . +-1 The Awa Express Bus Kyoto-go is the daytime express bus running from Kyoto City - Oyamasaki-cho , Otokuni District - Takatsuki City - Naruto City - Tokushima City . +-1 Maesaka Pass is a pass in Kita Ward , Kyoto City , Kyoto Prefecture . +1 Shoku Nihongi is a collection of history books which was compiled by Imperial command in the early Heian period . +1 The term " Kichizo WAKAYAGI " refers to a professional name of iemoto ( the head ) of Soke ( the head family or house ) of the Wakayagi school . +1 Shozo KAWASAKI ( August 10 , 1836 – December 2 1912 ) was a Japanese politician as well as an entrepreneur . +-1 Ikezuki ( 生食 ) was the name of fine horses which did remarkable work in the end of Heian period . +-1 Misawa clan ( which is read Misawa-shi or Misawa-uji ) was a clan acting as estate steward in Iijima District , Shinano Province , which were the descendants of Shinano-Genji ( Minamoto clan ) . +-1 Gunbu Daijin Geneki Bukan sei ( Military Ministers to be Officers on Active-duty Rule ) is a regulation to limit the appointing authority of Military Ministers ( Minister of War and the Navy ) to only active military officers . +1 Teruko SASSA ( year of birth unknown - 1630 ) was a woman who lived from the Azuchi Momoyama to Edo periods . +1 Motoharu KAGAWA was a busho ( Japanese military commander ) of Sanuki Province ( Kagawa Prefecture ) who lived from the late Muromachi period to sometime in the Azuchi-Momoyama period . +-1 Kyoto mimawarigumi was an organization for maintaining public order in Kyoto , which was formed by the shogun 's retainers at the end of the Edo Period ( end of Edo period ) . +-1 The Nikyo Jiken was an abortive coup d 'etat in which Michiteru OTAGI and Mitsusuke TOYAMA , nobles in joi-ha ( supporters of expulsion of the foreigners ) , attempted to overthrow the Meiji Government in 1871 . +-1 The word ' Okutsuki ' refers to tombs of ancient times . +1 Gyoku ( year of birth and death unknown ) was a priest of the Jodo sect of Buddhism in the late Heian and the early Kamakura period . +-1 The Takatsuji-dori Street is a street running east-west running in Kyoto City , Kyoto Prefecture . +1 Kasaidono ( 1233 ? - October 16 , 1317 ? ) was a female member of the Hojo clan who lived during the middle years of the Kamakura period . +1 The Kan in no Miya was one of the four hereditary Imperial families , and it was a Miyake ( house of an imperial prince ) which was founded by Emperor Higashiyama 's Prince , Kan in no Miya Imperial Prince Naohito during middle of the Edo period . +1 Yoshimasa ASHIKAGA was the 8th Seii Taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi Shogunate ( reigned between 1449 - 1473 ) . +1 Prince Kusakabe ( 662-May 10 , 689 ) was a son of Emperor Temmu and Princess Uno no Sarara ( Empress Jito ) . +-1 Jonen-ji Temple is a Buddhist temple located in Kamo-cho , Kizugawa City , Kyoto Prefecture . +-1 Kyoen Kankan is mokkan ( a narrow strip of wood on which an official message is written ) of the Former Han and the Later Han periods , discovered in the Kyoen Hosui site covering from Ejin Banner of Inner Mongolia , China to the northeastern region of Jiuquan City , Gansu Province , China . +-1 Datsua-shiso thought is a concept mainly advocated by Yukichi FUKUZAWA , which encourages an abolishment of Confucianism and a departure from Sinocentrism . +1 Teisuke AKIYAMA ( August 24 , 1868 - January 19 , 1950 ) was a statesman and businessman from Okayama Prefecture . +-1 Nyubachibo ( literally , mortar [ a bowl-shaped vessel ] bonze ) is one of Japanese yokai ( ghosts , spirits and monsters ) that was transmuted from a copper disk ( cymbal ) used as a musical instrument for theatrical performance . +-1 " Shibaraku " is a program of Kabuki and is one of the Kabuki juhachiban ( eighteen best plays of the Ichikawa family of Kabuki actors ) . +-1 Rekki refers to the stone tool made of bigger pebbles . +1 Nariko HINO ( 1351 - August 14 , 1405 ) was a woman who lived in the Muromachi period . +1 Kenshun ( 962 - year of death unclear ) was a priest of the Shingon sect in the late Heian period . +-1 Omigyu is wagyu ( Japanese beef ) grown in Shiga Prefecture . +1 Seizo MORI ( 1927 - ) is a Noh actor of the Waki-kata ( supporting role ) Takayasu School . +-1 Ishikiate is a square piece of thick cloth for the reinforcement of an unlined garment ; it prevents the seams from coming apart and is applied from the back ( inside ) to the part that presses against the wearer 's hip . +-1 Kukuchi-jo ( also known as Kikuchi-jo ) Castle is one of the ancient mountaintop castles ( Korean-type mountaintop castle ) . +-1 Sarumaru-jinja Shrine is located in Ujitawara-cho , Tsuzuki-gun of Kyoto Prefecture . +1 SHIGENO no Sadanushi ( 785 – March 6 , 852 ) was a bureaucrat in the early Heian Period . +-1 Zuko refers to applying incense to a Buddha 's statue or the body of a practitioner to cleanse impurities . +-1 Buried cultural properties are cultural properties ( cultural heritages ) that are found under the ground . +1 FUJIWARA no Tomoyasu ( year of birth unknown - 977 ) was a court official during the mid-Heian Period . +1 Oshima-bon is one of the older manuscripts of " Genji Monogatari " ( The Tale of Genji ) . +1 Tajima no himemiko ( year of birth unknown – July 21 , 708 ) was a Princess of the Emperor Temmu . +-1 Bunshichi Mottoi was created by Encho Sanyutei , and is one of human-interest stories among rakugo ( traditional comic story telling ) . +1 Nobusue IMADEGAWA ( November 4 , 1713 - July 30 , 1746 ) was Kugyo ( a Court noble ) in the middle of the Edo period . +-1 Oshibori refer to wet hand towels that are served at restaurants and other places for customers to wipe their hands . +-1 The Oni no Manaita ( Devil 's Chopping Board ) and Oni no Setchin ( Devil 's Toilet ) are remains made of granite located in Noguchi ( Oni no Manaita ) , and in Hirata ( Oni-no Setchin ) of Asuka Village , Takaichi County , Nara Prefecture . +1 Sadayasu UTSUNOMIYA was a busho ( Japanese military commander ) during the Kamakura and Muromachi Periods . +-1 Onshi refers to an action of monarch who gives some goods to his subject to show his gratitude or expectation for the loyalty and contribution dedicated or to be dedicated . +1 Tomoyuki KITABATAKE ( 1290 - July 20 , 1332 ) was a Kugyo ( the top court official ) in the end of the Kamakura era . +-1 Niwabi ( garden fire ) is a piece of music used for the court kagura ( sacred Shinto music and dancing performed in the Imperial Court ) . +-1 Jisharyo was a classification of fief that once existed in Japan . +1 FUJIWARA no Kiyosuke ( 1104 - July 17 , 1177 ) was a court noble and poet at the end of the Heian period . +1 Sanetsune TOKUDAIJI ( January 10 , 1840-June 4 , 1919 ) was Kugyo ( a court noble ) and a bureaucrat from the late Edo period to the Meiji period . +1 Priest-Imperial Prince Kakusho ( 1129 - December 30 , 1169 ) was a member of the Imperial Family , a monk and a poet during the late Heian period . +1 Emperor Antoku ( December 22 , 1178 - April 25 , 1185 ) was the eighty-first Emperor . +-1 Munakata Sanjojin ( Three Goddesses of Munakata ) is a collective name for Mihashira no menokami ( three female gods ) enshrined at Munakata-taisha Shrine ( Munakata City , Fukuoka Prefecture ) . +1 Narimichi NIJO ( May 31 , 1781 - July 4 , 1798 ) was kugyo ( high court noble ) in the Edo period . +1 Kanetsugu YAMADA ( circa 1208 - the date of death unknown ) was a samurai and a Buddhist monk during the early Kamakura period . +-1 The Seven Wonders of Shimabara are wonders taught in Shimabara ( the entertainment area in Kyoto City ) . +-1 The term " aiuchi " means to hit or strike each other at the same time in kendo ( Japanese fencing ) and so on . +1 MINAMOTO no Mitsuyuki ( 1163 - April 3 , 1244 ) was a politician , literary scholar and poet during the early Kamakura period . +-1 Monme is a weight unit in the Japanese traditional system of weights and measures . +-1 Meijin ' and ' Queen ' refer to Kyogi Karuta ( karuta [ Japanese card game ] match ) in which karuta of Hyakunin Isshu ( one hundred waka poems by one hundred poets ) are used and they played by the rule of All-Japan Karuta Association ; for male players the Meijin-sen ( literally , ' master tournament ' ) is held , and for female players the Queen-sen is held ; they also refer to the titles given to the champions ; male player has to pass the preliminary of the Meijin-sen and beat the champion of the previous year , and female player has to pass the preliminary of the Queen-sen and beat the champion of the previous year as well , and the champions become ' Meijin ' and ' Queen . ' +1 Nagazumi ODA ( November 22 , 1856 - November 29 , 1920 ) was a Japanese peer . +1 FUJIWARA no Tokihira , born in 871 and died on May 1 , 909 , was a court noble during the early Heian period . +1 Dohachi TAKAHASHI is one of potteries of Kyo yaki ( Kyoto style ceramic art , or kiyomizu-ware ) , and is a family name for ceramic artists . +1 Yoritsuna ANEGAKOJI ( 1540 – 1587 ) was a Japanese military commander and feudal lord who lived from the Sengoku period ( period of Warring States [ in Japan ] ) to the Azuchi Momoyama period . +1 KO no Moronao ( year of birth unknown - April 1 , 1351 ) was a busho ( Japanese military commander ) in the late Kamakura period and the period of the Northern and Southern Courts ( Japan ) . +-1 Eboshi was the headwear which an adult man put on when he wore a Japanese formal attire from the Heian period to modern times . +-1 " Kei " or qing is a unit of area used in the Chinese traditional system of measurement ( unit system ) . +-1 Sannin Kichisa Kuruwa no Hatsugai is a Kabuki program in the late Edo period written by Mokuami KAWATAKE . +-1 Saga Torokko Station , located in Sakyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Saga Sightseeing Tram Line of Sagano Scenic Railway . +-1 Gofun is a kind of pigment . +1 Yoshiharu WAKEBE ( October 19 , 1627-August 8 , 1658 ) was the second lord of Omizo Domain , Omi Province . +-1 Yokoku-ji Temple , located in Nagaokakyo City , Kyoto Prefecture , is a temple of the Seizan Jodo sect . +-1 The earthquake in the northern Tango Province occurred at 6 : 27 : 39 pm on March 7 , 1927 . +1 Aritomi ( or Akitomi ) KADENOKOJI ( or KAGEYUKOJI ) ( March 5 , 1490-September 14 , 1565 ) was kugyo ( a Court noble ) and an onmyoji ( Master of Yin yang ) who lived during the Sengoku Period ( Period of Warring States ) . +1 Yoritane WAKATSUKI ( year of birth and death unknown ) was a busho ( Japanese military commander ) , who lived during the Kamakura period . +1 Kigo , season word or kidai , seasonal topic ( in haiku poetry ) is a word symbolizing a given season and it is considered desirable that one of either kigo or kidai be contained in a haiku poetry . +-1 Nariai-ji Temple is a Buddhist temple located in Miyazu City , Kyoto Prefecture . +-1 Ancient Chinese chromatic scale is the twelve kinds of average pitch that are used in Chinese or Japanese traditional music . +-1 tenshu ( castle tower ) , yagura ( turret ) , mon ( gate ) , hei ( wall ) , umaya ( stable ) , ishigaki ( stone wall ) , dorui ( earthwork ) , hori ( moat ) +-1 Hokyo-in Temple is an independent Buddhist temple belonging to the Rinzai Sect located in Sagano , Ukyo Ward , Kyoto City , Kyoto Prefecture . +1 Kaneyori HAGIWARA ( 1588 - September 17 , 1660 ) was a Shintoist , who lived during the early Edo period . +-1 Daubutsu-yo is one of the traditional temple architectural styles in Japan . +1 Kiminosuke KAMEI ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group ) which was the forerunner of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +1 Classics Day , on November 1 , refers to an anniversary to publicly honor Japanese classical literature . +1 Kagetsuna UTSUNOMIYA ( 1235 - June 10 , 1298 ) was a Japanese military commander who lived during the middle of the Kamakura Period . +1 Jichie ( also pronounced Jitsue , born 786 , died December 24 , 847 ) , was an early Heian-period Buddhist priest of the Shingon sect . +-1 Koden is rice fields granted to those who did meritorious deeds for the state under the Japanese Ritsuryo system . +-1 Saijin is a Shinto term that signifies a deity enshrined in a Shinto shrine . +-1 Miwa-cho was a town located in Amata-gun , Kyoto Prefecture . +-1 Hataraki-goto refers to shosa ( conduct ) that has certain ideographical and representational elements in the parts that consist of performers ' shosa and Noh-hayashi ( percussion ensemble ) in Noh plays . +-1 Shichimi togarashi ( seven flavor chili pepper ) is a Japanese blend of seven spices . +-1 Machiya is a house of common people in town . +-1 Nozuchi is a specter that exists in Japan . +1 Masakuni INABA ( July 2 , 1834 - July 15 , 1898 ) was a daimyo ( Japanese feudal lord ) , roju ( senior councillor of the Tokugawa shogunate ) and Kyoto shoshidai ( The Kyoto deputy ) in the Edo period as well as the twelfth and last lord of Yodo domain of the Yamashiro Province . +-1 " Fuguruma-yobi " is a Japanese specter which appears in " Hyakki Tsurezure Bukuro " ( The Bag of One Hundred Random Demons ) , a collection of paintings of specters drawn by Sekien TORIYAMA . +-1 A " marquis " or " marquess " is the second of five peerage ranks . +-1 Kyoto Prefectural Vocational Training School of Agriculture and Forestry was a public vocational school founded under the old education system in 1944 . +1 Takakuni KYOGOKU was the third lord of the domain of Miyazu in the Province of Tango . +-1 Kenminsen means ships dispatched seventeen times to Ming China in the Muromachi period ( the total number of ships was eighty-four ) during the period of one and a half centuries from 1404 to 1547 for the purpose of Nichi-Ming trade ( trade between Japan and the Ming Dynasty , China ) ( Kango trade ) . +1 Kunichika TOYOHARA ( 1835 - 1900 ) was an ukiyo-e ( Japanese woodblock prints ) artist who lived from the end of Edo period to Meiji period . +-1 Koshogatsu is the day of mochi no hi in the New Year ( January 15th of the old lunar calendar , or the first full moon of the New Year ) . +1 Enjaku JITSUKAWA is a professional name for kabuki actor . +1 YAMABE no AKAHITO ( dates of birth and death unknown ) was a poet who lived during the Nara Period . +-1 Goro Sky Tower is an observation tower located in Maizuru City , Kyoto Prefecture . +-1 Taishu Bungei Eiga-sha ( established in September 1931 and ceased operations in July 1932 ) was a film company that existed in Kyoto . +-1 Shonii ( Senior Second Rank ) is one of the ranks in Ikai ( court ranks ) and Shinkai ( ranks granted to Shinto gods ) in Japan . +1 Teiki ( records of Emperor 's family tree ) +1 Tadateru Matsudaira was a Japanese feudal lord from the Azuchi-Momoyama period to the middle of the Edo period . +-1 Seishi Bosatsu , Bon name : mahaasthaamapraapta , is a Bosatsu in Buddhism . +-1 The term " kikuzake " refers to sake in which chrysanthemum blooms are steeped , which is provided on the Chrysanthemum Festival ( September 9 according to the old calendar ) , which is called ' Choyo no sekku ' or ' Kiku no sekku ' in Japanese . +-1 Ibaraki Doji was a Heian-period oni ( a mythical creature resembling a demon or ogre ) who supposedly went on a rampage in Kyoto from his lair on Mt . Oe . +-1 Kami no Megumi Wago no Torikumi is the title of a Kabuki play . +-1 Shikibunden are rice fields that were granted to government officials under the ancient East Asian Ritsuryo system . +1 Kisaburo ONOGAWA ( 1758 to April 30 , 1806 ) was an Edo sumo wrestler of the Grand Sumo Tournament . +-1 Ensho-ji Temple is a Buddhist temple of the Shingon Ritsu sect located in Ikoma City , Nara Prefecture . +1 Kinkage ANEGAKOJI ( October 26 , 1602 - January 21 , 1652 ) was a court noble in the early Edo period . +1 Nose ASAJI ( April 1 , 1894-February 25 , 1955 ) was a Japanese Noh researcher and expert on Japanese literature . +1 Noriyasu MATSUDAIRA ( 1748 - July 30 , 1826 ) was a daimyo ( Japanese feudal lord ) and politician during the late Edo period . +-1 Shogun is a job grade and title given to the commander of a relatively large armed force and is also the rank of a military clique leader . +1 Takayuki KYOGOKU ( June 3 , 1678 - March 8 , 1723 ) was the forth hereditary domain head of the Mineyama Domain in Tango Province . +-1 Tsuge-mura is a village which once existed in the northeast part of Nara Prefecture . +1 Roro SAKATANI ( November 17 , 1822 - January 15 , 1881 ) was a scholar of the Chinese classics and Confucianism from Okayama Prefecture . +-1 Goho-sei System is one of those introduced from the ritsuryo system of the Tang Dynasty by the Emperor Tenji after the Taika Reforms . +1 Sanetomo OGIMACHISANJO ( September 25 , 1748 - February 23 , 1785 ) was Kugyo ( a Court noble ) during the middle of the Edo period . +-1 Yawata-maki is a name of food . +-1 " Muryoju-kyo Ubataisha Ganshoge " is a commentary on " Muryoju-kyo Bussetu Muryoju-kyo ( the Sutra on the Buddha of Immeasurable Life ) " compiled by Seshin , which was translated into Chinese by Bodhiruci in the Northern Wei dynasty . +-1 Aioi jishi is one of nagauta ( long epic songs ) of Kabuki theater . +-1 Roju Hosho was the official document issued by roju ( a senior councilor of the Tokugawa shogunate ) in the Edo period . +-1 The Tatsuta-goe Nara Kaido is one of the highways to Nara . +1 Honen was a Japanese Buddhist monk from the late Heian Period to early Kamakura Period , and the founder of Pure Land Sect . +1 Seisuisho is a collection of comical stories which widely circulated among the common people . +-1 Shinnen Enkai is a holiday which used to be celebrated before the World War II . +1 Shibajaku NAKAMURA is a professional name used by several Kabuki actors . +1 " Shoku Kokin Wakashu " is an anthology compiled by imperial command in the Kamakura period , and is the eleventh of the twenty one poetry anthologies . +-1 Nikenchaya Station , located in the Sakyo ward of Kyoto City , is a stop on the Kurama Line of the Eizan-dentetsu ( Eizan Electric Railway ) . +-1 Nijo-dori Street is one of the major east-west streets in Kyoto City , Kyoto Prefecture . +-1 Himorogi is an object that is designated as yorishiro ( representative of a divine spirit ) to enshrine a divine spirit temporarily when a festival is held in a place other than a shrine or a household Shinto altar . +1 Taneharu KUTSUKI is the fourth lord of the Fukuchiyama Domain in Tanba Province . +1 " Bodai-moto " is the " moto " ( yeast mash ) , with which " Nanto moro-haku " ( several kinds of " soboshu " [ monk 's sake ] having the highest quality ) , especially the name-brand sake " Bodaisen , " was made through fermentation at Shoryaku-ji Temple on Mt . Bodai in Nara . +1 Imperial Prince Tokiwainomiya Mataakira ( 1439 - January 14 , 1522 ) was a member of the Imperial family during the Muromachi period . +1 Sadaoki ISE +-1 Fuki was a yose of Kamigata rakugo ( traditional Japanese comic storytelling as performed in the Kyoto-Osaka region ) that existed in the past . +-1 " Kyudojo " is a dojo ( a training hall ) to do kyudo ( Japanese art of archery ) and kyujutsu ( same as above ) . +-1 Soja refers to a shrine that has collected gods of local shrines and enshrined them together . +-1 Shin Ainomachi-dori Street is a street running from north - south through Kyoto City . +1 FUJIWARA no Umakai ( AD 694 to September 7 , AD 737 ) was a politician during the Nara period . +1 TAIRA no Shigemori was a military commander and a kugyo ( the top court officials ) at the end of the Heian period . +1 FUJIWARA no Sugane ( 856-November 8 , 908 ) was an aristocrat and scholar of the early Heian Period . +-1 The Kira clan is one of the most prestigious samurai families in Japan ; listed below are this family 's three notable lines of descent . +1 Kyoku is one type of fixed form verse which developed in the latter half of the early-modern period in Japan . +1 Shonyo ( December 23 , 1516 - September 19 , 1554 ) was a priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) during the Sengoku Period ( Period of Warring States ) . +1 Emperor Kenzo ( 450 - June 2 , 487 ) was the twenty-third Emperor , described in " Kojiki " ( literally , The Record of Ancient Matters ) , " Nihonshoki " ( literally , Chronicles of Japan ) , and " Harimanokuni Fudoki " ( literally , Records of the Culture and Geography of the Harima Province ) , who reigned from February 1 , 485 , to June 2 , 487 . +1 The Shinshicho ( New Tides of Thought ) is a Japanese literary magazine . +-1 Suzaku ( also known as Shujaku , or in Pinyin ) is one of the legendary divine beasts ( God Bird ) of the People 's Republic of China , and is one of the four gods ( also known as the Four Beasts or the Four Phenomena ) who rule over the four directions ; it is also important in the Five Elements Theory . +1 Kiyonori KONAKAMURA ( January 22 , 1822 - October 11 , 1895 ) was a scholar of Japanese classical literature and historian . +1 Tomokata IWAKURA ( 1802 - June 25 , 1818 ) was a retainer of the Imperial Court during the late Edo period . +1 Hikozaburo SHIBATA ( 1840 - August 3 , 1866 ) , was a lowly member of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +-1 Awashima no kami is a god ( Shinto ) in Shinto and Japanese folk religion . +-1 The Rodo Kumiai Kiseikai was an association founded in the Meiji Period for the purpose of forming labor unions . +-1 Hikime-kagibana is a typological and stylized description technique for the eyes and nose of a person 's face , used in the Yamato-e paintings ( traditional Japanese style painting of the late Heian and Kamakura periods dealing with Japanese themes ) and fuzokuga ( pictures of manners and customs ) during the Heian and Kamakura periods . +-1 The Takeyamachi-dori Street is a street running east-west through Kyoto City . +-1 The Kanoha group is the largest gaha ( group of painters ) in Japanese art history , and was active for about 400 years from the middle of the Muromachi period ( fifteenth century ) to the end of the Edo period ( nineteenth century ) as a group of expert painters that consistently dominated the art world . +1 KOREMUNE no Hirokoto ( year of birth and death unknown , 1172 ? - 1187 ? ) was a descendant of the Hata clan . +1 FUJIWARA no Kaedemaro ( 723 – July 7 , 776 ) was a bureaucracy in the Nara period . +1 Masanori INABA ( October 28 , 1801 - July 28 , 1823 ) was the ninth lord of the Yodo Domain of Yamashiro Province . +-1 Soen-kei group of Sekishu-ryu school is a group in buke sado ( the tea ceremony of samurai family ) +-1 Shijio-ohashi Bridge is on Shijo-dori Street and over the Kamo-gawa River which runs through Kyoto City . +-1 The Battle of Nagashino is a battle fought on June 29 , 1575 between the Nobunaga ODA - Ieyasu TOKUGAWA allied forces of 38,000 soldiers and the Katsuyori TAKEDA forces of 15,000 men over Nagashino-jo Castle in Mikawa Province ( current Nagashino , Shinshiro City , Aichi Prefecture ) . +-1 Kitano mandokoro is the title given , through an emperor 's proclamation , to the legally wedded wife of the person in the position of Sessho ( regent ) or Kanpaku ( chief adviser to the Emperor ) . +1 TAIRA no Iemori ( 1120 ( ? ) - 1149 ) was a military commander at the end of the Heian period . +1 Ennei OTANI ( November 14 , 1914 - January 28 , 2008 ) was a priest of Jodo shinshu sect ( True Pure Land Sect Buddhism ) . +1 Takakage ADACHI ( the date of birth and death unknown ) was a Gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) during the end of Kamakura period . +1 OE no Masahira ( 952 - August 12 , 1012 ) was a Confucian and poet in the mid-Heian period . +1 INBE no Hironari ( year of birth and death unknown ) was a government official ( esp. one of low to medium rank ) at the beginning of the Heian period ( from the eighth to ninth century ) . +1 MINAMOTO no Yoshinaka was a warlord of Shinano Genji clan in the late Heian Period . +-1 Eisho Disturbance refers to an incident during the early Sengoku period ( period of warring states ) ( Japan ) where the kanrei ( shogunal deputy ) for the Muromachi bakufu ( Japanese feudal government headed by a shogun ) named Masamoto HOSOKAWA was assassinated in 1507 . +1 Saisho Jotai ( 1548 - March 23 , 1608 ) was a Rinzai Sect monk who was active from the time of the Toyotomi regime to the Edo period . +-1 The Hachijoin-ryo was one of the groups of shoen ( manor in medieval Japan ) possessed by members of the imperial family under shoen koryo sei ( The System of Public Lands and Private Estates ) in the medieval period . +1 FUJIWARA no Yoshiyo ( 823 – December 12 , 900 ) was a court noble in the early Heian Period . +1 Imperial Prince Sanehito ( March 20 , 1071 - December 3 , 1085 ) was a member of the Imperial Family during the Heian period . +-1 Tonoi was to guard the Imperial Palace , Kanshi ( government officials ) and the nobility under the ancient Ritsuryo Code ( criminal and civil laws ) . +-1 Jiuta is a musical piece with shamisen ( a three-stringed banjo-like Japanese musical instrument ) that was played in the areas of Kyoto and Osaka . +1 Hidenori ODA was a busho ( a Japanese military commander ) in the Azuchi-Momoyama period . +1 Nirakuso was the second house of Kozui OTANI , the 22nd chief priest of West Hongan-ji Temple , which he built in Mt . Rokko . +-1 The Doshisha is an educational institution , which includes Doshisha University and Doshisha Women 's College of Liberal Arts . +1 Keikokushu is an anthology of Chinese poems compiled at the command of Emperor Junna in 827 during the early Heian period . +-1 Shakaku is a ranking system for Shinto shrines . +-1 Kakitsu Treaty was a trade agreement concluded between Korean Dynasties and Sadamori SO of Tsushima Province in 1443 , the Muromachi period in Japan . +1 Hideji KAWASE ( January 26 , 1842 - 1907 ) was a Japanese samurai and a statesman of the Miyazu clan . +-1 Shomin refers to the people who belonged to shoen ( manors ) which were differentiated from the people who lived within koryo ( public lands ) . +1 MINAMOTO no Nakamasa ( Date of birth and death unknown ) was a busho ( Japanese military commander ) and a tanka poet at the end of the Heian period . +1 Naomasa AKAI , 1529 - April 25 , 1578 , was a member of the Gozoku ( local ruling family ) in Tanba Province in the Sengoku period ( period of warring states ) . +-1 The Katada Domain refers to a domain which existed in Shiga County and Takashima County , Omi Province ( present-day Katata , Otsu City , Shiga Prefecture ) . +-1 Gankei-ji Temple is a Tendai Sect temple located in Yamashina-ku Ward , Kyoto City , Kyoto Prefecture . +1 Kinnaga SAIONJI ( 1353-September 2 , 1390 ) was Kugyo top court official ) during the period of the Northern and Southern Courts . +-1 Sanketsu means three outstanding people chosen out of those who made the greatest achievements in historical incidents or in their services to their lords . +-1 Toji Station , located at Nishi-Kujo-Zaocho in Minami Ward , Kyoto City , Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line of the Kintetsu Corporation . +-1 Kumihama Station , located in Kumihama-cho , Kyotango City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by the Kitakinki Tango Railway ( KTR ) . +1 FUJIWARA no Onshi ( or Yoshiko ) ( 872 - July 20 , 907 ) was the fifty-ninth Emperor , Uda 's Nyogo ( consort ) . +1 FUJIWARA no Moroyasu ( year of birth and death unknown ) was a person from the mid-Heian period . +-1 The Shiba clan was one of the Samurai families . +-1 Kengyo KIKUOKA ( 1792 - December 19 , 1847 ) was a blind musician who was active in Kyoto during the early nineteenth century ( jiuta shamisen ( traditional Japanese shamisen music ) player , composer ) . +-1 Wayo is a legal term used in ancient and medieval Japan . +1 Yuko OMURA ( ca . 1536 - 1596 ) was a scholar and writer from the Warring States period to the Azuchi-Momoyama period . +1 Sanekazu ABO , or Sanekazu ABU ( the date of birth and death unknown ) was Gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) of Kamakura bakufu during the early Kamakura period . +-1 Shigoto-osame means to carry out the last business of a year near the end of December , i.e. the end of the year . +1 A queen ( of imperial family ) is a female who is in the direct line and in the third or more degree of kinship from the emperor ( not in a collateral line , and counted from the emperor who was a direct ancestor ) according to the Imperial House Law . +1 Munetada MATSUDAIRA was the fourth lord of the Miyazu Domain , Tango Province . +-1 Jurojin is a Tao deity ( the god ) . +-1 Daruma-ji Temple is a temple of the Nanzen-ji school of the Rinzai sect of Buddhism , located in Oji-machi , Kita-katsuragi County , Nara Prefecture . +-1 The Manchuria Corrective Treaty , a treaty between Japan and the Qing dynasty , was concluded on December 22 , 1905 , in Beijing . +-1 Seibyobo ( the register of standing crops ) refers to an account book recording the actual conditions of cultivation of rice field in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 Nenryososhomai was the term for the shomai ( milled rice ) itself or the system determined by Daijokanpu ( official documents issued by Daijokan , Grand Council of State ) during the Heian period which required the raw grain collected as So in the provinces to be tithed to the central government as refined white rice +1 Born around 1656 and gone on April 20 , 1697 , Mototsune OSAWA was Koke-Hatamoto ( a direct vassal of the shogun and a master of ceremony ) in the first half of the Edo period . +1 The Kudaranokonikishi was a Japanese clan whose founder Zenko KUDARANOKONIKISHI was a descendent of the last king of Baekje , King Giji . +-1 Ingubunkokusei was a system of granting the right to recommend a provincial governor to a specific province to retired emperors , nyoin ( women bestowed with the title " in " ( usually the empress , imperial princesses , etc . ) ) , second consorts to the emperor , and imperial princesses serving at the Ise Shrine at the time of their appointment , and in return they would receive the financial profits of the provinces in place of a salary . +-1 Nagao-jinja Shrine is located in Katsuragi City , Nara Prefecture . +-1 Juichimen Kannon ( ekadaza mukha in Sanskrit ) is one of the venerable entities of Bosatsu , which is worshipped in Buddhism . +-1 Misogiharae is a word combined by misogi ( purification ceremony ) and harae ( exorcism ) . +-1 Kabane refers to the titles given by Okimi ( great king ) ( Yamato sovereignty ) to powerful clans which showed ones ' relationships to the sovereignty as well as ones ' ranks in the Yamato sovereignty of ancient Japan . +1 Kuretake no dai was where planting Wu Chinese bamboo in the eastern garden of Seiryoden ( Literally " Limpid Cool Hall , " an imperial summer palace ) . +1 Uitta MATSUO ( January 27 , 1879 - January 24 , 1911 ) was a socialist . +1 Tousui NAKARAI ( January 12 , 1861 - November 21 , 1926 ) was a novelist in Japan . +-1 Shodo or Sho is a creative eastern art that expresses the beauty of characters by writing . +-1 Shigai ( also known as Ito no Kutsu , or Shiai ) is a pair of silk shoes worn by underage member of Imperial family , performers of Dobu ( also known as Warawamai Dance , performed by children ) , or young shrine maidens who participate in the Shinto rituals . +1 Fukusuke NAKAMURA is a professional name of Kabuki ( traditional drama performed by male actors ) of Utaemon NAKAMURA line . +-1 Tokugen-in Temple is the family temple of the Kyogoku clan in Maibara City , Shiga Prefecture . +-1 Bonsai is an inclusive term referring to plants planted in a pot , their foliage , shape of leaves , bark on the trunk , roots and the pot , and also to the hobby of enjoying all of this form . +1 FUJIWARA no Kanemitsu ( 1146 - May 29 , 1196 ) was a Kugyo ( top court official ) during the end of Heian period . +1 Shotoin ( 1575 - 1657 ) was a powerful Christian from the Azuchi Momoyama period to the early Edo period . +1 Naganori ASANO was a daimyo ( Japanese feudal lord ) in the early and middle Edo period . +-1 Daijokancho are official documents sent from Daijokan to organizations not under its direct control such as sogo and Buddhist temples . +1 Keisai DAIMATSU ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group ) which was the forerunner of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +-1 The term " tsuchi uprising " ( called tsuchi-ikki or do-ikki in Japanese ) refers to political appeals by the masses which had occurred from the middle to the late Muromachi period . +-1 Taiwan Sotoku-fu ( old form of a character : 臺灣總督府 ) is the name of the Japanese authorities then , which was established for ruling Taiwan , ceded from Qing to Empire of Japan and became Japanese territory . +1 Minabe no Himemiko ( 660 - year of death unknown ) was a member of the Imperial Family in the Asuka period . +1 Masamichi INABA was a daimyo ( Japanese feudal lord ) and roju ( member of shogun 's council of elders ) who lived in the Edo period . +1 Norihide AKAMATSU ( year of birth unknown - November 6 , 1600 ) was a person in the Azuchi-Momoyama period and he was believed to be the last family head of the Akamatsu clan , a distinguished family in Harima Province . +-1 The Onmyoryo was one of the bureaus in Nakatsukasasho ( Ministry of Central Affairs ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 The term Naikaku-kansei refers in the broadest sense to the set of regulations for the Cabinet of Japan that govern its establishment , abolition , naming , organization , authority and so on , while more narrowly the term refers specifically to Imperial edict no . 135 , a law passed in 1889 . +-1 Higashi-yoshino Onsen Hot Spring is a hot spring which is located in Higashiyoshino-mura , Yoshino gun , Nara Prefecture ( old province , Yamato province ) . +1 Nobushige SANADA was a busho ( Japanese military commander ) over the Azuchi-momoyama in the early years of the Edo period . +-1 Tansen was a form of tax in Japan 's Middle Ages . +1 HEKI no Michikata ( year of birth and death unknown ) was a government official who lived during the late Nara period . +1 Masazane MIKAMI ( 三上 政実 , year of birth and death unknown ) was a person in the middle of the Muromachi period , who belonged to the Mikami clan that owned shoryo ( territory ) in Iwai no sho , Kono County , Inaba Province . +1 Imperial Prince Tokiwainomiya Tsunenao ( date of birth unknown - August , 1552 ) was a member of the Imperial family during the late Muromachi period , and was the last head of the Tokiwainomiya family . +1 FUJIWARA no Isendo ( it is not known when he was born and when he died ) was a court official who lived towards the end of the Nara period to the early Heian period . +-1 Chogin is the name of the silver coins which were in circulation , mainly for business transaction , from the late Muromachi period to the Meiji Restoration in Japan . +-1 Momoyama Goryo-mae Station , located in Kannonji-cho of Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line of the Kintetsu Corporation . +-1 " Zuryo " ( 受領 ) is a Japanese historical terminology referring to provincial governors . +-1 Shomyo Nenbutsu is one practice of praying to the Buddha ( nenbutsu ( Buddhist invocation ) ) , and is a way to chant the name of the Buddha such as ' namuamidabutsu . ' +-1 Nobori-ishigaki was a method of building stone walls adopted to fortify the defense of Japanese castles that were constructed on the Korean peninsula during Hideyoshi TOYOTOMI 's Bunroku-Keicho War . +-1 The Sawayanagi incident was an internal conflict that occurred at Kyoto Imperial University ( current Kyoto University ) from 1913 to 1914 in which the president of the university confronted the faculty council . +1 FUJIWARA no Nagazane ( 1075 - September 19 , 1133 ) was a court noble who lived in the late Heian period . +1 FUJIWARA no Tadamasa ( 1129 - September 30 , 1193 ) was a court noble who lived in the late Heian period and the early Kamakura period . +-1 Stone plate +-1 Hosomi Museum is a private art museum mainly devoted to Japanese antiquities , located in Okazaki , Sakyo Ward , Kyoto City . +1 Tadakiyo BOMON was a kuge ( a court noble ) in the early Kamakura period . +-1 " Kaishin no Mikotonori " is an edict which was announced to show the new administrative policy in the Taika no Kaishin ( the Great Reformation of the Taika Era ) which occurred in the mid-Asuka Period . +1 ABE no Kuromaro ( date of birth and death unknown ) was government official ( lower or middle ranked ) in the middle of Nara period . +-1 Kagami-ita boards are wainscoting in the front and on the right side face of the Noh stages . +-1 Sanshi is a government post in charge of calculation in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Arinosuke MONAI ( March 26 , 1835 - December 13 , 1867 ) was a member of the Shinsengumi ( a special police force of the late Tokugawa shogunate period ) and Goryo-eji ( guard of Imperial mausoleums ) . +1 Karumi is an ideal for the style of haikai poetry founded by Basho MATSUO . +-1 Chayama Station , located in Sakyo Ward , Kyoto City , is a stop on the Eizan Main Line , which is operated by Eizan Electric Railway Co . , Ltd . ( Eiden ) . +1 Senju no Mae ( 1165 - May 30 , 1188 ) was a lady , who lived during the end of Heian period . +1 Mirei SHIGEMORI ( 1896-1975 ) ( his real name was Kazuo SHIGEMORI ) was aJapanese gardener during the Showa period and a researcher into the history of Japanese gardens . +-1 " Kochi Komin sei " is a system believed to have been instituted in the process of development of the Ritsuryo system from the Asuka Period to the Nara period , and under the system of Kochi Komin sei , it was provided for that all land and citizens should belong to the public , in other words , to the emperor . +1 FUJIWARA no Akiyori ( 1094 - February 3 , 1148 ) was a Kugyo ( court noble ) , who lived in the end of the Heian period . +1 Kairyo ( 1733-1817 ) was a priest of Jodo Shin sect ( the True Pure Land Sect of Buddhism ) , an educator and a Kajin ( waka poet ) , who lived in the later Edo period . +1 Yoshiko NAKAYAMA ( January 16 , 1836 - October 5 , 1907 ) was real mother of the Emperor Meiji . +1 Chukai ( born in 1162 ; died on April 10 , 1227 ) was a priest of the Tendai Sect during the late Heian period and early Kamakura period . +-1 Nogi-jinja Shrine is the Shinto shrine which deifies Maresuke NOGI who played an active role as a prominent military officer in Meiji period . +-1 Fukami-toge Pass is a pass separating Ukyo Ward , Kyoto City and Nantan City , both in Kyoto Prefecture . +-1 Hanetsuki , with a history of 1,300 years , is one of traditional games often played in New Year 's Holidays in Japan , and is a girls ' game or action for good luck where two players bandy a fletched soapberry seed with Hagoita ( battledore ) . +-1 The Oto Line ( 鴨東線 : pronounced Oto-sen ) is a railway of Keihan Electric Railway that connects Sanjo Station in the Higashiyama Ward of Kyoto City , Kyoto Prefecture with Demachiyanagi Station in the Sakyo ward of the same city . +-1 Nikon no tokudo refers to attain Nirvana and salvation ( Jodo ( completing the path to becoming a Buddha by attaining enlightenment ) ) by listening to the chanting of Myohorenge-kyo Sutra ( the Lotus Sutra ) . +1 Shinichi SHIMIZU ( Male ; May 10 , 1910-January 10 , 1969 ) was a religious leader in Japan . +-1 Fujinomori-jinja Shrine is a Shinto shrine located in Fushimi Ward , Kyoto City . +1 Senyomonin ( November 20 , 1181 - July 22 , 1252 ) was nyoin ( a close female relative of the Emperor or a woman of comparable standing ) of the Imperial Family , who lived toward the end of the Heian period . +-1 The term Shuinchi / Kokuinchi means the lands which were secured ( approval / confirmation of ownership ) by the bakufu ( Japanese feudal government headed by a shogun ) / daimyo ( feudal lords ) in the Edo period as the property of shrines / temples . +-1 Kenji is the term used when combining the Ame no Murakumo no Tsurugi ( literally " Heavenly Sword of Assembled Clouds " ) and the Yasakani no magatama ( comma-shaped jewel ) , two of the Sanshu no Jingi ( Three Sacred Treasures of the Imperial Family ) . +-1 Hoba-zushi is a local dish of the south of Hida region ( Gifu Prefecture ) , and of Tono ( the eastern Mino region of Gifu ) , and of Chuno ( the middle Mino region of Gifu ) , and of Kiso region ( Nagano Prefecture ) . +-1 Hokucho ( Northern Court ) was the Imperial Court of the Jimyo-in line supported by many samurai led by the Ashikaga clan during the period of the Northern and Southern Courts . +1 Gyoson ( 1055 - March 28 , 1135 ) was a Buddhist priest of the Tendai sect and a waka poet during the late Heian period . +1 Korekata KOJIMA ( March 7 , 1837-July 1 , 1908 ) was a judicial officer in Meiji Period . +1 FUJIWARA no Tametoki ( 949 ? - 1029 ? ) was a typical Japanese poet in the court ruled by Emperor Ichijo during the middle of Heian period . +-1 Hanten is a kind of wafuku ( Japanese traditional clothing ) and winter clothing that has been worn by ordinary people since around the eighteenth century . +1 OTOMO no SAKANOUE no Oiratsume ( date of birth and death unknown ) was the first daughter of OTOMO no Sukunamaro and OTOMO no Sakanoue no Iratsume , and her younger sister was SAKANOUE no Otoiratsume . +-1 Kuebiko is an ancient god that appears in Japanese Mythology ( Shinto god ) . +1 SOGA no Karako ( date of birth unknown , died in May , 465 ) was a member of one of the local ruling families in the Kofun period . +-1 Meishin Expressway , National Highway Route No. 1 , National Highway Route No. 171 , Keiji Bypass +1 BUNDO Shunkai ( September 1 , 1878-September 26 , 1970 ) was a priest of the Tendai sect from the Taisho to Showa period . +1 Takumi HOSOKAWA ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group ) which was the forerunner of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +1 Rankoku Genjo ( 1653 - May 31 , 1707 ) was a priest of the Rinzai sect Obaku school of the early Edo period . +-1 The Super Kabuki is a modernized , contemporary Kabuki dance drama directed in a different manner from the original , classical Kabuki theatrical dance , which was introduced by the third Ennosuke ICHIKAWA in 1986 . +1 Annen ( 841 ? - 915 ? ) was a Buddhist monk of Tendai Sect in the early Heian period . +1 Kenshin UESUGI ( or Terutora UESUGI ) was a warring lord in Echigo Province during the Sengoku period ( period of warring states ) . +-1 Tonosho Station , located in Tono of Joyo City , Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line of the Kintetsu Corporation . +-1 " Shoen-ryoshu " was a lord that governed a Shoen ( manor ) . +-1 Choja ( or chosha ) is a name for an elderly person or rich person . +1 Naozumi NAKAE ( dates unknown ) was a busho ( Japanese military commander ) and feudal lord during the Azuchi-Momoyama period . +1 He held positions within Konoefu ( the Headquarters of the Inner Palace Guards ) , Sangi ( councilor ) , Hyobukyo ( Minister of Hyobusho Ministry of Military ) and Dazai no daini ( Senior Assistant Governor-General of the Dazai-fu offices ) , before being conferred Shosanmi ( Senior Third Rank ) . +-1 Kanjo bugyo was a governmental post in the Edo period and the highest accounting officer , who was in charge of finance and control of the tenryo ( the areas controlled directly by the bakufu ) . +1 Yoshitsuna no MINAMOTO was the busho ( Japanese military commander ) of Kawachi-Genji ( Minamoto clan ) during the latter part of the Heian period . +1 Ryonin ( February 26 , 1073 ? - February 26 , 1132 ) was a Buddhist priest of Tendai Sect in the late Heian period and the founder of Yuzu Nenbutsu ( Buddhist invocation ) Sect . +-1 " Fu-Rin-Ka-Zan " ( as fast as the wind , as quiet as the forest , as daring as fire , and as immovable as the mountain ) is a Jidaigeki-eiga ( the period movie ) which was released on March 1 , 1969 . +-1 The Toyo Jiyuto ( Oriental Liberal Party ) was a political party formed by Kentaro OI , a member of the ( Meiji ) left wing of the Jiyuto ( Liberal Party ) , along with Tokichi TARUI ( a former member of the Toyo Shakaito [ Oriental Social Party ] ) , Kishichi KOKUBO , Shogo ARAI and other politicians on November 6 , 1892 . +-1 Sangege is a gemon taken from Shijukegon Fugengyoganbon . +-1 The Kyoto Fuchishu were samurai warriors who established master-subordinate relationships with the Seii Taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi Bakufu ( Japanese feudal government headed by a shogun ) in the Muromachi Period in the Kanto ( currently , Tokyo and six other prefectures ) and Tohoku ( north of the Kanto region ) regions . +1 Yoshimoto NIJO ( 1320 - July 24 , 1388 ) was a kugyo ( the top court official ) , a poet and an achiever of Renga in the period of the Northern and Southern Courts . +1 Shoku ( 910 - April 6 , 1007 ) was a monk of the Tendai sect of Japanese Buddhism lived in the mid Heian period . +1 Katsunari MIZUNO ( September 30 , 1564 - May 4 , 1651 ) was a military commander in the Period of Warring States and a territorial lord during the early Edo period . +-1 Kanbunden is a style of biography written in classical Chinese , influenced by Kidentai ( an East Asian historical writing style ) of Chinese authentic history and Kokushitai ( Japanese historical writing style ) of Japanese authentic history . +-1 " Sashiko " ( an old needlework technology ) is one area of handcrafts , embroidering patterns such as geometrical designs on fabrics with threads . +1 MINAMOTO no Yukiie was a military commander ( busho ) during the later part of the Heian Period . +1 Tokitsuna UTSUNOMIYA was a shogun 's retainer of the Kamakura Shogunate in the mid Kamakura period . +1 Tadamune SHIMAZU ( 1251 – December 17 , 1325 ) was a busho ( Japanese military commander ) in the middle and late Kamakura period . +1 Yaheiji YUKI ( 1543 - year of death unknown ) was a Christian bushi ( Christian samurai ) . +1 Yukiyoshi NIKAIDO ( 1203 - March 17 , 1268 ) was a governmental official of the bakufu ( Japanese feudal government headed by a shogun ) , responsible for practical works , during the mid-Kamakura period . +-1 Kyoto Station , located in Higashi-Shiokojicho , Shimogyo Ward / Minami Ward , Kyoto City , Kyoto Prefecture , is a railway station served by the lines of West Japan Railway Company ( JR West ) , Central Japan Railway Company ( JR Central ) , Kintetsu Corporation and the Kyoto Municipal Transportation Bureau . +-1 Keiun-kan is a state guesthouse in Nagahama City , Shiga Prefecture . +-1 Kunikyo ( also called Kuni no miya ) was a place in Soraku District , Yamashiro Province that was designated as a capital for a period of time during the Nara period . +1 Suzumushi is one of the fifty-four chapters of " The Tale of Genji . " +1 Mitsuhira TOMOBAYASHI ( also called Mitsuhira BANBAYASHI , 1813 to March 23 , 1864 ) was a scholar of Japanese classical literature , poet , and loyal supporter of the Emperor , who lived in the end of the Edo period . +-1 Hojo is a word expressing an square area with one jo ( an unit of length : 1 jo = 3.03 meters ) on each side . +-1 Honcho Seiki refers to the history book compiled during the late Heian period . +1 Nobukata KIYOHARA ( 1475 - August 24 , 1550 ) was a Kugyo ( the top court official ) and a scholar during the Muromachi period and the Sengoku Period ( Period of Warring States ) . +-1 Jomai originally means the annual rice tax from Edo bakufu directly controlled land ( so-called ' tenryo ' ) , but later , it means the rice stocked by the bakufu or fudai daimyo domain ( a domain of a daimyo in hereditary vassal to the Tokugawa family ) as provisions of rice for the army . +-1 The Toin family belonged to the court nobility of the Dojo family of Kanin-ryu ( the Kanin family ) of the Northern House of the Fujiwara clan , which existed from the Kamakura period to the Muromachi period . +1 Keisho IGAI ( April 26 , 1761 - December 8 , 1845 ) was a Japanese Confucianist of the eclectic school ( of Japanese Confucianism ) , who lived during the late Edo period . +1 FUJIWARA no Koshi ( or Teruko ) ( 947 - June 29 , 979 ) was the first daughter of Kanpaku ( chief adviser to the Emperor ) FUJIWARA no Kanemichi in the mid-Heian period . +-1 MINAMOTO no Kiyomitsu was a warrior in the late Heian period . +1 Yorinori NISHIKINOKOJI ( May 21 . 1835 – June 1 , 1864 ) was a court noble of Sonno Joi ha ( supporters of the doctorine of restoring the emperor and expelling the barbarians ) . +1 MINAMOTO no Tametomo ( year of birth and death unknown ) was a busho ( Japanese military commander ) who lived in the late Heian period . +-1 Located in each prefecture in Japan , Gokoku-jinja Shrine is a shrine honoring the spirits of the fallen heroes who sacrificed themselves for Japan , including the war dead and victims to the Japan Self-Defense Forces from each prefecture . +-1 The Hirohata family was a court noble with the social standing of the Seiga family ( Shinke or a newly established family , Uchiuchi or a family with close relations with Emperor ) . +-1 Daisanji was a government post next to a chief of chihokan ( local officials ) placed during the time of fu-han-ken sanchisei ( fu-han-ken tripartite governance system ) in the early Meiji period . +-1 Hiro ( 尋 ) is a unit of length defined by old Japanese system of weights and measures . +1 Imperial Prince Fushiminomiya Kuniyori ( December 4 , 1733 - October 4 , 1802 ) was a member of the Imperial family in the Edo Period . +-1 The okurisuzume ( sparrow that sends off ) is a specter handed down in Wakayama Prefecture and Higashi-yoshino Village , Yoshino County , Nara Prefecture . +-1 Koga-ryu ( or Koka-ryu ) is the most famous school of ninjutsu ( ninja technique ) along with Iga-ryu , but it is the name that refers to collectively the schools originating from the Koka region in Omi Province and the school named " Koga-ryu " did not exist . +1 FUJIWARA no Tadabumi ( 873 - July 16 , 947 ) was a councilor in the Heian period who served as Minbukyo ( Minister of Popular Affairs ) . +1 Tsuneyori OINOMIKADO ( 1555-August 19 , 1617 ) was Kugyo ( top court official ) who lived from the Azuchi-Momoyama period to the Edo period . +-1 Kyoto Tower is an observation tower which soars distinctively above the Karasuma central exit of Kyoto Station . +1 Fujibakama is one of the 54 chapters of " The Tale of Genji . " +1 Kanjo ( 1057 - February 19 , 1125 ) was a Shingon Sect Buddhist monk who lived during the latter part of the Heian period . +-1 Gojo Rakuen is an old yukaku ( a red-light district ) site located in the south-east area of Kawaramachi-dori and Gojo-dori Streets in Shimogyo Ward , Kyoto City . +1 Sanchi YASUI ( 1617 - March 12 , 1703 ) was a go player and the second family head of the Yasui family that was the head family of the school . +-1 The Factory Acts were a series of acts designed to protect factory workers , children and women in particular , who were forced into hard work during the Industrial Revolution . +-1 Matafuri-jinja Shrine is a shrine which is located in Uji City , Kyoto Prefecture . +1 Kanetoshi MARUMO ( year of birth unknown - March 4 , 1647 ) was a busho ( Japanese military commander ) who lived in the Azuchi-Momoyama period . +-1 Baron ( called danshaku in Japanese ) is a title of nobility . +1 Eisen OKUDA ( 1753 - 1811 ) was a ceramic artist in the mid and late Edo period . +-1 Roppo is an acting motion in Kabuki , Ningyo joruri ( traditional Japanese puppet theater ) , and Buyo dance ( classical Japanese dance ) . +1 Gyohen ( year of birth and death unknown ) was shaso ( shrine priest ) of Kumano-hayatama-taisha Shrine who did very splendid work from the late Heian period to the early Kamakura period . +-1 Akishino-dera Temple is a temple which is located in Akishino-cho , Nara City , Nara . +-1 The Hinonishi family were kuge ( court nobles ) with kakaku ( family status ) of meike ( the fourth highest family status for court nobles ) . +1 Ujiharu HOSOKAWA was a military commander in the period of the Northern and Southern Courts ( Japan ) . +-1 Kozai Kikai Zushiki , the edict of Dajokan ( Grand Council of State ) No.65 of 1873 , is an act which stipulates the scheme of devices to be used for judicial hanging in Japan . +-1 " Kukunochi " ( Kugunochi ) is a god of trees ( Shinto ) appearing in Japanese Mythology . +-1 Ninen mairi ( two-year shrine visit ) is one style of hatsumode ( the practice of visiting a Shinto shrine on New Year 's Day ) . +-1 The Sakafuneishi Archeological Site is a dig consisting of several pieces of stonework located in Oka , Asuka-mura , Nara Prefecture . +-1 Ibi-no-sho Manor was a shoen ( manor in medieval Japan ) that existed in Mino Province during the Heian and Muromachi periods . +-1 Sakyo Ward is one of the eleven wards that constitute Kyoto City . +1 OTOMO no Muroya ( date of birth and death unknown ) was a member of a Gozoku ( local ruling family ) in the late fifth century . +-1 The term " Tachibana clan " ( in Chikugo ) refers to a clan of the feudal lord of Kamachi , Chikugo Province , in the Heian period . +-1 Ikihagi ' is a sense of sin , a concept in Shinto , and one of " amatsu-tsumi " ( heavenly sins ) appeared in Oharae no kotoba , one of ' Norito ' ( Shinto prayers ) collected in the eighth volume of " the Engishiki " ( an ancient book for codes and procedures on national rites and prayers ) +-1 Chikurin-ji Temple is a Risshu sect temple located in Arisato Town , Ikoma City , Nara Prefecture . +1 Minamoto no Aritsuna ( year of birth unkown - July 4 , 1186 ) was a busho ( Japanese military commander ) in the Heian Period , who was a member of the Settsu-Genji ( Minamoto clan ) . +-1 Fukusa basami , also referred to as Kaishi ire ( literally , Japanese pocket tissue pouch ) , is a generic name given to pouches used to put together and carry small items necessary for tea ceremony lessons or tea ceremony parties . +-1 Shujikan were the predecessor of modern-day prisons created in the Meiji period . +1 MINAMOTO no Kaneyuki was a man renowned for his penmanship , during the middle of the Heian period , but whose birth and death year is unknown . +1 OKIDA no Esaka ( date of birth unknown - June 675 ) was a person who lived in the Askua Period . +1 Kamonomiya ( November 21 , 1618 - November 4 , 1622 ) was a member of the Imperial family in the early part of the Edo period . +1 Motozane KONOE ( 1143 - August 30 , 1166 ) was a noble in the late Heian period . +1 Tokiyuki HOJO was a busho ( Japanese military commander ) from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +1 Buan ( c . 764 - October 15 , 840 ) was a priest of the Ritsu sect during the early Heian period . +-1 The Jowa Incident is believed to be the first incident to expulse other clans from the Imperial Court plotted by the Fujiwara clan in the early Heian period . +1 Toyokuni UTAGAWA ( 1769 - February 24 , 1825 ) was an Ukiyo-e artist who lived during the Edo Period . +-1 Michiyuki Tabiji no Hanamuko is a dance drama ( " shosagoto " in Kabuki terms ) performed between the fourth act , " Hangan Seppuku " ( a judge 's suicide by disembowelment ) , and the fifth act , " Yamazaki Kaido " ( Yamazaki-kaido Road ) , in the Kabuki play " Kanadehon Chushingura " ( The Treasury of Loyal Retainers ) . +-1 Usukawa-manju is cha-manju ( steamed yeast bun with filling ) smaller than its normal size . +-1 The Battle of Hoju-ji Temple ( Hoju-ji kassen ) was a military coup on January 10 , 1184 , in which MINAMOTO no Yoshinaka attacked In no gosho ( the retired emperor 's court ) Hojuji-dono Palace , imprisoning Cloistered Emperor Goshirakawa and Emperor Gotoba and taking over the government . +1 Kanbe FUJIMA is the myoseki ( family name ) of Kanbe line , Fujima school . +-1 Gyuhi is one of the materials of Japanese confectionery and a kind of rice cake made by kneading . +1 FUJIWARA no Yorimichi ( 992 - March 2 , 1074 ) was a noble and Imperial retainer of the Heian period . +1 The Daikinban is made of gold brocade and one of the imperial standards ( flags ) erected at Sokui no rei ( ceremony of enthronement ) in the garden in front of Shishinden ( hall for state ceremonies ) . +-1 Shizuka-jinja Shrine is a shrine that is located in Amino-cho , Kyotango City , Kyoto Prefecture . +1 Nunasokonakatsuhime no mikoto was the Empress of Emperor Annei . +1 Motoie YASUTOMI was a samurai who lived in the Sengoku period ( period of warring states ) ( Japan ) . +-1 Udatsu ( a fire-preventative structural element used in residential houses ) ( 卯建 ) is a building term and is also written as 宇立 . +-1 Nishiyoshino Onsen Hot Spring is a hot spring which is located in Jodo , Nishiyoshino Town , Gojo City , Nara Prefecture ( former Nishi-yoshino Village ) ( Yamato Province , old province ) . +1 Atsushi SAISHO ( December 22 , 1827-June 21 , 1910 ) was a Japanese samurai warrior and a bureaucrat . +1 Atsumichi KOGA ( September 25 , 1565 - January 1 , 1625 ) was a Kugyo ( the top court official ) who lived from the end of the Muromachi period to the Azuchi-Momoyama period . +-1 A nokotsudo is the building in which the remains of cremation are kept . +-1 Yamashiro-cho was a town once existed in the southern part of Kyoto Prefecture . +1 " Shoku-Gosen Wakashu " is the 10th Imperial poetic anthology compiled by the command of the Retired Emperor Gosaga . +-1 Myoshin-ji Temple is situated in Hanazono , Ukyo Ward , Kyoto City and is the head temple of the Rinzai sect Myoshin-ji School of Zen Buddhism . +-1 Kintsuba is an abbreviated term for Kintsuba-yaki which is a type of Japanese confectionery . +-1 Shinoridate Castle is the ruin of a Medieval castle in Hakodate City , Hokkaido . +1 KI no Kosami ( the early 730 's-April 4 , 797 ) was a Court noble of the higher ranks from the late Nara period to the early Heian period . +-1 The Hagiwara family was a toshoke ( within the hereditary lineage of court nobles allowed to enter the tenjonoma in the palace ) and their original name was Urabe . +-1 Omi-Ryo is a legal system , believed to have been enacted in the Asuka Period ( during the reign of the Emperor Tenchi ) in Japan . +1 MINAMOTO no Takakuni ( 1004 – August 6 , 1077 ) was a courtier during the later Heian period . +1 Mineta KIUCHI ( year of birth and death unknown ) was a member of the Shinsengumi ( a Tokugawa shogunate police force located in Kyoto ) . +1 Chisokuin Sosho ( year of birth and death unknown ) was a Buddhist priest in the Azuchi-Momoyama period . +-1 Koho MISHOSAI ( 1791- August , 1861 ) was a Japanese expert of flower arrangement . +1 FUJIWARA no Kadonomaro ( 755 - December 11 , 818 ) was a court noble from the Nara period to the former half of Heian period . +-1 Bujo-ji Temple is a Buddhist temple belonging to the Honzan Shugen Sect located in Hanase Harachi-cho , Sakyo-ku Ward , Kyoto City . +1 Fukushin KISHITSU ( Boksin GWISIL , year of birth and death unknown ) was a member of the loyal family of Kudara ( Baekje ) and general . +1 Seichi YABUI ( 1748-October 14 , 1816 ) was a Japanese tenkokuka ( artist of seal engraving ) in the mid-Edo period . +1 " Kokon Hyakumonogatari Hyoban " ( A Critique of Hundred Tales Old and New ) is a collection of kaidan ( ghost ) tales written and edited by Genrin YAMAOKA who was a litterateur in the early Edo period . +-1 Yoshimine-dera Temple is a Buddhist temple located in Nishikyo-ku Ward , Kyoto City , Kyoto Prefecture . +-1 Rinju is the time immediately before one dies . +1 Mitsuie HATAKEYAMA ( 1372 - October 31 , 1433 ) was a shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) and a kanrei ( shogunal deputy ) in the period of the Northern and Southern Courts and the Muromachi period . +1 Kiyonobu UENO ( year of birth and death unknown ) was a Busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +-1 Nyoin indicates a title bestowed upon a woman , such as the three empresses ( grand empress dowager , empress dowager , empress ) or an equivalent status ( jugo , honorary rank next to the three Empresses and princess , etc . ) and is a system that continued from the middle of the Heian period until the Meiji Restoration . +-1 Kyodo Unyu Kaisha ( literary , a joint transportation company ) was established in July 1882 , with the merger of three transportation companies , Tokyo Fuhansen Kaisha , Hokkaido Unyu Kaisha and Echu Fuhansen Kaisha , and also with the investment from anti-Mitsubishi Zaibatsu powers such as Mitsui-zaibatsu . +-1 Mokujiki ( 1718 - 1810 ) was a Buddhist practitioner and sculptor of Buddhist statues during the late Edo period . +1 Oyamamori no miko ( earlier than 257 - March 31 , 310 ) was the first prince of Emperor Ojin . +1 Takeo NAKAJIMA ( 1947 - ) is a Japanese environmental designer . +1 Masamitsu MIMURODO ( December 10 , 1842 - 1922 ) was a Kugyo ( high court noble ) in the end of Edo Period . +1 Kinyo Wakashu is the fifth Chokusen Wakashu ( anthologies of Japanese poetry compiled by Imperial command ) , and it was completed before " Shika Wakashu " ( Shika Collection of Japanese Poems ) and after " Goshui Wakashu " ( Later Collection of Gleanings of Japanese Poetry ) . +1 Koremichi KOGA ( December 4 , 1687 - October 21 , 1748 ) was a Kugyo ( court noble ) during the mid Edo period . +-1 Jinja architecture refers to the architecture associated with jinja , or Shinto shrine . +1 FUJIWARA no Noriyoshi ( year of birth and death unknown ) was a government official of the late Heian period . +-1 This article describes Japanese traditional horse racing ( running horses for the speed competition and then deciding which horse is superior ) , called kurabeuma , kisoiuma , or komakurabe . +-1 Kyoto Hosei School , a private institution established in 1990 by Kojuro NAKAGAWA , et. al , was formerly the school of Ritsumeikan University ( head office of the Educational Foundation : Nakagyo-ku , Kyoto City ) . +-1 Gold standard system is a monetary system that a fixed quantity of gold represents value of the currency in a country , and so the prices of goods also represent a certain value of gold . +-1 Suo is a kind of Japanese kimono . +-1 Nyunaisuzume ( Russet Sparrow ) or Sanekatasuzume is a mysterious bird appearing in legend of FUJIWARA no Sanekata , a poet in the Heian period . +1 Kokei BAN ( November 7 , 1733-September 7 , 1806 ) was kajin ( a waka poet ) and a writer in the latter part of the Edo period . +1 Imperial Prince Koretaka ( 844 - March 30 , 897 ) was an Imperial family member during the early Heian period . +-1 The Kyoto Horse Racing Club was an organization which used to hold horse races . +-1 The Autumnal Equinox Day is the day when the autumnal equinox occurs . +-1 Hosokawa 's government was a Japanese military government in the Sengoku period which existed from 1493 through 1549 . +-1 Tsubazeriai means warding off ( and pushing back ) each other 's sword with one 's own sword guard in a duel , this is also synonymous with " neck-and-neck " competition . +-1 The Higashifushiminomiya family is the Imperial family , which was founded by Imperial Prince Higashifushiminomiya Yorihito , a son of Imperial Prince Fushiminomiya Kuniie , during the late Meiji Era . +1 Kanemigi YOSHIDA ( May 31 , 1516-February 22 , 1573 ) was the eighth head of the YOSHIDA family , a " Tosho-ke " ( the hereditary lineage of Court nobles occupying relatively high ranks - its social standing was hanke ( court noble ) , the Urabe clan ) . +1 MIYAKE no Iwatoko ( July 23rd , 680 — year of birth unknown ) was a person of the Asuka Period in Japan . +-1 Kyoto Shogi is a kind of board game that is played between two players . +1 Fusateru HOSHO was a Noh actor of the Hosho school of shite-kata ( lead actors ) . +1 Kikunomae ( year of birth unknown - April 24 , 1585 ) was the lawful wife of Tokinari YAMADA , the lord of Yamada-jo Castle . +-1 Toshikoshi-soba ( Buckwheat Noodles Eaten on New Year 's Eve ) is a term for buckwheat noodles which are eaten on New Year 's Eve ( December 31st ) for good luck . +1 FUJIWARA no Mitate ( year of birth unknown and died on July 16 , 764 ) was an aristocrat and a bureaucrat in the Nara period . +-1 " Karakuri-Doji ULTIMO " is the title of a Japanese manga ( comic ) series written by Stan LEE and illustrated by Hiroyuki TAKEI . +-1 Tanzen is a thickly padded winter garment of Japanese style . +-1 Tachiyaku means the role in Kabuki ( traditional performing act ) of a normal adult male , and it also stands for the actor who plays the role . +-1 Uguisu Mochi is a Japanese traditional sweet made from gyuhi ( kneaded rice flour with sugar or starch syrup ; by being kneaded for a long time , it becomes a translucent paste ) and an ( a sweet red paste made from red azuki beans ) ; an is lapped by gyuhi which is shaped like an uguisu ( Japanese bush warbler ) . +-1 Mappo-shiso is a kind of Buddhist prediction philosophy under three periods which the period of 1,000 years ( also said to be 500 years ) after the establishment of Buddhism by Shaka is called Shobo , and the following period of 1,000 years is called Zobo and the following period of 10,000 years is called Mappo and these three periods are considered as different . +1 An imperial mausoleum is a grave designated as an emperor 's grave by the Imperial Household Agency . +-1 Akasaka Tennozan-kofun Tumulus is a tumulus in Kurahashi , Sakurai City , Nara Prefecture . +1 Imperial Prince Osabe ( 761 ? - June 3 , 775 ) was a member of the Imperial family and Crown Prince in the late Nara period . +1 Tadataru DAIGO ( 1819 - 1820 ) was a retainer of the Imperial Court during the latter half of Edo period . +1 Amatarashihikokuni oshihito no mikoto ( year of birth and death unknown ) was a member of the Imperial family ( the royal family ) , described in the " Kojiki " ( The Records of Ancient Matters ) and the " Nihon Shoki " ( Chronicles of Japan ) . +-1 The Kyoto Old Capital Preservation Cooperation Tax was one of the local taxes , which was once levied in accordance with a tax ordinance enacted by Kyoto city . +-1 Oe Kokomae Station , located at Kanaya , Oe-cho ( Kyoto Prefecture ) , Fukuchiyama City , Kyoto Prefecture , is a railroad facility on the Miyafuku Line which is operated by Kitakinki Tango Railway ( KTR ) . +-1 Kazenbo ( literally , a bonze in front of the fire ) is a type of Japanese yokai ( ghosts , spirits and monsters ) described in " Konjaku Hyakki Shui " ( literally , Supplement to The Hundred Demons from the Present and the Past ) , a yokai art collection book or a supernatural bestiary by Sekien TORIYAMA . +1 MINAMOTO no Kunimoto +1 Kume ( date of birth and death unknown ) lived during the Asuka period in Japan . +1 Toshisada ODA was a military commander in the Sengoku period ( period of Warring States ) . +1 Nagazane IROBE was a busho ( Japanese military commander ) from the Sengoku period ( period of warring states ) to the Azuchi Momoyama period . +-1 Mountain Buddhism , a form of Buddhism for the practitioner of austerities who seeks an ascetic practice place in mountains , was begun by Saicho ( 767-822 ) , the founder of the Tendai sect , Kukai ( 774-835 ) , the founder of the Shingon sect , and others against the secularization of Nara Buddhism ( Nanto rokushu ) , which had strengthened its ties with the government . +-1 Kokushi was a shigo ( a posthumous name ) given to monks by the Emperor and used to express the emperor 's respect to the monks . +1 Raigen ( year of birth unknown - March 26 , 1183 ) was an ebusshi ( artist who draws Buddhist paintings and colors Buddhist statues ) in the late Heian period . +-1 The Kyoto Prize in the category of Advanced Technology is one of the categories of the Kyoto Prize , and is given to a scientist who achieved great results . +-1 Naniwa Nagara no Toyosaki no Miya Palace was a palace in the capital of Japan in the Asuka period . +1 Sanenari HASHIMOTO ( April 9 , 1758 – April 9 , 1817 ) was a court noble of the Edo period . +1 INPUMONIN no Daifu ( ca . 1130 - ca . 1200 ) was a court lady and poet in the late Heian period . +-1 Kasho refers to a passport used from the age of the Han dynasty to around the period of Tang Dynasty in China . +-1 Japan / Kinki Region / Kyoto Prefecture / Funai-gun +-1 Jimyo-in Temple is a temple that is thought to have been located in what is now the vicinity of Kosho-in Temple in Kamigyo Ward , Kyoto City . +1 Tokitsuna YAMASHINA ( May , 4 , 1486 - October 3 , 1530 ) was a court noble during the late Muromachi period . +-1 Onzoshi +1 TAIRA no Tomonori ( date of birth unknown - June 2 , 1183 ) was a busho ( a Japanese military commander ) who lived during the late Heian period . +-1 Belonged to the lineage of the Prince Takamune of the Taira clan , the Hiramatsu was a family of dojo kuge ( nobles occupying relatively high ranks ) of which the founder was Tokitsune HIRAMATSU ( Chunagon ( vice-councilor of state ) of Junii ( Junior Second Rank ) ) ( 1599-1654 ) , the second son of Tokiyoshi NISHINOTOIN ( Sangi ( councilor ) of Junii ( Junior Second Rank ) ) ( 1552-1640 ) . +-1 Karaoke is a reproduction of a musical performance by musical accompaniment recorded in advance , instead of a live music , when one sings a song or plays a melody part ( main part ) on an instrument . +1 Imperial Princess Asahara , also pronounced Ashitahara ( 779 - May 18 , 817 ) was the Princess of Emperor Kanmu and Imperial Princess Sakahito . +1 Kikunosuke ONOE is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +-1 Makami is deification of a Japanese wolf which is now extinct . +1 Sadataka SAKAI ( 1435 - May 29 , 1522 ) was a Japanese military commander during the time from the late Muromachi period to the Sengoku period ( Period of Warring States ) , and is believed to be the founder of the Kazusa Sakai clan . +1 MINAMOTO no Yorihira ( years of birth and death not known ) was a military commander and official who lived in the middle Heian period . +-1 The term fusuma ( 襖 ) is a fitting which is used as a partition in a Japanese-style room . +-1 Shiyu no Utage is a public event of cheerleading clubs sponsored by K.K.D.R.UNIV. Cheerleader Union ( the four private universities cheerleading league in Kansai region ) . +-1 Kiheitai Army +1 Julia Ota ( years of birth and death unknown ) was a Korean woman who had been forced to come to Japan from the suburbs of Pyongyang on the Korean Peninsula during the Bunroku-Keicho War ( 1592-1653 ) . +-1 Jurin-ji Temple , a temple of the Tendai Sect , is located in Oshio-cho , Oharano , Nishikyo Ward , Kyoto City . +-1 " Basyaku " was a road hauler who transported goods by horse . +-1 The Kyoto - Miyazu and Tango Line is an Express bus ( Rapid Bus ) that connects Kyoto City with Miyazu City and Kyotango City . +1 Arikazu KARAHASHI ( 1448 - January 31 , 1496 ) was a court noble who lived during the Muromachi period . +1 Kado , which literally means an art of poems , is an art of creating waka ( traditional Japanese poems of thirty-one syllables ) and a study regarding waka itself ( treatise on waka poetry and the study of waka ) . +1 Akashi no himegimi ( literally , princess of Akashi ) is a character in " Genji Monogatari " ( The Tale of Genji ) , a novel written by Murasaki Shikibu . +1 Sojuro SAWAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +1 Tan SHIDEHARA ( October 12 , 1870 - June 29 , 1953 ) was a historian and an education administrator . +-1 The Takigawa Incident was a crackdown on freedom of thought that occurred at the Kyoto Imperial University in 1933 . +-1 Haraedo no Okami refers to Shinto deities in charge of " harae " ( purification or redemption ) . +1 Toyo ( 臺與 ; c . 235 - year of death unknown ) , also written as 壹與 , was a woman who was said to have succeeded Himiko as her relative in the 3rd century of the Yayoi period ( c . 250 BC – c . 250 AD ; Yayoi derives from the name of district in Tokyo where the pottery representing this period unearthed ) in Japan ; Himiko was a queen of Yamataikoku ( the largest chiefdom in Japan c . 250 governed by a female shaman named Himiko ) , who was in Gishiwajinden ( Worenchuan [ account of the Wa people ] section of the volume Records of Wei [ history of Cao Wei Kingdom ; 220 - 265 in China ] ) in " Sanguo Zhi ( a history book ) " ( Records of the Three Kingdoms ; a historical record on the Three Kingdoms of Wei , Shu and Wu in ancient China ) . +-1 Kayabuki is a type of roof structure using kaya ( grass ) ( Japanese pampas grass or cogon ) as the material for thatching and is also called kaya-thatched roof . +1 Myoryu ( August 11 , 1705-July 5 , 1786 ) was a priest of Shingon Ritsu sect in the middle of the Edo period . +1 Kenichi FUKUI ( 4 October 1918 – 9 January 1998 ) was a Japanese chemist . +1 " Eiga Monogatari ( A Tale of Flowering Fortunes ) " is a classic work of the Heian period . +-1 Ajari ( also Azari , Sanskrit : acarya , also transliterated as Ajariya ) means a " model / example " in Sanskrit , and is a master who is an example to his disciples and teaches the dharma . +-1 The Fusehara family was a toshoke ( the hereditary lineage of court nobles allowed to enter the tenjonoma in the palace ) that was a branch family of the Funabashi family in direct line of descent from the Kiyohara clan . +-1 Baisho-zukuri is one of the production methods of Japanese sake ( rice wine ) in the modern days and is one kind of the high-temperature saccharization method . +1 Yukimitsu NIKAIDO ( 1164 - September 1219 ) was a governmental official responsible for practical works at the beginning of the Kamakura period . +-1 Kashida Village was a village belonged to Minami-kuwada County , the southwestern part of Kyoto Prefecture . +-1 Kirimodoshi is one of the treatments for prolonging the lives of the cut flowers used in Japanese flower arrangement or in fresh flower business . +-1 Sangen ( or Sankan ) is a general term for the three important sekisho ( a checkpoint ) out of which were established in and around Kinai ( five capital provinces surrounding the ancient capitals of Nara and Kyoto ) in ancient Japan . +-1 Kyoso Hanjaku means evaluation of Buddhist scriptures , and was practiced in regions where Buddhist scriptures using Chinese characters were used , including China , for the purpose of evaluating and interpreting Buddhist scriptures based on the height and depth of their contents . +-1 Ashura ( the transcription of asura in Sanskrit with the meaning of non-heaven ) is a guardian god of Hachi Bushu ( or Eight Legions , Protectors of Buddhist Teachings ) in Buddhism . +1 Makurakotoba ( 枕詞 ) is a rhetorical device which is used mainly in Japanese poetry , and the word ( s ) which is placed before the particular words to make pairs to adjust the tones of the words or to add to a kind of atmosphere . +1 Yoriyuki HOSOKAWA ( 1329 - April 2 , 1392 ) was a warrior , politician and Bakufu Kanrei ( shogun deputy ) between the Northern and Southern Courts period and the Muromachi period . +-1 Daimyo-gyoretsu refers to procession that was formed when daimyo ( Japanese feudal lord ) went out along with attendants for public purpose . +-1 Repose of souls ( " chinkon " , or " tamashizume " ) refers to the quieting of a persons soul . +1 " Pine Trees " is an ink painting on a pair of six-folded screens , and Tohaku HASEGAWA 's best known work . +-1 The Omuro School of the Shingon ( " True Word " ) sect is one of the Shingon sect schools in Japan and belongs to the Kogi ( old ) Shingon sect . +1 Sekko Soshin ( 1408 - July 12 , 1486 ) was a priest of the Rinzai Sect from the middle of the Muromachi period to the Sengoku period ( period of warring states ) ( Japan ) . +1 Join SAEKI ( July 26 , 1867 - November 23 , 1952 ) was a Japanese Buddhist monk of the Hosso sect ( Japanese equivalent of the Chinese Faxiang sect ) and Shotoku sect and scholar of Buddhist Studies . +1 Lemon is a story by Motojiro KAJII . +1 Sukemoto OTA was a daimyo ( Japanese feudal lord ) and roju ( senior councilor ) from the late Edo period to the last days of the Tokugawa shogunate . +1 MINAMOTO no Tsunefusa ( 969 - December 3 , 1023 ) was a retainer of Imperial Court during the Heian period . +-1 Kagamibiraki is an event held to wish for a peaceful year for the family by cutting a kagamimochi ( a large , round rice cake ) offered to Toshigami ( a god of the incoming year ) at the New Year , cooking it in zoni ( vegetable soup containing rice cakes ) or shiruko ( sweet red-bean soup with pieces of rice cake ) , and eating it . +1 Shigetsuna SASAKI was a military commander during the early to middle Kamakura period . +1 Ryoan is a period when the Emperor is in mourning for his father and mother . +1 NAGAO no Masumi ( year of birth and death unknown ) was a person from the Asuka Period in Japan . +1 MUSASHI no Takeshiba ( dates of birth and death unknown ) was a member of a local ruling family in the mid Heian period . +-1 Tsukaiban is a post in the Edo shogunate . +-1 Hashirama is a bay , space or distance between two pillars of a palace and so on in traditional Japanese architecture . +-1 Kinpusen-ji Temple , located in Yoshino-cho , Yoshino County , Nara Prefecture , is a Buddhist temple of Shgendo lineage . +1 Sharebon ( literally , witty book ) is a type of gesaku literature in the mid-Edo period . +-1 The history of tourism in Japan is discussed in this section . +-1 Arare is short for arare mochi ( rice cake ) and is a snack made by cutting rice cakes into pieces two to three centimeters in length and about five millimeters wide and roasting them . +-1 The Horinouchi family ( Horinouchi-ke ) were a hereditary tea family who served as tea masters under the Omotesenke for many generations . +1 Kuroemon KATAYAMA IX ( August 26 , 1930 - ) is a Noh actor of the shite-kata ( lead role ) Kanze-ryu School . +-1 The Yosano-cho Community Bus is the community oriented bus operated in Yosano-cho , Yosa District , Kyoto Prefecture . +1 Kagaku is a study that researches everything related to waka , such as its essence and mannerisms , the interpretation of old waka , ancient practices and history . +-1 Kagurauta is a song performed in Kagura ( sacred music and dancing performed at shrines ) . +-1 Tsuboi Remains are the series of remains from the mid to the late Yayoi period , located across Tokiwa-cho , Kashihara City to Daifuku , Sakurai City . +1 Kaiyo ( 1036-September 6 , 1112 ) was a Buddhist monk from the end of the Heian Period ( the cloister government period ) . +-1 Sumiyoshi-zukuri style is one of the architectural styles of shrines in Japan . +1 Tankei ( 1173-June 20 , 1256 ) was a sculptor of Buddhist statues during the Kamakura period .. +-1 " Sudo-jinja Shrine " is a shrine in Kamitakano , Sakyo Ward , Kyoto City . +1 Ojo is the title given to a daughter of a king or its equivalent monarch . +-1 Sharitsu is a law on pardon , which was enacted by the Edo Shogunate in 1862 during the last period of the Edo era in Japan . +-1 Uprising of the Hayato people was organized by the Hayato in southern Kyushu in 720 to rebel against the Yamato sovereignty . +1 Tsunemichi ICHIJO ( 1317 - April 9 , 1365 ) was a kugyo ( the top court official ) from the end of the Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +1 Juo Sohitsu ( 1296 - 1380 ) was a Rinzai Sect Buddhist monk who lived from the latter part of the Kamakura period to the Northern and Southern Courts period ( Japan ) . +-1 Sugiyama-jo Castle was located in Ranzan-machi , Hiki-gun , Saitama Prefecture . +-1 Wakei Seijaku ( literally meaning harmony , respect , purity and tranquility ) is a slogan emphasized in Sado ( Japanese tea ceremony ) , which is particularly respected in the House of Sen through the ' Shiki ' ( Four Principles of Tea ) as laid down by SEN no Rikyu . +1 Ujinari MUNAKATA was the 47th Daiguji ( the supreme priest ) of the Munakata Taisha Shrine . +1 TAKEIWATATSU no Mikoto is a person that appears in Japanese myths as the major enshrined deity at Aso-jinja Shrine . +-1 Shura Noh is one of the programs of Noh theatrical performance , in which a warrior is the shite ( the main actor of a Noh play ) . +1 Toyotada HIROHATA ( July 27 , 1666 - August 26 , 1737 ) was a Kugyo ( top court official ) during the early to mid Edo period . +1 TAIRA no Moritoshi ( born on an unknown date , died in March 20 , 1184 ) was a busho ( a Japanese military commander ) during the end of the Heian period who was from the Ise-Heishi clan ( a branch of the Taira clan ) . +-1 Nishikikoji-dori Street is one of the major east-west streets in Kyoto City . +-1 Jichin-sai ( also pronounced " tokoshizume no matsuri " ) is a Japanese word used to describe the ground-breaking ceremony that is performed prior to the construction of an architectural structure or civil engineering work in order to appease the Shinto god or spirit of the land ( known in Japanese as the Ujigami , the guardian god or spirit of the family or the community ) and receive permission to use the land . +1 Sonosuke SAWAMURA is a name which has been used by some Kabuki ( a traditional form of drama and music performed by male actors ) actors . +-1 The Seiryoden thunderbolt striking incident happened when a thunderbolt struck the Seiryoden ( literally , Hall of Cool and Refreshing Breezes ; the emperor 's private residence ) in the Dairi ( Imperial Palace ) on July 29 , 930 during the Heian period . +-1 The term " Miuchibito " or " Miuchinin " refers to warriors who served regent , the Hojo clan during the Kamakura period ( 1185-1333 ) . +-1 Takarazuka Kinema Kogyo ( established in November of 1932 , liquidated in February of 1934 ) was a film company that existed in Kyoto . +-1 Bansha no goku was the suppression of free speech that occurred in May 1839 . +1 Emperor Suzaku ( Suzaku no Mikado ) , or Suzakuin , is the second emperor in " The Tale of Genji " ( the period of his reign , the chapter of ' Aoi ' ( Hollyhock ) to ' Miotsukushi ' ( Channel Buoys ) ) . +-1 Shikken is a name of a post in the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +-1 The Hoki War was the rebellion of Emishi ( natives of the Japanese islands of Hokkaido and northern Honshu that opposed and resisted the rule of the Japanese Emperors ) in Tohoku region ( later Rikuzen Province ) in the Nara period . +-1 Minakuchi-jo Castle is located in Minakuchi , Minakuchi-cho , Koka City , Shiga Prefecture . +-1 Saruishi are four unusual shaped rocks located in the tomb of Kibitsu-hime no Okimi adjacent to the west of Umeyama-kofun Tumulus ( Currently designated as the Mausoleum of Emperor Kinmei ) . +-1 The Naoejo is a letter written in 1600 , sent from Kanetsugu NAOE , a senior retainer of the Uesugi family , to Saisho Jotai who negotiated with the Uesugi family ordered by Ieyasu TOKUGAWA . +1 Norinari MOMI ( 1527 - 1576 ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) in Tanba Province . +-1 Niedono was an institution attached to Naizenshi ( Imperial Table Office ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) of Ritsuryo Japan . +1 Joseph Hardy Neeshima ( born February 12 , 1843 , died January 23 , 1890 , and known as Joe NIIJIMA in Japan ) was a Christian proselytizer and founder of the Doshisha Eigakko ( Academy ) , formerly known as Doshisha University . +-1 Ryakumyo dodai ( also called rekimei-dodai ) was the record book of Ikai-Bunin ( directory of Court ranks ) of Shii ( Fourth Rank ) and Goi ( Fifth Rank ) in medieval Japan . +-1 Kamiarai is a part of Shakkyo ( Stone Bridge , Noh Play ) in Kabuki ( traditional drama performed by male actors ) and is a shosa ( conduct ) in which a shishi lion bends forward and sways its head side to side with its long hair hung down in the front . +-1 Kyozuka ( literally , " scriptures tomb " ) are burial sites where Buddhist scriptures were buried . +-1 Koga Jusshu refers to the specialty plays of Sojuro SAWAMURA of Kinokuniya ( kabuki ) selected by Sojuro SAWAMURA the seventh . +1 Gato KATAOKA is a Kabuki ( traditional drama performed by male actors ) actor . +1 Yoshimitsu AWATAGUCHI ( around 13th century ) was a sword craftsman in the middle of Kamakura period . +1 Saneyuki SANJO ( 1080 - September 9 , 1162 ) was a court noble and the first head of the Sanjo family who lived in the late Heian period . +1 FUJIWARA no Tokihime ( year of birth unknown - February 9 , 980 ) was the lawful wife of FUJIWARA no Kaneie , Kugyo ( a top court official ) and who lived in the mid Heian period . +1 Nobuyoshi MATSUDAIRA ( 1580 - August 28 , 1620 ) was a person in the Azuchi-Momoyama period and the early Edo period . +-1 Marutamachi Station , located in Nakagyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Karasuma Line , which is operated by Kyoto Municipal Subway . +-1 Bitasen was a coin of very poor quality among those circulated during late Medieval Japan . +1 SHIMADA no Tadaomi ( 828 - 892 ) was a noble and poet who lived in the first half of Heian period . +1 Takakage ASAKURA was a Busho ( Japanese military commander ) in the Sengoku ( Warring states ) period and warlord in Echizen Province . +1 FUJIWARA no Sanekane ( year of birth unknown - October 19 , 1130 ) was a nobleman who lived at the end of the Heian period . +-1 Rikkenseitai no Shosho was issued by the Emperor Meiji on April 14 , 1875 . +1 FUJIWARA no Takanobu ( 1142 - March 26 , 1205 ) was an aristocrat who lived from the end of Heian period to early Kamakura period . +1 SOGANOKURA-YAMADA no Ishikawamaro ( year of birth unknown - May 15 , 649 ) was a member of powerful clan in the Asuka period . +1 " Kamesaburo BANDO " is a name which has been used by several Kabuki ( a traditional form of drama and music performed by male actors ) actors . +1 Hananoi ( year of birth unknown - 1873 ) was a housemaid of the Mito Domain in the end of the Edo period . +1 Toshimasa MAEDA ( 1578 - August 18 , 1633 ) , a busho ( Japanese military commander ) who lived from the Azuchi Momoyama Period to the Edo period , was the second son of Toshiie MAEDA , the first lord of the Kaga Domain , and his mother was Hoshunin . +-1 Bunkyu Eiho coin was a coin circulated at the end of the Edo period . +1 Genkai ( 1093 - 1156 ) was a Shingon sect priest in the late Heian period . +-1 Amenooshihi no Mikoto is a god ( Shinto ) which appears in Japanese mythology . +-1 Karasumi is a food product made from fish roe , which is first salted down and then sun-dried after some of the salt is removed in water . +1 Ejo KOUN ( ( 1198 - September 26 , 1280 ) was a priest of the Zen Sect in the Kamakura period . +1 Gonoshin OTOBE ( ? - June 20 , 1869 ) was a feudal retainer of the Matsuyama clan in Bicchu in Bicchu Province in the end of Edo period . +-1 Hoderi is a god that appears in Japanese mythology in the Kojiki ( The Records of Ancient Matters ) . +-1 According to the Japanese mythology , Kinomata no kami ( 木俣神 ) ( also read as Konomata no kami ) was born between Okuninushi ( chief god of Izumo in southern Honshu Island , Japan , and the central character in the important cycle of myths set in that region ) and Yakami hime of Inaba . +-1 Nagashiraha no kami was a god appearing in Iwato-gakure ( the hiding of Amaterasu Omikami , the sun goddess , in the heavenly rock cave ) of Kogo-shui ( History of the Inbe clan ) . +-1 Jodai Tokushu Kanazukai is Japanese phonetic orthography used in ancient Japan ( around the Nara period ) , which can be observed in the documents written in Manyo-gana ( Chinese characters used as phonetic characters ) such as " Kojiki " ( The Records of Ancient Matters ) , " Nihon Shoki " ( Chronicles of Japan ) and " Manyoshu " ( Collection of Ten Thousand Leaves ) . +1 Nangai KAN ( dates of birth and death unknown ) was a Japanese tenkokuka ( artist of seal engraving ) in the middle of the Edo period . +-1 The Katsuraki Imasu Hono Ikazuchi-jinja Shrine is a Shinto shrine located in Fuefuki , Katsuraki City ( former Fuefuki , Shinjo-cho ) , Nara Prefecture . +-1 Kosa indicates the following weather phenomenon : Dust in inland deserts or dry zones in eastern Asia centered around People 's Republic of China , is flung up into the air , for example , by a sandstorm , and is carried and falls over a wide area of eastern Asia centered around spring . +1 Fujihide MITSUBUCHI ( date of birth unknown - July 6 , 1574 ) was a direct vassal of shogun ( military official ) during the end of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +1 " Kajin " is a Japanese term used to refer to poets who write waka ( a traditional Japanese poem of thirty-one syllables ) or tanka ( thirty-one-syllable poem ) . +-1 Tensha Tsuchimikado Shinto is a school of Shinto religion / Onmyodo ( way of Yin and Yang ; occult divination system based on the Taoist theory of the five elements ) with its headquarters in Oi-cho ( formerly Natasho-mura area ) , Fukui Prefecture . +-1 Kannon-ji Temple is a Buddhist temple belonging to the Chizan School of the Pure Land Sect located in Fugenji-shimo , Kyotanabe City , Kyoto Prefecture . +1 Mannosuke NOMURA ( May 2 , 1939 - ) is a Kyogen performer of Izumi school . +-1 The Seikanji family were kuge ( court nobles ) with kakaku ( family status ) of meike ( the fourth highest status for court nobles ) . +-1 The Gojo family is a kuge ( family of court nobles ) and a toshoke ( hereditary lineage of court nobles above a certain rank ) , whose patriarch was Takanaga GOJO ( Junii - Junior Second Rank ) , Shikibusho ( Ministry of Ceremonies ) ( 1210 - 1285 ) , who was a son of Shonii ( Senior Second Rank ) , Sangi ( councilor ) and Ministry of Treasury , SUGAWARA no Tamenaga ( Tamenaga TAKATSUJI ) . +1 Yasuharu WAKISAKA was a busho ( Military Commander ) and daimyo ( Feudal Lord ) who lived during the Azuchi-Momoyama and Edo periods . +-1 Gakunodo is a name for a facility inside an armed camp during the Sengoku period . +-1 Hina arare is a kind of Japanese confectionery that is offered at the Dolls ' Festival ( March 3rd ) . +1 Yadoriki is one of the 54 chapters of " The Tale of Genji . " +-1 Kagura is a chanting and dancing performance dedicated to gods in Shinto rituals . +1 Yorinao ( also Yorihisa ) SHONI ( 1293 - 1371 ) was a Kyushu military commander who lived during the period of the Northern and Southern Courts ( Japan ) and into the Muromachi period . +1 KASA no Iratsume ( Lady Kasa ) was a poet of the mid-Nara period . +-1 神人 means : +-1 Yamato-Genji , a branch of the Seiwa-Genji ( Minamoto clan ) , was started by MINAMOTO no Yorichika , the second son of MINAMOTO no Mitsunaka . +1 Genpin ( 734 - July 27 , 818 ) was a priest of Hosso sect ( The Dharama-Characteristics Sect of Buddhism ) from the Nara period to the early Heian period . +-1 " Nihon isshi " is a history book . +1 Mimitsu is a place name in Hyuga City , Miyazaki Prefecture . +1 Yorito TOKI ( ? - January 6 , 1343 ) was a military commander who lived from the late Kamakura period through the period of the Northern and Southern Courts ( Japan ) . +-1 Shungiku ( the scientific name : Chrysanthemum coronarium , Syn , Leucanthemum coronarium , or Glebionis coronaria , the English name : Crown daisy ) is a plant native to the Mediterranean coast , and is classified in the genus Chrysanthemum of the family Asteraceae . +-1 Amenohiboko is a deity in Japanese mythology , who appears in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +-1 Myogo Honzon is a form of honzon ( the principal object of worship at a temple ) in Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +1 Tameyo NIJO ( 1250-September 26 , 1338 ) was a Kajin ( poet for Japanese poetry ) , who lived from the end of Kamakura to the beginning of the Northern and Southern Courts periods . +-1 Hojo Kudai Meika no Isaoshi is the title of kabuki kyogen play . +1 Oume ( date of birth unknown - October 30 , 1863 ) was a woman during the late Edo Period . +-1 Tatsumi Geisha refers to professional female entertainers , who were particularly popular in Fukagawa in Edo ( present-day Fukagawa , Tokyo ) around the Edo period . +1 Zenpo KONPARU ( 1454 - 1532 ? ) was a Nohgakushi ( Noh actor ) in the late Heian period . +1 Yukitada NIKAIDO ( 1221 - December 24 , 1290 ) was a child of Yukimori NIKAIDO and Mandokoro Shitsuji ( chief of Mandokoro , the Administrative Board ) of the Kamakura bakufu . +-1 Umekita ikki ( Umekita Uprising ) is an uprising instigated by Kunikane UMEKITA , a vassal of the Shimazu clan in July 1592 . +1 Imperial Princess Uchiko ( 807 - December 7 , 847 ) was the fifty-second Emperor Saga 's Princess . +-1 Kokugaku was a study that took place in the mid-Edo period in Japan . +1 Kiyomasa KATO was a Busho ( Japanese military commander ) and Daimyo ( Japanese feudal lord ) from the Azuchi-Momoyama period to the early Edo period . +-1 The list of present Noh programs is a list of current programs performed by the five schools of Noh 's shite-kata ( actors who play leading characters ) . +-1 Josetsu ( the years of his birth and death was unknown ) was an artist-monk from the period of the Northern and Southern Courts to the middle of the Muromachi period . +1 Syoh YOSHIDA ( January 24 , 1984 - ) is a Japanese-style painter who was born in Aichi Prefecture . +-1 A zabuton ( Japanese cushion ) is an item of furnishing for placing under the legs or bottom when sitting on the floor or tatami . +1 FUJIWARA no Takafuji ( 838 to April 18 , 900 ) was a court noble during the early Heian period . +-1 In the incident of Ashikaga-sandai mokuzo kyoshu , heads of the wooden images and the mortuary tablets of the first Seii taishogun ( literally , " great general who subdues the barbarians " ) of Muromachi bakufu ( Japanese feudal government headed by a shogun ) Takauji ASHIKAGA , the second Seii taishogun Yoshiakira ASHIKAGA , and the third Seii taishogun Yoshimitsu ASHIKAGA were taken away from Kyoto Jito-in Temple on April 9 , 1863 in the late Edo period , and were cast to the riverbed of Kamo-gawa river . +-1 Rakuichi-rakuza ( free markets and open guilds ) was an economic policy implemented in the markets of government controlled areas such as castle towns by the Shokuho government ( the government of Nobunaga ODA and Hideyoshi TOYOTOMI ) and the Sengoku daimyo ( Japanese territorial lord in the Sengoku period ) during the early modern period ( 16th century to 18th century ) in Japan . +1 Shuten Doji was the chief of the oni ( a kind of demon or ogre ) , who were believed to live on Oi no Saka ( Oi Hill Road ) in Oe at the border between Kyoto and Tanba Province ( he may also have been a robber ) . +-1 Niizawa Senzuka-kofun Tumulus Cluster is one of the famous large tumulus clusters consisting of over 600 burial mounds in total located Mt . Kaifuki in the southern part of Kashihara City , Nara Prefecture . +-1 Naporitan ( Napolitan ) is a Japanese spaghetti dish flavored with tomato ketchup . +-1 Tonodan-dori Street is a street running north-south through Kyoto City . +1 Yosaburo TAKEKOSHI ( November 22 , 1865 - January 12 , 1950 ) was a historian , critic and statesman , who lived during the Meiji to Showa periods . +-1 The Taiwan expedition refers to the Meiji government 's dispatch of military troops to Taiwan in 1874 . +1 Enkyo KABUKIDO ( year of birth and death unknown ) is an Ukiyoe artist of the Edo period . +1 FUJIWARA no Teishi ( her name can alo be read as Sadako ) ( 977-January 13 , 1001 ) was Chugu and later Empress to the sixty-sixth Emperor , Ichijo , during the Heian period ( The date of her death is taken from Kugyo FUJIWARA no Yukinari 's diary , " Gonki " of the same period . +1 URABE no Suetake ( date of birth and death unknown ) was a busho ( Japanese military commander ) who lived during the middle of the Heian Period . +-1 The Railway Nationalization Act ( the 17th Law issued on March 31 , 1906 ) is a Japanese law to nationalize private railways in order to unify the nation-wide networks of railways under the Tetsudoin ( Railway Bureau ) in the Cabinet . +-1 Jinyamachi was one of the former Japanese city forms . +-1 Gongen is a kind of Japanese shingo ( the title given to a Shinto shrine ) . +1 Kuro Shigefusa HOSHO ( July 2 , 1900 - July 18 , 1974 ) was a Noh actor of the Hosho school of shite-kata ( lead actors ) . +-1 Oka-dera Temple located in Asuka-mura , Takaichi-gun , Nara Prefecture is a temple of the Shingo sect Buzan school . +1 Onami ( Onnami ) ( 1398 - February 15 , 1467 ) was a sarugakuno actor ( actor for sarugaku ( form of theatre popular in Japan during the 11th to 14th centuries ) of Noh ( traditional masked dance-drama ) ) of the Muromachi period . +1 Tetcho SUEHIRO ( March 15 , 1849 - February 5 , 1896 ) was a political activist , press reporter and novelist in the Meiji period . +-1 Fujin ( also known as " Kaze no kami , " or " Fuhaku " ) is the Japanese god believed to control the wind . +-1 Niiharino kuninomiyatsuko ( also known as Niiharikokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the west part of Hitachi Province . +1 Yoshitoshi TSUKIOKA ( April 30 , 1839 - June 9 , 1892 ) was an ukiyoe artist from the end of the Edo period to the first half of the Meiji period . +1 Izumi Shikibu ( dates unknown ) was a poet of the mid-Heian period . +-1 Gojo Station , located in Osaka-cho , Shimogyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Karasuma Line , which is operated by Kyoto Municipal Subway . +-1 Kitakinki , an " L-tokkyu ( limited express ) " operated by the West Japan Railway Company ( JR West ) , runs in the section between Shin-Osaka Station and Kinosakionsen Station via Fukuchiyama Station and Toyooka Station ( Hyogo Prefecture ) on the track of the Fukuchiyama Line ( also called the JR Takarazuka Line ) and Sanin Main Line . +1 Shuzo TOYAMA ( November 10 , 1842-January 13 , 1916 ) was the businessman and the statesman who was from Nagaoka City ( the former Tochio City ) , Niigata Prefecture in the Meiji period . +-1 Edosenke is a school of tea ceremony that was originated by Fuhaku KAWAKAMI . +-1 The Kikutei family were kuge ( court nobles ) with kakaku ( family status ) of seigake ( the second highest family status for court nobles ) . +-1 We will introduce two kinds of Shojin ryori here ; one are Shojin ryori derived from Buddhism and the other are Shojin ryori that are categorized as one of Japanese cuisine . +-1 The Kawaramachi Oike Intersection is the intersection located in Nakagyo Ward , Kyoto City , Kyoto Prefecture . +-1 " Ryo-no-gige " is a commentary on ryo ( administrative code ) by the decree of the Emperor Junna , selected by 12 people such as udaijin ( minister of the right ) KIYOHARA no Natsuno as a head , Monjo hakase ( professor of literature ) SUGAWARA no Kiyokimi and so on . +-1 Fukurokuju is one of the Seven Deities of Good Fortune . +-1 Fukuchi-in is a temple of Shingon Risshu sect located in Naramachi , Nara City , Nara Prefecture . +1 Kinyuki IMADEGAWA ( year of birth unknown - July 21 , 1421 ) was a kugyo ( court noble ) who lived during the Muromachi period . +1 OGAMO no Nushi ( dates of birth and death unknown ) was the earliest ancestor of the Ogamo clan , who were from Ogamo-go , Kume County , Hoki Province , and was a figure who was recorded in the " Ogamo family tree . " +-1 Yomei Tenno Shokunin Kagami ( The Mirror of Craftsmen of the Emperor Yomei ) is a play written by Monzaemon CHIKAMATSU for Bunraku ( Japanese puppet theater ) . +1 Sanjuro TANI ( ? - May 15 , 1866 ) was the leader of the seventh unit of Shinsengumi ( an Edo shogunate police force located in Kyoto ) and it is told that he was the grand master of the art of the spearmanship . +-1 Shomyo is one of the traditional forms of Japanese music . +-1 Koryu-ji Temple , located in the Uzumasa area of Ukyo Ward , Kyoto City , is a Buddhist temple belonging to the Omuro branch of the Shingon Sect . +1 Masayoshi SAITO ( 1516 - 1548 ) was a busho ( Japanese military commander ) who lived during the Sengoku period ( Japan ) . +1 Sadamune OTOMO ( year of birth unknown - January 17 , 1334 ) was a busho ( Japanese military commander ) in the late Kamakura Period . +-1 Kumanokodo Road ( Kumana kodo ) is a generic term of pilgrimage routes leading to Kumano Sanzan ( three major shrines , Kumano-Hongu-Taisha , Kumano-Hayatama-Taisha and Kumano-Nachi-Taisha ) . +-1 Shoko-ji Temple is a temple of the Nichiren sect , located in Shimogyo Ward , Kyoto City . +-1 Toyokiiribikono-mikoto ( 豊城入彦命 ) ( the year of birth and death unknown ) is a member of the Imperial Family ( the royal family ) of the Tumulus period according to the Kojiki ( Records of Ancient Matters ) and the Nihonshoki ( Chronicles of Japan ) . +-1 The Kogisho ( Lower House ) was the legislative body that was established in the beginning of Meiji era . +1 Susumu YAMAZAKI ( around 1833 , date of birth unknown - February 6 , 1868 ) was a Shoshi shirabeyaku ken kansatsu of Shinsengumi ( Shinsengumi 's organizational post for investigating the movement of opponents and keeping the members of Shinsengumi under control ) . +-1 " Oshirasama " ( also written おしらさま , お白様 , オシラ様 , オシラサマ ) is a god of the home ( Shinto ) worshipped in the Tohoku region of Japan , generally considered the god of silkworm , god of agriculture , and god of horses . +-1 Hachigyaku means the eight most serious crimes in the ritsuryo code . +-1 Canned coffee means coffee in a can ready to drink without any preparation . +-1 Tenpyo Culture was an aristocratic and Buddhist culture that flourished in and around Heijo-kyo , the ancient capital of Japan in current Nara , from the end of the seventh century through the middle of the eighth century . +-1 Hyotan-kozo ( literally , a calabash or bottle gourd boy ) is one of Japanese yokai ( ghosts , spirits and monsters ) that was transmuted from a calabash or bottle gourd . +-1 Seigaiha is a program of gagaku ( described in this section ) . +1 Mitsuie ISHIKAWA ( year of birth and death unknown ) was a samurai who lived during the late Heian period . +-1 The 49 Temples of Kansai Yakushi Pilgrimage consists of 49 sacred places enshrining images of Yakushi Nyorai ( the Healing Buddha ) in Osaka Prefecture , Hyogo Prefecture , Kyoto Prefecture , Shiga Prefecture , Nara Prefecture , Wakayama Prefecture , and Mie Prefecture . +-1 Yoshino-jingu Shrine located in Yoshino-cho , Yoshino-gun , Nara Prefecture is a shrine whose enshrined deity is Emperor Godaigo . +1 Ietoki ASHIKAGA was a Gokenin ( shogunal retainers ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) in the middle of the Kamakura period . +1 TAIRA no Morizumi ( dates of his birth and death are unknown ) was a Samurai-Daisho ( warrior who gives the order of battle and maneuvers the troops ) of the Taira family in the end period of the Taira clan government . +1 Tamefumi REIZEI ( June 9 , 1752 - May 10 , 1822 ) was a Kuge ( court noble ) and Kajin ( waka poet ) in the late Edo period . +-1 The Kaiyu style garden is a Japanese garden where circulating walking paths are provided for enjoying views of the garden . +-1 Sake of low alcohol concentration is the recently invented sake with the alcohol content of 13 percent or less , normally with around 8 percent alcohol . +1 Jinmu tenno sai ( Emperor Jinmu Ceremony ) refers to the ceremony of the Imperial Household to honor Emperor Jinmu . +1 MINAMOTO no Tsunenobu ( 1016 - February 20 , 1097 ) was a noble and waka poet who lived in the late Heian Period . +1 ONO no Yoshifuru ( 884- March 20 , 968 ) was a Kugyo ( top court official ) with the rank of Jusanmi ( Junior Third Rank ) and the post of Sangi ( royal adviser ) in the mid-Heian period . +1 Harumitsu ODACHI ( date of birth unknown - June 6 , 1565 ) was a shogunate retainer of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) during the Sengoku Period ( Period of Warring States ) . +1 Masatusne ASUKAI ( 1170-April 5 , 1221 ) was a court noble and poet in the early Kamakura period . +1 TACHIBANA no Kachiko ( 786 - June 17 , 850 ) was the Empress of the fifty-second Emperor Saga . +-1 Chochin obake is a lantern ghost , a kind of a Japanese ghost . +-1 Sakhalin Development Commissioner is an authority arranged for the Sakhalin reclamation from February 13 , 1870 to August 7 , 1871 . +1 Kanjiro KAWAI ( August 24 , 1890 - November 18 , 1966 ) was a ceramic artist in Japan . +-1 Located in the northernmost place in Kyoto , Misonobashi Hachimaruichi Shotengai ( the Misonobashi 801 shopping street ) it 's length is 800m to the west from Misonobashi-nishizume ( the west end of Misono-bashi Bridge ) , Kita Ward , Kyoto City +-1 " Daishogunhachi-jinja Shrine " is a shrine in Kamigyo Ward , Kyoto City , Kyoto Prefecture . +-1 Aizen Myoo ( Ragaraja ) is one of the Myoos ( king of wisdom ) , being worshipped in Buddhism and having venerable status specific to Mikkyo ( Esoteric Buddhism ) . +-1 Kesa is a cloth robe worn by a Buddhist priest +1 Kasen NAKAMURA is a name which was used by some Kabuki ( a traditional form of drama and music performed by male actors ) actors . +-1 Hakucho is a term referring to male ryomin ( ordinary people ) with no special rank or title and no public employment in the Chinese and Japanese ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 Awabi ( abalone ) is a collective term referring to mollusks classified as Haliotidae . +-1 The Abe clan was a Gozoku ( local ruling family ) in Mutsu Province ( later Rikuchu Province , and Oshu is another name of Mutsu Province ) who lived during the Heian period . +-1 Ikaruganomiya Palace was the palace where Prince Shotoku lived in present-day Ikaruga Town , Ikoma County , Nara Prefecture . +-1 Baiko ONOE the Seventh ( August 31 , 1915 to March 24 , 1995 ) was a kabuki actor . +1 Kakuichi AKASHI ( 1299-1371 ) was a Heike biwa ( biwa with four strings and five frets used to play Heike Monogatari ( The Tale of the Heike ) ) musician ( Ichikata school ) in the period of the Northern and Southern Courts ( Japan ) . +-1 Mount Ryozen is a mountain between Taga-cho and Maibara City , Shiga Prefecture , with a peak elevation of 1,094 m . +1 Shimenoshin ARIDOSHI ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group which was the forerunner of the Shinsengumi ) and the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +-1 The Koshu sect ( Hongzhou-zong ) was a sect of the Zen sect ( Chan-zong ) in the Tang Dynasty . +-1 Kawata-jinja Shrine is a Shinto shrine located in Kosei-cho , Konan City , Shiga Prefecture . +1 Mitsuhiro MATSUDAIRA ( 1674-October 8 , 1717 ) was the third lord of the Kano Domain in Mino Province . +1 Tomomitsu YUKI was a Japanese samurai commander who had flourished from the late Heian period to the early Kamakura period ; he was an influential vassal of Kamakura bakufu ( Japanese military government headed by a shogun based in Kamakura ) . +1 Genro was a Buddhist priest in the Nara period . +-1 Rokudo Chinno-ji Temple is a Buddhist temple belonging to the Rinzai Sect Kenninji School located in Higashiyama Ward , Kyoto City , +-1 Nihon-Itaria Kyoto-kaikan ( Italian : Centro Culturale Italo Giapponese di Kyoto ) , located in Kyoto and Osaka , is the foundation that is jointly supervised by the Ministry of Foreign Affairs and the Ministry of Education , Culture , Sports , Science , and Technology . +-1 Ishibe Shukuba no Sato is an Ishibe-juku theme park located in the grounds of the Ameyama Culture Sports Park in Konan City , Shiga Prefecture . +-1 The Yamato Enshu school is one of the Japanese tea ceremony schools headed by the Kobori Gonjuro family , which originated from Masai KOBORI , the third son of Enshu KOBORI ( also known as Masakazu KOBORI ) . +1 Yasutomo SHIONOYA ( August 16 , 1214 - January 20 , 1279 ) was a busho ( Japanese military commander ) from Shioya County , Shimotsuke Province . +-1 Kanpukai ( maple leaf viewing festival ) is a gathering to view colored leaves of maple and other trees . +-1 Seibu-Kodo Hall is one of the public health facilities , that is located on the western part of Kyoto University Yoshida Campus . +-1 Nishinakasuji-dori Street is one of the streets in Kyoto . +-1 It was an agreement formally called ' 韓国通信機関委託ニ関スル取極書 ' ( Memorandum Concerning the Commission of Korean Communication Institution ) . +-1 Shorin-ji Temple is a Jodo ( Pure Land ) sect temple located in Kamiuma-cho , 3-chome , Higashioji Higashi-iru , Shibutani Street , Higashiyama Ward , Kyoto City . +-1 Chihana ( Gion chef-kappo , ' Chihana ' ) is a Kyoto restaurant started by Motoo NAGATA ( born in 1923 ) in 1946 . +1 Shoshun TOSANOBO ( 1143 - November 26 , 1185 ) was busho ( Japanese military commander ) as well as a Buddhist priest in the last Heian period . +1 Empress Dowager Shoken ( May 9 , 1849 – April 9 , 1914 ) was a member of the Japanese Imperial family . +1 Komuso were monks of the Fuke sect of Zen Buddhism who did not shave their heads in the traditional monk fashion and , co-existed as monks in the day to day lay world . +1 Tatsushi NARITA ( 1964- ) is a Noh actor who plays kotsuzumi-kata ( small hand drum player ) in the Ko school . +1 " Tsurunosuke BANDO " is a name which has been used by several Kabuki ( a traditional form of drama and music performed by male actors ) actors . +-1 The Jokyu Rebellion ( jokyu no ran ) occurred in the third year of the Jokyu era ( A.D. 1221 ) during the Kamakura period ; in this armed conflict , Emperor Gotoba raised troops to attack the Kamakura bakufu ( Japanese feudal government headed by a shogun ) but was defeated . +-1 Meiji Noho is the general term of accumulation and systemization of the conventional agricultural techniques represented by records on agriculture , as opposed to modern agriculture . +1 Kikuo AWAYA ( October 31 , 1922 - October 11 , 2006 ) was a Nohgakushi ( Noh actor ) playing shite ( the principal roles ) of Kita-ryu school . +-1 Kuge is a general term to refer to nobles and government officials who serve chotei ( Imperial Court ) in Japan . +1 Hougetsu SHIMAMURA ( February 28 , 1871 - November 5 , 1918 ) was a Japanese literature critique and stage director . +1 Sadakiyo MATSUDAIRA ( November 13 , 1729 - August 25 , 1779 ) was a daimyo ( a feudal lord ) who lived in the Edo period . +1 Juro KASUYA ( 1840 - June 20 , 1869 ) was a Shogun 's retainer in the end of Edo period and a member of Kaitentai from Edo , Musashi Province . +1 A ritual day is a day on which an important religious rite is performed . +-1 Utsuro was a quasi family-related community from the late Muromachi period to the Azuchi-Momoyama period that organized family members and vassals around the head of the family , called soryo ( heir ) ; organizations such as these were seen among Sengoku daimyo ( Japanese territorial lord in the Sengoku period ) in the Tohoku and Kanto regions . +-1 Saga-giku chrysanthemums ( Chrysanthemum grandiflorum cv.Saga ) are perennial plants belonging to the family Asteraceae . +-1 Gekokujo ( " the low overturning the high , " a term used to describe retainers overthrowing their lords ) describes situations in Japanese history that occur when a person of lower rank overthrows a superior either politically or militarily , and then supplants the superior 's position in society . +1 Shunpei TAGUCHI ( 1818 - November , 1867 ) was an engineer of gunnery and surveying in the end of Edo period . +1 Meika UNO ( June 27 , 1698 - May 15 , 1745 ) was a Japanese Confucian scholar in the middle of the Edo period . +-1 Sudare are bamboo screens constructed by knitting together strips of bamboo or reed with string . +1 Sadahusa HOJO ( 1272 - January 11 , 1310 ) was from the Hojo clan in the late Kamakura Period . +1 Shigeyuki OKAMOTO ( 1651 - April 7 , 1711 ) was a vassal of Naganori ASANO , the lord of the Ako Domain . +-1 In 1853 , the East India Squadron of the United States Navy arrived in Japan at Uraga , near the entrance of Tokyo Bay ( Uraga , Yokosuka City , Kanagawa Prefecture ) --an incident that came to be known as the " Arrival of the Black Ships . " +-1 Kyoto Prefectural Girls ' Vocational Training School was a public vocational school founded under the old education system in March 1927 . +-1 Hanamichi is the extension area of the stage which runs through the audience in theaters which hold performances such as kabuki . +-1 Takigi-noh ( Noh play performed at night by a fire ) is a Noh play that is especially chosen and performed in Noh Theater or on a Noh stage with a beacon fire around which is temporarily installed outside mainly on summer nights . +1 Yoshiharu ASHIKAGA was the 12th Seii Taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi Shogunate ( shogunship from 1521 to 1546 ) . +1 Kasuga no Tsubone ( 1579 - October 26 , 1643 ) , a woman who lived during the Azuchi-Momoyama period and into early Edo period , who the wet nurse of Iemitsu TOKUGAWA , the third Shogun of the Edo shogunate . +1 Torakazu DOI ( February 19 , 1902 - March 10 , 1971 ) was a philosopher and literatus . +-1 Kokumori refers to the estimated production output ( To-dai ; one To was about 18 liters ) per tan ( an old land area unit ; 991.7 square meters ) of rice in rice paddies , fields and residential areas in a land survey . +1 Tadaharu HORIO ( 1599 - October 26 , 1633 ) was a tozama daimyo ( nonhereditary feudal lord ) who lived in the Edo period . +-1 Nara Prefectural Museum of Folklore is a museum located in Yata-cho , Yamatokoriyama City , Nara Prefecture . +1 Mitsutsuna ROKKAKU ( 1401 - March 10 , 1445 ) was a samurai ( warrior ) who lived in the Northern and Southern Courts period and Muromachi period . +-1 Raigo-in Temple , located in Sakyo Ward , Kyoto City , is a temple of the Tendai sect . +1 Tamenori KYOGOKU ( May 7 , 1227 to July 4 , 1279 ) was a poet in the mid Kamakura period . +-1 Inpa refers to one of the busshi ( sculptor of Buddhist Statues ) schools from the late Heian Period to the Kamakura Period . +-1 Teratsutsuki is an ominous bird which is a specter described in " Konjaku Gazu Zoku Hyakki " ( Continued Illustrations of the Many Demons Past and Present ) , a collection of specters ' illustrations by Sekien TORIYAMA , and which looks like a peckerwood . +-1 Arashiyama Station , located at 7 Arashiyama Higashi Ichikawa-cho , Nishikyo Ward , Kyoto City , is the terminal of Hankyu Arashiyama Line , which is operated by Hankyu Railway . +1 Fuyumoto DAIGO ( August 2 , 1648-August 30 , 1697 ) was a high-rank Court noble in the early Edo period . +1 Chokusenshu is an anthology collected by Imperial command , or a book which was designated as an official writing among the ones written by the Emperor . +1 FUJIWARA no Tadataka ( 1102 ~ August 26 , 1150 ) was a court noble of the end of Heian period . +1 Ruijusandaikyaku is a statute book published in the Heian period ( probably in the 11th century ) . +-1 Kurimanju , one of traditional Japanese confectioneries , is a type of manju ( a bun stuffed with azuki-bean paste ) . +1 Tsunekage ASAKURA ( 1438-March 15 , 1491 ) was a busho ( Japanese military commander ) in the Muromachi period . +1 Rokkashu are the six great private collections of poetry in the age of Shinkokin ( Wakashu ) ( New Collection of Ancient and Modern Japanese Poetry ) . +1 Saiko ( year of birth unknown - July 7 , 1177 ) was a monk and a the Retired emperor Goshirakawa 's trusted vassal who lived in the late Heian era . +1 Yukikiyo AKASAKA ( year of birth unknown - 1336 ) was a Japanese military commander in Hoki Province from the late Kamakura period to the period of the Northern and Southern Courts . +-1 Nyoijizai is a Japanese specter included in a specter art collection book entitled " Hyakki Tsurezure Bukuro " by Sekien TORIYAMA and is a kind of the Tsukumo-gami ( a specter changed from a utensil ) . +1 Ominari HEKINO ( date of birth and death unknown ) was a government official ( lower or middle ranked ) in the Nara Period . +-1 " Daishogun " ( commander-in-chief ) is one of the Hasshojin ( of eight general gods ) responsible for the fortune of directions in Onmyodo ( the way of Yin and Yang ; occult divination based upon the Taoist theory of the five elements ) . +-1 Kechimyaku-sojo ( also referred as kechimyaku-sosho ) or blood inheritance is a metaphor that is used to describe the inheritance of teachings ( Buddhism ) from a mentor to a pupil , taking the blood flow as an analogy . +1 A Dutch scholar ( Rangakusha ) was a person who pursued and researched Western sciences by means of the Dutch language . +1 Yoriyasu OTOMO ( 1222 - October 30 , 1300 ) was the third family head of the Otomo clan . +1 Yugiri ( Evening Mist ) is one of the fifty-four chapters of " The Tale of Genji . " +1 Kaneyoshi ICHIJO ( June 7 , 1402 - April 30 , 1481 ) was a court noble , who held titles of Sessho regent and Kanpaku ( chief adviser to the Emperor ) , and was a classical scholar in the Muromachi period . +-1 Gundan refers to a military organization established around the country under the ritsuryo system ( the system of centralized government based on the ritsuryo code ) in ancient Japan . +1 TAIRA no Tadanori was a Japanese military commander in the Heian period . +1 Motoya IZUMI ( real name Motohisa YAMAWAKI , June 4 , 1974 - ) is a kyogen ( farce played during a Noh play cycle ) performer . +-1 Minamihokke-ji Temple located in Takatori-cho , Takaichi-gun , Nara Prefecture is a temple of the Shingon sect . +-1 " Gigaku " is one of the traditional theatrical performance in Japan . +-1 Mizutaki is a kind of a one-pot dish cooked at the table , a local dish mainly eaten in Fukuoka Prefecture . +1 Nagakazu ICHIHASHI ( June 7 , 1821 , to Jan . 17 , 1882 ) was the 10th ( final ) lord of Nishoji Domain ( Nishioji Domain ) in Omi Province . +1 HIEDA no Are ( dates of birth and death unknown ; lived in the latter half of the 7th century through the beginning of the 8th century ) compiled " Kojiki " ( The Records of Ancient Matters ) . +1 Tadaichi KONGO ( 1815 to 1884 ) was a Noh actor of the shite-kata Kongo school ( one of the five schools of shite-kata [ main roles ] ) . +-1 Eiraku-tsuho is a coin minted during the reign of the 3rd emperor of the Ming dynasty , Yongle . +-1 The Battle of Yamazaki was fought between Mitsuhide AKECHI , who had defeated Nobunaga ODA in the Honnoji Incident in June and July 1582 , and Hideyoshi TOYOTOMI returning from an attack on Takamatsu-jo Castle ( in Bicchu Province ) ; the scene of the battle was Yamazaki ( Yamazaki , Shimamoto-cho , Mishima-gun , Osaka Prefecture and Oyamazaki-cho , Otokuni-gun , Kyoto Prefecture ) , located on the border between Settsu Province and Yamashiro Province , where Toyotomi 's forces passed on their way to Kyoto and clashed head on with Akechi 's on July 2 . +-1 Gonansanjoshin are the deities who were born when Amaterasu and Susanoo , deities who appear in Japanese Mythology , made ukei ( pledge ) in Amanomanai ( a geographical name in Japanese Mythology ) . +-1 Kinen ( incantation ) is a traditional magic ( spell ) in Japan . +1 Takanori KOJIMA ( dates of birth and death are unknown ) was a samurai from Bizen Province who lived from the end of the Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +-1 Zan-shin is a term used in Japanese budo ( martial arts ) and geido ( accomplishments ) . +-1 Braided cord is the traditional Japanese craft , a cord made by interlacing fine silk threads and cotton yarns . +-1 Bunan no Koji Sodo was an incident in which Kitano koji za ( a guild in Kitano for producers of koji malt , a kind of mold grown on produce such as boiled rice ) , who controlled production of koji malt ( which is part of the sake brewing process ) in Kyoto , was attacked by the Muromachi bakufu ( Japanese feudal government headed by a shogun ) causing its decline during the Muromachi Period . +1 Yasuto MATSUDAIRA was a daimyo ( Japanese feudal lord ) and roju ( senior councilor ) during the late Edo period . +-1 Little Kyoto is a nickname given to towns and cities around Japan that resemble Kyoto City in their old streets and atmosphere . +1 Imperial Princess Noriko ( also pronounced Shokushi and Shikishi ) ( 1149 - March 1 , 1201 ) was a member of the Imperial Family in the late Heian period , a poet . +1 Tadachika NAKAYAMA ( around 1131 - April 30 , 1195 ) was a court noble who lived in the Heian period , was commonly called Nakayama Naidaijin ( Nakayama , the minister of the center ) and was the founder of the Nakayama family . +-1 Go ( a unit ) is a unit of cubic volume in old Japanese system of weights and measures . +-1 Ansei-ji Temple is a Buddhist temple belonging to the Shoichi school of Rinzai Sect located in Kita Ward , Kyoto City , Kyoto Prefecture . +1 TAIRA no Suenaga ( date of birth unknown - to August 23 , 897 ) was a nobleman in the early Heian period . +-1 Kiseki is a family register for the dead ( ' ki ' in Chinese ) . +1 Joto ( 740 - October 13 , 815 ) was a Buddhist priest who lived from the Nara period to the beginning of the Heian period . +1 Tomomori WADA was gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) of Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +-1 The Umekoji Steam Locomotive Museum is a preservation and display facility for steam locomotives , operated by West Japan Railway Company ( JR West Japan ) , located in Kankiji-cho , Shimogyo-ku , Kyoto City , Kyoto Prefecture . +1 Kokan SHIBA ( 1747 - November 19 , 1818 ) was a painter who lived during the Edo Period . +-1 Japanese-style painter is a term used as an antonym to Western-style painter as Japanese paintings separated into Western-style and Japanese-style after the Meiji period . +-1 Fukuro shinai ( written as 袋竹刀 ) is a tool used in martial arts that had been used in swordsmanship training before the bamboo sword was devised . +1 Tomoai IWAKURA ( October 26 , 1778 - June 22 , 1853 ) was a son of Tomokazu IWAKURA . +1 Harumochi OUCHI ( born in 1524 , date of birth unknown - June 19 , 1543 ) was the adopted heir of Yoshitaka OUCHI who was Sengoku daimyo ( Japanese territorial lord in the Sengoku period ( period of warring states ) ) who lived in Yamaguchi , Suo Province ( Yamaguchi Prefecture ) . +-1 Beppyo jinja refers to shrines designated and tracked by Jinja-Honcho ( The Association of Shinto Shrines ) . +1 Imperial Princess Toshi ( Masako ) ( 1001 - October 16 , 1022 ) was the first princess of Japan 's 67th Emperor Sanjo . +-1 So-okite was a statute defined independently by peasants within a soson ( a community consisting of peasants ' self-governing association ) in medieval Japan . +-1 Soh is a Japanese traditional musical instrument . +1 Oshisaka no Hikohito no Oenomiko ( year of birth and death unknown ) was a member of the Imperial Family in the Asuka period . +-1 Fujinoki Tumulus is a tumulus in Ikaruga-cho , Ikoma-gun , Nara Prefecture . +-1 Ichizawa Shinzaburo Hanpu Co . , Ltd. is a manufacturer of bags made with cloth in Higashiyama Ward , Kyoto City . +1 Rokkasen are the following six poets that KI no Tsurayuki remarked as " poets of the best known of recent times " and commented on the style of poetry of each in " Kokin Wakashu Kanajo " ( Preface of Kokin wakashu written in kana ) : +-1 " Utagaki " is a kind of folkway based on a magical belief , where young men and women gather on a specific time and date to exchange courtship songs and ballads . +-1 Bofura is a utensil for boiling water and a type of dobin ( earthenware teapot ) . +-1 Taigyaku Jiken +-1 The term " Shijin-so-o " refers to the topography and land physiognomy that are traditionally believed to be the best suited for the ' Four Gods ' that govern the four directions of the heavens in China , Korea and Japan . +1 Shoan SHIBATA ( year of birth unknown-1586 ) was a busho ( Japanese military commander ) in the Azuchi-Momoyama Period . +1 Koshi SAIONJI ( 1232 - March 6 , 1304 ) was a women who lived during the Kamakura period . +-1 Henjo ( born 816 , died February 12 , 890 ) was an early Heian period poet and one of the Six Poets and also one of the Thirty-six Immortal Poets . +1 Tadashige SUZUKI ( 1574 - 1658 ) was a chief retainer of Matsushiro Domain . +-1 Wabicha is a style of chanoyu ( Japanese tea ceremony ) in a restricted sense of the word . +-1 " Senchaku hongan nenbutsu shu " is a treatise in two volumes comprising sixteen chapters written by Honen in 1198 on the request from Kanezane KUJO , who was a Kanpaku ( chief adviser to the Emperor ) . +1 Mototsuna KUTSUKI ( 1549 - October 12 , 1632 ) was a daimyo who lived from the later Muromachi period to the early Edo period . +1 Imperial Prince Sukehito ( February 28 , 1073 - December 31 , 1119 ) was a member of the Imperial Family during the Heian period . +1 Matsukaze ( Wind in the Pines ) is one of the fifty-four chapters of " The Tale of Genji . " +-1 Oze ukai is ukai ( cormorant fishing ) that is conducted in Nagara-gawa river at Oze , Seki City , Gifu Prefecture during the period from May 11 to October 15 every year . +1 Tsumasaburo BANDO ( December 14 , 1901 - July 7 , 1953 ) was a Japanese actor . +-1 The term Kachi means lower class warriors who fought on foot . +-1 Chirizuka-kaio ( ghost king of waste ) is a type of Japanese yokai ( specter ) . +-1 Mizukiri +-1 A " rin ( 鈴 ) " a Buddhist instrument . +1 Chiran ( aka Jiran in Korean ; years of birth and death unknown ) was a priest of Hosso sect of Buddhism ( Japanese equivalent of the Chinese Faxiang sect or Dharma-character school ) , who lived in the Nara period . +-1 The term " Ittan-momen " refers to a folkloric ghost that is said to haunt Takayama-cho ( the present Kimotsuki-cho ) , Kimotsuki-gun , Kagoshima Prefecture . +1 Sensho MIKUMO ( male , 1769 - January 21 , 1845 ) was a Tenkoku artist ( a carver who carved Chinese characters in the special , Tensho , style ) who lived in Japan in the latter half of the Edo period . +1 Kanetomo KIKUCHI ( 1383 - April 5 , 1444 ) was a busho ( Japanese military commander ) , who lived from the period of the Northern and Southern Courts to the early Muromachi Period . +1 Yoshinobu ( Yoshihisa ) TOKUGAWA was the 15th Seii Taishogun of the Edo Shogunate ( held the position from December 5 , 1866 to December 9 , 1867 , both in the old lunar calendar ) . +-1 Honjo low was enacted and enforced by honjo ( proprietor or guarantor of manor ) for the purpose of ruling over their privately owned Shoen ( manor in medieval Japan ) as part of their Shomuken ( the authority of the jurisdiction and the administration of Shoen ) . +-1 The term ' local dishes ' refers to home cooked dishes that have existed for a long time as part of a culinary culture in a certain area or district . +1 Iekoto OINOMIKADO ( July 10 , 1818 - August 30 , 1885 ) was a Kugyo ( a Court Noble ) who lived during the end of Edo period . +-1 Taisei Hokan is a political incident in which the 15th Shogun of the Edo bakufu ( Japanese feudal government headed by a shogun ) Yoshinobu TOKUGAWA reported to the Emperor Meiji that he would return the sovereignty to the Emperor on November 9 , 1867 at the end of Edo period , and the Emperor gave the imperial sanction to the report on the next day . +-1 Hibashi chopstick is a Japanese tool . +-1 This section on " Town names in Sakyo Ward , Kyoto City " lists official town names in Sakyo Ward and summarizes the period and process of their establishment . +-1 A gable wall is an exterior wall above the gable beam of a building . +-1 Iwatakiguchi Station , located in Suzu , Miyazu City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by the Kitakinki Tango Railway . +1 Beppon +-1 Shichihakushi Ikensho was a written opinion submitted to the then Prime Minister Taro KATSURA , Minister of Foreign Affairs ( Japan ) Jutaro KOMURA and so on as of June 10 1903 , just before the start of Russo-Japanese War . +-1 Kyogoku Toho is a Toho-affiliated movie theater that was located in Shinkyogoku Shijo , Nakagyo Ward , Kyoto City , Kyoto Prefecture . +-1 Oi-jinja Shrine is a shrine in Togetsukyo kitazume , Ukyo Ward , Kyoto City . +-1 Ebi furai is a kind of deep fried cuisine using shrimp . +1 Shigetoki HOJO was a member of the family of the Hojo clan in the early Kamakura period . +1 Tokimune HOJO was the eighth regent of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) in the middle of Kamakura period . +-1 It is a kettle used for tea ceremonies and is owned by a ringleader in the Sengoku Period ( Period of Warring States ) , Hisahide MATSUNAGA . +-1 Saiten keiba was a horse race held at shrine festivals , etc. as dedication or as entertainment . +-1 The Ogawa-dori Street is a street running north-south through Kyoto City . +-1 Genroku Ako Incident is a modern expression for " revenge for their lord , " describing an incident which occurred in mid Edo period . +-1 The Shoen-Koryo system was a multilayered land governance structure which was grounded in shoen ( manors ) and lands under the control of the koryo ( feudal government ) in medieval times in Japan . +1 KOSE no Sakaimaro ( date of birth unknown - May 9 , 761 ) was a noble of the Nara period . +1 Kashiwagi is the name of a volume among the 54 chapters of " The Tale of Genji . " +1 Ike no Taiga is a literati painter during the Edo Period . He was born June 6 , 1723 and died May 30 , 1776 . +-1 This section on " Town names in Shimogyo Ward , Kyoto City " lists official town names in Shimogyo Ward and summarizes the period and process of their establishment . +1 Togan Ean ( 1225 - December 6 , 1277 ) was a priest of the Rinzai Sect of Buddhism in the mid Kamakura period . +-1 Shinshi ( Divine servant ) is , in Shinto , an animal specified as a messenger ( servant ) of god . +1 Norinaga MOTOORI ( June 21 , 1730 - November 5 , 1801 ) was a scholar of Japanese classical culture and literature , as well as a physician , in the Edo period . +1 Nisshu ( born in 1534 and died on May 26 , 1625 ) was a woman who lived from the Warring States period ( in Japan ) ( the late Muromachi period ) until the early Edo period . +-1 The Community Bus Yawata is the bus route managed by Yawata City , while Yawata City commissioned the Keihan Bus Co . Ltd. to operate the bus route . +1 Honinbo ( Holder of the Honinbo Title for the strongest player of the board game of go ) Shusai ( June 24 , 1874 - January 18 , 1940 ) was a go ( the board game of go , hereinafter referred to as go ) player who lived from the Meiji period through to the Showa period . +1 Tadachika OKUBO was a busho ( Japanese military commander ) and fudai daimyo ( a daimyo in hereditary vassal to the Tokugawa family ) in the Sengoku period ( period of warring states ) to the early Edo period . +1 ABE no Muneto was a Busho ( Japanese military commander ) in the mid Heian period . +-1 The Jinshin War was the biggest domestic war in ancient Japan and broke out in 672 and Emperor Tenchi 's younger brother , Prince Oama ( later Emperor Tenmu ) launched a revolt taking powerful local clans on his side against Prince Otomo ( given the name Emperor Kobun later in 1870 ) who was a son of Emperor Tenchi . +1 Kintsune SAIONJI ( 1171 -October 2 , 1244 ) was a Kamakura-period court noble and poet . +1 FUJIWARA no Morozane ( born in 1042 , birth date unknown - March 21 , 1101 ) was a Court noble during the period of cloistered rule and was also the Toshi choja ( head of the Fujiwara clan ) . +-1 The SHIONOYA clan is a Japanese clan . +-1 Kadensho is a type of written record on noh play . +1 Imperial Princess Teishi ( Yasuko ) ( May 10 , 1076 - August 27 , 1096 ) was the seventy-second Emperor Shirakawa 's first Princess . +1 Kachonomiya is a Miyake ( family allowed to have the status of Imperial family ) which was established in 1868 by Imperial Prince Kachonomiya Hirotsune , who was the twelfth prince of Imperial Prince Fushiminomiya Kuniie . +1 Shigetada YAMADA was a busho ( Japanese military commander ) in the late Heian and early Kamakura periods . +1 FUJIWARA no Nariko ( year of birth unknown - April 18 , 1177 ) was a court lady of the Kokyu ( residence of the empress ) of Emperor Goshirakawa during the late Heian period . +-1 Myoshu ( village headmen ) were a class of people who were commissioned to manage the cultivation of farmland called myoden by lords of Kokugaryo ( territories governed by provincial government office ) and manors during the late Ancient period and the Middle Ages in Japan . +1 MINAMOTO no Motomi ( written as 旧鑑 or 舊鑒 ) ( year of birth unknown - March 908 ) was shisei kozoku ( member of the Imperial Family conferred with a family name ) in the early Heian period . +-1 Kiichi Hogen was a legendary person who appeared in " Gikeiki " ( a military epic about the life of MINAMOTO no Yoshitsune ) written in the early Muromachi period . +-1 " Karuta " ( in Chinese characters , written as " 歌留多 , " " 加留多 , " " 嘉留太 , " or " 骨牌 " ) is a kind of a Japanese game using picture cards . +-1 Jusan-mairi is a ritual that takes place on March 13 of the lunar calendar date ( today , it is held one month later on April 13 ) where 13 year old boys and girls visit Kokuzo Bosatsu ( Akasagarbha Bodhisattva ) to give thanks that they have come of age and pray for future knowledge , happiness , and health . +-1 Tenkirin ( also called tenkibashira or goshouguruma ) is a poll made with stone or wood having a wheel built in it which is placed at the entrance of a temple or a graveyard . +-1 Jijuden Hall ( or Jinjuden Hall ) was one of the halls of the dairi ( Imperial Palace ) in the city of Heian-kyo . +-1 The Ichijo Family is one of the sekke ( regent ) houses and a kuge ( court nobility ) . +-1 Tamura-jinja Shrine is a Shinto shrine in Tsuchiyama-cho , Koka City , Shiga Prefecture . +-1 Amida-ji Temple is the temple of the Jodo ( Pure Land ) sect in Kamigyo Ward , Kyoto City . +-1 Kisha means to shoot an arrow or other weapon while riding a horse . +-1 Kagen War is a disturbance that occurred in 1305 ( in the Kagen era ) within the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +1 Shirojiro CHAYA was a wealthy merchant in Kyoto from the Shokuho era ( Oda-Toyotomi era ) to the early Edo period . +1 TACHIBANA no Iratsume ( year of birth unknown - March 26 , 681 ) was a daughter of ABE no Kurahashimaro . +-1 Ekirei is a bell provided by the Imperial Court to government officials who traveled on official business , under the ritsuryo system of ancient Japan . +-1 Wayakushu aratame kaisho was an agency established by the Edo bakufu ( Japanese feudal government headed by a shogun ) during the Edo period , which performed quality control check on domestic ( Japanese ) materials of medicines . +1 Tetsunojo KANZE the Ninth ( October 23 , 1956 - ) is a Noh actor of the Kanze school of shite-kata ( lead actors ) . +-1 Rokuo-in Temple is an independent Buddhist temple under the Rinzai Sect lineage located in Saga Kitabori-cho , Ukyo-ku Ward , Kyoto City . +-1 Genpin-an is a temple of the Shingonshu sect Daigo-ji school of Buddhism located in Kayahara , Sakurai City , Nara Prefecture , the foot of Mt . Miwa . +-1 The Nara period was a period in Japan 's history which , broadly speaking , lasted 84 years from 710 when the Empress Genmei transferred the capital to Heijokyo to 794 when the Emperor Kanmu transferred the capital to Heiankyo . +-1 Tango Yura Beach is located in Miyazu City , Kyoto Prefecture . +1 Kyonyo ( 6 November , 1558 - 6 November , 1614 ) the twelfth chief priest of the Ishiyama Hongan-ji Temple . +-1 Taisho Seihen ' refers to the collapse of the third Katsura Cabinet in February 1913 , which resulted from the Campaign for the Defense of the Constitution ( the first ) that started at the end of the year before . +1 Tadatsune HONDA ( 1661-May 26 , 1709 ) was the second lord of Koriyama Domain in Yamato Province . +1 MINO no Sonoki was a person of the Nara period . +-1 Tamanooya no Mikoto was a god ( Shinto ) appearing in Japanese mythology . +1 Nagamasa ASANO was a daimyo who lived during the Azuchi-Momoyama and Edo periods . +1 Seikichi KOKUBO ( 1847 - December 7 , 1868 was a feudal retainer of the Karatsu clan in the end of Edo period . +-1 Koden kanmotsu ritsuho was the law ( ritsuho ) fixing the tax rate of kanmotsu ( tribute ) of Koden ( fields administered directly by a ruler ) in the middle of the Heian period . +1 Rensei ( 1455 - September 17 , 1521 ) was a priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) who lived from the mid Muromachi period to the Sengoku Period ( Period of Warring States ) . +-1 Muto-shin is a deity which appears in Somin shorai setsuwa ( anecdotes of Japanese old stories ) . +1 Tokimoto ISOBE ( the date of birth and death unknown ) was a busho ( Japanese military commander ) during the early Kamakura period . +-1 The Chokyo-Entoku Wars were campaigns conducted by the Muromachi bakufu ( Japanese feudal government headed by a shogun ) twice in 1487 and in 1491 in the late Muromachi period against Omi no kuni shugo ( the provincial constable of Omi Province ) Takayori ROKKAKU , and it is also referred to as Rokkaku Seibatsu ( suppression ) . +-1 Anrakujuin Temple is a Buddhist temple belonging to the Chisan school of the Shingon Sect located in Takeda , Fushimi Ward , Kyoto City . +1 Chikashige ( 親成 ) MIMURA ( year of birth unknown - October 28 , 1609 ) was a lord of Nariwa-jo Castle ( Kakushu-jo Castle ) in Bicchu Province during the reign of the Mimura clan and Mori clan . +-1 The term " To no ben " refers to a person who assumed the position of Benkan ( Controller ) concurrently with the position of Kurodo no to ( Head Chamberlain ) under Japanese government officials system . +1 " Gukansho " is a history book written by Jien , a priest of the Tendai sect , in the early Kamakura period . +-1 Hinawaju ( English : matchlock gun ) is one form of gun in early times . +1 " Ise Monogatari " ( The Tales of Ise ) is a poetry narrative completed in the early Heian period . +1 " Tamizo ONOE " is a professional name which was used by some Kabuki ( a traditional form of drama and music performed by male actors ) actors . +1 Gozan Bungaku ( the Literature of the Five Mountains ) was literature in Chinese developed in Zen temples from the late Kamakura period to the Muromachi period . +-1 The Tokudaiji Family is a kuge ( court noble ) having the house status of Seigake ( one of the statuses of court nobility which is inferiror to the sekke but superior to minister ) . +-1 Shomyo were samurai who were not well known . +1 ONO no Iwane ( date of birth unknown - 778 ) was a bureaucracy of the Nara period . +-1 . +-1 Daihoon-ji Temple is a Buddhist temple belonging to the Chizan school of the Shingon Sect located in Kamigyo Ward , Kyoto City . +1 FUJIWARA no Akitsuna ( 1029 - August 8 , 1103 ) was a retainer of Imperial Court and poet who lived in the latter half of the Heian period . +1 Mitsuhira TOKI ( year of birth and death unknown ) was a samurai from the closing years of the Heian period to the beginning of the Kamakura period . +1 OMI no Kenu ( year of birth unknown - 530 ) was Gozoku ( local ruling family ) and Shogun active in the court of Emperor Keitai . +-1 Taira-sanbashi is a landing bridge at Maizuru Port . +-1 Umakuta no kuni no miyatsuko ( also known as Makuta no kuni no miyatsuko , Umakuta kokuzo , Makuta kokuzo ) was a kuni no miyatsuko that ruled the middle west part of Kazusa Province in ancient Japan . +-1 Choyobun refers to the taxation that the Southern Court temporarily imposed on the territories of temples and shrines under their control in order to secure provisions and revenue during the period of the Northern and Southern Courts ( Japan ) . +1 Katsuie SHIBATA was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) who lived from the Sengoku period ( period of warring states ) ( Japan ) to the Azuchi-Momoyama period . +1 Takakazu WASHINOO ( 1606 – October 5 , 1662 ) was a court noble of the early Edo period . +-1 Kyoto Aquarena is a municipal indoor swimming pool and skating rink in Kyoto City Nishikyogoku Comprehensive Sports Park in Ukyo Ward , Kyoto City , Kyoto Prefecture . +-1 Joshi ( also called Jomi ) is one of five seasonal festivals . +1 KIBI no Makibi ( 695 - November 3 , 775 ) was a scholar , a statesman and a Kugyo ( a court noble ) who lived during the Nara Period . +-1 The Kitano Grand Tea Ceremony on November 1 , 1587 organized by Hideyoshi TOYOTOMI on the grounds of Kitano Tenmangu Shrine is a large scale tea ceremony . +-1 Nochi no Hina refers to Hina dolls displayed on August 1st ( old calendar ) or September 9th ( old calendar ) in the Edo Period , or to displaying them . +1 Kinsuke ENDO , Male , ( February 15 , 1836 - 1893 ) , a bureaucrat , one of 5 great persons from Choshu domain in Meiji Period +1 Nobutomo BAN ( March 17 , 1773-December 2 , 1846 ) was a scholar of Japanese classical culture in the Edo period . +-1 Jikkai means all the states of a human spirit categorized into 10 types according to the creed of the Tendai sect , including Rokudo ( six posthumous worlds ) as well as the four of states of Shomon , Enkaku , Bosatsu and Buddhahood . +1 Sanukinosuke Nikki ( The Diary of Sanukinosuke ) is a piece of literature in the form of a diary , written by Sanuki no suke ( her court name ) FUJIWARA no Nagako during the late Heian period . +-1 Godai Bosatsu are a kind of combination of Bosatsu ( those who are engaged in ascetic training in pursuit of the truth and enlightment ) that are objects of worship and construction of statues in Buddhist society . +1 SAKATA no Ikazuchi ( the year of birth is unclear - September , 676 ) was a person of the Asuka era . +1 The expression " eight undocumented eras " ( " kesshi hachidai " in Japanese ) refers to the eight emperors from Emperor Suizei ( second emperor ) to Emperor Kaika ( ninth emperor ) whose pedigree records ( called " Teiki " in Japanese ) exist but whose achievements are not recorded in " Kojiki " and " Nihon Shoki " and the period represented by these emperors . +1 TAIRA no Ietsugu ( date of birth unknown to August 14th , 1184 ) was a busho ( Japanese military commander ) in the end of the Heian period . +1 Gensho ( 1146 - 1204 ? ) was a priest of the Shingon sect of the end of the Heian period to the early Kamakura period . +1 MINAMOTO no Tamenari ( ? - August 24 , 1156 ) was a military commander of the Kawachi-Genji branch of the Minamoto clan who lived at the end of the Heian period . +1 FUJIWARA no Masaki ( year of birth unknown - October 21 , 764 ) was a Kugyo ( high court noble ) in the Nara period . +1 FUJIWARA no Yoshichika ( 957 - AUGUST 26 , 1008 ) was a noble who lived in the Middle Heian period . +1 Tainoshin SHINOHARA ( December 22 , 1828 - June 13 , 1911 ) was a loyalist in the late Edo period . +1 Shiki MASAOKA ( October 14 , 1867- September 19 , 1902 ) wrote haiku ( Japanese poems of 17 syllables , arranged in lines of 5 , 7 , and 5 syllables , that traditionally contained a reference to the seasons ) and tanka ( short Japanese poems of 31 syllables , arranged in lines of 5 , 7 , 5 , 7 , and 7 syllables ) , and was a researcher into the history and development of the Japanese language . +1 He was a warlord of the Sengoku period , was an adopted son of Toshihisa MAEDA , and had various nicknames such as Keijiro . +-1 Atariburumai was a feast to celebrate a full house production . +-1 Iseda Station , located in Uji City , Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line of Kintetsu Railways . +-1 The Mikunidake Tunnel is one of the tunnels of the Maizuru-Wakasa Expressway , running between Maizuru City , Kyoto Prefecture and Takahama-cho , Oi District , Fukui Prefecture . +-1 The Honami family was Toshoke and a collateral branch of the Kajuji family line of the Northern House of the FUJIWARA clan , with the court noble family rank of Meike . +-1 Keihan-Yamashina Station , located in Anshu-sajiki-cho , Yamashina Ward , Kyoto City , Kyoto Prefecture , is a stop on the Keishin Line , which is operated by Keihan Electric Railway . +-1 Konarai , or naraigoto , is a learning course of tea ceremony , which putting together the procedure of the use of each utensil and the procedures appropriate for the situations . +-1 Itado is a kind of door made with panel . +1 Hideto YAMAGA ( the date of birth and death unknown ) was a busho ( Japanese military commander ) who lived during the end of Heian period . +-1 Tsuina is an annual event held on New Year 's Eve ( December 30 according to the old calendar ) in the Imperial Court , and this ceremony of onibarai ( to expel ogres ) has been held since the early Heian period . +1 Koji KIBE ( 1881-1969 ) was a priest in the Shinshu-kibe school of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +1 Hideto MATSUURA ( ? - October 19 , 1600 ) was a Daimyo ( Japanese feudal lord ) ( Iou clan ) and a Busho ( Japanese military commander ) in the Toyotomi government . +-1 The Konoe Family was the premier court nobility of the sekke ( Setsu Family ) . +-1 Wado-kaichin ( can be called Wado-kaiho ) was the coin minted and issued in Japan in 708 . +1 " Zen-zen Taiheiki " is a war chronicle featuring the history from the Nara Period to the early Heian Period . +1 It is the royal crest of the Emperor and the Emperor 's family . +-1 The Kyoto Keihoku Furusato ( hometown ) public corporation is located at Danjo no shita , Keihoku Kamiyuge-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture . +-1 Tango Daibutsu ( Great Buddha ) is a large statue of Buddha in Honzaka , Ine-cho , Yosa-gun , Kyoto Prefecture . +-1 Garden of Fine Art , Kyoto is an outdoor art museum exhibiting ceramic plates on which great pictures of all ages are copied , located in Shimogamo , Sakyo-ku Ward , Kyoto City . +1 Gonjuro KAWARASAKI is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +-1 Busho refers to those who stood out among people engaged in military affairs , such as a military officer and a samurai . +-1 Meyasubako was a box which was set up to collect letters of proposal by the common people for the purpose of collecting opinions about administrative policies and information about the society , or the system thereof . +-1 Chusei Nihongi collectively refers to a set of Japanese mythologies that were variously reinterpreted and revised based mainly on the Honchi Suijaku theory ( the theory that Japanese deities were the multi-faceted embodiment of Buddha ) in the medieval period while founding its base on classics such as " Nihonshoki " ( Chronicles of Japan ) . +1 Furuhito no Oe no Miko ( year of birth unknown - October 7 , 645 ) was a member of the Imperial family in the Asuka period . +-1 The Mikado Company ( - Shokai , established on July 10 , 1919 - Acquired on January 1920 ) is a Japanese film studio that once existed . +-1 " Montsuki Haori Hakama " is a Japanese traditional costume that is commonly regarded as the most formal attire for men at present . +1 Hyonenzu is a painting created by Josetsu , a leading painter and priest in the early stage of ink-and-wash paintings in Japan . +-1 The SHIDA clan ( Shidashi , Shidauji ) is a Japanese clan . +1 Chomu ( 1732 – February 2 , 1796 ) was a monk and a haiku poet during the mid Edo period . +1 Yoshikatsu MORI ( year of birth not known - July 1 , 1582 ) was Nobunaga ODA 's retainer . +1 Takatomo KYOGOKU ( 1572 - September 17 , 1622 ) was a daimyo ( Japanese territorial lord ) in the Sengoku Period from the Sengoku period active from the Azuchi-Momoyama period to the Edo period . +-1 Akome is a kind of uchigi ( daily wear or inner wear ) worn under certain costumes . +-1 The Sesonji family was a clan derived from the Fujiwara clan . +1 The term , " Ama no iwato " refers to a rock cave that appears in Japanese mythology . +-1 Shojo ( Xingxing , written as 猩猩 or 猩々 ) is an imaginary animal first appeared in Chinese legends . +1 Shinen ( 1153 - January 6 , 1225 ) was a Buddhist priest of Kofuku-ji Temple from the end of the Heian period to the early Kamakura period . +-1 Miyamaso ( Yaso Ichimian - literally , wild herbs one-taste ' Miyamaso ' ) is a restaurant and inn that is located in the Hanase-no-sato community on a remote mountain in Kyoto and is famous for Tsumikusa ryori ( cuisine using wild herbs and vegetables ) , which was loved many intellectuals like Masaaki TACHIHARA and Masako SHIRASU and has been said not allowed to be taken out of Kyoto . +-1 Mt . Miyama is a mountain which is located in the boundary between Nose-cho , Toyono-gun , Osaka Prefecture and Nantan City , Kyoto Prefecture . +-1 Shoren-ji Temple is a Koyasan Shingon sect temple located in Gojo City , Nara Prefecture . +1 Nagamitsu KANAMORI was the second ( and last ) lord of Kozuchi Domain in Mino Province . +-1 Go-kaido Roads were five land traffic routes of the Edo period starting from Edo . +-1 The Heizenmon Incident refers to the coup which took place in Kamakura in 1293 during the Kamakura period . +1 Imperial Prince Fushiminomiya Sadayasu ( February 1 , 1547 - May 11 , 1568 ) was an Imperial family member during the Sengoku period ( period of warring states ) . +-1 According to Buddhism , Komokuten ( viruupaakSa in Sanskrit ) is the Buddha of Tenbu ( deities who reside in a heavenly realm , one of six realms in which the souls of living beings transmigrate from one to another ) . +1 Bontoan ( 1349-1417 ( years are undetermined ) ) was a renga ( poem composed of lines linked in idea written by two or more persons ) poet from the Northern and Southern Courts period to the mid Muromachi period . +1 Tamehide REIZEI ( year of birth unknown - July 20 , 1372 ) was a poet who lived from the late Kamakura period to the early Muromachi period . +-1 Chaya , ' or teahouses were common from the middle ages through to recent times as a type of rest area in Japan . +1 Hamamatsu Chunagon Monogatari is a tale reportedly written by SUGAWARA no Takasue 's daughter , who also wrote " Sarashina Nikki " ( Sarashina Diary ) . +-1 Sanzen-in Temple is a Tendai Sect Buddhist temple located in Ohara , Sakyo Ward , Kyoto City . +-1 Honkan-ji Temple is a temple of the Nichiren Shoshu sect located in Kameoka City , Kyoto Prefecture . +-1 The shadow of death is described as follows : +-1 The Maizuru Higashi Interchange , located in Dono-oku , Maizuru City , Kyoto Prefecture , is an interchange of the Maizuru Wakasa Expressway . +1 Sanetoki TOKUDAIJI ( 1338 - April 16 , 1404 ) was a court noble in the Muromachi period . +1 Kanpen ( 1100 - July 28 , 1166 ) was a Shingon Sect Buddhist monk who lived during the latter part of the Heian period . +-1 Wagakki is a term used to refer to traditional musical instruments that have been used in Japan from ancient times . +-1 The Tsuchimikado family is a clan of court nobles that served the Imperial Court in Japan . +-1 Koetsu-ji Temple is a Buddhist temple belonging to the Nichiren Sect located in Takagamine , Kita Ward , Kyoto City . +1 Hechikan ( also known as Bechikan ; dates of birth and death unknown ) was a legendary tea ceremony master during the late Sengoku Period ( Period of Warring States ) to the Azuchi-Momoyama period . +1 Soroku Ebara ( born March 10 , 1842 ; died May 19 , 1922 ) was a former retainer of the shogun who subsequently became a Japanese statesman and educator , as well as a Christian . +-1 Amazuka-kofun Tumulus is a kofun ( tumulus ) at Uzumasa Matsumoto-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture . +-1 Daigo Station , located in Daigo Takahata-cho , Fushimi Ward , Kyoto City , is a stop on the Tozai Line , which is operated by Kyoto Municipal Subway . +1 Gakujuro JITSUKAWA was a Kabuki performer . +1 Kojo ( year of birth and death unknown ) was a Busshi ( sculptor of Buddhist Statues ) in the late Heian period . +-1 Sanjo-dori Street is a road in Nara City , Nara Prefecture . +1 FUJIWARA no Yoritsune ( February 12 , 1219-September 8 , 1256 ) was the 4th Seii taishogun ( literally , " great general who subdues the barbarians " ) of the Kamakura Shogunate . +-1 Dagashi is confectionery aimed at children that can be bought for a small amount of money , such as pocket money . +-1 The buke-zukuri style was for samurai residences in the Kamakura period . +1 Yasuhira WAKISAKA ( October 31 , 1813 - March 23 , 1839 ) was a successor of Tatsuno Domain of Harima Province . +1 Masakazu TOYAMA ( October 23 , 1848 - March 8 , 1900 ) was an educator , writer , and sociologist who lived in the Meiji period . +-1 Asuka no Kiyomihara no Miya ( also known as Asuka Kiyomigahara no Miya ) was a palace where Emperor Tenmu and then by Empress Jito lived in the late seventh century . +1 Genshitsu SEN ( April 19 , 1923 - present ) is the fifteenth iemoto ( the head of a family or school ) of the Urasenke school of Japanese tea ceremony fame , Soshitsu HANSO . +1 Sanesuke SAIONJI ( 1661- February 8 , 1685 ) was Kugyo ( a Court Noble ) in the early Edo period . +-1 Otsukimi Dorobo is one of the children 's moon viewing events held in various regions . +-1 Mimizuka is a tomb mound that was made to bury and pay respects to severed ears and noses of dead soldiers of the Korean ( Joseon ) and Chinese ( Ming ) armies in the Bunroku-Keicho War ( wars initiated by the invasion of the Korean Peninsula by Hideyoshi 's army in 1592 through to 1598 ) . +1 Osen Keisan ( 1429 - December 25 , 1493 ) was a Zen monk ( Rinzai sect ) in the middle to late Muromachi period . +-1 Yugake , also referred as Kake , Sho is a deerskin glove-like gear for drawing Japanese bow used in Japanese kyudo ( Japanese art of archery ) or the art of Japanese archery . +-1 Shigure refers to rain or snow which falls and stops temporarily mainly from autumn to winter . +1 Chinkon-sai Festival is a ritual ceremony for the repose of an emperor 's soul on the day before Niname-sai ( the Harvest Festival ) . +1 MINAMOTO no Masakane ( 1079-December 22 , 1143 ) was a court noble during the late Heian Period . +1 Hotan ( 1654 - April 14 , 1738 ) was a learned monk in the middle of the Edo period . +-1 The Takase-gawa River is a canal excavated by Ryoi SUMINOKURA and his son Soan SUMINOKURA in the early Edo period for distribution of goods between the central Kyoto and Fushimi . +-1 Dojigiri is a Japanese sword designated as a national treasure of Japan . +1 Masaki KANEKO ( year of birth and death unknown ) was a Japanese military commander who lived from the Sengoku period ( period of Warring States ) to the Azuchi-Momoyama period . +1 Nagashige OGASAWARA ( June 5 , 1650 to September 19 , 1732 ) was a fudai-daimyo ( Japanese territorial lord ) and a roju ( a person in charge of general affairs directly under the shogun ) during the Edo period . +-1 Junii ( Junior Second Rank ) was a court rank and shinkai ( ranks granted to Shinto gods ) in Japan . +-1 Urajiro-toge Pass is a pass located between Koga City in Shiga Prefecture and Ujitawara Town in Kyoto Prefecture . +1 Nobuna OINOMIKADO ( 1699-November 20 , 1684 ) was a retainer of the Imperial Court in the early Edo period . +1 Takatada TAGA ( 1425 – September 23 , 1486 ) was a busho ( military commander ) during the Muromachi Period . +-1 Kokyu palace was where the empress of the king or emperor lived . +1 FUJIWARA no Munenari ( year of birth and death unknown ) was an aristocrat who lived from the Nara to early Heian periods . +-1 List of the Provinces of Japan > San 'indo > Tanba +1 Rokuro KIRYU ( year of birth unknown - October 13 , 1183 ) was a person who lived during the later Heian period . +-1 Hozan-ji Temple is the Grand Head Temple of Shingon Risshu sect in Monzen-cho , Ikoma City , Nara Prefecture . +-1 Goon and hoko indicate factors and concepts that constituted master-servant relationships among samurai during medieval Japan . +1 Kumajiro ARIYOSHI ( 1842-August 20 , 1864 ) was a Japanese samurai , a patriot who belonged to Sonno-Joi-ha ( supporters of the principle of advocating reverence for the Emperor and the expulsion of foreigners ) from the Choshu clan . +1 Onri HAYASHI ( March 3 , 1831 - January 30 , 1906 ) was a Rono ( Tokunoka [ a well-experienced , exemplary good farmer ] ) and leader of agricultural techniques , who was born in Fukuoka Prefecture . +-1 Oie-ryu school is a school of tea ceremony which had been traditionally practiced by Shigenobu group of Mikawa-Ando clan , which was a family of fudai daimyo ( a daimyo in hereditary vassal to the Tokugawa family ) . +1 Kingyoku Wakashu is a personal collection of poetry written in the mid Heian period . +-1 Kageyushi was a Ryoge no kan ( official posts outside of the Ritsuryo code ) under the Japanese Ritsuryo system ( a system of centralized government based on the Ritsuryo code ) . +1 Honamigire is a nickname for the manuscript of " Kokin Wakashu " ( A Collection of Ancient and Modern Japanese Poetry ) , which is assumed to have been transcribed at the beginning of the twelfth century . +-1 Uzuka is a monument located in Gifu City , Gifu Prefecture that was constructed for the repose of cormorants of Nagara-gawa ukai ( cormorant fishing in Nagara-gawa River ) . +1 Shigemitsu HINO ( 1374 - April 25 , 1413 ) was a court noble who lived in the Muromachi period . +-1 Genso-eko ( Virtue as instructed by Amida for retiring from the Pure Land to this world ) is one of the important Jodo Sect doctrines ( teachings of the Pure Land ) . +1 Masanaga UEMATSU ( December 1 , 1654 - January 8 , 1708 ) was a Kugyo ( the top court officials ) from the early to the middle of the Edo period . +1 YAMASHIROBE no Oda ( year of birth unknown - January , 699 ) is a person who lived during Japan 's Asuka Period . +-1 Kokumo ( or Kokubo ) is the title for real mothers of emperors or kings . +-1 Ryoko-in Temple is a sub-temple located within the precinct of Rinzai sect Daihonzan ( Head Temple ) Daitoku-ji Temple in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +-1 Jigeuke was a system in which village communities of medieval Japan undertook the task of feudal lords to collect nengu ( land tax ) to be paid to shoen ( manor in medieval Japan ) or Kokugaryo ( territories governed by provincial government office ) . +1 Chu ASAI ( July 22 , 1856 - December 16 , 1907 ) was a Western-style painter in the Meiji period . +1 Shinsei ( March 8 , 1443 - - April 4 , 1495 ) was a priest of the Tendai sect during the Sengoku period ( period of warring states ) . +-1 The term kaidan ( ordination platform ) is a Buddhist term that refers to a place for giving the precepts of Buddhism . +-1 Gyoja or Anja has the following meanings . +-1 Rokujo-gawara was used as an execution ground and located on the riverside of Kamogawa river ( Yodogawa river system ) running in Kyoto City . +1 Imperial Princess Akenomiya Teruko ( July 25 , 1634 - November 18 , 1727 ) was a member of the Imperial Family in the early Edo period . +-1 The Shoya ( village headman ) and the Nanushi ( village headman ) are one of village officers ( " murakata-sanyaku " in Japanese ; the three officers of a village ) , or one of the machiyakunin ( municipal officials ) in Edo period . +1 Sadamichi MATSUDAIRA ( July 4 , 1834 - September 18 , 1859 ) was a Daimyo ( Japanese feudal lord ) during the end of the Edo Period . +-1 Seryo-toge is a pass across Ukyo Ward , Kyoto City , Kyoto Prefecture and Sakyo Ward of the same city . +-1 Kobushichishoku refers to a collective name of craftsmen engaged in seven processes in manufacturing the Hikone Buddhist altar . +-1 Yakozen is an evil kind of zen that resembles real Zen but is completely different from the real thing . +1 Tamasumi KONO was a Japanese military commander around the 7th century . +-1 HIKAMI no Kawatsugu 's War was a political event in the Nara period . +-1 The 53 stations of the Tokaido Road ( Tokaido gojusan tsugi ) can mean : +-1 Tainei-ji Temple is a Buddhist temple belonging to the Soto Sect located in Fukawayumoto , Nagato City , Yamaguchi Prefecture . +1 Tametsuna ODA ( 1839 - 1901 ) was a scholar and educator and statesman coming from Ube Village , Kunohe County ( present Ube-cho , Kuji City ) , Iwate Prefecture . +1 TAIMA no Hiromaro ( date of birth unknown - June 29 , 685 ) lived during Japan 's Asuka period . +-1 Hatsuhana is one of the three major Chaire ( tea caddy ) . +1 Emperor Kotoku ( 596 - November 24 , 654 ) was the thirty-sixth Emperor of Japan ( reign : July 12 , 645 - November 24 , 654 ) . +-1 Wesak is a Buddhist celebration conducted once a year . ( Cambodia : Visaka Bochea , India , Bangladesh , Nepal : Visakah Puja , Buddha Purnima or Buddha Jayanti , Thailand : Visakha Bucha , Vietnam : Phật Đản , Indonesia : Waisak , Sri Lanka and Malaysia : Vesak ( Wesak ) , Chinese language areas : fó dàn , Tibet : Saga Dawa , Laos : Vixakha Bouxa ) +1 MIYOSHI no Yasutsura ( 1193 - October 22 , 1256 ) was a personal retainer to the shogun in the Kamakura bakufu ( Japanese feudal government headed by a shogun ) and judicial official during the first half of the Kamakura period . +-1 Umenomiya-taisha Shrine is a Shinto shrine located in Ukyo Ward , Kyoto City . +-1 Established on June 17 , 1871 , the New Currency Regulation was Japan 's first coinage act of modern times . +-1 Urin-in Temple +-1 The Togi family is one of the Sanpo gakuso ( organization of transmission of gagaku , ancient court music ) Gaku families ( families of musicians served in the Imperial court in Kyoto , Nanto in Nara , and Tennoji in Osaka ) , which has passed down the tradition of gagaku ( ancient Japanese court dance and music ) for over 1,300 years from the Nara period to today . +-1 Teiji-no-in is the palace in which Emperor Uda who reigned during the Heian period resided after his abdication located on the western side of Nishinotoin-dori Street , in 13-cho and 14-cho , 7-jo / 2-bo ( where a " jo " is row of sections running east-west and a " bo " is a column of sections running north-south ) in Sakyo ( the left ( eastern ) side of the city ) . +-1 Otabe is the name of a Kyoto-based ( Minami Ward , Kyoto City ) sweet manufacturer , and also the name of its main product , a soft sweet dumpling filled with chunky sweet azuki bean paste called " nama-yatsuhashi . " +-1 Dakiniten ( written as 荼枳尼天 or 荼吉尼天 in kanji characters ) is a Buddhist goddess . +1 Kagemitsu HORI ( year of birth and death unknown ) was a samurai who lived toward the end of the Heian period . +1 FUJIWARA no Ietaka ( date of birth : unknown to December 14 , 1125 ) was a retainer of the Imperial Court during the late Heian Period . +1 Junichi KARIGANE ( July 30 , 1879 - February 21 , 1959 ) was a kishi ( professional Go player ) from the Meiji period to the Showa period . +1 John MILNE ( December 30 , 1850 - July 31 , 1913 ) was a mining engineer , seismologist , anthropologist , and archaeologist who was born in Liverpool , England . +-1 Gisho are documents or books in which the origins of either the author or the time at which it was allegedly written is apocryphal . +1 Yoshifuru AKIYAMA ( Feburary 9 , 1859 - November 4 , 1930 ) was a military man belonging to the Imperial Japanese Army of Japan . +1 Nisshu ( January 8 , 1556 to September 16 , 1617 ) was the 14th head priest of Taiseki-ji Temple . +1 Ukichi TAGUCHI ( June 13 , 1855 - 14 April 1905 ) was a Japanese economist and historian . +1 Bosha KAWABATA ( August 17 , 1897 - July 17 , 1941 ) was a Japanese haiku poet and painter who was from Nihonbashi Kakigara-cho , Tokyo Prefecture . +-1 Zoyaku ( Zoeki ) is the term for the taxation system introduced after the middle of the Heian period . +-1 Nenjugyoji Utaawase means Gojuban Utaawase hosted by Yoshimoto NIJO , Kanpaku ( a chief adviser to the Emperor ) of the Northern court ( Japan ) , on February 7 , 1350 . +-1 Zenji is an honorific title for venerable Zen monks used in China and Japan . +-1 Shigenori HOSHINO was a feudal retainer of the Owari clan and an expert in kyujutsu ( the art of Japanese archery ) who lived during the early part of the Edo period . +-1 The Gyojisho came into existence in the Daijoe ( first ceremonial offering of rice by newly-enthroned Emperor ) and so on in about the middle ninth century , gradually grew into a functionality-oriented project team in various regular / temporal rites and festivals , and dealt with general affairs of rites and festivals including supplying necessary goods . +-1 Apart ' is a collective housing building , whose inner space is divided into multiple pieces and each one of them is destined as an independent house for rent . +-1 " Kugyo " is a term referring to court noble posts responsible for national politics as the top-ranking officers of Daijokan ( Grand Council of State ) based on provisions of the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) , namely , the top officials ( collectively called giseikan ) , Daijo-daijin ( Grand minister of state ) , Sadaijin ( minister of the left ) , Udaijin ( minister of the right ) , Dainagon ( chief councilor of state ) , Chunagon ( vice-councilor of state ) , and Sangi ( imperial advisor ) ( or Jusanmi ( Junior Third Rank ) or higher ) . +1 Toyouji ARIMA ( May 28 , 1569 - October 23 , 1642 ) was a busho ( Japanese military commander ) ( and daimyo [ Japanese feudal lord ] ) from Sengoku period ( period of warring states ) to the early part of the Edo period . +-1 Kuri ( 庫裏 ) refers to a single building among a Buddhist temple complex . +-1 Uji-bashi Bridge runs across the Uji-gawa River in Uji City of Kyoto Prefecture , and legend has it that it was first built in 646 . +-1 Shika ( or Shiko ) Kakugen ( or Shika no Kakugen ) ( Four Criticisms ) refers to the criticisms expressed by Nichiren , the founder of Nichiren Buddhism , against other Buddhist sects that existed in his time . +1 Hideharu HORI ( 1576 - July 1 , 1606 ) was a military commander and daimyo in the Azuchi Momoyama and the Edo periods . +1 Shigechika KANAMORI ( 1584 - January 30 , 1657 ) was the first son of a busho ( Japanese military commander ) Arishige KANAMORI ( lord of Hida Takayama clan ) . +1 MINAMOTO no Yorikata ( year of birth unknown - August 24 , 1156 ) was a Japanese military commander of Kawachi-Genji ( Minamoto clan ) who lived during the end of the Heian period . +1 Kango ARIDOSHI ( 1839 - June 20 , 1869 ) was a member of the Shinsengumi ( a special police force of the late Tokugawa shogunate period ) . +1 FUJIWARA no Tadazane ( 1078 - August 7 , 1162 ) was a court noble of the late Heian era . +1 Takeaki ENOMOTO ( December 5 , 1936 [ August 25 , 1936 according to the old calender ] – December 26 , 1908 ) was a samurai , shogun 's retainer and statesman during the end of Edo period and Meiji period . +-1 Hojoe is a religious ritual in which captive animals are released into the wild to admonish against the taking of life . +1 Tokimori ADACHI was a gokenin ( shogunal retainer ) of the Kamakura bakufu in the mid Kamakura period . +-1 Shimochojamachi-dori Street is a street runing east-west street in Kamigyo Ward , Kyoto City . +-1 The daiku-shoku system is one of the local systems set up in 1872 during the Meiji Period . +-1 Oshorei ( written as 御招霊 ; also pronounced as oshorai ) is one of the annual events for the Japanese Urabon festival ( a Festival of the Dead or Buddhist All Soul 's Day , held around the 15th of July or August , depending on local customs ) . +-1 The term " Katawa-guruma " refers to a Japanese ghost seen in old books of ghost stories and others written during the Edo period . +-1 Kokatsuji-bon or Kokatsuji-han ( old type editions ) are general terms for movable type imprints published in Japan from the Bunroku era ( 1592 - 1596 ) to around the Keian era ( 1648 - 1652 ) . +1 KOSE no Nademaro ( 670 - May 11 , 753 ) was a court noble in the Asuka period and Nara period . +-1 Fudai daimyo were a class of daimyo ( Japanese feudal lords ) in the Edo period defined according to their ancestry . +1 Kokashu is a collection of Japanese poetry . +-1 Kiritoshi Street is a narrow street running north to south in Higashiyama Ward , Kyoto City . +-1 The Bank of Yanagihara was a private bank founded in Yanagihara-cho , Kyoto Prefecture ( present Kyoto City ) in the Meiji period . +1 Kennyo ( February 9 , 1543 - December 27 , 1592 ) was the 11th head priest of the Hongan-ji Temple . +-1 Ise shonin ( Ise merchants ) were counted among the three major Japanese merchants along with Osaka shonin ( Osaka merchants ) and Omi shonin ( Omi merchants ) . +1 Haretoyo KAJUJI ( March 27 , 1544 - January 19 , 1603 ) was a noble ( courtier ) , who lived in the Azuchi Momoyama period . +-1 Unebiyamaguchi-jinja Shrine is located in the western foot of Mt . Unebi in Kashihara City , Nara Prefecture . +1 Arata / Shin HOSHO ( November 16 , 1870 - June 10 , 1944 ) was a Noh actor of the Hosho school of waki-kata ( supporting actors ) . +-1 Myoho-in Temple is a Tendai Sect Buddhist temple located in Higashiyama Ward , Kyoto City . +1 FUJIWARA no Iemune ( 817 - November 16 , 877 ) was a child of FUJIWARA no Hamao from the Northern House of the Fujiwara clan . +-1 Mt . Kinugasa is located in Kita Ward , Kyoto City . +1 Yoshiharu WAKIYA was a warlord during the period of the Northern and Southern Courts ( Japan ) . +1 Yoshikiyo KIMURA ( year of birth unknown - 1598 ) was a busho ( Japanese military commander ) in the Sengoku and Azuchi-Momoyama Periods . +1 Uichi SHIMIZU ( March 5 , 1926 - February 18 , 2004 ) was a ceramic artist . +1 Imperial Princess Tameko ( year and date of birth unknown - May 1 , 899 ) was a member of the Imperial Family during the early Heian period . +-1 間 ( ken , ma , or aida ) +-1 The term " kindachi " in a wide sense refers to Shoo ( princes without imperial proclamation ) , but , in a more limited sense , it is used as a term referring to imperial princes and the children of Sekke ( the family of regents and advisers ) , or the Seiga family ( the important family next to Sekke ) . +1 Shinobu HASHIMOTO ( April 18 , 1918 - ) is a screenwriter and film director who was active during the Showa period . +1 Saburo OZAKI ( March 3 , 1842 - October 13 , 1918 ) was a Kenin ( retainer ) of the Sanjo family at the end of Edo period . +1 Kaneyoshi ICHIJO ( his given name can also be pronounced " Kaneka , " January 21 , 1693 - September 21 , 1751 ) was a Kugyo ( top court official ) in the mid-Edo period . +1 Nishiki NIIMI ( 1836 – October 25 , 1863 ? ) +1 Imperial Princess Senshi ( Nobuko ) ( June 11 , 964 - July 29 , 1035 ) was the tenth Princess of the sixty-second Emperor Murakami . +1 Matazo KAYAMA ( September 24 , 1927 - April 6 , 2004 ) was a Japanese-style painter and printmaker . +-1 Happi ( written 法被 ) coat is worn at festival , and also is a craft man 's livery coat with the crest or name of store on the back and lapels . +-1 Zanpatsu Datto Rei is an edict of the Grand Council of State submitted by Meiji government in September 23 , 1871 . +1 TAIRA no Korehira ( year of birth and death unknown ) was a busho ( a Japanese military commander ) during the Heian period . +1 Yasumasa TSUCHIMIKADO ( March 23 , 1677 to February 3 , 1692 ) was a kuge ( court noble ) in the early Edo period . +-1 Omi Hachiman City Preservation District for Groups of Historic Hachiman Buildings is a name of a preservation district for groups of historic buildings located in the old urban area of Omihachiman City , Shiga Prefecture and it is a district with the area of 13.1 ha approx. centering on Hachiman-bori canal , precincts of Himure Hachimangu Shrine , Shinmachi-dori Street and Nagaharacho-dori Street . +-1 The Sekke consisted of five families that the main branch of the Fujiwara Family clan had established during the Kamakura era , whereby it achieved the top rank of court nobility kakaku ( family status ) . +1 Tomoyasu IWAKURA ( March 12 , 1807 - February 13 , 1873 ) was a Kugyo ( top court official ) in the latter part of the Edo period , and reached high office during the Meiji period . +-1 The Takakura-dori Street is a street running north-south in Kyoto City . +1 Ninsho ( 1217 August 19 - August 25 , 1303 ) is a Ritsu sect ( Shingon Ritsu sect ) monk in the Kamakura period . +-1 " Kondei " means well-equipped cohorts , which were organized as local military forces from the Nara period through the Heian period . +-1 Okami no Kami is a god ( Shinto ) appearing in Japanese mythology . +1 FUJIWARA no Koreyuki ( 1139 ? -1175 ? ) was a Noshoka ( calligrapher ) during the end of the Heian period . +-1 Fujiwara Shike , also called four families of the Fujiwara clan , means the four family lines founded by four sons of FUJIWARA no Fuhito . +-1 It is a popular name of a judgment by the Supreme Court of Japan that mainly judged photographing for criminal investigation as lawful and constitutional . +-1 The Tachibana clan was a family ( clan ) , which took an active role in ancient Japan . +1 FUJIWARA no Norisue ( 1130 - 1205 ) was a court noble who lived from the end of the Heian period to the early Kamakura period . +-1 Funa benkei ( 船弁慶 : Benkei in the Boat ) is a Noh play based on " Heike Monogatari " ( The tale of the Heike ) and " Azuma Kagami " ( The Mirror of the East ) . +-1 Hoei taika ( the Great Fire of the Hoei Era ) refers to a fire that occurred in Kyoto on April 28 , 1708 . +1 MINAMOTO no Genshi ( Takeko ) ( year of birth unknown - July 23 , 879 ) was Nyogo ( a high-ranking lady in the court - a consort of an emperor ) of Emperor Seiwa . +-1 Fu is an official document used by government officials in the upper grade to give a command to those in the lower grade under the ritsuryo system . +1 MINAMOTO no Norimasa ( dates of birth and death unknown ) was a noble who lived in the late Heian period . +-1 Kyoto City Zoo is a municipal zoo located in Okazaki , Sakyo Ward , Kyoto City . +1 OE no Chisato ( year of birth and death unknown , male ) was a poet and scholar of the early Heian period . +1 Kyozo NAGASE ( 1877 - January 21 , 1955 ) was an architect mostly active in Kyoto . +1 Imperial Prince Fushimi Sadanaru ( Fushiminomiya Sadanarushinno ) was ( June 9 , 1858 to February 4 , 1923 ) a Japanese Imperial family and a member of the Imperial Japanese Army ( IJA ) . +1 The term " chokusen wakashu " represents an anthology of Japanese poetry complied under order of an emperor or a retired emperor . +1 MINAMOTO no Yoritoo was a busho ( Japanese military commander ) who lived during the mid Heian period ( April 18 , 1007-1062 ) . +-1 " Eko " ( 回向 , also written as 廻向 ) or pariNaama ( sanskrit ) means to ' turn , ' ' change ' or ' proceed , ' and ' 回向 ' as its translation with Chinese characters shows the meaning of rotation in ' 回 ' and device in ' 向 ' , which is a thought that Mahayana Buddhism features . +-1 Ikkan HIKI is one of the Senke jusshoku ( Senke 's ten designated craftsmen families ) and the name is succeeded by the head of Ikkanbari saikushi ( artisan of lacquered papier-mache ) from generation to generation . +-1 In 1730 , the Kawase-mai-rei Law was enforced as part of the Kyoho Reforms ( the reforms made in the Kyoho era of the Edo period ) . +1 Shigenori MATSUDAIRA was the lord of the Hyakushu Domain in Kazusa Province and the first lord of the Minakawa Domain in Shimotsuke Province . +1 Munenori TAKANOSE ( November 3 , 1852 - 1915 ) was a bachelor of science . +-1 Hanamikoji-dori Street is a street running east-west through Kyoto City . +-1 Otonoji and Otonobe are kami ( god ) in Japanese Methodology ( shinto ) . +1 Seika FUJIWARA ( February 18 , 1561 - October 19 , 1619 ) was a Confucian scholar from the Sengoku period ( Period of Warring States ) to the early Edo period . +-1 Kawamata-jinja Shrine is located in Kashihara City , Nara Prefecture . +1 Takamichi KOGA ( 1608 - April 17 , 1642 ) was a retainer of Imperial Court during the early Edo period . +1 " Imakagami " is a historical tale . +1 Yoshimasa KANZE ( September 25 , 1970 - ) was Nohgakushi ( Noh actor ) . +1 Hisatoki HOJO ( born in 1272 , birth date unknown - December 31 , 1307 ) was a member of the Hojo clan who lived in the middle Kamakura period . +-1 Kayuzue is a stick made by shaving a piece of firewood that was not completely burnt when making kayu ( rice porridge ) on January 15 . +1 Norizane UESUGI ( 1410 - March 31 , 1466 ? ) was a busho ( Japanese military commander ) in the middle of the Muromachi period . +-1 The Sono family was a shizoku clan . +-1 Abumikuchi is a Japanese specter in " Hyakki Tsurezure Bukuro " ( One hundred bags in idleness ) , a collection of specters illustrations by Sekien TORIYAMA . +-1 The Omi Shinkanji-kofun Tumulus is a large keyhole-shaped mound located in Omi-kofun Tumuli Cluster in Gyoda City , Saitama Prefecture . +-1 Zuisen-ji Temple is a Buddhist temple located in Ishiya-cho , Kiyamachi Sanjo-Sagaru , Nakagyo Ward , Kyoto City . +-1 Kurokawa-Noh is a traditional entertainment preserved in Tsuruoka City , Yamagata Prefecture . +1 Nagatada HIROHATA ( May 21 , 1711 - November 3 , 1771 ) was a Kugyo ( top court official ) during the mid Edo period . +1 TACHIBANA no Yoshiko ( year of birth and death unknown ) was a nyogo ( a high-ranking lady in the court and a consort to the emperor ) of Emperor Uda . +-1 Yamato Gojo Domain was a feudal domain that was located in Yamato Province ( present-day Futami , Gojo City , Nara Prefecture ) . +-1 Katsuobushi ( dried bonito ) is a Japanese preserved food made from bonito . +1 In a collection at The Cleveland Museum of Art . +-1 A pilgrimage is a religious act of traveling to holy places . +1 Mitsunaga TOKIWA ( year of birth and death unknown ) was a painter ( Tosa school ) during the late Heian period . +-1 During the Tensho era Kyoto underwent city redevelopment ordered by Hideyoshi TOYOTOMI , which included the construction of new roads and subsequent changes to administrative divisions . +-1 Mugen TSUNODA ( year of birth unknown - 1809 ) was a calligrapher in the Edo era . +1 Suemichi UMETANI ( April 26 , 1615 - March 5 , 1658 ) was a kugyo ( court noble ) during the first half of the Edo period . +1 Jokei ( June 29 , 1155 - March 3 , 1213 ) was a Buddhist monk in the Hosso Sect in the early Kamakura period . +-1 Shiokoji-dori Street is one of the major east-west streets in Kyoto City . +-1 Kogosho , vajra in Sanskrit , is a ritual object in Esoteric Buddhism and Tibetan Buddhism . +-1 The Fukuchiyama Municipal Operation Bus is the community oriented bus operated by Fukuchiyama City , Kyoto Prefecture . +-1 Sanshoku suinin mondai is a controversy in relation to the interpretation of the articles in Haretoyo KAJUJI 's diary " Haretoyo-koki ( summer in the 10th year of Tensho ) " dated April 25 ( old calendar ) and May 4 ( old calendar ) of 1582 . +1 Emperor Kiritsubo / Kiritsubo-in is the first Emperor in " The Tale of Genji " ( the period of reign : from the chapter of ' Kiritsubo ' [ The Paulownia Court ] to ' Hana no En ' [ The Festival of the Cherry Blossoms ] ) . +1 The Prince Fune ( year of birth and death unknown ) was a member of the Imperial Family during the Nara period . +-1 Daian-ji Temple , located in Nara City , Nara Prefecture , is a Buddhist temple of the Koya-san Shingon Sect . +1 Keien ( also read as ' kyoen ; ' 1140 - February 28 , 1223 ) was a priest who established Shinbutsu ryobu shiso ( the idea of Dual-Shinto and Buddhism ) during the early part of the Kamakura period . +1 Bunichiro NODA ( April 12 , 1872 - March 9 , 1960 ) was a judge and statesman who was born in Miyoshi-cho ( later Miyoshi City ) , Hiroshima Prefecture . +1 Norihiro MATSUDAIRA ( January 25 , 1778 - December 16 , 1839 ) was a daimyo ( Japanese feudal lord ) , politician and roju ( member of shogun 's council of elders ) in the late Edo period . +1 Rokujo no Miyasudokoro is a fictional character who appears in " Genji Monogatari " ( The Tale of Genji ) . +-1 Yoshida dormitory of Kyoto University is one of Kyoto University 's dormitories . +-1 Yonaki Ishi is one of the folk stories about stones . +1 Genzaemon NAKAMURA is the stage name of kabuki actors . +-1 Nishioji Station , located in Karahashi-nishi-hiragaki-cho , Minami Ward , Kyoto City , Kyoto Prefecture , is a railway station of the Tokaido Main Line ( JR Kyoto Line ) that is operated by West Japan Railway Company ( JR West ) . +1 Kinsui SAIONJI ( April 1 , 1663 - July 28 , 1687 ) was Kugyo ( a Court Noble ) in the early Edo period . +-1 Sonokarakami-no-yashiro Shrine is a generic name for Sono-jinja Shrine ( also pronounced Sonokami-no-yashiro Shrine ) and Kara-jinja Shrine ( also pronounced Karakami-no-yashiro Shrine ) . +-1 Tochi mochi is a rice cake made by steaming conkers after removal of harshness with glutinous rice and then pounding them . +-1 Kuyo is a translation of the Sanskrit word Puja or Pujana , and refers to making cordial offerings of incense , flowers , tomyo ( brightness of a burning lamp ) , food , and drink . +1 The deposed / disinheritance of a crown prince means to disinherit a heir in an imperial family or royal family . +-1 Tensho-tsuho are coins that were issued during the Azuchimomoyama period . +-1 Mitsuba-aoi is a type of aoi-mon ( mallow patterns ) , which have been used as Japanese family crests . +1 TACHIBANA no Hayanari ( 782 - September 24 , 842 ) was a calligrapher and government official during the Heian Period . +-1 A Jidoku / Jito was a scholar who was an academic tutor for the emperor . +1 FUJIWARA no Koremichi ( 1093 - April 4 , 1165 ) was a noble who lived in the late Heian period . +-1 Sakuranobanba-dori Street is a street running from north to south in Sakyo Ward in Kyoto City . +-1 Henso-zu , as Buddhist painting , describes the scenery of the Pure Land and Hell . +-1 Kaitenzushi is a type of inexpensive semi-self-service sushi restaurant where various kinds of sushi on small plates are traveling continuously on the conveyer belt passing along the counter seats . +1 Katsunoshin KAGATSUME ( year of birth unknown - March 29 , 1868 ) was a Hira-taishi ( common soldier ) of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +1 MINAMOTO no Osamu ( year of birth unknown - August 2 , 960 ) was a government official and a gagakuka ( a musician of old Japanese court music ) , who lived during the mid-Heian period . +1 Choshun MIYAGAWA ( the date of birth unknown , 1682 - December 18 , 1752 ) was an ukiyo-e artist in the Edo period . +1 Hashihito no Himemiko ( year of birth unknown - March 16 , 665 ) was an Imperial Family member during the Asuka period . +-1 Buketenso was one of the job titles within the Imperial Court from Muromachi to the Edo period . +1 Gennai HIRAGA ( 1728 - January 24 , 1780 ) was a scholar of Japanese herbalism and Dutch , as well as a physician , writer , inventor and Western-style painter , in the Edo period . +-1 Industry Association Act was the Japanese law which existed before . +1 Takahiro KITAJO ( 1517 ? – 1587 ? ) was a military commander during the Sengoku ( Warring States ) period in Japan . +-1 Zuto is the earthen tower in Takabatake Town , Nara City . +1 Jocho ( Tsunetomo ) YAMAMOTO ( July 30 , 1659 - November 21 , 1719 ) +-1 " The history of Nanki Tokugawa clan " refers to a history book of the Kishu Domain , completed in Meiji period . +-1 Makumo ( written as 莫目 in Japanese ) is a musical instrument used in Komagaku ( the court music of Japan introduced from Korea ) and Kudaragaku ( the court music of Japan introduced from Paekche ) music . +-1 Mikyozaka-toge Pass is a pass on a national route in Ukyo Ward , Kyoto City , Kyoto Prefecture . +-1 Myoju-ji Temple is a temple of the Nichiren-shoshu sect located in Gojo City , Nara Prefecture . +-1 Rokuhara is a name of an area spanning from Gojo-oji Street on the east bank of Kamo-gawa River to Shichijo-oji Street in Kyoto . +-1 Kurayaro ( literally , saddle guy ) is one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Hyakki Tsurezure Bukuro " ( The Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) and is a yokai of horse saddles . +1 Michikatsu NAKANOIN ( June 13 , 1556 - May 18 , 1610 ) was a court noble , waka poet , and Kokugaku ( National Learning ) scholar who lived from the Sengoku Period ( Period of Warring States ) into the early Edo period . +-1 Zen ( the Zen sect ) is a school of Mahayana Buddhism which is regarded as having been established in China after being transmitted from India by Daruma ( Bodhidharma ) . +1 Yorisuke HIROHASHI ( 1182 - April 7 , 1236 ) was Kugyo ( a court noble ) during the early Kamakura period . +1 Imperial Princess Izu ( year of birth unknown , died on October 30 , 861 ) was a member of the Imperial Family during the early Heian period . +-1 Saba-zushi is a type of Bo-zushi ( rod-shaped sushi topped with large slice of fish ) with mackerel , or means Saba-no-narezushi ( sushi fermented with mackerel and vegetables ) . +-1 The Hamaguri Rebellion ( kinmon no hen ) occurred on August 20 , 1864 ( the first year of the Genji era , July 19th in the old calendar ) in the final days of the Edo period . +1 Hisataka KUKI ( 1617 - March 6 , 1649 ) is the second lord of Toba Domain in the Province of Shima and the first load of Sanda Domain in the Province of Settsu . +-1 Bando-bushi is an event taking place at Buddhist memorial services and Hoon-ko ( memorial services for Shinran ) in the Otani school of the Shinshu Sect . +-1 Keryo were such holdings as shoryo ( individual estates ) and shoen ( manor in medieval Japan ) inherited by kenmon ( an influential family ) for generations in Medieval Japan . +-1 Shushigaku ( Neo-Confucianism ) was the new learning system of Confucianism reconstructed by Hsi CHU in Southern Sung . +1 Sainin KUSUBA ( 1395 - March 18 , 1486 ) was a merchant who lived in the Muromachi Period . +-1 Shimogamo Naka-dori Street is a street running north - south in Sakyo Ward in Kyoto City . +-1 Kamakura Mochiuji ki is a military diary depicting the Eikyo Rebellion and Yuki Battle during the Muromachi period . +1 Ninmon ( 仁聞 ) was a legendary monk who is said to have founded 28 temples in various places in Kunisaki peninsula in Oita Prefecture in the Nara period . +-1 Sanmon Station is a stop on the Mount Kurama Cable Railway , which is operated by Kurama-dera Temple , a religious corporation located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +-1 A sengu is the temporary transfer of a shintai ( an object of worship housed in a Shinto shrine and believed to contain the spirit of a deity ) . +-1 The Battle of Tatenawate was a war that took place in 1530 over hegemony of Kitakyushu between two daimyo ( Japanese territorial lord ) during the Sengoku Period ( Period of Warring States ) : the Ouchi clan of Suo Province and Shoni clan of Hizen Province . +-1 Sencha-do tea service is a sort of Sado ( Japanese tea ceremony ) sensu lato . +1 " Yoshida Shinto " is a school of Shinto perfected during the Muromachi period by Kanetomo YOSHIDA , a Shinto priest from the Kyoto Shida-jinja Shrine . +1 Saneharu SANJO ( February 6 , 1651 - September 28 , 1724 ) was Kugyo ( court noble ) in the early to middle of the Edo period . +-1 Located at the place ( Koaza Sorabiro , Oaza Yuyadani , Ujitawara-cho , Tsuzuki-gun , Kyoto Prefecture ) where Soen NAGATANI , who is said to have invented and promoted ' Aosei Sencha Seiho ' ( ' Blue Method ' to produce Sencha , or unfermented green tea ) in 1738 , used to live and the Nagatani family had lived until the Meiji period , Nagatani Soen Seika ( the birthplace of Soen ) is a facility which was built by local volunteers to preserve his tools for tea production and the remains of his Hoiro ( device to heat and dry tea leaves ) in 1960 . +-1 The use of garden stones is a unique aspect of Japanese gardens . +1 Emperor Kammu ( 737 - April 3 , 806 ) was the 50th Japanese Emperor . +-1 Kotoage ( word rising ) ritual is to make the religious principle or interpretation in Shinto clear by word . +-1 Sowa-ryu school is one of the schools of tea ceremony . +-1 Funaki-no-sho Manor was a shoen ( manor in medieval Japan ) that existed in Mino Province during the Heian and Muromachi Periods . +-1 The Konin-Kyaku was a compilation of kyakushiki ( penal and administrative law and their amendments ) that was compiled and enforced towards the beginning of the Heian Period . +1 Masamori INABA ( March 10 , 1804 - year of death unknown ) was the 10th lord of Yodo domain of the Yamashiro Province . +-1 The Oyamata tumulus group is located in the southern part of Tenri City of Nara Prefecture +1 Jokai ( February 1 , 1074 - May 20 , 1149 ) was a Buddhist monk of the Shingon sect who lived during the late Heian period . +-1 Omiya Station , located at 127 , Nishiki Omiya-cho , Shijo-dori Omiya-nishi-iru , Nakagyo Ward , Kyoto City , is a stop on the Hankyu Kyoto Line , which is operated by the Hankyu Railway . +-1 It is the sake ( Japanese rice wine ) created using the cold temperature of winter , one of the shikijozo ( sake brewing in all seasons ) techniques used until the early Edo Period . +-1 Takefu riot was a rebellion that occurred in Echizen City , Fukui Prefecture in 1870 after the Meiji Restoration . +-1 An ote-mon gate is a gate constructed at the most important entrance of a Japanese castle that leads to kuruwa ( walls of a castle ) such as a ninomaru ( second bailey ) and a sannomaru ( outer part of the castle ) . +-1 " Mekuranagaya Umegakagatobi " is a play of Kabuki ( traditional performing art ) . +1 Haruno OKUBO ( October 8 , 1846 - January 26 , 1915 ) was a military man of Imperial Japanese Army ( IJA ) and a peerage . +1 MINAMOTO no Akifusa ( 1037 - October 22 , 1094 ) was a court noble and a poet during the latter half of the Heian period . +1 Nihon Genho Zenaku Ryoiki ( also known as Nihonkoku Genho Zenaku Ryoiiki ) is Japan 's oldest collection of anecdotes written in the early Heian period . +-1 Aosamurai were samurai warriors who served domestic governing institution of nobles and court nobles . +-1 The Daidoji clan is one of the Japanese clans . +1 FUJIWARA no Yoshiko ( year of birth unknown - December 18 , 807 ) was the consort of the Emperor Kanmu from the late Nara period to the early Heian period . +-1 Kiyosu Alliance was a military alliance formed between Nobunaga ODA , a Sengoku daimyo ( Japanese territorial lord in the Sengoku period [ Period of Warring States ] ) of Owari Province , and Ieyasu TOKUGAWA , a sengoku daimyo of Mikawa Province . +-1 Saio or Itsuki no miko ( the Priestess ) was an unmarried princess of the blood or female relative of the Emperor who served as a shrine maiden at the Ise-jingu Shrine and the Kamo-jinja Shrine . +1 Imperial Princess Kashi ( also known as Yoshiko , years of birth and death unknown ) was a member of the Imperial Family in the latter period of the Heian period . +-1 " Ogotooshio-no-kami , Ohogotooshiwo-no-kami " is a god ( Shinto ) appearing in Japanese Mythology . +-1 Homongi is kimono for Japanese females . +-1 Mujin is one type of Japanese financing . +1 Hozumi OMASA ( June 12 , 1929 - September 19 , 2007 ) was a Japanese-style painter who resided in Kyoto and painted temples , shrines , armor and landscapes in Kyoto Prefecture , Nara Prefecture and Ehime Prefecture throughout his life . +-1 Matsuo Station , located in Arashiyama Miyanomae-cho , Nishikyo Ward , Kyoto City , is a stop on the Hankyu Arashiyama Line , which is operated by the Hankyu Railway . +-1 Meshi ( meshi , ii , han , manma ) is a food that is steamed or boiled until no water is left by adding water to rice , wheat or grains from gramineous plants . +-1 Kameoka Station , located in Tanisuji , Oiwake-cho , Kameoka City , Kyoto Prefecture , is a facility of the Sanin Main Line ( Sagano Line ) , which is operated by the West Japan Railway Company ( JR West ) . +-1 Nishi-Kizu Station , located at 55 Saganaka Kawanoshiri , Kizugawa City , Kyoto Prefecture , is a stop on the Katamachi Line , which is operated by the West Japan Railway Company ( JR West ) . +1 Tadatsuna ASHIKAGA ( 1164 ? - date of death unknown ) was a military commander who lived towards the end of the Heian period . +1 MONONOBE no Himuka ( years of birth and death unknown ) lived during Japan 's Asuka period . +1 Naoyoshi / Masuka YAMAGUCHI ( June 21 , 1839 - June 12 , 1894 ) was a government official , a statesman , and a former feudal retainer of Saga Domain ( from Takeo-ryo ) . +-1 Hiochi is one of the terms on manufacturing sake ( rice wine ) , and it means that sake in the manufacturing process has become cloudy and spoiled , while being stored . +1 Sannomaru dono ( Lady Sannomaru ; birth year unknown - March 17 , 1603 ) was Nobunaga ODA 's fifth daughter . +-1 Toji-in Temple is a Buddhist temple belonging to the Tenryu-ji school of the Rinzai sect located in Kita Ward , Kyoto City , Kyoto Prefecture ( Kyoto City ) . +1 Junan KINOSHITA ( July 22 , 1621 to January 23 , 1699 ) was a Confucianism scholar of the early Edo period . +-1 The lotus leaf refers to the leaf of the hydrophyte called lotus , which floats on the water 's surface , and is also called Kayo due to the introduction of Chinese herbal drugs . +1 Shukyu BANRI ( October 26 , 1428 - ? ) was a Zen priest and kajin ( waka poet ) in the Muromachi period . +-1 Yusoku cuisine is a type of taikyo ryori ( dishes served at a grand banquet ) which was developed through the social etiquette of nobles during the Heian period , and survived into the modern day as a cuisine in the style of the court nobles . +1 Koan OGATA ( August 13 , 1810 - July 25 , 1863 ) was a Japanese samurai , feudal retainer of the Ashimori Domain , doctor , and Dutch scholar . +-1 Nagaoka Station , a railway station of the East Japan Railway Company ( JR East ) , is located in Jonai-cho , Nagaoka City , Niigata Prefecture . +1 Takasato KUKI ( October30 , 1780 - June 23 , 1808 ) was the seventh lord of the Ayabe Domain , Tanba Province . +1 Sata MATSUMOTO ( real first name was Aiko , 1873 - 1955 ) was a geigi ( another term for geisha ) in the Gion Kobu district and a master of the Classical Japanese dance of the Inoue school of Kamigatamai . +1 Iwakuranomiya was Miyake ( house of an Imperial prince ) in the early Kamakura period . +1 Ikisomimi no mikoto ( or Okisomimi no mikoto , the date of birth and death unknown ) was a member of the Imperial family who appears in ' Nihonshoki ' ( Chronicles of Japan ) who lived during the Kofun period ( tumulus period ) . +1 FUJIWARA no Kusumaro ( year of birth unknown - October 14 , 764 ) was a court noble during the Nara period . +1 TAMI no Oshibi ( year of birth and death unknown ) was a person from the Asuka Period in Japan . +-1 Tenmon hakase was a government post belonging to Onmyoryo ( Bureau of Divination ) in the ritsuryo system of ancient Japan . +1 Saburo UTSUNOMIYA ( November 15 , 1834 - July 23 , 1902 ) is a scholar of military science and an engineer , who played an active role from the end of Edo Period to the early Meiji Period . +-1 Kyoto ramen is a generic name given to ramen sold and eaten in Kyoto Prefecture , Japan ( mainly in Kyoto City and areas to its south ) when it is mentioned in magazines and books . +1 KIYOHARA no Natsuno ( 782 - November 12 , 837 ) was of the nobility and a politician in the early Heian period . +-1 Haze is a notion considered to be important in the seigiku process , that is a manufacturing process of sake rice malt , in the brewing process of sake . +-1 Yamada-dera Temple was an ancient temple located in present-day Yamada , Sakurai City in Nara Prefecture . +1 Jubei OTA ( 1817 - 1869 ) was 茶司 and a former feudal retainers of Zeze Domain from Zeze , Omi Province ( Otsu City ) . +-1 The Shunki is a diary written by the court noble FUJIWARA no Sukefusa in the Heian period . +-1 Wind God and Thunder God Screens ( " Fujin Raijin-zu " ) is the folding screen painting of the wind god and thunder god . +1 Tokimasa HOJO ( 1138 - Feb . 6 , 1215 ) was the father of Masako HOJO , the wife of MINAMOTO no Yoritomo . +1 Arisugawa-no-miya Imperial Prince Tadahito ( March 6 , 1694 – November 7 , 1716 ) was a member of the Imperial family who lived in the Edo period . +1 Shigeharu ODA ( years of birth and death unknown ) lived in the Azuchi-Momoyama and Edo periods . +-1 Tenju-an Temple is a sub-temple located within the precinct of Rinzai sect Nanzen-ji school Daihonzan ( head temple ) Nanzen-ji Temple in Sakyo Ward , Kyoto City . +1 Zenkai ( 1691 - 1774 ) was a Buddhist priest of the Sotoshu sect of Zen Buddhism in the middle of the Edo period . +1 Denpo-kanjo is a ceremony to confer the title of master called Ajari ( a master in esoteric Buddhism ; a high priest ) . +-1 Yuminoki-jo Castle was a castle in Tango Province ( present-day Iwataki , Yosano-cho , Kyoto Prefecture ) . +1 Michinobu KANO ( December 20 , 1730-September 24 , 1790 ) was a painter in the Takekawacho family and later the sixth in the Kobikicho-famly Kano school during the Edo period . +1 Kogo ( 1157 - date of death is unknown ) was a consort of the Emperor Takakura at the end of Heian period . +-1 Meirokusha , which was established in the early Meiji period , was the first Japanese modern academic society for enlightenment . +1 Muneyoshi YANAGI ( March 21 , 1889 - May 3 , 1961 ) was a thinker , religious philosopher , and art scholar who triggered the Mingei ( National Art ) Movement . +1 Nichiko ( 1532 - 1598 ) was a monk of Nichiren Sect in the Azuchi-momoyama period . +1 Naoaki FUJII ( 1720 - September 14 , 1767 ) was an imperialist , who lived during the middle of the Edo period . +-1 Tendai Jimon Sect is one of the Mahayana Buddhist sects . +1 FUJIWARA no Sukefusa ( 1007 - March 2 , 1057 ) was a Kugyo ( Court noble ) in the mid Heian period . +1 Kiyotaka KURODA ( November 9 , 1840 – August 23 , 1900 ) was a Japanese samurai , a feudal retainer of the Satsuma clan , and a politician . +-1 Ikan is the work clothes of nobles and government officials in the Imperial Court after the Heian period . +1 Imperial Princess Tadako ( also known as Seishi ) was a member of the Imperial Family during the Heian period . +1 FUJIWARA no Ishi ( Takeko ) ( February 6 , 1000 - October 4 , 1036 ) was the fourth daughter of FUJIWARA no Michinaga , who held the title of Sessho ( regent ) . +-1 Goryo shinko is a Japanese belief that threatening natural disasters and epidemics are caused by " onryo " ( restless spirits of people who died with a grudge or met an unnatural death ) and that awing , reposing , and respecting these souls as " goryo " ( " honorable spirits " ) will help to avoid their curses and bring peace and prosperity to society . +-1 Kimariji is a term used for Hyakunin Isshu play cards ( a game based on a famous poetry anthology , One Hundred Poems by One Hundred Poets ) ; when a card of the first half of a poem is read out , players compete to take a matching card of the last half , and Kimariji means the first several letters of poems with which players can be sure which card to take . +-1 Koguchi is an entrance fixed to castle walls built in the medieval period and afterward , and ' koguchi ' means narrow path and narrow entrance . +1 Imperial Prince Fushiminomiya Sadayuki ( January 1 , 1776 - February 12 , 1841 ) was a member of the Imperial family in the Edo Period . +-1 Himiko ( ca . 175- ca . 248 ) is said to have been a queen of Wa ( Japan ) who lived during the later Yayoi period . +-1 Kakujo ( birth year unknown to 1077 ) was a sculptor of Buddhist statues in the middle of the Heian period . +-1 Surume is a processed food made by drying in the shade or machine-drying the squid whose internal organs have been removed . +-1 " Yogaku Koyo " ( Principles of Early Education ) is the ' shushin ' ( moral education ) book compiled by Nagazane Motoda , lecturer in the Imperial Household , under the command of Meiji Emperor and distributed by the Department of the Imperial Household on December 2 , in 1882 . +-1 Tenmondo ( ancient horoscopy ) is an ancient study involving the observation and recording of unusual astronomical phenomena ( extraordinary astronomical events / extraordinary natural phenomena ) and investigation of their effects on the Earth . +-1 Katsu-curry is a kind of Japanese dish called " curry and rice . " +-1 The king of Japan was a title of the ruler of Japan , which was used mainly by the head of the military government internationally during the medieval and early-modern times . +1 Born on May 20 , 1652 , and gone on October 27 , 1705 , Fuyutsune ICHIJO was Kugyo ( a top court official ) in the middle of the Edo period . +-1 Goryo-jinja is a shrine located at about the center of Fukuchiyama City , Kyoto Prefecture . +1 Urashima Taro is one of the Ryugu ( Dragon Palace ) legends which appear all over Japan . +-1 The term Butsubachi ( Buddha 's punishment ) refers to punishment a person receives who violates the basic truth of the Buddha ( Nyorai ) ' s enlightenment . +-1 The Yanaginobanba-dori Street is a street running north-south through Kyoto City . +-1 Toshi is a term generally used to represent history books of the Buddhism , specifically , that of the Zen Sect . +-1 " Kezuriko " are gleanings of powder which is left over after dried fishes ( such as a dried bonito , dried blue mackerel , and dried sardines ) are chipped off to produce " kezuribushi " ( shaved pieces ) . +-1 Aikyu is a term meaning a form of territory in the early-modern times when the murauke system ( a system of village-wide , collective responsibility for tax payment ) was established . +-1 Family registration systems in ancient times refer to family registers for keeping tabs on people under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) where were codes selected and compiled in the Asuka period . +1 Rokuro UMEWAKA , the 56th ( February 16 , 1948 - ) , is a Nohgakushi ( Noh actor ) playing shite ( a principal role ) of the Kanze-ryu school . +-1 Katsura Station , located in Nishikyo Ward , Kyoto City , is a stop that is operated by the Hankyu Railway . +-1 Hachiman-bori Canal is located in Omihachiman City , Shiga Prefecture , and measures approximately 15m wide and 6km long . +1 Tojuro SAKATA is a kabuki actor . +1 MINAMOTO no Toshifusa ( 1035-December 30 , 1121 ) was a kuge ( Japanese aristocratic class or noble man ) in the late Heian period . +-1 " Yohanasake Ukinano Yokogushi " is one of the Sewamono ( play dealing with the lives of ordinary people ) masterpieces of Kabuki . +1 Nobuyoshi SAITO ( 1559 - February 26 , 1610 ) was a busho ( Japanese military commander ) who lived in the Sengoku period ( period of warring states ) . +1 TAIRA no Korenori ( 855 - November 3 , 909 ) was a noble in the early Heian period . +-1 Nanban-ji ( or Nanban-dera ) ( lit . Foreign Temple ) is the common name for churches that stood in Japan from the introduction of Christianity ( 1549 ) to the ban on Christianity imposed by the Tokugawa Shogunate . +-1 " Kamikiri " is one of the traditional Japanese performing arts , which shows the performance of cutting a piece of paper in some shape with a pair of scissors . +-1 " Daijokan-so " meant for Daijokan ( the Grand Council of State ) to submit its reports to the Emperor , or the relevant reports , which were operative within the framework of Ritsuryo system ( a centralized government system under the Ritsuryo Code ) . +1 Go-Nijo Moromichi-ki ( The Diary of Fujiwara Moromichi ) is a diary written by FUJIWARA no Moromichi , who was active during the late Heian period . +1 Okuninushi 's forming of the land +-1 Ichiryo gusoku ( literally means a set of armor ) was a designation for a part time soldier and farmer and their organization ( in sociology ) which was formed and managed by Chosokabe clan , the daimyo ( Japanese territorial lord ) of Tosa Province in the Sengoku period targeting on armed peasants and jizamurai ( local samurai ) before heinobunri ( a policy to strictly separate soldiers and farmers ) . +1 Daigan ( May 21 , 1773 - November 12 , 1850 ) was a priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) ( Otani school ) during the late Edo period . +-1 Nensho geigi refers to a young geigi ( a woman who gives fun with a song , dance or music instrument at a feast ; geisha ) who is not yet a full-fledged , or a girl who appears in ozashiki ( banquets in which guests are attended by geisha ) in hanamachi ( geisha districts ) as a geigi apprentice . +1 Genchi ( 1183 - January 18 , 1239 ) was a priest of the Jodo sect of the early Kamakura period . +-1 The twelve cap rank system ( kani-junikai ) was a court rank system established January 14 , 604 . +-1 Kugeaku is a role in Kabuki , representing a noble ( Kuge ) of high rank who plots to usurp the imperial throne . +-1 Shoro or shuro , in which bonsho ( a big Buddhist bell ) is hung , is placed on the premises of a temple and is used for informing people in the neighborhood of the time by ringing the bell . +1 Sukekage KOBAYAKAWA is a busho ( Japanese military commander ) over the end of the Kamakura period and the period of the Northern and Southern Courts . +1 Sadatsuna UTSUNOMIYA ( 1266 - August 13 , 1316 ) was a Japanese military commander who lived in the middle through late Kamakura Period . +-1 The Hotobun Incident was an incident which occurred in 1903 , as a chairman of the House of Representatives , Hironaka KONO read impeachment of the First Taro KATSURA Cabinet in Hotobun ( formal response speech ) to the imperial rescript at the opening of the Diet , and this led to the dissolution of the House of Representatives in the end . +1 Ochi no iratsume ( year of birth and death unknown ) was a daughter of SOGANOKURA-YAMADA no Ishikawamaro who was a cousin of SOGA no Iruka and a member of the Soga clan , a local ruling family called Gozoku in the Asuka period . +1 Kaneyasu SENOO ( 1123-November 28 , 1183 ) was a busho ( Japanese military commander ) who lived during the last days of Heian period and who was on the side of the Taira clan . +1 Kintaka OGIMACHISANJO ( October 4 , 1619 - November 13 , 1648 ) was a Kugyo ( court noble ) during the early Edo period . +-1 Machi-shu ( also known as Cho-shu ) was a class consisting of wealthy commercial and industrial men , including doso ( pawnbrokers and moneylenders ) , in Kyoto from the Muromachi period to the Sengoku Period ( Period of Warring States ) in Japan . +-1 Kogo Shui is a piece of writing about Shinto during the Heian period . +-1 Katsumi Yotaro Productions ( established in 1926 , ceased operations in 1930 ) was a film company that existed in Kyoto . +1 ( 420,000 koku ( approximately 76 million liters of crop yield ) ) +1 FUJIWARA no Kinto ( 966 - February 4 , 1041 ) was a court noble and poet of the mid-Heian period . +1 Yuki OGURA ( March 1 , 1895 - July 23 , 2000 ) was a Japanese-style painter . +-1 The term " Yumiya " refers to a tool for hunting which consists of bow ( weapon ) and arrow . +1 Aijiro SASAKI ( 1845 - September 14 , 1863 ) born in Osaka City ( of former Settsu Province ) was a member of the Shinsengumi ( a special force that guarded Kyoto during the Tokugawa Shogunate ) in its early phase . +-1 " Shinji " are worshipping and rituals related to god . +1 Masanori FUKUSHIMA was a busho ( Japanese military commander ) and a daimyo ( Japanese feudal lord ) active during the Azuchi-Momoyama period and the early Edo period . +1 Tadanaga SAKAKIBARA ( 1585 - March 15 , 1604 ) was the second son of Yasumasa SAKAKIBARA , the first lord of the Tatebayashi Domain in Kozuke Province . +-1 Honzeige is chanted for Amida Buddha alone , and this gemon is based on " Kanmuryojukyosho " Gengibun . +1 Katei HAKURA ( a male , 1799 - August 12 , 1887 ) was a calligrapher and a Tenkoku artist ( a carver who carved Chinese characters in the special , Tensho , style ) in Japan in the latter half of the Edo period . +-1 Joyano kane means striking a bronze bell ( temple bell ) around 12 : 00 am on New Year 's Eve ( December 31 ) . +-1 Yagi-jo Castle was a castle which existed in the vicinity of Yagi , Yagi-cho , Nantan City , Kyoto Prefecture and Kozaki , Miyazaki-cho , Kameoka City . +1 " Isonokami no Sasamegoto " is Norinaga MOTOORI 's personal views on poetry . +-1 The Teradaya Incident can refer to one of two incidents that occurred at the Teradaya inn in Fushimi ( present-day Fushimi ward , Kyoto City , Kyoto Prefecture ) in the suburbs of Kyoto at the end of the Edo period . +-1 The term " Naiju " means children officials who was engaged in miscellaneous jobs at the Imperial palace in the Nara and Heian periods . +-1 Amida-ji Temple is a Buddhist temple of Shingon Risshu sect located in Shinasahi-cho , Takashima City , Shiga Prefecture . +1 Cloistered Imperial Prince Kakusin ( May 29 , 1588 - March 15 , 1648 ) was a Pure Land Sect Buddhist monk who lived during the early Edo period . +-1 The shugo daimyo is a concept in Japanese history that refers to the shugo of the Muromachi period , who acquired not only the function of the military and law enforcement but also the economic power , and strengthened the territorial , pervasive control over a province . +-1 Kozan-ji Temple is a Buddhist temple situated in Toganoo-cho , Umegahata , Ukyo Ward , Kyoto City . +-1 The Fushimi-juku was a township for travelers on the former Kyo-kaido Road and some cited it as a Tokaido Gojusan Tsugi E6.9D.B1.E6.B5.B7.E9.81.93.E4.BA.94.E5.8D.81.E4.B8.83.E6.AC.A1. +-1 Kameoka Sports Park is a park in Kameoka City , Kyoto Prefecture that has a sports complex . +-1 Ichijoji Station , located in Ichijoji Satononishi-cho , Sakyo Ward , Kyoto City , is a stop on the Eizan Main Line , which is operated by the Eizan Electric Railway Co . , Ltd . +1 Sanjo no kata ( c . 1521 - August 29 , 1570 ) was a woman who lived during the Sengoku period ( period of warring states ) ( Japan ) , and was the second wife of Shingen TAKEDA . +1 Imperial Prince Fushiminomiya Kunisuke ( April 25 , 1513 - April 18 , 1563 ) was an Imperial family member during the Sengoku period ( period of warring states ) . +-1 Miyakehachiman Station , located in the Sakyo ward of Kyoto City , Kyoto Prefecture , is a stop on the Eizan Main Line of the Eizan-dentetsu ( Eizan Electric Railway ) . +-1 The Fushu were Emishi who lived in the provinces of Mutsu and Dewa and came under the control of the Imperial Court . +-1 The Takamatsuzuka Tumulus is a tumulus located in Asuka-mura , Takaichi-gun , Nara Prefecture ( state-run Askuka Historical National Government Park ) . +1 ISONOKAMI no Ienari ( 722 - August 3 , 804 ) was a government official who lived from the Nara period to the beginning of the Heian period . +1 Tomotaka IWAKURA ( year of birth unknown - 1633 ) was a court noble in the period from the latter half of the Muromachi period through to the beginning of the Edo period . +1 Tadatsugu SAKAI was a Japanese military commander in Mikawa Province who was active from the Sengoku period ( Japan ) to the Azuchi-Momoyama period . +1 OTOMO no Kuronushi ( years of birth and death unknown ) was a kajin ( waka poet ) in the Heian period . +1 Kaginosuke KAWASAKI ( year of birth and death unknown ) was a military strategist during the Sengoku Period ( Period of Warring States ) . +-1 Kanzukuri is the name of a Japanese sake brewing technique and applies to those made in winter when the air temperature is low . +-1 Amanoiwatowakenokami is a god ( of Shinto ) who appears in Japanese Mythology . +1 Ryuichi KUKI ( September 12 , 1850 to August 18 , 1931 ) was a Japanese bureaucrat and a baron . +1 FUJIWARA no Masanori ( 1113 - April 2 , 1173 ) was a kugyo ( court noble ) during the latter part of the Heian period . +-1 The sakaki ( cleyera japonica ) is an evergreen tree that belongs to the cleyera species of the theaceae family . +1 Nise-e are realistic portrayals of courtiers and warriors , as well as drawings of armor on cattle and horses for record purposes , painted in the yamato-e style from the mid-13th century to mid-15th century . +1 Hideyori TOYOTOMI ( also known as TOYOTOMI no Hideyori or Hideyori HASHIBA ) was a daimyo from the Azuchi-Momoyama period to the beginning of the Edo period . +-1 Buddhist paintings are paintings whose subject matter is Buddhism . +-1 " Zoishokenden " is the title of a book which lists 966 persons who were granted a rank posthumously between 1868 and 1911 ; a brief biography is provided for each of them . +-1 En no Gyoja Reiseki Fudasho indicates the pilgrimage of the thirty-six reijo ( sacred places ) in thirty-six temples and shrines , related to En no Gyoja who is said to have founded Shugendo ( Japanese mountain asceticism-shamanism incorporating Shinto and Buddhist concepts ) . +1 Kokin Wakashu Kanajo ( The Preface to " A Collection of Ancient and Modern Japanese Poetry " ) is a preface to Kokin Wakashu ( A Collection of Ancient and Modern Japanese Poetry ) . +-1 The Hokke mandala ( Lotus Mandala ) is one of the mandala that represent the world of Hoke-kyo Sutra ( the Lotus Sutra ) with illustrations , Sanskrit and kanji . +1 Mitsutaka ROKKAKU ( 1365 - 1416 ) was a samurai ( warrior ) who lived in the period of the Northern and Southern Courts . +1 Mikenu no mikoto was a member of Japanese Imperial family , who is mentioned in the Japanese Mythology . +1 Morichika CHOSOKABE was a daimyo and busho ( Japanese military commander ) in Tosa Province who lived from the Azuchi Momoyama Period to the beginning of the Edo Period . +-1 Gimei ( counterfeit inscription ) is an inscribed name of a person other than the original creator . +1 MINAMOTO no Yorichika ( year of birth and death unknown ) was a busho ( Japanese military commander ) during the mid Heian period . +-1 Hondo is the building of a Buddhist temple in which the main object of worship is enshrined . +-1 Among honke and ryoke , both of which are the lords of the manor of Nihon-shoen ( manor in medieval Japan ) , honjo was the lord that had the right to assert Shomu ( management and control of encouragement of agriculture , taxes and so on in shoen ) , or in other words , had the effective dominion over the shoen . +-1 The Secretariat of Land-Tax Reform was a bureau established ( and functioned ) in the Meiji Government from March 24 , 1875 to June 30 , 1881 . +1 Mitsunobu WAKEBE ( 1591-April 10 , 1643 ) was the second lord of the Ise-Ueno Domain . +-1 Kiden hakase refers to a post established in Daigaku-ryo ( Bureau of Education under the Ritsuryo system ) in the early Heian period and taught Kidendo ( the study of the histories ) , but , was integrated into Monjo hakase ( Professor of Literature ) later . +-1 Minato Maizuru Chatta Matsuri Festival is a festival held in Maizuru City , Kyoto Prefecture . +-1 遥任 ( yonin ) ( the expression of 遙任 was also used sometimes ) indicates that the person who was appointed to a kokushi ( governor ) of a province did not live in the province . +1 Takashige MAKINO was the ninth head of Tanabe Domain of Tango Province . +1 Masatomo HOTTA ( December 28 , 1851-January 11 , 1911 ) was a Daimyo ( Japanese feudal lord ) during the late Edo Period . +1 MINAMOTO no Kageakira ( year of birth and death unknown ) was a government official and a kajin ( waka poet ) who lived during the mid-Heian period . +1 Mimakihime ( date of birth and death unknown ) was the empress of Emperor Sujin . +1 Tsukasa SHIBA ( April 1st , 1844 - July 15 , 1864 ) was a warrior of Aizu clan , who was stationed in Kyoto at the end of Edo Bakufu . +1 Akiyasu KITABATAKE ( c.1338 - 1412 ) was a court noble in the period of the Northern and Southern Courts ( Japan ) to the Muromachi Period . +-1 明神 ( pronounced as ' myojin ' ) is an honorable title used in Japanese Shinto for gods . +-1 Choraku-ji Temple , located in Higashiyama Ward , Kyoto City , is a temple of the Ji sect . +-1 Buke hokonin literally means a person who served a samurai family . +1 HARUSUMI no Yoshitada ( 797 - March 24 , 870 ) was a scholar and a court noble who lived in the early Heian period . +1 Tadamaro ONO ( December 5 , 1933 to December 19 , 1994 ) was a gagakushi ( court musician ) , and a member of the Japan Art Academy . +-1 The sho is a type of wind instrument used in gagaku ( Court music in Japan ) . +1 Akihide CHUJO ( 1348 – November 29 , 1432 ) was a busho ( military commander ) who lived during the early Muromachi period . +-1 " Ganjitsu no sechie " is one of the ancient events for the New Year . +1 Sakon ONOE is the name of a Kabuki actor lineage . +1 Nobutaka ODA was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) of the Azuchi-Momoyama period . +-1 The Naramachi Shiryokan is a privately-run museum located in a corner of Naramachi area , where Machiya ( merchant house ) built from the early-modern to modern times were lined up in Nara City , Nara Prefecture . +1 Jozo ( 891 - December 27 , 964 ) was a Tendai Sect Buddhist monk who lived during the mid-Heian period . +1 Hisao KANZE ( November 12 , 1925 - December 7 , 1978 ) was a Nohgakushi ( Noh actor ) playing shite ( principal roles ) of Kanze-ryu school . +1 TAIRA no Kintsura ( or Kimitsura , year of birth and death unknown ) was a busho ( Japanese military commander ) who lived during the mid Heian period . +1 Tadamasa MORI ( 1570 - July 31 , 1634 ) is a military commander of the Warring States period in Japan . +-1 December 1951 , Osaka Kabukiza kaomisekogyo ( the season 's first performance with the new company ) " Shosho Shigemoto no haha " ( Mother of shosho Shigemoto ) +1 Emperor Yozei ( January 2 , 869 - October 23 , 949 ) , the fifty-seventh Emperor , reigned from November 29 , 876 to February 4 , 884 . +1 " Godansho , " written as 江談抄 in Japanese , is a collection of narratives from the Insei period ( during the period of the government by the retired Emperor ) . +-1 " Han-Noh " is a style of " Nohgaku " that a play is performed with largely shortened " Maeba " ( the first half of the drama ) , focusing on " Nochiba " , ( the second half of the drama ) for " Tsukeshugen " ( a short celebratory Noh play ) . +1 Kagenaga ASAI ( December 22 , 1684 - December 15 , 1768 ) was a bokan ( residential retainer ) for Sonko Hoshinno as well as one for the Monzeki ( successor of a temple ) of Kaju-ji Temple . +1 Kintsura KAWABATA ( October 19 , 1773 – October 10 , 1819 ) was a court noble of the late Edo period . +1 Yoshioki NITTA was a busho ( Japanese military commander ) of the period of Northern and Southern Courts . +-1 Bukeshisso is a term that relates to the Court-Bakufu ( the Imperial Court and Japanese feudal government headed by a shogun ) relationship between the Muromachi bakufu and the Northern Court in Japan ( the court noble government ) , and the term has the two following meanings : +1 FUJIWARA no Masaie ( 1026-November 21 , 1111 ) was a court noble in the late Heian period . +-1 Setotaisho is a Japanese specter that is introduced in " Hyakki Tsurezure Bukuro " ( One hundred bags in idleness ) which is a collection of specters illustrations by Sekien TORIYAMA , and it is a type of Tsukumo-gami ( gods to a variety of things ) of chinaware . +-1 Insei refers to a form of government in which the retired Emperor ( Joko ) , who is the direct ancestor of the current Emperor , directly conducts the affairs of state . +1 Hachiro IKI ( year of birth and death unknown ) was a member of the Shinsengumi ( a Tokugawa shogunate police force located in Kyoto ) . +1 Jokei RAKU ( 1561 - 1635 ) was a ceramic artist during the Shokuho era ( Oda-Toyotomi era ) through the early Edo period . +-1 " Kamo Taketsunumi no mikoto " is a god ( Shinto ) appearing in Japanese mythology . +-1 Kongo-in Temple is a Buddhist temple belonging to the Toji school of the Shingon Sect located in Maizuru City , Kyoto Prefecture . +-1 Kawaramono is also referred to as Kawarabito , and they were a type of people which were discriminated against in medieval Japan . +-1 The Arashiyama Main Line is a Keifuku Electric Railroad route which links Shijo-Omiya Station ( Shimogyo Ward , Kyoto City , Kyoto Prefecture ) to Arashiyama Station ( Ukyo Ward ) . +1 Kinfuji SAIONJI ( 1455-August 10 , 1512 ) was Kugyo ( top court official ) during the Muromachi period . +-1 Kyoto Kotsu Corporation is a company that operates buses in the northern part of Kyoto Prefecture . +1 Shigeko , a younger sister of Fujifusa MADENOKOJI +-1 The term Kajishi ( 加地子 ) means rice ( sakutokumai ) delivered as a tax to a resident land-owner like myoshu ( owner of rice fields ) in the Japanese medieval period on top of nengu ( customs ) / jishi ( land tax ) for the lord of shoen ( manor ) / kokuga ( provincial government officials ) ( kokushi ( provincial governor ) ) . +1 Kibitsuhime Okimi ( year of birth unknown - October 31 , 643 ) was in the Imperial ( royal ) family in Japan . +1 Yukichi FUKUZAWA ( January 10 , 1835 - February 3 , 1901 ) was a samurai warrior ( served in the Nakatsu domain ) , writer , enlightenment thinker , the founder and publisher of the Jiji Shinpo ( a newspaper ) , educator , the first president of the Tokyo Gakushikaiin ( present Nihon Gakushiin , ) and the founder of Keio Gijuku . +1 Masachika ABE ( 1716-December 19 , 1780 ) was a daimyo ( Japanese feudal lord ) and roju ( senior councilor ) in the Edo period . +1 Soto DAIRIN ( 1480-1568 ) was a Japanese Zen monk and a master of the tea ceremony . +1 MINAMOTO no Yoshikiyo was a Busho ( Japanese military commander ) who lived during the end of the Heian period . +-1 The Ko school is one of the schools of kotsuzumi-kata ( small hand drum players ) in Nohgaku ( the art of Noh ) . +1 Shinku ( 1146 - October 15 , 1228 ) was a priest of the Jodo sect from the latter Heian period through the early Kamakura period . +-1 Yomei no suke is a vice minister of kokushi ( provincial governors ) , an honorary post without official duties and benefits . +1 Katsuji KAWASHIMA ( year of birth unknown-1866 ) was a investigator and inspector of Shinsengumi ( special police who guarded Kyoto during the end of Tokugawa Shogunate ) . +-1 Mitarashi dango are dumplings coated with a soy-and-sugar syrup , and usually three to five are stuck on a stick . +-1 Tonan-in Temple houses the guardian deity of Mt . Omine located in Yoshino-cho , Yoshino-gun , Nara Prefecture . +1 Angen onga no nikki is a diary in which the celebration of Emperor Goshirakawa 's 50th birthday was recorded by FUJIWARA no Takafusa , a waka poet who lived in the Heian period . +1 MINAMOTO no Akimasa 's mother ( year of birth and death unknown ) was a tanka ( thirty-one syllables ' poem ) poet in the late Heian period . +1 Tokuzo GOTO ( 17 January , 1897 - 22 July , 1991 ) was a Noh actor of the shite-kata Kita school ( one of the five schools of shite-kata [ main roles ] ) . +-1 Uda Disturbance refers to the family feud which broke out in the Uda-Matsuyama Domain in Yamato Province during the Edo period . +1 Yamatohime no Mikoto is a character in Japanese Mythology . +-1 The Kohata-jinja Shrines are Shinto shrines located in Uji City , Kyoto Prefecture . +-1 Amino Station , located in Amino-cho , Tango City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by Kitakinki Tango Railway ( KTR ) . +-1 Kyoto Bus Co . , Ltd . , whose head office is located in Ukyo Ward , Kyoto City , is a route bus operator belonging to the Keihan Electric Railway Group . +-1 The place name ' Tomo no ura ' ( literally , the inlet of an archer 's bracer ) refers to a time-honored harbor , port and sea area ( bay ) , which is located in the south end of the Numakuma Peninsula in Fukuyama City , Hiroshima Prefecture , having flourished from ancient times . +1 Dosho ( 1171 - August 21 , 1248 ) , a Buddhist priest of the Soto sect , lived in the early Kamakura period . +1 Kinhira SAIONJI ( 1264 - October 31 , 1315 ) was a kugyo ( high-ranking court official ) during the late Kamakura period . +1 Tada TOCHI ( 1497 - 1545 ) was a busho ( Japanese military commander ) , who lived between the Muromachi and Sengoku period ( Period of Warring States ) ( Japan ) . +1 The Princess Akiko ( April 4 , 1640 - September 12 , 1676 ) was Midaidokoro ( the legal wife ) of Ietsuna TOKUGAWA , the fourth Shogun of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +1 Seiemon KANAMITSU ( 1638 - 1710 ) was a feudal retainer of the Okayama clan . +-1 Naobi no kami ( or Nahobi no kami ) are deities in Shintoism . +1 Shuko ASHIKAGA was a priest who lived during the Sengoku Period ( Period of Warring States ) . +1 Shoroku ONOE is one of professional names for kabuki actor . +1 TANBA no Tadamori ( 1270 ? - August 9 , 1344 ) was a doctor , a government official , and a kajin ( waka poet ) from the latter half of the Kamakura period until the early period of the Northern and Southern Courts . +-1 Gissha senji was an imperial decree that allowed one to pass the Miya mon ( Imperial palace gate ) while riding on a gissha ( ox-drawn carriage ) when visiting the Imperial inner court . +1 Shoen UEMURA ( real name : Tsune or Tsuneko UEMURA , April 23 , 1875 , - August 27 , 1949 ) , born and raised at Shimogyo , Kyoto Prefecture in the Meiji period , was a Japanese-style painter who drew ' Bijinga ' ( ' Beautiful Woman Painting ' ) from a woman 's viewpoint . +1 Amabe-shi Keizu are genealogical documents passed down by the Amabe family , a shake ( family of Shinto priests serving a shrine on a hereditary basis ) of Kono-jinja Shrine located in Miyazu City , Kyoto Prefecture , which comprises one book of " Kono-myojin-yashiro Hafuribe-uji Keizu " ( Family Tree of the Family Serving for Kono-jinja Shrine , hereinafter referred to as ' Hon-keizu ) ' ( main family tree ) ) and one book of " Kono-myojin-gu Hafuribe Tanba Kuninomiyatsuko Amabe Jikito-uji no Hongi " ( Records of the Amabe family , an ancient local ruling family in Tanba Province , Serving for Kono-jinja Shrine , hereinafter referred to as ' Kanchu-keizu ' ( genealogical records based on surveys ) ) . +-1 Ranryo-o is a number in gagaku ( ancient Japanese court dance and music ) . +1 MINAMOTO no Koretsune ( year of birth unknown - September 5 , 905 ) was shisei kozoku ( member of the Imperial Family conferred with a family name ) in the early Heian period . +-1 Takatsuki Domain is one of the domains which existed in Settsu Province . +-1 Gion Matsuri Festival is a kind of festival that is dedicated to the Gion-jinja Shrines which enshrine the Gion shinko ( Gion belief ) ( Susanoo , deity in Japanese Mythology , and Gozu Tenno , deity of Disease , said to be the Indian god Gavagriva ) . +-1 Ie No Gei ( literally , performance of a family ) means performances or repertories of traditional performing arts such as Noh , Kyogen ( farce played during a Noh play cycle ) , Joruri ( Ballad drama ) , Kabuki , Kabuki Buyo ( Kabuki Dance ) and Kamigata mai dance , which have been passed down by the family recognized as the iemoto ( the head family of a school ) for generations , and especially the family has a good skill to perform them . +1 FUMI no Hakase ( date of birth and death unknown ) was a person who lived in the Asuka period . +-1 Azuminoisora ( written in kanji as 阿曇磯良 or 安曇磯良 ) is a deity within the religion of Shinto . +-1 Big Hinamatsuri is a Hinamatsuri ( Doll 's Festival ) held in Katsuura-cho , Tokushima Prefecture ( former Awa Province ) , Katsuura City , Chiba Prefecture ( former Kazusa Province ) , and Suzaka City , Nagano Prefecture ( former Shinano Province ) during February and March ( during March and April in Suzaka City ) every year . +-1 Hatago ( inn ) is a house where travelers lodge and meals are offered to the travelers in the Edo period . +-1 Ehomairi is one of the events of the New Year from ancient times . +-1 Mt . Tenno is a mountain in Oyamazaki-cho , Otokuni-gun , Kyoto Prefecture . +-1 Chonin ( or machinin ) is a term referring to craftsmen and merchants who lived in the urban area during the Edo period . +-1 Takamatsu Express Kyoto-go ( Takamatsu Express bound for Kyoto ) is a daytime highway bus connecting Kyoto City , Oyamazaki-cho of Otokuni-gun , Takatsuki City , Naruto City , Higashi Kagawa City , Sanuki City , Miki-cho and Takamatsu City . +-1 State Shinto is the name given by historians to the state religion , as well as the religious services , that were established under a policy of the Empire of Japan from the Meiji period ( 1868-1912 ) to the end of the Pacific War . +-1 Doboshu were people who had the responsibility for miscellaneous duties and entertainment near the shogun since the Muromachi period . +-1 " Magemono " or " wagemono " is a container made by bending a shaved lumber of Japanese cypress or Japanese cedar , and by sewing its joint with the bark of birch or Japanese cherry . +-1 Kumano Gongen ( also known as Kumano no Kami or Kumano no Okami ) is a deity ( Shinto ) enshrined in Kumano Sanzan ( three major shrines , Kumano-hongu-taisha Shrine , Kumano-hayatama-taisha Shrine and Kumano Nachi Taisha Shrine ) and became to be called gongen ( avatar ) under Honji-suijaku thought ( theory of original reality and manifested traces ) . +-1 The Mesuriyama tumulus is a large keyhole-shaped tumulus in the early kofun period ( tumulus period ) , located in Sakurai City , Nara Prefecture . +-1 The Shimenawa rope ( sacred straw rope ) is a ceremonial article of significance in Shinto and , the rope has religious meaning when adorned with shide ( zigzag shaped paper talisman ) . +-1 Ido-toge Pass is a pass on a major local road in Ukyo Ward , Kyoto City , Kyoto Prefecture . +-1 Sobutsuge is a gemon by which to send a soul to where it should reside . +1 Motoakira KANZE ( 1722 to 1774 ) was a Noh actor of the shite-kata Kanze school ( one of the five schools of shite-kata [ main roles ] ) in the mid Edo period . +1 Minori is one of the fifty-four chapters of " The Tale of Genji . " +1 Hakuyushi was an anchorite who lived in a cave in a mountain in Shirakawa in Kyoto during the Edo period . +1 Kuranosuke NAKAMUTA was a military man in the Imperial Japanese Navy who lived from March 30 , 1837 to March 30 , 1916 . +-1 Kanko-ken ( sightseeing areas ) are areas ( each of which is located in one prefecture or multiple prefectures in Japan ) , being organized for tourism ; they are designated by the Japan Tourism Agency , an extra-ministerial bureau of the Ministry of Land , Infrastructure , Transport and Tourism of Japan , to develop sightseeing areas in order to distinguish Japan as a tourism nation and promote tourists ' visits and extended stays . +1 Noboru NAKANISHI ( date of his birth and death is unknown ) was a corporal in the Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +1 TAIRA no Masamori ( date of birth unknown - perhaps 1121 ) was a warlord in the late Heian era . +1 Sukekuni NOSE ( year of birth and death unknown ) is a samurai and government official ( lower or middle ranked ) over the end of the Heian era and the early period of the Kamakura era . +1 Junson ( November 28 , 1585 – June 3 , 1622 ) was a Buddhist priest and the 18th chief priest of Kosho-ji Temple . +1 Shiigamoto is one of the fifty-four chapters of " The Tale of Genji . " +1 Kunpei GAMO ( 1768 - July 31 , 1813 ) was a Confucian scholar in the late Edo period . +-1 Mashita Domain was located in Mashita , Shimashimo County , Settsu Province ( present Mishima , Settsu City , Osaka Prefecture ) . +-1 " Chimata-No-Kami " or " Tsuji-no-kami " are gods ( Shinto ) who are believed to prevent evil gods and evil spirits who bring epidemics and disasters from entering the village in Japanese folk beliefs . +1 FUJIWARA no Tsunenori ( date of birth and death unknown ) was a retainer of the Imperial Court who lived in the end of the Heian period . +1 Seijun SUZUKI ( May 24 , 1923 - ) is a movie director and actor . +1 Imperial Prince Arisugawanomiya Takahito ( February 17 , 1812 - January 24 , 1886 ) was a member of the imperial family from the end of Edo period to Meiji period . +-1 Kebutsu ( the Artificial Buddha ) +1 KI no Tokibumi ( c . 922 - c . 996 ) was a Japanese poet of the mid-Heian period . +-1 JR-Ogura Station , located in Ogura-cho , Uji City , Kyoto Prefecture , is a stop on the Nara Line , which is operated by the West Japan Railway Company ( JR West ) . +-1 KURATSUKURI no Tori was a busshi ( sculptor of Buddhist Statues ) of the naturalized citizen group who was active in the Asuka period . +1 Uta monogatari ( poem tale ) is the generic term for narrative literature concerning waka poems . +1 Shigetaka SUZUKI ( 1907 - 1988 ) was a Japanese scholar of history of the Western world ( Specialized in medieval history of the Western world ) . +1 Kiyoyuki ( also called Kiyotsura ) MIYOSHI ( 847-January 16 , 919 or January 15 , 919 ) was a scholar of the Chinese classics in the middle Heian period . +-1 The Mizuki was a defense facility built in the mid-seventh century . +1 Kiritsubo no Koi is a character in " The Tale of Genji " written by Murasaki Shikibu . +1 Rikisaku FURUKAWA ( June 14 , 1884 - January 24 , 1911 ) was an anarchist . +1 Ichishihime no Okimi ( year of birth and death unknown ) was a person from the Asuka period . +1 MINAMOTO no Shigesada ( unknown to 1180 ) was a warrior at the end of the Heian period . +1 Kakushinni ( 1224 - December 21 , 1283 ? ) was the youngest daughter of Shinran , the founder of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) who was active in the Kamakura period . +1 " The Kohon Setsuwashu " is a narrative collection and is believed to have appeared during the end of the Heian period , or at the latest , during the early Kamakura period . +1 Soi ( rank of Buddhist priest ) is the Ikai ( Court rank ) assigned to Buddhist monks in Japan . +1 Tatsunyo ( 1780 - December 21 , 1865 ) was a Jodo Shinshu ( True Pure Land Sect Buddhism ) priest and the 20th Hoshu ( high priest ) of the Higashi Hongan-ji Temple . +-1 Myobu is a woman who has Ikai ( court rank ) above Jugoinoge ( junior fifth rank ) , or a title representing a rank of a government official 's wife under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +-1 Gakusei +-1 Zeze-yaki Pottery is a pottery that is produced in Zeze , Otsu City , Shiga Prefecture . +-1 Fushimi-inari Station , located in Fukakusa-ichinotsubo-cho , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on the Keihan Main Line , which is operated by Keihan Electric Railway . +-1 Hanazono is a name for an area in Ukyo Ward , Kyoto City . +-1 The term " Kenchi " refers to the surveys of field size and size of yield ( harvest ) conducted during medieval and early modern Japan . +-1 Kukurihimenokami is a Japanese deity . +1 Takakage KOBAYAKAWA was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) who lived from the Sengoku period ( period of Warring States ) to the Azuchi-Momoyama period . +-1 Teramachi-dori Street is one of the major north-south streets in Kyoto City . +1 Emperor Goenyu ( January 11 , 1359 - June 6 , 1393 ) , his reign was from April 9 , 1371 to May 24 , 1382 , he was the fifth Northern Court Emperor of the period of the Northern and Southern Courts . +1 Takamasa UEMATSU ( September 11 , 1705 - November 27 , 1785 ) was a Kugyo ( top court official ) and a flower arrangement expert during the mid Edo period . +1 FUJIWARA no Yoshitoki ( year of birth and death unknown ) was a nobleman approximately during the mid Heian period . +-1 Watanabe-shi ( the Watanabe clan ) or Watabe-shi ( the Watabe clan ) is the Japanese surname , the clan name , the family name , or the last name . +-1 Ayatokunaka-jinja Shrine is a Shinto shrine located in Minami Ward , Kyoto City , Kyoto Prefecture . +-1 Kosatsu is the method of public notification by setting up a street bulletin board with written laws and ordinances ( general law / the fundamental law ) on a board , commonly utilized in Japan since ancient periods until early Meiji Period . +1 Yoshimura DATE ( July 23 , 1680-February 8 , 1752 ) was the fifth feudal lord of the Sendai Domain in Mutsu Province , and 21st family head of the Date clan . +1 Imperial Princess Ate ( year of birth unknown - November 4 , 855 ) was a member of the Imperial Family during the early Heian period . +1 Tomoteru TAKAYAMA ( 1527 - 1595 ) was a busho ( military commander ) in the Sengoku Period ( Period of Warring States ) ( Japan ) . +-1 Kagami no Shuku was an inn on the Tosan-do Road , north of Mount Kagami , in Gamo Country of the Omi Province ( present day Gagami , Oaza , Ryuo-cho , Gamo-gun , Shiga Prefecture ) that has existed since the Heian Period . +-1 The Mitoya clan was one of Japanese clans . +-1 The Iwai family , which claimed to be descended from the Kanmu-Heishi ( Taira clan ) TAIRA no Takamune-o line , beloged to the Tosho-ke ( the hereditary lineage of Court nobles occupying relatively high ranks ) . +1 Imperial Princess Shoshi ( or Akiko ) ( 918 - February 7 , 980 ) was from the Imperial family living in the mid Heian Period . +-1 Kelp is a kind of seaweed belonging to the Division Heterokontophyta , Class Phaeophyceae , Order Laminariales , Family Laminariaceae . +-1 Banjo refers to a working pattern taken by lower-ranking government officials such as Zonin and so on in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +-1 Enjyu-ji Temple is a Zen temple ( a temple belonging to the Zen sect ) of Eigenji school of the Rinzai sect in Hikone City , Shiga Prefecture . +-1 An inpu is a kind of books on tenkoku ( engraving letters on the material of a seal ) , that mainly introduces mainly inei ( impressions of seals ) and inkan ( names of authors ) for the purpose of appreciation and study . +1 SAEKI no Matanari ( date of birth unknown - 757 ) was a noble in the Nara Period . +1 Handen MAEDA ( 1817-1878 ) was a Japanese painter . +-1 The shinobue is one of the Japanese woodwind instruments . +-1 Yakukin is a kind of allowance or expense paid to the retainers of the shogun by the Edo bakufu ( Japanese feudal government headed by a shogun ) . +-1 Rinzai Zen Buddhism is one of the Chinese five Houses / seven Schools of Zen ( Rinzai , Igyou , Soto , Unmon , Hogan ) and Gigen RINZAI ( ? - 867 ) of Tang was its founder . +-1 Kansai Science City ( to be referred to as Science city in the following ) was constructed to promote creative academic and research activities as well as creating / dispatching of new industries and culture . +-1 Mokuyo-kai refers to a faction within the Diet of House of Lords ( Japan ) in the Meiji Period ( July 28 , 1897 - January 26 , 1913 , in addition it was established as a group having a legislative bargaining position in the Diet on March 10 , 1898 ) . +1 Shinyo Wakashu is a collection of waka poetry compiled during the period of the Northern and Southern Courts ( Japan ) . +1 Imperial Prince Kitashirakawanomiya Satonari ( July 22 , 1856 - February 10 , 1872 ) was a member of the Imperial family of Japan during the late Edo and early Meiji Periods . +1 FUJIWARA no Yasutada ( 890- August 8 , 936 ) was a Kugyo ( the top court officials ) in the early part and middle of the Heian period . +-1 Zencho means the mountaintop , particularly the peak , of a sacred mountain . +-1 The statement of Requesting the Equal Merger of Korea and Japan is a statement to request an equal merger between Korea and Japan sent to Emperor Sunjong ( of the Korean Empire ) , the Resident-General of Korea Arasuke SONE and Prime Minister Lee Wan-Yong on December 4 , 1909 by a group of Chinilpa ( literally " people friendly to Japan " ) called Iljinhoe which was under the influence of Japan in the Korean Empire ( officially reported membership was a few million but actual membership was a few ten thousands ) . +1 Emperor Gokomyo ( April 20 , 1633 - October 30 , 1654 ) , the 110th Emperor , reigned during the Edo period ( from November 14 , 1643 to October 30 , 1654 ) . +-1 Chaki is a general term for containers used in Chanoyu ( the tea ceremony ) to hold green powdered tea . +-1 Okage mairi refers to mass pilgrimages to the Ise-jingu Shrine , made in the Edo period . +-1 Seiin was the highest organ of Daijokan ( Grand Council of State ) system issued in 1871 after the Haihan-chiken ( abolition of feudal domains and establishment of prefectures ) . +-1 Suehiro is a program of Kyogen ( farce played during a Noh cycle ) . +1 Manzaburo UMEWAKA ( the first ) ( January 3 , 1869 - June 29 , 1946 ) was a Noh actor of Kanze-ryu school . +1 Mario YOKOMICHI ( 1916- ) is Noh ( traditional masked dance-drama ) researcher and director . +-1 Sanami-ji Temple is a temple of the Chisan school of Shingon sect located in Imazu-cho , Takashima City , Shiga Prefecture and also a branch temple of Chishaku-in Temple , Kyoto Prefecture . +1 A member of Yamanouchi-Uesugi family in the period of the Northern and Southern Courts ( Japan ) . +1 TACHIBANA no Miiko ( year of birth and death unknown ) was a court lady who lived at the beginning of the Heian Period . +1 Takemasa KIKUCHI ( 1342-July 14 , 1374 ) was a busho ( Japanese military commander ) , who lived in the period of Northern and Southern Courts . +-1 Classification of Sake in the Liquor Tax Act is a general classification system of sake under the Liquor Tax Act , which long existed in Japan from 1940 to 1992 . +-1 Maruyama-koen is a park located in Higashiyama Ward , Kyoto City , Kyoto Prefecture . +1 MINAMOTO no Yorinobu was a busho ( Japanese military commander ) in the mid-Heian period . +1 MINAMOTO no Toshiaki ( 1044-January 6 , 1115 ) was a court noble during the late Heian Period . +-1 Ryaku kataginu is a hogu ( ritual implements ) that followers of Shinshu sect Otani school dangle from their neck as a ceremonial dress before the altar of a temple . +-1 Kaijusen-ji Temple is a Buddhist temple belonging to the Chizan School of the Shingon Sect located in Kamo-cho , Kizugawa City , Kyoto Prefecture . +-1 In Japan , hatsuho is a ripe rice ear presented to God ( Shinto ) before autumn rice harvest . +-1 Kasuga-zukuri style is one of the architectural styles of shrines in Japan . +-1 In this section , people who were discriminated against in the medieval Japan are described . +1 Hotaru Hyobukyo no Miya is a fictitious character in " The Tale of Genji " written by Murasaki Shikibu ( note that he is not the same person as Hyobukyo no Miya , an elder brother of Fujitsubo ) . +-1 Kokindenju no Tachi refers to Japanese sword made by Hirasaku YUKI , sword craftsman in Bungo Province . +-1 Nunakawa hime is a Shinto deity appearing in Japanese Mythology . +1 Kagekane OBA was a samurai warrior in the beginning of the Kamakura period . +1 FUJIWARA no Kanefusa ( 1001 - July 1 , 1069 ) was a court noble statesman of the Heian period . +-1 Ganjiro-Junikyoku refers to the specialty plays of Ganjiro NAKAMURA of Narikomaya selected by Ganjiro NAKAMURA the first . +1 Shoku Nihon Koki is a history compiled in 869 during the Heian period in Japan , and is the fourth of the Six National Histories ( Rikkokushi ) . +-1 " Akago " is yokai ( specter ) who is said to live in Nagano Prefecture and Yamato Province ( present-day Nara Prefecture ) . +-1 Shiroan , white strained sweet bean paste , is made from kidney beans or small beans boiled , crushed and sweetened with sugar or honey . +1 SONE no Yoshitada ( year of birth and death unknown ) was a poet of the mid-Heian period . +1 Cloistered Prince Soncho ( September 8 , 1552 - March 30 , 1597 ) was the sixth Prince of Fushiminomiya Imperial Prince Kunisuke . +-1 Yamabushi is a practitioner of Shugendo ( Japanese mountain asceticism / shamanism incorporating Shinto and Buddhist concepts ) who earnestly walks in the mountains as an ascetic practice . +-1 " Imose-yama Onna Teikin " ( Proper Upbringing of a Young Lady at Mount Imose ) is a play of Ningyo Joruri ( traditional Japanese puppet theater ) and Kabuki . +1 Kinari TOKUDAIJI ( March 7 , 1422 - March 11 , 1486 ) was a Kugyo ( court noble ) during the Muromachi period . +-1 A Kaido is a traffic route or road which connects one place to another by land . +-1 Osaka no Eki ( Siege of Osaka ) refers collectively to Osaka Fuyu no Jin ( Winter Siege of Osaka ) and Osaka Natsu no Jin ( Summer Siege of Osaka [ ended on June 4 or May 8 in the old calendar ] ) , battles in which the Edo bakufu destroyed the Toyotomi clan ( 1614 - 1615 ) . +-1 Bakufu rikugun is a military organization with western-style armaments which was organized by Edo bakufu ( Japanese feudal government headed by a shogun ) in the Edo Period to accomplish battles on land as a mission . +-1 Yamato Eikyo War occurred in Yamato Province in 1429 , in the Muromachi period . +-1 Kishimai is a bugaku ( court music and dance ) directed by the family head of Abe clan and others , and was danced mostly in uniforms of military officers , such as ketteki no ho ( open sleeve seams outer robe ) at events such as Daijo-sai Festival ( a festival to celebrate the succession of an emperor ) . +-1 " Takahashi Ujibumi " ( histories compiled by the Takahashi family ) is a history book , a collection of records , in ancient Japan . +-1 Izu no kuni no miyatsuko ( or Izu kokuzou ) was a Kuni no miyatsuko that governed Izu Province in ancient Japan . +-1 The Choroku – Kansei Famine was a country-wide famine that struck Japan in 1459 ( the third year of the Choroku era ) and lasted until 1461 ( the second year of the Kansei era ) . +-1 Inoue-jo Castle was a castle in what is currently Nobeoka City , Miyazaki Prefecture . +-1 The Matsuda clan was a clan of the Hatano family , FUJIWARA no Hidesato house , originated in Matsuda-go in Ashigarakami County , Sagami Province . +-1 Hizamaru was a sword which MINAMOTO no Mitsunaka had made during the Heian period , handed down as a sword of successive generations of Genji , together with Higekiri . +-1 Shoryuji-jo Castle was a castle that existed in Nagaokakyo City , Kyoto Prefecture between the the Northern and Southern Court and early Edo periods . +1 Yoritaka HACHIYA ( 1534 - November 3 , 1589 ) was a busho ( Japanese military commander ) in the Sengoku Period ( Period of Warring States ) . +-1 The Entsu-ji Temple was a Buddhist temple of the Myoshin-ji Temple school of the Rinzai sect , located in Iwakura Hataeda-cho , Sakyo Ward , Kyoto City . +1 Emperor Hanzei ( circa 336 - February 12 , 410 ) was the eighteenth Emperor who reigned from February 3 , 406 , to February 12 , 410 . +1 Hideie UKITA was a Japanese military commander as well as a feudal lord in the Azuchi-Momoyama period . +1 Hashihime is one of the fifty-four chapters of " The Tale of Genji . " +1 Monk-Imperial Prince Kakuho ( February 9 , 1092 - December 22 , 1153 ) was a member of the Imperial Family and a monk during the late Hein period . +-1 Shika senbei are sold in Nara Park , Nara City , to tourists for them to feed the deer that roam free in and around the park . +1 Teinosuke KINUGASA ( his real name was Teinosuke KOGAME ) ( January 1 , 1896 - February 26 , 1982 ) was an actor and film director in the Taisho and Showa periods . +-1 The return of lands and people to the Emperor is one of the centralization enterprises undertaken by the Meiji government in Japan which was established on July 25 , 1869 . +1 Yoshihisa TOKUGAWA ( September 2 , 1884 - January 22 , 1922 ) was the seventh son of Yoshinobu TOKUGAWA , the 15th Shogun . +-1 Inji is a Japanese combat technology that kills and wounds the objects by slinging , or an event . +1 Nobumichi KOGA ( October 11 , 1744 - October 25 , 1795 ) was a Kugyo ( court noble ) during the late Edo period . +1 Danzaemon was the chieftain of the eta ( an outcaste class in feudal Japan , people whose occupation considered unclean in Buddhism , such as skinning of animals and the tanning of hides ) and the hinin ( literally , nonperson ; actors , beggars and other categories of the population of feudal Japan regarded along with the eta caste as socially inferior ) , both of which were collectively called ' hisabetsumin ' ( literally , discriminated people ) in the Edo period . +-1 Hyoro-ryosho were areas of land set aside during the medieval period and devoted to producing rations and provisions ( specifically , rice ) for soldiers . +1 Tokihiro YAMANA ( 1367- August 7 , 1435 ) was a busho ( Japanese military commander ) , who lived from the period of the Northern and Southern Courts to the Muromachi period . +-1 The Ueno clan was a shizoku ( family ) in Japan . +-1 Omi-no-kuni Fudoki is a fudoki ( Description of regional climate , culture , etc . ) of the Omi Province . +-1 Bando Tsumasaburo Productions , founded in September of 1925 and liquidated in December of 1936 , was a film company established in Kyoto and later moved to the Tokyo Bay Area in Chiba . +1 Chobei HASHIMOTO ( the first : dates of birth and death unknown , the second : date of birth unknown - 1647 , the third : dates of birth and death unknown ) was a Japanese-style painter ( ukiyoe artist ) in the Edo period . +-1 The Jige Kaden , a work of history written during the Tenpo era in the late Edo period , is a collection of the genealogical records of families of Jigenin ( low-ranking court officials who were not allowed into the Emperor 's living quarters in the imperial palace , usually ranked at the sixth rank or lower except for Kurodo ) . +-1 Han-i was a doctor who served a feudal domain in the Edo period . +-1 Setsuna is one of the Buddhist concepts of time and is the briefest unit of time in Buddhism . +1 A Shobogenzo is a Buddhist philosophy-related book written by a Zen priest . +1 NAGAMINE no Morochika ( year of birth and death unknown ) was a government official for Tsushima Province who lived during the Heian period . +-1 Candy-wrap shape barrow refers to one of the form of tumulus . +1 Noriaki UESUGI ( 1306 - October 31 , 1368 ) was a busho ( Japanese military commander ) from the end of Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +1 Succession to the Imperial Throne generally means to pass the Imperial Throne ( the position of the Emperor ) to the Crown Prince or the successor of the Imperial Throne . +1 Shigetada MATSUDAIRA ( 1570 - August 22 , 1626 ) was a busho ( Japanese military commander ) and daimyo ( Japanese territorial lord ) from the Azuchi-Momoyama period to the Edo period . +-1 Natsumi Hai-ji is a site of a demolished temple which existed at Natsumi , Nabari City , Mie Prefecture from the Asuka period to the Nara period . +-1 Honke is a nominal owner of the highest-graded patches of land under the stratified land ruling structure of Japanese Shoen ( refer to the Shiki system in the shoen koryo sei ( The System of Public Lands and Private Estates ) section ) . +1 Rokujoin ( also known as Rokujo no in ) can refer to : +-1 Kokubun-ji is a Buddhist temple of Jodo Sect located in 2-chome , Kitayagi , Kashihara City Nara Prefecture . +1 Kanshu ( 945-August 17 , 1008 ) was a priest of the Tendai sect in the mid Heian period . +-1 Goju no Sotai is a part of the Kyoso Hanjaku ( a guide for evaluation of sutras and others ) established by Nichiren . +1 Tango no Naishi ( year of birth and death unknown ) was a woman who lived from the end of the Heian period to the beginning of the Kamakura period . +1 ISHIKAWA no Mamori ( 730 ? - October 3 , 798 ) was a Court noble who lived from the middle of the Nara period to the beginning of the Heian period . +-1 Sango ( literally , " mountain name , " which is the title prefixed to the name of a Buddhist temple ) : Shakasan +-1 The Mogami clan was a branch family of the Shiba clan ( kanrei [ shogunal deputy ] ) that belonged to the same family of the Ashikaga clan of Seiwa-Genji ( Minamoto clan ) . +-1 Tenno-sai Festival is a festival organized by Tennosha to honor Gozu Tenno ( deity said to be the Indian god Gavagriva ) . +-1 Ichien Chigyo was a term used during the Japanese Middle Ages to mean that a particular individual has integrated control over lands in complicated and multi-layered relationships of dominance and rights of the Shoen Koryo ( public lands and private estates ) system . +-1 Konoha-don , also referred to as Konoha-donburi , is a kind of donburimono ( rice dish ) which is commonly served in Osaka and Kyoto area . +1 Tojuro KATAOKA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +-1 Ofusa Kannon is the common name of the Buddhist temple located in Ousa-cho , Kashimara City , Nara Prefecture . +-1 Japanese cats ( nihon neko ) are cats native to Japan which have long enjoyed the companionship with the Japanese . +1 Kenkei ( 714 - December 15 , 793 ) was a Buddhist priest of Hosso sect of Buddhism ( Japanese equivalent of the Chinese Faxiang sect or Dharma-character school ) , who lived in the Nara period . +-1 Bokkaishi was the envoy to Japan from Bo Hai , and a record stated there were 34 visits ( one visit from the Liao Dynasty ) of the envoy during 728 to 922 . +-1 Naniwa-kyo Capital was a capital established in Osaka City of ancient Japan . +-1 Myokaku-ji Temple is the Honzan ( founding temple ) of the Nichiren Sect located in Kamigyo Ward , Kyoto City , Kyoto Prefecture . +1 Takeo IDA ( November , 1851 - 1933 ) was a Japanese doctor and businessman . +1 Kosodate Yurei is a Japanese folktale . +-1 This section describes the history of architecture in Japan . +1 Tomokazu IWAKURA ( February 21 , 1757-August 1 , 1824 ) was a Japanese Kugyo ( high court noble ) in the mid to late Edo period . +-1 The Sorin-ji Temple is a temple of the Tendai sect in Yamashina Ward , Kyoto City . +-1 Dondon-yake is the fire that broke out in the city of Kyoto at the end of the Edo period from August 19 to 21 , 1864 . +-1 Shiruko is a food whose main ingredient is boiled red beans sweetened with sugar , and in which mochi ( rice cake ) , shiratama dango ( Japanese rice-flour dumplings ) , and chestnuts stewed in syrup are added . +1 Prince Tokiwainomiya Naohito ( date of birth and death unknown ) was a member of the Imperial family during the Muromachi period , and was the 4th head of the Tokiwainomiya family . +-1 Shugokushi ( Prisons Office ) was one of the agencies that belonged to Gyobusho ( Ministry of Justice ) in ancient Japanese system of centralized governance . +1 Junnyo ( 1442 - July 13 , 1483 ) was a monk of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) during the middle to late Muromachi period . +1 Katsuhisa TAKAYASU ( 1948 - ) is a Noh actor of the Takayasu school of waki-kata ( supporting actors ) . +-1 Gichu-ji Temple is a nonsectarian temple ( Tendai sect lineage ) in Bamba , Otsu City , Shiga prefecture . +1 KATSURAGI no Tsubura ( year of birth unknown - 456 ) was a member of local ruling family belonging to the Katsuragi clan that was active in around the fifth century A.D. +1 Shigekata YOSHIOKA ( date of birth is unknown - August 8 , 1613 ) was an expert swordsman from the Azuchi Momoyama period to the Edo period . +1 Sensai EMURA ( 1565 - November 13 , 1664 ) was a Confucian doctor in the Azuchi-Momoyama and Edo periods . +-1 The Kizokuin was the upper house of the Imperial Diet from 1890 to 1947 under the Constitution of the Empire of Japan . +-1 Chihara Kitsunezuka-kofun Tumulus is a tumulus in Chihara , Sakurai City , Nara Prefecture . +1 Hidetoki HOJO was a member of the Hojo clan from the end of the Kamakura period . +-1 The term " Senko ( incense stick ) " refers to the product which uses , as materials , various substances that emit fragrant smoke and fine aroma when lighted and is produced through the process of grinding materials , kneading , molding into the shape of slender sticks or coils and drying . +-1 We will explain the history of Japan 's trade , as it concerns foreign trade . +-1 Rihooki ( also referred to as Ribuoki ) was the diary of Imperial Prince Shigeakira , the fourth son of Emperor Godaigo , and is regarded as an important historical document for understanding the administrative affairs and rituals of the imperial court during the mid Heian period . +1 Shigeo MATSUMOTO ( October 7 , 1915 - February 5 , 2003 ) was a Nohgakushi ( Noh actor ) playing shite ( principal roles ) of Hosho-ryu school . +1 Higo betto Jokei ( 1184 ? - unknown but after 1256 ) was a Busshi ( sculptor of Buddhist Statues ) during the Kamakura period . +-1 Sanjo-dori Street is one of the major east-west streets in Kyoto City , Kyoto Prefecture . +1 Takamikura is the special Imperial throne which designates the official place where the Emperor sits . +1 Yoken FUJIMURA ( 1613 - 1699 ) was a master of tea ceremony in Japan . +-1 The Senmen Hokekyo Sasshi or Senmen Koshakyo is a collection of fan-shaped articles decorated with sutras that has been passed down by Shitenno-ji Temple in Osaka . +-1 Kenin refers to a vassal , a servant , etc. of high-ranked people in Japanese history . +1 KI no Kaion ( 1663 - October 31 , 1742 ) was joruri ( dramatic narrative chanted to a shamisen accompaniment ) author , kyokashi ( a person who makes and teaches a comic tanka ) , and haiku poet who lived during the middle of the Edo period . +-1 Amatsukami ( 天津神 ; gods of heaven ) and Kunitsukami ( 国津神 ; gods of the land ) are the grouping of gods ( Shinto ) that appear in Japanese mythology . +1 Kodaiin ( August 6 , 1773 - December 19 , 1844 ) was a lady in the late Edo period and a lawful wife of the 11th shogun Ienari TOKUGAWA . +-1 Monouri is a street vendor who sells foods or goods , serves as a repairman , buys old things or wastes , or exchanges these things for some goods , traveling by attracting people with musical instruments and distinctive calls . +1 Sanenao SAIONJI ( 1645 - January 29 , 1661 ) was Kuge ( a Court Noble ) in the early Edo period . +-1 Anagomeshi ( conger rice ) is a local dish from the Setouchi area in Hiroshima Prefecture . +1 Ienari TOKUGAWA was a Japanese warrior and the 11th Seii Taishogun ( literally , " Great General Who Subdues the Barbarians " ) , who was in office from 1787 – 1837 . +1 Tendai-zasu ( head priest of the Tendai sect ) is a post that serves as the resident priest of Enryaku-ji Temple on Mt . Hiei , the head temple of the Tendai sect , exercising general supervision over all of its sub-temples . +1 Tsunehiro KAJUJI ( December 26 , 1606 to October 6 , 1688 ) was a court noble ( high court noble ) in Edo period . +-1 The term " toji , " written as 杜氏 in Japanese , refers to a person who supervises kurabito , a group of skilled workers responsible for sake brewing , and works as the chief executive brewer at a brewery . +1 FUJIWARA no Norimichi ( July 29 , 996-November 6 , 1075 ) was the Kugyo ( the top court officials ) of the mid-Heian period and the fifth son of FUJIWARA no Michinaga . +-1 Takeda Station , located in Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on Kyoto Municipal Subway and Kintetsu Railways . +1 William Merrell Vories ( October 28 , 1880 - May 7 , 1964 ) , who was born in the United States , was an architect who designed many western-style buildings in Japan ; he was also a businessman responsible for widely popularizing Mentholatum ( present-day Menturm ) in Japan in his role as one of the founders of W.M. Vories & Company ( whose name was later changed to Omi Brotherhood Co . , Ltd . ) . +1 Tatsuaki KURODA ( September 21 , 1904 - June 4 , 1982 ) was a Japanese lacquer artist and wood worker . +1 Chizuko MIFUNE ( July 17 , 1886 - January 19 , 1911 , died at the age of 24 ) was a woman introduced as a woman of supernatural power having toshi ( clairvoyance or second sight power ) ( parapsychology ) by Dr. Tomokichi FUKURAI . +-1 " Rishu-kyo " is the Buddhist scriptures of Esoteric Buddhism , which is Part Six of ' Kongocho-kyo ' ( Vajrasekhara Sutra ) . +-1 Ujidera ( Clan Temples ) were Buddhist temples which were constructed by powerful clans during the Asuka period as replacements for kofun ( tumuli ) . +1 Atsufusa MADENOKOJI ( July 25 , 1562 - October 31 , 1626 ) was a court noble in the Edo period . +-1 Tonomo no tsukasa was one of the kokyu junishi ( twelve offices belonging to kokyu , empress 's residence ) . +1 Keikoku bidan ( Commendable anecdotes creating a nation : young politicians of Thebes ) is a political novel written by Ryukei YANO . +1 Yoshinao SATAKE ( 1612 - May 31 , 1656 ) was a person in the Edo period . +1 Imperial Princess Junshi ( March 13 , 1311 - June 11 , 1337 ) was Emperor Godaigo 's Chugu ( Empress ) . +-1 Seiba ga haru no tatakai or Seiba ga haru kassen ( Seiba ga haru Battle ) was the battle fought between Daimyo ( feudal lord ) Yoshitaka OUCHI in the Chugoku District ( western Honshu ) and Daimyo Yoshiaki OTOMO in Bungo Province in May 1534 all over Mt . Omure in Bungo Province ( present Yamaura , Yamaga-machi town , Kitsuki City , Oita Prefecture ) . +-1 The Kannonji family feud is the family trouble that broke out in the family of Rokkaku clan that was a warring load of Minami Omi Province in 1563 during the Sengoku period ( the Warring State Period of Japan ) . +-1 Miyama-cho was a town located roughly in the center of Kyoto Prefecture until December 31 , 2005 . +-1 Inuoumono is one of the manners of the art of Japanese archery that started from the Kamakura period . +1 Kinoki IMADEGAWA ( 1446 - March 10 , 1514 ) was a kugyo ( court noble ) who lived during the Muromachi period . +-1 " Izutsu " is one of the most representative Noh pieces . +1 Ujiyori OMORI ( year of birth unknown - September 25 , 1494 ) was a person from the Muromachi Period . +-1 In no cho kudashibumi were the documents issued by Incho ( Retired Emperor 's Office ) during the Insei ( government by cloistered emperor ) during the Heian period . +-1 Ohaguro ( tooth blackening ) is the cosmetic treatment of dyeing teeth black used chiefly by married women ( or occasionally men ) in Japan , southeast China or Southeast Asia , before the Meiji period . +-1 The Yamato-oji-dori Street is a street running north-south in Kyoto City . +1 Prince Iwakuranomiya Tadanari ( 1221 - April 23 , 1279 ) was a member of the Imperial Family in the Kamakura period . +-1 Tsuibushi ( Pursuit and Apprehension Agent ) was a Ryoge no kan ( a Japanese government post which was not established by the Ritsuryo codes ) . +-1 " Omisoka " ( New Year 's Eve ) means the last day of a year . +1 FUJIWARA no Chifuru ( also known as Chiko , years of birth and death unknown ) was a daughter of Udaijin ( Minister of the Right ) FUJIWARA no Sanesuke from the Heian period . +1 Gengo ( 914 - March 30 , 995 ) was a Shingon Sect Buddhist monk who lived during the mid-Heian period . +-1 " Kameno-o " is a variety of Japanese rice developed by a practical farmer , Kameji ABE , of Yamagata Prefecture in the early Meiji Period of the history of Japanese sake . +-1 Kangofu was a tally or trading license issued by the Ming dynasty and used in trade , such as the Ming-Japanese trade , to confirm authorized tribute and trade ships between the Ming dynasty and a tributary state . +-1 Eboshi-oya was a person who put an eboshi ( formal headwear for court nobles ) on a young man 's head at his genpuku ( attainment of manhood ) ceremony . +1 Michitoshi IWAMURA ( July 8 , 1840 - February 20 , 1915 ) was a Japanese samurai and a statesman . +-1 Kaomise refers to the first kabuki performance played by new actors following an annul renewal of actors . +1 Ryusei KISHIDA ( Male , June 23 , 1891 - December 20 , 1929 ) was a Western-style painter from the Taisho period to the early Showa period . +-1 Shinjin ( 真人 ) is the ideal of human in the thought of Laozi and Zhuangzi and Taoism . +1 Umanosuke KASHIO ( 1838-April 30 , 1868 ) was a person who was from Awa Province in the last days of the Tokugawa shogunate . +-1 The rebellion of FUJIWARA no Hirotsugu was a domestic conflict in the Nara period . +1 Masatsune ASUKAI ( November 28 , 1569 - February 9 , 1616 ) was a court noble and waka poet who lived through the turmoil of the Sengoku Period ( Period of Warring States ) and into the beginning of the Edo period . +-1 Shihei seiri ( paper money readjustment ) was a policy of seeking to recover the public trust in the currency system and the credit system by readjusting and reducing the amount of the notes that were issued by the Meiji government and the National Bank ( in the Meiji period ) and first went into circulation in the early Meiji period , and by converting the notes into the convertible paper money issued by the Bank of Japan . +-1 Sonae is a military unit organized during the wartime between the Sengoku Period ( Period of Warring States ) ( Japan ) and the Edo period . +1 Yoshitane ( or Yoshiki ) ASHIKAGA was the tenth Seii taishogun ( literally , " great general who subdues the barbarians " ) ( in office from 1490 to 1493 ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +-1 " Amatsu tsumi " and " Kunitsu tsumi " are concepts of crime in in the Shintoism . +1 Hanafubuki is the state in which flower petals are falling like a snowstorm . +1 Imperial Prince Fushiminomiya Sadaatsu ( March , 1488 - September 2 , 1572 ) was the Imperial family member during the Sengoku period ( period of warring states ) . +1 Kiyokado KANZE ( 1867 - 1911 ) was a Noh actor of the Kanze school of shite-kata ( lead actors ) . +-1 Chirasizushi is a kind of sushi . +1 Yoshimitsu ASHIKAGA was the 3rd Seii Taishogun of the Muromachi Shogunate and reigned from 1368 to1394 . +1 In Japanese myths , Kami-umi refers to Izanagi and Izanami 's giving birth to numerous gods after they gave birth to various islands ( Kuni-umi [ a myth about the birth of the land of Japan ] ) . +-1 Izumo Daijingu Shrine is a Shinto shrine located in Kameoka City , Kyoto Prefecture . +1 Ryugu or Kaigu ( the palace of the sea ) is a palace of Watasumi no kami ( tutelary of the sea ) which appears in a legend concerning Watasumi no kami that has been told all over Japan . +1 SOGA no Hatayasu ( year of birth unknown - August 3 ? , 672 ) was a person who lived during Japan 's Asuka period . +1 FUJIWARA no Saneshige ( years of birth and death unknown ) was a noble in the late Heian period . +-1 Oi-jinja Shrine is a shrine in Oi-cho , Kameoka City , Kyoto Prefecture . +-1 Josho-ji Temple is a Buddhist temple belonging to the Nichiren Sect located in Takagamine , Kita Ward , Kyoto City . +-1 Byakue costumes are white jackets worn when people make pilgrimage of sacred ground . +-1 Onryo are common supernatural or ghostly phenomenon that cannot be seen by human eyes that harbor ill will and vengeance towards humans . +1 TAIRA no Tokizane ( 1151 - February 21 , 1213 ) was a Court noble during the late Heian Period and the early Kamakura Period . +-1 Shaved ice is a frozen sweet made from finely shaved or crushed ice that is flavored with syrup , for example . +-1 Fudai genin were also called Fudai hokonin ( servant and hereditary vassal ) and meant genin ( servants who served their masters as slaves ) and hokonin ( a servant ) who were in personal slavery and served their master by providing roeki ( labor service ) as Fudai permanently and patrimonially in the agricultural community of modern times . +1 Nagaaki INAGAKI ( also known as Nagaakira INAGAKI ) was the sixth lord of Toba clan of Shima Province . +1 FUJIWARA no Yoshitaka ( 954 - November 8 , 974 ) was a court noble and poet in the mid-Heian period . +1 Tentoku Dairi Uta-awase ( Imperial Palace Poetry Contest in the Tentoku era ) was a poetry contest hosted by Emperor Murakami on May 3 , 960 . +1 Kajin no Kigu is a political fiction written by Sanshi TOKAI ( Shiro SHIBA ) . +-1 Soni is part of Buddhist terminology that means listening to the precious views of a priestly mentor . +1 Michihira NIJO ( 1287 - March 7 , 1335 ) was a court noble from the end of Kamakura period to the beginning of the Northern and Southern Courts period . +-1 A list of historical material concerning the Muromachi period of Japan +-1 The blade technique is a technique of removing vertically-long lithic flakes from stone , which emerged during the upper Paleolithic period and characterizes the period . +1 Tokimune SOGA ( 1174 - June 29 , 1193 ) was a samurai , who lived during the early Kamakura period . +1 Miketsukuni indicated the supply provinces making offerings , namely the province that was assumed to supply food ( secondary diet component except for grain ) , mainly marine products , to the Imperial family and Imperial court , from ancient Japan to the Heian period . +-1 Shiki was a rank in government offices under the ritsuryo system . +-1 Takatsu Station , located in Ayabe City , Kyoto Prefecture , is a stop on the Sanin Main Line , which is operated by the West Japan Railway Company ( JR West ) . +1 Kuni no Miya was the Miyake ( house of an imperial prince ) established by Fushimi no Miya Imperial Prince Kuniie 's fourth Prince , Kuni no Miya Imperial Prince Asahiko during the early Meiji period . +1 Yamatohime no Okimi ( year of birth and death unknown ) was a member of the imperial family who lived in the Asuka period . +1 FUJIWARA no Korekimi ( 727 – October 12 , 789 ) was a court noble in the late Nara period . +1 Anjo no Goei ( or Miei ) is a color portrait on silk of Shinran Shonin attributed to Hogen ( the second highest rank for Buddhist priests ) Choen in 1255 during the Kamakura period . +1 Imperial Princess Kibi ( year of birth unknown - March 20 , 729 ) is the second daughter of Prince Kusakabe and Empress Genmei . +1 FUJIWARA no Kiyotsura ( 867 - July 29 , 930 ) was a noble who lived in the Heian period . +1 Genkaku Inseki INOUE ( 1605 - March 2 , 1673 ) was an Igo ( board game of capturing territory ) player . +-1 Buke Shohatto refers to the code by which Edo bakufu ( Japanese feudal government headed by a shogun ) governed the territorial lords during the Edo period . +-1 Shinsaku-Noh refers to songs of noh which were written in and after Meiji period . +1 Imperial Princess Muneko ( August 20 , 1126 - September 9 , 1189 ) was the daughter of Emperor Toba ( her mother was Empress FUJIWARA no Shoshi ) , and she had two maternal brothers , Emperor Sutoku and Emperor Goshirakawa . +1 TAIRA no Kunika ( year of birth unknown-March , 935 ) was a busho ( Japanese military commander ) lived in the mid-Heian period . +-1 " Dojo-ji Temple " is a Nogaku piece that is based on the Legend of Anchin and Kiyohime which has been passed down in Dojo-ji Temple , Kishu Province ( present day Wakayama Prefecture ) . +-1 Ein Kanjo means the system of teachings of Daigo-ji Temple Sanpo-in , a temple of the Tozan school of Shugendo ( Japanese mountain asceticism-shamanism incorporating Shinto and Buddhism concepts ) , or a ritual conducted in the manner of Ein Horyu ( ritual of the Ein school ) . +-1 The Oshikoji-dori Street is a street running east-west through Kyoto City . +-1 Shisho Station , located in Kamifukui , Maizuru City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by Kitakinki Tango Railway ( KTR ) . +-1 Kugoden refers to rice fields to cultivate rice ( Kugomai ) for emperor 's meals ( Kugo ) . +1 Yagi 's Double Year Theory is a theory that Soji YAGI insists the existence of mythological Emperors . +1 MINAMOTO no Tomochika ( year of birth and death unknown ) was an official and poet of the early Kamakura period . +-1 Shotoku sect is one of Japanese Buddhism sect for which Horyu-ji Temple in Ikaruga-cho , Ikoma-gun , Nara Prefecture is Sohonzan ( Grand Head temple ) . +1 Sanenatsu TOIN ( 1315 - July 6 , 1367 ) was a court noble ( Naidaijin ( minister of the center ) ( Jimyoin-to ( Imperial lineage from Emperor Gofukakusa to Emperor Gokomatsu ) ) who lived in the period of the Northern and Southern Courts . +-1 Soshitsu SEN is the name of the head of Urasenke which is one of the tea schools . +-1 Tokatsu Eiga-sha Film Company ( established in 1931 - dissolved in 1932 ) is a film company once existed in Kyoto . +-1 A sakushazuke is a book which lists the writers of noh plays . +-1 " Kyuji " is regarded to be a history book handed down by each clan , which was used as basic information for editing " kiki " ( the Kojiki and Nihonshoki ) , but it was lost and is not existent , just like " Teiki " ( a genealogy of the imperial family ) . +1 Tagishimimi no mikoto ( year of birth unknown - 585 B.C. ) , was a member of the Imperial family , who lived during the Kofun period ( tumulus period ) . +-1 Jimoku ( aka Jomoku ) refers to a ceremony to appoint officials of kyokan ( an official of the Capital ) and gekan ( a provincial official ) after the mid Heian period . +1 Takayo MOZUME ( March 18 , 1817 - January 2 , 1883 ) was a scholar of Japanese classical literature from Bungo Province . +-1 Kibuneguchi Station , located in Kurama Kibune-cho , Sakyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Kurama Line , which is operated by Eizan Electric Railway . +1 Tsunetoyo HIROHATA ( August 7 , 1779 - October 11 , 1838 ) was a court noble during the late Edo Period . +1 Ohime ( 1178-August 28 , 1197 ) was a woman who lived from the end of the Heian period to the beginning of the Kamakura period . +-1 Budo has developed from a traditional Japanese martial art ( " kobudo , " old budo ) , to which has been added the aspect of " geido " ( the way of artistic self-discipline ) , which aims for the perfection of character through practices to hone the skills , to the techniques to kill or conquer others . +-1 Mustard is a spice made from the seeds of Brassica juncea and related species . +1 Dairyu SAKURAGAWA ( his real name : Torakichi NISHIZAWA , 1809 - March 29 , 1890 ) was Soke ( the owner of the highest-graded patches of land under the stratified land ruling structure of Shoen , the same as Honke in this manner ) of Koshu ondo ( the folk dance around Shiga prefecture ) . +-1 Yodogimi shu refers to the arts handed down from father to son , selected by Utaemon NAKAMURA the fifth . +-1 Magohashi-dori Street is a street running east-west through the western part of Sakyo-Ward , Kyoto City . +1 Jutaro MATSUMOTO ( October 5 , 1844 - June 20 , 1913 ) was Japanese businessman . +-1 Kayano-hime ( or Kayanu-hime ) is a god ( Shinto ) of grass appearing in Japanese mythology . +1 " Gyoko " ( Miyuki ) is a Japanese term used to refer to the visit of the Emperor . +1 Genpo OE ( May , 1729 - March 26 , 1794 ) was a Confucian scholar and a composer of Chinese poems in the late Edo period . +1 Hironori NAITO was a busho ( Japanese military commander ) lived in the late Muromachi Period +1 Ryomen-sukuna is a specter that was said to have appeared in Hida Province in ancient times , in the reign of Emperor Nintoku . +-1 Wajinchi is an area division in Hokkaido in the early-modern times . +1 FUJIWARA no Tadafusa ( year of birth unknown - January 19 , 929 ) was a retainer of the Imperial Court , court music and dance performer and poet in the early Heian Period . +-1 Myomokusho was a book on the study of ancient courtly traditions and etiquette written by Sadaijin ( minister of the left ) Sanehiro TOIN during the mid Muromachi period . +1 Sanemoto GOTO ( year of birth and death unknown ) is a military commander who lived during the last days of the Heian period . +1 Kannamesai ( a.k.a. Kanname no Matsuri , Kannie no Matsuri ) is a rite and festival of Ise-jingu Shrine and the imperial court . +1 Yone ( 1580 - January 18 , 1586 ) was the eldest daughter of Kazutoyo YAMAUCHI , a Japanese military commander who lived during the Azuchi-Momoyama period , and she was Kazutoyo 's only biological child . +1 Yoru-no-otodo is the bed room for the emperor in Seiryoden . +-1 New art movements in the Taisho period refers to avant-garde art movements under strong influence of overseas art trends ( particularly Mirai-ha [ Futurism ] and Dada ) in the Taisho period ( from the late 1910s to the early 1920s , but mainly in the early 1920s ) . +1 TAIRA no Tsunetaka ( 1180-July 1255 ) was Kugyo ( the top court officials ) in the middle of the Kamakura period . +-1 Taka no kunimiyatsuko 高国造 was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the north part of Hitachi Province . +-1 Ehomaki ( written as 恵方巻 or 恵方巻き ) refers to the maki-zushi ( sushi roll ) eating which on the day of Setsubun ( the traditional end of winter ) is considered to bring good luck , or the custom centered around the Kinki region of eating the ehomaki . +1 SOGA no Akae ( circa . 623 - date of death unknown ) was a person in the Asuka period . +-1 Toso is the name for medicinal alcoholic beverages that people drink on New Year 's Day in the hope of being free from noxious bad spirits that cause illness and other misfortunes during the coming year , as well as for their longevity . +1 Koetsu HONAMI ( 1558 - February 27 , 1637 ) was a calligrapher and artist during the early Edo Period . +-1 Bishamonten ( vaizravaNa in Sanskrit ) is a Buddha of the Tenbu , deities who reside in a heavenly realm , this being one of six realms in which the souls of living beings transmigrate from one to another , in Buddhism . +1 Kido OKAMOTO ( November 11 , 1872 - March 1 , 1939 ) was a novelist and playwright . +-1 The Conspiracy of Yoshikazu HIKI is a coup within the Kamakura bakufu that took place on October 15 , 1203 in the early Kamakura period . +1 Takatane TAKAHASHI ( year of birth unknown - 1535 ) was a daimyo who ruled Chikugo Province in the Sengoku period ( period of warring states ) . +-1 Important Intangible Folk Cultural Property refers to intangible folk culture which people have created in their daily lives and passed on to subsequent generations , such as manners and customs , folk performing arts , occupations , religious faiths , folk techniques related to clothing , food and housing , and festivals , and which have been designated as especially important by the national government . +-1 Ueda Soko School is one of the tea ceremony schools and also one of the buke sado ( the tea ceremony of samurai family ) which has been handed down in the Ueda family , the former chief retainer of the Asano family in the Hiroshima domain . +1 Tomotsune AKAZAWA was a Japanese military commander who lived during the Sengoku Period ( Period of Warring States ) , or the late Muromachi period . +1 Emperor Sujin ( 148 B.C. - January 9 , 29 B.C. ) was the tenth emperor of Japan ( reigned from February 17 , 97 B.C. to January 9 , 29 B.C. ) recorded in " Kojiki " ( The Records of Ancient Matters ) and " Nihon Shoki " ( The Chronicles of Japan ) . +-1 Kubomi-ishi ( hollow stones ) refers to the stone tools that have a shallow hollow almost in the center of fist-sized round gravel and elliptic gravel . +-1 Namikawa Station , located in Tsuchida , Oi-cho of Kameoka City , Kyoto Prefecture , is a stop on the San 'in Main Line ( Sagano Line ) of West Japan Railway Company ( JR West ) . +-1 Mokoshi is a small roof-like structure attached to walls under eaves in Buddhist halls , Buddhist towers or tenshukaku ( keeps or towers of castles ) . +-1 The term " shitagasane " refers to an inner robe which is put on between ho ( outer robe / vestment ) and hanpi ( sleeveless body wear ) when wearers put on a sokutai ( traditional ceremonial court dress ) or an ikan shozoku ( traditional formal court dress ) . +1 Unkoin ( March 16 , 1555 - February 16 , 1637 ) was a concubine of Ieyasu TOKUGAWA +1 Daijoin Nikki Mokuroku is the book recording the politics , social events , culture , and the history of religion written by Jinson , the 27th Daisojo ( highest ranked priest among Japanese Buddhist monks ) of Daijoin-Temple , which is the related temple of the nobility oriented / established Kofuku-ji Temple in Nara Prefecture . +1 Rikyu is an Imperial villa which is separate from the Imperial Palace or Palace . +1 Sanenaru OGIMACHISANJO ( December 5 , 1820-October 20 , 1909 ) was Kugyo ( a Court noble ) from the latter part to the end of the Edo period and a politician in the Meiji period . +1 Masukagami is a historical tale . +1 KOREMUNE Tadayasu ( also known as Uemon no jo Hashiguchi , year of birth unknown - 1179 ? ) was a descendent of the Hata clan and a Samurai of Kyoto , who served Sekkan-ke ( namely , the families which produced the Regent and the Chief Adviser to the Emperor ) . +1 Atsutane HIRATA was a scholar of Japanese classical literature and a Shintoist in the late Edo period . +-1 Hiruko ( Ohirukomuchi no Mikoto , Hiruko no Kami , Hiruko no Mikoto ) is a god that appears in Japanese mythology . +1 FUJIWARA no Takatada ( 1163 - 1245 ) was a court noble who lived around the end of the Heian period to the beginning of the Kamakura period . +-1 Iromuji is a type of traditional clothes in Japan which is a plain kimono of color other than black with no patterns woven in . +1 NARA Yoshinari no imouto ( Yoshinari NARA 's younger sister , years of birth and death unknown ) was known as a chaste woman who lived in the Azuchi-Momoyama period . +1 Nobutsune OINOMIKADO ( 1355 - year of death unknown ) was a Court noble during the period of Northern and Southern courts ( Japan ) . +-1 Miyoshi clan belongs to Shinano Genji ( Minamoto clan ) and it is the descendants of shugo ( a provincial government ) Ogasawara clan in Awa Province in Kamakura period . +-1 The Nishigori family was a toshoke ( within the hereditary lineage of court nobles allowed to enter the tenjonoma in the palace ) down line of the Urabe clan . +-1 Sacred Sites and Pilgrimage Routes in the Kii Mountain Range is a World Heritage ( Cultural heritage ) registered for the three sacred sites and pilgrimage routes ( Kumano-kodo Road , Omine Okugake-michi Road , Koyasan Choishi-michi Road ) in Kii Mountain Range straddling Wakayama , Nara , Mie Prefectures . +1 Shohaku ( 1443 to May 14 , 1527 ) was a traditional Japanese poet who lived during the Muromachi period . +-1 Kameosa is a Japanese specter that is introduced in " Hyakki Tsurezure Bukuro " ( One hundred bags in idleness ) , a collection of specters illustrations by Sekien TORIYAMA . +1 " Dairi " is the emperor 's private area in the palace of ancient walled city . +-1 Shukongo-shin is a Buddhist Goho zenjin ( good deities protecting dharma ) and is also referred to as Kongoshu and Jikongo . +-1 Ametsuchi no Uta ( literally , song of heaven and earth ) is a pangram , which contains all the kana ( the Japanese syllabary ) characters as syllables of song . +1 Kaijo ( 724 - October 29 , 781 ) was a Buddhist priest in the Nara period . +1 Yoshitoki HOJO served as the second regent to the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +1 Imperial Prince Atsumi ( 893 - April 14 , 967 ) was the 8th prince of the Emperor Uda . +1 Kanehira TAKATSUKASA ( 1228 - August 30 , 1294 ) was a Kugyo ( top court official ) during the Kamakura period . +-1 The Shitenno-ji Temple building layout ( Shitenno-ji shiki garan haichi in Japanese ) is one of the representative styles of temple building layout in the Asuka period . +1 Takefurukuma no mikoto ( 武振熊命 ) was a figure in the Kofun period ( tumulus period ) , whose name was also written as 建振熊命 ( Takefurukuma no mikoto ) and who was also called Naniwanekotakefurukuma ( 難波根子建振熊 ) . +-1 Amakashinimasu-jinja Shrine is located on Amakashi-no-oka Hill in Asuka-mura , Takaichi-gun , Nara Prefecture . +-1 Metsuke is +1 Magoshichiro SUGI ( February 13 , 1835-May 3 , 1920 ) is a Japanese samurai , from the Choshu Domain . +-1 Shuppinshu is an alcohol beverage brewed for the purpose of entering the shows or competition . +-1 Seven Shikobuchi ' means major seven shrines which enshrine ' Shikobuchi gods , ' which are the gods of belief native to Ado-gawa River basin , runs Kyoto Prefecture and Shiga Prefecture . +-1 The toji union is a union organized by toji ( sake brewers ) who are professionals of sake production . +1 Koen OTANI ( February 27 , 1875 - February 6 , 1943 ) was a Jodo Shinshu ( the True Pure Land Sect of Buddhism ) monk who was the 23rd Hossu ( head priest ) of the Otani School of the Jodo Shinshu . +1 Tatsuko KYOGOKU ( date of birth unknown - October 22 , 1634 ) was a woman who lived during the Sengoku period ( period of warring states ) ( Japan ) and early Edo period . +1 Takamori SAIGO ( December 27 , 1828 according to the old calendar ( Gregorian calendar : January 23 , 1828 ; Julian calendar : January 1 , 1828 ) - September 24 , 1877 of the Gregorian calendar ) was a Japanese samurai who served as a feudal retainer , soldier , and statesman of the Satsuma clan . +-1 Kyoto Gyoen National Garden is a national garden located in Kamigyo Ward , Kyoto City , Kyoto Prefecture . +-1 Flake is a thin piece of stone removed from ore by percussion . +-1 Gokenin is a word used to describe the samurai retainers of the shogun but its meaning differed between the middle ages and early modern period . +1 Motomasa KANZE ( 1394 or around 1401 - August 26 , 1432 ) was a playwright and an actor of Noh ( traditional masked dance-drama ) during the Muromachi period . +1 Imperial Prince Tsuneyo ( 805 - June 13 , 826 ) was a member of the Imperial Family during the early Heian period . +-1 The Takoyakushi-dori Street is a street running east-west through Kyoto City . +1 Iitoyo no himemiko ( 440 ? - 484 ) was one of Imperial family ( the royal family ) during the end of fifth century , according to " A Record of Ancient Matter " and " Chronicles of Japan . " +-1 Tenri Municipal Kurozuka Tumulus Museum is a museum in Tenri City , Nara Prefecture . +-1 The name of Saiin was given to a Priestess who served at the Kamo-jinja Shrine from the Heian to the Kamakura period , or at the residence of the Priestess . +-1 A daikan ( local governor ) meant a person , who performed the public administration and construction in a designated territory on behalf of his monarch ( state ) , and his rank . +-1 Keiji refers to the area made up of Kyoto Prefecture or Kyoto City ( hereinafter , collectively written as ' Kyoto ' ) and Shiga Prefecture ( hereinafter , written as ' Shiga ' ) . +-1 Sencha is a kind of Japanese tea . +1 The term " Thirty Six Immortal Women Poets " refers to the thirty-six female poets whose poems were selected for the ' Poetry Contest of the Thirty Six Lady Poets , ' which was established in the middle of the Kamakura period . +1 TAIRA no Kiyotsune ( 1163 - April 11 , 1183 ) was the third son of TAIRA no Shigemori . +1 Haruhisa ODA ( 1283 February 10 - January 16 , 1353 ) is a busho ( Japanese military commander ) from the late Kamakura period into the period of the Northern and Southern Courts ( Japan ) . +-1 Hoshi-imo is made from sweet potato through the processing of steaming and then drying . +1 Suetomo SANJONISHI ( March 20 , 1811-August 24 , 1880 ) was a Kugyo ( the top court officials ) during the end of the Edo period and a High official during the Meiji Era . +1 Mujaku Dochu ( September 16 , 1653 - January 25 , 1745 ) was a gakuso ( scholar priest ) of Myoshin-ji Temple school of the Rinzai sect of Zen during the Edo period . +-1 Kongocho-kyo ( Diamond Peak Sutra ) is a general term for assorted ' Kongocho-kyo ' texts that were compiled one after another by a group called " Shoe Kongocho-kyo " ( sarvatathāgatatattvasaṃgrahaṃ nāma mahāyānasūtraṃ , or " Mahayana Sutra Named as a Collection of All the Truth of Nyorai , " abbreviated as " Shinjitsu Sho-gyo " ) . +-1 The Mineyama Naval Air Squadron was one of the squadrons of the Imperial Japanese Navy . +-1 Kikugoro ONOE , the Seventh ( October 2 , 1942 - ) is a Japanese actor and a kabuki actor , and the present head of the profesional name of kabuki , ' Kikugoro ONOE . ' +-1 Kitano is the name of a place in Kyoto . +-1 Fujiwara shi kyodai / Fujiwara yon kyodai ( Four Fujiwara Brothers ) was the historical term that refers to the four sons of FUJIWARA no Fuhito who held the reins during the Tenpyo era ( 729-748 ) in the early Nara period . +-1 Tochokufu refers to a Daijokanpu ( the official documents of the Daijokan , the office of the supreme political leader ) to deliver and enforce the order of the Emperor . +1 FUJIWARA no Keishi ( also Tsuneko , year of birth and death unknown ) was a court lady during the latter half of the Heian period . +-1 The Yokooji family house is a historical example of architecture located in Kaminofu , Shingu-machi , Kasuya-gun , Fukuoka Prefecture . +-1 Oban-gashira Or Obanto have the following meanings : +-1 " Sangen " is another name for the shamisen , a Japanese traditional musical instrument . +1 Hisatsune SHIMAZU ( 1225 – May 7 , 1284 ) was a busho ( Japanese military commander ) in the middle Kamakura period . +1 Shunkin URAGAMI ( 1779 - June 16 , 1846 ) was a Japanese literati painter who lived during the late Edo period . +-1 Jisha kogyoho was a series of ordinances that imperial court authority and bakufu ( Japanese feudal government headed by a shogun ) authority enforced to repair the main shrine buildings and the Buddhist temples of the religious institutions and to promote the strict observance of Shinto rituals and Buddhist memorial services . +-1 Magatama ( also written with the characters for " curved jewels " ) have been used for personal adornment in Japan since ancient times . +1 Uchizane ICHIJO ( 1276 - February 15 , 1305 ) was Kugyo ( a Court noble ) in the Kamakura period . +1 WAKE no Hiromushi ( 730-799 ) was a lady-in-waiting in the Nara period . +-1 Kashiwamochi is a Japanese confectionery made by doubling a flatly rounded rice cake , putting bean jam in the middle , and wrapping it in an oak leaf or a leaf of Smilacaceae . +1 Empress Jingu ( A.D. 170 - June 3 , A.D. 269 ) was a wife of Emperor Chuai . +-1 Naishoryo is one of the ranks outside the Ritsuryo system belonging to the Nakatsukasa-sho ( Ministry of Central Affairs ) under the Ritsuryo system . +-1 Jushichijo Kenpo was a code consisting of 17 articles , which was described under the article of May 9 , 604 of " Nihonshoki " ( Chronicles of Japan ) and " Sendai Kujihongi " ( Ancient Japanese History ) as follows : ' In summer on May 9 , the Crown Prince himself wrote 17 articles of constitution . ' +-1 Ienoko are constituent members of bushidan ( warrior bands ) . +1 Nagaoki OMIYA ( 1412 - December 5 , 1499 ) was a government official ( of low to medium rank ) in the late Muromachi period . +-1 Kuragaki no Sho was a manor in Imizu-gun , Ecchu Province that existed from the late Heian period to the Sengoku period ( period of warring states ) . +-1 Yasuie HOJO ( ? - 1335 ) was from the Hojo family which existed in the period of the Northern and Southern Courts ( Japan ) . +-1 Kubizuka ( tomb of heads ) is a tomb for the repose of those souls whose heads ( kubi ; literally means neck in Japanese ) were severed because they were killed in battles and the likes , or captured , or punished by beheadings . +-1 The Sengoro SHIGEYAMA family is one of the most famous families in Kyogen ( a comic interlude performed during a Noh program ) and their Kyogen style belongs to that of the Okura-ryu school . +-1 Seikyo-sha was an opinion group and publishing house , which was established with a total of thirteen people as Dojin ( coterie ) . +1 Yoshitsugu MIYOSHI was a daimyo ( Japanese territorial lord ) in Kawachi Province in the Sengoku period ( period of warring states ) . +1 Noritomo KITABATAKE ( 1423-April 22 , 1471 ) was a Kugyo ( court noble ) lived in the middle of the Muromachi period . +-1 The Hamuro family were kuge ( court nobles ) with kakaku ( family status ) of meike ( the fourth highest status for court nobles ) . +1 Soseki ( 1474 – May 28 , 1533 ) was a linked verse poet during the Sengoku period ( period of Warring States ) . +1 Ashihara no Nakatsukuni heitei is a narrative of the Japanese mythology , in which Amatsu kami ( god of heaven ) was given Ashihara no nakatsukuni by Kunitsu kami ( god of the land ) . +-1 Chigyo is a history-related concept indicating a territory-controlling right executed by territorial lords during the medieval period and early-modern times in Japan . +1 Yutaka NOMI ( 1869 - 1903 , date of birth and death unknown ) was a priest of the Otani school of the Shinshu sect and a Buddhist scholar who explored Tibet . +-1 The Suzuki clan is one of the representing seishi ( hereditary family name ) in Japan . +-1 Kasujiru is a soup made by dissolving sake lees or a mix of sake lees and miso in broth and adding some ingredients , which are often carrot , daikon ( Japanese radish ) , or fish . +1 Sadayuki HOJO was a busho ( Japanese military commander ) of the end of the Kamakura period . +-1 Shinabe ( technicians in offices ) , or ' shinashinano tomonowo ' or ' tomono miyatsuko ' in the Japanese way of reading , refers to the human group or organization in ancient Japan . +-1 Omiyame-jinja Shrine is a Shinto shrine located in Omiya-cho , Kyotango City , Kyoto Prefecture ( formerly Omiya-cho , Naka County ( Kyoto Prefecture ) ) . +-1 Togu-no-fu was a kind of educational officer that worked for the Togu ( Crown Prince ) as stipulated in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Imperial Princess Fuwa ( around 723 - around 795 ) was a member of the imperial family in the Nara period . +-1 Abura-no-koji dori Street is one of the major north-south streets of Kyoto City . +1 Michiyo NAKA ( February 6 , 1851-March 2 , 1908 ) was a historian in the Meiji period . +-1 Byobu nozoki ( literally , a voyeur at a folding screen ) is one of Japanese yokai ( specters , monsters , spirits and ghosts ) drawn in Sekien TORIYAMA 's yokai art collection book " Konjaku Hyakki Shui " ( Supplement to The Hundred Demons from the Present and the Past ) . +-1 The Museum Yamatobunkakan is a private museum that displays mainly oriental antique arts . +-1 Geigi refers to geisha ( Japanese singing and dancing girl ) or young geisha that add zest to banquets and entertain customers by performing traditional Japanese dance , songs with shamisen accompaniment , long epic song with shamisen accompaniment , and a Japanese band using traditional musical instruments . +-1 Kyoto Kagetsu Theater was a theater belonging to Yoshimoto Kogyo Co . , Ltd . +1 Naojiro HARADA ( October 12 , 1863 - December 26 , 1899 ) was a Western-style painter . +-1 The Toei Kyoto Movie Studio is located in Uzumasa , Ukyo Ward , Kyoto City . +-1 An obi ita is an accessory used to set the shape of obi ( sash ) . +-1 Based on the spirit of mercy of Buddhism , Hidenin Temple was built for the salvation of the poor and orphans . +1 Nichio ( July 5 , 1565 - April 22 , 1630 ) was a Nichiren sect priest from the Azuchi-momoyama to the early Edo period . +-1 Honganji Shonin Denne is a Buddhist scroll which illustrates the life of Shinran , the founder of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) with narration . +1 Tadao ARAI ( March 5 , 1835 - February 15 , 1891 ) was Shoshi shirabeyaku ken kansatsu ( Shinsengumi 's organizational post for investigating movements of the opponents and keeping the Shinsengumi members under control ) of the Shinsengumi . +-1 Yumoji is a type of female inner wears . +-1 Shikibu-sho ( Ministry of Ceremonial ) was one of the eight central ministries under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +-1 Fumai-ryu school is one of tea ceremony schools which was founded by Fumai MATSUDAIRA and was handed down within the Matsue Domain . +-1 Ono clan was a clan which was active from the early seventh century to the middle of the Heian period . +-1 Moriyamajuku is the 67th post station on the Nakasen-do Road ( = > The 69 Stations of Nakasen-do Road ) and is located in Moriyama City , Shiga Prefecture . +1 Princess Tomoko ( March 10 , 1738-September 28 , 1771 ) was a member of the Imperial family in the late Edo period , and the lawful wife of Ieharu TOKUGAWA , the tenth Shogun . +-1 Jodo-in Temple is a Buddhist convent belonging to the Pure Land sect located in Kamigyo Ward , Kyoto City . +-1 Obiko no Mikoto ( year of birth and death unknown ) was a member of the Imperial Family . +1 Hidetsugu TOYOTOMI / Hidetsugu HASHIBA was a busho ( Japanese military commander ) , daimyo ( Japanese feudal lord ) and Kanpaku ( chief adviser to the Emperor ) from the Sengoku period ( period of warring states ) ( Japan ) ( the end of the Muromachi period ) to Tensho period . +-1 A keyhole-shaped tumulus ( called zenpo koen-fun in Japanese ) is a form of kofun ( tumuli ) in Japan . +-1 Ishiyama-dera Temple is a To-ji Shingon sect temple located at 1-chome , Ishiyama-dera , Otsu City , Shiga Prefecture . +-1 Engi Gishiki was one of Gishiki ( Court rule and customs Books ) considered to be compiled during the Engi era at the beginning of the Heian period . +-1 The Hirata family was a low ranked court official family called ' jigeke , ' of the Nakahara clan line . +-1 The site of Kamiyodo abandoned temple is an archaeological site of an ancient temple extended over Sakurada , Hogyo and Kakisago of the Fukuoka area , Yodoe-cho , Yonago City , Tottori Prefecture . +1 Hisashige TANAKA ( October 16 , 1799 - January 11 , 1881 ) was an inventor nicknamed ' Thomas EDISON of the East ' and " Karakuri ( gimmick ) Giemon , " who lived from the Edo Period through the Meiji Period . +1 Ryusan Tokuken ( 1284 - December 22 , 1358 ) was a priest of the Rinzai Sect from the late Kamakura period to the period of the Northern and Southern Courts . +1 Yoshiuji ASHIKAGA was a busho ( Japanese military commander ) during the early Kamakura period . +1 Hidesada KONISHI was a child of Yukinaga KONISHI and his concubine . +-1 The Kishu Tokugawa family was one of branches of the Tokugawa family and one of Tokugawa Gosanke ( three privileged branches of the Tokugawa family ) , which governed Kii Province and Ise province during the Edo period +-1 Makie is the technique of Japanese lacquer art . +1 Fusahiro TAKATSUKASA ( September 6 , 1710 - June 9 , 1730 ) was a Court noble who lived during the Edo period . +-1 Dajokan bills are paper currency issued by the Meiji government from May 1868 until June 1868 . +1 Tatsunosuke ONOE is a Kabuki ( traditional drama performed by male actors ) actor . +-1 The fu or kannagi , also called " fugeki , " refers to those who worship and serve gods and take responsibility for conveying gods will to secular people . +-1 " Heart of Great Perfect Wisdom Sutra ( Hannya Shingyo , Prajñā-pāramitā-hṛdaya in Sanskrit ) " is one of the Buddhist sutras that preaches the Ku ( Buddhism ) of Mahayana Buddhism and Prajna thought . +-1 Kuramaichichigyo , also known as Kuramaikyuyo , was a system in which the Edo bakufu ( Japanese feudal government headed by a shogun ) and domains provided kuramai ( written as 蔵米 or in the case of the bakufu as 廩米 - rice preserved in a depository ) to their vassals as horoku ( salary ) instead of chigyo-chi ( territory ) . +-1 An ama is an unmarried woman over the age of 20 or a woman who becomes a priestess after the period of Shamini ( a female Buddhist novice ) , even though she has been married . +1 Miyasundokoro or Miyasudokoro +1 " Un " is a novel written by Ryunosuke AKUTAGAWA in his early period . +1 Saburo MAGOSHI ( around 1848 - around 1887 ) was a Shinsengumi member who had come from Tokushima Domain in Awano Province . +-1 Ohara zakone is a custom that existed in the Ohara region , where a large number of people would all sleep together in one room on the night of Setsubun ( the traditional end of winter ) in Efumi-jinja Shrine in Ide , Ohara Village , Atago County , Kyoto Prefecture ( present day Oharanomura-cho , Sakyo Ward , Kyoto City ) . +1 Ikunosuke MATSUYAMA ( year of birth unknown-August 7 , 1864 ) was a member of Shinsengumi ( special police who guarded Kyoto during the end of Tokugawa Shogunate ) . +1 MINAMOTO no Narimasa ( year of birth and death unknown ) was a court noble during the late Heian Period . +-1 The Takayasu school is one of Noh schools . +1 Kine OGIMACHISANJO ( 1494 - March 8 , 1578 ) was a Kugyo ( top court official ) during the late Muromachi period ( the Sengoku period ( period of warring states ) ) . +1 Yasuori WAKISAKA ( March 30 , 1809 - January 10 , 1874 ) was a politician at the end of Edo period and the ninth lord of the Tatsuno Domain of Harima Province . +-1 A regent ( Sessho ) , in a state with a monarchy , is the practice of carrying out government and national affairs in place of the monarch , or the post that does so , when the monarch is unable to do so because he is an infant , ill or not in the country . +-1 The Kosei Line is a railway line ( arterial line ) of the West Japan Railway Company ( JR West ) that runs between Yamashina Station in Yamashina Ward , Kyoto City , Kyoto Prefecture , and Omi-Shiotsu Station in Nishiazai-cho , Ika-gun , Shiga Prefecture . +1 TAIRA no Kanetada was a military aristocrat of the Juryoso ( career provincial official class ) , which was called " Tsuwamono " ( soldiers ) , who lived during the Heian period . +1 FUJIWARA no Takafusa ( 1148 - 1209 ) was a kugyo ( high-ranking court official ) who lived from the end of the Heian period to the early years of the Kamakura period . +1 Kanmon Nikki is the diary of Imperial Prince Fushiminomiya Sadafusa ( Gosukoin , 1372 - 1456 ) . +1 Waichiro MOTOI ( 1843 - date of death unknown ) was from Kasuzaki , Kariwa County , Echigo Province and belonged to the Shinsengumi for only a short time . +-1 Genshi Kimyo-dan was a school which used to exist in the Tendai sect . +-1 Jogo was a system by which those aspiring to a government post would either pay directly to gain an appointment , or pay for expenses that would otherwise have had to be paid from the coffers of the Imperial Court , such as those incurred in carrying out public functions or events for the Imperial Court , building or repairing the palace , or repairing the buildings and pagodas of shrines and temples . +-1 The fushin bugyo was a post held by hatamoto ( direct retainers of the bakufu , which is a form of Japanese feudal government headed by a shogun ) during the Edo period . +-1 " Kagetsu " is a yukyomono ( musical entertainment piece ) Noh play . +1 Kimi no Kotachi was a government official of the late Nara Period and his name was recorded in " Shoku Nihongi " ( Chronicle of Japan Continued ) . +1 Shoko UEMURA ( November 4 , 1902 – March 11 , 2001 ) was a Nihonga ( Japanese-style painting ) artist . +-1 Chodai is a tent-shaped screen with about 242 square centimeters which was built as a nobility 's living room or bedroom . +-1 Kiriboshi daikon ( or simply called kiriboshi ) is a dried product of daikon ( Japanese radish ) . +-1 The Oei Invasion ( known in Korea as the Gihae Eastern Expedition , with Gihae being a reference to the year 1419 ) refers to a raid on the Japanese island of Tsushima by Joseon Korean forces that occurred in 1419 ( the 26th year of the Oei era , from which the Japanese name is taken ) , meaning that it took place during the Muromachi period according to the standard classification of Japanese history . +1 Suichiku NAKAMURA ( male , 1806-January 6 , 1872 ) was a Japanese tenkokuka ( artist of seal engraving ) in the end of Edo period , +1 In " The Tosa Diary , " KI no Tsurayuki wrote about his thoughts and the events that occurred on his journey from Tosa Province to Kyoto . +-1 Isuien Garden is kaiyushiki garden located in Nara City , Nara Prefecture . +-1 The Minister of the Left was a government post in the Daijokan ( Grand Council of State ) , the central administrative body of the Imperial Court . +-1 A ryokan is a guest house that accommodates visitors for a fee , usually in a Japanese style building with traditional furnishings . +1 Toko AKAHASHI ( 1306 - June 2 , 1365 ) lived in the Kamakura period , the Northern and Southern Courts period and the Muromachi period and was the legitimate wife of Takauji ASHIKAGA , who was the first Seii Taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +1 FUJIWARA no Tamenori ( years of birth and death unknown ) was the 11th Head of the Fujiwara clan after the Founder of the clan " FUJIWARA no Kamatari . " +-1 Katsuragi Mitoshi-jinja Shrine is located in Ose City , Nara Prefecture . +-1 Jakko-ji Temple is a Kenpon Hokke Sect temple located in Sakyo-ku Ward , Kyoto City . +-1 Kaiganbogyo-goyogakari was a governmental post of the Edo bakufu . +-1 Oinomikado family were kuge ( court nobles ) with kakaku ( family status ) of seigake ( the second highest family status for court nobles ) . +-1 The JR Nara Line is a railway line ( arterial line ) of the West Japan Railway Company ( JR West ) that runs between Kizu Station ( Kyoto Prefecture ) in Kizugawa City , Kyoto Prefecture , and Kyoto Station in the Shimogyo Ward of Kyoto City , Kyoto Prefecture . +-1 Toyokumono is a Shinto deity appearing in the story of the creation of heaven and earth ( the Japanese Mythology ) . +-1 The Shunnichi school is an extinct school of fue-kata ( flute players ) in Nohgaku ( the art of Noh ) . +1 Kagemochi Nagao was a warrior of Sgami Province during the Kamakura period . +1 Nanga is a term which came from Chinese Southern Sung paintings , and the term is unique to the Japanese language . +1 " Kokin Wakashu " was the first anthology of poems collected by Imperial command . +1 Taro NAKAMURA ( 1852 - May 14 , 1878 ) was a servant of Toshimitsu OKUBO ; the First Secretary of Interior . +-1 Naishi no suke was a government post in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) and an undersecretary ( a court lady ) of Naishi no tsukasa ( female palace attendants in kokyu [ empress 's residence . ] ) +1 Nichiryu ( 1385 - April 10 , 1464 ) was a mid Muromachi-period Buddhist monk of the Nichiren Sect . +-1 Taisho Roman ( often described in the Chinese character ' 大正浪漫 ' ) refers to a trend of thought or cultural events that conveys the atmosphere of the Taisho period . +1 Gensai KAWAKAMI ( December 25 , 1834 - January 13 , 1873 ) was a Japanese samurai of Sonno Joi ha ( supporters of the doctrine for restoring the emperor and expelling the barbarians ) ( statesman of the Kumamoto Clan ) . +1 Michie KOGA ( December 4 , 1709 - June 21 , 1761 ) was a Kugyo ( court noble ) during the middle of the Edo period . +-1 The imprisonment of the Risshisha is an incident in which the Yuzo HAYASHI and Taku OE , who were members of the Risshisha ( the political society ) were thought to form a plot in Kochi Prefecture with Munemitsu MUTSU , a councilor of the senate , to raise an army against the central government during the Satsuma Rebellion ( Satswuma War ) in 1877 . +-1 Daikokuten means Maha kala ( Sanskrit : , transliteration : 摩訶迦羅 ) that is a reincarnation of Shiva , a deity of the Hindu religion . +-1 Syakuhashi is the name of the bridge which appears on the Milky Way in a Chinese legend on the day of Tanabata star festival , the seventh of July in the old lunar calendar . +1 Saneuji SAIONJI ( 1194 - July 14 , 1269 ) was a court noble who lived in the first half of the Kamakura period . +1 Toshimitsu HINO ( 1260 - June 23 , 1326 ) was a Court noble who lived during the Kamakura period . +-1 Green laver is a seaweed of the Green algae Class Family Ulvaceae Genus Enteromorpha , and is a generic term for Enteromorpha prolifera , Enteromorpha linza , Enteromorpha compressa , Enteromorpha intestinalis , and the like . +1 TAIRA no Iehiro ( date of birth unknown - 1156 ) was a busho ( Japanese military commander ) who lived in the late Heian period . +-1 Mizuage has the following meanings . +-1 " Shomusata " is a term used in medieval Japan referring to disputes , suits , and trials over shoryo ( territory ) and nengu ( land tax ) . +-1 Fuke sect is a branch of Zen Buddhism in Japan . +-1 Kanbutsue is a ceremony that celebrates the birth of Buddha . +-1 The Hiraiwa school is an extinct school of fue-kata ( flute players ) in Nohgaku ( the art of Noh ) . +-1 Amenouzume ( Amanouzume ) is a deity who appears in Japanese Shinto mythology . +1 Nisshin ( 1561 - 1617 ) was a high priest of the Nichiren sect of Buddhism during the periods of Warring States ( in Japan ) and Azuchi-Momoyama period . +-1 Ruiju myogisho is a dictionary ( or glossary ) of Chinese characters , compiled in Japan between the late 11th century and the early 12th century . +1 Senhime ( May 26 , 1597 to March 11 , 1666 ) was a woman of the Azuchi-Momoyama and Edo periods , who was the primary wife of Hideyori TOYOTOMI and later of Tadatoki HONDA . +-1 Ingu kyu is a nenkan ( a right granted as a stipend to members of the Imperial family ( including the emperor ) , consorts of the emperor , some Court nobles , and so forth in order to nominate a person for a certain government post conferred on occasion of an annual installation as a government official ) and a nenshaku ( a right granted as a stipend to a retired emperor , the mother of the Emperor Dowager , the Empress Dowager , the Empress , and so forth in order to nominate a person for a certain rank on occasions of annual conferments of ranks ) given to Daijo tenno ( the Retired Emperor ) and Sannomiya ( empress ) . +1 Teiji NAKAI ( January 4 , 1932 - ) was a dyer from Kyoto City . +1 Taikenmonin no Horikawa ( dates of birth and death unknown ) was a female poet who lived during the late Heian period . +1 Senkan ( 918-January 23 , 984 ) was a priest of the Tendai Sect in the mid Heian period . +1 Munenobu MATSUI ( date of birth unknown - June 22 , 1560 ) was a Kokujin ( local ruling family ) who lived in Totoumi Province . +1 Yukihide NIKAIDO ( 1581 - date of death is unknown ) was sengoku busho ( military commander in the Warring State period in Japan ) from the Azuchi Momoyama period to the Edo period . +1 Kakugen ( 1000 - September 20 , 1065 ) was a Japanese Buddhist monk of Shingon Sect in the late Heian period . +1 TAIRA no Nobunori ( 1112 - March 30 , 1187 ) was a court noble in the late Heian period . +1 Kumaso is a name for the family that appear in " Kojiki " ( Records of Ancient Matters ) , " Nihonshoki " ( Chronicles of Japan ) , and the Japanese mythology . +1 Tokitomo KASAMA ( June 4 , 1204-February 26 , 1265 ) was a busho ( Japanese military commander ) of Hitachi Province in the Kamakura period . +1 FUJIWARA no Nagaie ( October 2 , 1005 - December 25 , 1064 ) was a court noble and a kajin ( waka poet ) in the end of the Heian period . +-1 Shosei-en Garden is a detached landholding in Shimogyo-ku Ward , Kyoto City , Kyoto Prefecture that belongs to Shinshu Honbyo ( Higashi Hongan-ji Temple ) , the head temple of the Otani school of the Shin Sect . +-1 Shin Karasuma-dori Street is a street running north-south through Kyoto City . +1 Saigyo ( 1118 - March 23 , 1190 ) was a monk and poet during the period between the cloister government and the Kamakura period . +-1 Mo is one type of kimono that constitutes Junihiote ( twelve-layer robe ) . +-1 The Aihara clan was a samurai family that played an active role during the Medieval Period . +1 Sonin HASEGAWA ( 1539 - March 17 , 1606 ) is a busho ( Japanese military commander ) , master of tea ceremony and painter in the Azuchi-momoyama period and the early Edo period . +-1 Zokuso ( zokugoto ) is the koto or the koto music from the time Yatsuhashi Kengyo reformed the koto music in the early modern ages of Japan , and his koto contrasts with gakuso ( the koto used in gagaku [ ancient Japanese court music and dance ] ) . +-1 Yamato Province is one of the ryoseikoku ( provinces ) once established under the local administration system in Japan . +1 Kanenobu HIROHASHI ( December 16 , 1366-October 21 , 1429 ) was a Kugyo ( top court official ) in the Muromachi period . +-1 Johyobun indicates the act of presenting a written document to a monarch or the document itself . +-1 Kugutsu were groups of people who traveled around the country and made a living in the performing arts , appearing on the records from around the ninth century . +1 Nobuyasu HIGUCHI ( December 31 , 1623 – July 16 , 1691 ) was a court noble of the early Edo period . +-1 Tetsudai Fushin was a large-scale civil engineering work done by territorial lords under the orders from the Toyotomi government and the Edo Shogunate . +1 Shoshun ( year of birth unknown - January 9 , 906 ) was a priest of the Shingon sect in the early to the mid Heian period . +-1 Inarizushi is a kind of sushi made of aburaage ( deep-fried tofu ) stuffed with rice . +1 Shinchoko-ki ( Nobunagako-ki ) is a biography of Nobunaga ODA , a feudal lord in the Azuchi-Momoya period in Japan . +1 Munesada YUASA ( year of birth and death unknown ) was a military commander during Japan 's Warring States period . +-1 Nihon Sankei means the three most scenic spots of Japan . +-1 Manzo ( kanji character is 万蔵 ) NOMURA is a stage name that has been handed down for generations of Kyogen ( farce played during a No play cycle ) actors of the Izumi school . +-1 Yamaga Domain included the areas in and around Yamaga in Ikaruga no kori ( Ikaruga County ) , Tanba Province as its territory . +1 Yukifumi TAGAWA was a gozoku ( a member of a local ruling family ) who lived in the Kamakura period , who claimed to be the gunji ( district manager ) of Tagawa District , headquartered in Tagawa District , Dewa Province ( or Uzen Province as a result of the later division of the Province ) ( currently Tagawa District , Tsuruoka City ) . +-1 Kirara-zaka Slope indicates the old road to the top of Mt . Hiei from the side of Shugakuin Rikyu ( the Shugakuin imperial villa ) in Shugakuin , Sakyo Ward , Kyoto City , and is also a road used by the ascetics who practiced Sennichi-kaihogyo ( a practice of walking around the mountain while paying visits to various sacred places for 1,000 day in total ) . +-1 A sento ( public bathhouses ) is a facility that offers fee-based bathing . +1 Jiun ( February 18 , 1673 – August 6 , 1753 ) was a monk of Jodo Shinshu ( the True Pure Land sect of Buddhism ) and a poet . +-1 Mushiokuri is an annual Japanese festival . +-1 Anpukuden Hall was one of the halls of the dairi ( Imperial Palace ) in the city of Heian-kyo . +1 Kenji MISUMI ( March 2 , 1921 - September 24 , 1975 ) was a movie director . +-1 Ichibu kin gold coin was a kind of gold coin that was distributed in the Edo period . +-1 The Battle of Fushimi Castle is a preliminary skirmish of the Battle of Sekigahara , which took place from August 26 , to September 8 , 1600 . +-1 Kokushi kasei joso refers to acts and phenomena of appeals and armed struggles by Gunji ( local magistrates ) , Tato ( cultivators ) , Fumyo ( tiller of the public rice field ) , and the farmer class in order to complain to the central government Daijokan ( Grand Council of State ) about tyrannies and illegal behaviors of Kokushi ( or Zuryo ) ( provincial governors ) , Chihokan ( local officials ) during the Heian period in Japan . +-1 Yakuseki means dinner in Zen sect . +-1 Sanbujo is a gemon taken from Hojisan ( Hymns of the Pure Land Ritual ) . +-1 千秋楽 ( senshuraku ) is also written as 千穐楽 or 千龝楽 , and , being an industrial term , indicates the last day , when plays on the same program are performed repeatedly every day for two or more days . +-1 Tofu is a food that 's made mainly from soybeans . +1 Ujisato GAMO was a military commander in Japan from the Sengoku period ( warring state period ) through to the Azuchi-Momoyama period . +-1 The Bank of Kyoto , Ltd . , with its head office located in Shimogyo Ward , Kyoto City , Kyoto Prefecture , does business in Kyoto Prefecture , and neighboring areas as a regional bank . +1 Omiya is a fictitious character in The Tale of Genji . +-1 The Nijo Family is one of the sekke ( regent ) houses and a kuge ( court nobility ) . +-1 Ryugi ( style ) +1 TAIRA no Koremochi ( 881 - January 3 , 940 ) was a noble in the early Heian period . +-1 Traditional vegetables are vegetables of native varieties that have been cultivated in various places since the ancient times . +-1 Shakuzo-ji Temple is a Buddhist temple belonging to Jodo ( Pure Land ) Sect located in Kamigyo-ku Ward , Kyoto City . +1 Hidekatsu HASHIBA was a Japanese military commander lived during the Azuchi-Momoyama Period . +1 Saku-no-miya ( August 12 , 1689 - June 7 , 1692 ) was a member of the Imperial family who lived in the middle of the Edo period . +1 Soen OZEKI ( 1932 - ) is the head priest of the Daisen-in sub-temple of Daitoku-ji Temple . +1 Shiro TOYODA ( January 3 , 1906 - November 13 , 1977 ) was a Japanese film director in Japan . +-1 The " Tango Discovery " is a type of limited express train operated by Kitakinki Tango Railway , and it 's the nickname for the Kitakinki Tango Railway KTR Type 8000 diesel multiple unit used for this train service . +-1 Arachi no-seki was a sekisho ( checking station ) on the border between Omi Province and Echizen Province . +1 Yoshiteru MURAKAMI ( year of birth unknown - April 15 , 1333 ) was a Japanese military commander in the late Kamakura period . +1 Sotaro MASUDA ( March 17 , 1849 - September 1877 ) is a heir of Hisayuki MASUDA , a noncommissioned officer of the Nakatsu domain . +-1 Kinugasa is : +1 Muneuji OINOMIKADO ( 1375-May 16 , 1421 ) was Kugyo ( the top court official ) who lived from the period of the Northern and Southern Courts to the Muromachi period . +1 SEN no Rikyu ( April 21 , 1522-1591 ) was a tea master during the late Medieval times of the Sengoku and Azuchi-Momoyama periods . +1 Hisamoto NIJO ( 1471 - November 13 , 1497 ) was a Kugyo ( the top court officials ) who lived in the Muromachi period . +-1 Henjo-ji Temple , located in Ukyo Ward , Kyoto City , is a Buddhist temple of the Omuro school of the Shingon sect . +1 FUJIWARA no Nagasuke ( 1104 - February 13 , 1156 ) was a Kugyo ( top court official ) who lived at the end of the Heian period . +-1 Kidendo is a subject in the daigakuryo ( Bureau of Education under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) ) in Japan under the Ritsuryo system in which history ( mainly Chinese history ) was taught . +-1 Nara Park is a municipal park stretching at the foot of Mt . Wakakusa in Nara City , Nara Prefecture . +-1 Yushi Sensei is a term criticizing the Meiji government for their domain cliques and transcendentalism . +-1 Takamimusubi is one of the gods who appear in Japanese mythology . +-1 鏑矢 ( Kaburaya : in rare cases , written as 蕪矢 ) is the name of an arrow with kabura ( to be described later ) installed at the end of zoku ; the top of an arrow head . +1 TAIRA no Tadatsune was a samurai lived during the Heian period . +-1 Ubusunagami is the deity that controls or protects one 's birthplace . +1 Motomichi KONOE ( 1160 - July 15 , 1233 ) was a noble who lived from the later Heian period to the early Kamakura period . +-1 Dairen-ji Temple was founded by Senrensha Shinyo Shonin . +1 Hidemasa KOIDE ( 1540 - April 21 , 1604 ) was a busho ( Japanese military commander ) ( and daimyo [ Japanese feudal lord ] ) in Azuchi-Momoyama period . +1 Mitsutane CHIBA ( 1359 - 1426 July 12 ) was a busho ( Japanese military commander ) from the period of the Northern and Southern Courts ( Japan ) to the early Muromachi period . +1 Emperor Ogimachi ( June 18 , 1517 - February 6 , 1593 ) was the 106th Emperor ( his reign was from November 17 , 1557 to December 17 , 1586 ) . +1 Naganori KANAMORI ( 1564 to June 21 , 1582 ) was a Japanese military commander in the period of warring states . +-1 Miyabi or Masa ( in case of name ) means sophisticated and graceful . +1 Seigetsu INOUE ( c . 1822 - March 10 , 1887 ) was a haiku poet during the end of the Edo period and the early Meiji period . +1 Saneomi HIROSAWA ( 広沢真臣 : February 7 , 1834 - February 27 , 1871 ; his name is also written in the prescriptive orthographic style as 廣澤眞臣 ) was a samurai ( a feudal retainer of the Choshu clan ) and statesman in Japan . +1 Tadaoki HOSOKAWA / Tadaoki NAGAOKA was a military leader and Daimyo ( feudal lord ) from the Sengoku period ( Warring States period ) through to the Edo period in Japan . +-1 Katata is a name of a town in Otsu City , Shiga Prefecture . +1 Sadakuni ISE ( 1398 - 1454 ) was a steward of the Bakufu Mandokoro in the Muromachi period . +1 KUME no Hirotada ( year of birth and death unknown ) was a kajin ( waka poet ) in the middle of the Nara period . +1 Heibon is a fiction written by FUTABATEI Shimei . +1 Ujichika IMAGAWA was a warlord , Shugo Daimyo ( Provincial Daimyo ) , and Sengoku Daimyo ( Daimyo in Sengoku period ) in the Sengoku period . +-1 Bunchi seiji ( civilian government ) refers to a form of the governance practiced from the fourth shogun Ietsuna TOKUGAWA to the seventh Ietsugu TOKUGAWA . +-1 Butajiru ( Tonjiru ) is a Japanese cuisine that is prepared by stewing pork and vegetables with miso ( bean paste ) . +1 Masanori KAMEI ( December 25 , 1590 - September 22 , 1619 ) was a daimyo ( Japanese feudal lord ) of the early Edo period . +-1 Yagyu Domain was the ruler of Yagyu-go Village , Sonokami no kori County , Yamato Province ( modern day Yagyu District , Nara City ) . +1 Emperor Suizei ( 632 B.C. ? - June 28 , 549 B.C. ? ) was the second emperor ( tenure : February 23 , 581 B.C. ? - June 28 , 549 B.C. ? ) of Japan . +1 Mitusyuki YAMANA ( birth date unknown -March 31 , 1395 ) was a Japanese military commander during the Muromachi Period . +-1 Fudekozuka is a mound or a memorial tower built by the students of terakoya ( private elementary school ) or kajuku ( private school ) which were educational institution for common people in the Edo period , to the memory of their late teacher who taught them reading , writing , arithmetic and other practical arts . +-1 Isshinkai ( イルチンフェ ) was a biggest political association of the times which was active in the Korean Empire from 1904 to 1910 . +1 Motokage KAGAWA was a Shugodai ( deputy military governor ) of West Sanuki Province who lived during the Muromachi Period and the Sengoku Period ( Japan ) . +-1 Tobiroppo refers to a performing technique in Kabuki ( traditional drama performed by male actors ) to raise the excitement by taking big sideways jumps when an actor exits the stage . +-1 Kitano Station , located in Kyoto City , Kyoto Prefecture , was a stop on the Kitano Line operated by the Keifuku Electric Railroad Co . , Ltd . +1 Tokimasa KAZANIN ( March 23 , 1700 – March 31 , 1771 ) was a court noble of the middle of the Edo period . +1 FUJIWARA no Kiyoko ( 1122 - January 17 , 1182 ) was an empress at the end of the Heian period . +1 Mido Kanpakuki is a diary written by FUJIWARA no Michinaga , a court noble who held the titles of Regent and Grand Minister in the Heian period . +1 Kagetomo KAWATA ( November 24 , 1828 - October 12 , 1897 ) who flourished from the end of Edo period ( the last days of the Tokugawa shogunate ) through Meiji period was a Samurai , a statesman and the peerage . +1 Suketomo HINO ( 1290 - June 25 , 1332 ) was a Kuge ( court noble ) during the late Kamakura Period . +1 Kisen +-1 Shinto scripture is a general term for the literature which provide the basis for religious belief in Japanese Shinto . +-1 Maegahata-toge Pass is a pass on a national route in Sakyo Ward , Kyoto City , Kyoto Prefecture . +-1 The taisha-zukuri style is a style of shrine buildings in Japan . +1 Kingo NAKAMURA ( year of birth and death unknown ) was a member of Mibu-Roshigumi ( Mibu gang of masterless warriors ) and Shinsengumi ( special police force who guarded Kyoto during the end of Tokugawa Shogunate ) . +-1 Enatsubo is a container or pot in which the placenta of human beings are placed when being buried . +-1 Fushimi Station , located in Shibatayashiki-cho , Fukakusa , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a railroad facility on the Kintetsu Kyoto Line of Kintetsu Corporation . +-1 Hatsu hinode refers to the appearance of the celestial object on January 1 ( ganjitsu ) ( when the sun rises from the horizon or sea horizon ) . +1 Ginnosuke TAMURA ( born on August 30 , 1856 and died on August 20 , 1924 ) was from Iwakitaira Domain and a member of the Shinsengumi . +1 ABE no Obimaro ( year of birth and death unknown ) was an aristocrat in the early Nara period . +-1 Here , shoen ( manors ) , scattered across Japan , except Hokkaido , from ancient times to medieval times are listed . +1 MINAMOTO no Kunimasa ( year of birth and death unknown ) was a Busho ( Japanese military commander ) at the end of Heian period . +-1 Shobuyu is the bathwater heated with iris roots and leaves in it on Tango no Sekku ( Boys ' Day ) of May 5 . +1 Yoshitada TAKAHARA ( March 1892 - June 12 , 1989 ) was a Shinto priest in Japan . +1 The Roei Hyakushu ( a hundred medieval Japanese court songs ) is a set of waka written while keeping with a theme set by using verses in various anthologies like the Wakan Roei Shu ( Collection of Japanese and Chinese Court Songs ) . +1 Imperial Princess Kinshi ( 890 - April 12 , 910 ) was a member of the Imperial Family and a princess during the Heian period . +1 Kunishige YURA ( 1550 - February 15 , 1611 ) was a busho ( Japanese military commander ) from the Sengoku period ( period of warring states ) ( Japan ) to the early Edo period . +-1 Toraken is a game played in three Japanese rooms divided by closed Fusuma ( Japanese sliding door ) where people choose to wear or hand a tiger costume , women 's clothes ( implying Torajo , literally , a tiger woman , the mother of Watonai , another name of Seiko TEI - Zheng Chenggong or musket - implying Watonai or Kiyomasa KATO ) and wait until the fusuma is opened , and they run off to decide who wins . +-1 Matoi were used by fire brigades in the Edo Period , and it expressed their own " kumi " ( brigade ) . +1 Toshiyoshi KAWAJI ( June 17 , 1834-October 13 , 1879 ) was a police bureaucrat and army soldier from the late Edo period to early Meiji period . +1 Japanese Court caps are headgear for Court nobles and adult samurai to wear when they visit the Imperial Palace . +-1 " Kanayamahiko-no-kami " is a god ( Shinto ) appearing in Japanese Mythology . +1 FUJIWARA no Michiyori ( 971-July 16 , 995 ) was a Court noble in the mid Heian period . +-1 Jishi , also called chishi , ( land taxes under the Ritsuryo system ) referred to the land rent which feudal lords imposed on rice fields , fields ( for fruits , vegetables , etc . ) , mountains and forest , salt fields , or residential areas from ancient and medieval periods to the early-modern times . +-1 Koseyama-kofun Tumuli Cluster is a largest-class cluster of tumuli clusters in Japan with approximately 700 tumuli being built on the hilly land of Mt . Kose in Gose City , Nara Prefecture from around the middle of the Kofun period ( Tumulus period ) to the end of the period . +-1 Jade magatama refers to magatama made of jade . +-1 Chataku is a tea bowl saucer . +-1 A shuriken is a small weapon shaped like a sword or needle , thrown at an opponent to diminish the fighting power of an enemy . +-1 Nimame ( boiled beans ) is a type of dish that is prepared by rehydrating soybeans , azuki , or other dried beans and then boiling them with sugar until they are tender . +1 Kunimitsu HIROHASHI ( July 8 , 1526 - December 10 , 1568 ) was a Court noble during the Sengoku Period ( Period of Warring States ) ( Japan ) and the Azuchi-Momoyama period . +-1 The Kanpyo-Engi Togoku War was a war raised by bandits in the Kanto region in the middle era of the Heian period . +1 Unpin UMEDA ( July 13 , 1815 - October 9 , 1859 ) was a Confucian scholar in the end of Edo period . +1 Nichizo ( September 14 , 1269 - December 19 , 1342 ) was a Buddhist priest of the Nichiren sect who lived from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +1 Tateki TANI ( March 18 , 1837 - May 13 , 1911 ) was a feudal retainer of the Tosa clan , a military man and a statesman who lived from the end of Edo period to the Meiji period . +1 KI no Kuimaro ( born in 755 and died on February 12 , 833 ) was a government official in the early Heian period . +1 FUJIWARA no Sueyoshi ( 1153 - 1211 ) was a Kuge ( court noble ) near the end of Heian Period and the early Kamakura Period . +1 Fujitsubo is the name created for a fictional empress who appears in the story and whose real name is unknown . +1 Kishi ( male , 1753 ± 10-year of death was after 1799 ) was an artist of seal engraving who lived during the mid-Edo period . +1 FUJIWARA no Sadaie ( 1162 - October 3 , 1241 [ September 26 , 1241 in the Julian calendar ] ) was a court noble and poet in the early Kamakura period . +1 Born in 944 and gone on May 1 , 1005 , TAIRA no Korenaka was a Court noble in the middle of the Heian period . +-1 Kyoto daikan was a post of an officer which was set up in Kyoto in the Edo period under the control of Kyoto shoshidai ( the chief administrator of the imperial capital and of imperial lands ) , mainly administering the finance of the Edo bakufu and the Imperial court in Kinai ( the five kuni in the immediate vicinity of Kyoto ) , such as administrating tenryo ( bakufu-owned land ) , fief of the imperial family , and fief of the nobilities . +1 Emperor Go-Toba ( August 6 , 1180 - March 28 , 1239 ) ( his reign was August 20 , 1183 - January 11 , 1198 ) was the eighty-second Emperor , being in power during the end of the Heian period to the early Kamakura period . +-1 Jako no ma shiko was one of the licenses of the Imperial Court defined by the Constitution of the Empire of Japan , in order to treat the peerages and government officials for their contributions , and the person who rendered a distinguished service for the Meiji Restoration . +1 Raiyu ( 1226 - February 7 , 1304 ) was a Shingon Sect Buddhist monk who lived from the mid- to late-Kamakura period . +-1 The Battle of Ueda is a generic name for the battles between the Sanada clan and the Tokugawa clan fought around Ueda-jo Castle in Shinano Province ( present day Ueda City , Nagano Prefecture ) and neighboring mountain castles , and around Kan-gawa River that runs north-south in the eastern part of Ueda City , etc . +1 INGEN Ryuki ( December 7 , 1592 – May 19 , 1673 ) was a Chinese Zen Buddhist priest in the periods of the late Ming Dynasty and the early Qing Dynasty , who was born in Fuqing , Fuzhou of Fujian Province , China ; his secular family name was Hayashi ( 林 ) , and his imperially bestowed titles in Japan were Shinku daishi ( daishi : a great teacher monk ) and Kako daishi ; and he was given special posthumous Buddhist names , Daiko-fusho kokushi ( kokushi : a posthumous Buddhist title given by the Emperor ) , Butsuji-kokan kokushi , Kinzan-shushutsu kokushi , and Kakusho-enmyo kokushi . +-1 Naratu hiko-jinja Shrine is a Shinto shrine located in Nara City , Nara Prefecture . +1 Sonyu OTANI ( August 19 , 1886 - August 1 , 1939 ) was a priest and statesman of Jodo shinshu ( the True Pure Land sect of Buddhism ) . +1 FUJIWARA no Manatsu ( 774 - December 2 , 830 ( November 10 , 830 by the old calendar ) ) was an aristocrat from the Nara to early Heian Periods . +1 Kendo KOZONE ( male , June 13 , 1828-November 27 , 1885 ) was a seal-engraver from the last stage of the Edo period to the Meiji period in Japan . +-1 Atago-jinja Shrine is a Shinto shrine located in Ukyo Ward , Kyoto City . +1 Norihiro OUCHI ( May 11 , 1420 - October 2 , 1465 ) was Shugo ( Military Governor ) Daimyo in the middle of the Muromachi period . +-1 A Duke or Prince is the highest of the five peerage ranks . +1 The Asukai is a branch family of the Nanba family in the FUJIWARA no Morozane line of the Northern House of the Fujiwara clan . +1 Yorimoto GOJO ( 1290 - June , 1367 ) was a Court noble during the period of the Northern and Southern Courts ( Japan ) . +1 Tsunesue IMADEGAWA ( December 31 , 1594 - March 18 , 1652 ) was Kugyo ( court noble ) in the early Edo period . +1 Suenaga TAKESAKI ( 1246 - around 1314 ) was a gokenin ( an immediate vassal of the shogunate ) of the Kyushu region who lived during the middle of the Kamakura Period . +-1 Sankin-kotai is one of the Edo bakufu ( Japanese feudal government headed by a shogun ) ' s system that obligated daimyo ( Japanese feudal lords ) to reside in Edo periodically . +-1 Tokugawa Shogunate Family was the head family of Tokugawa ( the head family of the Tokugawa clan ) and a family of Seii taishogun ( literally , " the great general who subdues the barbarians " ) in the Edo bakufu . +-1 Nuhi refers to one of the positions of Senmin ( unfree people ) against Ryomin ( free people ) under the ritsuryo system ( the system of centralized government based on the ritsuryo code ) , and was equivalent to a servile class . +-1 Jisho-ji Temple ( a sub-temple of Shokoku-ji Temple ) is located in Sakyo Ward , Kyoto City , Kyoto Prefecture and is associated with the typically Higashiyama Bunka Rinzai sect Shokoku-ji School . +-1 Hossho-ji Temple is part of the Seizanzenrin-ji School , Jodo Sect , in Higashiyama-ku Ward , Kyoto City . +1 SHIMOTSUKENU no Inamaro ( year of birth unknown-January 13 , 772 ) was a noble who lived during Nara period . +1 Kuniyoshi UTAGAWA ( January 1 , 1798 - April 14 , 1861 ) was an Ukiyo-e artist who lived during the end of the Edo Period . +-1 Karesansui ( dry landscape ) is a style of Japanese garden or Japanese painting . +-1 Tsukisara no Ki ( tsukisarasaku , tokisara no ki , tokisara saku ) ( system of stockades ) was a josaku ( official defense site ) in Koshi Province during ancient Japan . +-1 Horikawa Gojo is the intersection and the surrounding area in Sensui-cho , Shimogyo Ward , Kyoto City , Kyoto Prefecture . +1 Shinkei ( 1406 - May 29 , 1475 ) was a Buddhist priest of the Tendai Sect and also a renga poet ( linked-verse poet ) in the middle of the Muromachi period . +-1 Muko City is a city in Kyoto Prefecture . +-1 Kumiyama Notteko Bus is a community bus which is managed by Kumiyama-cho , Kuse-gun , Kyoto Prefecture . +1 Shikaku NAKAMURA is one of the myoseki ( family names ) of kabuki actors . +1 Nobutora TAKEDA was a busho ( Japanese military commander ) in the Sengoku period . +-1 Oni is a Japanese specter . +1 Sanetsura OGIMACHI ( August 26 , 1720 - October 25 , 1802 ) was Kuge ( court noble ) of the middle of Edo period . +1 TAIRA no Tadafusa ( year of birth unknown - January 15 , 1186 ) was a busho ( Japanese military commander ) who lived during the end of the Heian period . +1 Ryusa KONISHI is a wealthy merchant in Sakai City between Sengoku period ( period of Warring States ) ( Japan ) and the Azuchi-Momoyama period . +1 Yosotarashihime was the Empress of Emperor Kosho , one of the eight emperors who reigned during the Kesshi-Hachidai ( Eight Undocumented Sovereigns ) . +-1 Ken asobi is a competitive game between two people that uses spread or closed hands or the reflection of fingers . +-1 Chozubachi originally referred to a bowl holding water for people to purify themselves by rinsing out their mouths before the altar of a shrine or a temple . +1 Sadafuji NIKAIDO ( 1267 - January 31 , 1335 ) was the gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) at the end of Kamakura period . +1 Shinjitsu ( years of birth and death unknown ) was a monk at the end of the Heian period . +-1 Antique Kimono refers to Kimono made before the beginning of the Showa period and particularly in good condition . +1 Ujiharu HOJO was the fourth lord of the Sayama Domain in Kawachi Province . +1 MINAMOTO no Yoshimoto ( year of birth unknown - 1180 ) was a late Heian-period military commander of the Kawachi-Genji ( Minamoto clan ) . +1 MINABUCHI no Shoan ( dates of birth and death unknown ) was a monk studying abroad in the Asuka Period . +1 " Horyakukanki " is a history book which was completed during the Japanese middle ages , the Northern and Southern Dynasties period . +1 Entairyaku is a diary of Kinkata TOIN , a court noble called ' Nakazono Dajodaijin ' ( Grand Minister ) in the period of the Northern and Southern Courts ( Japan ) . +1 Yoshino Tayu II ( April 10 , 1606 - October 7 , 1643 ) was a Tayu of Shimabara ( later moved to Shimabara ) , who was said to have been born near the Hoko-ji Temple in Kyoto , and her real name was Tokuko MATSUDA . +1 Renso no gi is a funeral of an imperial member . +1 Shiro NOMURA ( 1936 - ) is a currently active Nohgakushi ( Noh actor ) playing shite ( the principal roles ) of Kanze-ryu school . +-1 The Rito party was a political party that supported the Meiji government at an early Imperial Diet during the mid-Meiji period . +1 Okitsugu TANUMA was a samurai and daimyo ( Japanese feudal lord ) of the middle Edo period . +-1 Modern gagaku is a form of newly created modern music that uses partial compositions and some instruments of gagaku , which is a traditional music of ancient Japan . +1 Nobukata ODA +-1 Okuchi bakama is red-colored wide sleeve hakama which is worn as underwear of the outer hakama for sokutai shozoku ( traditional ceremonial court dress ) . +1 TAIRA no Yoshikado ( year of birth and death unknown ) was legendary busho ( Japanese military commander ) said to have lived in the mid-Heian period , or a specter . +1 Gyoa ( yesr of birth and death unknown ) was a Kokugaku scholar , who lived during the Kamakura period . +-1 Sanpogakuso was an organization for handing down gagaku ( Japanese ancient court music and dance ) , established as a system in the early Edo period and each ho ( one office ) consisted of 17 musicians and , therefore , sanpogakuso consisted of 51 musicians in total . +1 Masatomo KUSUNOKI ( 1516 - 1576 ) was a busho ( Japanese military commander ) in the Sengoku period . +1 Tadayuki HIROHATA ( 1622 - December 9 , 1669 ) was a court noble in the Edo period . +-1 Yatsuhashi refers to one of the Japanese-style confectioneries . +1 Tameyasu KATAGIRI ( year of birth and death unknown ) was a samurai in the closing years of the Heian period . +1 FUJIWARA no Kurajimaro ( 734 - 5 August 775 ) was a noble in the Nara Period . +-1 " Onriedo ( also called Enriedo ) , " a term associated with the Jodo ( Pure Land ) sect , is often used to express an antithesis with Gongujodo ( seeking rebirth in the Pure ) . +-1 Kumano Sanzan Kengyo was a post to govern Kumano Sanzan ( three major shrines , Kumano-Hongu-Taisha , Kumano-Hayatama-Taisha and Kumano-Nachi-Taisha ) and was established above Kumano betto ( the title of an official who administered the shrines at Kumano ) at the beginning of the the 11th century . +-1 Fuzoku Hakubutsukan is a private museum about the " Genji Monogatari " ( The Tale of Genji ) , and is located on the fifth floor of Izutsu Building , Shimogyo Ward , Kyoto City , Kyoto Prefecture . +1 Sadanao MATSUDAIRA ( February 29 , 1660 - November 24 , 1720 ) was a daimyo ( Japanese territorial lord ) in the Edo period . +-1 Okowa refers to rice served as a meal cooked by steaming glutinous rice . +1 Imperial Prince Tametaka ( 977 - July 31 , 1002 ) was a member of the Imperial family during the mid Heian period . +1 Tamemasa REIZEI ( 1362 - February 10 , 1417 ) was a kugyo ( court noble ) and a poet who lived in the Muromachi period . +1 Nichiu ( May 18 , 1402 - November 10 , 1482 ) was a priest during the mid Muromachi period who was the head of Taiseki-ji Temple from 1419 to 1467 and again from 1472 to 1482 . +1 TAIRA no Nagahira ( year of birth unknown - around 1056 ) was from a local ruling family in Igu county , Mutsu province and he called himself Juro Igu . +-1 Katsuragimiagata-jinja Shrine is a Shinto shrine located in Katsuragi , Katsuragi City , Nara Prefecture ( former Shinjo-cho ) . +-1 Suzuri is a stationery made of stone or kawara ( the clay tile of the roof ) that sumi ( ink ) stick is ground on it with water . +1 Nobuatsu NAGATANI ( March 30 , 1818 - December 26 , 1902 ) was a kugyo ( the top court officials ) and politician belonging to the peerage ( viscount ) from the end of Edo period to the Meiji period . +-1 " Tandai " ( 探題 ) is a position set in a Buddhist temple . +-1 Sakurai Chausuyama Kofun is a huge keyhole-shaped mound constructed in the beginning of the early Kofun period located in Sakurai City , Nara Prefecture . +1 Ujizane IMAGAWA was a warlord of Suruga Province . +1 Sadaoki ISHII ( March , 1842 to October 26 , 1877 ) was a feudal retainer of the Saga Domain of Hizen Province and a local official from the end of Edo Period to the early Meiji period . +1 Taro Narikane KANZAKI ( year of birth and death unknown ) settled in Akune-in ( Akune City ) from the domain of Takae and took a daughter of 司執印氏図嘉房 at Nitta-jinja Shrine ( Satsumasendai City ) to wife , and changed his name from Kanzaki to ' Taro Narikane AKUNE . ' +-1 Sueki is earthenware which was produced during periods from Kofun to Heian in Japan . +-1 The three typical Tenmangu Shrines are collectively called as " Nihon Sandai Tenjin " or the Three Great Tenjins of Japan . +-1 Yakushi-do hall is the name of a Buddha hall of which a statue of Yakushi Nyorai ( Bhaisajyaguru ) is the principal image . +-1 Ohana refers to the money and other valuables used for congratulatory gifts or for religious offerings . +1 FUJIWARA no Aritsuna ( date of birth unknown -1082 or 1086 ) was a retainer of the Imperial Court , scholar , and Chinese-style poet in the late Heian period . +1 Imperial Prince Kuninobu FUSHIMINOMIYA ( Mayl 3 , 1566 - January 6 , 1622 ) was a prince of imperial blood who lived from the Sengoku ( warring states ) period into the early Edo period . +1 Yasutane MAKUWARI ( c.1398 - November 28 , 1456 ) was a warlord during the Muromachi period . +-1 Tsukiyama Tumulus located at of Aza Shiroyama , Tsukiyama , Yamatotakada City , Nara Prefecture , is the ancient Japanese tumulus of a circular shape rear-end with a rectangular frontage . +1 Naritsugu ( Narutsugu ) ANEGAKOJI ( 1470 - July 7 , 1518 ) was a warring lord who lived during the early Sengoku period and the legitimate son of Mototsuna ANEGAKOJI . +1 Fusatomo KOIDE ( 1618 - February 25 , 1695 ) was the second feudal lord of Sonobe Domain in Tanba Province . +1 King ( O , miko , or okimi in ancient time ) is one of the positions or titles of the Imperial family . +1 Shigenaga ASUKE ( year of birth unknown - 1181 ? ) was a Busho ( Japanese military commander ) at the end of Heian period . +-1 Ukanomitama is a deity that appears in Japanese Mythology ( Shinto religion ) . +-1 Nori is a general term for edible algae such as red alga , green alga , cyanobacteria ( blue-green alga ) and so on . +-1 Kankiko-ji Temple is a Buddhist temple belonging to the Ji Sect located in Yamashina-ku Ward , Kyoto City . +-1 Sake yeast is the generic term referring to yeasts used for brewing sake ( Japanese liquor ) . +-1 Okame is the face or mask of a woman who has a short nose and swollen round cheeks . +1 " Shofu-haikai " is the word for the concept of haikai ( seventeen-syllable verse ) which Basho MATSUO completed . +1 Tsuneaki KAJUJI ( or KASHUJI ) ( 1298 - February 6 , 1373 ) was a court noble during the period of the Northern and Southern Courts . +1 Kunimichi KITAGAKI ( September 17 , 1836 - January 16 , 1916 ) was a statesman and baron of the Meiji period . +-1 The term " Sechi-e " means official events held at the Japanese Imperial Court on the day of Sekku ( seasonal festivals ) etc. with the attendance of the Emperor and a large number of his subjects . +-1 An unequal treaty is a category that is formed on the basis of the nature of the treaty , under which one state does not approve the enforcement of authority by another state over nationals of the former state . +1 Ukiyo Zoshi is one of the major literary forms in the early Kinsei Bungaku ( Japanese Edo period literature ) . +-1 Oden is a type of boiled and seasoned food in Japanese cuisine . +-1 Norito WASA was a feudal retainer of Kishu Domain in the early Edo period . +1 The maternal relative is a family member of the mother or the consort of the emperor or the king . +-1 Hisatsu-hime ( 比佐津媛 ) is a goddess enshrined in Yoso-jinja Shrine in Oaza-Hidaka , Hita City , Oita Prefecture . +1 Yoriharu HOSOKAWA ( c . 1304 - March 14 , 1352 ) was a busho ( Japanese military commander ) who lived from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +-1 Shogun-kokenshoku is one of the three key posts in Edo shogunate created in the final years of the Edo period , along with Seiji sosaishoku ( president of political affairs ) and Kyoto shugoshoku ( military governor of Kyoto ) . +-1 The Nanbokucho era ( the period of the Northern and Southern Courts ) in Japan refers to one subsection of medieval Japanese history . +1 Daio ohi was a grandmother to the king and mother of the previous king . +1 FUJIWARA no Morinori ( year of birth and death unknown ) was a retainer of the Imperial court during the late Heian period . +1 Kunimitsu HINO ( 1320-1363 ) was a court noble in the period of the Northern and Southern Courts . +-1 Yakushiji Kichijoten zo is a portrait of Kisshoten ( Laksmi ) from the Nara period and is a possession of the Yakushi-ji Temple in Nara prefecture . +-1 Mikoshi togyo refers to a Shinto ritual where a mikoshi ( portable shrine ) parades to pray for happiness of people lining the path of the parade . +-1 Saga-Arashiyama Station , located in Saga Tenryuji Kurumamichi-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Sanin Main Line ( Sagano Line ) , which is operated by the West Japan Railway Company ( JR West ) . +1 Masaka WATANABE ( August 29 , 1776 - October 23 , 1840 ) was a scholar of Japanese classical literature and Shinto priest in the Edo period . +-1 Saikyuki ( Saiguki ) was a book on Yusoku kojitsu ( court and samurai rules of ceremony and etiquette ) and rites , which was compiled by MINAMOTO no Takaakira during the Heian period . +1 Shokaku ( 1057 - April 21 , 1129 ) was a Buddhist monk of Shingon sect in the late Heian period . +1 Sanenobu SAIONJI ( 1496-October 11 , 1541 ) was Kugyo ( top court official ) who lived from the Muromachi period to the Sengoku period . +1 Keiken ( year of his birth and death is not clear ) was a Buddhist monk cum waka poet in the period of the Northern and Southern Courts ( Japan ) . +-1 Mameitagin is a name for silver coins circulated in the Edo Period . +1 Tozo NAKAMURA is one of the professional names of Kabuki . +1 Doji ( year of birth unknown - November 14 , 744 ) was a priest of the Sanron sect ( Madhyamika school founded originally by Nagarjuna , which was brought in from China in 625 by Ekwan and was headquartered in Horyu-ji Temple in Nara , the sect belonging to the Provisional Mahayana school ) , who lived in the Nara period . +-1 Jikkoku-bune Boat is a pleasure boat operated by Fushimi Yumekobo Co . , Ltd. funded by 55 companies including Gekkeikan Sake Co . , Ltd . +1 Kinkoto IMADEGAWA ( September 14 , 1738 - October 7 , 1776 ) was Kugyo ( a Court noble ) in the middle of the Edo period . +1 Baigyoku NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +1 Yukisada NIKAIDO ( 1269 - March 3 , 1329 ) was a Mandokoro Shitsuji ( chief of Mandokoro , the Administrative Board ) in the Kamakura Period . +-1 Doshisha Women 's College of Liberal Arts is a Protestant college comprising four faculties and ten departments , having been reorganized in 1949 as a successor of the former Advanced Course of Doshisha Girls ' School . +-1 " Japanese tea " is the term used in daily conversation and refers to ' tea of Japan , ' that is , ' tea made in Japan ' or ' a kind of tea which is often drunk in Japan . ' +1 Amanohabaya is an arrow described in the " Kojiki " ( The Records of Ancient Matters ) , " Nihonshoki " ( Chronicles of Japan ) and mythology . +-1 Umewaka-ryu school refers to a school of Noh play which existed only for a period from 1921 to 1954 . +1 Shushi KISHITSU ( date of birth unknown-November 8 , 688 [ according to the old calendar ] ? December 5 , 688 ? ) , who was from a noble family in Baekje in the seventh century , went into exile in Japan after the Battle of Hakusukinoe . +1 Yoshimichi ISSHIKI ( date of birth unknown - 1579 ) was a Busho ( Japanese military commander ) and Daimyo ( Japanese territorial lord ) in the Sengoku ( Warring States ) period ( Japan ) and Azuchi-Momoyama period . +-1 The Tsutsumi family was a court noble family with the court rank of Meike . +-1 Hatamoto-yoriaiseki was kakaku ( family status ) of high-ranking hatamoto with income of 3,000 koku or greater without official appointment , or retirees ( known as yakuyoriai ) who possessed social standing higher than hoi ( those with the rank who wore clothes that did not bear family crests ) in the Edo bakufu ( Japanese feudal government headed by a shogun ) . +1 Honinbo Shuho ( 1838 - October 14 , 1886 ) was an Igo ( board game of capturing territory , also called Go ) player from the Edo to the Meiji period . +1 Shirogoro SAWAMURA is a Kabuki actor 's professional name . +-1 Iga school is one of the most famous schools of Ninjutsu as well as Koga-ryu school . +-1 The Nenyo was an official position during the middle ages in Japan . +-1 The Sawayama Domain was in Omi Province ( now Furusawa-cho , Hikone City , Shiga Prefecture ) . +-1 Kuhon-ji Temple , located in Nantan City ( former Sonobe-cho , Funai County ) , Kyoto Prefecture , is a temple of the Omuro school of the Shingon sect . +1 Takakuni TODO was the sixteenth ( last ) lord of the Ise Hisai domain +1 Ujitsuna UTSUNOMIYA ( 1326 - July 28 , 1370 ) was a military commander in the end of Kamakura period through the period of the Northern and Southern Courts ( Japan ) . +-1 Shimogamohigashi-dori Street is a street running south-north through Sakyo Ward , Kyoto City . +1 Mansaku NOMURA ( the second ) ( a kyogen performer , June 22 , 1931 - ) was born in Tokyo . +-1 Rokusonno-jinja Shrine is a Shinto shrine located in Minami-ku Ward , Kyoto City ( Kyoto City ) . +-1 Kado is a skill and performing art which has been passed down in a specific family for generations . +-1 Ogawatsuki-jinja Shrine is located in Umaji-cho , Kameoka City , Kyoto Prefecture . +-1 Kindai shakaku seido is a shrine ranking system that was newly established after the Meiji Restoration , being modeled after the system stipulated in the Engishiki ( an ancient book for codes and procedures on national rites and prayers ) under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 The Omi Komuro Domain was a domain which existed in Komuro , Azai County , Omi Province ( Present : Komuro-cho , Nagahama City , Shiga Prefecture [ Previous : Azai-cho , Higashiazai County ] ) . +-1 Bonenkai ( literally , forget-the-year party ) is an annual event held at the end of the year by an organization or group to give those attending a chance to look back at the past year and show their appreciation for the hardships they have each endured , before forgetting the current year and committing themselves to making a fresh start in the upcoming year . +-1 The Heiji Rebellion ( Heiji no ran ) , which began on January 19 , 1159 in Heian period , was a coup d 'etat that occurred because of antagonism among the close vassals of the retired emperor . +-1 Tsuka ( mound ) means a raised round site higher than its surrounding land surface , specifically , it means an elevation made of a pile of something , a small mountain , a hill and an ancient burial mound . +1 Emperor Kinmei ( 509 - May 24 , 571 ) was the 29th emperor of Japan ( the reign : December 30 , 539 - April 15 , 571 [ old calendar ] ) . +-1 Azuke means a way of detention pending trial or punishment in Bukeho ( the law system for the samurai society and the military government ) in which a person is interned in some private citizen 's place such as relatives . +-1 Meike ( also pronounced Meika ) was one of the kakaku ( family status ) of kuge ( court noble ) established after the Kamakura period and it was of equal rank to the House of Urin and positioned in a higher rank than hanke ( a kind of family status of the Court nobles ) ( kuge ) . +-1 Shugai Sanjurokkasen is a collection of poems by 36 poets from the Muromachi period to the early Edo period following the example of Sanjurokkasen ( 36 Master Poets ) . +1 TACHIBANA no Toshimichi was the lord of the Kamachi fiefdom in Chikugo Province . +-1 Naisogata was one of the legal institutions set up in the early stage of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +-1 Segaki is a title of a Buddhist mass . +1 Hiki no ama ( years of birth and death unknown ) was a woman who lived in the last years of Heian period . +1 Heichu monogatari ( The Tale of Heichu ) ( written 平中物語 or 平仲物語 ) is a story told through poems that was completed during the Heian period . +-1 Tenchu-gumi Incident ( " Tenchu-gumi no hen " in Japanese ) was an incident that occurred at the end of the Edo period ; it was carried out by a group of people called Tenchu-gumi ( Heavenly Avenging Force ) consisting of a bunch of ronin ( masterless samurai ) who were Sonno Joi ha ( supporters of the doctrine of restoring the emperor and expelling the barbarians ) including Torataro YOSHIMURA ; this group rose to action in Yamato Province having a court noble Tadamitsu NAKAYAMA as the commander-in-chief on September 29 , 1863 and was subsequently put down and destroyed by the army of the Edo bakufu ( Japanese feudal government headed by the shogun ) . +1 Muneakira MATSUDAIRA ( also known as Muneakira HONJO ) ( August 10 , 1782 - September 20 , 1840 ) was a daimyo ( Japanese feudal lord ) and a roju ( member of shogun 's council of elders ) who lived during the Edo period . +-1 The term kominka refers to traditional Japanese houses , especially ones built a long time ago . +1 Yukitsuna TADA was a busho ( Japanese military commander ) in the end of Heian period . +-1 Hanpen is kneaded fish cake made of fish such as suketo cod ( Alaska Pollock ) mixed with grated yam with seasonings , which is then made into thin squares or half moon shapes and boiled . +1 Shichinosuke NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +1 Kinmitsu SAIONJI ( 1622 - September 4 , 1651 ) was Kugyo ( a Court Noble ) in the early Edo period . +-1 Takeda-ryu is one of the schools of the Kyuba-gunrei Kojitsu ( Japanese ancient practices of customs about archery , equestrian and military etiquette ) . +-1 Kugoin ( Division of rice for the Emperor ) refers to an auxiliary organization of Oiryo ( Bureau of Palace Kitchens under the Ministry of the Imperial Household ) . +-1 Inooku-koen is a city park located in Senzoku in Miwa-cho , Fukuchiyama City , Kyoto Prefecture . +-1 Uji City Botanical Gardens are located in Uji City , Kyoto Prefecture . +1 MINO no Ishimori was a person of the Nara period . +-1 The Sanjunoto is one of the styles of Buddhist pagoda that hold Shari ( Buddha 's relics ) of Buddha , the founder of Buddhism . +1 Hanako ( Real name : Hisa OTA ; May 7 1868 to April 2 , 1945 ) was a Japanese actress and dancer who enjoyed a flourishing career in Europe from Meiji period to early Showa period . +1 Miyuki ( The Imperial Progress ) is one of the 54 chapters of " The Tale of Genji . " +1 Yoshisuke AYUKAWA ( November 6 , 1880 to February 13 , 1967 ) was a Japanese entrepreneur and statesman . +-1 Senko-ji Temple is a Buddhist temple belonging to the Daigo school of the Shingon sect situated in Heguri-cho , Ikoma County , Nara Prefecture . +-1 The Edict on Change of Status was an edict with three articles issued in 1591 by Hideyoshi TOYOTOMI . +-1 We would like to describe the history of steam locomotives in Japan . +1 Egyo ( the year of birth and death unknown ) was a Japanese monk and a poet who lived during the mid-Heian period . +1 KOSE no Tokuta ( 巨勢徳多 ) ( ? - February 20 , 658 ) was a statesman in the Asuka period . +1 Emperor Higashiyama ( October 21 , 1675 - January 16 , 1710 ) was the hundred and thirteenth Emperor during Edo period . ( his reign was May 6 , 1687 - July 27 , 1709 ) +1 Masaru INOUE ( August 25 , 1843 , to August 2 , 1910 ) was a samurai in the Edo Period ( a feudal retainer of Choshu Domain ) and a bureaucrat in the Meiji Period . +1 Shigaji BANDO is the myoseki ( family name ) of Shigaji Sect , Bando school , one of the five major schools in Nihon Buyo ( Classical Japanese Dance ) . +1 Genho was a Buddhist priest in the Nara period . +-1 Rangaku is a general term for European art and science , culture and skills imported into Japan through the Netherlands in the Edo period . +-1 " Onnagoroshi Abura no Jigoku " is a play created by Monzaemon CHIKAMATSU , and has been performed at ningyo joruri ( traditional Japanese puppet theater ) . +1 Kazuyoshi OTA ( ? - 1617 ) was an Azuchi-Momoyama era military commander ( and daimyo ) . +1 Kyuan Hyakushu is the Hundred-Poem sequences developed by the command of Sutokuin in 1150 during the late Heian period . +1 Imperial Princess Ohara ( year of birth unknown - February 14 , 863 ) was a member of the Imperial Family during the first half of the Heian period . +1 OE no Yoshitoki +1 Rokujo no Miya is Miyake ( house of an imperial prince ) thought to have existed in the Kamakura Period . +-1 Imperial Defense Policy was the basic guidelines for military strategy in the Empire of Japan . +1 Imperial Princess Atsuko ( year of birth unknown - February 19 , 930 ) was a member of the Imperial Family during the mid Heian period . +-1 The Ichikaiso Government was a politically prominent group in Kyoto , the center of politics at the end of the Tokugawa Shogunate ; it was formed of Kinri-goshuei-sotoku ( Governor-general of the inner palace 's guard ) Sekkai-bogyo-shiki ( Commander of the coastal defense of Osaka-wan Bay ) Yoshinobu HITOTSUBASHI , Kyoto-shugoshoku ( Military governor of Kyoto ) Katamori MATSUDAIRA from the Aizu clan , and Kyoto-shoshidai ( Deputy for Governor-general of Kyoto ) Sadaaki MATSUDAIRA from the Kuwana clan . +1 Akitsuna INA ( year of birth unknown -1600 ) was a busho ( Japanese military commander ) in the Azuchi-Momoyama period . +1 Agata no Inukai no Hirotoji ( year of birth unknown - November 8 , 762 ) was the wife of Emperor Shomu . +1 Kakukai Enjo ( date of birth unknown - August 12 , 1345 ) was a woman who lived from the end Kamakura period to the early period of the Northern and Sothern Courts ( Japan ) . +-1 Junsai ( Brasenia schreberi ) is perennial hydrophyte . +-1 Ryuteki flute is a wind instrument used in the performance of gagaku ( ancient Japanese court music ) . +1 Nagayoshi / Chokei MIYOSHI was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +-1 The honzon ( the principal object of worship ) in Nichiren Shoshu Buddhism is the Honmonkaidan-no-Daigohonzon ( usually called the Lotus Mandala ) . +1 Yoshinaga OUCHI was Sengoku daimyo ( Japanese territorial lord in the Sengoku period ) in the provinces of Suo and Nagato . +-1 Himono ( dried fish ) is a generic term for processed foods made by drying various sea foods such as fish . +-1 Azuchi-jo Castle was a flatland-mountain Japanese castle ( hirayamajiro ) located at present Shimotoira , Azuchi-cho , Gamo County , Shiga Prefecture . +1 " Kurama Tengu " is the title of the series of historical novels written by Jiro OSARAGI in Taisho and Showa periods , as well as the name of its protagonist . +-1 Tamago kake gohan is a rice food prepared by mixing a raw hen 's egg and rice and seasoning it with a small amount of soy sauce . +-1 " Yorifune " meant ships drifting or drifted ashore and their loads after having met with some mishaps in the medieval and modern times in Japan . +1 Sukenaga JO ( year of birth unknown-1181 ) was a busho ( Japanese military commander ) lived in the end of Heian period . +1 Suehide OGIMACHI ( 1548-July 28 , 1612 ) was a kuge from the Azuchi-Momoyama period to the early part of the Edo period . +-1 Soy sauce dumpling +1 Sueto KODAIRA ( year of birth and death unknown ) was a busho ( Japanese military commander ) in the Sengoku period ( period of Warring States ) , and served Suehiro KAKIZAKI as a senior vassal . +-1 Bakefurugeta or Baketafurugeta is one of Japanese specters , and a type of Tsukumo-gami ( gods to a variety of things ) that have come to life after geta ( Japanese footwear , wooden clogs ) became old . +-1 Shakanyorai ( Shikyajirai or Shakamuni-butsu ) is a title of respect for Shaka ( Kudonshittaruta , Gautama Siddhaartha in Sanskrit , Gotama Siddhatthaa in Pali ) , a founder of Buddhism , as Buddha . +-1 Giccho is a game in which one party smashes a wooden ball aimed at the other party 's side by swinging a wooden cane with a wooden mallet head at the end . +-1 Kotoamatsukami refers to the five deities that appeared at the Creation according to the Kojiki ( The Records of Ancient Matters ) . +-1 Rensho ANDO ( 1239 - February 18 , 1329 ) was a busho ( Japanese military commander ) in the late Kamakura period who was a low-level bureaucrat ( Miuchibito ( private vassals ) of the Tokuso family of the regent Hojo clan of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +-1 The Rokkaku-dori Street is a street running east-west through Kyoto City . +1 Kantaro NAKAMURA was the stage name of several Kabuki actors . +-1 The Nenge misho ( heart-to-heart communication ( lit : holding a flower and subtly smiling ) tradition is a Zen legend that holds that , Zen teachings extend from a linage that goes back to the sage Shakyamuni . +-1 An incident in which Kashitaro ITO , a staff officer of the Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) , and others were assassinated . +-1 Kendo means Budo ( martial art ) , which was introduced as a competitive sport through the reorganization of Gekken ( swordsmanship ) , which was the Shinai ( bamboo sword ) training of Kenjutsu ( swordplay ) , a time-honored Japanese Bujutsu ( martial art ) ; also , it 's a way or ascetic training aiming at character-building through the practice of the Ken ( sword with two sharpened edges ) principle . +1 Imperial Prince and Monk Ryojun ( January 18 , 1604 - August 27 , 1669 ) was a member of the Imperial family of the early Edo Period . +1 Born in 942 and gone on July 23 , 992 , FUJIWARA no Tamemitsu was a court noble in the middle of the Heian period . +-1 " Kocho-Junisen " is a collective term for twelve kinds of copper coins cast in Japan during the period from 708 AD to 963 AD . +1 Saneakira HASHIMOTO ( December 3 , 1809 – October 8 , 1882 ) was a court noble who was active from the late Edo period to the end of Edo period . +1 MINAMOTO no Hikohito was a member of the Imperial Family in the Kamakura period ( His birth year is unknown and his date of death was May 12 , 1298 ) . +-1 Shoden-ji Temple is a Buddhist temple belonging to the Nanzen-ji School of the Rinzai Sect located in Nishigamo , Kita-ku Ward , Kyoto City . +1 Ukifune is one of the fifty-four chapters of " The Tale of Genji . " +-1 Aikata is a term used in the fields of classical Japanese music and dance . +1 Goshin Genmyo ( male ) ( 1713 - August 31 , 1785 ) was a Japanese Zen priest , painter , and Tenkoku ( seal engraving ) artist in the mid-Edo period . +1 The Kyureki is a diary by Minister of the Right FUJIWARA no Morosuke , a court noble in the mid-Heian period and the ancestor of the Kujo lineage , one of the styles of court protocol . +1 Arisugawa no Miya Imperial Prince Taruhito ( March 17 , 1835 - January 15 , 1895 ) was a member of the Imperial family , a politician , and a military officer between the last days of Edo bakufu ( Japanese feudal government headed by a shogun ) and the Meiji period . +1 Yoshitoshi SHIBA ( 1435 - December 18 , 1508 ) was a shugo daimyo ( a Japanese provincial military governor who became a feudal lord ) in the late Muromachi period . +-1 " Maizuru " is a limited express train operated by the West Japan Railway Company ( JR West ) between Kyoto Station and Higashi-Maizuru Station via the Sanin Main Line and Maizuru Line . +1 Yoichi USHIHARA ( March 25 , 1924 – February 7,1977 ) was a movie director in the Showa period . +1 Katsuyori TAKEDA was a busho ( Japanese military commander ) and a Sengoku daimyo ( Japanese territorial lord ) in Kai Province from the Sengoku period ( period of warring states ) ( Japan ) to Azuchi-Momoyama period . +1 Tamehisa REIZEI ( February 3 , 1686 - October 8 , 1741 ) was a Japanese poet . +1 Sakuden ANRAKUAN ( 1554 - February 7 , 1642 ) was a Jodo ( Pure Land ) sect monk who lived from the Azuchi-Momoyama period into the beginning of the Edo period . +-1 Saiten is a ritual wherein the god of Heaven is worshipped . +-1 The stuffed bell pepper is a dish made with ground meat and bell peppers . +-1 The Kyoto Conference is a common name of the conference which is held in Kyoto ( Kyoto City , Kyoto Prefecture ) . +-1 Hashimoto Station , located in Yawata City , Kyoto Prefecture , is a railroad facility on the Keihan Main Line , which is operated by the Keihan Electric Railway . +-1 Wakae Hachinin-shu is a popular term for the group of elite retainers of Hidetsugu TOYOTOMI . +1 Seibe KAWANISHI ( September 7 , 1865 – November 19 , 1947 ) was a Japanese industrialist . +-1 Igo no sei is a spirit of Igo which is described in old books and so on from the Edo Period . +-1 The Fukuchiyama Domain was located in Amada County in Tanba Province ( present-day Naiki , Fukuchiyama City , Kyoto Prefecture ) . +1 " Shin Shoku Kokin Wakashu " is an anthology compiled by imperial command in the Muromachi period . +1 OTOMO no Yakamochi ( c.718 - October 5 , 785 ) was a politician and kajin ( waka poet ) who lived during the Nara period . +-1 The Kusatsu Line is a railway line ( arterial line ) of the West Japan Railway Company ( JR West ) that runs between Tsuge Station in Iga City , Mie Prefecture , and Kusatsu Station ( Shiga Prefecture ) in Kusatsu City , Shiga Prefecture . +1 Mitsuyo URAMATSU ( December 12 , 1736 - August 31 , 1804 ) was a scholar of Yusoku kojitsu ( studies in ancient court and military practices and usages ) and Kugyo ( high court noble ) , who lived during the Edo Period . +-1 " Mito-jinja Shrine " is a shrine in Teradamitosaka , Joyo City , Kyoto Prefecture . +1 Junzo GO ( June 12 , 1825-December 2 , 1910 ) was a Japanese warrior and shogun 's retainer , a bureaucrat of Ministry of the Treasury and statesman . +-1 Saisekki ( microlith ) is a kind of chipped stone tools , which is small and is characterized by a cutting edge . +-1 Hari ( needle ) -kuyo is an event to hold a memorial service for broken sewing needles and offer them to a shrine nearby . +-1 Shingon sect Sennyu-ji school is one of the Shingon line Buddhist schools that belongs to the Kogi Shingon school ( Old Shingon school ) . +1 Saneoki SANJO ( December 5 , 1756 - October 10 , 1823 ) was Kugyo ( court noble ) in the late Edo period . +1 Mochiuji ASHIKAGA ( 1398-April 2 , 1439 ) , was the fourth Kamakura kubo ( Governor-general of the Kanto region ) from 1409 to 1439 . +1 The Yotsutsujinomiya family is one of the houses of Imperial princes that existed during the Kamakura Period . +1 MUNAKATA no Tokuzen was a local ruling family in the Munakata region , Fukuoka Prefecture . +-1 Jingikan ( Jingikan / kamizukasa / kanzukasa ) was a state organization in Japan . +-1 Chushojima Station , located in Yoshijima Yagura-cho , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a facility of Keihan Electric Railway . +-1 Misho school is one of the schools of flower arrangement , founded by Ippo MISHOSAI . +1 Imperial Princess Ujiko ( year of birth unknown - May 23 , 885 ) was a member of the Imperial Family during the first half of the Heian period . +1 MINAMOTO no Ienaga ( 1170 ? - 1234 ) was a noble and poet in the beginning of the Kamakura period . +1 Takasada KUKI ( 1729 - January 6 , 1781 ( December 12 , 1780 in old lunar calendar ) ) was the fifth lord of the Ayabe Domain , Tanba Province . +1 KAKINOMOTO no Hitomaro ( male , c . 660 to c . 720 ) was a poet in the Asuka period . +-1 The dichotomy of ' hare and ke ' is a traditional world-view of Japanese people accompanied by time theory . +-1 Shorin-in Honen-ji Temple is a Buddhist temple of the Jodo ( Pure Land ) Sect located at the foot of Mt . Kagu , one of the three mountains of Yamato . +-1 Hoshi Matsuri is a Buddhist festival celebrating the tonenjo ( also referred to as tonenzokusho , each person 's star of the year ) and honmyojo ( each person 's star of the year of birth ) to ward off evil . +-1 Tenson kigen is a Japanese year-reckoning system which sets the year of tenson korin ( the descent to earth of the grandson of the sun goddess ) as its first year . +1 Emperor Seinei ( c . 444 - February 27 , 484 ) , who reigned from February 11 , 480 , to February 27 , 484 , was the twenty-second Emperor of Japan . +1 Yorisada TADA ( ? - September 9 , 1343 ) was a Busho ( Japanese military commander ) in the period of the Northern and Southern Courts ( Japan ) . +-1 Higechaya-oiwake was a point in the Yamashina Basin , where Otsukaido Road diverges from Tokaido ( it was also called Yamashina-oiwake ) . +-1 Originally , Gozu Tenno ( gośīrşa ) was an Indian deity and the guardian deity of Gion-shoja ( the Jetavana monastery ) . +1 MINAMOTO no Morotada ( 1054 – October 25 , 1114 ) was a court noble in the late Heian Period . +-1 Yasakatome no kami is a goddess in the Shinto religion , Kisakigami ( God Empress ) married to Takeminakata no kami . +1 Hirofusa SUE ( year of birth unknown - December 27 , 1468 ) was a busho ( Japanese military commander ) in the late Muromachi period . +1 TAMI no Ohi ( year of birth unknown - September 12 , 703 ? ) was a person of the Asuka era . +-1 Shin ( 臣 ) refers to a retainer who served his lord . +1 " Wakan Roei Shu " ( Collection of Sung Japanese and Chinese poems ) is a collection of poetry compiled by FUJIWARA no Kinto . +-1 Danjiri is a type of dashi ( float ) or danjiri used at shrine festivals . +-1 Hiiragi-iwashi is a holly sprig with a baked sardine 's head , and Japanese people have a time-honored custom of putting Hiiragi-iwashi at their door on Setsubun ( the traditional end of winter ) to ward off evil spirits . +-1 Green tea ( ryokucha , green tea in English , lchá in Chinese ) refers the one processed by heating treatment to prevent fermentation , within the tea in which produced from tea leaves . +-1 The " Ashio Riot " was an event occurred from February 4 , 1907 to February 7 , that mine workers in Ashio Copper Mine destroyed and set fire to the facilities in the mine . +-1 Hongan ( also called Ubusuna ) refers to the registered address on the family register under the Ritsuryo system ( a system of centralized government based on the Ritsuryo code ) in China , the Korean Peninsula , and Japan . +1 Genichiro FUKUCHI ( May 13 , 1841-January 4 , 1906 ) was Shogun 's retainer in the end of the Edo period and a journalist , writer and playwright in the Meiji period . +1 Tsuneyoshi KIKKAWA ( 1132 - 1193 ) was a busho ( Japanese military commander ) who lived during the times between the Heian and Kamakura periods . +1 Hikokuro TAKAYAMA ( June 15 , 1747 - August 4 , 1793 ) was a thinker who had fostered a theory of reverence for the Emperor at the end of Edo period . +-1 The Sakurai family was a court noble family with the family rank of Urinke . +-1 兵法家 ( reads heihoka / hyohoka ) refers to the following . +1 Basho MATSUO ( 1644 - November 28 , 1694 ) was a haikai ( seventeen-syllable verse ) poet from present-day Iga City , Mie Prefecture in the early Edo period . +1 Katsuemon NOSE ( 1638 to November 21 , 1691 ) was a feudal retainer of Okayama Domain with chigyo ( a stipend in terms of rice production of the fief ) of 800 koku ( 222.4 cubic meters ) . +1 Kikujiro ONOE was a name used by Kabuki actors . +-1 Asuka-kyo ( also known as Asuka no Miyako [ the capital of Asuka ] ) is the name of the ancient capital mainly in the Asuka period , which is believed to be existed in the general area covering present-day Asuka Village , Takaichi County , Nara Prefecture . +-1 Kaiso means to found a temple . +1 Gien ( aka Giin ; year of birth unknown - November 29 , 728 ) was a priest of Hosso sect of Buddhism ( Japanese equivalent of the Chinese Faxiang sect or Dharma-character school ) , who lived in the Nara period . +1 TAKASHINA no Tuneshige ( year of birth and death unknown ) was an official serving the Imperial Court in the Heian period . +-1 Shinsosai refers to funeral rites performed by Shinto , Japan 's original religion . +-1 The haori coat is a kind of traditional Japanese clothes . +1 Amako no Iratsume ( year of birth and death unknown ) was a daughter of MUNAKATA no Kimi Tokuzen , a Gozoku ( local ruling family ) of Chikushi Munakata-gun County . +1 Anekoji was another name for so-called Otoshiyori or Joro-otoshiyori . +-1 The Daigo school of the Shingon sect , one of the Shingon Buddhist sects of Japan , belongs to the Kogi Shingon ( Old Shingon ) school . +1 A Kaisan-do hall is a hall dedicated to the founding priest of a temple . +-1 The theory of ' expelling the barbarians ' ( Joi ron ) was a view that prevailed in Japan during the end of the Edo period and aims to expel foreigners from Japan . +-1 Kuraki Park is a park with an area of approximately 230,000 square meters that expands over Konan Ward and Isogo Ward in Yokohama City . +-1 " Nihon bijutsu-shi " refers to the chronological explanation - or the academic field - of Japanese art history , such as the trend of Japanese art , the transition of its style , the research of the representative works and artists in each period , their mutual influence , and the historical background of the works and artists - that is , the works ' and artists ' relation with Japanese politics , economy , religion , customs , society , literature and others . +1 Satodairi means residences of the Emperor ( imperial palaces ) except for the dairi ( the Emperor 's residential compound ) in Heian-kyu palace , used after the Heian period . +1 KI no Natsui ( years of birth and death unknown ) was a nobleman and a statesman who lived in the early Heian period . +-1 Koetsu mura was a village that flourished in arts and crafts , and managed by Koetsu HONAMI during the early Edo Period . +1 FUJIWARA no Kenshi ( Kataiko ) ( 1057 - October 30 , 1084 ) was the Chugu ( Empress ) of the seventy-second Emperor Shirakawa . +1 Saneyasu TOIN ( 1269 - September 1 , 1327 ) was a court noble in the late Kamakura period . +1 Sakuragi Tayu ( year of birth and death unknown ) was a Shimabara tayu ( a high ranking courtesan of the Shimabara district of Kyoto ) towards the end of Edo period ( also known as ' Yujo ( Courtesan ) Sakuragi ' and ' Sakuragi ' ) . +1 Imperial Prince Fushiminomiya Sadatsune ( January 27 , 1426 - August 15 , 1474 ) was an Imperial family member during the Muromachi period . +-1 " Kyoto SF Festival " is a SF Convention held in Kyoto every autumn since 1982 . +-1 Kamiyui is a general term referring those who were engaged in hairdressing from the Edo period to the Meiji period , who are now called hairdressers . +-1 The Edo clan was a shizoku ( family ) in Japan . +-1 The Mori clan is one of the samurai families . +1 Kiyonari YOSHIDA ( March 21 , 1845 - August 3 , 1891 ) was a feudal retainer of Satsuma Domain during the last days of the Tokugawa shogunate . +1 Hidejiro ONOGI ( Nov 25 , 1895 – March 3 , 1966 ) was a politician . +1 Emperor Enyu ( April 12 , 959 - March 1 , 991 ) was the sixty-fourth Emperor ( his reign was November 5 , 969 to September 24 , 984 ) . +-1 The Westin Miyako , Kyoto is the highest-class hotel located along Sanjo-dori Street in Higashiyama Ward , Kyoto City . +-1 Higashiyama-sanjo Station , located in Furukawa-cho , Sanjoyamato-oji Kudaru , Higashiyama Ward , Kyoto City , was a stop on the Keihan Keishin Line operated by the Keihan Electric Railway Co . , Ltd . +1 MINAMOTO no Suemune ( 1049 - October 1 , 1086 ) was a court noble who lived in the late Heian period . +-1 Seibo is a season word expressing the end of a year as the kanji of seibo means , also it is a season word for December . +1 Sowa ISOGAI ( 1854 - 1940 ) was Iemoto ( the head family ) of Soen-kei group of Sekishu school . +-1 Hazama Pass is a pass in Ukyo Ward , Kyoto City , Kyoto Prefecture . +1 Emperor Kosho ( 506 B.C. - September 5 , 393 B.C. ) was the fifth emperor ( reign : February 21 , 475 B.C. - September 5 , 393 B.C. ) , being described in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +1 Ki no himemiko ( year of birth and death unknown ) was a member of the Imperial Family who lived in the Asuka period . +1 Kiminori SANJO ( Sometimes called ' Kinnori ' ) ( 1103 - August 19 , 1160 ) was a court noble in the late Heian period and the head of the Sanjo family , Kanin line of the Northern House of the Fujiwara clan . +1 SAKANOUE no Mochiki ( dates of birth and death unknown ) was a Japanese poet of the mid-Heian period . +1 FUJIWARA no Toshihito ( years of birth and death unknown ) was a busho ( Japanese military commander ) lived in the mid-Heian period . +1 Kagehiro KITAJO ( 1548 - February 28 , 1579 ) was a busho ( Japanese military commander ) in the Sengoku period . +-1 Tokusen Shinmyocho ( also read jinmyocho ) is a commentary on ' Engishiki Jinmyocho ' ( the Register of Deities of the Engishiki ) +-1 Mai dances are mainly dances which include circling movements in time with melodies . +1 Saneaki SANJO ( July 16 , 1708 - January 11 , 1773 ) was Kugyo ( court noble ) in the middle of the Edo period . +1 Naritoshi MORI was a busho ( Japanese military commander ) of the Sengoku period ( period of warring states ) . +-1 Shimohiraya was a village in Kitakuwada-gun , Kyoto Prefecture . +1 TAIRA no Motomori was a busho ( Japanese military commander ) ( 1139 - May 9 , 1162 ) in the Heian period . +1 Masakata MASHIYAMA ( November 27 , 1754 - February 23 , 1819 ) was daimyo ( Japanese feudal lord ) in Edo period . +1 Tokomaro ( date of birth and death unknown ) lived during the Asuka period of Japan . +-1 The OIKAWA clan was a Japanese clan . +-1 Asuka is the name of a region located in vicinity of present day Asuka Village , Takaichi County , Nara Prefecture . +1 FUJIWARA no Shigemichi ( 1099 - July 6 , 1161 ) was a Kugyo ( top court official ) at the end of the Heian period . +-1 Hyakumanben Nenbutsu is to repeat nenbutsu ( Buddhist invocation ) for a million times for the purposes of one 's own birth in the Pure Land , ceremony as a memorial , and other variety of prayer . +-1 Shinden Station , located in Higashi-ura , Hirono-cho of Uji City , Kyoto Prefecture , is a stop on the Nara Line of West Japan Railway Company ( JR West ) . +-1 Daizen-ji Temple , located in Fushimi Ward , Kyoto City , is a temple of the Jodo ( Pure Land ) sect . +1 Shinno is the title given to the male members in an Imperial family in East Asia , or is somebody who owns the title . +1 Ujikiyo YAMANA ( 1344 - January 24 , 1392 ( December 30 , 1391 by the old calendar ) ) was a Shugo Daimyo ( Warlord with complete control over regional government ) during the Period of the Northern and Southern Courts ( Japan ) . +1 FUJIWARA no Nagate ( 714 to March 15 , 771 ) was a politician during the Nara period . +-1 Japanization education is defined as an edification policy in territories under the governance of the Empire of Japan , requesting fealty toward the Empire of Japan led by its ruler , the Emperor . +-1 Hishihanabira Mochi ( Water chestnut petal sticky rice cakes ) are a traditional Japanese confectionary made by wrapping burdock root , white miso paste and pink colored mochi ( sticky rice cake ) in either sticky rice cake or Turkish delight . +-1 Sakato-jo Castle was a large-scaled yamashiro ( a castle located on a mountain ) that existed in Minamiuonuma City , Niigata Prefecture . +-1 Noryo-yuka ( Noryo-doko ) or the riverbed ( in general , for the Kamo-gawa River ( Yodo-gawa River water system ) , it is pronounced as ' kawayuka ; ' for Kifune or Takao in Kyoto , it is pronounced as ' kawadoko ' ) is one of the poetic sceneries of the Kyoto summer . +-1 Chawan-mushi is one of the Japanese cuisines . +1 Yoshifusa ISHIDO ( date of birth and death unknown ) was a military commander in the period of the Northern and Southern Courts ( Japan ) . +1 Yasunobu KANO ( January 10,1614-October 1,1685 ) was a painter in the Kano school during the Edo period . +-1 Horin-ji Temple is a Buddhist temple located at Ikaruga-cho , Ikoma-gun , Nara Prefecture . +1 Hideharu HATANO was a Daimyo ( Japanese territorial lord ) of Tanba Province in the Sengoku period . +-1 The Biwako Line is the name of the train line that runs between Kyoto Station and Maibara Station of the Tokaido Main Line , and also between Maibara Station and Nagahama Station of the Hokuriku Main Line , both of which are run by West Japan Railway Company ( JR West ) . +-1 Kitsu-onsen ( hot spring ) Station , located in Kitsu , Amino-cho , Kyotango City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by Kitakinki Tango Railway ( KTR ) . +1 Nichiyo ( 1556 - January 1 , 1641 , Japan ) was a Shingon Sect priest in the Edo period . +1 Tomonobu KAIGA ( Yazaemon ) ( 1650 - March 20 , 1703 ) was a member of 47 samurai of Ako . +1 Doken HONEKAWA ( date of birth unknown ; date of death : April 22 , 1468 ) was the head of a gang who lived during the Muromachi period . +-1 The Kideranomiya family was one of Imperial Houses that existed from the Kamakura period through to the middle of the Muromachi period . +-1 Sanyojo ( 算用状 or 散用状 ) was the annual settlement of accounts for nengu ( annual land tax ) and kuji ( miscellaneous tax ) in each shoen ( estate ) exchanged between shoen ryoshu ( the estate proprietary lord ) and shokan ( the estate manager ) in the medieval shoen system . +1 Empress Koken ( 718 - August 28 , 770 ) , the forty-sixth Japanese Emperor , was in power from August 19 , 749 to September 7 , 758 . +1 Ietoshi HATAKEYAMA ( 1465-1531 ) was a member of the Noto Hatakeyama clan in the early Sengoku period ( period of warring states ) . +1 Prince Yamamura ( 722 - December 16 , 767 ) was a Kugyo ( a high court noble ) of the Nara period . +-1 Mitsugoro BANDO VII ( September 21 , 1882 - November 4 , 1961 ) was a Japanese kabuki actor . +1 Shinkan ( 1275 - July 16 , 1341 ) was a Ji sect priest from the end of the Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +-1 Fukamizu is one of the Mizuage ( method of prolonging the lives of flowers ) in Japanese flower arrangement . +1 Lady Kokiden is the name for fictitious empresses in stories whose real names were unknown . +-1 The Southern Court is also called the Yoshino Court and was the court belonging to Emperor Godaigo of the Daikaku-ji Temple line established in the period of Northern and Southern Courts and based in the Yoshino ( present day Yoshino Town , Yoshino County , Nara Prefecture ) , Ano ( present day Nishiyoshino Town , Gojo City , Nara Prefecture ) in the province of Yamato , south of Kyoto , Sumiyoshi-angu ( Sumiyoshi Ward , Osaka City , Osaka Prefecture ) in the province of Settsu . +-1 Okatabira +-1 Kadono school is one of the schools of otsuzumi-kata ( large hand drum players ) in Nohgaku ( the art of Noh ) . +-1 Local Administrative Assemblies was the assembly of prefectural governors summoned and established by the Meiji government in 1874 . +-1 Kingyozake is a familiar name of sake which is so weak that a kingyo ( goldfish ) can swim in it . +1 The Narrow Road to the Deep North is a travelogue written by Basho MATSUO in the Genroku era . +-1 Momoyama Station , located at 34 Nabeshima , Momoyama-cho , Fushimi ward of Kyoto City , Kyoto Prefecture , is a stop on the Nara Line of West Japan Railway Company ( JR West ) . +-1 Japan > Kinki region > Kyoto Prefecture > Tsuzuki county +-1 Komagaku is a form of Gagaku ( traditional Japanese court music ) that was introduced into Japan from Korea . +-1 Imperial sovereignty is the sovereignty held by the Emperor under the Constitution of the Empire of Japan . +1 In ' Sogamonogatari ' ( the tale of Soga ) that deals with the famous story of the Soga brothers ' revenge that happened in Fuji no Makigari ( Hunting session at Mt . Fuji ) , Tora Gozen ( 1175- ? ) is a heroin and a lover of the elder of the brothers , SOGA no Sukenari , the role added depth and color to the story . +-1 Uwanari is one of the eighteen best plays of kabuki by the Ichikawa family . +-1 Calligraphy history in Japan covers from ancient times to present day . +-1 Byodoin Temple Museum Hoshokan is a museum located in the grounds of Byodoin Temple in Uji City , Kyoto Prefecture . +1 OTOMO no Tsuguhito ( year of birth unknown - 785 ) was a bureaucracy existed during the late Nara Period . +-1 Yomotsu-shikome is a female demon of Yomi ( the world after death ) in Japanese Mythology . +1 Yuki SHUHO ( the date of birth unknown - August 1372 ) was a Zen priest of the Rikkyoku school of Tofuku-ji Temple who was active during the period of the Northern and Southern Courts ( Japan ) . +1 Narimasa SASSA was a busho ( Japanese military commander ) in the Sengoku ( period of warring states ) and Azuchi-Momoyama periods . +-1 Kaicho-ji Temple , located in Haidara Town , Uda City , Nara Prefecture is a temple that belongs to the Omuro school of the Shingon sect . +-1 Daiei Motion Picture Company refers to a film company that operated from 1942 to 2002 . +-1 Utakai Hajime is a poetry reading which is held at the beginning of the New Year . +1 MINAMOTO no Morofusa ( 1008 - March 20 , 1077 ) was a kuge ( court noble ) and kajin ( waka poet ) in the mid Heian period . +1 Toru HOSHI ( May 19 , 1850 - June 21 , 1901 ) , was a statesman in the Meiji period ( The kanji letter ' 享 ' often used for his first name Toru ' 亨 ' is incorrect ) . +1 Kanjuro FUJIMA is the professional name used by the head of the Fujima school and the Kanjuro line of performance . +1 Garasha HOSOKAWA / Tama AKECHI ( 1563 - August 25 , 1600 ) was the third daughter of Mitsuhide AKECHI and the wife of Tadaoki HOSOKAWA . +-1 Ujisha is a shrine in which ujigami ( ancestors of a family who were worshiped as a god ) was worshipped . +-1 Luli ( " 律令 " or " 律例 , " pronounced as " Luli " ) is a common term for a legal code system seen among the Eastern Asian countries . +-1 Miyake is one of Yamato regime 's ruling systems . +1 Arisue TSUCHIMIKADO ( 1527-January 20 , 1577 ) was a Kugyo ( top court official ) and Inyoka ( a practitioner of the Yin and Yang school of philosophy ) who lived from the Muromachi Period to the Azuchi-Momoyama Period . +1 Wakamurasaki is the title of one of 54 quires of Genji Monogatari ( The Tale of Genji ) . +1 Yoshinaga HIGASHIBOJO ( June 26 , 1869 - August 8 , 1922 ) was a member of the Japanese peerage . +-1 The Kitano Dance is performed at the Kamishichiken Kaburenjo theater every year from April 15 to April 25 . +-1 The term " Shido-shogun " refers to four imperial ( royal ) generals who appeared in the Nihon Shoki ( the Chronicle of Japan ) , namely Obiko no mikoto , Takenunakawa wake no mikoto , Kibitsuhiko no mikoto and tanbamichi nushi no mikoto . +-1 Atagoyama Railway ( " Atagoyama Tetsudo " in Japanese ) was a railroad company that , before the war , managed a flat railway line that ran from Arashiyama Station ( operated by Keifuku Electric Railway and located in present-day Ukyo Ward , Kyoto City , Kyoto Prefecture ) to Kiyotaki Station , as well as a cable car line ( funicular railway ) that ran from Kiyotakigawa Station to Atago Station . +1 Sugen-in ( 1573 - November 3 , 1626 ) was a woman who lived from the Tensho period to the early Edo period . +-1 Ninjo-banashi is a category of rakugo program ( traditional comic storytelling ) . +-1 Wakaayu is a kind of Japanese confectionery which is made with gyuhi ( a kind of rice cake made from glutinous rice or glutinous rice flour ) wrapped in an oval sponge cake , shaped into a semicircle and marked with an eye and fins . +-1 Kuinabashi Station , located in the Fushimi Ward of Kyoto City , Kyoto Prefecture , is a stop on the Karasuma Line of the Kyoto Municipal Subway . +-1 The Kuriyama Family Residence , which is located in 1-chome , Gojo , Gojo city , Nara Prefecture , is the Japan 's oldest private residence of all the residences whose dates of building are known . +-1 Ikenobo is iemoto ( the head family of a school ) of Kado ( flower arrangement ) in Japan . +-1 Dragon lantern ( ryuto ) refers to a fire of mysterious or suspicious origin , passed down across Japan . +-1 Shoso is an repository for grain and property , and is placed in the public facilities , such as central and regional kanga ( government office ) and temples in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 Suzakumon Gate was the main gate built on the southern end of Imperial Palaces ( called daidairi ) in ancient Japanese cities , such as Heijo-kyo ( capital of Japan in Nara from 710 to 740 and from 745 to 784 ) and Heian-kyo ( capital of Japan in Kyoto from 794 to 1868 ) that had grid-patterned city layouts . +-1 Ansho-ji Temple is a Buddhist temple belonging to the Koyasan Shingon Sect located in Yamashina Ward , Kyoto City . +-1 Hiyoku irimoya-zukuri style is one of the architectural styles of shrines in Japan . +-1 Miwa Somen is a somen ( Japanese fine noodles ) produced in Miwa area centering around Sakurai City , Nara Prefecture , and it is a local special product of the area . +-1 The Chemulpo Treaty is a treaty concluded between Japan and Yi Dynasty Korea on August 30 , 1882 . +1 Soga no ishikawa no sukune , was a Japanese mythological figure , also called Soga no ishikawa , and he was said to be the ancestor of the Soga clan +1 Kai SHIMADA ( February 29 , 1828-March 20 , 1900 ) was the corporal in the second unit of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) and the Shoshi shirabeyaku ken kansatsu ( Shinsengumi 's organizational post for investigating movements of the opponents and keeping the Shinsengumi members under control ) . +1 Osho ( Sanskrit : upādhyāya ) is an honorific title for Buddhist priests . +-1 Tenmon misso was a practice in ancient East Asia whereby observation of unusual astronomical phenomenon was confidentially reported to the monarch along with observations and astrological divination ( prediction . ) +1 Takeuchi monjo ( or Takenouchi monjo ; also called Isohara monjo or Amatsukyo monjo ) is the name for a number of documents written in ancient Japanese characters and include their translations in the form of manuscripts written in a mixture of kanji characters and katakana prepared by HEGURI no Matori , the grandson of TAKENOUCHI no Sukune , under the order of Emperor Buretsu and also inscriptions on stones , iron swords , etc . +-1 Chinshin-ryu school is a school of tea ceremony passed down by the Hirado clan in Hizen Province . +-1 Sobayonin was a post in the bakufu and domains in the Edo period . +1 Sukekuni SO ( 1207 ? - November 4 , 1274 ) was a busho ( a Japanese military commander ) who lived in the mid- Kamakura period . +1 Yamanote dono ( year of birth unknown - July 20 , 1613 ) was a woman who lived from the Sengoku period ( period of warring states ) through the Azuchi-Momoyama period to the Edo period . +-1 Mochizuki-jo Castle was a Japanese castle which was situated in Koga City , Shiga Prefecture . +-1 Kanei-bunka means the culture that prospered during the first half of the 17th century ( the early Edo period ) , namely the culture sandwiched between Momoyama-bunka of the latter half of the 16th century and Genroku-bunka of the latter half of the 17th century . +1 Sadayoshi TAKANO ( 1829 - February 21 , 1913 ) was a Japanese Samurai and retainer of the Echigo-Nagaoka Domain . +1 Daisuke KATO ( February 18 , 1911 - July 31 , 1975 ) was an actor who was born in Tokyo . +-1 Located in 661-1 , Aza-goku , Maizuru City , Kyoto Prefecture , Higashi-Maizuru Station is a station owned by West Japan Railway Company ( JR West ) . +-1 Summary +-1 The designation " Thirty-Six Fudo Temples in the Kinki Region " denotes 36 sacred sites that enshrine Fudo-son ( Fudo Myoo ( Acala , one of the Five Wisdom Kings ) ) in the prefectures of Osaka , Hyogo , Kyoto , Wakayama , Shiga and Nara . +1 Tsunemori WADA ( 1172-1213 ) was a gokenin ( an immediate vassal of the shogunate ) of Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +-1 The Former Foreign Settlement is the section of exterritoriality for foreigners built mainly based on the Ansei Five-Power Treaties . +1 Kinaki OGIMACHI ( May 7 , 1744-November 5 , 1813 ) was kuge ( a court noble ) in the late Edo Period . +-1 Korai mono is the collective name of tea utensils made in Korean Peninsula in contrast to ' karamono , ' Chinese tea utensils . +-1 Jingu is the formal name of Ise-jingu Shrine ( Ise City , Mie Prefecture ) . +1 Shigeyoshi NIJO ( December 25 , 1751 - August 13 , 1768 ) was a court noble in the Edo period . +-1 Kuroemon KATAYAMA is the name of the family head of the Kyoto Katayama family , of shite-kata ( main roles ) of Kanze school of Noh . +1 Banri HOASHI ( February 11 , 1778 - July 30 , 1852 ) was a Confucianist and Keiseiron ( written treatment of events , which was drafted for governing Japan in the Edo period ) scholar , who lived during the late Edo period . +-1 The zoyo tax system was one in which taxes were paid in the form of labor , under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in China and Japan . +-1 The Ikedaya Incident is the name given to an event that took place on July 8,1864 towards the end of the Edo Period in which the Shinsen-gumi , who was a peacekeeping organization under the Kyoto protectorate , attacked the imperial loyalist faction from Choshu who were hiding out at the Ikedaya Inn at Kiyamachi ( Sanjou-Kobashi Bridge ) on Sanjou-Street in Kyoto . +-1 Japan > Kinki Region > Kitakinki +-1 Located in Utano Kaminotani-cho of Ukyo-ku Ward , Kyoto City , Yomei Bunko is a particular kind of library . +-1 Hirano-jinja Shrine is a Shinto shrine located in Kita Ward , Kyoto City , Kyoto Prefecture . +-1 Nainokami is a deity of earthquakes from Japanese mythology . +1 Ensho ( 859-December 6 , 929 ) is a Buddhist monk of the Shingon-shu sect during the mid-Heian period . +-1 Minsen Giin Setsuritsu Kenpaku Sho ' was the first petition requesting the government to establish a parliament with democratically-elected representatives supported by people including former Sangi councilors Taisuke ITAGAKI and Shojiro GOTO on January 17 , 1874 . +-1 Tokaido ( or Umitsu-Michi ) can mean : +1 Maki no kata ( Lady Maki , year of birth and death unknown ) lived around the end of the Heian Period to the early Kamakura Period . +1 Senzai Wakashu is one of the Chokusen Wakashu ( anthology of Japanese poetry compiled by Imperial command ) . +-1 The Third Conference of Parties to the United Nations Framework Convention on Climate Change ( COP3 , the Third Session of the Conference of the Parties ) held on December in 1997 by the United Nations in the Kyoto International Conference Center ( Kyoto City , Kyoto Prefecture ) , was an international conference of which the main object was to reach an international consensus on regulations concerning the emission of greenhouse gases , +1 Mitsuyoshi TERADA ( date of birth and death unknown ) was busho ( Japanese military commander ) in Azuchi-Momoyama period . +-1 The torii represents a dividing line ( kekkai ) between sacred and secular areas , serving as an entrance to the sacred world in Shinto shrines and other holy places . +-1 Ogura-jinja Shrine is a Shinto shrine located in Otsu City , Shiga Prefecture . +-1 Obi is a kind of belt-like accessory that functions to fix clothes by wrapping around the body . +-1 Syakkonichi ( Siyakukonichi ) is the day ruled by Hachigokusotsushin ( Hachigokusosshin ) of onmyodo ( way of IN and Yang ) , and thought to be the bad luck day for kuji ( public duties ) , suit and contract . +1 TAIRA no Masatame ( year of birth unknown - 940 ) was a busho ( Japanese military commander ) in the mid Heian period . +-1 Mizuame is a mucoid sweetener made by saccharifying acid and diastatic enzymes with starch . +1 Sengaku was a learned priest pursuing his studies priest of the Tendai sect in the early Kamakura period . +1 Gasetsu KANZE ( 1898 – December 7 , 1988 ) was a Japanese Nohgakushi ( Noh actor ) . +1 Morinari TANI ( 1582 - January 19 , 1627 ) was the successor of Yamaga Domain , Tanba Province . +-1 Three National Treasure Teahouses +1 Yukiie KUJO ( March 28 , 1586 - September 29 , 1665 ) was a court noble who lived in the early Edo period +-1 Zuiko-ji Temple is a Buddhist temple belonging to the Nichiren Sect located in Fushimi Ward , Kyoto City . +1 Tetsunojo KANZE , the eighth ( January 6 , 1931 – July 3 , 2000 ) was a Japanese Nohgakushi ( Noh actor ) . +-1 The Seinan War was an armed uprising of warrior class led by Takamori SAIGO occurred in present Kumamoto , Miyazaki , Oita , and Kagoshima Prefectures in 1877 . +-1 Kaju-ji Temple is a Monzeki Temple ( a temple of high rank where members of imperial family and nobility enter the priesthood ) located in Yamashina Ward , Kyoto City . +-1 Shin-Tanabe Station , located in Kyotanabe City , Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line of Kintetsu Railways . +1 FUJIWARA no Masatada was a busho ( Japanese military commander ) in the Heian period . +1 Mokuami KAWATAKE ( March 1 , 1816 - January 22 , 1893 ) was a Kabuki kyogen-sakusha ( playwright of Kabuki kyogen ) who was popular in the last days of the Tokugawa shogunate ( the end of the Edo period ) through the Meiji period . +-1 Nishitakase-gawa River is a class A river in the Yodo-gawa River system running in Kyoto City , Kyoto Prefecture . +1 KIYOHARA no Yoshimochi ( year of birth and death unknown ) was a government official who lived during the Heian period . +1 ABE no Ariyo ( 1327 - March 9 , 1405 ) was the Onmyoji ( diviner ) and Kugyo ( the top court officials ) who was active from the period of the Northern and Southern Courts to the beginning of Muromachi period . +-1 Kitayama Station , located in Kita Ward ( Kyoto City ) , Kyoto City , Kyoto Prefecture , is a stop on the Karasuma Line , which is operated by Kyoto Municipal Subway . +1 MINAMOTO no Tsunemoto ( year of birth unknown - December 25 , 961 ? ) was an Imperial family member and busho ( Japanese military commander ) in the middle of the Heian period . +-1 Futodama is a god that appears in Japanese mythology . +-1 Kitano-tenmangu Shrine is a Shinto shrine in Kamigyo-ku Ward , Kyoto City . +-1 Saion-ji Temple is a Buddhist temple belonging to Jodo ( Pure Land ) Sect located in Kamigyo-ku Ward , Kyoto City . +-1 Ketto ! Takadanobaba ( Duel ! Takadanobaba ) is a Japanese kabuki play written and directed by Koki MITANI . +-1 Nijojo-mae station , located in Nijojo-cho , Nakagyo Ward , Kyoto City , is a stop on the Tozai Line , which is operated by Kyoto Municipal Subway . +1 Minoru SHIBUYA ( January 2 , 1907 - December 20 , 1980 ) was a Japanese movie director . +1 FUJIWARA no Totsune ( 835 - December 7 , 888 ) was a government official in the early Heian period . +-1 Inso is a Buddhist and Hinduism term which refers to the gesture of the hands having a certain symbolic meaning . +1 Gyokushu KUWAYAMA ( 1746 – May 17 , 1799 ) was a painter in the Southern Chinese style and art critic of the mid-Edo period in Japan . +1 Koi ( the Position of Empress ) indicates Grand Empress Dowager , Empress Dowager or Empress that was the position given to a legitimate wife of the present or previous retired Emperor . +-1 Inka refers to the license which a master grants to a disciple who has mastered his teachings . +-1 Yakitori is a food consisting of several bite-size chunks ( from one to five or so ) of meat ( mainly chicken ) that are seasoned and grilled on skewers . +1 Masako TOKUGAWA ( November 23 , 1607 - August 2 , 1678 ) was the 5th daughter of Hidetada TOKUGAWA and Emperor Gomizunoo 's Chugu ( second consort of an Emperor ) . +1 The term " Judo WAKAYAGI " refers to a professional name of iemoto ( the head ) of Soke ( the head family or house ) of the Wakayagi school . +1 Yoshiyuki KANZE the third ( June 2 , 1935- ) is a Noh actor of Kanze ryu Shite kata ( a main actor of the Kanze school in Noh play ) . +-1 Dozo ( storehouses ) are traditional Japanese architectural structures with outer walls made of mud and finished with plaster . +1 Mansai NOMURA is a successional family name of the Manzo ( 万蔵 ) NOMURA family of Izumi-ryu ( Izumi-school ) Kyogen ( Japanese traditional farce ) and the present head of the family is the second generation . +-1 Shojoke-in Temple is one of the seven great head temples of Jodo Sect ( the Pure Land Sect of Buddhism ) located in Sakyo Ward , Kyoto City . +-1 Kyakushiki refers to laws and ordinances which were passed in complement to the Ritsuryo codes , or law codes which were the collections of those codes . +1 Ei WADA is a woman who wrote ' Tomioka Diary . ' +1 TAIRA no Sadamori ( year of birth unknown - November 16 , 989 ) was a Busho ( Japanese military commander ) in the mid Heian period . +1 FUJIWARA no Kiyonari ( years of birth and death unknown ) was a member of the nobility during the Nara Period . +-1 Nanto Rokushu ' ( also called ' Nanto Rikushu ' ) is the general term of the six Buddhist sects which flourished mainly in Heijo-kyo ( the capital of Japan in the Nara period ) in the Nara period . +1 Totsuka no Tsurugi is a sword which appears in the Japanese myth . +1 FUJIWARA no Yoshio ( year of birth and death unknown ) was a noble in the Nara period . +1 FUJIWARA no Kunimichi ( dates of birth and death unknown ) was a government official in the early Kamakura Period . +1 FUJIWARA no Michisue ( 1090 - July 12 , 1128 ) was a Kugyo ( top court official ) in the late Heian period . +-1 " Mata kokoni Kabuki no Hanadashi " is a song of Kiyomoto bushi ( Theatrical music ) . +1 Torajiro SAITO ( January 30 , 1905 - May 1 , 1982 ) was a film director . +1 Sakugoro HIRASE ( February 12 , 1856 - January 4 , 1925 ) was a botanist in the Meiji and the Taisho periods . +-1 The Kurotani Magura Tunnel is one of the tunnels of the Maizuru-Wakasa Expressway , running between Ayabe City and Maizuru City of Kyoto Prefecture . +-1 School of Foreign Languages ( old education system ) +1 Cloistered Imperial Prince Gyoen ( January 31 , 1677 - January 19 , 1719 ) was a cloistered imperial prince during the early to mid Edo Period . +1 " Sei Shonagon Makura no Soshi Sho " is a book written in the Edo Period , commentaries on " Makura no Soshi " ( the Pillow Book ) written by Sei Shonagon . +-1 Izume refers a method of deciding ranking in the final of an individual tournament of Japanese archery . +-1 Kanmotsu are the tithes that were collected by the imperial court and Ryoseikoku ( province ) as tax such as Soyocho under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Damjing ( date of birth and death unknown ) was a Buddhist priest who came from Goguryeo ( kingdom of Korea ) in 7th century . +1 ISHIKAWA no Natari ( born in 728 and died on July 15 , 788 ) was a government official in the Nara period . +1 KI no Aritsune ( 815 - February 13 , 877 ) was an aristocrat of Heian period . +-1 The Seijin-shiki ceremony is an event where local public bodies in Japan invite young people who enter adulthood during the fiscal year when Seijin-shiki is held , in order to encourage and cast blessings upon them . +-1 Gio-ji Temple , located in Ukyo Ward , Kyoto City , is a temple ( nunnery ) of the Daikakuji school of the Shingon sect . +1 FUJIWARA no Keishi ( also known as FUJIWARA no Tsuneko ) +1 Min ( year of birth unknown - July 653 ) was a Buddhist scholar-monk who lived in the Asuka period . +-1 Fuhonsen coin or Futosen coin are coins made in Japan around 683 . +1 MINAMOTO no Yorinori ( years of birth and death unknown ) was a samurai and government official in the mid Heian period . +1 Kinhiro SAIONJI was a Sengoku daimyo ( Japanese territorial lord in the Sengoku period ) in Iyo Province . +-1 Kawase-jinja Shrine is a Shinto shrine located in Hikone City , Shiga Prefecture . +1 Teizo WADO ( year of birth and death unknown ) was a member of Shinsengumi ( special police who guarded Kyoto during the end of Tokugawa Shogunate ) . +1 Imperial Princess Yasuiko ( ca . 848 - July 29 , 913 ) was the thirty-first Saigu ( Imperial Princess appointed to serve the deities of the Ise-jingu Shrine ) of Ise . +1 Hikosaburo IBUKA ( 1868 - 1916 ) was an army agent in the Meiji Period and a member of the House of Representatives later . +1 The Toki no fuda was a board that was placed in a small garden in the Seiryoden ( literally " Limpid Cool Hall " ) to show time . +1 Nagamasa KURODA was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) from the Azuchi-Momoyama period to the early part of the Edo period . +1 FUJIWARA no Tomokata ( 1155 - March 29 , 1201 ) was a Kugyo ( top court official ) from the late Heian period to the early Kamakura period . +1 Emperor Koan ( 427 B.C. - February 23 , 291 B.C. ) was the sixth emperor ( reign : February 26 , 392 B.C. - February 23 , 291 B.C. ) , being described in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +-1 Kodai Sanjo generally refers to ancient mountain castles built in the historical period from Asuka to Nara , which were influenced by the Korean Peninsula . +1 Akitsune YAMAJI ( date of birth unknown - September 24 , 1881 ) was an astronomer in the late Edo period . +-1 Nenbutsu-toge is a mountain pass located on the Nenbutsutoge Line of Kyoto Prefectural Route 568 in Maizuru City , Kyoto Prefecture . +-1 Toyo Takushoku Kabushiki Gaisha was a special company established for the purpose of carrying forward colonial enterprises in Korea during the era of the Great Empire of Japan . +-1 Omi-jingu Shrine is a shrine which sits majestically atop Otsu City , Shiga Prefecture . +-1 Koden ( run-down field ) is the term indicating fields that had been cultivated but have been abandoned for some reason during the ancient times and middle ages . +1 Died at the age of 75 ( 73 by modern reckoning ) +1 Kazuo HATOYAMA ( May 6 , 1856 , to October 3 , 1911 ) was a samurai , a feudal retainer of Mimasaka-Katsuyama Domain , Mimasaka Province , in the late Edo Period , and a statesman and an advocate ( lawyer ) after Meiji Restoration . +-1 Tataki is an earthen floor which is made by mixing " tatakitsuchi " ( beaten earth ) with lime and water , then beating and solidifying it . +1 HATA no Kimiharu ( date of birth unknown-February 21 , 1152 ) was a government official ( lower or middle ranked ) near the end of the Heian period . +1 Kutsuki clan was one of the clans of Japan . +1 Jakunyo ( 1651 - September 21 , 1725 ) was a priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) in the early part of the Edo period . +-1 Higisho is a kind of ordeal believed as God 's judgment conducted in Japan during the medieval period and modern times , also being referred to as Tekka ( red-hot iron ) or Kasei ( oath of fire ) . +-1 Sho Kannon , aarya avalokitezvara in Sanskrit is a venerable entity of Bosatsu , Bodhisattva , which is worshipped in Buddhism . +-1 The Kusuko Incident is an incident that occurred in the early Heian period . +1 Kiyoka SAKURAI ( August 7 , 1895 to 1969 , male ) was an artist ( painter ) . +-1 Iwatsutsunoo ( Ihatsutsunowo ) is a god ( god of Shinto ) featured in Japanese Mythology . +1 Nankaku HATTORI ( November 12 , 1683 - July 15 , 1759 ) was a Confucian , composer of Chinese poems and a painter in Japan who lived during the middle of the Edo period and , was known as a high-caliber disciple of Sorai OGYU . +1 Mongaku ( 1139 - September 5 , 1203 ) was a priest of the Shingon Sect of Buddhism who lived from the Heian period to the early Kamakura period . +-1 Nishi Hongan-ji Temple is a Honzan ( Head Temple ) of the Hongan-ji branch of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) located in Shimogyo-ku Ward , Kyoto City , Kyoto Prefecture . +-1 Oyakodon is a rice bowl dish that uses boiled chicken and onion in warishita ( stock mixed with soy sauce , mirin and sugar ) over rice with egg . +1 Mitsunobu TOSA ( 1434-June 20 , 1525 ) was a painter from the middle of the Muromachi period to the Sengoku period ( period of Warring States ) . +-1 " Kaitai Shinsho " is a Japanese translation of " Ontleedkundige Tafelen " which was a Dutch book of medical science translated from Anatomische Tabellen written by a German doctor Kulmus . +-1 Kakejiku is a Japanese hanging scroll made of paper or cloth on which a Japanese painting or calligraphy is mounted ; it is displayed and appreciated in the tokonoma alcove and so on . +1 Kunimichi KOGA ( 1507-July 31 , 1531 ) was Kugyo ( court noble ) during the late Muromachi period . +1 Koken OTANI ( September 4 , 1965 - ) is a Jodo Shinshu ( True Pure Land Sect Buddhism ) priest and the 26th hoshu ( high priest ) of the Higashi Hongan-ji school of the Jodo Shinshu sect . +1 Chukichi the first was a swordsmith of Hizen Shinto ( modern sword ) . +1 Docho ( 1544 - May 12 , 1608 ) was a Buddhist priest in the Sengoku Period ( Period of Warring States ) . +-1 Bansho ( Bansho / Banjo ) were builders engaged in wooden architecture in medieval Japan . +-1 During the Battle of Jugorigahara , which was fought in September and October 1588 , the allied troops of Kagekatsu UESUGI and Yoshikatsu DAIHOJI , led by Shigenaga HONJO , fought against Yoshiaki MOGAMI 's troops , which were led by the brothers Yoshinaga and Katsumasa TOZENJI . +1 Minamoto no Arimitsu , ( February 5 , 1037 - November 16 , 1086 ) was a military commander in the late Heian period . +1 MINAMOTO no Yoshishige ( also called Yoshishige NITTA ) was a busho ( Japanese military commander ) of Kawachi-Genji ( the Minamoto clan ) in the end of Heian period through the beginning of Kamakura period . +-1 The Katsuragawa rest area , located at Kuze-higashi-tsuchikawa Town in Minami Ward ( Kyoto City ) Kyoto Prefecture , is a stop on the Meishin Expressway . +1 Tokitsune HIRAMATSU ( June 20 , 1599 - August 24 , 1654 ) was a Kuge ( court noble ) who lived during the early Edo Period . +-1 Yamada-nishiki is a variety of rice . +-1 Heian-ji Temple is a Buddhist temple belonging to the Nichiren Sho Sect located in Ukyo-ku Ward , Kyoto City . +-1 Chosen Tsushinshi is the name of envoys dispatched by Yi Dynasty Korea to Japan . +-1 This section on " Town names in Kita Ward , Kyoto City " lists official town names in Kita Ward and summarizes the period and process of their establishment . +1 Tadayuki Makino was a Daimyo ( Japanese feudal lord ) during the late Edo Period . +1 Kocho NISHIMURA ( June 4 , 1915 - December 2 , 2003 ) was a busshi ( sculptor of Buddhist Statues ) , Buddhist Statues repair specialist , and Buddhist priest . +-1 Omi shonin refers to merchants from the Omi Province ( present-day Shiga Prefecture ) who were active from the Kamakura period through to Edo , Meiji , Taisho and Showa periods . +1 Japan +1 " Nise Murasaki Inaka Genji " ( The Tale of Genji during the Muromachi period ) is an unfinished long gokan ( bound-together volumes of illustrated books ) written by Tanehiko RYUTEI . +1 Naonobu KANO ( November 25 , 1607-May 7 , 1650 ) was a painter of Kano school in the early Edo period . +1 Jogyo ( also known as Teigyo , March 25 , 1186 - April 3 , 1231 ) was a monk living from the end of the Heian period to the beginning of the Kamakura period . +-1 Nohgakushorin Co . , Ltd. is a publishing company in Chiyoda Ward , Tokyo which mostly produces books on nogaku ( the art of Noh ) . +-1 Shomotsu-bugyo was a governmental post of the Edo bakufu . +1 Cloistered Imperial Prince Doko ( April 8 , 1612 – August 5 , 1678 ) was a Cloistered Imperial Prince and learned monk during the early Edo Period . +-1 Machi-koji Street was a street that was central to the townspeople of Kyoto in the middle ages , and was lined with doso ( underground warehouses ) . +1 Ienobu MATSUDAIRA ( 1565 - February 27 , 1638 ) is a busho in the Sengoku period the Sengoku period ( period of warring states ) ( Japan ) . +-1 A quasi fudai daimyo refers to some tozama daimyo ( outsider to the ruler ) clans , who became treated as fudai daimyo clans ( relative or very close to the ruler ) , mainly in regards to the blood relations to the ruling family of the Edo period in Japan , mainly because of their the clans ' achievement over the time . +-1 The Battle of Anegawa refers to the battle which took place in the region around Anegawa kawara , Azai-gun , Omi Province ( the present Nomura-cho , Nagahama City , Shiga Prefecture ( around former Nomura , Azai-machi , Higashiasai-gun ) ) on August 9 , 1570 during the Warring States Period . +1 Kunitomo Tobei Yoshimasa was the name of the smith , the Kunitomo Tobei family that produced teppo ( gun ) in Goshu Province which flourished as a place of teppo production until the Edo period . +-1 Chiko Mandala is the generic name for Jodo Mandalas made after the style of the Mandala which is said to have been envisioned by Chiko and has been preserved in Gango-ji Temple of Nara City +-1 Ono-dera Temple is a temple of the Murou-ji school of the Shingon sect in Muro-mura , Uda City , Nara Prefecture . +-1 " Kokushi Taikei " is a library of books which collected historic materials essential for the study of the Japanese history and added revisions to them . +1 Koan MORI ( 1701 - ? ) was a cartographer in the mid-Edo period . +-1 Kan is a weight unit in the traditional Japanese system of weights and measures , and it was also a Japanese currency unit for the silver coin used as the currency by weight before the Edo period . +-1 Kohata Station , located in Uji City of Kyoto Prefecture , is a stop on the Nara Line of West Japan Railway Company ( JR West ) . +-1 Kyukyodo is a long-established store of stationary products and incense . +1 YUGE no Ganpo was a person who lived in Japan in the Asuka period . +-1 The term " aonyobo " refers to a middle or low-ranked young noblewoman who serves a high ranked person . +-1 Sokuikanjo is a ritual of Esoteric Buddhism conducted in an enthronement ceremony for the emperor from the 11th or 13th century up to the Edo period and its contents were treated as a secret ceremony . +1 Tadatomo KAWAKAMI ( year of birth unknown - 1607 ) was a warrior during the Warring States period and Azuchi-Momoyama period . +1 Nariko KASHUJI ( November 30 , 1788 - November 23 , 1878 ) was a court lady from the late Edo period to the early Meiji period . +-1 Ichikawa-ryu +1 FUJIWARA no Yamakage ( 824 - March 24 , 888 ) was a noble who lived in the Heian period . +-1 Nagahama sandoshiyori refers to most influential three families among Nagahama juninshu ( 10 influential families in Nagahama ) , 10 representative families of machi-doshiyori ( ward head ) in townspeople who built the Nagahama-jo Castle town ( 49 towns and 10 wards ) under the order of Hideyoshi TOYOTOMI . +1 TAIRA no Yoritsuna ( year of birth unknown - May 29 , 1293 ) was a private vassal of the Tokuso family of the Hojo clan ( miuchibito ) , serving as a butler for the Eighth Regent Tokimune HOJO and the Ninth Regent Sadatoki HOJO of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +-1 Umeyama Tumulus lies at Asuka-mura , Takaichi-gun , Nara Prefecture . +1 Kunisada UTAGAWA ( 1786- January 12 , 1865 ) was an Ukiyoe artist in the Edo period . +-1 Oike-dori Street is one of the major east-west thoroughfares in Kyoto City . +1 Yamato Takeru no Mikoto ( written in Chinese characters as 日本武尊 , also written as 倭建命 in the " Kojiki " ( Records of Ancient Matters ) ) , who was also called Ousu no Mikoto ( 小碓命 , Prince Ousu ) and Yamato Oguna ( written as 日本童男 ) , is a person who is regarded as the son of Emperor Keiko and the father of Emperor Chuai . +-1 The silver standard is a system in which silver forms the basis of a monetary system of a country . +1 Tanemichi AOYAMA ( June 15 , 1859 - December 23 , 1917 ) was a medical scientist and doctor of medicine . +1 Imperial Prince Tsunesada ( 825 - October 12 , 884 ) was a member of the Imperial Family during the early Heian period . +-1 Jisha denso was a post placed in the Kuge ( court nobles ) Government in the medieval period and modern times . +1 MINAMOTO no Moronaka ( 1116 - May 16 , 1172 ) was a noble and poet who lived in the late Heian period . +-1 Kenbu or a sword dance refers in a broad sense to dancing holding a sword . +1 " Makura no Soshi Bochu " is a book written in the Edo Period , which is a collection of marginal notes on " Makura no Soshi " ( the Pillow Book ) . +1 Mushin SUGIWAKA ( year of birth and death unknown ) was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) during the Azuchi-Momoyama period . +1 Shinsai IGARASHI ( date of birth and death unknown ) was a lacquer artist in the Muromachi period . +1 Izumi MIKAWA ( February 1 , 1922 - ) is a Nohgakushi ( Noh actor ) playing shite ( a principal role ) of the Hosho-ryu school . +-1 The Historic Monuments of Ancient Nara is the general term for temples and other historical monuments in Nara City , Nara Prefecture . +-1 The Nagatani family , which claimed to be descended from the Kanmu-Heishi ( Taira clan ) TAIRA no Takamune-o line , belonged to the Tosho-ke ( the hereditary lineage of Court nobles occupying relatively high ranks ) ; the founder of the family was Tadayasu NAGATANI ( Shosanmi Minbu taifu , or Senior Third Rank , Senior Assistant Minister of Popular Affairs ) ( 1612 - 1669 ) , who was the fifth son of Tokiyoshi NISHINOTOIN ( Junii Sangi , or Junior Second Rank , Councilor ) ( 1552 -1640 ) . +1 Akiyoshi ICHIJO ( June 12 , 1605-March 11 , 1672 ) was a court noble of the highest rank in the early Edo period . +-1 Japanese-Sino War ( Kogo war in Chinese , First Sino-Japanese war in English ) is a war fought between the Empire of Japan and the Quing Dynasty over Korean Dynasties from July 1894 through April 1895 . +-1 Ochi ( the punch line of a joke ) +1 Prince Nagaya ( 684 ? - March 20 , 729 ) was a member of the imperial family and Kugyo ( high court noble ) . +1 Imperial Princess Eishi ( also known as Hideko ) ( 921 - October 18 , 946 ) was a member of the Imperial Family during the middle of the Heian period . +1 Yasutoshi TAKU ( 1563 - 1636 ) was a person who lived from the Sengoku period ( period of warring states ) to the Edo period +-1 The term " Jugoi " ( Junior Fifth Rank ) refers to an Ikai ( court rank ) or a Shinkai ( ranks granted to Shinto gods ) in Japan . +1 Shinpei GOTO ( July 24 , 1857 - April 13 , 1929 ) is known as a doctor , a high-rank official , and a politician who played active roles in various fields through Meiji , Taisho and early Showa Period . +1 Princess Yoshiko ( October 28 , 1804 - January 27 , 1893 ) , who was from the Imperial family , lived from the end of the Edo period to the Meiji period . +-1 Located in Okazaki-koen Park , Sakyo Ward , Kyoto City , The National Museum of Modern Art , Kyoto ( MOMAK ) , is an art museum operated by the Independent Administrative Institution National Museum of Art . +-1 A Shinto shrine ( or Jinja ) is a religious institution based on the Shinto religion . +1 Suetoo YOTSUTSUJI ( August 17 , 1513-September 16 , 1575 ) was a Kuge ( court noble ) and calligrapher in the Sengoku period ( period of warring states ) . +-1 " Rotensho " ( 露天商 ) are people who do business outside or under the sun , and who have no store . +1 Fumikage SODEOKA ( August 28 , 1799 - August 5 , 1855 ) was a courtier of Jige-ke ( the house of lower- ranked courtiers who were not allowed to enter the court ) in the late Edo period . +1 Otogi Zoshi are illustrated short stories , and the style , established during the Muromachi period into the Edo period . +1 Tadakuni IJUIN ( date of birth and death unknown ) is a person of Satsuma Province from the end of Kamakura period to the early Muromachi period . +-1 Naginata ( wielding techniques ) is a modern martial art , using a wooden or bamboo sword which looks like the old Japanese weapon called " naginata " ( originally , a pole with a wood shaft and a curved blade on its end ) . +-1 This section on " Town Names in Yamashina Ward , Kyoto City " , lists official " Town Names " in Yamashina Ward and summarizes the period and process of their establishment . +-1 Traditional vegetables of Kyo ( another name for Kyoto Prefecture ) refers to the crops of vegetables that have been certified by the Kyoto Prefecture since the certification began in 1987 , and 41 crops of vegetables have been certified so far , including those that are almost equivalent to traditional vegetables of Kyo , and those that are already extinct . +-1 Kamu-oichi-hime is a Shinto goddess from Japanese mythology . +-1 Tenka ( 天下 , also pronounced tenga , tenge , or amenoshita ) is a notion which means the whole world . +1 Donryu ( June 2 , 1556 - September 3 , 1623 ) was a monk of the Jodo ( Pure Land ) sect of Buddhism during the Warring States period through to the early Edo period . +1 Ebizo ICHIKAWA the 8th ( 1845 - November 12 , 1886 ) was a Kabuki actor , who actively played various roles from the end of Edo Period to the early Meiji Period . +-1 Yamazaki-bashi Bridge , also referred as Yamasaki-hashi Bridge is the name of several bridges in Japan . +1 Iemasa TAGAYA ( dates of birth and death unknown ) was busho ( Japanese military commander ) in Musashi Province in the early Kamakura period . +-1 Kudara-ji Temple is a Koyasan Shingonshu sect temple located in Koryo-cho , Kitakatsuragi Country , Nara Prefecture . +-1 Seizan-Fukakusa school of the Jodo Sect is one school of the Jodo Sect , whose head temple is the Seigan-ji Temple in Nakagyo Ward , Kyoto City . +1 Yamabe no Okimi ( year of birth unknown - c . July 31 , 672 ) was a person lived in the Asuka period . +-1 Todoza was an autonomous mutual support group for the male blind that existed from the medieval period through early modern times in Japan . +-1 Arakan ( arhat in Sanskrit ) is a saint in Buddhism who is eligible to receive respect and charity . +-1 Shoryoe refers to Daihoyo ( major Buddhist memorial service ) for the anniversary of Prince Shotoku 's death . +1 Nijuichidaishu is a collective term for the 21 anthologies compiled by Imperial command as a state project , beginning with " Kokin Wakashu " ( A Collection of Ancient and Modern Japanese Poetry ) and ending with " Shinshoku Kokin Wakashu " ( The New Collection of Ancient and Modern Japanese Poetry Continued ) . +-1 Ninose Station , located in the Sakyo ward of Kyoto City , Kyoto Prefecture , is a stop on the Kurama Line of the Eizan-dentetsu ( Eizan Electric Railway ) . +-1 Ri is a unit of length in old Japanese system of weights and measures . +1 Prince Ekuri ( 578 - year of death unknown ) was the fifth son of Emperor Yomei . +-1 Kenjo no shoji ( sliding screens of the 32 Chinese sages ) are sliding screens that were placed at the main housing of the Shishin-den Hall ( hall for state ceremonies ) to be separated from the kitakata kitabisashi ( northern eaves ) in the Imperial Palace . +-1 Eijitsu ( 1201 – January 21 , 1215 ) was the third son of MINAMOTO no Yoriie , the second seii taishogun ( literally , " great general who subdues the barbarians " ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +1 Ryoo DOKAKU was a monk of the Obaku sect of Buddhism ( he was born on April 29 , 1630 and died on June 21 , 1707 ) and a contributor to several social programs during the early phase of the Edo period , such as education and culture , social welfare , and public utilities . +1 SAEKI no Kazuragi is a court noble in the Nara Period . +-1 The Omi-Miyagawa Domain existed in Miyagawa , Sakata County , Omi Province ( present-day Miyashi-cho , Nagahama City , Shiga Prefecture ) . +1 Joan MATSUOKA ( 1668 - August 27 , 1764 ) was a Japanese Confucian and scholar of herbalism . +-1 Bishamon-do Temple is Buddhist temple belonging to the Tendai Sect located in Yamashina-ku Ward , Kyoto City . +-1 Equestrianism ( called ' bajutsu ' in Japan ) refers to recreational activities and competitive sports and a system of technique of riding or driving horses and aiming at accuracy , activity , beauty , and so on . +1 Jinson ( August 25 , 1430-May 31 , 1508 ) was a Japanese priest of Nara Kofuku-ji Temple lived over the middle of the Muromachi period and the Sengoku period ( period of warring states ) . +-1 Suzuhiko-hime ( literally , Princess Bells ) is one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Gazu Hyakki Tsurezure Bukuro " ( The Illustrated Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +-1 The regency is a form of government during the Heian period where actual power was long monopolized by a deputy or adviser to the emperor from Yoshifusa 's line in the Fujiwara family ( the Northern House of the Fujiwara clan ) , who was installed as a regent , a chancellor or a nairan ( private inspection ) from generation to generation . +-1 Torimi ( officer for falconry ) is a position in the Edo shogunate . +-1 Wasan ( Japanese mathematics ) is a type of mathematics uniquely developed in Japan . +-1 Amanohashidate Station , located in Aza-Monju of Miyazu City , Kyoto Prefecture , is a stop on the Miyazu Line of the Kitakinki Tango Railway . +1 Hozen EIRAKU ( 1795-September 16 , 1854 ) was a ceramic artist of kyo-yaki ( Kyoto style ceramic art ) who was active during the nineteenth century . +1 Yoshitsugu KIRA ( dates of birth and death unknown ) was a busho ( Japanese military commander ) in the Kamakura period . +1 Shinga ( 801 - February 1 , 879 ) was a priest of the Shingon sect of Buddhism during the early Heian period . +-1 Kodai-ji Temple is a Buddhist temple belonging to the Kennin-ji Temple school of the Rinzai Sect located in Higashiyama Ward , Kyoto City , Kyoto Prefecture . +-1 Kokyu is a Japanese stringed instrument . +-1 Ano is a valley along the lower Nyu-gawa River and is located in Gojo-shi City ( former Nishi-yoshino Village in Yoshino District ) , Nara Prefecture . +1 Princess Seishi ( also known as Nariko ) ( year of birth and death unknown ) was a member of the Imperial Family during the middle of the Heian period . +1 Emperor Ingyo ( circa 376 - February 8 , 453 ) was the nineteenth Emperor of Japan ( reigned from January , 413 , to February 8 , 453 ) . +-1 Ichijo-dori Street is one of the major east-west streets in Kyoto City . +-1 Manabu TOYA ( 1953 - ) is a Shintoist , novelist and business enterprise consultant in Japan . +-1 The Kameyama Domain was a feudal domain in Tanba Province during the Edo period . +1 Chuyuki is a diary written by FUJIWARA no Munetada , Nakamikado Udaijin ( Minister of the Right ) , for over 50 years from 1087 to 1138 . +1 Masahiro INUI ( 乾 正厚 , years of birth and death unknown ) was a kinnoka ( imperialist ) . +-1 Machi-bugyo was a name of a governmental post in the Edo period that was in charge of administration and judicature in an urban area ( called machi-kata ) in a territory . +1 Masahide KUSUNOKI ( date of birth unknown - 1446 ) was a busho ( Japanese military commander ) who lived in the Muromachi period . +1 Kyusaku MATSUZAWA ( 1855 - June 25 , 1887 ) was an advocate of the Freedom and People 's Rights who was born in Azumino City , Nagano Prefecture . +-1 Ukei is the act of divination practiced in ancient Japan . +1 Bussokusekika is a name given to a waka ( Japanese poetry ) based on its contents and format , and is also referred to as Bussokuseki no uta ( the Buddha 's Footprint Poems ) . +1 The mother of MINAMOTO no Kanetoshi ( year of birth and death unknown ) was a kajin ( waka poet ) who lived toward the end of the Heian period . +1 The thousandth anniversary of the Tale of Genji refers to various events held to commemorate a thousand years since the Tale of Genji was written . +1 Nukadehime no himemiko ( year of birth unknown - July , 664 ) was a member of the Imperial Family from the late Tumulus period to Asuka period . +-1 The Toki clan is a samurai family who flourished from the Kamakura to the Edo period . +1 Asagao ( The Morning Glory ) is one of the fifty-four chapters of " The Tale of Genji . " +-1 Noshi is an ornament attached to gifts and presents offered on festive occasions in Japan . +-1 Kabuki Juhachiban refers to performances selected by Danjuro ICHIKAWA ( the seventh ) , that are specialties of his kabuki ( traditional drama performed by male actors ) school . +-1 Shosanmi ( Senior Third Rank ) is one of the ranks in Ikai ( court ranks ) and Shinkai ( ranks granted to Shinto gods ) . +1 Norimasa IMAGAWA was shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) from the period of the Northern and Southern Courts through the early Muromachi Period . +-1 Tojo system is a way of city planning developed in the East Asia cultural sphere by absorbing the influence of Chinese imperial cities . +1 Taikan YOKOYAMA ( orthographic style : Taikan , November 2 , 1868 - February 26 , 1958 ) was a Japanese artist . +1 Ikkansai KUNITOMO ( November 21 , 1778 - December 26 , 1840 ) , the ninth Tobei KUNITOMO , was a gun ( teppo in Japanese ) smith and an inventor . +-1 The Southern House of the Fujiwara clan was a family line whose originator was FUJIWARA no Muchimaro , the eldest son of FUJIWARA no Fuhito , the minister of the right . +1 Kohichiro FUKUI ( year of birth and death unknown ) , who lived in the Azuchi Momoyama period , was a jizamurai ( local samurai ) , whose base was in the village of Katsube Okugo Hasshoji , Keta County , Inaba Province ( Tottori Prefecture ) . +1 ATO no Akafu is a person who lived during Japan 's Asuka period , but his birth and death dates are not known . +-1 Mibu-dera Temple is the grand head temple of the Ritsu Sect located in Mibu , Nakagyo-ku Ward , Kyoto City . +1 Nobuko TAKATSUKASA ( 1651-March 17 , 1709 ) was the lawful wife of Tsunayoshi TOKUGAWA , the fifth seii taishogun ( literally , " great general who subdues the barbarians " ) of Edo bakufu ( Japanese feudal government headed by a shogun ) . +1 OZUKI no Suetsugu ( 小槻 季継 , 1192 - November 6 , 1244 ) was a kanjin ( government official , especially one of low to medium rank ) in the mid Kamakura period . +-1 Hakuo MATSUMOTO ( July 7 , 1910 - January 11 , 1982 ) was a Japanese theater , film and kabuki actor . +1 Imamairi no tsubone ( unknown - March 3 , 1459 ) was a woman of the Muromachi period and a wet nurse to eighth Shogun Yoshimasa ASHIKAGA and a concubine . +-1 Remarks +-1 Shichu-hikimawashi was a kind of punishment in the Edo period , whereby a criminal was brought through the streets in public on horseback to the execution ground , together with ' sutefuda ' ( official notice board stating the details about the criminal and the crime ) . +-1 Mozuku ( Nemacystus decipiens ) is marine alga classified under the family Spermatochnaceae or the family Chordariaceae in the order Chordariales , the class Phaeophyceae . +1 Morouji HOSAKAWA ( 1305 - 1348 ) was a busho ( Japanese military commander ) during the late Kamakura period through the period of the Northern and Southern Courts ( Japan ) . +-1 A seiden ( shoden ) is the central building of a palace , a shrine , etc . +-1 Kado no Kori ( Kadono-gun ) was a district that existed in Yamashiro Province , Kyoto Prefecture . +1 Tokiie HONJO ( year of birth and death unknown ) was a busho ( Japanese military commander ) of Kodama Party , Musashi Province in the early Kamakura period ( he practically succeeded to the head family of Kodama Party ) . +-1 A stone spatula is a kind of flake stone tool in a spatula-like shape , and it is considered to be used for cutting trees or bones , tanning animal skins , or maybe digging ground . +1 Emperor Seiwa ( May 10 , 850 - January 7 , 881 ) was the fifty-sixth Emperor ( he reigned during the early Heian period ) . +1 TAIRA no Nobusue ( 1144-August 12 , 1179 ) was a government official ( esp. one of low to medium rank ) who lived in the end of the Heian period . +1 Shosuke ( 勝介 ) TANAKA ( dates of birth and death unknown ) was a trading merchant of Kyoto in the early Edo period . +1 OTOMO no Nakatoko ( year of birth unknown - 651 ) was a member of Gozoku ( local ruling family ) who lived during the Asuka period . +1 Denzaburo FUJITA ( August 2 , 1841 - March 30 , 1912 ) was a business heavyweight in the Kansai area during the Meiji Period and founder of the Fujita Zaibatsu ( conglomerate ) . +1 Seven wise men in Saga was a general name of seven great men of Saga , who made remarkable services in the end of Edo Period ( the last days of Tokugawa Shogunate ) to Meiji period . +1 Hoshinno was an Imperial Prince who became a priest and renounced the world remaining within the imperial court . +-1 The Nakayama family were kuge ( court nobles ) with kakaku ( family status ) of urinke ( the fourth highest family status for court nobles ) . +1 Eikoin ( 1624 - November 20 , 1711 ) was a woman in the Edo period who was a concubine of Iemitsu TOKUGAWA , the third seii taishogun ( literally , " great general who subdues the barbarians " ) of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +1 Sadanobu KAZANIN ( April 17 , 1640 - November 18 , 1704 ) was a Kugyo ( high court noble ) who lived in the early Edo period . +1 Tsuneosa KASHUJI ( Although he was born on November 21 , 1825 , his birthday was officially recorded as November 18 , 1828 ) : in " Yamashiro no Kuni Kyoto SODEOKA Genbanosuke Kaki " ( The Family Chronicle of Genbanosuke SODEOKA in Kyoto , Yamashiro Province ) , ( housed in the National Institute of Japanese Literature ) , written by Fumikage SODEOKA , a Jige official ( the government officials of lower- ranked courtiers who were not allowed to enter the court ) and a Zassho ( or Karei : butler ) served for the Kashuji family , who was asked to be a private tutor of Tsuneosa by Nariko KASHUJI , it is read ' ..... Mansenhime who came to the family as a bride gave a birth to Tsuneosa on October twelfth in the eighth year of the Bunsei era , so Tsuneosa 's true age was fifteen years old this year ; however it was recorded that he was only twelve years old when he was conferred Jugoinoge ( Junior Fifth Rank , Lower Grade ) as his first court rank .... ' in the section of April 8 , the tenth year of the Tempo era , which means his age was reported three years younger than actual for the official recording . +-1 Ugayafukiaezu is a deity in Japanese mythology . +-1 Nara Railway was a Japanese private railway company that constructed and managed the entire current Nara Line and over half of the current Sakurai Line . +1 FUJIWARA no Narichika ( 1138 - August 11 , 1177 ) was a court noble at the end of the Heian period . +1 Yoritsune NANBA ( year of birth unknown - 1217 ) was a retainer of the Imperial Court during the late Heian period to early Kamakura period . +1 KI no Shizuko ( year of birth unknown - February 866 ) was Emperor Montoku 's koi ( a lady waiting in the court or court lady ) . +1 Kisaburo KAWAI ( 1838 - March 28 , 1866 ) was a Shinsengumi Accountant ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +-1 Located in Higashiyama Ward , Kyoto City , Keage Station is a stop on the Kyoto Municipal Subway Tozai Line . +-1 The Battle of Ishizu was fought on June 10 , 1338 , during the period of the Northern and Southern Courts ( Japan ) , in Ishizu of Sakaiura , Izumi Province ( areas in and around present-day Sakai City , Osaka Prefecture ) between Akiie KITABATAKE , who supported the Southern Court , and KO no Moronao , who supported the Northern Court . +-1 Having been handed down in Japan from old times , Mishaguji is a kami ( of Shinto ) whose origin is not very clear . +1 Tanemichi KUJO ( March 4 , 1507 - February 24 , 1594 ) was a Kanpaku and classical scholar who lived during the Sengoku period ( Japan ) and the Azuchi-Momoyama period . +1 Kazuma MIYAKAWA ( 1841 ? - January 27 , 1868 ) was a member of Shinsengumi . +1 Dosho ( 629 - April 3 , 700 ) was a priest of the Hosso sect and he was born at Funenomuraji , Tajihi County , Kawachi Province ( present Osaka Prefecture ) . +-1 Kuchikami-sake means sake that is produced through the process of chewing grain , such as rice , or seed in the mouth , spitting it out and leaving it as it is . +-1 The term " hyakusho , " which can also be pronounced " hyakusei " or " omitakara , " was originally a word of Chinese origin that indicates all people with a hundred ( many ) surnames , i.e. , all the social class with surnames . +1 Mitsusue IGA ( date of birth unknown -June 13 , 1221 ; his first name 光季 ( Mitsusue ) is also written as 光末 ) was a busho ( Japanese military commander ) , who lived during the early Kamakura Period . +1 FUJIWARA no Arikuni ( 943 - August 18 , 1011 ) was a Court noble in the mid Heian period . +1 Hanachirusato is +-1 Yodo-jo Castle was a castle which used to be in present Fushimi Ward in Kyoto City , Kyoto Prefecture . +1 NURIBE no Tomose is a person who lived during Japan 's Asuka period , although his birth and death dates are not known . +1 Soro RYU ( or TATSU ) ( 1714 - 1792 ) was a Confucian scholar and a composer of Chinese poems in the late Edo period . +-1 Itowappu is a system of importing raw silk threads in Japan during the Edo period . +-1 " Honmatsu seido , " a system intended to control the Buddhist organizations , was established by the Tokugawa shogunate during the Edo period . +-1 Karita-rozeki or Katta-rozeki ( 刈田狼藉 ) means to harvest rice crops illegally in order to claim chigyo ( tenure ) to land # in medieval Japan . +-1 Ryo was a rank in government offices under the ancient Japanese ritsuryo legal code system . +-1 The Constitution of the Empire of Japan was the organic law of the Empire of Japan based on the idea of modern constitutionalism , promulgated on February 11 , 1889 , and came into effect on November 29 , 1890 . +-1 " Saigu " ( also called Saiku or Itsuki no Miya as well as Iwai no Miya ) refers to the residence of Saio ( a vestal virgin princess ) serving at the Ise-jingu Shrine between ancient times and the period of the Northern and Southern Courts ( in Japan ) . +-1 Yakushi-ji Temple is a Buddhist temple located in Nishinokyo-cho , Nara City , Nara Prefecture , which is a Daihonzan ( Head Temple ) of the Hosso sect along with Kofuku-ji Temple . +-1 Tanko is one of the formal names of Ko ( armor ) used between Yayoi Period and Tumulus Period . +-1 Chosei was a " busshi " ( a sculptor of Buddhist statues ) in the middle of the Heian period , whose birth year was 1010 ( birth date unknown ) and death date was December 27 , 1091 . +-1 Tang names ( tomei , tomyo , or karana ) are Chinese names of government posts or departments each of which corresponds to a Japanese name of a government post or department whose official duties were similar to those of Tang under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +-1 Bangumi elementary schools refer to the sixty-four elementary schools established by the towns people in Kyoto in 1869 , two years after the Meiji Restoration , based on the then extant municipal-level autonomous administrative unit known as the ' bangumi ' ( a neighborhood unit ) . +-1 Mizuho-cho was a town located in Kyoto Prefecture . +1 Hotoke-gozen ( 1160-1180 ) was a women who danced Shirabyoshi ( Japanese traditional dance ) and lived in the end of the Heian period . +-1 Toshodai-ji Temple , located in Gojo-cho , Nara city , is noted in connection with Jianzhen . +-1 The Honmachi-dori Street is a street running north-south through Kyoto City . +1 Shugakuin Imperial Villa is a detached Palace within the Imperial Household Agency 's jurisdiction , and it is located at the foot of Mt . Hiei in Sakyo Ward , Kyoto City . +-1 The competition of running up the long staircase of the JR Kyoto Station building is an event that has been held there by the Kyoto Broadcasting System Company Limited ( KBS ) on the third Saturday every February since 1998 . +1 Ryohen ( 1194-October 3 , 1252 ) was a priest of Hosso sect in the early Kamakura period . +-1 Kamishimo ( old ceremonial dress ) is a kind of formal kimono ( traditional Japanese clothes ) for men . +1 Tomohisa ODA ( April 1 , 1417 - June 14 , 1455 ) was a busho ( Japanese military commander ) in the mid Muromachi Period . +-1 Chinese characters representing Kannagi include " 巫 " and " 神なぎ ( 神和ぎ ・ 神薙ぎ ・ 神凪 ) , " which are also read as " kaminagi " or " kamunagi . " +-1 Maizuru Shinkai Park ( Maizuru Sea Park ) is a park in Maizuru City , Kyoto Prefecture . +1 Shinsho ( 1167 - August 1 , 1230 ) was a priest of the Tendai Sect from the latter part of the Heian period to the early part of the Kamakura period . +1 Zenami ( 1386 - 1482 ) was a gardener who lived during the Muromachi period . +1 Empress is the wife of the emperor . +-1 Hirokoji-dori Street is a street running east-west in Kyoto City , Kyoto Prefecture . +1 MINAMOTO no Morotoki ( 1077 - May 15 , 1138 ) was a Kugyo ( high court noble ) and poet during the late Heian period . +1 Tomosada UESUGI +1 Motoyuki NIKAIDO ( 二階堂 基行 , 1198 - November 17 , 1240 ) was a governmental official responsible for practical works of the bakufu ( Japanese feudal government headed by a shogun ) in the mid Kamakura period . +-1 Kyusho-ji Temple , located in Yamatokoriyama City , Nara Prefecture , is a temple of the Soto sect of Zen Buddhism . +1 Fumimichi KOGA ( 1810 - 1818 ) was a retainer of Imperial Court who lived during the latter half of the Edo period . +-1 Kusamochi is a kind of rice cake . +1 Yoshisada ISSHIKI ( year of birth unknown - September 24 , 1582 ? ) was the family head of the Isshiki clan . +1 Mitsuyoshi AKECHI ( 1569 - July 14 , 1582 ) was a busho ( Japanese military commander ) in the Sengoku period who was active from the end of Muromachi period to Azuchi-Momoyama period . +-1 The Nakatomi clan , together with the Inbe clan , was a powerful family serving the Yamato court in ancient Japan , who took charge of Shinto rituals and religious services , and had occupied the region Yamashina -approximately corresponding to today 's Nakatomi-cho , Yamashina Ward , Kyoto City - as their base through the ages . +1 Sadako SAWAMURA ( November 11 , 1908 - August 16 , 1996 ) was an actress and essayist . +-1 " Yagura " ( turret ) , which is written as " 櫓 " in Japanese , is a term for Japanese traditional constructions , buildings , and structure . +1 Kame no mae ( year of birth and death unknown ) was a woman , who lived during the late Heian Period . +1 Imperial Princess Baishi ( year of birth and death unknown ) was the second Princess of Emperor Gouda . +-1 Kodaireki is a chronicle written between the Period of Northern and Southern Courts and the Muromachi period . +-1 Yawata City is a city located in the southern part of Kyoto Prefecture and borders on Osaka Prefecture . +-1 Jotenkaku Museum is an art museum located in Kyoto City , Kyoto Prefecture . +1 Tomotane SOMA ( September 18 , 1852 - February 22 , 1892 ) was a daimyo ( Japanese feudal lord ) of the Edo period . +-1 The Minamoto clan ( Genji ) is a family whose honorary surname was Minamoto . +-1 Seaweed ( written as 若布 , 和布 , 稚海藻 , or 裙蔕菜 in kanji ; scientific name : Undaria pinnatifida ) is a marine alga of the class Phaeophyceae , order Laminariales and family Alariaceae . +1 Hatto is a construction in a Buddhist temple where priests make lectures about Buddhism . +-1 Kosho OTANI ( November 1 , 1911 - June 14 , 2002 ) was a Japanese religious figure . +1 Hyogo SAKAI ( date of birth unknown - around August of 1865 ) was an accountant of the Shinsengumi . +1 Shotetsu ( 1381-June 9 , 1459 ) was a poet-monk of the Rinzai Sect who lived during the mid-Heian period . +1 FUJIWARA no Morokane ( 1048 - April 7 , 1076 ) was a Kugyo ( court noble ) who lived during the late Heian period . +-1 Gunsei was a domestic law of Japan during the period of Meiji and Taisho era , which stipulated Gun , a district occupying an intermediate position between a prefecture and a municipality , as a local government . +-1 Sagamu no kuni no miyatsuko ( also known as Sagamu kokuzo ) was a kuni no miyatsuko ruled the east part of Sagami Province . +-1 From the Heian Period , " Shunshi " was the title given to monjosho ( students of literary studies at Imperial universities ) . +1 TAKASHINA no Naritada ( 923 - July , 998 ) was a Kugyo ( top court official ) who lived during the mid Heian period . +1 Akinori MATSUO ( born November 5 , 1928 ) is a film director in Japan . +-1 Jogan-ji Temple is a Tendai sect temple in Owaki-cho , Higashiomi City ( former Yokaichi City ) , Shiga Prefecture . +-1 Kenmitsu taisei refers to a hypothesis about a medieval religious theory in Japan , which was proposed by Toshio KURODA , a historian . +1 Hirosawa no tsubone ( 1572 - 1637 ) was a daughter of Tsunemasa NAGOYA who was the lord of Kakizoe-jo Castle in Hizen Province , and one of the Hideyoshi TOYOTOMI 's concubines . +1 Sanpaku INAMURA ( 1758 – February 11 , 1811 ) was a Rangakusha ( a person who studied Western sciences by means of the Dutch language ) in the late Edo Period . +1 Munenori YAGYU was a Japanese military commander , a feudal lord , and a swordsman in the early Edo period . +1 Anahobe no hashihito no himemiko ( year of birth unknown - February 6 , 622 ) was a one of the Imperial Family members during the Asuka period . +-1 Suzuri no tamashii ' or ' suzuri no sei ' is one of ' tsukumogami ' ( a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ) as described in " Konjaku Hyakki Shui " ( literally , Supplement to The Hundred Demons from the Present and the Past ) , a yokai ( Japanese ghosts , spirits , spooks and monsters ) art collection book or supernatural bestiary by Sekien TORIYAMA . +-1 Election interference means interference to election made by ruling party to eliminate their opponents . +-1 Sanin Kaigan National Park is a designated national park that stretches 75 km along the coast of Japan facing the Japan Sea and the park runs along the Amino Coast in the Tango region , Kyoto Prefecture , Tajima-mihonoura Inlet in Hyogo Prefecture , and Tottori-sakyu Sand Dunes in eastern Tottori Prefecture . +-1 Takeisao-jinja Shrine is a Shinto shrine located halfway up of Mt . Funaoka in Kita Ward , Kyoto City . +1 FUJIWARA no Yasunari ( years of birth and death unknown ) was a retainer of the Imperial Court at the end of Heian period . +-1 The Shijo school is a large group among those of the Japanese painting world . +-1 Samida Takarazuka Tumulus is a keyhole-shaped mound built in the latter half of the earlier Kofun period ( tumulus period ) ; it is located in Kawai-cho , Kitakatsuragi-gun , Nara Prefecture . +-1 Ritsumeikan University ( BKC ) Bus Route +1 Chushin ZEKKAI ( December 9 , 1334 - May 3 , 1405 ) was a Buddhist monk from the period of the Northern and Southern Courts ( Japan ) to the early years of the Muromachi period . +-1 Kyoto ( also known as Miyako and Kyo-no-Miyako in Japanese ) was the historical capital of Japan . +-1 " Iki " is a Japanese aesthetic sense ( aesthetic concept ) . +-1 Hayashi rice is a dish featuring a sauce served atop white rice , the sauce of which is cooked by stir-frying thin pieces of beef and chopped onion with butter and stewing it with red wine and demi-glace sauce . +1 Imperial Prince Muneira ( 951 - March 30 , 1041 ) was a member of the Imperial family in Heian period . +-1 Nezumi komon haruno shingata is a program of Kabuki . +-1 The Okochi clan is part of the Seiwa-Genji ( Minamoto clan ) and Settsu-Genji ( Minamoto clan ) , and is said to have been established when Akitsuna , the grandson of MINAMOTO no Yorimasa , moved to Okochi-go , Nukata County in Mikawa Province ( which some have asserted to be the present-day Aza-Okochi , Ohira-cho , Okazaki City , Aichi Prefecture ) and called himself Okochi . +-1 The Yokoyama Party , centered in the Yokoyama-sho estate in Tama County , Musashi Province ( the present Hachioji City , Tokyo ) , was an armed group from the same family that existed from the late Heian period to the Kamakura period , and based themselves in Musashi Province ( Osato County , Hiki County , and Tachibana County ) and the northern part of Sagami Province . +-1 Bakezori ' is one of Tsukumogami ( the spirits of discarded object ) and a yokai ( apparition ) of zori ( thonged sandals ) . +1 FUJIWARA no Oguromaro ( 733-July 31 , 794 ) was a noble who lived during Nara period . +-1 " Aoso-za " refers to " za " ( the guild ) of " aoso " ( Boehmeria nipononivea , a fiber material for clothing ) , which was established in the later middle ages of Japan . +-1 Chigomage ( also pronounced " chigowage " ) is a form of hair which was worn by boys from the Heian period to the Azuchi-Momoyama period , and also the similar hairstyle for girls which dates from the Edo period . +-1 Kakitsu War is referred to as a series of disturbances occurred in 1441 , from when Mitsusuke AKAMATSU , a shugo ( provincial constable ) of the Harima Province , the Bizen Province , and the Mimasaka Province , assassinated Yoshinori ASHIKAGA , the 6th seii taishogun ( literally , " great general who subdues the barbarians " ) to when he was defeated and killed by the punitive force of bakufu ( Japanese feudal government headed by a shogun ) in his own territory , Harima . +-1 Gokogu-jinja Shrine ( it is also pronounced Gokonomiya-jinja Shrine ) is a Shinto shrine located in Fushimi Ward , Kyoto City . +1 Josuke UBA is the family name of a kabuki writer . +-1 " Hannyashin-gyo Hiken " was a commentary on " Hannya Shingyo " ( the Wisdom Sutras ) and was written by Kukai around 818 . +1 Jigo HIGASHIFUSHIMI ( May 16 , 1910 - ) is a Buddhist monk in Japan . +-1 The Russo-Japanese War ( Русско-японская война in Russian , February 6 , 1904 - September 5 , 1905 ) was a war which broke out between the Great Empire of Japan and the Russian Empire ( Although Montenegro , [ Then known as the Principate of Montenegro ] which was in an alliance with Russia declared war against Japan , it did not participate battle . ) and was primarily fought on the Korean Peninsula and southern Manchuria ( northeastern China ) . +1 Taiki is a diary of FUJIWARA no Yorinaga , Uji-sadaijin ( Minister of the Left ) . +1 Ryousaku Shiba ( date of birth unknown , 1840 - date of death unknown ) was a member of the shinsengumi . +1 Prince Naniwa ( around 560 - 587 ) was the first son of Emperor Bidatsu and his wife , KASUGA no Ominago . +1 FUJIWARA no Aritoshi ( year of birth and death unknown ) was a government official ( low to medium rank ) who lived in the early Heian period . +-1 Hyatt Regency Kyoto is a hotel located in Sanjusangendo , Higashiyama-ku Ward , Kyoto City . +1 Daijo Tenno ( the Retired Emperor ) is an honorary title awarded to an Emperor who handed over the Imperial Throne to his successor . +1 Princess Numaki iribime ( Nunaki iribime no Mikoto ; the dates of her birth and death are unknown ) was a princess of the Emperor Suinin . +-1 Makino Talkie Seisaku-jo ( established in November 1935 , liquidated in April 1937 ) was a film company that once existed in Kyoto . +1 Sukehide INADOME ( 1508 - 1567 ) was a busho ( Japanese military commander ) who lived in the Sengoku period ( period of warring states in Japan ) and a vassal of the Isshiki clan . +-1 Rurikei River Valley Hot Spring is a hot spring located in Sonobe-cho , Nantan City , Kyoto Prefecture ( Tanba Province under the ancient administrative division ) . +1 TAIRA no Moritoki ( year of birth and death unknown ) was a bugyonin ( government official for the bakufu , or feudal government head by a shogun ) in the early Kamakura period . +1 Kinuji OGIMACHISANJO ( 1182 - October 12 , 1237 ) was a Kugyo ( court noble ) in Kamakura period . +-1 Nisso boeki was the trade done between Japan and the Sung Dynasty ( Southern Sung Dynasty ) in China . +1 Yahei TOYAMA ( 1843 - May 22 , 1868 ) was a member of the Shinsengumi ( a special police force of the late Tokugawa shogunate period ) and Goryo-eji ( guard of Imperial mausoleums ) . +-1 Ise ebi , or Japanese spiny lobster ( Panulirus japonicus ) is a species of lobsters that belongs to Parimuridae of Decapoda . +1 Sansetsu TOYAMA ( dates of birth and death unknown ) was an igo player ( Igo ) who was active around the Bunsei era . +-1 Gomashio is a mixture of sesame seeds and salt and used as a seasoning . +-1 Kinuta is a Noh play which is said to have been created by Zeami . +1 MIYAKO no Sadatsugu ( 791-June 13 , 852 ) was a government official ( esp. one of low to medium rank ) who lived in the early part of the Heian period . +-1 Seyaku-in ( the pharmacy institution ) , which was established in the Nara period as a ryogenokan ( extra statutory office ) , was a rescue facility for common people as well as a garden of medicinal plants . +1 Chido ( 1736-December 12 , 1805 ) was a priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) from the mid to the late Edo period . +1 Hidetaro KATAOKA is a Kabuki ( traditional drama performed by male actors ) actor . +-1 Shukuba refers to urban areas that were established mainly during the Edo period along the Go-kaido Road ( Edo Five Routes ) and Wakiokan ( secondary route that connected the Five Routes ) to look after officers who transported luggage from one post station to another . +1 Michika ICHIJO ( November 18 , 1722- October 4 , 1769 ) was a high-rank Court noble in the Edo period . +-1 " Shiratama " is dumplings made from rice flour called shiratamako . +-1 Jo ( 丈 ) +1 It means Emperor who was woman . +-1 Nichigenn-boueki was the trade relationship held between Japan and the Yuan Dynasty . +-1 The Nanshinron ( southward advance ) theory was one of Japan 's foreign policies before World War II , advocating that the country should advance into Southeast Asia and the South Pacific islands . +-1 Rissho Ankoku-ron is a treatise written in 1260 by Nichiren , who founded the Nichiren sect of Buddhism , to be submitted to Tokiyori HOJO , a former regent to the shogunate , who was the head of the major lineage of the Hojo family . +-1 Ryogen-in Temple is a sub-temple within the precinct of Rinzai sect Daihonzan ( Head Temple ) Daitoku-ji Temple located in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +-1 The fire attack against Mt . Hiei was a fire attack mainly against Mt . Hiei . +1 Masako HOJO ( born 1157 and died August 23 , 1225 , which is July 11 on the old lunar calendar ) lived from the end of the Heian Period to the beginning of Kamakura Period . +1 Born in 798 and gone on January 27 , 854 , YAMATA no Furutsugu was a practical bureaucrat and a noble in the early Heian period . +1 Tashiraka no Himemiko was a member of the Imperial family who lived during the Kofun period ( tumulus period ) , and was the empress of Emperor Keitai . +1 OKOMA no Momoe ( date of birth unknown - June 21 , 696 ? ) lived in the Asuka period of Japan . +-1 Mandokoro was an administrative board for domestic economy that was allowed to be set up by Imperial princes , princesses and court nobles ranked Sanmi ( Third Rank ) or higher . +1 Mitsuyoshi OSHIMA ( 大島 光義 : 1508 - September 16 , 1604 ) was a busho ( Japanese military commander ) , who lived during the Sengoku Period ( period of warring states ) . +1 Sotan SEN ( 1578 - December 13 , 1658 ) was a Japanese tea master . +1 Yasuaki KONPARU ( May 29 , 1952 - ) is a Noh actor of the Konparu school of shite-kata ( lead actors ) . +1 Akazome Emon ( approximately 956 - after 1041 ) was a nyobo ( court lady ) and a waka poet in the Heian period . +1 Naoteru KATAOKA ( August 3 , 1856 - April 13 , 1927 ) was a businessman in the Meiji , Taisho and early Showa periods . +-1 Imo-yokan is a Japanese sweet having sweet potatoes as a main ingredient that is kneaded and molded . +-1 Japanese table manners refer to the manners of dining in Japan . +1 Kazuo IKEHIRO ( October 25 , 1929 - ) is a Japanese movie director . +-1 Senmin indicates a rank or a person of such rank who is placed lower than the common person . +-1 Yagura refers to a turret , built in a fortress , as a guard tower or a watchtower . +-1 Ominesan-ji Temple is Shugendo ( mountain ascetism ) temple located in Amakawa-mura , Yoshino-gun , Nara Prefecture . +1 Kaishin SHINODA ( male , 1821-1902 ) was a tenkokuka ( artist of seal engraving ) who was active in Kyoto in the Meiji period . +-1 Ikomanimasuikomatsuhiko-jinja Shrine is a Shinto shrine located in Ikoma City , Nara Prefecture . +-1 Sanpitsu is the name to call three excellent calligraphers . +1 Shomono is a general term for books of commentary on Chinese literary works created from the mid-Muromachi period to the early Edo period . +-1 Japanese education history deals with the state and history of Japanese education from ancient times to the modern age ; additionally , it deals with the transition of educational philosophy , teaching materials and systems . +-1 Japanese doll is the general term for dolls which have Japanese clothes and hairstyles and reflect traditional Japanese culture . +-1 Nijugozanmaie was a Nenbutsu ( Buddhist invocation ) association established in the Heian Period . +-1 Desiccated foods are foods that have been dried with the aim of enhancing flavor and storage qualities . +-1 Michinokuchinokihe no kunimiyatsuko 道口岐閉国造 ( also known as Michinokuchinokihekokkuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the northern edge of Hitachi Province . +-1 Located in Nishioji Shijo , Ukyo Ward , Kyoto City , Saiin Station and Sai Station are stops operated by the Hankyu Railway and the Keifuku Electric Railroad Co . , Ltd . , respectively . +-1 Shodaibu is the name of class of government officials ( especially one of low to medium rank ) , which was used from ancient times through medieval period to the early-modern times in Japan . +-1 Shokuyo-giku is a kind of chrysanthemum which is especially grown as food . +-1 Cultural Park Joyo is a composite cultural facility located in Joyo City , Kyoto Prefecture . +1 MINAMOTO no Yukikuni ( 1081 ? - October 15 , 1153 ) was a busho ( Japanese military commander ) in the late Heian period . +-1 Kenjutsu is one of Japan 's Kobudo ( classical martial arts ) with the focus of killing and wounding opponents with a katana ( Japanese sword ) . +-1 The First Battle of Kizukawaguchi refers to the battle between the Mori Clan and the Oda Clan in 1576 . +-1 Chinju gami is a ( Shinto ) god enshrined to guard a particular building or a certain area of land . +-1 Fushin ( 普請 ) , where fu ( 普 ) means widely and shin ( 請 ) means asking for help , refers to a request for widespread and equal community service ( monetary support , labor support , financial assistance ) , where a whole community is asked to build and maintain public infrastructures . +-1 Daigen Suiho is one of the magic rituals of esoteric Buddhism . +1 Sakihide HIROHATA ( January 15 , 1763 - July 12 , 1808 ) was a Kugyo ( top court official ) during the mid-Edo Period . +-1 Santo ( Three Cities ) +-1 Nuinotsukasa was one of 12 offices in the Ladies Quarters , and responsible for sewing garments , braiding plaited cords , and also managed the court ladies ' serving and entering the Imperial Court . +-1 Originally , there was a bus route run by Keihan bus and Kyoto City Bus in the Daigo area , and it connected Rokujizo Station of the JR Nara Line , Keihan Main Line or Yamashina Station of the JR Tokaido line and the central Kyoto City area ( Shijo Kawara machi ) . +1 OE no Asatsuna ( 866 - January 25 , 958 ) was Kugyo ( the top court official ) , a scholar , and a calligrapher who lived in the mid Heian period . +1 Munesue SAIONJI ( December 26 , 1683 - July 30 , 1756 ) was Kugyo ( a Court Noble ) in the middle of the Edo period . +1 Gessen ( 1741 - February 25 , 1809 ) was a priest and artist painter living between the mid and late Edo Period . +1 MINAMOTO no Moritsune ( year of birth and death unknown ) was a figure in the Heian period . +1 MIYAKO no Yoshika ( 834 - March 25 , 879 ) was a literatus and kanshi ( Chinese verse ) poet who lived in the early Heian period . +-1 Chigyo-koku indicates the provincial system and province in ancient and medieval Japan in which dominant nobles , shrines or temples acquired chigyo-ken ( also called Kokumu-ken or rimu ) ( the right to manage the province ) and obtained their revenues from there . +1 Chokugo means , in principle , the Emperor 's verbal expression of his or her intention concerning official matters , and is a type of Shochoku ( imperial rescript ) . +-1 Okubo Station , located at 81-2 Nishiura , Hirono-cho , Uji City , Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line of Kintetsu Railways . +-1 Kanpyo gyoki is the Emperor Uda 's diary . +-1 Naiyakushi was one of the agencies that belonged to Nakatsukasasho ( Ministry of Central Affairs ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Inja Bungaku ( literature of reclusion ) is the generic term referring to a group of literature written by Buddhist priests and recluses who chose to retire from the secular world in medieval Japan . +1 Ozaho no okimi ( year of birth and death unknown ) was a member of the Imperial family , who appears in the Japanese Myth . +1 MIYOSHI no Tamenaga ( 1007-September 14 , 1081 ) was a court noble of the mid-Heian Period . +-1 Nanakomachi is a generic term for seven Yokyoku ( Noh songs ) dealing with ONO no Komachi . +1 Kirio URAYAMA ( May 14 , 1930 - October 20 , 1985 ) was a film director in the Showa Period . +-1 Teisuke turmoil was an uprising which broke out in Niigata Prefecture and Kashiwazaki Prefecture ( present-day Niigata Prefecture ) in April 1872 . +1 Yorishige UESUGI ( years of birth and death unknown ) was active in the Kamakura period . +-1 The Yamashina family was court nobility with a family status of Urin . +-1 Hanami is a custom of enjoying the beauty of flowers , especially cherry blossoms and the arrival of spring . +-1 Hojo-in Temple , located in Uji City , Kyoto Prefecture , is a temple of the Shingon Ritsu sect . +-1 Jishinban is a bansho ( an ancient form of security office ) installed in downtown areas in Edo and Osaka during the Edo period . +-1 Konowata is salted guts of a sea cucumber . +1 Imperial Princess Tokiko ( date of birth unknown - March 6 , 847 ) was a member of the Imperial Family during the early Heian period . +-1 The Takeda clan was a samurai family that existed during the time from the end of the Heian to to the Sengoku period ( Japan ) . +1 MINAMOTO no Akichika ( 1088 - 1160 ) was a government official during the late Heian period . +1 Revolutionist +-1 The 100-yen coin is a subsidiary coin issued by the Japanese government . +-1 Here , we explain about Japanese lavatories . +-1 Keicho Oban is a large-sized old Japanese gold coin issued in the early Edo period , from 1601 more specifically , and this can be classified into several varieties according to writings in ink , karat ( gold measurement ) , timing of issuance , and so on . +-1 " Sankyoku gasso " means the ensemble made up of " sankyoku " ( instrumental trio ) ; originally , the trio was " shamisen " ( also called " sangen , " the three-string Japanese banjo ) for accompanying " Jiuta " ( songs of the country ) , " koto " ( the long Japanese zither with thirteen strings ) and " kokyu " ( the Chinese fiddle ) , but it also means the ensemble music itself . +-1 JR Kyoto-sen ( JR Kyoto Line ) is the unofficial name given to the section of the Tokaido Main Line of the West Japan Railway ( JR West ) that runs between Kyoto Station and Osaka Station . +1 Kyuen KAWASAKI ( July 11 , 1874 - January 24 , 1961 ) is a master of Nogaku otsuzumi ( large hand drum used for Noh play ) . +1 Kanemi YOSHIDA ( 1535 - October 6 , 1610 ) was the ninth head of the Yoshida family ( and 25th of the Urabe Clan ) , a hanke ( lowest rank family ) of Tosho-ke ( the hereditary lineage of Court nobles occupying relatively high ranks ) and descended from the Urabe clan . +1 Sangyo Gisho ( The Annotation of the Three Sutras ) is the collective name of " Hokke Gisho " ( believed to have been published in 615 ) , " Shomangyo Gisho " ( believed to have been published in 611 ) and " Yuimagyo Gisho " ( believed to have been published in 613 ) all of which are thought to have been written by Prince Shotoku . +-1 " Kusunokiryu Hanami no Makuhari " is a program of Kabuki ( traditional drama performed by male actors ) . +-1 Dazai Gonnosochi was the Provisional Governor General of Daziafu in Kyushu . +1 Ujitsuna SASSA was the eighth son of Nobuzane KAJI , who was a son of Moritsuna SASAKI . +-1 The Simotsuki Incident was a political change in the Kamakura bakufu ( Japanese feudal government headed by a shogun ) that occurred in Kamakura in the latter half of the Kamakura period on December 21 , 1285 . +-1 Oshikoji Karasumadono residence was one of residential palaces in Medieval Kyoto . +-1 " Takekiri danuki " ( raccoon dog cutting bamboo ) is a spirit of a raccoon dog handed down in Otoshi , Hozu-mura Village , Minamikuwata County , Kyoto Prefecture ( present-day , Kameoka City ) . +1 Ekei , of Ankoku-ji Temple , was a Zen priest and a Japanese feudal lord from the Sengoku Period ( Period of Warring States ) ( Japan ) to the Azuchi Momoyama period . +1 OKISOME no Oku lived in the Asuka period of Japan . +1 Tsunemasa ISHIZUKA ( 石束 毎雅 , 1700 - July 3 , 1752 ) was a samurai in the middle of the Edo period . +1 Sosuke ( 宗輔 ) NAMIKI ( 1695 - October 25 , 1751 ; also known as Senryu NAMIKI [ the first ] , Sosuke [ 宗助 ] NAMIKI , Senryu TANAKA and Sosuke MATSUYA ) was a playwright of Kabuki ( traditional drama performed by male actors ) and Ningyo Joruri ( traditional Japanese puppet theater ) in Edo period . +1 MINAMOTO no Yoritaka was a busho ( Japanese military commander ) of Kawachi-Genji ( Minamoto clan ) in the end of the Heian and the early Kamakura periods . +1 FUJIWARA no Miyako ( year of birth unknown - August 11 , 754 ) was the first daughter of FUJIWARA no Fuhito . +-1 Engeki Kairyo Undo ( Theatrical Performance Improvement Movement ) was a campaign launched during the Meiji period , that advocated reforming Kabuki ( traditional drama performed by male actors ) so it could meet standards of modern society . +1 FUJIWARA no Hirokage ( date of birth unknown - March 26 , 904 ) was a man who lived in the Heian period . +-1 Sukisha ( also referred to as Sukimono ) is a familiar name for a person infatuated with geido ( accomplishments of art ) . +-1 The period of Japanese rule of Taiwan refers to approximately fifty years during which time Taiwan was governed by Japan as colony from April 17 , 1895 when the Qing dynasty ceded Taiwan to Imperial Japan due to the defeat of the Sino-Japanese War to October 25 , 1945 when Taiwan was put under the rule of the Republic of China . +1 Imperial Prince Atsuakira ( June 25 , 994 - February 27 , 1051 ) was the first prince of the sixty seventh Emperor Sanjo , and his mother was Empress FUJIWARA no Seishi , the daughter of FUJIWARA no Naritoki . +1 Hatsune ( The First Warbler ) is one of the fifty-four chapters of " The Tale of Genji . " +-1 " Tsukiyomi-jinja Shrine is a shrine in Saikyo Ward , Kyoto City , Kyoto Prefecture . +-1 The screen of the annual observances is a self-standing screen which was put in Hirobisashi ( broad eaves ) adjacent to Seiryoden ( literally " Limpid Cool Hall , " an imperial summer palace ) and faced to the Upper Door ( an entrance to the courtiers ' hall ) . +1 Shiro ICHIKI ( January 29 , 1829 - February 12 , 1903 ) is a feudal retainer of Satsuma . +1 Michitaka KUJO ( June 11 , 1839-January 4 , 1906 ) was Kugyo in the end of the Edo period . +-1 Maishima-jo Castle was once located in Makishima-cho , Uji City , Kyoto Prefecture . +1 ONO no Imoko ( male , dates of birth and death unknown ) was a politician who lived during the Asuka period . +-1 Kyoto City Nishikyogoku Comprehensive Sports Park is a regional sports park , which is located in Ukyo Ward , Kyoto City , Kyoto Prefecture . +-1 Tanbaguchi Station , located in Chudoji Minami-machi , Shimogyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Sanin Main Line ( Sagano Line ) of the West Japan Railway Company ( JR West ) . +-1 Kakoshu refers to twelve programs selected by Uzaemon ICHIMURA the fifteenth for which he had gained a reputation . +1 TAIRA no Tomoyasu was a noble who lived in the late Heian period ( years of his birth and death , not known ) . +1 Emperor Yuryaku ( January 419 – September 9 , 479 ; reign : December 26 , 456 – September 9 , 479 ) was the twenty-first emperor of Japan . +1 Gyoshu ( dates of birth and death unknown ) was a priest of Daian-ji Temple in the Nara period . +-1 Nohkan is a sort of the Japanese transverse flutes . +-1 Tomitsu is Esoteric Buddhism that has been passed down in Shingon Buddhism . +1 Juichi SOEDA ( September 15 , 1864 - July 4 , 1929 ) was a financer ( official of the Ministry of Finance ) , banker , businessman , economist , and finance specialist at government offices who lived from the Meiji period to the Taisho period . +-1 A shoji refers to a screen consisting of a wooden frame covered in paper allowing the passage of light , used as a sliding door or window in a Japanese house . +1 Takatsune KYOGOKU ( 1810-July 29 , 1834 ) was the ninth lord of Mineyama Domain of Tango Province . +1 The Imperial Princess Ota ( year of birth unknown - c . March , 667 ) was one of the Imperial Family members during the Asuka period . +-1 Bean paste ( ' an ' or ' anko ' ) is an ingredient in manju ( buns filled with bean paste ) and usually indicates azuki beans or other ingredients boiled with sweeteners or ingredients gelatinized with starch . +1 Among the manuscripts of The Tale of Genji , Aobyoshi-bon ( Blue Book ) manuscripts designate the ones which seem to have been transcribed by FUJIWARA no Teika , and also the ones which are said to have been transcribed from Teika 's manuscript . +-1 Hokan-ji Temple is a Buddhist temple belonging to the Kennin-ji school of the Rinzai Sect located in Higashiyama Ward , Kyoto City , Kyoto Prefecture . +1 KUDARA no Kawanari ( 782-September 30 , 853 ) was a painter in the early Heian period . +-1 Tenpo-reki ( or Tenpo calendar ) is a Japanese calendar based on the lunar solar calendar used in old Japan . +-1 The Kara-hashi Bridge of Seta is the bridge spanning over Yodo River in Seta , Otsu City , Shiga Prefecture . +-1 Iwakiji-jo Castle is a castle situated on a steep mountain in Iwakiri , Miyagino Ward , Sendai City , Miyagi Prefecture . +1 Gonnosuke KAWARASAKI is a hereditary family name for an actor of Kabuki , a Japanese traditional theatrical drama . +1 Tomomune UESUGI ( 1334 - October 8 , 1414 ) was a busho ( Japanese military commander ) from the period of the Northern and Southern Courts ( Japan ) to the early Muromachi period . +-1 Soshimari is a piece from gagaku ( an ancient Japanese court dance and music ) . +1 Hoshin ( or Hosshin , Hasshin ) ( 709-October 23 , 778 ) was a priest who came from Tang ( China ) in the Nara period . +-1 Tango Kairiku Kotsu Co . , Ltd. is a company which runs route bus , boat and ship , cable car , and lift businesses in and around the Tango Peninsula including Miyazu City , Kyotango City , or Yosa District , Kyoto Prefecture . +-1 Kosaka-jinja Shrine is a Shinto shrine located in Higashikozaka-cho , Nagahama City , Shiga Prefecture . +1 " Sanyo-ki " ( the Calculation Manual ) is the oldest book on Wasan ( Japanese mathematics ) extant in Japan , however , the author is unknown . +1 Genjo , or Gensei ( 1303 - January 12 , 1359 ) was a military commander and a Buddhist monk in Tendai sect during the period of the Northern and Southern Courts . +1 " Gonki " is a diary of FUJIWARA no Yukinari , who lived during the middle of the Heian period . +1 Kosai ( 1163 - May 27 , 1247 ) was a priest of the Jodo sect early in the Kamakura period . +1 Sanenori SANJO ( year of birth unknown - October 1 , 1641 ) was a kuge ( court noble ) who lived during the era from the end of Muromachi period to the Edo period . +-1 The Rebellion of FUJIWARA no Nakamaro is a domestic conflict which occurred in the Nara period . +-1 The Koromonotana-dori Street is a street running north-south through Kyoto City . +1 Harechika TSUCHIMIKADO ( January 15 , 1788 - August 4 , 1842 ) was a Court noble who lived during the late Edo period . +1 IKAGO no Ahe ( the dates of birth and death are unknown ) was a person of the Asuka era in Japan . +-1 Gamo Sodo was a family dispute occurred to the Gamo clan , which headed the estate of Aizu-wakamatsu with 920,000 koku of rice ( 165,959 cubic meters of rice-crop yield ) , which occurred between 1595 and 1598 . +1 TAIRA no Tomomori was a warlord in the late Heian period . +-1 Sazae no Tsuboyaki ( Turbo cooked in its own shell ) is a way of cooking a snail , sazae ( turbo ) . +1 Nan-Taiheiki is a book which was completed by Sadayo IMAGAWA ( after becoming a priest , known as Ryoshun IMAGAWA ) in 1402 . +-1 Shabu-shabu is a Japanese dish in which extremely thin slices of meat are cooked by swishing them back and forth several times in dashi ( broth ) boiled in a special tabletop pot , dipped in sauce and eaten with boiled ingredients such as vegetables , tofu and kuzukiri . +1 Kichiya KAMIMURA the fifth ( December 13 , 1909-January 1 , 1992 ) was a Kabuki ( traditional performing art ) actor . +-1 kirizuma-zukuri , one of the roof styles , indicates the style of roof with two surfaces inclining from the ridge at the top , or having the shape of a book placed with its face on the lower side . +1 Yoshiharu ROKKAKU was a daimyo ( Japanese territorial lord ) in the Sengoku Period , based in Minami Omi Province . +-1 Mototanaka Station , located in Sakyo Ward , Kyoto City , is a railway stop on the Eizan Main Line , which is operated by the Eizan Electric Railway Co . , Ltd . ( Eiden ) . +-1 OK +1 Tadahiro AOYAMA ( June 22 , 1768 - May 12 , 1836 ) was daimyo ( Japanese feudal lord ) and roju ( member of shogun 's council of elders ) in Edo period . +1 FUJIWARA no Kusuko ( date of birth unknown - October 17 , 810 ) was a female court official in the early part of the Heian period . +-1 Koto-in Temple is a sub-temple within the precinct of Rinzai Sect Daihonzan ( head temple ) Daitoku-ji Temple located in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +1 " Meigetsuki " ( The Record of the Clear Moon ) is the Kamakura period diary of FUJIWARA no Sadaie , who is more commonly known as " Teika . " +1 TACHIBANA no Hirofusa ( date of birth unknown - 1111 ) was a government official and kajin ( waka poet ) in the late Heian period . +1 Arinori MORI ( his name is written 森有禮 in orthographic style ) ( August 23 , 1847 - February 12 , 1889 ) was a Japanese samurai as well as a feudal retainer of Satsuma Province and a statesman . +-1 Igo is a kind of punishment carried out during the Nara and Heian periods to remove a criminal to another province . +1 Kishi SAIONJI ( 1303 - November 19 , 1333 ) was a Japanese Imperial family member during the late Kamakura period . +1 Mitsuakira ASHIKAGA ( July 7 , 1364 - June 27 , 1418 ) was a military commander and gon-dainagon ( Provisional Manor Councilor ) who lived in the period of the Northern and Southern Courts ( Japan ) and the Muromachi period . +1 The " Nashitsubo no Gonin " represents the key members at the Waka-dokoro ( the Imperial Bureau of Poetry ) established by order of Emperor Murakami in 951 within the Shoyosha , which was one of the Shichiden-Gosha ( seven residences and five houses for the Empress and other concubines ) inside the Heian Imperial Palace . +-1 Shobo-ji Temple is a temple of the Jodo ( Pure Land ) sect , located in Yawata City , Kyoto Prefecture . +-1 A gissha ( ox-drawn carriage ) is a kind of vehicle drawn by oxen or water buffalo . +-1 " Jungido " is a hanko ( school for the descendants of feudal lords ) founded by the Zeze clan in 1808 . +1 NAKATOMI no Kane ( year of birth unknown - September 24 , 672 ) was a government official in the Asuka period . +1 Shinzan shiki refers to a ceremony when a new chief priest comes into a temple . +-1 Kuta is the name of an area located at the most northern part of Sakyo Ward , Kyoto City , Kyoto Prefecture . +-1 Located on the coast facing the Sea of Japan in Maizuru City in Kyoto Prefecture , Kanzaki Seaside Resort is blessed with scenic beauty . +1 Imperial Prince Sanehito ( May 16 , 1552 - September 7 , 1586 ) was a member of the Imperial family in the Azuchimomoyama period . +1 Takanobu TAKANASHI was a samurai lived in the late Heian period . +1 Tadasuke KAZANIN ( March 27 , 1483 - February 14 , 1542 ) was a kugyo ( court noble ) who lived during the latter half of the Muromachi period . +1 Masahiro TAKAGI ( 1613 - July 23 , 1965 ) was the third lord of the Tannan Domain in Kawachi Province . +-1 Mikkyo is an abbreviation for Himitsu Bukkyo , or esoteric Buddhism . +-1 Tekkamaki is a kind of sushi ( maki-zushi [ sushi roll ] ) . +-1 " Makura no Soshi Ekotoba " refers to the picture scrolls on which impressive scenes selected from the passages in the diary of " Makura no Soshi " ( The Pillow Book ) were depicted . +-1 The Fukuchiyama family , a shopping center located in Fukuchiyam City , Kyoto Prefecture . +-1 Adashino Nenbutsu-ji Temple is a Pure Land Sect Buddhist temple located in Sagano , Ukyo Ward , Kyoto City . +1 Akitake TOKUGAWA was the sixth family head of the Shimizu Tokugawa family and later became the last ( the 11th ) lord of the Mito domain . +-1 Omonoimi no Kami is a god ( Shinto ) believed to dwell in Mt . Chokai . +1 Ietada MATSUDAIRA ( 1555 - September 8 , 1600 ) was a retainer of the Tokugawa clan who served as a busho ( Japanese military commander ) from the Sengoku Period ( Period of Warring States ) through Azuchi-Momoyama period . +-1 Saimyo-ji Temple is a temple belonging to the Daikaku-ji school of the Shingon Sect located in Ukyo Ward , Kyoto City . +1 ABE no Muneaki ( year of birth and death unknown ) was a yin-yang diviner during the late Heian period . +1 FUJIWARA no Tsunate ( year of birth unknown - November 28 , 740 ) was a retainer of the Imperial Court and warrior in the Nara period . +1 Nobukazu ODA ( ? - June 21 , 1582 ) was a Japanese military commander who lived during the Sengoku period ( the period of warring states ) . +1 Robert William ATKINSON was the British chemist who taught at Tokyo Kaisei School during the Meiji Period . +-1 A hokyoin-to pagoda is a kind of Buddhist pagoda which is used as a tomb tower and memorial tower . +-1 Amenotokotachi no Kami is a god ( Shinto ) appearing in the Japanese mythology . +1 Nobutada KONOE ( November 23 , 1565 - December 25 , 1614 ) was a court noble lived in the Azuchi-Momoyama period . +1 Shunan ARAKI was a figure of the late Edo period . +-1 Kyo-Yuzen ( dyeing technique ) is one of the traditional arts of Kyoto , and refers to dyeing technique that was designed by Yuzensai MIYAZAKI , who was a painter of folding fan , in the Genroku era . +1 Nihonshoki ( also referred to as Yamatobumi ) is a Japanese history book established in the Nara period . +1 Kinaki SAIONJI ( 西園寺 公顕 , 1274 - March 15 , 1321 ) was a Kugyo ( high court noble ) in the late Kamakura period . +-1 Wakamizu means drawing water from a well early on New Year 's Day morning and offering it at a household Shinto altar . +1 Keinosuke MIURA ( 1848 - February 26 , 1877 ) was a Japanese samurai and a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +1 Tadamoto KUJO ( 1345-January 16 , 1398 ) was a Kugyo ( the top court officials ) in the period of the Northern and Southern Courts ( Japan ) . +-1 Emonfu was a government office under the Ritsuryo system ( a system of centralized government based on the Ritsuryo Code ) . +-1 Onda ( ota , mita , omita , onta , onda , oden ) refers to the territories owned by temples , shrines and the Imperial family and it also refers to the rites and festivals held there . +-1 Biwabokuboku is a Japanese specter that is introduced in " Hyakki Tsurezure Bukuro " ( One hundred bags in idleness ) , a collection of specters illustrations by Sekien TORIYAMA , and it is a specter of biwa ( Japanese lute ) . +1 Kintomi IMADEGAWA ( 1396 - September 14 , 1421 ) was a kugyo ( court noble ) who lived during the Muromachi period . +1 MINAMOTO no AKIKO ( also called Akirakeiko or Meishi ) was a person who lived during the Heian period . +-1 Warikanoko was a hairstyle widely worn by women from their late teens to early twenties in the late Edo period . +-1 The usage of the term , Kanden , in Japan is different from that in China . +1 Yoshiharu SANDAN ( 1930 - 1998 ) was a former chairperson of Kyoto Autonomous Economic Association . +-1 " Shinkai " are ranks granted to Shinto gods in Japan . +-1 Giontsujiri is a corporation located in Gion , Higashiyama Ward , Kyoto City . +1 Chujo Hime ( September 30 , 747 - April 22 , 775 ) is a character of a Japanese legend , who has been told to have been a daughter of Udaijin ( minister of the right ) FUJIWARA no Toyonari . +1 Yoshitsuna OUCHI ( year of birth and death unknown ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) ( Japan ) . +-1 Mt . Miminashi is a mountain in Kashihara City , Nara Prefecture . +1 Takeru no miko ( 651 - 658 ) was a member of the Imperial Family in the Asuka period . +1 Imperial Princess Yoshiko ( March 11 , 1779 - August 11 , 1846 ) was a member of the Imperial family member during the Edo period . +-1 Azuma Hyakkan referred to a person 's name that looked like a government post and was used by the samurai in the Kanto region . +-1 Azai clan ( also referred to as Azai-shi , Azai uji ) was a Japanese clan . +1 Sanichigonjitsu no soron refers to the disputes during the period from around 817 through 821 on Buddhism between Tokuitsu ( his date of birth and death unknown ) who was a Buddhist priest in Hosso sect of Buddhism ( Japanese equivalent of the Chinese Faxiang sect ) and Saicho ( 767 – 822 ) who was the founder of Nihon Tendai sect . +-1 Juban ; undershirt for kimono ( it is also called juhan , jiban ) , is one of the undershirts for wafuku ( Japanese traditional clothes ) . +1 Masanobu INABA ( November 8 , 1749 - October 5 , 1806 ) was the seventh lord of the Yodo Domain of Yamashiro Province . +1 Shigetsugu HONDA ( 1529-August 9th , 1596 ) was a vassal of the Tokugawa clan from the Sengoku Period ( the Warring Period ) to the Azuchi Momoyama Period . +1 Emperor Gosanjo ( September 3 , 1034 - June 15 , 1073 ) was the seventy-first Emperor . +1 Yoshimi TANAKA ( December 1886 - November 14 , 1956 ) was a politician ( House of Representatives ) who was born in Funai County , Kyoto Prefecture ( later Jonan-machi , Sonobe Town and now Jonan-machi , Sonobe Town , Nantan City ) +1 Hidenaga NAKANISHI ( year of birth unknown - September 6 , 1650 ) was a samurai of the Satsuma domain in the early Edo period . +-1 Nerikiri ( literally , made by kneading ) is a Japanese type of unbaked cake that is made by mixing and kneading its ingredients , which are white bean jam , gyuhi ( a kind of rice cake made from refined rice flour or glutinous rice flour with sugar and starch syrup ) and Chinese yam . +-1 Kyo Odori ( Kyoto Dance ) is played in Miyagawa-cho Kaburenjo Theater between early April and late April . +-1 Daisho-in Temple is a Buddhist temple belonging to the Shingon Sect Omuro School located in Ukyo Ward , Kyoto City ( formerly Keihoku-cho , Kitakuwada-gun ) . +-1 Ishin no Sanketsu are Takayoshi KIDO , Takamori SAIGO , and Toshimichi OKUBO who made efforts to overthrow the Shogunate and contributed to the Meiji Restoration . +-1 Gion is one of the most popular downtown areas and entertainment spots in Kyoto . +-1 Amaterasu omikami ( Tensho daijin ) is a humanized Shinto god in Japanese . +-1 Ryuhon-ji Temple , located in Kamigyo Ward , Kyoto City , is one of the original temples ( with a long historical lineage ) of the Nichiren sect of Buddhism . +1 MINABUCHI no Toshina ( 808-May 28 , 877 ) was a Kugyo ( the top court officials ) in the early Heian period . +-1 The Otsu Incident was a failed assassination attempt occurred on May 11 , 1891 , that the Crown Prince of the Russian Empire , Nicholas ( later Tsar Nicholas II ) was attacked in Otsu City , Shiga Prefecture , by a patrol officer , Sanzo TSUDA , who guarded Nicholas during his visit to Japan . +-1 Tenka-toitsu ( or Tenga-toitsu ) refers to the act of putting the whole country of Japan ( except for most parts of Ryukyu and Ezo [ inhabited area of Ainu ] ) under own control and unifying it , mainly during the period from the Seongoku Period ( Period of Warring State ) to the early Edo period . +1 Kazuharu KUWAYAMA ( 1575 - March 26 , 1604 ) was a busho ( Japanese military commander ) in the Azuchi-Momoyama period . +1 Keitetsu Genso ( 1537 - November 26 , 1611 ) was a priest of the Rinzai Sect from the Azuchi-Momoyama period to the early Edo period . +1 Okanoya Kanpakuki is a diary written by Kanpaku ( Chancellor ) Kanetsune KONOE in the Kamakura period . +-1 Gujo Station , located in Gujo , Oe-cho ( Kyoto Prefecture ) , Fukuchiyama City , Kyoto Prefecture , is a railroad facility of the Miyafuku Line , which is operated by Kitakinki Tango Railway ( KTR ) . +-1 Shogatsu refers to the first several days of a calendar year and , from a cultural viewpoint , an event to celebrate passing of the previous year , which was uneventful , and the new year . +1 Monk-Imperial Prince Honin ( 1325 - December 2 , 1352 ) was the Monk-Imperial Prince during the period of the Northern and Southern Courts . +1 A rakushu ( a satirical poem with a 31 syllable verse ) is a vehicle of expression which was prevalent from the Heian to the Edo period . +1 Nihonkoku Kotei is one of the titles of the Emperor of Japan that had been used up to early Showa period and was mainly used in diplomatic domain . +1 MINAMOTO no Masatada ( 1228 – September 3 , 1272 ) was a court noble during the Kamakura period . +-1 Shinto ( or Kannagara no michi ) is an ethnical religious framework in Japan and a polytheistic religion that is unique to Japan . +-1 Narutaki Station , located in Narutaki Sagasono-cho , Ukyo Ward , Kyoto City , is a railroad facility on the Kitano Line of the Keifuku Electric Railroad . +1 FUJIWARA no Masako ( dates of birth and death unknown ) was a court lady in the Kamakura period . +1 Kani ( 1062 - July 12 , 1101 ) was a Buddhist monk of Shingon Sect in the late Heian period . +1 Genbo ( date of birth unknown - July 15 , 746 ) was a priest of the Hosso sect of Buddhism , who lived in the Nara period . +-1 Takuhatsu ( pindapata in Sanskrit ) is one of the forms of ascetic practice for monks of Ancient Indian religions , including Buddhism and Jainism , and it is an ascetic practice to make monks go around the homes of believers , beg for the least amount of food and so on required , and let the believers earn merit . +1 Chinzo , also called chinso or choso , is a portrait or a sculpture of a priest of the Zen sect ( a sect of Buddhism ) . +-1 " Saikan no sanyu " were the popular subjects of bunjinga , the literati paintings that first appeared in the Sung period ( China ) +1 Shigemitsu MATSUMURO ( April 26 , 1973 - January 30 , 1937 ) was an architect who designed many buildings centered around Kyoto . +-1 Toshoke , also referred to as Dojoke , in the history of Japan , means family of court nobles hereditary qualified to be admitted to Tenjo no Ma chamber located under the eaves on the south side of the Seiryoden ( Literally " Limpid Cool Hall , " an imperial summer palace ) +-1 Tsukubusuma-jinja Shrine is a Shinto shrine on Chikubushima Island in Nagahama City , Shiga Prefecture . +1 FUJIWARA no Nagaoka ( 786 - 849 ) was a bureaucrat during the early Heian period . +1 Toshitsugu HONDA ( 本多 俊次 ) was the second lord of the Omi Zeze domain . +-1 Toei Company Limited is a Japanese film production and distribution company . +1 Domanmaru UESUGI ( 1571 - April 13 , 1579 ) was the heir to Kagetora UESUGI who was an adopted son of Kenshin UESUGI , ' kokushu ' ( landed daimyo ) of Echigo Province . +1 Michinoomi no mikoto was a figure who appears in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +-1 The term " intangible cultural properties " +1 Yuan KITAMURA ( 1648-1719 ) was a wealthy farmer , a master of tea ceremony and an epicure in the Edo period . +-1 In this portion , an overview of the governance in pre-modern times will be given , especially under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) which was abolished . +-1 Rikyu manju ( 利休饅頭 ) is a Japanese cake served with tea , which was named after chasei ( great tea master ) SEN no Rikyu . +-1 Suseri-bime is a deity ( Shinto religion ) who appears in the Japanese Mythology . +1 Rittaishi ( the investiture of Crown Prince ) is a ceremony prevailed in East Asia to officially designate an heir of Chinese or Japanese Emperor as Crown Prince for prospective enthronement . +1 " Mikotonori " ( 詔 or 御言宣 ) , or " Omikoto " ( 大御言 ) was a document of the emperor 's words or orders to be directly conveyed . +-1 The gongen-zukuri style is a style of shrine buildings in Japan . +1 Ryounshu ( lit. a collection from above the clouds ) is the first anthology of Chinese poems compiled in Japan by the command of Emperor Saga in 814 during the early Heian period . +-1 Ogurihangan is a legendary figure and also refers to tales of this person as a protagonist that have been handed down since the Japanese medieval period . +1 Sanehisa TOKUDAIJI ( October 1 , 1583 - January 3 , 1617 ) was a Court noble from the Azuchi-Momoyama period to the Edo period . +-1 " Ichijo Modoribashi " is a bridge on Ichijo-dori Street over the Hori-kawa River located in Kamigyo Ward , Kyoto City . +-1 Townscape preservation refers to activities intended to renew distinctive characteristics and attractiveness of towns and to improve living conditions of the residents by preserving townscapes that retain traditional architecture and so on . +-1 Tsunofurihayabusa-myojin is a deity enshrined at Tsunofuri-jinja Shrine , which used to be located in Fuchu-cho , Aki-gun , Hiroshima Prefecture . +-1 The Kyoto stock exchange was abolished on March 1st , 2001 . +1 FUKAKUSA no Shosho is a character who appears in a legend about ONO no Komachi , ' Coming-and-going in a Hundred Nights , ' which was created by Noh authors such as Zeami during the Muromachi period . +-1 Bogo no mitchoku is an incident that Emperor Komei gave a chokusho ( imperial decree ) to the Mito Domain on September 14 , 1858 . +1 Iezane KONOE ( 1179 - January 26 , 1243 ) was a court noble who lived in the first half of the Kamakura period . +1 Daigoro MIMASU was one of the professional names of Kabuki actors . +1 Takayuki SASAKI ( November 26 , 1830-March 2 , 1910 ) was a samurai of the Tosa Domain , a official in the Meiji government , and also a representative of political conservatives . +1 TAIRA no Kiyosada ( date of birth unknown-March 20 , 1184 ) was a busho ( Japanese military commander ) who lived during the late Heian period . +1 Sagami ( dates of birth and death unknown , 998 ? - after 1061 ) was a female poet in the early eleventh century , and one of the medieval 36 Immortal Poets . +1 Bogo JANG ( 790 - 846 ? ) was a Korean who established power across the sea in Silla ( ancient Korean kingdom ) , Tang ( Chinese Dynasty ) and Japan during the TongilSilla ( United Silla ) period . +1 Morihisa ASHINA ( year of birth unknown - 1444 ) was a busho ( Japanese military commander ) in the mid Muromachi Period . +1 Katsumoto HOSOKAWA was a shugo ( military governor ) daimyo in the Muromachi period , a kanrei ( shogunal deputy or a chief official ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) , and the head of the Hosokawa clan ( as one of the so-called three shogunal deputies ) in the main Hosokawa clan line . +1 Emperor Gohanazono ( July 10 , 1419 - January 18 , 1471 ) , his reign was from September 7 , 1428 to August 21 , 1464 , he was the hundred and second Emperor during the Muromachi period . +1 Naofusa MADENOKOJI ( December 25 , 1802 - November 16 , 1859 ) was a Kuge ( court noble ) who lived in the last days of the Tokugawa shogunate . +-1 Joshoko-ji Temple is a Buddhist temple belonging to the Tenryuji School of the Rinzai Sect located in Ukyo-ku Ward ( formerly Keihoku-cho ) , Kyoto City . +1 Kinmichi OGIMACHI ( August 19 , 1653-August 21 , 1733 ) was a kuge ( court noble ) in the mid-Edo period . +1 Tsubokiri no Mitsurugi is hoken ( treasured sword ) which has been handed down to the successive Crown Princes in Japan . +-1 Nashinoki-jinja Shrine is a Shinto shrine located in Kamigyo Ward , Kyoto City , Kyoto Prefecture . +1 Toba Rikyu was used as a villa by generations of " Daijo-Tenno " ( retired emperors ) from the 12th to around the 14th century . +-1 Ashigaru ( common foot soldiers ) were a type of low-ranking soldier . +-1 Nagaokakyo Station , located at 1-chome Kotari , Nagaokakyo City , Kyoto Prefecture , is a railway facility of the Tokaido Main Line ( JR Kyoto Line ) , which is operated by West Japan Railway Company ( JR West ) . +1 Yoshihisa SHIMAZU was a military commander who lived from the Azuchi-Momoyama period through the Sengoku period ( Period of Warring States ) . +1 Tenkai ( 1536 to November 13 , 1643 ) was a monk of Tendai Sect in the Azuchi-momoyama period to the early Edo period . +-1 " Janjanbi " is a fire of mysterious or suspicious origin which comes down in various regions of Nara Prefecture . +1 ISHIKAWA no Iwatari ( born in 667 and died in 729 ) was a man of noble ancestry from the late Asuka period to the early Nara period . +-1 Kozubukuro is nice Japanese sweet created by a Japanese pastry chef in Kyoto during the Meiji period . +1 Yuan ( Sekian ) TAKEI ( dates of birth & death unknown ) was a military commander and tea ceremony aficionado during the Warring States period in Japan . +-1 Kyoto Mimawariyaku was a post established by the Edo bakufu to maintain public order in Kyoto at the end of the Edo period . +-1 " Sanshi Incident " refers to the murder of a prefectural government official that occurred in Okinawa Prefecture in the early Meiji period . +1 The Ippon Shinno ( the first-ranked imperial prince ) was the imperial prince who was granted Ippon , the highest rank ( status ) under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 Urajimai is a Japanese custom of conducting traditional ceremonies and handling the aftermath of accidents at sea . +-1 Coup of the seventh year of Kenkyu was a coup that took place in 1196 . +1 Yasuzo MASUMURA ( August 25 , 1924-November 23 , 1986 ) was a Japanese film director . +-1 Kyotanabe Station , located in Tanabe Kudo , Kyotanabe City , Kyoto Prefecture , is a stop on the Katamachi Line of the West Japan Railway Company ( JR West ) . +1 Ganami ( ? - June 23 , 1486 ) was a priest of Ji Sect in the Muromachi period . +1 Kanehiro IJUIN ( January 27 , 1838 - April 20 , 1898 ) was a samurai , a feudal retainer of the Satsuma clan , a military officer , and a government official in Japan . +1 Jion NENNAMI ( dates of birth and death unknown ) was a swordsman and Zen monk in the period of the Northern and Southern Courts ( Japan ) and the Muromachi period . +1 Empire Day was established as a national holiday on which , according to " Nihonshoki " ( Chronicles of Japan ) , Emperor Jinmu ascended the throne . +-1 The Yamashiroya Incident was an incident that Wasuke YAMASHIROYA , a government contractor for the Ministry of Army , committed suicide when he was unable to repay the public money he had borrowed from the Ministry without collateral in 1872 . +-1 Rikken Kaishin-to or Constitutional Progressive Party ( effective from April 16 , 1882 to March 1 , 1896 ) was one of the major political parties of Japan in the time of Freedom and People 's Rights Movement in the Meiji period . +-1 Isa Station , located in Fukuchiyama City , Kyoto Prefecture , is a stop on the Sanin Main Line of the West Japan Railway Company ( JR West ) . +1 Takakage ASAKURA was a military commander in the middle of the Muromachi period . +-1 The ' Kikujin no ho ' is a kind of Sokutai ( a traditional ceremonial court dress ) that was worn by the emperor at small ceremonies , including special festivals such as Teiza ( a festival in which the emperor would be seated in a garden ) , Noriyumi ( betting on archery ) , and Yuba Hajime ( imperial ceremony held to celebrate the first arrow to be shot at the Noriyumi ) . +-1 Sanpokojin ( or also called sanbokojin ) is one of the Buddhist beliefs peculiar to Japan . +1 KADA no Azumamaro ( February 3 , 1669 - August 8 , 1736 ) was a scholar of Japanese classical literature and a waka poet in the middle of the Edo period . +1 FUJIWARA no Genshi ( around 980 ? - September 12 , 1002 ) was a wife of an Imperial Family member who lived in the middle era of the Heian period . +1 Prince Motoi ( November 20 , 727 - October 24 , 728 ) was the first Prince of Emperor Shomu . +-1 Higashi-Maizuru is the eastern half of Maizuru City . +-1 Fuji Matsuri is a festival being held in various regions in Japan . +-1 A " Buke Yashiki " is typically a mansion which a daimyo ( provincial lord ) kept in Edo as a second house and as a branch office in the Edo period . +1 Munesuke HONJO ( c . 1629 - September 9 , 1699 ) was fudai daimyo ( a daimyo in hereditary vassal to the Tokugawa family ) in the early part of the Edo period . +-1 The skunk cabbage community of Imazu is a habitat for the plant located in Takashima City , Shiga Prefecture . +-1 Shikinensai is a religious rite performed at specified intervals . +-1 Takashina clan is the clan of which the first son of Emperor Tenmu , Prince Takechi , was the ancestor . +-1 Nishiki Market is a shopping street which is on Nishikikoji-dori Street between ' Teramachi-dori Street and Takakura-dori Street , ' and approximately located in the center of Kyoto City ; there are a lot of long-established stores and specialty stores that sell fresh foods like fish and Kyoto vegetables , and processed foods such as dried goods , tsukemono ( Japanese pickled vegetables ) , and obanzai ( precooked food in Kyoto dialect ) . +1 Nichijo ( 1298 - August 8 , 1369 ) was a priest of the Nichiren / Hokke sect who lived during the period of Northern and Southern Courts ( Japan ) . +1 Emperor Korei ( 342 B.C. – March 23 , 215 B.C. ) is the seventh emperor ( the period of reign : February 15 , 290 B.C. – March 23 , 215 B.C. ) recorded in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +-1 Udon noodles count among traditional noodles eaten in Japan from ancient times . +1 Mochitsugu TOKUGAWA was a daimyo ( Japanese feudal lord ) who lived toward the end of the Edo Period . +-1 Mt . Atago ( Atagoyama or Atagosan in Japanese ) is a mountain located in the border between Yamashiro Province and Tanba Province , the northwest part of Ukyo Ward , Kyoto City , Kyoto Prefecture . +-1 Fukuro Hoshi Ekotoba ( Picture Book of Fukuro Bonze ) is a picture scroll . +-1 Datemaki is a kind of egg dish . +1 Kahei SASAKI ( July 7 , 1889 - May 2 , 1983 ) was an architect of temples and shrines . +-1 Hozukyo Torokko Station , located in Arashiyama Kita Matsuoyama , Nishikyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Saga Sightseeing Tram Line of Sagano Scenic Railway . +-1 The Rikken Kakushinto ( Constitutional Renovation Party ) was a political party in the middle of the Meiji period ( May 9 , 1894 - February 24 , 1896 ) . +-1 Kushiyama-kofun Tumulus is a candy-wrap-shaped tumulus ( keyhole shape with one more handle ) constructed in the latter half of the early Kofun period located in Yanagimoto-cho , Tenri City , Nara Prefecture . +1 Shisenin Kosen ( year of birth and death unknown ) was busho ( Japanese military commander ) , yamabushi ( a mountain priest ) and Buddhist monk in the Sengoku period ( the period of warring states . ) +1 Kagetoki KAJIWARA was a busho ( Japanese military commander ) from the end of the Heian period and the beginning of the Kamakura period . +-1 Toba no Tsukurimichi ( Toba New Road ) was an ancient road from Rajo-mon gate , the entrance to the Suzaku-oji Street running through north to south in the center of Heian-kyo , to Yodo through Toba ( Kyoto City ) . +1 Sanenaga SAIONJI ( 1377-November 22 , 1431 ) was Kugyo ( top court official ) during the Muromachi period . +1 ATO no Chitoko ( year of birth and death unknown ) was a person of the Asuka Period in Japan . +1 Noin ( 988-1058 ) was a monk and a poet who lived during the mid-Heian period . +-1 Jodo-e is a hoyo ( Buddhist memorial service ) celebrating the Jodo ( completing the path to becoming a Buddha by attaining enlightenment ) of Shakyamuni . +-1 Wakasa Bay Quasi-National Park was designated as covering an area which includes the coastline around Wakasa Bay from the left bank of the mouth of the Shono-kawa River in Tsuruga City , Fukui Prefecture , to the right bank of the mouth of the Yura-gawa River in Maizuru City , Kyoto Prefecture . +1 Nobumori SAKUMA was a busho ( Japanese military commander ) during the Azuchi-Momoyama Period . +-1 Edomae-zushi ( 江戸前ずし , also written as 江戸前鮨 , 江戸前鮓 or江戸前寿司 ) is haya-zushi ( quick sushi ) , centered on nigiri-zushi ( hand-shaped sushi ) . +1 Yukio ISHIDA ( August 3 , 1949 - ) is a Kyogen performer of Izumi school for Kyogen-kata , belonging to the Mansaku NOMURA family . +-1 Kiko-ji Temple is a Buddhist temple belonging to the Hossoshu sect ( the Dharma Characteristics Sect ) which is situated in Sugahara-cho , Nara City , Nara Prefecture . +-1 Goshuin is a stamp that is given at a shrine or a temple . +1 Hiroko KONOE ( April 30 , 1666-April 13 , 1741 ) was the lawful wife of Ienobu TOKUGAWA , the sixth Shogun of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +-1 Shirozake refers to a sake served to celebrate the Hinamatsuri ( the Doll 's Festival ) . +-1 Honnaoshi is a kind of alcoholic drink . +1 Joko SEGAWA the third ( 1806 - June 28 , 1881 ) was a Kabuki ( traditional drama performed by male actors ) playwright who was active from the end of Edo Period to the Meiji Period . +1 Motsugai TAKEDA ( April , 1795 to December 20 , 1867 ) was a Buddhist monk of the Soto sect and a martial arts master who lived at the end of the Edo period . +1 Genkei NAKANE ( 1662 - October 9 , 1733 ) was a wasanka ( mathematician ) and tenmonka ( astronomer ) in the middle of the Edo period . +-1 Sai is a unit of volume ( capacity ) in old Japanese system of weights and measures . +-1 Sakubei is a one kind of " togashi " ( literally ' Chinese sweet ' ) , which were introduced to Japan from ancient China , and is also said to be the origin of somen noodles . +1 MINAMOTO no Suezane ( year of birth unknown - February 16 , 1160 ) was a busho ( Japanese military commander ) of the end of the Heian Period . +-1 In a narrow sense , " kangaku " refers to traditional keigaku ( study of Keisho in Confucianism ) and the study of old documents during the period of Qin dynasty as opposed to Neo-Confucianism in the Song and Ming dynasties ; in a broad sense , it is a general term for studies of knowledge imported from China , as opposed to Western learning and the study of Japanese classical culture . +1 Morimune ADACHI ( date of birth unknown – January , 1286 ) was a gokenin ( a shogunal retainer ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) in the late Kamakura period . +-1 The Shinko-sai Festival is a shrine festival where the divine spirit makes an imperial visit . +-1 Yunohana-onsen is a hot spring resort located in Kameoka City , Kyoto Prefecture ( formerly Tanba Province ) . +-1 The term Nenkan means the right to recommend a person to an official post that was granted to Imperial families and court nobles in the ancient / early medieval period in Japan . +-1 Saisen is money offered to the gods ( Shinto ) , Buddha and so on . +1 Takamori KIKUCHI was a Japanese military commander who lived during the Kamakura period . +-1 Teikokuzaiseikakushin kai was a political group established in the middle of the Meiji Period . +-1 The Hojo clan was a gozoku ( local ruling family ) originating in Izu Province which provided hereditary regents of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +-1 Akaru-hime is a god ( Shinto ) appearing in Japanese Mythology . +-1 Oe Station , located in Oe-cho of Fukuchiyama City , Kyoto Prefecture , is a railroad station on the Miyafuku Line , which is operated by Kitakinki Tango Railway ( KTR ) . +-1 Kumihama Prefecture was a prefecture established in 1868 . +-1 Jugo is an aristocratic title equal to the following three titles : taikotaigo ( Emperor 's grandmother ) , kotaigo ( Empress Dowager ) and kogo ( Empress Consort ) . +-1 Seiryoden is one of the royal halls in the Inner Palace in Heian-kyo ( the ancient capital of Japan in current Kyoto ) . +-1 Sansai-ryu school is a school of tea ceremony , which regards Sansai HOSOKAWA as the founder . +1 Jonyo ( 1641-June 14 , 1694 ) was a priest in the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) and the 15th Head Priest of Higashi Hongan-ji Temple . +-1 Jogen no Honan was an incident where monks following Senju-Nenbutsu ( intently praying to Buddha ) led by Honen were suppressed and Honen , Shinran and other monks with central roles were exiled throughout the country . +-1 Kinchu narabini kuge shohatto ( law on the emperor and the court nobles ) was proclaimed by the Edo bakufu ( Japanese feudal government headed by a shogun ) to establish its relationships with the emperor and the court nobles . +1 SAKANOUE no Hirono ( 787 - April 1 , 828 ) was the second son of SAKANOUE no Tamuramaro . +1 FUJIWARA no Korefusa ( 1030 - October 10 , 1096 ) was a court noble who lived from the middle to the end of the Heian period . +1 Yoshizumi ASHIKAGA is the 11th Seii Taishogun of the Muromachi Shogunate ( held the position from 1493 to 1508 ) . +-1 Fugu cuisine ' is the collective name for a variety of dishes that use pufferfish . +-1 Kasa-toge Pass is a pass separating Kita Ward and Ukyo Ward , Kyoto City , Kyoto Prefecture . +-1 Enso is a type of calligraphic technique in Zen calligraphy , which is a circle painted with a single stroke . +1 Jokyuki is a war tale concerning the Jokyu Disturbance which occurred between the Imperial court and bakufu ( Japanese feudal government headed by a shogun ) and resulted from Emperor Gotoba taking up arms in 1221 . +-1 The Mito Tokugawa family was one of branches of the Tokugawa family rooted in Mito City in Hitachi Province , and one of Tokugawa Gosanke ( three privileged branches of the Tokugawa family ) . +-1 Shaku ( 勺 ) is a unit of volume in the East Asian system of weights and measures . +-1 " Okuribi " is one of the events observed in Bon festivals to usher out from this mortal world to the other world those spirits of the dead that had once returned to their old homes during the Bon period . +-1 Katagihara refers to a part of Nishikyo Ward , Kyoto City . +-1 Jinraku-ji Temple is a Buddhist temple of the Shingon Ritsu sect in Hatanosho , Shiki-gun Tawaramoto-cho , Nara prefecture . +1 Sanetaka SANJONISHI ( May 20 , 1455 to November 15 , 1537 ) was a nobleman in the Muromachi period . +-1 Shinboku refers to a tree or a forest as Himorogi ( a temporarily erected sacred space or " altar " used as a locus of worship ) in Koshinto ( ancient Shinto ) and an object of worship . +1 Masatoki NAKASHIMA ( year of birth unknown - January 22 , 1612 ) was a warrior during the Azuchi-Momoyama period , went by the name of Shirozaemon and a son of Masayoshi NAKASHIMA . +-1 " Jin " was a place where military officers of Rokuefu ( six guard divisions ) lined up in the Imperial Court . +1 Taketomo KIKUCHI ( 1363-1407 ) was a busho ( Japanese military commander ) , who lived from the period of Northern and Southern Courts to the early Muromachi Period . +1 FUJIWARA no Akimitsu ( 944-July 13 , 1021 ) was a court noble during the Heian period . +-1 Summary +1 Jinpan ( 1093 - 1174 ) was a Buddhist priest in the late Heian period . +-1 The Chichibu Incident was an armed uprising that peasants in Chichibu County , Saitama Prefecture made against the government from October 31 to November 9 , 1884 . +1 The Princess Takako ( July 29 , 1795 - February 18 , 1840 ) was the legal wife ( Midaidokoro ) of Ieyoshi TOKUGAWA , the 12th seii taishogun ( literally , " great general who subdues the barbarians " ) of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +1 Kuninaga YAKUSHIJI was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +-1 Located in Sagano , Ukyo Ward , Kyoto City , Okochi Sanso Villa is a historic site with a Japanese garden . +-1 Shoin-zukuri is one of the Japanese residential architectural styles which were established after the middle of the Muromachi Period . +-1 Kujishi is a Japanese term used to refer to persons who would stand in for the relevant parties involved in a lawsuit in the Edo period . +1 Motonobu KANZE ( August 8 , 1931 - ) is a performer of traditional Japanese Noh drama . +-1 Pebble tools are the stone tools made of rude ore that have not been processed . +-1 Kyotango City is a city of Kyoto Prefecture . +-1 Inyoka is a philosophy group regarded as one of Shoshi hyakka ( the Various Masters of the 100 Schools : Thinkers of Ancient China ) , and one of the six major schools . +-1 Chugaisho is a collection of narrative recordings during the times under cloistered rule . +-1 Kimitezuri is commonly regarded as a guardian god of the Ryukyu Kingdom that rules the sea and the sun . +1 Kinakira KAWABATA ( February 12 , 1829 – September 21 , 1864 ) was a court noble of the end of the Edo period . +1 Sanenao IMADEGAWA ( 1342 - June 29 , 1396 ) was a kugyo ( court noble ) who lived during the period of the Northern and Southern Courts ( Japan ) and Muromachi period . +-1 " Makyo " refers to an unbalanced mental condition of ego-swelling that results from excessive self-consciousness , into which an ascetic of the Zen Sect of Buddhism tends to fall when halfway awakened . +1 Emperor Komei ( July 22 , 1831 - January 30 , 1867 ) was the Emperor during late Edo period . ( the hundred twenty first Emperor , his reign was from March 10 , 1846 to January 30 , 1867 ) +-1 Shigisan Engi ( Legends of Mt . Shigi ) is a set of picture scrolls made in the late Heian period , and was designated as a national treasure in 2006 . +1 Takayoshi KIRA ( 1348 - the year of death unknown ) was a busho ( Japanese military commander ) during the period of the Northern and Southern Courts ( Japan ) . +-1 Yukaku was a block enclosed with walls and moats where licensed prostitute houses were concentrated . +-1 Simmered takuan pickles ( pickled daikon radish ) is a local dish of some regions in Japan . +1 Kintane TOKUDAIJI ( March 1 , 1487 - November 26 - 1526 ) was a kugyo ( court noble ) who lived during the Muromachi period . +-1 Shimotachiuri-dori ( also called Shimodachiuri-dori ) Street is a street running east-west through Kyoto City . +1 The Imperial Prince Shogoinnomiya Yoshikoto ( February 28 , 1821 - September 26 , 1868 ) was one of the Imperial Family members between the end of Edo period and the Meiji period . +-1 Hyojohajime was a ceremony held by an influential house of medieval Japan conducted at the first consultation in the New Year . +-1 Mikka Heishi War ( Three-days rebellion of the Taira clan ) is a rebellion caused by the remnants of the Taira clan in Ise and Iga Provinces at the beginning of the Kamakura period . +-1 Chiba no kunimiyatsuko 千葉国造 was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the middle south of Kazusa Province . +-1 Osechi-ryori is originally a term used in reference to foods prepared for Sechinichi or Sekku ( seasonal festivals ) . +1 The Emperor Organ Theory ( Tenno kikan setsu ) is a theory from the Study of Constitution about Emperor , and it was established under the Constitution of the Empire of Japan . +-1 Samon ( ripple marks ) are regular wave-like undulations formed by water and wind currents . +-1 Imadegawa-dori Street is one of the major east-west streets in the northern part of downtown Kyoto City . +-1 Hachibushu or Tenryu Hachibushu refers to eight deities who guard Buddhism . +-1 Kubunden indicates a field supplied uniformly to common people in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 Kashihara City is located in the central part of Nara Prefecture . +-1 Ameno Tajikarao is a god that appears in Japanese Mythology ( Shinto religion ) . +1 Tadashi SATO ( July 20 , 1849 - April 27 , 1920 ) was a military man of the Imperial Japanese Army in the Meiji Period . +-1 Observation means to watch an object carefully to find out its actual condition . +1 Gansaini ( year of birth and death unknown ) was a nun ( Buddhist nun ) of the Tendai sect in the mid Heian period . +1 Tsuneyori TO ( 1401 - April 20 , 1484 ) was a busho ( Japanese territorial lord ) and Tanka poet during the Muromachi period . +-1 Kawazarae Myogakin is votive offering tax imposed by the government for dredging rivers in Osaka in the Edo period . +1 Ryoko MUTSU ( November , 1856 - August , 1900 ) was a wife of Count Munemitsu MUTSU who was a statesman and diplomat in the Meiji era . +1 Queen Kishi ( also known as Yoshiko ) was a poet and member of the Imperial Family who lived in the middle of the Heian period , from 929 to 985 . +1 Kansho RIN ( years of birth and death unknown ) was a Japanese tenkokuka ( artist of seal engraving ) in the mid Edo period . +1 Ukon ( year of birth and death unknown ) was a poetess of the mid-Heian period . +-1 Kinkei no ma shiko is one of the licenses of the Imperial Court defined under the Constitution of the Empire of Japan . +-1 The Ikuno Incident was an incident that occurred when the Sonno Joi ha ( supporters of the doctrine of restoring the emperor and expelling the barbarians ) raised an army in Ikuno , Tajima Province ( Ikuno City , Hyogo Prefecture ) in the latter Edo period in October 1863 . +-1 Zenno-ji Temple is a Buddhist temple belonging to the Shingon Sect Sennyu-ji School located in Higashiyama Ward , Kyoto City . +1 The Reizei school ( " Reizeiha " in Japanese ) is a school of waka poetry composition that began in the mid Kamakura period and continues to the present day . +1 Kinmura TOKUDAIJI ( December 7 , 1729 - August 19 , 1782 ) was Kugyo ( a Court Noble ) in the middle Edo period . +-1 The Oniwaban was a position in the Edo bakufu ( the Japanese feudal government headed by a shogun ) created by Yoshimume TOKUGAWA , the eighth Seiitaishogun ( the Shogun in charge of conquering barbarian territories ) in the Edo period . +-1 Tenryu-ji Temple is the headquarters of the Tenryu-ji branch of the Rinzai Sect , located in Sagatenryuji-susukinobaba-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture . +-1 Kyoto Cultural Exhibition is an exhibition which is held in Kyoto . +1 Imperial House Act is a law of Japan , institution of which was indirectly obligated by the Constitution of Japan and which establishes the system , composition , and the like of the Imperial family , such as an order of succession of the Imperial Throne . +-1 " Bankoku Koho " is a translated name of a commentary on international law , which gave considerable influences to various countries in East Asia by diffusing modern international law in a period from the second half of the nineteenth century to the first half of the twentieth century . +-1 Daigen shuri bosatsu is a deity respected at and enshrined to the temples of the Zen sect , especially the Soto sect . +1 Shuntaro FURUTAKA ( 1829 - August 21 , 1864 ) was among the patriots of the Joi-ha ( supporters of the expulsion of foreigners ) . +1 FUJIWARA no Toshitada ( 1073 - August 9 , 1123 ) was a Court noble and a tanka ( thirty-one syllables ' poem ) poet in the late Heian period . +1 Oden TAKAHASHI ( 1848 - January 31 , 1879 ) was a woman who became a model of the character that appears in ' Takahashi Oden Yasha Monogatari ' ( Story of Yasha [ a Buddhist guardian deity sometimes depicted as a demonic warrior ] Oden TAKAHASHI ) by Robun KANAGAKI +-1 Fukusa is a piece of cloth used in handling tea utensils mainly in a tea ceremony . +-1 " Kouta " is a popular song accompanied with shamisen ( the three-stringed Japanese banjo ) , which was originally derived from " hauta " ( a Japanese short ballad accompanied with shamisen ) . +-1 Kamo is one of the Noh works . +-1 Koten Kokyujo ( 1882 - 1946 ) was an institute established in Japan for the research and education on Shinto . +1 Bisei ( also pronounced ' Yoshishizu ' ) FUKUBA ( August 24 , 1831-August 14 , 1907 ) was a Japanese samurai , a feudal retainer of the Tsuwano Domain , a scholar of Japanese classical literature , and a poet . +-1 An oiran refers to a high-ranking courtesan in the pleasure quarter of Yoshiwara . +-1 Jotoshiki is a religious service of Shinto for building a new house in Japan . +1 HAJI no Inote was a woman ( the year of birth unknown - 643 ? ) whose Kabane ( hereditary title ) was Muraji . +1 Myoe ( February 28 , 1173 - February 18 , 1232 ) was a Buddhist monk of Kegon Sect in the early Kamakura period . +1 Kinkado OGIMACHISANJO ( April 28 , 1649 - September 30 , 1671 ) was a kugyo ( court noble ) during the early Edo period . +-1 Konida refers to dachin umakasegi ( a job of carrying by daba , packhorse or cow ) or vehicles that carry army provisions , ammunition , set-up tools for encampment and so on needed for wars from the medieval period to modern times in Japan , or a troop that directed the above things , also referred to as konidatai . +1 Kosamebo is a specter handed down in Japan and looks like a figure of a Buddhist priest . +1 Tokiuji Hojo was a member of the Hojo clan , who lived during the early Kamakura Period . +-1 " Oseifukko " refers to a country once ruled by a monarch before the monarchy was abolished by coups or civil wars , but then restored its monarchy for some reason . +1 Norinaga NAKASHIMA was the lord of Nakajima-jo Castle in Nakajima-mura , Nakashima-gun , Owari Province who lived during the Kamakura period . +-1 Nenkiho ( also referred to as Nenki no ho ) is a legal principle for the statute of limitations developed under the Medieval samurai law . +-1 Taimitsu is Esoteric Buddhism ( Buddhism handed down secretly from general people ) handed down by the Tendai Sect . +-1 The Aneyakoji-dori Street is a street running east-west through Kyoto City . +-1 Takakamo-jinja Shrine is located at the eastern foot of Mount Kongo , in the Kongo Mountains , at Gose City in Nara Prefecture . +1 Yamato hiko no Mikoto ( year of birth unknown - October 30 , 2 B.C. ? ) was a member of the Imperial family transmitted by " Kojiki " ( Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +1 SAKANOUE no Imatsugu was a government official in the early Heian period . +-1 Kansenji , also called " Benkankudashibumi , " are oral decrees ( called Kuzen ) of a high-ranking court noble ( called Shokei ) of a Dajokan that officials of the Dajokan ( called benkan ) during the Heian period sent to Ritsuryo koku and temples . +1 YUGE no Toyoho is a person in the Tumulus period of Japan . +-1 Kishitsu-jinja Shrine is a Shinto shrine located in Hino-cho , Gamo-gun , Shiga Prefecture . +-1 The Kyoto Asahigaoka Junior High School affair is a conflict that lasted from April 29 , 1953 to June 1 , 1954 , between conservative and progressive parents / teachers over the education policy of Kyoto Municipal Asahigaoka Junior High school . +-1 This section on " Town names in Higashiyama Ward , Kyoto City " lists official town names in Higashiyama Ward and summarizes the period and process of their establishment . +-1 The Kutsuki clan was a clan located in Takashima County , Omi Province ( current Kutsuki , Takashima City , Shiga Prefecture ) . +-1 Doshisha University Imadegawa-kochi is the campus of Doshisha University . +-1 The expression " Official introduction of Buddhism " refers to the introduction of Buddhism through official negotiation between nations . +-1 Akudaikan is an emblematic expression of the bailiffs who oppressed people of the domain or committed a fraud . +1 Yoei ( Eiei ) ( year of birth unknown - 749 ) was a Buddhist priest who lived during the Nara period . +1 Gunki-mono refers to the writings which were composed from the end of mediaeval times to the beginning of pre-modern times and which describe the heroic exploits of military commanders or the families of feudal lords . +1 Prince Osakabe ( year of birth unknown - June 2 , 705 ) was a member of the Japanese Imperial Family from Asuka period . +-1 南無妙法蓮華経 is read as " Nam-myoho-renge-kyo " . +1 Shakunyo was a monk of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) during the period of the Northern and Southern Courts ( Japan ) . +-1 From ancient times , drum towers ( ko-ro towers ) were built inside castles , cities and the sites of religious institutions in the People 's Republic of China and areas influenced by the Chinese culture . +-1 " Hasshin-den " is the temple where the eight gods protecting the Emperor are enshrined , built under the ritsuryo system in Japan , in the sai-in ( western quarter ) of the Department of Worship . +1 Tsunetaka SASAKI was a busho ( Japanese military commander ) from the end of the Heian period to the early Kamakura period . +-1 " Gion-shinko Faith " is a belief in Gozu Tenno ( deity said to be the Indian god Gavagriva ) , Susanoo , and is a syncretism of Shinto and Buddhism . +1 KI no Tsurayuki ( 866 or 872 ? - June 19 , 945 ? ) was a poet and essayist from the early to the middle Heian period . +-1 Nabeyaki-udon is a type of dish which is made by using udon ( Japanese wheat noodles ) . +-1 Engawa is a term used to refer to a wooden-floored corridor built along the outside of the house building , which is a structure unique to Japanese traditional houses . +1 ABE no Nakamaro ( 698 - 770 ) was a Japanese student sent to Tang Dynasty China during the Nara Period . +1 Imperial Prince Kyogoku-no-miya Kinhito ( February 18 , 1733 – July 14 , 1770 ) was a member of the Imperial family who lived in the middle of the Edo period . +-1 Kataoka Junishu refers to the specialty plays of Matsushimaya selected by Nizaemon KATAOKA the eleventh . +1 Shigetomo SUZUKI was a busho ( Japanese military commander ) who lived during the Sengoku Period ( Period of Warring States ) and the early Edo period . +-1 Kaechi is a term used for the switching or transfer of control over any two or more plots of land . +1 Hikosashima no Mikoto ( Hikosashima [ written as Hikosamema in Kojiki ( The Records of Ancient Matters ) ] no mikoto ) was a member of the Imperial family who lived during the Kofun period ( tumulus period ) . +1 MINAMOTO no Makoto ( 810 - February 13 , 869 ) was a noble during the first half of the Heian Period . +1 Tadayuki AOYAMA was the sixth lord ( the last ) of the Sasayama Domain in Tanba Province . +1 Kowashi INOUE ( February 6 , 1844 - March 17 , 1895 ) was a Japanese samurai , a bureaucrat and a statesman . +1 Eawase ( A Picture Contest ) is one of the fifty-four chapters of " The Tale of Genji . " +-1 Kurio-toge Pass is a pass on a national route in Kehoku-hosono-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture . +-1 Enteki ( the long-distance shooting ) is one of the kyudo ( Japanese art of archery ) events established by the Rules of All Nippon Kyudo Federation . +1 Sadayakko KAWAKAMI ( real name Sada KAWAKAMI [ maiden name ; Koyama ] , September 2 , 1871 - December 7 , 1946 ) was an actress in the Meiji to Showa era . +1 Mitsuhide AKECHI was a warrior who lived in both the Sengoku and Azuchi-Momoyama periods . +-1 The Kyodai-Tenno incident was an incident in which disorder arose between the Emperor Showa who visited Kyoto University on November 12 , 1951 and many students who gathered at the campus on that day , and Dogakukai , the student self-governing association of Kyoto University , was ordered to dissolve later . +1 Akashi is one of the fifty-four chapters of " The Tale of Genji . " +-1 Hancho is a political term used during the Edo period . +1 Joon ( 1201 - July 7 , 1271 ) was a priest of the Jodo Sect from the early to the middle of the Kamakura period . +1 Chui ( also known as Shigekata ) TOGO ( 1561 - August 11 , 1643 ) was a samurai in the Satsuma clan and the founder of the Jigen school of swordsmanship . +1 Imperial Prince Tokiwainomiya Mitsuhito ( 1354 - November 16 , 1426 ) was a member of the Imperial family during the Muromachi period . +-1 Doso-shin ( also referred to as Doso-jin ) is a deity on roadsides . +-1 Kenkyukai ( a study group ) was a faction within the House of Peers under the Constitution of the Great Empire of Japan . +1 Yoshiaki NITTA was a busho ( Japanese military commander ) in the period of the Northern and Southern Courts . +1 MINAMOTO no Tametomo ( 1139 - circa April 23 , 1170 ) was a military commander who lived during late Heian period . +-1 Enka , or 演歌 , is one of the categories of Japanese popular music , which is considered to represent entertaining songs based on feeling and pathos that are unique to Japanese people . +1 Takakazu KYOGOKU ( April 24 , 1619 - October 24 , 1662 ) was the head of Kyogoku clan , tozama daimyo ( nonhereditary feudal lord ) , in the early Edo period . +1 Koshin OTANI ( August 12 , 1945 - ) is the 24th Monshu ( the chief priest ) of the Hongan-ji school of the Jodo Shinshu sect and the head priest of the religious corporation Hongan-ji Temple . +-1 Iwaya-ji Temple is a Buddhist temple belonging to the Soto Sect located in Yamashina Ward , Kyoto City , Kyoto Prefecture . +-1 Tataki is a cooking method used mainly for preparing fish . +-1 The Peking Protocol is a final protocol signed in Beijing City on September 7 , 1901 , concerning the follow-ups of battles between the powerful countries ( Great Powers ) and Qing / Boxers in the Boxers Uprising . +-1 Gekkin ( Chinese name : yueh-chin , yueqin ; English name : moon guitar , moon-zither ; and Vietnamese name : { -D } { a ' } n nguy { e ^ . } t ) is a traditional musical instrument in China , Japan and Vietnam . +1 TAIRA no Moritsugu ( year of birth unknown-1194 ) was a busho ( Japanese military commander ) of the Ise-Heishi ( Taira clan ) during the end of Heian period . +-1 The term " hot spring " refers to a phenomenon of hot water gushing out from underground , the state of hot water or the place where such phenomenon or state is seen . +1 Yukai ( 1345 - August 10 , 1416 ) was a Shingon Sect priest scholar who lived from the Northern and Southern Courts period ( Japan ) to the mid-Muromachi period . +-1 Ushutandai was a post of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) placed in Dewa Province during the Muromachi period . +1 Emperor Koko ( 830 - September 17 , 887 ) was the fifty-eighth Emperor ( his reign was from March 23 , 884 to September 17 , 887 ) . +-1 Matsuji is a reference to temples under the control of Honzan ( head temple ) , but it had a different purpose when Honmatsu seido ( the system of head and branch temples ) was established , compared to the present day . +-1 Koboku is kind of wood that gives off a pleasant aroma . +1 Hisamasa AZAI was a Japanese military commander called busho during the Sengoku period ( the Warring States period ) . +-1 Mizu-yokan is Japanese confectionery , and is a type of yokan ( azuki-bean jelly ) . +-1 Heian-jingu Shrine is a Shinto shrine located in Sakyo-ku Ward , Kyoto City , Kyoto Prefecture . +-1 Yuan yaki is a kind of yakimono ( grilled fish or meat ) of Japanese cuisine . +1 Yasuzane WAKISAKA was the sixth lord of the Tatsuno Domain in Harima Province . +-1 Yagawa-jinja Shrine is a Shinto shrine located in Morishiri , Konan-cho , Koka City . +-1 Makino Production ( established in June , 1925 , reorganized in May 1931 , the new company was liquidated in October ) was a movie company once existed in Kyoto . +-1 Setsugetsuka ( or pronounced as Yuki Tsuki Hana ( Snow , the Moon and Flowers ) ) , is a word from the phrase , ' Setsugetsuka no toki mottomo kimi wo omou ( I remember you especially when snow , the moon or flowers are beautiful ) ' in an old Chinese poem , ' In Kyoritsu ni yosu ( A poem sent to In Kyoritsu ) ' composed by Juyi BAI . +-1 The Hisada family are a " chake " ( a family known as traditional masters of the tea ceremony ) . +1 Nobushige KINOSHITA ( date of birth and death unknown ) was a busho ( Japanese military commander ) in Azuchi-Momoyama period . +1 Etai YAMADA ( December 1 , 1895 - February 22 , 1994 ) was a Buddhist priest of the Tendai sect in Japan . +1 Prince Okiyo ( ? - 940 ) was a member of the Imperial Family in the mid-Heian period . +-1 Takenaka Mokuhan is a craft center of Japanese woodblock printings , inaugurated in 1884 , with a workshop located in Kyoto City , Kyoto Prefecture . +1 Shinpachi NAGAKURA ( May 23 , 1839 - January 5 , 1915 ) was the leader of Nibantai ( Second Unit ) of the Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +1 MIWA no Sakau ( year of birth unknown - May , 586 ) was a person of the Asuka era . +1 Sukenaga KUDO +1 Naokiyo NAGAI was a daimyo ( Japanese territorial lord ) in the Edo period . +-1 Sonpi Bunmyaku is a text compiled in early Japan that records the lineages of the aristocracy . +1 Wakana is one of the fifty-four chapters of " The Tale of Genji . " +-1 Abe-jinja Shrine is a Shinto shrine located in Kamogata-cho , Asakuchi City , Okayama Prefecture . +-1 Wadaiko ( Japanese drum ) is one of the percussion instruments . +-1 Kogetsu Enshu School , also referred to as Kogetsu Enshu 's Zen School of Tea ceremony is one of various tea ceremony schools in Japan , and it branched off from Enshu School . +1 Ujitoyo IMAGAWA ( date of birth and death unknown ) was a military commander in the period of warring states . +-1 Shorin-ji Temple is a temple of the Muro-ji school of Shingon sect located in Sakurai City , Nara Prefecture . +-1 The Eikyo War ( Eikyo no ran ) is a war which occurred in the Kanto region ( regions surrounding Tokyo ) in 1437 . +-1 Japan / Kinki Region / Kyoto Prefecture / Naka-gun +-1 The senior lady-in-waiting ( ' Rojo ' ) was the most senior high ranking woman serving a samurai or a noble . +1 Uzan NAGAO ( October 18 , 1864 - April 1 , 1942 ) was a Japanese scholar of the Chinese classics , calligrapher , literati painter and Tenkoku artist ( artist of seal engraving ) of the Meiji period . +1 Jiroemon KANO the eighth ( August 7 , 1853 – March 19 , 1935 ) was a Japanese businessman . +-1 Gaichi means the territories of Japan ( the Empire of Japan ) other than the so-called inland in the period before the end of the World War II . +1 Tokuitsu ( c . 760 - 835 ) was a Hosso sect monk of Japanese Buddhism who lived from the Nara period to early Heian period . +-1 Araga-Kashinokidai Station , located in Fukuchiyama City , Kyoto Prefecture , is a railroad facility on the Miyafuku Line of the Kitakinki Tango Railway ( KTR ) . +-1 Choju-Jinbutsu-giga is a emakimono ( an illustrated scroll ) that was handed down to Kozan-ji Temple , Ukyo Ward in Kyoto City . +-1 Uzumasa Hassei Eiga ( established 1933-stopped production in 1936 ) is a movie company once existed in Kyoto . +1 Sanehiko OGIMACHISANJO ( December 8 , 1703 - October 4 , 1725 ) was a retainer of the Imperical Court in the middle Edo period . +1 TAIRA no Narikane ( year of birth and death unknown ) was a Court noble from the late Heian period to the early Kamakura period . +-1 Inugui refers that ' people eat like a dog ' in Japanese food culture and means that people move their faces ( mouths ) closer to the meal on the table in an extreme stooped position , and eat them as if they put their heads into the food . +-1 Jujutsu is the name for traditional Japanese martial arts , which are centered on offense and defense techniques with no ( or a small ) weapon . +-1 Katanagari ( written as 刀狩 or 刀狩り ) was a policy of heinobunri ( separating warriors and peasants ) which deprived those in the peasant class of their privilege of wearing swords , which highlighted the policy enacted by Hideyoshi TOYOTOMI through the katanagari edict ( at the same time , pirate ship interdiction ) issued on August 29 , 1588 in the Azuchi-Momoyama period ( The first person who executed katanagari was Katsuie SHIBATA . +-1 Minbu-sho ( Ministry of Popular Affairs ) was a government-regulated organization under the Ritsuryo system ( a system of centralized government based on the ritsuryo codes ) . +-1 A village ( mura or son ) refers to a sort of community , a municipality . +1 Tetsunosuke ICHIMURA ( 1854 - 1873 ? ) born in the Ogaki Domain of Mino Province was a member of the Shinsengumi ( a special police force of the late Tokugawa shogunate period ) . +-1 Kono-ji Temple , located at Yamazoe-mura , Yamabe-gun in Nara Prefecture , is the temple of the Buzan school of Shingon Buddhism . +-1 Located in Kishinokami-cho , Fukuine , Higashiyama Ward of Kyoto City , Kyoto Prefecture , Tofukuji Station is a stop on the Keihan Electric Railway and West Japan Railway Company ( JR West ) lines . +1 FUJIWARA no Toyonari ( 704 - January 16 , 766 ) was nobility in the Nara period . +1 Lady Aoi is a fictional character appearing in " The Tale of Genji " by Murasaki Shikibu . +-1 Horin ( 法輪 ) ( Sanskrit : dharma-chakra , pinyin : falun ) is another name for the creed of Buddhism , especially the Four Axioms Noble and the Eightfold Path taught by Buddha . +1 Kosho OTANI ( March 9 , 1925 - December 24 , 1999 ) was a Jodo Shinshu ( True Pure Land Sect Buddhism ) priest and the 25th Hoshu ( high priest ) of the Higashi Hongan-ji school . +1 Michiie KUJO ( July 1193 - April 8 , 1252 ) was the kugyo ( court noble ) during the early Kamakura era . +-1 Tenzo is one of the positions in a Zen temple . +-1 Shinsen Shojiroku is an ancient clan-name register or directory that was compiled by an order from Emperor Saga in the early Heian period . +1 Kokan Shiren ( 1278 - August 11 , 1346 ) was a Rinzai Sect Buddhist monk who lived during the latter part of the Kamakura period and the Northern and Southern Courts period . +1 Tokitsura OTA ( 1269 - March 21 , 1345 ) was a governmental official responsible for practical works in the latter half of Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +1 Maria KYOGOKU ( around 1542 - August 20 , 1618 ) was a woman who lived during the Sengoku period ( period of warring states ) ( Japan ) . +1 Nobutsura HASEBE ( year of birth unknown-1218 ) was a warrior who lived from the end of Heian period to the early Kamakura period . +1 Sadayoshi KUSAKABE was a retainer of the Tokugawa clan in the Sengoku Period ( Period of Warring States ) . +1 Senro KAWAI ( male , June 15 , 1871 - March 10 , 1945 ) was a modern Japanese seal engraving artist . +1 Ichizo KATAOKA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +-1 Tokkuri or Tokuri is a thin-necked bottle rounded at the bottom . +-1 Nagara-gawa ukai is ukai ( cormorant fishing ) that is conducted in Nagara-gawa River in Gifu City , Gifu Prefecture during the period from May 11 to October 15 every year . +1 Harutsugu NAKAMURA ( year of birth unknown - November 30 , 1581 ) was a person who lived in the Sengoku period ( period of warring states ) ( Japan ) and the Azuchi Momoyama period , and he served as Oinosuke ( vice-minister of Bureau of Palace Kitchens under the Ministry of the Imperial Household ) in early times , and later , he served as the Governor of Tsushima Province . +1 Yukitsune KIKKAWA ( 1415 – January 30 , 1477 ) was the head of the KIKKAWA clan in Aki Province . +-1 Yoro Ritsuryo Code is the fundamental law enacted in 757 during the ancient period of Japan . +-1 Shika is one of the positions in a Zen temple . +1 Senjun ( 1411-1476 ) was a renga ( linked-verse ) poet of the mid-Muromachi period . +1 Imperial Prince Tokiwain miya Matahito ( 1321 - August 23 , 1367 ) was a member of the Imperial family during the early Muromachi Period . +-1 Maruko ( or Mariko ) clan is one of the clans of the ancient Japan . +1 TAKASHINA no Nakayuki ( 1121 - 1179 ) was a retainer of the Imperial Court at the end of Heian period . +-1 Miyaza is the empowered group in a village or its qualified members engaged in rituals of a shrine , a guardian god or a local deity of a village . +1 Jakuen ( 1207 - October 15 , 1299 ) was a Buddhist priest of the Soto sect who came from the Southern Song of China to Japan in the Kamakura period . +1 Kagemoto KAGAWA ( September 24 , 1745 - October 23 , 1821 ) was a Kajin ( waka poet ) in the middle of the Edo Period . +-1 Located in Sezaki , Maizuru City , Kyoto Prefecture , Bakuchi Misaki Cape overlooks the Japan Sea ( the western part of Wakasa Bay ) . +1 Seki Seisetsu ( 1877 - 1945 ) was a Zen priest of the Rinzai Sect who lived from the Meiji period to the Showa period . +1 Kanenaka HIROHASHI ( 1244 - February 12 , 1308 ) was a kugyo ( a court noble ) during the late Kamakura period . +-1 Kinpu-jinja Shrine is a shrine located in Yoshino-cho , Yoshino County , Nara Prefecture . +1 Kashin OGAWA ( 1786 - June 15 , 1855 ) was the founder of Ogawa school of green tea ceremony and the first Koraku OGAWA . +-1 Saho-hime is the god of spring . +1 MINAMOTO no Mitsukuni ( year of birth and death unknown ) was busho ( Japanese military commander ) in the mid Heian period . +1 Kagetoyo ASAKURA ( year of birth unknown - May 8 , 1503 ) was a busho ( Japanese military commander ) during the end of the Muromachi period . +1 Masamichi KOBORI ( 1742 - October 23 , 1803 ) was the sixth ( the last ) lord of Omi Komuro Domain . +-1 " Misodengaku " is a dish prepared by skewering foodstuffs such as tofu , konnyaku , egg plant and satoimo ( taro ) , pasting them with Japanese-lemon ( citron ) or Japanese-pepper flavored miso ( bean paste ) and then roasting them . +1 Kakuyu ( 1053 - November 3 , 1140 ) was a Buddhist priest of the Tendai Sect in the late Heian period . +-1 The Shirakawa-hakuo family , or the Shirakawa family was the court noble that had been originated from ' Prince Nobuzane ' ( the prince of Imperial Prince Kiyohito ) , who was the imperial grandson of Emperor Kazan , and the family inherited the ancient tradition handed over through Jingikan ( officer of the institution for dedicating to religious ceremony ) . +1 Tokishige HOJO ( 1240 - February 25 , 1270 ) was a member of the Hojo Clan , who lived during the mid-Kamakura Period . +1 Keisuke KINOSHITA ( Keisuke in Kanji characters " 惠介 " is expressed as " 恵介 " in the new Kanji character code ) ( December 5 , 1912 - December 30 , 1998 ) was a Japanese movie director and scriptwriter . +-1 Yamashina Basin is the basin that covers the main region of Yamashina Ward , Kyoto City as well as Daigo area of Fushimi Ward . +1 Tamemura REIZEI ( March 5 , 1712 - September 4 , 1774 ) was a court noble and a poet of the mid Edo period . +-1 The sect Hong gwan-ji-ha is one of the Jodo Shinshu sects . +-1 " Kanadehon Chushingura " ( written in old character form : 假名手本忠臣藏 ) is the title of a representative ningyo joruri ( traditional Japanese puppet theater ) as well as kabuki ( traditional drama performed by male actors ) based on the Genroku Ako Incident . +-1 Soma-mikuriya was one of the medieval shoen ( manor in medieval Japan ) holdings of the commendation type in areas that are today 's Toride City and Moriya City , Ibaraki Prefecture , and Kashiwa City , Nagareyama City , and Abiko City , Chiba Prefecture . +-1 Kiyomizu-dera Temple is a Buddhist temple in Kiyomizu , Higashiyama Ward , Kyoto City , Kyoto Prefecture . +-1 Kasagake ' ( 笠懸 ) is a traditional Japanese form of horseback archery technique / practice / event / form where the archer mounted on a galloping steed shoots ' Kaburaya ' arrows ( arrows that whistle ) at targets . +1 Ryoi ASAI ( 1612-January 29 , 1691 ) was a monk of the Jodo shin shu ( True Pure Land Sect Buddhism ) in the early Edo Period and was the writer of Kana zoshi ( storybooks written in kana ( the Japanese syllabary ) ) +1 Roan OZAWA ( 1723 - August 19 , 1801 ) was a kajin ( waka poet ) and scholar of Japanese classical literature , who lived during the mid-Edo Period . +1 Shigekatsu MATSUDAIRA ( 1549 - January 6 , 1621 ) was daimyo ( a Japanese feudal lord ) in the early Edo period . +-1 Yorioya-Yoriko refers to the master-servant relationship similar to the parent-child relationship created in medieval Japan or the relationship of the guardian and the protected person based on the master-servant relationship . +-1 The Itsutsuji family is a member of Genji Tosho Genji ( Minamoto clan members who are court nobles above a certain rank ) , descendants of Uda-Genji ( Minamoto clan ) . +1 Yoshimura MIURA was a busho ( Japanese military commander ) of the Sagami Province in the beginning of the Kamakura Period . +1 Nissho ( 1829 - 1908 ) was a priest of the Nichiren sect ( Fujufuse school ) of the end of the Edo period to the Meiji period . +-1 Flogging ( jozai or jokei ) was one of the five sentences of the Ritsuryo law . +1 Nyoshin was a priest of Jodo Shinshu ( the Pure True Land school of Buddhism ) from the middle to the end of the Kamakura Period . +-1 The Tenyakuryo ( Bureau of Medicine ) was an institution established under Japan 's Ritsuryo system ( a system of centralized government based on the ritsuryo code ) ; specifically , it was under the purview of the Kunaisho ( Imperial Household Agency ) of the Ritsuryo system , and was the bureau responsible for giving medical care and providing doses of medicine . +1 Kuni-umi is a myth that tells us how the land of Japan was generated . +-1 Koden ( 香典 ) is a term to refer to a gift of money offered to the dead at a Buddhist funeral . +-1 Sandaihiho ( the Three Great Secret Dharmas ) comprises the fundamental dharmas in Buddhism by Nichiren and consists of Honmon no Honzon ( the Object of Veneration of the Essential Teachings of the Lotus Sutra ) , Honmon no Kaidan ( the Platform for the Receipt of the Precepts and Place of Practice of the Essential Teachings of the Lotus Sutra ) and Honmon no Daimoku ( the Sacred Title of the Essential Teachings of the Lotus Sutra ) . +1 Gennosuke SAWAMURA was a professional name of a kabuki actor . +-1 Ginza is a name used for mints in the medieval and modern ages of Japan , where coins were manufactured and silver bullion was bought and sold . +-1 Tenugui towel ( called Tenogoi in Edo-ben and Hakata-ben dialects ) is a plain-woven cotton fabric used to dry your hands , wash your face , or wash yourself during bath time . +-1 Kawaramachi Station is the last station on the Hankyu Railway Hankyu Kyoto Main Line , and is located at 52 Shin-cho , Kawaramachi-Nishi-iru , Shijo-dori , Simogyo Ward , Kyoto City , Kyoto Prefecture . +1 MINAMOTO no Yoshitaka ( year of birth and death unknown ) was a busho ( Japanese military commander ) who lived at the end of Heian Period and follows Kawachi-Genji ( Minamoto clan ) . +-1 Kazami is a lightweight top ( clothing ) for girls of the noble class during the Heian period . +1 Kakunojo OTSUKA ( 1843 - 1905 ) was a vassal of the shogun and a member of Shogitai ( a group of former Tokugawa retainers opposed to the Meiji government , who fought in the Battle of Ueno ) . +-1 Binbo-gami is a god who brings poverty to the people whom they cling to or their families . +-1 Tsutamomiji Utsunoya-toge ( literaly , Painted maples in Utsunoya-toge pass ) is a Kabuki play . +-1 Hakunu-jinja Shrine is a Shinto shrine located in Azai-cho , Nagahama City , Shiga Prefecture . +-1 The Gamo clan is a Japanese clan . +1 Chinzan NARABAYASHI ( January 26 , 1649 - May 16 , 1711 ) was a Dutch interpreter and a doctor in the early Edo period . +1 MINAMOTO no Tsunemitsu ( year of birth unknown - April 28 , 1146 ) was a samurai , who lived during the latter Heian period . +-1 Gonaisho was an official document written in the style of a private letter that was issued by the Seii Taishogun ( literally , great general who subdues the barbarians ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +-1 Yojiya is the name of a company , with its head office in Kyoto City , dealing in Japanese cosmetic products , typically facial oil blotting paper , and also its brand name . +1 Kajiro YAMAMOTO ( March 15 , 1902 - September 21 , 1974 ) was a film director , actor , screenwriter and essayist in Japan . +1 Mitsusada ISHIKAWA ( year of birth unknown - March 13 , 1269 ) was a busho ( Japanese military commander ) in the Kamakura period . +1 Yoshitsugu ASHIKAGA was a busho ( Japanese military commander ) during the Muromachi Period . +1 MINAMOTO no Nakatsuna ( 1126 ? - June 27 , 1180 ) was a military commander of the Settsu-Genji ( Minamoto clan ) who lived in the late Heian period . +-1 Mt . Hiei is a mountain that straddles the western part of Otsu City in Shiga Prefecture and the northeastern part of Kyoto City in Kyoto Prefecture . +-1 Ihai is a wooden tablet inscribed with the posthumous Buddhist name of a deceased person to enshrine the spirit of the person . +1 FUJIWARA no Morotaka ( year of birth unknown - July 6 , 1177 ) was a zuryo ( custodial governor ) who lived in the late Heian period . +-1 Kengyo YAEZAKI ( around 1776 – October 7 , 1848 ) was a blind musician who was active during the early nineteenth century in Kyoto ( jiuta shamisen ( traditional Japanese shamisen music ) player , so or koto ( a long Japanese zither with thirteen strings ) player and composer ) . +1 HOSHIKAWA no Maro ( date of birth unknown - July 2 , 680 in old lunar calendar ) lived during the Asuka period of Japan . +1 Chogetsu ( 1714-June 15 , 1798 ) was a mid-Edo period monk and poet . +1 FUJIWARA no Nariyori ( 1136 - 1202 ) was a kugyo ( top court official ) living from the late Heian period to the early Kamakura period . +-1 Giyoden Hall ( Treasure Hall ) was one of the halls of the dairi ( Imperial Palace ) in the city of Heian-kyo . +1 Goku Shimada ( 1875 - 1928 ) was a haiku poet . +1 HATA no Ushi ( year of birth and death unknown ) was a person who lived during Japan 's Asuka period . +1 Hikaru INOUE ( November 30 , 1851-December 17 , 1908 ) was a military man in the Imperial Japanese Army and a peer . +1 Mochiyo OUCHI ( March 23 , 1394 - August 14 , 1441 ) was a Shugo daimyo ( Japanese territorial lord as provincial constable ) in the mid-Muromachi Period . +1 Yukihisa NIKAIDO ( 1205 - January 20 , 1267 [ December 17 , 1266 in old lunar calendar ] ) was a governmental official of the bakufu ( Japanese feudal government headed by a shogun ) , responsible for practical works , during the mid-Kamakura period . +-1 The Seiga Family was one of the kakaku ( family status ) of court nobles or nobility , which is the kakaku above the daijinke ( Daijin Family ) and was next to the sekke ( Setsu Family ) . +-1 Ichiji Kinrin Buccho ( ekaakSara-uSNiiSacakra in Sanskrit ) is one of the deities worshipped in Esoteric Buddhism . +1 Heinosuke GOSHO ( actual name : Heiemon , January 24 , 1902 – May 1 , 1981 ) was a movie director during the Showa Period . +-1 The Nakahara clan was a group of noble families sharing the same ancestor , which existed from ancient times to the early-modern times in Japan . +-1 Shirakawa ( 白河 or also written as 白川 ) is the name referring to the Shira-kawa River basin ( Yodo-gawa River System ) which was once included in Otagi County , Yamashiro Province , the Rakugai of Kyoto ( outside of the capital Kyoto ) . +-1 Gokishichido was a name for the broader-based local administrative districts under the ritsuryo system in ancient Japan . +1 HATSUKASHIBE no Shiki is a person who lived during Japan 's Asuka Period , although his birth and death dates are not known . +1 Fuyuhiro DAIGO ( June 12 , 1679-November 1 , 1756 ) was a high-rank Court noble in the middle of the Edo period . +1 Hidemitsu AKECHI was a Japanese military commander during the time from the Sengoku period ( period of warring states of Japan ) to the Azuchi-Momoyama period . +-1 The Geihin-kan ( State Guest House ) is a facility in which the government accommodates visiting state guests , such as heads of state or ministers . +1 Katsumitsu HINO ( 1429 - July 15 , 1476 ) was a kuge ( court noble ) in the Muromachi Period . +-1 Nerizake is a kind of sake ( Japanese liquor ) , and it is said that it reflects the original form of ancient sake . +1 Kita KUSUNOSE ( 1836 to 1920 ) was a Japanese women 's movement activist . +1 Kiyotaka KANZE ( 1837 - 1889 ) was a Nohgakushi ( Noh actor ) playing shite ( principal roles ) of Kanze-ryu school . +1 TAIRA no Kagetaka ( year of birth unknown - November 14 , 1274 ) was a samurai in Kyushu who lived during the mid Kamakura period . +1 Tamemoto KUROKI ( May 3 , 1844 - February 3 , 1923 ) was a military man of the Imperial Japanese Army in Japan . +1 Emperor Kazan ( November 29 , 968 - March 17 , 1008 ) reigned from November 5 , 984 - July 31 , 986 , as the sixty-fifth Emperor . +1 Tanetsuna CHIBA ( November 14 , 1208 – July 1 , 1228 ) was a busho ( Japanese military commander ) in the early Kamakura period . +-1 Yudate-kagura ( Yutate-kagura ) is one of Japanese traditional kagura forms . +-1 The Kyoto Umbrella is one of traditional Japanese umbrellas . +-1 Shugo is a mixture of Buddha , bodhisattvas and deities worshipped by various religions , or a category that considers them as one religion . +1 Wakasa no Tsubone ( year of birth unknown - 1203 ) was a woman who lived during the early Kamakura period . +1 " Shui wakashu " is the third imperial anthology of Japanese poetry after Kokin wakashu ( Collection of Ancient and Modern Japanese poems ) and Gosen wakashu ( Later Collection of Japanese poems ) , and is the last one of the so called ' Sandai shu ' ( The Collections of Three Eras ) . +-1 Karaginu ' ( 唐衣 ) is one of the types of kimono ( Japanese traditional clothing ) that comprises a juni-hitoe ( twelve-layered ceremonial kimono ) . +1 The Onin-ki is a historical work of the Muromachi period . +1 Akiteru KASHUJI ( January 11 , 1815 - February 10 , 1861 ) was a Kugyo ( court noble ) in the late Edo Period . +1 Manryu ( July 1894 - December 1973 ) was a geisha who enjoyed significant popularity at that time and was touted as ' the most beautiful woman in Japan ' at the end of the Meiji period . +-1 Miyazuka Tumulus is located at Hirose 608 , Kumagaya City , Saitama Prefecture , which has a unique two-stepped form with a rectangular-shaped lower layer and a circular-shaped upper layer . +1 TokinagaTANBA ( dates of his birth and death unknown ) was a doctor from the Heian period to the early Kamakura period . +-1 " Shigoto hajime " means working on January 2 , for the first time in the new year . +1 Hiroaki MIGITA ( year of birth unknown - December 1 , 1523 ) was a military commander in the Sengoku period ( period of warring states ) . +1 Joha SATOMURA ( 1525 - June 2 , 1602 ) was a linked-verse-teacher ' Rengashi ' during the Warring States period . +-1 Ebumi-toge pass is a pass located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +-1 Summary +-1 The Makishi Incident refers to a coup that took place in the Kamakura bakufu ( Japanese feudal government headed by a shogun ) in August , 1205 in the early Kamakura period . +-1 Toka no sechie was an event where the emperor watched toka ( stamping songs ) in the Imperial Court every January ( by the lunar calendar ) . +-1 Sorin refers collectively to a metal pinnacle built on the roof of a five-storied pagoda , etc . , which rises heavenward . +1 Tanenaga WADA ( 1183 - May 30 , 1213 ) was gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) of Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +1 Kyoka is a parody of tanka ( Japanese poem ) that contains social satire , irony , and humor in 31 ( 5-7-5-7-7 ) syllables . +1 HOZUMI no Ioe ( years of birth and death unknown ) is a Japanese who lived in Asuka period . +1 Tomoari MINAMOTO ( 1792 to 1859 ) was a scholar of herbalism and natural history , and a han-i ( an Edo-period doctor working at a public clinic ) of the Kishu Domain in the late Edo period . +-1 Sanbai zojo seishu ( sanzoshu for short , sake swelled by adding distilled alcohol , sugars , acidulants , monosodium glutamate , etc . ) is a common name of zojoshu , a kind of sake which was introduced at the time of rice shortage after World War II . +1 Emperor Sutoku ( July 7 , 1119 - September 14 , 1164 ) was the seventy-fifth Japanese Emperor ( his reign lasted from 1123 to 1142 ) . +1 Koretoyo ASO ( 1493 - December 5 , 1559 ) was the eighteenth family head of the Aso clan in the Sengoku Period ( the high priest of Aso-jinja shrine ) . +-1 Taihei-genpo refers to the silver coin in ancient times in Japan . +-1 Cheng Shun-kung ( 鄭舜功 , Tei Shunko ; dates unknown ) was an adventurer during the latter half of the Ming period in China . +1 FUJIWARA no Kunitsuna ( 1122 - April 8 , 1181 ) was a court noble during the late Heian period . +1 Sogyu TSUDA ( year of birth unknown - June 11 , 1591 ) was a merchant of Sakai City and a chajin ( master of the tea ceremony ) who lived during the Azuchi-Momoyama period . +-1 Toyoko Film Company ( established June 8 , 1938 and merged on March 31 , 1951 ) was Japan 's film company , but it no longer exists . +1 Saeki no Komaro ( the year of birth unknown - 666 ) was a government official of zo-daikinjo ( the seventh grade of twenty-six of cap rank , which corresponds to Shoshii , Senior Fourth Rank and Jushii , Junior Fourth Rank of Taiho Ritsuryo , Taiho Code ) . +1 Joken NISHIKAWA ( 1648 - November 9 , 1724 ) was an astronomer in the middle of the Edo period . +-1 Onmyo hakase was a teaching position created at the Onmyoryo ( Bureau of Divination ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Yoshitaka KURODA , also known as Josui KURODA , was a military commander and feudal lord during the period spanning over the Sengoku period ( period of Warring States ) , the Azuchi-Momoyama period and the Edo period . +1 Kagesue KAJIWARA was a busho ( Japanese military commander ) who lived from the end of the Heian period to the beginning of the Kamakura period . +-1 Engishiki is a set of Kyakushiki codes ( detailed enforcement regulations of the Ritsuryo codes ) compiled in the middle of the Heian period . +-1 Higeyagura is a title of kyogen ( farce played during a Noh play cycle ) . +-1 Saigokusuji-gundai was one of the gundai set in four places in the Edo period . +-1 Ho-gakko ( law school ) was an educational institution governed by the Ministry of Justice in the early Meiji Period and was one of the previous bodies of the existing the University of Tokyo , Faculty of Law . +1 Shojiro GOTO ( April 13 , 1838-August 4 , 1897 ) was a samurai , feudal retainer of Tosa Domain and statesman in Japan . +1 FUJIWARA no Anshi ( Yasuiko ) ( 927-June 16 , 964 ) was the eldest daughter of FUJIWARA no Morosuke , who held the title of Udaijin ( Minister of the Right ) . +-1 Jocho ( D.O.B. unknown - died September 2 , 1057 ) was a sculptor active in the latter part of the Heian period and is said to be the sculptor who perfected the technique called yoseki-zukuri , in which the main part of a statue is made out of two or more pieces of wood . +-1 Kaimon Shocho ( 1374 – June 6 , 1443 ) was the prince of Emperor Chokei of the Southern Court ( Japan ) . +-1 St Agnes ' Episcopal Church ( Angelican ) , a church in Kyoto City , Kyoto Prefecture , Japan , is the cathedral of the Diocese of Kyoto , the Anglican-Episcopal Church of Japan +-1 The Traditional Craftsman is the accreditation examination conducted by the Traditional Crafts Industry Promotion Association Foundation in accordance with Paragraph 8 of Section 24 of the Act concerning the Promotion of Traditional Craft Industries . +-1 Hanpi is a formal court dress of military officers and a bugaku ( traditional Japanese court music accompanied by dancing ) costume , which are a sleeveless body wear worn underneath ho ( outer robe / vestment ) . +-1 Chiso is a long established firm dealing with Kyo-Yuzen ( silk fabrics printed in Kyoto ) . +1 Sanefusa TOKUDAIJI ( April 6 , 1636-October 11 , 1682 ) was a high-rank Court noble in the early Edo period . +1 Katsumune MIZUNOYA ( 1623 - April 8 , 1689 ) was the second lord of Bicchu-Matsuyama domain . +1 Roichi NAITO ( September 28 , 1846 - June 29 , 1911 ) is the Freedom and People 's Rights Movement activist who played an active part from the end of Edo period through Meiji period . +-1 Nishijin ori is a general term for yarn-dyed fabrics made in Kyoto . +1 Choso means reaccession of retired emperors to the throne . +1 KAMO no Tadayuki ( year of birth and death unknown ) . +1 Yukikata NIKAIDO ( 1206 - 1267 ) was a governmental official responsible for practical works in the mid Kamakura period . +1 Waka is a fixed form of poem that has been created since Jodai ( mainly the Nara period ) . +1 " Midaregami " ( Tangled hair ) is the first poetry collection of a poet , Akiko YOSANO . +-1 The Restoration of Imperial Rule was a coup planned by the anti-Shogunate group in January 3 , 1868 , which began with their declaration of ' Direct rule by the emperor . ' +1 Tadaosa DAIGO ( April 9 , 1830 - July 4 , 1900 ) was a Kogyo ( a Court noble ) and a retainer of the Imperial Court during the end of the Edo period . +1 FUJIWARA no Kiyokawa ( 706 - 778 ) was one of the nobility during the Nara Period . +1 Joyo ( 958 - 1047 ) was a Shingon sect Buddhist monk during the latter half of the Heian period . +-1 Kitayama Juhachi Kento was a welfare facility that was constructed in Nara Kitamachi in the Kamakura period for protecting and aiding persons in serious illness , such as Hansen 's disease . +-1 Noppe is a Japanese local dish . +-1 MINGEI ( National Art ) Movement is a movement started by the first issue of " Prospectus for establishment of the Japanese Folk Crafts Museum " in 1926 . +-1 The Imperial Edict ( of 1870 ) for Establishment of Shinto is a Shosho ( imperial edict , decree ) which was issued on February 3 , 1870 . +-1 " Okawa-jinja Shrine " is a shrine in Okawa , Maizuru City , Kyoto Prefecture . +1 Shigeyoshi MORI ( year of birth and death unknown ) was a Wasanka ( mathematician ) who was active in the early Edo period and the earliest known mathematician so far . +-1 Terauke shomon was a certificate issued by Buddhist temples to danka ( supporter of a Buddhist temple ) in order to prove that they were actually the danka of the relevant temple under the Terauke seido ( the system in which the public should be registered in any one of the designated temples to prove their Buddhist faith ) in Edo period . +-1 The Tensho oban is a type of oban ( large monetary gold plate in the shape of a flat oval ) that had been struck by the Goto family , time-honored craftsmen of gold , mainly by order of the Toyotomi family since the Azuchi Momoyama period until the early Edo period ; it is considered to have been minted first in 1588 , and the well-known ' Tensho hishi oban ' , ' Tensho naga oban ' and ' Daibutsu oban ' are categorized under it . +1 FUJIWARA no Okikaze ( year of birth and death unknown ) was a Japanese noble and poet of the Heian period . +-1 Located at 8-chome Miyagawa-suji , Higashiyama Ward , Kyoto City , in Kyoto Prefecture , Gojo Station is a stop on the Keihan Main Line of the Keihan Electric Railway . +-1 Gobo no keiji were five street bulletin boards erected on April 7 , 1868 and the first public prohibitions published by the Meiji government . +-1 Yata no Kagami is a mirror and one of the Sanshu no Jingi ( Three Imperial Regalia ) . +-1 Jurasetsunyo are ten demonesses of Tenbu ( group of Protectors of Buddhist Laws ) in Buddhism . +1 Priest-Imperial Prince Shoshin ( July 1 , 1005 - October 18 , 1085 ) was a member of the Imperial Family and monk in the mid Heian period . +1 MINAMOTO no Sueto ( year of birth and death unknown ) was a busho ( Japanese military commander ) and a poet in the late Heian Period . +-1 The Isshiki clan comprised a samurai family . +1 Eiku ( year of his birth is unclear - 1179 ) was a Buddhist monk of the Tendai Sect in the late Heian period . +-1 " Toro Nagashi " which is also referred to as " Shoryo Nagashi " ( floating lanterns down a river carrying the spirits of the dead ) is a Japanese festival where people hold a memorial service for the spirits of the deceased by floating paper lanterns and other offerings in a river or in the sea for Bon festivals . +1 MINO no Umakai ( 馬甘 ) was a person of the Nara period . +-1 The Sanpo War was a rebellion occurred in Gyeongsang Province , Korea , in 1510 , provoked by the So clan , who was the shugo ( military governor ) of Tsushima Province , and kokyowa ( Japanese residents who settled down in Korea with keeping Japanese nationality ) . +1 Jakucho ( year of birth and death unknown ) was a kajin ( waka poet ) during the end of the Heian period . +-1 An aesthetic area is an ' Area Designated for Conservation of Scenic Beauty of Cities ' ( City Planning Act Article 9 ) . +1 Katsutoyo YAMAUCHI was a warrior and feudal lord from the Warring States period to the Azuchi-Momoyama period and the Edo period . +1 Kaname-ishi ( spirit rocks ) are found in Kashima-jingu Shrine in Kashima City , Ibaraki Prefecture and Katori-jingu Shrine in Katori City , Chiba Prefecture . +1 Tanemoto KUTSUKI was the second lord of the Fukuchiyama Domain in Tango Province . +1 Imperial Prince Nashimotonomiya Moriosa ( December 16 , 1819 - September 1 , 1881 ) was a member of the Imperial family of Japan during the late Edo and Meiji Periods . +1 Akira YAMAGUCHI ( 1948 - ) is a noh costume researcher . +-1 The Bon festival dance is an event enjoyed in groups at night during the season of Bon , the Buddhist festival for the dead held around the fifteenth of August ( or July in some regions ) . +1 Masahiko Katori ( January 15 , 1899 - November 19 , 1988 ) was a Japanese caster . +-1 Ryoro is a utensil used to boil water in senchado . +1 Yoshisa ASHIKAGA was the 9th Seii Taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi Shogunate ( reigned between 1473 - 1489 ) . +1 Princess Kasuga no Oiratsume ( Kasuga no Oiratsume no Himemiko ) appeared in the Kiki ( " Kojiki " [ A Record of Ancient Matter ] and the " Nihonshoki " [ Chronicles of Japan ] ) as a member of the Imperial family ( royal family ) in Japan . +1 Seiitsu YAMANAKA ( 1822 - 1885 ) is a calligrapher and a statesman who flourished in the Meiji period . +1 FUJIWARA no Shigezane ( year of birth unknown - 901 ) was a military officer in the early Heian period . +-1 The Saigoku Sanjusankasho is the collective name for the thirty-three holy places of Kannon ( Goddess of Mercy ) scattered around Gifu Prefecture and the six prefectures ( Kyoto , Osaka , Hyogo , Shiga , Nara , and Wakayama ) in the Kinki region . +-1 Shukeiryo is an organization which belonged to Minbusho ( civil and administrative ministry ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 Kifudo painting is a ' hibutsu ' ( Buddhist image normally withheld from public view ) of a standing statue of Fudomyoo ( cetaka ) , the entire body of which is yellow , handed down to Onjo-ji Temple , commonly called Mii-dera Temple , in Otsu City , Shiga Prefecture . +1 Sadamichi INABA ( 1546 - October 7 , 1603 ) was a busho or military commander ( daimyo or feudal lord ) from the Sengoku to the early Edo period . +-1 Utaemon NAKAMURA , the sixth ( January 20 , 1917 - March 31 , 2001 ) was a kabuki ( traditional drama performed by male actors ) actor representative of the postwar period . +-1 Tanba MOMOCHI ( 1512-1581 ? ) was a Ninja ( a secret agent in feudal Japan highly skilled in stealth and secrecy ) , who is considered to be the founder of Iga style Ninjutsu ( the art of a ninja ) in the Sengoku period ( Japan ) . +1 Sadakatsu MATSUDAIRA ( 1560 - May 1 , 1624 ) was a busho ( Japanese military commander ) in the Sengoku Period ( Period of Warring States ) and a daimyo ( Japanese territorial lord ) in the early Edo period . +1 Shinzei ( 800 - March 25 , 860 ) was a Shingon Sect Buddhist monk who lived during the first part of the Heian period . +-1 Jujo-dori Street is one of the major east-west streets in Kyoto City . +-1 Onsho ( reward grants ) is defined as follows . +1 MINAMOTO no Yoshihiro or Yoshihiro KONDO ( year of birth unknown-1180 ? ) was the fourth son of MINAMOTO no Yoshitoki . +-1 A Shingun ( also called a Kamikori ) is a special district type that came into existence with the establishment of the Kokugun system , and is considered to be the holly precincts of a shrine ( domain of a kami ) , and differs from other types of districts . +-1 Kikyoku is a tea utensil used in Senchado ( Japanese tea ceremony using Sencha [ brewed green tea ] ) . +-1 Myoseki ( 名跡 : Family Name ) is a traditional naming convention that closely links family names of individuals with succeeding generations of a family . +-1 The Middle Palace Guard was an administrative office in the Ritsuryo system . +1 Moromoto NIJO ( 1301 – February 17 , 1365 ) was a court noble between the late Kamakura Period and the period of the Northern and Southern Courts +1 Shinsho ( 797 - August 7 , 873 ) was a priest of the Shingon Sect in the early part of the Heian period . +-1 In China , Gojo refers to five emotions . +1 MINAMOTO no Nakaakira ( unknown - February 20 , 1219 ) was a noble and a Confucian scholar from the end of the Heian period to the early Kamakura period . +1 Mokujikiyoa ( year of birth is not clear - December 25 , 1763 ) was a Buddhist monk of Shingon Sect in the mid-Edo period . +1 Korenobu OUCHI ( year of birth and death unknown ) was a Gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) in the early Kamakura period . +1 Aihime ( her name also can be pronounced Yoshihime or Megohime ) ( 1568 - February 21 , 1653 ) was the only daughter of Kiyoaki TAMURA and a lawful wife of Masamune DATE . +1 Tsuneoki IKEDA was a warlord during the Sengoku period ( Period of Warring States ) and Azuchi-Momoyama period . +1 Ayasaburo TAKEDA ( November 4 , 1827 to January 28 , 1880 ) was a scholar coming from the Ozu Domain of Iyo Province ( present Ozu City of Ehime Prefecture ) . +-1 Ishido-ji Temple is a Tendai sect temple located in Higashiomi City , Shiga Prefecture . +-1 Zenfusho is a type of Tsukumo-gami ( gods to a variety of things ) and a specter of chagama ( iron tea ceremony pot ) that is introduced in " Hyakki Tsurezure Bukuro " ( One hundred bags in idleness ) by Sekien TORIYAMA . +1 The Emperor 's Birthday is one of Japanese national holidays . +-1 Japanese Castle Data Sheet +1 Priest Ikkei UNSHO ( June 17 , 1386 - February 20 , 1463 ) was a priest of the Rinzai Sect in the mid Muromachi Period . +1 HEKI no Minomaro ( 704-year of death unknown ) was a government official ( esp. one of low to medium rank ) who lived from the Nara period to Heian period . +-1 Minyu-sha was an opinion group and publishing house established by Soho TOKUTOMI . +-1 Shikienkyuten is kuntenbon ( a book with guiding marks for rendering Chinese into Japanese ) of " Shiki " ( Records of the Grand Historian ) , a Chinese history book written by Sima Qian in the era of Former Han in China , and it was in the form of Kansubon ( book in scroll style ) transcribed by OE no Iekuni by adding kunten ( marks and symbols beside lines of Chinese text to indicate how the text is to be read in Japanese ) in 1073 during the Heian period of Japan . +-1 Tsukuyomi ( cited as " 月讀 " ( Tsukuyomi ) or Tsukuyomi no mikoto ) is one of the gods of Japanese mythology . +-1 Tenguto no Ran ( Rebellion of Tenguto ) was raising of an army at Mt . Tsukuba on May 2 , 1864 by the radical party of Sonno Joi ( 19th century slogan advocating reverence for the Emperor and the expulsion of foreigners ) including Koshiro FUJITA , a feudal retainer of Mito Domain and others , as well as the following related conflicts occurred all over the country ( the main leader surrendered on January 14 , 1865 ) . +1 Chikara TACHIKAWA ( 1840 ? - January 22 , 1903 ) born in Chikuzen Province was a member of the Shinsengumi ( a special police force of the late shogunate period ) . +1 According to " Nihonshoki " ( Chronicles of Japan ) and " Kujihoongi " ( Ancient Japanese History ) , Isuzuhime no mikoto , also called Isuzuyorihime ( date of birth and death unknown ) was a wife of Emperor Suizei , a daughter of Kotoshironushi-no-kami ( her mother 's name is unknown ) and a mother of Emperor Annei . +-1 日本料理 ( nihonryori or nipponryori in Japanese pronunciation ) ( Japanese cuisine ) indicates the traditional Japanese dishes , in particular , using foodstuffs familiar in Japan , which have been developed uniquely in the land and environment of Japan . +1 Saigo no tsubone ( 1562 - July 1 , 1589 ) was a woman in the Sengoku period ( period of warring states ) and Azuchi-Momoyama period . +-1 Kemari is one of the athletic sports that became popular during the Heian period . +1 Tomotsune TOSHIMA ( year of birth unknown - November 27 , 1203 ) was a samurai ( warrior ) from the end of the Heian period to the early Kamakura period . +1 Akikuni KASUGA ( year of birth unknown - April 21 , 1344 ) was a noble during the period of the Northern and Southern Courts ( Japan ) . +-1 Goryakuso is a ceremony conducted during pre-modern periods , in which a Year calendar is presented on every November first ( old lunar calendar ) by Onmyoryo to the Emperor via Nakatsukasasho . +1 Genzo SHINOMIYA ( year of birth unknown - October 3 ? , 1580 ) was a vassal of Ujitoyo YAMANA , who lived around the Azuchi Momoyama period . +1 INBE no Shikobuchi ( year of birth unknown - July 15 , 701 ) was a person of the Asuka era in Japan . +1 Yasuko HINO ( 1369 – December 7 , 1419 ) lived during the Muromachi period . +1 AIZU no Kotetsu ( his real name was Senkichi KOSAKA ) ( July 7 , 1833-August 19 , 1885 ) was the Kyokaku ( a professional gambler in the Edo period ) of Kyoto . +1 Shubun ( the years of his birth and death was unknown ) was a Zen priest and artist-monk in the middle of the Muromachi period . +1 Takichi MIYASHITA ( September 30 , 1875 - January 24 , 1911 ) was an anarchist . +1 Eijun OTANI ( 1890-May 23 , 1973 ) was a priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) of Buddhism +1 Mitsugoro BANDO is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +1 Tadashi IMAI ( January 8 , 1912 - November 22 , 1991 ) was a film director in Japan during the Showa period . +1 FUJIWARA no Sukekimi ( year of birth and death unknown ) was a noble during the mid Heian period . +1 The history of medieval Japanese literature covers the history of literary works written approximately from the Kamakura to the Azuchi-Momoyama Periods . +-1 Some Jiken is one of the family troubles occurred in the Meiji period in Japan . +1 MINAMOTO no Yoriie was the second Seii Taishogun ( literally , " great general who subdues the barbarians " ) of Kamakura bakufu ( Japanese feudal government headed by a shogun ) ( Kamakura-dono ( lord of Kamakura ) ) . +1 Masakuni SHIGEYAMA ( born on July 7 , 1972 to now ) is a kyogen performer of Okura-ryu ( the Shigeyama family , Kyoto ) ( Okura school ) . +-1 The Nichiren chant is the words of Namu Myohorenge-kyo , which are recited in the Buddhist religious services held by religious organizations such as Nichiren and the Hoke-kyo Sutra sect . +-1 Meta-jinja Shrine , written as 賣太神社 or 売太神社 in Japanese , is a shrine located at the end of Heida Village , a village surrounded by a moat in Yamatokoriyama City , Nara Prefecture . +1 Masataka KUSUMOTO ( April 14 , 1838-February 7 , 1902 ) was a samurai from the Omura Domain , Hizen Province , and a Meiji Period statesman . +-1 Kimigayo is Japan 's National Anthem . +1 INA no Iwasuki is a person who lived during Japan 's Asuka period , but his birth and death dates are not known . +1 Kazue SOMA ( 1835 or 1843 - 1875 ? ) was the last commander of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +-1 Uwanabe-kofun Tumulus is a large keyhole-shaped mound located in Hokkeji Town , north of Heijo-kyu Palace Site in Nara City . +1 Hisako KONOE ( April 5 , 1702-February 27 , 1720 ) was Nyogo ( a wife of Emperor ) of the Emperor Nakamikado in the Edo period , who was the real mother of the Emperor Sakuramachi . +1 Saneie ICHIJO ( 1250 - February 20 , 1314 ) was Kugyo ( a Court noble ) in the Kamakura period . +1 Dewa no ben ( around 1007 ? - date of death unknown ) was a female waka poet in the mid Heian period . +-1 Bogu is protective gear to protect players ' body in the Japanese art of fencing , naginata ( a long pole with a sharp curving sword ) , and jukendo ( the martial art using the bayonet ) . +-1 A Kyo rin rin is one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Hyakki Tsurezure Bukuro " ( The Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) , and a yokai of Buddhist scriptures . +1 Takamasa KYOGOKU ( June 8 , 1757-May 29 , 1835 ) was the seventh lord of Mineyama Domain in Tango Province . +-1 Omuraji is one of the governmental posts of the Yamato sovereignty ( the ancient Japan sovereignty ) during the Kofun period ( tumulus period ) . +-1 " Shinkan " is a person serving a certain God or working as a government official at a facility where God is worshipped . +-1 Hoe ( Buddhist memorial services ) are gatherings of Buddhist monks and parishioners for memorial services and Buddhist preaching . +1 Masatsune MORI ( 毛利 正恒 , year of birth unknown - April 6 , 1768 ) was a samurai of the Satsuma domain in the Edo period . +1 Yoshihide ASAHINA ( 1176 - Year of death unknown ) was a busho ( Japanese military commander ) in the early Kamakura period . +-1 Ichikawa Kobunji Kabuki Eiga Productions ( established in June 1928 and dissolved in August ) was a film company in Kyoto . +1 The Foundation for the Reizei family 's Shigure-tei library was founded by the descendants of FUJIWARA no Teika ; it was created both to store and protect the cultural treasures , including old manuscripts , architectural items , and reports of annual events that had been passed down in the Reizei family , which was well known as a poetic family , and for the purpose of instructing succeeding generations in the Reizei school of kokin denju , or interpretation of the poetry in the Kokinshu . +1 MINAMOTO no Sadafusa ( 1130-August 18 , 1188 ) was a court noble during the late Heian Period . +-1 Nihon no Oni no Koryu Museum ( 日本の鬼の交流博物館 ) ( Japanese Oni Museum ) is a museum featuring Oni ( demon ) legends , and is located at the foot of Mt.Oe in Fukuchiyama City ( former Oe-cho , Kasa-gun ) , Kyoto Prefecture . +-1 Mishige or Mishige-Majimun is a kind of Fumo-gami which has been known in Okinawa Prefecture and is a kind of Majimun ( the general name for devils in Okinawa and Amami Islands south of Kagoshima Prefecture ) . +-1 Northern Trade was the trade between China ( Northern Song Dynasty ) and the Oshu-Fujiwara clan or the Abe clan ( Oshu ) and the Dewa Kiyohara clan who dominated Ou before then . +1 Akimasa YOSHIKAWA ( January 21 , 1842 - January 10 , 1920 ) was a government official and a statesman in Japan . +-1 The second central wholesale market of Kyoto City is specialized in meat . +-1 Rakunan shintoshi is a new city which is planned to be prepared in the reclaimed land from former Ogura-ike Pond in the south of Yodo-gawa River in Fushimi Ward , Kyoto City , Kyoto Prefecture . +1 Maigetsusho ( The Monthly Commentary ) is a treatise on waka poetry written by a kajin ( waka poet ) FUJIWARA no Teika in 1219 . +1 TAIRA no Yoshikane was a warlord who lived during the mid-Heian period . +1 Hime no Mae ( year of birth and death unknown ) was a woman who lived in the early Kamakura period . +-1 " Amenoohabari " is a sword appearing in Japanese Mythology , as well as the name of a god ( Shinto ) . +-1 Kushinadahime is a goddess that appears in Japanese Mythology ( Shinto religion ) . +1 Tomonari SHIONOYA was a shogun 's retainer from the the end of Heian period to the early Kamakura period . +1 Tadayuki SAKAI was a daimyo ( Japanese feudal lord ) in the early Edo Period . +1 Hidenori SENGOKU was a busho ( a Japanese military commander ) from the Azuchi-Momoyama period to the early Edo period . +1 Yoriuji KITSUREGAWA ( 1580 - July 22 , 1630 ) was the first lord of the Kitsuregawa Domain in Shimotsuke Province . +-1 Kawata-jinja Shrine is a Shinto shrine located in Tsuchiyama-cho , Koga City , Shiga Prefecture . +-1 Kogeki hasshu is a family 's specialty ( iegei ) of Danzo ICHIKAWA , Mikawaya ( Kabuki ) , that Danzo ICHIKAWA VI had picked out . +-1 The " Hokke Ikki " is the religious riot which occurred in Kyoto , of the Sengoku Period ( Period of Warring States ) around 1532 , in Japan . +1 FUJIWARA no Tadanushi ( 760 - November 2 , 817 ) was a government official who lived during the early Heian period . +1 Tadamune OSADA ( date of birth unknown , died in 1190 ) was a busho ( a Japanese military commander ) at the end of the Heian period . +-1 Enshu school is a style of tea ceremony initiated by Masakazu KOBORI and passed on in the Kobori family . +-1 Nakagyo Ward is one of the eleven wards that constitute Kyoto City . +1 Genei ( year of birth unknown – 840 ) was a priest of the Sanron sect of Buddhism who lived during the early Heian period . +1 Tamagaki ( also known as Tamakaki , year of birth and death unknown ) was the younger sister of Moriyoshi FUKUMOTO , who had the title of shokan ( an officer governing shoen ( manor ) ) of the estate of Niiminosho ( Niimi City , Okayama Prefecture ) of the Kyoto Kyoogokoku-ji Temple and Sotsuibushi ( government post in charge of police and military roles ) . +-1 It is the history of the tenkoku and insho ( seals ) in Japan . +1 Gosenwakashu is the second imperial waka ( Japanese poetry ) collection compiled in response to a command issued by Emperor Murakami . +-1 Jinseigata was one of the institutions established during the early Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +1 Masaie NATSUKA ( or NAGATSUKA ) was a daimyo and member of the Gobugyo ( Five Major Magistrates ) of the TOYOTOMI Administration during the Azuchi-Momoyama period . +-1 Uchitsuomi ( Naishin ) was one of Ryoge no kan ( official posts outside of Ritsuryo code ) which existed from the Asuka period to Heian period under the government based on the Ritsuryo code . +1 Yoshisato SHIBA ( 1410 - November 17 , 1436 ) was a Shugo Daimyo ( military governor ) in the mid-Muromachi period . +1 Kimmtsu SANJO ( June 18 , 1828 - March 9 , 1854 ) was Kugyo ( court noble ) in the late Edo period . +1 Baisao ( also sometimes pronounced " Maisao " , meaning " Old Man Tea-Seller " , July 8 , 1675 - August 24 , 1763 ) was a Buddhist monk of the Obaku sect in the Edo-period . +-1 Kamidachiuri-dori Street is a street running east-west in Kyoto City . +-1 Shiden is the farmland given by emperors through issuing Shochoku ( an imperial edict ) to individuals under the rules set in the Ritsuryo Code of Japan . +1 Emperor Komatsu ( March 14 , 1334 - 1375 ) was an ancestor of Yoshimasa MIURA , who advocated the Legitimate Succession of the Southern Court after World War II , and was the third Emperor of the Miura Imperial Line . +1 Eiri Genji monogatari ( Illustrated Tale of Genji ) is a printed book of The Tale of Genji which was published during the Edo period . +1 Michikiyo KONO ( year of birth unknown - March 6 , 1181 ) was a busho ( Japanese military commander ) of Iyo Province during the late Heian period . +1 FUJIWARA no Kanetaka ( 985 – 1053 ) was Kugyo ( a Court noble ) during the Heian Period . +1 Reijiro TSUMURA ( 1942 - ) is a Noh actor . +-1 Shogakko Rei ( the order of primary school ) was the imperial edict ( order ) to establish the elementary education system in modern Japan . +-1 The Monchujo was a government body of the Kamakura and Muromachi bakufu ( Japanese feudal government headed by a shogun ) , which was responsible for judicial affairs . +1 Kanginshu is a collection of Japanese songs and ballads . +1 KI no Yasuo ( 822 - July 7 , 886 ) was an aristocrat of the Heian period . +1 Kanji GOTO ( May 19 , 1871 - February 23 , 1936 ) was a battlefield missionary priest and a founder of schools in Japan . +1 Rohan KODA ( August 22 , 1867 - July 30 , 1947 ) was a Japanese novelist . +1 Sadahisa SHIMAZU ( May 10th , 1269 - August 12th , 1363 ) was the fifth-generation , family head of the Shimazu Clan . +-1 Zuiho-in Temple is a sub-temple within the precinct of Rinzai sect Daihonzan ( Head Temple ) Daitoku-ji Temple located in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +-1 " Shinagon " refers to the four court nobles ( MINAMOTO no Toshikata , FUJIWARA no Kinto , FUJIWARA no Tadanobu , and FUJIWARA no Yukinari ) who were active in the era of Emperor Ichijo in the middle Heian Period . +-1 Suruga no kuni no miyatsuko ( 珠流河国造 ) , also known as Suruga kokuzo , was a kuni no miyatsuko ruled over the east part of Suruga Province in ancient Japan . +-1 Government-run model factories were set up by the Meiji Government for the promotion of new industries . +1 Oshisakano onakatsunohimeno Mikoto was the Empress of the nineteenth Emperor Ingyo and the mother of the twenty-first Emperor Yuryaku . +-1 Kanchumimai ( a winter greeting card ) is one of the Japanese customs . +1 Takeshi KAWADA ( October 10 , 1842 - January 4 , 1920 ) was a Japanese geographer . +-1 Karasuma Oike indicates an intersection of Karasuma-dori Street and Oike-dori Street in Kyoto City , Kyoto Prefecture , or its surrounding area . +-1 Jokaku-ji Temple is a Koyasan Shingon sect temple located in Gojo City , Nara Prefecture ( former Nishiyoshino Village , Yoshino County ) . +-1 Imadegawa Station , located in Kamigyo Ward , Kyoto City , Kyoto Prefecture , is a facility of the Kyoto Municipal Subway Karasuma Line . +1 MINAMOTO no Yorimasa was a busho ( Japanese military commander ) and a poet in the late period of the Heian era . +-1 Songo-ikken was a case of dissension between the Imperial Court in Kyoto and the Edo Bakufu ( Japanese feudal government , headed by a shogun ) in the later Edo period of Japan . +-1 Ennichi are days when people have a spiritual connection with Shinto or Buddhist deities . +-1 St. Joseph Roman Catholic Church , Nishijin , is located in Kamigyo-ku Ward , Kyoto City . +1 Ujitsune MUNAKATA was a gokenin ( an immediate vassal of the shogunate ) and the 43th and the 46th Daiguji ( the supreme priest ) of Munakata Taisha Shrine , who lived during the middle of the Kamakura Period . +1 Zenjo ANO ( 1153 - August 8 , 1203 ) was a priest from late Heian period to early Kamakura period and the seventh son of MINAMOTO no Yoshitomo . +-1 Juzaburo TSUTAYA ( February 13 , 1750 - May 31 , 1797 ) is a " hanmoto " ( publisher ) in the Edo period . +1 Sueyoshi ABE ( May 6 , 1904 to March 18 , 1986 ) was a gagakushi ( court musician ) and a member of the Japan Art Academy . +-1 Azukari was a post which was set up at government offices , temples or shrines and shoen ( manor ) in the Heian period . +-1 Heian-style costume is clothing worn by the Imperial families and court nobles during the Heian period . +-1 Gekka-mon Gate was one of the naikaku-mon gates that comprised the dairi ( Imperial Palace ) . +1 Monk-Imperial Prince Jido ( 1282 - April 27 , 1341 ) was the Monk-Imperial Prince from the latter half of Kamakura period to the period of the Northern and Southern Courts . +1 Emperor Komyo ( January 11 , 1322 - July 26 , 1380 ) his reign was from September 20 , 1336 to November 18 , 1348 , he was the second Emperor of the Northern Court during the period of the Northern and Southern Courts . +1 Munenori TERASHIMA ( June 21 , 1832 - June 6 , 1893 ) was a retainer of shogun during the late Edo period , and a statesman during the Meiji period . +-1 " Kanjin-Noh " refers to Noh performances which charged admission fees in order to raise subscriptions for the construction or the reconstruction of shrines or temples . +-1 The Onshogata was a department set up in the Kenmu Government and the Muromachi bakufu ( Japanese feudal government headed by a shogun ) , which took charge of desk work relating to administering Onsho award ( reward grants ) . +-1 Yoshino Mikumari-jinja Shrine is a shrine located in the Komori district of Yoshino-cho , Yoshino County , Nara Prefecture ( Mt . Yoshino Kami-senbon ) . +1 Yorioki SASSA was an individual who lived during the middle of the Kamakura period . +-1 Bushi ( 武士 , mononofu , samurai ) existed from the 10th century to the 19th century and was a member of a family community whose top was the master of Soke ( the head family ) and whose profession was a warrior . +-1 Geta ( Japanese wooden sandals ) is Japanese traditional footwear , and is put on by putting feet on wooden boards and fixing toes with a strap which is called O ( or Hanao ) . +-1 " Kojikiden " or " Furukotofumi no tsutae " is forty-four volumes of commentaries on " Kojiki " ( The Records of Ancient Matters ) by Norinaga MOTOORI , a scholar of Japanese classical literature in the Edo period . +-1 Katanashi ( Kessei ) was one of the governmental affairs conducted at the Imperial Court during the Heian period . +1 Ichitaro KATAOKA ( February 13 , 1877 - date of death unknown ) was a Japanese actor . +-1 Shichikuzan Chigogataki Fudomyoo is a historical site located at Magura , Maizuru City , Kyoto Prefecture . +-1 The term Kanmon means written reports ( Kanshin ) for various information such as origins / precedents that were submitted by scholars , etc. at the request of the Imperial court . +1 Masanari INABA ( December 7 , 1775 - April 17 , 1815 ) was the eighth lord of the Yodo Domain of Yamashiro Province . +-1 Uryuyama Castle is a yamashiro ( a castle on a mountain ) that was built on Uryu-yama Mountain ( with a height of 301m above sea level ) in present Kiyozawaguchi-cho , Kitashirakawa , Sakyo Ward , Kyoto City ( Otagi County , Yamashiro Province at that time ) in the Sengoku period ( period of warring states ) . +-1 Kansai Kabuki +1 Honcho Koin Joun roku is a genealogy of Emperors and Imperial Families . +-1 Jorin-ji Temple is a temple of the Jodo ( Pure Land ) sect located in Sakyo Ward , Kyoto City . +-1 Yamashiro no Kuni no Miyatsuko ( also known as Yamashiro Kokuzo , written as 山背国造 or 山代国造 ) was a kuninomiyatsuko ( provincial governor ) who ruled the south-west part of Yamashiro Province . +-1 The Hori-kawa River , which runs through Kyoto City , Kyoto Prefecture , is included in the Yodo-gawa River system . +1 KOSE no Notari ( 750 - January 9 , 817 ) was an army general and politician in the early Heian period . +1 MINAMOTO no Yoshitaka ( Date of birth unknown - died 1159 ) was a military commander of the late Heian period . +-1 Tairo was the highest post in the Edo bakufu government system , provisionally placed above Roju as an assistant to Shogun . +-1 Dainen-ji Temple is a Buddhist temple belonging to the Pure Land Sect located in Oyamazaki-cho , Otokuni-gun , Kyoto Prefecture . +-1 Natori-dan refers to Gundan ( army corps in ancient Japan ) deployed in Natori County , Mutsu Province ( later Rikuzen Province ) , Japan from the early 8th century to the 10th century . +1 Tsuburameo was a member of the Imperial family who lived during the Kofun period ( tumulus period ) . +1 Suzakuin is : +-1 Located in Sakyo Ward in Kyoto City , Kyoto Concert Hall is dedicated to classical music concerts . +-1 Mt . Yamato Katsuragi is located in the boundary between Gose City , Nara Prefecture and Chihayaakasaka-mura , Minamikawachi District , Osaka Prefecture . +1 Jokoin ( 1570 ? - September 30 , 1633 ) was a woman in the Sengoku Period ( Period of Warring States ) ( Japan ) to the early Edo period . +1 Senjaku NAKAMURA is one of the professional names that are related to the Ganjiro NAKAMURA family . +-1 Jishazoeiryotosen is a group of traveling vessels that were dispatched to the Yuan Dynasty under authorization of the bakufu ( Japanese feudal government headed by a shogun ) for the purpose of making profits to cover the costs of repair and construction of major temples and shrines in the first half of the 14th century ( from the late Kamakura period through the period of the Northern and Southern Courts -Japan ) . +1 Keigannin ( Year of birth unknown , died on September 10 , 1604 , referred to as ' the concubine Yotsutsuji hereafter ) was a woman who lived from the Azuchi-Momoyama period to the early Edo period . +-1 Sugitama is a craft made from collection of fir leaves ( tips ) and shaped into a ball . +-1 Baisho-in Temple is a Buddhist temple belonging to the Buzan school of the Shingon Sect located in Nakano Ward , Tokyo . +-1 " Yuki-jinja Shrine " is a shrine in Kurama-honmachi , Sakyo Ward , Kyoto City . +-1 Kurokabe Square ( also known as " Kurokabe " [ black walls ] ) , located in the old town area of Nagahama City in Shiga Prefecture , is a sightseeing spot where the traditional buildings are preserved effectively . +-1 Kasafuku is a hanging decoration seen around Sakata City , Yamagata Prefecture . +-1 The Institute for Zen Studies is a research institute ( a corporation ) about Zen and Zen-related culture established jointly by the Rinzaishu and Obakushu sects , and is located on the premises of Hanazono University . +-1 The Shin Saigoku 33 Kannon Temple Pilgrimage consists of 33 sacred Kannon sites that were selected in 1932 based on the joint popularity votes submitted by readers of the three city newspapers Osaka Jiji Shinpo Newspaper , Kobe Shinbun Newspaper and Kyoto Nichinichi Shinbun Newspaper , with five additional sites being added in 1967 to create the current total of 38 . +1 Daichi ( 1290 - January 18 , 1367 ) was a Buddhist priest of the Sotoshu sect from the late Kamakura period to the period of the Northern and Southern Courts . +-1 Atsuage is a food made by deep-frying tofu ( bean curd ) cut into one piece or half a piece . +1 Masakuni ASAMI ( June 17 , 1941 - ) is a Noh gakushi ( Noh actor ) from Tokyo , and shite-kata ( main roles ) of Kanze school . +-1 Heianjingu-mae Station was a railway station located in Kyoto City 's Higashiyama Ward . +-1 The Sain was a legislative and consultative body in the early Meiji period . +1 FUJIWARA no Uona ( July 25 , 721 to August 31 , 783 ) was a high court noble in the Nara period . +-1 Uji Station , located in Uji City , Kyoto Prefecture , is a stop on the Keihan Uji Line , which is operated by Keihan Electric Railway . +-1 Oshouo ' refers to a kind of ' Umibozu ' , a ' yokai ' ( apparitions , spirits , spooks or monsters ) living in the ocean recorded in an encyclopedia , " Wakansansaizue " , compiled in the Edo period . +1 Sanehiro TOIN ( 1409 - year of death unknown ) was a kugyo ( court noble ) who lived during the Muromachi period . +-1 Kiri Hitoha ( a single paulownia leaf ) is a glance Shoyo TSUBOUCHI 's Kabuki program . +1 Samata SAKUMA ( November 19 , 1844 - August 5 , 1915 ) was a military man of the Imperial Japanese Army and a peer . +-1 Located at Miyagawa-cho , Higashiyama Ward , Kyoto City , Higashiyama Joshi Gigei Gakko ( Higashiyama Girls School of performance arts ) is an educational organization for maiko ( apprentice geisha ) and geisha girls . +1 Taketoshi KIKUCHI ( year of birth unknown - 1341 ) is a Southern Court ( Japan ) busho ( Japanese military commander ) from the end of Kamakura period into the period of the Northern and Southern Courts ( Japan ) . +-1 This section on " Town names in Kamigyo Ward , Kyoto City " lists official town names in Kamigyo Ward and summarizes the period and process of their establishment . +1 Monk-Imperial Prince Shoin ( 1317 - May 16 , 1377 ) was the Monk-Imperial Prince from the end of Kamaura period to the period of the Northern and Souther Courts . +-1 " Banshu " ( a guard ) is a person who keeps watch at night as part of guard group ( ban ) . +-1 Imperial Universities are the universities established according to the Imperial University Law promulgated in 1886 . +-1 The shakuhachi is a traditional Japanese musical instrument . +-1 Oban ( the great guards ) was one of the organizations of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +-1 Kyoto Jinbun Gakuen ( Kyoto Humanism School ) founded in 1964 immediately after the end of World War II in Kyoto through private educational movements . +1 Bunjiro TAKADA ( 1838 - October 20 , 1868 ) , from Edo , Musashi Province , was a member of the Shinsengumi . +1 Tadayasu NAKAYAMA ( December 17 , 1809-June 12 , 1888 ) was a kuge ( court noble ) and a politician who lived from the end of the Edo period to the early part of the Meiji period . +-1 Tamukeyama Hachimangu Shrine is located in Nara City , Nara Prefecture . +-1 Hyakunin Isshu ( one hundred waka poems by one hundred poets ) is a poetry anthology containing one hundred waka ( classical Japanese poems ) , one each by distinguished poets from ancient times ; in the past , it had been called ' Hyakunin-shu . ' +-1 Old provincial names are the names of the ryoseikoku ( province ) that were used up to the early Meiji period . +-1 Under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) , onshu was the registration of a person who came forward after having been missing from the family registers or the keicho ( yearly tax registers ) , or after having been away from the place of registry . +1 FUJIWARA no Saneo ( 767 - August 4 , 811 ) was a nobleman during the early Heian period . +-1 A gas light is illumination produced by burning a gaseous fuel . +1 Kanzan YAMADA ( male , 1856 - December 26 , 1918 ) was a Japanese Tenkoku artist ( artist of seal engraving ) of the Meiji period . +-1 " Busso Rekidai Tsusai " is a chronicle of Buddhism history from the ancient times to the year 1333 , which was compiled in China . +1 Nobumichi YAMADA ( December 13 , 1833 - March 11 , 1900 ) was a government official and a statesman in Japan . +1 Oku no Himemiko ( 大来皇女 , also written as 大伯皇女 , February 15 , 661 - February 2 , 702 ) was an Imperial princess of Emperor Tenmu . +-1 Ninjindai Oko Chogin refers to silver coins minted from 1710 for exclusive use for trade of Korean ginseng , and it was a silver-by-weight standard . +-1 Tororo konbu is a foodstuff made by processing kelp . +1 Tonomine Shosho Monogatari ( The Tale of the Lesser Captain of Tonomine ) is a story . +1 Hiromori HAYASHI ( December 28 , 1831 - April 5 , 1896 ) was a gagaku ( ancient Japanese court dance and music ) musician from the end of the Edo period to the beginning of the Meiji period . +-1 Katsura Station , located in Nishikyo Ward , Kyoto City , is a stop on the Hankyu Arashiyama Line , which is operated by the Hankyu Railway . +1 Heizo SAKAMOTO ( year of birth is not clear - January 30 , 1868 ) was a member of Shinsengumi . +1 Tomi KUSAKABE ( years of birth and death unknown ) was a Hira-taishi ( common soldier ) of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +-1 Daigo no Hanami refers to the blossom-viewing party held in grand style at Daigo-ji Temple in Kyoto on April 20 , 1598 by Hideyoshi TOYOTOMI with about 1,300 people , including feudal lords and their vassals , as well as his family members such as Hideyori TOYOTOMI , Kodaiin and Yodo-dono . +-1 Shoroku ONOE ( II ) ( March 28 , 1913 - June 25 , 1989 ) was a Kabuki actor in the Showa period . +-1 The term " myodai " means to act as a person 's proxy . +-1 Mappo mukai is the education and learning of various Nichiren schools with a concept to deny the validity of precepts in the Final Dharma Age . +-1 Goma is a phonetic translation of a Sanskrit word ' homa ' into Japanese . +-1 History of sake +-1 Gakumon no Susume , or Encouragement of Learning , is a book written by Yukichi FUKUZAWA . +-1 Sekki refers to a general term for tools manufactured through processing stone materials . +-1 Tenman-gu Shrines are Shinto shrines to deify and quell the anger of SUGAWARA no Michizane , who fell victim to political misfortune . +1 Kintomo SAIONJI ( 1515-July 23 , 1590 ) was Kugyo ( top court official ) from the Muromachi period to the Azuchi-Momoyama period . +-1 Wakan ( 왜관 ) was a foreign settlement for Japanese people established at the Southern area of Korean Peninsula from the medieval to modern period of Japan , or in the Yi Dynasty Korea period ( Korean Dynasties period ) . +1 Makibashira is one of the 54 chapters of " The Tale of Genji . " +1 Takeda no miko ( date of birth and death unknown ) was a member of the Imperial Family in the Asuka period . +-1 Myojitaito is a term indicating the social status of samurai during the Edo period . +1 Emperor Daigo ( February 6 , 885 - October 23 , 930 ) was in power during the Heian period . +-1 Kamigata hanashika is Hanashika ( professional Rakugo storyteller ) of Kamigata rakugo , traditional Japanese comic storytelling as performed in the Kyoto-Osaka region . +1 Muryoju-kyo Ubadaisha Ganshogechu ( the Commentary on Verses on the Aspiration to Be Born in the Pure Land ) was compiled by Tanluan , a Buddhist monk in the Northern Wei dynasty ( China ) . +-1 Jinka refers to suspicious fires which often happened from the late 8th century to 10th century , mainly centering on kanga ( government office ) in Togoku ( the eastern part of Japan , particularly Kanto region ) . +1 Fujimitsu ( Hisamitsu ? ) MACHI ( MACHINO ? ) ( 1390 - died December 15 , 1469 ) was a Court noble during the middle of the Muromachi period . +-1 The Iwakura family was a Court noble lineage that was descended from the Murakami-Genji ( Minamoto clan ) Koga family . +1 Hisamitsu SHIMAZU ( December 2 , 1817-December 6 , 1887 ) was a person in paramount authority in Satsuma Province in the last days of the Edo period . +-1 Doshisha English School ( Doshisha Eigakko ) is a private school that Joseph Hardy Neesima ( Joe NIIJIMA ) established in Kyoto in 1875 . +-1 Hari-ogi , also called Hari-sen , refers to a special fan that is made for the purpose of making noise by slapping something during Nohgaku theatre , kodan storytelling and rakugo ( traditional comic storytelling ) ( Kamigata rakugo ( traditional Japanese comic storytelling as performed in the Kyoto-Osaka region ) ) . +-1 In Buddhism , Joruri means shojo ( purity ) or transparent lapis lazuli . +-1 A Kado-ka is a person who arranges flowers . +-1 Shinonome Station , located in Mizuma , Maizuru City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by Kitakinki Tango Railway ( KTR ) . +-1 Aobyoshi is a book on the customs and manners of samurai , written by Hiroki ONO ( also called Gonnojo or Ninken ) , a shogun 's retainer and a scholar of Japanese classical literature in the late Edo period . +-1 Ninja is a name of individual or group who served daimyo ( Japanese territorial lord ) or feudal lord doing intelligence activities and assassinations from the Kamakura period to Edo period in Japan . +-1 Oe-cho was a town located in Kasa-gun , Kyoto Prefecture . +1 Martinho HARA ( 1569 - October 20 , 1632 ) was a Christian who was one of the vice-envoys of Tensho Keno Shonen Shisetsu ( the Tensho Boy Mission to Europe ) that lived during the Azuchi Momoyama period to the early Edo period . +-1 Kameyama-koen Park is located in Sagakamenoo-cho Town , Ukyo Ward , Kyoto City . +1 Imperial Prince Kideranomiya Yasuhito ( 1320 - June 10 , 1355 ) was a member of the Imperial Family in the period of the Northern and Southern Courts , and he was Emperor Kogon 's Crown Prince of Jimyoin Imperial line . +-1 The term " fude " refers to a tool made out of a stem ( thin stick such as bamboo tube ) with a brush ( a bundle of fiber ) on the top , which is used for writing and painting . +1 Kanshun ( 978 - October 9 , 1057 ) was a Buddhist monk of the Tendai sect who lived during the mid Heian period . +1 Gakusen SODANI ( 1738-December 7 , 1797 ) was a tenkokuka ( artist of seal engraving ) in the middle of the Edo period . +-1 Shishiodoshi is a general name for devices used to intimidate and drive away agriculture-damaging birds and animals . +-1 Hibiya Incendiary Incident was a revolt caused from the dissatisfaction with the compensation after the Russo-Japanese War , triggered by the rally held at Hibiya Park in Tokyo on September 5 , 1905 . +-1 Chofuku-ji Temple is a temple of the Shingon Ritsu sect of Buddhism , situated at Tawaraguchicho , Ikoma City , Nara Prefecture . +1 FUJIWARA no Ienaga ( years of birth and death unknown ) was a retainer of the Imperial Court in the late Heian period . +1 Yoshinari ICHIJO ( 1163 - 1238 ) was a court noble from the end of Heian period to the early Kamakura period . +-1 Jikku Kannongyo is one of the Buddhist scriptures . +1 SAKANOUE no Korenori ( date of birth unknown - 930 ) was a Japanese poet of the early and the mid-Heian period . +1 Nowaki ( The Typhoon ) is one of the 54 chapters of " The Tale of Genji . " +-1 Eight Views is a manner of scenery valuation in which eight finest sceneries of the region are selected . +-1 Shidarezakura is a variety of Edohiganzakura . +-1 Anjuhime is well known from Ogai MORI 's novel ' Sanshodayu , ' and she rests in the Tomb of Anjuhime . +-1 Juniten is a mixture of the twelve deities of ' Ten , ' which are Goho Zenshin ( good deities protecting dharma ) in Buddhism and is given high value in Esoteric Buddhism , as well as Shitenno ( Four Guardian Kings ) . +1 Fuso Ryakki is a history book privately selected in the Heian period . +-1 The second battle of Kizugawaguchi was a naval battle between the Mori clan and the Oda clan that occurred on December 14 , 1578 . +1 Prince Masami ( 798 - May 863 ) ( old calendar ) was an Imperial Family member during the early Heian period . +-1 Kumanokusubi is a god ( god of Shinto ) featured in Japanese Mythology . +1 Munetane CHIBA ( 1265 – February 12 , 1294 ) was a busho ( Japanese military commander ) in the middle Kamakura period . +-1 Miyazu City is a city in Kyoto Prefecture . +-1 Sonno Joi is a philosophy of respect for the Emperor and rejection of external pressures and foreign enemies . +-1 The " Tatsumaru Incident " is a famous incident which triggered the anti-Japanese campaign in China . +-1 Shuzeiryo refers to an institution that belonged to Minbusho ( Ministry of Popular Affairs ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Motohiko SHIGEYAMA ( June 4 , 1975- ) is a kyogen performer of Okura-ryu kyogenkata ( comic actors of the Okura school ) . +-1 The Burakuin hall is used for entertainments and banquets in the Imperial Court of the palace . +-1 The term " Jodo Monrui Jusho " refers to a theoretical treatise in which Shinran wrote about the fundamental thoughts of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +1 " Umenosuke NAKAMURA " is a name which has been used by several Kabuki ( a traditional form of drama and music performed by male actors ) actors . +1 FUJIWARA no Ieyasu ( 1080 - 1136 ) was a Kugyo ( court noble ) who lived during the late Heian period . +1 Tsuneyuki NAKAMIKADO ( January 20 , 1821-August 27 , 1891 ) was Kugyo ( the top court officials ) in the end of the Edo period and a peerage in the Meiji period . +-1 Mukaijima is a location name of a place located at the southern Fushimi Ward , Kyoto City . +-1 Myoho hakase was an official post affiliated with the Daigaku-ryo ( Bureau of Education ) under the ancient Japanese ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 Jinko ( agarwood ) , formally known as Jinsui Koboku ( sinking fragrant wood ) , is one of the most popular types of koboku ( fragrant wood ) . +-1 " Rinjizoyaku " is a collective term for the odd-job tasks that kokuga ( provincial government office ) obliged local farmers to perform as a kind of tax payable in labor or in kind . +-1 Mokoku ( 模刻 ) is a calligraphic term meaning to create a ' hojo ' ( copybook printed from the works of old masters of calligraphy ) by reproducing and engraving handwriting on a piece of stone or wood , for the purpose of preservation , appreciation , and learning . +1 HATA no Yakuni ( the date of birth unknown - died on April 26 , 686 ) was a historical figure lived during Japan 's Asuka Period . +-1 Sakai Festival ( Sakai no Matsuri ) is a festival that was held at corner points and boundaries in Oto ( imperial capital ) and Koku-gun in the governing system in the ancient and medieval period of Japan . +-1 Demizu-dori Street is a street running east-west through Kyoto City . +-1 Shijo Kawaramachi is the intersection name between Shimogyo Ward and Nakagyo Ward of Kyoto City , Kyoto Prefecture . +1 WAKASAKURABE no Iose ( year of birth unknown - September , 696 ) lived in the Asuka period in Japan . +-1 Toa-dobunkai ( 1898-1946 ) was a private diplomatic group which used to be in Japan . +-1 Uzumasa is the place-name of regions in Ukyo Ward , Kyoto City and Neyagawa City , Osaka Prefecture . +-1 Ishin YOSHIMOTO May 25 , 1916 - August 1 , 1988 ) was the founder of Naikanho ( or Naikan Therapy ; one of the psychotherapies ) . +-1 Kamowakeikazuchi no Mikoto is a Shinto god ( Shinto ) . +-1 The Yamato Kingdom is a term used to refer to the royal authority and government that developed around a monarch , known as an okimi , and several powerful clans during the Kofun period ( tumulus period ) . +1 Yorifusa ISHIDO was a Japanese military commander who lived in the period of the Northern and Southern Courts . +1 TAKE no Gosho ( 1202- August 23 , 1234 ) was a woman in the early Kamakura period . +1 Norimune was a name of a sword craftsman of Bizen Province , the origin of the Fukuoka Ichimonji style and a generic name for all the Japanese swords produced by Norimune . +-1 The Japanese foods boom indicates the situation that Japanese food is extolled by foreigners living in countries and regions other than Japan +-1 Gonancho ( Second Southern Court ) is a general term that refers to descendants of the Southern dynasty ( Japan ) lineage and their former retainers and their attempts to revive the Southern Court after the two Courts were unified in 1392 , and to the political administrations and the members of the Imperial household who were involved . +1 FUJIWARA no Shikachi , or Karakachi , ( year of birth unknown - 764 ) was one of the nobility during the Nara Period . +-1 The Kamo clan ( or the Kamoji clan ) is a Japanese family which has a past stretching back to ancient times . +-1 Sakon KANZE is a name which has been handed down from generation to generation by the headmen of the shite-kata ( actors who play leading characters in Noh performances ) Kanze school . +1 Koreisai is a collective term for shunkikoreisai ( imperial ceremony of ancestor worship formerly held on the vernal equinox ) and shukikoreisai ( imperial ceremony of ancestor worship formerly held on the autumnal equinox ) . +-1 " Moro-haku " ( " moro " means both sides , and " haku " means polishing ) was the name of a sake brewing method which used polished rice for both the " koji-mai " ( the rice in which the mold of " koji " [ Aspergillus oryzae ] was cultivated ) and the " kake-mai " ( also called " fukashi , " meaning the steamed rice ) . +1 Chubei ITO ( August 7 , 1842 - July 8 , 1903 ) was a Japanese merchant and businessman . +1 Kayanarumi is a female deity whose name is written 賀夜奈流美 in " Izumo kokuso kamuyogoto " ( Divine Words of the Ritual Priest of Izumo Taisha Shrine ) , which can be found in the section on prayer rituals in the " Engishiki " ( Regulations and Laws of the Engi Era ) , and 加夜奈留美 at Asukani Imasu-jinja Shrine and Kayanarumi-jinja Shrine . +1 Kuya or Koya ( 903 - September 11 , 972 ) was a priest in the mid-Heian period . +1 Ganshoni ( 953-October 16 , 1034 ) was a nun ( Buddhist nun ) of the Tendai sect in the mid Heian period . +-1 Wakakusagaran are the remains of a Buddhist temple discovered in the grounds of the south east of Sai-in of Horyu-ji Temple in Ikaruga-cho , Ikoma county , Nara Prefecture . +1 TACHIBANA no Kiminaga ( dates of birth and death unknown ) was busho ( Japanese military commander ) of the Tachibana clan in the end of the Heian period . +-1 Doshishamae Station , located in Miyamaki Kakinouchi , Kyotanabe City , Kyoto Prefecture , is a stop on the Katamachi Line of the West Japan Railway Company ( JR West ) . +1 Imperial Princess Shushi / Nagako ( 脩子 ) ( February 1 , 997 - March 19 , 1049 ) was the first princess of the sixty sixth Emperor Ichijo , and her mother was Empress FUJIWARA no Teishi . +-1 Under the prewar school educational system , Third High School was one of the high schools that later became a foundation of the present Kyoto University . +-1 " Ryukyu Shinto-ki " is a Buddhist books . +1 Soga no Koma was a member of a local ruling family in the Kofun period ( tumulus period ) . +-1 The koto ( also called the ' kin ' ) is a Japanese traditional musical instrument . +-1 " Goso " refers to an act of petition in a firm attitude . +1 Ryuzen ( 1038 - August 21 , 1100 ) was a Hosso sect Buddhist monk in the late Heian period . +-1 Houn-ji Temple is a Nichiren Sho sect temple located in Heguri-cho , Ikoma-gun , Nara Prefecture . +-1 A torikabuto is a head costume used in performances of gagaku , a type of Japanese traditional music and dance . +-1 Shinjo Futazuka-kofun Tumulus is a tumulus in Katsuragi City , Nara Prefecture ( former Shinjo Town , Kitakatsuragi County ) and is designated as a national historic site . +1 Prince Yamashiro no Otsutsukimawaka ( Yamashiro no Otsutsukimawaka no Miko ; his date of birth and death are unknown ) first appeared in the " Kojiki " ( The Records of Ancient Matters ) as an Imperial family ( royal family ) during the Kofun period ( tumulus period ) in Japan . +-1 Saishu was a post within Shinto priesthood that was set up exclusively in the Ise-jingu Shrine . +1 Senzaburo SUZUKI ( born on May 10 , 1893 and passed away on October 6 , 1924 ) was a Japanese playwrite and editor . +-1 Ground stone tool is a kind of stone tools in classification by fabrication method . +-1 Kotodama was usually the spiritual power believed to be contained within words in Japan . +-1 Odoi is a mound built by Hideyoshi TYOTOMI surrounding Kyoto . +1 Tokuzo TANAKA ( September 15 , 1920 - December 20 , 2007 ) was a Japanese film director . +1 Nippo Soshun ( 1368 - March 10 , 1448 ) was a priest of the Rinzai Sect from the period of the Northern and Southern Courts ( Japan ) to the middle of the Muromachi period . +1 MINAMOTO no Tamenori ( date of birth unknown - September , 1011 ) was a literary person and a composer of Chinese poems in the mid-Heian period . +-1 Hyakkan na refers to an official-rank-style name that samurai called himself . +-1 Oeshiki means Daihoe ( great Buddhist memorial service ) ( a festival ) that is held on the anniversary of sects ' founders etc . +-1 Kakoishio is specially purified traditional salt for preservation , and also called furuzumijio ( traditional Japanese purified salt for preservation ) . +-1 Eiji Happo ( the eight basic techniques ) is a term to express that the Chinese character ' 永 ( ei ) ' contains all the 八法 ( happo or hachiho , eight techniques ) that are required in calligraphy . +1 Kakuma YAMAMOTO ( February 25 , 1828 - December 28 , 1892 ) is a hojutsuka ( ballistic specialist ) of the Aizu Domain in the end of the Edo period . +-1 " Nyakuichioji " is a god ( Shinto ) from syncretism of Shinto and Buddhism . +1 Moritoshi TANI ( 1614 - February 21 , 1652 ) was the successor of Yamaga Domain , Tanba Province . +1 Yasutane HORIKAWA ( October 14 , 1592 - March 15 , 1673 ) was the Kugyo ( high court noble ) during the early Edo period and the originator of the Horikawa family . +-1 Shimaibakama ( also called Shimaihakama ) is a " hakama " ( a kind of trousers worn with a kimono ) of a special shape , mainly used in Noh drama . +-1 A Japanese clock is a clock made in Japan mainly during the Edo period . +1 Masachika MATSUDA ( year of birth unknown - July 12 , 1582 ) was a warrior of the Sengoku period ( period of warring states ) and a vassal of the Akechi clan . +-1 The kyo-masu is a type of masu ( measure ) which was designated as the official masu from the late medieval period to the postwar period . +1 Akinori MITAMURA ( January 16 , 1850 - January 10 , 1931 ) was a martial artist ( the 14th head of Tendo school ) from the former Kameoka Domain of Tanba Province ( Kameyama Domain of Tanba Province ) . +-1 Mukaijima Station , located in Mukaijima Higashi-Jouke , in the Fushimi ward of Kyoto City , Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line of the Kintetsu Corporation . +1 Nagakage ADACHI was a gokenin ( an immediate vassal ) of the Kamakura Shogunate in the middle of the Kamakura period . +1 Emperor Gofukakusa ( June 28 , 1243 - August 17 , 1304 ) was the eighty ninth Emperor during the Kamakura period ( his reign was from February 16 , 1246 to January 9 , 1259 ) . +1 Masaki UMANO ( June 24 , 1965 - ) is a nohgakushi ( noh actor ) of the Kanze school . +1 FUJIWARA no Kaishi ( or Chikako ) ( 945 - May 16 , 975 ) was the first daughter of Regent FUJIWARA no Koretada from the Northern House of the Fujiwara Clan in the mid-Heian period . +-1 Zenko Seihyo was a practice of awarding a person for a good conduct and announcing it in public . +-1 Shigureni ( seafood or meat that has been cooked in soy sauce and mirin ) is a kind of tsukudani ( small fish , shellfish , konbu ( a kind of kelp used for Japanese soup stock ) , etc. boiled in sweetened soy sauce ) cooked with ginger . +1 Shigesuke SHIBUYA ( year of birth and death unknown ) was busho ( Japanese military commander ) from the end of Heian period to the early Kamakura period . +-1 Yari-bugyo was a post in the Edo shogunate . +-1 Sakai-Senke is the head family of the House of Sen. +-1 The Keishin Line is a railway line of Keihan Electric Railway Co . , Ltd . , that connects Misasagi Station , located in Yamashina Ward , Kyoto City , Kyoto Prefecture , and Hamaotsu Station , located in Otsu City , Shiga Prefecture . +-1 Shichimen-tennyo is the former name of Shichimen-daimyojin , a goddess whom followers of the Nichiren school of Buddhism believe protects the Lotus Sutra ( ' Hoke-kyo ' in Japanese ) . +1 TANI no Shiote ( year of birth unknown-August 24 , 672 ) was a person from the Asuka Period in Japan . +-1 Chicken rice is a stir-fried rice dish created in Japan , with thinly sliced chicken flavored with ketchup . +1 Zoyo ( 1032 - February 14 , 1116 ) was a Tendai Sect Buddhist monk who lived during the mid-Heian period . +-1 Han refers to the territories ruled by lords . +-1 Shishigatani-dori Street is a street running north-south in Kyoto City . +1 Tsunetada KONOE ( 1302 – September 29 , 1352 ) was a court noble who lived during the late Kamakura period to the period of the Northern and Southern Courts . +-1 Treatises on Artistic Accomplishments were written records spanning the Heian period ( 794-1185 ) through to around the Edo period ( 1603-1868 ) relating to the pursuit of : Japanese traditional Waka poetry , Noh drama , flower arrangement ( kado ) , tea ceremony ( sado ) , incense ceremony ( kodo ) , martial arts etc . +-1 The remain of Sanden-ji Temple is the stone foundation for the central pillar of a pagoda in the old-days Sanden-ji Temple , established in Asuka period ( late 7th century ) in Sohara Terajima-cho , Kagamihara City , Gifu Prefecture . +1 Tomonari IWAKURA ( 1668 - 1680 ) was a retainer of Imperial Court who lived during the first half of the Edo period . +1 Keishoin ( 1627 - August 11 , 1705 ) was a woman in the Edo period . +1 MINAMOTO no Kunifusa ( year of birth and death unknown ) is a busho ( Japanese military commander ) in the mid Heian period . +1 Saicho was a Buddhist monk during the Heian Period , and he founded the Tendai School of Buddhism in Japan . +1 " Sayuri " ( Memoirs of a Geisha ) was a novel by Arthur GOLDEN , published in 1997 . +-1 During the Middle Ages in Japan , a kojichi was the act of privately seizing the assets of a debtor whose credit had fallen into default . +-1 " Kaito Shokoku-ki " ( lit . Record of the Eastern Nations ) is a historic book about Japan and the Ryukyu Kingdom written in classical Chinese by Joseon Dynasty minister Suk-ju SHIN . +1 Kien MINAGAWA ( January 1 , 1735 - June 21 , 1807 ) was a Confucianist ( ' Jugakusha ' or ' Jusha ' in Japanese ) who lived in mid-Edo period . +1 Eri ( 852 - 935 ) was a Shingon Sect Buddhism monk who lived during the mid-Heian period . +1 FUJIWARA no Sanesue ( 1035 - February 10 , 1092 ) was a Kugyo ( the top court official ) during the Heian period . +1 Seppo KAWAGUCHI ( 1818 - 1890 ) was a calligrapher from the Satsuma Domain at the end of the Edo period and being taken under the wing of Takamori SAIGO , he taught calligraphy and Chinese poetry . +-1 Kintetsu-Tanbabashi Station , located in Momoyama Tsutsui Iga Higashi-machi , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line , which is operated by Kinki Nippon Railway Co . , Ltd . ( Kintetsu Corporation ) . +-1 Tatami-iwashi is a processed food of baby sardines whose production process consists of cleaning and sifting , either before or after boiling , with a reed screen or fine mesh on a wooden frame , then drying them in the sun and forming them into a thin sheet ( net-like ) . +-1 " Futaeorimono " ( or " Futabeorimono " ) is a fabric on which two kinds of patterns are arranged ; the one is called ' jimon ' ( textile pattern ) , running patterns such as kikko ( hexagonal pattern ) and karakusa ( arabesque ) that spread over a fabric , and the other called ' uwamon , ' patterns of marumon ( round pattern ) and kachomon ( pattern of flowers and birds ) which are woven with colored threads different from those of jimon and arranged at random . +-1 The enshrined deities are Amenooshihomimi no Mikoto , Takuhatachijihime no Mikoto and Nigihaya no Mikoto . +-1 Hino incident is an incident involving public safety , which took place in Hino-cho , Gamo-gun , Shiga Prefecture on October 18 , 1951 . +-1 Tamamushi-no-Zushi is a piece of furniture for storing a Buddha statue . +-1 Located in the Sakyo ward of Kyoto City , Iwakura Station is a stop on the Kurama Line of the Eizan-dentetsu ( Eizan Electric Railway ) . +1 MINAMOTO no Shigenari ( date of birth unknown -January 1160 ) was a busho ( Japanese military commander ) , who lived in the late Heian Period . +1 Rigen HAYASHI ( 1565 - year of death unknown ) was a Igo ( board game of capturing territory ) player and was said to be the founder of the Hayashiya , the head family of a Igo school . +-1 Kamaburo is a kind of Japanese traditional sauna baths existing around Yase , Sakyo Ward , Kyoto City . +-1 Mt . Kurama is located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +-1 Minryoku-Kyuyou and Seihi-Setsugen referred to the policy pledge of Minto ( general term of the political parties such as the Liberal Party and Progressive Party that conflicted with a han-dominated government when the Imperial Diet was inaugurated ) in early the Imperial Diet of the Meiji Period . +-1 " Oryoshi " was a ryoge no kan ( official posts outside of the Ritsuryo code ) under the Japanese Ritsuryo system ( ancient centralized government system based on the Ritsuryo code ) . +-1 Yoshihime-jinja Shrine is a Shinto shrine located in Konan City , Shiga Prefecture +1 Sanemitsu SAIONJI was a daymyo ( warring lord ) from southern Iyo Province during the Sengoku period . +1 Ryokichi YATABE ( October 13 , 1851 - August 8 , 1899 ) was a botanist and poet in Japan . +-1 Baishin refers to a name indicating a vassal of vassal in the samurai 's relationship between lord and vassal . +-1 " Hoshi " ( Hassu ) refers to a successor of his / her master 's teachings . +-1 The " subjugation of Takeda " in Japanese history refers to a series of battles fought by Nobunaga ODA , who invaded the territories of Katsuyori TAKEDA ( Suruga , Shinano and Kai Provinces ) in order to destroy the Takeda clan , whose power was in decline after the Battle of Nagashino . +1 Iemitsu ISHIKAWA ( year of birth unknown - April 28 , 1330 ) is a busho ( Japanese military commander ) in the Kamakura period . +-1 Ishikawa clan was a samurai family from the mid-Heian period to the Warring States period ( Japan ) . +-1 Obidome ' refers to an accessory passed through ' Obijime ' ( a string tied around the waist to fix obi ) . +-1 Nichiren Hon Sect , whose sect founder was Nichiren and school founder was Nisson of Fujimon School , is a school that inherits Nichiren 's teachings . +1 Satoru WATANABE ( 1562-1640 ) was a samurai warrior during Azuchi-Momoyama period to Edo period . +-1 Suitengu Megumi no Fukagawa is a program of the Kabuki play . +1 Sukenori HINO ( September 16 , 1756 to August 26 , 1830 ) is a Kugyo ( high court noble ) in Edo period . +1 Moronori KUJO ( June 20 , 1273 - July 21 , 1320 ) was a court noble who lived in the Kamakura period . +1 Hyoe KUROTORI was a legendary figure , who is said to have been lived in Echigo Province . +-1 Tamago dofu is a Japanese culinary dish . +-1 According to Buddhism , Kechimyaku Sojo means the handing down of law ( dharma ) from a mentor to a disciple . +-1 Kushibussho is one of the representatives of Zen koans . +-1 Kyokubumasei-sekifu is a edge-ground stone axe which appeared in the early upper Paleolithic period about 30 thousand years ago . +-1 Enryu-ji Temple is a Buddhist temple belonging to the Omuro school of the Shingon Sect located at the foot of Mt . Atago which overlooks Nishi-Maizuru in Maizuru City , Kyoto Prefecture . +1 Nobuyoshi ODA ( 1573 - May 15 , 1615 ) was a person who lived during the Azuchi-Momoyama Period to the Edo Period . +1 Shugyo Risshihen is a one of the books written by Yukichi FUKUZAWA . +-1 Gyobu-sho ( Ministry of Justice ) was a government-regulated organization in Japan under the Ritsuryo system ( a system of centralized government based on the ritsuryo codes ) . +1 Iemitsu TOKUGAWA was the third Seii Taishogun ( literally , " great general who subdues the barbarians " ) from 1623 to 1651 of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +1 Heisuke TODO ( 1844 - December 13 , 1867 ) was a captain of the 8th troop of the Shinsengumi ( special police ) . +-1 Tetsugakugan incident occurred at Toyo University ( current Toyo University ) in 1902 . +1 Sanetsune ICHIJO ( 1223 - August 30 , 1284 ) was a court noble during the Kamakura period . +1 Taneomi SOEJIMA ( October 17 1828 - January 31 1905 ) was a Japanese samurai , feudal retainer of the Saga clan , bureaucrat and statesman . +-1 Japanese plum ( technical name : Prunus Mume ) refers to a deciduous tall tree of Rosaceae Prunusor or its fruits . +-1 Iwasaku ( also called Ihasaku ) and Nesaku were gods ( Shinto religion ) appeared in Japanese Mythology . +1 Yoshiaki ASHIKAGA was the 15th Seii Taishogun of the Muromachi Shogunate , and its last Shogun ( Reigned from 1568 to 1588 ) . +-1 " Senkyoshi " was one of the government offices of Japan in the Meiji period . +1 " Roen KATAOKA " is a name which has been used by several Kabuki ( a traditional form of drama and music performed by male actors ) actors . +1 Prince Kasuga ( around 560 - 615 ) was the second son of Emperor Bidatsu and his wife , OMINAGO no Otoji . +1 Ryozan ( 1772-May 2 , 1847 ) was a monk in the late Edo period . +-1 Hozukyo Station , located over the boundary of Nishikyo Ward , Kyoto City , Kyoto Prefecture and Hozu-cho , Kameoka City , Kyoto Prefecture , is a stop on the Sanin Main Line ( Sagano Line ) of the West Japan Railway Company ( JR West ) . +-1 Bakufu refers to the government office of military rule or samurai government itself ; however , there are some exceptions , such as , the Taira clan government and the Shokuho government ( the government of Nobunaga ODA and Hideyoshi TOYOTOMI . " Shoku " and " ho " are the initial letters of Oda and Toyotomi ) . +1 Suetaka IMADEGAWA ( 1479 - November 7 , 1519 ) was a kugyo ( court noble ) who lived during the Muromachi period . +1 Takasada SHIJO ( unknown - January 1335 ( December 1334 in old calendar ) ) was a kugyo ( the top court officials ) serving Yoshino Imperial Court ( the Southern Court ) in the period of the Northern and Southern Courts ( Japan ) . +-1 Aka-hata Jiken is an incident that clamped down on socialists , occurred on June 22 , 1908 . +-1 Jichi To was the idea of new political party formed by local renown men such as mayors of towns and villages promoted by Kaoru INOUE from 1888 to 1889 but failed in the end . +-1 Inoda Coffee is a chain of coffee shops headquartered in Kyoto City . +1 Imperial Prince Atsuyasu ( December 22 , 999 - January 31 , 1019 ) was a member of the Imperial family who lived in the mid-Heian period . +1 Ujitada OINOMIKADO ( 1302 - year of death unknown ) was a Court noble during the period of Northern and Southern Courts ( Japan ) . +-1 A daruma is a doll or toy representing the sitting figure of Bodhidharma , the founder of the Zen , a sect of Buddhism , who is practicing Zen meditation ; at the present time , it is widely popular as a lucky charm not only in the Zen sect , but also in different religious sects , across religions . +-1 Kokumen no sho ( also referred to as Kokumensho ) was a kind of shoen ( manor in medieval Japan ) during the late Heian period which was exempt from miscellaneous taxes by kokushi ( provincial governor ) . +1 The Koshi ( imperial heir ) is a successor of Tenshi ( monarch or emperor ) . +1 Tsuneko NOGI ( 1885-1886 ) was the eldest daughter ( the third child ) of Maresuke NOGI ( military man in Japanese Army in Meiji era ) and Shizuko NOGI . +1 Fusho ( year of birth and death unknown ) was a Buddhist priest who lived during the Nara period . +1 Kakei ( year of birth and death unknown ) is a painter in the era of Southern Sung Dynasty . +-1 Shingonshu juhachi honzan is an organization consisting of the 18 Head Temples of schools in the Shingon sect . +-1 " Suito " is a position set up for the lower-lanked officers in the Shoen manor in medieval Japan . +1 Nariyoshi TAMURA ( March 11 , 1851 - November 8 , 1920 ) was a show manager for kabuki theaters and was given the nickname of ' Tamura Shogun ' ( Shogun Tamura ) . +1 Tsunezane TADA ( date of birth and death unknown ) was a samurai in the early Kamakura period . +-1 Kangakuin was the Fujiwara clan 's Daigaku-besso ( academic facility for nobles ) in the Heian period . +-1 Kamakura , the central area of Kamakura City , is an urban town , in which MINAMOTO no Yoritomo established the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +1 ABE no Uchimaro ( year of birth unknown , ( old calendar ) May 3rd , 649 ) was a statesman during the Asuka Period . +1 Yoshihide ASHIKAGA was the fourteenth Seii Taishogun ( literally , " great general who subdues the barbarians " ) in the Muromachi bakufu ( Japanese feudal government headed by a shogun ) ( reign in 1568 ) . +-1 Yoshimura Shuzo Co . , Ltd. is a company engaged in production and sale of seishu ( refined sake ) , with its principal office at Kami-itabashi cho , Fushimi Ward , Kyoto City . +1 Imperial Prince Fushimi-no-miya Sadamochi ( April 9 , 1760 - July 20 , 1772 ) was a member of the Imperial family who lived in the Edo period . +1 FUJIWARA no Kinshi ( also known as Yoshiko ) ( 1134-September 19 , 1209 ) was an empress during the end of the Heian period . +1 Sukeyuki ITO ( June 9 , 1843 - January 16 , 1914 ) was a samurai , a military man of the Imperial Japanese Navy and a peerage . +-1 Taishakuten is one of the Tenbu , deities of Buddhism who reside in a heavenly realm , this being one of six realms in which the souls of living beings transmigrate from one to another . +-1 The Kujo-ryu school refers to the descendants of the Northern House of the Fujiwara clan , especially , FUJIWARA no Morosuke and to the school of Yusoku kojitsu ( court and samurai rules of ceremony and etiquette ) handed down the FUJIWARA no Morosuke family . +-1 Taiyaki is a Japanese sweet made by baking batter in sea bream shaped molds , and it is mainly manufactured , sold and eaten in Japan . +1 Mimimotoji , also referred to as Mimomonotoji ( year of birth and death unknown ) was a female who lived in the Asuka period . +1 Koshi koden are historical documents with content that is significantly different from the kiki ( " Kojiki " ( The Records of Ancient Matters ) and " Nihon Shoki " ( Chronicles of Japan ) ) , which are considered as the major historical documents in the field of ancient Japanese history . +1 Chokushiden is a farm developed under the edict of the Emperor in ancient Japan , it was used to provide funding for the Imperial Household . +-1 Wakyu is the Chokyu ( long bow ) ( weapon ) used in Japanese Kyudo ( Japanese art of archery ) . +-1 " Haikkara " is a Japanese word that means airs , persons , and things and so on that suggest westernized appearances and way of life . +1 OTOMO no Otomaro ( 731 ? - July 18 , 809 ) was a Kugyo ( high court noble ) and busho ( Japanese military commander ) in Nara and the early Heian period . +1 FUJIWARA no Kinnari ( 999 - August 1 , 1043 ) was a court noble in the Heian period . +-1 " Aikido " is a modern martial art founded by Morihei UESHIBA early in the Showa period . +1 " Heike Monogatari " is a war chronicle which deals with the prosperity and downfall of the Taira family , and seems to have been completed during the Kamakura period . +-1 Otori-zukuri style is one of the architectural styles of shrines in Japan . +1 Uchisaki KONOE ( July 28 , 1728-April 28 , 1785 ) was a Court noble , Kanpaku ( chief adviser to the Emperor ) , and Daijo-daijin ( Grand minister of state ) in the mid-Edo period . +-1 Located in Maizuru City , Kyoto Prefecture , Maizuru Crane Bridge is the largest cable-stayed bridge on the coast of the Sea of Japan . +1 Takahide SASAKI ( also known as Takahide KYOGOKU ) was a Shugo Daimyo ( Territorial Lord as Military Commissioner ) during the Muromachi period . +1 Tsuratane SUZUKA ( December 10 , 1795 - January 10 , 1871 ) was a Shinto priest and a scholar of Japanese classical literature during the late Edo period . +-1 Fuchin is a weight put on the tip of a roller of kakejiku ( hanging scroll ) . +1 Sozen YAMANA ( also known as Mochitoyo YAMANA ) ( July 6 , 1404-April 15 , 1473 ) was a Shugo ( Military Governor ) Daimyo in the Muromachi period . +1 Yoshitaka ROKKAKU / Shotei ROKKAKU was a military commander from the Sengoku period ( period of warring state ) through to the Azuchi-Momoyama era . +1 Motoyoshi KANZE ( 1873 to 1920 ) was a Noh actor of the Kanze school . +1 Yoshisato ROKKAKU was a busho ( Japanese military commander ) from the Sengoku period ( period of warring states ) ( Japan ) to the Azuchi-Momoyama period . +1 Michitsune MISHIMA ( June 26 , 1835 - October 23 , 1888 ) was a Japanese samurai who was a feudal retainer of Satsuma clan and a bureaucrat in prewar Ministry of Home Affairs . +1 SAEKI no Ome ( year of birth unknown - September , 691 ) lived in the Asuka period in Japan . +-1 Hida no kuninomiyatsuko 斐陀国造 ( also known as Hidakokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled Hida Province . +1 Kintomi SANJO ( February 15 , 1620 - July 11 , 1677 ) was Kugyo ( court noble ) in the early Edo period . +1 Yorifusa SAGARA was busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) from the Azuchi Momoyama Period to the early Edo period . +-1 Ama ( ' 海人 ' otherwise written as ' 海士 ' ) is a Noh play ( classical Japanese dance theater ) . +-1 Kidomaru is an oni ( or ogre , a creature from Japanese folklore ) that appears in Kamakura period texts such as the collection of stories entitled " Kokon Chomonshu " ( A collection of Tales Heard , Past and Present ) . +-1 Kugen refers to a kind of certificate issued in the Japanese nation under the ritsuryo codes to give a privilege to specific persons . +1 Michito INABA ( 1570 - January 29 , 1608 ) was a busho ( Japanese military commander ) in the Sengoku period ( period of Warring State ) . +-1 The Ayanokoji family was a member of Genji Tosho Genji ( Minamoto clan members who are court nobles above a certain rank ) , descendants of Uda-Genji ( Minamoto clan ) . +-1 Myoren-ji Temple is the Daihonzan ( head temple ) of the Honmon Hokke Sect located in Kamigyo Ward , Kyoto City , Kyoto Prefecture . +-1 Jobosei was the city plan seen in cities that contained the Emperor 's palace in countries such as China , the Korean Peninsula , and Japan ; furthermore , the Suzaku-oji Street was placed in the center of the city running from east to west . +1 MINAMOTO no Masanobu ( 920 - August 24 , 993 ) was a court noble who lived in the Middle Heian period . +1 Zendo ( Shan-dao ) was an eminent monk in Chinese Pure Land Buddhism . +-1 The War of Zenshu UESUGI was the war that broke out in the Kanto region in 1416 , the Muromachi period . +-1 Ata is a length unit used both in China and Japan . +1 Sansetsu KANO ( 1589 - May 1 , 1651 ) was a Eshi painter of the Kano School . +1 Tsunakata KUTSUKI was the tenth lord of the Fukuchiyama Domain in Tanba Province . +1 Saigyo no musume ( estimated year of her birth and death 1137 - 1199 ) was a Buddhist nun in the end of the Heian period and the early Kamakura period . +-1 Fukuwarai , ( a game similar to pin the tail on the donkey ) is a traditional game played on New Year 's day in Japan . +1 Sanetaka TOKUDAIJI ( 徳大寺 実孝 , 1293 - February 11 , 1322 ) was a Kugyo ( high court noble ) in the late Kamakura period . +-1 Miyazu Prefecture is a prefecture established in 1871 based on the policy of Haihan-chiken ( abolition of feudal domains and establishment of prefectures ) . +-1 Koban is a kind of gold coin that was distributed in the Edo period . +-1 Maizuru Chinjufu was Chinjufu ( navy base ) of Imperial Japanese Navy ( IJN ) located in Maizuru City , Kyoto . +-1 Kotsuzake is a Japanese cuisine , and is a way of drinking sake . +1 MINAMOTO no Masako ( 1066-May 4 , 1152 ) was the wife of Nagamitsu FUJIWARA , who had the title of Chunagon ( vice-councilor of state ) . +-1 The Osaka Conference is a meeting which took place in Osaka Prefecture on February 11 , 1875 and where the dignitaries of the Meiji government , Toshimichi OKUBO , Takayoshi KIDO and Taisuke ITAGAKI , got together to discuss the government 's prospective policy ( the establishment of constitutional government ) and the appointment of Sangi ( councillors ) . +-1 Konko-ji Temple is a temple of the Jishu sect located in Motoshiogama-cho , Shimogyo Ward , Kyoto City . +-1 Nanzen-ji Temple , located in Nanzen-ji-fukuchi-cho , Sakyo Ward , Kyoto City , is the headquarters of the Nanzen-ji branch of the Rinzai Sect of Zen Buddhism . +1 Emperor Toba ( February 24 , 1103 - July 20 , 1156 ) was the seventy-fourth Emperor in the late Heian period ( his reign was from 1107 - 1123 ) . +-1 Dainichinyorai ( mahaavairocana in Sanskrit ) is a venerable entity of the pantheistic Nyorai ( the Dharmakaya Buddha ) , which is thought of as a unit of the universe itself in Mikkyo ( Esoteric Buddhism ) . +-1 Otaminami Gogo-kofun ( No.5 kofun ) Tumulus is a rectangular tumulus built in the first half term of the middle Kofun period , located in Tango City , Kyoto Prefecture ( straddling former Yasaka Town and former Mineyama Town ) . +-1 Takemoto is the surname of Gidayu TAKEMOTO ( stage name ) , the founder of Gidayu-bushi ( musical narrative of the puppet theatre ) . +-1 The Ji sect is a sect of the Jodo sect which was established at the end of the Kamakura period . +-1 A dome-shaped mound on a square base is a type of tumuli that were constructed in the past in the Japanese Islands , and also a type of mausoleums of the imperial family in modern times . +1 Tosuke HIRATA ( March 26 , 1849 - April 14 , 1925 ) was a government official and politician who lived in the Meiji through Taisho periods . +1 Kunishige DATE ( December 10 , 1841 - November 29 , 1904 ) was a peerage in Japan . +-1 Meiji Tsuho are governmental bills ( non-convertible paper money ) issued at the beginning of the Meiji period . +1 FUJIWARA no Korekata ( 1125 - year of death unknown ) was a court noble who lived toward the end of the Heian period . +-1 Takeinadane no mikoto is a Japanese god . +1 TANAHE no Osumi ( year of birth and death unknown ) is a historical figure in Asuka period . +1 Enchin ( 814 to December 4 , 891 ) was a monk of Tendai Sect in the Heian period . +1 OTOMO no Sukunamaro ( year of birth and death unknown ) was a government official in the early Nara period . +-1 Mono no aware ( written as もののあわれ or 物の哀れ ) is the key literary and aesthetic notion in the study of dynastic style literature in the Heian period . +-1 Iwakura is one form of worship within Koshintoism ( Shintoism practiced prior to the introduction of Confucianism and Buddhism to Japan ) , which worships nature ( worshipping of spirits , animism ) that has been in Japan since the ancient times . +1 Yukiuji UNNO was a gokenin ( shogunal retainer ) in the early Kamakura period and was the head of the family of the Unno clan which was said to be a direct descendant of the Shigeno clan , a noble family of Shinano Province . +1 MINAMOTO no Yoshiie was a busho ( Japanese military commander ) in the Heian period and the grandson of MINAMOTO no Yorinobu of the Kawachi-Genji ( Minamoto clan ) . +-1 Ritsuryo law includes statutory laws such as ; codes and ethics covering conduct , and various common laws established in the Heian period based upon ritsuryo . +1 Imperial Princess Kenshi ( October 25 , 1032 - April 27 , 1103 ) was the second princess of the sixty seventh Emperor Gosuzaku . +-1 The Izuka-kofun Tumulus is an escallop-shaped , large keyhole-shaped mound called Makimuku type tumulus in the latter half of the early Kofun period , but now its existence cannot be confirmed because the site was completely flattened after the Middle Ages . +-1 Shoke refers to a family that branched off from the head of a family or the head of a household . +1 Taiso means imperial funeral of an emperor , empress , grand empress dowager , empress dowager and empress consort . +1 Naoeban is the Naoe edition of Chinese classic , ' Monzen ' ( Wen-hsuan , ancient Chinese poems ) , published by Kanetsugu NAOE , Karo ( chief retainer ) for the Uesugi clan , in 1607 . +-1 Saiun-in Temple is a sub-temple of the the Jodo Sect ( the Pure Land Sect of Buddhism ) daihonzan ( head temple ) Konkaikomyo-ji Temple ( commonly known as " Kurodani-san " ) located in Kurodani-cho , Sakyo Ward , Kyoto City , Kyoto Prefecture . +1 Fukai-no-Joten / Fukaijoten ( Irreversible Permanent Code / Irreversible Eternal Code ) is a law frequently referred to in the enthronement address of Japanese successive emperors since the year 707 , and is said to have been established by Emperor Tenchi ( his name is also pronounced " Tenji " ) . +1 FUJIWARA no Fuyutsugu ( 775 - August 30 , 826 ) was a court noble and poet living during the Heian period . +-1 Meiroku Zasshi is a bulletin of the Meirokusha ( a publishing company ) . +1 MINAMOTO no Yoshimune ( year of birth and death unknown ) was a Japanese military commander of Kawachi-Genji ( Minamoto clan ) who lived in the Heian period . +-1 The Gushikami restraint / murder case was a lynch murder case that occurred in Gushikami magiri ( currently Yaese town ) , Shimajiri gun , Okinawa Prefecture on May 18 , 1907 . +1 SHIMOTSUKE no Kintada ( it is not known when he was born and when he died ) was a warrior who lived in in the Heian period . +1 Shinsaku TAKASUGI ( September 27 , 1839 - May 17 , 1867 ) was a Japanese samurai of the Choshu clan . +-1 Kansai Railway Company ( It 's pronounced in kanji characters as either Kansai Railway Company or Kansei Railway Company ) is a railway industry that runs railroads across Central Japan Railway Company ( JR Central ) and West Japan Railway Company ( JR West ) ' s current railroad , which existed during the Meiji period ; it is the predecessor of the Kansai Main Line , Kusatsu Line , Katamachi Line , Kisei Main Line , Sakurai Line , Wakayama Line , Nara Line and Osaka Loop Line . +-1 Kyo-yaki is a type of Japanese pottery . +1 Haremichi KOGA ( 1519 - May 3 , 1575 ) was a Kugyo ( top court official ) during the late Muromachi period . +1 Yukiyoshi YAMAJI ( 1729 - February 26 , 1778 ) was a Confucianist , Rangakusha ( a person who studied Western sciences by means of the Dutch language ) , Wasanka ( mathematician ) , astronomer and geographer in the middle of the Edo period . +-1 Hokai-ji Temple , located in Hino , Fushimi Ward , Kyoto City , is a special head temple of the Daigo branch of the Shingon Sect . +1 Nobufusa MADENOKOJI ( 1258 - November 11 , 1348 ) was a court noble during the Kamakura period to the period of the Northern and Southern Courts . +-1 Maizuru bay constitutes the features of the coastal geography in Maizuru City Kyoto Prefecture . +1 Yutetsu SUZUKI ( the original family name was Kuramochi ) was a Karo ( chief retainer ) served to the Kuze clan of Sekiyado domain who lived in the late Edo period . +1 Naozo NAKAMURA ( 1819 - 1882 ) was an exemplary farmer and agricultural advisor , who was born in Nara Prefecture . +1 Orie TAMAKI , from Bungo Province ( present Oita Prefecture ) , was an expert swordsman of swordplay in Jikishinkage-ryu style in the end of Edo period . +-1 Kanji character readings used in Japanese people 's names which differ from the standard on-yomi ( Sino-Japanese reading ) and kun-yomi ( native Japanese reading ) . +-1 Daiko-ji Temple is a temple of the Rinzai Sect of Buddhism located in Shomyoji , Fukuchiyama City , Kyoto Prefecture . +1 Kobai is one of the fifty-four chapters of " The Tale of Genji . " +1 Tsunehisa HONAMI ( September 23 , 1646 – July 21 , 1706 ) was a court noble of the Edo period . +1 Tamamori Reizei ( 1265 - December 9 , 1328 ) was a Kuge ( a court noble ) and a Kajin ( a waka poet ) lived in the late Kamakura period . +-1 Onsen-manju reffers to a manju ( a bun stuffed with azuki-bean paste ) sold in towns and resorts of hot springs . +-1 Japanese art has such a wide variety of arts . +-1 The Takatsuji family is toshoke ( hereditary lineage of court nobles above a certain rank ) , whose patriarch was Michizane SUGAWARA 's descendant , Koretsuna TAKATSUJI ( Shoshiinoge - Senior Fourth Rank , Lower Grade ) , Daigakuryo ( Bureau of Education under ritsuryo system ) ( 1030 - 1107 ) . +1 Prince Anahobe ( year of birth unknown - July 19 , 587 ) was one of the Imperial family members of the Asuka period . +-1 The Security Police Law was the law that once existed in Japan . +1 Mitsunobu KANO ( 1565-July 15 , 1608 ) was a painter of the Kano school during the Azuchi-Momoyama period . +-1 Chikyu is a piece from gagaku ( an ancient Japanese court dance and music ) . +-1 Roei is one style of Japanese songs . +-1 The word " muhon " can be written either as " 謀反 " or " 謀叛 " in kanji , Chinese characters used in Japanese writing . +-1 Tsuki-okure means that under the Gregorian calendar ( the New Style ) , dates of annually scheduled Japanese programs or events are deferred one month compared to the Taiin-taiyo-reki ( lunisolar calendar ) ( the Old Style including the Tenpo calendar , the Kansei calendar , the Horyaku calendar , and the Jokyo calendar ) . +1 Kokua ( 1314 - October 4 , 1405 ) was a Ji Sect Buddhist monk who lived from the Northern and Southern Courts period ( Japan ) to the mid-Muromachi period . +-1 Animism is a concept that every thing regardless of a living thing or a non-living object has a spirit or a soul . +-1 Soup stock is a liquid seasoning used to add certain tastes--sweetness , sourness , bitterness , saltiness , and particularly the good taste extracted from meat , vegetables , mushrooms , seaweed or others--to dishes . +1 Naomasa NAGAI ( 1587 - October 16 , 1668 ) was the daimyo ( Japanese feudal lord ) in the beginning of Edo period . +1 Shosei means new emperor ( mainly Crown Prince or Empress ) starts to rule the government without having an enthronement ceremony after the former emperor died . +-1 Wayo secchu ' refers to the way in which Japanese style and Western style are blended together . +1 SOGA no Yasumaro ( date of birth and death unknown ) was a Japanese noble who lived during the late Asuka period , toward the end of the 7th century . +-1 Nara-kaido Road and Yamato-kaido Road are collective names of roads that lead to either Nara or Yamato Province . +1 TAIRA no Maki ( the date of birth and death unknown ) was a lord of the manor from a local ruling family during mid Heian period . +1 Josho HORIN ( 1593 - 1668 ) was a Zen priest who lived in the era from the Azuchi-Momoyama period to the Edo period . +1 Ietsugu SUGIHARA was a warlord of the Sengoku period ( period of warring states ) ( Japan ) . +-1 Agui Shodo Kyodan was one of religious branches of Buddhism during the Northern and Southern Courts period ( Japan ) . +-1 The Shimojima clan was an active navy based in Maizuru Bay in Kyoto Prefecture . +1 Makoto TOKUGAWA ( October 31 , 1887 - November 11 , 1968 ) was the ninth son of Yoshinobu TOKUGAWA , the 15th shogun of the Edo bakufu . +1 " Azuma Kagami " is a history book completed in the Japanese medieval times , or the Kamakura period . +1 Tanemitsu KOKUBUN ( 1241 ? - May 29 1304 ) was a samurai who is said to have lived in Miyagi County , Mutsu Province in the Kamakura period . +1 Shigehiro NIWATA ( October 25 , 1717 – September 30 , 1789 ) was a court noble of the Edo period . +1 The Running Priest ( November 20 , 1872 – November 20 , 1918 ) was a Buddhist priest known for his eccentricity of running around the streets of Kyoto City all day long in the Meiji and Taisho periods . +1 Yoshinao ISSHIKI ( year of birth unknown-November 22 , 1643 ) was a kotaiyoriai ( alternate yoriai , a family status of samurai warriors ) and a hatamoto ( direct retainer of the bakufu , which is a form of Japanese feudal government headed by a shogun ) of the Edo period . +1 Sanenori TOKUDAIJI ( March 4 , 1714 - August 8 , 1740 ) was a Court noble who lived during the mid Edo period . +-1 The term Sanji kentai means concurrently assuming the positions of Goi no kurodo ( Kurodo with the fifth rank ) , Benkan ( officials of the Dajokan - Grand Council of State ) ) and Kebiishi no suke ( assistant official of the Police and Judicial Chief ) . +1 Sukekuni MATSUDAIRA was a daimyo ( Japanese feudal lord ) and Kyoto shoshidai ( The Kyoto deputy ) in the Edo period . +-1 Myohodo is a department of Daigakuryo , an educational institution under the system of centralized administration established under the ritsuryo legal codes in ancient Japan , where the ritsuryo legal codes ( the study of law ) was taught . +1 Motokiyo OGAMO was a Japanese busho ( military commander ) lived through the Sengoku period ( period of warring states in Japan ) to Azuchi-momoyama period , who became the lord of Iwakura-jo Castle in Kume Domain , Hoki Province . +-1 The Okura school is one of the schools of hayashi-kata ( people who play hayashi , or the musical accompaniment ) in Nohgaku ( the art of Noh ) . +-1 Furiuri +-1 Shugendo is a Japan-specific Konko-shukyo ( a religion combining Buddhism , Shintoism and other religions ) whose objective is to do ascetic practice while confining oneself in the mountains , in order to obtain various shirushi ( evidence ) which indicate that certain practice levels have been reached . +-1 Wazuka-cho is a town located in Soraku-gun , Kyoto Prefecture . +-1 Yoriai is a consultation organization in villages under the goson-sei system ( municipal system of small towns and villages ) that began in the Middle Ages in Japan . +-1 Shoko refers to burning incense in Buddhism . +-1 The term " shitone " refers to an ancient name of cushions to sit on or lie on . +1 Junshi is applied to the death of a close relative or a follower of a king , an emperor , a chief , or a priest , resulted from suicide to follow his or her master in death . +-1 Ujigami is a Shinto god ( Shinto ) jointly enshrined by the people living in a community ( village ) in Japan . +1 Eisuke TASHIRO ( September 16 , 1834 - May 17 , 1885 ) was a kyokaku ( professional gambler ) over the Edo and Meiji periods . +-1 The " Ontleedkundige Tafelen " was a book of anatomy on which a Japanese language version entitled " Kaitai Shinsho " ( New Book of Anatomy ) was based . +1 Katsuhisa AMAGO was a Japanese military commander in the Sengoku period ( period of warring states ) . +1 Masaki KOBAYASHI ( February 14 , 1916 - October 4 , 1996 ) was a prominent film director with a lot of outstanding works including ' Ningen no joken ' ( The Human Condition ) , ' Seppuku ' ( Harakiri ) and ' Kaidan ' ( Ghost Stories ) . +-1 Shimogamo Nishi-dori Street is a street running north-south in Sakyo Ward in Kyoto City . +-1 Monobe-son is the Village located in northeastern Kochi Prefecture , near the source of Monobe-gawa River and is known as Japan 's top producer of " yuzu " citrus . +-1 Fudo Myoo ( acala naatha in Sanskrit ) is a subject of worship in Buddhism and one of the Myoo , a venerable status ( 尊格 ) that is specific to Mikkyo , Esoteric Buddhism . +-1 The term " Kubo " originally referred to the embodiment of public affairs in the premodern Japan or the national sovereign power , that is , the Emperor or the Imperial Court in olden times , and the Shogun in the Kamakura and the Muromachi periods . +-1 Suiboku-ga ( ink painting ) is the art of painting in just one color using ' Sumi ( Japanese ink ) , ' not only for painting lines , but also gradation showing contrasting density and lighting . +1 Tokuhon NAGATA ( 1513 - March 27 , 1630 ) was a doctor living from the late Sengoku Period ( period of warring states ) to the early Edo period . +1 Tsunetomo IWAKURA ( August 27 , 1701 - September 8 , 1760 ) was a Kugyo ( top court official ) during the middle of the Edo period . +1 Sanei KOSEKI ( July 25 , 1787 - June 27 , 1839 ) was a doctor and Dutch scholar during the late Edo Period . +-1 Kaishaku ( to assist someone in committing hara-kiri by beheading him ) refers to cutting off the head of a person committing Seppuku ( Japanese ritual suicide by disembowelment ) with a katana ( sword ) for the purpose of relieving the person 's agony of disemboweling . +1 " Hijiri " refers to a Japanese Buddhist priest who traveled around local provinces . +-1 Matsuno-dera Temple is a Buddhist temple in Maizuru City , Kyoto Prefecture belonging to the Daigo school of the Shingon Sect . +1 Shunjo ( September 6 , 1166 - April 25 , 1227 ) was a priest in the former Kamakura period . +1 Tadakatsu HONDA was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) who lived from the Azuchi-Momoyama period to the early Edo period . +-1 Sessai TAIGEN or Sufu TAIGEN ( 1496 - November 23,1555 ) was a vassal of the Imagawa clan . +1 Terumasa IKEDA was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) from the end of the Sengoku period ( period of warring states ) to the early Edo period . +1 Shucho SEISETSU ( 1745 - August 6 , 1820 ) was a Buddhist monk of Rinzai Sect cum waka poet in the mid-late Edo period . +-1 Gion Kobu in Higashiyama Ward , Kyoto City is the largest hanamachi ( ' flower town , ' or geisha district ) in Kyoto . +-1 Kakko is a percussion instrument used in gagaku ( ancient Japanese court dance and music ) , and it is a kind of tsuzumi ( a long hourglass drum ) . +1 Sokuyu ( Norisuke ) AKAMATSU ( 1314 - January 13 , 1372 ) was a warlord during the Kamakura period and the period of the Northern and Southern Courts . +-1 Korokan was a facility established in the Heian period for diplomacy and overseas trade . +-1 Mokugyo-daruma is a Japanese specter included in a specter art collection book entitled " Hyakki Tsurezure Bukuro " by Sekien TORIYAMA and is the Tsukumo-gami of a Mokugyo ( wooden fish , temple block ) . +1 Kikuo-maru was a pageboy of TAIRA no Noritsune who appears on Heike Monogatari ( The Tale of the Heike ) . +1 Suketada MATSUDAIRA was the second lord of the Miyazu Domain , Tango Province . +-1 Rokuji-Raisan is a Pure Land Sect Buddhist memorial service . +1 Emperor Kobun ( 648 - August 24 , 672 ) was the 39th emperor ( the period of reign : January 12 , 672 -August 24 , 672 ) . +-1 The Ishiyama War took place from October 21 , 1570 to September 20 , 1580 between the Jodo Shinshu ( the True Pure Land sect of Buddhism ) Hongan-ji Temple force ( or Ikko Ikki [ Ikko sect 's revolt ] ) and Nobunaga ODA . +1 Masahiro SAIMURA ( 1562 - December 3 , 1600 ) was a busho ( Japanese military commander ) of Azuchi-Momoyama period . +1 TAIRA no Seishi ( 1156 - July 30 , 1179 ) was the legal wife ( Kita no Mandokoro ( legal wife of regent or chief adviser to the Emperor ) of Regent Motozane KONOE . +-1 Kaso refers to the study of fortune telling which is similar to Feng Shui , Kigaku ( fortune telling based on Chinese 12 year cycle ) and etc . +-1 Ono-jo ( also known as Ononoki ) Castle was an ancient mountaintop castle ( Korean-style mountain castle ) constructed in the Asuka period , which was located on Mt . Shioji in Chikuzen Province . +1 Taketsune HORIBE ( 1670 - March 20 , 1703 ) was a member of the Forty-seven Ronin of Ako ( lordless samurai of Ako Domain ) . +1 Nagusatobe ( year of birth unknown - the month attributed to June in old lunar calendar in 663 B.C. ) was a person having fought against the Jinmu tosei ( story in Japanese myth about the first generation of the Imperial family ) who have appeared in Nihonshoki ( Chronicles of Japan ) and legends in Wakayama City . +-1 Einin no Tokuseirei ( a debt cancellation order of Einin era ) is considered to be the first Tokuseirei in Japan which was issued in 1927 by Sadatoki HOJO , the ninth regent of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +1 Prince Ohodo ( Ohodo no Okimi ; his date of birth and death were unknown ) appeared in the " Kojiki " ( The Records of Ancient Matters ) and the ' Joguki ' ( Record of the Crown Prince ) as an Imperial family ( royal family ) during the Kofun period ( tumulus period ) . +1 Mototada TORII was a vassal of Ieyasu TOKUGAWA 's in the Azuchi Momoyama period . +-1 Nenryo kyubun is one of the horoku ( stipend , pay , salary ) systems in the Heian period . +1 Sanraku KANO ( 1559- September 30 , 1635 [ August 19 , 1635 by the old calendar ] ) was a painter of the Kano School from the Azuchi-Momoyama Period ( from 1573 ) to the early Edo Period ( from 1603 ) +1 Tsunenao KAJUJI ( date of birth unknown - April 5 , 1449 ) was a court noble , or Kugyo ( the top court official ) , in the Muromachi period . +1 Chikanaga-kyo ki is the diary of Chikanaga KANROJI , a court noble in the late Muromachi period . +-1 Shoryodana is a shelf placed to welcome the ancestors and spirits in the Bon festival , which is a conventional event in Japan . +1 Zoroku HAMAMURA V ( Male , 1866- November 25 , 1909 ) was a tenkokuka ( artist of seal engraving ) in Meiji Period in Japan . +1 Soke SHONAN ( year of birth not known ( around 1586 ) - 1637 ) was a priest of the Myoshin-ji Temple of the Rinzai sect in the Azuchi-Momoyama Period and the Edo Period . +-1 Rakuyaki ( Raku ware ) +-1 The Goshu Shimazu Clan rose in Omi Province and was one of the branch families of the Shimazu Clan of Satsuma Province . +-1 Jimyo-ji Temple +-1 Ikagu-jinja Shrine is a Shinto shrine located in Oto , Kinomoto-cho , Ika County , Shiga Prefecture . +-1 The Seimei-jinja Shrine is a Shinto shrine in Kamigyo Ward of Kyoto City . +1 Self-help is a handbook written by Samuel Smiles which was published in 1859 . +-1 Benzaiten is one of the deva guardian gods in Buddhism . +-1 The Japanese coiffure by a broad definition refers to the coiffure unique to Japan from the Tumulus Period to the pre-war Showa Period . +1 Akisada UESUGI ( 1351 - 1380 ) was a person who lived in the period of the Northern and Southern Courts ( Japan ) . +1 TAIRA no Yukimori ( Year of birth unknown - April 25 , 1185 ) was a military commander who lived during the late Heian Period . +1 Sohatsu is a hairstyle adopted by male Shinto priests and Confucian scholars from the early part of the Edo period . +-1 Shinmarutamachi-dori Street is a street running north-south through Sakyo Ward , Kyoto City . +1 Nagayuki SHINDO ( 1666 to January 26 , 1727 ) was an aozamurai ( literally meaning " blue samurai , " a fifth-rank warrior who serves for a royal family or a court noble ) who served for the Konoe family as Shodaibu ( fourth and fifth-rank officials ) . +-1 Naikyobo refers to a Ryoge no kan ( class outside of the Ritsuryo system ) under the Ritsuryo system of ancient Japan . +1 Ietsuna TOKUGAWA was the fourth Seitaishogun ( commander-in-chief of the expeditionary force against the barbarians ) of the Edo Bakufu ( Japanese feudal government ) and held office from 1651 – 1680 . +-1 Tamefusa-kyo Ki , also called ' Daiki , ' ' Daigyoki ' and ' Daifuki , ' is a diary written by FUJIWARA no Tamefusa , who served as Kurodo ( chamberlain ) and Kurodo no to ( head chamberlain ) and was active as Okura-kyo ( Minister of the Treasury ) and Sangi ( councilor ) for Emperors Gosanjo , Shirakawa , Horikawa and Toba . +-1 The To-ji Temple Shingon sect is a Buddhist sect in Japan classified into the Kogi Shingon ( Old Shingon ) sect . +1 Yusai HOSOKAWA ( Fujitaka HOSOKAWA ) was a general of the Warring States Period , and a tanka poet . +1 SEN no Shoan ( 1546 - October 10 , 1614 ) was a chajin ( master of the tea ceremony ) . +-1 Bokan is an organization which was in charge of the household management of the supreme leader of a temple ( betto [ administrator of a Buddhist temple ] or sango [ three monastic positions with management roles at a temple ] ) and so on , or the monks who belonged to such an organization in and after the Heian period . +1 Fusanao KOIDE ( October 18 , 1849 - September 27 , 1905 ) was the tenth ( the last ) feudal lord of Sonobe Domain in Tanba Province . +-1 The Aso clan originated in Higo Province . +1 Sadaoku OE ( year of birth unknown - 1334 ) was believed to be a distant descendant of OE no Hiromoto , who was an Inaba no kami ( Governor of Inaba Province ) . +1 Takatoyo REIZEI ( 1513 - 1551 ) was jugoinoge ( Junior Fifth Rank , Lower Grade ) Saemon no shojo ( Jr . Lieutenant of the Left Division of Outer Palace Guards ) . +1 Minehira TACHIBANA ( 1671 - January 10 , 1746 ) was a master of the Nambo school of tea ceremony during the Edo period . +1 FUJIWARA no Toshinari ( born 1114 , died December 29 , 1204 ) was a poet who lived from the latter part of the Heian period through the early Kamakura period . +-1 The Kida clan was one of the Japanese shizoku families ( clan , samurai family ) . +-1 Raiden ( written in two Chinese characters meaning thunderbolt ) is one of noh-gaku ( noh and kyogen ) works . +1 Imperial Prince Hachijo-no-miya Osahito ( June 18 , 1655 - August 16 , 1675 ) was a member of the Japanese imperial family who lived in the early Edo period . +-1 Nohara Kaisui Yokujo ( Nohara Seaside Resort ) is a seaside resort facing the Sea of Japan , located in Maizuru City , Kyoto Prefecture . +1 Yoarashi Okinu is a character in Shinbun Nishikie ( a newspaper with brocade picture ) and a title of a film created later based on the story of a poisoner , Kinu HARADA ( year of birth unknown , ca . 1844 - March 28 , 1872 ) , existed from the end of the Edo period to early Meiji period . +-1 Rakkei ( 落慶 ) refers to celebration of new construction or the completion of repairs to temples and shrines . +-1 The Yashima-no-ki castle or Yashima castle is an ancient mountain castle once existed in Yashima , the Sanuki Province ( present Yashima , Takamatsu City , Kagawa Prefecture ) . +-1 Yakushi Nyorai , bhaiSajya-guru in Sanskrit , is a Nyorai of Mahayana Buddhism . +1 Shushin GIDO ( February 8 , 1325 - May 18 , 1388 ) was a priest of the Rinzai sect who was active from the period of the Northern and Southern Courts to the Muromachi period . +1 Kakujo ( 1521 - February 4 , 1574 ) was a Buddhist priest of the Tendai sect who lived during the Sengoku period ( period of warring states ) ( Japan ) . +1 Seikei SUGITA ( December 18 , 1817-March 23 , 1859 ) was Dutch scholar in the end of Edo period . +1 FUJIWARA no Kanehira +1 Iehisa KONOE ( June 17 , 1687-September 11 , 1737 ) was a Court noble , peer and official of the highest rank , Kanpaku ( chief adviser to the Emperor ) , and Daijo-daijin ( Grand minister of state ) in the mid-Edo period . +-1 Zenrin-ji Temple , located in Eikando-cho , Sakyo Ward , Kyoto City , is the headquarters of the Seizan-Zenrin-ji branch of the Pure Land Sect . +-1 Higashiyama culture is a term which refers to the culture in the middle of the Muromachi Period . +1 Takayoshi ICHIJO ( 1176 - October 26 , 1198 ) was a kugyo ( top court official ) and politician during early days of the Kamakura period . +1 Domyo ( 974-July 26 , 1020 ) was a priest and poet in the mid-Heian period . +-1 The Haniwa are unglazed pottery characteristic of the Kofun period ( tumulus period ) in Japan . +1 " Kyoun-shu " ( Crazy Cloud Anthology ) is a collection of Chinese poetry by Ikkyu Sojun which presents the insane and unconventional world . +-1 Korai-mon Gate is one of the gate types in Japan . +1 Tsunehaya KAJUJI ( October 27 , 1748 – November 6 , 1805 ) was a court noble of the Edo period . +1 FUJIWARA no Nobuko ( 809 - November 11 , 871 ) was a nyogo ( imperial consort ) of the 54th Emperor Ninmyo . +1 Kibyoshi is one of the genres of kusazoshi ( illustrated story books ) which was popular after 1775 , the mid-Edo period . +-1 Kyokusui ( or Gokusui ) no en is a drinking party which involves cups of sake being floated down a stream in a garden , whereby participants seated on the bank had to improvise poems ; if the participant could not compose a poem , he has to drink a cup of sake as a penalty . +1 Soin NISHIYAMA ( 1605-May 5 , 1682 ) was a Haiku ( Japanese seventeen-syllable poem ) poet as well as a Renga ( Japanese collaborative poetry ) poet lived in the early Edo Period . +-1 Jidai matsuri is a festival of Heian-Jingu Shrine in Kyoto . +1 Kakuban ( July 27 , 1095 - January 25 , 1144 ) was a high priest of Shingon sect who was active in the late Heian period , and the restorer of the Shingon sect and the founder of Shingi Shingon sect . +-1 Higashioji-dori Street is one of the major north-south streets in Kyoto City . +-1 Irome refers to color combinations used in juni-hitoe ( the ceremonial attire of a Japanese court lady consisting originally of twelve layers of unlined kimono worn one on top of another ) and so on . +1 Tokinaga 's ADACHI ( the date of birth and death unknown ) was a Gokenin , ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) , during the early Kamakura period . +-1 The Nagoya obi is a kind of Japanese woman 's obi ( sash ) . +1 SAKANOUE no Ono was the first son of SAKANOUE no Tamuramaro . +1 Yoshimichi INABA / Ittetsu INABA was a busho ( Japanese military commander ) from the Sengoku to the Azuchi-Momoyama period . +-1 The First Ito Cabinet was launched when Sangi ( councilor ) , Hirobumi ITO was assigned as the first prime minister and lasted from December 22 to April 30 . +1 Takasaka no Okimi ( year of birth unknown - June 6 , 683 ) lived in the Asuka period in Japan . +1 Aga no himemiko ( 648 - c . 709 ) was a princess of the Emperor Tenchi . +1 Imperial paper is an official document written emperor 's order in the Ritsuryo system . +1 Kazuo MORI ( January 15 , 1911-June 29 , 1989 ) was a film director in the Showa period . +-1 The Maizuru Line is a regional branch line railway , owned by West Japan Railway Company ( JR West ) , that runs from Ayabe Station in Ayabe City , Kyoto Prefecture , to Higashi-Maizuru Station in Maizuru City , Kyoto Prefecture . +1 SOGA no Himuka ( date of birth and death unknown ) was a Japanese government official in the late 7th century . +-1 Shiratori-toge Pass is a pass located in Maizuru City , Kyoto Prefecture . +-1 Kawarano-in , the residence of MINAMOTO no Toru , was located along Rokujo-dori Street , Kyoto . +1 Yukishige CHIKAMATSU ( 1669 - March 20 , 1703 ) was one of the forty-seven samurai of Ako Roshi ( lordless samurai of Ako domain ) . +-1 Nara chameshi is a kind of takikomi gohan ( rice boiled with seasonal ingredients ) and a local cuisine in various regions of Nara Prefecture . +1 Yoshihiro SHIBA ( or Yoshito SHIBA , 1457 – May 21 , 1514 ) was the shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) during the late Muromachi period . +-1 The Bunchi-ha was a faction that existed during the Toyotomi administration . +1 Genpaku SUGITA ( October 20 , 1733 - June 1 , 1817 ) was a rangakui ( a person who studied Western medicine by means of the Dutch language ) during the Edo Period . +-1 Taka-gari ( falconry ) is a kind of hunting which uses a falcon . +-1 Chankonabe is a hot pot dish eaten mainly by professional sumo wrestlers and professional wrestlers in Japan . +-1 Kamomioya-jinja Shrine is located in Sakyo Ward , Kyoto City . +-1 Fukubukuro are bags containing random goods to sell at department stores for the first day of business at the beginning of the year . +1 Takeko KUJO ( October 20 , 1887 - February 7 , 1928 ) was an educator and tanka poet , also actively engaged in the social movement in her later years . +-1 An important art object is a tangible cultural property so accredited by the Japanese government ( the Minister of Education ) under the former " Law relating to the reservation of important fine arts " with the main purpose of preventing outflow of antiques to outside Japan , prior to the enactment of the Law for the Protection of Cultural Properties . +1 Keien-isshi is a collection of waka ( Japanese poetry ) by Kageki KAGAWA ( 1768-1843 ) compiled by himself in the late Edo Period . +1 Norikuni MAEDA ( 1847 - 1915 ) was a painter and a statesman . +-1 " Handen Shuju-no-ho " ( the law of periodic reallocations of rice land ) was a legal system related to provision and expropriation of agricultural land ( rice land ) , enforced in ancient Japan . +1 Utaemon NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +-1 Taki-no-sho Manor ( 多芸荘 ) was a shoen ( manor in medieval Japan ) existed in Mino Province in the Heian period or during the Kamakura and Muromachi periods . +1 Shonen MATSUKI ( male , 1843 - December 28 , 1917 ) is a tenkoku artist and a painter from the end of Edo period to modern Japan . +1 Mondo MACHINO ( December 30 , 1839 - June 9 , 1923 ) is a feudal retainer of Aizu Domain . +-1 Doyo no ushi no hi ' is the Ox day ( based on the twelve signs of the Chinese zodiac ) during the " doyo " ( the period of about 18 days at each end of four seasons ) . +1 Eiichi KUDO ( real name ) +-1 " Shusseuo " is a term used in Japan to refer to fishes that are called by different names depending on their growth stage , from an alevin to an adult fish . +1 Jusuke HIRAMA ( 1824- August 22 , 1874 ( by the old lunar calendar ) ) . +1 FUJIWARA no Genshi ( Motoko ) ( August 21 , 1016 - September 25 , 1039 ) was an empress consort in the middle of the Heian period . +1 Takeshige KIKUCHI ( 1307 ? - 1338 ? ) was a busho ( Japanese military commander ) who lived from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +-1 Nara , or 奈良 , a historic city in Japan , was once Heijo-kyo Capital . +1 Suo no Naishi ( c . 1037-1109 ) was a female waka ( a traditional Japanese poem of thirty-one syllables ) poet during the late Heian Period . +-1 Kongo-ji Temple is a temple located in Higashiyama Ward , Kyoto City . +-1 The Mount Kurama Cable Railway is a funicular line operated for the convenience of visitors to the area by Kurama-dera Temple , which is a religious corporation and a famous temple located in the Rakuhoku area of Sakyo Ward , Kyoto City , Kyoto Prefecture . +1 Yoshioki MIYOSHI was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +1 Richu-nyoo ( September 26 , 1641 - October 9 , 1689 ) was a Buddhist nun of the early Edo period . +1 KI no Arimasa ( year of birth and death unknown ) was a low to middle rank government official and Confusion scholar during the mid-Heian period . +1 Ieyoshi TOKUGAWA was the 12th Seii Taishogun ( literally , " great general who subdues the barbarians " ) of Edo bakufu ( Japanese feudal government headed by a shogun ) ( reigned between 1837 - 1853 ) . +1 SAKANOUE no Hiroo was the son of SAKANOUE no Tamuramaro . +1 Dokyo ( circa 700 - May 13 , 772 ) was a Buddhist monk of the Hossoshu sect of Buddhism ( Japanese equivalent of the Chinese Faxiang sect ) , who lived in the Nara Period . +-1 In Japanese history , the Gonin-gumi , or the five-household group system , was a system of the community association organized under the command of a feudal lord . +-1 Complete fermentation is one of the important notions in producing Japanese sake , and means that , in parallel multi-fermentation , yeast has almost completed decomposing sugar in Japanese sake moromi ( raw unrefined sake ) , resulting in getting weak by itself and terminating fermentation activity , or that the yeast has thus far completed fermentation by itself . +1 Joe ( writes ; 定恵 ) ( 643 - Feb . 2 , 666 ) was a scholar monk in the Asuka period . +1 Haruhide KAJUJI ( 1523 - January 19 , 1577 ) was a noble ( and top court official ) in the Azuchi-Momoyama period . +-1 The Geishogi Kaiho Rei is a law issued by the Meiji Government in 1872 , whose main aim was to control human traffic of prostitutes . +1 Masamitsu OYAMA ( dates of birth and death unknown ) was a busho ( Japanese military commander ) lived over the end of Heian period to the early Kamakura period . +-1 Mikka gojoho or Gojoho mikka is a term used to refer to unwritten rules in kabuki world . +-1 Jugonshi ( sorcerers ) were a type of official who worked in the Bureau of Medicine under the Ritsuryo system . +-1 Shoki shoen ( early shoen ) were shoen ( manors ) established through an accumulation of wasteland and a collection of reclaimed rice fields from the eighth to the ninth century . +1 Chugu is one of the names given to wives of Japanese emperors . +-1 The Sonobe Domain existed in Funai County in Tanba Province ( Sonobe-cho Kozakura Town , Nantan City , Kyoto Prefecture in the present day ) . +-1 Hojutsu ( the art of gunnery ) +-1 Tsukesage , which is written as ' 付け下げ ' or ' 付下げ ' ( pronunciation is the same ) , is kimono for Japanese women . +-1 Denchu on okite was a set of regulations Nobunaga ODA made Shogun Yoshiaki ASHIKAGA accept . +1 Sadakiyo ISHIKAWA ( year of birth and death unknown - May 3 , 1626 ) was a busho ( military commander ) and daimyo ( Japanese territorial lord ) in the Azuchi-Momoyama period . +-1 Ryoginan is a temple of the Tofuku-ji Temple school of the Rinzai sect , located in Higashiyama Ward , Kyoto City , Kyoto Prefecture , and is tatchu ( sub-temple on the site of the main temple ) of Tofuku-ji Temple . +1 Princess Takahime ( 隆姫女王 ) ( 995 - December 25 , 1087 ) was the eldest daughter of Imperial Prince Tomohira , the seventh prince of Emperor Murakami . +-1 Decchi is a system of training future shopkeepers which was common from the Edo period to the end of the Second World War . +-1 Senkokushisho was the organization which was established while Japan was under the Ritsuryo system , for the purpose of compiling official history book Rikkokushi ( the Six National histories ) and " Shin-kokushi " ( the New National History ) . +1 Yasutada WAKISAKA was a feudal lord and a member of shogun 's council of elders during the late Edo period . +-1 The Kinketsu Incident was an attack on Emperor Gohanazono 's Inner Court in Kyoto that occurred in September 1443 ( Muromachi period ) . +1 Kumenomiko ( year of birth unknown - March 25 , 603 ) was an Imperial Family member during the Asuka period . +1 TANABE no Sakimaro ( year of birth and death unknown ) was a contributor to Manyoshu during the Nara Period . +1 Seiri TAMANO ( September 3 , 1825-August 8 , 1886 ) was a judge from the Iwakuni Domain ( currently Yamaguchi Prefecture ) . +1 Tadayuki MIZUNO was a hereditary vassal to the Tokugawa family in the mid-Edo period as well as a member of the shogun 's council of elders of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +1 Yuzo KONDO ( February 8 , 1902 - February 25 , 1985 ) was a Japanese potter . +-1 The Niwata family , one of the clans of Dojo , was descended from the Uda-Genji ( Minamoto ) clan . +1 Nagatane TOKOYO ( 1832-March 19 , 1886 ) was a scholar of Japanese classical literature in the end of the Edo period and Jingikan ( official of the institution for dedicating to religious ceremony ) in the Meiji period . +1 Mitsunari ISHIDA was a feudal warlord in the Azuchi-Momoyama period . +-1 The Wakasa Domain was a feudal domain owning areas around Hatto-gun , Inaba Province ( Wakasa-cho , Yazu-gun , Tottori Prefecture ) . +-1 Yusoku kojitsu is the study of government positions , ceremonies , and costumes based on their ancient precedents . +-1 the catalog of ' ryoseikoku ' ( province ) > Tosando > Omi Province +-1 The Sawakai ( literally , the Tea Party ) was an internal faction within the House of Peers in Japan 's National Diet , which was formed under the Meiji Constitution . +1 Kinyori SANJO ( 1495 - October 10 , 1551 ) was the head of the Sanjo family during the Sengoku period ( period of warring states ) ( Japan ) . +-1 Tsukida no oka is the imperial mausoleum of the Emperor Suizei located in Aza Tanotsubo , Shijo Town , Kashihara City , Nara Prefecture . +-1 Kumihama Seaside Onsen Hot Spring is a hot spring located in Minatomiya , Kumihama-cho , Kyotango City , Kyoto Prefecture ( Tango Province under the ancient administrative division ) . +1 TAIRA no Moritsuna ( dates of birth and death unknown ) is a busho ( Japanese military commander ) who lived during the beginning of Kamakura period . +1 Sadaharu SHINDO ( 1497 – 1551 ) was a military commander during Japan 's Sengoku period ( Warring State period ) and was chief vassal of the Rokkaku clan . +1 Kitashirakawanomiya is a Miyake ( family allowed to have the status of Imperial family ) which was established by Imperial Prince Satonari , who was the thirteenth prince of Imperial Prince Fushiminomiya Kuniie , in the early Meiji period . +-1 Tatari-gami are Shikon ( four spirits ) which are held in awe but avoided , and believed to become a powerful guardian god if treated cordially . +-1 Futamata station , located in Futamata ( Kyoto Prefecture ) , Oe-cho , Fukuchiyama City , Kyoto Prefecture , is a railroad station on the Miyafuku Line , which is operated by Kitakinki Tango Railway ( KTR ) . +1 Kineda SANJONISHI ( June 21 , 1487 - December 27 , 1563 ) was a court noble , poet and classical scholar during the Sengoku period ( Period of Warring States ) . +1 Zoga ( 917- July 16 , 1003 ) was a Tendai sect monk in the middle of the Heian period . +1 Nobuoki OISHI ( 1674 to October 15 , 1741 ) was a samurai in the early Edo period . +-1 Soma-kaido Highway was a highway that existed in the Edo period between Shiga Prefecture ( Omi Province ) and Koka County . +-1 The Toyama family was a branch of the Hino family , a descendant of the FUJIWARA clan . +1 Yoriari HOSOKAWA ( May 26 , 1332 - September 7 , 1391 ) was busho ( Japanese military commander ) during the period of the Northern and Southern Courts and the Muromachi Period . +1 OWARI no Hamanushi ( 733 - year of death unknown ) was a gakunin ( player ) who lived from the Nara Period to the early Heian Period . +-1 Shijo-dori Street is one of the major east-west streets in Kyoto City . +-1 Ryoto is an armor of honor worn by military officers as their formal attire ( at court ) . +-1 Omigoromo is an outer garment used in Shinto rituals that has been handed down since ancient times . +1 Iezumi IWAMATSU was the head of the Iwamatsu clan who lived during the middle of the Muromachi period . +-1 A kobukusa is a small cloth used at some tea ceremony schools when they view tea bowls or when they carry out already whisked tea and present it to various other guests . +1 Tanemasa KUTSUKI is the second lord of the Tsuchiura Domain in Hitachi Province . +1 Yasotakeru is a person who appears in the " Nihonshoki " ( Chronicles of Japan ) . +1 Nobuhisa TAKATSUKASA ( May 17 , 1590 - December 31 , 1621 ) was a Kugyo ( high court noble ) during the Edo period . +-1 Yokota Shokai ( founded in June 1903 , consolidated in September 1921 ) is a Japanese film company once existed in Kyoto . +1 Yuzan DAIDOJI ( 1639 - 1730 ) was a samurai and a tactician in the Edo period . +1 Motoyoshi SONO ( March 23 , 1622 - December 30 , 1699 ) was a Kugyo ( court noble ) during the early Edo period . +1 Tanetsuna KUTSUKI ( 1498 - 1546 ) was a busho in the Sengoku period ( period of Warring States ) . +-1 Honchi-suijaku is one of the thoughts of Shinbutsu-shugo ( the amalgamation of Buddhism with Shinto ) that emerged during the era in which Buddhism flourished in Japan ; it supports the view that yao yorozu no kami ( eight million gods ) are Gongens , the embodiment of various types of Buddhas ( including Bosatsu ( Bodhisattva ) and Tenbu ( Deva ) ) , which appeared in the land that was Japan . +-1 Kanbayashi Shunsho Honten Ltd. is a tea wholesale store in Uji City , Kyoto Prefecture . +-1 Uguisu-an is a green smooth bean paste made by crushing boiled green peas and sweetening with sugar or honey . +1 Uichiro NIIMI ( January 12 , 1879 - January 24 , 1911 ) was a socialist of the Meiji Period . +-1 The Kyoto Prefecture Road Public Corporation is the regional road corporation founded and organized by Kyoto Prefecture . +-1 Hina no Tsurushikazari is a custom of hanging decorations in the Izuinatori area going back to the Edo period . +-1 Fukujuen CO . , LTD is a tea company located in Yamashiro-cho , Kizugawa City , Kyoto Prefecture . +1 Torakichi NISHIKAWA ( 1854 - 1941 ) was a so-called escape artist , who registered the largest number of prison breaks in the history of Japan . +1 Myoen ( also known as Meien ) ( unknown - 1199 ) was a Busshi ( sculptor of Buddhist Statues ) during the late Heian and early Kamakura periods . +-1 The City Ordinances on the Preservation of Vistaed View are ordinances in Kyoto City to ' create Kyoto 's surrounding scenery and vistaed views , and preserve them for future generations ' ( Article 1 ) . +-1 Mitsugon-in Temple +1 Takayoshi KIDO ( August 11 , 1833 - May 26 , 1877 ) was a Japanese samurai and statesman who had a distinguished career from the end of the Edo period to the early Meiji period . +-1 Wasai is the making of wafuku ( Japanese traditional clothing ) or the technique that is employed . +-1 Ikutsuhikone no mikoto , written as 活津日子命 ( in Kojiki : The Records of Ancient Matters ) or 活津彦根命 ( in Nihonshoki : Chronicles of Japan ) , is the fourth son in five sons and three daughters given birth from the pledge made by Amaterasu ( the Sun Goddess ) and Susano ( Amaterasu 's brother : a deity in Japanese Mythology ) , and he was born from a bead which Amaterasu was wearing on her left wrist . +-1 Yanagimoto Domain covered Shikijo , Yamabe and Uda counties of Yamato Province . +-1 Hitote +1 Sumiyoshi KAWAMURA ( December 18 , 1836 - August 12 , 1904 ) was a Japanese samurai who was a feudal retainer of the Satsuma clan , a naval officer ranked full admiral and Count , Junior First Rank and holder of the First Order Merit . +1 Keichu ( 1640 - March 4 , 1701 ) was a priest of the Shingonshu sect and a Japanologist ( Kokugaku [ national study ] scholar ) who lived in the mid-Edo period . +1 Enni ( November 8 , 1202 - November 17 , 1280 ) was a priest of the Rinzai sect of Buddhism in Japan , who lived during the mid-Kamakura period . +-1 The Takakura family , one of the families of Dojo , was established by Nagasue TAKAKURA ( Court Rank , Councillor , 1338 - 1392 ) whose father was FUJIWARA no Norikata , a descendant of FUJIWARA no Nagayoshi of the Northern House of the Fujiwara clan . +-1 Mt . Wakakusa is a mountain located in the eastern edge of Nara Park in Nara City , Nara Prefecture , and it is 342 meters high and with an area of 33 hectares . +1 Kagesuke YAMAOKA was a busho ( Japanese military commander ) in the Sengoku period . +1 Yoshio FUJIMAKI ( January 19 , 1911 - disappeared on September 2 , 1935 ) was a woodblock artist came from Tatebayashi City in Gunma Prefecture . +1 Utamakura +-1 " Bokuto " are wooden copies of Japanese swords . +1 Masakazu ASUKAI ( year of birth and death unknown ) was a court noble in Japan . +1 Kakukai ( 1142 - September 13 , 1223 ) was a Shingon sect priest from the late Heian period to the early Kamakura period . +1 Among the novels and tales written from the late Heian period to the early Muromachi period , Ocho Monogatari refers to the ones that are characterized by having Japanese sentences written in Hiragana ( the Japanese syllabaries ) , and having been created on the basis of the customs , aesthetic sense , and the concepts of literature during the period of Court rule . +1 Imperial Prince Yasuakira ( December 16 , 903 - April 14 , 923 ) was a member of the Imperial Family during the Heian period . +1 Myoun ( 1115 - January 3 , 1184 ) was a Tendai Sect Buddhist monk who lived during the late Heian period . +-1 Yamaguchi Toshio Productions ( established in June 1928 and dissolved in August ) was a film company located in Kyoto . +-1 Bunko-musubi knot is a kind of obi-musubi ( style of tying obi [ sash ] ) for furisode ( kimono with long , trailing sleeves ) . +-1 Grand master +-1 Tsuchimikado-dono Palace is a Shinden-zukuri style residence built by MINAMOTO no Masanobu . +1 FUJIWARA no Morouji ( around February 20 , 913 - August 23 , 970 ) was a Court noble who lived in the mid-Heian period . +-1 Kango-jinja Shrine is located in Nara City , Nara Prefecture . +-1 Mai-goto means abstract acts ( mai ) that , in Noh , the shite ( an actor playing the leading part ) , tsure ( a supporting actor ) and waki ( the partner of a shite ) perform accompanied solely by the hayashi ( music played in the background ) , mostly in the latter half of a Noh or a Kyogen ( a farce played during a Noh cycle ) play . +1 Imperial Prince Fushiminomiya Kuninaga ( May 10 , 1676 - November 14 , 1726 ) was a member of the Imperial family in the middle of the Edo period . +-1 The word ' Hedara ' ( Eurya japonica ) is a Buddhist terminology which means ' the flower for altarage . ' +-1 Wagashi ( Japanese traditional confectionery ) is a whole category of confectionary made using traditional production techniques in Japan . +-1 Wabi and sabi are sense of beauty in Japan . +1 Gyogen ( 1097 - December 1 , 1155 ) was a Buddhist monk of Tendai Sect in the late Heian period . +1 TAIRA no Naokata ( dates of birth and death unknown ) is a military commander in the mid Heian period . +-1 Tojiin Station , located in Tojiinnishi-machi , Kita Ward , Kyoto City , is a stop on the Kitano Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +-1 Zeniza is an organization or agency which minted coins including Kanei Tsuho during the Edo period . +1 Banma SAKURAMA ( 1835 - 1917 ) was a Nohgakushi ( Noh actor ) playing shite ( principal roles ) of Konparu-ryu school . +1 Useki MATSUSHITA ( male , 1698-October 1779 ) was a Japanese calligrapher in the middle of the Edo period . +-1 Nagaokatenjin Station , located in Nagaokakyo City , Kyoto Prefecture , is a stop on the Hankyu Kyoto Line , which is operated by the Hankyu Railway . +1 Nobuo IMAI ( November 14 , 1841 - June 25 , 1919 ) was a samurai who lived around the end of the Tokugawa shogunate to the early Meiji period . +1 Nagamasu ODA was a daimyo and master of the tea ceremony from the Azuchi-Momoyama period to the early Edo period . +-1 Kanbun-inchi was a law established through a series of documents , namely ryochi-hanmono ( a shogunal letter of authorization for the possesion of and ruling over a fief ) , shuinjo ( shogunal letters with a red seal ) and ryochi-mokuroku ( a document supplementing ryoci-hanmono indicating the details of a fief ) which were simaltaneously issued by the Edo bakufu ( Japanese feudal government headed by a shogun ) to daimyo ( Japanese feudal lord ) throughout the country on April 5 , fourth year of the Kanbun era in the old calendar ( April 30 , 1664 ) . +-1 " Nyonin Kinsei ( No Women Admitted ) " means forbiddance for women to enter shrines and temples , reijo ( sacred ground ) , ceremonial sites and others , as well as the limitation to unobstructed cultivation and worship by men . +1 Takeo HATTORI ( 1832 - December 13 , 1867 ) was a member of Shinsengumi and Goryo-eji ( guards of Imperial mausoleums ) . +-1 Zoi +1 Honmaru ( the keep of a castle ) , Ninomaru ( second bailey ) , Kuruwa ( a space reserved for various purposes ) , dorui ( earthen walls for fortification ) , Stonewalls , Moats , Monzeki ( temples in which the chief priests are either members of the imperial family or nobilities ) , etc . +-1 Oraimono is a collective term for primary education text books that were compiled from the late Heian period to the early Meiji period , mainly in the form of letters . +1 Masachika INABA ( 1692 - October 10 , 1734 ) was the fourth feudal lord of the Yodo Domain of the Province of Yamashiro . +1 FUJIWARA no Nariie ( 藤原 成家 , 1155 - July 12 , 1220 ) was a Kugyo ( high court noble ) in the early Kamakura period . +1 Mitsuhide KARASUMARU ( September 16 , 1689 - April 11 , 1748 ) was a Kugyo ( high court noble ) and kajin ( waka poet ) , who lived during the Edo Period . +1 Gudo Toshoku ( May 5 , 1577 - November , 1661 ) was a high Buddhist monk of the Rinzai Sect of Zen sect . +-1 Shinnyo sanmayaryu is one of the religious schools of the Shingon sect , which was made famous by Daigo-ji Temple , Sohonzan ( the head temple of a Buddhist sect ) of the Daigo school of the Shingon sect , but it 's also the system of teachings of the Buddhist Shinnyoen himself . +1 Kaita MURAYAMA ( September 15 , 1896-February 20 , 1919 ) was a Western-style painter who lived during the Taisho period . +1 Hotei NOMURA ( November 13 , 1880 - August 23 , 1934 ) was a film director , screenwriter and producer who lived during the Taisho period and early Showa period . +-1 Ranzan-Tenjingawa Station , located in Uzumasa-shimokeibu-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Arashiyama Main Line , which is operated by the Keifuku Electric Railroad Co . , Ltd . +1 " Zokihoshishu " is a collection of Japanese poetry in the Heian Period . +-1 " Monju " is the name of a limited express train operated by West Japan Railway Company ( JR West ) , which runs in the section between Shin-Osaka Station and Amanohashidate Station by way of the JR West Fukuchiyama Line , Kitakinki Tango Railway Corporation ( KTR ) Miyafuku Line and KTR Miyazu Line . +-1 Kino Station , located in the Sakyo ward of Kyoto City , is a stop on the Kurama Line of the Eizan-dentetsu ( Eizan Electric Railway ) . +1 Shini means a social status and a position . +-1 The shugo-ryogoku system ( the system that a shugo [ a provincial military governor ] dominates a territory ) is a historical concept indicating a comprehensive control system of a territory by the shugo-daimyo ( shugo that became daimyo , Japanese feudal lords ) in the Muromachi period . +-1 Tofuku-ji Temple , situated in Hommachi , Higashiyama Ward , Kyoto City , is the head temple of the Rinzai sect Tofuku-ji School of Zen Buddhism . +-1 This section , " Transportation in Japan , " describes the history and conditions of transportation in Japan . +-1 The Urin Family was of the house status of kuge ( court nobility ) subsequent to the Kamakura period ; it was inferior to the sekke ( the house of regents ) , Seigake ( one of the statuses of court nobility that was inferior to the sekke but superior to the minister ) and the house of minister , but it was equal to meike ( kuge ) , a kuge of lower rank , and superior to hange ( kuge ) , a kuge of lower rank . +-1 Toji ( the winter solstice ) is one of Nijushi-sekki ( the 24 divisions of the solar year ) . +-1 The Battle of Kyushu was a general name for battles between Hideyoshi TOYOTOMI ( surname " Toyotomi " was bestowed on September 9 , 1586 ) and the Shimazu clan from August and September 1586 to May and June 1587 . +1 TAIRA no Tomotada ( 1180 - July 29 , 1196 ) was a member of the Taira Clan at the end of Heian period . +1 Josho ( 906 - 983 ) was a Shingon Sect Buddhist monk who lived during the mid-Heian period . +-1 Zaigomachi was one of Japanese city forms . +-1 Taiho Ritsuryo refers to the Japanese Ritsuryo codes established in the beginning of the eighth century . +-1 A kojakin is a small cloth used to clean off a tea bowl after drinking tea at the Urasenke ( the House of Urasen ) school , which is one of the Japanese tea ceremony schools . +1 Ieharu TOKUGAWA was the tenth Seitaishogun ( commander-in-chief of the expeditionary force against the barbarians , great , unifying leader ) of the Edo Bakufu ( Japanese feudal government headed by a shogun ) ( his tenure of office : 1760 - 1786 ) . +1 Chinese classical literature is a general term for the works written in Chinese ( classical Chinese ) and the study of these classics . +-1 Jusandai-me ( the thirteenth ) Nizaemon KATAOKA ( male , December 15 , 1903 to March 26 , 1994 ) was a kabuki actor . +1 Naotsugu TERANISHI ( 1557 - 1649 ) was a busho ( Japanese military commander ) and a daimyo ( Japanese feudal lord ) in Azuchi-Momoyama period . +-1 List of provinces of Japan > Kinai region ( provinces surrounding Kyoto and Nara ) > Yamashiro Province > Kii County +1 Tsuguko NIWATA ( 1820 - Dec . 4 , 1867 ) was Naishi no suke ( a court lady of the first rank ) serving Emperor Ninko . +-1 The term " Suribachi " ( mortar ) refers to cookware that is used to grind food materials into small grains or mash them up into paste . +1 Harumi SHIBUKAWA ( his name can also be read as Shunkai SHIBUKAWA ) ( November 1639-November 1 , 1715 ) was an astronomer , go player and Shintoist . +1 SUGAWARA no Kiyokimi ( also " Kiyotomo , " 770 -November 26 , 842 ) was the early Heian period court noble and literatus . +1 Gyokuko GYOTOKU ( June 1828-June 22 1901 ) was a composer of Chinese poems , a calligrapher , a literati painting and a Tenkoku ( seal engraving ) artist . +-1 Hakata-ori textile refers to a silk textile , a local speciality of mainly Hakata in Fukuoka City , Fukuoka Prefecture . +-1 Here , descriptions of a Japanese dish Donburimono are given . +-1 Thirty-six Views of Mt . Fuji is a notable example of a landscape painting or Ukiyoe ( Japanese woodblock prints ) created by Hokusai KATSUSHIKA . +-1 The Kyoto Main Line is a railway of Hankyu Railway that connects Juso Station in Yodogawa Ward , Osaka City , Osaka Prefecture , with Kawaramachi Station ( Kyoto Prefecture ) in Shimogyo Ward , Kyoto City , Kyoto Prefecture . +-1 Sakana is a thing with which people enjoy having alcoholic beverages ; yet , it is not necessarily a food item . +-1 Kitayama Station +1 Imperial Prince Fushimi-no-miya Kunitada ( January 20 , 1732 - June 26 , 1759 ) was a member of the Imperial family who lived in the Edo period . +1 Hirotsune KAZUSA was a busho who lived during the end of the Heian period . +-1 Eiseiroku ( a type of premium ) was the highest ranked Shotenroku ( premium ) in early Meiji era , which was awarded to ones with merits for their contribution to the Boshin War and the Restoration of Imperial Rule . +-1 Biwako Sokui ( 琵琶湖疏水 ) or Lake Biwa Canal ( since 疏 is not included in the national list of Chinese characters in common use , 疎 is also used as in 琵琶湖疎水 ) is a waterway that was built to transport water from Lake Biwa to Kyoto City . +1 Kikki is a diary written by Tsunefusa YOSHIDA ( 1142-1200 ) , a court noble who lived in the late Heian period . +-1 Tsubo is a unit of area in old Japanese system of weights and measures . +-1 Hikari-beni , also referred to as tsuya-beni ( which literally means " shiny red " ) is pigment made by separating the coloring matter of safflowers with plum vinegar . +-1 Omote Yuhitsu was one of the office organizations of Edo bakufu ( Japanese feudal government headed by a shogun ) . +1 Michihira KOGA ( 1203 - 1226 ) was a Kugyo ( court noble ) during the Kamakura period . +-1 TAIMA no Kehaya is a person that appears in Japanese myths . +1 FUJIWARA no Shoshi , also pronounced Tamako ( 1101 - September 10 , 1145 ) was the mother of the emperor in the late Heian period . +1 Matsunosuke ONOE ( September 12 , 1875 - September 11 , 1926 ) was a Japanese film actor , Japan 's first movie star and film director from the Meiji to the Taisho period . +-1 Gosashi-kofun Tumulus is an ancient tomb belonging to the Sakitatenami-kofun Tumuli Cluster in Nara City , Nara Prefecture . +-1 Saikashu was a group ( ikki ) of combined local lords , powerful local clans and local samurai who resided in private estates in the center of Saikasho in the north west part of Kii Province ( present day Saikazaki , Wakayama City ) during the Sengoku period ( Warring States period ) . +-1 Fukujinzuke ( or fukusinnzuke depending on regions ) ( literally , pickles of the gods of good fortune ) . +1 Zenkai OMORI ( 1871- February 4 , 1947 ) was a priest of the Soto Sect who had lived from the Meiji period to the Showa period . +-1 Astringency +-1 " Zoku-Gunsho Ruiju " is a collection of books . +-1 The Japan-Korea Annexation Treaty was a treaty concluded on July 24 , 1907 . +-1 Edo bakufu was a samurai government established by Ieyasu TOKUGAWA . +1 Aizo SOMA ( 1870 – 1954 ) , who is a social business person coming from Nagano Prefecture , is the founder of Shinjuku Nakamuraya restaurant in Tokyo . +1 SUGAWARA no Tamenaga ( 1158 - April 22 , 1246 ) was a Kugyo ( the top court officials ) who lived from the end of the Heian period to the beginning of the Kamakura period . +-1 " Ryobu Shinto " is a combination of Shinto and Buddhism based on interpretation of Shinto from a Buddhist Shingon Sect ( esoteric Buddhism ) standpoint . +-1 Bunkokuho is a law established by warlords during the Sengoku period to govern their domains . +-1 Momoi-toge Pass is a pass on a national route in Sakyo Ward , Kyoto City , Kyoto Prefecture . +-1 Ryoko-in Temple is a sub-temple within the precinct of Pure Land Sect Daihonzan ( Head Temple ) Konkaikomyo-ji Temple located in Kurodani-cho , Sakyo Ward , Kyoto City , Kyoto Prefecture . +-1 Sengoro SHIGEYAMA is a family name of Kyogen Okura-ryu ( comic actors of Okura school ) and the name of the head of the Sengoro Shigeyama family . +-1 Ioriten " & 12349 " is one of yakumono ( punctuation marks and other special symbols [ term used in printing ] ) put at the beginning of a song in Japanese . +1 Genzui KOISHI ( December 31 , 1784 - March 4 , 1849 ) was a Rangakusha ( a person who studied Western sciences by means of the Dutch language ) and Ranpoi ( a person who studied Western medicine by means of the Dutch language ) who lived during the late Edo period . +1 Shoshu ( 1215 - December 26 , 1291 ) was a priest of Todai-ji Temple in the mid Kamakura Period +-1 Ikaruga-jinja Shrine is a Shinto shrine in Ikoma-gun , Nara Prefecture . +1 KUME no Shioko ( year of birth unknown - 672 ) was a person who lived during the Asuka Period . +1 Shobo ( 832 - July 30 , 909 ) was a Shingon Sect priest in the early Heian period . +-1 Five-and-seven syllable meter is a form of poem in which words of Goon ( five syllables ) and Shichion ( seven syllables ) repeat one after another . +-1 Nishi-Honganji-bon sanju-rokunin-kashu is a decorative manuscript produced at the end of the Heian period that compiled the poems of Sanju-rokkasen ( thirty-six famous poets ) . +1 Gencho HONMA ( 1804 - March 16 , 1872 ) is a doctor of the Mito Domain in the end of the Edo Period . +1 Emperor Rokujo ( December 28 , 1164 - August 23 , 1176 ) was the seventy-ninth Emperor in Japan . ( his reign was from August 3 , 1165 to March 30 , 1168 . ) +1 Nobukane ODA ( ? - 1583 ) was a Japanese military commander who lived during the Sengoku period ( the period of warring states ) . +-1 The Yamato Period is a period in Japanese history . +-1 Sakamizu is one of the methods of mizuage ( making a cut flower suck the water ) . +-1 The First Korea-Japan Agreement was an agreement signed between the Empire of Japan and the Korean Empire ( Joseon Dynasty ) during the Russo-Japanese War on August 22 , 1904 . +-1 The Yanagiwara family ( conventionally , Yanagihara ) were kuge ( court nobles ) that held the status of meika ( kuge of lower rank ) . +1 Takanaka ITSUTSUJI ( January 19 , 1808 - June 5 , 1896 ) was a ' kugyo ' ( a senior court noble of Third Rank and above ) who lived from the end of the Edo period ( alternatively called the Bakumatsu , meaning the last days of the Tokugawa shogunate ) into the Meiji period . +1 ABENOMUTSU no Nagamune ( years of birth and death unknown ) was Gunji ( local senior official ) of Shibata County , Mutsu Province ( present Miyagi Prefecture ) in the 9th century . +1 Takato OKI ( April 23 , 1832 - June 26 , 1899 ) was a feudal retainer of the Saga clan in the late Edo period and a statesman in the Meiji period . +1 Ono no onie ( year of birth and death unknown ) is a court noble in the Nara Period . +1 Morotaka KUJO ( October 27 , 1688 - August 15 , 1713 ) was a Court noble who lived during the Edo period . +1 Nobumasa MATSUDAIRA was the eighth ( the last ) lord of the Kameyama Domain , Tanba Province . +1 Imperial Prince Kyogokunomiya Yakahito ( May 4 , 1704 - January 25 , 1768 ) was a Japanese Imperial family member in the middle of the Edo period . +-1 Low-malt beer is a type of alcohol defined by the Japanese Liquor Tax Act . +1 The Prince Toma ( year of birth and death unknown ) was in the Imperial Family between the late sixth century and the early seventh century . +1 Kunikiyo HATAKEYAMA ( year of birth unknown - 1362 ) was a busho ( Japanese military commander ) from the period of the Northern and Southern Courts to the Muromachi period . +-1 The term " Maiko " refers to a young geisha or a geisha apprentice . +-1 ART COMPLEX 1928 is a small theater located on the third floor of the former Kyoto branch office of The Mainichi Newspaper ( present 1928 building ) in Nakagyo-ku Ward , Kyoto City . +1 Suetsumuhana ( The Safflower ) is one of the fifty-four chapters of " The Tale of Genji . " +-1 Hokke Shichiyu means the seven parables of Hoke-kyo Sutra ( the Lotus Sutra ) . +1 Kuniomi HIRANO ( May 12 , 1828 - August 21 , 1864 ) was a Japanese samurai , feudal retainer of Fukuoka Domain and patriot . +1 " An Inquiry Into the Good " is a book of philosophy written by Japanese philosopher Kitaro NISHIDA . +-1 The Battle of Minatogawa was fought on July 12 , 1336 during the period of Northern and Southern Courts ( Japan ) in Minatogawa , Settsu Province ( modern day Chuo Ward / Hyogo Ward , Kobe City , Hyogo Prefecture ) between the forces of the brothers Takauji and Tadayoshi ASHIKAGA who had traveled east from Kyushu and Yoshisada NITTA and Masashige KUSUNOKI who were loyal to Emperor Godaigo . +-1 Dainagon +1 KASA no Kanamura ( year of birth and death unknown ) was a poet during the Nara Period . +1 The Emperor Akihito ( December 23 , 1933- ) is the 125th Emperor in Japan . +1 Tsugumichi SAIGO ( June 1 , 1843 [ old calendar ] - July 18 , 1902 ) , also called Judo SAIGO , was a Japanese samurai serving as a feudal retainer of Satsuma , politician , and military man of the Imperial Japanese Navy . +1 MINAMOTO no Yorinaka ( ? - August 24 , 1156 ) was a military commander of the Kawachi-Genji branch of the Minamoto clan who lived at the end of the Heian period . +-1 Kumon was originally a general term for official documents in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) , and derived from it , it also meant the government official who dealt with such documents . +-1 It is said that the Mononobe clan 's ancestor is Nigihayahimikoto , who is believed to have descended to earth in Koho , Kawachi Province ( presumably , present-day Katano City , Osaka Prefecture ) before the time of the Imperial family . +1 FUJIWARA no Sadayori ( 995 - February 8 , 1045 ) was a court noble and poet in the mid-Heian period . +1 " Sagoromo Monogatari " ( The Tale of Sagoromo ) is a story written at the end of the dynastic era of the Heian period . +1 Emperor Reizei ( June 12 , 950 - November 21 , 1011 ) was the sixty-third emperor ( his reign was in the mid-Heian period , from November 15 , 967 to September 27 , 969 ) . +-1 Senji refers to the formal name of the documents to transmit orders of the emperor and Dajokan ( Grand Council of State ) in Japan in and after the period of ritsuryo system ( the system of centralized government based on the ritsuryo code ) . +-1 Efu was a type of baggage tags which were attached during the Edo period to goods sent by the Imperial Court , the Edo bakufu ( Japanese feudal government headed by a shogun ) , court nobles , samurai families , temples and shrines to clarify who sent the baggage in question . +1 Tsuneie KIRA ( dates of birth and death unknown ) was a busho ( Japanese military commander ) in the Kamakura period . +1 Warabihime ( year of birth and death unknown ) was a woman who lived during the late Heian period . +1 Dogyu IRAKO ( January 29 , 1672 – February 15 , 1734 ) was a surgeon of the Edo period . +1 Seiichi HATANO ( July 21 , 1877- January 17 , 1950 ) was a Japanese expert in the history of philosophy and in the philosophy of religion . +-1 Kiyamachi-dori Street is one of the major streets running north-south in Kyoto City . +1 Shinso ITO ( April 25th 1942- ) is a person of religion and the present Shinnyoen Buddhist ( heir ) , whose real name is Masako ITO . +1 Hiromichi KOGA ( April 30 , 1626 - May 18 , 1674 ) was a Kugyo ( top court official ) during the early Edo period . +-1 Hakumai ( white rice ) is polished brown rice . +-1 The case of an attack on the Shichijo Police Station was an assault that occurred on January 24 , 1946 in Kyoto City , Kyoto Prefecture . +-1 The Beipu Incident was an anti-Japanese incident in Taiwan that occurred during the period of Japanese rule ( in Taiwan ) and that was instigated by Tsai Ching-Lin , one of the Hakka people . +-1 Both Nagarayama Tunnel and Nagara Tunnel are tunnels dug through Mt . Nagara ( 354 m in height ) between Otsu City in Shiga Prefecture and Yamashina Ward in Kyoto City of Kyoto Prefecture . +1 TAIRA no Moromori ( date of birth unknown , 1171 - March 27 , 1184 ) was a busho ( Japanese military commander ) who lived during the late Heian Period . +-1 Kayu ( porridge ) is a dish made by boiling grains such as rice seeds , foxtail millet and buckwheat , beans or potatoes in a large quantity of water until they become soft . +1 Yoshiiku OCHIAI ( 1833 - February 6 , 1904 ) was an ukiyoe artist and newspaperman in the end of Edo period to the Meiji period . +-1 The term " daimyogashi " refers to a loan for a daimyo ( Japanese feudal lords ) or a domain in financial droughts arranged by influential merchants in Osaka , Kyoto , Edo , and so on . +1 Andronic NIKOLSKY ( August 1 , 1870 - July 7 ( or June 20 under the Julian calendar ) , 1918 ) was a bishop of the Russian Orthodox Church and the Japanese Orthodox Church . +-1 Bansho-wage Goyo ( Government Office for Translation of Barbarian Books ) was a translation organization established by the Edo Bakufu in 1811 . +-1 The Kajun-ha group of the Sekishu-ryu school performs the buke-sado ( the art of the tea ceremony of samurai families ) . +1 Gangyo ( date of birth unknown , passed away on April 21 , 874 ) was a learned priest pursuing his studies in the former Heian period . +-1 Erizenirei was a ban on the erizeni act ( the act of accepting only high-quality coins ) enforced by the Muromachi bakufu ( Japanese feudal government headed by a shogun ) or daimyo ( feudal lords ) in the Muromachi period . +1 Soseki NATSUME ( February 9 , 1867 - December 9 , 1916 ) was a novelist , critic , and scholar of English literature . +-1 Kamameshi is a rice dish cooked in an individual pot , seasoned with soy sauce and mirin ( sweet sake ) with ingredients such as shiitake mushrooms and chicken on top . +-1 Mt . Kasagi is a mountain located in Kasagi-cho , Soraku-gun , Kyoto Prefecture , at a height of 290 meters above sea level . +1 Hochi ( years of birth and death unknown ) was a priest in the Nara period . +-1 The term " awase " means wafuku ( traditional Japanese clothes ) with a lining . +-1 Risshu sect is one the sects of Buddhism which research and practice commandments . +1 Sadamasa YABE ( date of birth and death unknown ) , a busho ( Japanese military commander ) in Azuchi-Momoyama period , served Nobunaga ODA , and then served Hideyoshi TOYOTOMI as a vassal . +-1 Butsugenbutsumo , buddhalocanii in Sanskrit , is a form of Buddha that is worshiped in Buddhism , especially in esoteric Buddhism . +-1 The term " korai chawan " refers to a type of tea bowl which was used in Sado ( Japanese tea ceremony ) from around the middle of the 16th century and was originally a bowl for everyday use made in the Korean peninsula that came to be appreciated as a tea bowl by Japanese chajin ( tea ceremony masters ) . +-1 The twenty-one Hokke Sect temples of central Kyoto consist of the 21 head temples of each of the schools of the Nichiren Sect which began with Myoken-ji Temple in Kyoto City founded by Nichizo Shonin . +1 Masatsune INABA ( 1706 - May 10 , 1730 ) was the third lord of Yodo Domain of the Yamashiro Province . +1 Motoi HORI ( July 29 , 1844 - April 8 , 1912 ) was a feudal retainer of Satsuma Domain who played an active role at the end of Edo Period , while he later became a businessman in Meiji Period . +1 Jitenno ( 1440 - December 18 , 1457 ) was the last leader of the Gonancho ( the Second Southern Court ) who attempted to rebuild the Southern Court ( Japan ) . +-1 Jissetsu is a form of Zen temple in China and Japan , below the Gozan ( Zen temples highly ranked by the government ) and above the Shozan ( zen temples other than Gozan ( five great zen temples ) and Jissetsu ( ten important temples of the Rinzai sect ) ) . +1 Mian HOSHINO was a man from Aizu in the Sengoku period ( period of warring states ) . +-1 Koga Nijuikke ( Twenty-one Families of Koga ) refers to the most trusted twenty-one families of all the fifty-three families of Koga , which received letters of commendation from the ROKKAKU clan and later played a central role in the Ninjutsu ( Ninja Art ) of the Koga-ryu School . +1 Masakatsu ANDO ( 1843 - 1867 ) was a supporter of a noble cause who lived in the end of the Edo period . +-1 Located in Imadegawa Omiya higashi-iru , Kamigyo Ward , Kyoto City , Kyoto City Archaeological Museum specializes in archaeological materials . +-1 Shishi is a historical term describing a commoner in the late Edo Period who actively contributed to the country . +-1 " Onisaburo DEGUCHI , " 1871 ? - January 19 , 1948 , was the practical founder of a new religion ' Omoto , ' who laid out its teachings . +-1 " Bunraku " originally referred to playhouses especially for performing ningyo joruri ( traditional Japanese puppet theater ) . +-1 Uocchi Kan is an aquarium located in Odashukuno , Miyazu City , Kyoto Prefecture . +-1 Zushoryo was one of the institutions belonging to Nakatsukasasho ( Ministry of Central Affairs ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +-1 Ninkan means being appointed to a government post . +1 Chikuden TANOMURA ( July 14 , 1777 - October 20 , 1835 ) was a painter of nanga ( a school of painting originating in China ) ( literati painting ) , who lived during the late Edo period . +1 Ryoka HASHIMOTO who flourished in Meiji period was a Japanese-style painter . +1 Shuntaro YOSHIDA ( 1849 - ? ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) from Sasayama , Tanba Province . +1 Naoyoshi KUMAGAI ( March 21 , 1782-September 1 , 1862 ) was Kajin ( a Waka poet ) in the late Edo period . +1 Hidetsuna SASAKI was a busho ( Japanese military commander ) who lived in the late Kamakura period and the beginning of the Muromachi period . +1 Azumao SAKURA ( May 13 , 1811 to August 13 , 1860 ) was a Japanese classical scholar and poet in the end of Edo Period in Japan . +1 Kuwashihime no mikoto was the Empress of Emperor Korei , one of the eight emperors who reigned during the Kesshi-Hachidai ( Eight Undocumented Sovereigns ) . +-1 Shoei Makino Kinema ( established in February 1932 , liquidated in April ) was a film company that existed in Kyoto . +-1 Koga Family Land was an amusement park located in the former Kosei-cho , Koka-gun , Shiga Prefecture ( present day Konan City in Shiga Prefecture ) . +-1 Bunkyo-hifuron was a written literary theory compiled in the early Heian period , in which theories to create prose and poetry were collected through the period of the Six Dynasties to the Tang dynasty of China . +1 IZUMO no Koma , whose dates of birth and death were unknown , was a historical figure lived during Japan 's Asuka Period . +-1 Omi no kuninomiyatsuko ( Omi kokuzo ) was the kuninomiyatsuko ( kokuzo : the head of a local government ) who governed the western part of Omi Province ( the west coast of Lake Biwa ) . +-1 Achimenowaza ( also known as Achimewaza , Achimesaho , Ajimenosaho , and so on ) is a Kagurauta ( songs to accompany kagura [ sacred music and dancing performed at shrines ] performance ) performed in the Imperial Court or shrines . +-1 " Sukiyaki " is a dish consisting of meat that is broiled ( cooked ) or boiled in a shallow cast-iron pot . +-1 " Shakkei " ( borrowing landscapes ) is one type of landscape gardening techniques in Chinese and Japanese gardens . +1 FUJIWARA no Haruaki ( year of birth unknown - 940 ) was a member of a local ruling family in the middle Heian period . +1 FUJIWARA no Yoshinaga ( 1022 - December 6 , 1082 ) was a Court noble in the mid- to late Heian Period . +-1 Located in Maizuru City in Kyoto Prefecture , Maizuru Port Toretore Center is a tourist facility that sells fish and seafood from Maizuru Port and local products from the Tango area . +-1 Niinamesai ( Niiname no matsuri , Shinjosai ) is a ritual held each November 23 , in which the Emperor offers newly harvested rice to the deities of heaven and earth , eats it and expresses gratitude for the harvest . +-1 The Japanese " Wayo " ( Japanese style ) means things with Japanese tastes or Japanese-style , used as the opposite of " karayo " ( Chinese style ) meaning those with Chinese tastes or Chinese-style . +-1 Chutan indicates an area extending from the northern part of Tanba region to the southern part of Tango region in Kyoto Prefecture , where three cities of Maizuru , Fukuchiyama and Ayabe exist as an administrative province . +-1 Ikenfuji Sankajo was fuji ( written opinion presented to the Emperor ) submitted to the Emperor Murakami on January 24 , 958 by Jugoi no jo ( Junior Fifth Rank , Upper Grade ) Ushoben ( Minor controller of the Right ) SUGAWARA no Fumitoki . +1 The 16th Roppeita KITA ( December 6 , 1924 to - ) , is a Noh actor of the shite-kata Kita school ( one of the five schools of shite-kata [ main roles ] ) . +-1 Wada Wharf covering an area of about thirty-three hectares is scheduled to be constructed in the Maizuru Bay in Maizuru City , Kyoto Prefecture . +-1 The Shingon sect is a Buddhist sect of Japan that was founded by Kukai ( Kobo Daishi ) in the early ninth century . +-1 Tsuchigumo is not a name of an actual living spider . +1 Mataichiro HAYASHI the second ( July 3 , 1893 – December 31 , 1966 ) was a kabuki actor in Osaka . +-1 Kujo Station , located in Higashi-Kujo , Minami Karasuma-cho of Minami Ward , Kyoto City , Kyoto Prefecture , is a stop on the Karasuma Line of the Kyoto Municipal Subway . +-1 Takeminakata no kami is a god who appeared in the Japanese mythology ( Shinto religion ) . +-1 Shinodamaki is a dish of meat , vegetables , tofu , kamaboko ( boiled fish paste ) and other ingredients rolled with a sheet of opened abura-age ( deep-fried bean curd ) , and simmered to season . +1 OKIDA no Wakaomi is a person who lived during Japan 's Asuka Period and died on April 21 , 679 . +-1 Fushimi Ward is one of the eleven wards that constitute Kyoto City . +1 Doyo MORISHITA ( year of birth unknown - November 30 , 1581 ) was a busho ( Japanese military commander ) in the Azuchi-Momoyama period . +-1 Minka are residences where ordinary people lived . +-1 Kabayaki is broiled fish made by cutting the fish open , removing the bones , and broiling and basting it with a sauce made of soy sauce , mirin ( sweet cooking rice wine ) , sugar and sake ( rice wine ) . +-1 The Ii clan was a master 's house of the Hikone Domain in Omi Province . +-1 The term " Japanese race " expresses a notion of a political community ( nation ) which embodies all cultural groups ( ethnic groups ) that possess a Japanese nationality and / or roots in the Japanese archipelago . +1 Hirotsuna SASAKI ( year of birth unknown - 1221 ) was a samurai between the end of Heian period and early Kamakura period . +1 Nihonkoki History Book is a collection of histories created by imperial command ; it was compiled in the early Heian period after Shoku-Nihongi ( Continuation of Chronicles of Japan ) , being the third volume of Rikkokushi ( Six National Histories ) . +-1 Mt . Yoshino is located in Yoshino-cho , Yoshino County in the central part of Nara Prefecture . +-1 " Arai " is a kind of " sashimi , " fresh slices of raw fish . +-1 Kiso-gawa ukai ( 木曽川うかい ) is the name of cormorant fishing carried out in the Kiso-gawa River in Inuyama City , Aichi Prefecture every year from May 11 to October 15 , except for August 10 . +1 FUJIWARA no Naritoki ( 941-May 30 , 995 ) was a court noble during the Heian Period . +-1 Choyo is a festival observed annually on September 9 as one of the five seasonal festivals in Japan . +-1 Kihei Taishogun was a military official established in the Nara period under the ritsuryo system . +-1 The Three Genji Shrines ( Genji San Jinja ) are a group of three Shinto shrines connected with the Seiwa-Genji ( Minamoto clan ) branch family . +-1 The Ko Roppa ( the hard-line six parties ) was a pro-nationalistic federation of six political parties that advocated a strong foreign policy in 1890s . +1 Shue refers to the council or self-governing body for decision-making of the Buddhist priests in the temples in medieval Japanese temples . +-1 The Battle of Kawarayama-jo Castle is a battle that broke out in Aseri County , Hoki Province in July 1585 . +-1 Honman-ji Temple is a temple located in Kamigyo Ward , Kyoto City . +-1 Tamagaki is a fence around a shrine or shiniki ( the holy precincts of a shrine ) . +1 Taichu ( February 23 , 1552 - February 23 , 1639 ) was a Jodo sect priest in the early Edo period . +-1 Tagitsu-hime ( also called Takitsu-hime ) was a god ( Shinto religion ) appearing in Japanese Mythology and one of Munakata Sanjojin ( three goddesses enshrined in Munakata Taisha Shrine ) . +1 Aizan TANIGUCHI ( 1816 - 1899 ) was a Japanese painter who lived during a period from the end of Edo period to the Meiji period . +1 Emperor Heizei , Heijo ( September 26 , 774 - August 5 , 824 ) was the fifty-first Emperor ( his reign was from June 8 , 806 to May 8 , 809 ) . +1 Kenjiro UME ( July 24 , 1860 - August 26 , 1910 ) was a Japanese jurist . +-1 Aso-kai or Asonoumi is an inland sea called kaisekiko surrounded by Miyazu City and Yosano-cho Yosano-gun Kyoto Prefecture . +-1 Sai-dori Street is one of the major north-south streets in Kyoto City . +1 Genan HOJO / Nagatsuna HOJO was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +1 Lawful wives : Yura GOZEN ( daughter of FUJIWARA no Suenori ) ; Tokiwa GOZEN ; a daughter of Yoshiaki MIURA ; a younger sister of Yoshimichi HATANO ; a prostitute from Ikeda-juku , Totoumi Province ; and the daughter of Aohaka Choja +-1 不孝 ( Fukyo ) +1 Ushigoro TSUDA ( 1845 - October 6 , 1868 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) from Kyoto , Yamashiro Province . +1 Mitsuharu AKECHI ( c . 1537 - 1582 ) was a busho ( Japanese military commander ) who lived in the Azuchi-Momoyama period . +-1 Shingon Risshu sect is one sect which practices the commandments of Vajrayana based on the dharma of Shingon Esoteric Buddhism . +-1 Tetsunojo KANZE is the name used mostly after the Meiji period , by the head of a branch family of the Kanze family , the head family of Kanze school of Nohgaku . +-1 Iro ( old retainers ) in the Kansei era refers to politicians who led the bakufu such as Nobuaki MATSUDAIRA ( the lord of the Mikawa-Yoshida domain ) , who were chosen by Sadanobu MATSUDAIRA after his downfall . +-1 The Hoki-Naiden is a treatise on divination that was handed down to subsequent generations as a text compiled by ABE no Seimei . +-1 Sanyo-kai is a parliamentary group of the House of Peers ( Japan ) in the Meiji period ( March 24 , 1891-February 20 , 1899 ) . +-1 The natural fermentation is one of notions in Japanese sake production and means that , without artificial or non-artificial inhibition of simultaneous plural fermentation , the power which original sake yeast has by itself is fully utilized to complete fermentation without any inhibition . +1 Shichidengosha refers to the palace buildings located behind Shishinden ( The Throne Hall ) and Jijuden ( literally , hall of benevolence and longevity ) in the dairi ( inner palace grounds ) of the Heian Palace , which were mainly used as the residence of the empresses of the emperors . +1 Raisho SHIMOTSUMA ( 1516-1575 ) was a Japanese busho ( warlord ) of the Sengoku period ( Period of Warring States ) in Japan . +-1 Manshuin-michi is a street running east-west in Sakyo Ward in Kyoto City and runs eastward from Kawabata-dori Street to the gates of Manshu-in Temple . +1 Toshinaga ODA ( dates of birth and death unknown ) was busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +1 Yuizen ( 1253-March 23 , 1317 ) was a priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) in the late Kamakura period . +-1 The Bunroku-Keicho War was a war conducted during the period from 1592 ( Japan : Bunroku one ; Ming and Yi Dynasty Korea : Banreki twenty ) to 1598 ( Japan : Keicho three ; Ming and Yi Dynasty Korea : Banreki twenty-six ) . +-1 Flake stone tools are made from thin piece of stone ( flake ) removed from ore ( host rock ) by percussion . +-1 Hatsuka Shogatsu is the last day of the New Year . +-1 The Kajuji / Kanjuji ryu is one of the lineages of court nobility of FUJIWARA no Takafuji-ryu of the Northern House of the Fujiwara clan . +1 Yukimori YAMANAKA was a busho ( a military commander ) during the Sengoku period ( Period of Warring States ) , who resided in the San-in region . +1 OAMA no Arakama ( date of birth and death unknown ) was a person who lived during the Asuka period . +-1 Higashimukai Kannon-ji Temple is a Shingon Sect Sennyu-ji School temple in Kamigyo Ward , Kyoto City . +1 Mitsutada WAKEBE ( August 26 , 1698 - April 20 , 1731 ) was the 5th lord of the Omizo Domain , Omi Province . +1 Koichi SAITO ( February 3 , 1929 - ) is a film director . +-1 Hashihaka-kofun Tumulus ( also called Hashi Nakayama-kofun Tumulus ) is the leading kofun ( tumulus ) of the Hashinaka-kofun Tumuli Group in Hashinaka , Sakurai City , Nara Prefecture . +-1 Somen is a kind of noodle made from flour . +-1 Kingyokushochusho is a law book written by NAKAHARA no Norizumi ( Norizumi NAKAHARA ) in the end of the Kamakura Period . +1 Motoshige TAKEDA ( 1467 - November 11 , 1517 ) was a Japanese military commander who lived during the Sengoku period ( period of warring states ) . +1 FUJIWARA no Mitsunari was a noble in the late Heian period . +-1 The military aristocracy consisted of aristocrats specialized in military affairs who emerged in history in the late ancient period through the early medieval period . +1 Koteko was a wife of Emperor Sushun . +1 Enkei Ryokyo Sochinjo ( The Petition by Two Nobles of the Enkei Era ) records Tameyo NIJO 's petition against the nomination of Tamekane KYOGOKU , in 1311 , as the selector of an imperial anthology of waka poems , Tamekane 's subsequent petition against the Tamayo 's appeal , and this latter 's further rebuttal against the former . +1 Korefusa MADENOKOJI ( 1513 - July 17 , 1573 ) was a Kugyo ( high court noble ) in the Muromachi period . +1 Tomoaki TAKIGAWA ( dates of birth and death unknown ) was a shogun 's retainer in Edo period . +-1 Makiwara +-1 Kan-ji temples ( state-sponsored temples ) were temples that received financial guarantees instead of state supervision . +1 Saneatsu TOKUDAIJI ( May 17 , 1445 - September 22 , 1533 ) was a Kugyo ( court noble ) in the Muromachi period . +1 Tsunekichi MORI ( July 16 , 1826 - December 15 , 1869 ) was a feudal retainer of Kuwana Domain in the closing days of the Tokugawa shogunate . +1 Zoki ( years of birth and death not known ) was a priest and waka poet who lived in the Heian Period . +-1 The term miyadaiku refers to a carpenter " daiku " involved in the construction and repair of Shinto shrines and Buddhist temples . +1 Norinaga KANROJI ( August 13 , 1713 - January 14 , 1784 ) was a Kugyo ( high court noble ) during the Edo period . +1 Mitsuie KUJO ( 1394 - June 3 , 1449 ) was a Kanpaku in the Muromachi period . +1 HATA no Ona ( year of birth and death unknown ) is a court noble in Nara Period . +-1 " Yojinbo " , which hit the screens in 1961 , is a period action movie directed by Akira KUOSAWA , . +-1 Shomu meant management of territory ( trial and collection of nengu [ main land tax levied on the peasants based on the estimated productivity of land ] and sozei [ single land tax or combined land tax ] . ) +1 Nichishin ( 1444 - April 18 , 1528 ) was a priest of the Nichiren sect of the middle of the Muromachi period . +1 KOREHARI no Azamaro ( also known as KOREHARU no Azamaro , date of birth and death unknown ) was an Ezo leader of Mutsu Province ( later Rikuzen Province ) in the Nara period . +-1 Food called sushi ( described as 寿司 , 鮨 , 鮓 , 寿斗 , 寿し or 壽司 in Japanese ) is Japanese cuisine combining vinegared rice mainly with seafood . +-1 Peasant revolts against the land-tax reform refer to the uprisings by peasants to oppose to the land-tax reform that had been promoted by the Meiji Government since 1873 ( we should note that many of the revolts were legal conflicts , as recent studies show ) . +-1 Soreisha ( or Mitamaya ) are household altars that are used in Shinto to enshrine ancestral spirits . +-1 Ami-ha school is one of the painting schools representing the Muromachi Period . +-1 Under the title " Government Organization of Early Modern Japan , " this article outlines the changes of major agencies of the central government of Japan from rom January 3 , 1868 , when the Meiji restoration was started with Restoration of Imperial Rule , to December 24 , 1889 , when the official organization system under the Cabinet was established . +1 Imperial Prince Kaninnomiya Naohito ( October 7 , 1704 - July 3 , 1753 ) was a member of the Imperial Family in the Edo period . +-1 Both the Dajokan Fukoku and the Dajokan Tasshi were a form of law promulgated by the Dajokan ( Grand Council of State ) during the early Meiji period . +-1 Heijo-kyu Palace was Dai-dairi ( the place of the Imperial Palace and government offices ) of an ancient capital Heijo-kyo in Nara . +-1 Kogo Jihen was an incident in which vassals of the Hachisuka clan , who lived in Sumoto City , attacked the second residence of chief retainer Kunitane Inada and a place of study and other places near the Sumoto-jo Castle on Awaji-shima Island , Tokushima domain of that time in 1870 . +1 The Rebellion of Tagishimimi is a tale of Japanese mythology that after Emperor Jinmu passed away , Tagishimimi devised a ploy to become the emperor but was defeated by Kamununakawamimi ( later , Emperor Suizei ) and his army . +1 Kakuzaemon NITTA ( date of birth unknown-August 23 , 1864 ) was a member of the Shinsengumi . +1 Motokuni HATAKEYAMA ( born in 1352 , birth date unknown - February 14 , 1406 ) was a shugo daimyo ( military governor ) as well as a shogunal deputy of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) , who lived from the period of the Northern and Southern Courts through the Muromachi period . +-1 The Ogimachisanjo family was a branch family of the Sanjo family which was the Kan-in Line of the Northern House of the Fujiwara clan , being a family of court nobles with their social standing being the house of minister . +-1 " Yamato-yasai " collectively refers to locally produced vegetables that have been recognized by the Nara Prefectural governament ( old Yamato Province ) , consisting of 17 types of local produce called ' Yamato no dento yasai ' ( traditional vegetables of Yamato ) and four types called ' Yamato no Kodawari yasai ' ( particular vegetables of Yamato ) which are grown with particular technique . +-1 The Akamatsu clan was a daimyo ( Japanese feudal lord ) , who ruled the Harima Province during the late Kamakura to Azuchi-Momoyama periods . +1 The sixteenth letter ' Hakkotsu ' of go jo me ( the fifth quire of sutra ) of Ofumi which was selected by Rennyo , the eighth chief priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) Hongan-ji Temple is especially famous in ofumi . +-1 Kanei-tsuho refers to coins that were in wide use throughout the entire Edo period in Japan . +-1 Yugen is one of the basic ideas of Japanese culture in the area of various arts such as literature , paintings , performing arts and architecture . +-1 Gotoku is described as below : +-1 Empire Agricultural Association refers to the central agricultural administration organization approved in 1910 . +-1 Umahori Station , located in Umahori , Shino-cho , Kameoka City , Kyoto Prefecture , is a facility of Sanin Main Line that is operated by the West Japan Railway Company ( JR West ) . +-1 " Cold candy " drink or ameyu ( " candy " drink ) is one of Japan 's traditional sweet drinks made from malt syrup dissolved in hot water with ginger juice or grated ginger added as a seasoning or flavoring agent . +1 Tamada no sukune ( year of birth unknown - 416 ) was a member of local ruling family belonging to the Katsuragi clan in around the fifth century A.D. +-1 Tsubaki-mochi is a rice cake sweets eaten as a light meal in the Heian period . +1 Kinkai Wakashu is MINAMOTO no Sanetomo 's private anthology in the early Kamakura Period . +-1 Modoroki-jinja Shrine is a Shinto shrine located in Ikadachitochu-cho , Otsu City , Shiga Prefecture . +-1 Higashiyama gyomotsu ( Higashiyama gomotsu ) refers to the paintings , chaki ( tea utensils ) , kaki ( flower vase ) , stationery and other items collected by Yoshimasa ASHIKAGA , the eighth seii taishogun ( literally , " great general who subdues the eastern barbarians " ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +1 Hisanao OSHIMA ( October 1 , 1848 - September 27 , 1928 ) was a military man of Imperial Japanese Army ( IJA ) and a peerage . +-1 Muchikake are composed of eight small wooden members , four of which project to the left and four of which project to the right , from the hafu ( bargeboard ) located underneath the ridge and beside the sasuzao ( diagonal braces used to form the triangular frame in many gable pediments ) on shinmei-zukuri style buildings . +-1 Sado ( also known as chado ) ( Japanese tea ceremony ) is the act of a ritual preparing and serving tea for guests . +-1 Honkan was a general term of government posts which did not belong to the system for shitokan ( four classifications of bureaucrats ' ranks ) of each government official in the ritsuryo system ( a system of centralized government based on the ritsuryo code [ historical law system ] ) of Japan . +1 SAKANOUE no Kumake ( year of birth and death unknown ) was a person in the Asuka period . +1 " Kyuchu Sanden " is a general term which refers to the three shrines in the Imperial Court : the Kashikodokoro ( also known as Kensho ) , the Koreiden , and the Shinden . +1 Kuro Tomoharu HOSHO ( 1837 - 1917 ) was a Noh actor of the Hosho school of shite-kata ( lead actors ) . +-1 " Shichikyo-ochi " was an incident where seven nobles were banished from Kyoto in the political turmoil of August 18 , 1863 , at the end of Edo period . +-1 Kamikoromo ( Kamikinu ) is a Kimono made of Japanese paper . +-1 Omiya Gosho was a residence built for Empress Teimei who became an empress dowager when Emperor Taisho had passed away on the premise of Akasaka Rikyu ( The State Guest House ) ( present-day Akasaka Imperial property ) . +1 Tokuhime ( November 11 , 1559 - February 16 , 1636 ) was the eldest daughter of Nobunaga ODA . +1 Cloistered Imperial Prince Dokaku ( 1204 - February 13 , 1250 ) was a priest of the Tendai sect in the early to mid Kamakura period . +-1 Watakushiikusa ( also called shisen [ private warfare ] ) is a small-scale military / battle conducted in Japan before the early-modern period for Katakiuchi ( revenge ) or for self-preservation , without an official order such as Daijokanpu ( official documents of Daijokan , which is the office of the supreme political leader ) , senji ( imperial decree ) or an order from bakufu ( Japanese feudal government headed by a shogun ) . +-1 Kaigen-hoyo is a Buddhist memorial service held at the completion of Buddhist statue , painting , altar , or tomb . +-1 The Azuchi Momoyama period ( 1568 - 1603 ) is one of the age classifications in Japan , referring to the period in which Nobunaga ODA and Hideyoshi TOYOTOMI held the right to rule Japan ( Oda government , Toyotomi government ) . +-1 Kawachi-Genji is a school of Seiwa-Genji based in Kawachi province +-1 Miyamaki Station , located in Kyotanabe City of Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line of the Kintetsu Corporation . +-1 Kobunjigaku is a school of Confucianism founded by Sorai OGYU in the Edo period . +1 The Uesugi clan ( pronounced either Uesugi-shi or Uesugi-uji in Japanese ) was a Japanese clan . +-1 The Shibutani Mukoyama tumulus is a keyhole-shaped tumulus located in Shibutani-cho , Tenri City , Nara Prefecture . +-1 The Keinawa Jidoshado Expressway ( KEINAWA EXPRESSWAY in English ) , an approximately 120-kilometer-long arterial high-standard highway ( a general national highway exclusively for motor vehicles ) as designated by the Ministry of Land , Infrastructure and Transportation , starts in Kyoto City , Kyoto Prefecture , runs from north to west in Nara Prefecture and leads to Wakayama City , Wakayama Prefecture . +1 Michimi NAKANOIN ( June 21 , 1668 - January 1 , 1740 ) was a Kugyo ( court noble ) and kajin ( waka poet ) in the middle of the Edo period . +-1 Dochu-bugyo was a governmental post in the Edo bakufu . +1 Iwatsukuwake no mikoto ( 磐撞別命 : year of birth and death unknown ) was a member of the Imperial family ( Royal family ) , who lived during the early Kofun period ( tumulus period ) according to the historical documents such as the " Kojiki " ( The Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) . +-1 The term " Shishi " ( also pronounced Shiishi ) referred to the northern , southern , eastern , and western boundaries of a tract of territory / land in ancient and medieval times . +1 Yorikane KANAMORI was the second lord of Yawata domain in Mino Province . +-1 Two Nijo stations are located in Nishinokyo Toganoo-cho , Nakagyo Ward , Kyoto City , Kyoto Prefecture , one being Nijo Station of the West Japan Railway Company ( JR West ) and the other being Nijo Station of the Kyoto Municipal Transportation Bureau . +-1 Jisha is a generic term for Buddhist temples and Shinto shrines . +-1 Goken Undo refers to movement initiated during the Taisho Period by Kokumin ( the people ) and political parties to protect constitutional government . +1 FUJIWARA no Hidesato ( year of birth and death unknown ) was a military commander who lived in the middle of the Heian Period . +1 Chuji MATSUBARA ( date of birth unknown , 1835 - October 20 , 1865 ) was a Roshi ( masterless samurai ) from Harima Province ( Osaka , according to Shinpachi NAGAKURA ) , joined Shinsengumi and became a Fukucho-jokin ( assistant vice commander ) , leader of the Fourth Unit and instructor of jujutsu . +-1 Kazura Noh is one of the programs of Noh theatrical performance , when the shite ( the main actor of a Noh play ) performs the roles of a beautiful woman , a scion of a noble family , or a heavenly being . +1 Odachijoko shosatsusho is a book of shosatsurei ( model sentences for official letters ) written by Hisauji ODACHI , a vassal of the Muromachi bakufu from the late Muromachi period to the Sengoku period ( Japan ) ( the book is also called ' Odachi ' and Joko was the priest name of the author ) . +-1 Tondenhei refers to a soldier or a troop that undertook the guard and reclamation of Hokkaido in the Meiji period .. +-1 The osuberakashi is a hairstyle for noble women in the Heian period . +-1 Kumenomiagata-jinja Shrine is located in Kashihara City , Nara Prefecture . +1 The seven patriarchs are the seven high priests selected by Shinran , the founder of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +1 Kosaburo IKEDA ( 1842 - early 1868 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +-1 Host rock ( also known as wall rock ) is a rock that is used as a base for something . +-1 The Higashisono family was founded by Motonori HIGASHISONO ( Jushiinojo - Junior Fourth Rank , Upper Grade , Headquarters of the Inner Palace Guards ) , the second son of Mototada SONO ( or Mototo SONO ) . +1 Tomotaka TASAKA ( April 14 , 1902 - October 17 , 1974 ) was a Japanese film director . +-1 Yamamoto Reizaburo Productions ( established in June 1928 and dissolved in August ) was a film company located in Kyoto . +-1 Goto Egen is a toshi ( historiography ) of the Zen Sect established in the Southern Song Dynasty period of China . +1 Senichi SHIRANE ( February 3 , 1850 - June 14 , 1898 ) was an official of the Ministry of Home Affairs and a politician during the Meiji period in Japan . +-1 Tenryuji-bune refers to official trading vessels of Muromachi bakufu ( Japanese feudal government headed by a shogun ) , dispatched to Yuan Dynasty in order to raise funds to build Tenryu-ji Temple during the period of the Northern and Southern Courts . +-1 Women 's suffrage , also known as woman suffrage , refers to the right of women to participate in national and local politics directly or indirectly . +-1 A " ge " was an official document submitted by a lower grade governmental official ( hikan ) to a higher grade official ( shokan ) in the ritsuryo sytem ( a system of centralized government based on the ritsuryo code ) . +1 Jikimiyake refers to a Miyake ( family allowed to have the status of Imperial family ) which was established by a child of an emperor . +-1 Sanda Domain was the ruler of Sanda , Arima County , Settsu Province and the area around it ( modern days Sanda City , Hyogo Prefecture ) . +-1 " Tsuka-gashira " is the equipment attached to a sword . +-1 Shogakuin was one of the Daigaku-besso in the Heian period . +-1 Nihon Buyo is Japanese translation of Japanese dance and it is a generic term for dances in Japan . +1 Imperial Prince Kuniyoshi , also pronounced Kuninaga ( 1300 - April 23 , 1326 ) was the first Prince of Emperor Gonijo of the Daikakuji Imperial line . +1 Kanemune NAKAYAMA ( 1163 - October 5 , 1242 ) was a court noble and a waka poet who lived in the Heian period . +-1 Genro indicates a senior top-level statesman in the Japanese government in the era from the latter half of the Mejia period to the early Showa period . +-1 Marutamachi stations are located in Kyoto City , Kyoto Prefecture . +-1 Imperial Palace Omi Otsu no Miya ( 近江大津宮 ) refers to the Imperial palace where the Emperor Tenchi lived and carried out politics in the latter half of the seventh century . +1 Imperial Prince Arisugawa-no-miya Orihito ( August 19 , 1754 – April 2 , 1820 ) was a member of the Imperial family who lived in the Edo period . +-1 Miyake odoi was a castle that existed in Miyake-Cho , Masuda City , Shimane Prefecture . +-1 Jiin Sho-Hatto is a general term for a set of regulations that applied to the Buddhist religious community in the Tokugawa Shogunate in the Edo period . +-1 The term " kezuribushi " means shavings of dried flesh of bonitos , mackerels , sardines , and other fishes . +1 Shisei KOYAMA ( 1807 - October 28 , 1862 ) was a doctor who lived in the late Edo period . +-1 The Fukami Tunnel is the tunnel running between Ukyo Ward , Kyoto City and Minami-Tanba City ( Kyoto Prefecture ) . +1 Kiyomichi KOGA ( 1393 - October 16 , 1453 ) was a Kugyo ( high court noble ) in the Muromachi period . +1 Sanemi TOKUDAIJI ( February 8 , 1753 - February 22 , 1819 ) was Kugyo ( a Court Noble ) between the middle and late period of Edo . +1 Kichiji KANEURI was a merchant who lived in the late Heian Period , and it is said that he lived by trading gold produced in Oshu region in the capital , Heiankyo ( present Kyoto ) . +1 Tokiaki ADACHI ( year of birth unknown , died on July 12 , 1333 ) was a vassal of the Kamakuar bakufu , during the end of Kamakura period . +1 Gyokyo ( years of his birth and death was unknown ) was a Buddhist priest of Daian-ji Temple in the Heian period . +1 Seifu NAGAMATSU ( also known as Nissen , May 16 , 1817 - July 17 , 1890 ) was Kaido ( the founder ) of the Honmon Butsuryu Sect . +1 Takauta SHIJO ( October 17 , 1828 - November 24 , 1898 ) was a Japanese noble and soldier of the late Edo period to the Meiji period . +-1 Koga-ji Temple had existed near Shigaraki no miya in the mid Nara period . +1 OE no Chifuru ( 866 - July 8 , 924 ) was a court noble in the Heian period . +1 MINAMOTO no Yoritoshi ( year of birth and death unknown ) was a busho ( Japanese military commander ) in the late Heian period . +1 Masayoshi INABA ( March 28 , 1827 - November 17 , 1848 ) was the 11th lord of Yodo Domain of the Yamashiro Province . +-1 Fukuden is a deity bringing happiness in folk beliefs in Japan . +1 Chison ( year of birth unknown-August 23 , 672 ) was a person from the Asuka Period in Japan . +-1 Go Tein Yuigo was written by the Emperor Gouda in 1321 , and it consists of 21 articles of yuikai or ikai ( teachings to posterity ) wishing the long prosperity of Daikaku-ji Temple and Shingon Esoteric Buddhism including the details of the erection of Daikaku-ji Temple . +-1 Seito taishogun was a military official temporarily set up by the new government during the Boshin Civil War . +1 Masakazu KOBORI was the lord of the Komuro Domain in Omi at the beginning of the Edo Period . +-1 Mimana Nihon-fu or Yamato no Mikotomochi is the governing institution of Wakoku ( Japan ) which is said to have been located in Mimana in the southern area of the Korean Peninsula in ancient times . +1 Emperor Monmu ( 683 - July 18 , 707 ) was the forty-second Emperor ( who reigned from September 7 , 697 , to July 18 , 707 ) . +1 Shukubo is a form of lodging for priests who are conducting ascetic practices , mainly in Buddhist temples . +-1 In the section on Japanese comics , history and characteristics of the comics produced in Japan are discussed . +-1 Atsugesho is a word in Japanese referring the use of heavy makeup and cosmetics in order to make one 's face look obviously different from a face without makeup . +1 MINO no Namiuo was a person of the Nara period . +-1 The Imperial standard is the banner of the Imperial court army . +-1 Kizuyabashi-dori Street is a street running east-west through Kyoto City . +1 Fusamichi ICHIJO ( 1509-December 11 , 1556 ) was a Kugyo ( court noble ) and a Kanpaku ( chancellor ) of the Sengoku period ( Period of Warring States ) . +-1 Rokujo Madenokoji Bussho was a Buddhist sculpture workshop that operated in the Heian period . +-1 Hoto-ji Temple is a Buddhist temple belonging to the Nichiren Sect located in Fushimi-ku Ward , Kyoto City . +1 Shigetomi OHARA ( November 21 , 1801 - April 1 , 1879 ) was a court noble who lived from the final days of the Edo period to the early days of the Meiji period ; his father was Shigetada OHARA of the Uda-Genji ( Minamoto clan ) ( whose foster father was Shigenari OHARA ) , while his mother was a daughter of Ariie KARAHASHI . +-1 Kenchucho refers to ledgers for recording the results of kenchu ( land surveys ) in shoen ( manors ) during ancient and medieval times in Japan . +-1 The Sawa family was a toshoke ( within the hereditary lineage of court nobles allowed to enter the tenjonoma in the palace ) down line of the Kiyohara clan . +-1 Wanyudo is a Japanese specter described in Konjaku Gazu Zoku Hyakki ( Continued Illustrations of the Many Demons Past and Present ) , a collection of illustrations of specters by Sekien TORIYAMA . +1 Masaie KUSUNOKI ( year of birth unknown - 1348 ) was a busho ( Japanese military commander ) , who lived during the period of Northern and Southern Courts . +1 Ryochu ( August 20 , 1199 - August 16 , 1287 ) was a Jodo sect Buddhist monk during the middle of the Kamakura period . +-1 The Hachiman-zukuri style is one of the architectural styles of shrines in Japan . +1 Born in 1164 , and died June 23 , 1225 , Tadayoshi AWATAGUCHI was a top Court official living from the last days of the Heian period to the early Kamakura period . +-1 The heko obi is a kind of men 's obi ( sash ) used in wearing wafuku ( Japanese traditional clothes ) . +1 Chikayoshi HORI ( 1580 - July 5 , 1637 ) was a daimyo ( Japanese feudal lord ) who lived in the Azuchi-Momoyama period and the Edo period . +1 Shohaku SOGA ( 1730 - January 30 , 1781 ) was a painter in the Edo period . +-1 Kanpaku soron was a dispute over the position of Kanpaku ( chief advisor to the Emperor ) that happened between Akizane NIJO and Nobusuke KONOE in 1585 . +1 Saneo TOIN ( 1219 - October 5 , 1273 ) was a kugyo ( court noble ) in the early Kamakura period . +-1 Katsudon is one of the Japanese rice bowl dishes , in which a bowl of rice is topped with a seasoned pork cutlet . +1 Kanchu Chutai ( year of birth unknown-April 30 , 1406 ) was the ninth priest of Shokoku-ji Temple in Kyoto . +-1 " Kanna Zen " ( also called " Kanwa Zen " ) is a style of " zazen " ( sitting meditation ) which is practiced in the Zen Sect of Buddhism . +-1 Chuin and chuu refer to the period of mourning lasting seven weeks in Buddhism . +-1 Teiseihakushu is a kind of Japanese sake developed around 2005 . +-1 Kanto bugyo was a post held by an officer in the Kamakura bakufu or Muromachi bakufu ( both of which were Japanese feudal governments headed by a shogun ) who would confer ranks and titles on gokenin ( immediate vassals of the shogun ) . +1 Ennyo ( 1489 - September 30 , 1521 ) was a monk of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) during the Sengoku Period ( Period of Warring States ) ( Japan ) . +1 Tamehiro REIZEI ( 1450-August 30 , 1526 ) was a Japanese waka poet . +1 Hakuin Ekaku ( January 19 , 1686 - January 18 , 1769 ) was a Zen monk in the Edo Period who is called Chuko no So ( father of restoration ) of the Rinzaishu sect . +1 Emperor Konoe ( June 16 , 1139 - August 22 , 1155 ) was the seventy-sixth Japanese Emperor ( his reign was from January 5 , 1142 to August 22 , 1155 ) . +1 Shigeharu TAMUKE ( 1452 - August 29 , 1535 ) was a court noble from the Muromachi period to the Sengoku Period ( Period of Warring States ) , and was the head of the Hidatamukai family . +-1 The existing castle towers are those , among castle towers of Japanese castles built during the feudal period from around the beginning of Edo period to the late Edo Period , that have been preserved to date . +-1 Tosazu is a mixture of sanbaizu ( vinegar , soy sauce and sweet cooking rice wine mixed in roughly equal proportions ) and soup stock made from dried bonito . +1 Saishin ( also called Seijin ) ( March 12 , 954 - July 14 , 1030 ) was a monk of Shingon sect in the mid Heian period . +-1 The Eizo Kyoto Film Company is a film and television production company . +1 Mineo HASHIMOTO ( 1924 - 1984 ) was a Japanese philosopher and the thirtieth chief abbot of the Honen-in Temple . +1 MINAMOATO no Masazane ( 1058 - April 5 , 1127 ( February 15 , 1127 by the old calendar ) ) was a noble of the Murakami Genji court during the latter years of the Heian Period . +-1 Ichinokami was the head of the Kugyo ( top court officials ) and usually referred to the Minister of the Left . +-1 The Shinmachi-dori Street is one of the major north-south running streets of Kyoto City . +1 Jokotoba ( a preface word ) is a rhetoric used mainly in waka ( traditional Japanese poems of thirty-one syllables ) , which is put before a certain word to modify it using a figure of speech , kakekotoba ( a rhetoric in Waka in which one word has more than one meaning ) , and a homophone , etc . +-1 Chidori is a program of Kyogen ( farce played during a Noh cycle ) . +1 OTOMO no Kunimaro ( year of birth and death unknown ) was a person in the Asuka period in Japan . +-1 Sekkaku ( the stone core ) refers to the ore that remains after tearing off the flakes , which usually serve as the raw materials for chipped stone tools . +-1 The Kurumayacho-dori Street is a street running north-south through Kyoto City . +-1 The Shinshu sect Otani-ha is one of the groups of Jodo Shinshu sect . +-1 A kofun generally refers to old grave which has a tumulus . +1 ISAYAMA no Fumitugu ( 773 - December 10 , 828 ) was a government official and a poet making Chinese poems who lived in the early Heian period . +1 OTOMO no Makuta ( year of birth unknown - July 5 , 683 ) lived during Japan 's Asuka period . +-1 Yamato school , one of the Kyudo ( Japanese art of archery ) schools , was founded by Kozan MORIKAWA in the early Edo period ( in 1652 ) . +1 Imperial Princess Atsuko ( also known as Junshi ) ( 1158 - June 3 , 1172 ) was a member of the Imperial Family during the end of the Heian period . +-1 Jinshin-koseki is the family register compiled in 1872 based on the Family Registration Law of 1871 . +1 ISE no Taifu ( also known as Osuke ) ( ca . 989 - ca . 1060 ) was a lady poet in the mid-Heian period . +-1 Ogumo is a gigantic spider monster which appears in Japanese Kaidan ( ghost stories ) , essays , folk material and so on . +1 Kawatabime is considered to have been a wife of Emperor Suizei and a mother of Emperor Annei . +-1 Chingokokka refers to a government policy to stabilize internal affairs using Buddhism or a thought that Buddhism has power to protect and stabilize a country . +1 Magozaemon SUEYOSHI ( 1570 to May 1 , 1617 ) was a great merchant in Osaka who was very active in Shuinsen Boeki ( trading by ships with a shogunal charter for foreign trade ) during the early Edo period . +1 Ihaku HONO shonin ( St. Ihaku HONO ) VI was the second son of Tadayoshi TORII , a vessel of the Tokugawa family , and an elder brother of Mototada TORII , busho ( military commander ) in the Sengoku period ( the period of Warring State ) . +-1 Shakazan Daibodai-ji Temple is the Agon Sect main temple located in Yamashina Ward , Kyoto City , Kyoto Prefecture . +1 Jogakuso refers to a quota system for Buddhist priests under the " kodai ritsuryosei " ( ancient East Asian system of centralized governance ) , or priests themselves under this system . +-1 Shugo was a samurai office in Japan 's Kamakura and Muromachi bakufu ( Japanese feudal government headed by a shogun ) , and was a military commander and administrative official placed in each ryoseikoku ( province ) . +1 Nobutaka HIGUCHI ( February 8 , 1600 – August 18 , 1658 ) was a court noble of the early Edo period . +-1 Kamikaze ( also called as Kamukaze and Shinpu ) was Shinto vocabulary . +-1 The term ' Zipangu ' refers to an old name of an island which was said to be Japan in Europe . +-1 Hosshinshu ( Tales of Awakening ) is a collection of Buddhist tales compiled in the early Kamakura period . +-1 Located in Goken-cho , Higashiyama Ward , Kyoto City , Kyoto Prefecture , Sanjo Station is a station owned by Keihan Electric Railway ( KER ) . +1 TAJIHI no Shima ( 624-September 2 , 701 ) was a noble in the Asuka period . +1 FUJIWARA no Junshi ( or Nobuko ) ( 957 - June 27 , 1017 ) , who lived in the mid-Heian period , was the first daughter of Kanpaku ( chief advisor to the Emperor ) FUJIWARA no Yoritada . +-1 Saginomori-jinja Shrine is a shrine , that is located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +-1 The Central Negotiation Committee is parliamentary group ( April 23 , 1892 - March 1 , 1893 ) during Meiji Period . +-1 The term " Seisei taishogun " is a general who was nominated by the Emperor ( Imperial court ) in the Heian period in order to conquer Kyushu region . +1 Saneharu SAIONJI ( 1601 to February 27 , 1673 ) was a kugyo ( high court noble ) in Edo period . +1 Taigaku Shusu ( 1345 - October 27 , 1423 ) was a priest of the Rinzai Sect of Buddhism from the period of the Northern and Southern Courts ( Japan ) to the middle of the Muromachi period . +1 FUJIWARA no Tadamichi ( February 19 , 1097 - March 20 , 1164 ) served as regent , chief advisor to the Emperor , and Grand Minister in the later part of the Heian period . +-1 The name ' Sansenke ' refers to the Omotesenke , Urasenke , and Mushanokojisenke schools of the Japanese tea ceremony . +1 KOSE no Kanaoka ( date of birth and death unknown ) was a kyutei gaka ( a court painter ) during the early Heian period . +1 FUJIWARA no Otomuro ( 760 - April 28 , 790 ) was an Empress in the late Nara period . +1 Hirotoyo SHIBAYAMA ( March 30 , 1674 to March 19 , 1723 ) was a court noble ( high court noble ) in Edo period . +-1 Tsuzura ( wicker clothes hamper ) is originally a kind of basket with a lid and is woven out of Tsuzurafuji ( Sinomenium acutum , another name is Otuzurafuji ) vines . +1 ONO no Azumahito ( year of birth unknown - December 7 , 742 ) was a warrior during the Nara Period . +-1 Gojo-dori Street is one of the major east-west streets in Kyoto City . +-1 The Kanno Disturbance was a power struggle within the Muromachi bakufu ( Japanese feudal government headed by a shogun ) that reached its height during the Kanno era from 1350 to 1352 of the Northern and Southern Court period . +1 FUJIWARA no Yukitsune ( 1012 - November 30 , 1050 ) was a court noble and calligrapher who lived during the mid-Heian period . +-1 Rokumei-kan Pavilion is a place of social interaction built by the Meiji Government in order to receive diplomats and international guests of honor . +1 Kio ( also pronounced as Kiso ) WATANABE ( year of birth unknown - 1180 ) was a busho ( Japanese military commander ) during the late Heian period . +-1 Giso was a warehouse which was constructed in important domestic places to store rice and other grain in case of natural disasters and famine , and the grain in stock was collected from ordinary people or acquired using the cash contributions by the rich . +-1 Hokongo-in Temple is a temple of Ritsu Sect located in Hanazono , Ukyo-ku Ward , Kyoto City , Kyoto Prefecture . +1 Yushi Naishinno-ke no Kii ( Kii of Princess Yushi 's Household , year of birth and death unknown ) was a poetess during the cloistered government period of the Heian period , and a lady-in-waiting to the Imperial Princess Yushi , the daughter of the Emperor Gosuzaku . +-1 The Shijo family belonged to the court nobility and had a family status of Urin . +1 FUJIWARA no Yoshikado ( years of birth and death not known ) was a noble and retainer of Imperial Court who lived in the beginning of the Heian Period . +1 Nagatoshi ODA +1 KURATSUKURI no Fukuri ( year of birth and death unknown ) was an interpreter in the Asuka period . +-1 The Tsutsui clan was Sengoku daimyo ( Japanese territorial lord in the Sengoku period ) of Yamato Province in the Sengoku Period ( Period of Warring States ) . +-1 Kamigata Bunka is a culture cultivated in Kamigata centered in Osaka and Kyoto . +-1 Tada Genji is the name of the line which originated from MINAMOTO no Mitsunaka ( Mitsunaka TADA ) among Seiwa-Genji ( Minamoto clan ) branches and was based in Tada . +-1 Kuzen was an informal form of official document that came into use from the mid Heian period -- which was used by shikiji ( administrative assistant ) at kurodo dokoro ( the Office of Imperial Household Logistics ) ( shikiji kurodo , kurodo no to - Head Chamberlain ) or goi no kurodo ( Chamberlain of the Fifth Rank ) in transcribing the verbally received emperor 's edict for conveying it to shokei ( high-ranking court noble ) at Daijokan ( Grand Council of State ) . +-1 Shiki no Mizukakinomiya was the palace of Emperor Sujin 's dynasty as recorded in the Rikkokushi ( Japan 's six national chronicles of the seventh and eighth century ) . +1 TAIRA no Yoshimasa ( year of birth and death unknown ) was a busho ( Japanese military commander ) who lived during the mid Heian period . +-1 Mibu Roshi , or Seichu Roshi , is a predecessor of the Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +-1 Shokokumaki is a farm developed and controlled by Hyobusho ( ministry of military ) in ancient Japan , which mainly provided war-horses , horses presented to nobles and ekiden ( ekiba ( horses for transportation of official travelers ) and post horse ) . +-1 Kanpyo no chi is the name of the rule by Emperor Uda in the mid-Heian Period ( late 9th century ) which was largely regarded as ideal . +1 Kiyonaga KANZE ( died 1842 ) was a Noh actor who played shite-kata ( main roles ) in the Kanze school . +-1 The ' Ama no Murakumo no Tsurugi ' ( also called ' Ame no Murakumo no Tsurugi ' , translated literally as , " Sword of the Gathering Clouds of Heaven ) is one of the ' Sanshu no Jingi ' ( the Three Imperial Regalia ) and a ' shintai ' ( an object of worship housed in a Shinto shrine and believed to contain the spirit of a deity ) of the Atsuta-jingu Shrine . +-1 Hokokamai refers to a kind of punishment for samurai warriors during the Edo period , which was the circular letter that was issued to vassal deserters or forfeiters of rank by feudal lords . +1 Insho DOMOTO ( December 25 , 1891 - September 5 , 1975 ) was a Japanese-style painting artist . +-1 Nanbanboeki indicates trade that was carried on between merchants in Japan and those in Spain or Portugal during the era from around the middle of sixteenth century to the early seventeenth century . +-1 The Boshin War from 1868 to 1869 was a civil war in Japan in which the new Meiji government , brought about by the restoration of the Japanese monarchy , eradicated the power of the Edo Shogunate . +1 Masasuke ABE ( January 13 , 1725 – August 13 , 1769 ) was a daimyo ( a feudal lord ) and a roju ( a member of the shogun 's council of elders ) during the Edo period . +-1 Ryo served as a weight unit in the traditional East Asian system of weights and measures , and also served as a currency unit in Japan and in China ; in Japan , the unit of gold coins in the early modern ages , and in China , the unit of hyoryo ginka ( silver coin used as currency by weight ) . +1 Empress Gensho ( 680 – May 22 , 748 ) was the forty-fourth emperor of Japan ( empress regnant who reigned from October 3 , 715 , to March 3 , 724 ) , who lived in the Nara period . +-1 " Azukaridokoro " ( also Azukesho , Azugasso , Azukarisho ) was a deputy position the medieval Shoen manor , and integrally controlled it with the official appointment of honjo ( proprietor or guarantor of a manor ) . +1 " Gobancho Yugiriro " ( A House in the Quarter ) is a representative work of Tsutomu MIZUKAMI , based on arson of Kinkaku-ji Temple in 1950 and the author 's experience . +-1 Owada no tomari refers to the port which existed in Hyogo ward , Kobe city , Hyogo Prefecture and corresponds to a part of current Kobe port west side . +-1 Munakata-jinja Shrine is a shrine located in the Kyoto Gyoen National Garden , Kamigyo Ward , Kyoto City , Kyoto Prefecture . +-1 Dachin-uma kasegi refers to an occupation in Japan before modern times that engaged in the transportation of freight and people by carrying them on horseback . +-1 Jojakko-ji Temple is a Buddhist temple belonging to the Nichiren Sect located in Sagano , Kyoto City , Kyoto Prefecture . +-1 Summary +1 Ujitoki OTOMO ( Birth date unknown - April 8 , 1368 ) was a Shugo Daimyo ( feudal lord ) in the period of the Northern and Southern Courts of Japan . +1 Tsunehisa OINOMIKADO ( November 1 , 1781 - August 8 , 1859 ) was Kugyo ( a Court Noble ) in the late Edo period . +1 Randai NAKAMURA ( male , 1856 - November 1915 ) was a Japanese tenkoku artist ( a carver using a special chinese character ) . +-1 Hokke-ji Temple is a temple of Komyo sect in Hokkeji-cho , Nara City , Nara Prefecture . +1 Tetsuya YAMAMOTO ( March 21 , 1966 - ) is a Noh actor of Okura ryu Otsuzumi kata ( a knee-drum player of the Okura school ) . +1 Toshio IHARA ( May 24 , 1870 - July 26 , 1941 ) was a dramatic critic and playwright . +1 Sogi ( 1421 - September 1 , 1502 ) was a renga ( linked-verse ) poet of the Muromachi period . +-1 Kyogi Karuta is a game using the karuta ( Japanese card game ) of Hyakunin Isshu ( one hundred poems by one hundred poets ) and played by the rule established by All-Japan Karuta Association . +-1 Musuhi , a concept embraced in Shinto , refers to a spiritual influence that produces all the things in the universe and helps them develop and complete their cycle . +-1 Enko-ji Temple is a Rinzai Sect Buddhist temple located in Ichijoji , Sakyo Ward , Kyoto City . +-1 Multiple parallel fermentation ( " 並行複発酵 " ) is a type of fermentation that takes place in the sake brewing process , meaning that saccharification ( the conversion of starch into glucose by koji enzyme ) and fermentation ( the conversion of glucose into alcohol by yeast ) occur simultaneously in the same container . +1 The first Genzo SHIMAZU ( June 25 , 1839-December 8 , 1894 ) is the founder of Shimadzu Corporation and a Japanese inventor . +-1 Ekitei-Shi is a government office in charge of transportation and communication , formed on June 11 , 1868 . +-1 " Sangaku-shinko faith " is a faith worshipping mountains as being sacred . +-1 Ukontaku ( also called Ukintaku ) refers to a engraved print which is as black as a crow feather . +-1 The term " Karaage " refers to a method of food preparation using frying oil , or the food that is prepared using this method . +-1 Manjuji-dori Street is a street running east-west through Kyoto City . +-1 The Yanagawa Ikken was an incident in which Yoshinari SO , the lord of the Tsushima Domain , and his chief retainer Shigeoki YANAGAWA confronted each other over forgery of the sovereign 's message exchanged between Japan and Joseon Dynasty in the early Edo period . +1 Dohachi NINAMI ( 1782 - 1855 ) was a ceramic artist in the late Edo period . +1 MINAMOTO no Tsunesuke ( year of birth unknown-November 1 , 1039 ) was a government official in the mid-Heian period . +-1 The term " Bunjin " refers to a type of people in traditional society in China and ' an educated person who is good at literature . ' +1 Shinbutsu ( March 17 , 1209 - April 13 , 1258 ) was a Pure Land Sect Buddhist priest in the mid-Kamakura period . +1 Aketatsu no o was a member of the Imperial family , who appeared in " Kojiki " ( The Records of Ancient Matters ) . +-1 Rienjo is a document for confirming a divorce that was issued by a husband to his wife ( or his wife 's father or brother ) during the Edo period . +1 Hi was one of the empress 's title in Kokyu palace ( which is an imperial harem including the empress 's residence ) . +-1 Cloistered Imperial Prince Joe Hosshinno ( 1164 - April 26 , 1203 ) was a Cloistered Imperial Prince of the end of Heian period to the early Kamakura period . +1 Saneyosi OGIMACHISANJO ( December 8 , 1798 - July 13 , 1820 ) was a kogyo ( court noble ) during the late Edo period . +-1 A Tokusei uprising is a type of peasant uprising . +1 Gensho UMEWAKA is one of the professional Noh actor names of the Umewaka Family , a branch of one of shite-kata ( main role ) schools of Noh , or Kanze School . +-1 Komatsubara Honan is an incident that Nichiren was assaulted and injured in Komatsubara ( present-day Kamogawa City , Chiba Prefecture ) . +-1 Oeyama Mine is a nickel mine where digging was conducted at the northwestern foot of Mt . Oe in Yosano-cho ( the former Kaya-cho ) , Yosa-gun , Kyoto Prefecture . +-1 The Ryogaemachi-dori Street is a street running north-south through Kyoto city . +-1 Iwanaga-hime is a goddess that appears in Japanese Mythology ( Shinto religion ) . +-1 Ujigami-jinja Shrine is a Shinto shrine located in Uji City , Kyoto Prefecture . +-1 Haimyo is originally synonymous with Haigo ( the pen name of a haiku poet ) , but it was used as follows in the field of public entertainment after the mid Edo period : +1 ONONOBE no Ogoto ( the date of birth and death are unknown ) was a member of a Gozoku ( powerful family ) in the early part of the sixth century ( the period between Emperor Ninken and Emperor Ankan ) . +1 Imperial Princess Takako ( November 4 , 1650 - August 4 , 1725 ) was a member of the Imperial family during the Edo period . +1 AWATA no Mahito ( year of birth unknown - February 28 , 719 ) is a court noble from the latter half of the Asuka period through until the Nara period . +1 Mumyo Zoshi ( Story Without a Name ) is a classic from the early Kamakura Period , and the oldest critique of literature in Japan . +-1 Chabu ( chabudai ) , also known as Shippoku , is a Chinese-style table . +-1 Senko-ji Temple is an Obaku Sect temple in Nishikyo Ward , Kyoto City , Kyoto Prefecture . +1 TAIRA no Nobukane ( year of birth and death unknown ) was a busho ( Japanese military commander ) who lived at the end of Heian period . +-1 Oie-sodo is a term denoting family squabble within feudal lord households in the Edo Period . +-1 Oe was an appellation and title for powerful Imperial Princes , used in Wa ( ancient Japan ) from the first half of the 6th century to the middle of the 7th century . +-1 Naisenshi was an institution belonging to Kunaisho ( Ministry of the Sovereign 's Household ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 Horinden is the abbreviated name for Daito Shoshu Sohonzan Sokokei Horinden , a historical account of Zen Buddhism that was established in 801 . +-1 Furu-utsubo or Utsubo is a Japanese yokai ( ghosts , spirits and monsters ) portrayed in Sekien TORIYAMA 's yokai art collection book named " Hyakki Tsurezure Bukuro " ( The Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +-1 The Miyoshi is one of clans in Japan . +-1 Located in Joyo City of Kyoto Prefecture , Kutsukawa Station is a stop on the Kintetsu Kyoto Line of the Kintetsu Corporation . +-1 Momodayu ( also called Hyakudayu ) is a deity in a folk belief . +-1 Heinobunri indicates the disarming of the classes pushed forward during the period from the Azuchi-Momoyama through Edo periods except for the samurai ( warrior ) class . +-1 " Minamikannon yama " is one of " yamahoko " ( decorative floats ) parading in Gion festival in Kyoto on July 17 every year . +-1 The term " yorishiro " refers to an object that divine spirits are drawn or summoned to , and it denotes a shintai ( an object believed to contain the spirit of a deity ) or sometimes a shrine precincts . +-1 Japanese missions to Tang China were diplomatic missions sent to Tang China by Japan , as described in the " Old Book of Tang " and the " New Book of Tang . " +-1 Kamigamo Mingei Kyodan ( Kamigamo Folk Craft Association ) was a craft center for the Mingei ( National Art ) Movement , which was located in Kamigamo , Kyoto City . +-1 Rikyu Hachiman-gu Shrine is a Shinto shrine located in Oyamazaki-cho , Otokuni-gun , Kyoto Prefecture . +1 Toshiyuki SAITOU ( February 2 , 1822 - May 26 , 1881 ) was the Karo ( chief retainer ) of Tosa Domain in the end of Edo Period . +1 Kiyoshi KATAYAMA ( December 23 , 1964 - ) is a Noh actor of the Kanze school of shite-kata ( lead actors ) . +-1 " Chunagon " ( vice-councilor of state ) is a post ranking below Dainagon ( chief councilor of state ) in the Daijokan ( Grand Council of State ) , the highest organ in the Imperial Court , and is Ryoge no kan ( class outside of the Ritsuryo system ) , corresponding to Suke ( assistant director ) in the Shitokan ( four classifications of bureaucrats ' ranks ) . +1 Totaro UMEGATANI ( March 16 , 1845 - June 15 , 1928 ) is the fifteenth yokozuna ( sumo grand champion ) of the grand sumo tournament . +1 Einosuke MORIYAMA ( also referred to as Takichiro MORIYAMA , July 10 , 1820 - 1871 ) was a Japanese interpreter in the Edo period . +-1 " Seiobo " is a Noh play ( classical Japanese dance theater ) . +-1 Omizo jinya was a regional government office of the Omizo Domain located in Takashimakatsuno , Takashima City , Shiga Prefecture ( Takashima County , Omi Province ) . +1 Yachiyo tayu was Shimabara tayu ( the highest-ranking geisha in Shimabara , a geisha district in Kyoto ) , whose birth date was June 15 , 1635 , and death date is unknown . +-1 Koya-dofu ( freeze-dried bean curd ) is a food made of preserved tofu . +1 Yoshinori SHIBUKAWA ( 1838 - 1904 ) was an astronomer from the end of Edo period to the Meiji era . +1 FUJIWARA no Tabino ( year of birth and death unknown ) was a daughter of FUJIWARA no Fuhito and her mother was Agata no INUKAI no Michiyo . +-1 Hitotsumono is a Buddhism or Shinto ritual / event held in festivals or gatherings in shrines and temples . +1 The Taijoko is the honorary title given to a retired emperor or empress in his or her life . +1 Masanari INABA ( 1571 - October 14 , 1628 ) was a military commander during the Period of Warring States and the Edo period . +1 Watsuji Rinrigaku is the name of the ethical theory developed by Tetsuro WATSUJI . +1 FUJIWARA no Michimoto ( 1090 - November 29 , 1148 ) was a nobleman during the late Heian period . +1 Seika YAMAGA ( March 12 , 1885-June 26 , 1981 ) was a Dyeing and Weaving artisan . +-1 Hekiunso , located near Nanzen-ji Temple in Kyoto City , is a Sukiya-zukuri style ( built in the style of a tea- ceremony house ) villa that was constructed by a Japanese businessman Tokushichi NOMURA , the second during the period from the Taisho ( 1912 - 1926 ) to the Showa ( 1926 - 1989 ) periods . +1 Mitsukane ASHIKAGA , ( 1378 - September 1st , 1409 ) was a busho ( Japanese military commander ) in mid Muromachi period . +-1 This section shows the list of the official town names in the Ukyo Ward and summarizes the period and process of their establishment . +-1 Homekotoba refers to words of praise to be uttered or shouted to applaud playactors of Kabuki play on stage . +-1 Jakko-in Temple is a Tendai Sect Buddhist temple located in Ohara , Sakyo Ward , Kyoto City . +1 Ningai ( 951 - June 22 , 1046 ) was a Shingon Sect Buddhist monk who lived during the mid-Heian period . +-1 Shufuku-ji Temple is a Buddhist temple belonging to the Nichiren Shoshu Sect located in Ide-cho , Tsuzuki-gun , Kyoto Prefecture but now serves as the residence for Shoshinkai monks . +-1 Buddhist altar fittings are defined as special tools or accessories which are used by clergymen , such as Buddhist monks , on the occasion of Buddhist rituals and they are different from daily necessities . +1 Cloistered Imperial Prince Kakukai ( 1134 - December 23 , 1181 ) was a Buddhist monk of Tendai Sect in the late Heian period . +1 Bunzo OTSUKI ( September 25 , 1942 - ) is a Noh actor of the Kanze school of shite-kata ( lead actors ) . +-1 Koi-nobori was originally a Japanese custom that started among samurai families in the Edo period . +-1 The Kyogoku clan is a house of Samurai in Japan . +-1 Ninkan ( birth date unknown - 1114 ) was the founder of the Tachikawa School ( Esoteric Buddhism ) . +-1 Chogaku-ji Temple is a temple of the Koyasan Shingon sect located in Yanagimoto-cho , Tenri City , Nara Prefecture . +1 TACHIBANA no Mototo ( year of birth and death unknown ) was a government official ( one of low to medium rank ) and a kajin ( waka poet ) who lived in the mid Heian Period . +1 Tamekazu SAWA ( 1812-1889 ) was Kugyo ( a Court noble ) who lived from the end of the Edo period to the beginning of the Meiji period . +-1 Datsua Nyuo ( Leave Asia , enter Europe ) is a Japanese slogan or thought that ' Japan should get out of Asia which belongs to the Third World , and catch up with European powers . ' +1 Tsunaeda KUTSUKI was the eleventh lord of the Fukuchiyama Domain in Tanba Province . +1 Wakamiya +1 Imperial Prince Niitabe ( year of birth unknown - October 24 , 735 ) was the tenth son of the Emperor Tenmu . +1 Tessai TOMIOKA ( January 25 , 1837 - December 31 , 1924 ) was a literati painter and Confucianist during the Meiji and Taisho Periods . +-1 Sasakiyama gimi , or Sasakiyama no kimi ( 沙沙貴山君 ) , was one of the powerful families in ancient times . +-1 Otsu-bugyo ( Otsu magistrate ) is a post created in Otsu domain of Omi Province ( present-day Otsu City , Shiga Prefecture ) in the Middle Ages . +1 Monk-Imperial Prince Joson ( date of birth and death unknown ) was the Monk-Imperial Prince from the latter half of the Kamakura period to the period of the Northern and Southern Courts . +1 Masatada OKOCHI ( May 27 , 1844 - June 2 , 1901 ) was the ninth and the last lord of Otaki Domain in Kazusa Province , who lived during the end of the Edo Period . +-1 The Osamebarai Meisaicho ( tribute register ) was a register document that was sent each year by regional magistrate offices to the settlements department of the Edo shogunate . +1 Sueharu SANJO ( Novemeber 28 , 1733 - January 11 , 1782 ) was kugyo ( court noble ) in the middle of the Edo period . +1 Kageaki KAWAMURA ( April 8 , 1850 - April 28 ) was a military man of Japan and a peerage . +-1 Yamadagawa Station , located at 3-1 , Koaza Shimogawara , Oaza Yamada , Seika-cho , Soraku-gun , Kyoto Prefecture , is a railway facility on the Kintetsu Kyoto Line , which is operated by the Kintetsu Corporation . +1 TOYO no Tokiyoshi ( July 14,1873 - April 24 , 1951 ) was gagakushi ( court musician ) and the member of the Japan Art Academy . +-1 Daimyo-ji Temple is a temple of the Nichiren sect , located in Nishikyo Ward , Kyoto City . +-1 Zuishin-in Temple ( it is also pronounced Zuishin-nin Temple ) is the Daihonzan ( head temple ) of the Zentsuji School of the Shingon Sect located in Ono , Yamashina Ward , Kyoto City . +1 Yoshifuji KIRA ( dates of birth and death unknown ) was a busho ( Japanese military commander ) in the Muromachi period . +-1 The Ano-shu Guild is a group of craftspeople who installed stone walls , mainly of temples and castles during the Shokuho era ( Azuchi-Momoyama Period ) . +1 Tsuruzo NAKAMURA is a hereditary name of a line of traditional Japanese Kabuki drama actors . +1 Joshi KOKUSHI ( date of birth unknown - January 14 , 690 ) was a Baekje general . +-1 Misozuke is vegetable , meat , or fish pickled in miso paste ( bean paste ) . +-1 Tashidaka no sei ( Tashidaka system ) refers to an act enforced by Yoshimune TOKUGAWA in July 1723 . +-1 The Mimurodo family ( pronunciation ' Mimuroto ' is a recording error ) held the court noble family rank of Meike . +-1 Hanazono Station , located in Hanazono Teranouchi-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Sanin Main Line ( Sagano Line ) , which is operated by the West Japan Railway Company ( JR West ) . +1 TACHIBANA no Michisada ( year of birth unknown - May 24 , 1016 ) was a bureaucrat , who lived during the mid-Heian Period . +1 Gakyo ( date birth is not known - February 8 , 1013 ) was a Buddhist monk of Shingon Sect in the mid-Heian period . +1 The Shishinden Hall was a main hall where ceremonies like the Emperor 's genpuku ( attaining manhood ) , investiture of the Crown Prince , and Sechi-e ( seasonal court banquets ) were held , in the Imperial Palace which was the Emperor 's private place . +1 Kosho ( 1534 - 1621 ) was a busshi living from the Azuchi-momoyama period to the early Edo period . +-1 Udaijin was one of the positioins in Daijokan ( Grand Council of State ) , which was the highest body in the organization of the imperial court . +1 Yoji SUGIYAMA ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group ) which was the forerunner of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +1 Tetsugoro ITO ( 1840 - June 20 , 1868 ? ) from Kyoto , Yamashiro Province , was a member of the Shinsengumi . +-1 Kyoto Sanga F.C. ( 京都サンガF.C. ) is a professional football ( soccer ) club which is based in Kyoto City , Japan , and is affiliated with the Japan Professional Football League ( J. League for short ) . +1 MINAMOTO no Toshikata ( 959 - July 25 , 1027 ) was a retainer of the Imperial Court during the mid-Heian period . +-1 Jigatachigyo was the administrative form during Edo period that Seii Taishogun ( literally , " great general who subdues the barbarians " ) or a lord of domain gave chigyo ( enfeoffment , or the right to direct control of a certain asset ) in the form of shoryo ( territory ) including the peasants living there to their vassals as a stipend and made them control it . +-1 Kujigata-osadamegaki were the fundamental codes in the Edo bakufu ( Japanese feudal government headed by a shogun ) . +1 Hachijonomiya Imperial Prince Toshihito ( February 3 , 1579 - May 29 , 1629 ) was a member of the imperial family who lived from the Sengoku Period ( Period of Warring States ) to the early Edo period . +1 Tsunaie DODO ( c . 1548 - 1609 ) was a military commander in the period ranging from the period of warring states to the Edo period . +-1 The ossokata refers a lawsuit body of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) and the Muromachi bakufu . +1 Shinseki koka is when a member of the Imperial Family leaves their position and becomes a common subject giving up their nobility status , after given a new surname . +-1 Shoku ( or Nishiyama , 1177 - December 31 , 1247 ) was the founder of the Seizan Jodo sect , Seizan Zenrin-ji School of the Jodo sect and Seizan Fukakusa School of the Jodo sect . +1 Nakatoki HOJO ( 1306- June 29 , 1333 ) was a Rokuhara Commissioner during the latter stages of the Kamakura shogunate ( Northern side ) . +-1 Curry ( Curry in English ) is a dish in which vegetables and meat are cooked with several spices . +-1 The term Daisenno means the system of paying kuji ( public service ) , nengu ( tribute ) , and / or jishi ( land tax ) in cash , instead of in kind , that was introduced in medieval Japan at the shoen ( manor ) , kokugaryo ( territories governed by provincial government office ) , and / or bukeryo ( territories of samurai family ) . +1 Chikatomo YUKI ( year of birth unknown - 1347 ) was a busho ( Japanese military commander ) from the Kamakura Period through he period of the Northern and Southern Courts . +-1 Hashihime is a lady , ogress or goddess who appears in legends about bridges . +-1 In a broad sense , dogo refers to ' specific small local clans ' as opposed to large regional clans which control wide territories . +1 Eisuke OKUZAWA ( the date of birth unknown - July 8 , 1864 ) was a member of Shinsengumi . +-1 " Tannisho " ( Notes Lamenting Deviations ) is a Buddhist book written in the later Kamakura period . +-1 Konpuku-ji Temple is a Buddhist temple belonging to the Nanzen-ji school of Rinzai Sect located in Ichijoji , Sakyo Ward , Kyoto City . +1 Takakage KYOGOKU ( 1811 - September 2 , 1863 ) was the 10th hereditary domain head of the Mineyama Domain in Tango Province . +-1 " Jujubibasharon " is a treatise on Buddhism in 17 volumes . +1 Imperial Prince Atsumichi ( 981 - November 20 , 1007 ) was kajin ( waka poet ) from the Imperial Family during the middle of the Heian period . +-1 Junsatsushi ( a circuit-riding inspector or investigating commissioner ) was a government official title which originated in the Tang Dynasty of China . +-1 Mangan refers to completion of the period determined to be spent praying for Shinto or Buddhist deities or to practice asceticism . +1 TAIRA no Kanemori ( date of birth unknown -January 21 , 991 ) was a poet who lived in the mid-Heian period . +-1 Kaki furai is a type of fried food . +-1 Shokado bento is a meal in a box , whose inside is divided into sections in a cross pattern and has a lid with high sides . +-1 " Izanagi " is a male god who appears in Japanese mythology . +1 Tokushi Yoron ( Lessons from History ) is a political history of Japan and historical essay written by Hakuseki ARAI , a scholar and politician of the Edo period . +1 FUJIWARA no Momokawa ( 732 - August 28 , 779 ) was a statesman in the Nara period . +-1 " Kyudo " is a Japanese martial art in which the mind and body are trained through a series of conduct in shooting a Japanese bow and arrow at a target . +-1 Sango ( sango ( literally , " mountain name " ) , which is the title prefixed to the name of a Buddhist temple ) : Benichisan +1 Kanemitsu HIGUCHI ( year of birth unknown - March 22 , 1184 ) was a military commander during the end of the Heian period . +-1 Warosoku is a kind of candle which is a lighting device . +1 Gisho ( 1404-April 13 , 1441 ) was the son of the third seii taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) , Yoshimitsu ASHIKAGA . +1 Mukan Fumon ( 1212 – January 3 , 1292 ) was a Buddhist priest of the Rinzai Sect in the mid-Kamakura Period . +1 Sotoorihime ( or Sotooshihime ) is a woman described as exquisitely beautiful in the Kojiki ( Records of Ancient Matters ) and the Nihonshoki ( Chronicles of Japan ) . +-1 The Funaokayama-gassen ( Battle at Mt . Funaoka ) refers to a battle on September 25 , 1511 , between Takakuni HOSOKAWA along with OUCHI Yoshioki who supported shogun Yoshitane ASHIKAGA and Sumimoto HOSOKAWA who support former shogun Yoshizumi ASHIKAGA . +1 Imperial prince Takayoshi , also pronounced Takanaga ( 1310 - April 7 , 1337 ) was Emperor Godaigo 's Prince . +-1 Hibutsu are Buddhist images that are normally withheld from public view for religious reasons ; they are enshrined in zushi ( miniature shrines in temples ) with the doors closed . +-1 Eight Views of Lake Biwa is a special selection of eight views around Lake Biwa . +1 Sadataka ISE was a ' busho ' ( Japanese military commander ) who lived in the Sengoku period ( period of warring states . +-1 Urayasu no Mai is a type of kagura ( sacred music and dancing performed at shrines ) ( mikomai ( female Shinto dance that the young girls each carry a small baton with bells ) ) . +1 Tanetsuna KUTSUKI ( 1605 - January 13 , 1661 ) was a daimyo ( Japanese feudal lord ) in the early Edo period . +1 Yasuko IKENOBO ( April 18 , 1942 - ) is a Japanese politician . +1 MUNAKATA no Kiyouji ( 宗形 清氏 ) was a member of the Japanese Imperial Family who was the first chief priest of Munakata-taisha Shrine ( Munakata City , Fukuoka Prefecture ) . +1 Imperial Prince Yoyoshi ( as known as Imperial Prince Tokinaga , birth year unknown - October 29 , 1330 ) was a member of the Imperial family during the late Kamakura Period . +-1 Sakamai is rice that is used as a material for sake brewing , mainly for the production of koji ( malted rice ) . +-1 Tazukuri ( also called tatsukuri ) is a dried or cooked product of young anchovies . +-1 Mizore Nabe is a kind of dish cooked in a pot at the table . +-1 Kamigamo is the area from the eastern side of the Kamo-gawa River in Kita Ward , Kyoto City , Kyoto Prefecture to Sakyo Ward . +1 Emperor Gonijo ( March 9 , 1285 - September 10 , 1308 ) was the ninety-fourth Emperor during Kamakura period . ( his reign was from March 3 , 1301to September 10 , 1308 ) +-1 Keihanshin is both a collective name for the cities of Kyoto , Osaka and Kobe , and an area name indicating the main part of the Kinki region centered around these three cities . +-1 Ishibutai-kofun Tumulus is a tumulus in the late Kofun period located in Asuka Village , Nara Prefecture . +1 Imperial Princess Anshi ( Yasuko ) , date of birth unknown - August 22 , 900 , was a member of the Imperial family during the Heian period . +1 The offense and defense in Omi Province were a series of battles between Omi-Genji ( the Minamoto clan ) and Onjo-ji Temple 's armed priests versus Heike ( the Taira family ) during the Jisho-Juei War . +1 Nobuyoshi SAWA ( February 9 , 1836-September 27 , 1873 ) was Kugyo ( high court noble ) in the end of the Edo period and a politician in the Meiji period . +1 Hojo ( years of birth and death unknown ) was a priest of Tang ( ancient China ) in the Nara period . +-1 Kinri Goshuei Sotoku is the post set up to protect the kinri gosho ( Kyoto Imperial Palace ) under the understanding of bakufu ( Japanese feudal government headed by a shogun ) in the end of Edo Period . +1 Meimei no gi is a ceremony for naming an imperial member on the seventh day ( oshichiya ) from his / her birthday . +-1 Keihanna Commemorative Park is located in Seika-cho Town , Soraku-gun County , Kyoto Prefecture +1 FUJIWARA no Akirakeiko ( 829-June 27 , 900 ) was the daughter between FUJIWARA no Yoshifusa and his wife , MINAMOTO no Kiyohime , and nyogo ( a high-ranking lady in the court ( a consort of an emperor ) ) of the Emperor Montoku . +-1 Otagi Nenbutsu-ji Temple is a Buddhist temple belonging to the Tendai Sect located in Sagano , Ukyo Ward , Kyoto City , Kyoto Prefecture . +1 Sofu TESHIGAHARA ( December 17 , 1900 – September 5 , 1979 ) was the founder of the Sogetsuryu school of flower arrangement . +-1 Asukakyomihara-ryo Code is a systematic legal code that was enacted in the second half of the Asuka period in Japan . +1 The word Onna San no Miya can refer to the following : +1 Atsumaro KONOE 1863-1904 was a peer and statesman in the late Meiji Period . +1 Tadayoshi HONGO ( March 11 , 1590 - March 7 , 1631 ) was a military commander in Kyushu from the Azuchi-Momoyama period to the early Edo period . +-1 The Jimyoin family was a Japanese clan ( court nobles ) . +1 Sogon ( 1575 ? -1628 ) was a person from Yi Dynasty Korea . +1 Masayoshi NARUSE was a busho ( Japanese military commander ) who lived in the Sengoku period ( period of Warring States ) . +1 Tojuro SAKATA ( 1647-December 1 , 1709 ) was a kabuki ( traditional drama performed by male actors ) actor in the Edo period . +-1 " Amida-kyo Sutra " ( Sutra of Amida Buddha ) is one of sutras of Mahayama Buddhism . +1 Masanori IKEDA ( January 29 , 1850 - October 7 1907 ) was the eighth ( the last ) lord of the Ikusaka Domain , Bicchu Province . +-1 Gari is ginger thinly sliced and pickled in sweetened vinegar . +-1 " Makino Film Productions " ( established in 1923 - merged in 1924 ) is a Japanese film company which once existed . +-1 The family name of the Taira clan was derived from " TAIRA no Ason , " which was one of the official titles given to a member of the Imperial Family if they became vassals . +1 Kozaburo YOSHIMURA ( September 9 , 1911 – November 7 , 2000 ) was a movie director during the Showa period . +-1 Ashikaga no sho was a shoen ( manor ) that was located in Ashikaga County , Shimotsuke Province ( Ashikaga City , Tochigi Prefecture ) . +1 Tokitsugu YAMASHINA ( June 16 , 1507 - April 7 , 1579 ) was a court noble of Japan , and was promoted from Kura no kami ( Chief of Kuraryo , Bureau of Palace Storehouses ) to Gon Dainagon ( provisional major counselor ) during the Sengoku period ( period of warring states ) . +1 Motosaki KONOE ( September 7 , 1783 - May 30 , 1820 ) was a Court noble who lived during the late Edo period . +1 MINAMOTO no Yoshikado ( year of birth and death unknown ) , who lived during the late Heian Period , was the fourth son of MINAMOTO no Yoshitomo , the head of the Seiwa-Genji clan ( the Minamoto clan originated from Emperor Seiwa ) . +1 Masakazu YAMAMOTO ( 1928 - ) is a performer in the Kanze school of Japanese traditional Noh drama who graduated in 1943 from the former Kozu Middle School ( present day Kozu Municipal High School , Osaka ) . +-1 Makura-kyo ( also referred to as makura-gyo ) is one of the services held immediately after a person 's death to offer sutra chanting to the dead person for the first time . +-1 Zazenwasan is the commentary on the nature and purpose of Zazen in Japanese which used to be written in classical Chinese and the easy explanation to understand for people . +1 Kanzen Choaku is a compound word made up of four characters : 勧 ( kan ) , 善 ( zen ) , 懲 ( cho ) and 悪 ( aku ) and means encouraging good and punishing evil . +-1 " Yuiitsu shinto myoho [ myobo ] yoshu " ( Compendium of the Doctrines of the One-and-Only Shinto ) was written by Kanenobu URABE , but it is supposedly a fake edition made by Kanetomo YOSHIDA , who made a pretext of an ancestor . +-1 A temari ball is a kind of toy that has been around since long ago . +1 Masayuki MAKINO ( 1940 - ) is a Japanese businessperson . +-1 A Sensu or Ogi ( folding fan ) is an implement used to move air by hand like Uchiwa fans , and its frame is several dozens of wooden strips tied together with thread at their ends ( kaname referred to as pivot ) , and when used , a Sensu or Ogi is widely unfolded and waved back and forth to create a cooling airflow . +-1 Ichirei shikon ( one spirit , four souls ) is an idea of Japanese Shintoism in which the mind consists of a spirit called ' naohi ' that is connected with the heaven and four souls . +-1 Unadon , or unagi-donburi , is a Japanese cuisine consisting of boiled rice in a bowl topped with kabayaki ( broiled eel ) and poured tare ( a special sauce for broiled eel ) on it , and as one 's preference , some powdered sansho ( Sichuan pepper ) added on top . +1 Yasukazu YASUBA ( May 14 , 1835 - May 23 , 1899 ) was a bureaucracy and statesman in the early days of modern Japan . +1 Hiroshi YAMAKAWA ( December 4 , 1845 - February 4 , 1898 ) was a feudal retainer of the Aizu clan and a Daisanji ( second to a governor ) of the Tonami domain from the end of Edo Period to Meiji Period . +-1 Jodo Shinshu Shinrankai ( founded in 1958 ) is a new sect of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) Sect . +-1 A tsuijibei is a wall made of rammed earth . +1 Nobunori ODA ( 1599 - February 13 , 1630 ) was daimyo ( a Japanese feudal lord ) who lived during the Edo period . +-1 Miho Naval Air Corps was one of the troops and educational institutions of the Imerpial Japanese Navy . +-1 Ninna-ji Temple is the main temple of the Omuro sect of Shingon Buddhism , located in Omuro , Ukyo Ward , Kyoto City , Kyoto Prefecture . +-1 Kyoto Basin is the name of the basin which is situated in Kyoto Prefecture . +-1 The term " shinshoku " refers to a person who serves god and performs a religious ceremony and clerical work at a shrine of Shinto . +-1 Iwataki Hot Spring is located in Yosano-cho ( former Iwataki-cho ) ( Tango Province ( old province ) ) , Yosa-gun , Kyoto Prefecture . +-1 Kojiruien is a kind of encyclopedia compiled and edited in the Meiji period of Japan , providing many references published by the Meiji period that started in 1868 , to each and every term in it . +1 Shigenari FURUTA was a Japanese warrior who lived during the Sengoku Period ( Period of Warring States ) . +1 Fusasada UESUGI ( 1433 , date of birth unknown - December 4 , 1493 ) was a person in the Muromachi period and the Sengoku period ( period of warring states in Japan ) . +-1 Fudoso warehouse was a warehouse which was sealed after being examined of its degree of sealing by the provincial governor and the local official after the content of shoso ( warehouse ) became full in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Tsunayoshi TOKUGAWA ( February 23 , 1646 - February 19 , 1709 , reigning from 1680 to 1709 ) was the fifth seii taishogun ( literally , " great general who subdues barbarians " ) of the Edo Shogunate . +-1 " Ukemochi no kami " is a god ( Shinto ) appearing in Japanese Mythology . +-1 Onigiri ( rice ball ) is a food , which flavored cooked rice , put fillings , and collectively shaped into triangle , rectangular rounds , or sphere . +1 ASUKABE no Natomaro ( year of birth and death unknown ) is a government official in the Nara Period . +1 Ippei SHIGEYAMA ( June 12 , 1979 - ) is a Kyogen performer and actor ( Kyogen : a genre of the Japanese traditional performing arts - a kind of farce ) . +-1 Makabe Toge is a mountain pass of about 100 meters high , located between Nishi-Maizuru ( West Maizuru ) and Kasa-cho of Maizuru City , Kyoto Prefecture . +1 Hajime TANABE ( 田辺元 ) ( February 3 , 1885 - April 29 , 1962 ) was a Japanese philosopher . +-1 Kanzake is warmed alcoholic beverage . +1 Onna Ninomiya is the second princess of the successive emperors . +1 KO no Moroyo ( year of birth unknown - April 1 , 1351 ) was a Japanese military commander who lived during the period of the Northern and Southern Courts . +-1 Located at Miwa Sakurai City Nara Prefecture , Byodo-ji Temple now belongs to the Soto sect . +1 Princess Atsuko ( also known as Junshi ) ( year of birth and death unknown ) was a member of the Imperial Family during the latter half of the Heian period . +-1 Hafu is the triangular shaped part on the narrow side of kirizuma-zukuri style ( an architectural style with a gabled roof ) or irimoya style ( building with a half-hipped roof ) . +1 FUJIWARA no Sanekane ( 1085 - April 29 , 1112 ) was a retainer of the Imperial Court and composer of Chinese poems near the end of Heian period . +1 " Nochi-kagami " is a history book compiled by the Edo bakufu ( Japanese feudal government headed by a shogun ) which covers the 15 generations of the Muromachi bakufu . +1 Yasutoshi WAKIZAKA ( 1618 - March 11 , 1636 ) was a successor of the Shinano Iida Domain , Shinano Province . +1 Emperor Sakuramachi ( February 8 , 1720 - May 28 , 1750 ) , the 115th Emperor , reigned during the Edo period ( from April 13 , 1735 to June 9 , 1747 ) . +-1 Sando ( the study of mathematics ) was a department for the study of arithmetic and mathematics in the Daigaku-ryo ( Bureau of Education ) under the Ritsuryo system ( a system of centralized government based on the Ritsuryo Code ) in ancient Japan . +1 Michio SAKURAMA ( September 14 , 1897 - May 27 , 1983 ) was a Nohgakushi ( Noh actor ) playing shite ( principal roles ) of Konparu-ryu school . +-1 Fukoku kyohei refers to a policy that makes state economics grow and encourages reinforcement of military forces . +-1 The Ishibashi clan is the name of a samurai family in Japan . +-1 Sakaya-yaku was a tax imposed upon sake breweries in Kyoto by the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +-1 Midoroga-ike Pond ( also called Mizoroga-ike Pond ) is a pond located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +-1 Tokametsuke was one of the physical trainings of Ninja ( a secret agent in feudal Japan highly skilled in stealth and secrecy ) . +-1 Kaijitsu , tsugomori or misoka is the last day of month in the Chinese and Japanese calendars , which are lunisolar calendars . +1 Gyohyo ( 722 - 797 ) was a Buddhist priest who lived in the Nara period . +1 In the world of dynastic poems , " kashu " is a collection of waka ( a traditional Japanese poem of thirty-one syllables ) compiled from personal or family poems . +1 Chiyu ( years of birth and death unknown ) was a priest of Hosso sect of Buddhism ( Japanese equivalent of the Chinese Faxiang sect or Dharma-character school ) , who lived in the Nara period . +1 Moemon ITO ( 1851 or 1852 - year of death unknown ) was a Japanese writer . +1 Nobuyoshi FUJITA ( 1559 - August , 26 , 1616 ) was a military commander from the period of warring states to the first half of the Edo period . +-1 Miyako shichifukujin are stamp places for pilgrims to visit seven deities of good fortune , which consist of seven temples and shrines in Kyoto City , Kyoto Prefecture . +-1 Gakuryo was one of the articles in the ritsuryo codes ( legal codes of the Nara and Heian periods ) . +1 Renin HAIGO ( 1807-1892 ) was a scholar of Japanese classical literature in the late Edo period and the early Meiji period . +-1 Jodo Sanmandala is a term representing the 3 leading types of compositions among the traditional Jodo Mandala ( Pure Land Mandala ) ( or Jodo Henso-zu [ Pictures of Amitabha 's Paradise ] to be precise ) in Japan . +-1 Makimuku Remains ( " 纒向遺跡 " or " 纏向遺跡 " ) is a series of remains located at the north-west foot of Mt . Miwa ( " 三輪山 . " also called Mt . Mimoro , " 御諸山 " or Mt . Mimuro " 三室山 " ) in Sakurai-City , Nara Prefecture , which existed during the period of the last stage of the Yayoi period to the early Tumulus period of ancient Japan . +-1 Mitsugoro BANDO the 8th ( October 19 , 1906 - January 16 , 1975 ) was a kabuki actor . +-1 Amenooshihomimi ( Masakatsuakatsu kachihayahi amenooshihomimi ) is a god ( Shinto ) that appeared in Japanese mythology . +-1 The Japan and Korea Protocol was the treaty which was signed between Japan and the Korean Empire during the Russo-Japan War in 1904 . +-1 The Battle of Ichinotani was a battle at Fukuwara-kyo in Settsu Province on March 27 , 1184 , during the end of the Heian period . +-1 Kyoto University Press is a circle certified by Kyoto University for publishing Kyoto University 's student press " Kyoto University Press " ( commonly known as " Kyodai Press " ) and other related publications . +1 Shimenosuke SANO ( 1836-July 15 , 1867 ) was a Hira Taishi ( Regimental Soldier ) , belonging to Kashitaro ITO 's faction of the Shinsengumi . +1 Shozan ( also known as Zozan ) SAKUMA ( March 22 , 1811 - August 12 , 1864 ) was a Japanese warrior , military strategist , and thinker . +-1 Keihoku Town was a town which existed in Kitakuwada-gun , Kyoto Prefecture until March 31 , 2005 . +-1 Shichijo Omiya Bussho was a Buddhist sculpture workshop that operated in the Heian period . +-1 Arisugawa Station , located in Sagano-kaminoki-cho , Ukyo Ward , Kyoto City , is a stop on the Arashiyama Main Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +1 Unzen KUSHIRO ( 1759-December 31 , 1811 ) was a painter in the literary artist 's style in the late Edo period . +1 Yahei OZAKI ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group ) which was the forerunner of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +-1 Hosokawa clan was a samurai family that prospered between the Kamakura period to the Edo period , the original family name was Genji . +1 TACHIBANA no Kiminari ( 公業 ) ( years of birth and death unknown ) was a busho ( Japanese military commander ) of the Tachibana family from the late Heian period to the early Kamakura period . +1 Kanesue IMADEGAWA ( 1281 - February 25 , 1339 ) was a court noble in the late Kamakura period to the Muromachi period . +-1 Eejanaika is a social phenomenon observed from the end of the Edo period , August 1867 ( 表記の変更 ) to the beginning of the Meiji period , April 1868 ( 表記の変更 ) , starting from Edo and extending to the Shikoku region with the Tokai and Kinki regions as its centers . +-1 The term Shinno-ningoku means provinces to which imperial princes were appointed as kokushi ( provincial governor ) as well as such systems . +1 MINAMOTO no Arihito ( 1103 - March 23 , 1147 ) was a kuge ( Japanese aristocratic class or noble man ) in the late Heian period . +-1 Amenokoyane no Mikoto ( written in kanji as 天児屋命 ) is a god ( Shinto ) that appeared in Japanese mythology . +-1 the Mifa shanshui is a style of Sansui-ga ( Chinese-style landscape painting ) with ink that Futsu BEI and his son Mi Youren , literati painters during Sung dynasty in China , are reported to have started +1 FUJIWARA no Tsugutada ( 727 – August 27 , 796 ) was a courtier from the late Nara period to the early Heian period . +1 Yukimori NIKAIDO ( 1181 - December 30 , 1253 ) was a grandson of Yukimasa NIKAIDO and Mandokoro Shitsuji ( chief of Mandokoro , the Administrative Board ) of the Kamakura bakufu and hyojoshu ( a member of Council of State ) . +1 GAKUIN Ekatsu ( 1357 - March 8 , 1425 ) was a Rinzai sect priest from the period of the Northern and Southern Courts ( Japan ) to the mid Muromachi period . +-1 Jokisen is a brand of Japanese green tea . +-1 List of provinces / San-indo / Tango Province +-1 OK +-1 Injo-ji Temple is a Buddhist Temple belonging to the Koyasan Shingon Sect located in Kamigyo Ward , Kyoto City . +-1 Toriya Misanzai Tumulus is a keyhole-shaped grave mound in Toriya Town , Kashihara City , Nara Prefecture . +-1 The traditional Japanese age system is one method of calculating age . +1 Tsunehide OINOMIKADO ( April 18 , 1711 - December 20 , 1752 ) was Kugyo ( court noble ) in the middle of the Edo period . +-1 Konmeichi no shoji is a tsuitate shoji ( a partitioning screen , which stood between Hirobisashi no futama of Seiryo-den Imperial palace and ue no mitsubone - a kind of room ) . +-1 Marebito is a term in Orikuchiism that refers to a spiritual or deity-like being who visits from the afterworld at a specified time . +1 Akitsugu MIURA ( September 15 , 1834 - March 13 , 1860 ) was a feudal lord ( daimyo ) in Japan during the Edo period . +-1 Yugisho is a method that was mainly used in trials to judge which of the two claimants involved had a just claim . +1 Emperor Anko ( c . 401 - September 24 , 456 ) , who reigned from January 28 , 454 , to September 24 , 456 , was the twentieth Emperor . +-1 Kifune-jinja Shrine ( also known as Kibune-jinja Shrine ) . +-1 The Battle of Gassan Toda-jo Castle was a battle that occurred from 1542 to 1543 and from 1565 to 1566 over Gassan Toda-jo Castle located in Izumo Province ( present-day Yasugi City , Shimane Prefecture ) which was the base of the Amago clan . +1 Norihira TAKATSUKASA ( February 14 , 1609 - November 7 , 1668 ) was a Court noble who lived during the Edo period . +-1 " Omine Okugake-michi ( paths ) " is the road of ascetic practices leading to Kumano Sanzan ( three major shrines , Kumano-Hongu-Taisha Shrine , Kumano-Hayatama-Taisha Shrine and Kumano-Nachi-Taisha Shrine ) and is one of Kumanokodo Road . +-1 The historical museum of Hanazono University was established in Nakagyo Ward , Kyoto City , in 2000 . +1 MINAMOTO no Yorimitsu ( 948 - September 4 , 1021 ) was a military commander during the mid-Heian Period . +-1 A selected intangible cultural property refers to intangible cultural property whose expense related to record , preservation and disclosure is partly subsidized by public funds , except important intangible cultural properties . +1 Hokyo ( years of birth and death unknown ) was a priest in the Nara period . +-1 Chichibu no kuni no miyatsuko ( 知々夫国造 ) was a kuni no miyatsuko , who ruled the west part of Musashi Province . +1 Imperial Prince Kanin-no-miya Naruhito ( February 17 , 1818 – October 20 , 1842 ) was a member of the Imperial family who lived in the Edo period . +1 Genji monogatari taisei ( Comprehensive Study of The Tale of Genji ) is a study of The Tale of Genji written and compiled by Kikan IKEDA , and it mainly dealt with the differences among the various versions of text . +1 Emperor Gohorikawa ( March 22 , 1212 - August 31 , 1234 ) was the eighty sixth Emperor during the Kamakura period ( his reign was from July 29 , 1221 to November 17 , 1232 ) . +-1 Shitokan , also known as Shitokan-sei system , is a term that refers to the fact that core officials of government offices were comprised of people of four ranks under the Ritsuryo system ( a system of centralized government under the Ritsuryo code ) . +1 Tamezumi REIZEI ( 1530 - May 17 , 1578 ) was a court noble and military commander in the Sengoku period ( period of warring states ) and the Azuchi-Momoyama period . +-1 Kongo-ji Temple , a Buddhist temple of the Tenryu-ji school of the Rinzai sect , is located in Kameoka City , Kyoto Prefecture . +1 Kozosu ( birth date unknown – April 1626 ) was born into a samurai family and lived from the Azuchi Momoyama period to the early Edo period , becoming the top joro ( high ranking female servant ) to Kodaiin and later to Hidetada TOKUGAWA . +-1 An osso referred to a suit asking for retrial and so on without taking regular judicial proceedings . +1 Morikazu / Shuichi NUMA ( January 21 , 1844 - May 17 , 1890 ) was a Shogun 's retainer-turned- statesman , and a journalist . +-1 Higaida Otsuka Kofun is an ancient tomb belonging to the Makimuku-kofun Tumuli Cluster in Sakurai City , Nara Prefecture . +-1 Toshiya was an event held as part of of Kyujutsu ( the Japanese classical martial art of shooting an arrow from a bow at a target ) . +-1 Nagahama Biwako Daibutsu ( Great Buddha of Nagahama Biwako ) is the statue of Buddha in Ryochu-ji Temple on Mt . Heian in Nagahama City , Shiga Prefecture . +1 Joko SEGAWA was the pen name of kabuki writers ( that has been passed down ) . +1 " The Ima Monogatari " is a collection of narratives which was compiled in the Kamakura period . +1 Ryozo SHUKUIN ( circa 1821 - January 30 , 1868 ) was a common member of the Miburoshigumi ( Mibu masterless warriors group , which was the forerunner of the Shinsengumi ) and the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +-1 " Kyo-shikki " is a handicraft of lacquerware produced in Kyoto City . +1 Doko ( 1430 - 1527 ) was a Buddhist monk who was the monzeki ( chief priest who is a member of the Imperial Family ) of Shogo-in Temple during the Muromachi period . +1 Ujitane CHIBA ( 1337 June 10 - 1365 September 28 ) is a busho ( Japanese military commander ) in the period of the Northern and Southern Courts ( Japan ) . +-1 The term " Kyoto Ongaku Hakurankai ( Kyoto Music Expo ) " refers to a music festival that has been held annually since 2007 in Umekoji-koen Park , in Kyoto Prefecture . +1 Yoshitada IMAGAWA was a busho ( Japanese military commander ) in the Muromachi period and the Sengoku period ( period of warring states ) . +-1 Kyoshiki refers to a capital administrative agency in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Emperor Kaika ( 208 B.C. – May 21 , 98 B.C. ) is the ninth emperor ( reigned from November 12 , 158 B.C. to May 21 , 98 B.C. ) written in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +1 ABE no Yoritoki ( year of birth unknown - August 28 , 1057 ) was a military commander in the Heian period . +-1 Tsujigahana : The title of a movie that Shochiku Co . , Ltd. released in 1972 , starring Shima IWASHITA +1 Kuwajiro OISHI ( 1838 - November 3 , 1870 ) was a Shoshi shirabeyaku ken kansatsu ( Shinsengumi 's organizational post for investigating movements of the opponents and keeping the Shinsengumi members under control ) . +1 ONO no Oyu ( date of birth unknown - July 17 , 737 ) was a poet and lower to middle-ranked government official of the Nara period . +-1 Minto is the general term of the political parties such as the Liberal Party ( in the Meiji period ) and the Constitutional Progressive Party and so on which promoted the Movement for Democratic Rights in the Meiji Period . +1 Tanyu KANO ( March 7 , 1602 [ January 14 , 1602 by the old calendar ] - November 4 , 1674 [ October 7 , 1674 by the old calendar ] ) was a painter of the Kano School during the Edo Period . +1 Alice Mabel Bacon ( 1858 - May 1 , 1918 ) was an American female educator . +1 KIBI no Yuri ( year of birth unknown - February 17 , 774 ) is a government official in the latter half of the Nara Period . +1 Imperial Prince Fushiminomiya Sadayuki ( July 14 , 1632 - June 10 , 1694 ) was a member of the Imperial family during the early Edo period . +1 AU no Shima ( date of birth and death unknown ) lived in the Asuka period in Japan . +-1 Monjo hakase of Daigaku-ryo ( 大学寮 : an institute for the training of government officials established under ritsuryo-sei [ a system of centralized government based on the ritsuryo codes ] , which belonged to Shikibu-sho [ Ministry in charge of ceremonies in the Nara and Heian periods ] ) was a teacher of kiden-do ( the study of histories , one of the subjects taught at Daigaku-ryo ) , and was ryoge-no-kan ( a government post outside those determined under ritsuryo-sei ) . +-1 Chasen is one of the tea utensils used for preparing powdered green tea in the Japanese tea ceremony . +-1 Important cultural properties are tangible cultural heritage ( such as constructions , buildings and the art craft articles ) in Japan that are designated as being culturally , historically or academically important under the Law for the Protection of Cultural Properties by the Japanese government ( or the Minister of Education , Culture , Sports , Science and Technology ) . +-1 Two 23.5 meter-long beams of Japanese red pine are used to support the roof of Daibutsu-den Hall of Todai-ji Temple ; these two beams were carried from the Shiratori Shrine of Hyuga Province ( Ebino city ) to Todai-ji Temple of Yamato Province by several hundred thousand people in 1704 , and it took them nine months . +1 Michinobu KOGA ( 1487-March 1543 ) was Kugyo ( court noble ) during the late Muromachi period . +1 Kajiro NISHINOUMI ( February 19 , 1855 - November 30 , 1908 ) was sumo wrestler in the middle of the Meiji period . +-1 Kujisen was money paid in place of taxes in kind ( including labor ) as daisenno ( paying dues in cash instead of in kind ; commutation ) for kuji ( public duties ) during Medieval Japan . +1 Fusanosuke KUHARA ( July 12 , 1869-January 29 , 1965 ) was a Japanese businessman and statesman before the war . +1 Shigeru NARAHARA ( June 29 , 1834 - August 13 , 1918 ) was samurai and a government official in Japan . +1 Munetsuna Hatta ( 1086 - October 7 , 1162 ) was a person lived in the late Heian period . +1 Shigeyuki KASUYA ( 1270 - June 29 , 1333 ) was a busho ( Japanese military commander ) during the end of Kamakura period to the early Northern and Southern Courts period ( Japan ) and Shugodai ( the acting Military Governor ) of Hoki Province . +1 FUJIWARA no Suemichi ( year of birth and death unknown ) was a retainer at the Imperial Court and a kajin ( waka , the traditional Japanese poem of thirty-one syllables , poet ) who lived at the end of the Heian Period . +1 Tokihiro HIROSE ( November 6 , 1851- January 30 , 1870 ) was a Hira Taishi ( Regimental Soldier ) or a Corporal of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +1 SANUKI no Naganao ( 783-September 14 , 862 ) was a scholar of law ( Myobo ) in the early Heian period . +1 " Nanto moro-haku " was the general term for several kinds of " soboshu " ( monk 's sake ) produced with " moro-haku " ( sake brewed using polished rice both for the mold-cultivated rice and for the steamed rice ) at temples in Nara ( also called " Nanto " [ southern capital ] ) , which firmly kept its reputation as the sake of the highest quality and grade from the middle of the Heian period to the end of the Muromachi period . +1 Baitei SAITA ( April 6 , 1900 - June 1 , 1981 ) was a Japanese kirikane-shi ( a craftsman of kirikane , a decorative technique used in Buddhist paintings and on wooden statues and for lacquer work and employs gold or silver foil cut into thin strips or minute triangular or square pieces , which are laid on designs and painted in with glue ) . +1 Fuichi or Shinichi HONJO ( 1798 - November 22 , 1846 ) was a rangakui ( a doctor who studied Western sciences by means of the Dutch language ) and literate who opened a medical practice in 本庄宿 ( current Honjo City in Saitama Prefecture ) in the late Edo period . +1 Shikibushoku is one of the departments of the Imperial Household Agency . +-1 Himeii method is one of modern Japanese sake production methods and a kind of high-temperature saccharification method . +1 Reiku ( 1652 - November 4 , 1739 ) was a Tendai Sect priest in the middle of the Edo period . +-1 Tanabata ( Shichiseki ) is one of the days of sekku / sechinichi ( a day of the turn of the season ) in Japan , China , Taiwan , Vietnam , and Korea . +-1 Mizusashi is a tea utensil . +-1 Eisan-ji Temple is a temple of the Hozan School of the Shingon Sect located in Gojo City , Nara Prefecture . +-1 " Awa-manju " is a local sweet of Yanaizu Town , Kawanuma County , Fukushima Prefecture . +1 Engyo ( 799 - March 29 , 852 ) was a monk of Shingon sect in the Heian period . +-1 Japanese cedar pollinosis is a form of hay fever caused by pollen of the Cryptomeria japonica ( Japanese cedar ) tree . +-1 " Sugawara Denju Tenarai Kagami " ( Sugawara 's Secrets of Calligraphy ) ( classic word : 傳授 ) was Gidayu-bushi ( musical narrative of the puppet theatre ) and a program of ningyo joruri ( traditional Japanese puppet theater ) and Kabuki ( traditional drama performed by male actors ) played along with it . +-1 " 松風 " ( Matsukaze ) literally means the wind blowing against the forest of pine trees . +1 MINAMOTO no Mitsuyasu ( 源 光保 : date of birth unknown - 1160 ) was a busho ( Japanese military commander ) , who lived during the late Heian Period . +-1 Juko-in Temple is a sub-temple located within the precinct of Rinzai sect Daihonzan ( Head Temple ) Daitoku-ji Temple in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +1 Kakyo Hyoshiki is the oldest extant Kagakusho written by FUJIWARA no Hamanari . +1 Munezane OINOMIKADO ( 1343-June 21 , 1404 ) was Kugyo ( top court official ) who lived from the period of the Northern and Southern Courts to the Muromachi period . +-1 Nittoboeki ( 日唐貿易 ) is the trade that was carried on between Japan and Tang dynasty China . +-1 Ninigi ( Amenigishi kuninigishi amatsuhiko hiko hononinigi ) is a deity in Japanese mythology . +-1 Higashimuko Station , located in Muko City , Kyoto Prefecture , is a stop on the Hankyu Kyoto Line , which is operated by the Hankyu Railway . +1 Meihosotetsu ( 1277 - May 5 , 1350 ) was a Soto sect Buddhist monk from the late Kamakura period to the period of the Northern and Southern Courts . +-1 Ohara ( the kanji used is 大原 which is pronounced as O-o-ha-ra or O-ha-ra ) is the name of a small-scale basin located in the upstream region of Takano-gawa River ( Kyoto City ) at the western foot of Mt . Hiei in the northeastern part of Sakyo Ward , Kyoto City . +1 Yoshimasa UEMATSU ( December 29 , 1721 - October 5 , 1777 ) was a court noble during the mid Edo period . +-1 Kenrei refers to : +-1 Shiokara is a preserved food made from flesh of seafood , salted mostly with the guts in order to prevent rot , fermented and matured with the aid of enzymes ( an autolyzed enzyme and ones possessed by the internal microorganisms ) . +1 Yoshinobu KIRA , whose birth and death year is unknown , was a busho ( Japanese military commander ) in the Muromachi period . +1 Kyohei NAKAMURA ( July 4 , 1855 - January 21 , 1934 ) is an educator . +-1 Karakuri means a Japanese traditional mechanical doll or miniature , or other mechanical device . +-1 Skeleton woman is a specter described in " Konjaku Gazu Zoku Hyakki " ( Continued Illustrations of the Many Demons Past and Present ) , a collection of specters illustrations , by Sekien TORIYAMA . +-1 Omoikane is a god who appears in the Japanese mythology . +1 Yorimoto HOSOKAWA ( 1343 - June 2 , 1397 ) was a Bakufu Kanrei ( shogunal deputy ) during the Muromachi period . +1 Former samurai Jozan ISHIKAWA ( 1583 – June 18 , 1672 ) was a member of the literati in the early Edo period . +-1 Sagemon is a custom that is passed down in Yanagawa City , Fukuoka Prefecture . +1 FUJIWARA no Motoyori ( 1040 - 1122 ) was a Court noble and Samurai during the late Heian period . +-1 The Ukiyo-e Ruiko is basic material of the art history , collected biographies and backgrounds of ukiyo-e ( Japanese woodblock prints ) artists . +1 Suo NUKINA was a Confucian scholar , calligrapher ; literati painter ( from July 26 , 1778 to June 21 , 1863 ) . +1 Norichika ISSHIKI ( 1419 - December 21 , 1451 ) was a shugo daimyo ( shugo was a Japanese provincial military governor and later it became daimyo , a Japanese feudal lord ) who lived during Muromachi period . +1 NAKAHARA no Chikayoshi ( 1143 - February 1 , 1209 ) was a bunkan gokenin ( civil officer vassal ) who lived in the late Heian period and early Kamakura period . +1 Sokei OHASHI the first ( born in 1555 , birth date unknown - April 6 , 1634 ) was a shogi ( Japanese chess ) player listed as a grand shogi master . +-1 Nihongi Koen was a court function that gave lectures and did research on the national history of Japan or " Nihonshoki " ( Chronicles of Japan ) during the early Heian period . +-1 Kuninotokotachi no Kami is a god appearing in Japanese mythology . +-1 Teibi Yakujo were regulations relating to the control of visitors to Japan which were agreed between the Yi-Dynasty and the So clan in Tsushima in 1547 . +1 Mitsuhiro MATSUDAIRA ( 1674 -October 8 , 1717 ) was fudai daimyo ( a daimyo in hereditary vassal to the Tokugawa family ) during the middle of the Edo Period . +1 Hiroshige UTAGAWA ( 1797 - October 12 , 1858 ) was an Ukiyoe artist . +1 Mokkei ( year of his birth and death unknown ) was a Buddhist Monk in the late 13th century , during the period from the end of Southern Sung dynasty to the early Yuan dynasty . +1 Masakatsu KUSUNOKI was a busho ( Japanese military commander ) in the period of the Northern and Southern Courts ( Japan ) . +-1 Kamitsukenu no kuninomiyatsuko ( also known as Kamitsukenukokuzo , Kamitsuke no kuninomiyatsuko , and Kamitsukenokokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled Kamitsuke Province . +1 Mitsumasa KAMATA ( date of birth unknown - March 23 , 1185 ) was a busho ( Japanese military commander ) who lived during the late Heian period . +-1 Tendon is a bowl of rice topped with pieces of tenpura . +-1 Kamishichiken-dori Street is a street running east-west through Kamigyo Ward in Kyoto City . +1 " The Old Book of Tang " ( Jiu Tangshu or Kutojo in Japanese ) was a book of history compiled by Liu Xu and others under the reign of Shi Chonggui of Later Jin of the Five Dynasties and Ten Kingdoms Period in China . +-1 Murayanimasumifutsuhime-jinja Shrine is a Shinto shrine located in Tawaramoto-cho , Shiki-county , Nara Prefecture . +1 Nichiyu ( year of birth unknown-December 5 , 1606 ) was a monk of Hokke sect from the Azuchi-Momoyama Period through the early Edo period . +-1 Warabite sword is one of the Japanese iron swords . +1 Koreyoshi OUCHI was a busho ( Japanese military commander ) , who lived from the late Heian period to the early Kamakura period . +1 WAKE no Kiyomaro ( 733 - April 4 , 799 ) was a high-ranking official , who lived during the early Heian Period . +-1 Toyouke-bime is one of the gods from Japanese mythology . +-1 The " Otenmon no Hen " ( the Otenmon gate incident ) was a political incident which happened in 866 , in the early Heian period . +-1 " Fuku no kami " is a program of Kyogen ( farce played during a Noh play cycle ) . +1 Doyo SASAKI ( also known as Doyo KYOGOKU ) was a warlord between the end of Kamakura period and the period of the Northern and Southern Courts . +1 Shizen-ei ( poems about nature ) is a term for a type of tanka ( thirty-one syllable poem ) ( also used in reference to haiku ) . +-1 The Naidankata , that functioned from 1344 to 1349 , was a Muromachi bakufu ( Japanese feudal government headed by a shogun ) controlled deliberative organization managing the shomusata ( trial dealing with land-related issues ) . +-1 Toshi , also known as Kanto-onshi , is a messenger dispatched from the Kamakura bakufu ( Japanese feudal government headed by a shogun ) to Imperial Court in Kyoto , to Rokuhara Tandai ( the bakufu deputy in Kyoto ) or to Kanto-moshitsugi ( liaison officer mediating between the bakufu and the Imperial Court ) , etc. and was employed for communication of the bakufu 's opinions of issues of special political importance to Kyoto . +1 Musashi MIYAMOTO ( 1584 ? – June 13 , 1645 ) was a master of the sword during the early Edo period . +1 Daishi is a kind of honorific title in China and in Japan bestowed to priests with high virtue by the Imperial Court , and many of them are okurina ( posthumous names ) . +1 Houyou GOYAMA ( 1824 - 1889 ) was a prominent Japanese calligrapher and composer of Chinese poems in the Meiji period . +1 Tarishihiko was a king of Wa ( Japan ) mentioned in the the article of East Barbarian in Wa , section 46 of the 81st volume in " Suishu " ( the Book of the Sui Dynasty ) . +1 Sajiro HIRATA ( 1842 - 1902 ) is a businessman from Yokkaichi City , Mie Prefecture and the founder of Hirata Boseki ( Hirata Spinning Company ) . +-1 The god Inari is one of the Japanese Shinto gods . +1 Nobuyoshi NAKAYAMA ( 1577 - February 5 , 1642 ) was a Tsukegaro ( Karo [ chief retainer ] assigned directly by the shogun when the sons of the Tokugawa became daimyo ) of the Mito domain . +1 Nagayasu ( Choan ) OKUBO was a military commander in the period of warring states . +1 The Onakatomi clan was a noble family that led religious services at the central government in ancient Japan . +1 Yoshiie UKITA ( year of birth unknown - 1534 ) was a military commander during the Sengoku Period ( Period of Warring States ) ( Japan ) . +1 SAEKI no Imaemishi ( 719 - 17 November 790 ) was a noble who lived in the Nara Period . +1 Risaburo NOMURA ( 1844 - May 6 , 1869 ) was a member of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +1 Narutoshi ( also called Naritoshi ) ANEGAKOJI ( 1505 - 1527 ) was a Court noble who lived during the Sengoku period ( Period of Warring States ) , and also served as the governor of Hida Province . +1 Imperial Prince Kagosaka ( Kagosaka no Miko ; his date of birth is unknown ; he died in February , 201 ) appeared in the " Kojiki " ( The Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) as an Imperial family ( royal family ) during Kofun period ( tumulus period ) of Japan . +1 Ario ( year of birth and death unknown ) was a person who lived in the late Heian era . +1 Miko , also referred to as Oji is the naming of the sons of Kotei or Tenno ( emperor ) . +-1 The Uin ( Council of the Right ) was an administrative body in the early Meiji period . +1 Ginchiyo TACHIBANA ( October 3 , 1569 - November 30 , 1602 ) was a ( Japanese ) woman in the Sengoku period ( period of warring states ) . +-1 Ichiza was the term for the highest seat among court positions at the Imperial Court . +-1 Yashima is a Noh play based on Heike Monogatari ( The tale of the Heike ) . +1 Takamagahara kochihi is a stone monument placed at Kaya University in Goryeong-gun , Gyeongbuk , Korea . +1 Gusai ( also known as Kyusei or Kyuzei , 1283 - 1376 ) was a non-courtier Renga ( linked verse ) master who lived from the end of the Kamakura period into the Northern and Southern Court period . +-1 Shimotsuki kagura is kagura ( sacred music and dance performed at shrines ) that is performed in November ( according to the old lunar calendar ; December through to January of the following year according to the Gregorian calendar ) . +-1 Sanze-isshin Law ( sanze isshin no ho ) is kyaku ( amended laws of Ritsuryo codes ) which was issued on May 29 , 723 during the early Nara period , and the law which allowed a land cultivator to own his land privately for three generations ( or only for his own generation ) in order to encourage to cultivate rice fields . +1 Minu no Okimi ( year of birth unknown - May , 708 ) was one of the Imperial family members of the Asuka period . +1 Yoshikage ASAKURA was a busho ( Japanese military commander ) during the Sengoku period ( period of warring states ) ( Japan ) . +-1 Kudara Kannon is a wooden statue of Kannon Bosatsu ( Buddhist Goddess of Mercy ) which was made during the Asuka period ( from the mid until the late seventh century ) and is owned by Horyu-ji Temple in Ikaruga-cho , Nara Prefecture . +-1 Hoki-ji ( also pronounced as Hokki-ji ) is a temple of the Shotoku sect located at Okamoto , Ikaruga Town , Ikoma County , Nara Prefecture . +1 Yasuhiro WAKISAKA was the fifth lord of the Tatsuno Domain in Harima Province . +-1 Zatsumusata is a term that was used in medieval Japan , referring to civil dispute , suit , and trial except for territory and land tax . +-1 Rozan-ji Temple is a Tendai Buddhist temple located in Kamigyo Ward , Kyoto City . +1 Emperor Nakamikado ( January 14 , 1702 - May 10 , 1737 ) , his reign was From July 27 , 1709 to April 13 , 1735 , he was the hundred fourteenth Emperor during Edo period . +1 Yoshimochi ASHIKAGA was the fourth shogun of Muromachi Shogunate . +-1 The Three Mountains of Yamato is the generic name for the three mountains that tower high over the southern area of the Nara Basin in Nara Prefecture ( former Yamato Province ) and around Asuka . +1 " Koto " is a novel written by Yasunari KAWABATA between 1950 and 1955 . +-1 The Sagano Sightseeing Tram runs along the Sagano Scenic Railway between Saga Torokko Station ( Ukyo Ward , Kyoto City , Kyoto Prefecture ) and Kameoka Torokko Station ( Kameoka City , Kyoto Prefecture ) . +1 Haikai is a form of Japanese literature ( or a work of haikai ) that generally flourished during the Edo period . +1 Kinuyo TANAKA ( December 29 , 1909 - March 21 , 1977 ) was a Japanese actress and film director in the Taisho and Showa periods . +1 Chikatada TATE ( year of birth unknown - March 4 , 1184 [ unconfirmed ] ) was a busho ( a Japanese military commander ) at the end of the Heian period . +-1 Sakimori was a military system carried out under in ancient China and in Japan under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) from the Asuka period to the Heian period . +-1 Shinaga no kuni no miyatsuko ( 師長国造 ) , also known as Shinaga kokuzo , was a kuni no miyatsuko ruled the west part of Sagami Province . +-1 Junyoze ( Buddhism Ten Factors of Life ) is the principle of causality which is expounded in the Chapter of Expedient Means of " the Lotus Sutra " . +1 Imperial Prince Fushiminomiya Yoshihito +1 Shigeyuki KUZE ( 1659 - August 1 , 1720 ) was a Daimyo ( feudal lord ) in the Edo period , and a cabinet minister of the Tokugawa shogunate . +-1 Dainihon Chado Gakkai is one of the schools of the tea ceremony . +1 Ahiratsuhime ( 吾平津姫 ) was the wife of Emperor Jinmu . +1 Monk-Imperial Prince Gyonen ( November 16 , 1602 - October 15 , 1661 ) was a member of the Imperial Family and a monk during the early Edo period . +1 Sueshige HIRAYAMA was a busho ( Japanese military commander ) of the west party ( the Himatsuri clan ) , one of the seven west parties of Musashi Province that existed during the late Heian period to the early Kamakura period . +-1 Japanese whisky is the whisky that is produced in Japan . +1 Kosetsu KANZE ( 1843 - March 31 , 1911 ) was a Nohgakushi ( Noh actor ) playing shite ( principal roles ) of Kanze-ryu school . +1 Shofu is a style of Haikai ( 17-syllable verse ) , the originator of which is Basho MATSUO . +1 Kanshi is traditional Chinese poetry . +-1 Kosho-ji Temple on Mt . Buttoku in Uji City , Kyoto Prefecture is the first Soto Sect temple to have been established in Japan and has a So-do hall . +-1 Shumidan is an altar to place a principal image in Buddhist temples , which is one step higher than other places and is used to place Buddha statues and other figures . +-1 Kokyo ( Imperial Palace ) is the residence of the Emperor during normal times . +-1 Shioji Plaza is a seaside park on the beachside of Maizuru City , Kyoto Prefecture . +-1 Shirabyoshi is a type of singing and dancing performance developed from the late Heian period to Kamakura period . +-1 The term " national treasures " ( " kokuho " in Japanese ) refers to those buildings , artworks or other items , among the larger group designated tangible cultural assets ( important cultural properties ) by Japan 's Law for the Protection of Cultural Properties ( according to the second item listed under article 27 of the law ) , that possess great cultural worth from the viewpoint of world culture , as well as those buildings , artworks or other items , considered peerless treasures by Japan 's citizens , that are designated as such by the state ( specifically , by the Ministry of Education , Culture , Sports , Science and Technology ) . +1 Ariyoshi CHIGUSA ( 1615 - April 12 , 1687 ) was a court noble of the early Edo period . +-1 Hatto-ji Temple is a temple of the Tendai sect located in Bizen City , Okayama Prefecture ( the former Yoshinaga-cho ) . +1 Saneoki Imadegawa ( 1716 - December 14 , 1730 ) was a retainer of the Imperial Court during the middle of the Edo period . +-1 Kogosho Conference is a meeting on national politics held at Kyoto Palace in Kyoto on January 3 , 1868 in the end of Edo Period . +-1 Fubutsushi means events or things unique to a season--natural phenomena , tastes , living things , and street vendors-- that characterize the season in people 's mind . +-1 The term ishi-bocho ( stone implement ) refers to a ground stone tool excavated from remains in the Jomon period or Yayoi period in Japan ( in Yangshao culture and Longshan culture in China ) . +-1 " Bakuhan-taisei " is a historical concept of social system of early modern Japan viewed basically from feudal homage between bakufu ( Japanese feudal government headed by a shogun ) ( or seii-taishogun , literally " great general who subdues the barbarians ) and han ( domains ) ( or daimyo , meaning " feudal lords " ) . +1 The Nijo school ( Nijo-ha ) was a medieval waka poetry school , which had its own specific style and philosophy . +1 Mitsuiko SONO ( 1602 - March 6 , 1656 ) was one of the consorts of the Emperor Gomizunoo . +1 Myoho ( 1184 - December 4 , 1251 ) was a priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) who lived in the Kamakura period . +1 Tokifuyu YOKOI ( January 6 , 1860 - April 18 , 1906 ) was a historian of the Meiji period . +-1 " Fu " refers to a processed food made with wheat gluten being the main ingredient . +-1 " もろみ ( moromi ) also spelled as醪 ・ 諸味 " refers to the softly solidified product where the ingredients in the brewed liquid for making soy sauce , sake and so on fermented . +-1 The Kiyooka family is a toshoke ( hereditary lineage of court nobles above a certain rank ) established during the Edo period by Nagatoki KIYOOKA ( Junii - Junior Second Rank ) , Sangi ( councilor ) , Shikibusho ( Minister of Ceremonies ) ( 1657 - 1718 ) , who was the second son of Tameyasu GOJO ( Shonii -Senior Second Rank ) Dainagon ( chief councilor of state ) ( 1619 - 1677 ) . +-1 Butokuden is one of the palace buildings that used be in Daidairi ( the Greater Imperial Palace including the government buildings ) in the Heian period . +-1 Katatagae or Katachigae is one of the customs based on Onmyodo ( way of Yin and Yang ; occult divination system based on the Taoist theory of the five elements ) performed from the Heian period ( 794-1185 ) . +-1 Namasu is the dish made by thinly cutting ( or slicing ) sea foods , vegetables or fruits and dressing them with seasoning materials based mainly on vinegar . +-1 Kotofurunushi is one of Japanese specters that is introduced in " Hyakki Tsurezure Bukuro " ( One hundred bags in idleness ) which is a collection of specters illustrations by Sekien TORIYAMA , and it is Tsukumo-gami ( gods to a variety of things ) of koto ( a long Japanese zither with thirteen strings ) . +1 Shigenao URANO ( dates of birth and death unknown ) was a busho ( Japanese military commander ) in the end of Heian period . +-1 Oharae no kotoba is a Norito ( Shinto prayer ) that is used in Shinto religious service . +-1 Zuijin ( also called as zuishin ) was a government official in Konoefu ( the Headquarters of the Inner Palace Guards ) during and after the Heian period ; zuijin followed nobles to guard them when they went out . +1 Emperor Kokaku ( September 23 , 1771 - December 11 , 1840 ) , the 119th Emperor , reigned during the Edo period from December 16 , 1779 to May 7 , 1817 . +-1 Ryuguhama Kaisui Yokujo ( Ryuguhama Seaside Resort ) is a seaside resort facing the Sea of Japan , located in Maizuru City , Kyoto Prefecture . +1 MINAMOTO no Hikaru +-1 Katamachi Line refers to the railway ( trunk line ) of West Japan Railway Company ( JR West Japan ) between Kizu Station ( Kyoto Prefecture ) in Kizu City , Kyoto Prefecture and Kyobashi Station ( Osaka Prefecture ) in Osaka City , Osaka Prefecture . +-1 Kosho-ji Temple is a Jodo shin shu ( True Pure Land Sect Buddhism ) temple located in Shimogyo-ku Ward , Kyoto City , Kyoto Prefecture . +1 Mochikuni HATAKEYAMA ( 1398-April 12 , 1455 ) was a Kanrei ( Shogun 's deputy ) of the Muromachi shogunate during the Muromachi period . +-1 The Kazoku-rei was a Japanese act . +1 Torazo TANAKA ( 1841 - May 18 , 1867 ) was a Japanese fencing master of Shinsengumi . +-1 Myotara-ten or Myotara-tennyo is a Japanese god who is a guardian of Shinto and Buddhist deities , good people and children , and also a god of exorcism and matchmaking . +1 Totsuna KUTSUKI is the fifth lord of the Fukuchiyama Domain in Tanba Province . +1 The Prince Asukabe ( year of birth and death unknown ) was a bureaucrat who lived in the Nara period . +-1 Nodate is an open-air tea ceremony in which people make and enjoy green tea or powdered green tea . +-1 Sashiage is a way of lifting up votive objects for a Shinto home shrine , which are of a shouldered type used at a festival , such as Mikoshi ( a portable shrine ) , Taikodai ( a drum stand ) , Futon Daiko ( a mattress drum ) or Dashi ( a float ) , higher than usual . +-1 Japanese mythology is a collection of myths that have been passed down in Japan . +1 TACHIBANA no Masamichi ( year of birth and death unknown ) was a poet ( classic Japanese and Chinese styles ) of the mid Heian period . +1 Sukeie KUJO ( October 11 , 1769 - July 24 , 1785 ) was a Court noble who lived during the Edo period . +-1 Shakyo is a Buddhist practice to copy Buddhist scriptures , and it also means Buddhist scriptures that have been copied . +-1 Joji Incident , which occurred in 1366 during the late Northern and Southern Courts Period ( Japan ) ( the early Muromachi period ) , was an incident by which Yoshimasa SHIBA , shitsuji ( steward , later renamed kanrei ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) , and his father Takatsune SHIBA , an influential shugodaimyo ( territorial lord as provincial constables ) and a close aid of seii taishogun ( literally , " great general who subdues the barbarians " ) Yoshiakira ASHIKAGA , fell from power . +-1 Death March of Hakkoda Mountains Incident was the incident in which the fifth Infantry Regiment of the eighth Imperial Japanese Army ( IJA ) division was stranded while on a training exercise on the Hakkoda-san Mountain . +1 Moronaga ICHIJO ( 1258 - December 5 , 1293 ) was Kugyo ( a Court noble ) in the Kamakura period . +1 Akifusa MANABE was the lord of Takasaki Domain in Kozuke Province , and was the first member of the Manabe clan to rise to the position of lord over Murakami Domain in Echigo Province . +-1 Bosatsu , or Bodhisattva ( in Sanskrit ) is a disciplinant who wants to become Buddha ( tries to become Nyorai ) in Buddhism . +1 Awa no Tsubone +1 TACHIBANA no Toshitsuna ( 1028 - September 2 , 1094 ) was a government official and poet during the late Heian period . +-1 The Ritsuryo system is the Japanese term for the system of centralized government seen mainly in ancient East Asia . +1 Saisuke YASUTOMI ( 1839 - May 28 , 1873 ) from Ashimori Domain of Bicchu Province is a member of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +-1 The " Heian nobles " refer to the noblemen in the Heian Period . +1 MINAMOTO no Masasada ( 1094-July 18 , 1162 ) was a court noble and a poet during the late Heian Period . +1 Tokinoriki is a diary written by a court official named TAIRA no Tokinori during the Heian period . +1 FUJIWARA no Tadamune ( 1087 - October 7 , 1133 ) was a court noble who lived in the latter half of the Heian period . +-1 Tsukasa ( also known as Shi ) was a rank in government offices mainly placed under the ministries in the ancient Japanese ritsuryo legal code system . +-1 In feudal days of old , lower ranked samurai took the heads severed from the bodies of foes killed on the battlefield to their commanders for identification called " Kubi jikken " ; this activity took place because a severed head was crucial piece of identification evidence leading to conferring of honors on lower ranking samurai . +1 Fuji no uraba is one of the 54 chapters of " The Tale of Genji . " +1 Kanichiro YOSHIMURA ( 1840 - January 27 , 1868 ) +1 Ninkaku ( 1045 - April 17 , 1102 ) was a priest of the Tendai Sect during the latter part of the Heian period . +-1 To-ji , located in Kujo-cho , Minami Ward , Kyoto , is the head temple of the To-ji Shingon Sect that has connections to Kobo Daishi Kukai . +1 The Kagemasa KAMAKURA ( TAIRA no Kagemasa ) was a military commander of the late Heian period . +1 Hatsusebe no himemiko ( before 686 ? to 741 ) was a member of the Imperial Family who lived in the Asuka period . +-1 Haihan-chiken was an administrative reform implemented on August 29 , 1871 through which the Meiji government abolished feudal domains and established prefectures that were under the control of the central government . +-1 Kakizome is a festival for calligraphy and drawing pictures , during which one uses brushes for the first time since the start of the new year . +-1 Kyushu ocho setsu is a theory that a dynasty existed in Kyushu until the end of the seventh century and Dazai-fu was the capital of the dynasty , advocated by Takehiko FURUTA . +1 Hyobukyo no Miya is a name for a fictitious Imperial prince , for convenience , whose real name is unknown in the tale . +1 Emperor Gokashiwabara ( November 19 , 1464 - May 19 , 1526 ) was the 104th Emperor , reigning from November 16 , 1500 to May 19 , 1526 in the Muromachi and Sengoku ( warring states ) periods , the latter being the period of civil wars between rival daimyo . +-1 The term " Osamedono " means a palace where gold / silver , costumes and / or furnishings were kept . +-1 The Boxer Rebellion was the disturbance that occurred at the end of the Qing dynasty in China . +-1 Shoho-gocho is a statistical book which the Edo bakufu ( Japanese feudal government headed by a shogun ) ordered daimyo ( feudal lords ) to prepare by ryoseikoku ( province ) , putting together the names and muradaka ( total yields ) of villages . +-1 Shichijo-dori Street is one of the major east-west streets in Kyoto City . +-1 Hikone Domain refers to a domain which possessed the northern part of Omi Province . +-1 Takase-gawa River Ichi no Funairi ( an artificially generated cove ) is a cove in the Takase-gawa River ( in Kyoto Prefecture ) that provides a pier for boats . +1 Keizo KAGAWA ( December 27 , 1841 - March 18 , 1915 ) was a loyal supporter of the Emperor in the Mito Domain . +1 MINAMOTO no Yoshikiyo ( year of birth and death unknown ) was the fourth son of MINAMOTO no Yoshitada . +1 Born in 1561 and gone on December 15 , 1616 , Masazane SAKUMA was a busho ( Japanese military commandar ) from the Azuchi-Momoyama period to the Edo period . +-1 Negi is the official title for Shinto priesthood . +1 Imperial Prince Katsura-no-miya Takehito ( July 28 , 1810 – July 7 , 1811 ) was a member of the imperial family of Japan who lived in the late Edo period . +-1 Registered Tangible Cultural Properties are the tangible cultural properties that are registered in the book of registration at the Agency for Cultural Affairs , in accordance with the registration system for cultural properties established under the Law for the Protection of Cultural Properties amended in 1996 . +-1 Arashiyama or Ranzan +-1 Ryokai-mandala is a mandala which visually depicts the truth and the state of enlightenment that is advocated by Dainichi Nyorai ( Mahavairocana ) , principal Buddha in Esoteric Buddhism . +-1 " Hanjo " is a Noh play , which is reportedly created by Zeami . +-1 Jodo ( Pure Land ) is a Buddhist concept which pointed to a world clean and pure . +-1 The War of Arioka-jo Castle was a siege conducted in the period from August 1578 to November 17 , 1579 . +-1 Mt . Oshio is a mountain located in Nishikyo Ward , Kyoto City , Kyoto Prefecture . +1 FUJIWARA no Fusasaki ( 681 – May 25 , 737 ) was an aristocrat who lived between the Asuka period and the early Nara period . +-1 Sandanike-koen is a park located in Fukuchiyama City , Kyoto Prefecture . +-1 Kobu gattai is a policy promoted in the second half of the Edo period which aimed to reassert the power of the Shogunate by bonding the traditional authority of the Imperial Court to the Shogunate . +-1 Horaga-toge Pass is the pass forming the boundary between Yawata Minamiyama - Yawata City - Kyoto Prefecture and Nagaotoge-cho - Koyamichi - Hirakata City - Osaka Prefecture . +-1 Yoshida no Shidarezakura is a cherry tree located in the area of Yoshida , Maizuru City , Kyoto Prefecture . +-1 In seeing the traditional perfuming arts from a religious point of view , Yoshuku Geino refers to various performing arts for celebrating the New Year such as Manzai ( a traditional celebratory chant-like song ) or Harukoma ( a dance in which a performer carries a wooden horse 's head ) , and Ta asobi or Onda , a performance mimicking the processes of rice production to pray for a good harvest before farm work starts . +1 Songyu ( July 22 , 1469 - January 17 , 1550 ) was a Jodo Sect priest who lived from the middle of the Muromachi period to the Sengoku Period ( Period of Warring States ) ( Japan ) . +1 Shokugoshui wakashu is an anthology of poems collected by Imperial command . +-1 The Kamanza-dori Street is a street running north-south street in Kyoto City . +1 Motoosa MIBU ( April 4 , 1835 to- March 5 , 1906 ) was a Kugyo ( court noble ) at the end of the Edo period through the Meiji period . +1 Kenzan OGATA ( 1663 - July 22 , 1743 ) was a painter and potter in the Edo Period . +-1 Myoshinji Station , located in Hanazono Tenjugaoka-cho , Ukyo Ward , Kyoto City , is a stop on the Kitano Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +-1 Kyoto urban area , which is the designation of Kyoto City and its peripheral satellite cities collectively , means an economic zone surrounding Kyoto City , Kyoto Prefecture . +-1 Rokushaku fundoshi is Japanese male underwear composed of sarashi ( bleached cloth ) which is approximately 180-300 cm long and 16-34 cm wide . +1 KO Gendo was toraijin ( ancient Japanese immigrants ) of the royal family of the Goryeo kingdom of the Korean peninsula . +1 Ryuben ( 1208-September 14 , 1283 ) was a priest of the Jimon School of the Tendai Sect and waka poet who lived during the middle of the Kamakura Period . +1 MINAMOTO no Yoshinao ( year of birth and death unknown ) is a busho ( Japanese military commander ) in the late Heian period . +-1 Suji is an administrative district that was created in the Edo Period , according to geographical conditions . +-1 National Isolation ( " Sakoku " in Japanese ) refers to the policy of seclusion by which the Edo Bakufu ( Japanese feudal government headed by a shogun ) prohibited Japanese citizens from going abroad , while imposing restrictions on diplomatic exchanges and trade with foreign countries . +1 FUJIWARA no Nobuzane ( 1175 ? to after 1266 ) was a court noble , a painter , and a poet from the early to middle Kamakura period . +1 Michiaki KOGA ( February 20 , 1780 - January 9 , 1856 ) was a kugyo ( court noble ) who lived during the latter half of the Edo period . +-1 Chion-ji Temple , located in Miyazu City , Kyoto Prefecture , is a temple of the Myoshin-ji School of the Rinzai Sect . +-1 Shinbashi-dori Street is one of the streets from east to west in Higashiyama Ward , Kyoto City . +1 Tanenaga KOKUBUN ( c . 1178 to June 3 , 1200 ) is a samurai , who is said to have been in Miyagi County , Mutsu Province during the Kamakura period . +1 Muramune URAGAMI ( year of birth is unknown - June , 1531 ) was the daimyo ( the Japanese territorial lord ) during the Sengoku period in Bizen , Mimasaka , and Harima Provinces . +-1 Shisendo is a National Historic Site located in Sakyo Ward in Kyoto City . +-1 " Kinosaki " is a limited express train operated by West Japan Railway Company ( JR West ) on the section between Kyoto Station and Kinosakionsen Station through the Sanin Main Line ( Sagano Line ) . +1 MINAMOTO no Yoshikiyo ( 1075-1149 ) was a busho ( Japanese military commander ) , who lived during the latter Heian period . +1 The term " Sukuyodo " refers to a kind of astrology which was brought to Japan as a part of the Esoteric Buddhism by priests who studied abroad such as Kukai in the Heian period . +-1 Banya ( a simple lodging house ) +-1 Ranpeki refers to people who devoted themselves to Western learning , or yearned and copied Dutch ( or Western ) manners and customs in the Edo period . +1 Rintaro OKITA ( 1827 to 1883 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) at the end of the Edo period . +-1 The Battle of Subushi was a battle between the Imperial army and Emishi ( natives of the Japanese islands of Hokkaido and northern Honshu that opposed and resisted the rule of the Japanese Emperors ) occurred in Tohoku region ( later Rikuchu Province ) in the Nara period . +1 Imperial Prince Abo ( 792 - December 1 , 842 ) was a member of the Imperial Family during the Heian period . +-1 Ushioni ( cow demon ) , or gyuki , is a specter orally handed down in western Japan . +1 The Ashikaga clan was a Japanese samurai family . +-1 Nakisawame is a kami ( god ) in Japanese Methodology ( shinto ) . +1 Secchubai is a political fiction written by Teccho SUEHIRO . +-1 The Umamawari was established in the Sengoku Period ( Period of Warring States ) ( Japan ) and was a job based on the government service system for samurai families . +-1 Omiya Station ( Omiya-eki ) +-1 Temomi-cha ( hand-rolled tea ) : Hand rolling is the primary process of making sencha . +-1 Fuyacho-dori Street is one of streets in Kyoto City running in the north-south direction . +1 Daikakuji-to is a royal ancestry between the late Kamakura Period to the Northern and Southern Courts Period and used to oppose to Jimyoin-to . +1 New thirty-six major poets is the name given to certain distinguished poets . +1 Doyu KUROKAWA ( year of birth unknown - 1691 ) was a doctor and historian who lived during the early Edo period . +1 Koson OTANI ( March 17 , 1850 - January 18 , 1903 ) was a priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) and the 21st hoshu ( head priest ) of the Nishi Hongan-ji Temple who lived from the end of the Edo period to the early part of the Meiji period . +-1 " Meiboku Sendai Hagi " ( The Disputed Succession of the Date Family ) is a play for Ningyo Joruri ( traditional Japanese puppet theater ) and Kabuki , based on Date Sodo ( the Date family disturbance ) . +-1 Uji no shaku refers to conferring a rank of Jugoi ( Junior Fifth Rank ) on one person each annually from among persons ranked Shorokuinojo ( Senior Sixth Rank , Upper Grade ) in the O clan , Minamoto clan , Taira clan , Fujiwara clan , Tachibana clan and others when the investiture was conducted on January 6 ( old calendar ) of every year from the Heian period . +1 Suetoshi OGIMACHI ( October 30 , 1586- December 28 , 1625 ) was a kuge in the early part of the Edo period . +1 Hidehisa SENGOKU was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) from the Sengoku period ( period of warring states ) to the early Edo period . +1 Okaru ( 1684 - November 23 , 1713 ) was a concubine of Kuranosuke OISHI when he was hidden in Yamashina . +1 Yoshihira KUJO ( June 6 , 1184 - April 17 , 1240 ) was a Kugyo ( high court noble ) who lived in the Kamakura period . +1 Taihan ( 778- ? ) was an early Heian period Buddhist monk of the Shingon sect . +1 Dosho ( April 2 , 798 - March 20 , 875 ) was a Buddhist monk during the early Heian period . +1 Nagayoshi ODA ( 1617 - July 7 , 1651 ) was the first son of Yorinaga ODA . +1 Princess Mahime ( 1572- November 23 , 1605 ) was the third daughter of Toshiie MAEDA and Hoshunin . +-1 Fujiwara-kyo was the first and largest capital in the history of Japan located in Kashihara City , Nara Prefecture , the northwest of Asuka-kyo . +1 Shigemochi KO ( year of birth unknown - 1368 ? ) was a busho ( Japanese military commander ) lived in the period of the Northern and Southern Courts ( Japan ) . +1 OWARI no Osumi ( date of birth and death unknown ) lived in the Asuka period of Japan . +-1 This term is written as 馬印 , 馬標 , or 馬験 in Japanese . +1 Setto ( or Sechito ) refers to the sword which was granted by the Emperor to Shogun who was going to the front or Japanese mission to Tang Dynasty China as the sign of commission in ancient times of Japan ( from the Nara period to the Heian period ) . +1 Shisui ROKKAKU ( April 24 , 1867 - April 15 , 1950 ) was a Japanese lacquer artist . +1 Naozane KUJO ( July 29 , 1717 - November 1 , 1787 ) was a Court noble who lived during the middle of the Edo period . +1 Yujo GOTO ( 1440 - June 20 , 1512 ) was the founder of the Goto family of sword ornament craftsman . +-1 Mato refers to a target used in kyudo and other Japanese archery arts . +1 Noriuji IMAGAWA ( 1316 - May 21 , 1365 ) was a shugo daimyo ( a Japanese provincial military governor who became a feudal lord ) between the end of the Kamakura period and the early period of the Northern and Southern Courts . +1 Sanosuke HARADA ( 1840 - July 6 , 1868 ) was the leader of the Tenth Unit of Shinsengumi . +-1 Gotoku-neko ( literally , tripod cat ) is one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Gazu Hyakki Tsurezure Bukuro " ( The Illustrated Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +-1 " Sekihan " means glutinous rice steamed with red adzuki beans or black-eyed peas at the rate of 10 to 20 percent of the total . +1 Yorisada TOKI ( 1271 - 1339 ) was a busho ( Japanese military commander ) who lived from the Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +-1 Engi +-1 Kenko YOSHIDA ( 1283 - c . May 14 , 1350 ) was a Japanese author and poet in the Kamakura period through the Northern and Southern Courts period ( Japan ) . +-1 Nitta clan is a Gozoku ( local ruling family ) originated in Kozuke Province . +1 Kanjaku NAKAMURA is a professional name of Kabuki ( traditional drama performed by male actors ) . +1 Sadahide GAMO was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +1 Gennojo YAGI ( 1814 - December 21 , 1903 ) was a rich goshi ( country samurai ) from Mibu village , Kadono-gun in the Yamashiro Province . +1 Emperor Senka ( 467-March 15 , 539 ) was the 28th Emperor ( whose reign lasted from January 14 , 537 to March 15 , 539 ) . +-1 " Chikusen-joirei " was an ordinance which took effect in October 711 in order to promote circulation of money and attempt to circulation to the government . +1 Moritsuna SASAKI was a Japanese military commander who lived from the end of the Heian period to the beginning of the Kamakura period . +-1 Shibocho refers to a register which was created annually between the times of having new family registers under the ancient Ritsuryo system . +-1 Tokuso was a family line of the successors of the Hojo clan of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +-1 The term Hinin is used to describe mainly ( 1 ) persons who worked in special occupations or as entertainers in feudal Japan ; however they gradually became victims of discrimination , and ( 2 ) in the Edo Period , Hinin as well as Eta ( Chori ) were described as people of the lower classes . +1 KAMO no Mitsuyoshi ( 939 - July 1 , 1015 ) was Onmyoji or Inyoka ( Master of Yin yang ) who lived in the Heian period . +-1 Yama-arashi is a Japanese Yokai ( specter ) introduced in books such as a Yokai picture book , " Hyakki Yagyo Emaki " ( picture scroll of a hundred specters strolling at night ) by Yoshi ODA . +-1 Kamaboko , whose main ingredient is pasted whitefish such as codfish or walleye pollack , is made by mincing whitefish meat , adding salt , heating and turning it into a gel on a wooden board ( wood types such as fir or Abies veitchii , which have no odor , are preferred ) . +-1 Tamori was a position in charge of managing fields on public lands , which was set up by the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +1 FUJIWARA no Yoshitsugu , 716-September 18th ( or October 27th on the lunar calendar ) in 777 , was a noble in the Nara period . +-1 Bukeyaku was a general term for taxation imposed by the Kamakura and Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +1 Roppeita KITA ( July 7 , 1874 - January 11 , 1971 ) was a Noh actor of the Kita school and the fourteenth head family of Kita school . +1 Sennosuke KURIHARA ( 1847 - June 20 , 1869 ) was a feudal retainer of the Karatsu clan . +-1 Monko-fuda are cards used in Kodo ( traditional incense-smelling ceremony ) . +-1 " Akarenga-Festa " ( the Red Brick Festival ) is a sightseeing event held in Maizuru City of Kyoto Prefecture every year . +1 FUJIWARA no Hoshi ( Toyoko , dates of birth and death unknown ) was a court lady in the mid Heian period . +-1 Wakamiya Hachiman-gu Shrine is a Shinto shrine located in Higashiyama Ward , Kyoto City . +-1 The Asuke clan is one of the Japanese clans . +1 Yoshimitsu SHIBUKAWA ( year of birth unknown - March 30 , 1573 ) was a Japanese military commander who lived during the Sengoku period ( period of Warring States ) . +-1 Oranda Shogatsu was a celebration of the new year on the first day of the new Solar year ( the Gregorian calendar ) by the Dutch who were living on Dejima , Nagasaki and by Rangakusha ( a person who studied Western sciences by means of the Dutch language ) in Edo ( Tokyo ) in the Edo period . +-1 Amenohohi is a god ( Shinto ) who appears in the Japanese mythology . +-1 Higashi Maizuru Park Stadium is a baseball stadium located in Higashi Maizuru Park in Maizuru City , Kyoto Prefecture . +1 Fuyuyoshi DAIGO ( January 7 , 1752 - March 16 , 1772 ) was a Kugyo ( a Court noble ) during the middle of the Edo period . +1 Zanmu KAKO ( real name ; Yasugoro , January 13 , 1869 – March 21 , 1938 ) was a movie director during the Taisho period and early Showa period . +1 FUJIWARA no Shigeie ( 1128 - January 15 , 1181 ) was a Kugyo ( the top court officials ) and kajin ( waka poet ) in the late Heian period . +-1 Chigi / katsuogi is a material provided on roofs of buildings , but nowadays is found only in shrine buildings . +-1 " Tako to Ama " is a woodblock print by Hokusai KATSUSHIKA , which was included in the enpon ( pornography ) " Kinoe no Komatsu " published around 1820 . +-1 Chikushi ; +1 Inahi no mikoto was a member of Japanese Imperial family , who appears in the Japanese Mythology . +-1 The Jingiin was an organ of the national government of Japan . +1 Gyoyu TAIKO ( 1163 - August 13 , 1241 ) was a priest of the Rinzai sect of Buddhism who lived during the early Kamakura period . +-1 Fuzei is one of the aesthetic feelings which have existed from ancient times in Japan . +1 ARIWARA no Narihira ( 825 - July 13 , 880 ) was an aristocrat who lived in the early Heian period . +1 Uchu ONO ( January 14 , 1837 - June 11 , 1911 ) was a feudal retainer of the Karatsu Domain in the end of Edo period and a member of the Shinsengumi . +-1 Haitorei ( decree banning the wearing of swords ) was an abbreviated expression of the edict titled " Taireifuku narabini gunjin keisatsukanri to seifuku chakuyo no hoka taito kinshi " ( decree banning the wearing of swords except for full-dress uniform wearers , military men and police officers ) issued by the Grand Council of State on March 28 . +1 Takatomi KYOGOKU ( January 7 , 1836 - February 9 , 1889 ) was the 11th hereditary domain head of the Mineyama Domain in Tango Province . +1 TAIRA no Masakuni ( year of birth and death unknown ) was a busho ( Japanese military commander ) who lived during the Heian period . +-1 Sango ( literally , " mountain name , " which is the title prefixed to the name of a Buddhist temple ) : Ikiyasan +-1 Shichihoda which is also called Shichifuja is a Japanese yokai ( ghosts , spirits and monsters ) . +-1 Shinmyo-ji Temple is a temple of the Nichiren Shoshu sect located in Kyotanba-cho , Funai-gun , Kyoto Prefecture . +1 Genkitsu SANYO ( 1548 - June 19 , 1612 ) was a Zen priest who was active during the period from the Azuchi-Momoyama period to the early Edo period . +-1 Chohogannenrei is the Daijokanpu ( official document of the Daijokan , the office of the supreme political leader ) issued as shinsei ( a code of new law ) on September 9 , 999 . +1 Chikurinin ( year of birth unknown - June 27 , 1649 ) was a woman who lived from the Azuchi-Momoyama period to the Edo period . +-1 The Hamaguri-Gomon Gate is one of the west gates of Kyoto Gyoen National Garden . +-1 The Sagano Line ( Sagano-sen ) is the nickname for the portion of the San-in main line ( JR West Japan Railway ) between Kyoto Station and Sonobe Station . +1 Shinsen Manyoshu is a personal collection of poetries . +1 Jinu ( year of birth and death unknown ) was a priest of the Tendai sect who lived in the Kamakura period . +1 FUJIWARA no Suetsune ( 1131 - 1221 ) was a poet who lived from the end of the Heian period to the early Kamakura period . +1 KUDARA no Nagatsugu ( year of birth and death unknown ) was a woman who lived during the early Heian period . +1 Hyakunin Shuka is an anthology of poems selected by FUJIWARA no Sadaie . +-1 Shogoi ( Senior Fifth Rank ) is one of the ranks in Japan 's aristocratic and religious hierarchies . +1 Isami KONDO ( November 9 , 1834 - May 17 , 1868 ) was the head of the Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +1 Setsurei MIYAKE ( July7 , 1860 - November 26 , 1945 ) was a philosopher and essayist . +-1 Cherry Blossom Front is a line graph illustrating the forecasted blooming dates of cherry blossoms ( primarily of Someiyoshino ( Prunus yedoensis ) ) in various locations of Japan . +-1 Shijokobuccho , prajvalosniisa in Sanskrit , is a kind of Buddha that is a deified protuberance on the top of the skull of a Nyorai ( tathagata ) , i.e. , a form of usniisa . +1 Banana type myths are myths regarding the origin of death and the short life span of humans which are found in many countries and regions , mainly in southeast Asia and New Guinea . +1 Imperial Prince Kaneakira ( 914 - 987 ) was a member of the Imperial Family during the Heian period . +-1 The Hachijo Uesugi family is one of the many families of the Uesugi clan . +1 NAKAHARA no Moromoto ( 1109 - June 17 , 1175 ) was an Imperial Court retainer of the late Heian period . +1 The Unkoku school is a school of painting in the Edo period that was started by its founder Togan UNKOKU . +-1 So as well as Zei are the goods and services that the government collect to ensure public finance for the nation . +1 Sukefusa MADENOKOJI ( 1542-September 1 , 1573 ) was a court noble in the Azuchi-Momoyama Period . +1 Shigenobu OKUMA ( March 11 , 1838-January 10 , 1922 ) was a feudal retainer of the Saga clan who was a Japanese warrior , a statesman , and an educator . +-1 Omoteginu is one of many kimonos forming juni-hitoe ( twelve-layered ceremonial kimono ) . +1 Hideo GOSHA ( 五社英雄 , his real name was ' Eiyu GOSHA ' with the same characters , February 26 , 1929 - August 30 , 1992 ) was a film director and a playwright . +1 Masayoshi INABA ( 1718 to November 4 , 1771 ) was the fifth lord of the Yodo Domain in Yamashiro Province . +1 The term " shuto , " for which " doshu " is also used , is a term from after the Heian period that referred to the status of a priest who originally resided in a big temple and was in charge of the management and practical business of the temple as well as studying and practicing ascetic training . +-1 " Ko " originally referred to fragrances of natural aromatic trees such as eaglewood , agalloch , and sandalwood . +1 Semimaru ( years of birth and death unknown ) was a waka poet and musician in the early Heian period . +1 TAKATA no Niinomi ( year of birth unknown - September 12 , 703 ? ) is a historical figure who lived during Japan 's Asuka period . +-1 The Battle of Hakone and Takenoshita was a battle between the Takauji ASHIKAGA forces and Yoshisada NITTA forces that broke out on February 1 , 1336 during the period of the Northern and Southern Courts ( Japan ) . +-1 Niomon-dori Street is a street running east-west through Sakyo Ward , Kyoto City . +-1 Sakunado-jinja Shrine is a Shinto shrine located in Oishinaka-cho , Otsu City , Shiga Prefecture . +-1 Gatsurin-ji Temple ( also known as Tsukinowa-dera Temple ) is a Buddhist temple belonging to the Tendai Sect located in Tsukinowa-cho , Saga Kiyotaki , Ukyo-ku Ward , Kyoto City . +-1 Shinsen-en Temple is a Buddhist temple belonging to the To-ji Shingon Sect located in Nakagyo Ward , Kyoto City . +-1 Tonkatsu is a dish in which pork is coated with flour , beaten egg and breadcrumbs in that order , and then deep fried . +1 Mitsuo MAKINO ( November 15 , 1909-December 9 , 1957 ) was a movie producer in Japan . +1 Sadayoshi SUGANUMA is a fudai daimyo ( feudal lord in hereditary vassal to the Tokugawa family ) in the early Edo period . +1 Yoshikage ADACHI is a busho ( Japanese military commander ) who lived in the mid Kamakura period . +-1 Goshi is historical terminology referring to samurai hierarchy that existed during the Edo period . +-1 Hiyamugi is a type of noodle made of wheat flour . +1 Imperial Prince Fushimi-no-miya Kuninari ( 1615 - January 17 , 1654 ) was a member of the Imperial family who lived in the early Edo period . +-1 The Gion-kaikan Theater is a movie theater located in Higashiyama Ward , Kyoto City , Kyoto Prefecture . +-1 Narutaki is the location name of Ukyo Ward , Kyoto City . +1 Okinaga MATSUI ( 1582 - 1661 ) was a person who lived during the Azuchi-Momoyama period and the Edo period . +1 Ittei IWASA ( October 3 , 1779 - January 1 , 1859 ) was a Japanese calligrapher of the latter part of the Edo period . +-1 Honmaru is a term used to refer to a kuruwa ( castle compartment ) at the center of a Japanese castle . +-1 Mutsu diplomacy means a foreign policy of a Minister of Foreign Affairs Munemitsu MUTSU under the Second Ito cabinet in the Middle Meiji Period . +1 Towazugatari is the diary and travel book thought to have been written by Nijo GOFUKAKUSA-IN ( Lady Nijo ) in the middle or late Kamakura period . +1 Kibitsuhiko no Mikoto is a Shinto god . +-1 The term " stone Buddhist image " is a collective term of the Buddhist image carved in stone and the image of a deity such as Doso-shin ( traveler 's guardian deity ) , and it has a variety of sizes ranging from small one which is seen in the precincts of temples and shrines and on roadsides , to Usuki Magaibutsu ( A Buddhist image carved into the surface of natural rock such as a cliff face , a large rock , or a stone cave ) and other Magaibutsu carved in a large rock such as Ajanta Caves and Ellora Caves in India , Yungang Grottoes and Longmen Caves in China . +-1 Otowa-no-taki falls are those that are said to have been in Yamashiro Province outside of the capital . +-1 Kyoto – Hiroshima Tokuyama Bus Route is a highway bus route that connects Kyoto City ( Kyoto Prefecture ) and Shunan City ( Yamaguchi Prefecture ) via Oyamazaki-cho in Otokuni-gun ( Kyoto Prefecture ) , Hirakata City ( Osaka Prefecture ) , Takatsuki City ( Osaka Prefecture ) , Hiroshima City ( Hiroshima Prefecture ) , Otake City ( Hiroshima Prefecture ) , and Iwakuni City ( Yamaguchi Prefecture ) . +-1 Sawayama-jo Castle was a mountain castle ( of which almost no trace remains today ) and was located in Hikone City in Shiga Prefecture ( what was once Inukami County of Omi Province ) . +-1 The tem " imperial inscription " ( ' chokugaku ' in Japanese ) refers to inscriptions at temples which were written by rulers such as the emperor and typically given to temples throughout the country . +-1 Biwa ( biwa , biba , pipa ) is one of the stringed instruments of the lute family in East Asia . +1 Luis Frois ( 1532 – July 8 , 1597 ) was a Portuguese born in Lisbon . +-1 Showa-modern is a term referring to a modern civil culture that flourished in the early Showa period merging Japanese and Western styles . +1 Sorobun is a style of literary language in Japanese used from the middle ages to the modern times . +1 Myozen ( 1184 - July 11 , 1225 ) was a Buddhist priest of the Rinzai sect who lived in the beginning of the Kamakura period . +1 Wakashu is a collection of waka ( Japanese poetry ) . +1 Jikan IMAI ( 1657 - November 1 , 1723 ) was a scholar of the Japanese classics in the first half of the Edo period . +-1 Josaku is a historical term for a government office with defending facilities that was located to govern the north part of present-day Niigata Prefecture and the Tohoku region under the ritsuryo system during the ancient Japan . +1 Shinzui KIKEI ( 1401 - September 25 , 1469 ) was a priest of the Rinzai Sect of Buddhism and also master of Inryoken Household in Rokuonin Temple in the Muromachi period . +-1 Takehiratori no Mikoto is a male deity ( Shinto ) in Japanese mythology . +-1 Amezaiku refers to one of the techniques of confectionery production and making of shaped forms by using candy-paste which is made from heating sugar , or the shaped forms . +1 Takato OSHIMA ( 1826 - 1901 ) was a mining scientist of the Meiji period . +-1 Hata bugyo ( flag magistrate ) was one of organizations in Edo bakufu ( Japanese feudal government headed by a shogun ) . +-1 Honzen-ji Temple is a Buddhist temple of Jodo Shinshu Hongan-ji school located in Yoshino-cho , Yoshino-gun , Nara Prefecture . +1 Hayataro ANDO ( 1821 ? - August 23 , 1864 ) was Fukucho-jokin ( third rank of Shinsengumi ) of Shinsengumi . +-1 The Matsunoki family ( also known as the Nakamikado family ) was a dojoke ( a family whose members were allowed to visit the Imperial Palace ) that belonged to the main branch of the Nakamikado line of the Northern House of the Fujiwara family . +-1 Horagai , with the scientific name Charonia tritonis , is a type of snall that belongs to the Cymatiidae family , formerly classified under Cymatiidae , Mesogastropoda . +1 Sukeakira YANAGIWARA ( 1297 – September 3 , 1353 ) was a court noble in the period of the Northern and Southern Courts and the founder of the Yanagiwara family . +1 Okuiri is a commentary on the Tale of Genji written by FUJIWARA no Sadaie . +1 MINAMOTO no Hikaru ( July 9 , 845 - April 21 , 913 ) was a court noble who lived in the Heian period . +1 FUJIWARA no Asatada ( 910 - January 19 , 967 ) was a court noble and poet in the mid-Heian period . +1 Hidetada TOKUGAWA ( May 12 , 1579 - March 14 , 1632 ) was a Busho ( Japanese military commander ) from the Azuchi-Momoyama period to the Edo period and the second Shogun of the Edo Bakufu ( Japanese feudal government headed by a shogun ) . +-1 The Kagetoki KAJIWARA incident is a political incident caused in the Kamakura bakufu ( Japanese feudal government headed by a shogun ) in the early Kamakura period from November 15 , 1199 to February 6 , 1200 . +-1 The Battle of Shokusan was fought between the Japanese army and the Ming army during the Keicho Campaign . +1 Ashihara no nakatsukuni is a world which exists between Takamanohara ( plain of high heaven ) and Yomi ( world after death ) , that is , Japanese soil . +-1 Renjo-ji Temple is a temple of the Tendai Shinseishu sect located in Yasu City , Shiga Prefecture ( former Chozu-cho , Yasu county ) . +-1 Kanrei is the name of a post in the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +-1 The term Kashindan refers to the group of vassals serving samurai families , such as the family of the Seii Taishogun ( literally , a general who subsides barbarians ) or a daimyo ( Japanese territorial lord ) . +-1 Tsurushi kazari is one of the traditional art crafts . +1 The term " biwa hoshi " represents blind priests who played the biwa ( a Japanese lute ) in a town , and they first appeared in the Heian period . +1 TAKAKURA no Fukushin ( 709 - November 3 , 789 ) was a court noble who lived during the Nara period . +-1 Soga clan ( Soga no uji ) was a shizoku ( clan ) which ruled between the Kofun ( tumulus ) and Asuka periods ( 6th - 7th centuries ) . +1 Tesso ( iron rat , a huge rat as large as a bull with a stone body and iron teeth ) is a specter of the ancient Japan which was connected to a deep-seated grudge of a priest and a rat . +1 TAIRA no Shigehira was a warlord in the late Heian period . +-1 The Katsura-gawa River is a first class river of the Yodo-gawa River System running through Kyoto Prefecture . +1 Imperial Prince Kawashima ( 657 - October 6 , 691 ) was a member of Imperial family in the latter half of the seventh century . +-1 Sumiyoshi taisha jindaiki ( Records of the Age of the Gods from the Sumiyoshi-taisha Shrine ) was an ancient book introducing the origin of the Sumiyoshi-taisha Shrine that resided there from ancient times . +-1 " Buson Yokai Emaki " is a Japanese picture scroll of specters drawn by YOSA no Buson , a Haiku poet and painter during the middle of the Edo period . +1 Otojiro KAWAKAMI ( February 8 , 1864 – November 11 , 1911 ) was an actor and an entertainer of Shinpa-Geki ( New-School Play ) who took the world by storm by his ' Oppekepe-bushi ' ( Oppekepe songs ) . +1 Shigeyori KAWAGOE was a military commander and lord of Kawagoe Yakata , Iruma-gun , Musashi Province in the late Heian period . +-1 Tanabe-jo Castle , located in Maizuru City , Kyoto Prefecture , was build between Sengoku Period and Edo Period . +-1 Hashioki is a small object placed on a table to prevent chopsticks from rolling down . +1 Emperor Ninken ( 449 – September 9 , 498 ) was the twenty-fourth emperor of Japan ( who reigned from February 4 , 488 , to September 9 , 498 . ) +-1 Saijiki are books on the matters related with annual events by the national and local , or various organizations , and scenery and customs . +-1 The Honjo Soemon Oboegaki is a record sent by Soemon HONJO , a samurai serving Mitsuhide AKECHI during the Honnoji Incident , to three people who are thought to be his relatives , during his late years in the Edo period . +-1 Mt . Ikoma ( Ikoma yama , Ikoma san ) is 642 meters in height , and is located on the border between ikoma City , Nara Prefecture and Higashi-Osaka City , Osaka Prefecture . +1 " Kotaro NAKAMURA " is a professional name used by Kabuki ( a Japanese traditional form of drama and music performed by male actors ) actors . +-1 Ichikawa soke +1 About Goemon ISHIKAWA +-1 Togu gakushi were one of the educational officers who served the Crown Prince ( Togu ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Eizaburo ABIRU ( born 1842 , died May 23 , 1863 ) , was a soldier of the Mibu masterless warriors group . +-1 Junshaku is a customary practice of conferring a Court rank on kurodo ( chamberlain ) , which developed in the early Heian period . +-1 In the early-modern times , the term " ongyoku " meant music or an art of musical performance . +1 FUJIWARA no Fuhito ( 659 - September 13 , 720 ) was a Kugyo ( high court noble ) who lived from the Asuka Period through the early Nara Period . +-1 Besshufusensho is a law code containing Daijokanpu ( official documents from Daijokan to local governments ) and imperial decrees issued between 902 and 971 +1 Nagakata KURODA ( 1770 - March 30 , 1784 ) was the seventh lord of Fukuoka Domain and Akizuki Domain in Chikuzen Province . +-1 A rice omelet is a rice dish of Japanese origin ; it is chicken fried rice ( or plain butter-fried rice ) seasoned with ketchup and wrapped up with a thin round crepe of fried eggs , which is categorized as yoshoku ( Western food ) in Japan . +-1 Shichifukujin refers to seven deities which are believed to bring good luck in Japan . +-1 The ' Namu ' of Namu amidabutsu is a transcription of namo ( Sanskrit ) , meaning ' I 'm becoming a believer ' and ' amidabutsu ' employs amita ( Sanskrit ) is abbreviated from ' amitaayus ( Great Buddha with infinite longevity ) ' and ' amitaabha ( Great Buddha with infinite light ) , ' meaning ' immeasurable ' in Sanskrit . +-1 The Kansai-kan , as the Kansai Main Library of the National Diet Library ( NDL ) , is located in Seika-cho , Soraku-gun , Kyoto Prefecture . +-1 This page describes kaiseki ryori , a full course meal form of Japanese cuisine . +-1 The Ozuki ( Otsuki ) was a Kuge ( court nobles ) clan which could trace its history back to ancient times . +-1 Cloistered Imperial Prince Shucho ( September 3 , 1634 - June 12 , 1680 ) was the first Rinnojinomiya Monzeki ( temple formerly led by founder of sect , temple in which resided a member of nobility or imperial family ) or Nikko Monzeki . +-1 Wasabi is the plant of Brassicaceae Wasabia . +1 Gyoko ( 1391 - August 26 , 1455 ) was a priest and waka poet in the middle of the Muromachi period . +1 Hirofusa MADENOKOJI ( July 21 , 1824 - February 22 , 1884 ) was a Kugyo ( court noble ) from the late Edo Period to the Meiji Period . +1 TAIRA no Tadamasa ( year of birth unknown - August 15 , 1156 ) is a busho ( Japanese military commander ) at the end of the Heian period . +-1 Tenjikugoshoja is five vihara ( monasteries or temples ) of early Buddhism in the ancient India . +-1 The Sugimoto clan is one of the samurai families in Japan . +1 Eshinni ( 1182 - 1268 ? ) was a woman in the Kamakura period and was a wife of Shinran , the founder of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +1 " Essence of Novels " is a literary critique by Shoyo TSUBOUCHI . +-1 On July 30 , 1912 during the term of this cabinet , the Meiji period ended due to the death of the Emperor Meiji and the Taisho period started from the same day . +1 Zenchiku KONPARU ( 1405 to sometime before 1471 ) was a Noh play actor and playwright during the Muromachi period . +1 Wakasa no Okimi ( year of birth unknown - September 678 ) was a person who lived during the Asuka period . +1 Chonen ( February 3 , 1793 - March 22 , 1868 ) was a Jodo Shinshu ( the True Pure Land Sect of Buddhism ) priest in the late Edo period . +1 Jakuren ( ca . 1139-August 9 , 1202 ) was a poet and a monk who lived from the end of the Heian period to the beginning of the Kamakura period . +1 Yonosuke Osuga ( December 7 , 1850 - April 17 , 1906 ) was a statesman in the Meiji era . +-1 Takaragaike-koen Park is located in Sakyo Ward in Kyoto City , Kyoto Prefecture . +-1 Shintoshu is a collection of anecdotes and Shinto books in medieval Japan . +-1 Kanbari Nyudo is a deity or monster of toilets according to Japanese folk beliefs . +1 Suminoenaka no oji ( c . 336 - 399 ) was a member of the Imperial family who lived during the Kofun period ( tumulus period ) . +-1 Kamigata rakugo is comic storytelling mostly performed in the areas around the prefectures of Osaka and Kyoto . +1 FUMI no Nemaro ( year of birth unknown - October 25 , 707 ) lived during Japan 's Asuka period . +-1 " Daibirushana Jobutsu Jinbenkaji-kyo Sutra , " which is also called " Birushanakyo Sutra " or " Dainichi-kyo Sutra , " refers to Esoteric Buddhist scriptures that are considered to have been established in or around the period of the seventh through eighth centuries . +1 MINAMOTO no Morotoshi ( 1080-January 5 , 1142 ) was a court noble and poet at the end of the Heian period . +-1 Takana ( scientific name : Brassica juncea var. integlifolia ) is a biennial grass belonging to brassica family , and a variety of Brassica juncea . +1 Juro ABE ( born on September 21 , 1837 and died on January 6 , 1907 ) was a member of the Shinsengumi ( a special police force ) . +-1 Kuromoji : +1 Kakuun ( 953 - December 18 , 1007 ) was a Buddhist priest of the Tendai sect who lived in the mid-Heian period . +1 " Taiheiki " is a work of Japanese literature . +-1 A rock in the precincts of Ise-jingu Shrine Geku . +1 Yoshizaki Gobo was a priest housing which stood in Yoshizaki of Echizen Province ( present Yoshizaki , Awara City , Fukui Prefecture ) . +1 Kuninaga KANROJI ( October 17 , 1771 - July 20 , 1837 ) was a Kugyo ( court noble ) in the late Edo period . +-1 Uzumasa Station , located in Uzumasa Tarumiyama-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Sanin Main Line ( Sagano Line ) , which is operated by the West Japan Railway Company ( JR West ) . +-1 The Japan-Ming trade indicates the trade carried on between Japan and the Ming Dynasty in China in the Muromachi period . +-1 The Shinozuka school is the oldest school of " kamigata-mai dance " established by a Kamigata Kabuki ( kabuki of the Kyoto and Osaka area ) shosagoto ( the way of dance ) choreographer Bunzaburo SHINOZUKA during Bunka and Bunsei era ( 1804-1830 ) at the end of the Edo period . +1 Gekkein ( 1568 - 1655 ) was a daughter of Yorizumi ASHIKAGA of the Oyumi Kubo family . +-1 Kyoto Nishikyogoku Athletic Park Supplementary Field is a subfield of the Kyoto Nishikyogoku Athletic Stadium in Ukyo Ward , Kyoto City , Kyoto Prefecture , and is owned and managed by Kyoto City . +-1 In no Kinshin refers to the close associates or the group of close associates of Chiten no kimi ( the retired emperor in power ) who carried out Insei ( rule by the retired emperor . ) +-1 Yomogami is one of ninjutsu ( ninja art ) used by ninja , disguising himself as multiple persons in order to save himself . +1 The Jinno Shotoki ( A Chronicle of Gods and Sovereigns ) was written by the court noble Chikafusa KITABATAKE during the period of the Northern and Southern Courts ( Japan ) on behalf of the young Emperor Gomurakami ; it is a book on history that Chikafusa wrote at Oda-jo Castle in Hitachi Province ( present day Oda , Tsukuba City , Ibaraki Prefecture ) , in which he lays out the case for why the Yoshino Court ( often called the Southern Court ) and its imperial lineage was the true , legitimate one . +-1 " Ryoto tetsuritsu " refers to the situation where the family line of a country 's monarchy is split into two and the monarch is alternately selected from these two family lines . +1 Sanekage MUSHANOKOJI ( December 22 , 1661 - November 11 , 1738 ) was a court noble and poet from the early to middle Edo period . +-1 The scandal of Shunpoan is the large-scale criminal case of counterfeit hand-painted Ukiyo-e ( Japanese woodblock prints ) , which occurred in the early Showa period around 1930s . +1 Tadafusa MATSUDONO ( 松殿 忠房 , 1193 - year of death unknown ) was a Kugyo ( high court noble ) in the Kamakura period . +1 Ietsugu SHO ( year of birth and death unknown ) was a Busho ( Japanese military commander ) of Kodama party of Musashi Province ( He came from present Kurisaki , Honjo City , Saitama Prefecture ) from the end of Heian period to the early Kamakura period . +-1 The Kasannoin family was directly descended from the Northern House of the Fujiwara clan-Morozane branch ( Kazanin branch ) . +-1 Yusei-ji Temple is a Buddhist temple located in Kamigyo-ku Ward , Kyoto City . +-1 Takaoka Clan was one of the clans of Japan . +1 Tsurahide CHO ( 1856 - July 27 , 1878 ) was a fuhei shizoku ( former samurai with gripes ) in the early Meiji period . +1 Manjiro INAGAKI ( September 26 , 1861-November 25 , 1908 ) was a Japanese diplomat who lived during Meiji period . +1 Masayuki YAMANA ( 山名 政之 , dates of birth and death unknown ) was Shugo ( a provincial military governor ) of Hoki Province in the Muromachi period . +-1 Hiko-jinja is a shrine located in Yawata City , Kyoto Prefecture . +-1 Honjo bugyo was one of the positions of Edo bakufu . +1 Jingoro HIDARI ( Dates of birth and death unknown ) , was a legendary sculptor living in the early Edo Period . +-1 A tokonoma is a kind of Zashikikazari ( a set of decorative features ) , seen in a tatami room of a Japanese house . +1 MINAMOTO no Yoshitaka was a busho ( Japanese military commander ) who lived at the end of Heian period and belonged to Shinano Genji ( Minamoto clan ) that follows Kawachi Genji ( Minamoto clan ) . +-1 Zeze-jo Castle used to stand in present Honmaru-cho , Otsu City , Shiga Prefecture . +-1 The Shotai Conspiracy ( Shotai no hen in Japanese ) , which occurred in January 901 , was a coup in which Emperor Daigo , acting on the false charges of FUJIWARA no Takahira , the Minister of the Left , against SUGAWARA no Michizane , the Minister of the Right , demoted Michizane and sent him into de facto exile to Dazaifu ( an outpost in far off Kyushu ) as Dazai Gon no Sochi ( Deputy Commander of Dazaifu ) ; also , Michizane 's children as well as MINAMOTO no Yoshi , the Middle Captain of the Guardsmen of the Right , were either demoted or exiled . +-1 Monjoin was a University Jikiso ( facilities ) ( such as a lecture room and student dormitory ) for Kidendo ( the study of the histories ) of Daigaku-ryo ( Bureau of Education under the ritsuryo system ) . +1 Kinaki SAIONJI ( August 4 , 1702 – October 9 , 1770 ) was Kugyo ( a Court Noble ) in the middle of Edo period . +1 TAIRA no Tokiie ( ? - June 17 , 1193 ) was a busho ( Japanese military commander ) and a noble during the late Heian period and early Kamakura period . +-1 Shiryokaku fort is a fort built by the Ezo Republic ( the Hakodate Government ) at the time of the Hakodate War , in 1869 , in the present-day Hakodate City , Hokkaido . +1 Yasumoto WAKIZAKA ( April 14 , 1584 - January 21 , 1654 ) was a daimyo ( Japanese feudal lord ) in the early Edo period . +-1 Hishi mochi is a kind of Japanese confectionery . +-1 The term urabone ( ullambana ) refers to the last day of an ango practice ( the three-month intensified practice of Zen Buddhism ) , on July 15th in the old calendar , but urabone is mostly used to indicate a memorial service offered for ancestors ' souls to relieve severe sufferings on that day . +-1 Hakkaku-fun is a regular octagonal tumulus constructed during the end of the Kofun period ( around the mid seventh century ) . +-1 To ( 斗 ; a unit of volume ) +1 Dochu was a Buddhist monk of Ritsu sect from the late Nara period to the early Heian period . +1 Ninjitsu ( 1091-July 11 , 1131 ) was a priest of the Tendai sect in the late Heian period . +-1 Tanin-don or tanin-donburi is a dish in which beef or pork that is boiled with onions in a stock mixed with soy sauce , mirin and sugar , stiffened with eggs , and then placed on donburi meshi ( a bowl of boiled rice ) . +1 KI no Wakako ( year of birth and death unknown ) was a court lady who lived at the beginning of the Heian Period . +-1 Uguisubari is a corridor used for warning that the enemy has entered . +-1 A vertical type rice-milling machine was introduced around 1930 and originally used to produce sake . +1 Koben was busshi ( sculptor of Buddhist Statues ) in the Kamakura period . +1 Musashibo Benkei ( birth date unknown ; died on June 15 , 1189 ) was a monk-soldier at the end of the Heian period . +-1 The word as geographical names in Japan . +-1 Inge can refer to : +-1 A yaki-dofu is a tofu where both sides are singed after being drained . +-1 Yamatsuteru-jinja Shrine is a Shinto shrine located in Maibara City , Shiga Prefecture . +-1 The Kadenokoji / Kageyukoji family is a Japanese clan . +-1 Kuhon-ji Temple is a temple of the Jodo sect located in Narahara , Gose City , Nara Prefecture . +1 Kansan ( year of birth and death unknown ) was a monk during the Heian Period . +-1 This thought is very meaningful in Jodoshinshu doctrine , meaning ' It is evil people who are the major object of salvation based on the Vow of Amida Nyorai ( Primal Vow of Other Power ) . ' +1 Shigetane KOKUBUN ( 1262 ? - January 20 , 1331 ) was a samurai who is said to have lived in the Miyagi County , Mutsu Province in the Kamakura period . +-1 Higashi Maizuru Park is located in Maizuru City , Kyoto Prefecture . +1 Toyonori YAMAUCHI ( May 12 , 1846 – July 13 , 1886 ) was a Daimyo ( Japanese feudal lord ) who lived during the end of the Edo Period . +-1 Fujinomori Station , located in Fukakusa-kitoro-cho , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on the Keihan Main Line , which is operated by Keihan Electric Railway . +-1 Sanborai is a gemon taken from Zunshi Jodosangangi . +1 Motomori ISHIKAWA ( year of birth unknown - July 5 , 1307 ) was a busho ( Japanese military commander ) in the Kamakura period . +-1 The naginata jutsu is a Japanese martial art using a long-handled sword called naginata which originated in Heian period . +-1 Oke is a kind of container . +-1 Ame no Hoakari is a Shinto god that appears in Japanese mythologies . +1 Shinsho ( Shinjo ) was a Buddhist priest of the Kegonshu sect in the Nara period . +1 TAIRA no Munemori ( 1170 - July 26 , 1185 ) was a warlord in the late Heian era . +1 Norisuke AKAMATSU ( ? - May 12 , 1351 ) was a daimyo ( Japanese feudal lord ) who lived in the period of the Northern and Southern Courts . +-1 In no cho was the direct political institution of Daijo Tenno ( the Retired Emperor ) who took the reins of Insei ( a cloister government ) or the institution that handled shomusata ( trial dealing with land-related issues ) and zatsumusata ( trial dealing with civil affairs ) of Nyoin ( woman bestowed with the title " in " ) in Japanese ancient and medieval period . +1 Sukenobu NISHIKAWA ( 1671 - 1750 ) was an Ukiyoe ( Japanese woodblock prints ) artist in the Edo period . +1 Tsuneatsu OGURANOMIYA ( year of birth unknown - August 11 , 1422 ) was a Prince of Emperor Gokameyama , who was the 99th Emperor in the period of the Northern and Southern Courts , and was the fourth and last Emperor of the Southern Court . +1 Noritsuna TADA ( year of birth unknown - July 11 , 1234 ) was a busho ( Japanese military commander ) in the early Kamakura period . +-1 Kasuzuke is to pickle food in sake lees or sweet sake lees . +-1 Myoga means a kind of tax in the Edo period that was paid to the Edo bakufu or domains in consideration for the use of mountains / fields / rivers / seas or to grant a business license +1 Noritoyo KAJUJI ( 1610- July 17 , 1615 ) was a court noble ( high court noble ) in Edo period . +-1 Kinshi kunsho ( the Order of the Golden Kite ) is one of Japan 's decorative orders . +-1 Obiage is a type of small tool used when wearing kimono , and it wraps around obimakura ( a small oval cushion to keep the obi ( kimono sash ) knot in place ) . +-1 Kurozuka-kofun ( also known as Kurozuka-kofun ) Tumulus is an early keyhole-shaped mound ( about the end of third century ) in Yanagimoto-cho , Tenri City , Nara Prefecture . +-1 Sekimon Shingaku is a school of ethics established by Baigan ISHIDA ( 1685-1744 ) , a Japanese thinker in the middle of the Edo period . +1 MINO no Otomasu was a person of the Nara period . +1 Yoshinobu HIRAGA or MINAMOTO no Yoshinobu was a busho ( Japanese military commander ) of the Kawachi-Genji ( Minamoto clan ) who lived during the end of the Heian period . +-1 The Jinko-in Temple is a tanritsu jiin ( a temple which belongs to no sect ) of the Shingon Sect line in Kita Ward , Kyoto City . +-1 The muramai system refers to a sake rice dealing system which is concluded between sake rice production areas in Harima region and specific Kuramoto ( sake brewer ) including Nada gogo ( five districts in Nada ) . +-1 Yukata is a kind of wafuku ( traditional Japanese clothing ) . +1 FUJIWARA no Soen ( 1033 or 1043 - November 20 , 1111 ) lived in the late Heian period . +1 IGA no Tomomitsu ( year of birth unknown - October 15 , 1215 ) was a busho ( Japanese military commander ) from the late Heian period to the early Kamakura period . +-1 Zafu is a zabuton ( Japanese cushions used to sit on the floor ) used for zazen ( Zen sitting meditation ) . +1 Imperial Princess Yoshiko ( September 30 , 1714 - October 23 , 1758 ) was the thirteenth Princess of Emperor Reigen . +-1 " Sunakake-babaa " is a specter said to inhabit Nara Prefecture and Hyogo Prefecture . +-1 The rokusodankyo ( Platform Sutra ) is one of the Buddhist scriptures and is a collection of preaching by Eno , the rokuso ( sixth leader ) of the Chinese Zen sect . +-1 Doshisha Junior High School is a private coeducational school located in Karasuma-dori Imadegawa-dori , Kamigyo-ku , Kyoto City . +1 TAIRA no Yoshimune ( Prince Yoshimune ) ( year of birth unknown - July 30 , 829 ) was a member of the Imperial family in the early Heian period who became a subject of the state . +-1 Kamonryo refers to Ryoge no kan ( class outside of the Ritsuryo system ) belonging to Kunaisho ( Ministry of the Sovereign 's Household ) under the Ritsuryo system in Ritsuryo Japan . +-1 Ansei no Taigoku was an act of suppression conducted by the Edo bakufu ( Japanese feudal government headed by a shogun ) between 1858 and 1859 . +-1 The campaign of the three biggest petitions is a political movement caused by petitions ( " The three biggest petitions " ) submitted to Genroin ( the Chamber of Elders ) ( Japan ) by Kenkichi KATAOKA in October 1887 . +-1 Myokei MATSUMOTO ( 1945 - ) is the present-day Busshi ( sculptor of Buddhist statues ) who belongs to the Keiha School . +-1 Tanba-cho was a town that existed on the border between the central part of Kyoto Prefecture and Hyogo Prefecture . +1 Chikako MIYAGI ( November 26 , 1922 - August 7 , 1996 ) was a Japanese actress . +-1 Shimadzu Foundation Memorial Hall is a museum of Shimazu family history , opened by Shimadzu Corporation in 1975 on the centennial anniversary of its foundationto commemorate its founder Genzo SHIMAZU . +1 Aoi ( Hollyhock ) is the title of one of the fifty-four chapters of " The Tale of Genji . " +1 Yabe Zenni ( 1187 - May 23 , 1256 ) was a woman from the Miura clan who lived from the early to middle Kamakura period . +1 Motouji ASHIKAGA ( April 10 , 1340 - June 2 , 1367 ) was a busho ( Japanese military commander ) in Muromachi period . +1 MONONOBE no Moriya was Omuraji ( ancient Japan ) ( powerful local ruling family ) during the Asuka Period . +-1 Hoso Kami ( also pronounced as Hoso gami , Hoso shin ) is an apotheosis of hoso ( smallpox ) , and is a kind of Yakubyo-gami , a deity for the transmission of epidemics . +1 FUJIWARA no Inshi ( Taneko ) ( year of her birth is unclear - August 16 , 896 ) was the daughter of Naidaijin ( the Minister of the Center ) FUJIWARA no Takafuji . +1 Koyasan Shingon sect is one of Shingon sect that was founded in the early Heian Period by Kobo Daishi ( a posthumous title of the priest Kukai ) who visited China and studied Esoteric Buddhism with Keika ( also called Eka ) in Qinglongsi Temple ( in Xian City ) in Changan ( Xian City ) during the Tang Dynasty ( China ) . +-1 Onmoraki is a monster bird written in Chinese and Japanese classics . +1 Hoshu KATSURAGAWA ( 1826 - September 25 , 1881 ) was a doctor and Dutch scholar . +-1 " Etenraku " is a piece of gagaku ( ancient Japanese court dance and music ) . +-1 Ryotoku-ji Temple on Mt . Horin is a Buddhist temple belonging to the Otani school of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) located in Narutaki , Ukyo Ward , Kyoto City . +-1 Gantoku-ji Temple is a Buddhist temple belonging to the Tendai Sect located in Oharano , Nishikyo Ward , Kyoto City . +-1 Shinomiya Station , located in Shinomiya-donogo-cho , Yamashina Ward , Kyoto City , Kyoto Prefecture , is a stop on the Keihan Keishin Line , which is operated by Keihan Electric Railway . +1 Munetake MATSUDAIRA was the seventh ( the last ) lord of the Miyazu Domain , Tango Province . +1 Kakunin ( dates of birth and death unknown ) , was a priest at Todai-ji Temple in the latter part of the Heian period . +1 Kokei ( 1648 to August 30 , 1705 ) was a monk of the Sanronshu Sect who lived in the early Edo period . +-1 Hondamage is a male hairstyle that was popular among Suijin ( men of refined tastes ) during the Edo period . +-1 Kyoraku Theater was an entertainment hall that existed in Matsugae-cho , Rokkaku Higashi-iru , Shinkyogoku Street , Nakagyo Ward , Kyoto City . +-1 " Nanakuchi no seki " refers to the checkpoints which were set on the seven roads leading to Kyoto from outlying regions ( Kyoto nanakuchi , Kyoto 's seven entrances ) during medieval times . +-1 O-oku was a residential place in Edo-jo castle where the Tokugawa Shogun family 's children , lawful wife and oku jochu ( maids working in the domestic quarters of a shogun or feudal lords ) ( also called goten jochu [ palace maids ] ) resided . +1 ONO no Kenu ( year of birth unknown - June 5 , 714 ) was a Court noble in the late Asuka period . +-1 Genko is the Japanese name of two invasions ( expeditions ) that Japan suffered in the middle Kamakura period from the Mongol Empire ( Yuan Dynasty ) , which was then dominant on the continent , and its subjected kingdom , the Kingdom of Goryeo . +-1 Share ' describes the way in which someone / something is refined and tasteful . +-1 Buddhism in Japan +-1 Shodo was the study of calligraphy under the Daigaku-ryo ( Bureau of Education ) of Japan 's Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 TAIRA no Narimori ( around 1169 - March 20 , 1184 ) was the third son of TAIRA no Norimori . +-1 Iaido is a kind of martial art that was developed from the battojutsu ( technique of drawing a sword ) called Iai . +1 The term " shikyo " refers to the four historical stories ( history books with a narrative style ) generically known as ' kagami-mono ' ( mirror works ) , which includes " O-kagami " ( the Great Mirror ) , " Ima-kagami " ( the Mirror of the Present ) , " Mizu-kagami " ( the Water Mirror ) , and " Masu-kagami " ( the Clear Mirror ) , that appeared between the late Heian period and the early Muromachi period . +-1 Masuseki , or box seating , ( 枡席 or 升席 in Chinese characters ) is a traditional kind of auditorium in Japan . +1 Hideki YUKAWA ( January 23 , 1907-September 8 , 1981 ) was a theoretical physical scientist in Japan . +1 Kazuuji HOSOKAWA ( 1296 - October 21 , 1342 ) was a busho ( Japanese military commander ) from the late Kamakura Period through the period of the Northern and Southern Courts . +-1 Kyoto Nishikyogoku Athletic Stadium refers to the athletic field in Kyoto City Nishikyogoku Comprehensive Sports Park in Ukyo Ward , Kyoto City , Kyoto Prefecture . +1 Tsutomu SAKURAI ( October 6 , 1843 - October 12 , 1931 ) was an administrative official in the Meiji period . +1 Kenkichi SAKAKIBARA ( December 19 , 1830 - September 11 , 1894 ) was a shogunal retainer and professional swordsman from the end of the Edo to the Meiji period . +-1 Jinjo shogakko was a name for institutions of elementary education from the Meiji period to early Showa period . +-1 Genroin gikan were those who organized the Chamber of Elders ( Japan ) . +1 Kosho ( dates of birth and death unknown ) was a sculptor of Buddhist statues in the mid Heian period . +1 Shigeru MORIYAMA ( October , 1842 - February 26 , 1919 ) was a diplomat and politician of the Meiji period . +-1 Hibyoin was a hospital specialized for infectious diseases built in the Meiji period in Japan . +1 ISONOKAMI no Maro ( 640 – April 22 , 717 ) was a noble who lived in the Aska and Nara period . +-1 Jo was the third official among Shitokan under the Japanese ritsuryo system . +-1 The Dong Du Movement ( Toyu Undo or Donzu Undo in Japanese : Phong trào Đông Du in Vietnamese ) was an independence movement that started in Vietnam at the end of the 19th century . +-1 Urasenke is one of various schools of tea ceremony . +-1 Nihon eiho , also called Koshiki eiho , is a Japanese traditional style of swimming . +-1 The Nihon Shakaito is a political party in the Meiji Period . +-1 Kokudachi ( spiritual practice of eating no grain ) is one of Buddhism " gyo " ( spiritual practices ) . +1 Tsunena OINOMIKADO ( 1480-May 16 , 1553 ) was Kugyo ( top court official ) during the late Muromachi period . +1 Imperial Prince Takaoka ( 799 - 865 ) was a member of the Imperial family and a priest during early Heian period . +-1 The anti-Nobunaga network is a commonly used name for the seige around Nobunaga led by Yoshiaki ASHIKAGA ; from the end of the Sengoku period to the beginning of the Azuchi-Momoyama period , Nobunaga ODA was an official backing for Yoshiaki ASHIKAGA , Seii Taishogun of the Muromachi shogunate , although , in reality , they were conflicted and Yoshiaki established that anti-Nobunaga network . +1 Yukihisa ( 以久 ) SHIMAZU ( August 12 , 1550 - May 31 , 1610 ) was a busho ( Japanese military commander ) of the Shimazu clan , who lived during the Sengoku Period ( period of warring states ) . +-1 Ako Roshi refers to a group of 47 warriors under the former feudal retainer of Ako , Kuranosuke OISHI , who on January 30 , 1703 broke into the residence of Yoshinaka KIRA , from a Koke ( honorable family ) who were enemies of the former lord Naganori ASANO , to murder him and get revenge . +-1 Wadagassen Onna Maizuru ( Wada Battle and Woman Flying-Crane ) is a Kabuki play , but originally a ningyojoruri . +1 Ogai MORI ( February 17 , 1862 - July 9 , 1922 ) was a novelist , critic , translator , playwright , surgeon of the Imperial Army and Bureaucrat ( Senior Official First Class ) . +1 MINAMOTO no Sukekane ( year of birth and death unknown ) is a samurai in the late Heian period . +1 Murashige ARAKI ( 1535-1586 ) was a Japanese military commander and feudal lord during the Period of Warring States and the Azuchi-Momoyama period . +-1 Kansatsushi refers to a government post which was established in Tang Dynasty China , in Yi Dynasty Korea , and in Japan in the early Heian period , for the purpose of inspecting the local administration . +-1 Banto +-1 The Hyojosho is an institution that handled lawsuits before modern times , or the place where such institution was located . +1 TAIRA no Sadafumi ( 872 ? - November 13 , 923 ) was a mid-Heian period poet . +1 Kinzo HIROSE ( November 4 , 1812 - March 8 , 1876 ) was an Ukiyo-e artist who lived from the end of the Edo period to the Meiji period . +1 Kojo ( 779 - September 24 , 858 ) was a priest of the Tendai sect early in the Heian period . +1 Sadataka MATSUDAIRA ( July 27 , 1716 - May 3 , 1763 ) was a daimyo ( Japanese feudal lord ) who lived during the Edo period . +1 FUNYA no Akitsu ( 787-April 30 , 846 ) was Shogun and a politician in the Heian period . +-1 Yamato no Kuni no Miyatsuko ( also called ' Yamato Kokuzo ' ) was a Kuni no Miyatsuko ( the head of a local government ) who ruled over the center of Yamato Province . +1 Zenso YAKUIN ( 1526 - 1599 ) was a doctor who lived from the Sengoku Period ( Period of Warring States ) to the Azuchi-Momoyama period . +-1 The term " Kenzuishi " refers to Japanese tributary envoys dispatched to the Sui rulers in China during the reign of Empress Suiko . +1 Shinpei MATSUOKA ( October 29 , 1954- ) is a Japanese scholar of Noh . +1 Tsuranu WASHIZAKI ( dates of birth and death unknown ) was a Hira Taishi ( Regimental Soldier ) of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +-1 The terms " Unaju " ( written as 鰻重 , うなじゅう , うな重 ) refer to a Japanese dish , which contains broiled eel on rice with sauce in Jubako ( generally tiered square wooden boxes with a cover which is coated by urushi Japanese lacquer ) or refers to a specific kind of container used to serve broiled eel . +1 Hiromichi KATAYAMA ( Dec 22 , 1907 – Mar 10 , 1963 ) was a leading Japanese traditional Noh play actor ( shite-kata ) of the Kanze school . +-1 Sandai Soron is a general name for a religious conflict in the Soto sect , which started in 1267 and lasted for about 50 years . +1 Somon is one of the three main poetic categories to constitute the old collection of poetry " Manyoshu " together with Zoka ( Miscellaneous Poem ) and Banka ( Laments ) . +-1 Kangaku ( Kangaku ranking ) means the title to be given to Buddhist monks who are in a commanding position with a high level of education and learning in religious schools of Japanese Buddhism after the end of modern times . +-1 Hatsumode is an event to pray for safety and peace for the year by visiting a shrine or temple ( a Shinto shrine or Buddhist temple ) , or church for the first time since the start of a new year . +-1 The term ' danjiri ' has several meanings , as follows . +-1 Imai Town is a town located in Kashihara City , Nara Prefecture . +1 Rosanjin / Rozanjin KITAOJI ( March 23 , 1883 - December 21 , 1959 ) was a Japanese artist . +-1 Anao-ji Temple is a Buddhist temple located in Kameoka City , Kyoto Prefecture . +1 Hachibei OKU ( year of birth unknown-March 24 , 1669 ) run the fish store ( Kawachiya ) in Kyoto in the Edo period . +-1 " Throne of Blood " is a film released in 1957 by Toho . +-1 In the Jodo ( Pure Land ) sect of Buddhism , Raigo means Amida Nyorai ( Amitabha Tathagata ) , who is riding on the colorful clouds together with various bosatsu and tennin ( heavenly beings ) , coming to see a person who is about to die in order to take him or her to the heavens , and who is served by Kannon Bosatsu ( Kannon Buddhisattva ) and Seishi Bosatsu on the side . +-1 Omodaru and Ayakashikone are kami ( god ) in Japanese Methodology ( shinto ) . +1 Ariie KARAHASHI ( July 2 , 1729 - October 26 , 1791 ) was a court noble in the middle of Edo Period . +-1 The former Hachiman post office is a historical building located in Omi Hachiman City in Shiga Prefecture . +1 Iwao KINOSHITA ( 1846 - October 6 , 1868 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) from Tokushima , Awa Province ( there is another theory that he was from Yamashiro Province ) . +-1 The term " shingon " or " Sanskrit mantra " refers to sacred utterances , derived from Mikkyo scriptures ( Esoteric Buddhism scriptures ) such as Daibirushana Jobutsu Jinbenkaji-kyo Sutra ( Mahavairocana Sutra ) . +-1 The Yodo kojo Castle is a castle which was located at Noso Kitashirobori , Fushimi Ward , Kyoto City , Kyoto Prefecture . +1 TAIRA no Kinmasa ( date of birth and death unknown ) was a busho ( Japanese military commander ) during mid Heian period . +-1 Wakatakeni ( simmered bamboo shoots and seaweed ) is one of the Japanese " nimono " ( simmered foods ) . +1 Count Charles Ferdinand Camille Ghislain Descantons de Montblanc ( May 11 , 1833 - January 22 , 1894 ) , the Baron of Ingelmunster , was a French / Belgium peer , businessman , diplomat and oyatoi gaikokujin ( a foreign advisor with specialized knowledge hired by the Japanese government at the end of the Edo period to the Meiji era to assist in the modernization of Japan ) . +1 TAIRA no Masahira ( date of birth and death unknown ) was a busho ( military commander ) in the mid-Heian period . +-1 " Kanten " ( agar , or agar agar ) is made from frozen and dried mucilage of red algae such as tengusa ( agar weed ) and ogonori ( Chinese moss ) . +-1 Arashiyama-onsen Hot Spring is a spa situated in Arashiyama , Ukyo Ward , Kyoto City , Kyoto Prefecture . +-1 Tenka San Nasu refers to the following three Nasu ( eggplant-shaped tea caddy ) : Tsukumo Nasu ( literally , Nasu of gray hair ) , Matsumoto Nasu ( Nasu originally owned by Shuho MATSUMOTO ) , and Fuji Nasu ( literally , Nasu of Mt . Fuji ) . +-1 Licensed brewer is someone who passed the written and practical tests about sake brewing which is a kind of skill assessment system of nationally-accredited qualification conducted by prefectural governors ( the questions are made up by Japan Vocational Ability Development Association and the administrator is Prefectural Vocational Ability Development Association ) . +-1 Charyo is a type of utensil used in Senchado ( Japanese tea ceremony using Sencha [ brewed green tea ] ) . +1 FUJIWARA no Seishi ( also known as Sukeko , 972 - May 1 , 1025 ) was the Empress of the sixty-seventh Emperor Sanjo during the middle of the Heian period . +1 Yamaji no tsuyu ( Dew on the Mountain Road ) is one of the sequels to " The Tale of Genji . " +1 Takehachiro KAZURAYAMA ( Year of birth unknown - October 6 , 1864 ) was a corporal of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +-1 " Ikai " ( the court rank ) is a ranking system of the government officials . +1 Renzaburo Suzuki ( 1848 - October 6 , 1868 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) from Himeji , Harima Province . +-1 Asahi Beer Oyamazaki Villa Museum of Art is a private art museum operated by Asahi Breweries , Ltd . +1 Kokokushikan is the understanding that Japanese people live in Japan , a country with a history of successive Emperors , lore and the history of which was passed from generation to generation to the present . +1 Hakyo KAKIZAKI ( June 25 , 1764 - July 26 , 1826 ) was a Japanese painter and Karo ( chief retainer ) of Matsumae Domain . +-1 Kiroku Shoen Kenkeijo was an organization which investigated manors ( shoen ) in the Heian period . +1 Emperor Goyozei ( December 31 , 1571 - September 25 , 1617 ) , his reign was from December 17 , 1586 to May 9 , 1611 , he was the hundred and seventh Emperor between the Azuchi-Momoyama period and the Edo period . +1 Prince Yakabe ( March 27 , 539 - July 20 , 587 ) was the Imperial prince of Emperor Senka . +1 MINAMOTO no Yoriyoshi was a mid-Heian period warrior . +-1 Ichi no tsukasa ( Market Office ) was the institution that belonged to Kyoshiki ( the Capital Bureau ) on the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) of the Ritsuryo system Japan . +-1 Seika Kururin Bus is a community bus operated in Seika-cho , Soraku-gun , Kyoto Prefecture . +-1 Tomonomiyatsuko is the Gozoku ( local powerful clans ) who administered each group of tsukasa ( offices ) in the Yamato Dynasty under or sometimes together with the clans of muraji ( one of ancient Japanese hereditary titles denoting rank and political standing ) . +1 Prince Ichishino ( 733 - December 10 , 805 ) was a member of the Imperial Family between the late Nara period and the early Heian period . +-1 Konbushime is a local dish in Toyama Prefecture . +-1 Doko ' are utensils used to heat water and warm sake by placing on braziers . +-1 Saikyo ( Nishikyo ) is defined as the ' Nishi no Kyo ' ( Western Kyo ( Capital ) ) , or ' Kyo no Nishi ' ( West of Kyo ) . +-1 Ennen is a Japanese art which was performed by monks and chigo ( child in a Buddhist possession ) at temples after Daihoe ( great Buddhist memorial service ) . +-1 The Taiko-kenchi is a series of land surveys ( surveys of agricultural lands [ i.e. except mountains and forests ] and production ) conducted by Hideyoshi TOYOTOMI throughout Japan . +1 Ranbakeishi ( 1417 – March 17 , 1501 ) was a Buddhist priest of the Rinzai sect between the mid-Muromachi and Sengoku periods ( Period of Warring States ) . +-1 Insei period culture ( culture during the period of the government by the Retired Emperor ) or the culture of the end of the Heian period refers to Japanese culture from the end of Heian period , the latter half of the 11th century to the period when the Kamakura bakufu ( Japanese feudal government headed by a shogun ) was founded , the end of the 12th century . +1 Nobutaka UENO ( year of birth and death unknown ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +-1 Uchiki ( also known as " uchigi " ) is a kind of kimono that is worn by women as part of Heian-period costumes , such as the twelve-layered ceremonial kimono and five-layer robe , although it may also be worn by itself . +1 Nariyuki NIJO ( November 1 , 1816 – December 5 , 1878 ) was a noble during the period between the end of the Edo period and the Meiji period . +-1 Okappiki refer to unofficial collaborators who played a marginal role in police functions such as town magistrate 's offices and Hitsuke tozoku aratame-kata ( literally , " investigative division for arson and organized robbery " ) in the Edo period . +1 Nobutaka ODA is a busho of the Azuchi-Momoyama period . +1 Jinnichi ( 860-December 29 , 916 ) was a priest of the Shingon sect from the early to late Heian Period . +-1 Saga Toriimoto , once called ' Adashino , ' was a burial site for the dead in Kyoto . +-1 Ayabe-onsen Hotspring is located in Ayabe City , Kyoto Prefecture . +-1 " Tanba " is the name of a limited express train that the West Japan Railway Company ( JR West ) operates between Kyoto Station and Fukuchiyama Station via the Sanin Main Line . +-1 Situated in Fushimi Ward , Kyoto City , Kyoto Prefecture , Fushimi no Momoyama no Misasagi is the imperial mausoleum of the Emperor Meiji . +1 Chikuun YAMAMOTO ( a male , 1819 - April 27 , 1888 ) was a Tenkoku artist ( a carver who carved Chinese characters in the special , Tensho , style ) and master of the green tea ceremony who lived in the Meiji period . +-1 Joyo Station , located at 7 Hayashinokuchi Oaza-Terada , Joyo City , Kyoto Prefecture , is a stop on the Nara Line of the West Japan Railway Company ( JR West ) . +-1 A reijo is a place where human souls are said to gather after death . +1 Kotaihi means a person who was the biological mother of an Emperor and the wife of the previous Emperor . +-1 The Oe clan were nobles from ancient times until early modern times . +-1 The Tango-Amanohashidate-Oeyama Quasi-National Park consists of the three areas of ' the seashore area of the Tango peninsula , ' which covers the area from Kyotango City of Kyoto Prefecture to the right-side shore of the estuary of Yura-gawa River in Maizuru City , of ' the Seya highland area , ' an inland area of the Tango peninsula , and of ' the Oe-yama mountain range area ' centered on the former Oe-cho area of Fukuchiyama City . +1 Sosei ( dates of birth and death unknown , died in 910 ? ) was a poet and a monk who lived during the early and middle Heian period . +-1 A yose originally referred to a permanent hut operated by a promoter where professionals of rakugo ( traditional comic storytelling ) , rokyoku ( naniwabushi recitation ) , kodan storytelling , manzai or a comic dialogue , or magicians entertained their audiences by exhibiting their skills in speaking or trickery . +1 TAIRA no Kiyofusa ( year of birth unknown - March 27 , 1184 ) was the eighth son of TAIRA no Kiyomori . +-1 " Kokufu " is a place and city at which facilities were established for Kokushi ( provincial governors in the nation 's governing system in old days ) to administer governmental affairs during the Nara and Heian periods . +1 OKISOME no Usagi ( year of birth and death unknown ) was a person who lived during Japan 's Asuka period . +-1 Wagashi no hi ' ( the Day of Japanese Confectionery ) was a memorial day , established by ' Zenkoku Wagashi Kyokai ' ( Japan Wagashi Association ) in 1979 . +-1 Gokinaishi ( topography of Kinai region ) was a local topography of Kinai region ( provinces surrounding Kyoto and Nara ) compiled in the Edo period . +1 TAIRA no Kiyomori was a warlord who lived in the Late Heian Period . +1 Mitsutoyo KAJUJI ( January 17 , 1576-November 18 , 1612 ) was a Kuge ( court noble ) from the Azuchi-Momoyama period to the early Edo period . +1 SAKANOUE no Kiyono ( 791- 850 ) was the third son of SAKANOUE no Tamuramaro . +-1 Sakurayu is a hot drink with a salt-preserved cherry blossom in it . +1 Motoharu MORI ( 1323 - year of death unknown ) was the head of the MORI family who lived during the period of the Northern and Southern Courts ( Japan ) and Muromachi period , and was the legitimate son of Chikahira MORI . +-1 The term ' Wakoku ' refers to a name which ancient Chinese dynasties or other countries around China used to designate a political force or its area in the Japanese Islands around that time . +-1 Kasugayama Primeval Forest ( kasugayama genshirin , or kasugayama genseirin ) is the area where the primitive forest has reached a climax , because the primitive forest as a mountain of Kasuga-Taisha Shrine was regarded to be divine and cutting the trees in the area has been long prohibited for more than 1000 years . +-1 Daikon oroshi is a food made by grating daikon radish with an oroshigane ( Japanese grater ) . +-1 Hichiriki flute is one of the wind instruments used for gagaku ( ancient Japanese court dance and music ) and kagura ( sacred music and dancing performed at shrines ) that was created in modern times following the flow of gagaku . +-1 The Kurahashi family was a " Tosho-ke " ( the hereditary lineage of Court nobles occupying relatively high ranks ) of a branch family of Tsuchimikado of the Abe clan and its social standing was hange , kuge of lower rank . +1 Zengen Shosenshu Tojo is the preface ' Tojo ' of " Zengen Shosenshu " ( lost book ) , a collection of words and geju ( hymns in honor of doctrine , Buddha and bodhisattva ) used by various schools of Zen , compiled by Shumitsu KEIHO who was a monk in the Tang Dynasty period in China and only this part remains in existence today . +1 TACHIBANA no Norimitsu ( 965 - year of death unknown ) was a government official who lived in the mid-Heian period . +1 Taiso no rei means an Emperor 's funeral which is conducted as an Imperial ceremony under the law of the Imperial House Act , Clause 25 . +1 Takatoshi MITSUI ( 1622- May 29 , 1694 ) was a merchant who lived during the Edo Period . +1 Yorimitsu SUWA +-1 Yamatoji Line is the nickname for the electrified section of rail between Kamo Station ( Kyoto Prefecture ) and JR Nanba Station that runs on the Kansai Main Line of the West Japan Railway Company ( JR West Japan ) . +1 Yoshitaka KIRA ( dates of birth and death unknown ) was a military commander of the Sengoku Period ( the Period of Warring States in Japan ) . +1 FUJIWARA no Akisue ( 1055 - September 6 , 1123 ) was a noble in the late Heian period . +-1 " Natsumatsuri " is a collective term for festivals observed in summer . +-1 Hijiki ( scientific name : Sargassum fusiforme , synonym : Hizikia fusiformis ) is a kind of seaweed of the Class Phaeophyceae Family Sargassaceae Genus Sargassum . +-1 Gunchujo were documents that proved participation in battles and other military exploits in medieval Japan . +1 Jakusho ( c . 962 - 1034 ) was a monk of the Tendai sect of Japanese Buddhism and a literary man who lived in the mid-Heian period . +1 Koretari YOSHIKAWA ( 1616 - January 1 , 1695 ) was a Japanese Shintoist in the early Edo period . +-1 " Hanzei " means that the Muromachi bakufu ( Japanese feudal government headed by a shogun ) gave the power of collection of half of the customs or taxes on production from manors and lands under the control of the feudal government to the provincial constables . +1 FUJIWARA no Yoshinobu ( 995 - March 24 , 1065 ) was a court noble and court official who lived in the Heian period . +-1 The Ayabe Shimin Bus is a regular route bus that is operated by Ayabe City in Kyoto Prefecture . +-1 Buke style ( samurai style ) Murasakino Senke school is considered to have descended from Imasawa school inherited by the family of karo ( chief retainer ) of the Owari Tokugawa family . +1 Sou YAMAMURA ( real name : Hirosada KOGA , February 24 , 1910 - May 26 , 2000 ) was a Japanese actor and a movie director . +1 Yukinobu MIYOSHI was the third son of Nobushige ( Yukimura ) SANADA . +-1 Fukensei ( prefectural system / law ) refers to a local administration system established in 1890 as well as the law that stipulates this system . +-1 " Poppo Land " Fukuchiyama Railway Hall is a railway exhibition pavilion in Fukuchiyama City , Kyoto Prefecture . +1 Masatsura KUSUNOKI was a busho ( Japanese military commander ) in the period of the Northern and Southern Courts ( Japan ) . +1 HATA no Kawakatsu ( dates of birth and death unknown ) was a member of the local ruling family from the Hata clan which worked for the Yamato sovereignty ( the ancient Japan sovereignty ) from the late sixth century to the middle of the seventh century . +-1 Great Kyoto Fire of the Tenmei Era was a fire that broke out in Kyoto on March 7 , 1788 . +-1 The Shingon sect Yamashina school is a Buddhist school of the Shingon lineage in Japan , classified into the Kogi ( old ) Shinshu sect . +1 Shuhei MITSUKURI ( January 15 , 1826 to December 3 , 1886 ) was a Dutch scholar ( a person who studied Western sciences by means of the Dutch language ) . +-1 The seventh Shikan NAKAMURA ( March 11 , 1928 - ) is a Kabuki actor . +1 OE no Koremitsu ( 1110 - February 17 , 1175 ) was a court noble in the Heian period . +1 Kensho ( 1130 - 1209 ? ) was a poet-monk who lived from the late Heian period to the early Kamakura period . +1 Raitei ARIMA ( 1933 - ) is a Zen monk in the present day . +-1 The term " sashimono " is a generic name given to traditional craft products which are made without any joint parts such as nails ; for example , furniture , doors , and other household things made by assembling wooden pieces . +1 Renku refers to haikai no renga ( humorous linked poem ) . +-1 Obama Line refers to the railway ( local line ) in West Japan Railway Company ( JR West ) from Suruga station in Suruga city , Fukui prefecture to Higashi-Maizuru station in Maizuru city , Kyoto prefecture . +1 Masayoshi ISHIKAWA ( 1658 - June 1 , 1682 ) was a successor of Yodo domain of the Province of Yamashiro . +1 Horen ( years of birth and death unknown ) was a priest during the Asuka period and the Nara period . +1 Atago Hyakuin was a linked verse known as Renga , which was composed by Mitsuhide AKECHI and others at Mt . Atago in Kyoto immediately before his coup , the Honnoji Incident . +-1 The Gojunoto is one of the styles of Buddhist pagodas . +-1 Ishitsukuri-jinja Shrine and Tamatsukuri-jinja Shrine are the shrines located in Kinomoto-cho , Ika County , Shiga Prefecture . +-1 Manzai is a kind of traditional art in Japan . +1 Mother of Jojin Ajari ( 988 - year of her death is not clear ) was a female waka poet in the mid-Heian period . +-1 Hosen-ji Temple is a Buddhist temple belonging to the Shingon Sect Chisan School located in Kyotanabe City , Kyoto Prefecture . +1 Ene ANDO ( 1285-1343 ) was a warlord from the end of the Kamakura period to the Northern and Southern Courts period , and he served in the Rokuhara Tandai ( an administrative and judicial agency in Rokuhara , Kyoto ) as a hikan ( low-level bureaucrat ) to the Tokuso Family of the Hojo clan , the family of shogunal regent of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +-1 The Jidai Gyoretsu is a pageant or procession in festivals where the participants wear costumes from the Kofun period ( tumulus period ) through the early Showa period , reproduced after research into each period , +-1 Rakusai Bus Terminal is a bus terminal in Nishikyo Ward , Kyoto City , Kyoto Prefecture . +-1 " Kanjincho " is a kabuki program which is based on the Noh play " The Ataka Barrier . " +1 Muan Xingtao ( March 16 , 1611 - March 6 , 1684 ) was a monk of the Obaku school ( Obaku sect ) of the Rinzai sect of Buddhism , who came to Japan from Ming of China in the early Edo period . +-1 Satcho is an abbreviation of the Satsuma Domain and the Choshu Domain . +1 SAKANOUE no Otoiratsume ( dates of birth and death unknown ) was the second daughter of OTOMO no Sukunamaro and OTOMO no Sakanoue no Iratsume . +1 Shikan NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +-1 Jofu is a person in the Edo period who lived permanently in Edo and served seii taishogun ( literally , " great general who subdued the barbarians " ) without performing Sankinkotai ( a system under which feudal lords in the Edo period were required to spend every other year in residence in Edo ) . +-1 Hifu means a kind of jackets that is put on over kimono . +-1 Chitsuroku-shobun was a policy of complete abolition of hereditary stipend implemented by the Meiji government in 1876 . +1 Zonkaku was a Buddhist priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) who lived from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +-1 The kokuga forces system indicates a historical concept of a national military system established in the period from around the end of ancient times to the early medieval period of Japan ( the 10th century to the 12th century ) . +1 Morimichi MOTONO ( September 25 , 1836 - December 10 , 1909 ) was a government official and businessman in Japan . +-1 Zao Gongen is a venerable entity worshipped in Buddhism in Japan . +-1 " Kuden " is a method of orally transmitting information . +-1 Hogo-ji Temple is a temple of the Nichiren Sho Sect , that is located in Maizuru City , Kyoto Prefecture . +1 Naoharu OSAKO ( December 24 , 1844 - September 20 , 1927 ) was a samurai warrior of Japan , feudal retainer of Satsuma , military man of Imperial Japanese Army ( IJA ) and peerage . +-1 The surname , Toyotomi , was a honsei ( original name of the clan which indicate its lineage ) given to Hideyoshi TOYOTOMI , who became Kanpaku ( chief adviser to the Emperor ) and took control of the political power in the Tensho period . +-1 Kinoko is a Yokai whose presence has been told in the Kinki area . +-1 Kuminohama Hot Spring is a hot spring located in Hirata , Kumihama-cho ( former Kumihama-cho ) , Kyotango City , Kyoto Prefecture ( Tango Province under ancient administrative division ) . +-1 Monryu is a designation used to refer to branch schools of Nichiren 's disciples who considered the Myohorenge-kyo Sutra ( the Lotus Sutra ) as Shobo ( the true teachings of Buddha ) , by using the founder 's name or the name of the area where the founder propagated Buddhism . +1 Nobukichi MIYAGAWA ( 1843 - January 1 , 1868 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) from Tama district , Musashi Province . +1 Chikkyo ONO ( November 20 , 1889-May 10 , 1979 ) was a Japanese-style painter who lived in the Taisho and Showa period . +-1 Matsuribayashi ' ( festival music ) is music that is performed at festival time and forms a particular genre of musical accompaniment . +-1 Miyanomae Haiji ato is the remains of Buddhist temple that stood from the Nara era to Heian era located in Zao-cho , Fukuyama City , Hiroshima Prefecture . +-1 Shaku is a narrow board held in the right hand when one wears sokutai ( traditional ceremonial court dress ) in Japan . +-1 The Ayabe Domain existed in Tanba Province ( Aono cho or Hongu cho , Ayabe City , Kyoto Prefecture in the present day ) . +-1 Nenryoshomai was the term for the shomai itself or the system under the Ritsuryo system which required a designated amount of white rice from the provinces to be tithed to the central government every year . +-1 Kyoto Prefecture can be divided into three provinces , that is , Tango , Tanba ( including a part of present Hyogo Prefecture ) , and Yamashiro , by former province system , however , the southern region of Kyoto Prefecture has roughly five definitions as follows . +1 Tokinao NISHINOTOIN ( 1584 – November 6 , 1636 ) was a court noble who was active from Azuchi Momoyama Period to the early Edo period . +1 Masahiro INABA ( 1747 - October 27 , 1773 ) was the sixth lord of the Yodo Dmain of Yamashiro Province . +-1 Kamakura Bukkyo ( Kamakura Buddhism ) refers to the movement for Buddhist reform developed from the end of the Heian period to the Kamakura Period . +1 Soji OKITA ( summer , 1842 or 1844 - July 19 , 1868 ) was a member of the Shinsengumi , a special police force in Kyoto , at the end of Edo period ( there are two theories about the year of his birth , but no decisive historical materials against either of them have been found . Also , no historical materials confirming his birth date have ever been identified , and all that is known is that he was born in summer ) . +-1 Mt . Oe ( 大枝山 ) : A mountain located in Kyoto Prefecture . +1 Norizane KUJO ( 1211-April 24 , 1235 ) was a Court noble during the middle of the Kamakura period . +-1 According to Buddhism and Hinduism , Enma is the master of Hell . +-1 The term Gakumonryo is a scholarship for Monjosho ( students who study poetry and history ) who studied Kidendo ( the study of history ) at Daigaku-ryo ( Bureau of Education under the ritsuryo system ) during the Heian period and it was also called Kyuryo . +1 Yukimasa NIKAIDO ( year of birth and death unknown ) held the office of Mandokoro-rei ( later called Mandokoro Betto [ administrator of a Buddhist temple ] ) , a member of the 13-person parliament during the Kamakura Period . +-1 The Kurodo no to , an official position outside of the Ritsuryo system ( these positions were known as Ryoge no kan ) , was effectively the head of the Kurodo dokoro ( chamberlain 's office ) ( the nominal head , also known as the Kurodo betto , was also a minister ) . +1 The Four Heavenly Kings of Waka is the title to praise excellent poets of waka ( Japanese poetry ) . +-1 Inoue school is a school of traditional Japanese dance . +-1 Hone-karakasa ( literally , an oil-paper umbrella with a bamboo frame , the oil paper of which is gone ) is one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Hyakki Tsurezure Bukuro " ( The Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +-1 Fukujoju Nyorai ( Amoghasiddh ) is one of the Five Wisdom Buddhas worshipped in Buddhism . +1 Gesaku is a general term for yomimono ( reading ) that had flourished in Edo since the late early-modern times , or around the latter half of the 18th century . +1 Yae NIIZIMA ( 1845 - 1932 ) was a Japanese woman who lived from the closing days of the Tokugawa shogunate until the early Showa period . +1 TAIRA no Masatsura ( year of birth and death unknown ) was a bakufu ( Japanese feudal government headed by a shogun ) bureaucrat during the late Kamakura period . +1 Komatsu no Miya was established by the Fushimi no Miya Imperial Prince Kuniie 's eighth Prince , Komatsu no Miya Imperial Prince , Akihito during the early Meiji period . +-1 Amatsumikaboshi is a god of stars ( Shinto ) appearing in Japanese mythology . +-1 Chikurin-in Temple is a nonsectarian temple located in Yoshinoyama , Yoshino Town , Yoshino County , Nara Prefecture . +-1 Soniryo was a division of the Japanese ritsuryo code . +-1 Kobunin was a facility considered to be built by WAKE no Hiroyo in Heiankyo ( the ancient capital of Japan in current Kyoto ) at the beginning of the Heian period . +-1 The Kuraryo is an institution affiliated with the Ministry of Central Affairs of the Ritsuryo system during the Ritsuryo system period of Japan . +1 Sumimoto HOSOKAWA was a war lord and daimyo during the Sengoku period ( period of warring states ) . +-1 Kensenbu refers to dancing holding a sword or a fan , or both of them . +1 Nagauji MORI ( 1567 - July 1 , 1582 ) was one of Nobunaga ODA 's bodyguards . +-1 Located at the base of the Tango Peninsula in Kyoto Prefecture , Mt . Oe extends over Yosano-cho , Fukuchiyama City and Miyazu City . +-1 Obanyaku was the post assigned to samurai from non-capital areas to maintain the security of Kyoto during the later Heian to early Muromachi period or to maintain the security of Kamakura city during the Kamakura period . +-1 " Engawa " is a part of fish meat and one of the toppings of sashimi or sushi . +1 MINAMOTO no Ariyori ( year of birth and death unknown ) was a warrior during the late Heian period . +-1 Railways in Japan include all railways and rail tracks ( railway ) in Japan . +1 Goryu-shinto is the ho-ryu school ( school by a Priestly Imperial Prince ) of Shinto handed down among people such as hosshinno ( Imperial Princes who became Buddhism priests ) . +1 Kinnori OGIMACHISANJO ( July 24 , 1774 - October 18 , 1800 ) was a Kugyo ( top court official ) during the Edo period . +-1 Kyoto Shimbun is a local newspaper published mainly in Kyoto and Shiga Prefectures . +1 Ieko NIJO ( October 9 , 1716 - March 14 , 1790 ) was Emperor Sakuramachi 's nyogo ( a high-ranking lady in the court - a consort of the emperor ) and the mother of Empress Gosakuramachi . +1 Shigesada SAJI ( 1174- ? ) was a samurai who lived during the Kamakura period . +1 FUJIWARA no Ietada ( 1062 - June 22 , 1136 ) was a court noble who lived in the late Heian period . +-1 Ryotan is a term to refer to the area combining Tango Province and Tanba Province . +-1 An uchine is an arrow-shaped weapon 36 to 54cm in length and 18mm in diameter . +-1 Mentsuyu is a Japanese flavoring sauce made mainly from soup stock , soy sauce , mirin ( sweet sake [ Japanese liquor ] for cooking ) - or sake itself - and sugar . +-1 Zuiryu-ji Temple is a Buddhist temple which stands at the top of Hachimanyama , Omihachiman City , Shiga Prefecture . +-1 Genkuroinari-jinja is a Shinto Shrine located about 500 meters south west of Kintetsu Koriyama Station which is famous for its legends about two foxes , one called Genkuro and one who bought wataboshi ( cotton caps ) . +1 Tadamoto ( also known as Uchimoto ) ICHIJO ( 1548 - August 9 , 1611 ) was a kuge ( court noble ) living from the late Sengoku Period ( Period of Warring States ) to the early Edo period . +-1 Tsunugui and Ikugui are kami ( god ) in Japanese Methodology ( shinto ) . +-1 The 26-kilometer Takenouchi-kaido Road is a kaido ( road ) that heads east for the area around Nagao-jinja Shrine in Katsuragi City , Nara Prefecture from Sakai City , Osaka Prefecture through the south foot of Mt . Nijo-zan ( Nara Prefexture and Osaka Prefecture ) and Takenouchi Pass . +-1 Kyoto City is the capital of Kyoto Prefecture and an ordinance-designated city , located in the south of Kyoto Prefecture ( formerly Yamashiro Province ) . +-1 Jinjitsu +-1 Kenka Ryoseibai was one of the principles of law ( jurisprudence ) in Medieval Japan . +1 TAMURA no Ootome ( dates of birth and death unknown ) was a daughter of OTOMO no Sukunamaro . +1 Enkei ( dates of birth and death unknown ) was a Buddhist priest in the Nara period . +-1 Hanase-toge Pass is a pass on a national route in Sakyo Ward , Kyoto City , Kyoto Prefecture . +1 Tadatomo GAMO was the lord of Kaminoyama Domain in Dewa Province . +-1 Raifuku refers to formal clothes which were used by nobles of the Fifth Rank and higher , and worn at the New Year 's court ceremony and new emperor 's enthronement ceremony ; it was introduced into the Japanese court and modeled after Chinese law . +-1 Kojima-dera Temple is a temple of the Shingon sect located in Takatori-cho , Takaichi-gun , Nara Prefecture . +1 FUJIWARA no Michishige ( year of birth and death unknown ) was a retainer of the Imperial Court during the late Heian period . +-1 Genroku culture was a culture that flourished from the end of 17th century to the early 18th century , especially in the Genroku Period ( 1688-1707 ) , and was centered in mainly Kamigata ( Osaka and Kyoto area ) . +1 Yoshitsune KUJO ( 1169 - April 23 , 1206 ) was a court noble who lived from the end of the Heian period to the early Kamakura period . +-1 The rice-policing ratio ia specified in the National Tax Administration Agency 's Notification No. 8 ' Standard that regulates the method of manufacturing and quality labeling of refined sake ' dated November 22 , 1989 as follows : +-1 Konoe-dori Steet is one of the streets that run from east to west in Sakyo Ward , Kyoto City . +1 Tadasada ICHIJO ( May [ the old calendar ] [ between May and June ] , 1862 - unknown ) was a Kuge ( court noble ) who lived in the late Edo period . +-1 Nenbutsuichie means repeating a Buddhist invocation , i.e. Namu Amidabutsu ( a single , sincere call upon the name of Amida ) . +-1 Kyo-kaido Road , or Osaka-kaido Road , is a street that starts from Kyobashi ( later moving to Koraibashi ) of Osaka , runs along the left bank of the Yodo-gawa River and leads to Kyo ( Kyoto ) via Yodo . +1 KAMO no Yasunori ( 917-March 14 , 977 ) was the Onmyoji ( diviner ) and Inyoka ( the Yin and Yang school of philosophy ) of the mid-Heian Period . +1 Kazumasa TSUDA ( year of birth unknown - April 22 , 1585 ) was a busho ( Japanese military commander ) in the Azuchi-Momoyama period . +-1 Shochu is a kind of distilled liquor amongst alcoholic drinks . +1 Niou Miya was one of the chapter titles of " Genji Monogatari " ( The Tale of Genji ) which has fifty four chapters . +-1 Funaoka Station , located in Sonobe-cho , Nantan City , Kyoto Prefecture , is a railway station on the Sanin Main Line , which is operated by the West Japan Railway Company ( JR West ) . +-1 Jiko-in Temple is a temple of the Daitoku-ji school of the Rinzai sect located in Koizumi-cho , Yamatokoriyama City , Nara Prefecture . +1 WANIBE no Kimite ( date of birth unknown - September 697 ) was a person who lived in the Asuka Period . +-1 Arashiyama Station , located in Saga-tenryuji-tsukurimichii-cho , Ukyo Ward , Kyoto City , is a railway facility of the Arashiyama Main Line operated by Keifuku Electric Railroad Co . , Ltd . +-1 Okara is a food peculiar to countries in East Asia , such as Japan , the People 's Republic of China , and the Republic of Korea . +1 MINAMOTO no Saneakira ( 910 - 970 ) was a Japanese official and poet of the mid-Heian period . +-1 Enpuku-ji Temple is a temple of Koyasan Shingon Sect located in Kameoka City . +1 Takahiro KYOGOKU was the second lord of Miyazu Domain in the Tango Province . +1 Itsuse no mikoto was a member of Japanese Imperial family , who appears in the Japanese Mythology . +-1 Dairibina is a pair of Girl 's Festival dolls representing the emperor and the empress , and is placed on the top tier of a display . +1 Gen no Naishinosuke is a nickname for a character in " The Tale of Genji . " +-1 Hokke-kyo ( Hokke-kyo Sutra ) is a collective term for the Mahayana Buddhism sutra , ' saddharmapundariika-suutra ( ' a white lotus flower as right teaching ) ' in Chinese translation . +1 The Ogura Incident was a dispute over succession of the imperial throne in which Emperor Reigen forced Ichinomiya ( later Cloistered Imperial Prince Saishin ) , his oldest son , to become a Buddhist priest in 1681 , and purged the greater imperial household of the Ogura family , Ichinomiya 's maternal relatives . +1 Kiichi HAMAGUCHI ( year of birth and death unknown ) was a member of Mibu-Roshigumi ( Mibu gang of masterless warriors ) and Shinsengumi ( special police force who guarded Kyoto during the end of Tokugawa Shogunate ) . +1 Chikanaga NINAGAWA was a warlord from the time of the Sengoku period ( Period of Warring States ) to the Azuchi Momoyama period . +-1 Sanjaku Obi is a kind of kimono waistband for men . +1 Yasuko TAKATSUKASA ( March 19 , 1811 - November 20 , 1847 ) , later the Empress Dowager Yasuko , was the nyogo ( a court title of the emperor 's consort ) of the Emperor Ninko during the late Edo period . +-1 Sonin-sandai or shonin-sandai ( 庶人三台 ) is a name of gagaku ( Japanese classical music ) . +-1 1 . Jingo-ji Temple is the successor of the Koyasan Shingon Sect head temple located in Takao , Ukyo Ward , Kyoto City . +-1 Sogi ( funeral ceremony ) or Soshiki ( funeral ceremony ) is a part of Saigi ( ceremony ) or Sosei ( funeral system ) to mourn the passing of the deceased . +1 Born in 1146 , and passed away on September 23 , 1173 , " FUJIWARA no Muneko ( Ikushi ) " was the empress in the last days of the Heian period . +1 Imperial Prince Morinaga / Moriyoshi ( 1308 - August 20 , 1335 ) lived from the latter half of the Kamakura period to the Kenmu Restoration period . +1 Ganku ( 1756 or 1749 - January 19 , 1839 ) was a painter who lived in the Edo period . +-1 Otsu Port is a port located in Shiga Prefecture . +1 Emperor Keitai ( 450 - March 10 , 531 ) , the twenty-sixth Japanese emperor , was in power from March 3 , 507 to March 10 , 531 . +1 Shohei KIMURA ( July , 1841 - April 27 , 1906 ) was a businessman and a statesman from the Province of Yamashiro ( current Kyoto Prefecture ) . +1 MINAMOTO no Muneyuki ( year of birth unknown - January 9 , 940 ) was a poet of the early to mid-Heian period . +1 Kagemune YAMAOKA was a busho ( Japanese military commander ) during the Sengoku period and the early Edo period . +1 Sukeshige OGAWA ( year of birth and death unknown ) was a busho ( Japanese military commander ) , who lived during the period of Azuchi-Momoyama Period . +-1 Fujufuse ( Not Receive and Not Give ) School of the Nichiren Sect is a sect whose founder was Nichiren and the school founder was Nichio . +1 Ochiba no miya is a fictitious character in " The Tale of Genji . " +-1 Nihon Seito Oshoku Jiken refers to a bribery scandal in the Meiji Period in which the board members of Nihon Seito in Taiwan conspired to bribe members of the House of Representatives with the aim of extending an effective period of a law . +-1 Kujirazuka is a mound enshrining the whales that were washed up ashore on the beach , and is a uniquely Japanese custom . +-1 The Fukuchiyama Urban Area includes Fukuchiyama City in Kyoto Prefecture and its surrounding area . +-1 Kosho School Jodo Shinshu Sect ( the True Pure Land Sect of Buddhism ) is one of the religious schools of Jodo Shinshu . +-1 Hosen-in Temple is a Buddhist temple belonging to the Tendai Sect located in Ohara , Kyoto . +1 Yorisuke NANBA ( 1112 ~ 1186 ) was a court noble and a waka poet during the late Heian period . +1 Gohei NAMIKI was a professional name of a playwright of Kabuki play . +1 Jiro SURUGA ( birth and death date unknown ) lived in the late Heian period and was a vassal of MINAMOTO no Yoshitsune . +1 Fuju-fuse-gi is a concept of the Nichiren sect of Buddhism ; " fuju " means refusing offerings from those who don 't believe in the Hokekyo ( Lotus Sutra ) and " fuse " means giving no offerings to priests who propagates beliefs other than Hokekyo . +1 Yorifusa ISHIDO was the third family head of the Ishido clan . +1 Kinmasu SAIONJI ( May 22 , 1582-April 8 , 1640 ) was Kugyo ( top court official ) who lived from the Azuchi-Momoyama to the early Edo period . +-1 Hime-gamisha Shrine is a Shinto shrine in Nara City , Nara Prefecture . +-1 Mushuku means people in the Edo period whose names were excluded from Shumon-Ninbetsu-Aratame-Cho ( The Village People Register of Religious Faith and Relationship ) which is the equivalent of today 's family register . +-1 Takegaki ( or Takagaki ) is a term used to refer to fences made of bamboo . +1 Tadakata HAYASHI ( 1845 - July 25 , 1867 ) was the second lord of the Jozai Domain , Kazusa Province . +1 Kotokunikyo ki is a diary of Kotokuni YAMASHINA , a court noble in the Muromachi period . +1 Taisuke INOUE ( January 19 , 1858-February 10 , 1927 ) was a member of the Shinsengumi . +-1 Ukimi-do is a Buddhist temple of the Kaimonzan Mangetsu-ji Temple , which belongs to the Rinzai sect Daitokuji school , and it is located on a pier extending out into Lake Biwa at katata , Otsu City , Shiga Prefecture . +1 Eun ( 798 - October 31 , 869 ) was a Buddhist monk of Shingon Sect in the early Heian period . +-1 Kanji of the Year is a Chinese character representing the social conditions in Japan or World of the year which is announced once a year by the Japan Kanji Aptitude Testing Foundation on the " Kanji 's day " , December 12 . +-1 Hokan ( also called Taiko ) is a profession of a man who indulges hosts and guests at a drinking party such as a banquet or ozashiki ( banquets in which guests are attended by geisha ) , does performances himself , and helps geisha ( Japanese professional female entertainers at drinking party ) and maiko ( apprentice geisha ) to set the groove . +1 OSHIUMI no Okuni ( year of birth and death unknown ) was a person in the Asuka period in Japan . +1 Sadaie KIRA ( dates of birth and death unknown ) was a busho ( Japanese military commander ) during the early Muromachi period . +-1 Samuraidokoro was the organization that played military and police roles in the Kamakura bakufu ( Japanese feudal government headed by a shogun ) and in the Muromachi bakufu . +1 Tadanaga / Tadatake SHIMAZU ( August 28 , 1551 - December 23 , 1610 ) was a Busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) ( Japan ) . +1 Kudara no Okimi , also referred to as Kudara no miko ( year of birth and death unknown ) was in the Imperial Family in the Asuka period . +1 FUJIWARA no Sadayoshi ( 1148 - September 29 , 1209 ) was a kugyo ( court noble ) from the late Heian period to early Kamakura period . +-1 Transcendentalism refers to a philosophy in which individuals stand firm in their position detachedly ( nonchalantly ) without being influenced by the state of things that surround them . +1 Shingosen Wakashu is the 13th imperial anthology of waka ( Japanese poetry ) by the command of the Emperor Gouda in 1301 . +-1 Kameoka City is a city located in the mid-west section of Kyoto Prefecture . +1 Motoshige KANZE ( 1895 – 1939 ) was a leading traditional Japanese Noh drama performer ( shite-kata ) and member of the Kanze school ( one of the 5 major Noh troupes ) . +1 Takatsune SHIBA ( 1305 - August 17 , 1367 ) was a busho ( Japanese military commander ) and provincial military governor in the period of the Northern and Southern Courts ( Japan ) . +-1 Sante-gakari indicates criminal trials in the Edo period for a samurai , his wife or his children with the family status that had omemie ( [ the privilege to have ] an audience [ with one 's lord , a dignitary , etc ] . ) +1 Emperor Chukyo ( October 30 , 1218 -June 18 , 1234 ) was the eighty fifth Emperor during the Kamakura period . ( his reign was from May 13 , 1221 to July 29 , 1221 . ) +-1 Mutsu no kami was the governor of Mutsu Province . +-1 Juni-hitoe is a formal attire of a Japanese noblewomen who emerged around the tenth century in the Heian period . +1 Emperor Ichijo ( July 15 , 980 - July 25 , 1011 ) was the sixty-sixth Emperor . +1 Takamasa HATAKEYAMA was a Shugo Daimyo ( provincial military governor ) and Sengoku Daimyo ( warlord ) of Kawachi and Kii provinces during the Sengoku Period . +1 Kyuchu Sekiji is the order of precedence at official events in the Imperial Court . +1 Awa no tsubone ( Date of birth unknown - December 20 , 1227 ) was a woman in a samurai family in the early Kamakura Period . +-1 Shoshidai ( representative of shoshi ) is : +-1 The Shishiki ( Shishoku ) represents the ranking or social status of samurai families in the Muromachi Period . +-1 Ohoyamakuhi no kami god ( East shrine ) , Onamuchi no kami god ( West shrine ) are enshrined . +1 Princess Bunchi ( July 30 , 1619 - February 4 , 1697 ) was a Buddhist nun who lived during the early Edo period . +-1 Shosoin is a large warehouse with a raised floor in the Azekura-zukuri style ( a style of architecture in which the sides of the building are made by placing logs across each other ) , which is located in the northwest of the Daibutsu-den Hall ( the Great Buddha Hall ) of Todai-ji Temple in Nara City . +-1 Shunga ( erotic arts ) is a kind of ukiyoe ( Japanese woodblock prints ) that portrayed sexual culture ( especially the scenes of sexual intercourse between the sexes or the same sex ) that was in fashion in the Edo period . +1 Tokitaka TANEGASHIMA ( 1528 - October 31 , 1579 ) was the vassal of the Shimazu clan and the feudal lord of Tanegashima Island . +-1 " Shishimai " ( Japanese lion dance ) is one of the traditional Japanese performing arts , in which performers mimic a lion 's movements in a lion costume to festival music . +1 SAEKI no Ariyori ( approx 676 - 759 ) was son of SAEKI no Ariwaka , an officer of Ecchu Province in the Asuka period . +-1 Cormorants ( Phalacrocoracidae ) are waterfowls forming the family Phalacrocoracidae of the order Pelecaniformes . +1 Mikushige-dono ( the date of birth unknown-July 21 , 1002 ) was nyokan ( a court lady ) of Emperor Ichijo 's kokyu ( emperor 's residence ) and betto ( superior ) of Joganden Palace ( also called ' Mikushige-dono ' ) in the mid Heian Period . +1 Empress Meisho ( January 9 , 1624 - December 4 , 1696 ) was the hundred-ninth Emperor . ( her reign was from December 22 , 1629 to November 14 , 1643 . ) +-1 The civilization and enlightenment occurred during the transitional phase of Japan in Meiji period , seeing drastic changes in various systems , organizations and cultural customs of Japan as the results of the Westernization . +1 Masahiro OUCHI was the twenty-ninth head of the Ouchi clan , Shugo ( Military Governor ) Daimyo during the Muromachi period . +-1 Futai-ji Temple is located in Horen-cho , Nara City and belongs to Shingon Ritsu sect . +1 Yoshinao ISSHIKI ( 1431 - Date of his death not known ) was a shugodaimyo ( warlord stemmed from a regional governor ) who lived in the Muromachi period . +1 Mochimitsu KANO ( date of birth unknown - 1180 ) was a busho ( Japanese military commander ) in the end of the Heian period . +-1 Shrine Shinto is a form of Shinto . +1 Masayuki KOBORI ( March 18 , 1620 - September 23 , 1674 ) is the second lord of Kobori clan of Omi-Komuro Domain . +1 TAIRA no Tsunemori ( 1124 - May 2 , 1185 ) was a warlord in the late Heian era . +-1 Daiun-in Temple , located in Higashiyama Ward , Kyoto City , is an independent temple belonging to the Jodo sect . +1 Yuge no Miko ( Prince Yuge , year of birth unknown - August 24 , 699 ) was the ninth ( or the sixth ) prince of Emperor Tenmu . +-1 Yomei-gaku is the Japanese term for the school of Confucianism established by Wang Yangming in Ming Dynasty China , which continued Mencius ' doctrine that human nature is fundamentally good . +-1 Keihan Bus One Day Ticket is a one day pass for Keihan Bus . +1 Yoshiaki MIURA was a military commander who lived toward the end of the Heian period . +1 Tokinobu ROKKAKU ( 1306 - September 20 , 1346 ) was a samurai ( warrior ) who lived in the Kamakura period and the Northern and Southern Courts period . +-1 Mizuhanome is a deity ( Shinto religion ) that appears in Japanese Mythology . +-1 Hanshi were samurai who served Edo period clans . +1 Shonan YOKOI ( male , September 22 , 1809 - February 15 , 1869 ) is a samurai , feudal retainer of Kumamoto Domain and Confucian . +-1 Mineyama Prefecture was established in 1871 through Haihan-chiken ( abolition of feudal domains and establishment of prefectures ) . +1 Norimura AKAMATSU ( born 1277 , died February 26 , 1350 ) was a busho ( Japanese military commander ) in the period of the Northern and Southern Courts . +-1 Kahan , also called Kahan no retsu ( joint surety ) means originally a chief retainer who had authority to sign or put seal at carrying out an order of a lord . +-1 Genmaicha is a mixture of almost the same amount of bancha ( coarse tea ) or occasionally sencha green tea heated at high temperatures , and brown rice steamed and roasted until it gets a light ginger color or bursts like popcorn . +-1 Kogaku +-1 The Bunkyu Reform was a series of policy changes covering personnel affairs , office organization and various rules and regulations carried out by the Edo bakufu ( Japanese feudal government headed by a shogun ) in 1862 . +1 Tenarai is one of the fifty-four chapters of " The Tale of Genji . " +1 Shironaga TSUTSUMI ( March 13 , 1716 - December 21 , 1783 ) was a Kugyo ( high court noble ) in the Edo period . +-1 Desaku , also referred to as Detsukuri ( literally , going out to plow ) means that inhabitants in a region cultivate fields in other regions . +-1 The gyudon ( rice covered with beef and vegetables ) refers to a cuisine for the common people that consists of a bowl of rice topped with solid pieces of chopped-up pork ribs or pieces of sliced meat simmered with onions in a mixture of sugar and soy sauce . +-1 Daiko-daki is an annual event held in December in Kyoto . +-1 Kenkun-dori Street is a street running east-west through Kita Ward , Kyoto City . +-1 Amidanyorai , being Amitaabha or Amitaayus in Sanskrit , is one of the Nyorai in Mahayana Buddhism . +-1 Sange means as follows . +1 Motonobu KANO ( September 6 , 1476 - November 15 , 1559 ) was a painter of the Muromachi period , and the son of the Kano school 's founder , Masanobu KANO . +1 Kinfusa SANJO ( 1179 - September 23 , 1249 ) was a Kugyo ( court noble ) who lived during the Kamakura period . +-1 The Funabashi family are descendants of Imperial Prince Toneri , the son of the fourtieth emperor , Emperor Tenmu . +-1 Kasagi-cho is a town in Soraku-gun , Kyoto Prefecture . +-1 In the case of the Shinshu Otaniha ( Otani school of the Jodo Shishu sect ) , Gongyo ( devotional exercises ) is to do gassho ( putting the palms of hands together ) , raihai ( adoration ) , shomyo nenbutsu ( invocation of the Buddha 's name ) , and to do dokuju ( hailing ) of gemon ( recitation of verses ) in front of an ' onaibutsu ' ( another name for butsudan ( a Buddhist altar ) ) or portable ' mitsuori honzon ' ( mitsuori - can be folded into thirds , honzon - principal object of worship ) . +-1 The Kumano-fude is a writing brush produced in Kumano-cho , Aki County , Hiroshima Prefecture . +-1 Isotakeru is a Shinto god appearing in Japanese mythology . +-1 Junigessho ( Twelve gessho ) refers to the marker that indicates the position of the sun on the ecliptic , and its signs correspond to those of the Western astrology one to one . +1 Bunei-seikan ( 1568 - May 16 , 1621 ) was a priest of the Rinzai sect from the Azuchi-momoyama to early Edo periods . +1 MINAMOTO no Sanetomo was the third Seii-taishogun ( literally , " great general who subdued the barbarians " ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +-1 Issunboshi is one of the old tales of Japan . +-1 Kamikakete sango taisetsu was a kabuki kyogen play written by Nanboku TSURUYA ( the fourth ) +1 Junijiro HOSOKAWA ( March 11 , 1834 - July 20 , 1923 ) was a feudal retainer from Tosa Domain and Rangakusha ( a person who studied Western sciences by means of the Dutch ) during the end of the Edo Period , and also a jurist , educator , and baron during the Meiji and Taisho Period . +-1 " Maizuru-ben " is a Japanese dialect descended from Kinki dialect and extended over the area from Maizuru City of Kyoto Prefecture along Wakasa Bay to a part of the Reinan region of Fukui Prefecture ( Takahama-cho ) . +-1 Gojo Station +1 Kazunaga ( Sancho ) TSUDA ( 1499 - January 22 or 23 , 1568 ) was a busho ( Japanese military commander ) in the Sengoku period . +-1 The Battle of Tensho ( Tensho no Jin ) was one in which the army led by Takakage KOBAYAKAWA , of the Mori clan in the Chugoku region , landed at Nii County , Iyo Province ( the present-day Niihama City , Ehime Prefecture ) in Shikoku in 1585 , doing so at the orders of Hideyoshi HASHIBA ( Hideyoshi TOYOTOMI ) , who was attempting to integrate the entire nation , and defeated the local troops led by the lord of Kaneko-jo Castle , Motoie KANEKO , of the Kaneko clan , with overwhelming force . +1 Sosetsu KANZE ( 1509 - January 17 , 1584 ) was a Noh performer of the Kanze school active during the Sengoku Period ( Period of Warring States ) . +1 Encho ( 772-837 ) was a Tendai Sect Buddhist monk who lived during the first part of the Heian period . +-1 Godaisan-kaido Highway is a byway of about 36 km serviced in the Edo period in Omi Province between Tsuchiyama ( current Koka City ) and Obata ( current Higashi Omi City ) . +1 Tsunako TAKATSUKASA ( March 17 , 1798 - May 14 , 1823 ) , later Zokogo ( a title of empress given after her death ) Tsunako , was the nyogo ( a court title of the Emperor 's consort ) of the Emperor Ninko during the late Edo period . +-1 Ezo ( also referred to as " Emishi " or " Ebisu " ) is an appellation for the people who once lived in the eastern and northern areas of what is now Japan , and who were considered by the Japanese to belong to a different ethnic group . +1 Nagayasu MIYOSHI was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) ( his dates of birth and death are unknown , although he was believed to have died in 1573 ) . +1 Mumongensen ( March 30 , 1323 - April 16 , 1390 ) was the priest of the Rinzai sect during the period of the Northern and Southern Courts ( Japan ) . +-1 Karashi-mentaiko ( spicy salted cod roe ) is foodstuff made from the ovaries of a kind of cod , Walleye pollack , processed by seasoning it with red pepper sauce . +1 Myoson ( 971 - July 24 , 1063 ) was a Buddhist monk of Tendai Sect in the late Heian period . +-1 Shusuishi ( moitori no tsukasa ) was one of the institutions belonging to Kunaisho ( Ministry of the Sovereign 's Household ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Unshitsu ( April 8 , 1753-June 3 , 1827 ) was a Japanese Buddhist priest and a scholar . +1 TAKAMUKO no Kuromaro ( year of birth unknown - 654 ) was a scholar in the Asuka period . +-1 Shiro Shozoku means white clothing in the broad sense . +1 MINAMOTO no Tameyoshi was a samurai who lived towards the end of the Heian period . +1 Ienobu TOKUGAWA was the sixth seii taishogun ( literally , " great general who subdues the barbarians " ) of the Edo bakufu ( Japanese feudal government headed by a shogun ) and took office from June 8 , 1709 to November 12 , 1712 . +1 Senseki TAKAMI ( August 3 , 1785 to August 24,1858 ) was a Dutch scholar ( a person who studied Western sciences by means of the Dutch language ) in the Edo period and principal retainer in the Koga clan of Shimousa Province . +1 Tokikuni YAMASHINA ( 1452 - April 5 , 1503 ) was a court noble in the Muromachi period . +-1 Kichizaemon RAKU is a name inherited from generation to generation by the leader of the Raku family of chawanshi ( tea bowl maker ) who makes Raku-yaki ware , which is one of the Senke jissoku ( Senke 's ten designated craftsmen families ) . +-1 The Butto-koji Juhasson are reijo ( sacred places ) containing pagodas , located in the Kinki region . +1 FUJIWARA no Kinsue ( born in 956 , birth date unknown - December 1 , 1029 ) was a Kugyo ( Court noble ) who lived during the Heian Period . +-1 Nagitsuji Station , located in Nagitsuji Kusakaido-cho of the Yamashina Ward , Kyoto City , is a railroad facility on the Kyoto Municipal Subway Tozai Line . +-1 Ichigon-ji Temple is a Buddhist temple belonging to the Shingon Sect located in Daigo , Fushimi Ward , Kyoto City . +-1 Kaiho Rei ( Emancipation Edict ) opposition uprisings were incidents of riots and raids which broke out against Kaiho Rei in various places of Japan during early Meiji period . +-1 The famine of Yowa was a devastating famine that occurred in 1181 . +1 Kuniko SONO ( 1624 - August 3 , 1677 ) was a member of the Imperial Family during the early part of the Edo period . +-1 The Law for Transporting Five Articles through Edo was a law for trading control over raw silk thread , cereals , hair oil , wax and draperies issued by the Edo bakufu ( Japanese feudal government headed by a shogun ) in 1860 . +-1 Omamori ( personal amulets ) are items that symbolize one 's wish . +-1 Omikuji ( also referred to as Mikuji ) are sacred lots drawn at temples or shrines to tell one 's fortune . +-1 The Consortium of Universities in Kyoto is a foundation consisting of universities in and around Kyoto City , Kyoto Prefecture , Japan , including Ritsumeikan University , Ryukoku University , and Doshisha University . +1 Daisuke ITO ( October 12 , 1898-July 19 , 1981 ) was a film director and playwright in the Taisho and Showa periods . +1 Person from Yamanouchi-Uesugi family . +-1 Located in Yawata City , Kyoto Prefecture , Shokado houses a Japanese garden and an art museum . +1 KI no Oyumi ( ? - March , 465 ) is a known leader of an influential ruling family during the Tumulus Period of Japan . +1 SAEKI no Iwayu ( date and year of death unknown ) was a nobles in the Nara Period . +1 FUJIWARA no Hideyasu ( date of birth unknown - October 1221 ) was a samurai during the Kamakura period . +-1 Gesshin-ji Temple is an independent temple under the Rinzai sect lineage , located in Otani , Otsu City , Shiga Prefecture . +-1 Kiri-mon ( paulownia patterns ) is a generic name for Monsho ( crests or coats of arms ) that are based on paulownia . +1 Shigemitsu YAMADA ( year of birth unknown - May 2 , 1181 ) was a Busho ( Japanese military commander ) in the end of the Heian period . +1 TAKASHINA no Kishi / Takako ( date of birth unknown -October 966 ) was a female poet who lived in the Heian period . +1 Kanehiro TAKATSUKASA ( January 17 , 1660 - December 24 , 1725 ) was a kuge ( court noble ) and Kanpaku ( chief adviser to the Emperor ) in the early part of the Edo period . +1 Tadasuke ICHIJO ( year of birth and death unknown ) was kuge ( court noble ) in the Kamakura period . +1 Noshi were the everyday clothes for Emperors , Crown Princes , Imperial Princes or other court nobles after Heian period ( the Heian costume ) . +-1 Saiguryo was an extra statutory office established under the ritsuryo system , placed in Ise Province . +-1 Jusenshi ( also referred as Chusenshi ) was one of Ryoge no kan ( class outside of the Ritsuryo system ) established in ancient Japan . +1 Michikata NAKANOIN ( 1189 - February 3 , 1239 ) was a Court noble , an authority of ancient practice of customs and a poet who lived during the early Kamakura period . +1 Masanobu WADA ( date of birth unknown - 1616 ) was a samurai ( warrior ) who lived from the Azuchi-momoyama period to the early Edo period . +-1 Kyoto Mukomachi Keirin Velodrome is a keirin velodrome located in Mukomachi City , Kyoto Prefecture . +-1 Oppo-ji Temple is a Buddhist temple belonging to the Chizan School of the Shingon Sect located in Kinoto , Tainai City , Niigata Prefecture . +1 Doton YASUI ( 1533 - June 4 , 1615 ) excavated Dotonbori canal . +-1 Ataka is a Noh piece covering " Gikeiki " ( a military epic about the life of Yoshitsune ) and so forth . +1 A samue is a garment that a zen ( Buddhist ) monk wears when he performs samu , or duties such as daily sutra chanting , and the cleaning of the precincts of the temple . +-1 Yamashina Ward is one of the eleven wards that constitute Kyoto City . +1 FUJIWARA no Kanshi ( Hiroko ) +-1 Koriwasen meant a merchant ship that operated a service from Japan to Korea only for the purpose of trade during the Muromachi period . +1 KOSE no Oji ( born unknown and passed away on July 4 , 724 ) was a noble from the Asuka to the Nara periods . +-1 A noh mask is a mask used in noh theater and some forms of kagura ( musical dance ) . +1 Teishinko-ki is the diary of Kanpaku Dajodaijin ( imperial regent and grand minister ) FUJIWARA no Tadahira . +1 Shinkan is a document handwritten by the emperor . +1 Tsunetami SANO ( February 8 , 1823 - December 7 , 1902 ) was a samurai and a feudal retainer of the Saga clan . +-1 Ishinbo was compiled by TANBA no Yasuyori , who was a court physician and acupuncturist in the Heian period . +-1 The Kanroji family was " Tosho-ke " ( the hereditary lineage of Court nobles occupying relatively high ranks ) of the main branch of the Kajuji line of the Takafuji group of the Northern House of the Fujiwara clan , and its social standing was prestigious family . +1 ' Nochi no Sanbo ' refers to the three ; Chikafusa KITABATAKE , Nobufusa MADENOKOJI , Sadafusa YOSHIDA , who served as aides of Emperor Godaigo from the end of Kamakura period to the period of the Southern and Northern Courts . +1 Ienaga SHO was a busho ( a Japanese military commander ) from Kodama party of Musashi Province ( present Kurisaki , Honjo City , Saitama Prefecture ) between the end of the Heian period and the beginning of the Kamakura period . +-1 Kitaoji Station , located in Koyama Kita Kamifusa-cho , Kita Ward ( Kyoto City ) , Kyoto City , Kyoto Prefecture , is a railway facility of the Karasuma Line of Kyoto Municipal Subway . +-1 The Yamana clan is a Japanese clan . +-1 " Moko Shurai Ekotoba " is a pair of picture scrolls by an unknown author . +-1 " Kabuki " is a theater peculiar to Japan , and is one of the traditional performing arts . +1 Harutsuna KUTUKI ( 1518 - 1550 ) was Mototsuna KUTSUKI 's father . +1 Mitsuyasu WAKEBE ( September 3 , 1809 - August 29 , 1858 ) was the 10th lord of the Omizo clan in Omi Province . +1 FUJIWARA no Tsunemune ( 1119 - March 23 , 1189 ) was a noble who lived in the late Heian period . +-1 Shonagon was a post in Daijokan , which was the highest organization in the Imperial Court . +-1 Located in Nakagyo Ward in Kyoto City , the Museum of Kyoto was established in commemoration of the 1200th anniversary of Heian Sento ( the relocation of the capital to found the Heian capital ) to showcase the culture and history of Kyoto . +-1 Cable Sakamoto Station , located in Sakamoto-honmachi , Otsu City , Shiga Prefecture , is a stop on the Hieizan Railway Line ( Sakamoto Cable ) operated by the Hieizan Railway . +-1 " Heike nyogo no shima " ( The Heike and the Island of Women ) is ningyo joruri ( traditional Japanese puppet theater ) created by Monzaemon CHIKAMATSU . +1 Shue MATSUBAYASHI ( July 7 , 1920- ) is a movie director in Japan . +1 Harusue KIKUTEI ( 1539 - May 3 , 1617 ) was a court noble from the Azuchi-Momoyama period to the first part of the Edo period . +-1 Karakasa-kozo ( It is also inscribed in different manners such as in all hiragana , one of the Japanese phonetic characters , or in all kanji , Chinese characters ) is a yokai ( supernatural beings ) into which an old umbrella changed . +-1 The Shinchogumi was a security force established by the Edo bakufu ( a Japanese feudal government headed by a shogun ) in 1862 , during the late Edo period . +-1 Kyo Kano ( Kyoto branch of the Kano School , also called " Kyo-gano " ) was a school of painters who created many prominent works from the end of Azuchi Momoyama period through the Meiji period . +-1 Bato Kannon ( horse-headed Kannon , also called Mezu Kannon ) , hayagriiva in Sanskrit , is one shape of Bosatsu ( Bodhisattva ) worshipped in Buddhism . +-1 Udamikumari-jinja Shrine is located in Uda City , Nara Prefecture . +-1 Hojo-ji Temple was a Buddhist temple located in present-day Kamigyo-ku Ward , Kyoto City . +-1 The Asuka Capital site , located in Oka , Asuka Village , Takaichi County , Nara Prefecture , is an Asuka-period archaeological site . +1 Ryotaku MAENO ( 1723 to November 30 , 1803 ) was a domain doctor and Dutch scholar in the Nakatsu Domain of Buzen Province ( present Nakatsu City , Oita Prefecture ) . +1 Kinkata TOIN ( 1291 - April 21 , 1360 ) was a court noble who lived in the period of the Northern and Southern Courts . +-1 Rokui no Kurodo was a Ryoge no kan ( class outside of the Ritsuryo system ) post for officers at Kurododokoro ( the Chamberlain 's Office ) . +-1 A munefuda is a tag affixed to the inside of buildings such as temples , shrines or private residences , placed in a high position such as on a roof beam , as a record of or to commemorate the construction or renovation of the building . +-1 Located in Hirogawara Obana-cho , Sakyo Ward , Kyoto City , Kyoto Hirogawara Ski Resort is the only ski resort in Kyoto City . +-1 Matcha ice cream is ice cream flavored with Matcha . +1 Tokimitsu ISHIKAWA ( year of birth unknown - April 24 , 1335 ) was a busho ( Japanese military commander ) in the late Kamakura period . +-1 Suiseki is Japanese culture or hobby of viewing stones indoors . +-1 Tonden +1 Hyakki yagyo , or hyakki yako ( Night Parade of One Hundred Demons ) are stories about troops of demons and monsters wandering in a group in a city in the middle of the night in a parade , appearing in setsuwa ( anecdotes ) . +-1 " Montsuki " refers to " kimono " ( Japanese traditional clothing ) that bears family crests . +-1 Honryu-ji Temple is the Sohonzan ( grand head temple ) of the Shinmon-ryu sub-school of the Hokke Sect located in Kamigyo Ward , Kyoto City , Kyoto Prefecture . +-1 Goefu was the central military organization under the Ritsuryo System whose main missions were the personal protection of an emperor , the protection of Kyujo ( place where an emperor lives ) , the night patrol in Kyoto and so on . +1 FUJIWARA no Yasuchika ( 922 - March 31 , 996 ) was a kugyo ( court noble ) who lived during the middle era of the Heian period . +-1 Kanroni is one of boiled and seasoned dishes . +-1 The Yarai Kanze family is one of the occupational branch families of Kanze school of Nohgaku theatre shite-kata ( main roles ) . +1 Yasusada HIKETA ( dates of birth and death unknown ) was a samurai who lived during the Kamakura period . +1 " Yoshijiro SAWAMURA " is a name which has been used by several Kabuki ( a traditional form of drama and music performed by male actors ) actors . +-1 The Nose clan was a taishin ryoshu ( noble land owner ) in Settsu Province ( Hokusetsu region ) . +1 Imperial Prince Kitashirakawanomiya Yoshihisa ( April 1 , 1847 - October 28 , 1895 ) was a member of the imperial family and a military man in the army over the end of the Edo period to the Meiji period . +1 Or in 1152 . +1 Shingon ( 1150 - December 8 , 1236 ) was a Shingon Sect priest who lived from the late Heian period to the early Kamakura period . +1 SUGANO no Mamichi ( 741 - July 23 , 814 ) was a Court noble in the early Heian Period . +-1 Kurodo no betto was a post of Ryoge no kan ( class outside of the Ritsuryo system ) that was equivalent to a Kami ( chief ) of the Kurododokoro ( Chamberlain 's Office ) . +-1 Shomu refers to the actual practice of control and administration over kanno ( encouragement of agriculture ) , trials , and the collection of taxes within shoen ( the manor ) ; it also refers to the individuals who were authorized to practice shomu . +-1 The Ina clan was one of the Japanese shizoku ( clans , or samurai families ) . +1 Nosai no gi is one of the imperial ceremonies . +1 Nagataka SAGARA ( 1492 - July 5 , 1526 ) was the second son of Nagatsune SAGARA , the thirteenth head of the Sagara family . +1 Junshin ( November 27 , 1819-1888 ) was a Japanese Buddhist monk . +-1 The bunshi-geki is an amateur drama performed mainly by literary people such as writers and journalists . +1 Dao-chuo ( Doshaku ) was a Chinese monk Chinese Jodo ( Pure Land ) sect in the Tang . +1 FUJIWARA no Muneie ( 1139 - May 16 , 1189 ) was a Kugyo ( a top court official ) during the late Heian period . +-1 Kayuura is an annual fortune-telling , where people 's fortunes for the year are read using Kayu ( porridge ) . +1 Hiromasa IWAKURA ( 1746 - October 31 , 1769 ) was a retainer of Imperial Court during the middle of the Edo period . +-1 Chikuma-jinja Shrine is a Shinto shrine in Maibara City , Shiga Prefecture . +1 Takatsune KUKI ( 1646 - May 10 , 1698 ) was the second lord of Ayabe Domain in Tanba Province . +1 Dosan MANASE ( October 23 , 1507 - February 23 , 1594 ) was a doctor who lived during Japan 's Sengoku period ( Period of Warring States ) . +1 Shokei SHIBATA ( June 21 , 1850 - August 2 , 1910 ) was a chemist and pharmacologist in the Meiji period . +1 Nobuyuki MATSUDAIRA was the fifth lord of the Kameyama Domain , Tanba Province . +-1 Treaty of Shimonoseki is a common name of the peace treaty signed at the peace conference after the Sino-Japanese War on April 17 , 1895 . +-1 Sumiya was originally an ageya of Shimabara Yukaku ( red-light district ) . +-1 Kuniyaku were duties imposed by the Imperial Court and kokuga ( provincial government offices ) from the Heian period to the period of the Northern and Southern Courts ( Japan ) . +-1 Kaiawase is a traditional game from the Heian period . +-1 Jofukuji-dori Street is a street running south-north through Kyoto City . +-1 Kyoto Electric Railway is a private rail company established in 1893 . +1 Hirotsuna KUTSUKI ( September 1835 - September 11 , 1854 ) was a successor of the Fukuchiyama Domain in Tanba Province . +-1 Sanpai is an act of visiting a shrine or a temple and praying to gods or Buddha . +-1 Otoneriryo was one of the institutions belonging to Nakatsukasasho ( Ministry of Central Affairs ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 Kiribi ( flint sparks ) is a ceremony for kiyome ( purification ) which is performed using sparks caused by striking an object with a flint . +1 Chuzaburo SHIGEYAMA ( April 3 , 1928 - ) is a Kyogen actor ( Kyogen : a genre of the Japanese traditional performing arts - a kind of farce ) . +-1 Sokyoku refers to music for the koto ( long zither with 13 strings ) . +1 Empress Genmei ( also known as Empress Genmyo ) ( 661 – December 29 , 721 ) was the first tenno ( emperor ) in the Nara period and the forty-third tenno ( empress regnant ) who reigned from August 18 , 707 – October 3 , 715 ) . +-1 Denshutai ( Edo shogunate 's army ) refers to the western-style army which was organized by Edo bakufu ( Japanese feudal government headed by a shogun ) as the elite troops of the bakufu army , and was directly trained by the French Military Advisory Group . +-1 " Atsusa Samusa mo Higan made " is a Japanese idiom that means ' The cold of winter lasts until the spring equinox , and the heat of summer calms by the autumnal equinox , and will become easier to bear . " +1 Michimochi KURUSHIMA ( year of birth unknown - November 7 , 1704 ) is a successor of the Mori Domain of Bungo Province . +-1 Shijo refers to an outer citadel , fort or fortification built to protect the main castle and perform a backup role . +1 FUJIWARA no Iemichi ( 1156 - February 17 , 1116 ) was a nobleman during the late Heian period . +-1 Kamisoko-jinja Shrine is a Shinto shrine located in Nagahama City , Shiga Prefecture . +1 Minoru MURATA ( March 2 , 1894-June 26 , 1937 ) was a movie director , scriptwriter and actor who lived from the Taisho period to the early Showa period . +1 Mei no iratsume ( year of birth and death unknown ) was a daughter of SOGANOKURA-YAMADA no Ishikawamaro . +1 Saga Books ( Sagabon ) are books printed using movable type at the beginning of the early-modern period of Japan . +1 Uma no naishi ( year of birth and death unknown ) was a female poet in the mid-Heian period . +1 FUJIWARA no Toshiie ( 1019 - December 29 , 1082 ) was a top court official and a waka poet in the middle of the Heian period . +-1 Kanshitsuzo ( literally , dry lacquer technique ) is one of the oriental wood statue production techniques , in which a statue is formed by layering pieces of hemp cloth soaked in lacquer over a core , and a wood powder and lacquer mixture was thickly applied to create surface details . +-1 Oso-eko ( Amida 's instructions on virtue for entering the Pure Land ) is one of Jodo Shinshu 's ( the True Pure Land Buddhist Sect ) important doctrines and corresponding term to Genso-Eko ( Amida 's instructions on virtue for returning to this world ) . +1 A member of Shinsengumi , Shichisaburo IKEDA ( December 27 , 1849 – January 16 , 1938 ) was the last remaining survivor of Shinsengumi ( a special police force of the late Tokugawa shogunate period ) . +1 Hideyoshi SASAKI was a Japanese military commander in the late Heian period . +-1 Nyoirin Kannon , cintaamaNicakra in Sanskrit , is a venerable entity of Bosatsu , Bodhisattva , and is worshipped in Buddhism . +1 Nobumasa OKUDAIRA was a busho ( Japanese military commander ) over the Sengoku period and the Edo period . +-1 Warigo is a kind of portable tableware which is made of thinly stripped plain wood boards such as hinoki ( Japanese cypress ) . +-1 Nara Naval Air Corps and its predecessor , Nara Detachment of Mie Naval Air Corps , were one of the troops and educational institutions of the Imperial Japanese Navy . +-1 Jogakuji refers to Buddhist temples with the second highest temple status following " kandaiji " ( state-sponsored temples of great scale ) and " kokubunji " ( state-sponsored provincial temples ) , which existed in the Nara and Heian periods . +1 Gunji MONONOBE ( years of birth and death unknown ) worked under Chikatomo YUKI in the Kamakura period . +-1 Jidaigeki ( period drama ) is a genre of theater , film and television shows based on various periods in Japanese history . +1 Oguranomiya Seisho ( date of birth unknown - June 13 , 1443 ) was the grandson of Emperor Gokameyama , the ninety-ninth Emperor during the period of the Northern and Southern Courts ( Japan ) , or the fourth and the last Emperor of the Southern Court ( Japan ) , and the son of Oguranomiya Tsuneatsu . +1 Toan TEJIMA ( June 12 , 1718 - March 8 , 1786 ) was a moral philosopher who lived in the mid-Edo period . +-1 " Maizuru Kamaboko " is a brand of kamaboko ( fish minced and steamed ) made and sold in Maizuru City , Kyoto Prefecture . +-1 Makunouchi-bento is a type of bento ( lunch box ) with white rice and several accompanying dishes . +-1 Hiraki is what a Nohgakushi ( Noh actor ) performs for the first time as a shite ( a main actor of a Noh play ) or a quasi shite role for a certain music , Kyogen ( farce played during a Noh play cycle ) , or hayashi ( musical accompaniment played on traditional Japanese instruments ) . +1 Tokimoto ANO ( date of birth unknown - February 27 , 1219 ) was a busho ( Japanese military commander ) from the end of the Heian period to the beginning of the Kamakura period . +1 Honpan Jinbutsushi is thirteen volumes of brief accounts of the Shimazu clan and its chief retainers for 200 years from the middle of 15th century to the middle of 17th century mainly during the Sengoku period arranged in the traditional Japanese alphabetical order . +-1 Suiba was an annual event in the Edo period held by Edo bakufu ( a Japanese feudal government headed by a shogun ) in which people rode horses across water . +-1 Konin-ji Temple located in Nara Prefecture is a temple of Koyasan Shingon sect . +-1 Shimai refers to a part of the Noh play where a performer dances without wearing masks or costumes . +-1 Chasen-mage is a hairstyle which looks like a tea whisk . +1 Junyu ( 890 - August 18 , 953 ) was a priest of the Shingon Sect in the middle of the Heian period . +1 Juemon Tashiro ( January 2 , 1854 to December 14 , 1932 ) was a businessman in Japan . +1 Mitsuhiro KARASUMARU ( 1579 - August 22 , 1638 ) was a court noble and poet of the early Edo period . +1 Gengen TANABE ( a male , 1796 - January 21 , 1859 ) was a calligrapher and Tenkoku artist ( a carver who carved Chinese characters in the special , Tensho , style ) who lived in Japan in the latter half of the Edo period . +-1 Ensho-ji Temple is a nunnery temple located in Yama-cho , Nara City . +1 Teitoku MATSUNAGA ( 1571-January 3 , 1654 ) was a haiku poet , kajin ( waka [ a traditional Japanese poem of thirty-one syllables ] poet ) and a scholar of the study of waka . +-1 Kurama Denki Tetsudo Kabushiki Kaisha ( Kurama Electric Railway Company Limited ) was a railway company that operated a railway line from Yamabana ( current Takaragaike Station ) in present Sakyo Ward , Kyoto City , to Kurama Station . +-1 Shikichi-jinja Shrine is a Shinto shrine located in Kita-ku Ward , Kyoto City . +1 Tomomasa UESUGI ( date of birth and death unknown ) was a person of the Ogigayatsu Uesugi clan in the late Muromachi period ( the early Warring States period ) . +1 Tokuma KATAYAMA ( January 18 , 1854 - October 24 , 1917 ) was an architect who was actively engaged in his profession during the Meiji period . +-1 Suppon is a stage setting for an actor to make a stage appearance from the trap cellar , and it is located on the hanamichi ( an elevated runway ) in kabuki ( traditional drama performed by male actors ) theater . +-1 " Bunjinga " refers to the paintings that bunjin ( literati ) painted as their pastime , as opposed to paintings by the professional artists in China ( Intaiga , a type of Chinese painting associated with the Imperial Court Academy ) . +-1 " Matsu-ura no Taiko " ( The drum of Matsu-ura ) a play of kabuki . +-1 " Shaku Nihongi " is an annoted text of " Nihon Shoki " ( Chronicles of Japan ) which is assumed to have been compiled at the end of Kamakura period , probably between 1274 and 1301 . +-1 Suminoenotsu is a port which existed in ancient times in Japan . +-1 Genze Ski Resort is a ski resort located in Fukuchiyama City , Kyoto Prefecture ( the former Yakuno Town ) . +-1 Kokuritsu Ginko Shihei was paper currency issued by the National Bank in the early Meiji Period . +-1 Kairyuo-ji Temple is a Buddhist temple of the Shingon Ritsu sect located in Hokkejikita-machi , Nara City , Nara Prefecture . +1 Nissho ( 1562 to May 17 , 1622 ) was the 15th head priest of Taiseki-ji Temple . +-1 The shogun family was a houshold system where the head of samurai , who was designated as seii taishogun ( literally : " great general who subdues the barbarians " ) or for the head of palace guards , generated , in the medieval times in Japan , imitating the houshold system of kuge ( the court noble ) when establishing his government . +-1 Yamashina Hongan-ji Temple was a Jodo Shinshu ( the True Pure Land Sect of Buddhism ) temple located in Yamashina-ku Ward , Kyoto City . +-1 The Takano family was a Japanese clan ( court nobles ) . +1 Kaisen ODA ( 1785 - October 17 , 1862 ) was a Japanese painter of nanga ( a school of painting originating in China ) who lived during the late Edo period . +-1 Hariko is one of the plastic arts technique which forms papier-mache by attaching pieces of paper to frames made of bamboo or wood or molds made of clay . +1 Terutaka MATSUDAIRA ( October 5 , 1725 – November 10 , 1781 ) was the lord of Takasaki clan in Kozuke Province during the Edo period . +-1 Hoan-den was the premises where portraits of the emperor and empress ( called " goshin-ei portrait " ) and the Imperial Rescript on Education were housed before and during the war . +-1 Kokerabuki is a roofing method in which thin wood boards are used as the roofing material . +-1 Ometsuke was a governmental post in the Edo period belonging to Roju ( the second highest post in the Edo bakufu government ) in the government system , and played a role of an inspector who watched daimyo ( Japanese feudal lord ) , koke ( privileged families under Tokugawa Shogunate ) , and the Imperial court to protect the bakufu ( Japanese feudal government headed by a shogun ) from rebellion of these powers . +-1 The appointment to Shogun refers to a ceremony where the Emperor granted the title of seii taishogun ( literally , " great general who subdues the barbarians " ) as the head of a military government and to govern Japan . +-1 Maizuru urban area collectively means an economic zone surrounding Maizuru City . +-1 Ryosei is the systems based on ryo that refer to the administrative law of the Ritsuryo codes . +-1 Kappumen indicates the item consisting of instant noodles such as dried noodles and fresh noodles put into a container usable as tableware and the attached ingredients . +-1 Shaka-do hall is a denomination given to the Buddhist stature hall or temples in which a statue of Shaka Nyorai ( Buddha Shakamuni ) is enshrined as the principle image . +1 Koan WATANABE ( 1582 - 1711 ) was a former vassal of Tadanaga TOKUGAWA . +-1 Komon is a kind of Japanese kimono ( Japanese clothes ) . +1 Hidetomo OYAMA ( date of birth unknown - August 10 , 1335 ) was busho ( Japanese military commander ) from the Kamakura Period through the period of the Northern and Southern Courts . +1 Tadashige SAKAI was a Daimyo ( Japanese feudal lord ) , Roju ( member of shogun 's council of elders ) and Tairo ( chief minister ) in the later Edo Period . +1 MINAMOTO no Yorifusa ( year of birth and death unknown ) was busho ( Japanese military commander ) in the mid Heian period . +1 Tomozane TADA ( year of birth and death unknown ) is a busho ( Japanese military commander ) in the last days of Heian period . +-1 The Muro no Obaka tumulus is a keyhole-shaped tumulus , located in Gose City , Nara Prefecture , which was constructed in the first half of the middle era of the kofun period ( tumulus period ) . +-1 NUKATA no Kunimiyatsuko ( aka . Kokuzo NUKATA ) was the leading local family that ruled the western part of Mino Province ( or the eastern part of Omi Province ) in ancient Japan . +-1 Gorenshi refers to brothers of prestigious families such as the Imperial Family and families of kuge ( court nobles ) and seii taishogun ( literally , " great general who subdues the barbarians " ) , and so on . +-1 Shorokui ( Senior Sixth Rank ) is one of the ranks in Ikai ( court ranks ) and Shinkai ( ranks granted to Shinto gods ) . +-1 Onuki clan was one of the Japanese clans . +-1 Iden refers to the rice fields which were given to the ones higher than goi ( Fifth Rank ) in the rank and the imperial family , depending on the rank or honi ( court rank ) in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +1 Shuntaro OGATA ( Years of birth and death unknown ) was a member of Shinsengumi ( a group which guarded Kyoto during the end of Tokugawa Shogunate ) . +-1 Engaku ( pratyekabuddha , paccekabuddha , Sanskrit : प ् रत ् येक बुद ् ध ) is a term in Buddhism and Jainism , which means one who attains enlightenment through his own efforts without listening to the teachings of Buddha . +-1 Kappogi is a kind of apron originated in Japan and mainly worn over wafuku ( Japanese traditional clothes ) . +-1 Kaichigo ' refers to a type of Japanese spirit appearing in " Hyakki Tsurezurebukuro Hyakki Tsurezure Bukuro ' ( One hundred bags in idleness ) , collections of ghosts , spirits , spooks and monsters , described by Sekien TORIYAMA . +-1 Tomesode is a type of Japanese traditional clothes and is a formal dress of the highest rank worn by married women . +-1 Suikan was a garment worn by men during the Heian period . +1 Hidemochi MAEDA was a Japanese military commander who lived during the Azuchi-Momoyama period . +1 Miguel CHIJIWA ( 1569 - January 23 , 1633 ? ) was a Christian who was one of the senior envoy of Tensho Keno Shonen Shisetsu ( the Tensho Boy Mission to Europe ) who lived during the Azuchi Momoyama period to the early Edo period . +-1 Kengyo MITSUZAKI ( year of birth unknown , but estimated around 1853 ) was a blind musician who was active during the early nineteenth century in Kyoto ( jiuta shamisen ( traditional Japanese shamisen music ) player , so or koto ( a long Japanese zither with thirteen strings ) player and composer ) . +1 Abe no miko ( 648 - year of death unknown ) was a prince of the Emperor Tenchi . +1 Tameto REIZEI ( September 1846-August 1894 ) was a son of Tameyuki REIZEI . +1 Empress Suiko ( 554 - April 15 , 628 ) , the thirty-third emperor of Japan , reigned for 36 years from January 15 , 593 to April 15 , 628 , or for 37 years according to the " Kojiki " ( Records of Ancient Matters ) . +-1 Kigo , or 揮毫 in Chinese characters , means writing words or phrases with brushes . +-1 Tenpo ( aka Tenpu ) refers to what the Edo bakufu ( Japanese feudal government headed by the seii taishogun [ literally , " great general who subdues the barbarians " ] ) changed daimyo 's ( Japanese feudal lord ) territories to different locations . +1 FUJIWARA no Toshikane ( dates of birth and death unknown ) was a government official in the early Kamakura Period . +-1 The Oda government is a samurai government which existed in Japan from 1573 ( virtually 1568 ) to 1582 . +1 Masahiro TAKATSUKASA ( May 14 , 1761 - March 29 , 1841 ) was a member of court nobles during the mid Edo period . +-1 Sanji Chion-ji Temple , located in Kamigyo Ward , Kyoto City , is a temple ( nunnery ) of the Jodo ( Pure Land ) sect . +1 Nihon bungaku ( Japanese literature ) refers either to literary works written in Japanese or to the academic field that studies such works and their authors . +1 Chikko KIMURA ( male 1868-January 28 , 1943 ) was a Tenkoku artist ( artist of seal engraving ) in modern times of Japan . +-1 Nobutane-kyo-ki is a diary written by a court noble , Nobutane NAKANOMIKADO , who lived in the Sengoku period ( period of warring states ) . +1 Naganao TAKABATAKE ( ? - July 28 , 1549 ) was a busho ( Japanese military commander ) who lived in the Sengoku period ( Period of Warring States ) . +1 Miyake is the name of the successive Imperial family in Japan allowed to have Imperial rank . +1 Teruhiro DAIGO ( May 29 , 1791-October 4 , 1859 ) was a Kugyo ( a Court noble ) and a retainer of the Imperial Court during the late Edo period . +1 FUJIWARA no Mitsuyoshi ( 1132 - March 30 , 1183 ) was a nobleman during the end of the Heian period . +1 Zennosuke TSUKAMOTO ( dates of birth and death unknown ) was a member of theIchibantai ( first squad ) in the Shinsengumi . +-1 The JAL Sound Stage Series is a concert featuring the invited top guest artists in Japan and abroad and is held at a temple among the Historical Landmark Buildings in Kyoto or Nara about every September . +-1 Teiran is one of tea utensils used in Senchado ( Japanese tea ceremony using Sencha [ brewed green tea ] ) . +1 TAKAHASHI no Mushimaro ( year of birth and death unknown ) was a contributor to Manyoshu during the Nara Period . +-1 A rajomon was a city gate built at the south end of Suzaku-oji Street ( a main street ) which ran north and south through the center of ancient jobo ( grid-like arrangement of streets and avenues ) cities such as Heijo-kyo or Heian-kyo . +-1 Sekiho-ji Temple ( 石峯寺 ) is a temple of the Obaku sect located in Fushimi Ward , Kyoto City . +1 Naosuke II was the 13th lord of the Hikone Domain , Omi Province . +1 Atsushi Watanabe ( 1843-1915 ) was an expert swordsman who was born in Kyoto and in charge of Kimoiri ( director ) of Kyoto mimawarigumi ( a group that guarded Kyoto of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +1 Anpo ( dates of birth and death unknown ) was a priest and a poet who lived during the mid-Heian period . +-1 The Teshima clan is one of the clans in Japan . +-1 Konin-Jogan culture is considered in Japanese history to be the culture that flourished in Japan during the Konin and Jogan era of the early Heian period ( about the ninth century ) . +-1 Datsu-A Ron was an an editorial published in the Japanese newspaper ' Jiji Shinpo ' on March 16 , 1885 . +-1 Shugoshi funyu means that in the Kamakura period and the Muromachi period , the bakufu ( Japanese feudal government headed by a shogun ) forbade shugo ( provincial constables ) and their officials from entering some specific koryo ( public lands ) , shoen ( manors ) , and so on , which were specified by the bakufu , when pursuing criminals and collecting taxes . +-1 Kawata-jinja Shrine is a Shinto shrine located in Minakuchi-cho , Koga City , Shiga Prefecture . +1 Kanzaburo NAKAMURA , the first ( 1598 - June 9 , 1658 ) was a kabuki actor in early Edo period . +-1 The " Kyoto Uji Rakunan One-Day Ticket " electronic card , which allows unlimited rides and comes with coupons offering various discounts and special benefits as part of the package , is sold jointly by the Osaka Municipal Transportation Bureau , Keihan Electric Railway ( Keihan ) , Semboku Rapid Railway ( Semboku Rapid ) of Osaka Prefectural Urban Development Co . , Ltd . , and Nankai Electric Railway ( Nankai ) . +-1 Juko MURATA ( 1432 - June 29 , 1502 ) was a chajin ( master of the tea ceremony ) in the middle of the Muromachi period . +-1 The Meiji Restoration was the historic change from the feudal system of the Edo Shogunate to the system of direct Imperial rule by the Meiji government through the overthrow of the Shogunate , and the accompanying series of wars ( the Boshin War ) and reforms . +-1 Nahaka-jinja Shrine is a Shinto shrine located in Otsu City , Shiga Prefecture . +-1 Gojo City is a city located in the midwest part of Nara Prefecture . +1 Yoshitaka SENBON ( June 19 , 1854 - 1918 ) is a professor emeritus at Tokyo Higher Normal School . +1 Renko ( 1450 - December 6 , 1531 ) was a priest of Jodo Shinshu sect ( the True Pure Land Sect of Buddhism ) from the mid Muromachi period to the Sengoku Period ( Period of Warring States ) . +1 Munetsuna SASAKI ( 1248 ? - October 4 , 1297 ) was a busho ( Japanese military commander ) in the mid Kamakura period . +-1 Taizo-in Temple is a sub-temple located within the precinct of Rinzai sect Daihonzan ( head temple ) Myoshin-ji Temple in Hanazono , Ukyo Ward , Kyoto City . +1 Kinzo KONPARU ( January 2 , 1925 to - ) is a Noh actor of the shite-kata Konparu school ( one of the five schools of shite-kata [ main roles ] ) . +-1 Goseibai-shikimoku is a law code established for samurai government in the Kamakura period . +1 HIKETA no mushimaro was a government official who lived during the Nara Period . +1 Tenson Korin is a legend in Japanese mythology , in which the grandson of Amaterasu ( the Sun Goddess ) Ninigi received the order to pacify Ashihara no Nakatsukuni ( the Central Land of Reed Plains ) and descended from heaven in order to rule Ashihara no Nakatsukuni . +-1 Kozui OTANI ( December 27 , 1876 – October 5 , 1948 ) was a religionist and an explorer of Japan . +-1 The Japanese-Korean Treaty of Amity refers to the treaty between Japan and the Joseon Dynasty concluded in 1876 and all agreements subsidiary to it . +-1 Joko-ji Temple is a Shingon Sect Buddhist temple located in Minami Ward , Kyoto City , Japan . +1 " Ochikubo monogatari " ( The Tale of Ochikubo ) is a tale of Japan 's middle ages , which reportedly originated around the end of the tenth century . +1 Naoaki KAJUJI ( 1478 – September 29 , 1559 ) was a court noble in the Azuchi-Momoyama Period . +-1 Jinrikisha ( or rickshaw ) is a human-powered vehicle for transporting people , used as a means of getting around mainly from the Meiji period to the Taisho and early Showa periods . +-1 Sensho-ji Temple is a Buddhist temple belonging to the Nichiren Sho Sect in Fushimi-ku Ward , Kyoto City , Kyoto Prefecture . +-1 Andonyama Tumulus is an ancient Japanese tumulus of a circular shape rear-end with a rectangular frontage , located at Yanagimoto-cho , Tenri City , Nara Prefecture . +1 Gien ( 1155 - April 25 , 1181 ) was a priest at the end of the Heian period and the eighth son of MINAMOTO no Yoshitomo . +-1 Mt . Aoba , the highest in Takahama-cho , is located where Maizuru City , Kyoto Prefecture and Takahama-cho , Oi-gun , Fukui Prefecture , are bordered . +1 Kayo YAMAGUCHI ( October 3 , 1899 - March 16 , 1984 ) was a Japanese-style painter . +1 Tadatoshi OOKA ( 1572 - September 8 , 1600 ) was a Japanese military commander who lived in the Azuchi-Momoyama period . +-1 The term Heike no Ochudo means fugitives who retreated to remote regions after their defeat in the Jisho-Juei War ( the Genpei War ) . +1 Shuhan TAKASHIMA ( September 24 , 1798 - February 28 , 1866 ) was a hojutsuka ( ballistic specialist ) during the late Edo period and the last days of the Tokugawa shogunate . +-1 Iwakura Mission was a delegation which was dispatched to the United States of America and European countries from Japan between December 23 , 1871 and September 13 , 1873 . +1 Yukinaga MIYOSHI was a Busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +1 TAKANO no Niigasa ( ? - January 21 , 790 ) was the birth mother of Emperor Kanmu . +1 SAKAMOTO no Takara ( year of birth unknown-June 21 , 673 ) was a person from the Asuka Period in Japan . +1 Tetsuro WATSUJI ( March 1 , 1889 - December 26 , 1960 ) was a Japanese philosopher , ethicist , cultural historian , and scholar of Japanese history of ideas who was well known for his literary works such as " Koji Junrei " ( A Pilgrimage to Ancient Temples ) and " Fudo " ( Climate and Culture ) . +-1 Revision of treaties means diplomatic negotiations to revise the unequal treaties which were concluded between other foreign countries and Japan in Ansei era . +-1 Uchiyama-Eikyu-ji Temple is a temple that once existed in Somanouchi-cho , Tenri City , Nara Prefecture . +-1 Ajisukitakahikone or Ajishikitakahikone is a Shinto deity who appears in Japanese Mythology . +1 Masamoto KUJO ( June 21 , 1445 - May 15 , 1516 ) was a Kuge ( court noble ) and Kanpaku ( chief adviser to the Emperor ) from the end of the Muromachi period to the beginning of the Sengoku period ( Period of Warring States ) . +-1 Hora Buraku was a discriminated community which used to exist in Kashihara City , Nara Prefecture . +-1 Sotoba Komachi is a Noh play . +1 FUJIWARA no Ieyori ( date of birth and death unknown ) was a court noble in the end of the Heian period . +1 TAKEUCHI no Sukune ( his name can also be pronounced TAKENOUCHI no - , TAKESHIUCHI no - , 84 ? - April 367 ? ( old lunar calendar ) ) was a legendary person recorded in the " Kojiki " ( Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) , who is said to have served as the Munemachi no Kimi or Oomi ( Grand Minister ) and advised the government during the early Yamato Dynasty ( a period covering the reigns of Emperor Keiko , Emperor Seimu , Emperor Chuai , Emperor Ojin , and Emperor Nintoku ) . +-1 Ninja hachimon is considered the eight kinds of compulsory subjects which are essential to become a Ninjya in the all sects of Ninjutsu ( ninja art ) . +1 Shinzen ( 804 - October 21 , 891 ) was a Shingon Sect Buddhist monk who lived during the first part of the Heian period . +-1 Fukego or Fukegodan are the quotations from FUJIWARA no Tadazane ( 1078 - 1162 ) , Kanpaku ( chief adviser to the Emperor ) , otherwise known as Fuke-dono . +-1 Jikata kosha was an Edo Period bureaucrat overseeing domain agriculture who had extensive knowledge of regional affairs . +1 FUJIWARA no Kanefusa ( 1153 - april 6 , 1217 ) was a court noble , who lived from the late Heian period to the early Kamakura period . +1 Matsunosuke KATAOKA is a Kabuki ( traditional drama performed by male actors ) actor . +-1 Honzon has the following meanings . +-1 Sotsuzoku was a name of social status in the early Meiji period . +1 Sadaaki HOJO was a family member of the Ho jo clan in the end of Kamakura period . +-1 Heki school was established by Masatsugu Danjo HEKI , who learned in the ancient Henmi school . +-1 Gunyoshuhyo is pseudo currency issued during wars for military forces to pay for commodities and other necessaries in its occupying areas or areas under their control . +-1 Ichimatsu ningyo is a kind of fashion dolls . +1 Shigeko HINO ( 1411- September 29 , 1463 ) was a person who lived during the Miromachi period . +1 FUJIWARA no Keishi ( also Tsuneko , year of birth and death unknown ) was a court lady during the late Heian period . +1 Imperial Princess Hisako ( year of birth unknown - July 16 , 876 ) was a member of the Imperial Family during the first half of the Heian period . +-1 Choyo Gakko was a three-story school with tile-roofing in western style , which was built in the premises of the current Tsuruoka City Hall by order of prefectural governor Michitsune MISHIMA in 1876 . +-1 Kyoto Intercollegiate Festa is an annual festival which is held every year in early October ( though not always in the past ) in Kyoto , Japan . +-1 Sashimi is a Japanese delicacy consisting of raw seafood that is sliced and eaten with seasonings such as soy sauce and vinegared miso ( fermented soybean paste ) along with condiments such as wasabi ( Japanese horseradish ) and ginger . +-1 The Ocho period ( Dynastic period ) is a Japanese historical period . +1 FURUICHI no Kuromaro ( date of birth and death unknown ) lived during Japan 's Asuka period . +1 Sentei ( 1660 - September 25 , 1698 ) was a priest of the early Edo period . +-1 Ryoge no kan was a newly established government post which was not defined within the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 The Reki Hakase was one of the government posts established under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +-1 Ichihara Station , located in the Sakyo ward of Kyoto City , is a stop on the Kurama Line of the Eizan-dentetsu ( Eizan Electric Railway ) . +-1 草子洗小町 ' ( Soshi arai Komachi ; aka . 草紙洗 [ Soshi Arai ] or 草紙洗小町 [ Soshi arai Komachi ] ) is a Noh program categorized into sanbanme-mono ( third-category plays ) , genzai kazura-mono ( realistic women plays ) and daishomono ( plays with three instruments of fue [ a Japanese flute ] , kozutsumi and ozutsumi [ small and large hand drums ] ) . +1 Tesseki FUJIMOTO ( April 14 , 1816 - November 6 , 1863 ) was a patriot in the end of Edo Period . +-1 Wasanbon is one kind of sugar products traditionally produced mainly in the east region of Shikoku , such as Kagawa Prefecture and Tokushima Prefecture . +1 Sahohiko no miko ( year of birth unknown - November , 25 B.C. ) was a member of the Imperial family ( Royal family ) , who appears in the Kojiki ( The Records of Ancient Matters ) and the Nihonshoki ( Chronicles of Japan ) . +-1 Bansho is a facility in which guards were stationed for security and surveillance . +-1 Sakura is the generic name of the Genus Cerasus of Rosaceae , excluding apricots and peaches , and refers to plants belonging to Subgenus Cerasus . +1 Unpei MORICHIKA ( January 20 , 1881 - January 24 , 1911 ) was a socialist . +-1 Byodo-in Temple is a temple connected to the Fujiwara clan located in Uji City , Kyoto Prefecture . +1 TAIRA no Chikazane or IMIBE no Chikazane ( year of birth and death unknown ) was a person who lived from the end of the Heian Period to the beginning of the Kamakura Period . +-1 The term ' myoden ' ( rice field lot manage by a nominal holder ) refers to a basic unit of the governance and ( tax ) collection in the shoen-koryo system ( the system of public lands and private estates ) , and this existed from the mid-Heian period , throughout the Middle Ages in Japan . +-1 Meigetsu-in Temple is a Buddhist temple belonging to the Kencho-ji School of the Rinzai Sect located in Kamakura City , Kanagawa Prefecture . +1 Kangangiin ( 1217 - October 12 , 1300 ) , a Buddhist priest of the Soto sect , lived in the mid-Kamakura period . +1 MINAMOTO no Tamenaka ( ? - August 24 , 1156 ) was a military commander of the Kawachi-Genji branch of the Minamoto clan who lived at the end of the Heian period . +1 Sadaka IJICHI ( 1926 - 1887 ) was a bureaucrat who lived during the Meiji period . +-1 Sango ( literally , " mountain name , " which is the title prefixed to the name of a Buddhist temple ) : Mt.Nijo +-1 Sumitomo Kakkien is a historical building located in Otsu City , Shiga Prefecture . +1 YAMAHE no Yasumaro ( date of birth and death unknown ) lived during Japan 's Asuka period . +-1 Bussharito is a Buddhist pagoda that allegedly contains Busshari ( remains of Shakamuni-butsu ) . +1 Morokata KAZANIN ( 1301 - October 1332 ) was a Court noble who lived during the late Kamakura period . +-1 Araumi no soji ( also referred as Araumi no shoji ) is an upholstered Tsuitate shoji ( a partitioning screen , sometimes an opaque panel screen or sometimes a wooden screen set in a stand ) set up at the end of northeast of Hiro-bisashi ( broad eaves ) of Seiryoden ( Literally , Limpid Cool Hall , an Imperial summer palace ) . +-1 Ichigo daifuku is a kind of Japanese confection consisting of a strawberry inside ' daifuku ' , which is a rice cake stuffed with sweet bean paste . +-1 Igashi no Hen is a political turmoil that happened in the Kamakura bakufu ( Japanese feudal government headed by a shogun ) , which lasted about a month from June 1224 in the early Kamakura period . +-1 Noguchino Ono-haka is a Hakkaku-fun ( octagonal tumulus ) constructed in the end of the Kofun period ( tumulus period ) located in Asuka-mura , Nara Prefecture . +-1 Hinohakama ( scarlet hakama ( divided trouser-like skirt ) ) ( also known as ' hibakama ' ) is also called ' Kutenai no hakama ' ( Red hakama ) because of its deep scarlet color and to indicate the red thread used in the hakama . +-1 Maizuru Nature Cultural Park is a park with 30,000 camellias of approximately 1500 varieties and 50,000 hydrangeas of 50 kinds . +-1 Eshi no soshi ( picture scroll ) is a Japanese emakimono ( an illustrated scroll ) . +-1 The Nakamikado line was a clan of court nobles descended from the Northern House of the FUJIWARA clan . +-1 Arashiyama-Takao Park Way is an ordinary motorway run by Nishiyama Driveway Co . , Ltd . , a part of the Hankyu Hanshin Holdings group . +-1 The history of Japanese railways ( the Meiji Period ) covers the summary of the changes that took place from the end of the Edo Period to the end of the Meiji Period . +1 Kyokaku ( also pronounced Gyokaku ) ( 1395 - September 19 , 1473 ) was a monk of the Hosso sect during the Muromachi period . +-1 Sango ( literally , " mountain name " ) , which is the title prefixed to the name of a Buddhist temple : Shogun-san Mountain +1 Kawawake TAKENUNA ( aka TAKENUNA Kawawake no Mikoto ) is noted in the classic Japanese book " Nihon Shoki " ( Japan Chronicles ) as Kawawake TAKENUNA but by a separate title ( TAKENUNA Kawawake no Mikoto ) in " Kojiki " ( an ancient historical record of Japan ) . +1 Kunimasa UTAGAWA the first ( 初代 歌川 国政 , 1773 - December 26 , 1810 ) was an Ukiyoe artist in the late Edo period . +-1 Funadama ( ship spirit ) is a deity to which seafarers pray for the safety of a voyage . +-1 In early Meiji Period the incident occurred and a condemned resuscitated after the execution of hanging in Ishizuchi Prefecture . +-1 Kyoto Stadium was planned to be built in Joyo City , Kyoto Prefecture . +-1 Shichijo bussho was a sculpture workshop of the Keiha school of sculptures in Shichijo Street , Kyoto . +-1 Dengaku is a traditional Japanese performance art . +1 Makiko IWAKURA ( maiden name : Makiko NOGUCHI , 1827 - February 23 , 1903 ) is the second wife of Tomomi IWAKURA . +-1 The Minakuchi Domain was a han ( a basic unit of provincial government during the Edo period ) that governed around Minakuchi-cho , Koga City , Shiga Prefecture . +1 FUJIWARA no Nakazane ( date of birth unknown - February 8 , 1122 ) was a Kugyo ( top court official ) who lived in the late Heian period . +-1 Shibujo is a gemon taken from Hoshozenshi Goehojisan . +-1 Jingu Shikinen Sengu is the Shikinen Sengu ( transfer of a deity to a new shrine building once in a prescribed number of years ) at Jingu ( Ise-Jingu Shrine ) . +1 SAKAIBE no Kusuri ( year of birth unknown - August 5 , 672 ) is a historical figure who lived during Japan 's Asuka period . +-1 " Religions of Japan " describes religions in Japan . +1 Senko IKENOBO was an expert in the rikka ( standing flowers ) style from the Azuchi-Momoyama period to the middle of the Edo period . +1 Imperial Prince Kanin-no-miya Haruhito ( January 4 , 1758 – November 4 , 1818 ) was a member of the Imperial family who lived in the Edo period . +-1 Chanbara is a swordplay scene acted in historical dramas of theatrical performances and movies . +1 Ro no onkata ( 1161 ? – date of death unknown ) was a woman who lived at the end of Heian period . +1 The Satake version of " Sanju-roku Kasen Emaki ( hand scrolls of the thirty-six immortal poets ) " were made in the 13th century , Kamakura Period . +1 Buncho TANI ( October 15 , 1763 - January 6 , 1841 ) was a Japanese painter who lived during the late Edo period . +1 Jisyu ( 1734 - April 28 , 1801 ) , a Buddhist priest of the Tendai sect and a composer of Chinese poems , lived in the mid-Edo period . +1 Hirosue ISHIKAWA ( year of birth unknown - March 30 , 1248 ) was a busho ( Japanese military commander ) in the early Kamakura period . +-1 Kurogo +1 Imperial Prince Tadayoshi ( also known as Yukiyoshi , year of birth unknown - September 7 , 1424 ) was a member of the Imperial Family in the period of the Northern and Southern Courts ( Japan ) and the Muromachi period , and was also the second Prince of Imperial Prince Muneyoshi , and an Imperial descendant of Emperor Godaigo . +-1 Since the Constitution of the Empire of Japan was enforced on November 29 , the parliamentary system ( Imperial Diet ) was initiated in Japan during administration of this Cabinet . +-1 " Magatsuhi no kami ( or Magatsui no kami ) " is a Shinto god . +-1 The Chotoku Coup , occurred after FUJIWARA no Michinaga received Nairan no senji ( an imperial edict to appoint a person to the position of Nairan , who has a right to read and deal with documents before reporting to the Emperor from Daijokan , the Great Council of State ) , after the death of FUJIWARA no Michitaka on May 17 , 995 . +1 Hisanaga TSUCHIMIKADO ( 1560-February 24 , 1625 ) was Kugyo ( top court official ) and Inyoka ( a practitioner of the Yin and Yang school of philosophy ) who lived from the Azuchi-Momoyama period to the Edo period . +1 MINAMOTO no Chikahiro ( date of birth and death unknown ) was a busho ( Japanese military commander ) , who lived during the late Heian Period . +1 Joseki GAZAN ( 1275 - November 23 , 1366 ) was a Soto sect priest from the end of Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +-1 Aburimochi is a kind of rice cake snack , made of thumb-sized rice cakes dredged with soybean flour , skewered on a bamboo stick , roasted over charcoal fire , and then basted with white bean pastes , or otherwise okaki ( cracker mix ) and senbei ( rice crackers ) skewered on a stick . +1 Takekunikoriwake no mikoto was a member of the Imperial Family in the Kofun period ( tumulus period ) , and he was written about in " A Record of Ancient Matters , " " Chronicles of Japan , " and so on . +-1 The Nichiren sect is a Buddhist sect founded by Nichiren in the Kamakura period . +1 Tokinao YAMASHINA ( July 15 , 1835 to November 6 , 1916 ) was a Kuge ( court noble ) in the late Edo period . +1 Imperial Prince Fushiminomiya Sadakiyo ( 1596 - August 16 , 1654 ) was a member of the Imperial family in the early Edo period . +1 Tosshi SAWAMURA is a name used by Kabuki actors . +-1 Daizenshiki was a government office belonging to Kunaisho ( Ministry of the Sovereign 's Household ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +1 TAIRA no Kagekiyo ( the birth year unknown , to 1196 ) was a " samurai " in the Heian period . +1 Tadachika MATSUDAIRA ( or Tadanori MATSUDAIRA ) was a feudal lord who lived in the mid-Edo period . +-1 Amenokaguyama no mikoto was the Japanese god ( Shinto religion ) . +-1 Gunnery of Seki school is one of the schools of gunnery . +-1 The old calendar refers to a calendar previously used when a new one is introduced . +-1 Hyoro is food supply for the army during times of war . +-1 Nagatsuji-dori Street is a street in Kyoto City . +-1 Fushinjo is the general term to represent three letters written from Kukai to Saicho . +1 Tomoatsu GODAI ( February 12 , 1836-September 25 , 1885 ) was a Japanese samurai who served as a feudal retainer of the Satsuma clan at the end of the Edo period , and a businessman in the Meiji period . +1 Dohaku MANZAN ( 1635 - 1715 ) was a priest of Soto Sect in the early Edo period . +-1 Musashi no kuninomiyatsuko 牟義都国造 ( also known as Mugetsukokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the central part of Mino Province . +1 Tadaaki SAKAI ( August 4 , 1813 - December 5 , 1873 ) was a daimyo ( Japanese feudal lord ) in the end of the Edo period . +1 Nairan is to check and read any document for the Emperor to read , or for Emperor to make decision about , or the position of Ryoge no Kan ( a position which is not included in the regulations ) . +-1 The Mikami Domain was in Mikami , Yasu-cho , Yasu City , Shiga Prefecture . +-1 Isshukin refers to a kind of gold coin circulated during the Edo period . +-1 A shoko is a percussion instrument used in gagaku ( Japanese court dance and music ) , and is the only metal musical instrument used in gagaku . +1 Oyudono no ue no nikki ( Daily Records of the Honorable Lady of the Imperial Office of Housekeeping ) is a daily record that was kept through the years by lower-ranking court ladies at the Imperial court . +1 Manzaburo UMEWAKA the Second ( March 23 , 1908 - April 21 , 1991 ) was a Noh actor of the Kanze school of shite-kata ( lead actors ) . +1 The Collection of Tales of Times Now Past ( Konjaku Monogatari Shu ) is a collection of setsuwa ( anecdotes ) . +1 Arisugawa no Miya Imperial Prince Takehito ( February 11 , 1862 - July 5 , 1913 ) , Japanese Imperial family , soldier . +1 Sadamasa KAZANIN ( December 21 , 1218 - March 28 , 1294 ) was a kugyo ( court noble ) who lived in the Kamakura period . +-1 Seicho no Ie Uji Bekkaku Honzan is the bekkaku honzan ( special head temple ) of Seicho no Ie , which is centered around Hozo-jinja Shrine in Uji City , Kyoto Prefecture . +-1 The Development Commission was a local government established between July 8 , 1869 and February 8 , 1882 to reclaim lands of Ezo ( present-day , Hokkaido , a northern island of Japan ) . +1 Miyashogun ( shogun from the Imperial Court ) refers to the term that specifies four imperial princes who were assigned to seii taishogun ( literally , " great general who subdues the barbarians " ) during the Kamakura period . +1 Soshitsu SHIMAI ( 1539 - October 16 , 1615 ) was a merchant in Hakata and a master of the tea ceremony who lived from the period of warring states , Azuchi-Momoyama period to the Edo period . +-1 Gozenkaigi was a conference convened since the Meiji period to establish important national policies in the presence of the emperor . +-1 Furisode is a type of Japanese kimono worn by girls in their minority . +-1 Totsukawa Goshi is a group of samurai who lived in Totsukawa-go , Minami Yamato ( Nara Prefecture ) . +-1 The Ohara family was a member of Genji Tosho Genji ( Minamoto clan members who were court nobles above a certain rank ) , descendants of Uda-Genji ( Minamoto clan ) . +1 " Jinkoki " is a book of mathematics from the Edo period . +-1 Mochibana is a decoration made of small-cut rice cake or dango ( sweet rice dumpling ) on a branch of Japanese sumac , hackberry , or willow tree for New Year 's Holidays or small New Year 's festival around January 15 . +-1 " Kazashi " refers flowers and leaves worn in the hair or headdress in shrine rituals by the Japanese during the ancient times . +-1 Nogi-jinja Shrine is a Shinto shrine located at Fushimi-Momoyama Mausoleum ( the mausoleum of the Emperor Meiji ) in Fushimi-ku Ward , Kyoto City . +1 Nagatsune AKAZAWA was a busho ( Japanese military commander ) in the Sengoku Period ( the late Muromachi period ) . +1 Kinosa SANJO ( Sep . 6 , 1774 - Oct.2 , 1840 ) was Kugyo ( a Court noble ) in the Edo period . +-1 Kosode no te ( literally , the hand of kosode [ short sleeved kimono ] ) is one of Japanese yokai ( monsters , spirits , ghosts and specters ) which is drawn in Sekien TORIYAMA 's yokai art collection book " Konjaku Hyakki Shui " ( Supplement to The Hundred Demons from the Present and the Past ) . +-1 Fushimiban are block printed books printed at the Enko-ji Temple ( now Ichijoji , Sakyo Ward , Kyoto City ) , which was established on a corner of the Fushimi School in Fushimi Ward of Yamashiro Province by order of Ieyasu TOKUGAWA in the early Edo period . +-1 The Imo incident , ( also known as the Jingo incident ) was a massive soldiers ' revolt that occurred under the incitement of Daewongun on July 23 , 1882 , in Seoul special city during the Joseon Dynasty ( same as the later Seoul Special City ) , during which many people such as high-ranking government officials of Queen Min 's , a Japanese military advisor , and Japanese diplomat were killed , and the Japanese legation was attacked . +1 Personal information of Emperor SHIRAKAWA +-1 Jodo-kyo is a teaching for people to become Buddha in the Land of Bliss of Amitabha Buddha . +-1 Ankoromochi is a type of Japanese confectionery . +1 Sanehide SANJO ( 1598 - September 27 , 1671 ) was Kugyo ( court noble ) in the early Edo period . +-1 The Shinkeihan Railway was a company that owned lines in Kyoto and Osaka prefectures . +1 Mihara no Okimi ( year of birth unknown - August 27 , 752 ) was a member of the Imperial Family in the Nara period . +1 Manshi KIYOZAWA , August 10 , 1863 - June 6 , 1903 was a Japanese philosopher and Buddhist monk in the Meiji period . +1 Arimitsu HINO ( 1387-October 29 , 1443 ) was a kugyo ( court noble ) of the early Muromachi period . +-1 Enpuku-ji Temple is a Shingonritsu sect temple in Ikoma City , Nara Prefecture . +-1 Saniwa is a person who receives shintaku ( oracle ) and interprets providence in religious services of Koshinto ( as practiced prior to the introduction of Confucianism and Buddhism to Japan ) . +1 Prince Hikoimasu ( Hikoimasu no Miko [ 彦坐王 ] ; His date of birth and death are unknown . ) first appeared in the " Record of Ancient Matters " and " Chronicles of Japan , " as he was a member of an Imperial family ( Royal family ) during the Kofun period ( tumulus period ) in Japan . +1 Nobukazu OINOMIKADO ( 1442-August 31 , 1487 ) was Kugyo ( top court official ) during the Muromachi period . +-1 Jito was a post established by Kamakura bakufu ( Japanese feudal government headed by a shogun ) and Muromachi bakufu to manage and control shoen ( manor ) and kokuga-ryo ( koryo ( duchy ) , or an Imperial demesne ) . +-1 " Basara " is a word which expressed the social and cultural trends during the Northern and Southern Courts period ( in the Japanese medieval period ) , which was actually used as a vogue word at that time . +1 Morgan O-yuki ( November 1881 - May 18 , 1963 ) +1 Arisugawa no miya was the name of the Miyake ( house of an imperial prince ) that existed long ago . +-1 Sanjugen ( 30-strings Koto ) is a kind of So or Koto ( a long Japanese zither with 30 strings ) . +-1 Joyo City is a city in Kyoto Prefecture and is roughly located in the middle between Kyoto City and Nara City . +-1 Mt . Kongo ( also known as Kongo mountain range ) is a mountain located between Gose City , Nara Prefecture and Chihaya Akasaka Village , Minamikawachi County , Osaka Prefecture . +1 Kocho ( Butterflies ) is one of the fifty-four chapters of " The Tale of Genji . " +1 Kanemitsu IGA ( year of birth and death unknown ) was a gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) and a governmental official responsible for practical works in the late Kamakura period through the period of the Northern and Southern Courts . +1 Yokei ( 919 - April 5 , 991 ) was a Buddhist monk of Tendai Sect in the mid-Heian period . +1 MINAMOTO no Tametomo ( dates of birth and death unknown ) was a busho ( Japanese military commander ) in the late Heian period . +-1 Seishi ( 生祀 ) means to honor or worship the spirit of a living person . +-1 Kenmotsu was officials of Honkan that belonged to Nakatsukasasho under the ritsuryo legal code system . +-1 Sake brewing control is the restriction ( control ) and promotion ( relaxation of the control ) policy adopted by the Edo bakufu ( Japanese feudal government headed by a shogun ) in Japan for the sake brewing industry . +1 Emperor Gomurakami ( 1328 - April 6 , 1368 ) was the 97th emperor in the period of the Northern and Southern Courts ( in Japan ) and the second emperor of the Southern Court . ( He reigned from September 26 , 1339 until April 6 , 1368 ) . +1 Moronobu KAZANIN ( 1275 - November 28 , 1321 ) was a court noble who lived in the late Kamakura period . +1 Among the Ocho Monogatari ( tales from the Heian and Kamakura periods ) , Tsukuri monogatari refers to the fictitious works in which a story unfolds with a fictitious person as the main character . +1 Yasutsugu SHIGENO ( November 24 , 1827 - December 6 , 1910 ) was a scholar of Chinese classics and a historian , who played an active role during the end of Edo period to the early Meiji period . +-1 The Kyoto Prize in the category of Basic Sciences is a prize awarded to an scientist for outstanding achievements in his or her respective field . +-1 The Tenshojingo War was fought between Ieyasu TOKUGAWA and Ujinao HOJO in the provinces of Kai , Shinano and Kozuke beginning in 1582 . +-1 Jikendan ( voluntary ruling and judging ) refers to rural communities in medieval Japan such as soson ( a community consisting of peasants ' self-governing association ) and goson ( autonomous village ) that conduct a kendan ( trial ) by themselves . +-1 Torisashi is chicken sashimi , or raw chicken meat , which is popular in the southern part of Kyushu region such as Kagoshima and Miyazaki Prefectures . +-1 Sakumondaitai was a manual of kanshi ( Chinese poem ) written during the Heian period . +1 Sotaro MASUDA ( March 17 , 1849 - September , 1877 ) was the legitimate eldest son of Hisayuki MASUDA , a noncommissioned officer of Nakatsu-han ( Nakatsu Domain ) . +-1 Genku-ji Temple is a Jodo ( Pure Land ) sect temple located Setomono-cho , Fushimi Ward of the city ( and prefecture ) of Kyoto . +1 FUJIWARA no Chikataka ( year of birth and death unknown ) was a nobleman who live around the mid Heian period . +1 Shigekatsu ONOGI was a busho ( Japanese military commander ) during the Azuchi-Momoyama period . +1 Hikojiro UCHIYAMA ( 1797 - June 23 , 1864 ) was a yoriki ( a police sergeant ) of Osaka Nishimachi magistrate in the end of the Edo period . +-1 Kataku Rokushin is a generic name for the six gods ( Shinto ) representing ( or protecting ) a house in Shinto . +1 Renjo ( 1446 - March 17 , 1504 ) was a monk of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) during the middle of Muromachi period and up to the Sengoku Period ( Period of Warring States ) ( Japan ) . +1 Takanao KUKI ( 1687 - Sep.11 , 1752 ) was a daimyo ( Japanese feudal lord ) of the Edo period . +-1 Shihandai ( assistant instructor ) is an instructor in an art field and an assistant of Shihan ( grand master ) . +-1 The term , " misogi , " ( ablution ) has two meanings . +1 Itsuzan ( 1702 - March 22 , 1778 ) was a calligrapher and Tenkoku artist ( a carver who carved Chinese characters in the special , Tensho , style ) . +1 Cloistered Imperial Prince Koben ( September 16 , 1669 - June 6 , 1716 ) was a Buddhist monk of the Tendai Sect in the Edo period . +1 INUKAI no Ikimi ( year of birth unknown - August 24 , 672 ) was a person from the Asuka Period in Japan . +-1 The term " mizukae nisoku ( drainage laborers ) " refers to those mining laborers engaged in removing the water that collects in mines and pumping it outside the mine . +1 Classical Japanese literature ( Chuko Bungaku ) refers to literature written in the Chuko ( middle-older ) era of Japanese history , especially that of the Heian period . +-1 Myogyodo was a department that studied and instructed on Confucianism as part the Daigakuryo , an educational institution under the Ritsuryo system ( the system of centralized administration established by the ritsuryo legal codes ) of Japan . +1 Kinto YOTSUTSUJI ( 1540 - September 16 , 1595 ) was a Court noble and a calligrapher during the Sengoku Period ( Period of Warring States ) ( Japan ) . +1 Roei Gochu , written by OE no Masafusa , is a commentary on the Wakan Roei Shu ( Japanese and Chinese singing poems ) . +1 FUJIWARA no Tameie ( 1198 - May 27 , 1275 ) was a court noble and poet in the mid Kamakura period . +1 Yasumori ADACHI was a senior vassal of the Kamakura bakufu ( feudal government headed by a shogun ) in the mid Kamakura period . +1 Yamasachihiko and Umisachihiko is one of the anecdotes in Japanese mythology . +1 Hirashima Kubo ( or Awa Kubo ) is descended from Yoshitsuna ASHIKAGA , the second son of Yoshizumi ASHIKAGA who was the 11th Seii Taishogun ( literally , " great general who subdues the barbarians " ) of Muromachi bakufu ( Japanese feudal government headed by a shogun ) , and their family lineage is a branch family of the Shogun family succeeded by Yoshimi , Yoshitane and Yoshitsuna ASHIKAGA successively . +-1 Ganri-mon Gate was one of the 19 gates of the Buraku-in ( Reception Compound ) of the Daidairi ( Greater Imperial Palace ) . +1 Terusuke HINO ( 1555 - August 27 , 1623 ) lived during the Sengoku period ( period of warring states ) , Azuchi-Momoyama period , and the Edo period . +1 Jufukuin ( 1570-April 7 , 1631 ) was the concubine of Toshiie MAEDA , who was the founder of the Maeda clan , the ruling family of the Kaga domain . +-1 " Rikkokushi " represents six national historical books which were compiled by the Japanese nation under the ritsuryo codes in ancient times . +1 YAMATO no Aya no Koma ( year of birth unknown - 592 ) is a person duing the Asuka Period . +1 Kagemune OSADA ( year of birth unknown -1190 ) was a busho who lived during the end of the Heian Period . +1 Ichinyo ( 1649 - May 30 , 1700 ) was a priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) and the 16th hoshu ( head priest ) of the Higashi Hongan-ji Temple . +-1 The Nakanoin family were kuge ( court nobles ) with kakaku ( family status ) of daijinke ( the third highest status for court nobles ) . +-1 Kunoichi indicates female ninja in the jargon of ninja ( professional spies in Japan , highly trained in stealth and secrecy ) , and the use of females as a trick was called kunoichi no jutsu ( art of kunoichi ) . +1 Nobuhide SAKUMA ( 1556-January 14 , 1632 ) was a busho ( Japanese military commander ) in the Azuchi Momoyama Period . +-1 Uji District was a district that existed in Yamashiro Province and Kyoto Prefecture . +1 Sokei TANAKA ( 1535 ? - year of death unknown ) was a ceramic artist in the Shokuho era ( Oda-Toyotomi era ) . +-1 A list of cultural properties designated and registered by Kyoto Prefecture lists the cultural properties and historical sites and the like , designated or registered by Kyoto Prefecture in a view format , but not all the data are recorded . +-1 Kanoko shibori ' is one of the methods of dyeing cloth regularly patterned with spots like the back of the fawn . +-1 Kuichigai Incident was an assassination attempt on Tomomi IWAKURA , the Minister of Right , which occurred in Kuichigaizaka , Akasaka , Tokyo ( now Minato Ward , Tokyo ) on January 14 , 1874 . +1 Hirokata SHO ( the year of birth and death unknown ) was a warrior of the Kodama party of Musashi Province ( present Kurisaki , Kodama-cho , Honjo City , Saitama Prefecture ) , who lived from end of the Heian period to the Kamakura period . +-1 The term Doga means pictures drawn by adults for children . +-1 A kumade ( rake ) is a type of Japanese farm tool used in farming or for raking gardens that consists of rough comb-like teeth that are vertically attached to a handle . +-1 Ikasuri no mikannagi no matsuru kami god is a god in Shintoism ( Shintoism ) . +1 Kashitaro ITO ( 1835 - December 13 , 1967 ) was a staff officer in the Shinsengumi ( a police force based in Kyoto during the Edo period ) . +-1 The Japanese term " Kandaka sei " refers to the land system , tax system , and military system which used the currency unit " kan " to calculate the yield of rice for a given piece of land . +1 Teruhiro OUCHI ( c . 1520 - January 1 , 1569 ) was a busho ( Japanese military commander ) in the Sengoku Period ( Warring States Period ) . +-1 Ennosuke Juhachi Ban refers to the specialty plays of Ennosuke ICHIKAWA of Omodakaya selected by Ennosuke ICHIKAWA the third in 1988 . +-1 Senmyo Calendar is a kind of Chinese calendar . +-1 Men or Menai means the rate of Koso ( an annual tax ) to the Kokudaka ( the annual yield of a land ) in the Edo period . +-1 Monopolization is a system that a government places under its complete control the production , distribution , and sales of specific goods and monopolizes the profits gained from them in order to increase the national income . +1 Kazan WATANABE ( October 20 , 1793 to November 23 , 1841 ) was a politician and painter who lived during the late Edo period . +-1 In this article , the history of Todai-ji Temple is described . +1 INBE no Kobito ( year of birth unknown- ( old calendar ) March 15th , 719 ) was a person of the Asuka Period in Japan . +-1 Tanhaku ( also called shohaku ) is a business custom which had been conducted in East Asia before the early modern times ; with this custom , a bundle of copper coins consisting of a certain number of coins less than 100 is treated as equal value to 100 copper coins . +1 Raigo ( 1002 - 1084 ) was a Japanese monk of the Tendai sect in the mid Heian period . +-1 A sanbo , also known as a sanpo , is a small stand used in Shinto rituals for presenting shinsen ( offerings of food and alcohol ) to kami ( deities , spirits ) . +1 FUJIWARA no Iemichi ( 1143 - December 9 , 1187 ) was a Kugyo ( top court official ) during the late Heian period . +-1 Furyu is one of the aesthetic values that became popular after the Middle Ages in Japan . +1 It is believed that Genzaemon SANO ( year of birth and death unknown ) was a warrior from Sano manor in Kozuke Province during the middle of the Kamakura period . +1 Kiyohisa KIMURA ( ? - 1615 ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) and the Azuchi-Momoyama period . +1 HIKAMI no Otoji ( year of birth unknown - 682 ) was a daughter of FUJIWARA no Kamatari . +-1 Juei-ninen Jugatsu no Senji is the imperial decree promulgated by the Imperial Court against MINAMOTO no Yoritomo in October ( by the old calendar ) , 1183 . +-1 Myoman-ji Temple is the Sohonzan ( grand head temple ) of the Kenpon Hokke Sect located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +1 MUNAKATA no Ushishi was a local ruling family in Munakata ( present Munakata City , Fukuoka Prefecture ) . +1 EN no Ozuno ( also known as En no Ozunu or En no Otsuno , 634 - 706 according to legend ) is a holy man from the Asuka period to Nara period . +1 " Shonin " is a term of respect for a high priest in Buddhism . +-1 Shinobi-monomi is a way of patrolling during the Sengoku period where a person hides in fields and mountains and searches for the enemy 's situation in the battle field . +1 Hosei NAGATA ( March 26 , 1838-August 22 , 1911 ) was an educator in the Meiji period . +1 MINAMOTO no Michinari ( year of birth unknown - 1019 ) was a government official ( esp. one of low to medium rank ) and a waka poet in the mid-Heian period . +-1 Coming-of-Age Day is a national holiday in Japan . +-1 Yamauchi school ( also read Yamanouchi school ) is a style of Japanese Martial Arts Swimming maintained in Usuki City , Oita Prefecture . +-1 Konoefu was one of Ryoge no kan ( official organizations outside of the Ritsuryo code ) . +-1 Musashi Fuchu Kamano Jinja Kofun-Tumulus is a dome-shaped grave mound , located in Fuchu City , Tokyo ( Tokyo Prefecture ) . +-1 Tekka is the sate of red hot iron or sparks generated during forging . +1 Nikko ( April 23 , 1626 - April 20 , 1698 ) was a Buddhist monk of Nichiren Sect in the early Edo period . +-1 Shochiku Kyoto Studio is a film production studio owned by a company Shochiku , which located in Kyoto City from Taisho to Showa periods . +1 Munehide NAGAI ( 1265 - December 20 , 1327 ) was a person in the Kamakura Period . +-1 Shigi Kenpo are draft constitutions created by nongovernmental bodies before the issuance of the Constitution of the Empire of Japan in the Meiji period . +-1 Botefuri meant selling goods carried on a pole +-1 The Japan-Qing Treaty of Friendship was a treaty concluded between Japan and Qing on September 13 , 1871 . +1 FUJIWARA no Toshinori ( 1122-1167 ) was a scholar and retainer of the Imperial Court in the late Heian period . +-1 Kamo-wakeikazuchi-jinja Shrine is located in Kita Ward , Kyoto City . +1 Junmumishi ( year of birth and death unknown ) was a person who lived during the Asuka Period in Japan . +1 Jitsunyo ( September 26 , 1458 - March 5 , 1525 ) was a Buddhist priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) who lived from the mid-Muromachi period into the Sengoku period ( period of warring states ) . +-1 Nishukin is a kind of gold coin distributed in the Edo period . +1 MINAMOTO no Hirotsuna ( date of birth and death unknown ) was a busho ( Japanese military commander ) , who lived during the end of the Heian Period and the early Kamakura Period . +1 " Heiji Monogatari " is a war chronicle concerning the Heiji War . +-1 " Jokoku " ( second-biggest provinces next to Taikoku ) is one of grade classifications of provinces governed in accordance with the Ritsuryo codes . +1 Yoshio OISHI held the rank of Hittokaro ( the head of chief retainers ) of Ako Domain in Harima Province . +1 A soldier +-1 Hitsuki Shinji is the Divine Revelation that Tenmei OKAMOTO ( 1897-1963 ) , a painter and a Shintoist , claimed to have received from a holy spirit called ' Kuninotoko Tachinokami ' ( 国常立尊 or 国之常立神 ) by automatic writing . +1 Kintsugu TOKUDAIJI ( 1175-February 24 , 1227 ) was Kugyo ( court noble ) who lived from the end of Heian period to the early Kamakura period . +-1 Horinouchi is historical jargon that indicates a town developed in the vicinity of the residence ( called " tachi " or " tate " ) of samurai ( warriors ) and landholders in the medieval Japan . +-1 The Sanin Main Line is a railway line ( trunk line ) operated by the West Japan Railway Company ( JR West ) that connects Kyoto Station , located in Shimogyo Ward of Kyoto City , Kyoto Prefecture , and Hatabu Station , located in Shimonoseki City , Yamaguchi Prefecture , via Fukuchiyama Station , Tottori Station , Yonago Station , Izumoshi Station and Nagatoshi Station ( trains bound for Hatabu Station , however , run farther to Shimonoseki Station ) . +-1 Yokoyama-jo Castle was located in Sakata County , Omi Province ( the present-day Horibe and Ishida-cho , Nagahama City , Shiga Prefecture ) . +-1 Higashidonozuka-kofun Tumulus is located in Tenri City , Nara Prefecture . +1 KIYOHARA no Motosuke ( 908 - June 990 ) was a poet and a scholar who lived during the Heian period . +1 Daikyu Sokyu ( 1468 - September 25 , 1549 ) was a priest of Rinzai Sect in the Sengoku period ( period of warring states ) . +1 KAMO no Mabuchi ( April 24 , 1697-November 27 , 1769 ) was a scholar of Japanese classical literature and culture , and also a poet in the Edo period . +-1 Honmon Butsuryu Sect was the new religious sect of the school of the Hokke sect ; it was founded by Seifu NAGAMATSU , who was of a school of Nichiren , and worshiped Nichiren as the origin of the sect . +-1 Naito-shi or Naito-uji is a Japanese surname . +1 The ninjobon refers to a genre of gesaku literature ( literary work of a playful , mocking , joking , silly or frivolous nature ) written during the Edo period that mainly dealt with decadent love affairs and contemporary life of Edo ( now Tokyo ) . +-1 Chiekoin-dori Street is a street running north-south through Kyoto City . +-1 Hazakura is a term that refers to cherry trees during the period after the cherry blossom falls and the trees start to sprout new leaves until the cherry trees are totally covered with new leaves of tender green , or to such scenes . +-1 Gakumonjo ( a school ) was the name of a kind of educational institution in medieval and modern times . +1 Saneaya IMADEGAWA ( August 8 , 1832 - October 5 , 1864 ) was a kugyo ( court noble ) during the late to the end of the Edo period . +-1 Uijin is the first battle that young people in the Japanese samurai hierarchy participated in . +1 Suketsuna YANAGIWARA ( 1419 - July 22 , 1501 ) was a Kugyo ( court noble ) and lord of the Yanagiwara family who lived during the Muromachi period . +-1 Hobei ( hohei ) means to offer heihaku ( paper , silk cuttings or red and white cloth presented to deities ) to shrines and the Imperial mausoleums by the Emperor 's command . +-1 Soshiki-Bukkyo ' ( literally , ' funeral Buddhism ' ) refers to a way of belief in which people conduct Buddhist funerals and Buddhist memorial services while being rarely involved in Buddhist activities and in Buddhist doctrines in their daily lives . +1 Yukinori KUJO ( July 2 , 1700 - July 3 , 1728 ) was a Court noble who lived during the Edo period . +1 Yasuharu TAKANO ( April 3 , 1650 - June 29 , 1712 ) was a noble who lived in the early Edo period . +1 Rikyu Doka ( literally , Rikyu 's teaching poems ) , also called ' Rikyu hyakushu ' ( literally , Rikyu 's one-hundred poems ) , are the teachings of SEN no Rikyu in the form of waka poetry to make them easily understood . +-1 Nenki-uri ( whose " ki " can be written with three different characters 年期売 , 年季売 or 年紀売 , all of which relate to time or duration ) was a kind of contract of sale ( usually of land ) used during Japan 's medieval period . +1 Masutane NAKAJIMA ( December 8 , 1830 – October 4 , 1905 ) was a bureaucrat in the Meiji Period . +-1 Kogi ( also referred to as Kugi ) is the term used for " official authority " in the middle and early modern ages . +1 Daijiro SEKIKAWA ( 1838 - 1909 ) was a feudal retainer of Kuwana Domain and member of Shinsengumi ( a group who guarded Kyoto ) at the end of Edo period . +-1 Mochi ( rice cake ) refers to a kind of food which is produced by adding water to grain , especially mochi-gome ( glutinous rice ) , heating , thereafter , kneading , applying an external force and shaping the kneaded mixture , and mochi is also called tsuki-mochi ( pounded rice cake ) . +-1 Toyobiwake ( also pronounced Toyohiwake ) is a god that appears in Japanese Mythology . +1 Chosyuku YOSHIDA ( or Chokei , Nagayoshi ) ( male , 1779-September 2 , 1824 ) was Dutch scholar and Ranpoi ( a person who studied Western medicine by means of the Dutch language ) . +-1 Akita Ranga is a genre of Japanese painting in a semi-Western style from the Edo period that was adopted by the lord and statesmen of the Kubota clan ( the Akita clan ) ; paintings in this style were composed using techniques of Western paintings with traditional Japanese drawing materials . +1 Tadanori KUJO ( 1248 - January 1 , 1333 ) was a court noble of the Kamakura period , reaching the position of Kanpaku ( chief advisor to the emperor ) and Juichii ( Junior First Rank ) ; he was commonly called Hoonin-dono . +-1 Hanchin is a term used for the provincial organization that existed from the Tang Dynasty to the Northern Song Dynasty . +1 FUJIWARA no Maro ( 695 - August 17 , 737 ) was a court noble who lived during the Nara period . +1 Jimyoin-to was Japanese Imperial Family ancestry between the late Kamakura period and the Southern and Northern Courts period and is a descendant of the eighty-ninth Emperor Go-Fukakusa , whose father was the eighty-eighth Emperor Go-saga . +1 Kanzaburo NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +-1 The Higashinotoin-dori Street is a street which runs north-south in Kyoto City . +1 Ichimatsu MIZUGUCHI ( 1824-January 29 , 1868 ) was a member of the Shinsengumi ( a special police force who guarded Kyoto during the end of the Tokugawa Shogunate ) . +-1 Shijuku Ritsumeikan was a private academy that Kinmochi SAIONJI established in his private residence in the Kyoto Imperial Palace in 1869 . +1 Shoku Shui Wakashu is the 12th imperial anthology of waka ( Japanese poetry ) by the command of the Retired Emperor Kameyama in 1276 . +-1 The Uematsu family was a family of court nobles with Masanaga UEMATSU being the patriarch . +-1 Yamazaki Shuku is a post town located at the border between Settsu Province and Yamashiro Province on Sanyodo Road , also known as Saigoku Kaido Road . +-1 Keirin-ji Temple is the historically prominent Tango Province Chuhonzan ( mid-level head temple ) of the Soto Sect located in Maizuru City , Kyoto Prefecture . +1 Masamichi KUSUNOKI ( Date of birth unknown - December 18 , 1457 ) was a busho ( Japanese military commander ) in Muromachi period . +-1 Haishakukin ( borrowed money ) was money that the Edo bakufu ( Japanese feudal government headed by a shogun ) lent without interest to daimyo ( Japanese feudal lord ) and hatamoto ( direct retainer of the Edo bakufu ) as a means of financial support . +1 Rinso AOCHI ( 1775-April 11 , 1833 ) was a Dutch scholar in Japan . +1 Hokurokunomiya ( 1165 - August 17 , 1230 ) was an Imperial family member between the late Heian period to the early Kamamura period . +-1 The Amanohashidate Cable Railway is a cable car line operated by the Tango Kairiku Kotsu Co . , Ltd. that connects Fuchu Station ( in Miyazu City , Kyoto Prefecture ) and Kasamatsu Station . +-1 The Keicho Tsuho was a copper coin issued by the Edo Shognate in 1606 . ( different theories exist . ) +1 Known as Sesshu ( 1420 - 1506 ) , he was an ink painter and Zen monk active in the Muromachi period in the latter half of the 15th century , and was called a master painter . +1 FUJIWARA no Munetada ( year of birth and death unknown ) was a court noble during the mid Heian period . +1 Hiroto TADOKORO ( year of birth and death unknown ) was a member of Mibu Roshi ( masterless samurai group of Mibu ) and also a member the Shinsengumi ( a Tokugawa shogunate police force located in Kyoto ) . +1 Kakunyo was a Buddhist monk of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) who was active from the end Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +1 Munekiyo SASSA ( June 24 , 1640 - July 10 , 1698 ) , aka . Sukesaburo SASSA , was a servant of Mitsukuni TOKUGAWA ( aka . Mitsukuni MITO , former vice-shogun and retired daimyo of the Mito Domain ) . +1 Kenchi ( 1226 - July 30 , 1310 ? ) was a monk of the Jodo Shinshu ( True Pure Land Sect of Buddhism ) in the mid Kamakura period . +-1 " Tsumoru Koi Yuki no Seki no To " ( The Barrier Gate ) , often shortened to " Seki no To , " is the title of a Tokiwazu-bushi ( a style of narrative music to accompany a Kabuki performance ) and also the title of the Kabuki play performed to Tokiwazu music . +-1 The Mizuno clan is a family of Seiwa-genji ( Minamoto clan ) . +1 Kikunojo SEGAWA is a myoseki ( professional name ) of kabuki actor . +1 Kinakira IMADEGAWA ( April 30 , 1696 - March 21 , 1731 ) was Kugyo ( a Court noble ) in the middle of the Edo period . +-1 The Karahashi family , one of the houses of Dojo , was established by SUGAWARA no Ariyoshi ( Court Rank , Department of Civil Office and Education , Conferred Junior Third Rank , 1041 - 1121 ) . +1 Toyosukiiribime no mikoto ( year of birth and death unknown ) was a member of the Imperial family , who is said to have lived in the Kofun period ( tumulus period ) according to " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +1 Eisen KEISAI +1 Sadayo IMAGAWA was a busho ( Japanese military commander ) , shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) in Totomi Province , Kyushu Tandai ( local commissioner ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) , lived from the late Kamakura period , the period of the Northern and Southern Courts ( Japan ) , until the Muromachi period . +-1 Monuments +-1 Hossho-ji Temple was one of the " Six Victorious Temples " that existed in Shirakawa , the eastern suburb of Heian-kyo ( the area of Okazaki Park and Tokyo Municipal Zoo in modern-day Kyoto City ) from the Heian Period to the Muromachi Period . +-1 Senju Kannon , sahasrabhuja aaryaavalokitezvara in Sanskrit , is a venerable entity of Bosatsu , Bodhisattva , which is worshipped in Buddhism . +-1 Chashaku ( tea scoop ) is one of the tea ceremony utensils used for brewing tea ( particularly , maccha , or green powdered tea ) . +-1 Chiyokawa Station , located in Imazu , Chiyokawa-cho of Kameoka City , Kyoto Prefecture , is a stop on San 'in Main Line of West Japan Railway Company ( JR West ) . +1 Issan Ichinei ( 1247 - November 28 , 1317 ) was a priest who came to Japan from Yuan ( Yuan Dynasty ) . +-1 Kannazuki ( Kaminashizuki ) is an another name for October ( lunar calendar ) in Japan . +1 Masami AMITANI ( March 15 , 1947 - present ) is a kyogen performer of the Okura school . +1 MINAMOTO no Masaru ( 831 - November 24 , 888 ) was a court noble who lived in the early part of the Heian Period . +-1 " Dainihonkoku Ichinomiya-Ki " is an Ichinomiya Ichiran ( catalogue of high-ranking shrines of Shinto in Japan ) which was written in the Muromachi period , and it was collected into " Gunsho ruiju ( Collection of historical documents compiled by Hokiichi HANAWA ) " ( Volume 23 , Part of gods , Collection 2 ) . +-1 A Buddha hall is a building within a Buddhist temple that enshrines Buddhist statues and in which prayers and memorial services are made . +-1 Tennyo are legendary beings in Japan . +1 Monk Imperial Prince Seijo ( date of birth and death unknown ) was the Monk Imperial Prince during the period of the Northern and Southern Courts . +1 Shinshichi ONOE is a hereditary name of a line of traditional Japanese Kabuki drama actors . +1 Ninshi KUJO ( born October 31 , 1173 , died February 3 , 1239 ) was an empress and nyoin ( a close female relative of the Emperor or a woman of comparable standing ) from the end of Heian Period to Kamakura Period . +1 Kinmichi TOKUDAIJI who was also known as Kinnari TOKUDAIJI ( July 30 , 1771 - September 12 , 1811 ) was Kugyo ( a Court Noble ) in the late Edo period . +-1 Chokugan-ji Temples were temples for prayer founded at the will of the emperors and the retired emperors of the time to pray for the protection of the nation and the prosperity of the Imperial Household . +1 " Toshiyori Zuino " ( Toshiyori 's Poetic Essentials ) is a book with essays on tanka poetry written by MINAMOTO no Toshiyori . +-1 Yodo is an area located in the southwestern part of Fushimi Ward , Kyoto City , Kyoto Prefecture . +1 TAIRA no Tsunetoshi ( 1166 - March 27 , 1184 ) was a busho ( Japanese military commander ) who lived during the late Heian period . +1 SAKAIBE no Marise ( Year of birth unknown - 628 ) was a person from a powerful family in the Asuka period . +1 FUJIWARA no Chiharu ( year of birth and death unknown ) was a military aristocrat during the mid Heian period . +-1 Sanryo bugyo was one of the positions of Edo bakufu which was placed at the end of Edo period to manage and maintain the Imperial mausoleum . +1 ONO no Komachi ( circa 809 - circa 901 ) was a female poet in around the first half of the Heian period , in the ninth century . +-1 Located in Nakagyo Ward , Kyoto City , Kyoto Shiyakusho-mae Station is a stop on the Tozai Line of the Kyoto Municipal Subway . +-1 The Kita school is one of the shite-kata ( actors who play leading characters ) schools of Noh in Nohgaku ( the art of Noh ) , which is one of the Japanese traditional performance arts . +-1 Genpuku was a coming-of-age celebration for boys , a rite of passage held among Court nobles and samurai families since the Heian period . +-1 Hoeki no ho is one of the Japanese robes of chofuku ( clothes worn by the people who come to work at the court on a regular basis ) , and a ho ( round-necked robe worn by members of nobility and the Imperial Court ) , which has sewn sleeve seams , an outer robe and fabrics called ran ( brocade ) running sideways around the hem . +1 Kaninnomiya Imperial Prince Sukehito ( April 1 , 1733 - August 1 , 1794 ) was the head of the Miyake ( house of an imperial prince ) in Edo period and member of the Imperial family . +-1 " Obake " ( お化け ) ( also " henge " ) refers to something or someone that / who has changed significantly from its / their proper state . +-1 Keicho-chogin is a kind chogin ( collective term of silver ) which started to be minted in July 1601 , the beginning of Edo period , and it is a silver coin by weight standard as well . +-1 Naramachi is a preservation district having groups of historic buildings that extends over the south of the present urban area of Nara City , Nara Prefecture . +1 MINAMOTO no Sadamu ( 816 to January 25 , 863 ) was a court noble who lived in the early part of the Heian Period . +1 Tomomasa HIRAGA was a gokenin ( an immediate vassal of the Shogunate ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) and was active from the late Heian period to the early Kamakura period . +1 Kakimon-in ( dates of birth and death unknown ) was Nyoin ( a title of respect given to close female relatives of the Emperor ) and a female waka poet in the period of the Northern and Southern Courts ( Japan ) . +1 Michizumi NAKANOIN ( September 23 , 1612 - March 7 , 1653 ) was a Kugyo ( court noble ) during the early and the middle of the Edo period . +-1 " Kushiki-ryo " was one of compilations of ryo ( administrative laws in the Ritsuryo law system ) . +-1 Shiotsu-jinja Shrine is a Shinto shrine located in Nishiazai-cho , Ika County , Shiga Prefecture . +-1 Fuji Musume can refer to the following . +1 Nichijo ASAYAMA ( ? - November 5 , 1577 ) was a Buddhist monk of Nichiren Sect in the Sengoku period ( period of warring states ) . +1 Osanobu Kano ( born August 18 , 1796 ; died June 12 , 1846 ) was the ninth painter of the Kobikicho Kano School in the Edo period . +-1 Atago-yama ( or Atago-san ) is a name of mountain . +-1 Tsukune is a food consisting of ground livestock meat or chicken ( fish meat in rare cases ) and a thickener that are kneaded or ground together and formed into a ball or stick shape . +1 Nijo Kawaha no Rakusho are writings collected in " Kenmu Nenkan-ki , " a record of the Kenmu era which was handed down in the Machino clan , which was the head of Monchujo ( Board of Inquiry ) in Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +-1 Ukawa-onsen Hot Spring is located in Tango-cho , Kyotango City , Kyoto Prefecture . +-1 Shin-shu is generally used in the following examples : +-1 Nenbutsu-odori is a kind of dance where the dancing and singing are performed by different people , and can be distinguished from odori nenbutsu which is performed by a single person who dances and chants a Buddhist sutra at the same time . +-1 The Owari Tokugawa family was a subsidiary line of the Tokugawa family and one of Tokugawa Gosanke ( three privileged branches of the Tokugawa family ) ; and its successive family heads assumed the lord of Owari Domain . +-1 The Nishinotoin was a Kuge ( court noble ) family descended from TAIRA no Takamune of the Taira clan . +1 Princess Ishi ( 怡子女王 ) ( also known as Yoshiko , years of birth and death unknown ) was a member of the Imperial Family in the end of the Heian period . +-1 Yamazaki Station , located in Oyamazaki-cho , Otokuni-gun , Kyoto Prefecture , is a stop on the Tokaido Main Line ( JR Kyoto Line ) , which is operated by the West Japan Railway Company ( JR West ) . +-1 The Sengoku Period in Japan ( from around 1493 ( or 1467 ) to around 1573 ) is a chronological period in the history of Japan that commenced from the Coup of Meio in 1493 or the Onin Disturbance in 1467 and ended by the disappearance of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) with the purge of Yoshiaki ASHIKAGA by Nobunaga ODA , the fifteenth shogun , of the Muromachi bakufu , in 1573 . +1 HIKAMI no Shikeshimaro ( year of birth and death unknown ) was a member of the Imperial Family in the Nara period . +1 Mahiro TAMAMATSU ( April 20 , 1810 – March 23 , 1872 ) is a scholar of Japanese classical literature at the end of the Edo period . +-1 Kabunakama was a type of guild formed as a cartel by warehouse merchants . +-1 Shi was a collective name of Daishi and Shoshi established in Jingikan and Daijokan ( Benkankyoku ) under the Japanese ritsuryo legal code system . +-1 Benkan collectively means the posts of Sadaiben , Udaiben , Sachuben , Uchuben , Sashoben , and Ushoben in Daijokan which is the highest organization of the Imperial Court . +1 Fujiko KAJUJI ( September 27 , 1464 – February 13 , 1535 ) was a Naishi nosuke ( Handmaid ) at Emperor Gokashiwabara 's court and the mother of Emperor Gonara , Nyoin . +-1 Kizoku indicated persons whose social privileges were generally recognized due to their blood lines or their family statuses and also indicated the clans of such persons . +-1 Uhijini and Suhijini are kami ( god ) in Japanese Methodology ( shinto ) . +1 Kozaisho ( 1164 ? - April 3 , 1184 was a woman who lived at the end of the Heian period . +1 Kakucho ( 960 - February 21 , 1034 ) , a Buddhist priest of the Tendai sect , lived in the mid-Heian period . +1 Tadaakira MATSUDAIRA was a daimyo ( Japanese feudal lord ) who lived from the Azuchi-Momoyama period to the early Edo period . +1 Hotaru ( The Fireflies ) is one of the 54 chapters of " The Tale of Genji . " +1 Sadamichi ISHIKAWA ( date of birth and death unknown ) was a daimyo ( Japanese feudal lord ) in Azuchi-Momoyama period . +-1 Kukiga-saka Slope is a pass in Kamihiraya , Miyama-cho , Nantan City , Kyoto Prefecture . +-1 Nishu gin silver is a kind of silver coin circulated in Japan in the end of Edo period . +-1 Yakunogahara Ski Ground was used to be a ski ground located in Kamiyakuno , Yakuno-cho , Fukuchiyama City , Kyoto Prefecture . +-1 Zashiki ( literally , sitting mat ) is the place where ( in the medieval times ) the floor was covered with a mat or carpet so as to , literally , sit down . +-1 Rokusho-ji ( also pronounced Rikusho-ji ) temples are six Buddhist temples that were constructed in Shirakawa in the outer part of Kyoto ( Kyoto City ) ( the area around Heian-jingu Shrine in Okazaki , Sakyo Ward , Kyoto City ) by successive emperors and an empress during the period of cloistered rule of the late Heian period . +1 OTOMO no Tauchi ( year of birth unknown and died on September 17 , 713 ) was an aristocrat in the Aska period and the Nara period in Japan . +1 Yoshinari MORI was a military commander during Japan 's Sengoku ( Warring States ) Period . +-1 Mt . Oiwa is a mountain extending over Fushimi Ward and the south-western part of Yamashina Ward , Kyoto City , Kyoto Prefecture . +-1 Enkyu Ezo War was the major warfare occurred in the Heian period . +-1 Gishiki originally meant court rule and customs in official duties and ceremonial functions at the imperial court under the ritsuryo system , and later , compilations and books for prescribing court rule and customs came to be called ' Gishiki . ' +-1 Daibutsu is a popular name meaning a large statue of the Buddha as a Buddhist image . +-1 Dashi is a local dish originated from the inland region of Yamagata Prefecture . +-1 Sumai no Sechie was one of the ceremonies that took place in the imperial court between the Nara period through to the Heian period . +1 Docho is an identification card issued by a state organization to a priest or a nun who has newly entered the priesthood , in the system of entrance into the priesthood that is officially recognized by the state . +-1 Komori gakko is a term used to refer to schools made for children who were not able to attend ordinary schools because they had to baby-sit their own little brothers and sisters or other families ' little chidren in the early Meiji period . +1 Kaisen Joki ( year of birth unknown - April 25 , 1582 ) was a priest of the Rinzai Sect of Buddhism from the Warring States period and the Azuchi-Momoyama period . +-1 Keishun-in Temple is a sub-temple within the precinct of Rinzai sect Daihonzan ( Head Temple ) Myoshin-ji Temple located in Hanazono , Ukyo Ward , Kyoto City . +1 Shizuka Gozen ( dates of birth and death unknown ) was a women who lived at the end of the Heian period and the initial part of the Kamakura period . +-1 Gozen-sata was an informal consultation chaired and attended by Seii taishogun ( literally , " great general who subdues the barbarians " ) in the Muromachi bakufu ( Japanese feudal government headed by a shogun . ) +1 Prince Oha ( about 560 - year of death unknown ) was the third prince of Emperor Bidatsu . +-1 The Hosho school is one of the Nohgaku ( the art of Noh ) schools . +-1 Jitsugokyo was a textbook used for elementary education from the end of the Heian Period to the early Meiji period in which precepts for ordinary people were mainly compiled . +-1 Teppanyaki food , which is an area of Japanese cuisine , and teppanyaki cooking are introduced here . +-1 Genko no Ran was an anti-Kamakura bakufu movement broke out in 1331 . +1 Yasutomi TSUCHIMIKADO ( July 23 , 1655-July 25 , 1717 ) was Kugyo ( a court noble , non-Councilor ) and Inyoka ( the Yin and Yang school of philosophy ) during the early Edo period . +-1 Tokuhon are textbooks for language learning and / or introductory books intended for the wide public . +-1 Yokoe on Sho ( Yokoe Manor ) was a manor located in Kaga Province from the Heian period to the Sengoku period ( period of Warring States ) . +-1 Kotaishiki indicates the laws concerns the replacement of a government officer with a new officer under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan , matters necessary for continuing the duties of the office and how they should be handed over to the successor . +-1 The Ane-gawa River Earthquake occurred in August 14 , 1909 at 3 : 31pm with its seismic center near Ane-gawa River in the North East part in Shiga Prefecture ( at latitude 35.4 degrees north and longitude 136.3 degrees east . ) +1 Kado no okimi ( c . 669 - December , 705 ) was the first prince of the Prince Otomo ( the Emperor Kobun ) . +1 Sakitoyo HIROHATA ( March 26 , 1742 - January 11 , 1784 ) was a Kugyo ( top court official ) during the mid-Edo Period . +1 Chitsu ( years of birth and death unknown ) was a priest of Hosso sect of Buddhism ( Japanese equivalent of the Chinese Faxiang sect or Dharma-character school ) , who lived in the Asuka period . +1 Ginko OGINO ( real name : Gin OGINO / April 4 , 1851-June 23 , 1913 ) was the first female doctor in modern Japan . +1 Munehiro YUKI ( born in 1266 , birth date unknown - January 9 , 1339 ) was a military commander who lived from the Kamakura period through the period of the Northern and Southern Courts . +-1 The local bureaucratic system was formed into a three-tier administrative organization of kuni ( provinces ) , gun / kori ( districts ) and ri / sato ( villages ) under the Taiho Ritsuryo ( Taiho Code ) enacted in the year 701 . +-1 Moshitsugi ( an official for conveying a message ) which is also called Souja / Shosha , refers to a position in charge of reporting information to a lord , or refers to the act of reporting information itself . +1 Yoshikazu ASHIKAGA was the 5th Seii Taishogun ( literally , " great general who subdues the barbarians " : period of office tenure : May 7 , 1423 to March 23 , 1425 ; Japanese lunar calendar dates ) of the Muromachi government . +-1 " I-do " refers to the medical service under the Japanese " Ritsuryo system " ( system of centralized regime based on the ritsuryo code ) , or the education of the youth to make them offer services . +1 Sensaku SHIGEYAMA was a professional name of Okura-ryu ( the Okura school ) of Kyogen ( farce played during a Noh play cycle ) . +-1 Taisha are large jinja ( Shinto shrines ) , or one of the 492 jinja categorized as Shikinai Taisha in the early Heian period text Jimmyocho ( the list of deities ) of Engishiki ( codes and procedures on national rites and prayers ) , or those jinja that have adopted the suffix taisha . +1 Kiyoko UESUGI ( date of birth unknown - January 20 , 1343 ) was a woman who lived during the period of the later half of Kamakura Period through the early Muromachi Period . +1 Kotofu refers to a register to keep records concerning the statuses of emperors and members of Imperial family . +1 The Ariwara clan originated from Emperor Heizei 's Prince , Imperial Prince Abo and Imperial Prince Takaoka 's children were demoted from nobility to subject , and they were the clan whose ancestors were from Imperial Family . ( Please refer to the Imperial Family members who were demoted from nobility to subject . ) +1 Tomoaki IWAKURA ( December 1 , 1630 - May 14 , 1680 ) was a Kugyo ( court noble ) in the early Edo period . +-1 Kangiten ( or Nandikesvara ) ( Ganapati in Sanskrit ) is one of the tenbu , guardian deities that reside in a heavenly realm , one of six realms in which the souls of living beings transmigrate from one to another , in Buddhism . +-1 " Bunkoku " is a unit used to delineate province-sized areas during the medieval period in Japan . +1 Doki TETSUGYU ( August 25 , 1628 - October 2 , 1700 ) was a Zen priest of the Obaku School in the early Edo period . +1 OTOMO no Kanamura ( date of birth and death unknown ) was a member of Gozoku ( local ruling family ) who lived from the fifth to the sixth centuries . +-1 A kamonabe is a duck hot pot with other ingredients such as hakusai cabbage , green onions , tofu and so on . +1 Kinkin EGI ( January 30 , 1877 - February 20 , 1930 ) was a wife of Makoto ( his name can also be pronounced Chu ) EGI who was a law scholar in the Meiji period . +1 Hideko NIWATA ( year of birth unknown - May 4 , 1685 ) was Naishi no suke ( a court lady of the first rank ) of Emperor Gokomyo . +-1 Hitokotonushi is an ancient Japanese god . +-1 Sesshin ( 接心 ) is sometimes described as 攝 ( 摂 ) 心 , and it means concentration of a confused heart . +1 The Princess Masako ( September 10 , 1691 - June 30 , 1710 ) was the lawful wife of Yoshimune TOKUGAWA , the fifth lord of the Kishu Domain ( later the eighth seii taishogun [ literally , " great general who subdues the barbarians " ] ) . +1 FUJIWARA no Yoshiko ( 838 - June 22 , 906 ) was a female noble and a court lady in the early Heian period . +1 Sadao YAMANAKA ( November 8 , 1909 - September 17 , 1938 ) was a Japanese film director and screenwriter . +1 Sukemichi MADENOKOJI ( 1225- July 6 , 1306 ) was a Kugyo ( top court official ) in the mid Kamakura period . +-1 What is imi ( 忌み or 斎み ) ? +1 Masatoki KUSUNOKI ( the date of birth unknown – February 4 , 1348 ) was a military commander during the period of the Northern and Southern Courts ( Japan ) . +1 Seihaku ( year of his birth and death is not clear ) was a Buddhist monk in the early Edo period . +-1 Kanshoku ( government post ) means the posts of government officials . +-1 Located in Higashiyama-ku Ward , Kyoto City , Kyoto Prefecture , WINS Kyoto is an off-course betting facility of horse race . +-1 Kimu Rokujo is the agreement between the Emperor Meiji and Hirobumi ITO ( Prime Minister and Minister of the Imperial Households ) , who represented the cabinet ( Japan ) in September 7 , 1886 . +1 Imperial Princess Shoshi ( Masako ) ( 950 - January 15 , 1000 ) was the first princess of the 61st Emperor Suzaku . +1 Waves at Matsushima ( " Matsushima-zu Byobu " ) +-1 Located in Kakegahara , Kita-okawara , Minami-yamashiro-mura , Soraku-gun , Kyoto Prefecture , Okawara Station is a stop on the Kansai Main Line , which is operated by the West Japan Railway Company . +-1 The Battle of Matsukawa is said to be the battle where Shigenaga HONJO and Nagayoshi SUDA under the command of Kagekatsu UESUGI fought against Masamune DATE in the central area of the present Fukushima City , Fukushima Prefecture on April 26 , 1601 , according to " Kaisei Mikawago Fudoki ( Foundation of the Tokugawa clan ) " ( Vol . 42 : The battle between Uesugi and Date ) , " Jozenkidan ( a collection of anecdotes compiled in the Edo period ) " ( Vol . 16 : The Battle of Matsukawa between Date and Uesugi in Mutsu Province with the episode of Zenzaemon NAGAI and Sanai OKA ) , " Togoku Taiheiki ( the battle chronicle on the eastern Japan ) " ( Vol . 15 : Attack to the Fukushima-jo Castle by Masamune in the Battle of Matsukawa ) , " Aizujin Monogatari ( stories on the Battle in Aizu ) " ( Vol . 4 : Attack to the Fukushima-jo Castle by Masamune in the Battle of Matsukawa and the episode of Oiinosuke SUDA cutting off the camp enclosure during the Battle of Abukuma-gawa River against Masamune ) . +-1 Jinbei or Jinbee is Japanese-style home wear worn by males and children . +-1 Yakuboku are trees which are planted in a Japanese garden to create a certain mood . +1 Yasushige MATSUDAIRA ( 1568 - August 14 , 1640 ) is a busho ( Japanese military commander ) ( feudal lord ) from the Azuchi-Momoyama period into the early Edo period . +-1 The Narashiba Katatsuki is a tea canister which was called one of the three major Katatsuki , along with Nitta Katatsuki and Hatsuhana Katatsuki . +-1 The term " eshi , " written as " 絵師 " in Japanese , refers to those who vocationally paint original pictures for ukiyo-e ( Japanese colored woodblock prints in the Edo period ) . +1 Kiyooki SHIMA was a busho ( military commander ) and vassal ( strategist ) of Mitsunari ISHIDA who lived during the Azuchi-momoyama period . +1 Korin OGATA ( 1658 - July 20 , 1716 ) was an artist in the Edo Period . +-1 Kyogen is a traditional form of public entertainment developed from Sarugaku ( comical mimicry and speech performance in the Heian period ) , similar to Noh . +1 Shiinetsuhiko or Saonetsuhiko is the name for a kami of the land who appears in the " Nihonshoki " ( Chronicles of Japan ; the kami is referred to as ' Shiinetsuhiko ' ) and the " Kojiki " ( Records of Ancient Matters ; the kami is referred to as ' Saonetsuhiko ' ) . +1 Kon ICHIKAWA ( his childhood name was Giichi ICHIKAWA , November 20 , 1915 - February 13 , 2008 ) was a Japanese film director . +-1 Sabukaze Koyoseki-gun is a group of remains of kilns of Sueki ( unglazed ware ) in Nagahama , Ushimado-cho , Setouchi City , Okayama Prefecture . +-1 Danrin was a training facility for monks in a Buddhist temple , i.e. , a school of a Buddhist sect . +-1 Shoren-in Temple is a Tendai sect temple located in Awataguchi-sanjobo-cho , Higashiyama Ward , Kyoto City . +1 YAMASHIRO no Obayashi ( year of birth and death unknown ) was person of the Asuka Period in Japan . +-1 Umekoji Station , located at 10 Umekoji Kashira-cho , Shimogyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Tokaido Main Line , which is operated by the Japan Freight Railway Company ( JR Freight ) . +-1 Ryakko shugyo is the ascetic practices which a bodhisattva ( one who vows to save all beings before becoming a Buddha ) does for a long period of time while being reincarnated over and over for three generations , past , present , and future . +1 Emperor Ninko ( March 16 , 1800 - February 21 , 1846 ) was the 120th Emperor ( his reign was from October 31 , 1817 to February 21 , 1846 ) . +1 Murasaki no ue is a heroine in " The Tale of Genji , " a classic written by Murasaki Shikibu . +1 Yuko HATAKEYAMA ( December , 1865 - May 20 , 1891 ) was a woman who committed suicide during the period the relationship between Japan and Russia became tense , leaving a suicide note to apologize to the crown prince of Russia who had been attacked by a Japanese in the Otsu Incident of 1891 . +1 " Nihon Gafu " is an anthology of poems written by Sanyo RAI . +-1 Kudzukiri , a noodle for eating , is made with heated kudzu flour that has been dissolved in water and then set into a board shape by cooling , after which it is cut into long , thin forms udon ( Japanese wheat noodles ) . +1 Nichiko ( 1257-June 9 , 1314 ) was a priest of Nichiren sect of Buddhism and supposedly the second Kanju ( or Kanshu , meaning the head priest ) of Hokekyo-ji Temple , who lived in the later Kamakura period . +1 Matsuchiyo MATSUDAIRA ( 1594 - February 7 , 1599 ) was a daimyo ( feudal lord ) in the Azuchi Momoyama period . +-1 Japan 's national anthem is called ' Kimigayo . ' +-1 Toso is a kind of clay . +1 Joko SEGAWA the first ( 1739 - February 22 , 1794 ) was a Kabuki playwright during the middle of the Edo period . +-1 Classical rakugo generally includes programs of Rakugo which were created from the Edo to Meiji eras . +1 Kinnobu OGIMACHI ( September 14 , 1514 - September 8 , 1549 ) was a kuge in the Sengoku period ( period of warring states ) ( Japan ) . +1 FUJIWARA no Mitsuie ( 1184 - date of death unknown ) was a court noble and waka poet during the early Kamakura period . +-1 The common sense and social skills required to know the stream and make things go smoothly in society . +1 FUJIWARA no Kiyofusa ( year of birth and death unknown ) was kuge ( court noble ) and retainer of the Imperial Court who lived from the end of the Heian Period to the early Kamakura Period . +1 Razan HAYASHI ( 1583-1657 ) was the founder of the HAYASHI ( or RIN ) clan of Neo-Confucianism in the early years of the Edo period . +1 Tomozane YOSHII ( April 10 , 1828 - April 22 , 1891 ) was a Japanese samurai , a feudal retainer of Satsuma domain , and a government official . +-1 Nara National Museum is a museum in Noborioji-cho , Nara City , Nara Prefecture operated by an Independent Administrative Institution , National Institutes for Cultural Heritage . +-1 The Fujinami family , which claimed to be descended from the Onakatomi clan , belonged to the Tosho-ke ( the hereditary lineage of Court nobles occupying relatively high ranks ) . +1 Torii zenni ( the Buddhist nun Torii , year of birth and death unknown ) was a woman living during the last days of the Heian period to the early Kamakura period . +-1 The Kose school was a family of painters which existed from the early Heian period , through the Muromachi , to the Meiji period . +1 Nichijin ( June 7 , 1339-June 23 , 1419 ) was the founder of the Jinmon lineage of the Hokke sect . +1 Genshin UDAGAWA ( January 24 , 1770 - January 2 , 1835 ) was a Ranpoi ( a person who studied Western medicine by means of the Dutch language ) who lived during the late Edo period . +-1 Tenmonkata was a scientific research institution established by the Edo bakufu ( Japanese feudal government headed by a shogun ) . +1 Yoshitaro NOMURA ( April 23 , 1919 - April 8 , 2005 ) was a Japanese movie director . +-1 Tsuko-tegata was a certificate for people in the Edo period to prove that they were traveling with permission . +1 Kanzan Egen ( 1277 - January 19 , 1361 ) was a monk of the Rinzai sect of Buddhism from the latter stages of the Kamakura period to the Northern and Southern Courts period ( Japan ) . +1 Imperial Prince Tadafusa ( 1285 ? - around August , 1347 ) was a member of the Imperial Family in the Kamakura period . +1 Nihonjin-ron is a study , books , and reports discussed on Japanese people . +-1 Otanike ( Otani family ) is the yago ( literally , the " house name " ) of the descendants of Kakue , a son of Hirotsuna HINO and Kakushin-ni . +-1 Shitaji chubun is a term which was used in medieval Japan and it means the division of the land implemented , under the situation where the ruling system of or rights to the land were entangled in a multi-layered way under shoen koryo sei ( the system of public lands and private estates ) , with the aim of achieving the unified land ruling system ( Ichien chigyo ) . +1 FUJIWARA no Hoshi ( also known as FUJIWARA no Sukeko ; dates of birth and death unknown ) was a court lady during the late Heian period . +1 SAKANOUE no Tamuramaro was a military officer of the Heian period . +-1 Manzaburo UMEWAKA the third ( 1941- ) is a Noh actor , of shite-kata ( main roles ) of Kanze school . +-1 Kocho ( Butterflies ) +-1 The Nishoji Domain refers to a domain which existed in Nishoji , Gamo County , Omi Province ( present-day Hino-cho , Gamo County , Shiga Prefecture ) . +1 Yasujiro SHIMAZU ( June 3 , 1897 - September 18 , 1945 ) is a film director from the Taisho to the Showa era . +-1 As famous cuisine of Kyoto , imobou is a local specialty of Kyoto City . +-1 Kokushu was one of social statuses of daimyo ( feudal lords ) which existed during the early modern Edo period , and it referred to the daimyo having domain of one or more provinces ; another name for kokushu was " kunimochidaimyo " . +1 Yasukuni TSUCHIMIKADO ( September 20 , 1711 to June 26 , 1784 ) was a high court noble and an Inyoka ( the Yin and Yang school of philosophy ) in the middle of the Edo period . +1 Nagayasu ADACHI ( 1211 – September 26 , 1262 ) was a gokenin ( a shogunal retainer ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) in the early Kamakura period . +-1 Tsukubo is one of the tools for capturing criminals which was used in the Edo period . +1 FUJIWARA no Shigenori ( 1135-May 3 , 1187 ) was Kugyo ( the top court officials ) who lived in the end of the Heian period . +1 Masasue KUSUNOKI was a busho ( Japanese military commander ) who lived from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +1 MINAMOTO no Mitsumasa ( 源 満政 : dates of birth and death unknown ) was a busho ( Japanese military commander ) , who lived during the mid-Heian Period . +-1 Kataoka Chiezo Productions ( established on May 10 , 1928 , liquidated in April of 1937 ) was a film company located in Kyoto Prefecture . +1 KAWADA no Jiro ( year of birth unknown-October 17 , 1189 ) was samurai ( warrior ) who lived during the Heian and Kamakura periods . +-1 Gobyono-kofun is a tumulus built at the end of the Kofun period ( Hakkaku-fun Tumulus ( an octagonal tomb ) ) located in Yamashina-ku Ward of Kyoto City . +-1 Kyoto – Maizuru Route is a highway bus that connects Kyoto City and Ayabe City / Maizuru City . +-1 Kazuraki no Kuni no Miyatsuko ( also called ' Kazuraki Kokuzo ' , ' Katsuragi no Kuni no Miyatsuko ' , or ' Katsuragi Kokuzo ' ) was a Kuni no Miyatsuko ( the head of a local government ) who ruled over the southern-west of Yamato Province . +1 FUJIWARA no Nobutada ( year of birth and death unknown ) was a middle-class noble who lived during the middle of the Heian period . +-1 Kayo refers to works of a poetry form with a musical nature . +1 HEGURI no Hironari ( year of birth unknown - March 11 , 753 ) was the hangan ( the third officer ) of the envoys to Tang China in the Nara period . +-1 The Omiya Incident occurred at the end of the Edo period during the last days of the Tokugawa shogunate , on December 10 , 1867 ( November 15 according to the old calendar ) when Ryoma SAKAMOTO and Shintaro NAKAOKA were killed at Omiya , the home of Shinsuke IGUCHI in Kawara-machi , Kyoto Prefecture . +-1 Amatsuhikone is a god ( Shinto ) appearing in Japanese Mythology . +-1 Ryumyo-ji Temple is a temple of the Nichiren-shoshu sect located in Yamato-takada City , Nara Prefecture . +-1 Betto-ji Temple was a Buddhist temple that was attached to a Shinto shrine when the syncretism of Shinto and Buddhism was permitted prior to the Edo period . +1 Princess Sukatehime no Himemiko ( the date of birth and death unknown ) was a Princess in the Asuka Period . +1 Born in 1126 , and gone on December 17 , 1179 , " FUJIWARA no Nobutaka " was " Kugyo " ( a top Court official ) in the later Heian period . +-1 The art of Sojutsu ( the spearmanship ) is one of the martial arts that has been performed since ancient ages in Japan . +-1 Buddha 's sariras refer to the cremated ashes of Buddha 's bones as well as the remains of the coffin and altar that were used for the cremation of Buddha when he passed away . +1 Sedoka ( A poem where the head is repeated ) is a type of waka ( Japanese poem ) from the Nara Period . +-1 Kueissho is one of the benefits in the Jodo sect , regarding one 's passing into the Pure Land . +1 Motomasa HIGASHIZONO ( January 30 , 1675 - July 17 , 1728 ) was a Kugyo ( high court noble ) who lived in the mid-Edo period . +-1 Wafuku is traditional Japanese clothing . +1 FUJIWARA no Koretada ( 924 - December 14 , 972 ) was a court noble who lived in the mid Heian period . +-1 Ishiyaki imo ( stone-roasted sweet potato ) is a dish using sweet potatoes . +1 OKURA no Haruzane ( dates of birth and death unknown ) was a noble in the mid-Heian period ( in the tenth century ) . +-1 Among the Constitutional Party in power , the cabinet was organized with OKUMA from the former Progressive Party ( Japan ) as the Prime Minister and Taisuke ITAGAKI from the former Liberal Party ( Japan ) as Minister of Home Affairs . +1 FUJIWARA no Otsu ( 792-November 6 , 854 ) was a government official in the early Heian period . +-1 The term " Tosai-gogisei " refers to the way of decision-making in an organization . +-1 Saidai-ji Temple is a temple which is located in Saidaiji Shibamachi , Nara City , Nara Prefecture and the grand head temple of Shingon Risshu sect . +-1 Ryoji refers to a document issued under the Ritsuryo system ( a system of centralized government based on the ritsuryo code by princes , empresses , etc . ) for conveying orders of princes and three sango ( Grand Empress Dowager , Empress Dowager , and Empress ) . +1 Motohide KAWABATA ( 1606 – March 8 , 1664 ) was a court noble of the early Edo period . +1 Gyoshin ( dates of birth and death unknown ) was a Buddhist priest in the Nara period . +-1 Ankoku-ji Temple is a temple of the Rinzai sect Tofuku-ji school located in Ayabe City , Kyoto Prefecture ( Tanba Province ) . +-1 Yashiki-gami are kami that are enshrined at a dwelling . +-1 Kikizake ( sake tasting , written as 利き酒 , ききざけ , 唎き酒 or きき酒 ) refers to evaluating the sake quality . +-1 Demachiyanagi Station , located in Tanaka Kamiyanagi-cho / Shimoyanagi-cho , Sakyo Ward , Kyoto City , is a stop operated by the Keihan Electric Railway and the Eizan Electric Railway Co . , Ltd . +1 Yoshitada YAMANA ( date of birth and death unknown ) was a Japanese military commander in the Muromachi period . +1 Ujimasa HOJO was a busho ( Japanese military commander ) and a Sengoku daimyo ( Japanese territorial lord in the Sengoku period ) in Sagami Province who lived during the Sengoku period ( period of warring states ) . +-1 The Ogawa school is one of the schools of Senchado ( the way of brewed green tea ) established by Kashin OGAWA ( Koraku OGAWA the first ) in the last years of Edo period . +-1 Shoyakumon is a gemon included in Kanmuryoju-kyo shaku . +-1 Setsubun , ' or ' sechibun , ' means the day before the beginning of a season , while the first day of spring , summer , autumn or winter is called ' risshun , ' ' rikka , ' ' risshu ' or ' ritto , ' respectively . +-1 The preservation districts for groups of important historic buildings refer to ' Historic Buildings Preservation Areas ' ordained by local authorities under Article 144 of the Law for the Protection of Cultural Properties of Japan , of which the state ( Minister of Education , Culture , Sports , Science and Technology ) selects those which are especially important . +-1 Located in Hiyoshi-cho , Nantan City , Kyoto Prefecture , Goma Station is a stop on the Sanin Main Line , which is operated by West Japan Railway Company ( JR West ) . +1 Kinjo Tenno ( the present emperor ) is the name indicating the person who is on the throne at the time . +1 Raitan SHIMOTSUMA ( year of birth unknown - 1574 ) was a monk and busho ( Japanese military commander ) of the Otani family who lived during the Sengoku period ( Japan ) . +1 The Imperial Princess Takata ( 674 - April 22 , 728 ) was a princess of the Emperor Tenmu . +1 Takezo SHIMURA ( 1833 - date of death unknown ) , from Soshu , was a member of the Shinsengumi . +1 Tsunehiro KONOE ( 28th March , 1761 to July 27,1799 ) was a court noble in the middle of the Edo period . +-1 College +1 Gnecchi-Soldo Organtino ( born in 1533 , birth date unknown - April 22 , 1609 ) was an Italian missionary who was engaged in missionary work in Japan during the late Sengoku Period ( the Warring States Period ) . +1 Tenchi Kaibyaku is a time when the world represented by heaven and earth was first created . +-1 Kita Ward is one of the eleven wards that constitutes Kyoto City . +-1 Shurishiki ( also known as Surishiki ) refers to a Ryoge no kan ( class outside of the Ritsuryo system ) established in the Heian period . +-1 Mihashira-torii ( literally , three-column shrine gate ) is formed by coupling three torii ( shrine gate ) . +-1 Jun-Sessho refers to the permission given by the Emperor to a Kanpaku ( Chief Advisor to the Emperor ) or minister to govern affairs of state as a Sesshu ( regent ) under the Ritsuryo system , and it also refers to the person who received this permission . +-1 The za , established mainly by merchants , manufacturers and entertainers , refers to the guilds that existed from the Heian period to the Sengoku period ( period of warring states ) . +-1 Eno Jusshu refers to the specialty plays of Ennosuke ICHIKAWA of Omodakaya selected by Ennosuke the third in 1964 . +-1 Kyoto Municipal Museum of Art is an art museum located at Okazaki-koen Park in Kyoto City , Kyoto Prefecture . +1 OWARI no Mami was a figure in the Asuka period of Japan ( year of birth and death unknown ) . +1 Shogo MITSUKURI ( date of birth unknown , 1821 - January 29 , 1847 ) was a Japanese geographer in the late Edo period . +1 The " Honcho Monzui " ( Anthology of waka poems and prose written in classical Chinese ) was compiled by FUJIWARA no Akihira . +-1 Gunji ( district manager ) was : +-1 Engikyaku , a collection of amendments to and enforcement regulations for Ritsuryo ( basic national laws ) , was completed in November 907 ( old calendar ) during the Heian period and put into force by a senji ( written order of the Emperor ) in December of the following year ( old calendar ) . +-1 Tenmokujawan means a pottery tea bowl that is fired by using glaze called Tenmoku glaze . +1 Iehira TOGO ( year of birth unknown - March 31 , 1179 ) was a warrior at the end of the Heian period , who belonged to the family of the Harada clan . +-1 Doso ( also pronounced tokura or tsuchikura ) were moneylenders during the Kamakura and Muromachi periods . +1 Chikanaga KANROJI ( 1424 - September 20 , 1500 ) was a kuge ( court noble ) living from the middle of the Muromachi period to the Sengoku Period ( Period of Warring States ) ( Japan ) . +1 Keisho NAKAI ( 1831 - 1909 ) is a tenkokuka ( artist of seal engraving ) in Meiji Period . +-1 A kind of Japanese confectionery , awayuki , or awayuki-kan , is likened to light snow and it has a texture like snow melting in the mouth . +1 OHARITA no Ite ( date of birth and death unknown ) lived during Japan 's Asuka period . +-1 The Navy Memorial Museum is an exhibition facility located in Maizuru District Headquarters in Maizuru City , Kyoto Prefecture . +-1 Tokaidochu Hizakurige is a book of comical stories by Ikku JUPPENSHA , with their first printings taking place between 1802 to 1814 . +-1 Kontai-ji Temple , located at Harayama , Wazuka-cho , Soraku-gun , Kyoto Prefecture , is part of the Daigo school of the Shingon sect . +1 Akashi no onkata , Lady Akashi , is a fictional character appearing in " The Tale of Genji " by Shikibu Murasaki . +1 Kintaru OGIMACHISANJO ( February 15 , 1820 - February 3 , 1822 ) was a retainer of the Imperial Court during the latter half of the Edo period . +1 Shuei ( 809 - April 29 , 884 ) was a Shingon Sect Buddhist monk who lived during the first part of the Heian period . +1 Kojiro MATSUKATA ( January 17 , 1866 - June 24 , 1950 ) was a Japanese businessman and a statesman . +1 MINAMOTO no Masayori ( dates of birth and death unknown ) was a samurai in the middle of the Heian period . +1 Emperor Gonara ( January 26 , 1497 - September 27 , 1557 ) was the hundred fifth Emperor during the Muromachi and the Warring States period ; the period of civil wars between rival daimyo . ( his reign was from June 9 , 1526 to September 27 , 1557 ) +1 Imperial Prince Koresada ( date of birth unknown - August 25 , 903 ) was a member of the Imperial Family during the early Heian period . +-1 Bemin system is a system during the Yamato sovereignty , which refers to the system of subordination and service to the sovereignty and the system of the division of duties at the Imperial Court . +-1 Shinatsuhiko is a deity ( Shinto religion ) who appears in Japanese Mythology . +1 TOMO no Yoshio ( 811 - 868 ) was a noble in the early part of the Heian period . +1 FUJIWARA no Chikanari ( or Chikanori , Yoshichika , Yochiakira , Arachi ) ( 788-Octover 16 , 843 ) was a politician in the Imperial court at the beginning of the Heian period . +-1 Bankara is a pun for the word haikara ( westernized appearances or life styles ) . +-1 Naishi no kami indicates as follows . +-1 Kinukatsugi is a dish which small satoimo taro potatoes are steamed with their skins on and eaten by pealing their skins . +1 Koretoshi SAKURAYAMA ( year of birth unknown , died on February 25 , 1332 ) was a busho ( Japanese military commander ) who lived in the end Kamakura period . +-1 Soburen is a piece of music for gagaku . +1 Muneatsu DATE ( June 20 , 1852 – January 6 , 1907 ) was the governor of the Sendai Domain ( although Munemoto DATE , the 30th head of the Date clan and the 14th lord of the Sendai Domain , still remained the head of the Date clan when Muneatsu was in office ) , a legitimate child ( disinherited later ) of the 13th lord of the Sendai Domain , Yoshikuni DATE , and a baron . +1 Yakushin ( 827 - April 8 , 906 ) was a Shingon sect priest in the former Heian period . +-1 A sekitai ( leather belt ) is a belt of black leather , used when dressing in sokutai costume . +1 Nagahiro KAZANIN ( March 3 , 1736-September 13 , 1769 ) was a high-rank Court noble in the middle of the Edo period . +1 Jisan ( 1637-August 7 , 1690 ) was a scholar monk during the early Edo period . +-1 A mai-ogi is a folding fan used in Japanese dances . +1 Toshiyoshi ITO ( April 30 , 1840 - April 10 , 1921 ) was a samurai in the Edo period and a military man of the Imperial Japanese Navy in the Meiji and Taisho periods . +-1 The Jokyoreki ( Jokyo calendar ) is a Japanese lunar-solar calendar , formerly used in Japan . +1 Chiun ( date of birth unknown - June 22 , 1448 ) was a renga poet in the middle of Muromachi era . +-1 Tensho Ken-o Shonen Shisetsu was a mission of four boys and others dispatched to Rome in 1582 , acting for Yoshishige OTOMO , Sumitada OMURA , and Harunobu ARIMA , who were the Christian feudal lords in Kyushu . +1 Mutsugi SENGOKU ( July 22 , 1857 - October 30 , 1931 ) was a Japanese railway bureaucrat , businessman and statesman . +-1 Nengu is a Japanese historical terminology referring to a type of taxation . +-1 Nishioji-Sanjo Station , located in Saiin-imayamada-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Arashiyama Main Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +-1 Kanayago-kami god ( also pronounced as Kanayako-kami god , etc . ) was a god which is believed by blacksmiths to live mainly in Chugoku Region ( Shintoism ) . +1 MINAMOTO no Yoriko ( Raishi ) was known to be the following : +-1 Amenowakahiko is a deity from Japanese mythology . +-1 The Ako Incident was a political incident that occurred in the early Heian period . +-1 Mirin is an alcoholic condiment used as a seasoning in Japanese cuisine and also as an alcoholic beverage . +-1 " Historic Monuments of Ancient Kyoto " is a collective term of the temples in Kyoto City and Uji City , Kyoto Prefecture and Otsu City , Shiga Prefecture . +1 Yasunaga HIGASHIBOJO ( September 9 , 1904 - September 22 , 1944 ) was a Japanese movie actor , scriptwriter , and film director . +-1 A so-do hall is a temple building dedicated to the communal living of practitioners ( monks ) and the promotion of ascetic practices . +-1 The Saeki clan was a powerful clan in ancient Japan . +1 FUJIWARA no Muneyo ( dates of birth and death unknown ) was a court noble during the Heian period . +-1 Minonosakino kuninomiyatsuko 三野前国造 ( also known as Minonosakinokokuzo , Minonomichinokuchi no kuninomiyatsuko , and Minonomichinokuchikokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled Mino Province . +1 Kinji FUKASAKU ( July 3 , 1930 – January 12 , 2003 ) was a Japanese movie director . +1 Emperor Yomei ( circa 540 - May 21 , 587 ) was the thirty-first Emperor ( reigned from October 3 , 585 , to May 21 , 587 ) . +1 Seiemon ONISHI was a Kamashi ( craftsman who made kettles for use in tea ceremony ) of one of the ten craftsmen families for the Senke ( House of Sen ) . +-1 " Takasago " is a Noh play ( classical Japanese dance theater ) . +-1 Gagoze ( also called " Gagoji " or " Guwagoze " ) , or an ogre at Gango-ji Temple , is a specter which is said to have appeared at Gango-ji Temple in Nara Prefecture during the Asuka period . +-1 Mikomai ( written in Japanese kanji characters either as 巫女舞 or 神子舞 ) is a type of dance performed by miko ( shrine maidens ) in a Kagura performance ( a sacred music and dancing performance dedicated to the Shinto gods ) . +-1 Kokuzo Bosatsu is Ākāśagarbh or Gaganagajja in Sanskrit , and is a Bosatsu that is revered in Buddhism . +-1 Toba refers to a name of an area which was called Tobago , Toba no sho ( Toba manor ) and so on that once belonged to Kii County , Yamashiro Province located in the outskirts of Kyoto . +-1 Gasan +1 Emperor Kinjo or Kinjo no Mikado is the fourth Emperor in " The Tale of Genji " ( the period of his reign : after the second volume of ' Wakana ' ( Spring Shoots ) ) . +-1 The Kyoto Hotel , Ltd . , with its head office in Nakagyo-ku Ward of Kyoto City , Kyoto Prefecture , is a company that runs hotels . +1 Nenku ( year of birth unknown - August 30 , 1297 ) was a priest of the Jodo sect of the Kamakura period . +-1 The Hata clan had existed since ancient times . +1 Renga is a traditional form of poetry , and the kaminoku ( the first part of a poem ) and shimonoku ( the latter part of a poem ) are linked together by several people . +-1 Yoriki was a typical governmental post in the Edo bakufu . +-1 Shinbutsu-bunri is to prohibit conventional syncretization of Shinto with Buddhism and to distinguish between Shintoism and Buddhism , Kami ( Shinto ) and Buddha , and shrines and temples . +-1 Machiya or Choka ( 町家 ) is a term used to refer to popular style houses in Kyoto in which residence and retail store functions are combined . +1 Cloistered Imperial Prince Saiun ( 1104 - March 10 , 1162 ) was a monk of the Tendai sect of Buddhism in the middle of the Heian period . +1 The term " chamberlain " refers to a person who serves another person ( generally a noble person ) to take care of his or her personal affairs , and its Japanese equivalent term " jiju " also represents a chamberlain 's service itself in a broad sense . +1 Tokuhime ( December 13 , 1565 - March 3 , 1615 ) was a women from the Azuchi-Momoyama period to the early Edo period . +1 Nihon Montoku Tenno Jitsuroku is a history compiled in Japan during the Heian period , and is the fifth among the six Rikkokushi ( National Histories of Japan , six historical compilations chronicling the mythology and history of Japan between the Nara and Heian periods ) . +-1 Osaka Metropolitan Area is a name used to describe the economic area centered on Osaka city , expanding to its surrounding satellite cities . +1 TAIRA no Takamune , or Prince Takamune , ( 804 - June 24 , 867 ) was a shisei kozoku ( member of the Imperial Family conferred with a family name ) of the early Heian period who was given the surname TAIRA . +1 Sadao SHIDARA ( July 3 , 1864 - December 15 , 1943 ) was a private architect in Kansai from the Meiji era to the early Showa era . +1 Onogoro-jima Island ( also called Onokoro-jima Island ) is an island appearing in a Japanese myth . +1 Tomokichi FUJISAWA ( March , 1866 - April 17 , 1932 ) was a Japanese businessman . +-1 In Japanese folk belief , yurei are faintly visible figures who have remained in Utsushiyo ( the land of the living ) even after their soul left their body after death , in order to resolve some form of lingering attachment or to seek revenge for a wrong . +-1 Located in Shimogyo Ward , Kyoto City , Kyoto Prefecture , Cafe François is a government-registered tangible cultural property ( building ) . +-1 Kasane no irome is a list of the color combinations in wearing kimono in layers , and was used when women decided the colors of uchigi ( itsutsuginu , or in five layers ) for court costumes . +-1 Agechi-rei ( 上知令 ) is an order for confiscation of lands issued by the government in the late Edo period and the early Meiji period . +1 Masanobu KANO ( 1434 ? - August 12 , 1530 ? ) was a painter of the Muromachi period and the founder of the Kano school . +-1 Prince Mochihito 's uprising was an incident that occurred in 1180 ( Jisho 4 ) , when Prince Mochihito ( also Prince Takakura and Prince Sanjo ) , with MINAMOTO no Yorimasa , planned to raise an army and overthrow the Taira clan ( who were then in power ) ; Mochihito issued a command urging the Minamoto clan warriors in all provinces together with the forces of the great temples and shrines to rise up against the Taira clan . +-1 Shinzei is originally denso ( rice field tax ) collected from Jinko ( the administrative households that was considered as belonging to deities ) of specific shrines , stored and used for religious services and repair of the shrine under the ritsuryo system of ancient Japan . +1 Morosue SAIONJI ( October 2 , 1826 - August 15 , 1851 ) was Kugyo ( a Court Noble ) in the late Edo period . +1 Prince Naruhiko HIGASHIKUNINOMIYA ( December 3 , 1887 - January 20 , 1990 ) was the 43rd Prime Minister of Japan ( in office August 17 , 1945 - October 9 , 1945 ) . +-1 " Samurai " is the positional title for officials in Japan from the ancient to middle ages , and an alternative name for " bushi " ( warrior ) that was derived from the first meaning . +-1 Kunin-chojakunin is a post that existed in the Edo Period . +-1 Kakure Nenbutsu ( Hidden Buddhist Invocation ) refers to the individuals or groups of people who secretly practiced or believed in the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) ( Ikko Sect ) , which was banned by powerful rulers . +-1 The Bureau of Shrines was one of the bureaus of the Meiji government . +1 FUJIWARA no Akinobu ( 994-May 14 , 1027 ) was a noble in the Heian period . +-1 Soke is a term used to refer to : +-1 The seven herbs of spring ( Nanakusa ) is a custom of eating hot soup containing seven vegetables on the morning of Jinjitsu no Sekku , the so-called Person-Day Festival ( January 7 ) . +-1 Nibukin is a kind of gold coins that was distributed in the Edo period . +-1 Hime no kami is a Shinto god ( Shinto ) . +-1 Reformation of the shogunate government refers to the reforms of the financial , political , and other systems implemented under the Edo " bakufu " ( Japanese feudal government headed by a shogun ) . +-1 " Hachiman Gudokun " is a history of temples and shrines that narrates the miracle and divine virtue of Hachimanshin ( Shinto god of War ) , which is considered to have been compiled in the middle or late Kamakura period . +1 KI no Harunushi ( year of birth and death unknown ) was a low to medium rank government official during the early Heian period . +-1 Okuma finance refers to the financial policy promoted by Shigenobu OKUMA , the Minister of the Treasury ( concurrently filled a post of Councilor ) in early Meiji Period . +-1 The adoption of western clothing refers to when people other than westerners stop wearing indigenous clothing on a day-to-day basis and instead begin wearing Western clothing . +1 Sanetsuna SANJO ( 1562 - March 21 , 1581 ) was a Kugyo ( a top court official ) who lived from the late Muromachi to the Azuchi-Momoyama period . +1 Tadamoto HONDA ( April 12 , 1817 - January 29 , 1883 ) was a daimyo ( feudal lord ) , statesman and Roju ( senior councilor ) at the end of the Edo period . +1 Noriyuki Ouchi ( 1430 - February 14 , 1472 ) was a member of the Ouchi clan . +-1 The Kyoto International Student Film and Video Festival is a film and video festival held in Kyoto every fall . +-1 The Higashibojo Family , one of the houses of Dojo , was established by Shigenaga HIGASHIBOJO ( Court Rank , Councillor , Department of Etiquette and Ceremonies , 1284-1343 ) who was the second son of Nagatsune GOJO ( Senior Second Rank , Councillor , Department of Justice , 1242-1315 ) . +-1 Shunko-in Temple is a minor temple of Myoshin-ji Temple which is Grand Head Temple of Rinzai Sect in Hanazono , Ukyo-ku Ward , Kyoto City , and is located in the north of Okuri ( the large living quarters ) . +-1 " Nihon shishu " is Japanese handmade embroidery made using silk thread . +-1 Chokyu-ji Temple is a Buddhist temple of the Shingon Ritsu sect , located in Kamimachi , Ikoma City , Nara Prefecture . +1 Imperial Prince Motoyoshi ( 890 - September 3 , 943 ) was a member of the imperial family and waka poet during the mid Heian period . +-1 The Ikegami family was Toshoke and a collateral branch of the Seikanji family line of the Northern House of the FUJIWARA clan . +1 Gyonen ( March 30 , 1240 - September 26 , 1321 ) was a learned priest pursuing his studies at Todai-ji Temple who lived during the late Kamakura period . +-1 Tochi chosa jigyo ( land research project ) refers to the land research and land measurement project conducted in Taiwan and Korea which were under the control of Japan . +1 AKASOME no Tokotari ( date of birth and death unknown ) lived in the Asuka period in Japan . +1 Yoshitaka OISHI ( 1618 - February 27 , 1677 ) was a samurai warrior in the early part of the Edo period . +1 Aritomo YAMAGATA ( May 15 , 1838 - February 1 , 1922 ) was a Japanese soldier and politician . +-1 Zato +-1 " Shiki Sanban " is one of the performing arts that form part of Nohgaku ( the theatrical art of Noh ) , along with Noh ( Noh plays ) and Kyogen ( a farce presented between Noh plays ) . +1 Mochiaki MATSUDAIRA ( September 17 , 1836 – July 25 , 1890 ) was a daimyo ( Japanese feudal lord ) and a nobleman . +1 FUJIWARA no Kiyotada ( date of birth unknown - July , 958 ) was a court noble and a poet who lived during the mid-Heian period . +1 FUJIWARA no Nakafumi ( 923 to 992 ) was a kajin ( waka poet ) in the mid-Heian period . +1 Mohei MURAI ( June 10 , 1821-May 1873 ) was a wealthy merchant from the Morioka Domain . +1 Yoshikatsu OISHI ( 1587 - September 18 , 1650 ) was a samurai who lived from the Azuchi-Momoyama period to the early Edo period . +-1 A Honke-matsuke-ronso was a dispute between a head family and a branch family of a daimyo ( Japanese feudal lord ) family ( particularly early modern daimyo ) concerning social standing during the Edo period . +-1 The Mannyaku-yama incident was the incident in which a dispute concerning a pine tree in the Kume-mura village in Suo Province caused a territory boundary-related dispute , further developing to the abolishment of the Tokuyama clan in 1715 . +-1 Kokudaka refers to the figure of land productivity shown with koku ( a unit ) , which was used in the early modern ages of Japan . +1 Masakage KOBAYAKAWA ( year of birth and death unknown ) was a samurai in the Kamakura period . +-1 Tsumatsu-hime is a goddess in Japanese mythology . +-1 Grinding stones refer to a kind of small stone tools used to grind nuts and seeds mainly chestnut , walnut and acorn into powder in the Jomon period . +1 Emperor Tsuchimikado ( January 3 , 1196 - November 6 , 1231 ) was the eighty-third Emperor during the Kamakura period . ( his reign was from February 18 , 1198 to December 12 , 1210 . ) +1 TANAKA no Tarimaro ( date of birth unknown - August 13 , 698 ) lived during the Asuka period of Japan . +-1 Soni Plateau is located in Oaza Taroji , Soni-mura , Uda County , Nara Prefecture . +-1 " Tori no ichi " is an open-market fair held at Otori-jinja Shrines around the country on the Days of the Cock in November every year . +-1 Kenbutsu-ji Temple , located at Uda City in Nara Prefecture , is the temple of Nichiren Shoshu sect of Buddhism . +-1 The Katano family , which claimed to be descended from Kanmu-Heishi ( Taira clan ) TAIRA no Takamune-o line , belonged to the Tosho-ke ( the hereditary lineage of Court nobles occupying relatively high ranks ) ; the founder of the family was Tokisada KATANO ( Daizen no daibu , or Master of the Palace Table ) , who was the last son of Tokiyoshi NISHINOTOIN ( Junii Sangi , or Junior Second Rank , Councilor ) ( 1552 - 1640 ) . +-1 Shuden-zukuri style is the term proposed in architectural history for indicating the architectural style of samurai residences during the Muromachi period . +-1 Ogoto Onsen is in Otsu City , Shiga Prefecture ( Omi Province ( 近江国 ) is its old provincial name ) . +1 ARIWARA no Muneyana ( year of birth unknown - 898 ) was a waka poet in the early Heian period . +1 Kazunomiya Imperial Princess Chikako ( July 3 , 1846 - September 2 , 1877 ) was a woman who lived during the late Edo period , she was a wife of Edo bakufu ( Japanese feudal government headed by a shogun ) , fourteenth Shogun Iemochi TOKUGAWA . +-1 Sanpu +1 Kamo SERIZAWA , ( 1827 ? - October 28 or October 30 , 1863 ) was a roshi of Mito Clan during the last days of Tokugawa shogunate , and also the original lead commander of Shinsen-gumi ( Mibu Roshi ) . +-1 Bunbu ichido ( literally ' the single path of the cultural and martial arts ' ) means that both scholarship and martial arts ( sports ) are essentially the same , unlike bunbu ryodo ( the dual path of the cultural and martial arts ) . +-1 Haniyasu is the god of soil ( Shinto ) appearing in Japanese Mythology . +1 Toshihisa SHIMAZU ( 1537- August 25 , 1592 ) was the third son of Takahisa SHIMAZU , and is the younger brother of Yoshihisa SHIMAZU and Yoshihiro SHIMAZU . +1 Soun HOJO ( also known as Moritoki ISE ) was a military commander during the mid to late Muromachi Period , and the patriarch of the Gohojo clan ( or Late Hojo ) , a powerful warrior clan of the Warring States Period . +1 Toshimichi OKUBO ( 1830 ~ 1878 ) : Japanese warrior , feudal retainer of Satsuma , a statesman +1 Sokan YAMAZAKI ( 1465 ? -November , 17 , 1553 ) was a Japanese Renga ( Japanese collaborative poetry ) poet and Haikairenga ( humorous or vulgar Renga ) poet in the Sengoku Period . +-1 The Vocational Museum provides young people with work experience , recruitment information , and vocational counseling . +1 Sadakatsu MURAI was the Kyoto Shoshidai ( the Kyoto deputy ) under the Oda administration . +-1 In this section of the Kyo no Hanamachi , the hanamachi ( Kagai ) ( ' flower town , ' or geisha district ) in Kyoto will be explained . +-1 The parasitic landlord system was the system that allowed a parasitic landlord , who owned farmlands such as rice fields , vegetable fields , etc . , to lend a farmland to a farmer called kosakunin ( a tenant farmer ) ( also known as kosakuno or kosaku ) , to have him cultivate the land , and to take away some farm products , such as rice , barley , etc . , as the land rent called kosakuryo ( farm rent ) . +-1 Honen-in Temple is an independent Pure Land sect temple located in Shishigatani , Sakyo Ward , Kyoto City . +-1 Kakue +1 ENOI no Okimi ( year of birth unknown - June 676 ) lived in the Asuka period in Japan . +-1 The Tokusei uprising during the Kakitsu era was a peasant uprising to demand Tokuseirei ( ordering return of land sold and dissolution of debts ) and occurred in Kyoto and its surroundings such as the Omi Province in 1441 ( the first year of the Kakitsu era ) . +1 Masatsuna ASUKAI ( 1489-1571 ) was a court noble existing from the late Muromachi Period to the Sengoku period ( the period of warring states ) ( Japan . ) +1 Kumoi no kari is a fictitious character that appears in " Genji Monogatari " ( The Tale of Genji ) by Murasaki Shikibu . +1 Shoin ( also called Seiin , 943 - June 13 , 995 ) was a Buddhist priest of the Tendai sect and a waka poet in the Heian period . +1 Kenzo MATSUMOTO ( March 21 , 1899 - September 15 , 1980 ) was a Noh actor of the Shimogakari Hosho school of waki-kata ( supporting actors ) . +-1 Shintai-zan Mountain is a term mainly used in Shitoism meaning a mountain believed to be where deities dwell in the concept of mountain worship and also called Kannabi , a mountain where deities dwell . +-1 Ryori Monogatari is a food book written in the Edo period . +1 Tosho-in ( 1461 or 1463 - year of death unknown ) was a woman who lived during the Sengoku period ( period of warring states ) . +-1 Okimi no tsukasa was one of the institutions belonging to Imperial Household Agency in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in ancient Japan . +1 Hiroshige OUCHI ( year of birth unknown - 1401 ) was a general who lived during the early Muromachi period . +-1 Satsumanokami was the post of Kami ( chief ) of Kokushi in Satsuma province . +-1 The term earthen image means images of which the material is clay . +1 Shigekatsu YAMAGUCHI was a Japanese military commander in the Warring States period . +1 Emperor Gokomatsu ( August 1 , 1377 - December 1 , 1433 ) was the sixth and last Emperor of the Muromachi period ( Northern Court ) , or the 100th Emperor ( his reign was from May 24 , 1382 to October 5 , 1412 ) . +1 Kagemoto ASAKURA ( 1484 - May 14 , 1535 ) was a busho ( Japanese military commander ) in the Sengoku Period ( Period of Warring States ) ( Japan ) . +1 Noritomo IWAKURA ( September 27 , 1666 - October 4 , 1730 ) was a Kugyo ( top court official ) during the early through the middle of the Edo period . +1 Takanobu KUKI ( 1700 to June 19 , 1786 ) was the fourth lord of Ayabe Domain , Tanba Province . +-1 Kokuyaku Constitution defined laws that were formulated by representatives of the people and approved by the ruler ( in Japan 's case it would be the Emperor ) and this procedure served as a sort of promise between the ruler and his people . +-1 巫女 ( miko ) or 神子 ( fujo ) are women who mainly serve the gods of Yamato ( Japan ) . +1 Ohi ( empress ) is the title of the Imperial family standing provided for queens consort of the Imperial family , or herself of such standing . +1 Keizan OHARA ( date of birth unknown - September 7 , 1733 ) was a painter in the middle of the Edo period . +-1 Doro Gorge ( Dorokyo ) is a gorge in the Kitayama-gawa River , which flows through Wakayama Prefecture , Mie Prefecture , and Nara Prefecture . +1 TACHIBANA no Kimiyori ( 877 - March 25 , 941 ) was a noble who lived in the Heian period . +1 Kozo MIYAGI ( June 2 , 1852 - February 13 , 1893 ) was a criminal law scholar in Japan . +-1 Kasanuimura , or Kasanui no mura , is the place where Toyosuki iribime no Mikoto , who was given responsibility , enshrined Amaterasu Omikami ( the Sun Goddess ) after she was transferred from her place of enshrinement at the Imperial Court in the sixth year of Emperor Sujin 's reign . +-1 Nasori is a musical piece in gagaku . +1 Ms. Naruko YANAGIHARA ( June 26 , 1859 , to October 16 , 1943 ) was a Naishi no suke ( a court lady of the first rank ) to the Emperor Meiji . +-1 " Gyochukokyo " is a collection of commentaries on the " Kokyo " ( Classic of Filial Piety ) compiled by Genso ( Emperor Xuanzong [ Tang ] ) . +-1 Azuchi Shuron was a religious debate waged between the Jodoshu sect and the Hokkeshu sect ( Nichirenshu sect ) at Jogon-in Temple in the town of Azuchi-jo Castle . +-1 Karasaki-jinja Shrine is a shrine in Otsu City , Shiga Prefecture . +1 Nagayasu OKABE ( May 8 , 1650 , to Sept . 5 , 1724 ) was the third lord of Kishiwada Domain in Izumi Province . +1 Imperial Prince Morikuni ( June 27 , 1301- October 3 , 1333 ) was the ninth seii taishogun ( literally , " great general who subdues the barbarians " ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) , and he was the last shogun of the Kamakura bakufu . +1 Gyojin ( year of his birth is not clear - 1412 ? ) was a Buddhist monk cum waka poet in the period of the Northern and Southern courts ( Japan ) to the mid-Muromachi period . +1 Shoyo TSUBOUCHI ( 坪内 逍遥 , orthographic style : 逍遙 , June 22 , 1859 - February 28 , 1935 ) was a novelist , critic , translator , and playwright in Japan who was active in the Meiji Era . +1 Nobuchika ODA ( January 26 , 1851 - October 30 , 1927 ) was the 10th lord of Tanba Kaibara Domain , Tanba Province , and Governor of Kaibara Domain . +-1 The Ganghwa Island incident is an armed conflict between Japan and Korea which occurred in the vicinity of Ganghwa Island , Joseon Dynasty on September 20 , 1875 . +1 Masashige NONOMURA ( year of birth unknown - July 1 , 1582 ? ) was Busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +1 Kichiroku NAKAMURA ( November 21 , 1973 - ) is a Tachiyaku ( alternatively , tateyaku , which is a term used in the Japanese theatrical form Kabuki to refer to a young adult male role , and to an actor who plays this role ) . +1 Heishiro NARUISHI ( August 12 , 1882 - January 24 , 1911 ) was a socialist . +1 The Emperor Shomu ( 701 - June 8 , 756 , reign : March 7 , 724 - August 23 , 749 ) was the 45th Emperor in Nara Period . +1 Emperor Ankan ( 466-January 25 , 536 ) was the 27th Emperor ( whose reign lasted from March 10 , 531 to December 17 , 535 ) . +-1 The term " Mokusho-zen " indicates a method of zazen ( sitting meditation ) in Zen Buddhism . +-1 The Haseo Zoshi is one of the Japanese Emakimono ( a traditional Japanese illustration / painting format developed for a narrative / storytelling purpose , produced in a narrow , horizontal scroll for representing various scenes and stories in a single scroll ) remaining today . +1 TAIRA no Michimori was a military commander who lived during the late Heian period . +-1 Denbu ( mashed and seasoned fish with white flesh or the mixture of fish with white flesh and shrimp that has been boiled , parched , seasoned and colored with red food coloring ) is a processed food made from fish or livestock meat . +-1 Komyojimura joko shoshi jiken ( " the incident in Komyoji-mura Village in which female factory workers perished by fire " ) refers to the fire that broke out in 1900 in a textile factory in the village of Komyoji-mura ( the present-day city of Ichinomiya ) in Haguri-gun County of Aichi Prefecture and killed 31 female factory workers . +-1 A tsukubai is one of facilities for Japanese traditional gardens and installed in an entry garden to a teahouse . +1 " Matsue NAKAMURA " is a name which has been used by several Kabuki ( a traditional form of drama and music performed by male actors ) actors . +1 Ashikamino kamami wakenomiko was a member of the Imperial family that appears in the " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) , and he was the son of YAMATO Takeru no Mikoto . +-1 Located in Sakyo Ward , Kyoto City , Shigureden is a facility for the promotion and exhibition of the Ogura Hyakunin Isshu ( the Ogura Anthology of 100 Poems by 100 Poets ) . +1 Imperial Princess Shushi ( Yoshiko ) ( December 14 , 1141 - July 27 , 1176 ) was Chugu ( the Empress ) of the Emperor Nijo . +1 Kagefusa ASAKURA ( year of birth unknown - May 7 , 1505 ) was a busho ( Japanese military commander ) who lived during the beginning of the Sengoku period ( Period of Warring States , Japan ) . +1 Imperial Prince Shigehito ( 1140 - 1162 ) was one of the Imperial family members during the late Heian period . +1 Nyobo was a female servant who did domestic matters for people in the Imperial court or a distinguished person in aristocratic circles from the Heian period to around the Edo period . +-1 Homyo ' in Jodo Shinshu is the introduction of oneself showing that he / she is to be a disciple of Shaka or Shkyamuni ( a disciple of the Buddha ) . +-1 Naishi was a kind of female government post in Japan before the Modern era . +1 Zenran ( 1217-April 1 , 1286 ) was a monk of Jodo shin shu ( True Pure Land Buddhist Sect ) during the mid-Kamakura Period . +-1 The Rokkaku family is a family of court nobles that were established during the Edo Period . +1 TAJIHI no Hironari ( date of birth unknown - May 22 , 739 ) is a court noble from the Asuka Period through until the Nara Period . +-1 The Umegakoji family was Toshoke and a collateral branch of the Seikanji family line of a collateral branch of the Kajuji family line of the Northern House of the FUJIWARA clan with the court noble family rank of Meike . +-1 Seiryu Gongen ( 清瀧権現 ) , or Seiryo Gongen , is a guardian goddess of Daigo-ji Temple , the grand head temple of the Shingon sect Daigo-ha branch in the Fushimi Ward of Kyoto City . +-1 Sakuramoto-bo Temple is also a ' goji-in ' temple ( guardian temple ) located in Yoshino-cho , Yoshino County , Nara Prefecture , guarding and maintaining Ominesan ( Mt . Omine ) Temple , the extraordinary head temple of the Kinpusen Shugen Honshu sect . +1 FUJIWARA no Otsugu ( 774 to August 26 , 843 ) was a politician in the Heian period . +1 Higaki no Ona was a female poet of the mid Heian period ( tenth century ) ; her date of birth and death is unknown . +1 Namazu-e is a general name for nishiki-e ( multicolored ukiyo-e ( Japanese woodblock prints ) ) with catfish ( namazu , in Japanese ) as its subject published in Japan during the Edo period . +1 Jonyo ( 乗如 , also written as 乘如 ) was a Buddhist priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) in the mid Edo period . +-1 The god of the hearth is enshrined at hearths , irori ( traditional Japanese open hearths ) and other places where fire is used . +-1 Shugodai is an official post that was placed under the Shugo in the Kamakura and Muromachi periods . +1 TAKAKURA no Tonotsugu ( year of birth and death unknown ) was a government official who lived during the Nara period toward the early Heian period . +1 FUJIWARA no Yoshifusa ( 804 - October 11 , 872 ) was a court noble , who lived in the early part of the Heian period . +1 Tokimitsu TOSHIMA ( year of birth and death unknown ) was a samurai during the Kamakura period . +-1 Zosui is made by simmering cooked rice again with meat , fish and shellfish , mushroom and vegetable , seasoned with soy sauce , miso , etc . +1 Chutaku SASAKI ( 1790 - April 26 , 1846 ) was a rangakusha ( a person who studied Western sciences by means of the Dutch language ) in Edo period . +1 Motonobu SUZUKI ( 1555 - June 1620 ) was a retainer of the Date clan . +-1 Domoshuzoki is a representative technical book on sake brewing in Japan , which was written in the early Edo period . +-1 The Kiyohara clan was a family ( lineage ) of the Heian period . +-1 Tango dialect is a kind of Japanese dialect that is spoken mainly in an area encompassing Miyazu City , Kyoto Prefecture and Kyotango City , Kyoto Prefecture . +-1 Kuden is a kind of Buddhist altar case called ' Zushi ' to contain a Buddhist object of worship such as a Buddhist statute , an image of patriarch , or the like . +-1 Heian-kyo ( literally " tranquility and peace capital " ) was the old capital of Japan established by Emperor Kanmu in 794 . +-1 Ito-jo Castle was a yamajiro ( a castle built on a mountain to take advantage of the mountain 's topography ) which had been constructed on the west hillside halfway up Mt . Takasu on the boundary between Fukuoka City and Maebaru City , Fukuoka Prefecture , in the Nara period of the eighth century . +-1 The peasants ' uprising of the Shocho era was an uprising that occurred between August and September , 1428 in the Muromachi period . +-1 Kobucha ( Konbucha ) is a beverage prepared by pouring hot water onto thinly sliced / powdered dry konbu ( kelp ) . +1 Tsunetsugu NAKAMIKADO ( 1258 - date of death is unknown ) was a court noble who lived in the late Kamakura period . +1 Ujinokaitako no himemiko +-1 NOMI no Sukune is a person who appears in " Nihon Shoki " ( Chronicles of Japan ) . +-1 The term " higan " refers to enlightenment or escape from earthly desires , and refers to the ' other side ' as opposed to the term ' shigan ' ( this side ) which means this world filled with earthly desires and doubt . +1 Hozo ( 905 - 969 ) was a priest of the Hosso sect during the mid Heian period . +1 Yura gozen ( year of birth unknown - March 22 , 1159 ) was a woman who lived at the end of the Heian Period . +-1 Minazukibarai is a Noh play . +-1 Fukiwa is a mage ( chignon ) which was tied on the head of Himegimi ( daughter of a person of high rank ) of a samurai since the early Edo period . +1 Tomoito SUMITOMO ( January 18 , 1865-March 2 , 1926 ) was the fifteenth family head of the Sumitomo family . +1 Guji ( or Miyazukasa ) is a job grade for chief Shinto priests , who manage all other Shinto priests and miko ( shrine maidens ) . +-1 Mibu Kyogen is a form of pantomime skits performed at the Mibu-dera Temple in Kyoto every year at the time of the Setsubun Festival ( February ) , in April , and October coinciding with the annual cycle of Noh performances . +1 Fujaku ONOE is a professional name used by a succession of Kabuki actors . +-1 Gokan no ge is gemon , meaning the verses recited before the meal , mainly in the Zen sect of Buddhism . +1 MICHI no Masuhito ( date of birth and death unknown ) lived during Japan 's Asuka period . +1 Hotei is originally the name of a legendary Buddhist monk who actually lived in Mingzhou ( now Zhejiang Province , China ) in the late Tang Dynasty period . +1 Morishige TANI ( March 19 , 1817 - April 6 , 1875 ) was a daimyo ( Japanese feudal lord ) in Edo era . +-1 Tenka bushin was a type of public works projects which the Edo bakufu ( shogunate ) ordered daimyo throughout Japan to perform . +-1 Imayo Satsuma Uta is a Kabuki play written by Onitaro OKA . +-1 Shinden-zukuri is a style of architecture used in aristocratic mansions in the Heian period . +-1 Daisen-in Temple is a sub-temple within the precincts of Daitoku-ji Temple in Kita Ward , Kyoto City , Kyoto Prefecture . +1 Tamekane KYOGOKU ( 1254 - April 16 , 1332 ) was a late Kamakura-period waka poet . +1 SOGA no Machi ( male ) was a member of a local ruling family in the Kofun period . +-1 The Kamakurafu was a government office which the Muromachi bakufu ( Japanese feudal government headed by a shogun ) established in the Northern and Southern courts period and the Muromachi period for the purpose of ruling the Kanto region . +-1 Shumon aratame-yaku is one of law enforcement posts set up in the Edo bakufu ( Japanese feudal government headed by a shogun ) and in all the domains . +1 Motoie JIMYOIN ( 1132-April 7 , 1214 ) was a Court noble from the late Heian period until the early Kamakura period . +1 MINAMOTO no Yorisue ( year of birth and death unknown ) was a busho ( Japanese military commander ) in the late Heian period . +-1 The O-tsunahiki of O-okuri-jinja Shrine is a tug-of-war festival held in Hioki , Yagi Town , Nantan City , Kyoto Prefecture . +-1 Oban was a type of menu for entertaining guests . +-1 Kamigatamai is a type of Japanese dance that emerged in Kyoto from 1800 , in the middle of the Edo period , to the end of the Edo period . +-1 Tango-Kanzaki Station , located in Yugo , Maizuru City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by Kitakinki Tango Railway ( KTR ) . +-1 The term " Northern Court " ( hokucho in Japanese ) describes the Japanese Imperial Court , dynasty , and government that broke off from the Southern Court and was located geographically north of its southern rival at Yoshino . +1 Ise shu is a personal collection of poems by Ise ( a poet ) , who lived during the Heian period . +1 Rigen KINOSHITA ( January 1 1886-February 15 1925 ) was a Japanese poet . +-1 Tendai Sect is a sect of Mahayana ( greater vehicle ) Buddhism . +-1 Dashi-maki Tamago is a kind of an omelet ( a Japanese style omelet ) and a dish of fried beaten eggs mixed with dashi broth soup . +-1 The Ushiku Domain was a feudal domain that lay in Kawachi County of Hitachi Province . +1 Tsunetsugu ICHIJO ( 1358 - December 14 , 1418 ) was a court noble , who held the title of Kanpaku ( chief adviser to the Emperor ) , in the early Muromachi period . +-1 Jingisho ( the Ministry of Divinities ) was a government organization which replaced the old jingikan ( Department of Divinities ) that had existed since the first days of the ritsuryo system , as the agency ruling the religious services and public administration of jingi ( Divinities ) ; it was established on September 22 , 1871 and lasted until April 21 , 1872 . +1 FUJIWARA no Kuromaro ( year of birth unknown - 810 ) was a retainer of the Imperial Court who lived from the end of the Nara period to the beginning of the Heian period . +1 Inaba no Shiro Usagi is one of Izumo mythologies . +-1 " Kawachi juningiri " was a murder case occurred in Akasakasuibun Village at the foot of Mt . Kongo in the southwest of Osaka Prefecture . +-1 Fudaraku-tokai is a form of the ascetic practice of sacrifice performed in medieval Japan . +-1 Okesa-go is an unofficial name given to an express bus service that connects Kita Ward , Osaka City in Osaka Prefecture ( Osaka City ) and Chuo Ward , Niigata City in Niigata Prefecture ( Niigata City ) , running through Shimogyo Ward , Kyoto City in Kyoto Prefecture . +-1 A street vendor 's stall ( Yatai in Japanese ) is a simple mobile store . +-1 Kyuden , Kyuhaku and Kyudenpaku were rice paddies and fields that were granted to shokan ( an officer governing shoen manor ) , jito ( estate steward ) , nengu ( land tax ) couriers and handicraftsmen by shoen holders and the Kokuga ( provincial government offices ) during the middle ages in Japan . +-1 Setsuyoshu is a series of Yojishu ( a collection of useful characters ) or Japanese-language dictionary published from the Muromachi period to the early Showa period . +-1 The Obaku sect is a sect of Buddhism in Japan and one of the Zen sects , after the Rinzai and Soto sects . +-1 Saiho-ji Temple is a Rinzai Sect temple located in Matsuo , Nishikyo Ward , Kyoto City . +1 Nagamasa AZAI ( 浅井 長政 , formerly written as 淺井 長政 ) was a busho ( Japanese military commander during the Sengoku Period [ period of warring states ] in Japan , at the end of the Muromachi Period ) and warring lord in Omi Province . +-1 Hirakawa Temple Site is the site of an ancient temple that has been nationally designated a historic site that is located in Hirakawa Furumiya , Joyo City , Kyoto Prefecture . +1 Yashiro OZEKI ( 1831 - December 24 , 1865 ) was from Takatori Domain and a biological elder brother of Masajiro OZEKI . +1 Prince Isonokami ( Also pronounced Isonokami no oji , Isonokami no miko [ date of birth and death unknown ] ) +-1 Torimono are the tools used by miko ( a shrine maiden ) and performers of Kagura , ( sacred music and dancing performed at shrine ) in Shinto rituals and Kagura . +-1 Kama is an equipment used to heat food materials . +1 Keiun , also known as Kyoun ( born sometime during the 1293-1299 , and died in 1369 ) , was a poet and monk of the Tendai sect who lived in the latter days of Kamakura period into the middle of Japan 's Northern and Southern Court period . +-1 Senmyo is a written document in which emperor 's commands are recorded in a Japanese orthography only with Chinese characters , as compared with Shochoku ( an imperial edict ) written in classical Chinese . +1 Harufusa KITABATAKE ( February 20 , 1833 - May 2 , 1921 ) is an imperialist in the end of Edo period and a judicial officer in Meiji period . +-1 Ichikishimahime ( or Itsukishimahime ) is a deity of water that appears in Japanese mythology . +-1 Haba is a unit used to measure width of cloth , especially for wafuku ( Japanese traditional clothes ) . +-1 Remarks +1 Daikaku ( 1297 - May 5 , 1364 ) was a Nichiren sect Buddhist monk during the period of the Northern and Southern Courts . +-1 Surutto KANSAI is the network of the railway cards for the public transport system in Kansai ( Kinki area ) , or the biggest company in its association , which has a head office in Osaka City , Osaka-Prefecture . +1 Hoitsu SAKAI ( August 1 , 1761 - January 4 , 1829 ) was a painter in the late Edo period . +1 Takami MOZUME ( July 10 , 1847 - June 23 , 1928 ) was a scholar of Japanese classical literature from Bungo Province . +1 FUJIWARA no Yoritsugu ( December 17 , 1239 - October 14 , 1256 ) was the fifth Seii Taishogun ( literally , " great general who subdues the barbarians " ) of the Kamakura shogunate . +-1 Gimin is a ringleader of uprising during a famine and the like . +1 Harumoto HOSOKAWA was both a busho ( Japanese military commander ) and a daimyo ( Japanese feudal lord ) , who lived from the late Muromachi era through to the Sengoku period ( period of warring states ) . +-1 The plan to conquest Silla was a plan for military action in the Korean Peninsula during the Asuka period . +1 Genyu was a priest of Daian-ji Temple in the Nara period . +-1 Sanmai ( 三昧 , transcription of Samādhi ) means the ultimate state of mental concentration attained through zen , in the case of Buddhism , or through meditation , in the case of Hinduism . +-1 Koge is a gemon taken from the Jodo Hojisan ( Hymns of the Pure Land Ritual ) . +-1 Yamashiro no Kuni , located in Kinai , was one of the administrative province ( Ryoseikoku ) . +-1 Nagaya is a style of collective housing . +1 FUNYA no Asayasu ( dates of birth and death unknown ) was a Japanese poet of the mid-Heian period . +-1 Ryuketsu is a place which is supposed to be flourishing in Onmyodo ( way of Yin and Yang ; occult divination system based on the Taoist theory of the five elements ) , ancient Taoism , and feng shui . +-1 Kaigen refers to enshrining a Buddha statue or Buddhist painting newly made in a temple or hall to welcome the spirit . +-1 Naorai is an event that is held at the conclusion of a festival at the shrine where everyone who assembled for the Shinto ritual is made to drink sacred sake and eat the sacred food ( a ritual to share drink and food ) . +-1 " Koshitsu " is a series of books authored by Hakuseki ARAI , which analyze ancient Japanese history . +1 Emperor Junnin ( 733 - November 10 , 765 ) was the forty seventh emperor of Japan ( the period of reign : September 7 , 758 - November 6 , 764 ) . +1 Chikatomo SHIONOYA ( 塩谷 親朝 , June 15 , 1194 - November 16 , 1250 ) was a busho ( Japanese military commander ) of Shioya County , Shimotsuke Province , in the Kamakura period . +1 Masayuki KOBORI ( 1583 - October 6 , 1615 ) was a Japanese military commander who lived during the early Edo period . +-1 Rinzo means a type of sutra warehouse that is built within a Buddhist temple . +1 Shozo KITAKAZE ( March 20 , 1834 - December 5 , 1895 ) was a Japanese merchant from the end of the Edo period to the Meiji period . +-1 Located in Kasagi-cho , Soraku-gun , Kyoto Prefecture , Kasagi Station is a stop on the Kansai Main Line , which is operated by the West Japan Railway Company ( JR West ) . +1 Ryonyo ( January 27 , 1613 - October 18 , 1662 ) was a Jodo Shinshu ( the True Pure Land Sect of Buddhism ) priest in the early Edo period . +1 Suetada MIZUHAI ( years of birth and death unknown ) , who lived in the late Heian period , was a Shinto priest of Hiraoka-jinja Shrine , the Ichinomiya ( shrine with the highest ranking in the area ) of Kawachi Province . +-1 Zenzai refers to stewed red beans sweetened with sugar that are served in a bowl with mochi ( sticky rice cake ) , shiratama dango ( dumplings made of sticky rice flour called shiratamako ) , and chestnuts stewed in sugar . +1 Tadakata ANEGAKOJI ( 1241 - January 19 , 1283 ) was a Court noble who lived during the mid Kamakura period . +1 Jinmu Tenno Sokui Kigen ( Imperial era ) is a Japanese way of counting years , the first year being that of accession of Emperor Jinmu , the first emperor , to the throne . +1 " Shinsenzai Wakashu " ( New Collection of Japanese Poetry of a Thousand Years ) is one of the chokusen wakashu ( anthology of Japanese poetry compiled by Imperial command ) . +-1 A taimenjo was a place provided in samurai residences since the Muromachi period , and was used during the meeting ceremony between master and servant . +1 Oshu Gosannen Ki ( A Chronicle of the Later Three Years War in Oshu ) describes the war which was called ' Gosannen no Eki ' ( The Later Three Years War ) or ' MINAMOTO no Yoshiie war ' that occurred from 1083 ( latter part of the Heian period ) to 1088 in the Mutsu and Dewa provinces . +-1 Shinyakushi-ji Temple is a Buddhist temple of Kegon sect in Fukui-cho , Takabatake , Nara City . +-1 Garan ( 伽藍 ) means a purified place where Buddhist monks gather and practice the religion , but eventually the term came to mean Buddhist temple or the group of buildings that forms the heart of a temple . +1 KOMA no Shoun ( year of birth and death unknown ) was a priest in the Nara period . +1 Yoshikatsu ASHIKAGA was the seventh seii taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +-1 Nishiyama-kofun Tumulus is a tumulus in Somanouchi Town , Tenri City , Nara Prefecture , and designated as the national historic site . +-1 The Nigatsu-sodo refers to the incident that took place in March , 1272 ( February , 1272 in old lunar calendar ) in the Kamakura period . +-1 Rakuin is an illegitimate child who is not recognized by his or her father as his child . +-1 Ju-kyo is a system of thought and religious belief founded by Koshi ( Confucius ) . +-1 Fushimi-ko was a port categorized as a river port that once existed in Fushimi Ward , Kyoto City , Kyoto Prefecture . +1 Hikofutsuoshinomakoto no mikoto ( 彦太忍信命 : year of birth and death unknown ) was a member of Imperial family ( Royal family ) , who appears in the " Kojiki " ( The Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) . +-1 The Higo-koryu old school is one of the schools of tea ceremony passed on in the Kumamoto Domain . +-1 Honen Shonin Nijugo reijo ( 25 sacred ground of Honen Shonin ) is circuit pilgrimage to 25 temples which are related to Honen Shonin , the founder of the Pure Land sect . +1 Imperial Prince Yoshiakira ( 904 - May 12 , 937 ) was a member of the Imperial family during the Heian period . +1 Ujiyasu OTOMO ( 1321-1362 ) was a military commander over the latter half of the Kamakura Period and the period of the Northern and Southern Courts ( Japan ) . +-1 The Rebellion of TACHIBANA no Naramaro was a coup that occurred during the Nara period . +1 Fusako TOKUDAIJI ( 1481 - April 8 , 1566 ) was a Kita no Mandokoro ( legal wife of regent or chief adviser to the Emperor ) of Hisamichi KONOE , who was a Kanpaku ( chief adviser to the Emperor ) during the Sengoku Period ( Period of Warring States ) . +1 Mochinori ISSHIKI ( dates of birth and death unknown ) is a samurai ( warrior ) during the Muromachi period . +-1 Karafuto Agency ( Karafuto-Cho ) was a regional administrative agency , which controlled Karafuto under Japanese possession . +-1 Outline of the University +1 Motonobu TAKEDA ( 1455-January 10 , 1522 ) was the fifth head of the Wakasa-Takeda clan of the Takeda clan . +-1 Tomijuro NAKAMURA V ( June 4 , 1929 - ) is a kabuki actor . +-1 Kankyo no Tomo is a collection of Buddhist tales written in kana in the early Kamakura period . +1 Suketsugu KUJO ( October 28 , 1784 - March 6 , 1807 ) was a Court noble who lived during the late Edo period . +-1 Suijin ( or Mizugami ) is the generic term for the gods relating to water ( mainly fresh water ) . +1 Kamukushi no miko ( 神櫛王 : year of birth and death unknown ) was a member of Japanese Imperial family ( Royal family ) , who appears in the " Kojiki " ( The Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) . +1 " Mizukagami " ( Water Mirror ) is a historical tale . +1 Mitsumoto HOSOKAWA ( 1378 - November 15 , 1425 ) was a Kanrei ( shogunal deputy ) lived in the early Muromachi period . +-1 The Hankyu Arashiyama Line ( Hankyu Arashiyama-sen ) is a railway of Hankyu Corporation that connects from Katsura Station located in Saikyo Ward , Kyoto City , Kyoto Prefecture , to Arashiyama Station ( Hankyu ) . +1 Benzo TAKIGAWA ( 1851-1925 ) was a Japanese entrepreneur , politician , and a heavyweight of the business world in Kobe City . +-1 The term ' goshugi ' is also used , with ' go ' being an honorific prefix . +1 MINAMOTO no Munetsuna ( date of birth unknown - June 20 , 1180 ) was a busho ( Japanese military commander ) from Settsu-Genji ( the Minamoto clan of Settsu Province ) and active during the end of the Heian period . +1 Sanjiro ( 三二郎 ) YANAGIDA ( year of birth and death unknown ) was a member of Mibu-Roshigumi ( Mibu masterless warriors group ) as well as a member of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +-1 Hanawachigai is a type of wachigai-mon ( emblem with geometric design ) , which is a Japanese family crest . +-1 Nikki no Ie ( Houses with Diaries ) is a nickname used to describe noble houses whose members kept diaries recording events relating to their families , and who passed these diaries down from generation to generation . +1 Fusasada KOIDE ( March 31 , 1684 - December 18 , 1744 ) was the fourth feudal lord of Sonobe Domain in Tanba Province . +1 Jogu Shotoku Hooteisetsu is said to be the oldest existing biography of what was called Prince Shotoku , who was a regent of Emperor Suiko . +1 Kanehide HIROHASHI ( 1506-September 17 , 1567 ) was a kuge ( court noble ) during the Sengoku period ( period of warring states ) . +1 Minami no tsubone ( c.1566 - the year of death unknown ) was a daughter of Toyokuni YAMANA , the lord of Tottori-jo Castle . +-1 Mt . Ibuki ( Ibuki yama or Ibuki san , ) is 1,377.3 meters high and the dominant peak in the Ibuki mountain range located in the border between Shige and Gifu Prefecture . +1 Imperial Prince Oshikuma ( Oshikuma no Miko ; his date of birth was unknown , the date of his death was in March of 201 . ) first appeared in the " Kojiki " ( The Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) as an Imperial family ( royal family ) during the Kofun period ( tumulus period ) in Japan . +-1 Kyujin ( upper class retainers ) +-1 Kainokuchi knot means a kind of the methods of tying an obi ( sash ) . +-1 The Matsunaga clan was a warlord group in Yamato-no-kuni . +1 Agemaki is the name of one of the fifty-four chapters of " Genji Monogatari . " +1 MINAMOTO no Yorihiro ( year of birth and death unknown ) is a samurai and government official ( lower or middle ranked ) in the mid Heian period . +-1 In this article , we describe the history of capitals and their changes in Japan . +1 Takezumi KIKUCHI ( year of birth unknown - July 27 , 1356 ) is a busho ( Japanese military commander ) from the end of Kamakura period into the period of the Northern and Southern Courts ( Japan ) . +-1 This section , " Taxis in Japan " describes the conditions and situations of taxis in Japan . +1 Mototada HIRATA ( 1580-July 23 , 1660 ) was a government official from a Jige-ke ( courtiers who are not allowed into the Emperor 's living quarters ) family from the Azuchi-Momoyama period through the early Edo period . +1 Yoshihisa WASHIO ( year of birth unknown - May 17 , 1189 ? ) is a samurai who lived toward the end of the Heian period . +-1 Zasu +-1 Chipped stone tool is a stone tool made with smashed stone without giving a polish . +1 IFUKUBE no Tokotarihime / IFUKIBE no Tokotarihime ( year of birth unknown - July 26 , 708 ) was a female family member of the Ifukube clan , a local ruling family of Inaba Province from the Asuka Period +-1 The term " Kamon " refers to a crest used in Japan to indicate one 's origins ; that is , one 's family lineage , blood line , ancestry and status from ancient times . +1 Joben ( date of birth unknown - around 1356 ? ) was a poet and a Tendai sect monk who lived during the Kamakura period . +-1 The Daini-Keihan-Doro Bypass is a bypass of the general National Highway Road No. 1 , which extends from Fushimi Ward in Kyoto City , Kyoto Prefecture , to Kadoma City in Osaka Prefecture . +1 Orie NOMI ( February 19 , 1822 - July 24 , 1906 ) was a patriot of Choshu clan . +-1 Nara Kitamachi is the area which refers to the old urban district to the north of Naramachi in Nara City , Nara Prefecture . +-1 The murals in the Kondo of Horyu-ji Temple are Buddhist paintings around the late seventh century , which were painted on the walls of the Kondo of the Horyu-ji Temple in Ikaruga Town , Nara Prefecture . +-1 Hanbatsu ( domain clique ) is a critical designation for the group of people from the former domains in southwest Japan ( the domains of Satsuma , Choshu , Tosa and Hizen ; they were so-called , Sacchodohi ) , who occupied important posts in the Japanese government from the Meiji to the Taisho period . +1 Ko-zoku Gunjin refer to the members of the imperial family who became general officers of the Imperial Japanese Army or Imperial Japanese Navy . +1 Soboku ( date unknown-November 6 , 1545 ) was a Renga ( poem composed of lines linked in idea but written by two or more people ) master of the Sengoku period ( Period of Warring States ) ( Japan ) . +1 Minnan Eisai ( also pronounced Yosai ) was also called Yojobo , and his shi ( a posthumous name ) was Senkokokushi . +-1 Grilled eggplant is one of the popular recipes for cooking eggplants in Japan . +1 Arima no miko ( 640 - December 13 , 658 ) was a prince of Emperor Kotoku . +1 Ryushu-shutaku ( 1308 - October 17 , 1388 ) was a Buddhist priest of the Rinzai Sect in the period of the Northern and Southern Courts ( in Japan ) . +1 Kagenori UENO ( January 8 , 1845 - April 11 , 1888 ) was a Japanese diplomat . +1 Emperor Goshirakawa ( October 18 , 1127 - April 26 , 1192 ) , his reign was from August 23 , 1155 to September 5 , 1158 , he was the seventy seventh Emperor in the late Heian Period . +1 SOGA no Emishi was an aristocrat and highest officer politician in the Asuka period , who committed suicide in the so-called Isshi no hen ( the Murder in the Year of Isshi ) led by Prince Naka no Oe no Oji ( later the Emperor Tenchi ) , FUJIWARA no Kamatari , SOGANOKURA-YAMADA no Ishikawamaro , and others . +-1 The Chigusa family is a Japanese clan . +-1 Kyoto Gakuren Jiken ( Kyoto Affair of the Student Federation ) was a suppression incident occurring on and after December 1925 against the left wing student movement in the Kyoto Imperial University and so forth . +-1 Unzusho is a book on rites that was written in the late Heian period . +-1 Utsuroi-giku refers to the variety of white chrysanthemum whose petals begin to be tinged with purple from their edges around late autumn . +-1 Menreiki is one of Japanese specters that is introduced in " Hyakki Tsurezure Bukuro " ( One hundred bags in idleness ) which is a collection of specters illustrations by Sekien TORIYAMA , and it is a specter of Gigaku-men Mask ( masks for Gigaku , an ancient masked drama ) . +1 TAIMA no Kunimi ( or TAGIMA no Kunimi , date of birth and death unknown ) was a figure in the Asuka period . +1 Imperial Princess Ekishi ( 1262 - December 20 , 1294 ) was nyoin ( a close female relative of the Emperor or a woman of comparable standing ) of the Imperial Family during the Kamakura period . +-1 Hobodai-in Temple is a temple located in Toji-cho , Kujo , in Minami Ward , Kyoto City . +1 Masamoto KUSUNOKI ( Date of birth unknown - 1392 ) was a busho ( Japanese military commander ) in Muromachi period . +1 Kaii HIGASHIYAMA ( male , July 8 , 1908 - May 6 , 1999 ) was a Japanese painter . +-1 The term " Magaibutsu " refers to Buddha statues which were carved into the natural rock face or bare rock or the rock scattered on mountains including an alcove of rock face . +1 Motomichi MATSUDA ( year of birth unknown - July 17 , 1531 ) was a busho ( a Japanese military commander ) . +-1 Kyoto Jukan Jidoshado Expressway , which is approximately 100 km long , is an arterial high-standard highway ( National Highway 478 ) extending from Kumiyama Town , Kuse-gun , Kyoto Prefecture to Miyazu City , Kyoto Prefecture . +-1 Fushimi-jo Castle was a castle in what is now Fushimi Ward , Kyoto City . +1 HEGURI no Matori ( year of birth unknown ) was a minister in the reigns of Emperor Yuryaku , Emperor Seinei , Emperor Kenzo and Emperor Ninken . +1 Naomitsu YUKI ( 1330 - 1395 February 7 ) is a busho ( Japanese military commander ) from the period of Northern and Southern Courts ( Japan ) to the beginning of Muromachi period . +1 Masayori ROKKAKU ( dates of birth and death unknown ) lived in the latter half of the Muromachi period . +-1 Iohara no kuni miyatsuko ( 廬原国造 ) , also known as Iohara kokuzo , was a kuni no miyatsuko that ruled the west part of Suruga Province . +-1 Karo was the highest post available for the retainers of a samurai family , and more than one person occupied the post to consult with and assist the master with political and economical affairs . +-1 The Battle at Makishima-jo Castle refers to the battle which occurred between Nobunaga ODA 's army and Yoshiaki ASHIKAGA 's army from April ( March in old lunar calendar ) to August ( July in old lunar calendar ) in 1573 . +-1 Soybean flour is cereal flour made from soybeans that are roasted , peeled and ground . +1 Shohaku NIWA ( 1691 - May 12 , 1756 ) was a notable scholar of herbalism in mid Edo period . +-1 Okadakuni-jinja Shrine is a Shinto shrine located in Kizugawa City , Kyoto Prefecture ( formerly Kizu-cho , Soraku-gun County ) . +1 MINAMOTO no Nakaie ( year of birth unknown - June 27 , 1180 ) was a busho ( Japanese military commander ) of the late Heian Period . +-1 Kami-Kawaguchi Station , located at 12-2 Koaza Ishigori , Kamioda , Oaza Musochi , Fukuchiyama City , Kyoto Prefecture , is a stop on the Sanin Main Line , which is operated by the West Japan Railway Company ( JR West ) . +-1 Fuku-in Temple , located at Takahata , Nara City in Nara Prefecture , is the temple of Shingon Ritsu sect of Buddhism . +-1 Onusa is one of the instruments used for purification at religious services of Shinto . +1 Noritsugu NANBATA ( year of birth and death unknown ) was a Busho ( Japanese military commander ) of Musashi Province from the Sengoku period ( period of warring states ) to the Azuchi-Momoyama period . +-1 Seiwa-in Temple is a Chizan School of the Shingon Sect temple located in Kamigyo Ward , Kyoto City +-1 Makino Geinosha ( established June 1946 - dissolved October 1948 ) was a performing art office located in Kyoto . +-1 A term " Shitsuji " generally means a person who oversees a clerical job , and in the case of prestigious families or temples / shrines , it means a person who presides over household affairs or administration . +-1 The term " Ungaikyo " is a type of a Japanese ghost , that metamorphizes from a peculiar mirror after the passing of many long years . +-1 The Konparu school ( in the original meaning of its Chinese characters , " golden spring " ) is one of the schools of Noh . +1 FUJIWARA no Yukinari ( Kozei ) ( 972 - January 9 , 1028 ) was a courtier of the mid-Heian period and also known as a Noshoka ( calligrapher ) . +1 Yoshikane KASHIWAGI was a busho ( Japanese military commander ) in the late Heian period . +-1 The Ichimai Kishomon is a will left by Honen on February 27 , 1212 just prior to his death . +-1 " Gakumongenryu " is a history book of the study of Chinese classics written by Shiso NABA ( Rodo NABA , NABA is also pronounced NAWA ) in the middle of the Edo Period . +-1 Kukurio no hakama is a general term for hakama ( a type of traditional Japanese clothing ) whose hem is tied . +-1 Kazanin was a residence that was located in Sancho , Shibo , Ichijo , Sakyo ( present Kyoto Gyoen ) in Heian-kyo City . +-1 Kagetsuan-ryu school is a school of Senchado established by Kakuo TANAKA at the end of the Edo period . +1 FUJIWARA no Kiyokado ( year of birth and death unknown ) was a lower-ranking government official during the mid Heian period . +1 Utahashi ( dates of birth and death unknown ) , a woman from the late Edo period to the late shogunate period , was the wet nurse of Iesada TOKUGAWA , the 13th seii taishogun ( literally , " great general who subdues the barbarians " ) . +-1 Tanzan-jinja Shrine is a shrine located in Mt . Tonomine , Sakurai City , Nara Prefecture . +1 Ariyoshi TAKEDA ( year of birth unknown - 1200 ? ) was a busho ( Japanese military commander ) who existed from the end of Heian period to the early Kamakura period . +1 Chikatsuna KANAMARI ( c.1526-August 2 , 1580 ) was a busho ( Japanese military commander ) in the Sengoku Period ( period of warring states ) . +-1 Myoken-ji Temple is a Daihonzan ( head temple ) of the Nichiren Sect located in Kamigyo Ward , Kyoto City , Kyoto Prefecture . +-1 Kyoto Normal School ( teacher 's training school ) was established in Kyoto Prefecture , during World War Ⅱ in 1943 . +1 Miyazu-hime ( Princess Miyazu ) was a Japanese mythology figure who was a daughter of Otoyo no Mikoto of Owari no kuni no Miyakko ( governor of Owari Province before the ritsuryo system [ a system of centralized government based on the ritsuryo code ] ) . +-1 Yuhitsu is a civil officer who worked as a secretary of samurai family in the medieval and modern times . +-1 Sanjusangen-do Temple is a Buddhist temple located in the Higashiyama Ward of Kyoto City . +-1 Kuwata-gun was a county existed in Tanba Province in Kyoto Prefecture . +-1 Kujaku Myoo is an object of worship in Buddhism and one of the Myoo ( king of wisdom ) having venerable status specific to Mikkyo ( Esoteric Buddhism ) . +-1 The Shijo School of the Way of the Kitchen Knife ( " Shijoryu-Hochodo " in Japanese ) is a school of Japanese cuisine which is said to have originated in the Heian period . +-1 Yayoi period is one of periodizations in the Japanese Archipelago excluding Hokkaido and Okinawa Islands . +1 Tamemoto KATAGIRI ( 1611 to June 25 , 1654 ) was the third lord of Tatsuta Domain in Yamato Province . +-1 " Tekagami " is a collection of dankan ( fragmentary pieces of a writing ) written in kohitsu ( ancient calligraphy ) , which are stuck on a folding book made from thick papers . +1 Donei Eio ( 1424 - 1504 ) was a priest of the Soto sect in the Muromachi period . +-1 Fumyo means a form of collecting tax or a contractor for collecting tax under the system of the dynasty state which began sometime around the Heian period of Japan . +1 Fujiwara no Tasuku ( 799 - July 8 , 853 ) was a Kugyo ( a top court official ) during the early Heian period . +-1 Enshrined deities : Takemikazuchi-no-mikoto , Futsunushi-no-kami ( Futsunushi-no-mikoto ) , Amenokoyane-no-mikoto , and Hime-no-kami +-1 The Fukuchiyama City Local Voluntary Operation Bus service is operated by Fukuchiyama City ( Kyoto Prefecture ) as a replacement for the discontinued regular bus route ( No. 80 Route ) . +1 Sanekata TOKUDAIJI ( January 10 , 1791- December 15 , 1858 ) was Kugyo ( the top court officials ) in the latter part of the Edo period . +-1 Gradual discharge matchlock is a gun with a type of matchlock explosion mechanism , ' gradual discharge . ' +-1 Ujibashi Danpi Monument is a stone plate on which the origin of the Uji-bashi bridge is described , located at Hashi-dera Hojoin Temple in Uji City , Kyoto Prefecture . +1 Inabanokuni no Miyatsuko Kiyonari no Musume ( born unknown and passed away on October 15 , 796 ) was a person from the Nara period to the Heian period . +-1 Kengyo ( one of the officers governing Shoen manor ) is the highest title of official rank for blind officers during the middle and early modern ages . +1 Gyoga ( 729 - March 4 , 803 ) was a Buddhist priest in the Nara period . +-1 Hoei tsuho is a kind of coin minted in Edo period , which was issued in 1708 . +-1 The term Ichiban-yari refers to a warrior or group of warriors who engaged in combat using a spear . +-1 In general , the ' Kofun period ' ( tumulus period ) refers to the period ranging from the middle of the third century to the later part of the seventh century , approximately 400 years . +-1 The Heguri clan is said to be a descendant of TAKENOUCHI no Sukune and one of the ancient powerful local clans based in Heguri no go , Heguri County in Yamato Province ( present Heguri Town , Ikoma County , Nara Prefecture ) . +-1 Jingumichi is a street running south-north through Kyoto City . +-1 As propagated by Onmyodo ( the traditions of Yin-Yang divination and astronomy ) , a person is believed to suffer misfortunes during their age of calamity . +-1 Otani mausoleum is a graveyard in Higashiyama Ward , Kyoto City , Kyoto Prefecture where the grave of Shinran , the founder of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) is located . +1 Akitomo ANEGAKOJI ( 1212 - October 19 , 1266 ) was a Court noble who lived during the mid Kamakura period . +1 KAMO no Emishi ( year of birth unknown – June 7 , 695 ? ) was from the Asuka period . +1 Tomonojo OSHIMA ( July 27 , 1826-August 9 , 1882 ) was a samurai warrior , a feudal retainer and a diplomat of the Tsushimafuchu clan . +-1 Tanakura Station , located in Satoyashiki , Hirao , Yamashiro-cho , Kizu City in Kyoto Prefecture , is a stop on the Nara Line of West Japan Railway Company ( JR West ) . +-1 Keicho Koban had been issued since 1601 , during the early period of the Edo period , and was currency by table having one Ryo value per one Koban . +-1 Kyoto Ryozen Gokoku-jinja Shrine is a Shinto shrine located in Higashiyama Ward , Kyoto City , Kyoto Prefecture . +1 OE no Chikahiro ( birth year-unknown to January 24 , 1242 ) was a busho ( Japanese military commander ) who lived in the early Kamakura period . +1 Zomyo ( 843 - December 12 , 927 ) was a Tendai Sect Buddhist monk who lived during the first part of the Heian period . +1 Boncho NOZAWA ( 1640 - 1714 ) was a haikai poet in the early Edo period . +-1 Aisho refers to the compatibility of qualities and characters between two or more people . +1 TSUKASA Tayu , whose real name was Yukie NAKAGAWA , was Shimabara Tayu ( a high ranking courtesan of Shimabara District of Kyoto ) . +-1 Naganuma affair is a case of Naganuma disposal over concession of Naganuma which occurred in Naganuma village , Inba Prefecture ( present-day Naganuma , Narita City , Chiba Prefecture ) . +1 FUJIWARA no Kinnori ( year of birth and death unknown ) was a court noble during the late Heian period . +-1 Nishioji-oike Station , located in the Nakagyo ward of Kyoto City , Kyoto Prefecture , is a stop on the Tozai Line of the Kyoto Municipal Subway . +1 FUJIWARA no Ienari ( 1107 - July 11 , 1154 ) was a court noble in the end of Heian Period . +1 Ietsune ICHIJO ( December 22 , 1248 - January 8 , 1294 ) was a Kugyo ( high court noble ) during the Kamakura period . +-1 The Tobaku movement refers to the political movement at the end of the Edo period , which aimed to overthrow Edo Bakufu as well as the political power structure . +-1 Hanke ( a kind of family status of the Court nobles ) is a classification term for the court noble class established subsequent to the Kamakura period being the lowest-ranked family in social standing among Tosho-ke ( high court nobility allowed to enter the Imperial Palace ) . +-1 A hocho was a headman of goho ( the end administrative organization obliged to prevent crime and pay tax jointly ) established under the ritsuryo system ( a system of centralized government based on the ritsuryo code [ historical law system ] ) in the ancient Japan . +1 Mototsuna GOTO ( 1181 - December 16 , 1256 ) was a samurai ( warrior ) in the early Kamakura period . +-1 The World Brick Museum is a museum in Maizuru City , Kyoto Prefecture that collects and exhibits bricks to show a wide variety of their features . +-1 Konden means a newly developed rice field in the Ritsuryo period of Japan . +-1 Oshikai or oshigai describes an act of purchase by force in a market place without an agreement between the seller and the buyer . +-1 Dochu Shohatto , also referred to as Dochu Jomoku , is traffic regulation issued by the Edo bakufu to people of specific status , such as daimyo ( Japanese feudal lord ) , Court nobles and officials of the bakufu . +1 Sadanaga MAKINO ( December 26 , 1733 - October 30 , 1796 ) was a daimyo ( Japanese feudal lord ) and politician during the mid Edo period . +-1 The house of minister was one of the kakaku ( family status ) of kuge ( court noble ) and it was kakaku after Sekke ( line of regents and advisers ) and the Seiga family ( one of the highest court noble families in Japan at that time ) . +1 Shunkoin ( 1747- November 29 , 1811 ) was a concubine of the eighth load of the Satsuma Domain , Shigehide SHIMAZU . +-1 Genin denotes domestically subordinative people in pre-modern society . +-1 The word bodaiji originally referred to Buddhist temples that were established to pray for souls in the afterlife but it also refers to a temple housing the graves of successive generations of a family . +-1 Kyuso is a specter in Japan which has the form of a mouse and is said to have lived for hundreds and thousands of years by undergoing transformation . +-1 Shokan was the general name of an officer governing Japanese shoen ( manor ) entrusted by the lord of the manor . +1 " The Zoku Kojidan " is a collection of narratives complied during the early Kamakura period . +-1 Kanshi is an authority or a government official in ancient Japan . +-1 Kyotanba-cho is a town located in Funai-gun , central Kyoto Prefecture . +1 Kaichoon is the collection of translated poems that Bin UEDA published through Hongo Shoin in October , 1905 . +1 Genju KEIAN ( 1427-July 8 , 1508 ) was a priest of the Rinzai sect of Buddhism in Japan , who formed the Satsunan School ( school of Neo-Confucian in Satsuma ) . +-1 Kanjin was work done by Buddhist monks in connection with missionary activities intended to bring relief to people . +1 Sadamasa TOKI ( 1551 - April 19 , 1597 ) was a busho ( Japanese military commander ) ( feudal lord ) who lived from the Sengoku period to Azuchi Momoyama period . +1 FUJIWARA no Toshiyuki ( year of birth unknown - 907 ) was a Kajin ( a waka poet ) and Shoka ( a calligraphy artist ) who lived in the early Heian period . +-1 The term keidai refers to the grounds of a Shinto shrine or Buddhist temple . +-1 Uneme was a maid-in-waiting who attended to the emperor or empress in the Imperial Court to exclusively take care of the emperor or empress including meals . +-1 Yasu no kuninomiyatsuko ( Yasu kokuzo ) was the Kuninomiyatsuko ( kokuzo : the head of a local government ) who governed the eastern part of Omi Province ( the east coast of Lake Biwa ) . +-1 Bu is a unit of length under the shakkanho ( old Japanese system of weights and measures ) . +-1 Tenshin-han is a Chinese-style dish originating in Japan . +1 Saitansai ( a Shinto ritual to mark the beginning of New Year followed by a special sharing of sake ( rice wine ) in the barrel and a mochi ( rice cake ) pounding ceremony ) is one of the holidays designated by the Koshitsu Saishi Rei ( Imperial household religious rites ordinance ) as a festal day , which were celebrated before World War II . +1 Muneharu YABE ( 1469-1489 ? ) was a Samurai of Inaba Province at the end of the Muromachi period . +1 Tsunetada NAKAMIKADO ( 1233 - February 19 , 1297 ) was a court noble ( Junii ( Junior Second Rank ) , Gon Dainagon ( provisional chief councilor of state ) and Dazai Gon no Sochi ( Provisional Governor-General of the Dazai-fu offices ) ) who lived in the middle of Kamakura period . +1 Tadakatsu FUKUSHIMA ( 1598-October 9 , 1620 ) was a tozama daimyo ( nonhereditary feudal lord ) in the Edo period . +-1 Nagi is the Japanese word that indicates the state of flat and stable condition and it is also an archaic word . +-1 Kyoto International Conference Center is an international conference hall located in Takaragaike , Sakyo Ward , Kyoto City . +1 MINAMOTO no Yoshitsune ( 源義経 , or 源 義經 ) is a busho ( Japanese military commander ) of Kawachi-Genji ( Minamoto clan ) in the late Heian period . +1 FUJIWARA no Shigeie ( 977 - year of death unknown ) was a courtier in the mid Heian period . +-1 Makino Educational Films ( established in June 1921 , reorganized in 1924 ) is a Japanese movie company that once existed . +-1 Azuchi Town is located on the east bank of Lake Biwa in the east part of Shiga Prefecture . +1 Kanemoto TAKATSUKASA ( 鷹司 兼基 , 1185 - year of death unknown ) was a Kugyo ( high court noble ) in the early Kamakura period . +-1 Hyoro Bugyo or Konida Bugyo refers to a bugyo ( magistrate ) who was in charge of the transportation of provisions ( konida ) during marches and battles during the Sengoku period ( period of Warring States ) in Japan . +-1 Kuwai ( arrowhead tubers or Sagittaria trifolia ) are perennial aquatic herbs in the Alismataceae ( water plantain ) family and are also called ' tagusa ' , ' enbi-kusa ' or ' kuwae . ' +-1 Kobudo is a generic name which refers to the systematized Japanese traditional martial arts to fight without arms or with arms like dull weapons , cutting tools , firearms , and so on ( kobudo is sometimes called koryubujutsu , kobujutsu , etc. which have almost the same meaning as kobudo ) . +1 ARIWARA no Shigeharu ( dates of birth and death unknown ) was a poet who lived during the first half of the Heian Period . +1 Tsunefusa YOSHIDA ( 1142 - April 3 , 1200 ) was a court noble who lived from the end of the Heian period to the early Kamakura period . +-1 The Kurama Line is a railway line operated by Eizan Electric Railway that connects Takaragaike Station ( Sakyo Ward , Kyoto City , Kyoto Prefecture ) to Kurama Station . +1 Housai ( years of birth and death unknown ) was a priest of Tang ( ancient China ) in the Nara period . +-1 Aratama ' ( also referred to as ' Aramitama ' ) and ' Niki ( gi ) tama ' ( also referred to as ' Niki ( gi ) mitama ' ) are concepts used by Shinto to express two different aspects of spirits and souls of gods . +1 Emperor Gomomozono ( August 5 , 1758 - December 6 , 1779 ) was the hundred eighteenth Emperor during the Edo period . ( his reign was from May 23 , 1770 to December 16 , 1779 . ) +-1 Ebi-imo ( literally , shrimp potato ) is a sort of taro . +-1 University +1 Reishi OINOMIKADO ( also known as FUJIWARA no Reishi and Empress Reishi , 1185 - November 8 , 1243 ) was a chugu of Emperor Tsuchimikado during the Kamakura period . +-1 Kikokusenkin refers to one of the economic thoughts during the Edo period , which respected rice and abhorred money . +-1 Gagaku is one of the traditional forms of music in Japan , China , the Korean Peninsula and Vietnam . +-1 Yakata-bune is a kind of Japanese boat and is a roofed ship with zashiki ( tatami room ) for use in festivals and enjoying food on a ship . +1 Mitsumune IGA ( 1178 - February 10 , 1257 ) was a Japanese military commander who lived during the early Kamakura period . +-1 The Kyoto Prefectural Insho-Domoto Museum of Fine Arts is an art museum in Kita Ward , Kyoto City . +1 Hibasuhime no mikoto was a member of the Imperial family , who appears in the legend ( " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki ( Chronicles of Japan ) ) . +1 The Tale of Genji Emaki is a picture scroll depicting the subject matter of The Tale of Genji . +1 MINAMOTO no Toshiyori ( 1055-January 29 , 1129 ) was a official and poet of the late Heian period . +-1 The Kyoto 13 Buddha Sacred Sites Pilgrimage is a pilgrimage consisting of 13 temples in Kyoto city . +-1 Fu +1 Yoshitaka HATAKEYAMA ( ? - July 27 , 1532 ) was a provincial constable in Kawachi Province and Yamashiro Province , and also a Muromachi bakufu kanrei ( shogunal deputy for the Muromachi bakufu ) . +1 MINO no Obayashi was a person of the Nara period . +-1 Seven Great Temples of Nanto are the seven major temples that existed in Heijo-kyo ( Nanto , Nara ) and its surrounding areas in the Nara period and were protected by the Imperial Court . +-1 Kanjo-kumigashira is a bureaucratic post in the Edo shogunate . +1 Bunyu NANJO ( July 1 , 1849 - November 9 , 1927 ) was a Japanese Buddhist scholar and religionist who was active during the time from the Meiji period to the Taisho period . +1 FUJIWARA no Kamatari ( 614 - November 17 , 669 ) was a statesman who lived in the Asuka period and the earliest ancestor of the Fujiwara clan . +-1 Enrian Temple is a nunnery temple of the Tenryuji School of the Rinzai Sect located in Ukyo Ward , Kyoto City , Kyoto Prefecture . +1 Rokunojo UTSUGI ( 1809 - December 27 , 1862 ) is a feudal retainer of Hikone Domain in the end of Edo Period . +1 Empress Kogyoku ( 594 - August24 , 661 ) was the thirty-fifth Emperor of Japan ( reign : February 19 , 642 - July 12 , 645 ) . +1 Tadachika UENO ( 1684 - June 18 , 1755 ) was a feudal retainer of Tottori Domain of the middle of the Edo period . +1 Baijaku NAKAMURA is a Kabuki theater actor and a bassist . +-1 The Eulsa Treaty ( Dai-niji Nikkan Kyoyaku [ Second Japan-Korean Treaty ] ) is an agreement concluded between the Empire of Japan and the Korean Empire on November 17 , 1905 , after the Russo-Japanese War ended . +1 Tomiko ICHIJO ( February 27 , 1743-January 9 , 1796 ) was the Empress Dowager during the middle of the Edo period . +1 Miki NAKAYAMA ( June 2 , 1798 to February 18 , 1887 ) was a Japanese religious leader ( the founder of the Tenrikyo-sect ) . +1 MINAMOTO no Nagasue ( year of birth and death unknown ) was a bureaucrat in the late Heian Period . +-1 Oshimodoshi is one of the scenes as well as one of " aragoto " ( dynamic performance or a role of kabuki , featuring exaggerated posture , makeup , and costume ) . +-1 Shuni-e refers to one of hoe ( Buddhist mass ) conducted in Japanese Buddhist temples , which is also called Shunigatsu-e . +-1 Jizo Bosatsu ( d kSiti gharbha in Sanskrit ) is one of the venerable entities of Bosatsu , which is worshipped in Buddhism . +-1 A " yamakasa " refers to a ceremonial implement used in shrine festivals , the form of which is similar to that of a mikoshi ( portable shrine carried in festivals ) or a dashi ( float ) . +1 Sanetsugu SAIONJI ( January 5 , 1778 - January 12 , 1787 ) was Kugyo ( a Court Noble ) in the late Edo period . +-1 The Oei rebellion , which broke out in the sixth year of the Oei era ( 1399 ) during the Muromachi period , was a revolt against the Muromachi bakufu ( Japanese feudal government headed by a shogun ) led by the shugo daimyo ( feudal lord ) Yoshihiro OUCHI , in which he occupied the city of Sakai ( modern-day Osaka ) which was eventually brought to ruin . +-1 The Japanese word " taikodai " can be used to refer to either of the following . +-1 Takaragaike-dori Street is a primary street running east-west through Kyoto City . +-1 Oni was a system of conferring a rank above a certain court rank to the descendants of high officials , according to the court ranks those high officials , the descendants ' forefathers , had under the system of the Ritsuryo codes in Japan . +-1 The Heian period denotes a period of Japanese history spanning roughly 390 years , from 794 when Emperor Kanmu moved the capital to Heian Kyo ( ancient Kyoto ) to the establishment of the Kamakura Bakufu ( Japanese feudal government headed by a shogun ) in 1185 . +1 Shunzo MOMONOI ( 1825 - December 3 , 1885 ) was a swordsman at the end of Edo period . +1 Gyoken ( year of his birth and death is not clear ) was a Buddhist monk cum waka poet in the Muromachi period . +1 Uji Shui Monogatari is a collection of setsuwa monogatari ( narratives ) of medieval Japan that was compiled in the first half of the thirteenth century . +-1 Heshiko , salted mackerel in rice-bran paste , is a local dish and a processed marine product . +1 Sennyo ( 1602 - August 23 , 1658 ) was a Jodo Shinshu ( True Pure Land Sect Buddhism ) priest and the 13th Hoshu ( high priest ) of the Higashi Hongan-ji Temple . +1 Bomon-hime ( 1154 or 1145 - May 25 , 1190 ) was a woman in the era from around the end of the Heian period to the early Kamakura period . +-1 The Kitaoji-dori Street is a street running east-west in Kyoto City . +-1 Miyagawa-cho is located in Higashiyama Ward , Kyoto City . Miyagawa-suji 2-chome to 6-chome comprises the area 's red-light district . +-1 Onmyoji ( pronounced as on-myo-ji or on-yo-ji , meaning oracle ) was the name of a government post in the Onmyoryo ( Bureau of Divination ) of the Nakatsukasasho ( Central Affairs Ministry ) under the Ritsuryo legal system of ancient Japan . +1 Koya-gire is the popular name for the incomplete manuscript of the " Kokin wakashu " ( collection of ancient and modern waka poems , usually known as Kokinshu in English ) that was transcribed in the eleventh century , near the end of the Heian period . +-1 The Shoryoryo was an organization which belonged to Jibu-sho Ministry ( the Ministry of Civil Administration ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Tomokuyu or Yunomura was a territory which was given to a part of the Imperial Family in the ancient China and Japan from the Asuka period to the Heian period . +1 Imperial Princess Sakahito ( 754 - September 25 , 829 ) was Emperor Konin 's Princess . +-1 The Battle of Kanegasaki , was a battle between the troop of the Southern Court ( Japan ) led by Yoshisada NITTA who held Kanegasaki-jo Castle in Echizen Province ( Tsuruga City , Fukui Prefecture ) , and the troop of the Northern Court ( Japan ) led by Takatsune SHIBA who attacked the castle , from 1336 to 1337 in the period of the Northern and Southern Courts ( Japan ) . +-1 Chichibu no kuni no miyatsuko ( 知々夫国造 ) was a kuni no miyatsuko , who ruled the west part of Musashi Province . +1 FUJIWARA no Masatada ( year of birth unknown - 961 ) was a kuge ( court noble ) and poet who lived in the middle of the Heian period . +1 Katsuragi no Onara ( also called " Kazuraki no Onara " ; the date of birth and death unknown ) is gozoku ( local ruling family ) who lived during the Asuka period . +-1 Shurei was officials of Honknan that belonged to Nakatsukasasho under the ritsuryo legal code system . +-1 Aoshima Island is an island located within the Ine bay , 340 m from one side of the main land of Ine-cho , Yosa-gun , Kyoto Prefecture and 120 m from the other side of the main land . +-1 The Satchodohi was a generic name of 4 Domains , Satsuma , Choshu , Tosa and Hizen , which were called ' Yuhan ( powerful domain ) ' in the late Edo Period , implemented the Meiji Restoration and supplied people for major government service in the Meiji Government . +-1 The Kongo school is one of the shite-kata ( actors who play leading characters ) schools of Noh in Nohgaku ( the art of Noh ) , which is one of the Japanese traditional performance arts . +-1 Kikuka-monsho / Kikka-monsho is a crest modeled on the Chrysanthemum blossom . +1 Taneyoshi TAKAGI ( 1484 or 1501 ? - March 24 , 1565 ) was a vassal of the Chiba clan during the ( Japanese ) Warring States period . +1 Genzaburo INOUE ( April 4 , 1829 - January 29 , 1868 ) was a leader of the 6th Group of the Shinsengumi ( a group who guarded Kyoto during the end of the Tokugawa Shogunate ) . +-1 Daifuku is a traditional Japanese confectionary consisting of mochi ( rice cake ) filled with anko ( sweet bean paste ) made from azuki beans . +1 Yukiyasu KUSUNOKI was a busho ( Japanese military commander ) in Muromachi period . +1 Shiro NAGASHIMA ( the year of birth unknown - 1963 ) was a flower designer from Nagano City ( Matsushiro ) , Nagano Prefecture . +1 Shurin KEIJO ( 1440 - April 11 , 1518 ) was a priest of the Rinzai sect of the late Muromachi period . +1 Kichiei ( date of birth and death unknown ) was a woman who lived during the end of the Edo period . +1 TAIRA no Tokimochi ( 877-May 1 , 938 ? ) was a court noble in the first half of the Heian period . +-1 Shokoku-ji temple in Kamigyo Ward , Kyoto City is the head temple of the Rinzai sect Shokoku-ji School of Zen Buddhism . +1 Ietaka OINOMIKADO ( March 6 , 1747 - June 16 , 1799 ) was Kugyo ( a Court Noble ) in the middle of the Edo period . +1 Sesson Yubai ( 1290 - January 14 , 1347 ) was a Zen monk of the Rinzai Sect who lived from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +1 Moriyoshi ISHIKAWA ( year of birth unknown - August 28 , 1318 ) was a busho ( Japanese military commander ) in the Kamakura period . +-1 The 33 Temples of Rakuyo Kannon Pilgrimage in Kyoto consists of 33 sacred places enshrining Kannon Bosatsu in Kyoto City , Kyoto Prefecture . +1 Prince Asaka ( 728 - March 7 , 744 ) was the second Prince of Emperor Shomu . +1 OE no Koretoki ( 888 - July 5 , 963 ) was a noble and scholar who lived in the Heian period . +1 Shokado Shojo ( 1582-October 14 , 1639 ) was a Buddhist priest of the Shingon sect and a cultural figure in the early Edo period . +-1 Kannoosan-jo Castle was a castle that existed in what is now Miyagawa , Miyazaki-cho , Kameoka City , Kyoto Prefecture . +-1 Kayadani is an alluvial fan surrounded on two sides by the Oeyama and Egasa mountain range in the Tango region , Kyoto Prefecture . +1 FUJIWARA no Nobumichi ( year of birth unknown - July 31 , 1020 ) was a government official ( lower or middle ranked ) during the mid Heian period . +1 Empress FUJIWARA no Akiko ( her given name can also be pronounced " Shoshi " ) ( 988 - October 25 , 1074 ) was the chugu ( a court title given to a consort of the Emperor ) of the sixty-sixth Emperor , Ichijio , and the mother of the sixty-eighth Emperor , Goichijo , and the sixty-ninth Emperor , Gosuzaku ( she also held the title Kokumo , meaning empress dowager , and Nyoin ) . +1 Toshiatsu DOI ( 1759-August 10 , 1822 ) was daimyo ( a Japanese territorial lord ) and a politician in the late Edo period . +1 The Kyogoku school ( Kyogokuha ) was a school of waka poetry that existed from the middle of the Kamakura period into the beginning of the Muromachi period . +-1 A kamado ( cooking furnace ) is an apparatus for cooking that encloses a fire when heating grain or foodstuffs . +-1 The E Ingakyo is one manuscript of the " Kako Genzai Inga-kyo Sutra " ( one of the sutras representing the life-story of the Buddha ) with transcribed sutras in the lower half of the Kansubon ( book in scroll style ) as well as illustrations in the upper half depicting the contents of the sutra , and it is believed to be the origin of emakimono ( picture scrolls ) which spread nationwide from the time of the Heian period . +-1 Amino Choshiyama-kofun Tumulus is a keyhole-shaped mound in Amino-cho , Kyotango City ( former Amino-cho , Takeno-gun ) , Kyoto Prefecture . +1 Motonaga MIYOSHI was a military commander from Awa Province ( now Tokushima Prefecture ) in the Sengoku period ( period of warring states ) . +1 Amatoyotsuhime no mikoto was the Empress of Emperor Itoku , one of the eight emperors living during the Kesshi-Hachidai ( Eight Undocumented Sovereigns ) . +-1 The annexation of Korea refers to the Japanese annexation of the Korean Empire ( which currently corresponds to the area of the Republic of Korea and the Democratic People 's Republic of Korea ) , based on the Japan-Korea Annexation Treaty on August 22 , 1910 . +-1 Shoen refers to the privately owned or managed land which was over a certain scale and not under public governance ( or limiting the public governance as much as possible ) . +1 Kanetsune KONOE ( 1210 - May 27 , 1259 ) was a kugyo ( court noble ) during the Kamakura Period . +1 Motosada JIMYOIN ( May 5 , 1607 – December 2 , 1667 ) was a court noble of the early Edo period . +-1 " Kinen-sai festival " ( also called " Toshigoi no matsuri " ) is an annual Shinto ritual in February praying for the good fortune of the year , including the rich harvest . +1 TAIRA no Tadayori ( July 16 , 930 ? -January 25 , 1019 ? ) was a warrior in the mid-Heian period . +1 Katsumoto KATAGIRI was a daimyo ( lord ) who lived during the Azuchi-Momoyama and Edo periods . +-1 Monju Bosatsu , or maJjuzrii in Sanskrit , is one of the Bosatsus which is worshiped in Mahayana Buddhism . +-1 " Shakkyo " is a Noh play ( classical Japanese dance theater ) . +-1 Tosenji Onsen Hot Spring is a hot spring in Totsukawa-mura village , Yoshino-gun , Nara Prefecture ( the former Yamato Province ) . +1 Gentaro TANAKA ( January 1853-April 3 , 1922 ) was a politician and businessperson who was born at Kameyama Kita-machi , kyu ( former ) Kuwata Ward , Kyoto Prefecture . +-1 In the medieval Japan , Shichitorikoi was an action of a creditor , who could not receive compensation from a debtor living in a different region , to capture a third person who lived in the same region as the creditor ( regardless of whether the person is acquainted with the debtor or not ) or to privately confiscate the person 's properties as compensation for the debt . +1 The Meitoku Settlement was the agreement held in 1392 between the Southern Court ( Daikakuji Imperial Line ) and the Northern Court ( Jimyoin Imperial Line ) in terms of peace negotiation and the Imperial succession . +1 Ujisato ROKKAKU ( 六角 氏郷 ) was a samurai in the Edo period . +1 Nitabe no himemiko ( year of birth unknown - October 26 , 699 ) was a princess of the Emperor Tenchi . +-1 Hyakumanben Chion-ji Temple , located in Sakyo Ward , Kyoto City , is the Grand Head Temple of the Jodo ( Pure Land ) sect . +-1 Bettarazuke is a kind of pickled daikon ( Japanese radish ) . +-1 Mausoleum ( Byo , Mitamaya , Otamaya , Hokora ) +1 Gado KATAOKA is one of the professional names of Kabuki . +-1 Shirakawa betsugyo was a villa used by the head of the Regents ' House of the Fujiwara clan for generations from the ninth century to about the eleventh century . +1 According to " the Kotofu " ( the genealogy of the Imperial Family ) , the Emperor Tenmu ( 631 - October 1 , 686 ) is the 40th emperor of Japan . ( rein : March 20 , 673 - Oct 1 , 686 ) +1 Susumu YAMAGUCHI ( 山口 益 , January 27 , 1895 - October 21 , 1976 ) was a Buddhist scholar and the former president of Otani University . +1 Gyoen ( the dates of his birth and death are unknown ) was a monk in the mid-Heian period . +-1 Kyo ningyo is a general term for luxurious Japanese dolls , which have been traditionally made around the city of Kyoto , Kyoto Prefecture . +1 Yuko TSUCHIDA is a fukuroshi ( a craftsman who makes pouches ) , one of the Jisshiki ( the ten artisan families which contributed to the existence of the Omote Senke ) in House of Sen. +1 Masaaki KAJUJI ( 1452 – August 19 , 1522 ) was a court noble in the Azuchi-Momoyama Period . +-1 The Daiun-ji Temple is an independent temple ( the Tendai Shomon sect ) located in Iwakura , Sakyo Ward , Kyoto City . +-1 Shikigami or Shikijin were fierce gods employed by the Onmyoji ( Master of Yin yang ) to judge the evil doings and well doings of the populace , and they were also called Shiki no Kami , and in some literature , Shiki or Shiki Kijin . +-1 Sanuki-jinja Shrine is a Shinto shrine located in Koryo-cho , Kitakatsuragi-gun , Nara Prefecture . +1 MINAMOTO no Yorikiyo ( 995 - August 29 , 1073 ) was a samurai and government official ( especially one of low to medium rank ) , who lived during the mid-Heian period . +-1 The Morita school is a school of fue-kata ( flute players ) in Nohgaku ( the art of Noh ) . +1 Tsutsumi Chunagon Monogatari ( The Riverside Counselor 's Tales ) is a collection of short stories edited in the late Heian period or later in Japan . +-1 Kyoto Protocol refers to a protocol adopted at the 3rd Session of the Parties to the United Nations Framework Convention on Climate Change ( Kyoto Conference on Climate Change , COP3 ) held at Kyoto International Conference Center on December 11 , 1997 , according to the United Nations Framework Convention on Climate Change . +1 Munemaro ISHIGURO ( April 14 , 1893 - June 3 , 1968 ) was a ceramic artist from Kuguminato , Imizu City , Toyama Prefecture . +-1 Hosono Station , located in Koaza-Nagatsuka , Oaza-Hosono , Seika-cho , Sorakugun of Kyoto Prefecture , is a stop on the Katamachi Line of West Japan Railway Company ( JR West ) . +-1 " Yamashina-jinja Shrine " is a shrine in Yamashina Ward , Kyoto City , Kyoto Prefecture . +1 FUJIWARA no Mitsuko ( 1060 - May 11 , 1121 ) was a court lady in the late Heian period . +1 Kintaro MATSUMOTO was a Nohgakushi ( Noh actor ) playing shite ( the principal roles ) of Hosho-ryu school . +1 Noritoki YAMASHINA ( July 23 , 1328 to January 18 , 1411 ) was a court noble during the period of the Northern and Southern Courts . +1 Ryuko ( March 20 , 1649 - July 26 , 1724 ) was a Buddhist priest of the Shingi Shingonshu sect ( new Shingonshu sect of Buddhism ) who lived in the mid-Edo period . +-1 The Shimizudani family were kuge ( court nobles ) with kakaku ( family status ) of urinke ( the fourth highest family status for court nobles ) . +-1 Shigenoi family were kuge ( court nobles ) with kakaku ( family status ) of urinke ( the fourth highest family status for court nobles ) . +-1 The Tokyo period is a notion devised as a way to refer to the period after 1868 , when the Edo bakufu collapsed and the Meiji restoration was started , within the framework of periodization of Japanese history . +-1 Kisagaihime and Umugihime were gods ( Shinto religion ) that appear in Japanese Mythology . +-1 Curry and rice is a Japanese food which consists of rice and a curry sauce poured over the rice . +-1 Imiki was one of the kabane ( hereditary titles ) established by Yakusa no Kabane ( the eight hereditary titles ) in 684 , and it was placed as the fourth rank . +-1 Tsukumogami , the notion of Japanese folk beliefs , is a collective name of old or long-used yorishiro ( objects representative of divine spirits ) ( tools , living things and natural things ) in which deities ( Shinto religion ) or divine spirits reside . +-1 Hagoita ( battledore ) are long oblong pieces of wood with a handle . +1 Chikafusa KITABATAKE ( March 15 , 1293 - June 9 , 1354 ) +-1 Tsukkorobashi is an acting role in a Kabuki play . +-1 Gakoshi ( Painting Office ) was one of the institutions belonging to Nakatsukasasho ( Ministry of Central Affairs ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +1 " Takasebune " is Ogai MORI 's short story . +-1 Nakatsukasa-sho ( Ministry of Central Affairs , " 中務省 " in the Chinese characters ) was a government-regulated organization under the Ritsuryo system ( a system of centralized government based on the ritsuryo codes ) . +1 Sumako MATSUI ( March 8 , 1886 - January 5 , 1919 ) was an actress of the Japanese shingeki ( literally , new play ) . +-1 This section on " Town names in Nakagyo Ward , Kyoto City " lists official town names in Nakagyo Ward and summarizes the period and process of their establishment . +-1 The KOTOKUI family was based in Nanto , Nara , and was a Jige-ke ( family status of non-noble retainers who are not allowed into the Emperor 's living quarters in the imperial palace ) that served and practiced Onmyodo ( a way of Yin and Yang ; occult divination system based on the Taoist theory of the five elements ) .under the government . +-1 A Hira-jiro castle indicates a castle built on flat land . +1 Junan NAKAGAWA ( 1739 – July 2 , 1786 ) was a doctor , herbalist and Rangakusha ( a person who studied Western sciences by means of the Dutch language ) active in the middle of the Edo period . +-1 Tamadeyori Matsurikitaru Sakatoke-jinja Shrine is a Shinto shrine located in Oyamazaki-cho , Otokuni-gun , Kyoto Prefecture . +-1 Koji-buta ( shallow wooden trays for koji ) are one of the tools used in Japanese sake brewing and used at the koji making stage of Japanese sake . +1 MINAMOTO no Junshi ( also called MINAMOTO no Nobuko , 875 - May 4 , 925 ) was the wife of FUJIWARA no Tadahira and the mother of FUJIWARA no Saneyori . +-1 " Chinzei Yumeharizuki " ( The Crescent Moon ) was a book written by Bakin KYOKUTEI and illustrated by Hokusai KATSUSHIKA . +-1 Genkoan , a temple of the Soto sect , is situated in Takagamine in Kita Ward , Kyoto City . +1 MINAMOTO no Yorisada ( 977 - July 10 , 1020 ) was a court noble in the mid-Heian period . +1 Tamesuke REIZEI ( 1263 -August 22 , 1328 ) was a Kugyo ( court noble ) and kajin ( waka poet ) in the mid and late Kamakura period . +-1 Burabura is a lantern specter and one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Hyakki Tsurezure Bukuro " ( The Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +1 Tanka ( literally , short poems ) is a type of waka poetry , and has a five-line poem with the 5-7-5-7-7 syllable structure . +-1 The Tensho Boy Mission to Europe ( known as the Tensho Keno Shonen Shisetsu in Japanese ) was sent to Rome together with Sumitada OMURA and Harunobu ARIMA . +-1 Mojiri jutsu refers to a martial art using a weapon called mojiri . +-1 Daisenji engi ( tales of the origin of Daisen-ji Temple ) is : +1 Kimiko YOSHIMI is a Japanese painter of suibokuga ( ink-wash painting ) . +1 Toshimasa BOJO ( 1582 - September 15 , 1609 ) was a court noble who lived in the era from the Azuchi-Momoyama period to the Edo period . +1 Daihi was the empress dowager who was an empress previously . +-1 Umaji Isobe-jinja Shrine is a Shinto shrine located in Moriyama City , Shiga prefecture . +1 FUJIWARA no Morifusa ( year of birth and death unknown ) was a retainer of the Imperial Court and a poet in the late Heian period . +1 Keizan HORI ( 1688 to October 31 , 1757 ) was a Confucian scholar and a doctor ( Confucian doctor ) in the mid Edo period . +-1 Jodo-in Temple , located in Ginkakuji-cho , Sakyo Ward , Kyoto City , is a temple of the Jodo ( Pure Land ) sect . +1 Koki NAKAMURA ( his name can also be called Hirotake ) ( November , 1838 - July 3 , 1887 ) was a feudal retainer of Tosa Province in the end of Edo period . +1 Tadamasa WADA ( 1615 - April 23 , 1624 ) was a samurai of the early Edo period . +-1 Amanohashidate is a scenic spot in Miyazu Bay , near Miyazu City in Kyoto Prefecture . +-1 Harakomeshi is a dish in which cooked rice is served with salmon flesh and salmon roe placed on top . +-1 Nihon Gaishi is a historical book on Japan , written by Sanyo RAI in the Edo period . +-1 Uchimizu is an old Japanese custom of watering gardens and / or streets . +1 Shozo MAKINO ( September 22 , 1878 - July 25 , 1929 ) , born in Kyoto , was a film director , film producer and businessman . +1 FUJIWARA no Moshi ( Shigeko ) ( the birth year is unknown - August 5 , 1062 ) was the Empress of the 71st Emperor Gosanjo while he was Crown Prince , and 72nd Emperor Shirakawa 's birth mother . +1 Sadayori SUGANUMA was a busho ( military commander ) in the the Sengoku Period ( Period of Warring States ) ( Japan ) and a daimyo ( Japanese territorial lord ) in the Edo period . +-1 Zakko refers to groups of technical experts mainly from handicraft industry , coming from shokugyobe ( professional Be [ groups of people who belonged to the Yamato Dynasty ] ) subordinated to specific government offices under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) of Japan before the Taika Reforms . +-1 The jodai is a person who took care of a castle in the absence of the lord . +-1 Kyoto Philharmonic Chamber Orchestra is an orchestra based in Kyoto City . +-1 Kachuan Seiho Takeuchi Memorial Museum is an art museum located in Kyoto City , Kyoto Prefecture . +1 Emperor Reizei / Reizei-in is the third Emperor in " The Tale of Genji " ( period of reign : ' Miotsukushi ' ( Channel Buoys ) to the second volume of ' Wakana ' ( Spring Shoots ) , the 18 years of his reign were the golden days of Hikaru Genji ) . +1 Iemasa OKUDAIRA ( 1577 - November 11 , 1614 ) was a busho ( Japanese military commander ) and a daimyo ( Japanese feudal lord ) who lived from the Azuchi-Momoyama period to the early Edo period . +1 Shoken ( March 30 , 1138 - July 19 , 1196 ) was a Shingon Sect Buddhist monk who lived during the mid-Heian period . +1 Hahakigi ( The Broom Tree ) is one of the fifty-four chapters of " The Tale of Genji . " +-1 Sanboin Garden of Daigo-ji Temple is a Japanese style garden located in Fushimi Ward , Kyoto City , Kyoto Prefecture . +1 " Otose " refers to two things ; 1 ) a title of a novel written by Kaoru FUNAYAMA , which describes the Kogo incident ( Inada uproar ) , and 2 ) a title of a drama created by NHK based on the novel . +1 Takamochi TAKENOUCHI ( 1712 - January 24 , 1768 ) was a Shintoist and imperialist , who lived during the middle of the Edo period . +-1 Shizai is one of the 6 types of capital punishment imposed on commoner criminals in the Edo Period , in which the criminal was beheaded and the corpse was used to test the sharpness of swords . +-1 The Sea of Japan is a marginal sea of the Western Pacific being surrounded by Sakhalin , Hokkaido , Honshu ( the main island of Japan ) , Kyushu as well as the Democratic People 's Republic of Korea ( North Korea ) , the Republic of Korea and the Russian Federation in the Eurasian Continent . +-1 Sakaya Kaigi is the brewers ' opposition movement against the sake-brewing tax hike , which took place throughout Japan in the early Meiji period . +-1 Jishi Koeki refers to the exchange ( buying and selling ) of rice as a land tax that was collected from koden ( fields administered directly by a ruler ) by a provincial governor under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) ; rice was exchanged for light commodities that were easier to carry and submit to the central government . +-1 The term Kangeiko means training of martial arts or geigoto ( accomplishment ) conducted in mid-winter season . +1 Yokan ( or Eikan ) ( 1033 - December 11 , 1111 ) was a priest of Sanron sect ( The Three-Discourse Sect of Buddhism ) in the later Heian period . +1 Boan SHIMOZU ( 1570 - June 18 , 1631 ) was a samurai in the early Edo period . +1 Shigefusa KAWAGOE ( 1169 ? - December 12 , 1185 ) was a military commander who lived in the Kawagoe Yakata , Iruma County , Musashi Province during the last days of the Heian period . +1 Kinnaru SHIMIZUDANI ( October 6 , 1845-December 31 , 1882 ) was kuge ( a court noble ) who lived in the end of the Edo period . +-1 Wakon yosai ( Japanese spirit with Western learning ) means adopting Western arts while valuing Japanese traditional spirituality , and harmonizing as well as developing them . +-1 Fujin or Bunin ( one 's wife ) +1 Joan ( 790 - March 25 , 844 ) was a Hosso sect Buddhist monk during the early Heian period . +-1 Ohitashi ( also called hitashi or hitashimono ) is a kind of cookery . +1 Okyo MARUYAMA , ( June 12 , 1733 – August 31 , 1795 ) was a mid Edo period painter . +1 FUJIWARA no Sumitomo ( 893 ? -July 21 , 941 ) was a nobility who lived during the Heian period . +-1 Yasei-kobo ( wild yeast ) refers to all kinds of yeast which originally live in the nature including the air , the soil , and plants while , in the fermentation process of Japanese sake , refers to all kinds of yeast other than those that are used to obtain the desired sake quality . +1 Michimoto KOGA ( 1240-January 18 , 1309 ) was Kugyo ( court noble ) during the Kamakura period . +1 Kagefumi MIKAMI ( October 16 , 1789 - date of death unknown ) was a government official who lived during the Edo period . +1 KASHIWADE no Maro ( date of birth unknown – August 26 , 682 ) lived during the Asuka period of Japan . +1 " Kagero Diary " is a diary of a female writer who lived during the Heian period . +-1 " TAIRA no Tomonobu Asonki " is a diary written by TAIRA no Tomonobu who was a government official at the end of the Heian period . +-1 Dako was originally a container to spit saliva or phlegm . +-1 Godaion refers to the five family crest designs that are especially widely used throughout Japan , and they are fuji ( wisteria ) , kiri ( paulownia ) , takanoha ( feathers of hawks ) , mokko ( cross-section of a gourd ) , and katabami ( yellow sorrel ) . +-1 Sakabashira ' or ' sakasa bashira ' refers to one of superstitions about Japanese wooden structure ( architecture ) , +-1 Fukamushi-cha ( deep-steam green tea ) is a type of sencha . +-1 Naniwa no Miya was a palace located in the present-day Chuo Ward , Osaka City in the Asuka and Nara periods . +1 Imperial Prince Sawara ( 750 ? - November 8 , 785 ) is one of the Imperial family members of the late Nara period . +-1 Kanjoginmiyaku was a governmental post in charge of auditing all jobs in the Kanjo-sho office ( the office for finance ) in the Edo Bakufu . +1 The Naniwa-zu no uta ( waka of Naniwa-zu Port ) appears in the Kanajo ( Japanese preface ) of Kokin Wakashu ( Collection of Ancient and Modern Poems ) as ' the poem written on the emperor of Osazaki ' composed by Wani ( Wang In ) . +-1 Yukimi is one of the Japanese folkways since the medieval period , where people enjoy watching the snowing or the snowscape . +1 Tensho ( literally the ' Book of Heaven ' , also called Amatsufumi or Amenofumi ) is a chronological history that is said to have been compiled by FUJIWARA no Hamanari at the end of the Nara period . +-1 Izumizaki Yokoana Cave is a horizontal decorated cave tumulus located in Izumizaki-mura , Nishishirakawa County , Fukushima Prefecture . +-1 Rokaku indicates a multi-storied building . +-1 Sho no sansei are three masters of calligraphy . +1 HADA no Tsunate ( date of birth unknown - May 21 , 680 ) lived in the Asuka period of Japan . +-1 Chugushiki was the office which belonged to Nakatsukasasho ( Ministry of Central Affairs ) and was in charge of the consort 's household affairs under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 " Jigokumon " is a Japanese film made in 1953 . +-1 Joruri-ji Temple +1 Iga no Tsubone ( birth date unknown - December 4 , 1384 ) was a lady referred to as a brave woman during the period of the Northern and Southern Courts ( Japan ) . +-1 Living National Treasure is a Japanese popular term for individuals certified as Preservers of Important Intangible Cultural Properties by the Minister of Education , Culture , Sports , Science and Technology based on the Law for the Protection of Cultural Properties . +1 Shunka-mon gate is one of the outside gates in the Imperial Palace . +-1 Kyobusho ( Ministry of Religion ) is the central governmental organ founded for the purpose of national edification by controlling religion under Dajokan System ( the system of Great Council of State ) established in the early Meiji period . +1 Naoshige HITOTSUYANAGI ( 1598 - August 15 , 1645 ) was the second feudal lord of the Saijo Domain in Iyo Province . +1 Yasushige TAKAOKA ( 高岡 泰重 , year of birth and death unknown ) was a Bushi ( samurai ) in Hitachi Province in the Kamakura period . +1 Aimiya ( year of birth and death unknown ) was a woman in the mid-Heian period . +-1 Biwa-ko Lake Paradise is a complex including recreational and amusement park facilities with a spa resort ( health center ) , established next to the former Biwa-ko Lake Spa Resort ( the Hotel Koyo ( currently the " Ryotei Koyo " ) located in Otsu City , Shiga Prefecture ) . +1 Mamoru WATANABE ( 1610 - year of death unknown ) was a person who lived during the Edo period . +-1 The jugon hakase ( Master Sorcerer ) was an official for the Bureau of Medicine under the Ritsuryo system . +-1 Jogan no chi ( Glorious Jogan rule ) indicates the politics performed during the Jogan era ( Tang , 627 - 649 ) and the reign of the second Emperor Taiso ( Tang tai zong ) in the Tang Dynasty ( 618 - 907 ) in China . +-1 Garanjin is a deity that guards temples and shrines . +1 Yoshiyasu MAEDA was the 13th lord of the Kaga Domain . +1 Masakata ISHIBASHI ( 1840 - 1916 ) was a Japanese samurai , translator of Dutch , and government official of Ministry of Foreign Affairs . +1 Priest Akashi is a fictitious character in " The Tale of Genji , " which is a novel written by Murasaki Shikibu . +1 Monk-Imperial Prince Shukaku ( April 3 , 1150 - September 13 , 1202 ) was a member of the Imperial Family and a monk from the late Heian period to the early Kamakura period . +-1 We will introduce Honzen ryori ( formally arranged meal ) , one type of traditional food among Japanese-style cuisines . +-1 Setsugo is a pseudonym after the retirement , using a Chinese character , ' 雪 , ' in shite-kata ( main roles ) of Kanze school of Noh . +1 FUJIWARA no Teishi ( Shimeko ) ( 1131 ~ October 23 , 1176 ) was an empress and nyoin ( a close female relative of the Emperor or a woman of comparable standing ) of the end of Heian period . +-1 Yogen-in Temple is a Buddhist temple belonging to the Gengo-in school of the True Pure Land Sect located in Higashiyama Ward , Kyoto City . +1 Kanezumi DAIGO ( November 18 , 1747 - May 27 , 1758 ) was a Kugyo ( a Court noble ) during the middle of the Edo period . +1 Takako TAKATSUKASA ( June 13 , 1787 - July 6 , 1870 ) was a woman in the Edo Period . +1 The Eikyu no goso was a collective petition to the Imperial Court by a few thousand monks at the Kofuku-ji Temple on May 14 , 1113 , requesting Ensei , a sculptor of Buddhist statues who became a priest at Enryaku-ji Temple and was appointed to the position of the betto ( the superior of a temple ) of the Kiyomizu-dera Temple , a branch temple of the Kofuku-ji Temple , be dismissed from the position . +1 Iga no Kata ( the date of birth and death unknown ) was a woman who lived in the beginning of the Kamakura period . +-1 The Russo-Japanese Agreement is the agreement in which Japan and the Russian Empire agreed upon mutual interests ranging over 4 times after the Russo-Japanese War . +-1 Yamashiro no kuniikki ( the uprising in Yamashiro Province ) occurred in three southern counties ( Kuse-gun , Tsuzuki-gun and Soraku-gun ) of Yamashiro Province ( currently the southern part of Kyoto Prefecture ) in 1485 . +1 Masaaki KOSAKA ( January 23 , 1900 - December 9 , 1969 ) was a Japanese philosopher . +1 Eison ( 1201 - October 6 , 1290 ) was a priest of Shingon Ritsu sect during the mid Kamakura period . +-1 Shike ( [ Zen ] teaching master ) +-1 Hatamoto-satsu was the paper money that a hatamoto ( direct retainers of the bakufu [ Japanese feudal government headed by a shogun ] ) who possessed his or her own territory in the Edo period issued independently in his or her own territory . +-1 Mt . Hiei Amusement Park was an amusement part that used to be at Mt . Hiei in Sakyo Ward , Kyoto City , Kyoto Prefecture . +-1 Sagano is the place-name for Ukyo Ward , Kyoto City , Kyoto Prefecture . +-1 Kogakusho ( the Imperial Learning Place ) and Kangakusho ( the Chinese Learning Place ) were higher educational institutions established in Kyoto by the Meiji Government immediately after the Restoration of Imperial Rule . +-1 Rokuro UMEWAKA is a name used by the headman of the Umewaka family , which is one of the shite-kata ( actors who play leading characters in Noh performances ) Kanze school groups . +-1 Seigen KURODA was one of the Senke Jisshoku ( The Ten Craftsmen of the House of Sen ) , and for generations the name has been passed down through this family of craftsman in bamboo-ware and ladles . +-1 Nonomiya-jinja Shrine is a Shinto shrine located in Sagano , Ukyo Ward , Kyoto City . +1 Tadaakira ISII ( male , August 4 , 1840 - January 1 , 1901 ) was a high ranking government official who lived during the Meiji period . +1 Ujiyuki YAMANA ( dates of birth and death unknown ) was a Shugo ( military governor ) of Hoki Province who lived during the Muromachi period . +1 Takamitsu KYOGOKU was the first lord of the Tanabe Domain of Tango Province ( Maizuru han ) . +1 Kaido-ki ( Travel Diary ) is a traveler 's journal that is thought to have been written in 1223 . +-1 Tetsugaku-no-michi ( Philosopher 's Walk ) is a road in Sakyo Ward , Kyoto City . +-1 Kura-bugyo was an administrator who controlled the government rice storehouses located in major cities in the Edo period , including one in Asakusa , Edo ( Asakusa Okura ) . +-1 " Gyuro-Shukujo " ( The Cowherd and the Weaving Girl ) is a myth and legend of the People 's Republic of China and is believed to be one of the country 's folk tales . +1 MINAMOTO no Mitsusue ( dates of birth and death unknown ) was a busho ( Japanese military commander ) in the late Heian period . +-1 O-muko ( written as ' 大向う ' or ' 大向こう ' ; literally , ' the welcome other side ' ) comes originally from seats seen from the stage , and at present , it is used as a term referring to the front seats of the third floor of theatres and to the audience at those seats ( in present Kabuki-za Theatre of Tokyo , it refers to the seats for b-class tickets and the seats on the highest balcony for a single act ) . +-1 Takoyaki is a baked ball of wheat flour of three to five centimeters in diameter , into which a small piece of octopus is put , a dish originated in Osaka . +-1 " Kanmuryojukyosho " is a commentary written by Shandao of China . +-1 Musashi Province was one of the provinces administered by the Ryo-sei , or administrative codes . +1 Kanesada ICHIJO was a kokushi ( governor ) in Tosa Province in the Sengoku period ( period of warring states ) and was effectively the last head of the Tosa Ichijo clan . +1 Gyobutsu +-1 The term " Bojutsu " refers to the art of using a long stick as a weapon in Japanese martial arts . +1 Sukenobu HINO ( 1224 - 1292 ) was the 16th head of the Hino family . +1 Kana Zoshi refers collectively to stories / practical texts of Kinsei Bungaku ( Japanese Edo period literature ) written in kana characters , or a mixture of kanji and kana , during the early Edo period . +-1 The ' komahiki ' event was one ritual that occurred within the imperial court in August each year when horses that were agisted in the Eastern provinces according to imperial edict were brought to the south hall of the imperial palace and paraded in front of the Emperor and afterwards nobility selected some whilst the remainder were stabled or allocated to the imperial guard . +-1 Myoga is a term that refers to a herbaceous perennial belong to the family Zingiberaceae , genus Zingiber ( scientific name : Zingiber mioga ) . +1 Sadayoshi MATSUDAIRA was the second lord of Kuwana Domain in Ise Province . +-1 " Toshigami " ( 年神 , also written as 歳神 ) is a Shinto god ( Shinto ) . +1 TAIRA no Atsumori was a Japanese military commander lived during the late Heian Period . +1 MINAMOTO no Yoshimitsu was a late Heian-period military commander . +-1 The one-yen coin is a subsidiary coin issued by the Japanese government . +-1 Iwashimizu- Hachimangu Shrine is a Shrine located on top of Mt . Otokoyama in Yawata City , Kyoto . +-1 " Ehon Gappo ga Tsuji " ( A Picture Book of the Crossroads of Gappo ) is a Kabuki Kyogen play written by Nanboku TSURUYA the fourth . +-1 The Ezo republic that was built in January 1869 was a familiar name of the Ezo Island Government , a political power belonging to Sabaku-ha which existed for a short time in Ezochi ( inhabited area of Ainu ) ( Hokkaido ) . +1 Emperor Takakura ( September 23 , 1161 - February 6 1181 , his reign was from March 30 , 1168 to March 18 , 1180 , cloister government was 1180 ) , he was the eightieth Emperor . +1 Masachika ROKUGO ( 1764 - November 29 , 1812 ) was the seventh head of Honjo Domain , Dewa Province . +-1 The Miyoshi Triumvirate consists of Nagayuki MIYOSHI , Masayasu MIYOSHI and Tomomichi IWANARI who stood out in the history of Japan 's warring period for their activities in the Kinai region . +-1 Japan / Kinki Region / Kyoto Prefecture / Otokuni-gun +-1 Kyoto Shoin was at one time a publishing company in Kyoto that published large numbers of art books . +-1 The Heian Museum of Ancient History was a museum that once existed Japan . +-1 Ogiri ( pronounced as ogiri or okiri ) +1 Koemon ISONO ( November 12 , 1825 - June 11 , 1903 ) was an entrepreneur , primarily based in Osaka from the end of Edo Period to Meiji Period . +-1 Shirouneri is a Japanese specter and a type of Tsukumo-gami ( artifact spirit ) described in " Hyakki Tsurezure Bukuro " ( One hundred bags in idleness ) , a collection of specters illustrations , by Sekien TORIYAMA , and it is written 白溶裔 , 白容裔 or 白うねり . +-1 Chikuwa is baked or steamed fishcake , in which fish paste is wrapped around stick or bamboo stick . +1 Morotsugu KAZANIN ( 1222 - April 28 , 1281 ) was a court noble in the Kamakura period . +-1 Hirata no sho was a manor located in old Yamato Province . +-1 Katabiranotsuji Station , located in Uzumasa-katabiranotsuji-cho , Ukyo Ward , Kyoto City , is a facility of Keifuku Electric Railroad Co . , Ltd . +1 Sengaku ( year of birth and death unknown ) was a Buddhist monk during the late Heian period . +-1 Hanging " teru teru bozu , " a hand-made doll made of white paper or cloth , at the front of a house in the straight position is a Japanese custom , which is believed to bring good weather for the next day . +-1 The ruins of Shigaraki no Miya Palace is a national historical site located in Kinose and Maki , Shigaraki-cho , Koka City , Shiga Prefecture . +-1 The Taira clan administration was the administration by the Ise-Taira clan led by TAIRA no Kiyomori who lived in the late Heian period ( 1160s to 1185 ) . +-1 The Koryaku Coup was a coup d 'etat that occurred in 1379 ( the fifth year of Tenju ( Southern ) / first year of Koryaku ( Northern ) ) during the period of the Northern and Southern Courts ( Japan ) , in which the Kanrei , or deputy ( de facto leader ) of the Muromachi Shogunate , Yoriyuki HOSOKAWA , was overthrown and lost his position . +1 FUJIWARA no Kishi ( Yoshiko ) ( February 1 , 1007 - September 5 , 1025 ) was the sixth daughter of Sessho ( Regent ) FUJIWARA no Michinaga . +-1 Koshimaki ( 腰巻 ) +-1 Gosho Sendo-mairi is an incident occurred on July 21 , 1787 , in which many people circled around the Gosho ( Imperial Palace ) to make sendo-mairi ( literally a visit to shrine a thousand times for prayer ) . +-1 Diminishing the territory was a type of punishment imposed on samurai including daimyo ( Japanese feudal lord ) and hatamoto ( direct vassal of the shogun ) during the Edo period , that deprived samurai of their ranks , and partially diminished their territories , castles , and residences . +1 Toyonao ISOBE ( years of birth and death unknown ) was a busho ( Japanese military commander ) who lived in the Azuchi-Momoyama period . +-1 Kameoka Basin is located around Kameoka City , Kyoto Prefecture ; the local population , industry and commerce are concentrated along National Route 9 , the main artery of this area . +1 Emperor Sushun ( Year of birth unknown - December 12 , 592 ) , the thirty-second Japanese Emperor , was in power from September 9 , 587 to December 12 , 592 . +1 Iefusa ICHIJO ( 1270 - year of death unknown ) was kuge ( court noble ) in the Kamakura period . +-1 The term ' kuge-ryo ' is the generic name for landed holdings belonging to ' kuge ' ( Japanese imperial court nobles ) which includes ' kugyo ' ( high court nobles of third rank or above ) and ' kanjin ' ( government officials ) , where the ' kugyo ' consists of [ 1 ] ' ko ' which includes the ' daijo daijin ' ( the Great Minister of State or Chancellor ) , the ' sa daijin ' ( Minister of the Left ) and the ' u daijin ' ( Minister of the Right ) , and [ 2 ] ' kei ' which includes ' dainagon ' ( Major Counselor ) , ' chunagon ' ( Middle Counselor ) and ' sangi ' ( Consultants of senior fourth rank ) . +1 " Taganojo ONOE " is a professional name used by Kabuki ( a traditional form of drama and music performed by male actors ) actors . +1 Chogen ( 1121 - 19 July , 1206 ) was a Buddhist monk from the end of the Heian period to the Kamakura period . +-1 Anashinimasu-Hyozu-jinja Shrine is a Shinto shrine located in Sakurai City , Nara Prefecture . +-1 Senke jissoku is an honorific title for the 10 shokka ( family of artisans ) such as nurishi ( lacquerer ) and sashimonoshi ( woodworker ) who are involved in the sado ( tea ceremony ) and who pay visits to the san senke ( three Sen families , namely , Omote , Ura and Mushakoji ) . +-1 倭 ( Wa or Yamato ) was the name used by Chinese dynasties to refer to the area centering the Japanese Archipelago and people living there since the days before Christ . +-1 Emakimono ( an illustrated scroll ) is a kind of Japanese style painting composed of series of illustrated scenes or stories on a horizontally long screen made up of multiple sheets of rectangular paper ( or silk cloth ) connected side by side . +-1 The Imperial Household Agency Kyoto Office is a local branch office of the Imperial Household Agency . +-1 The Shie Incident occurred in the early Edo period and was a conflict between the Shogunate and the Imperial Court that shows the oppression and control exercised by the Edo bakufu ( Japanese feudal government headed by a shogun ) on the Imperial Court . +-1 Yanagimoto-kofun Tumulus Cluster is a tumulus cluster of early Kofun period ( tumulus period ) in Yanagimoto Town , Tenri City . +1 Emperor Suko ( May 25 , 1334 - January 31 , 1398 ) , his reign was from November 18 , 1348 to November 26 , 1351 , he was the third Emperor of the Northern Court during the period of the Northern and Southern Courts . +1 Utsuho Monogatari ( " うつほ物語 , " sometimes entitled " 宇津保物語 " ) is a full-length tale written in the mid Heian period in Japan . +-1 Kakuni is one kind of prepared foods using ribs of pork . +-1 Mezashi is a dried fish product . +-1 Engi no chi is an idealized name of the reign of Emperor Daigo during the mid-Heian period ( during the first half of the 10th century ) . +1 Fujiwara no Taishi , also pronounced Yasuko ( 1095 - January 10 , 1156 ) was the Empress , Nyoin ( an honorific title for the mother of emperor ( s ) , etc . ) during late Heian period . +-1 Kimon ( demons ' gate ) means the direction of the northeast ( ushi-tora ; between the Ox ( second sign of Chinese zodiac which means north-northeast ) and the Tiger ( third sign of Chinese zodiac which means east-northeast ) ) . +-1 Chayatsuji is a pattern for wafuku ( Japanese traditional clothes ) . +-1 Chakuryu refers to the direct line of descent from a clan . +-1 Shobanshu was a status indicating a position in the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +-1 Miso soup is a Japanese dish that is cooked by adding ingredients ( called ' gu ' or ' mi ' ) such as vegetables and fish in soup , boiling and seasoning with miso . +1 Juro TOMIKAWA ( 1844-July 15 , 1867 ) was a member of Shinsengumi ( special police who guarded Kyoto during the end of Tokugawa Shogunate ) . +-1 Kibi no Otodo Nitto Emaki is the name of a Japanese picture scroll . +-1 Kichiden-ji is a temple of the Jodoshu sect of Buddhism located in Ikaruga-cho , Ikoma County , Nara Prefecture . +-1 Teppokata was one of the posts of Edo bakufu . +-1 Beni-shoga is a pickles made from pickling groundnuts of ginger in plum vinegar . +-1 Tencha is a kind of steamed green tea . +-1 Orikata is a term used to refer to techniques of folding a sheet of paper to wrap a gift , which is one aspect of Japanese etiquette and rules . +1 Sukehiro SHIBA ( March 19 , 1898 to October 10 , 1982 ) was a gagakuka ( musician of old Japanese court music ) born in Tokyo and was a member of the Japan Art Academy . +1 Yoshitoshi KIRA ( around 1671- April 1 , 1742 ) was a koke hatamoto ( one of the hatamoto [ direct retainers of the Edo bakufu ] families that were eligible for appointment to the post of koke ) for the Edo bakufu ( Japanese feudal government headed by a shogun ) . +-1 Four seasons brewing is the brewing of Japanese sake ( rice wine ) throughout the year and not just in the cold of winter . +1 Kanetoki HOJO ( year of birth unknown - July 26 , 1263 ) was a member of the Hojo clan from the mid Kamakura period . +1 Koshikibu no Naishi ( ca . 999-November , 1025 ) was a female poet who lived during the Heian period . +1 Ukon MIYAKE ( 1914 - ) is a Kyogenshi ( Kyogen [ farce played during a Noh cycle ] actor ) of Izumi-ryu school . +1 Suma is one of the fifty-four chapters of " The Tale of Genji . " +-1 Tozama daimyo was a class of daimyo in Edo period defined according to ancestry . +-1 Geido refers to the performance of arts and handicrafts in a systematized way that is uniquely Japanese . +1 Yoshinori KAZANIN ( April 14 , 1755-April 19 , 1829 ) was a high-ranking Court noble from the middle of the Edo period to the late Edo period . +1 Shuzo AOKI ( March 3 , 1844-February 16 , 1914 ) was a diplomat and a statesman during the Meiji and Taisho era . +1 The Tennosei ( Imperial Family system ) is a state system with the emperor acting as the monarch or titular head . +1 Sukechika ITO ( year of birth unknown - March 21 , 1182 ) was a busho ( a Japanese military commander ) at the end of the Heian period . +-1 Shodo-mon ( Gateway of the Holy Path ) is the religious doctrine preaching to become a Buddha by self-power through various practices . +-1 The Nishioji family was a court noble family with the rank of Urinke . +-1 Tenkawa Daibenzaiten-sha Shrine ( or Tenkawa-jinja Shrine ) is a Shinto shrine located in Tsubonouchi , Tenkawa Village , Yoshino County , Nara Prefecture . +1 TACHIBANA no Mochimasa ( date of birth and death unknown ) was a government official during the end of the Heian period . +-1 Sanshuro , which literally means three high-ranking officials called Churo , were the posts established in the last days of the Toyotomi Administration , allowing those three men in the posts to participate in politics , and to mediate between Gotairo and Gobugyo when they cannot agree . +1 Kuninobu TAKEDA +-1 Kiku no Kisewata is a custom of the Imperial Court held in Chrysanthemum Festival . +1 Kanryusai TAKEDA ( around 1830 - July 23 , 1867 ) was a member of Shinsengumi from the Mori Domain in Inaba Province . +1 Shigemasa OZAWA ( year of birth unknown - July 18 , 1205 ) was a busho ( Japanese military commander ) who lived during the Kamakura period . +1 Abdication of the throne means that a person with the position of a monarch , such as emperor and king , transfers the position to a successor . +1 Yoshimichi AOYAMA ( September 11 , 1725 – December 7 , 1779 ) was the second lord of the Miyazu Domain , Tango Province . +-1 Myoen-ji Temple is located in Matsugasaki , Sakyo Ward , Kyoto City and is a temple of the Nichiren Sect , founded by Nichiren in 1253 . +-1 Chion-in Temple , situated in Higashiyama Ward , Kyoto City , Kyoto Prefecture , is the headquarters of the Pure Land sect of Buddhism . +-1 Gion Higashi is a hanamachi ( ' flower town , ' or geisha district ) , located on the east side of the north of the intersection of the Shijo-dori Street and the Hanami-koji Street , Higashiyama Ward , Kyoto City . +-1 The Yanagisawa was a Japanese feudal clan ( samurai warriors ) . +1 Takaie NIGITA was a busho ( Japanese military commander ) , who lived during the period of the Northern and Southern Courts . +1 Nobuyuki NAKAJIMA ( October 5 , 1846 - March 26 , 1899 ) was the statesman , the first chairman of House of Representatives and baron in the Meiji period . +1 Kuranosuke SASAKI ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group which was the forerunner of the Shinsengumi ) and the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +1 Nisshin ( 1407 - October 30 , 1488 ) was a priest of the Nichiren Sect in the Muromachi period . +1 Sadafusa YOSHIDA ( 1274 - February 21 , 1338 ) was a court noble who lived in the late Kamakura Period . +1 FUJIWARA no Takasue ( 1127 - February 12 , 1185 ) was a kuge ( court noble ) during the latter Heian period . +-1 The Genjina ( professional names ) are nomenclature named after the classic book Genji Monogatari ( The Tale of Genji ) . +-1 Jijojo is the works of calligraphy written by Kaiso , a calligrapher in the period of the Tang Dynasty . +1 Imperial prince Muneyoshi / Munenaga ( 1311 - September 14 , 1385 ) was an Imperial family member during the period of the Northern and Southern Courts , and was Emperor Godaigo 's Prince , who was called Shinanonomiya , Okusanomiya , Kosakanomiya ( originating from the Kosaka clan who became the protector ) . +1 Imperial Prince Munetaka ( December 22 , 1242-September 9 , 1274 ) was the 6th Seii taishogun ( literally , " great general who subdues the barbarians " ) of the Kamakura Shogunate , and the first from the Imperial family . +1 Nobuhide ODA is a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) of Owari Province in the Sengoku period ( period of warring states ) . +1 FUJIWARA no Takanori ( 1158 - September 1233 ) was a government official ( lower or middle ranked ) during the late Heian period to the early Kamakura period . +1 " Kojidan " ( Talks about Ancient Matters ) is a collection of fables produced in the early Kamakura period . +1 Takeshiro MATSUURA ( March 12 1818-February 10 1888 ) was a Japanese explorer who was active from the end of the Edo period to the Meiji period . +-1 The gold and silver bimetallism refers to a currency system where both gold and silver coins are designated as standard money ; freedom of minting , importing and exporting such money is maintained ; and fixed exchange ratio between gold and silver is maintained +1 Ieyoshi YAGYU ( 1497-1585 ) was a busho ( Japanese military commander ) based in Yamato Province . +-1 Minakuchi Okayama-jo Castle is located in Minakuchi , Minakuchi-cho , Koka-shi City , Shiga Prefecture . +-1 Sugoroku is a boardgame that a player throws a dice to move a piece as many squares as the numbers shown on the rolled dice . +1 Ruiju-Karin is a collection of poetry . +-1 Maedare ( also ' Maedara ' in Edo dialect ) , sometimes known as Maekake , was a cloth worn by shop workers or housemaids to protect their clothes from dirt , which hangs from an obi , a kind of belt for a kimono . +1 Asahi-mura , Higashitagawa-gun , Yamagata Prefecture ( present Tsuruoka City ) +-1 Baikan means selling government posts . +-1 Aburaage is a food consisting of sliced tofu ( bean curd ) fried in oil . +1 Makoto KONDO ( October 29 , 1831 - September 4 , 1886 ) was an educator , a thinker during the Meiji period , one of the six greatest educators of the Meiji period and the founder of Kogyokusha Junior High School and High School . +-1 Iemoto is a term used to refer to the family line which succeeds a school traditional Japanese art . +-1 The Shidan-kaido Road is a street running north-south in Kyoto City . +-1 Sokutai is a formal costume for those from the Emperor to the court nobles in and after Heian period ( Heian costume ) . +-1 Kyoto Higashiyama Hana Toro refers to a touristic event to herald the arrival of early spring in the middle of March , that about 2400 lanterns , which are made by Kiyomizu ceramics ( traditional handicrafts in Kyoto ) , Kitayamasugi round cedar wood , Kyomei bamboo , stone art and metal art , are lit on the narrow path for about 4.6 km from Shoren-in Temple to Kiyomizu-dera Temple at the foot of Higashiyama mountain range of Kyoto to enjoy an evening walk . +1 Dai Nihon Yashi is a Japanese history book written in a style of biographical historiography , and covers the 21 Emperors ' reigns from Emperor Gokomatsu ( Meitoku era ) to Emperor Ninko . +-1 Kyomi-toge Pass is the pass that runs in Kita Ward , Kyoto City , Kyoto Prefecture . +1 Kancho ( 916 - July 13 , 998 ) was a Buddhist monk of the Shingon Sect in the middle of the Heian period . +-1 The Yamagata-Lobanov Agreement was the agreement signed on June 9 , 1896 between the empires of Japan and Russia on disputes over their sphere of influence over Korea . +-1 Hokke-do Hall , abbreviation of Hokke Sanmaido Hall , is a Buddhist temple in which Tendai-shu sect 's Hokekyo sanmai no gyo ( religious austerities to concentrate on the Lotus Sutra in Buddhism ) is performed . +-1 Hisanori KONGO ( June 24 , 1951 - ) is a shite-kata ( a main actor ) of the Kongo school of Noh . +1 OTOMO no Enomoto no Okuni ( date of birth and death unknown ) lived in the Asuka period in Japan . +1 Yoshimoto HANABUSA ( February 10 , 1842 - July 9 , 1917 ) was a diplomat in the Meiji and Taisho periods . +1 Koisaburo ONOE was a kabuki actor . +1 Monk-Imperial Prince Shinjaku ( 886 - October 13 , 927 ) was the Monk-Imperial Prince in the middle of the Heian Period . +-1 Seisho ( Political Merchants ) refers to businessmen and companies who obtain exclusive economic benefits and guide certain policies to serve their own interests by taking advantage of their connections with politicians and high-ranking government officials . +-1 Gyorogusho was a book on the study of ancient courtly traditions and etiquette which compiled documents relating to the appointment to official positions such as moshibumi ( letter of appointment ) and omagaki ( a list of candidates ) as well as other related records such as " Seiryoki " and " Saikyuki . " +-1 Goshiki no sen a status of discrimination in ancient Japan which was constituted under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 Decorated tombs are a general term for the decorated tumulus by pictures , patterns and engravings on the interior wall or the stone coffin and it includes Yokoanabo cave tombs ( tunnel graves ) which has no mound . +-1 The karawa hairstyle was a hairstyle favored by prostitutes during the Azuchi Momoyama period in the port towns of Hyogo and Sakai City in the vicinity of Kyoto . +-1 Fujii Daimaru Co . , Ltd. is a department store in Kyoto City of Japan . +1 Ike no Zenni ( c.1104 - c.1164 ) was a woman who lived around the end of the Heian period . +1 SAKANOUE no Karitamaro ( 727-February 14 , 786 ) was a warrior in the Nara period . +-1 The term " Nyushutsu Nimonge " refers to a gatha ( geju ) ( poetic verse of a scripture ) written by Shinran . +1 Tamechika REIZEI ( October 20 , 1823-June 8 , 1864 ) was a painter of reactionary Yamato-e painting ( a traditional Japanese style painting of the late Heian and Kamakura periods dealing with Japanese themes ) employed by kuge ( court noble ) and Kugyo ( the top court officials ) in the end of the Edo period . +1 Emperor Gomizunoo ( June 29 , 1596 - September 11 , 1680 ) was the 108th Emperor ( his reign lasted from May 9 , 1611 to December 22 , 1629 ) . +-1 Manju is a cake steamed with fillings such as azuki-bean paste wrapped in the cake dough which flour is kneaded into . +1 Hideyoshi TOYOTOMI ( TOYOTOMI no Hideyoshi ) / Hideyoshi HASHIBA was a warrior and a warlord lived in the Age of Civil Wars ( late Muromachi Period ) through Azuchi-Momoyama Period . +1 TAIRA no Koremochi was a busho ( Japanese military commander ) who lived during the mid-Heian period . +-1 Oharida no Miya Palace is a palace built during the Reign of the Empress Suiko in ancient Japan . +-1 Kaisho , interpreted literally , was some sort of place where a meeting , exhibition , Yoriai ( debate ) , or association was held , but developed in the medieval era in Japan where certain divisions , or even independent buildings were named ' kaisho . ' +-1 " Heike Nokyo " is a general term representing the Buddhist scriptures donated to Itsukushima-jinja Shrine by Heike ( Taira family [ the same character is read Hei or Taira depending on the context ] ) with prayer for prosperity of the greater Taira family including Ise-Heishi . +-1 The Ogasawara clan is one of the Japanese clans . +1 Princess Yamanobeno Himemiko ( 663 - October 25 , 686 ) was an imperial princess of Emperor Tenchi . +1 Yoshiisa OKU ( 1858 - March 6 , 1933 [ or may have been March 9 , 1933 ] ) was a gagakuka ( musician of old Japanese court music ) and composer in the Meiji , Taisho and Showa periods . +1 Umetsugu INOUE ( May 31 , 1923 - ) is a Japanese film director , screenwriter and songwriter . +1 Homutsuwake no mikoto ( 誉津別命 : year of birth and death unknown ) was a member of the Imperial family ( Royal family ) , who appears in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki ( Chronicles of Japan ) . +-1 " Gokeshidai " is a collection of the books on " yusoku kojitsu " ( court rules of ceremony and etiquette ) , written in the later Heian period . +-1 Nika Sojo are documents which were believed to be addressed from Nichiren to his disciple , Nikko , in 1282 . +1 FUJIWARA no Kinmichi ( 1117-October 24 or May 29 , 1173 ) was Kugyo ( court noble ) during the late Heian period . +1 Shigenari ISHIDA ( 1589 ? - 1641 ? ) was the second son of Mitsunari ISHIDA . +1 Kentaro KANEKO ( March 13 , 1853 - May 16 , 1942 ) was a bureaucrat and a politician in the Meiji period . +1 Tadamasa HAYASHI ( December 7 , 1853 - April 10 , 1906 ) is an art dealer and an art collector in Japan . +-1 Saemon no jo was a government post under the Japanese ritsuryo legal code system . +1 Injo ( year of birth unknown - January 14 , 1109 ) was a busshi ( sculptor of Buddhist statues ) in the Heian period . +1 Mitsumasa KITABATAKE ( date of birth unknown - January 25 , 1429 ) lived during the early Muromachi period . +-1 The Kazan Tunnel ( also known as the Kazando Tunnel ) is a pedestrian tunnel connecting Seikanji-yamanouchi Town in Higashiyama Ward and Kitakazan Town in Yamashina Ward of Kyoto City , Kyoto Prefecture . +1 Kiyohisa Kanze ( died 1782 ) was a Noh actor who played shite-kata ( main roles ) in the Kanze school . +-1 Juen-koka ( 10-yen coin ) is a subsidiary coin issued by the Japanese government . +1 Harutoki HOJO ( 1318 - August 27 , 1333 ) was a son of Munetoki HOJO , who was a branch of the Tokuso family and a younger brother of Tokimune HOJO ( according to another account , Harutoki was a son of Yukitoki HOJO ) . +-1 Kenpon Hokke Sect , whose sect founder was Nichiren and school founder was Nichiju , is a school of the Nichiren Sect . +-1 Uchi-daka ( real value of the yield ) means kokudaka ( crop yield ) that was used as the appraisal standard to impose nengu ( land tax ) to the people of shoryo ( territory ) of daimyo ( Japanese feudal lord ) and hatamoto ( bannermen ) in the Edo period . +1 Koresue IMADEGAWA ( July 6 , 1660 - April 5 , 1709 ) was Kugyo ( court noble ) in the early and middle part of the Edo period . +-1 The Ishikawa clan was a family that assumed the family name of Ishikawa . +-1 The Takanashi clan was a samurai family that dominated the north of Shinano Province ( Takai and Minochi counties ) . +1 Masatoo KUSUNOKI ( dates of birth and death unknown ) was a local clan in Kawachi Province , and is said to be a family which would have made a fortune in mercury . +-1 Sonobe Station , located in Sonobe-cho Nantan City , Kyoto Prefecture , is a stop on the Sanin Main Line of the West Japan Railway Company ( JR West ) . +1 MINAMOTO no Nakamitsu ( year of birth unknown - June 27 , 1180 ) was a busho ( Japanese military commander ) of the late Heian period . +1 Tokiyori HOJO ( July 6 , 1227 - December 31 , 1263 ) served as fifth regent to the Kamakura Shogunate for the period from 1246 to 1256 . +-1 Tanokami ( deity of rice fields and harvests ) is a deity ( Shinto religion ) that Japanese agricultural people believe watches over a rich or poor harvest and brings about a bumper crop of rice . +1 SUGAWARA no Furuhito ( years of birth and death unknown ) was a nobleman who lived in Nara and Heian periods . +1 Ujitomo YUKI ( year of birth and death unknown ) was the sixth head of the Shirakawa Yuki clan . +-1 The Great Fire of Jisho happened within the Heian-kyo on May 9 , 1179 . +-1 Eiten ( honor ) is a generic term for treatment , positions and titles that the nation gives as a commendation to a person who has rendered distinguished service to the nation and the public . +-1 The Horikawa family were kuge ( court nobles ) and held the house status of the Urin family . +1 Sonkan ( 1349 - November 19 , 1400 ) was a priest of the Ji sect during the period of the Northern and Southern Courts ( Japan ) . +-1 A ke ( or ka ) was a holiday given to nobles and government officials under the ritsuryo system . +-1 Karatedo ( also known as karate ) , a martial art and a combat sport developed in Okinawa , is characterized as a striking art that uses kicking . +-1 Kanno is a general term in the history of Japan for the overall acts by which the rulers typically promoted and encouraged agriculture . +1 TOKIHARA no Harukaze ( year of birth and death unknown ) was a distinguished calligrapher in the early Heian period . +1 Yojiro TSUJI ( year of birth and death unknown ) was a kamashi ( tea pot maker ) and caster in the Azuchi-Momoyama period . +-1 Tsujigiri stands for the action of a samurai who indiscriminately kills a passers-by with his blade on the street and was observed most frequently during the Edo period . +-1 Hakama is a kind of wafuku ( Japanese traditional clothes ) that is put on to cover the lower part of a person 's body below the waist . +1 Jokaku ( 1147 - October , 1226 ) was a Buddhist monk of the Shingon Sect from the late Heian period to the early Kamakura period . +-1 Kinomidokyo was a court function performed during the Heian period . +-1 Zi is monjo ( written material ) used by lower-ranking government officials equal to or below the rank of Zonin or by the common people or hakucho ( inferior servants ) when they reported to their superiors , under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 Tobiko is one kind of processed fish eggs . +1 SOGA no Kitashihime ( year of birth and death unknown ) was an Empress who lived during the Asuka Period . +-1 Jizo-in Temple , located in Nishikyo Ward , Kyoto City , is a nonsectarian temple of the Rinzai sect . +1 Kinatsu SANJO ( February 20 , 1691 - October 12 , 1726 ) was Kugyo ( court noble ) in the middle of the Edo period . +1 Seiwa-Genji was a shisei kozoku ( member of the Imperial Family conferred a family name ) whose ancestor was the prince of the fifty-sixth Emperor , Seiwa . +-1 The Battle of the Nakatomi-gawa River , in 1582 , was a battle between Motochika CHOSOKABE , a lord of Tosa Province , who intended to integrate the Shikoku region , and Masayasu SOGO , a lord of Awa Province . +1 Iwao KONGO ( 1886 to 1951 ) was a Noh actor of the shite-kata Kongo school ( one of the five schools of shite-kata [ main roles ] ) . +1 Naosuke NAKAHARA ( May 8 , 1832 - September 22 , 1868 ) was a rangakusha ( a person who studied Western sciences by means of the Dutch language ) , scientist and soldier from Satsuma Province ( modern day Kagoshima Prefecture ) . +1 Tokikuni URUMA ( around 1098 - 1141 ) was an Oryoshi ( suppressor ) in Mimasaka Province . +-1 Who were Hikan ? +-1 A hayago is a pouch for gun powder and bullet which was used to simplify the loading process for muzzle loaders ( guns where bullets were loaded from the muzzle ) such as matchlock and other guns , presumably from the latter part of the Sengoku period ( period of Warring States ) or from the Azuchi Momoyama period . +1 Tosai CHO ( 1713 - May 17 , 1786 ) was a calligrapher during the mid Edo period . +1 Jien ( 1748-August 2 , 1805 ) was a priest of the Tendai sect and poet from the mid to late Edo Period . +1 Yayoi HORIE ( year of birth and death unknown ) was the legal wife of Yorizumi SHIONOYA . +1 FUJIWARA no Yukitaka ( 1130-1187 ) was kuge ( court noble ) who lived at the end of the Heian period . +-1 Taishokkan ( Daishikikan ) was the highest rank which was established in the Taika Reforms in 647 ( enforced in 648 ) by revising the Kan I junikai ( twelve grades of cap rank ) , and which was newly established in the Kan I jusankai ( thirteen grades of cap rank ) of the cap rank and official rank system . +-1 The obijime is one of the essential items when one wears kimono ; it 's a string used to hold a kimono sash in place . +-1 Omagaki refers to Myobo ( identification ) listing names of vacant government posts subject to appointment and candidates for such government posts at the time of appointment in Jimoku ( ceremony for appointing officials ) regularly held in Spring and Autumn . +-1 Jusanbutsu shinko refers to the belief in Juo , ten kings , who are judges in Meido hell including Enma-o ( the King of Hell ) who were created in Japan based on the Juo-shinko ( ten Kings ( ten Judges of Hell ) belief ) and in buddhas , according to the Honji-suijaku setsu ( theory of original reality and manifested traces ) , whose present forms are judges who conduct the later trials ( the sixth , the twelfth , and the 32nd anniversaries ) . +-1 Juo are the 10 judges of the hell ( Buddhism ) . +-1 Shugakuin Station , located in Sakyo Ward , Kyoto City , is a railway station of the Eizan Main Line operated by Eizan Electric Railway Co . , Ltd . +1 Munenori OKAMOTO ( 1544 ? - October 22 , 1600 ) was a busho ( Japanese military commander ) and a daimyo ( Japanese feudal lord ) in Azuchi-Momoyama period . +-1 The Oda clan was a clan in Japan . +-1 The Yasakani no magatama is one of the Three Sacred Treasures of the Imperial Family , along with the Yata no Kagami ( the eight-span mirror ) and the Ame no Murakumo no Tsurugi ( the sword Ame-no-Murakumo , literally " Heavenly Sword of Assembled Clouds " ) . +-1 Kakinoha-zushi is a local dish of Nara Prefecture , Wakayama Prefecture , and Ishikawa Prefecture . +1 ONO no Takamura ( 802 - February 7 , 853 ) was a bureaucrat , scholar and poet in the early Heian period . +1 Seijun ( year of birth unknown - May 2 , 1566 ) was a nun of the Rinzaishu sect in the Sengoku Period ( Period of Warring States ) . +1 TAKASHINA no Yasutsune ( 1130 – December 20 , 1201 ) was a court noble between the late Heian period and the early Kamakura period . +-1 Gongyo is ' shojin ' ( virya , devotional exercises ) of Buddhism . +1 Michisada KAZANIN ( year of birth unknown - May 17 , 1400 ) was a kugyo ( court noble ) who lived during the period of the Northern and Southern Courts ( in Japan ) and during the Muromachi period . +1 Myogu ( 946 - August 2 , 1020 ) was a priest of the Tendai Sect in the middle of the Heian period . +1 Yasuoki WAKISAKA was the forth lord of the Tatsuno domain of Harima Province . +-1 The Uji-Yodo Bus Route connects Uji City in Kyoto Prefecture and Fushimi Ward in Kyoto City . +-1 Jisha Honjoryo was shoen ( private estate ) and shoryo ( individual holding , domain ) specifically meaning kugeryo ( estate of the nobility ) and jisharyo ( estate of local temples and shrines ) separately from bukeryo ( estate of samurai family . ) +-1 Kirishitan-ban ( Christian editions ) refers to a common name of printing in Roman characters , kanji ( Chinese characters ) or kana ( the Japanese syllabary ) which was published by the Society of Jesus mainly in Japan in the early modern period ( from the end of the 16th century to the beginning of the 17th century ) . +-1 Higashiyama Go-bunko refers to the imperial family library located in northeast corner of Kyoto Imperial Palace . +1 Yuzuki no kimi ( date of birth and death unknown ) is a settler who is described as the ancestor of the Hata clan in " Nihonshoki " , Chronicles of Japan . +-1 Namizake refers to a sake ( Japanese rice wine ) brewing method from the Heian to Edo periods which used genmai ( unpolished rice ) for both the kakemai ( steamed rice ) and the kojimai ( malted rice ) , as well as the sake made using the method . +1 Emperor Gokogon ( March 23 , 1338 - March 12 , 1374 ) , his reign was from September 25 , 1352 to April 9 , 1371 , he was the fourth Emperor of the Northern Court during the period of the Northern and Southern Courts . +-1 Jisso-in Temple is a Buddhist temple located in Iwakura , Sakyo Ward , Kyoto City . +-1 Kichinojo UMEWAKA is a name used by the head of the Kichinojo Umewaka family , one of the branch families of the Rokuro Umewaka family , which is one of the schools of the shite-kata ( actors who play leading characters in Noh performances ) Kanze school . +1 Sachio ITO ( September 18 , 1864 - July 30 , 1913 ) is a poet and novelist in Japan . +-1 Zenki and Goki refer to an ogre couple which EN no Ozunu ( A semi-legendary holy man noted for his practice of mountain asceticism during the second half of the seventh century ) , a founder of Shugendo ( Japanese mountain asceticism-shamanism incorporating Shinto and Buddhist concepts ) , was accompanied with . +1 FUJIWARA no Uchimaro ( 756 – December 24 , 812 ) was a court noble , who lived from the Nara period to the early Heian period . +1 Michimura NAKANOIN ( February 22 , 1588 - March 28 , 1653 ) was a nobleman in the early Edo period . +-1 The term " Togaki " refers to a stage direction which is distinguished from dialogues spoken by actors and actresses in a play , script , etc . +-1 Yakuniku refers to dishes in which meat is cooked on a grill or iron plate . +1 Yasunobu WAKISAKA ( year of birth unknown - May 24 , 1637 ) was a daimyo ( Japanese feudal lord ) who lived in the early Edo period . +-1 Heihaku is a general term used for anything other than food and drink that is offered to the Shinto gods during a Shinto ceremony . +-1 Isse ichigen no sei ( system of one era per Emperor ) refers to the system where an era name will not be changed during the reign of a monarch ( Emperor or king ) . +1 FUJIWARA no Narito ( 987 – date of death unknown ) was a noble in the Heian period . +-1 Kenmu Irai Tsuika refers to the supplementary law code established by Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +1 Hoshu KATSURAGAWA ( 1751- August 2 , 1809 ) was a doctor and Rangakusha ( a person who studied Western sciences by means of the Dutch language ) . +1 Goro NAKAMURA ( 1849 - July 15 , 1867 ) , from the Utsunomiya Domain , Shimotsuke Province , was a member of the Shinsengumi . +1 Tadao SHITSUKI ( 1760 - August 16 , 1806 ) was a Dutch scholar and Dutch interpreter in Nagasaki in the Edo period . +-1 Hirezake ( hot sake [ Japanese liquor ] flavored with fish fins ) is a way of drinking sake . +-1 The Keihan Main Line ( Keihan Hon-sen ) is a railway of Keihan Electric Railway connecting Yodoyabashi Station located in Chuo Ward , Osaka City , Osaka Prefecture ( Osaka City ) with Sanjo Station in Higashiyama Ward , Kyoto City , Kyoto Prefecture ( Kyoto Prefecture ) . +-1 Sango ( literally , " mountain name , " which is the title prefixed to the name of a Buddhist temple ) : Matsuo-san or Fudaraku-san +1 KUME no Wakame ( year of birth unknown and died on August 3 , 780 ) was a woman in the Nara period . +-1 Yoko-oji Road is an ancient path in Japan that penetrated the Nara Basin in an east-west direction . +-1 Shinano Genji is a name given to the Minamoto clan who were native to and based in Shinano Province during the medieval period . +-1 Yamato Monogatari ( literally , " Tales of Yamato " ) is a story of the Middle Ages of Japan , written in the Heian period . +1 Princess Yoshiko ( years of birth and death unknown ) , was a member of the Imperial Family who lived in the early Heian period . +1 TAIRA no Masahira ( year of birth and death unknown ) was a busho ( Japanese military commander ) who lived during the mid-Heian period . +1 KIYOHARA no Sanehira ( year of birth unknown - 1083 ) was a Busho ( Japanese military commander ) who lived during the late Heian period . +1 Sanemasa ICHIJO ( 1196 - May 13 , 1228 ) was a court noble of the early Kamakura period . +-1 Goo-jinja Shrine is a Shinto shrine located in Kamigyo Ward , Kyoto City . +-1 Suntory Yamazaki Distillery is Suntory 's whisky distillery located at 5-2-1 , Yamazaki , Shimamoto-cho , Mishima-gun , Osaka Prefecture . +-1 Kugonin was a group , during the medieval period in Japan , that belonged to the Imperial court who presented food such as special products from the mountains and the sea , and various handicraft products to the Emperor and the Imperial Family . +1 KIYOHARA no Fukayabu ( year of birth and death unknown ) was a Japanese poet of the mid-Heian period . +1 Mitsuoki TOSA ( November 21 , 1617 - November 14 , 1691 ) was a leading painter in the Tosa school in the Edo period . +1 Masanori HOJO ( 1189 - December 4 , 1204 ) was a busho ( Japanese military commander ) in the early Kamakura period . +1 Jigoku Zoshi are 12th-century hand scrolls depicting Buddhist hells . +1 Toshitada IJUIN ( year of birth and death unknown ) was a person born in Satsuma Province and lived during the mid Kamakura period . +-1 Yonin was a member of the organization that formed part of a samurai family during the Edo period . +-1 Jizo-in Temple , located in Uji City , Kyoto Prefecture , is a temple of the Jodo sect . +-1 Located in around Hiyoshicho-naka , Nantan City , Kyoto Prefecture ( formerly Hiyoshi-cho , Funai-gun ) , Hiyoshi Dam is built over the middle reaches of the Katsura-gawa River which is one of the subsidiary streams of the Yodo-gawa River . +1 Sukekado YANAGIWARA ( August 2 , 1644 - October 29 , 1712 ) was a noble who lived in the early Edo period . +1 KO no Morofuyu ( ? – February 21 , 1351 ) was a busho ( military commander ) in the period of the Northern and Southern Courts ( Japan ) . +-1 Daijokanpu ( also known as Dajokanpu ) were official documents issued by Daijokan ( Grand Council of State ) to lower agencies and Kokuga ( local offices of the state ) under the Ritsuyo system ( ancient government system ) . +-1 A tile named Kawara is a material mainly used to cover roofs with . +-1 Dotaku are hanging bell-shaped bronze wares produced during the Yayoi period . +-1 " The Chokusai-sha shrine " is a shrine where festivals are attended by imperial messengers sent by the Emperor ( called chokusai ) . +-1 Jugyuzu is a set of ten drawings of cows which depict the path leading to the enlightenment of Zen meditation . +-1 Kami-goryo-jinja Shrine is located in Kamigyo Ward , Kyoto City . +-1 Raigo-in Temple ( Higashiyama Ward , Kyoto City ) is a Buddhist temple of the Sennyu-ji school of the Shingon Sect . +1 FUJIWARA no Nakakiyo ( year of birth and death unknown ) was a retainer of the Imperial Court during the mid Heian period . +1 The Medieval 36 Immortal Poets is a collective term for the 36 master poets of waka included in " Nochi no Rokurokusen " ( an anthology of poems collected by FUJIWARA no Norikane ) compiled by FUJIWARA no Norikane . +-1 " Matsukaze " is a Noh play ( classical Japanese dance theater ) . +-1 Nichizon ( 1265 – 1346 ) was a disciple of Nikko . +-1 Taimatsu is the Japanese word for torch , a lighted piece of wood which can be held and used as a light source and for illumination . +-1 Kyoto City Library is a group of municipal libraries of Kyoto City . +-1 Omononushi is a deity in Japanese mythology . +1 FUJIWARA no Kagetsune ( year of birth unknown - 1185 ) was a samurai in the end of Heian Period . +-1 Treaty of Portsmouth refers to a peace treaty of the Russo-Japanese War . +1 MIYAJI no Kunihira ( year of birth and death unknown ) was a Japanese military commander and gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) who lived during the early Kamakura period . +-1 Ogoto-jinja Shrine is a Shinto shrine located in Ogoto-onsen Hot Springs , Otsu City , Shiga Prefecture . +-1 Mochigumi was an organization in the Edo bakufu . +1 Kumogakure ( literally , vanishing behind the clouds ) is the title of one of the fifty-four chapters of " The Tale of Genji . " +1 Imperial Prince Arisugawanomiya Yorihito ( October 28 , 1713 - November 19 , 1769 ) was a member of the Imperial family during the Edo period . +-1 List of Cultural Properties Held by Kyoto National Museum +1 Tadasaburo SASAKI ( 1833 - February 5 , 1868 ) was a samurai that was a direct vassal of the shogun and member of Kyoto Mimawarigumi in Japan . +-1 The bunrei or wakamitawa is a term used in the Shinto religion that refers to a separated god or divine spirit when an enshrined deity of main shrine is dedicated to a different shrine . +1 Jien ( May 17 , 1155 - October 28 , 1225 ) was a priest of the Tendai sect in the Kamakura period and was famous for the history book , " Gukansho . " +-1 The Koami school is a group of maki-e masters engaging in Shitsugei ( lacquer art ) . +-1 The Jisho / Juei Rebellion was a large-scale internal rebellion that lasted for 6 years from 1180 to 1185 during the later Heian Period . +-1 Unagi is a general term used for a group of fish that belong to the order Anguilliformes family Anguilidae . +1 Nobunao ODA ( 1546 - October 23 , 1574 ) was a busho ( a military commander ) who lived during the Sengoku period ( warring states period ) in Japan . +1 Shigeyoshi MORI ( 1916 - 1991 ) was a Nohgakushi ( Noh actor ) playing waki ( supporting roles ) of Hosho-ryu school . +1 The former Imperial Family is the colloquial term of Imperial Family members who ceased to be a member of the Imperial Family in 1947 , consisted of 51 members of 11 Miyake ( house of an imperial prince ) and their male descendants . +-1 Hachi no ki is one of the Noh plays . +-1 Kanzaki no Sho ( Kanzaki Manor ) was a manor located in Hizen Province from the Heian period to the Muromachi period . +1 Imperial Princess Shoshi ( September 28 , 1286 - November 23 , 1348 ) was a member of the Imperial Family from the latter Kamakura period to the beginning of the Muromachi period ( the period of the Northern and Southern Courts - Japan ) . +1 TACHIBANA no Konakachi ( year of birth unknown - August 6 , 759 ) was the consort of Emperor Shomu . +-1 Zashikibina is a form of the Hinamatsuri ( Doll Festival ) celebration inherited specifically in Ma-ana district , Yawatahama City , Ehime Prefecture . +-1 The Gapsin Coup is an event which happened in Korea in December , 1884 . +-1 It is a pass on the border between Tanba City , Hyogo Prefecture and Fukuchiyama City , Kyoto Prefecture . +-1 Shimogamohon-dori Street is a main street running north-sout though Kyoto City . +1 Hajin HAYANO ( 1676 - July 7 , 1742 ) was a poet of haiku ( a Japanese poem in 17 syllables having a 5-7-5 syllabic form and traditionally containing a reference to the seasons ) who lived during the Edo period . +-1 Tsujiura is a kind of fortune-telling seen in Japan . +-1 The Battle of Shizugatake was a war which occurred in 1583 between Hideyoshi HASHIBA ( later Hideyoshi TOYOTOMI ) and Katsuie SHIBATA near Shizugatake Mountain in Ika District of Omi Province ( present Ika County , Shiga Prefecture ) . +-1 The term Kokugaku means educational institutes established , with the aim of nurturing officials , at each province under the Ritsuryo system ( the system of centralized government based on the Riysuryo code ) . +-1 The Kyoto City Transportation Bureau is a local public enterprise engaged in the provision of public transportation services in Kyoto City and its vicinity . +-1 Amakashino-oka Hill is a hill located in Toyura , Asuka-mura , Takaichi County , Nara Prefecture . +-1 " Otomoshu " were a group of busho ( military commander ) attendants who proceeded to the ancient capital of Kyoto from Kamakura and devoted themselves to raising Shogun Takauji ASHIKAGA 's army . +-1 Sanjo-ohashi Bridge is on Sanjo-dori Street in Kyoto City . +1 MINAMOTO no Yoshinobu ( year of birth and death unknown ) was a Japanese military commander of Kawachi-Genji ( Minamoto clan ) who lived during the late Heian period . +1 Seisei Nikki was a camp diary written by Tenkei , a diplomat priest of Myoshin-ji Temple , who accompanied Yukinaga KONISHI 's army during the Bunroku-Keicho War . +1 Tsunehisa AMAGO is a Japanese military commander and a daimyo during the Sengoku Period . +-1 Enpa is a school of busshi ( sculptor of Buddhist Statues ) which started from the mid Heian period and lasted until the Kamakura period . +1 Katsura Rikyu is the detached Palace ( a palace built apart from the Imperial Palace ) located at Katsura , Nishikyo Ward , Kyoto City . +1 Uzaemon ODATE ( January 13 1854 - August 17 1904 ) was a sumo wrestler who was born in Tagawa County , Dewa Province ( present-day Tsuruoka City , Yamagata Prefecture ) and his highest rank was ozeki ( second highest rank in sumo ) . +1 Nisshin ( 1565 - May 17 , 1626 ) was a monk of the Nichiren Sect of Buddhism from the Azuchi-Momoyama period to the Edo period . +1 Imperial Prince Shigeakira ( 906 - October 13 , 954 ) was the forth prince of Emperor Daigo . +-1 Cho is a form of official documents under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +-1 The Imagawa clan was a samurai family in Japan . +1 SAKANOUE no Kunimaro ( year of birth and death unknown ) was a person in the Asuka period of Japan . +-1 Located in Shimo-Horitsumecho , in the Higashiyama Ward of Kyoto City , Kyoto Prefecture , Shichijo Station is a stop on the Keihan Main Line of the Keihan Electric Railway . +-1 The Ando ( 安東 ) clan was a samurai family , which ruled extensively from Tsugaru region of Mutsu Province , situated in the northernmost region on the Japan Sea side of Honshu to the Akita Country of Dewa Province , during the medieval Japan . +-1 The Anglo-Japanese Alliance was the military alliance concluded in the late Meiji Period between Japan and Great Britain . +1 MINAMOTO no Tsunenaka ( year of birth and death unknown ) was a government official and waka poet in the late Heian period . +-1 Onna Koshu was defined as a female head of a family according to the Old Civil Codes of Japan . +-1 Sorin-ji Temple , located in Higashiyama Ward , Kyoto City , is a temple of the Tendai sect . +1 Miyoji ITO , who lived from May 29 , 1857 to February 19 , 1934 , was a bureaucrat and statesman during the Meiji , Taisho and Show periods . +-1 Kaiuso Garden ( the former residence of Katsutaro INABATA ) is a garden that was made in present-day Sakyo Ward , Kyoto City , by Jihei OGAWA the seventh , commonly called Ueji ( a pioneer gardener of modern Japanese gardens ) . +-1 " Achiki " is an envoy , scholar , and a naturalized citizen dispatched from Baekje to Japan , who is described in " Nihonshoki " ( Chronicles of Japan ) and " Kojiki " ( Records of Ancient Matters ) . +-1 Somin shorai refers to a folk tale that has been told as a legend in Japan in mainly the Kinki region , referring to folk beliefs that originated in the folk tale . +-1 " Yabo " means the unsophisticated condition . +-1 Kyoto Symphony Orchestra is a professional orchestra headquartered in Kyoto City . +-1 Chugen-ji Temple is a Buddhist temple belonging to the Jodo ( Pure Land ) Sect located in Higashiyama-ku Ward , Kyoto City . +1 Gyoei ( year of birth and death unknown ) was a priest during Asuka period and Nara period . +1 Emperor Jomei ( 593 ? - November 20 , 641 ) was the thirty-fourth emperor in Japan ( reigned : February 5 , 629 - November 20 , 641 ) . +1 Hisanobu IJUIN ( year of birth unknown - 1616 ) was a military commander who lived during Japan 's Warring States and Azuchi-Momoyama periods . +-1 The Kiyotaki-kaido Road ( " Kiyotaki Kaido " in Japanese ) is one of the roads which joins Osaka Prefecture , Nara Prefecture and the southern part of Kyoto Prefecture . +-1 Tango Chirimen is a high-quality silk fabric produced in the Tango region of Kyoto Prefecture . +-1 Ke-shima Island is an island that belongs to Maizuru City , Kyoto Prefecture . +1 Masazane HOTTA ( 1716 - November 18 , 1758 ) was the fourth lord of Katada Domain in Omi Province . +-1 Ashikaga School is a high educational institution of the Medieval period which some say was established in the early Heian period or the Kamakura period . +-1 The Hitsuke-tozoku-aratame-kata post was for mostly cracking down such felonies as arson , robbers ( burglars ) and gambling . +1 Hisamichi MATSUNAGA was a busho ( Japanese military commander ) of the Yamato Province in the Sengoku period . +1 Ryojun MATSUMOTO ( July 13 , 1832 – March 12 , 1907 ) was a Shogun 's retainer during the late Edo period , and a government official during the Meiji period . +-1 Kyoto City Half-Marathon is an event that takes place annually on the second Sunday in March , in the city of Kyoto , Kyoto Prefecture . +-1 Takuhatachijihime no Mikoto is a female deity ( Shinto ) in Japanese mythology . +-1 Bijinga is a general term for paintings that are in the motif of so-called feminine beauty , or feminine looks and inner beauty . +-1 Zazen ( meditation ) is a fundamental method of training in Zen Buddhism , in which one meditates sitting with correct posture . +-1 The Eizan Main Line is a railway line operated by Eizan Electric Railway that connects Demachiyanagi Station ( Sakyo Ward , Kyoto City , Kyoto Prefecture ) and Yase-Hieizanguchi Station . +-1 Owari-zukuri style is one of the architectural styles of shrines in Japan . +1 Emperor Shoko ( May 12 , 1401 - August 30 , 1428 ) , his reign was from October 5 , 1412 to August 30 , 1428 , he was the hundred and first Emperor of the Muromachi period . +1 Banzan KUMAZAWA ( 1619 - September 9 , 1691 ) was a scholar of Yomeigaku neo-Confucianism ( the teachings of Wang Yangming and his followers ) in the early Edo period . +-1 Ikakeya indicates the craftsman who does the work of ikake ( repairing pots and rice cookers ) . +-1 Takiguchi no musha ( Takiguchi samurai ) were bushi ( samurai warriors ) who guarded the dairi ( imperial palace ) under the command of the Kurodo dokoro ( imperial secretariat ) from the end of the ninth century . +-1 Hashidate is the name of a limited express train that the West Japan Railway Company ( JR West ) operates between Kyoto Station and Amanohashidate Station via the Sanin Main Line , the Miyafuku Line of the Kitakinki Tango Railway Corporation and the Miyazu Line of the Kitakinki Tango Railway Corporation . +-1 Kyoto Prefecture , a prefecture in Japan , belongs to the Kinki region . +-1 The Kusunoki clan was Gozoku , a local ruling family of the Kawachi Province , and a samurai family of the Southern Court of Japan . +-1 Nakadachiuri-dori Street is a street running east-west through Kyoto City . +-1 Tawaramoto Domain existed in Tawaramoto , Toichi-gun , Yamato Province ( present-day Tawaramoto , Tawaramoto-cho , Shiki-gun , Nara Prefecture ) . +1 Mitsukuni TOKUGAWA was the second lord of the Mito Domain in Hitachi Province . +1 Soho TAKUAN ( January 3 , 1574 - January 27 , 1646 ) was a priest of the Rinzai Sect who was active in the Edo period . +1 Jimmu tosei ( Eastern expedition of the Emperor Jinmu ) is a tale in Japanese myth of the expedition of the first Kamuyamatoiwarebiko ( Emperor Jinmu ) of the Imperial family who departed from Hyuga , conquered Yamato and succeeded to Kashiwara no Miya ( palace at Kashihara ) . +-1 Danjikomi is one of the brewing steps and means of making unfiltered Japanese sake where the yeast and rice are added over three steps to the yeast mash or moto ( another term for sake producing yeast ) to provide a mild environmental change for yeast to adapt to while not losing its productivity . +-1 Naijudokoro was a government office of Ryoge no kan ( official post outside of the Ritsuryo system ) under the Japanese Ritsuryo system . +1 " Hojoki , " written by KAMO no Chomei , is a representative essay in the history of medieval Japanese literature . +-1 Angu ( also called karimiya ) refers to facilities built or used as a temporary palace in situations such as when an emperor pays a visit somewhere , or the imperial palace falls because of a political change and so on . +1 " Shinshui Wakashu " ( New Collection of Gleanings ) is one of the chokusen wakashu ( anthology of Japanese poetry compiled by the Imperial command ) . +1 Seki Bokuo ( 1903 - 1991 ) was a priest of the Rinzai Sect in Japan . +-1 Ubagabi ' refers to mysterious fiery apparitions handed down from generation to generation in Kawachi no kuni ( present-day Osaka Prefecture ) and Tanba no kuni ( present-day the northern part of Kyoto prefecture ) . +1 Ryochin BOKUHANSAI ( 1526 - November 29 , 1602 ) was a jito ( manager and lord of manor ) of Kaizukaterauchi-cho Town , Izumi Province . +1 Johyo ( memorial to the emperor ) was an act of handing Monjo ( written material ) ( or Hyo [ letters ] ) or the Monjo itself to the Emperor from any Koshin ( Emperor 's family ) including Togu ( crown prince ) , all the officials or general public . +-1 The Koga family is a Japanese clan . +1 Ryohen ( 1150 - September 7 , 1232 ) was a priest of the Shingon sect of the late Heian period to the Kamakura period . +-1 Tsukudani are made of sea foods that are boiled in soy sauce and originated in the Tsukuda ( in Chuo Ward Tokyo ) area of Tokyo . +-1 Gojo-zaka is another name for the eastern section of Gojo-dori Street , a street running inside Kyoto City . +-1 Those who perform Noh plays as a profession are called the Noh actors or Noh performers . +-1 The Kyoto National Museum is run by the National Institutes for Cultural Heritage . +-1 Karuka , sakujo , komeya were the Japanese names for the ramrod used for loading muzzle loading guns . +-1 Datotsu refers to a technique in Kendo ( Japanese art of fencing . ) +-1 Gion-jinja Shrines are Shinto shrines dedicated to the Gion Faith . +-1 Izunahime no Mikoto is a goddess enshrined at Izuta-jinja Shrine on Mt . Kochi , Tosashimizu City , Kochi Prefecture and at the Izuta-jinja Shrines in Tamura and Maehama districts of Nankoku City . +-1 Nyujo is one of the ultimate ascetic practices of Shingon Esoteric Buddhism . +1 Empress Gosakuramachi ( September 23 , 1740 - December 24 , 1813 ) was the hundred seventeenth Emperor , her reign was from September 15 , 1762 - January 9 , 1771 . +1 Sutesuke MATSUMOTO ( May 29 , 1845 - April 6 , 1918 ) was a member of Hachiban-gumi Tai ( eighth platoon ) of the Shinsengumi ( a special police force of the late Tokugawa shogunate period ) . +-1 " Kanu " is one of the eighteen best plays of kabuki by the Ichikawa family . +-1 Omote-senke is one of the various tea ceremony schools that can be found in Japan . +-1 Gundai ( a magistrate of a region or an administrator of a town ) is the name of a post set in the bakufu ( Japanese feudal government headed by a shogun ) and in clan domains from the Muromachi period to the Edo period . +1 Mikizo OOISHI ( date of birth is unknown - March 21 , 1866 ) was a vassal of the Hitotsubashi family , a branch of the Tokugawa Clan , who lived during the last days of the Tokugawa Shogunate . +-1 Banyaku refers to working different shifts by rotation in the Japanese history . +1 Emperor Kogen ( 273 B.C. – October 14 , 158 B.C. ) is the eighth emperor ( reigned from February 21 , 214 B.C. to October 14 , 158 B.C. ) written in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +1 Ujiyori ROKKAKU ( 1326 - July 8 , 1370 ) was a samurai ( warrior ) who lived in the period of the Northern and Southern Courts . +-1 The Sohenryu school is a branch of tea ceremony founded by Sohen YAMADA . +1 Sanesada TOKUDAIJI ( 1139 - February 1 , 1192 ) was a court noble and poet who lived in the closing days of the Heian period and into the Kamakura period . +1 Sanehira DOI ( DOHI ) was a busho ( military commander ) from the late Heian to the early Kamakura period . +1 Kageyuki YAMAOKA was a military commander of the Sengoku period ( period of warring states ) . +1 MINAMOTO no Tomonaga ( 1143 – 1160 ) was a Busho ( military general ) during the latter stages of the Heian period . +1 Wakatakehiko no mikoto or Wakahikotakekibitsuhiko no mikoto was a member of the Imperial family who lived during the Kofun period ( tumulus period ) . +-1 YAMANOUE no Soji ki is a book of secrets written in 1588 by Soji YAMANOUE , who was a highly regarded disciple of SEN no Rikyu . +1 Takenori KASUYA was a feudal warlord who lived between the Azuchi Momoyama and Edo periods . +1 Gensuke ITO ( date of birth unknown , 1842 - January 30 , 1870 ) was a regimental soldier in the shinsengjumi , and was someone who had submitted an application to enlist in the shinsengumi . +1 KOREMUNE no Naomoto ( date of birth and death unknown ) was a Myobodo ( study of Codes ) in the Heian period . +-1 As the prime minister subsequent to Aritomo YAMAGATA ( the First YAMAGATA Cabinet ) , such as Hirobumi ITO , Tsugumichi SAIGO and Akiyoshi YAMADA were lined up , but the imperial command for organizing the Cabinet was given to Masayoshi MATSUKATA on May 2 . +1 Sanetaka ASAMI ( the date of birth unknown - 1241 ) was a samurai from Kodama party of Musashi Province from the end of Heian period to Kamakura period . +-1 Kyoho-chogin is a silver coin by weight standard as well as a kind of chogin that was issued in September 1714 , and it was called by " Shotoku-chogin " as well . +-1 Murakami-Genji was a shisei kozoku ( member of the Imperial Family conferred with a family name ) who was descended from a son of the sixty second Emperor , Murakami . +-1 Kagurabue flute is a wind instrument used in the performance of gagaku ( ancient Japanese court music ) . +-1 Yusocho refers to an account book recording accurate figures of Denso ( rice field tax ) and Jishi ( land taxes under the Ritsuryo system ) actually collected in one year in order for the Ritsuryo government ( ancient Japanese government of centralized governance ) to survey the actual performance of government affairs by Kokushi ( provincial governor ) , which was always carried by Kochoshi , one of Shidoshi dispatched to the capital by Kokushi , in charge of submitting Chocho ( list of choyo ( tribute and labor ) and was submitted by Minbusho ( the Ministry of Popular Affairs ) by order of the government . +-1 Myoho ( Saddharma in Sanskrit ) means the first victorious and mysterious dharma in Buddhism . +-1 " Karukuchi " is an old name of Kamigata rakugo , traditional Japanese comic storytelling as performed in the Kyoto-Osaka region . +1 Giten Gensho ( 1393-April 17 , 1462 ) was a priest of the Rinzai Sect of Buddhism in the mid-Muromachi period . +-1 ( Kyoto City Heiankyo Sosei-kan Museum ) The Suzaku-oji Street is referred to as a government-run road in capitals of ancient East Asia under a street plan of ancient capital , which ran southward from the front of the Kyujo ( place where Emperor lives ) and Kanga ( government office ) . +1 Nobumasa NAITO was a busho ( Japanese military commander ) of the Sengoku period ( Period of Warring States ) ( Japan ) . +-1 Miroku-ishi Stone is the stone placed in hokora near the entrance to Oku no in of Mt . Koya , the sacred ground of Wakayama Prefecture . +-1 Hikae yagura is Zamoto ( leaders of theatrical companies ) which took over the performance rights and ran the theaters on behalf of the playhouses ( Hon yagura [ the three licensed theaters , Edo Sanza ] ) authorized by the Edo bakufu ( Japanese feudal government headed by a shogun ) because the playhouses could not give any performance due to financial woes etc. in the Edo period . +-1 Sumi refers to soot derived from substances such as lampblack or burnt pine , solidified by mixing with gelatin ( solid sumi ) . +1 Masahide HATTORI ( date of birth and death unknown ) was a busho ( Japanese military commander ) and a daimyo ( Japanese feudal lord ) in Azuchi-Momoyama period . +-1 Tosenkyo is a Japanese game ( throwing fans at a target ) that is one of the Japanese traditional multiplayer games . +1 Emperor Kameyama ( July 9 , 1249 - October 4 , 1305 ) was the ninetieth Emperor during the Kamakura period ( his reign was from January 9 , 1259 to March 6 , 1274 ) . +1 Nagamasa HAYAKAWA ( date of birth and death unknown ) was a busho ( Japanese military commander ) and a daimyo ( Japanese feudal lord ) in Azuchi-Momoyama period . +-1 Hanbagu ( hamburger ) or hanbagu suteki ( hamburger steak ) is a dish , made by adding minced vegetables such as onions , and seasonings such as pepper into ground meat ( pork , beef , other meat of livestock , or a combination of meats ) , mixing eggs and bread crumbs together , forming the meat mixture into ovals or circles , and broiling them . +1 Donin NISHIMURA ( 1504-1555 ) was a caster and Kamashi ( tea pot maker ) in the Sengoku period ( period of warring states ) . +1 Moritsuna TADA ( year of birth unknown - 1156 ) was a Japanese military commander of the late Heian period . +1 Amenosakahoko ( also pronounced as Amanosakahoko ) is a kind of halberd ( hoko ) which appears in the myths of medieval Japan . +-1 Ponto-cho , located in Nakagyo Ward , Kyoto City , is a hanamachi ( ' flower town , ' or geisha district ) that lies between the Kamo-gawa River ( Yodo-gawa River system ) and Kiyamachi-dori Street . +1 Tsunehiro KAJUJI ( also known as Keikyo , 1432 – March 3 , 1504 ) was a court noble in the Muromachi Period . +-1 Hosuseri no Mikoto is a Shinto god in Japanese mythology . +-1 Saekibe is one of the Shinabe ( technical groups ) that existed in ancient Japan . +-1 Miya sodo ( palace disturbance ) is the incident in which Mitsutoki HOJO attempted a rebellion , and the former Seii taishogun ( literally , " great general who subdues the barbarians " ) , FUJIWARA no Yoritsune , was banished from Kamakura , and returned to Kyoto in 1246 in the Kamakura period . +-1 The Shingu clan is one of the clans in Japan . +1 " Mutsuwa-ki " is a war chronicle that depicts the details of Japan 's Early Nine-Years War . +1 Princess Yamatototo Hime ( Yamatototo Hime no Mikoto ; the dates of her birth and death unknown ) was the first princess of the Emperor Kogen . +-1 Kobu-ochoku juhakka-jo was the name for eighteen articles which were said to be issued in September 1615 by Ieyasu TOKUGAWA who received an imperial order from Emperor Gomizunoo to display in Shishin den inside the Imperial palace . +-1 Kamitobaguchi Station , located in Takeda-Mukaidaimachikawa-cho , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a railway facility on the Kyoto Line of Kintetsu Corporation . +-1 Tonarigumi +-1 Kiseru is one of Japanese smoking tools and similar to a Western pipe ( tobacco ) . +1 TACHIBANA no Hiromi ( 837 - June 10 , 890 ) was a court noble and academian in the early Heian period . +1 Masataka UEMATSU ( October 2 , 1687 - November 4 , 1730 ) was a Kugyo ( top court official ) during the mid Edo period . +-1 Tamagoyaki is a general term for Japanese egg dishes in which eggs are beaten and cooked in a pan . +-1 Marutamachi Station , located in Higashi-Maruta-cho , Sakyo Ward , Kyoto City , Kyoto Prefecture , is a stop of the Keihan Oto Line , which is operated by Keihan Electric Railway . +1 Fuyutsune TAKATSUKASA ( 1283 - July 17 , 1319 ) was a kugyo ( court noble ) who lived at the end of the Kamakura period . +-1 Otsu Prince Hotel in Otsu City , Shiga Prefecture is a business hotel built on the causeway surrounding lake Biwa . +-1 Shoji-ji Temple is a Buddhist temple belonging to the Tendai Sect located in Nishikyo Ward , Kyoto City . +-1 Jisha seiryoku is a term describing the military , governmental , economical and cultural power of temples and shrines ( at that time considered equivalent because of syncretism of Shinto and Buddhism ) , which shared power with the military government and Imperial Court during the Japanese middle ages . +1 OTOMO no Tabito ( 665 - September 4 , 731 ) was a politician and poet of the early Nara period . +-1 Shijo stations are located in Kyoto City , Kyoto Prefecture . +1 Hiroshi INAGAKI ( December 30 , 1905 - May 21 , 1980 ) was a Japanese film director . +-1 Watanabe no tsu , one of the biggest seaports on the coast of Seto Inland Sea , used to be located near the river mouth of the Kyu-Yodo-gawa River ( former Yodo-gawa River ) in the Settsu Province . +-1 Koka fifty-three families refers to jizamurai ( local samurai ) fifty-three families in Koka , who stood by Rokkaku clan 's side in ' Siege of Magari , ' who later became the center families of Koga-ryu school ninjutsu ( ninja techniques ) . +1 Masatomo ASHIKAGA was a member of the Ashikaga family and the first Horigoe Kubo ( the Governor-general based in Horigoe , Izu Province ) in the late Muromachi period . +1 Tama KONDO ( March 15 , 1862 - June 28 , 1886 ) was a general woman in the Meiji era . +-1 The Battle of Toba-Fushimi from January 27 to 30 , 1868 was the beginning of the Boshin War , and was fought in Kamitoba ( Minami Ward , Kyoto City ) on the outskirts of southern Kyoto , Shimotoba , Takeda , and Fushimi ( Fushimi Ward , Kyoto City ) . +-1 " Sumida-gawa Gonichi no Omokage " is one of the kabuki kyogen play written by Shimesuke NAGAWA . +1 The sixth Koraku OGAWA ( April 22 , 1940- ) is a master of sencha ( green leaf tea ) tea ceremony ( the sixth grand master of the Ogawa school ) . +1 Katsumi NISHIKAWA ( July 1 , 1918 - ) was a movie director . +1 Gion no nyogo ( year of birth and death unknown ) was a favorite consort of the Cloistered Emperor Shirakawa in his later years . +-1 Randen-Saga Station , located in Saga-tenryuji-imahori-cho , Ukyo Ward , Kyoto City , is a railway facility of the Arashiyama Main Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +1 Tadakuni MIZUNO was a daimyo ( Japanese feudal lord ) and roju ( senior councilor of the Tokugawa shogunate ) who lived during the Edo Period . +1 Tamesada NIJO ( c . 1293 - April 8 , 1360 ) was a poet from the end of Kamakura period to the beginning of the Northern and Southern Courts period . +-1 Mt . Gorogadake is a mountain that is located in the center of Maizuru City , Kyoto Prefecture and divides Higashi-Maizuru and Nishi-Maizuru . +-1 The Keihan East Rose Town Community Bus is the bus route established by the Keihan Uji Transport Co . Ltd . , while the Keihan Bus Co . Ltd. is currently managing and operating the bus route after the consolidation of the Keihan Uji Transport Co . Ltd. into the Keihan Bus Co . Ltd .. +-1 Saba-kaido Road is an historical name of the road developed for fish and shellfish captured in Reinan for delivery to Kyoto . +-1 " Chakyo " ( The Classic of Tea ) is a book written by Lu Yu around eighth century in Tang Dynasty China . +1 Toshimoto HINO ( date of birth unknown , died July 4 , 1332 ) was a court noble at the end of Kamakura Period . +-1 Taishimichi refer to Japan 's ancient roads that are taken by Prince Shotoku and which have common name . +1 Honchotsugan is a history book in classical Chinese and in chronological order edited by the Edo Shogunate . +-1 The term Kyo language ( written in Japanese as either 京言葉 , きょうことば or 京ことば ) or Kyoto-ben ( Kyoto dialect ) means a Japanese dialect spoken either in the old town area of Kyoto City , in the narrow sense , or in the area including Yamashiro Province and Nantan ( around Kameoka basin ) , in the broad sense , both in Kyoto Prefecture . +-1 The Nishinotoin-dori Street is a street running north-south through Kyoto City . +-1 Shoden referred to having / giving permission to enter a denjo no ma in the minami hisashi ( southern surrounding area ) of the seiryoden of dairi ( Imperial Palace ) to people higher than goi ( Fifth Rank ) in the rank and people in a position of Rokui no Kurodo ( Chamberlain of Sixth Rank ) in and after the Heian period . +1 KAWAKAMI no iratsume ( around 575 - around 618 ) was a consort of the Emperor Sushun . +1 Tsunamoto ONINIWA ( 1549 - July 13 , 1640 ) was a busho ( Japanese military commander ) of the Date clan . +1 FUJIWARA no Hirotsune ( 838-February 18 , 883 ) was a government official who lived during the early Heian period . +-1 Kizakura Kappa Country is a theme park owned by Kizakura Co . , Ltd. located in Fushimi Ward , Kyoto City , Kyoto Prefecture . +-1 Sakura meshi is a takikomi gohan ( Japanese rice dish seasoned with dashi and soy sauce ) without any other ingredients . +1 FUJIWARA no Naritaka ( year of birth and death unknown ) was a retainer of the Imperial Court at the end of Heian period . +-1 Culture Day ( Bunka no hi ) is a Japanese national holiday held annually every November 3 . +1 Yugao ( Evening face ) is one of the fifty-four chapters of " The Tale of Genji . " +-1 Zenjo ( dhyaana in Sanskrit , jhaana in Pali ) is to meditate and observe the truth while focusing one 's mind . +-1 Nanto Yakiuchi is the incident that the Taira clan army led by TAIRA no Shigehira set fire to Buddhist temples in Nara ( Nanto ) such as Todai-ji Temple and Kofuku-ji Temple by the order of TAIRA no Kiyomori on January 15 , 1181 . +1 MIYOSHI no Nagahira ( 1168 - May 3 , 1244 ) was a court official during the early Kamakura period . +-1 The Kintetsu Keihanna Line is a train line of Kintetsu Railways ( Kintetsu ) connecting Nagata Station ( Osaka Prefecture ) in Higashi-Osaka City , Osaka Prefecture , and Gakken-Nara-Tomigaoka Station in Nara City , Nara Prefecture . +1 Kunimatsu TOYOTOMI / Kunimatsu HASHIBA ( 1608 - June 19 , 1615 ) was a son of Hideyori TOYOTOMI . +1 The Kurikuma no Okimi ( year of birth unknown - July , 676 ) was a member of the Japanese Imperial Family in the Asuka period . +1 Tokusanokandakara ( or Jusshushinpo ) are ten kinds of sacred treasures that were handed down by Nigihayahi no Mikoto , sojin ( ancestral tutelary ) of the Mononobe clan . +1 Sokyu IMAI ( 1520 - August 31 , 1593 ) was a merchant in Sakai and a chajin ( master of the tea ceremony ) , who lived in the Azuchi-Momoyama period . +1 Kappa KO ( 1724 - 1776 ) was a composer of Chinese poems and Confucian scholar in the mid Edo period . +-1 Mandala ( Sanskrit : mandala ) means works that express sanctuary , Buddhahood and / or the world view of Buddhism visually and symbolically by means of statutes of Buddha , symbols and characters ( especially those of Esoteric Buddhism ) . +1 Shune ( 1113 - ca . 1191 ) was a priest and poet in the late Heian period . +1 Chikamitsu YUKI ( year of birth unknown - March 2 , 1336 ) was a busho ( Japanese military commander ) who lived from the Kamakura period to the period of the Northern and Southern Courts . +1 Noritoshi IKOKUMA ( year of birth unknown - November 13 , 1609 ) was a court noble in the early Edo Period . +1 Masamune DATE ( September 5 , 1567 - June 27 , 1636 ) was a feudal warlord who lived during the Sengoku period . +1 Kanezane KUJO ( 1149 - May 3 , 1207 ) was a court noble who lived from end of the Heian period to the beginning of the Kamakura period . +1 Kanku ( 884 - February 28 , 972 ) was a Shingon sect priest in the middle of the Heian period . +-1 The Shimpuren-no-ran War is a revolt by the warrior class against the Meiji Government which took place in Kumamoto City in 1876 . +1 TAKATA no Iwanari ( his age of birth and death are unkown ) was from the Asuka period . +-1 Ikeda-no-sho Manor was a shoen ( manor in medieval Japan ) in Mino Province during the Heian and Muromachi Periods . +-1 Kao no goso refers a direct petition by Enryaku-ji Temple 's daishu ( residing monks ) demanding the proprietor of the Owari Province FUJIWARA no Narichika into exile on January 18 , 1170 . +-1 The Myobo Kanyosho is a law book written in the late Heian period . +1 HEKI no Sademaro ( 佐堤麻呂 ) ( year of birth and death unknown ) was a regional administrator of Nara period . +1 Momiji no Ga ( The Autumn Excursion ) is one of the fifty-four chapters of The Tale of Genji . +1 Kumeo IWAKURA ( 1865 - 1923 ) was a military man of the Imperial Japanese Army during the Meiji period . +-1 Sokujo-in Temple is a Shingon Sect Buddhist temple in Higashiyama Ward , Kyoto City , Kyoto Prefecture . +1 Nagashi MATSUMOTO ( November 11 , 1877 - November 29 , 1935 ) was a Nohgakushi ( Noh actor ) playing shite ( principal roles ) of Hosho-ryu school . +-1 The Toyotomi government was a Japanese government that ruled the country from 1590 ( in fact , 1585 ) to 1603 . +1 Empress Dowager Eisho ( maiden name : Asako KUJO , December 23 , 1833 - January 11 , 1897 ) was Emperor Komei 's Nyogo ( consort ) and Emperor Meiji 's mother . +-1 Seii Taishogun ( literally , " great general who subdues the barbarians " ) was one of the Shogun positions in Japan 's Ryoge no kan ( class outside of the Ritsuryo system ) . +1 Shuhei TANI ( May 20 , 1948 - December 2 , 1901 ) was a member of Shinsengumi ( a special police force of the late Tokugawa shogunate period ) . +-1 The Taft – Katsura Agreement was an agreement made between the Prime Minister of Japan Taro KATSURA , who was also the temporary Minister of Foreign Affairs , and William Howard TAFT , the United States Secretary of War and later the 27th President of the United States , who was also a special envoy visiting Japan on the way back from the Philippines . +1 Naganari OGASAWARA ( November , 1859 - January , 1895 ) was a chamberlain of the Crown Prince for Emperor Meiji and Emperor Taisho . +1 OZUKI no Hirofusa ( year of birth unknown -July 13 , 1202 ) was a lower or middle ranked government official during the end of the Heian period . +1 Shigetoki SUZUKI ( 鈴木 重辰 , 1607 - November 14 , 1670 ) was a bakushin ( Shogun 's retainer ) in the early Edo period . +-1 The Shingon Sect Daikakuji School is one of the schools of the Shingon Sect of Buddhism in Japan and is part of the Kogi Shingon ( Old Shingon ) Sect . +1 Nobutoshi ODA ( November 19 , 1853 - June 6 , 1901 ) was the third lord and governor of Dewa-Tendo Domain in the Edo period . +-1 Hatsumiyamairi ( a Shinto rite of passage for newborns ) is to thankfully report to Ubusunagami ( guardian deity of one 's birthplace ) that a baby safely had the one month anniversary . +-1 Dosoyaku , also known as kurayaku , was a tax on doso ( pawnbrokers and moneylenders ) in Kyoto during the medieval era . +1 Motochika fujin ( year of birth unknown - September 8 , 1583 ) was a woman during the Sengoku Period ( Period of the Warring States ) . +1 Hisanao KAMACHI was a Japanese military commander lived from the end of the Heian Period through the beginning of the Kamakura Period . +1 Yoshimasa OSHIMA ( September 20 , 1850 - April 10 , 1926 ) was a samurai warrior of Japan , feudal retainer of Choshu Domain , military man of Imperial Japanese Army and a peerage . +1 Taka ISODA ( her real name was Taka , 1879 - 1945 ) was Geisha in Gion Kobu , and she was Okami ( mistress ) of " Daitomo , " a tea shop which operated in Gion-Shinbashi , Higashiyama Ward , Kyoto City . +-1 Soboshu is a collective term referring to Japanese sake brewed in major temples from the Heian period to Edo period . +-1 The Shindo incident is a peasants ' revolt that took place in Shindo Village ( present-day Hiratsuka City ) , Osumi County , Kanagawa Prefecture in 1878 . +-1 Gigaku-men mask is a mask used for gigaku ( an ancient pantomime in which performers wear masks ) . +1 Takakiyo KYOGOKU ( 1460 – 1538 ) was a Daimyo ( feudal lord ) from the late Muromachi period through Japan 's Sengoku period ( Period of Warring States ) . +1 Juro WADA ( year of birth is unclear - January 28 , 1868 ) was a member of Shinsengumi . +-1 Tento is the sun god in Japan . +-1 Gomagi is a wood for burning when a holy fire is lighted . +1 Exclaustration means that a Buddhist monk quits the priesthood , which requires strict adherence to Buddhist precepts , and returns to secular life . +1 Muneshige YUASA ( year of birth and death unknown ) is a busho ( Japanese military commander ) over the end of the Heian era and the early period of the Kamakura era . +-1 Jiden ( also called terada ) fields indicate , in Japan , rice fields whereby output was used for operating Buddhist temples . +1 ARIWARA no Yukihira ( 818 - September 6 , 893 ) was a Japanese poet and a court noble who lived in the Heian period . +1 Satoru TAUCHI ( 1839 - February 14 , 1867 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +1 Norimichi INABA ( 1603-October 6 , 1648 ) was the second han head of the Tamaru han ( Tamaru Domain ) in Ise no kuni ( Ise Province ) . +-1 Hachijo-dori Street is : +1 The Prince Kibumi ( year of birth unknown - July 28 , 757 ) was a member of the Imperial Family who lived in the Nara period . +-1 Soroban Bozu or Soroban Kozo is a ghost whose stories are told in Tanba Province ( Kyoto Prefecture ) . +-1 Matarashin ( also known as Matarishin ) is the principal image of the Tendai Sect , specially in the Genshi Kimyodan ( a secret ceremony of the Tendai sect ) , and is also regarded as a guardian deity of the Amida-kyo Sutra and nenbutsu ( Buddhist invocation ) . +1 Suemochi IMADEGAWA ( 1575 - March 7 , 1596 ) was a kugyo ( court noble ) who lived during the Azuchi-Momoyama period . +1 Kinnao IMADEGAWA ( 1335 - June 1396 ) was a kugyo ( court noble ) who lived during the period of the Northern and Southern Courts ( Japan ) and Muromachi period . +1 Kojuro KUSUNOKI ( year of birth : ca . 1848 - date of death : October 26 , 1864 ) was a member of Shinsengumi ( a group which guarded Kyoto during the end of Tokugawa Shogunate ) who came from Kyoto . +-1 The cypress bark roof is a roofing method which uses cypress bark . +-1 The Ogura family were kuge ( court nobles ) with kakaku ( family status ) of urinke ( the fourth highest family status for court nobles ) . +-1 The 22 Shrines are part of the Shakaku for Shinto shrines . +1 Heinai ORITA ( January 1847 - May 7 , 1905 ) was a statesman in the Meiji era . +-1 Esan kiitsu ( Esan kiichi ) means that learning ichijo ( Single Vehicle ) through understanding sanjo ( the Three Vehicles carrying sentient beings to the world of enlightenment ) . +1 Takanobu KYOGOKU ( 1838 - May 13 , 1893 ) was the 12th ( the last ) hereditary domain head of the Mineyama Domain in Tango Province . +1 Fujitsuna AOTO ( dates of birth and death unknown ) was samurai in the late Kamakura Period . +-1 Katakamuna civilization is a super ancient civilization that is said to have existed in Japan . +1 " Kenchumikkan " is a book written by FUJIWARA no Teika in the early Kamakura Period , which is a collection of commentaries on " Kokin Wakashu " ( Collection of Ancient and Modern Japanese Poetry ) . +1 " The Izumi Shikibu Nikki " is a diary written by Izumi Shikibu , and is a notable example of women 's literature in diaries . +1 Tadanori UENO ( 1581 - year of death unknown ) was a military commander from the Azuchi-Momoyama to Edo periods . +-1 Narukami is one of the kabuki plays . +-1 Genroin was a legislative organ in the early Meiji era in Japan . +1 Hozan Kenchin ( 1394 - February 14 , 1442 ) was a priest during the Muromachi Period . +-1 " Heizei-gojo " is a Buddhist term of Jodo Shinshu Buddhism ( the True Pure Land Buddhism , ) which means that any person must complete preparation for rebirth in heaven while he is still alive . +-1 Tamamizu Station , located in Ide-cho , Tsuzuki-gun of Kyoto Prefecture , is a stop on the Nara Line of the West Japan Railway Company ( JR West ) . +-1 Shunkyoden ( Syunkoden ) Hall was one of the 17 halls of the dairi ( Imperial Palace ) in the city of Heian-kyo . +1 Minushi no Himemiko ( year of birth unknown - September 22 , 737 ) was the daughter of Emperor Tenchi . +-1 Yoshihiko SHIRAKURA ( 1940 - ) is a researcher and a writer on Ukiyoe ( Japanese woodblock prints ) . +-1 Someiyoshino ( scientific name : Prunus x yedoensis ) is a type of cherry tree as a garden plant , having been produced by crossbreeding Cerasus spachiana ' Komatsuotome ' in the line of Edohigan ( P. pendula Maxim. f. ascendens ( Makino ) Ohwi ) and the Oshima cherry ( P. lannesiana var. speciosa ) . +-1 Type 120 was a steam locomotive that was imported from U.K. in 1874 when a railway began operation between Osaka and Kobe . +1 Motokazu YAKUSHIJI was a busho ( Japanese military commander ) at the end of Muromachi period ( the Sengoku Period ( Period of Warring States ) ( Japan ) ) . +1 OTOMO no Koshibi ( 695 - 777 ) was a bureaucracy of the Nara period . +-1 Hankyu Corporation ( Hankyu Dentetsu ) is a major private railway company operating the railways that connect Osaka Umeda Station with Kobe City , Takarazuka City and Kyoto City . +-1 Oyama or Onnagata refers to the actor who acts the role of a young woman , the duty of the actor , or the pattern of acting itself , in Kabuki . +1 Okinaga no sukune no miko ( 息長宿禰王 ; year of birth and death unknown ; around the second century ) was a member of the Imperial family . +-1 Myosei-ji Temple is a Buddhist temple belonging to the Nichiren Sho Sect located in Kita-ku Ward , Kyoto City . +1 Nobukiyo BOMON ( 1159 - April 9 , 1216 ) was a court noble during the Kamakura period . +-1 Kotaiyoriai ( 交代寄合 ) is one instance of having hatamoto ( a direct retainer of a shogun ) family status within the Edo bakufu ( Japanese feudal government headed by a shogun ) . +-1 " Kanmuryoju Kyo " ( The Sutra of Contemplation on the Buddha of Immeasurable Life ) is one of the Mahayana Buddhist sutras . +-1 The Horeki Incident is the first incident in which imperialists were oppressed in the middle of the Edo period . +1 It is said that Taketori Monogatari is the oldest tale in Japan . +1 Princess Yamatototo Wakaya Hime ( Yamatototo Wakaya Hime no Mikoto ; her date of birth and death are unknown ) was a princess of the Emperor Korei . +-1 Jikaku was the hierarchy of a Buddhist temple used to classify its status based on its economic and social standing . +-1 The Kawamata Incident was a struggle that took place on February 13 , 1900 in Kawamata , Sanuki Village , Oura County , Gunma Prefecture ( the present Meiwa Town , Gunma Prefecture ) between police and peasants who were marching to Tokyo to protest to the Meiji government against the Ashio Copper Mine Mineral Pollution Incident . +-1 Ogura Station , located in Kaguraden , Ogura-cho , Uji City , Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line , which is operated by Kintetsu Corporation . +-1 Shozan means the rank of temple ' Zenrin ' , temples of the Zen sect in Japan , which is under the ranks of ' Gozan ' and ' Jussatsu . ' +1 Ujitsune SHIBA ( years of birth and death unknown ) was a person who lived in the period of the Northern and Southern Courts ( Japan ) . +1 Tona ( 1289-April 17 , 1372 ) was a Japanese monk and waka poet who lived in the final days of the Kamakura period and into the Northern and Southern Court period . +-1 Minamiza is a theater located in Higashiyama Ward , Kyoto City . +1 Tadataka OKUBO ( 1560 - April 2 , 1639 ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) and the early Edo period . +-1 " Jusanmi " ( Junior Third Rank ) is a rank in court ranks and shinkai ( ranks granted to Shinto gods ) . +1 FUJIWARA no Tamemichi ( 1112 - August 1 , 1154 ) was a court noble during the late Heian Period . +-1 A Sorinto Pillar is a Buddhist facility . +-1 Kaiin-ji was the name of a Buddhist temple located in Nagaokakyo City , Kyoto Prefecture and is also currently the name of the surrounding area . +-1 Hitatare ( the large square-cut coat with cord laced sleeve edges of samurai ) is one type of Japanese traditional kimono . +1 Gyoe ( 689-date of death unknown ) was a priest in the Nara period . +-1 Togashi refers to a series of cakes and the technique used to make them that were introduced from Tang ( China ) in the Nara period . +-1 Ohama Riot was the riot in Washizuka , Aomi County , Mikawa Province ( currently Hekinan City , Aichi Prefecture ) in 1871 , although it was one of the protest movements against Haibutsu-kishaku ( a movement to abolish Buddhism ) , it was an undesigned and incidental riot . +1 Yasutomo KOREMUNE ( another names : Yasutomo TONAI / Yasutomo KAGOSHIMA ) was a gokenin ( an immediate vassal of the shogunate ) in the Kamakura Period in Japan . +-1 Butsudan is a permanent miniature temple in an ordinary house to enshrine Buddha as well as an alter to enshrine the dead of the family . +1 Tsuneuji KIRA ( dates of birth and death unknown ) was a busho ( Japanese military commander ) in the Kamakura period . +-1 Ryoke is a term used in the context of Japanese shoen ( manor in medieval Japan ) to represent a lord of the shoen , donated by Kaihatsu-ryoshu ( local notables who actually developed the land ) . +1 Bodai Senna ( Bodhisena , 704-760 ) was a priest from a foreign country in the Nara period . +1 Senpo KURIYAMA ( 1671 - 1706 ) was a Neo-Confucian scholar who lived during the middle of the Edo period . +-1 Tairo was the food supplied to Jicho ( unpaid workers ) , Eji ( guards ) and Uneme ( court ladies ) working at the central government offices in the ancient Ritsuryo system . +1 Fujiwara no Noritada ( date of birth and death unknown ) was a court noble and a Shinto priest in the end of the Heian period . +-1 Haigo or Haimei ( or Haimyo ) is the pen name used in making Haikai or later Haiku . +1 Danjuro ICHIKAWA ( the ninth ) ( Danjuro " 團十郞 [ old letter shape ] , 団十郎 [ new letter shape ] ) , " ( November 29 , 1838 - September 13 , 1930 ) was a great kabuki actor in the Meiji period . +1 Emperor Itoku ( 553 B.C. - October 1 , 477 B.C. ) was the fourth emperor ( reign : March 9 , 510 B.C.- October 1 , 477 B.C. ) , being described in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +1 Morimasa ASHINA ( 1386 - 1434 ) was a busho ( Japanese military commander ) in the early and mid Muromachi Period . +1 MONONOBE no Arakahi ( year of birth unknown - September , 536 ) was a member of Gozoku ( local ruling family ) during the Kofun Period ( tumulus period ) . +-1 " Yuzu kosho " ( also called Yuzu gosho ) is a type of condiment that is made by seasoning a paste of chili and yuzu peel with salt and then matured . +-1 Baiu ( called also " tsuyu " and written also as " 黴雨 " [ meaning ' rain of molds ' ] ) is a rainy period from May to July every year which is typical meteorological phenomenon seen in a wide area covering Japan excluding Hokkaido and Ogasawara Islands ( Bonin Islands ) , the southern part of Korean Peninsula , coastal area of People 's Republic of China including south and center China and Taiwan . +1 Lady Tokiwa ( 1138 - date of death unknown ) was a woman during the late Heian period , who was MINAMOTO no Yoshitomo 's favorite concubine . +-1 The Five Buddhas in Womb Realm are a kind of venerable image in Buddhism . +1 Kanehiro YOSHIDA ( 1348 to 1402 ) was a priest of Yoshida-jinja Shrine and court official who was in charge of matters related to Shinto rituals during the period of the Northern and Southern Courts . +-1 Mizugumo ( literally , water spider ) was one of the tools used by Ninja for crossing waters , such as moat or river . +-1 Kajin is the name which professionals such as ' flower arrangement experts , ' ' Ikebana artists , ' ' flower artists ' and ' flower designers ' prefer to call themselves in public . +1 Kintsumu OGIMACHISANJO ( October 23 , 1721 - July 6 , 1777 ) was a kugyo ( court noble ) during the middle Edo period . +1 Sukehiro TAKATSUKASA ( his first name is written in kanji 輔凞 or 輔熈 , , December , 5 , 1807 - November 19 , 1878 ) was a kugyo ( the top court officials ) during the late Edo period ( last days of the Tokugawa shogunate ) . +-1 Hokutan Railway is a railway operator which operated a line running northward from the Fukuchiyama Station in Fukichiyama City , Kyoto Prefecture to Komori Station . +1 Sanenari SHIMIZUDANI ( 1648-October 12 , 1709 ) was Kuge ( a court noble ) and Kajin ( a Waka [ a traditional Japanese poem of thirty-one syllables ) poet ] of the Saionji family from the early to middle of the Edo period . +-1 Sandai-Kyaku-Shiki is a term used to collectively refer to three Kyaku-Shiki acts ( laws supplementary to the Ritsu-ryo , which were the statutes of the Nara and Heian periods ) that were codified during the Heian era : the Konin-Kyaku-Shiki Act , the Jogan-Kyaku-Shiki Act and the Engi-Kyaku-Shiki Act . +-1 Ongoku Bugyo were placed in important places within Shogunate-owned land ( tenryo ) outside of Edo , and were divided into bugyo ( magistrate ) and yakugata who handled the governance of that land . +-1 Konsei-shin , who is also called as Konsei-daimyojin or Konsei-sama , is the god representing a goshintai ( object of worship housed in a Shinto shrine and believed to contain the spirit of a god ) made of stone , wood or metal which is shaped like a phallus . +-1 Sangaku , which was imported from the Asian continent into Japan in the Nara period , is the collective name of various amusement arts including , but not limited to , mimicry , acrobatics / stunt , trick , magic , puppet show and Japanese dancing . +1 Masayasu KUROKAWA ( March 21 , 1817 to September 28 , 1890 ) was a doctor who practiced Western medicine and a Dutch scholar ( a person who studied Western sciences by means of the Dutch language ) during the end of Edo period . +-1 Shozeicho refers to one of the account books that kokushi ( provincial governor ) submitted to Daijokan ( Grand Council of State ) in the ritsuryo system every year , a balance sheet of shozei ( the rice tax stored in provincial offices warehouse ) in ryoseikoku ( province ) . +-1 Europeanism is a policy ( a policy of Europeanization ) which the Meiji Government implemented to make an impression on Western countries by modernizing Japan , that is to say , by Europeanizing Japanese things , regulations , folkways , and customs in Japan in 1880s , and an active movement of thought and folkways of the times related to the policy . +-1 Tengu are legendary Japanese creatures . +-1 " Habutae " ( habutae silk in English ) is a kind of plain woven cloth with warp and weft yarns alternately interwoven . +1 Soncho ( year of birth unknown - 1227 ) is a Buddhist monk in the early Kamakura period . +-1 Inshi ( or In no tsukasa ) is an official of In no cho ( Retired Emperor 's Office ) set up directly under the retired emperors and nyoin ( empress , empress dowager or grand empress dowager ) during the ancient period to the middle ages in Japan . +-1 Tashibu no Sho ( Tashibu Manor ) was a manor belonging to Usa-jingu Shrine in Kunisaki District , Buzen Province ( modern day Bungotakada City , Oita Prefecture ) . +-1 Izuna-gongen ( also pronounced as Iizuna-gongen ) is a syncretized god of Shintoism and Buddhism which is said to originate from a belief in the mountains of Mt . Izuna in Minochi County , Shinano Province ( now Nagano Prefecture ) . +1 FUJIWARA no Moronaga ( 1138 - September 4 , 1192 ) was the Kugyo ( court noble ) , who had a title of Daijodaijin ( Prime Minister ) at the end of Heian period . +1 Jinsai ITO ( August 30 , 1627 - April 5 , 1705 ) was a Confucian scholar and philosopher in the early Edo period . +1 Kotaigo , or empress dowager ( pronounced " huang tai hou " in Chinese ) , is a title held by the widow of a deceased emperor or a term used to refer to such a person . +-1 Torinoiwakusufune no kami was a god ( Shinto religion ) appearing in Japanese Mythology , and also the name of the ship that the gods rode . +-1 Tsumugi is a kind of fabric that tsumugi yarn , spun from floss silk , is used as either warp thread or weft thread , or both of them on weaving . +-1 Ishikoridome is a god appearing in the Japanese mythology . +-1 Obitoke-dera Temple , located in Imaichi-cho , Nara City , is a temple of the Kegon sect . +-1 Minbusho-satsu is a bank note issued by the Minbusho ( Ministry of Popular Affairs ) of the Meiji government from November 15 , 1869 to the next year . +1 The notion of the Imperial Throne means the throne of Emperor in Japan . +1 Genshun KOISHI ( 1743-February 9 , 1809 ) was a Rangakusha ( a person who studied Western sciences by means of the Dutch language ) and Ranpoi ( a person who studied Western medicine by means of the Dutch language ) in the late Edo period . +1 Saburo OBATA ( date of birth unknown - October 19 , 1868 ) was a member of the Shinsengumi . +-1 Wakasa-cho is a town in Fukui Prefecture . +-1 Shijo-omiya Station , located in Shijo-omiya-cho , Shimogyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Arashiyama Main Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +1 Keien ( Kyoen , 944 - October 9 , 1019 ) is a Buddhist priest of the Tendai sect during the mid Heian period . +-1 Yamato Katsuragi Hozan-ki ( 大和葛城宝山記 ) is a Shinto book written from the point of view of Buddhism , especially Shugendo ( Japanese ascetic and shamanistic practice in mountainous sites ) . +1 Shurei NARISAWA ( 1972 - ) is a calligrapher who came from Tsuruoka City , Yamagata Prefecture . +1 Moritomo HASEGAWA ( 1569 to January 6 , 1633 ) was a samurai in the Azuchi Momoyama period . +1 Hisanari MACHIDA ( January 27 , 1838 - September 15 , 1897 ) was a feudal retainer of the Satsuma clan at the end of the Edo period and was a member of warrior class in the Meiji period . +1 Togama KONO ( November 29 , 1844 – April 20 , 1895 ) was a Japanese politician in the early Meiji Period . +1 Gyoi ( 1177 - 1217 ? ) was a priest of the Tendai Sect between the end of the Heian period and the early period of the Kamakura period . +-1 Egoshu ( or Kaigoshu ) ( wealthy merchants who led self-governing organizations in cities from the Muromachi to the Azuchi-Momoyama period ) are consultation organizations , or is a term that refers to the members of this organization which possessed a leading role in the self-government of cities from the Muromachi to the Azuchi-Momoyama period . +1 Yotaiin ( 1541 - February 1 , 1629 ) was a legal wife of Naoshige NABESHIA , the founder of the Saga domain in Hizen Province . +1 Imperial Prince Iyo ( ? - December 18 , 807 ) is believed to be the third Imperial Prince of Emperor Kanmu , but there are different theories . +1 Masajiro OZEKI ( 1844 ? - February 28 , 1892 ) was a Shirabeyaku ken Kansatsu ( Shinsengumi 's organizational post for investigating movements of the opponents and keeping the Shinsengumi members under control ) of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +1 Tokiyoshi NISHINOTOIN ( November 30 , 1552 - February 11 , 1640 ) was a court noble who lived from the Azuchi Momoyama period to early Edo period . +-1 The fukuro obi is a kind of obi ( sash ) that is used in Japan . +-1 Sanjo Bussho was a Buddhist sculpture workshop that was located in Kyoto 's Sanjo-dori Street in the mid Heian period . +-1 The Battle of Nejirozaka was a battle fought between pro-Hideyoshi TOYOTOMI forces and pro-Yoshihisa SHIMAZU forces in Nejirozaka , Hyuga Province on May 24 , 1587 . +-1 Jinshin Yakujo were rules for immigration that were issued by Yi Dynasty Korea against So clan in Tsushima Province in 1512 . +1 Takasue KUKI ( 1608 - Jul.18 , 1678 ) was the first lord of Ayabe Domain in Tanba Province . +-1 In today 's Japanese , muhon means a rebellion raised by a vassal against his lord . +-1 The Higashikuze family was a Kuge who had the family grade of Urin . +1 Himetataraisuzuhime was the empress of Emperor Jinmu . +-1 Gosho , Gose +-1 " Chiyogami " is square sheets of Japanese paper with crests or patterns used for a traditional play in Japan called " origami " ( paper folding ) , making costumes of paper dolls , or covering handicraft or presentation box for decoration purpose . +1 Shinsen Tsukuba Shu is a Jun chokusen renga senshu ( anthology of renga ) in the late Muromachi era . +-1 Nagare-zukuri style is an architectural style of Japanese shrines . +-1 The Bomon family was an aristocratic family that lived from the Kamakura period into the Muromachi period . +-1 Kusazoshi illustrated pulp books are a form of light popular literature of the Edo period with pictures taking centre stage supported by story outlines written in phonetic Japanese . +-1 Ippon-datara is a specter of Japan , living in the mountains of Kumano ( Wakayama Prefecture ) and other areas . +1 Nobutsuna KUTSUKI ( 1582 - June 16 , 1662 ) was a busho ( Japanese military commander ) from the Azuchi-Momoyama period to the early Edo period . +-1 Kei-En era ( or Kei-On era ) was the 8-year period from 1905 to 1912 during which Taro KATSURA , who belonged to the faction led by Aritomo YAMAGATA of the Imperial Japanese Army , and Kinmochi SAIONJI , who assumed the position of president of Rikken seiyukai ( a political party ) as a successor of Hirobumi ITO , gained power alternately . +-1 Sannomiya-jinja Shrine is a shrine , which is located in Katagihara-sugihara-cho , Saikyo Ward , Kyoto City . +1 Hiroko TAKATSUKASA ( January 15 , 1814 - September 28 , 1892 ) was a woman in the Edo period . +-1 Taifu refers to a social status of nobility with territory from the Zhou period to the Spring and Autumn period and the Warring States period in China . +-1 The term " agatanonushi " refers to a post or kabane ( hereditary title ) of Yamato sovereignty ( the ancient Japan sovereignty ) before the introduction of the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Buttetsu ( year of birth and death are unkown ) was a priest from a foreign country in the Nara period . +-1 The " Kioizaka Incident " ( Kioizaka no Hen : May 14 , 1878 ) was the incident when Genkun ( oligarch with merits ) of Meiji , Toshimichi OKUBO , was assassinated by six shizoku ( family or person with samurai ancestors ) on the Kiyomizu-zaka Slope at Kioi-cho , Tokyo . +-1 The Kyoroku-Tenbun Rebellion is the general term for the internal conflict within the Hongan-ji Temple sect of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) over the sectarian reform in the early Sengoku Period and the external war provoked by the conflict . +-1 Sengen-zukuri is one of the architectural styles of shrines in Japan . +-1 Takiri-bime ( also known as Tagiri-hime ) is a Shinto goddesses from Japanese mythology and one of the ' Munakata-Sanjoshin ' ( the three goddesses enshrined in Munakata-taisha Shrine ) . +-1 The Republican Speech Affair was an event that the speech , which Education Minister Yukio OZAKI of the first Okuma Cabinet ( the Wai-han Cabinet ) made on August 21 , 1898 , caused a trouble and triggered a collapse of the Cabinet . +-1 Genroku no Daikoshu is sake which is believed to be prepared in the Genroku era and took off a seal in Mochizuki-machi , Kitasaku County , Nagano Prefecture in 1968 . +1 OKURA no Yoshiyuki ( 832 - 921 ? ) was a scholar who lived in the Heian period . +1 Munenobu HOJO ( 1259 - July 16 , 1312 ) was a family member of the Hojo clan in the late Kamakura period . +-1 Kyotoshi ( Vessels Office ) was one of the institutions belonging to Kunaisho ( Ministry of the Sovereign 's Household ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Zenshu ( also known as Zenju , 723 - May 25 , 797 ) was a Buddhist priest who lived from the Nara period to the beginning of the Heian period . +-1 Hongan-ji is the name of a Buddhist temple . +-1 Takuan-zuke is a pickle and is referred to as daikon radish preserved in rice-bran and salt . +1 Nobuhide MATSUDAIRA was the sixth lord of the Kameyama Domain , Tanba Province . +-1 Ryogoku ( daimyos ' own territory ) kahei ( coins ) are gold and silver coins which daimyos ( Japanese feudal lords ) at various places ordered to mint for circulation in their territories from the Sengoku period to the early Edo period , and are also called Ryogoku Kingin ( gold and silver ) . +-1 This article will explain about the history of the school textbooks in Japan until the school system was established in the Meiji period . +1 Josei shinshoku shozoku are costumes for female Shinto priests , which appeared after the Second World War . +-1 Yamashina Station , located in Ueno Goshonouchi-cho , Yamashina Ward , Kyoto City , Kyoto Prefecture , is a stop of the West Japan Railway Company ( JR West ) and the Kyoto Municipal Subway . +1 Sojuro NAKAMURA ( 1835 - October 8 , 1889 ) was a kabuki actor who acted in Kamigata ( Kyoto and Osaka area ) during the Meiji period . +-1 Kamo Station , located in 1-6-3 , Eki-Nishi , Kamo-cho , Kizugawa City , Kyoto Prefecture , is the station of the Kansai Main Line that is operated by the West Japan Railway Company ( JR West ) . +1 Princess Renshi ( Yasuko ) , the date of birth unknown - March 935 , was a member of the Imperial family during the Heian period . +1 Shigaraki no miya is the detached palace in Koga gun ( county side ) , Omi Province ( present-day Shigaraki-cho , Koga City , Shiga Prefecture ) that was operated by Emperor Shomu during the Nara period . +1 Imperial proclamation is to issue an official document conveying the Emperor 's order . +-1 Miyohajime refers to a series of measures and the policies that are performed as part of the rule of the new reign of the new monarch at the beginning of his assumption after the death or retirement of the previous monarch . +1 Shigetane TO ( 1177 ? – 1247 ? ) was a busho ( Japanese military commander ) in the early Kamakura period , and was a close associate of MINAMOTO no Sanetomo , the 3rd shogun of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) , and was also a poet . +1 Shubin ( dates of birth and death unknown ) was a monk in the early Heian period . +-1 Tamaki-jinja Shrine is a Shinto shrine located in Yoshino County , Nara Prefecture . +-1 Karamete-mon Gate is one of the castle gates located at the karameteguchi ( back gateway ) , as opposed to Ote-mon Gate ( main gate ) being at the front of the castle . +-1 Winter festivals are the festivals celebrated during the winter +1 FUJIWARA no Nobuyori ( 1133 – February 13 , 1160 ) was a lord in the latter Heian period . +-1 Shinke ( new family ) +1 Arisuke SHIJO ( date of birth and death are unknown ) was a court noble serving Yoshino Imperial Court in the period of the Northern and Southern Courts ( Japan ) . +-1 The Hino Family is a court noble having meika , the upper rank of kuge ( the status of the house ) of the House of the Fujiwara North Line of the Fujiwara clan . +-1 Genkun ( the statesmen who contributed to Meiji Restoration ) refer to the politicians who made considerable achievements in the overthrow of the Shogunate and the Meiji Restoration , played an important role in the Meiji Government , and were from Kinno-no-Shishi ( a royalist ) . +1 Goro MIURA ( January 1 , 1847 - January 28 , 1926 ) was a samurai , military man and statesman in Japan . +1 Gyosei refers to documents ( aside from decrees ) , poems and paintings that have been personally written or created by emperors or royal family members . +1 Mokujiki Ogo ( 1536 - November 8 , 1608 ) was a priest of the Shingon sect during the Azuchi-Momoyama period . +-1 Senbon-dori Street is one of the major north-south streets in Kyoto City . +1 Tocho ( male , 1748-May 13 , 1816 ) was a Japanese painter and tenkokuka ( artist of seal engraving ) . +-1 Located in the Minami Ward of Kyoto City , Kyoto Prefecture , Jujo Station is a stop on the Karasuma Line of the Kyoto Municipal Subway . +-1 Zogusho was an extra statutory office responsible for castle building and repairing headed by Zogukyo ( Minister of Making and Mending Palaces ) . +-1 Dai Nihonshi is a Japanese history book . +1 Kyusen SAKURAMA ( May 18 , 1889 - March 1 , 1957 ) was a Noh actor of the Konparu school of shite-kata ( lead actors ) . +-1 Mikage-dori Street is a street running east-west through Sakyo-Ward , Kyoto City . +-1 JR Katsura Station is a facility that is to be opened in Kuze-takada-cho , Minami Ward ( Kyoto City ) , Kyoto City , Kyoto Prefecture , on the Tokaido Main Line ( JR Kyoto Line ) , which is operated by the West Japan Railway Company ( JR West ) . +-1 The irori fireplace , is a part of the floor that is squarely cut out and covered with coals in a traditional Japanese house to make a fire from charcoal or wood . +1 Sadatsuna OUCHI ( 1545 - 1610 ) was a warlord of the Sengoku Period ( Period of Warring States ) . +1 Kinkane SANJO ( September 20 , 1679 - 1740 ) was Kugyo ( court noble ) in the middle of the Edo period . +1 Nobukata TAKEDA ( 1420 - June 29 , 1471 ) was a warlord and provincial military governor in the Muromachi period and the second head of the Wakasa-Takeda clan that was a branch family of the Takeda clan . +-1 Senjafuda ( also referred to as Senshafuda ) is a card or slip stuck to shrines and temples on which visitor 's name is printed as a memorial of the visit . +-1 Daineiji no hen ( the revolt of Daineiji ) is a coup happened between September 28 to September 30 , 1551 . +1 Eiji ( year of birth unknown - March 31 , 623 ) was a Korean priest who came across the sea from Goguryeo to Japan in the Asuka period . +-1 Tekiya are merchants who sell items such as food or toys on the street or stalls set up in the ground of shrines or temples , on the approach to them or in temple towns during festivals , markets , and fairs . +1 Beian ICHIKAWA ( October 25 , 1779 - August 26 , 1858 ) was a Japanese calligrapher and kanshi ( Chinese-style poems ) poet of the late Edo period . +1 Ichidai Yoki is one of the chronicles . +-1 The Buddhist invocation is generally to recite ' Namu Amidabutsu ' as a devotional exercise in the Jodo-kyo sects of Pure Land teachings . +-1 Kyoto Municipal Subway is operated by the Kyoto Municipal Transportation Bureau . +-1 Sensho FUJII ( April 4 , 1859 - June 6 , 1903 ) was a Japanese religious figure and explorer . +-1 Tangible Cultural Properties are as follows . +1 Imperial Prince Akihira ( 954 - August 7 , 1013 ) was an Imperial family member in the Heian period . +-1 Iwaki-shijuhachi-date is a term used to generally refer to forty-eight castles built by the Iwaki family . +1 Takanori KYOGOKU ( 1352 - 1401 ) was a family head and a Shugo Daimyo ( Japanese Territorial Lord as Military Commissioner ) , of the Kyogoku clan during the early years of the Muromachi period . +-1 Renge-ji Temple is a Tendai Sect Buddhist temple located in Sakyo-ku Ward , Kyoto City . +-1 Yushi is a system that existed prior to the Meiji period to establish a parent-child relationship with a child who was not kin . +1 Moritomo TANI ( 1563 - January 29 , 1628 ) was a busho ( Japanese military commander ) ( Daimyo ( Japanese feudal lord ) ) who lived in the Sengoku period ( period of warring states ) ( Japan ) and the beginning of the Edo period . +1 Gonzaburo KAWARASAKI is a hereditary family name for an actor of Kabuki , a Japanese traditional theatrical drama . +1 Shigejuro FUKUO ( October 18 , 1943 - ) is a Noh actor of the Fukuo school of waki-kata ( supporting actors ) . +-1 Kokuga is a term for describing the section in which a government office , a Kokushi ( provincial governor ) executed the local government functions of the ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan , used to be located . +-1 Amanatto , a Japanese-style cake , is candied beans , chestnuts , lotuses , and sweet potatoes cut into round slices ( called Imo natto ) . +-1 Junka is a diving method of Japanese martial arts swimming . +-1 Miya-ichi was a market provided in the Imperial court in the ancient Japan that imitated the Chinese system . +-1 The expression " tsuisetsu tsuimin " ( literally meaning " re-exposition and re-effacement " ) is a Japanese Buddhist term that refers to an interpretation given to " the Nirvana Sutra " from the perspective ( represented by the Tendai sect and Nichiren sect of Buddhism ) that regards the Lotus Sutra as the fundamental sutra that brings salvation to the whole world . +-1 Fuchu is another name for kokufu , an urban area established around its local government office ( kokuga ) in the ryoseikoku ( province ) . +1 Abutsuni ( 1222 ? - May 13 , 1283 ) was a female waka ( traditional Japanese poem of thirty-one syllables ) poet in the mid Kamakura period . +-1 Gosechi no mai was a dance that took place during a Toyoakari no sechie ( a ceremony at a seasonal holiday ) which was held at Daijo-sai festivals ( a festival to celebrate the succession of an emperor ) and Niiname-sai festivals ( a ceremonial offering by the Emperor of newly-harvested rice to deities ) ; in the dance , there would be four to five women dancing to music sung by the chief of the Outadokoro ( an organization that provided the education and management of ancient Japanese music ) . +1 TSUKI no Omi ( year of birth and death unknown ) was a person who lived during the Asuka Period in Japan . +1 Kinyoshi TOKUDAIJI ( 1115 - September 9 , 1161 ) was Kugyo ( the top court officials ) in the late Heian period . +1 Masakaze TAKASAKI ( September 8 , 1836 - February 28 , 1912 ) was a patriot , a poet and a songwriter . +-1 Keishi ( also called Ie no tsukasa ) refers to personnel who are in charge of household management placed in a household of the Imperial Prince and Princess , or a Court noble or a samurai family of Jusanmi ( Junior Third Rank ) or higher as Shikiji ( another term for a royal secretary , kurodo , especially one who is concurrently posted as a controller ) . +1 Yoshimori WADA was a busho ( Japanese military commander ) from the end of Heian period to the beginning of Kamakura period . +1 Sadafuji ISE ( 1432 ? - October 26 , 1491 ) was a samurai in the Muromachi period . +-1 Oi-no-sho Manor was a shoen ( manor in medieval Japan ) existed in Mino Province during Nara and Muromachi Periods . +-1 Cloistered Imperial Prince Jiin ( Jiinhosshinno in Japanese , April 18 , 1617 - January 21 , 1700 ) was a Cloistered Imperial Prince in the early to mid-Edo Period . +-1 The Kii Tanabe domain was governed by the Mikawa Ando clan , who were the chief retainers of the Kishu Tokugawa family and were granted the fief in Kii Province for helping successive lords of Kishu . +-1 The case of theft of Kusanagi no tsurugi ( alternate name for Ama-no-Murakumo no Tsurugi , the sword of the Imperial regalia ) occurred in 668 . +1 Hidetane TAGA ( 1565 – November , 1616 ) was a busho ( Japanese military commander ) who lived during the Sengoku Period ( Period of warring states in Japan ) . +-1 The Kyoto Province Kamo-gawa River Act is an act by Kyoto Province . +1 Takemitsu KIKUCHI ( 1319 ? - January 6 , 1374 ) was a busho ( Japanese military commander ) from the late Kamakura Period to the period of Southern and Northern Courts ( Japan ) . +-1 Aosei Sencha Seiho was one of the revolutionary changes made in the Japanese tea industry . +1 Yasuji INOUE ( date of birth unknown , 1864 - September 14 , 1889 ) was a woodblock artist in the Meiji period . +-1 Ama Gozan is a jikaku ( statues of a Buddhist temple ) of the Rinzai sect introduced to nunnery temples , and modeled after the Gozan system ( the selection system of temples of the five highest ranks ) in the Muromachi period . +1 Moriakira ASHINA was a busho ( Japanese military commander ) in the mid Muromachi Period . +-1 Ame no Minakanushi no Kami is one of the gods ( Shinto ) who appear in Japanese mythology . +-1 A " maneki-neko " is an ornament in the shape of a cat beckoning with a forepaw . +1 MINAMOTO no Mitsuyoshi ( year of birth and death unknown ) is a busho ( Japanese military commander ) in the mid Heian period . +-1 " Kokujin " are the samurai class , mainly originating from the jito ( manager and lord of manor ) class in the Kamakura period , who engaged in the development of provinces from the period of the Northern and Southern Courts ( Japan ) to the Muromachi period . +1 Tametsune REIZEI ( October 31 , 1654 to November 12 , 1722 ) was a kuge ( court noble ) in Edo period . +-1 Sando ( three ways ) often means ' Sado ' ( tea ceremony ) , ' Kado ' ( flower arrangement ) and ' Kodo ' ( traditional incense-smelling ceremony ) , and also it often includes Shodo ( calligraphy ) . +-1 Biwako Bunkakan is located in Otsu City , Shiga Prefecture . +-1 Kani means Ikai ( Court rank ) . +1 Takasuke SHIJO ( 1292 - June 30 , 1352 ) was a noble man who served the Yoshino Court during the period of the Northern and Southern Courts ( Japan ) . +1 Tsunanori KANEHIRA ( year of birth unknown - 1625 ) was a busho ( Japanese military commander ) who lived from the Azuchi-Momoyama period to the Edo period . +1 Inson ( 1120-1198 ) was a busshi ( sculptor of Buddhist statues ) of the Inpa ( In School ) who lived from the late Heian period to the Kamakura period . +1 Tomotsuna KUTSUKI was the ninth lord of the Fukuchiyama Domain in Tanba Province . +1 KI no Tomonori ( c . 845 - 907 ) was kajin in the Heian period . +-1 Rien refers to the theatrical world of Kabuki and / or Kabuki itself . +-1 Suekawa Memorial Hall is a facility of Ritsumeikan whose headquarters are located in Nakagyo Ward , Kyoto City , Kyoto Prefecture . +1 Bunka Shureishu is a Chokusen Kanshishu ( a collection of Chinese verses compiled by Imperial command ) compiled at the command of Emperor Saga in 818 during the early Heian period . +1 Tsukubashu is an anthology of renga ( linked verse ) poems collected under Imperial command in the period of the Northern and Southern Courts . +-1 The Kyoto Prize is the international award given to the people who made great contribution to science , technology and culture . +1 Tokimitsu NANJO ( 1259 - May 25 , 1332 ) was a busho ( Japanese military commander ) who lived in the late Kamakura period . +1 Yamata no Orochi is a legendary creature that appears in Japanese myth . +-1 Tsukinami-no-matsuri ( literally , monthly festival ) is a festival in shinto . +-1 Kanko ( ' guanhu ' in Chinese ) was the name of a social status that existed in premodern China and in Japan under the ritsuryo system . +-1 Tade ( polygonum , called water pepper in English , scientific name : Persicaria hydropiper ) is polygonaceous an annual grass . +-1 Ikkunbanmin-ron is a theory in which constitutional authority is given to only one ruler , and under this sovereignty any discrimination and distinction from social status shold not be allowed among all other people . +-1 The term ' Kusarigama jutsu ' refers to a martial art in which a fighter , holding a sickle on a chain in one hand and the chain with a iron weight in the other , and swinging the weight in a circular motion , could throw the iron weight to the opponent 's body or use the chain to entangle the weapon to retrieve and then kill him with the sickle . +1 Kagenao YAMAOKA was a busho ( Japanese military commander ) in the Sengoku period . +-1 Yakata means a mansion of exalted personage such as kuge ( court nobles ) and buke ( samurai families ) . +1 FUJIWARA no Tadamori ( 785 ~ August 7 , 840 ) was a statesman of the early Heian period . +1 Shimenoshin SANADA ( year of birth is not clear - January 29 , 1968 ) was a member of Shinsengumi . +-1 Koromodako ' refers to a yokai ( monster ) in the sea handed down in Yosa County , Kyoto Prefecture . +1 Chojiro ( unknown-1589 ) was a leading ceramist during the Azuchi-Momoyama period . +1 MINAMOTO no Tamemitsu ( year of birth and death unknown ) was a Busho ( Japanese military commander ) in the late Heian period . +-1 Sogani masu sogatsuhiko-jinja is a Shinto Shrine located in Soga-cho , Kashimara City , Nara Prefecture . +-1 Hagi-no-ran War ( turmoil of dissatisfied warriors at Hagi ) was one of Shizoku no hanrans ( rebellion by family or person with samurai ancestors ) against Meiji government broke out in Hagi City , Yamaguchi Prefecture in 1876 . +1 Tadanaga KAZANIN ( 1588 - November 6 , 1662 ) was a court noble in the early Edo period . +-1 Kegon-ji Temple is a temple belonging to the Rinzai Sect located in Nishigyo Ward , Kyoto City , Kyoto Prefecture . +1 Morobobu HISHIKAWA ( the date of birth unknown , 1618 - July 25 , 1694 ) was one of the leading male painters in the early Edo period , which is the early modern times in Japan . +1 Sanekane SAIONJI ( 1249 – October 21 , 1322 ) : a kugyo ( a court noble ) of the late Kamakura period . +-1 Kanjo Tumulus ( also referred to as Yoraku Kanjo-kofun Tumulus ) is a tumulus located in Yoraku , Takatori Town , Nara Prefecture . +-1 A scabbard is a sheath for the blade of an edged tool . +-1 The Mineyama domain was a domain existing in Tango province . +-1 Oyamazaki-cho is a town in Otokuni-gun , Kyoto Prefecture . +-1 The Karako Kagi Ruins are the remains of a Yayoi period moat-surrounded settlement located in Oaza-Karako and Oaza-Kagi , Taharamoto-cho , Shiki-gun , Nara Prefecture , which is an alluvial area about 48 meters in height in the central part of Nara basin . +-1 Zaichokanjin is a general term for a local government official who undertakes the practical business of kokuga ( local area ) administration from the Heian period to the Kamakura period in Japan . +-1 Chatsubo is an earthenware jar ( tea leaf jar ) , that is used to store the tencha ( leaf tea ) , non-powdered green tea before mortared by stone mill . +1 Sanemasu SAIONJI ( 1560-May 1 , 1632 ) was Kugyo ( top court official ) who lived from the Azuchi-Momoyama period to the early Edo period . +1 Kagekatsu UESUGI / Akikage NAGAO or Kagekatsu NAGAO was a feudal lord who lived from the Sengoku Period ( Period of Warring States ) until the early Edo period . +1 Emperor Buretsu ( 489 - January 7 , 507 ) was the twenty-fifth Japanese Emperor ( reign : 498 - 507 ) . +1 Homyo-jiku is one of Buddhist altar fittings used in Jodo Shinshu ( the True Pure Land School of Buddhism ) , on which homyo ( a priest 's name or the posthumous name of the deceased ) is described or painted . +1 Tanemochi KOKUBUN ( c.1197 to December 22 , 1242 ) was a samurai , who is said to have been in Miyagi County , Mutsu Province ( later Rikuzen Province ) in the Kamakura period . +-1 The Yowa no Hokuriku syuppei ( the dispatch of troops to Hokuriku region in the Yowa period ) was conducted by the Heike in order to track down and kill the rebelling powers in the Hokuriku region , and intensified around September 1181 ( ending around December 1181 or January 1182 ( November 1181 by the old lunar calendar ) ) . +-1 Juzu ( 数珠 ) is a Buddhist ritual implement and a kind of ring composed of many beads which are linked by piercing a bundle of threads into a hole made on each bead . +-1 Shokon no matsuri is a ritual practiced by Japanese Onmyodo and Chinese Taoism . +-1 Cremation is a type of treating the dead by incinerating the body . +1 Born in 1627 and gone on May 21 , 1708 , Sohen YAMADA was chajin ( a master on the art of the tea ceremony ) from the first half of the Edo period . +-1 Shoju ( followers ) was a category of slave that existed in Medieval Japan . +-1 Jozonendo is the annual cycle used by the brewing industry that ranges from July 1 each year to June 30 of the following year . +1 Shinku ( 1231 - February 28 , 1316 ) was a Buddhist monk of the Shingon Ritsushu sect in the late Kamakura period . +1 Tametsugi REIZEI ( 1881 - 1946 ) was a Japanese poet . +1 Imperial Prince Yotsutsujinomiya Yoshimune ( 1233 - May 18 , 1317 ) was a member of the Imperial Family during the Kamakura period . +1 Chujin ( 1065 - November 25 , 1138 ) was a Buddhist monk of Tendai Sect in the late Heian period . +1 Yukio KATAOKA ( November 18 , 1934 - ) is a Kyoningyo ( Puppet from Kyoto ) puppeteer . +-1 Taganojo ONOE the third ( Sep 21 , 1889 - June 20 , 1978 ) was a Kabuki actor who was popular around the World War II . +1 Jakuchu ITO ( March 1 , 1716 - October 27 , 1800 ) was a painter in Kyoto during the Edo period . +1 Riemon NISHIKAWA ( date of birth and death unknown ) , born in Omi Province , was a merchant who lived during the Edo period . +-1 The Jinmon school of the Hokke sect is a Buddhist school under Nichiren , with Nichiren being Shuso ( or Koso , the founder ) and Nichijin ( 1339 – 1414 ) being Haso ( the founder of the school ) . +-1 The Inbe clan ( also called Imibe clan ) was a vocation-based group having characteristics of a clan , which existed from the Yamato period through the Nara period . +1 Rikinosuke ISHIKAWA ( 1845 - 1915 ) was born in Akita Prefecture . +1 Jihen ( date of birth unknown ) was a gakuso ( scholar monk ) of the Tendai sect and a Shintoist who lived during the end of the Kamakura period until the period of the Northern and Southern Courts . +1 MINAMOTO no Yoshihiro , also called Yoshihiro SHIDA , was a military commander during the end of the Heian period . +1 Usugumo ( Wisps of Cloud ) is the one of the fifty-four chapters of " The Tale of Genji . " +1 MONONOBE no Omae ( the years of birth and death unknown ) was a member of the Mononobe clan , an ancient powerful family , around the era of Imperial Court of Emperor Anko . +-1 Oharame refers to the women who came from Ohara , Yamashiro Province ( Kyoto City ) ( Ohara , Sakyo Ward , Kyoto City , Kyoto Prefecture ) to sell firewood in the capital Kyoto by placing the firewood on their heads . +-1 Gassho-zukuri is a Japanese architectural style with a distinct steep roof . +-1 Chozuya ( also pronounced Temizuya ) is an area within the precinct of a Shinto shrine or Buddhist temple at which worshippers wash their hands and mouths . +1 Ryoshonyudo Shinno ( January 16 , 1623 - August 6 , 1693 ) was the Monzeki ( head priest of temple who was a member of the Imperial Family ) of Kyoto Manju-in Temple in the early Edo period . +-1 Sagicho is a fire festival held on the small New Year 's Day ( January 15 ) . +1 Michitomi HIGASHIKUZE ( January 1 , 1834 - January 4 , 1912 ) , was a court noble in the end of Edo Period and a politician in the Meiji Period . +-1 Godai Myoo ( the five great Myoo ) is a subject of faith in Buddhism and a combination of the five Myoo , which play a central role among Myoo , an honorific entity , which is specific to Mikkyo Esoteric Buddhism . +-1 Gozenshu is sake ( Japanese liquor ) which was brewed and delivered to people such as seii taishogun ( literally , " great general who subdues the barbarians " ) and daimyo ( Japanese territorial lord ) during the Edo period in Japan as a drink for so-called " tono-sama ( a person with higher rank ) " . +-1 The Gochi Nyorai , also known as Godai Nyorai , are five nyorai ( tathagatas ) associated with the five wisdoms of esoteric Buddhism ( wisdom of the essence of the Dharma-realm , great perfect mirror wisdom , wisdom of equality , wisdom of wondrous observation , wisdom of accomplishing that which is to be done ) . +-1 Muromachi culture was a Japanese culture of the Muromachi period in which the Muromachi bakufu ( Japanese feudal government headed by a shogun ) was established in Kyoto by the Ashikaga clan . +1 Prince Honoo ( Also pronounced Honoo oji , Honoo no miko [ date of birth and death unknown ] ) . +1 Kensai INAWASHIRO ( 1452 - July 21 , 1510 ) was a renga poet ( linked-verse poet ) in the Sengoku period ( period of warring states ) ( Japan ) . +1 KI no Ieko ( dates of birth and death unknown ) was a court lady in the late Heian period . +1 Takakuni HOSOKAWA was a daimyo ( Japanese territorial lord ) and military commander during the Sengoku Period ( Period of Warring States ) . +1 Mitsushige HIROHASHI ( February 22 , 1797 - September 29 , 1862 ) was a court noble in the Edo period . +-1 Shinai is a substitute sword made of bamboo used in the Japanese martial art of kendo for training or for hitting or pushing against armor ( Kendo ) in tournaments . +-1 Uchikake ( 打掛 ) is a kind of kimono ( or wafuku , either of them means Japanese traditional clothing ) worn by Japanese women . +1 Kaishun NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +-1 Masakaki is a ceremonial implement that is placed on both sides of an altar at Shinto rituals . +1 TAIRA no Chikamune ( 1144 - August 10 , 1199 ) was a court noble in the end of Heian Period . +1 Matsura no miya Monogatari is a story or novel formed at the beginning of the Kamakura period . +-1 Nara Basin is a fault basin which has an altitude of below 100 meters and is located in the northwestern area of Nara Prefecture in Japan . +1 Kokei ( birth and death dates are unknown ) was a Busshi ( sculptor of Buddhist Statues ) from the last years of the Heian period through the early years of the Kamakura period . +1 Myocho SHUHO ( 1282 - January 21 , 1338 ) was a priest of Rinzai Sect in the last Kamakura period . +-1 Shobo-ji Temple , located in Higashiyama Ward , Kyoto City , is a temple of the Ji sect . +1 Kagemori ADACHI was busho in the period from the early part to the middle of the Kamakura period . +-1 Rinsen-ji Temple is a Buddhist temple belonging to the Rinzai Sect Tenryuji School located in Ukyo Ward , Kyoto City . +-1 Tenka-bito ( or tenka-nin ) refers to the people who controlled the world as they knew it ( in this case , the Japanese islands ) . +1 Shigemasa HINO ( year of birth unknown - October 24 , 1443 ) was the 23rd Head of the Hino family . +1 Ishikawa no Okimi ( year of birth unknown - April 24 , 679 ) , lived in the Asuka period in Japan . +-1 Yamato refers to the current region of Nara Prefecture in ancient times to the early Meiji period and is also another name of Japan . +-1 Ukiyoe is a genre of the pictorial arts established during the Edo period . +-1 Shinpu Kanro is a method of clarifying things created by Yoshimasa MIURA ( 1904 - 1971 ) , Toyokawa City , Aichi Prefecture , who claimed he was an authentic Imperial descendant of the Southern Court . +1 Katsusaburo ITSUMI ( year of birth is not clear - January 29 , 1868 ) was a member of Shinsengumi . +1 Hisashi TENMYOUYA is active as an artist , after working as an art director at a record company . +-1 Kotoshiro nushi ( a Japanese ancient god ) is a god that appears in Japanese Mythology ( Shinto religion ) . +-1 Located at Seika-cho , Soraku-gun in Kyoto Prefecture , Shin-Hosono Station is a stop on the Kintetsu Kyoto Line of the Kintetsu Corporation . +-1 Shorin-in Temple , a temple of the Tendai sect , is located to the north of Ohara Sanzen-in Temple , Sakyo Ward , Kyoto City . +1 Rennyo ( April 4 , 1415 to May 5 , 1499 ) was a priest of Jodoshin-shu sect ( True Pure Land Sect ) of Buddhism during the Muromachi Period . +-1 The Kadonooji-dori Street is one of the major streets running north-south in Kyoto City , Kyoto Prefecture . +1 Motoyuki HIGASHISONO ( November 28 , 1820 – May 24 , 1883 ) was a Court noble who lived during the end of the Edo period to the Meiji period . +1 Fuyuyoshi ICHIJO ( August 7 , 1464 - May 1 , 1514 ) was a Kugyo ( Court Noble ) and Kanpaku ( Chief advisor to the Emperor ) during the Warring State Period . +-1 Hoko-ji Temple is a temple belonging to the Sanmon school of the Tendai Sect located in Higashiyama Ward , Kyoto City . +1 Myoitsu ( 728 - April 21 , 798 ) was a Buddhist monk from the Nara period to the early Heian period . +-1 Roto ( 郎党 ; retainer ) or rodo was a family member or a follower of his master 's house in the samurai society of medieval Japan . +-1 Gyokuro is a kind of Japanese tea . +1 Imperial Prince Naohito ( 1335 - June 10 , 1395 ) was a member of the Imperial Family of the Jimyo-in Imperial line in the period of the Northern and Southern Courts . +1 " Bansei-Ikkei " literally means one family line through all ages . +1 Sanemori TOKUDAIJI ( September 2 , 1400 - June 15 , 1428 ) was a kugyo ( court noble ) during the Muromachi period . +1 Toshiie MAEDA ( 前田 利家 , January 25 , 1539 - April 27 , 1599 ) was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) from the Sengoku period ( period of warring states ) ( the late Muromachi period ) to the Azuchi-Momoyama period . +1 Mincho KITSUSAN ( 1352 - 5 October , 1431 ) was an artist monk during the early and middle Muromachi period . +-1 Kantojo ( 官途状 ) is a letter which was used after the Muromachi period which stated , that a vassal who distinguished himself in a battle was allowed by his lord to use a specific government post as his private name . +-1 Sango ( literally " mountain name " , this is a title prefixed to the name of Buddhist temples ) : Buzan +1 Naotomo YUKI ( 1352 - April 26 , 1343 ) was a busho ( Japanese military commander ) in the period of the Northern and Southern Courts ( Japan ) . +1 Akesato ( date of birth and death unknown ) was a woman in the end of the Edo period . +-1 Located in Yagi-cho , Nantan City of Kyoto Prefecture , Yoshitomi Station is a stop on the San 'in Main Line ( Sagano Line ) of West Japan Railway Company ( JR West ) . +-1 The Inokuma Incident was a big scandal involving high-ranking officers of the Imperial Court in 1609 the early Edo period . +1 Munehide MATSUDAIRA , or Munehide HONJO ( October 21 , 1809 - December 20 , 1873 ) was a feudal lord , and Roju ( the highest ranking government official ) in the end of Edo era . +1 Saneka SANJO ( 1469 - April 12 , 1559 ) was a Kugyo ( high court noble ) in the Muromachi period . +-1 Ji-zamurai is a rank of samurai seen from Muromachi period to Azuchi Momoyama period . +1 Hisayasu KATAYAMA ( 1574 - 1650 ) was a great swordsman during the Azuchi-momoyama period and early Edo period . +1 Chokichi KIKKAWA ( 1859 - 1915 ) was a member of the KIKKAWA clan : the family of the former feudal lord of the Iwakuni Domain . +1 Kagami no Okimi ( year of birth unknown - August 5 , 683 ) was a legal wife of FUJIWARA no Kamatari . +-1 The Battle of Hakusukinoe ( also known as the Battle of Hakusonko ) was a battle that took place between the allied forces comprised of Wakoku ( later to be named Japan ) and the surviving people of Kudara against Silla-Tang allied forces on August 663 in Hakusonko ( the current outskirts of South Korea ) on the Korean Peninsula . +-1 Shimamono is a type of classification of tea utensils . +-1 Japanese Envoys to Tamna was dispatched to Tamna from Japan ( Wakoku ) . +1 Sadataka NIJO ( 1190 - February 15 , 1238 ) was a kugyo ( a high court noble ) during the early Kamakura period . +1 Shigetomo HANGAYA was a busho ( Japanese military commander ) from the end of Heian period to the early Kamakura period . +-1 Menchi katsu or minchi katsu is a meat dish , in which ground pork or beef ( minchi ) is mixed well with minced onions , salt and pepper , formed into flat ovals , coated with breading made of flour , beaten eggs and panko ( Japanese-style coarse bread crumbs ) , and deep fried in oil . +-1 The Matsudono Family , established as a house of Regents and Senior Regents was , in theory , ranked at the same level as the houses of Regents such as the Konoe family and the Kujo family in the Court nobility . +-1 Generally , the term goroku indicates a collection of what a person said . +1 Ine FURUICHI ( year of birth unknown - 1505 ) is a priest and a Japanese military commander during the Sengoku period . +-1 Otoshiyori was a female servant post ( or also indicated the servant herself ) in O-oku ( the inner halls of Edo Castle where the wife of the Shogun and her servants resided ) in the Edo period , and was often called Rojo as well . +1 Manzo NOMURA , the sixth ( July 22 , 1898 - May 6 , 1978 ) was Nohgakushi ( Noh actor ) , the member of the Japan Art Academy , and the holder of Important Intangible Cultural Property ( Living National Treasure ) . +1 Yoshimune TOKUGAWA was the Eighth Seii Taishogun ( literally , " great general who subdues the barbarians " ) in the Edo bakufu ( Japanese feudal government headed by a shogun ) . +-1 The Japanese term Buke-kani is used to refer to the official ranks ( official posts and court ranks ) that samurai were granted or adopted for themselves mainly from the Sengoku period ( Japan ) to the Edo period . +-1 Fashion ( described as fashion in English , mode in French ) refers to the style of clothes , hairstyle , the manner of make-up or outfits . +-1 Jodaiyo is a general term for the " Japanese calligraphy school Japanese style " and " kana calligraphy , " such as the three great brush traces and ancient calligraphy in the Heian period . +-1 Keihanna Plaza Hotel is an accommodation facility within Keihanna Plaza which is the central intersecting facility of Kansai Science City . +1 Masaharu IJICHI ( July 21 , 1828-May 23 , 1886 ) was a retainer of Satsuma Domain . +1 Konyo AOKI ( June 19 , 1698 to November 9 , 1769 ) was a Confucianism scholar , and a Dutch scholar in mid Edo period . +-1 Engu oshinke is a collective term referring to a limited number of imperial families and nobles who gathered strength by taking advantage of their relationship with the Emperor in the early Heian Period ( 8th to 9th century ) . +1 ONAKATOMI no Kiyomaro ( 702 - September 6 , 788 ) was a Kugyo ( court noble ) who lived in the Nara period . +1 Shigetane SOMA +1 Goshui Wakashu is the fourth Chokusen Wakashu ( anthology of Japanese poetry compiled by Imperial command ) of the Hachidaishu ( the eight Imperial anthologies of Japanese poetry ) , and it came out after " Shui Wakashu " ( Collection of Gleanings of Japanese Poetry ) . +1 FUJIWARA no Takato ( 949 - June 22 , 1013 ) was a waka poet in the mid-Heian period . +-1 Daitoku-ji Temple is the head temple of the Rinzai sect 's Daitokuji school of Japanese Zen Buddhism and is located in Daitokuji-cho Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +-1 The Northern House of the Fujiwara clan was a family line whose originator was FUJIWARA no Fusasaki , the second son of FUJIWARA no Fuhito , the minister of the right . +1 Eigaku KANO ( 1790 - February 6 , 1867 ) was a Kyoto-based painter who was active in the late Edo period . +-1 Genisyu was a military epic written in the late period of the Northern and Southern Courts ( Japan ) ( in the latter half of the 14th century ) . +1 Gio ( year of birth unknown - September 11 , 1172 ? ) was a Shirabyoshi ( female dancer who performed traditional Japanese dances ) during the end of Heian Period . +-1 Doeff-Halma Dictionary ( also referred as Zufu Halma or Dufu Halma ) was a Dutch-Japanese dictionary that was compiled in late Edo period . +1 The Ise-Heishi ( Taira clan ) was started as a family by TAIRA no Korehira , a child of TAIRA no Sadamori who fought with valor during the Johei and Tengyo Wars . +-1 Buri daikon is a dish in which ara ( discarded portions ) of buri is broiled in soy sauce with daikon . +-1 Bolognese ( ragù alla bolognese in Italian , ragò a la bulgnàisa in Bolognese dialect ) or bolognaise ( sauce bolognaise in French ) is a kind of sauce ( seasoning ) mainly made from meat and tomato originating in Bologna , Italy . +-1 " Uetsufumi " is one of the writings called Koshi Koden ( ancient history and legends ) which contains ancient Japanese history including Ugayafukiaezu dynasty , which was before Yamato Dynasty , written in ancient Japanese characters , but it is said to be gisho ( apocryphal book ) . +1 Narinobu NIJO ( April 10 , 1788 - June 9 , 1847 ) was kugyo ( high court noble ) in the late Edo period . +1 Dosen ( ca . 797 - ca . April 2 , 873 ) was a Sanron sect Buddhist monk during the early Heian period . +1 Imperial Prince Masanari ( October 20 , 1200 - March 19 , 1255 ) was a member of the Japanese imperial family who lived in the early Kamakura period . +1 Yoshitoyo NIJO ( 1536 - October 11 , 1551 ) was a court noble who lived in the Sengoku period ( Japanese Warring States period ) . +-1 The Incident of Honkoku-ji Temple , on January 31 , 1569 , was an attack of Miyoshi sanninshu ( three chief retainers of the Miyoshi clan ) on Yoshiaki ASHIKAGA , seii taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) , who was in his temporary residence ( Rokujo Palace ) in Kyoto Honkoku-ji Temple ( it was called ' Honkoku-ji ' then ) . +-1 Daidarabocchi is a mythological giant which is handed down in many parts of Japan ( a creature in legend ) . +-1 Keijina is a term referring to the area combining Kyoto Prefecture , Shiga Prefecture , and Nara Prefecture . +-1 The To-ji school of the Shingon sect is a Buddhism school of the Shingon sect in Japan . +-1 Bukkaku-ji Temple is a temple of the Nichiren-shoshu sect located in Kashihara City , Nara Prefecture . +-1 Katsusando is a cutlet ( usually a pork or beef cutlet ) sandwich with white bread . +-1 Ine Town Bus is a community bus operated in Ine Town , Yosa-gun , Kyoto Prefecture . +-1 Jubako is a term used to refer to a box consisting of two to five stacked sub-boxes , in which food is stored . +1 Emperor Montoku ( 827 - October 7 , 858 ) , the fifty-fifth Emperor , reigned from May 31 , 850 to October 7 , 858 . +-1 Uneme costume is a costume for Uneme , a court lady selected among Gozoku ( local ruling families ) who served in the inner palace as a waiting staff of the emperor in ancient times . +-1 Shigin is one of Japan 's traditional performing arts . +-1 Located in the south of Kyoto Prefecture , Uji City is known for Uji tea and the Byodo-in Temple , which is registered on the World Heritage list . +-1 " Shingaku " is a group of music that is centered on " minyo " ( traditional folk songs ) and " zokkyoku " ( folk songs ) , introduced from Qing . +-1 Yujo or Asobime was a prostitute who did sexual service to men at yukaku ( prostitute quarters ) or a posting station , and the meaning of yujo is generally considered ' a woman who has her guest make merry . ' +1 Matsudai was a Buddhist monk in the late Heian Period . +-1 Teppoki ( Gun Chronicle ) is a history book concerning the transmission of guns to Japan , and was completed in 1606 during the Edo period . +1 Katsutoshi KINOSHITA ( 1569 - July 24 , 1649 ) was a busho ( Japanese military commander ) during the Azuchi-Momoyama Period . +1 Naritsuna ASHIKAGA ( dates of birth and death unknown ) was a buke ( military authority ) , samurai , and busho ( Japanese military commander ) during the late Heian period . +-1 Chogosonshi-ji Temple is the Grand Head Temple of Shigisan Shingon sect located on Mt . Shigi in Heguri-cho , Ikoma County , Nara Prefecture . +-1 Core stone tools are made from the core part of the stone ( known as stone core ) , which appears after flakes have been removed from ore ( country rock ) . +1 Michisaki KUJO ( July 30 , 1746 - June 27 , 1770 ) was a court noble who lived during the Edo period . +-1 Jomen ho is one of the methods of land tax collection in the Edo period . +1 Tadaka ICHIJO ( March 25 , 1812 - December 17 , 1863 ) was a Kugyo ( high court noble ) who lived in the late Edo period . +1 TACHIBANA no Moroe ( 684 – February 3 , 757 ) was a politician in the Nara period , originated in the Imperial family . +1 SAKANOUE no Masamichi is one of the Sakanoue clan members . +-1 Keihan +-1 In this section mentioned are achievemens of Kuroda Cabinet as well as the background of Sanjo Provisional Cabinet lead by Sanetomi SANJO , Minister of the Interior , that existed for two months after Kuroda 's stepping down from his position as Prime Minister . +1 Emperor Goreizei ( August 28 , 1025 - May 22 , 1068 ) was the seventieth Japanese Emperor ( his reign was from 1045 to 1068 ) . +-1 Bushidan ( warrior bands ) refers to the group of bushi ( samurai ) that existed mainly from the late Heian , Kamakura , the period of the Northern and Southern Courts ( Japan ) ( Japan ) , and lasted until the Muromachi period . +1 Kinyuki SANJO ( 1105 - July 16 , 1148 ) was a Kugyo ( top court official ) at the end of the Heian period . +-1 Izanagi-jinja Shirine is located in Kanmaki-cho , Kitakatsuragi-gun , Nara Prefecture . +-1 Kasuri refers to weaved patterns , some of which look as if they were ' scratched , ' or refers to a fabric that has such patterns . +-1 The himuro was a place where ice was traditionally stored in Japan and corresponds to the modern-day refrigerator . +-1 Yuage is one of the Mizuage ( method of prolonging the lives of flowers ) methods . +1 According to the article of November , 501 of Nihonshoki ( Chronicles of Japan ) , KUDARA no Otara is described as follows . +1 Tokonatsu is one of the 54 chapters of " The Tale of Genji . " +1 Tamaki MIURA ( February 22 , 1884 in Tokyo-fu [ Tokyo Prefecture ] - May 26 , 1946 ) was an opera singer who was probably the first to gain the international reputation in Japan . +1 MINAMOTO no Fusaakira ( 911 ? - 939 ) was a waka poet in the middle of the Heian period . +-1 Shozei ( Taizei ) refers to tokoku ( rice grains plucked off the straws , with chaff on ) and eito ( reaped rice plants holding grains ) stored in shoso ( public repository ) in ryoseikoku ( province ) under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +1 Katsunoshin UMEDO ( date of birth and death unknown ) was a member of the Shinsengumi . +-1 Kameyama-jo Castle was in Kameoka , Kuwata-gun , Tanba Province ( the present Aratsuka Minami in Kameoka City , Kyoto Prefecture ) . +1 Sanetane IMADEGAWA ( July 23 , 1754 - August 1 , 1801 ) was Kugyo ( a Court noble ) in the middle and the late of the Edo period . +-1 Sango ( literally " mountain name " , this is a title prefixed to the name of Buddhist temples ) : Torigatazan +1 OTOMO no Katari ( dates of birth and death unknown ) is a Shogun ( general ) in the Kofun period ( tumulus period ) . +-1 Jinjakakuroku is the book of historical investigation of ancient temples and shrines , such as Shikinai-sha ( shrines listed in Engishiki laws ) . +1 Gien ( October 1 , 1558 - June 15 , 1626 ) was a Shingon Sect Buddhist monk who lived from the Sengoku Period ( Period of Warring States ) ( Japan ) to Edo period . +1 Naoya SHIGA ( February 20 , 1883-October 21 , 1971 ) was a Japanese novelist . +-1 Kitano-Hakubaicho Station , located in Shimohakubai-cho , Kita Ward ( Kyoto City ) , Kyoto City , is a stop on the Kitano Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +1 TAIRA no Sukemori was a Japanese military commander ( busho ) who lived in the Heian period . +1 Kagemasa KATO ( 1168 to May 3 , 1249 ) was a potter in the early Kamakura period , and was regarded as the originator of Seto ware . +1 Emperor Jimmu ( February 13 , 711 B.C. ? - April 9 , 585 B.C. ? ) was legendarily the first emperor in Japan . +-1 The Hogen Disturbance occurred during the first year ( 1156 ) of the Hogen era in the Heian period , when Emperor Sutoku and Emperor Goshirakawa had a dispute , and the Emperor 's side made a surprise attack on the retired emperor 's side . +1 Ozaki no Tsubone ( 1527-1572 ) was a lady who lived during the Sengoku Period ( the Period of Warring States ) ( Japan ) . +-1 The Funya clan was a descendent clan of Naga no Miko ( Imperial Prince Naga ) , a son of the Emperor Tenmu . +1 Kageshige KATAGIRI ( unknown date of birth - Feb . 13 , 1160 ) is a samurai at the end of the Heian period . +-1 The Battle of Sattatoge ( also referred to as the Battle of Mt . Satta ) was a battle fought between the troops of Takauji ASHIKAGA and Tadayoshi ASHIKAGA at Sattatoge ( Satta-toge Pass ) in Suruga Province ( Shimizu Ward , Shizuoka City , Shizuoka Prefecture ) in December 1351 , during the period of the Northern and Southern Courts . +-1 Tsunesada-Shino-den was one of the biographies in classical Chinese which was written in the early Heian period . +1 Fuyo Wakashu is a collection of waka ( Japanese poems ) based on fictional stories in the mid Kamakura Period . +-1 Onan ( 横難 ) oshi ( 横死 ) means to die in an unforeseen disaster or to die an unnatural death . +-1 Ganmodoki is one of processed foods made of tofu ( bean curd ) . +1 The seventh generation Jihei OGAWA ( 1860-1933 ) was the gardener , who designed gardens and was a pioneer in the field of modern Japanese Garden . +-1 Karasuma-dori Street is one of the major north-south streets in Kyoto City . +-1 Kaginawa is a tool that is believed to have been used by ninja . +1 Genrin YAMAOKA ( 1631 to August 19 , 1672 ) was a haiku poet and an author of kana zoshi ( novels written for women and children using kana rather than Chinese characters to make them understand easily ) who lived during the early Edo period . +-1 Hitorigami is a Shinto deity which came into being not in pairs but alone . +-1 Ashinazuchi and Tenazuchi are a couple of deities ( Shinto deities ) that appear in a Japanese Mythology about the Yamatanoorochi snake . +1 Genchi was a priest of Daian-ji Temple in the Nara period . +-1 Shimotsukenu no kuninomiyatsuko ( also known as Shimotsukenukokuzo , Shimotsukeno no kunimomiyatsuko , and Shimotsukenokokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled Shimotsuke Province . +-1 Fushimi Inari Taisha Shrine is a Shinto shrine located in Fushimi-ku Ward , Kyoto City . +-1 Wafu +-1 Hocho is to let a bird which has been captured or reared by humans free from human stewardship by releasing it out of doors . +-1 Shugouke is a system during the Muromachi period in Japan under which Shugo ( provincial constable ) undertook to pay the land tax on shoen ( Manor in medieval Japan ) and Kokugaryo ( territories governed by provincial government office ) ( koryo ( an Imperial demesne ) ) for the lord of the manor and chigyo-kokushu ( provincial proprietor ) . +-1 Tsukuba no kuninomiyatsuko ( also known as Tsukubakokuzo ) was Kuninomiyatsuko ruled the south part of Hitachi Province . +1 Kinsui ANEGAKOJI ( July 9 , 1794-February 23 , 1857 ) was Kugyo ( the top court officials ) in the Edo period . +-1 Tsuyama Express Kyoto-go is a daytime express bus route of Chugoku Expressway by joint operation of the two companies , West Japan JR Bus Company and Shinki Bus , that connects Kyoto City ( Kyoto Prefecture ) and Tsuyama City ( Okayama Prefecture ) via Oyamazaki-cho ( Otokuni-gun , Kyoto Prefecture ) , Takatsuki City ( Osaka Prefecture ) and Kato City / Kasai City / Shiso City ( Hyogo Prefecture ) , Mimasaka City / Shoo-cho ( Katsuta-gun ) ( Okayama Prefecture ) . +-1 Tobishoku ( same as hikiya [ a workman who moves a whole building without demolishing ] and yarikata [ a workman who make a rough design before building ] ) generally means a workman specializing in working in high places in the construction industry . +1 Yasuko ANO ( The kanji can also be read Kadoko or Renshi ; the actual reading is unknown ) ( 1301 - May 26 , 1359 ) was a woman who lived from the end of Kamakura period through the period of the Northern and Southern Courts ( Japan ) . +-1 Keisaku is the abbreviation for Keikakusakurei . +-1 Kutsu-jima Island in the Wakasa Bay is located off the coast of Maizuru City , Kyoto Prefecture . +1 Taicho ( July 20 , 682 - April 20 , 767 ) was a shugendo ( Japanese mountain asceticism-shamanism incorporating Shinto and Buddhist concepts ) priest who lived during the Nara period . +1 Kishi SAIONJI ( also known as FUJIWARA no Kishi and Empress Kishi , 1252 - June 3 , 1318 ) was a chugu ( the second consort of an emperor ) of Emperor Kameyama during the Kamakura period . +-1 Shakubyoshi is a kind of percussion instrument used in music such as gagaku ( ancient Japanese court dance and music ) . +1 Sukemitsu NUMATA ( ? - 1612 ? ) was a busho ( Japanese military commander ) from the Azuchi-Momoyama period to the Edo period . +-1 The term " nito-ryu " ( two-sword fencing ) is a general term for the technique of offense and defense with Japanese swords or other swords in both hands ( left and right hands ) . +-1 Kamo-cho was a town located in Soraku-gun , Kyoto Prefecture . +-1 The Yanagimoto Otsuka-kofun Tumulus is an ancient tomb located in Tenri City , Nara Prefecture . +-1 A SHIHAN GAKKO ( normal school ) is an middle and advanced educational institution for training teachers for elementary / middle schools ( shihan education ) under the prewar educational system reform . +-1 Kokugaryo is a historical term referring to koryo ( an Imperial demesne ) after around the mid-Heian period , differentiated from shoen ( manor in medieval Japan ) . +-1 Karamono elegantly refers to Chinese products which were esteemed from medieval times to recent times . +-1 Choji-ya ( 丁子屋 ) is one of the oldest yago ( trade name ) , which is confirmed to have already existed in the Edo period . +1 Imperial Prince Morisada ( April 6 , 1179 - June 14 , 1223 ) was the second Prince of Emperor Takakura , and his mother was Nobutaka BOMON 's daughter , Shokushi BOMON . ( Shichijoin ) +1 Masayoshi SATAKE ( 1081 - 1147 ? ) was a busho ( Japanese military commander ) in the Heian Period . +1 Arifusa ROKUJO ( 1251 – July 27 , 1319 ) was Kugyo ( a Court noble ) and a poet during the late Kamakura Period . +-1 The " hatamoto " is a general term indicating those who were direct retainers of the Tokugawa shogun family , provided with an amount of rice crop less than 10,000 koku ( approximately 180 liters / koku ) and the family status of omemie ( vassal with the privilege to have an audience with the shogun ) or higher who attended the ceremonies in the shogun 's presence . +1 Mitsuyoshi YOSHIDA ( 1598-1673 ) was a Japanese mathematician in the early Edo period . +1 Yasumasa WAKISAKA ( March 28 , 1633 - May 13 , 1694 ) was a tozama daimyo ( nonhereditary feudal lord ) in the early Edo period . +-1 Umashiashikabihikoji is a god appearing in Japanese mythology . +1 FUJIWARA no Naritsune ( birth year unknown - April 20 , 1202 ) was a court noble during the Heian period . +1 TAIRA no Tokuko / Tokushi / Noriko ( 1155 - January 25 , 1214 ) was the Chugu ( the second consort of an emperor ) of Emperor Takakura and Nyoin ( the respective title given to emperor 's mother or Sanko or Princesses by the Imperial Palace ) during the late Heian period . +1 FUJIWARA no Saneie ( 1145 – April 26 , 1193 ) was a court noble and poet of the late Heian period . +1 Mukyoku Shigen ( 1282 - March 23 , 1359 ) was a priest of the Rinzai Sect of Buddhism from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +1 Takamasu KYOGOKU ( 1808-January 14 , 1834 ) was the eighth lord of Mineyama Domain in Tango Province . +-1 The Shibayama family was a " Tosho-ke " ( hereditary lineage of Court nobles occupying relatively high ranks ) of an illegitimate family lineage of Kajuji of the Takafuji group of the Northern House of the Fujiwara clan , and its social standing was a prestigious family . +-1 Kado Enshu school is a school of ikebana ( Japanese traditional flower arrangement ) that originated independently from sado ( tea ceremony ) Eenshu school . +-1 Jotoku-ji Temple is a temple of the Jodo ( Pure Land ) sect located in Motoshiogama-cho , Shimogyo Ward , Kyoto City . +-1 Yuin is a seal that has no character belonging to any individuals or corporations such as full name , gago ( pseudonym ) , trade name and yago ( shop name ) , but has inmon ( words or symbols engraved on the seal ) curved . +1 Inshun ( 1589 to February 5 , 1648 ) was a monk and a martial artist who lived in the early Edo period . +-1 Jujo Station , located in Yanaginouchi-cho , Nishi-Kujo , Minami Ward , Kyoto City , Kyoto Prefecture , is a railway station on the Kintetsu Kyoto Line , which is operated by Kintetsu Corporation . +-1 Yakuryo ( executive allowance ) was one of the executive allowances that the Edo bakufu ( Japanese feudal government headed by a shogun ) gave to the retainers of the Shogun . +-1 Takebeyama-jo Castle existed in Kasa County , Tango Province ( now Shimofukui , Maizuru City , Kyoto Prefecture ) during the Muromachi and Sengoku periods ( period of warring states ) . +1 Kugyo ( 1200 - February 13 , 1219 ) was the second son of MINAMOTO no Yoriie , the second seii taishogun ( literally , " great general who subdues the barbarians " ) of Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +1 Dajo Hoo ( also referred to as Daijo Hoo ) is a retired emperor ( Dajo Tenno ) who became a priest . +1 Shotoku Taishi ( February 9 , 574 - April 11 , 622 or according to the " Nihonshoki " [ Chronicles of Japan ] , March 6 , 621 ) was a prince during the Asuka period . +-1 Ajitsuke nori ( nori flavored with soy sauce , mirin and seasonings ) is a generic term for processed nori ( dried laver seaweed ) products mainly seasoned with soy-sauce , sugar , and spices . +-1 Hannya no Men , also known as Hannyamen or simply Hannya , is a mask of a female demon representing ' the face of a woman harboring jealousy and resentment ' used in Noh theater . +1 FUJIWARA no Toshinobu ( 1055 - February 24 , 1105 ) was a noble and scholar in the late Heian period . +1 Imperial Princess Inoe ( 717 - May 30 , 775 ) was the first Princess of the 45th Emperor Shomu . +1 FUJIWARA no Yorimune ( c . 992 to March 18 , 1065 ) was a court noble during the mid to late Heian period . +1 Ujitsuna HOSOKAWA ( 1514 - January 14 , 1564 ) was a busho ( Japanese military commander ) in the early Sengoku period ( period of warring states ) and the last Kanrei ( shogunal deputy ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +-1 Nantokagami-jinja Shrine is located in Nara City , Nara Prefecture . +1 Sanetsumu SANJO ( March 18 , 1802 -October 31 , 1859 ) was a Kugyo ( high court noble ) in the end of the Edo Period . +-1 Matsubara Swimming Area is located in Hikone City , Shiga Prefecture . +1 His birth name was Kokyo . +1 Yoshimune HOJO ( 1253 - September 23 , 1277 ) was a member of the Hojo clan in the mid Kamakura period . +1 Noen ( 1140-1199 ) was a Buddhist monk who lived at the end of the Heian period . +1 Tetsujo SUGIHARA ( 1870 ? to ? ) was known as ' the future prime minister ' in Hiroshima Prefecture in the Meiji period . +-1 Mt . Hiei Driveway is a driveway which is managed by Hieizan Jidosha Kabushikigaisha ( details are in the page which detailes the Keihan Group ) which is a subsidiary of Keihan Electric Railway that is located at Mt . Hiei in Otsu City , Shiga Prefecture . +-1 Akuru is an evil god in Japanese Methodology . +1 Kokamonin no Betto ( year of birth and death unknown ) was a poetess of the late Heian period . +-1 Tsukemono is preserved food that vegetables ( fish or meat , sometimes ) are pickled together with pickling ingredients having high osmotic pressure , having an effect to decrease hydrogen-ion exponent or having an effect to shut off from the air such as salt , vinegar , rice-bran paste , soy sauce , sake lees or fat and oil , to improve preservation quality as well as to improve taste and flavor by maturing . +1 Princess Kishi ( her given name can also be pronounced " Hiroko " ) ( date of birth unknown - May 24 , 950 ) was a royal princess of Imperial Prince Yasuakira ( Emperor Daigo 's son ) . +-1 Japan-Mexico Treaty of Amity , Commerce , and Navigation is a treaty concluded between Japan and Mexico on November 30 , 1888 . +1 Fujiko TSUCHIMIKADO ( 1842 ? – July 13 , 1875 ) was a court lady and a high-rank housekeeper of O-oku ( the inner palace of Edo-jo Castle ) from a noble family , and active in the period since the late Edo period until the end of the Edo period . +-1 Tosa school ( Tosa ha ) +-1 Nyobona was a name that a nyobo ( a court lady ) called herself in attendance . +-1 The Sino-Japanese Treaty of Commerce and Navigation is the treaty concluded between Japan and Qing Dynasty in Beijing City on July 21 , 1896 . +-1 Suimono is a kind of soup of Japanese cuisine consisting of suiji ( soup stock flavored with soy sauce and salt ) , wandane ( a main , solid ingredient ) , tsuma ( a garnish lending a touch of color ) , suikuchi ( a fragrant garnish ) and so forth . +1 " Hokusai Manga " is a book of sketches issued by Hokusai KATSUSHIKA as examples of paintings . +1 FUJIWARA no Mototada ( 1056-December 18 , 1098 ) was a court noble in the insei period ( the period when the retired Emperor governed ) of the Heian Period . +-1 Taikoan is tatchu ( sub-temple on the site of the main temple ) of Tofuku-ji Temple , which is the Daihonzan ( head temple of a Buddhist sect ) of the Rinzai sect , Tofuku-ji Temple school , located in Higashiyama Ward , Kyoto City . +1 KOSE no Fumio ( year of birth and death unknown ) was a man of literature who lived during the early Heian period . +1 Tomochika MIMASAKA ( date of birth and death unknown ) was a samurai ( warrior ) and gokenin ( shogunal retainer ) in the early Kamakura period . +-1 Sanbo-ekotoba is a collection of Buddhist tales compiled in the middle of the Heian period . +-1 " Fundoshi " is a traditional underwear for men in Japan and other areas . +-1 Haboku-sansui refers to Sansui-ga ( Chinese-style landscape painting ) which is painted using haboku ( the broken-ink technique ) technique ( to be described later ) . +-1 Uzumasa-tenjingawa Station , located in the Ukyo ward of Kyoto City , Kyoto Prefecture , is the last stop on the Tozai Line of the Kyoto Municipal Subway and the first subway station built in Ukyo Ward . +-1 Heijo-kyo ( also pronounced Heizei-kyo ) used to be the ancient capital of Japan . +-1 " Goshi " is a Shinto term that refers to the enshrinement of kami ( deity , spirit ) from one shrine at another shrine ( this is called yosemiya ) . +-1 Muko-jinja Shrine is a Shinto shrine located in Muko City , Kyoto Prefecture . +1 KI no Akimine ( year of birth and death unknown ) was a poet of the early Heian period . +-1 Omiya-dori Street is a boulevard in Nara City , Nara Prefecture . +-1 Kamishichiken is the oldest hanamachi ( ' flower town , ' or geisha district ) , located in the area of Shinsei-cho and Shakenagaya-cho in Kamigyo Ward , Kyoto City . +-1 Hoon-ko refers to a memorial service which was held around the anniversary of the death of Shinran ( 1173 - 1262 ) , the founder of Jodo Shinshu ( True Pure Land Sect of Buddhism ) for the purpose of Hon shatoku ( repayment for indebtedness ) to the founder . +-1 " Atsumori " is the title of a Noh program , which belongs to the category of nibanme-mono ( second-category play ) and the subcategory of Kindachi mono ( play featuring a courtier ) . +-1 " Toimaru " were organizations specialized in transport , warehousing and commission sales , which based themselves in cities by the rivers and ports where nengumai ( rice paid as land tax ) was unloaded . +-1 The Award of the Japan Art Academy refers to the awards presented by the Japan Art Academy . +-1 Aki-jinja is the Shinto Shrine located in Uda City , Nara Prefecture . +-1 Shichijo-shinchi was once a brothel in Shimogyo Ward , Kyoto City and today it continues its business under its new name , " Gojo Rakuen . " +1 It is assumed that it was made after 1622 in Japan . +-1 Bento is a kind of portable food and is the equivalent of one meal . +-1 Maizuru is a harbor city located in the northern part of Kyoto Prefecture ( formerly Tango Province ) overlooking the Sea of Japan . +1 SHIMOTSUKENU no Taguhi ( year of birth and death unknown ) was a noble who lived during Nara period . +-1 The Hakodate Court was established quickly as a local administrative organ in Hakodate ( present-day , Hakodate City ) in 1868 to govern Ezo ( a northern island of Japan inhabited by Ainu indigenous people ) . +-1 Shizuki-jo Castle is a Japanese castle . +1 Tsuneko HASHIMOTO or Kangyoin ( December 24 , 1826 to September 28 , 1865 ) was a court lady in Japan during the end of the shogunate period . +1 Choka is a form of waka ( Japanese poem ) . +-1 The ' Kicho ' screen was used by nobles in their residences from the Heian period . +1 O no Yasumaro ( date of birth unknown - August 15 , 723 ) was a civil officer in the Nara period . +1 Tamaki SHISHIDO ( April 18 , 1829 - October 1 , 1901 ) was a statesman and bureaucrat active from the end of the Edo period into the Meiji period . +1 Sodo YAMAGUCHI ( June 1 , 1642 to September 30 , 1716 ) was a haiku poet and a flood control expert in the early Edo period . +1 Kakugoro INOUE ( November 30 , 1860 - September 23 , 1938 ) was a Japanese businessman and statesman . +-1 History +1 " Hakai " ( The Broken Commandment ) is a full-length novel by Toson SHIMAZAKI . +-1 Karyobin is a piece of Gagaku ( ancient Japanese court dance and music ) , and one of ' Rinyu hachigaku ' ( eight old gagaku pieces from Vietnam ) . +-1 Shoronagashi is an event held during the Obon festival ( a Festival of the Dead or Buddhist All Soul 's Day in mid-August ) in different parts of Nagasaki Prefecture . +1 Sanemasa SHIGENOI ( May . 23 , 1700 - Dec.4 , 1735 ) was Kugyo ( a Court noble ) in the middle of Edo period . +-1 The Send-off Bonfires of Five Mountains ( Gozan no Okuribi ) refers to the annual bonfires lit at various 5 locations including Nyoigatake ( Mt . Nyoi known as Mt . Daimonji ) on August 16 in Kyoto City . +-1 Wayo Architecture refers to a temple architectural style which had been used in temple architecture in Japan as contrasted with the architectural style ( Daibutsu-yo ( Buddhist architecture style ) , Zenshu-yo ( Zen-sect-style architecture ) ) that was introduced from China in the Kamakura period . +1 Aeba no Tsubone ( ? - June 4 , 1615 ) was a woman from the Sengoku period ( the Warring States period ) to the early Edo period . +-1 Yakizakana is a dish in which fish is broiled . +-1 An Ashigaru taisho was a commanding officer who lead Ashigaru troops ( foot soldiers ) under a daimyo ( Japanese territorial lord ) during Japan 's Sengoku Period ( Period of Warring States ) . +-1 Ecchu Kubo was a government which was established at Hojozu , Imizu county , Ecchu Province by Yoshitane ASHIKAGA who was deposed as the shogun of Muromachi bakufu ( Japanese feudal government headed by a shogun ) and escaped from Kyoto in 1493 . +-1 The Kainosho clan was one of Japan 's clans . diff --git a/data/titles-en-train.word b/data/titles-en-train.word new file mode 100644 index 0000000..dc1b1cb --- /dev/null +++ b/data/titles-en-train.word @@ -0,0 +1,11288 @@ +FUJIWARA no Chikamori ( year of birth and death unknown ) was a samurai and poet who lived at the end of the Heian period . +Ryonen ( 1646 - October 29 , 1711 ) was a Buddhist nun of the Obaku Sect who lived from the early Edo period to the mid-Edo period . +A moat settlement is a village surrounded by a moat . +Fushimi Momoyama Athletic Park is located in Momoyama-cho , Kyoto City , Kyoto Prefecture . +Iwanohimenomikoto ( year of birth unknown – June , 347 ) was an Empress of the Kofun period . +YOSHIMINE no Nagamatsu ( 813 - December 30 , 879 ) was a government official who lived during the Heian period . +Hiizu MIYAKE ( November 1848 - March 16 , 1938 ) is a doctor , Dutch scholar , medical scientist , members of the Diet ( the House of Peers [ Japan ] ) in Japan . +Imperial Prince Akinari ( 998 - May 23 , 1035 ) was a member of the Imperial Family in the Heian period . +The Sanjonishi Family is a house of a branch line of the House of Ogimachi-Sanjo , of the Kanin Line , of the House of Fujiwara North of the Fujiwara clan , as well as a court noble having the house status of the house of Minister ( Old houses , or Uchiuchi ) . +Kichisaburo IINO ( 1867-February 3 , 1944 ) was the person of new religion who was from the family of the feudal retainer of Iwamura domain in Mino Province ( currently , Gifu Prefecture . ) +Yasuhide NAGAI ( 1212 - January 11 , 1254 ) was a person lived in the Kamakura Period . +The term " Teppo Denrai " ( introduction of firearms ) generally refers to the introduction of matchlock guns from Europe into East Asia in the 15th century , and in a more limited sense it means the introduction of matchlock guns into Tanegashima Island , Japan . +The Fushimi Domain existed in Fushimi in the Yamashiro Province ( present day Fushimi Ward , Kyoto City , Kyoto Prefecture ) . +Yomi is the world of the dead . +Kakuan-ji Temple is a temple belonging to the Shingon Ritsu sect of Buddhism , located in Nukatabetera-machi , Yamatokoriyama City , Nara Prefecture . +Michitomo KOGA ( March 8 , 1660 - August 22 , 1719 ) was a Kugyo ( top court official ) who lived from the early to mid Edo period . +The Isso school is one of the schools of fue-kata ( flute players ) in Nohgaku ( the art of Noh ) . +Matsunoodera Station is a railway facility on the Obama Line of the West Japan Railway Company ( JR West ) , and is located in Aza-Kissaka-mubanchi , Maizuru City , Kyoto Prefecture . +Natto is a Japanese food produced by fermenting soybeans with bacillus subtilis natto . +Tonan-in Temple is the main temple of the Shingon Sect considered to have been located to the southeast of Todai-ji Temple ( which is around the present Todaiji Library ) . +Sugyoroku is a book of the Buddhism theory compiled in 100 volumes by Enju EIMIN , the monk who lived during the times between Wu-yueh in the Chinese Godai Jikkoku era and early Northern Sung Dynasty period . +" Fudoki " is a title of Chinese books . +Yanushioshiotakeogokoro no mikoto ( year of birth and death unknown ) was a member of Japanese Imperial family , who lived in the period around the third to fourth century . +Mokubei AOKI ( 1767- July 2 , 1833 ) was a painter and Kyo ware potter during the Edo Period . +Gojo-ohashi Bridge is a bridge over the Kamo-gawa River which runs through Kyoto City , Kyoto Prefecture . +Muneyuki HAMURO ( 1174 – 1221 ) was a Court noble in the Kamakura period . +Tenshu ( 天守 ) refers to a structure that became the symbol of a castle after the Sengoku period ( period of warring states ) . +MINAMOTO no Yoritsuna ( 1025 - February 17 , 1097 ) was a busho ( Japanese military commander ) and a tanka poet in the latter days of the Heian period . +Soshu Hojutsu Chorenjo refers to a gunnery practice field in the Edo period located on the seashore in Fujisawa City and Chigasaki City , an area that is now within the boundary of Kanagawa Prefecture . +Tempura is a Japanese dish of deep fried battered meats , seafood , vegetables or sansai ( plants growing wild in fields and mountains . ) +Taho Nyorai ( Buddha of Many Treasures who is depicted in the Lotus Sutra ) is one of the Nyorai ( Tathagata ) , an object to worship in Buddhism . +Morimune KOYANAGAWA +In ancient Japan , Chokushimaki was a ranch developed by the emperor 's Chokushi and was used to supply war horses for the Meryo ( the section taking care of imperial horses ) . +衛士 ( eishi or eji ) +Yoshino Gen was a special local administration division or organization established in the Yoshino area in Japan in the eighth century . +Shomen-dori Street is a street running east-west through Kyoto City . +Chiho ( aka Jibong in Korean ; years of birth and death unknown ) was a priest from ancient Korean Shilla , who lived in the Nara period . +Sanyo RAI ( January 21 , 1780 - October 16 , 1832 ) was a historian , composer of Chinese poetry and literary man who lived in the end of the Edo period . +Ichian YOKOHAMA ( 1550 - September 5 , 1596 ) was a daimyo ( Japanese feudal lord ) during the Azuchi-Momoyama period . +Katamori MATSUDAIRA was a Daimyo , and the 9th and last Chief of the Aizu Clan of Mutsu Province . +The Kanseirei ( Kansei calendar ) is a Japanese lunar-solar calendar , formerly used in Japan . +Kuji no kuninomiyatsuko ( also known as Kujikokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the north central part of Hitachi Province . +Located in Kita-ku Ward of Kyoto City , Kitaoji Bus Terminal is a bus terminal of Kyoto City Bus . +Suebe ( or Suetsukuribe ) was a group of people who were engaged in manufacturing Sueki ( unglazed ware ) before Taika period . +FUJIWARA no Yorinaga ( 1120 – August 8 , 1156 ) was a court noble at the end of the Heian period . +Eitoku KANO ( February 16 , 1543 - October 12 , 1590 ) was a painter who lived during the Azuchi-Momoyama period . +Taibon Sankajo refers to the fundamental authorities of Shugo ( provincial constable ) in the Kamakura and Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Hikohitooe no mikoto or Oeo was a member of the Imperial family who lived during the Kofun period ( tumulus period ) . +" Futon " is a short novel which was written by Katai TAYAMA . +Kutsu-tsura ( literally , shoe cheek ) is one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Hyakki Tsurezure Bukuro " ( The Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) +Hebizuka-kofun Tumulus is a tumulus located in Uzumasa , Ukyo Ward , Kyoto City , Kyoto Prefecture . +Hodo-ji Temple is a Yuzu Nenbustu sect temple located in Ikoma City , Nara Prefecture . +Nikka-mon ( or jikka mon ) Gate was one of the naikaku-mon gates that comprised the dairi ( Imperial Palace ) and was located on the east side of the south garden of the Shishinden Hall ( Throne Hall ) . +Nenryo bekko zomotsu was the system where a designated amount of Zomotsu such as paper , brushes , horse skin and herbal plants were directly tithed to the central government by Ritsuryo provinces . +HIKAMI no Kawatsugu ( year of birth and death unknown ) was a member of the Imperial Family between the Nara period and the early Heian period . +Mata-nozoki is one of the methods to enjoy looking at Amanohashidate from Kasamatsu Park or Ama no Hashidate View Land in Miyazu city , in Kyoto prefecture . +Kuniyoshi NOSE ( year of birth and death unknown ) was a samurai from the end of the Heian period to the early Kamakura period . +King Munmu ( year of birth unknown - 681 ) was the 30th king of the Korean kingdom of Silla ( reigned from 661 to 681 ) , whose family name was Kim and given name was Beopmin . +Hayatoshi ( Hayato Office ) was the institution that belonged to Emonfu ( Headquarters of the Outer Palace Guards ) and later Hyobusho ( ministry of military ) on the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Johen ( 1166 - May 16 , 1224 ) was a priest of the Shingon Sect in the early part of the Kamakura period . +Isshikoshosoku is a part of a Buddhist sermon taught by Honen . +" Momijigari " is a Noh piece . +Shubun ( Autumnal equinox ) is one of the 24 seasons in the solar year . +Iemori YAMAZAKI ( 1567 - November 19 , 1614 ) was a daimyo ( Japanese feudal lord ) who lived in the Azuchi-Momoyama period and the Edo period . +" Jokan " ( written as " 上官 " or " 政官 " ) is the collective term for government officers who were mainly engaged in clerical work in the Daijokan ( Grand Council of State ) under the Ritsuryo system ( a system of a centralized government based on the Ritsuryo Code ) . +Keijun MIYABE ( 1528 ? - April 20 , 1599 ) was a busho ( Japanese military commander ) in the Sengoku Period ( Period of Warring States ) ( Japan ) . +Saigyo-zakura is a Noh play written by Zeami . +Norimitsu YANAGIHARA ( or Motomitsu YANAGIHARA ) ( November 14 , 1746 - January 3 , 1800 ) was a court noble ( Shonii [ Senior Second Rank ] , Gon Dainagon [ provisional major counselor ] ) and historian in the Edo period . +Amenomahitotsu no Kami is a Shinto god of iron manufacture and blacksmiths who appears in Japanese mythology . +Forming the topography of the coast from Fukui Prefecture to Kyoto Prefecture , Wakasa Bay was created by the ground subsiding deep into the Sea of Japan . +Wani ( date of birth and death unknown ) is a legendary figure who supposedly came from Kudara ( Paekche ) to Japan to teach Chinese characters and Confucianism . +Kin ( Catty ) is a weight unit in the East Asian system of weights and measures . +Rakunan High School and Rakunan Junior High School are private junior and senior high schools , respectively , located in Minami-ku , Kyoto City . +Yobo-ji Temple is a head temple ( Honzan ) of the Nichiren Honshu Sect located in Hokoji-cho , Shintakakura Street Magobashi Street-agaru , Sakyo Ward , Kyoto City , Kyoto Prefecture . +Eishoin ( December 17 , 1578 - September 17 , 1642 ) was Ieyasu TOKUGAWA 's concubine . +The Kojin-bashi Incident is an incident that occurred on November 11 , 1953 , where a group of Kyoto University student demonstrators who had been marching up to the large-scale meeting at the Hirokoji campus of Ritsumeikan University , had a collision with the police on Kojin-bashi Bridge ( Kyoto City ) . +Emperor Momozono ( April 14 , 1741 - August 31 , 1762 ) was the hundred sixteenth Emperor during the Edo period . ( his reign was from June 9 , 1747 to August 31 , 1762 . ) +Mumon-ginsen coin is the Japan 's oldest private silver coin . +FUJIWARA no Takaie ( 979 - February 8 , 1044 ) was a court noble during the Heian period . +Kagero is one of the fifty-four chapters of " The Tale of Genji . " +Shigeki NISHIMURA ( April 26 , 1828 – August 18 , 1902 ) was a Japanese enlightenment thinker . +Yoshiharu ISSHIKI ( 1466 - October 2 , 1484 ) was a Shugo Daimyo ( protector feudal lords ) who lived during the Muromachi period . +Giho reki is a Chinese calendar and is a lunisolar calendar which was compiled by Chunfeng LI , an astronomer during the Tang dynasty . +Kyoto-Gekijo is a theater located in Shimogyo Ward , Kyoto City , Kyoto Prefecture . +Nobutane NAKANOMIKADO ( 1442 - December 11 , 1525 ) was a court noble from the middle of Muromachi period to the Sengoku Period ( Period of Warring States ) ( Japan ) . +Seiki KURODA ( August 9 , 1866 - July 15 , 1924 ) was a Western-style painter who came from Kagoshima City , Kagoshima Prefecture . +Katakiuchi is the practice of taking out one 's revenge , by taking the law into his own hands , against someone who has killed a direct ancestor of the avenging party . +Meiji roku-nen no Seihen ( Coups of 1873 ) is a major political change in the early Meiji era caused by Seikanron ( debate on subjugation of Korea ) . +" Saga Goryu " is a school of flower arrangement , whose founder was the Emperor Saga . +Sotan gitsune ( fox ) was a monster fox , a story of which has been passed down at the Shokoku-ji Temple in Kamigyo Ward , Kyoto City . +Goban-cho is the name of a town situated in Kamigyo Ward , Kyoto City . +Amida ( Amitabha ) worship is the religious belief based on the Pure Land of Buddhism which believes in justification by belief and preaches that praying to Amida Nyorai would lead you to heaven . +" Hokumen no bushi " were samurai who served the retired emperor , standing by as the gero ( servant ) on the north side of the in ( imperial palace of the retired emperor ) , and guarding or accompanying the retired emperor when he made trips outside .. +Ako-jinja Shrine is a Shinto shrine in Nara City , Nara Prefecture . +Okuninushi is a god that appears in a type of Japanese mythology called Izumo Shinwa ( Myths of Izumo ) . +Following the Tokaido Shinkansen that the former Japan National Railways ( JNR ) started operation on October 1 , 1964 , each of the JR group companies has operated its own high-speed railway system , and the term Shinkansen is used for indicating the railways for high-speed operations , the train-cars , and related railway-based transportation systems as a whole . +Iesada TOKUGAWA was the thirteenth Seitaishogun ( commander in chief of the expeditionary force against the barbarians ; a great and unifying leader ) of the Edo Bakufu . +O no Tadatatsu ( April 10 , 1865 - December 22 , 1944 ) was gagakuka ( musician of old Japanese court music ) and the member of Imperial Art Academy . +Shunkai ( date of birth and death unknown ) was a Shingon sect priest who lived from the end of the Heian period to the early Kamakura period . +Myoha SHUNOKU ( 1311 - November 9 , 1388 ) was a Zen priest of the Rinzai sect in the Muromachi period . +Kanokogi-no-sho / Kanakogi-no-sho was a shoen ( manor in medieval Japan ) that existed in Higo Province during the Heian and Muromachi Periods . +The Muromachi-dori Street is one of the major north-south streets which run through Kyoto City . +The San-saemon incident was the incident in which former retainers of the deceased father and son , Yoshiyasu ICHIJO and Takayoshi ICHIJO , were arrested for attempting to attack Michichika TSUCHIMIKADO , Gon Dainagon ( provisional major counselor ) . +Genkareki is one form of Chinese calendar , a lunisolar calendar formerly used in China and Japan . +Futatsumei Norimune is a Japanese sword believed to have been manufactured by Norimune ICHIMONJI in Bizen Province . +Mitsunaga WAKEBE ( February 22 , 1714 - December 15 , 1783 ) was the 6th lord of the Omizo Domain , Omi Province . +A Japanese Temple +Shiki no miko ( around the latter half of the seventh century ) was a member of the Imperial Family who lived in the Asuka period . +The Shonai Rebellion occurred in 1599 in Shonai , Hyuga Province ( the present-day Miyakonojo City , Miyazaki Prefecture and surroundings ) between the Shimazu clan and the Ijuin clan , the chief vassal of the Shimazu clan . +Konbu-in Temple is a Jodo ( Pure Land ) sect nunnery temple located in Horen-cho , Nara City , Nara prefecture . +Ujinaga SASSA was the son of Ujitsuna SASSA . +ABE no Yoshihira ( 954 ? - February 3 , 1027 ) was an Onmyoji ( Master of Yin yang ) , and Inyoka ( the Yin and Yang school of philosophy ) in the Heian period . +Shokusan-kogyo is the policies in which the Meiji government accelerated modernization of the nation by encouraging industry and nurturing capitalism in order to compete with Western countries . +Sanetada IMADEGAWA ( 今出川 実尹 , 1316 - September 29 , 1342 ) was a Kugyo ( high court noble ) from the Kamakura period to the Kenmu Restoration period . +The Hozukyo Gorge , a picturesque scenic spot on the Oi-gawa River ( the Hozu-gawa River ) , starts at Kameoka City , Kyoto Prefecture to Togetsu-kyo Bridge in Arashiyama , Ukyo Ward , Kyoto City . +Reigan ( May 9 , 1554 - October 15 , 1641 ) was a priest of the Jodo sect of the early Edo period . +" Oni no ho " is a ho ( round-necked robe worn by members of nobility and the imperial court ) of sokutai ( traditional ceremonial court dress ) costume , worn by a crown prince in the rituals . +Keiji NISHITANI ( February 27 , 1900 - November 24 , 1990 ) was a Japanese researcher who studied philosophy and the philosophy of religion . +In modern samurai society , kannen was the official age of a person reported to the authorities such as the bakufu ( Japanese feudal government headed by a shogun ) or the family of lord of the domain . +Kokaku ( date of birth and death unknown ) was a priest of the Tendai Sect in the late Heian period . +Ichimi-togarashi ( cayenne pepper powder ) is a seasoning made of dried red pepper ground into powder form . +Shiramine-jingu Shrine is a Shinto shrine located in Kamigyo Ward , Kyoto City . +Kiri Noh is one of the programs of Noh theatrical performance , when the shite ( the main actor of a Noh play ) performs the roles of Oni ( ogre ) , Tengu ( a long-nosed goblin ) , Tenjin ( the heavenly god ) , Raijin ( the god of thunder ) , Ryujin ( the god of dragon ) , etc . +Chiten no Kimi was the word for the retired emperor or emperor who took control of politics as the head of Imperial Family from ancient times to the Medieval period . +The Fujii family was a toshoke ( within the hereditary lineage of court nobles allowed to enter the tenjonoma in the palace ) down line of the Urabe clan . +The rice riots in 1918 were riots due to a sharp rise in rice prices in which lasted in prewar Japan from the Edo period . +Kinkiyo TOKUDAIJI ( 1312 - July 29 , 1360 ) was a kugyo ( court noble ) who lived from the Kamakura period to the period of the Northern and Southern Courts ( in Japan ) . +Shigemochi MIKUMO ( 1540 - 1603 ) was a military commander of the Sengoku ( warring states ) period . +Hyojoshu was a government post established during the periods of Kamakura and Muromachi . +Eichi SHIBUSAWA ( March 16 , 1840-November 11 , 1931 ) was a Shogun 's retainer near the end of the Edo period , a bureaucrat of the Ministry of Finance and an entrepreneur from Meiji to the early Taisho period . +Chiko ( circa 709 - circa 780 ) was a Buddhist priest of the Sanron Sect ( Madhyamika school founded originally by Nagarjuna , which was brought in from China in 625 by Ekwan and was headquartered in Horyu-ji Temple in Nara , the sect belonging to the Provisional Mahayana school ) , who lived in the Nara period . +Taneyasu TOGASHI ( 1474 ? - 1535 ) was the 16th family head of Togashi clan ( number of generations since Takaie TOGASHI ) . +Hanayacho-dori Street is a street in Kyoto City . +Daisaitogoma ceremony refers to large-scale Goma ( Holy Fire ) Mass held in the field . +Shoyoroku is a Buddhist book from the era of the Sung dynasty in China . +Shinsen is an offering to shrines and household Shinto altars in Japan . +Sukenao INADOME ( 1552 - March 20 , 1611 ) was a firearms expert who lived from Sengoku period ( period of Warring States ) period into the early Edo period . +Takaragaike Station , located in the Sakyo ward of Kyoto City , is a stop on the Eizan Main Line and the Kurama Line of the Eizan-dentetsu ( Eizan Electric Railway ) . +Jakugen ( year of birth unknown - April 18 , 1024 ) was a monk of the Tendai Sect , who lived during the mid-Heian period . +Yunoshin TAKAHASHI ( born 1835 , year of death unknown ) was a soldier in the shinsengumi . +Izo OKADA ( 1838 - June 3 , 1865 ) was one of the Bakumatsu Shidai Hitokiri ( Four famous assassins of Bakumatsu , end of the Edo Period ) who joined the Tosa kinnoto ( loyalist clique of Tosa ) in his hometown , Tosa Province . +Jizo-bon is the day of the festival of Jizo Bosatsu ( 24th of each month ) , or the period of three days before the evening festival on July 24 of the old calender in the Obon festival , or it also means the day of the festival of Jizo Bosatsu , which is chosen from the days of the festival . +Hirotsugu KAWAKATSU ( year of birth and death unknown ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +FUJIWARA no Sanetsune ( December 29 , 998 - August 30 , 1045 ) was a court noble during the mid-Heian period . +Jundaijin was a government post in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Naryu-misaki Cape belongs to Maizuru City , Kyoto Prefecture , and faces the Japan Sea ( western part of Wakasa Bay ) . +KOSE no Maro ( date of birth unknown - February 7 , 717 ) was a noble of the Nara period . +Yosai KIKUCHI ( November 28 , 1788 - June 16 , 1878 ) was a Japanese-style painter from the end of the Edo period to the beginning of the Meiji period . +Hokoshu was a govermental position established by the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Tato means the wealthy farmer class that managed rice fields belonging to shoen ( manor ) or kokugaryo ( rice fields governed by provincial government office ) during Japan 's Heian period . +Kangakukigen is a history book of the study of the Chinese classics written by Sueyasu IJICHI of Satsuma domain in the late Edo Period . +Sarumaru no Taifu , or Sarumarudayu ( years of birth and death not know ) was one of the thirty-six immortal poets . +Sakan was the fourth among the four official ranks of Shitokan under the ritsuryo legal code system . +The Tozai Line is a railway line of Kyoto Municipal Subway , which connects Rokujizo Station in Uji City , Kyoto Prefecture and Uzumasa-tenjingawa Station in Ukyo Ward , Kyoto City . +Ikeda-machi Yokangai is a name given to a part of the old town area of Omihachiman City , Shiga Prefecture . +" Nanori , Shimenawa-kiri , Himatsuri " is a series of annual events held from New Year 's Eve through New Year 's Day in Daio-cho , Shima City , Mie Prefecture . +The Jiyu Minken Undo ( Freedom and popular rights movement ) was a political and social movement that took place in Meiji-period Japan . +SUGAWARA no Takasue ( born in 972 , year of death unknown ) was an aristocrat and zuryo ( provincial governor ) who lived in the Heian period . +Risai KOMAZAWA was one of the Senke Jisshoku ( The Ten Craftsmen of the House of Sen ) . +Minonoshiri no kunimiyatsuko ( also known as Minonosihrinokokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the east of Mino Province . +Ie seido was a family system , which was introduced to the Civil Codes established in 1898 ( hereunder referred as Old Civil Codes ) , under the system , a small group consisting of relatives and living in a house is considered as a family and a family has a family head who was given an authority to lead a family . +Sacchodo was called ' Yuhan ' ( powerfull domain ) in the end of Edo period , and produced many patriotic samurais , and a generic name of ' Royal three Domains , ' Satsuma Domain , Choshu Domain , and Tosa Domain which were the of the Meiji Restoration , or a generic name of the patriotic Samurais from these three Domains . +Obara-dera was a temple once located in Obara , Sakurai City , Nara Prefecture . +Yoshizane NIJO ( 1216 - January 18 , 1271 ) was a court noble who lived during the mid Kamakura period . +Daigaku-besso were facilities affiliated to the Daigaku-ryo ( the government facility established in the eighth century to educate students who were to become bureaucrats ) . +Mineko IWASAKI ( 1949 - ) is an author and former Gion Kobu geisha ( Japanese professional female entertainer at drinking parties ) from Kyoto City , Kyoto Prefecture . +ABE no Miushi ( 635 - May 20 , 703 ) was a historical figure lived during Japan 's Asuka Period . +Yoshinobu TAKEDA was a busho ( Japanese military commander ) during the Sengoku ( Warring States ) period . +Gosyodoki is a pattern of traditional Japanese clothes . +Located in Nakagyo-ku Ward of Kyoto City , Kyoto City Heiankyo Sosei-Kan is a museum which occupies the first floor of Kyoto City Life-long Education Center ( Kyoto Asny ) . +" Chanoyu Ichie Shu ( Collection on the Oneness of Chanoyu ) " is a book on tea ceremony written by Naosuke II ( title in tea ceremony : Sokan ) , the lord of the Hikone Domain in the end of the Edo Period . +Kiyohiko USHIHARA ( March 22 , 1897 - May 20 , 1985 ) was a movie director from the Taisho to the Showa era . +KO no Moroyasu ( ? – April 1 , 1351 ) was a Japanese military commander of the period of the Northern and southern Courts . +Hanzo HATTORI was samurai working under the command of Matsudaira clan and the Tokugawa clan from the Sengoku period ( period of warring states ) to the early Edo Period , and refers to the successive family heads of the Hattori clan who assumed the name of ' Hanzo ' for generations . +Sokichi HASHIMOTO ( 1763 - June 14 , 1836 ) was a Ranpoi ( a person who studied Western medicine by means of the Dutch language ) and Rangakusha ( a person who studied Western sciences by means of the Dutch language ) . +SOGA no Iruka was a powerful person in the Yamato Imperial Court . +Yamato no Miyako is a city existed in ancient Japan . +Fujikata HOSOKAWA ( 1517 - 1590 ) was a busho ( Japanese military commander ) who lived in the Sengoku Period ( Period of Warring States ) . +Entsu ( 1754 - 1834 ) was a priest of the Tendai Sect of the late Edo period . +O no Honji ( date of birth unknown - August ? 696 ) was a person who lived during the Asuka Period . +Kagenori NIRE ( April 6 , 1831-November 22 , 1900 ) was a samurai at the end of the Edo period and a navy officer in the Meiji period . +FUJIWARA no Motonaga ( 藤原 元命 , date of birth and death unknown ) was a middle-ranking government official during the mid Heian period . +Hakari-za is za ( trade guild ) which imposed a monopoly on manufacturing , distribution , test and repair of scales with the special license of the Edo bakufu during the Edo period . +Jodo style gardens were built from the Heian period to the Kamakura period . +Densho ( books on the esoterica - also written as 傳書 ) is a manuscript or book of secret techniques of schools of Japanese art and martial arts . +Yukichika NENOI ( year of birth unknown - March 11 , 1184 ) was a busho ( Japanese military commander ) who lived during the late Heian period . +Fujiwara Shikike is a sub branch of Fujiwara family , started by FUJIWARA no Umakai , the third son of Udaijin ( Minister of the Right ) FUJIWARA no Fuhito . +Norimochi IMAGAWA ( 1570 - January 14 , 1608 ) was a busho ( Japanese military commander ) and waka poet , who lived during the Azuchi-Momoyama period . +Joju SHUNAN ( 1710 - September 14 , 1767 ) was a priest of the baku sect , calligrapher and Tenkoku artist ( a carver who carved Chinese characters in the special , Tensho , style ) who lived in around the middle of the Edo period . +Kanto moshitsugi , also called Knato shisso , was a post introduced in the imperial court during the Kamakura period and played , together with the Rokuhara Tandai ( an administrative and judicial agency in Rokuhara , Kyoto ) on the Kamakura bakufu ( Japanese feudal government headed by a shogun ) side , the role of doing communications and adjustments between the bakufu and the imperial court or the government by cloistered emperors . +Tenjobito / Uebito was a court official of fifth rank or above in Japanese pre-modern government organization and permitted to enter the emperor 's private living quarters , i.e. , the south side of the emperor 's residence Seiryoden . +Infobox Buddhist +Kokei HOAN ( 1532 - March 5 , 1597 ) was a Rinzai Sect Buddhist monk who lived during the Azuchi-Momoyama period . +A tekkosen was a large-size Atake-bune ( a type of naval warship ) that Nobunaga ODA ordered Yoshitaka KUKI to build in order to fight against the Mori / Murakami navy . +Hoori ( Hoori no Mikoto ) is a god that appears in Japanese mythology . +ABE no Mitora ( the date of birth and death unknown ) was a government official in the early Heian Period . +" Maiko makeover " is a kind of service offered for visitors to Kyoto City , especially around Gion area , which satisfies desires of those who adore maiko girls to transform their looks by dressing them up like maiko or geiko with kimono , a wig , kanzashi ( hair stick ) , etc . +Mochikiyo KIRA ( Date of birth not known - March 9 , 1532 ) was a military commander who lived in the late Muromachi period and the Sengoku period ( Period of Warring States ) . +Shichihonmatsu-dori Street is a street running south-north through Kyoto City . +Kuro HOSHO is a stage name used by the headman of the shite-kata ( actors who play leading characters in Noh performances ) Hosho school . +TAIRA no Munemori was a warlord and noble who lived during the late Heian period . +Nantan refers to the southern part of the Tanba area of Kyoto Prefecture , and administratively includes the two cities and one town of Kameoka City , Nantan City and Kyotanba-cho of Funai-gun ( former Funai-gun , former Kitakuwada-gun and former Minamikuwada-gun ) , all of which are located in the central part of Kyoto Prefecture . +Seiran OUCHI ( May 22 , 1845 - December 16 , 1918 ) was a scholar of Buddhist Studies and a thinker , who lived during the Meiji to Taisho periods . +Shichi-go-san is an annual event praying for the growth of children of three , five , and seven years of age . +Inyo ( also pronounced Onmyo ) Gogyo Shiso ( Yin-Yang Wu-Xing Thought ) is the idea that linked together the principles of Yin-Yang ( positive and negative , light and shade ) and Gogyo Shiso ( Five Elements Theory ) during the Spring and Autumn period and the Warring States period in China . +Yuzu Nenbutsu sect is one of the sects of pure land teachings , Jodo-kyo . +Junna-in Palace was Emperor Junna 's Rikyu ( an imperial villa ) or Goin Palace in Ukyo Shi jo Ni bo ( present-day Ukyo Ward , Kyoto Prefecture ) in Heian-kyo ( the ancient capital of Japan in current Kyoto . ) +Kanemon FUJIMA was the hereditary family name of the head family of the Kanemon Sect of the Fujima school . +Kichinojo UMEWAKA the Fifth is a Noh actor of the Kanze school of shite-kata ( lead actors ) . +Shoka ( music ) is one of the subjects in the former ordinary and higher elementary schools . +Motomasa KANZE ( 1930-1990 ) was a shite actor ( a principal actor ) of the Kanze school of Noh . +Tomoharu ODA ( 1548 - March 3 , 1604 ) was a regional lord and military commander of Hitachi Province who lived from Sengoku period ( period of Warring States ) into the Edo period . +Ooomi was a post in the Yamato Kingdom in the Kofun period . +Kamiyakuno Station , located at 1284-2 , Hirano Mutsu-machi , Yakuno-cho , Fukuchiyama City , Kyoto Prefecture , is a stop on the Sanin Main Line , which is operated by the West Japan Railway Company ( JR West ) . +The " haneri " is a detachable neckpieces for kimonos that is sewed on a juban , underwear for wafuku ( Japanese traditional clothes ) . +The Kyo top is a kind of Japanese spinning top . +" Tamonin Nikki " ( Tamonin Diary ) , written in Tamonin tatchu ( a sub-temple on the site of a main temple ) in Kofuku-ji Temple , Nara , was kept for 140 years ( from 1478 to 1618 ) by the authors for three generations , including the monk Eishun . +Emperor Saga ( October 3 , 786 - August 24 , 842 ) was the fifty-second Emperor ( his reign lasted from May 8 , 809 to May 29 , 823 ) . +The Kyoto Takarazuka Hall is a general name for Toho chain theaters ( Kyoto Takarazuka Theater , Kyoto Scala-za ) formerly located in Rokkaku , Kawaramachi , Nakagyo Ward , Kyoto City , Kyoto Prefecture . +Sadamoto NONOMIYA ( August 10 , 1669 - August 13 , 1711 ) was a court noble in the middle of the Edo Period . +Kosho ( date of birth and death are unknown ) was a busshi ( sculptor of Buddhist statues ) in the Kamakura period . +Remarks +Koshogumi ( page corps ) was an organization in the Edo bakufu and one of the bankata which took charge in the military affairs . +Akebonotei Jiken , which occurred in Kyoto at the end of the Edo period , was an incident where a retainer of the Tosa clan was wounded and committed suicide , together with a retainer of the Aizu clan who also committed suicide with his own sword , which resulted from mis-information during an operation to arrest masterless samurai from the Choshu clan . +Manen Oban is a large-sized old Japanese gold coin issued in intercalary April of 1860 ; it is also called Shin Oban . +Funaokayama-jo Castle was a yamashiro ( a castle on a mountain ) in the medieval period , located in Kyoto City . +Kyoto Onuma soroe was the great military parade in Kyoto which was staged by Nobunaga ODA on April 11 , 1581 . +Fugen Enmei Bosatsu is one of Bosatsu worshiped in Buddhism . +Sennyu-ji Temple is the head temple of the Shingon sect Sennyu-ji School located in Sennyuji Yamanouchi-cho , Higashiyama Ward , Kyoto City . +Donkai ( 1265 - March 20 , 1327 ) was a priest of the Ji sect in the late Kamakura period . +FUJIWARA no Kaneie ( born in 929 , birth date unknown - July 31 , 990 ) was a kugyo ( Court noble ) who lived in the Heian Period . +Yukihiro UJIIE ( 1546 - June 4 , 1615 ) was a busho ( Japanese military commander ) and daimyo ( feudal lord ) from the Sengoku Period ( Period of Warring States ) to the early Edo period . +Kengyo MATSUURA ( year of birth unknown – January 2 , 1823 ) was a blind musician who was active during the early nineteenth century in Kyoto ( jiuta shamisen ( traditional Japanese shamisen music ) player , so or koto ( a long Japanese zither with thirteen strings ) player and composer ) . +Michitada KOGA ( 1216 - January 24 , 1251 ) was a Kugyo ( court noble ) during the Kamakura period . +Powdered green tea is a kind of green tea . +Waki Noh is one of the programs of Noh theatrical performance , when the shite ( the main actor of a Noh play ) performs the roles of gods . +Maitreya Bodhisattva in manas in a semi-lotus position came to Japan when Miroku ( Maitreya ) worship was imported from China in the sixth through the seventh centuries , and many statues created in the Asuka and Nara period still remain in Japan . +Shinko-in Temple is a Buddhist temple belonging to the Jodo Sect ( the Pure Land Sect of Buddhism ) Chinzei School located at 42 Iwakura Shimozaiji-cho , Sakyo Ward , Kyoto City , Kyoto Prefecture . +Fusatake ( Fusamoto ) KOIDE ( January 8 , 1775 - June 9 , 1821 ) was the seventh feudal lord of Sonobe Domain in Tanba Province . +Naotomo IWAKURA ( 1737 - February 11 , 1799 ) was a retainer of the Imperial Court during the middle of the Edo period . +Yase-Hieizanguchi Station , located in Sakyo Ward , Kyoto City , Kyoto Prefecture , is a terminal on the Eizan Main Line , which is operated by Eizan Electric Railway . +FUTABATEI Shimei ( April 4 , 1864- May 10 , 1909 ) was a Japanese novelist and translator . +Bernard Thadee Petitjean ( born June 14,1829 ; died October 7 , 1884 ) was a Roman Catholic priest from France . +Matsunoo-taisha Shrine is a Shinto shrine located in Nishigyo Ward , Kyoto City . +Konpon Chudo is the largest central hall of Hieizan Enryaku-ji Temple . +Nenokuni is the underworld in the Japanese myth . +Fu-Rin-Ka-Zan is a common name for the phrase of ' as fast as the wind , as quiet as the forest , as daring as fire , and as immovable as the mountain , ' written on the hatasashi-mono ( battle flags ) of Shingen TAKEDA , a daimyo ( Japanese territorial lord ) in the Sengoku period in the Kai Province ( Yamanashi Prefecture ) . +Shoto was the tax levied on paddy fields and dry fields in the Medieval period . +Takaaki KUKI ( 1762 - September 21 , 1779 ) was an heir to Ayabe Domain in Tango Province . +Shigetoshi IKEDA ( 1586 - February 10 , 1631 ) is a Daimyo ( Japanese feudal lord ) in the early Edo period , and the first lord of Shingu-han Domain ( Harima Province ) . +Sankokyukei refers to a generic name for posts of administrative officials in the Qin and Han Dynasties of China . +Kotaishi ' ( Crown Prince ) is the Japanese word used to refer to the prince that is next in line to the imperial throne in Japan . +Yajiro SHINAGAWA ( November 20 , 1843 - February 26 , 1900 ) was a Japanese samurai ( a feudal retainer of the Choshu clan ) and statesman . +Karasuma-Imadegawa is the generic name of an intersection and its neighboring area located at Imadegawa-cho , Kamigyo Ward , Kyoto City , Kyoto Prefecture . +Sen-ryo-bako was a box exclusively used to store a large amount of koban ( former Japanese oval gold coin ) during the Edo period . +Shinkei Sanjurokkaisen is a series of monster pictures by ukiyo-e artist Yoshitoshi TSUKIOKA from the late Edo period to the early Meiji period . +The Kasa Tunnel is the tunnel running between Kita Ward and Ukyo Ward of Kyoto City , Kyoto Prefecture . +Kara monogatari ( Tales of China ) is a collection of Japanese adaptations of ancient Chinese stories in the form of uta monogatari ( poem-tale ) . +Tango-Omiya Station , located in Kuchiono , Omiya-cho , Kyotango City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by the Kitakinki Tango Railway . +Emperor Chokei ( 1343 – September 4 , 1394 ; reign : April 6 , 1368 – November 1383 ) was the ninety-eighth emperor of Japan , who lived in the period of the Northern and Southern Courts . +MINAMOTO no Suekuni ( c.1151-June 20 , 1180 ) was a busho ( Japanese military commander ) at the end of the Heian Period . +Fujufuse ( Not Receive and Not Give ) Nichiren Komon Sect is a school of the Nichiren Sect for which the sect founder was Nichiren and the school founder was Nichio . +Nichia ( ? - March 10 , 1407 ) was the seventh head priest of Taiseki-ji Temple . +Born in 892 and passed away on November 11 , 970 , FUJIWARA no Arihira was Kugyo ( a top Court official ) in the middle of the Heian period . +Yuzo KAWASHIMA ( February 4 , 1918-June 11 , 1963 ) is a Japanese film director . +" Urakami yoban kuzure , " which means the fourth suppression campaign against crypto-Christians in Urakami area , refers to a large-scale crackdown on Christians which took place in Nagasaki Prefecture from the end of Edo period to the early Meiji period . +Kookimi ( date of birth and death unknown ) was a female waka poet in the mid-Heian period . +Kiraibashi , also called Imibashi or Kinjibashi , is the banned usage of chopsticks in Japan . +Sekitei KIUCHI / KINOUCHI ( January 14 , 1725 - April 6 , 1808 ) was a herbalist and collector of unusually-shaped stones who lived during the Edo period . +The Munetada-jinja Shrines are Shinto shrines that enshrine Kurozumikyo founder Munetada KUROZUMI . +Located in Fukuchiyama City , Kyoto Prefecture , Fukuchiyama Station is a station owned by West Japan Railway Company ( JR West ) and Kitakinki Tango Railway Corporation ( KTR ) . +Harutaka YAMADA ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group ) which was the forerunner of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +MIYOSHI no Yasunobu ( also known as Yasunobu MIYOSHI ) ( 1140 - September 3 , 1221 ) was a court noble who lived from the end of the Heian period to the beginning of Kamakura period . +Shuryo SAKUGEN ( April 29 , 1501-August 2 , 1579 ) was a Zen monk of the Rinzai sect and a diplomat who lived in the Sengoku period ( period of warring states ) . +Kurumazaki-jinja Shrine is a Shinto shrine located in Saga , Ukyo Ward , Kyoto City . +Rokuon-ji Temple is a Rinzai sect Shokoku-ji School temple located in Kita Ward , Kyoto City . +Jisho-guso is a Yusoku kojitsu ( court and samurai rules of ceremony and etiquette ) written by Sadamichi ISE , the military governor of Yamashiro Province in the early Sengoku Period ( the Period of Warring States ) in Japan . +Yoshishige OTOMO ( also known as Sorin OTOMO ) was a busho ( Japanese military commander ) in the Sengoku Period ( Period of Warring States ) . +Mantaro TANI ( 1835 - June 30 , 1886 ) was a member of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +Kunimichi ISHII ( July 15 , 1837 - February 3 , 1893 ) was a government official from the end of Edo period to Meiji period . +NAKATOMI no Miyako no Azumabito ( year of birth unknown - 738 ) was the bureaucracy in the Nara Period . +Saneyo TOIN ( 1308-September 22 , 1358 ) was a Court noble who served the Southern Court ( Japan ) in the period of the Northern and Southern Courts ( Japan ) . +Josu ( also known as Teisu ) ( 866 - August 19 , 944 ) was a Shingon Sect Buddhist monk who lived during the mid-Heian period . +OE no Morogami ( birth and death year unknown ) was a lower-ranking Court noble living from the late Nara period to the early Heian period . +Ryotei refers to a high class restaurant serving mainly Japanese cuisine . +Sanetomi OGIMACHISANJO ( 1536 - March 3 ) was a Kugyo ( top court official ) during the late Muromachi period . +Historically , there used to be two Katamachi stations in Miyakojima Ward of Osaka City , as shown below , but both had already been abolished . +Ryorokuzan Gyogan-ji Temple is a Tendai Sect temple located in Nakagyo-ku Ward , Kyoto City , Kyoto Prefecture . +Jobonrendai-ji Temple , located in Kita Ward , Kyoto City , is a temple of the Chizan school of the Shingon sect . +Narabi no maki ( parallel chapters ) is a name for a chapter which is parallel to another chapter in a work consisting of several volumes , or the chapters themselves called as such . +Kuramae nyuyo was one of the three major taxes called Takagakari Sanyaku that were imposed on the direct control territories of the Edo bakufu ( Shogunal demesne ) during Edo period . +Sadayoshi TOKI ( 1580 - February 22 , 1619 ) was a busho ( Japanese military commander ) and a daimyo ( Japanese territorial lord ) from the Azuchi-Momoyama to the early Edo periods . +Jori sei is a system of land subdivision ( management ) in Japan from ancient period until the late mediaeval period . +Mitsuchika MATSUDAIRA was the second lord of the Yodo Domain in Yamashiro Province . +Sekien TORIYAMA ( real name : Toyofusa SANO ) ( 1712 - September 22 , 1788 ) was an ukiyoe artist who lived in the Edo period . +Innochocho is an order document in a form of cho ( a kind of document formats ) issued by In no cho of Daijo Tenno ( the Retired Emperor ) to officials and Sogo ( Office of Monastic Affairs ) that were not under its jurisdiction . +Here , in " Railway opening in Japan , " the background to the official opening of Japan 's first railway line between Shiodome Station ( Japanese National Railways ) and Sakuragicho Station on October 14 , 1872 is described . +Miki ( also referred to as ' shinshu ' ) is alcohol ( generally Japanese sake ) offered to Shinto deities . +Sonen School is a school of calligraphy founded by Cloistered Imperial Prince Sonen . +The Toyoakari no sechie festival is the Imperial Court ceremony held on Daijosai ( first ceremonial offering of rice by newly-enthroned Emperor ) , held on the days of the Rabbit , Dragon , Snake , and Horse ( note : yuki no sechie ( seasonal court banquet ) held on the day of the Dragon , and suki no sechie held on the day of the Snake ) as well as on the final day of the Niiname-sai festival ( ceremonial offering by the Emperor of newly-harvested rice to the deities ) , held on the days of the Rabbit and Dragon . +Baigan ISHIDA ( October 12 , 1685 - October 29 , 1744 ) was a thinker and ethicist of the Edo period . +Neiraku Art Museum is an art museum located in Nara City , Nara Prefecture . +Ume no Ukihashi is the 54th ( last ) chapter of the fifty-four chapters of " The Tale of Genji . " +Hanazono Tenno Shinki is a diary of Emperor Hanazono . +Heian cavalry ( Heian Kibatai ) is the cavalry of the Kyoto Prefectural Police . +Hideshige MAKINO ( 1671-1741 ) was the daimyo ( feudal lord ) in the mid-Edo period , who held the title of Kyoto Shoshidai ( Local Governor of Kyoto ) . +Konkai Komyo-ji Temple is a Jodo ( Pure Land ) Sect temple located in Kurodani-cho , Sakyo Ward , Kyoto City . +Kokaho ( price regulation law ) is a law that stipulated the official prices and the conversion rates for goods at the market from ancient times to medieval periods under the Court , kokuga ( provincial government offices ) and the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +Sekkobun refers to 10 stone monuments , or characters inscribed thereon , made of granite which were excavated in Tien-xing Prefecture in Feng-xiang County in Shan-xi Province in the early Tang period . +FUJIWARA no Michinobu ( 972-August 25 , 994 ) was a court noble and a poet who lived during the mid-Heian period . +The Tada clan were the descendants of " Seiwa-Genji " ( Minamoto clan ) . +Tsunemitsu KIKKAWA ( 1192 - 1267 ) was a samurai who lived in the early Kamakura period . +A square barrow is a kofun ( tumulus ) which planar shape is square-shaped . +Koya-kaido Road can refer to a pilgrimage route that links the cities of Kyoto and Osaka with Mount Koya ( Wakayama Prefecture ) . +A distinct strand of Japanese cuisine , kaiseki is introduced below . +Kinnosuke KONGO ( 1854 to 1923 ) was a Noh actor of the shite-kata Kongo school ( one of the five schools of shite-kata [ main roles ] ) . +FUJIWARA no Asakari ( year of birth unknown - October 21 , 764 ) was a kugyo ( high court noble ) in the Nara period . +Ryoan NIIRO ( 1553 - 1602 ) was a Busho ( Japanese military commander ) of Satsuma Province in the Sengoku period ( period of warring states ) . +Se or Une ( 畝 ) +The Doyokai ( literally " the Saturday Group " ) was an internal faction within the House of Peers in Japan 's National Diet ; the Doyokai lasted from the Meiji period into the Taisho period ( from December 7 , 1901 to November 15 , 1919 ) . +Jodo Shu is one of the denominations of Buddhism in Japan , which was founded by Honen Shonin and the teaching and practice of which is Jodo Kyo Senju-nenbutsu ( Exclusive Nenbutsu ) . +The Uda-Matsuyama Domain was a domain which existed in Yamato Province . +The Daigaku-ryo was a set of educational institutions that was founded under the Ritsuryo system to train government officials , which was controlled directly by Shikibu-sho ( the Ministry of Ceremonies - equivalent to today 's National Personnel Authority ) . +Yoshitaro KISHIJIMA ( date of birth and death unknown ) was an accountant . +Daimyo is an expression that came from Daimyoshu . +Noritane CHIBA ( 1459 ? - September 29 , 1521 ) was a busho ( Japanese military commander ) who lived from the middle of the Muromachi period through the beginning of the Sengoku Period ( Period of Warring States ) . +Shinjo ITO ( Fumiaki ITO , March 28 , 1906 - July 19 , 1989 ) was a religious leader who founded Shinnyoen , the lay Buddhist Organization . +Shitateruhime is a deity in Shinto described in Japanese Mythology . +Goichi Takeda ( December 15 , 1872-February 5 , 1938 ) was born in Bingofukuyama Domain , Bingo Province ( current Fukuchiyama City , Hiroshima Prefecture ) . +Cloistered Imperial Prince Gyoen ( years of birth and death unknown ) was a cloistered imperial prince during the Kamakura and Northern and Southern Court periods . +Otsuya no kata ( year of birth : unknown - date of death : January 2 , 1576 ) was a person who lived from the Sengoku period ( period of warring states ) to the Azuchi Momoyama Period . +Sannei-zaka is a slope in Kyoto City . +Kiyoshi KIYOHARA ( 1831-June 15 , 1868 ) was the master of gunnery of the Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) and later Goryo-eji ( guard of Imperial mausoleums ) . +Mansai ( Also known as Manzei ) ( 1378 – July 17 , 1435 ) was a Buddhist monk of Daigo-ji Temple ( Shingon Sect ) from the period of the Northern and Southern Courts through the middle of the Muromachi period . +Princess Chichihaya Hime ( Chichihaya Hime no Mikoto ; the date of birth and death unknown ) was a princess of the Emperor Korei . +SHIMADA no Nobukiko ( 850 - the year of death is unknown ) was the lawful wife of SUGAWARA no Michizane . +Yuteihisho is a book of kemari ( Japanese ancient Imperial court game like kick-ball ) of Mikohidari school that was written during the Northern and Southern Courts period ( Japan ) . +" Ichiju-issai " is one of the menu compositions of meals in Japan . +Tsunashige HOJO ( 1515 - 1587 , his given name can be alternatively pronounced as Tsunanari ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) , and a vassal of the Gohojo clan . +Hikaru Genji is a main character in " Genji Monogatari " ( The Tale of Genji ) , written by Murasaki Shikibu . +Miyazu-jo Castle is located in Miyazu City , Kyoto Prefecture . +Nobuyoshi HOSOKAWA ( 1548 - 1592 ) was a busho ( Japanese military commander ) and feudal lord over the Sengoku Period ( Period of Warring States , Japan ) and the Azuchi-Momoyama period . +Masanaga HATAKEYAMA ( 1442-June 9 , 1493 ) was a busho ( Japanese military commander ) and shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) in the late Muromachi period . +Nioko WAKAE ( 1835 - October 11 , 1881 ) was a lady from court noble . +TAIRA no Noritsune ( 1160 - May 2 , 1185 ) was a military commander who lived during the late Heian Period . +Shinno-ji Temple is a Buddhist temple belonging to the Soto Sect located in Yawata City , Kyoto Prefecture . +Amatsukume no mikoto is a god ( Shinto ) who appears in Japanese Mythology . +MINAMOTO no Kishi ( Motoko ) ( 1049-August 5 , 1134 ) was the daughter of MINAMOTO no Motohira and the grandchild of Imperial Prince Atsuakira , who had the title of Koichijo-in . +Daiki lived during the Sengoku period ( period of warring states ) and Azuchi-Momoyama period . +Japan Post Office was post offices in Korea , which were placed in Korean Peninsula by Japan in Meiji Period . +Ate okonai jo ( also Ote okonai jo or ategai jo ) was a style of document used during the medieval period . +Kaihatsu-ryoshu ( also pronounced as Kaihotsu-ryoshu ) were those who owned the lands they developed as their territories in Shoen koryo sei ( The System of Public Lands and Private Estates ) in Japan . +Ryoko ( born in 1142 ; year of death unknown ) was a priest of the Ono school of the Shingon Sect during the late Heian period . +Imperial Prince Hachijo-no-miya Naohito ( December 10 , 1671 – September 19 , 1689 ) was a member of the Imperial family who lived in the early Edo period . +Seno IKENOBO ( 1482 - 1543 ) was a Buddhist monk of Kyoto Choho-ji Temple ( Rokkakudo ) as well as a tatebana ( flower arrangement ) master in the Sengoku Period ( Period of Warring States ) . +Giretsu Kaiten Hyakushu is a collection of waka ( Japanese poems ) of patriot samurai in the end of Edo period , published in September 1874 . +Koreyori SHIONOYA ( date of birth and death unknown ) was a busho ( Japanese military commander ) of Shioya-gun , Shimotsuke Province during the end of Heian period . +The term " Seito taishogun " is the title for general which was used in China and Japan in the past . +Kanpyo ( dried gourd shavings ) is a food that is produced through the process of tearing the fruits ( called fukube ) of cucurbitaceous yugao ( a white flowered gourd ) and drying them ( yugao of convolvuluses family ( = yorugao ) is another plant with the same name ) . +Shimogyo Ward is one of the eleven wards that constitute Kyoto City . +Kyoto Koto Sangyo Gakko ( Kyoto Sericulture High School ) founded in 1914 was a vocational school under the old-education system . +Takakiyo TODO ( October 19 , 1837 - November 18 , 1889 ) was the twelfth ( the last ) lord of Tsu domain of Ise Province . +Sai-ji Temple is believed to have stood in present-day Karahashi , Minami Ward , Kyoto City , and was one of the two first governmental temples permitted to be constructed within the city of Heian-kyo by the order of Emperor Kanmu in 796 . +Eiroku is one of the eras of Japan . +Kado is a type of Ikebana , an art of combining plants such as flowers and trees , with the aspect of Geido ( accomplishments ) . +Nagaoka-kyo +Seishi YAMAGUCHI ( November 3 , 1901 - March 26 , 1994 ) is a haiku poet ( a Japanese poem in seventeen syllables having a 5-7-5 syllabic form and traditionally containing a reference to the seasons ) from Kyoto City , Kyoto Prefecture . +Sekishu-ryu is a general term for the various tea ceremony schools that regard Sadamasa ( Sekishu ) KATAGIRI as an original founder . +AGATA ( NO ) INUKAI no Otomo ( year of birth unknown - March 13 , 701 ) lived in the Asuka period in Japan . +Shokushika wakashu is a personal collection of poetry in the late Heian Period . +Oribe ware is pottery made mainly in Mino Province from the Tensho era ( 1573-1592 ) of the Momoyama period . +Masanori KUSUNOKI was a busho ( Japanese military commander ) in Muromachi period . +Joraku-ji Temple is a Buddhist temple belonging to the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) Hongan-ji School located in Shimogyo Ward , Kyoto City , Kyoto Prefecture . +Jisha-bugyo was one of the shogunate administrators in military government from the Muromachi to Edo eras , and was in charge of temples and shrines . +Kenrei Monin Ukyo no Daibu Shu ( The Poetic Memoirs of Lady Daibu ) was a private collection compiled in the early Kamakura period with approximately 360 poems ( including poetic exchanges with others ) . +" Ugajin " is a folk religion god ( Shinto ) worshipped since the medieval period in Japan . +The Sakitatenami tumulus group , located in Sofu , Nara City , is a group of tumuli that include many mausoleums of emperors in the Yamato regime operated in the era from the middle to the latter half of the kofun ( tumulus ) period . +Yozo YAMAO ( November 5 , 1837 - December 21 , 1917 ) was the person who lived from the end of Edo period to the Meiji period . +FUJIWARA no Akihira ( c.989-November 8 , 1066 ) was a Confucian scholar and a man of literature in the mid-Heian period . +Nogaku Kyokai is an organization comprised of nogakushi ( Noh actors ) who belong to the schools that have directly inherited the methods of Yamato-yoza or Yamato-shiza ( four sarugaku performance groups in the Yamato Province ) . +FUJIWARA no Michimoto ( 1021-January 13 , 1041 ) was a Court noble in the mid Heian period . +As the name suggests , tsutsusode ( sleeve like tube ) is a sleeve in the shape of tube , however all the European clothes have sleeve in the shape of narrow tube , so tsutsusode usually refers to such sleeves of Japenese kimono . +SHIMOTSUKENU no Nemaro ( year of birth and death unknown ) was a noble who lived during Nara period . +A mikoshi or shinyo refers to a litter on which a divine spirit temporarily rides when the divine spirit moves to a place where the sacred litter is lodged during a festival celebrated by shrines in Japan . +Nakachojamachi-dori Street is one of the streets running from east to west in Kamigyo Ward , Kyoto City . +Takakuraji is a person who appears in Japanese mythology . +Kyoden SANTO ( September 13 , 1761 - October 27 , 1816 ) was a painter and a Gesaku ( light literature ) writer who lived during the Edo Period . +The Kotai-jinja Shrine is located in Oe-cho , Fukuchiyama City , Kyoto Prefecture . +Sanetomi IMADEGAWA ( year of birth unknown - August 27 , 1428 ) was a kugyo ( court noble ) who lived during the Muromachi period . +Haruma Wage is the first Dutch-Japanese dictionary . +The word Zaibatsu means a tremendous exclusive capitalist or enterprise of the pre-disposition of the era of financial cliques , but generally it is defined as a business group in which a parent company ( holding company ) capitalized by a family or its kinship forms the core of the group and has its subsidiaries run a variety of businesses , some of which hold monopoly positions in their respective fields or industries . +Shunmoji ( June 18 , 1580 - December 22 , 1641 ) was the sixth daughter of Toshiie MAEDA and Hoshunin , and the biological younger sister of Toshinaga MAEDA . +" Aburakasu " is residue obtained by removing fats from meat and is called by various names depending on the kind of raw material or the region . +The term " Yusoden " means rice fields on which denso ( rice field tax ) was imposed under the taxation system of Ritsuryo system ( a system of centralized government based on the Ritsuryo Code ) . +Imperial Princess Kunshi ( date of birth unknown - November 15 , 902 ) was a princess from the Imperial Family during the Heian period . +ISONOKAMI no Yakatsugu ( 729-July 23 , 781 ) was a court noble and a literary man in the late Nara period . +Tanin FUKUI ( male 8 October , 1801- 22 August 1885 ) was a Japanese Tenkoku artist ( artist of seal engraving ) from the end of Edo period to Meiji period . +" Shujukudatsu " is also known as " Sanyaku " ( The Three Stages of Benefit ) . +Sadachika NAGAMI ( March 11 , 1574 - January 5 , 1605 ) was a person from Azuchi-Momoyama period through to the early Edo period . +Grand empress dowager is an honorific title for the legal wife ( Empress ) of the late Emperor but one or for the grandmother of the present Emperor . +Born in 1068 , and passed away on December 26 , 1139 , MINAMOTO no Moroyori was Kugyo ( a top Court official ) & a maker of Japanese poetry in the later Heian period . +The word ' kaeshi ' is an abbreviation of ' nikaeshi ' , a seasoning used as a soba ( buckwheat noodles ) dipping sauce . +The Kuramaguchi-dori Street is a street running east-west through Kyoto City . +Iruka-jinja Shrine is located in Shoko-cho , Kashihara City , Nara Prefecture . +Katahaku is a sake ( Japanese rice wine ) brewing method from the Heian to Edo periods which uses polished white rice only for the kakemai ( steamed rice ) and unpolished genmai ( unpolished rice ) for kojimai ( malted rice ) . +Koresada HOJO is from a family of the Hojo clan in the late Kamakura period . +Hirosue SAIONJI ( January 23 , 1787 – March 18 , 1856 ) was Kugo ( a Court Noble ) in the late Edo period . +Shumon Ninbetsu Aratame Cho refers to a register created in the Edo period , which is equivalent to a modern household register . +Tettsugikai ( February 18 , 1219 - October 18 , 1309 ) was a Buddhist monk of Soto Sect in the mid-Kamakura period . +Kaido ( 1751 to 1810 ) was a gakuso ( scholar monk ) of the Shingon sect Buzan school of the Shingi Shingon sect , who made a great contribution to bibliography . +The Daijokan chuke essentially indicated the kitchen that belonged to the Daijokan ( Grand Council of State ) , but in ancient times the term referred to the government officials who administered the Daijokan kitchen . +Minoru UMEWAKA is the name used as an " inkyomei " ( name after retirement ) in the UMEWAKA family , shite-kata ( main roles ) of Kanze school of Noh . +In a shrine where parent-child gods ( Shito religion ) are enshrined , the child god is called Mikogami or byoei-shin ( descendant deity ) . +Kakuen ( 1031 - May 19 , 1098 ) was a Tendai Sect Buddhist monk who lived during the latter part of the Heian period . +Shibamura Domain was a feudal domain which was located in Shiba Village , Shikijo County , Yamato Province ( present-day Shiba , Sakurai City , Nara Prefecture ) . +Yoshisue TOKUGAWA / Yoshisue SERADA ( date of birth and death unknown ) was a samurai warrior who was active from the end of the Heian period to around the beginning of the Kamakura period , and he was the founder of the Egawa Clan and the Serada Clan , which were branches of the Nitta Clan from the Seiwa-Genji ( Minamoto Clan ) . +Manroku NOMURA ( 1966 - ) was born as the first son of Hanako , the first daughter of Manzo NOMURA , the sixth . +Hoei was a priest in the Nara period ( years of birth and death are unknown ) . +Kenjo DAITEN ( 1719 - March 22 , 1801 ) , a Zen Buddhist monk and a Chinese-style poet , lived from the middle to late Edo period . +Mitsunaga ISHIKAWA ( year of birth unknown - January 16 , 1291 ) is a busho ( Japanese military commander ) in the Kamakura period . +The Sanjo family ( as written三條 in orthographic style ) was a clan that directly descended from the Kan-in Line ofthe Northern House of the Fujiwara clan in Japan . +Shimozami was a subordinate of gate watcher serving at Mitsuke ( area lying outside the gates of a castle ) in Edo . +Onin War , fought from 1467 till 1477 , was a civil war that broke out during the Muromachi period when the ruling Seii Taishogun ( literally , " great general who subdues the barbarians " ) was Yoshimasa ASHIKAGA , the eighth person to hold this position . +" Shin Chokusenwakashu " is the first collection of the thirteen imperial anthologies of Japanese poetry , and the ninth anthology in aggregate . +OSHISAKA no Omaro is a person who lived in the Asuka Period , but his birth and death dates are not known . +Parade ( neri or oneri in Japanese ) means to transfer a portable shrine ( carried in festivals ) or a festival car ( float ) of rites and festivals , to dedicate them to Shinto rituals or to introduce them to audience . +" Miyako Odori " is a dance performance of the Gion Kobu district held in April at the Gion Kobu Kabu-renjo Theater . +Tsuneto KANROJI ( 1576-1602 ) was a court noble in the Azuchi-Momoyama Period . +Ujizane MUNAKATA ( year of birth and death unknown ) was the 25th , 28th , 30th , 32nd , and 35th Guji ( chief of those who served shrine , controlled festivals and general affairs ) in Munakata Taisha Shrine at the end of Heian period . +Hizen NAGATA ( year of birth and death unknown ) is a figure from the Azuchi-Momoyama period who appears in such written accounts as the Hokimindanki ( History of Hoki Province ) and the Inabashi ( History of Inaba Province ) . +Masatsune KYOGOKU ( date of birth is unknown – died 1502 or 1508 ) was a Shugo Daimyo ( Japanese feudal lord and governor ) and head of the Kyogoku clan during the Muromachi period . +" Gyokuyo " is a diary of Kanezane KUJO , who was Kanpaku ( chief adviser to the Emperor ) and Daijo-daijin ( Grand minister of state ) . +Honno-ji Temple is a Buddhist temple belonging to the Hokke-shu Hommon-ryu Sect located in Nakagyo Ward , Kyoto City , Kyoto Prefecture . +Asahi Club is Innai parliamentary group ( May 25 , 1898 - December 7 , 1901 ) of the House of Peers existing in the Meiji period . +Hyakuryo Kunyosho was a book on the study of ancient courtly traditions and etiquette which Kanpaku ( chief adviser to the Emperor ) Yoshimoto Nijo wrote for Yoshimitsu ASHIKAGA , seii taishogun ( literally , " great general who subdues the barbarians ) of the Muromachi bakufu . +Ine KUSUMOTO ( May 31 , 1827 - August 27 , 1903 ) was an obstetrician and the first Japanese woman who learned the western medical science . +Ekisai TOMITORI ( male , year of birth unknown-April 1 , 1822 ) was a tenkokuka ( artist of seal engraving ) in the mid-Edo period . +Yadaijin is one of the two deity statures in Zuijin ( Imperial guards during the Heian period ) costumes that are placed at the both sides of Zuijin-mon gate , holding bows and arrows on the observer 's left . +Shin Kabuki refers to kabuki plays written by authors independent from theaters after the Meiji period . +Daishin-ji Temple is a Buddhist temple located in Takimoto-cho , Tenri City , Nara Prefecture . +" Kagemusha " ( The Shadow Warrior ) is a 1980 Japanese film directed by Akira KUROSAWA . +The Kuwabara family is a toshoke ( hereditary lineage of court nobles above a certain rank ) established during the Edo period by Nagayoshi KUWABARA ( Shonii - Senior Second Rank ) , Chunagon ( vice-councilor of state ) , Shikibusho ( Minister of Ceremonies ) ( 1661 - 1737 ) , who was the fourth son of Tameyasu GOJO ( Shonii - Senior Second Rank ) , Dainagon ( chief councilor of state ) ( 1619 - 1677 ) . +Yujiro ISHII ( January 31 , 1846-August 9 , 1903 ) was a feudal retainer of the Kuwana Domain in the last days of the Tokugawa shogunate and later a member of the Shinsengumi . +Fuyumune OINOMIKADO ( 1357-June 10 , 1405 ) was Kugyo ( top court official ) who lived from the period of the Northern and Southern Courts to the Muromachi period . +Extending over the northern part of Kyoto Prefecture and Wakasa area of Fukui Prefecture , Oura Peninsula projects into Wakasa Bay . +" Kugokata " was a position in charge of preparation and service of meals to the seii taishogun ( literally , " great general who subdues the barbarians " ) and his family in the Muromachi bakufu . +KAYA no Konoma ( date of birth unknown - August 16 , 693 ? ) lived in the Asuka period of Japan . +Samurai daisho is a man who commands an army under Dai Shogun ( the great general ) . +Jicchu ( 726 - year of death unknown ) was a Buddhist priest who lived in the Nara period . +Mikako ICHIJO ( Mikako TOKUGAWA , from 1835 to July 9 , 1894 ) was a court noble woman during the time from the end of Edo period to the Meiji period as well as the lawful wife of Yoshinobu TOKUGAWA . +The term Sanmon refers to a gate located in front of a temple . +Konin Gishiki was one of Gishiki ( Court rules and customs Books ) considered to be compiled during the Konin era at the beginning of the Heian period . +Obaku Station , located in Uji City of Kyoto Prefecture , is a stop on the Keihan Electric Railway and West Japan Railway Company ( JR West ) lines . +Nara Hotel is an old established hotel which is located in Takabatake Town , Nara City , Nara Prefecture and opened in October , 1909 . +The Battle of Katsurakawara was a battle fought on the riverbed of Katsura-gawa River in the odo-gawa River system in Kyoto Prefecture from the night on March 14 to March 15 , 1527 . +Mizuna ( potherb mustard ) is a yearly plant of Brassicaceae . +National Foundation Day is a national holiday in Japan . +Tanada means a rice-producing area located on a slope . +Michinobu KOGA ( 1373-October 7 , 1433 ) was Kugyo ( court noble ) during the Muromachi period . +The Genji Shaku is a commentary on " The Tale of Genji . " +Sanken-Ikkyoku Jidai is one of the periods within the framework of periodization in the history of Hokkaido . +Yabusame is the Japanese traditional skill , practice and rite of shooting whistling arrows from a galloping horse . +Yakusa no Kabane refers to the system of eight titles newly established by the Emperor Tenmu in 684 ; the eight titles were Mahito , Asomi / Ason , Sukune , Imiki , Michinoshi , Omi , Muraji , and Inagi . +Tenpo-Oban refers to a large-sized gold coin issued from August 13 , 1838 . +Mimuroto-ji Temple is a Buddhist temple located in Uji City , Kyoto Prefecture . +Morishige-ryu hojutsu was a school of gunnery . +Wamyo Ruijusho is a dictionary compiled in the mid Heian period . +Land-tax reform refers to the tax system reform conducted by the Meiji Government in 1873 . +Nihon teien is a traditional Japanese landscape garden . +Tatsunosuke ICHIMURA ( 1846 - March 15 , 1872 ) was a member of " Shinsengumi " ( a group which guarded Kyoto during the end of Tokugawa Shogunate ) . +Sanemichi ICHIJO ( September 1 , 1788 to June 22 , 1805 ) was a Kugyo ( high court noble ) in the late Edo period . +Sokui no rei is a ceremony that notifies publicly that the Emperor succeeded the Imperial Throne after the accession . +" Honcho Jinja Ko " ( a study of Japanese shrine ) is a book authored by Razan HAYASHI . +TAIRA no Yoshikaze ( year of birth and death unknown ) was a man in the mid Heian period . +Rairyu SHIMOTSUMA ( 1552 - June 15 , 1609 ) was a priest of the Otani family in the age of the Sengoku Period ( Period of Warring States ) ( Japan ) . +Jigenin ' or ' Shimobito ' is one of the statuses of aristocrats in Japan . +Korin-in Temple is a sub-temple located within the precinct of Rinzai sect Daihonzan ( Head Temple ) Daitoku-ji Temple in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +A pair of tabi is a Japan-specific traditional item of clothing , and a kind of underwear worn on the feet . +The Rinkyu-ji Temple is an independent temple of the Rinzai sect at Shugakuin , Sakyo Ward , Kyoto City . +The Matsui clan was a Japanese clan . +IN no Miko ( 1165 - ? ) was a person who appeared in a literature , " Gyokuyo " in the end of the Heian period . +Nenryo zakki was earthenware from Owari Province and Nagato Province appointed by the central government as payments of tribute under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Toju NAKAE ( April 21 , 1608 - October 11 , 1648 ) whose hometown was Omi Province ( Shiga Prefecture ) was a scholar of Yomeigaku neo-Confucianism in the early Edo period . +Akizane NIJO ( December 12 , 1556 - August 23 , 1619 ) was a kugyo ( the top court officials ) during the Azuchi-Momoyama period to the early-Edo period . +" Sangaku " means mathematical puzzles or solutions described on wooden tablets or set in frames , which were dedicated to Shinto shrines or temples during the Edo Period in Japan . +The remains of an abandoned temple , Sainoo-ji Temple located in Kotoura-cho , Tohaku-gun , Tottori Prefecture is a site where a temple 's complex with the " Horyu-ji-style " layout once existed in the early Nara and Hakuho periods . +Yoshino-onsen Hot Spring is located in Yoshino-cho , Yoshino County , Nara Prefecture . +The term " oyatoi-gaikokujin " refers to the practice , common from the late Edo period into the early Meiji period , of hiring Europeans and Americans to foster the importation into Japan of the advanced technologies , scholarship and systems of Europe and the United States under the banner of ' Shokusan-kogyo ' ( encouragement of production and industry ) . +Imperial Princess Kishi ( also known as Yoshiko , years of birth and death unknown ) was a member of the Imperial Family in the end of Heian period . +Kanehira IMAI ( 1152 - March 4 , 1184 ) was a busho ( Japanese military commander ) who lived at the end of Heian period . +Naganari ICHIJO ( year of birth and death unknown ) was a kuge ( court noble ) who lived near the end of the Heian period . +Iemochi TOKUGAWA was the 14th Seii Taishogun ( great general who subdues the barbarians ) of the Edo Shogunate . +Nagashi-bina ( paper dolls floated downriver ) is an event which is said to be the origin of the Dolls ' Festival . +Kazuma SAKURAI ( birth year unknown - January 29 , 1868 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +Kansetsu HASHIMOTO ( November 10 , 1883 - February 26 , 1945 ) was a Japanese painter . +Daishi-do hall is a type of Buddhist hall in Japan built to enshrine and pray to a priest who was entitled as Daishi ( literally a great master , an honorific title given by the Imperial Court ) . +Kyofuku KUDARANOKONIKISHI ( 697 - 766 ) was a descendant of a royal family who escaped from Baekje to Japan . +Josho ODA ( year of birth and death unknown ) was a busho ( Japanese military commander ) who lived during the Muromachi period . +Hidesuke NAKANOBO was a busho ( Japanese military commander ) who lived from the Azuchi-Momoyama period to the early Edo period . +The term " the six great educators in the Meiji period " refers to a special , collective title of six great educators who contributed a great deal to promoting the modern education in the Meiji period . +The term " Biwako-onsen Hot Spring " refers to a hot spring located at Chagasaki , Otsu City , Shiga Prefecture . +Omuro-Ninnaji Station , located in Omuro Komatsuno-cho , Ukyo Ward , Kyoto City , is a stop on the Kitano Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +Wall paintings are paintings applied to the surface of walls and ceilings of buildings and caves . +Hatsuni means shipping goods ( products ) from distribution bases including factories and warehouses to stores for the first time after the new year starts . +Natsumatsuri Naniwa-kagami is the title of ningyo joruri ( puppet drama ) and kabuki kyogen ( comic drama ) . +Mizunomi Byakusho ( water drinking peasant ) refer to those who did not have their own harvesting lands , although they were in the census register , since the Edo period . +Shake is a Japanese social class . +Junyo ( 1720 - August 21 , 1760 ) was a Jodo Shinshu ( True Pure Land Sect Buddhism ) priest and the 18th Hoshu ( high priest ) of the Higashi Hongan-ji Temple . +Kurumazakijinja Station , located in Saga-nakamata-cho , Ukyo Ward , Kyoto City , is a railway facility of the Arashiyama Main Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +Japanese leek ( scientific name : Allium chinese syn . Allium bakeri ) is herbaceous perennial as well as a vegetable which belongs to liliaceae ( or alliaceae ) . +Takanao HOJO is a busho ( Japanese military commander ) over the end of the Kamakura period and the early period of the Northern and Southern Courts . +The Isa-ha group of the Sekishu-ryu school is the buke-sado ( the art of the tea ceremony of samurai families ) . +Toshihiro ODA was busho ( a Japanese military commander ) in the Sengoku period . +Hidenobu ODA was a busho ( Japanese military commander ) and a Christian daimyo ( Christian feudal lord ) who lived from the Azuchi-momoyama period to the Edo period . +Tsubo-sen , which was also called shuzo-yaku and sakatsubosen , was the most ancient form of the tax imposed on " Sakaya " , sake dealers . +Misomatsukaze is a kind of baked confectionery . +Nagasunehiko is a character that appears in Japanese mythology . +Sayaka ( ? ) ( 沙也可 , also written as 沙也加 ) ( 1571 ? - 1643 ? ) ( Korean name is Kim Chung-seon ) was a person who allegedly went to Korea under the command of Kiyomasa KATO during the Bunroku-Keicho War ( Jinshin waran in Korean ) , but surrendered to join the Korean army and fought off the Japanese army . +Emperor Matsunaga ( August 8 , 1364 - May 24 , 1417 ) was an ancestor of Yoshimasa MIURA , who advocated the orthodoxy of the Southern Court after World War II , and was the fourth Emperor of the MIURA Imperial Line . +TAKASHINA no Eishi ( 1151-1216 ) was a female politician , who lived between the end of Heian period to early Kamakura period . +Kofuku-ji Temple is the head temple of the Hosso sect , one of the Nanto rokushu ( the six sects of Buddhism which flourished in ancient Nara ) , located in Noborioji-cho , Nara City , Nara Prefecture . +Shinran was a Japanese Buddhist monk in the early Kamakura period . +Tadafuyu ASHIKAGA was a military commander during the period of the Northern and Southern Courts ( Japan ) . +" Kendan-sata " is a term used in medieval Japan , referring to lawsuits and trials relating to criminal cases . +The distress of Frigate Ertuğrul was a shipwreck that Ertuğrul , a sailing frigate of the Ottoman Navy , suffered off the east of Kashinozaki Lighthouse in Kii-Oshima Island , Kushimoto-cho Town , Wakayama prefecture , on the middle of the night of September 16 , 1890 . +Umaya no himemiko ( date of birth and death unknown ) was the eighth child ( fourth princess ) between Prince Shotoku and Kashiwadenominoiratsume . +This incident occurred between Japan and France during The Sino-Japanese War +TAIRA no Nobumoto ( 1137 ? -date of death unknown ) was a retainer of Imperial Court at the end of Heian period . +Hikoichi ORITA ( January 27 , 1849-January 26 , 1920 ) was an educator in Japan . +Gango-ji Temple is a temple in Nara City , counted as one of Seven Great Temples of Nara . +Bachi ( 撥 ) is a stick-shaped tool used to pluck ( hook and release , or hammer ) the string ( stringed instruments ) or the film . +Mochikiyo KYOGOKU ( 1407 - Septwmber 8 , 1470 ) was a Shugo Daimyo ( Territorial Lord as Military Commissioner ) of the Kyogoku clan during the mid to late Muromachi period . +Sekkyo-bushi ( sermon ballads ) , written as 説経節 in Japanese , is oral literature in the beginning of the early-modern times in Japan . +Choin FURUICHI ( 1452 - August 22 , 1508 ) was a priest and busho ( military commander ) who lived in the Sengoku Period ( Period of Warring States ) in Japan . +Shotenroku was a premium which the government gave as a bonus in addition to a hereditary stipend to court nobles , Japanese feudal lords and members of the warrior class who contributed a great deal to Meiji Restoration . +Yudofu is one of the dishes made with tofu . +FUJIWARA no Kogikoso ( year of birth and death unknown ) , written as " 藤原古木古曾 " or " 藤原古木古曾 , " was a noble female during the Heian period who was the wife of FUJIWARA no Sukemichi . +Michisaki KOGA ( November 29 , 1591 - December 3 , 1635 ) was a Kugyo ( court noble ) during the early Edo period . +Sukiya-zukuri is one of the Japanese architectural styles , and is characterized as a design of residential house in a sukiya ( teahouse ) style . +Genji Shoguns ( Warrior Generals ) were the Minamoto clan members given the responsibility of seii taishogun ( literally , " great general who subdues the barbarians " ) . +The Reizei family belonged to the court nobility . +The Thirty-Six Master Poets is a collective term for the 36 master waka poets included in " the Thirty-six Master Poets Selection " as selected by FUJIWARA no Kinto . +Toshisada BOJO ( 1251 or 1252 - December 25 , 1310 ) was a court noble in the Kamakura period . +The Bunpo Compromise is an agreement made in 1317 , the late Kamakura period , that succession to the throne would alternate between descendants of Emperor Gofukakusa ( Jimyoin-to - imperial lineage from Emperor Gofukakusa to Emperor Gokomatsu ) and descendants of Emperor Kameyama ( Daikakuji-to - imperial lineage starting with Emperor Kameyama ) ( both were the sons of Emperor Gosaga ) . +Kyoto Nishikyogoku Baseball Stadium refers to the baseball park in Kyoto Nishikyogoku general athletic park in Ukyo Ward , Kyoto City , Kyoto Prefecture . +Toshiaki KIRINO ( born in December , 1838 ; died September 24 , 1877 ) was a feudal retainer of Satsuma domain during the late Edo period and a military man during the early Meiji period . +Motohisa JIMYOIN ( 1584 – June 3 , 1615 ) was a court noble who was active from the Azuchi Momoyama period until the early Edo period . +Court noble law is a legal system that was valid in the court noble society between the Heian period and the Edo period . +Nijuyohai refers to the 24 top disciples of the Buddhist monk Shinran when he propagated the Buddhist faith in the Kanto region , as well as the temples worshiping these disciples as founders . +Hogi ( years of birth and death unknown ) was a priest in the Nara period . +Sukezaemon RUSON ( 1565 ? - year of death unknown ) was a trader in Sakai City , Izumi Province during the Sengoku Period ( Period of Warring States [ in Japan ] ) . +Ariharu TSUCHIMIKADO ( 1501-August 1 , 1569 ) was Kugyo ( top court official ) and Inyoka ( a practitioner of the Yin and Yang school of philosophy ) who lived from the Muromachi period to the Azuchi-Momoyama period . +Jissha-daimyojin refers to a group of ten gods , comprising Mikenu no Mikoto ( nephew of the sea god and brother of the legendary first emperor , Jinmu ) , his wife and their children . +Sukefuji ( Sukehisa ? ) MACHI ( MACHI no ? ) ( 1366 - July 17 1409 ) was a Court noble during the early Muromachi period . +" Makura no Soshi Shunshosho " is a commentary on Makura no Soshi ( The Pillow Book ) written in the Edo period . +Taki no himemiko ( before 686 ? - March 1 , 751 ) was a member of the imperial Family who lived from the Asuka peirod to the Nara period . +" Juichii ( Junior First Rank ) " is a rank in court ranks and shinkai ( ranks granted to Shinto gods ) in Japan . +Imperialism ( sonnoron ) is the idea of valuing the emperor above all else . +TAIRA no Morikane ( year of birth and death unknown ) was a busho ( Japanese military commander ) who lived at the end of the Heian period . +The Wakisaka clan is a Japanese clan . +Tsukimi is to enjoy viewing the moon , such as the full moon . +Mokkatsuji-ban is the generic term for wood movable-type prints ; however , it is sometimes narrowly interpreted as printed books of wood movable-type printing published from the mid Edo to the early Meiji periods ( Kinsei [ the early modern times ] Mokkatsuji-ban ) . +Sumizome Station , located in Fukakusa-kitashin-machi , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on the Keihan Main Line , which is operated by Keihan Electric Railway . +Yomogiu is one of the 54 chapters of " The Tale of Genji . " +Oiwa-kaido road is a toge-michi ( a road passing over a ridge ) connecting the Fushimi Inari-taisha Shrine , Momoyama hills and Mt . Oiwa . +The Incident of Kunitake KUME was the incident in which a thesis , ' Shinto wa saiten no kozoku ' ( Shinto Is a Remnant of the Ancient Custom of Worshiping Heaven ) was reprinted in 1892 , in " Shikai " ( Ocean of History ) which Ukichi TAGUCHI edited , which caused a problem , and Kume lost his position as professor at the Imperial University . +Tabe was one of the systems that were established during the Kofun period ( tumulus period ) to control people and land , which also referred to people who cultivated miyake under the direct control of Yamato sovereignty ( the ancient Japan sovereignty ) . +Shakui is temporal bestowal of high Ikai ( court rank ) to officials . +The site of Shinsen-gumi military post at Mibu +Shinpei ETO ( March 18 , 1934 - April 13 , 1874 ) was a Japanese samurai ( Saga Domain ) and politician . +Kinkichi NAKATA ( January 6 , 1865 - February 20 , 1926 ) was the fourth chief director of Sumitomo . +Ushiwakamaru is a children 's song . +Tadahiro KONOE ( September 4 , 1808 - March 18 , 1898 ) was a court noble in the end of Edo period . +Kinatsu SANJO ( 1439 - May 29 , 1507 ) was a Kugyo ( top court official ) during the Muromachi period . +The Keihan Cable Line is run by Keihan Electric Railway 's cable cars , and connects Yawatashi Station in Yawata City of Kyoto Prefecture with Otokoyama-sanjo Station . +Tanabe domain was one of the domains in Tango Province during the Edo period . +Shisei Seido ( the system of clans and hereditary titles ) is a system made in ancient Japan in which the Imperial Court gave the nobles living in the capital and the powerful local clans a clan name and a hereditary title according to each person 's degree of contribution to the state ( Yamato Sovereignty ) and the position the person occupies in the Government of the Imperial Court and let them kept the special privilege by the hereditary system . +Roju was a post in the Edo bakufu ( Japanese feudal government headed by a shogun ) and domains in the Edo period . +The Great Mirror is a historical tale written in the style of a biographical record . +Takako KUSUMOTO ( February 26 , 1852-July18 , 1938 ) was a granddaughter of Philipp Franz von Siebold and a daughter of Ine KUSUMOTO . +Tsunetaka OINOMIKADO ( January 23 , 1614 – July 30 , 1682 ) was a Court noble who lived during the early Edo period . +Toyohara no Tokiaki ( 1100 - year of death unknown ) was a gakunin ( player ) of the late Heian Period . +An ochimusha is a samurai of a defeated army who survives and flees from the war . +Ikumi-tenmangu Shrine is a shrine in Sonobe-cho , Nantan City , Kyoto Prefecture +Jurakudai ( or Jurakutei ) was a large residence built by Hideyoshi TOYOTOMI in Uchino , Kyoto ( the site of the Outer Palace Precincts in Heiankyo , present-day Kamigyo Ward , Kyoto City ) during the Azuchi-Momoyama period . +The Battle of Sakaiura is a battle fought in Sakaiura , Izumi Province ( present-day Sakai City , Osaka Prefecture ) . +Taka MURAYAMA ( 1809 - September 20 , 1876 ) was a woman who was active from the end of Edo period ( last days of the Tokugawa shogunate ) to early Meiji Period , and known as the heroine of a novel " Hana no shogai ( life of flower ) " by Seiichi FUNAHASHI . +The " Genji monogatari toshidate , " also known as the " Genji monogatari toshidachi , " chronologically organize the events in the world of the Tale of Genji on the basis of the age of the main character ( Hikaru Genji in the first and the second part and Kaoru in the third part ) . +Yamatomune , or Takaheizukuri , is one of the architectural styles of Japanese private houses . +The Yawata - Tanabe Bus Route is the number of bus routes operated by Keihan Bus Co . Ltd . , including several principal bus routes that depart from Yawata City Station ( located in Yawata City , Kyoto Prefecture ) , Shin-Tanabe Station , and Kyotanabe Station ( located in Kyotanabe City ) . +Futsunushi no kami is a deity that appears in Japanese mythology . +Masatomo INABA ( 1685 - June 25 , 1729 ) was the second lord of Sakura Domain of the Shimosa Province . +TAIRA no Yoshimune ( c . 1178 - June 13 , 1185 ) was a warrior during the late Heian period . +Mototo ( or Mototada ) SONO ( February 23 , 1573 - March 4 , 1613 ) was a Kugyo ( high court noble ) from the Azuchi-Momoyama period to the early Edo period . +Toei Movie Land is a movie theme park located in Uzumasa Higashi Hachigaoka-cho , Ukyo Ward , Kyoto City . +Yujiro IMAI ( 1843 ? - January 29 , 1868 ? ) was a rank-and-file member of the Shinsengumi . +Sadachika ISE ( 1417 - February 27 , 1473 ) was mandokoro shitsuji ( head of the chief governing body ) within the bakufu ( Japanese feudal government headed by a shogun ) during the Muromachi period . +FUJIWARA no Sukehira ( 986-January 18 , 1068 ) was a court noble in the mid-Heian Period ) . +Sanshamairi is to visit three Shinto shrines . +Kyoraku-koen Park is located in the center of the Naka-Maizuru area , which is placed almost in the center of Maizuru City in Kyoto Prefecture . +Toshimata BOJO ( Dec . 23 , 1609 – Feb . 20 , 1662 ) was a court noble in the Edo Period . +Danjiri-bayashi is festival music which is played to accompany the drawing danjiri ( decorative portable shrines ; floats used in festivals ) , and in the region centered on the northern part of Osaka City which does not possess danjiri for some reasons it refers to the ' hetari ' style which is festival music played by itself on a stage , turret and also a boat for funatogyo ( a ritual to place divine spirits on boat , to cross a river ) . +Jogyo zanmai-do hall is a type of Buddhist hall built to perform the jogyo zanmai which is one of the Shishuzanmai ( the four kinds of samadhi ) of the Tendai sect . +Chonmage is a topknot tied by old men in the Edo period . +KI no Tsuno ( year of birth and death unknown ) was a person of local ruling family in the middle of Tumulus period . +TAIRA no Tomomune ( 1184- August 15 , 1255 ) was a defeated soldier of the Taira family in the Kamakura period . +Masachika KUMEBE ( June 6 , 1841-September 25 , 1910 ) was from Osaka , Settsu Province and a member of the Shinsengumi . +Kikuo TOMOEDA ( September 25 , 1908 - January 3 , 1996 ) was a Noh performer in the Kita school who was active in the Showa period . +Nikken ( 1560 - December 6 , 1635 ) was a Buddhist monk of Nichiren Sect in the Azuchi-momoyama period to the early Edo period . +FUJIWARA no Sueyuki ( 1114-1162 ) was a Court noble who lived during the last days of Heian period . +Nishioumi-ji Road is a highway that stretches from Oumi Province ( Shiga Prefecture ) to Echizen Province , and was the road connecting Hokuriku area in the ancient and middle ages . +Fuyutada OINOMIKADO ( 大炊御門 冬忠 , 1218 - October 23 , 1268 ) was a Kugyo ( high court noble ) in the middle of Kamakura period . +Akumochizake or akumochishu is a type of Japanese sake manufactured by adding charcoal to the fermented unrefined sake . +FUJIWARA no Yasumasa ( 958-1036 ) was a courtier during the middle of the Heian period . +Shogatsugoto-hajime ( New Year Preparations ) means to begin preparations for welcoming the New Year . +Reisai is a term used to to describe one kind of saishi , religious services that are performed annually at shinto shrines . +Nison-in Temple is a Tendai Sect Buddhist temple located in Sagano , Ukyo Ward , Kyoto City . +A Kanin is an official seal given to government officials and offices to prove their social and public status in China and Japan . +Kokufu-bunka is one of the Japanese historical cultures . +Sanno Shinko is a belief of Shinto originated from Hiyoshi Taisha shrine at the foot of Mt . Hiei ( Otsu City , Shiga Prefecture ) . +Bikkaiho ( Adultery Control Law ) was a law that stipulated the handling of adultery . +The Anna Incident was a case of ostracism caused by the Fujiwara clan against other clans that occurred during the Heian period in 969 . +KI no Oiwa ( year of birth and death unknown ) was a lord of Gozoku ( a local ruling family ) in the Tumulus period . +The Sumiya Incident refers to violent acts which Kamo SERIZAWA , head of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) , carried out during a party held in ageya ( a restaurant where high-class harlots and geisha dispatched from a geisha house entertained guests ) called Sumiya in Shimabara , Kyoto in June , 1863 . +MINAMOTO no Tasuku ( year of birth unknown-February 2 , 935 ) was a busho ( Japanese military commander ) during the mid Heian period . +Honkoku-ji Temple is a Daihonzan ( head temple ) of the Nichiren Sect located in Yamashina Ward , Kyoto City , Kyoto Prefecture . +Kintomo ANEGAKOJI ( as known as ANEKOJI : January 19 , 1840 - July 5 , 1863 ) was a court noble during the late Edo Period . +Higashino Station , located in Yamashina Ward , Kyoto City , is a railroad facility on the Kyoto Municipal Subway Tozai Line . +Kojinguchi-dori Street is a street running eat-west in Kyoto City . +The Kyoto Red Flag Incident was a crackdown on socialists that occurred on November 30 , 1920 . +FUJIWARA no Munesuke ( 1077 -February 22 , 1162 ) was a noble ( Juichii ( Junior First Rank ) , Daijodaijin ( Grand Minister of State ) ) who lived in the late Heian period . +Noh is a type of " Nohgaku ( Noh music ) " used in a kind of Japanese original stage performing art of which the completion was realized in the late Kamakura period or the beginning of the Muromachi period . +Enku ( 960-September 7 , 1039 ) was a monk in the Heian period , who appears in " Shui Ojo-den " written by MIYOSHI no Tameyasu . +Shinengo ( literally means private nengo ; nengo is a name of an era ) was the name of an era which was not declared by a dynasty that had a stable administrating power in South East Asia , where the name of an era was used as the method of counting years . +The Gozanha ( Gozansorin ) are the Zen temples ( Zenrin ) that were placed under the protection and control of the Gozan-Jissetsu-Shozan system ( system of five great temples , ten important temples of the Rinzai sect , and Zen temples other than Gozan and Jissetsu ) . +Bugei is a military art practiced by soldiers , military officers , and samurai in order to fight in a battlefield during the period from the ancient times to the medieval period , the early modern period in Japan . +Toyoichiro NISHIKUBO ( January 7 , 1870 - July 12 , 1905 ) was a military man of Japan . +Shinrai SHIMOTSUMA ( 1513 - July 15 , 1552 ) was a bokan ( a priest who served the family of a monzeki ( the head priest of the head temple of a sect , formerly led by the founder of the sect ) ) , who served the Otani family . +Mitsusuke NASU ( year of birth and death unknown ) was a person who lived during the Kamakura period . +Kenji MIZOGUCHI ( May 16 , 1898 - August 24 , 1956 ) was a film director born in Tokyo . +Sayoko MAKINO ( マキノ佐代子 , her real name is Sayoko MAKINO [ 牧野左代子 ] ) ( April 29 , 1958 - ) is an actress born in Setagaya Ward , Tokyo Prefecture . +The Tamagawa ( also known as Gyokusen ) Enshu-ryu school is a school of tea and green tea ceremony . +Shamisen is a Japanese stringed musical instrument with a neck . +Yasushige TSUCHIMIKADO ( February 26 , 1586-September 12 , 1661 ) is a Kugyo ( Court noble ) and Inyoka ( the Yin and Yang school of philosophy ) of the early Edo period . +The term " fue " generally refers to instruments which produce sound with an air current . +" The Pillow Book " is a zuihitsu essay ( literally , " random jottings " ) , which is said to have been written by Sei Shonagon , a female writer who lived in the mid-Heian period . +Datto SHIBA ( may be known as Tachito SHIBA , Shiba no Tachito , Tachito SHIME , the date of birth and death unknown ) was a person who seems to have come from the Korean Peninsula around the sixth century . +Masato INABA ( 1714 - February 28 , 1730 ) was the second lord of Yodo domain of the Yamashiro Province . +Shinnenkai is an annual event of an organization or a group held at the beginning of the new year . +Itaro YAMAGUCHI ( December 18 , 1901 - June 27 , 2007 ) was a textile workman of the Nishijin district . +Onimasumishiritsuhiko-jinja Shrine is a Shinto shrine located in Tawaramoto-cho , Shiki County , Nara Prefecture +Uzagaku ( Ozagaku ) is chamber music of the Ryukyu kingdom . +Aizan YAMAJI ( January 23 , 1865-March 15 , 1917 ) was a critic and historian who played an active role from the Meiji to Taisho periods . +Santei Ritsuryo Code was a ritsuryo code compiled by Minister of the Right , KIBI no Makibi , YAMATO no Nagaoka and so on in 769 . +" Rangaku Kotohajime " ( The Beginning of Dutch Studies ) is memoirs written by Genpaku SUGITA at the age of 83 in 1815 , who was thinking back on to the pioneer days of Dutch studies and sent to Gentaku OTSUKI . +Takamatsunomiya Imperial Prince Yoshihito ( April 29 , 1603 - July 14 , 1638 ) was a member of Japanese Imperial Family who lived in the early Edo period . +Kotohiki-hama Beach is a sandy beach located in Kyotango City ( former Amino-cho ) , Kyoto Prefecture . +SOGA no Shoshi , or SOGA no Masako ( the date of birth and death unknown ) was a woman of the Soga clan in the late Asuka period . +Uji Station , located at 16 Uji-Umonji , Uji City , Kyoto Prefecture , is a stop on the Nara Line of the West Japan Railway Company ( JR West ) . +Emperor Horikawa ( August 8 , 1079 - August 9 , 1107 ) was the seventy-third Emperor during the late Heian period ( his reign was from 1086 - 1107 ) . +" Kanrei-dai " was a job title within the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Naoo NAKAHARA ( 1845 - January 15 , 1914 ) was a country samurai in Ijuin-cho , Satsuma Domain , and later became a policeman . +Shinsen TOKUOKA ( February 14 , 1896 - June 9 , 1972 ) was a Japanese painter . +Awa Wasanbonto is traditionally made Japanese refined sugar particularly produced in Tokushima Prefecture . +Danrin-ha was a shool of Haikai ( seventeen-syllable verse ) in the Edo period , which flourished under Soin NISHIYAMA . +The Matsunoo-dera Temple hotokemai ( Buddhist dance ) is a religious ritual conducted at Matsunoo-dera Temple ( Maizuru City ) in Maizuru City , Kyoto Prefecture . +Sakaya indicates an operator of the sake-producing / selling business that started in the Kamakura period . +Togetsu-kyo is a bridge over the Katsura-gawa River in Kyoto City , Kyoto Prefecture . +Gengai was a priest of Todai-ji Temple in the Nara period . +Kaiseki NORO ( March 1 , 1747 - April 27 , 1828 ) was a Japanese literati painter in the late Edo period . +Sadatsune SHONI ( born in 1272 , birth date unknown - April 19 , 1336 ) was a military commander who lived from the late Kamakura period through the period of the Northern and Southern Courts ( Japan ) . +Kikakumaru TOIDA was a member of the Ouchi clan . +Ogura-ike Pond used to exist in the southern part of Kyoto Prefecture , being encompassed by the present Fushimi Ward , Kyoto City , Uji City and Kumiyama-cho ( although , considering its size , it would have been more appropriate to call it a lake ) . +Joro otoshiyori is the title of women serving in the O-oku during the Edo Period . +Yoshimori ISE ( year of birth unknown - August 11 , 1186 ) was a samurai and a retainer of MINAMOTO no Yoshitsune who lived during the end of the Heian period . +FUJIWARA no Kenshi ( Kiyoko ) ( April 994-October 22 , 1027 ) was the second daughter to FUJIWARA no Michinaga , who had the title of Sessho ( Regent ) . +Kinugasa Stadium +Kojuro NAKAGAWA ( February 18 , 1866 - October 7 , 1944 ) is a former member of the House of Peers , official of the Ministry of Education , and the founder of Kyoto Hosei School ( present Ritsumeikan University ) . +" Our Enemy is in the Honno-ji Temple " is allegedly the phrase uttered by Mitsuhide AKECHI , busho ( Japanese military commander ) in the Warring States period , during the Honnoji Incident . +Yaichi HOSHO ( July 2 , 1908 - March 11 , 1985 ) was a Nohgakushi ( Noh actor ) playing waki ( supporting roles ) of Shimogakari-Hosho-ryu school . +The Isshi Incident was a coup which occurred during Asuka period when Emperor Tenchi and FUJIWARA no Kamatari assassinated SOGA no Iruka inside the Imperial Court , which led to the fall of the Soga clan ( head family of the Soga clan ) . +Horin MATSUHISA ( 1901 - September 1 , 1987 ) was a busshi ( sculptor of Buddhist statues ) . +The Rokkaku clan was a samurai family ( shugo guar feudal lord ) descended from the Sasaki clan of Uda-Genji ( Uda-Gen clan ) and whose influence was centered in the southern part of Omi-no-kuni from the Kamakura era through the Sengoku period ( Japan ) . +Nakane Ryutaro Comedy Productions , founded in June of 1928 and closed in August of 1928 , was a film company located in Kyoto . +Nihon Ikebana Geijutsu Kyokai is a Japanese foundation intended for the promotion of the art of flower arrangement . +WAKE no Hiroyo ( year of birth and death unknown ) was an Ikan ( medical officer ) from the late Nara period to the early Heian period . +Otani Sobyo Mausoleum is the grave of Shinran , the founder of the Shinshu sect Otani school ( Higashi Hongan-ji Temple ) , which is located in Higashiyama Ward , Kyoto City , Kyoto Prefecture . +Amazake is a traditional Japanese sweet beverage , which is a cloudy liquid similar to doburoku ( unrefined sake ) . +Sugaya-yakata Castle was located in Obusuma-gun , Musashi Province ( in the Kamakura period , present Ranzan-machi , Hiki-gun , Saitama Prefecture ) . +Taishin ( person of high rank and income ) refers to a person who has a high rank and a high stipend . +Homen was the name of Shimobe ( miscellaneous servants and attendants ) of Kebiishi ( a official with judicial and police power ) which was Ryoge no kan ( a post outside the original Ritsuryo code created by Imperial edicts ) in Japan . +Hayaakitsuhiko and Hayaakitsuhime are kami ( god ) in Japanese Methodology ( shinto ) . +The three scholars of Dejima were the ones who came to Dejima in Nagasaki during the Edo period and conducted a study of natural history . +" Mumyosho " was a karon sho ( a document of theory and criticism about classic Japanese poems ) in the Kamakura period written by KAMO no Chomei . +Akinori ISSHIKI ( 1340-July 1 , 1406 ) is a busho ( Japanese military commander ) of the period of the Northern and Southern Courts ( Japan ) and the early Muromachi period . +Sango ( literally , " mountain name " ) , is a title prefixed to the name of a Buddhist temple : Nagarasan +Koei OTANI was a monk of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) who lived from the Meiji period to the Taisho period . +Tadakazu MATSUDAIRA ( 1791 - May 23 , 1828 ) was active in the Edo period . +Mitsumura MIURA was a gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) during the mid Kamakura period . +Hokusai KATSUSHIKA ( c . October 31 , 1760 - May 10 , 1849 ) was a painter of Ukiyoe ( Japanese woodblock prints ) who flourished in the Edo period , a recent time in Japan , and was a representative figure of the late Edo period , Bunka and Bunsei eras ( Kasei culture ) . +Kaneto SHINDO ( April 22 , 1912 - ) is a Japanese movie director and screenwriter . +Hidekiyo OGASAWARA was a military commander and a scholar of ancient courtly traditions and etiquette in the Warring States period and the Azuchi-Momoyama period . +In ancient Japan , the term " Shoban " meant three countries in the Korean Peninsula called ' Sankan ' as well as the clans of settlers originally from there . +Tameuji NIJO ( 1222-October 3 , 1286 ) was a Court noble and poet in the mid Kamakura period . +Shiga , in the Kinki region , is an inland prefecture that encompasses Lake Biwa ( Biwako ) . +Tokitsune YAMASHINA ( August 12 , 1543 - April 10 , 1611 ) was a Kugyo ( top court official ) during the Sengoku period ( period of warring states ) and during the early Edo period . +Goshogo is a title given to an Imperial family in Japan . +Haruo TSUCHIMIKADO ( June 28 , 1827 to November 9 , 1869 ) was a Kugyo ( high court noble ) at the end of shogunate period and he was in reality the last headmaster of the Abe family 's Onmyodo ( way of Yin and Yang ; occult divination system based on the Taoist theory of the five elements ) . +Sakurai City is a city located in the middle of Nara Prefecture , Chuwa area . +Nara-ryu is one of the styles of Japanese sake-brewing . +Ane ( 794 - May 2 , 868 ) was a Buddhist monk of Tendai Sect in the early Heian period . +Ogawanomiya ( June 1404 - March 15 , 1425 ) was a member of the Imperial Family in the Muromachi period . +Imperial Prince Hisaaki ( October 26 , 1276 - November 24 , 1328 ) was the 8th Seii taishogun ( literally , " great general who subdues the barbarians " ) of the Kamakura Shogunate . +Emperor Meiji ( November 3 , 1852 - July 30 , 1912 ) was the hundred and twenty second Emperor . ( his reign was 1867 - 1912 ) +Sadatoshi ( Sadanori ) OTOMO ( year of birth unknown - 1336 ) was a person who lived during the Kamakura Period and the period of the Northern and Southern Courts ( Japan ) . +Watatsumi ( or Wadatsumi ) is a sea god ( Shinto ) appearing in Japanese mythology . +Yoshikiyo ISSHIKI +Gyokuyo wakashu is an imperial anthology from the Kamakura period . +Takarabune ( treasure ship ) is the sailing ship on which Shichifukujin ( Seven Deities of Good Luck ) and treasures are loaded , or the picture that depicts the scene . +Ujinori HOJO was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) and the Azuchi-Momoyama period . +Toiyaba were administrative offices in post stations on roads during the Edo period , which mainly dealt with relays of riders and horses as well as sukego fuka ( labor from the neighboring villages to help the primarily imposed village ) . +Oshiroibaba ( also called " Oshiroibabaa " ) or " Oshiroi Basan " is a specter in the form of an old woman according a legend told in the basin of Totsu-kawa River , Yoshino-gun , Nara Prefecture . +Charter Oath of Five Articles was basic policy of the Meiji government represented to Kugyo ( court nobles ) and lords by the Emperor Meiji ( 15 years old at that time ) on April 6 , 1868 . +FUJIWARA no Hidehira was a Busho ( Japanese military commander ) who lived during the end of Heian period . +OKRUA no Hirosumi ( date of birth and death unknown ) lived during the Asuka period . +TAIRA no Morikuni ( 1113-August 11 , 1186 ) was a son of TAIRA no Morito ( or according to a different opinion , TAIRA no Suehira ) . +Kanesuke NOGUCHI ( November 7 , 1879 - October 4 , 1953 ) was a Noh actor of the Hosho school of shite-kata ( lead actors ) . +A giboshi or giboshu is : 1 ) an ornament that is attached to balustrades of bridges , temples or shrines and whose shape resembles that of item 2 . +Kenkyo ( also pronounced Kengyo ) ( exoteric Buddhism ) is the disclosed teaching of Buddhism . +" Sangi " is one of the posts in the Daijokan ( Grand Council of State ) , which is the highest organ in the Imperial Court organization for Ryoge no kan ( class outside of the Ritsuryo system ) in Japan . +The term " doshin " refers to one of the low-level officials of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +" Gunsho Ruiju " is a library of Japanese literature . +Fuki-ji Temple , located in Kawanishi-cho , Shiki County , Nara Prefecture is a temple that belongs to the Buzan school of the Shingonshu sect . +Shungyo ( 1118 - 1186 ) was a Buddhist priest at the end of the Heian Period . +Butsuryu-ji is a temple belonging to the Murou-ji School of the Shingon sect of Buddhism , and is located in Akabane in Haibara-cho , Uda City , Nara Prefecture . +Joan is a chashitsu ( tea house ) in the Urakuen Garden in Inuyama City , Aichi prefecture . +Takemikazuchi is a god that appears in Japanese mythology . +Chuji MISHINA ( year of birth and death unknown ) was a member of the Shinsengumi ( a Tokugawa shogunate police force located in Kyoto ) . +Netsuke ( also called " nezuke " ) is an attachment used in the Edo period when people carried tobacco pouches , yatate ( brush holder ) , inro ( a tiny box which contains medicine or one 's seal and a small red ink pad ) and leather bags ( pouches for accessories including money , foods , writing utensils , medicines and tobaccos ) by suspending from the obi sash by a cord . +Yatsugi-jinja Shrine is a Shinto shrine located in Tenri City , Nara Prefecture . +Shokusenzai Wakashu ( Waka Collection of a Thousand Years Continued ) is the 15th imperial anthology of waka ( Japanese poetry ) by the command of the Cloistered Emperor Gouda in 1318 . +HARUMICHI no Tsuraki ( date of birth unknown - 920 ) was a Japanese poet of the mid-Heian period . +Shizuma MATSUZAKI ( year of birth and death unknown ) was a member of the Mibu Roshi-gumi ( masterless samurai group of Mibu ) and the Shinsengumi ( a Tokugawa shogunate police force located in Kyoto ) . +Sanbuichiginno was the payment of one third of the agricultural land tax in silver during the Edo period . +It is said that the Shugei Shuchiin school was a private facility established by Kukai on January 27 , 829 , at the residence in Sakyo Kujo in Kyoto , which had been received from FUJIWARA no Mimori , for the purpose of educating the common people and providing comprehensive education in various liberal arts . +The first Musashi Daijo ( the third rank official of Musashi Province ) Korekazu ( Korekazu ISHIDO ) was a sword craftsman in the Edo period . +Masasada HOSHINA was the first lord of the Iino Domain , Kazusa Province . +Oyamazaki Station , located in Oyamazaki-cho , Otokuni-gun , Kyoto Prefecture , is a stop on the Hankyu Kyoto Line , which is operated by the Hankyu Railway . +Kone ( also pronounced Koni ) is the Japanese name given to an emperor 's costume in the Tang style . +Kokawadera Engiemaki ( a picture scroll of the legends of Kokawadera Temple ) , one of representative picture scrolls in Japan , is designated as a national treasure . +Okada Kamo-jinja Shrine is a Shinto shrine located in Kizugawa City , Kyoto Prefecture ( formerly Kamo-cho , Soraku-gun County ) . +Nobusada IKAI ( year of birth and death unknown ) was a Busho ( Japanese military commander ) from the Sengoku period ( period of warring states ) to the Azuchi-Momoyama period . +Tozaigoe refers to shouts of ' tozai , tozai ' ( east west ) from the backstage at the jobiraki ( an opening ) or before kojo ( a ceremony to announce that an actor takes a new stage name ) of kabuki ( traditional drama performed by male actors ) or ningyo joruri ( traditional Japanese puppet theater ) . +The Franco-Japanese treaty is a treaty concluded in Paris between Japan and France on June 10 , 1907 . +Kinto is a utensil used in the art of Sado ( Japanese tea ceremony using Matcha [ green powdered tea ] ) or Senchado ( Japanese tea ceremony using Sencha [ brewed green tea ] ) , as a container for chakin ( tea cloth ) . +Sokuhi Nyoitsu ( June 27 , 1616 - June 26 , 1671 ) was a priest of the Obaku School ( Obaku Sect ) Rinzai Sect , and came from the Ming Dynasty in China in the early part of the Edo period . +Okogo no Tsubone ( 1590 - June 4 , 1615 ) was a woman who lived during the Sengoku period ( period of warring states ) and the early Edo period . +Kobetsu or oson is a term that refers to shizoku ( clan , family ) , a branch family of a royal family or imperial family , especially a family which has seceded from Japanese Imperial Family . +Tamenobu TSUGARU ( January 28 , 1550 - January 22 , 1608 ) was a military commander in the period of warring states and a feudal lord in the early Edo period . +Tomooki IWAKURA ( July 13 , 1601 - March 17 , 1660 ) was a Kugyo ( court noble ) in the early Edo period . +The Soga brothers ' Revenge refers to an incident where two brothers , Sukenari SOGA and Tokimune SOGA , took vengeance on their father 's enemy , Suketsune KUDO , on July 5 , 1193 at the time of Fuji no Makigari ( Hunting session at Mt . Fuji ) conducted by MINAMOTO no Yoritomo . +Gafusei was one of the systems of examining and certificating an envoy ( endorsement ) . +Namiemon SAKAIGAWA ( May 28 , 1841 - September 16 , 1887 ) was a sumo wrestler from the Keio era to the Maiji period . +Yo-ryu hojutsu was a school of gunnery . +Yosano-cho is the town located in Yosa-gun from the foot to the center of Tango Peninsula in northern Kyoto . +The legend of Anchin and Kiyohime has been handed down in Kii Province . +Root-Takahira Agreement refers to an agreement between the United States and the Empire of Japan signed by the United States Secretary of State Elihu Root and Japanese Ambassador to the United States Kogoro TAKAHIRA on November 30 after negotiations by those two . +OSAKABE no Mototsugi ( years of birth and death unknown ) was a person who led a garrison called ' the Natori Garrison ' in Mutsu Province ( present Miyagi Prefecture ) in the 9th century . +Teruhisa DAIGO ( July 25 , 1760 - September 2 , 1801 ) was a Kugyo ( a Court noble ) and a retainer of the Imperial Court from the middle to the end of the Edo period . +Sorei ( or Mioyanomitama ) is an ancestral soul . +Motonari SONO ( September 16 , 1604 - March 24 , 1655 ) was a Kugyo ( court noble ) during the early Edo period . +Ryokei ONISHI ( December 21 , 1875 - February 15 , 1983 ) was a Hosso Sect Buddhist monk who served as head priest of Kiyomizu-dera Temple in Kyoto and in his later years was also renowned for holding the record as the oldest person in Japan . +Masujiro OMURA ( May 30 , 1824 - December 7 , 1869 ) was a physician , Western studies scholar and military theorist from Choshu Domain ( now Yamaguchi Prefecture ) at the end of the Edo era . +Nihon-no-rekisi ( literally , Japanese history ) or Nihonshi ( literally , Japan history ) is used for indicating history of Japan or that of the Japanese archipelago . +The term " Ossho " means the lords of Shoen ( manor in medieval Japan ) were exempted from and allowed to collect Zatsueki ( a kind tax under the Ritsuryo system ) ( sometimes inclusive of the portion of Kanmotsu ( tribute goods -supposed to be paid to Kokuga ( provincial government offices ) as well as the land of such Shoen . +Tamagushi means a branch of sakaki tree decorated with shide ( paper cascade ) and yu ( strips of cloth ) and offered before the gods by Shinto priests and visitors during Shinto rituals . +The nengajo is a postcard or a greeting card sent as a New Year 's greeting . +Takatoki HOJO was the 14th regent to Kamakura bakufu ( Japanese feudal government headed by a shogun ) ( office between 1316 - 1326 ) . +The scandal over the sale of the property owned by the Hokkaido Development Agency was the incident that the decision to sell the property owned by the Agency made by Kiyotaka KURODA , the director of the Hokkaido Development Commission , was cancelled due to the heavy criticism from the public . +ONO no Hatayasu was a figure in the Asuka period of Japan ( year of birth and death unknown ) . +FUJIWARA no Muchimaro ( 680 - August 29 , 737 ) was a noble and a politician from Asuka period to the early Nara period . +Hatsu-uma refers to the first day of the horse in February . +Tsuneshige KAJUJI ( 1430-June 17 , 1500 ) was a court noble , or Kugyo ( the top court official ) , in the Muromachi period . +Empress Jito ( 645 – January 17 , 703 ) was the forty-first imperial ruler ( empress regnant ) of Japan . +Jusuke HANAYAGI , the first ( March 22 , 1821 - January 28 , 1903 ) was a classical Japanese dancer and a choreographer . +" Saimen no Bushi " referred to a group of warriors who attended Daijo-tenno ( the Retired Emperor ) by guarding and serving the emperor during the Kamakura period . +Daigo-ji Temple is a head temple of the Daigo-ha branch of Shingon Buddhism , in Daigo Higashioji , Fushimi Ward , Kyoto City , Kyoto Prefecture . +Norifusa ICHIJO ( 1423 - November 15 , 1480 ) was a Kugyo ( Court Noble ) ( Kanpaku : Chief advisor to the Emperor ) and the proprietor of a manor during the late Muromachi Period . +Toki Yasuyori Rebellion was an incident that occurred from 1389 to 1390 , during the Muromachi period of Japan , in which Yasuyuki TOKI , a shugo daimyo ( shugo is a governor of a province during the middle ages of Japan , and a shugo daimyo is a regional lord who has an official title of shugo from the government of the time ) was defeated by the Muromachi bakufu . +The problem of heir of Shogun means a political strife of selection of the next Seii Taishogun ( Barbarian Subduing Generalissimo ) ( Shogun ) of the bakufu . +Kumogakure Rokujo ( Genji 's demise : six chapters ) is a supplementary work to the Tale of Genji . +Prince Yamashiro no oe ( year of birth unknown - December 30 , 643 ) was a member of the Imperial family in the early seventh century according to " Nihonshoki " ( Chronicles of Japan ) . +Kuzunoha is the name of a legendary fox . +Iga Shosho ( year of birth and death unknown ) was a poet who lived in the late Heian period . +Wayojo is an agreement signed by the parties in question who make compromises . +Yoshinori ASHIKAGA ( July 20 , 1394 - July 21 , 1441 ) was the 6th Seii Taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi shogunate ( shogunship from 1428 to 1441 ) . +Tokyo gyoko are the imperial visits to Tokyo which were made twice in 1868 and 1869 . +Okamoto no Miya was an Imperial Palace in which Emperor Jomei and Empress Saimei lived in the seventh century . +Kyoto Museum for World Peace , Ritsumeikan University , was established by Ritsumeikan University and its theme is " Peace . " +Ayanokoji-dori Street is a street running east-west through Kyoto City . +Rokkakushi Shikimoku was one of the bunkokuho ( the law individual sengoku-daimyo enforced in their own domain ) in the Sengoku period . +Yachiyo INOUE is the name given to the head of the INOUE School . +The Yodo Domain was located in the Yamashiro Province ( present-day Yodohon cho , Fushimi Ward , Kyoto City , Kyoto Prefecture ) . +Kyoto Seikadaimae Station , located in the Sakyo ward of Kyoto City , is a stop on the Kurama Line of the Eizan-dentetsu ( Eizan Electric Railway ) . +Noyaki ( open burning ) means burning the vegetations in the hills and fields . +Ryosa KOHITSU ( January 28 , 1572-March 18 , 1662 ) was born in Omi Province and was an appraiser of old writings . +Tateana-shiki dwelling is built by first digging a depression in a round or quadrilateral shape , then creating a framework in the depression by installing a number of columns , followed by connecting the framework with balks and beams , and lastly thatching its roof with dirt and reed or other plants . +The Ine no Funaya ( a large cluster of traditional fishermen houses ) houses are private houses , located in the Ine area of Ine-cho Town , Yosa-gun County , Kyoto Prefecture . +Yoshimitsu Zekan DEME ( 1526 ? - 1616 ) was a Noh-men uchi ( a person who makes Noh masks ) from the Momoyama period to the early Edo period . +Emperor Gouda ( December 17 , 1267 - July 16 , 1324 ) was the ninety first Emperor during the Kamakura period ( his reign was from March 6 , 1274 to November 27 , 1287 ) . +The Three Sacred Treasures of the Imperial Family refer to a mirror , a sword and a jewel that are believed to have been granted by Amaterasu Omikami ( also known as Tensho daijin or the ' Sun Goddess ' ) to her grandson Ninigi during ' Tensonkorin ' when he descended from heaven to rule over the country . +Emperor Junna ( 786 - June 7 , 840 ) ( his reign was from May 30 , 823 to March 22 , 833 ) was the fifty-third Emperor during the early Heian Period . +Okimi is a historical term which generally refers to the chief of the Yamato sovereignty ( Japan ) from the latter half of the third century to the end of the seventh century which is from the Kofun ( tumulus ) period to the Asuka period . +Sankyoku is a kind of music ( qu ) and a form of poetry in the spoken language and is also literature of songs and ballads . +Shirahige-jinja Shrine is a shrine in Ukawa , Takashima City , Shiga Prefecture . +The Asai family was a Japanese clan . +Yoriyasu TOKI ( 1318-February 11 , 1388 ) was a dominant Shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) in the period of the Northern and Southern Courts ( Japan ) . +The definition of an imperial family depends on the historical timeframe and the country concerned , but in general it refers to the emperor 's male family members and their spouses . +Ishikawa no Uchimyobu ( date of birth and death unknown ) was a poet of Manyoshu ( Collection of Ten Thousand Leaves ) . +Konacha is the powdery fragments collected in the production process of sencha ( green tea of middle grade ) . +FUJIWARA no Mitsuko ( 781 – October 21 , 828 ) was a noblewoman and court lady during the early Heian period . +Hibachi are a kind of charcoal burning brazier used in Japan as a heating appliance . +Nobushige ODA ( August 9 , 1843 - February 17 , 1898 ) was the twelfth lord of the Yanagimoto Domain in Yamato Province ( Nara Prefecture ) . +Kunai is a small tool used by ninja . +Ryoen ( August 24 , 1179 - February 26 , 1220 ) was a priest of Kofuku-ji Temple during the late Heian period through the early Kamakura period . +TONERI no Nukamushi ( year of birth unknown – March 682 ) was from the Asuka period . +" Sarashina Nikki " or " Sarashina no Nikki " ( As I crossed a bridge of dreams ) is a diary written by the daughter of SUGAWARA no Takasue in around the mid-Heian period . +Inari Station , located in the Fushimi ward of Kyoto City , Kyoto Prefecture , is a stop on the Nara Line of West Japan Railway Company ( JR West ) . +Karasuma Line is a part of the Kyoto Municipal Subway in Kyoto city , Kyoto , running from Kokusaikaikan Station ( Sakyo-ward ) to Takeda Station ( Fushimi-ward ) . +This section shows the list of official town names in the Nishikyo Ward and summarizes the period and process of their establishment . +Inba no kuni no miyatsuko ( also known as Inbakokuzo ) was a kuni no miyatsuko that ruled the middle part of Kazusa Province . +Konrin-in Temple is a temple of the Tendai sect located in Koizumi-cho , Yamatokoriyama City , Nara Prefecture . +Unden Shindo school is one of the schools of Japanese tea ceremony . +FUNYA no Yasuhide ( year of birth unknown - c . 885 ) was a waka poet in the early Heian period and one of Rokkasen ( six best waka poets ) and the 36 Immortal Poets . +Ohanjin ( also pronounced as Oubanshin ) is deification of Rago , one of Kuyo ( nine-planet crest ) , and is mainly enshrined as a stone monument on the border of settlement , in the center of a village , on the border of villages , crossing , or T-junction . +Kanekatsu HIROHASHI ( December 12 , 1558 - January 18 , 1623 ) was a court noble and kajin ( waka poet ) who lived during the Azuchi-Momoyama period and the early Edo period . +Teriyaki is a cooking technique used in Japanese cuisine . +Yuzu citron ( pronounced " yuzu " ; scientific name : Citrus junos , synonym C. ichangensis x C. reticulata var. austera ) is a rutaceous evergreen tree . +Cho is a unit of length ( distance ) or area in old Japanese system of weights and measures . +Nori means a person with high political or administrative skill . +Yamanoue no Okura ( 660 ? – 733 ? ) was a poet during the early Nara Period . +Jogan-kyaku Code was one of the Kyakushiki codes ( amendments and enforcement regulations of the Ritsuryo Code ) that was submitted to the Emperor on May 31 , 869 , and was enforced on October 19 the same year with the imperial decree . +Danchi is the name of an area in which institutions with similar objectives , purposes or industries are concentrated in order to optimize the urban infrastructure and distribution necessary for people , industry or other operations , or a generic term for an area in which buildings and structures stand . +Kinfusa TOKUDAIJI ( 1537 - June 12 , 1588 ) was a Kugyo ( court noble ) , who lived between the end of the Muromachi period to the Azuchi-Momoyama period . +Tadao NIIMURA ( April 26 , 1887 - January 24 , 1911 ) was a socialist . +Emperor Nintoku ( 257-February 7 , 399 ) was the sixteenth Emperor of Japan , who was in the reign from February 14 , 313 to February 7 , 399 . +Kukai was a priest who lived in the early Heian period . +Shukun oshikome ( or simply called ' oshikome ' ) is a practice seen in the samurai society beginning in the Kamakura period , and it especially refers to the forcible confinement of the allegedly misbehaving lord based on the decision made by Karo ( chief retainers ) and others after consultation . +Tango-Yura Station , located in Yura , Miyazu City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by Kitakinki Tango Railway ( KTR ) . +" Konden Einen Shizai no Ho " was a law which was proclaimed as " choku or mikotonori " ( an order under the name of Emperor ) on June 27 , 743 , during the reign of Emperor Shomu in the middle of the Nara Period that allowed permanent ownership of " konden " ( land that farmers newly cultivated ) . +Kodaiin ( 1542 ? -September 6 , 1624 ( old lunar calendar ( October 17 , 1624 ) ) was a woman who lived from the Sengoku ( warring states ) period ( the latter half of Muromachi period ) to the early Edo period , and the lawful wife of Hideyoshi TOYOTOMI . +Kuramaguchi Station , located in Kamigoryo Nakamachi , Kamigyo Ward , Kyoto City , Kyoto Prefecture , is a railway facility of the Karasuma Line of the Kyoto Municipal Subway . +Kurama Station , located in Kurama Honmachi , Sakyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Kurama Line , which is operated by Eizan Electric Railway . +Jingoro YOKOKURA ( 1834-September 10 , 1870 ) , born in Hachioji City , Tama County , Bushu , was a member of Shinsengumi . +Yamabuki gozen was a binjo ( beautiful maid ) of MINAMOTO no Yoshinaka , a busho ( Japanese military commander ) at the end of the Heian period . +Asuka Culture was a Buddhist culture that flourished mainly in Yamato Province under Empress Suiko . +Kanin-ryu was a linage of kuge ( court noble ) of a branch of the Northern House of the Fujiwara clan including the Sanjo Family , the Saionji Family , or the Tokudaiji family . +KASHIWADE no Hokikimi no Iratsume ( year of birth unknown - April 7 , 622 ) was a woman in the Nara period . +This section " Successive Ministers of Education " carries lists of successive Ministers of Education , Monbukyo ( chief of Ministry of Education ) , which was the predecessor of Minister of Education , and Ministers of Education , Culture , Sports , Science and Technology ( the present title of the former Minister of Education ) in Japan . +Renjun ( 1464 - October 8 , 1550 ) was a priest in the Muromachi period and the Sengoku period ( period of warring states ) . +Zonnyo ( 1396 to July 9 , 1457 ) was a priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) in the Muromachi period , and the 7th head priest of the Hongan-ji Temple . +MINAMOTO no Yoshitoki was a busho ( Japanese military commander ) from the Kawachi-Genji ( the Minamoto clan of Kawachi Province ) and active in the late Heian period . +Fusasuke TAKATSUKASA ( June 22 , 1637 - March 1 , 1700 ) was a Kugyo ( high court noble ) during the Edo period . +Nagi-jinja Shrine is a Shinto shrine located in Mibu , Nakagyo Ward , Kyoto City . +Sanbaizu is a mixed seasoning made from equal amounts of vinegar , soy sauce , and sweet cooking rice wine . +Jikun ( or Jikin , 691-777 ) was a priest at Kofuku-ji Temple in Nara in the Nara period . +Zenshin-ni ( 574 - year of death unknown ) was a Buddhist nun who lived in the late 6th century . +Akiyamanoshitabiotoko is a Japanese deity . +Onsen tamago ( onsen eggs ) are a type of soft boiled egg , or chicken eggs with the yoke soft and the white only half done . +Dainenbutsu kyogen , a silent play created from the teachings of the Yuzu Nenbutsu ( reciting the name of Amida Buddha ) sect ( also known as Dainenbutsu ) , was revived by Enkaku Shonin . +Uzumasa-Koryuji Station , located in Uzumasa-kumiishi-cho , Ukyo Ward , Kyoto City , is a stop on the Arashiyama Main Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +Sanjo-ohashi Bridge Noticeboard Incident occurred on October 20 , 1866 during the the end of the Edo Period . +Nanpo Shomyo ( 1235 - February 17 , 1309 ) was a priest of the Rinzai sect in the Kamakura period . +Tsukushinokimiiwai ( ? - 528 ? ) was from a local ruling family in Kyushu region in the end of the Tumulus period . +Prince Ichinobe no Oshiha ( Ichinobe no Oshiha no Miko ; his birth date is unknown and his death date was in 456 ) appeared in the Kiki ( " Kojiki " [ A Record of Ancient Matte ] ) and " Nihonshoki " [ Chronicles of Japan ] ) and Fudoki ( description of regional climate , culture , etc . ) as an Imperial family ( royal family ) in fifth century Japan . +Kiyotaka IMAI ( September 1943- ) is a Nohgakushi , who belongs to The Association for Japanese Noh Plays ( national designated Important Intangible Cultural Property ) and lives in Kyoto City . +Honzowamyo is the oldest Japanese dictionary of medicines still in existence , and was compiled by Sukehito FUKANE . +For ' 賛 san ' mainly the following two things can be cited : . +The rebellion by MINAMOTO no Yoshichika was a rebellion which took place in the middle of the Heian period . +Okura-ji Temple is a Buddhist temple of the Ryumon Shingon sect situated in Ouda-cho , Uda City , Nara Prefecture . +Uraku school ( Uraku-ryu ) is one of the various schools of sado started by Nagamasu ODA ( Urakusai ) , who was the real younger brother of Nobunaga ODA . +Goryo-eji was an organization created to protect the imperial palace of the Emperor Komei . +Gennosuke MIMASU is a famous family line in traditional Japanese Kabuki drama . +Kikaku NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor . +TAIRA no Masayori ( year of birth unknown - 940 ) was a busho ( Japanese military commander ) who lived during the mid-Heian period . +FUJIWARA no Moromichi ( October 16 , 1062 - July 18 , 1099 ) was a court noble during the period of Insei ( a government by a retired emperor ) , and was a Toshi choja ( chieftain of the Fujiwara family ) . +Kokkan AZAI ( 1848-1903 ) was a Japanese doctor in the Meiji period who engaged in the Kampo ( traditional Chinese medicine practiced in Japan ) Revival Movement . +FUJIWARA no Kiyohira was a warlord in the late Heian period and the founder of the Oshu-Fujiwara clan . +Koen SHIGEMORI ( July 27 , 1926 - October 13 , 1992 ) was a photography critic . +Ikkanshi Tadatsuna was a sword craftsman in the Settsu Province who lived in the Genroku era during the Edo period . +Asazuke is a pickled dish made by marinating vegetables such as cucumbers , daikon radishes and eggplants with seasoning for a short time . +Budan Seiji is an authoritarian government based on military power . +Yoan UDAGAWA ( March 9 , 1798 - June 22 , 1846 ) was a Japanese Rangakusha ( a person who studied Western sciences by means of the Dutch language ) during the late Edo Period . +Chugan Engetsu ( January 28 , 1300 - February 9 , 1375 ) was a priest of the Rinzai sect during the period of the Northern and Southern Courts ( Japan ) . +Kokusaikaikan Station , located in Iwakura , Sakyo Ward , Kyoto , City Kyoto Prefecture , is a terminal on the Karasuma Line , which is operated by Kyoto Municipal Subway . +Kokkeibon ( humorous book ) was a genre of gesaku literature ( literary work of a playful , mocking , joking , silly or frivolous nature ) in the late Edo period . +ONAKATOMI no Sadanaga ( date of birth unknown - January 3 , 1143 ) was a waka ( a traditional Japanese poem of thirty-one syllables ) poet who lived in the latter part of the Heian period . +Habutae Mochi is a traditional sweet of Fukui Prefecture , made from steamed and kneaded rice flour with sugar and starch syrup ; it usually takes a long time to make a beautiful translucent paste which becomes a base of the sweet . +Honnyo ( 1778 – January 9 , 1827 ) was a Buddhist priest in Jodo Shinshu ( the True Pure Land Sect of Buddhism ) from the middle to the late Edo period who served as the 19th suzerain in Nishi Hongan-ji Temple and Daisojo ( a priest of the highest rank in the highest managerial position ) . +Higashiyama is a collective name referring to the mountains on the east side of Kyoto Basin . +The Myth of Okuninushi . +Kesshi-Judai refers to the ten Emperors from the twenty-fourth Emperor Ninken to the thirty-third Empress Suiko , who only have their genealogy and not their achievements recorded in " Kojiki " ( The Records of Ancient Matters ) , or to this period of time . +Kiyonao KOMATSU ( Oct . 26 , 1866 to March 5 , 1918 ) was a peer who lived between the Meiji and Taisho periods . +Prince Oousu ( Oousu no Mikoto ) appeared in the Kiki ( " Kojiki " [ A Record of Ancient Matter ] and the " Nihonshoki " [ Chronicles of Japan ] ) as an Imperial family ( royal family ) during the Kofun ( tumulus period ) period in Japan . +Mumonkan ( written as 無門関 or 無門關 in Chinese characters ) is a collection of koan ( questions that a master gives to a person who seeks the secret of Zen to avoid deviating from the correct way ) compiled by Mumon Ekai in the Sung period in China . +Genji Chakuryu means the direct descendant of Genji ( the Minamoto clan ) . +" Sanboku-Isso " was the name given to the four meritorious retainers who received the Emperor Godaigo 's favor under the Kemmu Restoration . +Hanmoto Mitodoke was a term used to describe the act of confirmation by a government officer that was sent from the Edo bakufu , when a samurai family applied for matsugo-yoshi ( adopting a son on the family head 's deathbed ) . +The term " Boji " means a notice put up at shishi ( northern , southern , eastern and western boundary ) of a territory or the important positions of a boundary . +HADA no Kuma ( year of birth and death unknown ) was a person who lived in the Asuka period of Japanese history . +Kamotsuba-jinja Shrine is a Shinto shrine located in Gose City , Nara Prefecture . +Shusuke KONDO ( 1792 - November 23 , 1867 ) was the third head of the Tennen Rishin school of swordplay . +Japanese culture +ONAKATOMI no Sukechika ( 954 - July 6 , 1038 ) was a poet in the mid-Heian period . +Seiyo Dochu Hizakurige is a humorous fiction written by Robun KANAGAKI and Kan FUSO ( Volume 12 and subsequent volumes ) . +Yoshimasa SHIBA ( his first name also can be pronounced Yoshiyuki ) ( 1350 - June 18 , 1410 ) was a busho ( Japanese military commander ) and shugo daimyo ( Japanese feudal lord serving as a provincial military governor ) from the period of the Northern and Southern Courts ( Japan ) to the Muromachi period . +Omiya is a venerable soy sauce store in Kyoto . +Sarutahiko is a deity who appears in Japanese mythology ( Shinto ) . +Imperial Prince Kose ( c . 799 - September 24 , 882 ) was a member of the Imperial Family during the early Heian period . +Naoharu KATAOKA ( October 13 , 1859 - May 21 , 1934 ) was an entrepreneur and statesman from the Meiji , Taisho , to the early Showa periods . +Otsukegaro is a karo ( chief retainer ) in the early Edo bakufu period who , when kikoshi ( a young nobleman ) in the linage of the Tokugawa Shogun family became the lord of a domain ( daimyo ) , was appointed directly by Seii taishogun ( literally , " the great general who was to subdue the barbarians " ) for serving the lord . +Shigekage KOBAYAKAWA ( year of birth and death unknown ) is a busho ( Japanese military commander ) over the end of the Kamakura period and the period of the Northern and Southern Courts . +Okonomiyaki refers to one of the foods grilled on an iron plate . +Tadanari OE was a samurai in the Kamakura period . +Motoie KUJO ( 1203 - August 7 , 1280 ) was a court poet , who lived during the mid Kamakura period . +Naga no miko ( year of birth unknown - July 9 , 715 ) was a member of the imperial family , who came to the fore from the late Asuka period to the early Nara period . +The Gion-zukuri style is a style of Japanese shrine architecture . +" Aotozoshi hanano nishikie " refers to ' Shiranami-mono ' ( stage works with thieves and lowlifes ) of Kabuki ( traditional drama performed by male actors ) which was performed at Ichimura-za Theater in 1862 for the first time , and written by Shinshichi KAWATAKE the second ( later Mokuami KAWATAKE ) . +TAKECHI no Kome was active in the Asuka period ( his age of birth and death are unknown ) . +Makiwara is a target for practicing kata ( form ) in kyudo or kyujutsu ( Japanese art of archery ) . +Hayami-ryu is a school of the tea ceremony , originated by Sotatsu HAYAMI . +Nichiho ( 1607 - 1698 ) was a Nichiren sect priest in the early Edo period and master of tatebana ( standing flowers ) . +Okidome Domain was a feudal domain located in Yamato Province ( present-day Okidome , Ikaruga-cho , Ikoma-gun , Nara Prefecture ) +Tadafuyu TAKATSUKASA ( 1509 - May 21 , 1546 ) was a Kuge ( court noble ) who lived during the Sengoku period ( period of warring states ) . +MINAMOTO no Yoriharu ( year of birth and death unknown ) was a Busho ( Japanese military commander ) in the late Heian period . +Tadazane MATSUDAIRA ( February 7 , 1840-July 13 , 1869 ) was a daimyo ( Japanese feudal lord ) during the late Edo Period . +Soy-sauce is a general-purpose liquid fermented seasoning with salty taste and strong savoriness , made from soybeans and wheat using Aspergillus oryzae and yeast , and it is mainly used in Japanese cooking . +Kiyouji HOSOKAWA ( date of birth unknown - August 22 , 1362 ) was a warlord during the Nanbokucho period ( the period of the Northern and Southern Courts ) in Japan and court official in the Muromachi Shogunate . +Heihan ki ( or Hyohan ki ) is a diary written by TAIRA no Nobunori who was a court noble in the Heian period . +Mototoyo HIROHATA ( May 15 , 1800 - June 20 , 1857 ) was a court noble during the late Edo Period . +Mt . Nijo is a mountain that stretches over Katsuragi City , Nara Prefecture , and Taishi-cho , Minamikawachi County , Osaka Prefecture . +Yoshisuke KONDO ( May 1843-July 5 , 1922 ) was from Kunitomo Village , Omi Province and a member of the Shinsengumi +A tenma refers to a transportation system from ancient times to the early modern times in Japan that carried envoys or goods , or to a horse used . +" Kamigata uta " ( also called " Kamigata hauta " ) is the songs with shamisen ( the three-stringed Japanese banjo ) accompaniment , performed and enjoyed in Kamigata ( Kyoto-Osaka area ) . +Shisen no Tatakai was one of the Japanese battles which occurred during the Bunroku-Keicho War . +FUJIWARA no Sukeie ( year of birth and death unknown ) was a person who lived in the Heian period and he belonged to the family of Michinaga 's line of the Northern branch of the Fujiwara clan . +" Atago-shinko faith " is a Shinto faith about fire prevention , which originated at the Atago-jinja Shrine ( Kyoto City ) enshrined on the top of Mt . Atago in Kyoto City . +The term sengoku daimyo refers to a daimyo who exercised unitary control over several districts or provinces during Japan 's sengoku ( warring states ) period . +Kizu Station , located at 116-2 Kizu Ikeda , Kizugawa City , Kyoto Prefecture , is a railway station of the West Japan Railway Company ( JR West ) . +Shizoku no hanran was a series of the antigovernment movement against Meiji government , which was raised by people from former samurai hierarchy at the beginning of Meiji period . +OTOMO no Moriya ( year of birth unknown and died on August 8 , 679 ) was an aristocrat during the Asuka period in Japan . +Shingyo ( 935 - December 7 , 1004 ) was a Buddhist monk of the Hosso and Shingon sects during the middle Heian period . +Suikinkutsu is a decoration device in a Japanese garden that generates a sound like the koto ( Japanese harp ) with drops of water . +Sobagaki is a dish made from buckwheat-flour , and one characteristic of the sobagaki is that a ball of dough , not a noodle , is made by mixing buckwheat-flour with boiled water or heating a mixture of buckwheat-flour and water and then quickly stirring the mixture into gruel with tools such as chopsticks . +Irohahime ( August 2 , 1594 - June 4 , 1661 ) was the legal wife of Tadateru MATSUDAIRA , the sixth son of Ieyasu TOKUGAWA . +The Battle of Kawanakajima indicates the battles over the control of the Northern Shinano area , fought between Shingen TAKEDA ( Harunobu TAKEDA ) , the warring daimyo ( lord ) in Kai Province ( present Yamanashi Prefecture ) and Kenshin UESUGI ( Kagetora NAGAO ) , the warring daimyo in Echigo Province ( present Niagara Prefecture ) . +Otani University is based on the philosophy of Otani-ha Shin Buddhism . +Amatsumara is a deity of ironworking that appears in Japanese mythology . +Ezen-ni ( year of birth and death unknown ) was a Buddhist nun who lived in the late 6th century . +Bushido refers to systemized thought that generally forms the basis of value and ethical standards in samurai hierarchy during feudal Japan . +In medieval Japan , a kokushi was a government officer who was sent by the central government to administer a ryoseikoku ( an area of regional administration ) . +Ayatari TAKEBE ( 1719 to April 28 , 1774 ) was a haiku poet , a novelist , a Japanese classical literature scholar , and a painter in the mid Edo period . +Ekiken KAIBARA ( December 17 , 1630 - October 5 , 1714 ) was a herbalist and Confucianist who lived during the Edo Period . +Emperor Richu ( circa 336 - April 29 , 405 ) was the seventeenth Emperor who reigned from March 12 , 400 , to April 29 , 405 . +FUJIWARA no Sadakata ( 873 - September 11 , 932 ) was a court noble and poet who lived from the beginning through the middle of the Heian period . +Gyozen ( years of birth and death unknown ) was a priest between the Asuka period and the Nara period . +Zoroku HAMAMURA , the first ( male , 1735 - November 26 , 1794 ) was a Japanese tenkokuka ( artist of seal engraving ) in the middle of the Edo period . +Located in 213-1 Aza Komoike-nishi , Isazu , Maizuru City , Kyoto Prefecture , Nishi-Maizuru Station is a station owned by West Japan Railway Company ( JR West ) and Kitakinki Tango Railway Corporation ( KTR ) . +The Rinsenji group of Sekishu school is one of the groups of buke sado ( the tea ceremony of samurai family ) . +Keiso ( 955 - January 25 , 1020 ) was a priest of the Tendai sect during the mid Heian period . +Imperial Princess Hoshi ( Sukeko ) ( 953 - April 13 , 992 ) was a member of the Imperial Family during the middle of the Heian period . +MINAMOTO no Sukekata ( 1113 - April 1 , 1188 ) was a Kugyo ( the top court official ) and gagakuka ( musician of old Japanese court music ) , who lived during the late Heian period . +The 25 Sacred Sites of Floral Temples in the Kansai Region is a pilgrimage covering 25 temples famous for seasonal flowers across the six prefectures of Osaka , Hyogo , Kyoto , Shiga , Nara and Wakayama . +FUJIWARA no Korechika ( 974 - February 14 , 1010 ) was a court official in the mid Heian period . +Mituaki TOYAMA ( August 10 , 1652 - May , 31 , 1738 ) was a Kugyo ( court noble ) from the early to middle of the Edo period . +Tsukasa IBRAKI ( year of birth unknown - July 15 , 1867 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) from Aizu domain . +The Umami-kofun Tumuli Cluster was constructed around the Umami-kyuryo Hill which was stretched from Kawai Town , Koryo Town of Kitakatsuragi County to Yamato Takada City , Nara Prefecture , in the southwest area of the Nara Basin . +FUJIWARA no Tadaaki or FUJIWARA no Masaaki ( date of birth and death unknown ) was a court noble in the end of the Heian period . +The term " Female-line Emperor " ( Jokei Tenno ) refers to an Emperor of Japan who is a descendent of the imperial line only on his / her mother 's side ; such an emperor may also be referred to as a ' Mother-line Emperor . ' +Higashi Hongan-ji temple is a Shin Buddhist temple in Shimogyo Ward , Kyoto City , Kyoto . +Noribumi SUZUKI ( 1933 - ) is a Japanese film director as well as a script writer . +Bencho ( June 27 , 1162 - March 23 , 1238 ) was a Buddhist monk in the Jodo Sect from the late Heian period to the Kamakura period . +Akiko YOSANO ( 与謝野 晶子 or 與謝野晶子 in orthographic style ; December 7 , 1878 - May 29 , 1942 ) is a kajin ( waka poet ) , novelist , and thinker active during the Meiji through Showa Periods . +Square front , square back tomb mounds refers to a form of tumuli . +Kangoro HASHIMOTO ( 1822-1897 ) was a mason from Higo Domain who was active from the end of the Edo period until the Meiji period . +Shihai monjo refers to the monjo ( ancient document ) written on washi ( Japanese paper ) before another monjo was then written on the other side of that same piece of paper . +Masakiyo NAKAI ( 1565 - March 7 , 1619 ) was the Daikugashira ( construction prefect ) in the early Edo period . +Sadayasu IKEDA ( 池田 定保 ) was the seventh lord of Inaba-wakasa Domain ( the Tottori Nishikan Nitta domain ) . +The Chodoin was a state chamber of the Greater Imperial Palace ( called daidairi ) in the palace in the ancient times . +Sessei OKAZAKI ( February 26 , 1854 - April 16 , 1921 ) was a founder or chaser who lived from the Meiji period to the Taisho period . +Hiromitsu MACHI ( MACHINO ? ) ( 1444 - July 26 , 1504 ) was a Court noble during the end of the Muromachi period and the Sengoku Period ( Period of Warring States ) . +FUNYA no Miyatamaro ( year of his birth and death is not clear ) was a government official in the early Heian period . +FUJIWARA no Harumochi ( year of birth unknown - 940 ) was a warrior in the middle Heian period . +The term " naijin " refers to a place where a honzon ( a principal image of Buddha ) is enshrined inside the hondo ( main hall ) of a temple , or where a shintai ( an object of worship housed in a Shinto shrine and believed to contain the spirit of a deity ) is enshrined inside the honden ( main hall ) of a shrine . +The definitions of Kudo are as follows . +Shuso is a name for the position of the leader of ascetic monks in Zen sects . +Izumo no Okuni ( 1572 ? - year of death is unknown ) was a female artist of the Azuchi-momoyama period who is considered the creator of Kabuki . +Kaikonoyashiro Station , located in Uzumasa-morigamae-cho , Ukyo Ward , Kyoto City , is a stop on the Arashiyama Main Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +Shizu no iwaya is a sea cave ( approximately 45 m deep and 13 m high ) created by coastal erosion in Uotsu , Shizuma-cho , Oda-shi , Shimane Prefecture . +Emperor Hanazono ( August 14 , 1297 - December 2 , 1348 ) was the ninety fifth Emperor during the Kamakura period . ( his reign was from December 2 , 1308 to March 29 , 1318 . ) +MINAMOTO no Yoshiari ( 845 - July 11 , 897 ) was an aristocrat and politician who lived in the Heian period . +Hogon-in Temple is a Buddhist temple belonging to the Tenryu-ji school of the Rinzai Sect located in Arashiyama , Ukyo Ward , Kyoto City , Kyoto Prefecture . +Emperor Uda ( June 14 , 867 - September 8 , 931 ) , the fifty-ninth Japanese Emperor , was in power from December 9 , 887 to August 8 , 897 . +Myogaku ( 1056-year of death unknown ) was a priest of the Tendai sect in the late Heian period . +Masamoto HOSOKAWA was a Shugo ( military governor ) daimyo in the mid- to late Muromachi Period . +Tojiko no irazume ( year of birth and death unknown ) is a wife of Prince Shotoku . +Ci is a form of Chinese poetry or an art form of ballad . +O Kikuchi ( 1847 - June 15 , 1868 ) , from the Hirosaki Domain , Mutsu Province , was a member of the Shinsengumi . +Yosegi zaiku is a traditional craft often seen at souvenir shops in the town of Hakone as well as in countries overseas . +The term " Yamanokami " refers to : +Nyoho ( 731 - February 19 , 815 ) was a Ritsu sect monk from China through the Nara period to the Heian period . +KI no Maoka ( year of birth and death unknown ) was a government official in the beginning of the Heian period . +TACHIBANA no Norinaga ( 982 - 1034 ) was a kajin ( waka ( a traditional Japanese poem of thirty-one syllables ) poet ) of the mid-Heian period . +Among the genealogies of The Tale of Genji , in which characters in " The Tale of Genji " were systematically written in the form of genealogy as if they were the real people , Genji monogatari kokeizu ( old genealogies on the Tale of Genji ) refers to the ones that were made before the genealogy produced by Sanetaka SANJONISHI . +Kyoto Seinen Shihan-Gakko ( Kyoto Young Men 's Normal School ) was a Seinen Shihan-Gakko ( Young Men 's Normal School ) established in 1944 . +Yoshiteru ASHIKAGA was the 13th Seii Taishogunn ( reigned 1546-1565 ) of the Muromachi Shogunate . +Gorinto are a type of Buddhist pagoda used as a tomb tower or for memorial services . +Yazo MIYAZAKI ( May 11 , 1867 - July 4 , 1896 ) was an Asianism activist . +Takahira KANDA ( 31 October 1830 - 1898 ) was a scholar in the end of Edo Period , the governor of Hyogo Prefecture , Councilor of the Senate and Councilor of House of Peers in the Meiji Period . +Chiho Kahei was a currency issued principally to be used within a territory and was issued by various domains in the Edo period , and particularly , gold and silver coins issued by various daimyo to be used within their territories from the Sengoku Period ( Period of Warring States ) to the early Edo period were also called Ryogoku Kahei . +Rokuoin Station , located in Saga Kitabori-cho , Ukyo Ward , Kyoto City , is a railroad facility on the Arashiyama Main Line of Keifuku Electric Railroad . +Seisho NAMIKAWA ( 1668-1738 ) was a Confucian scholar and a geographer , who was prominent in the middle of the Edo period . +Zohiki ( Pulling the Elephant ) is a kabuki play . +Munekage ADACHI ( 1259 - December , 1285 ) was a gokenin ( a shogunal retainer ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) in the middle of Kamakura period . +Jozen HOSOKAWA ( year of birth unknown - 1339 ) was a busho ( Japanese military commander ) during the Kamakura Period through the period of the Northern and Southern Courts . +Furitsukenjo is a term that mean " Nehan-gyo Sutra " ( The Sutra of The Great Nirvana ) from the viewpoint of Buddhism , especially hokke-ichijo ( the doctrines called the Single Vehicle of the Lotus ) including Tendai-shu sect and Nichiren-shu sect . +Yoshitsune Senbonzakura is a program of ningyo joruri ( traditional Japanese puppet theater ) or Kabuki of Gidayu-bushi ( musical narrative of the puppet theatre ) or performed along with Gidayu-bushi . +MINAMOTO no Nobumasa ( 1079 - 1135 ) was a nobleman at the end of the Heian period . +Hinowan refers to lacquered bowls produced in and around Hino-cho , Gamo-gun , Shiga Prefecture . +Ninjutsu is a generic term for techniques used by Ninja ( persons in feudal Japan who used ninjutsu for the purposes of espionage , assassination , sabotage , etc . ) , who were active during the Muromachi Period and the Sengoku Period , to gather intelligence or to destabilize intelligence against the enemy camp and also arts of warfare and martial arts necessary to carry out Ninja 's operations . +Tadako KAJUJI ( December 1 , 1780 – April 20 , 1843 ) was Naishi no suke ( handmaid ) for Emperor Kokaku , and the real mother of Emperor Ninko . +Nagisa OSHIMA ( March 31 , 1932- ) is a film director in Japan . +Kashoku was a hereditary job or position or official post ( and progression pass ) . +Daikaku-ji Temple +Toraijin refers to people who came to Japan from abroad in a broad sense , but it also refers to people who became naturalized citizens of Japan from the Chinese continent via the Nansei Islands or the Korean Peninsula in ancient times in a limited sense . +Yasutsuna UTSUNOMIYA was a samurai during the early to middle Kamakura period . +Etona Eiga-sha ( established September 1934 , liquidated April 1935 ) was a film company that existed in Kyoto . +" Jushii " ( Junior Fourth Rank ) is a rank in court ranks and shinkai ( ranks granted to Shinto gods ) in Japan . +Kaison HITACHIBO ( the date of birth and death unknown ) is a legendary person whose name appears in " Genpei Seisui ki " ( Rise and Fall of the Minamoto and the Taira clans ) , " Gikeiki " ( a military epic about the life of Yoshitsune ) , and " Heike Monogatari " ( The tale of the Heike ) , and is said to be a Buddhist priest at the Onjo-ji Temple or Mt . Hiei . +Kitsushi TOIN ( FUJIWARA no Kitsushi ) ( Empress Kitsushi ) ( 1245 - September 9 , 1272 ) was an empress of Emperor Kameyama during the Kamakura period , and she was the birth mother of Emperor Gouda . +The Yamashinanomiya family was the Imperial family , created by Imperial Prince Yamashinanomiya Akira , the son of Imperial Prince Fushiminomiya Kuniie , at the end the Edo period . +Shojin Otoshi originally referred to shifting from maigre meals back to normal meals after the completion of chuin ( a period of mourning lasting seven weeks ) . +The Hokke Sect of Honmon School is a denomination of Nichiren Buddhism for which the sect founder is considered to be Nichiren and the school founder is believed to be Nichiryu . +Yamatototohimomosohime no mikoto ( date of birth and death unknown ) was the Imperial princess of Emperor Korei . +Sanshichinobe was one of the ways to pay nengu ( an annual tribute , or land tax ) in the Edo period . +Shinsen Inu Tsukuba shu is a collection of haikairenga ( a type of linked verse ) that was made during the second half of the Muromachi period . +" Ukai " is one traditional fishing method used to catch ayu ( sweetfish ) by using a cormorant . +The reisen was originally a gift money presented from Shugo Daimyo ( Japanese territorial lord as provincial constable ) , temples and shrines in celebrations such as the appointment of Seii Taishogun ( literally , " great general who subdues the barbarians " ) at the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Rosetsu NAGASAWA ( 長沢芦雪 ) ( the date of birth unknown , 1754- July 10 , 1799 ) was a painter in the Edo period . +Tokugawa Gosanke , also simply called Gosanke , refers to the following three families of the Tokugawa clan that were second in rank to the Tokugawa Shogunate Family . +Fuga Wakashu is the seventeenth Imperial anthology . +Mitsukuni WAKEBE ( June 28 , 1786 - October 20 , 1810 ) was the ninth lord of Omizo clan in Omi Province . +Kenreimonin Ukyo no Daibu ( c . 1157 - year of death unknown ) was a female waka poet from the end of Heian period to the early Kamakura period . +SOGA no Zentoko ( year of birth and death unknown ) was a person who was regarded as the eldest son of SOGA no Umako . +Jisuke OKAHASHI ( January 21 , 1826 – November 2 , 1913 ) was a Japanese businessman . +The Nanba family was a court noble family of Toshoke and their family rank was Urinke . +Yatagarasu is a crow with three legs that was sent to Emperor Jinmu by Takamimusubi and led him from Kumanokuni no miyatsuko to Yamato Province on the Jinmu tosei ( Eastern expedition of the Emperor Jinmu ) in the Japanese mythology . +The Bunkakosei-kaikan Hall Affair is a conflict that started with the Buraku Liberation League , Kyoto Federation being divided into two groups , one ( Asada Furen , Asada faction 's Federation ) with Zennosuke ASADA as a chairman , approved by the Headquarter of the Buraku Liberation League and the other ( Miki Furen , Miki faction 's Federation ) with Ippei MIKI as a chairman , supported by the Japanese Communist Party . +Sekishu no koe ' or sekishuonjo ( The sound of the one hand ) was one of the representative Koans of Zen , invented by Hakuin . +The Kitayama-dori Street is one of the major east-west running streets in Kyoto City and located at the northern most portion among its east-west arterial highways . +Fujifusa MADENOKOJI ( 1296 - May 11 , 1380 ) was a Japanese court noble who lived in the Kamakura period and the period of the Northern and Southern Courts . +Namaribushi or Namabushi is a primary processed food made of raw bonito , which is cut , steamed , and boiled . +Matasaburo Saeki ( year of birth unknown – September 22 , 1863 ) was a Fukucho jokin ( assistant vice commander ) of Shinsengumi ( a special police force of the late Tokugawa shogunate period ) . +The Okazaki family were Toshoke and a collateral branch of the Nakanomikado family of the Takato line ( Kajuji line ) of the Northern House of the FUJIWARA clan , with the court noble family rank of Meike . +Naouji ISSHIKI was a busho ( Japanese military commander ) during the period of the Northern and Southern Courts . +Monzen-machi means a town around an influential temple or shrine that was developed after merchants and manufacturers gathered there to conduct business , targeting workers and visitors of the shrine or temple . +Yakushi sanzon , or Yakushi triad , is one of the styles to place Buddhist images in Buddhism . +Shijo Station , located in Shimogyo Ward , Kyoto City , Kyoto Prefecture , is a stop of the Karasuma Line , which is operated by Kyoto Municipal Subway . +Sekiya ( The Gatehouse ) is one of the 54 chapters of " The Tale of Genji . " +Yodo YAMAUCHI ( or Toyoshige YAMAUCHI , November 27 , 1827 - July 26 , 1872 ) was a Japanese samurai , non-Tokugawa daimyo ( feudal lord ) and the 15th lord of the Tosa domain ( for the period of January 21 , 1849 - February 1859 ) . +Sakon no sakura ( the cherry tree of Sakon ) is a cherry tree which existed in the first bay of the south-east corner to the left of the South floor down from the inner court ceremonial hall of Heian-kyo . +" Toshi-otoko " ( literally means a man of the year ) is one of the Japanese customs . +Prince Kanimeikazuchi ( Kanimeikazuchi no Miko ; his date of birth and death are unknown ) was a member of an Imperial family ( royal family ) during the Kofun period ( tumulus period ) appeared in the " Kojiki " ( The Records of Ancient Matters ) . +Kishamitsumono ' is a general term that refers to forms of traditional Japanese horseback archery : ' Inu oumono ' ( dog hunt ) , ' Yabusame ' ( shooting at fixed targets ) , and ' Kasagake ' ( shooting at suspended targets at closer range ) . +Nakagawa-no-mikuriya Manor was a shoen ( manor in medieval Japan ) that existed in Mino Province during the Heian and Azuchi-Momoyama periods . +Jikatasanyaku was a generic name for village officers in the early-modern times of Japan ( the Edo period ) . +The Tosho-ji War was a battle fought in Kamakura ( the present Kamakura City ) , Sagami Province in 1333 , at the end of Kamakura period . +Yasuteru WAKISAKA was a daimyo ( Japanese feudal lord ) in the Edo period . +FUJIWARA no Kanetsune ( 1000-June 17 , 1043 ) was a Court noble in the Heian period . +Kannon Bodhisattva , Kannon Bosatsu , ( अवलोकितेश ् वर Avalokiteśvara in Sanskrit ) is a sacred image ( 一尊 ) of Bosatsu in Buddhism and a kind of Buddha ( 尊格 ) that has attained widespread faithful since ancient times , particularly in Japan . +" Senji ryakketsu " ( or " Senji ryakuketsu " ) is the oldest existent book of Onmyodo ( way of Yin and Yang ; an occult divination system based on the Taoist theory of the five elements ) which is believed to have been compiled by Onmyoji ( Master of Yin yang ) ABE no Seimei in the Heian period . +Makimuku-kofun Tumulus Cluster is located in Sakurai City , Nara Prefecture . +Toyoji TSUZUKI ( March , 1798 - March , 1880 ) was a carpenter in Japan . +The shikoroyane roof is a style of Japanese roof . +An onna-gidayu is a female reciter of Gidayu-bushi ( musical narrative of the puppet theatre ) . +Nishijin refers to the area covering Kamigyo and Kita Wards in Kyoto City , Kyoto Prefecture . +Shomon Jittetsu refers to the 10 particularly excellent pupils among the ones under Basho MATSUO . +Ote club was a political association during the mid-Meiji Period ( October 20 , 1894 - February 24 , 1896 ) . +The Jomon period is approximately from 16,500 to 3,000 years ago ( the tenth century B.C. ) in terms of date , developed from the end of the Pleistocene epoch to the Holocene epoch in the Japanese archipelago in terms of geological age , and is comparable to the Mesolithic period or the Neolithic period in terms of the world history . +Fumimaro KONOE ( October 12 , 1891 - December 16 , 1945 ) was a Japanese politician . +Shinanojo ARICHI ( April 14 , 1843 - January 17 , 1919 ) was a Japanese naval officer and statesman . +Sumo is a Japanese traditional ritual ceremony or festival . +Tadamitsu NAKAYAMA ( 1845 May 18 - December 13 , 1864 ) is a court noble in the end of Edo period . +Prince Masamochi ( year of birth and death unknown ) was a member of the Imperial Family during the early Heian period . +Kebiishi was a Ryoge no kan post ( class outside of the Ritsuryo system ) under the Ritsuryo system ( a system of centralized government based on the Ritsuryo Code ) . +The Soto sect is one of the five Zen sects of China ( Rinzai , Igyo , Soto , Unmon and Hogen ) and one of the five Zen sects ( Nihon Daruma , Rinzai , Soto , Obaku and Fuke ) in Japan . +Harutaka NIJO ( October 30 , 1754 - November 5 , 1826 ) was Kugyo ( high court noble ) in the late Edo period . +Chinzei Bugyo was an appointed position within the Kamakura bakufu ( Japanese feudal government headed by a shogun ) which commanded the gokenin ( shogunal retainers ) of Chinzei ( Kyushu region ) . +Kenmyo-ji Temple is a Buddhist temple belonging to the Nichiren Shoshu Sect located in Fukuchiyama City , Kyoto Prefecture . +Princess Mimatsuhime ( Mimatsuhime no Mikoto ; the dates of her birth and death are unknown ) was a princess of the Emperor Kaika . +Iyo Shinno no Hen was a political change which occurred in 807 . +Bunin ( appointment ) is to grant government officials a government post or Ikai ( Court rank ) . +FUJIWARA no Nakanari ( 774-October 16 , 810 ) was a Kugyo ( court noble ) of the early Heian period . +Kurodo refers to one of Ryoge no kan ( class outside of the Ritsuryo system ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo codes ) in Japan . +A konoshi is a kariginu robe on which a ran ( horizontally-wrapped fabric forming the bottom part ) similar to that of a ho ( a round-necked robe ) or a noshi ( an unlined , long-sleeved garment ) has been stitched . +Nagauta is a type of musical genre that first appeared in the Edo period , and it 's formal name is therefore Edo Nagauta . +Yosenabe is a one-pot dish . +The term " Ofumi " refers to letters of sermons written in kana by Rennyo , the eighth chief priest of Hongan-ji Temple of Jodo Shinshu Buddhism , which were dispatched to followers throughout the country as a means of propagation . +SHIMOTSUKENU no Komaro ( his birth date unknown - January 28 , 710 ) was a noble who lived from Asuka period to Nara period . +Hidehito ( Hidekazu ) ODA ( 1639 - September 9 , 1687 ) was the third lord of Yanagimoto Domain in Yamato Province . +Toshiuji KIRA ( year of birth and death unknown ) is a busho ( Japanese military commander ) in the early Muromachi period . +Kencho refers to a woman who raises and open Tobari ( curtains ) of the Takamikura ( Imperial Throne ) during a state ceremony such as one for enthronement or Chouga ( New Year 's greetings or well-wishes offered by retainers to the Emperor ) . +Takayoshi KYOGOKU ( May 16 , 1818 - August 18 , 1845 ) was an heir to Marugame Domain of Sanuki Province . +A Shinden ( also referred as Kanda ) is a rice field whose produce is used to pay for the costs of a Shinto shrine 's Saishi ( religious services ) . +Hyoe SENDA ( 1846 - Oct 6 , 1868 ) was a member of the Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) form Hirosaki Domain , Mutsu Province . +" Shusseken " means something transcends " Seken , " which refers to all the existence of the world corrupted by evils such as earthly desires . +Yong Zhou was one of the historical provinces in China . +Dorohaccho Gorge is a gorge which extends from Shingu City , Wakayama Prefecture to Totsukawa-mura , Yoshino-gun , Nara Prefecture . +Soba is a type of Japanese noodles made from buckwheat berries and cuisine using those noodles . +Sanefuji ANO ( March 14 , 1634 – November 8 , 1694 ) was a court noble of the early Edo period . +The Budan-ha ( a political faction that is willing to resort to military means to achieve its aims ) was a faction in the Toyotomi government . +Uchiwa fan ( 団扇 in Chinese character ) is a tool to make a wind by fanning it . +Hirohashi family were kuge ( court nobles ) with kakaku ( family status ) of meike ( the fourth highest status for court nobles ) . +Shoshiki was a term used in the Edo period to indicate the price of commodity . +Tenkasu ( 天かす , also written as てんかす , 天カス , 天滓 ) are small pieces of deep-fried dough produced during cooking tenpura . +Both the Kojiki ( Records of Ancient Matters ) and the Nihonshoki ( Chronicles of Japan ) give an account of an Ukei ( an oath ) between Amaterasu and Susano , and of the gods who came into being due to it . +Kyugo ( reigning name ) is a title given to an Imperial family in Japan . +Yunonagashi was a government post established in Japan during the Asuka period and took charge of managing Tomokuyu ( also known as Yu no mura ) that was a territory of the Imperial family . +Hakuho culture is a magnanimous culture which flourished between the Taika Reforms in 645 and the relocation of Heijo-kyo capital in 710 , falling between the Asuka culture represented by the architecture and Buddha statues of Horyu-ji Temple and the Tenpyo culture represented by Buddha statues of Todai-ji Temple and buildings of Toshodai-ji Temple . +Kizushi refers to the salted blue-skinned fish . +Bo-no-te is a traditional performing arts of classical Japanese dance , in which basic forms of Japanese martial arts such as sword , staff , and halberd techniques are transformed into dancing . +SEN no Kobei was a master of the tea ceremony in the Sengoku Period ( Period of Warring States ) . +Nobuharu FUSEHARA ( or FUSHIHARA ) ( May 14 , 1790 - April 1 , 1863 ) was a Confucian and Kugyo ( high court noble ) who lived in the late Edo period . +Sanno Shinto ( Sanno Shintoism ) is a school of Shintoism developed by Hieizan Enryaku-ji Temple , the headquarters of Tendai Sect of Buddhism , from the end of the Heian period to the Kamakura period . +The Tominokoji-dori Street is a street running north-south in Kyoto City . +Tono Chujo is the name of a government post in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +Mushanokoji-senke is one of the tea schools . +The second phase , April 1896 ( April 1896 issue ) to November 1926 ( December 1926 issue ) +An " umeboshi " is a shiozuke ( a salted food ) of ume ( Japanese apricots ) , which is dried in the sun after being preserved in salt . +Nenryo betsuno sokoku was rice kept as seed at the local level , separate from that of So collected in the Shoso ( warehouse ) of Ritsuryo provinces as Fudokoku ( staples for an emergency ) , and was given to kyokan ( an official of the Capital ) as Iroku , Kiroku and Ifukuryo based on the Daijokanpu ( official documents issued by Daijokan , Grand Council of State ) when the central government did not have sufficient funds . +Nanryo Nishu Gin was a type of silver coin circulated in the Edo period and was high-quality Nishu ( 1 / 8 of 1 Ryo ) gin issued in the early Edo period . +Kanjiro NISHI ( April 5 , 1846 - January 27 , 1912 ) is a military man in the Imperial Japanese Army . +Itsutsuji-dori Street is a street running east-west in Kyoto City . +Busu is a generic name for ' poison and Chinese herbal medicine ' of torikabuto ( aconite ) and also a nick name of torikabuto . +Shinsei SEI ( his name can also be pronounced " I no Manari " ) ( 699 - 734 ) is a name of a Japanese international student in the Nara period ( the period of Tang Dynasty of China ) , whose epitaph was found in Xian , an ancient capital in China . +KI no Yoshimitsu ( 869 - October 31 , 939 ) was a low to middle rank government official and a composer of Chinese poems during the mid-Heian period . +Shiranami-mono is the name of a kabuki play . +The Nishiyamazuka tumulus is a keyhole-shaped one located in Tenri City , Nara Prefecture . +" Goryo-e " is a courtesy for reposing the soul , to prevent curses by the goryo ( spirit of the deceased person ) who died unexpectedly , and is also referred to as Goryo-sai Festival . +Sanbo-in Temple is a sub-temple within the precinct of Daigo-ji Temple located in Daigo , Fushimi Ward , Kyoto City . +Fujiwara no Nariko ( 1117 - December 29 , 1160 ) was a " kokubo " ( an empress dowager ) in the late Heian period . +Higashi Kuramaguchi-dori Street is a street running east-west in Kyoto City . +Murasaki Shikibu ( dates of birth and death unknown ) was a female author and poet in the mid-Heian period . +Mototsuna TADA ( year of birth unknown - June 1221 ) was a busho ( Japanese military commander ) , who lived during the early Kamakura period . +" Monzeki " or " Monseki " means the formal successor of the founder of a Buddhist sect in Japan . +The term " anshin , " also referred to as anjin , means a state of mind in which there is nothing to be concerned about and one feels calm and easy . +Monto is a name one uses for comrades of the same sect . +Takamoto ANEKOJI ( 1298 - April 18 , 1358 ) was a court noble from the Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +Chusuke SAWA ( year of birth and death unknown ) was a member of Shinsengumi ( a group which guarded Kyoto during the end of Tokugawa Shogunate ) . +Takatsuna SASAKI was a busho ( Japanese military commander ) from the end of Heian period to the early Kamakura period . +NANIWA no Mitsuna ( date of birth and death unknown ) lived during Japan 's Asuka period . +Makashikan ( Mahayana Practice of Cessation and Contemplation ) , one of the textbooks on Buddhism , is a commentary on Shikan ( a type of meditation ) . +A komainu ( " 石獅子 " in Chinese and " imperial guardian lion " in English ) is an imaginary mythical beast that resembles a dog and lion mixed together . +Shiotsuchinooji ( Shihotsuchinooji ) is a deity ( in the Shinto religion ) who appears in the Japanese Mythology and is also called Shiogama-myojin . +Togai ITO ( June 15 , 1670 to August 23 , 1736 ) was a Confucianism scholar in the mid Edo period . +Genzui UDAGAWA ( January 28 , 1756 - February 3 , 1798 ) was a physician and Rangakusha ( a person who studied Western sciences by means of the Dutch language ) . +Sokin ( year of birth unknown - 1455 ) was a merchant in Hakata in the mid-Muromachi Period . +Kirisute gomen , as well as the rights to bear a surname and to wear a sword , is one of a warrior 's privileges in the Edo period . +Shuta TACHIBANA ( November 3 , 1865 - August 31 , 1904 ) was a military man of the Japanese Army . +Nichien ( year of birth and death unknown ) was a priest of the Tendai sect in the mid Heian period . +Fujiwara no Sukeyo ( 847 ~ 897 ) was a Teishin ( retainer of the Imperial Court ) and scholar of the early Heian period . +Shokage / Seikage was a request form for leave in style of " ge " ( official document ) , which the government officials under the ritsuryo system of ancient Japan submitted to the chief priests of Shinto shrines ( Guji ) they belonged to . +The Utsumi clan ( also known as the Uchiumi , the Uchimi , or the Uchikai clan ) is a Japanese family name . +Saigoku Aizen Junana Reijo is the comprehensive name for seventeen reijo ( sacred places ) that enshrine Aizen Myoo ( Ragaraja ) in Osaka , Hyogo , Okayama , Kyoto , Shiga , Mie , Nara , and Wakayama Prefectures . +Prince Songa ( date of birth and death unknown ) was a member of the Imperial Family during the late Kamakura period . +Shinme ( or Jinme , sacred horse ) is a term used to refer to a horse that is dedicated to a Japanese shrine or one used in rites and festivals . +Kaniman-ji Temple is a Buddhist temple belonging to the Chizan school of the Shingon Sect located in Yamashiro-cho , Kizugawa City , Kyoto Prefecture . +The Shoshikai is the name of a salon or a group of intelligent people ( a think tank ) established by people gathered , such as a wide range of scholars or artisans , including those of Western studies or Confucianism , and government officials during the late Edo period . +Kunitsugu YASUDA ( 1556 - July 16 , 1597 ) was a military commander during the Warring States period and Azuchi-Momoyama period . +TOMO no Kunimichi ( 768 - 828 ) was a court noble , who lived during the early Heian Period . +Yamashiro Comprehensive Sports park is located in Uji City , Kyoto Prefecture . +" Kamezo KATAOKA " is a name which has been used by several Kabuki ( a traditional form of drama and music performed by male actors ) actors . +MURAKUNI no Komushi ( year of birth and death unknown ) was a figure who lived during Japan 's Nara period . +Basic Information : Emperor +Fucha ryori is Japanese vegetarian cuisine introduced from China in the early Edo period . +The Kyoto City bus is operated by Kyoto City , Kyoto Prefecture . +Nihon Daruma Sect is a school of the Zen Sect which Nonin DAINICHIBO founded . +Hokaku-ji Temple , located at Kurotaki-mura , Yoshino-gun in Nara Prefecture , is the head temple of Hokaku-ji school of Shingon Buddhism . +Taneyori HARADA ( dates of birth and death unknown ) was a person who lived in the middle of the 11th century , the mid Heian period , and he was the founder of Togo clan ( Harada clan ) that was born in Kawamura county , Hoki Province . +Emperor Kokoku ( September 1328 - March 1397 ) was an ancestor of Yoshimasa MIURA , who advocated the Legitimate Succession of the Southern Court after World War II , and was the second Emperor of the MIURA Imperial Line . +Tetsugoro KAWAI ( 1846 - ? ) was a member of Kangi-tai from Gifu Nanamagaricho Town , Atsumi County . +Asahi yaki is a kind of earthenware produced in Uji City , Kyoto Prefecture . +Monoawase ( " mono " meaning things and " awase " meaning comparison ) was a game that became most popular in the Heian period . +Yoshiyasu ICHIJO ( born in 1147 , birth date unknown - November 30 , 1197 ) was a Court noble who lived from the end of the Heian period to the early Kamakura period . +Akita Jonosuke was the title under the Ritsuryo system granted to the provincial officer who had been given complete jurisdiction over Akita-jo Castle in Dewa province . +Hyoron Shinbun was a periodical literature which was existed in the Meiji period . +The Kosei school , or Ko Seijiro school , is one of the schools of kotsuzumi-kata ( small hand drum players ) in Nohgaku ( the art of Noh ) . +Ujiharu SASSA was the son of Ujinaga SASSA . +The Omiya family +FUJIWARA no Ietaka ( 1158 - May 5 , 1237 ) was a court noble and Kajin poet in the early Kamakura period . +The imperial decree of the practice of assigning one era name to the reign of each Emperor is an imperial decree established on October 23 , 1868 ( the Gregorian calendar ) at the same time of changing Keio year 4 to Meiji gannen ( Year of 1868 ) and it is a system for assigning one era name for each Emperor 's reign . +The Yabunouchi-ryu is a school of the tea ceremony . +Iehiro KONOE ( July 24 , 1667 - November 5 , 1736 ) was a court noble , who lived in early to mid Edo period , and assumed the position of Sessho ( regent ) and Kanpaku ( the chief adviser to the Emperor ) . +Bronze mirror is made of bronze alloy . +ABE no Seimei ( Haruakira , Hareaki , 921 ? to October 31 , 1005 ) was one of the most famous Ommyoji ( Ommyo diviner ) , and he is the ancestor of the Abe clan ( Tsuchimikado family ) who was responsible for Ommyo-ryo ( Bureau of Yin and Yang ) from the Kamakura Period to the early Meiji Period . +Tosshi SAWAMUWA ( the 7th Tosshi SAWAMURA , May 28 , 1860 ( various theories exist on the date ) - March 26 , 1926 ) was a Kabuki actor from the Meiji to Taisho periods . +Kurahoshi means manager of doso ( pawnbrokers and moneylenders ) in the Medieval Period of Kyoto . +Sotatsu TAWARAYA ( date of birth and death unknown , active between 1596 and 1644 ) was a painter during the early Edo Period . +Norihide KAJUJI ( 1426 – August 19 , 1496 ) was a court noble in the Muromachi Period . +Kamigoryomae-dori Street is a street running east-west through Kyoto City . +Kabuki-mono ( かぶき者 ) is also written as " 傾奇者 " or " 歌舞伎者 . " +Prince Kazuraki ( also pronounced Kazuraki oji , Kazuraki no miko , Katsuragi oji , or Katsuragi no miko [ date of birth and death unknown ] ) +Naokage TOYAMA ( date of birth unknown - April 7 , 1533 ) was a retainer of the Gohojo clan in the Odawara domain ( hereinafter written as Hojo clan ) . +Tametou REIZEI ( March 4 , 1914 - July 8 , 1986 ) was a Japanese poet . +KOMA no Jakko ( date of birth and death unknown ) was from a family of local rulers during the Nara Period ; he was a Zaichokanin ( lower ranking official ) . +Naoka ANDO ( 1786 - May 5 , 1826 ) was the 15th lord of the Kii Tanabe Domain in Kii Province . +Monaka is a kind of Japanese sweets of bean jam wrapped with thin wafers made from rice cake . +Ennen YO ( 1746 - May 12 , 1819 ) was a Tenkoku artist ( a carver who carved Chinese characters in the special , Tensho , style ) who lived in Japan from the middle to the latter half of the Edo period . +The Dairy of Nakatsukasa no Naishi is a work of courtly literature in the Kamakura period . +Yoji YAMADA ( September 13 , 1931 - ) is a film director , playwright , and member of the Japan Art Academy , from Toyonaka City , Osaka Prefecture . +Kyoto Gozan Temples refers the status of a Buddhist temple , and to the system of state-sponsored temples of the Zen sect ( Rinzai sect ) in Kyoto among the Five Mountain System . +The term Kyujutsu refers to a technique or a martial art to put an arrow in the target from a bow ( weapon ) . +Fugen Bosatsu , samanta bhadra in Sanskrit , is a venerable Bosatsu entity and is Bodhisattva , which is worshipped in Mahayana Buddhism . +Yamakuma no Okimi ( year of birth unknown - January 724 ) was an Imperial family member who lived from the end of Asuka period to the beginning of the Nara period . +Nihongi Ryaku ( Summary of Japanese Chronologies ) is a Japanese history text compiled during the Heian period which contains excerpts from Rikkokushi ( the Six National Histories ) and details of the history from the completion of Rikkokushi until the reign of Emperor Goichijo . +Demae is a delivery service in which restaurants and food shops deliver dishes to customer 's homes within a short space of time . +Mokudai was a deputy , such as a retainer , sent to the post in behalf of an appointed provincial governor who remained at his place from mid Heian period to Kamakura period . +" Sumida-gawa River " is a Noh play ( classical Japanese dance theater ) . +" Sekku " ( in Chinese characters , written as " 節句 " ) means seasonal turning point when a traditional annual event is held , peculiar to Japanese culture and customs . +Shrine Merger is a policy to consolidate shrines . +Muraji refers to one of kabane ( hereditary title to denote rank and political standing ) used in the Yamato sovereignty ( the ancient Japan sovereignty ) and also denoted one of the highest ranked titles among retainers . +Kagefuyu ASAKURA ( birth date unknown – October 17 , 1495 ) was a busho ( Japanese military commander in the end of Muromachi Period . +Yoshino is another name of the southern area of Nara Prefecture . +MINAMOTO no Tokiwa ( 812 - July 15 , 854 ) was a court noble who lived in the early part of the Heian Period . +Seiji yoryaku is a written document which gives examples of the governmental management in the Heian period . +Saneaki OGIMACHISANJO ( January 3 , 1625 - June 16 , 1668 ) was a Kugyo ( court noble ) during the early Edo period . +The Hashimoto family +Kinosa OGIMACHISANJO ( March 30 , 1668 - September 29 , 1719 ) was a Kugyo ( court noble ) during the early and the middle of the Edo period . +Naidaijin is one of Japan 's official titles . +Jodo Shinshu ( Shin-Buddhism / True Pure Land Sect ) is one of the sects of Japanese Buddhism , and a religious community that Shinran , an apprentice of Honen , succeeded and which developed Honen 's doctrine ( Jodo Shu / Pure Land Buddhism ) in the early Kamakura period . +Motomitsu ISHIKAWA ( year of birth unknown - September 24 , 1099 ) was a busho ( Japanese military commander ) who lived during the late Heian period . +Shiniki is precincts of a shrine or a place where gods dwell ( yorishiro ) . +The multi-capital system is a system which places plural capitals in one nation . +Tadasu WATANABE ( year of birth unknown - June 3 , 1615 ) was a vassal of the Toyotomi clan . +Otome ( The Maidens ) is the one of the fifty-four chapters of " The Tale of Genji . " +The Conscription Ordinance ( Edict of Dajokan [ Grand Council of state ] Non-number ) ( 1889 Law No.1 ) was enacted in 1873 , which stipulated the obligation of Japanese citizens to military service . +FUJIWARA no Takamitsu ( c . 939 - 994 ) was a Japanese poet of the mid-Heian period . +The tale of Soga is a war chronicle based on ' Revenge of Soga Brothers . ' +Takunyo ( 1625 - May 22 , 1671 ) was a Jodo Shinshu ( True Pure Land Sect Buddhism ) priest and the 14th Hoshu ( high priest ) of the Higashi Hongan-ji Temple . +Kimosui is a clear soup containing the guts of eel as a main ingredient . +Funda-in Temple is a sub-temple located within the precinct of Rinzai sect Tofuku-ji school Daihonzan ( head temple ) Tofuku-ji Temple in Higashiyama Ward , Kyoto City . +Koan can have either of the following meanings : +The Shokei , mainly in the Heian period , referred to a person of the highest rank in an organization or a function that nobles were involved in , but the Shokei commonly served in the following two posts : +" Kagemusha " ( the body double ) is a person , during the Sengoku period ( the period of warring states ) , employed by a busho ( a Japanese military commander ) as his straw man dressed in the identical clothes as his . +Komyo-ji Temple , located in Ayabe City , Kyoto , is a temple of the Daigo school of the Shingon sect . +Akugyaku was one of hachi-gyaku ( eight unpardonable crimes ) defined by the ritsuryo ( legal codes of the Nara and Heian periods ) . +FUJIWARA no Morotada ( July 24 , 920 - December 1 , 969 ) was a court noble in the middle of Heian period . +The Takatsukasa Family is one of the five sekke ( regent ) houses and kuge ( court nobility ) . +Manzo NOMURA , the Seventh ( January 10 , 1930 - present ) is a kyogen performer of the Izumi school . +Dohyo is a term used to refer to sumo rings made up of clay . +Masaari ASUKAI ( 飛鳥井 雅有 , 1241 - February 28 , 1301 ) was a Kuge ( court noble ) and Kajin ( waka poet ) in the Kamakura period , and was the family head of the Asukai family which was ranked as the House of Urin ( the fourth highest status for court nobles ) . +Takanao KYOGOKU ( January 1 , 1633 - February 14 , 1663 ) was the second lord of Tanabe Domain of Tango Province . +Gyoki-zu ( Gyoki Map ) is an ancient-style map of Japan which is said to have been created by a Buddhist monk , Gyoki in the Nara period . +Imperial Prince Koretada ( 857 - December 18 , 922 ) was a member of the Imperial Family during in the early Heian period . +Chishaku-in Temple , located in Higashiyama Ward , Kyoto City , is the headquarters of the Chizan school of the Shingon Sect . +Yuhigaura Hot Spring is a hot spring located in Amino-cho , Tango City , Kyoto Prefecture ( Tango Province under an ancient administrative division ) . +The Shirakawa-dori Street is a street running north-south through Kyoto city . +Tan ( the letter 擔 was used in Yuan ) was a unit of weight ( mass ) under the Chinese shakkanho ( the system of measuring length by the shaku and weight by the kan ) ( shakusekiho , Chinese traditional system of measurement [ unit system ] , Taiwanese traditional system of measurement ) . +Tobakaido Station , located in Shimo-Takamatsu-cho , Fukuine , Higashiyama Ward , Kyoto City , Kyoto Prefecture , is a railway facility on the Keihan Main Line of the Keihan Electric Railway . +MINAMOTO no Mitsunaga ( year of birth unknownn - January 10 , 1184 ) was a samurai in the closing years of the Heian period . +Ryukakuji Iwaya Tumulus is a square tumulus in Sakae-cho , Inba-gun , Chiba Prefecture . +Tadayoshi ICHIJO ( May 2 , 1774 - July 5 , 1837 ) was a Court noble who lived during the Edo period . +Teisaku TAKAGI ( December 18 , 1848 - January 14 , 1933 ) was a feudal retainer of Kuwana Domain and a member of Shinsengumi ( a group who guarded Kyoto ) at the end of Edo period . +Shinsen Waka is a personal collection of Japanese poetry . +Dan no Ura Yoru no Kassenki is the title of a Japanese classic pornographic novel . +FUJIWARA no Ishi ( years of birth and death unknown ) was a woman at the end of the Heian period . +Mikumari no kami is a Shinto deity ( Shinto ) . +Nara National Research Institute for Cultural Properties is a department of National Institutes for Cultural Heritage . +Kurama +Motokiyo GOTO ( birth date unknown – July 29 , 1221 ) was a busho ( Japanese military commander ) during the early Kamakura period . +Sendai Kujihongi is a book on ancient Japanese history . +Shoshin Nenbutsuge ' is a Gemon ( poetic writing in Buddhism , usually honoring its principles and Buddha ) included at the end of ' Gyo no maki ' in " Ken jodo shinjitsu kyogyosho monrui " ( Selected passages revealing the true teaching , practice and attainment of the Pure Land ) , written by Shinran . +Imperial Princess Kuniko ( 1209 - October 3 , 1283 ) was a member of the Imperial family during the Kamakura period , and was nyoin ( a close female relative of the Emperor or a woman of comparable standing ) . +Nagamori OKABE ( 1568 - December 13 , 1632 ) was a busho ( Japanese military commander ) ( daimyo ( Japanese territorial lord ) ) who lived during the Sengoku period ( period of warring states ) ( Japan ) and early Edo period . +Sadamichi TSUCHIMIKADO ( 1188 – November 4 , 1247 # ) was a court noble in the Kamakura period . +Takatoshi KYOGOKU ( 1799 - April 7 , 1830 ) was an heir to Mineyama Domain in Tango Province . +Shibichudai was a household agency of the Empress Komyo ( at the time when Shibichudai was established , she was already Empress Dowager Komyo since her husband the Emperor Shomu had abdicated the throne to his daughter the Empress Koken ) which was established by FUJIWARA no Nakamaro ( also referred as EMI no Oshikatsu ) in 749 . +The Kiyosu conference was held on the 27th of June ( according to the old calendar ) during the Azuchi-Momoyama period . +Sadaoki KATAGIRI ( 1669 - May 15 , 1741 ) was the fourth lord of Koizumi Domain , Yamato Province . +Biwako Wan wan Kingdom was Japan 's largest canine theme park , and was located on the shores of Lake Biwa , in Moriyama City , Shiga Prefecture . +Joshi was an upper-class feudal retainer in the Edo period . +Maizuru Prefecture is a prefecture established in 1871 based on the policy of Haihan-chiken ( abolition of feudal domains and establishment of prefectures ) . +Arisugawa-no-miya Imperial Prince Tsunahito ( January 29 , 1785 - April 4 , 1845 ) was a member of the Imperial family who lived in the Edo period . +Soan SUMINOKURA ( June 27 , 1571-August 7 , 1632 ) was a civil engineering worker , calligrapher , and trading merchant in the early Edo period . +Oryoki is tableware , as used by an individual ascetic of the Zen sect of Buddhism . +A City in Japan +Yamato no kodo stands for the ancient paths in Japan that were constructed in Yamato Province and it includes the following : +Suesada OBU ( also known as MINAMOTO no Suesada ) ( years of birth and death unknown ) was a busho ( Japanese military commander ) and a poet who lived in the late Heian period . +Omatsu TORIOI ( dates of birth and death unknown ) was the evil woman in the Meiji period . +Koji KASHIN ( year of birth unknown ) was a magician who made his appearance at the end of the Muromachi period . +Sen TSUDA ( August 6 , 1837 - April 24 , 1908 ) was a Japanese agriculturist and a Christian . +Genna Tsuho is a copper coin named after an era in the Edo period , which is thought to have been minted in around the first or second year of the Genna era ( 1615 or 1616 ) in Japan , and it is older than the Kanei Tsuho coin . +Miso is a Japanese food made by fermenting grains . +Kiyokazu KANZE ( May 21 , 1959 - ) is a leading traditional Japanese Noh drama performer ( shite-kata ) and member of the Kanze school ( one of the 5 major Noh troupes ) . +The term " Gozanban " refers to the books published by Gozan ( the Five Great Zen Temples in Kyoto ) and other temples , which were affected by the active publication of books on Zen Buddhism in the age of the Sung and Yuan dynasties . +Tenpo-tsuho ( a coin first minted in Tenpo era [ 1830 to 1843 ] ) was a coin that circulated in Japan during the end of the Edo period and Meiji period . +Yoshinari YOTSUTSUJI ( 1326-October 8 , 1402 ) was a kuge ( aristocrat ) , academia , and kajin ( poet for Japanese poetry ) , who lived between the Northern and Southern Courts period and mid-Muromachi period . +Nantan is a city located in the Tanba Province in the central part of Kyoto Prefecture . +Motofusa MATSUDONO ( 1145 - February 8 , 1231 ) was a Kugyo ( court noble ) , who lived between the end of the Heian period and early Kamakura period . +" Bodaisen " was a name-brand sake ( Japanese rice wine ) which had the reputation of having the highest quality and grade from the middle of the Heian period to the end of the Muromachi period . +Monpe is a pair of work pants for women and a sort of " hakama " ( a formal divided skirt for men ) in Japan . +Daruma ( Bodhidharma ) is regarded as the founder of Zen . +Folk-cultural properties refer to material folk-culture with a particularly high value which require preservation measures , or measures or rules for such preservation are expected to be effective . +OE no Otondo ( 811 - December 15 , 877 ) was a noble and scholar who lived in the Heian period . +Kyoto Dento was a Japanese electric power company founded in 1888 . +Iesada NOMOTO ( year of birth and death unknown ) was a busho ( Japanese military commander ) in the Kamakura Period and was said to have been a gokenin ( immediate vassal of the shogunate ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +Monk-Imperial Prince Gyoin ( 1466 - 1537 ) was the Monk-Imperial Prince during the Warring States period . +OKISOME no Usagi ( year of birth and death unknown ) was a historical figure lived during Japan 's Asuka Period . +Otogishu is the official duties , which existed in families of Sengoku daimyo ( Japanese territorial lords in the Sengoku period ) from the the Sengoku period ( period of Warring States ) to the early Edo period . +" Fudo " is one of the best eighteen Kabuki plays . +Naikaku-shokken ( Official Powers of the Cabinet ) is a rule that stipulated duties of the Prime Minister and management of the cabinet in Japan . +Kuni ikki refers to an alliance ( uprising ) made up of feudal lords with the aim of securing their rule in the period of Northern and Southern courts and Muromachi . +Gokamon refers to a family with distinguished family lineage . +Taka-jo Castles existed in Miyazaki Prefecture ( former Hyuga Province ) ; there were three castles that had this name . +The Kanshoku Hisho was a reference book concerning the yusoku kojitsu ( court and samurai rules of ceremony and etiquette ) written by TAIRA no Motochika in 1200 in the early Kamakura period . +MINAMOTO no Mitsutsune ( year of birth unknown - January 10 , 1184 ) is a samurai in the closing years of the Heian period . +A pagoda is a Buddhist building derived from the ancient Indian stupa . +The term " Tanritsu " refers to Tanritsu Shukyo Dantai ( an independent religious organization ) . +Shumon aratame was religion policy and the control of the public promoted by the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Judgment of Nyobutsu is a leading case in Kamakura period concerning the life-and-death judgment in the rules of Igo ( board game of capturing territory ) , admitting a kasho ( tentative life ) in double ko . +The Takeda-kaido Road is one of the roads which links Kyo ( the heart of Kyoto City ) and Fushimi ( the Fushimi Ward , Kyoto City ) . +SUGAWARA no Takami ( 876 - 913 ) was an government official of the early Heian period . +Myojin Taisha are shrines that enshrine gods known as Myojin that are considered to have had especially remarkable miraculous effects since ancient times . +Furikake consists of powdered , particulate or soboro-like ( crumbled and seasoned meat , fish , egg ) condiments sprinkled mainly on rice for seasoning . +Kagaribi ( The Cressets ) is one of the fifty-four chapters of " The Tale of Genji . " +Imperial Princess Baishi ( Miwako ) , September 16 , 1039 - October 7 , 1096 , was the forth daughter of Emperor Gosuzaku . +Kenmu shikimoku ( or Kenmu shikimoku jojo ) is a political statement showing the governing philosophy of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Tsutomu SAKUMA ( September 13 , 1879 - April 15 , 1910 ) was a naval officer of the Imperial Japanese Navy . +Jurin-in Temple , located in Jurin-in Town , Nara City , Nara Prefecture , is a temple that belongs to the Daigo school of the Shingon sect . +The mother of FUJIWARA no Michitsuna ( c . 936 - June 7 , 995 ) was a waka poet in the mid Heian period . +This section will describe one of the Japanese dishes kushikatsu . +Chabitsu ( also called chahitsu , " 茶櫃 " in Chinese characters ) is a lidded container , in which a set of Sencha ( non-powdered green tea ) tea utensils are stored . +Motsunabe is a nabe dish made from Motsu ( offal ) . +Atsushi UEMURA ( April 12 , 1933- ) is a Japanese-style painter , and a member of the Japan Art Academy . +Koho ( 1306 - July 28 , 1362 ) was a Shingon sect scholar-monk during the period of the Northern and Southern Courts . +Tenju KAN ( male , 1727 - May 11 , 1795 ) was a Japanese calligrapher in the middle of the Edo period . +Ukon no Tachibana ( the mandarin orange tree of Ukon ) is a mandarin orange tree which existed on the right of the South floor down from the Shishin-den Hall ( hall for state ceremonies ) of the Imperial Palace in the Heian-kyo . +Choya gunsai was edited by MIYOSHI no Tameyasu , San hakase ( Doctor of Numbers ) , who classified monjo ( written materials ) n the Heian period such as prose and poetry , imperial decrees , official documents from the Dajokan ( Great Council of State ) . +Tadahiko IIDA ( January 23 , 1799 - July 15 , 1860 ) was a scholar of Japanese classical literature and historian who was from the Tokuyama Domain and lived during the end of Edo period . +Kinyoshi Imadegawa ( May 28 , 1691-January 1 , 1722 ) was a Kugyo ( a Court noble ) duing the middle of the Edo period . +Suino was the officer of Kurododokoro ( the Chamberlain 's Office ) and was in charge of all of general affaires including the receipts and disbursement of the treasury of Kurododokoro . +" Muryoju-kyo Sutra " is one of the Buddhist scriptures of Mahayana Buddhism . +Kunibiki Shinwa ( Land dragging myth ) is a part of Japanese mythology that has been passed down in the Izumo Province . +" Henohenomoheji " face-like pictographs are created by playing around with and arranging seven hiragana phonetic syllables to form the caricature of a human face as a picture ( letter picture ) . +The Three-day War by the Taira Clan was one of the domestic conflicts which occurred in the Jisho-Juei War during the late Heian period . +Imperial Prince Kideranomiya Kuniyasu ( 1416 - date of death unknown ) was a member of the Imperial family during the Muromachi period . +" Moshitsugishu " was the name of a post in Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Tokitane CHIBA ( September 2 , 1218 - October 23 , 1241 ) was a warrior in early Kamakura period . +As far as Tsukemono is concerned , ' 紫葉漬け ' is correct and ' 柴漬 ' is wrong . +Hauta ( a Japanese traditional song or ballad sung to the accompaniment of the shamisen ) were originally regarded as shorter versions of nagauta ( ballads sung to shamisen accompaniment ) . +Hogyo refers to the death of emperors , czar , kings , grand empress dowagers , empress dowagers , empresses , and other monarchs euphemistically and respectfully . +Kinnobu SAIONJI ( 1625 - September 28 , 1670 ) was Kuge ( a Court Noble ) in the early Edo period . +The Rokujo family were Japanese kuge ( court nobles ) . +Nobunori ODA was a hatamoto ( direct retainers of the Edo bakufu ) in the Edo period . +The Omizo Domain refers to a domain which existed in Takashima County , Omi Province ( present-day Katsuno , Takashima City , Shiga Prefecture ) . +Toa Kinema ( Toa , established in 1923- purchased in November 1932 ) is a Japanese film company that once existed . +Kichigoro FUJISAKI ( date of birth unknown - October 20 , 1866 ) was a warrior of Tosa clan at the end of Edo period . +The Sakai Incident refers to the case in which a retainers of the Tosa Domain committed seppuku ( suicide by disembowelment ) to accept the responsibility for the killing of French sailors in Sakai City , Izumi Province in 1868 . +Manyo-gana is a kind of kana ( the Japanese syllabaries ) , and it mainly refers to the letters from which Japanese people borrowed Chinese-derived pronunciation in order to express Japanese in ancient times . +Koun ( years of birth and death unknown ) was a sculptor of Buddhist images at the end of the Heian period and in the early part of the Kamakura period , and a member of the Kei school of sculpture . +Ikuno Prefecture was a prefecture that was established in 1869 . +Choei TAKANO ( June 12 , 1804 - December 3 , 1850 ) was a doctor and Dutch scholar who lived during the late Edo Period . +Kyoto Rekishi Kairo Kyogikai ( Kyoto " Historic Corridor " Conference ) is a Kyoto civil activity . +Ishida Sanyaku was medical powder made and sold by the home of the parents of Toshizo HIJIKATA , a vice chief of the Shinsengumi ( a paramilitary group of pro-shogunate ronin formed in Kyoto ) . +The Madenokoji family were kuge ( court nobles ) with kakaku ( family status ) of meike ( the fourth highest status for court nobles ) . +KATSURAGI no Sotsuhiko ( Sotsuhiko can be written as either ' 襲津彦 ' or ' 曽都毘古 ' in Japanese , and his first name , Sotsuhiko , is also known as Sachihiko written as 沙至比跪 in Japanese ; year of birth and death unknown , but considered to have lived during a period from the latter fourth century to the early fifth century ) was described in the " Kojiki " ( Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) as the founder of Katsuragi clan , ancient local ruling family in the Katsuragi region , Yamato Province . +" Kodachijutsu " ( swordsmanship of a short sword ) is a swordplay style using a wakizashi ( the shorter one of the two swords people used to carry on the waist ) . +A tsuya is a ritual held throughout the night before the day of the funeral . +The Visit Japan Campaign is a promotional scheme to encourage foreign tourists to visit Japan . +The Konin-shiki was a compilation of laws that were compiled and enforced from the early Heian Period . +" Kujo negi " refers to a kind of long green onion ( leek ) representing Japan . +Kenson ( March 5 , 1564 - April 12 , 1595 ) was the 17th head priest of Kosho-ji Temple . +Emperor Sanjo ( February 5 , 976 - June 5 , 1017 ) was the sixty-seventh Emperor . +Bukkyo University , a private institution established by the Jodo Sect , is located in Kita-ku , Kyoto City , Kyoto Prefecture . +Keisuke SANNAN ( 1833 - March 20 , 1865 ) was the chief ( vice chief ) of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +The Dai Nihon Kyokai ( Society for Greater Japan ) was a political organization ( October 1 - December 29 , 1893 ) that was formed in the Meiji period with the aim of gathering together hard-liners on foreign nations . +Ichoku refers to a charge meted out as a reuslt of not following an Emperor 's command . +Raijin is the god of lightning in Japanese folk beliefs and the Shinto religion . +Toshimitsu SAITO was a warlord who lived from the Sengoku period ( Period of Warring States ) of Japanese history until the Azuchi-Momoyama period . +Kokkagakkai is a study group at law school of the University of Tokyo ( the predecessor of the Faculty of Law at the University of Tokyo ) founded in February 1887 . +Shigemoto NIWATA ( September 21 , 1799 – March 20 , 1840 ) was a court noble of the late Edo period . +MONONOBE no Okoshi ( date of birth and death unknown ) was a member of Japanese powerful family in the middle of the sixth century . +Buninjo ( appointment letter ) is a generic term of documents issued by an appointer when a specific person is appointed to a governmental post , Ikai ( Court rank ) , and various posts . +Nagayoshi TAKAKURA ( January 16 , 1592 – October 3 , 1664 ) was a court noble of the Edo period . +Konohana no sakuya-bime is a goddess that appears in Japanese mythology . +Kassho NABA ( 1595 to January 27 , 1648 ) was a Confucianism scholar in the early Edo period . +Funa-zushi , a local specialty of Shiga Prefecture , is a type of nare zushi ( fermented sushi ) made with crucian carp . +Tanbabashi Station , located in Momoyama Tsutsui Iga Nishi-machi , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on the Keihan Main Line of the Keihan Electric Railway . +" Hogen Monogatari " is a war tale that describes the Hogen Disturbance . +Shakugo ( Sekigo ) MATSUNAGA ( 1592 – July 12 , 1657 ) was a Confucian scholar in the Edo period . +A Narikama ( also called Narigama or Kamanari ) is one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Hyakki Tsurezure Bukuro " ( The Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +Yasaka Nyokoba Gakuen ( Gion Joshi Gigei School ) is an educational institution of Maiko and Geiko located in Kobu Gion , Higashiyama-ku , Kyoto City . +Zeami ( Zeami or Seami , ( before the change of name ) Ze-amidabutsu , 1363 ( ? ) ( September 10 , 1443 { ? } ) was a Sarugaku ( form of theater becoming the basis for Noh ) performer in the Muromachi period . +Mujo ( anitya in Sanskrit ) points out that all beings in the present world disintegrate and are in constant transition without being stationary . +Sekisen school is one of the schools under Jodo Shinshu ( the True Pure Land Sect of Buddhism ) Hongan-ji school . +Sadayoshi KAZANIN ( November 28 , 1599 - August 15 , 1673 ) was a Kugyo ( high court noble ) who lived in the early Edo period . +Kaiho Rei ( Emancipation Edict ) is the edict of Dajokan ( The Grand Council of State ) that mainly announced the abolition of the social status system like Eta ( a status of group who were the lowest rank of Japan 's Edo-period caste system and usually involved in handling human bodies or animal carcasses ) and Hinin ( a status of group who were the lowest rank of Japan 's Edo-period caste system and often ex-convicts or vagrants ) made by the Meiji Government on October 12 , 1871 . +Hanshun ( 1038 - May 21 , 1112 ) was a priest of the Shingon sect of the late Heian period . +Masamichi TAKATSUKASA ( August 22 , 1789 - November 29 , 1868 ) was Kuge ( court noble ) and a statesman of Edo period . +Nariki-zeme ( nariki , which is written as 成り木 , means fruit bearing trees , and 責め , which in this case is pronounced ' zeme , ' is a noun form of 責める [ semeru ] which in this context means to press a tree for fruition ) is a folk rite praying for a good harvest , conducted on such fruit trees as persimmon , chestnut and ume . +The Battle of Kyoko-ji Temple was fought between Nagayoshi MIYOSHI and Takamasa HATAKEYAMA near Kyoko-ji Mura , Takayasu County , Kawachi Province ( present-day Kyoko-ji , Yao City , Osaka Prefecture ) on May 19 and 20 , 1562 . +OTOMO no Sakanoue no Iratsume ( year of birth and death unknown ) is one of the most famous Tanka ( 31 syllables ' poem ) poets in " Manyoshu " ( Collection of Ten Thousand Leaves ) . +Born on August 26 , 1662 , and gone on February 12 , 1707 , Hirosada SEIKANJI was Kugyo ( a top court official ) in the middle of the Edo period . +Naidanshu were in charge of judging trials dealing with land-related issues in hikitsukekata or naidankata ( both are offices of adjudication ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Tokifusa HOJO ( 1175 - February 25 , 1240 , ) was a busho ( Japanese military commander ) at the beginning of the Kamakura period . +Saionji clan was a Sengoku daimyo ( Japanese territorial lord in the Sengoku period ) , who ruled the western area of Iyo Province . +Soroku KAWAKAMI ( 川上操六 ) ( December 6 , 1848 - May 11 , 1899 ) is a military man of the Imperial Japanese Army ; a peerage . +Takahisa KYOGOKU ( May 21,1729 - May 15 , 1808 ) was the sixth lord of Mineyama Domain , Tango Province . +Oboro-guruma is a Japanese specter of gissha ( ox cart ) depicted by Sekien TORIYAMA in the collection of specters " Konjaku Hyakki Shui " ( Ancient and Modern Gleanings of the Haunted Demon ) in the Edo period . +Satori ( 悟り : enlightenment ) means that one learns , becomes aware of or notices what one hasn 't known ; another Kanji ( 覚り ) , whose meaning is similar to awakening , is sometimes used . +Tokoyo is also known as Kakuriyo ( the world of the dead ) , and it is the holy precincts which is not changed forever . +Nobutake TAKEDA was a busho ( Japanese military commander ) in the period of the Northern and Southern Courts in Japan . +Katabiragatsuji ' is said to have been located in the northwestern of Kyoto City . +A local court was established in 1868 as a local administrative organ by the new government in Kyoto for it to govern areas which did not belong to any feudal domains . +The Nichiren Honmon Sect ( Also known as Honmon Sect ) is a sect based on Nichiren Buddhism , which was organized by Nikkomon School ( a branch temple succeeding the Nikko 's Buddhist teaching lineage ) in 1876 , and merged with the Nichiren Sect and the Kenpon Hokke Sect in 1941 in order to form a better organization . +Hira-shofuku onsen is a hot spring located at 948-10 , Kitahira , Otsu City , Shiga Prefecture . +Miroku Bosatsu ( Maitreya Bodhisattva in Sanskrit ) is one of the Buddhas of Buddhism . +Genbi HAYASHI ( 1778 - 1861 ) was an Igo player ( Igo ( board game of capturing territory ) ) in Edo period and the eleventh iemoto ( the head family of a school ) of the Hayashi family ( igo ) , eighth-dan ( degree ) quasi Meijin ( an excellent person ) . +Ishiyari is a kind of chipped stone tool used as the spearhead . +Otsubone Court Lady of Jibukyo ( 1152 - October 15 , 1231 ) was a woman from the late Heian and early Kamakura periods . +Disposition of debts of Higashi Hongan-ji Temple was an incident in which Higashi Hongan-ji Temple asked government officials for a rescue from their debts during the Meiji period . +" Kasho NAKAMURA " is a professional name which has been used by Kabuki ( a traditional form of drama and music performed by male actors ) actors . +Hisakuni AWATAGUCHI ( dates of birth and death unknown ) was a sword craftsman in Kamakura period . +" Machidai " was a town official in Kyoto in the Edo period . +Kamitsuunakami no kunimiyatsuko 上海上国造 ( also known as Kamitsuunakamikokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the central part of Kazusa Province . +Gunze Memorial Hall is a museum located in Ayabe City , Kyoto Prefecture . +Hikoushio ( also pronounced Hikousi no Okimi ; date of birth and death unknown ) was a member of an Imperial family ( royal family ) in fifth century . +The Kameoka City Furusato Bus is the community oriented bus running in Kameoka City , Kyoto Prefecture ( the route is operated by the Keihan Kyoto Transport , Co . , Ltd . ) +1178 - January 13 , 1251 ) was a Kegon sect priest in the middle of the Kamakura period . +Kenden was a survey of farmland , recording area , cultivator , soil and so forth . +Shakaiei is a type of tanka as well as a haiku . +" Ema " is a wooden board with a picture of a horse , which is dedicated to a temple or a shrine when making a wish , or when showing gratitude for the granted wish . +Imperial Prince Kuninomiya Asahiko ( March 27 , 1824 to October 25 , 1891 ) was a member of the Imperial family who lived in the closing days of the Tokugawa Shogunate and the early part of the Meiji period . +Jikimu refers to immediate dominance of shoen ( manor in medieval Japan ) by the lord of the manor ( honjo [ the administrative headquarters of a shoen ] and ryoke [ virtual proprietor of manor ] ) , executing Shomuken ( the authority of the jurisdiction and the administration of Shoen ) . +The Ashina clan was descended from the Taira clan through the Miura clan with the name Ashina ( 蘆名 ) derived from the name of the area known as Ashina ( present Ashina ( 芦名 ) in Yokosuka City ) . +Naoko OGIMACHI ( December 14 , 1803 - August 6 , 1856 ) was Nyoin ( a woman bestowed with the title " in " ) in the late Edo period . +Masashige ASAHINA ( year of birth and death unknown ) was a ninja . +Shotoku no chi are the political reforms carried out mainly in the Shotoku era . +Kanemon NAKAMURA was a kabuki actor . +Rakushisha ( literally , a hut where persimmons fell ) is a tea hut belonging to Kyorai MUKAI , a follower of Basho MATSUO , located in Sagano ( Ukyo-ku Ward , Kyoto City , Kyoto Prefecture ) . +Juntaro TAKAHASHI ( May 2 , 1856 - June 4 , 1920 ) came from Kanazawa City , Ishikawa Prefecture and was a Doctor of Medicine . +Kintoki is the childhood name of SAKATA no Kintoki ( his name is sometimes written as " 公時 " instead of " 金時 . " +Nishimuko Station , located in Muko City , Kyoto Prefecture , is a stop on the Hankyu Kyoto Line , which is operated by the Hankyu Railway . +Yorikage ADACHI was a retainer of the Kamakura Shogunate in the middle of the Kamakura period . +Masato ( Masatou ) ABE ( February 15 , 1828 - April 20 , 1887 ) was hatamoto ( a shogunal retainer ) , daimyo ( feudal lord ) , and roju ( a senior councillor of the shogunate ) in the Edo period . +FUJIWARA no Onshi / Yasuko ( 885 - February 9 , 954 ) was a daughter of FUJIWARA no Mototsune . +The naked festival is a Japanese festival in which the participants go naked . +Masutomi Geology Museum is a foundation located in Kamigyo Ward , Kyoto City . +The kadomatsu ( literally , gate pine ) is a pair of displays made of pine and bamboo set up in places such as in front of houses during the New Year . +Gomyo ( 750 - October 20 , 834 ) was a Hosso sect monk of Japanese Buddhism , who lived from the Nara period to early Heian period . +Kangakue was a Buddhist meeting held to conduct teaching , nenbutsu ( Buddhist invocation ) , and create Chinese-style poems themed after " Hokekyo " ( Lotus Sutra ) , and was held by the scholars of Kidendo ( the study of the histories ) in Daigakuryo ( Bureau of Education ) and the priests of Enryaku-ji Temple on Mt . Hiei , on March 15 ( in old lunar calendar ) or September 15 ( in old lunar calendar ) at the western foot of Mt . Hiei or at the temples in and around Heian-kyo ( ancient Kyoto ) , in the mid through latter period of the Heian period . +Yoshizane KIRA ( date of birth unknown , 1422 – August 16 , 1481 ) was a busho ( Japanese military commander ) who lived during the Muromachi Period . +Tatari refers to a condition wherein a god , Buddha , or a soul of human being causes a calamitous condition for human beings , or a supernatural force that works within that condition . +Yosemune-zukuri is a form of roof which has four sloping faces . +Satoyama is a word referring to the state in which there exists an ecosystem that is influenced by peoples in the hills and mountains adjacent to a settlement or habitat , or similar geographical conditions . +Horikawa-dori Street is one of the major north-south streets in Kyoto City . +The Shigetada HATAKEYAMA Rebellion was the rebellion in which Shigetada HATAKEYAMA was killed in an attack by a large army , planned by Tokimasa HOJO and executed by Yoshitoki HOJO ; it took place at the Futamata-gawa River in the Musashi Province ( present-day Asahi Ward and Hodogaya Ward , Yokohama City ) on July 17 , 1205 in the early Kamakura period . +Taneie KONOE ( 1503 to August 5 , 1566 ) was a court noble who served as Kanpaku ( Chief Adviser to the Emperor ) during the Sengoku period ( Period of Warring States ) . +Kotobuki Soga no Taimen ( Soga Brother 's Confrontation with the Enemy ) ( Chinese characters in orthographic style : 壽曾我對面 ) is a program of the Kabuki Kyogen ( comic drama ) theater . +FUJIWARA no Motonari ( date of birth and death unknown ) was an aristocrat from the end of the Heian period to the beginning of the Kamakura period . +Azuki-gayu is rice porridge cooked with azuki beans . +Hoshaku-ji Temple is a Buddhist temple belonging to the Chizan School of the Shingon Sect located on the side of Mt . Tenno in Oyamazaki-cho , Otokuni-gun , Kyoto Prefecture . +The term " Mitsuda-e " refers to a kind of painting technique . +Yagyu no Tokusei Hibun is an inscription on the stone monument found at Yagyu Town , Nara City , Nara Prefecture . +Usayama-jo Castle was a yamajiro ( a castle built atop a mountain to take advantage of the mountain 's topography ) constructed in the Medieval Period , and its ruins can be found near Nishikoori , Otsu City , Shiga Prefecture . +MIBU no Tadami ( dates of birth and death unknown ) was a Japanese poet of the mid-Heian period . +Inishikiiribiko no mikoto ( 五十瓊敷入彦命 ) was a member of the Imperial family ( Royal family ) , who is said to have been lived in the Kofun period ( tumulus period ) , according to " Kojiki " ( The Record of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +Akiyoshi YAMAJI ( 1841 - June 5 , 1888 ) was an astronomer in the late Edo period . +Shinnyo-ji Temple , located in Tojiin Kitamachi , Kita Ward , Kyoto City , Kyoto Prefecture is a temple of the Shokoku-ji Temple school of the Rinzai sect . +Uchikowashi refers to an action to destroy residences of the people who were considered to act wrong , and it was one of the patterns of grass-roots movements in the Edo period . +The Entoku-in Temple is a tatchu ( sub-temple on the site of a main temple ) of the Kodai-ji Temple ( Kennin-ji Temple school of the Rinzai sect ) in Higashiyama Ward , Kyoto City . +NAKATOMI no Kamako ( dates of birth and death unknown ) was a muraji clan ( one of ancient hereditary titles denoting rank and political standing ) during the era of Emperor Kinmei in the Asuka Period . +Monkan ( 1278 - November 29 , 1357 ) was a priest who lived from the Kamakura period to the period of the Northern and Southern Courts . +" Sukeroku " is a nickname for one of the Kabuki plays . +Maizuru Wisdom Warehouse , called " Maizuru Chiegura " in Japanese , is a cultural facility in Maizuru City , Kyoto Prefecture . +Found in Koka , Tsuge-mura Village , Nara Prefecture ( present Tsugekoka-cho , Nara City ) , the grave of OHARIDA no Yasumaro was for cremated remains of OHARIDA no Ason Yasumaro who was a government officer in the Nara period , and was designated as a national historical sit ( on November 29 , 1969 ) . +TSUMORI no Kunimoto ( 1023 - August 29 , 1102 ) was a waka poet in the late Heian period . +Shogo-in Temple is the head temple of the Buddhist Honzan Shugen Sect located in Shogo-in Nakamachi , Sakyo Ward , Kyoto City , Kyoto Prefecture . +Misasagi Station is a railway facility located in the Yamashina Ward , Kyoto City , which is jointly operated by the Kyoto Municipal Transportation Bureau and the Keihan Electric Railway . +Kensui is one of the utensils which are used for making tea . +Heian Bukkyo ( Heian Buddhism ) is a Buddhist sect established during the Heian period . +Shinja is a kind of Nohmen ( Noh mask ) . +Katsuyuki HISAMATSU was the seventh lord of Tako Domain in Shimosa Province . +FUJIWARA no Koreshige / Korenari ( 953-989 ) was a Court politician in the mid-Heian Period . +Sadahide GAMO ( 1444 ? - 1513 ) was a busho ( military commander ) and a waka poet of the Muromachi period . +Kobungo NUMAJIRI ( c.1835-1902 ) was a member of the Shinsengumi ( a special police force who guarded Kyoto during the end of the Tokugawa Shogunate ) . +Nobuhiro SATO ( January 25 , 1816 - February 15 , 1900 ) was a Japanese samurai ( a feudal retainer of the Choshu clan ) . +Shin-Puh-Kan is a complex commercial facility located at 586-2 , Bano-cho , Aneyakoji-dori Sagaru , Karasuma-dori , Nakagyo-ku Ward , Kyoto City . +Ina no Agata was one of the early form of the local bureaucratic system in ancient Japan ( Agata ) , which was placed in Hokusetsu ( northern Settsu Province , the area covering now Suita City through Amagasaki City ) during the Kofun period ( tumulus period ) , the era of Yamato sovereignty . +The Botanical Garden for Increasing Plants in Urban Areas in Fukuchiyama City , nicknamed " Sumoru-tera " ( the Japanese pronunciation of ' Small Terra ' or small Earth ) is a botanical garden located in Sandan-ike Pond Park in Fukuchiyama City . +Senkei IKENOBO ( the dates of his birth and death were unknown ) was a Buddhist priest of Kyoto Choho-ji Temple ( Rokkakudo ) in the middle of the Muromachi period . +Natsume is a kind of tea utensil and a lacquered wooden container with a lid used to hold powdered green tea . +Nigihayahi no Mikoto is a god ( Shinto ) who appears in Japanese mythology . +Shizu no iwaya has its origin in a folklore in the myth of the development of the land by Okuninushi no Mikoto and Sukunahikona no Mikoto , and the place was depicted in a Oishi no Suguri no Mahito 's poem in Manyoshu ( Volume 3-355 ) " Onamuchi and Sukunahiko lived in Shizu no iwaya ; how many generations that have been passed by ? " +" Hashira-jochu " was one of the terms used for traditional manufacturing methods of sake ( Japanese rice wine ) that existed in the beginning of the Edo Period , which is to add shochu ( distilled spirit ) or kasudori-shochu ( shochu made from sake lees ) to moromi ( unrefined sake ) or newly brewed sake after separation from lees by applying pressure . +Prince Yatsurishirohiko ( after 401 - 456 ) was the fourth prince of Emperor Ingyo . +Kanpyono Ontoki Kisainomiya Uta-awase ( Uta-awase held by the Empress during the Kanpyo period ) was one of the poetry competitions , which consisted of one volume . +Kihiro SANJO ( 1577 - November 25 , 1626 ) was Kugyo ( court noble ) from Azuchi-Momoyama period to the early Edo period . +Sukune was one of the kabane ( hereditary titles ) established by Yakusa no Kabane ( the eight hereditary titles ) . +Omura Domain was a feudal domain that ruled the Sonogi region of Hizen Province . +Genpo MITSUKURI ( October 5 , 1799 - August 1 , 1863 ) was a Japanese samurai , feudal retainer of the Tsuyama Domain and Dutch scholar . +Konwa-kai refers to a faction within the Diet of the House of Peers under the Constitution of the Empire of Japan . +Jishu-jinja Shrine is a Shinto shrine located in Higashiyama Ward , Kyoto City . +Emperor Suinin ( January 26 , 69 B.C. - August 8 , 70 ) was the eleventh emperor according to " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) ( reigning from February 2 , 29 B.C. to August 6 , 70 ) . +Giku ( date of birth and death unknown ) was a Zen-sect priest from Tang China in the early Heian period . +Sekke shogun designates two seii taishoguns ( great generals ) among the shoguns in the Kamakura bakufu ( Japanese feudal government ) , that is , the fourth FUJIWARA no Yoritsune and his legitimate son , the fifth FUJIWARA no Yoritsugu . +The Prince Otomo enthronement theory was advocated in the Edo period and it was a long-lasting dispute in the Japanese history . +Masana MAEDA ( 1850- 1921 ) was a bureaucrat in the Meiji era . +Kojyo SONODA ( male 1886 - 1968 ) was a Tenkoku artist ( artist of seal engraving ) in modern times of Japan . +Naniwatsu indicates a port facility located in the Osaka bay in ancient times . +Western-influenced paintings were made prior to the Meiji Period before oil painting tools were imported into Japan , and artists could only mimic examples of Western paintings . +" Joraku " is a term which means to enter in Kyoto . +The Jikoji family is a member of Genji Tosho Genji ( Minamoto clan members who are court nobles above a certain rank ) , descendants of Uda-Genji ( Minamoto clan ) . +Tenyu NAKA ( male , 1783 - April 23 , 1835 ) was a Doctor of Dutch medicine and Dutch scholar . +SOGA no Iname ( c . 506 - March 22 , 570 ) was a minister during the Asuka Period . +Kinsumi SHIGENOI ( January 2 , 1671-August 20 , 1756 ) was kugyo ( a Court noble ) who lived in the middle of the Edo Period . +SAKANOUE no Iwatate was a person from the Nara period . +Shinobigatana is a sword which is said to be used by ninja and is also called Ninjato . +The Shino school is one of the schools of Kodo ( traditional incense-smelling ceremony ) and tea ceremony . +Shimabara is a hanamachi ( ' flower town , ' or geisha district ) located in Shimogyo Ward , Kyoto City . +The enthronement means an ascension to the throne , succeeding a monarch ( emperor or king ) who passed away or abdicated the throne . +Sanjo Keihan is the location name of the eastern area around Sanjo-ohashi Bridge in Higashiyama Ward , Kyoto City . +Agemai no sei was a rule issued by the Edo Bakufu at the time of Kyoho-no-kaikaku ( Kyoho reform ) . +The Edict expelling Jesuit missionaries was a prohibition document concerning the mission of Christianity and trade with Spain and Portugal issued by Hideyoshi TOYOTOMI in Chikuzen Hakozaki , in July 24 , 1587 . +Terakoya were educational institutes for ordinary citizens during the Edo period . +The Takeuchi family were a court noble . +Kinnobu TOKUDAIJI ( August 18 , 1606-August 31 , 1684 ) was a high-rank Court noble in the early Edo period . +Kenshi OKUNOMIYA ( December 27 , 1857 - January 24 , 1911 ) was a social movement activist in Japan , who played an active part during Jiyu Minken Undo ( the Freedom and People 's Rights Movement ) . +The battle of Kumeda was a battle that took place in Japan in which Takamasa HATAKEYAMA attacked Yoshitaka MIYOSHI who lined up around Kumeda-dera Temple ( present Kishiwada City , Osaka Prefecture ) in Yagi-mura , Izumi Province ( Osaka ) on March 5 , 1562 . +Katsumasa IKEDA ( 1539-year of death unknown ) , was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) from the Sengoku period ( period of warring states ) to the Azuchi-Momoyama period . +Tsunekuni KAWACHI ( year of birth unknown [ around 1100 ] - year of death unknown [ 1156 according to one theory ] ) was a busho ( Japanese military commander ) during the late Heian period . +Mitsuyuki TOKI ( dates of birth and death unknown ) was a samurai in the early Kamakura period . +OTOMO no Kokimi ( year of birth and death unknown ) was a person in the Asuka period in Japan . +Yasuyuki UMEWAKA ( October 6 , 1917 - January 20 , 2003 ) was a Noh actor of the Kanze school of shite-kata ( lead actors ) . +The term " Ajikan " refers to a method of meditation introduced by Kukai ( a Buddhist priest ) during the Heian period . +Marutamachi-dori Street is one of the major east-west streets in Kyoto City . +Dazai-fu was a local administrative agency established in Chikuzen Province in the late seventh century +The Uji City Tale of Genji Museum in Uji City , Kyoto Prefecture is a museum run by Uji City in order to collect and preserve materials related to the ' Genji Monogatari ' ( Tale of Genji ) . +" Manzaburo UMEWAKA " is the name of the head of Umewaka family , a branch family of Kanze-ryu school of Noh shite-kata ( main roles ) . +Matsukage Chunagon Monogatari is a fictional tale completed during the Muromachi period . +A Fuseya was a temporary relief station and lodging facility for travelers that was established in many parts of Japan during the kodai ritsuryosei ( ancient East Asian system of centralized governance ) . +Jikishi-an Temple is a Buddhist temple belonging to the Pure Land Sect located in Ukyo Ward , Kyoto City . +The hanhaba obi is a kind women 's obi sash used in Japan . +" Nihon Ojo Gokuraku-ki " ( Japanese-version collection of memoirs of persons who became Buddha ) refers to ojoden ( stories of the attainment of rebirth in the Pure Land ) compiled by YOSHISHIGE no Yasutane ( year of birth unknown - 1002 ) in the middle Heian period . +Otsu City is a city located at the southwest end of Shiga Prefecture , which is the prefectural capital . +Chagama is a type of tea utensils used in Sado , which is used to boil water for tea . +The Kurama Fire Festival is one of the annual festivals at the Yuki-jinja Shrine at Kurama , Sakyo Ward , Kyoto City , Kyoto Prefecture . +Rakusaiguchi Station , located on the boundary between Nishikyo Ward , Kyoto City and Muko City , both located in Kyoto Prefecture , is a stop on the Hankyu Kyoto Line , which is operated by the Hankyu Railway . +Kinjo no Mikado ( the emperor regnant ) can also be pronounced as Kinjo-tei . +Shindenbunchi is a form of samurai branch family in the Edo period . +The National Bank ( Kokuritsu Ginko ) is a financial institution which was established based on the National Bank Act issued in 1872 . +KURAKAKI no Maro ( year of birth and death unknown ) was a person from the Asuka Period in Japan . +Kinkane SAIONJI ( year of birth unknown-July 1417 ) was Kugyo ( court noble ) who lived from the period of the Northern and Southern Courts to the Muromachi period . +Kan HOSHO ( May 15 , 1934 - ) is a Nohgakushi ( Noh actor ) playing waki ( supporting role ) of the Shimogakari-Hosho-ryu school . +Motohira KONOE ( 1246 - December 31 , 1268 ) was Kanpaku ( chief advisor to the Emperor ) in the mid Kamakura period . +Miotsukushi ( Channel Buoys ) is one of the fifty-four chapters of " The Tale of Genji . " +Daimon is a type of Japanese kimono for males . +The Imperial Rescript to Soldiers and Sailors was Shochoku ( imperial edict ) that Emperor Meiji issued to soldiers of the army and the navy on January 4 . +Shunoku Soen ( 1529 - 1611 ) was a priest of the Rinzai Sect who lived from the Azuchi-Momoyama period to the beginning of the Edo period . +Tadatomo AOYAMA was a daimyo ( Japanese feudal lord ) of the Edo Period and was Osaka jodai ( the keeper of Osaka-jo Castle ) . +Kogo refers to a lidded small container to put incense in . +FUJIWARA no Edayoshi ( 845 - June 24 , 917 ) was a retainer of the Imperial Court during the first half of the Heian period . +Akinobu KITABATAKE ( c . 1317 - 1380 ) was a busho ( Japanese military commander ) who lived in the period of the Northern and Southern Courts ( Japan ) . +Kogyu YOSHIO ( 1724 - October 4 , 1800 ) was a Ranpoi ( a person who studied Western medicine by means of the Dutch language ) and a Japanese-Dutch interpreter ( official interpreter of the Edo shogunate ) who lived during the middle of the Edo period . +Rishinin , Concubine from Ochi clan . +Amida-ji Temple is a temple belonging to the Chinzei school of the Pure Land Sect located in Kochidani in the northern part of Ohara , Sakyo Ward , Kyoto City . +MINAMOTO no Kintada ( 889 - December 7 , 948 ) was a Japanese official and poet of the mid-Heian period . +MINAMOTO no Yoshikuni was a busho of Kawachi-Genji ( Minamoto clan ) in the late Heian period . +Nanshuo Ikun is a collection of lessons written by Takamori SAIGO . +Hachiman ( Hachiman-shin / Yawata no kami ) is a deity worshipped only in Japan . +TAIRA no Tsunemasa ( birth year unknown to March 27 , 1184 ) was a busho ( Japanese military commander ) and a kajin ( waka poet ) in the end of Heian period . +Fukuhara-kyo is the name of a capital city which TAIRA no Kiyomori wanted to establish and promoted after a plan to build Wada-kyo had ended in failure 1180 ( towards the end of Heian period ) . +The Pricess Masuko ( November 28 , 1711- November 9,1733 ) was the legal wife of Ieshige TOKUGAWA , the ninth Shogun of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +OE no Hiromoto ( 1148 - July 23 , 1225 ) was a governmental official responsible for practical works from the end of the Heian period to the early Kamakura period . +Fujiwara Kyoke is a sub branch of Fujiwara family , started by FUJIWARA no Maro , the forth son of Udaijin ( Minister of the Right ) FUJIWARA no Fuhito . +A lecture and concert held by the Sakata Classic Music Institution ( located in Tokyo ) . +Sankashu is a collection of poems by Saigyo , a poet-priest in the late Heian Period . +浪人 ( ronin ) indicated a person who wandered about provinces other than the one that was recorded in his family register , and was also called a furo ( vagabond ) +Chohan KUMASAKA was a legendary thief who was said to have lived during the Heian period . +Kai no Yusha ( Brave Man from Kai Province ) was a cavalryman fought in the Jinshin War of 672 . +Naomasa BAN ( year of birth unknown - June 9 , 1576 ) was a busho ( Japanese military commander ) in the Azuchi Momoyama period . +Taisuke ITAGAKI ( May 21,1387 - July 16 , 1919 ) was a Japanese samurai , a retainer of the Tosa Domain , and a statesman . +Hi Izuru Tokoro no Tenshi ( Emperor of the Land of the Rising Sun ) is Japanese manga ( cartoon or comics ) , written by Ryoko YAMAGISHI . +Located in Sakyo-ku Ward of Kyoto City , Kyoto Prefectural Library and Archives is a comprehensive cultural facility that serves as a library , document archives , and a museum . +Manpuku-ji Temple , located in Uji City , Kyoto Prefecture , is the grand head temple of the Obaku Sect of Buddhism . +Ichibe Tanaka ( September , 1838 - July , 1910 ) was a businessman and statesman during the Meiji Period and also a grand person in the economic world of the Kansai region . +" Jujushinron " ( Ten Stages of Mind Development ) , or " Himitsu Mandala Jujushinron " ( Ten Abiding Stages on the Secret Mandalas ) to be precise , is one of the most famous writings by Kukai , which was written around 830 and describes the system of Shingon Esoteric Buddhism in response to the imperial order of Emperor Junna . +Established in the Meiji era , the Fuken-kai rules , which set the rules of local assemblies , were the first rules in Japan which specified the establishment of Fuken-kai in prefectures in Japan . +Jokai ( year of birth and death unknown ) is a priest of Kankiko-ji Temple of the Jishu Sect during the mid Kamakura period . +Hajime SAITO ( February 18 , 1844 - September 28 , 1915 ) was a samurai who was active from the end of the Edo period to the Meiji period . +Neishi SAIONJI ( her name can also be pronounced " Yasuko " ) ( 1292 - September 6 , 1357 ) was nyogo ( a high-ranking lady in the court ; a consort of the emperor ) of Emperor Gofushimi ; she was the mother of Emperor Kogon and Emperor Komyo . +Zengoro is one of the head schools of the Kyo yaki ( Kyoto style ceramic art ) . +Senchiyo MATSUDAIRA ( April 22 , 1595 - March 21 , 1600 ) was a member of samurai family in the Azuchi-Momoyama period . +Gobosei ( Pentagram ) is a figure consisting of five lines of equal length that are mutually intersected , and is one kind of star-shaped regular polygon . +The Tenson-zoku ( Tenson tribe ) is a generic term for ancient powers that established the Yamato Dynasty , which appears in the Kojiki ( Records of Ancient Matters ) and the Nihonshoki ( The Chronicles of Japan ) and which is told in Japanese mythology . +ONAKATOMI no Yorimoto ( c . 886 - c . 958 ) was a waka poet in the mid-Heian period . +Gene ( the year of his birth unknown - April 9 , 1350 ) was a Buddhist monk of the Tendai sect and a Confucian scholar who lived during he period of the Northern and Southern Courts ( Japan ) . +Nobuyuki ODA was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +Tadafusa KONOE ( September 24 , 1838-July 16 , 1873 ) was Kugyo ( the top court officials ) in the end of the Edo period . +KUZE Michinori ( 1593-1628 ) was a court noble during the early Edo Period . +Takamori KYOGOKU ( September 22 , 1650 - March 11 , 1709 ) was the third lord of Tanabe Domain of Tango Province . +Tango Explorer is the nickname for Kitakinki Tango Railway KTR Type 001 diesel multiple unit and also the nickname for the limited express trains that Kitakinki Tango Railway and West Japan Railway Company run using diesel railcars . +" Kuzumochi " are Japanese cakes made of kuzuko ( kudzu starch ) . +Nagahiro HIRANO ( November 30 , 1845 - July 29 , 1872 ) was the first feudal lord of Tawaramoto Domain , Yamato Province . +Nichiin ( 1518 - August 16 , 1589 ) was the 13th head priest of Taiseki-ji Temple . +Shide is strips of paper cut and folded in a specific way that are attached to and suspended from Shimenawa ( a sacred straw rope ) , tamagushi ( branch of a sacred tree ) , haraegushi ( branch of a white tree ) , or gohei ( wooden wands ) . +FUJIWARA no Michinori ( 1106 - January 23 , 1160 ) was a noble and scholar living at the end of the Heian period . +Kizugawadai Station , located at 10-2 , Takahi , Haze , Kizugawa City , Kyoto Prefecture , is a railway facility on the Kintetsu Kyoto Line of Kintetsu Corporation . +HADA no Tomotari ( year of birth unknown - August 7 , 672 ) is a historical figure who lived during Japan 's Asuka period . +Fushiminomiya Imperial Prince Sadatake ( January 29 , 1701 - September 7 , 1754 ) was a member of the Imperial Family who lived during the middle of the Edo period . +Priestly Imperial Prince Dojo ( November 7 , 1196 - February 28 , 1249 ) was a Priestly Imperial Prince of the early Kamakura period . +Tsunetane DAIGO ( August 21 , 1717-February 13 , 1781 ) was a high-rank Court noble in the middle of the Edo period . +Onaibutsu is a Buddhist altar , or a principal image enshrined in it . +Itosato ( date of birth and death unknown ) was a woman who lived during the end of the Edo period . +Ochudo ( or ochiudo ) indicates persons who were defeated in a fight and escaped to and lived in a remote rural area or the person 's descendants . +The Oshikoji family ( also known as the Oshinokoji family ) +Honen-ji Temple is a Buddhist temple belonging to the Jodo Sect ( the Pure Land Sect of Buddhism ) located in Sagatenryuji Tateishi-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture . +Kyoto Kaikan Hall is for concerts , located in Okazaki Saishoji-cho , Sakyo-ku Ward , Kyoto City , Kyoto Prefecture . +Seika-cho is a town located on the southwestern edge of Kyoto Prefecture . +FUJIWARA no Akitaka ( 1072 - 1129 ) was a noble who lived in the late Heian period . +Teishitsu Gigeiin was a system for honoring craftspeople and artisans , which had been operated by the Imperial Household Ministry since 1890 until right after the end of the war ( World War II ) . +Mansen Shukai ( also called Bansen Shukai ; " 万川集海 " is officially written as " 萬川集海 " in Chinese characters ) is the ninjutsu ( ninja art ) strategy book including 22 volumes with an additional one volume attached to it written by Samuji Yasutake FUJIBAYASHI , who was a descendant of goshi ( country samurai ) Nagatonokami FUJIBAYASHI , in Iga Province in 1676 . +TAIRA no Norimori was a busho ( Japanese military commander ) in the late Heian period . +Tsunokakushi is a wide strip of cloth worn by a bride at a Japanese-style wedding ceremony , covering her head including the coiffure called Bunkintakashimada . +Kyoka Gikyoku Jusshu refers to the eight specialty plays of Sadanji ICHIKAWA of Takashimaya ( kabuki ) selected by Sadanji ICHIKAWA the second . +Chushojima is a name of a place in Fushimi Ward , Kyoto City . +Kigenji IGUCHI ( 1870 to July 21 , 1938 ) was from Azumino City , Nagano Prefecture , and was the founder of ' Kenseigijuku , ' a private school based on Christianity . +" Minosuke BANDO " is a professional name used by Kabuki ( a traditional form of drama and music performed by male actors ) actors . +The Kyoto Prize in the category of Arts and Philosophy is a prize awarded to an artist or philosopher for outstanding achievements in his or her respective field . +The Itoku school is an extinct school of otsuzumi-kata ( large hand drum players ) in Nohgaku ( the art of Noh ) . +Kasei Culture was townsman culture that developed in the late Edo period , mainly between 1804 and 1829 . +Chokushisho was an extra statutory office established in the latter half of the Nara period under the ritsuryo system . +" Hatsuuri " means that retailers start business for the first time in the new year . +Kannonsho-ji Temple is a temple of the Tendai sect located in Azuchi-cho , Gamo County , Shiga Prefecture . +Taigaiko was the idea or concept that considered the situation of Japan in the international community as the critical externally , and only the forceful diplomacy including the military force which denies the international cooperation , and values national independence can defuse a crisis . +Kanroku ( years of birth and death unknown ) was a Korean Buddhist monk who lived in the early seventh century Kudara ( Baekje , Paekche ) . +FUJIWARA no Motomichi ( year of birth and death unknown ) was a local government officer in Mutsu Province who lived during the later Heian period . +Yoshihisa KIRA was a koke ( master of ceremony ) in the early Edo period . +Sukehira TAKATSUKASA ( March 17 , 1739 - February 8 , 1813 ) was a court noble who lived in the middle of the Edo period . +Ryonoshuge is a commentary on the Yoro Ritsuryo Code written in the early ninth century ( around 868 ) . +Sung currency is copper coins which were minted in China during the Baisong period . +Toshi choja indicates ujichoja ( the head ) of the Fujiwara clan . +Kijoshu sake is a sweet Japanese rice wine with a unique thickness brewed using sake instead of water . +" Zaike-yaku " refers to the tax and the labor that were imposed per " zaike " in medieval Japan . +Kamikoma Station , located in Kita-Nodashiba , Kamikoma , Yamashiro-cho , Kizugawa City in Kyoto Prefecture , is a stop on the Nara Line of West Japan Railway Company ( JR West ) . +KOSOHE no Okuchi ( year of birth and death unknown ) was a historical figure who lived during Japan 's Asuka period . +Jikun Toren ( 1383 - February 5 , 1471 ) was a Rinzai Sect priest in the middle of the Muromachi period . +Yuba is a processed food made from soybeans . +KUSU no Iwate lived during Japan 's Asuka Period . +Buyaku refers to labor allocation imposed on subjects by each ruler in Japanese history . +Nobutaka KONPARU ( 1920 - ) is a Noh actor of the Konparu school of shite-kata ( lead actors ) . +Kunaikyo or Gotoba / Gotobanoin Kunaikyo was a court-lady poet who is representative of a period when Shinkokin ( Wakashu , or New Collection of Ancient and Modern Japanese Poetry ) was compiled . +Jogan-shiki Code was a Kyakushiki code ( amendments and enforcement regulations of the Ritsuryo Code ) that was compiled and enforced in the early Heian period . +Changes of dynasties theories are doctrines which say , due to the interruption in the imperial line of the Imperial Family in the Kofun period in Japan , dynasties were changed several times . +Chikkin is a koto ( a traditional Japanese stringed musical instrument ) with three strings , which was invented by Chikkin ( Yosaburo ) TAMURA from Numazu City , Shizuoka Prefecture , in August , 1886 . +Shoen Seiri-rei is a set of acts issued during the Heian period . +The Nakasendai War was a rebellion that occurred in July 1335 in which Tokiyuki HOJO , a bereaved son of Takatoki HOJO ( the 14th shikken [ shogunal regent ] of the Kamakura bakufu [ Japanese feudal government headed by a shogun ] ) , raised an army , with the support of Yorishige SUWA ( the period of Northern and Southern Courts ) of Shinano Province , with the aim to restore the Kamakura bakufu . +Oyatsu-hime , written as " 大屋都比賣神 " or " 大屋津姫命 , " is the goddess of trees in Japanese mythology . +Nichiryu ( 1385 - 1464 ) was a Nichiren sect priest in the middle of the Muromachi period . +FUJIWARA no Yoshiyori ( 1002 - July 23 , 1048 ) was a court noble during the mid-Heian period . +FUJIWARA no Asateru ( or Asamitsu ) ( 951 - April 22 , 995 ) was a court noble who lived during the Heian Period . +The Hokyo-ji Temple of the Rinzai sect is located in Kamigyo Ward , Kyoto City , and the temple is known as an Amamonzeki-ji Temple , which used to be run by nuns of noble women . +The National Diet Library ( NDL ) provides services for members of Japan 's Diet in their research and study , as well as the executive agencies of the government and the general public in Japan . +Terauke seido was a system introduced in 1664 , during the early modern age , by the Edo shogunate in order to ban Christianity and the belief of Fujufuse Group ( Not Receive and Not Give Group ) , and to force the believers to convert . +Myobo kanmon is kanmon ( report ) prepared by scholars ( Myobo-ke ) of Myobodo ( study of Codes ) including Myobo hakase to respond to consultation . +Rankei Doryu ( 1213 - August 13 , 1278 ) was a Zen priest and the founder of the Daikaku-ha school who came to Japan from China at the time of the Southern Sung Dynasty in the middle of the Kamakura Period . +Nobukimi ANAYAMA / Baisetsu ANAYAMA was a military commander during the period of warring states . +This section on " Town names in Minami Ward , Kyoto City " lists official town names in Minami Ward and summarizes the period and process of their establishment . +Kugyo-bunin is a historical material of Japan and the directory of successive personnel in the Imperial Court . +Kaiseigakari is a department set in Minbusho ( Ministry of Popular Affairs ) on December 20 , 1869 . +Sozaburo KANO ( the date of birth and death unknown ) was from Kyoto and was a member of Shinsengumi . +Asomi ( or Ason ) ( written as 朝臣 ) was the second rank of kabane ( hereditary title ) which was created in a system of Yakusa no Kabane ( the eight honorary titles ) established in 684 . +" Hoto " is a Buddhist pagoda composed of a cylindrical or octagonal toshin ( the body of a pagoda , ) with a square-shaped roof on it , and sorin ( a metal pinnacle placed on the top of a pagoda ) . +BiVi Nijo is a four-story commercial building housing stores and other facilities , constructed in the former railway yard site of Japanese National Railway in front of the western entrance to Nijo Station in Nakagyo Ward , Kyoto City , Kyoto Prefecture . +Sotan KAMIYA ( February 16 , 1551 - December 7 , 1635 ) was a wealthy merchant in Hakata during the Sengoku period ( Period of Warring States ) and the early Edo period . +Shichidayu KITA is one of the names used by the head family of the shite-kata Kita school ( one of the five schools of shite-kata [ main roles ] ) . +The Izumi school is one of the schools of Kyogen ( farce played during a Noh cycle ) . +Jogon-in Temple is a Jodo ( Pure Land ) sect temple located in Azuchi-cho , Gamo-gun , Shiga Prefecture . +The twenty-six Martyrs of Japan is 26 Catholics executed in Nagasaki City on February 5 , 1597 by order of Hideyoshi TOYOTOMI . +Chazan KAN ( February 29 , 1748 - October 3 , 1827 ) was a Confucian scholar and composer of Chinese poems , who lived during the late Edo period . +The term Uiro refers to a sort of sweetened steamed cake made of rice powder . +Rokujo-dori Street is one of the major east-west streets in Kyoto City . +Summary +Koga-no-sato Ninjutsu-mura ( Koga Ninja Village ) is a Ninjutsu theme park located in Oki , Koka-cho , Koka City , Shiga Prefecture . +Yoshihiro Hatakeyama ( 1437 - January 30 , 1491 ) was a general of the Muromachi period . +King SHO Tai ( August 3 , 1843 - August 19 , 1901 ) was a King of the Ryukyu Kingdom , the 19th of the line of the Second Sho Dynasty . +Ryu Jinki ( pinyin : Liú Rénguĭ , 602-March 2 , 685 ) is a busho ( military commander ) in the period of Tang Dynasty in China . +Heiroku is one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Hyakki Tsurezure Bukuro " ( The Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +Gunemon ONO was the eldest legitimate son of Tomofusa ONO , a chief retainer of the Asano clan of Ako Domain . +FUJIWARA no Takako +Eikichi WAKATA ( February 2 , 1851 - June 18 , 1919 ) was a troop of the first squad ( ' ichibuntai ' in Japanese ) of the Hakodate Shinsengumi ( the Shinsengumi in Hakodate , where the Shinsengumi which literally meant the newly selected corps referred to a special police force for the Tokugawa regime ) . +The " Gikeiki " is a war chronicle focused mainly on MINAMOTO no Yoshitsune and his retainers , and is believed to have been created either during the Nanbokucho period ( Japan 's period of Northern and Southern Courts ) or at the beginning of the Muromachi period . +Hashinosuke NAKAMURA is one of the professional names of Kabuki ( traditional performing art ) actors . +Chonen ( February 25 , 938 - April 25 , 1016 ) was a priest at Todai-ji Temple during the mid-Heian period . +Sakimori-no-uta is a group of poems written by the Sakimori guards who were deployed on the coast of Kyushu after Taika no Kaishin ( The Great Reformation of the Taika Era ) . +Sesson ( ca . 1504-1589 ) was a suiboku ( ink-wash painting ) painter who lived in the late Muromachi period . +Shigekuni SHIBUYA ( year of birth and death unknown ) was a samurai in the closing years of the Heian period and the early years of the Kamakura period . +Totsukawa Onsen Hot Spring is a hot spring in Totsukawa-mura , Yoshino-gun , Nara Prefecture ( the former Yamato Province ) . +Genyu ( 1529 - November 14 , 1605 ) was a Shingon Sect Buddhist monk who lived from the Sengoku period ( period of warring states ) into the beginning of the Edo period . +Koto no naishi was a female court noble during the period of the Northern and Southern Courts ( Japan ) . +Asuka-mura is a village located in the center of Nara Prefecture . +Masaie KONOE ( 1444 - July 30 , 1505 ) was a Kuge ( court noble ) , who lived between the mid-Muromachi period to the early the Sengoku Period ( Period of Warring States ) ( Japan ) . +Otokuni-dera Temple is a Buddhist temple belonging to the Buzan school of the Shingon Sect located in Nagaokakyo City , Kyoto Prefecture . +Jizo-ji Temple is a Buddhist temple belonging to the Pure Land Sect located in Katsura , Nishikyo Ward , Kyoto City . +Written in an oraimono ( exchange of letters ) style , Teikin Orai was an elementary textbook used as a copybook and reader at Terakoya ( temple elementary schools during the Edo period ) . +Konnyaku ( scientific name : Amorphophallus konjac ) refers to an herb of the Araceae family or a food derived from the plant 's bulb . +Tsurezuregusa is an essay which was written by Kenko YOSHIDA , or Kaneyoshi URABE ( real name ) . +Dream Kyoto-go is an overnight inter-city highway bus ( nicknamed ' Dream-go ' ) that connects Tokyo Prefecture and Kyoto City in Kyoto Prefecture . +Kinugasa-Utano-sen , Kyoto City Road 183 is a major local road that extends from Rokuon-ji mae Intersection ( Kita Ward , Kyoto City ) to Fukuoji Intersection ( Ukyo Ward , Kyoto City ) . +Iesada KAZANIN ( 花山院 家定 , August 3 , 1283 - June 10 , 1342 ) was a Kugyo ( high court noble ) in the late Kamakura period . +Nobuhide ODA was the sixth son of Nobunaga ODA . +Yoshisada NITTA was a gokenin ( immediate vassal of shogunate ) during the last stage of the Kamakura period as well as a busho ( military commander ) in the Northern and Southern Courts period ( Japan ) . +Kichibe OKUMURA was one of the Senke Jisshoku ( The Ten Craftsmen of the House of Sen ) . +Taga Steam Locomotive ( SL ) Park was at one time the SL Hotel that was located at Binmanji , Taga-cho , Inukami-gun , Saga Prefecture . +The Kansai Main Line is a railway line ( main line ) running from Nagoya Station , located in Nakamura Ward , Nagoya City , Aichi Prefecture , to the JR Namba Station , located in Naniwa Ward , Osaka City , Osaka Prefecture , via the Kameyama Station ( Mie Prefecture ) and the Nara Station . +Daidairi is an Imperial Palace in the ancient capital of Heian . +Kazoku indicates the noble class that existed in modern Japan from 1869 to 1947 . +Kinmochi SAIONJI ( December 7 , 1849 - November 24 , 1940 ) was a noble in the Japanese Court and a politician . +Yuzensai MIYAZAKI was a painter of folding fan who was active in Kyoto during early to mid Edo period . +During the Heian period , the Higashi Sanjo-dono Residence was built in an area of 1-cho and 2-cho ( placed in the north-south direction ) of 3-jo and 3-bo in Sakyo ( the left-side area of the capital ) ( present Nijo-oji Minami Nishino Toin-oji Higashi ) . +Sanefumi KAWABATA ( May 10 , 1845 – July 16 , 1910 ) was a court noble and a statesman active in the period since the end of the Edo period until the Meiji era . +Kogo-ishi or kogo-ishi style mountain castles were castles built on mountains in ancient times , and because there is no description of them in the ' Nihon shoki ' ( Chronicles of Japan ) or ' Zoku Nihon shoki ' ( the sequel to Chronicles of Japan ) they can be identified only through remains . +Gobugyo indicates a system consisting of five government officials ( whose duties can be called magistrate or commissioner ) , that mainly took charge of practical businesses of the Toyotomi Administration at the last days of the administration during the Azuchi Momoyama period . +Sorai OGYU ( March 21 , 1666 - February 28 , 1728 ) is a Confucian , thinker and philologist in the middle of the Edo period . +FUJIWARA no Nobunaga ( 1022-October 20 , 1094 ) was a courtier from the middle to late Heian period . +Yorinori TADA ( year of birth unknown - 1156 ) was a warlord who lived toward the end of the Heian period . +Nichisei Kankeishi ( or Nissei Kankeishi ) refers to the history of relations between Spain and Japan . +Torataro YOSHIMURA ( May 22 , 1837 - November 8 , 1863 ) was a royalist from Tosa Clan who lived around the end of Edo period . +Tokisuke HOJO was the eldest son ( illegitimate child ) of Tokiyori HOJO , the fifth regent of Kamakura bakufu ( Japanese feudal government headed by a shogun ) and served in Rokuhara Tandai Minamikata ( Rokuhara Tandai South ) in the mid Kamakura period . +Chazuke is a bowl of boiled rice with tea poured over it . +Maizuru Tsutsuji ( azalea ) Matsuri Festival is one of the festivals that takes place in Maizuru City , Kyoto Prefecture . +Miyakokoryu is a style of ikebana ( flower arrangement , or kado ) which was created by Kuhyodo Hitoami ISOGAI in November 1902 . +Jiro UTSUMI ( 1836 - ? ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) from Kawagoe City , Musashi Province . +Reizeiin was an Imperial Palace for the emperor who abdicated the throne during the Heian period . +Kyugoro JINMAKU ( June 4 , 1829 - 21 October , 1903 ) was sumo wrestler of the Edo period . +Nakatsukasa ( ca . 912-ca . 991 ) was a female poet who lived in the mid-Heian period . +Koremasa WADA was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +Kinkazu SHIGENOI ( December 19 , 1733 - October 23 , 1781 ) was a noble who lived in the middle of Edo Period . +Rakugo is a traditional Japanese narrative art handed down through the generations that was established in early modern times . +MINAMOTO no Kunizane ( 1069 - February 26 , 1111 ) was a court noble in the late Heian period and also was a waka poet whose works were selected for Chokusenshu ( anthology of poems collected by Imperial command ) . +Kakua ( 1143 - unknown ) was a priest in the Tendai Sect of Buddhism from the end of the Heian period until the beginning of the Kamakura period . +Nagataka MORI ( 1566 - July 1 , 1582 ) was one of Nobunaga ODA 's bodyguards . +SAKANOUE no Okina ( year of birth unknown - June 13 , 699 ? ) was a person in the Asuka period of Japan . +Yoritane CHIBA ( December 16 , 1239 – September 7 , 1275 ) was a busho ( Japanese military commander ) in the mid Kamakura period . +Itsuun KINOSHITA ( September 19 , 1800 , to September 12 , 1866 ) was a nanga painter ( an original style of painting in the Edo period which had a great deal of influence from the Chinese Nanga style ) during the latter part of the Edo period . +Masatsuna KUSUNOKI ( 1346 - year of death unknown ) was a busho ( Japanese military commander ) , who lived during the period of the Northern and Southern Courts . +Shuto is salted fish guts of a skipjack tuna , a bonito . +Shinnyo ( 1682 - November 5 , 1744 ) was a Jodo Shinshu ( True Pure Land Sect Buddhism ) priest and the 17th Hoshu ( high priest ) of the Higashi Hongan-ji Temple . +Internet Sanpai is the act of visiting and praying at websites provided by Shinto shrines and Buddhist temples . +Sagano Scenic Railway is the company operating Torokko trams on the Sagano Sight-seeing Tram Line , which utilizes the old San-in Line in Kyoto City , Kyoto Prefecture . +The Ranteijo is the work of calligraphy written by Wang Xi-Zhi and the most famous in the calligraphy world . +Sukemasa MATSUDAIRA was the second lord of the Hamamatsu Domain , Totomi Province . +Arashiyama stations are stations located in Kyoto City . +" Kawarake Nage " refers to throwing an unglazed or sunbaked earthen sake cup or dish from a high place , wishing protection from evil and so on . +Tsuguo IESATO ( 1840 - June 10 , 1863 ) was a member of Mibu-Roshigumi ( Mibu masterless warrior group ) . +Kyusei koto gakko was an institution of higher education in Japan based on the Higher School Order ( in 1894 and 1918 ) that existed until 1950 . +YOSHISHIGE no Yasutane ( about 931 - December 3 , 1002 ) was a bunjin ( educated person with an ability of good writing ) and Confucian in the mid Heian period . +Sadashige KAWAGOE ( 1272 - June 21 , 1333 ) was a Japanese military commander of Kawagoe Yakata , Iruma District , Musashi Province in the late Kamakura period . +The Saionji Family were court nobility descended from the Fujiwara clan . +The Fujiwara were a noble clan that existed in Japan from the ancient period until the early modern period . +Kanagamisaki Cape belongs to Maizuru City , Kyoto Prefecture , and faces the Japan Sea ( western part of Wakasa Bay ) . +Soku OGA ( year of birth unknown -1630 ) was a Japanese trader . +Sasaki-jinja Shrine stands at Azuchi-cho , Gamo County , Shiga Prefecture . +FUJIWARA no Kanesuke ( 877 - March 21 , 933 ) was a mid-Heian period court noble and poet . +Genji Kuyo is to hold a commemorative service for the Tale of Genji and its author Murasaki Shikibu . +Noburu KANAI ( February 26 , 1865 - August 13 , 1933 ) was from Shizuoka Prefecture , an economist and a member of Society for the Study of Social Policy . +Nobunao MATSUDAIRA was the second lord of the Kameyama Domain , Tanba Province . +Kichiya musubi was a way of tying an obi for kimono that was in style during the Genroku era in Edo Period . +KI no Mahito ( 747 - September 27 , 805 ) was a low to medium rank government official during the early Heian period . +SAKANOUE no Haruko ( year of birth unknown – 834 ) was a daughter of SAKANOUE no Tamuramaro . +Jun FUKUDA ( February 17 , 1923 - December 3 , 2000 ) was a Japanese film director . +NAKAHARA no Morotsura ( 1220 - 1283 ) was a working-level official of the bakufu ( Japanese feudal government headed by a shogun ) during the middle of the Kamakura period . +FUMI no Jokaku was a figure in the Asuka period of Japan ( year of birth and death unknown ) . +FUJIWARA no Sanekata ( birth date is unknown and died January 7 , 999 ) was a mid-Heian period court noble and poet . +Mikisaburo SUZUKI ( August 15 , 1837 - July 11 , 1919 ) was the leader of the Ninth Unit of Shinsengumi and a member of Goryo-eji ( guards of Imperial mausoleums ) . +Shido NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +KIFUMI no Otomo ( year of birth unknown - November 9 , 710 ) lived in the Asuka period in Japan . +Dangiku jiji and Kikukichi jiji are slang or jargon used among Kabuki fans . +Chikusen MIURA is a pottery and a family name of Kyo yaki ( Kyoto style ceramic art , or kiyomizu-ware ) . +" Sanjo-wasan " is a collective term for Jodo-wasan ( hymns of the Pure Land school ) , Koso-wasan ( hymns about high-ranked priests ) , and Shozomatsu-wasan ( hymns about three stages of the history of Buddhism ) , all of which were written in Japanese by Shinran . +Nichiga ( 1508 - December 21 , 1586 ) was a Buddhist monk of Hokkeshu sect during the Sengoku Period ( Period of Warring States ) . +Ryuson ( 706-June 9 , 760 ) was a priest in the Nara period . +Tsunemoto KIKKAWA ( 1428 – January 28 , 1520 ) was a busho ( Japanese military commander ) during the Sengoku Period ( Period of Warring States [ in Japan ] ) . +Seisuke OGAWA ( 1832 - 1880 ) was a stonemason active in the southern part of Izu Peninsula from the end of Edo Period to early Meiji Period . +Daishogun ( also Taishogun ) +FUJIWARA no Hamanari ( 724 - March 12 , 790 ) was nobility and a poet in the Nara period . +Ikura is salmon roe . +The Nara Peerage refers to a family line and its people , who returned to the court noble society and entitled to be the peerage after the Meiji Restoration due to the special circumstances described below . +Shinkoku ( Shinshu ) means ' country of God ' +Takanori KUKI ( September 28 , 1800 - May 30 , 1853 ) was the eigth lord of he Ayabe Domain , Tanba Province . +Naoyoshi SHINJO ( 1599 - 4 September , 1662 ) was a Daimyo ( feudal lord ) during the Edo period . +O no Jinenmaro ( birth year unknown - October 16 , 886 ) was an expert in gagaku ( ancient Japanese court dance and music ) in the early Heian Period . +Masatsugu ISHIDA ( birth date unknown - October 23 , 1600 ) was a busho ( Japanese military commander ) of the Azuchi-Momoyama period . +Takakura-rikkyo is an overpass located on the east side of Kyoto Station . +HARUSUMI no Amaneiko ( year of birth and death unknown ) was a nyokan ( court lady ) / waka poet . +Shua ( year of birth unknown - c . 1377 ) was a renga poet ( linked-verse poet ) in the period of the Northern and Southern Courts ( Japan ) who belonged to the ordinary people class . +Muromachi Bakufu was a samurai government established by Takauji ASHIKAGA . +Sadaakira SUGANUMA was the second lord of the Kameyama Domain in Tanba Province . +Imperial Princess Gashi ( Masako ) ( 910 - October 3 , 954 ) was the 10th princess of the 60th Emperor Daigo . +Kokujin-ryoshu sei was a thesis concerning the structure of Japan during the late medieval period ( the period of the Northern and Southern Courts ( Japan ) , the Muromachi period , and the Sengoku period - period of warring states ) -- accordingly , the structure should be comprehended through research of movement of kokujin-ryoshu ( local samurai lords ) who directly ruled the farmers . +Mitsuosa IRAKO ( October 7 , 1823-September 23 , 1881 ) was a Japanese medical doctor from the end of Edo period to the early Meiji period . +The " kami " found in Shinto are objects of faith that are to be feared or held in awe . +Kume-dera Temple , located in Kume Town , Kashihara City , Nara Prefecture , is a temple that belongs to the Omuro school of the Shingon sect of Buddhism . +Koho-an Temple is a sub-temple located within the precinct of Rinzai sect Daihonzan ( Head Temple ) Daitoku-ji Temple in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +Kishima MAEBA ( September 5 , 1846 - April 2 , 1915 ) was the leader of the Fourth Squad of Hakodate Shinsen-gumi . +Yasuzumi WAKISAKA was the third lord of the Tatsuno domain of Harima Province . +Tadakage SHIMAZU ( 1241 - 1300 ) was busho ( Japanese military commander ) and kajin ( waka poet ) in the Kamakura period . +" Kaya Tetsudo " refers to the railway which connected Tango Yamada Station ( the present Nodagawa Station of Kitakinki Tango Railway Miyazu Line ) located at Nodagawa Town ( the present Yosano Town ) , Yosa County , Kyoto Prefecture , with Kaya Station located at Kaya Town ( the present Yosano Town ) in the Yosa County . +Hyaku-do mairi ( the hundred-fold visit ) is a folk religious practice in Japan , in which a person visits a temple or shrine in order to pray to the gods and then , at that same temple or shrine , pays his or her respects one hundred times . +Emperor Ojin ( January 5 , 201-March 31 , 310 ) was the fifteenth Emperor , who was in the reign from February 8 , 270 to March 31 , 310 . +Junen is ( a manner of ) chanting a homage to Amida Buddha ten times . +Sanemi OGIMACHISANJO ( 1264 - year of death unknown ) was a Kugyo ( court noble ) in Kamakura period . +" Mihotsu-hime " is a god ( Shinto ) appearing in Japanese mythology . +Kihachi OKAMOTO ( February 17 , 1924 - February 19 , 2005 ) was a film director in Japan . +Nagahama Hachimangu Shrine stands in Nagahama City , Shiga Prefecture . +Isatsu-gawa River , a class B river system , runs mainly through Maizuru City , Kyoto Prefecture . +ONAKATOMI no Yoshinobu ( 921 - August 991 ) was a poet in the mid-Heian period . +Keishitsu means second wife . +Shizuko NOGI ( November 29 , 1859-September 13 , 1912 ) was a woman who lived from the end of the Edo period to the Meiji period and the wife of Maresuke NOGI who was Army General . +Goi no Kurodo was a post of Ryoge no kan ( class outside of the Ritsuryo system ) under the Japanese Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Koyo OZAKI ( January 10 , 1868 - October 30 , 1903 ) was a Japanese novelist . +Furofuki daikon is simmered Japanese radish , which is often served with Miso sauce . +Tadahide MATSUDAIRA ( 1640 - year of death unknown ) lived in the Edo period . +Higashiyama Ward is one of the eleven wards that constitute Kyoto City . +Yasuto HIROSAWA ( February 24 , 1830 - February 5 , 1891 ) was a feudal retainer of the Aizu clan ( now Fukushima Prefecture ) lived in the last days of the Tokugawa shogunate during the late Edo period . +Yoshiyasu TAMAKI ( August 8 , 1552 - 1633 ) was the busho ( Japanese military commander ) of Aki Province during in the Sengoku Period ( Period of Warring States ) . +Mitsutada AKECHI ( 1540 ? ) - July 4 , 1582 ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +The word Kyo no Nanakuchi ( Seven Entrances to Kyoto ) was used to collectively refer to the entrances of roads leading to Kyo ( Kyoto ) . +Kawabata-dori Street is one of the streets of Kyoto City . +Horin-ji Temple is a Buddhist temple located in Nishikyo Ward , Kyoto City . +Tekona is the name of a woman who is believed to have lived in Mama , Katsushika , Shimosa Province ( present-day Ichikawa City , Chiba Prefecture ) before the Nara Period . +Kinhiko IMADEGAWA ( 1506 - March 11 , 1578 ) was a kugyo ( court noble ) who lived during the latter half of the Muromachi period ( Sengoku period - period of warring states in Japan ) . +According to the " Kojiki " ( The Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) , Ioto no miya was an imperial palace established in the capital of ancient Japan ( in the early days of the Yamato dynasty ) . +The garden of Heian-jingu Shrine is a modern Japanese garden of the chisen kaiyu style ( a style of Japanese garden with a path around a central pond ) in Sakyo Ward , Kyoto City , Kyoto Prefecture . +The Settan-kaido Road was the principal road connecting Settsu Province and Tanba Province ( present-day Ikeda City , Osaka Prefecture , and Kameoka City , Kyoto Prefecture , respectively ) . +Muro no Okimi ( year of birth unknown - 746 ) was a member of the Imperial Family in Japan . +IOI no Kujira ( date of birth and death unknown ) lived during the Asuka period of Japan . +Tsunohanzo is one of Japanese yokai ( ghosts , spirits and monsters ) which is portrayed in Sekien TORIYAMA 's yokai art collection book , " Gazu Hyakki Tsurezure Bukuro " ( The Illustrated Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +Katsutaro HITOMI ( born on November 30 , 1843 and died on December 31 , 1922 ) was a vassal of Tokugawa Shogunate in the end of Edo period and a bureaucrat and businessman in the Meiji period . +Toiya ( Tonya ) refers to a wholesale agent as a general meaning used today ; it has different meanings , however , if it is used in the context of history or the law . +Prince Isonokamibe ( also pronounced Isonokamibe no oji , Isonokamibe no miko [ date of birth and death unknown ] ) +Chikayo OTOMO ( Birth date unknown - April 1 , 1418 ) was a Shugo Daimyo ( Guardian Feudal Lord ) over the period of Northern and Southern Courts in Japan and Muromachi Period . +Daijokan +OE no Takachika ( date of birth unknown - July or August , 1046 ) was a nobility who lived in the Heian period . +MIWA no Fumiya ( the year of birth unknown - 643 ? ) was a person in the Asuka period . +The Kokyu junishi is an organization of 宮人 ( kunin / kyujin or court ladies , later called nyokan ) prescribed in the Japanese ritsuryo system . +A local lord ( or " Zaichi ryoshu " in Japanese ) is an appropriator with the authority to control farmers and fishermen in his territory by executing authority under the Shoen koryo sei ( System of Public Lands and Private Estates ) in Medieval Japan . +The Ogasawara-ryu is a school of traditional samurai arts , that was originally founded to teach equestrian archery ( kisha ) . +Shaku ( 尺 ) is one of the units in the traditional East Asian system of weights and measures . +Socialism Society was a socialism group in the Meiji Period . +Yuzuyu refers to the drink made by boiling yuzu ( citrus fruit ) in sugared water and diluting the sugared water seasoned with the yuzu flavor with hot water ( yuzu tea ) . +The military government was an administration under the control of samurai . +Tonan UTSUNOMIYA ( April 8 , 1633 - November 3 , 1707 ) was a Confucian scholar during the Edo period . +Emperor Gosai ( January 1 , 1638 - March 26 , 1685 ) , the 111th Emperor , reigned during the Edo period ( from January 5 , 1655 to March 5 , 1663 ) . +Yuzen is a technique to dye cloth with patterns on it . +FUJIWARA no Takayoshi ( year of birth and death unknown ) was a painter during the late Heian period . +Hirofusa SEIKANJI ( May 7 , 1633 - November 25 , 1686 ) was a Kugyo ( a Court noble ) and a retainer of the Imperial Court during the early Edo period . +Fushimi no Miya is one of the Miyake ( house of imperial prince ) . +Tadatsune KAZANIN ( January 1173 ( by the old calendar ) - August 25 , 1229 ) was a kugyo ( court noble ) who lived in the Kamakura period . +Azechi ( Inspector of the provincial government ) +Hidemasa HORI was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) in the Sengoku period ( period of warring states ) . +FUJIWARA no Sadanobu ( 1088 - February 17 , 1156 ) was a calligrapher during the late Heian period . +The Ordinance for Keeping and Disposal of Castles and Selection of Military Posts is an edict and notice of Dajokan ( Grand Council of state ) issued by the Meiji Government to Okura-sho ( Ministry of the Treasury ) on January 14 , 1873 , regarding the property management policies on castles and jinya ( regional government office ) across the country . +Genroku chushingura is a program of Kabuki , and is a Shin-kabuki ( new Kabuki ) written by Seika MAYAMA . +Genpachi MITSUKURI ( June 26 , 1862 - August 9 , 1919 ) was a historian who was born in Edo ( present-day Tokyo ) . +Goryosho , which is also called ryosho or goryo , is the land under the direct control of an official authority such as the Emperor ( the Imperial family ) or Shogunate . +Kamimusubi ( or Kamimusuhi , Kamumusubi ) is a god ( Shinto ) in Japanese mythology . +Ensho ( 880 - March 6 , 964 ) was a priest of the Tendai Sect in the middle of the Heian period . +Josai KONO ( 1742-March 26 , 1779 ) was a Japanese Confusian scholar and composer of Chinese poems in the middle of the Edo period . +Nagas no kuni no miyatsuko ( also known as Nagasa kokuzo ) was a kuni no miyatsuko that ruled the east part of Awa Province in ancient Japan . +A member of Yamanouchi-Uesugi family in the period of Northern and Southern Courts ( Japan ) . +Family , clan +Anna MAKINO ( December 4 , 1971 - ) is the representative of LOVE JUNX . +Honinbo Shuei ( November 1 , 1852 - February 10 , 1907 ) was an Igo ( board game of capturing territory ) player in the Edo and Meiji periods , also known as Shuei HAYASHI the 13th , Honinbo the 17th and the 19th , and a Meijin ( master ) ( Igo ) . +" Hanayorimo Hananogotoku " ( More Flower-like Than Flowers ) is a manga about Noh ( traditional masked dance-drama ) by Minako NARITA . +Located in Fujiidera City , Osaka Prefecture , the Hasamiyama Remains are compound remains where remains and relics in various periods from the Paleolithic period ( in Japan ) to the early-modern times have been found . +Nyoirin-ji Temple is a Jodoshu sect ( Pure Land sect ) temple in Yoshino-cho , Yoshino County , Nara Prefecture . +Uchitachi is a term used in martial arts , especially in swordplay and budo ( Japanese martial arts ) such as in the Japanese art of fencing . +Hassaku is the abbreviation of hachigatsu sakujitsu which means August 1 on the lunar calendar . +In-no-hyojo was an agreement presided by the retired emperor or cloistered emperor during his post-retirement government . +Fujiuji ASHIKAGA ( year of birth unknown - 1566 ) was a person in the Sengoku period . +Shigekane AOKI ( January 27 , 1607 - October14 , 1682 ) was the second lord of the Asada domain , Settsu Province . +MIWA no Takechimaro ( year of birth unknown - February 3rd , 706 ) was a person of the Asuka Period in Japan . +Fuyo KO ( April 30 , 1722 - June 13 , 1784 ) was a Confucian scholar , tenkoku ( seal-engraving ) and painter in the mid Edo period . +Kasetsu KANZE ( November 14 , 1884 - January 6 , 1959 ) was a Noh actor , shite-kata ( main roles ) of Kanze school in the Showa period . +Gohei is one type of heihaku used in the religious services of Shinto , made by clipping two shide ( zigzag strips of paper ) into a heigushi ( staff ) made of bamboo or other wood . +Yasutake YOKOYAMA ( 1843 - August 22 , 1870 ) was an indignant person who served in Kagoshima Domain . +Maizuru Port , located in Maizuru City , Kyoto Prefecture , is a key port . +Japan / Kinki Region / Kyoto Prefecture / Kuse-gun +Takafusa MADENOKOJI ( November 13 , 1592 - May 5 , 1617 ) was a court noble in the Edo period . +The history of Japanese navy goes back to the early medieval period in which Japan interacted with countries on the Asian Continent . +Shinsatsu is a gofu ( talisman ) distributed by shrines . +Yoshihide ROKKAKU ( 1532-1569 ) was a busho ( Japanese military commander ) who lived between the Sengoku and the Azuchi Momoyama periods . +Kinteki ( the regular close-ranged shooting ) is one of the kyudo ( Japanese art of archery ) events established by the Rules of All Nippon Kyudo Federation . +Sakekasu ( sake lees ) is the solid white substance that remains after pressing the main fermenting mash used to make Japanese sake ( rice wine ) +Kinsada TOIN ( March 3 , 1340 - July 26 , 1399 ) was a kuge ( court noble ) during the period of the Northern and Southern Courts ( Japan ) . +Tochi no Himemiko ( 653 [ Some say 648 ] - May 3 , 678 ) was the first Princess of Emperor Tenmu ( Mother was Nukata no Okimi ) and the lawful wife of Prince Otomo ( Otomo no Oji ) ( Emperor Kobun ) . +Zokumyojyuho means treasured heirloom to atone life and indicates the teachings in " Nehan-gyo Sutra " ( The Sutra of The Great Nirvana ) defined by Tendai Daishi Chigi . +Ono Station , located in Yamashina Ward , Kyoto City , is a railroad station on the Kyoto Municipal Subway Tozai Line . +Sadamitsu USUI ( 954-1021 ) was a busho ( Japanese military commander ) who lived during the middle of the Heian Period . +Oharae ( the great purification ) is an event of removing calamity held on June 30 and December 31 . +Ondo is one of the subjects of Daigaku-ryo , an educational institution under the system of centralized administration established under the Ritsuryo Legal Codes in Japan , to learn the Han pronunciations of Chinese characters in order to allow the reading aloud of the scriptures of Confucianism with the original pronunciations . +Sobuji-rei was an edict that prohibited duels between daimyo ( feudal lords ) , issued by Hideyoshi TOYOTOMI . +Emperor Go-Ichijo ( October 12 , 1008 - May 15 , 1036 ) , the sixty-eighth Emperor , reigned during the middle Heian period ( from 1016 to 1036 ) . +TAIRA no Koremori was a samurai who lived towards the end of the Heian period . +Agon Shu 's Hoshi Matsuri is a religious event organized by the Agon sect on February 11 of every year as the " Fire Rites Festival / Agon Shu 's Hoshi Matsuri " in the precincts of Honzan ( main temple ) of Agon sect in Omine-cho , Kita-kazan , Yamashina Ward , Kyoto City , Kyoto Prefecture . +Gose Domain was a feudal domain that covered Katsujo-gun and Katsuge-gun in Yamato Province and part of Hine-gun , Izumi Province . +Omandokoro +The Abe clan ( the original kanji used for the Abe clan was 阿部氏 , later 安倍氏 ) was one of the nobles derived from Gozoku ( local ruling family ) of ancient Japan . +Kawara-dera Temple is a Buddhist temple located in Asuka ( Asuka Village , Takaichi District , Nara Prefecture ) , which was the center of political culture in ancient Japan . +Sekizoku is a type of stone tool also called a Yajiri ( arrowhead ; 鏃 or 矢尻 in Chinese characters ) . +Karasuma Station , located at 17 , Naginataboko-cho , Shijo-dori Karasuma Higashi-iru , Shimogyo Ward , Kyoto City , is a stop on the Hankyu Kyoto Line , which is operated by the Hankyu Railway . +Lady Tomoe ( years of birth and death not known ) was a lady who was deemed a military commander in the Shinano Province and lived during the last days of the Heian period . +A shochumimai is a letter sent to acquaintances to ask how they are doing in the mid-summer . +Fusafuyu ICHIJO ( 1489 - December 3 , 1541 ) was a figure of the Sengoku period ( period of warring states ) . +Kyo-yashiki residences were Hantei ( residence ) maintained in Kyoto by Daimyo ( feudal lord ) of Han ( domains ) in the Edo period . +Itamae is a person who cooks meals at a Japanese restaurant or ryotei ( traditional Japanese restaurant ) . +Imperial Princess Ryoshi ( born 1147 , died April 27 , 1216 ) was the first daughter of the seventy-seventh Emperor Goshirakawa . +The Buei Sodo was an internal conflict that occurred within the Muromachi bakufu ( Japanese feudal government headed by a shogun ) in 1465 . +The Awa Express Bus Kyoto-go is the daytime express bus running from Kyoto City - Oyamasaki-cho , Otokuni District - Takatsuki City - Naruto City - Tokushima City . +Maesaka Pass is a pass in Kita Ward , Kyoto City , Kyoto Prefecture . +Shoku Nihongi is a collection of history books which was compiled by Imperial command in the early Heian period . +The term " Kichizo WAKAYAGI " refers to a professional name of iemoto ( the head ) of Soke ( the head family or house ) of the Wakayagi school . +Shozo KAWASAKI ( August 10 , 1836 – December 2 1912 ) was a Japanese politician as well as an entrepreneur . +Ikezuki ( 生食 ) was the name of fine horses which did remarkable work in the end of Heian period . +Misawa clan ( which is read Misawa-shi or Misawa-uji ) was a clan acting as estate steward in Iijima District , Shinano Province , which were the descendants of Shinano-Genji ( Minamoto clan ) . +Gunbu Daijin Geneki Bukan sei ( Military Ministers to be Officers on Active-duty Rule ) is a regulation to limit the appointing authority of Military Ministers ( Minister of War and the Navy ) to only active military officers . +Teruko SASSA ( year of birth unknown - 1630 ) was a woman who lived from the Azuchi Momoyama to Edo periods . +Motoharu KAGAWA was a busho ( Japanese military commander ) of Sanuki Province ( Kagawa Prefecture ) who lived from the late Muromachi period to sometime in the Azuchi-Momoyama period . +Kyoto mimawarigumi was an organization for maintaining public order in Kyoto , which was formed by the shogun 's retainers at the end of the Edo Period ( end of Edo period ) . +The Nikyo Jiken was an abortive coup d 'etat in which Michiteru OTAGI and Mitsusuke TOYAMA , nobles in joi-ha ( supporters of expulsion of the foreigners ) , attempted to overthrow the Meiji Government in 1871 . +The word ' Okutsuki ' refers to tombs of ancient times . +Gyoku ( year of birth and death unknown ) was a priest of the Jodo sect of Buddhism in the late Heian and the early Kamakura period . +The Takatsuji-dori Street is a street running east-west running in Kyoto City , Kyoto Prefecture . +Kasaidono ( 1233 ? - October 16 , 1317 ? ) was a female member of the Hojo clan who lived during the middle years of the Kamakura period . +The Kan in no Miya was one of the four hereditary Imperial families , and it was a Miyake ( house of an imperial prince ) which was founded by Emperor Higashiyama 's Prince , Kan in no Miya Imperial Prince Naohito during middle of the Edo period . +Yoshimasa ASHIKAGA was the 8th Seii Taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi Shogunate ( reigned between 1449 - 1473 ) . +Prince Kusakabe ( 662-May 10 , 689 ) was a son of Emperor Temmu and Princess Uno no Sarara ( Empress Jito ) . +Jonen-ji Temple is a Buddhist temple located in Kamo-cho , Kizugawa City , Kyoto Prefecture . +Kyoen Kankan is mokkan ( a narrow strip of wood on which an official message is written ) of the Former Han and the Later Han periods , discovered in the Kyoen Hosui site covering from Ejin Banner of Inner Mongolia , China to the northeastern region of Jiuquan City , Gansu Province , China . +Datsua-shiso thought is a concept mainly advocated by Yukichi FUKUZAWA , which encourages an abolishment of Confucianism and a departure from Sinocentrism . +Teisuke AKIYAMA ( August 24 , 1868 - January 19 , 1950 ) was a statesman and businessman from Okayama Prefecture . +Nyubachibo ( literally , mortar [ a bowl-shaped vessel ] bonze ) is one of Japanese yokai ( ghosts , spirits and monsters ) that was transmuted from a copper disk ( cymbal ) used as a musical instrument for theatrical performance . +" Shibaraku " is a program of Kabuki and is one of the Kabuki juhachiban ( eighteen best plays of the Ichikawa family of Kabuki actors ) . +Rekki refers to the stone tool made of bigger pebbles . +Nariko HINO ( 1351 - August 14 , 1405 ) was a woman who lived in the Muromachi period . +Kenshun ( 962 - year of death unclear ) was a priest of the Shingon sect in the late Heian period . +Omigyu is wagyu ( Japanese beef ) grown in Shiga Prefecture . +Seizo MORI ( 1927 - ) is a Noh actor of the Waki-kata ( supporting role ) Takayasu School . +Ishikiate is a square piece of thick cloth for the reinforcement of an unlined garment ; it prevents the seams from coming apart and is applied from the back ( inside ) to the part that presses against the wearer 's hip . +Kukuchi-jo ( also known as Kikuchi-jo ) Castle is one of the ancient mountaintop castles ( Korean-type mountaintop castle ) . +Sarumaru-jinja Shrine is located in Ujitawara-cho , Tsuzuki-gun of Kyoto Prefecture . +SHIGENO no Sadanushi ( 785 – March 6 , 852 ) was a bureaucrat in the early Heian Period . +Zuko refers to applying incense to a Buddha 's statue or the body of a practitioner to cleanse impurities . +Buried cultural properties are cultural properties ( cultural heritages ) that are found under the ground . +FUJIWARA no Tomoyasu ( year of birth unknown - 977 ) was a court official during the mid-Heian Period . +Oshima-bon is one of the older manuscripts of " Genji Monogatari " ( The Tale of Genji ) . +Tajima no himemiko ( year of birth unknown – July 21 , 708 ) was a Princess of the Emperor Temmu . +Bunshichi Mottoi was created by Encho Sanyutei , and is one of human-interest stories among rakugo ( traditional comic story telling ) . +Nobusue IMADEGAWA ( November 4 , 1713 - July 30 , 1746 ) was Kugyo ( a Court noble ) in the middle of the Edo period . +Oshibori refer to wet hand towels that are served at restaurants and other places for customers to wipe their hands . +The Oni no Manaita ( Devil 's Chopping Board ) and Oni no Setchin ( Devil 's Toilet ) are remains made of granite located in Noguchi ( Oni no Manaita ) , and in Hirata ( Oni-no Setchin ) of Asuka Village , Takaichi County , Nara Prefecture . +Sadayasu UTSUNOMIYA was a busho ( Japanese military commander ) during the Kamakura and Muromachi Periods . +Onshi refers to an action of monarch who gives some goods to his subject to show his gratitude or expectation for the loyalty and contribution dedicated or to be dedicated . +Tomoyuki KITABATAKE ( 1290 - July 20 , 1332 ) was a Kugyo ( the top court official ) in the end of the Kamakura era . +Niwabi ( garden fire ) is a piece of music used for the court kagura ( sacred Shinto music and dancing performed in the Imperial Court ) . +Jisharyo was a classification of fief that once existed in Japan . +FUJIWARA no Kiyosuke ( 1104 - July 17 , 1177 ) was a court noble and poet at the end of the Heian period . +Sanetsune TOKUDAIJI ( January 10 , 1840-June 4 , 1919 ) was Kugyo ( a court noble ) and a bureaucrat from the late Edo period to the Meiji period . +Priest-Imperial Prince Kakusho ( 1129 - December 30 , 1169 ) was a member of the Imperial Family , a monk and a poet during the late Heian period . +Emperor Antoku ( December 22 , 1178 - April 25 , 1185 ) was the eighty-first Emperor . +Munakata Sanjojin ( Three Goddesses of Munakata ) is a collective name for Mihashira no menokami ( three female gods ) enshrined at Munakata-taisha Shrine ( Munakata City , Fukuoka Prefecture ) . +Narimichi NIJO ( May 31 , 1781 - July 4 , 1798 ) was kugyo ( high court noble ) in the Edo period . +Kanetsugu YAMADA ( circa 1208 - the date of death unknown ) was a samurai and a Buddhist monk during the early Kamakura period . +The Seven Wonders of Shimabara are wonders taught in Shimabara ( the entertainment area in Kyoto City ) . +The term " aiuchi " means to hit or strike each other at the same time in kendo ( Japanese fencing ) and so on . +MINAMOTO no Mitsuyuki ( 1163 - April 3 , 1244 ) was a politician , literary scholar and poet during the early Kamakura period . +Monme is a weight unit in the Japanese traditional system of weights and measures . +Meijin ' and ' Queen ' refer to Kyogi Karuta ( karuta [ Japanese card game ] match ) in which karuta of Hyakunin Isshu ( one hundred waka poems by one hundred poets ) are used and they played by the rule of All-Japan Karuta Association ; for male players the Meijin-sen ( literally , ' master tournament ' ) is held , and for female players the Queen-sen is held ; they also refer to the titles given to the champions ; male player has to pass the preliminary of the Meijin-sen and beat the champion of the previous year , and female player has to pass the preliminary of the Queen-sen and beat the champion of the previous year as well , and the champions become ' Meijin ' and ' Queen . ' +Nagazumi ODA ( November 22 , 1856 - November 29 , 1920 ) was a Japanese peer . +FUJIWARA no Tokihira , born in 871 and died on May 1 , 909 , was a court noble during the early Heian period . +Dohachi TAKAHASHI is one of potteries of Kyo yaki ( Kyoto style ceramic art , or kiyomizu-ware ) , and is a family name for ceramic artists . +Yoritsuna ANEGAKOJI ( 1540 – 1587 ) was a Japanese military commander and feudal lord who lived from the Sengoku period ( period of Warring States [ in Japan ] ) to the Azuchi Momoyama period . +KO no Moronao ( year of birth unknown - April 1 , 1351 ) was a busho ( Japanese military commander ) in the late Kamakura period and the period of the Northern and Southern Courts ( Japan ) . +Eboshi was the headwear which an adult man put on when he wore a Japanese formal attire from the Heian period to modern times . +" Kei " or qing is a unit of area used in the Chinese traditional system of measurement ( unit system ) . +Sannin Kichisa Kuruwa no Hatsugai is a Kabuki program in the late Edo period written by Mokuami KAWATAKE . +Saga Torokko Station , located in Sakyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Saga Sightseeing Tram Line of Sagano Scenic Railway . +Gofun is a kind of pigment . +Yoshiharu WAKEBE ( October 19 , 1627-August 8 , 1658 ) was the second lord of Omizo Domain , Omi Province . +Yokoku-ji Temple , located in Nagaokakyo City , Kyoto Prefecture , is a temple of the Seizan Jodo sect . +The earthquake in the northern Tango Province occurred at 6 : 27 : 39 pm on March 7 , 1927 . +Aritomi ( or Akitomi ) KADENOKOJI ( or KAGEYUKOJI ) ( March 5 , 1490-September 14 , 1565 ) was kugyo ( a Court noble ) and an onmyoji ( Master of Yin yang ) who lived during the Sengoku Period ( Period of Warring States ) . +Yoritane WAKATSUKI ( year of birth and death unknown ) was a busho ( Japanese military commander ) , who lived during the Kamakura period . +Kigo , season word or kidai , seasonal topic ( in haiku poetry ) is a word symbolizing a given season and it is considered desirable that one of either kigo or kidai be contained in a haiku poetry . +Nariai-ji Temple is a Buddhist temple located in Miyazu City , Kyoto Prefecture . +Ancient Chinese chromatic scale is the twelve kinds of average pitch that are used in Chinese or Japanese traditional music . +tenshu ( castle tower ) , yagura ( turret ) , mon ( gate ) , hei ( wall ) , umaya ( stable ) , ishigaki ( stone wall ) , dorui ( earthwork ) , hori ( moat ) +Hokyo-in Temple is an independent Buddhist temple belonging to the Rinzai Sect located in Sagano , Ukyo Ward , Kyoto City , Kyoto Prefecture . +Kaneyori HAGIWARA ( 1588 - September 17 , 1660 ) was a Shintoist , who lived during the early Edo period . +Daubutsu-yo is one of the traditional temple architectural styles in Japan . +Kiminosuke KAMEI ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group ) which was the forerunner of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +Classics Day , on November 1 , refers to an anniversary to publicly honor Japanese classical literature . +Kagetsuna UTSUNOMIYA ( 1235 - June 10 , 1298 ) was a Japanese military commander who lived during the middle of the Kamakura Period . +Jichie ( also pronounced Jitsue , born 786 , died December 24 , 847 ) , was an early Heian-period Buddhist priest of the Shingon sect . +Koden is rice fields granted to those who did meritorious deeds for the state under the Japanese Ritsuryo system . +Saijin is a Shinto term that signifies a deity enshrined in a Shinto shrine . +Miwa-cho was a town located in Amata-gun , Kyoto Prefecture . +Hataraki-goto refers to shosa ( conduct ) that has certain ideographical and representational elements in the parts that consist of performers ' shosa and Noh-hayashi ( percussion ensemble ) in Noh plays . +Shichimi togarashi ( seven flavor chili pepper ) is a Japanese blend of seven spices . +Machiya is a house of common people in town . +Nozuchi is a specter that exists in Japan . +Masakuni INABA ( July 2 , 1834 - July 15 , 1898 ) was a daimyo ( Japanese feudal lord ) , roju ( senior councillor of the Tokugawa shogunate ) and Kyoto shoshidai ( The Kyoto deputy ) in the Edo period as well as the twelfth and last lord of Yodo domain of the Yamashiro Province . +" Fuguruma-yobi " is a Japanese specter which appears in " Hyakki Tsurezure Bukuro " ( The Bag of One Hundred Random Demons ) , a collection of paintings of specters drawn by Sekien TORIYAMA . +A " marquis " or " marquess " is the second of five peerage ranks . +Kyoto Prefectural Vocational Training School of Agriculture and Forestry was a public vocational school founded under the old education system in 1944 . +Takakuni KYOGOKU was the third lord of the domain of Miyazu in the Province of Tango . +Kenminsen means ships dispatched seventeen times to Ming China in the Muromachi period ( the total number of ships was eighty-four ) during the period of one and a half centuries from 1404 to 1547 for the purpose of Nichi-Ming trade ( trade between Japan and the Ming Dynasty , China ) ( Kango trade ) . +Kunichika TOYOHARA ( 1835 - 1900 ) was an ukiyo-e ( Japanese woodblock prints ) artist who lived from the end of Edo period to Meiji period . +Koshogatsu is the day of mochi no hi in the New Year ( January 15th of the old lunar calendar , or the first full moon of the New Year ) . +Enjaku JITSUKAWA is a professional name for kabuki actor . +YAMABE no AKAHITO ( dates of birth and death unknown ) was a poet who lived during the Nara Period . +Goro Sky Tower is an observation tower located in Maizuru City , Kyoto Prefecture . +Taishu Bungei Eiga-sha ( established in September 1931 and ceased operations in July 1932 ) was a film company that existed in Kyoto . +Shonii ( Senior Second Rank ) is one of the ranks in Ikai ( court ranks ) and Shinkai ( ranks granted to Shinto gods ) in Japan . +Teiki ( records of Emperor 's family tree ) +Tadateru Matsudaira was a Japanese feudal lord from the Azuchi-Momoyama period to the middle of the Edo period . +Seishi Bosatsu , Bon name : mahaasthaamapraapta , is a Bosatsu in Buddhism . +The term " kikuzake " refers to sake in which chrysanthemum blooms are steeped , which is provided on the Chrysanthemum Festival ( September 9 according to the old calendar ) , which is called ' Choyo no sekku ' or ' Kiku no sekku ' in Japanese . +Ibaraki Doji was a Heian-period oni ( a mythical creature resembling a demon or ogre ) who supposedly went on a rampage in Kyoto from his lair on Mt . Oe . +Kami no Megumi Wago no Torikumi is the title of a Kabuki play . +Shikibunden are rice fields that were granted to government officials under the ancient East Asian Ritsuryo system . +Kisaburo ONOGAWA ( 1758 to April 30 , 1806 ) was an Edo sumo wrestler of the Grand Sumo Tournament . +Ensho-ji Temple is a Buddhist temple of the Shingon Ritsu sect located in Ikoma City , Nara Prefecture . +Kinkage ANEGAKOJI ( October 26 , 1602 - January 21 , 1652 ) was a court noble in the early Edo period . +Nose ASAJI ( April 1 , 1894-February 25 , 1955 ) was a Japanese Noh researcher and expert on Japanese literature . +Noriyasu MATSUDAIRA ( 1748 - July 30 , 1826 ) was a daimyo ( Japanese feudal lord ) and politician during the late Edo period . +Shogun is a job grade and title given to the commander of a relatively large armed force and is also the rank of a military clique leader . +Takayuki KYOGOKU ( June 3 , 1678 - March 8 , 1723 ) was the forth hereditary domain head of the Mineyama Domain in Tango Province . +Tsuge-mura is a village which once existed in the northeast part of Nara Prefecture . +Roro SAKATANI ( November 17 , 1822 - January 15 , 1881 ) was a scholar of the Chinese classics and Confucianism from Okayama Prefecture . +Goho-sei System is one of those introduced from the ritsuryo system of the Tang Dynasty by the Emperor Tenji after the Taika Reforms . +Sanetomo OGIMACHISANJO ( September 25 , 1748 - February 23 , 1785 ) was Kugyo ( a Court noble ) during the middle of the Edo period . +Yawata-maki is a name of food . +" Muryoju-kyo Ubataisha Ganshoge " is a commentary on " Muryoju-kyo Bussetu Muryoju-kyo ( the Sutra on the Buddha of Immeasurable Life ) " compiled by Seshin , which was translated into Chinese by Bodhiruci in the Northern Wei dynasty . +Aioi jishi is one of nagauta ( long epic songs ) of Kabuki theater . +Roju Hosho was the official document issued by roju ( a senior councilor of the Tokugawa shogunate ) in the Edo period . +The Tatsuta-goe Nara Kaido is one of the highways to Nara . +Honen was a Japanese Buddhist monk from the late Heian Period to early Kamakura Period , and the founder of Pure Land Sect . +Seisuisho is a collection of comical stories which widely circulated among the common people . +Shinnen Enkai is a holiday which used to be celebrated before the World War II . +Shibajaku NAKAMURA is a professional name used by several Kabuki actors . +" Shoku Kokin Wakashu " is an anthology compiled by imperial command in the Kamakura period , and is the eleventh of the twenty one poetry anthologies . +Nikenchaya Station , located in the Sakyo ward of Kyoto City , is a stop on the Kurama Line of the Eizan-dentetsu ( Eizan Electric Railway ) . +Nijo-dori Street is one of the major east-west streets in Kyoto City , Kyoto Prefecture . +Himorogi is an object that is designated as yorishiro ( representative of a divine spirit ) to enshrine a divine spirit temporarily when a festival is held in a place other than a shrine or a household Shinto altar . +Taneharu KUTSUKI is the fourth lord of the Fukuchiyama Domain in Tanba Province . +" Bodai-moto " is the " moto " ( yeast mash ) , with which " Nanto moro-haku " ( several kinds of " soboshu " [ monk 's sake ] having the highest quality ) , especially the name-brand sake " Bodaisen , " was made through fermentation at Shoryaku-ji Temple on Mt . Bodai in Nara . +Imperial Prince Tokiwainomiya Mataakira ( 1439 - January 14 , 1522 ) was a member of the Imperial family during the Muromachi period . +Sadaoki ISE +Fuki was a yose of Kamigata rakugo ( traditional Japanese comic storytelling as performed in the Kyoto-Osaka region ) that existed in the past . +" Kyudojo " is a dojo ( a training hall ) to do kyudo ( Japanese art of archery ) and kyujutsu ( same as above ) . +Soja refers to a shrine that has collected gods of local shrines and enshrined them together . +Shin Ainomachi-dori Street is a street running from north - south through Kyoto City . +FUJIWARA no Umakai ( AD 694 to September 7 , AD 737 ) was a politician during the Nara period . +TAIRA no Shigemori was a military commander and a kugyo ( the top court officials ) at the end of the Heian period . +FUJIWARA no Sugane ( 856-November 8 , 908 ) was an aristocrat and scholar of the early Heian Period . +The Kira clan is one of the most prestigious samurai families in Japan ; listed below are this family 's three notable lines of descent . +Kyoku is one type of fixed form verse which developed in the latter half of the early-modern period in Japan . +Shonyo ( December 23 , 1516 - September 19 , 1554 ) was a priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) during the Sengoku Period ( Period of Warring States ) . +Emperor Kenzo ( 450 - June 2 , 487 ) was the twenty-third Emperor , described in " Kojiki " ( literally , The Record of Ancient Matters ) , " Nihonshoki " ( literally , Chronicles of Japan ) , and " Harimanokuni Fudoki " ( literally , Records of the Culture and Geography of the Harima Province ) , who reigned from February 1 , 485 , to June 2 , 487 . +The Shinshicho ( New Tides of Thought ) is a Japanese literary magazine . +Suzaku ( also known as Shujaku , or in Pinyin ) is one of the legendary divine beasts ( God Bird ) of the People 's Republic of China , and is one of the four gods ( also known as the Four Beasts or the Four Phenomena ) who rule over the four directions ; it is also important in the Five Elements Theory . +Kiyonori KONAKAMURA ( January 22 , 1822 - October 11 , 1895 ) was a scholar of Japanese classical literature and historian . +Tomokata IWAKURA ( 1802 - June 25 , 1818 ) was a retainer of the Imperial Court during the late Edo period . +Hikozaburo SHIBATA ( 1840 - August 3 , 1866 ) , was a lowly member of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +Awashima no kami is a god ( Shinto ) in Shinto and Japanese folk religion . +The Rodo Kumiai Kiseikai was an association founded in the Meiji Period for the purpose of forming labor unions . +Hikime-kagibana is a typological and stylized description technique for the eyes and nose of a person 's face , used in the Yamato-e paintings ( traditional Japanese style painting of the late Heian and Kamakura periods dealing with Japanese themes ) and fuzokuga ( pictures of manners and customs ) during the Heian and Kamakura periods . +The Takeyamachi-dori Street is a street running east-west through Kyoto City . +The Kanoha group is the largest gaha ( group of painters ) in Japanese art history , and was active for about 400 years from the middle of the Muromachi period ( fifteenth century ) to the end of the Edo period ( nineteenth century ) as a group of expert painters that consistently dominated the art world . +KOREMUNE no Hirokoto ( year of birth and death unknown , 1172 ? - 1187 ? ) was a descendant of the Hata clan . +FUJIWARA no Kaedemaro ( 723 – July 7 , 776 ) was a bureaucracy in the Nara period . +Masanori INABA ( October 28 , 1801 - July 28 , 1823 ) was the ninth lord of the Yodo Domain of Yamashiro Province . +Soen-kei group of Sekishu-ryu school is a group in buke sado ( the tea ceremony of samurai family ) +Shijio-ohashi Bridge is on Shijo-dori Street and over the Kamo-gawa River which runs through Kyoto City . +The Battle of Nagashino is a battle fought on June 29 , 1575 between the Nobunaga ODA - Ieyasu TOKUGAWA allied forces of 38,000 soldiers and the Katsuyori TAKEDA forces of 15,000 men over Nagashino-jo Castle in Mikawa Province ( current Nagashino , Shinshiro City , Aichi Prefecture ) . +Kitano mandokoro is the title given , through an emperor 's proclamation , to the legally wedded wife of the person in the position of Sessho ( regent ) or Kanpaku ( chief adviser to the Emperor ) . +TAIRA no Iemori ( 1120 ( ? ) - 1149 ) was a military commander at the end of the Heian period . +Ennei OTANI ( November 14 , 1914 - January 28 , 2008 ) was a priest of Jodo shinshu sect ( True Pure Land Sect Buddhism ) . +Takakage ADACHI ( the date of birth and death unknown ) was a Gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) during the end of Kamakura period . +OE no Masahira ( 952 - August 12 , 1012 ) was a Confucian and poet in the mid-Heian period . +INBE no Hironari ( year of birth and death unknown ) was a government official ( esp. one of low to medium rank ) at the beginning of the Heian period ( from the eighth to ninth century ) . +MINAMOTO no Yoshinaka was a warlord of Shinano Genji clan in the late Heian Period . +Eisho Disturbance refers to an incident during the early Sengoku period ( period of warring states ) ( Japan ) where the kanrei ( shogunal deputy ) for the Muromachi bakufu ( Japanese feudal government headed by a shogun ) named Masamoto HOSOKAWA was assassinated in 1507 . +Saisho Jotai ( 1548 - March 23 , 1608 ) was a Rinzai Sect monk who was active from the time of the Toyotomi regime to the Edo period . +The Hachijoin-ryo was one of the groups of shoen ( manor in medieval Japan ) possessed by members of the imperial family under shoen koryo sei ( The System of Public Lands and Private Estates ) in the medieval period . +FUJIWARA no Yoshiyo ( 823 – December 12 , 900 ) was a court noble in the early Heian Period . +Imperial Prince Sanehito ( March 20 , 1071 - December 3 , 1085 ) was a member of the Imperial Family during the Heian period . +Tonoi was to guard the Imperial Palace , Kanshi ( government officials ) and the nobility under the ancient Ritsuryo Code ( criminal and civil laws ) . +Jiuta is a musical piece with shamisen ( a three-stringed banjo-like Japanese musical instrument ) that was played in the areas of Kyoto and Osaka . +Hidenori ODA was a busho ( a Japanese military commander ) in the Azuchi-Momoyama period . +Nirakuso was the second house of Kozui OTANI , the 22nd chief priest of West Hongan-ji Temple , which he built in Mt . Rokko . +The Doshisha is an educational institution , which includes Doshisha University and Doshisha Women 's College of Liberal Arts . +Keikokushu is an anthology of Chinese poems compiled at the command of Emperor Junna in 827 during the early Heian period . +Shakaku is a ranking system for Shinto shrines . +Kakitsu Treaty was a trade agreement concluded between Korean Dynasties and Sadamori SO of Tsushima Province in 1443 , the Muromachi period in Japan . +Hideji KAWASE ( January 26 , 1842 - 1907 ) was a Japanese samurai and a statesman of the Miyazu clan . +Shomin refers to the people who belonged to shoen ( manors ) which were differentiated from the people who lived within koryo ( public lands ) . +MINAMOTO no Nakamasa ( Date of birth and death unknown ) was a busho ( Japanese military commander ) and a tanka poet at the end of the Heian period . +Naomasa AKAI , 1529 - April 25 , 1578 , was a member of the Gozoku ( local ruling family ) in Tanba Province in the Sengoku period ( period of warring states ) . +The Katada Domain refers to a domain which existed in Shiga County and Takashima County , Omi Province ( present-day Katata , Otsu City , Shiga Prefecture ) . +Gankei-ji Temple is a Tendai Sect temple located in Yamashina-ku Ward , Kyoto City , Kyoto Prefecture . +Kinnaga SAIONJI ( 1353-September 2 , 1390 ) was Kugyo top court official ) during the period of the Northern and Southern Courts . +Sanketsu means three outstanding people chosen out of those who made the greatest achievements in historical incidents or in their services to their lords . +Toji Station , located at Nishi-Kujo-Zaocho in Minami Ward , Kyoto City , Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line of the Kintetsu Corporation . +Kumihama Station , located in Kumihama-cho , Kyotango City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by the Kitakinki Tango Railway ( KTR ) . +FUJIWARA no Onshi ( or Yoshiko ) ( 872 - July 20 , 907 ) was the fifty-ninth Emperor , Uda 's Nyogo ( consort ) . +FUJIWARA no Moroyasu ( year of birth and death unknown ) was a person from the mid-Heian period . +The Shiba clan was one of the Samurai families . +Kengyo KIKUOKA ( 1792 - December 19 , 1847 ) was a blind musician who was active in Kyoto during the early nineteenth century ( jiuta shamisen ( traditional Japanese shamisen music ) player , composer ) . +Wayo is a legal term used in ancient and medieval Japan . +Yuko OMURA ( ca . 1536 - 1596 ) was a scholar and writer from the Warring States period to the Azuchi-Momoyama period . +Sanekazu ABO , or Sanekazu ABU ( the date of birth and death unknown ) was Gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) of Kamakura bakufu during the early Kamakura period . +Shigoto-osame means to carry out the last business of a year near the end of December , i.e. the end of the year . +A queen ( of imperial family ) is a female who is in the direct line and in the third or more degree of kinship from the emperor ( not in a collateral line , and counted from the emperor who was a direct ancestor ) according to the Imperial House Law . +Munetada MATSUDAIRA was the fourth lord of the Miyazu Domain , Tango Province . +Jurojin is a Tao deity ( the god ) . +Daruma-ji Temple is a temple of the Nanzen-ji school of the Rinzai sect of Buddhism , located in Oji-machi , Kita-katsuragi County , Nara Prefecture . +The Manchuria Corrective Treaty , a treaty between Japan and the Qing dynasty , was concluded on December 22 , 1905 , in Beijing . +Seibyobo ( the register of standing crops ) refers to an account book recording the actual conditions of cultivation of rice field in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Nenryososhomai was the term for the shomai ( milled rice ) itself or the system determined by Daijokanpu ( official documents issued by Daijokan , Grand Council of State ) during the Heian period which required the raw grain collected as So in the provinces to be tithed to the central government as refined white rice +Born around 1656 and gone on April 20 , 1697 , Mototsune OSAWA was Koke-Hatamoto ( a direct vassal of the shogun and a master of ceremony ) in the first half of the Edo period . +The Kudaranokonikishi was a Japanese clan whose founder Zenko KUDARANOKONIKISHI was a descendent of the last king of Baekje , King Giji . +Ingubunkokusei was a system of granting the right to recommend a provincial governor to a specific province to retired emperors , nyoin ( women bestowed with the title " in " ( usually the empress , imperial princesses , etc . ) ) , second consorts to the emperor , and imperial princesses serving at the Ise Shrine at the time of their appointment , and in return they would receive the financial profits of the provinces in place of a salary . +Nagao-jinja Shrine is located in Katsuragi City , Nara Prefecture . +Juichimen Kannon ( ekadaza mukha in Sanskrit ) is one of the venerable entities of Bosatsu , which is worshipped in Buddhism . +Misogiharae is a word combined by misogi ( purification ceremony ) and harae ( exorcism ) . +Kabane refers to the titles given by Okimi ( great king ) ( Yamato sovereignty ) to powerful clans which showed ones ' relationships to the sovereignty as well as ones ' ranks in the Yamato sovereignty of ancient Japan . +Kuretake no dai was where planting Wu Chinese bamboo in the eastern garden of Seiryoden ( Literally " Limpid Cool Hall , " an imperial summer palace ) . +Uitta MATSUO ( January 27 , 1879 - January 24 , 1911 ) was a socialist . +Tousui NAKARAI ( January 12 , 1861 - November 21 , 1926 ) was a novelist in Japan . +Shodo or Sho is a creative eastern art that expresses the beauty of characters by writing . +Shigai ( also known as Ito no Kutsu , or Shiai ) is a pair of silk shoes worn by underage member of Imperial family , performers of Dobu ( also known as Warawamai Dance , performed by children ) , or young shrine maidens who participate in the Shinto rituals . +Fukusuke NAKAMURA is a professional name of Kabuki ( traditional drama performed by male actors ) of Utaemon NAKAMURA line . +Tokugen-in Temple is the family temple of the Kyogoku clan in Maibara City , Shiga Prefecture . +Bonsai is an inclusive term referring to plants planted in a pot , their foliage , shape of leaves , bark on the trunk , roots and the pot , and also to the hobby of enjoying all of this form . +FUJIWARA no Kanemitsu ( 1146 - May 29 , 1196 ) was a Kugyo ( top court official ) during the end of Heian period . +Shotoin ( 1575 - 1657 ) was a powerful Christian from the Azuchi Momoyama period to the early Edo period . +Naganori ASANO was a daimyo ( Japanese feudal lord ) in the early and middle Edo period . +Daijokancho are official documents sent from Daijokan to organizations not under its direct control such as sogo and Buddhist temples . +Keisai DAIMATSU ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group ) which was the forerunner of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +The term " tsuchi uprising " ( called tsuchi-ikki or do-ikki in Japanese ) refers to political appeals by the masses which had occurred from the middle to the late Muromachi period . +Taiwan Sotoku-fu ( old form of a character : 臺灣總督府 ) is the name of the Japanese authorities then , which was established for ruling Taiwan , ceded from Qing to Empire of Japan and became Japanese territory . +Minabe no Himemiko ( 660 - year of death unknown ) was a member of the Imperial Family in the Asuka period . +Masamichi INABA was a daimyo ( Japanese feudal lord ) and roju ( member of shogun 's council of elders ) who lived in the Edo period . +Norihide AKAMATSU ( year of birth unknown - November 6 , 1600 ) was a person in the Azuchi-Momoyama period and he was believed to be the last family head of the Akamatsu clan , a distinguished family in Harima Province . +The Onmyoryo was one of the bureaus in Nakatsukasasho ( Ministry of Central Affairs ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +The term Naikaku-kansei refers in the broadest sense to the set of regulations for the Cabinet of Japan that govern its establishment , abolition , naming , organization , authority and so on , while more narrowly the term refers specifically to Imperial edict no . 135 , a law passed in 1889 . +Higashi-yoshino Onsen Hot Spring is a hot spring which is located in Higashiyoshino-mura , Yoshino gun , Nara Prefecture ( old province , Yamato province ) . +Nobushige SANADA was a busho ( Japanese military commander ) over the Azuchi-momoyama in the early years of the Edo period . +Tansen was a form of tax in Japan 's Middle Ages . +HEKI no Michikata ( year of birth and death unknown ) was a government official who lived during the late Nara period . +Masazane MIKAMI ( 三上 政実 , year of birth and death unknown ) was a person in the middle of the Muromachi period , who belonged to the Mikami clan that owned shoryo ( territory ) in Iwai no sho , Kono County , Inaba Province . +Imperial Prince Tokiwainomiya Tsunenao ( date of birth unknown - August , 1552 ) was a member of the Imperial family during the late Muromachi period , and was the last head of the Tokiwainomiya family . +FUJIWARA no Isendo ( it is not known when he was born and when he died ) was a court official who lived towards the end of the Nara period to the early Heian period . +Chogin is the name of the silver coins which were in circulation , mainly for business transaction , from the late Muromachi period to the Meiji Restoration in Japan . +Momoyama Goryo-mae Station , located in Kannonji-cho of Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line of the Kintetsu Corporation . +" Zuryo " ( 受領 ) is a Japanese historical terminology referring to provincial governors . +Shomyo Nenbutsu is one practice of praying to the Buddha ( nenbutsu ( Buddhist invocation ) ) , and is a way to chant the name of the Buddha such as ' namuamidabutsu . ' +Nobori-ishigaki was a method of building stone walls adopted to fortify the defense of Japanese castles that were constructed on the Korean peninsula during Hideyoshi TOYOTOMI 's Bunroku-Keicho War . +The Sawayanagi incident was an internal conflict that occurred at Kyoto Imperial University ( current Kyoto University ) from 1913 to 1914 in which the president of the university confronted the faculty council . +FUJIWARA no Nagazane ( 1075 - September 19 , 1133 ) was a court noble who lived in the late Heian period . +FUJIWARA no Tadamasa ( 1129 - September 30 , 1193 ) was a court noble who lived in the late Heian period and the early Kamakura period . +Stone plate +Hosomi Museum is a private art museum mainly devoted to Japanese antiquities , located in Okazaki , Sakyo Ward , Kyoto City . +Tadakiyo BOMON was a kuge ( a court noble ) in the early Kamakura period . +" Kaishin no Mikotonori " is an edict which was announced to show the new administrative policy in the Taika no Kaishin ( the Great Reformation of the Taika Era ) which occurred in the mid-Asuka Period . +ABE no Kuromaro ( date of birth and death unknown ) was government official ( lower or middle ranked ) in the middle of Nara period . +Kagami-ita boards are wainscoting in the front and on the right side face of the Noh stages . +Sanshi is a government post in charge of calculation in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Arinosuke MONAI ( March 26 , 1835 - December 13 , 1867 ) was a member of the Shinsengumi ( a special police force of the late Tokugawa shogunate period ) and Goryo-eji ( guard of Imperial mausoleums ) . +Karumi is an ideal for the style of haikai poetry founded by Basho MATSUO . +Chayama Station , located in Sakyo Ward , Kyoto City , is a stop on the Eizan Main Line , which is operated by Eizan Electric Railway Co . , Ltd . ( Eiden ) . +Senju no Mae ( 1165 - May 30 , 1188 ) was a lady , who lived during the end of Heian period . +Mirei SHIGEMORI ( 1896-1975 ) ( his real name was Kazuo SHIGEMORI ) was aJapanese gardener during the Showa period and a researcher into the history of Japanese gardens . +" Kochi Komin sei " is a system believed to have been instituted in the process of development of the Ritsuryo system from the Asuka Period to the Nara period , and under the system of Kochi Komin sei , it was provided for that all land and citizens should belong to the public , in other words , to the emperor . +FUJIWARA no Akiyori ( 1094 - February 3 , 1148 ) was a Kugyo ( court noble ) , who lived in the end of the Heian period . +Kairyo ( 1733-1817 ) was a priest of Jodo Shin sect ( the True Pure Land Sect of Buddhism ) , an educator and a Kajin ( waka poet ) , who lived in the later Edo period . +Yoshiko NAKAYAMA ( January 16 , 1836 - October 5 , 1907 ) was real mother of the Emperor Meiji . +Chukai ( born in 1162 ; died on April 10 , 1227 ) was a priest of the Tendai Sect during the late Heian period and early Kamakura period . +Nogi-jinja Shrine is the Shinto shrine which deifies Maresuke NOGI who played an active role as a prominent military officer in Meiji period . +Fukami-toge Pass is a pass separating Ukyo Ward , Kyoto City and Nantan City , both in Kyoto Prefecture . +Hanetsuki , with a history of 1,300 years , is one of traditional games often played in New Year 's Holidays in Japan , and is a girls ' game or action for good luck where two players bandy a fletched soapberry seed with Hagoita ( battledore ) . +The Oto Line ( 鴨東線 : pronounced Oto-sen ) is a railway of Keihan Electric Railway that connects Sanjo Station in the Higashiyama Ward of Kyoto City , Kyoto Prefecture with Demachiyanagi Station in the Sakyo ward of the same city . +Nikon no tokudo refers to attain Nirvana and salvation ( Jodo ( completing the path to becoming a Buddha by attaining enlightenment ) ) by listening to the chanting of Myohorenge-kyo Sutra ( the Lotus Sutra ) . +Shinichi SHIMIZU ( Male ; May 10 , 1910-January 10 , 1969 ) was a religious leader in Japan . +Fujinomori-jinja Shrine is a Shinto shrine located in Fushimi Ward , Kyoto City . +Senyomonin ( November 20 , 1181 - July 22 , 1252 ) was nyoin ( a close female relative of the Emperor or a woman of comparable standing ) of the Imperial Family , who lived toward the end of the Heian period . +The term Shuinchi / Kokuinchi means the lands which were secured ( approval / confirmation of ownership ) by the bakufu ( Japanese feudal government headed by a shogun ) / daimyo ( feudal lords ) in the Edo period as the property of shrines / temples . +Kenji is the term used when combining the Ame no Murakumo no Tsurugi ( literally " Heavenly Sword of Assembled Clouds " ) and the Yasakani no magatama ( comma-shaped jewel ) , two of the Sanshu no Jingi ( Three Sacred Treasures of the Imperial Family ) . +Hoba-zushi is a local dish of the south of Hida region ( Gifu Prefecture ) , and of Tono ( the eastern Mino region of Gifu ) , and of Chuno ( the middle Mino region of Gifu ) , and of Kiso region ( Nagano Prefecture ) . +Hokucho ( Northern Court ) was the Imperial Court of the Jimyo-in line supported by many samurai led by the Ashikaga clan during the period of the Northern and Southern Courts . +Gyoson ( 1055 - March 28 , 1135 ) was a Buddhist priest of the Tendai sect and a waka poet during the late Heian period . +Korekata KOJIMA ( March 7 , 1837-July 1 , 1908 ) was a judicial officer in Meiji Period . +FUJIWARA no Tametoki ( 949 ? - 1029 ? ) was a typical Japanese poet in the court ruled by Emperor Ichijo during the middle of Heian period . +Hanten is a kind of wafuku ( Japanese traditional clothing ) and winter clothing that has been worn by ordinary people since around the eighteenth century . +OTOMO no SAKANOUE no Oiratsume ( date of birth and death unknown ) was the first daughter of OTOMO no Sukunamaro and OTOMO no Sakanoue no Iratsume , and her younger sister was SAKANOUE no Otoiratsume . +Kuebiko is an ancient god that appears in Japanese Mythology ( Shinto god ) . +SOGA no Karako ( date of birth unknown , died in May , 465 ) was a member of one of the local ruling families in the Kofun period . +Meishin Expressway , National Highway Route No. 1 , National Highway Route No. 171 , Keiji Bypass +BUNDO Shunkai ( September 1 , 1878-September 26 , 1970 ) was a priest of the Tendai sect from the Taisho to Showa period . +Takumi HOSOKAWA ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group ) which was the forerunner of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +Rankoku Genjo ( 1653 - May 31 , 1707 ) was a priest of the Rinzai sect Obaku school of the early Edo period . +The Super Kabuki is a modernized , contemporary Kabuki dance drama directed in a different manner from the original , classical Kabuki theatrical dance , which was introduced by the third Ennosuke ICHIKAWA in 1986 . +Annen ( 841 ? - 915 ? ) was a Buddhist monk of Tendai Sect in the early Heian period . +Kenshin UESUGI ( or Terutora UESUGI ) was a warring lord in Echigo Province during the Sengoku period ( period of warring states ) . +Tonosho Station , located in Tono of Joyo City , Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line of the Kintetsu Corporation . +" Shoen-ryoshu " was a lord that governed a Shoen ( manor ) . +Choja ( or chosha ) is a name for an elderly person or rich person . +Naozumi NAKAE ( dates unknown ) was a busho ( Japanese military commander ) and feudal lord during the Azuchi-Momoyama period . +He held positions within Konoefu ( the Headquarters of the Inner Palace Guards ) , Sangi ( councilor ) , Hyobukyo ( Minister of Hyobusho Ministry of Military ) and Dazai no daini ( Senior Assistant Governor-General of the Dazai-fu offices ) , before being conferred Shosanmi ( Senior Third Rank ) . +Kanjo bugyo was a governmental post in the Edo period and the highest accounting officer , who was in charge of finance and control of the tenryo ( the areas controlled directly by the bakufu ) . +Yoshitsuna no MINAMOTO was the busho ( Japanese military commander ) of Kawachi-Genji ( Minamoto clan ) during the latter part of the Heian period . +Ryonin ( February 26 , 1073 ? - February 26 , 1132 ) was a Buddhist priest of Tendai Sect in the late Heian period and the founder of Yuzu Nenbutsu ( Buddhist invocation ) Sect . +" Fu-Rin-Ka-Zan " ( as fast as the wind , as quiet as the forest , as daring as fire , and as immovable as the mountain ) is a Jidaigeki-eiga ( the period movie ) which was released on March 1 , 1969 . +The Toyo Jiyuto ( Oriental Liberal Party ) was a political party formed by Kentaro OI , a member of the ( Meiji ) left wing of the Jiyuto ( Liberal Party ) , along with Tokichi TARUI ( a former member of the Toyo Shakaito [ Oriental Social Party ] ) , Kishichi KOKUBO , Shogo ARAI and other politicians on November 6 , 1892 . +Sangege is a gemon taken from Shijukegon Fugengyoganbon . +The Kyoto Fuchishu were samurai warriors who established master-subordinate relationships with the Seii Taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi Bakufu ( Japanese feudal government headed by a shogun ) in the Muromachi Period in the Kanto ( currently , Tokyo and six other prefectures ) and Tohoku ( north of the Kanto region ) regions . +Yoshimoto NIJO ( 1320 - July 24 , 1388 ) was a kugyo ( the top court official ) , a poet and an achiever of Renga in the period of the Northern and Southern Courts . +Shoku ( 910 - April 6 , 1007 ) was a monk of the Tendai sect of Japanese Buddhism lived in the mid Heian period . +Katsunari MIZUNO ( September 30 , 1564 - May 4 , 1651 ) was a military commander in the Period of Warring States and a territorial lord during the early Edo period . +Kanbunden is a style of biography written in classical Chinese , influenced by Kidentai ( an East Asian historical writing style ) of Chinese authentic history and Kokushitai ( Japanese historical writing style ) of Japanese authentic history . +" Sashiko " ( an old needlework technology ) is one area of handcrafts , embroidering patterns such as geometrical designs on fabrics with threads . +MINAMOTO no Yukiie was a military commander ( busho ) during the later part of the Heian Period . +Tokitsuna UTSUNOMIYA was a shogun 's retainer of the Kamakura Shogunate in the mid Kamakura period . +Tadamune SHIMAZU ( 1251 – December 17 , 1325 ) was a busho ( Japanese military commander ) in the middle and late Kamakura period . +Yaheiji YUKI ( 1543 - year of death unknown ) was a Christian bushi ( Christian samurai ) . +Yukiyoshi NIKAIDO ( 1203 - March 17 , 1268 ) was a governmental official of the bakufu ( Japanese feudal government headed by a shogun ) , responsible for practical works , during the mid-Kamakura period . +Kyoto Station , located in Higashi-Shiokojicho , Shimogyo Ward / Minami Ward , Kyoto City , Kyoto Prefecture , is a railway station served by the lines of West Japan Railway Company ( JR West ) , Central Japan Railway Company ( JR Central ) , Kintetsu Corporation and the Kyoto Municipal Transportation Bureau . +Keiun-kan is a state guesthouse in Nagahama City , Shiga Prefecture . +Kunikyo ( also called Kuni no miya ) was a place in Soraku District , Yamashiro Province that was designated as a capital for a period of time during the Nara period . +Suzumushi is one of the fifty-four chapters of " The Tale of Genji . " +Mitsuhira TOMOBAYASHI ( also called Mitsuhira BANBAYASHI , 1813 to March 23 , 1864 ) was a scholar of Japanese classical literature , poet , and loyal supporter of the Emperor , who lived in the end of the Edo period . +Hojo is a word expressing an square area with one jo ( an unit of length : 1 jo = 3.03 meters ) on each side . +Honcho Seiki refers to the history book compiled during the late Heian period . +Nobukata KIYOHARA ( 1475 - August 24 , 1550 ) was a Kugyo ( the top court official ) and a scholar during the Muromachi period and the Sengoku Period ( Period of Warring States ) . +Jomai originally means the annual rice tax from Edo bakufu directly controlled land ( so-called ' tenryo ' ) , but later , it means the rice stocked by the bakufu or fudai daimyo domain ( a domain of a daimyo in hereditary vassal to the Tokugawa family ) as provisions of rice for the army . +The Toin family belonged to the court nobility of the Dojo family of Kanin-ryu ( the Kanin family ) of the Northern House of the Fujiwara clan , which existed from the Kamakura period to the Muromachi period . +Keisho IGAI ( April 26 , 1761 - December 8 , 1845 ) was a Japanese Confucianist of the eclectic school ( of Japanese Confucianism ) , who lived during the late Edo period . +FUJIWARA no Koshi ( or Teruko ) ( 947 - June 29 , 979 ) was the first daughter of Kanpaku ( chief adviser to the Emperor ) FUJIWARA no Kanemichi in the mid-Heian period . +MINAMOTO no Kiyomitsu was a warrior in the late Heian period . +Yorinori NISHIKINOKOJI ( May 21 . 1835 – June 1 , 1864 ) was a court noble of Sonno Joi ha ( supporters of the doctorine of restoring the emperor and expelling the barbarians ) . +MINAMOTO no Tametomo ( year of birth and death unknown ) was a busho ( Japanese military commander ) who lived in the late Heian period . +Located in each prefecture in Japan , Gokoku-jinja Shrine is a shrine honoring the spirits of the fallen heroes who sacrificed themselves for Japan , including the war dead and victims to the Japan Self-Defense Forces from each prefecture . +The Hirohata family was a court noble with the social standing of the Seiga family ( Shinke or a newly established family , Uchiuchi or a family with close relations with Emperor ) . +Daisanji was a government post next to a chief of chihokan ( local officials ) placed during the time of fu-han-ken sanchisei ( fu-han-ken tripartite governance system ) in the early Meiji period . +Hiro ( 尋 ) is a unit of length defined by old Japanese system of weights and measures . +Imperial Prince Fushiminomiya Kuniyori ( December 4 , 1733 - October 4 , 1802 ) was a member of the Imperial family in the Edo Period . +The okurisuzume ( sparrow that sends off ) is a specter handed down in Wakayama Prefecture and Higashi-yoshino Village , Yoshino County , Nara Prefecture . +Koga-ryu ( or Koka-ryu ) is the most famous school of ninjutsu ( ninja technique ) along with Iga-ryu , but it is the name that refers to collectively the schools originating from the Koka region in Omi Province and the school named " Koga-ryu " did not exist . +FUJIWARA no Tadabumi ( 873 - July 16 , 947 ) was a councilor in the Heian period who served as Minbukyo ( Minister of Popular Affairs ) . +Tsuneyori OINOMIKADO ( 1555-August 19 , 1617 ) was Kugyo ( top court official ) who lived from the Azuchi-Momoyama period to the Edo period . +Kyoto Tower is an observation tower which soars distinctively above the Karasuma central exit of Kyoto Station . +Fujibakama is one of the 54 chapters of " The Tale of Genji . " +Kanjo ( 1057 - February 19 , 1125 ) was a Shingon Sect Buddhist monk who lived during the latter part of the Heian period . +Gojo Rakuen is an old yukaku ( a red-light district ) site located in the south-east area of Kawaramachi-dori and Gojo-dori Streets in Shimogyo Ward , Kyoto City . +Sanchi YASUI ( 1617 - March 12 , 1703 ) was a go player and the second family head of the Yasui family that was the head family of the school . +The Factory Acts were a series of acts designed to protect factory workers , children and women in particular , who were forced into hard work during the Industrial Revolution . +Matafuri-jinja Shrine is a shrine which is located in Uji City , Kyoto Prefecture . +Kanetoshi MARUMO ( year of birth unknown - March 4 , 1647 ) was a busho ( Japanese military commander ) who lived in the Azuchi-Momoyama period . +Baron ( called danshaku in Japanese ) is a title of nobility . +Eisen OKUDA ( 1753 - 1811 ) was a ceramic artist in the mid and late Edo period . +Roppo is an acting motion in Kabuki , Ningyo joruri ( traditional Japanese puppet theater ) , and Buyo dance ( classical Japanese dance ) . +Gyohen ( year of birth and death unknown ) was shaso ( shrine priest ) of Kumano-hayatama-taisha Shrine who did very splendid work from the late Heian period to the early Kamakura period . +Akishino-dera Temple is a temple which is located in Akishino-cho , Nara City , Nara . +The Hinonishi family were kuge ( court nobles ) with kakaku ( family status ) of meike ( the fourth highest family status for court nobles ) . +Ujiharu HOSOKAWA was a military commander in the period of the Northern and Southern Courts ( Japan ) . +Kozai Kikai Zushiki , the edict of Dajokan ( Grand Council of State ) No.65 of 1873 , is an act which stipulates the scheme of devices to be used for judicial hanging in Japan . +" Kukunochi " ( Kugunochi ) is a god of trees ( Shinto ) appearing in Japanese Mythology . +Ninen mairi ( two-year shrine visit ) is one style of hatsumode ( the practice of visiting a Shinto shrine on New Year 's Day ) . +The Sakafuneishi Archeological Site is a dig consisting of several pieces of stonework located in Oka , Asuka-mura , Nara Prefecture . +Ibi-no-sho Manor was a shoen ( manor in medieval Japan ) that existed in Mino Province during the Heian and Muromachi periods . +Sakyo Ward is one of the eleven wards that constitute Kyoto City . +OTOMO no Muroya ( date of birth and death unknown ) was a member of a Gozoku ( local ruling family ) in the late fifth century . +The term " Tachibana clan " ( in Chikugo ) refers to a clan of the feudal lord of Kamachi , Chikugo Province , in the Heian period . +Ikihagi ' is a sense of sin , a concept in Shinto , and one of " amatsu-tsumi " ( heavenly sins ) appeared in Oharae no kotoba , one of ' Norito ' ( Shinto prayers ) collected in the eighth volume of " the Engishiki " ( an ancient book for codes and procedures on national rites and prayers ) +Chikurin-ji Temple is a Risshu sect temple located in Arisato Town , Ikoma City , Nara Prefecture . +Minamoto no Aritsuna ( year of birth unkown - July 4 , 1186 ) was a busho ( Japanese military commander ) in the Heian Period , who was a member of the Settsu-Genji ( Minamoto clan ) . +Fukusa basami , also referred to as Kaishi ire ( literally , Japanese pocket tissue pouch ) , is a generic name given to pouches used to put together and carry small items necessary for tea ceremony lessons or tea ceremony parties . +Shujikan were the predecessor of modern-day prisons created in the Meiji period . +MINAMOTO no Kaneyuki was a man renowned for his penmanship , during the middle of the Heian period , but whose birth and death year is unknown . +OKIDA no Esaka ( date of birth unknown - June 675 ) was a person who lived in the Askua Period . +Kamonomiya ( November 21 , 1618 - November 4 , 1622 ) was a member of the Imperial family in the early part of the Edo period . +Motozane KONOE ( 1143 - August 30 , 1166 ) was a noble in the late Heian period . +Tokiyuki HOJO was a busho ( Japanese military commander ) from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +Buan ( c . 764 - October 15 , 840 ) was a priest of the Ritsu sect during the early Heian period . +The Jowa Incident is believed to be the first incident to expulse other clans from the Imperial Court plotted by the Fujiwara clan in the early Heian period . +Toyokuni UTAGAWA ( 1769 - February 24 , 1825 ) was an Ukiyo-e artist who lived during the Edo Period . +Michiyuki Tabiji no Hanamuko is a dance drama ( " shosagoto " in Kabuki terms ) performed between the fourth act , " Hangan Seppuku " ( a judge 's suicide by disembowelment ) , and the fifth act , " Yamazaki Kaido " ( Yamazaki-kaido Road ) , in the Kabuki play " Kanadehon Chushingura " ( The Treasury of Loyal Retainers ) . +Usukawa-manju is cha-manju ( steamed yeast bun with filling ) smaller than its normal size . +The Battle of Hoju-ji Temple ( Hoju-ji kassen ) was a military coup on January 10 , 1184 , in which MINAMOTO no Yoshinaka attacked In no gosho ( the retired emperor 's court ) Hojuji-dono Palace , imprisoning Cloistered Emperor Goshirakawa and Emperor Gotoba and taking over the government . +Kanbe FUJIMA is the myoseki ( family name ) of Kanbe line , Fujima school . +Gyuhi is one of the materials of Japanese confectionery and a kind of rice cake made by kneading . +FUJIWARA no Yorimichi ( 992 - March 2 , 1074 ) was a noble and Imperial retainer of the Heian period . +The Daikinban is made of gold brocade and one of the imperial standards ( flags ) erected at Sokui no rei ( ceremony of enthronement ) in the garden in front of Shishinden ( hall for state ceremonies ) . +Shizuka-jinja Shrine is a shrine that is located in Amino-cho , Kyotango City , Kyoto Prefecture . +Nunasokonakatsuhime no mikoto was the Empress of Emperor Annei . +Motoie YASUTOMI was a samurai who lived in the Sengoku period ( period of warring states ) ( Japan ) . +Udatsu ( a fire-preventative structural element used in residential houses ) ( 卯建 ) is a building term and is also written as 宇立 . +Nishiyoshino Onsen Hot Spring is a hot spring which is located in Jodo , Nishiyoshino Town , Gojo City , Nara Prefecture ( former Nishi-yoshino Village ) ( Yamato Province , old province ) . +Atsushi SAISHO ( December 22 , 1827-June 21 , 1910 ) was a Japanese samurai warrior and a bureaucrat . +Atsumichi KOGA ( September 25 , 1565 - January 1 , 1625 ) was a Kugyo ( the top court official ) who lived from the end of the Muromachi period to the Azuchi-Momoyama period . +A nokotsudo is the building in which the remains of cremation are kept . +Yamashiro-cho was a town once existed in the southern part of Kyoto Prefecture . +" Shoku-Gosen Wakashu " is the 10th Imperial poetic anthology compiled by the command of the Retired Emperor Gosaga . +Myoshin-ji Temple is situated in Hanazono , Ukyo Ward , Kyoto City and is the head temple of the Rinzai sect Myoshin-ji School of Zen Buddhism . +Kintsuba is an abbreviated term for Kintsuba-yaki which is a type of Japanese confectionery . +Shinoridate Castle is the ruin of a Medieval castle in Hakodate City , Hokkaido . +KI no Kosami ( the early 730 's-April 4 , 797 ) was a Court noble of the higher ranks from the late Nara period to the early Heian period . +The Hagiwara family was a toshoke ( within the hereditary lineage of court nobles allowed to enter the tenjonoma in the palace ) and their original name was Urabe . +Omi-Ryo is a legal system , believed to have been enacted in the Asuka Period ( during the reign of the Emperor Tenchi ) in Japan . +MINAMOTO no Takakuni ( 1004 – August 6 , 1077 ) was a courtier during the later Heian period . +Mineta KIUCHI ( year of birth and death unknown ) was a member of the Shinsengumi ( a Tokugawa shogunate police force located in Kyoto ) . +Chisokuin Sosho ( year of birth and death unknown ) was a Buddhist priest in the Azuchi-Momoyama period . +Koho MISHOSAI ( 1791- August , 1861 ) was a Japanese expert of flower arrangement . +FUJIWARA no Kadonomaro ( 755 - December 11 , 818 ) was a court noble from the Nara period to the former half of Heian period . +Bujo-ji Temple is a Buddhist temple belonging to the Honzan Shugen Sect located in Hanase Harachi-cho , Sakyo-ku Ward , Kyoto City . +Fukushin KISHITSU ( Boksin GWISIL , year of birth and death unknown ) was a member of the loyal family of Kudara ( Baekje ) and general . +Seichi YABUI ( 1748-October 14 , 1816 ) was a Japanese tenkokuka ( artist of seal engraving ) in the mid-Edo period . +" Kokon Hyakumonogatari Hyoban " ( A Critique of Hundred Tales Old and New ) is a collection of kaidan ( ghost ) tales written and edited by Genrin YAMAOKA who was a litterateur in the early Edo period . +Yoshimine-dera Temple is a Buddhist temple located in Nishikyo-ku Ward , Kyoto City , Kyoto Prefecture . +Rinju is the time immediately before one dies . +Mitsuie HATAKEYAMA ( 1372 - October 31 , 1433 ) was a shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) and a kanrei ( shogunal deputy ) in the period of the Northern and Southern Courts and the Muromachi period . +Kiyonobu UENO ( year of birth and death unknown ) was a Busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +Nyoin indicates a title bestowed upon a woman , such as the three empresses ( grand empress dowager , empress dowager , empress ) or an equivalent status ( jugo , honorary rank next to the three Empresses and princess , etc . ) and is a system that continued from the middle of the Heian period until the Meiji Restoration . +Kyodo Unyu Kaisha ( literary , a joint transportation company ) was established in July 1882 , with the merger of three transportation companies , Tokyo Fuhansen Kaisha , Hokkaido Unyu Kaisha and Echu Fuhansen Kaisha , and also with the investment from anti-Mitsubishi Zaibatsu powers such as Mitsui-zaibatsu . +Mokujiki ( 1718 - 1810 ) was a Buddhist practitioner and sculptor of Buddhist statues during the late Edo period . +Oyamamori no miko ( earlier than 257 - March 31 , 310 ) was the first prince of Emperor Ojin . +Takeo NAKAJIMA ( 1947 - ) is a Japanese environmental designer . +Masamitsu MIMURODO ( December 10 , 1842 - 1922 ) was a Kugyo ( high court noble ) in the end of Edo Period . +Kinyo Wakashu is the fifth Chokusen Wakashu ( anthologies of Japanese poetry compiled by Imperial command ) , and it was completed before " Shika Wakashu " ( Shika Collection of Japanese Poems ) and after " Goshui Wakashu " ( Later Collection of Gleanings of Japanese Poetry ) . +Koremichi KOGA ( December 4 , 1687 - October 21 , 1748 ) was a Kugyo ( court noble ) during the mid Edo period . +Jinja architecture refers to the architecture associated with jinja , or Shinto shrine . +FUJIWARA no Noriyoshi ( year of birth and death unknown ) was a government official of the late Heian period . +This article describes Japanese traditional horse racing ( running horses for the speed competition and then deciding which horse is superior ) , called kurabeuma , kisoiuma , or komakurabe . +Kyoto Hosei School , a private institution established in 1990 by Kojuro NAKAGAWA , et. al , was formerly the school of Ritsumeikan University ( head office of the Educational Foundation : Nakagyo-ku , Kyoto City ) . +Gold standard system is a monetary system that a fixed quantity of gold represents value of the currency in a country , and so the prices of goods also represent a certain value of gold . +Suo is a kind of Japanese kimono . +Nyunaisuzume ( Russet Sparrow ) or Sanekatasuzume is a mysterious bird appearing in legend of FUJIWARA no Sanekata , a poet in the Heian period . +Kokei BAN ( November 7 , 1733-September 7 , 1806 ) was kajin ( a waka poet ) and a writer in the latter part of the Edo period . +Imperial Prince Koretaka ( 844 - March 30 , 897 ) was an Imperial family member during the early Heian period . +The Kyoto Horse Racing Club was an organization which used to hold horse races . +The Autumnal Equinox Day is the day when the autumnal equinox occurs . +Hosokawa 's government was a Japanese military government in the Sengoku period which existed from 1493 through 1549 . +Tsubazeriai means warding off ( and pushing back ) each other 's sword with one 's own sword guard in a duel , this is also synonymous with " neck-and-neck " competition . +The Higashifushiminomiya family is the Imperial family , which was founded by Imperial Prince Higashifushiminomiya Yorihito , a son of Imperial Prince Fushiminomiya Kuniie , during the late Meiji Era . +Kanemigi YOSHIDA ( May 31 , 1516-February 22 , 1573 ) was the eighth head of the YOSHIDA family , a " Tosho-ke " ( the hereditary lineage of Court nobles occupying relatively high ranks - its social standing was hanke ( court noble ) , the Urabe clan ) . +MIYAKE no Iwatoko ( July 23rd , 680 — year of birth unknown ) was a person of the Asuka Period in Japan . +Kyoto Shogi is a kind of board game that is played between two players . +Fusateru HOSHO was a Noh actor of the Hosho school of shite-kata ( lead actors ) . +Kikunomae ( year of birth unknown - April 24 , 1585 ) was the lawful wife of Tokinari YAMADA , the lord of Yamada-jo Castle . +Toshikoshi-soba ( Buckwheat Noodles Eaten on New Year 's Eve ) is a term for buckwheat noodles which are eaten on New Year 's Eve ( December 31st ) for good luck . +FUJIWARA no Mitate ( year of birth unknown and died on July 16 , 764 ) was an aristocrat and a bureaucrat in the Nara period . +" Karakuri-Doji ULTIMO " is the title of a Japanese manga ( comic ) series written by Stan LEE and illustrated by Hiroyuki TAKEI . +Tanzen is a thickly padded winter garment of Japanese style . +Tachiyaku means the role in Kabuki ( traditional performing act ) of a normal adult male , and it also stands for the actor who plays the role . +Uguisu Mochi is a Japanese traditional sweet made from gyuhi ( kneaded rice flour with sugar or starch syrup ; by being kneaded for a long time , it becomes a translucent paste ) and an ( a sweet red paste made from red azuki beans ) ; an is lapped by gyuhi which is shaped like an uguisu ( Japanese bush warbler ) . +Mappo-shiso is a kind of Buddhist prediction philosophy under three periods which the period of 1,000 years ( also said to be 500 years ) after the establishment of Buddhism by Shaka is called Shobo , and the following period of 1,000 years is called Zobo and the following period of 10,000 years is called Mappo and these three periods are considered as different . +An imperial mausoleum is a grave designated as an emperor 's grave by the Imperial Household Agency . +Akasaka Tennozan-kofun Tumulus is a tumulus in Kurahashi , Sakurai City , Nara Prefecture . +Imperial Prince Osabe ( 761 ? - June 3 , 775 ) was a member of the Imperial family and Crown Prince in the late Nara period . +Tadataru DAIGO ( 1819 - 1820 ) was a retainer of the Imperial Court during the latter half of Edo period . +Amatarashihikokuni oshihito no mikoto ( year of birth and death unknown ) was a member of the Imperial family ( the royal family ) , described in the " Kojiki " ( The Records of Ancient Matters ) and the " Nihon Shoki " ( Chronicles of Japan ) . +The Kyoto Old Capital Preservation Cooperation Tax was one of the local taxes , which was once levied in accordance with a tax ordinance enacted by Kyoto city . +Oe Kokomae Station , located at Kanaya , Oe-cho ( Kyoto Prefecture ) , Fukuchiyama City , Kyoto Prefecture , is a railroad facility on the Miyafuku Line which is operated by Kitakinki Tango Railway ( KTR ) . +Kazenbo ( literally , a bonze in front of the fire ) is a type of Japanese yokai ( ghosts , spirits and monsters ) described in " Konjaku Hyakki Shui " ( literally , Supplement to The Hundred Demons from the Present and the Past ) , a yokai art collection book or a supernatural bestiary by Sekien TORIYAMA . +MINAMOTO no Kunimoto +Kume ( date of birth and death unknown ) lived during the Asuka period in Japan . +Toshisada ODA was a military commander in the Sengoku period ( period of Warring States ) . +Nagazane IROBE was a busho ( Japanese military commander ) from the Sengoku period ( period of warring states ) to the Azuchi Momoyama period . +Mountain Buddhism , a form of Buddhism for the practitioner of austerities who seeks an ascetic practice place in mountains , was begun by Saicho ( 767-822 ) , the founder of the Tendai sect , Kukai ( 774-835 ) , the founder of the Shingon sect , and others against the secularization of Nara Buddhism ( Nanto rokushu ) , which had strengthened its ties with the government . +Kokushi was a shigo ( a posthumous name ) given to monks by the Emperor and used to express the emperor 's respect to the monks . +Raigen ( year of birth unknown - March 26 , 1183 ) was an ebusshi ( artist who draws Buddhist paintings and colors Buddhist statues ) in the late Heian period . +The Kyoto Prize in the category of Advanced Technology is one of the categories of the Kyoto Prize , and is given to a scientist who achieved great results . +Naniwa Nagara no Toyosaki no Miya Palace was a palace in the capital of Japan in the Asuka period . +Sanenari HASHIMOTO ( April 9 , 1758 – April 9 , 1817 ) was a court noble of the Edo period . +INPUMONIN no Daifu ( ca . 1130 - ca . 1200 ) was a court lady and poet in the late Heian period . +Kasho refers to a passport used from the age of the Han dynasty to around the period of Tang Dynasty in China . +Japan / Kinki Region / Kyoto Prefecture / Funai-gun +Jimyo-in Temple is a temple that is thought to have been located in what is now the vicinity of Kosho-in Temple in Kamigyo Ward , Kyoto City . +Tokitsuna YAMASHINA ( May , 4 , 1486 - October 3 , 1530 ) was a court noble during the late Muromachi period . +Onzoshi +TAIRA no Tomonori ( date of birth unknown - June 2 , 1183 ) was a busho ( a Japanese military commander ) who lived during the late Heian period . +Belonged to the lineage of the Prince Takamune of the Taira clan , the Hiramatsu was a family of dojo kuge ( nobles occupying relatively high ranks ) of which the founder was Tokitsune HIRAMATSU ( Chunagon ( vice-councilor of state ) of Junii ( Junior Second Rank ) ) ( 1599-1654 ) , the second son of Tokiyoshi NISHINOTOIN ( Sangi ( councilor ) of Junii ( Junior Second Rank ) ) ( 1552-1640 ) . +Karaoke is a reproduction of a musical performance by musical accompaniment recorded in advance , instead of a live music , when one sings a song or plays a melody part ( main part ) on an instrument . +Imperial Princess Asahara , also pronounced Ashitahara ( 779 - May 18 , 817 ) was the Princess of Emperor Kanmu and Imperial Princess Sakahito . +Kikunosuke ONOE is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +Makami is deification of a Japanese wolf which is now extinct . +Sadataka SAKAI ( 1435 - May 29 , 1522 ) was a Japanese military commander during the time from the late Muromachi period to the Sengoku period ( Period of Warring States ) , and is believed to be the founder of the Kazusa Sakai clan . +MINAMOTO no Yorihira ( years of birth and death not known ) was a military commander and official who lived in the middle Heian period . +The term fusuma ( 襖 ) is a fitting which is used as a partition in a Japanese-style room . +Shiyu no Utage is a public event of cheerleading clubs sponsored by K.K.D.R.UNIV. Cheerleader Union ( the four private universities cheerleading league in Kansai region ) . +Kiheitai Army +Julia Ota ( years of birth and death unknown ) was a Korean woman who had been forced to come to Japan from the suburbs of Pyongyang on the Korean Peninsula during the Bunroku-Keicho War ( 1592-1653 ) . +Jurin-ji Temple , a temple of the Tendai Sect , is located in Oshio-cho , Oharano , Nishikyo Ward , Kyoto City . +" Basyaku " was a road hauler who transported goods by horse . +The Kyoto - Miyazu and Tango Line is an Express bus ( Rapid Bus ) that connects Kyoto City with Miyazu City and Kyotango City . +Arikazu KARAHASHI ( 1448 - January 31 , 1496 ) was a court noble who lived during the Muromachi period . +Kado , which literally means an art of poems , is an art of creating waka ( traditional Japanese poems of thirty-one syllables ) and a study regarding waka itself ( treatise on waka poetry and the study of waka ) . +Akashi no himegimi ( literally , princess of Akashi ) is a character in " Genji Monogatari " ( The Tale of Genji ) , a novel written by Murasaki Shikibu . +Sojuro SAWAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +Tan SHIDEHARA ( October 12 , 1870 - June 29 , 1953 ) was a historian and an education administrator . +The Takigawa Incident was a crackdown on freedom of thought that occurred at the Kyoto Imperial University in 1933 . +Haraedo no Okami refers to Shinto deities in charge of " harae " ( purification or redemption ) . +Toyo ( 臺與 ; c . 235 - year of death unknown ) , also written as 壹與 , was a woman who was said to have succeeded Himiko as her relative in the 3rd century of the Yayoi period ( c . 250 BC – c . 250 AD ; Yayoi derives from the name of district in Tokyo where the pottery representing this period unearthed ) in Japan ; Himiko was a queen of Yamataikoku ( the largest chiefdom in Japan c . 250 governed by a female shaman named Himiko ) , who was in Gishiwajinden ( Worenchuan [ account of the Wa people ] section of the volume Records of Wei [ history of Cao Wei Kingdom ; 220 - 265 in China ] ) in " Sanguo Zhi ( a history book ) " ( Records of the Three Kingdoms ; a historical record on the Three Kingdoms of Wei , Shu and Wu in ancient China ) . +Kayabuki is a type of roof structure using kaya ( grass ) ( Japanese pampas grass or cogon ) as the material for thatching and is also called kaya-thatched roof . +Myoryu ( August 11 , 1705-July 5 , 1786 ) was a priest of Shingon Ritsu sect in the middle of the Edo period . +Kenichi FUKUI ( 4 October 1918 – 9 January 1998 ) was a Japanese chemist . +" Eiga Monogatari ( A Tale of Flowering Fortunes ) " is a classic work of the Heian period . +Ajari ( also Azari , Sanskrit : acarya , also transliterated as Ajariya ) means a " model / example " in Sanskrit , and is a master who is an example to his disciples and teaches the dharma . +The Fusehara family was a toshoke ( the hereditary lineage of court nobles allowed to enter the tenjonoma in the palace ) that was a branch family of the Funabashi family in direct line of descent from the Kiyohara clan . +Baisho-zukuri is one of the production methods of Japanese sake ( rice wine ) in the modern days and is one kind of the high-temperature saccharization method . +Yukimitsu NIKAIDO ( 1164 - September 1219 ) was a governmental official responsible for practical works at the beginning of the Kamakura period . +Kashida Village was a village belonged to Minami-kuwada County , the southwestern part of Kyoto Prefecture . +Kirimodoshi is one of the treatments for prolonging the lives of the cut flowers used in Japanese flower arrangement or in fresh flower business . +Sangen ( or Sankan ) is a general term for the three important sekisho ( a checkpoint ) out of which were established in and around Kinai ( five capital provinces surrounding the ancient capitals of Nara and Kyoto ) in ancient Japan . +Kyoso Hanjaku means evaluation of Buddhist scriptures , and was practiced in regions where Buddhist scriptures using Chinese characters were used , including China , for the purpose of evaluating and interpreting Buddhist scriptures based on the height and depth of their contents . +Ashura ( the transcription of asura in Sanskrit with the meaning of non-heaven ) is a guardian god of Hachi Bushu ( or Eight Legions , Protectors of Buddhist Teachings ) in Buddhism . +Makurakotoba ( 枕詞 ) is a rhetorical device which is used mainly in Japanese poetry , and the word ( s ) which is placed before the particular words to make pairs to adjust the tones of the words or to add to a kind of atmosphere . +Yoriyuki HOSOKAWA ( 1329 - April 2 , 1392 ) was a warrior , politician and Bakufu Kanrei ( shogun deputy ) between the Northern and Southern Courts period and the Muromachi period . +Daimyo-gyoretsu refers to procession that was formed when daimyo ( Japanese feudal lord ) went out along with attendants for public purpose . +Repose of souls ( " chinkon " , or " tamashizume " ) refers to the quieting of a persons soul . +" Pine Trees " is an ink painting on a pair of six-folded screens , and Tohaku HASEGAWA 's best known work . +The Omuro School of the Shingon ( " True Word " ) sect is one of the Shingon sect schools in Japan and belongs to the Kogi ( old ) Shingon sect . +Sekko Soshin ( 1408 - July 12 , 1486 ) was a priest of the Rinzai Sect from the middle of the Muromachi period to the Sengoku period ( period of warring states ) ( Japan ) . +Join SAEKI ( July 26 , 1867 - November 23 , 1952 ) was a Japanese Buddhist monk of the Hosso sect ( Japanese equivalent of the Chinese Faxiang sect ) and Shotoku sect and scholar of Buddhist Studies . +Lemon is a story by Motojiro KAJII . +Sukemoto OTA was a daimyo ( Japanese feudal lord ) and roju ( senior councilor ) from the late Edo period to the last days of the Tokugawa shogunate . +MINAMOTO no Tsunefusa ( 969 - December 3 , 1023 ) was a retainer of Imperial Court during the Heian period . +Kagamibiraki is an event held to wish for a peaceful year for the family by cutting a kagamimochi ( a large , round rice cake ) offered to Toshigami ( a god of the incoming year ) at the New Year , cooking it in zoni ( vegetable soup containing rice cakes ) or shiruko ( sweet red-bean soup with pieces of rice cake ) , and eating it . +Shigetsuna SASAKI was a military commander during the early to middle Kamakura period . +Ryoan is a period when the Emperor is in mourning for his father and mother . +NAGAO no Masumi ( year of birth and death unknown ) was a person from the Asuka Period in Japan . +MUSASHI no Takeshiba ( dates of birth and death unknown ) was a member of a local ruling family in the mid Heian period . +Tsukaiban is a post in the Edo shogunate . +Hashirama is a bay , space or distance between two pillars of a palace and so on in traditional Japanese architecture . +Kinpusen-ji Temple , located in Yoshino-cho , Yoshino County , Nara Prefecture , is a Buddhist temple of Shgendo lineage . +Sharebon ( literally , witty book ) is a type of gesaku literature in the mid-Edo period . +The history of tourism in Japan is discussed in this section . +Arare is short for arare mochi ( rice cake ) and is a snack made by cutting rice cakes into pieces two to three centimeters in length and about five millimeters wide and roasting them . +The Horinouchi family ( Horinouchi-ke ) were a hereditary tea family who served as tea masters under the Omotesenke for many generations . +Kuroemon KATAYAMA IX ( August 26 , 1930 - ) is a Noh actor of the shite-kata ( lead role ) Kanze-ryu School . +The Yosano-cho Community Bus is the community oriented bus operated in Yosano-cho , Yosa District , Kyoto Prefecture . +Kagaku is a study that researches everything related to waka , such as its essence and mannerisms , the interpretation of old waka , ancient practices and history . +Kagurauta is a song performed in Kagura ( sacred music and dancing performed at shrines ) . +Tsuboi Remains are the series of remains from the mid to the late Yayoi period , located across Tokiwa-cho , Kashihara City to Daifuku , Sakurai City . +Kaiyo ( 1036-September 6 , 1112 ) was a Buddhist monk from the end of the Heian Period ( the cloister government period ) . +Sumiyoshi-zukuri style is one of the architectural styles of shrines in Japan . +Tankei ( 1173-June 20 , 1256 ) was a sculptor of Buddhist statues during the Kamakura period .. +" Sudo-jinja Shrine " is a shrine in Kamitakano , Sakyo Ward , Kyoto City . +Ojo is the title given to a daughter of a king or its equivalent monarch . +Sharitsu is a law on pardon , which was enacted by the Edo Shogunate in 1862 during the last period of the Edo era in Japan . +Uprising of the Hayato people was organized by the Hayato in southern Kyushu in 720 to rebel against the Yamato sovereignty . +Tsunemichi ICHIJO ( 1317 - April 9 , 1365 ) was a kugyo ( the top court official ) from the end of the Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +Juo Sohitsu ( 1296 - 1380 ) was a Rinzai Sect Buddhist monk who lived from the latter part of the Kamakura period to the Northern and Southern Courts period ( Japan ) . +Sugiyama-jo Castle was located in Ranzan-machi , Hiki-gun , Saitama Prefecture . +Wakei Seijaku ( literally meaning harmony , respect , purity and tranquility ) is a slogan emphasized in Sado ( Japanese tea ceremony ) , which is particularly respected in the House of Sen through the ' Shiki ' ( Four Principles of Tea ) as laid down by SEN no Rikyu . +Ujinari MUNAKATA was the 47th Daiguji ( the supreme priest ) of the Munakata Taisha Shrine . +TAKEIWATATSU no Mikoto is a person that appears in Japanese myths as the major enshrined deity at Aso-jinja Shrine . +Shura Noh is one of the programs of Noh theatrical performance , in which a warrior is the shite ( the main actor of a Noh play ) . +Toyotada HIROHATA ( July 27 , 1666 - August 26 , 1737 ) was a Kugyo ( top court official ) during the early to mid Edo period . +TAIRA no Moritoshi ( born on an unknown date , died in March 20 , 1184 ) was a busho ( a Japanese military commander ) during the end of the Heian period who was from the Ise-Heishi clan ( a branch of the Taira clan ) . +Nishikikoji-dori Street is one of the major east-west streets in Kyoto City . +Jichin-sai ( also pronounced " tokoshizume no matsuri " ) is a Japanese word used to describe the ground-breaking ceremony that is performed prior to the construction of an architectural structure or civil engineering work in order to appease the Shinto god or spirit of the land ( known in Japanese as the Ujigami , the guardian god or spirit of the family or the community ) and receive permission to use the land . +Sonosuke SAWAMURA is a name which has been used by some Kabuki ( a traditional form of drama and music performed by male actors ) actors . +The Seiryoden thunderbolt striking incident happened when a thunderbolt struck the Seiryoden ( literally , Hall of Cool and Refreshing Breezes ; the emperor 's private residence ) in the Dairi ( Imperial Palace ) on July 29 , 930 during the Heian period . +The term " Miuchibito " or " Miuchinin " refers to warriors who served regent , the Hojo clan during the Kamakura period ( 1185-1333 ) . +Takarazuka Kinema Kogyo ( established in November of 1932 , liquidated in February of 1934 ) was a film company that existed in Kyoto . +Bansha no goku was the suppression of free speech that occurred in May 1839 . +Emperor Suzaku ( Suzaku no Mikado ) , or Suzakuin , is the second emperor in " The Tale of Genji " ( the period of his reign , the chapter of ' Aoi ' ( Hollyhock ) to ' Miotsukushi ' ( Channel Buoys ) ) . +Shikken is a name of a post in the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +The Hoki War was the rebellion of Emishi ( natives of the Japanese islands of Hokkaido and northern Honshu that opposed and resisted the rule of the Japanese Emperors ) in Tohoku region ( later Rikuzen Province ) in the Nara period . +Minakuchi-jo Castle is located in Minakuchi , Minakuchi-cho , Koka City , Shiga Prefecture . +Saruishi are four unusual shaped rocks located in the tomb of Kibitsu-hime no Okimi adjacent to the west of Umeyama-kofun Tumulus ( Currently designated as the Mausoleum of Emperor Kinmei ) . +The Naoejo is a letter written in 1600 , sent from Kanetsugu NAOE , a senior retainer of the Uesugi family , to Saisho Jotai who negotiated with the Uesugi family ordered by Ieyasu TOKUGAWA . +Norinari MOMI ( 1527 - 1576 ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) in Tanba Province . +Niedono was an institution attached to Naizenshi ( Imperial Table Office ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) of Ritsuryo Japan . +Joseph Hardy Neeshima ( born February 12 , 1843 , died January 23 , 1890 , and known as Joe NIIJIMA in Japan ) was a Christian proselytizer and founder of the Doshisha Eigakko ( Academy ) , formerly known as Doshisha University . +Ryakumyo dodai ( also called rekimei-dodai ) was the record book of Ikai-Bunin ( directory of Court ranks ) of Shii ( Fourth Rank ) and Goi ( Fifth Rank ) in medieval Japan . +Kamiarai is a part of Shakkyo ( Stone Bridge , Noh Play ) in Kabuki ( traditional drama performed by male actors ) and is a shosa ( conduct ) in which a shishi lion bends forward and sways its head side to side with its long hair hung down in the front . +Kyozuka ( literally , " scriptures tomb " ) are burial sites where Buddhist scriptures were buried . +Koga Jusshu refers to the specialty plays of Sojuro SAWAMURA of Kinokuniya ( kabuki ) selected by Sojuro SAWAMURA the seventh . +Gato KATAOKA is a Kabuki ( traditional drama performed by male actors ) actor . +Yoshimitsu AWATAGUCHI ( around 13th century ) was a sword craftsman in the middle of Kamakura period . +Saneyuki SANJO ( 1080 - September 9 , 1162 ) was a court noble and the first head of the Sanjo family who lived in the late Heian period . +FUJIWARA no Tokihime ( year of birth unknown - February 9 , 980 ) was the lawful wife of FUJIWARA no Kaneie , Kugyo ( a top court official ) and who lived in the mid Heian period . +Nobuyoshi MATSUDAIRA ( 1580 - August 28 , 1620 ) was a person in the Azuchi-Momoyama period and the early Edo period . +Marutamachi Station , located in Nakagyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Karasuma Line , which is operated by Kyoto Municipal Subway . +Bitasen was a coin of very poor quality among those circulated during late Medieval Japan . +SHIMADA no Tadaomi ( 828 - 892 ) was a noble and poet who lived in the first half of Heian period . +Takakage ASAKURA was a Busho ( Japanese military commander ) in the Sengoku ( Warring states ) period and warlord in Echizen Province . +FUJIWARA no Sanekane ( year of birth unknown - October 19 , 1130 ) was a nobleman who lived at the end of the Heian period . +Rikkenseitai no Shosho was issued by the Emperor Meiji on April 14 , 1875 . +FUJIWARA no Takanobu ( 1142 - March 26 , 1205 ) was an aristocrat who lived from the end of Heian period to early Kamakura period . +SOGANOKURA-YAMADA no Ishikawamaro ( year of birth unknown - May 15 , 649 ) was a member of powerful clan in the Asuka period . +" Kamesaburo BANDO " is a name which has been used by several Kabuki ( a traditional form of drama and music performed by male actors ) actors . +Hananoi ( year of birth unknown - 1873 ) was a housemaid of the Mito Domain in the end of the Edo period . +Toshimasa MAEDA ( 1578 - August 18 , 1633 ) , a busho ( Japanese military commander ) who lived from the Azuchi Momoyama Period to the Edo period , was the second son of Toshiie MAEDA , the first lord of the Kaga Domain , and his mother was Hoshunin . +Bunkyu Eiho coin was a coin circulated at the end of the Edo period . +Genkai ( 1093 - 1156 ) was a Shingon sect priest in the late Heian period . +Amenooshihi no Mikoto is a god ( Shinto ) which appears in Japanese mythology . +Karasumi is a food product made from fish roe , which is first salted down and then sun-dried after some of the salt is removed in water . +Ejo KOUN ( ( 1198 - September 26 , 1280 ) was a priest of the Zen Sect in the Kamakura period . +Gonoshin OTOBE ( ? - June 20 , 1869 ) was a feudal retainer of the Matsuyama clan in Bicchu in Bicchu Province in the end of Edo period . +Hoderi is a god that appears in Japanese mythology in the Kojiki ( The Records of Ancient Matters ) . +According to the Japanese mythology , Kinomata no kami ( 木俣神 ) ( also read as Konomata no kami ) was born between Okuninushi ( chief god of Izumo in southern Honshu Island , Japan , and the central character in the important cycle of myths set in that region ) and Yakami hime of Inaba . +Nagashiraha no kami was a god appearing in Iwato-gakure ( the hiding of Amaterasu Omikami , the sun goddess , in the heavenly rock cave ) of Kogo-shui ( History of the Inbe clan ) . +Jodai Tokushu Kanazukai is Japanese phonetic orthography used in ancient Japan ( around the Nara period ) , which can be observed in the documents written in Manyo-gana ( Chinese characters used as phonetic characters ) such as " Kojiki " ( The Records of Ancient Matters ) , " Nihon Shoki " ( Chronicles of Japan ) and " Manyoshu " ( Collection of Ten Thousand Leaves ) . +Nangai KAN ( dates of birth and death unknown ) was a Japanese tenkokuka ( artist of seal engraving ) in the middle of the Edo period . +The Katsuraki Imasu Hono Ikazuchi-jinja Shrine is a Shinto shrine located in Fuefuki , Katsuraki City ( former Fuefuki , Shinjo-cho ) , Nara Prefecture . +Kosa indicates the following weather phenomenon : Dust in inland deserts or dry zones in eastern Asia centered around People 's Republic of China , is flung up into the air , for example , by a sandstorm , and is carried and falls over a wide area of eastern Asia centered around spring . +Fujihide MITSUBUCHI ( date of birth unknown - July 6 , 1574 ) was a direct vassal of shogun ( military official ) during the end of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +" Kajin " is a Japanese term used to refer to poets who write waka ( a traditional Japanese poem of thirty-one syllables ) or tanka ( thirty-one-syllable poem ) . +Tensha Tsuchimikado Shinto is a school of Shinto religion / Onmyodo ( way of Yin and Yang ; occult divination system based on the Taoist theory of the five elements ) with its headquarters in Oi-cho ( formerly Natasho-mura area ) , Fukui Prefecture . +Kannon-ji Temple is a Buddhist temple belonging to the Chizan School of the Pure Land Sect located in Fugenji-shimo , Kyotanabe City , Kyoto Prefecture . +Mannosuke NOMURA ( May 2 , 1939 - ) is a Kyogen performer of Izumi school . +The Seikanji family were kuge ( court nobles ) with kakaku ( family status ) of meike ( the fourth highest status for court nobles ) . +The Gojo family is a kuge ( family of court nobles ) and a toshoke ( hereditary lineage of court nobles above a certain rank ) , whose patriarch was Takanaga GOJO ( Junii - Junior Second Rank ) , Shikibusho ( Ministry of Ceremonies ) ( 1210 - 1285 ) , who was a son of Shonii ( Senior Second Rank ) , Sangi ( councilor ) and Ministry of Treasury , SUGAWARA no Tamenaga ( Tamenaga TAKATSUJI ) . +Yasuharu WAKISAKA was a busho ( Military Commander ) and daimyo ( Feudal Lord ) who lived during the Azuchi-Momoyama and Edo periods . +Gakunodo is a name for a facility inside an armed camp during the Sengoku period . +Hina arare is a kind of Japanese confectionery that is offered at the Dolls ' Festival ( March 3rd ) . +Yadoriki is one of the 54 chapters of " The Tale of Genji . " +Kagura is a chanting and dancing performance dedicated to gods in Shinto rituals . +Yorinao ( also Yorihisa ) SHONI ( 1293 - 1371 ) was a Kyushu military commander who lived during the period of the Northern and Southern Courts ( Japan ) and into the Muromachi period . +KASA no Iratsume ( Lady Kasa ) was a poet of the mid-Nara period . +神人 means : +Yamato-Genji , a branch of the Seiwa-Genji ( Minamoto clan ) , was started by MINAMOTO no Yorichika , the second son of MINAMOTO no Mitsunaka . +Genpin ( 734 - July 27 , 818 ) was a priest of Hosso sect ( The Dharama-Characteristics Sect of Buddhism ) from the Nara period to the early Heian period . +" Nihon isshi " is a history book . +Mimitsu is a place name in Hyuga City , Miyazaki Prefecture . +Yorito TOKI ( ? - January 6 , 1343 ) was a military commander who lived from the late Kamakura period through the period of the Northern and Southern Courts ( Japan ) . +Shungiku ( the scientific name : Chrysanthemum coronarium , Syn , Leucanthemum coronarium , or Glebionis coronaria , the English name : Crown daisy ) is a plant native to the Mediterranean coast , and is classified in the genus Chrysanthemum of the family Asteraceae . +Amenohiboko is a deity in Japanese mythology , who appears in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +Myogo Honzon is a form of honzon ( the principal object of worship at a temple ) in Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +Tameyo NIJO ( 1250-September 26 , 1338 ) was a Kajin ( poet for Japanese poetry ) , who lived from the end of Kamakura to the beginning of the Northern and Southern Courts periods . +Hojo Kudai Meika no Isaoshi is the title of kabuki kyogen play . +Oume ( date of birth unknown - October 30 , 1863 ) was a woman during the late Edo Period . +Tatsumi Geisha refers to professional female entertainers , who were particularly popular in Fukagawa in Edo ( present-day Fukagawa , Tokyo ) around the Edo period . +Zenpo KONPARU ( 1454 - 1532 ? ) was a Nohgakushi ( Noh actor ) in the late Heian period . +Yukitada NIKAIDO ( 1221 - December 24 , 1290 ) was a child of Yukimori NIKAIDO and Mandokoro Shitsuji ( chief of Mandokoro , the Administrative Board ) of the Kamakura bakufu . +Umekita ikki ( Umekita Uprising ) is an uprising instigated by Kunikane UMEKITA , a vassal of the Shimazu clan in July 1592 . +Imperial Princess Uchiko ( 807 - December 7 , 847 ) was the fifty-second Emperor Saga 's Princess . +Kokugaku was a study that took place in the mid-Edo period in Japan . +Kiyomasa KATO was a Busho ( Japanese military commander ) and Daimyo ( Japanese feudal lord ) from the Azuchi-Momoyama period to the early Edo period . +The list of present Noh programs is a list of current programs performed by the five schools of Noh 's shite-kata ( actors who play leading characters ) . +Josetsu ( the years of his birth and death was unknown ) was an artist-monk from the period of the Northern and Southern Courts to the middle of the Muromachi period . +Syoh YOSHIDA ( January 24 , 1984 - ) is a Japanese-style painter who was born in Aichi Prefecture . +A zabuton ( Japanese cushion ) is an item of furnishing for placing under the legs or bottom when sitting on the floor or tatami . +FUJIWARA no Takafuji ( 838 to April 18 , 900 ) was a court noble during the early Heian period . +In the incident of Ashikaga-sandai mokuzo kyoshu , heads of the wooden images and the mortuary tablets of the first Seii taishogun ( literally , " great general who subdues the barbarians " ) of Muromachi bakufu ( Japanese feudal government headed by a shogun ) Takauji ASHIKAGA , the second Seii taishogun Yoshiakira ASHIKAGA , and the third Seii taishogun Yoshimitsu ASHIKAGA were taken away from Kyoto Jito-in Temple on April 9 , 1863 in the late Edo period , and were cast to the riverbed of Kamo-gawa river . +Rakuichi-rakuza ( free markets and open guilds ) was an economic policy implemented in the markets of government controlled areas such as castle towns by the Shokuho government ( the government of Nobunaga ODA and Hideyoshi TOYOTOMI ) and the Sengoku daimyo ( Japanese territorial lord in the Sengoku period ) during the early modern period ( 16th century to 18th century ) in Japan . +Shuten Doji was the chief of the oni ( a kind of demon or ogre ) , who were believed to live on Oi no Saka ( Oi Hill Road ) in Oe at the border between Kyoto and Tanba Province ( he may also have been a robber ) . +Niizawa Senzuka-kofun Tumulus Cluster is one of the famous large tumulus clusters consisting of over 600 burial mounds in total located Mt . Kaifuki in the southern part of Kashihara City , Nara Prefecture . +Naporitan ( Napolitan ) is a Japanese spaghetti dish flavored with tomato ketchup . +Tonodan-dori Street is a street running north-south through Kyoto City . +Yosaburo TAKEKOSHI ( November 22 , 1865 - January 12 , 1950 ) was a historian , critic and statesman , who lived during the Meiji to Showa periods . +The Taiwan expedition refers to the Meiji government 's dispatch of military troops to Taiwan in 1874 . +Enkyo KABUKIDO ( year of birth and death unknown ) is an Ukiyoe artist of the Edo period . +FUJIWARA no Teishi ( her name can alo be read as Sadako ) ( 977-January 13 , 1001 ) was Chugu and later Empress to the sixty-sixth Emperor , Ichijo , during the Heian period ( The date of her death is taken from Kugyo FUJIWARA no Yukinari 's diary , " Gonki " of the same period . +URABE no Suetake ( date of birth and death unknown ) was a busho ( Japanese military commander ) who lived during the middle of the Heian Period . +The Railway Nationalization Act ( the 17th Law issued on March 31 , 1906 ) is a Japanese law to nationalize private railways in order to unify the nation-wide networks of railways under the Tetsudoin ( Railway Bureau ) in the Cabinet . +Jinyamachi was one of the former Japanese city forms . +Gongen is a kind of Japanese shingo ( the title given to a Shinto shrine ) . +Kuro Shigefusa HOSHO ( July 2 , 1900 - July 18 , 1974 ) was a Noh actor of the Hosho school of shite-kata ( lead actors ) . +Oka-dera Temple located in Asuka-mura , Takaichi-gun , Nara Prefecture is a temple of the Shingo sect Buzan school . +Onami ( Onnami ) ( 1398 - February 15 , 1467 ) was a sarugakuno actor ( actor for sarugaku ( form of theatre popular in Japan during the 11th to 14th centuries ) of Noh ( traditional masked dance-drama ) ) of the Muromachi period . +Tetcho SUEHIRO ( March 15 , 1849 - February 5 , 1896 ) was a political activist , press reporter and novelist in the Meiji period . +Fujin ( also known as " Kaze no kami , " or " Fuhaku " ) is the Japanese god believed to control the wind . +Niiharino kuninomiyatsuko ( also known as Niiharikokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the west part of Hitachi Province . +Yoshitoshi TSUKIOKA ( April 30 , 1839 - June 9 , 1892 ) was an ukiyoe artist from the end of the Edo period to the first half of the Meiji period . +Izumi Shikibu ( dates unknown ) was a poet of the mid-Heian period . +Gojo Station , located in Osaka-cho , Shimogyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Karasuma Line , which is operated by Kyoto Municipal Subway . +Kitakinki , an " L-tokkyu ( limited express ) " operated by the West Japan Railway Company ( JR West ) , runs in the section between Shin-Osaka Station and Kinosakionsen Station via Fukuchiyama Station and Toyooka Station ( Hyogo Prefecture ) on the track of the Fukuchiyama Line ( also called the JR Takarazuka Line ) and Sanin Main Line . +Shuzo TOYAMA ( November 10 , 1842-January 13 , 1916 ) was the businessman and the statesman who was from Nagaoka City ( the former Tochio City ) , Niigata Prefecture in the Meiji period . +Edosenke is a school of tea ceremony that was originated by Fuhaku KAWAKAMI . +The Kikutei family were kuge ( court nobles ) with kakaku ( family status ) of seigake ( the second highest family status for court nobles ) . +We will introduce two kinds of Shojin ryori here ; one are Shojin ryori derived from Buddhism and the other are Shojin ryori that are categorized as one of Japanese cuisine . +The Kawaramachi Oike Intersection is the intersection located in Nakagyo Ward , Kyoto City , Kyoto Prefecture . +" Ryo-no-gige " is a commentary on ryo ( administrative code ) by the decree of the Emperor Junna , selected by 12 people such as udaijin ( minister of the right ) KIYOHARA no Natsuno as a head , Monjo hakase ( professor of literature ) SUGAWARA no Kiyokimi and so on . +Fukurokuju is one of the Seven Deities of Good Fortune . +Fukuchi-in is a temple of Shingon Risshu sect located in Naramachi , Nara City , Nara Prefecture . +Kinyuki IMADEGAWA ( year of birth unknown - July 21 , 1421 ) was a kugyo ( court noble ) who lived during the Muromachi period . +OGAMO no Nushi ( dates of birth and death unknown ) was the earliest ancestor of the Ogamo clan , who were from Ogamo-go , Kume County , Hoki Province , and was a figure who was recorded in the " Ogamo family tree . " +Yomei Tenno Shokunin Kagami ( The Mirror of Craftsmen of the Emperor Yomei ) is a play written by Monzaemon CHIKAMATSU for Bunraku ( Japanese puppet theater ) . +Sanjuro TANI ( ? - May 15 , 1866 ) was the leader of the seventh unit of Shinsengumi ( an Edo shogunate police force located in Kyoto ) and it is told that he was the grand master of the art of the spearmanship . +Shomyo is one of the traditional forms of Japanese music . +Koryu-ji Temple , located in the Uzumasa area of Ukyo Ward , Kyoto City , is a Buddhist temple belonging to the Omuro branch of the Shingon Sect . +Masayoshi SAITO ( 1516 - 1548 ) was a busho ( Japanese military commander ) who lived during the Sengoku period ( Japan ) . +Sadamune OTOMO ( year of birth unknown - January 17 , 1334 ) was a busho ( Japanese military commander ) in the late Kamakura Period . +Kumanokodo Road ( Kumana kodo ) is a generic term of pilgrimage routes leading to Kumano Sanzan ( three major shrines , Kumano-Hongu-Taisha , Kumano-Hayatama-Taisha and Kumano-Nachi-Taisha ) . +Shoko-ji Temple is a temple of the Nichiren sect , located in Shimogyo Ward , Kyoto City . +Toyokiiribikono-mikoto ( 豊城入彦命 ) ( the year of birth and death unknown ) is a member of the Imperial Family ( the royal family ) of the Tumulus period according to the Kojiki ( Records of Ancient Matters ) and the Nihonshoki ( Chronicles of Japan ) . +The Kogisho ( Lower House ) was the legislative body that was established in the beginning of Meiji era . +Susumu YAMAZAKI ( around 1833 , date of birth unknown - February 6 , 1868 ) was a Shoshi shirabeyaku ken kansatsu of Shinsengumi ( Shinsengumi 's organizational post for investigating the movement of opponents and keeping the members of Shinsengumi under control ) . +" Oshirasama " ( also written おしらさま , お白様 , オシラ様 , オシラサマ ) is a god of the home ( Shinto ) worshipped in the Tohoku region of Japan , generally considered the god of silkworm , god of agriculture , and god of horses . +Hachigyaku means the eight most serious crimes in the ritsuryo code . +Canned coffee means coffee in a can ready to drink without any preparation . +Tenpyo Culture was an aristocratic and Buddhist culture that flourished in and around Heijo-kyo , the ancient capital of Japan in current Nara , from the end of the seventh century through the middle of the eighth century . +Hyotan-kozo ( literally , a calabash or bottle gourd boy ) is one of Japanese yokai ( ghosts , spirits and monsters ) that was transmuted from a calabash or bottle gourd . +Seigaiha is a program of gagaku ( described in this section ) . +Mitsuie ISHIKAWA ( year of birth and death unknown ) was a samurai who lived during the late Heian period . +The 49 Temples of Kansai Yakushi Pilgrimage consists of 49 sacred places enshrining images of Yakushi Nyorai ( the Healing Buddha ) in Osaka Prefecture , Hyogo Prefecture , Kyoto Prefecture , Shiga Prefecture , Nara Prefecture , Wakayama Prefecture , and Mie Prefecture . +Yoshino-jingu Shrine located in Yoshino-cho , Yoshino-gun , Nara Prefecture is a shrine whose enshrined deity is Emperor Godaigo . +Ietoki ASHIKAGA was a Gokenin ( shogunal retainers ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) in the middle of the Kamakura period . +TAIRA no Morizumi ( dates of his birth and death are unknown ) was a Samurai-Daisho ( warrior who gives the order of battle and maneuvers the troops ) of the Taira family in the end period of the Taira clan government . +Tamefumi REIZEI ( June 9 , 1752 - May 10 , 1822 ) was a Kuge ( court noble ) and Kajin ( waka poet ) in the late Edo period . +The Kaiyu style garden is a Japanese garden where circulating walking paths are provided for enjoying views of the garden . +Sake of low alcohol concentration is the recently invented sake with the alcohol content of 13 percent or less , normally with around 8 percent alcohol . +Jinmu tenno sai ( Emperor Jinmu Ceremony ) refers to the ceremony of the Imperial Household to honor Emperor Jinmu . +MINAMOTO no Tsunenobu ( 1016 - February 20 , 1097 ) was a noble and waka poet who lived in the late Heian Period . +ONO no Yoshifuru ( 884- March 20 , 968 ) was a Kugyo ( top court official ) with the rank of Jusanmi ( Junior Third Rank ) and the post of Sangi ( royal adviser ) in the mid-Heian period . +Harumitsu ODACHI ( date of birth unknown - June 6 , 1565 ) was a shogunate retainer of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) during the Sengoku Period ( Period of Warring States ) . +Masatusne ASUKAI ( 1170-April 5 , 1221 ) was a court noble and poet in the early Kamakura period . +TACHIBANA no Kachiko ( 786 - June 17 , 850 ) was the Empress of the fifty-second Emperor Saga . +Chochin obake is a lantern ghost , a kind of a Japanese ghost . +Sakhalin Development Commissioner is an authority arranged for the Sakhalin reclamation from February 13 , 1870 to August 7 , 1871 . +Kanjiro KAWAI ( August 24 , 1890 - November 18 , 1966 ) was a ceramic artist in Japan . +Located in the northernmost place in Kyoto , Misonobashi Hachimaruichi Shotengai ( the Misonobashi 801 shopping street ) it 's length is 800m to the west from Misonobashi-nishizume ( the west end of Misono-bashi Bridge ) , Kita Ward , Kyoto City +" Daishogunhachi-jinja Shrine " is a shrine in Kamigyo Ward , Kyoto City , Kyoto Prefecture . +Aizen Myoo ( Ragaraja ) is one of the Myoos ( king of wisdom ) , being worshipped in Buddhism and having venerable status specific to Mikkyo ( Esoteric Buddhism ) . +Kesa is a cloth robe worn by a Buddhist priest +Kasen NAKAMURA is a name which was used by some Kabuki ( a traditional form of drama and music performed by male actors ) actors . +Hakucho is a term referring to male ryomin ( ordinary people ) with no special rank or title and no public employment in the Chinese and Japanese ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Awabi ( abalone ) is a collective term referring to mollusks classified as Haliotidae . +The Abe clan was a Gozoku ( local ruling family ) in Mutsu Province ( later Rikuchu Province , and Oshu is another name of Mutsu Province ) who lived during the Heian period . +Ikaruganomiya Palace was the palace where Prince Shotoku lived in present-day Ikaruga Town , Ikoma County , Nara Prefecture . +Baiko ONOE the Seventh ( August 31 , 1915 to March 24 , 1995 ) was a kabuki actor . +Kakuichi AKASHI ( 1299-1371 ) was a Heike biwa ( biwa with four strings and five frets used to play Heike Monogatari ( The Tale of the Heike ) ) musician ( Ichikata school ) in the period of the Northern and Southern Courts ( Japan ) . +Mount Ryozen is a mountain between Taga-cho and Maibara City , Shiga Prefecture , with a peak elevation of 1,094 m . +Shimenoshin ARIDOSHI ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group which was the forerunner of the Shinsengumi ) and the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +The Koshu sect ( Hongzhou-zong ) was a sect of the Zen sect ( Chan-zong ) in the Tang Dynasty . +Kawata-jinja Shrine is a Shinto shrine located in Kosei-cho , Konan City , Shiga Prefecture . +Mitsuhiro MATSUDAIRA ( 1674-October 8 , 1717 ) was the third lord of the Kano Domain in Mino Province . +Tomomitsu YUKI was a Japanese samurai commander who had flourished from the late Heian period to the early Kamakura period ; he was an influential vassal of Kamakura bakufu ( Japanese military government headed by a shogun based in Kamakura ) . +Genro was a Buddhist priest in the Nara period . +Rokudo Chinno-ji Temple is a Buddhist temple belonging to the Rinzai Sect Kenninji School located in Higashiyama Ward , Kyoto City , +Nihon-Itaria Kyoto-kaikan ( Italian : Centro Culturale Italo Giapponese di Kyoto ) , located in Kyoto and Osaka , is the foundation that is jointly supervised by the Ministry of Foreign Affairs and the Ministry of Education , Culture , Sports , Science , and Technology . +Ishibe Shukuba no Sato is an Ishibe-juku theme park located in the grounds of the Ameyama Culture Sports Park in Konan City , Shiga Prefecture . +The Yamato Enshu school is one of the Japanese tea ceremony schools headed by the Kobori Gonjuro family , which originated from Masai KOBORI , the third son of Enshu KOBORI ( also known as Masakazu KOBORI ) . +Yasutomo SHIONOYA ( August 16 , 1214 - January 20 , 1279 ) was a busho ( Japanese military commander ) from Shioya County , Shimotsuke Province . +Kanpukai ( maple leaf viewing festival ) is a gathering to view colored leaves of maple and other trees . +Seibu-Kodo Hall is one of the public health facilities , that is located on the western part of Kyoto University Yoshida Campus . +Nishinakasuji-dori Street is one of the streets in Kyoto . +It was an agreement formally called ' 韓国通信機関委託ニ関スル取極書 ' ( Memorandum Concerning the Commission of Korean Communication Institution ) . +Shorin-ji Temple is a Jodo ( Pure Land ) sect temple located in Kamiuma-cho , 3-chome , Higashioji Higashi-iru , Shibutani Street , Higashiyama Ward , Kyoto City . +Chihana ( Gion chef-kappo , ' Chihana ' ) is a Kyoto restaurant started by Motoo NAGATA ( born in 1923 ) in 1946 . +Shoshun TOSANOBO ( 1143 - November 26 , 1185 ) was busho ( Japanese military commander ) as well as a Buddhist priest in the last Heian period . +Empress Dowager Shoken ( May 9 , 1849 – April 9 , 1914 ) was a member of the Japanese Imperial family . +Komuso were monks of the Fuke sect of Zen Buddhism who did not shave their heads in the traditional monk fashion and , co-existed as monks in the day to day lay world . +Tatsushi NARITA ( 1964- ) is a Noh actor who plays kotsuzumi-kata ( small hand drum player ) in the Ko school . +" Tsurunosuke BANDO " is a name which has been used by several Kabuki ( a traditional form of drama and music performed by male actors ) actors . +The Jokyu Rebellion ( jokyu no ran ) occurred in the third year of the Jokyu era ( A.D. 1221 ) during the Kamakura period ; in this armed conflict , Emperor Gotoba raised troops to attack the Kamakura bakufu ( Japanese feudal government headed by a shogun ) but was defeated . +Meiji Noho is the general term of accumulation and systemization of the conventional agricultural techniques represented by records on agriculture , as opposed to modern agriculture . +Kikuo AWAYA ( October 31 , 1922 - October 11 , 2006 ) was a Nohgakushi ( Noh actor ) playing shite ( the principal roles ) of Kita-ryu school . +Kuge is a general term to refer to nobles and government officials who serve chotei ( Imperial Court ) in Japan . +Hougetsu SHIMAMURA ( February 28 , 1871 - November 5 , 1918 ) was a Japanese literature critique and stage director . +Sadakiyo MATSUDAIRA ( November 13 , 1729 - August 25 , 1779 ) was a daimyo ( a feudal lord ) who lived in the Edo period . +Juro KASUYA ( 1840 - June 20 , 1869 ) was a Shogun 's retainer in the end of Edo period and a member of Kaitentai from Edo , Musashi Province . +A ritual day is a day on which an important religious rite is performed . +Utsuro was a quasi family-related community from the late Muromachi period to the Azuchi-Momoyama period that organized family members and vassals around the head of the family , called soryo ( heir ) ; organizations such as these were seen among Sengoku daimyo ( Japanese territorial lord in the Sengoku period ) in the Tohoku and Kanto regions . +Saga-giku chrysanthemums ( Chrysanthemum grandiflorum cv.Saga ) are perennial plants belonging to the family Asteraceae . +Gekokujo ( " the low overturning the high , " a term used to describe retainers overthrowing their lords ) describes situations in Japanese history that occur when a person of lower rank overthrows a superior either politically or militarily , and then supplants the superior 's position in society . +Shunpei TAGUCHI ( 1818 - November , 1867 ) was an engineer of gunnery and surveying in the end of Edo period . +Meika UNO ( June 27 , 1698 - May 15 , 1745 ) was a Japanese Confucian scholar in the middle of the Edo period . +Sudare are bamboo screens constructed by knitting together strips of bamboo or reed with string . +Sadahusa HOJO ( 1272 - January 11 , 1310 ) was from the Hojo clan in the late Kamakura Period . +Shigeyuki OKAMOTO ( 1651 - April 7 , 1711 ) was a vassal of Naganori ASANO , the lord of the Ako Domain . +In 1853 , the East India Squadron of the United States Navy arrived in Japan at Uraga , near the entrance of Tokyo Bay ( Uraga , Yokosuka City , Kanagawa Prefecture ) --an incident that came to be known as the " Arrival of the Black Ships . " +Kyoto Prefectural Girls ' Vocational Training School was a public vocational school founded under the old education system in March 1927 . +Hanamichi is the extension area of the stage which runs through the audience in theaters which hold performances such as kabuki . +Takigi-noh ( Noh play performed at night by a fire ) is a Noh play that is especially chosen and performed in Noh Theater or on a Noh stage with a beacon fire around which is temporarily installed outside mainly on summer nights . +Yoshiharu ASHIKAGA was the 12th Seii Taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi Shogunate ( shogunship from 1521 to 1546 ) . +Kasuga no Tsubone ( 1579 - October 26 , 1643 ) , a woman who lived during the Azuchi-Momoyama period and into early Edo period , who the wet nurse of Iemitsu TOKUGAWA , the third Shogun of the Edo shogunate . +Torakazu DOI ( February 19 , 1902 - March 10 , 1971 ) was a philosopher and literatus . +Kokumori refers to the estimated production output ( To-dai ; one To was about 18 liters ) per tan ( an old land area unit ; 991.7 square meters ) of rice in rice paddies , fields and residential areas in a land survey . +Tadaharu HORIO ( 1599 - October 26 , 1633 ) was a tozama daimyo ( nonhereditary feudal lord ) who lived in the Edo period . +Nara Prefectural Museum of Folklore is a museum located in Yata-cho , Yamatokoriyama City , Nara Prefecture . +Mitsutsuna ROKKAKU ( 1401 - March 10 , 1445 ) was a samurai ( warrior ) who lived in the Northern and Southern Courts period and Muromachi period . +Raigo-in Temple , located in Sakyo Ward , Kyoto City , is a temple of the Tendai sect . +Tamenori KYOGOKU ( May 7 , 1227 to July 4 , 1279 ) was a poet in the mid Kamakura period . +Inpa refers to one of the busshi ( sculptor of Buddhist Statues ) schools from the late Heian Period to the Kamakura Period . +Teratsutsuki is an ominous bird which is a specter described in " Konjaku Gazu Zoku Hyakki " ( Continued Illustrations of the Many Demons Past and Present ) , a collection of specters ' illustrations by Sekien TORIYAMA , and which looks like a peckerwood . +Arashiyama Station , located at 7 Arashiyama Higashi Ichikawa-cho , Nishikyo Ward , Kyoto City , is the terminal of Hankyu Arashiyama Line , which is operated by Hankyu Railway . +Fuyumoto DAIGO ( August 2 , 1648-August 30 , 1697 ) was a high-rank Court noble in the early Edo period . +Chokusenshu is an anthology collected by Imperial command , or a book which was designated as an official writing among the ones written by the Emperor . +FUJIWARA no Tadataka ( 1102 ~ August 26 , 1150 ) was a court noble of the end of Heian period . +Ruijusandaikyaku is a statute book published in the Heian period ( probably in the 11th century ) . +Kurimanju , one of traditional Japanese confectioneries , is a type of manju ( a bun stuffed with azuki-bean paste ) . +Tsunekage ASAKURA ( 1438-March 15 , 1491 ) was a busho ( Japanese military commander ) in the Muromachi period . +Rokkashu are the six great private collections of poetry in the age of Shinkokin ( Wakashu ) ( New Collection of Ancient and Modern Japanese Poetry ) . +Saiko ( year of birth unknown - July 7 , 1177 ) was a monk and a the Retired emperor Goshirakawa 's trusted vassal who lived in the late Heian era . +Yukikiyo AKASAKA ( year of birth unknown - 1336 ) was a Japanese military commander in Hoki Province from the late Kamakura period to the period of the Northern and Southern Courts . +Nyoijizai is a Japanese specter included in a specter art collection book entitled " Hyakki Tsurezure Bukuro " by Sekien TORIYAMA and is a kind of the Tsukumo-gami ( a specter changed from a utensil ) . +Ominari HEKINO ( date of birth and death unknown ) was a government official ( lower or middle ranked ) in the Nara Period . +" Daishogun " ( commander-in-chief ) is one of the Hasshojin ( of eight general gods ) responsible for the fortune of directions in Onmyodo ( the way of Yin and Yang ; occult divination based upon the Taoist theory of the five elements ) . +Kechimyaku-sojo ( also referred as kechimyaku-sosho ) or blood inheritance is a metaphor that is used to describe the inheritance of teachings ( Buddhism ) from a mentor to a pupil , taking the blood flow as an analogy . +A Dutch scholar ( Rangakusha ) was a person who pursued and researched Western sciences by means of the Dutch language . +Yoriyasu OTOMO ( 1222 - October 30 , 1300 ) was the third family head of the Otomo clan . +Yugiri ( Evening Mist ) is one of the fifty-four chapters of " The Tale of Genji . " +Kaneyoshi ICHIJO ( June 7 , 1402 - April 30 , 1481 ) was a court noble , who held titles of Sessho regent and Kanpaku ( chief adviser to the Emperor ) , and was a classical scholar in the Muromachi period . +Gundan refers to a military organization established around the country under the ritsuryo system ( the system of centralized government based on the ritsuryo code ) in ancient Japan . +TAIRA no Tadanori was a Japanese military commander in the Heian period . +Motoya IZUMI ( real name Motohisa YAMAWAKI , June 4 , 1974 - ) is a kyogen ( farce played during a Noh play cycle ) performer . +Minamihokke-ji Temple located in Takatori-cho , Takaichi-gun , Nara Prefecture is a temple of the Shingon sect . +" Gigaku " is one of the traditional theatrical performance in Japan . +Mizutaki is a kind of a one-pot dish cooked at the table , a local dish mainly eaten in Fukuoka Prefecture . +Nagakazu ICHIHASHI ( June 7 , 1821 , to Jan . 17 , 1882 ) was the 10th ( final ) lord of Nishoji Domain ( Nishioji Domain ) in Omi Province . +HIEDA no Are ( dates of birth and death unknown ; lived in the latter half of the 7th century through the beginning of the 8th century ) compiled " Kojiki " ( The Records of Ancient Matters ) . +Tadaichi KONGO ( 1815 to 1884 ) was a Noh actor of the shite-kata Kongo school ( one of the five schools of shite-kata [ main roles ] ) . +Eiraku-tsuho is a coin minted during the reign of the 3rd emperor of the Ming dynasty , Yongle . +The Battle of Yamazaki was fought between Mitsuhide AKECHI , who had defeated Nobunaga ODA in the Honnoji Incident in June and July 1582 , and Hideyoshi TOYOTOMI returning from an attack on Takamatsu-jo Castle ( in Bicchu Province ) ; the scene of the battle was Yamazaki ( Yamazaki , Shimamoto-cho , Mishima-gun , Osaka Prefecture and Oyamazaki-cho , Otokuni-gun , Kyoto Prefecture ) , located on the border between Settsu Province and Yamashiro Province , where Toyotomi 's forces passed on their way to Kyoto and clashed head on with Akechi 's on July 2 . +Gonansanjoshin are the deities who were born when Amaterasu and Susanoo , deities who appear in Japanese Mythology , made ukei ( pledge ) in Amanomanai ( a geographical name in Japanese Mythology ) . +Kinen ( incantation ) is a traditional magic ( spell ) in Japan . +Takanori KOJIMA ( dates of birth and death are unknown ) was a samurai from Bizen Province who lived from the end of the Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +Zan-shin is a term used in Japanese budo ( martial arts ) and geido ( accomplishments ) . +Braided cord is the traditional Japanese craft , a cord made by interlacing fine silk threads and cotton yarns . +Bunan no Koji Sodo was an incident in which Kitano koji za ( a guild in Kitano for producers of koji malt , a kind of mold grown on produce such as boiled rice ) , who controlled production of koji malt ( which is part of the sake brewing process ) in Kyoto , was attacked by the Muromachi bakufu ( Japanese feudal government headed by a shogun ) causing its decline during the Muromachi Period . +Yasuto MATSUDAIRA was a daimyo ( Japanese feudal lord ) and roju ( senior councilor ) during the late Edo period . +Little Kyoto is a nickname given to towns and cities around Japan that resemble Kyoto City in their old streets and atmosphere . +Imperial Princess Noriko ( also pronounced Shokushi and Shikishi ) ( 1149 - March 1 , 1201 ) was a member of the Imperial Family in the late Heian period , a poet . +Tadachika NAKAYAMA ( around 1131 - April 30 , 1195 ) was a court noble who lived in the Heian period , was commonly called Nakayama Naidaijin ( Nakayama , the minister of the center ) and was the founder of the Nakayama family . +Go ( a unit ) is a unit of cubic volume in old Japanese system of weights and measures . +Ansei-ji Temple is a Buddhist temple belonging to the Shoichi school of Rinzai Sect located in Kita Ward , Kyoto City , Kyoto Prefecture . +TAIRA no Suenaga ( date of birth unknown - to August 23 , 897 ) was a nobleman in the early Heian period . +Kiseki is a family register for the dead ( ' ki ' in Chinese ) . +Joto ( 740 - October 13 , 815 ) was a Buddhist priest who lived from the Nara period to the beginning of the Heian period . +Tomomori WADA was gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) of Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +The Umekoji Steam Locomotive Museum is a preservation and display facility for steam locomotives , operated by West Japan Railway Company ( JR West Japan ) , located in Kankiji-cho , Shimogyo-ku , Kyoto City , Kyoto Prefecture . +Kokan SHIBA ( 1747 - November 19 , 1818 ) was a painter who lived during the Edo Period . +Japanese-style painter is a term used as an antonym to Western-style painter as Japanese paintings separated into Western-style and Japanese-style after the Meiji period . +Fukuro shinai ( written as 袋竹刀 ) is a tool used in martial arts that had been used in swordsmanship training before the bamboo sword was devised . +Tomoai IWAKURA ( October 26 , 1778 - June 22 , 1853 ) was a son of Tomokazu IWAKURA . +Harumochi OUCHI ( born in 1524 , date of birth unknown - June 19 , 1543 ) was the adopted heir of Yoshitaka OUCHI who was Sengoku daimyo ( Japanese territorial lord in the Sengoku period ( period of warring states ) ) who lived in Yamaguchi , Suo Province ( Yamaguchi Prefecture ) . +Beppyo jinja refers to shrines designated and tracked by Jinja-Honcho ( The Association of Shinto Shrines ) . +Imperial Princess Toshi ( Masako ) ( 1001 - October 16 , 1022 ) was the first princess of Japan 's 67th Emperor Sanjo . +So-okite was a statute defined independently by peasants within a soson ( a community consisting of peasants ' self-governing association ) in medieval Japan . +Soh is a Japanese traditional musical instrument . +Oshisaka no Hikohito no Oenomiko ( year of birth and death unknown ) was a member of the Imperial Family in the Asuka period . +Fujinoki Tumulus is a tumulus in Ikaruga-cho , Ikoma-gun , Nara Prefecture . +Ichizawa Shinzaburo Hanpu Co . , Ltd. is a manufacturer of bags made with cloth in Higashiyama Ward , Kyoto City . +Rokkasen are the following six poets that KI no Tsurayuki remarked as " poets of the best known of recent times " and commented on the style of poetry of each in " Kokin Wakashu Kanajo " ( Preface of Kokin wakashu written in kana ) : +" Utagaki " is a kind of folkway based on a magical belief , where young men and women gather on a specific time and date to exchange courtship songs and ballads . +Bofura is a utensil for boiling water and a type of dobin ( earthenware teapot ) . +Taigyaku Jiken +The term " Shijin-so-o " refers to the topography and land physiognomy that are traditionally believed to be the best suited for the ' Four Gods ' that govern the four directions of the heavens in China , Korea and Japan . +Shoan SHIBATA ( year of birth unknown-1586 ) was a busho ( Japanese military commander ) in the Azuchi-Momoyama Period . +Koshi SAIONJI ( 1232 - March 6 , 1304 ) was a women who lived during the Kamakura period . +Henjo ( born 816 , died February 12 , 890 ) was an early Heian period poet and one of the Six Poets and also one of the Thirty-six Immortal Poets . +Tadashige SUZUKI ( 1574 - 1658 ) was a chief retainer of Matsushiro Domain . +Wabicha is a style of chanoyu ( Japanese tea ceremony ) in a restricted sense of the word . +" Senchaku hongan nenbutsu shu " is a treatise in two volumes comprising sixteen chapters written by Honen in 1198 on the request from Kanezane KUJO , who was a Kanpaku ( chief adviser to the Emperor ) . +Mototsuna KUTSUKI ( 1549 - October 12 , 1632 ) was a daimyo who lived from the later Muromachi period to the early Edo period . +Imperial Prince Sukehito ( February 28 , 1073 - December 31 , 1119 ) was a member of the Imperial Family during the Heian period . +Matsukaze ( Wind in the Pines ) is one of the fifty-four chapters of " The Tale of Genji . " +Oze ukai is ukai ( cormorant fishing ) that is conducted in Nagara-gawa river at Oze , Seki City , Gifu Prefecture during the period from May 11 to October 15 every year . +Tsumasaburo BANDO ( December 14 , 1901 - July 7 , 1953 ) was a Japanese actor . +The term Kachi means lower class warriors who fought on foot . +Chirizuka-kaio ( ghost king of waste ) is a type of Japanese yokai ( specter ) . +Mizukiri +A " rin ( 鈴 ) " a Buddhist instrument . +Chiran ( aka Jiran in Korean ; years of birth and death unknown ) was a priest of Hosso sect of Buddhism ( Japanese equivalent of the Chinese Faxiang sect or Dharma-character school ) , who lived in the Nara period . +The term " Ittan-momen " refers to a folkloric ghost that is said to haunt Takayama-cho ( the present Kimotsuki-cho ) , Kimotsuki-gun , Kagoshima Prefecture . +Sensho MIKUMO ( male , 1769 - January 21 , 1845 ) was a Tenkoku artist ( a carver who carved Chinese characters in the special , Tensho , style ) who lived in Japan in the latter half of the Edo period . +Kanetomo KIKUCHI ( 1383 - April 5 , 1444 ) was a busho ( Japanese military commander ) , who lived from the period of the Northern and Southern Courts to the early Muromachi Period . +Yoshinobu ( Yoshihisa ) TOKUGAWA was the 15th Seii Taishogun of the Edo Shogunate ( held the position from December 5 , 1866 to December 9 , 1867 , both in the old lunar calendar ) . +Honjo low was enacted and enforced by honjo ( proprietor or guarantor of manor ) for the purpose of ruling over their privately owned Shoen ( manor in medieval Japan ) as part of their Shomuken ( the authority of the jurisdiction and the administration of Shoen ) . +The term ' local dishes ' refers to home cooked dishes that have existed for a long time as part of a culinary culture in a certain area or district . +Iekoto OINOMIKADO ( July 10 , 1818 - August 30 , 1885 ) was a Kugyo ( a Court Noble ) who lived during the end of Edo period . +Taisei Hokan is a political incident in which the 15th Shogun of the Edo bakufu ( Japanese feudal government headed by a shogun ) Yoshinobu TOKUGAWA reported to the Emperor Meiji that he would return the sovereignty to the Emperor on November 9 , 1867 at the end of Edo period , and the Emperor gave the imperial sanction to the report on the next day . +Hibashi chopstick is a Japanese tool . +This section on " Town names in Sakyo Ward , Kyoto City " lists official town names in Sakyo Ward and summarizes the period and process of their establishment . +A gable wall is an exterior wall above the gable beam of a building . +Iwatakiguchi Station , located in Suzu , Miyazu City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by the Kitakinki Tango Railway . +Beppon +Shichihakushi Ikensho was a written opinion submitted to the then Prime Minister Taro KATSURA , Minister of Foreign Affairs ( Japan ) Jutaro KOMURA and so on as of June 10 1903 , just before the start of Russo-Japanese War . +Kyogoku Toho is a Toho-affiliated movie theater that was located in Shinkyogoku Shijo , Nakagyo Ward , Kyoto City , Kyoto Prefecture . +Oi-jinja Shrine is a shrine in Togetsukyo kitazume , Ukyo Ward , Kyoto City . +Ebi furai is a kind of deep fried cuisine using shrimp . +Shigetoki HOJO was a member of the family of the Hojo clan in the early Kamakura period . +Tokimune HOJO was the eighth regent of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) in the middle of Kamakura period . +It is a kettle used for tea ceremonies and is owned by a ringleader in the Sengoku Period ( Period of Warring States ) , Hisahide MATSUNAGA . +Saiten keiba was a horse race held at shrine festivals , etc. as dedication or as entertainment . +The Ogawa-dori Street is a street running north-south through Kyoto City . +Genroku Ako Incident is a modern expression for " revenge for their lord , " describing an incident which occurred in mid Edo period . +The Shoen-Koryo system was a multilayered land governance structure which was grounded in shoen ( manors ) and lands under the control of the koryo ( feudal government ) in medieval times in Japan . +KOSE no Sakaimaro ( date of birth unknown - May 9 , 761 ) was a noble of the Nara period . +Kashiwagi is the name of a volume among the 54 chapters of " The Tale of Genji . " +Ike no Taiga is a literati painter during the Edo Period . He was born June 6 , 1723 and died May 30 , 1776 . +This section on " Town names in Shimogyo Ward , Kyoto City " lists official town names in Shimogyo Ward and summarizes the period and process of their establishment . +Togan Ean ( 1225 - December 6 , 1277 ) was a priest of the Rinzai Sect of Buddhism in the mid Kamakura period . +Shinshi ( Divine servant ) is , in Shinto , an animal specified as a messenger ( servant ) of god . +Norinaga MOTOORI ( June 21 , 1730 - November 5 , 1801 ) was a scholar of Japanese classical culture and literature , as well as a physician , in the Edo period . +Nisshu ( born in 1534 and died on May 26 , 1625 ) was a woman who lived from the Warring States period ( in Japan ) ( the late Muromachi period ) until the early Edo period . +The Community Bus Yawata is the bus route managed by Yawata City , while Yawata City commissioned the Keihan Bus Co . Ltd. to operate the bus route . +Honinbo ( Holder of the Honinbo Title for the strongest player of the board game of go ) Shusai ( June 24 , 1874 - January 18 , 1940 ) was a go ( the board game of go , hereinafter referred to as go ) player who lived from the Meiji period through to the Showa period . +Tadachika OKUBO was a busho ( Japanese military commander ) and fudai daimyo ( a daimyo in hereditary vassal to the Tokugawa family ) in the Sengoku period ( period of warring states ) to the early Edo period . +ABE no Muneto was a Busho ( Japanese military commander ) in the mid Heian period . +The Jinshin War was the biggest domestic war in ancient Japan and broke out in 672 and Emperor Tenchi 's younger brother , Prince Oama ( later Emperor Tenmu ) launched a revolt taking powerful local clans on his side against Prince Otomo ( given the name Emperor Kobun later in 1870 ) who was a son of Emperor Tenchi . +Kintsune SAIONJI ( 1171 -October 2 , 1244 ) was a Kamakura-period court noble and poet . +FUJIWARA no Morozane ( born in 1042 , birth date unknown - March 21 , 1101 ) was a Court noble during the period of cloistered rule and was also the Toshi choja ( head of the Fujiwara clan ) . +The SHIONOYA clan is a Japanese clan . +Kadensho is a type of written record on noh play . +Imperial Princess Teishi ( Yasuko ) ( May 10 , 1076 - August 27 , 1096 ) was the seventy-second Emperor Shirakawa 's first Princess . +Kachonomiya is a Miyake ( family allowed to have the status of Imperial family ) which was established in 1868 by Imperial Prince Kachonomiya Hirotsune , who was the twelfth prince of Imperial Prince Fushiminomiya Kuniie . +Shigetada YAMADA was a busho ( Japanese military commander ) in the late Heian and early Kamakura periods . +FUJIWARA no Nariko ( year of birth unknown - April 18 , 1177 ) was a court lady of the Kokyu ( residence of the empress ) of Emperor Goshirakawa during the late Heian period . +Myoshu ( village headmen ) were a class of people who were commissioned to manage the cultivation of farmland called myoden by lords of Kokugaryo ( territories governed by provincial government office ) and manors during the late Ancient period and the Middle Ages in Japan . +MINAMOTO no Motomi ( written as 旧鑑 or 舊鑒 ) ( year of birth unknown - March 908 ) was shisei kozoku ( member of the Imperial Family conferred with a family name ) in the early Heian period . +Kiichi Hogen was a legendary person who appeared in " Gikeiki " ( a military epic about the life of MINAMOTO no Yoshitsune ) written in the early Muromachi period . +" Karuta " ( in Chinese characters , written as " 歌留多 , " " 加留多 , " " 嘉留太 , " or " 骨牌 " ) is a kind of a Japanese game using picture cards . +Jusan-mairi is a ritual that takes place on March 13 of the lunar calendar date ( today , it is held one month later on April 13 ) where 13 year old boys and girls visit Kokuzo Bosatsu ( Akasagarbha Bodhisattva ) to give thanks that they have come of age and pray for future knowledge , happiness , and health . +Tenkirin ( also called tenkibashira or goshouguruma ) is a poll made with stone or wood having a wheel built in it which is placed at the entrance of a temple or a graveyard . +Jijuden Hall ( or Jinjuden Hall ) was one of the halls of the dairi ( Imperial Palace ) in the city of Heian-kyo . +The Ichijo Family is one of the sekke ( regent ) houses and a kuge ( court nobility ) . +Tamura-jinja Shrine is a Shinto shrine in Tsuchiyama-cho , Koka City , Shiga Prefecture . +Amida-ji Temple is the temple of the Jodo ( Pure Land ) sect in Kamigyo Ward , Kyoto City . +Kisha means to shoot an arrow or other weapon while riding a horse . +Kagen War is a disturbance that occurred in 1305 ( in the Kagen era ) within the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +Shirojiro CHAYA was a wealthy merchant in Kyoto from the Shokuho era ( Oda-Toyotomi era ) to the early Edo period . +TACHIBANA no Iratsume ( year of birth unknown - March 26 , 681 ) was a daughter of ABE no Kurahashimaro . +Ekirei is a bell provided by the Imperial Court to government officials who traveled on official business , under the ritsuryo system of ancient Japan . +Wayakushu aratame kaisho was an agency established by the Edo bakufu ( Japanese feudal government headed by a shogun ) during the Edo period , which performed quality control check on domestic ( Japanese ) materials of medicines . +Tetsunojo KANZE the Ninth ( October 23 , 1956 - ) is a Noh actor of the Kanze school of shite-kata ( lead actors ) . +Rokuo-in Temple is an independent Buddhist temple under the Rinzai Sect lineage located in Saga Kitabori-cho , Ukyo-ku Ward , Kyoto City . +Genpin-an is a temple of the Shingonshu sect Daigo-ji school of Buddhism located in Kayahara , Sakurai City , Nara Prefecture , the foot of Mt . Miwa . +The Nara period was a period in Japan 's history which , broadly speaking , lasted 84 years from 710 when the Empress Genmei transferred the capital to Heijokyo to 794 when the Emperor Kanmu transferred the capital to Heiankyo . +Tango Yura Beach is located in Miyazu City , Kyoto Prefecture . +Kyonyo ( 6 November , 1558 - 6 November , 1614 ) the twelfth chief priest of the Ishiyama Hongan-ji Temple . +Taisho Seihen ' refers to the collapse of the third Katsura Cabinet in February 1913 , which resulted from the Campaign for the Defense of the Constitution ( the first ) that started at the end of the year before . +Tadatsune HONDA ( 1661-May 26 , 1709 ) was the second lord of Koriyama Domain in Yamato Province . +MINO no Sonoki was a person of the Nara period . +Tamanooya no Mikoto was a god ( Shinto ) appearing in Japanese mythology . +Nagamasa ASANO was a daimyo who lived during the Azuchi-Momoyama and Edo periods . +Seikichi KOKUBO ( 1847 - December 7 , 1868 was a feudal retainer of the Karatsu clan in the end of Edo period . +Koden kanmotsu ritsuho was the law ( ritsuho ) fixing the tax rate of kanmotsu ( tribute ) of Koden ( fields administered directly by a ruler ) in the middle of the Heian period . +Rensei ( 1455 - September 17 , 1521 ) was a priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) who lived from the mid Muromachi period to the Sengoku Period ( Period of Warring States ) . +Muto-shin is a deity which appears in Somin shorai setsuwa ( anecdotes of Japanese old stories ) . +Tokimoto ISOBE ( the date of birth and death unknown ) was a busho ( Japanese military commander ) during the early Kamakura period . +The Chokyo-Entoku Wars were campaigns conducted by the Muromachi bakufu ( Japanese feudal government headed by a shogun ) twice in 1487 and in 1491 in the late Muromachi period against Omi no kuni shugo ( the provincial constable of Omi Province ) Takayori ROKKAKU , and it is also referred to as Rokkaku Seibatsu ( suppression ) . +Anrakujuin Temple is a Buddhist temple belonging to the Chisan school of the Shingon Sect located in Takeda , Fushimi Ward , Kyoto City . +Chikashige ( 親成 ) MIMURA ( year of birth unknown - October 28 , 1609 ) was a lord of Nariwa-jo Castle ( Kakushu-jo Castle ) in Bicchu Province during the reign of the Mimura clan and Mori clan . +The term " To no ben " refers to a person who assumed the position of Benkan ( Controller ) concurrently with the position of Kurodo no to ( Head Chamberlain ) under Japanese government officials system . +" Gukansho " is a history book written by Jien , a priest of the Tendai sect , in the early Kamakura period . +Hinawaju ( English : matchlock gun ) is one form of gun in early times . +" Ise Monogatari " ( The Tales of Ise ) is a poetry narrative completed in the early Heian period . +" Tamizo ONOE " is a professional name which was used by some Kabuki ( a traditional form of drama and music performed by male actors ) actors . +Gozan Bungaku ( the Literature of the Five Mountains ) was literature in Chinese developed in Zen temples from the late Kamakura period to the Muromachi period . +The Tokudaiji Family is a kuge ( court noble ) having the house status of Seigake ( one of the statuses of court nobility which is inferiror to the sekke but superior to minister ) . +Shomyo were samurai who were not well known . +ONO no Iwane ( date of birth unknown - 778 ) was a bureaucracy of the Nara period . +. +Daihoon-ji Temple is a Buddhist temple belonging to the Chizan school of the Shingon Sect located in Kamigyo Ward , Kyoto City . +FUJIWARA no Akitsuna ( 1029 - August 8 , 1103 ) was a retainer of Imperial Court and poet who lived in the latter half of the Heian period . +Mitsuhira TOKI ( year of birth and death unknown ) was a samurai from the closing years of the Heian period to the beginning of the Kamakura period . +OMI no Kenu ( year of birth unknown - 530 ) was Gozoku ( local ruling family ) and Shogun active in the court of Emperor Keitai . +Taira-sanbashi is a landing bridge at Maizuru Port . +Umakuta no kuni no miyatsuko ( also known as Makuta no kuni no miyatsuko , Umakuta kokuzo , Makuta kokuzo ) was a kuni no miyatsuko that ruled the middle west part of Kazusa Province in ancient Japan . +Choyobun refers to the taxation that the Southern Court temporarily imposed on the territories of temples and shrines under their control in order to secure provisions and revenue during the period of the Northern and Southern Courts ( Japan ) . +Katsuie SHIBATA was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) who lived from the Sengoku period ( period of warring states ) ( Japan ) to the Azuchi-Momoyama period . +Takakazu WASHINOO ( 1606 – October 5 , 1662 ) was a court noble of the early Edo period . +Kyoto Aquarena is a municipal indoor swimming pool and skating rink in Kyoto City Nishikyogoku Comprehensive Sports Park in Ukyo Ward , Kyoto City , Kyoto Prefecture . +Joshi ( also called Jomi ) is one of five seasonal festivals . +KIBI no Makibi ( 695 - November 3 , 775 ) was a scholar , a statesman and a Kugyo ( a court noble ) who lived during the Nara Period . +The Kitano Grand Tea Ceremony on November 1 , 1587 organized by Hideyoshi TOYOTOMI on the grounds of Kitano Tenmangu Shrine is a large scale tea ceremony . +Nochi no Hina refers to Hina dolls displayed on August 1st ( old calendar ) or September 9th ( old calendar ) in the Edo Period , or to displaying them . +Kinsuke ENDO , Male , ( February 15 , 1836 - 1893 ) , a bureaucrat , one of 5 great persons from Choshu domain in Meiji Period +Nobutomo BAN ( March 17 , 1773-December 2 , 1846 ) was a scholar of Japanese classical culture in the Edo period . +Jikkai means all the states of a human spirit categorized into 10 types according to the creed of the Tendai sect , including Rokudo ( six posthumous worlds ) as well as the four of states of Shomon , Enkaku , Bosatsu and Buddhahood . +Sanukinosuke Nikki ( The Diary of Sanukinosuke ) is a piece of literature in the form of a diary , written by Sanuki no suke ( her court name ) FUJIWARA no Nagako during the late Heian period . +Godai Bosatsu are a kind of combination of Bosatsu ( those who are engaged in ascetic training in pursuit of the truth and enlightment ) that are objects of worship and construction of statues in Buddhist society . +SAKATA no Ikazuchi ( the year of birth is unclear - September , 676 ) was a person of the Asuka era . +The expression " eight undocumented eras " ( " kesshi hachidai " in Japanese ) refers to the eight emperors from Emperor Suizei ( second emperor ) to Emperor Kaika ( ninth emperor ) whose pedigree records ( called " Teiki " in Japanese ) exist but whose achievements are not recorded in " Kojiki " and " Nihon Shoki " and the period represented by these emperors . +TAIRA no Ietsugu ( date of birth unknown to August 14th , 1184 ) was a busho ( Japanese military commander ) in the end of the Heian period . +Gensho ( 1146 - 1204 ? ) was a priest of the Shingon sect of the end of the Heian period to the early Kamakura period . +MINAMOTO no Tamenari ( ? - August 24 , 1156 ) was a military commander of the Kawachi-Genji branch of the Minamoto clan who lived at the end of the Heian period . +FUJIWARA no Masaki ( year of birth unknown - October 21 , 764 ) was a Kugyo ( high court noble ) in the Nara period . +FUJIWARA no Yoshichika ( 957 - AUGUST 26 , 1008 ) was a noble who lived in the Middle Heian period . +Tainoshin SHINOHARA ( December 22 , 1828 - June 13 , 1911 ) was a loyalist in the late Edo period . +Shiki MASAOKA ( October 14 , 1867- September 19 , 1902 ) wrote haiku ( Japanese poems of 17 syllables , arranged in lines of 5 , 7 , and 5 syllables , that traditionally contained a reference to the seasons ) and tanka ( short Japanese poems of 31 syllables , arranged in lines of 5 , 7 , 5 , 7 , and 7 syllables ) , and was a researcher into the history and development of the Japanese language . +He was a warlord of the Sengoku period , was an adopted son of Toshihisa MAEDA , and had various nicknames such as Keijiro . +Atariburumai was a feast to celebrate a full house production . +Iseda Station , located in Uji City , Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line of Kintetsu Railways . +The Mikunidake Tunnel is one of the tunnels of the Maizuru-Wakasa Expressway , running between Maizuru City , Kyoto Prefecture and Takahama-cho , Oi District , Fukui Prefecture . +The Honami family was Toshoke and a collateral branch of the Kajuji family line of the Northern House of the FUJIWARA clan , with the court noble family rank of Meike . +Keihan-Yamashina Station , located in Anshu-sajiki-cho , Yamashina Ward , Kyoto City , Kyoto Prefecture , is a stop on the Keishin Line , which is operated by Keihan Electric Railway . +Konarai , or naraigoto , is a learning course of tea ceremony , which putting together the procedure of the use of each utensil and the procedures appropriate for the situations . +Itado is a kind of door made with panel . +Hideto YAMAGA ( the date of birth and death unknown ) was a busho ( Japanese military commander ) who lived during the end of Heian period . +Tsuina is an annual event held on New Year 's Eve ( December 30 according to the old calendar ) in the Imperial Court , and this ceremony of onibarai ( to expel ogres ) has been held since the early Heian period . +Koji KIBE ( 1881-1969 ) was a priest in the Shinshu-kibe school of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +Hideto MATSUURA ( ? - October 19 , 1600 ) was a Daimyo ( Japanese feudal lord ) ( Iou clan ) and a Busho ( Japanese military commander ) in the Toyotomi government . +The Konoe Family was the premier court nobility of the sekke ( Setsu Family ) . +Wado-kaichin ( can be called Wado-kaiho ) was the coin minted and issued in Japan in 708 . +" Zen-zen Taiheiki " is a war chronicle featuring the history from the Nara Period to the early Heian Period . +It is the royal crest of the Emperor and the Emperor 's family . +The Kyoto Keihoku Furusato ( hometown ) public corporation is located at Danjo no shita , Keihoku Kamiyuge-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture . +Tango Daibutsu ( Great Buddha ) is a large statue of Buddha in Honzaka , Ine-cho , Yosa-gun , Kyoto Prefecture . +Garden of Fine Art , Kyoto is an outdoor art museum exhibiting ceramic plates on which great pictures of all ages are copied , located in Shimogamo , Sakyo-ku Ward , Kyoto City . +Gonjuro KAWARASAKI is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +Busho refers to those who stood out among people engaged in military affairs , such as a military officer and a samurai . +Meyasubako was a box which was set up to collect letters of proposal by the common people for the purpose of collecting opinions about administrative policies and information about the society , or the system thereof . +Chusei Nihongi collectively refers to a set of Japanese mythologies that were variously reinterpreted and revised based mainly on the Honchi Suijaku theory ( the theory that Japanese deities were the multi-faceted embodiment of Buddha ) in the medieval period while founding its base on classics such as " Nihonshoki " ( Chronicles of Japan ) . +Furuhito no Oe no Miko ( year of birth unknown - October 7 , 645 ) was a member of the Imperial family in the Asuka period . +The Mikado Company ( - Shokai , established on July 10 , 1919 - Acquired on January 1920 ) is a Japanese film studio that once existed . +" Montsuki Haori Hakama " is a Japanese traditional costume that is commonly regarded as the most formal attire for men at present . +Hyonenzu is a painting created by Josetsu , a leading painter and priest in the early stage of ink-and-wash paintings in Japan . +The SHIDA clan ( Shidashi , Shidauji ) is a Japanese clan . +Chomu ( 1732 – February 2 , 1796 ) was a monk and a haiku poet during the mid Edo period . +Yoshikatsu MORI ( year of birth not known - July 1 , 1582 ) was Nobunaga ODA 's retainer . +Takatomo KYOGOKU ( 1572 - September 17 , 1622 ) was a daimyo ( Japanese territorial lord ) in the Sengoku Period from the Sengoku period active from the Azuchi-Momoyama period to the Edo period . +Akome is a kind of uchigi ( daily wear or inner wear ) worn under certain costumes . +The Sesonji family was a clan derived from the Fujiwara clan . +The term , " Ama no iwato " refers to a rock cave that appears in Japanese mythology . +Shojo ( Xingxing , written as 猩猩 or 猩々 ) is an imaginary animal first appeared in Chinese legends . +Shinen ( 1153 - January 6 , 1225 ) was a Buddhist priest of Kofuku-ji Temple from the end of the Heian period to the early Kamakura period . +Miyamaso ( Yaso Ichimian - literally , wild herbs one-taste ' Miyamaso ' ) is a restaurant and inn that is located in the Hanase-no-sato community on a remote mountain in Kyoto and is famous for Tsumikusa ryori ( cuisine using wild herbs and vegetables ) , which was loved many intellectuals like Masaaki TACHIHARA and Masako SHIRASU and has been said not allowed to be taken out of Kyoto . +Mt . Miyama is a mountain which is located in the boundary between Nose-cho , Toyono-gun , Osaka Prefecture and Nantan City , Kyoto Prefecture . +Shoren-ji Temple is a Koyasan Shingon sect temple located in Gojo City , Nara Prefecture . +Nagamitsu KANAMORI was the second ( and last ) lord of Kozuchi Domain in Mino Province . +Go-kaido Roads were five land traffic routes of the Edo period starting from Edo . +The Heizenmon Incident refers to the coup which took place in Kamakura in 1293 during the Kamakura period . +Imperial Prince Fushiminomiya Sadayasu ( February 1 , 1547 - May 11 , 1568 ) was an Imperial family member during the Sengoku period ( period of warring states ) . +According to Buddhism , Komokuten ( viruupaakSa in Sanskrit ) is the Buddha of Tenbu ( deities who reside in a heavenly realm , one of six realms in which the souls of living beings transmigrate from one to another ) . +Bontoan ( 1349-1417 ( years are undetermined ) ) was a renga ( poem composed of lines linked in idea written by two or more persons ) poet from the Northern and Southern Courts period to the mid Muromachi period . +Tamehide REIZEI ( year of birth unknown - July 20 , 1372 ) was a poet who lived from the late Kamakura period to the early Muromachi period . +Chaya , ' or teahouses were common from the middle ages through to recent times as a type of rest area in Japan . +Hamamatsu Chunagon Monogatari is a tale reportedly written by SUGAWARA no Takasue 's daughter , who also wrote " Sarashina Nikki " ( Sarashina Diary ) . +Sanzen-in Temple is a Tendai Sect Buddhist temple located in Ohara , Sakyo Ward , Kyoto City . +Honkan-ji Temple is a temple of the Nichiren Shoshu sect located in Kameoka City , Kyoto Prefecture . +The shadow of death is described as follows : +The Maizuru Higashi Interchange , located in Dono-oku , Maizuru City , Kyoto Prefecture , is an interchange of the Maizuru Wakasa Expressway . +Sanetoki TOKUDAIJI ( 1338 - April 16 , 1404 ) was a court noble in the Muromachi period . +Kanpen ( 1100 - July 28 , 1166 ) was a Shingon Sect Buddhist monk who lived during the latter part of the Heian period . +Wagakki is a term used to refer to traditional musical instruments that have been used in Japan from ancient times . +The Tsuchimikado family is a clan of court nobles that served the Imperial Court in Japan . +Koetsu-ji Temple is a Buddhist temple belonging to the Nichiren Sect located in Takagamine , Kita Ward , Kyoto City . +Hechikan ( also known as Bechikan ; dates of birth and death unknown ) was a legendary tea ceremony master during the late Sengoku Period ( Period of Warring States ) to the Azuchi-Momoyama period . +Soroku Ebara ( born March 10 , 1842 ; died May 19 , 1922 ) was a former retainer of the shogun who subsequently became a Japanese statesman and educator , as well as a Christian . +Amazuka-kofun Tumulus is a kofun ( tumulus ) at Uzumasa Matsumoto-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture . +Daigo Station , located in Daigo Takahata-cho , Fushimi Ward , Kyoto City , is a stop on the Tozai Line , which is operated by Kyoto Municipal Subway . +Gakujuro JITSUKAWA was a Kabuki performer . +Kojo ( year of birth and death unknown ) was a Busshi ( sculptor of Buddhist Statues ) in the late Heian period . +Sanjo-dori Street is a road in Nara City , Nara Prefecture . +FUJIWARA no Yoritsune ( February 12 , 1219-September 8 , 1256 ) was the 4th Seii taishogun ( literally , " great general who subdues the barbarians " ) of the Kamakura Shogunate . +Dagashi is confectionery aimed at children that can be bought for a small amount of money , such as pocket money . +The buke-zukuri style was for samurai residences in the Kamakura period . +Yasuhira WAKISAKA ( October 31 , 1813 - March 23 , 1839 ) was a successor of Tatsuno Domain of Harima Province . +Masakazu TOYAMA ( October 23 , 1848 - March 8 , 1900 ) was an educator , writer , and sociologist who lived in the Meiji period . +Asuka no Kiyomihara no Miya ( also known as Asuka Kiyomigahara no Miya ) was a palace where Emperor Tenmu and then by Empress Jito lived in the late seventh century . +Genshitsu SEN ( April 19 , 1923 - present ) is the fifteenth iemoto ( the head of a family or school ) of the Urasenke school of Japanese tea ceremony fame , Soshitsu HANSO . +Sanesuke SAIONJI ( 1661- February 8 , 1685 ) was Kugyo ( a Court Noble ) in the early Edo period . +Otsukimi Dorobo is one of the children 's moon viewing events held in various regions . +Mimizuka is a tomb mound that was made to bury and pay respects to severed ears and noses of dead soldiers of the Korean ( Joseon ) and Chinese ( Ming ) armies in the Bunroku-Keicho War ( wars initiated by the invasion of the Korean Peninsula by Hideyoshi 's army in 1592 through to 1598 ) . +Osen Keisan ( 1429 - December 25 , 1493 ) was a Zen monk ( Rinzai sect ) in the middle to late Muromachi period . +Yugake , also referred as Kake , Sho is a deerskin glove-like gear for drawing Japanese bow used in Japanese kyudo ( Japanese art of archery ) or the art of Japanese archery . +Shigure refers to rain or snow which falls and stops temporarily mainly from autumn to winter . +Chinkon-sai Festival is a ritual ceremony for the repose of an emperor 's soul on the day before Niname-sai ( the Harvest Festival ) . +MINAMOTO no Masakane ( 1079-December 22 , 1143 ) was a court noble during the late Heian Period . +Hotan ( 1654 - April 14 , 1738 ) was a learned monk in the middle of the Edo period . +The Takase-gawa River is a canal excavated by Ryoi SUMINOKURA and his son Soan SUMINOKURA in the early Edo period for distribution of goods between the central Kyoto and Fushimi . +Dojigiri is a Japanese sword designated as a national treasure of Japan . +Masaki KANEKO ( year of birth and death unknown ) was a Japanese military commander who lived from the Sengoku period ( period of Warring States ) to the Azuchi-Momoyama period . +Nagashige OGASAWARA ( June 5 , 1650 to September 19 , 1732 ) was a fudai-daimyo ( Japanese territorial lord ) and a roju ( a person in charge of general affairs directly under the shogun ) during the Edo period . +Junii ( Junior Second Rank ) was a court rank and shinkai ( ranks granted to Shinto gods ) in Japan . +Urajiro-toge Pass is a pass located between Koga City in Shiga Prefecture and Ujitawara Town in Kyoto Prefecture . +Nobuna OINOMIKADO ( 1699-November 20 , 1684 ) was a retainer of the Imperial Court in the early Edo period . +Takatada TAGA ( 1425 – September 23 , 1486 ) was a busho ( military commander ) during the Muromachi Period . +Kokyu palace was where the empress of the king or emperor lived . +FUJIWARA no Munenari ( year of birth and death unknown ) was an aristocrat who lived from the Nara to early Heian periods . +List of the Provinces of Japan > San 'indo > Tanba +Rokuro KIRYU ( year of birth unknown - October 13 , 1183 ) was a person who lived during the later Heian period . +Hozan-ji Temple is the Grand Head Temple of Shingon Risshu sect in Monzen-cho , Ikoma City , Nara Prefecture . +Goon and hoko indicate factors and concepts that constituted master-servant relationships among samurai during medieval Japan . +Kumajiro ARIYOSHI ( 1842-August 20 , 1864 ) was a Japanese samurai , a patriot who belonged to Sonno-Joi-ha ( supporters of the principle of advocating reverence for the Emperor and the expulsion of foreigners ) from the Choshu clan . +Onri HAYASHI ( March 3 , 1831 - January 30 , 1906 ) was a Rono ( Tokunoka [ a well-experienced , exemplary good farmer ] ) and leader of agricultural techniques , who was born in Fukuoka Prefecture . +Oie-ryu school is a school of tea ceremony which had been traditionally practiced by Shigenobu group of Mikawa-Ando clan , which was a family of fudai daimyo ( a daimyo in hereditary vassal to the Tokugawa family ) . +Kingyoku Wakashu is a personal collection of poetry written in the mid Heian period . +Kageyushi was a Ryoge no kan ( official posts outside of the Ritsuryo code ) under the Japanese Ritsuryo system ( a system of centralized government based on the Ritsuryo code ) . +Honamigire is a nickname for the manuscript of " Kokin Wakashu " ( A Collection of Ancient and Modern Japanese Poetry ) , which is assumed to have been transcribed at the beginning of the twelfth century . +Uzuka is a monument located in Gifu City , Gifu Prefecture that was constructed for the repose of cormorants of Nagara-gawa ukai ( cormorant fishing in Nagara-gawa River ) . +Shigemitsu HINO ( 1374 - April 25 , 1413 ) was a court noble who lived in the Muromachi period . +Genso-eko ( Virtue as instructed by Amida for retiring from the Pure Land to this world ) is one of the important Jodo Sect doctrines ( teachings of the Pure Land ) . +Masanaga UEMATSU ( December 1 , 1654 - January 8 , 1708 ) was a Kugyo ( the top court officials ) from the early to the middle of the Edo period . +YAMASHIROBE no Oda ( year of birth unknown - January , 699 ) is a person who lived during Japan 's Asuka Period . +Kokumo ( or Kokubo ) is the title for real mothers of emperors or kings . +Ryoko-in Temple is a sub-temple located within the precinct of Rinzai sect Daihonzan ( Head Temple ) Daitoku-ji Temple in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +Jigeuke was a system in which village communities of medieval Japan undertook the task of feudal lords to collect nengu ( land tax ) to be paid to shoen ( manor in medieval Japan ) or Kokugaryo ( territories governed by provincial government office ) . +Chu ASAI ( July 22 , 1856 - December 16 , 1907 ) was a Western-style painter in the Meiji period . +Shinsei ( March 8 , 1443 - - April 4 , 1495 ) was a priest of the Tendai sect during the Sengoku period ( period of warring states ) . +The term kaidan ( ordination platform ) is a Buddhist term that refers to a place for giving the precepts of Buddhism . +Gyoja or Anja has the following meanings . +Rokujo-gawara was used as an execution ground and located on the riverside of Kamogawa river ( Yodogawa river system ) running in Kyoto City . +Imperial Princess Akenomiya Teruko ( July 25 , 1634 - November 18 , 1727 ) was a member of the Imperial Family in the early Edo period . +The Shoya ( village headman ) and the Nanushi ( village headman ) are one of village officers ( " murakata-sanyaku " in Japanese ; the three officers of a village ) , or one of the machiyakunin ( municipal officials ) in Edo period . +Sadamichi MATSUDAIRA ( July 4 , 1834 - September 18 , 1859 ) was a Daimyo ( Japanese feudal lord ) during the end of the Edo Period . +Seryo-toge is a pass across Ukyo Ward , Kyoto City , Kyoto Prefecture and Sakyo Ward of the same city . +Kobushichishoku refers to a collective name of craftsmen engaged in seven processes in manufacturing the Hikone Buddhist altar . +Yakozen is an evil kind of zen that resembles real Zen but is completely different from the real thing . +Tamasumi KONO was a Japanese military commander around the 7th century . +HIKAMI no Kawatsugu 's War was a political event in the Nara period . +The 53 stations of the Tokaido Road ( Tokaido gojusan tsugi ) can mean : +Tainei-ji Temple is a Buddhist temple belonging to the Soto Sect located in Fukawayumoto , Nagato City , Yamaguchi Prefecture . +Tametsuna ODA ( 1839 - 1901 ) was a scholar and educator and statesman coming from Ube Village , Kunohe County ( present Ube-cho , Kuji City ) , Iwate Prefecture . +TAIMA no Hiromaro ( date of birth unknown - June 29 , 685 ) lived during Japan 's Asuka period . +Hatsuhana is one of the three major Chaire ( tea caddy ) . +Emperor Kotoku ( 596 - November 24 , 654 ) was the thirty-sixth Emperor of Japan ( reign : July 12 , 645 - November 24 , 654 ) . +Wesak is a Buddhist celebration conducted once a year . ( Cambodia : Visaka Bochea , India , Bangladesh , Nepal : Visakah Puja , Buddha Purnima or Buddha Jayanti , Thailand : Visakha Bucha , Vietnam : Phật Đản , Indonesia : Waisak , Sri Lanka and Malaysia : Vesak ( Wesak ) , Chinese language areas : fó dàn , Tibet : Saga Dawa , Laos : Vixakha Bouxa ) +MIYOSHI no Yasutsura ( 1193 - October 22 , 1256 ) was a personal retainer to the shogun in the Kamakura bakufu ( Japanese feudal government headed by a shogun ) and judicial official during the first half of the Kamakura period . +Umenomiya-taisha Shrine is a Shinto shrine located in Ukyo Ward , Kyoto City . +Established on June 17 , 1871 , the New Currency Regulation was Japan 's first coinage act of modern times . +Urin-in Temple +The Togi family is one of the Sanpo gakuso ( organization of transmission of gagaku , ancient court music ) Gaku families ( families of musicians served in the Imperial court in Kyoto , Nanto in Nara , and Tennoji in Osaka ) , which has passed down the tradition of gagaku ( ancient Japanese court dance and music ) for over 1,300 years from the Nara period to today . +Teiji-no-in is the palace in which Emperor Uda who reigned during the Heian period resided after his abdication located on the western side of Nishinotoin-dori Street , in 13-cho and 14-cho , 7-jo / 2-bo ( where a " jo " is row of sections running east-west and a " bo " is a column of sections running north-south ) in Sakyo ( the left ( eastern ) side of the city ) . +Otabe is the name of a Kyoto-based ( Minami Ward , Kyoto City ) sweet manufacturer , and also the name of its main product , a soft sweet dumpling filled with chunky sweet azuki bean paste called " nama-yatsuhashi . " +Dakiniten ( written as 荼枳尼天 or 荼吉尼天 in kanji characters ) is a Buddhist goddess . +Kagemitsu HORI ( year of birth and death unknown ) was a samurai who lived toward the end of the Heian period . +FUJIWARA no Ietaka ( date of birth : unknown to December 14 , 1125 ) was a retainer of the Imperial Court during the late Heian Period . +Junichi KARIGANE ( July 30 , 1879 - February 21 , 1959 ) was a kishi ( professional Go player ) from the Meiji period to the Showa period . +John MILNE ( December 30 , 1850 - July 31 , 1913 ) was a mining engineer , seismologist , anthropologist , and archaeologist who was born in Liverpool , England . +Gisho are documents or books in which the origins of either the author or the time at which it was allegedly written is apocryphal . +Yoshifuru AKIYAMA ( Feburary 9 , 1859 - November 4 , 1930 ) was a military man belonging to the Imperial Japanese Army of Japan . +Nisshu ( January 8 , 1556 to September 16 , 1617 ) was the 14th head priest of Taiseki-ji Temple . +Ukichi TAGUCHI ( June 13 , 1855 - 14 April 1905 ) was a Japanese economist and historian . +Bosha KAWABATA ( August 17 , 1897 - July 17 , 1941 ) was a Japanese haiku poet and painter who was from Nihonbashi Kakigara-cho , Tokyo Prefecture . +Zoyaku ( Zoeki ) is the term for the taxation system introduced after the middle of the Heian period . +Nenjugyoji Utaawase means Gojuban Utaawase hosted by Yoshimoto NIJO , Kanpaku ( a chief adviser to the Emperor ) of the Northern court ( Japan ) , on February 7 , 1350 . +Zenji is an honorific title for venerable Zen monks used in China and Japan . +Shigenori HOSHINO was a feudal retainer of the Owari clan and an expert in kyujutsu ( the art of Japanese archery ) who lived during the early part of the Edo period . +The Gyojisho came into existence in the Daijoe ( first ceremonial offering of rice by newly-enthroned Emperor ) and so on in about the middle ninth century , gradually grew into a functionality-oriented project team in various regular / temporal rites and festivals , and dealt with general affairs of rites and festivals including supplying necessary goods . +Apart ' is a collective housing building , whose inner space is divided into multiple pieces and each one of them is destined as an independent house for rent . +" Kugyo " is a term referring to court noble posts responsible for national politics as the top-ranking officers of Daijokan ( Grand Council of State ) based on provisions of the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) , namely , the top officials ( collectively called giseikan ) , Daijo-daijin ( Grand minister of state ) , Sadaijin ( minister of the left ) , Udaijin ( minister of the right ) , Dainagon ( chief councilor of state ) , Chunagon ( vice-councilor of state ) , and Sangi ( imperial advisor ) ( or Jusanmi ( Junior Third Rank ) or higher ) . +Toyouji ARIMA ( May 28 , 1569 - October 23 , 1642 ) was a busho ( Japanese military commander ) ( and daimyo [ Japanese feudal lord ] ) from Sengoku period ( period of warring states ) to the early part of the Edo period . +Kuri ( 庫裏 ) refers to a single building among a Buddhist temple complex . +Uji-bashi Bridge runs across the Uji-gawa River in Uji City of Kyoto Prefecture , and legend has it that it was first built in 646 . +Shika ( or Shiko ) Kakugen ( or Shika no Kakugen ) ( Four Criticisms ) refers to the criticisms expressed by Nichiren , the founder of Nichiren Buddhism , against other Buddhist sects that existed in his time . +Hideharu HORI ( 1576 - July 1 , 1606 ) was a military commander and daimyo in the Azuchi Momoyama and the Edo periods . +Shigechika KANAMORI ( 1584 - January 30 , 1657 ) was the first son of a busho ( Japanese military commander ) Arishige KANAMORI ( lord of Hida Takayama clan ) . +MINAMOTO no Yorikata ( year of birth unknown - August 24 , 1156 ) was a Japanese military commander of Kawachi-Genji ( Minamoto clan ) who lived during the end of the Heian period . +Kango ARIDOSHI ( 1839 - June 20 , 1869 ) was a member of the Shinsengumi ( a special police force of the late Tokugawa shogunate period ) . +FUJIWARA no Tadazane ( 1078 - August 7 , 1162 ) was a court noble of the late Heian era . +Takeaki ENOMOTO ( December 5 , 1936 [ August 25 , 1936 according to the old calender ] – December 26 , 1908 ) was a samurai , shogun 's retainer and statesman during the end of Edo period and Meiji period . +Hojoe is a religious ritual in which captive animals are released into the wild to admonish against the taking of life . +Tokimori ADACHI was a gokenin ( shogunal retainer ) of the Kamakura bakufu in the mid Kamakura period . +Shimochojamachi-dori Street is a street runing east-west street in Kamigyo Ward , Kyoto City . +The daiku-shoku system is one of the local systems set up in 1872 during the Meiji Period . +Oshorei ( written as 御招霊 ; also pronounced as oshorai ) is one of the annual events for the Japanese Urabon festival ( a Festival of the Dead or Buddhist All Soul 's Day , held around the 15th of July or August , depending on local customs ) . +The term " Katawa-guruma " refers to a Japanese ghost seen in old books of ghost stories and others written during the Edo period . +Kokatsuji-bon or Kokatsuji-han ( old type editions ) are general terms for movable type imprints published in Japan from the Bunroku era ( 1592 - 1596 ) to around the Keian era ( 1648 - 1652 ) . +KOSE no Nademaro ( 670 - May 11 , 753 ) was a court noble in the Asuka period and Nara period . +Fudai daimyo were a class of daimyo ( Japanese feudal lords ) in the Edo period defined according to their ancestry . +Kokashu is a collection of Japanese poetry . +Kiritoshi Street is a narrow street running north to south in Higashiyama Ward , Kyoto City . +The Bank of Yanagihara was a private bank founded in Yanagihara-cho , Kyoto Prefecture ( present Kyoto City ) in the Meiji period . +Kennyo ( February 9 , 1543 - December 27 , 1592 ) was the 11th head priest of the Hongan-ji Temple . +Ise shonin ( Ise merchants ) were counted among the three major Japanese merchants along with Osaka shonin ( Osaka merchants ) and Omi shonin ( Omi merchants ) . +Haretoyo KAJUJI ( March 27 , 1544 - January 19 , 1603 ) was a noble ( courtier ) , who lived in the Azuchi Momoyama period . +Unebiyamaguchi-jinja Shrine is located in the western foot of Mt . Unebi in Kashihara City , Nara Prefecture . +Arata / Shin HOSHO ( November 16 , 1870 - June 10 , 1944 ) was a Noh actor of the Hosho school of waki-kata ( supporting actors ) . +Myoho-in Temple is a Tendai Sect Buddhist temple located in Higashiyama Ward , Kyoto City . +FUJIWARA no Iemune ( 817 - November 16 , 877 ) was a child of FUJIWARA no Hamao from the Northern House of the Fujiwara clan . +Mt . Kinugasa is located in Kita Ward , Kyoto City . +Yoshiharu WAKIYA was a warlord during the period of the Northern and Southern Courts ( Japan ) . +Yoshikiyo KIMURA ( year of birth unknown - 1598 ) was a busho ( Japanese military commander ) in the Sengoku and Azuchi-Momoyama Periods . +Uichi SHIMIZU ( March 5 , 1926 - February 18 , 2004 ) was a ceramic artist . +Imperial Princess Tameko ( year and date of birth unknown - May 1 , 899 ) was a member of the Imperial Family during the early Heian period . +間 ( ken , ma , or aida ) +The term " kindachi " in a wide sense refers to Shoo ( princes without imperial proclamation ) , but , in a more limited sense , it is used as a term referring to imperial princes and the children of Sekke ( the family of regents and advisers ) , or the Seiga family ( the important family next to Sekke ) . +Shinobu HASHIMOTO ( April 18 , 1918 - ) is a screenwriter and film director who was active during the Showa period . +Saburo OZAKI ( March 3 , 1842 - October 13 , 1918 ) was a Kenin ( retainer ) of the Sanjo family at the end of Edo period . +Kaneyoshi ICHIJO ( his given name can also be pronounced " Kaneka , " January 21 , 1693 - September 21 , 1751 ) was a Kugyo ( top court official ) in the mid-Edo period . +Nishiki NIIMI ( 1836 – October 25 , 1863 ? ) +Imperial Princess Senshi ( Nobuko ) ( June 11 , 964 - July 29 , 1035 ) was the tenth Princess of the sixty-second Emperor Murakami . +Matazo KAYAMA ( September 24 , 1927 - April 6 , 2004 ) was a Japanese-style painter and printmaker . +Happi ( written 法被 ) coat is worn at festival , and also is a craft man 's livery coat with the crest or name of store on the back and lapels . +Zanpatsu Datto Rei is an edict of the Grand Council of State submitted by Meiji government in September 23 , 1871 . +TAIRA no Korehira ( year of birth and death unknown ) was a busho ( a Japanese military commander ) during the Heian period . +Yasumasa TSUCHIMIKADO ( March 23 , 1677 to February 3 , 1692 ) was a kuge ( court noble ) in the early Edo period . +Omi Hachiman City Preservation District for Groups of Historic Hachiman Buildings is a name of a preservation district for groups of historic buildings located in the old urban area of Omihachiman City , Shiga Prefecture and it is a district with the area of 13.1 ha approx. centering on Hachiman-bori canal , precincts of Himure Hachimangu Shrine , Shinmachi-dori Street and Nagaharacho-dori Street . +The Sekke consisted of five families that the main branch of the Fujiwara Family clan had established during the Kamakura era , whereby it achieved the top rank of court nobility kakaku ( family status ) . +Tomoyasu IWAKURA ( March 12 , 1807 - February 13 , 1873 ) was a Kugyo ( top court official ) in the latter part of the Edo period , and reached high office during the Meiji period . +The Takakura-dori Street is a street running north-south in Kyoto City . +Ninsho ( 1217 August 19 - August 25 , 1303 ) is a Ritsu sect ( Shingon Ritsu sect ) monk in the Kamakura period . +" Kondei " means well-equipped cohorts , which were organized as local military forces from the Nara period through the Heian period . +Okami no Kami is a god ( Shinto ) appearing in Japanese mythology . +FUJIWARA no Koreyuki ( 1139 ? -1175 ? ) was a Noshoka ( calligrapher ) during the end of the Heian period . +Fujiwara Shike , also called four families of the Fujiwara clan , means the four family lines founded by four sons of FUJIWARA no Fuhito . +It is a popular name of a judgment by the Supreme Court of Japan that mainly judged photographing for criminal investigation as lawful and constitutional . +The Tachibana clan was a family ( clan ) , which took an active role in ancient Japan . +FUJIWARA no Norisue ( 1130 - 1205 ) was a court noble who lived from the end of the Heian period to the early Kamakura period . +Funa benkei ( 船弁慶 : Benkei in the Boat ) is a Noh play based on " Heike Monogatari " ( The tale of the Heike ) and " Azuma Kagami " ( The Mirror of the East ) . +Hoei taika ( the Great Fire of the Hoei Era ) refers to a fire that occurred in Kyoto on April 28 , 1708 . +MINAMOTO no Genshi ( Takeko ) ( year of birth unknown - July 23 , 879 ) was Nyogo ( a high-ranking lady in the court - a consort of an emperor ) of Emperor Seiwa . +Fu is an official document used by government officials in the upper grade to give a command to those in the lower grade under the ritsuryo system . +MINAMOTO no Norimasa ( dates of birth and death unknown ) was a noble who lived in the late Heian period . +Kyoto City Zoo is a municipal zoo located in Okazaki , Sakyo Ward , Kyoto City . +OE no Chisato ( year of birth and death unknown , male ) was a poet and scholar of the early Heian period . +Kyozo NAGASE ( 1877 - January 21 , 1955 ) was an architect mostly active in Kyoto . +Imperial Prince Fushimi Sadanaru ( Fushiminomiya Sadanarushinno ) was ( June 9 , 1858 to February 4 , 1923 ) a Japanese Imperial family and a member of the Imperial Japanese Army ( IJA ) . +The term " chokusen wakashu " represents an anthology of Japanese poetry complied under order of an emperor or a retired emperor . +MINAMOTO no Yoritoo was a busho ( Japanese military commander ) who lived during the mid Heian period ( April 18 , 1007-1062 ) . +" Eko " ( 回向 , also written as 廻向 ) or pariNaama ( sanskrit ) means to ' turn , ' ' change ' or ' proceed , ' and ' 回向 ' as its translation with Chinese characters shows the meaning of rotation in ' 回 ' and device in ' 向 ' , which is a thought that Mahayana Buddhism features . +Ikkan HIKI is one of the Senke jusshoku ( Senke 's ten designated craftsmen families ) and the name is succeeded by the head of Ikkanbari saikushi ( artisan of lacquered papier-mache ) from generation to generation . +In 1730 , the Kawase-mai-rei Law was enforced as part of the Kyoho Reforms ( the reforms made in the Kyoho era of the Edo period ) . +Shigenori MATSUDAIRA was the lord of the Hyakushu Domain in Kazusa Province and the first lord of the Minakawa Domain in Shimotsuke Province . +Munenori TAKANOSE ( November 3 , 1852 - 1915 ) was a bachelor of science . +Hanamikoji-dori Street is a street running east-west through Kyoto City . +Otonoji and Otonobe are kami ( god ) in Japanese Methodology ( shinto ) . +Seika FUJIWARA ( February 18 , 1561 - October 19 , 1619 ) was a Confucian scholar from the Sengoku period ( Period of Warring States ) to the early Edo period . +Kawamata-jinja Shrine is located in Kashihara City , Nara Prefecture . +Takamichi KOGA ( 1608 - April 17 , 1642 ) was a retainer of Imperial Court during the early Edo period . +" Imakagami " is a historical tale . +Yoshimasa KANZE ( September 25 , 1970 - ) was Nohgakushi ( Noh actor ) . +Hisatoki HOJO ( born in 1272 , birth date unknown - December 31 , 1307 ) was a member of the Hojo clan who lived in the middle Kamakura period . +Kayuzue is a stick made by shaving a piece of firewood that was not completely burnt when making kayu ( rice porridge ) on January 15 . +Norizane UESUGI ( 1410 - March 31 , 1466 ? ) was a busho ( Japanese military commander ) in the middle of the Muromachi period . +The Sono family was a shizoku clan . +Abumikuchi is a Japanese specter in " Hyakki Tsurezure Bukuro " ( One hundred bags in idleness ) , a collection of specters illustrations by Sekien TORIYAMA . +The Omi Shinkanji-kofun Tumulus is a large keyhole-shaped mound located in Omi-kofun Tumuli Cluster in Gyoda City , Saitama Prefecture . +Zuisen-ji Temple is a Buddhist temple located in Ishiya-cho , Kiyamachi Sanjo-Sagaru , Nakagyo Ward , Kyoto City . +Kurokawa-Noh is a traditional entertainment preserved in Tsuruoka City , Yamagata Prefecture . +Nagatada HIROHATA ( May 21 , 1711 - November 3 , 1771 ) was a Kugyo ( top court official ) during the mid Edo period . +TACHIBANA no Yoshiko ( year of birth and death unknown ) was a nyogo ( a high-ranking lady in the court and a consort to the emperor ) of Emperor Uda . +Yamato Gojo Domain was a feudal domain that was located in Yamato Province ( present-day Futami , Gojo City , Nara Prefecture ) . +Katsuobushi ( dried bonito ) is a Japanese preserved food made from bonito . +In a collection at The Cleveland Museum of Art . +A pilgrimage is a religious act of traveling to holy places . +Mitsunaga TOKIWA ( year of birth and death unknown ) was a painter ( Tosa school ) during the late Heian period . +During the Tensho era Kyoto underwent city redevelopment ordered by Hideyoshi TOYOTOMI , which included the construction of new roads and subsequent changes to administrative divisions . +Mugen TSUNODA ( year of birth unknown - 1809 ) was a calligrapher in the Edo era . +Suemichi UMETANI ( April 26 , 1615 - March 5 , 1658 ) was a kugyo ( court noble ) during the first half of the Edo period . +Jokei ( June 29 , 1155 - March 3 , 1213 ) was a Buddhist monk in the Hosso Sect in the early Kamakura period . +Shiokoji-dori Street is one of the major east-west streets in Kyoto City . +Kogosho , vajra in Sanskrit , is a ritual object in Esoteric Buddhism and Tibetan Buddhism . +The Fukuchiyama Municipal Operation Bus is the community oriented bus operated by Fukuchiyama City , Kyoto Prefecture . +Sanshoku suinin mondai is a controversy in relation to the interpretation of the articles in Haretoyo KAJUJI 's diary " Haretoyo-koki ( summer in the 10th year of Tensho ) " dated April 25 ( old calendar ) and May 4 ( old calendar ) of 1582 . +Emperor Kiritsubo / Kiritsubo-in is the first Emperor in " The Tale of Genji " ( the period of reign : from the chapter of ' Kiritsubo ' [ The Paulownia Court ] to ' Hana no En ' [ The Festival of the Cherry Blossoms ] ) . +The Prince Fune ( year of birth and death unknown ) was a member of the Imperial Family during the Nara period . +Daian-ji Temple , located in Nara City , Nara Prefecture , is a Buddhist temple of the Koya-san Shingon Sect . +Keien ( also read as ' kyoen ; ' 1140 - February 28 , 1223 ) was a priest who established Shinbutsu ryobu shiso ( the idea of Dual-Shinto and Buddhism ) during the early part of the Kamakura period . +Bunichiro NODA ( April 12 , 1872 - March 9 , 1960 ) was a judge and statesman who was born in Miyoshi-cho ( later Miyoshi City ) , Hiroshima Prefecture . +Norihiro MATSUDAIRA ( January 25 , 1778 - December 16 , 1839 ) was a daimyo ( Japanese feudal lord ) , politician and roju ( member of shogun 's council of elders ) in the late Edo period . +Rokujo no Miyasudokoro is a fictional character who appears in " Genji Monogatari " ( The Tale of Genji ) . +Yoshida dormitory of Kyoto University is one of Kyoto University 's dormitories . +Yonaki Ishi is one of the folk stories about stones . +Genzaemon NAKAMURA is the stage name of kabuki actors . +Nishioji Station , located in Karahashi-nishi-hiragaki-cho , Minami Ward , Kyoto City , Kyoto Prefecture , is a railway station of the Tokaido Main Line ( JR Kyoto Line ) that is operated by West Japan Railway Company ( JR West ) . +Kinsui SAIONJI ( April 1 , 1663 - July 28 , 1687 ) was Kugyo ( a Court Noble ) in the early Edo period . +Sonokarakami-no-yashiro Shrine is a generic name for Sono-jinja Shrine ( also pronounced Sonokami-no-yashiro Shrine ) and Kara-jinja Shrine ( also pronounced Karakami-no-yashiro Shrine ) . +Tochi mochi is a rice cake made by steaming conkers after removal of harshness with glutinous rice and then pounding them . +Kuyo is a translation of the Sanskrit word Puja or Pujana , and refers to making cordial offerings of incense , flowers , tomyo ( brightness of a burning lamp ) , food , and drink . +The deposed / disinheritance of a crown prince means to disinherit a heir in an imperial family or royal family . +Tensho-tsuho are coins that were issued during the Azuchimomoyama period . +Mitsuba-aoi is a type of aoi-mon ( mallow patterns ) , which have been used as Japanese family crests . +TACHIBANA no Hayanari ( 782 - September 24 , 842 ) was a calligrapher and government official during the Heian Period . +A Jidoku / Jito was a scholar who was an academic tutor for the emperor . +FUJIWARA no Koremichi ( 1093 - April 4 , 1165 ) was a noble who lived in the late Heian period . +Sakuranobanba-dori Street is a street running from north to south in Sakyo Ward in Kyoto City . +Henso-zu , as Buddhist painting , describes the scenery of the Pure Land and Hell . +Kaitenzushi is a type of inexpensive semi-self-service sushi restaurant where various kinds of sushi on small plates are traveling continuously on the conveyer belt passing along the counter seats . +Katsunoshin KAGATSUME ( year of birth unknown - March 29 , 1868 ) was a Hira-taishi ( common soldier ) of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +MINAMOTO no Osamu ( year of birth unknown - August 2 , 960 ) was a government official and a gagakuka ( a musician of old Japanese court music ) , who lived during the mid-Heian period . +Choshun MIYAGAWA ( the date of birth unknown , 1682 - December 18 , 1752 ) was an ukiyo-e artist in the Edo period . +Hashihito no Himemiko ( year of birth unknown - March 16 , 665 ) was an Imperial Family member during the Asuka period . +Buketenso was one of the job titles within the Imperial Court from Muromachi to the Edo period . +Gennai HIRAGA ( 1728 - January 24 , 1780 ) was a scholar of Japanese herbalism and Dutch , as well as a physician , writer , inventor and Western-style painter , in the Edo period . +Industry Association Act was the Japanese law which existed before . +Takahiro KITAJO ( 1517 ? – 1587 ? ) was a military commander during the Sengoku ( Warring States ) period in Japan . +Zuto is the earthen tower in Takabatake Town , Nara City . +Jocho ( Tsunetomo ) YAMAMOTO ( July 30 , 1659 - November 21 , 1719 ) +" The history of Nanki Tokugawa clan " refers to a history book of the Kishu Domain , completed in Meiji period . +Makumo ( written as 莫目 in Japanese ) is a musical instrument used in Komagaku ( the court music of Japan introduced from Korea ) and Kudaragaku ( the court music of Japan introduced from Paekche ) music . +Mikyozaka-toge Pass is a pass on a national route in Ukyo Ward , Kyoto City , Kyoto Prefecture . +Myoju-ji Temple is a temple of the Nichiren-shoshu sect located in Gojo City , Nara Prefecture . +Rokuhara is a name of an area spanning from Gojo-oji Street on the east bank of Kamo-gawa River to Shichijo-oji Street in Kyoto . +Kurayaro ( literally , saddle guy ) is one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Hyakki Tsurezure Bukuro " ( The Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) and is a yokai of horse saddles . +Michikatsu NAKANOIN ( June 13 , 1556 - May 18 , 1610 ) was a court noble , waka poet , and Kokugaku ( National Learning ) scholar who lived from the Sengoku Period ( Period of Warring States ) into the early Edo period . +Zen ( the Zen sect ) is a school of Mahayana Buddhism which is regarded as having been established in China after being transmitted from India by Daruma ( Bodhidharma ) . +Yorisuke HIROHASHI ( 1182 - April 7 , 1236 ) was Kugyo ( a court noble ) during the early Kamakura period . +Imperial Princess Izu ( year of birth unknown , died on October 30 , 861 ) was a member of the Imperial Family during the early Heian period . +Saba-zushi is a type of Bo-zushi ( rod-shaped sushi topped with large slice of fish ) with mackerel , or means Saba-no-narezushi ( sushi fermented with mackerel and vegetables ) . +The Hamaguri Rebellion ( kinmon no hen ) occurred on August 20 , 1864 ( the first year of the Genji era , July 19th in the old calendar ) in the final days of the Edo period . +Hisataka KUKI ( 1617 - March 6 , 1649 ) is the second lord of Toba Domain in the Province of Shima and the first load of Sanda Domain in the Province of Settsu . +Bando-bushi is an event taking place at Buddhist memorial services and Hoon-ko ( memorial services for Shinran ) in the Otani school of the Shinshu Sect . +Keryo were such holdings as shoryo ( individual estates ) and shoen ( manor in medieval Japan ) inherited by kenmon ( an influential family ) for generations in Medieval Japan . +Shushigaku ( Neo-Confucianism ) was the new learning system of Confucianism reconstructed by Hsi CHU in Southern Sung . +Sainin KUSUBA ( 1395 - March 18 , 1486 ) was a merchant who lived in the Muromachi Period . +Shimogamo Naka-dori Street is a street running north - south in Sakyo Ward in Kyoto City . +Kamakura Mochiuji ki is a military diary depicting the Eikyo Rebellion and Yuki Battle during the Muromachi period . +Ninmon ( 仁聞 ) was a legendary monk who is said to have founded 28 temples in various places in Kunisaki peninsula in Oita Prefecture in the Nara period . +Sanmon Station is a stop on the Mount Kurama Cable Railway , which is operated by Kurama-dera Temple , a religious corporation located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +A sengu is the temporary transfer of a shintai ( an object of worship housed in a Shinto shrine and believed to contain the spirit of a deity ) . +The Battle of Tatenawate was a war that took place in 1530 over hegemony of Kitakyushu between two daimyo ( Japanese territorial lord ) during the Sengoku Period ( Period of Warring States ) : the Ouchi clan of Suo Province and Shoni clan of Hizen Province . +Sencha-do tea service is a sort of Sado ( Japanese tea ceremony ) sensu lato . +" Yoshida Shinto " is a school of Shinto perfected during the Muromachi period by Kanetomo YOSHIDA , a Shinto priest from the Kyoto Shida-jinja Shrine . +Saneharu SANJO ( February 6 , 1651 - September 28 , 1724 ) was Kugyo ( court noble ) in the early to middle of the Edo period . +Located at the place ( Koaza Sorabiro , Oaza Yuyadani , Ujitawara-cho , Tsuzuki-gun , Kyoto Prefecture ) where Soen NAGATANI , who is said to have invented and promoted ' Aosei Sencha Seiho ' ( ' Blue Method ' to produce Sencha , or unfermented green tea ) in 1738 , used to live and the Nagatani family had lived until the Meiji period , Nagatani Soen Seika ( the birthplace of Soen ) is a facility which was built by local volunteers to preserve his tools for tea production and the remains of his Hoiro ( device to heat and dry tea leaves ) in 1960 . +The use of garden stones is a unique aspect of Japanese gardens . +Emperor Kammu ( 737 - April 3 , 806 ) was the 50th Japanese Emperor . +Kotoage ( word rising ) ritual is to make the religious principle or interpretation in Shinto clear by word . +Sowa-ryu school is one of the schools of tea ceremony . +Funaki-no-sho Manor was a shoen ( manor in medieval Japan ) that existed in Mino Province during the Heian and Muromachi Periods . +The Konin-Kyaku was a compilation of kyakushiki ( penal and administrative law and their amendments ) that was compiled and enforced towards the beginning of the Heian Period . +Masamori INABA ( March 10 , 1804 - year of death unknown ) was the 10th lord of Yodo domain of the Yamashiro Province . +The Oyamata tumulus group is located in the southern part of Tenri City of Nara Prefecture +Jokai ( February 1 , 1074 - May 20 , 1149 ) was a Buddhist monk of the Shingon sect who lived during the late Heian period . +Omiya Station , located at 127 , Nishiki Omiya-cho , Shijo-dori Omiya-nishi-iru , Nakagyo Ward , Kyoto City , is a stop on the Hankyu Kyoto Line , which is operated by the Hankyu Railway . +It is the sake ( Japanese rice wine ) created using the cold temperature of winter , one of the shikijozo ( sake brewing in all seasons ) techniques used until the early Edo Period . +Takefu riot was a rebellion that occurred in Echizen City , Fukui Prefecture in 1870 after the Meiji Restoration . +An ote-mon gate is a gate constructed at the most important entrance of a Japanese castle that leads to kuruwa ( walls of a castle ) such as a ninomaru ( second bailey ) and a sannomaru ( outer part of the castle ) . +" Mekuranagaya Umegakagatobi " is a play of Kabuki ( traditional performing art ) . +Haruno OKUBO ( October 8 , 1846 - January 26 , 1915 ) was a military man of Imperial Japanese Army ( IJA ) and a peerage . +MINAMOTO no Akifusa ( 1037 - October 22 , 1094 ) was a court noble and a poet during the latter half of the Heian period . +Nihon Genho Zenaku Ryoiki ( also known as Nihonkoku Genho Zenaku Ryoiiki ) is Japan 's oldest collection of anecdotes written in the early Heian period . +Aosamurai were samurai warriors who served domestic governing institution of nobles and court nobles . +The Daidoji clan is one of the Japanese clans . +FUJIWARA no Yoshiko ( year of birth unknown - December 18 , 807 ) was the consort of the Emperor Kanmu from the late Nara period to the early Heian period . +Kiyosu Alliance was a military alliance formed between Nobunaga ODA , a Sengoku daimyo ( Japanese territorial lord in the Sengoku period [ Period of Warring States ] ) of Owari Province , and Ieyasu TOKUGAWA , a sengoku daimyo of Mikawa Province . +Saio or Itsuki no miko ( the Priestess ) was an unmarried princess of the blood or female relative of the Emperor who served as a shrine maiden at the Ise-jingu Shrine and the Kamo-jinja Shrine . +Imperial Princess Kashi ( also known as Yoshiko , years of birth and death unknown ) was a member of the Imperial Family in the latter period of the Heian period . +" Ogotooshio-no-kami , Ohogotooshiwo-no-kami " is a god ( Shinto ) appearing in Japanese Mythology . +Homongi is kimono for Japanese females . +Mujin is one type of Japanese financing . +Hozumi OMASA ( June 12 , 1929 - September 19 , 2007 ) was a Japanese-style painter who resided in Kyoto and painted temples , shrines , armor and landscapes in Kyoto Prefecture , Nara Prefecture and Ehime Prefecture throughout his life . +Matsuo Station , located in Arashiyama Miyanomae-cho , Nishikyo Ward , Kyoto City , is a stop on the Hankyu Arashiyama Line , which is operated by the Hankyu Railway . +Meshi ( meshi , ii , han , manma ) is a food that is steamed or boiled until no water is left by adding water to rice , wheat or grains from gramineous plants . +Kameoka Station , located in Tanisuji , Oiwake-cho , Kameoka City , Kyoto Prefecture , is a facility of the Sanin Main Line ( Sagano Line ) , which is operated by the West Japan Railway Company ( JR West ) . +Nishi-Kizu Station , located at 55 Saganaka Kawanoshiri , Kizugawa City , Kyoto Prefecture , is a stop on the Katamachi Line , which is operated by the West Japan Railway Company ( JR West ) . +Tadatsuna ASHIKAGA ( 1164 ? - date of death unknown ) was a military commander who lived towards the end of the Heian period . +MONONOBE no Himuka ( years of birth and death unknown ) lived during Japan 's Asuka period . +Naoyoshi / Masuka YAMAGUCHI ( June 21 , 1839 - June 12 , 1894 ) was a government official , a statesman , and a former feudal retainer of Saga Domain ( from Takeo-ryo ) . +Hiochi is one of the terms on manufacturing sake ( rice wine ) , and it means that sake in the manufacturing process has become cloudy and spoiled , while being stored . +Sannomaru dono ( Lady Sannomaru ; birth year unknown - March 17 , 1603 ) was Nobunaga ODA 's fifth daughter . +Toji-in Temple is a Buddhist temple belonging to the Tenryu-ji school of the Rinzai sect located in Kita Ward , Kyoto City , Kyoto Prefecture ( Kyoto City ) . +Junan KINOSHITA ( July 22 , 1621 to January 23 , 1699 ) was a Confucianism scholar of the early Edo period . +The lotus leaf refers to the leaf of the hydrophyte called lotus , which floats on the water 's surface , and is also called Kayo due to the introduction of Chinese herbal drugs . +Shukyu BANRI ( October 26 , 1428 - ? ) was a Zen priest and kajin ( waka poet ) in the Muromachi period . +Yusoku cuisine is a type of taikyo ryori ( dishes served at a grand banquet ) which was developed through the social etiquette of nobles during the Heian period , and survived into the modern day as a cuisine in the style of the court nobles . +Koan OGATA ( August 13 , 1810 - July 25 , 1863 ) was a Japanese samurai , feudal retainer of the Ashimori Domain , doctor , and Dutch scholar . +Nagaoka Station , a railway station of the East Japan Railway Company ( JR East ) , is located in Jonai-cho , Nagaoka City , Niigata Prefecture . +Takasato KUKI ( October30 , 1780 - June 23 , 1808 ) was the seventh lord of the Ayabe Domain , Tanba Province . +Sata MATSUMOTO ( real first name was Aiko , 1873 - 1955 ) was a geigi ( another term for geisha ) in the Gion Kobu district and a master of the Classical Japanese dance of the Inoue school of Kamigatamai . +Iwakuranomiya was Miyake ( house of an Imperial prince ) in the early Kamakura period . +Ikisomimi no mikoto ( or Okisomimi no mikoto , the date of birth and death unknown ) was a member of the Imperial family who appears in ' Nihonshoki ' ( Chronicles of Japan ) who lived during the Kofun period ( tumulus period ) . +FUJIWARA no Kusumaro ( year of birth unknown - October 14 , 764 ) was a court noble during the Nara period . +TAMI no Oshibi ( year of birth and death unknown ) was a person from the Asuka Period in Japan . +Tenmon hakase was a government post belonging to Onmyoryo ( Bureau of Divination ) in the ritsuryo system of ancient Japan . +Saburo UTSUNOMIYA ( November 15 , 1834 - July 23 , 1902 ) is a scholar of military science and an engineer , who played an active role from the end of Edo Period to the early Meiji Period . +Kyoto ramen is a generic name given to ramen sold and eaten in Kyoto Prefecture , Japan ( mainly in Kyoto City and areas to its south ) when it is mentioned in magazines and books . +KIYOHARA no Natsuno ( 782 - November 12 , 837 ) was of the nobility and a politician in the early Heian period . +Haze is a notion considered to be important in the seigiku process , that is a manufacturing process of sake rice malt , in the brewing process of sake . +Yamada-dera Temple was an ancient temple located in present-day Yamada , Sakurai City in Nara Prefecture . +Jubei OTA ( 1817 - 1869 ) was 茶司 and a former feudal retainers of Zeze Domain from Zeze , Omi Province ( Otsu City ) . +The Shunki is a diary written by the court noble FUJIWARA no Sukefusa in the Heian period . +Wind God and Thunder God Screens ( " Fujin Raijin-zu " ) is the folding screen painting of the wind god and thunder god . +Tokimasa HOJO ( 1138 - Feb . 6 , 1215 ) was the father of Masako HOJO , the wife of MINAMOTO no Yoritomo . +Arisugawa-no-miya Imperial Prince Tadahito ( March 6 , 1694 – November 7 , 1716 ) was a member of the Imperial family who lived in the Edo period . +Shigeharu ODA ( years of birth and death unknown ) lived in the Azuchi-Momoyama and Edo periods . +Tenju-an Temple is a sub-temple located within the precinct of Rinzai sect Nanzen-ji school Daihonzan ( head temple ) Nanzen-ji Temple in Sakyo Ward , Kyoto City . +Zenkai ( 1691 - 1774 ) was a Buddhist priest of the Sotoshu sect of Zen Buddhism in the middle of the Edo period . +Denpo-kanjo is a ceremony to confer the title of master called Ajari ( a master in esoteric Buddhism ; a high priest ) . +Yuminoki-jo Castle was a castle in Tango Province ( present-day Iwataki , Yosano-cho , Kyoto Prefecture ) . +Michinobu KANO ( December 20 , 1730-September 24 , 1790 ) was a painter in the Takekawacho family and later the sixth in the Kobikicho-famly Kano school during the Edo period . +Kogo ( 1157 - date of death is unknown ) was a consort of the Emperor Takakura at the end of Heian period . +Meirokusha , which was established in the early Meiji period , was the first Japanese modern academic society for enlightenment . +Muneyoshi YANAGI ( March 21 , 1889 - May 3 , 1961 ) was a thinker , religious philosopher , and art scholar who triggered the Mingei ( National Art ) Movement . +Nichiko ( 1532 - 1598 ) was a monk of Nichiren Sect in the Azuchi-momoyama period . +Naoaki FUJII ( 1720 - September 14 , 1767 ) was an imperialist , who lived during the middle of the Edo period . +Tendai Jimon Sect is one of the Mahayana Buddhist sects . +FUJIWARA no Sukefusa ( 1007 - March 2 , 1057 ) was a Kugyo ( Court noble ) in the mid Heian period . +Kiyotaka KURODA ( November 9 , 1840 – August 23 , 1900 ) was a Japanese samurai , a feudal retainer of the Satsuma clan , and a politician . +Ikan is the work clothes of nobles and government officials in the Imperial Court after the Heian period . +Imperial Princess Tadako ( also known as Seishi ) was a member of the Imperial Family during the Heian period . +FUJIWARA no Ishi ( Takeko ) ( February 6 , 1000 - October 4 , 1036 ) was the fourth daughter of FUJIWARA no Michinaga , who held the title of Sessho ( regent ) . +Goryo shinko is a Japanese belief that threatening natural disasters and epidemics are caused by " onryo " ( restless spirits of people who died with a grudge or met an unnatural death ) and that awing , reposing , and respecting these souls as " goryo " ( " honorable spirits " ) will help to avoid their curses and bring peace and prosperity to society . +Kimariji is a term used for Hyakunin Isshu play cards ( a game based on a famous poetry anthology , One Hundred Poems by One Hundred Poets ) ; when a card of the first half of a poem is read out , players compete to take a matching card of the last half , and Kimariji means the first several letters of poems with which players can be sure which card to take . +Koguchi is an entrance fixed to castle walls built in the medieval period and afterward , and ' koguchi ' means narrow path and narrow entrance . +Imperial Prince Fushiminomiya Sadayuki ( January 1 , 1776 - February 12 , 1841 ) was a member of the Imperial family in the Edo Period . +Himiko ( ca . 175- ca . 248 ) is said to have been a queen of Wa ( Japan ) who lived during the later Yayoi period . +Kakujo ( birth year unknown to 1077 ) was a sculptor of Buddhist statues in the middle of the Heian period . +Surume is a processed food made by drying in the shade or machine-drying the squid whose internal organs have been removed . +" Yogaku Koyo " ( Principles of Early Education ) is the ' shushin ' ( moral education ) book compiled by Nagazane Motoda , lecturer in the Imperial Household , under the command of Meiji Emperor and distributed by the Department of the Imperial Household on December 2 , in 1882 . +Tenmondo ( ancient horoscopy ) is an ancient study involving the observation and recording of unusual astronomical phenomena ( extraordinary astronomical events / extraordinary natural phenomena ) and investigation of their effects on the Earth . +Katsu-curry is a kind of Japanese dish called " curry and rice . " +The king of Japan was a title of the ruler of Japan , which was used mainly by the head of the military government internationally during the medieval and early-modern times . +Born on May 20 , 1652 , and gone on October 27 , 1705 , Fuyutsune ICHIJO was Kugyo ( a top court official ) in the middle of the Edo period . +Goryo-jinja is a shrine located at about the center of Fukuchiyama City , Kyoto Prefecture . +Urashima Taro is one of the Ryugu ( Dragon Palace ) legends which appear all over Japan . +The term Butsubachi ( Buddha 's punishment ) refers to punishment a person receives who violates the basic truth of the Buddha ( Nyorai ) ' s enlightenment . +The Yanaginobanba-dori Street is a street running north-south through Kyoto City . +Toshi is a term generally used to represent history books of the Buddhism , specifically , that of the Zen Sect . +" Kezuriko " are gleanings of powder which is left over after dried fishes ( such as a dried bonito , dried blue mackerel , and dried sardines ) are chipped off to produce " kezuribushi " ( shaved pieces ) . +Aikyu is a term meaning a form of territory in the early-modern times when the murauke system ( a system of village-wide , collective responsibility for tax payment ) was established . +Family registration systems in ancient times refer to family registers for keeping tabs on people under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) where were codes selected and compiled in the Asuka period . +Rokuro UMEWAKA , the 56th ( February 16 , 1948 - ) , is a Nohgakushi ( Noh actor ) playing shite ( a principal role ) of the Kanze-ryu school . +Katsura Station , located in Nishikyo Ward , Kyoto City , is a stop that is operated by the Hankyu Railway . +Hachiman-bori Canal is located in Omihachiman City , Shiga Prefecture , and measures approximately 15m wide and 6km long . +Tojuro SAKATA is a kabuki actor . +MINAMOTO no Toshifusa ( 1035-December 30 , 1121 ) was a kuge ( Japanese aristocratic class or noble man ) in the late Heian period . +" Yohanasake Ukinano Yokogushi " is one of the Sewamono ( play dealing with the lives of ordinary people ) masterpieces of Kabuki . +Nobuyoshi SAITO ( 1559 - February 26 , 1610 ) was a busho ( Japanese military commander ) who lived in the Sengoku period ( period of warring states ) . +TAIRA no Korenori ( 855 - November 3 , 909 ) was a noble in the early Heian period . +Nanban-ji ( or Nanban-dera ) ( lit . Foreign Temple ) is the common name for churches that stood in Japan from the introduction of Christianity ( 1549 ) to the ban on Christianity imposed by the Tokugawa Shogunate . +" Kamikiri " is one of the traditional Japanese performing arts , which shows the performance of cutting a piece of paper in some shape with a pair of scissors . +" Daijokan-so " meant for Daijokan ( the Grand Council of State ) to submit its reports to the Emperor , or the relevant reports , which were operative within the framework of Ritsuryo system ( a centralized government system under the Ritsuryo Code ) . +Go-Nijo Moromichi-ki ( The Diary of Fujiwara Moromichi ) is a diary written by FUJIWARA no Moromichi , who was active during the late Heian period . +Okuninushi 's forming of the land +Ichiryo gusoku ( literally means a set of armor ) was a designation for a part time soldier and farmer and their organization ( in sociology ) which was formed and managed by Chosokabe clan , the daimyo ( Japanese territorial lord ) of Tosa Province in the Sengoku period targeting on armed peasants and jizamurai ( local samurai ) before heinobunri ( a policy to strictly separate soldiers and farmers ) . +Daigan ( May 21 , 1773 - November 12 , 1850 ) was a priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) ( Otani school ) during the late Edo period . +Nensho geigi refers to a young geigi ( a woman who gives fun with a song , dance or music instrument at a feast ; geisha ) who is not yet a full-fledged , or a girl who appears in ozashiki ( banquets in which guests are attended by geisha ) in hanamachi ( geisha districts ) as a geigi apprentice . +Genchi ( 1183 - January 18 , 1239 ) was a priest of the Jodo sect of the early Kamakura period . +The twelve cap rank system ( kani-junikai ) was a court rank system established January 14 , 604 . +Kugeaku is a role in Kabuki , representing a noble ( Kuge ) of high rank who plots to usurp the imperial throne . +Shoro or shuro , in which bonsho ( a big Buddhist bell ) is hung , is placed on the premises of a temple and is used for informing people in the neighborhood of the time by ringing the bell . +Sukekage KOBAYAKAWA is a busho ( Japanese military commander ) over the end of the Kamakura period and the period of the Northern and Southern Courts . +Sadatsuna UTSUNOMIYA ( 1266 - August 13 , 1316 ) was a Japanese military commander who lived in the middle through late Kamakura Period . +The Hotobun Incident was an incident which occurred in 1903 , as a chairman of the House of Representatives , Hironaka KONO read impeachment of the First Taro KATSURA Cabinet in Hotobun ( formal response speech ) to the imperial rescript at the opening of the Diet , and this led to the dissolution of the House of Representatives in the end . +Ochi no iratsume ( year of birth and death unknown ) was a daughter of SOGANOKURA-YAMADA no Ishikawamaro who was a cousin of SOGA no Iruka and a member of the Soga clan , a local ruling family called Gozoku in the Asuka period . +Kaneyasu SENOO ( 1123-November 28 , 1183 ) was a busho ( Japanese military commander ) who lived during the last days of Heian period and who was on the side of the Taira clan . +Kintaka OGIMACHISANJO ( October 4 , 1619 - November 13 , 1648 ) was a Kugyo ( court noble ) during the early Edo period . +Machi-shu ( also known as Cho-shu ) was a class consisting of wealthy commercial and industrial men , including doso ( pawnbrokers and moneylenders ) , in Kyoto from the Muromachi period to the Sengoku Period ( Period of Warring States ) in Japan . +Kogo Shui is a piece of writing about Shinto during the Heian period . +Katsumi Yotaro Productions ( established in 1926 , ceased operations in 1930 ) was a film company that existed in Kyoto . +( 420,000 koku ( approximately 76 million liters of crop yield ) ) +FUJIWARA no Kinto ( 966 - February 4 , 1041 ) was a court noble and poet of the mid-Heian period . +Yuki OGURA ( March 1 , 1895 - July 23 , 2000 ) was a Japanese-style painter . +The term " Yumiya " refers to a tool for hunting which consists of bow ( weapon ) and arrow . +Aijiro SASAKI ( 1845 - September 14 , 1863 ) born in Osaka City ( of former Settsu Province ) was a member of the Shinsengumi ( a special force that guarded Kyoto during the Tokugawa Shogunate ) in its early phase . +" Shinji " are worshipping and rituals related to god . +Masanori FUKUSHIMA was a busho ( Japanese military commander ) and a daimyo ( Japanese feudal lord ) active during the Azuchi-Momoyama period and the early Edo period . +Tadanaga SAKAKIBARA ( 1585 - March 15 , 1604 ) was the second son of Yasumasa SAKAKIBARA , the first lord of the Tatebayashi Domain in Kozuke Province . +Honzeige is chanted for Amida Buddha alone , and this gemon is based on " Kanmuryojukyosho " Gengibun . +Katei HAKURA ( a male , 1799 - August 12 , 1887 ) was a calligrapher and a Tenkoku artist ( a carver who carved Chinese characters in the special , Tensho , style ) in Japan in the latter half of the Edo period . +Joyano kane means striking a bronze bell ( temple bell ) around 12 : 00 am on New Year 's Eve ( December 31 ) . +Yagi-jo Castle was a castle which existed in the vicinity of Yagi , Yagi-cho , Nantan City , Kyoto Prefecture and Kozaki , Miyazaki-cho , Kameoka City . +" Isonokami no Sasamegoto " is Norinaga MOTOORI 's personal views on poetry . +The Teradaya Incident can refer to one of two incidents that occurred at the Teradaya inn in Fushimi ( present-day Fushimi ward , Kyoto City , Kyoto Prefecture ) in the suburbs of Kyoto at the end of the Edo period . +The term " Naiju " means children officials who was engaged in miscellaneous jobs at the Imperial palace in the Nara and Heian periods . +Amida-ji Temple is a Buddhist temple of Shingon Risshu sect located in Shinasahi-cho , Takashima City , Shiga Prefecture . +Cloistered Imperial Prince Kakusin ( May 29 , 1588 - March 15 , 1648 ) was a Pure Land Sect Buddhist monk who lived during the early Edo period . +The shugo daimyo is a concept in Japanese history that refers to the shugo of the Muromachi period , who acquired not only the function of the military and law enforcement but also the economic power , and strengthened the territorial , pervasive control over a province . +Kozan-ji Temple is a Buddhist temple situated in Toganoo-cho , Umegahata , Ukyo Ward , Kyoto City . +The Fushimi-juku was a township for travelers on the former Kyo-kaido Road and some cited it as a Tokaido Gojusan Tsugi E6.9D.B1.E6.B5.B7.E9.81.93.E4.BA.94.E5.8D.81.E4.B8.83.E6.AC.A1. +Kameoka Sports Park is a park in Kameoka City , Kyoto Prefecture that has a sports complex . +Ichijoji Station , located in Ichijoji Satononishi-cho , Sakyo Ward , Kyoto City , is a stop on the Eizan Main Line , which is operated by the Eizan Electric Railway Co . , Ltd . +Sanjo no kata ( c . 1521 - August 29 , 1570 ) was a woman who lived during the Sengoku period ( period of warring states ) ( Japan ) , and was the second wife of Shingen TAKEDA . +Imperial Prince Fushiminomiya Kunisuke ( April 25 , 1513 - April 18 , 1563 ) was an Imperial family member during the Sengoku period ( period of warring states ) . +Miyakehachiman Station , located in the Sakyo ward of Kyoto City , Kyoto Prefecture , is a stop on the Eizan Main Line of the Eizan-dentetsu ( Eizan Electric Railway ) . +The Fushu were Emishi who lived in the provinces of Mutsu and Dewa and came under the control of the Imperial Court . +The Takamatsuzuka Tumulus is a tumulus located in Asuka-mura , Takaichi-gun , Nara Prefecture ( state-run Askuka Historical National Government Park ) . +ISONOKAMI no Ienari ( 722 - August 3 , 804 ) was a government official who lived from the Nara period to the beginning of the Heian period . +Tomotaka IWAKURA ( year of birth unknown - 1633 ) was a court noble in the period from the latter half of the Muromachi period through to the beginning of the Edo period . +Tadatsugu SAKAI was a Japanese military commander in Mikawa Province who was active from the Sengoku period ( Japan ) to the Azuchi-Momoyama period . +OTOMO no Kuronushi ( years of birth and death unknown ) was a kajin ( waka poet ) in the Heian period . +Kaginosuke KAWASAKI ( year of birth and death unknown ) was a military strategist during the Sengoku Period ( Period of Warring States ) . +Kanzukuri is the name of a Japanese sake brewing technique and applies to those made in winter when the air temperature is low . +Amanoiwatowakenokami is a god ( of Shinto ) who appears in Japanese Mythology . +Ryuichi KUKI ( September 12 , 1850 to August 18 , 1931 ) was a Japanese bureaucrat and a baron . +FUJIWARA no Masanori ( 1113 - April 2 , 1173 ) was a kugyo ( court noble ) during the latter part of the Heian period . +The sakaki ( cleyera japonica ) is an evergreen tree that belongs to the cleyera species of the theaceae family . +Nise-e are realistic portrayals of courtiers and warriors , as well as drawings of armor on cattle and horses for record purposes , painted in the yamato-e style from the mid-13th century to mid-15th century . +Hideyori TOYOTOMI ( also known as TOYOTOMI no Hideyori or Hideyori HASHIBA ) was a daimyo from the Azuchi-Momoyama period to the beginning of the Edo period . +Buddhist paintings are paintings whose subject matter is Buddhism . +" Zoishokenden " is the title of a book which lists 966 persons who were granted a rank posthumously between 1868 and 1911 ; a brief biography is provided for each of them . +En no Gyoja Reiseki Fudasho indicates the pilgrimage of the thirty-six reijo ( sacred places ) in thirty-six temples and shrines , related to En no Gyoja who is said to have founded Shugendo ( Japanese mountain asceticism-shamanism incorporating Shinto and Buddhist concepts ) . +Kokin Wakashu Kanajo ( The Preface to " A Collection of Ancient and Modern Japanese Poetry " ) is a preface to Kokin Wakashu ( A Collection of Ancient and Modern Japanese Poetry ) . +The Hokke mandala ( Lotus Mandala ) is one of the mandala that represent the world of Hoke-kyo Sutra ( the Lotus Sutra ) with illustrations , Sanskrit and kanji . +Mitsutaka ROKKAKU ( 1365 - 1416 ) was a samurai ( warrior ) who lived in the period of the Northern and Southern Courts . +Mikenu no mikoto was a member of Japanese Imperial family , who is mentioned in the Japanese Mythology . +Morichika CHOSOKABE was a daimyo and busho ( Japanese military commander ) in Tosa Province who lived from the Azuchi Momoyama Period to the beginning of the Edo Period . +Gimei ( counterfeit inscription ) is an inscribed name of a person other than the original creator . +MINAMOTO no Yorichika ( year of birth and death unknown ) was a busho ( Japanese military commander ) during the mid Heian period . +Hondo is the building of a Buddhist temple in which the main object of worship is enshrined . +Among honke and ryoke , both of which are the lords of the manor of Nihon-shoen ( manor in medieval Japan ) , honjo was the lord that had the right to assert Shomu ( management and control of encouragement of agriculture , taxes and so on in shoen ) , or in other words , had the effective dominion over the shoen . +The Secretariat of Land-Tax Reform was a bureau established ( and functioned ) in the Meiji Government from March 24 , 1875 to June 30 , 1881 . +Mitsunobu WAKEBE ( 1591-April 10 , 1643 ) was the second lord of the Ise-Ueno Domain . +Kiden hakase refers to a post established in Daigaku-ryo ( Bureau of Education under the Ritsuryo system ) in the early Heian period and taught Kidendo ( the study of the histories ) , but , was integrated into Monjo hakase ( Professor of Literature ) later . +Minato Maizuru Chatta Matsuri Festival is a festival held in Maizuru City , Kyoto Prefecture . +遥任 ( yonin ) ( the expression of 遙任 was also used sometimes ) indicates that the person who was appointed to a kokushi ( governor ) of a province did not live in the province . +Takashige MAKINO was the ninth head of Tanabe Domain of Tango Province . +Masatomo HOTTA ( December 28 , 1851-January 11 , 1911 ) was a Daimyo ( Japanese feudal lord ) during the late Edo Period . +MINAMOTO no Kageakira ( year of birth and death unknown ) was a government official and a kajin ( waka poet ) who lived during the mid-Heian period . +Mimakihime ( date of birth and death unknown ) was the empress of Emperor Sujin . +Tsukasa SHIBA ( April 1st , 1844 - July 15 , 1864 ) was a warrior of Aizu clan , who was stationed in Kyoto at the end of Edo Bakufu . +Akiyasu KITABATAKE ( c.1338 - 1412 ) was a court noble in the period of the Northern and Southern Courts ( Japan ) to the Muromachi Period . +明神 ( pronounced as ' myojin ' ) is an honorable title used in Japanese Shinto for gods . +Choraku-ji Temple , located in Higashiyama Ward , Kyoto City , is a temple of the Ji sect . +Buke hokonin literally means a person who served a samurai family . +HARUSUMI no Yoshitada ( 797 - March 24 , 870 ) was a scholar and a court noble who lived in the early Heian period . +Tadamaro ONO ( December 5 , 1933 to December 19 , 1994 ) was a gagakushi ( court musician ) , and a member of the Japan Art Academy . +The sho is a type of wind instrument used in gagaku ( Court music in Japan ) . +Akihide CHUJO ( 1348 – November 29 , 1432 ) was a busho ( military commander ) who lived during the early Muromachi period . +" Ganjitsu no sechie " is one of the ancient events for the New Year . +Sakon ONOE is the name of a Kabuki actor lineage . +Nobutaka ODA was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) of the Azuchi-Momoyama period . +The Naramachi Shiryokan is a privately-run museum located in a corner of Naramachi area , where Machiya ( merchant house ) built from the early-modern to modern times were lined up in Nara City , Nara Prefecture . +Jozo ( 891 - December 27 , 964 ) was a Tendai Sect Buddhist monk who lived during the mid-Heian period . +Hisao KANZE ( November 12 , 1925 - December 7 , 1978 ) was a Nohgakushi ( Noh actor ) playing shite ( principal roles ) of Kanze-ryu school . +TAIRA no Kintsura ( or Kimitsura , year of birth and death unknown ) was a busho ( Japanese military commander ) who lived during the mid Heian period . +Tadamasa MORI ( 1570 - July 31 , 1634 ) is a military commander of the Warring States period in Japan . +December 1951 , Osaka Kabukiza kaomisekogyo ( the season 's first performance with the new company ) " Shosho Shigemoto no haha " ( Mother of shosho Shigemoto ) +Emperor Yozei ( January 2 , 869 - October 23 , 949 ) , the fifty-seventh Emperor , reigned from November 29 , 876 to February 4 , 884 . +" Godansho , " written as 江談抄 in Japanese , is a collection of narratives from the Insei period ( during the period of the government by the retired Emperor ) . +" Han-Noh " is a style of " Nohgaku " that a play is performed with largely shortened " Maeba " ( the first half of the drama ) , focusing on " Nochiba " , ( the second half of the drama ) for " Tsukeshugen " ( a short celebratory Noh play ) . +Kagenaga ASAI ( December 22 , 1684 - December 15 , 1768 ) was a bokan ( residential retainer ) for Sonko Hoshinno as well as one for the Monzeki ( successor of a temple ) of Kaju-ji Temple . +Kintsura KAWABATA ( October 19 , 1773 – October 10 , 1819 ) was a court noble of the late Edo period . +Yoshioki NITTA was a busho ( Japanese military commander ) of the period of Northern and Southern Courts . +Bukeshisso is a term that relates to the Court-Bakufu ( the Imperial Court and Japanese feudal government headed by a shogun ) relationship between the Muromachi bakufu and the Northern Court in Japan ( the court noble government ) , and the term has the two following meanings : +FUJIWARA no Masaie ( 1026-November 21 , 1111 ) was a court noble in the late Heian period . +Setotaisho is a Japanese specter that is introduced in " Hyakki Tsurezure Bukuro " ( One hundred bags in idleness ) which is a collection of specters illustrations by Sekien TORIYAMA , and it is a type of Tsukumo-gami ( gods to a variety of things ) of chinaware . +Insei refers to a form of government in which the retired Emperor ( Joko ) , who is the direct ancestor of the current Emperor , directly conducts the affairs of state . +Hachiro IKI ( year of birth and death unknown ) was a member of the Shinsengumi ( a Tokugawa shogunate police force located in Kyoto ) . +Jokei RAKU ( 1561 - 1635 ) was a ceramic artist during the Shokuho era ( Oda-Toyotomi era ) through the early Edo period . +" Kamo Taketsunumi no mikoto " is a god ( Shinto ) appearing in Japanese mythology . +Kongo-in Temple is a Buddhist temple belonging to the Toji school of the Shingon Sect located in Maizuru City , Kyoto Prefecture . +Kawaramono is also referred to as Kawarabito , and they were a type of people which were discriminated against in medieval Japan . +The Arashiyama Main Line is a Keifuku Electric Railroad route which links Shijo-Omiya Station ( Shimogyo Ward , Kyoto City , Kyoto Prefecture ) to Arashiyama Station ( Ukyo Ward ) . +Kinfuji SAIONJI ( 1455-August 10 , 1512 ) was Kugyo ( top court official ) during the Muromachi period . +Kyoto Kotsu Corporation is a company that operates buses in the northern part of Kyoto Prefecture . +Shigeko , a younger sister of Fujifusa MADENOKOJI +The term Kajishi ( 加地子 ) means rice ( sakutokumai ) delivered as a tax to a resident land-owner like myoshu ( owner of rice fields ) in the Japanese medieval period on top of nengu ( customs ) / jishi ( land tax ) for the lord of shoen ( manor ) / kokuga ( provincial government officials ) ( kokushi ( provincial governor ) ) . +Kibitsuhime Okimi ( year of birth unknown - October 31 , 643 ) was in the Imperial ( royal ) family in Japan . +Yukichi FUKUZAWA ( January 10 , 1835 - February 3 , 1901 ) was a samurai warrior ( served in the Nakatsu domain ) , writer , enlightenment thinker , the founder and publisher of the Jiji Shinpo ( a newspaper ) , educator , the first president of the Tokyo Gakushikaiin ( present Nihon Gakushiin , ) and the founder of Keio Gijuku . +Masachika ABE ( 1716-December 19 , 1780 ) was a daimyo ( Japanese feudal lord ) and roju ( senior councilor ) in the Edo period . +Soto DAIRIN ( 1480-1568 ) was a Japanese Zen monk and a master of the tea ceremony . +MINAMOTO no Yoshikiyo was a Busho ( Japanese military commander ) who lived during the end of the Heian period . +The Ko school is one of the schools of kotsuzumi-kata ( small hand drum players ) in Nohgaku ( the art of Noh ) . +Shinku ( 1146 - October 15 , 1228 ) was a priest of the Jodo sect from the latter Heian period through the early Kamakura period . +Yomei no suke is a vice minister of kokushi ( provincial governors ) , an honorary post without official duties and benefits . +Katsuji KAWASHIMA ( year of birth unknown-1866 ) was a investigator and inspector of Shinsengumi ( special police who guarded Kyoto during the end of Tokugawa Shogunate ) . +Mitarashi dango are dumplings coated with a soy-and-sugar syrup , and usually three to five are stuck on a stick . +Tonan-in Temple houses the guardian deity of Mt . Omine located in Yoshino-cho , Yoshino-gun , Nara Prefecture . +Angen onga no nikki is a diary in which the celebration of Emperor Goshirakawa 's 50th birthday was recorded by FUJIWARA no Takafusa , a waka poet who lived in the Heian period . +MINAMOTO no Akimasa 's mother ( year of birth and death unknown ) was a tanka ( thirty-one syllables ' poem ) poet in the late Heian period . +Tokuzo GOTO ( 17 January , 1897 - 22 July , 1991 ) was a Noh actor of the shite-kata Kita school ( one of the five schools of shite-kata [ main roles ] ) . +Uda Disturbance refers to the family feud which broke out in the Uda-Matsuyama Domain in Yamato Province during the Edo period . +Yamatohime no Mikoto is a character in Japanese Mythology . +The Kohata-jinja Shrines are Shinto shrines located in Uji City , Kyoto Prefecture . +Amino Station , located in Amino-cho , Tango City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by Kitakinki Tango Railway ( KTR ) . +Kyoto Bus Co . , Ltd . , whose head office is located in Ukyo Ward , Kyoto City , is a route bus operator belonging to the Keihan Electric Railway Group . +The place name ' Tomo no ura ' ( literally , the inlet of an archer 's bracer ) refers to a time-honored harbor , port and sea area ( bay ) , which is located in the south end of the Numakuma Peninsula in Fukuyama City , Hiroshima Prefecture , having flourished from ancient times . +Dosho ( 1171 - August 21 , 1248 ) , a Buddhist priest of the Soto sect , lived in the early Kamakura period . +Kinhira SAIONJI ( 1264 - October 31 , 1315 ) was a kugyo ( high-ranking court official ) during the late Kamakura period . +Tada TOCHI ( 1497 - 1545 ) was a busho ( Japanese military commander ) , who lived between the Muromachi and Sengoku period ( Period of Warring States ) ( Japan ) . +The Princess Akiko ( April 4 , 1640 - September 12 , 1676 ) was Midaidokoro ( the legal wife ) of Ietsuna TOKUGAWA , the fourth Shogun of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Seiemon KANAMITSU ( 1638 - 1710 ) was a feudal retainer of the Okayama clan . +Naobi no kami ( or Nahobi no kami ) are deities in Shintoism . +Shuko ASHIKAGA was a priest who lived during the Sengoku Period ( Period of Warring States ) . +Shoroku ONOE is one of professional names for kabuki actor . +TANBA no Tadamori ( 1270 ? - August 9 , 1344 ) was a doctor , a government official , and a kajin ( waka poet ) from the latter half of the Kamakura period until the early period of the Northern and Southern Courts . +Gissha senji was an imperial decree that allowed one to pass the Miya mon ( Imperial palace gate ) while riding on a gissha ( ox-drawn carriage ) when visiting the Imperial inner court . +Shoen UEMURA ( real name : Tsune or Tsuneko UEMURA , April 23 , 1875 , - August 27 , 1949 ) , born and raised at Shimogyo , Kyoto Prefecture in the Meiji period , was a Japanese-style painter who drew ' Bijinga ' ( ' Beautiful Woman Painting ' ) from a woman 's viewpoint . +Amabe-shi Keizu are genealogical documents passed down by the Amabe family , a shake ( family of Shinto priests serving a shrine on a hereditary basis ) of Kono-jinja Shrine located in Miyazu City , Kyoto Prefecture , which comprises one book of " Kono-myojin-yashiro Hafuribe-uji Keizu " ( Family Tree of the Family Serving for Kono-jinja Shrine , hereinafter referred to as ' Hon-keizu ) ' ( main family tree ) ) and one book of " Kono-myojin-gu Hafuribe Tanba Kuninomiyatsuko Amabe Jikito-uji no Hongi " ( Records of the Amabe family , an ancient local ruling family in Tanba Province , Serving for Kono-jinja Shrine , hereinafter referred to as ' Kanchu-keizu ' ( genealogical records based on surveys ) ) . +Ranryo-o is a number in gagaku ( ancient Japanese court dance and music ) . +MINAMOTO no Koretsune ( year of birth unknown - September 5 , 905 ) was shisei kozoku ( member of the Imperial Family conferred with a family name ) in the early Heian period . +Takatsuki Domain is one of the domains which existed in Settsu Province . +Gion Matsuri Festival is a kind of festival that is dedicated to the Gion-jinja Shrines which enshrine the Gion shinko ( Gion belief ) ( Susanoo , deity in Japanese Mythology , and Gozu Tenno , deity of Disease , said to be the Indian god Gavagriva ) . +Ie No Gei ( literally , performance of a family ) means performances or repertories of traditional performing arts such as Noh , Kyogen ( farce played during a Noh play cycle ) , Joruri ( Ballad drama ) , Kabuki , Kabuki Buyo ( Kabuki Dance ) and Kamigata mai dance , which have been passed down by the family recognized as the iemoto ( the head family of a school ) for generations , and especially the family has a good skill to perform them . +FUMI no Hakase ( date of birth and death unknown ) was a person who lived in the Asuka period . +Azuminoisora ( written in kanji as 阿曇磯良 or 安曇磯良 ) is a deity within the religion of Shinto . +Big Hinamatsuri is a Hinamatsuri ( Doll 's Festival ) held in Katsuura-cho , Tokushima Prefecture ( former Awa Province ) , Katsuura City , Chiba Prefecture ( former Kazusa Province ) , and Suzaka City , Nagano Prefecture ( former Shinano Province ) during February and March ( during March and April in Suzaka City ) every year . +Hatago ( inn ) is a house where travelers lodge and meals are offered to the travelers in the Edo period . +Ehomairi is one of the events of the New Year from ancient times . +Mt . Tenno is a mountain in Oyamazaki-cho , Otokuni-gun , Kyoto Prefecture . +Chonin ( or machinin ) is a term referring to craftsmen and merchants who lived in the urban area during the Edo period . +Takamatsu Express Kyoto-go ( Takamatsu Express bound for Kyoto ) is a daytime highway bus connecting Kyoto City , Oyamazaki-cho of Otokuni-gun , Takatsuki City , Naruto City , Higashi Kagawa City , Sanuki City , Miki-cho and Takamatsu City . +State Shinto is the name given by historians to the state religion , as well as the religious services , that were established under a policy of the Empire of Japan from the Meiji period ( 1868-1912 ) to the end of the Pacific War . +Doboshu were people who had the responsibility for miscellaneous duties and entertainment near the shogun since the Muromachi period . +" Magemono " or " wagemono " is a container made by bending a shaved lumber of Japanese cypress or Japanese cedar , and by sewing its joint with the bark of birch or Japanese cherry . +Kumano Gongen ( also known as Kumano no Kami or Kumano no Okami ) is a deity ( Shinto ) enshrined in Kumano Sanzan ( three major shrines , Kumano-hongu-taisha Shrine , Kumano-hayatama-taisha Shrine and Kumano Nachi Taisha Shrine ) and became to be called gongen ( avatar ) under Honji-suijaku thought ( theory of original reality and manifested traces ) . +The Mesuriyama tumulus is a large keyhole-shaped tumulus in the early kofun period ( tumulus period ) , located in Sakurai City , Nara Prefecture . +The Shimenawa rope ( sacred straw rope ) is a ceremonial article of significance in Shinto and , the rope has religious meaning when adorned with shide ( zigzag shaped paper talisman ) . +Ido-toge Pass is a pass on a major local road in Ukyo Ward , Kyoto City , Kyoto Prefecture . +Sobutsuge is a gemon by which to send a soul to where it should reside . +Motoakira KANZE ( 1722 to 1774 ) was a Noh actor of the shite-kata Kanze school ( one of the five schools of shite-kata [ main roles ] ) in the mid Edo period . +Minori is one of the fifty-four chapters of " The Tale of Genji . " +Hakuyushi was an anchorite who lived in a cave in a mountain in Shirakawa in Kyoto during the Edo period . +Kuranosuke NAKAMUTA was a military man in the Imperial Japanese Navy who lived from March 30 , 1837 to March 30 , 1916 . +Kanko-ken ( sightseeing areas ) are areas ( each of which is located in one prefecture or multiple prefectures in Japan ) , being organized for tourism ; they are designated by the Japan Tourism Agency , an extra-ministerial bureau of the Ministry of Land , Infrastructure , Transport and Tourism of Japan , to develop sightseeing areas in order to distinguish Japan as a tourism nation and promote tourists ' visits and extended stays . +Noboru NAKANISHI ( date of his birth and death is unknown ) was a corporal in the Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +TAIRA no Masamori ( date of birth unknown - perhaps 1121 ) was a warlord in the late Heian era . +Sukekuni NOSE ( year of birth and death unknown ) is a samurai and government official ( lower or middle ranked ) over the end of the Heian era and the early period of the Kamakura era . +Junson ( November 28 , 1585 – June 3 , 1622 ) was a Buddhist priest and the 18th chief priest of Kosho-ji Temple . +Shiigamoto is one of the fifty-four chapters of " The Tale of Genji . " +Kunpei GAMO ( 1768 - July 31 , 1813 ) was a Confucian scholar in the late Edo period . +Mashita Domain was located in Mashita , Shimashimo County , Settsu Province ( present Mishima , Settsu City , Osaka Prefecture ) . +" Chimata-No-Kami " or " Tsuji-no-kami " are gods ( Shinto ) who are believed to prevent evil gods and evil spirits who bring epidemics and disasters from entering the village in Japanese folk beliefs . +FUJIWARA no Tsunenori ( date of birth and death unknown ) was a retainer of the Imperial Court who lived in the end of the Heian period . +Seijun SUZUKI ( May 24 , 1923 - ) is a movie director and actor . +Imperial Prince Arisugawanomiya Takahito ( February 17 , 1812 - January 24 , 1886 ) was a member of the imperial family from the end of Edo period to Meiji period . +Kebutsu ( the Artificial Buddha ) +KI no Tokibumi ( c . 922 - c . 996 ) was a Japanese poet of the mid-Heian period . +JR-Ogura Station , located in Ogura-cho , Uji City , Kyoto Prefecture , is a stop on the Nara Line , which is operated by the West Japan Railway Company ( JR West ) . +KURATSUKURI no Tori was a busshi ( sculptor of Buddhist Statues ) of the naturalized citizen group who was active in the Asuka period . +Uta monogatari ( poem tale ) is the generic term for narrative literature concerning waka poems . +Shigetaka SUZUKI ( 1907 - 1988 ) was a Japanese scholar of history of the Western world ( Specialized in medieval history of the Western world ) . +Kiyoyuki ( also called Kiyotsura ) MIYOSHI ( 847-January 16 , 919 or January 15 , 919 ) was a scholar of the Chinese classics in the middle Heian period . +The Mizuki was a defense facility built in the mid-seventh century . +Kiritsubo no Koi is a character in " The Tale of Genji " written by Murasaki Shikibu . +Rikisaku FURUKAWA ( June 14 , 1884 - January 24 , 1911 ) was an anarchist . +Ichishihime no Okimi ( year of birth and death unknown ) was a person from the Asuka period . +MINAMOTO no Shigesada ( unknown to 1180 ) was a warrior at the end of the Heian period . +Kakushinni ( 1224 - December 21 , 1283 ? ) was the youngest daughter of Shinran , the founder of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) who was active in the Kamakura period . +" The Kohon Setsuwashu " is a narrative collection and is believed to have appeared during the end of the Heian period , or at the latest , during the early Kamakura period . +Soi ( rank of Buddhist priest ) is the Ikai ( Court rank ) assigned to Buddhist monks in Japan . +Tatsunyo ( 1780 - December 21 , 1865 ) was a Jodo Shinshu ( True Pure Land Sect Buddhism ) priest and the 20th Hoshu ( high priest ) of the Higashi Hongan-ji Temple . +Myobu is a woman who has Ikai ( court rank ) above Jugoinoge ( junior fifth rank ) , or a title representing a rank of a government official 's wife under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +Gakusei +Zeze-yaki Pottery is a pottery that is produced in Zeze , Otsu City , Shiga Prefecture . +Fushimi-inari Station , located in Fukakusa-ichinotsubo-cho , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on the Keihan Main Line , which is operated by Keihan Electric Railway . +Hanazono is a name for an area in Ukyo Ward , Kyoto City . +The term " Kenchi " refers to the surveys of field size and size of yield ( harvest ) conducted during medieval and early modern Japan . +Kukurihimenokami is a Japanese deity . +Takakage KOBAYAKAWA was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) who lived from the Sengoku period ( period of Warring States ) to the Azuchi-Momoyama period . +Teramachi-dori Street is one of the major north-south streets in Kyoto City . +Emperor Goenyu ( January 11 , 1359 - June 6 , 1393 ) , his reign was from April 9 , 1371 to May 24 , 1382 , he was the fifth Northern Court Emperor of the period of the Northern and Southern Courts . +Takamasa UEMATSU ( September 11 , 1705 - November 27 , 1785 ) was a Kugyo ( top court official ) and a flower arrangement expert during the mid Edo period . +FUJIWARA no Yoshitoki ( year of birth and death unknown ) was a nobleman approximately during the mid Heian period . +Watanabe-shi ( the Watanabe clan ) or Watabe-shi ( the Watabe clan ) is the Japanese surname , the clan name , the family name , or the last name . +Ayatokunaka-jinja Shrine is a Shinto shrine located in Minami Ward , Kyoto City , Kyoto Prefecture . +Kosatsu is the method of public notification by setting up a street bulletin board with written laws and ordinances ( general law / the fundamental law ) on a board , commonly utilized in Japan since ancient periods until early Meiji Period . +Yoshimura DATE ( July 23 , 1680-February 8 , 1752 ) was the fifth feudal lord of the Sendai Domain in Mutsu Province , and 21st family head of the Date clan . +Imperial Princess Ate ( year of birth unknown - November 4 , 855 ) was a member of the Imperial Family during the early Heian period . +Tomoteru TAKAYAMA ( 1527 - 1595 ) was a busho ( military commander ) in the Sengoku Period ( Period of Warring States ) ( Japan ) . +Kagami no Shuku was an inn on the Tosan-do Road , north of Mount Kagami , in Gamo Country of the Omi Province ( present day Gagami , Oaza , Ryuo-cho , Gamo-gun , Shiga Prefecture ) that has existed since the Heian Period . +The Mitoya clan was one of Japanese clans . +The Iwai family , which claimed to be descended from the Kanmu-Heishi ( Taira clan ) TAIRA no Takamune-o line , beloged to the Tosho-ke ( the hereditary lineage of Court nobles occupying relatively high ranks ) . +Imperial Princess Shoshi ( or Akiko ) ( 918 - February 7 , 980 ) was from the Imperial family living in the mid Heian Period . +Kelp is a kind of seaweed belonging to the Division Heterokontophyta , Class Phaeophyceae , Order Laminariales , Family Laminariaceae . +Banjo refers to a working pattern taken by lower-ranking government officials such as Zonin and so on in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +Enjyu-ji Temple is a Zen temple ( a temple belonging to the Zen sect ) of Eigenji school of the Rinzai sect in Hikone City , Shiga Prefecture . +An inpu is a kind of books on tenkoku ( engraving letters on the material of a seal ) , that mainly introduces mainly inei ( impressions of seals ) and inkan ( names of authors ) for the purpose of appreciation and study . +SAEKI no Matanari ( date of birth unknown - 757 ) was a noble in the Nara Period . +Handen MAEDA ( 1817-1878 ) was a Japanese painter . +The shinobue is one of the Japanese woodwind instruments . +Yakukin is a kind of allowance or expense paid to the retainers of the shogun by the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Rinzai Zen Buddhism is one of the Chinese five Houses / seven Schools of Zen ( Rinzai , Igyou , Soto , Unmon , Hogan ) and Gigen RINZAI ( ? - 867 ) of Tang was its founder . +Kansai Science City ( to be referred to as Science city in the following ) was constructed to promote creative academic and research activities as well as creating / dispatching of new industries and culture . +Mokuyo-kai refers to a faction within the Diet of House of Lords ( Japan ) in the Meiji Period ( July 28 , 1897 - January 26 , 1913 , in addition it was established as a group having a legislative bargaining position in the Diet on March 10 , 1898 ) . +Shinyo Wakashu is a collection of waka poetry compiled during the period of the Northern and Southern Courts ( Japan ) . +Imperial Prince Kitashirakawanomiya Satonari ( July 22 , 1856 - February 10 , 1872 ) was a member of the Imperial family of Japan during the late Edo and early Meiji Periods . +FUJIWARA no Yasutada ( 890- August 8 , 936 ) was a Kugyo ( the top court officials ) in the early part and middle of the Heian period . +Zencho means the mountaintop , particularly the peak , of a sacred mountain . +The statement of Requesting the Equal Merger of Korea and Japan is a statement to request an equal merger between Korea and Japan sent to Emperor Sunjong ( of the Korean Empire ) , the Resident-General of Korea Arasuke SONE and Prime Minister Lee Wan-Yong on December 4 , 1909 by a group of Chinilpa ( literally " people friendly to Japan " ) called Iljinhoe which was under the influence of Japan in the Korean Empire ( officially reported membership was a few million but actual membership was a few ten thousands ) . +Emperor Gokomyo ( April 20 , 1633 - October 30 , 1654 ) , the 110th Emperor , reigned during the Edo period ( from November 14 , 1643 to October 30 , 1654 ) . +Chaki is a general term for containers used in Chanoyu ( the tea ceremony ) to hold green powdered tea . +Okage mairi refers to mass pilgrimages to the Ise-jingu Shrine , made in the Edo period . +Seiin was the highest organ of Daijokan ( Grand Council of State ) system issued in 1871 after the Haihan-chiken ( abolition of feudal domains and establishment of prefectures ) . +Suehiro is a program of Kyogen ( farce played during a Noh cycle ) . +Manzaburo UMEWAKA ( the first ) ( January 3 , 1869 - June 29 , 1946 ) was a Noh actor of Kanze-ryu school . +Mario YOKOMICHI ( 1916- ) is Noh ( traditional masked dance-drama ) researcher and director . +Sanami-ji Temple is a temple of the Chisan school of Shingon sect located in Imazu-cho , Takashima City , Shiga Prefecture and also a branch temple of Chishaku-in Temple , Kyoto Prefecture . +A member of Yamanouchi-Uesugi family in the period of the Northern and Southern Courts ( Japan ) . +TACHIBANA no Miiko ( year of birth and death unknown ) was a court lady who lived at the beginning of the Heian Period . +Takemasa KIKUCHI ( 1342-July 14 , 1374 ) was a busho ( Japanese military commander ) , who lived in the period of Northern and Southern Courts . +Classification of Sake in the Liquor Tax Act is a general classification system of sake under the Liquor Tax Act , which long existed in Japan from 1940 to 1992 . +Maruyama-koen is a park located in Higashiyama Ward , Kyoto City , Kyoto Prefecture . +MINAMOTO no Yorinobu was a busho ( Japanese military commander ) in the mid-Heian period . +MINAMOTO no Toshiaki ( 1044-January 6 , 1115 ) was a court noble during the late Heian Period . +Ryaku kataginu is a hogu ( ritual implements ) that followers of Shinshu sect Otani school dangle from their neck as a ceremonial dress before the altar of a temple . +Kaijusen-ji Temple is a Buddhist temple belonging to the Chizan School of the Shingon Sect located in Kamo-cho , Kizugawa City , Kyoto Prefecture . +In Japan , hatsuho is a ripe rice ear presented to God ( Shinto ) before autumn rice harvest . +Kasuga-zukuri style is one of the architectural styles of shrines in Japan . +In this section , people who were discriminated against in the medieval Japan are described . +Hotaru Hyobukyo no Miya is a fictitious character in " The Tale of Genji " written by Murasaki Shikibu ( note that he is not the same person as Hyobukyo no Miya , an elder brother of Fujitsubo ) . +Kokindenju no Tachi refers to Japanese sword made by Hirasaku YUKI , sword craftsman in Bungo Province . +Nunakawa hime is a Shinto deity appearing in Japanese Mythology . +Kagekane OBA was a samurai warrior in the beginning of the Kamakura period . +FUJIWARA no Kanefusa ( 1001 - July 1 , 1069 ) was a court noble statesman of the Heian period . +Ganjiro-Junikyoku refers to the specialty plays of Ganjiro NAKAMURA of Narikomaya selected by Ganjiro NAKAMURA the first . +Shoku Nihon Koki is a history compiled in 869 during the Heian period in Japan , and is the fourth of the Six National Histories ( Rikkokushi ) . +" Akago " is yokai ( specter ) who is said to live in Nagano Prefecture and Yamato Province ( present-day Nara Prefecture ) . +Shiroan , white strained sweet bean paste , is made from kidney beans or small beans boiled , crushed and sweetened with sugar or honey . +SONE no Yoshitada ( year of birth and death unknown ) was a poet of the mid-Heian period . +Cloistered Prince Soncho ( September 8 , 1552 - March 30 , 1597 ) was the sixth Prince of Fushiminomiya Imperial Prince Kunisuke . +Yamabushi is a practitioner of Shugendo ( Japanese mountain asceticism / shamanism incorporating Shinto and Buddhist concepts ) who earnestly walks in the mountains as an ascetic practice . +" Imose-yama Onna Teikin " ( Proper Upbringing of a Young Lady at Mount Imose ) is a play of Ningyo Joruri ( traditional Japanese puppet theater ) and Kabuki . +Kinari TOKUDAIJI ( March 7 , 1422 - March 11 , 1486 ) was a Kugyo ( court noble ) during the Muromachi period . +A Kaido is a traffic route or road which connects one place to another by land . +Osaka no Eki ( Siege of Osaka ) refers collectively to Osaka Fuyu no Jin ( Winter Siege of Osaka ) and Osaka Natsu no Jin ( Summer Siege of Osaka [ ended on June 4 or May 8 in the old calendar ] ) , battles in which the Edo bakufu destroyed the Toyotomi clan ( 1614 - 1615 ) . +Bakufu rikugun is a military organization with western-style armaments which was organized by Edo bakufu ( Japanese feudal government headed by a shogun ) in the Edo Period to accomplish battles on land as a mission . +Yamato Eikyo War occurred in Yamato Province in 1429 , in the Muromachi period . +Kishimai is a bugaku ( court music and dance ) directed by the family head of Abe clan and others , and was danced mostly in uniforms of military officers , such as ketteki no ho ( open sleeve seams outer robe ) at events such as Daijo-sai Festival ( a festival to celebrate the succession of an emperor ) . +" Takahashi Ujibumi " ( histories compiled by the Takahashi family ) is a history book , a collection of records , in ancient Japan . +Izu no kuni no miyatsuko ( or Izu kokuzou ) was a Kuni no miyatsuko that governed Izu Province in ancient Japan . +The Choroku – Kansei Famine was a country-wide famine that struck Japan in 1459 ( the third year of the Choroku era ) and lasted until 1461 ( the second year of the Kansei era ) . +Inoue-jo Castle was a castle in what is currently Nobeoka City , Miyazaki Prefecture . +The Matsuda clan was a clan of the Hatano family , FUJIWARA no Hidesato house , originated in Matsuda-go in Ashigarakami County , Sagami Province . +Hizamaru was a sword which MINAMOTO no Mitsunaka had made during the Heian period , handed down as a sword of successive generations of Genji , together with Higekiri . +Shoryuji-jo Castle was a castle that existed in Nagaokakyo City , Kyoto Prefecture between the the Northern and Southern Court and early Edo periods . +Yoritaka HACHIYA ( 1534 - November 3 , 1589 ) was a busho ( Japanese military commander ) in the Sengoku Period ( Period of Warring States ) . +The Entsu-ji Temple was a Buddhist temple of the Myoshin-ji Temple school of the Rinzai sect , located in Iwakura Hataeda-cho , Sakyo Ward , Kyoto City . +Emperor Hanzei ( circa 336 - February 12 , 410 ) was the eighteenth Emperor who reigned from February 3 , 406 , to February 12 , 410 . +Hideie UKITA was a Japanese military commander as well as a feudal lord in the Azuchi-Momoyama period . +Hashihime is one of the fifty-four chapters of " The Tale of Genji . " +Monk-Imperial Prince Kakuho ( February 9 , 1092 - December 22 , 1153 ) was a member of the Imperial Family and a monk during the late Hein period . +Shika senbei are sold in Nara Park , Nara City , to tourists for them to feed the deer that roam free in and around the park . +Teinosuke KINUGASA ( his real name was Teinosuke KOGAME ) ( January 1 , 1896 - February 26 , 1982 ) was an actor and film director in the Taisho and Showa periods . +The return of lands and people to the Emperor is one of the centralization enterprises undertaken by the Meiji government in Japan which was established on July 25 , 1869 . +Yoshihisa TOKUGAWA ( September 2 , 1884 - January 22 , 1922 ) was the seventh son of Yoshinobu TOKUGAWA , the 15th Shogun . +Inji is a Japanese combat technology that kills and wounds the objects by slinging , or an event . +Nobumichi KOGA ( October 11 , 1744 - October 25 , 1795 ) was a Kugyo ( court noble ) during the late Edo period . +Danzaemon was the chieftain of the eta ( an outcaste class in feudal Japan , people whose occupation considered unclean in Buddhism , such as skinning of animals and the tanning of hides ) and the hinin ( literally , nonperson ; actors , beggars and other categories of the population of feudal Japan regarded along with the eta caste as socially inferior ) , both of which were collectively called ' hisabetsumin ' ( literally , discriminated people ) in the Edo period . +Hyoro-ryosho were areas of land set aside during the medieval period and devoted to producing rations and provisions ( specifically , rice ) for soldiers . +Tokihiro YAMANA ( 1367- August 7 , 1435 ) was a busho ( Japanese military commander ) , who lived from the period of the Northern and Southern Courts to the Muromachi period . +The Ueno clan was a shizoku ( family ) in Japan . +Omi-no-kuni Fudoki is a fudoki ( Description of regional climate , culture , etc . ) of the Omi Province . +Bando Tsumasaburo Productions , founded in September of 1925 and liquidated in December of 1936 , was a film company established in Kyoto and later moved to the Tokyo Bay Area in Chiba . +Chobei HASHIMOTO ( the first : dates of birth and death unknown , the second : date of birth unknown - 1647 , the third : dates of birth and death unknown ) was a Japanese-style painter ( ukiyoe artist ) in the Edo period . +The Jige Kaden , a work of history written during the Tenpo era in the late Edo period , is a collection of the genealogical records of families of Jigenin ( low-ranking court officials who were not allowed into the Emperor 's living quarters in the imperial palace , usually ranked at the sixth rank or lower except for Kurodo ) . +Han-i was a doctor who served a feudal domain in the Edo period . +Setsuna is one of the Buddhist concepts of time and is the briefest unit of time in Buddhism . +A Shobogenzo is a Buddhist philosophy-related book written by a Zen priest . +NAGAMINE no Morochika ( year of birth and death unknown ) was a government official for Tsushima Province who lived during the Heian period . +Candy-wrap shape barrow refers to one of the form of tumulus . +Noriaki UESUGI ( 1306 - October 31 , 1368 ) was a busho ( Japanese military commander ) from the end of Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +Succession to the Imperial Throne generally means to pass the Imperial Throne ( the position of the Emperor ) to the Crown Prince or the successor of the Imperial Throne . +Shigetada MATSUDAIRA ( 1570 - August 22 , 1626 ) was a busho ( Japanese military commander ) and daimyo ( Japanese territorial lord ) from the Azuchi-Momoyama period to the Edo period . +Natsumi Hai-ji is a site of a demolished temple which existed at Natsumi , Nabari City , Mie Prefecture from the Asuka period to the Nara period . +Honke is a nominal owner of the highest-graded patches of land under the stratified land ruling structure of Japanese Shoen ( refer to the Shiki system in the shoen koryo sei ( The System of Public Lands and Private Estates ) section ) . +Rokujoin ( also known as Rokujo no in ) can refer to : +Kokubun-ji is a Buddhist temple of Jodo Sect located in 2-chome , Kitayagi , Kashihara City Nara Prefecture . +Kanshu ( 945-August 17 , 1008 ) was a priest of the Tendai sect in the mid Heian period . +Goju no Sotai is a part of the Kyoso Hanjaku ( a guide for evaluation of sutras and others ) established by Nichiren . +Tango no Naishi ( year of birth and death unknown ) was a woman who lived from the end of the Heian period to the beginning of the Kamakura period . +ISHIKAWA no Mamori ( 730 ? - October 3 , 798 ) was a Court noble who lived from the middle of the Nara period to the beginning of the Heian period . +Sango ( literally , " mountain name , " which is the title prefixed to the name of a Buddhist temple ) : Shakasan +The Mogami clan was a branch family of the Shiba clan ( kanrei [ shogunal deputy ] ) that belonged to the same family of the Ashikaga clan of Seiwa-Genji ( Minamoto clan ) . +Tenno-sai Festival is a festival organized by Tennosha to honor Gozu Tenno ( deity said to be the Indian god Gavagriva ) . +Ichien Chigyo was a term used during the Japanese Middle Ages to mean that a particular individual has integrated control over lands in complicated and multi-layered relationships of dominance and rights of the Shoen Koryo ( public lands and private estates ) system . +Konoha-don , also referred to as Konoha-donburi , is a kind of donburimono ( rice dish ) which is commonly served in Osaka and Kyoto area . +Tojuro KATAOKA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +Ofusa Kannon is the common name of the Buddhist temple located in Ousa-cho , Kashimara City , Nara Prefecture . +Japanese cats ( nihon neko ) are cats native to Japan which have long enjoyed the companionship with the Japanese . +Kenkei ( 714 - December 15 , 793 ) was a Buddhist priest of Hosso sect of Buddhism ( Japanese equivalent of the Chinese Faxiang sect or Dharma-character school ) , who lived in the Nara period . +Bokkaishi was the envoy to Japan from Bo Hai , and a record stated there were 34 visits ( one visit from the Liao Dynasty ) of the envoy during 728 to 922 . +Naniwa-kyo Capital was a capital established in Osaka City of ancient Japan . +Myokaku-ji Temple is the Honzan ( founding temple ) of the Nichiren Sect located in Kamigyo Ward , Kyoto City , Kyoto Prefecture . +Takeo IDA ( November , 1851 - 1933 ) was a Japanese doctor and businessman . +Kosodate Yurei is a Japanese folktale . +This section describes the history of architecture in Japan . +Tomokazu IWAKURA ( February 21 , 1757-August 1 , 1824 ) was a Japanese Kugyo ( high court noble ) in the mid to late Edo period . +The Sorin-ji Temple is a temple of the Tendai sect in Yamashina Ward , Kyoto City . +Dondon-yake is the fire that broke out in the city of Kyoto at the end of the Edo period from August 19 to 21 , 1864 . +Shiruko is a food whose main ingredient is boiled red beans sweetened with sugar , and in which mochi ( rice cake ) , shiratama dango ( Japanese rice-flour dumplings ) , and chestnuts stewed in syrup are added . +Prince Tokiwainomiya Naohito ( date of birth and death unknown ) was a member of the Imperial family during the Muromachi period , and was the 4th head of the Tokiwainomiya family . +Shugokushi ( Prisons Office ) was one of the agencies that belonged to Gyobusho ( Ministry of Justice ) in ancient Japanese system of centralized governance . +Junnyo ( 1442 - July 13 , 1483 ) was a monk of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) during the middle to late Muromachi period . +Katsuhisa TAKAYASU ( 1948 - ) is a Noh actor of the Takayasu school of waki-kata ( supporting actors ) . +Gichu-ji Temple is a nonsectarian temple ( Tendai sect lineage ) in Bamba , Otsu City , Shiga prefecture . +KATSURAGI no Tsubura ( year of birth unknown - 456 ) was a member of local ruling family belonging to the Katsuragi clan that was active in around the fifth century A.D. +Shigekata YOSHIOKA ( date of birth is unknown - August 8 , 1613 ) was an expert swordsman from the Azuchi Momoyama period to the Edo period . +Sensai EMURA ( 1565 - November 13 , 1664 ) was a Confucian doctor in the Azuchi-Momoyama and Edo periods . +The Kizokuin was the upper house of the Imperial Diet from 1890 to 1947 under the Constitution of the Empire of Japan . +Chihara Kitsunezuka-kofun Tumulus is a tumulus in Chihara , Sakurai City , Nara Prefecture . +Hidetoki HOJO was a member of the Hojo clan from the end of the Kamakura period . +The term " Senko ( incense stick ) " refers to the product which uses , as materials , various substances that emit fragrant smoke and fine aroma when lighted and is produced through the process of grinding materials , kneading , molding into the shape of slender sticks or coils and drying . +We will explain the history of Japan 's trade , as it concerns foreign trade . +Rihooki ( also referred to as Ribuoki ) was the diary of Imperial Prince Shigeakira , the fourth son of Emperor Godaigo , and is regarded as an important historical document for understanding the administrative affairs and rituals of the imperial court during the mid Heian period . +Shigeo MATSUMOTO ( October 7 , 1915 - February 5 , 2003 ) was a Nohgakushi ( Noh actor ) playing shite ( principal roles ) of Hosho-ryu school . +Higo betto Jokei ( 1184 ? - unknown but after 1256 ) was a Busshi ( sculptor of Buddhist Statues ) during the Kamakura period . +Sanjo-dori Street is one of the major east-west streets in Kyoto City , Kyoto Prefecture . +Takamikura is the special Imperial throne which designates the official place where the Emperor sits . +Yoken FUJIMURA ( 1613 - 1699 ) was a master of tea ceremony in Japan . +The Senmen Hokekyo Sasshi or Senmen Koshakyo is a collection of fan-shaped articles decorated with sutras that has been passed down by Shitenno-ji Temple in Osaka . +Kenin refers to a vassal , a servant , etc. of high-ranked people in Japanese history . +KI no Kaion ( 1663 - October 31 , 1742 ) was joruri ( dramatic narrative chanted to a shamisen accompaniment ) author , kyokashi ( a person who makes and teaches a comic tanka ) , and haiku poet who lived during the middle of the Edo period . +Amatsukami ( 天津神 ; gods of heaven ) and Kunitsukami ( 国津神 ; gods of the land ) are the grouping of gods ( Shinto ) that appear in Japanese mythology . +Kodaiin ( August 6 , 1773 - December 19 , 1844 ) was a lady in the late Edo period and a lawful wife of the 11th shogun Ienari TOKUGAWA . +Monouri is a street vendor who sells foods or goods , serves as a repairman , buys old things or wastes , or exchanges these things for some goods , traveling by attracting people with musical instruments and distinctive calls . +Sanenao SAIONJI ( 1645 - January 29 , 1661 ) was Kuge ( a Court Noble ) in the early Edo period . +Anagomeshi ( conger rice ) is a local dish from the Setouchi area in Hiroshima Prefecture . +Ienari TOKUGAWA was a Japanese warrior and the 11th Seii Taishogun ( literally , " Great General Who Subdues the Barbarians " ) , who was in office from 1787 – 1837 . +Tendai-zasu ( head priest of the Tendai sect ) is a post that serves as the resident priest of Enryaku-ji Temple on Mt . Hiei , the head temple of the Tendai sect , exercising general supervision over all of its sub-temples . +Tsunehiro KAJUJI ( December 26 , 1606 to October 6 , 1688 ) was a court noble ( high court noble ) in Edo period . +The term " toji , " written as 杜氏 in Japanese , refers to a person who supervises kurabito , a group of skilled workers responsible for sake brewing , and works as the chief executive brewer at a brewery . +FUJIWARA no Norimichi ( July 29 , 996-November 6 , 1075 ) was the Kugyo ( the top court officials ) of the mid-Heian period and the fifth son of FUJIWARA no Michinaga . +Takeda Station , located in Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on Kyoto Municipal Subway and Kintetsu Railways . +William Merrell Vories ( October 28 , 1880 - May 7 , 1964 ) , who was born in the United States , was an architect who designed many western-style buildings in Japan ; he was also a businessman responsible for widely popularizing Mentholatum ( present-day Menturm ) in Japan in his role as one of the founders of W.M. Vories & Company ( whose name was later changed to Omi Brotherhood Co . , Ltd . ) . +Tatsuaki KURODA ( September 21 , 1904 - June 4 , 1982 ) was a Japanese lacquer artist and wood worker . +Chizuko MIFUNE ( July 17 , 1886 - January 19 , 1911 , died at the age of 24 ) was a woman introduced as a woman of supernatural power having toshi ( clairvoyance or second sight power ) ( parapsychology ) by Dr. Tomokichi FUKURAI . +" Rishu-kyo " is the Buddhist scriptures of Esoteric Buddhism , which is Part Six of ' Kongocho-kyo ' ( Vajrasekhara Sutra ) . +Ujidera ( Clan Temples ) were Buddhist temples which were constructed by powerful clans during the Asuka period as replacements for kofun ( tumuli ) . +Atsufusa MADENOKOJI ( July 25 , 1562 - October 31 , 1626 ) was a court noble in the Edo period . +Tonomo no tsukasa was one of the kokyu junishi ( twelve offices belonging to kokyu , empress 's residence ) . +Keikoku bidan ( Commendable anecdotes creating a nation : young politicians of Thebes ) is a political novel written by Ryukei YANO . +Yoshinao SATAKE ( 1612 - May 31 , 1656 ) was a person in the Edo period . +Imperial Princess Junshi ( March 13 , 1311 - June 11 , 1337 ) was Emperor Godaigo 's Chugu ( Empress ) . +Seiba ga haru no tatakai or Seiba ga haru kassen ( Seiba ga haru Battle ) was the battle fought between Daimyo ( feudal lord ) Yoshitaka OUCHI in the Chugoku District ( western Honshu ) and Daimyo Yoshiaki OTOMO in Bungo Province in May 1534 all over Mt . Omure in Bungo Province ( present Yamaura , Yamaga-machi town , Kitsuki City , Oita Prefecture ) . +The Kannonji family feud is the family trouble that broke out in the family of Rokkaku clan that was a warring load of Minami Omi Province in 1563 during the Sengoku period ( the Warring State Period of Japan ) . +Miyama-cho was a town located roughly in the center of Kyoto Prefecture until December 31 , 2005 . +Inuoumono is one of the manners of the art of Japanese archery that started from the Kamakura period . +Kinoki IMADEGAWA ( 1446 - March 10 , 1514 ) was a kugyo ( court noble ) who lived during the Muromachi period . +" Izutsu " is one of the most representative Noh pieces . +Ujiyori OMORI ( year of birth unknown - September 25 , 1494 ) was a person from the Muromachi Period . +In no cho kudashibumi were the documents issued by Incho ( Retired Emperor 's Office ) during the Insei ( government by cloistered emperor ) during the Heian period . +Ohaguro ( tooth blackening ) is the cosmetic treatment of dyeing teeth black used chiefly by married women ( or occasionally men ) in Japan , southeast China or Southeast Asia , before the Meiji period . +The Yamato-oji-dori Street is a street running north-south in Kyoto City . +Prince Iwakuranomiya Tadanari ( 1221 - April 23 , 1279 ) was a member of the Imperial Family in the Kamakura period . +Tsuibushi ( Pursuit and Apprehension Agent ) was a Ryoge no kan ( a Japanese government post which was not established by the Ritsuryo codes ) . +" Omisoka " ( New Year 's Eve ) means the last day of a year . +FUJIWARA no Chifuru ( also known as Chiko , years of birth and death unknown ) was a daughter of Udaijin ( Minister of the Right ) FUJIWARA no Sanesuke from the Heian period . +Gengo ( 914 - March 30 , 995 ) was a Shingon Sect Buddhist monk who lived during the mid-Heian period . +" Kameno-o " is a variety of Japanese rice developed by a practical farmer , Kameji ABE , of Yamagata Prefecture in the early Meiji Period of the history of Japanese sake . +Kangofu was a tally or trading license issued by the Ming dynasty and used in trade , such as the Ming-Japanese trade , to confirm authorized tribute and trade ships between the Ming dynasty and a tributary state . +Eboshi-oya was a person who put an eboshi ( formal headwear for court nobles ) on a young man 's head at his genpuku ( attainment of manhood ) ceremony . +Michitoshi IWAMURA ( July 8 , 1840 - February 20 , 1915 ) was a Japanese samurai and a statesman . +Kaomise refers to the first kabuki performance played by new actors following an annul renewal of actors . +Ryusei KISHIDA ( Male , June 23 , 1891 - December 20 , 1929 ) was a Western-style painter from the Taisho period to the early Showa period . +Shinjin ( 真人 ) is the ideal of human in the thought of Laozi and Zhuangzi and Taoism . +Umanosuke KASHIO ( 1838-April 30 , 1868 ) was a person who was from Awa Province in the last days of the Tokugawa shogunate . +The rebellion of FUJIWARA no Hirotsugu was a domestic conflict in the Nara period . +Masatsune ASUKAI ( November 28 , 1569 - February 9 , 1616 ) was a court noble and waka poet who lived through the turmoil of the Sengoku Period ( Period of Warring States ) and into the beginning of the Edo period . +Shihei seiri ( paper money readjustment ) was a policy of seeking to recover the public trust in the currency system and the credit system by readjusting and reducing the amount of the notes that were issued by the Meiji government and the National Bank ( in the Meiji period ) and first went into circulation in the early Meiji period , and by converting the notes into the convertible paper money issued by the Bank of Japan . +Sonae is a military unit organized during the wartime between the Sengoku Period ( Period of Warring States ) ( Japan ) and the Edo period . +Yoshitane ( or Yoshiki ) ASHIKAGA was the tenth Seii taishogun ( literally , " great general who subdues the barbarians " ) ( in office from 1490 to 1493 ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +" Amatsu tsumi " and " Kunitsu tsumi " are concepts of crime in in the Shintoism . +Hanafubuki is the state in which flower petals are falling like a snowstorm . +Imperial Prince Fushiminomiya Sadaatsu ( March , 1488 - September 2 , 1572 ) was the Imperial family member during the Sengoku period ( period of warring states ) . +Kiyokado KANZE ( 1867 - 1911 ) was a Noh actor of the Kanze school of shite-kata ( lead actors ) . +Chirasizushi is a kind of sushi . +Yoshimitsu ASHIKAGA was the 3rd Seii Taishogun of the Muromachi Shogunate and reigned from 1368 to1394 . +In Japanese myths , Kami-umi refers to Izanagi and Izanami 's giving birth to numerous gods after they gave birth to various islands ( Kuni-umi [ a myth about the birth of the land of Japan ] ) . +Izumo Daijingu Shrine is a Shinto shrine located in Kameoka City , Kyoto Prefecture . +Ryugu or Kaigu ( the palace of the sea ) is a palace of Watasumi no kami ( tutelary of the sea ) which appears in a legend concerning Watasumi no kami that has been told all over Japan . +SOGA no Hatayasu ( year of birth unknown - August 3 ? , 672 ) was a person who lived during Japan 's Asuka period . +FUJIWARA no Saneshige ( years of birth and death unknown ) was a noble in the late Heian period . +Oi-jinja Shrine is a shrine in Oi-cho , Kameoka City , Kyoto Prefecture . +Josho-ji Temple is a Buddhist temple belonging to the Nichiren Sect located in Takagamine , Kita Ward , Kyoto City . +Byakue costumes are white jackets worn when people make pilgrimage of sacred ground . +Onryo are common supernatural or ghostly phenomenon that cannot be seen by human eyes that harbor ill will and vengeance towards humans . +TAIRA no Tokizane ( 1151 - February 21 , 1213 ) was a Court noble during the late Heian Period and the early Kamakura Period . +Shaved ice is a frozen sweet made from finely shaved or crushed ice that is flavored with syrup , for example . +Fudai genin were also called Fudai hokonin ( servant and hereditary vassal ) and meant genin ( servants who served their masters as slaves ) and hokonin ( a servant ) who were in personal slavery and served their master by providing roeki ( labor service ) as Fudai permanently and patrimonially in the agricultural community of modern times . +Nagaaki INAGAKI ( also known as Nagaakira INAGAKI ) was the sixth lord of Toba clan of Shima Province . +FUJIWARA no Yoshitaka ( 954 - November 8 , 974 ) was a court noble and poet in the mid-Heian period . +Tentoku Dairi Uta-awase ( Imperial Palace Poetry Contest in the Tentoku era ) was a poetry contest hosted by Emperor Murakami on May 3 , 960 . +Kajin no Kigu is a political fiction written by Sanshi TOKAI ( Shiro SHIBA ) . +Soni is part of Buddhist terminology that means listening to the precious views of a priestly mentor . +Michihira NIJO ( 1287 - March 7 , 1335 ) was a court noble from the end of Kamakura period to the beginning of the Northern and Southern Courts period . +A list of historical material concerning the Muromachi period of Japan +The blade technique is a technique of removing vertically-long lithic flakes from stone , which emerged during the upper Paleolithic period and characterizes the period . +Tokimune SOGA ( 1174 - June 29 , 1193 ) was a samurai , who lived during the early Kamakura period . +Miketsukuni indicated the supply provinces making offerings , namely the province that was assumed to supply food ( secondary diet component except for grain ) , mainly marine products , to the Imperial family and Imperial court , from ancient Japan to the Heian period . +Shiki was a rank in government offices under the ritsuryo system . +Takatsu Station , located in Ayabe City , Kyoto Prefecture , is a stop on the Sanin Main Line , which is operated by the West Japan Railway Company ( JR West ) . +Kuni no Miya was the Miyake ( house of an imperial prince ) established by Fushimi no Miya Imperial Prince Kuniie 's fourth Prince , Kuni no Miya Imperial Prince Asahiko during the early Meiji period . +Yamatohime no Okimi ( year of birth and death unknown ) was a member of the imperial family who lived in the Asuka period . +FUJIWARA no Korekimi ( 727 – October 12 , 789 ) was a court noble in the late Nara period . +Anjo no Goei ( or Miei ) is a color portrait on silk of Shinran Shonin attributed to Hogen ( the second highest rank for Buddhist priests ) Choen in 1255 during the Kamakura period . +Imperial Princess Kibi ( year of birth unknown - March 20 , 729 ) is the second daughter of Prince Kusakabe and Empress Genmei . +FUJIWARA no Kiyotsura ( 867 - July 29 , 930 ) was a noble who lived in the Heian period . +Genkaku Inseki INOUE ( 1605 - March 2 , 1673 ) was an Igo ( board game of capturing territory ) player . +Buke Shohatto refers to the code by which Edo bakufu ( Japanese feudal government headed by a shogun ) governed the territorial lords during the Edo period . +Shinsaku-Noh refers to songs of noh which were written in and after Meiji period . +Imperial Princess Muneko ( August 20 , 1126 - September 9 , 1189 ) was the daughter of Emperor Toba ( her mother was Empress FUJIWARA no Shoshi ) , and she had two maternal brothers , Emperor Sutoku and Emperor Goshirakawa . +TAIRA no Kunika ( year of birth unknown-March , 935 ) was a busho ( Japanese military commander ) lived in the mid-Heian period . +" Dojo-ji Temple " is a Nogaku piece that is based on the Legend of Anchin and Kiyohime which has been passed down in Dojo-ji Temple , Kishu Province ( present day Wakayama Prefecture ) . +Ein Kanjo means the system of teachings of Daigo-ji Temple Sanpo-in , a temple of the Tozan school of Shugendo ( Japanese mountain asceticism-shamanism incorporating Shinto and Buddhism concepts ) , or a ritual conducted in the manner of Ein Horyu ( ritual of the Ein school ) . +The Oshikoji-dori Street is a street running east-west through Kyoto City . +Shisho Station , located in Kamifukui , Maizuru City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by Kitakinki Tango Railway ( KTR ) . +Kugoden refers to rice fields to cultivate rice ( Kugomai ) for emperor 's meals ( Kugo ) . +Yagi 's Double Year Theory is a theory that Soji YAGI insists the existence of mythological Emperors . +MINAMOTO no Tomochika ( year of birth and death unknown ) was an official and poet of the early Kamakura period . +Shotoku sect is one of Japanese Buddhism sect for which Horyu-ji Temple in Ikaruga-cho , Ikoma-gun , Nara Prefecture is Sohonzan ( Grand Head temple ) . +Sanenatsu TOIN ( 1315 - July 6 , 1367 ) was a court noble ( Naidaijin ( minister of the center ) ( Jimyoin-to ( Imperial lineage from Emperor Gofukakusa to Emperor Gokomatsu ) ) who lived in the period of the Northern and Southern Courts . +Soshitsu SEN is the name of the head of Urasenke which is one of the tea schools . +Tokatsu Eiga-sha Film Company ( established in 1931 - dissolved in 1932 ) is a film company once existed in Kyoto . +A sakushazuke is a book which lists the writers of noh plays . +" Kyuji " is regarded to be a history book handed down by each clan , which was used as basic information for editing " kiki " ( the Kojiki and Nihonshoki ) , but it was lost and is not existent , just like " Teiki " ( a genealogy of the imperial family ) . +Tagishimimi no mikoto ( year of birth unknown - 585 B.C. ) , was a member of the Imperial family , who lived during the Kofun period ( tumulus period ) . +Jimoku ( aka Jomoku ) refers to a ceremony to appoint officials of kyokan ( an official of the Capital ) and gekan ( a provincial official ) after the mid Heian period . +Takayo MOZUME ( March 18 , 1817 - January 2 , 1883 ) was a scholar of Japanese classical literature from Bungo Province . +Kibuneguchi Station , located in Kurama Kibune-cho , Sakyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Kurama Line , which is operated by Eizan Electric Railway . +Tsunetoyo HIROHATA ( August 7 , 1779 - October 11 , 1838 ) was a court noble during the late Edo Period . +Ohime ( 1178-August 28 , 1197 ) was a woman who lived from the end of the Heian period to the beginning of the Kamakura period . +Budo has developed from a traditional Japanese martial art ( " kobudo , " old budo ) , to which has been added the aspect of " geido " ( the way of artistic self-discipline ) , which aims for the perfection of character through practices to hone the skills , to the techniques to kill or conquer others . +Mustard is a spice made from the seeds of Brassica juncea and related species . +Dairyu SAKURAGAWA ( his real name : Torakichi NISHIZAWA , 1809 - March 29 , 1890 ) was Soke ( the owner of the highest-graded patches of land under the stratified land ruling structure of Shoen , the same as Honke in this manner ) of Koshu ondo ( the folk dance around Shiga prefecture ) . +Yodogimi shu refers to the arts handed down from father to son , selected by Utaemon NAKAMURA the fifth . +Magohashi-dori Street is a street running east-west through the western part of Sakyo-Ward , Kyoto City . +Jutaro MATSUMOTO ( October 5 , 1844 - June 20 , 1913 ) was Japanese businessman . +Kayano-hime ( or Kayanu-hime ) is a god ( Shinto ) of grass appearing in Japanese mythology . +" Gyoko " ( Miyuki ) is a Japanese term used to refer to the visit of the Emperor . +Genpo OE ( May , 1729 - March 26 , 1794 ) was a Confucian scholar and a composer of Chinese poems in the late Edo period . +Hironori NAITO was a busho ( Japanese military commander ) lived in the late Muromachi Period +Ryomen-sukuna is a specter that was said to have appeared in Hida Province in ancient times , in the reign of Emperor Nintoku . +Wajinchi is an area division in Hokkaido in the early-modern times . +FUJIWARA no Tadafusa ( year of birth unknown - January 19 , 929 ) was a retainer of the Imperial Court , court music and dance performer and poet in the early Heian Period . +Myomokusho was a book on the study of ancient courtly traditions and etiquette written by Sadaijin ( minister of the left ) Sanehiro TOIN during the mid Muromachi period . +Sanemoto GOTO ( year of birth and death unknown ) is a military commander who lived during the last days of the Heian period . +Kannamesai ( a.k.a. Kanname no Matsuri , Kannie no Matsuri ) is a rite and festival of Ise-jingu Shrine and the imperial court . +Yone ( 1580 - January 18 , 1586 ) was the eldest daughter of Kazutoyo YAMAUCHI , a Japanese military commander who lived during the Azuchi-Momoyama period , and she was Kazutoyo 's only biological child . +Yoru-no-otodo is the bed room for the emperor in Seiryoden . +New art movements in the Taisho period refers to avant-garde art movements under strong influence of overseas art trends ( particularly Mirai-ha [ Futurism ] and Dada ) in the Taisho period ( from the late 1910s to the early 1920s , but mainly in the early 1920s ) . +TAIRA no Tsunetaka ( 1180-July 1255 ) was Kugyo ( the top court officials ) in the middle of the Kamakura period . +Taka no kunimiyatsuko 高国造 was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the north part of Hitachi Province . +Ehomaki ( written as 恵方巻 or 恵方巻き ) refers to the maki-zushi ( sushi roll ) eating which on the day of Setsubun ( the traditional end of winter ) is considered to bring good luck , or the custom centered around the Kinki region of eating the ehomaki . +SOGA no Akae ( circa . 623 - date of death unknown ) was a person in the Asuka period . +Toso is the name for medicinal alcoholic beverages that people drink on New Year 's Day in the hope of being free from noxious bad spirits that cause illness and other misfortunes during the coming year , as well as for their longevity . +Koetsu HONAMI ( 1558 - February 27 , 1637 ) was a calligrapher and artist during the early Edo Period . +Bishamonten ( vaizravaNa in Sanskrit ) is a Buddha of the Tenbu , deities who reside in a heavenly realm , this being one of six realms in which the souls of living beings transmigrate from one to another , in Buddhism . +Kido OKAMOTO ( November 11 , 1872 - March 1 , 1939 ) was a novelist and playwright . +The Conspiracy of Yoshikazu HIKI is a coup within the Kamakura bakufu that took place on October 15 , 1203 in the early Kamakura period . +Takatane TAKAHASHI ( year of birth unknown - 1535 ) was a daimyo who ruled Chikugo Province in the Sengoku period ( period of warring states ) . +Important Intangible Folk Cultural Property refers to intangible folk culture which people have created in their daily lives and passed on to subsequent generations , such as manners and customs , folk performing arts , occupations , religious faiths , folk techniques related to clothing , food and housing , and festivals , and which have been designated as especially important by the national government . +Ueda Soko School is one of the tea ceremony schools and also one of the buke sado ( the tea ceremony of samurai family ) which has been handed down in the Ueda family , the former chief retainer of the Asano family in the Hiroshima domain . +Tomotsune AKAZAWA was a Japanese military commander who lived during the Sengoku Period ( Period of Warring States ) , or the late Muromachi period . +Emperor Sujin ( 148 B.C. - January 9 , 29 B.C. ) was the tenth emperor of Japan ( reigned from February 17 , 97 B.C. to January 9 , 29 B.C. ) recorded in " Kojiki " ( The Records of Ancient Matters ) and " Nihon Shoki " ( The Chronicles of Japan ) . +Kubomi-ishi ( hollow stones ) refers to the stone tools that have a shallow hollow almost in the center of fist-sized round gravel and elliptic gravel . +Namikawa Station , located in Tsuchida , Oi-cho of Kameoka City , Kyoto Prefecture , is a stop on the San 'in Main Line ( Sagano Line ) of West Japan Railway Company ( JR West ) . +Mokoshi is a small roof-like structure attached to walls under eaves in Buddhist halls , Buddhist towers or tenshukaku ( keeps or towers of castles ) . +The term " shitagasane " refers to an inner robe which is put on between ho ( outer robe / vestment ) and hanpi ( sleeveless body wear ) when wearers put on a sokutai ( traditional ceremonial court dress ) or an ikan shozoku ( traditional formal court dress ) . +Unkoin ( March 16 , 1555 - February 16 , 1637 ) was a concubine of Ieyasu TOKUGAWA +Daijoin Nikki Mokuroku is the book recording the politics , social events , culture , and the history of religion written by Jinson , the 27th Daisojo ( highest ranked priest among Japanese Buddhist monks ) of Daijoin-Temple , which is the related temple of the nobility oriented / established Kofuku-ji Temple in Nara Prefecture . +Rikyu is an Imperial villa which is separate from the Imperial Palace or Palace . +Sanenaru OGIMACHISANJO ( December 5 , 1820-October 20 , 1909 ) was Kugyo ( a Court noble ) from the latter part to the end of the Edo period and a politician in the Meiji period . +Masukagami is a historical tale . +KOREMUNE Tadayasu ( also known as Uemon no jo Hashiguchi , year of birth unknown - 1179 ? ) was a descendent of the Hata clan and a Samurai of Kyoto , who served Sekkan-ke ( namely , the families which produced the Regent and the Chief Adviser to the Emperor ) . +Atsutane HIRATA was a scholar of Japanese classical literature and a Shintoist in the late Edo period . +Hiruko ( Ohirukomuchi no Mikoto , Hiruko no Kami , Hiruko no Mikoto ) is a god that appears in Japanese mythology . +FUJIWARA no Takatada ( 1163 - 1245 ) was a court noble who lived around the end of the Heian period to the beginning of the Kamakura period . +Iromuji is a type of traditional clothes in Japan which is a plain kimono of color other than black with no patterns woven in . +NARA Yoshinari no imouto ( Yoshinari NARA 's younger sister , years of birth and death unknown ) was known as a chaste woman who lived in the Azuchi-Momoyama period . +Nobutsune OINOMIKADO ( 1355 - year of death unknown ) was a Court noble during the period of Northern and Southern courts ( Japan ) . +Miyoshi clan belongs to Shinano Genji ( Minamoto clan ) and it is the descendants of shugo ( a provincial government ) Ogasawara clan in Awa Province in Kamakura period . +The Nishigori family was a toshoke ( within the hereditary lineage of court nobles allowed to enter the tenjonoma in the palace ) down line of the Urabe clan . +Sacred Sites and Pilgrimage Routes in the Kii Mountain Range is a World Heritage ( Cultural heritage ) registered for the three sacred sites and pilgrimage routes ( Kumano-kodo Road , Omine Okugake-michi Road , Koyasan Choishi-michi Road ) in Kii Mountain Range straddling Wakayama , Nara , Mie Prefectures . +Shohaku ( 1443 to May 14 , 1527 ) was a traditional Japanese poet who lived during the Muromachi period . +Kameosa is a Japanese specter that is introduced in " Hyakki Tsurezure Bukuro " ( One hundred bags in idleness ) , a collection of specters illustrations by Sekien TORIYAMA . +" Dairi " is the emperor 's private area in the palace of ancient walled city . +Shukongo-shin is a Buddhist Goho zenjin ( good deities protecting dharma ) and is also referred to as Kongoshu and Jikongo . +Ametsuchi no Uta ( literally , song of heaven and earth ) is a pangram , which contains all the kana ( the Japanese syllabary ) characters as syllables of song . +Kaijo ( 724 - October 29 , 781 ) was a Buddhist priest in the Nara period . +Yoshitoki HOJO served as the second regent to the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +Imperial Prince Atsumi ( 893 - April 14 , 967 ) was the 8th prince of the Emperor Uda . +Kanehira TAKATSUKASA ( 1228 - August 30 , 1294 ) was a Kugyo ( top court official ) during the Kamakura period . +The Shitenno-ji Temple building layout ( Shitenno-ji shiki garan haichi in Japanese ) is one of the representative styles of temple building layout in the Asuka period . +Takefurukuma no mikoto ( 武振熊命 ) was a figure in the Kofun period ( tumulus period ) , whose name was also written as 建振熊命 ( Takefurukuma no mikoto ) and who was also called Naniwanekotakefurukuma ( 難波根子建振熊 ) . +Amakashinimasu-jinja Shrine is located on Amakashi-no-oka Hill in Asuka-mura , Takaichi-gun , Nara Prefecture . +Metsuke is +Magoshichiro SUGI ( February 13 , 1835-May 3 , 1920 ) is a Japanese samurai , from the Choshu Domain . +Shuppinshu is an alcohol beverage brewed for the purpose of entering the shows or competition . +Seven Shikobuchi ' means major seven shrines which enshrine ' Shikobuchi gods , ' which are the gods of belief native to Ado-gawa River basin , runs Kyoto Prefecture and Shiga Prefecture . +The toji union is a union organized by toji ( sake brewers ) who are professionals of sake production . +Koen OTANI ( February 27 , 1875 - February 6 , 1943 ) was a Jodo Shinshu ( the True Pure Land Sect of Buddhism ) monk who was the 23rd Hossu ( head priest ) of the Otani School of the Jodo Shinshu . +Tatsuko KYOGOKU ( date of birth unknown - October 22 , 1634 ) was a woman who lived during the Sengoku period ( period of warring states ) ( Japan ) and early Edo period . +Takamori SAIGO ( December 27 , 1828 according to the old calendar ( Gregorian calendar : January 23 , 1828 ; Julian calendar : January 1 , 1828 ) - September 24 , 1877 of the Gregorian calendar ) was a Japanese samurai who served as a feudal retainer , soldier , and statesman of the Satsuma clan . +Kyoto Gyoen National Garden is a national garden located in Kamigyo Ward , Kyoto City , Kyoto Prefecture . +Flake is a thin piece of stone removed from ore by percussion . +Gokenin is a word used to describe the samurai retainers of the shogun but its meaning differed between the middle ages and early modern period . +Motomasa KANZE ( 1394 or around 1401 - August 26 , 1432 ) was a playwright and an actor of Noh ( traditional masked dance-drama ) during the Muromachi period . +Imperial Prince Tsuneyo ( 805 - June 13 , 826 ) was a member of the Imperial Family during the early Heian period . +The Takoyakushi-dori Street is a street running east-west through Kyoto City . +Iitoyo no himemiko ( 440 ? - 484 ) was one of Imperial family ( the royal family ) during the end of fifth century , according to " A Record of Ancient Matter " and " Chronicles of Japan . " +Tenri Municipal Kurozuka Tumulus Museum is a museum in Tenri City , Nara Prefecture . +The name of Saiin was given to a Priestess who served at the Kamo-jinja Shrine from the Heian to the Kamakura period , or at the residence of the Priestess . +A daikan ( local governor ) meant a person , who performed the public administration and construction in a designated territory on behalf of his monarch ( state ) , and his rank . +Keiji refers to the area made up of Kyoto Prefecture or Kyoto City ( hereinafter , collectively written as ' Kyoto ' ) and Shiga Prefecture ( hereinafter , written as ' Shiga ' ) . +Sencha is a kind of Japanese tea . +The term " Thirty Six Immortal Women Poets " refers to the thirty-six female poets whose poems were selected for the ' Poetry Contest of the Thirty Six Lady Poets , ' which was established in the middle of the Kamakura period . +TAIRA no Kiyotsune ( 1163 - April 11 , 1183 ) was the third son of TAIRA no Shigemori . +Haruhisa ODA ( 1283 February 10 - January 16 , 1353 ) is a busho ( Japanese military commander ) from the late Kamakura period into the period of the Northern and Southern Courts ( Japan ) . +Hoshi-imo is made from sweet potato through the processing of steaming and then drying . +Suetomo SANJONISHI ( March 20 , 1811-August 24 , 1880 ) was a Kugyo ( the top court officials ) during the end of the Edo period and a High official during the Meiji Era . +Mujaku Dochu ( September 16 , 1653 - January 25 , 1745 ) was a gakuso ( scholar priest ) of Myoshin-ji Temple school of the Rinzai sect of Zen during the Edo period . +Kongocho-kyo ( Diamond Peak Sutra ) is a general term for assorted ' Kongocho-kyo ' texts that were compiled one after another by a group called " Shoe Kongocho-kyo " ( sarvatathāgatatattvasaṃgrahaṃ nāma mahāyānasūtraṃ , or " Mahayana Sutra Named as a Collection of All the Truth of Nyorai , " abbreviated as " Shinjitsu Sho-gyo " ) . +The Mineyama Naval Air Squadron was one of the squadrons of the Imperial Japanese Navy . +Kikugoro ONOE , the Seventh ( October 2 , 1942 - ) is a Japanese actor and a kabuki actor , and the present head of the profesional name of kabuki , ' Kikugoro ONOE . ' +Kitano is the name of a place in Kyoto . +Fujiwara shi kyodai / Fujiwara yon kyodai ( Four Fujiwara Brothers ) was the historical term that refers to the four sons of FUJIWARA no Fuhito who held the reins during the Tenpyo era ( 729-748 ) in the early Nara period . +Tochokufu refers to a Daijokanpu ( the official documents of the Daijokan , the office of the supreme political leader ) to deliver and enforce the order of the Emperor . +FUJIWARA no Keishi ( also Tsuneko , year of birth and death unknown ) was a court lady during the latter half of the Heian period . +The Yokooji family house is a historical example of architecture located in Kaminofu , Shingu-machi , Kasuya-gun , Fukuoka Prefecture . +Oban-gashira Or Obanto have the following meanings : +" Sangen " is another name for the shamisen , a Japanese traditional musical instrument . +Hisatsune SHIMAZU ( 1225 – May 7 , 1284 ) was a busho ( Japanese military commander ) in the middle Kamakura period . +Shunkin URAGAMI ( 1779 - June 16 , 1846 ) was a Japanese literati painter who lived during the late Edo period . +Jisha kogyoho was a series of ordinances that imperial court authority and bakufu ( Japanese feudal government headed by a shogun ) authority enforced to repair the main shrine buildings and the Buddhist temples of the religious institutions and to promote the strict observance of Shinto rituals and Buddhist memorial services . +Magatama ( also written with the characters for " curved jewels " ) have been used for personal adornment in Japan since ancient times . +Uchizane ICHIJO ( 1276 - February 15 , 1305 ) was Kugyo ( a Court noble ) in the Kamakura period . +WAKE no Hiromushi ( 730-799 ) was a lady-in-waiting in the Nara period . +Kashiwamochi is a Japanese confectionery made by doubling a flatly rounded rice cake , putting bean jam in the middle , and wrapping it in an oak leaf or a leaf of Smilacaceae . +Empress Jingu ( A.D. 170 - June 3 , A.D. 269 ) was a wife of Emperor Chuai . +Naishoryo is one of the ranks outside the Ritsuryo system belonging to the Nakatsukasa-sho ( Ministry of Central Affairs ) under the Ritsuryo system . +Jushichijo Kenpo was a code consisting of 17 articles , which was described under the article of May 9 , 604 of " Nihonshoki " ( Chronicles of Japan ) and " Sendai Kujihongi " ( Ancient Japanese History ) as follows : ' In summer on May 9 , the Crown Prince himself wrote 17 articles of constitution . ' +Ienoko are constituent members of bushidan ( warrior bands ) . +Nagaoki OMIYA ( 1412 - December 5 , 1499 ) was a government official ( of low to medium rank ) in the late Muromachi period . +Kuragaki no Sho was a manor in Imizu-gun , Ecchu Province that existed from the late Heian period to the Sengoku period ( period of warring states ) . +Yasuie HOJO ( ? - 1335 ) was from the Hojo family which existed in the period of the Northern and Southern Courts ( Japan ) . +Kubizuka ( tomb of heads ) is a tomb for the repose of those souls whose heads ( kubi ; literally means neck in Japanese ) were severed because they were killed in battles and the likes , or captured , or punished by beheadings . +The Sengoro SHIGEYAMA family is one of the most famous families in Kyogen ( a comic interlude performed during a Noh program ) and their Kyogen style belongs to that of the Okura-ryu school . +Seikyo-sha was an opinion group and publishing house , which was established with a total of thirteen people as Dojin ( coterie ) . +Yoshitsugu MIYOSHI was a daimyo ( Japanese territorial lord ) in Kawachi Province in the Sengoku period ( period of warring states ) . +Noritomo KITABATAKE ( 1423-April 22 , 1471 ) was a Kugyo ( court noble ) lived in the middle of the Muromachi period . +The Hamuro family were kuge ( court nobles ) with kakaku ( family status ) of meike ( the fourth highest status for court nobles ) . +Soseki ( 1474 – May 28 , 1533 ) was a linked verse poet during the Sengoku period ( period of Warring States ) . +Ashihara no Nakatsukuni heitei is a narrative of the Japanese mythology , in which Amatsu kami ( god of heaven ) was given Ashihara no nakatsukuni by Kunitsu kami ( god of the land ) . +Chigyo is a history-related concept indicating a territory-controlling right executed by territorial lords during the medieval period and early-modern times in Japan . +Yutaka NOMI ( 1869 - 1903 , date of birth and death unknown ) was a priest of the Otani school of the Shinshu sect and a Buddhist scholar who explored Tibet . +The Suzuki clan is one of the representing seishi ( hereditary family name ) in Japan . +Kasujiru is a soup made by dissolving sake lees or a mix of sake lees and miso in broth and adding some ingredients , which are often carrot , daikon ( Japanese radish ) , or fish . +Sadayuki HOJO was a busho ( Japanese military commander ) of the end of the Kamakura period . +Shinabe ( technicians in offices ) , or ' shinashinano tomonowo ' or ' tomono miyatsuko ' in the Japanese way of reading , refers to the human group or organization in ancient Japan . +Omiyame-jinja Shrine is a Shinto shrine located in Omiya-cho , Kyotango City , Kyoto Prefecture ( formerly Omiya-cho , Naka County ( Kyoto Prefecture ) ) . +Togu-no-fu was a kind of educational officer that worked for the Togu ( Crown Prince ) as stipulated in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Imperial Princess Fuwa ( around 723 - around 795 ) was a member of the imperial family in the Nara period . +Abura-no-koji dori Street is one of the major north-south streets of Kyoto City . +Michiyo NAKA ( February 6 , 1851-March 2 , 1908 ) was a historian in the Meiji period . +Byobu nozoki ( literally , a voyeur at a folding screen ) is one of Japanese yokai ( specters , monsters , spirits and ghosts ) drawn in Sekien TORIYAMA 's yokai art collection book " Konjaku Hyakki Shui " ( Supplement to The Hundred Demons from the Present and the Past ) . +The Museum Yamatobunkakan is a private museum that displays mainly oriental antique arts . +Geigi refers to geisha ( Japanese singing and dancing girl ) or young geisha that add zest to banquets and entertain customers by performing traditional Japanese dance , songs with shamisen accompaniment , long epic song with shamisen accompaniment , and a Japanese band using traditional musical instruments . +Kyoto Kagetsu Theater was a theater belonging to Yoshimoto Kogyo Co . , Ltd . +Naojiro HARADA ( October 12 , 1863 - December 26 , 1899 ) was a Western-style painter . +The Toei Kyoto Movie Studio is located in Uzumasa , Ukyo Ward , Kyoto City . +An obi ita is an accessory used to set the shape of obi ( sash ) . +Based on the spirit of mercy of Buddhism , Hidenin Temple was built for the salvation of the poor and orphans . +Nichio ( July 5 , 1565 - April 22 , 1630 ) was a Nichiren sect priest from the Azuchi-momoyama to the early Edo period . +Honganji Shonin Denne is a Buddhist scroll which illustrates the life of Shinran , the founder of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) with narration . +Tadao ARAI ( March 5 , 1835 - February 15 , 1891 ) was Shoshi shirabeyaku ken kansatsu ( Shinsengumi 's organizational post for investigating movements of the opponents and keeping the Shinsengumi members under control ) of the Shinsengumi . +Yumoji is a type of female inner wears . +Shikibu-sho ( Ministry of Ceremonial ) was one of the eight central ministries under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +Fumai-ryu school is one of tea ceremony schools which was founded by Fumai MATSUDAIRA and was handed down within the Matsue Domain . +Ono clan was a clan which was active from the early seventh century to the middle of the Heian period . +Moriyamajuku is the 67th post station on the Nakasen-do Road ( = > The 69 Stations of Nakasen-do Road ) and is located in Moriyama City , Shiga Prefecture . +Princess Tomoko ( March 10 , 1738-September 28 , 1771 ) was a member of the Imperial family in the late Edo period , and the lawful wife of Ieharu TOKUGAWA , the tenth Shogun . +Jodo-in Temple is a Buddhist convent belonging to the Pure Land sect located in Kamigyo Ward , Kyoto City . +Obiko no Mikoto ( year of birth and death unknown ) was a member of the Imperial Family . +Hidetsugu TOYOTOMI / Hidetsugu HASHIBA was a busho ( Japanese military commander ) , daimyo ( Japanese feudal lord ) and Kanpaku ( chief adviser to the Emperor ) from the Sengoku period ( period of warring states ) ( Japan ) ( the end of the Muromachi period ) to Tensho period . +A keyhole-shaped tumulus ( called zenpo koen-fun in Japanese ) is a form of kofun ( tumuli ) in Japan . +Ishiyama-dera Temple is a To-ji Shingon sect temple located at 1-chome , Ishiyama-dera , Otsu City , Shiga Prefecture . +Engi Gishiki was one of Gishiki ( Court rule and customs Books ) considered to be compiled during the Engi era at the beginning of the Heian period . +The Hirata family was a low ranked court official family called ' jigeke , ' of the Nakahara clan line . +The site of Kamiyodo abandoned temple is an archaeological site of an ancient temple extended over Sakurada , Hogyo and Kakisago of the Fukuoka area , Yodoe-cho , Yonago City , Tottori Prefecture . +Hisashige TANAKA ( October 16 , 1799 - January 11 , 1881 ) was an inventor nicknamed ' Thomas EDISON of the East ' and " Karakuri ( gimmick ) Giemon , " who lived from the Edo Period through the Meiji Period . +Ryusan Tokuken ( 1284 - December 22 , 1358 ) was a priest of the Rinzai Sect from the late Kamakura period to the period of the Northern and Southern Courts . +Yoshiuji ASHIKAGA was a busho ( Japanese military commander ) during the early Kamakura period . +Hidesada KONISHI was a child of Yukinaga KONISHI and his concubine . +The Kishu Tokugawa family was one of branches of the Tokugawa family and one of Tokugawa Gosanke ( three privileged branches of the Tokugawa family ) , which governed Kii Province and Ise province during the Edo period +Makie is the technique of Japanese lacquer art . +Fusahiro TAKATSUKASA ( September 6 , 1710 - June 9 , 1730 ) was a Court noble who lived during the Edo period . +Dajokan bills are paper currency issued by the Meiji government from May 1868 until June 1868 . +Tatsunosuke ONOE is a Kabuki ( traditional drama performed by male actors ) actor . +The fu or kannagi , also called " fugeki , " refers to those who worship and serve gods and take responsibility for conveying gods will to secular people . +" Heart of Great Perfect Wisdom Sutra ( Hannya Shingyo , Prajñā-pāramitā-hṛdaya in Sanskrit ) " is one of the Buddhist sutras that preaches the Ku ( Buddhism ) of Mahayana Buddhism and Prajna thought . +Kuramaichichigyo , also known as Kuramaikyuyo , was a system in which the Edo bakufu ( Japanese feudal government headed by a shogun ) and domains provided kuramai ( written as 蔵米 or in the case of the bakufu as 廩米 - rice preserved in a depository ) to their vassals as horoku ( salary ) instead of chigyo-chi ( territory ) . +An ama is an unmarried woman over the age of 20 or a woman who becomes a priestess after the period of Shamini ( a female Buddhist novice ) , even though she has been married . +Miyasundokoro or Miyasudokoro +" Un " is a novel written by Ryunosuke AKUTAGAWA in his early period . +Saburo MAGOSHI ( around 1848 - around 1887 ) was a Shinsengumi member who had come from Tokushima Domain in Awano Province . +Ohara zakone is a custom that existed in the Ohara region , where a large number of people would all sleep together in one room on the night of Setsubun ( the traditional end of winter ) in Efumi-jinja Shrine in Ide , Ohara Village , Atago County , Kyoto Prefecture ( present day Oharanomura-cho , Sakyo Ward , Kyoto City ) . +Ikunosuke MATSUYAMA ( year of birth unknown-August 7 , 1864 ) was a member of Shinsengumi ( special police who guarded Kyoto during the end of Tokugawa Shogunate ) . +MINAMOTO no Narimasa ( year of birth and death unknown ) was a court noble during the late Heian Period . +The Takayasu school is one of Noh schools . +Kine OGIMACHISANJO ( 1494 - March 8 , 1578 ) was a Kugyo ( top court official ) during the late Muromachi period ( the Sengoku period ( period of warring states ) ) . +Yasuori WAKISAKA ( March 30 , 1809 - January 10 , 1874 ) was a politician at the end of Edo period and the ninth lord of the Tatsuno Domain of Harima Province . +A regent ( Sessho ) , in a state with a monarchy , is the practice of carrying out government and national affairs in place of the monarch , or the post that does so , when the monarch is unable to do so because he is an infant , ill or not in the country . +The Kosei Line is a railway line ( arterial line ) of the West Japan Railway Company ( JR West ) that runs between Yamashina Station in Yamashina Ward , Kyoto City , Kyoto Prefecture , and Omi-Shiotsu Station in Nishiazai-cho , Ika-gun , Shiga Prefecture . +TAIRA no Kanetada was a military aristocrat of the Juryoso ( career provincial official class ) , which was called " Tsuwamono " ( soldiers ) , who lived during the Heian period . +FUJIWARA no Takafusa ( 1148 - 1209 ) was a kugyo ( high-ranking court official ) who lived from the end of the Heian period to the early years of the Kamakura period . +Kanmon Nikki is the diary of Imperial Prince Fushiminomiya Sadafusa ( Gosukoin , 1372 - 1456 ) . +Waichiro MOTOI ( 1843 - date of death unknown ) was from Kasuzaki , Kariwa County , Echigo Province and belonged to the Shinsengumi for only a short time . +Genshi Kimyo-dan was a school which used to exist in the Tendai sect . +Jogo was a system by which those aspiring to a government post would either pay directly to gain an appointment , or pay for expenses that would otherwise have had to be paid from the coffers of the Imperial Court , such as those incurred in carrying out public functions or events for the Imperial Court , building or repairing the palace , or repairing the buildings and pagodas of shrines and temples . +The fushin bugyo was a post held by hatamoto ( direct retainers of the bakufu , which is a form of Japanese feudal government headed by a shogun ) during the Edo period . +" Kagetsu " is a yukyomono ( musical entertainment piece ) Noh play . +Kimi no Kotachi was a government official of the late Nara Period and his name was recorded in " Shoku Nihongi " ( Chronicle of Japan Continued ) . +Shoko UEMURA ( November 4 , 1902 – March 11 , 2001 ) was a Nihonga ( Japanese-style painting ) artist . +Chodai is a tent-shaped screen with about 242 square centimeters which was built as a nobility 's living room or bedroom . +Kiriboshi daikon ( or simply called kiriboshi ) is a dried product of daikon ( Japanese radish ) . +The Oei Invasion ( known in Korea as the Gihae Eastern Expedition , with Gihae being a reference to the year 1419 ) refers to a raid on the Japanese island of Tsushima by Joseon Korean forces that occurred in 1419 ( the 26th year of the Oei era , from which the Japanese name is taken ) , meaning that it took place during the Muromachi period according to the standard classification of Japanese history . +Suichiku NAKAMURA ( male , 1806-January 6 , 1872 ) was a Japanese tenkokuka ( artist of seal engraving ) in the end of Edo period , +In " The Tosa Diary , " KI no Tsurayuki wrote about his thoughts and the events that occurred on his journey from Tosa Province to Kyoto . +Isuien Garden is kaiyushiki garden located in Nara City , Nara Prefecture . +The Minister of the Left was a government post in the Daijokan ( Grand Council of State ) , the central administrative body of the Imperial Court . +A ryokan is a guest house that accommodates visitors for a fee , usually in a Japanese style building with traditional furnishings . +Toko AKAHASHI ( 1306 - June 2 , 1365 ) lived in the Kamakura period , the Northern and Southern Courts period and the Muromachi period and was the legitimate wife of Takauji ASHIKAGA , who was the first Seii Taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +FUJIWARA no Tamenori ( years of birth and death unknown ) was the 11th Head of the Fujiwara clan after the Founder of the clan " FUJIWARA no Kamatari . " +Katsuragi Mitoshi-jinja Shrine is located in Ose City , Nara Prefecture . +Jakko-ji Temple is a Kenpon Hokke Sect temple located in Sakyo-ku Ward , Kyoto City . +Kaiganbogyo-goyogakari was a governmental post of the Edo bakufu . +Oinomikado family were kuge ( court nobles ) with kakaku ( family status ) of seigake ( the second highest family status for court nobles ) . +The JR Nara Line is a railway line ( arterial line ) of the West Japan Railway Company ( JR West ) that runs between Kizu Station ( Kyoto Prefecture ) in Kizugawa City , Kyoto Prefecture , and Kyoto Station in the Shimogyo Ward of Kyoto City , Kyoto Prefecture . +Toyokumono is a Shinto deity appearing in the story of the creation of heaven and earth ( the Japanese Mythology ) . +The Shunnichi school is an extinct school of fue-kata ( flute players ) in Nohgaku ( the art of Noh ) . +Kagemochi Nagao was a warrior of Sgami Province during the Kamakura period . +Nanga is a term which came from Chinese Southern Sung paintings , and the term is unique to the Japanese language . +" Kokin Wakashu " was the first anthology of poems collected by Imperial command . +Taro NAKAMURA ( 1852 - May 14 , 1878 ) was a servant of Toshimitsu OKUBO ; the First Secretary of Interior . +Naishi no suke was a government post in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) and an undersecretary ( a court lady ) of Naishi no tsukasa ( female palace attendants in kokyu [ empress 's residence . ] ) +Nichiryu ( 1385 - April 10 , 1464 ) was a mid Muromachi-period Buddhist monk of the Nichiren Sect . +Taisho Roman ( often described in the Chinese character ' 大正浪漫 ' ) refers to a trend of thought or cultural events that conveys the atmosphere of the Taisho period . +Gensai KAWAKAMI ( December 25 , 1834 - January 13 , 1873 ) was a Japanese samurai of Sonno Joi ha ( supporters of the doctrine for restoring the emperor and expelling the barbarians ) ( statesman of the Kumamoto Clan ) . +Michie KOGA ( December 4 , 1709 - June 21 , 1761 ) was a Kugyo ( court noble ) during the middle of the Edo period . +The imprisonment of the Risshisha is an incident in which the Yuzo HAYASHI and Taku OE , who were members of the Risshisha ( the political society ) were thought to form a plot in Kochi Prefecture with Munemitsu MUTSU , a councilor of the senate , to raise an army against the central government during the Satsuma Rebellion ( Satswuma War ) in 1877 . +Daikokuten means Maha kala ( Sanskrit : , transliteration : 摩訶迦羅 ) that is a reincarnation of Shiva , a deity of the Hindu religion . +Syakuhashi is the name of the bridge which appears on the Milky Way in a Chinese legend on the day of Tanabata star festival , the seventh of July in the old lunar calendar . +Saneuji SAIONJI ( 1194 - July 14 , 1269 ) was a court noble who lived in the first half of the Kamakura period . +Toshimitsu HINO ( 1260 - June 23 , 1326 ) was a Court noble who lived during the Kamakura period . +Green laver is a seaweed of the Green algae Class Family Ulvaceae Genus Enteromorpha , and is a generic term for Enteromorpha prolifera , Enteromorpha linza , Enteromorpha compressa , Enteromorpha intestinalis , and the like . +TAIRA no Iehiro ( date of birth unknown - 1156 ) was a busho ( Japanese military commander ) who lived in the late Heian period . +Mizuage has the following meanings . +" Shomusata " is a term used in medieval Japan referring to disputes , suits , and trials over shoryo ( territory ) and nengu ( land tax ) . +Fuke sect is a branch of Zen Buddhism in Japan . +Kanbutsue is a ceremony that celebrates the birth of Buddha . +The Hiraiwa school is an extinct school of fue-kata ( flute players ) in Nohgaku ( the art of Noh ) . +Amenouzume ( Amanouzume ) is a deity who appears in Japanese Shinto mythology . +Nisshin ( 1561 - 1617 ) was a high priest of the Nichiren sect of Buddhism during the periods of Warring States ( in Japan ) and Azuchi-Momoyama period . +Ruiju myogisho is a dictionary ( or glossary ) of Chinese characters , compiled in Japan between the late 11th century and the early 12th century . +Senhime ( May 26 , 1597 to March 11 , 1666 ) was a woman of the Azuchi-Momoyama and Edo periods , who was the primary wife of Hideyori TOYOTOMI and later of Tadatoki HONDA . +Ingu kyu is a nenkan ( a right granted as a stipend to members of the Imperial family ( including the emperor ) , consorts of the emperor , some Court nobles , and so forth in order to nominate a person for a certain government post conferred on occasion of an annual installation as a government official ) and a nenshaku ( a right granted as a stipend to a retired emperor , the mother of the Emperor Dowager , the Empress Dowager , the Empress , and so forth in order to nominate a person for a certain rank on occasions of annual conferments of ranks ) given to Daijo tenno ( the Retired Emperor ) and Sannomiya ( empress ) . +Teiji NAKAI ( January 4 , 1932 - ) was a dyer from Kyoto City . +Taikenmonin no Horikawa ( dates of birth and death unknown ) was a female poet who lived during the late Heian period . +Senkan ( 918-January 23 , 984 ) was a priest of the Tendai Sect in the mid Heian period . +Munenobu MATSUI ( date of birth unknown - June 22 , 1560 ) was a Kokujin ( local ruling family ) who lived in Totoumi Province . +Yukihide NIKAIDO ( 1581 - date of death is unknown ) was sengoku busho ( military commander in the Warring State period in Japan ) from the Azuchi Momoyama period to the Edo period . +Kakugen ( 1000 - September 20 , 1065 ) was a Japanese Buddhist monk of Shingon Sect in the late Heian period . +TAIRA no Nobunori ( 1112 - March 30 , 1187 ) was a court noble in the late Heian period . +Kumaso is a name for the family that appear in " Kojiki " ( Records of Ancient Matters ) , " Nihonshoki " ( Chronicles of Japan ) , and the Japanese mythology . +Tokitomo KASAMA ( June 4 , 1204-February 26 , 1265 ) was a busho ( Japanese military commander ) of Hitachi Province in the Kamakura period . +FUJIWARA no Nagaie ( October 2 , 1005 - December 25 , 1064 ) was a court noble and a kajin ( waka poet ) in the end of the Heian period . +Shosei-en Garden is a detached landholding in Shimogyo-ku Ward , Kyoto City , Kyoto Prefecture that belongs to Shinshu Honbyo ( Higashi Hongan-ji Temple ) , the head temple of the Otani school of the Shin Sect . +Shin Karasuma-dori Street is a street running north-south through Kyoto City . +Saigyo ( 1118 - March 23 , 1190 ) was a monk and poet during the period between the cloister government and the Kamakura period . +Mo is one type of kimono that constitutes Junihiote ( twelve-layer robe ) . +The Aihara clan was a samurai family that played an active role during the Medieval Period . +Sonin HASEGAWA ( 1539 - March 17 , 1606 ) is a busho ( Japanese military commander ) , master of tea ceremony and painter in the Azuchi-momoyama period and the early Edo period . +Zokuso ( zokugoto ) is the koto or the koto music from the time Yatsuhashi Kengyo reformed the koto music in the early modern ages of Japan , and his koto contrasts with gakuso ( the koto used in gagaku [ ancient Japanese court music and dance ] ) . +Yamato Province is one of the ryoseikoku ( provinces ) once established under the local administration system in Japan . +Kanenobu HIROHASHI ( December 16 , 1366-October 21 , 1429 ) was a Kugyo ( top court official ) in the Muromachi period . +Johyobun indicates the act of presenting a written document to a monarch or the document itself . +Kugutsu were groups of people who traveled around the country and made a living in the performing arts , appearing on the records from around the ninth century . +Nobuyasu HIGUCHI ( December 31 , 1623 – July 16 , 1691 ) was a court noble of the early Edo period . +Tetsudai Fushin was a large-scale civil engineering work done by territorial lords under the orders from the Toyotomi government and the Edo Shogunate . +Shoshun ( year of birth unknown - January 9 , 906 ) was a priest of the Shingon sect in the early to the mid Heian period . +Inarizushi is a kind of sushi made of aburaage ( deep-fried tofu ) stuffed with rice . +Shinchoko-ki ( Nobunagako-ki ) is a biography of Nobunaga ODA , a feudal lord in the Azuchi-Momoya period in Japan . +Munesada YUASA ( year of birth and death unknown ) was a military commander during Japan 's Warring States period . +Nihon Sankei means the three most scenic spots of Japan . +Manzo ( kanji character is 万蔵 ) NOMURA is a stage name that has been handed down for generations of Kyogen ( farce played during a No play cycle ) actors of the Izumi school . +Yamaga Domain included the areas in and around Yamaga in Ikaruga no kori ( Ikaruga County ) , Tanba Province as its territory . +Yukifumi TAGAWA was a gozoku ( a member of a local ruling family ) who lived in the Kamakura period , who claimed to be the gunji ( district manager ) of Tagawa District , headquartered in Tagawa District , Dewa Province ( or Uzen Province as a result of the later division of the Province ) ( currently Tagawa District , Tsuruoka City ) . +Kirara-zaka Slope indicates the old road to the top of Mt . Hiei from the side of Shugakuin Rikyu ( the Shugakuin imperial villa ) in Shugakuin , Sakyo Ward , Kyoto City , and is also a road used by the ascetics who practiced Sennichi-kaihogyo ( a practice of walking around the mountain while paying visits to various sacred places for 1,000 day in total ) . +A sento ( public bathhouses ) is a facility that offers fee-based bathing . +Jiun ( February 18 , 1673 – August 6 , 1753 ) was a monk of Jodo Shinshu ( the True Pure Land sect of Buddhism ) and a poet . +Mushiokuri is an annual Japanese festival . +Anpukuden Hall was one of the halls of the dairi ( Imperial Palace ) in the city of Heian-kyo . +Kenji MISUMI ( March 2 , 1921 - September 24 , 1975 ) was a movie director . +Ichibu kin gold coin was a kind of gold coin that was distributed in the Edo period . +The Battle of Fushimi Castle is a preliminary skirmish of the Battle of Sekigahara , which took place from August 26 , to September 8 , 1600 . +Kokushi kasei joso refers to acts and phenomena of appeals and armed struggles by Gunji ( local magistrates ) , Tato ( cultivators ) , Fumyo ( tiller of the public rice field ) , and the farmer class in order to complain to the central government Daijokan ( Grand Council of State ) about tyrannies and illegal behaviors of Kokushi ( or Zuryo ) ( provincial governors ) , Chihokan ( local officials ) during the Heian period in Japan . +Yakuseki means dinner in Zen sect . +Sanbujo is a gemon taken from Hojisan ( Hymns of the Pure Land Ritual ) . +千秋楽 ( senshuraku ) is also written as 千穐楽 or 千龝楽 , and , being an industrial term , indicates the last day , when plays on the same program are performed repeatedly every day for two or more days . +Tofu is a food that 's made mainly from soybeans . +Ujisato GAMO was a military commander in Japan from the Sengoku period ( warring state period ) through to the Azuchi-Momoyama period . +The Bank of Kyoto , Ltd . , with its head office located in Shimogyo Ward , Kyoto City , Kyoto Prefecture , does business in Kyoto Prefecture , and neighboring areas as a regional bank . +Omiya is a fictitious character in The Tale of Genji . +The Nijo Family is one of the sekke ( regent ) houses and a kuge ( court nobility ) . +Ryugi ( style ) +TAIRA no Koremochi ( 881 - January 3 , 940 ) was a noble in the early Heian period . +Traditional vegetables are vegetables of native varieties that have been cultivated in various places since the ancient times . +Shakuzo-ji Temple is a Buddhist temple belonging to Jodo ( Pure Land ) Sect located in Kamigyo-ku Ward , Kyoto City . +Hidekatsu HASHIBA was a Japanese military commander lived during the Azuchi-Momoyama Period . +Saku-no-miya ( August 12 , 1689 - June 7 , 1692 ) was a member of the Imperial family who lived in the middle of the Edo period . +Soen OZEKI ( 1932 - ) is the head priest of the Daisen-in sub-temple of Daitoku-ji Temple . +Shiro TOYODA ( January 3 , 1906 - November 13 , 1977 ) was a Japanese film director in Japan . +The " Tango Discovery " is a type of limited express train operated by Kitakinki Tango Railway , and it 's the nickname for the Kitakinki Tango Railway KTR Type 8000 diesel multiple unit used for this train service . +Arachi no-seki was a sekisho ( checking station ) on the border between Omi Province and Echizen Province . +Yoshiteru MURAKAMI ( year of birth unknown - April 15 , 1333 ) was a Japanese military commander in the late Kamakura period . +Sotaro MASUDA ( March 17 , 1849 - September 1877 ) is a heir of Hisayuki MASUDA , a noncommissioned officer of the Nakatsu domain . +Kinugasa is : +Muneuji OINOMIKADO ( 1375-May 16 , 1421 ) was Kugyo ( the top court official ) who lived from the period of the Northern and Southern Courts to the Muromachi period . +SEN no Rikyu ( April 21 , 1522-1591 ) was a tea master during the late Medieval times of the Sengoku and Azuchi-Momoyama periods . +Hisamoto NIJO ( 1471 - November 13 , 1497 ) was a Kugyo ( the top court officials ) who lived in the Muromachi period . +Henjo-ji Temple , located in Ukyo Ward , Kyoto City , is a Buddhist temple of the Omuro school of the Shingon sect . +FUJIWARA no Nagasuke ( 1104 - February 13 , 1156 ) was a Kugyo ( top court official ) who lived at the end of the Heian period . +Kidendo is a subject in the daigakuryo ( Bureau of Education under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) ) in Japan under the Ritsuryo system in which history ( mainly Chinese history ) was taught . +Nara Park is a municipal park stretching at the foot of Mt . Wakakusa in Nara City , Nara Prefecture . +Yushi Sensei is a term criticizing the Meiji government for their domain cliques and transcendentalism . +Takamimusubi is one of the gods who appear in Japanese mythology . +鏑矢 ( Kaburaya : in rare cases , written as 蕪矢 ) is the name of an arrow with kabura ( to be described later ) installed at the end of zoku ; the top of an arrow head . +TAIRA no Tadatsune was a samurai lived during the Heian period . +Ubusunagami is the deity that controls or protects one 's birthplace . +Motomichi KONOE ( 1160 - July 15 , 1233 ) was a noble who lived from the later Heian period to the early Kamakura period . +Dairen-ji Temple was founded by Senrensha Shinyo Shonin . +Hidemasa KOIDE ( 1540 - April 21 , 1604 ) was a busho ( Japanese military commander ) ( and daimyo [ Japanese feudal lord ] ) in Azuchi-Momoyama period . +Mitsutane CHIBA ( 1359 - 1426 July 12 ) was a busho ( Japanese military commander ) from the period of the Northern and Southern Courts ( Japan ) to the early Muromachi period . +Emperor Ogimachi ( June 18 , 1517 - February 6 , 1593 ) was the 106th Emperor ( his reign was from November 17 , 1557 to December 17 , 1586 ) . +Naganori KANAMORI ( 1564 to June 21 , 1582 ) was a Japanese military commander in the period of warring states . +Miyabi or Masa ( in case of name ) means sophisticated and graceful . +Seigetsu INOUE ( c . 1822 - March 10 , 1887 ) was a haiku poet during the end of the Edo period and the early Meiji period . +Saneomi HIROSAWA ( 広沢真臣 : February 7 , 1834 - February 27 , 1871 ; his name is also written in the prescriptive orthographic style as 廣澤眞臣 ) was a samurai ( a feudal retainer of the Choshu clan ) and statesman in Japan . +Tadaoki HOSOKAWA / Tadaoki NAGAOKA was a military leader and Daimyo ( feudal lord ) from the Sengoku period ( Warring States period ) through to the Edo period in Japan . +Katata is a name of a town in Otsu City , Shiga Prefecture . +Sadakuni ISE ( 1398 - 1454 ) was a steward of the Bakufu Mandokoro in the Muromachi period . +KUME no Hirotada ( year of birth and death unknown ) was a kajin ( waka poet ) in the middle of the Nara period . +Heibon is a fiction written by FUTABATEI Shimei . +Ujichika IMAGAWA was a warlord , Shugo Daimyo ( Provincial Daimyo ) , and Sengoku Daimyo ( Daimyo in Sengoku period ) in the Sengoku period . +Bunchi seiji ( civilian government ) refers to a form of the governance practiced from the fourth shogun Ietsuna TOKUGAWA to the seventh Ietsugu TOKUGAWA . +Butajiru ( Tonjiru ) is a Japanese cuisine that is prepared by stewing pork and vegetables with miso ( bean paste ) . +Masanori KAMEI ( December 25 , 1590 - September 22 , 1619 ) was a daimyo ( Japanese feudal lord ) of the early Edo period . +Yagyu Domain was the ruler of Yagyu-go Village , Sonokami no kori County , Yamato Province ( modern day Yagyu District , Nara City ) . +Emperor Suizei ( 632 B.C. ? - June 28 , 549 B.C. ? ) was the second emperor ( tenure : February 23 , 581 B.C. ? - June 28 , 549 B.C. ? ) of Japan . +Mitusyuki YAMANA ( birth date unknown -March 31 , 1395 ) was a Japanese military commander during the Muromachi Period . +Fudekozuka is a mound or a memorial tower built by the students of terakoya ( private elementary school ) or kajuku ( private school ) which were educational institution for common people in the Edo period , to the memory of their late teacher who taught them reading , writing , arithmetic and other practical arts . +Isshinkai ( イルチンフェ ) was a biggest political association of the times which was active in the Korean Empire from 1904 to 1910 . +Motokage KAGAWA was a Shugodai ( deputy military governor ) of West Sanuki Province who lived during the Muromachi Period and the Sengoku Period ( Japan ) . +Tobiroppo refers to a performing technique in Kabuki ( traditional drama performed by male actors ) to raise the excitement by taking big sideways jumps when an actor exits the stage . +Kitano Station , located in Kyoto City , Kyoto Prefecture , was a stop on the Kitano Line operated by the Keifuku Electric Railroad Co . , Ltd . +Tokimasa KAZANIN ( March 23 , 1700 – March 31 , 1771 ) was a court noble of the middle of the Edo period . +FUJIWARA no Kiyoko ( 1122 - January 17 , 1182 ) was an empress at the end of the Heian period . +Mido Kanpakuki is a diary written by FUJIWARA no Michinaga , a court noble who held the titles of Regent and Grand Minister in the Heian period . +Kagetomo KAWATA ( November 24 , 1828 - October 12 , 1897 ) who flourished from the end of Edo period ( the last days of the Tokugawa shogunate ) through Meiji period was a Samurai , a statesman and the peerage . +Suketomo HINO ( 1290 - June 25 , 1332 ) was a Kuge ( court noble ) during the late Kamakura Period . +Kisen +Shinto scripture is a general term for the literature which provide the basis for religious belief in Japanese Shinto . +Maegahata-toge Pass is a pass on a national route in Sakyo Ward , Kyoto City , Kyoto Prefecture . +The taisha-zukuri style is a style of shrine buildings in Japan . +Kingo NAKAMURA ( year of birth and death unknown ) was a member of Mibu-Roshigumi ( Mibu gang of masterless warriors ) and Shinsengumi ( special police force who guarded Kyoto during the end of Tokugawa Shogunate ) . +Enatsubo is a container or pot in which the placenta of human beings are placed when being buried . +Fushimi Station , located in Shibatayashiki-cho , Fukakusa , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a railroad facility on the Kintetsu Kyoto Line of Kintetsu Corporation . +Hatsu hinode refers to the appearance of the celestial object on January 1 ( ganjitsu ) ( when the sun rises from the horizon or sea horizon ) . +Ginnosuke TAMURA ( born on August 30 , 1856 and died on August 20 , 1924 ) was from Iwakitaira Domain and a member of the Shinsengumi . +ABE no Obimaro ( year of birth and death unknown ) was an aristocrat in the early Nara period . +Here , shoen ( manors ) , scattered across Japan , except Hokkaido , from ancient times to medieval times are listed . +MINAMOTO no Kunimasa ( year of birth and death unknown ) was a Busho ( Japanese military commander ) at the end of Heian period . +Shobuyu is the bathwater heated with iris roots and leaves in it on Tango no Sekku ( Boys ' Day ) of May 5 . +Yoshitada TAKAHARA ( March 1892 - June 12 , 1989 ) was a Shinto priest in Japan . +The Roei Hyakushu ( a hundred medieval Japanese court songs ) is a set of waka written while keeping with a theme set by using verses in various anthologies like the Wakan Roei Shu ( Collection of Japanese and Chinese Court Songs ) . +Imperial Princess Kinshi ( 890 - April 12 , 910 ) was a member of the Imperial Family and a princess during the Heian period . +Kunishige YURA ( 1550 - February 15 , 1611 ) was a busho ( Japanese military commander ) from the Sengoku period ( period of warring states ) ( Japan ) to the early Edo period . +Toraken is a game played in three Japanese rooms divided by closed Fusuma ( Japanese sliding door ) where people choose to wear or hand a tiger costume , women 's clothes ( implying Torajo , literally , a tiger woman , the mother of Watonai , another name of Seiko TEI - Zheng Chenggong or musket - implying Watonai or Kiyomasa KATO ) and wait until the fusuma is opened , and they run off to decide who wins . +Matoi were used by fire brigades in the Edo Period , and it expressed their own " kumi " ( brigade ) . +Toshiyoshi KAWAJI ( June 17 , 1834-October 13 , 1879 ) was a police bureaucrat and army soldier from the late Edo period to early Meiji period . +Japanese Court caps are headgear for Court nobles and adult samurai to wear when they visit the Imperial Palace . +" Kanayamahiko-no-kami " is a god ( Shinto ) appearing in Japanese Mythology . +FUJIWARA no Michiyori ( 971-July 16 , 995 ) was a Court noble in the mid Heian period . +Jishi , also called chishi , ( land taxes under the Ritsuryo system ) referred to the land rent which feudal lords imposed on rice fields , fields ( for fruits , vegetables , etc . ) , mountains and forest , salt fields , or residential areas from ancient and medieval periods to the early-modern times . +Koseyama-kofun Tumuli Cluster is a largest-class cluster of tumuli clusters in Japan with approximately 700 tumuli being built on the hilly land of Mt . Kose in Gose City , Nara Prefecture from around the middle of the Kofun period ( Tumulus period ) to the end of the period . +Jade magatama refers to magatama made of jade . +Chataku is a tea bowl saucer . +A shuriken is a small weapon shaped like a sword or needle , thrown at an opponent to diminish the fighting power of an enemy . +Nimame ( boiled beans ) is a type of dish that is prepared by rehydrating soybeans , azuki , or other dried beans and then boiling them with sugar until they are tender . +Kunimitsu HIROHASHI ( July 8 , 1526 - December 10 , 1568 ) was a Court noble during the Sengoku Period ( Period of Warring States ) ( Japan ) and the Azuchi-Momoyama period . +The Kanpyo-Engi Togoku War was a war raised by bandits in the Kanto region in the middle era of the Heian period . +Unpin UMEDA ( July 13 , 1815 - October 9 , 1859 ) was a Confucian scholar in the end of Edo period . +Nichizo ( September 14 , 1269 - December 19 , 1342 ) was a Buddhist priest of the Nichiren sect who lived from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +Tateki TANI ( March 18 , 1837 - May 13 , 1911 ) was a feudal retainer of the Tosa clan , a military man and a statesman who lived from the end of Edo period to the Meiji period . +KI no Kuimaro ( born in 755 and died on February 12 , 833 ) was a government official in the early Heian period . +FUJIWARA no Sueyoshi ( 1153 - 1211 ) was a Kuge ( court noble ) near the end of Heian Period and the early Kamakura Period . +Fujitsubo is the name created for a fictional empress who appears in the story and whose real name is unknown . +Kishi ( male , 1753 ± 10-year of death was after 1799 ) was an artist of seal engraving who lived during the mid-Edo period . +FUJIWARA no Sadaie ( 1162 - October 3 , 1241 [ September 26 , 1241 in the Julian calendar ] ) was a court noble and poet in the early Kamakura period . +Born in 944 and gone on May 1 , 1005 , TAIRA no Korenaka was a Court noble in the middle of the Heian period . +Kyoto daikan was a post of an officer which was set up in Kyoto in the Edo period under the control of Kyoto shoshidai ( the chief administrator of the imperial capital and of imperial lands ) , mainly administering the finance of the Edo bakufu and the Imperial court in Kinai ( the five kuni in the immediate vicinity of Kyoto ) , such as administrating tenryo ( bakufu-owned land ) , fief of the imperial family , and fief of the nobilities . +Emperor Go-Toba ( August 6 , 1180 - March 28 , 1239 ) ( his reign was August 20 , 1183 - January 11 , 1198 ) was the eighty-second Emperor , being in power during the end of the Heian period to the early Kamakura period . +Jako no ma shiko was one of the licenses of the Imperial Court defined by the Constitution of the Empire of Japan , in order to treat the peerages and government officials for their contributions , and the person who rendered a distinguished service for the Meiji Restoration . +Raiyu ( 1226 - February 7 , 1304 ) was a Shingon Sect Buddhist monk who lived from the mid- to late-Kamakura period . +The Battle of Ueda is a generic name for the battles between the Sanada clan and the Tokugawa clan fought around Ueda-jo Castle in Shinano Province ( present day Ueda City , Nagano Prefecture ) and neighboring mountain castles , and around Kan-gawa River that runs north-south in the eastern part of Ueda City , etc . +INGEN Ryuki ( December 7 , 1592 – May 19 , 1673 ) was a Chinese Zen Buddhist priest in the periods of the late Ming Dynasty and the early Qing Dynasty , who was born in Fuqing , Fuzhou of Fujian Province , China ; his secular family name was Hayashi ( 林 ) , and his imperially bestowed titles in Japan were Shinku daishi ( daishi : a great teacher monk ) and Kako daishi ; and he was given special posthumous Buddhist names , Daiko-fusho kokushi ( kokushi : a posthumous Buddhist title given by the Emperor ) , Butsuji-kokan kokushi , Kinzan-shushutsu kokushi , and Kakusho-enmyo kokushi . +Naratu hiko-jinja Shrine is a Shinto shrine located in Nara City , Nara Prefecture . +Sonyu OTANI ( August 19 , 1886 - August 1 , 1939 ) was a priest and statesman of Jodo shinshu ( the True Pure Land sect of Buddhism ) . +FUJIWARA no Manatsu ( 774 - December 2 , 830 ( November 10 , 830 by the old calendar ) ) was an aristocrat from the Nara to early Heian Periods . +Kendo KOZONE ( male , June 13 , 1828-November 27 , 1885 ) was a seal-engraver from the last stage of the Edo period to the Meiji period in Japan . +Atago-jinja Shrine is a Shinto shrine located in Ukyo Ward , Kyoto City . +Norihiro OUCHI ( May 11 , 1420 - October 2 , 1465 ) was Shugo ( Military Governor ) Daimyo in the middle of the Muromachi period . +A Duke or Prince is the highest of the five peerage ranks . +The Asukai is a branch family of the Nanba family in the FUJIWARA no Morozane line of the Northern House of the Fujiwara clan . +Yorimoto GOJO ( 1290 - June , 1367 ) was a Court noble during the period of the Northern and Southern Courts ( Japan ) . +Tsunesue IMADEGAWA ( December 31 , 1594 - March 18 , 1652 ) was Kugyo ( court noble ) in the early Edo period . +Suenaga TAKESAKI ( 1246 - around 1314 ) was a gokenin ( an immediate vassal of the shogunate ) of the Kyushu region who lived during the middle of the Kamakura Period . +Sankin-kotai is one of the Edo bakufu ( Japanese feudal government headed by a shogun ) ' s system that obligated daimyo ( Japanese feudal lords ) to reside in Edo periodically . +Tokugawa Shogunate Family was the head family of Tokugawa ( the head family of the Tokugawa clan ) and a family of Seii taishogun ( literally , " the great general who subdues the barbarians " ) in the Edo bakufu . +Nuhi refers to one of the positions of Senmin ( unfree people ) against Ryomin ( free people ) under the ritsuryo system ( the system of centralized government based on the ritsuryo code ) , and was equivalent to a servile class . +Jisho-ji Temple ( a sub-temple of Shokoku-ji Temple ) is located in Sakyo Ward , Kyoto City , Kyoto Prefecture and is associated with the typically Higashiyama Bunka Rinzai sect Shokoku-ji School . +Hossho-ji Temple is part of the Seizanzenrin-ji School , Jodo Sect , in Higashiyama-ku Ward , Kyoto City . +SHIMOTSUKENU no Inamaro ( year of birth unknown-January 13 , 772 ) was a noble who lived during Nara period . +Kuniyoshi UTAGAWA ( January 1 , 1798 - April 14 , 1861 ) was an Ukiyo-e artist who lived during the end of the Edo Period . +Karesansui ( dry landscape ) is a style of Japanese garden or Japanese painting . +Tsukisara no Ki ( tsukisarasaku , tokisara no ki , tokisara saku ) ( system of stockades ) was a josaku ( official defense site ) in Koshi Province during ancient Japan . +Horikawa Gojo is the intersection and the surrounding area in Sensui-cho , Shimogyo Ward , Kyoto City , Kyoto Prefecture . +Shinkei ( 1406 - May 29 , 1475 ) was a Buddhist priest of the Tendai Sect and also a renga poet ( linked-verse poet ) in the middle of the Muromachi period . +Muko City is a city in Kyoto Prefecture . +Kumiyama Notteko Bus is a community bus which is managed by Kumiyama-cho , Kuse-gun , Kyoto Prefecture . +Shikaku NAKAMURA is one of the myoseki ( family names ) of kabuki actors . +Nobutora TAKEDA was a busho ( Japanese military commander ) in the Sengoku period . +Oni is a Japanese specter . +Sanetsura OGIMACHI ( August 26 , 1720 - October 25 , 1802 ) was Kuge ( court noble ) of the middle of Edo period . +TAIRA no Tadafusa ( year of birth unknown - January 15 , 1186 ) was a busho ( Japanese military commander ) who lived during the end of the Heian period . +Ryusa KONISHI is a wealthy merchant in Sakai City between Sengoku period ( period of Warring States ) ( Japan ) and the Azuchi-Momoyama period . +Yosotarashihime was the Empress of Emperor Kosho , one of the eight emperors who reigned during the Kesshi-Hachidai ( Eight Undocumented Sovereigns ) . +Ken asobi is a competitive game between two people that uses spread or closed hands or the reflection of fingers . +Chozubachi originally referred to a bowl holding water for people to purify themselves by rinsing out their mouths before the altar of a shrine or a temple . +Sadafuji NIKAIDO ( 1267 - January 31 , 1335 ) was the gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) at the end of Kamakura period . +Shinjitsu ( years of birth and death unknown ) was a monk at the end of the Heian period . +Antique Kimono refers to Kimono made before the beginning of the Showa period and particularly in good condition . +Ujiharu HOJO was the fourth lord of the Sayama Domain in Kawachi Province . +MINAMOTO no Yoshimoto ( year of birth unknown - 1180 ) was a late Heian-period military commander of the Kawachi-Genji ( Minamoto clan ) . +MINABUCHI no Shoan ( dates of birth and death unknown ) was a monk studying abroad in the Asuka Period . +" Horyakukanki " is a history book which was completed during the Japanese middle ages , the Northern and Southern Dynasties period . +Entairyaku is a diary of Kinkata TOIN , a court noble called ' Nakazono Dajodaijin ' ( Grand Minister ) in the period of the Northern and Southern Courts ( Japan ) . +Yoshino Tayu II ( April 10 , 1606 - October 7 , 1643 ) was a Tayu of Shimabara ( later moved to Shimabara ) , who was said to have been born near the Hoko-ji Temple in Kyoto , and her real name was Tokuko MATSUDA . +Renso no gi is a funeral of an imperial member . +Shiro NOMURA ( 1936 - ) is a currently active Nohgakushi ( Noh actor ) playing shite ( the principal roles ) of Kanze-ryu school . +The Rito party was a political party that supported the Meiji government at an early Imperial Diet during the mid-Meiji period . +Okitsugu TANUMA was a samurai and daimyo ( Japanese feudal lord ) of the middle Edo period . +Modern gagaku is a form of newly created modern music that uses partial compositions and some instruments of gagaku , which is a traditional music of ancient Japan . +Nobukata ODA +Okuchi bakama is red-colored wide sleeve hakama which is worn as underwear of the outer hakama for sokutai shozoku ( traditional ceremonial court dress ) . +TAIRA no Yoshikado ( year of birth and death unknown ) was legendary busho ( Japanese military commander ) said to have lived in the mid-Heian period , or a specter . +Gyoa ( yesr of birth and death unknown ) was a Kokugaku scholar , who lived during the Kamakura period . +Sanpogakuso was an organization for handing down gagaku ( Japanese ancient court music and dance ) , established as a system in the early Edo period and each ho ( one office ) consisted of 17 musicians and , therefore , sanpogakuso consisted of 51 musicians in total . +Masatomo KUSUNOKI ( 1516 - 1576 ) was a busho ( Japanese military commander ) in the Sengoku period . +Tadayuki HIROHATA ( 1622 - December 9 , 1669 ) was a court noble in the Edo period . +Yatsuhashi refers to one of the Japanese-style confectioneries . +Tameyasu KATAGIRI ( year of birth and death unknown ) was a samurai in the closing years of the Heian period . +FUJIWARA no Kurajimaro ( 734 - 5 August 775 ) was a noble in the Nara Period . +" Onriedo ( also called Enriedo ) , " a term associated with the Jodo ( Pure Land ) sect , is often used to express an antithesis with Gongujodo ( seeking rebirth in the Pure ) . +Kumano Sanzan Kengyo was a post to govern Kumano Sanzan ( three major shrines , Kumano-Hongu-Taisha , Kumano-Hayatama-Taisha and Kumano-Nachi-Taisha ) and was established above Kumano betto ( the title of an official who administered the shrines at Kumano ) at the beginning of the the 11th century . +Fuzoku Hakubutsukan is a private museum about the " Genji Monogatari " ( The Tale of Genji ) , and is located on the fifth floor of Izutsu Building , Shimogyo Ward , Kyoto City , Kyoto Prefecture . +Sadanao MATSUDAIRA ( February 29 , 1660 - November 24 , 1720 ) was a daimyo ( Japanese territorial lord ) in the Edo period . +Okowa refers to rice served as a meal cooked by steaming glutinous rice . +Imperial Prince Tametaka ( 977 - July 31 , 1002 ) was a member of the Imperial family during the mid Heian period . +Tamemasa REIZEI ( 1362 - February 10 , 1417 ) was a kugyo ( court noble ) and a poet who lived in the Muromachi period . +Nichiu ( May 18 , 1402 - November 10 , 1482 ) was a priest during the mid Muromachi period who was the head of Taiseki-ji Temple from 1419 to 1467 and again from 1472 to 1482 . +TAIRA no Nagahira ( year of birth unknown - around 1056 ) was from a local ruling family in Igu county , Mutsu province and he called himself Juro Igu . +Katsuragimiagata-jinja Shrine is a Shinto shrine located in Katsuragi , Katsuragi City , Nara Prefecture ( former Shinjo-cho ) . +Suzuri is a stationery made of stone or kawara ( the clay tile of the roof ) that sumi ( ink ) stick is ground on it with water . +Nobuatsu NAGATANI ( March 30 , 1818 - December 26 , 1902 ) was a kugyo ( the top court officials ) and politician belonging to the peerage ( viscount ) from the end of Edo period to the Meiji period . +" Tandai " ( 探題 ) is a position set in a Buddhist temple . +Sakurai Chausuyama Kofun is a huge keyhole-shaped mound constructed in the beginning of the early Kofun period located in Sakurai City , Nara Prefecture . +Ujizane IMAGAWA was a warlord of Suruga Province . +Sadaoki ISHII ( March , 1842 to October 26 , 1877 ) was a feudal retainer of the Saga Domain of Hizen Province and a local official from the end of Edo Period to the early Meiji period . +Taro Narikane KANZAKI ( year of birth and death unknown ) settled in Akune-in ( Akune City ) from the domain of Takae and took a daughter of 司執印氏図嘉房 at Nitta-jinja Shrine ( Satsumasendai City ) to wife , and changed his name from Kanzaki to ' Taro Narikane AKUNE . ' +Sueki is earthenware which was produced during periods from Kofun to Heian in Japan . +The three typical Tenmangu Shrines are collectively called as " Nihon Sandai Tenjin " or the Three Great Tenjins of Japan . +Yakushi-do hall is the name of a Buddha hall of which a statue of Yakushi Nyorai ( Bhaisajyaguru ) is the principal image . +Ohana refers to the money and other valuables used for congratulatory gifts or for religious offerings . +FUJIWARA no Aritsuna ( date of birth unknown -1082 or 1086 ) was a retainer of the Imperial Court , scholar , and Chinese-style poet in the late Heian period . +Imperial Prince Kuninobu FUSHIMINOMIYA ( Mayl 3 , 1566 - January 6 , 1622 ) was a prince of imperial blood who lived from the Sengoku ( warring states ) period into the early Edo period . +Yasutane MAKUWARI ( c.1398 - November 28 , 1456 ) was a warlord during the Muromachi period . +Tsukiyama Tumulus located at of Aza Shiroyama , Tsukiyama , Yamatotakada City , Nara Prefecture , is the ancient Japanese tumulus of a circular shape rear-end with a rectangular frontage . +Naritsugu ( Narutsugu ) ANEGAKOJI ( 1470 - July 7 , 1518 ) was a warring lord who lived during the early Sengoku period and the legitimate son of Mototsuna ANEGAKOJI . +Fusatomo KOIDE ( 1618 - February 25 , 1695 ) was the second feudal lord of Sonobe Domain in Tanba Province . +King ( O , miko , or okimi in ancient time ) is one of the positions or titles of the Imperial family . +Shigenaga ASUKE ( year of birth unknown - 1181 ? ) was a Busho ( Japanese military commander ) at the end of Heian period . +Ukanomitama is a deity that appears in Japanese Mythology ( Shinto religion ) . +Nori is a general term for edible algae such as red alga , green alga , cyanobacteria ( blue-green alga ) and so on . +Kankiko-ji Temple is a Buddhist temple belonging to the Ji Sect located in Yamashina-ku Ward , Kyoto City . +Sake yeast is the generic term referring to yeasts used for brewing sake ( Japanese liquor ) . +Okame is the face or mask of a woman who has a short nose and swollen round cheeks . +" Shofu-haikai " is the word for the concept of haikai ( seventeen-syllable verse ) which Basho MATSUO completed . +Tsuneaki KAJUJI ( or KASHUJI ) ( 1298 - February 6 , 1373 ) was a court noble during the period of the Northern and Southern Courts . +Kunimichi KITAGAKI ( September 17 , 1836 - January 16 , 1916 ) was a statesman and baron of the Meiji period . +The term " Sechi-e " means official events held at the Japanese Imperial Court on the day of Sekku ( seasonal festivals ) etc. with the attendance of the Emperor and a large number of his subjects . +An unequal treaty is a category that is formed on the basis of the nature of the treaty , under which one state does not approve the enforcement of authority by another state over nationals of the former state . +Ukiyo Zoshi is one of the major literary forms in the early Kinsei Bungaku ( Japanese Edo period literature ) . +Oden is a type of boiled and seasoned food in Japanese cuisine . +Norito WASA was a feudal retainer of Kishu Domain in the early Edo period . +The maternal relative is a family member of the mother or the consort of the emperor or the king . +Hisatsu-hime ( 比佐津媛 ) is a goddess enshrined in Yoso-jinja Shrine in Oaza-Hidaka , Hita City , Oita Prefecture . +Yoriharu HOSOKAWA ( c . 1304 - March 14 , 1352 ) was a busho ( Japanese military commander ) who lived from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +Shogun-kokenshoku is one of the three key posts in Edo shogunate created in the final years of the Edo period , along with Seiji sosaishoku ( president of political affairs ) and Kyoto shugoshoku ( military governor of Kyoto ) . +The Nanbokucho era ( the period of the Northern and Southern Courts ) in Japan refers to one subsection of medieval Japanese history . +Daio ohi was a grandmother to the king and mother of the previous king . +FUJIWARA no Morinori ( year of birth and death unknown ) was a retainer of the Imperial court during the late Heian period . +Kunimitsu HINO ( 1320-1363 ) was a court noble in the period of the Northern and Southern Courts . +Yakushiji Kichijoten zo is a portrait of Kisshoten ( Laksmi ) from the Nara period and is a possession of the Yakushi-ji Temple in Nara prefecture . +Mikoshi togyo refers to a Shinto ritual where a mikoshi ( portable shrine ) parades to pray for happiness of people lining the path of the parade . +Saga-Arashiyama Station , located in Saga Tenryuji Kurumamichi-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Sanin Main Line ( Sagano Line ) , which is operated by the West Japan Railway Company ( JR West ) . +Masaka WATANABE ( August 29 , 1776 - October 23 , 1840 ) was a scholar of Japanese classical literature and Shinto priest in the Edo period . +Saikyuki ( Saiguki ) was a book on Yusoku kojitsu ( court and samurai rules of ceremony and etiquette ) and rites , which was compiled by MINAMOTO no Takaakira during the Heian period . +Shokaku ( 1057 - April 21 , 1129 ) was a Buddhist monk of Shingon sect in the late Heian period . +Sanenobu SAIONJI ( 1496-October 11 , 1541 ) was Kugyo ( top court official ) who lived from the Muromachi period to the Sengoku period . +Keiken ( year of his birth and death is not clear ) was a Buddhist monk cum waka poet in the period of the Northern and Southern Courts ( Japan ) . +Mameitagin is a name for silver coins circulated in the Edo Period . +Tozo NAKAMURA is one of the professional names of Kabuki . +Doji ( year of birth unknown - November 14 , 744 ) was a priest of the Sanron sect ( Madhyamika school founded originally by Nagarjuna , which was brought in from China in 625 by Ekwan and was headquartered in Horyu-ji Temple in Nara , the sect belonging to the Provisional Mahayana school ) , who lived in the Nara period . +Jikkoku-bune Boat is a pleasure boat operated by Fushimi Yumekobo Co . , Ltd. funded by 55 companies including Gekkeikan Sake Co . , Ltd . +Kinkoto IMADEGAWA ( September 14 , 1738 - October 7 , 1776 ) was Kugyo ( a Court noble ) in the middle of the Edo period . +Baigyoku NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +Yukisada NIKAIDO ( 1269 - March 3 , 1329 ) was a Mandokoro Shitsuji ( chief of Mandokoro , the Administrative Board ) in the Kamakura Period . +Doshisha Women 's College of Liberal Arts is a Protestant college comprising four faculties and ten departments , having been reorganized in 1949 as a successor of the former Advanced Course of Doshisha Girls ' School . +" Japanese tea " is the term used in daily conversation and refers to ' tea of Japan , ' that is , ' tea made in Japan ' or ' a kind of tea which is often drunk in Japan . ' +Amanohabaya is an arrow described in the " Kojiki " ( The Records of Ancient Matters ) , " Nihonshoki " ( Chronicles of Japan ) and mythology . +Umewaka-ryu school refers to a school of Noh play which existed only for a period from 1921 to 1954 . +Shushi KISHITSU ( date of birth unknown-November 8 , 688 [ according to the old calendar ] ? December 5 , 688 ? ) , who was from a noble family in Baekje in the seventh century , went into exile in Japan after the Battle of Hakusukinoe . +Yoshimichi ISSHIKI ( date of birth unknown - 1579 ) was a Busho ( Japanese military commander ) and Daimyo ( Japanese territorial lord ) in the Sengoku ( Warring States ) period ( Japan ) and Azuchi-Momoyama period . +The Tsutsumi family was a court noble family with the court rank of Meike . +Hatamoto-yoriaiseki was kakaku ( family status ) of high-ranking hatamoto with income of 3,000 koku or greater without official appointment , or retirees ( known as yakuyoriai ) who possessed social standing higher than hoi ( those with the rank who wore clothes that did not bear family crests ) in the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Honinbo Shuho ( 1838 - October 14 , 1886 ) was an Igo ( board game of capturing territory , also called Go ) player from the Edo to the Meiji period . +Shirogoro SAWAMURA is a Kabuki actor 's professional name . +Iga school is one of the most famous schools of Ninjutsu as well as Koga-ryu school . +The Nenyo was an official position during the middle ages in Japan . +The Sawayama Domain was in Omi Province ( now Furusawa-cho , Hikone City , Shiga Prefecture ) . +Kuhon-ji Temple , located in Nantan City ( former Sonobe-cho , Funai County ) , Kyoto Prefecture , is a temple of the Omuro school of the Shingon sect . +Takakuni TODO was the sixteenth ( last ) lord of the Ise Hisai domain +Ujitsuna UTSUNOMIYA ( 1326 - July 28 , 1370 ) was a military commander in the end of Kamakura period through the period of the Northern and Southern Courts ( Japan ) . +Shimogamohigashi-dori Street is a street running south-north through Sakyo Ward , Kyoto City . +Mansaku NOMURA ( the second ) ( a kyogen performer , June 22 , 1931 - ) was born in Tokyo . +Rokusonno-jinja Shrine is a Shinto shrine located in Minami-ku Ward , Kyoto City ( Kyoto City ) . +Kado is a skill and performing art which has been passed down in a specific family for generations . +Ogawatsuki-jinja Shrine is located in Umaji-cho , Kameoka City , Kyoto Prefecture . +Kindai shakaku seido is a shrine ranking system that was newly established after the Meiji Restoration , being modeled after the system stipulated in the Engishiki ( an ancient book for codes and procedures on national rites and prayers ) under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +The Omi Komuro Domain was a domain which existed in Komuro , Azai County , Omi Province ( Present : Komuro-cho , Nagahama City , Shiga Prefecture [ Previous : Azai-cho , Higashiazai County ] ) . +Bonenkai ( literally , forget-the-year party ) is an annual event held at the end of the year by an organization or group to give those attending a chance to look back at the past year and show their appreciation for the hardships they have each endured , before forgetting the current year and committing themselves to making a fresh start in the upcoming year . +The Heiji Rebellion ( Heiji no ran ) , which began on January 19 , 1159 in Heian period , was a coup d 'etat that occurred because of antagonism among the close vassals of the retired emperor . +Tsuka ( mound ) means a raised round site higher than its surrounding land surface , specifically , it means an elevation made of a pile of something , a small mountain , a hill and an ancient burial mound . +Emperor Kinmei ( 509 - May 24 , 571 ) was the 29th emperor of Japan ( the reign : December 30 , 539 - April 15 , 571 [ old calendar ] ) . +Azuke means a way of detention pending trial or punishment in Bukeho ( the law system for the samurai society and the military government ) in which a person is interned in some private citizen 's place such as relatives . +Meike ( also pronounced Meika ) was one of the kakaku ( family status ) of kuge ( court noble ) established after the Kamakura period and it was of equal rank to the House of Urin and positioned in a higher rank than hanke ( a kind of family status of the Court nobles ) ( kuge ) . +Shugai Sanjurokkasen is a collection of poems by 36 poets from the Muromachi period to the early Edo period following the example of Sanjurokkasen ( 36 Master Poets ) . +TACHIBANA no Toshimichi was the lord of the Kamachi fiefdom in Chikugo Province . +Naisogata was one of the legal institutions set up in the early stage of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Segaki is a title of a Buddhist mass . +Hiki no ama ( years of birth and death unknown ) was a woman who lived in the last years of Heian period . +Heichu monogatari ( The Tale of Heichu ) ( written 平中物語 or 平仲物語 ) is a story told through poems that was completed during the Heian period . +Tenchu-gumi Incident ( " Tenchu-gumi no hen " in Japanese ) was an incident that occurred at the end of the Edo period ; it was carried out by a group of people called Tenchu-gumi ( Heavenly Avenging Force ) consisting of a bunch of ronin ( masterless samurai ) who were Sonno Joi ha ( supporters of the doctrine of restoring the emperor and expelling the barbarians ) including Torataro YOSHIMURA ; this group rose to action in Yamato Province having a court noble Tadamitsu NAKAYAMA as the commander-in-chief on September 29 , 1863 and was subsequently put down and destroyed by the army of the Edo bakufu ( Japanese feudal government headed by the shogun ) . +Muneakira MATSUDAIRA ( also known as Muneakira HONJO ) ( August 10 , 1782 - September 20 , 1840 ) was a daimyo ( Japanese feudal lord ) and a roju ( member of shogun 's council of elders ) who lived during the Edo period . +The term kominka refers to traditional Japanese houses , especially ones built a long time ago . +Yukitsuna TADA was a busho ( Japanese military commander ) in the end of Heian period . +Hanpen is kneaded fish cake made of fish such as suketo cod ( Alaska Pollock ) mixed with grated yam with seasonings , which is then made into thin squares or half moon shapes and boiled . +Shichinosuke NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +Kinmitsu SAIONJI ( 1622 - September 4 , 1651 ) was Kugyo ( a Court Noble ) in the early Edo period . +Takeda-ryu is one of the schools of the Kyuba-gunrei Kojitsu ( Japanese ancient practices of customs about archery , equestrian and military etiquette ) . +Kugoin ( Division of rice for the Emperor ) refers to an auxiliary organization of Oiryo ( Bureau of Palace Kitchens under the Ministry of the Imperial Household ) . +Inooku-koen is a city park located in Senzoku in Miwa-cho , Fukuchiyama City , Kyoto Prefecture . +Uji City Botanical Gardens are located in Uji City , Kyoto Prefecture . +MINO no Ishimori was a person of the Nara period . +The Sanjunoto is one of the styles of Buddhist pagoda that hold Shari ( Buddha 's relics ) of Buddha , the founder of Buddhism . +Hanako ( Real name : Hisa OTA ; May 7 1868 to April 2 , 1945 ) was a Japanese actress and dancer who enjoyed a flourishing career in Europe from Meiji period to early Showa period . +Miyuki ( The Imperial Progress ) is one of the 54 chapters of " The Tale of Genji . " +Yoshisuke AYUKAWA ( November 6 , 1880 to February 13 , 1967 ) was a Japanese entrepreneur and statesman . +Senko-ji Temple is a Buddhist temple belonging to the Daigo school of the Shingon sect situated in Heguri-cho , Ikoma County , Nara Prefecture . +The Edict on Change of Status was an edict with three articles issued in 1591 by Hideyoshi TOYOTOMI . +We would like to describe the history of steam locomotives in Japan . +Egyo ( the year of birth and death unknown ) was a Japanese monk and a poet who lived during the mid-Heian period . +KOSE no Tokuta ( 巨勢徳多 ) ( ? - February 20 , 658 ) was a statesman in the Asuka period . +Emperor Higashiyama ( October 21 , 1675 - January 16 , 1710 ) was the hundred and thirteenth Emperor during Edo period . ( his reign was May 6 , 1687 - July 27 , 1709 ) +Masaru INOUE ( August 25 , 1843 , to August 2 , 1910 ) was a samurai in the Edo Period ( a feudal retainer of Choshu Domain ) and a bureaucrat in the Meiji Period . +Shigaji BANDO is the myoseki ( family name ) of Shigaji Sect , Bando school , one of the five major schools in Nihon Buyo ( Classical Japanese Dance ) . +Genho was a Buddhist priest in the Nara period . +Rangaku is a general term for European art and science , culture and skills imported into Japan through the Netherlands in the Edo period . +" Onnagoroshi Abura no Jigoku " is a play created by Monzaemon CHIKAMATSU , and has been performed at ningyo joruri ( traditional Japanese puppet theater ) . +Kazuyoshi OTA ( ? - 1617 ) was an Azuchi-Momoyama era military commander ( and daimyo ) . +Kyuan Hyakushu is the Hundred-Poem sequences developed by the command of Sutokuin in 1150 during the late Heian period . +Imperial Princess Ohara ( year of birth unknown - February 14 , 863 ) was a member of the Imperial Family during the first half of the Heian period . +OE no Yoshitoki +Rokujo no Miya is Miyake ( house of an imperial prince ) thought to have existed in the Kamakura Period . +Imperial Defense Policy was the basic guidelines for military strategy in the Empire of Japan . +Imperial Princess Atsuko ( year of birth unknown - February 19 , 930 ) was a member of the Imperial Family during the mid Heian period . +The Ichikaiso Government was a politically prominent group in Kyoto , the center of politics at the end of the Tokugawa Shogunate ; it was formed of Kinri-goshuei-sotoku ( Governor-general of the inner palace 's guard ) Sekkai-bogyo-shiki ( Commander of the coastal defense of Osaka-wan Bay ) Yoshinobu HITOTSUBASHI , Kyoto-shugoshoku ( Military governor of Kyoto ) Katamori MATSUDAIRA from the Aizu clan , and Kyoto-shoshidai ( Deputy for Governor-general of Kyoto ) Sadaaki MATSUDAIRA from the Kuwana clan . +Akitsuna INA ( year of birth unknown -1600 ) was a busho ( Japanese military commander ) in the Azuchi-Momoyama period . +Agata no Inukai no Hirotoji ( year of birth unknown - November 8 , 762 ) was the wife of Emperor Shomu . +Kakukai Enjo ( date of birth unknown - August 12 , 1345 ) was a woman who lived from the end Kamakura period to the early period of the Northern and Sothern Courts ( Japan ) . +Junsai ( Brasenia schreberi ) is perennial hydrophyte . +Ryuteki flute is a wind instrument used in the performance of gagaku ( ancient Japanese court music ) . +Nagayoshi / Chokei MIYOSHI was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +The honzon ( the principal object of worship ) in Nichiren Shoshu Buddhism is the Honmonkaidan-no-Daigohonzon ( usually called the Lotus Mandala ) . +Yoshinaga OUCHI was Sengoku daimyo ( Japanese territorial lord in the Sengoku period ) in the provinces of Suo and Nagato . +Himono ( dried fish ) is a generic term for processed foods made by drying various sea foods such as fish . +Azuchi-jo Castle was a flatland-mountain Japanese castle ( hirayamajiro ) located at present Shimotoira , Azuchi-cho , Gamo County , Shiga Prefecture . +" Kurama Tengu " is the title of the series of historical novels written by Jiro OSARAGI in Taisho and Showa periods , as well as the name of its protagonist . +Tamago kake gohan is a rice food prepared by mixing a raw hen 's egg and rice and seasoning it with a small amount of soy sauce . +" Yorifune " meant ships drifting or drifted ashore and their loads after having met with some mishaps in the medieval and modern times in Japan . +Sukenaga JO ( year of birth unknown-1181 ) was a busho ( Japanese military commander ) lived in the end of Heian period . +Suehide OGIMACHI ( 1548-July 28 , 1612 ) was a kuge from the Azuchi-Momoyama period to the early part of the Edo period . +Soy sauce dumpling +Sueto KODAIRA ( year of birth and death unknown ) was a busho ( Japanese military commander ) in the Sengoku period ( period of Warring States ) , and served Suehiro KAKIZAKI as a senior vassal . +Bakefurugeta or Baketafurugeta is one of Japanese specters , and a type of Tsukumo-gami ( gods to a variety of things ) that have come to life after geta ( Japanese footwear , wooden clogs ) became old . +Shakanyorai ( Shikyajirai or Shakamuni-butsu ) is a title of respect for Shaka ( Kudonshittaruta , Gautama Siddhaartha in Sanskrit , Gotama Siddhatthaa in Pali ) , a founder of Buddhism , as Buddha . +Giccho is a game in which one party smashes a wooden ball aimed at the other party 's side by swinging a wooden cane with a wooden mallet head at the end . +Kotoamatsukami refers to the five deities that appeared at the Creation according to the Kojiki ( The Records of Ancient Matters ) . +Rensho ANDO ( 1239 - February 18 , 1329 ) was a busho ( Japanese military commander ) in the late Kamakura period who was a low-level bureaucrat ( Miuchibito ( private vassals ) of the Tokuso family of the regent Hojo clan of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +The Rokkaku-dori Street is a street running east-west through Kyoto City . +Kantaro NAKAMURA was the stage name of several Kabuki actors . +The Nenge misho ( heart-to-heart communication ( lit : holding a flower and subtly smiling ) tradition is a Zen legend that holds that , Zen teachings extend from a linage that goes back to the sage Shakyamuni . +An incident in which Kashitaro ITO , a staff officer of the Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) , and others were assassinated . +Kendo means Budo ( martial art ) , which was introduced as a competitive sport through the reorganization of Gekken ( swordsmanship ) , which was the Shinai ( bamboo sword ) training of Kenjutsu ( swordplay ) , a time-honored Japanese Bujutsu ( martial art ) ; also , it 's a way or ascetic training aiming at character-building through the practice of the Ken ( sword with two sharpened edges ) principle . +Imperial Prince and Monk Ryojun ( January 18 , 1604 - August 27 , 1669 ) was a member of the Imperial family of the early Edo Period . +Born in 942 and gone on July 23 , 992 , FUJIWARA no Tamemitsu was a court noble in the middle of the Heian period . +" Kocho-Junisen " is a collective term for twelve kinds of copper coins cast in Japan during the period from 708 AD to 963 AD . +Saneakira HASHIMOTO ( December 3 , 1809 – October 8 , 1882 ) was a court noble who was active from the late Edo period to the end of Edo period . +MINAMOTO no Hikohito was a member of the Imperial Family in the Kamakura period ( His birth year is unknown and his date of death was May 12 , 1298 ) . +Shoden-ji Temple is a Buddhist temple belonging to the Nanzen-ji School of the Rinzai Sect located in Nishigamo , Kita-ku Ward , Kyoto City . +Ukifune is one of the fifty-four chapters of " The Tale of Genji . " +Aikata is a term used in the fields of classical Japanese music and dance . +Goshin Genmyo ( male ) ( 1713 - August 31 , 1785 ) was a Japanese Zen priest , painter , and Tenkoku ( seal engraving ) artist in the mid-Edo period . +The Kyureki is a diary by Minister of the Right FUJIWARA no Morosuke , a court noble in the mid-Heian period and the ancestor of the Kujo lineage , one of the styles of court protocol . +Arisugawa no Miya Imperial Prince Taruhito ( March 17 , 1835 - January 15 , 1895 ) was a member of the Imperial family , a politician , and a military officer between the last days of Edo bakufu ( Japanese feudal government headed by a shogun ) and the Meiji period . +Yoshitoshi SHIBA ( 1435 - December 18 , 1508 ) was a shugo daimyo ( a Japanese provincial military governor who became a feudal lord ) in the late Muromachi period . +" Maizuru " is a limited express train operated by the West Japan Railway Company ( JR West ) between Kyoto Station and Higashi-Maizuru Station via the Sanin Main Line and Maizuru Line . +Yoichi USHIHARA ( March 25 , 1924 – February 7,1977 ) was a movie director in the Showa period . +Katsuyori TAKEDA was a busho ( Japanese military commander ) and a Sengoku daimyo ( Japanese territorial lord ) in Kai Province from the Sengoku period ( period of warring states ) ( Japan ) to Azuchi-Momoyama period . +Tamehisa REIZEI ( February 3 , 1686 - October 8 , 1741 ) was a Japanese poet . +Sakuden ANRAKUAN ( 1554 - February 7 , 1642 ) was a Jodo ( Pure Land ) sect monk who lived from the Azuchi-Momoyama period into the beginning of the Edo period . +Saiten is a ritual wherein the god of Heaven is worshipped . +The stuffed bell pepper is a dish made with ground meat and bell peppers . +The Kyoto Conference is a common name of the conference which is held in Kyoto ( Kyoto City , Kyoto Prefecture ) . +Hashimoto Station , located in Yawata City , Kyoto Prefecture , is a railroad facility on the Keihan Main Line , which is operated by the Keihan Electric Railway . +Wakae Hachinin-shu is a popular term for the group of elite retainers of Hidetsugu TOYOTOMI . +Seibe KAWANISHI ( September 7 , 1865 – November 19 , 1947 ) was a Japanese industrialist . +Igo no sei is a spirit of Igo which is described in old books and so on from the Edo Period . +The Fukuchiyama Domain was located in Amada County in Tanba Province ( present-day Naiki , Fukuchiyama City , Kyoto Prefecture ) . +" Shin Shoku Kokin Wakashu " is an anthology compiled by imperial command in the Muromachi period . +OTOMO no Yakamochi ( c.718 - October 5 , 785 ) was a politician and kajin ( waka poet ) who lived during the Nara period . +The Kusatsu Line is a railway line ( arterial line ) of the West Japan Railway Company ( JR West ) that runs between Tsuge Station in Iga City , Mie Prefecture , and Kusatsu Station ( Shiga Prefecture ) in Kusatsu City , Shiga Prefecture . +Mitsuyo URAMATSU ( December 12 , 1736 - August 31 , 1804 ) was a scholar of Yusoku kojitsu ( studies in ancient court and military practices and usages ) and Kugyo ( high court noble ) , who lived during the Edo Period . +" Mito-jinja Shrine " is a shrine in Teradamitosaka , Joyo City , Kyoto Prefecture . +Junzo GO ( June 12 , 1825-December 2 , 1910 ) was a Japanese warrior and shogun 's retainer , a bureaucrat of Ministry of the Treasury and statesman . +Saisekki ( microlith ) is a kind of chipped stone tools , which is small and is characterized by a cutting edge . +Hari ( needle ) -kuyo is an event to hold a memorial service for broken sewing needles and offer them to a shrine nearby . +Shingon sect Sennyu-ji school is one of the Shingon line Buddhist schools that belongs to the Kogi Shingon school ( Old Shingon school ) . +Saneoki SANJO ( December 5 , 1756 - October 10 , 1823 ) was Kugyo ( court noble ) in the late Edo period . +Mochiuji ASHIKAGA ( 1398-April 2 , 1439 ) , was the fourth Kamakura kubo ( Governor-general of the Kanto region ) from 1409 to 1439 . +The Yotsutsujinomiya family is one of the houses of Imperial princes that existed during the Kamakura Period . +MUNAKATA no Tokuzen was a local ruling family in the Munakata region , Fukuoka Prefecture . +Jingikan ( Jingikan / kamizukasa / kanzukasa ) was a state organization in Japan . +Chushojima Station , located in Yoshijima Yagura-cho , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a facility of Keihan Electric Railway . +Misho school is one of the schools of flower arrangement , founded by Ippo MISHOSAI . +Imperial Princess Ujiko ( year of birth unknown - May 23 , 885 ) was a member of the Imperial Family during the first half of the Heian period . +MINAMOTO no Ienaga ( 1170 ? - 1234 ) was a noble and poet in the beginning of the Kamakura period . +Takasada KUKI ( 1729 - January 6 , 1781 ( December 12 , 1780 in old lunar calendar ) ) was the fifth lord of the Ayabe Domain , Tanba Province . +KAKINOMOTO no Hitomaro ( male , c . 660 to c . 720 ) was a poet in the Asuka period . +The dichotomy of ' hare and ke ' is a traditional world-view of Japanese people accompanied by time theory . +Shorin-in Honen-ji Temple is a Buddhist temple of the Jodo ( Pure Land ) Sect located at the foot of Mt . Kagu , one of the three mountains of Yamato . +Hoshi Matsuri is a Buddhist festival celebrating the tonenjo ( also referred to as tonenzokusho , each person 's star of the year ) and honmyojo ( each person 's star of the year of birth ) to ward off evil . +Tenson kigen is a Japanese year-reckoning system which sets the year of tenson korin ( the descent to earth of the grandson of the sun goddess ) as its first year . +Emperor Seinei ( c . 444 - February 27 , 484 ) , who reigned from February 11 , 480 , to February 27 , 484 , was the twenty-second Emperor of Japan . +Yorisada TADA ( ? - September 9 , 1343 ) was a Busho ( Japanese military commander ) in the period of the Northern and Southern Courts ( Japan ) . +Higechaya-oiwake was a point in the Yamashina Basin , where Otsukaido Road diverges from Tokaido ( it was also called Yamashina-oiwake ) . +Originally , Gozu Tenno ( gośīrşa ) was an Indian deity and the guardian deity of Gion-shoja ( the Jetavana monastery ) . +MINAMOTO no Morotada ( 1054 – October 25 , 1114 ) was a court noble in the late Heian Period . +Yasakatome no kami is a goddess in the Shinto religion , Kisakigami ( God Empress ) married to Takeminakata no kami . +Hirofusa SUE ( year of birth unknown - December 27 , 1468 ) was a busho ( Japanese military commander ) in the late Muromachi period . +TAMI no Ohi ( year of birth unknown - September 12 , 703 ? ) was a person of the Asuka era . +Shin ( 臣 ) refers to a retainer who served his lord . +" Wakan Roei Shu " ( Collection of Sung Japanese and Chinese poems ) is a collection of poetry compiled by FUJIWARA no Kinto . +Danjiri is a type of dashi ( float ) or danjiri used at shrine festivals . +Hiiragi-iwashi is a holly sprig with a baked sardine 's head , and Japanese people have a time-honored custom of putting Hiiragi-iwashi at their door on Setsubun ( the traditional end of winter ) to ward off evil spirits . +Green tea ( ryokucha , green tea in English , lchá in Chinese ) refers the one processed by heating treatment to prevent fermentation , within the tea in which produced from tea leaves . +The " Ashio Riot " was an event occurred from February 4 , 1907 to February 7 , that mine workers in Ashio Copper Mine destroyed and set fire to the facilities in the mine . +Hongan ( also called Ubusuna ) refers to the registered address on the family register under the Ritsuryo system ( a system of centralized government based on the Ritsuryo code ) in China , the Korean Peninsula , and Japan . +Genichiro FUKUCHI ( May 13 , 1841-January 4 , 1906 ) was Shogun 's retainer in the end of the Edo period and a journalist , writer and playwright in the Meiji period . +Tsuneyoshi KIKKAWA ( 1132 - 1193 ) was a busho ( Japanese military commander ) who lived during the times between the Heian and Kamakura periods . +Hikokuro TAKAYAMA ( June 15 , 1747 - August 4 , 1793 ) was a thinker who had fostered a theory of reverence for the Emperor at the end of Edo period . +The Sakurai family was a court noble family with the family rank of Urinke . +兵法家 ( reads heihoka / hyohoka ) refers to the following . +Basho MATSUO ( 1644 - November 28 , 1694 ) was a haikai ( seventeen-syllable verse ) poet from present-day Iga City , Mie Prefecture in the early Edo period . +Katsuemon NOSE ( 1638 to November 21 , 1691 ) was a feudal retainer of Okayama Domain with chigyo ( a stipend in terms of rice production of the fief ) of 800 koku ( 222.4 cubic meters ) . +Kikujiro ONOE was a name used by Kabuki actors . +Asuka-kyo ( also known as Asuka no Miyako [ the capital of Asuka ] ) is the name of the ancient capital mainly in the Asuka period , which is believed to be existed in the general area covering present-day Asuka Village , Takaichi County , Nara Prefecture . +Kaiso means to found a temple . +Gien ( aka Giin ; year of birth unknown - November 29 , 728 ) was a priest of Hosso sect of Buddhism ( Japanese equivalent of the Chinese Faxiang sect or Dharma-character school ) , who lived in the Nara period . +TAKASHINA no Tuneshige ( year of birth and death unknown ) was an official serving the Imperial Court in the Heian period . +Shinsosai refers to funeral rites performed by Shinto , Japan 's original religion . +The haori coat is a kind of traditional Japanese clothes . +Amako no Iratsume ( year of birth and death unknown ) was a daughter of MUNAKATA no Kimi Tokuzen , a Gozoku ( local ruling family ) of Chikushi Munakata-gun County . +Anekoji was another name for so-called Otoshiyori or Joro-otoshiyori . +The Daigo school of the Shingon sect , one of the Shingon Buddhist sects of Japan , belongs to the Kogi Shingon ( Old Shingon ) school . +A Kaisan-do hall is a hall dedicated to the founding priest of a temple . +The theory of ' expelling the barbarians ' ( Joi ron ) was a view that prevailed in Japan during the end of the Edo period and aims to expel foreigners from Japan . +Kuraki Park is a park with an area of approximately 230,000 square meters that expands over Konan Ward and Isogo Ward in Yokohama City . +" Nihon bijutsu-shi " refers to the chronological explanation - or the academic field - of Japanese art history , such as the trend of Japanese art , the transition of its style , the research of the representative works and artists in each period , their mutual influence , and the historical background of the works and artists - that is , the works ' and artists ' relation with Japanese politics , economy , religion , customs , society , literature and others . +Satodairi means residences of the Emperor ( imperial palaces ) except for the dairi ( the Emperor 's residential compound ) in Heian-kyu palace , used after the Heian period . +KI no Natsui ( years of birth and death unknown ) was a nobleman and a statesman who lived in the early Heian period . +Koetsu mura was a village that flourished in arts and crafts , and managed by Koetsu HONAMI during the early Edo Period . +FUJIWARA no Kenshi ( Kataiko ) ( 1057 - October 30 , 1084 ) was the Chugu ( Empress ) of the seventy-second Emperor Shirakawa . +Saneyasu TOIN ( 1269 - September 1 , 1327 ) was a court noble in the late Kamakura period . +Sakuragi Tayu ( year of birth and death unknown ) was a Shimabara tayu ( a high ranking courtesan of the Shimabara district of Kyoto ) towards the end of Edo period ( also known as ' Yujo ( Courtesan ) Sakuragi ' and ' Sakuragi ' ) . +Imperial Prince Fushiminomiya Sadatsune ( January 27 , 1426 - August 15 , 1474 ) was an Imperial family member during the Muromachi period . +" Kyoto SF Festival " is a SF Convention held in Kyoto every autumn since 1982 . +Kamiyui is a general term referring those who were engaged in hairdressing from the Edo period to the Meiji period , who are now called hairdressers . +The Edo clan was a shizoku ( family ) in Japan . +The Mori clan is one of the samurai families . +Kiyonari YOSHIDA ( March 21 , 1845 - August 3 , 1891 ) was a feudal retainer of Satsuma Domain during the last days of the Tokugawa shogunate . +Hidejiro ONOGI ( Nov 25 , 1895 – March 3 , 1966 ) was a politician . +Emperor Enyu ( April 12 , 959 - March 1 , 991 ) was the sixty-fourth Emperor ( his reign was November 5 , 969 to September 24 , 984 ) . +The Westin Miyako , Kyoto is the highest-class hotel located along Sanjo-dori Street in Higashiyama Ward , Kyoto City . +Higashiyama-sanjo Station , located in Furukawa-cho , Sanjoyamato-oji Kudaru , Higashiyama Ward , Kyoto City , was a stop on the Keihan Keishin Line operated by the Keihan Electric Railway Co . , Ltd . +MINAMOTO no Suemune ( 1049 - October 1 , 1086 ) was a court noble who lived in the late Heian period . +Seibo is a season word expressing the end of a year as the kanji of seibo means , also it is a season word for December . +Sowa ISOGAI ( 1854 - 1940 ) was Iemoto ( the head family ) of Soen-kei group of Sekishu school . +Hazama Pass is a pass in Ukyo Ward , Kyoto City , Kyoto Prefecture . +Emperor Kosho ( 506 B.C. - September 5 , 393 B.C. ) was the fifth emperor ( reign : February 21 , 475 B.C. - September 5 , 393 B.C. ) , being described in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +Ki no himemiko ( year of birth and death unknown ) was a member of the Imperial Family who lived in the Asuka period . +Kiminori SANJO ( Sometimes called ' Kinnori ' ) ( 1103 - August 19 , 1160 ) was a court noble in the late Heian period and the head of the Sanjo family , Kanin line of the Northern House of the Fujiwara clan . +SAKANOUE no Mochiki ( dates of birth and death unknown ) was a Japanese poet of the mid-Heian period . +FUJIWARA no Toshihito ( years of birth and death unknown ) was a busho ( Japanese military commander ) lived in the mid-Heian period . +Kagehiro KITAJO ( 1548 - February 28 , 1579 ) was a busho ( Japanese military commander ) in the Sengoku period . +Tokusen Shinmyocho ( also read jinmyocho ) is a commentary on ' Engishiki Jinmyocho ' ( the Register of Deities of the Engishiki ) +Mai dances are mainly dances which include circling movements in time with melodies . +Saneaki SANJO ( July 16 , 1708 - January 11 , 1773 ) was Kugyo ( court noble ) in the middle of the Edo period . +Naritoshi MORI was a busho ( Japanese military commander ) of the Sengoku period ( period of warring states ) . +Shimohiraya was a village in Kitakuwada-gun , Kyoto Prefecture . +TAIRA no Motomori was a busho ( Japanese military commander ) ( 1139 - May 9 , 1162 ) in the Heian period . +Masakata MASHIYAMA ( November 27 , 1754 - February 23 , 1819 ) was daimyo ( Japanese feudal lord ) in Edo period . +Tokomaro ( date of birth and death unknown ) lived during the Asuka period of Japan . +The OIKAWA clan was a Japanese clan . +Asuka is the name of a region located in vicinity of present day Asuka Village , Takaichi County , Nara Prefecture . +FUJIWARA no Shigemichi ( 1099 - July 6 , 1161 ) was a Kugyo ( top court official ) at the end of the Heian period . +Hyakumanben Nenbutsu is to repeat nenbutsu ( Buddhist invocation ) for a million times for the purposes of one 's own birth in the Pure Land , ceremony as a memorial , and other variety of prayer . +Shinden Station , located in Higashi-ura , Hirono-cho of Uji City , Kyoto Prefecture , is a stop on the Nara Line of West Japan Railway Company ( JR West ) . +Daizen-ji Temple , located in Fushimi Ward , Kyoto City , is a temple of the Jodo ( Pure Land ) sect . +Shinno is the title given to the male members in an Imperial family in East Asia , or is somebody who owns the title . +Ujikiyo YAMANA ( 1344 - January 24 , 1392 ( December 30 , 1391 by the old calendar ) ) was a Shugo Daimyo ( Warlord with complete control over regional government ) during the Period of the Northern and Southern Courts ( Japan ) . +FUJIWARA no Nagate ( 714 to March 15 , 771 ) was a politician during the Nara period . +Japanization education is defined as an edification policy in territories under the governance of the Empire of Japan , requesting fealty toward the Empire of Japan led by its ruler , the Emperor . +Hishihanabira Mochi ( Water chestnut petal sticky rice cakes ) are a traditional Japanese confectionary made by wrapping burdock root , white miso paste and pink colored mochi ( sticky rice cake ) in either sticky rice cake or Turkish delight . +Sakato-jo Castle was a large-scaled yamashiro ( a castle located on a mountain ) that existed in Minamiuonuma City , Niigata Prefecture . +Noryo-yuka ( Noryo-doko ) or the riverbed ( in general , for the Kamo-gawa River ( Yodo-gawa River water system ) , it is pronounced as ' kawayuka ; ' for Kifune or Takao in Kyoto , it is pronounced as ' kawadoko ' ) is one of the poetic sceneries of the Kyoto summer . +Chawan-mushi is one of the Japanese cuisines . +Yoshifusa ISHIDO ( date of birth and death unknown ) was a military commander in the period of the Northern and Southern Courts ( Japan ) . +Yasunobu KANO ( January 10,1614-October 1,1685 ) was a painter in the Kano school during the Edo period . +Horin-ji Temple is a Buddhist temple located at Ikaruga-cho , Ikoma-gun , Nara Prefecture . +Hideharu HATANO was a Daimyo ( Japanese territorial lord ) of Tanba Province in the Sengoku period . +The Biwako Line is the name of the train line that runs between Kyoto Station and Maibara Station of the Tokaido Main Line , and also between Maibara Station and Nagahama Station of the Hokuriku Main Line , both of which are run by West Japan Railway Company ( JR West ) . +Kitsu-onsen ( hot spring ) Station , located in Kitsu , Amino-cho , Kyotango City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by Kitakinki Tango Railway ( KTR ) . +Nichiyo ( 1556 - January 1 , 1641 , Japan ) was a Shingon Sect priest in the Edo period . +Tomonobu KAIGA ( Yazaemon ) ( 1650 - March 20 , 1703 ) was a member of 47 samurai of Ako . +Doken HONEKAWA ( date of birth unknown ; date of death : April 22 , 1468 ) was the head of a gang who lived during the Muromachi period . +The Kideranomiya family was one of Imperial Houses that existed from the Kamakura period through to the middle of the Muromachi period . +Sanyojo ( 算用状 or 散用状 ) was the annual settlement of accounts for nengu ( annual land tax ) and kuji ( miscellaneous tax ) in each shoen ( estate ) exchanged between shoen ryoshu ( the estate proprietary lord ) and shokan ( the estate manager ) in the medieval shoen system . +Empress Koken ( 718 - August 28 , 770 ) , the forty-sixth Japanese Emperor , was in power from August 19 , 749 to September 7 , 758 . +Ietoshi HATAKEYAMA ( 1465-1531 ) was a member of the Noto Hatakeyama clan in the early Sengoku period ( period of warring states ) . +Prince Yamamura ( 722 - December 16 , 767 ) was a Kugyo ( a high court noble ) of the Nara period . +Mitsugoro BANDO VII ( September 21 , 1882 - November 4 , 1961 ) was a Japanese kabuki actor . +Shinkan ( 1275 - July 16 , 1341 ) was a Ji sect priest from the end of the Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +Fukamizu is one of the Mizuage ( method of prolonging the lives of flowers ) in Japanese flower arrangement . +Lady Kokiden is the name for fictitious empresses in stories whose real names were unknown . +The Southern Court is also called the Yoshino Court and was the court belonging to Emperor Godaigo of the Daikaku-ji Temple line established in the period of Northern and Southern Courts and based in the Yoshino ( present day Yoshino Town , Yoshino County , Nara Prefecture ) , Ano ( present day Nishiyoshino Town , Gojo City , Nara Prefecture ) in the province of Yamato , south of Kyoto , Sumiyoshi-angu ( Sumiyoshi Ward , Osaka City , Osaka Prefecture ) in the province of Settsu . +Okatabira +Kadono school is one of the schools of otsuzumi-kata ( large hand drum players ) in Nohgaku ( the art of Noh ) . +Local Administrative Assemblies was the assembly of prefectural governors summoned and established by the Meiji government in 1874 . +Kingyozake is a familiar name of sake which is so weak that a kingyo ( goldfish ) can swim in it . +The Narrow Road to the Deep North is a travelogue written by Basho MATSUO in the Genroku era . +Momoyama Station , located at 34 Nabeshima , Momoyama-cho , Fushimi ward of Kyoto City , Kyoto Prefecture , is a stop on the Nara Line of West Japan Railway Company ( JR West ) . +Japan > Kinki region > Kyoto Prefecture > Tsuzuki county +Komagaku is a form of Gagaku ( traditional Japanese court music ) that was introduced into Japan from Korea . +Imperial sovereignty is the sovereignty held by the Emperor under the Constitution of the Empire of Japan . +In ' Sogamonogatari ' ( the tale of Soga ) that deals with the famous story of the Soga brothers ' revenge that happened in Fuji no Makigari ( Hunting session at Mt . Fuji ) , Tora Gozen ( 1175- ? ) is a heroin and a lover of the elder of the brothers , SOGA no Sukenari , the role added depth and color to the story . +Uwanari is one of the eighteen best plays of kabuki by the Ichikawa family . +Calligraphy history in Japan covers from ancient times to present day . +Byodoin Temple Museum Hoshokan is a museum located in the grounds of Byodoin Temple in Uji City , Kyoto Prefecture . +OTOMO no Tsuguhito ( year of birth unknown - 785 ) was a bureaucracy existed during the late Nara Period . +Yomotsu-shikome is a female demon of Yomi ( the world after death ) in Japanese Mythology . +Yuki SHUHO ( the date of birth unknown - August 1372 ) was a Zen priest of the Rikkyoku school of Tofuku-ji Temple who was active during the period of the Northern and Southern Courts ( Japan ) . +Narimasa SASSA was a busho ( Japanese military commander ) in the Sengoku ( period of warring states ) and Azuchi-Momoyama periods . +Kaicho-ji Temple , located in Haidara Town , Uda City , Nara Prefecture is a temple that belongs to the Omuro school of the Shingon sect . +Daiei Motion Picture Company refers to a film company that operated from 1942 to 2002 . +Utakai Hajime is a poetry reading which is held at the beginning of the New Year . +MINAMOTO no Morofusa ( 1008 - March 20 , 1077 ) was a kuge ( court noble ) and kajin ( waka poet ) in the mid Heian period . +Toru HOSHI ( May 19 , 1850 - June 21 , 1901 ) , was a statesman in the Meiji period ( The kanji letter ' 享 ' often used for his first name Toru ' 亨 ' is incorrect ) . +Kanjuro FUJIMA is the professional name used by the head of the Fujima school and the Kanjuro line of performance . +Garasha HOSOKAWA / Tama AKECHI ( 1563 - August 25 , 1600 ) was the third daughter of Mitsuhide AKECHI and the wife of Tadaoki HOSOKAWA . +Ujisha is a shrine in which ujigami ( ancestors of a family who were worshiped as a god ) was worshipped . +Luli ( " 律令 " or " 律例 , " pronounced as " Luli " ) is a common term for a legal code system seen among the Eastern Asian countries . +Miyake is one of Yamato regime 's ruling systems . +Arisue TSUCHIMIKADO ( 1527-January 20 , 1577 ) was a Kugyo ( top court official ) and Inyoka ( a practitioner of the Yin and Yang school of philosophy ) who lived from the Muromachi Period to the Azuchi-Momoyama Period . +Wakamurasaki is the title of one of 54 quires of Genji Monogatari ( The Tale of Genji ) . +Yoshinaga HIGASHIBOJO ( June 26 , 1869 - August 8 , 1922 ) was a member of the Japanese peerage . +The Kitano Dance is performed at the Kamishichiken Kaburenjo theater every year from April 15 to April 25 . +The term " Shido-shogun " refers to four imperial ( royal ) generals who appeared in the Nihon Shoki ( the Chronicle of Japan ) , namely Obiko no mikoto , Takenunakawa wake no mikoto , Kibitsuhiko no mikoto and tanbamichi nushi no mikoto . +Atagoyama Railway ( " Atagoyama Tetsudo " in Japanese ) was a railroad company that , before the war , managed a flat railway line that ran from Arashiyama Station ( operated by Keifuku Electric Railway and located in present-day Ukyo Ward , Kyoto City , Kyoto Prefecture ) to Kiyotaki Station , as well as a cable car line ( funicular railway ) that ran from Kiyotakigawa Station to Atago Station . +Sugen-in ( 1573 - November 3 , 1626 ) was a woman who lived from the Tensho period to the early Edo period . +Ninjo-banashi is a category of rakugo program ( traditional comic storytelling ) . +Wakaayu is a kind of Japanese confectionery which is made with gyuhi ( a kind of rice cake made from glutinous rice or glutinous rice flour ) wrapped in an oval sponge cake , shaped into a semicircle and marked with an eye and fins . +Kuinabashi Station , located in the Fushimi Ward of Kyoto City , Kyoto Prefecture , is a stop on the Karasuma Line of the Kyoto Municipal Subway . +The Kuriyama Family Residence , which is located in 1-chome , Gojo , Gojo city , Nara Prefecture , is the Japan 's oldest private residence of all the residences whose dates of building are known . +Ikenobo is iemoto ( the head family of a school ) of Kado ( flower arrangement ) in Japan . +Dragon lantern ( ryuto ) refers to a fire of mysterious or suspicious origin , passed down across Japan . +Shoso is an repository for grain and property , and is placed in the public facilities , such as central and regional kanga ( government office ) and temples in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Suzakumon Gate was the main gate built on the southern end of Imperial Palaces ( called daidairi ) in ancient Japanese cities , such as Heijo-kyo ( capital of Japan in Nara from 710 to 740 and from 745 to 784 ) and Heian-kyo ( capital of Japan in Kyoto from 794 to 1868 ) that had grid-patterned city layouts . +Ansho-ji Temple is a Buddhist temple belonging to the Koyasan Shingon Sect located in Yamashina Ward , Kyoto City . +Hiyoku irimoya-zukuri style is one of the architectural styles of shrines in Japan . +Miwa Somen is a somen ( Japanese fine noodles ) produced in Miwa area centering around Sakurai City , Nara Prefecture , and it is a local special product of the area . +The Chemulpo Treaty is a treaty concluded between Japan and Yi Dynasty Korea on August 30 , 1882 . +Soga no ishikawa no sukune , was a Japanese mythological figure , also called Soga no ishikawa , and he was said to be the ancestor of the Soga clan +Kai SHIMADA ( February 29 , 1828-March 20 , 1900 ) was the corporal in the second unit of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) and the Shoshi shirabeyaku ken kansatsu ( Shinsengumi 's organizational post for investigating movements of the opponents and keeping the Shinsengumi members under control ) . +Osho ( Sanskrit : upādhyāya ) is an honorific title for Buddhist priests . +Tenmon misso was a practice in ancient East Asia whereby observation of unusual astronomical phenomenon was confidentially reported to the monarch along with observations and astrological divination ( prediction . ) +Takeuchi monjo ( or Takenouchi monjo ; also called Isohara monjo or Amatsukyo monjo ) is the name for a number of documents written in ancient Japanese characters and include their translations in the form of manuscripts written in a mixture of kanji characters and katakana prepared by HEGURI no Matori , the grandson of TAKENOUCHI no Sukune , under the order of Emperor Buretsu and also inscriptions on stones , iron swords , etc . +Chinshin-ryu school is a school of tea ceremony passed down by the Hirado clan in Hizen Province . +Sobayonin was a post in the bakufu and domains in the Edo period . +Sukekuni SO ( 1207 ? - November 4 , 1274 ) was a busho ( a Japanese military commander ) who lived in the mid- Kamakura period . +Yamanote dono ( year of birth unknown - July 20 , 1613 ) was a woman who lived from the Sengoku period ( period of warring states ) through the Azuchi-Momoyama period to the Edo period . +Mochizuki-jo Castle was a Japanese castle which was situated in Koga City , Shiga Prefecture . +Kanei-bunka means the culture that prospered during the first half of the 17th century ( the early Edo period ) , namely the culture sandwiched between Momoyama-bunka of the latter half of the 16th century and Genroku-bunka of the latter half of the 17th century . +Sadayoshi TAKANO ( 1829 - February 21 , 1913 ) was a Japanese Samurai and retainer of the Echigo-Nagaoka Domain . +Daisuke KATO ( February 18 , 1911 - July 31 , 1975 ) was an actor who was born in Tokyo . +Located in 661-1 , Aza-goku , Maizuru City , Kyoto Prefecture , Higashi-Maizuru Station is a station owned by West Japan Railway Company ( JR West ) . +Summary +The designation " Thirty-Six Fudo Temples in the Kinki Region " denotes 36 sacred sites that enshrine Fudo-son ( Fudo Myoo ( Acala , one of the Five Wisdom Kings ) ) in the prefectures of Osaka , Hyogo , Kyoto , Wakayama , Shiga and Nara . +Tsunemori WADA ( 1172-1213 ) was a gokenin ( an immediate vassal of the shogunate ) of Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +The Former Foreign Settlement is the section of exterritoriality for foreigners built mainly based on the Ansei Five-Power Treaties . +Kinaki OGIMACHI ( May 7 , 1744-November 5 , 1813 ) was kuge ( a court noble ) in the late Edo Period . +Korai mono is the collective name of tea utensils made in Korean Peninsula in contrast to ' karamono , ' Chinese tea utensils . +Jingu is the formal name of Ise-jingu Shrine ( Ise City , Mie Prefecture ) . +Shigeyoshi NIJO ( December 25 , 1751 - August 13 , 1768 ) was a court noble in the Edo period . +Kuroemon KATAYAMA is the name of the family head of the Kyoto Katayama family , of shite-kata ( main roles ) of Kanze school of Noh . +Banri HOASHI ( February 11 , 1778 - July 30 , 1852 ) was a Confucianist and Keiseiron ( written treatment of events , which was drafted for governing Japan in the Edo period ) scholar , who lived during the late Edo period . +The zoyo tax system was one in which taxes were paid in the form of labor , under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in China and Japan . +The Ikedaya Incident is the name given to an event that took place on July 8,1864 towards the end of the Edo Period in which the Shinsen-gumi , who was a peacekeeping organization under the Kyoto protectorate , attacked the imperial loyalist faction from Choshu who were hiding out at the Ikedaya Inn at Kiyamachi ( Sanjou-Kobashi Bridge ) on Sanjou-Street in Kyoto . +Japan > Kinki Region > Kitakinki +Located in Utano Kaminotani-cho of Ukyo-ku Ward , Kyoto City , Yomei Bunko is a particular kind of library . +Hirano-jinja Shrine is a Shinto shrine located in Kita Ward , Kyoto City , Kyoto Prefecture . +Nainokami is a deity of earthquakes from Japanese mythology . +Ensho ( 859-December 6 , 929 ) is a Buddhist monk of the Shingon-shu sect during the mid-Heian period . +Minsen Giin Setsuritsu Kenpaku Sho ' was the first petition requesting the government to establish a parliament with democratically-elected representatives supported by people including former Sangi councilors Taisuke ITAGAKI and Shojiro GOTO on January 17 , 1874 . +Tokaido ( or Umitsu-Michi ) can mean : +Maki no kata ( Lady Maki , year of birth and death unknown ) lived around the end of the Heian Period to the early Kamakura Period . +Senzai Wakashu is one of the Chokusen Wakashu ( anthology of Japanese poetry compiled by Imperial command ) . +The Third Conference of Parties to the United Nations Framework Convention on Climate Change ( COP3 , the Third Session of the Conference of the Parties ) held on December in 1997 by the United Nations in the Kyoto International Conference Center ( Kyoto City , Kyoto Prefecture ) , was an international conference of which the main object was to reach an international consensus on regulations concerning the emission of greenhouse gases , +Mitsuyoshi TERADA ( date of birth and death unknown ) was busho ( Japanese military commander ) in Azuchi-Momoyama period . +The torii represents a dividing line ( kekkai ) between sacred and secular areas , serving as an entrance to the sacred world in Shinto shrines and other holy places . +Ogura-jinja Shrine is a Shinto shrine located in Otsu City , Shiga Prefecture . +Obi is a kind of belt-like accessory that functions to fix clothes by wrapping around the body . +Syakkonichi ( Siyakukonichi ) is the day ruled by Hachigokusotsushin ( Hachigokusosshin ) of onmyodo ( way of IN and Yang ) , and thought to be the bad luck day for kuji ( public duties ) , suit and contract . +TAIRA no Masatame ( year of birth unknown - 940 ) was a busho ( Japanese military commander ) in the mid Heian period . +Mizuame is a mucoid sweetener made by saccharifying acid and diastatic enzymes with starch . +Sengaku was a learned priest pursuing his studies priest of the Tendai sect in the early Kamakura period . +Gasetsu KANZE ( 1898 – December 7 , 1988 ) was a Japanese Nohgakushi ( Noh actor ) . +Morinari TANI ( 1582 - January 19 , 1627 ) was the successor of Yamaga Domain , Tanba Province . +Three National Treasure Teahouses +Yukiie KUJO ( March 28 , 1586 - September 29 , 1665 ) was a court noble who lived in the early Edo period +Zuiko-ji Temple is a Buddhist temple belonging to the Nichiren Sect located in Fushimi Ward , Kyoto City . +Tetsunojo KANZE , the eighth ( January 6 , 1931 – July 3 , 2000 ) was a Japanese Nohgakushi ( Noh actor ) . +The Seinan War was an armed uprising of warrior class led by Takamori SAIGO occurred in present Kumamoto , Miyazaki , Oita , and Kagoshima Prefectures in 1877 . +Kaju-ji Temple is a Monzeki Temple ( a temple of high rank where members of imperial family and nobility enter the priesthood ) located in Yamashina Ward , Kyoto City . +Shin-Tanabe Station , located in Kyotanabe City , Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line of Kintetsu Railways . +FUJIWARA no Masatada was a busho ( Japanese military commander ) in the Heian period . +Mokuami KAWATAKE ( March 1 , 1816 - January 22 , 1893 ) was a Kabuki kyogen-sakusha ( playwright of Kabuki kyogen ) who was popular in the last days of the Tokugawa shogunate ( the end of the Edo period ) through the Meiji period . +Nishitakase-gawa River is a class A river in the Yodo-gawa River system running in Kyoto City , Kyoto Prefecture . +KIYOHARA no Yoshimochi ( year of birth and death unknown ) was a government official who lived during the Heian period . +ABE no Ariyo ( 1327 - March 9 , 1405 ) was the Onmyoji ( diviner ) and Kugyo ( the top court officials ) who was active from the period of the Northern and Southern Courts to the beginning of Muromachi period . +Kitayama Station , located in Kita Ward ( Kyoto City ) , Kyoto City , Kyoto Prefecture , is a stop on the Karasuma Line , which is operated by Kyoto Municipal Subway . +MINAMOTO no Tsunemoto ( year of birth unknown - December 25 , 961 ? ) was an Imperial family member and busho ( Japanese military commander ) in the middle of the Heian period . +Futodama is a god that appears in Japanese mythology . +Kitano-tenmangu Shrine is a Shinto shrine in Kamigyo-ku Ward , Kyoto City . +Saion-ji Temple is a Buddhist temple belonging to Jodo ( Pure Land ) Sect located in Kamigyo-ku Ward , Kyoto City . +Ketto ! Takadanobaba ( Duel ! Takadanobaba ) is a Japanese kabuki play written and directed by Koki MITANI . +Nijojo-mae station , located in Nijojo-cho , Nakagyo Ward , Kyoto City , is a stop on the Tozai Line , which is operated by Kyoto Municipal Subway . +Minoru SHIBUYA ( January 2 , 1907 - December 20 , 1980 ) was a Japanese movie director . +FUJIWARA no Totsune ( 835 - December 7 , 888 ) was a government official in the early Heian period . +Inso is a Buddhist and Hinduism term which refers to the gesture of the hands having a certain symbolic meaning . +Gyokushu KUWAYAMA ( 1746 – May 17 , 1799 ) was a painter in the Southern Chinese style and art critic of the mid-Edo period in Japan . +Koi ( the Position of Empress ) indicates Grand Empress Dowager , Empress Dowager or Empress that was the position given to a legitimate wife of the present or previous retired Emperor . +Inka refers to the license which a master grants to a disciple who has mastered his teachings . +Yakitori is a food consisting of several bite-size chunks ( from one to five or so ) of meat ( mainly chicken ) that are seasoned and grilled on skewers . +Masako TOKUGAWA ( November 23 , 1607 - August 2 , 1678 ) was the 5th daughter of Hidetada TOKUGAWA and Emperor Gomizunoo 's Chugu ( second consort of an Emperor ) . +The term " Judo WAKAYAGI " refers to a professional name of iemoto ( the head ) of Soke ( the head family or house ) of the Wakayagi school . +Yoshiyuki KANZE the third ( June 2 , 1935- ) is a Noh actor of Kanze ryu Shite kata ( a main actor of the Kanze school in Noh play ) . +Dozo ( storehouses ) are traditional Japanese architectural structures with outer walls made of mud and finished with plaster . +Mansai NOMURA is a successional family name of the Manzo ( 万蔵 ) NOMURA family of Izumi-ryu ( Izumi-school ) Kyogen ( Japanese traditional farce ) and the present head of the family is the second generation . +Shojoke-in Temple is one of the seven great head temples of Jodo Sect ( the Pure Land Sect of Buddhism ) located in Sakyo Ward , Kyoto City . +Kyakushiki refers to laws and ordinances which were passed in complement to the Ritsuryo codes , or law codes which were the collections of those codes . +Ei WADA is a woman who wrote ' Tomioka Diary . ' +TAIRA no Sadamori ( year of birth unknown - November 16 , 989 ) was a Busho ( Japanese military commander ) in the mid Heian period . +FUJIWARA no Kiyonari ( years of birth and death unknown ) was a member of the nobility during the Nara Period . +Nanto Rokushu ' ( also called ' Nanto Rikushu ' ) is the general term of the six Buddhist sects which flourished mainly in Heijo-kyo ( the capital of Japan in the Nara period ) in the Nara period . +Totsuka no Tsurugi is a sword which appears in the Japanese myth . +FUJIWARA no Yoshio ( year of birth and death unknown ) was a noble in the Nara period . +FUJIWARA no Kunimichi ( dates of birth and death unknown ) was a government official in the early Kamakura Period . +FUJIWARA no Michisue ( 1090 - July 12 , 1128 ) was a Kugyo ( top court official ) in the late Heian period . +" Mata kokoni Kabuki no Hanadashi " is a song of Kiyomoto bushi ( Theatrical music ) . +Torajiro SAITO ( January 30 , 1905 - May 1 , 1982 ) was a film director . +Sakugoro HIRASE ( February 12 , 1856 - January 4 , 1925 ) was a botanist in the Meiji and the Taisho periods . +The Kurotani Magura Tunnel is one of the tunnels of the Maizuru-Wakasa Expressway , running between Ayabe City and Maizuru City of Kyoto Prefecture . +School of Foreign Languages ( old education system ) +Cloistered Imperial Prince Gyoen ( January 31 , 1677 - January 19 , 1719 ) was a cloistered imperial prince during the early to mid Edo Period . +" Sei Shonagon Makura no Soshi Sho " is a book written in the Edo Period , commentaries on " Makura no Soshi " ( the Pillow Book ) written by Sei Shonagon . +Izume refers a method of deciding ranking in the final of an individual tournament of Japanese archery . +Kanmotsu are the tithes that were collected by the imperial court and Ryoseikoku ( province ) as tax such as Soyocho under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Damjing ( date of birth and death unknown ) was a Buddhist priest who came from Goguryeo ( kingdom of Korea ) in 7th century . +ISHIKAWA no Natari ( born in 728 and died on July 15 , 788 ) was a government official in the Nara period . +KI no Aritsune ( 815 - February 13 , 877 ) was an aristocrat of Heian period . +The Seijin-shiki ceremony is an event where local public bodies in Japan invite young people who enter adulthood during the fiscal year when Seijin-shiki is held , in order to encourage and cast blessings upon them . +Gio-ji Temple , located in Ukyo Ward , Kyoto City , is a temple ( nunnery ) of the Daikakuji school of the Shingon sect . +FUJIWARA no Keishi ( also known as FUJIWARA no Tsuneko ) +Min ( year of birth unknown - July 653 ) was a Buddhist scholar-monk who lived in the Asuka period . +Fuhonsen coin or Futosen coin are coins made in Japan around 683 . +MINAMOTO no Yorinori ( years of birth and death unknown ) was a samurai and government official in the mid Heian period . +Kinhiro SAIONJI was a Sengoku daimyo ( Japanese territorial lord in the Sengoku period ) in Iyo Province . +Kawase-jinja Shrine is a Shinto shrine located in Hikone City , Shiga Prefecture . +Teizo WADO ( year of birth and death unknown ) was a member of Shinsengumi ( special police who guarded Kyoto during the end of Tokugawa Shogunate ) . +Imperial Princess Yasuiko ( ca . 848 - July 29 , 913 ) was the thirty-first Saigu ( Imperial Princess appointed to serve the deities of the Ise-jingu Shrine ) of Ise . +Hikosaburo IBUKA ( 1868 - 1916 ) was an army agent in the Meiji Period and a member of the House of Representatives later . +The Toki no fuda was a board that was placed in a small garden in the Seiryoden ( literally " Limpid Cool Hall " ) to show time . +Nagamasa KURODA was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) from the Azuchi-Momoyama period to the early part of the Edo period . +FUJIWARA no Tomokata ( 1155 - March 29 , 1201 ) was a Kugyo ( top court official ) from the late Heian period to the early Kamakura period . +Emperor Koan ( 427 B.C. - February 23 , 291 B.C. ) was the sixth emperor ( reign : February 26 , 392 B.C. - February 23 , 291 B.C. ) , being described in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +Kodai Sanjo generally refers to ancient mountain castles built in the historical period from Asuka to Nara , which were influenced by the Korean Peninsula . +Akitsune YAMAJI ( date of birth unknown - September 24 , 1881 ) was an astronomer in the late Edo period . +Nenbutsu-toge is a mountain pass located on the Nenbutsutoge Line of Kyoto Prefectural Route 568 in Maizuru City , Kyoto Prefecture . +Toyo Takushoku Kabushiki Gaisha was a special company established for the purpose of carrying forward colonial enterprises in Korea during the era of the Great Empire of Japan . +Omi-jingu Shrine is a shrine which sits majestically atop Otsu City , Shiga Prefecture . +Koden ( run-down field ) is the term indicating fields that had been cultivated but have been abandoned for some reason during the ancient times and middle ages . +Died at the age of 75 ( 73 by modern reckoning ) +Kazuo HATOYAMA ( May 6 , 1856 , to October 3 , 1911 ) was a samurai , a feudal retainer of Mimasaka-Katsuyama Domain , Mimasaka Province , in the late Edo Period , and a statesman and an advocate ( lawyer ) after Meiji Restoration . +Tataki is an earthen floor which is made by mixing " tatakitsuchi " ( beaten earth ) with lime and water , then beating and solidifying it . +HATA no Kimiharu ( date of birth unknown-February 21 , 1152 ) was a government official ( lower or middle ranked ) near the end of the Heian period . +Kutsuki clan was one of the clans of Japan . +Jakunyo ( 1651 - September 21 , 1725 ) was a priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) in the early part of the Edo period . +Higisho is a kind of ordeal believed as God 's judgment conducted in Japan during the medieval period and modern times , also being referred to as Tekka ( red-hot iron ) or Kasei ( oath of fire ) . +Sho Kannon , aarya avalokitezvara in Sanskrit is a venerable entity of Bosatsu , Bodhisattva , which is worshipped in Buddhism . +The Kusuko Incident is an incident that occurred in the early Heian period . +Kiyoka SAKURAI ( August 7 , 1895 to 1969 , male ) was an artist ( painter ) . +Iwatsutsunoo ( Ihatsutsunowo ) is a god ( god of Shinto ) featured in Japanese Mythology . +Nankaku HATTORI ( November 12 , 1683 - July 15 , 1759 ) was a Confucian , composer of Chinese poems and a painter in Japan who lived during the middle of the Edo period and , was known as a high-caliber disciple of Sorai OGYU . +Mongaku ( 1139 - September 5 , 1203 ) was a priest of the Shingon Sect of Buddhism who lived from the Heian period to the early Kamakura period . +Nishi Hongan-ji Temple is a Honzan ( Head Temple ) of the Hongan-ji branch of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) located in Shimogyo-ku Ward , Kyoto City , Kyoto Prefecture . +Oyakodon is a rice bowl dish that uses boiled chicken and onion in warishita ( stock mixed with soy sauce , mirin and sugar ) over rice with egg . +Mitsunobu TOSA ( 1434-June 20 , 1525 ) was a painter from the middle of the Muromachi period to the Sengoku period ( period of Warring States ) . +" Kaitai Shinsho " is a Japanese translation of " Ontleedkundige Tafelen " which was a Dutch book of medical science translated from Anatomische Tabellen written by a German doctor Kulmus . +Kakejiku is a Japanese hanging scroll made of paper or cloth on which a Japanese painting or calligraphy is mounted ; it is displayed and appreciated in the tokonoma alcove and so on . +Kunimichi KOGA ( 1507-July 31 , 1531 ) was Kugyo ( court noble ) during the late Muromachi period . +Koken OTANI ( September 4 , 1965 - ) is a Jodo Shinshu ( True Pure Land Sect Buddhism ) priest and the 26th hoshu ( high priest ) of the Higashi Hongan-ji school of the Jodo Shinshu sect . +Chukichi the first was a swordsmith of Hizen Shinto ( modern sword ) . +Docho ( 1544 - May 12 , 1608 ) was a Buddhist priest in the Sengoku Period ( Period of Warring States ) . +Bansho ( Bansho / Banjo ) were builders engaged in wooden architecture in medieval Japan . +During the Battle of Jugorigahara , which was fought in September and October 1588 , the allied troops of Kagekatsu UESUGI and Yoshikatsu DAIHOJI , led by Shigenaga HONJO , fought against Yoshiaki MOGAMI 's troops , which were led by the brothers Yoshinaga and Katsumasa TOZENJI . +Minamoto no Arimitsu , ( February 5 , 1037 - November 16 , 1086 ) was a military commander in the late Heian period . +MINAMOTO no Yoshishige ( also called Yoshishige NITTA ) was a busho ( Japanese military commander ) of Kawachi-Genji ( the Minamoto clan ) in the end of Heian period through the beginning of Kamakura period . +The Katsuragawa rest area , located at Kuze-higashi-tsuchikawa Town in Minami Ward ( Kyoto City ) Kyoto Prefecture , is a stop on the Meishin Expressway . +Tokitsune HIRAMATSU ( June 20 , 1599 - August 24 , 1654 ) was a Kuge ( court noble ) who lived during the early Edo Period . +Yamada-nishiki is a variety of rice . +Heian-ji Temple is a Buddhist temple belonging to the Nichiren Sho Sect located in Ukyo-ku Ward , Kyoto City . +Chosen Tsushinshi is the name of envoys dispatched by Yi Dynasty Korea to Japan . +This section on " Town names in Kita Ward , Kyoto City " lists official town names in Kita Ward and summarizes the period and process of their establishment . +Tadayuki Makino was a Daimyo ( Japanese feudal lord ) during the late Edo Period . +Kocho NISHIMURA ( June 4 , 1915 - December 2 , 2003 ) was a busshi ( sculptor of Buddhist Statues ) , Buddhist Statues repair specialist , and Buddhist priest . +Omi shonin refers to merchants from the Omi Province ( present-day Shiga Prefecture ) who were active from the Kamakura period through to Edo , Meiji , Taisho and Showa periods . +Japan +" Nise Murasaki Inaka Genji " ( The Tale of Genji during the Muromachi period ) is an unfinished long gokan ( bound-together volumes of illustrated books ) written by Tanehiko RYUTEI . +Naonobu KANO ( November 25 , 1607-May 7 , 1650 ) was a painter of Kano school in the early Edo period . +Jogyo ( also known as Teigyo , March 25 , 1186 - April 3 , 1231 ) was a monk living from the end of the Heian period to the beginning of the Kamakura period . +Nohgakushorin Co . , Ltd. is a publishing company in Chiyoda Ward , Tokyo which mostly produces books on nogaku ( the art of Noh ) . +Shomotsu-bugyo was a governmental post of the Edo bakufu . +Cloistered Imperial Prince Doko ( April 8 , 1612 – August 5 , 1678 ) was a Cloistered Imperial Prince and learned monk during the early Edo Period . +Machi-koji Street was a street that was central to the townspeople of Kyoto in the middle ages , and was lined with doso ( underground warehouses ) . +Ienobu MATSUDAIRA ( 1565 - February 27 , 1638 ) is a busho in the Sengoku period the Sengoku period ( period of warring states ) ( Japan ) . +A quasi fudai daimyo refers to some tozama daimyo ( outsider to the ruler ) clans , who became treated as fudai daimyo clans ( relative or very close to the ruler ) , mainly in regards to the blood relations to the ruling family of the Edo period in Japan , mainly because of their the clans ' achievement over the time . +The Battle of Anegawa refers to the battle which took place in the region around Anegawa kawara , Azai-gun , Omi Province ( the present Nomura-cho , Nagahama City , Shiga Prefecture ( around former Nomura , Azai-machi , Higashiasai-gun ) ) on August 9 , 1570 during the Warring States Period . +Kunitomo Tobei Yoshimasa was the name of the smith , the Kunitomo Tobei family that produced teppo ( gun ) in Goshu Province which flourished as a place of teppo production until the Edo period . +Chiko Mandala is the generic name for Jodo Mandalas made after the style of the Mandala which is said to have been envisioned by Chiko and has been preserved in Gango-ji Temple of Nara City +Ono-dera Temple is a temple of the Murou-ji school of the Shingon sect in Muro-mura , Uda City , Nara Prefecture . +" Kokushi Taikei " is a library of books which collected historic materials essential for the study of the Japanese history and added revisions to them . +Koan MORI ( 1701 - ? ) was a cartographer in the mid-Edo period . +Kan is a weight unit in the traditional Japanese system of weights and measures , and it was also a Japanese currency unit for the silver coin used as the currency by weight before the Edo period . +Kohata Station , located in Uji City of Kyoto Prefecture , is a stop on the Nara Line of West Japan Railway Company ( JR West ) . +Kyukyodo is a long-established store of stationary products and incense . +YUGE no Ganpo was a person who lived in Japan in the Asuka period . +The term " aonyobo " refers to a middle or low-ranked young noblewoman who serves a high ranked person . +Sokuikanjo is a ritual of Esoteric Buddhism conducted in an enthronement ceremony for the emperor from the 11th or 13th century up to the Edo period and its contents were treated as a secret ceremony . +Tadatomo KAWAKAMI ( year of birth unknown - 1607 ) was a warrior during the Warring States period and Azuchi-Momoyama period . +Nariko KASHUJI ( November 30 , 1788 - November 23 , 1878 ) was a court lady from the late Edo period to the early Meiji period . +Ichikawa-ryu +FUJIWARA no Yamakage ( 824 - March 24 , 888 ) was a noble who lived in the Heian period . +Nagahama sandoshiyori refers to most influential three families among Nagahama juninshu ( 10 influential families in Nagahama ) , 10 representative families of machi-doshiyori ( ward head ) in townspeople who built the Nagahama-jo Castle town ( 49 towns and 10 wards ) under the order of Hideyoshi TOYOTOMI . +TAIRA no Yoritsuna ( year of birth unknown - May 29 , 1293 ) was a private vassal of the Tokuso family of the Hojo clan ( miuchibito ) , serving as a butler for the Eighth Regent Tokimune HOJO and the Ninth Regent Sadatoki HOJO of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +Umeyama Tumulus lies at Asuka-mura , Takaichi-gun , Nara Prefecture . +Kunisada UTAGAWA ( 1786- January 12 , 1865 ) was an Ukiyoe artist in the Edo period . +Oike-dori Street is one of the major east-west thoroughfares in Kyoto City . +Yamato Takeru no Mikoto ( written in Chinese characters as 日本武尊 , also written as 倭建命 in the " Kojiki " ( Records of Ancient Matters ) ) , who was also called Ousu no Mikoto ( 小碓命 , Prince Ousu ) and Yamato Oguna ( written as 日本童男 ) , is a person who is regarded as the son of Emperor Keiko and the father of Emperor Chuai . +The silver standard is a system in which silver forms the basis of a monetary system of a country . +Tanemichi AOYAMA ( June 15 , 1859 - December 23 , 1917 ) was a medical scientist and doctor of medicine . +Imperial Prince Tsunesada ( 825 - October 12 , 884 ) was a member of the Imperial Family during the early Heian period . +Jisha denso was a post placed in the Kuge ( court nobles ) Government in the medieval period and modern times . +MINAMOTO no Moronaka ( 1116 - May 16 , 1172 ) was a noble and poet who lived in the late Heian period . +Kenbu or a sword dance refers in a broad sense to dancing holding a sword . +" Makura no Soshi Bochu " is a book written in the Edo Period , which is a collection of marginal notes on " Makura no Soshi " ( the Pillow Book ) . +Mushin SUGIWAKA ( year of birth and death unknown ) was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) during the Azuchi-Momoyama period . +Shinsai IGARASHI ( date of birth and death unknown ) was a lacquer artist in the Muromachi period . +Izumi MIKAWA ( February 1 , 1922 - ) is a Nohgakushi ( Noh actor ) playing shite ( a principal role ) of the Hosho-ryu school . +The Historic Monuments of Ancient Nara is the general term for temples and other historical monuments in Nara City , Nara Prefecture . +The Nagatani family , which claimed to be descended from the Kanmu-Heishi ( Taira clan ) TAIRA no Takamune-o line , belonged to the Tosho-ke ( the hereditary lineage of Court nobles occupying relatively high ranks ) ; the founder of the family was Tadayasu NAGATANI ( Shosanmi Minbu taifu , or Senior Third Rank , Senior Assistant Minister of Popular Affairs ) ( 1612 - 1669 ) , who was the fifth son of Tokiyoshi NISHINOTOIN ( Junii Sangi , or Junior Second Rank , Councilor ) ( 1552 -1640 ) . +Akiyoshi ICHIJO ( June 12 , 1605-March 11 , 1672 ) was a court noble of the highest rank in the early Edo period . +Japanese-Sino War ( Kogo war in Chinese , First Sino-Japanese war in English ) is a war fought between the Empire of Japan and the Quing Dynasty over Korean Dynasties from July 1894 through April 1895 . +Ochi ( the punch line of a joke ) +Prince Nagaya ( 684 ? - March 20 , 729 ) was a member of the imperial family and Kugyo ( high court noble ) . +Imperial Princess Eishi ( also known as Hideko ) ( 921 - October 18 , 946 ) was a member of the Imperial Family during the middle of the Heian period . +Yasutoshi TAKU ( 1563 - 1636 ) was a person who lived from the Sengoku period ( period of warring states ) to the Edo period +The term " Jugoi " ( Junior Fifth Rank ) refers to an Ikai ( court rank ) or a Shinkai ( ranks granted to Shinto gods ) in Japan . +Shinpei GOTO ( July 24 , 1857 - April 13 , 1929 ) is known as a doctor , a high-rank official , and a politician who played active roles in various fields through Meiji , Taisho and early Showa Period . +Princess Yoshiko ( October 28 , 1804 - January 27 , 1893 ) , who was from the Imperial family , lived from the end of the Edo period to the Meiji period . +Located in Okazaki-koen Park , Sakyo Ward , Kyoto City , The National Museum of Modern Art , Kyoto ( MOMAK ) , is an art museum operated by the Independent Administrative Institution National Museum of Art . +A Shinto shrine ( or Jinja ) is a religious institution based on the Shinto religion . +Suetoo YOTSUTSUJI ( August 17 , 1513-September 16 , 1575 ) was a Kuge ( court noble ) and calligrapher in the Sengoku period ( period of warring states ) . +" Rotensho " ( 露天商 ) are people who do business outside or under the sun , and who have no store . +Fumikage SODEOKA ( August 28 , 1799 - August 5 , 1855 ) was a courtier of Jige-ke ( the house of lower- ranked courtiers who were not allowed to enter the court ) in the late Edo period . +Otogi Zoshi are illustrated short stories , and the style , established during the Muromachi period into the Edo period . +Tadakuni IJUIN ( date of birth and death unknown ) is a person of Satsuma Province from the end of Kamakura period to the early Muromachi period . +Naginata ( wielding techniques ) is a modern martial art , using a wooden or bamboo sword which looks like the old Japanese weapon called " naginata " ( originally , a pole with a wood shaft and a curved blade on its end ) . +This section on " Town Names in Yamashina Ward , Kyoto City " , lists official " Town Names " in Yamashina Ward and summarizes the period and process of their establishment . +Traditional vegetables of Kyo ( another name for Kyoto Prefecture ) refers to the crops of vegetables that have been certified by the Kyoto Prefecture since the certification began in 1987 , and 41 crops of vegetables have been certified so far , including those that are almost equivalent to traditional vegetables of Kyo , and those that are already extinct . +Kamu-oichi-hime is a Shinto goddess from Japanese mythology . +Tenka ( 天下 , also pronounced tenga , tenge , or amenoshita ) is a notion which means the whole world . +Donryu ( June 2 , 1556 - September 3 , 1623 ) was a monk of the Jodo ( Pure Land ) sect of Buddhism during the Warring States period through to the early Edo period . +Ebizo ICHIKAWA the 8th ( 1845 - November 12 , 1886 ) was a Kabuki actor , who actively played various roles from the end of Edo Period to the early Meiji Period . +Yamazaki-bashi Bridge , also referred as Yamasaki-hashi Bridge is the name of several bridges in Japan . +Iemasa TAGAYA ( dates of birth and death unknown ) was busho ( Japanese military commander ) in Musashi Province in the early Kamakura period . +Kudara-ji Temple is a Koyasan Shingonshu sect temple located in Koryo-cho , Kitakatsuragi Country , Nara Prefecture . +Seizan-Fukakusa school of the Jodo Sect is one school of the Jodo Sect , whose head temple is the Seigan-ji Temple in Nakagyo Ward , Kyoto City . +Yamabe no Okimi ( year of birth unknown - c . July 31 , 672 ) was a person lived in the Asuka period . +Todoza was an autonomous mutual support group for the male blind that existed from the medieval period through early modern times in Japan . +Arakan ( arhat in Sanskrit ) is a saint in Buddhism who is eligible to receive respect and charity . +Shoryoe refers to Daihoyo ( major Buddhist memorial service ) for the anniversary of Prince Shotoku 's death . +Nijuichidaishu is a collective term for the 21 anthologies compiled by Imperial command as a state project , beginning with " Kokin Wakashu " ( A Collection of Ancient and Modern Japanese Poetry ) and ending with " Shinshoku Kokin Wakashu " ( The New Collection of Ancient and Modern Japanese Poetry Continued ) . +Ninose Station , located in the Sakyo ward of Kyoto City , Kyoto Prefecture , is a stop on the Kurama Line of the Eizan-dentetsu ( Eizan Electric Railway ) . +Ri is a unit of length in old Japanese system of weights and measures . +Prince Ekuri ( 578 - year of death unknown ) was the fifth son of Emperor Yomei . +Kenjo no shoji ( sliding screens of the 32 Chinese sages ) are sliding screens that were placed at the main housing of the Shishin-den Hall ( hall for state ceremonies ) to be separated from the kitakata kitabisashi ( northern eaves ) in the Imperial Palace . +Eijitsu ( 1201 – January 21 , 1215 ) was the third son of MINAMOTO no Yoriie , the second seii taishogun ( literally , " great general who subdues the barbarians " ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +Ryoo DOKAKU was a monk of the Obaku sect of Buddhism ( he was born on April 29 , 1630 and died on June 21 , 1707 ) and a contributor to several social programs during the early phase of the Edo period , such as education and culture , social welfare , and public utilities . +SAEKI no Kazuragi is a court noble in the Nara Period . +The Omi-Miyagawa Domain existed in Miyagawa , Sakata County , Omi Province ( present-day Miyashi-cho , Nagahama City , Shiga Prefecture ) . +Joan MATSUOKA ( 1668 - August 27 , 1764 ) was a Japanese Confucian and scholar of herbalism . +Bishamon-do Temple is Buddhist temple belonging to the Tendai Sect located in Yamashina-ku Ward , Kyoto City . +Equestrianism ( called ' bajutsu ' in Japan ) refers to recreational activities and competitive sports and a system of technique of riding or driving horses and aiming at accuracy , activity , beauty , and so on . +Jinson ( August 25 , 1430-May 31 , 1508 ) was a Japanese priest of Nara Kofuku-ji Temple lived over the middle of the Muromachi period and the Sengoku period ( period of warring states ) . +Suzuhiko-hime ( literally , Princess Bells ) is one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Gazu Hyakki Tsurezure Bukuro " ( The Illustrated Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +The regency is a form of government during the Heian period where actual power was long monopolized by a deputy or adviser to the emperor from Yoshifusa 's line in the Fujiwara family ( the Northern House of the Fujiwara clan ) , who was installed as a regent , a chancellor or a nairan ( private inspection ) from generation to generation . +Torimi ( officer for falconry ) is a position in the Edo shogunate . +Wasan ( Japanese mathematics ) is a type of mathematics uniquely developed in Japan . +Amanohashidate Station , located in Aza-Monju of Miyazu City , Kyoto Prefecture , is a stop on the Miyazu Line of the Kitakinki Tango Railway . +Hozen EIRAKU ( 1795-September 16 , 1854 ) was a ceramic artist of kyo-yaki ( Kyoto style ceramic art ) who was active during the nineteenth century . +Yoshitsugu KIRA ( dates of birth and death unknown ) was a busho ( Japanese military commander ) in the Kamakura period . +Shinga ( 801 - February 1 , 879 ) was a priest of the Shingon sect of Buddhism during the early Heian period . +Kodai-ji Temple is a Buddhist temple belonging to the Kennin-ji Temple school of the Rinzai Sect located in Higashiyama Ward , Kyoto City , Kyoto Prefecture . +Kokyu is a Japanese stringed instrument . +Ano is a valley along the lower Nyu-gawa River and is located in Gojo-shi City ( former Nishi-yoshino Village in Yoshino District ) , Nara Prefecture . +Princess Seishi ( also known as Nariko ) ( year of birth and death unknown ) was a member of the Imperial Family during the middle of the Heian period . +Emperor Ingyo ( circa 376 - February 8 , 453 ) was the nineteenth Emperor of Japan ( reigned from January , 413 , to February 8 , 453 ) . +Ichijo-dori Street is one of the major east-west streets in Kyoto City . +Manabu TOYA ( 1953 - ) is a Shintoist , novelist and business enterprise consultant in Japan . +The Kameyama Domain was a feudal domain in Tanba Province during the Edo period . +Chuyuki is a diary written by FUJIWARA no Munetada , Nakamikado Udaijin ( Minister of the Right ) , for over 50 years from 1087 to 1138 . +Masahiro INUI ( 乾 正厚 , years of birth and death unknown ) was a kinnoka ( imperialist ) . +Machi-bugyo was a name of a governmental post in the Edo period that was in charge of administration and judicature in an urban area ( called machi-kata ) in a territory . +Masahide KUSUNOKI ( date of birth unknown - 1446 ) was a busho ( Japanese military commander ) who lived in the Muromachi period . +Kyusaku MATSUZAWA ( 1855 - June 25 , 1887 ) was an advocate of the Freedom and People 's Rights who was born in Azumino City , Nagano Prefecture . +Ukei is the act of divination practiced in ancient Japan . +Bussokusekika is a name given to a waka ( Japanese poetry ) based on its contents and format , and is also referred to as Bussokuseki no uta ( the Buddha 's Footprint Poems ) . +The mother of MINAMOTO no Kanetoshi ( year of birth and death unknown ) was a kajin ( waka poet ) who lived toward the end of the Heian period . +The thousandth anniversary of the Tale of Genji refers to various events held to commemorate a thousand years since the Tale of Genji was written . +Nukadehime no himemiko ( year of birth unknown - July , 664 ) was a member of the Imperial Family from the late Tumulus period to Asuka period . +The Toki clan is a samurai family who flourished from the Kamakura to the Edo period . +Asagao ( The Morning Glory ) is one of the fifty-four chapters of " The Tale of Genji . " +Noshi is an ornament attached to gifts and presents offered on festive occasions in Japan . +Kabuki Juhachiban refers to performances selected by Danjuro ICHIKAWA ( the seventh ) , that are specialties of his kabuki ( traditional drama performed by male actors ) school . +Shosanmi ( Senior Third Rank ) is one of the ranks in Ikai ( court ranks ) and Shinkai ( ranks granted to Shinto gods ) . +Norimasa IMAGAWA was shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) from the period of the Northern and Southern Courts through the early Muromachi Period . +Tojo system is a way of city planning developed in the East Asia cultural sphere by absorbing the influence of Chinese imperial cities . +Taikan YOKOYAMA ( orthographic style : Taikan , November 2 , 1868 - February 26 , 1958 ) was a Japanese artist . +Ikkansai KUNITOMO ( November 21 , 1778 - December 26 , 1840 ) , the ninth Tobei KUNITOMO , was a gun ( teppo in Japanese ) smith and an inventor . +The Southern House of the Fujiwara clan was a family line whose originator was FUJIWARA no Muchimaro , the eldest son of FUJIWARA no Fuhito , the minister of the right . +Kohichiro FUKUI ( year of birth and death unknown ) , who lived in the Azuchi Momoyama period , was a jizamurai ( local samurai ) , whose base was in the village of Katsube Okugo Hasshoji , Keta County , Inaba Province ( Tottori Prefecture ) . +ATO no Akafu is a person who lived during Japan 's Asuka period , but his birth and death dates are not known . +Mibu-dera Temple is the grand head temple of the Ritsu Sect located in Mibu , Nakagyo-ku Ward , Kyoto City . +Nobuko TAKATSUKASA ( 1651-March 17 , 1709 ) was the lawful wife of Tsunayoshi TOKUGAWA , the fifth seii taishogun ( literally , " great general who subdues the barbarians " ) of Edo bakufu ( Japanese feudal government headed by a shogun ) . +OZUKI no Suetsugu ( 小槻 季継 , 1192 - November 6 , 1244 ) was a kanjin ( government official , especially one of low to medium rank ) in the mid Kamakura period . +Hakuo MATSUMOTO ( July 7 , 1910 - January 11 , 1982 ) was a Japanese theater , film and kabuki actor . +Imamairi no tsubone ( unknown - March 3 , 1459 ) was a woman of the Muromachi period and a wet nurse to eighth Shogun Yoshimasa ASHIKAGA and a concubine . +Remarks +Shichu-hikimawashi was a kind of punishment in the Edo period , whereby a criminal was brought through the streets in public on horseback to the execution ground , together with ' sutefuda ' ( official notice board stating the details about the criminal and the crime ) . +Mozuku ( Nemacystus decipiens ) is marine alga classified under the family Spermatochnaceae or the family Chordariaceae in the order Chordariales , the class Phaeophyceae . +Morouji HOSAKAWA ( 1305 - 1348 ) was a busho ( Japanese military commander ) during the late Kamakura period through the period of the Northern and Southern Courts ( Japan ) . +A seiden ( shoden ) is the central building of a palace , a shrine , etc . +Kado no Kori ( Kadono-gun ) was a district that existed in Yamashiro Province , Kyoto Prefecture . +Tokiie HONJO ( year of birth and death unknown ) was a busho ( Japanese military commander ) of Kodama Party , Musashi Province in the early Kamakura period ( he practically succeeded to the head family of Kodama Party ) . +A stone spatula is a kind of flake stone tool in a spatula-like shape , and it is considered to be used for cutting trees or bones , tanning animal skins , or maybe digging ground . +Emperor Seiwa ( May 10 , 850 - January 7 , 881 ) was the fifty-sixth Emperor ( he reigned during the early Heian period ) . +TAIRA no Nobusue ( 1144-August 12 , 1179 ) was a government official ( esp. one of low to medium rank ) who lived in the end of the Heian period . +Shosuke ( 勝介 ) TANAKA ( dates of birth and death unknown ) was a trading merchant of Kyoto in the early Edo period . +OTOMO no Nakatoko ( year of birth unknown - 651 ) was a member of Gozoku ( local ruling family ) who lived during the Asuka period . +Denzaburo FUJITA ( August 2 , 1841 - March 30 , 1912 ) was a business heavyweight in the Kansai area during the Meiji Period and founder of the Fujita Zaibatsu ( conglomerate ) . +Seven wise men in Saga was a general name of seven great men of Saga , who made remarkable services in the end of Edo Period ( the last days of Tokugawa Shogunate ) to Meiji period . +Hoshinno was an Imperial Prince who became a priest and renounced the world remaining within the imperial court . +The Nakayama family were kuge ( court nobles ) with kakaku ( family status ) of urinke ( the fourth highest family status for court nobles ) . +Eikoin ( 1624 - November 20 , 1711 ) was a woman in the Edo period who was a concubine of Iemitsu TOKUGAWA , the third seii taishogun ( literally , " great general who subdues the barbarians " ) of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Sadanobu KAZANIN ( April 17 , 1640 - November 18 , 1704 ) was a Kugyo ( high court noble ) who lived in the early Edo period . +Tsuneosa KASHUJI ( Although he was born on November 21 , 1825 , his birthday was officially recorded as November 18 , 1828 ) : in " Yamashiro no Kuni Kyoto SODEOKA Genbanosuke Kaki " ( The Family Chronicle of Genbanosuke SODEOKA in Kyoto , Yamashiro Province ) , ( housed in the National Institute of Japanese Literature ) , written by Fumikage SODEOKA , a Jige official ( the government officials of lower- ranked courtiers who were not allowed to enter the court ) and a Zassho ( or Karei : butler ) served for the Kashuji family , who was asked to be a private tutor of Tsuneosa by Nariko KASHUJI , it is read ' ..... Mansenhime who came to the family as a bride gave a birth to Tsuneosa on October twelfth in the eighth year of the Bunsei era , so Tsuneosa 's true age was fifteen years old this year ; however it was recorded that he was only twelve years old when he was conferred Jugoinoge ( Junior Fifth Rank , Lower Grade ) as his first court rank .... ' in the section of April 8 , the tenth year of the Tempo era , which means his age was reported three years younger than actual for the official recording . +Ugayafukiaezu is a deity in Japanese mythology . +Nara Railway was a Japanese private railway company that constructed and managed the entire current Nara Line and over half of the current Sakurai Line . +FUJIWARA no Narichika ( 1138 - August 11 , 1177 ) was a court noble at the end of the Heian period . +Yoritsune NANBA ( year of birth unknown - 1217 ) was a retainer of the Imperial Court during the late Heian period to early Kamakura period . +KI no Shizuko ( year of birth unknown - February 866 ) was Emperor Montoku 's koi ( a lady waiting in the court or court lady ) . +Kisaburo KAWAI ( 1838 - March 28 , 1866 ) was a Shinsengumi Accountant ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +Located in Higashiyama Ward , Kyoto City , Keage Station is a stop on the Kyoto Municipal Subway Tozai Line . +The Battle of Ishizu was fought on June 10 , 1338 , during the period of the Northern and Southern Courts ( Japan ) , in Ishizu of Sakaiura , Izumi Province ( areas in and around present-day Sakai City , Osaka Prefecture ) between Akiie KITABATAKE , who supported the Southern Court , and KO no Moronao , who supported the Northern Court . +Having been handed down in Japan from old times , Mishaguji is a kami ( of Shinto ) whose origin is not very clear . +Tanemichi KUJO ( March 4 , 1507 - February 24 , 1594 ) was a Kanpaku and classical scholar who lived during the Sengoku period ( Japan ) and the Azuchi-Momoyama period . +Kazuma MIYAKAWA ( 1841 ? - January 27 , 1868 ) was a member of Shinsengumi . +Dosho ( 629 - April 3 , 700 ) was a priest of the Hosso sect and he was born at Funenomuraji , Tajihi County , Kawachi Province ( present Osaka Prefecture ) . +Kuchikami-sake means sake that is produced through the process of chewing grain , such as rice , or seed in the mouth , spitting it out and leaving it as it is . +The term " hyakusho , " which can also be pronounced " hyakusei " or " omitakara , " was originally a word of Chinese origin that indicates all people with a hundred ( many ) surnames , i.e. , all the social class with surnames . +Mitsusue IGA ( date of birth unknown -June 13 , 1221 ; his first name 光季 ( Mitsusue ) is also written as 光末 ) was a busho ( Japanese military commander ) , who lived during the early Kamakura Period . +FUJIWARA no Arikuni ( 943 - August 18 , 1011 ) was a Court noble in the mid Heian period . +Hanachirusato is +Yodo-jo Castle was a castle which used to be in present Fushimi Ward in Kyoto City , Kyoto Prefecture . +NURIBE no Tomose is a person who lived during Japan 's Asuka period , although his birth and death dates are not known . +Soro RYU ( or TATSU ) ( 1714 - 1792 ) was a Confucian scholar and a composer of Chinese poems in the late Edo period . +Itowappu is a system of importing raw silk threads in Japan during the Edo period . +" Honmatsu seido , " a system intended to control the Buddhist organizations , was established by the Tokugawa shogunate during the Edo period . +Karita-rozeki or Katta-rozeki ( 刈田狼藉 ) means to harvest rice crops illegally in order to claim chigyo ( tenure ) to land # in medieval Japan . +Ryo was a rank in government offices under the ancient Japanese ritsuryo legal code system . +The Constitution of the Empire of Japan was the organic law of the Empire of Japan based on the idea of modern constitutionalism , promulgated on February 11 , 1889 , and came into effect on November 29 , 1890 . +" Saigu " ( also called Saiku or Itsuki no Miya as well as Iwai no Miya ) refers to the residence of Saio ( a vestal virgin princess ) serving at the Ise-jingu Shrine between ancient times and the period of the Northern and Southern Courts ( in Japan ) . +Yakushi-ji Temple is a Buddhist temple located in Nishinokyo-cho , Nara City , Nara Prefecture , which is a Daihonzan ( Head Temple ) of the Hosso sect along with Kofuku-ji Temple . +Tanko is one of the formal names of Ko ( armor ) used between Yayoi Period and Tumulus Period . +Chosei was a " busshi " ( a sculptor of Buddhist statues ) in the middle of the Heian period , whose birth year was 1010 ( birth date unknown ) and death date was December 27 , 1091 . +Tang names ( tomei , tomyo , or karana ) are Chinese names of government posts or departments each of which corresponds to a Japanese name of a government post or department whose official duties were similar to those of Tang under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +Bangumi elementary schools refer to the sixty-four elementary schools established by the towns people in Kyoto in 1869 , two years after the Meiji Restoration , based on the then extant municipal-level autonomous administrative unit known as the ' bangumi ' ( a neighborhood unit ) . +Mizuho-cho was a town located in Kyoto Prefecture . +Hotoke-gozen ( 1160-1180 ) was a women who danced Shirabyoshi ( Japanese traditional dance ) and lived in the end of the Heian period . +Toshodai-ji Temple , located in Gojo-cho , Nara city , is noted in connection with Jianzhen . +The Honmachi-dori Street is a street running north-south through Kyoto City . +Shugakuin Imperial Villa is a detached Palace within the Imperial Household Agency 's jurisdiction , and it is located at the foot of Mt . Hiei in Sakyo Ward , Kyoto City . +The competition of running up the long staircase of the JR Kyoto Station building is an event that has been held there by the Kyoto Broadcasting System Company Limited ( KBS ) on the third Saturday every February since 1998 . +Ryohen ( 1194-October 3 , 1252 ) was a priest of Hosso sect in the early Kamakura period . +Kamishimo ( old ceremonial dress ) is a kind of formal kimono ( traditional Japanese clothes ) for men . +Tomohisa ODA ( April 1 , 1417 - June 14 , 1455 ) was a busho ( Japanese military commander ) in the mid Muromachi Period . +Chinese characters representing Kannagi include " 巫 " and " 神なぎ ( 神和ぎ ・ 神薙ぎ ・ 神凪 ) , " which are also read as " kaminagi " or " kamunagi . " +Maizuru Shinkai Park ( Maizuru Sea Park ) is a park in Maizuru City , Kyoto Prefecture . +Shinsho ( 1167 - August 1 , 1230 ) was a priest of the Tendai Sect from the latter part of the Heian period to the early part of the Kamakura period . +Zenami ( 1386 - 1482 ) was a gardener who lived during the Muromachi period . +Empress is the wife of the emperor . +Hirokoji-dori Street is a street running east-west in Kyoto City , Kyoto Prefecture . +MINAMOTO no Morotoki ( 1077 - May 15 , 1138 ) was a Kugyo ( high court noble ) and poet during the late Heian period . +Tomosada UESUGI +Motoyuki NIKAIDO ( 二階堂 基行 , 1198 - November 17 , 1240 ) was a governmental official responsible for practical works of the bakufu ( Japanese feudal government headed by a shogun ) in the mid Kamakura period . +Kyusho-ji Temple , located in Yamatokoriyama City , Nara Prefecture , is a temple of the Soto sect of Zen Buddhism . +Fumimichi KOGA ( 1810 - 1818 ) was a retainer of Imperial Court who lived during the latter half of the Edo period . +Kusamochi is a kind of rice cake . +Yoshisada ISSHIKI ( year of birth unknown - September 24 , 1582 ? ) was the family head of the Isshiki clan . +Mitsuyoshi AKECHI ( 1569 - July 14 , 1582 ) was a busho ( Japanese military commander ) in the Sengoku period who was active from the end of Muromachi period to Azuchi-Momoyama period . +The Nakatomi clan , together with the Inbe clan , was a powerful family serving the Yamato court in ancient Japan , who took charge of Shinto rituals and religious services , and had occupied the region Yamashina -approximately corresponding to today 's Nakatomi-cho , Yamashina Ward , Kyoto City - as their base through the ages . +Sadako SAWAMURA ( November 11 , 1908 - August 16 , 1996 ) was an actress and essayist . +" Yagura " ( turret ) , which is written as " 櫓 " in Japanese , is a term for Japanese traditional constructions , buildings , and structure . +Kame no mae ( year of birth and death unknown ) was a woman , who lived during the late Heian Period . +Imperial Princess Baishi ( year of birth and death unknown ) was the second Princess of Emperor Gouda . +Kodaireki is a chronicle written between the Period of Northern and Southern Courts and the Muromachi period . +Yawata City is a city located in the southern part of Kyoto Prefecture and borders on Osaka Prefecture . +Jotenkaku Museum is an art museum located in Kyoto City , Kyoto Prefecture . +Tomotane SOMA ( September 18 , 1852 - February 22 , 1892 ) was a daimyo ( Japanese feudal lord ) of the Edo period . +The Minamoto clan ( Genji ) is a family whose honorary surname was Minamoto . +Seaweed ( written as 若布 , 和布 , 稚海藻 , or 裙蔕菜 in kanji ; scientific name : Undaria pinnatifida ) is a marine alga of the class Phaeophyceae , order Laminariales and family Alariaceae . +Hatto is a construction in a Buddhist temple where priests make lectures about Buddhism . +Kosho OTANI ( November 1 , 1911 - June 14 , 2002 ) was a Japanese religious figure . +Hyogo SAKAI ( date of birth unknown - around August of 1865 ) was an accountant of the Shinsengumi . +Shotetsu ( 1381-June 9 , 1459 ) was a poet-monk of the Rinzai Sect who lived during the mid-Heian period . +FUJIWARA no Morokane ( 1048 - April 7 , 1076 ) was a Kugyo ( court noble ) who lived during the late Heian period . +Gunsei was a domestic law of Japan during the period of Meiji and Taisho era , which stipulated Gun , a district occupying an intermediate position between a prefecture and a municipality , as a local government . +Sagamu no kuni no miyatsuko ( also known as Sagamu kokuzo ) was a kuni no miyatsuko ruled the east part of Sagami Province . +From the Heian Period , " Shunshi " was the title given to monjosho ( students of literary studies at Imperial universities ) . +TAKASHINA no Naritada ( 923 - July , 998 ) was a Kugyo ( top court official ) who lived during the mid Heian period . +Akinori MATSUO ( born November 5 , 1928 ) is a film director in Japan . +Jogan-ji Temple is a Tendai sect temple in Owaki-cho , Higashiomi City ( former Yokaichi City ) , Shiga Prefecture . +Kenmitsu taisei refers to a hypothesis about a medieval religious theory in Japan , which was proposed by Toshio KURODA , a historian . +Hirosawa no tsubone ( 1572 - 1637 ) was a daughter of Tsunemasa NAGOYA who was the lord of Kakizoe-jo Castle in Hizen Province , and one of the Hideyoshi TOYOTOMI 's concubines . +Sanpaku INAMURA ( 1758 – February 11 , 1811 ) was a Rangakusha ( a person who studied Western sciences by means of the Dutch language ) in the late Edo Period . +Munenori YAGYU was a Japanese military commander , a feudal lord , and a swordsman in the early Edo period . +Anahobe no hashihito no himemiko ( year of birth unknown - February 6 , 622 ) was a one of the Imperial Family members during the Asuka period . +Suzuri no tamashii ' or ' suzuri no sei ' is one of ' tsukumogami ' ( a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ) as described in " Konjaku Hyakki Shui " ( literally , Supplement to The Hundred Demons from the Present and the Past ) , a yokai ( Japanese ghosts , spirits , spooks and monsters ) art collection book or supernatural bestiary by Sekien TORIYAMA . +Election interference means interference to election made by ruling party to eliminate their opponents . +Sanin Kaigan National Park is a designated national park that stretches 75 km along the coast of Japan facing the Japan Sea and the park runs along the Amino Coast in the Tango region , Kyoto Prefecture , Tajima-mihonoura Inlet in Hyogo Prefecture , and Tottori-sakyu Sand Dunes in eastern Tottori Prefecture . +Takeisao-jinja Shrine is a Shinto shrine located halfway up of Mt . Funaoka in Kita Ward , Kyoto City . +FUJIWARA no Yasunari ( years of birth and death unknown ) was a retainer of the Imperial Court at the end of Heian period . +The Shijo school is a large group among those of the Japanese painting world . +Samida Takarazuka Tumulus is a keyhole-shaped mound built in the latter half of the earlier Kofun period ( tumulus period ) ; it is located in Kawai-cho , Kitakatsuragi-gun , Nara Prefecture . +Ritsumeikan University ( BKC ) Bus Route +Chushin ZEKKAI ( December 9 , 1334 - May 3 , 1405 ) was a Buddhist monk from the period of the Northern and Southern Courts ( Japan ) to the early years of the Muromachi period . +Kyoto ( also known as Miyako and Kyo-no-Miyako in Japanese ) was the historical capital of Japan . +" Iki " is a Japanese aesthetic sense ( aesthetic concept ) . +Hayashi rice is a dish featuring a sauce served atop white rice , the sauce of which is cooked by stir-frying thin pieces of beef and chopped onion with butter and stewing it with red wine and demi-glace sauce . +Imperial Prince Muneira ( 951 - March 30 , 1041 ) was a member of the Imperial family in Heian period . +Nezumi komon haruno shingata is a program of Kabuki . +The Okochi clan is part of the Seiwa-Genji ( Minamoto clan ) and Settsu-Genji ( Minamoto clan ) , and is said to have been established when Akitsuna , the grandson of MINAMOTO no Yorimasa , moved to Okochi-go , Nukata County in Mikawa Province ( which some have asserted to be the present-day Aza-Okochi , Ohira-cho , Okazaki City , Aichi Prefecture ) and called himself Okochi . +The Yokoyama Party , centered in the Yokoyama-sho estate in Tama County , Musashi Province ( the present Hachioji City , Tokyo ) , was an armed group from the same family that existed from the late Heian period to the Kamakura period , and based themselves in Musashi Province ( Osato County , Hiki County , and Tachibana County ) and the northern part of Sagami Province . +Bakezori ' is one of Tsukumogami ( the spirits of discarded object ) and a yokai ( apparition ) of zori ( thonged sandals ) . +FUJIWARA no Oguromaro ( 733-July 31 , 794 ) was a noble who lived during Nara period . +" Aoso-za " refers to " za " ( the guild ) of " aoso " ( Boehmeria nipononivea , a fiber material for clothing ) , which was established in the later middle ages of Japan . +Chigomage ( also pronounced " chigowage " ) is a form of hair which was worn by boys from the Heian period to the Azuchi-Momoyama period , and also the similar hairstyle for girls which dates from the Edo period . +Kakitsu War is referred to as a series of disturbances occurred in 1441 , from when Mitsusuke AKAMATSU , a shugo ( provincial constable ) of the Harima Province , the Bizen Province , and the Mimasaka Province , assassinated Yoshinori ASHIKAGA , the 6th seii taishogun ( literally , " great general who subdues the barbarians " ) to when he was defeated and killed by the punitive force of bakufu ( Japanese feudal government headed by a shogun ) in his own territory , Harima . +Gokogu-jinja Shrine ( it is also pronounced Gokonomiya-jinja Shrine ) is a Shinto shrine located in Fushimi Ward , Kyoto City . +Josuke UBA is the family name of a kabuki writer . +" Hannyashin-gyo Hiken " was a commentary on " Hannya Shingyo " ( the Wisdom Sutras ) and was written by Kukai around 818 . +Jigo HIGASHIFUSHIMI ( May 16 , 1910 - ) is a Buddhist monk in Japan . +The Russo-Japanese War ( Русско-японская война in Russian , February 6 , 1904 - September 5 , 1905 ) was a war which broke out between the Great Empire of Japan and the Russian Empire ( Although Montenegro , [ Then known as the Principate of Montenegro ] which was in an alliance with Russia declared war against Japan , it did not participate battle . ) and was primarily fought on the Korean Peninsula and southern Manchuria ( northeastern China ) . +Taiki is a diary of FUJIWARA no Yorinaga , Uji-sadaijin ( Minister of the Left ) . +Ryousaku Shiba ( date of birth unknown , 1840 - date of death unknown ) was a member of the shinsengumi . +Prince Naniwa ( around 560 - 587 ) was the first son of Emperor Bidatsu and his wife , KASUGA no Ominago . +FUJIWARA no Aritoshi ( year of birth and death unknown ) was a government official ( low to medium rank ) who lived in the early Heian period . +Hyatt Regency Kyoto is a hotel located in Sanjusangendo , Higashiyama-ku Ward , Kyoto City . +Daijo Tenno ( the Retired Emperor ) is an honorary title awarded to an Emperor who handed over the Imperial Throne to his successor . +Princess Numaki iribime ( Nunaki iribime no Mikoto ; the dates of her birth and death are unknown ) was a princess of the Emperor Suinin . +Makino Talkie Seisaku-jo ( established in November 1935 , liquidated in April 1937 ) was a film company that once existed in Kyoto . +Sukehide INADOME ( 1508 - 1567 ) was a busho ( Japanese military commander ) who lived in the Sengoku period ( period of warring states in Japan ) and a vassal of the Isshiki clan . +Rurikei River Valley Hot Spring is a hot spring located in Sonobe-cho , Nantan City , Kyoto Prefecture ( Tanba Province under the ancient administrative division ) . +TAIRA no Moritoki ( year of birth and death unknown ) was a bugyonin ( government official for the bakufu , or feudal government head by a shogun ) in the early Kamakura period . +Kinuji OGIMACHISANJO ( 1182 - October 12 , 1237 ) was a Kugyo ( court noble ) in Kamakura period . +Nisso boeki was the trade done between Japan and the Sung Dynasty ( Southern Sung Dynasty ) in China . +Yahei TOYAMA ( 1843 - May 22 , 1868 ) was a member of the Shinsengumi ( a special police force of the late Tokugawa shogunate period ) and Goryo-eji ( guard of Imperial mausoleums ) . +Ise ebi , or Japanese spiny lobster ( Panulirus japonicus ) is a species of lobsters that belongs to Parimuridae of Decapoda . +Sansetsu TOYAMA ( dates of birth and death unknown ) was an igo player ( Igo ) who was active around the Bunsei era . +Gomashio is a mixture of sesame seeds and salt and used as a seasoning . +Kinuta is a Noh play which is said to have been created by Zeami . +MIYAKO no Sadatsugu ( 791-June 13 , 852 ) was a government official ( esp. one of low to medium rank ) who lived in the early part of the Heian period . +Seyaku-in ( the pharmacy institution ) , which was established in the Nara period as a ryogenokan ( extra statutory office ) , was a rescue facility for common people as well as a garden of medicinal plants . +Chido ( 1736-December 12 , 1805 ) was a priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) from the mid to the late Edo period . +Hidetaro KATAOKA is a Kabuki ( traditional drama performed by male actors ) actor . +Shukuba refers to urban areas that were established mainly during the Edo period along the Go-kaido Road ( Edo Five Routes ) and Wakiokan ( secondary route that connected the Five Routes ) to look after officers who transported luggage from one post station to another . +Michika ICHIJO ( November 18 , 1722- October 4 , 1769 ) was a high-rank Court noble in the Edo period . +" Shiratama " is dumplings made from rice flour called shiratamako . +Jo ( 丈 ) +It means Emperor who was woman . +Nichigenn-boueki was the trade relationship held between Japan and the Yuan Dynasty . +The Nanshinron ( southward advance ) theory was one of Japan 's foreign policies before World War II , advocating that the country should advance into Southeast Asia and the South Pacific islands . +Rissho Ankoku-ron is a treatise written in 1260 by Nichiren , who founded the Nichiren sect of Buddhism , to be submitted to Tokiyori HOJO , a former regent to the shogunate , who was the head of the major lineage of the Hojo family . +Ryogen-in Temple is a sub-temple within the precinct of Rinzai sect Daihonzan ( Head Temple ) Daitoku-ji Temple located in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +The fire attack against Mt . Hiei was a fire attack mainly against Mt . Hiei . +Masako HOJO ( born 1157 and died August 23 , 1225 , which is July 11 on the old lunar calendar ) lived from the end of the Heian Period to the beginning of Kamakura Period . +Born in 798 and gone on January 27 , 854 , YAMATA no Furutsugu was a practical bureaucrat and a noble in the early Heian period . +Tashiraka no Himemiko was a member of the Imperial family who lived during the Kofun period ( tumulus period ) , and was the empress of Emperor Keitai . +OKOMA no Momoe ( date of birth unknown - June 21 , 696 ? ) lived in the Asuka period of Japan . +Mandokoro was an administrative board for domestic economy that was allowed to be set up by Imperial princes , princesses and court nobles ranked Sanmi ( Third Rank ) or higher . +Mitsuyoshi OSHIMA ( 大島 光義 : 1508 - September 16 , 1604 ) was a busho ( Japanese military commander ) , who lived during the Sengoku Period ( period of warring states ) . +Sotan SEN ( 1578 - December 13 , 1658 ) was a Japanese tea master . +Yasuaki KONPARU ( May 29 , 1952 - ) is a Noh actor of the Konparu school of shite-kata ( lead actors ) . +Akazome Emon ( approximately 956 - after 1041 ) was a nyobo ( court lady ) and a waka poet in the Heian period . +Naoteru KATAOKA ( August 3 , 1856 - April 13 , 1927 ) was a businessman in the Meiji , Taisho and early Showa periods . +Imo-yokan is a Japanese sweet having sweet potatoes as a main ingredient that is kneaded and molded . +Japanese table manners refer to the manners of dining in Japan . +Kazuo IKEHIRO ( October 25 , 1929 - ) is a Japanese movie director . +Senmin indicates a rank or a person of such rank who is placed lower than the common person . +Yagura refers to a turret , built in a fortress , as a guard tower or a watchtower . +Ominesan-ji Temple is Shugendo ( mountain ascetism ) temple located in Amakawa-mura , Yoshino-gun , Nara Prefecture . +Kaishin SHINODA ( male , 1821-1902 ) was a tenkokuka ( artist of seal engraving ) who was active in Kyoto in the Meiji period . +Ikomanimasuikomatsuhiko-jinja Shrine is a Shinto shrine located in Ikoma City , Nara Prefecture . +Sanpitsu is the name to call three excellent calligraphers . +Shomono is a general term for books of commentary on Chinese literary works created from the mid-Muromachi period to the early Edo period . +Japanese education history deals with the state and history of Japanese education from ancient times to the modern age ; additionally , it deals with the transition of educational philosophy , teaching materials and systems . +Japanese doll is the general term for dolls which have Japanese clothes and hairstyles and reflect traditional Japanese culture . +Nijugozanmaie was a Nenbutsu ( Buddhist invocation ) association established in the Heian Period . +Desiccated foods are foods that have been dried with the aim of enhancing flavor and storage qualities . +Michinokuchinokihe no kunimiyatsuko 道口岐閉国造 ( also known as Michinokuchinokihekokkuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the northern edge of Hitachi Province . +Located in Nishioji Shijo , Ukyo Ward , Kyoto City , Saiin Station and Sai Station are stops operated by the Hankyu Railway and the Keifuku Electric Railroad Co . , Ltd . , respectively . +Shodaibu is the name of class of government officials ( especially one of low to medium rank ) , which was used from ancient times through medieval period to the early-modern times in Japan . +Shokuyo-giku is a kind of chrysanthemum which is especially grown as food . +Cultural Park Joyo is a composite cultural facility located in Joyo City , Kyoto Prefecture . +MINAMOTO no Yukikuni ( 1081 ? - October 15 , 1153 ) was a busho ( Japanese military commander ) in the late Heian period . +Kenjutsu is one of Japan 's Kobudo ( classical martial arts ) with the focus of killing and wounding opponents with a katana ( Japanese sword ) . +The First Battle of Kizukawaguchi refers to the battle between the Mori Clan and the Oda Clan in 1576 . +Chinju gami is a ( Shinto ) god enshrined to guard a particular building or a certain area of land . +Fushin ( 普請 ) , where fu ( 普 ) means widely and shin ( 請 ) means asking for help , refers to a request for widespread and equal community service ( monetary support , labor support , financial assistance ) , where a whole community is asked to build and maintain public infrastructures . +Daigen Suiho is one of the magic rituals of esoteric Buddhism . +Sakihide HIROHATA ( January 15 , 1763 - July 12 , 1808 ) was a Kugyo ( top court official ) during the mid-Edo Period . +Santo ( Three Cities ) +Nuinotsukasa was one of 12 offices in the Ladies Quarters , and responsible for sewing garments , braiding plaited cords , and also managed the court ladies ' serving and entering the Imperial Court . +Originally , there was a bus route run by Keihan bus and Kyoto City Bus in the Daigo area , and it connected Rokujizo Station of the JR Nara Line , Keihan Main Line or Yamashina Station of the JR Tokaido line and the central Kyoto City area ( Shijo Kawara machi ) . +OE no Asatsuna ( 866 - January 25 , 958 ) was Kugyo ( the top court official ) , a scholar , and a calligrapher who lived in the mid Heian period . +Munesue SAIONJI ( December 26 , 1683 - July 30 , 1756 ) was Kugyo ( a Court Noble ) in the middle of the Edo period . +Gessen ( 1741 - February 25 , 1809 ) was a priest and artist painter living between the mid and late Edo Period . +MINAMOTO no Moritsune ( year of birth and death unknown ) was a figure in the Heian period . +MIYAKO no Yoshika ( 834 - March 25 , 879 ) was a literatus and kanshi ( Chinese verse ) poet who lived in the early Heian period . +Chigyo-koku indicates the provincial system and province in ancient and medieval Japan in which dominant nobles , shrines or temples acquired chigyo-ken ( also called Kokumu-ken or rimu ) ( the right to manage the province ) and obtained their revenues from there . +Chokugo means , in principle , the Emperor 's verbal expression of his or her intention concerning official matters , and is a type of Shochoku ( imperial rescript ) . +Okubo Station , located at 81-2 Nishiura , Hirono-cho , Uji City , Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line of Kintetsu Railways . +Kanpyo gyoki is the Emperor Uda 's diary . +Naiyakushi was one of the agencies that belonged to Nakatsukasasho ( Ministry of Central Affairs ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Inja Bungaku ( literature of reclusion ) is the generic term referring to a group of literature written by Buddhist priests and recluses who chose to retire from the secular world in medieval Japan . +Ozaho no okimi ( year of birth and death unknown ) was a member of the Imperial family , who appears in the Japanese Myth . +MIYOSHI no Tamenaga ( 1007-September 14 , 1081 ) was a court noble of the mid-Heian Period . +Nanakomachi is a generic term for seven Yokyoku ( Noh songs ) dealing with ONO no Komachi . +Kirio URAYAMA ( May 14 , 1930 - October 20 , 1985 ) was a film director in the Showa Period . +Teisuke turmoil was an uprising which broke out in Niigata Prefecture and Kashiwazaki Prefecture ( present-day Niigata Prefecture ) in April 1872 . +Yorishige UESUGI ( years of birth and death unknown ) was active in the Kamakura period . +The Yamashina family was court nobility with a family status of Urin . +Hanami is a custom of enjoying the beauty of flowers , especially cherry blossoms and the arrival of spring . +Hojo-in Temple , located in Uji City , Kyoto Prefecture , is a temple of the Shingon Ritsu sect . +Jishinban is a bansho ( an ancient form of security office ) installed in downtown areas in Edo and Osaka during the Edo period . +Konowata is salted guts of a sea cucumber . +Imperial Princess Tokiko ( date of birth unknown - March 6 , 847 ) was a member of the Imperial Family during the early Heian period . +The Takeda clan was a samurai family that existed during the time from the end of the Heian to to the Sengoku period ( Japan ) . +MINAMOTO no Akichika ( 1088 - 1160 ) was a government official during the late Heian period . +Revolutionist +The 100-yen coin is a subsidiary coin issued by the Japanese government . +Here , we explain about Japanese lavatories . +Keicho Oban is a large-sized old Japanese gold coin issued in the early Edo period , from 1601 more specifically , and this can be classified into several varieties according to writings in ink , karat ( gold measurement ) , timing of issuance , and so on . +" Sankyoku gasso " means the ensemble made up of " sankyoku " ( instrumental trio ) ; originally , the trio was " shamisen " ( also called " sangen , " the three-string Japanese banjo ) for accompanying " Jiuta " ( songs of the country ) , " koto " ( the long Japanese zither with thirteen strings ) and " kokyu " ( the Chinese fiddle ) , but it also means the ensemble music itself . +JR Kyoto-sen ( JR Kyoto Line ) is the unofficial name given to the section of the Tokaido Main Line of the West Japan Railway ( JR West ) that runs between Kyoto Station and Osaka Station . +Kyuen KAWASAKI ( July 11 , 1874 - January 24 , 1961 ) is a master of Nogaku otsuzumi ( large hand drum used for Noh play ) . +Kanemi YOSHIDA ( 1535 - October 6 , 1610 ) was the ninth head of the Yoshida family ( and 25th of the Urabe Clan ) , a hanke ( lowest rank family ) of Tosho-ke ( the hereditary lineage of Court nobles occupying relatively high ranks ) and descended from the Urabe clan . +Sangyo Gisho ( The Annotation of the Three Sutras ) is the collective name of " Hokke Gisho " ( believed to have been published in 615 ) , " Shomangyo Gisho " ( believed to have been published in 611 ) and " Yuimagyo Gisho " ( believed to have been published in 613 ) all of which are thought to have been written by Prince Shotoku . +" Kusunokiryu Hanami no Makuhari " is a program of Kabuki ( traditional drama performed by male actors ) . +Dazai Gonnosochi was the Provisional Governor General of Daziafu in Kyushu . +Ujitsuna SASSA was the eighth son of Nobuzane KAJI , who was a son of Moritsuna SASAKI . +The Simotsuki Incident was a political change in the Kamakura bakufu ( Japanese feudal government headed by a shogun ) that occurred in Kamakura in the latter half of the Kamakura period on December 21 , 1285 . +Oshikoji Karasumadono residence was one of residential palaces in Medieval Kyoto . +" Takekiri danuki " ( raccoon dog cutting bamboo ) is a spirit of a raccoon dog handed down in Otoshi , Hozu-mura Village , Minamikuwata County , Kyoto Prefecture ( present-day , Kameoka City ) . +Ekei , of Ankoku-ji Temple , was a Zen priest and a Japanese feudal lord from the Sengoku Period ( Period of Warring States ) ( Japan ) to the Azuchi Momoyama period . +OKISOME no Oku lived in the Asuka period of Japan . +Tsunemasa ISHIZUKA ( 石束 毎雅 , 1700 - July 3 , 1752 ) was a samurai in the middle of the Edo period . +Sosuke ( 宗輔 ) NAMIKI ( 1695 - October 25 , 1751 ; also known as Senryu NAMIKI [ the first ] , Sosuke [ 宗助 ] NAMIKI , Senryu TANAKA and Sosuke MATSUYA ) was a playwright of Kabuki ( traditional drama performed by male actors ) and Ningyo Joruri ( traditional Japanese puppet theater ) in Edo period . +MINAMOTO no Yoritaka was a busho ( Japanese military commander ) of Kawachi-Genji ( Minamoto clan ) in the end of the Heian and the early Kamakura periods . +FUJIWARA no Miyako ( year of birth unknown - August 11 , 754 ) was the first daughter of FUJIWARA no Fuhito . +Engeki Kairyo Undo ( Theatrical Performance Improvement Movement ) was a campaign launched during the Meiji period , that advocated reforming Kabuki ( traditional drama performed by male actors ) so it could meet standards of modern society . +FUJIWARA no Hirokage ( date of birth unknown - March 26 , 904 ) was a man who lived in the Heian period . +Sukisha ( also referred to as Sukimono ) is a familiar name for a person infatuated with geido ( accomplishments of art ) . +The period of Japanese rule of Taiwan refers to approximately fifty years during which time Taiwan was governed by Japan as colony from April 17 , 1895 when the Qing dynasty ceded Taiwan to Imperial Japan due to the defeat of the Sino-Japanese War to October 25 , 1945 when Taiwan was put under the rule of the Republic of China . +Imperial Prince Atsuakira ( June 25 , 994 - February 27 , 1051 ) was the first prince of the sixty seventh Emperor Sanjo , and his mother was Empress FUJIWARA no Seishi , the daughter of FUJIWARA no Naritoki . +Hatsune ( The First Warbler ) is one of the fifty-four chapters of " The Tale of Genji . " +" Tsukiyomi-jinja Shrine is a shrine in Saikyo Ward , Kyoto City , Kyoto Prefecture . +The screen of the annual observances is a self-standing screen which was put in Hirobisashi ( broad eaves ) adjacent to Seiryoden ( literally " Limpid Cool Hall , " an imperial summer palace ) and faced to the Upper Door ( an entrance to the courtiers ' hall ) . +Shiro ICHIKI ( January 29 , 1829 - February 12 , 1903 ) is a feudal retainer of Satsuma . +Michitaka KUJO ( June 11 , 1839-January 4 , 1906 ) was Kugyo in the end of the Edo period . +Maishima-jo Castle was once located in Makishima-cho , Uji City , Kyoto Prefecture . +ONO no Imoko ( male , dates of birth and death unknown ) was a politician who lived during the Asuka period . +Kyoto City Nishikyogoku Comprehensive Sports Park is a regional sports park , which is located in Ukyo Ward , Kyoto City , Kyoto Prefecture . +Tanbaguchi Station , located in Chudoji Minami-machi , Shimogyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Sanin Main Line ( Sagano Line ) of the West Japan Railway Company ( JR West ) . +Kakoshu refers to twelve programs selected by Uzaemon ICHIMURA the fifteenth for which he had gained a reputation . +TAIRA no Tomoyasu was a noble who lived in the late Heian period ( years of his birth and death , not known ) . +Emperor Yuryaku ( January 419 – September 9 , 479 ; reign : December 26 , 456 – September 9 , 479 ) was the twenty-first emperor of Japan . +Gyoshu ( dates of birth and death unknown ) was a priest of Daian-ji Temple in the Nara period . +Nohkan is a sort of the Japanese transverse flutes . +Tomitsu is Esoteric Buddhism that has been passed down in Shingon Buddhism . +Juichi SOEDA ( September 15 , 1864 - July 4 , 1929 ) was a financer ( official of the Ministry of Finance ) , banker , businessman , economist , and finance specialist at government offices who lived from the Meiji period to the Taisho period . +A shoji refers to a screen consisting of a wooden frame covered in paper allowing the passage of light , used as a sliding door or window in a Japanese house . +Takatsune KYOGOKU ( 1810-July 29 , 1834 ) was the ninth lord of Mineyama Domain of Tango Province . +The Imperial Princess Ota ( year of birth unknown - c . March , 667 ) was one of the Imperial Family members during the Asuka period . +Bean paste ( ' an ' or ' anko ' ) is an ingredient in manju ( buns filled with bean paste ) and usually indicates azuki beans or other ingredients boiled with sweeteners or ingredients gelatinized with starch . +Among the manuscripts of The Tale of Genji , Aobyoshi-bon ( Blue Book ) manuscripts designate the ones which seem to have been transcribed by FUJIWARA no Teika , and also the ones which are said to have been transcribed from Teika 's manuscript . +Hokan-ji Temple is a Buddhist temple belonging to the Kennin-ji school of the Rinzai Sect located in Higashiyama Ward , Kyoto City , Kyoto Prefecture . +KUDARA no Kawanari ( 782-September 30 , 853 ) was a painter in the early Heian period . +Tenpo-reki ( or Tenpo calendar ) is a Japanese calendar based on the lunar solar calendar used in old Japan . +The Kara-hashi Bridge of Seta is the bridge spanning over Yodo River in Seta , Otsu City , Shiga Prefecture . +Iwakiji-jo Castle is a castle situated on a steep mountain in Iwakiri , Miyagino Ward , Sendai City , Miyagi Prefecture . +Gonnosuke KAWARASAKI is a hereditary family name for an actor of Kabuki , a Japanese traditional theatrical drama . +Tomomune UESUGI ( 1334 - October 8 , 1414 ) was a busho ( Japanese military commander ) from the period of the Northern and Southern Courts ( Japan ) to the early Muromachi period . +Soshimari is a piece from gagaku ( an ancient Japanese court dance and music ) . +Hoshin ( or Hosshin , Hasshin ) ( 709-October 23 , 778 ) was a priest who came from Tang ( China ) in the Nara period . +Tango Kairiku Kotsu Co . , Ltd. is a company which runs route bus , boat and ship , cable car , and lift businesses in and around the Tango Peninsula including Miyazu City , Kyotango City , or Yosa District , Kyoto Prefecture . +Kosaka-jinja Shrine is a Shinto shrine located in Higashikozaka-cho , Nagahama City , Shiga Prefecture . +" Sanyo-ki " ( the Calculation Manual ) is the oldest book on Wasan ( Japanese mathematics ) extant in Japan , however , the author is unknown . +Genjo , or Gensei ( 1303 - January 12 , 1359 ) was a military commander and a Buddhist monk in Tendai sect during the period of the Northern and Southern Courts . +" Gonki " is a diary of FUJIWARA no Yukinari , who lived during the middle of the Heian period . +Kosai ( 1163 - May 27 , 1247 ) was a priest of the Jodo sect early in the Kamakura period . +Sanenori SANJO ( year of birth unknown - October 1 , 1641 ) was a kuge ( court noble ) who lived during the era from the end of Muromachi period to the Edo period . +The Rebellion of FUJIWARA no Nakamaro is a domestic conflict which occurred in the Nara period . +The Koromonotana-dori Street is a street running north-south through Kyoto City . +Harechika TSUCHIMIKADO ( January 15 , 1788 - August 4 , 1842 ) was a Court noble who lived during the late Edo period . +IKAGO no Ahe ( the dates of birth and death are unknown ) was a person of the Asuka era in Japan . +Gamo Sodo was a family dispute occurred to the Gamo clan , which headed the estate of Aizu-wakamatsu with 920,000 koku of rice ( 165,959 cubic meters of rice-crop yield ) , which occurred between 1595 and 1598 . +TAIRA no Tomomori was a warlord in the late Heian period . +Sazae no Tsuboyaki ( Turbo cooked in its own shell ) is a way of cooking a snail , sazae ( turbo ) . +Nan-Taiheiki is a book which was completed by Sadayo IMAGAWA ( after becoming a priest , known as Ryoshun IMAGAWA ) in 1402 . +Shabu-shabu is a Japanese dish in which extremely thin slices of meat are cooked by swishing them back and forth several times in dashi ( broth ) boiled in a special tabletop pot , dipped in sauce and eaten with boiled ingredients such as vegetables , tofu and kuzukiri . +Kichiya KAMIMURA the fifth ( December 13 , 1909-January 1 , 1992 ) was a Kabuki ( traditional performing art ) actor . +kirizuma-zukuri , one of the roof styles , indicates the style of roof with two surfaces inclining from the ridge at the top , or having the shape of a book placed with its face on the lower side . +Yoshiharu ROKKAKU was a daimyo ( Japanese territorial lord ) in the Sengoku Period , based in Minami Omi Province . +Mototanaka Station , located in Sakyo Ward , Kyoto City , is a railway stop on the Eizan Main Line , which is operated by the Eizan Electric Railway Co . , Ltd . ( Eiden ) . +OK +Tadahiro AOYAMA ( June 22 , 1768 - May 12 , 1836 ) was daimyo ( Japanese feudal lord ) and roju ( member of shogun 's council of elders ) in Edo period . +FUJIWARA no Kusuko ( date of birth unknown - October 17 , 810 ) was a female court official in the early part of the Heian period . +Koto-in Temple is a sub-temple within the precinct of Rinzai Sect Daihonzan ( head temple ) Daitoku-ji Temple located in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +" Meigetsuki " ( The Record of the Clear Moon ) is the Kamakura period diary of FUJIWARA no Sadaie , who is more commonly known as " Teika . " +TACHIBANA no Hirofusa ( date of birth unknown - 1111 ) was a government official and kajin ( waka poet ) in the late Heian period . +Arinori MORI ( his name is written 森有禮 in orthographic style ) ( August 23 , 1847 - February 12 , 1889 ) was a Japanese samurai as well as a feudal retainer of Satsuma Province and a statesman . +Igo is a kind of punishment carried out during the Nara and Heian periods to remove a criminal to another province . +Kishi SAIONJI ( 1303 - November 19 , 1333 ) was a Japanese Imperial family member during the late Kamakura period . +Mitsuakira ASHIKAGA ( July 7 , 1364 - June 27 , 1418 ) was a military commander and gon-dainagon ( Provisional Manor Councilor ) who lived in the period of the Northern and Southern Courts ( Japan ) and the Muromachi period . +The " Nashitsubo no Gonin " represents the key members at the Waka-dokoro ( the Imperial Bureau of Poetry ) established by order of Emperor Murakami in 951 within the Shoyosha , which was one of the Shichiden-Gosha ( seven residences and five houses for the Empress and other concubines ) inside the Heian Imperial Palace . +Shobo-ji Temple is a temple of the Jodo ( Pure Land ) sect , located in Yawata City , Kyoto Prefecture . +A gissha ( ox-drawn carriage ) is a kind of vehicle drawn by oxen or water buffalo . +" Jungido " is a hanko ( school for the descendants of feudal lords ) founded by the Zeze clan in 1808 . +NAKATOMI no Kane ( year of birth unknown - September 24 , 672 ) was a government official in the Asuka period . +Shinzan shiki refers to a ceremony when a new chief priest comes into a temple . +Kuta is the name of an area located at the most northern part of Sakyo Ward , Kyoto City , Kyoto Prefecture . +Located on the coast facing the Sea of Japan in Maizuru City in Kyoto Prefecture , Kanzaki Seaside Resort is blessed with scenic beauty . +Imperial Prince Sanehito ( May 16 , 1552 - September 7 , 1586 ) was a member of the Imperial family in the Azuchimomoyama period . +Takanobu TAKANASHI was a samurai lived in the late Heian period . +Tadasuke KAZANIN ( March 27 , 1483 - February 14 , 1542 ) was a kugyo ( court noble ) who lived during the latter half of the Muromachi period . +Masahiro TAKAGI ( 1613 - July 23 , 1965 ) was the third lord of the Tannan Domain in Kawachi Province . +Mikkyo is an abbreviation for Himitsu Bukkyo , or esoteric Buddhism . +Tekkamaki is a kind of sushi ( maki-zushi [ sushi roll ] ) . +" Makura no Soshi Ekotoba " refers to the picture scrolls on which impressive scenes selected from the passages in the diary of " Makura no Soshi " ( The Pillow Book ) were depicted . +The Fukuchiyama family , a shopping center located in Fukuchiyam City , Kyoto Prefecture . +Adashino Nenbutsu-ji Temple is a Pure Land Sect Buddhist temple located in Sagano , Ukyo Ward , Kyoto City . +Akitake TOKUGAWA was the sixth family head of the Shimizu Tokugawa family and later became the last ( the 11th ) lord of the Mito domain . +Omonoimi no Kami is a god ( Shinto ) believed to dwell in Mt . Chokai . +Ietada MATSUDAIRA ( 1555 - September 8 , 1600 ) was a retainer of the Tokugawa clan who served as a busho ( Japanese military commander ) from the Sengoku Period ( Period of Warring States ) through Azuchi-Momoyama period . +Saimyo-ji Temple is a temple belonging to the Daikaku-ji school of the Shingon Sect located in Ukyo Ward , Kyoto City . +ABE no Muneaki ( year of birth and death unknown ) was a yin-yang diviner during the late Heian period . +FUJIWARA no Tsunate ( year of birth unknown - November 28 , 740 ) was a retainer of the Imperial Court and warrior in the Nara period . +Nobukazu ODA ( ? - June 21 , 1582 ) was a Japanese military commander who lived during the Sengoku period ( the period of warring states ) . +Robert William ATKINSON was the British chemist who taught at Tokyo Kaisei School during the Meiji Period . +A hokyoin-to pagoda is a kind of Buddhist pagoda which is used as a tomb tower and memorial tower . +Amenotokotachi no Kami is a god ( Shinto ) appearing in the Japanese mythology . +Nobutada KONOE ( November 23 , 1565 - December 25 , 1614 ) was a court noble lived in the Azuchi-Momoyama period . +Shunan ARAKI was a figure of the late Edo period . +Kyo-Yuzen ( dyeing technique ) is one of the traditional arts of Kyoto , and refers to dyeing technique that was designed by Yuzensai MIYAZAKI , who was a painter of folding fan , in the Genroku era . +Nihonshoki ( also referred to as Yamatobumi ) is a Japanese history book established in the Nara period . +Kinaki SAIONJI ( 西園寺 公顕 , 1274 - March 15 , 1321 ) was a Kugyo ( high court noble ) in the late Kamakura period . +Wakamizu means drawing water from a well early on New Year 's Day morning and offering it at a household Shinto altar . +Keinosuke MIURA ( 1848 - February 26 , 1877 ) was a Japanese samurai and a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +Tadamoto KUJO ( 1345-January 16 , 1398 ) was a Kugyo ( the top court officials ) in the period of the Northern and Southern Courts ( Japan ) . +Emonfu was a government office under the Ritsuryo system ( a system of centralized government based on the Ritsuryo Code ) . +Onda ( ota , mita , omita , onta , onda , oden ) refers to the territories owned by temples , shrines and the Imperial family and it also refers to the rites and festivals held there . +Biwabokuboku is a Japanese specter that is introduced in " Hyakki Tsurezure Bukuro " ( One hundred bags in idleness ) , a collection of specters illustrations by Sekien TORIYAMA , and it is a specter of biwa ( Japanese lute ) . +Kintomi IMADEGAWA ( 1396 - September 14 , 1421 ) was a kugyo ( court noble ) who lived during the Muromachi period . +MINAMOTO no AKIKO ( also called Akirakeiko or Meishi ) was a person who lived during the Heian period . +Warikanoko was a hairstyle widely worn by women from their late teens to early twenties in the late Edo period . +The usage of the term , Kanden , in Japan is different from that in China . +Yoshiharu SANDAN ( 1930 - 1998 ) was a former chairperson of Kyoto Autonomous Economic Association . +" Shinkai " are ranks granted to Shinto gods in Japan . +Giontsujiri is a corporation located in Gion , Higashiyama Ward , Kyoto City . +Chujo Hime ( September 30 , 747 - April 22 , 775 ) is a character of a Japanese legend , who has been told to have been a daughter of Udaijin ( minister of the right ) FUJIWARA no Toyonari . +Yoshitsuna OUCHI ( year of birth and death unknown ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) ( Japan ) . +Mt . Miminashi is a mountain in Kashihara City , Nara Prefecture . +Takeru no miko ( 651 - 658 ) was a member of the Imperial Family in the Asuka period . +Imperial Princess Yoshiko ( March 11 , 1779 - August 11 , 1846 ) was a member of the Imperial family member during the Edo period . +Azuma Hyakkan referred to a person 's name that looked like a government post and was used by the samurai in the Kanto region . +Azai clan ( also referred to as Azai-shi , Azai uji ) was a Japanese clan . +Sanichigonjitsu no soron refers to the disputes during the period from around 817 through 821 on Buddhism between Tokuitsu ( his date of birth and death unknown ) who was a Buddhist priest in Hosso sect of Buddhism ( Japanese equivalent of the Chinese Faxiang sect ) and Saicho ( 767 – 822 ) who was the founder of Nihon Tendai sect . +Juban ; undershirt for kimono ( it is also called juhan , jiban ) , is one of the undershirts for wafuku ( Japanese traditional clothes ) . +Masanobu INABA ( November 8 , 1749 - October 5 , 1806 ) was the seventh lord of the Yodo Domain of Yamashiro Province . +Shigetsugu HONDA ( 1529-August 9th , 1596 ) was a vassal of the Tokugawa clan from the Sengoku Period ( the Warring Period ) to the Azuchi Momoyama Period . +Emperor Gosanjo ( September 3 , 1034 - June 15 , 1073 ) was the seventy-first Emperor . +Yoshimi TANAKA ( December 1886 - November 14 , 1956 ) was a politician ( House of Representatives ) who was born in Funai County , Kyoto Prefecture ( later Jonan-machi , Sonobe Town and now Jonan-machi , Sonobe Town , Nantan City ) +Hidenaga NAKANISHI ( year of birth unknown - September 6 , 1650 ) was a samurai of the Satsuma domain in the early Edo period . +Nerikiri ( literally , made by kneading ) is a Japanese type of unbaked cake that is made by mixing and kneading its ingredients , which are white bean jam , gyuhi ( a kind of rice cake made from refined rice flour or glutinous rice flour with sugar and starch syrup ) and Chinese yam . +Kyo Odori ( Kyoto Dance ) is played in Miyagawa-cho Kaburenjo Theater between early April and late April . +Daisho-in Temple is a Buddhist temple belonging to the Shingon Sect Omuro School located in Ukyo Ward , Kyoto City ( formerly Keihoku-cho , Kitakuwada-gun ) . +Ishin no Sanketsu are Takayoshi KIDO , Takamori SAIGO , and Toshimichi OKUBO who made efforts to overthrow the Shogunate and contributed to the Meiji Restoration . +Gion is one of the most popular downtown areas and entertainment spots in Kyoto . +Amaterasu omikami ( Tensho daijin ) is a humanized Shinto god in Japanese . +Ryuhon-ji Temple , located in Kamigyo Ward , Kyoto City , is one of the original temples ( with a long historical lineage ) of the Nichiren sect of Buddhism . +MINABUCHI no Toshina ( 808-May 28 , 877 ) was a Kugyo ( the top court officials ) in the early Heian period . +The Otsu Incident was a failed assassination attempt occurred on May 11 , 1891 , that the Crown Prince of the Russian Empire , Nicholas ( later Tsar Nicholas II ) was attacked in Otsu City , Shiga Prefecture , by a patrol officer , Sanzo TSUDA , who guarded Nicholas during his visit to Japan . +Tenka-toitsu ( or Tenga-toitsu ) refers to the act of putting the whole country of Japan ( except for most parts of Ryukyu and Ezo [ inhabited area of Ainu ] ) under own control and unifying it , mainly during the period from the Seongoku Period ( Period of Warring State ) to the early Edo period . +Kazuharu KUWAYAMA ( 1575 - March 26 , 1604 ) was a busho ( Japanese military commander ) in the Azuchi-Momoyama period . +Keitetsu Genso ( 1537 - November 26 , 1611 ) was a priest of the Rinzai Sect from the Azuchi-Momoyama period to the early Edo period . +Okanoya Kanpakuki is a diary written by Kanpaku ( Chancellor ) Kanetsune KONOE in the Kamakura period . +Gujo Station , located in Gujo , Oe-cho ( Kyoto Prefecture ) , Fukuchiyama City , Kyoto Prefecture , is a railroad facility of the Miyafuku Line , which is operated by Kitakinki Tango Railway ( KTR ) . +Shogatsu refers to the first several days of a calendar year and , from a cultural viewpoint , an event to celebrate passing of the previous year , which was uneventful , and the new year . +Monk-Imperial Prince Honin ( 1325 - December 2 , 1352 ) was the Monk-Imperial Prince during the period of the Northern and Southern Courts . +A rakushu ( a satirical poem with a 31 syllable verse ) is a vehicle of expression which was prevalent from the Heian to the Edo period . +Nihonkoku Kotei is one of the titles of the Emperor of Japan that had been used up to early Showa period and was mainly used in diplomatic domain . +MINAMOTO no Masatada ( 1228 – September 3 , 1272 ) was a court noble during the Kamakura period . +Shinto ( or Kannagara no michi ) is an ethnical religious framework in Japan and a polytheistic religion that is unique to Japan . +Narutaki Station , located in Narutaki Sagasono-cho , Ukyo Ward , Kyoto City , is a railroad facility on the Kitano Line of the Keifuku Electric Railroad . +FUJIWARA no Masako ( dates of birth and death unknown ) was a court lady in the Kamakura period . +Kani ( 1062 - July 12 , 1101 ) was a Buddhist monk of Shingon Sect in the late Heian period . +Genbo ( date of birth unknown - July 15 , 746 ) was a priest of the Hosso sect of Buddhism , who lived in the Nara period . +Takuhatsu ( pindapata in Sanskrit ) is one of the forms of ascetic practice for monks of Ancient Indian religions , including Buddhism and Jainism , and it is an ascetic practice to make monks go around the homes of believers , beg for the least amount of food and so on required , and let the believers earn merit . +Chinzo , also called chinso or choso , is a portrait or a sculpture of a priest of the Zen sect ( a sect of Buddhism ) . +" Saikan no sanyu " were the popular subjects of bunjinga , the literati paintings that first appeared in the Sung period ( China ) +Shigemitsu MATSUMURO ( April 26 , 1973 - January 30 , 1937 ) was an architect who designed many buildings centered around Kyoto . +Toshoke , also referred to as Dojoke , in the history of Japan , means family of court nobles hereditary qualified to be admitted to Tenjo no Ma chamber located under the eaves on the south side of the Seiryoden ( Literally " Limpid Cool Hall , " an imperial summer palace ) +Tsukubusuma-jinja Shrine is a Shinto shrine on Chikubushima Island in Nagahama City , Shiga Prefecture . +FUJIWARA no Nagaoka ( 786 - 849 ) was a bureaucrat during the early Heian period . +Toshitsugu HONDA ( 本多 俊次 ) was the second lord of the Omi Zeze domain . +Toei Company Limited is a Japanese film production and distribution company . +Domanmaru UESUGI ( 1571 - April 13 , 1579 ) was the heir to Kagetora UESUGI who was an adopted son of Kenshin UESUGI , ' kokushu ' ( landed daimyo ) of Echigo Province . +Michinoomi no mikoto was a figure who appears in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +The term " intangible cultural properties " +Yuan KITAMURA ( 1648-1719 ) was a wealthy farmer , a master of tea ceremony and an epicure in the Edo period . +In this portion , an overview of the governance in pre-modern times will be given , especially under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) which was abolished . +Rikyu manju ( 利休饅頭 ) is a Japanese cake served with tea , which was named after chasei ( great tea master ) SEN no Rikyu . +Suseri-bime is a deity ( Shinto religion ) who appears in the Japanese Mythology . +Rittaishi ( the investiture of Crown Prince ) is a ceremony prevailed in East Asia to officially designate an heir of Chinese or Japanese Emperor as Crown Prince for prospective enthronement . +" Mikotonori " ( 詔 or 御言宣 ) , or " Omikoto " ( 大御言 ) was a document of the emperor 's words or orders to be directly conveyed . +The gongen-zukuri style is a style of shrine buildings in Japan . +Ryounshu ( lit. a collection from above the clouds ) is the first anthology of Chinese poems compiled in Japan by the command of Emperor Saga in 814 during the early Heian period . +Ogurihangan is a legendary figure and also refers to tales of this person as a protagonist that have been handed down since the Japanese medieval period . +Sanehisa TOKUDAIJI ( October 1 , 1583 - January 3 , 1617 ) was a Court noble from the Azuchi-Momoyama period to the Edo period . +" Ichijo Modoribashi " is a bridge on Ichijo-dori Street over the Hori-kawa River located in Kamigyo Ward , Kyoto City . +Townscape preservation refers to activities intended to renew distinctive characteristics and attractiveness of towns and to improve living conditions of the residents by preserving townscapes that retain traditional architecture and so on . +Tsunofurihayabusa-myojin is a deity enshrined at Tsunofuri-jinja Shrine , which used to be located in Fuchu-cho , Aki-gun , Hiroshima Prefecture . +The Kyoto stock exchange was abolished on March 1st , 2001 . +FUKAKUSA no Shosho is a character who appears in a legend about ONO no Komachi , ' Coming-and-going in a Hundred Nights , ' which was created by Noh authors such as Zeami during the Muromachi period . +Bogo no mitchoku is an incident that Emperor Komei gave a chokusho ( imperial decree ) to the Mito Domain on September 14 , 1858 . +Iezane KONOE ( 1179 - January 26 , 1243 ) was a court noble who lived in the first half of the Kamakura period . +Daigoro MIMASU was one of the professional names of Kabuki actors . +Takayuki SASAKI ( November 26 , 1830-March 2 , 1910 ) was a samurai of the Tosa Domain , a official in the Meiji government , and also a representative of political conservatives . +TAIRA no Kiyosada ( date of birth unknown-March 20 , 1184 ) was a busho ( Japanese military commander ) who lived during the late Heian period . +Sagami ( dates of birth and death unknown , 998 ? - after 1061 ) was a female poet in the early eleventh century , and one of the medieval 36 Immortal Poets . +Bogo JANG ( 790 - 846 ? ) was a Korean who established power across the sea in Silla ( ancient Korean kingdom ) , Tang ( Chinese Dynasty ) and Japan during the TongilSilla ( United Silla ) period . +Morihisa ASHINA ( year of birth unknown - 1444 ) was a busho ( Japanese military commander ) in the mid Muromachi Period . +Katsumoto HOSOKAWA was a shugo ( military governor ) daimyo in the Muromachi period , a kanrei ( shogunal deputy or a chief official ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) , and the head of the Hosokawa clan ( as one of the so-called three shogunal deputies ) in the main Hosokawa clan line . +Emperor Gohanazono ( July 10 , 1419 - January 18 , 1471 ) , his reign was from September 7 , 1428 to August 21 , 1464 , he was the hundred and second Emperor during the Muromachi period . +Naofusa MADENOKOJI ( December 25 , 1802 - November 16 , 1859 ) was a Kuge ( court noble ) who lived in the last days of the Tokugawa shogunate . +Joshoko-ji Temple is a Buddhist temple belonging to the Tenryuji School of the Rinzai Sect located in Ukyo-ku Ward ( formerly Keihoku-cho ) , Kyoto City . +Kinmichi OGIMACHI ( August 19 , 1653-August 21 , 1733 ) was a kuge ( court noble ) in the mid-Edo period . +Tsubokiri no Mitsurugi is hoken ( treasured sword ) which has been handed down to the successive Crown Princes in Japan . +Nashinoki-jinja Shrine is a Shinto shrine located in Kamigyo Ward , Kyoto City , Kyoto Prefecture . +Toba Rikyu was used as a villa by generations of " Daijo-Tenno " ( retired emperors ) from the 12th to around the 14th century . +Ashigaru ( common foot soldiers ) were a type of low-ranking soldier . +Nagaokakyo Station , located at 1-chome Kotari , Nagaokakyo City , Kyoto Prefecture , is a railway facility of the Tokaido Main Line ( JR Kyoto Line ) , which is operated by West Japan Railway Company ( JR West ) . +Yoshihisa SHIMAZU was a military commander who lived from the Azuchi-Momoyama period through the Sengoku period ( Period of Warring States ) . +Tenkai ( 1536 to November 13 , 1643 ) was a monk of Tendai Sect in the Azuchi-momoyama period to the early Edo period . +" Janjanbi " is a fire of mysterious or suspicious origin which comes down in various regions of Nara Prefecture . +ISHIKAWA no Iwatari ( born in 667 and died in 729 ) was a man of noble ancestry from the late Asuka period to the early Nara period . +Kozubukuro is nice Japanese sweet created by a Japanese pastry chef in Kyoto during the Meiji period . +Yuan ( Sekian ) TAKEI ( dates of birth & death unknown ) was a military commander and tea ceremony aficionado during the Warring States period in Japan . +Kyoto Mimawariyaku was a post established by the Edo bakufu to maintain public order in Kyoto at the end of the Edo period . +" Sanshi Incident " refers to the murder of a prefectural government official that occurred in Okinawa Prefecture in the early Meiji period . +The Ippon Shinno ( the first-ranked imperial prince ) was the imperial prince who was granted Ippon , the highest rank ( status ) under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Urajimai is a Japanese custom of conducting traditional ceremonies and handling the aftermath of accidents at sea . +Coup of the seventh year of Kenkyu was a coup that took place in 1196 . +Yasuzo MASUMURA ( August 25 , 1924-November 23 , 1986 ) was a Japanese film director . +Kyotanabe Station , located in Tanabe Kudo , Kyotanabe City , Kyoto Prefecture , is a stop on the Katamachi Line of the West Japan Railway Company ( JR West ) . +Ganami ( ? - June 23 , 1486 ) was a priest of Ji Sect in the Muromachi period . +Kanehiro IJUIN ( January 27 , 1838 - April 20 , 1898 ) was a samurai , a feudal retainer of the Satsuma clan , a military officer , and a government official in Japan . +Jion NENNAMI ( dates of birth and death unknown ) was a swordsman and Zen monk in the period of the Northern and Southern Courts ( Japan ) and the Muromachi period . +Empire Day was established as a national holiday on which , according to " Nihonshoki " ( Chronicles of Japan ) , Emperor Jinmu ascended the throne . +The Yamashiroya Incident was an incident that Wasuke YAMASHIROYA , a government contractor for the Ministry of Army , committed suicide when he was unable to repay the public money he had borrowed from the Ministry without collateral in 1872 . +Rikken Kaishin-to or Constitutional Progressive Party ( effective from April 16 , 1882 to March 1 , 1896 ) was one of the major political parties of Japan in the time of Freedom and People 's Rights Movement in the Meiji period . +Isa Station , located in Fukuchiyama City , Kyoto Prefecture , is a stop on the Sanin Main Line of the West Japan Railway Company ( JR West ) . +Takakage ASAKURA was a military commander in the middle of the Muromachi period . +The ' Kikujin no ho ' is a kind of Sokutai ( a traditional ceremonial court dress ) that was worn by the emperor at small ceremonies , including special festivals such as Teiza ( a festival in which the emperor would be seated in a garden ) , Noriyumi ( betting on archery ) , and Yuba Hajime ( imperial ceremony held to celebrate the first arrow to be shot at the Noriyumi ) . +Sanpokojin ( or also called sanbokojin ) is one of the Buddhist beliefs peculiar to Japan . +KADA no Azumamaro ( February 3 , 1669 - August 8 , 1736 ) was a scholar of Japanese classical literature and a waka poet in the middle of the Edo period . +FUJIWARA no Genshi ( around 980 ? - September 12 , 1002 ) was a wife of an Imperial Family member who lived in the middle era of the Heian period . +Prince Motoi ( November 20 , 727 - October 24 , 728 ) was the first Prince of Emperor Shomu . +Higashi-Maizuru is the eastern half of Maizuru City . +Fuji Matsuri is a festival being held in various regions in Japan . +A " Buke Yashiki " is typically a mansion which a daimyo ( provincial lord ) kept in Edo as a second house and as a branch office in the Edo period . +Munesuke HONJO ( c . 1629 - September 9 , 1699 ) was fudai daimyo ( a daimyo in hereditary vassal to the Tokugawa family ) in the early part of the Edo period . +The skunk cabbage community of Imazu is a habitat for the plant located in Takashima City , Shiga Prefecture . +Shikinensai is a religious rite performed at specified intervals . +Takashina clan is the clan of which the first son of Emperor Tenmu , Prince Takechi , was the ancestor . +Nishiki Market is a shopping street which is on Nishikikoji-dori Street between ' Teramachi-dori Street and Takakura-dori Street , ' and approximately located in the center of Kyoto City ; there are a lot of long-established stores and specialty stores that sell fresh foods like fish and Kyoto vegetables , and processed foods such as dried goods , tsukemono ( Japanese pickled vegetables ) , and obanzai ( precooked food in Kyoto dialect ) . +Nichijo ( 1298 - August 8 , 1369 ) was a priest of the Nichiren / Hokke sect who lived during the period of Northern and Southern Courts ( Japan ) . +Emperor Korei ( 342 B.C. – March 23 , 215 B.C. ) is the seventh emperor ( the period of reign : February 15 , 290 B.C. – March 23 , 215 B.C. ) recorded in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +Udon noodles count among traditional noodles eaten in Japan from ancient times . +Mochitsugu TOKUGAWA was a daimyo ( Japanese feudal lord ) who lived toward the end of the Edo Period . +Mt . Atago ( Atagoyama or Atagosan in Japanese ) is a mountain located in the border between Yamashiro Province and Tanba Province , the northwest part of Ukyo Ward , Kyoto City , Kyoto Prefecture . +Fukuro Hoshi Ekotoba ( Picture Book of Fukuro Bonze ) is a picture scroll . +Datemaki is a kind of egg dish . +Kahei SASAKI ( July 7 , 1889 - May 2 , 1983 ) was an architect of temples and shrines . +Hozukyo Torokko Station , located in Arashiyama Kita Matsuoyama , Nishikyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Saga Sightseeing Tram Line of Sagano Scenic Railway . +The Rikken Kakushinto ( Constitutional Renovation Party ) was a political party in the middle of the Meiji period ( May 9 , 1894 - February 24 , 1896 ) . +Kushiyama-kofun Tumulus is a candy-wrap-shaped tumulus ( keyhole shape with one more handle ) constructed in the latter half of the early Kofun period located in Yanagimoto-cho , Tenri City , Nara Prefecture . +Shisenin Kosen ( year of birth and death unknown ) was busho ( Japanese military commander ) , yamabushi ( a mountain priest ) and Buddhist monk in the Sengoku period ( the period of warring states . ) +Kagetoki KAJIWARA was a busho ( Japanese military commander ) from the end of the Heian period and the beginning of the Kamakura period . +Toba no Tsukurimichi ( Toba New Road ) was an ancient road from Rajo-mon gate , the entrance to the Suzaku-oji Street running through north to south in the center of Heian-kyo , to Yodo through Toba ( Kyoto City ) . +Sanenaga SAIONJI ( 1377-November 22 , 1431 ) was Kugyo ( top court official ) during the Muromachi period . +ATO no Chitoko ( year of birth and death unknown ) was a person of the Asuka Period in Japan . +Noin ( 988-1058 ) was a monk and a poet who lived during the mid-Heian period . +Jodo-e is a hoyo ( Buddhist memorial service ) celebrating the Jodo ( completing the path to becoming a Buddha by attaining enlightenment ) of Shakyamuni . +Wakasa Bay Quasi-National Park was designated as covering an area which includes the coastline around Wakasa Bay from the left bank of the mouth of the Shono-kawa River in Tsuruga City , Fukui Prefecture , to the right bank of the mouth of the Yura-gawa River in Maizuru City , Kyoto Prefecture . +Nobumori SAKUMA was a busho ( Japanese military commander ) during the Azuchi-Momoyama Period . +Edomae-zushi ( 江戸前ずし , also written as 江戸前鮨 , 江戸前鮓 or江戸前寿司 ) is haya-zushi ( quick sushi ) , centered on nigiri-zushi ( hand-shaped sushi ) . +Yukio ISHIDA ( August 3 , 1949 - ) is a Kyogen performer of Izumi school for Kyogen-kata , belonging to the Mansaku NOMURA family . +Kiko-ji Temple is a Buddhist temple belonging to the Hossoshu sect ( the Dharma Characteristics Sect ) which is situated in Sugahara-cho , Nara City , Nara Prefecture . +Goshuin is a stamp that is given at a shrine or a temple . +Hiroko KONOE ( April 30 , 1666-April 13 , 1741 ) was the lawful wife of Ienobu TOKUGAWA , the sixth Shogun of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Shirozake refers to a sake served to celebrate the Hinamatsuri ( the Doll 's Festival ) . +Honnaoshi is a kind of alcoholic drink . +Joko SEGAWA the third ( 1806 - June 28 , 1881 ) was a Kabuki ( traditional drama performed by male actors ) playwright who was active from the end of Edo Period to the Meiji Period . +Motsugai TAKEDA ( April , 1795 to December 20 , 1867 ) was a Buddhist monk of the Soto sect and a martial arts master who lived at the end of the Edo period . +Genkei NAKANE ( 1662 - October 9 , 1733 ) was a wasanka ( mathematician ) and tenmonka ( astronomer ) in the middle of the Edo period . +Sai is a unit of volume ( capacity ) in old Japanese system of weights and measures . +Sakubei is a one kind of " togashi " ( literally ' Chinese sweet ' ) , which were introduced to Japan from ancient China , and is also said to be the origin of somen noodles . +MINAMOTO no Suezane ( year of birth unknown - February 16 , 1160 ) was a busho ( Japanese military commander ) of the end of the Heian Period . +In a narrow sense , " kangaku " refers to traditional keigaku ( study of Keisho in Confucianism ) and the study of old documents during the period of Qin dynasty as opposed to Neo-Confucianism in the Song and Ming dynasties ; in a broad sense , it is a general term for studies of knowledge imported from China , as opposed to Western learning and the study of Japanese classical culture . +Morimune ADACHI ( date of birth unknown – January , 1286 ) was a gokenin ( a shogunal retainer ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) in the late Kamakura period . +The Shinko-sai Festival is a shrine festival where the divine spirit makes an imperial visit . +Yunohana-onsen is a hot spring resort located in Kameoka City , Kyoto Prefecture ( formerly Tanba Province ) . +The term Nenkan means the right to recommend a person to an official post that was granted to Imperial families and court nobles in the ancient / early medieval period in Japan . +Saisen is money offered to the gods ( Shinto ) , Buddha and so on . +Takamori KIKUCHI was a Japanese military commander who lived during the Kamakura period . +Teikokuzaiseikakushin kai was a political group established in the middle of the Meiji Period . +The Hojo clan was a gozoku ( local ruling family ) originating in Izu Province which provided hereditary regents of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +Akaru-hime is a god ( Shinto ) appearing in Japanese Mythology . +Oe Station , located in Oe-cho of Fukuchiyama City , Kyoto Prefecture , is a railroad station on the Miyafuku Line , which is operated by Kitakinki Tango Railway ( KTR ) . +Kumihama Prefecture was a prefecture established in 1868 . +Jugo is an aristocratic title equal to the following three titles : taikotaigo ( Emperor 's grandmother ) , kotaigo ( Empress Dowager ) and kogo ( Empress Consort ) . +Seiryoden is one of the royal halls in the Inner Palace in Heian-kyo ( the ancient capital of Japan in current Kyoto ) . +Sansai-ryu school is a school of tea ceremony , which regards Sansai HOSOKAWA as the founder . +Jonyo ( 1641-June 14 , 1694 ) was a priest in the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) and the 15th Head Priest of Higashi Hongan-ji Temple . +Jogen no Honan was an incident where monks following Senju-Nenbutsu ( intently praying to Buddha ) led by Honen were suppressed and Honen , Shinran and other monks with central roles were exiled throughout the country . +Kinchu narabini kuge shohatto ( law on the emperor and the court nobles ) was proclaimed by the Edo bakufu ( Japanese feudal government headed by a shogun ) to establish its relationships with the emperor and the court nobles . +SAKANOUE no Hirono ( 787 - April 1 , 828 ) was the second son of SAKANOUE no Tamuramaro . +FUJIWARA no Korefusa ( 1030 - October 10 , 1096 ) was a court noble who lived from the middle to the end of the Heian period . +Yoshizumi ASHIKAGA is the 11th Seii Taishogun of the Muromachi Shogunate ( held the position from 1493 to 1508 ) . +Fugu cuisine ' is the collective name for a variety of dishes that use pufferfish . +Kasa-toge Pass is a pass separating Kita Ward and Ukyo Ward , Kyoto City , Kyoto Prefecture . +Enso is a type of calligraphic technique in Zen calligraphy , which is a circle painted with a single stroke . +Jokyuki is a war tale concerning the Jokyu Disturbance which occurred between the Imperial court and bakufu ( Japanese feudal government headed by a shogun ) and resulted from Emperor Gotoba taking up arms in 1221 . +The Mito Tokugawa family was one of branches of the Tokugawa family rooted in Mito City in Hitachi Province , and one of Tokugawa Gosanke ( three privileged branches of the Tokugawa family ) . +Shaku ( 勺 ) is a unit of volume in the East Asian system of weights and measures . +" Okuribi " is one of the events observed in Bon festivals to usher out from this mortal world to the other world those spirits of the dead that had once returned to their old homes during the Bon period . +Katagihara refers to a part of Nishikyo Ward , Kyoto City . +Jinraku-ji Temple is a Buddhist temple of the Shingon Ritsu sect in Hatanosho , Shiki-gun Tawaramoto-cho , Nara prefecture . +Sanetaka SANJONISHI ( May 20 , 1455 to November 15 , 1537 ) was a nobleman in the Muromachi period . +Shinboku refers to a tree or a forest as Himorogi ( a temporarily erected sacred space or " altar " used as a locus of worship ) in Koshinto ( ancient Shinto ) and an object of worship . +Masatoki NAKASHIMA ( year of birth unknown - January 22 , 1612 ) was a warrior during the Azuchi-Momoyama period , went by the name of Shirozaemon and a son of Masayoshi NAKASHIMA . +" Jin " was a place where military officers of Rokuefu ( six guard divisions ) lined up in the Imperial Court . +Taketomo KIKUCHI ( 1363-1407 ) was a busho ( Japanese military commander ) , who lived from the period of Northern and Southern Courts to the early Muromachi Period . +FUJIWARA no Akimitsu ( 944-July 13 , 1021 ) was a court noble during the Heian period . +Summary +Jinpan ( 1093 - 1174 ) was a Buddhist priest in the late Heian period . +The Chichibu Incident was an armed uprising that peasants in Chichibu County , Saitama Prefecture made against the government from October 31 to November 9 , 1884 . +The Princess Takako ( July 29 , 1795 - February 18 , 1840 ) was the legal wife ( Midaidokoro ) of Ieyoshi TOKUGAWA , the 12th seii taishogun ( literally , " great general who subdues the barbarians " ) of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Kuninaga YAKUSHIJI was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +Located in Sagano , Ukyo Ward , Kyoto City , Okochi Sanso Villa is a historic site with a Japanese garden . +Shoin-zukuri is one of the Japanese residential architectural styles which were established after the middle of the Muromachi Period . +Kujishi is a Japanese term used to refer to persons who would stand in for the relevant parties involved in a lawsuit in the Edo period . +Motonobu KANZE ( August 8 , 1931 - ) is a performer of traditional Japanese Noh drama . +Pebble tools are the stone tools made of rude ore that have not been processed . +Kyotango City is a city of Kyoto Prefecture . +Inyoka is a philosophy group regarded as one of Shoshi hyakka ( the Various Masters of the 100 Schools : Thinkers of Ancient China ) , and one of the six major schools . +Chugaisho is a collection of narrative recordings during the times under cloistered rule . +Kimitezuri is commonly regarded as a guardian god of the Ryukyu Kingdom that rules the sea and the sun . +Kinakira KAWABATA ( February 12 , 1829 – September 21 , 1864 ) was a court noble of the end of the Edo period . +Sanenao IMADEGAWA ( 1342 - June 29 , 1396 ) was a kugyo ( court noble ) who lived during the period of the Northern and Southern Courts ( Japan ) and Muromachi period . +" Makyo " refers to an unbalanced mental condition of ego-swelling that results from excessive self-consciousness , into which an ascetic of the Zen Sect of Buddhism tends to fall when halfway awakened . +Emperor Komei ( July 22 , 1831 - January 30 , 1867 ) was the Emperor during late Edo period . ( the hundred twenty first Emperor , his reign was from March 10 , 1846 to January 30 , 1867 ) +Shigisan Engi ( Legends of Mt . Shigi ) is a set of picture scrolls made in the late Heian period , and was designated as a national treasure in 2006 . +Takayoshi KIRA ( 1348 - the year of death unknown ) was a busho ( Japanese military commander ) during the period of the Northern and Southern Courts ( Japan ) . +Yukaku was a block enclosed with walls and moats where licensed prostitute houses were concentrated . +Simmered takuan pickles ( pickled daikon radish ) is a local dish of some regions in Japan . +Kintane TOKUDAIJI ( March 1 , 1487 - November 26 - 1526 ) was a kugyo ( court noble ) who lived during the Muromachi period . +Shimotachiuri-dori ( also called Shimodachiuri-dori ) Street is a street running east-west through Kyoto City . +The Imperial Prince Shogoinnomiya Yoshikoto ( February 28 , 1821 - September 26 , 1868 ) was one of the Imperial Family members between the end of Edo period and the Meiji period . +Hyojohajime was a ceremony held by an influential house of medieval Japan conducted at the first consultation in the New Year . +Mikka Heishi War ( Three-days rebellion of the Taira clan ) is a rebellion caused by the remnants of the Taira clan in Ise and Iga Provinces at the beginning of the Kamakura period . +Chiba no kunimiyatsuko 千葉国造 was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the middle south of Kazusa Province . +Osechi-ryori is originally a term used in reference to foods prepared for Sechinichi or Sekku ( seasonal festivals ) . +The Emperor Organ Theory ( Tenno kikan setsu ) is a theory from the Study of Constitution about Emperor , and it was established under the Constitution of the Empire of Japan . +Samon ( ripple marks ) are regular wave-like undulations formed by water and wind currents . +Imadegawa-dori Street is one of the major east-west streets in the northern part of downtown Kyoto City . +Hachibushu or Tenryu Hachibushu refers to eight deities who guard Buddhism . +Kubunden indicates a field supplied uniformly to common people in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Kashihara City is located in the central part of Nara Prefecture . +Ameno Tajikarao is a god that appears in Japanese Mythology ( Shinto religion ) . +Tadashi SATO ( July 20 , 1849 - April 27 , 1920 ) was a military man of the Imperial Japanese Army in the Meiji Period . +Observation means to watch an object carefully to find out its actual condition . +Gansaini ( year of birth and death unknown ) was a nun ( Buddhist nun ) of the Tendai sect in the mid Heian period . +Tsuneyori TO ( 1401 - April 20 , 1484 ) was a busho ( Japanese territorial lord ) and Tanka poet during the Muromachi period . +Kawazarae Myogakin is votive offering tax imposed by the government for dredging rivers in Osaka in the Edo period . +Ryoko MUTSU ( November , 1856 - August , 1900 ) was a wife of Count Munemitsu MUTSU who was a statesman and diplomat in the Meiji era . +Queen Kishi ( also known as Yoshiko ) was a poet and member of the Imperial Family who lived in the middle of the Heian period , from 929 to 985 . +Kansho RIN ( years of birth and death unknown ) was a Japanese tenkokuka ( artist of seal engraving ) in the mid Edo period . +Ukon ( year of birth and death unknown ) was a poetess of the mid-Heian period . +Kinkei no ma shiko is one of the licenses of the Imperial Court defined under the Constitution of the Empire of Japan . +The Ikuno Incident was an incident that occurred when the Sonno Joi ha ( supporters of the doctrine of restoring the emperor and expelling the barbarians ) raised an army in Ikuno , Tajima Province ( Ikuno City , Hyogo Prefecture ) in the latter Edo period in October 1863 . +Zenno-ji Temple is a Buddhist temple belonging to the Shingon Sect Sennyu-ji School located in Higashiyama Ward , Kyoto City . +The Reizei school ( " Reizeiha " in Japanese ) is a school of waka poetry composition that began in the mid Kamakura period and continues to the present day . +Kinmura TOKUDAIJI ( December 7 , 1729 - August 19 , 1782 ) was Kugyo ( a Court Noble ) in the middle Edo period . +The Oniwaban was a position in the Edo bakufu ( the Japanese feudal government headed by a shogun ) created by Yoshimume TOKUGAWA , the eighth Seiitaishogun ( the Shogun in charge of conquering barbarian territories ) in the Edo period . +Tenryu-ji Temple is the headquarters of the Tenryu-ji branch of the Rinzai Sect , located in Sagatenryuji-susukinobaba-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture . +Kyoto Cultural Exhibition is an exhibition which is held in Kyoto . +Imperial House Act is a law of Japan , institution of which was indirectly obligated by the Constitution of Japan and which establishes the system , composition , and the like of the Imperial family , such as an order of succession of the Imperial Throne . +" Bankoku Koho " is a translated name of a commentary on international law , which gave considerable influences to various countries in East Asia by diffusing modern international law in a period from the second half of the nineteenth century to the first half of the twentieth century . +Daigen shuri bosatsu is a deity respected at and enshrined to the temples of the Zen sect , especially the Soto sect . +Shuntaro FURUTAKA ( 1829 - August 21 , 1864 ) was among the patriots of the Joi-ha ( supporters of the expulsion of foreigners ) . +FUJIWARA no Toshitada ( 1073 - August 9 , 1123 ) was a Court noble and a tanka ( thirty-one syllables ' poem ) poet in the late Heian period . +Oden TAKAHASHI ( 1848 - January 31 , 1879 ) was a woman who became a model of the character that appears in ' Takahashi Oden Yasha Monogatari ' ( Story of Yasha [ a Buddhist guardian deity sometimes depicted as a demonic warrior ] Oden TAKAHASHI ) by Robun KANAGAKI +Fukusa is a piece of cloth used in handling tea utensils mainly in a tea ceremony . +" Kouta " is a popular song accompanied with shamisen ( the three-stringed Japanese banjo ) , which was originally derived from " hauta " ( a Japanese short ballad accompanied with shamisen ) . +Kamo is one of the Noh works . +Koten Kokyujo ( 1882 - 1946 ) was an institute established in Japan for the research and education on Shinto . +Bisei ( also pronounced ' Yoshishizu ' ) FUKUBA ( August 24 , 1831-August 14 , 1907 ) was a Japanese samurai , a feudal retainer of the Tsuwano Domain , a scholar of Japanese classical literature , and a poet . +An oiran refers to a high-ranking courtesan in the pleasure quarter of Yoshiwara . +Jotoshiki is a religious service of Shinto for building a new house in Japan . +HAJI no Inote was a woman ( the year of birth unknown - 643 ? ) whose Kabane ( hereditary title ) was Muraji . +Myoe ( February 28 , 1173 - February 18 , 1232 ) was a Buddhist monk of Kegon Sect in the early Kamakura period . +Kinkado OGIMACHISANJO ( April 28 , 1649 - September 30 , 1671 ) was a kugyo ( court noble ) during the early Edo period . +Konida refers to dachin umakasegi ( a job of carrying by daba , packhorse or cow ) or vehicles that carry army provisions , ammunition , set-up tools for encampment and so on needed for wars from the medieval period to modern times in Japan , or a troop that directed the above things , also referred to as konidatai . +Kosamebo is a specter handed down in Japan and looks like a figure of a Buddhist priest . +Tokiuji Hojo was a member of the Hojo clan , who lived during the early Kamakura Period . +" Oseifukko " refers to a country once ruled by a monarch before the monarchy was abolished by coups or civil wars , but then restored its monarchy for some reason . +Norinaga NAKASHIMA was the lord of Nakajima-jo Castle in Nakajima-mura , Nakashima-gun , Owari Province who lived during the Kamakura period . +Nenkiho ( also referred to as Nenki no ho ) is a legal principle for the statute of limitations developed under the Medieval samurai law . +Taimitsu is Esoteric Buddhism ( Buddhism handed down secretly from general people ) handed down by the Tendai Sect . +The Aneyakoji-dori Street is a street running east-west through Kyoto City . +Takakamo-jinja Shrine is located at the eastern foot of Mount Kongo , in the Kongo Mountains , at Gose City in Nara Prefecture . +Yamato hiko no Mikoto ( year of birth unknown - October 30 , 2 B.C. ? ) was a member of the Imperial family transmitted by " Kojiki " ( Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +SAKANOUE no Imatsugu was a government official in the early Heian period . +Kansenji , also called " Benkankudashibumi , " are oral decrees ( called Kuzen ) of a high-ranking court noble ( called Shokei ) of a Dajokan that officials of the Dajokan ( called benkan ) during the Heian period sent to Ritsuryo koku and temples . +YUGE no Toyoho is a person in the Tumulus period of Japan . +Kishitsu-jinja Shrine is a Shinto shrine located in Hino-cho , Gamo-gun , Shiga Prefecture . +The Kyoto Asahigaoka Junior High School affair is a conflict that lasted from April 29 , 1953 to June 1 , 1954 , between conservative and progressive parents / teachers over the education policy of Kyoto Municipal Asahigaoka Junior High school . +This section on " Town names in Higashiyama Ward , Kyoto City " lists official town names in Higashiyama Ward and summarizes the period and process of their establishment . +The Kutsuki clan was a clan located in Takashima County , Omi Province ( current Kutsuki , Takashima City , Shiga Prefecture ) . +Doshisha University Imadegawa-kochi is the campus of Doshisha University . +The expression " Official introduction of Buddhism " refers to the introduction of Buddhism through official negotiation between nations . +Akudaikan is an emblematic expression of the bailiffs who oppressed people of the domain or committed a fraud . +Yoei ( Eiei ) ( year of birth unknown - 749 ) was a Buddhist priest who lived during the Nara period . +Gunki-mono refers to the writings which were composed from the end of mediaeval times to the beginning of pre-modern times and which describe the heroic exploits of military commanders or the families of feudal lords . +Prince Osakabe ( year of birth unknown - June 2 , 705 ) was a member of the Japanese Imperial Family from Asuka period . +南無妙法蓮華経 is read as " Nam-myoho-renge-kyo " . +Shakunyo was a monk of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) during the period of the Northern and Southern Courts ( Japan ) . +From ancient times , drum towers ( ko-ro towers ) were built inside castles , cities and the sites of religious institutions in the People 's Republic of China and areas influenced by the Chinese culture . +" Hasshin-den " is the temple where the eight gods protecting the Emperor are enshrined , built under the ritsuryo system in Japan , in the sai-in ( western quarter ) of the Department of Worship . +Tsunetaka SASAKI was a busho ( Japanese military commander ) from the end of the Heian period to the early Kamakura period . +" Gion-shinko Faith " is a belief in Gozu Tenno ( deity said to be the Indian god Gavagriva ) , Susanoo , and is a syncretism of Shinto and Buddhism . +KI no Tsurayuki ( 866 or 872 ? - June 19 , 945 ? ) was a poet and essayist from the early to the middle Heian period . +Nabeyaki-udon is a type of dish which is made by using udon ( Japanese wheat noodles ) . +Engawa is a term used to refer to a wooden-floored corridor built along the outside of the house building , which is a structure unique to Japanese traditional houses . +ABE no Nakamaro ( 698 - 770 ) was a Japanese student sent to Tang Dynasty China during the Nara Period . +Imperial Prince Kyogoku-no-miya Kinhito ( February 18 , 1733 – July 14 , 1770 ) was a member of the Imperial family who lived in the middle of the Edo period . +Kataoka Junishu refers to the specialty plays of Matsushimaya selected by Nizaemon KATAOKA the eleventh . +Shigetomo SUZUKI was a busho ( Japanese military commander ) who lived during the Sengoku Period ( Period of Warring States ) and the early Edo period . +Kaechi is a term used for the switching or transfer of control over any two or more plots of land . +Hikosashima no Mikoto ( Hikosashima [ written as Hikosamema in Kojiki ( The Records of Ancient Matters ) ] no mikoto ) was a member of the Imperial family who lived during the Kofun period ( tumulus period ) . +MINAMOTO no Makoto ( 810 - February 13 , 869 ) was a noble during the first half of the Heian Period . +Tadayuki AOYAMA was the sixth lord ( the last ) of the Sasayama Domain in Tanba Province . +Kowashi INOUE ( February 6 , 1844 - March 17 , 1895 ) was a Japanese samurai , a bureaucrat and a statesman . +Eawase ( A Picture Contest ) is one of the fifty-four chapters of " The Tale of Genji . " +Kurio-toge Pass is a pass on a national route in Kehoku-hosono-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture . +Enteki ( the long-distance shooting ) is one of the kyudo ( Japanese art of archery ) events established by the Rules of All Nippon Kyudo Federation . +Sadayakko KAWAKAMI ( real name Sada KAWAKAMI [ maiden name ; Koyama ] , September 2 , 1871 - December 7 , 1946 ) was an actress in the Meiji to Showa era . +Mitsuhide AKECHI was a warrior who lived in both the Sengoku and Azuchi-Momoyama periods . +The Kyodai-Tenno incident was an incident in which disorder arose between the Emperor Showa who visited Kyoto University on November 12 , 1951 and many students who gathered at the campus on that day , and Dogakukai , the student self-governing association of Kyoto University , was ordered to dissolve later . +Akashi is one of the fifty-four chapters of " The Tale of Genji . " +Hancho is a political term used during the Edo period . +Joon ( 1201 - July 7 , 1271 ) was a priest of the Jodo Sect from the early to the middle of the Kamakura period . +Chui ( also known as Shigekata ) TOGO ( 1561 - August 11 , 1643 ) was a samurai in the Satsuma clan and the founder of the Jigen school of swordsmanship . +Imperial Prince Tokiwainomiya Mitsuhito ( 1354 - November 16 , 1426 ) was a member of the Imperial family during the Muromachi period . +Doso-shin ( also referred to as Doso-jin ) is a deity on roadsides . +Kenkyukai ( a study group ) was a faction within the House of Peers under the Constitution of the Great Empire of Japan . +Yoshiaki NITTA was a busho ( Japanese military commander ) in the period of the Northern and Southern Courts . +MINAMOTO no Tametomo ( 1139 - circa April 23 , 1170 ) was a military commander who lived during late Heian period . +Enka , or 演歌 , is one of the categories of Japanese popular music , which is considered to represent entertaining songs based on feeling and pathos that are unique to Japanese people . +Takakazu KYOGOKU ( April 24 , 1619 - October 24 , 1662 ) was the head of Kyogoku clan , tozama daimyo ( nonhereditary feudal lord ) , in the early Edo period . +Koshin OTANI ( August 12 , 1945 - ) is the 24th Monshu ( the chief priest ) of the Hongan-ji school of the Jodo Shinshu sect and the head priest of the religious corporation Hongan-ji Temple . +Iwaya-ji Temple is a Buddhist temple belonging to the Soto Sect located in Yamashina Ward , Kyoto City , Kyoto Prefecture . +Tataki is a cooking method used mainly for preparing fish . +The Peking Protocol is a final protocol signed in Beijing City on September 7 , 1901 , concerning the follow-ups of battles between the powerful countries ( Great Powers ) and Qing / Boxers in the Boxers Uprising . +Gekkin ( Chinese name : yueh-chin , yueqin ; English name : moon guitar , moon-zither ; and Vietnamese name : { -D } { a ' } n nguy { e ^ . } t ) is a traditional musical instrument in China , Japan and Vietnam . +TAIRA no Moritsugu ( year of birth unknown-1194 ) was a busho ( Japanese military commander ) of the Ise-Heishi ( Taira clan ) during the end of Heian period . +The term " hot spring " refers to a phenomenon of hot water gushing out from underground , the state of hot water or the place where such phenomenon or state is seen . +Yukai ( 1345 - August 10 , 1416 ) was a Shingon Sect priest scholar who lived from the Northern and Southern Courts period ( Japan ) to the mid-Muromachi period . +Ushutandai was a post of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) placed in Dewa Province during the Muromachi period . +Emperor Koko ( 830 - September 17 , 887 ) was the fifty-eighth Emperor ( his reign was from March 23 , 884 to September 17 , 887 ) . +Matsuji is a reference to temples under the control of Honzan ( head temple ) , but it had a different purpose when Honmatsu seido ( the system of head and branch temples ) was established , compared to the present day . +Koboku is kind of wood that gives off a pleasant aroma . +Hisamasa AZAI was a Japanese military commander called busho during the Sengoku period ( the Warring States period ) . +Mizu-yokan is Japanese confectionery , and is a type of yokan ( azuki-bean jelly ) . +Heian-jingu Shrine is a Shinto shrine located in Sakyo-ku Ward , Kyoto City , Kyoto Prefecture . +Yuan yaki is a kind of yakimono ( grilled fish or meat ) of Japanese cuisine . +Yasuzane WAKISAKA was the sixth lord of the Tatsuno Domain in Harima Province . +Yagawa-jinja Shrine is a Shinto shrine located in Morishiri , Konan-cho , Koka City . +Makino Production ( established in June , 1925 , reorganized in May 1931 , the new company was liquidated in October ) was a movie company once existed in Kyoto . +Setsugetsuka ( or pronounced as Yuki Tsuki Hana ( Snow , the Moon and Flowers ) ) , is a word from the phrase , ' Setsugetsuka no toki mottomo kimi wo omou ( I remember you especially when snow , the moon or flowers are beautiful ) ' in an old Chinese poem , ' In Kyoritsu ni yosu ( A poem sent to In Kyoritsu ) ' composed by Juyi BAI . +The Hisada family are a " chake " ( a family known as traditional masters of the tea ceremony ) . +Nobushige KINOSHITA ( date of birth and death unknown ) was a busho ( Japanese military commander ) in Azuchi-Momoyama period . +Etai YAMADA ( December 1 , 1895 - February 22 , 1994 ) was a Buddhist priest of the Tendai sect in Japan . +Prince Okiyo ( ? - 940 ) was a member of the Imperial Family in the mid-Heian period . +Takenaka Mokuhan is a craft center of Japanese woodblock printings , inaugurated in 1884 , with a workshop located in Kyoto City , Kyoto Prefecture . +Shinpachi NAGAKURA ( May 23 , 1839 - January 5 , 1915 ) was the leader of Nibantai ( Second Unit ) of the Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +MIWA no Sakau ( year of birth unknown - May , 586 ) was a person of the Asuka era . +Sukenaga KUDO +Naokiyo NAGAI was a daimyo ( Japanese territorial lord ) in the Edo period . +Sonpi Bunmyaku is a text compiled in early Japan that records the lineages of the aristocracy . +Wakana is one of the fifty-four chapters of " The Tale of Genji . " +Abe-jinja Shrine is a Shinto shrine located in Kamogata-cho , Asakuchi City , Okayama Prefecture . +Wadaiko ( Japanese drum ) is one of the percussion instruments . +Kogetsu Enshu School , also referred to as Kogetsu Enshu 's Zen School of Tea ceremony is one of various tea ceremony schools in Japan , and it branched off from Enshu School . +Ujitoyo IMAGAWA ( date of birth and death unknown ) was a military commander in the period of warring states . +Shorin-ji Temple is a temple of the Muro-ji school of Shingon sect located in Sakurai City , Nara Prefecture . +The Eikyo War ( Eikyo no ran ) is a war which occurred in the Kanto region ( regions surrounding Tokyo ) in 1437 . +Japan / Kinki Region / Kyoto Prefecture / Naka-gun +The senior lady-in-waiting ( ' Rojo ' ) was the most senior high ranking woman serving a samurai or a noble . +Uzan NAGAO ( October 18 , 1864 - April 1 , 1942 ) was a Japanese scholar of the Chinese classics , calligrapher , literati painter and Tenkoku artist ( artist of seal engraving ) of the Meiji period . +Jiroemon KANO the eighth ( August 7 , 1853 – March 19 , 1935 ) was a Japanese businessman . +Gaichi means the territories of Japan ( the Empire of Japan ) other than the so-called inland in the period before the end of the World War II . +Tokuitsu ( c . 760 - 835 ) was a Hosso sect monk of Japanese Buddhism who lived from the Nara period to early Heian period . +Araga-Kashinokidai Station , located in Fukuchiyama City , Kyoto Prefecture , is a railroad facility on the Miyafuku Line of the Kitakinki Tango Railway ( KTR ) . +Choju-Jinbutsu-giga is a emakimono ( an illustrated scroll ) that was handed down to Kozan-ji Temple , Ukyo Ward in Kyoto City . +Uzumasa Hassei Eiga ( established 1933-stopped production in 1936 ) is a movie company once existed in Kyoto . +Sanehiko OGIMACHISANJO ( December 8 , 1703 - October 4 , 1725 ) was a retainer of the Imperical Court in the middle Edo period . +TAIRA no Narikane ( year of birth and death unknown ) was a Court noble from the late Heian period to the early Kamakura period . +Inugui refers that ' people eat like a dog ' in Japanese food culture and means that people move their faces ( mouths ) closer to the meal on the table in an extreme stooped position , and eat them as if they put their heads into the food . +Jujutsu is the name for traditional Japanese martial arts , which are centered on offense and defense techniques with no ( or a small ) weapon . +Katanagari ( written as 刀狩 or 刀狩り ) was a policy of heinobunri ( separating warriors and peasants ) which deprived those in the peasant class of their privilege of wearing swords , which highlighted the policy enacted by Hideyoshi TOYOTOMI through the katanagari edict ( at the same time , pirate ship interdiction ) issued on August 29 , 1588 in the Azuchi-Momoyama period ( The first person who executed katanagari was Katsuie SHIBATA . +Minbu-sho ( Ministry of Popular Affairs ) was a government-regulated organization under the Ritsuryo system ( a system of centralized government based on the ritsuryo codes ) . +A village ( mura or son ) refers to a sort of community , a municipality . +Tetsunosuke ICHIMURA ( 1854 - 1873 ? ) born in the Ogaki Domain of Mino Province was a member of the Shinsengumi ( a special police force of the late Tokugawa shogunate period ) . +Kono-ji Temple , located at Yamazoe-mura , Yamabe-gun in Nara Prefecture , is the temple of the Buzan school of Shingon Buddhism . +Located in Kishinokami-cho , Fukuine , Higashiyama Ward of Kyoto City , Kyoto Prefecture , Tofukuji Station is a stop on the Keihan Electric Railway and West Japan Railway Company ( JR West ) lines . +FUJIWARA no Toyonari ( 704 - January 16 , 766 ) was nobility in the Nara period . +Lady Aoi is a fictional character appearing in " The Tale of Genji " by Murasaki Shikibu . +Horin ( 法輪 ) ( Sanskrit : dharma-chakra , pinyin : falun ) is another name for the creed of Buddhism , especially the Four Axioms Noble and the Eightfold Path taught by Buddha . +Kosho OTANI ( March 9 , 1925 - December 24 , 1999 ) was a Jodo Shinshu ( True Pure Land Sect Buddhism ) priest and the 25th Hoshu ( high priest ) of the Higashi Hongan-ji school . +Michiie KUJO ( July 1193 - April 8 , 1252 ) was the kugyo ( court noble ) during the early Kamakura era . +Tenzo is one of the positions in a Zen temple . +Shinsen Shojiroku is an ancient clan-name register or directory that was compiled by an order from Emperor Saga in the early Heian period . +Kokan Shiren ( 1278 - August 11 , 1346 ) was a Rinzai Sect Buddhist monk who lived during the latter part of the Kamakura period and the Northern and Southern Courts period . +Tokitsura OTA ( 1269 - March 21 , 1345 ) was a governmental official responsible for practical works in the latter half of Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +Maria KYOGOKU ( around 1542 - August 20 , 1618 ) was a woman who lived during the Sengoku period ( period of warring states ) ( Japan ) . +Nobutsura HASEBE ( year of birth unknown-1218 ) was a warrior who lived from the end of Heian period to the early Kamakura period . +Sadayoshi KUSAKABE was a retainer of the Tokugawa clan in the Sengoku Period ( Period of Warring States ) . +Senro KAWAI ( male , June 15 , 1871 - March 10 , 1945 ) was a modern Japanese seal engraving artist . +Ichizo KATAOKA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +Tokkuri or Tokuri is a thin-necked bottle rounded at the bottom . +Nagara-gawa ukai is ukai ( cormorant fishing ) that is conducted in Nagara-gawa River in Gifu City , Gifu Prefecture during the period from May 11 to October 15 every year . +Harutsugu NAKAMURA ( year of birth unknown - November 30 , 1581 ) was a person who lived in the Sengoku period ( period of warring states ) ( Japan ) and the Azuchi Momoyama period , and he served as Oinosuke ( vice-minister of Bureau of Palace Kitchens under the Ministry of the Imperial Household ) in early times , and later , he served as the Governor of Tsushima Province . +Yukitsune KIKKAWA ( 1415 – January 30 , 1477 ) was the head of the KIKKAWA clan in Aki Province . +Yoro Ritsuryo Code is the fundamental law enacted in 757 during the ancient period of Japan . +Shika is one of the positions in a Zen temple . +Senjun ( 1411-1476 ) was a renga ( linked-verse ) poet of the mid-Muromachi period . +Imperial Prince Tokiwain miya Matahito ( 1321 - August 23 , 1367 ) was a member of the Imperial family during the early Muromachi Period . +Maruko ( or Mariko ) clan is one of the clans of the ancient Japan . +TAKASHINA no Nakayuki ( 1121 - 1179 ) was a retainer of the Imperial Court at the end of Heian period . +Miyaza is the empowered group in a village or its qualified members engaged in rituals of a shrine , a guardian god or a local deity of a village . +Jakuen ( 1207 - October 15 , 1299 ) was a Buddhist priest of the Soto sect who came from the Southern Song of China to Japan in the Kamakura period . +Kagemoto KAGAWA ( September 24 , 1745 - October 23 , 1821 ) was a Kajin ( waka poet ) in the middle of the Edo Period . +Located in Sezaki , Maizuru City , Kyoto Prefecture , Bakuchi Misaki Cape overlooks the Japan Sea ( the western part of Wakasa Bay ) . +Seki Seisetsu ( 1877 - 1945 ) was a Zen priest of the Rinzai Sect who lived from the Meiji period to the Showa period . +Kanenaka HIROHASHI ( 1244 - February 12 , 1308 ) was a kugyo ( a court noble ) during the late Kamakura period . +Kinpu-jinja Shrine is a shrine located in Yoshino-cho , Yoshino County , Nara Prefecture . +Kashin OGAWA ( 1786 - June 15 , 1855 ) was the founder of Ogawa school of green tea ceremony and the first Koraku OGAWA . +Saho-hime is the god of spring . +MINAMOTO no Mitsukuni ( year of birth and death unknown ) was busho ( Japanese military commander ) in the mid Heian period . +Kagetoyo ASAKURA ( year of birth unknown - May 8 , 1503 ) was a busho ( Japanese military commander ) during the end of the Muromachi period . +Masamichi KOBORI ( 1742 - October 23 , 1803 ) was the sixth ( the last ) lord of Omi Komuro Domain . +" Misodengaku " is a dish prepared by skewering foodstuffs such as tofu , konnyaku , egg plant and satoimo ( taro ) , pasting them with Japanese-lemon ( citron ) or Japanese-pepper flavored miso ( bean paste ) and then roasting them . +Kakuyu ( 1053 - November 3 , 1140 ) was a Buddhist priest of the Tendai Sect in the late Heian period . +The Shirakawa-hakuo family , or the Shirakawa family was the court noble that had been originated from ' Prince Nobuzane ' ( the prince of Imperial Prince Kiyohito ) , who was the imperial grandson of Emperor Kazan , and the family inherited the ancient tradition handed over through Jingikan ( officer of the institution for dedicating to religious ceremony ) . +Tokishige HOJO ( 1240 - February 25 , 1270 ) was a member of the Hojo Clan , who lived during the mid-Kamakura Period . +Keisuke KINOSHITA ( Keisuke in Kanji characters " 惠介 " is expressed as " 恵介 " in the new Kanji character code ) ( December 5 , 1912 - December 30 , 1998 ) was a Japanese movie director and scriptwriter . +Yamashina Basin is the basin that covers the main region of Yamashina Ward , Kyoto City as well as Daigo area of Fushimi Ward . +Tamemura REIZEI ( March 5 , 1712 - September 4 , 1774 ) was a court noble and a poet of the mid Edo period . +The sect Hong gwan-ji-ha is one of the Jodo Shinshu sects . +" Kanadehon Chushingura " ( written in old character form : 假名手本忠臣藏 ) is the title of a representative ningyo joruri ( traditional Japanese puppet theater ) as well as kabuki ( traditional drama performed by male actors ) based on the Genroku Ako Incident . +Soma-mikuriya was one of the medieval shoen ( manor in medieval Japan ) holdings of the commendation type in areas that are today 's Toride City and Moriya City , Ibaraki Prefecture , and Kashiwa City , Nagareyama City , and Abiko City , Chiba Prefecture . +Kiyomizu-dera Temple is a Buddhist temple in Kiyomizu , Higashiyama Ward , Kyoto City , Kyoto Prefecture . +Kasagake ' ( 笠懸 ) is a traditional Japanese form of horseback archery technique / practice / event / form where the archer mounted on a galloping steed shoots ' Kaburaya ' arrows ( arrows that whistle ) at targets . +Ryoi ASAI ( 1612-January 29 , 1691 ) was a monk of the Jodo shin shu ( True Pure Land Sect Buddhism ) in the early Edo Period and was the writer of Kana zoshi ( storybooks written in kana ( the Japanese syllabary ) ) +Roan OZAWA ( 1723 - August 19 , 1801 ) was a kajin ( waka poet ) and scholar of Japanese classical literature , who lived during the mid-Edo Period . +Shigekatsu MATSUDAIRA ( 1549 - January 6 , 1621 ) was daimyo ( a Japanese feudal lord ) in the early Edo period . +Yorioya-Yoriko refers to the master-servant relationship similar to the parent-child relationship created in medieval Japan or the relationship of the guardian and the protected person based on the master-servant relationship . +The Itsutsuji family is a member of Genji Tosho Genji ( Minamoto clan members who are court nobles above a certain rank ) , descendants of Uda-Genji ( Minamoto clan ) . +Yoshimura MIURA was a busho ( Japanese military commander ) of the Sagami Province in the beginning of the Kamakura Period . +Nissho ( 1829 - 1908 ) was a priest of the Nichiren sect ( Fujufuse school ) of the end of the Edo period to the Meiji period . +Flogging ( jozai or jokei ) was one of the five sentences of the Ritsuryo law . +Nyoshin was a priest of Jodo Shinshu ( the Pure True Land school of Buddhism ) from the middle to the end of the Kamakura Period . +The Tenyakuryo ( Bureau of Medicine ) was an institution established under Japan 's Ritsuryo system ( a system of centralized government based on the ritsuryo code ) ; specifically , it was under the purview of the Kunaisho ( Imperial Household Agency ) of the Ritsuryo system , and was the bureau responsible for giving medical care and providing doses of medicine . +Kuni-umi is a myth that tells us how the land of Japan was generated . +Koden ( 香典 ) is a term to refer to a gift of money offered to the dead at a Buddhist funeral . +Sandaihiho ( the Three Great Secret Dharmas ) comprises the fundamental dharmas in Buddhism by Nichiren and consists of Honmon no Honzon ( the Object of Veneration of the Essential Teachings of the Lotus Sutra ) , Honmon no Kaidan ( the Platform for the Receipt of the Precepts and Place of Practice of the Essential Teachings of the Lotus Sutra ) and Honmon no Daimoku ( the Sacred Title of the Essential Teachings of the Lotus Sutra ) . +Gennosuke SAWAMURA was a professional name of a kabuki actor . +Ginza is a name used for mints in the medieval and modern ages of Japan , where coins were manufactured and silver bullion was bought and sold . +Tenugui towel ( called Tenogoi in Edo-ben and Hakata-ben dialects ) is a plain-woven cotton fabric used to dry your hands , wash your face , or wash yourself during bath time . +Kawaramachi Station is the last station on the Hankyu Railway Hankyu Kyoto Main Line , and is located at 52 Shin-cho , Kawaramachi-Nishi-iru , Shijo-dori , Simogyo Ward , Kyoto City , Kyoto Prefecture . +MINAMOTO no Yoshitaka ( year of birth and death unknown ) was a busho ( Japanese military commander ) who lived at the end of Heian Period and follows Kawachi-Genji ( Minamoto clan ) . +Kazami is a lightweight top ( clothing ) for girls of the noble class during the Heian period . +Kakunojo OTSUKA ( 1843 - 1905 ) was a vassal of the shogun and a member of Shogitai ( a group of former Tokugawa retainers opposed to the Meiji government , who fought in the Battle of Ueno ) . +Binbo-gami is a god who brings poverty to the people whom they cling to or their families . +Tsutamomiji Utsunoya-toge ( literaly , Painted maples in Utsunoya-toge pass ) is a Kabuki play . +Hakunu-jinja Shrine is a Shinto shrine located in Azai-cho , Nagahama City , Shiga Prefecture . +The Gamo clan is a Japanese clan . +Chinzan NARABAYASHI ( January 26 , 1649 - May 16 , 1711 ) was a Dutch interpreter and a doctor in the early Edo period . +MINAMOTO no Tsunemitsu ( year of birth unknown - April 28 , 1146 ) was a samurai , who lived during the latter Heian period . +Gonaisho was an official document written in the style of a private letter that was issued by the Seii Taishogun ( literally , great general who subdues the barbarians ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Yojiya is the name of a company , with its head office in Kyoto City , dealing in Japanese cosmetic products , typically facial oil blotting paper , and also its brand name . +Kajiro YAMAMOTO ( March 15 , 1902 - September 21 , 1974 ) was a film director , actor , screenwriter and essayist in Japan . +Mitsusada ISHIKAWA ( year of birth unknown - March 13 , 1269 ) was a busho ( Japanese military commander ) in the Kamakura period . +Yoshitsugu ASHIKAGA was a busho ( Japanese military commander ) during the Muromachi Period . +MINAMOTO no Nakatsuna ( 1126 ? - June 27 , 1180 ) was a military commander of the Settsu-Genji ( Minamoto clan ) who lived in the late Heian period . +Mt . Hiei is a mountain that straddles the western part of Otsu City in Shiga Prefecture and the northeastern part of Kyoto City in Kyoto Prefecture . +Ihai is a wooden tablet inscribed with the posthumous Buddhist name of a deceased person to enshrine the spirit of the person . +FUJIWARA no Morotaka ( year of birth unknown - July 6 , 1177 ) was a zuryo ( custodial governor ) who lived in the late Heian period . +Kengyo YAEZAKI ( around 1776 – October 7 , 1848 ) was a blind musician who was active during the early nineteenth century in Kyoto ( jiuta shamisen ( traditional Japanese shamisen music ) player , so or koto ( a long Japanese zither with thirteen strings ) player and composer ) . +HOSHIKAWA no Maro ( date of birth unknown - July 2 , 680 in old lunar calendar ) lived during the Asuka period of Japan . +Chogetsu ( 1714-June 15 , 1798 ) was a mid-Edo period monk and poet . +FUJIWARA no Nariyori ( 1136 - 1202 ) was a kugyo ( top court official ) living from the late Heian period to the early Kamakura period . +Giyoden Hall ( Treasure Hall ) was one of the halls of the dairi ( Imperial Palace ) in the city of Heian-kyo . +Goku Shimada ( 1875 - 1928 ) was a haiku poet . +HATA no Ushi ( year of birth and death unknown ) was a person who lived during Japan 's Asuka period . +Hikaru INOUE ( November 30 , 1851-December 17 , 1908 ) was a military man in the Imperial Japanese Army and a peer . +Mochiyo OUCHI ( March 23 , 1394 - August 14 , 1441 ) was a Shugo daimyo ( Japanese territorial lord as provincial constable ) in the mid-Muromachi Period . +Yukihisa NIKAIDO ( 1205 - January 20 , 1267 [ December 17 , 1266 in old lunar calendar ] ) was a governmental official of the bakufu ( Japanese feudal government headed by a shogun ) , responsible for practical works , during the mid-Kamakura period . +The Seiga Family was one of the kakaku ( family status ) of court nobles or nobility , which is the kakaku above the daijinke ( Daijin Family ) and was next to the sekke ( Setsu Family ) . +Ichiji Kinrin Buccho ( ekaakSara-uSNiiSacakra in Sanskrit ) is one of the deities worshipped in Esoteric Buddhism . +Heinosuke GOSHO ( actual name : Heiemon , January 24 , 1902 – May 1 , 1981 ) was a movie director during the Showa Period . +The Nakahara clan was a group of noble families sharing the same ancestor , which existed from ancient times to the early-modern times in Japan . +Shirakawa ( 白河 or also written as 白川 ) is the name referring to the Shira-kawa River basin ( Yodo-gawa River System ) which was once included in Otagi County , Yamashiro Province , the Rakugai of Kyoto ( outside of the capital Kyoto ) . +Gokishichido was a name for the broader-based local administrative districts under the ritsuryo system in ancient Japan . +HATSUKASHIBE no Shiki is a person who lived during Japan 's Asuka Period , although his birth and death dates are not known . +Fuyuhiro DAIGO ( June 12 , 1679-November 1 , 1756 ) was a high-rank Court noble in the middle of the Edo period . +Hidemitsu AKECHI was a Japanese military commander during the time from the Sengoku period ( period of warring states of Japan ) to the Azuchi-Momoyama period . +The Geihin-kan ( State Guest House ) is a facility in which the government accommodates visiting state guests , such as heads of state or ministers . +Katsumitsu HINO ( 1429 - July 15 , 1476 ) was a kuge ( court noble ) in the Muromachi Period . +Nerizake is a kind of sake ( Japanese liquor ) , and it is said that it reflects the original form of ancient sake . +Kita KUSUNOSE ( 1836 to 1920 ) was a Japanese women 's movement activist . +Kiyotaka KANZE ( 1837 - 1889 ) was a Nohgakushi ( Noh actor ) playing shite ( principal roles ) of Kanze-ryu school . +TAIRA no Kagetaka ( year of birth unknown - November 14 , 1274 ) was a samurai in Kyushu who lived during the mid Kamakura period . +Tamemoto KUROKI ( May 3 , 1844 - February 3 , 1923 ) was a military man of the Imperial Japanese Army in Japan . +Emperor Kazan ( November 29 , 968 - March 17 , 1008 ) reigned from November 5 , 984 - July 31 , 986 , as the sixty-fifth Emperor . +Tanetsuna CHIBA ( November 14 , 1208 – July 1 , 1228 ) was a busho ( Japanese military commander ) in the early Kamakura period . +Yudate-kagura ( Yutate-kagura ) is one of Japanese traditional kagura forms . +The Kyoto Umbrella is one of traditional Japanese umbrellas . +Shugo is a mixture of Buddha , bodhisattvas and deities worshipped by various religions , or a category that considers them as one religion . +Wakasa no Tsubone ( year of birth unknown - 1203 ) was a woman who lived during the early Kamakura period . +" Shui wakashu " is the third imperial anthology of Japanese poetry after Kokin wakashu ( Collection of Ancient and Modern Japanese poems ) and Gosen wakashu ( Later Collection of Japanese poems ) , and is the last one of the so called ' Sandai shu ' ( The Collections of Three Eras ) . +Karaginu ' ( 唐衣 ) is one of the types of kimono ( Japanese traditional clothing ) that comprises a juni-hitoe ( twelve-layered ceremonial kimono ) . +The Onin-ki is a historical work of the Muromachi period . +Akiteru KASHUJI ( January 11 , 1815 - February 10 , 1861 ) was a Kugyo ( court noble ) in the late Edo Period . +Manryu ( July 1894 - December 1973 ) was a geisha who enjoyed significant popularity at that time and was touted as ' the most beautiful woman in Japan ' at the end of the Meiji period . +Miyazuka Tumulus is located at Hirose 608 , Kumagaya City , Saitama Prefecture , which has a unique two-stepped form with a rectangular-shaped lower layer and a circular-shaped upper layer . +TokinagaTANBA ( dates of his birth and death unknown ) was a doctor from the Heian period to the early Kamakura period . +" Shigoto hajime " means working on January 2 , for the first time in the new year . +Hiroaki MIGITA ( year of birth unknown - December 1 , 1523 ) was a military commander in the Sengoku period ( period of warring states ) . +Joha SATOMURA ( 1525 - June 2 , 1602 ) was a linked-verse-teacher ' Rengashi ' during the Warring States period . +Ebumi-toge pass is a pass located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +Summary +The Makishi Incident refers to a coup that took place in the Kamakura bakufu ( Japanese feudal government headed by a shogun ) in August , 1205 in the early Kamakura period . +Toka no sechie was an event where the emperor watched toka ( stamping songs ) in the Imperial Court every January ( by the lunar calendar ) . +Sorin refers collectively to a metal pinnacle built on the roof of a five-storied pagoda , etc . , which rises heavenward . +Tanenaga WADA ( 1183 - May 30 , 1213 ) was gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) of Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +Kyoka is a parody of tanka ( Japanese poem ) that contains social satire , irony , and humor in 31 ( 5-7-5-7-7 ) syllables . +HOZUMI no Ioe ( years of birth and death unknown ) is a Japanese who lived in Asuka period . +Tomoari MINAMOTO ( 1792 to 1859 ) was a scholar of herbalism and natural history , and a han-i ( an Edo-period doctor working at a public clinic ) of the Kishu Domain in the late Edo period . +Sanbai zojo seishu ( sanzoshu for short , sake swelled by adding distilled alcohol , sugars , acidulants , monosodium glutamate , etc . ) is a common name of zojoshu , a kind of sake which was introduced at the time of rice shortage after World War II . +Emperor Sutoku ( July 7 , 1119 - September 14 , 1164 ) was the seventy-fifth Japanese Emperor ( his reign lasted from 1123 to 1142 ) . +Koretoyo ASO ( 1493 - December 5 , 1559 ) was the eighteenth family head of the Aso clan in the Sengoku Period ( the high priest of Aso-jinja shrine ) . +Taihei-genpo refers to the silver coin in ancient times in Japan . +Cheng Shun-kung ( 鄭舜功 , Tei Shunko ; dates unknown ) was an adventurer during the latter half of the Ming period in China . +FUJIWARA no Kunitsuna ( 1122 - April 8 , 1181 ) was a court noble during the late Heian period . +Sogyu TSUDA ( year of birth unknown - June 11 , 1591 ) was a merchant of Sakai City and a chajin ( master of the tea ceremony ) who lived during the Azuchi-Momoyama period . +Toyoko Film Company ( established June 8 , 1938 and merged on March 31 , 1951 ) was Japan 's film company , but it no longer exists . +Saeki no Komaro ( the year of birth unknown - 666 ) was a government official of zo-daikinjo ( the seventh grade of twenty-six of cap rank , which corresponds to Shoshii , Senior Fourth Rank and Jushii , Junior Fourth Rank of Taiho Ritsuryo , Taiho Code ) . +Joken NISHIKAWA ( 1648 - November 9 , 1724 ) was an astronomer in the middle of the Edo period . +Onmyo hakase was a teaching position created at the Onmyoryo ( Bureau of Divination ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Yoshitaka KURODA , also known as Josui KURODA , was a military commander and feudal lord during the period spanning over the Sengoku period ( period of Warring States ) , the Azuchi-Momoyama period and the Edo period . +Kagesue KAJIWARA was a busho ( Japanese military commander ) who lived from the end of the Heian period to the beginning of the Kamakura period . +Engishiki is a set of Kyakushiki codes ( detailed enforcement regulations of the Ritsuryo codes ) compiled in the middle of the Heian period . +Higeyagura is a title of kyogen ( farce played during a Noh play cycle ) . +Saigokusuji-gundai was one of the gundai set in four places in the Edo period . +Ho-gakko ( law school ) was an educational institution governed by the Ministry of Justice in the early Meiji Period and was one of the previous bodies of the existing the University of Tokyo , Faculty of Law . +Shojiro GOTO ( April 13 , 1838-August 4 , 1897 ) was a samurai , feudal retainer of Tosa Domain and statesman in Japan . +FUJIWARA no Anshi ( Yasuiko ) ( 927-June 16 , 964 ) was the eldest daughter of FUJIWARA no Morosuke , who held the title of Udaijin ( Minister of the Right ) . +Jocho ( D.O.B. unknown - died September 2 , 1057 ) was a sculptor active in the latter part of the Heian period and is said to be the sculptor who perfected the technique called yoseki-zukuri , in which the main part of a statue is made out of two or more pieces of wood . +Kaimon Shocho ( 1374 – June 6 , 1443 ) was the prince of Emperor Chokei of the Southern Court ( Japan ) . +St Agnes ' Episcopal Church ( Angelican ) , a church in Kyoto City , Kyoto Prefecture , Japan , is the cathedral of the Diocese of Kyoto , the Anglican-Episcopal Church of Japan +The Traditional Craftsman is the accreditation examination conducted by the Traditional Crafts Industry Promotion Association Foundation in accordance with Paragraph 8 of Section 24 of the Act concerning the Promotion of Traditional Craft Industries . +Hanpi is a formal court dress of military officers and a bugaku ( traditional Japanese court music accompanied by dancing ) costume , which are a sleeveless body wear worn underneath ho ( outer robe / vestment ) . +Chiso is a long established firm dealing with Kyo-Yuzen ( silk fabrics printed in Kyoto ) . +Sanefusa TOKUDAIJI ( April 6 , 1636-October 11 , 1682 ) was a high-rank Court noble in the early Edo period . +Katsumune MIZUNOYA ( 1623 - April 8 , 1689 ) was the second lord of Bicchu-Matsuyama domain . +Roichi NAITO ( September 28 , 1846 - June 29 , 1911 ) is the Freedom and People 's Rights Movement activist who played an active part from the end of Edo period through Meiji period . +Nishijin ori is a general term for yarn-dyed fabrics made in Kyoto . +Choso means reaccession of retired emperors to the throne . +KAMO no Tadayuki ( year of birth and death unknown ) . +Yukikata NIKAIDO ( 1206 - 1267 ) was a governmental official responsible for practical works in the mid Kamakura period . +Waka is a fixed form of poem that has been created since Jodai ( mainly the Nara period ) . +" Midaregami " ( Tangled hair ) is the first poetry collection of a poet , Akiko YOSANO . +The Restoration of Imperial Rule was a coup planned by the anti-Shogunate group in January 3 , 1868 , which began with their declaration of ' Direct rule by the emperor . ' +Tadaosa DAIGO ( April 9 , 1830 - July 4 , 1900 ) was a Kogyo ( a Court noble ) and a retainer of the Imperial Court during the end of the Edo period . +FUJIWARA no Kiyokawa ( 706 - 778 ) was one of the nobility during the Nara Period . +Joyo ( 958 - 1047 ) was a Shingon sect Buddhist monk during the latter half of the Heian period . +Kitayama Juhachi Kento was a welfare facility that was constructed in Nara Kitamachi in the Kamakura period for protecting and aiding persons in serious illness , such as Hansen 's disease . +Noppe is a Japanese local dish . +MINGEI ( National Art ) Movement is a movement started by the first issue of " Prospectus for establishment of the Japanese Folk Crafts Museum " in 1926 . +The Imperial Edict ( of 1870 ) for Establishment of Shinto is a Shosho ( imperial edict , decree ) which was issued on February 3 , 1870 . +" Okawa-jinja Shrine " is a shrine in Okawa , Maizuru City , Kyoto Prefecture . +Shigeyoshi MORI ( year of birth and death unknown ) was a Wasanka ( mathematician ) who was active in the early Edo period and the earliest known mathematician so far . +Terauke shomon was a certificate issued by Buddhist temples to danka ( supporter of a Buddhist temple ) in order to prove that they were actually the danka of the relevant temple under the Terauke seido ( the system in which the public should be registered in any one of the designated temples to prove their Buddhist faith ) in Edo period . +The Tensho oban is a type of oban ( large monetary gold plate in the shape of a flat oval ) that had been struck by the Goto family , time-honored craftsmen of gold , mainly by order of the Toyotomi family since the Azuchi Momoyama period until the early Edo period ; it is considered to have been minted first in 1588 , and the well-known ' Tensho hishi oban ' , ' Tensho naga oban ' and ' Daibutsu oban ' are categorized under it . +FUJIWARA no Okikaze ( year of birth and death unknown ) was a Japanese noble and poet of the Heian period . +Located at 8-chome Miyagawa-suji , Higashiyama Ward , Kyoto City , in Kyoto Prefecture , Gojo Station is a stop on the Keihan Main Line of the Keihan Electric Railway . +Gobo no keiji were five street bulletin boards erected on April 7 , 1868 and the first public prohibitions published by the Meiji government . +Yata no Kagami is a mirror and one of the Sanshu no Jingi ( Three Imperial Regalia ) . +Jurasetsunyo are ten demonesses of Tenbu ( group of Protectors of Buddhist Laws ) in Buddhism . +Priest-Imperial Prince Shoshin ( July 1 , 1005 - October 18 , 1085 ) was a member of the Imperial Family and monk in the mid Heian period . +MINAMOTO no Sueto ( year of birth and death unknown ) was a busho ( Japanese military commander ) and a poet in the late Heian Period . +The Isshiki clan comprised a samurai family . +Eiku ( year of his birth is unclear - 1179 ) was a Buddhist monk of the Tendai Sect in the late Heian period . +" Toro Nagashi " which is also referred to as " Shoryo Nagashi " ( floating lanterns down a river carrying the spirits of the dead ) is a Japanese festival where people hold a memorial service for the spirits of the deceased by floating paper lanterns and other offerings in a river or in the sea for Bon festivals . +MINO no Umakai ( 馬甘 ) was a person of the Nara period . +The Sanpo War was a rebellion occurred in Gyeongsang Province , Korea , in 1510 , provoked by the So clan , who was the shugo ( military governor ) of Tsushima Province , and kokyowa ( Japanese residents who settled down in Korea with keeping Japanese nationality ) . +Jakucho ( year of birth and death unknown ) was a kajin ( waka poet ) during the end of the Heian period . +An aesthetic area is an ' Area Designated for Conservation of Scenic Beauty of Cities ' ( City Planning Act Article 9 ) . +Katsutoyo YAMAUCHI was a warrior and feudal lord from the Warring States period to the Azuchi-Momoyama period and the Edo period . +Kaname-ishi ( spirit rocks ) are found in Kashima-jingu Shrine in Kashima City , Ibaraki Prefecture and Katori-jingu Shrine in Katori City , Chiba Prefecture . +Tanemoto KUTSUKI was the second lord of the Fukuchiyama Domain in Tango Province . +Imperial Prince Nashimotonomiya Moriosa ( December 16 , 1819 - September 1 , 1881 ) was a member of the Imperial family of Japan during the late Edo and Meiji Periods . +Akira YAMAGUCHI ( 1948 - ) is a noh costume researcher . +The Bon festival dance is an event enjoyed in groups at night during the season of Bon , the Buddhist festival for the dead held around the fifteenth of August ( or July in some regions ) . +Masahiko Katori ( January 15 , 1899 - November 19 , 1988 ) was a Japanese caster . +Ryoro is a utensil used to boil water in senchado . +Yoshisa ASHIKAGA was the 9th Seii Taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi Shogunate ( reigned between 1473 - 1489 ) . +Princess Kasuga no Oiratsume ( Kasuga no Oiratsume no Himemiko ) appeared in the Kiki ( " Kojiki " [ A Record of Ancient Matter ] and the " Nihonshoki " [ Chronicles of Japan ] ) as a member of the Imperial family ( royal family ) in Japan . +Seiitsu YAMANAKA ( 1822 - 1885 ) is a calligrapher and a statesman who flourished in the Meiji period . +FUJIWARA no Shigezane ( year of birth unknown - 901 ) was a military officer in the early Heian period . +The Saigoku Sanjusankasho is the collective name for the thirty-three holy places of Kannon ( Goddess of Mercy ) scattered around Gifu Prefecture and the six prefectures ( Kyoto , Osaka , Hyogo , Shiga , Nara , and Wakayama ) in the Kinki region . +Shukeiryo is an organization which belonged to Minbusho ( civil and administrative ministry ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Kifudo painting is a ' hibutsu ' ( Buddhist image normally withheld from public view ) of a standing statue of Fudomyoo ( cetaka ) , the entire body of which is yellow , handed down to Onjo-ji Temple , commonly called Mii-dera Temple , in Otsu City , Shiga Prefecture . +Sadamichi INABA ( 1546 - October 7 , 1603 ) was a busho or military commander ( daimyo or feudal lord ) from the Sengoku to the early Edo period . +Utaemon NAKAMURA , the sixth ( January 20 , 1917 - March 31 , 2001 ) was a kabuki ( traditional drama performed by male actors ) actor representative of the postwar period . +Tanba MOMOCHI ( 1512-1581 ? ) was a Ninja ( a secret agent in feudal Japan highly skilled in stealth and secrecy ) , who is considered to be the founder of Iga style Ninjutsu ( the art of a ninja ) in the Sengoku period ( Japan ) . +Sadakatsu MATSUDAIRA ( 1560 - May 1 , 1624 ) was a busho ( Japanese military commander ) in the Sengoku Period ( Period of Warring States ) and a daimyo ( Japanese territorial lord ) in the early Edo period . +Shinzei ( 800 - March 25 , 860 ) was a Shingon Sect Buddhist monk who lived during the first part of the Heian period . +Jujo-dori Street is one of the major east-west streets in Kyoto City . +Onsho ( reward grants ) is defined as follows . +MINAMOTO no Yoshihiro or Yoshihiro KONDO ( year of birth unknown-1180 ? ) was the fourth son of MINAMOTO no Yoshitoki . +A Shingun ( also called a Kamikori ) is a special district type that came into existence with the establishment of the Kokugun system , and is considered to be the holly precincts of a shrine ( domain of a kami ) , and differs from other types of districts . +Kikyoku is a tea utensil used in Senchado ( Japanese tea ceremony using Sencha [ brewed green tea ] ) . +Myoseki ( 名跡 : Family Name ) is a traditional naming convention that closely links family names of individuals with succeeding generations of a family . +The Middle Palace Guard was an administrative office in the Ritsuryo system . +Moromoto NIJO ( 1301 – February 17 , 1365 ) was a court noble between the late Kamakura Period and the period of the Northern and Southern Courts +Shinsho ( 797 - August 7 , 873 ) was a priest of the Shingon Sect in the early part of the Heian period . +In China , Gojo refers to five emotions . +MINAMOTO no Nakaakira ( unknown - February 20 , 1219 ) was a noble and a Confucian scholar from the end of the Heian period to the early Kamakura period . +Mokujikiyoa ( year of birth is not clear - December 25 , 1763 ) was a Buddhist monk of Shingon Sect in the mid-Edo period . +Korenobu OUCHI ( year of birth and death unknown ) was a Gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) in the early Kamakura period . +Aihime ( her name also can be pronounced Yoshihime or Megohime ) ( 1568 - February 21 , 1653 ) was the only daughter of Kiyoaki TAMURA and a lawful wife of Masamune DATE . +Tsuneoki IKEDA was a warlord during the Sengoku period ( Period of Warring States ) and Azuchi-Momoyama period . +Ayasaburo TAKEDA ( November 4 , 1827 to January 28 , 1880 ) was a scholar coming from the Ozu Domain of Iyo Province ( present Ozu City of Ehime Prefecture ) . +Ishido-ji Temple is a Tendai sect temple located in Higashiomi City , Shiga Prefecture . +Zenfusho is a type of Tsukumo-gami ( gods to a variety of things ) and a specter of chagama ( iron tea ceremony pot ) that is introduced in " Hyakki Tsurezure Bukuro " ( One hundred bags in idleness ) by Sekien TORIYAMA . +The Emperor 's Birthday is one of Japanese national holidays . +Japanese Castle Data Sheet +Priest Ikkei UNSHO ( June 17 , 1386 - February 20 , 1463 ) was a priest of the Rinzai Sect in the mid Muromachi Period . +HEKI no Minomaro ( 704-year of death unknown ) was a government official ( esp. one of low to medium rank ) who lived from the Nara period to Heian period . +Minyu-sha was an opinion group and publishing house established by Soho TOKUTOMI . +Shikienkyuten is kuntenbon ( a book with guiding marks for rendering Chinese into Japanese ) of " Shiki " ( Records of the Grand Historian ) , a Chinese history book written by Sima Qian in the era of Former Han in China , and it was in the form of Kansubon ( book in scroll style ) transcribed by OE no Iekuni by adding kunten ( marks and symbols beside lines of Chinese text to indicate how the text is to be read in Japanese ) in 1073 during the Heian period of Japan . +Tsukuyomi ( cited as " 月讀 " ( Tsukuyomi ) or Tsukuyomi no mikoto ) is one of the gods of Japanese mythology . +Tenguto no Ran ( Rebellion of Tenguto ) was raising of an army at Mt . Tsukuba on May 2 , 1864 by the radical party of Sonno Joi ( 19th century slogan advocating reverence for the Emperor and the expulsion of foreigners ) including Koshiro FUJITA , a feudal retainer of Mito Domain and others , as well as the following related conflicts occurred all over the country ( the main leader surrendered on January 14 , 1865 ) . +Chikara TACHIKAWA ( 1840 ? - January 22 , 1903 ) born in Chikuzen Province was a member of the Shinsengumi ( a special police force of the late shogunate period ) . +According to " Nihonshoki " ( Chronicles of Japan ) and " Kujihoongi " ( Ancient Japanese History ) , Isuzuhime no mikoto , also called Isuzuyorihime ( date of birth and death unknown ) was a wife of Emperor Suizei , a daughter of Kotoshironushi-no-kami ( her mother 's name is unknown ) and a mother of Emperor Annei . +日本料理 ( nihonryori or nipponryori in Japanese pronunciation ) ( Japanese cuisine ) indicates the traditional Japanese dishes , in particular , using foodstuffs familiar in Japan , which have been developed uniquely in the land and environment of Japan . +Saigo no tsubone ( 1562 - July 1 , 1589 ) was a woman in the Sengoku period ( period of warring states ) and Azuchi-Momoyama period . +Kemari is one of the athletic sports that became popular during the Heian period . +Tomotsune TOSHIMA ( year of birth unknown - November 27 , 1203 ) was a samurai ( warrior ) from the end of the Heian period to the early Kamakura period . +Akikuni KASUGA ( year of birth unknown - April 21 , 1344 ) was a noble during the period of the Northern and Southern Courts ( Japan ) . +Goryakuso is a ceremony conducted during pre-modern periods , in which a Year calendar is presented on every November first ( old lunar calendar ) by Onmyoryo to the Emperor via Nakatsukasasho . +Genzo SHINOMIYA ( year of birth unknown - October 3 ? , 1580 ) was a vassal of Ujitoyo YAMANA , who lived around the Azuchi Momoyama period . +INBE no Shikobuchi ( year of birth unknown - July 15 , 701 ) was a person of the Asuka era in Japan . +Yasuko HINO ( 1369 – December 7 , 1419 ) lived during the Muromachi period . +AIZU no Kotetsu ( his real name was Senkichi KOSAKA ) ( July 7 , 1833-August 19 , 1885 ) was the Kyokaku ( a professional gambler in the Edo period ) of Kyoto . +Shubun ( the years of his birth and death was unknown ) was a Zen priest and artist-monk in the middle of the Muromachi period . +Takichi MIYASHITA ( September 30 , 1875 - January 24 , 1911 ) was an anarchist . +Eijun OTANI ( 1890-May 23 , 1973 ) was a priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) of Buddhism +Mitsugoro BANDO is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +Tadashi IMAI ( January 8 , 1912 - November 22 , 1991 ) was a film director in Japan during the Showa period . +FUJIWARA no Sukekimi ( year of birth and death unknown ) was a noble during the mid Heian period . +The history of medieval Japanese literature covers the history of literary works written approximately from the Kamakura to the Azuchi-Momoyama Periods . +Some Jiken is one of the family troubles occurred in the Meiji period in Japan . +MINAMOTO no Yoriie was the second Seii Taishogun ( literally , " great general who subdues the barbarians " ) of Kamakura bakufu ( Japanese feudal government headed by a shogun ) ( Kamakura-dono ( lord of Kamakura ) ) . +Masakuni SHIGEYAMA ( born on July 7 , 1972 to now ) is a kyogen performer of Okura-ryu ( the Shigeyama family , Kyoto ) ( Okura school ) . +The Nichiren chant is the words of Namu Myohorenge-kyo , which are recited in the Buddhist religious services held by religious organizations such as Nichiren and the Hoke-kyo Sutra sect . +Meta-jinja Shrine , written as 賣太神社 or 売太神社 in Japanese , is a shrine located at the end of Heida Village , a village surrounded by a moat in Yamatokoriyama City , Nara Prefecture . +Masataka KUSUMOTO ( April 14 , 1838-February 7 , 1902 ) was a samurai from the Omura Domain , Hizen Province , and a Meiji Period statesman . +Kimigayo is Japan 's National Anthem . +INA no Iwasuki is a person who lived during Japan 's Asuka period , but his birth and death dates are not known . +Kazue SOMA ( 1835 or 1843 - 1875 ? ) was the last commander of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +Uwanabe-kofun Tumulus is a large keyhole-shaped mound located in Hokkeji Town , north of Heijo-kyu Palace Site in Nara City . +Hisako KONOE ( April 5 , 1702-February 27 , 1720 ) was Nyogo ( a wife of Emperor ) of the Emperor Nakamikado in the Edo period , who was the real mother of the Emperor Sakuramachi . +Saneie ICHIJO ( 1250 - February 20 , 1314 ) was Kugyo ( a Court noble ) in the Kamakura period . +Dewa no ben ( around 1007 ? - date of death unknown ) was a female waka poet in the mid Heian period . +Bogu is protective gear to protect players ' body in the Japanese art of fencing , naginata ( a long pole with a sharp curving sword ) , and jukendo ( the martial art using the bayonet ) . +A Kyo rin rin is one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Hyakki Tsurezure Bukuro " ( The Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) , and a yokai of Buddhist scriptures . +Takamasa KYOGOKU ( June 8 , 1757-May 29 , 1835 ) was the seventh lord of Mineyama Domain in Tango Province . +Omuraji is one of the governmental posts of the Yamato sovereignty ( the ancient Japan sovereignty ) during the Kofun period ( tumulus period ) . +" Shinkan " is a person serving a certain God or working as a government official at a facility where God is worshipped . +Hoe ( Buddhist memorial services ) are gatherings of Buddhist monks and parishioners for memorial services and Buddhist preaching . +Masatsune MORI ( 毛利 正恒 , year of birth unknown - April 6 , 1768 ) was a samurai of the Satsuma domain in the Edo period . +Yoshihide ASAHINA ( 1176 - Year of death unknown ) was a busho ( Japanese military commander ) in the early Kamakura period . +Ichikawa Kobunji Kabuki Eiga Productions ( established in June 1928 and dissolved in August ) was a film company in Kyoto . +The Foundation for the Reizei family 's Shigure-tei library was founded by the descendants of FUJIWARA no Teika ; it was created both to store and protect the cultural treasures , including old manuscripts , architectural items , and reports of annual events that had been passed down in the Reizei family , which was well known as a poetic family , and for the purpose of instructing succeeding generations in the Reizei school of kokin denju , or interpretation of the poetry in the Kokinshu . +MINAMOTO no Sadafusa ( 1130-August 18 , 1188 ) was a court noble during the late Heian Period . +Nihon no Oni no Koryu Museum ( 日本の鬼の交流博物館 ) ( Japanese Oni Museum ) is a museum featuring Oni ( demon ) legends , and is located at the foot of Mt.Oe in Fukuchiyama City ( former Oe-cho , Kasa-gun ) , Kyoto Prefecture . +Mishige or Mishige-Majimun is a kind of Fumo-gami which has been known in Okinawa Prefecture and is a kind of Majimun ( the general name for devils in Okinawa and Amami Islands south of Kagoshima Prefecture ) . +Northern Trade was the trade between China ( Northern Song Dynasty ) and the Oshu-Fujiwara clan or the Abe clan ( Oshu ) and the Dewa Kiyohara clan who dominated Ou before then . +Akimasa YOSHIKAWA ( January 21 , 1842 - January 10 , 1920 ) was a government official and a statesman in Japan . +The second central wholesale market of Kyoto City is specialized in meat . +Rakunan shintoshi is a new city which is planned to be prepared in the reclaimed land from former Ogura-ike Pond in the south of Yodo-gawa River in Fushimi Ward , Kyoto City , Kyoto Prefecture . +Maigetsusho ( The Monthly Commentary ) is a treatise on waka poetry written by a kajin ( waka poet ) FUJIWARA no Teika in 1219 . +TAIRA no Yoshikane was a warlord who lived during the mid-Heian period . +Hime no Mae ( year of birth and death unknown ) was a woman who lived in the early Kamakura period . +" Amenoohabari " is a sword appearing in Japanese Mythology , as well as the name of a god ( Shinto ) . +Kushinadahime is a goddess that appears in Japanese Mythology ( Shinto religion ) . +Tomonari SHIONOYA was a shogun 's retainer from the the end of Heian period to the early Kamakura period . +Tadayuki SAKAI was a daimyo ( Japanese feudal lord ) in the early Edo Period . +Hidenori SENGOKU was a busho ( a Japanese military commander ) from the Azuchi-Momoyama period to the early Edo period . +Yoriuji KITSUREGAWA ( 1580 - July 22 , 1630 ) was the first lord of the Kitsuregawa Domain in Shimotsuke Province . +Kawata-jinja Shrine is a Shinto shrine located in Tsuchiyama-cho , Koga City , Shiga Prefecture . +Kogeki hasshu is a family 's specialty ( iegei ) of Danzo ICHIKAWA , Mikawaya ( Kabuki ) , that Danzo ICHIKAWA VI had picked out . +The " Hokke Ikki " is the religious riot which occurred in Kyoto , of the Sengoku Period ( Period of Warring States ) around 1532 , in Japan . +FUJIWARA no Tadanushi ( 760 - November 2 , 817 ) was a government official who lived during the early Heian period . +Tadamune OSADA ( date of birth unknown , died in 1190 ) was a busho ( a Japanese military commander ) at the end of the Heian period . +Enshu school is a style of tea ceremony initiated by Masakazu KOBORI and passed on in the Kobori family . +Nakagyo Ward is one of the eleven wards that constitute Kyoto City . +Genei ( year of birth unknown – 840 ) was a priest of the Sanron sect of Buddhism who lived during the early Heian period . +Tamagaki ( also known as Tamakaki , year of birth and death unknown ) was the younger sister of Moriyoshi FUKUMOTO , who had the title of shokan ( an officer governing shoen ( manor ) ) of the estate of Niiminosho ( Niimi City , Okayama Prefecture ) of the Kyoto Kyoogokoku-ji Temple and Sotsuibushi ( government post in charge of police and military roles ) . +It is the history of the tenkoku and insho ( seals ) in Japan . +Gosenwakashu is the second imperial waka ( Japanese poetry ) collection compiled in response to a command issued by Emperor Murakami . +Jinseigata was one of the institutions established during the early Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Masaie NATSUKA ( or NAGATSUKA ) was a daimyo and member of the Gobugyo ( Five Major Magistrates ) of the TOYOTOMI Administration during the Azuchi-Momoyama period . +Uchitsuomi ( Naishin ) was one of Ryoge no kan ( official posts outside of Ritsuryo code ) which existed from the Asuka period to Heian period under the government based on the Ritsuryo code . +Yoshisato SHIBA ( 1410 - November 17 , 1436 ) was a Shugo Daimyo ( military governor ) in the mid-Muromachi period . +Kimmtsu SANJO ( June 18 , 1828 - March 9 , 1854 ) was Kugyo ( court noble ) in the late Edo period . +Baisao ( also sometimes pronounced " Maisao " , meaning " Old Man Tea-Seller " , July 8 , 1675 - August 24 , 1763 ) was a Buddhist monk of the Obaku sect in the Edo-period . +Kamidachiuri-dori Street is a street running east-west in Kyoto City . +Shiden is the farmland given by emperors through issuing Shochoku ( an imperial edict ) to individuals under the rules set in the Ritsuryo Code of Japan . +Emperor Komatsu ( March 14 , 1334 - 1375 ) was an ancestor of Yoshimasa MIURA , who advocated the Legitimate Succession of the Southern Court after World War II , and was the third Emperor of the Miura Imperial Line . +Eiri Genji monogatari ( Illustrated Tale of Genji ) is a printed book of The Tale of Genji which was published during the Edo period . +Michikiyo KONO ( year of birth unknown - March 6 , 1181 ) was a busho ( Japanese military commander ) of Iyo Province during the late Heian period . +FUJIWARA no Kanetaka ( 985 – 1053 ) was Kugyo ( a Court noble ) during the Heian Period . +Reijiro TSUMURA ( 1942 - ) is a Noh actor . +Shogakko Rei ( the order of primary school ) was the imperial edict ( order ) to establish the elementary education system in modern Japan . +The Monchujo was a government body of the Kamakura and Muromachi bakufu ( Japanese feudal government headed by a shogun ) , which was responsible for judicial affairs . +Kanginshu is a collection of Japanese songs and ballads . +KI no Yasuo ( 822 - July 7 , 886 ) was an aristocrat of the Heian period . +Kanji GOTO ( May 19 , 1871 - February 23 , 1936 ) was a battlefield missionary priest and a founder of schools in Japan . +Rohan KODA ( August 22 , 1867 - July 30 , 1947 ) was a Japanese novelist . +Sadahisa SHIMAZU ( May 10th , 1269 - August 12th , 1363 ) was the fifth-generation , family head of the Shimazu Clan . +Zuiho-in Temple is a sub-temple within the precinct of Rinzai sect Daihonzan ( Head Temple ) Daitoku-ji Temple located in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +" Shinagon " refers to the four court nobles ( MINAMOTO no Toshikata , FUJIWARA no Kinto , FUJIWARA no Tadanobu , and FUJIWARA no Yukinari ) who were active in the era of Emperor Ichijo in the middle Heian Period . +Suruga no kuni no miyatsuko ( 珠流河国造 ) , also known as Suruga kokuzo , was a kuni no miyatsuko ruled over the east part of Suruga Province in ancient Japan . +Government-run model factories were set up by the Meiji Government for the promotion of new industries . +Oshisakano onakatsunohimeno Mikoto was the Empress of the nineteenth Emperor Ingyo and the mother of the twenty-first Emperor Yuryaku . +Kanchumimai ( a winter greeting card ) is one of the Japanese customs . +Takeshi KAWADA ( October 10 , 1842 - January 4 , 1920 ) was a Japanese geographer . +Karasuma Oike indicates an intersection of Karasuma-dori Street and Oike-dori Street in Kyoto City , Kyoto Prefecture , or its surrounding area . +Jokaku-ji Temple is a Koyasan Shingon sect temple located in Gojo City , Nara Prefecture ( former Nishiyoshino Village , Yoshino County ) . +Imadegawa Station , located in Kamigyo Ward , Kyoto City , Kyoto Prefecture , is a facility of the Kyoto Municipal Subway Karasuma Line . +MINAMOTO no Yorimasa was a busho ( Japanese military commander ) and a poet in the late period of the Heian era . +Songo-ikken was a case of dissension between the Imperial Court in Kyoto and the Edo Bakufu ( Japanese feudal government , headed by a shogun ) in the later Edo period of Japan . +Ennichi are days when people have a spiritual connection with Shinto or Buddhist deities . +St. Joseph Roman Catholic Church , Nishijin , is located in Kamigyo-ku Ward , Kyoto City . +Ujitsune MUNAKATA was a gokenin ( an immediate vassal of the shogunate ) and the 43th and the 46th Daiguji ( the supreme priest ) of Munakata Taisha Shrine , who lived during the middle of the Kamakura Period . +Zenjo ANO ( 1153 - August 8 , 1203 ) was a priest from late Heian period to early Kamakura period and the seventh son of MINAMOTO no Yoshitomo . +Juzaburo TSUTAYA ( February 13 , 1750 - May 31 , 1797 ) is a " hanmoto " ( publisher ) in the Edo period . +Sueyoshi ABE ( May 6 , 1904 to March 18 , 1986 ) was a gagakushi ( court musician ) and a member of the Japan Art Academy . +Azukari was a post which was set up at government offices , temples or shrines and shoen ( manor ) in the Heian period . +Heian-style costume is clothing worn by the Imperial families and court nobles during the Heian period . +Gekka-mon Gate was one of the naikaku-mon gates that comprised the dairi ( Imperial Palace ) . +Monk-Imperial Prince Jido ( 1282 - April 27 , 1341 ) was the Monk-Imperial Prince from the latter half of Kamakura period to the period of the Northern and Southern Courts . +Emperor Komyo ( January 11 , 1322 - July 26 , 1380 ) his reign was from September 20 , 1336 to November 18 , 1348 , he was the second Emperor of the Northern Court during the period of the Northern and Southern Courts . +Munenori TERASHIMA ( June 21 , 1832 - June 6 , 1893 ) was a retainer of shogun during the late Edo period , and a statesman during the Meiji period . +" Kanjin-Noh " refers to Noh performances which charged admission fees in order to raise subscriptions for the construction or the reconstruction of shrines or temples . +The Onshogata was a department set up in the Kenmu Government and the Muromachi bakufu ( Japanese feudal government headed by a shogun ) , which took charge of desk work relating to administering Onsho award ( reward grants ) . +Yoshino Mikumari-jinja Shrine is a shrine located in the Komori district of Yoshino-cho , Yoshino County , Nara Prefecture ( Mt . Yoshino Kami-senbon ) . +Yorioki SASSA was an individual who lived during the middle of the Kamakura period . +Bushi ( 武士 , mononofu , samurai ) existed from the 10th century to the 19th century and was a member of a family community whose top was the master of Soke ( the head family ) and whose profession was a warrior . +Geta ( Japanese wooden sandals ) is Japanese traditional footwear , and is put on by putting feet on wooden boards and fixing toes with a strap which is called O ( or Hanao ) . +" Kojikiden " or " Furukotofumi no tsutae " is forty-four volumes of commentaries on " Kojiki " ( The Records of Ancient Matters ) by Norinaga MOTOORI , a scholar of Japanese classical literature in the Edo period . +Katanashi ( Kessei ) was one of the governmental affairs conducted at the Imperial Court during the Heian period . +Ichitaro KATAOKA ( February 13 , 1877 - date of death unknown ) was a Japanese actor . +Shichikuzan Chigogataki Fudomyoo is a historical site located at Magura , Maizuru City , Kyoto Prefecture . +The term Kanmon means written reports ( Kanshin ) for various information such as origins / precedents that were submitted by scholars , etc. at the request of the Imperial court . +Masanari INABA ( December 7 , 1775 - April 17 , 1815 ) was the eighth lord of the Yodo Domain of Yamashiro Province . +Uryuyama Castle is a yamashiro ( a castle on a mountain ) that was built on Uryu-yama Mountain ( with a height of 301m above sea level ) in present Kiyozawaguchi-cho , Kitashirakawa , Sakyo Ward , Kyoto City ( Otagi County , Yamashiro Province at that time ) in the Sengoku period ( period of warring states ) . +Kansai Kabuki +Honcho Koin Joun roku is a genealogy of Emperors and Imperial Families . +Jorin-ji Temple is a temple of the Jodo ( Pure Land ) sect located in Sakyo Ward , Kyoto City . +Yamashiro no Kuni no Miyatsuko ( also known as Yamashiro Kokuzo , written as 山背国造 or 山代国造 ) was a kuninomiyatsuko ( provincial governor ) who ruled the south-west part of Yamashiro Province . +The Hori-kawa River , which runs through Kyoto City , Kyoto Prefecture , is included in the Yodo-gawa River system . +KOSE no Notari ( 750 - January 9 , 817 ) was an army general and politician in the early Heian period . +MINAMOTO no Yoshitaka ( Date of birth unknown - died 1159 ) was a military commander of the late Heian period . +Tairo was the highest post in the Edo bakufu government system , provisionally placed above Roju as an assistant to Shogun . +Dainen-ji Temple is a Buddhist temple belonging to the Pure Land Sect located in Oyamazaki-cho , Otokuni-gun , Kyoto Prefecture . +Natori-dan refers to Gundan ( army corps in ancient Japan ) deployed in Natori County , Mutsu Province ( later Rikuzen Province ) , Japan from the early 8th century to the 10th century . +Tsuburameo was a member of the Imperial family who lived during the Kofun period ( tumulus period ) . +Suzakuin is : +Located in Sakyo Ward in Kyoto City , Kyoto Concert Hall is dedicated to classical music concerts . +Mt . Yamato Katsuragi is located in the boundary between Gose City , Nara Prefecture and Chihayaakasaka-mura , Minamikawachi District , Osaka Prefecture . +Jokoin ( 1570 ? - September 30 , 1633 ) was a woman in the Sengoku Period ( Period of Warring States ) ( Japan ) to the early Edo period . +Senjaku NAKAMURA is one of the professional names that are related to the Ganjiro NAKAMURA family . +Jishazoeiryotosen is a group of traveling vessels that were dispatched to the Yuan Dynasty under authorization of the bakufu ( Japanese feudal government headed by a shogun ) for the purpose of making profits to cover the costs of repair and construction of major temples and shrines in the first half of the 14th century ( from the late Kamakura period through the period of the Northern and Southern Courts -Japan ) . +Keigannin ( Year of birth unknown , died on September 10 , 1604 , referred to as ' the concubine Yotsutsuji hereafter ) was a woman who lived from the Azuchi-Momoyama period to the early Edo period . +Sugitama is a craft made from collection of fir leaves ( tips ) and shaped into a ball . +Baisho-in Temple is a Buddhist temple belonging to the Buzan school of the Shingon Sect located in Nakano Ward , Tokyo . +" Yuki-jinja Shrine " is a shrine in Kurama-honmachi , Sakyo Ward , Kyoto City . +Kurokabe Square ( also known as " Kurokabe " [ black walls ] ) , located in the old town area of Nagahama City in Shiga Prefecture , is a sightseeing spot where the traditional buildings are preserved effectively . +Kasafuku is a hanging decoration seen around Sakata City , Yamagata Prefecture . +The Institute for Zen Studies is a research institute ( a corporation ) about Zen and Zen-related culture established jointly by the Rinzaishu and Obakushu sects , and is located on the premises of Hanazono University . +The Shin Saigoku 33 Kannon Temple Pilgrimage consists of 33 sacred Kannon sites that were selected in 1932 based on the joint popularity votes submitted by readers of the three city newspapers Osaka Jiji Shinpo Newspaper , Kobe Shinbun Newspaper and Kyoto Nichinichi Shinbun Newspaper , with five additional sites being added in 1967 to create the current total of 38 . +Daichi ( 1290 - January 18 , 1367 ) was a Buddhist priest of the Sotoshu sect from the late Kamakura period to the period of the Northern and Southern Courts . +Atsuage is a food made by deep-frying tofu ( bean curd ) cut into one piece or half a piece . +Masakuni ASAMI ( June 17 , 1941 - ) is a Noh gakushi ( Noh actor ) from Tokyo , and shite-kata ( main roles ) of Kanze school . +Heianjingu-mae Station was a railway station located in Kyoto City 's Higashiyama Ward . +The Sain was a legislative and consultative body in the early Meiji period . +FUJIWARA no Uona ( July 25 , 721 to August 31 , 783 ) was a high court noble in the Nara period . +Uji Station , located in Uji City , Kyoto Prefecture , is a stop on the Keihan Uji Line , which is operated by Keihan Electric Railway . +Oshouo ' refers to a kind of ' Umibozu ' , a ' yokai ' ( apparitions , spirits , spooks or monsters ) living in the ocean recorded in an encyclopedia , " Wakansansaizue " , compiled in the Edo period . +Sanehiro TOIN ( 1409 - year of death unknown ) was a kugyo ( court noble ) who lived during the Muromachi period . +Kiri Hitoha ( a single paulownia leaf ) is a glance Shoyo TSUBOUCHI 's Kabuki program . +Samata SAKUMA ( November 19 , 1844 - August 5 , 1915 ) was a military man of the Imperial Japanese Army and a peer . +Located at Miyagawa-cho , Higashiyama Ward , Kyoto City , Higashiyama Joshi Gigei Gakko ( Higashiyama Girls School of performance arts ) is an educational organization for maiko ( apprentice geisha ) and geisha girls . +Taketoshi KIKUCHI ( year of birth unknown - 1341 ) is a Southern Court ( Japan ) busho ( Japanese military commander ) from the end of Kamakura period into the period of the Northern and Southern Courts ( Japan ) . +This section on " Town names in Kamigyo Ward , Kyoto City " lists official town names in Kamigyo Ward and summarizes the period and process of their establishment . +Monk-Imperial Prince Shoin ( 1317 - May 16 , 1377 ) was the Monk-Imperial Prince from the end of Kamaura period to the period of the Northern and Souther Courts . +" Banshu " ( a guard ) is a person who keeps watch at night as part of guard group ( ban ) . +Imperial Universities are the universities established according to the Imperial University Law promulgated in 1886 . +The shakuhachi is a traditional Japanese musical instrument . +Oban ( the great guards ) was one of the organizations of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Kyoto Jinbun Gakuen ( Kyoto Humanism School ) founded in 1964 immediately after the end of World War II in Kyoto through private educational movements . +Bunjiro TAKADA ( 1838 - October 20 , 1868 ) , from Edo , Musashi Province , was a member of the Shinsengumi . +Tadayasu NAKAYAMA ( December 17 , 1809-June 12 , 1888 ) was a kuge ( court noble ) and a politician who lived from the end of the Edo period to the early part of the Meiji period . +Tamukeyama Hachimangu Shrine is located in Nara City , Nara Prefecture . +Hyakunin Isshu ( one hundred waka poems by one hundred poets ) is a poetry anthology containing one hundred waka ( classical Japanese poems ) , one each by distinguished poets from ancient times ; in the past , it had been called ' Hyakunin-shu . ' +Old provincial names are the names of the ryoseikoku ( province ) that were used up to the early Meiji period . +Under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) , onshu was the registration of a person who came forward after having been missing from the family registers or the keicho ( yearly tax registers ) , or after having been away from the place of registry . +FUJIWARA no Saneo ( 767 - August 4 , 811 ) was a nobleman during the early Heian period . +A gas light is illumination produced by burning a gaseous fuel . +Kanzan YAMADA ( male , 1856 - December 26 , 1918 ) was a Japanese Tenkoku artist ( artist of seal engraving ) of the Meiji period . +" Busso Rekidai Tsusai " is a chronicle of Buddhism history from the ancient times to the year 1333 , which was compiled in China . +Nobumichi YAMADA ( December 13 , 1833 - March 11 , 1900 ) was a government official and a statesman in Japan . +Oku no Himemiko ( 大来皇女 , also written as 大伯皇女 , February 15 , 661 - February 2 , 702 ) was an Imperial princess of Emperor Tenmu . +Ninjindai Oko Chogin refers to silver coins minted from 1710 for exclusive use for trade of Korean ginseng , and it was a silver-by-weight standard . +Tororo konbu is a foodstuff made by processing kelp . +Tonomine Shosho Monogatari ( The Tale of the Lesser Captain of Tonomine ) is a story . +Hiromori HAYASHI ( December 28 , 1831 - April 5 , 1896 ) was a gagaku ( ancient Japanese court dance and music ) musician from the end of the Edo period to the beginning of the Meiji period . +Katsura Station , located in Nishikyo Ward , Kyoto City , is a stop on the Hankyu Arashiyama Line , which is operated by the Hankyu Railway . +Heizo SAKAMOTO ( year of birth is not clear - January 30 , 1868 ) was a member of Shinsengumi . +Tomi KUSAKABE ( years of birth and death unknown ) was a Hira-taishi ( common soldier ) of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +Daigo no Hanami refers to the blossom-viewing party held in grand style at Daigo-ji Temple in Kyoto on April 20 , 1598 by Hideyoshi TOYOTOMI with about 1,300 people , including feudal lords and their vassals , as well as his family members such as Hideyori TOYOTOMI , Kodaiin and Yodo-dono . +Shoroku ONOE ( II ) ( March 28 , 1913 - June 25 , 1989 ) was a Kabuki actor in the Showa period . +The term " myodai " means to act as a person 's proxy . +Mappo mukai is the education and learning of various Nichiren schools with a concept to deny the validity of precepts in the Final Dharma Age . +Goma is a phonetic translation of a Sanskrit word ' homa ' into Japanese . +History of sake +Gakumon no Susume , or Encouragement of Learning , is a book written by Yukichi FUKUZAWA . +Sekki refers to a general term for tools manufactured through processing stone materials . +Tenman-gu Shrines are Shinto shrines to deify and quell the anger of SUGAWARA no Michizane , who fell victim to political misfortune . +Kintomo SAIONJI ( 1515-July 23 , 1590 ) was Kugyo ( top court official ) from the Muromachi period to the Azuchi-Momoyama period . +Wakan ( 왜관 ) was a foreign settlement for Japanese people established at the Southern area of Korean Peninsula from the medieval to modern period of Japan , or in the Yi Dynasty Korea period ( Korean Dynasties period ) . +Makibashira is one of the 54 chapters of " The Tale of Genji . " +Takeda no miko ( date of birth and death unknown ) was a member of the Imperial Family in the Asuka period . +Myojitaito is a term indicating the social status of samurai during the Edo period . +Emperor Daigo ( February 6 , 885 - October 23 , 930 ) was in power during the Heian period . +Kamigata hanashika is Hanashika ( professional Rakugo storyteller ) of Kamigata rakugo , traditional Japanese comic storytelling as performed in the Kyoto-Osaka region . +Muryoju-kyo Ubadaisha Ganshogechu ( the Commentary on Verses on the Aspiration to Be Born in the Pure Land ) was compiled by Tanluan , a Buddhist monk in the Northern Wei dynasty ( China ) . +Jinka refers to suspicious fires which often happened from the late 8th century to 10th century , mainly centering on kanga ( government office ) in Togoku ( the eastern part of Japan , particularly Kanto region ) . +Fujimitsu ( Hisamitsu ? ) MACHI ( MACHINO ? ) ( 1390 - died December 15 , 1469 ) was a Court noble during the middle of the Muromachi period . +The Iwakura family was a Court noble lineage that was descended from the Murakami-Genji ( Minamoto clan ) Koga family . +Hisamitsu SHIMAZU ( December 2 , 1817-December 6 , 1887 ) was a person in paramount authority in Satsuma Province in the last days of the Edo period . +Doshisha English School ( Doshisha Eigakko ) is a private school that Joseph Hardy Neesima ( Joe NIIJIMA ) established in Kyoto in 1875 . +Hari-ogi , also called Hari-sen , refers to a special fan that is made for the purpose of making noise by slapping something during Nohgaku theatre , kodan storytelling and rakugo ( traditional comic storytelling ) ( Kamigata rakugo ( traditional Japanese comic storytelling as performed in the Kyoto-Osaka region ) ) . +In Buddhism , Joruri means shojo ( purity ) or transparent lapis lazuli . +A Kado-ka is a person who arranges flowers . +Shinonome Station , located in Mizuma , Maizuru City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by Kitakinki Tango Railway ( KTR ) . +Aobyoshi is a book on the customs and manners of samurai , written by Hiroki ONO ( also called Gonnojo or Ninken ) , a shogun 's retainer and a scholar of Japanese classical literature in the late Edo period . +Ninja is a name of individual or group who served daimyo ( Japanese territorial lord ) or feudal lord doing intelligence activities and assassinations from the Kamakura period to Edo period in Japan . +Oe-cho was a town located in Kasa-gun , Kyoto Prefecture . +Martinho HARA ( 1569 - October 20 , 1632 ) was a Christian who was one of the vice-envoys of Tensho Keno Shonen Shisetsu ( the Tensho Boy Mission to Europe ) that lived during the Azuchi Momoyama period to the early Edo period . +Kameyama-koen Park is located in Sagakamenoo-cho Town , Ukyo Ward , Kyoto City . +Imperial Prince Kideranomiya Yasuhito ( 1320 - June 10 , 1355 ) was a member of the Imperial Family in the period of the Northern and Southern Courts , and he was Emperor Kogon 's Crown Prince of Jimyoin Imperial line . +The term " fude " refers to a tool made out of a stem ( thin stick such as bamboo tube ) with a brush ( a bundle of fiber ) on the top , which is used for writing and painting . +Kanshun ( 978 - October 9 , 1057 ) was a Buddhist monk of the Tendai sect who lived during the mid Heian period . +Gakusen SODANI ( 1738-December 7 , 1797 ) was a tenkokuka ( artist of seal engraving ) in the middle of the Edo period . +Shishiodoshi is a general name for devices used to intimidate and drive away agriculture-damaging birds and animals . +Hibiya Incendiary Incident was a revolt caused from the dissatisfaction with the compensation after the Russo-Japanese War , triggered by the rally held at Hibiya Park in Tokyo on September 5 , 1905 . +Chofuku-ji Temple is a temple of the Shingon Ritsu sect of Buddhism , situated at Tawaraguchicho , Ikoma City , Nara Prefecture . +FUJIWARA no Ienaga ( years of birth and death unknown ) was a retainer of the Imperial Court in the late Heian period . +Yoshinari ICHIJO ( 1163 - 1238 ) was a court noble from the end of Heian period to the early Kamakura period . +Jikku Kannongyo is one of the Buddhist scriptures . +SAKANOUE no Korenori ( date of birth unknown - 930 ) was a Japanese poet of the early and the mid-Heian period . +Nowaki ( The Typhoon ) is one of the 54 chapters of " The Tale of Genji . " +Eight Views is a manner of scenery valuation in which eight finest sceneries of the region are selected . +Shidarezakura is a variety of Edohiganzakura . +Anjuhime is well known from Ogai MORI 's novel ' Sanshodayu , ' and she rests in the Tomb of Anjuhime . +Juniten is a mixture of the twelve deities of ' Ten , ' which are Goho Zenshin ( good deities protecting dharma ) in Buddhism and is given high value in Esoteric Buddhism , as well as Shitenno ( Four Guardian Kings ) . +Fuso Ryakki is a history book privately selected in the Heian period . +The second battle of Kizugawaguchi was a naval battle between the Mori clan and the Oda clan that occurred on December 14 , 1578 . +Prince Masami ( 798 - May 863 ) ( old calendar ) was an Imperial Family member during the early Heian period . +Kumanokusubi is a god ( god of Shinto ) featured in Japanese Mythology . +Munetane CHIBA ( 1265 – February 12 , 1294 ) was a busho ( Japanese military commander ) in the middle Kamakura period . +Miyazu City is a city in Kyoto Prefecture . +Sonno Joi is a philosophy of respect for the Emperor and rejection of external pressures and foreign enemies . +The " Tatsumaru Incident " is a famous incident which triggered the anti-Japanese campaign in China . +Shuzeiryo refers to an institution that belonged to Minbusho ( Ministry of Popular Affairs ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Motohiko SHIGEYAMA ( June 4 , 1975- ) is a kyogen performer of Okura-ryu kyogenkata ( comic actors of the Okura school ) . +The Burakuin hall is used for entertainments and banquets in the Imperial Court of the palace . +The term " Jodo Monrui Jusho " refers to a theoretical treatise in which Shinran wrote about the fundamental thoughts of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +" Umenosuke NAKAMURA " is a name which has been used by several Kabuki ( a traditional form of drama and music performed by male actors ) actors . +FUJIWARA no Ieyasu ( 1080 - 1136 ) was a Kugyo ( court noble ) who lived during the late Heian period . +Tsuneyuki NAKAMIKADO ( January 20 , 1821-August 27 , 1891 ) was Kugyo ( the top court officials ) in the end of the Edo period and a peerage in the Meiji period . +Mukaijima is a location name of a place located at the southern Fushimi Ward , Kyoto City . +Myoho hakase was an official post affiliated with the Daigaku-ryo ( Bureau of Education ) under the ancient Japanese ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Jinko ( agarwood ) , formally known as Jinsui Koboku ( sinking fragrant wood ) , is one of the most popular types of koboku ( fragrant wood ) . +" Rinjizoyaku " is a collective term for the odd-job tasks that kokuga ( provincial government office ) obliged local farmers to perform as a kind of tax payable in labor or in kind . +Mokoku ( 模刻 ) is a calligraphic term meaning to create a ' hojo ' ( copybook printed from the works of old masters of calligraphy ) by reproducing and engraving handwriting on a piece of stone or wood , for the purpose of preservation , appreciation , and learning . +HATA no Yakuni ( the date of birth unknown - died on April 26 , 686 ) was a historical figure lived during Japan 's Asuka Period . +Sakai Festival ( Sakai no Matsuri ) is a festival that was held at corner points and boundaries in Oto ( imperial capital ) and Koku-gun in the governing system in the ancient and medieval period of Japan . +Demizu-dori Street is a street running east-west through Kyoto City . +Shijo Kawaramachi is the intersection name between Shimogyo Ward and Nakagyo Ward of Kyoto City , Kyoto Prefecture . +WAKASAKURABE no Iose ( year of birth unknown - September , 696 ) lived in the Asuka period in Japan . +Toa-dobunkai ( 1898-1946 ) was a private diplomatic group which used to be in Japan . +Uzumasa is the place-name of regions in Ukyo Ward , Kyoto City and Neyagawa City , Osaka Prefecture . +Ishin YOSHIMOTO May 25 , 1916 - August 1 , 1988 ) was the founder of Naikanho ( or Naikan Therapy ; one of the psychotherapies ) . +Kamowakeikazuchi no Mikoto is a Shinto god ( Shinto ) . +The Yamato Kingdom is a term used to refer to the royal authority and government that developed around a monarch , known as an okimi , and several powerful clans during the Kofun period ( tumulus period ) . +Yorifusa ISHIDO was a Japanese military commander who lived in the period of the Northern and Southern Courts . +TAKE no Gosho ( 1202- August 23 , 1234 ) was a woman in the early Kamakura period . +Norimune was a name of a sword craftsman of Bizen Province , the origin of the Fukuoka Ichimonji style and a generic name for all the Japanese swords produced by Norimune . +The Japanese foods boom indicates the situation that Japanese food is extolled by foreigners living in countries and regions other than Japan +Gonancho ( Second Southern Court ) is a general term that refers to descendants of the Southern dynasty ( Japan ) lineage and their former retainers and their attempts to revive the Southern Court after the two Courts were unified in 1392 , and to the political administrations and the members of the Imperial household who were involved . +FUJIWARA no Shikachi , or Karakachi , ( year of birth unknown - 764 ) was one of the nobility during the Nara Period . +The Kamo clan ( or the Kamoji clan ) is a Japanese family which has a past stretching back to ancient times . +Sakon KANZE is a name which has been handed down from generation to generation by the headmen of the shite-kata ( actors who play leading characters in Noh performances ) Kanze school . +Koreisai is a collective term for shunkikoreisai ( imperial ceremony of ancestor worship formerly held on the vernal equinox ) and shukikoreisai ( imperial ceremony of ancestor worship formerly held on the autumnal equinox ) . +" Moro-haku " ( " moro " means both sides , and " haku " means polishing ) was the name of a sake brewing method which used polished rice for both the " koji-mai " ( the rice in which the mold of " koji " [ Aspergillus oryzae ] was cultivated ) and the " kake-mai " ( also called " fukashi , " meaning the steamed rice ) . +Chubei ITO ( August 7 , 1842 - July 8 , 1903 ) was a Japanese merchant and businessman . +Kayanarumi is a female deity whose name is written 賀夜奈流美 in " Izumo kokuso kamuyogoto " ( Divine Words of the Ritual Priest of Izumo Taisha Shrine ) , which can be found in the section on prayer rituals in the " Engishiki " ( Regulations and Laws of the Engi Era ) , and 加夜奈留美 at Asukani Imasu-jinja Shrine and Kayanarumi-jinja Shrine . +Kuya or Koya ( 903 - September 11 , 972 ) was a priest in the mid-Heian period . +Ganshoni ( 953-October 16 , 1034 ) was a nun ( Buddhist nun ) of the Tendai sect in the mid Heian period . +Wakakusagaran are the remains of a Buddhist temple discovered in the grounds of the south east of Sai-in of Horyu-ji Temple in Ikaruga-cho , Ikoma county , Nara Prefecture . +TACHIBANA no Kiminaga ( dates of birth and death unknown ) was busho ( Japanese military commander ) of the Tachibana clan in the end of the Heian period . +Doshishamae Station , located in Miyamaki Kakinouchi , Kyotanabe City , Kyoto Prefecture , is a stop on the Katamachi Line of the West Japan Railway Company ( JR West ) . +Imperial Princess Shushi / Nagako ( 脩子 ) ( February 1 , 997 - March 19 , 1049 ) was the first princess of the sixty sixth Emperor Ichijo , and her mother was Empress FUJIWARA no Teishi . +Under the prewar school educational system , Third High School was one of the high schools that later became a foundation of the present Kyoto University . +" Ryukyu Shinto-ki " is a Buddhist books . +Soga no Koma was a member of a local ruling family in the Kofun period ( tumulus period ) . +The koto ( also called the ' kin ' ) is a Japanese traditional musical instrument . +" Goso " refers to an act of petition in a firm attitude . +Ryuzen ( 1038 - August 21 , 1100 ) was a Hosso sect Buddhist monk in the late Heian period . +Houn-ji Temple is a Nichiren Sho sect temple located in Heguri-cho , Ikoma-gun , Nara Prefecture . +A torikabuto is a head costume used in performances of gagaku , a type of Japanese traditional music and dance . +Shinjo Futazuka-kofun Tumulus is a tumulus in Katsuragi City , Nara Prefecture ( former Shinjo Town , Kitakatsuragi County ) and is designated as a national historic site . +Prince Yamashiro no Otsutsukimawaka ( Yamashiro no Otsutsukimawaka no Miko ; his date of birth and death are unknown ) first appeared in the " Kojiki " ( The Records of Ancient Matters ) as an Imperial family ( royal family ) during the Kofun period ( tumulus period ) in Japan . +Saishu was a post within Shinto priesthood that was set up exclusively in the Ise-jingu Shrine . +Senzaburo SUZUKI ( born on May 10 , 1893 and passed away on October 6 , 1924 ) was a Japanese playwrite and editor . +Ground stone tool is a kind of stone tools in classification by fabrication method . +Kotodama was usually the spiritual power believed to be contained within words in Japan . +Odoi is a mound built by Hideyoshi TYOTOMI surrounding Kyoto . +Tokuzo TANAKA ( September 15 , 1920 - December 20 , 2007 ) was a Japanese film director . +Nippo Soshun ( 1368 - March 10 , 1448 ) was a priest of the Rinzai Sect from the period of the Northern and Southern Courts ( Japan ) to the middle of the Muromachi period . +MINAMOTO no Tamenori ( date of birth unknown - September , 1011 ) was a literary person and a composer of Chinese poems in the mid-Heian period . +Hyakkan na refers to an official-rank-style name that samurai called himself . +Oeshiki means Daihoe ( great Buddhist memorial service ) ( a festival ) that is held on the anniversary of sects ' founders etc . +Kakoishio is specially purified traditional salt for preservation , and also called furuzumijio ( traditional Japanese purified salt for preservation ) . +Eiji Happo ( the eight basic techniques ) is a term to express that the Chinese character ' 永 ( ei ) ' contains all the 八法 ( happo or hachiho , eight techniques ) that are required in calligraphy . +Kakuma YAMAMOTO ( February 25 , 1828 - December 28 , 1892 ) is a hojutsuka ( ballistic specialist ) of the Aizu Domain in the end of the Edo period . +" Nyakuichioji " is a god ( Shinto ) from syncretism of Shinto and Buddhism . +Moritoshi TANI ( 1614 - February 21 , 1652 ) was the successor of Yamaga Domain , Tanba Province . +Yasutane HORIKAWA ( October 14 , 1592 - March 15 , 1673 ) was the Kugyo ( high court noble ) during the early Edo period and the originator of the Horikawa family . +Shimaibakama ( also called Shimaihakama ) is a " hakama " ( a kind of trousers worn with a kimono ) of a special shape , mainly used in Noh drama . +A Japanese clock is a clock made in Japan mainly during the Edo period . +Masachika MATSUDA ( year of birth unknown - July 12 , 1582 ) was a warrior of the Sengoku period ( period of warring states ) and a vassal of the Akechi clan . +The kyo-masu is a type of masu ( measure ) which was designated as the official masu from the late medieval period to the postwar period . +Akinori MITAMURA ( January 16 , 1850 - January 10 , 1931 ) was a martial artist ( the 14th head of Tendo school ) from the former Kameoka Domain of Tanba Province ( Kameyama Domain of Tanba Province ) . +Mukaijima Station , located in Mukaijima Higashi-Jouke , in the Fushimi ward of Kyoto City , Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line of the Kintetsu Corporation . +Nagakage ADACHI was a gokenin ( an immediate vassal ) of the Kamakura Shogunate in the middle of the Kamakura period . +Emperor Gofukakusa ( June 28 , 1243 - August 17 , 1304 ) was the eighty ninth Emperor during the Kamakura period ( his reign was from February 16 , 1246 to January 9 , 1259 ) . +Masaki UMANO ( June 24 , 1965 - ) is a nohgakushi ( noh actor ) of the Kanze school . +FUJIWARA no Kaishi ( or Chikako ) ( 945 - May 16 , 975 ) was the first daughter of Regent FUJIWARA no Koretada from the Northern House of the Fujiwara Clan in the mid-Heian period . +Zenko Seihyo was a practice of awarding a person for a good conduct and announcing it in public . +Shigureni ( seafood or meat that has been cooked in soy sauce and mirin ) is a kind of tsukudani ( small fish , shellfish , konbu ( a kind of kelp used for Japanese soup stock ) , etc. boiled in sweetened soy sauce ) cooked with ginger . +Shigesuke SHIBUYA ( year of birth and death unknown ) was busho ( Japanese military commander ) from the end of Heian period to the early Kamakura period . +Yari-bugyo was a post in the Edo shogunate . +Sakai-Senke is the head family of the House of Sen. +The Keishin Line is a railway line of Keihan Electric Railway Co . , Ltd . , that connects Misasagi Station , located in Yamashina Ward , Kyoto City , Kyoto Prefecture , and Hamaotsu Station , located in Otsu City , Shiga Prefecture . +Shichimen-tennyo is the former name of Shichimen-daimyojin , a goddess whom followers of the Nichiren school of Buddhism believe protects the Lotus Sutra ( ' Hoke-kyo ' in Japanese ) . +TANI no Shiote ( year of birth unknown-August 24 , 672 ) was a person from the Asuka Period in Japan . +Chicken rice is a stir-fried rice dish created in Japan , with thinly sliced chicken flavored with ketchup . +Zoyo ( 1032 - February 14 , 1116 ) was a Tendai Sect Buddhist monk who lived during the mid-Heian period . +Han refers to the territories ruled by lords . +Shishigatani-dori Street is a street running north-south in Kyoto City . +Tsunetada KONOE ( 1302 – September 29 , 1352 ) was a court noble who lived during the late Kamakura period to the period of the Northern and Southern Courts . +Treatises on Artistic Accomplishments were written records spanning the Heian period ( 794-1185 ) through to around the Edo period ( 1603-1868 ) relating to the pursuit of : Japanese traditional Waka poetry , Noh drama , flower arrangement ( kado ) , tea ceremony ( sado ) , incense ceremony ( kodo ) , martial arts etc . +The remain of Sanden-ji Temple is the stone foundation for the central pillar of a pagoda in the old-days Sanden-ji Temple , established in Asuka period ( late 7th century ) in Sohara Terajima-cho , Kagamihara City , Gifu Prefecture . +Tomonari IWAKURA ( 1668 - 1680 ) was a retainer of Imperial Court who lived during the first half of the Edo period . +Keishoin ( 1627 - August 11 , 1705 ) was a woman in the Edo period . +MINAMOTO no Kunifusa ( year of birth and death unknown ) is a busho ( Japanese military commander ) in the mid Heian period . +Saicho was a Buddhist monk during the Heian Period , and he founded the Tendai School of Buddhism in Japan . +" Sayuri " ( Memoirs of a Geisha ) was a novel by Arthur GOLDEN , published in 1997 . +During the Middle Ages in Japan , a kojichi was the act of privately seizing the assets of a debtor whose credit had fallen into default . +" Kaito Shokoku-ki " ( lit . Record of the Eastern Nations ) is a historic book about Japan and the Ryukyu Kingdom written in classical Chinese by Joseon Dynasty minister Suk-ju SHIN . +Kien MINAGAWA ( January 1 , 1735 - June 21 , 1807 ) was a Confucianist ( ' Jugakusha ' or ' Jusha ' in Japanese ) who lived in mid-Edo period . +Eri ( 852 - 935 ) was a Shingon Sect Buddhism monk who lived during the mid-Heian period . +FUJIWARA no Sanesue ( 1035 - February 10 , 1092 ) was a Kugyo ( the top court official ) during the Heian period . +Seppo KAWAGUCHI ( 1818 - 1890 ) was a calligrapher from the Satsuma Domain at the end of the Edo period and being taken under the wing of Takamori SAIGO , he taught calligraphy and Chinese poetry . +Kintetsu-Tanbabashi Station , located in Momoyama Tsutsui Iga Higashi-machi , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line , which is operated by Kinki Nippon Railway Co . , Ltd . ( Kintetsu Corporation ) . +Tatami-iwashi is a processed food of baby sardines whose production process consists of cleaning and sifting , either before or after boiling , with a reed screen or fine mesh on a wooden frame , then drying them in the sun and forming them into a thin sheet ( net-like ) . +" Futaeorimono " ( or " Futabeorimono " ) is a fabric on which two kinds of patterns are arranged ; the one is called ' jimon ' ( textile pattern ) , running patterns such as kikko ( hexagonal pattern ) and karakusa ( arabesque ) that spread over a fabric , and the other called ' uwamon , ' patterns of marumon ( round pattern ) and kachomon ( pattern of flowers and birds ) which are woven with colored threads different from those of jimon and arranged at random . +The enshrined deities are Amenooshihomimi no Mikoto , Takuhatachijihime no Mikoto and Nigihaya no Mikoto . +Hino incident is an incident involving public safety , which took place in Hino-cho , Gamo-gun , Shiga Prefecture on October 18 , 1951 . +Tamamushi-no-Zushi is a piece of furniture for storing a Buddha statue . +Located in the Sakyo ward of Kyoto City , Iwakura Station is a stop on the Kurama Line of the Eizan-dentetsu ( Eizan Electric Railway ) . +MINAMOTO no Shigenari ( date of birth unknown -January 1160 ) was a busho ( Japanese military commander ) , who lived in the late Heian Period . +Rigen HAYASHI ( 1565 - year of death unknown ) was a Igo ( board game of capturing territory ) player and was said to be the founder of the Hayashiya , the head family of a Igo school . +Kamaburo is a kind of Japanese traditional sauna baths existing around Yase , Sakyo Ward , Kyoto City . +Mt . Kurama is located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +Minryoku-Kyuyou and Seihi-Setsugen referred to the policy pledge of Minto ( general term of the political parties such as the Liberal Party and Progressive Party that conflicted with a han-dominated government when the Imperial Diet was inaugurated ) in early the Imperial Diet of the Meiji Period . +" Oryoshi " was a ryoge no kan ( official posts outside of the Ritsuryo code ) under the Japanese Ritsuryo system ( ancient centralized government system based on the Ritsuryo code ) . +Yoshihime-jinja Shrine is a Shinto shrine located in Konan City , Shiga Prefecture +Sanemitsu SAIONJI was a daymyo ( warring lord ) from southern Iyo Province during the Sengoku period . +Ryokichi YATABE ( October 13 , 1851 - August 8 , 1899 ) was a botanist and poet in Japan . +Baishin refers to a name indicating a vassal of vassal in the samurai 's relationship between lord and vassal . +" Hoshi " ( Hassu ) refers to a successor of his / her master 's teachings . +The " subjugation of Takeda " in Japanese history refers to a series of battles fought by Nobunaga ODA , who invaded the territories of Katsuyori TAKEDA ( Suruga , Shinano and Kai Provinces ) in order to destroy the Takeda clan , whose power was in decline after the Battle of Nagashino . +Iemitsu ISHIKAWA ( year of birth unknown - April 28 , 1330 ) is a busho ( Japanese military commander ) in the Kamakura period . +Ishikawa clan was a samurai family from the mid-Heian period to the Warring States period ( Japan ) . +Obidome ' refers to an accessory passed through ' Obijime ' ( a string tied around the waist to fix obi ) . +Nichiren Hon Sect , whose sect founder was Nichiren and school founder was Nisson of Fujimon School , is a school that inherits Nichiren 's teachings . +Satoru WATANABE ( 1562-1640 ) was a samurai warrior during Azuchi-Momoyama period to Edo period . +Suitengu Megumi no Fukagawa is a program of the Kabuki play . +Sukenori HINO ( September 16 , 1756 to August 26 , 1830 ) is a Kugyo ( high court noble ) in Edo period . +Moronori KUJO ( June 20 , 1273 - July 21 , 1320 ) was a court noble who lived in the Kamakura period . +Hyoe KUROTORI was a legendary figure , who is said to have been lived in Echigo Province . +Tamago dofu is a Japanese culinary dish . +According to Buddhism , Kechimyaku Sojo means the handing down of law ( dharma ) from a mentor to a disciple . +Kushibussho is one of the representatives of Zen koans . +Kyokubumasei-sekifu is a edge-ground stone axe which appeared in the early upper Paleolithic period about 30 thousand years ago . +Enryu-ji Temple is a Buddhist temple belonging to the Omuro school of the Shingon Sect located at the foot of Mt . Atago which overlooks Nishi-Maizuru in Maizuru City , Kyoto Prefecture . +Nobuyoshi ODA ( 1573 - May 15 , 1615 ) was a person who lived during the Azuchi-Momoyama Period to the Edo Period . +Shugyo Risshihen is a one of the books written by Yukichi FUKUZAWA . +Gyobu-sho ( Ministry of Justice ) was a government-regulated organization in Japan under the Ritsuryo system ( a system of centralized government based on the ritsuryo codes ) . +Iemitsu TOKUGAWA was the third Seii Taishogun ( literally , " great general who subdues the barbarians " ) from 1623 to 1651 of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Heisuke TODO ( 1844 - December 13 , 1867 ) was a captain of the 8th troop of the Shinsengumi ( special police ) . +Tetsugakugan incident occurred at Toyo University ( current Toyo University ) in 1902 . +Sanetsune ICHIJO ( 1223 - August 30 , 1284 ) was a court noble during the Kamakura period . +Taneomi SOEJIMA ( October 17 1828 - January 31 1905 ) was a Japanese samurai , feudal retainer of the Saga clan , bureaucrat and statesman . +Japanese plum ( technical name : Prunus Mume ) refers to a deciduous tall tree of Rosaceae Prunusor or its fruits . +Iwasaku ( also called Ihasaku ) and Nesaku were gods ( Shinto religion ) appeared in Japanese Mythology . +Yoshiaki ASHIKAGA was the 15th Seii Taishogun of the Muromachi Shogunate , and its last Shogun ( Reigned from 1568 to 1588 ) . +" Senkyoshi " was one of the government offices of Japan in the Meiji period . +" Roen KATAOKA " is a name which has been used by several Kabuki ( a traditional form of drama and music performed by male actors ) actors . +Prince Kasuga ( around 560 - 615 ) was the second son of Emperor Bidatsu and his wife , OMINAGO no Otoji . +Ryozan ( 1772-May 2 , 1847 ) was a monk in the late Edo period . +Hozukyo Station , located over the boundary of Nishikyo Ward , Kyoto City , Kyoto Prefecture and Hozu-cho , Kameoka City , Kyoto Prefecture , is a stop on the Sanin Main Line ( Sagano Line ) of the West Japan Railway Company ( JR West ) . +Bakufu refers to the government office of military rule or samurai government itself ; however , there are some exceptions , such as , the Taira clan government and the Shokuho government ( the government of Nobunaga ODA and Hideyoshi TOYOTOMI . " Shoku " and " ho " are the initial letters of Oda and Toyotomi ) . +Suetaka IMADEGAWA ( 1479 - November 7 , 1519 ) was a kugyo ( court noble ) who lived during the Muromachi period . +Takasada SHIJO ( unknown - January 1335 ( December 1334 in old calendar ) ) was a kugyo ( the top court officials ) serving Yoshino Imperial Court ( the Southern Court ) in the period of the Northern and Southern Courts ( Japan ) . +Aka-hata Jiken is an incident that clamped down on socialists , occurred on June 22 , 1908 . +Jichi To was the idea of new political party formed by local renown men such as mayors of towns and villages promoted by Kaoru INOUE from 1888 to 1889 but failed in the end . +Inoda Coffee is a chain of coffee shops headquartered in Kyoto City . +Imperial Prince Atsuyasu ( December 22 , 999 - January 31 , 1019 ) was a member of the Imperial family who lived in the mid-Heian period . +Ujitada OINOMIKADO ( 1302 - year of death unknown ) was a Court noble during the period of Northern and Southern Courts ( Japan ) . +A daruma is a doll or toy representing the sitting figure of Bodhidharma , the founder of the Zen , a sect of Buddhism , who is practicing Zen meditation ; at the present time , it is widely popular as a lucky charm not only in the Zen sect , but also in different religious sects , across religions . +Kokumen no sho ( also referred to as Kokumensho ) was a kind of shoen ( manor in medieval Japan ) during the late Heian period which was exempt from miscellaneous taxes by kokushi ( provincial governor ) . +The Koshi ( imperial heir ) is a successor of Tenshi ( monarch or emperor ) . +Tsuneko NOGI ( 1885-1886 ) was the eldest daughter ( the third child ) of Maresuke NOGI ( military man in Japanese Army in Meiji era ) and Shizuko NOGI . +Fusho ( year of birth and death unknown ) was a Buddhist priest who lived during the Nara period . +Kakei ( year of birth and death unknown ) is a painter in the era of Southern Sung Dynasty . +Shingonshu juhachi honzan is an organization consisting of the 18 Head Temples of schools in the Shingon sect . +" Suito " is a position set up for the lower-lanked officers in the Shoen manor in medieval Japan . +Nariyoshi TAMURA ( March 11 , 1851 - November 8 , 1920 ) was a show manager for kabuki theaters and was given the nickname of ' Tamura Shogun ' ( Shogun Tamura ) . +Tsunezane TADA ( date of birth and death unknown ) was a samurai in the early Kamakura period . +Kangakuin was the Fujiwara clan 's Daigaku-besso ( academic facility for nobles ) in the Heian period . +Kamakura , the central area of Kamakura City , is an urban town , in which MINAMOTO no Yoritomo established the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +ABE no Uchimaro ( year of birth unknown , ( old calendar ) May 3rd , 649 ) was a statesman during the Asuka Period . +Yoshihide ASHIKAGA was the fourteenth Seii Taishogun ( literally , " great general who subdues the barbarians " ) in the Muromachi bakufu ( Japanese feudal government headed by a shogun ) ( reign in 1568 ) . +Yoshimura Shuzo Co . , Ltd. is a company engaged in production and sale of seishu ( refined sake ) , with its principal office at Kami-itabashi cho , Fushimi Ward , Kyoto City . +Imperial Prince Fushimi-no-miya Sadamochi ( April 9 , 1760 - July 20 , 1772 ) was a member of the Imperial family who lived in the Edo period . +FUJIWARA no Kinshi ( also known as Yoshiko ) ( 1134-September 19 , 1209 ) was an empress during the end of the Heian period . +Sukeyuki ITO ( June 9 , 1843 - January 16 , 1914 ) was a samurai , a military man of the Imperial Japanese Navy and a peerage . +Taishakuten is one of the Tenbu , deities of Buddhism who reside in a heavenly realm , this being one of six realms in which the souls of living beings transmigrate from one to another . +The Kujo-ryu school refers to the descendants of the Northern House of the Fujiwara clan , especially , FUJIWARA no Morosuke and to the school of Yusoku kojitsu ( court and samurai rules of ceremony and etiquette ) handed down the FUJIWARA no Morosuke family . +Taiyaki is a Japanese sweet made by baking batter in sea bream shaped molds , and it is mainly manufactured , sold and eaten in Japan . +Mimimotoji , also referred to as Mimomonotoji ( year of birth and death unknown ) was a female who lived in the Asuka period . +Koshi koden are historical documents with content that is significantly different from the kiki ( " Kojiki " ( The Records of Ancient Matters ) and " Nihon Shoki " ( Chronicles of Japan ) ) , which are considered as the major historical documents in the field of ancient Japanese history . +Chokushiden is a farm developed under the edict of the Emperor in ancient Japan , it was used to provide funding for the Imperial Household . +Wakyu is the Chokyu ( long bow ) ( weapon ) used in Japanese Kyudo ( Japanese art of archery ) . +" Haikkara " is a Japanese word that means airs , persons , and things and so on that suggest westernized appearances and way of life . +OTOMO no Otomaro ( 731 ? - July 18 , 809 ) was a Kugyo ( high court noble ) and busho ( Japanese military commander ) in Nara and the early Heian period . +FUJIWARA no Kinnari ( 999 - August 1 , 1043 ) was a court noble in the Heian period . +" Aikido " is a modern martial art founded by Morihei UESHIBA early in the Showa period . +" Heike Monogatari " is a war chronicle which deals with the prosperity and downfall of the Taira family , and seems to have been completed during the Kamakura period . +Otori-zukuri style is one of the architectural styles of shrines in Japan . +Uchisaki KONOE ( July 28 , 1728-April 28 , 1785 ) was a Court noble , Kanpaku ( chief adviser to the Emperor ) , and Daijo-daijin ( Grand minister of state ) in the mid-Edo period . +Located in Maizuru City , Kyoto Prefecture , Maizuru Crane Bridge is the largest cable-stayed bridge on the coast of the Sea of Japan . +Takahide SASAKI ( also known as Takahide KYOGOKU ) was a Shugo Daimyo ( Territorial Lord as Military Commissioner ) during the Muromachi period . +Tsuratane SUZUKA ( December 10 , 1795 - January 10 , 1871 ) was a Shinto priest and a scholar of Japanese classical literature during the late Edo period . +Fuchin is a weight put on the tip of a roller of kakejiku ( hanging scroll ) . +Sozen YAMANA ( also known as Mochitoyo YAMANA ) ( July 6 , 1404-April 15 , 1473 ) was a Shugo ( Military Governor ) Daimyo in the Muromachi period . +Yoshitaka ROKKAKU / Shotei ROKKAKU was a military commander from the Sengoku period ( period of warring state ) through to the Azuchi-Momoyama era . +Motoyoshi KANZE ( 1873 to 1920 ) was a Noh actor of the Kanze school . +Yoshisato ROKKAKU was a busho ( Japanese military commander ) from the Sengoku period ( period of warring states ) ( Japan ) to the Azuchi-Momoyama period . +Michitsune MISHIMA ( June 26 , 1835 - October 23 , 1888 ) was a Japanese samurai who was a feudal retainer of Satsuma clan and a bureaucrat in prewar Ministry of Home Affairs . +SAEKI no Ome ( year of birth unknown - September , 691 ) lived in the Asuka period in Japan . +Hida no kuninomiyatsuko 斐陀国造 ( also known as Hidakokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled Hida Province . +Kintomi SANJO ( February 15 , 1620 - July 11 , 1677 ) was Kugyo ( court noble ) in the early Edo period . +Yorifusa SAGARA was busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) from the Azuchi Momoyama Period to the early Edo period . +Ama ( ' 海人 ' otherwise written as ' 海士 ' ) is a Noh play ( classical Japanese dance theater ) . +Kidomaru is an oni ( or ogre , a creature from Japanese folklore ) that appears in Kamakura period texts such as the collection of stories entitled " Kokon Chomonshu " ( A collection of Tales Heard , Past and Present ) . +Kugen refers to a kind of certificate issued in the Japanese nation under the ritsuryo codes to give a privilege to specific persons . +Michito INABA ( 1570 - January 29 , 1608 ) was a busho ( Japanese military commander ) in the Sengoku period ( period of Warring State ) . +The Ayanokoji family was a member of Genji Tosho Genji ( Minamoto clan members who are court nobles above a certain rank ) , descendants of Uda-Genji ( Minamoto clan ) . +Myoren-ji Temple is the Daihonzan ( head temple ) of the Honmon Hokke Sect located in Kamigyo Ward , Kyoto City , Kyoto Prefecture . +Jobosei was the city plan seen in cities that contained the Emperor 's palace in countries such as China , the Korean Peninsula , and Japan ; furthermore , the Suzaku-oji Street was placed in the center of the city running from east to west . +MINAMOTO no Masanobu ( 920 - August 24 , 993 ) was a court noble who lived in the Middle Heian period . +Zendo ( Shan-dao ) was an eminent monk in Chinese Pure Land Buddhism . +The War of Zenshu UESUGI was the war that broke out in the Kanto region in 1416 , the Muromachi period . +Ata is a length unit used both in China and Japan . +Sansetsu KANO ( 1589 - May 1 , 1651 ) was a Eshi painter of the Kano School . +Tsunakata KUTSUKI was the tenth lord of the Fukuchiyama Domain in Tanba Province . +Saigyo no musume ( estimated year of her birth and death 1137 - 1199 ) was a Buddhist nun in the end of the Heian period and the early Kamakura period . +Fukuwarai , ( a game similar to pin the tail on the donkey ) is a traditional game played on New Year 's day in Japan . +Sanetaka TOKUDAIJI ( 徳大寺 実孝 , 1293 - February 11 , 1322 ) was a Kugyo ( high court noble ) in the late Kamakura period . +Miyazu Prefecture is a prefecture established in 1871 based on the policy of Haihan-chiken ( abolition of feudal domains and establishment of prefectures ) . +Koban is a kind of gold coin that was distributed in the Edo period . +Maizuru Chinjufu was Chinjufu ( navy base ) of Imperial Japanese Navy ( IJN ) located in Maizuru City , Kyoto . +Kotsuzake is a Japanese cuisine , and is a way of drinking sake . +MINAMOTO no Masako ( 1066-May 4 , 1152 ) was the wife of Nagamitsu FUJIWARA , who had the title of Chunagon ( vice-councilor of state ) . +The Osaka Conference is a meeting which took place in Osaka Prefecture on February 11 , 1875 and where the dignitaries of the Meiji government , Toshimichi OKUBO , Takayoshi KIDO and Taisuke ITAGAKI , got together to discuss the government 's prospective policy ( the establishment of constitutional government ) and the appointment of Sangi ( councillors ) . +Konko-ji Temple is a temple of the Jishu sect located in Motoshiogama-cho , Shimogyo Ward , Kyoto City . +Nanzen-ji Temple , located in Nanzen-ji-fukuchi-cho , Sakyo Ward , Kyoto City , is the headquarters of the Nanzen-ji branch of the Rinzai Sect of Zen Buddhism . +Emperor Toba ( February 24 , 1103 - July 20 , 1156 ) was the seventy-fourth Emperor in the late Heian period ( his reign was from 1107 - 1123 ) . +Dainichinyorai ( mahaavairocana in Sanskrit ) is a venerable entity of the pantheistic Nyorai ( the Dharmakaya Buddha ) , which is thought of as a unit of the universe itself in Mikkyo ( Esoteric Buddhism ) . +Otaminami Gogo-kofun ( No.5 kofun ) Tumulus is a rectangular tumulus built in the first half term of the middle Kofun period , located in Tango City , Kyoto Prefecture ( straddling former Yasaka Town and former Mineyama Town ) . +Takemoto is the surname of Gidayu TAKEMOTO ( stage name ) , the founder of Gidayu-bushi ( musical narrative of the puppet theatre ) . +The Ji sect is a sect of the Jodo sect which was established at the end of the Kamakura period . +A dome-shaped mound on a square base is a type of tumuli that were constructed in the past in the Japanese Islands , and also a type of mausoleums of the imperial family in modern times . +Tosuke HIRATA ( March 26 , 1849 - April 14 , 1925 ) was a government official and politician who lived in the Meiji through Taisho periods . +Kunishige DATE ( December 10 , 1841 - November 29 , 1904 ) was a peerage in Japan . +Meiji Tsuho are governmental bills ( non-convertible paper money ) issued at the beginning of the Meiji period . +FUJIWARA no Korekata ( 1125 - year of death unknown ) was a court noble who lived toward the end of the Heian period . +Takeinadane no mikoto is a Japanese god . +TANAHE no Osumi ( year of birth and death unknown ) is a historical figure in Asuka period . +Enchin ( 814 to December 4 , 891 ) was a monk of Tendai Sect in the Heian period . +OTOMO no Sukunamaro ( year of birth and death unknown ) was a government official in the early Nara period . +Mono no aware ( written as もののあわれ or 物の哀れ ) is the key literary and aesthetic notion in the study of dynastic style literature in the Heian period . +Iwakura is one form of worship within Koshintoism ( Shintoism practiced prior to the introduction of Confucianism and Buddhism to Japan ) , which worships nature ( worshipping of spirits , animism ) that has been in Japan since the ancient times . +Yukiuji UNNO was a gokenin ( shogunal retainer ) in the early Kamakura period and was the head of the family of the Unno clan which was said to be a direct descendant of the Shigeno clan , a noble family of Shinano Province . +MINAMOTO no Yoshiie was a busho ( Japanese military commander ) in the Heian period and the grandson of MINAMOTO no Yorinobu of the Kawachi-Genji ( Minamoto clan ) . +Ritsuryo law includes statutory laws such as ; codes and ethics covering conduct , and various common laws established in the Heian period based upon ritsuryo . +Imperial Princess Kenshi ( October 25 , 1032 - April 27 , 1103 ) was the second princess of the sixty seventh Emperor Gosuzaku . +The Izuka-kofun Tumulus is an escallop-shaped , large keyhole-shaped mound called Makimuku type tumulus in the latter half of the early Kofun period , but now its existence cannot be confirmed because the site was completely flattened after the Middle Ages . +Shoke refers to a family that branched off from the head of a family or the head of a household . +Taiso means imperial funeral of an emperor , empress , grand empress dowager , empress dowager and empress consort . +Naoeban is the Naoe edition of Chinese classic , ' Monzen ' ( Wen-hsuan , ancient Chinese poems ) , published by Kanetsugu NAOE , Karo ( chief retainer ) for the Uesugi clan , in 1607 . +Saiun-in Temple is a sub-temple of the the Jodo Sect ( the Pure Land Sect of Buddhism ) daihonzan ( head temple ) Konkaikomyo-ji Temple ( commonly known as " Kurodani-san " ) located in Kurodani-cho , Sakyo Ward , Kyoto City , Kyoto Prefecture . +Fukai-no-Joten / Fukaijoten ( Irreversible Permanent Code / Irreversible Eternal Code ) is a law frequently referred to in the enthronement address of Japanese successive emperors since the year 707 , and is said to have been established by Emperor Tenchi ( his name is also pronounced " Tenji " ) . +FUJIWARA no Fuyutsugu ( 775 - August 30 , 826 ) was a court noble and poet living during the Heian period . +Meiroku Zasshi is a bulletin of the Meirokusha ( a publishing company ) . +MINAMOTO no Yoshimune ( year of birth and death unknown ) was a Japanese military commander of Kawachi-Genji ( Minamoto clan ) who lived in the Heian period . +The Gushikami restraint / murder case was a lynch murder case that occurred in Gushikami magiri ( currently Yaese town ) , Shimajiri gun , Okinawa Prefecture on May 18 , 1907 . +SHIMOTSUKE no Kintada ( it is not known when he was born and when he died ) was a warrior who lived in in the Heian period . +Shinsaku TAKASUGI ( September 27 , 1839 - May 17 , 1867 ) was a Japanese samurai of the Choshu clan . +Kansai Railway Company ( It 's pronounced in kanji characters as either Kansai Railway Company or Kansei Railway Company ) is a railway industry that runs railroads across Central Japan Railway Company ( JR Central ) and West Japan Railway Company ( JR West ) ' s current railroad , which existed during the Meiji period ; it is the predecessor of the Kansai Main Line , Kusatsu Line , Katamachi Line , Kisei Main Line , Sakurai Line , Wakayama Line , Nara Line and Osaka Loop Line . +Kyo-yaki is a type of Japanese pottery . +Haremichi KOGA ( 1519 - May 3 , 1575 ) was a Kugyo ( top court official ) during the late Muromachi period . +Yukiyoshi YAMAJI ( 1729 - February 26 , 1778 ) was a Confucianist , Rangakusha ( a person who studied Western sciences by means of the Dutch language ) , Wasanka ( mathematician ) , astronomer and geographer in the middle of the Edo period . +Hokai-ji Temple , located in Hino , Fushimi Ward , Kyoto City , is a special head temple of the Daigo branch of the Shingon Sect . +Nobufusa MADENOKOJI ( 1258 - November 11 , 1348 ) was a court noble during the Kamakura period to the period of the Northern and Southern Courts . +Maizuru bay constitutes the features of the coastal geography in Maizuru City Kyoto Prefecture . +Yutetsu SUZUKI ( the original family name was Kuramochi ) was a Karo ( chief retainer ) served to the Kuze clan of Sekiyado domain who lived in the late Edo period . +Naozo NAKAMURA ( 1819 - 1882 ) was an exemplary farmer and agricultural advisor , who was born in Nara Prefecture . +Orie TAMAKI , from Bungo Province ( present Oita Prefecture ) , was an expert swordsman of swordplay in Jikishinkage-ryu style in the end of Edo period . +Kanji character readings used in Japanese people 's names which differ from the standard on-yomi ( Sino-Japanese reading ) and kun-yomi ( native Japanese reading ) . +Daiko-ji Temple is a temple of the Rinzai Sect of Buddhism located in Shomyoji , Fukuchiyama City , Kyoto Prefecture . +Kobai is one of the fifty-four chapters of " The Tale of Genji . " +Tsunehisa HONAMI ( September 23 , 1646 – July 21 , 1706 ) was a court noble of the Edo period . +Tamamori Reizei ( 1265 - December 9 , 1328 ) was a Kuge ( a court noble ) and a Kajin ( a waka poet ) lived in the late Kamakura period . +Onsen-manju reffers to a manju ( a bun stuffed with azuki-bean paste ) sold in towns and resorts of hot springs . +Japanese art has such a wide variety of arts . +The Takatsuji family is toshoke ( hereditary lineage of court nobles above a certain rank ) , whose patriarch was Michizane SUGAWARA 's descendant , Koretsuna TAKATSUJI ( Shoshiinoge - Senior Fourth Rank , Lower Grade ) , Daigakuryo ( Bureau of Education under ritsuryo system ) ( 1030 - 1107 ) . +Prince Anahobe ( year of birth unknown - July 19 , 587 ) was one of the Imperial family members of the Asuka period . +The Security Police Law was the law that once existed in Japan . +Mitsunobu KANO ( 1565-July 15 , 1608 ) was a painter of the Kano school during the Azuchi-Momoyama period . +Chikyu is a piece from gagaku ( an ancient Japanese court dance and music ) . +Roei is one style of Japanese songs . +The word " muhon " can be written either as " 謀反 " or " 謀叛 " in kanji , Chinese characters used in Japanese writing . +Tsuki-okure means that under the Gregorian calendar ( the New Style ) , dates of annually scheduled Japanese programs or events are deferred one month compared to the Taiin-taiyo-reki ( lunisolar calendar ) ( the Old Style including the Tenpo calendar , the Kansei calendar , the Horyaku calendar , and the Jokyo calendar ) . +Kokua ( 1314 - October 4 , 1405 ) was a Ji Sect Buddhist monk who lived from the Northern and Southern Courts period ( Japan ) to the mid-Muromachi period . +Animism is a concept that every thing regardless of a living thing or a non-living object has a spirit or a soul . +Soup stock is a liquid seasoning used to add certain tastes--sweetness , sourness , bitterness , saltiness , and particularly the good taste extracted from meat , vegetables , mushrooms , seaweed or others--to dishes . +Naomasa NAGAI ( 1587 - October 16 , 1668 ) was the daimyo ( Japanese feudal lord ) in the beginning of Edo period . +Shosei means new emperor ( mainly Crown Prince or Empress ) starts to rule the government without having an enthronement ceremony after the former emperor died . +Wayo secchu ' refers to the way in which Japanese style and Western style are blended together . +SOGA no Yasumaro ( date of birth and death unknown ) was a Japanese noble who lived during the late Asuka period , toward the end of the 7th century . +Nara-kaido Road and Yamato-kaido Road are collective names of roads that lead to either Nara or Yamato Province . +TAIRA no Maki ( the date of birth and death unknown ) was a lord of the manor from a local ruling family during mid Heian period . +Josho HORIN ( 1593 - 1668 ) was a Zen priest who lived in the era from the Azuchi-Momoyama period to the Edo period . +Ietsugu SUGIHARA was a warlord of the Sengoku period ( period of warring states ) ( Japan ) . +Agui Shodo Kyodan was one of religious branches of Buddhism during the Northern and Southern Courts period ( Japan ) . +The Shimojima clan was an active navy based in Maizuru Bay in Kyoto Prefecture . +Makoto TOKUGAWA ( October 31 , 1887 - November 11 , 1968 ) was the ninth son of Yoshinobu TOKUGAWA , the 15th shogun of the Edo bakufu . +" Azuma Kagami " is a history book completed in the Japanese medieval times , or the Kamakura period . +Tanemitsu KOKUBUN ( 1241 ? - May 29 1304 ) was a samurai who is said to have lived in Miyagi County , Mutsu Province in the Kamakura period . +Shigehiro NIWATA ( October 25 , 1717 – September 30 , 1789 ) was a court noble of the Edo period . +The Running Priest ( November 20 , 1872 – November 20 , 1918 ) was a Buddhist priest known for his eccentricity of running around the streets of Kyoto City all day long in the Meiji and Taisho periods . +Yoshinao ISSHIKI ( year of birth unknown-November 22 , 1643 ) was a kotaiyoriai ( alternate yoriai , a family status of samurai warriors ) and a hatamoto ( direct retainer of the bakufu , which is a form of Japanese feudal government headed by a shogun ) of the Edo period . +Sanenori TOKUDAIJI ( March 4 , 1714 - August 8 , 1740 ) was a Court noble who lived during the mid Edo period . +The term Sanji kentai means concurrently assuming the positions of Goi no kurodo ( Kurodo with the fifth rank ) , Benkan ( officials of the Dajokan - Grand Council of State ) ) and Kebiishi no suke ( assistant official of the Police and Judicial Chief ) . +Sukekuni MATSUDAIRA was a daimyo ( Japanese feudal lord ) and Kyoto shoshidai ( The Kyoto deputy ) in the Edo period . +Myohodo is a department of Daigakuryo , an educational institution under the system of centralized administration established under the ritsuryo legal codes in ancient Japan , where the ritsuryo legal codes ( the study of law ) was taught . +Motokiyo OGAMO was a Japanese busho ( military commander ) lived through the Sengoku period ( period of warring states in Japan ) to Azuchi-momoyama period , who became the lord of Iwakura-jo Castle in Kume Domain , Hoki Province . +The Okura school is one of the schools of hayashi-kata ( people who play hayashi , or the musical accompaniment ) in Nohgaku ( the art of Noh ) . +Furiuri +Shugendo is a Japan-specific Konko-shukyo ( a religion combining Buddhism , Shintoism and other religions ) whose objective is to do ascetic practice while confining oneself in the mountains , in order to obtain various shirushi ( evidence ) which indicate that certain practice levels have been reached . +Wazuka-cho is a town located in Soraku-gun , Kyoto Prefecture . +Yoriai is a consultation organization in villages under the goson-sei system ( municipal system of small towns and villages ) that began in the Middle Ages in Japan . +Shoko refers to burning incense in Buddhism . +The term " shitone " refers to an ancient name of cushions to sit on or lie on . +Junshi is applied to the death of a close relative or a follower of a king , an emperor , a chief , or a priest , resulted from suicide to follow his or her master in death . +Ujigami is a Shinto god ( Shinto ) jointly enshrined by the people living in a community ( village ) in Japan . +Eisuke TASHIRO ( September 16 , 1834 - May 17 , 1885 ) was a kyokaku ( professional gambler ) over the Edo and Meiji periods . +The " Ontleedkundige Tafelen " was a book of anatomy on which a Japanese language version entitled " Kaitai Shinsho " ( New Book of Anatomy ) was based . +Katsuhisa AMAGO was a Japanese military commander in the Sengoku period ( period of warring states ) . +Masaki KOBAYASHI ( February 14 , 1916 - October 4 , 1996 ) was a prominent film director with a lot of outstanding works including ' Ningen no joken ' ( The Human Condition ) , ' Seppuku ' ( Harakiri ) and ' Kaidan ' ( Ghost Stories ) . +Shimogamo Nishi-dori Street is a street running north-south in Sakyo Ward in Kyoto City . +Monobe-son is the Village located in northeastern Kochi Prefecture , near the source of Monobe-gawa River and is known as Japan 's top producer of " yuzu " citrus . +Fudo Myoo ( acala naatha in Sanskrit ) is a subject of worship in Buddhism and one of the Myoo , a venerable status ( 尊格 ) that is specific to Mikkyo , Esoteric Buddhism . +The term " Kubo " originally referred to the embodiment of public affairs in the premodern Japan or the national sovereign power , that is , the Emperor or the Imperial Court in olden times , and the Shogun in the Kamakura and the Muromachi periods . +Suiboku-ga ( ink painting ) is the art of painting in just one color using ' Sumi ( Japanese ink ) , ' not only for painting lines , but also gradation showing contrasting density and lighting . +Tokuhon NAGATA ( 1513 - March 27 , 1630 ) was a doctor living from the late Sengoku Period ( period of warring states ) to the early Edo period . +Tsunetomo IWAKURA ( August 27 , 1701 - September 8 , 1760 ) was a Kugyo ( top court official ) during the middle of the Edo period . +Sanei KOSEKI ( July 25 , 1787 - June 27 , 1839 ) was a doctor and Dutch scholar during the late Edo Period . +Kaishaku ( to assist someone in committing hara-kiri by beheading him ) refers to cutting off the head of a person committing Seppuku ( Japanese ritual suicide by disembowelment ) with a katana ( sword ) for the purpose of relieving the person 's agony of disemboweling . +" Hijiri " refers to a Japanese Buddhist priest who traveled around local provinces . +Matsuno-dera Temple is a Buddhist temple in Maizuru City , Kyoto Prefecture belonging to the Daigo school of the Shingon Sect . +Shunjo ( September 6 , 1166 - April 25 , 1227 ) was a priest in the former Kamakura period . +Tadakatsu HONDA was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) who lived from the Azuchi-Momoyama period to the early Edo period . +Sessai TAIGEN or Sufu TAIGEN ( 1496 - November 23,1555 ) was a vassal of the Imagawa clan . +Terumasa IKEDA was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) from the end of the Sengoku period ( period of warring states ) to the early Edo period . +Shucho SEISETSU ( 1745 - August 6 , 1820 ) was a Buddhist monk of Rinzai Sect cum waka poet in the mid-late Edo period . +Gion Kobu in Higashiyama Ward , Kyoto City is the largest hanamachi ( ' flower town , ' or geisha district ) in Kyoto . +Kakko is a percussion instrument used in gagaku ( ancient Japanese court dance and music ) , and it is a kind of tsuzumi ( a long hourglass drum ) . +Sokuyu ( Norisuke ) AKAMATSU ( 1314 - January 13 , 1372 ) was a warlord during the Kamakura period and the period of the Northern and Southern Courts . +Korokan was a facility established in the Heian period for diplomacy and overseas trade . +Mokugyo-daruma is a Japanese specter included in a specter art collection book entitled " Hyakki Tsurezure Bukuro " by Sekien TORIYAMA and is the Tsukumo-gami of a Mokugyo ( wooden fish , temple block ) . +Kikuo-maru was a pageboy of TAIRA no Noritsune who appears on Heike Monogatari ( The Tale of the Heike ) . +Suketada MATSUDAIRA was the second lord of the Miyazu Domain , Tango Province . +Rokuji-Raisan is a Pure Land Sect Buddhist memorial service . +Emperor Kobun ( 648 - August 24 , 672 ) was the 39th emperor ( the period of reign : January 12 , 672 -August 24 , 672 ) . +The Ishiyama War took place from October 21 , 1570 to September 20 , 1580 between the Jodo Shinshu ( the True Pure Land sect of Buddhism ) Hongan-ji Temple force ( or Ikko Ikki [ Ikko sect 's revolt ] ) and Nobunaga ODA . +Masahiro SAIMURA ( 1562 - December 3 , 1600 ) was a busho ( Japanese military commander ) of Azuchi-Momoyama period . +TAIRA no Seishi ( 1156 - July 30 , 1179 ) was the legal wife ( Kita no Mandokoro ( legal wife of regent or chief adviser to the Emperor ) of Regent Motozane KONOE . +Kaso refers to the study of fortune telling which is similar to Feng Shui , Kigaku ( fortune telling based on Chinese 12 year cycle ) and etc . +Ono-jo ( also known as Ononoki ) Castle was an ancient mountaintop castle ( Korean-style mountain castle ) constructed in the Asuka period , which was located on Mt . Shioji in Chikuzen Province . +Taketsune HORIBE ( 1670 - March 20 , 1703 ) was a member of the Forty-seven Ronin of Ako ( lordless samurai of Ako Domain ) . +Nagusatobe ( year of birth unknown - the month attributed to June in old lunar calendar in 663 B.C. ) was a person having fought against the Jinmu tosei ( story in Japanese myth about the first generation of the Imperial family ) who have appeared in Nihonshoki ( Chronicles of Japan ) and legends in Wakayama City . +Einin no Tokuseirei ( a debt cancellation order of Einin era ) is considered to be the first Tokuseirei in Japan which was issued in 1927 by Sadatoki HOJO , the ninth regent of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +Prince Ohodo ( Ohodo no Okimi ; his date of birth and death were unknown ) appeared in the " Kojiki " ( The Records of Ancient Matters ) and the ' Joguki ' ( Record of the Crown Prince ) as an Imperial family ( royal family ) during the Kofun period ( tumulus period ) . +Mototada TORII was a vassal of Ieyasu TOKUGAWA 's in the Azuchi Momoyama period . +Nenryo kyubun is one of the horoku ( stipend , pay , salary ) systems in the Heian period . +Sanraku KANO ( 1559- September 30 , 1635 [ August 19 , 1635 by the old calendar ] ) was a painter of the Kano School from the Azuchi-Momoyama Period ( from 1573 ) to the early Edo Period ( from 1603 ) +Tsunenao KAJUJI ( date of birth unknown - April 5 , 1449 ) was a court noble , or Kugyo ( the top court official ) , in the Muromachi period . +Chikanaga-kyo ki is the diary of Chikanaga KANROJI , a court noble in the late Muromachi period . +Shoryodana is a shelf placed to welcome the ancestors and spirits in the Bon festival , which is a conventional event in Japan . +Zoroku HAMAMURA V ( Male , 1866- November 25 , 1909 ) was a tenkokuka ( artist of seal engraving ) in Meiji Period in Japan . +Soke SHONAN ( year of birth not known ( around 1586 ) - 1637 ) was a priest of the Myoshin-ji Temple of the Rinzai sect in the Azuchi-Momoyama Period and the Edo Period . +Rakuyaki ( Raku ware ) +The Goshu Shimazu Clan rose in Omi Province and was one of the branch families of the Shimazu Clan of Satsuma Province . +Jimyo-ji Temple +Ikagu-jinja Shrine is a Shinto shrine located in Oto , Kinomoto-cho , Ika County , Shiga Prefecture . +The Seimei-jinja Shrine is a Shinto shrine in Kamigyo Ward of Kyoto City . +Self-help is a handbook written by Samuel Smiles which was published in 1859 . +Benzaiten is one of the deva guardian gods in Buddhism . +The Japanese coiffure by a broad definition refers to the coiffure unique to Japan from the Tumulus Period to the pre-war Showa Period . +Akisada UESUGI ( 1351 - 1380 ) was a person who lived in the period of the Northern and Southern Courts ( Japan ) . +TAIRA no Yukimori ( Year of birth unknown - April 25 , 1185 ) was a military commander who lived during the late Heian Period . +Sohatsu is a hairstyle adopted by male Shinto priests and Confucian scholars from the early part of the Edo period . +Shinmarutamachi-dori Street is a street running north-south through Sakyo Ward , Kyoto City . +Nagayuki SHINDO ( 1666 to January 26 , 1727 ) was an aozamurai ( literally meaning " blue samurai , " a fifth-rank warrior who serves for a royal family or a court noble ) who served for the Konoe family as Shodaibu ( fourth and fifth-rank officials ) . +Naikyobo refers to a Ryoge no kan ( class outside of the Ritsuryo system ) under the Ritsuryo system of ancient Japan . +Ietsuna TOKUGAWA was the fourth Seitaishogun ( commander-in-chief of the expeditionary force against the barbarians ) of the Edo Bakufu ( Japanese feudal government ) and held office from 1651 – 1680 . +Tamefusa-kyo Ki , also called ' Daiki , ' ' Daigyoki ' and ' Daifuki , ' is a diary written by FUJIWARA no Tamefusa , who served as Kurodo ( chamberlain ) and Kurodo no to ( head chamberlain ) and was active as Okura-kyo ( Minister of the Treasury ) and Sangi ( councilor ) for Emperors Gosanjo , Shirakawa , Horikawa and Toba . +The To-ji Temple Shingon sect is a Buddhist sect in Japan classified into the Kogi Shingon ( Old Shingon ) sect . +Yusai HOSOKAWA ( Fujitaka HOSOKAWA ) was a general of the Warring States Period , and a tanka poet . +SEN no Shoan ( 1546 - October 10 , 1614 ) was a chajin ( master of the tea ceremony ) . +Bokan is an organization which was in charge of the household management of the supreme leader of a temple ( betto [ administrator of a Buddhist temple ] or sango [ three monastic positions with management roles at a temple ] ) and so on , or the monks who belonged to such an organization in and after the Heian period . +Fusanao KOIDE ( October 18 , 1849 - September 27 , 1905 ) was the tenth ( the last ) feudal lord of Sonobe Domain in Tanba Province . +The Aso clan originated in Higo Province . +Sadaoku OE ( year of birth unknown - 1334 ) was believed to be a distant descendant of OE no Hiromoto , who was an Inaba no kami ( Governor of Inaba Province ) . +Takatoyo REIZEI ( 1513 - 1551 ) was jugoinoge ( Junior Fifth Rank , Lower Grade ) Saemon no shojo ( Jr . Lieutenant of the Left Division of Outer Palace Guards ) . +Minehira TACHIBANA ( 1671 - January 10 , 1746 ) was a master of the Nambo school of tea ceremony during the Edo period . +FUJIWARA no Toshinari ( born 1114 , died December 29 , 1204 ) was a poet who lived from the latter part of the Heian period through the early Kamakura period . +The Kida clan was one of the Japanese shizoku families ( clan , samurai family ) . +Raiden ( written in two Chinese characters meaning thunderbolt ) is one of noh-gaku ( noh and kyogen ) works . +Imperial Prince Hachijo-no-miya Osahito ( June 18 , 1655 - August 16 , 1675 ) was a member of the Japanese imperial family who lived in the early Edo period . +Nohara Kaisui Yokujo ( Nohara Seaside Resort ) is a seaside resort facing the Sea of Japan , located in Maizuru City , Kyoto Prefecture . +Yoarashi Okinu is a character in Shinbun Nishikie ( a newspaper with brocade picture ) and a title of a film created later based on the story of a poisoner , Kinu HARADA ( year of birth unknown , ca . 1844 - March 28 , 1872 ) , existed from the end of the Edo period to early Meiji period . +Rakkei ( 落慶 ) refers to celebration of new construction or the completion of repairs to temples and shrines . +The Yashima-no-ki castle or Yashima castle is an ancient mountain castle once existed in Yashima , the Sanuki Province ( present Yashima , Takamatsu City , Kagawa Prefecture ) . +Yakushi Nyorai , bhaiSajya-guru in Sanskrit , is a Nyorai of Mahayana Buddhism . +Shushin GIDO ( February 8 , 1325 - May 18 , 1388 ) was a priest of the Rinzai sect who was active from the period of the Northern and Southern Courts to the Muromachi period . +Kakujo ( 1521 - February 4 , 1574 ) was a Buddhist priest of the Tendai sect who lived during the Sengoku period ( period of warring states ) ( Japan ) . +Seikei SUGITA ( December 18 , 1817-March 23 , 1859 ) was Dutch scholar in the end of Edo period . +FUJIWARA no Kanehira +Iehisa KONOE ( June 17 , 1687-September 11 , 1737 ) was a Court noble , peer and official of the highest rank , Kanpaku ( chief adviser to the Emperor ) , and Daijo-daijin ( Grand minister of state ) in the mid-Edo period . +Zenrin-ji Temple , located in Eikando-cho , Sakyo Ward , Kyoto City , is the headquarters of the Seizan-Zenrin-ji branch of the Pure Land Sect . +Higashiyama culture is a term which refers to the culture in the middle of the Muromachi Period . +Takayoshi ICHIJO ( 1176 - October 26 , 1198 ) was a kugyo ( top court official ) and politician during early days of the Kamakura period . +Domyo ( 974-July 26 , 1020 ) was a priest and poet in the mid-Heian period . +The Haniwa are unglazed pottery characteristic of the Kofun period ( tumulus period ) in Japan . +" Kyoun-shu " ( Crazy Cloud Anthology ) is a collection of Chinese poetry by Ikkyu Sojun which presents the insane and unconventional world . +Korai-mon Gate is one of the gate types in Japan . +Tsunehaya KAJUJI ( October 27 , 1748 – November 6 , 1805 ) was a court noble of the Edo period . +FUJIWARA no Nobuko ( 809 - November 11 , 871 ) was a nyogo ( imperial consort ) of the 54th Emperor Ninmyo . +Kibyoshi is one of the genres of kusazoshi ( illustrated story books ) which was popular after 1775 , the mid-Edo period . +Kyokusui ( or Gokusui ) no en is a drinking party which involves cups of sake being floated down a stream in a garden , whereby participants seated on the bank had to improvise poems ; if the participant could not compose a poem , he has to drink a cup of sake as a penalty . +Soin NISHIYAMA ( 1605-May 5 , 1682 ) was a Haiku ( Japanese seventeen-syllable poem ) poet as well as a Renga ( Japanese collaborative poetry ) poet lived in the early Edo Period . +Jidai matsuri is a festival of Heian-Jingu Shrine in Kyoto . +Kakuban ( July 27 , 1095 - January 25 , 1144 ) was a high priest of Shingon sect who was active in the late Heian period , and the restorer of the Shingon sect and the founder of Shingi Shingon sect . +Higashioji-dori Street is one of the major north-south streets in Kyoto City . +Irome refers to color combinations used in juni-hitoe ( the ceremonial attire of a Japanese court lady consisting originally of twelve layers of unlined kimono worn one on top of another ) and so on . +Tokinaga 's ADACHI ( the date of birth and death unknown ) was a Gokenin , ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) , during the early Kamakura period . +The Nagoya obi is a kind of Japanese woman 's obi ( sash ) . +SAKANOUE no Ono was the first son of SAKANOUE no Tamuramaro . +Yoshimichi INABA / Ittetsu INABA was a busho ( Japanese military commander ) from the Sengoku to the Azuchi-Momoyama period . +The First Ito Cabinet was launched when Sangi ( councilor ) , Hirobumi ITO was assigned as the first prime minister and lasted from December 22 to April 30 . +Takasaka no Okimi ( year of birth unknown - June 6 , 683 ) lived in the Asuka period in Japan . +Aga no himemiko ( 648 - c . 709 ) was a princess of the Emperor Tenchi . +Imperial paper is an official document written emperor 's order in the Ritsuryo system . +Kazuo MORI ( January 15 , 1911-June 29 , 1989 ) was a film director in the Showa period . +The Maizuru Line is a regional branch line railway , owned by West Japan Railway Company ( JR West ) , that runs from Ayabe Station in Ayabe City , Kyoto Prefecture , to Higashi-Maizuru Station in Maizuru City , Kyoto Prefecture . +SOGA no Himuka ( date of birth and death unknown ) was a Japanese government official in the late 7th century . +Shiratori-toge Pass is a pass located in Maizuru City , Kyoto Prefecture . +Kawarano-in , the residence of MINAMOTO no Toru , was located along Rokujo-dori Street , Kyoto . +Yukishige CHIKAMATSU ( 1669 - March 20 , 1703 ) was one of the forty-seven samurai of Ako Roshi ( lordless samurai of Ako domain ) . +Nara chameshi is a kind of takikomi gohan ( rice boiled with seasonal ingredients ) and a local cuisine in various regions of Nara Prefecture . +Yoshihiro SHIBA ( or Yoshito SHIBA , 1457 – May 21 , 1514 ) was the shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) during the late Muromachi period . +The Bunchi-ha was a faction that existed during the Toyotomi administration . +Genpaku SUGITA ( October 20 , 1733 - June 1 , 1817 ) was a rangakui ( a person who studied Western medicine by means of the Dutch language ) during the Edo Period . +Taka-gari ( falconry ) is a kind of hunting which uses a falcon . +Chankonabe is a hot pot dish eaten mainly by professional sumo wrestlers and professional wrestlers in Japan . +Kamomioya-jinja Shrine is located in Sakyo Ward , Kyoto City . +Fukubukuro are bags containing random goods to sell at department stores for the first day of business at the beginning of the year . +Takeko KUJO ( October 20 , 1887 - February 7 , 1928 ) was an educator and tanka poet , also actively engaged in the social movement in her later years . +An important art object is a tangible cultural property so accredited by the Japanese government ( the Minister of Education ) under the former " Law relating to the reservation of important fine arts " with the main purpose of preventing outflow of antiques to outside Japan , prior to the enactment of the Law for the Protection of Cultural Properties . +Keien-isshi is a collection of waka ( Japanese poetry ) by Kageki KAGAWA ( 1768-1843 ) compiled by himself in the late Edo Period . +Norikuni MAEDA ( 1847 - 1915 ) was a painter and a statesman . +" Handen Shuju-no-ho " ( the law of periodic reallocations of rice land ) was a legal system related to provision and expropriation of agricultural land ( rice land ) , enforced in ancient Japan . +Utaemon NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +Taki-no-sho Manor ( 多芸荘 ) was a shoen ( manor in medieval Japan ) existed in Mino Province in the Heian period or during the Kamakura and Muromachi periods . +Shonen MATSUKI ( male , 1843 - December 28 , 1917 ) is a tenkoku artist and a painter from the end of Edo period to modern Japan . +Mondo MACHINO ( December 30 , 1839 - June 9 , 1923 ) is a feudal retainer of Aizu Domain . +Doyo no ushi no hi ' is the Ox day ( based on the twelve signs of the Chinese zodiac ) during the " doyo " ( the period of about 18 days at each end of four seasons ) . +Eiichi KUDO ( real name ) +" Shusseuo " is a term used in Japan to refer to fishes that are called by different names depending on their growth stage , from an alevin to an adult fish . +Jusuke HIRAMA ( 1824- August 22 , 1874 ( by the old lunar calendar ) ) . +FUJIWARA no Genshi ( Motoko ) ( August 21 , 1016 - September 25 , 1039 ) was an empress consort in the middle of the Heian period . +Takeshige KIKUCHI ( 1307 ? - 1338 ? ) was a busho ( Japanese military commander ) who lived from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +Nara , or 奈良 , a historic city in Japan , was once Heijo-kyo Capital . +Suo no Naishi ( c . 1037-1109 ) was a female waka ( a traditional Japanese poem of thirty-one syllables ) poet during the late Heian Period . +Kongo-ji Temple is a temple located in Higashiyama Ward , Kyoto City . +The Mount Kurama Cable Railway is a funicular line operated for the convenience of visitors to the area by Kurama-dera Temple , which is a religious corporation and a famous temple located in the Rakuhoku area of Sakyo Ward , Kyoto City , Kyoto Prefecture . +Yoshioki MIYOSHI was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +Richu-nyoo ( September 26 , 1641 - October 9 , 1689 ) was a Buddhist nun of the early Edo period . +KI no Arimasa ( year of birth and death unknown ) was a low to middle rank government official and Confusion scholar during the mid-Heian period . +Ieyoshi TOKUGAWA was the 12th Seii Taishogun ( literally , " great general who subdues the barbarians " ) of Edo bakufu ( Japanese feudal government headed by a shogun ) ( reigned between 1837 - 1853 ) . +SAKANOUE no Hiroo was the son of SAKANOUE no Tamuramaro . +Dokyo ( circa 700 - May 13 , 772 ) was a Buddhist monk of the Hossoshu sect of Buddhism ( Japanese equivalent of the Chinese Faxiang sect ) , who lived in the Nara Period . +In Japanese history , the Gonin-gumi , or the five-household group system , was a system of the community association organized under the command of a feudal lord . +Complete fermentation is one of the important notions in producing Japanese sake , and means that , in parallel multi-fermentation , yeast has almost completed decomposing sugar in Japanese sake moromi ( raw unrefined sake ) , resulting in getting weak by itself and terminating fermentation activity , or that the yeast has thus far completed fermentation by itself . +Joe ( writes ; 定恵 ) ( 643 - Feb . 2 , 666 ) was a scholar monk in the Asuka period . +Haruhide KAJUJI ( 1523 - January 19 , 1577 ) was a noble ( and top court official ) in the Azuchi-Momoyama period . +The Geishogi Kaiho Rei is a law issued by the Meiji Government in 1872 , whose main aim was to control human traffic of prostitutes . +Masamitsu OYAMA ( dates of birth and death unknown ) was a busho ( Japanese military commander ) lived over the end of Heian period to the early Kamakura period . +Mikka gojoho or Gojoho mikka is a term used to refer to unwritten rules in kabuki world . +Jugonshi ( sorcerers ) were a type of official who worked in the Bureau of Medicine under the Ritsuryo system . +Shoki shoen ( early shoen ) were shoen ( manors ) established through an accumulation of wasteland and a collection of reclaimed rice fields from the eighth to the ninth century . +Chugu is one of the names given to wives of Japanese emperors . +The Sonobe Domain existed in Funai County in Tanba Province ( Sonobe-cho Kozakura Town , Nantan City , Kyoto Prefecture in the present day ) . +Hojutsu ( the art of gunnery ) +Tsukesage , which is written as ' 付け下げ ' or ' 付下げ ' ( pronunciation is the same ) , is kimono for Japanese women . +Denchu on okite was a set of regulations Nobunaga ODA made Shogun Yoshiaki ASHIKAGA accept . +Sadakiyo ISHIKAWA ( year of birth and death unknown - May 3 , 1626 ) was a busho ( military commander ) and daimyo ( Japanese territorial lord ) in the Azuchi-Momoyama period . +Ryoginan is a temple of the Tofuku-ji Temple school of the Rinzai sect , located in Higashiyama Ward , Kyoto City , Kyoto Prefecture , and is tatchu ( sub-temple on the site of the main temple ) of Tofuku-ji Temple . +Princess Takahime ( 隆姫女王 ) ( 995 - December 25 , 1087 ) was the eldest daughter of Imperial Prince Tomohira , the seventh prince of Emperor Murakami . +Decchi is a system of training future shopkeepers which was common from the Edo period to the end of the Second World War . +Senkokushisho was the organization which was established while Japan was under the Ritsuryo system , for the purpose of compiling official history book Rikkokushi ( the Six National histories ) and " Shin-kokushi " ( the New National History ) . +Yasutada WAKISAKA was a feudal lord and a member of shogun 's council of elders during the late Edo period . +The Kinketsu Incident was an attack on Emperor Gohanazono 's Inner Court in Kyoto that occurred in September 1443 ( Muromachi period ) . +Kumenomiko ( year of birth unknown - March 25 , 603 ) was an Imperial Family member during the Asuka period . +TANABE no Sakimaro ( year of birth and death unknown ) was a contributor to Manyoshu during the Nara Period . +Seiri TAMANO ( September 3 , 1825-August 8 , 1886 ) was a judge from the Iwakuni Domain ( currently Yamaguchi Prefecture ) . +Tadayuki MIZUNO was a hereditary vassal to the Tokugawa family in the mid-Edo period as well as a member of the shogun 's council of elders of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Yuzo KONDO ( February 8 , 1902 - February 25 , 1985 ) was a Japanese potter . +The Niwata family , one of the clans of Dojo , was descended from the Uda-Genji ( Minamoto ) clan . +Nagatane TOKOYO ( 1832-March 19 , 1886 ) was a scholar of Japanese classical literature in the end of the Edo period and Jingikan ( official of the institution for dedicating to religious ceremony ) in the Meiji period . +Mitsunari ISHIDA was a feudal warlord in the Azuchi-Momoyama period . +The Wakasa Domain was a feudal domain owning areas around Hatto-gun , Inaba Province ( Wakasa-cho , Yazu-gun , Tottori Prefecture ) . +Yusoku kojitsu is the study of government positions , ceremonies , and costumes based on their ancient precedents . +the catalog of ' ryoseikoku ' ( province ) > Tosando > Omi Province +The Sawakai ( literally , the Tea Party ) was an internal faction within the House of Peers in Japan 's National Diet , which was formed under the Meiji Constitution . +Kinyori SANJO ( 1495 - October 10 , 1551 ) was the head of the Sanjo family during the Sengoku period ( period of warring states ) ( Japan ) . +Tsukida no oka is the imperial mausoleum of the Emperor Suizei located in Aza Tanotsubo , Shijo Town , Kashihara City , Nara Prefecture . +Kumihama Seaside Onsen Hot Spring is a hot spring located in Minatomiya , Kumihama-cho , Kyotango City , Kyoto Prefecture ( Tango Province under the ancient administrative division ) . +TAIRA no Moritsuna ( dates of birth and death unknown ) is a busho ( Japanese military commander ) who lived during the beginning of Kamakura period . +Sadaharu SHINDO ( 1497 – 1551 ) was a military commander during Japan 's Sengoku period ( Warring State period ) and was chief vassal of the Rokkaku clan . +Kitashirakawanomiya is a Miyake ( family allowed to have the status of Imperial family ) which was established by Imperial Prince Satonari , who was the thirteenth prince of Imperial Prince Fushiminomiya Kuniie , in the early Meiji period . +Tatari-gami are Shikon ( four spirits ) which are held in awe but avoided , and believed to become a powerful guardian god if treated cordially . +Futamata station , located in Futamata ( Kyoto Prefecture ) , Oe-cho , Fukuchiyama City , Kyoto Prefecture , is a railroad station on the Miyafuku Line , which is operated by Kitakinki Tango Railway ( KTR ) . +Kineda SANJONISHI ( June 21 , 1487 - December 27 , 1563 ) was a court noble , poet and classical scholar during the Sengoku period ( Period of Warring States ) . +Zoga ( 917- July 16 , 1003 ) was a Tendai sect monk in the middle of the Heian period . +Nobuoki OISHI ( 1674 to October 15 , 1741 ) was a samurai in the early Edo period . +Soma-kaido Highway was a highway that existed in the Edo period between Shiga Prefecture ( Omi Province ) and Koka County . +The Toyama family was a branch of the Hino family , a descendant of the FUJIWARA clan . +Yoriari HOSOKAWA ( May 26 , 1332 - September 7 , 1391 ) was busho ( Japanese military commander ) during the period of the Northern and Southern Courts and the Muromachi Period . +OWARI no Hamanushi ( 733 - year of death unknown ) was a gakunin ( player ) who lived from the Nara Period to the early Heian Period . +Shijo-dori Street is one of the major east-west streets in Kyoto City . +Ryoto is an armor of honor worn by military officers as their formal attire ( at court ) . +Omigoromo is an outer garment used in Shinto rituals that has been handed down since ancient times . +Iezumi IWAMATSU was the head of the Iwamatsu clan who lived during the middle of the Muromachi period . +A kobukusa is a small cloth used at some tea ceremony schools when they view tea bowls or when they carry out already whisked tea and present it to various other guests . +Tanemasa KUTSUKI is the second lord of the Tsuchiura Domain in Hitachi Province . +Yasotakeru is a person who appears in the " Nihonshoki " ( Chronicles of Japan ) . +Nobuhisa TAKATSUKASA ( May 17 , 1590 - December 31 , 1621 ) was a Kugyo ( high court noble ) during the Edo period . +Yokota Shokai ( founded in June 1903 , consolidated in September 1921 ) is a Japanese film company once existed in Kyoto . +Yuzan DAIDOJI ( 1639 - 1730 ) was a samurai and a tactician in the Edo period . +Motoyoshi SONO ( March 23 , 1622 - December 30 , 1699 ) was a Kugyo ( court noble ) during the early Edo period . +Tanetsuna KUTSUKI ( 1498 - 1546 ) was a busho in the Sengoku period ( period of Warring States ) . +Honchi-suijaku is one of the thoughts of Shinbutsu-shugo ( the amalgamation of Buddhism with Shinto ) that emerged during the era in which Buddhism flourished in Japan ; it supports the view that yao yorozu no kami ( eight million gods ) are Gongens , the embodiment of various types of Buddhas ( including Bosatsu ( Bodhisattva ) and Tenbu ( Deva ) ) , which appeared in the land that was Japan . +Kanbayashi Shunsho Honten Ltd. is a tea wholesale store in Uji City , Kyoto Prefecture . +Uguisu-an is a green smooth bean paste made by crushing boiled green peas and sweetening with sugar or honey . +Uichiro NIIMI ( January 12 , 1879 - January 24 , 1911 ) was a socialist of the Meiji Period . +The Kyoto Prefecture Road Public Corporation is the regional road corporation founded and organized by Kyoto Prefecture . +Hina no Tsurushikazari is a custom of hanging decorations in the Izuinatori area going back to the Edo period . +Fukujuen CO . , LTD is a tea company located in Yamashiro-cho , Kizugawa City , Kyoto Prefecture . +Torakichi NISHIKAWA ( 1854 - 1941 ) was a so-called escape artist , who registered the largest number of prison breaks in the history of Japan . +Myoen ( also known as Meien ) ( unknown - 1199 ) was a Busshi ( sculptor of Buddhist Statues ) during the late Heian and early Kamakura periods . +The City Ordinances on the Preservation of Vistaed View are ordinances in Kyoto City to ' create Kyoto 's surrounding scenery and vistaed views , and preserve them for future generations ' ( Article 1 ) . +Mitsugon-in Temple +Takayoshi KIDO ( August 11 , 1833 - May 26 , 1877 ) was a Japanese samurai and statesman who had a distinguished career from the end of the Edo period to the early Meiji period . +Wasai is the making of wafuku ( Japanese traditional clothing ) or the technique that is employed . +Ikutsuhikone no mikoto , written as 活津日子命 ( in Kojiki : The Records of Ancient Matters ) or 活津彦根命 ( in Nihonshoki : Chronicles of Japan ) , is the fourth son in five sons and three daughters given birth from the pledge made by Amaterasu ( the Sun Goddess ) and Susano ( Amaterasu 's brother : a deity in Japanese Mythology ) , and he was born from a bead which Amaterasu was wearing on her left wrist . +Yanagimoto Domain covered Shikijo , Yamabe and Uda counties of Yamato Province . +Hitote +Sumiyoshi KAWAMURA ( December 18 , 1836 - August 12 , 1904 ) was a Japanese samurai who was a feudal retainer of the Satsuma clan , a naval officer ranked full admiral and Count , Junior First Rank and holder of the First Order Merit . +Keichu ( 1640 - March 4 , 1701 ) was a priest of the Shingonshu sect and a Japanologist ( Kokugaku [ national study ] scholar ) who lived in the mid-Edo period . +Enni ( November 8 , 1202 - November 17 , 1280 ) was a priest of the Rinzai sect of Buddhism in Japan , who lived during the mid-Kamakura period . +The Takakura family , one of the families of Dojo , was established by Nagasue TAKAKURA ( Court Rank , Councillor , 1338 - 1392 ) whose father was FUJIWARA no Norikata , a descendant of FUJIWARA no Nagayoshi of the Northern House of the Fujiwara clan . +Mt . Wakakusa is a mountain located in the eastern edge of Nara Park in Nara City , Nara Prefecture , and it is 342 meters high and with an area of 33 hectares . +Kagesuke YAMAOKA was a busho ( Japanese military commander ) in the Sengoku period . +Yoshio FUJIMAKI ( January 19 , 1911 - disappeared on September 2 , 1935 ) was a woodblock artist came from Tatebayashi City in Gunma Prefecture . +Utamakura +" Bokuto " are wooden copies of Japanese swords . +Masakazu ASUKAI ( year of birth and death unknown ) was a court noble in Japan . +Kakukai ( 1142 - September 13 , 1223 ) was a Shingon sect priest from the late Heian period to the early Kamakura period . +Among the novels and tales written from the late Heian period to the early Muromachi period , Ocho Monogatari refers to the ones that are characterized by having Japanese sentences written in Hiragana ( the Japanese syllabaries ) , and having been created on the basis of the customs , aesthetic sense , and the concepts of literature during the period of Court rule . +Imperial Prince Yasuakira ( December 16 , 903 - April 14 , 923 ) was a member of the Imperial Family during the Heian period . +Myoun ( 1115 - January 3 , 1184 ) was a Tendai Sect Buddhist monk who lived during the late Heian period . +Yamaguchi Toshio Productions ( established in June 1928 and dissolved in August ) was a film company located in Kyoto . +Bunko-musubi knot is a kind of obi-musubi ( style of tying obi [ sash ] ) for furisode ( kimono with long , trailing sleeves ) . +Grand master +Tsuchimikado-dono Palace is a Shinden-zukuri style residence built by MINAMOTO no Masanobu . +FUJIWARA no Morouji ( around February 20 , 913 - August 23 , 970 ) was a Court noble who lived in the mid-Heian period . +Kango-jinja Shrine is located in Nara City , Nara Prefecture . +Mai-goto means abstract acts ( mai ) that , in Noh , the shite ( an actor playing the leading part ) , tsure ( a supporting actor ) and waki ( the partner of a shite ) perform accompanied solely by the hayashi ( music played in the background ) , mostly in the latter half of a Noh or a Kyogen ( a farce played during a Noh cycle ) play . +Imperial Prince Fushiminomiya Kuninaga ( May 10 , 1676 - November 14 , 1726 ) was a member of the Imperial family in the middle of the Edo period . +The word ' Hedara ' ( Eurya japonica ) is a Buddhist terminology which means ' the flower for altarage . ' +Wagashi ( Japanese traditional confectionery ) is a whole category of confectionary made using traditional production techniques in Japan . +Wabi and sabi are sense of beauty in Japan . +Gyogen ( 1097 - December 1 , 1155 ) was a Buddhist monk of Tendai Sect in the late Heian period . +TAIRA no Naokata ( dates of birth and death unknown ) is a military commander in the mid Heian period . +Tojiin Station , located in Tojiinnishi-machi , Kita Ward , Kyoto City , is a stop on the Kitano Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +Zeniza is an organization or agency which minted coins including Kanei Tsuho during the Edo period . +Banma SAKURAMA ( 1835 - 1917 ) was a Nohgakushi ( Noh actor ) playing shite ( principal roles ) of Konparu-ryu school . +Useki MATSUSHITA ( male , 1698-October 1779 ) was a Japanese calligrapher in the middle of the Edo period . +Nagaokatenjin Station , located in Nagaokakyo City , Kyoto Prefecture , is a stop on the Hankyu Kyoto Line , which is operated by the Hankyu Railway . +Nobuo IMAI ( November 14 , 1841 - June 25 , 1919 ) was a samurai who lived around the end of the Tokugawa shogunate to the early Meiji period . +Nagamasu ODA was a daimyo and master of the tea ceremony from the Azuchi-Momoyama period to the early Edo period . +Kanbun-inchi was a law established through a series of documents , namely ryochi-hanmono ( a shogunal letter of authorization for the possesion of and ruling over a fief ) , shuinjo ( shogunal letters with a red seal ) and ryochi-mokuroku ( a document supplementing ryoci-hanmono indicating the details of a fief ) which were simaltaneously issued by the Edo bakufu ( Japanese feudal government headed by a shogun ) to daimyo ( Japanese feudal lord ) throughout the country on April 5 , fourth year of the Kanbun era in the old calendar ( April 30 , 1664 ) . +" Nyonin Kinsei ( No Women Admitted ) " means forbiddance for women to enter shrines and temples , reijo ( sacred ground ) , ceremonial sites and others , as well as the limitation to unobstructed cultivation and worship by men . +Takeo HATTORI ( 1832 - December 13 , 1867 ) was a member of Shinsengumi and Goryo-eji ( guards of Imperial mausoleums ) . +Zoi +Honmaru ( the keep of a castle ) , Ninomaru ( second bailey ) , Kuruwa ( a space reserved for various purposes ) , dorui ( earthen walls for fortification ) , Stonewalls , Moats , Monzeki ( temples in which the chief priests are either members of the imperial family or nobilities ) , etc . +Oraimono is a collective term for primary education text books that were compiled from the late Heian period to the early Meiji period , mainly in the form of letters . +Masachika INABA ( 1692 - October 10 , 1734 ) was the fourth feudal lord of the Yodo Domain of the Province of Yamashiro . +FUJIWARA no Nariie ( 藤原 成家 , 1155 - July 12 , 1220 ) was a Kugyo ( high court noble ) in the early Kamakura period . +Mitsuhide KARASUMARU ( September 16 , 1689 - April 11 , 1748 ) was a Kugyo ( high court noble ) and kajin ( waka poet ) , who lived during the Edo Period . +Gudo Toshoku ( May 5 , 1577 - November , 1661 ) was a high Buddhist monk of the Rinzai Sect of Zen sect . +Shinnyo sanmayaryu is one of the religious schools of the Shingon sect , which was made famous by Daigo-ji Temple , Sohonzan ( the head temple of a Buddhist sect ) of the Daigo school of the Shingon sect , but it 's also the system of teachings of the Buddhist Shinnyoen himself . +Kaita MURAYAMA ( September 15 , 1896-February 20 , 1919 ) was a Western-style painter who lived during the Taisho period . +Hotei NOMURA ( November 13 , 1880 - August 23 , 1934 ) was a film director , screenwriter and producer who lived during the Taisho period and early Showa period . +Ranzan-Tenjingawa Station , located in Uzumasa-shimokeibu-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Arashiyama Main Line , which is operated by the Keifuku Electric Railroad Co . , Ltd . +" Zokihoshishu " is a collection of Japanese poetry in the Heian Period . +" Monju " is the name of a limited express train operated by West Japan Railway Company ( JR West ) , which runs in the section between Shin-Osaka Station and Amanohashidate Station by way of the JR West Fukuchiyama Line , Kitakinki Tango Railway Corporation ( KTR ) Miyafuku Line and KTR Miyazu Line . +Kino Station , located in the Sakyo ward of Kyoto City , is a stop on the Kurama Line of the Eizan-dentetsu ( Eizan Electric Railway ) . +Shini means a social status and a position . +The shugo-ryogoku system ( the system that a shugo [ a provincial military governor ] dominates a territory ) is a historical concept indicating a comprehensive control system of a territory by the shugo-daimyo ( shugo that became daimyo , Japanese feudal lords ) in the Muromachi period . +Tofuku-ji Temple , situated in Hommachi , Higashiyama Ward , Kyoto City , is the head temple of the Rinzai sect Tofuku-ji School of Zen Buddhism . +This section , " Transportation in Japan , " describes the history and conditions of transportation in Japan . +The Urin Family was of the house status of kuge ( court nobility ) subsequent to the Kamakura period ; it was inferior to the sekke ( the house of regents ) , Seigake ( one of the statuses of court nobility that was inferior to the sekke but superior to the minister ) and the house of minister , but it was equal to meike ( kuge ) , a kuge of lower rank , and superior to hange ( kuge ) , a kuge of lower rank . +Toji ( the winter solstice ) is one of Nijushi-sekki ( the 24 divisions of the solar year ) . +The Battle of Kyushu was a general name for battles between Hideyoshi TOYOTOMI ( surname " Toyotomi " was bestowed on September 9 , 1586 ) and the Shimazu clan from August and September 1586 to May and June 1587 . +TAIRA no Tomotada ( 1180 - July 29 , 1196 ) was a member of the Taira Clan at the end of Heian period . +Josho ( 906 - 983 ) was a Shingon Sect Buddhist monk who lived during the mid-Heian period . +Zaigomachi was one of Japanese city forms . +Taiho Ritsuryo refers to the Japanese Ritsuryo codes established in the beginning of the eighth century . +A kojakin is a small cloth used to clean off a tea bowl after drinking tea at the Urasenke ( the House of Urasen ) school , which is one of the Japanese tea ceremony schools . +Ieharu TOKUGAWA was the tenth Seitaishogun ( commander-in-chief of the expeditionary force against the barbarians , great , unifying leader ) of the Edo Bakufu ( Japanese feudal government headed by a shogun ) ( his tenure of office : 1760 - 1786 ) . +Chinese classical literature is a general term for the works written in Chinese ( classical Chinese ) and the study of these classics . +Jusandai-me ( the thirteenth ) Nizaemon KATAOKA ( male , December 15 , 1903 to March 26 , 1994 ) was a kabuki actor . +Naotsugu TERANISHI ( 1557 - 1649 ) was a busho ( Japanese military commander ) and a daimyo ( Japanese feudal lord ) in Azuchi-Momoyama period . +List of provinces of Japan > Kinai region ( provinces surrounding Kyoto and Nara ) > Yamashiro Province > Kii County +Tsuguko NIWATA ( 1820 - Dec . 4 , 1867 ) was Naishi no suke ( a court lady of the first rank ) serving Emperor Ninko . +The term " Suribachi " ( mortar ) refers to cookware that is used to grind food materials into small grains or mash them up into paste . +Harumi SHIBUKAWA ( his name can also be read as Shunkai SHIBUKAWA ) ( November 1639-November 1 , 1715 ) was an astronomer , go player and Shintoist . +SUGAWARA no Kiyokimi ( also " Kiyotomo , " 770 -November 26 , 842 ) was the early Heian period court noble and literatus . +Gyokuko GYOTOKU ( June 1828-June 22 1901 ) was a composer of Chinese poems , a calligrapher , a literati painting and a Tenkoku ( seal engraving ) artist . +Hakata-ori textile refers to a silk textile , a local speciality of mainly Hakata in Fukuoka City , Fukuoka Prefecture . +Here , descriptions of a Japanese dish Donburimono are given . +Thirty-six Views of Mt . Fuji is a notable example of a landscape painting or Ukiyoe ( Japanese woodblock prints ) created by Hokusai KATSUSHIKA . +The Kyoto Main Line is a railway of Hankyu Railway that connects Juso Station in Yodogawa Ward , Osaka City , Osaka Prefecture , with Kawaramachi Station ( Kyoto Prefecture ) in Shimogyo Ward , Kyoto City , Kyoto Prefecture . +Sakana is a thing with which people enjoy having alcoholic beverages ; yet , it is not necessarily a food item . +Kitayama Station +Imperial Prince Fushimi-no-miya Kunitada ( January 20 , 1732 - June 26 , 1759 ) was a member of the Imperial family who lived in the Edo period . +Hirotsune KAZUSA was a busho who lived during the end of the Heian period . +Eiseiroku ( a type of premium ) was the highest ranked Shotenroku ( premium ) in early Meiji era , which was awarded to ones with merits for their contribution to the Boshin War and the Restoration of Imperial Rule . +Biwako Sokui ( 琵琶湖疏水 ) or Lake Biwa Canal ( since 疏 is not included in the national list of Chinese characters in common use , 疎 is also used as in 琵琶湖疎水 ) is a waterway that was built to transport water from Lake Biwa to Kyoto City . +Kikki is a diary written by Tsunefusa YOSHIDA ( 1142-1200 ) , a court noble who lived in the late Heian period . +Tsubo is a unit of area in old Japanese system of weights and measures . +Hikari-beni , also referred to as tsuya-beni ( which literally means " shiny red " ) is pigment made by separating the coloring matter of safflowers with plum vinegar . +Omote Yuhitsu was one of the office organizations of Edo bakufu ( Japanese feudal government headed by a shogun ) . +Michihira KOGA ( 1203 - 1226 ) was a Kugyo ( court noble ) during the Kamakura period . +TAIMA no Kehaya is a person that appears in Japanese myths . +FUJIWARA no Shoshi , also pronounced Tamako ( 1101 - September 10 , 1145 ) was the mother of the emperor in the late Heian period . +Matsunosuke ONOE ( September 12 , 1875 - September 11 , 1926 ) was a Japanese film actor , Japan 's first movie star and film director from the Meiji to the Taisho period . +Gosashi-kofun Tumulus is an ancient tomb belonging to the Sakitatenami-kofun Tumuli Cluster in Nara City , Nara Prefecture . +Saikashu was a group ( ikki ) of combined local lords , powerful local clans and local samurai who resided in private estates in the center of Saikasho in the north west part of Kii Province ( present day Saikazaki , Wakayama City ) during the Sengoku period ( Warring States period ) . +Fukujinzuke ( or fukusinnzuke depending on regions ) ( literally , pickles of the gods of good fortune ) . +Zenkai OMORI ( 1871- February 4 , 1947 ) was a priest of the Soto Sect who had lived from the Meiji period to the Showa period . +Astringency +" Zoku-Gunsho Ruiju " is a collection of books . +The Japan-Korea Annexation Treaty was a treaty concluded on July 24 , 1907 . +Edo bakufu was a samurai government established by Ieyasu TOKUGAWA . +Aizo SOMA ( 1870 – 1954 ) , who is a social business person coming from Nagano Prefecture , is the founder of Shinjuku Nakamuraya restaurant in Tokyo . +SUGAWARA no Tamenaga ( 1158 - April 22 , 1246 ) was a Kugyo ( the top court officials ) who lived from the end of the Heian period to the beginning of the Kamakura period . +" Ryobu Shinto " is a combination of Shinto and Buddhism based on interpretation of Shinto from a Buddhist Shingon Sect ( esoteric Buddhism ) standpoint . +Bunkokuho is a law established by warlords during the Sengoku period to govern their domains . +Momoi-toge Pass is a pass on a national route in Sakyo Ward , Kyoto City , Kyoto Prefecture . +Ryoko-in Temple is a sub-temple within the precinct of Pure Land Sect Daihonzan ( Head Temple ) Konkaikomyo-ji Temple located in Kurodani-cho , Sakyo Ward , Kyoto City , Kyoto Prefecture . +Sengoro SHIGEYAMA is a family name of Kyogen Okura-ryu ( comic actors of Okura school ) and the name of the head of the Sengoro Shigeyama family . +Ioriten " & 12349 " is one of yakumono ( punctuation marks and other special symbols [ term used in printing ] ) put at the beginning of a song in Japanese . +Genzui KOISHI ( December 31 , 1784 - March 4 , 1849 ) was a Rangakusha ( a person who studied Western sciences by means of the Dutch language ) and Ranpoi ( a person who studied Western medicine by means of the Dutch language ) who lived during the late Edo period . +Shoshu ( 1215 - December 26 , 1291 ) was a priest of Todai-ji Temple in the mid Kamakura Period +Ikaruga-jinja Shrine is a Shinto shrine in Ikoma-gun , Nara Prefecture . +KUME no Shioko ( year of birth unknown - 672 ) was a person who lived during the Asuka Period . +Shobo ( 832 - July 30 , 909 ) was a Shingon Sect priest in the early Heian period . +Five-and-seven syllable meter is a form of poem in which words of Goon ( five syllables ) and Shichion ( seven syllables ) repeat one after another . +Nishi-Honganji-bon sanju-rokunin-kashu is a decorative manuscript produced at the end of the Heian period that compiled the poems of Sanju-rokkasen ( thirty-six famous poets ) . +Gencho HONMA ( 1804 - March 16 , 1872 ) is a doctor of the Mito Domain in the end of the Edo Period . +Emperor Rokujo ( December 28 , 1164 - August 23 , 1176 ) was the seventy-ninth Emperor in Japan . ( his reign was from August 3 , 1165 to March 30 , 1168 . ) +Nobukane ODA ( ? - 1583 ) was a Japanese military commander who lived during the Sengoku period ( the period of warring states ) . +The Yamato Period is a period in Japanese history . +Sakamizu is one of the methods of mizuage ( making a cut flower suck the water ) . +The First Korea-Japan Agreement was an agreement signed between the Empire of Japan and the Korean Empire ( Joseon Dynasty ) during the Russo-Japanese War on August 22 , 1904 . +The Yanagiwara family ( conventionally , Yanagihara ) were kuge ( court nobles ) that held the status of meika ( kuge of lower rank ) . +Takanaka ITSUTSUJI ( January 19 , 1808 - June 5 , 1896 ) was a ' kugyo ' ( a senior court noble of Third Rank and above ) who lived from the end of the Edo period ( alternatively called the Bakumatsu , meaning the last days of the Tokugawa shogunate ) into the Meiji period . +ABENOMUTSU no Nagamune ( years of birth and death unknown ) was Gunji ( local senior official ) of Shibata County , Mutsu Province ( present Miyagi Prefecture ) in the 9th century . +Takato OKI ( April 23 , 1832 - June 26 , 1899 ) was a feudal retainer of the Saga clan in the late Edo period and a statesman in the Meiji period . +Ono no onie ( year of birth and death unknown ) is a court noble in the Nara Period . +Morotaka KUJO ( October 27 , 1688 - August 15 , 1713 ) was a Court noble who lived during the Edo period . +Nobumasa MATSUDAIRA was the eighth ( the last ) lord of the Kameyama Domain , Tanba Province . +Imperial Prince Kyogokunomiya Yakahito ( May 4 , 1704 - January 25 , 1768 ) was a Japanese Imperial family member in the middle of the Edo period . +Low-malt beer is a type of alcohol defined by the Japanese Liquor Tax Act . +The Prince Toma ( year of birth and death unknown ) was in the Imperial Family between the late sixth century and the early seventh century . +Kunikiyo HATAKEYAMA ( year of birth unknown - 1362 ) was a busho ( Japanese military commander ) from the period of the Northern and Southern Courts to the Muromachi period . +The term " Maiko " refers to a young geisha or a geisha apprentice . +ART COMPLEX 1928 is a small theater located on the third floor of the former Kyoto branch office of The Mainichi Newspaper ( present 1928 building ) in Nakagyo-ku Ward , Kyoto City . +Suetsumuhana ( The Safflower ) is one of the fifty-four chapters of " The Tale of Genji . " +Hokke Shichiyu means the seven parables of Hoke-kyo Sutra ( the Lotus Sutra ) . +Kuniomi HIRANO ( May 12 , 1828 - August 21 , 1864 ) was a Japanese samurai , feudal retainer of Fukuoka Domain and patriot . +" An Inquiry Into the Good " is a book of philosophy written by Japanese philosopher Kitaro NISHIDA . +The Battle of Minatogawa was fought on July 12 , 1336 during the period of Northern and Southern Courts ( Japan ) in Minatogawa , Settsu Province ( modern day Chuo Ward / Hyogo Ward , Kobe City , Hyogo Prefecture ) between the forces of the brothers Takauji and Tadayoshi ASHIKAGA who had traveled east from Kyushu and Yoshisada NITTA and Masashige KUSUNOKI who were loyal to Emperor Godaigo . +Dainagon +KASA no Kanamura ( year of birth and death unknown ) was a poet during the Nara Period . +The Emperor Akihito ( December 23 , 1933- ) is the 125th Emperor in Japan . +Tsugumichi SAIGO ( June 1 , 1843 [ old calendar ] - July 18 , 1902 ) , also called Judo SAIGO , was a Japanese samurai serving as a feudal retainer of Satsuma , politician , and military man of the Imperial Japanese Navy . +MINAMOTO no Yorinaka ( ? - August 24 , 1156 ) was a military commander of the Kawachi-Genji branch of the Minamoto clan who lived at the end of the Heian period . +Kumon was originally a general term for official documents in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) , and derived from it , it also meant the government official who dealt with such documents . +It is said that the Mononobe clan 's ancestor is Nigihayahimikoto , who is believed to have descended to earth in Koho , Kawachi Province ( presumably , present-day Katano City , Osaka Prefecture ) before the time of the Imperial family . +FUJIWARA no Sadayori ( 995 - February 8 , 1045 ) was a court noble and poet in the mid-Heian period . +" Sagoromo Monogatari " ( The Tale of Sagoromo ) is a story written at the end of the dynastic era of the Heian period . +Emperor Reizei ( June 12 , 950 - November 21 , 1011 ) was the sixty-third emperor ( his reign was in the mid-Heian period , from November 15 , 967 to September 27 , 969 ) . +Senji refers to the formal name of the documents to transmit orders of the emperor and Dajokan ( Grand Council of State ) in Japan in and after the period of ritsuryo system ( the system of centralized government based on the ritsuryo code ) . +Efu was a type of baggage tags which were attached during the Edo period to goods sent by the Imperial Court , the Edo bakufu ( Japanese feudal government headed by a shogun ) , court nobles , samurai families , temples and shrines to clarify who sent the baggage in question . +Tsuneie KIRA ( dates of birth and death unknown ) was a busho ( Japanese military commander ) in the Kamakura period . +Warabihime ( year of birth and death unknown ) was a woman who lived during the late Heian period . +Dogyu IRAKO ( January 29 , 1672 – February 15 , 1734 ) was a surgeon of the Edo period . +Seiichi HATANO ( July 21 , 1877- January 17 , 1950 ) was a Japanese expert in the history of philosophy and in the philosophy of religion . +Kiyamachi-dori Street is one of the major streets running north-south in Kyoto City . +Shinso ITO ( April 25th 1942- ) is a person of religion and the present Shinnyoen Buddhist ( heir ) , whose real name is Masako ITO . +Hiromichi KOGA ( April 30 , 1626 - May 18 , 1674 ) was a Kugyo ( top court official ) during the early Edo period . +Hakumai ( white rice ) is polished brown rice . +The case of an attack on the Shichijo Police Station was an assault that occurred on January 24 , 1946 in Kyoto City , Kyoto Prefecture . +The Beipu Incident was an anti-Japanese incident in Taiwan that occurred during the period of Japanese rule ( in Taiwan ) and that was instigated by Tsai Ching-Lin , one of the Hakka people . +Both Nagarayama Tunnel and Nagara Tunnel are tunnels dug through Mt . Nagara ( 354 m in height ) between Otsu City in Shiga Prefecture and Yamashina Ward in Kyoto City of Kyoto Prefecture . +TAIRA no Moromori ( date of birth unknown , 1171 - March 27 , 1184 ) was a busho ( Japanese military commander ) who lived during the late Heian Period . +Kayu ( porridge ) is a dish made by boiling grains such as rice seeds , foxtail millet and buckwheat , beans or potatoes in a large quantity of water until they become soft . +Yoshiiku OCHIAI ( 1833 - February 6 , 1904 ) was an ukiyoe artist and newspaperman in the end of Edo period to the Meiji period . +The term " daimyogashi " refers to a loan for a daimyo ( Japanese feudal lords ) or a domain in financial droughts arranged by influential merchants in Osaka , Kyoto , Edo , and so on . +Andronic NIKOLSKY ( August 1 , 1870 - July 7 ( or June 20 under the Julian calendar ) , 1918 ) was a bishop of the Russian Orthodox Church and the Japanese Orthodox Church . +Bansho-wage Goyo ( Government Office for Translation of Barbarian Books ) was a translation organization established by the Edo Bakufu in 1811 . +The Kajun-ha group of the Sekishu-ryu school performs the buke-sado ( the art of the tea ceremony of samurai families ) . +Gangyo ( date of birth unknown , passed away on April 21 , 874 ) was a learned priest pursuing his studies in the former Heian period . +Erizenirei was a ban on the erizeni act ( the act of accepting only high-quality coins ) enforced by the Muromachi bakufu ( Japanese feudal government headed by a shogun ) or daimyo ( feudal lords ) in the Muromachi period . +Soseki NATSUME ( February 9 , 1867 - December 9 , 1916 ) was a novelist , critic , and scholar of English literature . +Kamameshi is a rice dish cooked in an individual pot , seasoned with soy sauce and mirin ( sweet sake ) with ingredients such as shiitake mushrooms and chicken on top . +Mt . Kasagi is a mountain located in Kasagi-cho , Soraku-gun , Kyoto Prefecture , at a height of 290 meters above sea level . +Hochi ( years of birth and death unknown ) was a priest in the Nara period . +The term " awase " means wafuku ( traditional Japanese clothes ) with a lining . +Risshu sect is one the sects of Buddhism which research and practice commandments . +Sadamasa YABE ( date of birth and death unknown ) , a busho ( Japanese military commander ) in Azuchi-Momoyama period , served Nobunaga ODA , and then served Hideyoshi TOYOTOMI as a vassal . +Butsugenbutsumo , buddhalocanii in Sanskrit , is a form of Buddha that is worshiped in Buddhism , especially in esoteric Buddhism . +The term " korai chawan " refers to a type of tea bowl which was used in Sado ( Japanese tea ceremony ) from around the middle of the 16th century and was originally a bowl for everyday use made in the Korean peninsula that came to be appreciated as a tea bowl by Japanese chajin ( tea ceremony masters ) . +The twenty-one Hokke Sect temples of central Kyoto consist of the 21 head temples of each of the schools of the Nichiren Sect which began with Myoken-ji Temple in Kyoto City founded by Nichizo Shonin . +Masatsune INABA ( 1706 - May 10 , 1730 ) was the third lord of Yodo Domain of the Yamashiro Province . +Motoi HORI ( July 29 , 1844 - April 8 , 1912 ) was a feudal retainer of Satsuma Domain who played an active role at the end of Edo Period , while he later became a businessman in Meiji Period . +Jitenno ( 1440 - December 18 , 1457 ) was the last leader of the Gonancho ( the Second Southern Court ) who attempted to rebuild the Southern Court ( Japan ) . +Jissetsu is a form of Zen temple in China and Japan , below the Gozan ( Zen temples highly ranked by the government ) and above the Shozan ( zen temples other than Gozan ( five great zen temples ) and Jissetsu ( ten important temples of the Rinzai sect ) ) . +Mian HOSHINO was a man from Aizu in the Sengoku period ( period of warring states ) . +Koga Nijuikke ( Twenty-one Families of Koga ) refers to the most trusted twenty-one families of all the fifty-three families of Koga , which received letters of commendation from the ROKKAKU clan and later played a central role in the Ninjutsu ( Ninja Art ) of the Koga-ryu School . +Masakatsu ANDO ( 1843 - 1867 ) was a supporter of a noble cause who lived in the end of the Edo period . +Located in Imadegawa Omiya higashi-iru , Kamigyo Ward , Kyoto City , Kyoto City Archaeological Museum specializes in archaeological materials . +Shishi is a historical term describing a commoner in the late Edo Period who actively contributed to the country . +" Onisaburo DEGUCHI , " 1871 ? - January 19 , 1948 , was the practical founder of a new religion ' Omoto , ' who laid out its teachings . +" Bunraku " originally referred to playhouses especially for performing ningyo joruri ( traditional Japanese puppet theater ) . +Uocchi Kan is an aquarium located in Odashukuno , Miyazu City , Kyoto Prefecture . +Zushoryo was one of the institutions belonging to Nakatsukasasho ( Ministry of Central Affairs ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +Ninkan means being appointed to a government post . +Chikuden TANOMURA ( July 14 , 1777 - October 20 , 1835 ) was a painter of nanga ( a school of painting originating in China ) ( literati painting ) , who lived during the late Edo period . +Ryoka HASHIMOTO who flourished in Meiji period was a Japanese-style painter . +Shuntaro YOSHIDA ( 1849 - ? ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) from Sasayama , Tanba Province . +Naoyoshi KUMAGAI ( March 21 , 1782-September 1 , 1862 ) was Kajin ( a Waka poet ) in the late Edo period . +Hidetsuna SASAKI was a busho ( Japanese military commander ) who lived in the late Kamakura period and the beginning of the Muromachi period . +Azumao SAKURA ( May 13 , 1811 to August 13 , 1860 ) was a Japanese classical scholar and poet in the end of Edo Period in Japan . +Kuwashihime no mikoto was the Empress of Emperor Korei , one of the eight emperors who reigned during the Kesshi-Hachidai ( Eight Undocumented Sovereigns ) . +Shoei Makino Kinema ( established in February 1932 , liquidated in April ) was a film company that existed in Kyoto . +Koga Family Land was an amusement park located in the former Kosei-cho , Koka-gun , Shiga Prefecture ( present day Konan City in Shiga Prefecture ) . +Bunkyo-hifuron was a written literary theory compiled in the early Heian period , in which theories to create prose and poetry were collected through the period of the Six Dynasties to the Tang dynasty of China . +IZUMO no Koma , whose dates of birth and death were unknown , was a historical figure lived during Japan 's Asuka Period . +Omi no kuninomiyatsuko ( Omi kokuzo ) was the kuninomiyatsuko ( kokuzo : the head of a local government ) who governed the western part of Omi Province ( the west coast of Lake Biwa ) . +Achimenowaza ( also known as Achimewaza , Achimesaho , Ajimenosaho , and so on ) is a Kagurauta ( songs to accompany kagura [ sacred music and dancing performed at shrines ] performance ) performed in the Imperial Court or shrines . +" Sukiyaki " is a dish consisting of meat that is broiled ( cooked ) or boiled in a shallow cast-iron pot . +" Shakkei " ( borrowing landscapes ) is one type of landscape gardening techniques in Chinese and Japanese gardens . +FUJIWARA no Haruaki ( year of birth unknown - 940 ) was a member of a local ruling family in the middle Heian period . +FUJIWARA no Yoshinaga ( 1022 - December 6 , 1082 ) was a Court noble in the mid- to late Heian Period . +Located in Maizuru City in Kyoto Prefecture , Maizuru Port Toretore Center is a tourist facility that sells fish and seafood from Maizuru Port and local products from the Tango area . +Niinamesai ( Niiname no matsuri , Shinjosai ) is a ritual held each November 23 , in which the Emperor offers newly harvested rice to the deities of heaven and earth , eats it and expresses gratitude for the harvest . +The Japanese " Wayo " ( Japanese style ) means things with Japanese tastes or Japanese-style , used as the opposite of " karayo " ( Chinese style ) meaning those with Chinese tastes or Chinese-style . +Chutan indicates an area extending from the northern part of Tanba region to the southern part of Tango region in Kyoto Prefecture , where three cities of Maizuru , Fukuchiyama and Ayabe exist as an administrative province . +Ikenfuji Sankajo was fuji ( written opinion presented to the Emperor ) submitted to the Emperor Murakami on January 24 , 958 by Jugoi no jo ( Junior Fifth Rank , Upper Grade ) Ushoben ( Minor controller of the Right ) SUGAWARA no Fumitoki . +The 16th Roppeita KITA ( December 6 , 1924 to - ) , is a Noh actor of the shite-kata Kita school ( one of the five schools of shite-kata [ main roles ] ) . +Wada Wharf covering an area of about thirty-three hectares is scheduled to be constructed in the Maizuru Bay in Maizuru City , Kyoto Prefecture . +The Shingon sect is a Buddhist sect of Japan that was founded by Kukai ( Kobo Daishi ) in the early ninth century . +Tsuchigumo is not a name of an actual living spider . +Mataichiro HAYASHI the second ( July 3 , 1893 – December 31 , 1966 ) was a kabuki actor in Osaka . +Kujo Station , located in Higashi-Kujo , Minami Karasuma-cho of Minami Ward , Kyoto City , Kyoto Prefecture , is a stop on the Karasuma Line of the Kyoto Municipal Subway . +Takeminakata no kami is a god who appeared in the Japanese mythology ( Shinto religion ) . +Shinodamaki is a dish of meat , vegetables , tofu , kamaboko ( boiled fish paste ) and other ingredients rolled with a sheet of opened abura-age ( deep-fried bean curd ) , and simmered to season . +OKIDA no Wakaomi is a person who lived during Japan 's Asuka Period and died on April 21 , 679 . +Fushimi Ward is one of the eleven wards that constitute Kyoto City . +Doyo MORISHITA ( year of birth unknown - November 30 , 1581 ) was a busho ( Japanese military commander ) in the Azuchi-Momoyama period . +Minka are residences where ordinary people lived . +Kabayaki is broiled fish made by cutting the fish open , removing the bones , and broiling and basting it with a sauce made of soy sauce , mirin ( sweet cooking rice wine ) , sugar and sake ( rice wine ) . +The Ii clan was a master 's house of the Hikone Domain in Omi Province . +The term " Japanese race " expresses a notion of a political community ( nation ) which embodies all cultural groups ( ethnic groups ) that possess a Japanese nationality and / or roots in the Japanese archipelago . +Hirotsuna SASAKI ( year of birth unknown - 1221 ) was a samurai between the end of Heian period and early Kamakura period . +Nihonkoki History Book is a collection of histories created by imperial command ; it was compiled in the early Heian period after Shoku-Nihongi ( Continuation of Chronicles of Japan ) , being the third volume of Rikkokushi ( Six National Histories ) . +Mt . Yoshino is located in Yoshino-cho , Yoshino County in the central part of Nara Prefecture . +" Arai " is a kind of " sashimi , " fresh slices of raw fish . +Kiso-gawa ukai ( 木曽川うかい ) is the name of cormorant fishing carried out in the Kiso-gawa River in Inuyama City , Aichi Prefecture every year from May 11 to October 15 , except for August 10 . +FUJIWARA no Naritoki ( 941-May 30 , 995 ) was a court noble during the Heian Period . +Choyo is a festival observed annually on September 9 as one of the five seasonal festivals in Japan . +Kihei Taishogun was a military official established in the Nara period under the ritsuryo system . +The Three Genji Shrines ( Genji San Jinja ) are a group of three Shinto shrines connected with the Seiwa-Genji ( Minamoto clan ) branch family . +The Ko Roppa ( the hard-line six parties ) was a pro-nationalistic federation of six political parties that advocated a strong foreign policy in 1890s . +Shue refers to the council or self-governing body for decision-making of the Buddhist priests in the temples in medieval Japanese temples . +The Battle of Kawarayama-jo Castle is a battle that broke out in Aseri County , Hoki Province in July 1585 . +Honman-ji Temple is a temple located in Kamigyo Ward , Kyoto City . +Tamagaki is a fence around a shrine or shiniki ( the holy precincts of a shrine ) . +Taichu ( February 23 , 1552 - February 23 , 1639 ) was a Jodo sect priest in the early Edo period . +Tagitsu-hime ( also called Takitsu-hime ) was a god ( Shinto religion ) appearing in Japanese Mythology and one of Munakata Sanjojin ( three goddesses enshrined in Munakata Taisha Shrine ) . +Aizan TANIGUCHI ( 1816 - 1899 ) was a Japanese painter who lived during a period from the end of Edo period to the Meiji period . +Emperor Heizei , Heijo ( September 26 , 774 - August 5 , 824 ) was the fifty-first Emperor ( his reign was from June 8 , 806 to May 8 , 809 ) . +Kenjiro UME ( July 24 , 1860 - August 26 , 1910 ) was a Japanese jurist . +Aso-kai or Asonoumi is an inland sea called kaisekiko surrounded by Miyazu City and Yosano-cho Yosano-gun Kyoto Prefecture . +Sai-dori Street is one of the major north-south streets in Kyoto City . +Genan HOJO / Nagatsuna HOJO was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +Lawful wives : Yura GOZEN ( daughter of FUJIWARA no Suenori ) ; Tokiwa GOZEN ; a daughter of Yoshiaki MIURA ; a younger sister of Yoshimichi HATANO ; a prostitute from Ikeda-juku , Totoumi Province ; and the daughter of Aohaka Choja +不孝 ( Fukyo ) +Ushigoro TSUDA ( 1845 - October 6 , 1868 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) from Kyoto , Yamashiro Province . +Mitsuharu AKECHI ( c . 1537 - 1582 ) was a busho ( Japanese military commander ) who lived in the Azuchi-Momoyama period . +Shingon Risshu sect is one sect which practices the commandments of Vajrayana based on the dharma of Shingon Esoteric Buddhism . +Tetsunojo KANZE is the name used mostly after the Meiji period , by the head of a branch family of the Kanze family , the head family of Kanze school of Nohgaku . +Iro ( old retainers ) in the Kansei era refers to politicians who led the bakufu such as Nobuaki MATSUDAIRA ( the lord of the Mikawa-Yoshida domain ) , who were chosen by Sadanobu MATSUDAIRA after his downfall . +The Hoki-Naiden is a treatise on divination that was handed down to subsequent generations as a text compiled by ABE no Seimei . +Sanyo-kai is a parliamentary group of the House of Peers ( Japan ) in the Meiji period ( March 24 , 1891-February 20 , 1899 ) . +The natural fermentation is one of notions in Japanese sake production and means that , without artificial or non-artificial inhibition of simultaneous plural fermentation , the power which original sake yeast has by itself is fully utilized to complete fermentation without any inhibition . +Shichidengosha refers to the palace buildings located behind Shishinden ( The Throne Hall ) and Jijuden ( literally , hall of benevolence and longevity ) in the dairi ( inner palace grounds ) of the Heian Palace , which were mainly used as the residence of the empresses of the emperors . +Raisho SHIMOTSUMA ( 1516-1575 ) was a Japanese busho ( warlord ) of the Sengoku period ( Period of Warring States ) in Japan . +Manshuin-michi is a street running east-west in Sakyo Ward in Kyoto City and runs eastward from Kawabata-dori Street to the gates of Manshu-in Temple . +Toshinaga ODA ( dates of birth and death unknown ) was busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +Yuizen ( 1253-March 23 , 1317 ) was a priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) in the late Kamakura period . +The Bunroku-Keicho War was a war conducted during the period from 1592 ( Japan : Bunroku one ; Ming and Yi Dynasty Korea : Banreki twenty ) to 1598 ( Japan : Keicho three ; Ming and Yi Dynasty Korea : Banreki twenty-six ) . +Flake stone tools are made from thin piece of stone ( flake ) removed from ore ( host rock ) by percussion . +Hatsuka Shogatsu is the last day of the New Year . +The Kajuji / Kanjuji ryu is one of the lineages of court nobility of FUJIWARA no Takafuji-ryu of the Northern House of the Fujiwara clan . +Yukimori YAMANAKA was a busho ( a military commander ) during the Sengoku period ( Period of Warring States ) , who resided in the San-in region . +OAMA no Arakama ( date of birth and death unknown ) was a person who lived during the Asuka period . +Higashimukai Kannon-ji Temple is a Shingon Sect Sennyu-ji School temple in Kamigyo Ward , Kyoto City . +Mitsutada WAKEBE ( August 26 , 1698 - April 20 , 1731 ) was the 5th lord of the Omizo Domain , Omi Province . +Koichi SAITO ( February 3 , 1929 - ) is a film director . +Hashihaka-kofun Tumulus ( also called Hashi Nakayama-kofun Tumulus ) is the leading kofun ( tumulus ) of the Hashinaka-kofun Tumuli Group in Hashinaka , Sakurai City , Nara Prefecture . +Somen is a kind of noodle made from flour . +Kingyokushochusho is a law book written by NAKAHARA no Norizumi ( Norizumi NAKAHARA ) in the end of the Kamakura Period . +Motoshige TAKEDA ( 1467 - November 11 , 1517 ) was a Japanese military commander who lived during the Sengoku period ( period of warring states ) . +FUJIWARA no Mitsunari was a noble in the late Heian period . +The military aristocracy consisted of aristocrats specialized in military affairs who emerged in history in the late ancient period through the early medieval period . +Koteko was a wife of Emperor Sushun . +Enkei Ryokyo Sochinjo ( The Petition by Two Nobles of the Enkei Era ) records Tameyo NIJO 's petition against the nomination of Tamekane KYOGOKU , in 1311 , as the selector of an imperial anthology of waka poems , Tamekane 's subsequent petition against the Tamayo 's appeal , and this latter 's further rebuttal against the former . +Korefusa MADENOKOJI ( 1513 - July 17 , 1573 ) was a Kugyo ( high court noble ) in the Muromachi period . +Tomoaki TAKIGAWA ( dates of birth and death unknown ) was a shogun 's retainer in Edo period . +Makiwara +Kan-ji temples ( state-sponsored temples ) were temples that received financial guarantees instead of state supervision . +Saneatsu TOKUDAIJI ( May 17 , 1445 - September 22 , 1533 ) was a Kugyo ( court noble ) in the Muromachi period . +Tsunekichi MORI ( July 16 , 1826 - December 15 , 1869 ) was a feudal retainer of Kuwana Domain in the closing days of the Tokugawa shogunate . +Zoki ( years of birth and death not known ) was a priest and waka poet who lived in the Heian Period . +The term miyadaiku refers to a carpenter " daiku " involved in the construction and repair of Shinto shrines and Buddhist temples . +Norinaga KANROJI ( August 13 , 1713 - January 14 , 1784 ) was a Kugyo ( high court noble ) during the Edo period . +Mitsuie KUJO ( 1394 - June 3 , 1449 ) was a Kanpaku in the Muromachi period . +HATA no Ona ( year of birth and death unknown ) is a court noble in Nara Period . +" Yojinbo " , which hit the screens in 1961 , is a period action movie directed by Akira KUOSAWA , . +Shomu meant management of territory ( trial and collection of nengu [ main land tax levied on the peasants based on the estimated productivity of land ] and sozei [ single land tax or combined land tax ] . ) +Nichishin ( 1444 - April 18 , 1528 ) was a priest of the Nichiren sect of the middle of the Muromachi period . +KOREHARI no Azamaro ( also known as KOREHARU no Azamaro , date of birth and death unknown ) was an Ezo leader of Mutsu Province ( later Rikuzen Province ) in the Nara period . +Food called sushi ( described as 寿司 , 鮨 , 鮓 , 寿斗 , 寿し or 壽司 in Japanese ) is Japanese cuisine combining vinegared rice mainly with seafood . +Peasant revolts against the land-tax reform refer to the uprisings by peasants to oppose to the land-tax reform that had been promoted by the Meiji Government since 1873 ( we should note that many of the revolts were legal conflicts , as recent studies show ) . +Soreisha ( or Mitamaya ) are household altars that are used in Shinto to enshrine ancestral spirits . +Ami-ha school is one of the painting schools representing the Muromachi Period . +Under the title " Government Organization of Early Modern Japan , " this article outlines the changes of major agencies of the central government of Japan from rom January 3 , 1868 , when the Meiji restoration was started with Restoration of Imperial Rule , to December 24 , 1889 , when the official organization system under the Cabinet was established . +Imperial Prince Kaninnomiya Naohito ( October 7 , 1704 - July 3 , 1753 ) was a member of the Imperial Family in the Edo period . +Both the Dajokan Fukoku and the Dajokan Tasshi were a form of law promulgated by the Dajokan ( Grand Council of State ) during the early Meiji period . +Heijo-kyu Palace was Dai-dairi ( the place of the Imperial Palace and government offices ) of an ancient capital Heijo-kyo in Nara . +Kogo Jihen was an incident in which vassals of the Hachisuka clan , who lived in Sumoto City , attacked the second residence of chief retainer Kunitane Inada and a place of study and other places near the Sumoto-jo Castle on Awaji-shima Island , Tokushima domain of that time in 1870 . +The Rebellion of Tagishimimi is a tale of Japanese mythology that after Emperor Jinmu passed away , Tagishimimi devised a ploy to become the emperor but was defeated by Kamununakawamimi ( later , Emperor Suizei ) and his army . +Kakuzaemon NITTA ( date of birth unknown-August 23 , 1864 ) was a member of the Shinsengumi . +Motokuni HATAKEYAMA ( born in 1352 , birth date unknown - February 14 , 1406 ) was a shugo daimyo ( military governor ) as well as a shogunal deputy of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) , who lived from the period of the Northern and Southern Courts through the Muromachi period . +The Ogimachisanjo family was a branch family of the Sanjo family which was the Kan-in Line of the Northern House of the Fujiwara clan , being a family of court nobles with their social standing being the house of minister . +" Yamato-yasai " collectively refers to locally produced vegetables that have been recognized by the Nara Prefectural governament ( old Yamato Province ) , consisting of 17 types of local produce called ' Yamato no dento yasai ' ( traditional vegetables of Yamato ) and four types called ' Yamato no Kodawari yasai ' ( particular vegetables of Yamato ) which are grown with particular technique . +The Akamatsu clan was a daimyo ( Japanese feudal lord ) , who ruled the Harima Province during the late Kamakura to Azuchi-Momoyama periods . +The sixteenth letter ' Hakkotsu ' of go jo me ( the fifth quire of sutra ) of Ofumi which was selected by Rennyo , the eighth chief priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) Hongan-ji Temple is especially famous in ofumi . +Kanei-tsuho refers to coins that were in wide use throughout the entire Edo period in Japan . +Yugen is one of the basic ideas of Japanese culture in the area of various arts such as literature , paintings , performing arts and architecture . +Gotoku is described as below : +Empire Agricultural Association refers to the central agricultural administration organization approved in 1910 . +Umahori Station , located in Umahori , Shino-cho , Kameoka City , Kyoto Prefecture , is a facility of Sanin Main Line that is operated by the West Japan Railway Company ( JR West ) . +" Cold candy " drink or ameyu ( " candy " drink ) is one of Japan 's traditional sweet drinks made from malt syrup dissolved in hot water with ginger juice or grated ginger added as a seasoning or flavoring agent . +Tamada no sukune ( year of birth unknown - 416 ) was a member of local ruling family belonging to the Katsuragi clan in around the fifth century A.D. +Tsubaki-mochi is a rice cake sweets eaten as a light meal in the Heian period . +Kinkai Wakashu is MINAMOTO no Sanetomo 's private anthology in the early Kamakura Period . +Modoroki-jinja Shrine is a Shinto shrine located in Ikadachitochu-cho , Otsu City , Shiga Prefecture . +Higashiyama gyomotsu ( Higashiyama gomotsu ) refers to the paintings , chaki ( tea utensils ) , kaki ( flower vase ) , stationery and other items collected by Yoshimasa ASHIKAGA , the eighth seii taishogun ( literally , " great general who subdues the eastern barbarians " ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Hisanao OSHIMA ( October 1 , 1848 - September 27 , 1928 ) was a military man of Imperial Japanese Army ( IJA ) and a peerage . +Muchikake are composed of eight small wooden members , four of which project to the left and four of which project to the right , from the hafu ( bargeboard ) located underneath the ridge and beside the sasuzao ( diagonal braces used to form the triangular frame in many gable pediments ) on shinmei-zukuri style buildings . +Sado ( also known as chado ) ( Japanese tea ceremony ) is the act of a ritual preparing and serving tea for guests . +Honkan was a general term of government posts which did not belong to the system for shitokan ( four classifications of bureaucrats ' ranks ) of each government official in the ritsuryo system ( a system of centralized government based on the ritsuryo code [ historical law system ] ) of Japan . +SAKANOUE no Kumake ( year of birth and death unknown ) was a person in the Asuka period . +" Kyuchu Sanden " is a general term which refers to the three shrines in the Imperial Court : the Kashikodokoro ( also known as Kensho ) , the Koreiden , and the Shinden . +Kuro Tomoharu HOSHO ( 1837 - 1917 ) was a Noh actor of the Hosho school of shite-kata ( lead actors ) . +" Shichikyo-ochi " was an incident where seven nobles were banished from Kyoto in the political turmoil of August 18 , 1863 , at the end of Edo period . +Kamikoromo ( Kamikinu ) is a Kimono made of Japanese paper . +Omiya Gosho was a residence built for Empress Teimei who became an empress dowager when Emperor Taisho had passed away on the premise of Akasaka Rikyu ( The State Guest House ) ( present-day Akasaka Imperial property ) . +Tokuhime ( November 11 , 1559 - February 16 , 1636 ) was the eldest daughter of Nobunaga ODA . +Cloistered Imperial Prince Dokaku ( 1204 - February 13 , 1250 ) was a priest of the Tendai sect in the early to mid Kamakura period . +Watakushiikusa ( also called shisen [ private warfare ] ) is a small-scale military / battle conducted in Japan before the early-modern period for Katakiuchi ( revenge ) or for self-preservation , without an official order such as Daijokanpu ( official documents of Daijokan , which is the office of the supreme political leader ) , senji ( imperial decree ) or an order from bakufu ( Japanese feudal government headed by a shogun ) . +Kaigen-hoyo is a Buddhist memorial service held at the completion of Buddhist statue , painting , altar , or tomb . +The Azuchi Momoyama period ( 1568 - 1603 ) is one of the age classifications in Japan , referring to the period in which Nobunaga ODA and Hideyoshi TOYOTOMI held the right to rule Japan ( Oda government , Toyotomi government ) . +Kawachi-Genji is a school of Seiwa-Genji based in Kawachi province +Miyamaki Station , located in Kyotanabe City of Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line of the Kintetsu Corporation . +Kobunjigaku is a school of Confucianism founded by Sorai OGYU in the Edo period . +The Uesugi clan ( pronounced either Uesugi-shi or Uesugi-uji in Japanese ) was a Japanese clan . +The Shibutani Mukoyama tumulus is a keyhole-shaped tumulus located in Shibutani-cho , Tenri City , Nara Prefecture . +The Keinawa Jidoshado Expressway ( KEINAWA EXPRESSWAY in English ) , an approximately 120-kilometer-long arterial high-standard highway ( a general national highway exclusively for motor vehicles ) as designated by the Ministry of Land , Infrastructure and Transportation , starts in Kyoto City , Kyoto Prefecture , runs from north to west in Nara Prefecture and leads to Wakayama City , Wakayama Prefecture . +Michimi NAKANOIN ( June 21 , 1668 - January 1 , 1740 ) was a Kugyo ( court noble ) and kajin ( waka poet ) in the middle of the Edo period . +Dochu-bugyo was a governmental post in the Edo bakufu . +Iwatsukuwake no mikoto ( 磐撞別命 : year of birth and death unknown ) was a member of the Imperial family ( Royal family ) , who lived during the early Kofun period ( tumulus period ) according to the historical documents such as the " Kojiki " ( The Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) . +The term " Shishi " ( also pronounced Shiishi ) referred to the northern , southern , eastern , and western boundaries of a tract of territory / land in ancient and medieval times . +Yorikane KANAMORI was the second lord of Yawata domain in Mino Province . +Two Nijo stations are located in Nishinokyo Toganoo-cho , Nakagyo Ward , Kyoto City , Kyoto Prefecture , one being Nijo Station of the West Japan Railway Company ( JR West ) and the other being Nijo Station of the Kyoto Municipal Transportation Bureau . +Jisha is a generic term for Buddhist temples and Shinto shrines . +Goken Undo refers to movement initiated during the Taisho Period by Kokumin ( the people ) and political parties to protect constitutional government . +FUJIWARA no Hidesato ( year of birth and death unknown ) was a military commander who lived in the middle of the Heian Period . +Chuji MATSUBARA ( date of birth unknown , 1835 - October 20 , 1865 ) was a Roshi ( masterless samurai ) from Harima Province ( Osaka , according to Shinpachi NAGAKURA ) , joined Shinsengumi and became a Fukucho-jokin ( assistant vice commander ) , leader of the Fourth Unit and instructor of jujutsu . +Kazura Noh is one of the programs of Noh theatrical performance , when the shite ( the main actor of a Noh play ) performs the roles of a beautiful woman , a scion of a noble family , or a heavenly being . +Odachijoko shosatsusho is a book of shosatsurei ( model sentences for official letters ) written by Hisauji ODACHI , a vassal of the Muromachi bakufu from the late Muromachi period to the Sengoku period ( Japan ) ( the book is also called ' Odachi ' and Joko was the priest name of the author ) . +Tondenhei refers to a soldier or a troop that undertook the guard and reclamation of Hokkaido in the Meiji period .. +The osuberakashi is a hairstyle for noble women in the Heian period . +Kumenomiagata-jinja Shrine is located in Kashihara City , Nara Prefecture . +The seven patriarchs are the seven high priests selected by Shinran , the founder of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +Kosaburo IKEDA ( 1842 - early 1868 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +Host rock ( also known as wall rock ) is a rock that is used as a base for something . +The Higashisono family was founded by Motonori HIGASHISONO ( Jushiinojo - Junior Fourth Rank , Upper Grade , Headquarters of the Inner Palace Guards ) , the second son of Mototada SONO ( or Mototo SONO ) . +Tomotaka TASAKA ( April 14 , 1902 - October 17 , 1974 ) was a Japanese film director . +Yamamoto Reizaburo Productions ( established in June 1928 and dissolved in August ) was a film company located in Kyoto . +Goto Egen is a toshi ( historiography ) of the Zen Sect established in the Southern Song Dynasty period of China . +Senichi SHIRANE ( February 3 , 1850 - June 14 , 1898 ) was an official of the Ministry of Home Affairs and a politician during the Meiji period in Japan . +Tenryuji-bune refers to official trading vessels of Muromachi bakufu ( Japanese feudal government headed by a shogun ) , dispatched to Yuan Dynasty in order to raise funds to build Tenryu-ji Temple during the period of the Northern and Southern Courts . +Women 's suffrage , also known as woman suffrage , refers to the right of women to participate in national and local politics directly or indirectly . +A " ge " was an official document submitted by a lower grade governmental official ( hikan ) to a higher grade official ( shokan ) in the ritsuryo sytem ( a system of centralized government based on the ritsuryo code ) . +Jikimiyake refers to a Miyake ( family allowed to have the status of Imperial family ) which was established by a child of an emperor . +Sanda Domain was the ruler of Sanda , Arima County , Settsu Province and the area around it ( modern days Sanda City , Hyogo Prefecture ) . +" Tsuka-gashira " is the equipment attached to a sword . +Shogakuin was one of the Daigaku-besso in the Heian period . +Nihon Buyo is Japanese translation of Japanese dance and it is a generic term for dances in Japan . +Imperial Prince Kuniyoshi , also pronounced Kuninaga ( 1300 - April 23 , 1326 ) was the first Prince of Emperor Gonijo of the Daikakuji Imperial line . +Kanemune NAKAYAMA ( 1163 - October 5 , 1242 ) was a court noble and a waka poet who lived in the Heian period . +Genro indicates a senior top-level statesman in the Japanese government in the era from the latter half of the Mejia period to the early Showa period . +Marutamachi stations are located in Kyoto City , Kyoto Prefecture . +Imperial Palace Omi Otsu no Miya ( 近江大津宮 ) refers to the Imperial palace where the Emperor Tenchi lived and carried out politics in the latter half of the seventh century . +Imperial Prince Arisugawa-no-miya Orihito ( August 19 , 1754 – April 2 , 1820 ) was a member of the Imperial family who lived in the Edo period . +Miyake odoi was a castle that existed in Miyake-Cho , Masuda City , Shimane Prefecture . +Jiin Sho-Hatto is a general term for a set of regulations that applied to the Buddhist religious community in the Tokugawa Shogunate in the Edo period . +The term " kezuribushi " means shavings of dried flesh of bonitos , mackerels , sardines , and other fishes . +Shisei KOYAMA ( 1807 - October 28 , 1862 ) was a doctor who lived in the late Edo period . +The Fukami Tunnel is the tunnel running between Ukyo Ward , Kyoto City and Minami-Tanba City ( Kyoto Prefecture ) . +Kiyomichi KOGA ( 1393 - October 16 , 1453 ) was a Kugyo ( high court noble ) in the Muromachi period . +Sanemi TOKUDAIJI ( February 8 , 1753 - February 22 , 1819 ) was Kugyo ( a Court Noble ) between the middle and late period of Edo . +Kichiji KANEURI was a merchant who lived in the late Heian Period , and it is said that he lived by trading gold produced in Oshu region in the capital , Heiankyo ( present Kyoto ) . +Tokiaki ADACHI ( year of birth unknown , died on July 12 , 1333 ) was a vassal of the Kamakuar bakufu , during the end of Kamakura period . +Gyokyo ( years of his birth and death was unknown ) was a Buddhist priest of Daian-ji Temple in the Heian period . +Seifu NAGAMATSU ( also known as Nissen , May 16 , 1817 - July 17 , 1890 ) was Kaido ( the founder ) of the Honmon Butsuryu Sect . +Takauta SHIJO ( October 17 , 1828 - November 24 , 1898 ) was a Japanese noble and soldier of the late Edo period to the Meiji period . +Koga-ji Temple had existed near Shigaraki no miya in the mid Nara period . +OE no Chifuru ( 866 - July 8 , 924 ) was a court noble in the Heian period . +MINAMOTO no Yoritoshi ( year of birth and death unknown ) was a busho ( Japanese military commander ) in the late Heian period . +Masayoshi INABA ( March 28 , 1827 - November 17 , 1848 ) was the 11th lord of Yodo Domain of the Yamashiro Province . +Fukuden is a deity bringing happiness in folk beliefs in Japan . +Chison ( year of birth unknown-August 23 , 672 ) was a person from the Asuka Period in Japan . +Go Tein Yuigo was written by the Emperor Gouda in 1321 , and it consists of 21 articles of yuikai or ikai ( teachings to posterity ) wishing the long prosperity of Daikaku-ji Temple and Shingon Esoteric Buddhism including the details of the erection of Daikaku-ji Temple . +Seito taishogun was a military official temporarily set up by the new government during the Boshin Civil War . +Masakazu KOBORI was the lord of the Komuro Domain in Omi at the beginning of the Edo Period . +Mimana Nihon-fu or Yamato no Mikotomochi is the governing institution of Wakoku ( Japan ) which is said to have been located in Mimana in the southern area of the Korean Peninsula in ancient times . +Emperor Monmu ( 683 - July 18 , 707 ) was the forty-second Emperor ( who reigned from September 7 , 697 , to July 18 , 707 ) . +Shukubo is a form of lodging for priests who are conducting ascetic practices , mainly in Buddhist temples . +In the section on Japanese comics , history and characteristics of the comics produced in Japan are discussed . +Atsugesho is a word in Japanese referring the use of heavy makeup and cosmetics in order to make one 's face look obviously different from a face without makeup . +MINO no Namiuo was a person of the Nara period . +The Imperial standard is the banner of the Imperial court army . +Kizuyabashi-dori Street is a street running east-west through Kyoto City . +Fusamichi ICHIJO ( 1509-December 11 , 1556 ) was a Kugyo ( court noble ) and a Kanpaku ( chancellor ) of the Sengoku period ( Period of Warring States ) . +Rokujo Madenokoji Bussho was a Buddhist sculpture workshop that operated in the Heian period . +Hoto-ji Temple is a Buddhist temple belonging to the Nichiren Sect located in Fushimi-ku Ward , Kyoto City . +Shigetomi OHARA ( November 21 , 1801 - April 1 , 1879 ) was a court noble who lived from the final days of the Edo period to the early days of the Meiji period ; his father was Shigetada OHARA of the Uda-Genji ( Minamoto clan ) ( whose foster father was Shigenari OHARA ) , while his mother was a daughter of Ariie KARAHASHI . +Kenchucho refers to ledgers for recording the results of kenchu ( land surveys ) in shoen ( manors ) during ancient and medieval times in Japan . +The Sawa family was a toshoke ( within the hereditary lineage of court nobles allowed to enter the tenjonoma in the palace ) down line of the Kiyohara clan . +Wanyudo is a Japanese specter described in Konjaku Gazu Zoku Hyakki ( Continued Illustrations of the Many Demons Past and Present ) , a collection of illustrations of specters by Sekien TORIYAMA . +Masaie KUSUNOKI ( year of birth unknown - 1348 ) was a busho ( Japanese military commander ) , who lived during the period of Northern and Southern Courts . +Ryochu ( August 20 , 1199 - August 16 , 1287 ) was a Jodo sect Buddhist monk during the middle of the Kamakura period . +The Hachiman-zukuri style is one of the architectural styles of shrines in Japan . +Born in 1164 , and died June 23 , 1225 , Tadayoshi AWATAGUCHI was a top Court official living from the last days of the Heian period to the early Kamakura period . +The heko obi is a kind of men 's obi ( sash ) used in wearing wafuku ( Japanese traditional clothes ) . +Chikayoshi HORI ( 1580 - July 5 , 1637 ) was a daimyo ( Japanese feudal lord ) who lived in the Azuchi-Momoyama period and the Edo period . +Shohaku SOGA ( 1730 - January 30 , 1781 ) was a painter in the Edo period . +Kanpaku soron was a dispute over the position of Kanpaku ( chief advisor to the Emperor ) that happened between Akizane NIJO and Nobusuke KONOE in 1585 . +Saneo TOIN ( 1219 - October 5 , 1273 ) was a kugyo ( court noble ) in the early Kamakura period . +Katsudon is one of the Japanese rice bowl dishes , in which a bowl of rice is topped with a seasoned pork cutlet . +Kanchu Chutai ( year of birth unknown-April 30 , 1406 ) was the ninth priest of Shokoku-ji Temple in Kyoto . +" Kanna Zen " ( also called " Kanwa Zen " ) is a style of " zazen " ( sitting meditation ) which is practiced in the Zen Sect of Buddhism . +Chuin and chuu refer to the period of mourning lasting seven weeks in Buddhism . +Teiseihakushu is a kind of Japanese sake developed around 2005 . +Kanto bugyo was a post held by an officer in the Kamakura bakufu or Muromachi bakufu ( both of which were Japanese feudal governments headed by a shogun ) who would confer ranks and titles on gokenin ( immediate vassals of the shogun ) . +Ennyo ( 1489 - September 30 , 1521 ) was a monk of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) during the Sengoku Period ( Period of Warring States ) ( Japan ) . +Tamehiro REIZEI ( 1450-August 30 , 1526 ) was a Japanese waka poet . +Hakuin Ekaku ( January 19 , 1686 - January 18 , 1769 ) was a Zen monk in the Edo Period who is called Chuko no So ( father of restoration ) of the Rinzaishu sect . +Emperor Konoe ( June 16 , 1139 - August 22 , 1155 ) was the seventy-sixth Japanese Emperor ( his reign was from January 5 , 1142 to August 22 , 1155 ) . +Shigeharu TAMUKE ( 1452 - August 29 , 1535 ) was a court noble from the Muromachi period to the Sengoku Period ( Period of Warring States ) , and was the head of the Hidatamukai family . +The existing castle towers are those , among castle towers of Japanese castles built during the feudal period from around the beginning of Edo period to the late Edo Period , that have been preserved to date . +Tosazu is a mixture of sanbaizu ( vinegar , soy sauce and sweet cooking rice wine mixed in roughly equal proportions ) and soup stock made from dried bonito . +Saishin ( also called Seijin ) ( March 12 , 954 - July 14 , 1030 ) was a monk of Shingon sect in the mid Heian period . +The Eizo Kyoto Film Company is a film and television production company . +Mineo HASHIMOTO ( 1924 - 1984 ) was a Japanese philosopher and the thirtieth chief abbot of the Honen-in Temple . +MINAMOATO no Masazane ( 1058 - April 5 , 1127 ( February 15 , 1127 by the old calendar ) ) was a noble of the Murakami Genji court during the latter years of the Heian Period . +Ichinokami was the head of the Kugyo ( top court officials ) and usually referred to the Minister of the Left . +The Shinmachi-dori Street is one of the major north-south running streets of Kyoto City . +Jokotoba ( a preface word ) is a rhetoric used mainly in waka ( traditional Japanese poems of thirty-one syllables ) , which is put before a certain word to modify it using a figure of speech , kakekotoba ( a rhetoric in Waka in which one word has more than one meaning ) , and a homophone , etc . +Chidori is a program of Kyogen ( farce played during a Noh cycle ) . +OTOMO no Kunimaro ( year of birth and death unknown ) was a person in the Asuka period in Japan . +Sekkaku ( the stone core ) refers to the ore that remains after tearing off the flakes , which usually serve as the raw materials for chipped stone tools . +The Kurumayacho-dori Street is a street running north-south through Kyoto City . +The Shinshu sect Otani-ha is one of the groups of Jodo Shinshu sect . +A kofun generally refers to old grave which has a tumulus . +ISAYAMA no Fumitugu ( 773 - December 10 , 828 ) was a government official and a poet making Chinese poems who lived in the early Heian period . +OTOMO no Makuta ( year of birth unknown - July 5 , 683 ) lived during Japan 's Asuka period . +Yamato school , one of the Kyudo ( Japanese art of archery ) schools , was founded by Kozan MORIKAWA in the early Edo period ( in 1652 ) . +Imperial Princess Atsuko ( also known as Junshi ) ( 1158 - June 3 , 1172 ) was a member of the Imperial Family during the end of the Heian period . +Jinshin-koseki is the family register compiled in 1872 based on the Family Registration Law of 1871 . +ISE no Taifu ( also known as Osuke ) ( ca . 989 - ca . 1060 ) was a lady poet in the mid-Heian period . +Ogumo is a gigantic spider monster which appears in Japanese Kaidan ( ghost stories ) , essays , folk material and so on . +Kawatabime is considered to have been a wife of Emperor Suizei and a mother of Emperor Annei . +Chingokokka refers to a government policy to stabilize internal affairs using Buddhism or a thought that Buddhism has power to protect and stabilize a country . +Magozaemon SUEYOSHI ( 1570 to May 1 , 1617 ) was a great merchant in Osaka who was very active in Shuinsen Boeki ( trading by ships with a shogunal charter for foreign trade ) during the early Edo period . +Ihaku HONO shonin ( St. Ihaku HONO ) VI was the second son of Tadayoshi TORII , a vessel of the Tokugawa family , and an elder brother of Mototada TORII , busho ( military commander ) in the Sengoku period ( the period of Warring State ) . +Shakazan Daibodai-ji Temple is the Agon Sect main temple located in Yamashina Ward , Kyoto City , Kyoto Prefecture . +Jogakuso refers to a quota system for Buddhist priests under the " kodai ritsuryosei " ( ancient East Asian system of centralized governance ) , or priests themselves under this system . +Shugo was a samurai office in Japan 's Kamakura and Muromachi bakufu ( Japanese feudal government headed by a shogun ) , and was a military commander and administrative official placed in each ryoseikoku ( province ) . +Nobutaka HIGUCHI ( February 8 , 1600 – August 18 , 1658 ) was a court noble of the early Edo period . +Kamikaze ( also called as Kamukaze and Shinpu ) was Shinto vocabulary . +The term ' Zipangu ' refers to an old name of an island which was said to be Japan in Europe . +Hosshinshu ( Tales of Awakening ) is a collection of Buddhist tales compiled in the early Kamakura period . +Located in Goken-cho , Higashiyama Ward , Kyoto City , Kyoto Prefecture , Sanjo Station is a station owned by Keihan Electric Railway ( KER ) . +TAJIHI no Shima ( 624-September 2 , 701 ) was a noble in the Asuka period . +FUJIWARA no Junshi ( or Nobuko ) ( 957 - June 27 , 1017 ) , who lived in the mid-Heian period , was the first daughter of Kanpaku ( chief advisor to the Emperor ) FUJIWARA no Yoritada . +Saginomori-jinja Shrine is a shrine , that is located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +The Central Negotiation Committee is parliamentary group ( April 23 , 1892 - March 1 , 1893 ) during Meiji Period . +The term " Seisei taishogun " is a general who was nominated by the Emperor ( Imperial court ) in the Heian period in order to conquer Kyushu region . +Saneharu SAIONJI ( 1601 to February 27 , 1673 ) was a kugyo ( high court noble ) in Edo period . +Taigaku Shusu ( 1345 - October 27 , 1423 ) was a priest of the Rinzai Sect of Buddhism from the period of the Northern and Southern Courts ( Japan ) to the middle of the Muromachi period . +FUJIWARA no Tadamichi ( February 19 , 1097 - March 20 , 1164 ) served as regent , chief advisor to the Emperor , and Grand Minister in the later part of the Heian period . +The name ' Sansenke ' refers to the Omotesenke , Urasenke , and Mushanokojisenke schools of the Japanese tea ceremony . +KOSE no Kanaoka ( date of birth and death unknown ) was a kyutei gaka ( a court painter ) during the early Heian period . +FUJIWARA no Otomuro ( 760 - April 28 , 790 ) was an Empress in the late Nara period . +Hirotoyo SHIBAYAMA ( March 30 , 1674 to March 19 , 1723 ) was a court noble ( high court noble ) in Edo period . +Tsuzura ( wicker clothes hamper ) is originally a kind of basket with a lid and is woven out of Tsuzurafuji ( Sinomenium acutum , another name is Otuzurafuji ) vines . +ONO no Azumahito ( year of birth unknown - December 7 , 742 ) was a warrior during the Nara Period . +Gojo-dori Street is one of the major east-west streets in Kyoto City . +The Kanno Disturbance was a power struggle within the Muromachi bakufu ( Japanese feudal government headed by a shogun ) that reached its height during the Kanno era from 1350 to 1352 of the Northern and Southern Court period . +FUJIWARA no Yukitsune ( 1012 - November 30 , 1050 ) was a court noble and calligrapher who lived during the mid-Heian period . +Rokumei-kan Pavilion is a place of social interaction built by the Meiji Government in order to receive diplomats and international guests of honor . +Kio ( also pronounced as Kiso ) WATANABE ( year of birth unknown - 1180 ) was a busho ( Japanese military commander ) during the late Heian period . +Giso was a warehouse which was constructed in important domestic places to store rice and other grain in case of natural disasters and famine , and the grain in stock was collected from ordinary people or acquired using the cash contributions by the rich . +Hokongo-in Temple is a temple of Ritsu Sect located in Hanazono , Ukyo-ku Ward , Kyoto City , Kyoto Prefecture . +Yushi Naishinno-ke no Kii ( Kii of Princess Yushi 's Household , year of birth and death unknown ) was a poetess during the cloistered government period of the Heian period , and a lady-in-waiting to the Imperial Princess Yushi , the daughter of the Emperor Gosuzaku . +The Shijo family belonged to the court nobility and had a family status of Urin . +FUJIWARA no Yoshikado ( years of birth and death not known ) was a noble and retainer of Imperial Court who lived in the beginning of the Heian Period . +Nagatoshi ODA +KURATSUKURI no Fukuri ( year of birth and death unknown ) was an interpreter in the Asuka period . +The Tsutsui clan was Sengoku daimyo ( Japanese territorial lord in the Sengoku period ) of Yamato Province in the Sengoku Period ( Period of Warring States ) . +Kamigata Bunka is a culture cultivated in Kamigata centered in Osaka and Kyoto . +Tada Genji is the name of the line which originated from MINAMOTO no Mitsunaka ( Mitsunaka TADA ) among Seiwa-Genji ( Minamoto clan ) branches and was based in Tada . +Kuzen was an informal form of official document that came into use from the mid Heian period -- which was used by shikiji ( administrative assistant ) at kurodo dokoro ( the Office of Imperial Household Logistics ) ( shikiji kurodo , kurodo no to - Head Chamberlain ) or goi no kurodo ( Chamberlain of the Fifth Rank ) in transcribing the verbally received emperor 's edict for conveying it to shokei ( high-ranking court noble ) at Daijokan ( Grand Council of State ) . +Shiki no Mizukakinomiya was the palace of Emperor Sujin 's dynasty as recorded in the Rikkokushi ( Japan 's six national chronicles of the seventh and eighth century ) . +TAIRA no Yoshimasa ( year of birth and death unknown ) was a busho ( Japanese military commander ) who lived during the mid Heian period . +Mibu Roshi , or Seichu Roshi , is a predecessor of the Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +Shokokumaki is a farm developed and controlled by Hyobusho ( ministry of military ) in ancient Japan , which mainly provided war-horses , horses presented to nobles and ekiden ( ekiba ( horses for transportation of official travelers ) and post horse ) . +Kanpyo no chi is the name of the rule by Emperor Uda in the mid-Heian Period ( late 9th century ) which was largely regarded as ideal . +Kiyonaga KANZE ( died 1842 ) was a Noh actor who played shite-kata ( main roles ) in the Kanze school . +The ' Ama no Murakumo no Tsurugi ' ( also called ' Ame no Murakumo no Tsurugi ' , translated literally as , " Sword of the Gathering Clouds of Heaven ) is one of the ' Sanshu no Jingi ' ( the Three Imperial Regalia ) and a ' shintai ' ( an object of worship housed in a Shinto shrine and believed to contain the spirit of a deity ) of the Atsuta-jingu Shrine . +Hokokamai refers to a kind of punishment for samurai warriors during the Edo period , which was the circular letter that was issued to vassal deserters or forfeiters of rank by feudal lords . +Insho DOMOTO ( December 25 , 1891 - September 5 , 1975 ) was a Japanese-style painting artist . +Nanbanboeki indicates trade that was carried on between merchants in Japan and those in Spain or Portugal during the era from around the middle of sixteenth century to the early seventeenth century . +The Boshin War from 1868 to 1869 was a civil war in Japan in which the new Meiji government , brought about by the restoration of the Japanese monarchy , eradicated the power of the Edo Shogunate . +Masasuke ABE ( January 13 , 1725 – August 13 , 1769 ) was a daimyo ( a feudal lord ) and a roju ( a member of the shogun 's council of elders ) during the Edo period . +Ryo served as a weight unit in the traditional East Asian system of weights and measures , and also served as a currency unit in Japan and in China ; in Japan , the unit of gold coins in the early modern ages , and in China , the unit of hyoryo ginka ( silver coin used as currency by weight ) . +Empress Gensho ( 680 – May 22 , 748 ) was the forty-fourth emperor of Japan ( empress regnant who reigned from October 3 , 715 , to March 3 , 724 ) , who lived in the Nara period . +" Azukaridokoro " ( also Azukesho , Azugasso , Azukarisho ) was a deputy position the medieval Shoen manor , and integrally controlled it with the official appointment of honjo ( proprietor or guarantor of a manor ) . +" Gobancho Yugiriro " ( A House in the Quarter ) is a representative work of Tsutomu MIZUKAMI , based on arson of Kinkaku-ji Temple in 1950 and the author 's experience . +Owada no tomari refers to the port which existed in Hyogo ward , Kobe city , Hyogo Prefecture and corresponds to a part of current Kobe port west side . +Munakata-jinja Shrine is a shrine located in the Kyoto Gyoen National Garden , Kamigyo Ward , Kyoto City , Kyoto Prefecture . +Dachin-uma kasegi refers to an occupation in Japan before modern times that engaged in the transportation of freight and people by carrying them on horseback . +Jojakko-ji Temple is a Buddhist temple belonging to the Nichiren Sect located in Sagano , Kyoto City , Kyoto Prefecture . +Summary +Ujitoki OTOMO ( Birth date unknown - April 8 , 1368 ) was a Shugo Daimyo ( feudal lord ) in the period of the Northern and Southern Courts of Japan . +Tsunehisa OINOMIKADO ( November 1 , 1781 - August 8 , 1859 ) was Kugyo ( a Court Noble ) in the late Edo period . +Randai NAKAMURA ( male , 1856 - November 1915 ) was a Japanese tenkoku artist ( a carver using a special chinese character ) . +Hokke-ji Temple is a temple of Komyo sect in Hokkeji-cho , Nara City , Nara Prefecture . +Tetsuya YAMAMOTO ( March 21 , 1966 - ) is a Noh actor of Okura ryu Otsuzumi kata ( a knee-drum player of the Okura school ) . +Toshio IHARA ( May 24 , 1870 - July 26 , 1941 ) was a dramatic critic and playwright . +Sogi ( 1421 - September 1 , 1502 ) was a renga ( linked-verse ) poet of the Muromachi period . +Kyogi Karuta is a game using the karuta ( Japanese card game ) of Hyakunin Isshu ( one hundred poems by one hundred poets ) and played by the rule established by All-Japan Karuta Association . +Musuhi , a concept embraced in Shinto , refers to a spiritual influence that produces all the things in the universe and helps them develop and complete their cycle . +Enko-ji Temple is a Rinzai Sect Buddhist temple located in Ichijoji , Sakyo Ward , Kyoto City . +Multiple parallel fermentation ( " 並行複発酵 " ) is a type of fermentation that takes place in the sake brewing process , meaning that saccharification ( the conversion of starch into glucose by koji enzyme ) and fermentation ( the conversion of glucose into alcohol by yeast ) occur simultaneously in the same container . +The first Genzo SHIMAZU ( June 25 , 1839-December 8 , 1894 ) is the founder of Shimadzu Corporation and a Japanese inventor . +Ekitei-Shi is a government office in charge of transportation and communication , formed on June 11 , 1868 . +" Sangaku-shinko faith " is a faith worshipping mountains as being sacred . +Ukontaku ( also called Ukintaku ) refers to a engraved print which is as black as a crow feather . +The term " Karaage " refers to a method of food preparation using frying oil , or the food that is prepared using this method . +Manjuji-dori Street is a street running east-west through Kyoto City . +The Yanagawa Ikken was an incident in which Yoshinari SO , the lord of the Tsushima Domain , and his chief retainer Shigeoki YANAGAWA confronted each other over forgery of the sovereign 's message exchanged between Japan and Joseon Dynasty in the early Edo period . +Dohachi NINAMI ( 1782 - 1855 ) was a ceramic artist in the late Edo period . +MINAMOTO no Tsunesuke ( year of birth unknown-November 1 , 1039 ) was a government official in the mid-Heian period . +The term " Bunjin " refers to a type of people in traditional society in China and ' an educated person who is good at literature . ' +Shinbutsu ( March 17 , 1209 - April 13 , 1258 ) was a Pure Land Sect Buddhist priest in the mid-Kamakura period . +Aketatsu no o was a member of the Imperial family , who appeared in " Kojiki " ( The Records of Ancient Matters ) . +Rienjo is a document for confirming a divorce that was issued by a husband to his wife ( or his wife 's father or brother ) during the Edo period . +Hi was one of the empress 's title in Kokyu palace ( which is an imperial harem including the empress 's residence ) . +Cloistered Imperial Prince Joe Hosshinno ( 1164 - April 26 , 1203 ) was a Cloistered Imperial Prince of the end of Heian period to the early Kamakura period . +Saneyosi OGIMACHISANJO ( December 8 , 1798 - July 13 , 1820 ) was a kogyo ( court noble ) during the late Edo period . +A Tokusei uprising is a type of peasant uprising . +Gensho UMEWAKA is one of the professional Noh actor names of the Umewaka Family , a branch of one of shite-kata ( main role ) schools of Noh , or Kanze School . +Komatsubara Honan is an incident that Nichiren was assaulted and injured in Komatsubara ( present-day Kamogawa City , Chiba Prefecture ) . +Oeyama Mine is a nickel mine where digging was conducted at the northwestern foot of Mt . Oe in Yosano-cho ( the former Kaya-cho ) , Yosa-gun , Kyoto Prefecture . +The Ryogaemachi-dori Street is a street running north-south through Kyoto city . +Iwanaga-hime is a goddess that appears in Japanese Mythology ( Shinto religion ) . +Ujigami-jinja Shrine is a Shinto shrine located in Uji City , Kyoto Prefecture . +Haimyo is originally synonymous with Haigo ( the pen name of a haiku poet ) , but it was used as follows in the field of public entertainment after the mid Edo period : +ONONOBE no Ogoto ( the date of birth and death are unknown ) was a member of a Gozoku ( powerful family ) in the early part of the sixth century ( the period between Emperor Ninken and Emperor Ankan ) . +Imperial Princess Takako ( November 4 , 1650 - August 4 , 1725 ) was a member of the Imperial family during the Edo period . +AWATA no Mahito ( year of birth unknown - February 28 , 719 ) is a court noble from the latter half of the Asuka period through until the Nara period . +Mumyo Zoshi ( Story Without a Name ) is a classic from the early Kamakura Period , and the oldest critique of literature in Japan . +Chabu ( chabudai ) , also known as Shippoku , is a Chinese-style table . +Senko-ji Temple is an Obaku Sect temple in Nishikyo Ward , Kyoto City , Kyoto Prefecture . +TAIRA no Nobukane ( year of birth and death unknown ) was a busho ( Japanese military commander ) who lived at the end of Heian period . +Oie-sodo is a term denoting family squabble within feudal lord households in the Edo Period . +Oe was an appellation and title for powerful Imperial Princes , used in Wa ( ancient Japan ) from the first half of the 6th century to the middle of the 7th century . +Naisenshi was an institution belonging to Kunaisho ( Ministry of the Sovereign 's Household ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Horinden is the abbreviated name for Daito Shoshu Sohonzan Sokokei Horinden , a historical account of Zen Buddhism that was established in 801 . +Furu-utsubo or Utsubo is a Japanese yokai ( ghosts , spirits and monsters ) portrayed in Sekien TORIYAMA 's yokai art collection book named " Hyakki Tsurezure Bukuro " ( The Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +The Miyoshi is one of clans in Japan . +Located in Joyo City of Kyoto Prefecture , Kutsukawa Station is a stop on the Kintetsu Kyoto Line of the Kintetsu Corporation . +Momodayu ( also called Hyakudayu ) is a deity in a folk belief . +Heinobunri indicates the disarming of the classes pushed forward during the period from the Azuchi-Momoyama through Edo periods except for the samurai ( warrior ) class . +" Minamikannon yama " is one of " yamahoko " ( decorative floats ) parading in Gion festival in Kyoto on July 17 every year . +The term " yorishiro " refers to an object that divine spirits are drawn or summoned to , and it denotes a shintai ( an object believed to contain the spirit of a deity ) or sometimes a shrine precincts . +Japanese missions to Tang China were diplomatic missions sent to Tang China by Japan , as described in the " Old Book of Tang " and the " New Book of Tang . " +Kamigamo Mingei Kyodan ( Kamigamo Folk Craft Association ) was a craft center for the Mingei ( National Art ) Movement , which was located in Kamigamo , Kyoto City . +Rikyu Hachiman-gu Shrine is a Shinto shrine located in Oyamazaki-cho , Otokuni-gun , Kyoto Prefecture . +Toshiyuki SAITOU ( February 2 , 1822 - May 26 , 1881 ) was the Karo ( chief retainer ) of Tosa Domain in the end of Edo Period . +Kiyoshi KATAYAMA ( December 23 , 1964 - ) is a Noh actor of the Kanze school of shite-kata ( lead actors ) . +" Chunagon " ( vice-councilor of state ) is a post ranking below Dainagon ( chief councilor of state ) in the Daijokan ( Grand Council of State ) , the highest organ in the Imperial Court , and is Ryoge no kan ( class outside of the Ritsuryo system ) , corresponding to Suke ( assistant director ) in the Shitokan ( four classifications of bureaucrats ' ranks ) . +Totaro UMEGATANI ( March 16 , 1845 - June 15 , 1928 ) is the fifteenth yokozuna ( sumo grand champion ) of the grand sumo tournament . +Einosuke MORIYAMA ( also referred to as Takichiro MORIYAMA , July 10 , 1820 - 1871 ) was a Japanese interpreter in the Edo period . +" Seiobo " is a Noh play ( classical Japanese dance theater ) . +Omizo jinya was a regional government office of the Omizo Domain located in Takashimakatsuno , Takashima City , Shiga Prefecture ( Takashima County , Omi Province ) . +Yachiyo tayu was Shimabara tayu ( the highest-ranking geisha in Shimabara , a geisha district in Kyoto ) , whose birth date was June 15 , 1635 , and death date is unknown . +Koya-dofu ( freeze-dried bean curd ) is a food made of preserved tofu . +Yoshinori SHIBUKAWA ( 1838 - 1904 ) was an astronomer from the end of Edo period to the Meiji era . +FUJIWARA no Tabino ( year of birth and death unknown ) was a daughter of FUJIWARA no Fuhito and her mother was Agata no INUKAI no Michiyo . +Hitotsumono is a Buddhism or Shinto ritual / event held in festivals or gatherings in shrines and temples . +The Taijoko is the honorary title given to a retired emperor or empress in his or her life . +Masanari INABA ( 1571 - October 14 , 1628 ) was a military commander during the Period of Warring States and the Edo period . +Watsuji Rinrigaku is the name of the ethical theory developed by Tetsuro WATSUJI . +FUJIWARA no Michimoto ( 1090 - November 29 , 1148 ) was a nobleman during the late Heian period . +Seika YAMAGA ( March 12 , 1885-June 26 , 1981 ) was a Dyeing and Weaving artisan . +Hekiunso , located near Nanzen-ji Temple in Kyoto City , is a Sukiya-zukuri style ( built in the style of a tea- ceremony house ) villa that was constructed by a Japanese businessman Tokushichi NOMURA , the second during the period from the Taisho ( 1912 - 1926 ) to the Showa ( 1926 - 1989 ) periods . +Mitsukane ASHIKAGA , ( 1378 - September 1st , 1409 ) was a busho ( Japanese military commander ) in mid Muromachi period . +This section shows the list of the official town names in the Ukyo Ward and summarizes the period and process of their establishment . +Homekotoba refers to words of praise to be uttered or shouted to applaud playactors of Kabuki play on stage . +Jakko-in Temple is a Tendai Sect Buddhist temple located in Ohara , Sakyo Ward , Kyoto City . +Ningai ( 951 - June 22 , 1046 ) was a Shingon Sect Buddhist monk who lived during the mid-Heian period . +Shufuku-ji Temple is a Buddhist temple belonging to the Nichiren Shoshu Sect located in Ide-cho , Tsuzuki-gun , Kyoto Prefecture but now serves as the residence for Shoshinkai monks . +Buddhist altar fittings are defined as special tools or accessories which are used by clergymen , such as Buddhist monks , on the occasion of Buddhist rituals and they are different from daily necessities . +Cloistered Imperial Prince Kakukai ( 1134 - December 23 , 1181 ) was a Buddhist monk of Tendai Sect in the late Heian period . +Bunzo OTSUKI ( September 25 , 1942 - ) is a Noh actor of the Kanze school of shite-kata ( lead actors ) . +Koi-nobori was originally a Japanese custom that started among samurai families in the Edo period . +The Kyogoku clan is a house of Samurai in Japan . +Ninkan ( birth date unknown - 1114 ) was the founder of the Tachikawa School ( Esoteric Buddhism ) . +Chogaku-ji Temple is a temple of the Koyasan Shingon sect located in Yanagimoto-cho , Tenri City , Nara Prefecture . +TACHIBANA no Mototo ( year of birth and death unknown ) was a government official ( one of low to medium rank ) and a kajin ( waka poet ) who lived in the mid Heian Period . +Tamekazu SAWA ( 1812-1889 ) was Kugyo ( a Court noble ) who lived from the end of the Edo period to the beginning of the Meiji period . +Datsua Nyuo ( Leave Asia , enter Europe ) is a Japanese slogan or thought that ' Japan should get out of Asia which belongs to the Third World , and catch up with European powers . ' +Tsunaeda KUTSUKI was the eleventh lord of the Fukuchiyama Domain in Tanba Province . +Wakamiya +Imperial Prince Niitabe ( year of birth unknown - October 24 , 735 ) was the tenth son of the Emperor Tenmu . +Tessai TOMIOKA ( January 25 , 1837 - December 31 , 1924 ) was a literati painter and Confucianist during the Meiji and Taisho Periods . +Sasakiyama gimi , or Sasakiyama no kimi ( 沙沙貴山君 ) , was one of the powerful families in ancient times . +Otsu-bugyo ( Otsu magistrate ) is a post created in Otsu domain of Omi Province ( present-day Otsu City , Shiga Prefecture ) in the Middle Ages . +Monk-Imperial Prince Joson ( date of birth and death unknown ) was the Monk-Imperial Prince from the latter half of the Kamakura period to the period of the Northern and Southern Courts . +Masatada OKOCHI ( May 27 , 1844 - June 2 , 1901 ) was the ninth and the last lord of Otaki Domain in Kazusa Province , who lived during the end of the Edo Period . +The Osamebarai Meisaicho ( tribute register ) was a register document that was sent each year by regional magistrate offices to the settlements department of the Edo shogunate . +Sueharu SANJO ( Novemeber 28 , 1733 - January 11 , 1782 ) was kugyo ( court noble ) in the middle of the Edo period . +Kageaki KAWAMURA ( April 8 , 1850 - April 28 ) was a military man of Japan and a peerage . +Yamadagawa Station , located at 3-1 , Koaza Shimogawara , Oaza Yamada , Seika-cho , Soraku-gun , Kyoto Prefecture , is a railway facility on the Kintetsu Kyoto Line , which is operated by the Kintetsu Corporation . +TOYO no Tokiyoshi ( July 14,1873 - April 24 , 1951 ) was gagakushi ( court musician ) and the member of the Japan Art Academy . +Daimyo-ji Temple is a temple of the Nichiren sect , located in Nishikyo Ward , Kyoto City . +Zuishin-in Temple ( it is also pronounced Zuishin-nin Temple ) is the Daihonzan ( head temple ) of the Zentsuji School of the Shingon Sect located in Ono , Yamashina Ward , Kyoto City . +Yoshifuji KIRA ( dates of birth and death unknown ) was a busho ( Japanese military commander ) in the Muromachi period . +The Ano-shu Guild is a group of craftspeople who installed stone walls , mainly of temples and castles during the Shokuho era ( Azuchi-Momoyama Period ) . +Tsuruzo NAKAMURA is a hereditary name of a line of traditional Japanese Kabuki drama actors . +Joshi KOKUSHI ( date of birth unknown - January 14 , 690 ) was a Baekje general . +Misozuke is vegetable , meat , or fish pickled in miso paste ( bean paste ) . +Tashidaka no sei ( Tashidaka system ) refers to an act enforced by Yoshimune TOKUGAWA in July 1723 . +The Mimurodo family ( pronunciation ' Mimuroto ' is a recording error ) held the court noble family rank of Meike . +Hanazono Station , located in Hanazono Teranouchi-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Sanin Main Line ( Sagano Line ) , which is operated by the West Japan Railway Company ( JR West ) . +TACHIBANA no Michisada ( year of birth unknown - May 24 , 1016 ) was a bureaucrat , who lived during the mid-Heian Period . +Gakyo ( date birth is not known - February 8 , 1013 ) was a Buddhist monk of Shingon Sect in the mid-Heian period . +The Shishinden Hall was a main hall where ceremonies like the Emperor 's genpuku ( attaining manhood ) , investiture of the Crown Prince , and Sechi-e ( seasonal court banquets ) were held , in the Imperial Palace which was the Emperor 's private place . +Kosho ( 1534 - 1621 ) was a busshi living from the Azuchi-momoyama period to the early Edo period . +Udaijin was one of the positioins in Daijokan ( Grand Council of State ) , which was the highest body in the organization of the imperial court . +Yoji SUGIYAMA ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group ) which was the forerunner of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +Tetsugoro ITO ( 1840 - June 20 , 1868 ? ) from Kyoto , Yamashiro Province , was a member of the Shinsengumi . +Kyoto Sanga F.C. ( 京都サンガF.C. ) is a professional football ( soccer ) club which is based in Kyoto City , Japan , and is affiliated with the Japan Professional Football League ( J. League for short ) . +MINAMOTO no Toshikata ( 959 - July 25 , 1027 ) was a retainer of the Imperial Court during the mid-Heian period . +Jigatachigyo was the administrative form during Edo period that Seii Taishogun ( literally , " great general who subdues the barbarians " ) or a lord of domain gave chigyo ( enfeoffment , or the right to direct control of a certain asset ) in the form of shoryo ( territory ) including the peasants living there to their vassals as a stipend and made them control it . +Kujigata-osadamegaki were the fundamental codes in the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Hachijonomiya Imperial Prince Toshihito ( February 3 , 1579 - May 29 , 1629 ) was a member of the imperial family who lived from the Sengoku Period ( Period of Warring States ) to the early Edo period . +Tsunaie DODO ( c . 1548 - 1609 ) was a military commander in the period ranging from the period of warring states to the Edo period . +The ossokata refers a lawsuit body of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) and the Muromachi bakufu . +Shinseki koka is when a member of the Imperial Family leaves their position and becomes a common subject giving up their nobility status , after given a new surname . +Shoku ( or Nishiyama , 1177 - December 31 , 1247 ) was the founder of the Seizan Jodo sect , Seizan Zenrin-ji School of the Jodo sect and Seizan Fukakusa School of the Jodo sect . +Nakatoki HOJO ( 1306- June 29 , 1333 ) was a Rokuhara Commissioner during the latter stages of the Kamakura shogunate ( Northern side ) . +Curry ( Curry in English ) is a dish in which vegetables and meat are cooked with several spices . +The term Daisenno means the system of paying kuji ( public service ) , nengu ( tribute ) , and / or jishi ( land tax ) in cash , instead of in kind , that was introduced in medieval Japan at the shoen ( manor ) , kokugaryo ( territories governed by provincial government office ) , and / or bukeryo ( territories of samurai family ) . +Chikatomo YUKI ( year of birth unknown - 1347 ) was a busho ( Japanese military commander ) from the Kamakura Period through he period of the Northern and Southern Courts . +Hashihime is a lady , ogress or goddess who appears in legends about bridges . +In a broad sense , dogo refers to ' specific small local clans ' as opposed to large regional clans which control wide territories . +Eisuke OKUZAWA ( the date of birth unknown - July 8 , 1864 ) was a member of Shinsengumi . +" Tannisho " ( Notes Lamenting Deviations ) is a Buddhist book written in the later Kamakura period . +Konpuku-ji Temple is a Buddhist temple belonging to the Nanzen-ji school of Rinzai Sect located in Ichijoji , Sakyo Ward , Kyoto City . +Takakage KYOGOKU ( 1811 - September 2 , 1863 ) was the 10th hereditary domain head of the Mineyama Domain in Tango Province . +" Jujubibasharon " is a treatise on Buddhism in 17 volumes . +Imperial Prince Atsumichi ( 981 - November 20 , 1007 ) was kajin ( waka poet ) from the Imperial Family during the middle of the Heian period . +Junsatsushi ( a circuit-riding inspector or investigating commissioner ) was a government official title which originated in the Tang Dynasty of China . +Mangan refers to completion of the period determined to be spent praying for Shinto or Buddhist deities or to practice asceticism . +TAIRA no Kanemori ( date of birth unknown -January 21 , 991 ) was a poet who lived in the mid-Heian period . +Kaki furai is a type of fried food . +Shokado bento is a meal in a box , whose inside is divided into sections in a cross pattern and has a lid with high sides . +" Izanagi " is a male god who appears in Japanese mythology . +Tokushi Yoron ( Lessons from History ) is a political history of Japan and historical essay written by Hakuseki ARAI , a scholar and politician of the Edo period . +FUJIWARA no Momokawa ( 732 - August 28 , 779 ) was a statesman in the Nara period . +" Kyudo " is a Japanese martial art in which the mind and body are trained through a series of conduct in shooting a Japanese bow and arrow at a target . +Sango ( sango ( literally , " mountain name " ) , which is the title prefixed to the name of a Buddhist temple ) : Benichisan +Kanemitsu HIGUCHI ( year of birth unknown - March 22 , 1184 ) was a military commander during the end of the Heian period . +Warosoku is a kind of candle which is a lighting device . +Gisho ( 1404-April 13 , 1441 ) was the son of the third seii taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) , Yoshimitsu ASHIKAGA . +Mukan Fumon ( 1212 – January 3 , 1292 ) was a Buddhist priest of the Rinzai Sect in the mid-Kamakura Period . +Sotoorihime ( or Sotooshihime ) is a woman described as exquisitely beautiful in the Kojiki ( Records of Ancient Matters ) and the Nihonshoki ( Chronicles of Japan ) . +The Funaokayama-gassen ( Battle at Mt . Funaoka ) refers to a battle on September 25 , 1511 , between Takakuni HOSOKAWA along with OUCHI Yoshioki who supported shogun Yoshitane ASHIKAGA and Sumimoto HOSOKAWA who support former shogun Yoshizumi ASHIKAGA . +Imperial prince Takayoshi , also pronounced Takanaga ( 1310 - April 7 , 1337 ) was Emperor Godaigo 's Prince . +Hibutsu are Buddhist images that are normally withheld from public view for religious reasons ; they are enshrined in zushi ( miniature shrines in temples ) with the doors closed . +Eight Views of Lake Biwa is a special selection of eight views around Lake Biwa . +Sadataka ISE was a ' busho ' ( Japanese military commander ) who lived in the Sengoku period ( period of warring states . +Urayasu no Mai is a type of kagura ( sacred music and dancing performed at shrines ) ( mikomai ( female Shinto dance that the young girls each carry a small baton with bells ) ) . +Tanetsuna KUTSUKI ( 1605 - January 13 , 1661 ) was a daimyo ( Japanese feudal lord ) in the early Edo period . +Yasuko IKENOBO ( April 18 , 1942 - ) is a Japanese politician . +MUNAKATA no Kiyouji ( 宗形 清氏 ) was a member of the Japanese Imperial Family who was the first chief priest of Munakata-taisha Shrine ( Munakata City , Fukuoka Prefecture ) . +Imperial Prince Yoyoshi ( as known as Imperial Prince Tokinaga , birth year unknown - October 29 , 1330 ) was a member of the Imperial family during the late Kamakura Period . +Sakamai is rice that is used as a material for sake brewing , mainly for the production of koji ( malted rice ) . +Tazukuri ( also called tatsukuri ) is a dried or cooked product of young anchovies . +Mizore Nabe is a kind of dish cooked in a pot at the table . +Kamigamo is the area from the eastern side of the Kamo-gawa River in Kita Ward , Kyoto City , Kyoto Prefecture to Sakyo Ward . +Emperor Gonijo ( March 9 , 1285 - September 10 , 1308 ) was the ninety-fourth Emperor during Kamakura period . ( his reign was from March 3 , 1301to September 10 , 1308 ) +Keihanshin is both a collective name for the cities of Kyoto , Osaka and Kobe , and an area name indicating the main part of the Kinki region centered around these three cities . +Ishibutai-kofun Tumulus is a tumulus in the late Kofun period located in Asuka Village , Nara Prefecture . +Imperial Princess Anshi ( Yasuko ) , date of birth unknown - August 22 , 900 , was a member of the Imperial family during the Heian period . +The offense and defense in Omi Province were a series of battles between Omi-Genji ( the Minamoto clan ) and Onjo-ji Temple 's armed priests versus Heike ( the Taira family ) during the Jisho-Juei War . +Nobuyoshi SAWA ( February 9 , 1836-September 27 , 1873 ) was Kugyo ( high court noble ) in the end of the Edo period and a politician in the Meiji period . +Hojo ( years of birth and death unknown ) was a priest of Tang ( ancient China ) in the Nara period . +Kinri Goshuei Sotoku is the post set up to protect the kinri gosho ( Kyoto Imperial Palace ) under the understanding of bakufu ( Japanese feudal government headed by a shogun ) in the end of Edo Period . +Meimei no gi is a ceremony for naming an imperial member on the seventh day ( oshichiya ) from his / her birthday . +Keihanna Commemorative Park is located in Seika-cho Town , Soraku-gun County , Kyoto Prefecture +FUJIWARA no Akirakeiko ( 829-June 27 , 900 ) was the daughter between FUJIWARA no Yoshifusa and his wife , MINAMOTO no Kiyohime , and nyogo ( a high-ranking lady in the court ( a consort of an emperor ) ) of the Emperor Montoku . +Otagi Nenbutsu-ji Temple is a Buddhist temple belonging to the Tendai Sect located in Sagano , Ukyo Ward , Kyoto City , Kyoto Prefecture . +Sofu TESHIGAHARA ( December 17 , 1900 – September 5 , 1979 ) was the founder of the Sogetsuryu school of flower arrangement . +Asukakyomihara-ryo Code is a systematic legal code that was enacted in the second half of the Asuka period in Japan . +The word Onna San no Miya can refer to the following : +Atsumaro KONOE 1863-1904 was a peer and statesman in the late Meiji Period . +Tadayoshi HONGO ( March 11 , 1590 - March 7 , 1631 ) was a military commander in Kyushu from the Azuchi-Momoyama period to the early Edo period . +The Jimyoin family was a Japanese clan ( court nobles ) . +Sogon ( 1575 ? -1628 ) was a person from Yi Dynasty Korea . +Masayoshi NARUSE was a busho ( Japanese military commander ) who lived in the Sengoku period ( period of Warring States ) . +Tojuro SAKATA ( 1647-December 1 , 1709 ) was a kabuki ( traditional drama performed by male actors ) actor in the Edo period . +" Amida-kyo Sutra " ( Sutra of Amida Buddha ) is one of sutras of Mahayama Buddhism . +Masanori IKEDA ( January 29 , 1850 - October 7 1907 ) was the eighth ( the last ) lord of the Ikusaka Domain , Bicchu Province . +Gari is ginger thinly sliced and pickled in sweetened vinegar . +" Makino Film Productions " ( established in 1923 - merged in 1924 ) is a Japanese film company which once existed . +The family name of the Taira clan was derived from " TAIRA no Ason , " which was one of the official titles given to a member of the Imperial Family if they became vassals . +Kozaburo YOSHIMURA ( September 9 , 1911 – November 7 , 2000 ) was a movie director during the Showa period . +Ashikaga no sho was a shoen ( manor ) that was located in Ashikaga County , Shimotsuke Province ( Ashikaga City , Tochigi Prefecture ) . +Tokitsugu YAMASHINA ( June 16 , 1507 - April 7 , 1579 ) was a court noble of Japan , and was promoted from Kura no kami ( Chief of Kuraryo , Bureau of Palace Storehouses ) to Gon Dainagon ( provisional major counselor ) during the Sengoku period ( period of warring states ) . +Motosaki KONOE ( September 7 , 1783 - May 30 , 1820 ) was a Court noble who lived during the late Edo period . +MINAMOTO no Yoshikado ( year of birth and death unknown ) , who lived during the late Heian Period , was the fourth son of MINAMOTO no Yoshitomo , the head of the Seiwa-Genji clan ( the Minamoto clan originated from Emperor Seiwa ) . +Masakazu YAMAMOTO ( 1928 - ) is a performer in the Kanze school of Japanese traditional Noh drama who graduated in 1943 from the former Kozu Middle School ( present day Kozu Municipal High School , Osaka ) . +Makura-kyo ( also referred to as makura-gyo ) is one of the services held immediately after a person 's death to offer sutra chanting to the dead person for the first time . +Zazenwasan is the commentary on the nature and purpose of Zazen in Japanese which used to be written in classical Chinese and the easy explanation to understand for people . +Kanzen Choaku is a compound word made up of four characters : 勧 ( kan ) , 善 ( zen ) , 懲 ( cho ) and 悪 ( aku ) and means encouraging good and punishing evil . +" Yuiitsu shinto myoho [ myobo ] yoshu " ( Compendium of the Doctrines of the One-and-Only Shinto ) was written by Kanenobu URABE , but it is supposedly a fake edition made by Kanetomo YOSHIDA , who made a pretext of an ancestor . +A temari ball is a kind of toy that has been around since long ago . +Masayuki MAKINO ( 1940 - ) is a Japanese businessperson . +A Sensu or Ogi ( folding fan ) is an implement used to move air by hand like Uchiwa fans , and its frame is several dozens of wooden strips tied together with thread at their ends ( kaname referred to as pivot ) , and when used , a Sensu or Ogi is widely unfolded and waved back and forth to create a cooling airflow . +Ichirei shikon ( one spirit , four souls ) is an idea of Japanese Shintoism in which the mind consists of a spirit called ' naohi ' that is connected with the heaven and four souls . +Unadon , or unagi-donburi , is a Japanese cuisine consisting of boiled rice in a bowl topped with kabayaki ( broiled eel ) and poured tare ( a special sauce for broiled eel ) on it , and as one 's preference , some powdered sansho ( Sichuan pepper ) added on top . +Yasukazu YASUBA ( May 14 , 1835 - May 23 , 1899 ) was a bureaucracy and statesman in the early days of modern Japan . +Hiroshi YAMAKAWA ( December 4 , 1845 - February 4 , 1898 ) was a feudal retainer of the Aizu clan and a Daisanji ( second to a governor ) of the Tonami domain from the end of Edo Period to Meiji Period . +Jodo Shinshu Shinrankai ( founded in 1958 ) is a new sect of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) Sect . +A tsuijibei is a wall made of rammed earth . +Nobunori ODA ( 1599 - February 13 , 1630 ) was daimyo ( a Japanese feudal lord ) who lived during the Edo period . +Miho Naval Air Corps was one of the troops and educational institutions of the Imerpial Japanese Navy . +Ninna-ji Temple is the main temple of the Omuro sect of Shingon Buddhism , located in Omuro , Ukyo Ward , Kyoto City , Kyoto Prefecture . +Kyoto Basin is the name of the basin which is situated in Kyoto Prefecture . +The term " shinshoku " refers to a person who serves god and performs a religious ceremony and clerical work at a shrine of Shinto . +Iwataki Hot Spring is located in Yosano-cho ( former Iwataki-cho ) ( Tango Province ( old province ) ) , Yosa-gun , Kyoto Prefecture . +Kojiruien is a kind of encyclopedia compiled and edited in the Meiji period of Japan , providing many references published by the Meiji period that started in 1868 , to each and every term in it . +Shigenari FURUTA was a Japanese warrior who lived during the Sengoku Period ( Period of Warring States ) . +Fusasada UESUGI ( 1433 , date of birth unknown - December 4 , 1493 ) was a person in the Muromachi period and the Sengoku period ( period of warring states in Japan ) . +Fudoso warehouse was a warehouse which was sealed after being examined of its degree of sealing by the provincial governor and the local official after the content of shoso ( warehouse ) became full in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Tsunayoshi TOKUGAWA ( February 23 , 1646 - February 19 , 1709 , reigning from 1680 to 1709 ) was the fifth seii taishogun ( literally , " great general who subdues barbarians " ) of the Edo Shogunate . +" Ukemochi no kami " is a god ( Shinto ) appearing in Japanese Mythology . +Onigiri ( rice ball ) is a food , which flavored cooked rice , put fillings , and collectively shaped into triangle , rectangular rounds , or sphere . +ASUKABE no Natomaro ( year of birth and death unknown ) is a government official in the Nara Period . +Ippei SHIGEYAMA ( June 12 , 1979 - ) is a Kyogen performer and actor ( Kyogen : a genre of the Japanese traditional performing arts - a kind of farce ) . +Makabe Toge is a mountain pass of about 100 meters high , located between Nishi-Maizuru ( West Maizuru ) and Kasa-cho of Maizuru City , Kyoto Prefecture . +Hajime TANABE ( 田辺元 ) ( February 3 , 1885 - April 29 , 1962 ) was a Japanese philosopher . +Kanzake is warmed alcoholic beverage . +Onna Ninomiya is the second princess of the successive emperors . +KO no Moroyo ( year of birth unknown - April 1 , 1351 ) was a Japanese military commander who lived during the period of the Northern and Southern Courts . +Located at Miwa Sakurai City Nara Prefecture , Byodo-ji Temple now belongs to the Soto sect . +Princess Atsuko ( also known as Junshi ) ( year of birth and death unknown ) was a member of the Imperial Family during the latter half of the Heian period . +Hafu is the triangular shaped part on the narrow side of kirizuma-zukuri style ( an architectural style with a gabled roof ) or irimoya style ( building with a half-hipped roof ) . +FUJIWARA no Sanekane ( 1085 - April 29 , 1112 ) was a retainer of the Imperial Court and composer of Chinese poems near the end of Heian period . +" Nochi-kagami " is a history book compiled by the Edo bakufu ( Japanese feudal government headed by a shogun ) which covers the 15 generations of the Muromachi bakufu . +Yasutoshi WAKIZAKA ( 1618 - March 11 , 1636 ) was a successor of the Shinano Iida Domain , Shinano Province . +Emperor Sakuramachi ( February 8 , 1720 - May 28 , 1750 ) , the 115th Emperor , reigned during the Edo period ( from April 13 , 1735 to June 9 , 1747 ) . +Sando ( the study of mathematics ) was a department for the study of arithmetic and mathematics in the Daigaku-ryo ( Bureau of Education ) under the Ritsuryo system ( a system of centralized government based on the Ritsuryo Code ) in ancient Japan . +Michio SAKURAMA ( September 14 , 1897 - May 27 , 1983 ) was a Nohgakushi ( Noh actor ) playing shite ( principal roles ) of Konparu-ryu school . +Fukoku kyohei refers to a policy that makes state economics grow and encourages reinforcement of military forces . +The Ishibashi clan is the name of a samurai family in Japan . +Sakaya-yaku was a tax imposed upon sake breweries in Kyoto by the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Midoroga-ike Pond ( also called Mizoroga-ike Pond ) is a pond located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +Tokametsuke was one of the physical trainings of Ninja ( a secret agent in feudal Japan highly skilled in stealth and secrecy ) . +Kaijitsu , tsugomori or misoka is the last day of month in the Chinese and Japanese calendars , which are lunisolar calendars . +Gyohyo ( 722 - 797 ) was a Buddhist priest who lived in the Nara period . +In the world of dynastic poems , " kashu " is a collection of waka ( a traditional Japanese poem of thirty-one syllables ) compiled from personal or family poems . +Chiyu ( years of birth and death unknown ) was a priest of Hosso sect of Buddhism ( Japanese equivalent of the Chinese Faxiang sect or Dharma-character school ) , who lived in the Nara period . +Moemon ITO ( 1851 or 1852 - year of death unknown ) was a Japanese writer . +Nobuyoshi FUJITA ( 1559 - August , 26 , 1616 ) was a military commander from the period of warring states to the first half of the Edo period . +Miyako shichifukujin are stamp places for pilgrims to visit seven deities of good fortune , which consist of seven temples and shrines in Kyoto City , Kyoto Prefecture . +Gakuryo was one of the articles in the ritsuryo codes ( legal codes of the Nara and Heian periods ) . +Renin HAIGO ( 1807-1892 ) was a scholar of Japanese classical literature in the late Edo period and the early Meiji period . +Jodo Sanmandala is a term representing the 3 leading types of compositions among the traditional Jodo Mandala ( Pure Land Mandala ) ( or Jodo Henso-zu [ Pictures of Amitabha 's Paradise ] to be precise ) in Japan . +Makimuku Remains ( " 纒向遺跡 " or " 纏向遺跡 " ) is a series of remains located at the north-west foot of Mt . Miwa ( " 三輪山 . " also called Mt . Mimoro , " 御諸山 " or Mt . Mimuro " 三室山 " ) in Sakurai-City , Nara Prefecture , which existed during the period of the last stage of the Yayoi period to the early Tumulus period of ancient Japan . +Mitsugoro BANDO the 8th ( October 19 , 1906 - January 16 , 1975 ) was a kabuki actor . +Amenooshihomimi ( Masakatsuakatsu kachihayahi amenooshihomimi ) is a god ( Shinto ) that appeared in Japanese mythology . +The Japan and Korea Protocol was the treaty which was signed between Japan and the Korean Empire during the Russo-Japan War in 1904 . +The Battle of Ichinotani was a battle at Fukuwara-kyo in Settsu Province on March 27 , 1184 , during the end of the Heian period . +Kyoto University Press is a circle certified by Kyoto University for publishing Kyoto University 's student press " Kyoto University Press " ( commonly known as " Kyodai Press " ) and other related publications . +Shimenosuke SANO ( 1836-July 15 , 1867 ) was a Hira Taishi ( Regimental Soldier ) , belonging to Kashitaro ITO 's faction of the Shinsengumi . +Shozan ( also known as Zozan ) SAKUMA ( March 22 , 1811 - August 12 , 1864 ) was a Japanese warrior , military strategist , and thinker . +Keihoku Town was a town which existed in Kitakuwada-gun , Kyoto Prefecture until March 31 , 2005 . +Shichijo Omiya Bussho was a Buddhist sculpture workshop that operated in the Heian period . +Arisugawa Station , located in Sagano-kaminoki-cho , Ukyo Ward , Kyoto City , is a stop on the Arashiyama Main Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +Unzen KUSHIRO ( 1759-December 31 , 1811 ) was a painter in the literary artist 's style in the late Edo period . +Yahei OZAKI ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group ) which was the forerunner of the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +Hosokawa clan was a samurai family that prospered between the Kamakura period to the Edo period , the original family name was Genji . +TACHIBANA no Kiminari ( 公業 ) ( years of birth and death unknown ) was a busho ( Japanese military commander ) of the Tachibana family from the late Heian period to the early Kamakura period . +Kanesue IMADEGAWA ( 1281 - February 25 , 1339 ) was a court noble in the late Kamakura period to the Muromachi period . +Eejanaika is a social phenomenon observed from the end of the Edo period , August 1867 ( 表記の変更 ) to the beginning of the Meiji period , April 1868 ( 表記の変更 ) , starting from Edo and extending to the Shikoku region with the Tokai and Kinki regions as its centers . +The term Shinno-ningoku means provinces to which imperial princes were appointed as kokushi ( provincial governor ) as well as such systems . +MINAMOTO no Arihito ( 1103 - March 23 , 1147 ) was a kuge ( Japanese aristocratic class or noble man ) in the late Heian period . +Amenokoyane no Mikoto ( written in kanji as 天児屋命 ) is a god ( Shinto ) that appeared in Japanese mythology . +the Mifa shanshui is a style of Sansui-ga ( Chinese-style landscape painting ) with ink that Futsu BEI and his son Mi Youren , literati painters during Sung dynasty in China , are reported to have started +FUJIWARA no Tsugutada ( 727 – August 27 , 796 ) was a courtier from the late Nara period to the early Heian period . +Yukimori NIKAIDO ( 1181 - December 30 , 1253 ) was a grandson of Yukimasa NIKAIDO and Mandokoro Shitsuji ( chief of Mandokoro , the Administrative Board ) of the Kamakura bakufu and hyojoshu ( a member of Council of State ) . +GAKUIN Ekatsu ( 1357 - March 8 , 1425 ) was a Rinzai sect priest from the period of the Northern and Southern Courts ( Japan ) to the mid Muromachi period . +Jokisen is a brand of Japanese green tea . +List of provinces / San-indo / Tango Province +OK +Injo-ji Temple is a Buddhist Temple belonging to the Koyasan Shingon Sect located in Kamigyo Ward , Kyoto City . +Toriya Misanzai Tumulus is a keyhole-shaped grave mound in Toriya Town , Kashihara City , Nara Prefecture . +The traditional Japanese age system is one method of calculating age . +Tsunehide OINOMIKADO ( April 18 , 1711 - December 20 , 1752 ) was Kugyo ( court noble ) in the middle of the Edo period . +Konmeichi no shoji is a tsuitate shoji ( a partitioning screen , which stood between Hirobisashi no futama of Seiryo-den Imperial palace and ue no mitsubone - a kind of room ) . +Marebito is a term in Orikuchiism that refers to a spiritual or deity-like being who visits from the afterworld at a specified time . +Akitsugu MIURA ( September 15 , 1834 - March 13 , 1860 ) was a feudal lord ( daimyo ) in Japan during the Edo period . +Yugisho is a method that was mainly used in trials to judge which of the two claimants involved had a just claim . +Emperor Anko ( c . 401 - September 24 , 456 ) , who reigned from January 28 , 454 , to September 24 , 456 , was the twentieth Emperor . +Kifune-jinja Shrine ( also known as Kibune-jinja Shrine ) . +The Battle of Gassan Toda-jo Castle was a battle that occurred from 1542 to 1543 and from 1565 to 1566 over Gassan Toda-jo Castle located in Izumo Province ( present-day Yasugi City , Shimane Prefecture ) which was the base of the Amago clan . +Norihira TAKATSUKASA ( February 14 , 1609 - November 7 , 1668 ) was a Court noble who lived during the Edo period . +" Omine Okugake-michi ( paths ) " is the road of ascetic practices leading to Kumano Sanzan ( three major shrines , Kumano-Hongu-Taisha Shrine , Kumano-Hayatama-Taisha Shrine and Kumano-Nachi-Taisha Shrine ) and is one of Kumanokodo Road . +The historical museum of Hanazono University was established in Nakagyo Ward , Kyoto City , in 2000 . +MINAMOTO no Yorimitsu ( 948 - September 4 , 1021 ) was a military commander during the mid-Heian Period . +A selected intangible cultural property refers to intangible cultural property whose expense related to record , preservation and disclosure is partly subsidized by public funds , except important intangible cultural properties . +Hokyo ( years of birth and death unknown ) was a priest in the Nara period . +Chichibu no kuni no miyatsuko ( 知々夫国造 ) was a kuni no miyatsuko , who ruled the west part of Musashi Province . +Imperial Prince Kanin-no-miya Naruhito ( February 17 , 1818 – October 20 , 1842 ) was a member of the Imperial family who lived in the Edo period . +Genji monogatari taisei ( Comprehensive Study of The Tale of Genji ) is a study of The Tale of Genji written and compiled by Kikan IKEDA , and it mainly dealt with the differences among the various versions of text . +Emperor Gohorikawa ( March 22 , 1212 - August 31 , 1234 ) was the eighty sixth Emperor during the Kamakura period ( his reign was from July 29 , 1221 to November 17 , 1232 ) . +Shitokan , also known as Shitokan-sei system , is a term that refers to the fact that core officials of government offices were comprised of people of four ranks under the Ritsuryo system ( a system of centralized government under the Ritsuryo code ) . +Tamezumi REIZEI ( 1530 - May 17 , 1578 ) was a court noble and military commander in the Sengoku period ( period of warring states ) and the Azuchi-Momoyama period . +Kongo-ji Temple , a Buddhist temple of the Tenryu-ji school of the Rinzai sect , is located in Kameoka City , Kyoto Prefecture . +Kozosu ( birth date unknown – April 1626 ) was born into a samurai family and lived from the Azuchi Momoyama period to the early Edo period , becoming the top joro ( high ranking female servant ) to Kodaiin and later to Hidetada TOKUGAWA . +An osso referred to a suit asking for retrial and so on without taking regular judicial proceedings . +Morikazu / Shuichi NUMA ( January 21 , 1844 - May 17 , 1890 ) was a Shogun 's retainer-turned- statesman , and a journalist . +Higaida Otsuka Kofun is an ancient tomb belonging to the Makimuku-kofun Tumuli Cluster in Sakurai City , Nara Prefecture . +Toshiya was an event held as part of of Kyujutsu ( the Japanese classical martial art of shooting an arrow from a bow at a target ) . +Nagahama Biwako Daibutsu ( Great Buddha of Nagahama Biwako ) is the statue of Buddha in Ryochu-ji Temple on Mt . Heian in Nagahama City , Shiga Prefecture . +Joko SEGAWA was the pen name of kabuki writers ( that has been passed down ) . +" The Ima Monogatari " is a collection of narratives which was compiled in the Kamakura period . +Ryozo SHUKUIN ( circa 1821 - January 30 , 1868 ) was a common member of the Miburoshigumi ( Mibu masterless warriors group , which was the forerunner of the Shinsengumi ) and the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +" Kyo-shikki " is a handicraft of lacquerware produced in Kyoto City . +Doko ( 1430 - 1527 ) was a Buddhist monk who was the monzeki ( chief priest who is a member of the Imperial Family ) of Shogo-in Temple during the Muromachi period . +Ujitane CHIBA ( 1337 June 10 - 1365 September 28 ) is a busho ( Japanese military commander ) in the period of the Northern and Southern Courts ( Japan ) . +The term " Kyoto Ongaku Hakurankai ( Kyoto Music Expo ) " refers to a music festival that has been held annually since 2007 in Umekoji-koen Park , in Kyoto Prefecture . +Yoshitada IMAGAWA was a busho ( Japanese military commander ) in the Muromachi period and the Sengoku period ( period of warring states ) . +Kyoshiki refers to a capital administrative agency in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Emperor Kaika ( 208 B.C. – May 21 , 98 B.C. ) is the ninth emperor ( reigned from November 12 , 158 B.C. to May 21 , 98 B.C. ) written in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +ABE no Yoritoki ( year of birth unknown - August 28 , 1057 ) was a military commander in the Heian period . +Tsujigahana : The title of a movie that Shochiku Co . , Ltd. released in 1972 , starring Shima IWASHITA +Kuwajiro OISHI ( 1838 - November 3 , 1870 ) was a Shoshi shirabeyaku ken kansatsu ( Shinsengumi 's organizational post for investigating movements of the opponents and keeping the Shinsengumi members under control ) . +ONO no Oyu ( date of birth unknown - July 17 , 737 ) was a poet and lower to middle-ranked government official of the Nara period . +Minto is the general term of the political parties such as the Liberal Party ( in the Meiji period ) and the Constitutional Progressive Party and so on which promoted the Movement for Democratic Rights in the Meiji Period . +Tanyu KANO ( March 7 , 1602 [ January 14 , 1602 by the old calendar ] - November 4 , 1674 [ October 7 , 1674 by the old calendar ] ) was a painter of the Kano School during the Edo Period . +Alice Mabel Bacon ( 1858 - May 1 , 1918 ) was an American female educator . +KIBI no Yuri ( year of birth unknown - February 17 , 774 ) is a government official in the latter half of the Nara Period . +Imperial Prince Fushiminomiya Sadayuki ( July 14 , 1632 - June 10 , 1694 ) was a member of the Imperial family during the early Edo period . +AU no Shima ( date of birth and death unknown ) lived in the Asuka period in Japan . +Monjo hakase of Daigaku-ryo ( 大学寮 : an institute for the training of government officials established under ritsuryo-sei [ a system of centralized government based on the ritsuryo codes ] , which belonged to Shikibu-sho [ Ministry in charge of ceremonies in the Nara and Heian periods ] ) was a teacher of kiden-do ( the study of histories , one of the subjects taught at Daigaku-ryo ) , and was ryoge-no-kan ( a government post outside those determined under ritsuryo-sei ) . +Chasen is one of the tea utensils used for preparing powdered green tea in the Japanese tea ceremony . +Important cultural properties are tangible cultural heritage ( such as constructions , buildings and the art craft articles ) in Japan that are designated as being culturally , historically or academically important under the Law for the Protection of Cultural Properties by the Japanese government ( or the Minister of Education , Culture , Sports , Science and Technology ) . +Two 23.5 meter-long beams of Japanese red pine are used to support the roof of Daibutsu-den Hall of Todai-ji Temple ; these two beams were carried from the Shiratori Shrine of Hyuga Province ( Ebino city ) to Todai-ji Temple of Yamato Province by several hundred thousand people in 1704 , and it took them nine months . +Michinobu KOGA ( 1487-March 1543 ) was Kugyo ( court noble ) during the late Muromachi period . +Kajiro NISHINOUMI ( February 19 , 1855 - November 30 , 1908 ) was sumo wrestler in the middle of the Meiji period . +Kujisen was money paid in place of taxes in kind ( including labor ) as daisenno ( paying dues in cash instead of in kind ; commutation ) for kuji ( public duties ) during Medieval Japan . +Fusanosuke KUHARA ( July 12 , 1869-January 29 , 1965 ) was a Japanese businessman and statesman before the war . +Shigeru NARAHARA ( June 29 , 1834 - August 13 , 1918 ) was samurai and a government official in Japan . +Munetsuna Hatta ( 1086 - October 7 , 1162 ) was a person lived in the late Heian period . +Shigeyuki KASUYA ( 1270 - June 29 , 1333 ) was a busho ( Japanese military commander ) during the end of Kamakura period to the early Northern and Southern Courts period ( Japan ) and Shugodai ( the acting Military Governor ) of Hoki Province . +FUJIWARA no Suemichi ( year of birth and death unknown ) was a retainer at the Imperial Court and a kajin ( waka , the traditional Japanese poem of thirty-one syllables , poet ) who lived at the end of the Heian Period . +Tokihiro HIROSE ( November 6 , 1851- January 30 , 1870 ) was a Hira Taishi ( Regimental Soldier ) or a Corporal of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +SANUKI no Naganao ( 783-September 14 , 862 ) was a scholar of law ( Myobo ) in the early Heian period . +" Nanto moro-haku " was the general term for several kinds of " soboshu " ( monk 's sake ) produced with " moro-haku " ( sake brewed using polished rice both for the mold-cultivated rice and for the steamed rice ) at temples in Nara ( also called " Nanto " [ southern capital ] ) , which firmly kept its reputation as the sake of the highest quality and grade from the middle of the Heian period to the end of the Muromachi period . +Baitei SAITA ( April 6 , 1900 - June 1 , 1981 ) was a Japanese kirikane-shi ( a craftsman of kirikane , a decorative technique used in Buddhist paintings and on wooden statues and for lacquer work and employs gold or silver foil cut into thin strips or minute triangular or square pieces , which are laid on designs and painted in with glue ) . +Fuichi or Shinichi HONJO ( 1798 - November 22 , 1846 ) was a rangakui ( a doctor who studied Western sciences by means of the Dutch language ) and literate who opened a medical practice in 本庄宿 ( current Honjo City in Saitama Prefecture ) in the late Edo period . +Shikibushoku is one of the departments of the Imperial Household Agency . +Himeii method is one of modern Japanese sake production methods and a kind of high-temperature saccharification method . +Reiku ( 1652 - November 4 , 1739 ) was a Tendai Sect priest in the middle of the Edo period . +Tanabata ( Shichiseki ) is one of the days of sekku / sechinichi ( a day of the turn of the season ) in Japan , China , Taiwan , Vietnam , and Korea . +Mizusashi is a tea utensil . +Eisan-ji Temple is a temple of the Hozan School of the Shingon Sect located in Gojo City , Nara Prefecture . +" Awa-manju " is a local sweet of Yanaizu Town , Kawanuma County , Fukushima Prefecture . +Engyo ( 799 - March 29 , 852 ) was a monk of Shingon sect in the Heian period . +Japanese cedar pollinosis is a form of hay fever caused by pollen of the Cryptomeria japonica ( Japanese cedar ) tree . +" Sugawara Denju Tenarai Kagami " ( Sugawara 's Secrets of Calligraphy ) ( classic word : 傳授 ) was Gidayu-bushi ( musical narrative of the puppet theatre ) and a program of ningyo joruri ( traditional Japanese puppet theater ) and Kabuki ( traditional drama performed by male actors ) played along with it . +" 松風 " ( Matsukaze ) literally means the wind blowing against the forest of pine trees . +MINAMOTO no Mitsuyasu ( 源 光保 : date of birth unknown - 1160 ) was a busho ( Japanese military commander ) , who lived during the late Heian Period . +Juko-in Temple is a sub-temple located within the precinct of Rinzai sect Daihonzan ( Head Temple ) Daitoku-ji Temple in Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +Kakyo Hyoshiki is the oldest extant Kagakusho written by FUJIWARA no Hamanari . +Munezane OINOMIKADO ( 1343-June 21 , 1404 ) was Kugyo ( top court official ) who lived from the period of the Northern and Southern Courts to the Muromachi period . +Nittoboeki ( 日唐貿易 ) is the trade that was carried on between Japan and Tang dynasty China . +Ninigi ( Amenigishi kuninigishi amatsuhiko hiko hononinigi ) is a deity in Japanese mythology . +Higashimuko Station , located in Muko City , Kyoto Prefecture , is a stop on the Hankyu Kyoto Line , which is operated by the Hankyu Railway . +Meihosotetsu ( 1277 - May 5 , 1350 ) was a Soto sect Buddhist monk from the late Kamakura period to the period of the Northern and Southern Courts . +Ohara ( the kanji used is 大原 which is pronounced as O-o-ha-ra or O-ha-ra ) is the name of a small-scale basin located in the upstream region of Takano-gawa River ( Kyoto City ) at the western foot of Mt . Hiei in the northeastern part of Sakyo Ward , Kyoto City . +Yoshimasa UEMATSU ( December 29 , 1721 - October 5 , 1777 ) was a court noble during the mid Edo period . +Kenrei refers to : +Shiokara is a preserved food made from flesh of seafood , salted mostly with the guts in order to prevent rot , fermented and matured with the aid of enzymes ( an autolyzed enzyme and ones possessed by the internal microorganisms ) . +Yoshinobu KIRA , whose birth and death year is unknown , was a busho ( Japanese military commander ) in the Muromachi period . +Kyohei NAKAMURA ( July 4 , 1855 - January 21 , 1934 ) is an educator . +Karakuri means a Japanese traditional mechanical doll or miniature , or other mechanical device . +Skeleton woman is a specter described in " Konjaku Gazu Zoku Hyakki " ( Continued Illustrations of the Many Demons Past and Present ) , a collection of specters illustrations , by Sekien TORIYAMA . +Omoikane is a god who appears in the Japanese mythology . +Yorimoto HOSOKAWA ( 1343 - June 2 , 1397 ) was a Bakufu Kanrei ( shogunal deputy ) during the Muromachi period . +Former samurai Jozan ISHIKAWA ( 1583 – June 18 , 1672 ) was a member of the literati in the early Edo period . +Sagemon is a custom that is passed down in Yanagawa City , Fukuoka Prefecture . +FUJIWARA no Motoyori ( 1040 - 1122 ) was a Court noble and Samurai during the late Heian period . +The Ukiyo-e Ruiko is basic material of the art history , collected biographies and backgrounds of ukiyo-e ( Japanese woodblock prints ) artists . +Suo NUKINA was a Confucian scholar , calligrapher ; literati painter ( from July 26 , 1778 to June 21 , 1863 ) . +Norichika ISSHIKI ( 1419 - December 21 , 1451 ) was a shugo daimyo ( shugo was a Japanese provincial military governor and later it became daimyo , a Japanese feudal lord ) who lived during Muromachi period . +NAKAHARA no Chikayoshi ( 1143 - February 1 , 1209 ) was a bunkan gokenin ( civil officer vassal ) who lived in the late Heian period and early Kamakura period . +Sokei OHASHI the first ( born in 1555 , birth date unknown - April 6 , 1634 ) was a shogi ( Japanese chess ) player listed as a grand shogi master . +Nihongi Koen was a court function that gave lectures and did research on the national history of Japan or " Nihonshoki " ( Chronicles of Japan ) during the early Heian period . +Kuninotokotachi no Kami is a god appearing in Japanese mythology . +Teibi Yakujo were regulations relating to the control of visitors to Japan which were agreed between the Yi-Dynasty and the So clan in Tsushima in 1547 . +Mitsuhiro MATSUDAIRA ( 1674 -October 8 , 1717 ) was fudai daimyo ( a daimyo in hereditary vassal to the Tokugawa family ) during the middle of the Edo Period . +Hiroshige UTAGAWA ( 1797 - October 12 , 1858 ) was an Ukiyoe artist . +Mokkei ( year of his birth and death unknown ) was a Buddhist Monk in the late 13th century , during the period from the end of Southern Sung dynasty to the early Yuan dynasty . +Masakatsu KUSUNOKI was a busho ( Japanese military commander ) in the period of the Northern and Southern Courts ( Japan ) . +Kamitsukenu no kuninomiyatsuko ( also known as Kamitsukenukokuzo , Kamitsuke no kuninomiyatsuko , and Kamitsukenokokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled Kamitsuke Province . +Mitsumasa KAMATA ( date of birth unknown - March 23 , 1185 ) was a busho ( Japanese military commander ) who lived during the late Heian period . +Tendon is a bowl of rice topped with pieces of tenpura . +Kamishichiken-dori Street is a street running east-west through Kamigyo Ward in Kyoto City . +" The Old Book of Tang " ( Jiu Tangshu or Kutojo in Japanese ) was a book of history compiled by Liu Xu and others under the reign of Shi Chonggui of Later Jin of the Five Dynasties and Ten Kingdoms Period in China . +Murayanimasumifutsuhime-jinja Shrine is a Shinto shrine located in Tawaramoto-cho , Shiki-county , Nara Prefecture . +Nichiyu ( year of birth unknown-December 5 , 1606 ) was a monk of Hokke sect from the Azuchi-Momoyama Period through the early Edo period . +Warabite sword is one of the Japanese iron swords . +Koreyoshi OUCHI was a busho ( Japanese military commander ) , who lived from the late Heian period to the early Kamakura period . +WAKE no Kiyomaro ( 733 - April 4 , 799 ) was a high-ranking official , who lived during the early Heian Period . +Toyouke-bime is one of the gods from Japanese mythology . +The " Otenmon no Hen " ( the Otenmon gate incident ) was a political incident which happened in 866 , in the early Heian period . +" Fuku no kami " is a program of Kyogen ( farce played during a Noh play cycle ) . +Doyo SASAKI ( also known as Doyo KYOGOKU ) was a warlord between the end of Kamakura period and the period of the Northern and Southern Courts . +Shizen-ei ( poems about nature ) is a term for a type of tanka ( thirty-one syllable poem ) ( also used in reference to haiku ) . +The Naidankata , that functioned from 1344 to 1349 , was a Muromachi bakufu ( Japanese feudal government headed by a shogun ) controlled deliberative organization managing the shomusata ( trial dealing with land-related issues ) . +Toshi , also known as Kanto-onshi , is a messenger dispatched from the Kamakura bakufu ( Japanese feudal government headed by a shogun ) to Imperial Court in Kyoto , to Rokuhara Tandai ( the bakufu deputy in Kyoto ) or to Kanto-moshitsugi ( liaison officer mediating between the bakufu and the Imperial Court ) , etc. and was employed for communication of the bakufu 's opinions of issues of special political importance to Kyoto . +Musashi MIYAMOTO ( 1584 ? – June 13 , 1645 ) was a master of the sword during the early Edo period . +Daishi is a kind of honorific title in China and in Japan bestowed to priests with high virtue by the Imperial Court , and many of them are okurina ( posthumous names ) . +Houyou GOYAMA ( 1824 - 1889 ) was a prominent Japanese calligrapher and composer of Chinese poems in the Meiji period . +Tarishihiko was a king of Wa ( Japan ) mentioned in the the article of East Barbarian in Wa , section 46 of the 81st volume in " Suishu " ( the Book of the Sui Dynasty ) . +Sajiro HIRATA ( 1842 - 1902 ) is a businessman from Yokkaichi City , Mie Prefecture and the founder of Hirata Boseki ( Hirata Spinning Company ) . +The god Inari is one of the Japanese Shinto gods . +Nobuyoshi NAKAYAMA ( 1577 - February 5 , 1642 ) was a Tsukegaro ( Karo [ chief retainer ] assigned directly by the shogun when the sons of the Tokugawa became daimyo ) of the Mito domain . +Nagayasu ( Choan ) OKUBO was a military commander in the period of warring states . +The Onakatomi clan was a noble family that led religious services at the central government in ancient Japan . +Yoshiie UKITA ( year of birth unknown - 1534 ) was a military commander during the Sengoku Period ( Period of Warring States ) ( Japan ) . +SAEKI no Imaemishi ( 719 - 17 November 790 ) was a noble who lived in the Nara Period . +Risaburo NOMURA ( 1844 - May 6 , 1869 ) was a member of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +Narutoshi ( also called Naritoshi ) ANEGAKOJI ( 1505 - 1527 ) was a Court noble who lived during the Sengoku period ( Period of Warring States ) , and also served as the governor of Hida Province . +Imperial Prince Kagosaka ( Kagosaka no Miko ; his date of birth is unknown ; he died in February , 201 ) appeared in the " Kojiki " ( The Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) as an Imperial family ( royal family ) during Kofun period ( tumulus period ) of Japan . +Ario ( year of birth and death unknown ) was a person who lived in the late Heian era . +Miko , also referred to as Oji is the naming of the sons of Kotei or Tenno ( emperor ) . +The Uin ( Council of the Right ) was an administrative body in the early Meiji period . +Ginchiyo TACHIBANA ( October 3 , 1569 - November 30 , 1602 ) was a ( Japanese ) woman in the Sengoku period ( period of warring states ) . +Ichiza was the term for the highest seat among court positions at the Imperial Court . +Yashima is a Noh play based on Heike Monogatari ( The tale of the Heike ) . +Takamagahara kochihi is a stone monument placed at Kaya University in Goryeong-gun , Gyeongbuk , Korea . +Gusai ( also known as Kyusei or Kyuzei , 1283 - 1376 ) was a non-courtier Renga ( linked verse ) master who lived from the end of the Kamakura period into the Northern and Southern Court period . +Shimotsuki kagura is kagura ( sacred music and dance performed at shrines ) that is performed in November ( according to the old lunar calendar ; December through to January of the following year according to the Gregorian calendar ) . +Sanze-isshin Law ( sanze isshin no ho ) is kyaku ( amended laws of Ritsuryo codes ) which was issued on May 29 , 723 during the early Nara period , and the law which allowed a land cultivator to own his land privately for three generations ( or only for his own generation ) in order to encourage to cultivate rice fields . +Minu no Okimi ( year of birth unknown - May , 708 ) was one of the Imperial family members of the Asuka period . +Yoshikage ASAKURA was a busho ( Japanese military commander ) during the Sengoku period ( period of warring states ) ( Japan ) . +Kudara Kannon is a wooden statue of Kannon Bosatsu ( Buddhist Goddess of Mercy ) which was made during the Asuka period ( from the mid until the late seventh century ) and is owned by Horyu-ji Temple in Ikaruga-cho , Nara Prefecture . +Hoki-ji ( also pronounced as Hokki-ji ) is a temple of the Shotoku sect located at Okamoto , Ikaruga Town , Ikoma County , Nara Prefecture . +Yasuhiro WAKISAKA was the fifth lord of the Tatsuno Domain in Harima Province . +Zatsumusata is a term that was used in medieval Japan , referring to civil dispute , suit , and trial except for territory and land tax . +Rozan-ji Temple is a Tendai Buddhist temple located in Kamigyo Ward , Kyoto City . +Emperor Nakamikado ( January 14 , 1702 - May 10 , 1737 ) , his reign was From July 27 , 1709 to April 13 , 1735 , he was the hundred fourteenth Emperor during Edo period . +Yoshimochi ASHIKAGA was the fourth shogun of Muromachi Shogunate . +The Three Mountains of Yamato is the generic name for the three mountains that tower high over the southern area of the Nara Basin in Nara Prefecture ( former Yamato Province ) and around Asuka . +" Koto " is a novel written by Yasunari KAWABATA between 1950 and 1955 . +The Sagano Sightseeing Tram runs along the Sagano Scenic Railway between Saga Torokko Station ( Ukyo Ward , Kyoto City , Kyoto Prefecture ) and Kameoka Torokko Station ( Kameoka City , Kyoto Prefecture ) . +Haikai is a form of Japanese literature ( or a work of haikai ) that generally flourished during the Edo period . +Kinuyo TANAKA ( December 29 , 1909 - March 21 , 1977 ) was a Japanese actress and film director in the Taisho and Showa periods . +Chikatada TATE ( year of birth unknown - March 4 , 1184 [ unconfirmed ] ) was a busho ( a Japanese military commander ) at the end of the Heian period . +Sakimori was a military system carried out under in ancient China and in Japan under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) from the Asuka period to the Heian period . +Shinaga no kuni no miyatsuko ( 師長国造 ) , also known as Shinaga kokuzo , was a kuni no miyatsuko ruled the west part of Sagami Province . +Junyoze ( Buddhism Ten Factors of Life ) is the principle of causality which is expounded in the Chapter of Expedient Means of " the Lotus Sutra " . +Imperial Prince Fushiminomiya Yoshihito +Shigeyuki KUZE ( 1659 - August 1 , 1720 ) was a Daimyo ( feudal lord ) in the Edo period , and a cabinet minister of the Tokugawa shogunate . +Dainihon Chado Gakkai is one of the schools of the tea ceremony . +Ahiratsuhime ( 吾平津姫 ) was the wife of Emperor Jinmu . +Monk-Imperial Prince Gyonen ( November 16 , 1602 - October 15 , 1661 ) was a member of the Imperial Family and a monk during the early Edo period . +Sueshige HIRAYAMA was a busho ( Japanese military commander ) of the west party ( the Himatsuri clan ) , one of the seven west parties of Musashi Province that existed during the late Heian period to the early Kamakura period . +Japanese whisky is the whisky that is produced in Japan . +Kosetsu KANZE ( 1843 - March 31 , 1911 ) was a Nohgakushi ( Noh actor ) playing shite ( principal roles ) of Kanze-ryu school . +Shofu is a style of Haikai ( 17-syllable verse ) , the originator of which is Basho MATSUO . +Kanshi is traditional Chinese poetry . +Kosho-ji Temple on Mt . Buttoku in Uji City , Kyoto Prefecture is the first Soto Sect temple to have been established in Japan and has a So-do hall . +Shumidan is an altar to place a principal image in Buddhist temples , which is one step higher than other places and is used to place Buddha statues and other figures . +Kokyo ( Imperial Palace ) is the residence of the Emperor during normal times . +Shioji Plaza is a seaside park on the beachside of Maizuru City , Kyoto Prefecture . +Shirabyoshi is a type of singing and dancing performance developed from the late Heian period to Kamakura period . +The term " national treasures " ( " kokuho " in Japanese ) refers to those buildings , artworks or other items , among the larger group designated tangible cultural assets ( important cultural properties ) by Japan 's Law for the Protection of Cultural Properties ( according to the second item listed under article 27 of the law ) , that possess great cultural worth from the viewpoint of world culture , as well as those buildings , artworks or other items , considered peerless treasures by Japan 's citizens , that are designated as such by the state ( specifically , by the Ministry of Education , Culture , Sports , Science and Technology ) . +Ariyoshi CHIGUSA ( 1615 - April 12 , 1687 ) was a court noble of the early Edo period . +Hatto-ji Temple is a temple of the Tendai sect located in Bizen City , Okayama Prefecture ( the former Yoshinaga-cho ) . +Saneoki Imadegawa ( 1716 - December 14 , 1730 ) was a retainer of the Imperial Court during the middle of the Edo period . +Kogosho Conference is a meeting on national politics held at Kyoto Palace in Kyoto on January 3 , 1868 in the end of Edo Period . +Fubutsushi means events or things unique to a season--natural phenomena , tastes , living things , and street vendors-- that characterize the season in people 's mind . +The term ishi-bocho ( stone implement ) refers to a ground stone tool excavated from remains in the Jomon period or Yayoi period in Japan ( in Yangshao culture and Longshan culture in China ) . +" Bakuhan-taisei " is a historical concept of social system of early modern Japan viewed basically from feudal homage between bakufu ( Japanese feudal government headed by a shogun ) ( or seii-taishogun , literally " great general who subdues the barbarians ) and han ( domains ) ( or daimyo , meaning " feudal lords " ) . +The Nijo school ( Nijo-ha ) was a medieval waka poetry school , which had its own specific style and philosophy . +Mitsuiko SONO ( 1602 - March 6 , 1656 ) was one of the consorts of the Emperor Gomizunoo . +Myoho ( 1184 - December 4 , 1251 ) was a priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) who lived in the Kamakura period . +Tokifuyu YOKOI ( January 6 , 1860 - April 18 , 1906 ) was a historian of the Meiji period . +" Fu " refers to a processed food made with wheat gluten being the main ingredient . +" もろみ ( moromi ) also spelled as醪 ・ 諸味 " refers to the softly solidified product where the ingredients in the brewed liquid for making soy sauce , sake and so on fermented . +The Kiyooka family is a toshoke ( hereditary lineage of court nobles above a certain rank ) established during the Edo period by Nagatoki KIYOOKA ( Junii - Junior Second Rank ) , Sangi ( councilor ) , Shikibusho ( Minister of Ceremonies ) ( 1657 - 1718 ) , who was the second son of Tameyasu GOJO ( Shonii -Senior Second Rank ) Dainagon ( chief councilor of state ) ( 1619 - 1677 ) . +Butokuden is one of the palace buildings that used be in Daidairi ( the Greater Imperial Palace including the government buildings ) in the Heian period . +Katatagae or Katachigae is one of the customs based on Onmyodo ( way of Yin and Yang ; occult divination system based on the Taoist theory of the five elements ) performed from the Heian period ( 794-1185 ) . +Namasu is the dish made by thinly cutting ( or slicing ) sea foods , vegetables or fruits and dressing them with seasoning materials based mainly on vinegar . +Kotofurunushi is one of Japanese specters that is introduced in " Hyakki Tsurezure Bukuro " ( One hundred bags in idleness ) which is a collection of specters illustrations by Sekien TORIYAMA , and it is Tsukumo-gami ( gods to a variety of things ) of koto ( a long Japanese zither with thirteen strings ) . +Shigenao URANO ( dates of birth and death unknown ) was a busho ( Japanese military commander ) in the end of Heian period . +Oharae no kotoba is a Norito ( Shinto prayer ) that is used in Shinto religious service . +Zuijin ( also called as zuishin ) was a government official in Konoefu ( the Headquarters of the Inner Palace Guards ) during and after the Heian period ; zuijin followed nobles to guard them when they went out . +Emperor Kokaku ( September 23 , 1771 - December 11 , 1840 ) , the 119th Emperor , reigned during the Edo period from December 16 , 1779 to May 7 , 1817 . +Ryuguhama Kaisui Yokujo ( Ryuguhama Seaside Resort ) is a seaside resort facing the Sea of Japan , located in Maizuru City , Kyoto Prefecture . +MINAMOTO no Hikaru +Katamachi Line refers to the railway ( trunk line ) of West Japan Railway Company ( JR West Japan ) between Kizu Station ( Kyoto Prefecture ) in Kizu City , Kyoto Prefecture and Kyobashi Station ( Osaka Prefecture ) in Osaka City , Osaka Prefecture . +Kosho-ji Temple is a Jodo shin shu ( True Pure Land Sect Buddhism ) temple located in Shimogyo-ku Ward , Kyoto City , Kyoto Prefecture . +Mochikuni HATAKEYAMA ( 1398-April 12 , 1455 ) was a Kanrei ( Shogun 's deputy ) of the Muromachi shogunate during the Muromachi period . +The Kazoku-rei was a Japanese act . +Torazo TANAKA ( 1841 - May 18 , 1867 ) was a Japanese fencing master of Shinsengumi . +Myotara-ten or Myotara-tennyo is a Japanese god who is a guardian of Shinto and Buddhist deities , good people and children , and also a god of exorcism and matchmaking . +Totsuna KUTSUKI is the fifth lord of the Fukuchiyama Domain in Tanba Province . +The Prince Asukabe ( year of birth and death unknown ) was a bureaucrat who lived in the Nara period . +Nodate is an open-air tea ceremony in which people make and enjoy green tea or powdered green tea . +Sashiage is a way of lifting up votive objects for a Shinto home shrine , which are of a shouldered type used at a festival , such as Mikoshi ( a portable shrine ) , Taikodai ( a drum stand ) , Futon Daiko ( a mattress drum ) or Dashi ( a float ) , higher than usual . +Japanese mythology is a collection of myths that have been passed down in Japan . +TACHIBANA no Masamichi ( year of birth and death unknown ) was a poet ( classic Japanese and Chinese styles ) of the mid Heian period . +Sukeie KUJO ( October 11 , 1769 - July 24 , 1785 ) was a Court noble who lived during the Edo period . +Shakyo is a Buddhist practice to copy Buddhist scriptures , and it also means Buddhist scriptures that have been copied . +Joji Incident , which occurred in 1366 during the late Northern and Southern Courts Period ( Japan ) ( the early Muromachi period ) , was an incident by which Yoshimasa SHIBA , shitsuji ( steward , later renamed kanrei ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) , and his father Takatsune SHIBA , an influential shugodaimyo ( territorial lord as provincial constables ) and a close aid of seii taishogun ( literally , " great general who subdues the barbarians " ) Yoshiakira ASHIKAGA , fell from power . +Death March of Hakkoda Mountains Incident was the incident in which the fifth Infantry Regiment of the eighth Imperial Japanese Army ( IJA ) division was stranded while on a training exercise on the Hakkoda-san Mountain . +Moronaga ICHIJO ( 1258 - December 5 , 1293 ) was Kugyo ( a Court noble ) in the Kamakura period . +Akifusa MANABE was the lord of Takasaki Domain in Kozuke Province , and was the first member of the Manabe clan to rise to the position of lord over Murakami Domain in Echigo Province . +Bosatsu , or Bodhisattva ( in Sanskrit ) is a disciplinant who wants to become Buddha ( tries to become Nyorai ) in Buddhism . +Awa no Tsubone +TACHIBANA no Toshitsuna ( 1028 - September 2 , 1094 ) was a government official and poet during the late Heian period . +The Ritsuryo system is the Japanese term for the system of centralized government seen mainly in ancient East Asia . +Saisuke YASUTOMI ( 1839 - May 28 , 1873 ) from Ashimori Domain of Bicchu Province is a member of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +The " Heian nobles " refer to the noblemen in the Heian Period . +MINAMOTO no Masasada ( 1094-July 18 , 1162 ) was a court noble and a poet during the late Heian Period . +Tokinoriki is a diary written by a court official named TAIRA no Tokinori during the Heian period . +FUJIWARA no Tadamune ( 1087 - October 7 , 1133 ) was a court noble who lived in the latter half of the Heian period . +Tsukasa ( also known as Shi ) was a rank in government offices mainly placed under the ministries in the ancient Japanese ritsuryo legal code system . +In feudal days of old , lower ranked samurai took the heads severed from the bodies of foes killed on the battlefield to their commanders for identification called " Kubi jikken " ; this activity took place because a severed head was crucial piece of identification evidence leading to conferring of honors on lower ranking samurai . +Fuji no uraba is one of the 54 chapters of " The Tale of Genji . " +Kanichiro YOSHIMURA ( 1840 - January 27 , 1868 ) +Ninkaku ( 1045 - April 17 , 1102 ) was a priest of the Tendai Sect during the latter part of the Heian period . +To-ji , located in Kujo-cho , Minami Ward , Kyoto , is the head temple of the To-ji Shingon Sect that has connections to Kobo Daishi Kukai . +The Kagemasa KAMAKURA ( TAIRA no Kagemasa ) was a military commander of the late Heian period . +Hatsusebe no himemiko ( before 686 ? to 741 ) was a member of the Imperial Family who lived in the Asuka period . +Haihan-chiken was an administrative reform implemented on August 29 , 1871 through which the Meiji government abolished feudal domains and established prefectures that were under the control of the central government . +Kakizome is a festival for calligraphy and drawing pictures , during which one uses brushes for the first time since the start of the new year . +Kyushu ocho setsu is a theory that a dynasty existed in Kyushu until the end of the seventh century and Dazai-fu was the capital of the dynasty , advocated by Takehiko FURUTA . +Hyobukyo no Miya is a name for a fictitious Imperial prince , for convenience , whose real name is unknown in the tale . +Emperor Gokashiwabara ( November 19 , 1464 - May 19 , 1526 ) was the 104th Emperor , reigning from November 16 , 1500 to May 19 , 1526 in the Muromachi and Sengoku ( warring states ) periods , the latter being the period of civil wars between rival daimyo . +The term " Osamedono " means a palace where gold / silver , costumes and / or furnishings were kept . +The Boxer Rebellion was the disturbance that occurred at the end of the Qing dynasty in China . +Shoho-gocho is a statistical book which the Edo bakufu ( Japanese feudal government headed by a shogun ) ordered daimyo ( feudal lords ) to prepare by ryoseikoku ( province ) , putting together the names and muradaka ( total yields ) of villages . +Shichijo-dori Street is one of the major east-west streets in Kyoto City . +Hikone Domain refers to a domain which possessed the northern part of Omi Province . +Takase-gawa River Ichi no Funairi ( an artificially generated cove ) is a cove in the Takase-gawa River ( in Kyoto Prefecture ) that provides a pier for boats . +Keizo KAGAWA ( December 27 , 1841 - March 18 , 1915 ) was a loyal supporter of the Emperor in the Mito Domain . +MINAMOTO no Yoshikiyo ( year of birth and death unknown ) was the fourth son of MINAMOTO no Yoshitada . +Born in 1561 and gone on December 15 , 1616 , Masazane SAKUMA was a busho ( Japanese military commandar ) from the Azuchi-Momoyama period to the Edo period . +Negi is the official title for Shinto priesthood . +Imperial Prince Katsura-no-miya Takehito ( July 28 , 1810 – July 7 , 1811 ) was a member of the imperial family of Japan who lived in the late Edo period . +Registered Tangible Cultural Properties are the tangible cultural properties that are registered in the book of registration at the Agency for Cultural Affairs , in accordance with the registration system for cultural properties established under the Law for the Protection of Cultural Properties amended in 1996 . +Arashiyama or Ranzan +Ryokai-mandala is a mandala which visually depicts the truth and the state of enlightenment that is advocated by Dainichi Nyorai ( Mahavairocana ) , principal Buddha in Esoteric Buddhism . +" Hanjo " is a Noh play , which is reportedly created by Zeami . +Jodo ( Pure Land ) is a Buddhist concept which pointed to a world clean and pure . +The War of Arioka-jo Castle was a siege conducted in the period from August 1578 to November 17 , 1579 . +Mt . Oshio is a mountain located in Nishikyo Ward , Kyoto City , Kyoto Prefecture . +FUJIWARA no Fusasaki ( 681 – May 25 , 737 ) was an aristocrat who lived between the Asuka period and the early Nara period . +Sandanike-koen is a park located in Fukuchiyama City , Kyoto Prefecture . +Kobu gattai is a policy promoted in the second half of the Edo period which aimed to reassert the power of the Shogunate by bonding the traditional authority of the Imperial Court to the Shogunate . +Horaga-toge Pass is the pass forming the boundary between Yawata Minamiyama - Yawata City - Kyoto Prefecture and Nagaotoge-cho - Koyamichi - Hirakata City - Osaka Prefecture . +Yoshida no Shidarezakura is a cherry tree located in the area of Yoshida , Maizuru City , Kyoto Prefecture . +In seeing the traditional perfuming arts from a religious point of view , Yoshuku Geino refers to various performing arts for celebrating the New Year such as Manzai ( a traditional celebratory chant-like song ) or Harukoma ( a dance in which a performer carries a wooden horse 's head ) , and Ta asobi or Onda , a performance mimicking the processes of rice production to pray for a good harvest before farm work starts . +Songyu ( July 22 , 1469 - January 17 , 1550 ) was a Jodo Sect priest who lived from the middle of the Muromachi period to the Sengoku Period ( Period of Warring States ) ( Japan ) . +Shokugoshui wakashu is an anthology of poems collected by Imperial command . +The Kamanza-dori Street is a street running north-south street in Kyoto City . +Motoosa MIBU ( April 4 , 1835 to- March 5 , 1906 ) was a Kugyo ( court noble ) at the end of the Edo period through the Meiji period . +Kenzan OGATA ( 1663 - July 22 , 1743 ) was a painter and potter in the Edo Period . +Myoshinji Station , located in Hanazono Tenjugaoka-cho , Ukyo Ward , Kyoto City , is a stop on the Kitano Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +Kyoto urban area , which is the designation of Kyoto City and its peripheral satellite cities collectively , means an economic zone surrounding Kyoto City , Kyoto Prefecture . +Rokushaku fundoshi is Japanese male underwear composed of sarashi ( bleached cloth ) which is approximately 180-300 cm long and 16-34 cm wide . +KO Gendo was toraijin ( ancient Japanese immigrants ) of the royal family of the Goryeo kingdom of the Korean peninsula . +Ryuben ( 1208-September 14 , 1283 ) was a priest of the Jimon School of the Tendai Sect and waka poet who lived during the middle of the Kamakura Period . +MINAMOTO no Yoshinao ( year of birth and death unknown ) is a busho ( Japanese military commander ) in the late Heian period . +Suji is an administrative district that was created in the Edo Period , according to geographical conditions . +National Isolation ( " Sakoku " in Japanese ) refers to the policy of seclusion by which the Edo Bakufu ( Japanese feudal government headed by a shogun ) prohibited Japanese citizens from going abroad , while imposing restrictions on diplomatic exchanges and trade with foreign countries . +FUJIWARA no Nobuzane ( 1175 ? to after 1266 ) was a court noble , a painter , and a poet from the early to middle Kamakura period . +Michiaki KOGA ( February 20 , 1780 - January 9 , 1856 ) was a kugyo ( court noble ) who lived during the latter half of the Edo period . +Chion-ji Temple , located in Miyazu City , Kyoto Prefecture , is a temple of the Myoshin-ji School of the Rinzai Sect . +Shinbashi-dori Street is one of the streets from east to west in Higashiyama Ward , Kyoto City . +Tanenaga KOKUBUN ( c . 1178 to June 3 , 1200 ) is a samurai , who is said to have been in Miyagi County , Mutsu Province during the Kamakura period . +Muramune URAGAMI ( year of birth is unknown - June , 1531 ) was the daimyo ( the Japanese territorial lord ) during the Sengoku period in Bizen , Mimasaka , and Harima Provinces . +Shisendo is a National Historic Site located in Sakyo Ward in Kyoto City . +" Kinosaki " is a limited express train operated by West Japan Railway Company ( JR West ) on the section between Kyoto Station and Kinosakionsen Station through the Sanin Main Line ( Sagano Line ) . +MINAMOTO no Yoshikiyo ( 1075-1149 ) was a busho ( Japanese military commander ) , who lived during the latter Heian period . +The term " Sukuyodo " refers to a kind of astrology which was brought to Japan as a part of the Esoteric Buddhism by priests who studied abroad such as Kukai in the Heian period . +Banya ( a simple lodging house ) +Ranpeki refers to people who devoted themselves to Western learning , or yearned and copied Dutch ( or Western ) manners and customs in the Edo period . +Rintaro OKITA ( 1827 to 1883 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) at the end of the Edo period . +The Battle of Subushi was a battle between the Imperial army and Emishi ( natives of the Japanese islands of Hokkaido and northern Honshu that opposed and resisted the rule of the Japanese Emperors ) occurred in Tohoku region ( later Rikuchu Province ) in the Nara period . +Imperial Prince Abo ( 792 - December 1 , 842 ) was a member of the Imperial Family during the Heian period . +Ushioni ( cow demon ) , or gyuki , is a specter orally handed down in western Japan . +The Ashikaga clan was a Japanese samurai family . +Nakisawame is a kami ( god ) in Japanese Methodology ( shinto ) . +Secchubai is a political fiction written by Teccho SUEHIRO . +The Umamawari was established in the Sengoku Period ( Period of Warring States ) ( Japan ) and was a job based on the government service system for samurai families . +Omiya Station ( Omiya-eki ) +Temomi-cha ( hand-rolled tea ) : Hand rolling is the primary process of making sencha . +Fuyacho-dori Street is one of streets in Kyoto City running in the north-south direction . +Daikakuji-to is a royal ancestry between the late Kamakura Period to the Northern and Southern Courts Period and used to oppose to Jimyoin-to . +New thirty-six major poets is the name given to certain distinguished poets . +Doyu KUROKAWA ( year of birth unknown - 1691 ) was a doctor and historian who lived during the early Edo period . +Koson OTANI ( March 17 , 1850 - January 18 , 1903 ) was a priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) and the 21st hoshu ( head priest ) of the Nishi Hongan-ji Temple who lived from the end of the Edo period to the early part of the Meiji period . +" Meiboku Sendai Hagi " ( The Disputed Succession of the Date Family ) is a play for Ningyo Joruri ( traditional Japanese puppet theater ) and Kabuki , based on Date Sodo ( the Date family disturbance ) . +Uji no shaku refers to conferring a rank of Jugoi ( Junior Fifth Rank ) on one person each annually from among persons ranked Shorokuinojo ( Senior Sixth Rank , Upper Grade ) in the O clan , Minamoto clan , Taira clan , Fujiwara clan , Tachibana clan and others when the investiture was conducted on January 6 ( old calendar ) of every year from the Heian period . +Suetoshi OGIMACHI ( October 30 , 1586- December 28 , 1625 ) was a kuge in the early part of the Edo period . +Hidehisa SENGOKU was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) from the Sengoku period ( period of warring states ) to the early Edo period . +Okaru ( 1684 - November 23 , 1713 ) was a concubine of Kuranosuke OISHI when he was hidden in Yamashina . +Yoshihira KUJO ( June 6 , 1184 - April 17 , 1240 ) was a Kugyo ( high court noble ) who lived in the Kamakura period . +Taihan ( 778- ? ) was an early Heian period Buddhist monk of the Shingon sect . +Dosho ( April 2 , 798 - March 20 , 875 ) was a Buddhist monk during the early Heian period . +Nagayoshi ODA ( 1617 - July 7 , 1651 ) was the first son of Yorinaga ODA . +Princess Mahime ( 1572- November 23 , 1605 ) was the third daughter of Toshiie MAEDA and Hoshunin . +Fujiwara-kyo was the first and largest capital in the history of Japan located in Kashihara City , Nara Prefecture , the northwest of Asuka-kyo . +Shigemochi KO ( year of birth unknown - 1368 ? ) was a busho ( Japanese military commander ) lived in the period of the Northern and Southern Courts ( Japan ) . +OWARI no Osumi ( date of birth and death unknown ) lived in the Asuka period of Japan . +This term is written as 馬印 , 馬標 , or 馬験 in Japanese . +Setto ( or Sechito ) refers to the sword which was granted by the Emperor to Shogun who was going to the front or Japanese mission to Tang Dynasty China as the sign of commission in ancient times of Japan ( from the Nara period to the Heian period ) . +Shisui ROKKAKU ( April 24 , 1867 - April 15 , 1950 ) was a Japanese lacquer artist . +Naozane KUJO ( July 29 , 1717 - November 1 , 1787 ) was a Court noble who lived during the middle of the Edo period . +Yujo GOTO ( 1440 - June 20 , 1512 ) was the founder of the Goto family of sword ornament craftsman . +Mato refers to a target used in kyudo and other Japanese archery arts . +Noriuji IMAGAWA ( 1316 - May 21 , 1365 ) was a shugo daimyo ( a Japanese provincial military governor who became a feudal lord ) between the end of the Kamakura period and the early period of the Northern and Southern Courts . +Sanosuke HARADA ( 1840 - July 6 , 1868 ) was the leader of the Tenth Unit of Shinsengumi . +Gotoku-neko ( literally , tripod cat ) is one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Gazu Hyakki Tsurezure Bukuro " ( The Illustrated Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +" Sekihan " means glutinous rice steamed with red adzuki beans or black-eyed peas at the rate of 10 to 20 percent of the total . +Yorisada TOKI ( 1271 - 1339 ) was a busho ( Japanese military commander ) who lived from the Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +Engi +Kenko YOSHIDA ( 1283 - c . May 14 , 1350 ) was a Japanese author and poet in the Kamakura period through the Northern and Southern Courts period ( Japan ) . +Nitta clan is a Gozoku ( local ruling family ) originated in Kozuke Province . +Kanjaku NAKAMURA is a professional name of Kabuki ( traditional drama performed by male actors ) . +Sadahide GAMO was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +Gennojo YAGI ( 1814 - December 21 , 1903 ) was a rich goshi ( country samurai ) from Mibu village , Kadono-gun in the Yamashiro Province . +Emperor Senka ( 467-March 15 , 539 ) was the 28th Emperor ( whose reign lasted from January 14 , 537 to March 15 , 539 ) . +" Chikusen-joirei " was an ordinance which took effect in October 711 in order to promote circulation of money and attempt to circulation to the government . +Moritsuna SASAKI was a Japanese military commander who lived from the end of the Heian period to the beginning of the Kamakura period . +Shibocho refers to a register which was created annually between the times of having new family registers under the ancient Ritsuryo system . +Tokuso was a family line of the successors of the Hojo clan of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +The term Hinin is used to describe mainly ( 1 ) persons who worked in special occupations or as entertainers in feudal Japan ; however they gradually became victims of discrimination , and ( 2 ) in the Edo Period , Hinin as well as Eta ( Chori ) were described as people of the lower classes . +KAMO no Mitsuyoshi ( 939 - July 1 , 1015 ) was Onmyoji or Inyoka ( Master of Yin yang ) who lived in the Heian period . +Yama-arashi is a Japanese Yokai ( specter ) introduced in books such as a Yokai picture book , " Hyakki Yagyo Emaki " ( picture scroll of a hundred specters strolling at night ) by Yoshi ODA . +Kamaboko , whose main ingredient is pasted whitefish such as codfish or walleye pollack , is made by mincing whitefish meat , adding salt , heating and turning it into a gel on a wooden board ( wood types such as fir or Abies veitchii , which have no odor , are preferred ) . +Tamori was a position in charge of managing fields on public lands , which was set up by the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +FUJIWARA no Yoshitsugu , 716-September 18th ( or October 27th on the lunar calendar ) in 777 , was a noble in the Nara period . +Bukeyaku was a general term for taxation imposed by the Kamakura and Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Roppeita KITA ( July 7 , 1874 - January 11 , 1971 ) was a Noh actor of the Kita school and the fourteenth head family of Kita school . +Sennosuke KURIHARA ( 1847 - June 20 , 1869 ) was a feudal retainer of the Karatsu clan . +Monko-fuda are cards used in Kodo ( traditional incense-smelling ceremony ) . +" Akarenga-Festa " ( the Red Brick Festival ) is a sightseeing event held in Maizuru City of Kyoto Prefecture every year . +FUJIWARA no Hoshi ( Toyoko , dates of birth and death unknown ) was a court lady in the mid Heian period . +Wakamiya Hachiman-gu Shrine is a Shinto shrine located in Higashiyama Ward , Kyoto City . +The Asuke clan is one of the Japanese clans . +Yoshimitsu SHIBUKAWA ( year of birth unknown - March 30 , 1573 ) was a Japanese military commander who lived during the Sengoku period ( period of Warring States ) . +Oranda Shogatsu was a celebration of the new year on the first day of the new Solar year ( the Gregorian calendar ) by the Dutch who were living on Dejima , Nagasaki and by Rangakusha ( a person who studied Western sciences by means of the Dutch language ) in Edo ( Tokyo ) in the Edo period . +Amenohohi is a god ( Shinto ) who appears in the Japanese mythology . +Higashi Maizuru Park Stadium is a baseball stadium located in Higashi Maizuru Park in Maizuru City , Kyoto Prefecture . +Fuyuyoshi DAIGO ( January 7 , 1752 - March 16 , 1772 ) was a Kugyo ( a Court noble ) during the middle of the Edo period . +Zanmu KAKO ( real name ; Yasugoro , January 13 , 1869 – March 21 , 1938 ) was a movie director during the Taisho period and early Showa period . +FUJIWARA no Shigeie ( 1128 - January 15 , 1181 ) was a Kugyo ( the top court officials ) and kajin ( waka poet ) in the late Heian period . +Chigi / katsuogi is a material provided on roofs of buildings , but nowadays is found only in shrine buildings . +" Tako to Ama " is a woodblock print by Hokusai KATSUSHIKA , which was included in the enpon ( pornography ) " Kinoe no Komatsu " published around 1820 . +Chikushi ; +Inahi no mikoto was a member of Japanese Imperial family , who appears in the Japanese Mythology . +The Jingiin was an organ of the national government of Japan . +Gyoyu TAIKO ( 1163 - August 13 , 1241 ) was a priest of the Rinzai sect of Buddhism who lived during the early Kamakura period . +Fuzei is one of the aesthetic feelings which have existed from ancient times in Japan . +ARIWARA no Narihira ( 825 - July 13 , 880 ) was an aristocrat who lived in the early Heian period . +Uchu ONO ( January 14 , 1837 - June 11 , 1911 ) was a feudal retainer of the Karatsu Domain in the end of Edo period and a member of the Shinsengumi . +Haitorei ( decree banning the wearing of swords ) was an abbreviated expression of the edict titled " Taireifuku narabini gunjin keisatsukanri to seifuku chakuyo no hoka taito kinshi " ( decree banning the wearing of swords except for full-dress uniform wearers , military men and police officers ) issued by the Grand Council of State on March 28 . +Takatomi KYOGOKU ( January 7 , 1836 - February 9 , 1889 ) was the 11th hereditary domain head of the Mineyama Domain in Tango Province . +TAIRA no Masakuni ( year of birth and death unknown ) was a busho ( Japanese military commander ) who lived during the Heian period . +Sango ( literally , " mountain name , " which is the title prefixed to the name of a Buddhist temple ) : Ikiyasan +Shichihoda which is also called Shichifuja is a Japanese yokai ( ghosts , spirits and monsters ) . +Shinmyo-ji Temple is a temple of the Nichiren Shoshu sect located in Kyotanba-cho , Funai-gun , Kyoto Prefecture . +Genkitsu SANYO ( 1548 - June 19 , 1612 ) was a Zen priest who was active during the period from the Azuchi-Momoyama period to the early Edo period . +Chohogannenrei is the Daijokanpu ( official document of the Daijokan , the office of the supreme political leader ) issued as shinsei ( a code of new law ) on September 9 , 999 . +Chikurinin ( year of birth unknown - June 27 , 1649 ) was a woman who lived from the Azuchi-Momoyama period to the Edo period . +The Hamaguri-Gomon Gate is one of the west gates of Kyoto Gyoen National Garden . +The Sagano Line ( Sagano-sen ) is the nickname for the portion of the San-in main line ( JR West Japan Railway ) between Kyoto Station and Sonobe Station . +Shinsen Manyoshu is a personal collection of poetries . +Jinu ( year of birth and death unknown ) was a priest of the Tendai sect who lived in the Kamakura period . +FUJIWARA no Suetsune ( 1131 - 1221 ) was a poet who lived from the end of the Heian period to the early Kamakura period . +KUDARA no Nagatsugu ( year of birth and death unknown ) was a woman who lived during the early Heian period . +Hyakunin Shuka is an anthology of poems selected by FUJIWARA no Sadaie . +Shogoi ( Senior Fifth Rank ) is one of the ranks in Japan 's aristocratic and religious hierarchies . +Isami KONDO ( November 9 , 1834 - May 17 , 1868 ) was the head of the Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +Setsurei MIYAKE ( July7 , 1860 - November 26 , 1945 ) was a philosopher and essayist . +Cherry Blossom Front is a line graph illustrating the forecasted blooming dates of cherry blossoms ( primarily of Someiyoshino ( Prunus yedoensis ) ) in various locations of Japan . +Shijokobuccho , prajvalosniisa in Sanskrit , is a kind of Buddha that is a deified protuberance on the top of the skull of a Nyorai ( tathagata ) , i.e. , a form of usniisa . +Banana type myths are myths regarding the origin of death and the short life span of humans which are found in many countries and regions , mainly in southeast Asia and New Guinea . +Imperial Prince Kaneakira ( 914 - 987 ) was a member of the Imperial Family during the Heian period . +The Hachijo Uesugi family is one of the many families of the Uesugi clan . +NAKAHARA no Moromoto ( 1109 - June 17 , 1175 ) was an Imperial Court retainer of the late Heian period . +The Unkoku school is a school of painting in the Edo period that was started by its founder Togan UNKOKU . +So as well as Zei are the goods and services that the government collect to ensure public finance for the nation . +Sukefusa MADENOKOJI ( 1542-September 1 , 1573 ) was a court noble in the Azuchi-Momoyama Period . +Shigenobu OKUMA ( March 11 , 1838-January 10 , 1922 ) was a feudal retainer of the Saga clan who was a Japanese warrior , a statesman , and an educator . +Omoteginu is one of many kimonos forming juni-hitoe ( twelve-layered ceremonial kimono ) . +Hideo GOSHA ( 五社英雄 , his real name was ' Eiyu GOSHA ' with the same characters , February 26 , 1929 - August 30 , 1992 ) was a film director and a playwright . +Masayoshi INABA ( 1718 to November 4 , 1771 ) was the fifth lord of the Yodo Domain in Yamashiro Province . +The term " shuto , " for which " doshu " is also used , is a term from after the Heian period that referred to the status of a priest who originally resided in a big temple and was in charge of the management and practical business of the temple as well as studying and practicing ascetic training . +" Ko " originally referred to fragrances of natural aromatic trees such as eaglewood , agalloch , and sandalwood . +Semimaru ( years of birth and death unknown ) was a waka poet and musician in the early Heian period . +TAKATA no Niinomi ( year of birth unknown - September 12 , 703 ? ) is a historical figure who lived during Japan 's Asuka period . +The Battle of Hakone and Takenoshita was a battle between the Takauji ASHIKAGA forces and Yoshisada NITTA forces that broke out on February 1 , 1336 during the period of the Northern and Southern Courts ( Japan ) . +Niomon-dori Street is a street running east-west through Sakyo Ward , Kyoto City . +Sakunado-jinja Shrine is a Shinto shrine located in Oishinaka-cho , Otsu City , Shiga Prefecture . +Gatsurin-ji Temple ( also known as Tsukinowa-dera Temple ) is a Buddhist temple belonging to the Tendai Sect located in Tsukinowa-cho , Saga Kiyotaki , Ukyo-ku Ward , Kyoto City . +Shinsen-en Temple is a Buddhist temple belonging to the To-ji Shingon Sect located in Nakagyo Ward , Kyoto City . +Tonkatsu is a dish in which pork is coated with flour , beaten egg and breadcrumbs in that order , and then deep fried . +Mitsuo MAKINO ( November 15 , 1909-December 9 , 1957 ) was a movie producer in Japan . +Sadayoshi SUGANUMA is a fudai daimyo ( feudal lord in hereditary vassal to the Tokugawa family ) in the early Edo period . +Yoshikage ADACHI is a busho ( Japanese military commander ) who lived in the mid Kamakura period . +Goshi is historical terminology referring to samurai hierarchy that existed during the Edo period . +Hiyamugi is a type of noodle made of wheat flour . +Imperial Prince Fushimi-no-miya Kuninari ( 1615 - January 17 , 1654 ) was a member of the Imperial family who lived in the early Edo period . +The Gion-kaikan Theater is a movie theater located in Higashiyama Ward , Kyoto City , Kyoto Prefecture . +Narutaki is the location name of Ukyo Ward , Kyoto City . +Okinaga MATSUI ( 1582 - 1661 ) was a person who lived during the Azuchi-Momoyama period and the Edo period . +Ittei IWASA ( October 3 , 1779 - January 1 , 1859 ) was a Japanese calligrapher of the latter part of the Edo period . +Honmaru is a term used to refer to a kuruwa ( castle compartment ) at the center of a Japanese castle . +Mutsu diplomacy means a foreign policy of a Minister of Foreign Affairs Munemitsu MUTSU under the Second Ito cabinet in the Middle Meiji Period . +Towazugatari is the diary and travel book thought to have been written by Nijo GOFUKAKUSA-IN ( Lady Nijo ) in the middle or late Kamakura period . +Kibitsuhiko no Mikoto is a Shinto god . +The term " stone Buddhist image " is a collective term of the Buddhist image carved in stone and the image of a deity such as Doso-shin ( traveler 's guardian deity ) , and it has a variety of sizes ranging from small one which is seen in the precincts of temples and shrines and on roadsides , to Usuki Magaibutsu ( A Buddhist image carved into the surface of natural rock such as a cliff face , a large rock , or a stone cave ) and other Magaibutsu carved in a large rock such as Ajanta Caves and Ellora Caves in India , Yungang Grottoes and Longmen Caves in China . +Otowa-no-taki falls are those that are said to have been in Yamashiro Province outside of the capital . +Kyoto – Hiroshima Tokuyama Bus Route is a highway bus route that connects Kyoto City ( Kyoto Prefecture ) and Shunan City ( Yamaguchi Prefecture ) via Oyamazaki-cho in Otokuni-gun ( Kyoto Prefecture ) , Hirakata City ( Osaka Prefecture ) , Takatsuki City ( Osaka Prefecture ) , Hiroshima City ( Hiroshima Prefecture ) , Otake City ( Hiroshima Prefecture ) , and Iwakuni City ( Yamaguchi Prefecture ) . +Sawayama-jo Castle was a mountain castle ( of which almost no trace remains today ) and was located in Hikone City in Shiga Prefecture ( what was once Inukami County of Omi Province ) . +The tem " imperial inscription " ( ' chokugaku ' in Japanese ) refers to inscriptions at temples which were written by rulers such as the emperor and typically given to temples throughout the country . +Biwa ( biwa , biba , pipa ) is one of the stringed instruments of the lute family in East Asia . +Luis Frois ( 1532 – July 8 , 1597 ) was a Portuguese born in Lisbon . +Showa-modern is a term referring to a modern civil culture that flourished in the early Showa period merging Japanese and Western styles . +Sorobun is a style of literary language in Japanese used from the middle ages to the modern times . +Myozen ( 1184 - July 11 , 1225 ) was a Buddhist priest of the Rinzai sect who lived in the beginning of the Kamakura period . +Wakashu is a collection of waka ( Japanese poetry ) . +Jikan IMAI ( 1657 - November 1 , 1723 ) was a scholar of the Japanese classics in the first half of the Edo period . +Josaku is a historical term for a government office with defending facilities that was located to govern the north part of present-day Niigata Prefecture and the Tohoku region under the ritsuryo system during the ancient Japan . +Shinzui KIKEI ( 1401 - September 25 , 1469 ) was a priest of the Rinzai Sect of Buddhism and also master of Inryoken Household in Rokuonin Temple in the Muromachi period . +Takehiratori no Mikoto is a male deity ( Shinto ) in Japanese mythology . +Amezaiku refers to one of the techniques of confectionery production and making of shaped forms by using candy-paste which is made from heating sugar , or the shaped forms . +Takato OSHIMA ( 1826 - 1901 ) was a mining scientist of the Meiji period . +Hata bugyo ( flag magistrate ) was one of organizations in Edo bakufu ( Japanese feudal government headed by a shogun ) . +Honzen-ji Temple is a Buddhist temple of Jodo Shinshu Hongan-ji school located in Yoshino-cho , Yoshino-gun , Nara Prefecture . +Hayataro ANDO ( 1821 ? - August 23 , 1864 ) was Fukucho-jokin ( third rank of Shinsengumi ) of Shinsengumi . +The Matsunoki family ( also known as the Nakamikado family ) was a dojoke ( a family whose members were allowed to visit the Imperial Palace ) that belonged to the main branch of the Nakamikado line of the Northern House of the Fujiwara family . +Horagai , with the scientific name Charonia tritonis , is a type of snall that belongs to the Cymatiidae family , formerly classified under Cymatiidae , Mesogastropoda . +Sukeakira YANAGIWARA ( 1297 – September 3 , 1353 ) was a court noble in the period of the Northern and Southern Courts and the founder of the Yanagiwara family . +Okuiri is a commentary on the Tale of Genji written by FUJIWARA no Sadaie . +MINAMOTO no Hikaru ( July 9 , 845 - April 21 , 913 ) was a court noble who lived in the Heian period . +FUJIWARA no Asatada ( 910 - January 19 , 967 ) was a court noble and poet in the mid-Heian period . +Hidetada TOKUGAWA ( May 12 , 1579 - March 14 , 1632 ) was a Busho ( Japanese military commander ) from the Azuchi-Momoyama period to the Edo period and the second Shogun of the Edo Bakufu ( Japanese feudal government headed by a shogun ) . +The Kagetoki KAJIWARA incident is a political incident caused in the Kamakura bakufu ( Japanese feudal government headed by a shogun ) in the early Kamakura period from November 15 , 1199 to February 6 , 1200 . +The Battle of Shokusan was fought between the Japanese army and the Ming army during the Keicho Campaign . +Ashihara no nakatsukuni is a world which exists between Takamanohara ( plain of high heaven ) and Yomi ( world after death ) , that is , Japanese soil . +Renjo-ji Temple is a temple of the Tendai Shinseishu sect located in Yasu City , Shiga Prefecture ( former Chozu-cho , Yasu county ) . +Kanrei is the name of a post in the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +The term Kashindan refers to the group of vassals serving samurai families , such as the family of the Seii Taishogun ( literally , a general who subsides barbarians ) or a daimyo ( Japanese territorial lord ) . +Tsurushi kazari is one of the traditional art crafts . +The term " biwa hoshi " represents blind priests who played the biwa ( a Japanese lute ) in a town , and they first appeared in the Heian period . +TAKAKURA no Fukushin ( 709 - November 3 , 789 ) was a court noble who lived during the Nara period . +Soga clan ( Soga no uji ) was a shizoku ( clan ) which ruled between the Kofun ( tumulus ) and Asuka periods ( 6th - 7th centuries ) . +Tesso ( iron rat , a huge rat as large as a bull with a stone body and iron teeth ) is a specter of the ancient Japan which was connected to a deep-seated grudge of a priest and a rat . +TAIRA no Shigehira was a warlord in the late Heian period . +The Katsura-gawa River is a first class river of the Yodo-gawa River System running through Kyoto Prefecture . +Imperial Prince Kawashima ( 657 - October 6 , 691 ) was a member of Imperial family in the latter half of the seventh century . +Sumiyoshi taisha jindaiki ( Records of the Age of the Gods from the Sumiyoshi-taisha Shrine ) was an ancient book introducing the origin of the Sumiyoshi-taisha Shrine that resided there from ancient times . +" Buson Yokai Emaki " is a Japanese picture scroll of specters drawn by YOSA no Buson , a Haiku poet and painter during the middle of the Edo period . +Otojiro KAWAKAMI ( February 8 , 1864 – November 11 , 1911 ) was an actor and an entertainer of Shinpa-Geki ( New-School Play ) who took the world by storm by his ' Oppekepe-bushi ' ( Oppekepe songs ) . +Shigeyori KAWAGOE was a military commander and lord of Kawagoe Yakata , Iruma-gun , Musashi Province in the late Heian period . +Tanabe-jo Castle , located in Maizuru City , Kyoto Prefecture , was build between Sengoku Period and Edo Period . +Hashioki is a small object placed on a table to prevent chopsticks from rolling down . +Emperor Ninken ( 449 – September 9 , 498 ) was the twenty-fourth emperor of Japan ( who reigned from February 4 , 488 , to September 9 , 498 . ) +Saijiki are books on the matters related with annual events by the national and local , or various organizations , and scenery and customs . +The Honjo Soemon Oboegaki is a record sent by Soemon HONJO , a samurai serving Mitsuhide AKECHI during the Honnoji Incident , to three people who are thought to be his relatives , during his late years in the Edo period . +Mt . Ikoma ( Ikoma yama , Ikoma san ) is 642 meters in height , and is located on the border between ikoma City , Nara Prefecture and Higashi-Osaka City , Osaka Prefecture . +" Kotaro NAKAMURA " is a professional name used by Kabuki ( a Japanese traditional form of drama and music performed by male actors ) actors . +Ichikawa soke +About Goemon ISHIKAWA +Togu gakushi were one of the educational officers who served the Crown Prince ( Togu ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Eizaburo ABIRU ( born 1842 , died May 23 , 1863 ) , was a soldier of the Mibu masterless warriors group . +Junshaku is a customary practice of conferring a Court rank on kurodo ( chamberlain ) , which developed in the early Heian period . +In the early-modern times , the term " ongyoku " meant music or an art of musical performance . +FUJIWARA no Fuhito ( 659 - September 13 , 720 ) was a Kugyo ( high court noble ) who lived from the Asuka Period through the early Nara Period . +Besshufusensho is a law code containing Daijokanpu ( official documents from Daijokan to local governments ) and imperial decrees issued between 902 and 971 +Nagakata KURODA ( 1770 - March 30 , 1784 ) was the seventh lord of Fukuoka Domain and Akizuki Domain in Chikuzen Province . +A rice omelet is a rice dish of Japanese origin ; it is chicken fried rice ( or plain butter-fried rice ) seasoned with ketchup and wrapped up with a thin round crepe of fried eggs , which is categorized as yoshoku ( Western food ) in Japan . +Shichifukujin refers to seven deities which are believed to bring good luck in Japan . +The ' Namu ' of Namu amidabutsu is a transcription of namo ( Sanskrit ) , meaning ' I 'm becoming a believer ' and ' amidabutsu ' employs amita ( Sanskrit ) is abbreviated from ' amitaayus ( Great Buddha with infinite longevity ) ' and ' amitaabha ( Great Buddha with infinite light ) , ' meaning ' immeasurable ' in Sanskrit . +The Kansai-kan , as the Kansai Main Library of the National Diet Library ( NDL ) , is located in Seika-cho , Soraku-gun , Kyoto Prefecture . +This page describes kaiseki ryori , a full course meal form of Japanese cuisine . +The Ozuki ( Otsuki ) was a Kuge ( court nobles ) clan which could trace its history back to ancient times . +Cloistered Imperial Prince Shucho ( September 3 , 1634 - June 12 , 1680 ) was the first Rinnojinomiya Monzeki ( temple formerly led by founder of sect , temple in which resided a member of nobility or imperial family ) or Nikko Monzeki . +Wasabi is the plant of Brassicaceae Wasabia . +Gyoko ( 1391 - August 26 , 1455 ) was a priest and waka poet in the middle of the Muromachi period . +Hirofusa MADENOKOJI ( July 21 , 1824 - February 22 , 1884 ) was a Kugyo ( court noble ) from the late Edo Period to the Meiji Period . +TAIRA no Tadamasa ( year of birth unknown - August 15 , 1156 ) is a busho ( Japanese military commander ) at the end of the Heian period . +Tenjikugoshoja is five vihara ( monasteries or temples ) of early Buddhism in the ancient India . +The Sugimoto clan is one of the samurai families in Japan . +Eshinni ( 1182 - 1268 ? ) was a woman in the Kamakura period and was a wife of Shinran , the founder of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) . +" Essence of Novels " is a literary critique by Shoyo TSUBOUCHI . +On July 30 , 1912 during the term of this cabinet , the Meiji period ended due to the death of the Emperor Meiji and the Taisho period started from the same day . +Zenchiku KONPARU ( 1405 to sometime before 1471 ) was a Noh play actor and playwright during the Muromachi period . +Wakasa no Okimi ( year of birth unknown - September 678 ) was a person who lived during the Asuka period . +Chonen ( February 3 , 1793 - March 22 , 1868 ) was a Jodo Shinshu ( the True Pure Land Sect of Buddhism ) priest in the late Edo period . +Jakuren ( ca . 1139-August 9 , 1202 ) was a poet and a monk who lived from the end of the Heian period to the beginning of the Kamakura period . +Yonosuke Osuga ( December 7 , 1850 - April 17 , 1906 ) was a statesman in the Meiji era . +Takaragaike-koen Park is located in Sakyo Ward in Kyoto City , Kyoto Prefecture . +Shintoshu is a collection of anecdotes and Shinto books in medieval Japan . +Kanbari Nyudo is a deity or monster of toilets according to Japanese folk beliefs . +Suminoenaka no oji ( c . 336 - 399 ) was a member of the Imperial family who lived during the Kofun period ( tumulus period ) . +Kamigata rakugo is comic storytelling mostly performed in the areas around the prefectures of Osaka and Kyoto . +FUMI no Nemaro ( year of birth unknown - October 25 , 707 ) lived during Japan 's Asuka period . +" Daibirushana Jobutsu Jinbenkaji-kyo Sutra , " which is also called " Birushanakyo Sutra " or " Dainichi-kyo Sutra , " refers to Esoteric Buddhist scriptures that are considered to have been established in or around the period of the seventh through eighth centuries . +MINAMOTO no Morotoshi ( 1080-January 5 , 1142 ) was a court noble and poet at the end of the Heian period . +Takana ( scientific name : Brassica juncea var. integlifolia ) is a biennial grass belonging to brassica family , and a variety of Brassica juncea . +Juro ABE ( born on September 21 , 1837 and died on January 6 , 1907 ) was a member of the Shinsengumi ( a special police force ) . +Kuromoji : +Kakuun ( 953 - December 18 , 1007 ) was a Buddhist priest of the Tendai sect who lived in the mid-Heian period . +" Taiheiki " is a work of Japanese literature . +A rock in the precincts of Ise-jingu Shrine Geku . +Yoshizaki Gobo was a priest housing which stood in Yoshizaki of Echizen Province ( present Yoshizaki , Awara City , Fukui Prefecture ) . +Kuninaga KANROJI ( October 17 , 1771 - July 20 , 1837 ) was a Kugyo ( court noble ) in the late Edo period . +Uzumasa Station , located in Uzumasa Tarumiyama-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Sanin Main Line ( Sagano Line ) , which is operated by the West Japan Railway Company ( JR West ) . +The Japan-Ming trade indicates the trade carried on between Japan and the Ming Dynasty in China in the Muromachi period . +The Shinozuka school is the oldest school of " kamigata-mai dance " established by a Kamigata Kabuki ( kabuki of the Kyoto and Osaka area ) shosagoto ( the way of dance ) choreographer Bunzaburo SHINOZUKA during Bunka and Bunsei era ( 1804-1830 ) at the end of the Edo period . +Gekkein ( 1568 - 1655 ) was a daughter of Yorizumi ASHIKAGA of the Oyumi Kubo family . +Kyoto Nishikyogoku Athletic Park Supplementary Field is a subfield of the Kyoto Nishikyogoku Athletic Stadium in Ukyo Ward , Kyoto City , Kyoto Prefecture , and is owned and managed by Kyoto City . +In no Kinshin refers to the close associates or the group of close associates of Chiten no kimi ( the retired emperor in power ) who carried out Insei ( rule by the retired emperor . ) +Yomogami is one of ninjutsu ( ninja art ) used by ninja , disguising himself as multiple persons in order to save himself . +The Jinno Shotoki ( A Chronicle of Gods and Sovereigns ) was written by the court noble Chikafusa KITABATAKE during the period of the Northern and Southern Courts ( Japan ) on behalf of the young Emperor Gomurakami ; it is a book on history that Chikafusa wrote at Oda-jo Castle in Hitachi Province ( present day Oda , Tsukuba City , Ibaraki Prefecture ) , in which he lays out the case for why the Yoshino Court ( often called the Southern Court ) and its imperial lineage was the true , legitimate one . +" Ryoto tetsuritsu " refers to the situation where the family line of a country 's monarchy is split into two and the monarch is alternately selected from these two family lines . +Sanekage MUSHANOKOJI ( December 22 , 1661 - November 11 , 1738 ) was a court noble and poet from the early to middle Edo period . +The scandal of Shunpoan is the large-scale criminal case of counterfeit hand-painted Ukiyo-e ( Japanese woodblock prints ) , which occurred in the early Showa period around 1930s . +Tadafusa MATSUDONO ( 松殿 忠房 , 1193 - year of death unknown ) was a Kugyo ( high court noble ) in the Kamakura period . +Ietsugu SHO ( year of birth and death unknown ) was a Busho ( Japanese military commander ) of Kodama party of Musashi Province ( He came from present Kurisaki , Honjo City , Saitama Prefecture ) from the end of Heian period to the early Kamakura period . +The Kasannoin family was directly descended from the Northern House of the Fujiwara clan-Morozane branch ( Kazanin branch ) . +Yusei-ji Temple is a Buddhist temple located in Kamigyo-ku Ward , Kyoto City . +Takaoka Clan was one of the clans of Japan . +Tsurahide CHO ( 1856 - July 27 , 1878 ) was a fuhei shizoku ( former samurai with gripes ) in the early Meiji period . +Manjiro INAGAKI ( September 26 , 1861-November 25 , 1908 ) was a Japanese diplomat who lived during Meiji period . +Masayuki YAMANA ( 山名 政之 , dates of birth and death unknown ) was Shugo ( a provincial military governor ) of Hoki Province in the Muromachi period . +Hiko-jinja is a shrine located in Yawata City , Kyoto Prefecture . +Honjo bugyo was one of the positions of Edo bakufu . +Jingoro HIDARI ( Dates of birth and death unknown ) , was a legendary sculptor living in the early Edo Period . +A tokonoma is a kind of Zashikikazari ( a set of decorative features ) , seen in a tatami room of a Japanese house . +MINAMOTO no Yoshitaka was a busho ( Japanese military commander ) who lived at the end of Heian period and belonged to Shinano Genji ( Minamoto clan ) that follows Kawachi Genji ( Minamoto clan ) . +Zeze-jo Castle used to stand in present Honmaru-cho , Otsu City , Shiga Prefecture . +The Shotai Conspiracy ( Shotai no hen in Japanese ) , which occurred in January 901 , was a coup in which Emperor Daigo , acting on the false charges of FUJIWARA no Takahira , the Minister of the Left , against SUGAWARA no Michizane , the Minister of the Right , demoted Michizane and sent him into de facto exile to Dazaifu ( an outpost in far off Kyushu ) as Dazai Gon no Sochi ( Deputy Commander of Dazaifu ) ; also , Michizane 's children as well as MINAMOTO no Yoshi , the Middle Captain of the Guardsmen of the Right , were either demoted or exiled . +Monjoin was a University Jikiso ( facilities ) ( such as a lecture room and student dormitory ) for Kidendo ( the study of the histories ) of Daigaku-ryo ( Bureau of Education under the ritsuryo system ) . +Kinaki SAIONJI ( August 4 , 1702 – October 9 , 1770 ) was Kugyo ( a Court Noble ) in the middle of Edo period . +TAIRA no Tokiie ( ? - June 17 , 1193 ) was a busho ( Japanese military commander ) and a noble during the late Heian period and early Kamakura period . +Shiryokaku fort is a fort built by the Ezo Republic ( the Hakodate Government ) at the time of the Hakodate War , in 1869 , in the present-day Hakodate City , Hokkaido . +Yasumoto WAKIZAKA ( April 14 , 1584 - January 21 , 1654 ) was a daimyo ( Japanese feudal lord ) in the early Edo period . +Hishi mochi is a kind of Japanese confectionery . +The term urabone ( ullambana ) refers to the last day of an ango practice ( the three-month intensified practice of Zen Buddhism ) , on July 15th in the old calendar , but urabone is mostly used to indicate a memorial service offered for ancestors ' souls to relieve severe sufferings on that day . +Hakkaku-fun is a regular octagonal tumulus constructed during the end of the Kofun period ( around the mid seventh century ) . +To ( 斗 ; a unit of volume ) +Dochu was a Buddhist monk of Ritsu sect from the late Nara period to the early Heian period . +Ninjitsu ( 1091-July 11 , 1131 ) was a priest of the Tendai sect in the late Heian period . +Tanin-don or tanin-donburi is a dish in which beef or pork that is boiled with onions in a stock mixed with soy sauce , mirin and sugar , stiffened with eggs , and then placed on donburi meshi ( a bowl of boiled rice ) . +KI no Wakako ( year of birth and death unknown ) was a court lady who lived at the beginning of the Heian Period . +Uguisubari is a corridor used for warning that the enemy has entered . +A vertical type rice-milling machine was introduced around 1930 and originally used to produce sake . +Koben was busshi ( sculptor of Buddhist Statues ) in the Kamakura period . +Musashibo Benkei ( birth date unknown ; died on June 15 , 1189 ) was a monk-soldier at the end of the Heian period . +The word as geographical names in Japan . +Inge can refer to : +A yaki-dofu is a tofu where both sides are singed after being drained . +Yamatsuteru-jinja Shrine is a Shinto shrine located in Maibara City , Shiga Prefecture . +The Kadenokoji / Kageyukoji family is a Japanese clan . +Kuhon-ji Temple is a temple of the Jodo sect located in Narahara , Gose City , Nara Prefecture . +Kansan ( year of birth and death unknown ) was a monk during the Heian Period . +This thought is very meaningful in Jodoshinshu doctrine , meaning ' It is evil people who are the major object of salvation based on the Vow of Amida Nyorai ( Primal Vow of Other Power ) . ' +Shigetane KOKUBUN ( 1262 ? - January 20 , 1331 ) was a samurai who is said to have lived in the Miyagi County , Mutsu Province in the Kamakura period . +Higashi Maizuru Park is located in Maizuru City , Kyoto Prefecture . +Toyonori YAMAUCHI ( May 12 , 1846 – July 13 , 1886 ) was a Daimyo ( Japanese feudal lord ) who lived during the end of the Edo Period . +Fujinomori Station , located in Fukakusa-kitoro-cho , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a stop on the Keihan Main Line , which is operated by Keihan Electric Railway . +Sanborai is a gemon taken from Zunshi Jodosangangi . +Motomori ISHIKAWA ( year of birth unknown - July 5 , 1307 ) was a busho ( Japanese military commander ) in the Kamakura period . +The naginata jutsu is a Japanese martial art using a long-handled sword called naginata which originated in Heian period . +Oke is a kind of container . +Ame no Hoakari is a Shinto god that appears in Japanese mythologies . +Shinsho ( Shinjo ) was a Buddhist priest of the Kegonshu sect in the Nara period . +TAIRA no Munemori ( 1170 - July 26 , 1185 ) was a warlord in the late Heian era . +Norisuke AKAMATSU ( ? - May 12 , 1351 ) was a daimyo ( Japanese feudal lord ) who lived in the period of the Northern and Southern Courts . +In no cho was the direct political institution of Daijo Tenno ( the Retired Emperor ) who took the reins of Insei ( a cloister government ) or the institution that handled shomusata ( trial dealing with land-related issues ) and zatsumusata ( trial dealing with civil affairs ) of Nyoin ( woman bestowed with the title " in " ) in Japanese ancient and medieval period . +Sukenobu NISHIKAWA ( 1671 - 1750 ) was an Ukiyoe ( Japanese woodblock prints ) artist in the Edo period . +Tsuneatsu OGURANOMIYA ( year of birth unknown - August 11 , 1422 ) was a Prince of Emperor Gokameyama , who was the 99th Emperor in the period of the Northern and Southern Courts , and was the fourth and last Emperor of the Southern Court . +Noritsuna TADA ( year of birth unknown - July 11 , 1234 ) was a busho ( Japanese military commander ) in the early Kamakura period . +Kasuzuke is to pickle food in sake lees or sweet sake lees . +Myoga means a kind of tax in the Edo period that was paid to the Edo bakufu or domains in consideration for the use of mountains / fields / rivers / seas or to grant a business license +Noritoyo KAJUJI ( 1610- July 17 , 1615 ) was a court noble ( high court noble ) in Edo period . +Kinshi kunsho ( the Order of the Golden Kite ) is one of Japan 's decorative orders . +Obiage is a type of small tool used when wearing kimono , and it wraps around obimakura ( a small oval cushion to keep the obi ( kimono sash ) knot in place ) . +Kurozuka-kofun ( also known as Kurozuka-kofun ) Tumulus is an early keyhole-shaped mound ( about the end of third century ) in Yanagimoto-cho , Tenri City , Nara Prefecture . +Sekimon Shingaku is a school of ethics established by Baigan ISHIDA ( 1685-1744 ) , a Japanese thinker in the middle of the Edo period . +MINO no Otomasu was a person of the Nara period . +Yoshinobu HIRAGA or MINAMOTO no Yoshinobu was a busho ( Japanese military commander ) of the Kawachi-Genji ( Minamoto clan ) who lived during the end of the Heian period . +The Jinko-in Temple is a tanritsu jiin ( a temple which belongs to no sect ) of the Shingon Sect line in Kita Ward , Kyoto City . +The muramai system refers to a sake rice dealing system which is concluded between sake rice production areas in Harima region and specific Kuramoto ( sake brewer ) including Nada gogo ( five districts in Nada ) . +Yukata is a kind of wafuku ( traditional Japanese clothing ) . +FUJIWARA no Soen ( 1033 or 1043 - November 20 , 1111 ) lived in the late Heian period . +IGA no Tomomitsu ( year of birth unknown - October 15 , 1215 ) was a busho ( Japanese military commander ) from the late Heian period to the early Kamakura period . +Zafu is a zabuton ( Japanese cushions used to sit on the floor ) used for zazen ( Zen sitting meditation ) . +Imperial Princess Yoshiko ( September 30 , 1714 - October 23 , 1758 ) was the thirteenth Princess of Emperor Reigen . +" Sunakake-babaa " is a specter said to inhabit Nara Prefecture and Hyogo Prefecture . +The rokusodankyo ( Platform Sutra ) is one of the Buddhist scriptures and is a collection of preaching by Eno , the rokuso ( sixth leader ) of the Chinese Zen sect . +Doshisha Junior High School is a private coeducational school located in Karasuma-dori Imadegawa-dori , Kamigyo-ku , Kyoto City . +TAIRA no Yoshimune ( Prince Yoshimune ) ( year of birth unknown - July 30 , 829 ) was a member of the Imperial family in the early Heian period who became a subject of the state . +Kamonryo refers to Ryoge no kan ( class outside of the Ritsuryo system ) belonging to Kunaisho ( Ministry of the Sovereign 's Household ) under the Ritsuryo system in Ritsuryo Japan . +Ansei no Taigoku was an act of suppression conducted by the Edo bakufu ( Japanese feudal government headed by a shogun ) between 1858 and 1859 . +The campaign of the three biggest petitions is a political movement caused by petitions ( " The three biggest petitions " ) submitted to Genroin ( the Chamber of Elders ) ( Japan ) by Kenkichi KATAOKA in October 1887 . +Myokei MATSUMOTO ( 1945 - ) is the present-day Busshi ( sculptor of Buddhist statues ) who belongs to the Keiha School . +Tanba-cho was a town that existed on the border between the central part of Kyoto Prefecture and Hyogo Prefecture . +Chikako MIYAGI ( November 26 , 1922 - August 7 , 1996 ) was a Japanese actress . +Shimadzu Foundation Memorial Hall is a museum of Shimazu family history , opened by Shimadzu Corporation in 1975 on the centennial anniversary of its foundationto commemorate its founder Genzo SHIMAZU . +Aoi ( Hollyhock ) is the title of one of the fifty-four chapters of " The Tale of Genji . " +Yabe Zenni ( 1187 - May 23 , 1256 ) was a woman from the Miura clan who lived from the early to middle Kamakura period . +Motouji ASHIKAGA ( April 10 , 1340 - June 2 , 1367 ) was a busho ( Japanese military commander ) in Muromachi period . +MONONOBE no Moriya was Omuraji ( ancient Japan ) ( powerful local ruling family ) during the Asuka Period . +Hoso Kami ( also pronounced as Hoso gami , Hoso shin ) is an apotheosis of hoso ( smallpox ) , and is a kind of Yakubyo-gami , a deity for the transmission of epidemics . +FUJIWARA no Inshi ( Taneko ) ( year of her birth is unclear - August 16 , 896 ) was the daughter of Naidaijin ( the Minister of the Center ) FUJIWARA no Takafuji . +Koyasan Shingon sect is one of Shingon sect that was founded in the early Heian Period by Kobo Daishi ( a posthumous title of the priest Kukai ) who visited China and studied Esoteric Buddhism with Keika ( also called Eka ) in Qinglongsi Temple ( in Xian City ) in Changan ( Xian City ) during the Tang Dynasty ( China ) . +Onmoraki is a monster bird written in Chinese and Japanese classics . +Hoshu KATSURAGAWA ( 1826 - September 25 , 1881 ) was a doctor and Dutch scholar . +" Etenraku " is a piece of gagaku ( ancient Japanese court dance and music ) . +Ryotoku-ji Temple on Mt . Horin is a Buddhist temple belonging to the Otani school of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) located in Narutaki , Ukyo Ward , Kyoto City . +Gantoku-ji Temple is a Buddhist temple belonging to the Tendai Sect located in Oharano , Nishikyo Ward , Kyoto City . +Shinomiya Station , located in Shinomiya-donogo-cho , Yamashina Ward , Kyoto City , Kyoto Prefecture , is a stop on the Keihan Keishin Line , which is operated by Keihan Electric Railway . +Munetake MATSUDAIRA was the seventh ( the last ) lord of the Miyazu Domain , Tango Province . +Kakunin ( dates of birth and death unknown ) , was a priest at Todai-ji Temple in the latter part of the Heian period . +Kokei ( 1648 to August 30 , 1705 ) was a monk of the Sanronshu Sect who lived in the early Edo period . +Hondamage is a male hairstyle that was popular among Suijin ( men of refined tastes ) during the Edo period . +Kyoraku Theater was an entertainment hall that existed in Matsugae-cho , Rokkaku Higashi-iru , Shinkyogoku Street , Nakagyo Ward , Kyoto City . +" Nanakuchi no seki " refers to the checkpoints which were set on the seven roads leading to Kyoto from outlying regions ( Kyoto nanakuchi , Kyoto 's seven entrances ) during medieval times . +O-oku was a residential place in Edo-jo castle where the Tokugawa Shogun family 's children , lawful wife and oku jochu ( maids working in the domestic quarters of a shogun or feudal lords ) ( also called goten jochu [ palace maids ] ) resided . +ONO no Kenu ( year of birth unknown - June 5 , 714 ) was a Court noble in the late Asuka period . +Genko is the Japanese name of two invasions ( expeditions ) that Japan suffered in the middle Kamakura period from the Mongol Empire ( Yuan Dynasty ) , which was then dominant on the continent , and its subjected kingdom , the Kingdom of Goryeo . +Share ' describes the way in which someone / something is refined and tasteful . +Buddhism in Japan +Shodo was the study of calligraphy under the Daigaku-ryo ( Bureau of Education ) of Japan 's Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +TAIRA no Narimori ( around 1169 - March 20 , 1184 ) was the third son of TAIRA no Norimori . +Iaido is a kind of martial art that was developed from the battojutsu ( technique of drawing a sword ) called Iai . +The term " shikyo " refers to the four historical stories ( history books with a narrative style ) generically known as ' kagami-mono ' ( mirror works ) , which includes " O-kagami " ( the Great Mirror ) , " Ima-kagami " ( the Mirror of the Present ) , " Mizu-kagami " ( the Water Mirror ) , and " Masu-kagami " ( the Clear Mirror ) , that appeared between the late Heian period and the early Muromachi period . +Masuseki , or box seating , ( 枡席 or 升席 in Chinese characters ) is a traditional kind of auditorium in Japan . +Hideki YUKAWA ( January 23 , 1907-September 8 , 1981 ) was a theoretical physical scientist in Japan . +Kazuuji HOSOKAWA ( 1296 - October 21 , 1342 ) was a busho ( Japanese military commander ) from the late Kamakura Period through the period of the Northern and Southern Courts . +Kyoto Nishikyogoku Athletic Stadium refers to the athletic field in Kyoto City Nishikyogoku Comprehensive Sports Park in Ukyo Ward , Kyoto City , Kyoto Prefecture . +Tsutomu SAKURAI ( October 6 , 1843 - October 12 , 1931 ) was an administrative official in the Meiji period . +Kenkichi SAKAKIBARA ( December 19 , 1830 - September 11 , 1894 ) was a shogunal retainer and professional swordsman from the end of the Edo to the Meiji period . +Jinjo shogakko was a name for institutions of elementary education from the Meiji period to early Showa period . +Genroin gikan were those who organized the Chamber of Elders ( Japan ) . +Kosho ( dates of birth and death unknown ) was a sculptor of Buddhist statues in the mid Heian period . +Shigeru MORIYAMA ( October , 1842 - February 26 , 1919 ) was a diplomat and politician of the Meiji period . +Hibyoin was a hospital specialized for infectious diseases built in the Meiji period in Japan . +ISONOKAMI no Maro ( 640 – April 22 , 717 ) was a noble who lived in the Aska and Nara period . +Jo was the third official among Shitokan under the Japanese ritsuryo system . +The Dong Du Movement ( Toyu Undo or Donzu Undo in Japanese : Phong trào Đông Du in Vietnamese ) was an independence movement that started in Vietnam at the end of the 19th century . +Urasenke is one of various schools of tea ceremony . +Nihon eiho , also called Koshiki eiho , is a Japanese traditional style of swimming . +The Nihon Shakaito is a political party in the Meiji Period . +Kokudachi ( spiritual practice of eating no grain ) is one of Buddhism " gyo " ( spiritual practices ) . +Tsunena OINOMIKADO ( 1480-May 16 , 1553 ) was Kugyo ( top court official ) during the late Muromachi period . +Imperial Prince Takaoka ( 799 - 865 ) was a member of the Imperial family and a priest during early Heian period . +The anti-Nobunaga network is a commonly used name for the seige around Nobunaga led by Yoshiaki ASHIKAGA ; from the end of the Sengoku period to the beginning of the Azuchi-Momoyama period , Nobunaga ODA was an official backing for Yoshiaki ASHIKAGA , Seii Taishogun of the Muromachi shogunate , although , in reality , they were conflicted and Yoshiaki established that anti-Nobunaga network . +Yukihisa ( 以久 ) SHIMAZU ( August 12 , 1550 - May 31 , 1610 ) was a busho ( Japanese military commander ) of the Shimazu clan , who lived during the Sengoku Period ( period of warring states ) . +Ako Roshi refers to a group of 47 warriors under the former feudal retainer of Ako , Kuranosuke OISHI , who on January 30 , 1703 broke into the residence of Yoshinaka KIRA , from a Koke ( honorable family ) who were enemies of the former lord Naganori ASANO , to murder him and get revenge . +Wadagassen Onna Maizuru ( Wada Battle and Woman Flying-Crane ) is a Kabuki play , but originally a ningyojoruri . +Ogai MORI ( February 17 , 1862 - July 9 , 1922 ) was a novelist , critic , translator , playwright , surgeon of the Imperial Army and Bureaucrat ( Senior Official First Class ) . +MINAMOTO no Sukekane ( year of birth and death unknown ) is a samurai in the late Heian period . +Murashige ARAKI ( 1535-1586 ) was a Japanese military commander and feudal lord during the Period of Warring States and the Azuchi-Momoyama period . +Kansatsushi refers to a government post which was established in Tang Dynasty China , in Yi Dynasty Korea , and in Japan in the early Heian period , for the purpose of inspecting the local administration . +Banto +The Hyojosho is an institution that handled lawsuits before modern times , or the place where such institution was located . +TAIRA no Sadafumi ( 872 ? - November 13 , 923 ) was a mid-Heian period poet . +Kinzo HIROSE ( November 4 , 1812 - March 8 , 1876 ) was an Ukiyo-e artist who lived from the end of the Edo period to the Meiji period . +Kojo ( 779 - September 24 , 858 ) was a priest of the Tendai sect early in the Heian period . +Sadataka MATSUDAIRA ( July 27 , 1716 - May 3 , 1763 ) was a daimyo ( Japanese feudal lord ) who lived during the Edo period . +FUNYA no Akitsu ( 787-April 30 , 846 ) was Shogun and a politician in the Heian period . +Yamato no Kuni no Miyatsuko ( also called ' Yamato Kokuzo ' ) was a Kuni no Miyatsuko ( the head of a local government ) who ruled over the center of Yamato Province . +Zenso YAKUIN ( 1526 - 1599 ) was a doctor who lived from the Sengoku Period ( Period of Warring States ) to the Azuchi-Momoyama period . +The term " Kenzuishi " refers to Japanese tributary envoys dispatched to the Sui rulers in China during the reign of Empress Suiko . +Shinpei MATSUOKA ( October 29 , 1954- ) is a Japanese scholar of Noh . +Tsuranu WASHIZAKI ( dates of birth and death unknown ) was a Hira Taishi ( Regimental Soldier ) of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +The terms " Unaju " ( written as 鰻重 , うなじゅう , うな重 ) refer to a Japanese dish , which contains broiled eel on rice with sauce in Jubako ( generally tiered square wooden boxes with a cover which is coated by urushi Japanese lacquer ) or refers to a specific kind of container used to serve broiled eel . +Hiromichi KATAYAMA ( Dec 22 , 1907 – Mar 10 , 1963 ) was a leading Japanese traditional Noh play actor ( shite-kata ) of the Kanze school . +Sandai Soron is a general name for a religious conflict in the Soto sect , which started in 1267 and lasted for about 50 years . +Somon is one of the three main poetic categories to constitute the old collection of poetry " Manyoshu " together with Zoka ( Miscellaneous Poem ) and Banka ( Laments ) . +Kangaku ( Kangaku ranking ) means the title to be given to Buddhist monks who are in a commanding position with a high level of education and learning in religious schools of Japanese Buddhism after the end of modern times . +Hatsumode is an event to pray for safety and peace for the year by visiting a shrine or temple ( a Shinto shrine or Buddhist temple ) , or church for the first time since the start of a new year . +The term ' danjiri ' has several meanings , as follows . +Imai Town is a town located in Kashihara City , Nara Prefecture . +Rosanjin / Rozanjin KITAOJI ( March 23 , 1883 - December 21 , 1959 ) was a Japanese artist . +Anao-ji Temple is a Buddhist temple located in Kameoka City , Kyoto Prefecture . +Hachibei OKU ( year of birth unknown-March 24 , 1669 ) run the fish store ( Kawachiya ) in Kyoto in the Edo period . +" Throne of Blood " is a film released in 1957 by Toho . +In the Jodo ( Pure Land ) sect of Buddhism , Raigo means Amida Nyorai ( Amitabha Tathagata ) , who is riding on the colorful clouds together with various bosatsu and tennin ( heavenly beings ) , coming to see a person who is about to die in order to take him or her to the heavens , and who is served by Kannon Bosatsu ( Kannon Buddhisattva ) and Seishi Bosatsu on the side . +Omodaru and Ayakashikone are kami ( god ) in Japanese Methodology ( shinto ) . +Ariie KARAHASHI ( July 2 , 1729 - October 26 , 1791 ) was a court noble in the middle of Edo Period . +The former Hachiman post office is a historical building located in Omi Hachiman City in Shiga Prefecture . +Iwao KINOSHITA ( 1846 - October 6 , 1868 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) from Tokushima , Awa Province ( there is another theory that he was from Yamashiro Province ) . +The term " shingon " or " Sanskrit mantra " refers to sacred utterances , derived from Mikkyo scriptures ( Esoteric Buddhism scriptures ) such as Daibirushana Jobutsu Jinbenkaji-kyo Sutra ( Mahavairocana Sutra ) . +The Yodo kojo Castle is a castle which was located at Noso Kitashirobori , Fushimi Ward , Kyoto City , Kyoto Prefecture . +TAIRA no Kinmasa ( date of birth and death unknown ) was a busho ( Japanese military commander ) during mid Heian period . +Wakatakeni ( simmered bamboo shoots and seaweed ) is one of the Japanese " nimono " ( simmered foods ) . +Count Charles Ferdinand Camille Ghislain Descantons de Montblanc ( May 11 , 1833 - January 22 , 1894 ) , the Baron of Ingelmunster , was a French / Belgium peer , businessman , diplomat and oyatoi gaikokujin ( a foreign advisor with specialized knowledge hired by the Japanese government at the end of the Edo period to the Meiji era to assist in the modernization of Japan ) . +TAIRA no Masahira ( date of birth and death unknown ) was a busho ( military commander ) in the mid-Heian period . +" Kanten " ( agar , or agar agar ) is made from frozen and dried mucilage of red algae such as tengusa ( agar weed ) and ogonori ( Chinese moss ) . +Arashiyama-onsen Hot Spring is a spa situated in Arashiyama , Ukyo Ward , Kyoto City , Kyoto Prefecture . +Tenka San Nasu refers to the following three Nasu ( eggplant-shaped tea caddy ) : Tsukumo Nasu ( literally , Nasu of gray hair ) , Matsumoto Nasu ( Nasu originally owned by Shuho MATSUMOTO ) , and Fuji Nasu ( literally , Nasu of Mt . Fuji ) . +Licensed brewer is someone who passed the written and practical tests about sake brewing which is a kind of skill assessment system of nationally-accredited qualification conducted by prefectural governors ( the questions are made up by Japan Vocational Ability Development Association and the administrator is Prefectural Vocational Ability Development Association ) . +Charyo is a type of utensil used in Senchado ( Japanese tea ceremony using Sencha [ brewed green tea ] ) . +FUJIWARA no Seishi ( also known as Sukeko , 972 - May 1 , 1025 ) was the Empress of the sixty-seventh Emperor Sanjo during the middle of the Heian period . +Yamaji no tsuyu ( Dew on the Mountain Road ) is one of the sequels to " The Tale of Genji . " +Takehachiro KAZURAYAMA ( Year of birth unknown - October 6 , 1864 ) was a corporal of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +" Ikai " ( the court rank ) is a ranking system of the government officials . +Renzaburo Suzuki ( 1848 - October 6 , 1868 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) from Himeji , Harima Province . +Asahi Beer Oyamazaki Villa Museum of Art is a private art museum operated by Asahi Breweries , Ltd . +Kokokushikan is the understanding that Japanese people live in Japan , a country with a history of successive Emperors , lore and the history of which was passed from generation to generation to the present . +Hakyo KAKIZAKI ( June 25 , 1764 - July 26 , 1826 ) was a Japanese painter and Karo ( chief retainer ) of Matsumae Domain . +Kiroku Shoen Kenkeijo was an organization which investigated manors ( shoen ) in the Heian period . +Emperor Goyozei ( December 31 , 1571 - September 25 , 1617 ) , his reign was from December 17 , 1586 to May 9 , 1611 , he was the hundred and seventh Emperor between the Azuchi-Momoyama period and the Edo period . +Prince Yakabe ( March 27 , 539 - July 20 , 587 ) was the Imperial prince of Emperor Senka . +MINAMOTO no Yoriyoshi was a mid-Heian period warrior . +Ichi no tsukasa ( Market Office ) was the institution that belonged to Kyoshiki ( the Capital Bureau ) on the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) of the Ritsuryo system Japan . +Seika Kururin Bus is a community bus operated in Seika-cho , Soraku-gun , Kyoto Prefecture . +Tomonomiyatsuko is the Gozoku ( local powerful clans ) who administered each group of tsukasa ( offices ) in the Yamato Dynasty under or sometimes together with the clans of muraji ( one of ancient Japanese hereditary titles denoting rank and political standing ) . +Prince Ichishino ( 733 - December 10 , 805 ) was a member of the Imperial Family between the late Nara period and the early Heian period . +Konbushime is a local dish in Toyama Prefecture . +Doko ' are utensils used to heat water and warm sake by placing on braziers . +Saikyo ( Nishikyo ) is defined as the ' Nishi no Kyo ' ( Western Kyo ( Capital ) ) , or ' Kyo no Nishi ' ( West of Kyo ) . +Ennen is a Japanese art which was performed by monks and chigo ( child in a Buddhist possession ) at temples after Daihoe ( great Buddhist memorial service ) . +The Taiko-kenchi is a series of land surveys ( surveys of agricultural lands [ i.e. except mountains and forests ] and production ) conducted by Hideyoshi TOYOTOMI throughout Japan . +Ranbakeishi ( 1417 – March 17 , 1501 ) was a Buddhist priest of the Rinzai sect between the mid-Muromachi and Sengoku periods ( Period of Warring States ) . +Insei period culture ( culture during the period of the government by the Retired Emperor ) or the culture of the end of the Heian period refers to Japanese culture from the end of Heian period , the latter half of the 11th century to the period when the Kamakura bakufu ( Japanese feudal government headed by a shogun ) was founded , the end of the 12th century . +Nobutaka UENO ( year of birth and death unknown ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +Uchiki ( also known as " uchigi " ) is a kind of kimono that is worn by women as part of Heian-period costumes , such as the twelve-layered ceremonial kimono and five-layer robe , although it may also be worn by itself . +Nariyuki NIJO ( November 1 , 1816 – December 5 , 1878 ) was a noble during the period between the end of the Edo period and the Meiji period . +Okappiki refer to unofficial collaborators who played a marginal role in police functions such as town magistrate 's offices and Hitsuke tozoku aratame-kata ( literally , " investigative division for arson and organized robbery " ) in the Edo period . +Nobutaka ODA is a busho of the Azuchi-Momoyama period . +Jinnichi ( 860-December 29 , 916 ) was a priest of the Shingon sect from the early to late Heian Period . +Saga Toriimoto , once called ' Adashino , ' was a burial site for the dead in Kyoto . +Ayabe-onsen Hotspring is located in Ayabe City , Kyoto Prefecture . +" Tanba " is the name of a limited express train that the West Japan Railway Company ( JR West ) operates between Kyoto Station and Fukuchiyama Station via the Sanin Main Line . +Situated in Fushimi Ward , Kyoto City , Kyoto Prefecture , Fushimi no Momoyama no Misasagi is the imperial mausoleum of the Emperor Meiji . +Chikuun YAMAMOTO ( a male , 1819 - April 27 , 1888 ) was a Tenkoku artist ( a carver who carved Chinese characters in the special , Tensho , style ) and master of the green tea ceremony who lived in the Meiji period . +Joyo Station , located at 7 Hayashinokuchi Oaza-Terada , Joyo City , Kyoto Prefecture , is a stop on the Nara Line of the West Japan Railway Company ( JR West ) . +A reijo is a place where human souls are said to gather after death . +Kotaihi means a person who was the biological mother of an Emperor and the wife of the previous Emperor . +The Oe clan were nobles from ancient times until early modern times . +The Tango-Amanohashidate-Oeyama Quasi-National Park consists of the three areas of ' the seashore area of the Tango peninsula , ' which covers the area from Kyotango City of Kyoto Prefecture to the right-side shore of the estuary of Yura-gawa River in Maizuru City , of ' the Seya highland area , ' an inland area of the Tango peninsula , and of ' the Oe-yama mountain range area ' centered on the former Oe-cho area of Fukuchiyama City . +Sosei ( dates of birth and death unknown , died in 910 ? ) was a poet and a monk who lived during the early and middle Heian period . +A yose originally referred to a permanent hut operated by a promoter where professionals of rakugo ( traditional comic storytelling ) , rokyoku ( naniwabushi recitation ) , kodan storytelling , manzai or a comic dialogue , or magicians entertained their audiences by exhibiting their skills in speaking or trickery . +TAIRA no Kiyofusa ( year of birth unknown - March 27 , 1184 ) was the eighth son of TAIRA no Kiyomori . +" Kokufu " is a place and city at which facilities were established for Kokushi ( provincial governors in the nation 's governing system in old days ) to administer governmental affairs during the Nara and Heian periods . +OKISOME no Usagi ( year of birth and death unknown ) was a person who lived during Japan 's Asuka period . +Wagashi no hi ' ( the Day of Japanese Confectionery ) was a memorial day , established by ' Zenkoku Wagashi Kyokai ' ( Japan Wagashi Association ) in 1979 . +Gokinaishi ( topography of Kinai region ) was a local topography of Kinai region ( provinces surrounding Kyoto and Nara ) compiled in the Edo period . +TAIRA no Kiyomori was a warlord who lived in the Late Heian Period . +Mitsutoyo KAJUJI ( January 17 , 1576-November 18 , 1612 ) was a Kuge ( court noble ) from the Azuchi-Momoyama period to the early Edo period . +SAKANOUE no Kiyono ( 791- 850 ) was the third son of SAKANOUE no Tamuramaro . +Sakurayu is a hot drink with a salt-preserved cherry blossom in it . +Motoharu MORI ( 1323 - year of death unknown ) was the head of the MORI family who lived during the period of the Northern and Southern Courts ( Japan ) and Muromachi period , and was the legitimate son of Chikahira MORI . +The term ' Wakoku ' refers to a name which ancient Chinese dynasties or other countries around China used to designate a political force or its area in the Japanese Islands around that time . +Kasugayama Primeval Forest ( kasugayama genshirin , or kasugayama genseirin ) is the area where the primitive forest has reached a climax , because the primitive forest as a mountain of Kasuga-Taisha Shrine was regarded to be divine and cutting the trees in the area has been long prohibited for more than 1000 years . +Daikon oroshi is a food made by grating daikon radish with an oroshigane ( Japanese grater ) . +Hichiriki flute is one of the wind instruments used for gagaku ( ancient Japanese court dance and music ) and kagura ( sacred music and dancing performed at shrines ) that was created in modern times following the flow of gagaku . +The Kurahashi family was a " Tosho-ke " ( the hereditary lineage of Court nobles occupying relatively high ranks ) of a branch family of Tsuchimikado of the Abe clan and its social standing was hange , kuge of lower rank . +Zengen Shosenshu Tojo is the preface ' Tojo ' of " Zengen Shosenshu " ( lost book ) , a collection of words and geju ( hymns in honor of doctrine , Buddha and bodhisattva ) used by various schools of Zen , compiled by Shumitsu KEIHO who was a monk in the Tang Dynasty period in China and only this part remains in existence today . +TACHIBANA no Norimitsu ( 965 - year of death unknown ) was a government official who lived in the mid-Heian period . +Taiso no rei means an Emperor 's funeral which is conducted as an Imperial ceremony under the law of the Imperial House Act , Clause 25 . +Takatoshi MITSUI ( 1622- May 29 , 1694 ) was a merchant who lived during the Edo Period . +Yorimitsu SUWA +Yamatoji Line is the nickname for the electrified section of rail between Kamo Station ( Kyoto Prefecture ) and JR Nanba Station that runs on the Kansai Main Line of the West Japan Railway Company ( JR West Japan ) . +Yoshitaka KIRA ( dates of birth and death unknown ) was a military commander of the Sengoku Period ( the Period of Warring States in Japan ) . +FUJIWARA no Akisue ( 1055 - September 6 , 1123 ) was a noble in the late Heian period . +" Natsumatsuri " is a collective term for festivals observed in summer . +Hijiki ( scientific name : Sargassum fusiforme , synonym : Hizikia fusiformis ) is a kind of seaweed of the Class Phaeophyceae Family Sargassaceae Genus Sargassum . +Gunchujo were documents that proved participation in battles and other military exploits in medieval Japan . +Jakusho ( c . 962 - 1034 ) was a monk of the Tendai sect of Japanese Buddhism and a literary man who lived in the mid-Heian period . +Koretari YOSHIKAWA ( 1616 - January 1 , 1695 ) was a Japanese Shintoist in the early Edo period . +" Hanzei " means that the Muromachi bakufu ( Japanese feudal government headed by a shogun ) gave the power of collection of half of the customs or taxes on production from manors and lands under the control of the feudal government to the provincial constables . +FUJIWARA no Yoshinobu ( 995 - March 24 , 1065 ) was a court noble and court official who lived in the Heian period . +The Ayabe Shimin Bus is a regular route bus that is operated by Ayabe City in Kyoto Prefecture . +Buke style ( samurai style ) Murasakino Senke school is considered to have descended from Imasawa school inherited by the family of karo ( chief retainer ) of the Owari Tokugawa family . +Sou YAMAMURA ( real name : Hirosada KOGA , February 24 , 1910 - May 26 , 2000 ) was a Japanese actor and a movie director . +Yukinobu MIYOSHI was the third son of Nobushige ( Yukimura ) SANADA . +Fukensei ( prefectural system / law ) refers to a local administration system established in 1890 as well as the law that stipulates this system . +" Poppo Land " Fukuchiyama Railway Hall is a railway exhibition pavilion in Fukuchiyama City , Kyoto Prefecture . +Masatsura KUSUNOKI was a busho ( Japanese military commander ) in the period of the Northern and Southern Courts ( Japan ) . +HATA no Kawakatsu ( dates of birth and death unknown ) was a member of the local ruling family from the Hata clan which worked for the Yamato sovereignty ( the ancient Japan sovereignty ) from the late sixth century to the middle of the seventh century . +Great Kyoto Fire of the Tenmei Era was a fire that broke out in Kyoto on March 7 , 1788 . +The Shingon sect Yamashina school is a Buddhist school of the Shingon lineage in Japan , classified into the Kogi ( old ) Shinshu sect . +Shuhei MITSUKURI ( January 15 , 1826 to December 3 , 1886 ) was a Dutch scholar ( a person who studied Western sciences by means of the Dutch language ) . +The seventh Shikan NAKAMURA ( March 11 , 1928 - ) is a Kabuki actor . +OE no Koremitsu ( 1110 - February 17 , 1175 ) was a court noble in the Heian period . +Kensho ( 1130 - 1209 ? ) was a poet-monk who lived from the late Heian period to the early Kamakura period . +Raitei ARIMA ( 1933 - ) is a Zen monk in the present day . +The term " sashimono " is a generic name given to traditional craft products which are made without any joint parts such as nails ; for example , furniture , doors , and other household things made by assembling wooden pieces . +Renku refers to haikai no renga ( humorous linked poem ) . +Obama Line refers to the railway ( local line ) in West Japan Railway Company ( JR West ) from Suruga station in Suruga city , Fukui prefecture to Higashi-Maizuru station in Maizuru city , Kyoto prefecture . +Masayoshi ISHIKAWA ( 1658 - June 1 , 1682 ) was a successor of Yodo domain of the Province of Yamashiro . +Horen ( years of birth and death unknown ) was a priest during the Asuka period and the Nara period . +Atago Hyakuin was a linked verse known as Renga , which was composed by Mitsuhide AKECHI and others at Mt . Atago in Kyoto immediately before his coup , the Honnoji Incident . +The Gojunoto is one of the styles of Buddhist pagodas . +Ishitsukuri-jinja Shrine and Tamatsukuri-jinja Shrine are the shrines located in Kinomoto-cho , Ika County , Shiga Prefecture . +Manzai is a kind of traditional art in Japan . +Mother of Jojin Ajari ( 988 - year of her death is not clear ) was a female waka poet in the mid-Heian period . +Hosen-ji Temple is a Buddhist temple belonging to the Shingon Sect Chisan School located in Kyotanabe City , Kyoto Prefecture . +Ene ANDO ( 1285-1343 ) was a warlord from the end of the Kamakura period to the Northern and Southern Courts period , and he served in the Rokuhara Tandai ( an administrative and judicial agency in Rokuhara , Kyoto ) as a hikan ( low-level bureaucrat ) to the Tokuso Family of the Hojo clan , the family of shogunal regent of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +The Jidai Gyoretsu is a pageant or procession in festivals where the participants wear costumes from the Kofun period ( tumulus period ) through the early Showa period , reproduced after research into each period , +Rakusai Bus Terminal is a bus terminal in Nishikyo Ward , Kyoto City , Kyoto Prefecture . +" Kanjincho " is a kabuki program which is based on the Noh play " The Ataka Barrier . " +Muan Xingtao ( March 16 , 1611 - March 6 , 1684 ) was a monk of the Obaku school ( Obaku sect ) of the Rinzai sect of Buddhism , who came to Japan from Ming of China in the early Edo period . +Satcho is an abbreviation of the Satsuma Domain and the Choshu Domain . +SAKANOUE no Otoiratsume ( dates of birth and death unknown ) was the second daughter of OTOMO no Sukunamaro and OTOMO no Sakanoue no Iratsume . +Shikan NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +Jofu is a person in the Edo period who lived permanently in Edo and served seii taishogun ( literally , " great general who subdued the barbarians " ) without performing Sankinkotai ( a system under which feudal lords in the Edo period were required to spend every other year in residence in Edo ) . +Hifu means a kind of jackets that is put on over kimono . +Chitsuroku-shobun was a policy of complete abolition of hereditary stipend implemented by the Meiji government in 1876 . +Zonkaku was a Buddhist priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) who lived from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +The kokuga forces system indicates a historical concept of a national military system established in the period from around the end of ancient times to the early medieval period of Japan ( the 10th century to the 12th century ) . +Morimichi MOTONO ( September 25 , 1836 - December 10 , 1909 ) was a government official and businessman in Japan . +Zao Gongen is a venerable entity worshipped in Buddhism in Japan . +" Kuden " is a method of orally transmitting information . +Hogo-ji Temple is a temple of the Nichiren Sho Sect , that is located in Maizuru City , Kyoto Prefecture . +Naoharu OSAKO ( December 24 , 1844 - September 20 , 1927 ) was a samurai warrior of Japan , feudal retainer of Satsuma , military man of Imperial Japanese Army ( IJA ) and peerage . +The surname , Toyotomi , was a honsei ( original name of the clan which indicate its lineage ) given to Hideyoshi TOYOTOMI , who became Kanpaku ( chief adviser to the Emperor ) and took control of the political power in the Tensho period . +Kinoko is a Yokai whose presence has been told in the Kinki area . +Kuminohama Hot Spring is a hot spring located in Hirata , Kumihama-cho ( former Kumihama-cho ) , Kyotango City , Kyoto Prefecture ( Tango Province under ancient administrative division ) . +Monryu is a designation used to refer to branch schools of Nichiren 's disciples who considered the Myohorenge-kyo Sutra ( the Lotus Sutra ) as Shobo ( the true teachings of Buddha ) , by using the founder 's name or the name of the area where the founder propagated Buddhism . +Nobukichi MIYAGAWA ( 1843 - January 1 , 1868 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) from Tama district , Musashi Province . +Chikkyo ONO ( November 20 , 1889-May 10 , 1979 ) was a Japanese-style painter who lived in the Taisho and Showa period . +Matsuribayashi ' ( festival music ) is music that is performed at festival time and forms a particular genre of musical accompaniment . +Miyanomae Haiji ato is the remains of Buddhist temple that stood from the Nara era to Heian era located in Zao-cho , Fukuyama City , Hiroshima Prefecture . +Shaku is a narrow board held in the right hand when one wears sokutai ( traditional ceremonial court dress ) in Japan . +The Ayabe Domain existed in Tanba Province ( Aono cho or Hongu cho , Ayabe City , Kyoto Prefecture in the present day ) . +Nenryoshomai was the term for the shomai itself or the system under the Ritsuryo system which required a designated amount of white rice from the provinces to be tithed to the central government every year . +Kyoto Prefecture can be divided into three provinces , that is , Tango , Tanba ( including a part of present Hyogo Prefecture ) , and Yamashiro , by former province system , however , the southern region of Kyoto Prefecture has roughly five definitions as follows . +Tokinao NISHINOTOIN ( 1584 – November 6 , 1636 ) was a court noble who was active from Azuchi Momoyama Period to the early Edo period . +Masahiro INABA ( 1747 - October 27 , 1773 ) was the sixth lord of the Yodo Dmain of Yamashiro Province . +Kamakura Bukkyo ( Kamakura Buddhism ) refers to the movement for Buddhist reform developed from the end of the Heian period to the Kamakura Period . +Soji OKITA ( summer , 1842 or 1844 - July 19 , 1868 ) was a member of the Shinsengumi , a special police force in Kyoto , at the end of Edo period ( there are two theories about the year of his birth , but no decisive historical materials against either of them have been found . Also , no historical materials confirming his birth date have ever been identified , and all that is known is that he was born in summer ) . +Mt . Oe ( 大枝山 ) : A mountain located in Kyoto Prefecture . +Norizane KUJO ( 1211-April 24 , 1235 ) was a Court noble during the middle of the Kamakura period . +According to Buddhism and Hinduism , Enma is the master of Hell . +The term Gakumonryo is a scholarship for Monjosho ( students who study poetry and history ) who studied Kidendo ( the study of history ) at Daigaku-ryo ( Bureau of Education under the ritsuryo system ) during the Heian period and it was also called Kyuryo . +Yukimasa NIKAIDO ( year of birth and death unknown ) held the office of Mandokoro-rei ( later called Mandokoro Betto [ administrator of a Buddhist temple ] ) , a member of the 13-person parliament during the Kamakura Period . +The Kurodo no to , an official position outside of the Ritsuryo system ( these positions were known as Ryoge no kan ) , was effectively the head of the Kurodo dokoro ( chamberlain 's office ) ( the nominal head , also known as the Kurodo betto , was also a minister ) . +The Four Heavenly Kings of Waka is the title to praise excellent poets of waka ( Japanese poetry ) . +Inoue school is a school of traditional Japanese dance . +Hone-karakasa ( literally , an oil-paper umbrella with a bamboo frame , the oil paper of which is gone ) is one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Hyakki Tsurezure Bukuro " ( The Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +Fukujoju Nyorai ( Amoghasiddh ) is one of the Five Wisdom Buddhas worshipped in Buddhism . +Gesaku is a general term for yomimono ( reading ) that had flourished in Edo since the late early-modern times , or around the latter half of the 18th century . +Yae NIIZIMA ( 1845 - 1932 ) was a Japanese woman who lived from the closing days of the Tokugawa shogunate until the early Showa period . +TAIRA no Masatsura ( year of birth and death unknown ) was a bakufu ( Japanese feudal government headed by a shogun ) bureaucrat during the late Kamakura period . +Komatsu no Miya was established by the Fushimi no Miya Imperial Prince Kuniie 's eighth Prince , Komatsu no Miya Imperial Prince , Akihito during the early Meiji period . +Amatsumikaboshi is a god of stars ( Shinto ) appearing in Japanese mythology . +Chikurin-in Temple is a nonsectarian temple located in Yoshinoyama , Yoshino Town , Yoshino County , Nara Prefecture . +Soniryo was a division of the Japanese ritsuryo code . +Kobunin was a facility considered to be built by WAKE no Hiroyo in Heiankyo ( the ancient capital of Japan in current Kyoto ) at the beginning of the Heian period . +The Kuraryo is an institution affiliated with the Ministry of Central Affairs of the Ritsuryo system during the Ritsuryo system period of Japan . +Sumimoto HOSOKAWA was a war lord and daimyo during the Sengoku period ( period of warring states ) . +Kensenbu refers to dancing holding a sword or a fan , or both of them . +Nagauji MORI ( 1567 - July 1 , 1582 ) was one of Nobunaga ODA 's bodyguards . +Located at the base of the Tango Peninsula in Kyoto Prefecture , Mt . Oe extends over Yosano-cho , Fukuchiyama City and Miyazu City . +Obanyaku was the post assigned to samurai from non-capital areas to maintain the security of Kyoto during the later Heian to early Muromachi period or to maintain the security of Kamakura city during the Kamakura period . +" Engawa " is a part of fish meat and one of the toppings of sashimi or sushi . +MINAMOTO no Ariyori ( year of birth and death unknown ) was a warrior during the late Heian period . +Railways in Japan include all railways and rail tracks ( railway ) in Japan . +Goryu-shinto is the ho-ryu school ( school by a Priestly Imperial Prince ) of Shinto handed down among people such as hosshinno ( Imperial Princes who became Buddhism priests ) . +Kinnori OGIMACHISANJO ( July 24 , 1774 - October 18 , 1800 ) was a Kugyo ( top court official ) during the Edo period . +Kyoto Shimbun is a local newspaper published mainly in Kyoto and Shiga Prefectures . +Ieko NIJO ( October 9 , 1716 - March 14 , 1790 ) was Emperor Sakuramachi 's nyogo ( a high-ranking lady in the court - a consort of the emperor ) and the mother of Empress Gosakuramachi . +Shigesada SAJI ( 1174- ? ) was a samurai who lived during the Kamakura period . +FUJIWARA no Ietada ( 1062 - June 22 , 1136 ) was a court noble who lived in the late Heian period . +Ryotan is a term to refer to the area combining Tango Province and Tanba Province . +An uchine is an arrow-shaped weapon 36 to 54cm in length and 18mm in diameter . +Mentsuyu is a Japanese flavoring sauce made mainly from soup stock , soy sauce , mirin ( sweet sake [ Japanese liquor ] for cooking ) - or sake itself - and sugar . +Zuiryu-ji Temple is a Buddhist temple which stands at the top of Hachimanyama , Omihachiman City , Shiga Prefecture . +Genkuroinari-jinja is a Shinto Shrine located about 500 meters south west of Kintetsu Koriyama Station which is famous for its legends about two foxes , one called Genkuro and one who bought wataboshi ( cotton caps ) . +Tadamoto ( also known as Uchimoto ) ICHIJO ( 1548 - August 9 , 1611 ) was a kuge ( court noble ) living from the late Sengoku Period ( Period of Warring States ) to the early Edo period . +Tsunugui and Ikugui are kami ( god ) in Japanese Methodology ( shinto ) . +The 26-kilometer Takenouchi-kaido Road is a kaido ( road ) that heads east for the area around Nagao-jinja Shrine in Katsuragi City , Nara Prefecture from Sakai City , Osaka Prefecture through the south foot of Mt . Nijo-zan ( Nara Prefexture and Osaka Prefecture ) and Takenouchi Pass . +Kyoto City is the capital of Kyoto Prefecture and an ordinance-designated city , located in the south of Kyoto Prefecture ( formerly Yamashiro Province ) . +Jinjitsu +Kenka Ryoseibai was one of the principles of law ( jurisprudence ) in Medieval Japan . +TAMURA no Ootome ( dates of birth and death unknown ) was a daughter of OTOMO no Sukunamaro . +Enkei ( dates of birth and death unknown ) was a Buddhist priest in the Nara period . +Hanase-toge Pass is a pass on a national route in Sakyo Ward , Kyoto City , Kyoto Prefecture . +Tadatomo GAMO was the lord of Kaminoyama Domain in Dewa Province . +Raifuku refers to formal clothes which were used by nobles of the Fifth Rank and higher , and worn at the New Year 's court ceremony and new emperor 's enthronement ceremony ; it was introduced into the Japanese court and modeled after Chinese law . +Kojima-dera Temple is a temple of the Shingon sect located in Takatori-cho , Takaichi-gun , Nara Prefecture . +FUJIWARA no Michishige ( year of birth and death unknown ) was a retainer of the Imperial Court during the late Heian period . +Genroku culture was a culture that flourished from the end of 17th century to the early 18th century , especially in the Genroku Period ( 1688-1707 ) , and was centered in mainly Kamigata ( Osaka and Kyoto area ) . +Yoshitsune KUJO ( 1169 - April 23 , 1206 ) was a court noble who lived from the end of the Heian period to the early Kamakura period . +The rice-policing ratio ia specified in the National Tax Administration Agency 's Notification No. 8 ' Standard that regulates the method of manufacturing and quality labeling of refined sake ' dated November 22 , 1989 as follows : +Konoe-dori Steet is one of the streets that run from east to west in Sakyo Ward , Kyoto City . +Tadasada ICHIJO ( May [ the old calendar ] [ between May and June ] , 1862 - unknown ) was a Kuge ( court noble ) who lived in the late Edo period . +Nenbutsuichie means repeating a Buddhist invocation , i.e. Namu Amidabutsu ( a single , sincere call upon the name of Amida ) . +Kyo-kaido Road , or Osaka-kaido Road , is a street that starts from Kyobashi ( later moving to Koraibashi ) of Osaka , runs along the left bank of the Yodo-gawa River and leads to Kyo ( Kyoto ) via Yodo . +KAMO no Yasunori ( 917-March 14 , 977 ) was the Onmyoji ( diviner ) and Inyoka ( the Yin and Yang school of philosophy ) of the mid-Heian Period . +Kazumasa TSUDA ( year of birth unknown - April 22 , 1585 ) was a busho ( Japanese military commander ) in the Azuchi-Momoyama period . +Shochu is a kind of distilled liquor amongst alcoholic drinks . +Niou Miya was one of the chapter titles of " Genji Monogatari " ( The Tale of Genji ) which has fifty four chapters . +Funaoka Station , located in Sonobe-cho , Nantan City , Kyoto Prefecture , is a railway station on the Sanin Main Line , which is operated by the West Japan Railway Company ( JR West ) . +Jiko-in Temple is a temple of the Daitoku-ji school of the Rinzai sect located in Koizumi-cho , Yamatokoriyama City , Nara Prefecture . +WANIBE no Kimite ( date of birth unknown - September 697 ) was a person who lived in the Asuka Period . +Arashiyama Station , located in Saga-tenryuji-tsukurimichii-cho , Ukyo Ward , Kyoto City , is a railway facility of the Arashiyama Main Line operated by Keifuku Electric Railroad Co . , Ltd . +Okara is a food peculiar to countries in East Asia , such as Japan , the People 's Republic of China , and the Republic of Korea . +MINAMOTO no Saneakira ( 910 - 970 ) was a Japanese official and poet of the mid-Heian period . +Enpuku-ji Temple is a temple of Koyasan Shingon Sect located in Kameoka City . +Takahiro KYOGOKU was the second lord of Miyazu Domain in the Tango Province . +Itsuse no mikoto was a member of Japanese Imperial family , who appears in the Japanese Mythology . +Dairibina is a pair of Girl 's Festival dolls representing the emperor and the empress , and is placed on the top tier of a display . +Gen no Naishinosuke is a nickname for a character in " The Tale of Genji . " +Hokke-kyo ( Hokke-kyo Sutra ) is a collective term for the Mahayana Buddhism sutra , ' saddharmapundariika-suutra ( ' a white lotus flower as right teaching ) ' in Chinese translation . +The Ogura Incident was a dispute over succession of the imperial throne in which Emperor Reigen forced Ichinomiya ( later Cloistered Imperial Prince Saishin ) , his oldest son , to become a Buddhist priest in 1681 , and purged the greater imperial household of the Ogura family , Ichinomiya 's maternal relatives . +Kiichi HAMAGUCHI ( year of birth and death unknown ) was a member of Mibu-Roshigumi ( Mibu gang of masterless warriors ) and Shinsengumi ( special police force who guarded Kyoto during the end of Tokugawa Shogunate ) . +Chikanaga NINAGAWA was a warlord from the time of the Sengoku period ( Period of Warring States ) to the Azuchi Momoyama period . +Sanjaku Obi is a kind of kimono waistband for men . +Yasuko TAKATSUKASA ( March 19 , 1811 - November 20 , 1847 ) , later the Empress Dowager Yasuko , was the nyogo ( a court title of the emperor 's consort ) of the Emperor Ninko during the late Edo period . +Sonin-sandai or shonin-sandai ( 庶人三台 ) is a name of gagaku ( Japanese classical music ) . +1 . Jingo-ji Temple is the successor of the Koyasan Shingon Sect head temple located in Takao , Ukyo Ward , Kyoto City . +Sogi ( funeral ceremony ) or Soshiki ( funeral ceremony ) is a part of Saigi ( ceremony ) or Sosei ( funeral system ) to mourn the passing of the deceased . +Born in 1146 , and passed away on September 23 , 1173 , " FUJIWARA no Muneko ( Ikushi ) " was the empress in the last days of the Heian period . +Imperial Prince Morinaga / Moriyoshi ( 1308 - August 20 , 1335 ) lived from the latter half of the Kamakura period to the Kenmu Restoration period . +Ganku ( 1756 or 1749 - January 19 , 1839 ) was a painter who lived in the Edo period . +Otsu Port is a port located in Shiga Prefecture . +Emperor Keitai ( 450 - March 10 , 531 ) , the twenty-sixth Japanese emperor , was in power from March 3 , 507 to March 10 , 531 . +Shohei KIMURA ( July , 1841 - April 27 , 1906 ) was a businessman and a statesman from the Province of Yamashiro ( current Kyoto Prefecture ) . +MINAMOTO no Muneyuki ( year of birth unknown - January 9 , 940 ) was a poet of the early to mid-Heian period . +Kagemune YAMAOKA was a busho ( Japanese military commander ) during the Sengoku period and the early Edo period . +Sukeshige OGAWA ( year of birth and death unknown ) was a busho ( Japanese military commander ) , who lived during the period of Azuchi-Momoyama Period . +Fujufuse ( Not Receive and Not Give ) School of the Nichiren Sect is a sect whose founder was Nichiren and the school founder was Nichio . +Ochiba no miya is a fictitious character in " The Tale of Genji . " +Nihon Seito Oshoku Jiken refers to a bribery scandal in the Meiji Period in which the board members of Nihon Seito in Taiwan conspired to bribe members of the House of Representatives with the aim of extending an effective period of a law . +Kujirazuka is a mound enshrining the whales that were washed up ashore on the beach , and is a uniquely Japanese custom . +The Fukuchiyama Urban Area includes Fukuchiyama City in Kyoto Prefecture and its surrounding area . +Kosho School Jodo Shinshu Sect ( the True Pure Land Sect of Buddhism ) is one of the religious schools of Jodo Shinshu . +Hosen-in Temple is a Buddhist temple belonging to the Tendai Sect located in Ohara , Kyoto . +Yorisuke NANBA ( 1112 ~ 1186 ) was a court noble and a waka poet during the late Heian period . +Gohei NAMIKI was a professional name of a playwright of Kabuki play . +Jiro SURUGA ( birth and death date unknown ) lived in the late Heian period and was a vassal of MINAMOTO no Yoshitsune . +Fuju-fuse-gi is a concept of the Nichiren sect of Buddhism ; " fuju " means refusing offerings from those who don 't believe in the Hokekyo ( Lotus Sutra ) and " fuse " means giving no offerings to priests who propagates beliefs other than Hokekyo . +Yorifusa ISHIDO was the third family head of the Ishido clan . +Kinmasu SAIONJI ( May 22 , 1582-April 8 , 1640 ) was Kugyo ( top court official ) who lived from the Azuchi-Momoyama to the early Edo period . +Hime-gamisha Shrine is a Shinto shrine in Nara City , Nara Prefecture . +Mushuku means people in the Edo period whose names were excluded from Shumon-Ninbetsu-Aratame-Cho ( The Village People Register of Religious Faith and Relationship ) which is the equivalent of today 's family register . +Takegaki ( or Takagaki ) is a term used to refer to fences made of bamboo . +Tadakata HAYASHI ( 1845 - July 25 , 1867 ) was the second lord of the Jozai Domain , Kazusa Province . +Kotokunikyo ki is a diary of Kotokuni YAMASHINA , a court noble in the Muromachi period . +Taisuke INOUE ( January 19 , 1858-February 10 , 1927 ) was a member of the Shinsengumi . +Ukimi-do is a Buddhist temple of the Kaimonzan Mangetsu-ji Temple , which belongs to the Rinzai sect Daitokuji school , and it is located on a pier extending out into Lake Biwa at katata , Otsu City , Shiga Prefecture . +Eun ( 798 - October 31 , 869 ) was a Buddhist monk of Shingon Sect in the early Heian period . +Kanji of the Year is a Chinese character representing the social conditions in Japan or World of the year which is announced once a year by the Japan Kanji Aptitude Testing Foundation on the " Kanji 's day " , December 12 . +Hokan ( also called Taiko ) is a profession of a man who indulges hosts and guests at a drinking party such as a banquet or ozashiki ( banquets in which guests are attended by geisha ) , does performances himself , and helps geisha ( Japanese professional female entertainers at drinking party ) and maiko ( apprentice geisha ) to set the groove . +OSHIUMI no Okuni ( year of birth and death unknown ) was a person in the Asuka period in Japan . +Sadaie KIRA ( dates of birth and death unknown ) was a busho ( Japanese military commander ) during the early Muromachi period . +Samuraidokoro was the organization that played military and police roles in the Kamakura bakufu ( Japanese feudal government headed by a shogun ) and in the Muromachi bakufu . +Tadanaga / Tadatake SHIMAZU ( August 28 , 1551 - December 23 , 1610 ) was a Busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) ( Japan ) . +Kudara no Okimi , also referred to as Kudara no miko ( year of birth and death unknown ) was in the Imperial Family in the Asuka period . +FUJIWARA no Sadayoshi ( 1148 - September 29 , 1209 ) was a kugyo ( court noble ) from the late Heian period to early Kamakura period . +Transcendentalism refers to a philosophy in which individuals stand firm in their position detachedly ( nonchalantly ) without being influenced by the state of things that surround them . +Shingosen Wakashu is the 13th imperial anthology of waka ( Japanese poetry ) by the command of the Emperor Gouda in 1301 . +Kameoka City is a city located in the mid-west section of Kyoto Prefecture . +Motoshige KANZE ( 1895 – 1939 ) was a leading traditional Japanese Noh drama performer ( shite-kata ) and member of the Kanze school ( one of the 5 major Noh troupes ) . +Takatsune SHIBA ( 1305 - August 17 , 1367 ) was a busho ( Japanese military commander ) and provincial military governor in the period of the Northern and Southern Courts ( Japan ) . +Sante-gakari indicates criminal trials in the Edo period for a samurai , his wife or his children with the family status that had omemie ( [ the privilege to have ] an audience [ with one 's lord , a dignitary , etc ] . ) +Emperor Chukyo ( October 30 , 1218 -June 18 , 1234 ) was the eighty fifth Emperor during the Kamakura period . ( his reign was from May 13 , 1221 to July 29 , 1221 . ) +Mutsu no kami was the governor of Mutsu Province . +Juni-hitoe is a formal attire of a Japanese noblewomen who emerged around the tenth century in the Heian period . +Emperor Ichijo ( July 15 , 980 - July 25 , 1011 ) was the sixty-sixth Emperor . +Takamasa HATAKEYAMA was a Shugo Daimyo ( provincial military governor ) and Sengoku Daimyo ( warlord ) of Kawachi and Kii provinces during the Sengoku Period . +Kyuchu Sekiji is the order of precedence at official events in the Imperial Court . +Awa no tsubone ( Date of birth unknown - December 20 , 1227 ) was a woman in a samurai family in the early Kamakura Period . +Shoshidai ( representative of shoshi ) is : +The Shishiki ( Shishoku ) represents the ranking or social status of samurai families in the Muromachi Period . +Ohoyamakuhi no kami god ( East shrine ) , Onamuchi no kami god ( West shrine ) are enshrined . +Princess Bunchi ( July 30 , 1619 - February 4 , 1697 ) was a Buddhist nun who lived during the early Edo period . +Shosoin is a large warehouse with a raised floor in the Azekura-zukuri style ( a style of architecture in which the sides of the building are made by placing logs across each other ) , which is located in the northwest of the Daibutsu-den Hall ( the Great Buddha Hall ) of Todai-ji Temple in Nara City . +Shunga ( erotic arts ) is a kind of ukiyoe ( Japanese woodblock prints ) that portrayed sexual culture ( especially the scenes of sexual intercourse between the sexes or the same sex ) that was in fashion in the Edo period . +Tokitaka TANEGASHIMA ( 1528 - October 31 , 1579 ) was the vassal of the Shimazu clan and the feudal lord of Tanegashima Island . +" Shishimai " ( Japanese lion dance ) is one of the traditional Japanese performing arts , in which performers mimic a lion 's movements in a lion costume to festival music . +SAEKI no Ariyori ( approx 676 - 759 ) was son of SAEKI no Ariwaka , an officer of Ecchu Province in the Asuka period . +Cormorants ( Phalacrocoracidae ) are waterfowls forming the family Phalacrocoracidae of the order Pelecaniformes . +Mikushige-dono ( the date of birth unknown-July 21 , 1002 ) was nyokan ( a court lady ) of Emperor Ichijo 's kokyu ( emperor 's residence ) and betto ( superior ) of Joganden Palace ( also called ' Mikushige-dono ' ) in the mid Heian Period . +Empress Meisho ( January 9 , 1624 - December 4 , 1696 ) was the hundred-ninth Emperor . ( her reign was from December 22 , 1629 to November 14 , 1643 . ) +The civilization and enlightenment occurred during the transitional phase of Japan in Meiji period , seeing drastic changes in various systems , organizations and cultural customs of Japan as the results of the Westernization . +Masahiro OUCHI was the twenty-ninth head of the Ouchi clan , Shugo ( Military Governor ) Daimyo during the Muromachi period . +Futai-ji Temple is located in Horen-cho , Nara City and belongs to Shingon Ritsu sect . +Yoshinao ISSHIKI ( 1431 - Date of his death not known ) was a shugodaimyo ( warlord stemmed from a regional governor ) who lived in the Muromachi period . +Mochimitsu KANO ( date of birth unknown - 1180 ) was a busho ( Japanese military commander ) in the end of the Heian period . +Shrine Shinto is a form of Shinto . +Masayuki KOBORI ( March 18 , 1620 - September 23 , 1674 ) is the second lord of Kobori clan of Omi-Komuro Domain . +TAIRA no Tsunemori ( 1124 - May 2 , 1185 ) was a warlord in the late Heian era . +Daiun-in Temple , located in Higashiyama Ward , Kyoto City , is an independent temple belonging to the Jodo sect . +Yuge no Miko ( Prince Yuge , year of birth unknown - August 24 , 699 ) was the ninth ( or the sixth ) prince of Emperor Tenmu . +Yomei-gaku is the Japanese term for the school of Confucianism established by Wang Yangming in Ming Dynasty China , which continued Mencius ' doctrine that human nature is fundamentally good . +Keihan Bus One Day Ticket is a one day pass for Keihan Bus . +Yoshiaki MIURA was a military commander who lived toward the end of the Heian period . +Tokinobu ROKKAKU ( 1306 - September 20 , 1346 ) was a samurai ( warrior ) who lived in the Kamakura period and the Northern and Southern Courts period . +Mizuhanome is a deity ( Shinto religion ) that appears in Japanese Mythology . +Hanshi were samurai who served Edo period clans . +Shonan YOKOI ( male , September 22 , 1809 - February 15 , 1869 ) is a samurai , feudal retainer of Kumamoto Domain and Confucian . +Mineyama Prefecture was established in 1871 through Haihan-chiken ( abolition of feudal domains and establishment of prefectures ) . +Norimura AKAMATSU ( born 1277 , died February 26 , 1350 ) was a busho ( Japanese military commander ) in the period of the Northern and Southern Courts . +Kahan , also called Kahan no retsu ( joint surety ) means originally a chief retainer who had authority to sign or put seal at carrying out an order of a lord . +Genmaicha is a mixture of almost the same amount of bancha ( coarse tea ) or occasionally sencha green tea heated at high temperatures , and brown rice steamed and roasted until it gets a light ginger color or bursts like popcorn . +Kogaku +The Bunkyu Reform was a series of policy changes covering personnel affairs , office organization and various rules and regulations carried out by the Edo bakufu ( Japanese feudal government headed by a shogun ) in 1862 . +Tenarai is one of the fifty-four chapters of " The Tale of Genji . " +Shironaga TSUTSUMI ( March 13 , 1716 - December 21 , 1783 ) was a Kugyo ( high court noble ) in the Edo period . +Desaku , also referred to as Detsukuri ( literally , going out to plow ) means that inhabitants in a region cultivate fields in other regions . +The gyudon ( rice covered with beef and vegetables ) refers to a cuisine for the common people that consists of a bowl of rice topped with solid pieces of chopped-up pork ribs or pieces of sliced meat simmered with onions in a mixture of sugar and soy sauce . +Daiko-daki is an annual event held in December in Kyoto . +Kenkun-dori Street is a street running east-west through Kita Ward , Kyoto City . +Amidanyorai , being Amitaabha or Amitaayus in Sanskrit , is one of the Nyorai in Mahayana Buddhism . +Sange means as follows . +Motonobu KANO ( September 6 , 1476 - November 15 , 1559 ) was a painter of the Muromachi period , and the son of the Kano school 's founder , Masanobu KANO . +Kinfusa SANJO ( 1179 - September 23 , 1249 ) was a Kugyo ( court noble ) who lived during the Kamakura period . +The Funabashi family are descendants of Imperial Prince Toneri , the son of the fourtieth emperor , Emperor Tenmu . +Kasagi-cho is a town in Soraku-gun , Kyoto Prefecture . +In the case of the Shinshu Otaniha ( Otani school of the Jodo Shishu sect ) , Gongyo ( devotional exercises ) is to do gassho ( putting the palms of hands together ) , raihai ( adoration ) , shomyo nenbutsu ( invocation of the Buddha 's name ) , and to do dokuju ( hailing ) of gemon ( recitation of verses ) in front of an ' onaibutsu ' ( another name for butsudan ( a Buddhist altar ) ) or portable ' mitsuori honzon ' ( mitsuori - can be folded into thirds , honzon - principal object of worship ) . +The Kumano-fude is a writing brush produced in Kumano-cho , Aki County , Hiroshima Prefecture . +Isotakeru is a Shinto god appearing in Japanese mythology . +Junigessho ( Twelve gessho ) refers to the marker that indicates the position of the sun on the ecliptic , and its signs correspond to those of the Western astrology one to one . +Bunei-seikan ( 1568 - May 16 , 1621 ) was a priest of the Rinzai sect from the Azuchi-momoyama to early Edo periods . +MINAMOTO no Sanetomo was the third Seii-taishogun ( literally , " great general who subdued the barbarians " ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +Issunboshi is one of the old tales of Japan . +Kamikakete sango taisetsu was a kabuki kyogen play written by Nanboku TSURUYA ( the fourth ) +Junijiro HOSOKAWA ( March 11 , 1834 - July 20 , 1923 ) was a feudal retainer from Tosa Domain and Rangakusha ( a person who studied Western sciences by means of the Dutch ) during the end of the Edo Period , and also a jurist , educator , and baron during the Meiji and Taisho Period . +" Maizuru-ben " is a Japanese dialect descended from Kinki dialect and extended over the area from Maizuru City of Kyoto Prefecture along Wakasa Bay to a part of the Reinan region of Fukui Prefecture ( Takahama-cho ) . +Gojo Station +Kazunaga ( Sancho ) TSUDA ( 1499 - January 22 or 23 , 1568 ) was a busho ( Japanese military commander ) in the Sengoku period . +The Battle of Tensho ( Tensho no Jin ) was one in which the army led by Takakage KOBAYAKAWA , of the Mori clan in the Chugoku region , landed at Nii County , Iyo Province ( the present-day Niihama City , Ehime Prefecture ) in Shikoku in 1585 , doing so at the orders of Hideyoshi HASHIBA ( Hideyoshi TOYOTOMI ) , who was attempting to integrate the entire nation , and defeated the local troops led by the lord of Kaneko-jo Castle , Motoie KANEKO , of the Kaneko clan , with overwhelming force . +Sosetsu KANZE ( 1509 - January 17 , 1584 ) was a Noh performer of the Kanze school active during the Sengoku Period ( Period of Warring States ) . +Encho ( 772-837 ) was a Tendai Sect Buddhist monk who lived during the first part of the Heian period . +Godaisan-kaido Highway is a byway of about 36 km serviced in the Edo period in Omi Province between Tsuchiyama ( current Koka City ) and Obata ( current Higashi Omi City ) . +Tsunako TAKATSUKASA ( March 17 , 1798 - May 14 , 1823 ) , later Zokogo ( a title of empress given after her death ) Tsunako , was the nyogo ( a court title of the Emperor 's consort ) of the Emperor Ninko during the late Edo period . +Ezo ( also referred to as " Emishi " or " Ebisu " ) is an appellation for the people who once lived in the eastern and northern areas of what is now Japan , and who were considered by the Japanese to belong to a different ethnic group . +Nagayasu MIYOSHI was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) ( his dates of birth and death are unknown , although he was believed to have died in 1573 ) . +Mumongensen ( March 30 , 1323 - April 16 , 1390 ) was the priest of the Rinzai sect during the period of the Northern and Southern Courts ( Japan ) . +Karashi-mentaiko ( spicy salted cod roe ) is foodstuff made from the ovaries of a kind of cod , Walleye pollack , processed by seasoning it with red pepper sauce . +Myoson ( 971 - July 24 , 1063 ) was a Buddhist monk of Tendai Sect in the late Heian period . +Shusuishi ( moitori no tsukasa ) was one of the institutions belonging to Kunaisho ( Ministry of the Sovereign 's Household ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Unshitsu ( April 8 , 1753-June 3 , 1827 ) was a Japanese Buddhist priest and a scholar . +TAKAMUKO no Kuromaro ( year of birth unknown - 654 ) was a scholar in the Asuka period . +Shiro Shozoku means white clothing in the broad sense . +MINAMOTO no Tameyoshi was a samurai who lived towards the end of the Heian period . +Ienobu TOKUGAWA was the sixth seii taishogun ( literally , " great general who subdues the barbarians " ) of the Edo bakufu ( Japanese feudal government headed by a shogun ) and took office from June 8 , 1709 to November 12 , 1712 . +Senseki TAKAMI ( August 3 , 1785 to August 24,1858 ) was a Dutch scholar ( a person who studied Western sciences by means of the Dutch language ) in the Edo period and principal retainer in the Koga clan of Shimousa Province . +Tokikuni YAMASHINA ( 1452 - April 5 , 1503 ) was a court noble in the Muromachi period . +Kichizaemon RAKU is a name inherited from generation to generation by the leader of the Raku family of chawanshi ( tea bowl maker ) who makes Raku-yaki ware , which is one of the Senke jissoku ( Senke 's ten designated craftsmen families ) . +The Butto-koji Juhasson are reijo ( sacred places ) containing pagodas , located in the Kinki region . +FUJIWARA no Kinsue ( born in 956 , birth date unknown - December 1 , 1029 ) was a Kugyo ( Court noble ) who lived during the Heian Period . +Nagitsuji Station , located in Nagitsuji Kusakaido-cho of the Yamashina Ward , Kyoto City , is a railroad facility on the Kyoto Municipal Subway Tozai Line . +Ichigon-ji Temple is a Buddhist temple belonging to the Shingon Sect located in Daigo , Fushimi Ward , Kyoto City . +Kaiho Rei ( Emancipation Edict ) opposition uprisings were incidents of riots and raids which broke out against Kaiho Rei in various places of Japan during early Meiji period . +The famine of Yowa was a devastating famine that occurred in 1181 . +Kuniko SONO ( 1624 - August 3 , 1677 ) was a member of the Imperial Family during the early part of the Edo period . +The Law for Transporting Five Articles through Edo was a law for trading control over raw silk thread , cereals , hair oil , wax and draperies issued by the Edo bakufu ( Japanese feudal government headed by a shogun ) in 1860 . +Omamori ( personal amulets ) are items that symbolize one 's wish . +Omikuji ( also referred to as Mikuji ) are sacred lots drawn at temples or shrines to tell one 's fortune . +The Consortium of Universities in Kyoto is a foundation consisting of universities in and around Kyoto City , Kyoto Prefecture , Japan , including Ritsumeikan University , Ryukoku University , and Doshisha University . +Daisuke ITO ( October 12 , 1898-July 19 , 1981 ) was a film director and playwright in the Taisho and Showa periods . +Person from Yamanouchi-Uesugi family . +Located in Yawata City , Kyoto Prefecture , Shokado houses a Japanese garden and an art museum . +KI no Oyumi ( ? - March , 465 ) is a known leader of an influential ruling family during the Tumulus Period of Japan . +SAEKI no Iwayu ( date and year of death unknown ) was a nobles in the Nara Period . +FUJIWARA no Hideyasu ( date of birth unknown - October 1221 ) was a samurai during the Kamakura period . +Gesshin-ji Temple is an independent temple under the Rinzai sect lineage , located in Otani , Otsu City , Shiga Prefecture . +Kiri-mon ( paulownia patterns ) is a generic name for Monsho ( crests or coats of arms ) that are based on paulownia . +Shigemitsu YAMADA ( year of birth unknown - May 2 , 1181 ) was a Busho ( Japanese military commander ) in the end of the Heian period . +TAKASHINA no Kishi / Takako ( date of birth unknown -October 966 ) was a female poet who lived in the Heian period . +Kanehiro TAKATSUKASA ( January 17 , 1660 - December 24 , 1725 ) was a kuge ( court noble ) and Kanpaku ( chief adviser to the Emperor ) in the early part of the Edo period . +Tadasuke ICHIJO ( year of birth and death unknown ) was kuge ( court noble ) in the Kamakura period . +Noshi were the everyday clothes for Emperors , Crown Princes , Imperial Princes or other court nobles after Heian period ( the Heian costume ) . +Saiguryo was an extra statutory office established under the ritsuryo system , placed in Ise Province . +Jusenshi ( also referred as Chusenshi ) was one of Ryoge no kan ( class outside of the Ritsuryo system ) established in ancient Japan . +Michikata NAKANOIN ( 1189 - February 3 , 1239 ) was a Court noble , an authority of ancient practice of customs and a poet who lived during the early Kamakura period . +Masanobu WADA ( date of birth unknown - 1616 ) was a samurai ( warrior ) who lived from the Azuchi-momoyama period to the early Edo period . +Kyoto Mukomachi Keirin Velodrome is a keirin velodrome located in Mukomachi City , Kyoto Prefecture . +Oppo-ji Temple is a Buddhist temple belonging to the Chizan School of the Shingon Sect located in Kinoto , Tainai City , Niigata Prefecture . +Doton YASUI ( 1533 - June 4 , 1615 ) excavated Dotonbori canal . +Ataka is a Noh piece covering " Gikeiki " ( a military epic about the life of Yoshitsune ) and so forth . +A samue is a garment that a zen ( Buddhist ) monk wears when he performs samu , or duties such as daily sutra chanting , and the cleaning of the precincts of the temple . +Yamashina Ward is one of the eleven wards that constitute Kyoto City . +FUJIWARA no Kanshi ( Hiroko ) +Koriwasen meant a merchant ship that operated a service from Japan to Korea only for the purpose of trade during the Muromachi period . +KOSE no Oji ( born unknown and passed away on July 4 , 724 ) was a noble from the Asuka to the Nara periods . +A noh mask is a mask used in noh theater and some forms of kagura ( musical dance ) . +Teishinko-ki is the diary of Kanpaku Dajodaijin ( imperial regent and grand minister ) FUJIWARA no Tadahira . +Shinkan is a document handwritten by the emperor . +Tsunetami SANO ( February 8 , 1823 - December 7 , 1902 ) was a samurai and a feudal retainer of the Saga clan . +Ishinbo was compiled by TANBA no Yasuyori , who was a court physician and acupuncturist in the Heian period . +The Kanroji family was " Tosho-ke " ( the hereditary lineage of Court nobles occupying relatively high ranks ) of the main branch of the Kajuji line of the Takafuji group of the Northern House of the Fujiwara clan , and its social standing was prestigious family . +' Nochi no Sanbo ' refers to the three ; Chikafusa KITABATAKE , Nobufusa MADENOKOJI , Sadafusa YOSHIDA , who served as aides of Emperor Godaigo from the end of Kamakura period to the period of the Southern and Northern Courts . +Ienaga SHO was a busho ( a Japanese military commander ) from Kodama party of Musashi Province ( present Kurisaki , Honjo City , Saitama Prefecture ) between the end of the Heian period and the beginning of the Kamakura period . +Kitaoji Station , located in Koyama Kita Kamifusa-cho , Kita Ward ( Kyoto City ) , Kyoto City , Kyoto Prefecture , is a railway facility of the Karasuma Line of Kyoto Municipal Subway . +The Yamana clan is a Japanese clan . +" Moko Shurai Ekotoba " is a pair of picture scrolls by an unknown author . +" Kabuki " is a theater peculiar to Japan , and is one of the traditional performing arts . +Harutsuna KUTUKI ( 1518 - 1550 ) was Mototsuna KUTSUKI 's father . +Mitsuyasu WAKEBE ( September 3 , 1809 - August 29 , 1858 ) was the 10th lord of the Omizo clan in Omi Province . +FUJIWARA no Tsunemune ( 1119 - March 23 , 1189 ) was a noble who lived in the late Heian period . +Shonagon was a post in Daijokan , which was the highest organization in the Imperial Court . +Located in Nakagyo Ward in Kyoto City , the Museum of Kyoto was established in commemoration of the 1200th anniversary of Heian Sento ( the relocation of the capital to found the Heian capital ) to showcase the culture and history of Kyoto . +Cable Sakamoto Station , located in Sakamoto-honmachi , Otsu City , Shiga Prefecture , is a stop on the Hieizan Railway Line ( Sakamoto Cable ) operated by the Hieizan Railway . +" Heike nyogo no shima " ( The Heike and the Island of Women ) is ningyo joruri ( traditional Japanese puppet theater ) created by Monzaemon CHIKAMATSU . +Shue MATSUBAYASHI ( July 7 , 1920- ) is a movie director in Japan . +Harusue KIKUTEI ( 1539 - May 3 , 1617 ) was a court noble from the Azuchi-Momoyama period to the first part of the Edo period . +Karakasa-kozo ( It is also inscribed in different manners such as in all hiragana , one of the Japanese phonetic characters , or in all kanji , Chinese characters ) is a yokai ( supernatural beings ) into which an old umbrella changed . +The Shinchogumi was a security force established by the Edo bakufu ( a Japanese feudal government headed by a shogun ) in 1862 , during the late Edo period . +Kyo Kano ( Kyoto branch of the Kano School , also called " Kyo-gano " ) was a school of painters who created many prominent works from the end of Azuchi Momoyama period through the Meiji period . +Bato Kannon ( horse-headed Kannon , also called Mezu Kannon ) , hayagriiva in Sanskrit , is one shape of Bosatsu ( Bodhisattva ) worshipped in Buddhism . +Udamikumari-jinja Shrine is located in Uda City , Nara Prefecture . +Hojo-ji Temple was a Buddhist temple located in present-day Kamigyo-ku Ward , Kyoto City . +The Asuka Capital site , located in Oka , Asuka Village , Takaichi County , Nara Prefecture , is an Asuka-period archaeological site . +Ryotaku MAENO ( 1723 to November 30 , 1803 ) was a domain doctor and Dutch scholar in the Nakatsu Domain of Buzen Province ( present Nakatsu City , Oita Prefecture ) . +Kinkata TOIN ( 1291 - April 21 , 1360 ) was a court noble who lived in the period of the Northern and Southern Courts . +Rokui no Kurodo was a Ryoge no kan ( class outside of the Ritsuryo system ) post for officers at Kurododokoro ( the Chamberlain 's Office ) . +A munefuda is a tag affixed to the inside of buildings such as temples , shrines or private residences , placed in a high position such as on a roof beam , as a record of or to commemorate the construction or renovation of the building . +Located in Hirogawara Obana-cho , Sakyo Ward , Kyoto City , Kyoto Hirogawara Ski Resort is the only ski resort in Kyoto City . +Matcha ice cream is ice cream flavored with Matcha . +Tokimitsu ISHIKAWA ( year of birth unknown - April 24 , 1335 ) was a busho ( Japanese military commander ) in the late Kamakura period . +Suiseki is Japanese culture or hobby of viewing stones indoors . +Tonden +Hyakki yagyo , or hyakki yako ( Night Parade of One Hundred Demons ) are stories about troops of demons and monsters wandering in a group in a city in the middle of the night in a parade , appearing in setsuwa ( anecdotes ) . +" Montsuki " refers to " kimono " ( Japanese traditional clothing ) that bears family crests . +Honryu-ji Temple is the Sohonzan ( grand head temple ) of the Shinmon-ryu sub-school of the Hokke Sect located in Kamigyo Ward , Kyoto City , Kyoto Prefecture . +Goefu was the central military organization under the Ritsuryo System whose main missions were the personal protection of an emperor , the protection of Kyujo ( place where an emperor lives ) , the night patrol in Kyoto and so on . +FUJIWARA no Yasuchika ( 922 - March 31 , 996 ) was a kugyo ( court noble ) who lived during the middle era of the Heian period . +Kanroni is one of boiled and seasoned dishes . +The Yarai Kanze family is one of the occupational branch families of Kanze school of Nohgaku theatre shite-kata ( main roles ) . +Yasusada HIKETA ( dates of birth and death unknown ) was a samurai who lived during the Kamakura period . +" Yoshijiro SAWAMURA " is a name which has been used by several Kabuki ( a traditional form of drama and music performed by male actors ) actors . +The Nose clan was a taishin ryoshu ( noble land owner ) in Settsu Province ( Hokusetsu region ) . +Imperial Prince Kitashirakawanomiya Yoshihisa ( April 1 , 1847 - October 28 , 1895 ) was a member of the imperial family and a military man in the army over the end of the Edo period to the Meiji period . +Or in 1152 . +Shingon ( 1150 - December 8 , 1236 ) was a Shingon Sect priest who lived from the late Heian period to the early Kamakura period . +SUGANO no Mamichi ( 741 - July 23 , 814 ) was a Court noble in the early Heian Period . +Kurodo no betto was a post of Ryoge no kan ( class outside of the Ritsuryo system ) that was equivalent to a Kami ( chief ) of the Kurododokoro ( Chamberlain 's Office ) . +Shomu refers to the actual practice of control and administration over kanno ( encouragement of agriculture ) , trials , and the collection of taxes within shoen ( the manor ) ; it also refers to the individuals who were authorized to practice shomu . +The Ina clan was one of the Japanese shizoku ( clans , or samurai families ) . +Nosai no gi is one of the imperial ceremonies . +Nagataka SAGARA ( 1492 - July 5 , 1526 ) was the second son of Nagatsune SAGARA , the thirteenth head of the Sagara family . +Junshin ( November 27 , 1819-1888 ) was a Japanese Buddhist monk . +The bunshi-geki is an amateur drama performed mainly by literary people such as writers and journalists . +Dao-chuo ( Doshaku ) was a Chinese monk Chinese Jodo ( Pure Land ) sect in the Tang . +FUJIWARA no Muneie ( 1139 - May 16 , 1189 ) was a Kugyo ( a top court official ) during the late Heian period . +Kayuura is an annual fortune-telling , where people 's fortunes for the year are read using Kayu ( porridge ) . +Hiromasa IWAKURA ( 1746 - October 31 , 1769 ) was a retainer of Imperial Court during the middle of the Edo period . +Chikuma-jinja Shrine is a Shinto shrine in Maibara City , Shiga Prefecture . +Takatsune KUKI ( 1646 - May 10 , 1698 ) was the second lord of Ayabe Domain in Tanba Province . +Dosan MANASE ( October 23 , 1507 - February 23 , 1594 ) was a doctor who lived during Japan 's Sengoku period ( Period of Warring States ) . +Shokei SHIBATA ( June 21 , 1850 - August 2 , 1910 ) was a chemist and pharmacologist in the Meiji period . +Nobuyuki MATSUDAIRA was the fifth lord of the Kameyama Domain , Tanba Province . +Treaty of Shimonoseki is a common name of the peace treaty signed at the peace conference after the Sino-Japanese War on April 17 , 1895 . +Sumiya was originally an ageya of Shimabara Yukaku ( red-light district ) . +Kuniyaku were duties imposed by the Imperial Court and kokuga ( provincial government offices ) from the Heian period to the period of the Northern and Southern Courts ( Japan ) . +Kaiawase is a traditional game from the Heian period . +Jofukuji-dori Street is a street running south-north through Kyoto City . +Kyoto Electric Railway is a private rail company established in 1893 . +Hirotsuna KUTSUKI ( September 1835 - September 11 , 1854 ) was a successor of the Fukuchiyama Domain in Tanba Province . +Sanpai is an act of visiting a shrine or a temple and praying to gods or Buddha . +Otoneriryo was one of the institutions belonging to Nakatsukasasho ( Ministry of Central Affairs ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Kiribi ( flint sparks ) is a ceremony for kiyome ( purification ) which is performed using sparks caused by striking an object with a flint . +Chuzaburo SHIGEYAMA ( April 3 , 1928 - ) is a Kyogen actor ( Kyogen : a genre of the Japanese traditional performing arts - a kind of farce ) . +Sokyoku refers to music for the koto ( long zither with 13 strings ) . +Empress Genmei ( also known as Empress Genmyo ) ( 661 – December 29 , 721 ) was the first tenno ( emperor ) in the Nara period and the forty-third tenno ( empress regnant ) who reigned from August 18 , 707 – October 3 , 715 ) . +Denshutai ( Edo shogunate 's army ) refers to the western-style army which was organized by Edo bakufu ( Japanese feudal government headed by a shogun ) as the elite troops of the bakufu army , and was directly trained by the French Military Advisory Group . +" Atsusa Samusa mo Higan made " is a Japanese idiom that means ' The cold of winter lasts until the spring equinox , and the heat of summer calms by the autumnal equinox , and will become easier to bear . " +Michimochi KURUSHIMA ( year of birth unknown - November 7 , 1704 ) is a successor of the Mori Domain of Bungo Province . +Shijo refers to an outer citadel , fort or fortification built to protect the main castle and perform a backup role . +FUJIWARA no Iemichi ( 1156 - February 17 , 1116 ) was a nobleman during the late Heian period . +Kamisoko-jinja Shrine is a Shinto shrine located in Nagahama City , Shiga Prefecture . +Minoru MURATA ( March 2 , 1894-June 26 , 1937 ) was a movie director , scriptwriter and actor who lived from the Taisho period to the early Showa period . +Mei no iratsume ( year of birth and death unknown ) was a daughter of SOGANOKURA-YAMADA no Ishikawamaro . +Saga Books ( Sagabon ) are books printed using movable type at the beginning of the early-modern period of Japan . +Uma no naishi ( year of birth and death unknown ) was a female poet in the mid-Heian period . +FUJIWARA no Toshiie ( 1019 - December 29 , 1082 ) was a top court official and a waka poet in the middle of the Heian period . +Kanshitsuzo ( literally , dry lacquer technique ) is one of the oriental wood statue production techniques , in which a statue is formed by layering pieces of hemp cloth soaked in lacquer over a core , and a wood powder and lacquer mixture was thickly applied to create surface details . +Oso-eko ( Amida 's instructions on virtue for entering the Pure Land ) is one of Jodo Shinshu 's ( the True Pure Land Buddhist Sect ) important doctrines and corresponding term to Genso-Eko ( Amida 's instructions on virtue for returning to this world ) . +A member of Shinsengumi , Shichisaburo IKEDA ( December 27 , 1849 – January 16 , 1938 ) was the last remaining survivor of Shinsengumi ( a special police force of the late Tokugawa shogunate period ) . +Hideyoshi SASAKI was a Japanese military commander in the late Heian period . +Nyoirin Kannon , cintaamaNicakra in Sanskrit , is a venerable entity of Bosatsu , Bodhisattva , and is worshipped in Buddhism . +Nobumasa OKUDAIRA was a busho ( Japanese military commander ) over the Sengoku period and the Edo period . +Warigo is a kind of portable tableware which is made of thinly stripped plain wood boards such as hinoki ( Japanese cypress ) . +Nara Naval Air Corps and its predecessor , Nara Detachment of Mie Naval Air Corps , were one of the troops and educational institutions of the Imperial Japanese Navy . +Jogakuji refers to Buddhist temples with the second highest temple status following " kandaiji " ( state-sponsored temples of great scale ) and " kokubunji " ( state-sponsored provincial temples ) , which existed in the Nara and Heian periods . +Gunji MONONOBE ( years of birth and death unknown ) worked under Chikatomo YUKI in the Kamakura period . +Jidaigeki ( period drama ) is a genre of theater , film and television shows based on various periods in Japanese history . +Oguranomiya Seisho ( date of birth unknown - June 13 , 1443 ) was the grandson of Emperor Gokameyama , the ninety-ninth Emperor during the period of the Northern and Southern Courts ( Japan ) , or the fourth and the last Emperor of the Southern Court ( Japan ) , and the son of Oguranomiya Tsuneatsu . +Toan TEJIMA ( June 12 , 1718 - March 8 , 1786 ) was a moral philosopher who lived in the mid-Edo period . +" Maizuru Kamaboko " is a brand of kamaboko ( fish minced and steamed ) made and sold in Maizuru City , Kyoto Prefecture . +Makunouchi-bento is a type of bento ( lunch box ) with white rice and several accompanying dishes . +Hiraki is what a Nohgakushi ( Noh actor ) performs for the first time as a shite ( a main actor of a Noh play ) or a quasi shite role for a certain music , Kyogen ( farce played during a Noh play cycle ) , or hayashi ( musical accompaniment played on traditional Japanese instruments ) . +Tokimoto ANO ( date of birth unknown - February 27 , 1219 ) was a busho ( Japanese military commander ) from the end of the Heian period to the beginning of the Kamakura period . +Honpan Jinbutsushi is thirteen volumes of brief accounts of the Shimazu clan and its chief retainers for 200 years from the middle of 15th century to the middle of 17th century mainly during the Sengoku period arranged in the traditional Japanese alphabetical order . +Suiba was an annual event in the Edo period held by Edo bakufu ( a Japanese feudal government headed by a shogun ) in which people rode horses across water . +Konin-ji Temple located in Nara Prefecture is a temple of Koyasan Shingon sect . +Shimai refers to a part of the Noh play where a performer dances without wearing masks or costumes . +Chasen-mage is a hairstyle which looks like a tea whisk . +Junyu ( 890 - August 18 , 953 ) was a priest of the Shingon Sect in the middle of the Heian period . +Juemon Tashiro ( January 2 , 1854 to December 14 , 1932 ) was a businessman in Japan . +Mitsuhiro KARASUMARU ( 1579 - August 22 , 1638 ) was a court noble and poet of the early Edo period . +Gengen TANABE ( a male , 1796 - January 21 , 1859 ) was a calligrapher and Tenkoku artist ( a carver who carved Chinese characters in the special , Tensho , style ) who lived in Japan in the latter half of the Edo period . +Ensho-ji Temple is a nunnery temple located in Yama-cho , Nara City . +Teitoku MATSUNAGA ( 1571-January 3 , 1654 ) was a haiku poet , kajin ( waka [ a traditional Japanese poem of thirty-one syllables ] poet ) and a scholar of the study of waka . +Kurama Denki Tetsudo Kabushiki Kaisha ( Kurama Electric Railway Company Limited ) was a railway company that operated a railway line from Yamabana ( current Takaragaike Station ) in present Sakyo Ward , Kyoto City , to Kurama Station . +Shikichi-jinja Shrine is a Shinto shrine located in Kita-ku Ward , Kyoto City . +Tomomasa UESUGI ( date of birth and death unknown ) was a person of the Ogigayatsu Uesugi clan in the late Muromachi period ( the early Warring States period ) . +Tokuma KATAYAMA ( January 18 , 1854 - October 24 , 1917 ) was an architect who was actively engaged in his profession during the Meiji period . +Suppon is a stage setting for an actor to make a stage appearance from the trap cellar , and it is located on the hanamichi ( an elevated runway ) in kabuki ( traditional drama performed by male actors ) theater . +" Bunjinga " refers to the paintings that bunjin ( literati ) painted as their pastime , as opposed to paintings by the professional artists in China ( Intaiga , a type of Chinese painting associated with the Imperial Court Academy ) . +" Matsu-ura no Taiko " ( The drum of Matsu-ura ) a play of kabuki . +" Shaku Nihongi " is an annoted text of " Nihon Shoki " ( Chronicles of Japan ) which is assumed to have been compiled at the end of Kamakura period , probably between 1274 and 1301 . +Suminoenotsu is a port which existed in ancient times in Japan . +Genze Ski Resort is a ski resort located in Fukuchiyama City , Kyoto Prefecture ( the former Yakuno Town ) . +Kokuritsu Ginko Shihei was paper currency issued by the National Bank in the early Meiji Period . +Kairyuo-ji Temple is a Buddhist temple of the Shingon Ritsu sect located in Hokkejikita-machi , Nara City , Nara Prefecture . +Nissho ( 1562 to May 17 , 1622 ) was the 15th head priest of Taiseki-ji Temple . +The shogun family was a houshold system where the head of samurai , who was designated as seii taishogun ( literally : " great general who subdues the barbarians " ) or for the head of palace guards , generated , in the medieval times in Japan , imitating the houshold system of kuge ( the court noble ) when establishing his government . +Yamashina Hongan-ji Temple was a Jodo Shinshu ( the True Pure Land Sect of Buddhism ) temple located in Yamashina-ku Ward , Kyoto City . +The Takano family was a Japanese clan ( court nobles ) . +Kaisen ODA ( 1785 - October 17 , 1862 ) was a Japanese painter of nanga ( a school of painting originating in China ) who lived during the late Edo period . +Hariko is one of the plastic arts technique which forms papier-mache by attaching pieces of paper to frames made of bamboo or wood or molds made of clay . +Terutaka MATSUDAIRA ( October 5 , 1725 – November 10 , 1781 ) was the lord of Takasaki clan in Kozuke Province during the Edo period . +Hoan-den was the premises where portraits of the emperor and empress ( called " goshin-ei portrait " ) and the Imperial Rescript on Education were housed before and during the war . +Kokerabuki is a roofing method in which thin wood boards are used as the roofing material . +Ometsuke was a governmental post in the Edo period belonging to Roju ( the second highest post in the Edo bakufu government ) in the government system , and played a role of an inspector who watched daimyo ( Japanese feudal lord ) , koke ( privileged families under Tokugawa Shogunate ) , and the Imperial court to protect the bakufu ( Japanese feudal government headed by a shogun ) from rebellion of these powers . +The appointment to Shogun refers to a ceremony where the Emperor granted the title of seii taishogun ( literally , " great general who subdues the barbarians " ) as the head of a military government and to govern Japan . +Maizuru urban area collectively means an economic zone surrounding Maizuru City . +Ryosei is the systems based on ryo that refer to the administrative law of the Ritsuryo codes . +Kappumen indicates the item consisting of instant noodles such as dried noodles and fresh noodles put into a container usable as tableware and the attached ingredients . +Shaka-do hall is a denomination given to the Buddhist stature hall or temples in which a statue of Shaka Nyorai ( Buddha Shakamuni ) is enshrined as the principle image . +Koan WATANABE ( 1582 - 1711 ) was a former vassal of Tadanaga TOKUGAWA . +Komon is a kind of Japanese kimono ( Japanese clothes ) . +Hidetomo OYAMA ( date of birth unknown - August 10 , 1335 ) was busho ( Japanese military commander ) from the Kamakura Period through the period of the Northern and Southern Courts . +Tadashige SAKAI was a Daimyo ( Japanese feudal lord ) , Roju ( member of shogun 's council of elders ) and Tairo ( chief minister ) in the later Edo Period . +MINAMOTO no Yorifusa ( year of birth and death unknown ) was busho ( Japanese military commander ) in the mid Heian period . +Tomozane TADA ( year of birth and death unknown ) is a busho ( Japanese military commander ) in the last days of Heian period . +The Muro no Obaka tumulus is a keyhole-shaped tumulus , located in Gose City , Nara Prefecture , which was constructed in the first half of the middle era of the kofun period ( tumulus period ) . +NUKATA no Kunimiyatsuko ( aka . Kokuzo NUKATA ) was the leading local family that ruled the western part of Mino Province ( or the eastern part of Omi Province ) in ancient Japan . +Gorenshi refers to brothers of prestigious families such as the Imperial Family and families of kuge ( court nobles ) and seii taishogun ( literally , " great general who subdues the barbarians " ) , and so on . +Shorokui ( Senior Sixth Rank ) is one of the ranks in Ikai ( court ranks ) and Shinkai ( ranks granted to Shinto gods ) . +Onuki clan was one of the Japanese clans . +Iden refers to the rice fields which were given to the ones higher than goi ( Fifth Rank ) in the rank and the imperial family , depending on the rank or honi ( court rank ) in the ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +Shuntaro OGATA ( Years of birth and death unknown ) was a member of Shinsengumi ( a group which guarded Kyoto during the end of Tokugawa Shogunate ) . +Engaku ( pratyekabuddha , paccekabuddha , Sanskrit : प ् रत ् येक बुद ् ध ) is a term in Buddhism and Jainism , which means one who attains enlightenment through his own efforts without listening to the teachings of Buddha . +Kappogi is a kind of apron originated in Japan and mainly worn over wafuku ( Japanese traditional clothes ) . +Kaichigo ' refers to a type of Japanese spirit appearing in " Hyakki Tsurezurebukuro Hyakki Tsurezure Bukuro ' ( One hundred bags in idleness ) , collections of ghosts , spirits , spooks and monsters , described by Sekien TORIYAMA . +Tomesode is a type of Japanese traditional clothes and is a formal dress of the highest rank worn by married women . +Suikan was a garment worn by men during the Heian period . +Hidemochi MAEDA was a Japanese military commander who lived during the Azuchi-Momoyama period . +Miguel CHIJIWA ( 1569 - January 23 , 1633 ? ) was a Christian who was one of the senior envoy of Tensho Keno Shonen Shisetsu ( the Tensho Boy Mission to Europe ) who lived during the Azuchi Momoyama period to the early Edo period . +Kengyo MITSUZAKI ( year of birth unknown , but estimated around 1853 ) was a blind musician who was active during the early nineteenth century in Kyoto ( jiuta shamisen ( traditional Japanese shamisen music ) player , so or koto ( a long Japanese zither with thirteen strings ) player and composer ) . +Abe no miko ( 648 - year of death unknown ) was a prince of the Emperor Tenchi . +Tameto REIZEI ( September 1846-August 1894 ) was a son of Tameyuki REIZEI . +Empress Suiko ( 554 - April 15 , 628 ) , the thirty-third emperor of Japan , reigned for 36 years from January 15 , 593 to April 15 , 628 , or for 37 years according to the " Kojiki " ( Records of Ancient Matters ) . +Kigo , or 揮毫 in Chinese characters , means writing words or phrases with brushes . +Tenpo ( aka Tenpu ) refers to what the Edo bakufu ( Japanese feudal government headed by the seii taishogun [ literally , " great general who subdues the barbarians " ] ) changed daimyo 's ( Japanese feudal lord ) territories to different locations . +FUJIWARA no Toshikane ( dates of birth and death unknown ) was a government official in the early Kamakura Period . +The Oda government is a samurai government which existed in Japan from 1573 ( virtually 1568 ) to 1582 . +Masahiro TAKATSUKASA ( May 14 , 1761 - March 29 , 1841 ) was a member of court nobles during the mid Edo period . +Sanji Chion-ji Temple , located in Kamigyo Ward , Kyoto City , is a temple ( nunnery ) of the Jodo ( Pure Land ) sect . +Nihon bungaku ( Japanese literature ) refers either to literary works written in Japanese or to the academic field that studies such works and their authors . +Chikko KIMURA ( male 1868-January 28 , 1943 ) was a Tenkoku artist ( artist of seal engraving ) in modern times of Japan . +Nobutane-kyo-ki is a diary written by a court noble , Nobutane NAKANOMIKADO , who lived in the Sengoku period ( period of warring states ) . +Naganao TAKABATAKE ( ? - July 28 , 1549 ) was a busho ( Japanese military commander ) who lived in the Sengoku period ( Period of Warring States ) . +Miyake is the name of the successive Imperial family in Japan allowed to have Imperial rank . +Teruhiro DAIGO ( May 29 , 1791-October 4 , 1859 ) was a Kugyo ( a Court noble ) and a retainer of the Imperial Court during the late Edo period . +FUJIWARA no Mitsuyoshi ( 1132 - March 30 , 1183 ) was a nobleman during the end of the Heian period . +Zennosuke TSUKAMOTO ( dates of birth and death unknown ) was a member of theIchibantai ( first squad ) in the Shinsengumi . +The JAL Sound Stage Series is a concert featuring the invited top guest artists in Japan and abroad and is held at a temple among the Historical Landmark Buildings in Kyoto or Nara about every September . +Teiran is one of tea utensils used in Senchado ( Japanese tea ceremony using Sencha [ brewed green tea ] ) . +TAKAHASHI no Mushimaro ( year of birth and death unknown ) was a contributor to Manyoshu during the Nara Period . +A rajomon was a city gate built at the south end of Suzaku-oji Street ( a main street ) which ran north and south through the center of ancient jobo ( grid-like arrangement of streets and avenues ) cities such as Heijo-kyo or Heian-kyo . +Sekiho-ji Temple ( 石峯寺 ) is a temple of the Obaku sect located in Fushimi Ward , Kyoto City . +Naosuke II was the 13th lord of the Hikone Domain , Omi Province . +Atsushi Watanabe ( 1843-1915 ) was an expert swordsman who was born in Kyoto and in charge of Kimoiri ( director ) of Kyoto mimawarigumi ( a group that guarded Kyoto of the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Anpo ( dates of birth and death unknown ) was a priest and a poet who lived during the mid-Heian period . +The Teshima clan is one of the clans in Japan . +Konin-Jogan culture is considered in Japanese history to be the culture that flourished in Japan during the Konin and Jogan era of the early Heian period ( about the ninth century ) . +Datsu-A Ron was an an editorial published in the Japanese newspaper ' Jiji Shinpo ' on March 16 , 1885 . +Shugoshi funyu means that in the Kamakura period and the Muromachi period , the bakufu ( Japanese feudal government headed by a shogun ) forbade shugo ( provincial constables ) and their officials from entering some specific koryo ( public lands ) , shoen ( manors ) , and so on , which were specified by the bakufu , when pursuing criminals and collecting taxes . +Kawata-jinja Shrine is a Shinto shrine located in Minakuchi-cho , Koga City , Shiga Prefecture . +Kanzaburo NAKAMURA , the first ( 1598 - June 9 , 1658 ) was a kabuki actor in early Edo period . +The " Kyoto Uji Rakunan One-Day Ticket " electronic card , which allows unlimited rides and comes with coupons offering various discounts and special benefits as part of the package , is sold jointly by the Osaka Municipal Transportation Bureau , Keihan Electric Railway ( Keihan ) , Semboku Rapid Railway ( Semboku Rapid ) of Osaka Prefectural Urban Development Co . , Ltd . , and Nankai Electric Railway ( Nankai ) . +Juko MURATA ( 1432 - June 29 , 1502 ) was a chajin ( master of the tea ceremony ) in the middle of the Muromachi period . +The Meiji Restoration was the historic change from the feudal system of the Edo Shogunate to the system of direct Imperial rule by the Meiji government through the overthrow of the Shogunate , and the accompanying series of wars ( the Boshin War ) and reforms . +Nahaka-jinja Shrine is a Shinto shrine located in Otsu City , Shiga Prefecture . +Gojo City is a city located in the midwest part of Nara Prefecture . +Yoshitaka SENBON ( June 19 , 1854 - 1918 ) is a professor emeritus at Tokyo Higher Normal School . +Renko ( 1450 - December 6 , 1531 ) was a priest of Jodo Shinshu sect ( the True Pure Land Sect of Buddhism ) from the mid Muromachi period to the Sengoku Period ( Period of Warring States ) . +Munetsuna SASAKI ( 1248 ? - October 4 , 1297 ) was a busho ( Japanese military commander ) in the mid Kamakura period . +Taizo-in Temple is a sub-temple located within the precinct of Rinzai sect Daihonzan ( head temple ) Myoshin-ji Temple in Hanazono , Ukyo Ward , Kyoto City . +Kinzo KONPARU ( January 2 , 1925 to - ) is a Noh actor of the shite-kata Konparu school ( one of the five schools of shite-kata [ main roles ] ) . +Goseibai-shikimoku is a law code established for samurai government in the Kamakura period . +HIKETA no mushimaro was a government official who lived during the Nara Period . +Tenson Korin is a legend in Japanese mythology , in which the grandson of Amaterasu ( the Sun Goddess ) Ninigi received the order to pacify Ashihara no Nakatsukuni ( the Central Land of Reed Plains ) and descended from heaven in order to rule Ashihara no Nakatsukuni . +Kozui OTANI ( December 27 , 1876 – October 5 , 1948 ) was a religionist and an explorer of Japan . +The Japanese-Korean Treaty of Amity refers to the treaty between Japan and the Joseon Dynasty concluded in 1876 and all agreements subsidiary to it . +Joko-ji Temple is a Shingon Sect Buddhist temple located in Minami Ward , Kyoto City , Japan . +" Ochikubo monogatari " ( The Tale of Ochikubo ) is a tale of Japan 's middle ages , which reportedly originated around the end of the tenth century . +Naoaki KAJUJI ( 1478 – September 29 , 1559 ) was a court noble in the Azuchi-Momoyama Period . +Jinrikisha ( or rickshaw ) is a human-powered vehicle for transporting people , used as a means of getting around mainly from the Meiji period to the Taisho and early Showa periods . +Sensho-ji Temple is a Buddhist temple belonging to the Nichiren Sho Sect in Fushimi-ku Ward , Kyoto City , Kyoto Prefecture . +Andonyama Tumulus is an ancient Japanese tumulus of a circular shape rear-end with a rectangular frontage , located at Yanagimoto-cho , Tenri City , Nara Prefecture . +Gien ( 1155 - April 25 , 1181 ) was a priest at the end of the Heian period and the eighth son of MINAMOTO no Yoshitomo . +Mt . Aoba , the highest in Takahama-cho , is located where Maizuru City , Kyoto Prefecture and Takahama-cho , Oi-gun , Fukui Prefecture , are bordered . +Kayo YAMAGUCHI ( October 3 , 1899 - March 16 , 1984 ) was a Japanese-style painter . +Tadatoshi OOKA ( 1572 - September 8 , 1600 ) was a Japanese military commander who lived in the Azuchi-Momoyama period . +The term Heike no Ochudo means fugitives who retreated to remote regions after their defeat in the Jisho-Juei War ( the Genpei War ) . +Shuhan TAKASHIMA ( September 24 , 1798 - February 28 , 1866 ) was a hojutsuka ( ballistic specialist ) during the late Edo period and the last days of the Tokugawa shogunate . +Iwakura Mission was a delegation which was dispatched to the United States of America and European countries from Japan between December 23 , 1871 and September 13 , 1873 . +Yukinaga MIYOSHI was a Busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +TAKANO no Niigasa ( ? - January 21 , 790 ) was the birth mother of Emperor Kanmu . +SAKAMOTO no Takara ( year of birth unknown-June 21 , 673 ) was a person from the Asuka Period in Japan . +Tetsuro WATSUJI ( March 1 , 1889 - December 26 , 1960 ) was a Japanese philosopher , ethicist , cultural historian , and scholar of Japanese history of ideas who was well known for his literary works such as " Koji Junrei " ( A Pilgrimage to Ancient Temples ) and " Fudo " ( Climate and Culture ) . +Revision of treaties means diplomatic negotiations to revise the unequal treaties which were concluded between other foreign countries and Japan in Ansei era . +Uchiyama-Eikyu-ji Temple is a temple that once existed in Somanouchi-cho , Tenri City , Nara Prefecture . +Ajisukitakahikone or Ajishikitakahikone is a Shinto deity who appears in Japanese Mythology . +Masamoto KUJO ( June 21 , 1445 - May 15 , 1516 ) was a Kuge ( court noble ) and Kanpaku ( chief adviser to the Emperor ) from the end of the Muromachi period to the beginning of the Sengoku period ( Period of Warring States ) . +Hora Buraku was a discriminated community which used to exist in Kashihara City , Nara Prefecture . +Sotoba Komachi is a Noh play . +FUJIWARA no Ieyori ( date of birth and death unknown ) was a court noble in the end of the Heian period . +TAKEUCHI no Sukune ( his name can also be pronounced TAKENOUCHI no - , TAKESHIUCHI no - , 84 ? - April 367 ? ( old lunar calendar ) ) was a legendary person recorded in the " Kojiki " ( Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) , who is said to have served as the Munemachi no Kimi or Oomi ( Grand Minister ) and advised the government during the early Yamato Dynasty ( a period covering the reigns of Emperor Keiko , Emperor Seimu , Emperor Chuai , Emperor Ojin , and Emperor Nintoku ) . +Ninja hachimon is considered the eight kinds of compulsory subjects which are essential to become a Ninjya in the all sects of Ninjutsu ( ninja art ) . +Shinzen ( 804 - October 21 , 891 ) was a Shingon Sect Buddhist monk who lived during the first part of the Heian period . +Fukego or Fukegodan are the quotations from FUJIWARA no Tadazane ( 1078 - 1162 ) , Kanpaku ( chief adviser to the Emperor ) , otherwise known as Fuke-dono . +Jikata kosha was an Edo Period bureaucrat overseeing domain agriculture who had extensive knowledge of regional affairs . +FUJIWARA no Kanefusa ( 1153 - april 6 , 1217 ) was a court noble , who lived from the late Heian period to the early Kamakura period . +Matsunosuke KATAOKA is a Kabuki ( traditional drama performed by male actors ) actor . +Honzon has the following meanings . +Sotsuzoku was a name of social status in the early Meiji period . +Sadaaki HOJO was a family member of the Ho jo clan in the end of Kamakura period . +Heki school was established by Masatsugu Danjo HEKI , who learned in the ancient Henmi school . +Gunyoshuhyo is pseudo currency issued during wars for military forces to pay for commodities and other necessaries in its occupying areas or areas under their control . +Ichimatsu ningyo is a kind of fashion dolls . +Shigeko HINO ( 1411- September 29 , 1463 ) was a person who lived during the Miromachi period . +FUJIWARA no Keishi ( also Tsuneko , year of birth and death unknown ) was a court lady during the late Heian period . +Imperial Princess Hisako ( year of birth unknown - July 16 , 876 ) was a member of the Imperial Family during the first half of the Heian period . +Choyo Gakko was a three-story school with tile-roofing in western style , which was built in the premises of the current Tsuruoka City Hall by order of prefectural governor Michitsune MISHIMA in 1876 . +Kyoto Intercollegiate Festa is an annual festival which is held every year in early October ( though not always in the past ) in Kyoto , Japan . +Sashimi is a Japanese delicacy consisting of raw seafood that is sliced and eaten with seasonings such as soy sauce and vinegared miso ( fermented soybean paste ) along with condiments such as wasabi ( Japanese horseradish ) and ginger . +The Ocho period ( Dynastic period ) is a Japanese historical period . +FURUICHI no Kuromaro ( date of birth and death unknown ) lived during Japan 's Asuka period . +Sentei ( 1660 - September 25 , 1698 ) was a priest of the early Edo period . +Ryoge no kan was a newly established government post which was not defined within the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +The Reki Hakase was one of the government posts established under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +Ichihara Station , located in the Sakyo ward of Kyoto City , is a stop on the Kurama Line of the Eizan-dentetsu ( Eizan Electric Railway ) . +草子洗小町 ' ( Soshi arai Komachi ; aka . 草紙洗 [ Soshi Arai ] or 草紙洗小町 [ Soshi arai Komachi ] ) is a Noh program categorized into sanbanme-mono ( third-category plays ) , genzai kazura-mono ( realistic women plays ) and daishomono ( plays with three instruments of fue [ a Japanese flute ] , kozutsumi and ozutsumi [ small and large hand drums ] ) . +Tesseki FUJIMOTO ( April 14 , 1816 - November 6 , 1863 ) was a patriot in the end of Edo Period . +Wasanbon is one kind of sugar products traditionally produced mainly in the east region of Shikoku , such as Kagawa Prefecture and Tokushima Prefecture . +Sahohiko no miko ( year of birth unknown - November , 25 B.C. ) was a member of the Imperial family ( Royal family ) , who appears in the Kojiki ( The Records of Ancient Matters ) and the Nihonshoki ( Chronicles of Japan ) . +Bansho is a facility in which guards were stationed for security and surveillance . +Sakura is the generic name of the Genus Cerasus of Rosaceae , excluding apricots and peaches , and refers to plants belonging to Subgenus Cerasus . +Unpei MORICHIKA ( January 20 , 1881 - January 24 , 1911 ) was a socialist . +Byodo-in Temple is a temple connected to the Fujiwara clan located in Uji City , Kyoto Prefecture . +TAIRA no Chikazane or IMIBE no Chikazane ( year of birth and death unknown ) was a person who lived from the end of the Heian Period to the beginning of the Kamakura Period . +The term ' myoden ' ( rice field lot manage by a nominal holder ) refers to a basic unit of the governance and ( tax ) collection in the shoen-koryo system ( the system of public lands and private estates ) , and this existed from the mid-Heian period , throughout the Middle Ages in Japan . +Meigetsu-in Temple is a Buddhist temple belonging to the Kencho-ji School of the Rinzai Sect located in Kamakura City , Kanagawa Prefecture . +Kangangiin ( 1217 - October 12 , 1300 ) , a Buddhist priest of the Soto sect , lived in the mid-Kamakura period . +MINAMOTO no Tamenaka ( ? - August 24 , 1156 ) was a military commander of the Kawachi-Genji branch of the Minamoto clan who lived at the end of the Heian period . +Sadaka IJICHI ( 1926 - 1887 ) was a bureaucrat who lived during the Meiji period . +Sango ( literally , " mountain name , " which is the title prefixed to the name of a Buddhist temple ) : Mt.Nijo +Sumitomo Kakkien is a historical building located in Otsu City , Shiga Prefecture . +YAMAHE no Yasumaro ( date of birth and death unknown ) lived during Japan 's Asuka period . +Bussharito is a Buddhist pagoda that allegedly contains Busshari ( remains of Shakamuni-butsu ) . +Morokata KAZANIN ( 1301 - October 1332 ) was a Court noble who lived during the late Kamakura period . +Araumi no soji ( also referred as Araumi no shoji ) is an upholstered Tsuitate shoji ( a partitioning screen , sometimes an opaque panel screen or sometimes a wooden screen set in a stand ) set up at the end of northeast of Hiro-bisashi ( broad eaves ) of Seiryoden ( Literally , Limpid Cool Hall , an Imperial summer palace ) . +Ichigo daifuku is a kind of Japanese confection consisting of a strawberry inside ' daifuku ' , which is a rice cake stuffed with sweet bean paste . +Igashi no Hen is a political turmoil that happened in the Kamakura bakufu ( Japanese feudal government headed by a shogun ) , which lasted about a month from June 1224 in the early Kamakura period . +Noguchino Ono-haka is a Hakkaku-fun ( octagonal tumulus ) constructed in the end of the Kofun period ( tumulus period ) located in Asuka-mura , Nara Prefecture . +Hinohakama ( scarlet hakama ( divided trouser-like skirt ) ) ( also known as ' hibakama ' ) is also called ' Kutenai no hakama ' ( Red hakama ) because of its deep scarlet color and to indicate the red thread used in the hakama . +Maizuru Nature Cultural Park is a park with 30,000 camellias of approximately 1500 varieties and 50,000 hydrangeas of 50 kinds . +Eshi no soshi ( picture scroll ) is a Japanese emakimono ( an illustrated scroll ) . +The Nakamikado line was a clan of court nobles descended from the Northern House of the FUJIWARA clan . +Arashiyama-Takao Park Way is an ordinary motorway run by Nishiyama Driveway Co . , Ltd . , a part of the Hankyu Hanshin Holdings group . +The history of Japanese railways ( the Meiji Period ) covers the summary of the changes that took place from the end of the Edo Period to the end of the Meiji Period . +Kyokaku ( also pronounced Gyokaku ) ( 1395 - September 19 , 1473 ) was a monk of the Hosso sect during the Muromachi period . +Sango ( literally , " mountain name " ) , which is the title prefixed to the name of a Buddhist temple : Shogun-san Mountain +Kawawake TAKENUNA ( aka TAKENUNA Kawawake no Mikoto ) is noted in the classic Japanese book " Nihon Shoki " ( Japan Chronicles ) as Kawawake TAKENUNA but by a separate title ( TAKENUNA Kawawake no Mikoto ) in " Kojiki " ( an ancient historical record of Japan ) . +Kunimasa UTAGAWA the first ( 初代 歌川 国政 , 1773 - December 26 , 1810 ) was an Ukiyoe artist in the late Edo period . +Funadama ( ship spirit ) is a deity to which seafarers pray for the safety of a voyage . +In early Meiji Period the incident occurred and a condemned resuscitated after the execution of hanging in Ishizuchi Prefecture . +Kyoto Stadium was planned to be built in Joyo City , Kyoto Prefecture . +Shichijo bussho was a sculpture workshop of the Keiha school of sculptures in Shichijo Street , Kyoto . +Dengaku is a traditional Japanese performance art . +Makiko IWAKURA ( maiden name : Makiko NOGUCHI , 1827 - February 23 , 1903 ) is the second wife of Tomomi IWAKURA . +The Minakuchi Domain was a han ( a basic unit of provincial government during the Edo period ) that governed around Minakuchi-cho , Koga City , Shiga Prefecture . +FUJIWARA no Nakazane ( date of birth unknown - February 8 , 1122 ) was a Kugyo ( top court official ) who lived in the late Heian period . +Shibujo is a gemon taken from Hoshozenshi Goehojisan . +Jingu Shikinen Sengu is the Shikinen Sengu ( transfer of a deity to a new shrine building once in a prescribed number of years ) at Jingu ( Ise-Jingu Shrine ) . +SAKAIBE no Kusuri ( year of birth unknown - August 5 , 672 ) is a historical figure who lived during Japan 's Asuka period . +" Religions of Japan " describes religions in Japan . +Senko IKENOBO was an expert in the rikka ( standing flowers ) style from the Azuchi-Momoyama period to the middle of the Edo period . +Imperial Prince Kanin-no-miya Haruhito ( January 4 , 1758 – November 4 , 1818 ) was a member of the Imperial family who lived in the Edo period . +Chanbara is a swordplay scene acted in historical dramas of theatrical performances and movies . +Ro no onkata ( 1161 ? – date of death unknown ) was a woman who lived at the end of Heian period . +The Satake version of " Sanju-roku Kasen Emaki ( hand scrolls of the thirty-six immortal poets ) " were made in the 13th century , Kamakura Period . +Buncho TANI ( October 15 , 1763 - January 6 , 1841 ) was a Japanese painter who lived during the late Edo period . +Jisyu ( 1734 - April 28 , 1801 ) , a Buddhist priest of the Tendai sect and a composer of Chinese poems , lived in the mid-Edo period . +Hirosue ISHIKAWA ( year of birth unknown - March 30 , 1248 ) was a busho ( Japanese military commander ) in the early Kamakura period . +Kurogo +Imperial Prince Tadayoshi ( also known as Yukiyoshi , year of birth unknown - September 7 , 1424 ) was a member of the Imperial Family in the period of the Northern and Southern Courts ( Japan ) and the Muromachi period , and was also the second Prince of Imperial Prince Muneyoshi , and an Imperial descendant of Emperor Godaigo . +Since the Constitution of the Empire of Japan was enforced on November 29 , the parliamentary system ( Imperial Diet ) was initiated in Japan during administration of this Cabinet . +" Magatsuhi no kami ( or Magatsui no kami ) " is a Shinto god . +The Chotoku Coup , occurred after FUJIWARA no Michinaga received Nairan no senji ( an imperial edict to appoint a person to the position of Nairan , who has a right to read and deal with documents before reporting to the Emperor from Daijokan , the Great Council of State ) , after the death of FUJIWARA no Michitaka on May 17 , 995 . +Hisanaga TSUCHIMIKADO ( 1560-February 24 , 1625 ) was Kugyo ( top court official ) and Inyoka ( a practitioner of the Yin and Yang school of philosophy ) who lived from the Azuchi-Momoyama period to the Edo period . +MINAMOTO no Chikahiro ( date of birth and death unknown ) was a busho ( Japanese military commander ) , who lived during the late Heian Period . +Joseki GAZAN ( 1275 - November 23 , 1366 ) was a Soto sect priest from the end of Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +Aburimochi is a kind of rice cake snack , made of thumb-sized rice cakes dredged with soybean flour , skewered on a bamboo stick , roasted over charcoal fire , and then basted with white bean pastes , or otherwise okaki ( cracker mix ) and senbei ( rice crackers ) skewered on a stick . +Takekunikoriwake no mikoto was a member of the Imperial Family in the Kofun period ( tumulus period ) , and he was written about in " A Record of Ancient Matters , " " Chronicles of Japan , " and so on . +The Nichiren sect is a Buddhist sect founded by Nichiren in the Kamakura period . +Tokinao YAMASHINA ( July 15 , 1835 to November 6 , 1916 ) was a Kuge ( court noble ) in the late Edo period . +Imperial Prince Fushiminomiya Sadakiyo ( 1596 - August 16 , 1654 ) was a member of the Imperial family in the early Edo period . +Tosshi SAWAMURA is a name used by Kabuki actors . +Daizenshiki was a government office belonging to Kunaisho ( Ministry of the Sovereign 's Household ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +TAIRA no Kagekiyo ( the birth year unknown , to 1196 ) was a " samurai " in the Heian period . +Tadachika MATSUDAIRA ( or Tadanori MATSUDAIRA ) was a feudal lord who lived in the mid-Edo period . +Amenokaguyama no mikoto was the Japanese god ( Shinto religion ) . +Gunnery of Seki school is one of the schools of gunnery . +The old calendar refers to a calendar previously used when a new one is introduced . +Hyoro is food supply for the army during times of war . +Nagatsuji-dori Street is a street in Kyoto City . +Fushinjo is the general term to represent three letters written from Kukai to Saicho . +Tomoatsu GODAI ( February 12 , 1836-September 25 , 1885 ) was a Japanese samurai who served as a feudal retainer of the Satsuma clan at the end of the Edo period , and a businessman in the Meiji period . +Dohaku MANZAN ( 1635 - 1715 ) was a priest of Soto Sect in the early Edo period . +Musashi no kuninomiyatsuko 牟義都国造 ( also known as Mugetsukokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled the central part of Mino Province . +Tadaaki SAKAI ( August 4 , 1813 - December 5 , 1873 ) was a daimyo ( Japanese feudal lord ) in the end of the Edo period . +Nairan is to check and read any document for the Emperor to read , or for Emperor to make decision about , or the position of Ryoge no Kan ( a position which is not included in the regulations ) . +The Mikami Domain was in Mikami , Yasu-cho , Yasu City , Shiga Prefecture . +Isshukin refers to a kind of gold coin circulated during the Edo period . +A shoko is a percussion instrument used in gagaku ( Japanese court dance and music ) , and is the only metal musical instrument used in gagaku . +Oyudono no ue no nikki ( Daily Records of the Honorable Lady of the Imperial Office of Housekeeping ) is a daily record that was kept through the years by lower-ranking court ladies at the Imperial court . +Manzaburo UMEWAKA the Second ( March 23 , 1908 - April 21 , 1991 ) was a Noh actor of the Kanze school of shite-kata ( lead actors ) . +The Collection of Tales of Times Now Past ( Konjaku Monogatari Shu ) is a collection of setsuwa ( anecdotes ) . +Arisugawa no Miya Imperial Prince Takehito ( February 11 , 1862 - July 5 , 1913 ) , Japanese Imperial family , soldier . +Sadamasa KAZANIN ( December 21 , 1218 - March 28 , 1294 ) was a kugyo ( court noble ) who lived in the Kamakura period . +Seicho no Ie Uji Bekkaku Honzan is the bekkaku honzan ( special head temple ) of Seicho no Ie , which is centered around Hozo-jinja Shrine in Uji City , Kyoto Prefecture . +The Development Commission was a local government established between July 8 , 1869 and February 8 , 1882 to reclaim lands of Ezo ( present-day , Hokkaido , a northern island of Japan ) . +Miyashogun ( shogun from the Imperial Court ) refers to the term that specifies four imperial princes who were assigned to seii taishogun ( literally , " great general who subdues the barbarians " ) during the Kamakura period . +Soshitsu SHIMAI ( 1539 - October 16 , 1615 ) was a merchant in Hakata and a master of the tea ceremony who lived from the period of warring states , Azuchi-Momoyama period to the Edo period . +Gozenkaigi was a conference convened since the Meiji period to establish important national policies in the presence of the emperor . +Furisode is a type of Japanese kimono worn by girls in their minority . +Totsukawa Goshi is a group of samurai who lived in Totsukawa-go , Minami Yamato ( Nara Prefecture ) . +The Ohara family was a member of Genji Tosho Genji ( Minamoto clan members who were court nobles above a certain rank ) , descendants of Uda-Genji ( Minamoto clan ) . +" Jinkoki " is a book of mathematics from the Edo period . +Mochibana is a decoration made of small-cut rice cake or dango ( sweet rice dumpling ) on a branch of Japanese sumac , hackberry , or willow tree for New Year 's Holidays or small New Year 's festival around January 15 . +" Kazashi " refers flowers and leaves worn in the hair or headdress in shrine rituals by the Japanese during the ancient times . +Nogi-jinja Shrine is a Shinto shrine located at Fushimi-Momoyama Mausoleum ( the mausoleum of the Emperor Meiji ) in Fushimi-ku Ward , Kyoto City . +Nagatsune AKAZAWA was a busho ( Japanese military commander ) in the Sengoku Period ( the late Muromachi period ) . +Kinosa SANJO ( Sep . 6 , 1774 - Oct.2 , 1840 ) was Kugyo ( a Court noble ) in the Edo period . +Kosode no te ( literally , the hand of kosode [ short sleeved kimono ] ) is one of Japanese yokai ( monsters , spirits , ghosts and specters ) which is drawn in Sekien TORIYAMA 's yokai art collection book " Konjaku Hyakki Shui " ( Supplement to The Hundred Demons from the Present and the Past ) . +Fushimiban are block printed books printed at the Enko-ji Temple ( now Ichijoji , Sakyo Ward , Kyoto City ) , which was established on a corner of the Fushimi School in Fushimi Ward of Yamashiro Province by order of Ieyasu TOKUGAWA in the early Edo period . +The Imo incident , ( also known as the Jingo incident ) was a massive soldiers ' revolt that occurred under the incitement of Daewongun on July 23 , 1882 , in Seoul special city during the Joseon Dynasty ( same as the later Seoul Special City ) , during which many people such as high-ranking government officials of Queen Min 's , a Japanese military advisor , and Japanese diplomat were killed , and the Japanese legation was attacked . +Personal information of Emperor SHIRAKAWA +Jodo-kyo is a teaching for people to become Buddha in the Land of Bliss of Amitabha Buddha . +Ankoromochi is a type of Japanese confectionery . +Sanehide SANJO ( 1598 - September 27 , 1671 ) was Kugyo ( court noble ) in the early Edo period . +The Shinkeihan Railway was a company that owned lines in Kyoto and Osaka prefectures . +Mihara no Okimi ( year of birth unknown - August 27 , 752 ) was a member of the Imperial Family in the Nara period . +Manshi KIYOZAWA , August 10 , 1863 - June 6 , 1903 was a Japanese philosopher and Buddhist monk in the Meiji period . +Arimitsu HINO ( 1387-October 29 , 1443 ) was a kugyo ( court noble ) of the early Muromachi period . +Enpuku-ji Temple is a Shingonritsu sect temple in Ikoma City , Nara Prefecture . +Saniwa is a person who receives shintaku ( oracle ) and interprets providence in religious services of Koshinto ( as practiced prior to the introduction of Confucianism and Buddhism to Japan ) . +Prince Hikoimasu ( Hikoimasu no Miko [ 彦坐王 ] ; His date of birth and death are unknown . ) first appeared in the " Record of Ancient Matters " and " Chronicles of Japan , " as he was a member of an Imperial family ( Royal family ) during the Kofun period ( tumulus period ) in Japan . +Nobukazu OINOMIKADO ( 1442-August 31 , 1487 ) was Kugyo ( top court official ) during the Muromachi period . +Jito was a post established by Kamakura bakufu ( Japanese feudal government headed by a shogun ) and Muromachi bakufu to manage and control shoen ( manor ) and kokuga-ryo ( koryo ( duchy ) , or an Imperial demesne ) . +" Basara " is a word which expressed the social and cultural trends during the Northern and Southern Courts period ( in the Japanese medieval period ) , which was actually used as a vogue word at that time . +Morgan O-yuki ( November 1881 - May 18 , 1963 ) +Arisugawa no miya was the name of the Miyake ( house of an imperial prince ) that existed long ago . +Sanjugen ( 30-strings Koto ) is a kind of So or Koto ( a long Japanese zither with 30 strings ) . +Joyo City is a city in Kyoto Prefecture and is roughly located in the middle between Kyoto City and Nara City . +Mt . Kongo ( also known as Kongo mountain range ) is a mountain located between Gose City , Nara Prefecture and Chihaya Akasaka Village , Minamikawachi County , Osaka Prefecture . +Kocho ( Butterflies ) is one of the fifty-four chapters of " The Tale of Genji . " +Kanemitsu IGA ( year of birth and death unknown ) was a gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) and a governmental official responsible for practical works in the late Kamakura period through the period of the Northern and Southern Courts . +Yokei ( 919 - April 5 , 991 ) was a Buddhist monk of Tendai Sect in the mid-Heian period . +MINAMOTO no Tametomo ( dates of birth and death unknown ) was a busho ( Japanese military commander ) in the late Heian period . +Seishi ( 生祀 ) means to honor or worship the spirit of a living person . +Kenmotsu was officials of Honkan that belonged to Nakatsukasasho under the ritsuryo legal code system . +Sake brewing control is the restriction ( control ) and promotion ( relaxation of the control ) policy adopted by the Edo bakufu ( Japanese feudal government headed by a shogun ) in Japan for the sake brewing industry . +Emperor Gomurakami ( 1328 - April 6 , 1368 ) was the 97th emperor in the period of the Northern and Southern Courts ( in Japan ) and the second emperor of the Southern Court . ( He reigned from September 26 , 1339 until April 6 , 1368 ) . +Moronobu KAZANIN ( 1275 - November 28 , 1321 ) was a court noble who lived in the late Kamakura period . +Among the Ocho Monogatari ( tales from the Heian and Kamakura periods ) , Tsukuri monogatari refers to the fictitious works in which a story unfolds with a fictitious person as the main character . +Yasutsugu SHIGENO ( November 24 , 1827 - December 6 , 1910 ) was a scholar of Chinese classics and a historian , who played an active role during the end of Edo period to the early Meiji period . +The Kyoto Prize in the category of Basic Sciences is a prize awarded to an scientist for outstanding achievements in his or her respective field . +The Tenshojingo War was fought between Ieyasu TOKUGAWA and Ujinao HOJO in the provinces of Kai , Shinano and Kozuke beginning in 1582 . +Jikendan ( voluntary ruling and judging ) refers to rural communities in medieval Japan such as soson ( a community consisting of peasants ' self-governing association ) and goson ( autonomous village ) that conduct a kendan ( trial ) by themselves . +Torisashi is chicken sashimi , or raw chicken meat , which is popular in the southern part of Kyushu region such as Kagoshima and Miyazaki Prefectures . +Sakumondaitai was a manual of kanshi ( Chinese poem ) written during the Heian period . +Sotaro MASUDA ( March 17 , 1849 - September , 1877 ) was the legitimate eldest son of Hisayuki MASUDA , a noncommissioned officer of Nakatsu-han ( Nakatsu Domain ) . +Genku-ji Temple is a Jodo ( Pure Land ) sect temple located Setomono-cho , Fushimi Ward of the city ( and prefecture ) of Kyoto . +FUJIWARA no Chikataka ( year of birth and death unknown ) was a nobleman who live around the mid Heian period . +Shigekatsu ONOGI was a busho ( Japanese military commander ) during the Azuchi-Momoyama period . +Hikojiro UCHIYAMA ( 1797 - June 23 , 1864 ) was a yoriki ( a police sergeant ) of Osaka Nishimachi magistrate in the end of the Edo period . +Kataku Rokushin is a generic name for the six gods ( Shinto ) representing ( or protecting ) a house in Shinto . +Renjo ( 1446 - March 17 , 1504 ) was a monk of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) during the middle of Muromachi period and up to the Sengoku Period ( Period of Warring States ) ( Japan ) . +Takanao KUKI ( 1687 - Sep.11 , 1752 ) was a daimyo ( Japanese feudal lord ) of the Edo period . +Shihandai ( assistant instructor ) is an instructor in an art field and an assistant of Shihan ( grand master ) . +The term , " misogi , " ( ablution ) has two meanings . +Itsuzan ( 1702 - March 22 , 1778 ) was a calligrapher and Tenkoku artist ( a carver who carved Chinese characters in the special , Tensho , style ) . +Cloistered Imperial Prince Koben ( September 16 , 1669 - June 6 , 1716 ) was a Buddhist monk of the Tendai Sect in the Edo period . +INUKAI no Ikimi ( year of birth unknown - August 24 , 672 ) was a person from the Asuka Period in Japan . +The term " mizukae nisoku ( drainage laborers ) " refers to those mining laborers engaged in removing the water that collects in mines and pumping it outside the mine . +Classical Japanese literature ( Chuko Bungaku ) refers to literature written in the Chuko ( middle-older ) era of Japanese history , especially that of the Heian period . +Myogyodo was a department that studied and instructed on Confucianism as part the Daigakuryo , an educational institution under the Ritsuryo system ( the system of centralized administration established by the ritsuryo legal codes ) of Japan . +Kinto YOTSUTSUJI ( 1540 - September 16 , 1595 ) was a Court noble and a calligrapher during the Sengoku Period ( Period of Warring States ) ( Japan ) . +Roei Gochu , written by OE no Masafusa , is a commentary on the Wakan Roei Shu ( Japanese and Chinese singing poems ) . +FUJIWARA no Tameie ( 1198 - May 27 , 1275 ) was a court noble and poet in the mid Kamakura period . +Yasumori ADACHI was a senior vassal of the Kamakura bakufu ( feudal government headed by a shogun ) in the mid Kamakura period . +Yamasachihiko and Umisachihiko is one of the anecdotes in Japanese mythology . +Hirashima Kubo ( or Awa Kubo ) is descended from Yoshitsuna ASHIKAGA , the second son of Yoshizumi ASHIKAGA who was the 11th Seii Taishogun ( literally , " great general who subdues the barbarians " ) of Muromachi bakufu ( Japanese feudal government headed by a shogun ) , and their family lineage is a branch family of the Shogun family succeeded by Yoshimi , Yoshitane and Yoshitsuna ASHIKAGA successively . +Ganri-mon Gate was one of the 19 gates of the Buraku-in ( Reception Compound ) of the Daidairi ( Greater Imperial Palace ) . +Terusuke HINO ( 1555 - August 27 , 1623 ) lived during the Sengoku period ( period of warring states ) , Azuchi-Momoyama period , and the Edo period . +Jufukuin ( 1570-April 7 , 1631 ) was the concubine of Toshiie MAEDA , who was the founder of the Maeda clan , the ruling family of the Kaga domain . +" Rikkokushi " represents six national historical books which were compiled by the Japanese nation under the ritsuryo codes in ancient times . +YAMATO no Aya no Koma ( year of birth unknown - 592 ) is a person duing the Asuka Period . +Kagemune OSADA ( year of birth unknown -1190 ) was a busho who lived during the end of the Heian Period . +Ichinyo ( 1649 - May 30 , 1700 ) was a priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) and the 16th hoshu ( head priest ) of the Higashi Hongan-ji Temple . +The Nakanoin family were kuge ( court nobles ) with kakaku ( family status ) of daijinke ( the third highest status for court nobles ) . +Kunoichi indicates female ninja in the jargon of ninja ( professional spies in Japan , highly trained in stealth and secrecy ) , and the use of females as a trick was called kunoichi no jutsu ( art of kunoichi ) . +Nobuhide SAKUMA ( 1556-January 14 , 1632 ) was a busho ( Japanese military commander ) in the Azuchi Momoyama Period . +Uji District was a district that existed in Yamashiro Province and Kyoto Prefecture . +Sokei TANAKA ( 1535 ? - year of death unknown ) was a ceramic artist in the Shokuho era ( Oda-Toyotomi era ) . +A list of cultural properties designated and registered by Kyoto Prefecture lists the cultural properties and historical sites and the like , designated or registered by Kyoto Prefecture in a view format , but not all the data are recorded . +Kanoko shibori ' is one of the methods of dyeing cloth regularly patterned with spots like the back of the fawn . +Kuichigai Incident was an assassination attempt on Tomomi IWAKURA , the Minister of Right , which occurred in Kuichigaizaka , Akasaka , Tokyo ( now Minato Ward , Tokyo ) on January 14 , 1874 . +Hirokata SHO ( the year of birth and death unknown ) was a warrior of the Kodama party of Musashi Province ( present Kurisaki , Kodama-cho , Honjo City , Saitama Prefecture ) , who lived from end of the Heian period to the Kamakura period . +The term Doga means pictures drawn by adults for children . +A kumade ( rake ) is a type of Japanese farm tool used in farming or for raking gardens that consists of rough comb-like teeth that are vertically attached to a handle . +Ikasuri no mikannagi no matsuru kami god is a god in Shintoism ( Shintoism ) . +Kashitaro ITO ( 1835 - December 13 , 1967 ) was a staff officer in the Shinsengumi ( a police force based in Kyoto during the Edo period ) . +The Japanese term " Kandaka sei " refers to the land system , tax system , and military system which used the currency unit " kan " to calculate the yield of rice for a given piece of land . +Teruhiro OUCHI ( c . 1520 - January 1 , 1569 ) was a busho ( Japanese military commander ) in the Sengoku Period ( Warring States Period ) . +Ennosuke Juhachi Ban refers to the specialty plays of Ennosuke ICHIKAWA of Omodakaya selected by Ennosuke ICHIKAWA the third in 1988 . +Senmyo Calendar is a kind of Chinese calendar . +Men or Menai means the rate of Koso ( an annual tax ) to the Kokudaka ( the annual yield of a land ) in the Edo period . +Monopolization is a system that a government places under its complete control the production , distribution , and sales of specific goods and monopolizes the profits gained from them in order to increase the national income . +Kazan WATANABE ( October 20 , 1793 to November 23 , 1841 ) was a politician and painter who lived during the late Edo period . +In this article , the history of Todai-ji Temple is described . +INBE no Kobito ( year of birth unknown- ( old calendar ) March 15th , 719 ) was a person of the Asuka Period in Japan . +Tanhaku ( also called shohaku ) is a business custom which had been conducted in East Asia before the early modern times ; with this custom , a bundle of copper coins consisting of a certain number of coins less than 100 is treated as equal value to 100 copper coins . +Raigo ( 1002 - 1084 ) was a Japanese monk of the Tendai sect in the mid Heian period . +A sanbo , also known as a sanpo , is a small stand used in Shinto rituals for presenting shinsen ( offerings of food and alcohol ) to kami ( deities , spirits ) . +FUJIWARA no Iemichi ( 1143 - December 9 , 1187 ) was a Kugyo ( top court official ) during the late Heian period . +Furyu is one of the aesthetic values that became popular after the Middle Ages in Japan . +It is believed that Genzaemon SANO ( year of birth and death unknown ) was a warrior from Sano manor in Kozuke Province during the middle of the Kamakura period . +Kiyohisa KIMURA ( ? - 1615 ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) and the Azuchi-Momoyama period . +HIKAMI no Otoji ( year of birth unknown - 682 ) was a daughter of FUJIWARA no Kamatari . +Juei-ninen Jugatsu no Senji is the imperial decree promulgated by the Imperial Court against MINAMOTO no Yoritomo in October ( by the old calendar ) , 1183 . +Myoman-ji Temple is the Sohonzan ( grand head temple ) of the Kenpon Hokke Sect located in Sakyo Ward , Kyoto City , Kyoto Prefecture . +MUNAKATA no Ushishi was a local ruling family in Munakata ( present Munakata City , Fukuoka Prefecture ) . +EN no Ozuno ( also known as En no Ozunu or En no Otsuno , 634 - 706 according to legend ) is a holy man from the Asuka period to Nara period . +" Shonin " is a term of respect for a high priest in Buddhism . +Shinobi-monomi is a way of patrolling during the Sengoku period where a person hides in fields and mountains and searches for the enemy 's situation in the battle field . +Hosei NAGATA ( March 26 , 1838-August 22 , 1911 ) was an educator in the Meiji period . +MINAMOTO no Michinari ( year of birth unknown - 1019 ) was a government official ( esp. one of low to medium rank ) and a waka poet in the mid-Heian period . +Coming-of-Age Day is a national holiday in Japan . +Yamauchi school ( also read Yamanouchi school ) is a style of Japanese Martial Arts Swimming maintained in Usuki City , Oita Prefecture . +Konoefu was one of Ryoge no kan ( official organizations outside of the Ritsuryo code ) . +Musashi Fuchu Kamano Jinja Kofun-Tumulus is a dome-shaped grave mound , located in Fuchu City , Tokyo ( Tokyo Prefecture ) . +Tekka is the sate of red hot iron or sparks generated during forging . +Nikko ( April 23 , 1626 - April 20 , 1698 ) was a Buddhist monk of Nichiren Sect in the early Edo period . +Shochiku Kyoto Studio is a film production studio owned by a company Shochiku , which located in Kyoto City from Taisho to Showa periods . +Munehide NAGAI ( 1265 - December 20 , 1327 ) was a person in the Kamakura Period . +Shigi Kenpo are draft constitutions created by nongovernmental bodies before the issuance of the Constitution of the Empire of Japan in the Meiji period . +Botefuri meant selling goods carried on a pole +The Japan-Qing Treaty of Friendship was a treaty concluded between Japan and Qing on September 13 , 1871 . +FUJIWARA no Toshinori ( 1122-1167 ) was a scholar and retainer of the Imperial Court in the late Heian period . +Kamo-wakeikazuchi-jinja Shrine is located in Kita Ward , Kyoto City . +Junmumishi ( year of birth and death unknown ) was a person who lived during the Asuka Period in Japan . +Jitsunyo ( September 26 , 1458 - March 5 , 1525 ) was a Buddhist priest of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) who lived from the mid-Muromachi period into the Sengoku period ( period of warring states ) . +Nishukin is a kind of gold coin distributed in the Edo period . +MINAMOTO no Hirotsuna ( date of birth and death unknown ) was a busho ( Japanese military commander ) , who lived during the end of the Heian Period and the early Kamakura Period . +" Heiji Monogatari " is a war chronicle concerning the Heiji War . +" Jokoku " ( second-biggest provinces next to Taikoku ) is one of grade classifications of provinces governed in accordance with the Ritsuryo codes . +Yoshio OISHI held the rank of Hittokaro ( the head of chief retainers ) of Ako Domain in Harima Province . +A soldier +Hitsuki Shinji is the Divine Revelation that Tenmei OKAMOTO ( 1897-1963 ) , a painter and a Shintoist , claimed to have received from a holy spirit called ' Kuninotoko Tachinokami ' ( 国常立尊 or 国之常立神 ) by automatic writing . +Kintsugu TOKUDAIJI ( 1175-February 24 , 1227 ) was Kugyo ( court noble ) who lived from the end of Heian period to the early Kamakura period . +Horinouchi is historical jargon that indicates a town developed in the vicinity of the residence ( called " tachi " or " tate " ) of samurai ( warriors ) and landholders in the medieval Japan . +The Sanin Main Line is a railway line ( trunk line ) operated by the West Japan Railway Company ( JR West ) that connects Kyoto Station , located in Shimogyo Ward of Kyoto City , Kyoto Prefecture , and Hatabu Station , located in Shimonoseki City , Yamaguchi Prefecture , via Fukuchiyama Station , Tottori Station , Yonago Station , Izumoshi Station and Nagatoshi Station ( trains bound for Hatabu Station , however , run farther to Shimonoseki Station ) . +Yokoyama-jo Castle was located in Sakata County , Omi Province ( the present-day Horibe and Ishida-cho , Nagahama City , Shiga Prefecture ) . +Higashidonozuka-kofun Tumulus is located in Tenri City , Nara Prefecture . +KIYOHARA no Motosuke ( 908 - June 990 ) was a poet and a scholar who lived during the Heian period . +Daikyu Sokyu ( 1468 - September 25 , 1549 ) was a priest of Rinzai Sect in the Sengoku period ( period of warring states ) . +KAMO no Mabuchi ( April 24 , 1697-November 27 , 1769 ) was a scholar of Japanese classical literature and culture , and also a poet in the Edo period . +Honmon Butsuryu Sect was the new religious sect of the school of the Hokke sect ; it was founded by Seifu NAGAMATSU , who was of a school of Nichiren , and worshiped Nichiren as the origin of the sect . +Naito-shi or Naito-uji is a Japanese surname . +The ninjobon refers to a genre of gesaku literature ( literary work of a playful , mocking , joking , silly or frivolous nature ) written during the Edo period that mainly dealt with decadent love affairs and contemporary life of Edo ( now Tokyo ) . +Chiekoin-dori Street is a street running north-south through Kyoto City . +Hazakura is a term that refers to cherry trees during the period after the cherry blossom falls and the trees start to sprout new leaves until the cherry trees are totally covered with new leaves of tender green , or to such scenes . +Gakumonjo ( a school ) was the name of a kind of educational institution in medieval and modern times . +Saneaya IMADEGAWA ( August 8 , 1832 - October 5 , 1864 ) was a kugyo ( court noble ) during the late to the end of the Edo period . +Uijin is the first battle that young people in the Japanese samurai hierarchy participated in . +Suketsuna YANAGIWARA ( 1419 - July 22 , 1501 ) was a Kugyo ( court noble ) and lord of the Yanagiwara family who lived during the Muromachi period . +Hobei ( hohei ) means to offer heihaku ( paper , silk cuttings or red and white cloth presented to deities ) to shrines and the Imperial mausoleums by the Emperor 's command . +Soshiki-Bukkyo ' ( literally , ' funeral Buddhism ' ) refers to a way of belief in which people conduct Buddhist funerals and Buddhist memorial services while being rarely involved in Buddhist activities and in Buddhist doctrines in their daily lives . +Yukinori KUJO ( July 2 , 1700 - July 3 , 1728 ) was a Court noble who lived during the Edo period . +Yasuharu TAKANO ( April 3 , 1650 - June 29 , 1712 ) was a noble who lived in the early Edo period . +Rikyu Doka ( literally , Rikyu 's teaching poems ) , also called ' Rikyu hyakushu ' ( literally , Rikyu 's one-hundred poems ) , are the teachings of SEN no Rikyu in the form of waka poetry to make them easily understood . +Nenki-uri ( whose " ki " can be written with three different characters 年期売 , 年季売 or 年紀売 , all of which relate to time or duration ) was a kind of contract of sale ( usually of land ) used during Japan 's medieval period . +Masutane NAKAJIMA ( December 8 , 1830 – October 4 , 1905 ) was a bureaucrat in the Meiji Period . +Kogi ( also referred to as Kugi ) is the term used for " official authority " in the middle and early modern ages . +Daijiro SEKIKAWA ( 1838 - 1909 ) was a feudal retainer of Kuwana Domain and member of Shinsengumi ( a group who guarded Kyoto ) at the end of Edo period . +Mochi ( rice cake ) refers to a kind of food which is produced by adding water to grain , especially mochi-gome ( glutinous rice ) , heating , thereafter , kneading , applying an external force and shaping the kneaded mixture , and mochi is also called tsuki-mochi ( pounded rice cake ) . +Toyobiwake ( also pronounced Toyohiwake ) is a god that appears in Japanese Mythology . +Chosyuku YOSHIDA ( or Chokei , Nagayoshi ) ( male , 1779-September 2 , 1824 ) was Dutch scholar and Ranpoi ( a person who studied Western medicine by means of the Dutch language ) . +Akita Ranga is a genre of Japanese painting in a semi-Western style from the Edo period that was adopted by the lord and statesmen of the Kubota clan ( the Akita clan ) ; paintings in this style were composed using techniques of Western paintings with traditional Japanese drawing materials . +Tadanori KUJO ( 1248 - January 1 , 1333 ) was a court noble of the Kamakura period , reaching the position of Kanpaku ( chief advisor to the emperor ) and Juichii ( Junior First Rank ) ; he was commonly called Hoonin-dono . +Hanchin is a term used for the provincial organization that existed from the Tang Dynasty to the Northern Song Dynasty . +FUJIWARA no Maro ( 695 - August 17 , 737 ) was a court noble who lived during the Nara period . +Jimyoin-to was Japanese Imperial Family ancestry between the late Kamakura period and the Southern and Northern Courts period and is a descendant of the eighty-ninth Emperor Go-Fukakusa , whose father was the eighty-eighth Emperor Go-saga . +Kanzaburo NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +The Higashinotoin-dori Street is a street which runs north-south in Kyoto City . +Ichimatsu MIZUGUCHI ( 1824-January 29 , 1868 ) was a member of the Shinsengumi ( a special police force who guarded Kyoto during the end of the Tokugawa Shogunate ) . +Shijuku Ritsumeikan was a private academy that Kinmochi SAIONJI established in his private residence in the Kyoto Imperial Palace in 1869 . +Shoku Shui Wakashu is the 12th imperial anthology of waka ( Japanese poetry ) by the command of the Retired Emperor Kameyama in 1276 . +The Uematsu family was a family of court nobles with Masanaga UEMATSU being the patriarch . +Yamazaki Shuku is a post town located at the border between Settsu Province and Yamashiro Province on Sanyodo Road , also known as Saigoku Kaido Road . +Keirin-ji Temple is the historically prominent Tango Province Chuhonzan ( mid-level head temple ) of the Soto Sect located in Maizuru City , Kyoto Prefecture . +Masamichi KUSUNOKI ( Date of birth unknown - December 18 , 1457 ) was a busho ( Japanese military commander ) in Muromachi period . +Haishakukin ( borrowed money ) was money that the Edo bakufu ( Japanese feudal government headed by a shogun ) lent without interest to daimyo ( Japanese feudal lord ) and hatamoto ( direct retainer of the Edo bakufu ) as a means of financial support . +Rinso AOCHI ( 1775-April 11 , 1833 ) was a Dutch scholar in Japan . +Hokurokunomiya ( 1165 - August 17 , 1230 ) was an Imperial family member between the late Heian period to the early Kamamura period . +The Amanohashidate Cable Railway is a cable car line operated by the Tango Kairiku Kotsu Co . , Ltd. that connects Fuchu Station ( in Miyazu City , Kyoto Prefecture ) and Kasamatsu Station . +The Keicho Tsuho was a copper coin issued by the Edo Shognate in 1606 . ( different theories exist . ) +Known as Sesshu ( 1420 - 1506 ) , he was an ink painter and Zen monk active in the Muromachi period in the latter half of the 15th century , and was called a master painter . +FUJIWARA no Munetada ( year of birth and death unknown ) was a court noble during the mid Heian period . +Hiroto TADOKORO ( year of birth and death unknown ) was a member of Mibu Roshi ( masterless samurai group of Mibu ) and also a member the Shinsengumi ( a Tokugawa shogunate police force located in Kyoto ) . +Kakunyo was a Buddhist monk of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) who was active from the end Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +Munekiyo SASSA ( June 24 , 1640 - July 10 , 1698 ) , aka . Sukesaburo SASSA , was a servant of Mitsukuni TOKUGAWA ( aka . Mitsukuni MITO , former vice-shogun and retired daimyo of the Mito Domain ) . +Kenchi ( 1226 - July 30 , 1310 ? ) was a monk of the Jodo Shinshu ( True Pure Land Sect of Buddhism ) in the mid Kamakura period . +" Tsumoru Koi Yuki no Seki no To " ( The Barrier Gate ) , often shortened to " Seki no To , " is the title of a Tokiwazu-bushi ( a style of narrative music to accompany a Kabuki performance ) and also the title of the Kabuki play performed to Tokiwazu music . +The Mizuno clan is a family of Seiwa-genji ( Minamoto clan ) . +Kikunojo SEGAWA is a myoseki ( professional name ) of kabuki actor . +Kinakira IMADEGAWA ( April 30 , 1696 - March 21 , 1731 ) was Kugyo ( a Court noble ) in the middle of the Edo period . +The Karahashi family , one of the houses of Dojo , was established by SUGAWARA no Ariyoshi ( Court Rank , Department of Civil Office and Education , Conferred Junior Third Rank , 1041 - 1121 ) . +Toyosukiiribime no mikoto ( year of birth and death unknown ) was a member of the Imperial family , who is said to have lived in the Kofun period ( tumulus period ) according to " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +Eisen KEISAI +Sadayo IMAGAWA was a busho ( Japanese military commander ) , shugo daimyo ( shugo , which were Japanese provincial military governors , that became daimyo , which were Japanese feudal lords ) in Totomi Province , Kyushu Tandai ( local commissioner ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) , lived from the late Kamakura period , the period of the Northern and Southern Courts ( Japan ) , until the Muromachi period . +Monuments +Hossho-ji Temple was one of the " Six Victorious Temples " that existed in Shirakawa , the eastern suburb of Heian-kyo ( the area of Okazaki Park and Tokyo Municipal Zoo in modern-day Kyoto City ) from the Heian Period to the Muromachi Period . +Senju Kannon , sahasrabhuja aaryaavalokitezvara in Sanskrit , is a venerable entity of Bosatsu , Bodhisattva , which is worshipped in Buddhism . +Chashaku ( tea scoop ) is one of the tea ceremony utensils used for brewing tea ( particularly , maccha , or green powdered tea ) . +Chiyokawa Station , located in Imazu , Chiyokawa-cho of Kameoka City , Kyoto Prefecture , is a stop on San 'in Main Line of West Japan Railway Company ( JR West ) . +Issan Ichinei ( 1247 - November 28 , 1317 ) was a priest who came to Japan from Yuan ( Yuan Dynasty ) . +Kannazuki ( Kaminashizuki ) is an another name for October ( lunar calendar ) in Japan . +Masami AMITANI ( March 15 , 1947 - present ) is a kyogen performer of the Okura school . +MINAMOTO no Masaru ( 831 - November 24 , 888 ) was a court noble who lived in the early part of the Heian Period . +" Dainihonkoku Ichinomiya-Ki " is an Ichinomiya Ichiran ( catalogue of high-ranking shrines of Shinto in Japan ) which was written in the Muromachi period , and it was collected into " Gunsho ruiju ( Collection of historical documents compiled by Hokiichi HANAWA ) " ( Volume 23 , Part of gods , Collection 2 ) . +A Buddha hall is a building within a Buddhist temple that enshrines Buddhist statues and in which prayers and memorial services are made . +Tennyo are legendary beings in Japan . +Monk Imperial Prince Seijo ( date of birth and death unknown ) was the Monk Imperial Prince during the period of the Northern and Southern Courts . +Shinshichi ONOE is a hereditary name of a line of traditional Japanese Kabuki drama actors . +Ninshi KUJO ( born October 31 , 1173 , died February 3 , 1239 ) was an empress and nyoin ( a close female relative of the Emperor or a woman of comparable standing ) from the end of Heian Period to Kamakura Period . +Kinmichi TOKUDAIJI who was also known as Kinnari TOKUDAIJI ( July 30 , 1771 - September 12 , 1811 ) was Kugyo ( a Court Noble ) in the late Edo period . +Chokugan-ji Temples were temples for prayer founded at the will of the emperors and the retired emperors of the time to pray for the protection of the nation and the prosperity of the Imperial Household . +" Toshiyori Zuino " ( Toshiyori 's Poetic Essentials ) is a book with essays on tanka poetry written by MINAMOTO no Toshiyori . +Yodo is an area located in the southwestern part of Fushimi Ward , Kyoto City , Kyoto Prefecture . +TAIRA no Tsunetoshi ( 1166 - March 27 , 1184 ) was a busho ( Japanese military commander ) who lived during the late Heian period . +SAKAIBE no Marise ( Year of birth unknown - 628 ) was a person from a powerful family in the Asuka period . +FUJIWARA no Chiharu ( year of birth and death unknown ) was a military aristocrat during the mid Heian period . +Sanryo bugyo was one of the positions of Edo bakufu which was placed at the end of Edo period to manage and maintain the Imperial mausoleum . +ONO no Komachi ( circa 809 - circa 901 ) was a female poet in around the first half of the Heian period , in the ninth century . +Located in Nakagyo Ward , Kyoto City , Kyoto Shiyakusho-mae Station is a stop on the Tozai Line of the Kyoto Municipal Subway . +The Kita school is one of the shite-kata ( actors who play leading characters ) schools of Noh in Nohgaku ( the art of Noh ) , which is one of the Japanese traditional performance arts . +Genpuku was a coming-of-age celebration for boys , a rite of passage held among Court nobles and samurai families since the Heian period . +Hoeki no ho is one of the Japanese robes of chofuku ( clothes worn by the people who come to work at the court on a regular basis ) , and a ho ( round-necked robe worn by members of nobility and the Imperial Court ) , which has sewn sleeve seams , an outer robe and fabrics called ran ( brocade ) running sideways around the hem . +Kaninnomiya Imperial Prince Sukehito ( April 1 , 1733 - August 1 , 1794 ) was the head of the Miyake ( house of an imperial prince ) in Edo period and member of the Imperial family . +" Obake " ( お化け ) ( also " henge " ) refers to something or someone that / who has changed significantly from its / their proper state . +Keicho-chogin is a kind chogin ( collective term of silver ) which started to be minted in July 1601 , the beginning of Edo period , and it is a silver coin by weight standard as well . +Naramachi is a preservation district having groups of historic buildings that extends over the south of the present urban area of Nara City , Nara Prefecture . +MINAMOTO no Sadamu ( 816 to January 25 , 863 ) was a court noble who lived in the early part of the Heian Period . +Tomomasa HIRAGA was a gokenin ( an immediate vassal of the Shogunate ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) and was active from the late Heian period to the early Kamakura period . +Kakimon-in ( dates of birth and death unknown ) was Nyoin ( a title of respect given to close female relatives of the Emperor ) and a female waka poet in the period of the Northern and Southern Courts ( Japan ) . +Michizumi NAKANOIN ( September 23 , 1612 - March 7 , 1653 ) was a Kugyo ( court noble ) during the early and the middle of the Edo period . +" Kushiki-ryo " was one of compilations of ryo ( administrative laws in the Ritsuryo law system ) . +Shiotsu-jinja Shrine is a Shinto shrine located in Nishiazai-cho , Ika County , Shiga Prefecture . +Fuji Musume can refer to the following . +Nichijo ASAYAMA ( ? - November 5 , 1577 ) was a Buddhist monk of Nichiren Sect in the Sengoku period ( period of warring states ) . +Osanobu Kano ( born August 18 , 1796 ; died June 12 , 1846 ) was the ninth painter of the Kobikicho Kano School in the Edo period . +Atago-yama ( or Atago-san ) is a name of mountain . +Tsukune is a food consisting of ground livestock meat or chicken ( fish meat in rare cases ) and a thickener that are kneaded or ground together and formed into a ball or stick shape . +Nijo Kawaha no Rakusho are writings collected in " Kenmu Nenkan-ki , " a record of the Kenmu era which was handed down in the Machino clan , which was the head of Monchujo ( Board of Inquiry ) in Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Ukawa-onsen Hot Spring is located in Tango-cho , Kyotango City , Kyoto Prefecture . +Shin-shu is generally used in the following examples : +Nenbutsu-odori is a kind of dance where the dancing and singing are performed by different people , and can be distinguished from odori nenbutsu which is performed by a single person who dances and chants a Buddhist sutra at the same time . +The Owari Tokugawa family was a subsidiary line of the Tokugawa family and one of Tokugawa Gosanke ( three privileged branches of the Tokugawa family ) ; and its successive family heads assumed the lord of Owari Domain . +The Nishinotoin was a Kuge ( court noble ) family descended from TAIRA no Takamune of the Taira clan . +Princess Ishi ( 怡子女王 ) ( also known as Yoshiko , years of birth and death unknown ) was a member of the Imperial Family in the end of the Heian period . +Yamazaki Station , located in Oyamazaki-cho , Otokuni-gun , Kyoto Prefecture , is a stop on the Tokaido Main Line ( JR Kyoto Line ) , which is operated by the West Japan Railway Company ( JR West ) . +The Sengoku Period in Japan ( from around 1493 ( or 1467 ) to around 1573 ) is a chronological period in the history of Japan that commenced from the Coup of Meio in 1493 or the Onin Disturbance in 1467 and ended by the disappearance of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) with the purge of Yoshiaki ASHIKAGA by Nobunaga ODA , the fifteenth shogun , of the Muromachi bakufu , in 1573 . +HIKAMI no Shikeshimaro ( year of birth and death unknown ) was a member of the Imperial Family in the Nara period . +Mahiro TAMAMATSU ( April 20 , 1810 – March 23 , 1872 ) is a scholar of Japanese classical literature at the end of the Edo period . +Kabunakama was a type of guild formed as a cartel by warehouse merchants . +Shi was a collective name of Daishi and Shoshi established in Jingikan and Daijokan ( Benkankyoku ) under the Japanese ritsuryo legal code system . +Benkan collectively means the posts of Sadaiben , Udaiben , Sachuben , Uchuben , Sashoben , and Ushoben in Daijokan which is the highest organization of the Imperial Court . +Fujiko KAJUJI ( September 27 , 1464 – February 13 , 1535 ) was a Naishi nosuke ( Handmaid ) at Emperor Gokashiwabara 's court and the mother of Emperor Gonara , Nyoin . +Kizoku indicated persons whose social privileges were generally recognized due to their blood lines or their family statuses and also indicated the clans of such persons . +Uhijini and Suhijini are kami ( god ) in Japanese Methodology ( shinto ) . +Kozaisho ( 1164 ? - April 3 , 1184 was a woman who lived at the end of the Heian period . +Kakucho ( 960 - February 21 , 1034 ) , a Buddhist priest of the Tendai sect , lived in the mid-Heian period . +Tadaakira MATSUDAIRA was a daimyo ( Japanese feudal lord ) who lived from the Azuchi-Momoyama period to the early Edo period . +Hotaru ( The Fireflies ) is one of the 54 chapters of " The Tale of Genji . " +Sadamichi ISHIKAWA ( date of birth and death unknown ) was a daimyo ( Japanese feudal lord ) in Azuchi-Momoyama period . +Kukiga-saka Slope is a pass in Kamihiraya , Miyama-cho , Nantan City , Kyoto Prefecture . +Nishu gin silver is a kind of silver coin circulated in Japan in the end of Edo period . +Yakunogahara Ski Ground was used to be a ski ground located in Kamiyakuno , Yakuno-cho , Fukuchiyama City , Kyoto Prefecture . +Zashiki ( literally , sitting mat ) is the place where ( in the medieval times ) the floor was covered with a mat or carpet so as to , literally , sit down . +Rokusho-ji ( also pronounced Rikusho-ji ) temples are six Buddhist temples that were constructed in Shirakawa in the outer part of Kyoto ( Kyoto City ) ( the area around Heian-jingu Shrine in Okazaki , Sakyo Ward , Kyoto City ) by successive emperors and an empress during the period of cloistered rule of the late Heian period . +OTOMO no Tauchi ( year of birth unknown and died on September 17 , 713 ) was an aristocrat in the Aska period and the Nara period in Japan . +Yoshinari MORI was a military commander during Japan 's Sengoku ( Warring States ) Period . +Mt . Oiwa is a mountain extending over Fushimi Ward and the south-western part of Yamashina Ward , Kyoto City , Kyoto Prefecture . +Enkyu Ezo War was the major warfare occurred in the Heian period . +Gishiki originally meant court rule and customs in official duties and ceremonial functions at the imperial court under the ritsuryo system , and later , compilations and books for prescribing court rule and customs came to be called ' Gishiki . ' +Daibutsu is a popular name meaning a large statue of the Buddha as a Buddhist image . +Dashi is a local dish originated from the inland region of Yamagata Prefecture . +Sumai no Sechie was one of the ceremonies that took place in the imperial court between the Nara period through to the Heian period . +Docho is an identification card issued by a state organization to a priest or a nun who has newly entered the priesthood , in the system of entrance into the priesthood that is officially recognized by the state . +Komori gakko is a term used to refer to schools made for children who were not able to attend ordinary schools because they had to baby-sit their own little brothers and sisters or other families ' little chidren in the early Meiji period . +Kaisen Joki ( year of birth unknown - April 25 , 1582 ) was a priest of the Rinzai Sect of Buddhism from the Warring States period and the Azuchi-Momoyama period . +Keishun-in Temple is a sub-temple within the precinct of Rinzai sect Daihonzan ( Head Temple ) Myoshin-ji Temple located in Hanazono , Ukyo Ward , Kyoto City . +Shizuka Gozen ( dates of birth and death unknown ) was a women who lived at the end of the Heian period and the initial part of the Kamakura period . +Gozen-sata was an informal consultation chaired and attended by Seii taishogun ( literally , " great general who subdues the barbarians " ) in the Muromachi bakufu ( Japanese feudal government headed by a shogun . ) +Prince Oha ( about 560 - year of death unknown ) was the third prince of Emperor Bidatsu . +The Hosho school is one of the Nohgaku ( the art of Noh ) schools . +Jitsugokyo was a textbook used for elementary education from the end of the Heian Period to the early Meiji period in which precepts for ordinary people were mainly compiled . +Teppanyaki food , which is an area of Japanese cuisine , and teppanyaki cooking are introduced here . +Genko no Ran was an anti-Kamakura bakufu movement broke out in 1331 . +Yasutomi TSUCHIMIKADO ( July 23 , 1655-July 25 , 1717 ) was Kugyo ( a court noble , non-Councilor ) and Inyoka ( the Yin and Yang school of philosophy ) during the early Edo period . +Tokuhon are textbooks for language learning and / or introductory books intended for the wide public . +Yokoe on Sho ( Yokoe Manor ) was a manor located in Kaga Province from the Heian period to the Sengoku period ( period of Warring States ) . +Kotaishiki indicates the laws concerns the replacement of a government officer with a new officer under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan , matters necessary for continuing the duties of the office and how they should be handed over to the successor . +The Ane-gawa River Earthquake occurred in August 14 , 1909 at 3 : 31pm with its seismic center near Ane-gawa River in the North East part in Shiga Prefecture ( at latitude 35.4 degrees north and longitude 136.3 degrees east . ) +Kado no okimi ( c . 669 - December , 705 ) was the first prince of the Prince Otomo ( the Emperor Kobun ) . +Sakitoyo HIROHATA ( March 26 , 1742 - January 11 , 1784 ) was a Kugyo ( top court official ) during the mid-Edo Period . +Chitsu ( years of birth and death unknown ) was a priest of Hosso sect of Buddhism ( Japanese equivalent of the Chinese Faxiang sect or Dharma-character school ) , who lived in the Asuka period . +Ginko OGINO ( real name : Gin OGINO / April 4 , 1851-June 23 , 1913 ) was the first female doctor in modern Japan . +Munehiro YUKI ( born in 1266 , birth date unknown - January 9 , 1339 ) was a military commander who lived from the Kamakura period through the period of the Northern and Southern Courts . +The local bureaucratic system was formed into a three-tier administrative organization of kuni ( provinces ) , gun / kori ( districts ) and ri / sato ( villages ) under the Taiho Ritsuryo ( Taiho Code ) enacted in the year 701 . +Moshitsugi ( an official for conveying a message ) which is also called Souja / Shosha , refers to a position in charge of reporting information to a lord , or refers to the act of reporting information itself . +Yoshikazu ASHIKAGA was the 5th Seii Taishogun ( literally , " great general who subdues the barbarians " : period of office tenure : May 7 , 1423 to March 23 , 1425 ; Japanese lunar calendar dates ) of the Muromachi government . +" I-do " refers to the medical service under the Japanese " Ritsuryo system " ( system of centralized regime based on the ritsuryo code ) , or the education of the youth to make them offer services . +Sensaku SHIGEYAMA was a professional name of Okura-ryu ( the Okura school ) of Kyogen ( farce played during a Noh play cycle ) . +Taisha are large jinja ( Shinto shrines ) , or one of the 492 jinja categorized as Shikinai Taisha in the early Heian period text Jimmyocho ( the list of deities ) of Engishiki ( codes and procedures on national rites and prayers ) , or those jinja that have adopted the suffix taisha . +Kiyoko UESUGI ( date of birth unknown - January 20 , 1343 ) was a woman who lived during the period of the later half of Kamakura Period through the early Muromachi Period . +Kotofu refers to a register to keep records concerning the statuses of emperors and members of Imperial family . +The Ariwara clan originated from Emperor Heizei 's Prince , Imperial Prince Abo and Imperial Prince Takaoka 's children were demoted from nobility to subject , and they were the clan whose ancestors were from Imperial Family . ( Please refer to the Imperial Family members who were demoted from nobility to subject . ) +Tomoaki IWAKURA ( December 1 , 1630 - May 14 , 1680 ) was a Kugyo ( court noble ) in the early Edo period . +Kangiten ( or Nandikesvara ) ( Ganapati in Sanskrit ) is one of the tenbu , guardian deities that reside in a heavenly realm , one of six realms in which the souls of living beings transmigrate from one to another , in Buddhism . +" Bunkoku " is a unit used to delineate province-sized areas during the medieval period in Japan . +Doki TETSUGYU ( August 25 , 1628 - October 2 , 1700 ) was a Zen priest of the Obaku School in the early Edo period . +OTOMO no Kanamura ( date of birth and death unknown ) was a member of Gozoku ( local ruling family ) who lived from the fifth to the sixth centuries . +A kamonabe is a duck hot pot with other ingredients such as hakusai cabbage , green onions , tofu and so on . +Kinkin EGI ( January 30 , 1877 - February 20 , 1930 ) was a wife of Makoto ( his name can also be pronounced Chu ) EGI who was a law scholar in the Meiji period . +Hideko NIWATA ( year of birth unknown - May 4 , 1685 ) was Naishi no suke ( a court lady of the first rank ) of Emperor Gokomyo . +Hitokotonushi is an ancient Japanese god . +Sesshin ( 接心 ) is sometimes described as 攝 ( 摂 ) 心 , and it means concentration of a confused heart . +The Princess Masako ( September 10 , 1691 - June 30 , 1710 ) was the lawful wife of Yoshimune TOKUGAWA , the fifth lord of the Kishu Domain ( later the eighth seii taishogun [ literally , " great general who subdues the barbarians " ] ) . +FUJIWARA no Yoshiko ( 838 - June 22 , 906 ) was a female noble and a court lady in the early Heian period . +Sadao YAMANAKA ( November 8 , 1909 - September 17 , 1938 ) was a Japanese film director and screenwriter . +Sukemichi MADENOKOJI ( 1225- July 6 , 1306 ) was a Kugyo ( top court official ) in the mid Kamakura period . +What is imi ( 忌み or 斎み ) ? +Masatoki KUSUNOKI ( the date of birth unknown – February 4 , 1348 ) was a military commander during the period of the Northern and Southern Courts ( Japan ) . +Seihaku ( year of his birth and death is not clear ) was a Buddhist monk in the early Edo period . +Kanshoku ( government post ) means the posts of government officials . +Located in Higashiyama-ku Ward , Kyoto City , Kyoto Prefecture , WINS Kyoto is an off-course betting facility of horse race . +Kimu Rokujo is the agreement between the Emperor Meiji and Hirobumi ITO ( Prime Minister and Minister of the Imperial Households ) , who represented the cabinet ( Japan ) in September 7 , 1886 . +Imperial Princess Shoshi ( Masako ) ( 950 - January 15 , 1000 ) was the first princess of the 61st Emperor Suzaku . +Waves at Matsushima ( " Matsushima-zu Byobu " ) +Located in Kakegahara , Kita-okawara , Minami-yamashiro-mura , Soraku-gun , Kyoto Prefecture , Okawara Station is a stop on the Kansai Main Line , which is operated by the West Japan Railway Company . +The Battle of Matsukawa is said to be the battle where Shigenaga HONJO and Nagayoshi SUDA under the command of Kagekatsu UESUGI fought against Masamune DATE in the central area of the present Fukushima City , Fukushima Prefecture on April 26 , 1601 , according to " Kaisei Mikawago Fudoki ( Foundation of the Tokugawa clan ) " ( Vol . 42 : The battle between Uesugi and Date ) , " Jozenkidan ( a collection of anecdotes compiled in the Edo period ) " ( Vol . 16 : The Battle of Matsukawa between Date and Uesugi in Mutsu Province with the episode of Zenzaemon NAGAI and Sanai OKA ) , " Togoku Taiheiki ( the battle chronicle on the eastern Japan ) " ( Vol . 15 : Attack to the Fukushima-jo Castle by Masamune in the Battle of Matsukawa ) , " Aizujin Monogatari ( stories on the Battle in Aizu ) " ( Vol . 4 : Attack to the Fukushima-jo Castle by Masamune in the Battle of Matsukawa and the episode of Oiinosuke SUDA cutting off the camp enclosure during the Battle of Abukuma-gawa River against Masamune ) . +Jinbei or Jinbee is Japanese-style home wear worn by males and children . +Yakuboku are trees which are planted in a Japanese garden to create a certain mood . +Yasushige MATSUDAIRA ( 1568 - August 14 , 1640 ) is a busho ( Japanese military commander ) ( feudal lord ) from the Azuchi-Momoyama period into the early Edo period . +The Narashiba Katatsuki is a tea canister which was called one of the three major Katatsuki , along with Nitta Katatsuki and Hatsuhana Katatsuki . +The term " eshi , " written as " 絵師 " in Japanese , refers to those who vocationally paint original pictures for ukiyo-e ( Japanese colored woodblock prints in the Edo period ) . +Kiyooki SHIMA was a busho ( military commander ) and vassal ( strategist ) of Mitsunari ISHIDA who lived during the Azuchi-momoyama period . +Korin OGATA ( 1658 - July 20 , 1716 ) was an artist in the Edo Period . +Kyogen is a traditional form of public entertainment developed from Sarugaku ( comical mimicry and speech performance in the Heian period ) , similar to Noh . +Shiinetsuhiko or Saonetsuhiko is the name for a kami of the land who appears in the " Nihonshoki " ( Chronicles of Japan ; the kami is referred to as ' Shiinetsuhiko ' ) and the " Kojiki " ( Records of Ancient Matters ; the kami is referred to as ' Saonetsuhiko ' ) . +Kon ICHIKAWA ( his childhood name was Giichi ICHIKAWA , November 20 , 1915 - February 13 , 2008 ) was a Japanese film director . +Sabukaze Koyoseki-gun is a group of remains of kilns of Sueki ( unglazed ware ) in Nagahama , Ushimado-cho , Setouchi City , Okayama Prefecture . +Danrin was a training facility for monks in a Buddhist temple , i.e. , a school of a Buddhist sect . +Shoren-in Temple is a Tendai sect temple located in Awataguchi-sanjobo-cho , Higashiyama Ward , Kyoto City . +YAMASHIRO no Obayashi ( year of birth and death unknown ) was person of the Asuka Period in Japan . +Umekoji Station , located at 10 Umekoji Kashira-cho , Shimogyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Tokaido Main Line , which is operated by the Japan Freight Railway Company ( JR Freight ) . +Ryakko shugyo is the ascetic practices which a bodhisattva ( one who vows to save all beings before becoming a Buddha ) does for a long period of time while being reincarnated over and over for three generations , past , present , and future . +Emperor Ninko ( March 16 , 1800 - February 21 , 1846 ) was the 120th Emperor ( his reign was from October 31 , 1817 to February 21 , 1846 ) . +Murasaki no ue is a heroine in " The Tale of Genji , " a classic written by Murasaki Shikibu . +Yuko HATAKEYAMA ( December , 1865 - May 20 , 1891 ) was a woman who committed suicide during the period the relationship between Japan and Russia became tense , leaving a suicide note to apologize to the crown prince of Russia who had been attacked by a Japanese in the Otsu Incident of 1891 . +" Nihon Gafu " is an anthology of poems written by Sanyo RAI . +Kudzukiri , a noodle for eating , is made with heated kudzu flour that has been dissolved in water and then set into a board shape by cooling , after which it is cut into long , thin forms udon ( Japanese wheat noodles ) . +Nichiko ( 1257-June 9 , 1314 ) was a priest of Nichiren sect of Buddhism and supposedly the second Kanju ( or Kanshu , meaning the head priest ) of Hokekyo-ji Temple , who lived in the later Kamakura period . +Matsuchiyo MATSUDAIRA ( 1594 - February 7 , 1599 ) was a daimyo ( feudal lord ) in the Azuchi Momoyama period . +Japan 's national anthem is called ' Kimigayo . ' +Toso is a kind of clay . +Joko SEGAWA the first ( 1739 - February 22 , 1794 ) was a Kabuki playwright during the middle of the Edo period . +Classical rakugo generally includes programs of Rakugo which were created from the Edo to Meiji eras . +Kinnobu OGIMACHI ( September 14 , 1514 - September 8 , 1549 ) was a kuge in the Sengoku period ( period of warring states ) ( Japan ) . +FUJIWARA no Mitsuie ( 1184 - date of death unknown ) was a court noble and waka poet during the early Kamakura period . +The common sense and social skills required to know the stream and make things go smoothly in society . +FUJIWARA no Kiyofusa ( year of birth and death unknown ) was kuge ( court noble ) and retainer of the Imperial Court who lived from the end of the Heian Period to the early Kamakura Period . +Razan HAYASHI ( 1583-1657 ) was the founder of the HAYASHI ( or RIN ) clan of Neo-Confucianism in the early years of the Edo period . +Tomozane YOSHII ( April 10 , 1828 - April 22 , 1891 ) was a Japanese samurai , a feudal retainer of Satsuma domain , and a government official . +Nara National Museum is a museum in Noborioji-cho , Nara City , Nara Prefecture operated by an Independent Administrative Institution , National Institutes for Cultural Heritage . +The Fujinami family , which claimed to be descended from the Onakatomi clan , belonged to the Tosho-ke ( the hereditary lineage of Court nobles occupying relatively high ranks ) . +Torii zenni ( the Buddhist nun Torii , year of birth and death unknown ) was a woman living during the last days of the Heian period to the early Kamakura period . +The Kose school was a family of painters which existed from the early Heian period , through the Muromachi , to the Meiji period . +Nichijin ( June 7 , 1339-June 23 , 1419 ) was the founder of the Jinmon lineage of the Hokke sect . +Genshin UDAGAWA ( January 24 , 1770 - January 2 , 1835 ) was a Ranpoi ( a person who studied Western medicine by means of the Dutch language ) who lived during the late Edo period . +Tenmonkata was a scientific research institution established by the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Yoshitaro NOMURA ( April 23 , 1919 - April 8 , 2005 ) was a Japanese movie director . +Tsuko-tegata was a certificate for people in the Edo period to prove that they were traveling with permission . +Kanzan Egen ( 1277 - January 19 , 1361 ) was a monk of the Rinzai sect of Buddhism from the latter stages of the Kamakura period to the Northern and Southern Courts period ( Japan ) . +Imperial Prince Tadafusa ( 1285 ? - around August , 1347 ) was a member of the Imperial Family in the Kamakura period . +Nihonjin-ron is a study , books , and reports discussed on Japanese people . +Otanike ( Otani family ) is the yago ( literally , the " house name " ) of the descendants of Kakue , a son of Hirotsuna HINO and Kakushin-ni . +Shitaji chubun is a term which was used in medieval Japan and it means the division of the land implemented , under the situation where the ruling system of or rights to the land were entangled in a multi-layered way under shoen koryo sei ( the system of public lands and private estates ) , with the aim of achieving the unified land ruling system ( Ichien chigyo ) . +FUJIWARA no Hoshi ( also known as FUJIWARA no Sukeko ; dates of birth and death unknown ) was a court lady during the late Heian period . +SAKANOUE no Tamuramaro was a military officer of the Heian period . +Manzaburo UMEWAKA the third ( 1941- ) is a Noh actor , of shite-kata ( main roles ) of Kanze school . +Kocho ( Butterflies ) +The Nishoji Domain refers to a domain which existed in Nishoji , Gamo County , Omi Province ( present-day Hino-cho , Gamo County , Shiga Prefecture ) . +Yasujiro SHIMAZU ( June 3 , 1897 - September 18 , 1945 ) is a film director from the Taisho to the Showa era . +As famous cuisine of Kyoto , imobou is a local specialty of Kyoto City . +Kokushu was one of social statuses of daimyo ( feudal lords ) which existed during the early modern Edo period , and it referred to the daimyo having domain of one or more provinces ; another name for kokushu was " kunimochidaimyo " . +Yasukuni TSUCHIMIKADO ( September 20 , 1711 to June 26 , 1784 ) was a high court noble and an Inyoka ( the Yin and Yang school of philosophy ) in the middle of the Edo period . +Nagayasu ADACHI ( 1211 – September 26 , 1262 ) was a gokenin ( a shogunal retainer ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) in the early Kamakura period . +Tsukubo is one of the tools for capturing criminals which was used in the Edo period . +FUJIWARA no Shigenori ( 1135-May 3 , 1187 ) was Kugyo ( the top court officials ) who lived in the end of the Heian period . +Masasue KUSUNOKI was a busho ( Japanese military commander ) who lived from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +MINAMOTO no Mitsumasa ( 源 満政 : dates of birth and death unknown ) was a busho ( Japanese military commander ) , who lived during the mid-Heian Period . +Kataoka Chiezo Productions ( established on May 10 , 1928 , liquidated in April of 1937 ) was a film company located in Kyoto Prefecture . +KAWADA no Jiro ( year of birth unknown-October 17 , 1189 ) was samurai ( warrior ) who lived during the Heian and Kamakura periods . +Gobyono-kofun is a tumulus built at the end of the Kofun period ( Hakkaku-fun Tumulus ( an octagonal tomb ) ) located in Yamashina-ku Ward of Kyoto City . +Kyoto – Maizuru Route is a highway bus that connects Kyoto City and Ayabe City / Maizuru City . +Kazuraki no Kuni no Miyatsuko ( also called ' Kazuraki Kokuzo ' , ' Katsuragi no Kuni no Miyatsuko ' , or ' Katsuragi Kokuzo ' ) was a Kuni no Miyatsuko ( the head of a local government ) who ruled over the southern-west of Yamato Province . +FUJIWARA no Nobutada ( year of birth and death unknown ) was a middle-class noble who lived during the middle of the Heian period . +Kayo refers to works of a poetry form with a musical nature . +HEGURI no Hironari ( year of birth unknown - March 11 , 753 ) was the hangan ( the third officer ) of the envoys to Tang China in the Nara period . +The Omiya Incident occurred at the end of the Edo period during the last days of the Tokugawa shogunate , on December 10 , 1867 ( November 15 according to the old calendar ) when Ryoma SAKAMOTO and Shintaro NAKAOKA were killed at Omiya , the home of Shinsuke IGUCHI in Kawara-machi , Kyoto Prefecture . +Amatsuhikone is a god ( Shinto ) appearing in Japanese Mythology . +Ryumyo-ji Temple is a temple of the Nichiren-shoshu sect located in Yamato-takada City , Nara Prefecture . +Betto-ji Temple was a Buddhist temple that was attached to a Shinto shrine when the syncretism of Shinto and Buddhism was permitted prior to the Edo period . +Princess Sukatehime no Himemiko ( the date of birth and death unknown ) was a Princess in the Asuka Period . +Born in 1126 , and gone on December 17 , 1179 , " FUJIWARA no Nobutaka " was " Kugyo " ( a top Court official ) in the later Heian period . +The art of Sojutsu ( the spearmanship ) is one of the martial arts that has been performed since ancient ages in Japan . +Buddha 's sariras refer to the cremated ashes of Buddha 's bones as well as the remains of the coffin and altar that were used for the cremation of Buddha when he passed away . +Sedoka ( A poem where the head is repeated ) is a type of waka ( Japanese poem ) from the Nara Period . +Kueissho is one of the benefits in the Jodo sect , regarding one 's passing into the Pure Land . +Motomasa HIGASHIZONO ( January 30 , 1675 - July 17 , 1728 ) was a Kugyo ( high court noble ) who lived in the mid-Edo period . +Wafuku is traditional Japanese clothing . +FUJIWARA no Koretada ( 924 - December 14 , 972 ) was a court noble who lived in the mid Heian period . +Ishiyaki imo ( stone-roasted sweet potato ) is a dish using sweet potatoes . +OKURA no Haruzane ( dates of birth and death unknown ) was a noble in the mid-Heian period ( in the tenth century ) . +Among the Constitutional Party in power , the cabinet was organized with OKUMA from the former Progressive Party ( Japan ) as the Prime Minister and Taisuke ITAGAKI from the former Liberal Party ( Japan ) as Minister of Home Affairs . +FUJIWARA no Otsu ( 792-November 6 , 854 ) was a government official in the early Heian period . +The term " Tosai-gogisei " refers to the way of decision-making in an organization . +Saidai-ji Temple is a temple which is located in Saidaiji Shibamachi , Nara City , Nara Prefecture and the grand head temple of Shingon Risshu sect . +Ryoji refers to a document issued under the Ritsuryo system ( a system of centralized government based on the ritsuryo code by princes , empresses , etc . ) for conveying orders of princes and three sango ( Grand Empress Dowager , Empress Dowager , and Empress ) . +Motohide KAWABATA ( 1606 – March 8 , 1664 ) was a court noble of the early Edo period . +Gyoshin ( dates of birth and death unknown ) was a Buddhist priest in the Nara period . +Ankoku-ji Temple is a temple of the Rinzai sect Tofuku-ji school located in Ayabe City , Kyoto Prefecture ( Tanba Province ) . +Yashiki-gami are kami that are enshrined at a dwelling . +Kikizake ( sake tasting , written as 利き酒 , ききざけ , 唎き酒 or きき酒 ) refers to evaluating the sake quality . +Demachiyanagi Station , located in Tanaka Kamiyanagi-cho / Shimoyanagi-cho , Sakyo Ward , Kyoto City , is a stop operated by the Keihan Electric Railway and the Eizan Electric Railway Co . , Ltd . +Yoshitada YAMANA ( date of birth and death unknown ) was a Japanese military commander in the Muromachi period . +Ujimasa HOJO was a busho ( Japanese military commander ) and a Sengoku daimyo ( Japanese territorial lord in the Sengoku period ) in Sagami Province who lived during the Sengoku period ( period of warring states ) . +The Ogawa school is one of the schools of Senchado ( the way of brewed green tea ) established by Kashin OGAWA ( Koraku OGAWA the first ) in the last years of Edo period . +Shoyakumon is a gemon included in Kanmuryoju-kyo shaku . +Setsubun , ' or ' sechibun , ' means the day before the beginning of a season , while the first day of spring , summer , autumn or winter is called ' risshun , ' ' rikka , ' ' risshu ' or ' ritto , ' respectively . +The preservation districts for groups of important historic buildings refer to ' Historic Buildings Preservation Areas ' ordained by local authorities under Article 144 of the Law for the Protection of Cultural Properties of Japan , of which the state ( Minister of Education , Culture , Sports , Science and Technology ) selects those which are especially important . +Located in Hiyoshi-cho , Nantan City , Kyoto Prefecture , Goma Station is a stop on the Sanin Main Line , which is operated by West Japan Railway Company ( JR West ) . +Kinjo Tenno ( the present emperor ) is the name indicating the person who is on the throne at the time . +Raitan SHIMOTSUMA ( year of birth unknown - 1574 ) was a monk and busho ( Japanese military commander ) of the Otani family who lived during the Sengoku period ( Japan ) . +The Imperial Princess Takata ( 674 - April 22 , 728 ) was a princess of the Emperor Tenmu . +Takezo SHIMURA ( 1833 - date of death unknown ) , from Soshu , was a member of the Shinsengumi . +Tsunehiro KONOE ( 28th March , 1761 to July 27,1799 ) was a court noble in the middle of the Edo period . +College +Gnecchi-Soldo Organtino ( born in 1533 , birth date unknown - April 22 , 1609 ) was an Italian missionary who was engaged in missionary work in Japan during the late Sengoku Period ( the Warring States Period ) . +Tenchi Kaibyaku is a time when the world represented by heaven and earth was first created . +Kita Ward is one of the eleven wards that constitutes Kyoto City . +Shurishiki ( also known as Surishiki ) refers to a Ryoge no kan ( class outside of the Ritsuryo system ) established in the Heian period . +Mihashira-torii ( literally , three-column shrine gate ) is formed by coupling three torii ( shrine gate ) . +Jun-Sessho refers to the permission given by the Emperor to a Kanpaku ( Chief Advisor to the Emperor ) or minister to govern affairs of state as a Sesshu ( regent ) under the Ritsuryo system , and it also refers to the person who received this permission . +The za , established mainly by merchants , manufacturers and entertainers , refers to the guilds that existed from the Heian period to the Sengoku period ( period of warring states ) . +Eno Jusshu refers to the specialty plays of Ennosuke ICHIKAWA of Omodakaya selected by Ennosuke the third in 1964 . +Kyoto Municipal Museum of Art is an art museum located at Okazaki-koen Park in Kyoto City , Kyoto Prefecture . +OWARI no Mami was a figure in the Asuka period of Japan ( year of birth and death unknown ) . +Shogo MITSUKURI ( date of birth unknown , 1821 - January 29 , 1847 ) was a Japanese geographer in the late Edo period . +The " Honcho Monzui " ( Anthology of waka poems and prose written in classical Chinese ) was compiled by FUJIWARA no Akihira . +Gunji ( district manager ) was : +Engikyaku , a collection of amendments to and enforcement regulations for Ritsuryo ( basic national laws ) , was completed in November 907 ( old calendar ) during the Heian period and put into force by a senji ( written order of the Emperor ) in December of the following year ( old calendar ) . +Tenmokujawan means a pottery tea bowl that is fired by using glaze called Tenmoku glaze . +Iehira TOGO ( year of birth unknown - March 31 , 1179 ) was a warrior at the end of the Heian period , who belonged to the family of the Harada clan . +Doso ( also pronounced tokura or tsuchikura ) were moneylenders during the Kamakura and Muromachi periods . +Chikanaga KANROJI ( 1424 - September 20 , 1500 ) was a kuge ( court noble ) living from the middle of the Muromachi period to the Sengoku Period ( Period of Warring States ) ( Japan ) . +Keisho NAKAI ( 1831 - 1909 ) is a tenkokuka ( artist of seal engraving ) in Meiji Period . +A kind of Japanese confectionery , awayuki , or awayuki-kan , is likened to light snow and it has a texture like snow melting in the mouth . +OHARITA no Ite ( date of birth and death unknown ) lived during Japan 's Asuka period . +The Navy Memorial Museum is an exhibition facility located in Maizuru District Headquarters in Maizuru City , Kyoto Prefecture . +Tokaidochu Hizakurige is a book of comical stories by Ikku JUPPENSHA , with their first printings taking place between 1802 to 1814 . +Kontai-ji Temple , located at Harayama , Wazuka-cho , Soraku-gun , Kyoto Prefecture , is part of the Daigo school of the Shingon sect . +Akashi no onkata , Lady Akashi , is a fictional character appearing in " The Tale of Genji " by Shikibu Murasaki . +Kintaru OGIMACHISANJO ( February 15 , 1820 - February 3 , 1822 ) was a retainer of the Imperial Court during the latter half of the Edo period . +Shuei ( 809 - April 29 , 884 ) was a Shingon Sect Buddhist monk who lived during the first part of the Heian period . +Kojiro MATSUKATA ( January 17 , 1866 - June 24 , 1950 ) was a Japanese businessman and a statesman . +MINAMOTO no Masayori ( dates of birth and death unknown ) was a samurai in the middle of the Heian period . +Emperor Gonara ( January 26 , 1497 - September 27 , 1557 ) was the hundred fifth Emperor during the Muromachi and the Warring States period ; the period of civil wars between rival daimyo . ( his reign was from June 9 , 1526 to September 27 , 1557 ) +Imperial Prince Koresada ( date of birth unknown - August 25 , 903 ) was a member of the Imperial Family during the early Heian period . +Bemin system is a system during the Yamato sovereignty , which refers to the system of subordination and service to the sovereignty and the system of the division of duties at the Imperial Court . +Shinatsuhiko is a deity ( Shinto religion ) who appears in Japanese Mythology . +TOMO no Yoshio ( 811 - 868 ) was a noble in the early part of the Heian period . +FUJIWARA no Chikanari ( or Chikanori , Yoshichika , Yochiakira , Arachi ) ( 788-Octover 16 , 843 ) was a politician in the Imperial court at the beginning of the Heian period . +Bankara is a pun for the word haikara ( westernized appearances or life styles ) . +Naishi no kami indicates as follows . +Kinukatsugi is a dish which small satoimo taro potatoes are steamed with their skins on and eaten by pealing their skins . +Koretoshi SAKURAYAMA ( year of birth unknown , died on February 25 , 1332 ) was a busho ( Japanese military commander ) who lived in the end Kamakura period . +Soburen is a piece of music for gagaku . +Muneatsu DATE ( June 20 , 1852 – January 6 , 1907 ) was the governor of the Sendai Domain ( although Munemoto DATE , the 30th head of the Date clan and the 14th lord of the Sendai Domain , still remained the head of the Date clan when Muneatsu was in office ) , a legitimate child ( disinherited later ) of the 13th lord of the Sendai Domain , Yoshikuni DATE , and a baron . +Yakushin ( 827 - April 8 , 906 ) was a Shingon sect priest in the former Heian period . +A sekitai ( leather belt ) is a belt of black leather , used when dressing in sokutai costume . +Nagahiro KAZANIN ( March 3 , 1736-September 13 , 1769 ) was a high-rank Court noble in the middle of the Edo period . +Jisan ( 1637-August 7 , 1690 ) was a scholar monk during the early Edo period . +A mai-ogi is a folding fan used in Japanese dances . +Toshiyoshi ITO ( April 30 , 1840 - April 10 , 1921 ) was a samurai in the Edo period and a military man of the Imperial Japanese Navy in the Meiji and Taisho periods . +The Jokyoreki ( Jokyo calendar ) is a Japanese lunar-solar calendar , formerly used in Japan . +Chiun ( date of birth unknown - June 22 , 1448 ) was a renga poet in the middle of Muromachi era . +Tensho Ken-o Shonen Shisetsu was a mission of four boys and others dispatched to Rome in 1582 , acting for Yoshishige OTOMO , Sumitada OMURA , and Harunobu ARIMA , who were the Christian feudal lords in Kyushu . +Mutsugi SENGOKU ( July 22 , 1857 - October 30 , 1931 ) was a Japanese railway bureaucrat , businessman and statesman . +Nengu is a Japanese historical terminology referring to a type of taxation . +Nishioji-Sanjo Station , located in Saiin-imayamada-cho , Ukyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Arashiyama Main Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +Kanayago-kami god ( also pronounced as Kanayako-kami god , etc . ) was a god which is believed by blacksmiths to live mainly in Chugoku Region ( Shintoism ) . +MINAMOTO no Yoriko ( Raishi ) was known to be the following : +Amenowakahiko is a deity from Japanese mythology . +The Ako Incident was a political incident that occurred in the early Heian period . +Mirin is an alcoholic condiment used as a seasoning in Japanese cuisine and also as an alcoholic beverage . +" Historic Monuments of Ancient Kyoto " is a collective term of the temples in Kyoto City and Uji City , Kyoto Prefecture and Otsu City , Shiga Prefecture . +Yasunaga HIGASHIBOJO ( September 9 , 1904 - September 22 , 1944 ) was a Japanese movie actor , scriptwriter , and film director . +A so-do hall is a temple building dedicated to the communal living of practitioners ( monks ) and the promotion of ascetic practices . +The Saeki clan was a powerful clan in ancient Japan . +FUJIWARA no Muneyo ( dates of birth and death unknown ) was a court noble during the Heian period . +Minonosakino kuninomiyatsuko 三野前国造 ( also known as Minonosakinokokuzo , Minonomichinokuchi no kuninomiyatsuko , and Minonomichinokuchikokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled Mino Province . +Kinji FUKASAKU ( July 3 , 1930 – January 12 , 2003 ) was a Japanese movie director . +Emperor Yomei ( circa 540 - May 21 , 587 ) was the thirty-first Emperor ( reigned from October 3 , 585 , to May 21 , 587 ) . +Seiemon ONISHI was a Kamashi ( craftsman who made kettles for use in tea ceremony ) of one of the ten craftsmen families for the Senke ( House of Sen ) . +" Takasago " is a Noh play ( classical Japanese dance theater ) . +Gagoze ( also called " Gagoji " or " Guwagoze " ) , or an ogre at Gango-ji Temple , is a specter which is said to have appeared at Gango-ji Temple in Nara Prefecture during the Asuka period . +Mikomai ( written in Japanese kanji characters either as 巫女舞 or 神子舞 ) is a type of dance performed by miko ( shrine maidens ) in a Kagura performance ( a sacred music and dancing performance dedicated to the Shinto gods ) . +Kokuzo Bosatsu is Ākāśagarbh or Gaganagajja in Sanskrit , and is a Bosatsu that is revered in Buddhism . +Toba refers to a name of an area which was called Tobago , Toba no sho ( Toba manor ) and so on that once belonged to Kii County , Yamashiro Province located in the outskirts of Kyoto . +Gasan +Emperor Kinjo or Kinjo no Mikado is the fourth Emperor in " The Tale of Genji " ( the period of his reign : after the second volume of ' Wakana ' ( Spring Shoots ) ) . +The Kyoto Hotel , Ltd . , with its head office in Nakagyo-ku Ward of Kyoto City , Kyoto Prefecture , is a company that runs hotels . +Nenku ( year of birth unknown - August 30 , 1297 ) was a priest of the Jodo sect of the Kamakura period . +The Hata clan had existed since ancient times . +Renga is a traditional form of poetry , and the kaminoku ( the first part of a poem ) and shimonoku ( the latter part of a poem ) are linked together by several people . +Yoriki was a typical governmental post in the Edo bakufu . +Shinbutsu-bunri is to prohibit conventional syncretization of Shinto with Buddhism and to distinguish between Shintoism and Buddhism , Kami ( Shinto ) and Buddha , and shrines and temples . +Machiya or Choka ( 町家 ) is a term used to refer to popular style houses in Kyoto in which residence and retail store functions are combined . +Cloistered Imperial Prince Saiun ( 1104 - March 10 , 1162 ) was a monk of the Tendai sect of Buddhism in the middle of the Heian period . +The term " chamberlain " refers to a person who serves another person ( generally a noble person ) to take care of his or her personal affairs , and its Japanese equivalent term " jiju " also represents a chamberlain 's service itself in a broad sense . +Tokuhime ( December 13 , 1565 - March 3 , 1615 ) was a women from the Azuchi-Momoyama period to the early Edo period . +Nihon Montoku Tenno Jitsuroku is a history compiled in Japan during the Heian period , and is the fifth among the six Rikkokushi ( National Histories of Japan , six historical compilations chronicling the mythology and history of Japan between the Nara and Heian periods ) . +Osaka Metropolitan Area is a name used to describe the economic area centered on Osaka city , expanding to its surrounding satellite cities . +TAIRA no Takamune , or Prince Takamune , ( 804 - June 24 , 867 ) was a shisei kozoku ( member of the Imperial Family conferred with a family name ) of the early Heian period who was given the surname TAIRA . +Sadao SHIDARA ( July 3 , 1864 - December 15 , 1943 ) was a private architect in Kansai from the Meiji era to the early Showa era . +Onogoro-jima Island ( also called Onokoro-jima Island ) is an island appearing in a Japanese myth . +Tomokichi FUJISAWA ( March , 1866 - April 17 , 1932 ) was a Japanese businessman . +In Japanese folk belief , yurei are faintly visible figures who have remained in Utsushiyo ( the land of the living ) even after their soul left their body after death , in order to resolve some form of lingering attachment or to seek revenge for a wrong . +Located in Shimogyo Ward , Kyoto City , Kyoto Prefecture , Cafe François is a government-registered tangible cultural property ( building ) . +Kasane no irome is a list of the color combinations in wearing kimono in layers , and was used when women decided the colors of uchigi ( itsutsuginu , or in five layers ) for court costumes . +Agechi-rei ( 上知令 ) is an order for confiscation of lands issued by the government in the late Edo period and the early Meiji period . +Masanobu KANO ( 1434 ? - August 12 , 1530 ? ) was a painter of the Muromachi period and the founder of the Kano school . +Prince Mochihito 's uprising was an incident that occurred in 1180 ( Jisho 4 ) , when Prince Mochihito ( also Prince Takakura and Prince Sanjo ) , with MINAMOTO no Yorimasa , planned to raise an army and overthrow the Taira clan ( who were then in power ) ; Mochihito issued a command urging the Minamoto clan warriors in all provinces together with the forces of the great temples and shrines to rise up against the Taira clan . +Shinzei is originally denso ( rice field tax ) collected from Jinko ( the administrative households that was considered as belonging to deities ) of specific shrines , stored and used for religious services and repair of the shrine under the ritsuryo system of ancient Japan . +Morosue SAIONJI ( October 2 , 1826 - August 15 , 1851 ) was Kugyo ( a Court Noble ) in the late Edo period . +Prince Naruhiko HIGASHIKUNINOMIYA ( December 3 , 1887 - January 20 , 1990 ) was the 43rd Prime Minister of Japan ( in office August 17 , 1945 - October 9 , 1945 ) . +" Samurai " is the positional title for officials in Japan from the ancient to middle ages , and an alternative name for " bushi " ( warrior ) that was derived from the first meaning . +Kunin-chojakunin is a post that existed in the Edo Period . +Kakure Nenbutsu ( Hidden Buddhist Invocation ) refers to the individuals or groups of people who secretly practiced or believed in the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) ( Ikko Sect ) , which was banned by powerful rulers . +The Bureau of Shrines was one of the bureaus of the Meiji government . +FUJIWARA no Akinobu ( 994-May 14 , 1027 ) was a noble in the Heian period . +Soke is a term used to refer to : +The seven herbs of spring ( Nanakusa ) is a custom of eating hot soup containing seven vegetables on the morning of Jinjitsu no Sekku , the so-called Person-Day Festival ( January 7 ) . +Nibukin is a kind of gold coins that was distributed in the Edo period . +Hime no kami is a Shinto god ( Shinto ) . +Reformation of the shogunate government refers to the reforms of the financial , political , and other systems implemented under the Edo " bakufu " ( Japanese feudal government headed by a shogun ) . +" Hachiman Gudokun " is a history of temples and shrines that narrates the miracle and divine virtue of Hachimanshin ( Shinto god of War ) , which is considered to have been compiled in the middle or late Kamakura period . +KI no Harunushi ( year of birth and death unknown ) was a low to medium rank government official during the early Heian period . +Okuma finance refers to the financial policy promoted by Shigenobu OKUMA , the Minister of the Treasury ( concurrently filled a post of Councilor ) in early Meiji Period . +The adoption of western clothing refers to when people other than westerners stop wearing indigenous clothing on a day-to-day basis and instead begin wearing Western clothing . +Sanetsuna SANJO ( 1562 - March 21 , 1581 ) was a Kugyo ( a top court official ) who lived from the late Muromachi to the Azuchi-Momoyama period . +Tadamoto HONDA ( April 12 , 1817 - January 29 , 1883 ) was a daimyo ( feudal lord ) , statesman and Roju ( senior councilor ) at the end of the Edo period . +Noriyuki Ouchi ( 1430 - February 14 , 1472 ) was a member of the Ouchi clan . +The Kyoto International Student Film and Video Festival is a film and video festival held in Kyoto every fall . +The Higashibojo Family , one of the houses of Dojo , was established by Shigenaga HIGASHIBOJO ( Court Rank , Councillor , Department of Etiquette and Ceremonies , 1284-1343 ) who was the second son of Nagatsune GOJO ( Senior Second Rank , Councillor , Department of Justice , 1242-1315 ) . +Shunko-in Temple is a minor temple of Myoshin-ji Temple which is Grand Head Temple of Rinzai Sect in Hanazono , Ukyo-ku Ward , Kyoto City , and is located in the north of Okuri ( the large living quarters ) . +" Nihon shishu " is Japanese handmade embroidery made using silk thread . +Chokyu-ji Temple is a Buddhist temple of the Shingon Ritsu sect , located in Kamimachi , Ikoma City , Nara Prefecture . +Imperial Prince Motoyoshi ( 890 - September 3 , 943 ) was a member of the imperial family and waka poet during the mid Heian period . +The Ikegami family was Toshoke and a collateral branch of the Seikanji family line of the Northern House of the FUJIWARA clan . +Gyonen ( March 30 , 1240 - September 26 , 1321 ) was a learned priest pursuing his studies at Todai-ji Temple who lived during the late Kamakura period . +Tochi chosa jigyo ( land research project ) refers to the land research and land measurement project conducted in Taiwan and Korea which were under the control of Japan . +AKASOME no Tokotari ( date of birth and death unknown ) lived in the Asuka period in Japan . +Yoshitaka OISHI ( 1618 - February 27 , 1677 ) was a samurai warrior in the early part of the Edo period . +Aritomo YAMAGATA ( May 15 , 1838 - February 1 , 1922 ) was a Japanese soldier and politician . +Zato +" Shiki Sanban " is one of the performing arts that form part of Nohgaku ( the theatrical art of Noh ) , along with Noh ( Noh plays ) and Kyogen ( a farce presented between Noh plays ) . +Mochiaki MATSUDAIRA ( September 17 , 1836 – July 25 , 1890 ) was a daimyo ( Japanese feudal lord ) and a nobleman . +FUJIWARA no Kiyotada ( date of birth unknown - July , 958 ) was a court noble and a poet who lived during the mid-Heian period . +FUJIWARA no Nakafumi ( 923 to 992 ) was a kajin ( waka poet ) in the mid-Heian period . +Mohei MURAI ( June 10 , 1821-May 1873 ) was a wealthy merchant from the Morioka Domain . +Yoshikatsu OISHI ( 1587 - September 18 , 1650 ) was a samurai who lived from the Azuchi-Momoyama period to the early Edo period . +A Honke-matsuke-ronso was a dispute between a head family and a branch family of a daimyo ( Japanese feudal lord ) family ( particularly early modern daimyo ) concerning social standing during the Edo period . +The Mannyaku-yama incident was the incident in which a dispute concerning a pine tree in the Kume-mura village in Suo Province caused a territory boundary-related dispute , further developing to the abolishment of the Tokuyama clan in 1715 . +Kokudaka refers to the figure of land productivity shown with koku ( a unit ) , which was used in the early modern ages of Japan . +Masakage KOBAYAKAWA ( year of birth and death unknown ) was a samurai in the Kamakura period . +Tsumatsu-hime is a goddess in Japanese mythology . +Grinding stones refer to a kind of small stone tools used to grind nuts and seeds mainly chestnut , walnut and acorn into powder in the Jomon period . +Emperor Tsuchimikado ( January 3 , 1196 - November 6 , 1231 ) was the eighty-third Emperor during the Kamakura period . ( his reign was from February 18 , 1198 to December 12 , 1210 . ) +TANAKA no Tarimaro ( date of birth unknown - August 13 , 698 ) lived during the Asuka period of Japan . +Soni Plateau is located in Oaza Taroji , Soni-mura , Uda County , Nara Prefecture . +" Tori no ichi " is an open-market fair held at Otori-jinja Shrines around the country on the Days of the Cock in November every year . +Kenbutsu-ji Temple , located at Uda City in Nara Prefecture , is the temple of Nichiren Shoshu sect of Buddhism . +The Katano family , which claimed to be descended from Kanmu-Heishi ( Taira clan ) TAIRA no Takamune-o line , belonged to the Tosho-ke ( the hereditary lineage of Court nobles occupying relatively high ranks ) ; the founder of the family was Tokisada KATANO ( Daizen no daibu , or Master of the Palace Table ) , who was the last son of Tokiyoshi NISHINOTOIN ( Junii Sangi , or Junior Second Rank , Councilor ) ( 1552 - 1640 ) . +Shuden-zukuri style is the term proposed in architectural history for indicating the architectural style of samurai residences during the Muromachi period . +Ogoto Onsen is in Otsu City , Shiga Prefecture ( Omi Province ( 近江国 ) is its old provincial name ) . +ARIWARA no Muneyana ( year of birth unknown - 898 ) was a waka poet in the early Heian period . +Kazunomiya Imperial Princess Chikako ( July 3 , 1846 - September 2 , 1877 ) was a woman who lived during the late Edo period , she was a wife of Edo bakufu ( Japanese feudal government headed by a shogun ) , fourteenth Shogun Iemochi TOKUGAWA . +Sanpu +Kamo SERIZAWA , ( 1827 ? - October 28 or October 30 , 1863 ) was a roshi of Mito Clan during the last days of Tokugawa shogunate , and also the original lead commander of Shinsen-gumi ( Mibu Roshi ) . +Bunbu ichido ( literally ' the single path of the cultural and martial arts ' ) means that both scholarship and martial arts ( sports ) are essentially the same , unlike bunbu ryodo ( the dual path of the cultural and martial arts ) . +Haniyasu is the god of soil ( Shinto ) appearing in Japanese Mythology . +Toshihisa SHIMAZU ( 1537- August 25 , 1592 ) was the third son of Takahisa SHIMAZU , and is the younger brother of Yoshihisa SHIMAZU and Yoshihiro SHIMAZU . +Soun HOJO ( also known as Moritoki ISE ) was a military commander during the mid to late Muromachi Period , and the patriarch of the Gohojo clan ( or Late Hojo ) , a powerful warrior clan of the Warring States Period . +Toshimichi OKUBO ( 1830 ~ 1878 ) : Japanese warrior , feudal retainer of Satsuma , a statesman +Sokan YAMAZAKI ( 1465 ? -November , 17 , 1553 ) was a Japanese Renga ( Japanese collaborative poetry ) poet and Haikairenga ( humorous or vulgar Renga ) poet in the Sengoku Period . +The Vocational Museum provides young people with work experience , recruitment information , and vocational counseling . +Sadakatsu MURAI was the Kyoto Shoshidai ( the Kyoto deputy ) under the Oda administration . +In this section of the Kyo no Hanamachi , the hanamachi ( Kagai ) ( ' flower town , ' or geisha district ) in Kyoto will be explained . +The parasitic landlord system was the system that allowed a parasitic landlord , who owned farmlands such as rice fields , vegetable fields , etc . , to lend a farmland to a farmer called kosakunin ( a tenant farmer ) ( also known as kosakuno or kosaku ) , to have him cultivate the land , and to take away some farm products , such as rice , barley , etc . , as the land rent called kosakuryo ( farm rent ) . +Honen-in Temple is an independent Pure Land sect temple located in Shishigatani , Sakyo Ward , Kyoto City . +Kakue +ENOI no Okimi ( year of birth unknown - June 676 ) lived in the Asuka period in Japan . +The Tokusei uprising during the Kakitsu era was a peasant uprising to demand Tokuseirei ( ordering return of land sold and dissolution of debts ) and occurred in Kyoto and its surroundings such as the Omi Province in 1441 ( the first year of the Kakitsu era ) . +Masatsuna ASUKAI ( 1489-1571 ) was a court noble existing from the late Muromachi Period to the Sengoku period ( the period of warring states ) ( Japan . ) +Kumoi no kari is a fictitious character that appears in " Genji Monogatari " ( The Tale of Genji ) by Murasaki Shikibu . +Shoin ( also called Seiin , 943 - June 13 , 995 ) was a Buddhist priest of the Tendai sect and a waka poet in the Heian period . +Kenzo MATSUMOTO ( March 21 , 1899 - September 15 , 1980 ) was a Noh actor of the Shimogakari Hosho school of waki-kata ( supporting actors ) . +Shintai-zan Mountain is a term mainly used in Shitoism meaning a mountain believed to be where deities dwell in the concept of mountain worship and also called Kannabi , a mountain where deities dwell . +Ryori Monogatari is a food book written in the Edo period . +Tosho-in ( 1461 or 1463 - year of death unknown ) was a woman who lived during the Sengoku period ( period of warring states ) . +Okimi no tsukasa was one of the institutions belonging to Imperial Household Agency in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in ancient Japan . +Hiroshige OUCHI ( year of birth unknown - 1401 ) was a general who lived during the early Muromachi period . +Satsumanokami was the post of Kami ( chief ) of Kokushi in Satsuma province . +The term earthen image means images of which the material is clay . +Shigekatsu YAMAGUCHI was a Japanese military commander in the Warring States period . +Emperor Gokomatsu ( August 1 , 1377 - December 1 , 1433 ) was the sixth and last Emperor of the Muromachi period ( Northern Court ) , or the 100th Emperor ( his reign was from May 24 , 1382 to October 5 , 1412 ) . +Kagemoto ASAKURA ( 1484 - May 14 , 1535 ) was a busho ( Japanese military commander ) in the Sengoku Period ( Period of Warring States ) ( Japan ) . +Noritomo IWAKURA ( September 27 , 1666 - October 4 , 1730 ) was a Kugyo ( top court official ) during the early through the middle of the Edo period . +Takanobu KUKI ( 1700 to June 19 , 1786 ) was the fourth lord of Ayabe Domain , Tanba Province . +Kokuyaku Constitution defined laws that were formulated by representatives of the people and approved by the ruler ( in Japan 's case it would be the Emperor ) and this procedure served as a sort of promise between the ruler and his people . +巫女 ( miko ) or 神子 ( fujo ) are women who mainly serve the gods of Yamato ( Japan ) . +Ohi ( empress ) is the title of the Imperial family standing provided for queens consort of the Imperial family , or herself of such standing . +Keizan OHARA ( date of birth unknown - September 7 , 1733 ) was a painter in the middle of the Edo period . +Doro Gorge ( Dorokyo ) is a gorge in the Kitayama-gawa River , which flows through Wakayama Prefecture , Mie Prefecture , and Nara Prefecture . +TACHIBANA no Kimiyori ( 877 - March 25 , 941 ) was a noble who lived in the Heian period . +Kozo MIYAGI ( June 2 , 1852 - February 13 , 1893 ) was a criminal law scholar in Japan . +Kasanuimura , or Kasanui no mura , is the place where Toyosuki iribime no Mikoto , who was given responsibility , enshrined Amaterasu Omikami ( the Sun Goddess ) after she was transferred from her place of enshrinement at the Imperial Court in the sixth year of Emperor Sujin 's reign . +Nasori is a musical piece in gagaku . +Ms. Naruko YANAGIHARA ( June 26 , 1859 , to October 16 , 1943 ) was a Naishi no suke ( a court lady of the first rank ) to the Emperor Meiji . +" Gyochukokyo " is a collection of commentaries on the " Kokyo " ( Classic of Filial Piety ) compiled by Genso ( Emperor Xuanzong [ Tang ] ) . +Azuchi Shuron was a religious debate waged between the Jodoshu sect and the Hokkeshu sect ( Nichirenshu sect ) at Jogon-in Temple in the town of Azuchi-jo Castle . +Karasaki-jinja Shrine is a shrine in Otsu City , Shiga Prefecture . +Nagayasu OKABE ( May 8 , 1650 , to Sept . 5 , 1724 ) was the third lord of Kishiwada Domain in Izumi Province . +Imperial Prince Morikuni ( June 27 , 1301- October 3 , 1333 ) was the ninth seii taishogun ( literally , " great general who subdues the barbarians " ) of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) , and he was the last shogun of the Kamakura bakufu . +Gyojin ( year of his birth is not clear - 1412 ? ) was a Buddhist monk cum waka poet in the period of the Northern and Southern courts ( Japan ) to the mid-Muromachi period . +Shoyo TSUBOUCHI ( 坪内 逍遥 , orthographic style : 逍遙 , June 22 , 1859 - February 28 , 1935 ) was a novelist , critic , translator , and playwright in Japan who was active in the Meiji Era . +Nobuchika ODA ( January 26 , 1851 - October 30 , 1927 ) was the 10th lord of Tanba Kaibara Domain , Tanba Province , and Governor of Kaibara Domain . +The Ganghwa Island incident is an armed conflict between Japan and Korea which occurred in the vicinity of Ganghwa Island , Joseon Dynasty on September 20 , 1875 . +Masashige NONOMURA ( year of birth unknown - July 1 , 1582 ? ) was Busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) . +Kichiroku NAKAMURA ( November 21 , 1973 - ) is a Tachiyaku ( alternatively , tateyaku , which is a term used in the Japanese theatrical form Kabuki to refer to a young adult male role , and to an actor who plays this role ) . +Heishiro NARUISHI ( August 12 , 1882 - January 24 , 1911 ) was a socialist . +The Emperor Shomu ( 701 - June 8 , 756 , reign : March 7 , 724 - August 23 , 749 ) was the 45th Emperor in Nara Period . +Emperor Ankan ( 466-January 25 , 536 ) was the 27th Emperor ( whose reign lasted from March 10 , 531 to December 17 , 535 ) . +The term " Mokusho-zen " indicates a method of zazen ( sitting meditation ) in Zen Buddhism . +The Haseo Zoshi is one of the Japanese Emakimono ( a traditional Japanese illustration / painting format developed for a narrative / storytelling purpose , produced in a narrow , horizontal scroll for representing various scenes and stories in a single scroll ) remaining today . +TAIRA no Michimori was a military commander who lived during the late Heian period . +Denbu ( mashed and seasoned fish with white flesh or the mixture of fish with white flesh and shrimp that has been boiled , parched , seasoned and colored with red food coloring ) is a processed food made from fish or livestock meat . +Komyojimura joko shoshi jiken ( " the incident in Komyoji-mura Village in which female factory workers perished by fire " ) refers to the fire that broke out in 1900 in a textile factory in the village of Komyoji-mura ( the present-day city of Ichinomiya ) in Haguri-gun County of Aichi Prefecture and killed 31 female factory workers . +A tsukubai is one of facilities for Japanese traditional gardens and installed in an entry garden to a teahouse . +" Matsue NAKAMURA " is a name which has been used by several Kabuki ( a traditional form of drama and music performed by male actors ) actors . +Ashikamino kamami wakenomiko was a member of the Imperial family that appears in the " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) , and he was the son of YAMATO Takeru no Mikoto . +Located in Sakyo Ward , Kyoto City , Shigureden is a facility for the promotion and exhibition of the Ogura Hyakunin Isshu ( the Ogura Anthology of 100 Poems by 100 Poets ) . +Imperial Princess Shushi ( Yoshiko ) ( December 14 , 1141 - July 27 , 1176 ) was Chugu ( the Empress ) of the Emperor Nijo . +Kagefusa ASAKURA ( year of birth unknown - May 7 , 1505 ) was a busho ( Japanese military commander ) who lived during the beginning of the Sengoku period ( Period of Warring States , Japan ) . +Imperial Prince Shigehito ( 1140 - 1162 ) was one of the Imperial family members during the late Heian period . +Nyobo was a female servant who did domestic matters for people in the Imperial court or a distinguished person in aristocratic circles from the Heian period to around the Edo period . +Homyo ' in Jodo Shinshu is the introduction of oneself showing that he / she is to be a disciple of Shaka or Shkyamuni ( a disciple of the Buddha ) . +Naishi was a kind of female government post in Japan before the Modern era . +Zenran ( 1217-April 1 , 1286 ) was a monk of Jodo shin shu ( True Pure Land Buddhist Sect ) during the mid-Kamakura Period . +The Rokkaku family is a family of court nobles that were established during the Edo Period . +TAJIHI no Hironari ( date of birth unknown - May 22 , 739 ) is a court noble from the Asuka Period through until the Nara Period . +The Umegakoji family was Toshoke and a collateral branch of the Seikanji family line of a collateral branch of the Kajuji family line of the Northern House of the FUJIWARA clan with the court noble family rank of Meike . +Seiryu Gongen ( 清瀧権現 ) , or Seiryo Gongen , is a guardian goddess of Daigo-ji Temple , the grand head temple of the Shingon sect Daigo-ha branch in the Fushimi Ward of Kyoto City . +Sakuramoto-bo Temple is also a ' goji-in ' temple ( guardian temple ) located in Yoshino-cho , Yoshino County , Nara Prefecture , guarding and maintaining Ominesan ( Mt . Omine ) Temple , the extraordinary head temple of the Kinpusen Shugen Honshu sect . +FUJIWARA no Otsugu ( 774 to August 26 , 843 ) was a politician in the Heian period . +Higaki no Ona was a female poet of the mid Heian period ( tenth century ) ; her date of birth and death is unknown . +Namazu-e is a general name for nishiki-e ( multicolored ukiyo-e ( Japanese woodblock prints ) ) with catfish ( namazu , in Japanese ) as its subject published in Japan during the Edo period . +Jonyo ( 乗如 , also written as 乘如 ) was a Buddhist priest of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) in the mid Edo period . +The god of the hearth is enshrined at hearths , irori ( traditional Japanese open hearths ) and other places where fire is used . +Shugodai is an official post that was placed under the Shugo in the Kamakura and Muromachi periods . +TAKAKURA no Tonotsugu ( year of birth and death unknown ) was a government official who lived during the Nara period toward the early Heian period . +FUJIWARA no Yoshifusa ( 804 - October 11 , 872 ) was a court noble , who lived in the early part of the Heian period . +Tokimitsu TOSHIMA ( year of birth and death unknown ) was a samurai during the Kamakura period . +Zosui is made by simmering cooked rice again with meat , fish and shellfish , mushroom and vegetable , seasoned with soy sauce , miso , etc . +Chutaku SASAKI ( 1790 - April 26 , 1846 ) was a rangakusha ( a person who studied Western sciences by means of the Dutch language ) in Edo period . +Motonobu SUZUKI ( 1555 - June 1620 ) was a retainer of the Date clan . +Domoshuzoki is a representative technical book on sake brewing in Japan , which was written in the early Edo period . +The Kiyohara clan was a family ( lineage ) of the Heian period . +Tango dialect is a kind of Japanese dialect that is spoken mainly in an area encompassing Miyazu City , Kyoto Prefecture and Kyotango City , Kyoto Prefecture . +Kuden is a kind of Buddhist altar case called ' Zushi ' to contain a Buddhist object of worship such as a Buddhist statute , an image of patriarch , or the like . +Heian-kyo ( literally " tranquility and peace capital " ) was the old capital of Japan established by Emperor Kanmu in 794 . +Ito-jo Castle was a yamajiro ( a castle built on a mountain to take advantage of the mountain 's topography ) which had been constructed on the west hillside halfway up Mt . Takasu on the boundary between Fukuoka City and Maebaru City , Fukuoka Prefecture , in the Nara period of the eighth century . +The peasants ' uprising of the Shocho era was an uprising that occurred between August and September , 1428 in the Muromachi period . +Kobucha ( Konbucha ) is a beverage prepared by pouring hot water onto thinly sliced / powdered dry konbu ( kelp ) . +Tsunetsugu NAKAMIKADO ( 1258 - date of death is unknown ) was a court noble who lived in the late Kamakura period . +Ujinokaitako no himemiko +NOMI no Sukune is a person who appears in " Nihon Shoki " ( Chronicles of Japan ) . +The term " higan " refers to enlightenment or escape from earthly desires , and refers to the ' other side ' as opposed to the term ' shigan ' ( this side ) which means this world filled with earthly desires and doubt . +Hozo ( 905 - 969 ) was a priest of the Hosso sect during the mid Heian period . +Yura gozen ( year of birth unknown - March 22 , 1159 ) was a woman who lived at the end of the Heian Period . +Minazukibarai is a Noh play . +Fukiwa is a mage ( chignon ) which was tied on the head of Himegimi ( daughter of a person of high rank ) of a samurai since the early Edo period . +Tomoito SUMITOMO ( January 18 , 1865-March 2 , 1926 ) was the fifteenth family head of the Sumitomo family . +Guji ( or Miyazukasa ) is a job grade for chief Shinto priests , who manage all other Shinto priests and miko ( shrine maidens ) . +Mibu Kyogen is a form of pantomime skits performed at the Mibu-dera Temple in Kyoto every year at the time of the Setsubun Festival ( February ) , in April , and October coinciding with the annual cycle of Noh performances . +Fujaku ONOE is a professional name used by a succession of Kabuki actors . +Gokan no ge is gemon , meaning the verses recited before the meal , mainly in the Zen sect of Buddhism . +MICHI no Masuhito ( date of birth and death unknown ) lived during Japan 's Asuka period . +Hotei is originally the name of a legendary Buddhist monk who actually lived in Mingzhou ( now Zhejiang Province , China ) in the late Tang Dynasty period . +Morishige TANI ( March 19 , 1817 - April 6 , 1875 ) was a daimyo ( Japanese feudal lord ) in Edo era . +Tenka bushin was a type of public works projects which the Edo bakufu ( shogunate ) ordered daimyo throughout Japan to perform . +Imayo Satsuma Uta is a Kabuki play written by Onitaro OKA . +Shinden-zukuri is a style of architecture used in aristocratic mansions in the Heian period . +Daisen-in Temple is a sub-temple within the precincts of Daitoku-ji Temple in Kita Ward , Kyoto City , Kyoto Prefecture . +Tamekane KYOGOKU ( 1254 - April 16 , 1332 ) was a late Kamakura-period waka poet . +SOGA no Machi ( male ) was a member of a local ruling family in the Kofun period . +The Kamakurafu was a government office which the Muromachi bakufu ( Japanese feudal government headed by a shogun ) established in the Northern and Southern courts period and the Muromachi period for the purpose of ruling the Kanto region . +Shumon aratame-yaku is one of law enforcement posts set up in the Edo bakufu ( Japanese feudal government headed by a shogun ) and in all the domains . +Motoie JIMYOIN ( 1132-April 7 , 1214 ) was a Court noble from the late Heian period until the early Kamakura period . +MINAMOTO no Yorisue ( year of birth and death unknown ) was a busho ( Japanese military commander ) in the late Heian period . +The O-tsunahiki of O-okuri-jinja Shrine is a tug-of-war festival held in Hioki , Yagi Town , Nantan City , Kyoto Prefecture . +Oban was a type of menu for entertaining guests . +Kamigatamai is a type of Japanese dance that emerged in Kyoto from 1800 , in the middle of the Edo period , to the end of the Edo period . +Tango-Kanzaki Station , located in Yugo , Maizuru City , Kyoto Prefecture , is a stop on the Miyazu Line , which is operated by Kitakinki Tango Railway ( KTR ) . +The term " Northern Court " ( hokucho in Japanese ) describes the Japanese Imperial Court , dynasty , and government that broke off from the Southern Court and was located geographically north of its southern rival at Yoshino . +Ise shu is a personal collection of poems by Ise ( a poet ) , who lived during the Heian period . +Rigen KINOSHITA ( January 1 1886-February 15 1925 ) was a Japanese poet . +Tendai Sect is a sect of Mahayana ( greater vehicle ) Buddhism . +Dashi-maki Tamago is a kind of an omelet ( a Japanese style omelet ) and a dish of fried beaten eggs mixed with dashi broth soup . +The Ushiku Domain was a feudal domain that lay in Kawachi County of Hitachi Province . +Tsunetsugu ICHIJO ( 1358 - December 14 , 1418 ) was a court noble , who held the title of Kanpaku ( chief adviser to the Emperor ) , in the early Muromachi period . +Jingisho ( the Ministry of Divinities ) was a government organization which replaced the old jingikan ( Department of Divinities ) that had existed since the first days of the ritsuryo system , as the agency ruling the religious services and public administration of jingi ( Divinities ) ; it was established on September 22 , 1871 and lasted until April 21 , 1872 . +FUJIWARA no Kuromaro ( year of birth unknown - 810 ) was a retainer of the Imperial Court who lived from the end of the Nara period to the beginning of the Heian period . +Inaba no Shiro Usagi is one of Izumo mythologies . +" Kawachi juningiri " was a murder case occurred in Akasakasuibun Village at the foot of Mt . Kongo in the southwest of Osaka Prefecture . +Fudaraku-tokai is a form of the ascetic practice of sacrifice performed in medieval Japan . +Okesa-go is an unofficial name given to an express bus service that connects Kita Ward , Osaka City in Osaka Prefecture ( Osaka City ) and Chuo Ward , Niigata City in Niigata Prefecture ( Niigata City ) , running through Shimogyo Ward , Kyoto City in Kyoto Prefecture . +A street vendor 's stall ( Yatai in Japanese ) is a simple mobile store . +Kyuden , Kyuhaku and Kyudenpaku were rice paddies and fields that were granted to shokan ( an officer governing shoen manor ) , jito ( estate steward ) , nengu ( land tax ) couriers and handicraftsmen by shoen holders and the Kokuga ( provincial government offices ) during the middle ages in Japan . +Setsuyoshu is a series of Yojishu ( a collection of useful characters ) or Japanese-language dictionary published from the Muromachi period to the early Showa period . +The Obaku sect is a sect of Buddhism in Japan and one of the Zen sects , after the Rinzai and Soto sects . +Saiho-ji Temple is a Rinzai Sect temple located in Matsuo , Nishikyo Ward , Kyoto City . +Nagamasa AZAI ( 浅井 長政 , formerly written as 淺井 長政 ) was a busho ( Japanese military commander during the Sengoku Period [ period of warring states ] in Japan , at the end of the Muromachi Period ) and warring lord in Omi Province . +Hirakawa Temple Site is the site of an ancient temple that has been nationally designated a historic site that is located in Hirakawa Furumiya , Joyo City , Kyoto Prefecture . +Yashiro OZEKI ( 1831 - December 24 , 1865 ) was from Takatori Domain and a biological elder brother of Masajiro OZEKI . +Prince Isonokami ( Also pronounced Isonokami no oji , Isonokami no miko [ date of birth and death unknown ] ) +Torimono are the tools used by miko ( a shrine maiden ) and performers of Kagura , ( sacred music and dancing performed at shrine ) in Shinto rituals and Kagura . +Kama is an equipment used to heat food materials . +Keiun , also known as Kyoun ( born sometime during the 1293-1299 , and died in 1369 ) , was a poet and monk of the Tendai sect who lived in the latter days of Kamakura period into the middle of Japan 's Northern and Southern Court period . +Senmyo is a written document in which emperor 's commands are recorded in a Japanese orthography only with Chinese characters , as compared with Shochoku ( an imperial edict ) written in classical Chinese . +Harufusa KITABATAKE ( February 20 , 1833 - May 2 , 1921 ) is an imperialist in the end of Edo period and a judicial officer in Meiji period . +Ichikishimahime ( or Itsukishimahime ) is a deity of water that appears in Japanese mythology . +Haba is a unit used to measure width of cloth , especially for wafuku ( Japanese traditional clothes ) . +Remarks +Daikaku ( 1297 - May 5 , 1364 ) was a Nichiren sect Buddhist monk during the period of the Northern and Southern Courts . +Surutto KANSAI is the network of the railway cards for the public transport system in Kansai ( Kinki area ) , or the biggest company in its association , which has a head office in Osaka City , Osaka-Prefecture . +Hoitsu SAKAI ( August 1 , 1761 - January 4 , 1829 ) was a painter in the late Edo period . +Takami MOZUME ( July 10 , 1847 - June 23 , 1928 ) was a scholar of Japanese classical literature from Bungo Province . +FUJIWARA no Yoritsugu ( December 17 , 1239 - October 14 , 1256 ) was the fifth Seii Taishogun ( literally , " great general who subdues the barbarians " ) of the Kamakura shogunate . +Gimin is a ringleader of uprising during a famine and the like . +Harumoto HOSOKAWA was both a busho ( Japanese military commander ) and a daimyo ( Japanese feudal lord ) , who lived from the late Muromachi era through to the Sengoku period ( period of warring states ) . +The plan to conquest Silla was a plan for military action in the Korean Peninsula during the Asuka period . +Genyu was a priest of Daian-ji Temple in the Nara period . +Sanmai ( 三昧 , transcription of Samādhi ) means the ultimate state of mental concentration attained through zen , in the case of Buddhism , or through meditation , in the case of Hinduism . +Koge is a gemon taken from the Jodo Hojisan ( Hymns of the Pure Land Ritual ) . +Yamashiro no Kuni , located in Kinai , was one of the administrative province ( Ryoseikoku ) . +Nagaya is a style of collective housing . +FUNYA no Asayasu ( dates of birth and death unknown ) was a Japanese poet of the mid-Heian period . +Ryuketsu is a place which is supposed to be flourishing in Onmyodo ( way of Yin and Yang ; occult divination system based on the Taoist theory of the five elements ) , ancient Taoism , and feng shui . +Kaigen refers to enshrining a Buddha statue or Buddhist painting newly made in a temple or hall to welcome the spirit . +Naorai is an event that is held at the conclusion of a festival at the shrine where everyone who assembled for the Shinto ritual is made to drink sacred sake and eat the sacred food ( a ritual to share drink and food ) . +" Koshitsu " is a series of books authored by Hakuseki ARAI , which analyze ancient Japanese history . +Emperor Junnin ( 733 - November 10 , 765 ) was the forty seventh emperor of Japan ( the period of reign : September 7 , 758 - November 6 , 764 ) . +Chikatomo SHIONOYA ( 塩谷 親朝 , June 15 , 1194 - November 16 , 1250 ) was a busho ( Japanese military commander ) of Shioya County , Shimotsuke Province , in the Kamakura period . +Masayuki KOBORI ( 1583 - October 6 , 1615 ) was a Japanese military commander who lived during the early Edo period . +Rinzo means a type of sutra warehouse that is built within a Buddhist temple . +Shozo KITAKAZE ( March 20 , 1834 - December 5 , 1895 ) was a Japanese merchant from the end of the Edo period to the Meiji period . +Located in Kasagi-cho , Soraku-gun , Kyoto Prefecture , Kasagi Station is a stop on the Kansai Main Line , which is operated by the West Japan Railway Company ( JR West ) . +Ryonyo ( January 27 , 1613 - October 18 , 1662 ) was a Jodo Shinshu ( the True Pure Land Sect of Buddhism ) priest in the early Edo period . +Suetada MIZUHAI ( years of birth and death unknown ) , who lived in the late Heian period , was a Shinto priest of Hiraoka-jinja Shrine , the Ichinomiya ( shrine with the highest ranking in the area ) of Kawachi Province . +Zenzai refers to stewed red beans sweetened with sugar that are served in a bowl with mochi ( sticky rice cake ) , shiratama dango ( dumplings made of sticky rice flour called shiratamako ) , and chestnuts stewed in sugar . +Tadakata ANEGAKOJI ( 1241 - January 19 , 1283 ) was a Court noble who lived during the mid Kamakura period . +Jinmu Tenno Sokui Kigen ( Imperial era ) is a Japanese way of counting years , the first year being that of accession of Emperor Jinmu , the first emperor , to the throne . +" Shinsenzai Wakashu " ( New Collection of Japanese Poetry of a Thousand Years ) is one of the chokusen wakashu ( anthology of Japanese poetry compiled by Imperial command ) . +A taimenjo was a place provided in samurai residences since the Muromachi period , and was used during the meeting ceremony between master and servant . +Oshu Gosannen Ki ( A Chronicle of the Later Three Years War in Oshu ) describes the war which was called ' Gosannen no Eki ' ( The Later Three Years War ) or ' MINAMOTO no Yoshiie war ' that occurred from 1083 ( latter part of the Heian period ) to 1088 in the Mutsu and Dewa provinces . +Shinyakushi-ji Temple is a Buddhist temple of Kegon sect in Fukui-cho , Takabatake , Nara City . +Garan ( 伽藍 ) means a purified place where Buddhist monks gather and practice the religion , but eventually the term came to mean Buddhist temple or the group of buildings that forms the heart of a temple . +KOMA no Shoun ( year of birth and death unknown ) was a priest in the Nara period . +Yoshikatsu ASHIKAGA was the seventh seii taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Nishiyama-kofun Tumulus is a tumulus in Somanouchi Town , Tenri City , Nara Prefecture , and designated as the national historic site . +The Nigatsu-sodo refers to the incident that took place in March , 1272 ( February , 1272 in old lunar calendar ) in the Kamakura period . +Rakuin is an illegitimate child who is not recognized by his or her father as his child . +Ju-kyo is a system of thought and religious belief founded by Koshi ( Confucius ) . +Fushimi-ko was a port categorized as a river port that once existed in Fushimi Ward , Kyoto City , Kyoto Prefecture . +Hikofutsuoshinomakoto no mikoto ( 彦太忍信命 : year of birth and death unknown ) was a member of Imperial family ( Royal family ) , who appears in the " Kojiki " ( The Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) . +The Higo-koryu old school is one of the schools of tea ceremony passed on in the Kumamoto Domain . +Honen Shonin Nijugo reijo ( 25 sacred ground of Honen Shonin ) is circuit pilgrimage to 25 temples which are related to Honen Shonin , the founder of the Pure Land sect . +Imperial Prince Yoshiakira ( 904 - May 12 , 937 ) was a member of the Imperial family during the Heian period . +Ujiyasu OTOMO ( 1321-1362 ) was a military commander over the latter half of the Kamakura Period and the period of the Northern and Southern Courts ( Japan ) . +The Rebellion of TACHIBANA no Naramaro was a coup that occurred during the Nara period . +Fusako TOKUDAIJI ( 1481 - April 8 , 1566 ) was a Kita no Mandokoro ( legal wife of regent or chief adviser to the Emperor ) of Hisamichi KONOE , who was a Kanpaku ( chief adviser to the Emperor ) during the Sengoku Period ( Period of Warring States ) . +Mochinori ISSHIKI ( dates of birth and death unknown ) is a samurai ( warrior ) during the Muromachi period . +Karafuto Agency ( Karafuto-Cho ) was a regional administrative agency , which controlled Karafuto under Japanese possession . +Outline of the University +Motonobu TAKEDA ( 1455-January 10 , 1522 ) was the fifth head of the Wakasa-Takeda clan of the Takeda clan . +Tomijuro NAKAMURA V ( June 4 , 1929 - ) is a kabuki actor . +Kankyo no Tomo is a collection of Buddhist tales written in kana in the early Kamakura period . +Suketsugu KUJO ( October 28 , 1784 - March 6 , 1807 ) was a Court noble who lived during the late Edo period . +Suijin ( or Mizugami ) is the generic term for the gods relating to water ( mainly fresh water ) . +Kamukushi no miko ( 神櫛王 : year of birth and death unknown ) was a member of Japanese Imperial family ( Royal family ) , who appears in the " Kojiki " ( The Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) . +" Mizukagami " ( Water Mirror ) is a historical tale . +Mitsumoto HOSOKAWA ( 1378 - November 15 , 1425 ) was a Kanrei ( shogunal deputy ) lived in the early Muromachi period . +The Hankyu Arashiyama Line ( Hankyu Arashiyama-sen ) is a railway of Hankyu Corporation that connects from Katsura Station located in Saikyo Ward , Kyoto City , Kyoto Prefecture , to Arashiyama Station ( Hankyu ) . +Benzo TAKIGAWA ( 1851-1925 ) was a Japanese entrepreneur , politician , and a heavyweight of the business world in Kobe City . +The term ' goshugi ' is also used , with ' go ' being an honorific prefix . +MINAMOTO no Munetsuna ( date of birth unknown - June 20 , 1180 ) was a busho ( Japanese military commander ) from Settsu-Genji ( the Minamoto clan of Settsu Province ) and active during the end of the Heian period . +Sanjiro ( 三二郎 ) YANAGIDA ( year of birth and death unknown ) was a member of Mibu-Roshigumi ( Mibu masterless warriors group ) as well as a member of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +Hanawachigai is a type of wachigai-mon ( emblem with geometric design ) , which is a Japanese family crest . +Nikki no Ie ( Houses with Diaries ) is a nickname used to describe noble houses whose members kept diaries recording events relating to their families , and who passed these diaries down from generation to generation . +Fusasada KOIDE ( March 31 , 1684 - December 18 , 1744 ) was the fourth feudal lord of Sonobe Domain in Tanba Province . +Jogu Shotoku Hooteisetsu is said to be the oldest existing biography of what was called Prince Shotoku , who was a regent of Emperor Suiko . +Kanehide HIROHASHI ( 1506-September 17 , 1567 ) was a kuge ( court noble ) during the Sengoku period ( period of warring states ) . +Minami no tsubone ( c.1566 - the year of death unknown ) was a daughter of Toyokuni YAMANA , the lord of Tottori-jo Castle . +Mt . Ibuki ( Ibuki yama or Ibuki san , ) is 1,377.3 meters high and the dominant peak in the Ibuki mountain range located in the border between Shige and Gifu Prefecture . +Imperial Prince Oshikuma ( Oshikuma no Miko ; his date of birth was unknown , the date of his death was in March of 201 . ) first appeared in the " Kojiki " ( The Records of Ancient Matters ) and the " Nihonshoki " ( Chronicles of Japan ) as an Imperial family ( royal family ) during the Kofun period ( tumulus period ) in Japan . +Kyujin ( upper class retainers ) +Kainokuchi knot means a kind of the methods of tying an obi ( sash ) . +The Matsunaga clan was a warlord group in Yamato-no-kuni . +Agemaki is the name of one of the fifty-four chapters of " Genji Monogatari . " +MINAMOTO no Yorihiro ( year of birth and death unknown ) is a samurai and government official ( lower or middle ranked ) in the mid Heian period . +In this article , we describe the history of capitals and their changes in Japan . +Takezumi KIKUCHI ( year of birth unknown - July 27 , 1356 ) is a busho ( Japanese military commander ) from the end of Kamakura period into the period of the Northern and Southern Courts ( Japan ) . +This section , " Taxis in Japan " describes the conditions and situations of taxis in Japan . +Mototada HIRATA ( 1580-July 23 , 1660 ) was a government official from a Jige-ke ( courtiers who are not allowed into the Emperor 's living quarters ) family from the Azuchi-Momoyama period through the early Edo period . +Yoshihisa WASHIO ( year of birth unknown - May 17 , 1189 ? ) is a samurai who lived toward the end of the Heian period . +Zasu +Chipped stone tool is a stone tool made with smashed stone without giving a polish . +IFUKUBE no Tokotarihime / IFUKIBE no Tokotarihime ( year of birth unknown - July 26 , 708 ) was a female family member of the Ifukube clan , a local ruling family of Inaba Province from the Asuka Period +The term " Kamon " refers to a crest used in Japan to indicate one 's origins ; that is , one 's family lineage , blood line , ancestry and status from ancient times . +Joben ( date of birth unknown - around 1356 ? ) was a poet and a Tendai sect monk who lived during the Kamakura period . +The Daini-Keihan-Doro Bypass is a bypass of the general National Highway Road No. 1 , which extends from Fushimi Ward in Kyoto City , Kyoto Prefecture , to Kadoma City in Osaka Prefecture . +Orie NOMI ( February 19 , 1822 - July 24 , 1906 ) was a patriot of Choshu clan . +Nara Kitamachi is the area which refers to the old urban district to the north of Naramachi in Nara City , Nara Prefecture . +The murals in the Kondo of Horyu-ji Temple are Buddhist paintings around the late seventh century , which were painted on the walls of the Kondo of the Horyu-ji Temple in Ikaruga Town , Nara Prefecture . +Hanbatsu ( domain clique ) is a critical designation for the group of people from the former domains in southwest Japan ( the domains of Satsuma , Choshu , Tosa and Hizen ; they were so-called , Sacchodohi ) , who occupied important posts in the Japanese government from the Meiji to the Taisho period . +Ko-zoku Gunjin refer to the members of the imperial family who became general officers of the Imperial Japanese Army or Imperial Japanese Navy . +Soboku ( date unknown-November 6 , 1545 ) was a Renga ( poem composed of lines linked in idea but written by two or more people ) master of the Sengoku period ( Period of Warring States ) ( Japan ) . +Minnan Eisai ( also pronounced Yosai ) was also called Yojobo , and his shi ( a posthumous name ) was Senkokokushi . +Grilled eggplant is one of the popular recipes for cooking eggplants in Japan . +Arima no miko ( 640 - December 13 , 658 ) was a prince of Emperor Kotoku . +Ryushu-shutaku ( 1308 - October 17 , 1388 ) was a Buddhist priest of the Rinzai Sect in the period of the Northern and Southern Courts ( in Japan ) . +Kagenori UENO ( January 8 , 1845 - April 11 , 1888 ) was a Japanese diplomat . +Emperor Goshirakawa ( October 18 , 1127 - April 26 , 1192 ) , his reign was from August 23 , 1155 to September 5 , 1158 , he was the seventy seventh Emperor in the late Heian Period . +SOGA no Emishi was an aristocrat and highest officer politician in the Asuka period , who committed suicide in the so-called Isshi no hen ( the Murder in the Year of Isshi ) led by Prince Naka no Oe no Oji ( later the Emperor Tenchi ) , FUJIWARA no Kamatari , SOGANOKURA-YAMADA no Ishikawamaro , and others . +The Chigusa family is a Japanese clan . +Kyoto Gakuren Jiken ( Kyoto Affair of the Student Federation ) was a suppression incident occurring on and after December 1925 against the left wing student movement in the Kyoto Imperial University and so forth . +Unzusho is a book on rites that was written in the late Heian period . +Utsuroi-giku refers to the variety of white chrysanthemum whose petals begin to be tinged with purple from their edges around late autumn . +Menreiki is one of Japanese specters that is introduced in " Hyakki Tsurezure Bukuro " ( One hundred bags in idleness ) which is a collection of specters illustrations by Sekien TORIYAMA , and it is a specter of Gigaku-men Mask ( masks for Gigaku , an ancient masked drama ) . +TAIMA no Kunimi ( or TAGIMA no Kunimi , date of birth and death unknown ) was a figure in the Asuka period . +Imperial Princess Ekishi ( 1262 - December 20 , 1294 ) was nyoin ( a close female relative of the Emperor or a woman of comparable standing ) of the Imperial Family during the Kamakura period . +Hobodai-in Temple is a temple located in Toji-cho , Kujo , in Minami Ward , Kyoto City . +Masamoto KUSUNOKI ( Date of birth unknown - 1392 ) was a busho ( Japanese military commander ) in Muromachi period . +Kaii HIGASHIYAMA ( male , July 8 , 1908 - May 6 , 1999 ) was a Japanese painter . +The term " Magaibutsu " refers to Buddha statues which were carved into the natural rock face or bare rock or the rock scattered on mountains including an alcove of rock face . +Motomichi MATSUDA ( year of birth unknown - July 17 , 1531 ) was a busho ( a Japanese military commander ) . +Kyoto Jukan Jidoshado Expressway , which is approximately 100 km long , is an arterial high-standard highway ( National Highway 478 ) extending from Kumiyama Town , Kuse-gun , Kyoto Prefecture to Miyazu City , Kyoto Prefecture . +Fushimi-jo Castle was a castle in what is now Fushimi Ward , Kyoto City . +HEGURI no Matori ( year of birth unknown ) was a minister in the reigns of Emperor Yuryaku , Emperor Seinei , Emperor Kenzo and Emperor Ninken . +Naomitsu YUKI ( 1330 - 1395 February 7 ) is a busho ( Japanese military commander ) from the period of Northern and Southern Courts ( Japan ) to the beginning of Muromachi period . +Masayori ROKKAKU ( dates of birth and death unknown ) lived in the latter half of the Muromachi period . +Iohara no kuni miyatsuko ( 廬原国造 ) , also known as Iohara kokuzo , was a kuni no miyatsuko that ruled the west part of Suruga Province . +Karo was the highest post available for the retainers of a samurai family , and more than one person occupied the post to consult with and assist the master with political and economical affairs . +The Battle at Makishima-jo Castle refers to the battle which occurred between Nobunaga ODA 's army and Yoshiaki ASHIKAGA 's army from April ( March in old lunar calendar ) to August ( July in old lunar calendar ) in 1573 . +Soybean flour is cereal flour made from soybeans that are roasted , peeled and ground . +Shohaku NIWA ( 1691 - May 12 , 1756 ) was a notable scholar of herbalism in mid Edo period . +Okadakuni-jinja Shrine is a Shinto shrine located in Kizugawa City , Kyoto Prefecture ( formerly Kizu-cho , Soraku-gun County ) . +MINAMOTO no Nakaie ( year of birth unknown - June 27 , 1180 ) was a busho ( Japanese military commander ) of the late Heian Period . +Kami-Kawaguchi Station , located at 12-2 Koaza Ishigori , Kamioda , Oaza Musochi , Fukuchiyama City , Kyoto Prefecture , is a stop on the Sanin Main Line , which is operated by the West Japan Railway Company ( JR West ) . +Fuku-in Temple , located at Takahata , Nara City in Nara Prefecture , is the temple of Shingon Ritsu sect of Buddhism . +Onusa is one of the instruments used for purification at religious services of Shinto . +Noritsugu NANBATA ( year of birth and death unknown ) was a Busho ( Japanese military commander ) of Musashi Province from the Sengoku period ( period of warring states ) to the Azuchi-Momoyama period . +Seiwa-in Temple is a Chizan School of the Shingon Sect temple located in Kamigyo Ward , Kyoto City +Makino Geinosha ( established June 1946 - dissolved October 1948 ) was a performing art office located in Kyoto . +A term " Shitsuji " generally means a person who oversees a clerical job , and in the case of prestigious families or temples / shrines , it means a person who presides over household affairs or administration . +The term " Ungaikyo " is a type of a Japanese ghost , that metamorphizes from a peculiar mirror after the passing of many long years . +The Konparu school ( in the original meaning of its Chinese characters , " golden spring " ) is one of the schools of Noh . +FUJIWARA no Yukinari ( Kozei ) ( 972 - January 9 , 1028 ) was a courtier of the mid-Heian period and also known as a Noshoka ( calligrapher ) . +Yoshikane KASHIWAGI was a busho ( Japanese military commander ) in the late Heian period . +The Ichimai Kishomon is a will left by Honen on February 27 , 1212 just prior to his death . +" Gakumongenryu " is a history book of the study of Chinese classics written by Shiso NABA ( Rodo NABA , NABA is also pronounced NAWA ) in the middle of the Edo Period . +Kukurio no hakama is a general term for hakama ( a type of traditional Japanese clothing ) whose hem is tied . +Kazanin was a residence that was located in Sancho , Shibo , Ichijo , Sakyo ( present Kyoto Gyoen ) in Heian-kyo City . +Kagetsuan-ryu school is a school of Senchado established by Kakuo TANAKA at the end of the Edo period . +FUJIWARA no Kiyokado ( year of birth and death unknown ) was a lower-ranking government official during the mid Heian period . +Utahashi ( dates of birth and death unknown ) , a woman from the late Edo period to the late shogunate period , was the wet nurse of Iesada TOKUGAWA , the 13th seii taishogun ( literally , " great general who subdues the barbarians " ) . +Tanzan-jinja Shrine is a shrine located in Mt . Tonomine , Sakurai City , Nara Prefecture . +Ariyoshi TAKEDA ( year of birth unknown - 1200 ? ) was a busho ( Japanese military commander ) who existed from the end of Heian period to the early Kamakura period . +Chikatsuna KANAMARI ( c.1526-August 2 , 1580 ) was a busho ( Japanese military commander ) in the Sengoku Period ( period of warring states ) . +Myoken-ji Temple is a Daihonzan ( head temple ) of the Nichiren Sect located in Kamigyo Ward , Kyoto City , Kyoto Prefecture . +Kyoto Normal School ( teacher 's training school ) was established in Kyoto Prefecture , during World War Ⅱ in 1943 . +Miyazu-hime ( Princess Miyazu ) was a Japanese mythology figure who was a daughter of Otoyo no Mikoto of Owari no kuni no Miyakko ( governor of Owari Province before the ritsuryo system [ a system of centralized government based on the ritsuryo code ] ) . +Yuhitsu is a civil officer who worked as a secretary of samurai family in the medieval and modern times . +Sanjusangen-do Temple is a Buddhist temple located in the Higashiyama Ward of Kyoto City . +Kuwata-gun was a county existed in Tanba Province in Kyoto Prefecture . +Kujaku Myoo is an object of worship in Buddhism and one of the Myoo ( king of wisdom ) having venerable status specific to Mikkyo ( Esoteric Buddhism ) . +The Shijo School of the Way of the Kitchen Knife ( " Shijoryu-Hochodo " in Japanese ) is a school of Japanese cuisine which is said to have originated in the Heian period . +Yayoi period is one of periodizations in the Japanese Archipelago excluding Hokkaido and Okinawa Islands . +Tamemoto KATAGIRI ( 1611 to June 25 , 1654 ) was the third lord of Tatsuta Domain in Yamato Province . +" Tekagami " is a collection of dankan ( fragmentary pieces of a writing ) written in kohitsu ( ancient calligraphy ) , which are stuck on a folding book made from thick papers . +Donei Eio ( 1424 - 1504 ) was a priest of the Soto sect in the Muromachi period . +Fumyo means a form of collecting tax or a contractor for collecting tax under the system of the dynasty state which began sometime around the Heian period of Japan . +Fujiwara no Tasuku ( 799 - July 8 , 853 ) was a Kugyo ( a top court official ) during the early Heian period . +Enshrined deities : Takemikazuchi-no-mikoto , Futsunushi-no-kami ( Futsunushi-no-mikoto ) , Amenokoyane-no-mikoto , and Hime-no-kami +The Fukuchiyama City Local Voluntary Operation Bus service is operated by Fukuchiyama City ( Kyoto Prefecture ) as a replacement for the discontinued regular bus route ( No. 80 Route ) . +Sanekata TOKUDAIJI ( January 10 , 1791- December 15 , 1858 ) was Kugyo ( the top court officials ) in the latter part of the Edo period . +Gradual discharge matchlock is a gun with a type of matchlock explosion mechanism , ' gradual discharge . ' +Ujibashi Danpi Monument is a stone plate on which the origin of the Uji-bashi bridge is described , located at Hashi-dera Hojoin Temple in Uji City , Kyoto Prefecture . +Inabanokuni no Miyatsuko Kiyonari no Musume ( born unknown and passed away on October 15 , 796 ) was a person from the Nara period to the Heian period . +Kengyo ( one of the officers governing Shoen manor ) is the highest title of official rank for blind officers during the middle and early modern ages . +Gyoga ( 729 - March 4 , 803 ) was a Buddhist priest in the Nara period . +Hoei tsuho is a kind of coin minted in Edo period , which was issued in 1708 . +The term Ichiban-yari refers to a warrior or group of warriors who engaged in combat using a spear . +In general , the ' Kofun period ' ( tumulus period ) refers to the period ranging from the middle of the third century to the later part of the seventh century , approximately 400 years . +The Heguri clan is said to be a descendant of TAKENOUCHI no Sukune and one of the ancient powerful local clans based in Heguri no go , Heguri County in Yamato Province ( present Heguri Town , Ikoma County , Nara Prefecture ) . +Jingumichi is a street running south-north through Kyoto City . +As propagated by Onmyodo ( the traditions of Yin-Yang divination and astronomy ) , a person is believed to suffer misfortunes during their age of calamity . +Otani mausoleum is a graveyard in Higashiyama Ward , Kyoto City , Kyoto Prefecture where the grave of Shinran , the founder of the Jodo Shinshu ( the True Pure Land Sect of Buddhism ) is located . +Akitomo ANEGAKOJI ( 1212 - October 19 , 1266 ) was a Court noble who lived during the mid Kamakura period . +KAMO no Emishi ( year of birth unknown – June 7 , 695 ? ) was from the Asuka period . +Tomonojo OSHIMA ( July 27 , 1826-August 9 , 1882 ) was a samurai warrior , a feudal retainer and a diplomat of the Tsushimafuchu clan . +Tanakura Station , located in Satoyashiki , Hirao , Yamashiro-cho , Kizu City in Kyoto Prefecture , is a stop on the Nara Line of West Japan Railway Company ( JR West ) . +Keicho Koban had been issued since 1601 , during the early period of the Edo period , and was currency by table having one Ryo value per one Koban . +Kyoto Ryozen Gokoku-jinja Shrine is a Shinto shrine located in Higashiyama Ward , Kyoto City , Kyoto Prefecture . +OE no Chikahiro ( birth year-unknown to January 24 , 1242 ) was a busho ( Japanese military commander ) who lived in the early Kamakura period . +Zomyo ( 843 - December 12 , 927 ) was a Tendai Sect Buddhist monk who lived during the first part of the Heian period . +Boncho NOZAWA ( 1640 - 1714 ) was a haikai poet in the early Edo period . +Aisho refers to the compatibility of qualities and characters between two or more people . +TSUKASA Tayu , whose real name was Yukie NAKAGAWA , was Shimabara Tayu ( a high ranking courtesan of Shimabara District of Kyoto ) . +Naganuma affair is a case of Naganuma disposal over concession of Naganuma which occurred in Naganuma village , Inba Prefecture ( present-day Naganuma , Narita City , Chiba Prefecture ) . +FUJIWARA no Kinnori ( year of birth and death unknown ) was a court noble during the late Heian period . +Nishioji-oike Station , located in the Nakagyo ward of Kyoto City , Kyoto Prefecture , is a stop on the Tozai Line of the Kyoto Municipal Subway . +FUJIWARA no Ienari ( 1107 - July 11 , 1154 ) was a court noble in the end of Heian Period . +Ietsune ICHIJO ( December 22 , 1248 - January 8 , 1294 ) was a Kugyo ( high court noble ) during the Kamakura period . +The Tobaku movement refers to the political movement at the end of the Edo period , which aimed to overthrow Edo Bakufu as well as the political power structure . +Hanke ( a kind of family status of the Court nobles ) is a classification term for the court noble class established subsequent to the Kamakura period being the lowest-ranked family in social standing among Tosho-ke ( high court nobility allowed to enter the Imperial Palace ) . +A hocho was a headman of goho ( the end administrative organization obliged to prevent crime and pay tax jointly ) established under the ritsuryo system ( a system of centralized government based on the ritsuryo code [ historical law system ] ) in the ancient Japan . +Mototsuna GOTO ( 1181 - December 16 , 1256 ) was a samurai ( warrior ) in the early Kamakura period . +The World Brick Museum is a museum in Maizuru City , Kyoto Prefecture that collects and exhibits bricks to show a wide variety of their features . +Konden means a newly developed rice field in the Ritsuryo period of Japan . +Oshikai or oshigai describes an act of purchase by force in a market place without an agreement between the seller and the buyer . +Dochu Shohatto , also referred to as Dochu Jomoku , is traffic regulation issued by the Edo bakufu to people of specific status , such as daimyo ( Japanese feudal lord ) , Court nobles and officials of the bakufu . +Sadanaga MAKINO ( December 26 , 1733 - October 30 , 1796 ) was a daimyo ( Japanese feudal lord ) and politician during the mid Edo period . +The house of minister was one of the kakaku ( family status ) of kuge ( court noble ) and it was kakaku after Sekke ( line of regents and advisers ) and the Seiga family ( one of the highest court noble families in Japan at that time ) . +Shunkoin ( 1747- November 29 , 1811 ) was a concubine of the eighth load of the Satsuma Domain , Shigehide SHIMAZU . +Genin denotes domestically subordinative people in pre-modern society . +The word bodaiji originally referred to Buddhist temples that were established to pray for souls in the afterlife but it also refers to a temple housing the graves of successive generations of a family . +Kyuso is a specter in Japan which has the form of a mouse and is said to have lived for hundreds and thousands of years by undergoing transformation . +Shokan was the general name of an officer governing Japanese shoen ( manor ) entrusted by the lord of the manor . +" The Zoku Kojidan " is a collection of narratives complied during the early Kamakura period . +Kanshi is an authority or a government official in ancient Japan . +Kyotanba-cho is a town located in Funai-gun , central Kyoto Prefecture . +Kaichoon is the collection of translated poems that Bin UEDA published through Hongo Shoin in October , 1905 . +Genju KEIAN ( 1427-July 8 , 1508 ) was a priest of the Rinzai sect of Buddhism in Japan , who formed the Satsunan School ( school of Neo-Confucian in Satsuma ) . +Kanjin was work done by Buddhist monks in connection with missionary activities intended to bring relief to people . +Sadamasa TOKI ( 1551 - April 19 , 1597 ) was a busho ( Japanese military commander ) ( feudal lord ) who lived from the Sengoku period to Azuchi Momoyama period . +FUJIWARA no Toshiyuki ( year of birth unknown - 907 ) was a Kajin ( a waka poet ) and Shoka ( a calligraphy artist ) who lived in the early Heian period . +The term keidai refers to the grounds of a Shinto shrine or Buddhist temple . +Uneme was a maid-in-waiting who attended to the emperor or empress in the Imperial Court to exclusively take care of the emperor or empress including meals . +Yasu no kuninomiyatsuko ( Yasu kokuzo ) was the Kuninomiyatsuko ( kokuzo : the head of a local government ) who governed the eastern part of Omi Province ( the east coast of Lake Biwa ) . +Bu is a unit of length under the shakkanho ( old Japanese system of weights and measures ) . +Tenshin-han is a Chinese-style dish originating in Japan . +Saitansai ( a Shinto ritual to mark the beginning of New Year followed by a special sharing of sake ( rice wine ) in the barrel and a mochi ( rice cake ) pounding ceremony ) is one of the holidays designated by the Koshitsu Saishi Rei ( Imperial household religious rites ordinance ) as a festal day , which were celebrated before World War II . +Muneharu YABE ( 1469-1489 ? ) was a Samurai of Inaba Province at the end of the Muromachi period . +Tsunetada NAKAMIKADO ( 1233 - February 19 , 1297 ) was a court noble ( Junii ( Junior Second Rank ) , Gon Dainagon ( provisional chief councilor of state ) and Dazai Gon no Sochi ( Provisional Governor-General of the Dazai-fu offices ) ) who lived in the middle of Kamakura period . +Tadakatsu FUKUSHIMA ( 1598-October 9 , 1620 ) was a tozama daimyo ( nonhereditary feudal lord ) in the Edo period . +Nagi is the Japanese word that indicates the state of flat and stable condition and it is also an archaic word . +Kyoto International Conference Center is an international conference hall located in Takaragaike , Sakyo Ward , Kyoto City . +MINAMOTO no Yoshitsune ( 源義経 , or 源 義經 ) is a busho ( Japanese military commander ) of Kawachi-Genji ( Minamoto clan ) in the late Heian period . +FUJIWARA no Shigeie ( 977 - year of death unknown ) was a courtier in the mid Heian period . +Makino Educational Films ( established in June 1921 , reorganized in 1924 ) is a Japanese movie company that once existed . +Azuchi Town is located on the east bank of Lake Biwa in the east part of Shiga Prefecture . +Kanemoto TAKATSUKASA ( 鷹司 兼基 , 1185 - year of death unknown ) was a Kugyo ( high court noble ) in the early Kamakura period . +Hyoro Bugyo or Konida Bugyo refers to a bugyo ( magistrate ) who was in charge of the transportation of provisions ( konida ) during marches and battles during the Sengoku period ( period of Warring States ) in Japan . +Kuwai ( arrowhead tubers or Sagittaria trifolia ) are perennial aquatic herbs in the Alismataceae ( water plantain ) family and are also called ' tagusa ' , ' enbi-kusa ' or ' kuwae . ' +Kobudo is a generic name which refers to the systematized Japanese traditional martial arts to fight without arms or with arms like dull weapons , cutting tools , firearms , and so on ( kobudo is sometimes called koryubujutsu , kobujutsu , etc. which have almost the same meaning as kobudo ) . +ARIWARA no Shigeharu ( dates of birth and death unknown ) was a poet who lived during the first half of the Heian Period . +Tsunefusa YOSHIDA ( 1142 - April 3 , 1200 ) was a court noble who lived from the end of the Heian period to the early Kamakura period . +The Kurama Line is a railway line operated by Eizan Electric Railway that connects Takaragaike Station ( Sakyo Ward , Kyoto City , Kyoto Prefecture ) to Kurama Station . +Housai ( years of birth and death unknown ) was a priest of Tang ( ancient China ) in the Nara period . +Aratama ' ( also referred to as ' Aramitama ' ) and ' Niki ( gi ) tama ' ( also referred to as ' Niki ( gi ) mitama ' ) are concepts used by Shinto to express two different aspects of spirits and souls of gods . +Emperor Gomomozono ( August 5 , 1758 - December 6 , 1779 ) was the hundred eighteenth Emperor during the Edo period . ( his reign was from May 23 , 1770 to December 16 , 1779 . ) +Ebi-imo ( literally , shrimp potato ) is a sort of taro . +University +Reishi OINOMIKADO ( also known as FUJIWARA no Reishi and Empress Reishi , 1185 - November 8 , 1243 ) was a chugu of Emperor Tsuchimikado during the Kamakura period . +Kikokusenkin refers to one of the economic thoughts during the Edo period , which respected rice and abhorred money . +Gagaku is one of the traditional forms of music in Japan , China , the Korean Peninsula and Vietnam . +Yakata-bune is a kind of Japanese boat and is a roofed ship with zashiki ( tatami room ) for use in festivals and enjoying food on a ship . +Mitsumune IGA ( 1178 - February 10 , 1257 ) was a Japanese military commander who lived during the early Kamakura period . +The Kyoto Prefectural Insho-Domoto Museum of Fine Arts is an art museum in Kita Ward , Kyoto City . +Hibasuhime no mikoto was a member of the Imperial family , who appears in the legend ( " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki ( Chronicles of Japan ) ) . +The Tale of Genji Emaki is a picture scroll depicting the subject matter of The Tale of Genji . +MINAMOTO no Toshiyori ( 1055-January 29 , 1129 ) was a official and poet of the late Heian period . +The Kyoto 13 Buddha Sacred Sites Pilgrimage is a pilgrimage consisting of 13 temples in Kyoto city . +Fu +Yoshitaka HATAKEYAMA ( ? - July 27 , 1532 ) was a provincial constable in Kawachi Province and Yamashiro Province , and also a Muromachi bakufu kanrei ( shogunal deputy for the Muromachi bakufu ) . +MINO no Obayashi was a person of the Nara period . +Seven Great Temples of Nanto are the seven major temples that existed in Heijo-kyo ( Nanto , Nara ) and its surrounding areas in the Nara period and were protected by the Imperial Court . +Kanjo-kumigashira is a bureaucratic post in the Edo shogunate . +Bunyu NANJO ( July 1 , 1849 - November 9 , 1927 ) was a Japanese Buddhist scholar and religionist who was active during the time from the Meiji period to the Taisho period . +FUJIWARA no Kamatari ( 614 - November 17 , 669 ) was a statesman who lived in the Asuka period and the earliest ancestor of the Fujiwara clan . +Enrian Temple is a nunnery temple of the Tenryuji School of the Rinzai Sect located in Ukyo Ward , Kyoto City , Kyoto Prefecture . +Rokunojo UTSUGI ( 1809 - December 27 , 1862 ) is a feudal retainer of Hikone Domain in the end of Edo Period . +Empress Kogyoku ( 594 - August24 , 661 ) was the thirty-fifth Emperor of Japan ( reign : February 19 , 642 - July 12 , 645 ) . +Tadachika UENO ( 1684 - June 18 , 1755 ) was a feudal retainer of Tottori Domain of the middle of the Edo period . +Baijaku NAKAMURA is a Kabuki theater actor and a bassist . +The Eulsa Treaty ( Dai-niji Nikkan Kyoyaku [ Second Japan-Korean Treaty ] ) is an agreement concluded between the Empire of Japan and the Korean Empire on November 17 , 1905 , after the Russo-Japanese War ended . +Tomiko ICHIJO ( February 27 , 1743-January 9 , 1796 ) was the Empress Dowager during the middle of the Edo period . +Miki NAKAYAMA ( June 2 , 1798 to February 18 , 1887 ) was a Japanese religious leader ( the founder of the Tenrikyo-sect ) . +MINAMOTO no Nagasue ( year of birth and death unknown ) was a bureaucrat in the late Heian Period . +Oshimodoshi is one of the scenes as well as one of " aragoto " ( dynamic performance or a role of kabuki , featuring exaggerated posture , makeup , and costume ) . +Shuni-e refers to one of hoe ( Buddhist mass ) conducted in Japanese Buddhist temples , which is also called Shunigatsu-e . +Jizo Bosatsu ( d kSiti gharbha in Sanskrit ) is one of the venerable entities of Bosatsu , which is worshipped in Buddhism . +A " yamakasa " refers to a ceremonial implement used in shrine festivals , the form of which is similar to that of a mikoshi ( portable shrine carried in festivals ) or a dashi ( float ) . +Sanetsugu SAIONJI ( January 5 , 1778 - January 12 , 1787 ) was Kugyo ( a Court Noble ) in the late Edo period . +The Oei rebellion , which broke out in the sixth year of the Oei era ( 1399 ) during the Muromachi period , was a revolt against the Muromachi bakufu ( Japanese feudal government headed by a shogun ) led by the shugo daimyo ( feudal lord ) Yoshihiro OUCHI , in which he occupied the city of Sakai ( modern-day Osaka ) which was eventually brought to ruin . +The Japanese word " taikodai " can be used to refer to either of the following . +Takaragaike-dori Street is a primary street running east-west through Kyoto City . +Oni was a system of conferring a rank above a certain court rank to the descendants of high officials , according to the court ranks those high officials , the descendants ' forefathers , had under the system of the Ritsuryo codes in Japan . +The Heian period denotes a period of Japanese history spanning roughly 390 years , from 794 when Emperor Kanmu moved the capital to Heian Kyo ( ancient Kyoto ) to the establishment of the Kamakura Bakufu ( Japanese feudal government headed by a shogun ) in 1185 . +Shunzo MOMONOI ( 1825 - December 3 , 1885 ) was a swordsman at the end of Edo period . +Gyoken ( year of his birth and death is not clear ) was a Buddhist monk cum waka poet in the Muromachi period . +Uji Shui Monogatari is a collection of setsuwa monogatari ( narratives ) of medieval Japan that was compiled in the first half of the thirteenth century . +Heshiko , salted mackerel in rice-bran paste , is a local dish and a processed marine product . +Sennyo ( 1602 - August 23 , 1658 ) was a Jodo Shinshu ( True Pure Land Sect Buddhism ) priest and the 13th Hoshu ( high priest ) of the Higashi Hongan-ji Temple . +Bomon-hime ( 1154 or 1145 - May 25 , 1190 ) was a woman in the era from around the end of the Heian period to the early Kamakura period . +The Kitaoji-dori Street is a street running east-west in Kyoto City . +Miyagawa-cho is located in Higashiyama Ward , Kyoto City . Miyagawa-suji 2-chome to 6-chome comprises the area 's red-light district . +Onmyoji ( pronounced as on-myo-ji or on-yo-ji , meaning oracle ) was the name of a government post in the Onmyoryo ( Bureau of Divination ) of the Nakatsukasasho ( Central Affairs Ministry ) under the Ritsuryo legal system of ancient Japan . +Koya-gire is the popular name for the incomplete manuscript of the " Kokin wakashu " ( collection of ancient and modern waka poems , usually known as Kokinshu in English ) that was transcribed in the eleventh century , near the end of the Heian period . +The Shoryoryo was an organization which belonged to Jibu-sho Ministry ( the Ministry of Civil Administration ) under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Tomokuyu or Yunomura was a territory which was given to a part of the Imperial Family in the ancient China and Japan from the Asuka period to the Heian period . +Imperial Princess Sakahito ( 754 - September 25 , 829 ) was Emperor Konin 's Princess . +The Battle of Kanegasaki , was a battle between the troop of the Southern Court ( Japan ) led by Yoshisada NITTA who held Kanegasaki-jo Castle in Echizen Province ( Tsuruga City , Fukui Prefecture ) , and the troop of the Northern Court ( Japan ) led by Takatsune SHIBA who attacked the castle , from 1336 to 1337 in the period of the Northern and Southern Courts ( Japan ) . +Chichibu no kuni no miyatsuko ( 知々夫国造 ) was a kuni no miyatsuko , who ruled the west part of Musashi Province . +FUJIWARA no Masatada ( year of birth unknown - 961 ) was a kuge ( court noble ) and poet who lived in the middle of the Heian period . +Katsuragi no Onara ( also called " Kazuraki no Onara " ; the date of birth and death unknown ) is gozoku ( local ruling family ) who lived during the Asuka period . +Shurei was officials of Honknan that belonged to Nakatsukasasho under the ritsuryo legal code system . +Aoshima Island is an island located within the Ine bay , 340 m from one side of the main land of Ine-cho , Yosa-gun , Kyoto Prefecture and 120 m from the other side of the main land . +The Satchodohi was a generic name of 4 Domains , Satsuma , Choshu , Tosa and Hizen , which were called ' Yuhan ( powerful domain ) ' in the late Edo Period , implemented the Meiji Restoration and supplied people for major government service in the Meiji Government . +The Kongo school is one of the shite-kata ( actors who play leading characters ) schools of Noh in Nohgaku ( the art of Noh ) , which is one of the Japanese traditional performance arts . +Kikuka-monsho / Kikka-monsho is a crest modeled on the Chrysanthemum blossom . +Taneyoshi TAKAGI ( 1484 or 1501 ? - March 24 , 1565 ) was a vassal of the Chiba clan during the ( Japanese ) Warring States period . +Genzaburo INOUE ( April 4 , 1829 - January 29 , 1868 ) was a leader of the 6th Group of the Shinsengumi ( a group who guarded Kyoto during the end of the Tokugawa Shogunate ) . +Daifuku is a traditional Japanese confectionary consisting of mochi ( rice cake ) filled with anko ( sweet bean paste ) made from azuki beans . +Yukiyasu KUSUNOKI was a busho ( Japanese military commander ) in Muromachi period . +Shiro NAGASHIMA ( the year of birth unknown - 1963 ) was a flower designer from Nagano City ( Matsushiro ) , Nagano Prefecture . +Shurin KEIJO ( 1440 - April 11 , 1518 ) was a priest of the Rinzai sect of the late Muromachi period . +Kichiei ( date of birth and death unknown ) was a woman who lived during the end of the Edo period . +TAIRA no Tokimochi ( 877-May 1 , 938 ? ) was a court noble in the first half of the Heian period . +Shokoku-ji temple in Kamigyo Ward , Kyoto City is the head temple of the Rinzai sect Shokoku-ji School of Zen Buddhism . +Ietaka OINOMIKADO ( March 6 , 1747 - June 16 , 1799 ) was Kugyo ( a Court Noble ) in the middle of the Edo period . +Sesson Yubai ( 1290 - January 14 , 1347 ) was a Zen monk of the Rinzai Sect who lived from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +Moriyoshi ISHIKAWA ( year of birth unknown - August 28 , 1318 ) was a busho ( Japanese military commander ) in the Kamakura period . +The 33 Temples of Rakuyo Kannon Pilgrimage in Kyoto consists of 33 sacred places enshrining Kannon Bosatsu in Kyoto City , Kyoto Prefecture . +Prince Asaka ( 728 - March 7 , 744 ) was the second Prince of Emperor Shomu . +OE no Koretoki ( 888 - July 5 , 963 ) was a noble and scholar who lived in the Heian period . +Shokado Shojo ( 1582-October 14 , 1639 ) was a Buddhist priest of the Shingon sect and a cultural figure in the early Edo period . +Kannoosan-jo Castle was a castle that existed in what is now Miyagawa , Miyazaki-cho , Kameoka City , Kyoto Prefecture . +Kayadani is an alluvial fan surrounded on two sides by the Oeyama and Egasa mountain range in the Tango region , Kyoto Prefecture . +FUJIWARA no Nobumichi ( year of birth unknown - July 31 , 1020 ) was a government official ( lower or middle ranked ) during the mid Heian period . +Empress FUJIWARA no Akiko ( her given name can also be pronounced " Shoshi " ) ( 988 - October 25 , 1074 ) was the chugu ( a court title given to a consort of the Emperor ) of the sixty-sixth Emperor , Ichijio , and the mother of the sixty-eighth Emperor , Goichijo , and the sixty-ninth Emperor , Gosuzaku ( she also held the title Kokumo , meaning empress dowager , and Nyoin ) . +Toshiatsu DOI ( 1759-August 10 , 1822 ) was daimyo ( a Japanese territorial lord ) and a politician in the late Edo period . +The Kyogoku school ( Kyogokuha ) was a school of waka poetry that existed from the middle of the Kamakura period into the beginning of the Muromachi period . +A kamado ( cooking furnace ) is an apparatus for cooking that encloses a fire when heating grain or foodstuffs . +The E Ingakyo is one manuscript of the " Kako Genzai Inga-kyo Sutra " ( one of the sutras representing the life-story of the Buddha ) with transcribed sutras in the lower half of the Kansubon ( book in scroll style ) as well as illustrations in the upper half depicting the contents of the sutra , and it is believed to be the origin of emakimono ( picture scrolls ) which spread nationwide from the time of the Heian period . +Amino Choshiyama-kofun Tumulus is a keyhole-shaped mound in Amino-cho , Kyotango City ( former Amino-cho , Takeno-gun ) , Kyoto Prefecture . +Motonaga MIYOSHI was a military commander from Awa Province ( now Tokushima Prefecture ) in the Sengoku period ( period of warring states ) . +Amatoyotsuhime no mikoto was the Empress of Emperor Itoku , one of the eight emperors living during the Kesshi-Hachidai ( Eight Undocumented Sovereigns ) . +The annexation of Korea refers to the Japanese annexation of the Korean Empire ( which currently corresponds to the area of the Republic of Korea and the Democratic People 's Republic of Korea ) , based on the Japan-Korea Annexation Treaty on August 22 , 1910 . +Shoen refers to the privately owned or managed land which was over a certain scale and not under public governance ( or limiting the public governance as much as possible ) . +Kanetsune KONOE ( 1210 - May 27 , 1259 ) was a kugyo ( court noble ) during the Kamakura Period . +Motosada JIMYOIN ( May 5 , 1607 – December 2 , 1667 ) was a court noble of the early Edo period . +" Kinen-sai festival " ( also called " Toshigoi no matsuri " ) is an annual Shinto ritual in February praying for the good fortune of the year , including the rich harvest . +TAIRA no Tadayori ( July 16 , 930 ? -January 25 , 1019 ? ) was a warrior in the mid-Heian period . +Katsumoto KATAGIRI was a daimyo ( lord ) who lived during the Azuchi-Momoyama and Edo periods . +Monju Bosatsu , or maJjuzrii in Sanskrit , is one of the Bosatsus which is worshiped in Mahayana Buddhism . +" Shakkyo " is a Noh play ( classical Japanese dance theater ) . +Tosenji Onsen Hot Spring is a hot spring in Totsukawa-mura village , Yoshino-gun , Nara Prefecture ( the former Yamato Province ) . +Gentaro TANAKA ( January 1853-April 3 , 1922 ) was a politician and businessperson who was born at Kameyama Kita-machi , kyu ( former ) Kuwata Ward , Kyoto Prefecture . +In the medieval Japan , Shichitorikoi was an action of a creditor , who could not receive compensation from a debtor living in a different region , to capture a third person who lived in the same region as the creditor ( regardless of whether the person is acquainted with the debtor or not ) or to privately confiscate the person 's properties as compensation for the debt . +The Meitoku Settlement was the agreement held in 1392 between the Southern Court ( Daikakuji Imperial Line ) and the Northern Court ( Jimyoin Imperial Line ) in terms of peace negotiation and the Imperial succession . +Ujisato ROKKAKU ( 六角 氏郷 ) was a samurai in the Edo period . +Nitabe no himemiko ( year of birth unknown - October 26 , 699 ) was a princess of the Emperor Tenchi . +Hyakumanben Chion-ji Temple , located in Sakyo Ward , Kyoto City , is the Grand Head Temple of the Jodo ( Pure Land ) sect . +Bettarazuke is a kind of pickled daikon ( Japanese radish ) . +Mausoleum ( Byo , Mitamaya , Otamaya , Hokora ) +Gado KATAOKA is one of the professional names of Kabuki . +Shirakawa betsugyo was a villa used by the head of the Regents ' House of the Fujiwara clan for generations from the ninth century to about the eleventh century . +According to " the Kotofu " ( the genealogy of the Imperial Family ) , the Emperor Tenmu ( 631 - October 1 , 686 ) is the 40th emperor of Japan . ( rein : March 20 , 673 - Oct 1 , 686 ) +Susumu YAMAGUCHI ( 山口 益 , January 27 , 1895 - October 21 , 1976 ) was a Buddhist scholar and the former president of Otani University . +Gyoen ( the dates of his birth and death are unknown ) was a monk in the mid-Heian period . +Kyo ningyo is a general term for luxurious Japanese dolls , which have been traditionally made around the city of Kyoto , Kyoto Prefecture . +Yuko TSUCHIDA is a fukuroshi ( a craftsman who makes pouches ) , one of the Jisshiki ( the ten artisan families which contributed to the existence of the Omote Senke ) in House of Sen. +Masaaki KAJUJI ( 1452 – August 19 , 1522 ) was a court noble in the Azuchi-Momoyama Period . +The Daiun-ji Temple is an independent temple ( the Tendai Shomon sect ) located in Iwakura , Sakyo Ward , Kyoto City . +Shikigami or Shikijin were fierce gods employed by the Onmyoji ( Master of Yin yang ) to judge the evil doings and well doings of the populace , and they were also called Shiki no Kami , and in some literature , Shiki or Shiki Kijin . +Sanuki-jinja Shrine is a Shinto shrine located in Koryo-cho , Kitakatsuragi-gun , Nara Prefecture . +MINAMOTO no Yorikiyo ( 995 - August 29 , 1073 ) was a samurai and government official ( especially one of low to medium rank ) , who lived during the mid-Heian period . +The Morita school is a school of fue-kata ( flute players ) in Nohgaku ( the art of Noh ) . +Tsutsumi Chunagon Monogatari ( The Riverside Counselor 's Tales ) is a collection of short stories edited in the late Heian period or later in Japan . +Kyoto Protocol refers to a protocol adopted at the 3rd Session of the Parties to the United Nations Framework Convention on Climate Change ( Kyoto Conference on Climate Change , COP3 ) held at Kyoto International Conference Center on December 11 , 1997 , according to the United Nations Framework Convention on Climate Change . +Munemaro ISHIGURO ( April 14 , 1893 - June 3 , 1968 ) was a ceramic artist from Kuguminato , Imizu City , Toyama Prefecture . +Hosono Station , located in Koaza-Nagatsuka , Oaza-Hosono , Seika-cho , Sorakugun of Kyoto Prefecture , is a stop on the Katamachi Line of West Japan Railway Company ( JR West ) . +" Yamashina-jinja Shrine " is a shrine in Yamashina Ward , Kyoto City , Kyoto Prefecture . +FUJIWARA no Mitsuko ( 1060 - May 11 , 1121 ) was a court lady in the late Heian period . +Kintaro MATSUMOTO was a Nohgakushi ( Noh actor ) playing shite ( the principal roles ) of Hosho-ryu school . +Noritoki YAMASHINA ( July 23 , 1328 to January 18 , 1411 ) was a court noble during the period of the Northern and Southern Courts . +Ryuko ( March 20 , 1649 - July 26 , 1724 ) was a Buddhist priest of the Shingi Shingonshu sect ( new Shingonshu sect of Buddhism ) who lived in the mid-Edo period . +The Shimizudani family were kuge ( court nobles ) with kakaku ( family status ) of urinke ( the fourth highest family status for court nobles ) . +Shigenoi family were kuge ( court nobles ) with kakaku ( family status ) of urinke ( the fourth highest family status for court nobles ) . +The Tokyo period is a notion devised as a way to refer to the period after 1868 , when the Edo bakufu collapsed and the Meiji restoration was started , within the framework of periodization of Japanese history . +Kisagaihime and Umugihime were gods ( Shinto religion ) that appear in Japanese Mythology . +Curry and rice is a Japanese food which consists of rice and a curry sauce poured over the rice . +Imiki was one of the kabane ( hereditary titles ) established by Yakusa no Kabane ( the eight hereditary titles ) in 684 , and it was placed as the fourth rank . +Tsukumogami , the notion of Japanese folk beliefs , is a collective name of old or long-used yorishiro ( objects representative of divine spirits ) ( tools , living things and natural things ) in which deities ( Shinto religion ) or divine spirits reside . +Hagoita ( battledore ) are long oblong pieces of wood with a handle . +Chikafusa KITABATAKE ( March 15 , 1293 - June 9 , 1354 ) +Tsukkorobashi is an acting role in a Kabuki play . +Gakoshi ( Painting Office ) was one of the institutions belonging to Nakatsukasasho ( Ministry of Central Affairs ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan . +" Takasebune " is Ogai MORI 's short story . +Nakatsukasa-sho ( Ministry of Central Affairs , " 中務省 " in the Chinese characters ) was a government-regulated organization under the Ritsuryo system ( a system of centralized government based on the ritsuryo codes ) . +Sumako MATSUI ( March 8 , 1886 - January 5 , 1919 ) was an actress of the Japanese shingeki ( literally , new play ) . +This section on " Town names in Nakagyo Ward , Kyoto City " lists official town names in Nakagyo Ward and summarizes the period and process of their establishment . +The KOTOKUI family was based in Nanto , Nara , and was a Jige-ke ( family status of non-noble retainers who are not allowed into the Emperor 's living quarters in the imperial palace ) that served and practiced Onmyodo ( a way of Yin and Yang ; occult divination system based on the Taoist theory of the five elements ) .under the government . +A Hira-jiro castle indicates a castle built on flat land . +Junan NAKAGAWA ( 1739 – July 2 , 1786 ) was a doctor , herbalist and Rangakusha ( a person who studied Western sciences by means of the Dutch language ) active in the middle of the Edo period . +Tamadeyori Matsurikitaru Sakatoke-jinja Shrine is a Shinto shrine located in Oyamazaki-cho , Otokuni-gun , Kyoto Prefecture . +Koji-buta ( shallow wooden trays for koji ) are one of the tools used in Japanese sake brewing and used at the koji making stage of Japanese sake . +MINAMOTO no Junshi ( also called MINAMOTO no Nobuko , 875 - May 4 , 925 ) was the wife of FUJIWARA no Tadahira and the mother of FUJIWARA no Saneyori . +" Chinzei Yumeharizuki " ( The Crescent Moon ) was a book written by Bakin KYOKUTEI and illustrated by Hokusai KATSUSHIKA . +Genkoan , a temple of the Soto sect , is situated in Takagamine in Kita Ward , Kyoto City . +MINAMOTO no Yorisada ( 977 - July 10 , 1020 ) was a court noble in the mid-Heian period . +Tamesuke REIZEI ( 1263 -August 22 , 1328 ) was a Kugyo ( court noble ) and kajin ( waka poet ) in the mid and late Kamakura period . +Burabura is a lantern specter and one of Japanese yokai ( ghosts , spirits and monsters ) that was portrayed in Sekien TORIYAMA 's yokai art collection book : " Hyakki Tsurezure Bukuro " ( The Bag of One Hundred Random Demons ; the term ' hyakki ' in its title is a pun on the usual hyakki , replacing the character for demon which is written as " 鬼 " in Japanese with a character for vessel written as " 器 , " and sure enough , most of the yokais shown in this book are tsukumogami [ a type of Japanese spirits that originate in items or artifacts that have reached their 100th birthday and become alive ] ) . +Tanka ( literally , short poems ) is a type of waka poetry , and has a five-line poem with the 5-7-5-7-7 syllable structure . +The Tensho Boy Mission to Europe ( known as the Tensho Keno Shonen Shisetsu in Japanese ) was sent to Rome together with Sumitada OMURA and Harunobu ARIMA . +Mojiri jutsu refers to a martial art using a weapon called mojiri . +Daisenji engi ( tales of the origin of Daisen-ji Temple ) is : +Kimiko YOSHIMI is a Japanese painter of suibokuga ( ink-wash painting ) . +Toshimasa BOJO ( 1582 - September 15 , 1609 ) was a court noble who lived in the era from the Azuchi-Momoyama period to the Edo period . +Daihi was the empress dowager who was an empress previously . +Umaji Isobe-jinja Shrine is a Shinto shrine located in Moriyama City , Shiga prefecture . +FUJIWARA no Morifusa ( year of birth and death unknown ) was a retainer of the Imperial Court and a poet in the late Heian period . +Keizan HORI ( 1688 to October 31 , 1757 ) was a Confucian scholar and a doctor ( Confucian doctor ) in the mid Edo period . +Jodo-in Temple , located in Ginkakuji-cho , Sakyo Ward , Kyoto City , is a temple of the Jodo ( Pure Land ) sect . +Koki NAKAMURA ( his name can also be called Hirotake ) ( November , 1838 - July 3 , 1887 ) was a feudal retainer of Tosa Province in the end of Edo period . +Tadamasa WADA ( 1615 - April 23 , 1624 ) was a samurai of the early Edo period . +Amanohashidate is a scenic spot in Miyazu Bay , near Miyazu City in Kyoto Prefecture . +Harakomeshi is a dish in which cooked rice is served with salmon flesh and salmon roe placed on top . +Nihon Gaishi is a historical book on Japan , written by Sanyo RAI in the Edo period . +Uchimizu is an old Japanese custom of watering gardens and / or streets . +Shozo MAKINO ( September 22 , 1878 - July 25 , 1929 ) , born in Kyoto , was a film director , film producer and businessman . +FUJIWARA no Moshi ( Shigeko ) ( the birth year is unknown - August 5 , 1062 ) was the Empress of the 71st Emperor Gosanjo while he was Crown Prince , and 72nd Emperor Shirakawa 's birth mother . +Sadayori SUGANUMA was a busho ( military commander ) in the the Sengoku Period ( Period of Warring States ) ( Japan ) and a daimyo ( Japanese territorial lord ) in the Edo period . +Zakko refers to groups of technical experts mainly from handicraft industry , coming from shokugyobe ( professional Be [ groups of people who belonged to the Yamato Dynasty ] ) subordinated to specific government offices under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) of Japan before the Taika Reforms . +The jodai is a person who took care of a castle in the absence of the lord . +Kyoto Philharmonic Chamber Orchestra is an orchestra based in Kyoto City . +Kachuan Seiho Takeuchi Memorial Museum is an art museum located in Kyoto City , Kyoto Prefecture . +Emperor Reizei / Reizei-in is the third Emperor in " The Tale of Genji " ( period of reign : ' Miotsukushi ' ( Channel Buoys ) to the second volume of ' Wakana ' ( Spring Shoots ) , the 18 years of his reign were the golden days of Hikaru Genji ) . +Iemasa OKUDAIRA ( 1577 - November 11 , 1614 ) was a busho ( Japanese military commander ) and a daimyo ( Japanese feudal lord ) who lived from the Azuchi-Momoyama period to the early Edo period . +Shoken ( March 30 , 1138 - July 19 , 1196 ) was a Shingon Sect Buddhist monk who lived during the mid-Heian period . +Hahakigi ( The Broom Tree ) is one of the fifty-four chapters of " The Tale of Genji . " +Sanboin Garden of Daigo-ji Temple is a Japanese style garden located in Fushimi Ward , Kyoto City , Kyoto Prefecture . +" Otose " refers to two things ; 1 ) a title of a novel written by Kaoru FUNAYAMA , which describes the Kogo incident ( Inada uproar ) , and 2 ) a title of a drama created by NHK based on the novel . +Takamochi TAKENOUCHI ( 1712 - January 24 , 1768 ) was a Shintoist and imperialist , who lived during the middle of the Edo period . +Shizai is one of the 6 types of capital punishment imposed on commoner criminals in the Edo Period , in which the criminal was beheaded and the corpse was used to test the sharpness of swords . +The Sea of Japan is a marginal sea of the Western Pacific being surrounded by Sakhalin , Hokkaido , Honshu ( the main island of Japan ) , Kyushu as well as the Democratic People 's Republic of Korea ( North Korea ) , the Republic of Korea and the Russian Federation in the Eurasian Continent . +Sakaya Kaigi is the brewers ' opposition movement against the sake-brewing tax hike , which took place throughout Japan in the early Meiji period . +Jishi Koeki refers to the exchange ( buying and selling ) of rice as a land tax that was collected from koden ( fields administered directly by a ruler ) by a provincial governor under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) ; rice was exchanged for light commodities that were easier to carry and submit to the central government . +The term Kangeiko means training of martial arts or geigoto ( accomplishment ) conducted in mid-winter season . +Yokan ( or Eikan ) ( 1033 - December 11 , 1111 ) was a priest of Sanron sect ( The Three-Discourse Sect of Buddhism ) in the later Heian period . +Boan SHIMOZU ( 1570 - June 18 , 1631 ) was a samurai in the early Edo period . +Shigefusa KAWAGOE ( 1169 ? - December 12 , 1185 ) was a military commander who lived in the Kawagoe Yakata , Iruma County , Musashi Province during the last days of the Heian period . +Kinnaru SHIMIZUDANI ( October 6 , 1845-December 31 , 1882 ) was kuge ( a court noble ) who lived in the end of the Edo period . +Wakon yosai ( Japanese spirit with Western learning ) means adopting Western arts while valuing Japanese traditional spirituality , and harmonizing as well as developing them . +Fujin or Bunin ( one 's wife ) +Joan ( 790 - March 25 , 844 ) was a Hosso sect Buddhist monk during the early Heian period . +Ohitashi ( also called hitashi or hitashimono ) is a kind of cookery . +Okyo MARUYAMA , ( June 12 , 1733 – August 31 , 1795 ) was a mid Edo period painter . +FUJIWARA no Sumitomo ( 893 ? -July 21 , 941 ) was a nobility who lived during the Heian period . +Yasei-kobo ( wild yeast ) refers to all kinds of yeast which originally live in the nature including the air , the soil , and plants while , in the fermentation process of Japanese sake , refers to all kinds of yeast other than those that are used to obtain the desired sake quality . +Michimoto KOGA ( 1240-January 18 , 1309 ) was Kugyo ( court noble ) during the Kamakura period . +Kagefumi MIKAMI ( October 16 , 1789 - date of death unknown ) was a government official who lived during the Edo period . +KASHIWADE no Maro ( date of birth unknown – August 26 , 682 ) lived during the Asuka period of Japan . +" Kagero Diary " is a diary of a female writer who lived during the Heian period . +" TAIRA no Tomonobu Asonki " is a diary written by TAIRA no Tomonobu who was a government official at the end of the Heian period . +Dako was originally a container to spit saliva or phlegm . +Godaion refers to the five family crest designs that are especially widely used throughout Japan , and they are fuji ( wisteria ) , kiri ( paulownia ) , takanoha ( feathers of hawks ) , mokko ( cross-section of a gourd ) , and katabami ( yellow sorrel ) . +Sakabashira ' or ' sakasa bashira ' refers to one of superstitions about Japanese wooden structure ( architecture ) , +Fukamushi-cha ( deep-steam green tea ) is a type of sencha . +Naniwa no Miya was a palace located in the present-day Chuo Ward , Osaka City in the Asuka and Nara periods . +Imperial Prince Sawara ( 750 ? - November 8 , 785 ) is one of the Imperial family members of the late Nara period . +Kanjoginmiyaku was a governmental post in charge of auditing all jobs in the Kanjo-sho office ( the office for finance ) in the Edo Bakufu . +The Naniwa-zu no uta ( waka of Naniwa-zu Port ) appears in the Kanajo ( Japanese preface ) of Kokin Wakashu ( Collection of Ancient and Modern Poems ) as ' the poem written on the emperor of Osazaki ' composed by Wani ( Wang In ) . +Yukimi is one of the Japanese folkways since the medieval period , where people enjoy watching the snowing or the snowscape . +Tensho ( literally the ' Book of Heaven ' , also called Amatsufumi or Amenofumi ) is a chronological history that is said to have been compiled by FUJIWARA no Hamanari at the end of the Nara period . +Izumizaki Yokoana Cave is a horizontal decorated cave tumulus located in Izumizaki-mura , Nishishirakawa County , Fukushima Prefecture . +Rokaku indicates a multi-storied building . +Sho no sansei are three masters of calligraphy . +HADA no Tsunate ( date of birth unknown - May 21 , 680 ) lived in the Asuka period of Japan . +Chugushiki was the office which belonged to Nakatsukasasho ( Ministry of Central Affairs ) and was in charge of the consort 's household affairs under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +" Jigokumon " is a Japanese film made in 1953 . +Joruri-ji Temple +Iga no Tsubone ( birth date unknown - December 4 , 1384 ) was a lady referred to as a brave woman during the period of the Northern and Southern Courts ( Japan ) . +Living National Treasure is a Japanese popular term for individuals certified as Preservers of Important Intangible Cultural Properties by the Minister of Education , Culture , Sports , Science and Technology based on the Law for the Protection of Cultural Properties . +Shunka-mon gate is one of the outside gates in the Imperial Palace . +Kyobusho ( Ministry of Religion ) is the central governmental organ founded for the purpose of national edification by controlling religion under Dajokan System ( the system of Great Council of State ) established in the early Meiji period . +Naoshige HITOTSUYANAGI ( 1598 - August 15 , 1645 ) was the second feudal lord of the Saijo Domain in Iyo Province . +Yasushige TAKAOKA ( 高岡 泰重 , year of birth and death unknown ) was a Bushi ( samurai ) in Hitachi Province in the Kamakura period . +Aimiya ( year of birth and death unknown ) was a woman in the mid-Heian period . +Biwa-ko Lake Paradise is a complex including recreational and amusement park facilities with a spa resort ( health center ) , established next to the former Biwa-ko Lake Spa Resort ( the Hotel Koyo ( currently the " Ryotei Koyo " ) located in Otsu City , Shiga Prefecture ) . +Mamoru WATANABE ( 1610 - year of death unknown ) was a person who lived during the Edo period . +The jugon hakase ( Master Sorcerer ) was an official for the Bureau of Medicine under the Ritsuryo system . +Jogan no chi ( Glorious Jogan rule ) indicates the politics performed during the Jogan era ( Tang , 627 - 649 ) and the reign of the second Emperor Taiso ( Tang tai zong ) in the Tang Dynasty ( 618 - 907 ) in China . +Garanjin is a deity that guards temples and shrines . +Yoshiyasu MAEDA was the 13th lord of the Kaga Domain . +Masakata ISHIBASHI ( 1840 - 1916 ) was a Japanese samurai , translator of Dutch , and government official of Ministry of Foreign Affairs . +Priest Akashi is a fictitious character in " The Tale of Genji , " which is a novel written by Murasaki Shikibu . +Monk-Imperial Prince Shukaku ( April 3 , 1150 - September 13 , 1202 ) was a member of the Imperial Family and a monk from the late Heian period to the early Kamakura period . +We will introduce Honzen ryori ( formally arranged meal ) , one type of traditional food among Japanese-style cuisines . +Setsugo is a pseudonym after the retirement , using a Chinese character , ' 雪 , ' in shite-kata ( main roles ) of Kanze school of Noh . +FUJIWARA no Teishi ( Shimeko ) ( 1131 ~ October 23 , 1176 ) was an empress and nyoin ( a close female relative of the Emperor or a woman of comparable standing ) of the end of Heian period . +Yogen-in Temple is a Buddhist temple belonging to the Gengo-in school of the True Pure Land Sect located in Higashiyama Ward , Kyoto City . +Kanezumi DAIGO ( November 18 , 1747 - May 27 , 1758 ) was a Kugyo ( a Court noble ) during the middle of the Edo period . +Takako TAKATSUKASA ( June 13 , 1787 - July 6 , 1870 ) was a woman in the Edo Period . +The Eikyu no goso was a collective petition to the Imperial Court by a few thousand monks at the Kofuku-ji Temple on May 14 , 1113 , requesting Ensei , a sculptor of Buddhist statues who became a priest at Enryaku-ji Temple and was appointed to the position of the betto ( the superior of a temple ) of the Kiyomizu-dera Temple , a branch temple of the Kofuku-ji Temple , be dismissed from the position . +Iga no Kata ( the date of birth and death unknown ) was a woman who lived in the beginning of the Kamakura period . +The Russo-Japanese Agreement is the agreement in which Japan and the Russian Empire agreed upon mutual interests ranging over 4 times after the Russo-Japanese War . +Yamashiro no kuniikki ( the uprising in Yamashiro Province ) occurred in three southern counties ( Kuse-gun , Tsuzuki-gun and Soraku-gun ) of Yamashiro Province ( currently the southern part of Kyoto Prefecture ) in 1485 . +Masaaki KOSAKA ( January 23 , 1900 - December 9 , 1969 ) was a Japanese philosopher . +Eison ( 1201 - October 6 , 1290 ) was a priest of Shingon Ritsu sect during the mid Kamakura period . +Shike ( [ Zen ] teaching master ) +Hatamoto-satsu was the paper money that a hatamoto ( direct retainers of the bakufu [ Japanese feudal government headed by a shogun ] ) who possessed his or her own territory in the Edo period issued independently in his or her own territory . +Mt . Hiei Amusement Park was an amusement part that used to be at Mt . Hiei in Sakyo Ward , Kyoto City , Kyoto Prefecture . +Sagano is the place-name for Ukyo Ward , Kyoto City , Kyoto Prefecture . +Kogakusho ( the Imperial Learning Place ) and Kangakusho ( the Chinese Learning Place ) were higher educational institutions established in Kyoto by the Meiji Government immediately after the Restoration of Imperial Rule . +Rokuro UMEWAKA is a name used by the headman of the Umewaka family , which is one of the shite-kata ( actors who play leading characters in Noh performances ) Kanze school groups . +Seigen KURODA was one of the Senke Jisshoku ( The Ten Craftsmen of the House of Sen ) , and for generations the name has been passed down through this family of craftsman in bamboo-ware and ladles . +Nonomiya-jinja Shrine is a Shinto shrine located in Sagano , Ukyo Ward , Kyoto City . +Tadaakira ISII ( male , August 4 , 1840 - January 1 , 1901 ) was a high ranking government official who lived during the Meiji period . +Ujiyuki YAMANA ( dates of birth and death unknown ) was a Shugo ( military governor ) of Hoki Province who lived during the Muromachi period . +Takamitsu KYOGOKU was the first lord of the Tanabe Domain of Tango Province ( Maizuru han ) . +Kaido-ki ( Travel Diary ) is a traveler 's journal that is thought to have been written in 1223 . +Tetsugaku-no-michi ( Philosopher 's Walk ) is a road in Sakyo Ward , Kyoto City . +Kura-bugyo was an administrator who controlled the government rice storehouses located in major cities in the Edo period , including one in Asakusa , Edo ( Asakusa Okura ) . +" Gyuro-Shukujo " ( The Cowherd and the Weaving Girl ) is a myth and legend of the People 's Republic of China and is believed to be one of the country 's folk tales . +MINAMOTO no Mitsusue ( dates of birth and death unknown ) was a busho ( Japanese military commander ) in the late Heian period . +O-muko ( written as ' 大向う ' or ' 大向こう ' ; literally , ' the welcome other side ' ) comes originally from seats seen from the stage , and at present , it is used as a term referring to the front seats of the third floor of theatres and to the audience at those seats ( in present Kabuki-za Theatre of Tokyo , it refers to the seats for b-class tickets and the seats on the highest balcony for a single act ) . +Takoyaki is a baked ball of wheat flour of three to five centimeters in diameter , into which a small piece of octopus is put , a dish originated in Osaka . +" Kanmuryojukyosho " is a commentary written by Shandao of China . +Musashi Province was one of the provinces administered by the Ryo-sei , or administrative codes . +Kanesada ICHIJO was a kokushi ( governor ) in Tosa Province in the Sengoku period ( period of warring states ) and was effectively the last head of the Tosa Ichijo clan . +Gyobutsu +The term " Bojutsu " refers to the art of using a long stick as a weapon in Japanese martial arts . +Sukenobu HINO ( 1224 - 1292 ) was the 16th head of the Hino family . +Kana Zoshi refers collectively to stories / practical texts of Kinsei Bungaku ( Japanese Edo period literature ) written in kana characters , or a mixture of kanji and kana , during the early Edo period . +The ' komahiki ' event was one ritual that occurred within the imperial court in August each year when horses that were agisted in the Eastern provinces according to imperial edict were brought to the south hall of the imperial palace and paraded in front of the Emperor and afterwards nobility selected some whilst the remainder were stabled or allocated to the imperial guard . +Myoga is a term that refers to a herbaceous perennial belong to the family Zingiberaceae , genus Zingiber ( scientific name : Zingiber mioga ) . +Sadayoshi MATSUDAIRA was the second lord of Kuwana Domain in Ise Province . +" Toshigami " ( 年神 , also written as 歳神 ) is a Shinto god ( Shinto ) . +TAIRA no Atsumori was a Japanese military commander lived during the late Heian Period . +MINAMOTO no Yoshimitsu was a late Heian-period military commander . +The one-yen coin is a subsidiary coin issued by the Japanese government . +Iwashimizu- Hachimangu Shrine is a Shrine located on top of Mt . Otokoyama in Yawata City , Kyoto . +" Ehon Gappo ga Tsuji " ( A Picture Book of the Crossroads of Gappo ) is a Kabuki Kyogen play written by Nanboku TSURUYA the fourth . +The Ezo republic that was built in January 1869 was a familiar name of the Ezo Island Government , a political power belonging to Sabaku-ha which existed for a short time in Ezochi ( inhabited area of Ainu ) ( Hokkaido ) . +Emperor Takakura ( September 23 , 1161 - February 6 1181 , his reign was from March 30 , 1168 to March 18 , 1180 , cloister government was 1180 ) , he was the eightieth Emperor . +Masachika ROKUGO ( 1764 - November 29 , 1812 ) was the seventh head of Honjo Domain , Dewa Province . +The Miyoshi Triumvirate consists of Nagayuki MIYOSHI , Masayasu MIYOSHI and Tomomichi IWANARI who stood out in the history of Japan 's warring period for their activities in the Kinai region . +Japan / Kinki Region / Kyoto Prefecture / Otokuni-gun +Kyoto Shoin was at one time a publishing company in Kyoto that published large numbers of art books . +The Heian Museum of Ancient History was a museum that once existed Japan . +Ogiri ( pronounced as ogiri or okiri ) +Koemon ISONO ( November 12 , 1825 - June 11 , 1903 ) was an entrepreneur , primarily based in Osaka from the end of Edo Period to Meiji Period . +Shirouneri is a Japanese specter and a type of Tsukumo-gami ( artifact spirit ) described in " Hyakki Tsurezure Bukuro " ( One hundred bags in idleness ) , a collection of specters illustrations , by Sekien TORIYAMA , and it is written 白溶裔 , 白容裔 or 白うねり . +Chikuwa is baked or steamed fishcake , in which fish paste is wrapped around stick or bamboo stick . +Morotsugu KAZANIN ( 1222 - April 28 , 1281 ) was a court noble in the Kamakura period . +Hirata no sho was a manor located in old Yamato Province . +Katabiranotsuji Station , located in Uzumasa-katabiranotsuji-cho , Ukyo Ward , Kyoto City , is a facility of Keifuku Electric Railroad Co . , Ltd . +Sengaku ( year of birth and death unknown ) was a Buddhist monk during the late Heian period . +Hanging " teru teru bozu , " a hand-made doll made of white paper or cloth , at the front of a house in the straight position is a Japanese custom , which is believed to bring good weather for the next day . +The ruins of Shigaraki no Miya Palace is a national historical site located in Kinose and Maki , Shigaraki-cho , Koka City , Shiga Prefecture . +The Taira clan administration was the administration by the Ise-Taira clan led by TAIRA no Kiyomori who lived in the late Heian period ( 1160s to 1185 ) . +The Koryaku Coup was a coup d 'etat that occurred in 1379 ( the fifth year of Tenju ( Southern ) / first year of Koryaku ( Northern ) ) during the period of the Northern and Southern Courts ( Japan ) , in which the Kanrei , or deputy ( de facto leader ) of the Muromachi Shogunate , Yoriyuki HOSOKAWA , was overthrown and lost his position . +FUJIWARA no Kishi ( Yoshiko ) ( February 1 , 1007 - September 5 , 1025 ) was the sixth daughter of Sessho ( Regent ) FUJIWARA no Michinaga . +Koshimaki ( 腰巻 ) +Gosho Sendo-mairi is an incident occurred on July 21 , 1787 , in which many people circled around the Gosho ( Imperial Palace ) to make sendo-mairi ( literally a visit to shrine a thousand times for prayer ) . +Diminishing the territory was a type of punishment imposed on samurai including daimyo ( Japanese feudal lord ) and hatamoto ( direct vassal of the shogun ) during the Edo period , that deprived samurai of their ranks , and partially diminished their territories , castles , and residences . +Toyonao ISOBE ( years of birth and death unknown ) was a busho ( Japanese military commander ) who lived in the Azuchi-Momoyama period . +Kameoka Basin is located around Kameoka City , Kyoto Prefecture ; the local population , industry and commerce are concentrated along National Route 9 , the main artery of this area . +Emperor Sushun ( Year of birth unknown - December 12 , 592 ) , the thirty-second Japanese Emperor , was in power from September 9 , 587 to December 12 , 592 . +Iefusa ICHIJO ( 1270 - year of death unknown ) was kuge ( court noble ) in the Kamakura period . +The term ' kuge-ryo ' is the generic name for landed holdings belonging to ' kuge ' ( Japanese imperial court nobles ) which includes ' kugyo ' ( high court nobles of third rank or above ) and ' kanjin ' ( government officials ) , where the ' kugyo ' consists of [ 1 ] ' ko ' which includes the ' daijo daijin ' ( the Great Minister of State or Chancellor ) , the ' sa daijin ' ( Minister of the Left ) and the ' u daijin ' ( Minister of the Right ) , and [ 2 ] ' kei ' which includes ' dainagon ' ( Major Counselor ) , ' chunagon ' ( Middle Counselor ) and ' sangi ' ( Consultants of senior fourth rank ) . +" Taganojo ONOE " is a professional name used by Kabuki ( a traditional form of drama and music performed by male actors ) actors . +Chogen ( 1121 - 19 July , 1206 ) was a Buddhist monk from the end of the Heian period to the Kamakura period . +Anashinimasu-Hyozu-jinja Shrine is a Shinto shrine located in Sakurai City , Nara Prefecture . +Senke jissoku is an honorific title for the 10 shokka ( family of artisans ) such as nurishi ( lacquerer ) and sashimonoshi ( woodworker ) who are involved in the sado ( tea ceremony ) and who pay visits to the san senke ( three Sen families , namely , Omote , Ura and Mushakoji ) . +倭 ( Wa or Yamato ) was the name used by Chinese dynasties to refer to the area centering the Japanese Archipelago and people living there since the days before Christ . +Emakimono ( an illustrated scroll ) is a kind of Japanese style painting composed of series of illustrated scenes or stories on a horizontally long screen made up of multiple sheets of rectangular paper ( or silk cloth ) connected side by side . +The Imperial Household Agency Kyoto Office is a local branch office of the Imperial Household Agency . +The Shie Incident occurred in the early Edo period and was a conflict between the Shogunate and the Imperial Court that shows the oppression and control exercised by the Edo bakufu ( Japanese feudal government headed by a shogun ) on the Imperial Court . +Yanagimoto-kofun Tumulus Cluster is a tumulus cluster of early Kofun period ( tumulus period ) in Yanagimoto Town , Tenri City . +Emperor Suko ( May 25 , 1334 - January 31 , 1398 ) , his reign was from November 18 , 1348 to November 26 , 1351 , he was the third Emperor of the Northern Court during the period of the Northern and Southern Courts . +Utsuho Monogatari ( " うつほ物語 , " sometimes entitled " 宇津保物語 " ) is a full-length tale written in the mid Heian period in Japan . +Kakuni is one kind of prepared foods using ribs of pork . +Mezashi is a dried fish product . +Engi no chi is an idealized name of the reign of Emperor Daigo during the mid-Heian period ( during the first half of the 10th century ) . +Fujiwara no Taishi , also pronounced Yasuko ( 1095 - January 10 , 1156 ) was the Empress , Nyoin ( an honorific title for the mother of emperor ( s ) , etc . ) during late Heian period . +Kimon ( demons ' gate ) means the direction of the northeast ( ushi-tora ; between the Ox ( second sign of Chinese zodiac which means north-northeast ) and the Tiger ( third sign of Chinese zodiac which means east-northeast ) ) . +Chayatsuji is a pattern for wafuku ( Japanese traditional clothes ) . +Chakuryu refers to the direct line of descent from a clan . +Shobanshu was a status indicating a position in the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Miso soup is a Japanese dish that is cooked by adding ingredients ( called ' gu ' or ' mi ' ) such as vegetables and fish in soup , boiling and seasoning with miso . +Juro TOMIKAWA ( 1844-July 15 , 1867 ) was a member of Shinsengumi ( special police who guarded Kyoto during the end of Tokugawa Shogunate ) . +Kibi no Otodo Nitto Emaki is the name of a Japanese picture scroll . +Kichiden-ji is a temple of the Jodoshu sect of Buddhism located in Ikaruga-cho , Ikoma County , Nara Prefecture . +Teppokata was one of the posts of Edo bakufu . +Beni-shoga is a pickles made from pickling groundnuts of ginger in plum vinegar . +Tencha is a kind of steamed green tea . +Orikata is a term used to refer to techniques of folding a sheet of paper to wrap a gift , which is one aspect of Japanese etiquette and rules . +Sukehiro SHIBA ( March 19 , 1898 to October 10 , 1982 ) was a gagakuka ( musician of old Japanese court music ) born in Tokyo and was a member of the Japan Art Academy . +Yoshitoshi KIRA ( around 1671- April 1 , 1742 ) was a koke hatamoto ( one of the hatamoto [ direct retainers of the Edo bakufu ] families that were eligible for appointment to the post of koke ) for the Edo bakufu ( Japanese feudal government headed by a shogun ) . +Four seasons brewing is the brewing of Japanese sake ( rice wine ) throughout the year and not just in the cold of winter . +Kanetoki HOJO ( year of birth unknown - July 26 , 1263 ) was a member of the Hojo clan from the mid Kamakura period . +Koshikibu no Naishi ( ca . 999-November , 1025 ) was a female poet who lived during the Heian period . +Ukon MIYAKE ( 1914 - ) is a Kyogenshi ( Kyogen [ farce played during a Noh cycle ] actor ) of Izumi-ryu school . +Suma is one of the fifty-four chapters of " The Tale of Genji . " +Tozama daimyo was a class of daimyo in Edo period defined according to ancestry . +Geido refers to the performance of arts and handicrafts in a systematized way that is uniquely Japanese . +Yoshinori KAZANIN ( April 14 , 1755-April 19 , 1829 ) was a high-ranking Court noble from the middle of the Edo period to the late Edo period . +Shuzo AOKI ( March 3 , 1844-February 16 , 1914 ) was a diplomat and a statesman during the Meiji and Taisho era . +The Tennosei ( Imperial Family system ) is a state system with the emperor acting as the monarch or titular head . +Sukechika ITO ( year of birth unknown - March 21 , 1182 ) was a busho ( a Japanese military commander ) at the end of the Heian period . +Shodo-mon ( Gateway of the Holy Path ) is the religious doctrine preaching to become a Buddha by self-power through various practices . +The Nishioji family was a court noble family with the rank of Urinke . +Tenkawa Daibenzaiten-sha Shrine ( or Tenkawa-jinja Shrine ) is a Shinto shrine located in Tsubonouchi , Tenkawa Village , Yoshino County , Nara Prefecture . +TACHIBANA no Mochimasa ( date of birth and death unknown ) was a government official during the end of the Heian period . +Sanshuro , which literally means three high-ranking officials called Churo , were the posts established in the last days of the Toyotomi Administration , allowing those three men in the posts to participate in politics , and to mediate between Gotairo and Gobugyo when they cannot agree . +Kuninobu TAKEDA +Kiku no Kisewata is a custom of the Imperial Court held in Chrysanthemum Festival . +Kanryusai TAKEDA ( around 1830 - July 23 , 1867 ) was a member of Shinsengumi from the Mori Domain in Inaba Province . +Shigemasa OZAWA ( year of birth unknown - July 18 , 1205 ) was a busho ( Japanese military commander ) who lived during the Kamakura period . +Abdication of the throne means that a person with the position of a monarch , such as emperor and king , transfers the position to a successor . +Yoshimichi AOYAMA ( September 11 , 1725 – December 7 , 1779 ) was the second lord of the Miyazu Domain , Tango Province . +Myoen-ji Temple is located in Matsugasaki , Sakyo Ward , Kyoto City and is a temple of the Nichiren Sect , founded by Nichiren in 1253 . +Chion-in Temple , situated in Higashiyama Ward , Kyoto City , Kyoto Prefecture , is the headquarters of the Pure Land sect of Buddhism . +Gion Higashi is a hanamachi ( ' flower town , ' or geisha district ) , located on the east side of the north of the intersection of the Shijo-dori Street and the Hanami-koji Street , Higashiyama Ward , Kyoto City . +The Yanagisawa was a Japanese feudal clan ( samurai warriors ) . +Takaie NIGITA was a busho ( Japanese military commander ) , who lived during the period of the Northern and Southern Courts . +Nobuyuki NAKAJIMA ( October 5 , 1846 - March 26 , 1899 ) was the statesman , the first chairman of House of Representatives and baron in the Meiji period . +Kuranosuke SASAKI ( years of birth and death unknown ) was a member of the Miburoshigumi ( Mibu masterless warriors group which was the forerunner of the Shinsengumi ) and the Shinsengumi ( literally , the newly selected corps , referring to a special police force for the Tokugawa regime ) . +Nisshin ( 1407 - October 30 , 1488 ) was a priest of the Nichiren Sect in the Muromachi period . +Sadafusa YOSHIDA ( 1274 - February 21 , 1338 ) was a court noble who lived in the late Kamakura Period . +FUJIWARA no Takasue ( 1127 - February 12 , 1185 ) was a kuge ( court noble ) during the latter Heian period . +The Genjina ( professional names ) are nomenclature named after the classic book Genji Monogatari ( The Tale of Genji ) . +Jijojo is the works of calligraphy written by Kaiso , a calligrapher in the period of the Tang Dynasty . +Imperial prince Muneyoshi / Munenaga ( 1311 - September 14 , 1385 ) was an Imperial family member during the period of the Northern and Southern Courts , and was Emperor Godaigo 's Prince , who was called Shinanonomiya , Okusanomiya , Kosakanomiya ( originating from the Kosaka clan who became the protector ) . +Imperial Prince Munetaka ( December 22 , 1242-September 9 , 1274 ) was the 6th Seii taishogun ( literally , " great general who subdues the barbarians " ) of the Kamakura Shogunate , and the first from the Imperial family . +Nobuhide ODA is a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) of Owari Province in the Sengoku period ( period of warring states ) . +FUJIWARA no Takanori ( 1158 - September 1233 ) was a government official ( lower or middle ranked ) during the late Heian period to the early Kamakura period . +" Kojidan " ( Talks about Ancient Matters ) is a collection of fables produced in the early Kamakura period . +Takeshiro MATSUURA ( March 12 1818-February 10 1888 ) was a Japanese explorer who was active from the end of the Edo period to the Meiji period . +The gold and silver bimetallism refers to a currency system where both gold and silver coins are designated as standard money ; freedom of minting , importing and exporting such money is maintained ; and fixed exchange ratio between gold and silver is maintained +Ieyoshi YAGYU ( 1497-1585 ) was a busho ( Japanese military commander ) based in Yamato Province . +Minakuchi Okayama-jo Castle is located in Minakuchi , Minakuchi-cho , Koka-shi City , Shiga Prefecture . +Sugoroku is a boardgame that a player throws a dice to move a piece as many squares as the numbers shown on the rolled dice . +Ruiju-Karin is a collection of poetry . +Maedare ( also ' Maedara ' in Edo dialect ) , sometimes known as Maekake , was a cloth worn by shop workers or housemaids to protect their clothes from dirt , which hangs from an obi , a kind of belt for a kimono . +Asahi-mura , Higashitagawa-gun , Yamagata Prefecture ( present Tsuruoka City ) +Baikan means selling government posts . +Aburaage is a food consisting of sliced tofu ( bean curd ) fried in oil . +Makoto KONDO ( October 29 , 1831 - September 4 , 1886 ) was an educator , a thinker during the Meiji period , one of the six greatest educators of the Meiji period and the founder of Kogyokusha Junior High School and High School . +Iemoto is a term used to refer to the family line which succeeds a school traditional Japanese art . +The Shidan-kaido Road is a street running north-south in Kyoto City . +Sokutai is a formal costume for those from the Emperor to the court nobles in and after Heian period ( Heian costume ) . +Kyoto Higashiyama Hana Toro refers to a touristic event to herald the arrival of early spring in the middle of March , that about 2400 lanterns , which are made by Kiyomizu ceramics ( traditional handicrafts in Kyoto ) , Kitayamasugi round cedar wood , Kyomei bamboo , stone art and metal art , are lit on the narrow path for about 4.6 km from Shoren-in Temple to Kiyomizu-dera Temple at the foot of Higashiyama mountain range of Kyoto to enjoy an evening walk . +Dai Nihon Yashi is a Japanese history book written in a style of biographical historiography , and covers the 21 Emperors ' reigns from Emperor Gokomatsu ( Meitoku era ) to Emperor Ninko . +Kyomi-toge Pass is the pass that runs in Kita Ward , Kyoto City , Kyoto Prefecture . +Kancho ( 916 - July 13 , 998 ) was a Buddhist monk of the Shingon Sect in the middle of the Heian period . +The Yamagata-Lobanov Agreement was the agreement signed on June 9 , 1896 between the empires of Japan and Russia on disputes over their sphere of influence over Korea . +Hokke-do Hall , abbreviation of Hokke Sanmaido Hall , is a Buddhist temple in which Tendai-shu sect 's Hokekyo sanmai no gyo ( religious austerities to concentrate on the Lotus Sutra in Buddhism ) is performed . +Hisanori KONGO ( June 24 , 1951 - ) is a shite-kata ( a main actor ) of the Kongo school of Noh . +OTOMO no Enomoto no Okuni ( date of birth and death unknown ) lived in the Asuka period in Japan . +Yoshimoto HANABUSA ( February 10 , 1842 - July 9 , 1917 ) was a diplomat in the Meiji and Taisho periods . +Koisaburo ONOE was a kabuki actor . +Monk-Imperial Prince Shinjaku ( 886 - October 13 , 927 ) was the Monk-Imperial Prince in the middle of the Heian Period . +Seisho ( Political Merchants ) refers to businessmen and companies who obtain exclusive economic benefits and guide certain policies to serve their own interests by taking advantage of their connections with politicians and high-ranking government officials . +Gyorogusho was a book on the study of ancient courtly traditions and etiquette which compiled documents relating to the appointment to official positions such as moshibumi ( letter of appointment ) and omagaki ( a list of candidates ) as well as other related records such as " Seiryoki " and " Saikyuki . " +Goshiki no sen a status of discrimination in ancient Japan which was constituted under the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Decorated tombs are a general term for the decorated tumulus by pictures , patterns and engravings on the interior wall or the stone coffin and it includes Yokoanabo cave tombs ( tunnel graves ) which has no mound . +The karawa hairstyle was a hairstyle favored by prostitutes during the Azuchi Momoyama period in the port towns of Hyogo and Sakai City in the vicinity of Kyoto . +Fujii Daimaru Co . , Ltd. is a department store in Kyoto City of Japan . +Ike no Zenni ( c.1104 - c.1164 ) was a woman who lived around the end of the Heian period . +SAKANOUE no Karitamaro ( 727-February 14 , 786 ) was a warrior in the Nara period . +The term " Nyushutsu Nimonge " refers to a gatha ( geju ) ( poetic verse of a scripture ) written by Shinran . +Tamechika REIZEI ( October 20 , 1823-June 8 , 1864 ) was a painter of reactionary Yamato-e painting ( a traditional Japanese style painting of the late Heian and Kamakura periods dealing with Japanese themes ) employed by kuge ( court noble ) and Kugyo ( the top court officials ) in the end of the Edo period . +Emperor Gomizunoo ( June 29 , 1596 - September 11 , 1680 ) was the 108th Emperor ( his reign lasted from May 9 , 1611 to December 22 , 1629 ) . +Manju is a cake steamed with fillings such as azuki-bean paste wrapped in the cake dough which flour is kneaded into . +Hideyoshi TOYOTOMI ( TOYOTOMI no Hideyoshi ) / Hideyoshi HASHIBA was a warrior and a warlord lived in the Age of Civil Wars ( late Muromachi Period ) through Azuchi-Momoyama Period . +TAIRA no Koremochi was a busho ( Japanese military commander ) who lived during the mid-Heian period . +Oharida no Miya Palace is a palace built during the Reign of the Empress Suiko in ancient Japan . +Kaisho , interpreted literally , was some sort of place where a meeting , exhibition , Yoriai ( debate ) , or association was held , but developed in the medieval era in Japan where certain divisions , or even independent buildings were named ' kaisho . ' +" Heike Nokyo " is a general term representing the Buddhist scriptures donated to Itsukushima-jinja Shrine by Heike ( Taira family [ the same character is read Hei or Taira depending on the context ] ) with prayer for prosperity of the greater Taira family including Ise-Heishi . +The Ogasawara clan is one of the Japanese clans . +Princess Yamanobeno Himemiko ( 663 - October 25 , 686 ) was an imperial princess of Emperor Tenchi . +Yoshiisa OKU ( 1858 - March 6 , 1933 [ or may have been March 9 , 1933 ] ) was a gagakuka ( musician of old Japanese court music ) and composer in the Meiji , Taisho and Showa periods . +Umetsugu INOUE ( May 31 , 1923 - ) is a Japanese film director , screenwriter and songwriter . +Homutsuwake no mikoto ( 誉津別命 : year of birth and death unknown ) was a member of the Imperial family ( Royal family ) , who appears in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki ( Chronicles of Japan ) . +" Gokeshidai " is a collection of the books on " yusoku kojitsu " ( court rules of ceremony and etiquette ) , written in the later Heian period . +Nika Sojo are documents which were believed to be addressed from Nichiren to his disciple , Nikko , in 1282 . +FUJIWARA no Kinmichi ( 1117-October 24 or May 29 , 1173 ) was Kugyo ( court noble ) during the late Heian period . +Shigenari ISHIDA ( 1589 ? - 1641 ? ) was the second son of Mitsunari ISHIDA . +Kentaro KANEKO ( March 13 , 1853 - May 16 , 1942 ) was a bureaucrat and a politician in the Meiji period . +Tadamasa HAYASHI ( December 7 , 1853 - April 10 , 1906 ) is an art dealer and an art collector in Japan . +Saemon no jo was a government post under the Japanese ritsuryo legal code system . +Injo ( year of birth unknown - January 14 , 1109 ) was a busshi ( sculptor of Buddhist statues ) in the Heian period . +Mitsumasa KITABATAKE ( date of birth unknown - January 25 , 1429 ) lived during the early Muromachi period . +The Kazan Tunnel ( also known as the Kazando Tunnel ) is a pedestrian tunnel connecting Seikanji-yamanouchi Town in Higashiyama Ward and Kitakazan Town in Yamashina Ward of Kyoto City , Kyoto Prefecture . +Kiyohisa Kanze ( died 1782 ) was a Noh actor who played shite-kata ( main roles ) in the Kanze school . +Juen-koka ( 10-yen coin ) is a subsidiary coin issued by the Japanese government . +Harutoki HOJO ( 1318 - August 27 , 1333 ) was a son of Munetoki HOJO , who was a branch of the Tokuso family and a younger brother of Tokimune HOJO ( according to another account , Harutoki was a son of Yukitoki HOJO ) . +Kenpon Hokke Sect , whose sect founder was Nichiren and school founder was Nichiju , is a school of the Nichiren Sect . +Uchi-daka ( real value of the yield ) means kokudaka ( crop yield ) that was used as the appraisal standard to impose nengu ( land tax ) to the people of shoryo ( territory ) of daimyo ( Japanese feudal lord ) and hatamoto ( bannermen ) in the Edo period . +Koresue IMADEGAWA ( July 6 , 1660 - April 5 , 1709 ) was Kugyo ( court noble ) in the early and middle part of the Edo period . +The Ishikawa clan was a family that assumed the family name of Ishikawa . +The Takanashi clan was a samurai family that dominated the north of Shinano Province ( Takai and Minochi counties ) . +Masatoo KUSUNOKI ( dates of birth and death unknown ) was a local clan in Kawachi Province , and is said to be a family which would have made a fortune in mercury . +Sonobe Station , located in Sonobe-cho Nantan City , Kyoto Prefecture , is a stop on the Sanin Main Line of the West Japan Railway Company ( JR West ) . +MINAMOTO no Nakamitsu ( year of birth unknown - June 27 , 1180 ) was a busho ( Japanese military commander ) of the late Heian period . +Tokiyori HOJO ( July 6 , 1227 - December 31 , 1263 ) served as fifth regent to the Kamakura Shogunate for the period from 1246 to 1256 . +Tanokami ( deity of rice fields and harvests ) is a deity ( Shinto religion ) that Japanese agricultural people believe watches over a rich or poor harvest and brings about a bumper crop of rice . +SUGAWARA no Furuhito ( years of birth and death unknown ) was a nobleman who lived in Nara and Heian periods . +Ujitomo YUKI ( year of birth and death unknown ) was the sixth head of the Shirakawa Yuki clan . +The Great Fire of Jisho happened within the Heian-kyo on May 9 , 1179 . +Eiten ( honor ) is a generic term for treatment , positions and titles that the nation gives as a commendation to a person who has rendered distinguished service to the nation and the public . +The Horikawa family were kuge ( court nobles ) and held the house status of the Urin family . +Sonkan ( 1349 - November 19 , 1400 ) was a priest of the Ji sect during the period of the Northern and Southern Courts ( Japan ) . +A ke ( or ka ) was a holiday given to nobles and government officials under the ritsuryo system . +Karatedo ( also known as karate ) , a martial art and a combat sport developed in Okinawa , is characterized as a striking art that uses kicking . +Kanno is a general term in the history of Japan for the overall acts by which the rulers typically promoted and encouraged agriculture . +TOKIHARA no Harukaze ( year of birth and death unknown ) was a distinguished calligrapher in the early Heian period . +Yojiro TSUJI ( year of birth and death unknown ) was a kamashi ( tea pot maker ) and caster in the Azuchi-Momoyama period . +Tsujigiri stands for the action of a samurai who indiscriminately kills a passers-by with his blade on the street and was observed most frequently during the Edo period . +Hakama is a kind of wafuku ( Japanese traditional clothes ) that is put on to cover the lower part of a person 's body below the waist . +Jokaku ( 1147 - October , 1226 ) was a Buddhist monk of the Shingon Sect from the late Heian period to the early Kamakura period . +Kinomidokyo was a court function performed during the Heian period . +Zi is monjo ( written material ) used by lower-ranking government officials equal to or below the rank of Zonin or by the common people or hakucho ( inferior servants ) when they reported to their superiors , under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Tobiko is one kind of processed fish eggs . +SOGA no Kitashihime ( year of birth and death unknown ) was an Empress who lived during the Asuka Period . +Jizo-in Temple , located in Nishikyo Ward , Kyoto City , is a nonsectarian temple of the Rinzai sect . +Kinatsu SANJO ( February 20 , 1691 - October 12 , 1726 ) was Kugyo ( court noble ) in the middle of the Edo period . +Seiwa-Genji was a shisei kozoku ( member of the Imperial Family conferred a family name ) whose ancestor was the prince of the fifty-sixth Emperor , Seiwa . +The Battle of the Nakatomi-gawa River , in 1582 , was a battle between Motochika CHOSOKABE , a lord of Tosa Province , who intended to integrate the Shikoku region , and Masayasu SOGO , a lord of Awa Province . +Iwao KONGO ( 1886 to 1951 ) was a Noh actor of the shite-kata Kongo school ( one of the five schools of shite-kata [ main roles ] ) . +Naosuke NAKAHARA ( May 8 , 1832 - September 22 , 1868 ) was a rangakusha ( a person who studied Western sciences by means of the Dutch language ) , scientist and soldier from Satsuma Province ( modern day Kagoshima Prefecture ) . +Tokikuni URUMA ( around 1098 - 1141 ) was an Oryoshi ( suppressor ) in Mimasaka Province . +Who were Hikan ? +A hayago is a pouch for gun powder and bullet which was used to simplify the loading process for muzzle loaders ( guns where bullets were loaded from the muzzle ) such as matchlock and other guns , presumably from the latter part of the Sengoku period ( period of Warring States ) or from the Azuchi Momoyama period . +Tosai CHO ( 1713 - May 17 , 1786 ) was a calligrapher during the mid Edo period . +Jien ( 1748-August 2 , 1805 ) was a priest of the Tendai sect and poet from the mid to late Edo Period . +Yayoi HORIE ( year of birth and death unknown ) was the legal wife of Yorizumi SHIONOYA . +FUJIWARA no Yukitaka ( 1130-1187 ) was kuge ( court noble ) who lived at the end of the Heian period . +Taishokkan ( Daishikikan ) was the highest rank which was established in the Taika Reforms in 647 ( enforced in 648 ) by revising the Kan I junikai ( twelve grades of cap rank ) , and which was newly established in the Kan I jusankai ( thirteen grades of cap rank ) of the cap rank and official rank system . +The obijime is one of the essential items when one wears kimono ; it 's a string used to hold a kimono sash in place . +Omagaki refers to Myobo ( identification ) listing names of vacant government posts subject to appointment and candidates for such government posts at the time of appointment in Jimoku ( ceremony for appointing officials ) regularly held in Spring and Autumn . +Jusanbutsu shinko refers to the belief in Juo , ten kings , who are judges in Meido hell including Enma-o ( the King of Hell ) who were created in Japan based on the Juo-shinko ( ten Kings ( ten Judges of Hell ) belief ) and in buddhas , according to the Honji-suijaku setsu ( theory of original reality and manifested traces ) , whose present forms are judges who conduct the later trials ( the sixth , the twelfth , and the 32nd anniversaries ) . +Juo are the 10 judges of the hell ( Buddhism ) . +Shugakuin Station , located in Sakyo Ward , Kyoto City , is a railway station of the Eizan Main Line operated by Eizan Electric Railway Co . , Ltd . +Munenori OKAMOTO ( 1544 ? - October 22 , 1600 ) was a busho ( Japanese military commander ) and a daimyo ( Japanese feudal lord ) in Azuchi-Momoyama period . +The Oda clan was a clan in Japan . +The Yasakani no magatama is one of the Three Sacred Treasures of the Imperial Family , along with the Yata no Kagami ( the eight-span mirror ) and the Ame no Murakumo no Tsurugi ( the sword Ame-no-Murakumo , literally " Heavenly Sword of Assembled Clouds " ) . +Kakinoha-zushi is a local dish of Nara Prefecture , Wakayama Prefecture , and Ishikawa Prefecture . +ONO no Takamura ( 802 - February 7 , 853 ) was a bureaucrat , scholar and poet in the early Heian period . +Seijun ( year of birth unknown - May 2 , 1566 ) was a nun of the Rinzaishu sect in the Sengoku Period ( Period of Warring States ) . +TAKASHINA no Yasutsune ( 1130 – December 20 , 1201 ) was a court noble between the late Heian period and the early Kamakura period . +Gongyo is ' shojin ' ( virya , devotional exercises ) of Buddhism . +Michisada KAZANIN ( year of birth unknown - May 17 , 1400 ) was a kugyo ( court noble ) who lived during the period of the Northern and Southern Courts ( in Japan ) and during the Muromachi period . +Myogu ( 946 - August 2 , 1020 ) was a priest of the Tendai Sect in the middle of the Heian period . +Yasuoki WAKISAKA was the forth lord of the Tatsuno domain of Harima Province . +The Uji-Yodo Bus Route connects Uji City in Kyoto Prefecture and Fushimi Ward in Kyoto City . +Jisha Honjoryo was shoen ( private estate ) and shoryo ( individual holding , domain ) specifically meaning kugeryo ( estate of the nobility ) and jisharyo ( estate of local temples and shrines ) separately from bukeryo ( estate of samurai family . ) +Kirishitan-ban ( Christian editions ) refers to a common name of printing in Roman characters , kanji ( Chinese characters ) or kana ( the Japanese syllabary ) which was published by the Society of Jesus mainly in Japan in the early modern period ( from the end of the 16th century to the beginning of the 17th century ) . +Higashiyama Go-bunko refers to the imperial family library located in northeast corner of Kyoto Imperial Palace . +Yuzuki no kimi ( date of birth and death unknown ) is a settler who is described as the ancestor of the Hata clan in " Nihonshoki " , Chronicles of Japan . +Namizake refers to a sake ( Japanese rice wine ) brewing method from the Heian to Edo periods which used genmai ( unpolished rice ) for both the kakemai ( steamed rice ) and the kojimai ( malted rice ) , as well as the sake made using the method . +Emperor Gokogon ( March 23 , 1338 - March 12 , 1374 ) , his reign was from September 25 , 1352 to April 9 , 1371 , he was the fourth Emperor of the Northern Court during the period of the Northern and Southern Courts . +Jisso-in Temple is a Buddhist temple located in Iwakura , Sakyo Ward , Kyoto City . +Kichinojo UMEWAKA is a name used by the head of the Kichinojo Umewaka family , one of the branch families of the Rokuro Umewaka family , which is one of the schools of the shite-kata ( actors who play leading characters in Noh performances ) Kanze school . +Sachio ITO ( September 18 , 1864 - July 30 , 1913 ) is a poet and novelist in Japan . +Zenki and Goki refer to an ogre couple which EN no Ozunu ( A semi-legendary holy man noted for his practice of mountain asceticism during the second half of the seventh century ) , a founder of Shugendo ( Japanese mountain asceticism-shamanism incorporating Shinto and Buddhist concepts ) , was accompanied with . +FUJIWARA no Uchimaro ( 756 – December 24 , 812 ) was a court noble , who lived from the Nara period to the early Heian period . +Michimura NAKANOIN ( February 22 , 1588 - March 28 , 1653 ) was a nobleman in the early Edo period . +The term " Togaki " refers to a stage direction which is distinguished from dialogues spoken by actors and actresses in a play , script , etc . +Yakuniku refers to dishes in which meat is cooked on a grill or iron plate . +Yasunobu WAKISAKA ( year of birth unknown - May 24 , 1637 ) was a daimyo ( Japanese feudal lord ) who lived in the early Edo period . +Heihaku is a general term used for anything other than food and drink that is offered to the Shinto gods during a Shinto ceremony . +Isse ichigen no sei ( system of one era per Emperor ) refers to the system where an era name will not be changed during the reign of a monarch ( Emperor or king ) . +FUJIWARA no Narito ( 987 – date of death unknown ) was a noble in the Heian period . +Kenmu Irai Tsuika refers to the supplementary law code established by Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Hoshu KATSURAGAWA ( 1751- August 2 , 1809 ) was a doctor and Rangakusha ( a person who studied Western sciences by means of the Dutch language ) . +Goro NAKAMURA ( 1849 - July 15 , 1867 ) , from the Utsunomiya Domain , Shimotsuke Province , was a member of the Shinsengumi . +Tadao SHITSUKI ( 1760 - August 16 , 1806 ) was a Dutch scholar and Dutch interpreter in Nagasaki in the Edo period . +Hirezake ( hot sake [ Japanese liquor ] flavored with fish fins ) is a way of drinking sake . +The Keihan Main Line ( Keihan Hon-sen ) is a railway of Keihan Electric Railway connecting Yodoyabashi Station located in Chuo Ward , Osaka City , Osaka Prefecture ( Osaka City ) with Sanjo Station in Higashiyama Ward , Kyoto City , Kyoto Prefecture ( Kyoto Prefecture ) . +Sango ( literally , " mountain name , " which is the title prefixed to the name of a Buddhist temple ) : Matsuo-san or Fudaraku-san +KUME no Wakame ( year of birth unknown and died on August 3 , 780 ) was a woman in the Nara period . +Yoko-oji Road is an ancient path in Japan that penetrated the Nara Basin in an east-west direction . +Shinano Genji is a name given to the Minamoto clan who were native to and based in Shinano Province during the medieval period . +Yamato Monogatari ( literally , " Tales of Yamato " ) is a story of the Middle Ages of Japan , written in the Heian period . +Princess Yoshiko ( years of birth and death unknown ) , was a member of the Imperial Family who lived in the early Heian period . +TAIRA no Masahira ( year of birth and death unknown ) was a busho ( Japanese military commander ) who lived during the mid-Heian period . +KIYOHARA no Sanehira ( year of birth unknown - 1083 ) was a Busho ( Japanese military commander ) who lived during the late Heian period . +Sanemasa ICHIJO ( 1196 - May 13 , 1228 ) was a court noble of the early Kamakura period . +Goo-jinja Shrine is a Shinto shrine located in Kamigyo Ward , Kyoto City . +Suntory Yamazaki Distillery is Suntory 's whisky distillery located at 5-2-1 , Yamazaki , Shimamoto-cho , Mishima-gun , Osaka Prefecture . +Kugonin was a group , during the medieval period in Japan , that belonged to the Imperial court who presented food such as special products from the mountains and the sea , and various handicraft products to the Emperor and the Imperial Family . +KIYOHARA no Fukayabu ( year of birth and death unknown ) was a Japanese poet of the mid-Heian period . +Mitsuoki TOSA ( November 21 , 1617 - November 14 , 1691 ) was a leading painter in the Tosa school in the Edo period . +Masanori HOJO ( 1189 - December 4 , 1204 ) was a busho ( Japanese military commander ) in the early Kamakura period . +Jigoku Zoshi are 12th-century hand scrolls depicting Buddhist hells . +Toshitada IJUIN ( year of birth and death unknown ) was a person born in Satsuma Province and lived during the mid Kamakura period . +Yonin was a member of the organization that formed part of a samurai family during the Edo period . +Jizo-in Temple , located in Uji City , Kyoto Prefecture , is a temple of the Jodo sect . +Located in around Hiyoshicho-naka , Nantan City , Kyoto Prefecture ( formerly Hiyoshi-cho , Funai-gun ) , Hiyoshi Dam is built over the middle reaches of the Katsura-gawa River which is one of the subsidiary streams of the Yodo-gawa River . +Sukekado YANAGIWARA ( August 2 , 1644 - October 29 , 1712 ) was a noble who lived in the early Edo period . +KO no Morofuyu ( ? – February 21 , 1351 ) was a busho ( military commander ) in the period of the Northern and Southern Courts ( Japan ) . +Daijokanpu ( also known as Dajokanpu ) were official documents issued by Daijokan ( Grand Council of State ) to lower agencies and Kokuga ( local offices of the state ) under the Ritsuyo system ( ancient government system ) . +A tile named Kawara is a material mainly used to cover roofs with . +Dotaku are hanging bell-shaped bronze wares produced during the Yayoi period . +" The Chokusai-sha shrine " is a shrine where festivals are attended by imperial messengers sent by the Emperor ( called chokusai ) . +Jugyuzu is a set of ten drawings of cows which depict the path leading to the enlightenment of Zen meditation . +Kami-goryo-jinja Shrine is located in Kamigyo Ward , Kyoto City . +Raigo-in Temple ( Higashiyama Ward , Kyoto City ) is a Buddhist temple of the Sennyu-ji school of the Shingon Sect . +FUJIWARA no Nakakiyo ( year of birth and death unknown ) was a retainer of the Imperial Court during the mid Heian period . +The Medieval 36 Immortal Poets is a collective term for the 36 master poets of waka included in " Nochi no Rokurokusen " ( an anthology of poems collected by FUJIWARA no Norikane ) compiled by FUJIWARA no Norikane . +" Matsukaze " is a Noh play ( classical Japanese dance theater ) . +Nichizon ( 1265 – 1346 ) was a disciple of Nikko . +Taimatsu is the Japanese word for torch , a lighted piece of wood which can be held and used as a light source and for illumination . +Kyoto City Library is a group of municipal libraries of Kyoto City . +Omononushi is a deity in Japanese mythology . +FUJIWARA no Kagetsune ( year of birth unknown - 1185 ) was a samurai in the end of Heian Period . +Treaty of Portsmouth refers to a peace treaty of the Russo-Japanese War . +MIYAJI no Kunihira ( year of birth and death unknown ) was a Japanese military commander and gokenin ( an immediate vassal of the shogunate in the Kamakura and Muromachi through Edo periods ) who lived during the early Kamakura period . +Ogoto-jinja Shrine is a Shinto shrine located in Ogoto-onsen Hot Springs , Otsu City , Shiga Prefecture . +Mochigumi was an organization in the Edo bakufu . +Kumogakure ( literally , vanishing behind the clouds ) is the title of one of the fifty-four chapters of " The Tale of Genji . " +Imperial Prince Arisugawanomiya Yorihito ( October 28 , 1713 - November 19 , 1769 ) was a member of the Imperial family during the Edo period . +List of Cultural Properties Held by Kyoto National Museum +Tadasaburo SASAKI ( 1833 - February 5 , 1868 ) was a samurai that was a direct vassal of the shogun and member of Kyoto Mimawarigumi in Japan . +The bunrei or wakamitawa is a term used in the Shinto religion that refers to a separated god or divine spirit when an enshrined deity of main shrine is dedicated to a different shrine . +Jien ( May 17 , 1155 - October 28 , 1225 ) was a priest of the Tendai sect in the Kamakura period and was famous for the history book , " Gukansho . " +The Koami school is a group of maki-e masters engaging in Shitsugei ( lacquer art ) . +The Jisho / Juei Rebellion was a large-scale internal rebellion that lasted for 6 years from 1180 to 1185 during the later Heian Period . +Unagi is a general term used for a group of fish that belong to the order Anguilliformes family Anguilidae . +Nobunao ODA ( 1546 - October 23 , 1574 ) was a busho ( a military commander ) who lived during the Sengoku period ( warring states period ) in Japan . +Shigeyoshi MORI ( 1916 - 1991 ) was a Nohgakushi ( Noh actor ) playing waki ( supporting roles ) of Hosho-ryu school . +The former Imperial Family is the colloquial term of Imperial Family members who ceased to be a member of the Imperial Family in 1947 , consisted of 51 members of 11 Miyake ( house of an imperial prince ) and their male descendants . +Hachi no ki is one of the Noh plays . +Kanzaki no Sho ( Kanzaki Manor ) was a manor located in Hizen Province from the Heian period to the Muromachi period . +Imperial Princess Shoshi ( September 28 , 1286 - November 23 , 1348 ) was a member of the Imperial Family from the latter Kamakura period to the beginning of the Muromachi period ( the period of the Northern and Southern Courts - Japan ) . +TACHIBANA no Konakachi ( year of birth unknown - August 6 , 759 ) was the consort of Emperor Shomu . +Zashikibina is a form of the Hinamatsuri ( Doll Festival ) celebration inherited specifically in Ma-ana district , Yawatahama City , Ehime Prefecture . +The Gapsin Coup is an event which happened in Korea in December , 1884 . +It is a pass on the border between Tanba City , Hyogo Prefecture and Fukuchiyama City , Kyoto Prefecture . +Shimogamohon-dori Street is a main street running north-sout though Kyoto City . +Hajin HAYANO ( 1676 - July 7 , 1742 ) was a poet of haiku ( a Japanese poem in 17 syllables having a 5-7-5 syllabic form and traditionally containing a reference to the seasons ) who lived during the Edo period . +Tsujiura is a kind of fortune-telling seen in Japan . +The Battle of Shizugatake was a war which occurred in 1583 between Hideyoshi HASHIBA ( later Hideyoshi TOYOTOMI ) and Katsuie SHIBATA near Shizugatake Mountain in Ika District of Omi Province ( present Ika County , Shiga Prefecture ) . +The term Kokugaku means educational institutes established , with the aim of nurturing officials , at each province under the Ritsuryo system ( the system of centralized government based on the Riysuryo code ) . +The Kyoto City Transportation Bureau is a local public enterprise engaged in the provision of public transportation services in Kyoto City and its vicinity . +Amakashino-oka Hill is a hill located in Toyura , Asuka-mura , Takaichi County , Nara Prefecture . +" Otomoshu " were a group of busho ( military commander ) attendants who proceeded to the ancient capital of Kyoto from Kamakura and devoted themselves to raising Shogun Takauji ASHIKAGA 's army . +Sanjo-ohashi Bridge is on Sanjo-dori Street in Kyoto City . +MINAMOTO no Yoshinobu ( year of birth and death unknown ) was a Japanese military commander of Kawachi-Genji ( Minamoto clan ) who lived during the late Heian period . +Seisei Nikki was a camp diary written by Tenkei , a diplomat priest of Myoshin-ji Temple , who accompanied Yukinaga KONISHI 's army during the Bunroku-Keicho War . +Tsunehisa AMAGO is a Japanese military commander and a daimyo during the Sengoku Period . +Enpa is a school of busshi ( sculptor of Buddhist Statues ) which started from the mid Heian period and lasted until the Kamakura period . +Katsura Rikyu is the detached Palace ( a palace built apart from the Imperial Palace ) located at Katsura , Nishikyo Ward , Kyoto City . +Uzaemon ODATE ( January 13 1854 - August 17 1904 ) was a sumo wrestler who was born in Tagawa County , Dewa Province ( present-day Tsuruoka City , Yamagata Prefecture ) and his highest rank was ozeki ( second highest rank in sumo ) . +Nisshin ( 1565 - May 17 , 1626 ) was a monk of the Nichiren Sect of Buddhism from the Azuchi-Momoyama period to the Edo period . +Imperial Prince Shigeakira ( 906 - October 13 , 954 ) was the forth prince of Emperor Daigo . +Cho is a form of official documents under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +The Imagawa clan was a samurai family in Japan . +SAKANOUE no Kunimaro ( year of birth and death unknown ) was a person in the Asuka period of Japan . +Located in Shimo-Horitsumecho , in the Higashiyama Ward of Kyoto City , Kyoto Prefecture , Shichijo Station is a stop on the Keihan Main Line of the Keihan Electric Railway . +The Ando ( 安東 ) clan was a samurai family , which ruled extensively from Tsugaru region of Mutsu Province , situated in the northernmost region on the Japan Sea side of Honshu to the Akita Country of Dewa Province , during the medieval Japan . +The Anglo-Japanese Alliance was the military alliance concluded in the late Meiji Period between Japan and Great Britain . +MINAMOTO no Tsunenaka ( year of birth and death unknown ) was a government official and waka poet in the late Heian period . +Onna Koshu was defined as a female head of a family according to the Old Civil Codes of Japan . +Sorin-ji Temple , located in Higashiyama Ward , Kyoto City , is a temple of the Tendai sect . +Miyoji ITO , who lived from May 29 , 1857 to February 19 , 1934 , was a bureaucrat and statesman during the Meiji , Taisho and Show periods . +Kaiuso Garden ( the former residence of Katsutaro INABATA ) is a garden that was made in present-day Sakyo Ward , Kyoto City , by Jihei OGAWA the seventh , commonly called Ueji ( a pioneer gardener of modern Japanese gardens ) . +" Achiki " is an envoy , scholar , and a naturalized citizen dispatched from Baekje to Japan , who is described in " Nihonshoki " ( Chronicles of Japan ) and " Kojiki " ( Records of Ancient Matters ) . +Somin shorai refers to a folk tale that has been told as a legend in Japan in mainly the Kinki region , referring to folk beliefs that originated in the folk tale . +" Yabo " means the unsophisticated condition . +Kyoto Symphony Orchestra is a professional orchestra headquartered in Kyoto City . +Chugen-ji Temple is a Buddhist temple belonging to the Jodo ( Pure Land ) Sect located in Higashiyama-ku Ward , Kyoto City . +Gyoei ( year of birth and death unknown ) was a priest during Asuka period and Nara period . +Emperor Jomei ( 593 ? - November 20 , 641 ) was the thirty-fourth emperor in Japan ( reigned : February 5 , 629 - November 20 , 641 ) . +Hisanobu IJUIN ( year of birth unknown - 1616 ) was a military commander who lived during Japan 's Warring States and Azuchi-Momoyama periods . +The Kiyotaki-kaido Road ( " Kiyotaki Kaido " in Japanese ) is one of the roads which joins Osaka Prefecture , Nara Prefecture and the southern part of Kyoto Prefecture . +Tango Chirimen is a high-quality silk fabric produced in the Tango region of Kyoto Prefecture . +Ke-shima Island is an island that belongs to Maizuru City , Kyoto Prefecture . +Masazane HOTTA ( 1716 - November 18 , 1758 ) was the fourth lord of Katada Domain in Omi Province . +Ashikaga School is a high educational institution of the Medieval period which some say was established in the early Heian period or the Kamakura period . +The Hitsuke-tozoku-aratame-kata post was for mostly cracking down such felonies as arson , robbers ( burglars ) and gambling . +Hisamichi MATSUNAGA was a busho ( Japanese military commander ) of the Yamato Province in the Sengoku period . +Ryojun MATSUMOTO ( July 13 , 1832 – March 12 , 1907 ) was a Shogun 's retainer during the late Edo period , and a government official during the Meiji period . +Kyoto City Half-Marathon is an event that takes place annually on the second Sunday in March , in the city of Kyoto , Kyoto Prefecture . +Takuhatachijihime no Mikoto is a female deity ( Shinto ) in Japanese mythology . +Bijinga is a general term for paintings that are in the motif of so-called feminine beauty , or feminine looks and inner beauty . +Zazen ( meditation ) is a fundamental method of training in Zen Buddhism , in which one meditates sitting with correct posture . +The Eizan Main Line is a railway line operated by Eizan Electric Railway that connects Demachiyanagi Station ( Sakyo Ward , Kyoto City , Kyoto Prefecture ) and Yase-Hieizanguchi Station . +Owari-zukuri style is one of the architectural styles of shrines in Japan . +Emperor Shoko ( May 12 , 1401 - August 30 , 1428 ) , his reign was from October 5 , 1412 to August 30 , 1428 , he was the hundred and first Emperor of the Muromachi period . +Banzan KUMAZAWA ( 1619 - September 9 , 1691 ) was a scholar of Yomeigaku neo-Confucianism ( the teachings of Wang Yangming and his followers ) in the early Edo period . +Ikakeya indicates the craftsman who does the work of ikake ( repairing pots and rice cookers ) . +Takiguchi no musha ( Takiguchi samurai ) were bushi ( samurai warriors ) who guarded the dairi ( imperial palace ) under the command of the Kurodo dokoro ( imperial secretariat ) from the end of the ninth century . +Hashidate is the name of a limited express train that the West Japan Railway Company ( JR West ) operates between Kyoto Station and Amanohashidate Station via the Sanin Main Line , the Miyafuku Line of the Kitakinki Tango Railway Corporation and the Miyazu Line of the Kitakinki Tango Railway Corporation . +Kyoto Prefecture , a prefecture in Japan , belongs to the Kinki region . +The Kusunoki clan was Gozoku , a local ruling family of the Kawachi Province , and a samurai family of the Southern Court of Japan . +Nakadachiuri-dori Street is a street running east-west through Kyoto City . +Tawaramoto Domain existed in Tawaramoto , Toichi-gun , Yamato Province ( present-day Tawaramoto , Tawaramoto-cho , Shiki-gun , Nara Prefecture ) . +Mitsukuni TOKUGAWA was the second lord of the Mito Domain in Hitachi Province . +Soho TAKUAN ( January 3 , 1574 - January 27 , 1646 ) was a priest of the Rinzai Sect who was active in the Edo period . +Jimmu tosei ( Eastern expedition of the Emperor Jinmu ) is a tale in Japanese myth of the expedition of the first Kamuyamatoiwarebiko ( Emperor Jinmu ) of the Imperial family who departed from Hyuga , conquered Yamato and succeeded to Kashiwara no Miya ( palace at Kashihara ) . +Danjikomi is one of the brewing steps and means of making unfiltered Japanese sake where the yeast and rice are added over three steps to the yeast mash or moto ( another term for sake producing yeast ) to provide a mild environmental change for yeast to adapt to while not losing its productivity . +Naijudokoro was a government office of Ryoge no kan ( official post outside of the Ritsuryo system ) under the Japanese Ritsuryo system . +" Hojoki , " written by KAMO no Chomei , is a representative essay in the history of medieval Japanese literature . +Angu ( also called karimiya ) refers to facilities built or used as a temporary palace in situations such as when an emperor pays a visit somewhere , or the imperial palace falls because of a political change and so on . +" Shinshui Wakashu " ( New Collection of Gleanings ) is one of the chokusen wakashu ( anthology of Japanese poetry compiled by the Imperial command ) . +Seki Bokuo ( 1903 - 1991 ) was a priest of the Rinzai Sect in Japan . +Ubagabi ' refers to mysterious fiery apparitions handed down from generation to generation in Kawachi no kuni ( present-day Osaka Prefecture ) and Tanba no kuni ( present-day the northern part of Kyoto prefecture ) . +Ryochin BOKUHANSAI ( 1526 - November 29 , 1602 ) was a jito ( manager and lord of manor ) of Kaizukaterauchi-cho Town , Izumi Province . +Johyo ( memorial to the emperor ) was an act of handing Monjo ( written material ) ( or Hyo [ letters ] ) or the Monjo itself to the Emperor from any Koshin ( Emperor 's family ) including Togu ( crown prince ) , all the officials or general public . +The Koga family is a Japanese clan . +Ryohen ( 1150 - September 7 , 1232 ) was a priest of the Shingon sect of the late Heian period to the Kamakura period . +Tsukudani are made of sea foods that are boiled in soy sauce and originated in the Tsukuda ( in Chuo Ward Tokyo ) area of Tokyo . +Gojo-zaka is another name for the eastern section of Gojo-dori Street , a street running inside Kyoto City . +Those who perform Noh plays as a profession are called the Noh actors or Noh performers . +The Kyoto National Museum is run by the National Institutes for Cultural Heritage . +Karuka , sakujo , komeya were the Japanese names for the ramrod used for loading muzzle loading guns . +Datotsu refers to a technique in Kendo ( Japanese art of fencing . ) +Gion-jinja Shrines are Shinto shrines dedicated to the Gion Faith . +Izunahime no Mikoto is a goddess enshrined at Izuta-jinja Shrine on Mt . Kochi , Tosashimizu City , Kochi Prefecture and at the Izuta-jinja Shrines in Tamura and Maehama districts of Nankoku City . +Nyujo is one of the ultimate ascetic practices of Shingon Esoteric Buddhism . +Empress Gosakuramachi ( September 23 , 1740 - December 24 , 1813 ) was the hundred seventeenth Emperor , her reign was from September 15 , 1762 - January 9 , 1771 . +Sutesuke MATSUMOTO ( May 29 , 1845 - April 6 , 1918 ) was a member of Hachiban-gumi Tai ( eighth platoon ) of the Shinsengumi ( a special police force of the late Tokugawa shogunate period ) . +" Kanu " is one of the eighteen best plays of kabuki by the Ichikawa family . +Omote-senke is one of the various tea ceremony schools that can be found in Japan . +Gundai ( a magistrate of a region or an administrator of a town ) is the name of a post set in the bakufu ( Japanese feudal government headed by a shogun ) and in clan domains from the Muromachi period to the Edo period . +Mikizo OOISHI ( date of birth is unknown - March 21 , 1866 ) was a vassal of the Hitotsubashi family , a branch of the Tokugawa Clan , who lived during the last days of the Tokugawa Shogunate . +Banyaku refers to working different shifts by rotation in the Japanese history . +Emperor Kogen ( 273 B.C. – October 14 , 158 B.C. ) is the eighth emperor ( reigned from February 21 , 214 B.C. to October 14 , 158 B.C. ) written in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +Ujiyori ROKKAKU ( 1326 - July 8 , 1370 ) was a samurai ( warrior ) who lived in the period of the Northern and Southern Courts . +The Sohenryu school is a branch of tea ceremony founded by Sohen YAMADA . +Sanesada TOKUDAIJI ( 1139 - February 1 , 1192 ) was a court noble and poet who lived in the closing days of the Heian period and into the Kamakura period . +Sanehira DOI ( DOHI ) was a busho ( military commander ) from the late Heian to the early Kamakura period . +Kageyuki YAMAOKA was a military commander of the Sengoku period ( period of warring states ) . +MINAMOTO no Tomonaga ( 1143 – 1160 ) was a Busho ( military general ) during the latter stages of the Heian period . +Wakatakehiko no mikoto or Wakahikotakekibitsuhiko no mikoto was a member of the Imperial family who lived during the Kofun period ( tumulus period ) . +YAMANOUE no Soji ki is a book of secrets written in 1588 by Soji YAMANOUE , who was a highly regarded disciple of SEN no Rikyu . +Takenori KASUYA was a feudal warlord who lived between the Azuchi Momoyama and Edo periods . +Gensuke ITO ( date of birth unknown , 1842 - January 30 , 1870 ) was a regimental soldier in the shinsengjumi , and was someone who had submitted an application to enlist in the shinsengumi . +KOREMUNE no Naomoto ( date of birth and death unknown ) was a Myobodo ( study of Codes ) in the Heian period . +As the prime minister subsequent to Aritomo YAMAGATA ( the First YAMAGATA Cabinet ) , such as Hirobumi ITO , Tsugumichi SAIGO and Akiyoshi YAMADA were lined up , but the imperial command for organizing the Cabinet was given to Masayoshi MATSUKATA on May 2 . +Sanetaka ASAMI ( the date of birth unknown - 1241 ) was a samurai from Kodama party of Musashi Province from the end of Heian period to Kamakura period . +Kyoho-chogin is a silver coin by weight standard as well as a kind of chogin that was issued in September 1714 , and it was called by " Shotoku-chogin " as well . +Murakami-Genji was a shisei kozoku ( member of the Imperial Family conferred with a family name ) who was descended from a son of the sixty second Emperor , Murakami . +Kagurabue flute is a wind instrument used in the performance of gagaku ( ancient Japanese court music ) . +Yusocho refers to an account book recording accurate figures of Denso ( rice field tax ) and Jishi ( land taxes under the Ritsuryo system ) actually collected in one year in order for the Ritsuryo government ( ancient Japanese government of centralized governance ) to survey the actual performance of government affairs by Kokushi ( provincial governor ) , which was always carried by Kochoshi , one of Shidoshi dispatched to the capital by Kokushi , in charge of submitting Chocho ( list of choyo ( tribute and labor ) and was submitted by Minbusho ( the Ministry of Popular Affairs ) by order of the government . +Myoho ( Saddharma in Sanskrit ) means the first victorious and mysterious dharma in Buddhism . +" Karukuchi " is an old name of Kamigata rakugo , traditional Japanese comic storytelling as performed in the Kyoto-Osaka region . +Giten Gensho ( 1393-April 17 , 1462 ) was a priest of the Rinzai Sect of Buddhism in the mid-Muromachi period . +( Kyoto City Heiankyo Sosei-kan Museum ) The Suzaku-oji Street is referred to as a government-run road in capitals of ancient East Asia under a street plan of ancient capital , which ran southward from the front of the Kyujo ( place where Emperor lives ) and Kanga ( government office ) . +Nobumasa NAITO was a busho ( Japanese military commander ) of the Sengoku period ( Period of Warring States ) ( Japan ) . +Miroku-ishi Stone is the stone placed in hokora near the entrance to Oku no in of Mt . Koya , the sacred ground of Wakayama Prefecture . +Hikae yagura is Zamoto ( leaders of theatrical companies ) which took over the performance rights and ran the theaters on behalf of the playhouses ( Hon yagura [ the three licensed theaters , Edo Sanza ] ) authorized by the Edo bakufu ( Japanese feudal government headed by a shogun ) because the playhouses could not give any performance due to financial woes etc. in the Edo period . +Sumi refers to soot derived from substances such as lampblack or burnt pine , solidified by mixing with gelatin ( solid sumi ) . +Masahide HATTORI ( date of birth and death unknown ) was a busho ( Japanese military commander ) and a daimyo ( Japanese feudal lord ) in Azuchi-Momoyama period . +Tosenkyo is a Japanese game ( throwing fans at a target ) that is one of the Japanese traditional multiplayer games . +Emperor Kameyama ( July 9 , 1249 - October 4 , 1305 ) was the ninetieth Emperor during the Kamakura period ( his reign was from January 9 , 1259 to March 6 , 1274 ) . +Nagamasa HAYAKAWA ( date of birth and death unknown ) was a busho ( Japanese military commander ) and a daimyo ( Japanese feudal lord ) in Azuchi-Momoyama period . +Hanbagu ( hamburger ) or hanbagu suteki ( hamburger steak ) is a dish , made by adding minced vegetables such as onions , and seasonings such as pepper into ground meat ( pork , beef , other meat of livestock , or a combination of meats ) , mixing eggs and bread crumbs together , forming the meat mixture into ovals or circles , and broiling them . +Donin NISHIMURA ( 1504-1555 ) was a caster and Kamashi ( tea pot maker ) in the Sengoku period ( period of warring states ) . +Moritsuna TADA ( year of birth unknown - 1156 ) was a Japanese military commander of the late Heian period . +Amenosakahoko ( also pronounced as Amanosakahoko ) is a kind of halberd ( hoko ) which appears in the myths of medieval Japan . +Ponto-cho , located in Nakagyo Ward , Kyoto City , is a hanamachi ( ' flower town , ' or geisha district ) that lies between the Kamo-gawa River ( Yodo-gawa River system ) and Kiyamachi-dori Street . +Tsunehiro KAJUJI ( also known as Keikyo , 1432 – March 3 , 1504 ) was a court noble in the Muromachi Period . +Hosuseri no Mikoto is a Shinto god in Japanese mythology . +Saekibe is one of the Shinabe ( technical groups ) that existed in ancient Japan . +Miya sodo ( palace disturbance ) is the incident in which Mitsutoki HOJO attempted a rebellion , and the former Seii taishogun ( literally , " great general who subdues the barbarians " ) , FUJIWARA no Yoritsune , was banished from Kamakura , and returned to Kyoto in 1246 in the Kamakura period . +The Shingu clan is one of the clans in Japan . +" Mutsuwa-ki " is a war chronicle that depicts the details of Japan 's Early Nine-Years War . +Princess Yamatototo Hime ( Yamatototo Hime no Mikoto ; the dates of her birth and death unknown ) was the first princess of the Emperor Kogen . +Kobu-ochoku juhakka-jo was the name for eighteen articles which were said to be issued in September 1615 by Ieyasu TOKUGAWA who received an imperial order from Emperor Gomizunoo to display in Shishin den inside the Imperial palace . +Kamitobaguchi Station , located in Takeda-Mukaidaimachikawa-cho , Fushimi Ward , Kyoto City , Kyoto Prefecture , is a railway facility on the Kyoto Line of Kintetsu Corporation . +Tonarigumi +Kiseru is one of Japanese smoking tools and similar to a Western pipe ( tobacco ) . +TACHIBANA no Hiromi ( 837 - June 10 , 890 ) was a court noble and academian in the early Heian period . +Masataka UEMATSU ( October 2 , 1687 - November 4 , 1730 ) was a Kugyo ( top court official ) during the mid Edo period . +Tamagoyaki is a general term for Japanese egg dishes in which eggs are beaten and cooked in a pan . +Marutamachi Station , located in Higashi-Maruta-cho , Sakyo Ward , Kyoto City , Kyoto Prefecture , is a stop of the Keihan Oto Line , which is operated by Keihan Electric Railway . +Fuyutsune TAKATSUKASA ( 1283 - July 17 , 1319 ) was a kugyo ( court noble ) who lived at the end of the Kamakura period . +Otsu Prince Hotel in Otsu City , Shiga Prefecture is a business hotel built on the causeway surrounding lake Biwa . +Shoji-ji Temple is a Buddhist temple belonging to the Tendai Sect located in Nishikyo Ward , Kyoto City . +Jisha seiryoku is a term describing the military , governmental , economical and cultural power of temples and shrines ( at that time considered equivalent because of syncretism of Shinto and Buddhism ) , which shared power with the military government and Imperial Court during the Japanese middle ages . +OTOMO no Tabito ( 665 - September 4 , 731 ) was a politician and poet of the early Nara period . +Shijo stations are located in Kyoto City , Kyoto Prefecture . +Hiroshi INAGAKI ( December 30 , 1905 - May 21 , 1980 ) was a Japanese film director . +Watanabe no tsu , one of the biggest seaports on the coast of Seto Inland Sea , used to be located near the river mouth of the Kyu-Yodo-gawa River ( former Yodo-gawa River ) in the Settsu Province . +Koka fifty-three families refers to jizamurai ( local samurai ) fifty-three families in Koka , who stood by Rokkaku clan 's side in ' Siege of Magari , ' who later became the center families of Koga-ryu school ninjutsu ( ninja techniques ) . +Masatomo ASHIKAGA was a member of the Ashikaga family and the first Horigoe Kubo ( the Governor-general based in Horigoe , Izu Province ) in the late Muromachi period . +Tama KONDO ( March 15 , 1862 - June 28 , 1886 ) was a general woman in the Meiji era . +The Battle of Toba-Fushimi from January 27 to 30 , 1868 was the beginning of the Boshin War , and was fought in Kamitoba ( Minami Ward , Kyoto City ) on the outskirts of southern Kyoto , Shimotoba , Takeda , and Fushimi ( Fushimi Ward , Kyoto City ) . +" Sumida-gawa Gonichi no Omokage " is one of the kabuki kyogen play written by Shimesuke NAGAWA . +The sixth Koraku OGAWA ( April 22 , 1940- ) is a master of sencha ( green leaf tea ) tea ceremony ( the sixth grand master of the Ogawa school ) . +Katsumi NISHIKAWA ( July 1 , 1918 - ) was a movie director . +Gion no nyogo ( year of birth and death unknown ) was a favorite consort of the Cloistered Emperor Shirakawa in his later years . +Randen-Saga Station , located in Saga-tenryuji-imahori-cho , Ukyo Ward , Kyoto City , is a railway facility of the Arashiyama Main Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +Tadakuni MIZUNO was a daimyo ( Japanese feudal lord ) and roju ( senior councilor of the Tokugawa shogunate ) who lived during the Edo Period . +Tamesada NIJO ( c . 1293 - April 8 , 1360 ) was a poet from the end of Kamakura period to the beginning of the Northern and Southern Courts period . +Mt . Gorogadake is a mountain that is located in the center of Maizuru City , Kyoto Prefecture and divides Higashi-Maizuru and Nishi-Maizuru . +The Keihan East Rose Town Community Bus is the bus route established by the Keihan Uji Transport Co . Ltd . , while the Keihan Bus Co . Ltd. is currently managing and operating the bus route after the consolidation of the Keihan Uji Transport Co . Ltd. into the Keihan Bus Co . Ltd .. +Saba-kaido Road is an historical name of the road developed for fish and shellfish captured in Reinan for delivery to Kyoto . +" Chakyo " ( The Classic of Tea ) is a book written by Lu Yu around eighth century in Tang Dynasty China . +Toshimoto HINO ( date of birth unknown , died July 4 , 1332 ) was a court noble at the end of Kamakura Period . +Taishimichi refer to Japan 's ancient roads that are taken by Prince Shotoku and which have common name . +Honchotsugan is a history book in classical Chinese and in chronological order edited by the Edo Shogunate . +The term Kyo language ( written in Japanese as either 京言葉 , きょうことば or 京ことば ) or Kyoto-ben ( Kyoto dialect ) means a Japanese dialect spoken either in the old town area of Kyoto City , in the narrow sense , or in the area including Yamashiro Province and Nantan ( around Kameoka basin ) , in the broad sense , both in Kyoto Prefecture . +The Nishinotoin-dori Street is a street running north-south through Kyoto City . +Shoden referred to having / giving permission to enter a denjo no ma in the minami hisashi ( southern surrounding area ) of the seiryoden of dairi ( Imperial Palace ) to people higher than goi ( Fifth Rank ) in the rank and people in a position of Rokui no Kurodo ( Chamberlain of Sixth Rank ) in and after the Heian period . +KAWAKAMI no iratsume ( around 575 - around 618 ) was a consort of the Emperor Sushun . +Tsunamoto ONINIWA ( 1549 - July 13 , 1640 ) was a busho ( Japanese military commander ) of the Date clan . +FUJIWARA no Hirotsune ( 838-February 18 , 883 ) was a government official who lived during the early Heian period . +Kizakura Kappa Country is a theme park owned by Kizakura Co . , Ltd. located in Fushimi Ward , Kyoto City , Kyoto Prefecture . +Sakura meshi is a takikomi gohan ( Japanese rice dish seasoned with dashi and soy sauce ) without any other ingredients . +FUJIWARA no Naritaka ( year of birth and death unknown ) was a retainer of the Imperial Court at the end of Heian period . +Culture Day ( Bunka no hi ) is a Japanese national holiday held annually every November 3 . +Yugao ( Evening face ) is one of the fifty-four chapters of " The Tale of Genji . " +Zenjo ( dhyaana in Sanskrit , jhaana in Pali ) is to meditate and observe the truth while focusing one 's mind . +Nanto Yakiuchi is the incident that the Taira clan army led by TAIRA no Shigehira set fire to Buddhist temples in Nara ( Nanto ) such as Todai-ji Temple and Kofuku-ji Temple by the order of TAIRA no Kiyomori on January 15 , 1181 . +MIYOSHI no Nagahira ( 1168 - May 3 , 1244 ) was a court official during the early Kamakura period . +The Kintetsu Keihanna Line is a train line of Kintetsu Railways ( Kintetsu ) connecting Nagata Station ( Osaka Prefecture ) in Higashi-Osaka City , Osaka Prefecture , and Gakken-Nara-Tomigaoka Station in Nara City , Nara Prefecture . +Kunimatsu TOYOTOMI / Kunimatsu HASHIBA ( 1608 - June 19 , 1615 ) was a son of Hideyori TOYOTOMI . +The Kurikuma no Okimi ( year of birth unknown - July , 676 ) was a member of the Japanese Imperial Family in the Asuka period . +Tokusanokandakara ( or Jusshushinpo ) are ten kinds of sacred treasures that were handed down by Nigihayahi no Mikoto , sojin ( ancestral tutelary ) of the Mononobe clan . +Sokyu IMAI ( 1520 - August 31 , 1593 ) was a merchant in Sakai and a chajin ( master of the tea ceremony ) , who lived in the Azuchi-Momoyama period . +Kappa KO ( 1724 - 1776 ) was a composer of Chinese poems and Confucian scholar in the mid Edo period . +Mandala ( Sanskrit : mandala ) means works that express sanctuary , Buddhahood and / or the world view of Buddhism visually and symbolically by means of statutes of Buddha , symbols and characters ( especially those of Esoteric Buddhism ) . +Shune ( 1113 - ca . 1191 ) was a priest and poet in the late Heian period . +Chikamitsu YUKI ( year of birth unknown - March 2 , 1336 ) was a busho ( Japanese military commander ) who lived from the Kamakura period to the period of the Northern and Southern Courts . +Noritoshi IKOKUMA ( year of birth unknown - November 13 , 1609 ) was a court noble in the early Edo Period . +Masamune DATE ( September 5 , 1567 - June 27 , 1636 ) was a feudal warlord who lived during the Sengoku period . +Kanezane KUJO ( 1149 - May 3 , 1207 ) was a court noble who lived from end of the Heian period to the beginning of the Kamakura period . +Kanku ( 884 - February 28 , 972 ) was a Shingon sect priest in the middle of the Heian period . +The Shimpuren-no-ran War is a revolt by the warrior class against the Meiji Government which took place in Kumamoto City in 1876 . +TAKATA no Iwanari ( his age of birth and death are unkown ) was from the Asuka period . +Ikeda-no-sho Manor was a shoen ( manor in medieval Japan ) in Mino Province during the Heian and Muromachi Periods . +Kao no goso refers a direct petition by Enryaku-ji Temple 's daishu ( residing monks ) demanding the proprietor of the Owari Province FUJIWARA no Narichika into exile on January 18 , 1170 . +The Myobo Kanyosho is a law book written in the late Heian period . +HEKI no Sademaro ( 佐堤麻呂 ) ( year of birth and death unknown ) was a regional administrator of Nara period . +Momiji no Ga ( The Autumn Excursion ) is one of the fifty-four chapters of The Tale of Genji . +Kumeo IWAKURA ( 1865 - 1923 ) was a military man of the Imperial Japanese Army during the Meiji period . +Sokujo-in Temple is a Shingon Sect Buddhist temple in Higashiyama Ward , Kyoto City , Kyoto Prefecture . +Nagashi MATSUMOTO ( November 11 , 1877 - November 29 , 1935 ) was a Nohgakushi ( Noh actor ) playing shite ( principal roles ) of Hosho-ryu school . +The Toyotomi government was a Japanese government that ruled the country from 1590 ( in fact , 1585 ) to 1603 . +Empress Dowager Eisho ( maiden name : Asako KUJO , December 23 , 1833 - January 11 , 1897 ) was Emperor Komei 's Nyogo ( consort ) and Emperor Meiji 's mother . +Seii Taishogun ( literally , " great general who subdues the barbarians " ) was one of the Shogun positions in Japan 's Ryoge no kan ( class outside of the Ritsuryo system ) . +Shuhei TANI ( May 20 , 1948 - December 2 , 1901 ) was a member of Shinsengumi ( a special police force of the late Tokugawa shogunate period ) . +The Taft – Katsura Agreement was an agreement made between the Prime Minister of Japan Taro KATSURA , who was also the temporary Minister of Foreign Affairs , and William Howard TAFT , the United States Secretary of War and later the 27th President of the United States , who was also a special envoy visiting Japan on the way back from the Philippines . +Naganari OGASAWARA ( November , 1859 - January , 1895 ) was a chamberlain of the Crown Prince for Emperor Meiji and Emperor Taisho . +OZUKI no Hirofusa ( year of birth unknown -July 13 , 1202 ) was a lower or middle ranked government official during the end of the Heian period . +Shigetoki SUZUKI ( 鈴木 重辰 , 1607 - November 14 , 1670 ) was a bakushin ( Shogun 's retainer ) in the early Edo period . +The Shingon Sect Daikakuji School is one of the schools of the Shingon Sect of Buddhism in Japan and is part of the Kogi Shingon ( Old Shingon ) Sect . +Nobutoshi ODA ( November 19 , 1853 - June 6 , 1901 ) was the third lord and governor of Dewa-Tendo Domain in the Edo period . +Hatsumiyamairi ( a Shinto rite of passage for newborns ) is to thankfully report to Ubusunagami ( guardian deity of one 's birthplace ) that a baby safely had the one month anniversary . +Dosoyaku , also known as kurayaku , was a tax on doso ( pawnbrokers and moneylenders ) in Kyoto during the medieval era . +Motochika fujin ( year of birth unknown - September 8 , 1583 ) was a woman during the Sengoku Period ( Period of the Warring States ) . +Hisanao KAMACHI was a Japanese military commander lived from the end of the Heian Period through the beginning of the Kamakura Period . +Yoshimasa OSHIMA ( September 20 , 1850 - April 10 , 1926 ) was a samurai warrior of Japan , feudal retainer of Choshu Domain , military man of Imperial Japanese Army and a peerage . +Taka ISODA ( her real name was Taka , 1879 - 1945 ) was Geisha in Gion Kobu , and she was Okami ( mistress ) of " Daitomo , " a tea shop which operated in Gion-Shinbashi , Higashiyama Ward , Kyoto City . +Soboshu is a collective term referring to Japanese sake brewed in major temples from the Heian period to Edo period . +The Shindo incident is a peasants ' revolt that took place in Shindo Village ( present-day Hiratsuka City ) , Osumi County , Kanagawa Prefecture in 1878 . +Gigaku-men mask is a mask used for gigaku ( an ancient pantomime in which performers wear masks ) . +Takakiyo KYOGOKU ( 1460 – 1538 ) was a Daimyo ( feudal lord ) from the late Muromachi period through Japan 's Sengoku period ( Period of Warring States ) . +Juro WADA ( year of birth is unclear - January 28 , 1868 ) was a member of Shinsengumi . +Tento is the sun god in Japan . +Gomagi is a wood for burning when a holy fire is lighted . +Exclaustration means that a Buddhist monk quits the priesthood , which requires strict adherence to Buddhist precepts , and returns to secular life . +Muneshige YUASA ( year of birth and death unknown ) is a busho ( Japanese military commander ) over the end of the Heian era and the early period of the Kamakura era . +Jiden ( also called terada ) fields indicate , in Japan , rice fields whereby output was used for operating Buddhist temples . +ARIWARA no Yukihira ( 818 - September 6 , 893 ) was a Japanese poet and a court noble who lived in the Heian period . +Satoru TAUCHI ( 1839 - February 14 , 1867 ) was a member of Shinsengumi ( a group who guarded Kyoto during the end of Tokugawa Shogunate ) . +Norimichi INABA ( 1603-October 6 , 1648 ) was the second han head of the Tamaru han ( Tamaru Domain ) in Ise no kuni ( Ise Province ) . +Hachijo-dori Street is : +The Prince Kibumi ( year of birth unknown - July 28 , 757 ) was a member of the Imperial Family who lived in the Nara period . +Soroban Bozu or Soroban Kozo is a ghost whose stories are told in Tanba Province ( Kyoto Prefecture ) . +Matarashin ( also known as Matarishin ) is the principal image of the Tendai Sect , specially in the Genshi Kimyodan ( a secret ceremony of the Tendai sect ) , and is also regarded as a guardian deity of the Amida-kyo Sutra and nenbutsu ( Buddhist invocation ) . +Suemochi IMADEGAWA ( 1575 - March 7 , 1596 ) was a kugyo ( court noble ) who lived during the Azuchi-Momoyama period . +Kinnao IMADEGAWA ( 1335 - June 1396 ) was a kugyo ( court noble ) who lived during the period of the Northern and Southern Courts ( Japan ) and Muromachi period . +Kojuro KUSUNOKI ( year of birth : ca . 1848 - date of death : October 26 , 1864 ) was a member of Shinsengumi ( a group which guarded Kyoto during the end of Tokugawa Shogunate ) who came from Kyoto . +The cypress bark roof is a roofing method which uses cypress bark . +The Ogura family were kuge ( court nobles ) with kakaku ( family status ) of urinke ( the fourth highest family status for court nobles ) . +The 22 Shrines are part of the Shakaku for Shinto shrines . +Heinai ORITA ( January 1847 - May 7 , 1905 ) was a statesman in the Meiji era . +Esan kiitsu ( Esan kiichi ) means that learning ichijo ( Single Vehicle ) through understanding sanjo ( the Three Vehicles carrying sentient beings to the world of enlightenment ) . +Takanobu KYOGOKU ( 1838 - May 13 , 1893 ) was the 12th ( the last ) hereditary domain head of the Mineyama Domain in Tango Province . +Fujitsuna AOTO ( dates of birth and death unknown ) was samurai in the late Kamakura Period . +Katakamuna civilization is a super ancient civilization that is said to have existed in Japan . +" Kenchumikkan " is a book written by FUJIWARA no Teika in the early Kamakura Period , which is a collection of commentaries on " Kokin Wakashu " ( Collection of Ancient and Modern Japanese Poetry ) . +" The Izumi Shikibu Nikki " is a diary written by Izumi Shikibu , and is a notable example of women 's literature in diaries . +Tadanori UENO ( 1581 - year of death unknown ) was a military commander from the Azuchi-Momoyama to Edo periods . +Narukami is one of the kabuki plays . +Genroin was a legislative organ in the early Meiji era in Japan . +Hozan Kenchin ( 1394 - February 14 , 1442 ) was a priest during the Muromachi Period . +" Heizei-gojo " is a Buddhist term of Jodo Shinshu Buddhism ( the True Pure Land Buddhism , ) which means that any person must complete preparation for rebirth in heaven while he is still alive . +Tamamizu Station , located in Ide-cho , Tsuzuki-gun of Kyoto Prefecture , is a stop on the Nara Line of the West Japan Railway Company ( JR West ) . +Shunkyoden ( Syunkoden ) Hall was one of the 17 halls of the dairi ( Imperial Palace ) in the city of Heian-kyo . +Minushi no Himemiko ( year of birth unknown - September 22 , 737 ) was the daughter of Emperor Tenchi . +Yoshihiko SHIRAKURA ( 1940 - ) is a researcher and a writer on Ukiyoe ( Japanese woodblock prints ) . +Someiyoshino ( scientific name : Prunus x yedoensis ) is a type of cherry tree as a garden plant , having been produced by crossbreeding Cerasus spachiana ' Komatsuotome ' in the line of Edohigan ( P. pendula Maxim. f. ascendens ( Makino ) Ohwi ) and the Oshima cherry ( P. lannesiana var. speciosa ) . +Type 120 was a steam locomotive that was imported from U.K. in 1874 when a railway began operation between Osaka and Kobe . +Motokazu YAKUSHIJI was a busho ( Japanese military commander ) at the end of Muromachi period ( the Sengoku Period ( Period of Warring States ) ( Japan ) ) . +OTOMO no Koshibi ( 695 - 777 ) was a bureaucracy of the Nara period . +Hankyu Corporation ( Hankyu Dentetsu ) is a major private railway company operating the railways that connect Osaka Umeda Station with Kobe City , Takarazuka City and Kyoto City . +Oyama or Onnagata refers to the actor who acts the role of a young woman , the duty of the actor , or the pattern of acting itself , in Kabuki . +Okinaga no sukune no miko ( 息長宿禰王 ; year of birth and death unknown ; around the second century ) was a member of the Imperial family . +Myosei-ji Temple is a Buddhist temple belonging to the Nichiren Sho Sect located in Kita-ku Ward , Kyoto City . +Nobukiyo BOMON ( 1159 - April 9 , 1216 ) was a court noble during the Kamakura period . +Kotaiyoriai ( 交代寄合 ) is one instance of having hatamoto ( a direct retainer of a shogun ) family status within the Edo bakufu ( Japanese feudal government headed by a shogun ) . +" Kanmuryoju Kyo " ( The Sutra of Contemplation on the Buddha of Immeasurable Life ) is one of the Mahayana Buddhist sutras . +The Horeki Incident is the first incident in which imperialists were oppressed in the middle of the Edo period . +It is said that Taketori Monogatari is the oldest tale in Japan . +Princess Yamatototo Wakaya Hime ( Yamatototo Wakaya Hime no Mikoto ; her date of birth and death are unknown ) was a princess of the Emperor Korei . +Jikaku was the hierarchy of a Buddhist temple used to classify its status based on its economic and social standing . +The Kawamata Incident was a struggle that took place on February 13 , 1900 in Kawamata , Sanuki Village , Oura County , Gunma Prefecture ( the present Meiwa Town , Gunma Prefecture ) between police and peasants who were marching to Tokyo to protest to the Meiji government against the Ashio Copper Mine Mineral Pollution Incident . +Ogura Station , located in Kaguraden , Ogura-cho , Uji City , Kyoto Prefecture , is a stop on the Kintetsu Kyoto Line , which is operated by Kintetsu Corporation . +Shozan means the rank of temple ' Zenrin ' , temples of the Zen sect in Japan , which is under the ranks of ' Gozan ' and ' Jussatsu . ' +Ujitsune SHIBA ( years of birth and death unknown ) was a person who lived in the period of the Northern and Southern Courts ( Japan ) . +Tona ( 1289-April 17 , 1372 ) was a Japanese monk and waka poet who lived in the final days of the Kamakura period and into the Northern and Southern Court period . +Minamiza is a theater located in Higashiyama Ward , Kyoto City . +Tadataka OKUBO ( 1560 - April 2 , 1639 ) was a busho ( Japanese military commander ) in the Sengoku period ( period of warring states ) and the early Edo period . +" Jusanmi " ( Junior Third Rank ) is a rank in court ranks and shinkai ( ranks granted to Shinto gods ) . +FUJIWARA no Tamemichi ( 1112 - August 1 , 1154 ) was a court noble during the late Heian Period . +A Sorinto Pillar is a Buddhist facility . +Kaiin-ji was the name of a Buddhist temple located in Nagaokakyo City , Kyoto Prefecture and is also currently the name of the surrounding area . +Hitatare ( the large square-cut coat with cord laced sleeve edges of samurai ) is one type of Japanese traditional kimono . +Gyoe ( 689-date of death unknown ) was a priest in the Nara period . +Togashi refers to a series of cakes and the technique used to make them that were introduced from Tang ( China ) in the Nara period . +Ohama Riot was the riot in Washizuka , Aomi County , Mikawa Province ( currently Hekinan City , Aichi Prefecture ) in 1871 , although it was one of the protest movements against Haibutsu-kishaku ( a movement to abolish Buddhism ) , it was an undesigned and incidental riot . +Yasutomo KOREMUNE ( another names : Yasutomo TONAI / Yasutomo KAGOSHIMA ) was a gokenin ( an immediate vassal of the shogunate ) in the Kamakura Period in Japan . +Butsudan is a permanent miniature temple in an ordinary house to enshrine Buddha as well as an alter to enshrine the dead of the family . +Tsuneuji KIRA ( dates of birth and death unknown ) was a busho ( Japanese military commander ) in the Kamakura period . +Ryoke is a term used in the context of Japanese shoen ( manor in medieval Japan ) to represent a lord of the shoen , donated by Kaihatsu-ryoshu ( local notables who actually developed the land ) . +Bodai Senna ( Bodhisena , 704-760 ) was a priest from a foreign country in the Nara period . +Senpo KURIYAMA ( 1671 - 1706 ) was a Neo-Confucian scholar who lived during the middle of the Edo period . +Tairo was the food supplied to Jicho ( unpaid workers ) , Eji ( guards ) and Uneme ( court ladies ) working at the central government offices in the ancient Ritsuryo system . +Fujiwara no Noritada ( date of birth and death unknown ) was a court noble and a Shinto priest in the end of the Heian period . +Haigo or Haimei ( or Haimyo ) is the pen name used in making Haikai or later Haiku . +Danjuro ICHIKAWA ( the ninth ) ( Danjuro " 團十郞 [ old letter shape ] , 団十郎 [ new letter shape ] ) , " ( November 29 , 1838 - September 13 , 1930 ) was a great kabuki actor in the Meiji period . +Emperor Itoku ( 553 B.C. - October 1 , 477 B.C. ) was the fourth emperor ( reign : March 9 , 510 B.C.- October 1 , 477 B.C. ) , being described in " Kojiki " ( The Records of Ancient Matters ) and " Nihonshoki " ( Chronicles of Japan ) . +Morimasa ASHINA ( 1386 - 1434 ) was a busho ( Japanese military commander ) in the early and mid Muromachi Period . +MONONOBE no Arakahi ( year of birth unknown - September , 536 ) was a member of Gozoku ( local ruling family ) during the Kofun Period ( tumulus period ) . +" Yuzu kosho " ( also called Yuzu gosho ) is a type of condiment that is made by seasoning a paste of chili and yuzu peel with salt and then matured . +Baiu ( called also " tsuyu " and written also as " 黴雨 " [ meaning ' rain of molds ' ] ) is a rainy period from May to July every year which is typical meteorological phenomenon seen in a wide area covering Japan excluding Hokkaido and Ogasawara Islands ( Bonin Islands ) , the southern part of Korean Peninsula , coastal area of People 's Republic of China including south and center China and Taiwan . +Lady Tokiwa ( 1138 - date of death unknown ) was a woman during the late Heian period , who was MINAMOTO no Yoshitomo 's favorite concubine . +The Five Buddhas in Womb Realm are a kind of venerable image in Buddhism . +Kanehiro YOSHIDA ( 1348 to 1402 ) was a priest of Yoshida-jinja Shrine and court official who was in charge of matters related to Shinto rituals during the period of the Northern and Southern Courts . +Mizugumo ( literally , water spider ) was one of the tools used by Ninja for crossing waters , such as moat or river . +Kajin is the name which professionals such as ' flower arrangement experts , ' ' Ikebana artists , ' ' flower artists ' and ' flower designers ' prefer to call themselves in public . +Kintsumu OGIMACHISANJO ( October 23 , 1721 - July 6 , 1777 ) was a kugyo ( court noble ) during the middle Edo period . +Sukehiro TAKATSUKASA ( his first name is written in kanji 輔凞 or 輔熈 , , December , 5 , 1807 - November 19 , 1878 ) was a kugyo ( the top court officials ) during the late Edo period ( last days of the Tokugawa shogunate ) . +Hokutan Railway is a railway operator which operated a line running northward from the Fukuchiyama Station in Fukichiyama City , Kyoto Prefecture to Komori Station . +Sanenari SHIMIZUDANI ( 1648-October 12 , 1709 ) was Kuge ( a court noble ) and Kajin ( a Waka [ a traditional Japanese poem of thirty-one syllables ) poet ] of the Saionji family from the early to middle of the Edo period . +Sandai-Kyaku-Shiki is a term used to collectively refer to three Kyaku-Shiki acts ( laws supplementary to the Ritsu-ryo , which were the statutes of the Nara and Heian periods ) that were codified during the Heian era : the Konin-Kyaku-Shiki Act , the Jogan-Kyaku-Shiki Act and the Engi-Kyaku-Shiki Act . +Ongoku Bugyo were placed in important places within Shogunate-owned land ( tenryo ) outside of Edo , and were divided into bugyo ( magistrate ) and yakugata who handled the governance of that land . +Konsei-shin , who is also called as Konsei-daimyojin or Konsei-sama , is the god representing a goshintai ( object of worship housed in a Shinto shrine and believed to contain the spirit of a god ) made of stone , wood or metal which is shaped like a phallus . +Sangaku , which was imported from the Asian continent into Japan in the Nara period , is the collective name of various amusement arts including , but not limited to , mimicry , acrobatics / stunt , trick , magic , puppet show and Japanese dancing . +Masayasu KUROKAWA ( March 21 , 1817 to September 28 , 1890 ) was a doctor who practiced Western medicine and a Dutch scholar ( a person who studied Western sciences by means of the Dutch language ) during the end of Edo period . +Shozeicho refers to one of the account books that kokushi ( provincial governor ) submitted to Daijokan ( Grand Council of State ) in the ritsuryo system every year , a balance sheet of shozei ( the rice tax stored in provincial offices warehouse ) in ryoseikoku ( province ) . +Europeanism is a policy ( a policy of Europeanization ) which the Meiji Government implemented to make an impression on Western countries by modernizing Japan , that is to say , by Europeanizing Japanese things , regulations , folkways , and customs in Japan in 1880s , and an active movement of thought and folkways of the times related to the policy . +Tengu are legendary Japanese creatures . +" Habutae " ( habutae silk in English ) is a kind of plain woven cloth with warp and weft yarns alternately interwoven . +Soncho ( year of birth unknown - 1227 ) is a Buddhist monk in the early Kamakura period . +Inshi ( or In no tsukasa ) is an official of In no cho ( Retired Emperor 's Office ) set up directly under the retired emperors and nyoin ( empress , empress dowager or grand empress dowager ) during the ancient period to the middle ages in Japan . +Tashibu no Sho ( Tashibu Manor ) was a manor belonging to Usa-jingu Shrine in Kunisaki District , Buzen Province ( modern day Bungotakada City , Oita Prefecture ) . +Izuna-gongen ( also pronounced as Iizuna-gongen ) is a syncretized god of Shintoism and Buddhism which is said to originate from a belief in the mountains of Mt . Izuna in Minochi County , Shinano Province ( now Nagano Prefecture ) . +FUJIWARA no Moronaga ( 1138 - September 4 , 1192 ) was the Kugyo ( court noble ) , who had a title of Daijodaijin ( Prime Minister ) at the end of Heian period . +Jinsai ITO ( August 30 , 1627 - April 5 , 1705 ) was a Confucian scholar and philosopher in the early Edo period . +Kotaigo , or empress dowager ( pronounced " huang tai hou " in Chinese ) , is a title held by the widow of a deceased emperor or a term used to refer to such a person . +Torinoiwakusufune no kami was a god ( Shinto religion ) appearing in Japanese Mythology , and also the name of the ship that the gods rode . +Tsumugi is a kind of fabric that tsumugi yarn , spun from floss silk , is used as either warp thread or weft thread , or both of them on weaving . +Ishikoridome is a god appearing in the Japanese mythology . +Obitoke-dera Temple , located in Imaichi-cho , Nara City , is a temple of the Kegon sect . +Minbusho-satsu is a bank note issued by the Minbusho ( Ministry of Popular Affairs ) of the Meiji government from November 15 , 1869 to the next year . +The notion of the Imperial Throne means the throne of Emperor in Japan . +Genshun KOISHI ( 1743-February 9 , 1809 ) was a Rangakusha ( a person who studied Western sciences by means of the Dutch language ) and Ranpoi ( a person who studied Western medicine by means of the Dutch language ) in the late Edo period . +Saburo OBATA ( date of birth unknown - October 19 , 1868 ) was a member of the Shinsengumi . +Wakasa-cho is a town in Fukui Prefecture . +Shijo-omiya Station , located in Shijo-omiya-cho , Shimogyo Ward , Kyoto City , Kyoto Prefecture , is a stop on the Arashiyama Main Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +Keien ( Kyoen , 944 - October 9 , 1019 ) is a Buddhist priest of the Tendai sect during the mid Heian period . +Yamato Katsuragi Hozan-ki ( 大和葛城宝山記 ) is a Shinto book written from the point of view of Buddhism , especially Shugendo ( Japanese ascetic and shamanistic practice in mountainous sites ) . +Shurei NARISAWA ( 1972 - ) is a calligrapher who came from Tsuruoka City , Yamagata Prefecture . +Moritomo HASEGAWA ( 1569 to January 6 , 1633 ) was a samurai in the Azuchi Momoyama period . +Hisanari MACHIDA ( January 27 , 1838 - September 15 , 1897 ) was a feudal retainer of the Satsuma clan at the end of the Edo period and was a member of warrior class in the Meiji period . +Togama KONO ( November 29 , 1844 – April 20 , 1895 ) was a Japanese politician in the early Meiji Period . +Gyoi ( 1177 - 1217 ? ) was a priest of the Tendai Sect between the end of the Heian period and the early period of the Kamakura period . +Egoshu ( or Kaigoshu ) ( wealthy merchants who led self-governing organizations in cities from the Muromachi to the Azuchi-Momoyama period ) are consultation organizations , or is a term that refers to the members of this organization which possessed a leading role in the self-government of cities from the Muromachi to the Azuchi-Momoyama period . +Yotaiin ( 1541 - February 1 , 1629 ) was a legal wife of Naoshige NABESHIA , the founder of the Saga domain in Hizen Province . +Imperial Prince Iyo ( ? - December 18 , 807 ) is believed to be the third Imperial Prince of Emperor Kanmu , but there are different theories . +Masajiro OZEKI ( 1844 ? - February 28 , 1892 ) was a Shirabeyaku ken Kansatsu ( Shinsengumi 's organizational post for investigating movements of the opponents and keeping the Shinsengumi members under control ) of the Shinsengumi ( a special force that guarded Kyoto during the end of Tokugawa Shogunate ) . +Tokiyoshi NISHINOTOIN ( November 30 , 1552 - February 11 , 1640 ) was a court noble who lived from the Azuchi Momoyama period to early Edo period . +The fukuro obi is a kind of obi ( sash ) that is used in Japan . +Sanjo Bussho was a Buddhist sculpture workshop that was located in Kyoto 's Sanjo-dori Street in the mid Heian period . +The Battle of Nejirozaka was a battle fought between pro-Hideyoshi TOYOTOMI forces and pro-Yoshihisa SHIMAZU forces in Nejirozaka , Hyuga Province on May 24 , 1587 . +Jinshin Yakujo were rules for immigration that were issued by Yi Dynasty Korea against So clan in Tsushima Province in 1512 . +Takasue KUKI ( 1608 - Jul.18 , 1678 ) was the first lord of Ayabe Domain in Tanba Province . +In today 's Japanese , muhon means a rebellion raised by a vassal against his lord . +The Higashikuze family was a Kuge who had the family grade of Urin . +Himetataraisuzuhime was the empress of Emperor Jinmu . +Gosho , Gose +" Chiyogami " is square sheets of Japanese paper with crests or patterns used for a traditional play in Japan called " origami " ( paper folding ) , making costumes of paper dolls , or covering handicraft or presentation box for decoration purpose . +Shinsen Tsukuba Shu is a Jun chokusen renga senshu ( anthology of renga ) in the late Muromachi era . +Nagare-zukuri style is an architectural style of Japanese shrines . +The Bomon family was an aristocratic family that lived from the Kamakura period into the Muromachi period . +Kusazoshi illustrated pulp books are a form of light popular literature of the Edo period with pictures taking centre stage supported by story outlines written in phonetic Japanese . +Ippon-datara is a specter of Japan , living in the mountains of Kumano ( Wakayama Prefecture ) and other areas . +Nobutsuna KUTSUKI ( 1582 - June 16 , 1662 ) was a busho ( Japanese military commander ) from the Azuchi-Momoyama period to the early Edo period . +Kei-En era ( or Kei-On era ) was the 8-year period from 1905 to 1912 during which Taro KATSURA , who belonged to the faction led by Aritomo YAMAGATA of the Imperial Japanese Army , and Kinmochi SAIONJI , who assumed the position of president of Rikken seiyukai ( a political party ) as a successor of Hirobumi ITO , gained power alternately . +Sannomiya-jinja Shrine is a shrine , which is located in Katagihara-sugihara-cho , Saikyo Ward , Kyoto City . +Hiroko TAKATSUKASA ( January 15 , 1814 - September 28 , 1892 ) was a woman in the Edo period . +Taifu refers to a social status of nobility with territory from the Zhou period to the Spring and Autumn period and the Warring States period in China . +The term " agatanonushi " refers to a post or kabane ( hereditary title ) of Yamato sovereignty ( the ancient Japan sovereignty ) before the introduction of the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Buttetsu ( year of birth and death are unkown ) was a priest from a foreign country in the Nara period . +The " Kioizaka Incident " ( Kioizaka no Hen : May 14 , 1878 ) was the incident when Genkun ( oligarch with merits ) of Meiji , Toshimichi OKUBO , was assassinated by six shizoku ( family or person with samurai ancestors ) on the Kiyomizu-zaka Slope at Kioi-cho , Tokyo . +The Kyoroku-Tenbun Rebellion is the general term for the internal conflict within the Hongan-ji Temple sect of Jodo Shinshu ( the True Pure Land Sect of Buddhism ) over the sectarian reform in the early Sengoku Period and the external war provoked by the conflict . +Sengen-zukuri is one of the architectural styles of shrines in Japan . +Takiri-bime ( also known as Tagiri-hime ) is a Shinto goddesses from Japanese mythology and one of the ' Munakata-Sanjoshin ' ( the three goddesses enshrined in Munakata-taisha Shrine ) . +The Republican Speech Affair was an event that the speech , which Education Minister Yukio OZAKI of the first Okuma Cabinet ( the Wai-han Cabinet ) made on August 21 , 1898 , caused a trouble and triggered a collapse of the Cabinet . +Genroku no Daikoshu is sake which is believed to be prepared in the Genroku era and took off a seal in Mochizuki-machi , Kitasaku County , Nagano Prefecture in 1968 . +OKURA no Yoshiyuki ( 832 - 921 ? ) was a scholar who lived in the Heian period . +Munenobu HOJO ( 1259 - July 16 , 1312 ) was a family member of the Hojo clan in the late Kamakura period . +Kyotoshi ( Vessels Office ) was one of the institutions belonging to Kunaisho ( Ministry of the Sovereign 's Household ) in the Ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Zenshu ( also known as Zenju , 723 - May 25 , 797 ) was a Buddhist priest who lived from the Nara period to the beginning of the Heian period . +Hongan-ji is the name of a Buddhist temple . +Takuan-zuke is a pickle and is referred to as daikon radish preserved in rice-bran and salt . +Nobuhide MATSUDAIRA was the sixth lord of the Kameyama Domain , Tanba Province . +Ryogoku ( daimyos ' own territory ) kahei ( coins ) are gold and silver coins which daimyos ( Japanese feudal lords ) at various places ordered to mint for circulation in their territories from the Sengoku period to the early Edo period , and are also called Ryogoku Kingin ( gold and silver ) . +This article will explain about the history of the school textbooks in Japan until the school system was established in the Meiji period . +Josei shinshoku shozoku are costumes for female Shinto priests , which appeared after the Second World War . +Yamashina Station , located in Ueno Goshonouchi-cho , Yamashina Ward , Kyoto City , Kyoto Prefecture , is a stop of the West Japan Railway Company ( JR West ) and the Kyoto Municipal Subway . +Sojuro NAKAMURA ( 1835 - October 8 , 1889 ) was a kabuki actor who acted in Kamigata ( Kyoto and Osaka area ) during the Meiji period . +Kamo Station , located in 1-6-3 , Eki-Nishi , Kamo-cho , Kizugawa City , Kyoto Prefecture , is the station of the Kansai Main Line that is operated by the West Japan Railway Company ( JR West ) . +Princess Renshi ( Yasuko ) , the date of birth unknown - March 935 , was a member of the Imperial family during the Heian period . +Shigaraki no miya is the detached palace in Koga gun ( county side ) , Omi Province ( present-day Shigaraki-cho , Koga City , Shiga Prefecture ) that was operated by Emperor Shomu during the Nara period . +Imperial proclamation is to issue an official document conveying the Emperor 's order . +Miyohajime refers to a series of measures and the policies that are performed as part of the rule of the new reign of the new monarch at the beginning of his assumption after the death or retirement of the previous monarch . +Shigetane TO ( 1177 ? – 1247 ? ) was a busho ( Japanese military commander ) in the early Kamakura period , and was a close associate of MINAMOTO no Sanetomo , the 3rd shogun of the Kamakura bakufu ( Japanese feudal government headed by a shogun ) , and was also a poet . +Shubin ( dates of birth and death unknown ) was a monk in the early Heian period . +Tamaki-jinja Shrine is a Shinto shrine located in Yoshino County , Nara Prefecture . +Karamete-mon Gate is one of the castle gates located at the karameteguchi ( back gateway ) , as opposed to Ote-mon Gate ( main gate ) being at the front of the castle . +Winter festivals are the festivals celebrated during the winter +FUJIWARA no Nobuyori ( 1133 – February 13 , 1160 ) was a lord in the latter Heian period . +Shinke ( new family ) +Arisuke SHIJO ( date of birth and death are unknown ) was a court noble serving Yoshino Imperial Court in the period of the Northern and Southern Courts ( Japan ) . +The Hino Family is a court noble having meika , the upper rank of kuge ( the status of the house ) of the House of the Fujiwara North Line of the Fujiwara clan . +Genkun ( the statesmen who contributed to Meiji Restoration ) refer to the politicians who made considerable achievements in the overthrow of the Shogunate and the Meiji Restoration , played an important role in the Meiji Government , and were from Kinno-no-Shishi ( a royalist ) . +Goro MIURA ( January 1 , 1847 - January 28 , 1926 ) was a samurai , military man and statesman in Japan . +Gyosei refers to documents ( aside from decrees ) , poems and paintings that have been personally written or created by emperors or royal family members . +Mokujiki Ogo ( 1536 - November 8 , 1608 ) was a priest of the Shingon sect during the Azuchi-Momoyama period . +Senbon-dori Street is one of the major north-south streets in Kyoto City . +Tocho ( male , 1748-May 13 , 1816 ) was a Japanese painter and tenkokuka ( artist of seal engraving ) . +Located in the Minami Ward of Kyoto City , Kyoto Prefecture , Jujo Station is a stop on the Karasuma Line of the Kyoto Municipal Subway . +Zogusho was an extra statutory office responsible for castle building and repairing headed by Zogukyo ( Minister of Making and Mending Palaces ) . +Dai Nihonshi is a Japanese history book . +Kyusen SAKURAMA ( May 18 , 1889 - March 1 , 1957 ) was a Noh actor of the Konparu school of shite-kata ( lead actors ) . +Mikage-dori Street is a street running east-west through Sakyo-Ward , Kyoto City . +JR Katsura Station is a facility that is to be opened in Kuze-takada-cho , Minami Ward ( Kyoto City ) , Kyoto City , Kyoto Prefecture , on the Tokaido Main Line ( JR Kyoto Line ) , which is operated by the West Japan Railway Company ( JR West ) . +The irori fireplace , is a part of the floor that is squarely cut out and covered with coals in a traditional Japanese house to make a fire from charcoal or wood . +Sadatsuna OUCHI ( 1545 - 1610 ) was a warlord of the Sengoku Period ( Period of Warring States ) . +Kinkane SANJO ( September 20 , 1679 - 1740 ) was Kugyo ( court noble ) in the middle of the Edo period . +Nobukata TAKEDA ( 1420 - June 29 , 1471 ) was a warlord and provincial military governor in the Muromachi period and the second head of the Wakasa-Takeda clan that was a branch family of the Takeda clan . +Senjafuda ( also referred to as Senshafuda ) is a card or slip stuck to shrines and temples on which visitor 's name is printed as a memorial of the visit . +Daineiji no hen ( the revolt of Daineiji ) is a coup happened between September 28 to September 30 , 1551 . +Eiji ( year of birth unknown - March 31 , 623 ) was a Korean priest who came across the sea from Goguryeo to Japan in the Asuka period . +Tekiya are merchants who sell items such as food or toys on the street or stalls set up in the ground of shrines or temples , on the approach to them or in temple towns during festivals , markets , and fairs . +Beian ICHIKAWA ( October 25 , 1779 - August 26 , 1858 ) was a Japanese calligrapher and kanshi ( Chinese-style poems ) poet of the late Edo period . +Ichidai Yoki is one of the chronicles . +The Buddhist invocation is generally to recite ' Namu Amidabutsu ' as a devotional exercise in the Jodo-kyo sects of Pure Land teachings . +Kyoto Municipal Subway is operated by the Kyoto Municipal Transportation Bureau . +Sensho FUJII ( April 4 , 1859 - June 6 , 1903 ) was a Japanese religious figure and explorer . +Tangible Cultural Properties are as follows . +Imperial Prince Akihira ( 954 - August 7 , 1013 ) was an Imperial family member in the Heian period . +Iwaki-shijuhachi-date is a term used to generally refer to forty-eight castles built by the Iwaki family . +Takanori KYOGOKU ( 1352 - 1401 ) was a family head and a Shugo Daimyo ( Japanese Territorial Lord as Military Commissioner ) , of the Kyogoku clan during the early years of the Muromachi period . +Renge-ji Temple is a Tendai Sect Buddhist temple located in Sakyo-ku Ward , Kyoto City . +Yushi is a system that existed prior to the Meiji period to establish a parent-child relationship with a child who was not kin . +Moritomo TANI ( 1563 - January 29 , 1628 ) was a busho ( Japanese military commander ) ( Daimyo ( Japanese feudal lord ) ) who lived in the Sengoku period ( period of warring states ) ( Japan ) and the beginning of the Edo period . +Gonzaburo KAWARASAKI is a hereditary family name for an actor of Kabuki , a Japanese traditional theatrical drama . +Shigejuro FUKUO ( October 18 , 1943 - ) is a Noh actor of the Fukuo school of waki-kata ( supporting actors ) . +Kokuga is a term for describing the section in which a government office , a Kokushi ( provincial governor ) executed the local government functions of the ritsuryo system ( a system of centralized government based on the ritsuryo code ) in Japan , used to be located . +Amanatto , a Japanese-style cake , is candied beans , chestnuts , lotuses , and sweet potatoes cut into round slices ( called Imo natto ) . +Junka is a diving method of Japanese martial arts swimming . +Miya-ichi was a market provided in the Imperial court in the ancient Japan that imitated the Chinese system . +The expression " tsuisetsu tsuimin " ( literally meaning " re-exposition and re-effacement " ) is a Japanese Buddhist term that refers to an interpretation given to " the Nirvana Sutra " from the perspective ( represented by the Tendai sect and Nichiren sect of Buddhism ) that regards the Lotus Sutra as the fundamental sutra that brings salvation to the whole world . +Fuchu is another name for kokufu , an urban area established around its local government office ( kokuga ) in the ryoseikoku ( province ) . +Abutsuni ( 1222 ? - May 13 , 1283 ) was a female waka ( traditional Japanese poem of thirty-one syllables ) poet in the mid Kamakura period . +Gosechi no mai was a dance that took place during a Toyoakari no sechie ( a ceremony at a seasonal holiday ) which was held at Daijo-sai festivals ( a festival to celebrate the succession of an emperor ) and Niiname-sai festivals ( a ceremonial offering by the Emperor of newly-harvested rice to deities ) ; in the dance , there would be four to five women dancing to music sung by the chief of the Outadokoro ( an organization that provided the education and management of ancient Japanese music ) . +TSUKI no Omi ( year of birth and death unknown ) was a person who lived during the Asuka Period in Japan . +Kinyoshi TOKUDAIJI ( 1115 - September 9 , 1161 ) was Kugyo ( the top court officials ) in the late Heian period . +Masakaze TAKASAKI ( September 8 , 1836 - February 28 , 1912 ) was a patriot , a poet and a songwriter . +Keishi ( also called Ie no tsukasa ) refers to personnel who are in charge of household management placed in a household of the Imperial Prince and Princess , or a Court noble or a samurai family of Jusanmi ( Junior Third Rank ) or higher as Shikiji ( another term for a royal secretary , kurodo , especially one who is concurrently posted as a controller ) . +Yoshimori WADA was a busho ( Japanese military commander ) from the end of Heian period to the beginning of Kamakura period . +Sadafuji ISE ( 1432 ? - October 26 , 1491 ) was a samurai in the Muromachi period . +Oi-no-sho Manor was a shoen ( manor in medieval Japan ) existed in Mino Province during Nara and Muromachi Periods . +Cloistered Imperial Prince Jiin ( Jiinhosshinno in Japanese , April 18 , 1617 - January 21 , 1700 ) was a Cloistered Imperial Prince in the early to mid-Edo Period . +The Kii Tanabe domain was governed by the Mikawa Ando clan , who were the chief retainers of the Kishu Tokugawa family and were granted the fief in Kii Province for helping successive lords of Kishu . +The case of theft of Kusanagi no tsurugi ( alternate name for Ama-no-Murakumo no Tsurugi , the sword of the Imperial regalia ) occurred in 668 . +Hidetane TAGA ( 1565 – November , 1616 ) was a busho ( Japanese military commander ) who lived during the Sengoku Period ( Period of warring states in Japan ) . +The Kyoto Province Kamo-gawa River Act is an act by Kyoto Province . +Takemitsu KIKUCHI ( 1319 ? - January 6 , 1374 ) was a busho ( Japanese military commander ) from the late Kamakura Period to the period of Southern and Northern Courts ( Japan ) . +Aosei Sencha Seiho was one of the revolutionary changes made in the Japanese tea industry . +Yasuji INOUE ( date of birth unknown , 1864 - September 14 , 1889 ) was a woodblock artist in the Meiji period . +Ama Gozan is a jikaku ( statues of a Buddhist temple ) of the Rinzai sect introduced to nunnery temples , and modeled after the Gozan system ( the selection system of temples of the five highest ranks ) in the Muromachi period . +Moriakira ASHINA was a busho ( Japanese military commander ) in the mid Muromachi Period . +Ame no Minakanushi no Kami is one of the gods ( Shinto ) who appear in Japanese mythology . +A " maneki-neko " is an ornament in the shape of a cat beckoning with a forepaw . +MINAMOTO no Mitsuyoshi ( year of birth and death unknown ) is a busho ( Japanese military commander ) in the mid Heian period . +" Kokujin " are the samurai class , mainly originating from the jito ( manager and lord of manor ) class in the Kamakura period , who engaged in the development of provinces from the period of the Northern and Southern Courts ( Japan ) to the Muromachi period . +Tametsune REIZEI ( October 31 , 1654 to November 12 , 1722 ) was a kuge ( court noble ) in Edo period . +Sando ( three ways ) often means ' Sado ' ( tea ceremony ) , ' Kado ' ( flower arrangement ) and ' Kodo ' ( traditional incense-smelling ceremony ) , and also it often includes Shodo ( calligraphy ) . +Biwako Bunkakan is located in Otsu City , Shiga Prefecture . +Kani means Ikai ( Court rank ) . +Takasuke SHIJO ( 1292 - June 30 , 1352 ) was a noble man who served the Yoshino Court during the period of the Northern and Southern Courts ( Japan ) . +Tsunanori KANEHIRA ( year of birth unknown - 1625 ) was a busho ( Japanese military commander ) who lived from the Azuchi-Momoyama period to the Edo period . +Inson ( 1120-1198 ) was a busshi ( sculptor of Buddhist statues ) of the Inpa ( In School ) who lived from the late Heian period to the Kamakura period . +Tomotsuna KUTSUKI was the ninth lord of the Fukuchiyama Domain in Tanba Province . +KI no Tomonori ( c . 845 - 907 ) was kajin in the Heian period . +Rien refers to the theatrical world of Kabuki and / or Kabuki itself . +Suekawa Memorial Hall is a facility of Ritsumeikan whose headquarters are located in Nakagyo Ward , Kyoto City , Kyoto Prefecture . +Bunka Shureishu is a Chokusen Kanshishu ( a collection of Chinese verses compiled by Imperial command ) compiled at the command of Emperor Saga in 818 during the early Heian period . +Tsukubashu is an anthology of renga ( linked verse ) poems collected under Imperial command in the period of the Northern and Southern Courts . +The Kyoto Prize is the international award given to the people who made great contribution to science , technology and culture . +Tokimitsu NANJO ( 1259 - May 25 , 1332 ) was a busho ( Japanese military commander ) who lived in the late Kamakura period . +Yamata no Orochi is a legendary creature that appears in Japanese myth . +Tsukinami-no-matsuri ( literally , monthly festival ) is a festival in shinto . +Kanko ( ' guanhu ' in Chinese ) was the name of a social status that existed in premodern China and in Japan under the ritsuryo system . +Tade ( polygonum , called water pepper in English , scientific name : Persicaria hydropiper ) is polygonaceous an annual grass . +Ikkunbanmin-ron is a theory in which constitutional authority is given to only one ruler , and under this sovereignty any discrimination and distinction from social status shold not be allowed among all other people . +The term ' Kusarigama jutsu ' refers to a martial art in which a fighter , holding a sickle on a chain in one hand and the chain with a iron weight in the other , and swinging the weight in a circular motion , could throw the iron weight to the opponent 's body or use the chain to entangle the weapon to retrieve and then kill him with the sickle . +Kagenao YAMAOKA was a busho ( Japanese military commander ) in the Sengoku period . +Yakata means a mansion of exalted personage such as kuge ( court nobles ) and buke ( samurai families ) . +FUJIWARA no Tadamori ( 785 ~ August 7 , 840 ) was a statesman of the early Heian period . +Shimenoshin SANADA ( year of birth is not clear - January 29 , 1968 ) was a member of Shinsengumi . +Koromodako ' refers to a yokai ( monster ) in the sea handed down in Yosa County , Kyoto Prefecture . +Chojiro ( unknown-1589 ) was a leading ceramist during the Azuchi-Momoyama period . +MINAMOTO no Tamemitsu ( year of birth and death unknown ) was a Busho ( Japanese military commander ) in the late Heian period . +Sogani masu sogatsuhiko-jinja is a Shinto Shrine located in Soga-cho , Kashimara City , Nara Prefecture . +Hagi-no-ran War ( turmoil of dissatisfied warriors at Hagi ) was one of Shizoku no hanrans ( rebellion by family or person with samurai ancestors ) against Meiji government broke out in Hagi City , Yamaguchi Prefecture in 1876 . +Tadanaga KAZANIN ( 1588 - November 6 , 1662 ) was a court noble in the early Edo period . +Kegon-ji Temple is a temple belonging to the Rinzai Sect located in Nishigyo Ward , Kyoto City , Kyoto Prefecture . +Morobobu HISHIKAWA ( the date of birth unknown , 1618 - July 25 , 1694 ) was one of the leading male painters in the early Edo period , which is the early modern times in Japan . +Sanekane SAIONJI ( 1249 – October 21 , 1322 ) : a kugyo ( a court noble ) of the late Kamakura period . +Kanjo Tumulus ( also referred to as Yoraku Kanjo-kofun Tumulus ) is a tumulus located in Yoraku , Takatori Town , Nara Prefecture . +A scabbard is a sheath for the blade of an edged tool . +The Mineyama domain was a domain existing in Tango province . +Oyamazaki-cho is a town in Otokuni-gun , Kyoto Prefecture . +The Karako Kagi Ruins are the remains of a Yayoi period moat-surrounded settlement located in Oaza-Karako and Oaza-Kagi , Taharamoto-cho , Shiki-gun , Nara Prefecture , which is an alluvial area about 48 meters in height in the central part of Nara basin . +Zaichokanjin is a general term for a local government official who undertakes the practical business of kokuga ( local area ) administration from the Heian period to the Kamakura period in Japan . +Chatsubo is an earthenware jar ( tea leaf jar ) , that is used to store the tencha ( leaf tea ) , non-powdered green tea before mortared by stone mill . +Sanemasu SAIONJI ( 1560-May 1 , 1632 ) was Kugyo ( top court official ) who lived from the Azuchi-Momoyama period to the early Edo period . +Kagekatsu UESUGI / Akikage NAGAO or Kagekatsu NAGAO was a feudal lord who lived from the Sengoku Period ( Period of Warring States ) until the early Edo period . +Emperor Buretsu ( 489 - January 7 , 507 ) was the twenty-fifth Japanese Emperor ( reign : 498 - 507 ) . +Homyo-jiku is one of Buddhist altar fittings used in Jodo Shinshu ( the True Pure Land School of Buddhism ) , on which homyo ( a priest 's name or the posthumous name of the deceased ) is described or painted . +Tanemochi KOKUBUN ( c.1197 to December 22 , 1242 ) was a samurai , who is said to have been in Miyagi County , Mutsu Province ( later Rikuzen Province ) in the Kamakura period . +The Yowa no Hokuriku syuppei ( the dispatch of troops to Hokuriku region in the Yowa period ) was conducted by the Heike in order to track down and kill the rebelling powers in the Hokuriku region , and intensified around September 1181 ( ending around December 1181 or January 1182 ( November 1181 by the old lunar calendar ) ) . +Juzu ( 数珠 ) is a Buddhist ritual implement and a kind of ring composed of many beads which are linked by piercing a bundle of threads into a hole made on each bead . +Shokon no matsuri is a ritual practiced by Japanese Onmyodo and Chinese Taoism . +Cremation is a type of treating the dead by incinerating the body . +Born in 1627 and gone on May 21 , 1708 , Sohen YAMADA was chajin ( a master on the art of the tea ceremony ) from the first half of the Edo period . +Shoju ( followers ) was a category of slave that existed in Medieval Japan . +Jozonendo is the annual cycle used by the brewing industry that ranges from July 1 each year to June 30 of the following year . +Shinku ( 1231 - February 28 , 1316 ) was a Buddhist monk of the Shingon Ritsushu sect in the late Kamakura period . +Tametsugi REIZEI ( 1881 - 1946 ) was a Japanese poet . +Imperial Prince Yotsutsujinomiya Yoshimune ( 1233 - May 18 , 1317 ) was a member of the Imperial Family during the Kamakura period . +Chujin ( 1065 - November 25 , 1138 ) was a Buddhist monk of Tendai Sect in the late Heian period . +Yukio KATAOKA ( November 18 , 1934 - ) is a Kyoningyo ( Puppet from Kyoto ) puppeteer . +Taganojo ONOE the third ( Sep 21 , 1889 - June 20 , 1978 ) was a Kabuki actor who was popular around the World War II . +Jakuchu ITO ( March 1 , 1716 - October 27 , 1800 ) was a painter in Kyoto during the Edo period . +Riemon NISHIKAWA ( date of birth and death unknown ) , born in Omi Province , was a merchant who lived during the Edo period . +The Jinmon school of the Hokke sect is a Buddhist school under Nichiren , with Nichiren being Shuso ( or Koso , the founder ) and Nichijin ( 1339 – 1414 ) being Haso ( the founder of the school ) . +The Inbe clan ( also called Imibe clan ) was a vocation-based group having characteristics of a clan , which existed from the Yamato period through the Nara period . +Rikinosuke ISHIKAWA ( 1845 - 1915 ) was born in Akita Prefecture . +Jihen ( date of birth unknown ) was a gakuso ( scholar monk ) of the Tendai sect and a Shintoist who lived during the end of the Kamakura period until the period of the Northern and Southern Courts . +MINAMOTO no Yoshihiro , also called Yoshihiro SHIDA , was a military commander during the end of the Heian period . +Usugumo ( Wisps of Cloud ) is the one of the fifty-four chapters of " The Tale of Genji . " +MONONOBE no Omae ( the years of birth and death unknown ) was a member of the Mononobe clan , an ancient powerful family , around the era of Imperial Court of Emperor Anko . +Oharame refers to the women who came from Ohara , Yamashiro Province ( Kyoto City ) ( Ohara , Sakyo Ward , Kyoto City , Kyoto Prefecture ) to sell firewood in the capital Kyoto by placing the firewood on their heads . +Gassho-zukuri is a Japanese architectural style with a distinct steep roof . +Chozuya ( also pronounced Temizuya ) is an area within the precinct of a Shinto shrine or Buddhist temple at which worshippers wash their hands and mouths . +Ryoshonyudo Shinno ( January 16 , 1623 - August 6 , 1693 ) was the Monzeki ( head priest of temple who was a member of the Imperial Family ) of Kyoto Manju-in Temple in the early Edo period . +Sagicho is a fire festival held on the small New Year 's Day ( January 15 ) . +Michitomi HIGASHIKUZE ( January 1 , 1834 - January 4 , 1912 ) , was a court noble in the end of Edo Period and a politician in the Meiji Period . +Godai Myoo ( the five great Myoo ) is a subject of faith in Buddhism and a combination of the five Myoo , which play a central role among Myoo , an honorific entity , which is specific to Mikkyo Esoteric Buddhism . +Gozenshu is sake ( Japanese liquor ) which was brewed and delivered to people such as seii taishogun ( literally , " great general who subdues the barbarians " ) and daimyo ( Japanese territorial lord ) during the Edo period in Japan as a drink for so-called " tono-sama ( a person with higher rank ) " . +The Gochi Nyorai , also known as Godai Nyorai , are five nyorai ( tathagatas ) associated with the five wisdoms of esoteric Buddhism ( wisdom of the essence of the Dharma-realm , great perfect mirror wisdom , wisdom of equality , wisdom of wondrous observation , wisdom of accomplishing that which is to be done ) . +Muromachi culture was a Japanese culture of the Muromachi period in which the Muromachi bakufu ( Japanese feudal government headed by a shogun ) was established in Kyoto by the Ashikaga clan . +Prince Honoo ( Also pronounced Honoo oji , Honoo no miko [ date of birth and death unknown ] ) . +Kensai INAWASHIRO ( 1452 - July 21 , 1510 ) was a renga poet ( linked-verse poet ) in the Sengoku period ( period of warring states ) ( Japan ) . +KI no Ieko ( dates of birth and death unknown ) was a court lady in the late Heian period . +Takakuni HOSOKAWA was a daimyo ( Japanese territorial lord ) and military commander during the Sengoku Period ( Period of Warring States ) . +Mitsushige HIROHASHI ( February 22 , 1797 - September 29 , 1862 ) was a court noble in the Edo period . +Shinai is a substitute sword made of bamboo used in the Japanese martial art of kendo for training or for hitting or pushing against armor ( Kendo ) in tournaments . +Uchikake ( 打掛 ) is a kind of kimono ( or wafuku , either of them means Japanese traditional clothing ) worn by Japanese women . +Kaishun NAKAMURA is a Kabuki ( traditional drama performed by male actors ) actor 's professional name . +Masakaki is a ceremonial implement that is placed on both sides of an altar at Shinto rituals . +TAIRA no Chikamune ( 1144 - August 10 , 1199 ) was a court noble in the end of Heian Period . +Matsura no miya Monogatari is a story or novel formed at the beginning of the Kamakura period . +Nara Basin is a fault basin which has an altitude of below 100 meters and is located in the northwestern area of Nara Prefecture in Japan . +Kokei ( birth and death dates are unknown ) was a Busshi ( sculptor of Buddhist Statues ) from the last years of the Heian period through the early years of the Kamakura period . +Myocho SHUHO ( 1282 - January 21 , 1338 ) was a priest of Rinzai Sect in the last Kamakura period . +Shobo-ji Temple , located in Higashiyama Ward , Kyoto City , is a temple of the Ji sect . +Kagemori ADACHI was busho in the period from the early part to the middle of the Kamakura period . +Rinsen-ji Temple is a Buddhist temple belonging to the Rinzai Sect Tenryuji School located in Ukyo Ward , Kyoto City . +Tenka-bito ( or tenka-nin ) refers to the people who controlled the world as they knew it ( in this case , the Japanese islands ) . +Shigemasa HINO ( year of birth unknown - October 24 , 1443 ) was the 23rd Head of the Hino family . +Ishikawa no Okimi ( year of birth unknown - April 24 , 679 ) , lived in the Asuka period in Japan . +Yamato refers to the current region of Nara Prefecture in ancient times to the early Meiji period and is also another name of Japan . +Ukiyoe is a genre of the pictorial arts established during the Edo period . +Shinpu Kanro is a method of clarifying things created by Yoshimasa MIURA ( 1904 - 1971 ) , Toyokawa City , Aichi Prefecture , who claimed he was an authentic Imperial descendant of the Southern Court . +Katsusaburo ITSUMI ( year of birth is not clear - January 29 , 1868 ) was a member of Shinsengumi . +Hisashi TENMYOUYA is active as an artist , after working as an art director at a record company . +Kotoshiro nushi ( a Japanese ancient god ) is a god that appears in Japanese Mythology ( Shinto religion ) . +Located at Seika-cho , Soraku-gun in Kyoto Prefecture , Shin-Hosono Station is a stop on the Kintetsu Kyoto Line of the Kintetsu Corporation . +Shorin-in Temple , a temple of the Tendai sect , is located to the north of Ohara Sanzen-in Temple , Sakyo Ward , Kyoto City . +Rennyo ( April 4 , 1415 to May 5 , 1499 ) was a priest of Jodoshin-shu sect ( True Pure Land Sect ) of Buddhism during the Muromachi Period . +The Kadonooji-dori Street is one of the major streets running north-south in Kyoto City , Kyoto Prefecture . +Motoyuki HIGASHISONO ( November 28 , 1820 – May 24 , 1883 ) was a Court noble who lived during the end of the Edo period to the Meiji period . +Fuyuyoshi ICHIJO ( August 7 , 1464 - May 1 , 1514 ) was a Kugyo ( Court Noble ) and Kanpaku ( Chief advisor to the Emperor ) during the Warring State Period . +Hoko-ji Temple is a temple belonging to the Sanmon school of the Tendai Sect located in Higashiyama Ward , Kyoto City . +Myoitsu ( 728 - April 21 , 798 ) was a Buddhist monk from the Nara period to the early Heian period . +Roto ( 郎党 ; retainer ) or rodo was a family member or a follower of his master 's house in the samurai society of medieval Japan . +Gyokuro is a kind of Japanese tea . +Imperial Prince Naohito ( 1335 - June 10 , 1395 ) was a member of the Imperial Family of the Jimyo-in Imperial line in the period of the Northern and Southern Courts . +" Bansei-Ikkei " literally means one family line through all ages . +Sanemori TOKUDAIJI ( September 2 , 1400 - June 15 , 1428 ) was a kugyo ( court noble ) during the Muromachi period . +Toshiie MAEDA ( 前田 利家 , January 25 , 1539 - April 27 , 1599 ) was a busho ( Japanese military commander ) and daimyo ( Japanese feudal lord ) from the Sengoku period ( period of warring states ) ( the late Muromachi period ) to the Azuchi-Momoyama period . +Mincho KITSUSAN ( 1352 - 5 October , 1431 ) was an artist monk during the early and middle Muromachi period . +Kantojo ( 官途状 ) is a letter which was used after the Muromachi period which stated , that a vassal who distinguished himself in a battle was allowed by his lord to use a specific government post as his private name . +Sango ( literally " mountain name " , this is a title prefixed to the name of Buddhist temples ) : Buzan +Naotomo YUKI ( 1352 - April 26 , 1343 ) was a busho ( Japanese military commander ) in the period of the Northern and Southern Courts ( Japan ) . +Akesato ( date of birth and death unknown ) was a woman in the end of the Edo period . +Located in Yagi-cho , Nantan City of Kyoto Prefecture , Yoshitomi Station is a stop on the San 'in Main Line ( Sagano Line ) of West Japan Railway Company ( JR West ) . +The Inokuma Incident was a big scandal involving high-ranking officers of the Imperial Court in 1609 the early Edo period . +Munehide MATSUDAIRA , or Munehide HONJO ( October 21 , 1809 - December 20 , 1873 ) was a feudal lord , and Roju ( the highest ranking government official ) in the end of Edo era . +Saneka SANJO ( 1469 - April 12 , 1559 ) was a Kugyo ( high court noble ) in the Muromachi period . +Ji-zamurai is a rank of samurai seen from Muromachi period to Azuchi Momoyama period . +Hisayasu KATAYAMA ( 1574 - 1650 ) was a great swordsman during the Azuchi-momoyama period and early Edo period . +Chokichi KIKKAWA ( 1859 - 1915 ) was a member of the KIKKAWA clan : the family of the former feudal lord of the Iwakuni Domain . +Kagami no Okimi ( year of birth unknown - August 5 , 683 ) was a legal wife of FUJIWARA no Kamatari . +The Battle of Hakusukinoe ( also known as the Battle of Hakusonko ) was a battle that took place between the allied forces comprised of Wakoku ( later to be named Japan ) and the surviving people of Kudara against Silla-Tang allied forces on August 663 in Hakusonko ( the current outskirts of South Korea ) on the Korean Peninsula . +Shimamono is a type of classification of tea utensils . +Japanese Envoys to Tamna was dispatched to Tamna from Japan ( Wakoku ) . +Sadataka NIJO ( 1190 - February 15 , 1238 ) was a kugyo ( a high court noble ) during the early Kamakura period . +Shigetomo HANGAYA was a busho ( Japanese military commander ) from the end of Heian period to the early Kamakura period . +Menchi katsu or minchi katsu is a meat dish , in which ground pork or beef ( minchi ) is mixed well with minced onions , salt and pepper , formed into flat ovals , coated with breading made of flour , beaten eggs and panko ( Japanese-style coarse bread crumbs ) , and deep fried in oil . +The Matsudono Family , established as a house of Regents and Senior Regents was , in theory , ranked at the same level as the houses of Regents such as the Konoe family and the Kujo family in the Court nobility . +Generally , the term goroku indicates a collection of what a person said . +Ine FURUICHI ( year of birth unknown - 1505 ) is a priest and a Japanese military commander during the Sengoku period . +Otoshiyori was a female servant post ( or also indicated the servant herself ) in O-oku ( the inner halls of Edo Castle where the wife of the Shogun and her servants resided ) in the Edo period , and was often called Rojo as well . +Manzo NOMURA , the sixth ( July 22 , 1898 - May 6 , 1978 ) was Nohgakushi ( Noh actor ) , the member of the Japan Art Academy , and the holder of Important Intangible Cultural Property ( Living National Treasure ) . +Yoshimune TOKUGAWA was the Eighth Seii Taishogun ( literally , " great general who subdues the barbarians " ) in the Edo bakufu ( Japanese feudal government headed by a shogun ) . +The Japanese term Buke-kani is used to refer to the official ranks ( official posts and court ranks ) that samurai were granted or adopted for themselves mainly from the Sengoku period ( Japan ) to the Edo period . +Fashion ( described as fashion in English , mode in French ) refers to the style of clothes , hairstyle , the manner of make-up or outfits . +Jodaiyo is a general term for the " Japanese calligraphy school Japanese style " and " kana calligraphy , " such as the three great brush traces and ancient calligraphy in the Heian period . +Keihanna Plaza Hotel is an accommodation facility within Keihanna Plaza which is the central intersecting facility of Kansai Science City . +Masaharu IJICHI ( July 21 , 1828-May 23 , 1886 ) was a retainer of Satsuma Domain . +Konyo AOKI ( June 19 , 1698 to November 9 , 1769 ) was a Confucianism scholar , and a Dutch scholar in mid Edo period . +Engu oshinke is a collective term referring to a limited number of imperial families and nobles who gathered strength by taking advantage of their relationship with the Emperor in the early Heian Period ( 8th to 9th century ) . +ONAKATOMI no Kiyomaro ( 702 - September 6 , 788 ) was a Kugyo ( court noble ) who lived in the Nara period . +Shigetane SOMA +Goshui Wakashu is the fourth Chokusen Wakashu ( anthology of Japanese poetry compiled by Imperial command ) of the Hachidaishu ( the eight Imperial anthologies of Japanese poetry ) , and it came out after " Shui Wakashu " ( Collection of Gleanings of Japanese Poetry ) . +FUJIWARA no Takato ( 949 - June 22 , 1013 ) was a waka poet in the mid-Heian period . +Daitoku-ji Temple is the head temple of the Rinzai sect 's Daitokuji school of Japanese Zen Buddhism and is located in Daitokuji-cho Murasakino , Kita Ward , Kyoto City , Kyoto Prefecture . +The Northern House of the Fujiwara clan was a family line whose originator was FUJIWARA no Fusasaki , the second son of FUJIWARA no Fuhito , the minister of the right . +Eigaku KANO ( 1790 - February 6 , 1867 ) was a Kyoto-based painter who was active in the late Edo period . +Genisyu was a military epic written in the late period of the Northern and Southern Courts ( Japan ) ( in the latter half of the 14th century ) . +Gio ( year of birth unknown - September 11 , 1172 ? ) was a Shirabyoshi ( female dancer who performed traditional Japanese dances ) during the end of Heian Period . +Doeff-Halma Dictionary ( also referred as Zufu Halma or Dufu Halma ) was a Dutch-Japanese dictionary that was compiled in late Edo period . +The Ise-Heishi ( Taira clan ) was started as a family by TAIRA no Korehira , a child of TAIRA no Sadamori who fought with valor during the Johei and Tengyo Wars . +Buri daikon is a dish in which ara ( discarded portions ) of buri is broiled in soy sauce with daikon . +Bolognese ( ragù alla bolognese in Italian , ragò a la bulgnàisa in Bolognese dialect ) or bolognaise ( sauce bolognaise in French ) is a kind of sauce ( seasoning ) mainly made from meat and tomato originating in Bologna , Italy . +" Uetsufumi " is one of the writings called Koshi Koden ( ancient history and legends ) which contains ancient Japanese history including Ugayafukiaezu dynasty , which was before Yamato Dynasty , written in ancient Japanese characters , but it is said to be gisho ( apocryphal book ) . +Narinobu NIJO ( April 10 , 1788 - June 9 , 1847 ) was kugyo ( high court noble ) in the late Edo period . +Dosen ( ca . 797 - ca . April 2 , 873 ) was a Sanron sect Buddhist monk during the early Heian period . +Imperial Prince Masanari ( October 20 , 1200 - March 19 , 1255 ) was a member of the Japanese imperial family who lived in the early Kamakura period . +Yoshitoyo NIJO ( 1536 - October 11 , 1551 ) was a court noble who lived in the Sengoku period ( Japanese Warring States period ) . +The Incident of Honkoku-ji Temple , on January 31 , 1569 , was an attack of Miyoshi sanninshu ( three chief retainers of the Miyoshi clan ) on Yoshiaki ASHIKAGA , seii taishogun ( literally , " great general who subdues the barbarians " ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) , who was in his temporary residence ( Rokujo Palace ) in Kyoto Honkoku-ji Temple ( it was called ' Honkoku-ji ' then ) . +Daidarabocchi is a mythological giant which is handed down in many parts of Japan ( a creature in legend ) . +Keijina is a term referring to the area combining Kyoto Prefecture , Shiga Prefecture , and Nara Prefecture . +The To-ji school of the Shingon sect is a Buddhism school of the Shingon sect in Japan . +Bukkaku-ji Temple is a temple of the Nichiren-shoshu sect located in Kashihara City , Nara Prefecture . +Katsusando is a cutlet ( usually a pork or beef cutlet ) sandwich with white bread . +Ine Town Bus is a community bus operated in Ine Town , Yosa-gun , Kyoto Prefecture . +Jubako is a term used to refer to a box consisting of two to five stacked sub-boxes , in which food is stored . +Emperor Montoku ( 827 - October 7 , 858 ) , the fifty-fifth Emperor , reigned from May 31 , 850 to October 7 , 858 . +Uneme costume is a costume for Uneme , a court lady selected among Gozoku ( local ruling families ) who served in the inner palace as a waiting staff of the emperor in ancient times . +Shigin is one of Japan 's traditional performing arts . +Located in the south of Kyoto Prefecture , Uji City is known for Uji tea and the Byodo-in Temple , which is registered on the World Heritage list . +" Shingaku " is a group of music that is centered on " minyo " ( traditional folk songs ) and " zokkyoku " ( folk songs ) , introduced from Qing . +Yujo or Asobime was a prostitute who did sexual service to men at yukaku ( prostitute quarters ) or a posting station , and the meaning of yujo is generally considered ' a woman who has her guest make merry . ' +Matsudai was a Buddhist monk in the late Heian Period . +Teppoki ( Gun Chronicle ) is a history book concerning the transmission of guns to Japan , and was completed in 1606 during the Edo period . +Katsutoshi KINOSHITA ( 1569 - July 24 , 1649 ) was a busho ( Japanese military commander ) during the Azuchi-Momoyama Period . +Naritsuna ASHIKAGA ( dates of birth and death unknown ) was a buke ( military authority ) , samurai , and busho ( Japanese military commander ) during the late Heian period . +Chogosonshi-ji Temple is the Grand Head Temple of Shigisan Shingon sect located on Mt . Shigi in Heguri-cho , Ikoma County , Nara Prefecture . +Core stone tools are made from the core part of the stone ( known as stone core ) , which appears after flakes have been removed from ore ( country rock ) . +Michisaki KUJO ( July 30 , 1746 - June 27 , 1770 ) was a court noble who lived during the Edo period . +Jomen ho is one of the methods of land tax collection in the Edo period . +Tadaka ICHIJO ( March 25 , 1812 - December 17 , 1863 ) was a Kugyo ( high court noble ) who lived in the late Edo period . +TACHIBANA no Moroe ( 684 – February 3 , 757 ) was a politician in the Nara period , originated in the Imperial family . +SAKANOUE no Masamichi is one of the Sakanoue clan members . +Keihan +In this section mentioned are achievemens of Kuroda Cabinet as well as the background of Sanjo Provisional Cabinet lead by Sanetomi SANJO , Minister of the Interior , that existed for two months after Kuroda 's stepping down from his position as Prime Minister . +Emperor Goreizei ( August 28 , 1025 - May 22 , 1068 ) was the seventieth Japanese Emperor ( his reign was from 1045 to 1068 ) . +Bushidan ( warrior bands ) refers to the group of bushi ( samurai ) that existed mainly from the late Heian , Kamakura , the period of the Northern and Southern Courts ( Japan ) ( Japan ) , and lasted until the Muromachi period . +Kinyuki SANJO ( 1105 - July 16 , 1148 ) was a Kugyo ( top court official ) at the end of the Heian period . +Izanagi-jinja Shirine is located in Kanmaki-cho , Kitakatsuragi-gun , Nara Prefecture . +Kasuri refers to weaved patterns , some of which look as if they were ' scratched , ' or refers to a fabric that has such patterns . +The himuro was a place where ice was traditionally stored in Japan and corresponds to the modern-day refrigerator . +Yuage is one of the Mizuage ( method of prolonging the lives of flowers ) methods . +According to the article of November , 501 of Nihonshoki ( Chronicles of Japan ) , KUDARA no Otara is described as follows . +Tokonatsu is one of the 54 chapters of " The Tale of Genji . " +Tamaki MIURA ( February 22 , 1884 in Tokyo-fu [ Tokyo Prefecture ] - May 26 , 1946 ) was an opera singer who was probably the first to gain the international reputation in Japan . +MINAMOTO no Fusaakira ( 911 ? - 939 ) was a waka poet in the middle of the Heian period . +Shozei ( Taizei ) refers to tokoku ( rice grains plucked off the straws , with chaff on ) and eito ( reaped rice plants holding grains ) stored in shoso ( public repository ) in ryoseikoku ( province ) under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . +Katsunoshin UMEDO ( date of birth and death unknown ) was a member of the Shinsengumi . +Kameyama-jo Castle was in Kameoka , Kuwata-gun , Tanba Province ( the present Aratsuka Minami in Kameoka City , Kyoto Prefecture ) . +Sanetane IMADEGAWA ( July 23 , 1754 - August 1 , 1801 ) was Kugyo ( a Court noble ) in the middle and the late of the Edo period . +Sango ( literally " mountain name " , this is a title prefixed to the name of Buddhist temples ) : Torigatazan +OTOMO no Katari ( dates of birth and death unknown ) is a Shogun ( general ) in the Kofun period ( tumulus period ) . +Jinjakakuroku is the book of historical investigation of ancient temples and shrines , such as Shikinai-sha ( shrines listed in Engishiki laws ) . +Gien ( October 1 , 1558 - June 15 , 1626 ) was a Shingon Sect Buddhist monk who lived from the Sengoku Period ( Period of Warring States ) ( Japan ) to Edo period . +Naoya SHIGA ( February 20 , 1883-October 21 , 1971 ) was a Japanese novelist . +Kitano-Hakubaicho Station , located in Shimohakubai-cho , Kita Ward ( Kyoto City ) , Kyoto City , is a stop on the Kitano Line , which is operated by Keifuku Electric Railroad Co . , Ltd . +TAIRA no Sukemori was a Japanese military commander ( busho ) who lived in the Heian period . +Kagemasa KATO ( 1168 to May 3 , 1249 ) was a potter in the early Kamakura period , and was regarded as the originator of Seto ware . +Emperor Jimmu ( February 13 , 711 B.C. ? - April 9 , 585 B.C. ? ) was legendarily the first emperor in Japan . +The Hogen Disturbance occurred during the first year ( 1156 ) of the Hogen era in the Heian period , when Emperor Sutoku and Emperor Goshirakawa had a dispute , and the Emperor 's side made a surprise attack on the retired emperor 's side . +Ozaki no Tsubone ( 1527-1572 ) was a lady who lived during the Sengoku Period ( the Period of Warring States ) ( Japan ) . +The Funya clan was a descendent clan of Naga no Miko ( Imperial Prince Naga ) , a son of the Emperor Tenmu . +Kageshige KATAGIRI ( unknown date of birth - Feb . 13 , 1160 ) is a samurai at the end of the Heian period . +The Battle of Sattatoge ( also referred to as the Battle of Mt . Satta ) was a battle fought between the troops of Takauji ASHIKAGA and Tadayoshi ASHIKAGA at Sattatoge ( Satta-toge Pass ) in Suruga Province ( Shimizu Ward , Shizuoka City , Shizuoka Prefecture ) in December 1351 , during the period of the Northern and Southern Courts . +Tsunesada-Shino-den was one of the biographies in classical Chinese which was written in the early Heian period . +Fuyo Wakashu is a collection of waka ( Japanese poems ) based on fictional stories in the mid Kamakura Period . +Onan ( 横難 ) oshi ( 横死 ) means to die in an unforeseen disaster or to die an unnatural death . +Ganmodoki is one of processed foods made of tofu ( bean curd ) . +The seventh generation Jihei OGAWA ( 1860-1933 ) was the gardener , who designed gardens and was a pioneer in the field of modern Japanese Garden . +Karasuma-dori Street is one of the major north-south streets in Kyoto City . +Kaginawa is a tool that is believed to have been used by ninja . +Genrin YAMAOKA ( 1631 to August 19 , 1672 ) was a haiku poet and an author of kana zoshi ( novels written for women and children using kana rather than Chinese characters to make them understand easily ) who lived during the early Edo period . +Hitorigami is a Shinto deity which came into being not in pairs but alone . +Ashinazuchi and Tenazuchi are a couple of deities ( Shinto deities ) that appear in a Japanese Mythology about the Yamatanoorochi snake . +Genchi was a priest of Daian-ji Temple in the Nara period . +Shimotsukenu no kuninomiyatsuko ( also known as Shimotsukenukokuzo , Shimotsukeno no kunimomiyatsuko , and Shimotsukenokokuzo ) was kuninomiyatsuko ( local ruling families in ancient Japan ) ruled Shimotsuke Province . +Fushimi Inari Taisha Shrine is a Shinto shrine located in Fushimi-ku Ward , Kyoto City . +Wafu +Hocho is to let a bird which has been captured or reared by humans free from human stewardship by releasing it out of doors . +Shugouke is a system during the Muromachi period in Japan under which Shugo ( provincial constable ) undertook to pay the land tax on shoen ( Manor in medieval Japan ) and Kokugaryo ( territories governed by provincial government office ) ( koryo ( an Imperial demesne ) ) for the lord of the manor and chigyo-kokushu ( provincial proprietor ) . +Tsukuba no kuninomiyatsuko ( also known as Tsukubakokuzo ) was Kuninomiyatsuko ruled the south part of Hitachi Province . +Kinsui ANEGAKOJI ( July 9 , 1794-February 23 , 1857 ) was Kugyo ( the top court officials ) in the Edo period . +Tsuyama Express Kyoto-go is a daytime express bus route of Chugoku Expressway by joint operation of the two companies , West Japan JR Bus Company and Shinki Bus , that connects Kyoto City ( Kyoto Prefecture ) and Tsuyama City ( Okayama Prefecture ) via Oyamazaki-cho ( Otokuni-gun , Kyoto Prefecture ) , Takatsuki City ( Osaka Prefecture ) and Kato City / Kasai City / Shiso City ( Hyogo Prefecture ) , Mimasaka City / Shoo-cho ( Katsuta-gun ) ( Okayama Prefecture ) . +Tobishoku ( same as hikiya [ a workman who moves a whole building without demolishing ] and yarikata [ a workman who make a rough design before building ] ) generally means a workman specializing in working in high places in the construction industry . +Yasuko ANO ( The kanji can also be read Kadoko or Renshi ; the actual reading is unknown ) ( 1301 - May 26 , 1359 ) was a woman who lived from the end of Kamakura period through the period of the Northern and Southern Courts ( Japan ) . +Keisaku is the abbreviation for Keikakusakurei . +Kutsu-jima Island in the Wakasa Bay is located off the coast of Maizuru City , Kyoto Prefecture . +Taicho ( July 20 , 682 - April 20 , 767 ) was a shugendo ( Japanese mountain asceticism-shamanism incorporating Shinto and Buddhist concepts ) priest who lived during the Nara period . +Kishi SAIONJI ( also known as FUJIWARA no Kishi and Empress Kishi , 1252 - June 3 , 1318 ) was a chugu ( the second consort of an emperor ) of Emperor Kameyama during the Kamakura period . +Shakubyoshi is a kind of percussion instrument used in music such as gagaku ( ancient Japanese court dance and music ) . +Sukemitsu NUMATA ( ? - 1612 ? ) was a busho ( Japanese military commander ) from the Azuchi-Momoyama period to the Edo period . +The term " nito-ryu " ( two-sword fencing ) is a general term for the technique of offense and defense with Japanese swords or other swords in both hands ( left and right hands ) . +Kamo-cho was a town located in Soraku-gun , Kyoto Prefecture . +The Yanagimoto Otsuka-kofun Tumulus is an ancient tomb located in Tenri City , Nara Prefecture . +A SHIHAN GAKKO ( normal school ) is an middle and advanced educational institution for training teachers for elementary / middle schools ( shihan education ) under the prewar educational system reform . +Kokugaryo is a historical term referring to koryo ( an Imperial demesne ) after around the mid-Heian period , differentiated from shoen ( manor in medieval Japan ) . +Karamono elegantly refers to Chinese products which were esteemed from medieval times to recent times . +Choji-ya ( 丁子屋 ) is one of the oldest yago ( trade name ) , which is confirmed to have already existed in the Edo period . +Imperial Prince Morisada ( April 6 , 1179 - June 14 , 1223 ) was the second Prince of Emperor Takakura , and his mother was Nobutaka BOMON 's daughter , Shokushi BOMON . ( Shichijoin ) +Masayoshi SATAKE ( 1081 - 1147 ? ) was a busho ( Japanese military commander ) in the Heian Period . +Arifusa ROKUJO ( 1251 – July 27 , 1319 ) was Kugyo ( a Court noble ) and a poet during the late Kamakura Period . +The " hatamoto " is a general term indicating those who were direct retainers of the Tokugawa shogun family , provided with an amount of rice crop less than 10,000 koku ( approximately 180 liters / koku ) and the family status of omemie ( vassal with the privilege to have an audience with the shogun ) or higher who attended the ceremonies in the shogun 's presence . +Mitsuyoshi YOSHIDA ( 1598-1673 ) was a Japanese mathematician in the early Edo period . +Yasumasa WAKISAKA ( March 28 , 1633 - May 13 , 1694 ) was a tozama daimyo ( nonhereditary feudal lord ) in the early Edo period . +Umashiashikabihikoji is a god appearing in Japanese mythology . +FUJIWARA no Naritsune ( birth year unknown - April 20 , 1202 ) was a court noble during the Heian period . +TAIRA no Tokuko / Tokushi / Noriko ( 1155 - January 25 , 1214 ) was the Chugu ( the second consort of an emperor ) of Emperor Takakura and Nyoin ( the respective title given to emperor 's mother or Sanko or Princesses by the Imperial Palace ) during the late Heian period . +FUJIWARA no Saneie ( 1145 – April 26 , 1193 ) was a court noble and poet of the late Heian period . +Mukyoku Shigen ( 1282 - March 23 , 1359 ) was a priest of the Rinzai Sect of Buddhism from the late Kamakura period to the period of the Northern and Southern Courts ( Japan ) . +Takamasu KYOGOKU ( 1808-January 14 , 1834 ) was the eighth lord of Mineyama Domain in Tango Province . +The Shibayama family was a " Tosho-ke " ( hereditary lineage of Court nobles occupying relatively high ranks ) of an illegitimate family lineage of Kajuji of the Takafuji group of the Northern House of the Fujiwara clan , and its social standing was a prestigious family . +Kado Enshu school is a school of ikebana ( Japanese traditional flower arrangement ) that originated independently from sado ( tea ceremony ) Eenshu school . +Jotoku-ji Temple is a temple of the Jodo ( Pure Land ) sect located in Motoshiogama-cho , Shimogyo Ward , Kyoto City . +Yuin is a seal that has no character belonging to any individuals or corporations such as full name , gago ( pseudonym ) , trade name and yago ( shop name ) , but has inmon ( words or symbols engraved on the seal ) curved . +Inshun ( 1589 to February 5 , 1648 ) was a monk and a martial artist who lived in the early Edo period . +Jujo Station , located in Yanaginouchi-cho , Nishi-Kujo , Minami Ward , Kyoto City , Kyoto Prefecture , is a railway station on the Kintetsu Kyoto Line , which is operated by Kintetsu Corporation . +Yakuryo ( executive allowance ) was one of the executive allowances that the Edo bakufu ( Japanese feudal government headed by a shogun ) gave to the retainers of the Shogun . +Takebeyama-jo Castle existed in Kasa County , Tango Province ( now Shimofukui , Maizuru City , Kyoto Prefecture ) during the Muromachi and Sengoku periods ( period of warring states ) . +Kugyo ( 1200 - February 13 , 1219 ) was the second son of MINAMOTO no Yoriie , the second seii taishogun ( literally , " great general who subdues the barbarians " ) of Kamakura bakufu ( Japanese feudal government headed by a shogun ) . +Dajo Hoo ( also referred to as Daijo Hoo ) is a retired emperor ( Dajo Tenno ) who became a priest . +Shotoku Taishi ( February 9 , 574 - April 11 , 622 or according to the " Nihonshoki " [ Chronicles of Japan ] , March 6 , 621 ) was a prince during the Asuka period . +Ajitsuke nori ( nori flavored with soy sauce , mirin and seasonings ) is a generic term for processed nori ( dried laver seaweed ) products mainly seasoned with soy-sauce , sugar , and spices . +Hannya no Men , also known as Hannyamen or simply Hannya , is a mask of a female demon representing ' the face of a woman harboring jealousy and resentment ' used in Noh theater . +FUJIWARA no Toshinobu ( 1055 - February 24 , 1105 ) was a noble and scholar in the late Heian period . +Imperial Princess Inoe ( 717 - May 30 , 775 ) was the first Princess of the 45th Emperor Shomu . +FUJIWARA no Yorimune ( c . 992 to March 18 , 1065 ) was a court noble during the mid to late Heian period . +Ujitsuna HOSOKAWA ( 1514 - January 14 , 1564 ) was a busho ( Japanese military commander ) in the early Sengoku period ( period of warring states ) and the last Kanrei ( shogunal deputy ) of the Muromachi bakufu ( Japanese feudal government headed by a shogun ) . +Nantokagami-jinja Shrine is located in Nara City , Nara Prefecture . +Sanetsumu SANJO ( March 18 , 1802 -October 31 , 1859 ) was a Kugyo ( high court noble ) in the end of the Edo Period . +Matsubara Swimming Area is located in Hikone City , Shiga Prefecture . +His birth name was Kokyo . +Yoshimune HOJO ( 1253 - September 23 , 1277 ) was a member of the Hojo clan in the mid Kamakura period . +Noen ( 1140-1199 ) was a Buddhist monk who lived at the end of the Heian period . +Tetsujo SUGIHARA ( 1870 ? to ? ) was known as ' the future prime minister ' in Hiroshima Prefecture in the Meiji period . +Mt . Hiei Driveway is a driveway which is managed by Hieizan Jidosha Kabushikigaisha ( details are in the page which detailes the Keihan Group ) which is a subsidiary of Keihan Electric Railway that is located at Mt . Hiei in Otsu City , Shiga Prefecture . +Akuru is an evil god in Japanese Methodology . +Kokamonin no Betto ( year of birth and death unknown ) was a poetess of the late Heian period . +Tsukemono is preserved food that vegetables ( fish or meat , sometimes ) are pickled together with pickling ingredients having high osmotic pressure , having an effect to decrease hydrogen-ion exponent or having an effect to shut off from the air such as salt , vinegar , rice-bran paste , soy sauce , sake lees or fat and oil , to improve preservation quality as well as to improve taste and flavor by maturing . +Princess Kishi ( her given name can also be pronounced " Hiroko " ) ( date of birth unknown - May 24 , 950 ) was a royal princess of Imperial Prince Yasuakira ( Emperor Daigo 's son ) . +Japan-Mexico Treaty of Amity , Commerce , and Navigation is a treaty concluded between Japan and Mexico on November 30 , 1888 . +Fujiko TSUCHIMIKADO ( 1842 ? – July 13 , 1875 ) was a court lady and a high-rank housekeeper of O-oku ( the inner palace of Edo-jo Castle ) from a noble family , and active in the period since the late Edo period until the end of the Edo period . +Tosa school ( Tosa ha ) +Nyobona was a name that a nyobo ( a court lady ) called herself in attendance . +The Sino-Japanese Treaty of Commerce and Navigation is the treaty concluded between Japan and Qing Dynasty in Beijing City on July 21 , 1896 . +Suimono is a kind of soup of Japanese cuisine consisting of suiji ( soup stock flavored with soy sauce and salt ) , wandane ( a main , solid ingredient ) , tsuma ( a garnish lending a touch of color ) , suikuchi ( a fragrant garnish ) and so forth . +" Hokusai Manga " is a book of sketches issued by Hokusai KATSUSHIKA as examples of paintings . +FUJIWARA no Mototada ( 1056-December 18 , 1098 ) was a court noble in the insei period ( the period when the retired Emperor governed ) of the Heian Period . +Taikoan is tatchu ( sub-temple on the site of the main temple ) of Tofuku-ji Temple , which is the Daihonzan ( head temple of a Buddhist sect ) of the Rinzai sect , Tofuku-ji Temple school , located in Higashiyama Ward , Kyoto City . +KOSE no Fumio ( year of birth and death unknown ) was a man of literature who lived during the early Heian period . +Tomochika MIMASAKA ( date of birth and death unknown ) was a samurai ( warrior ) and gokenin ( shogunal retainer ) in the early Kamakura period . +Sanbo-ekotoba is a collection of Buddhist tales compiled in the middle of the Heian period . +" Fundoshi " is a traditional underwear for men in Japan and other areas . +Haboku-sansui refers to Sansui-ga ( Chinese-style landscape painting ) which is painted using haboku ( the broken-ink technique ) technique ( to be described later ) . +Uzumasa-tenjingawa Station , located in the Ukyo ward of Kyoto City , Kyoto Prefecture , is the last stop on the Tozai Line of the Kyoto Municipal Subway and the first subway station built in Ukyo Ward . +Heijo-kyo ( also pronounced Heizei-kyo ) used to be the ancient capital of Japan . +" Goshi " is a Shinto term that refers to the enshrinement of kami ( deity , spirit ) from one shrine at another shrine ( this is called yosemiya ) . +Muko-jinja Shrine is a Shinto shrine located in Muko City , Kyoto Prefecture . +KI no Akimine ( year of birth and death unknown ) was a poet of the early Heian period . +Omiya-dori Street is a boulevard in Nara City , Nara Prefecture . +Kamishichiken is the oldest hanamachi ( ' flower town , ' or geisha district ) , located in the area of Shinsei-cho and Shakenagaya-cho in Kamigyo Ward , Kyoto City . +Hoon-ko refers to a memorial service which was held around the anniversary of the death of Shinran ( 1173 - 1262 ) , the founder of Jodo Shinshu ( True Pure Land Sect of Buddhism ) for the purpose of Hon shatoku ( repayment for indebtedness ) to the founder . +" Atsumori " is the title of a Noh program , which belongs to the category of nibanme-mono ( second-category play ) and the subcategory of Kindachi mono ( play featuring a courtier ) . +" Toimaru " were organizations specialized in transport , warehousing and commission sales , which based themselves in cities by the rivers and ports where nengumai ( rice paid as land tax ) was unloaded . +The Award of the Japan Art Academy refers to the awards presented by the Japan Art Academy . +Aki-jinja is the Shinto Shrine located in Uda City , Nara Prefecture . +Shichijo-shinchi was once a brothel in Shimogyo Ward , Kyoto City and today it continues its business under its new name , " Gojo Rakuen . " +It is assumed that it was made after 1622 in Japan . +Bento is a kind of portable food and is the equivalent of one meal . +Maizuru is a harbor city located in the northern part of Kyoto Prefecture ( formerly Tango Province ) overlooking the Sea of Japan . +SHIMOTSUKENU no Taguhi ( year of birth and death unknown ) was a noble who lived during Nara period . +The Hakodate Court was established quickly as a local administrative organ in Hakodate ( present-day , Hakodate City ) in 1868 to govern Ezo ( a northern island of Japan inhabited by Ainu indigenous people ) . +Shizuki-jo Castle is a Japanese castle . +Tsuneko HASHIMOTO or Kangyoin ( December 24 , 1826 to September 28 , 1865 ) was a court lady in Japan during the end of the shogunate period . +Choka is a form of waka ( Japanese poem ) . +The ' Kicho ' screen was used by nobles in their residences from the Heian period . +O no Yasumaro ( date of birth unknown - August 15 , 723 ) was a civil officer in the Nara period . +Tamaki SHISHIDO ( April 18 , 1829 - October 1 , 1901 ) was a statesman and bureaucrat active from the end of the Edo period into the Meiji period . +Sodo YAMAGUCHI ( June 1 , 1642 to September 30 , 1716 ) was a haiku poet and a flood control expert in the early Edo period . +Kakugoro INOUE ( November 30 , 1860 - September 23 , 1938 ) was a Japanese businessman and statesman . +History +" Hakai " ( The Broken Commandment ) is a full-length novel by Toson SHIMAZAKI . +Karyobin is a piece of Gagaku ( ancient Japanese court dance and music ) , and one of ' Rinyu hachigaku ' ( eight old gagaku pieces from Vietnam ) . +Shoronagashi is an event held during the Obon festival ( a Festival of the Dead or Buddhist All Soul 's Day in mid-August ) in different parts of Nagasaki Prefecture . +Sanemasa SHIGENOI ( May . 23 , 1700 - Dec.4 , 1735 ) was Kugyo ( a Court noble ) in the middle of Edo period . +The Send-off Bonfires of Five Mountains ( Gozan no Okuribi ) refers to the annual bonfires lit at various 5 locations including Nyoigatake ( Mt . Nyoi known as Mt . Daimonji ) on August 16 in Kyoto City . +Wayo Architecture refers to a temple architectural style which had been used in temple architecture in Japan as contrasted with the architectural style ( Daibutsu-yo ( Buddhist architecture style ) , Zenshu-yo ( Zen-sect-style architecture ) ) that was introduced from China in the Kamakura period . +Aeba no Tsubone ( ? - June 4 , 1615 ) was a woman from the Sengoku period ( the Warring States period ) to the early Edo period . +Yakizakana is a dish in which fish is broiled . +An Ashigaru taisho was a commanding officer who lead Ashigaru troops ( foot soldiers ) under a daimyo ( Japanese territorial lord ) during Japan 's Sengoku Period ( Period of Warring States ) . +Ecchu Kubo was a government which was established at Hojozu , Imizu county , Ecchu Province by Yoshitane ASHIKAGA who was deposed as the shogun of Muromachi bakufu ( Japanese feudal government headed by a shogun ) and escaped from Kyoto in 1493 . +The Kainosho clan was one of Japan 's clans . diff --git a/data/titles-ja-test.labeled b/data/titles-ja-test.labeled new file mode 100644 index 0000000..09ef31f --- /dev/null +++ b/data/titles-ja-test.labeled @@ -0,0 +1,2823 @@ +1 藤原 時姫 ( ふじわら の とき ひめ 、 ? - 天元 ( 日本 ) 3 年 1 月 15 日 ( 旧暦 ) ( 980 年 2 月 4 日 ) ) は 、 平安 時代 中期 の 公卿 ・ 藤原 兼家 の 正室 。 +-1 能管 ( のうかん ) は 、 日本 の 横笛 の 一 つ で あ る 。 +-1 講談 ( こうだん ) と は 、 日本 の 伝統 芸能 の ひと つ 。 +-1 五 社 神古墳 ( ご さしこふん ) は 、 奈良 県 奈良 市 に あ る 佐紀 盾列 古墳 群 に 属 する 古墳 。 +1 町田 久成 ( まちだ ひさな り 、 1838 年 1 月 27 日 ( 天保 9 年 1 月 2 日 ( 旧暦 ) ) - 1897 年 ( 明治 30 年 ) 9 月 15 日 ) は 、 幕末 の 薩摩 藩 士 で 明治 時代 の 士族 。 +-1 僧 尼令 ( そう に りょう ) と は 、 日本 律令 法 に 設け られ た 編目 の 1 つ 。 +1 日行 ( にちぎょう 、 ? - 応安 2 年 / 正平 ( 日本 ) 24 年 8 月 13 日 ( 旧暦 ) ( 1369 年 9 月 14 日 ) ) は 、 大石 寺 第 5 世 法 主 。 +-1 春日 家 ( かすが け ) は 、 公家 の 家名 で あ る 。 +1 醍醐 天皇 ( だい ご てんのう 、 元慶 9 年 1 月 18 日 ( 885 年 2 月 6 日 ) - 延長 8 年 9 月 29 日 ( 930 年 10 月 23 日 ) ) は 、 平安 時代 の 天皇 。 +-1 荒海 障子 ( あら うみ の そうじ ) は 、 清涼 殿 弘廂 の 東北端 に たて られ て い た 、 布張り の 衝立 障子 。 +-1 輸租 帳 ( ゆそちょう ) と は 、 律令 政府 が 国司 の 政務 実績 を 調査 する ため に 毎年 1 年間 に 実際 に 収納 し た 田租 ・ 地子 に 関 する 正確 な 数値 を 書き上げ さ せ た 上 で 、 国司 が 都 に 派遣 する 四 度 使 の うち 調帳 を 提出 する 貢調使 に 携帯 を さ せ て 民部 省 に 提出 さ せ た 帳簿 。 +-1 折形 ( お り かた ) は 、 日本 の 礼儀 作法 の 1 つ で 、 贈答 品 を 包 む 紙 の 折 り 方 に 関 する 礼儀 作法 で あ る 。 +1 万里小路 惟房 ( まで の こうじ これ ふさ 、 永正 10 年 ( 1513 年 ) - 元亀 4 年 6 月 9 日 ( 旧暦 ) ( 1573 年 7 月 7 日 ) ) は 室町 時代 の 公卿 。 +-1 闘茶 ( とうちゃ ) と は 、 中世 に 流行 し た 茶 の 味 を 飲み分け て 勝負 を 競 う 遊び 。 +-1 京都 盆地 ( きょう と ぼんち ) は 、 京都 府 に あ る 盆地 。 +-1 ハンバーグ また は ハンバーグ ステーキ は 、 挽肉 ( 豚肉 や 牛肉 、 また は その 他 の 畜肉 等 を 含め た あわせ 挽肉 ) に タマネギ 等 の 野菜 類 の みじん 切り と コショウ 等 の 香辛 料 を 加え 、 鶏卵 、 パン 粉 を 混ぜ 、 こね合わせ た もの を 楕 円形 や 円形 など に 整形 し て 焼 い た 料理 。 +-1 姓 ( カバネ ) と は 、 古代 日本 の ヤマト 王権 に お い て 、 大王 ( ヤマト 王権 ) ( おおきみ ) から 有力 な 氏族 に 与え られ た 、 王権 と の 関係 ・ 地位 を 示 す 称号 で あ る 。 +-1 巨勢 山 古墳 群 ( こせやま こふん ぐん ) は 、 古墳 時代 中期 中葉 から 終焉 期 に かけ て 、 奈良 県 御所 市 の 巨勢 山丘陵 に 約 700 基 が 築 か れ た 国内 最大 級 の 群集墳 で あ る 。 +1 園 基音 ( その もと な り 、 慶長 9 年 8 月 23 日 ( 旧暦 ) ( 160 4 年 9 月 16 日 ) - 承応 4 年 2 月 17 日 ( 旧暦 ) ( 1655 年 3 月 24 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +1 少弐 冬資 ( しょう に ふゆすけ 、 ? - 1375 年 9 月 22 日 ( 天授 ( 日本 ) 元年 / 永和 ( 日本 ) 元年 8 月 26 日 ( 旧暦 ) ) ) は 南北朝 時代 ( 日本 ) の 武将 。 +1 昭憲 皇太后 ( しょう けん こう たいごう 、 1849 年 4 月 17 日 ( 旧暦 ) ( 新暦 5 月 9 日 ) - 1914 年 4 月 9 日 ) は 、 日本 の 皇族 。 +1 吉田 稔麿 ( よしだ としまろ 、 天保 12 年 閏 1 月 24 日 ( 旧暦 ) ( 1841 年 3 月 16 日 ) - 元治 元年 6 月 5 日 ( 旧暦 ) ( 1864 年 7 月 8 日 ) ) は 、 江戸 時代 後期 、 幕末 の 長州 藩 の 活動 家 で あ る 。 +-1 味噌 田楽 ( みそでんがく ) と は 、 豆腐 や こんにゃく 、 ナス や サトイモ など を 串 に 刺 し 、 ユズ や サンショウ など で 香り を つけ た 味噌 を 塗りつけ て 焼 い た 料理 。 +-1 唐橋 家 ( から はしけ ) は 菅原 在良 ( 位階 ・ 式部 省 ・ 贈従 三 位 ) ( 1041 年 - 1121 年 ) を 祖 と する 堂上 家 。 +-1 明月 院 ( めいげつ いん ) は 、 神奈川 県 鎌倉 市 に あ る 臨済 宗 建長 寺 派 の 寺院 。 +-1 葬儀 ( そうぎ ) 、 葬式 ( そうしき ) と は 、 人 の 死 を 弔 う ため に 行 わ れ る 祭儀 、 葬制 の 一部 で あ る 。 +-1 蝦夷 共和 国 ( えぞ きょうわ こく ) は 、 明治 元年 12 月 ( 1869 年 1 月 ) に 成立 し 、 蝦夷 地 ( 北海道 ) に 短 期間 存在 し た 佐幕 派 の 政権 で あ る 蝦夷 島 政府 に 対 する 俗称 で あ る 。 +-1 勘解由 小路家 ( か で の こうじけ / かげゆ こうじけ ) は 日本 の 氏族 。 +-1 享保 丁銀 ( きょう ほうちょうぎん ) と は 正徳 ( 日本 ) 4 年 ( 1714 年 ) 8 月 に 発行 さ れ た 丁銀 の 一種 で 秤量 銀貨 で あ り 、 正徳 丁銀 ( しょう とくちょうぎん ) と 呼 ぶ 場合 も あ る 。 +-1 綾小路 通 ( あや の こうじ どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +-1 甲賀 流 ( こうかりゅう 、 こう が りゅう ) と は 、 伊賀 流 と 並 ん で 最も 有名 な 流派 の 忍術 で あ る が 、 近江国 甲賀 の 地 に 伝わ っ て い た 忍術 流 派 の 総称 で 「 甲賀 流 」 と い う 名称 の 流派 が 存在 し た の で は な い 。 +1 福井 興 七郎 ( ふくい こうひちろう 、 生没年 不詳 ) は 安土 桃山 時代 の 人物 で 因幡 国気多 郡 ( 鳥取 県 ) 勝部 奥郷 八葉 寺 ( はっしょうじ ) 村 在住 の 地侍 。 +-1 言文 一致 ( げん ぶん いっち ) と は 、 明治 時代 に 、 今 まで の 文語 文 に かわ っ て 日常 語 を 用い て 口語 体 に 近 い 文章 を 書 く こと を 主張 し 、 実践 し た 運動 と 、 書 か れ た 文章 を 指 す 。 +1 清原 宣賢 ( きよはら の ぶかた 、 文明 ( 日本 ) 7 年 ( 1475 年 ) - 天文 ( 元号 ) 19 年 7 月 12 日 ( 旧暦 ) ( 1550 年 8 月 24 日 ) ) は 、 室町 時代 ・ 戦国 時代 ( 日本 ) の 公卿 ・ 学者 。 +1 勧修 寺 経熈 ( かじゅうじつね ひろ 、 別名 : 経郷 、 永享 4 年 ( 1432 年 ) - 文亀 4 年 2 月 17 日 ( 旧暦 ) ( 150 4 年 3 月 3 日 ) ) は 、 室町 時代 の 公家 ( 公卿 ) 。 +1 倭 の 五 王 ( わ の ごおう ) と は 、 5 世紀 に 、 南北朝 時代 ( 中国 ) の 東晋 や 宋 ( 南朝 ) に 朝貢 し て 「 倭国王 」 など に 冊封 さ れ た 倭国 の 五 人 の 王 、 すなわち 讃 、 珍 、 済 、 興 、 武 を い う 。 +1 顕註 密勘 ( けんちゅう みっ かん ) と は 、 鎌倉 時代 前期 に 藤原 定家 に よ っ て 書 か れ た 『 古今 和 歌集 』 の 注釈 書 で あ る 。 +-1 大和 天神山 古墳 ( やまと てんじん やまこふん ) は 、 奈良 県 天理 市 柳 本町 に 所在 する 古墳 時代 前期 初頭 の 古墳 ( 前方 後 円墳 ) で あ る 。 +-1 焼香 ( しょうこう ) と は 、 仏教 に お い て 、 香 を 焚 く こと 。 +-1 日本 酒 級 別 制度 ( に ほんしゅ きゅうべつ せいど ) と は 、 昭和 15 年 ( 1940 年 ) から 平成 4 年 ( 1992 年 ) まで 日本 に お い て 長 ら く 存在 し た 、 日本 酒 の 酒税 法 上 、 ならび に 一般 的 な 分類 体系 で あ る 。 +1 五山 文学 ( ござん ぶんがく ) は 、 鎌倉 時代 末期 から 室町 時代 に かけ て 禅宗 寺院 で 行 わ れ た 漢文学 で あ る 。 +1 韋那 磐鍬 ( いな の いわ す き 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 畠山 満家 ( はたけやま みついえ 、 1372 年 ( 文中 元年 / 応安 5 年 ) - 1433 年 10 月 31 日 ( 永享 5 年 9 月 19 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 に かけ て の 守護 大名 ・ 管領 。 +1 片山 博通 ( かたやま ひろみち 、 1907 年 12 月 22 日 - 1963 年 3 月 10 日 ) は 、 観世 流 シテ 方 の 能楽師 。 +1 四方 拝 ( しほう はい ) と は 、 宮中 で 行 わ れ る 一 年 最初 の 儀式 。 +1 宇治 八 の 宮 ( うじ はちのみや ) は 、 紫式 部 の 『 源氏 物語 』 の 登場 人物 の 一人 。 +-1 卵焼き 、 玉子焼き ( たまごやき ) は 、 卵 を 溶き ほぐ し た もの を 焼 き固め る 料理 の 総称 。 +1 北条 貞房 ( ほうじょう さだふさ 、 文永 9 年 ( 1272 年 ) - 延慶 ( 日本 ) 2 年 12 月 2 日 ( 旧暦 ) ( 1310 年 1 月 3 日 ) ) は 、 鎌倉 時代 後期 の 北条 氏 の 一門 。 +-1 瑞龍 寺 ( ずいりゅうじ ) は 滋賀 県 近江八幡 市 の 八幡 山 山頂 に あ る 仏教 寺院 。 +1 後藤 得三 ( ごとう とくぞう 、 1897 年 ( 明治 30 年 ) 1 月 17 日 - 1991 年 ( 平成 3 年 ) 7 月 22 日 ) は 、 シテ 方 喜多 流能 楽師 。 +1 藤原 輔公 ( ふじわらのすけ きみ 、 生没年 不詳 ) は 、 平安 時代 中期 の 貴族 。 +1 平家 弘 ( たいら の いえひろ 、 生年 未詳 - 保元 元年 ( 1156 年 ) ) は 平安 時代 末期 の 武将 。 +1 穴穂部 間人 皇女 ( あなほべ の はし ひと の ひめみこ 、 生年 不詳 - 推古 天皇 29 年 12 月 21 日 ( 旧暦 ) ( 622 年 2 月 6 日 ) ) は 、 飛鳥 時代 の 皇族 。 +-1 七 高僧 ( しち こうそう ) と は 、 浄土 真宗 の 宗祖 と さ れ る 親鸞 が 選定 し た 7 人 の 高僧 の こと 。 +1 太田 重兵衛 ( おおた じゅうべえ 、 文化 ( 元号 ) 14 年 ( 1817 年 ) - 明治 2 年 ( 1869 年 ) ) は 、 近江 国 膳所 ( 大津 市 ) 出身 の 茶司 、 元 膳所 藩士 。 +-1 志士 ( しし ) と は 、 一般 に 日本 の 江戸 時代 後期 の 幕末 に お い て 活動 し た 在野 の 人物 を 差 す 歴史 用語 で あ る 。 +-1 城主 大名 ( じょうしゅ だいみょう ) と は 、 近世 江戸 時代 に おけ る 大名 の 格式 の 一 つ で あ り 、 大名 家 を その 居地 ・ 居城 で 区別 する 国主 ( 国持 大名 ) - 準 国主 - 城主 - 城 主格 - 無城 ( 陣屋 ) の 5 階 級 の うち 、 国許 の 屋敷 に 城 が 認め られ て い る 大名 を い う 。 +-1 新番 ( しんばん ) は 、 武家 に おけ る 警備 ・ 軍事 部門 ( 番方 ) の 役職 の ひと つ で あ る 。 +-1 和敬 清寂 ( わけい せいじゃく ) と は 、 茶道 に お い て 強調 さ れ て い る 標語 で 、 特に 千家 で は 千 利休 の 定め た 「 四規 」 と し て 重要 視 し て い る 。 +-1 御前 沙汰 ( ごぜん さた ) と は 、 室町 幕府 に お い て 征夷 大将軍 が 主宰 ・ 臨席 し た 非 公式 な 評定 の こと 。 +-1 枕経 ( まくらきょう 、 まくらぎょう ) と は 、 死後 すぐ に 行 わ れ る 儀式 の 1 つ で 、 死者 に 初めて 経 を 聞 かせ る と い う 意味 が あ る 。 +-1 五 灯 会元 ( ごとう えげん ) は 、 中国 南宋代 に 成立 し た 禅宗 の 燈史 で あ る 。 +1 渡辺 糺 ( わたなべ ただ す 、 生年 不詳 - 慶長 20 年 5 月 7 日 ( 旧暦 ) ( 1615 年 6 月 3 日 ) ) は 、 豊臣 氏 家臣 。 +1 広幡 豊忠 ( ひろ はた とよただ 、 寛文 6 年 6 月 26 日 ( 旧暦 ) ( 1666 年 7 月 27 日 ) - 元文 2 年 8 月 1日 ( 旧暦 ) ( 1737 年 8 月 26 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +1 牧野 省三 ( まきの しょうぞう 、 1878 年 9 月 22 日 - 1929 年 7 月 25 日 ) は 、 京都 府 生まれ の 映画 監督 、 映画 プロデューサー 、 実業 家 で あ る 。 +1 青木 昆陽 ( あおき こんよう 、 元禄 11 年 5 月 12 日 ( 旧暦 ) ( 1698 年 6 月 19 日 ) - 明和 6 年 10 月 12 日 ( 旧暦 ) ( 1769 年 11 月 9 日 ) ) は 、 江戸 時代 中期 の 儒学 者 、 蘭学 者 で あ る 。 +1 徳大寺 維子 ( とくだいじ ふさこ 、 文明 ( 日本 ) 13 年 ( 1481 年 ) - 永禄 9 年 3 月 8 日 ( 旧暦 ) ( 156 6 年 3 月 29 日 ) ) は 、 戦国 時代 ( 日本 ) の 関白 ・ 近衛 尚通 の 北 政所 ( 正室 ) 。 +1 殷 富門院 大輔 ( いんぷ もんいん の だい ふ 、 大治 ( 日本 ) 5 年 ( 1130 年 ) 頃 ? - 正治 2 年 ( 120 0 年 ) 頃 ? ) は 、 平安 時代 末期 の 女房 ・ 女流 歌人 。 +1 宇田川 玄随 ( うだ がわ げんずい 宝暦 5 年 12 月 27 日 ( 旧暦 ) ( 1756 年 1 月 28 日 ) - 寛政 9 年 12 月 18 日 ( 旧暦 ) ( 179 8 年 2 月 3 日 ) ) は 医学 者 、 蘭学 者 。 +1 坂上 大 嬢 ( おおとも の さかの うえ の おお いらつめ 、 生没年 不詳 ) は 大伴 宿奈 麻呂 と 大伴 坂上郎 女 の 長女 で 、 妹 に 坂上 二 嬢 が い る 。 +-1 石州 流 ( せき しゅうりゅう ) は 、 片桐 貞昌 ( 貞昌 ) を 流祖 と 仰 ぐ 茶道 の 流派 の 総称 。 +-1 承俊 ( しょうしゅん 、 生年 不詳- 延喜 5 年 12 月 7 日 ( 旧暦 ) ( 90 6 年 1 月 9 日 ) ) は 、 平安 時代 前期 から 中期 に かけ て の 真言 宗 の 僧 。 +1 壇ノ浦 夜 合戦記 ( だん の うらの よる かっせん き ) は 、 日本 の 古典 春本 の 一 つ で あ る 。 +1 結城 親光 ( ゆうき ちかみつ 、 生年 不詳 - 1336 年 2 月 23 日 ( 延元 元年 / 建武 ( 日本 ) 3 年 1 月 11 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) の 武将 で あ る 。 +1 勧修 寺 晴秀 ( かじゅうじ ・ はるひ で 、 大永 3 年 ( 1523 年 ) - 天正 5 年 1 月 1日 ( 旧暦 ) ( 1577 年 1 月 19 日 ) は 、 安土 桃山 時代 の 公家 ( 公卿 ) 。 +1 藤原 宇合 ( ふじわら の うまかい 、 持統 天皇 8 年 ( 694 年 ) - 天平 9 年 8 月 5 日 ( 旧暦 ) ( 73 7 年 9 月 7 日 ) ) は 奈良 時代 の 政治 家 。 +-1 要法 寺 ( ようぼう じ ) は 、 京都 府 京都 市 左京 区 新 高倉 通孫 橋 通上ル 法皇 寺町 に あ る 日 蓮 本 宗 の 本山 。 +-1 頼政塚 ( より まさづか ) は 現在 の 亀岡 市 西 つつじヶ丘町 の 小高 い 丘 に 建て られ た 、 平安 末期 非業 の 死 を 遂げ た 多田 源 氏 源 頼政 の 首塚 。 +-1 三 日 御定法 ( みっ か ご じょうほう ) また は 御定 法 三 日 ( ご じょうほう みっ か ) と は 歌舞伎 界 に おけ る 不文律 の 一 つ 。 +-1 木津 温泉 ( きつ おんせん ) は 、 京都 府 京丹後 市 網野 町 木津 ( 旧 国丹 後 国 ) に あ る 温泉 。 +1 洞院 佶子 ( とういん きつ し 、 藤原 佶子 ( ふじわら の きつ し ) 、 皇后 佶子 、 寛元 3 年 ( 1245 年 ) - 文永 9 年 8 月 9 日 ( 旧暦 ) ( 1272 年 9 月 2 日 ) ) は 、 鎌倉 時代 の 亀山 天皇 の 皇后 で 、 後宇多 天皇 の 生母 。 +-1 無門 関 ( む もんかん 、 無門 關 ) は 、 中国 宋代 に 無門 慧開 に よ っ て 編集 さ れ た 公案 集 で あ る 。 +-1 日墨 修好 通商 条約 ( にち ぼく しゅう こうつう しょう じょうやく ) と は 、 1888 年 11 月 30 日 に 日本 と メキシコ の 間 で 締結 さ れ た 条約 。 +-1 びわ 湖 温泉 ( びわこ おんせん ) は 、 滋賀 県 大津 市 茶 が崎 に あ る 温泉 。 +1 赤松則英 ( あかまつ のりひで 、 生年 不詳 - 慶長 5 年 10 月 1日 ( 旧暦 ) ( 160 0 年 11 月 6 日 ) ) は 安土 桃山 時代 の 人物 で 、 播磨 国 の 名門 赤松 氏 最後 の 当主 と さ れ る 。 +-1 しゃぶしゃぶ は 、 ごく 薄 く 切 っ た 肉 を 、 食卓 の 専用 鍋 に 煮え 立 た せ た だし 汁 に 数 回 く ぐら せ 加熱 し 、 野菜 ・ 豆腐 ・ 葛切り など の 食材 を 煮込 ん だ もの と 共 に 、 タレ に つけ て 食べ る 日本 の 鍋 料理 で あ る 。 +-1 貴船 神社 ( きふね じんじゃ 、 きぶね じんじゃ ) +-1 天の 川 ( あまのがわ 、 あま の かわ ) は 、 夜空 を 横切 る よう に 存在 する 雲状 の 光 の 帯 で あ る 。 +-1 長者 ( ちょうじゃ 、 ちょうしゃ ) は 、 年長 者 、 富裕 者 に 対 する 呼称 。 +-1 出町 柳駅 ( で まち やなぎ えき ) は 、 京都 市 左京 区 田中 上柳町 ・ 下柳 町 に あ る 、 京阪 電気 鉄道 ・ 叡山 電鉄 の 鉄道 駅 。 +-1 龍吟庵 ( りょうぎんあん ) は 京都 府 京都 市 東山 区 に あ る 臨済 宗 東福寺 派 の 寺院 で 東福 寺 の 塔頭 。 +-1 分霊 ( ぶんれい 、 わけ み たま ) と は 、 神道 の 用語 で 、 本社 の 祭神 を 他所 で も 祀 る 際 、 その 神 ( 神道 ) の 神霊 を 分か ち た もの の こと で あ る 。 +1 離宮 ( りきゅう ) と は 、 皇居 や 王宮 と は 別 に 設け られ た 宮殿 の こと で あ る 。 +1 九条 尚忠 ( くじょうひさただ 、 寛政 10 年 7 月 25 日 ( 旧暦 ) ( 179 8 年 9 月 5 日 ) - 明治 4 年 8 月 21 日 ( 旧暦 ) ( 18 71 年 10 月 5 日 ) ) は 、 江戸 時代 後期 から 明治 の 公家 で あ る 。 +1 西園寺 禧子 ( さいおんじき し 、 藤原 禧子 ( ふじわら の きし ) 、 嘉元 元年 ( 130 3 年 ) - 元弘 3 年 10 月 12 日 ( 1333 年 11 月 19 日 ) ) は 、 鎌倉 時代 後期 の 日本 の 皇族 。 +1 西笑 承兌 ( さいしょう じょうたい 、 天文 ( 元号 ) 17 年 ( 1548 年 ) - 慶長 12 年 12 月 27 日 ( 旧暦 ) ( 160 8 年 2 月 13 日 ) ) は 豊臣 政権 ~ 江戸 時代 に 活躍 し た 臨済 宗 の 僧 。 +1 夕霧 ( ゆうぎり ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +1 九条 道家 ( くじょうみ ち いえ 、 建久 4 年 ( 1193 年 ) 7 月 - 建長 4 年 2 月 21 日 ( 旧暦 ) ( 1252 年 4 月 1日 ) ) は 、 鎌倉 時代 前期 の 公卿 。 +1 脇坂 安興 ( わきさか やすおき ) は 、 播磨 国 龍野 藩 の 第 4 代 藩 主 。 +-1 脱亜 思想 ( だつあしそう ) と は 、 福澤 諭吉 に 代表 さ れ る 儒教 を 廃 し て 中華 思想 から 脱却 し よ う と する 思想 の こと 。 +-1 物部 村 ( ものべそん ) は 、 高知 県 の 北東部 、 物部 川 の 源流域 に 位置 し て い た 、 日本 一 の ゆず 産地 と 知 ら れ る 村 で あ る 。 +-1 正保 郷帳 ( しょう ほう ごう ちょう ) は 、 日本 の 江戸 幕府 が 諸 大名 に 命 じ て 令制 国 単位 で 作 ら せ た 郷帳 で 、 村 の 名 と 村高 ( 村 の 生産 力 ) を まとめ た 統計 書 で あ る 。 +1 三条 西 実隆 ( さんじょう に し さね たか 、 康正 元年 4 月 25 日 ( 旧暦 ) ( 1455 年 5 月 11 日 ) - 天文 ( 元号 ) 6 年 10 月 3 日 ( 旧暦 ) ( 1537 年 11 月 5 日 ) ) は 、 室町 時代 の 公家 。 +-1 徳利 ( とっくり 、 とくり ) と は 、 首 が 細 く 下部 が 膨ら ん だ 容器 の 一種 。 +1 増子 女王 ( ますこ じょ おう 、 正徳 ( 日本 ) 元年 10 月 19 日 ( 旧暦 ) ( 1 71 1 年 11 月 28 日 ) - 享保 18 年 10 月 3 日 ( 旧暦 ) ( 1733 年 11 月 9 日 ) ) は 江戸 幕府 第 9 代 将軍 ・ 徳川 家重 の 正室 。 +-1 織部 焼 ( おりべ や き ) は 、 桃山 時代 の 天正 年間 ( 1573 年 - 1592 年 ) 頃 から 、 主に 美濃 国 で 産 する 陶器 。 +1 尾形 乾山 ( おがた けんざん 、 寛文 3 年 ( 1663 年 ) - 寛保 3 年 6 月 2 日 ( 旧暦 ) ( 1743 年 7 月 22 日 ) は 、 江戸 時代 の 絵師 、 陶工 。 +-1 サイダー と は 、 甘味 と 酸味 で 味付け さ れ た ノンアルコール 、 無色 透明 の 炭酸 飲料 の こと 。 +1 大田垣 蓮月 ( おおた がき れんげつ 、 寛政 3 年 1 月 8 日 ( 旧暦 ) ( 1791 年 2 月 10 日 ) - 明治 8 年 ( 1875 年 ) 12 月 10 日 ) は 、 江戸 時代 後期 の 尼僧 ・ 女流 歌人 。 +-1 唾壺 ( だこ ) は 、 もと は 唾液 や 喀痰 を 吐き入れ る ため の 容器 。 +-1 堀川 五条 ( ほり かわ ごじょう / Horikawagojo ) は 、 京都 府 京都 市 下京 区 泉水町 に あ る 交差 点 及び その 近隣 の 名称 。 +-1 官物 ( かんも つ ) と は 、 律令 制 に お い て 租庸 調 以下 、 租税 と し て 朝廷 及び 令 制 国 に 納入 さ れ た 貢納 物 の こと 。 +-1 京都 国立 博物 館 所蔵 文化 財 一覧 ( きょうと こくりつ はくぶつ かん しょぞう ぶんか ざい いちらん ) +-1 内豎 省 ( ない じゅしょう ) は 日本 律令 制 で 奈良 時代 後期 に 設置 さ れ た 令外 官 。 +1 他戸 親王 ( おさべ しんの う 、 天平 宝字 5 年 ( 761 年 ) ? - 宝亀 6 年 4 月 27 日 ( 旧暦 ) ( 775 年 6 月 3 日 ) は 、 奈良 時代 末期 の 皇族 ・ 皇太子 。 +-1 在郷 町 ( ざいごう まち ) は 、 日本 の 都市 の 形態 の ひと つ 。 +1 袖岡 文景 ( そで おか ふみかげ 、 寛政 11 年 7 月 28 日 ( 旧暦 ) ( 1799 年 8 月 28 日 ) - 安政 2 年 6 月 23 日 ( 旧暦 ) ( 1855 年 8 月 5 日 ) ) は 、 江戸 時代 後期 の 地下 家 官人 。 +1 親王 宣下 ( しんのう せんげ ) と は 皇族 の 子女 に 親王 、 内親 王 の 資格 を 与え る こと で あ る 。 +-1 前垂れ ( まえだれ 、 江戸 方言 で は 「 まえだら 」 と も ) もしくは 前掛け ( まえかけ ) は 、 商家 に はたら く 人 や 女中 など が 衣服 に 汚れ が つ か な い よう 、 帯 から 下 に 掛け る 布 の こと 。 +-1 若草 伽藍 ( わかくさ が らん ) は 、 奈良 県 生駒 郡 斑鳩 町 の 法隆 寺 西院 伽藍 南東部 の 境内 から 発見 さ れ た 仏教 遺跡 。 +1 覚行 法 親王 ( かくぎょう ほっ しん のう 、 承保 2 年 ( 1075 年 ) 4 月 - 長治 2 年 11 月 18 日 ( 110 5 年 12 月 26 日 ) ) は 、 平安 時代 中期 から 後期 に かけ て の 皇族 ・ 僧 。 +1 御 用 邸 ( ご ようてい ) は 天皇 家 や 皇族 の 別荘 で あ る 。 +-1 天台 宗 ( てんだい しゅう ) は 大乗 仏教 の 宗派 の ひと つ で あ る 。 +-1 おしら 様 ( おしらさま 、 お 白 様 、 オシラ 様 、 オシラサマ と も ) は 、 日本 の 東北 地方 で 信仰 さ れ て い る 家 の 神 ( 神道 ) で あ り 、 一般 に は 蚕 の 神 、 農業 の 神 、 ウマ の 神 と さ れ る 。 +-1 袢纏 ( はんてん ) と は 、 和服 の 一種 で 、 江戸 時代 とくに 18 世紀 頃 から 庶民 の 間 で 着用 さ れ る よう に な っ た 防寒 着 で あ る 。 +-1 嵐山 駅 ( あらしやま えき ) は 、 京都 市 右京 区 嵯峨 天龍 寺 造路町 に あ る 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 の 鉄道 駅 。 +1 楢林 鎮山 ( なら ば やし ちんざん 、 慶安 元年 12 月 14 日 ( 旧暦 ) ( 1649 年 1 月 26 日 ) - 宝永 8 年 3 月 29 日 ( 旧暦 ) ( 1 71 1 年 5 月 16 日 ) ) ) は 、 江戸 時代 前期 の 阿蘭 陀 通詞 ・ 医師 。 +-1 座敷 ( ざしき ) は 、 ( 中世 に お い て は ) 字 義 通り 、 座 る ため に 、 褥 ( しとね ) など を 敷 い た ところ 。 +1 岩松 家 純 ( いわまついえ ずみ ) は 、 室町 時代 中期 の 岩松 氏 の 当主 。 +-1 京都 御 馬揃え ( きょう と おんうま そろえ ? ) は 天正 9 年 2 月 28 日 _ ( 旧暦 ) ( 158 1 年 4 月 1日 ) 、 織田 信長 が 京都 で 行 っ た 大 規模 な 軍事 パレード で あ る 。 +-1 和 菓子 の 日 ( わがし の ひ ) は 、 全国 和 菓子 協会 が 1979 年 ( 昭和 54 年 ) に 制定 し た 記念 日 。 +-1 後宮 十 二 司 ( こうきゅう じゅう に し ) と は 、 日本 の 律令 制 に お い て 規定 さ れ た 宮人 ( くにん / くうにん / きゅうじん ・ 後 の 女官 ) の 組織 で あ る 。 +-1 蓮教 ( れんきょう 、 宝徳 3 年 ( 1451 年 ) - 明応 元年 5 月 2 日 ( 旧暦 ) ( 1492 年 5 月 27 日 ) ) は 、 戦国 時代 ( 日本 ) の 浄土 真宗 ( 真宗 興正 寺 派 ) の 僧 。 +-1 焼き鳥 ( やきとり 、 ヤキトリ ) は 、 主に 鶏肉 など の 肉 を 一口 大 に 切 っ た もの を 、 数 個 ( 1 個 から 5 個 程度 ) 串 で 刺し通 し 、 調味 し て あぶり 焼き し た 料理 。 +1 長沢 芦雪 ( ながさわ ろせつ 、 宝暦 4 年 ( 1754 年 ) - 寛政 11 年 6 月 8 日 ( 旧暦 ) ( 1799 年 7 月 10 日 ) ) は 、 江戸 時代 の 絵師 。 +1 前田 利家 ( まえだ としいえ 、 天文 7 年 12 月 25 日 ( 1539 年 1 月 15 日 ) - 慶長 4 年 閏 3 月 3 日 ( 1599 年 4 月 27 日 ) ) は 、 戦国 時代 ( 室町 時代 後期 ) から 安土 桃山 時代 に かけ て の 武将 、 大名 。 +1 藤原 高光 ( ふじわら の たかみつ 、 天慶 2 年 ( 939 年 ) ? - 正暦 5 年 ( 994 年 ) ) は 、 平安 時代 中期 の 歌人 。 +-1 殖産 興業 ( しょく さん こうぎょう ) と は 、 明治 政府 が 西洋 諸国 に 対抗 し 、 産業 、 資本 主義 育成 に よ り 国家 の 近代 化 を 推進 し た 諸 政策 を 指 す 。 +1 稲垣 長明 ( いながきな が あき ( なが あきら ) ) は 、 志摩 国 鳥 羽 藩 の 第 6 代 藩 主 。 +-1 本項 で は 中世 日本 の 被差 別民 ( ちゅうせい に ほんの ひさべつ みん ) に つ い て 叙述 する 。 +-1 名古屋 帯 ( なごや おび ) と は 日本 の 女帯 の 一種 。 +-1 四 納言 ( しなごん ) と は 、 平安 時代 中期 一条 天皇 の 時代 に 活躍 し た 4 人 の 公卿 ( 源 俊賢 ・ 藤原 公任 ・ 藤原 斉信 ・ 藤原 行成 ) の 称 。 +1 坂東 鶴之助 ( ばんどう つ るのすけ ) は 、 歌舞伎 役者 。 +-1 野原 海水 浴 場 ( のはら かいすい よくじょう ) は 、 京都 府 舞鶴 市 の 日本 海 に 面 する 海水 浴場 。 +-1 院 宮 王臣 家 ( いんぐう おうしんけ ) と は 、 平安 時代 初期 ( 8 世紀 末 ~ 9 世紀 ごろ ) 、 天皇 権力 と 結びつ い て 勢力 を 強め た 少数 の 皇族 ・ 貴族 の 総称 。 +1 酒井 忠績 ( さかい ただしげ ) は 、 江戸 時代 末期 の 大名 、 老中 、 大老 。 +1 源 忠宗 ( みなもと の ただむね 、 生没年 不詳 ) は 、 平安 時代 の 河内 源 氏 の 武将 。 +-1 西国 三十 三 箇所 ( さいごく さんじゅう さん かしょ ) と は 、 近畿 2 府 4 県 と 岐阜 県 に 点在 する 33 ヶ所 の 観音 霊場 の 総称 。 +1 長尾 景仲 ( ながおかげ なか 、 嘉慶_ ( 日本 ) 2 年 / 元中 5 年 ( 1388 年 ) - 寛正 4 年 8 月 26 日_ ( 旧暦 ) ( 1463 年 10 月 8 日 ) ) は 、 室町 時代 中期 の 関東 管領 山内 上杉 家 の 家宰 。 +-1 帳台 ( ちょうだい ) は 、 貴人 の 座所 や 寝所 と し て 置 か れ た 8 尺 四方 の テント 型 の 目隠し 。 +-1 洞 ( うつろ ) と は 、 室町 時代 後期 から 安土 桃山 時代 に かけ て 、 現在 の 東北 地方 及び 関東 地方 の 戦国 大名 に 見 られ た 形態 で 惣領 で あ る 当主 を 中心 に 一族 ・ 家臣 を まとめ た 擬似 的 要素 の あ る 族縁 共同 体 の こと 。 +-1 剣舞 ( けんぶ ) と は 、 広 い 意味 で は 、 刀剣 を 持 っ て 舞 う こと 。 +1 藤原 義懐 ( ふじわら の よしちか 、 天徳 ( 日本 ) 元年 ( 957 年 ) - 寛弘 5 年 7 月 17 日 ( 旧暦 ) ( 100 8 年 8 月 20 日 ) ) は 平安 時代 中期 の 貴族 。 +1 救済 ( ぐさい ・ きゅうせい ・ きゅうぜい 、 正応 元年 ( 1283 年 ) ? - 天授 ( 日本 ) 2 年 / 永和 ( 日本 ) 2 年 ( 1376 年 ) ? ) は 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 地下 ( じげ ) の 連歌 師 。 +1 正親町 三条 実望 ( おおぎまち さんじょうさ ねも ち 、 寛正 4 年 ( 1463 年 ) ‐ 享禄 3 年 3 月 5 日 ( 旧暦 ) ( 1530 年 4 月 2 日 ) ) は 、 室町 時代 の 公卿 。 +-1 風林 火山 ( ふうりん かざん ) は 、 甲斐 国 ( 山梨 県 ) の 戦国 大名 ・ 武田 信玄 の 旗指物 ( 軍旗 ) に 記 さ れ た 「 疾如 風 、 徐如 林 、 侵掠 如火 、 不動 如山 / 疾( はや ) きこと 風 の 如 く 、 徐 ( しず ) かな る こと 林 の 如 く 、 侵 ( おか ) し 掠 ( かす ) め る こと 火 の 如 く 、 動 かざ る こと 山 の 如し 」 の 通称 。 +1 森山茂 ( もりやま しげる 、 天保 13 年 ( 1842 年 ) 9 月 - 大正 8 年 ( 1919 年 ) 2 月 26 日 ) は 、 明治 時代 の 外交 官 、 政治 家 。 +1 津田 信任 ( つだ のぶとう ) は 、 戦国 時代 _ ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 ・ 大名 。 +-1 郷士 ( ごうし ) と は 、 江戸 時代 に あ っ た 武士 身分 の 階級 の 一 つ を さ す 歴史 学 用語 。 +-1 京都 歴史 回廊 協議 会 ( きょう と れきし かい ろう きょうぎ かい ) は 、 京都 の 市民 活動 。 +1 歌舞妓 堂艶鏡 ( かぶきどう えん きょう 、 生没年 不詳 ) は 、 江戸 時代 の 浮世 絵 師 で あ る 。 +1 暲子 内 親王 ( あきこ な い しんの う 、 保延 3 年 4 月 8 日 ( 1137 年 4 月 29 日 ) - 建暦 元年 6 月 26 日 ( 1211 年 8 月 6 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 皇族 。 +1 二 条 為定 ( にじょう ため さだ 、 永仁 元年 ( 1293 年 ) ? - 延文 5 年 / 正平 ( 日本 ) 15 年 3 月 14 日 ( 旧暦 ) ( 1360 年 3 月 31 日 ) ) は 、 鎌倉 時代 末 から 南北朝 時代 ( 日本 ) に かけ て の 歌人 。 +1 小林 正樹 ( こばやし まさき 、 1916 年 2 月 14 日 - 1996 年 10 月 4 日 ) は 「 人間 の 條件 」 「 切腹 」 「 怪談 」 など 多く の 代表 作 を 持 つ 、 日本 の 著名 な 映画 監督 で あ る 。 +-1 養源 院 ( よう げんいん ) は 、 京都 市 東山 区 に あ る 浄土 真宗遣 迎院 派 の 寺院 。 +1 芝祐靖 ( しばすけ やす 、 1935 年 8 月 13 日 - ) は 、 雅楽 家 、 日本 芸術 院 会員 。 +-1 守護 使 不入 ( しゅご し ふにゅう ) と は 、 鎌倉 時代 ・ 室町 時代 に お い て 幕府 が 守護 や その 役人 に 対 し て 犯罪 者 追跡 や 徴税 の ため に 、 幕府 に よ っ て 設定 さ れ た 特定 の 公領 や 荘園 など に 立ち入 る 事 を 禁 じ た こと 。 +-1 干し い も ( ほし い も 、 干し 芋 ) は サツマ イモ を 蒸 し て 乾燥 さ せ た 食品 で あ る 。 +-1 庫 裏 ( くり ) と は 、 仏教 寺院 に おけ る 伽藍 の ひと つ 。 +1 平経正 ( たいら の つねまさ 、 生年 未詳 - 寿永 3 年 2 月 7 日 ( 旧暦 ) ( 1184 年 3 月 20 日 ) ) は 、 平安 時代 末期 の 武将 、 歌人 。 +-1 帝室 技芸 員 ( ていしつぎ げいん ) は 、 明治 23 年 ( 1890 年 ) から 終戦 直後 まで 宮内 省 に よ っ て 運営 さ れ て い た 、 美術 ・ 工芸 作家 の 顕彰 制度 で あ る 。 +-1 家臣 団 ( かしんだん ) と は 、 征夷 大将軍 や 大名 など 武家 に 仕え る 家臣 層 ・ 家臣 の 集団 で あ る 。 +1 坂本 平三 ( さかもと へいぞう 、 生年 不詳 - 慶応 4 年 1 月 6 日 ( 旧暦 ) ( 1868 年 1 月 30 日 ) ) は 新選 組 隊士 。 +-1 精霊 棚 ( しょうりょう だな ) は 日本 の 習俗 的 行事 お 盆 に お い て 先祖 、 精霊 を 迎え る ため の 棚 。 +-1 寺之内 ( てら の うち ) は 京都 市 上京 区 の 堀川 通紫明 通 から 堀川 通上立売通 周辺 の 寺町 な い し 、 その 周辺 を 東西 に 通 る 通り ( 寺之 内通 ) 。 +-1 春藤 流 ( しゅんどう - りゅう ) は 廃絶 し た 能楽 ワキ 方 の 一流儀 。 +-1 後宮 ( こうきゅう ) と は 、 国王 や 皇帝 など の 后妃 が 住ま う 場所 。 +1 雲居 の 雁 ( く も い の か り 、 雲居 雁 、 雲井 の 雁 ) は 、 紫式 部 の 物語 『 源氏 物語 』 に 登場 する 架空 の 人物 。 +1 延 円 ( えんえん 、 ? - 長久 元年 ( 1040 年 ) ) は 、 平安 時代 中期 の 僧 、 絵師 。 +-1 出島 の 三 学 者 ( で じま の さん がく しゃ ) と は 、 江戸 時代 、 長崎 の 出島 に 渡来 し て 博物 学 的 研究 を 行 っ た 3 人 の 学者 の こと 。 +-1 近代 社格 制度 ( きんだい しゃ かく せいど ) と は 、 明治 維新 以降 、 律令 制下 の 延喜 式 に よ る 制度 に なら っ て 新た に 作 ら れ た 社格 の 制度 で あ る 。 +-1 西 高瀬川 ( に し たかせ がわ ) は 、 京都 府 京都 市 を 流れ る 淀川 水系 の 一 級 河川 。 +-1 彦根 藩 ( ひこね はん ) は 、 近江国 の 北部 を 領有 し た 藩 。 +1 遠藤 丈庵 ( えんどう じょう あん 、 天保 7 年 ( 1836 年 ) - 没年 不詳 ) は 壬生 浪士 組 の 同士 。 +1 近藤 周助 ( こんどうしゅうすけ 、 寛政 4 年 ( 1792 年 ) - 慶応 3 年 10 月 28 日 ( 旧暦 ) ( 1867 年 11 月 23 日 ) ) は 、 天然 理 心 流 剣術 3 代 目 宗家 。 +1 松岡 心平 ( まつおか しんぺい 、 1954 年 10 月 29 日 - ) は 、 日本 の 能 研究 者 。 +1 藤原 能長 ( ふじわら の よしなが 、 治安 ( 日本 ) 2 年 ( 1022 年 ) - 永保 2 年 11 月 14 日 ( 旧暦 ) ( 1082 年 12 月 6 日 ) ) は 平安 時代 中期 から 後期 に かけ て の 公卿 。 +1 孝明 天皇 ( こうめい てんのう 、 天保 2 年 6 月 14 日 ( 1831 年 7 月 22 日 ) ‐ 慶応 2 年 12 月 25 日 ( 1867 年 1 月 30 日 ) ) は 、 江戸 時代 末期 の 天皇 ( 121 代 、 在位 : 弘化 3 年 2 月 13 日 ( 1846 年 3 月 10 日 ) ‐ 慶応 2 年 12 月 25 日 ) 。 +-1 阿闍梨 ( あじゃり 、 あざり 、 サンスクリット : アーチャー リャ 、 阿闍 梨 耶 と も 音写 ) は 、 サンスクリット で 「 軌範 」 を 意味 し 、 弟子 たち の 規範 と な り 、 法 を 教授 する 師匠 の こと で あ る 。 +-1 国府 ( こくふ ) は 、 日本 の 奈良 時代 から 平安 時代 に 、 令 制 国 の 国司 が 政務 を 執 る 施設 が 置 か れ た 場所 や 都市 を 指 す 。 +1 平親 真 / 忌部 親真 ( たいら の ちかざね / いみべ の ちかざね 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 人物 。 +-1 加地子 ( かじし ) は 、 日本 の 中世 に お い て 、 荘園 領主 ・ 国衙 ( 国司 ) へ 納入 する 年貢 ・ 地子 の 他 に 、 名主 など の 在地 領主 に 対 し て 納入 し た 米 ( 作得 米 ) を 指 す 租税 の 一 形態 。 +-1 前坂 ( まえさか ) は 京都 府 京都 市 北 区 ( 京都 市 ) に あ る 峠 で あ る 。 +1 逢 志摩 ( あう の しま 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 舞鶴 クレイン ブリッジ ( まいづる クレイン ブリッジ ) と は 、 京都 府 舞鶴 市 に かか る 日本 海側 最大 の 斜張 橋 。 +1 矢部 宗春 ( やべ むねはる 、 文明 ( 日本 ) 元年 ( 1469 年 ) - 延徳 元年 ( 1489 年 ) ? ) は 室町 時代 末期 の 因幡 国 の 武士 。 +1 源 順子 ( みなもと の じゅんし / みなもと の のぶこ 、 貞観 ( 日本 ) 17 年 ( 875 年 ) - 延長 ( 元 号 ) 3 年 4 月 4 日 ( 旧暦 ) ( 925 年 5 月 4 日 ) ) 藤原 忠平 の 室 で 、 藤原 実頼 の 母 。 +1 大河内 正質 ( おおこうち まさただ 、 弘化 元年 4 月 11 日 ( 旧暦 ) ( 1844 年 5 月 27 日 ) - 明治 34 年 ( 1901 年 ) 6 月 2 日 ( グレゴリオ 暦 ) ) は 、 幕末 の 上 総 国 大多喜 藩 第 9 代 で 最後 の 藩主 。 +1 日野 俊基 ( ひ の とし もと 、 生年 不詳 - 元弘 2 年 / 正慶 元年 6 月 3 日 ( 旧暦 ) ( 1332 年 6 月 26 日 ) ) は 、 鎌倉 時代 末期 の 公家 で あ る 。 +-1 き の さき と は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) が 京都 駅 ~ 城崎 温泉 駅間 を 山陰 本線 ( 嵯峨野 線 ) 経由 で 運行 する 特別 急行 列車 。 +-1 忍器 ( にんき ) は 、 かつて 忍者 達 が 使用 し て い た で あ ろ う と 考え られ て い る 道具 の 総称 。 +-1 朱 印船 ( しゅいんせん ) は 、 16 世紀 末 から 17 世紀 初頭 に かけ て 日本 の 支配 者 の 朱印状 ( 海外 渡航 許可 証 ) を 得 て 海外 交易 を 行 っ た 船 を 言 う 。 +1 曾我 時致 ( そ が ときむね 、 承安 ( 日本 ) 4 年 ( 1174 年 ) - 建久 4 年 5 月 29 日 ( 旧暦 ) ( 1193 年 6 月 29 日 ) ) は 、 鎌倉 時代 初期 の 武士 。 +-1 洛南 高等 学校 ・ 附属 中 学校 ( らく なん こうとう がっこう ・ ふぞく ちゅう がっこう ) は 、 京都 市 南 区 ( 京都 市 ) に あ る 私立 学校 中 学校 ・ 高等 学校 で あ る 。 +1 分部 嘉治 ( わけべ よしはる 、 寛永 4 年 9 月 11 日 ( 旧暦 ) ( 1627 年 10 月 19 日 ) - 明暦 4 年 7 月 10 日 ( 旧暦 ) ( 1658 年 8 月 8 日 ) ) は 、 近江国 大溝 藩 の 第 2 代 藩 主 。 +1 源義直 ( みなもと の よしなお 、 生没 年 未詳 ) は 、 平安 時代 後期 の 武将 。 +1 伊賀 兼光 ( い が かねみつ 、 生没年 不詳 ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 御 家人 、 実務 官僚 。 +1 法智 ( ほうち 、 生没年 不明 ) は 、 奈良 時代 の 僧 。 +-1 六 代 目 中村 歌右衛門 ( ろくだい め なかむら うたえもん 、 1917 年 ( 大正 6 年 ) 1 月 20 日 − 2001 年 ( 平成 13 年 ) 3 月 31 日 ) は 戦後 を 代表 する 歌舞伎 役者 。 +-1 虚空 蔵 菩薩 ( こくうぞう ぼさつ ) 、 サンスクリット アーカーシャ ・ ガルバ ( Ā k ā ś agarbha ) また は ガガナ ・ ガンシャ ( Gaganagajja ) は 、 仏教 に おけ る 信仰 対象 で あ る 菩薩 の 一尊 。 +-1 六条 通 ( ろくじょうどおり ) は 京都 市 の 東西 の 通り の 一 つ 。 +1 鳥羽 離宮 ( とばりきゅう ) は 、 12 世紀 から 14 世紀 頃 まで 代々 の 太上 天皇 に よ り 使用 さ れ て い た 院 御所 。 +-1 八幡造 ( はちまん づくり ) は 、 日本 の 神社 建築 様式 の 1 つ で あ る 。 +-1 ケーブル 坂本 駅 ( ケーブル さかもと えき ) は 、 滋賀 県 大津 市 坂本 本町 に あ る 比叡山 鉄道 が 運行 する ケーブル カー 、 比叡山 鉄道 比 叡山 鉄道 線 ( 坂本 ケーブル ) の 鉄道 駅 で あ る 。 +-1 旧 八幡 郵便 局 ( きゅう はち まん ゆうびん きょく ) は 滋賀 県 近江八幡 市 に あ る 歴史 的 建造 物 。 +-1 日本 芸術 院 賞 ( に ほん げい じゅつ いんしょう ) は 日本 芸術 院 の 賞 。 +-1 蒔絵 ( まきえ ) は 、 漆芸 の 技法 の 一 つ で あ る 。 +-1 上湯 温泉 ( かみゆ おんせん ) は 、 奈良 県 吉野 郡 十津川 村 ( 旧国 大 和国 ) に あ る 温泉 。 +-1 過料 ( か りょう ) と は 、 日本 に お い て 金銭 を 徴収 する 制裁 の 一 。 +-1 大教宣布 ( だい きょうせんぷ ) は 、 明治 3 年 1 月 3 日 _ ( 旧暦 ) ( 1870 年 2 月 3 日 ) に 出 さ れ た 詔書 。 +-1 宗像 神社 ( むなかた じんじゃ ) は 、 京都 府 京都 市 上京 区 、 京都 御苑 内 に あ る 神社 で あ る 。 +-1 円珍 ( えんちん 、 弘仁 5 年 ( 814 年 ) - 寛平 3 年 10 月 29 日 ( 旧暦 ) ( 89 1 年 12 月 4 日 ) ) は 、 平安 時代 の 天台 宗 の 僧 。 +-1 絶海 中津 ( ぜっかい ちゅうしん 、 建武 ( 日本 ) 元年 11 月 13 日 ( 旧暦 ) ( 1334 年 12 月 9 日 ) - 応永 12 年 4 月 5 日 ( 旧暦 ) ( 140 5 年 5 月 3 日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 禅僧 。 +1 倭迹 迹 姫命 ( やまと と と ひめ の みこと 、 生没 年 未詳 ) は 、 孝元 天皇 の 第 一 皇女 。 +1 垂仁 天皇 ( すいにんてんのう 、 崇神 天皇 29 年 1 月 1日 ( 旧暦 ) ( 紀元 前 69 年 1 月 26 日 ) - 垂仁 天皇 99 年 7 月 14 日 ( 旧暦 ) ( 70 年 8 月 8 日 ) は 『 古事 記 』 ・ 『 日本 書紀 』 に 伝え られ る 第 11 代 の 天皇 ( 在位 : 垂仁 天皇 元年 1 月 2 日 ( 旧暦 ) ( 紀元 前 29 年 ) - 垂仁 天皇 99 年 7 月 14 日 ( 旧暦 ) ( 70 年 ) 。 +1 上杉 朝 昌 ( うえすぎ と も まさ 、 生没年 不詳 ) は 、 室町 時代 後期 ( 戦国 時代 ( 日本 ) 初期 ) の 扇谷 上杉 家 の 人物 。 +-1 九品 寺 ( く ほんじ ) は 、 奈良 県 御所 市 楢原 に あ る 浄土 宗 の 寺院 。 +-1 寺請 制度 ( てらうけ せいど ) と は 、 近世 初期 の 1664 年 ( 寛文 4 年 ) に 江戸 幕府 が キリスト 教 や 不受 不 施派 を 禁制 と し て 、 信徒 に 対 し 改宗 を 強制 する こと を 目的 と し て 制定 さ れ た 制度 。 +1 藤原 菅根 ( ふじわら の すが ね 、 斉衡 3 年 ( 856 年 ) - 延喜 8 年 10 月 7 日 ( 旧暦 ) ( 90 8 年 11 月 3 日 ) は 、 平安 時代 前期 の 貴族 ・ 学者 。 +-1 一如 ( いちにょ   1649 年 ( 慶安 2 年 ) - 170 0 年 5 月 30 日 ( 元禄 13 年 4 月 12 日 ) ) は 、 浄土 真宗 の 僧 で 、 東本願 寺 第 16 代 法主 。 +-1 植松家 ( うえまつ け ) と は 、 植松 雅永 を 祖 と する 公家 。 +-1 鉄道 国有 法 ( てつどう こく ゆうほう ; 明治 39 年 3 月 31 日 法律 第 17 号 ) は 、 全国 的 な 鉄道 網 を 内閣 鉄道 院 に 一元 化 する ため 、 私鉄 を 国有 化 する こと を 定め た 日本 の 法律 で あ る 。 +-1 肴 ( さかな ) と は 、 酒 を 飲 む 際 に 添え て 共 に 楽し む 対象 を 言 い 、 これ は 食品 に 限 ら な い 。 +-1 民法典 論争 ( みんぽう てん ろんそう ) と は 、 1889 年 ( 明治 22 年 ) から 1892 年 ( 明治 25 年 ) の 日本 に お い て 、 旧 民法 ( 明治 23 年 法律 第 28 号 、 第 98 号 ) の 施行 を 延期 する か 断行 する か を 巡り 展開 さ れ た 論争 。 +-1 常陸 坊 海尊 ( ひたち ぼう かいそん 、 生没 年 未詳 ) は 、 『 源平 盛衰記 』 、 『 義経 記 』 、 『 平家 物語 』 に その 名 が 見え る 伝説 の 人物 で 、 園城 寺 また は 比叡 山 の 僧 で あ っ た と さ れ る 。 +-1 幕政 改革 ( ばくせい かいかく ) は 、 江戸 幕府 で 行 わ れ た 、 財政 および 政治 制度 その 他 の 諸 改革 を 指 す 。 +-1 ニギハヤヒノ ミコト は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +1 久我 通忠 ( こが みち た だ 、 建保 4 年 ( 1216 年 ) - 建長 2 年 12 月 24 日 ( 旧暦 ) ( 1251 年 1 月 17 日 ) ) は 、 鎌倉 時代 の 公卿 。 +1 宮号 ( きゅう ごう ) と は 、 日本 の 皇族 に 与え られ る 称号 。 +-1 大西 良 慶 ( おおに し りょうけい , 1875 年 ( 明治 8 年 ) 12 月 21 日 - 1983 年 ( 昭和 58 年 ) 2 月 15 日 ) は 、 京都 清水 寺 の 貫主 を 務め 、 その 晩年 は 日本 の 長寿 記録 保持 者 と し て も 有名 で あ っ た 法 相 宗 の 僧 で あ る 。 +-1 竹林 院 ( ちくりん いん ) は 、 奈良 県 吉野 郡 吉野 町 吉野 山 に あ る 単立 の 寺院 。 +-1 山号 豊山 ( ぶざん ) +-1 髪結い ( かみゆい ) は 江戸 時代 から 明治 に かけ て の 理髪 業 に 従事 する 人 を 総称 する 言葉 で 、 今 の 美容 師 の こと 。 +-1 水飴 ( みずあめ ) は 、 デンプン を 酸 や 糖化 酵素 で 糖化 し て 作 ら れ た 粘液 状 の 甘味 料 。 +1 新田部 親王 ( に い たべ の しんのう 、 生年 不詳 - 天平 7 年 9 月 30 日 ( 旧暦 ) ( 73 5 年 10 月 24 日 ) ) は 天武 天皇 の 第 10 皇子 。 +-1 壬申 約 条 ( じんしん やく じょう ) と は 、 1512 年 ( 中宗 ( 朝鮮 王 ) 7 年 / 永正 9 年 ) に 李 氏 朝鮮 から 対馬 国 の 宗 氏 に 対 し て 通告 さ れ た 来航 者 取締 規則 の こと 。 +-1 京都 - 宮津 ・ 丹後 線 ( きょうと - みやづ ・ たんごせん ) は 京都 市 と 宮津 市 ・ 京丹後 市 を 結 ぶ 高速 バス ( 快速 バス ) で あ る 。 +1 元 正 天皇 ( げん しょうてんのう 、 天武 天皇 8 年 ( 680 年 ) - 天平 20 年 4 月 21 日 ( 旧暦 ) ( 74 8 年 5 月 22 日 ) ) は 奈良 時代 の 第 44 代 天皇 で 女帝 ( 在位 : 霊亀 元年 9 月 2 日 ( 旧暦 ) ( 71 5 年 10 月 3 日 ) - 養老 8 年 2 月 4 日 ( 旧暦 ) ( 72 4 年 3 月 3 日 ) ) 。 +1 織田 秀則 ( おだ ひでのり ) は 安土 桃山 時代 の 武将 。 +-1 久美浜 駅 ( くみはま えき ) は 、 京都 府 京丹後 市 久美浜 町 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +1 物集 高見 ( もずめ た かみ 、 弘化 4 年 5 月 28 日 ( 旧暦 ) ( 1847 年 7 月 10 日 ) - 昭和 3 年 ( 1928 年 ) 6 月 23 日 ) は 豊後 国 ( 大分 県 ) 出身 の 国学 者 。 +-1 天竺 五 精舎 ( てんじく ご しょうじゃ ) と は 、 古代 インド に あ っ た 初期 仏教 の 5 つ の 精舎 ( 伽藍 ・ 寺院 ) を い う 。 +1 堂本 印象 ( どう もと いんしょう 、 1891 年 12 月 25 日 - 1975 年 9 月 5 日 ) は 日本 画 家 。 +1 梅若 玄祥 ( うめわか げんしょう ) は 、 シテ 方 観世 流 の 一派 で 能楽 師 、 梅若 家 の 名跡 。 +-1 寂光 寺 ( じゃっこう じ ) は 京都 市 左京 区 に あ る 顕本 法華 宗 の 寺院 。 +-1 如意輪 寺 ( にょい りんじ ) は 、 奈良 県 吉野 郡 吉野 町 に あ る 浄土 宗 の 寺 で あ る 。 +-1 六波羅 探題 ( ろくはら たんだい ) は 、 鎌倉 幕府 の 職名 の 一 つ 。 +-1 寿司 ( す し 、 鮨 、 鮓 、 寿斗 、 寿 し 、 壽司 ) と 呼 ば れ る 食品 は 、 酢飯 と 主に 魚介 類 を 組み合わせ た 日本 料理 で あ る 。 +-1 山槐記 ( さんかいき ) は 、 中山 忠親 の 日記 。 +-1 版籍 奉還 ( はんせき ほうかん ) と は 、 明治 2 年 6 月 17 日 ( 1869 年 7 月 25 日 ) に 日本 の 明治 政府 に よ り 行 わ れ た 中央 集権 化 事業 の 1 つ で あ る 。 +-1 ガス 灯 ( がす とう ) は 気体 燃料 の 燃焼 に よ る 照明 。 +1 田村 成義 ( たむら なりよし 、 嘉永 4 年 2 月 9 日 ( 旧暦 ) ( 1851 年 3 月 11 日 ) - 大正 9 年 ( 1920 年 ) 1 1 月 8 日 ) は 、 歌舞伎 劇場 の 興行 主 で 、 田村 将軍 と 異名 を 取 っ た 人物 。 +1 宇野 明霞 ( う の めいか 、 元禄 11 年 5 月 20 日 ( 旧暦 ) ( 1698 年 6 月 27 日 ) - 延享 2 年 4 月 14 日 ( 旧暦 ) ( 1745 年 5 月 15 日 ) ) は 江戸 時代 中期 の 日本 の 儒学 者 で あ る 。 +1 代明 親王 ( よしあきら しんのう 、 延喜 4 年 ( 90 4 年 ) - 承平 7 年 3 月 29 日 ( 93 7 年 5 月 12 日 ) ) は 平安 時代 の 皇族 。 +-1 荒神口通 ( こうじんぐち どおり ) は 京都 市 内 の 東西 の 通り 。 +-1 不空院 ( ふくういん ) は 奈良 県 奈良 市 高畑 に あ る 真言 律宗 の 仏教 寺院 。 +-1 日正 ( にっしょう 、 1829 年 - 190 8 年 ) は 、 幕末 から 明治 期 に かけ て の 日蓮 宗 〈 不受 不 施派 〉 の 僧 。 +1 紀皇女 ( きの ひめみこ 生没年 不明 ) は 、 飛鳥 時代 の 皇族 。 +-1 大江 山口 内宮 駅 ( おおえ やまぐち な いくえき ) は 、 京都 府 福知 山 市 大江町 ( 京都 府 ) 内宮 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮 福線 の 鉄道 駅 。 +1 賀茂 忠行 ( かもの ただゆき 、 生没年 不詳 。 +-1 津山 エクスプレス 京都 号 ( つやま エクスプレス きょう と ごう ) は 、 西 日本 ジェイアール バス 、 神姫 バス の 2 社 に よ っ て 共同 運行 さ れ る 京都 府 京都 市 ・ 乙訓 郡 大山崎 町 ・ 大阪 府 高槻 市 と 兵庫 県 加東 市 ・ 加西 市 ・ 宍粟 市 ・ 岡山 県 美作 市 ・ 勝田 郡 勝央 町 ・ 津山 市 を 結 ぶ 中国 自動 車 道 の 昼行 高速 バス 路線 で あ る 。 +1 藤原 実季 ( ふじわら の さねすえ 、 長元 8 年 ( 10 35 年 ) - 寛治 5 年 12 月 24 日 ( 旧暦 ) ( 1092 年 2 月 4 日 ) ) は 、 平安 時代 の 公卿 。 +-1 薙 刀術 ( なぎなたじゅつ ) は 日本 固有 の 長柄 武器 で あ る 平安 時代 から 伝わ る 薙刀 を 使用 する 日本 武術 で あ る 。 +1 新葉 和 歌集 ( しんよう わかしゅう ) は 南北朝 時代 ( 日本 ) の 和歌集 。 +1 吉雄 耕牛 ( よしお こうぎゅう 、 享保 9 年 ( 1724 年 ) - 寛政 12 年 8 月 16 日 ( 180 0 年 10 月 4 日 ) ) ) は 、 日本 の 江戸 時代 中期 の オランダ 語 通詞 ( 江戸 幕府 公式 通訳 ) 、 蘭方 医 。 +-1 決ま り 字 ( きま りじ ) と は 、 百 人 一首 で 札 の 取り合い を する 際 に 、 そこ まで 読 ま れ れ ば その 札 だ と 確定 でき る と い う 部分 の こと を 指 す 。 +-1 大名 行列 ( だいみょう ぎょうれつ ) は 、 大名 が 公用 の ため に 随員 を 引き連れ て 外出 する 際 に 取 る 行列 の こと 。 +-1 時代 祭 ( じだい まつり ) は 、 京都 、 平安 神宮 の 祭り 。 +-1 願 阿弥 ( がんあみ 、 生年 不詳 - 文明 ( 日本 ) 18 年 5 月 13 日 ( 旧暦 ) ( 1486 年 6 月 14 日 ) ) は 室町 時代 の 時宗 の 僧 。 +1 布都 御魂 ( ふつ の みたま ) は 、 記紀 神話 に 現れ る 霊剣 。 +1 元子女王 ( げん し ( もと こ ) じょおう 、 生没年 不詳 ) は 、 平安 時代 前期 の 皇族 。 +-1 長岡 天満 宮 ( ながおか てんまんぐう ) は 、 京都 府 長岡 京 市 に 鎮座 する 神社 ( 天満 宮 ) 。 +-1 良 円 ( りょう えん 、 永観 元年 ( 983 年 ) - 永承 5 年 ( 1050 年 ) 7 月 ( 旧暦 ) ) は 、 平安 時代 中期 の 天台 宗 僧侶 。 +-1 薩摩守 ( さつま の かみ ) は 、 薩摩 国 の 国司 長官職 。 +-1 「 草子 洗 小町 」 ( そうし あらい こまち 、 草紙 洗 、 草紙 洗 小町 と も ) は 、 能 の 演目 の 一 つ で 、 三 番 目物 、 現在 鬘物 、 大 小物 に 分類 さ れ る 。 +-1 歴代 の 文部 大臣 ( れきだい の もんぶ だいじん ) で は 、 日本 に おけ る 歴代 の 文部 大臣 、 および その 前身 で あ る 歴代 の 文部 卿 、 ならび に 後身 で あ る 歴代 の 文部 科学 大臣 の 一覧 を 記載 する 。 +-1 行基図 ( ぎょうき ず ) と は 、 奈良 時代 の 僧侶 ・ 行基 が 作 っ た と さ れ る 古式 の 日本 地図 。 +-1 若宮 八幡宮 ( わかみや はち まんぐう ) は 、 京都 市 東山 区 に 鎮座 する 神社 。 +-1 覚恵 ( かく え ) +-1 夏見 廃寺 ( なつみ はいじ ) と は 、 三重 県 名張 市 夏見 に あ る 、 飛鳥 時代 から 奈良 時代 に かけ て 存在 し た 寺 の 跡地 。 +-1 然 空 ( ねんくう 、 生年 不詳- 永仁 5 年 8 月 11 日 ( 旧暦 ) ( 1297 年 8 月 30 日 ) ) は 、 鎌倉 時代 の 浄土 宗 の 僧 。 +-1 梵鐘 ( ぼんしょう ) は 、 東 アジア の 寺院 など で 使用 さ れ る 仏具 と し て の 釣鐘 ( つりがね ) 。 +-1 側 用 人 ( そば ようにん ) は 、 江戸 時代 、 幕府 および 諸藩 に 置 か れ た 役職 。 +-1 法輪山 了徳寺 ( ほうりん ざんりょうとくじ ) は 、 京都 市 右京 区 鳴滝 ( 京都 市 右京 区 ) に あ る 真宗 大谷 派 の 寺 。 +1 藤原 通俊 ( ふじわら の みち と し 、 永承 2 年 ( 1047 年 ) - 承徳 3 年 8 月 16 日 ( 旧暦 ) ( 1099 年 9 月 3 日 ) ) は 、 平安 時代 後期 の 公家 ・ 歌人 。 +-1 神典 ( しんてん ) と は 日本 の 神道 に お い て 信仰 の 根拠 と さ れ る 文献 の 総称 で あ る 。 +-1 名目鈔 ( みょう もくしょう ) は 、 室町 時代 中期 に 左 大臣 洞院 実熈 に よ っ て 書 か れ た 有職 故 実書 。 +-1 山科 駅 ( やましな えき ) は 、 京都 府 京都 市 山科 区 上野 御所ノ内町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) ・ 京都 市営 地下 鉄 の 鉄道 駅 。 +1 藤原 辛 加知 ( ふじわら の しか ち 、 ? - 天平 宝字 8 年 ( 764 年 ) ) は 奈良 時代 の 貴族 。 +-1 丹後 ちりめん ( たんご ちりめん ) は 、 京都 府 の 丹後 地方 で 生産 さ れ る 高級 絹織物 の こと 。 +-1 醍醐 駅 ( だい ご えき ) は 、 京都 市 伏見 区 醍醐 高畑町 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 +1 吉田 翔 ( よしだ しょう 、 SyohYoshida 、 1984 年 1 月 24 日 - ) は 、 愛知 県 生まれ の 日本 画 家 。 +1 八千代 太夫 ( や ちよ た ゆう 、 寛永 12 年 5 月 1日 ( 旧暦 ) ( 1635 年 6 月 15 日 ) - ? ) は 嶋原 太夫 。 +-1 四 等 官 ( し とうかん ) また は 四 等 官制 ( - せい ) は 、 律令 制 に お い て 各 官司 の 中核 職員 が 4 等級 で 構成 さ れ て い た こと を 表 す 用語 。 +1 平国 妙 ( たいら の くに たえ 、 生没年 不詳 ) は 、 平安 時代 の 出羽 国 の 武将 。 +1 日本 の 中世 文学 史 は 、 およそ 鎌倉 時代 から 安土 桃山 時代 まで の 日本 文学 の 歴史 で あ る 。 +-1 真言 宗山 階 派 ( しんごん しゅうやましなは ) は 、 日本 に おけ る 真言 系 仏教宗 派 の ひと つ で 、 古義 真言宗 に 属 する 。 +1 中臣 意美麻呂 ( なか とみの お みまろ 、 生年 不詳- 和銅 4 年 6 月 22 日 ( 旧暦 ) ( 71 1 年 8 月 10 日 ) ) は 、 奈良 時代 の 官人 。 +1 池坊 専永 ( いけのぼうせん えい 、 1933 年 7 月 21 日 - ) は 京都 府 出身 の 華道 家 。 +1 近衛 忠房 ( このえ ただふさ 、 天保 9 年 8 月 6 日 ( 旧暦 ) ( 1838 年 9 月 24 日 ) - 明治 6 年 ( 1873 年 ) 7 月 16 日 ) は 、 幕末 期 の 公卿 。 +1 江原 素六 ( えばら そろく 、 天保 13 年 1 月 29 日 ( 旧暦 ) ( 1842 年 3 月 10 日 ) - 大正 11 年 ( 1922 年 ) 5 月 19 日 ) は 、 旧 幕臣 、 日本 の 政治 家 、 教育 者 、 キリスト 者 。 +1 今川 義忠 ( いまがわ よし ただ ) は 室町 時代 ・ 戦国 時代 ( 日本 ) の 武将 。 +1 手研 耳 命 ( たぎしみみの みこと 、 生年 未詳 - 神武 天皇 76 年 ( 紀元 前 585 年 ) ) は 、 古墳 時代 の 皇族 。 +-1 根 白坂 の 戦い ( ねじろざか の たたか い ) は 、 に 日向 国 根城坂 で 行な わ れ た 豊臣 秀吉 軍 と 島津 義久軍 に よ る 合戦 で あ る 。 +1 観世 小次郎 信光 ( かんぜ こじろう のぶみつ 、 觀世 小次郎 信光 、 永享 7 年 ( 1435 年 ) また は 宝徳 2 年 ( 1450 年 ) - 永正 13 年 ( 1516 年 ) 7 月 7 日 ) は 日本 の 室町 時代 の 猿楽 師 ( 能楽師 ) 、 猿楽 ( 能 ) 作者 。 +1 源 為 基 ( みなもと の ため も と 、 生没年 不詳 ) は 、 平安 時代 後期 の 武将 。 +1 左 甚五郎 ( ひだり じんごろう 、 生没年 不詳 ) は 江戸 時代 初期 に 活躍 し た と さ れ る 伝説 的 な 彫刻 職人 。 +-1 久米 寺 ( くめ でら ) は 、 奈良 県 橿原 市 久米 町 に あ る 真言 宗 御 室 派 の 寺院 。 +1 多田 行綱 ( ただゆきつな ) は 、 平安 時代 末期 の 武将 。 +1 若宮 ( わかみや ) +-1 音道 ( おんどう ) と は 、 日本 律令 制 の 大学 寮 に お い て 、 儒教 経典 を その まま 音読 する ため に 必要 な 漢音 ( 中国 語 ) の 発音 に つ い て 習 う 学科 。 +-1 日本 二十 六 聖人 ( にほん にじゅう ろく せいじん ) と は 慶長 元年 12 月 19 日 ( 旧暦 ) ( グレゴリオ 暦 1597 年 2 月 5 日 ) 、 豊臣 秀吉 の 命令 に よ っ て 長崎 市 で 処刑 さ れ た 26 人 の カトリック 信徒 。 +-1 村屋 坐 弥 冨都 比売 神社 ( むらや に ますみ ふつ ひめじんじゃ ) は 、 奈良 県 磯城 郡 田原本 町 に あ る 神社 で あ る 。 +-1 貴族 院 ( きぞく いん ) は 、 大 日本 帝国 憲法 下 に お い て 1890 年 ( 明治 23 年 ) から 1947 年 ( 昭和 22 年 ) まで 存在 し た 帝国 議会 の 一院 。 +-1 院 宮給 ( いんぐう きゅう ) と は 、 太上 天皇 と 三宮 ( 后妃 ) に 給 する 年官 と 年爵 の こと 。 +-1 東海 自然 歩道 ( とうかい しぜん ほどう ) は 、 東京 都 八王子 市 の 「 明治 の 森 高尾 国定 公園 」 から 大阪 府 箕面 市 の 「 明治 の 森 箕面 国定 公園 」 まで の 11 都 府 県 約 90 市 町 村 に またが る 長 さ 1 , 697 km の 長 距離 自然 歩道 。 +-1 伝統 野菜 ( でんとう や さい ) と は 、 各地 で 古く から 栽培 ・ 利用 さ れ て き た 野菜 の 在来 品種 。 +1 藤原 璋子 ( ふじわら の しょうし / たまこ 、 康和 3 年 ( 1101 年 ) - 久安 元年 8 月 22 日 ( 1145 年 9 月 10 日 ) ) は 、 平安 時代 後期 の 国母 。 +1 山路 彰善 ( やまじあきよし 、 天保 12 年 ( 1841 年 ) - 明治 21 年 ( 1888 年 ) 6 月 5 日 ) は 、 幕末 の 天文 学 者 。 +1 杉孫 七郎 ( すぎ まごしちろう 、 1835 年 2 月 13 日 ( 天保 6 年 1 月 16 日_ ( 旧暦 ) ) - 1920 年 ( 大正 9 年 ) 5 月 3 日 ) は 、 日本 の 武士 ・ 長州 藩 。 +1 日本 +-1 輩行名 ( はい こうめい ) は 、 主に 日本 に おけ る 男性 の 名前 の 種類 の ひと つ 。 +-1 頂法 寺 ( ちょうぼう じ ) は 、 京都 府 京都 市 中京 区 に あ る 天台 宗 系 の 単立 寺院 。 +1 東園 基雅 ( ひがしぞ の もと まさ 、 延宝 3 年 1 月 5 日 ( 旧暦 ) ( 167 5 年 1 月 30 日 ) - 享保 13 年 6 月 11 日 ( 旧暦 ) ( 1728 年 7 月 17 日 ) ) は 江戸 時代 中期頃 の 公卿 。 +1 源 為 公 ( みなもと の ため とも 、 生没年 不詳 ) は 、 平安 時代 後期 の 武将 。 +-1 横田 商會 ( よこ た しょうかい 、 190 3 年 6 月 設立 - 1912 年 9 月 合併 ) は 、 かつて 京都 に 存在 し た 日本 の 映画 会社 で あ る 。 +1 持明院 基久 ( じみょういん もとひさ 、 天正 12 年 ( 1584 年 ) - 慶長 20 年 5 月 7 日 ( 旧暦 ) ( 1615 年 6 月 3 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 公家 。 +-1 寿司屋 ( すしや 、 すし屋 ・ 鮨屋 ) は 、 寿司 商 ( すししょう ) 、 寿司 店 ( すしてん ) と も 言 い 、 日本 食 で あ る 寿司 を 供 する 飲食 店 で あ る 。 +1 芝山 宣豊 ( しばやま のぶと よ 、 はじめ 、 大蔵 卿 ・ 勧修 寺 宣豊 、 慶長 17 年 3 月 25 日 ( 旧暦 ) ( 1612 年 4 月 25 日 ) - 元禄 3 年 2 月 13 日 ( 旧暦 ) ( 1690 年 3 月 23 日 ) ) は 、 江戸 時代 初期 の 公家 ( 公卿 ) 。 +-1 悪樓 ( あくる ) は 、 日本 神話 に 伝わ る 悪神 。 +-1 八幡巻 ( やわた まき ) は 、 料理 の 一 つ 。 +-1 南禅 寺 ( なんぜん じ ) は 、 京都 市 左京 区 南禅 寺 福地 町 に あ る 、 臨済 宗 南禅 寺 派 大 本山 の 寺院 で あ る 。 +-1 宗叡 ( しゅうえい ・ しゅえい 、 大同 ( 日本 ) 4 年 ( 809 年 ) - 元 慶 8 年 3 月 26 日 ( 旧暦 ) ( 884 年 4 月 29 日 ) ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +-1 分国 ( ぶんこく ) と は 、 日本 の に 中世 おけ る 1 国 の 単位 。 +1 阿野 時元 ( あの とき も と 、 生年 未詳 - 建保 7 年 2 月 11 日 ( 旧暦 ) ( 1219 年 2 月 27 日 ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +-1 大判 ( おおばん ) と は 、 広義 に は 16 世紀 以降 の 日本 に お い て 生産 さ れ た 延金 ( の しきん : 槌 や ローラ で 薄 く 広げ た 金塊 ) の 内 、 楕 円形 で 大型 の もの を い う 。 +-1 令 制 国 一覧 > 東山道 > 近江 国 +-1 幕府 陸軍 ( ばくふ りくぐん ) と は 、 幕末 に 江戸 幕府 が 編成 し た 陸上 戦闘 を 任務 と し た 西洋 式 軍備 の 軍事 組織 で あ る 。 +1 知足 院 宗 省 ( ち そくいん そうしょう 、 生没年 不詳 ) は 安土 桃山 時代 の 僧 。 +-1 『 菅原 伝授 手習鑑 』 ( すがわら でんじゅ て なら いかが み 、 旧 字体 : 傳授 ) は 、 義太夫 節 、 また それ に 合せ て 演 じ られ る 人形 浄 瑠璃 と 歌舞伎 の 演目 。 +-1 田作 ( たづくり 、 た つくり ) は 、 カタクチ イワシ の 幼魚 の 乾燥 品 、 および それ を 調理 し た 料理 。 +1 看聞 日記 ( かんもん にっき ) は 、 伏見 宮 貞成親王 ( 後崇 光院 、 13 72 - 1456 ) の 日記 。 +-1 南都 六 宗 ( なんと ろく しゅう / - りくしゅう ) と は 、 奈良 時代 、 平城 京 を 中心 に 栄え た 仏教 の 6 つ の 宗派 の 総称 。 +-1 対面 所 ( たいめんじょ ) と は 、 室町 時代 以後 の 武家 屋敷 内 に 設置 さ れ た 施設 で 、 主従 関係 に あ る 者 と の 対面 儀礼 の 際 に 用い られ た 。 +-1 味噌 ( みそ ) は 、 穀物 を 発酵 さ せ て 作 ら れ た 日本 の 発酵 食品 で あ る 。 +-1 嵐電 天 神川 駅 ( らんでん てん じん がわ えき ) は 、 京都 府 京都 市 右京 区 太秦 下 刑部 町 に あ る 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 の 鉄道 駅 で あ る 。 +1 織田 俊長 ( お だ と しなが 、 生没年 不詳 ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 清内 雄行 ( きようち の おゆき 、 大同 ( 日本 ) 3 年 ( 80 8 年 ) - 元慶 6 年 6 月 10 日 ( 旧暦 ) ( 88 2 年 6 月 29 日 ) ) は 、 平安 時代 前期 の 官人 。 +-1 祭主 ( さいしゅ ) と は 、 伊勢 神宮 に のみ 置 か れ て い る 神職 の 役職 で あ る 。 +-1 湯揚げ ( ゆあげ ) は 、 水揚げ の 方法 の 一 つ 。 +1 豊臣 鶴松 ( とよとみ の つるまつ ) は 、 豊臣 秀吉 の 長男 ( 異説 あり ) 。 +-1 日本 建築 史 ( に ほんけんちく し ) で は 、 日本 に おけ る 建築 の 歴史 を 記述 する 。 +-1 藩 ( はん ) は 、 諸侯 が 治め る 領地 の こと 。 +-1 長 等 山 トンネル ( ながら やま トンネル ) 、 長等 トンネル ( ながら トンネル ) は 、 いずれ も 滋賀 県 大津 市 と 京都 府 京都 市 山科 区 の 間 に あ る 長 等 山 ( 標高 354 メートル ) に 掘削 さ れ た トンネル で あ る 。 +1 蘇我 日向 ( そが の ひむ か 、 生没年 不詳 ) は 、 7 世紀 後半 の 官人 。 +-1 小塩山 ( おしおやま ) は 、 京都 府 京都 市 西京 区 に あ る 山 で あ る 。 +-1 達磨 ( だるま 、 ボーディダルマ ) は 禅宗 の 開祖 と さ れ て い る 人物 で あ る 。 +1 豊臣 秀頼 ( とよとみの ひでより / とよとみ ひでより ) / 羽柴 秀頼 ( は しば ひでより ) 、 は 、 安土 桃山 時代 から 江戸 時代 前期 の 大名 。 +-1 長岡 京 はっぴぃ バス ( ながおか きょう はっぴぃ バス ) は 、 京都 府 長岡 京 市 が 運営 する コミュニティバス で あ る 。 +-1 演劇 改良 運動 ( えんげき かいりょう うんどう ) と は 、 明治 時代 に 歌舞伎 を 近代 社会 に ふさわし い 内容 の もの に 改め よ う と し て 提唱 さ れ た 運動 。 +-1 侍読 ( じどく / じとう ) と は 、 天皇 の 側 に 仕え て 学問 を 教授 する 学者 の こと 。 +1 藤原 資房 ( ふじわらのすけふ さ 、 寛弘 4 年 ( 1007 年 ) - 天喜 5 年 1 月 24 日 ( 旧暦 ) ( 105 7 年 3 月 2 日 ) ) は 、 平安 時代 中期 の 公卿 。 +1 円融 天皇 ( えんゆうてんのう 、 天徳 ( 日本 ) 3 年 3 月 2 日 ( 959 年 4 月 12 日 ) - 正暦 2 年 2 月 12 日 ( 99 1 年 3 月 1日 ) ;   在位 : 安和 2 年 9 月 23 日 ( 96 9 年 11 月 5 日 ) - 永観 2 年 8 月 27 日 ( 98 4 年 9 月 24 日 ) ) は 、 第 64 代 の 天皇 。 +-1 勘解由 使 ( かげゆし ) は 、 日本 の 律令 制下 の 令外 官 の 一 つ 。 +-1 武田 氏 ( たけだ し ) は 、 平安 時代 末 から 戦国 時代 ( 日本 ) の 武家 。 +1 勅撰 和 歌集 ( ちょくせん わかしゅう ) は 、 天皇 や 太上 天皇 の 命 に よ り 編集 さ れ た 歌集 の こと 。 +1 久我 通名 ( こが みちな 、 正保 4 年 ( 1647 年 ) - 享保 8 年 8 月 27 日 ( 旧暦 ) ( 1723 年 9 月 26 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +-1 南 法華 寺 ( みなみ ほっけじ ) は 、 奈良 県 高市 郡 高取 町 に あ る 真言 宗 の 寺院 。 +-1 丹後 天橋立 大 江山 国定 公園 ( たんご あまの はしだて おおえやまこく てい こうえん ) は 、 京都 府 京丹後 市 から 京都 府 舞鶴 市 の 由良 川 河口 右岸 に 至 る 「 丹後 半島 海岸 地区 」 及び 、 丹後 半島内陸 部 の 「 世屋 高原 地区 」 、 福知 山 市 の 旧 大江 町 地域 を 中心 と し た 「 大江山 連峰 地区 」 の 3 地区 で 構成 さ れ た 国定 公園 。 +1 冷泉 帝 / 冷泉 院 ( れいぜい てい ・ れいぜい の みかど / れいぜいいん ) は 、 『 源氏 物語 』 に 登場 する 三 番 目 の 天皇 ( 在位 : 「 澪標 」 ~ 「 若菜 ( 源氏 物語 ) 下 」 。 治世 18 年間 は 光源 氏 の 全盛 期 で あ っ た ) 。 +-1 八幡山 ( はちまん やま ) は 、 毎年 7 月 17 日 に 京都 市 内 で 行 わ れ る 祇園 祭 に て 巡行 する 「 山鉾 」 の ひと つ 。 +-1 アパート ( apart ) と は 、 建物 の 内部 を 複数 に 区切 り 、 それぞれ を 独立 し た 住居 と し て 居住 者 に 賃貸 する 集合 住宅 。 +-1 けいはん な 線 ( けいはん なせん ) は 、 大阪 府 東 大阪 市 の 長田 駅 ( 大阪 府 ) から 奈良 県 奈良 市 の 学研 奈良 登美ヶ丘 駅 を 結 ぶ 近畿 日本 鉄道 ( 近鉄 ) の 鉄道 路線 。 +1 恵善尼 ( えぜん に 、 生没年 不詳 ) は 、 6 世紀 後半 の 尼僧 。 +-1 若竹 煮 ( わかたけ に ) は 、 日本 の 煮物 料理 の ひと つ 。 +-1 鎮西 奉行 ( ちんぜい ぶぎょう ) と は 、 鎌倉 幕府 に お い て 、 鎮西 ( 九州 ) の 御 家人 の 指揮 統制 を 行 っ た 職 で あ る 。 +-1 文化 の 日 ( ぶんか の ひ ) は 、 日本 の 国民 の 祝日 の 一 つ で 、 日付 は 11 月 3 日 で あ る 。 +1 本多 忠常 ( ほんだ ただつね 、 寛文 元年 ( 1661 年 ) - 宝永 6 年 4 月 17 日 ( 旧暦 ) ( 1709 年 5 月 26 日 ) ) は 、 大和 国 郡山 藩 の 第 2 代 藩 主 。 +1 西行 ( さいぎょう 、 1118 年 ( 元永 元年 ) - 1190 年 3 月 23 日 ( 文治 6 年 2 月 16 日 ( 旧暦 ) ) ) は 、 院政 期 から 鎌倉 時代 初期 に かけ て の 僧侶 ・ 歌人 。 +-1 日向 大 神宮 ( ひ む かいだい じんぐう ) は 京都 市 山科 区 の 三条 通 沿い に あ る 神社 。 +-1 粟 饅頭 ( あわ まんじゅう ) は 、 福島 県 河沼 郡 柳津 町 の 菓子 。 +1 茶屋 四郎 次郎 ( ちゃ や しろうじろう 、 ちゃ や しろじろう ) は 、 織豊 時代 から 江戸 時代 初期 の 京都 の 豪商 。 +-1 京都 師範 学校 ( きょうとしはん がっこう ) は 第 二 次 世界 大戦 中 の 1943 年 ( 昭和 18 年 ) に 、 京都 府 に 設置 さ れ た 師範 学校 で あ る 。 +-1 湘南宗 化 ( しょう なん そうけ   生年 不明 ( 1586 年 頃 ) - 寛永 14 年 ( 1637 年 ) ) は 、 安土 桃山 時代 ・ 江戸 時代 の 臨済 宗 妙心 寺 の 僧侶 。 +-1 大手 倶楽部 ( おおて くらぶ ) と は 、 明治 中期 の 政治 結社 ( 1894 年 10 月 20 日 - 18 96 年 2 月 24 日 ) 。 +1 織田 信広 ( おだ のぶひろ 、 織田 信廣 、 ? - 天正 2 年 9 月 29 日 ( 旧暦 ) ( 1574 年 10 月 13 日 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +1 鈴木則文 ( すずき の りぶみ 、 1933 年 - ) は 日本 の 映画 監督 、 脚本 家 。 +-1 家相 ( かそう ) と は 、 風水 や 気学 など と 通じ る 開運 学 の 1 つ 。 +-1 信空 ( しんくう 、 久安 2 年 ( 1146 年 ) - 安貞 2 年 9 月 9 日 ( 旧暦 ) ( 1228 年 10 月 8 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 前期 の 浄土 宗 の 僧 。 +1 松平 資承 ( まつだいら すけつぐ ) は 、 丹後 国宮津 藩 の 第 3 代 藩 主 。 +-1 縦 型 精米 機 ( たてがた せいまいき ) と は 、 昭和 5 年 ( 1930 年 ) ごろ に 登場 し 、 元来 酒造用 の 精米 機 で あ っ た 。 +1 松平家 忠 ( まつだいらいえ ただ 、 弘治 ( 日本 ) 元年 ( 1555 年 ) - 慶長 5 年 8 月 1日 ( 旧暦 ) ( 160 0 年 9 月 8 日 ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 で 、 徳川 氏 の 家臣 。 +1 氏子 内 親王 ( うじこ な い しんのう 、 生年 不詳 - 仁和 元年 4 月 2 日 ( 旧暦 ) ( 885 年 5 月 19 日 ) ) は 、 平安 時代 前期 の 皇族 。 +-1 田楽 ( でんがく ) は 、 日本 の 伝統 芸能 。 +-1 ミカド 商会 ( - しょうかい 、 1919 年 7 月 10 日 設立 - 1920 年 1 月 吸収 ) は 、 かつて 存在 し た 日本 の 映画 会社 で あ る 。 +-1 押小路 烏丸殿 ( おしこうじ からすまど の ) は 、 中世 京都 に あ っ た 邸宅 の 1 つ 。 +-1 大向 う ( 大向こう 、 おおむこう ) と は 、 芝居 小屋 の 三 階 正面 席 、 また そこ に 坐 る 客 を 指 す 隠語 ・ 通言 ( 現在 の 歌舞伎 座 で は 、 構造 上 三 階 B 席 から 幕見 席 あたり を 指 す もの と し て 理解 さ れ て い る 。 ) 、 つまり 大向 う と は 、 舞台 上 から 見 た 客席 の 位置 に 由来 する 。 +1 島津 久経 ( しまづ ひさつね 、 1225 年 ( 嘉禄 元年 ) - 1284 年 5 月 7 日 ( 弘安 7 年 4 月 21 日 ( 旧暦 ) ) ) は 鎌倉 時代 中期 の 武将 。 +1 伊吉 博徳 ( いき の はか と こ 、 生没年 は 不詳 ) は 、 飛鳥 時代 から 奈良 時代 の 人物 で あ る 。 +-1 御 仕置例 類 集 ( おしおき る いれい しゅう ) と は 、 江戸 幕府 が 作成 し た 刑事 事件 に 関 する 判例 集 。 +-1 三宝尊 ( さんぼう そん 、 さんぽう そん ) と は 、 法華 宗 ・ 日蓮 宗 の 本尊 。 +1 千 千 衝倭 姫命 ( ちちつ く やまと ひめ の みこと 、 生没 年 未詳 ) は 、 崇神 天皇 の 皇女 。 +-1 晴明 神社 ( せいめい じんじゃ ) は 、 京都 市 上京 区 に あ る 神社 で あ る 。 +-1 雪舟 ( せっしゅう 、 142 0 年 ( 応永 27 年 ) - 150 6 年 ( 永正 3 年 ) ) は 号 で 、 15 世紀 後半 室町 時代 に 活躍 し た 水墨 画家 ・ 禅僧 で 、 画聖 と も 称え られ る 。 +-1 聖徳宗 ( しょう とくしゅう ) は 、 日本 の 仏教 宗 派 の 一 つ で あ り 、 奈良 県 生駒 郡 斑鳩 町 の 法隆 寺 を 総本山 と する 。 +-1 町人 ( ちょうにん 、 まち にん ) と は 、 江戸 時代 に 都市 に 居住 し て い た 職人 、 商人 の こと 。 +-1 法住 寺 ( ほうじゅうじ ) は 日本 の 京都 市 東山 区 に あ る 天台 宗 の 仏教 寺院 で あ る 。 +1 中院 通村 ( なかの いんみち むら 、 天正 16 年 1 月 26 日 ( 旧暦 ) ( 158 8 年 2 月 22 日 ) - 承応 2 年 2 月 29 日 ( 旧暦 ) ( 1653 年 3 月 28 日 ) ) は 江戸 時代 前期 の 公卿 。 +1 崩御 ( ほうぎょ ) は 、 天皇 、 皇帝 、 国王 、 太皇 太后 、 皇太后 、 皇后 、 その 他 君 主 等 の 死 を 婉曲 的 に 、 かつ 敬意 を 込め て 指 す 語 。 +-1 烏金 拓 ( う こん たく 、 うきん たく ) は 烏 の 羽根 の よう に 真っ黒 に と っ た 拓本 の こと 。 +-1 関牧翁 ( せき ・ ぼく おう 、 190 3 年 ( 明治 36 年 ) - 1991 年 ( 平成 3 年 ) ) は 、 日本 臨済 宗 の 僧侶 。 +-1 鳴神 ( なるかみ ) は 歌舞伎 の 演目 の 一 つ 。 +1 紀成盛 ( きの なりもり 、 生没年 不詳 ) は 平安 時代 末期 から 鎌倉 時代 に かけ て 伯耆 国 西部 ( 西伯耆 ) で 勢力 を 誇 っ て い た 武士 。 +-1 北丹 鉄道 ( ほくたん てつどう ) は 、 京都 府 福知 山 市 の 福知 山 駅 から 北 へ 河守 駅 まで の 路線 を 運営 し て い た 鉄道 事業 者 で あ る 。 +-1 京都 府 は 旧国 制度 で 丹後 国 、 丹波 国 ( 一部 兵庫 県 を 含 む ) 、 山城 国 の 3 つ に 分け られ る が その 中 で 京都 府 南部 地域 ( きょうと ふ なんぶ ちいき ) と は 大まか に 、 次 の 5 つ の 定義 が な さ れ る 場合 が 多 い 。 +1 柳田 三二郎 ( やなぎだ さんじろう 、 生没年 不詳 ) は 壬生 浪士 組 及び 新選 組 隊士 。 +1 柳原 愛子 ( やなぎはら な る こ 、 安政 6 年 5 月 26 日 ( 旧暦 ) ( 1859 年 6 月 26 日 ) - 10 月 16 日 ) は 、 明治 天皇 の 典侍 。 +-1 正倉 院 文書 ( しょう そう いん もん じょ ) は 、 東大 寺 正倉院 に 保管 さ れ て き た 文書 群 で 、 主に 東大 寺 写 経所 が 作成 し た 文書 群 の こと 。 +-1 有職 料理 ( ゆうそく りょうり ) と は 、 平安 時代 の 貴族 の 社交 儀礼 の 中 で 発達 し た 大饗 料理 が 、 公家 風 の 料理 形式 と し て 残 っ た 物 で あ る 。 +1 夕霧 太夫 ( ゆうぎり た ゆう ) は 京都 ・ 嶋原 、 大阪 ・ 新町 遊廓 に い た 太夫 で 「 夕霧 」 の 名 を 持 つ の は 2人 だけ で あ る 。 +1 加納 惣 三郎 ( かのうそう ざ ぶろう 、 生没年 不明 ) は 、 京都 出身 の 新 選 組 隊士 。 +-1 丹後 神崎 駅 ( たんご かんざき えき ) は 、 京都 府 舞鶴 市 油江 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +-1 国風 文化 ( こくふう ぶんか ) と は 日本 の 歴史 的 文化 の 一 つ で あ る 。 +-1 覚助 ( かくじょ 、 長和 2 年 ( 1013 年 ) - 康平 6 年 11 月 11 日 ( 旧暦 ) ( 1063 年 12 月 3 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +-1 普化 宗 ( ふけしゅう ) は 、 日本 の 仏教 の 禅宗 の ひと つ 。 +1 岸本 辰雄 ( きしもと たつお 、 1851 年 11 月 13 日 ( 嘉永 3 年 10 月 10 日 ( 旧暦 ) ) - 1912 年 ( 明治 45 年 ) 4 月 5 日 ) は 日本 の 法学 者 。 +-1 並河 駅 ( なみかわ えき ) は 、 京都 府 亀岡 市 大井町 土田 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 で あ る 。 +-1 御 教書 ( みぎょうしょ 、 み きょうしょ ) と は 平安 時代 後期 から 室町 時代 に かけ て 、 従 三 位 以上 及び それ に 准じ る 地位 に あ る 人 の 家司 が 主 の 意思 を 奉 じ て 発給 し た 古 文書 の 形態 。 +1 佐々木 廣綱 ( ささき ひろ つな 、 生年 不詳 - 承久 3 年 ( 1221 年 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 の 武士 で あ る 。 +-1 師団 街道 ( しだん かいどう ) は 、 京都 市 の 南北 の 通り の 一 つ 。 +1 佐々 成政 ( さっさ な りまさ ) は 、 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 。 +1 『 俊頼 髄脳 』 ( としより ずいのう ) は 、 源 俊頼 に よ っ て 書 か れ た 歌論 書 。 +1 中臣 金 ( なか とみ の かね 、 生年 不詳- 天武 天皇 元年 8 月 25 日 ( 旧暦 ) ( 67 2 年 9 月 24 日 ) ) は 、 飛鳥 時代 の 官人 。 +1 小野木 重勝 ( おのぎしげかつ ) は 、 安土 桃山 時代 の 武将 。 +-1 番上 ( ばんじょう ) と は 、 日本 の 律令 制 に お い て 雑任 など の 下級 官人 が 行 っ て い た 勤務 形態 。 +1 内山 愚童 ( うち やまぐどう 、 1874 年 5 月 17 日 - 19 11 年 1 月 24 日 ) は 、 日本 の 仏教 者 ・ 僧 ( 曹洞 宗 林 泉 寺 住職 ) ・ 社会 主義 運動 家 。 +-1 三 条 仏所 ( さんじょう ぶっしょ ) は 、 平安 時代 中期 、 京都 三 条 通 に あ っ た 仏師 の 工房 で あ る 。 +1 大林 宗套 ( だいりん そうとう 、 1480 年 ( 文明 ( 日本 ) 12 年 ) - 1568 年 ( 永禄 11 年 ) ) は 、 日本 の 禅僧 、 茶道 。 +-1 秩禄 処分 ( ちつろく しょぶん ) は 、 明治 政府 が 1876 年 に 実施 し た 秩禄 給与 の 全廃 政策 で あ る 。 +1 神山 鳳陽 ( ごうやま ほうよう 、 文政 8 年 ( 1824 年 ) - 明治 22 年 ( 1889 年 ) ) は 、 明治 時代 に 活躍 し た 書家 ・ 漢詩 人 で あ る 。 +1 庭田 秀子 ( に わた ひでこ 、 生年 不詳 - 貞享 2 年 4 月 2 日 ( 旧暦 ) ( 1685 年 5 月 4 日 ) ) は 江戸 時代 の 後 光明 天皇典 侍 。 +-1 及川 氏 ( おいかわし ) は 、 日本 の 氏族 。 +-1 参勤 交代 ( さん きん こうたい ) は 、 藩 の 大名 を 定期 的 に 江戸 に 出仕 さ せ る 江戸 幕府 の 制度 で あ る 。 +-1 大宰府 ( だざいふ ) は 、 7 世紀 後半 に 、 九州 の 筑前 国 に 設置 さ れ た 地方 行政 機関 。 +1 土岐 光衡 ( ときみつ ひら 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +-1 扶律 顕常 ( ふりつ けんじょう ) と は 、 仏教 、 とりわけ 天台 宗 や 日蓮 宗 など の 法華 一乗 の 立場 から 、 『 涅槃 経 』 を 指 し た 語 を い う 。 +-1 羽子板 ( はごいた ) は 、 長方形 で 柄 の あ る 板 。 +-1 月ヶ瀬 梅林 ( つき が せ ばいりん ) は 奈良 県 奈良 市 月ヶ瀬 尾山 と その 周辺 ( 旧添上 郡 月ヶ瀬村 ) に 位置 する 梅林 で あ る 。 +-1 管領 ( かんれい ) と は 室町 幕府 の 職名 で あ る 。 +-1 大番 ( おおばん 、 大御 番 ) は 、 江戸 幕府 の 組織 の 一 つ で あ る 。 +-1 東 舞鶴 駅 ( ひがしまい づる えき ) は 、 京都 府 舞鶴 市 浜字 五 久 666 - 1 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 駅 で あ る 。 +-1 帝国 大学 ( ていこく だいがく ) と は 、 1886 年 ( 明治 19 年 ) に 公布 さ れ た 帝国 大学 令 に よ っ て 設立 さ れ た 大学 の こと で あ る 。 +-1 沙沙 貴山 君 ( ささきやま ぎみ , ささきやま の きみ ) は 古代 豪族 の 一 つ 。 +1 源 家長 ( みなもと の いえな が 、 嘉応 2 年 ( 1170 年 ) ? - 文暦 元年 ( 1234 年 ) ) は 、 鎌倉 時代 前期 の 貴族 ・ 歌人 。 +1 為尊 親 王 ( ため た かしんのう 、 貞元 ( 日本 ) 2 年 ( 977 年 ) - 長保 4 年 6 月 13 日 ( 旧暦 ) ( 100 2 年 7 月 25 日 ) ) は 、 平安 時代 中期 の 皇族 。 +-1 金本位 制 ( きん ほんい せい 、 goldstand ard < 英> ) と は 、 一 国 の 貨幣 の 価値 を 金 に 裏付け られ た 形 で 表 す もの で あ り 、 商品 の 価格 も 金 の 価値 を 標準 と し て 表示 さ れ る 。 +-1 米 法 山水 ( べいほうさんすい ) は 、 中国 、 宋代 の 文人 画家 、 米芾 ・ 米友 仁 父子 が 始め た と 伝え られ る 水墨 山水 画 法 。 +1 上杉 憲実 ( うえすぎ の りざね 、 応永 17 年 ( 1410 年 ) ? - 文正 元年 2 月 6 日 ( 旧暦 ) ( 1466 年 3 月 22 日 ) ? ) は 室町 時代 中期 の 武将 。 +-1 猪熊 事件 ( いの くま じけん ) は 、 江戸 時代 初期 の 慶長 14 年 ( 1609 年 ) に 起き た 、 複数 の 朝廷 の 高官 が 絡 ん だ 一大 醜聞 事件 。 +1 京極 高富 ( きょうごく たかと み 、 天保 6 年 11 月 19 日 ( 旧暦 ) ( 1836 年 1 月 7 日 ) - 明治 22 年 ( 1889 年 ) 2 月 9 日 ) は 、 丹後 国峰山 藩 の 第 11 代 藩 主 。 +1 紫式 部 ( むらさき しきぶ 、 生没年 不明 ) は 、 平安 時代 中期 の 女性 作家 、 歌人 。 +1 御 匣殿 ( みくしげどの 、 生年 不詳 - 長保 4 年 6 月 3 日 ( 旧暦 ) ( 100 2 年 7 月 15 日 ) は 平安 中期 、 一条 天皇 代 の 後宮 の 女官 で 、 貞観殿 ( 別名 「 御 匣殿 」 ) の 別当 。 +-1 ウインズ 京都 ( - きょうと ) は 、 京都 府 京都 市 東山 区 に あ る 場外 勝馬 投票 券 発売 所 ( 場外 馬 券 売 場 ) の 一 つ 。 +1 仲哀 天皇 ( ちゅう あいてんのう 、 生年 不詳 - 仲哀 天皇 9 年 2 月 6 日 ( 旧暦 ) ( 20 0 年 3 月 8 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 第 14 代 の 天皇 ( 在位 : 仲哀 天皇 元年 1 月 11 日 ( 旧暦 ) ( 192 年 2 月 11 日 ) - 同 9 年 2 月 6 日 ( 20 0 年 3 月 8 日 ) ) 。 +-1 鎮守 府 将軍 ( ちんじゅ ふ しょうぐん ) は 、 日本 の 奈良 時代 から 平安 時代 に かけ て 北辺 の 防衛 の ため に お か れ た 令外 官 の 官職 の 将軍 で あ る 。 +1 大江 貞奥 ( 生年 不詳 - 建武 ( 日本 ) 元年 ( 1334 年 ) ) は 、 伝承 に よ る と 因幡 守 大江 広元 の 末孫 。 +1 僐子 内 親王 ( よしこ な い しんのう 、 平治 元年 ( 1159 年 ) - 嘉応 3 年 3 月 1日 ( 旧暦 ) ( 11 71 年 4 月 14 日 ) ) は 、 平安 時代 後期 の 皇族 。 +1 日本 の 冠 ( かんむり ) は 、 公家 や 武家 の 成人 が 宮中 へ 参内 など の 際 に 頭 に 着用 する 被り物 。 +-1 日本 の 篆刻 史 ( にほん の てんこく し ) と は 、 日本 に おけ る 篆刻 および 印章 の 歴史 で あ る 。 +1 上表 ( じょうひょう ) と は 、 東宮 以下 の 皇親 ・ 百 官 より 庶民 に 至 る まで が 天皇 に 対 し て 文書 ( 表 ) を 奉 る こと 、 また その 文書 ( 表 ) 自体 を 指 す 。 +1 中村 雀右衛門 ( なかむら じゃくえもん ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +-1 文人 画 ( ぶんじん が ) と は 、 中国 に お い て 職業 画 家 の 画 ( 院体 画 ) に 対 し 、 文人 が 余技 に が 描 い た 絵画 の こと を い う 。 +1 中院 通純 ( なかの いんみちず み 、 慶長 17 年 8 月 28 日 ( 旧暦 ) ( 161 2 年 9 月 23 日 ) - 承応 2 年 2 月 8 日 ( 旧暦 ) ( 1653 年 3 月 7 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +-1 幕 の 内 弁当 ( まく の うち べんとう ) と は 、 白飯 と 数 種類 の 副食 ( おかず ) から な る 弁当 。 +-1 所務 ( しょむ ) と は 、 所領 の 管理 ( 検断 及び 年貢 ・ 租税 徴収 ) を 行 う こと 。 +1 正躬 王 ( まさみおう 、 延暦 17 年 ( 79 8 年 ) - 貞観 5 年 ( 863 年 ) 5 月 ) は 平安 時代 初期 の 皇族 。 +-1 介錯 ( かいしゃく ) は 切腹 に 際 し て 、 腹 を 切 る 時 の 痛み を 軽減 する ため に 対象 者 の 首 を 刀 で 刎ね る こと 。 +-1 朝鮮 通信 使 ( ちょうせん つうしんし ) と は 日本 へ と 派遣 さ れ た 李 氏 朝鮮 から の 国使 の 名称 で あ る 。 +1 中村 水竹 ( なかむら すいちく 、 男性 、 文化 ( 元 号 ) 3 年 ( 180 6 年 ) - 明治 5 年 ( 1872 年 ) 1 月 6 日 ) は 、 江戸 時代 末期 の 日本 の 篆刻 家 で あ る 。 +-1 浦 終い ( うら じまい ) と は 、 日本 の 海難 事故 に 際 し て 行 わ れ る 伝統 的 な 儀式 や 事後 処理 の 慣習 。 +1 源 光宗 ( みなもと の みつ むね 、 生年 未詳 - 永暦 元年 ( 11 60 年 ) ) は 、 平安 時代 末期 の 武将 。 +-1 柳本 藩 ( やなぎもと はん ) は 、 大和 国 式 上郡 ・ 山辺 郡 ・ 宇陀 郡 を 領有 し た 藩 。 +-1 蔵前 入用 ( くらまえ にゅうよう ) と は 、 江戸 時代 に 江戸 幕府 直轄 領 ( 天領 ) に 対 し て かけ られ た 高掛三 役 と 呼 ば れ る 特別 税 の うち の 一 つ 。 +-1 夏祭 浪花 鑑 ( なつまつり なに わか がみ ) は 、 人形 浄 瑠璃 および 歌舞伎 狂言 の 題名 。 +1 太田 資始 ( おおた すけもと ) は 、 江戸 時代 後期 から 幕末 に かけ て の 大名 、 老中 。 +-1 町 奉行 ( まちぶぎょう ) と は 江戸 時代 の 職名 で 、 領内 の 都市 部 ( 町方 ) の 行政 ・ 司法 を 担当 する 役職 。 +1 貞純 親王 ( さだ ずみ しんのう 、 貞観 _ ( 日本 ) 15 年 ( 873 年 ) ? - 延喜 16 年 5 月 7 日 ( 旧暦 ) ( 916 年 6 月 10 日 ) ) は 、 日本 の 平安 時代 前期 の 皇族 。 +1 正親町 季俊 ( おおぎまち すえ と し 、 天正 14 年 9 月 18 日 ( 旧暦 ) ( 1586 年 10 月 30 日 ) - 寛永 2 年 11 月 29 日 ( 旧暦 ) ( 1625 年 12 月 28 日 ) ) は 、 江戸 時代 初期 の 公家 。 +-1 里山 ( さとやま ) と は 、 集落 、 人里 に 接 し た 山 、 あるいは こう し た 地形 に お い て 人間 の 影響 を 受け た 生態 系 が 存在 し て い る 状態 を 指 す 言葉 で あ る 。 +-1 細見 美術 館 ( ほそみ びじゅつ かん ) は 、 京都 市 左京 区 岡崎 に あ る 、 日本 の 古 美術 を 中心 と し た 私立 美術 館 で あ る 。 +-1 神鳳鈔 ( じんぽう しょう ) と は 、 伊勢 神宮 ( 内宮 および 外宮 ) の 領地 の 諸国 一覧 表 で あ る 。 +-1 ハイ アット リージェンシー 京都 ( HyattRegencyKyoto ) は 、 京都 市 東山 区 三十 三 間 堂 に あ る ホテル 。 +-1 題目 講 ( だいもく こう ) と は 、 法華 宗 系 の 信徒 に よ っ て 構成 さ れ た 講 。 +1 一条 忠良 ( いちじょう ただよし 、 安永 3 年 3 月 22 日 ( 旧暦 ) ( 1774 年 5 月 2 日 ) - 天保 8 年 6 月 3 日 ( 旧暦 ) ( 1837 年 7 月 5 日 ) ) は 、 江戸 時代 の 公卿 。 +1 藤原 雅教 ( ふじわら の まさのり 、 永久 ( 日本 ) 元年 ( 1113 年 ) - 承安 ( 日本 ) 3 年 2 月 11 日 ( 旧暦 ) ( 1173 年 3 月 26 日 ) ) は 、 平安 時代 後期 の 公卿 。 +-1 桜馬場 通 ( さくら の ばんばどおり ) は 、 京都 市 左京 区 内 の 南北 の 通り の 一 つ 。 +1 島田 忠臣 ( しまだ の ただお み 、 天長 5 年 ( 828 年 ) - 寛平 4 年 ( 892 年 ) ) は 、 平安 時代 前期 の 貴族 ・ 詩人 。 +-1 政官 ( じょうかん ・ 上官 ) と は 、 律令 制 の 太政 官 の 事務 方 官人 の 総称 で あ る 。 +-1 送り雀 ( おくりすずめ ) は 、 和歌山 県 や 奈良 県 吉野 郡 東吉野村 に 伝わ る 妖怪 。 +1 長 宗我部 盛胤 ( ちょうそ かべ もり た ね 、 生年 不詳 - 1615 年 6 月 4 日 ( 慶長 20 年 5 月 8 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 ~ 江戸 時代 初期 の 武将 。 +-1 忍者 八門 ( にんじゃ はちもん ) と は 、 忍術 の 全て の 流派 に お い て 、 忍者 に な る 為 に 基本 と な る 8 種類 の 必修 科目 の 事 と さ れ る 。 +-1 燈史 ( とうし , 新字 灯史 ) は 、 一般 的 に 仏教界 に おけ る 歴史 書 、 とりわけ 禅宗 史書 を 指 す 用語 で あ る 。 +-1 宇治橋 ( うじばし ) は 、 646 年 ( 大化 2 年 ) に 初めて 架け られ た と い う 伝承 の あ る 、 京都 府 宇治 市 の 宇治川 に 架か る 橋 で あ る 。 +-1 キトラ 古墳 ( キトラ こふん ) は 、 奈良 県 高市 郡 明日香村 に あ る 古墳 。 +-1 灌頂 ( かんじょう ) と は 、 主に 密教 で 行 う 、 頭頂 に 水 を 灌 ぎ 、 正統 な 継承 者 と する 為 の 儀式 。 +1 伊藤 左千夫 ( いとうさちお 、 元治 元年 8 月 18 日 ( 旧暦 ) ( 1864 年 9 月 18 日 ) - 大正 2 年 ( 1913 年 ) 7 月 30 日 ) は 日本 の 歌人 、 小説 家 。 +-1 西寿寺 ( さい じゅじ ) は 京都 府 京都 市 右京 区 鳴滝 泉谷町 に あ る 浄土 宗 の 寺院 。 +-1 贄殿 ( に えどの ) は 、 日本 の 律令 制 に お い て 内 膳司 に 付属 し た 機関 。 +1 久我 通久 ( こが みちつね 、 天保 12 年 11 月 28 日 ( 旧暦 ) ( 1842 年 1 月 9 日 ) - 大正 14 年 ( 1925 年 ) 1 月 10 日 ) は 京都 出身 の 公卿 。 +-1 日本 茶 ( に ほん ちゃ ) と は 、 日常 の 会話 で 用い られ る 用語 で 、 「 日本 の お 茶 」 、 つまり 、 「 日本 で 作 ら れ た お 茶 」 あるいは 「 日本 で よく 飲 ま れ る 種類 の お 茶 」 と 言 っ た 意味 合い の 言葉 で あ る 。 +-1 霊雲院 ( れいうんいん ) は 京都 市 東山 区 に あ る 東福 寺 の 塔頭 ( たっちゅう ) で あ る 。 +1 延性 ( えんしょう 、 貞観 _ ( 日本 ) 元年 ( 859 年 ) - 延長 ( 元号 ) 7 年 10 月 28 日 ( 旧暦 ) ( 929 年 12 月 6 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +-1 浮御 堂 ( うきみどう ) は 、 滋賀 県 大津 市 堅田 、 琵琶 湖 畔 の 臨済 宗 大徳 寺 派 海門山 満月 寺 に あ る 、 湖上 に 突き出 た 仏堂 。 +-1 藤原 四家 ( ふじわら しけ ) は 、 藤原 氏 四 家 と も い い 、 藤原 不比 等 の 4 人 の 息子 が 興 し た 藤原 氏 の 四 つ の 家 の 総称 。 +-1 真済 ( しんぜい 、 延暦 19 年 ( 80 0 年 ) - 貞観_ ( 日本 ) 2 年 2 月 25 日 ( 旧暦 ) ( 860 年 3 月 25 日 ) ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +1 日野 資朝 ( ひのすけとも 、 1290 年 ( 正応 3 年 ) - 1332 年 6 月 25 日 ( 元弘 2 年 / 正慶 元年 6 月 2 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 後期 の 公家 で あ る 。 +1 平公連 ( たいら の きん つら / きみつら 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +-1 和 時計 ( わどけい ) と は 、 江戸 時代 を 中心 に 日本 で 作 ら れ た 時計 で あ る 。 +1 細川 ガラシャ / 明智珠 ( 明智 玉 ) ( ほそかわ ガラシャ / あけち たま 、 俄羅 奢 、 永禄 6 年 ( 1563 年 ) - 慶長 5 年 7 月 17 日 ( 旧暦 ) ( 160 0 年 8 月 25 日 ) ) は 、 明智 光 秀 の 三女 で 細川 忠興 の 正室 。 +-1 惣掟 ( そう おき て ) は 、 中世 日本 に お い て 、 百 姓 ら が 自主 的 に 定め た 惣村 内部 の 法令 。 +-1 蒲庵 古渓 ( ほあん こ けい 、 天文 ( 元号 ) 元年 ( 1532 年 ) - 慶長 2 年 1 月 17 日 ( 旧暦 ) ( 1597 年 3 月 5 日 ) ) は 、 安土 桃山 時代 の 臨済 宗 の 僧 。 +1 松姫 ( まつひめ 、 永禄 4 年 ( 1561 年 ) - 元和 ( 日本 ) 2 年 4 月 16 日 ( 旧暦 ) ( 1616 年 5 月 31 日 ) ) は 、 戦国 大名 の 武田 信玄 の 五女 。 +-1 差し上げ ( さしあげ ) と は 、 おもに 祭 で 運行 さ れ る 神輿 や 太鼓 台 、 ふとん 太鼓 、 山車 など 担 い で 運行 する 方式 の 祭礼 神具 を   通常 の 担 ぐ 高 さ より 更に 高 く 持ち上げ て 舁 く 様子 の こと を さ す 。 +-1 大鳥 造 ( おおとり づくり ) は 、 日本 の 神社 建築 様式 の 1 つ で あ る 。 +1 姉小路 公遂 ( あね が こうじきんすい 、 寛政 6 年 6 月 13 日 ( 旧暦 ) ( 1794 年 7 月 9 日 ) - 安政 4 年 1 月 29 日 ( 旧暦 ) ( 1857 年 2 月 23 日 ) ) は 、 江戸 時代 の 公卿 。 +-1 西 大路 御池 駅 ( にし おお じお いけ えき ) は 、 京都 府 京都 市 中京 区 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 +1 立川 主税 ( たちかわ ち から 、 天保 11 年 ( 1840 年 ) ? - 明治 36 年 ( 190 3 年 ) 1 月 22 日 ) は 、 筑前 国 出身 の 新 選 組 隊士 。 +1 織田 信行 ( おだ のぶゆき ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 小野 竹喬 ( お の ちっきょう 、 1889 年 ( 明治 22 年 ) 1 1 月 20 日 - 1979 年 ( 昭和 54 年 ) 5 月 10 日 ) は 、 大正 ・ 昭和 期 の 日本 画 家 。 +1 朝倉 景職 ( あさくら かげ もと 、 文明 ( 日本 ) 16 年 ( 1484 年 ) - 天文 ( 元号 ) 4 年 4 月 13 日 ( 旧暦 ) ( 1535 年 5 月 14 日 ) ) は 戦国 時代 ( 日本 ) の 武将 で あ る 。 +-1 兵馬司 ( ひょうまし ) は 、 日本 の 律令 制 に お い て 兵部 省 に 属 し た 機関 。 +1 曾我 蕭白 ( そが しょうは く 、 享保 15 年 ( 1730 年 ) - 天明 元年 1 月 7 日 ( 旧暦 ) ( 1781 年 1 月 30 日 ) ) は 、 江戸 時代 の 絵師 。 +1 伏見宮 邦輔 親王 ( ふしみのみやくにすけ しんのう 、 永正 10 年 3 月 20 日 ( 1513 年 4 月 25 日 ) - 永禄 6 年 3 月 26 日 ( 1563 年 4 月 18 日 ) ) は 、 戦国 時代 の 皇族 。 +-1 西本願 寺 本 三十 六 人 家集 ( に しほんがん じ ぼん さんじゅう ろく にん か しゅう ) は 、 三十 六 歌仙 の 和歌 を 集め た 平安 時代 末期 の 装飾 写本 で あ る 。 +1 近衛 忠煕 ( このえ ただひろ 、 文化 ( 元号 ) 5 年 7 月 14 日 ( 旧暦 ) ( 180 8 年 9 月 4 日 ) - 明治 31 年 ( 1898 年 ) 3 月 18 日 ) は 、 幕末 の 公卿 。 +-1 近江国 風土 記 ( おうみの くに ふどき ) は 、 近江国 の 風土 記 。 +1 桜山 茲俊 ( さくらやま これ とし 、 生年 不詳 - 元弘 2 年 1 月 21 日 ( 旧暦 ) ( 1332 年 2 月 17 日 ) ) は 鎌倉 時代 末期 の 武将 。 +-1 祟り 神 ( たたり がみ ) は 、 四 魂 で あ り 畏怖 さ れ 忌避 さ れ る もの で あ る が 、 手厚 く 祀りあげ る こと で 強力 な 守護 神 と な る と 信仰 さ れ る 神々 で あ る 。 +1 菅原 高視 ( すがわら の たか み 、 貞観 ( 日本 ) 18 年 ( 876 年 ) - 延喜 13 年 ( 913 年 ) ) は 、 平安 時代 前期 の 官人 。 +-1 楽々 荘 ( らくらく そう ) は 京都 府 亀岡 市 に あ る 旧 田中 源太郎 邸 を 使用 し た ホテル 。 +-1 『 機巧 童子 ULTIMO 』 ( カラクリ どうじ ウルティモ ) は 、 スタン ・ リー 原作 、 武井 宏之 作画 の 日本 の 漫画 作品 。 +-1 海部 氏 系 図 ( あまべ し けいず ) は 、 京都 府 宮津 市 に 鎮座 する 籠 神社 の 社家 、 海部 氏 に 伝わ る 系 図 で 、 『 籠名 神社 祝部 氏 係 図 』 1 巻 ( 以後 「 本系 図 」 と 称 す ) と 『 籠名 神宮 祝部 丹波 国造 海部 直等 氏 之本 記 』 1 巻 ( 以後 「 勘注 系 図 」 と 称 す ) と から な る 。 +1 武家 王 ( た けいえ の おおきみ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 神人 に は 次 の 意味 が あ る 。 +1 明日香 皇女 ( あすか の ひめみこ 、 生年 不詳 - 文武 天皇 4 年 4 月 4 日 ( 旧暦 ) ( 70 0 年 4 月 27 日 ) ) は 、 天智 天皇 皇女 。 +-1 烏丸 御池駅 ( からすま お いけ えき ) は 、 京都 府 京都 市 中京 区 に あ る 、 京都 市営 地下 鉄 の 鉄道 駅 。 +-1 郎党 ( ろうとう 、 ろうどう ) は 、 中世 日本 の 武士 社会 に おけ る 主家 の 一族 や 従者 。 +-1 祭神 大山 咋神 ( 東本宮 ) 大己 貴神 ( 西本宮 ) +-1 自検断 ( じけん だん ) と は 、 中世 日本 の 村落 ( 惣村 ・ 郷村 など ) が 、 自ら 検断 ( けんだん ) を 実施 する こと を い う 。 +1 明石 入道 ( あかし の にゅうどう ) は 、 紫式 部 が 著 し た 小説 『 源氏 物語 』 に 登場 する 架空 の 人物 で あ る 。 +-1 五徳 ( ごと く ) と は 、 +-1 日真 ( にっしん 、 永禄 8 年 ( 1565 年 ) - 寛永 3 年 4 月 22 日 ( 旧暦 ) ( 1626 年 5 月 17 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 日蓮 宗 の 僧 。 +1 弾左衛門 ( だんざえ もん ) は 江戸 時代 の 被 差 別民 で あ っ た 穢多 ・ 非 人身分 の 頭領 。 +-1 春日 神木 ( かすが の しんぼく ) と は 、 奈良 春日 大社 の 神木 で あ る 。 +-1 グンゼ 博物 苑 ( はくぶつ えん ) と は 、 京都 府 綾部 市 青野 町 に あ る 博物 館 で あ る 。 +1 覚法 法 親王 ( かくほう ほっ しん のう 、 寛治 5 年 12 月 29 日 ( 1092 年 2 月 9 日 ) - 仁平 3 年 12 月 6 日 ( 1153 年 12 月 22 日 ) ) は 、 平安 時代 後期 の 皇族 ・ 僧 。 +-1 ユズ ( 柚子 、 学名 : Citrusjunos 、 シノニム C . ichangensisxC . reticulatavar . austera ) は 、 ミカン 科 の 常緑 樹 。 +-1 富国 強兵 ( ふこく きょうへい ) と は 、 国家 の 経済 を 発展 さ せ て 軍事 力 の 増強 を 促 す 政策 を い う 。 +-1 心 光院 ( しんこういん ) は 京都 府 京都 市 左京 区 岩倉 下在地 町 42 に あ る 浄土 宗 鎮西 派 の 寺院 。 +1 蛍 ( ほたる ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +1 坂上 当道 ( さかの うえの まさみち ) は 、 坂上 氏 の 一族 の 人物 。 +1 弘文 天皇 ( こうぶん てんのう 、 大化 4 年 ( 648 年 ) - 天武 天皇 元年 7 月 23 日 ( 旧暦 ) ( 67 2 年 8 月 21 日 ) ) は 、 第 39 代 天皇 ( 在位 : 天智 天皇 10 年 12 月 5 日 ( 旧暦 ) ( 67 2 年 1 月 9 日 ) - 天武 天皇 元年 7 月 23 日 ( 67 2 年 8 月 21 日 ) ) 。 +-1 近江 大津宮 ( おうみの おおつの みや ) は 、 7 世紀 後半 の 天智 天皇 が 営 ん だ 宮 。 +1 藤原 季経 ( ふじわら の すえつね 、 天承 元年 ( 1131 年 ) - 承久 3 年 ( 1221 年 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 歌人 。 +1 王朝 物語 ( おうちょう ものがたり ) は 、 平安 時代 後期 から 室町 時代 前期 ごろ に かけ て 作 ら れ た 小説 ・ 物語 群 の うち 、 和文 と 平仮名 表記 を もっぱら とし 、 王朝 期 の 風俗 や 美 意識 ・ 文学 観念 に 依拠 し つつ 製作 さ れ た もの を 指 す 。 +-1 日本 の 氏族 。 +-1 卵 か け ご飯 ( たまご かけ ごはん ) は 、 生 の 鶏卵 と 飯 を 混ぜ 、 少量 の 醤油 等 で 調味 し て 作 る 飯 料理 で あ る 。 +-1 渡来 人 ( とらいじん ) と は 、 広義 に は 、 海外 から 日本 に 渡 っ て 来 た 人々 を 意味 する が 、 狭義 に は 、 中国 大陸 から 南西 諸島 ・ 朝鮮 半島 など を 経由 し て 、 古代 日本 に 渡来 帰化 し た 人々 を 指 す 。 +-1 天之 常 立神 ( あめ の とこ たち の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +-1 丹波 町 ( たんば ちょう ) は 、 京都 府 の 中部 、 兵庫 県 と の 県境 に あ っ た 町 。 +1 小出 秀政 ( こい で ひでまさ 、 1540 年 ( 天文 ( 元号 ) 9 年 ) - 160 4 年 4 月 21 日 ( 慶長 9 年 3 月 22 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 の 武将 ( 大名 ) 。 +-1 室 大 墓 古墳 ( むろ の おおばか こふん ) は 、 奈良 県 御所 市 に 所在 する 古墳 時代 中期 前半 の 前方 後 円墳 で あ る 。 +-1 鎮魂 ( ちんこん 、 たましずめ ) と は 、 人 の 魂 を 鎮め る こと で あ る 。 +-1 水度 神社 ( みと じんじゃ ) は 、 京都 府 城陽 市 寺田 水度 坂 に 鎮座 する 神社 で あ る 。 +-1 義仲 寺 ( ぎちゅうじ ) は 、 滋賀 県 大津 市 馬場 に あ る 単立 ( 天台 宗系 ) の 寺院 。 +-1 生剥 ( いき は ぎ ) は 神道 に おけ る 罪 の 観念 で 、 『 延喜 式 』 巻八 「 祝詞 」 に 収録 さ れ る 大祓詞 に 登場 する 天つ 罪 の ひと つ で あ る 。 +1 向井 去来 ( む かいきょらい   慶安 4 年 ( 1651 年 ) - 宝永 元年 9 月 10 日 ( 旧暦 ) ( 170 4 年 10 月 8 日 ) ) ) は 、 江戸 時代 前期 の 俳諧 師 。 +1 葛山 武八郎 ( か づら やま たけはちろう 、 生年 不詳 - 元治 元年 9 月 6 日 ( 旧暦 ) ( 1864 年 10 月 6 日 ) ) は 、 新 選 組 伍長 。 +-1 金戒 光明寺 ( こんかいこうみょうじ ) は 京都 市 左京 区 黒谷 町 に あ る 浄土 宗 の 寺院 。 +-1 莫目 ( まく も ) は 、 高麗楽 、 百済 楽 で 用い られ た 楽器 で あ る 。 +1 清和源 氏 ( せいわ げんじ ) は 、 56 代 清和 天皇 の 皇子 を 祖 と する 賜姓 皇族 。 +-1 古墳 ( こふん ) と は 、 一般 に は 墳丘 を 持 つ 古 い 墓 の こと で あ る 。 +-1 京 おどり ( きょう おどり ) は 4 月 初旬 から 下旬 に かけ て 宮川 町 歌舞 練場 で 上演 する 。 +1 古史 古伝 ( こしこ でん ) と は 、 日本 の 古代 史 で 主要 資料 と さ れ て い る 「 記紀 ( 『 古事 記 』 と 『 日本 書紀 』 ) 」 と は 著し く 異な る 内容 歴史 を 伝え る 文献 の こと 。 +1 藤原 範忠 ( ふじわら の のりただ 、 生没 年 未詳 ) は 、 平安 時代 末期 の 公家 、 神官 。 +-1 四条 駅 ( しじょう えき ) は 京都 府 京都 市 に あ る 駅 。 +-1 宿禰 ( すくね ) は 、 八色 の 姓 ( やくさ の かばね ) で 制定 さ れ た 、 カバネ ( かばね ) の 一 つ 。 +1 原田 種頼 ( はらだ たね より 、 生没年 不詳 ) は 平安 時代 、 11 世紀 中期 の 人物 で 伯耆 国 河村 郡 に 興 っ た 東郷 氏 _ ( 原田 氏 ) の 始祖 。 +-1 法雲 寺 ( ほううんじ ) は 、 奈良 県 生駒 郡 平群 町 に 所在 する 日蓮 正宗 の 寺院 。 +-1 大蜘蛛 ( おおぐ も ) は 、 日本 の 怪談 、 随筆 、 民俗 資料 など に あ る 巨大 な クモ の 怪異 。 +-1 釈迦 三尊 ( しゃか さんぞん ) と は 、 仏教 に おけ る 仏像 安置 の 形式 の ひと つ 。 +1 大 中臣 能宣 ( おおなか とみの よしのぶ 、 延喜 21 年 ( 921 年 ) - 正暦 2 年 ( 991 年 ) 8 月 ) は 、 平安 時代 中期 の 歌人 。 +-1 コロッケ は 、 揚げ物 料理 の 一種 で あ る 。 +-1 火皿 ( ひさら 、 英語 : Flashpan ) と は 、 火縄 銃 ( マッチ ロックガン ) や 燧石 式 銃 ( フリント ロック 式 ) の 銃身 薬室 側面 に 張り出 し た よう に 付け られ た 点火 用 の 口薬 を 盛 る ため の 皿状 の 部位 の こと 。 +-1 時宗 ( じしゅう ) は 、 鎌倉 時代 末期 に おこ っ た 浄土 教 の 一宗 派 。 +-1 巨勢 派 ( こせ は ) と は 、 平安 時代 初期 から 室町 時代 を 経 て 、 明治 時代 まで 連な る 絵師 の 一族 。 +1 天岩戸 ( あまの いわと ) と は 、 日本 神話 に 登場 する 岩 で 出来 た 洞窟 で あ る 。 +1 大政 穗積 ( おおまさ   ほづみ 、 1929 年 6 月 12 日 - 2007 年 9 月 19 日 ) は 、 日展 会友 と し て 京都 、 奈良 、 愛媛 県 の 寺社 仏閣 、 鎧 、 風景 等 を 画 き 続け た 京都 在住 の 日本 画 家 で あ る 。 +-1 以津 真天 ( いつ まで / いつ まで ん ) は 、 日本 に 伝わ る 妖怪 の 一種 。 +-1 土間 ( どま ) と は 日本 建築 に 於け る 家屋 内 の 一部 を 構成 する 間取り で あ る 。 +-1 大和 古墳 群 ( おおやま と こふん ぐん ) は 、 奈良 県 天理 市 南部 に 所在 する 古墳 群 で あ る 。 +1 『 更級 日記 』 ( さらし な にっき 、 さらし な の に き ) は 、 菅原 孝標女 に よ っ て 平安 時代 中 ごろ に 書 か れ た 日記 。 +-1 ゆば ( 湯葉 、 湯波 、 油皮 ) は 、 大豆 の 加工 食品 の 一 つ 。 +-1 六道 珍皇 寺 ( ろくどうちん のう じ 、 ろく どう ちんこうじ ) は 、 京都 市 東山 区 に あ る 臨済 宗 建仁 寺 派 の 寺院 。 +1 京極 宮 文仁 親王 ( きょうごく のみや あや ひとしんのう 、 延宝 8 年 8 月 16 日 ( 旧暦 ) ( 1680 年 9 月 8 日 ) - 宝永 8 年 3 月 6 日 ( 旧暦 ) ( 1 71 1 年 4 月 23 日 ) ) は 江戸 時代 中期 の 日本 の 皇族 。 +-1 公慶 ( こうけい 、 慶安 元年 ( 1648 年 ) - 宝永 2 年 7 月 12 日 ( 旧暦 ) ( 170 5 年 8 月 30 日 ) ) は 、 江戸 時代 前期 の 三 論 宗 の 僧 。 +1 総角 ( あげまき ) は 、 『 源氏 物語 』 五十 四 帖 の 巻 の 一 つ 。 +1 藤原 実兼 ( ふじわら の さね かね 、 生年 不詳 - 大治 ( 日本 ) 5 年 9 月 9 日 ( 旧暦 ) ( 1130 年 10 月 12 日 ) ) は 、 平安 時代 末期 の 貴族 。 +-1 蘭溪 道隆 ( らん けいどうりゅう 、 建保 元年 ( 1213 年 ) - 弘安 元年 7 月 24 日 ( 旧暦 ) ( 1278 年 8 月 13 日 ) ) は 、 鎌倉 時代 中期 の 南宋 から 渡来 し た 禅僧 ・ 大覚 派 の 祖 。 +1 野村 利三郎 ( のむら りさぶろう 、 弘化 元年 ( 1844 年 ) - 明治 2 年 3 月 25 日 ( 旧暦 ) ( 1869 年 5 月 6 日 ) ) は 、 新 選 組 隊士 。 +1 朽木 綱 条 ( く つき つなえだ ) は 、 丹波 国 福知 山 藩 の 第 11 代 藩 主 。 +-1 内 礼司 ( ないらい し ) は 日本 の 律令 制 に お い て 中務 省 に 属 する 機関 の 一 つ で あ る 。 +-1 水野 氏 ( みず の し ) は 清和 源 氏 の 一門 。 +-1 お 化け ( おばけ ) と は 、 本来 あ る べ き 姿 や 生 る べ き 姿 から 、 大き く 外れ て 違 っ て 変化 ( へんか ) し て しま う 、 その 変化 し た 姿 を 「 お 化け 」 や 「 変化 ( へんげ ) 」 と い う 。 +-1 従 四 位 ( じゅし い ) と は 、 日本 の 位 階 及び 神階 に おけ る 位 の ひと つ 。 +-1 忍術 ( にんじゅつ ) と は 、 日本 の 室町 時代 頃 から 戦国 時代 ( 日本 ) に 活躍 し た 忍者 が おこな っ た 敵方 に 対 する 情報 収集 、 情報 霍乱 など に 関 する 技術 及び その 際 に 必要 と する 兵法 、 武術 の 総称 で あ る 。 +1 前野 良沢 ( まえ の りょうたく 、 享保 8 年 ( 1723 年 ) - 享和 3 年 10 月 17 日 ( 旧暦 ) ( 180 3 年 11 月 30 日 ) ) は 、 豊前 国 中津 藩 ( 現在 の 大分 県 中津 市 ) の 藩医 で 蘭学 者 。 +-1 裳階 ( もこし ) は 、 仏堂 、 仏塔 、 天守 閣 等 で 、 軒下 壁面 に 付 い た 庇状 構造 物 。 +1 近衞 信尋 ( このえ のぶひろ 、 慶長 4 年 5 月 2 日 ( 旧暦 ) ( 1599 年 6 月 24 日 ) - 慶安 2 年 10 月 11 日 ( 旧暦 ) ( 1649 年 11 月 15 日 ) ) は 、 江戸 時代 前期 の 公家 ・ 藤 氏 長者 。 +1 北条 時 茂 ( ほうじょう ときしげ 、 仁治 元年 ( 12 40 年 ) - 文永 7 年 1 月 27 日 ( 旧暦 ) ( 1270 年 2 月 18 日 ) は 、 鎌倉 時代 中期 の 北条 氏 の 一門 。 +-1 玉水 駅 ( たまみず えき ) は 、 京都 府 綴喜 郡 井手 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 。 +-1 元寇 ( げんこう ) と は 、 日本 の 鎌倉 時代 中期 に 、 当時 大陸 を 支配 し て い た モンゴル 帝国 ( 元 ( 王朝 ) ) 及び その 服属 政権 と な っ た 高麗 王国 に よ っ て 2 度 に わた り 行 わ れ た 日本 侵攻 ( 遠征 ) の 、 日本 側 の 呼称 で あ る 。 +-1 北朝 ( ほくちょう ) と は 、 朝廷 ・ 王朝 ・ 国家 など が 南北 に 別れ た とき 、 北側 に 所在 する もの の こと 。 +-1 北山 文化 ( きたやま ぶんか ) と は 、 室町 時代 初期 の 文化 で 、 三 代 将軍 足利 義満 ( 1358 年 ~ 1408 年 ) の 北山 山荘 に 代表 さ れ 、 14 世紀 末 ~ 15 世紀 前半 まで を さ す 。 +1 北条 高直 ( ほうじょう たかなお ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +1 湛快 ( たんかい 、 康和 元年 ( 1099 年 ) - 承安 ( 日本 ) 4 年 ( 1174 年 ) ) は 、 平安 時代 後期 の 熊野 本宮 大社 の 社僧 で 18 代 熊野 別当 。 +-1 東叡 大王 ( とうえい だいおう ) は 三山 管領宮 の 敬称 の 一 つ 。 +1 英勝院 ( えいしょういん 、 天正 5 年 11 月 9 日 ( 旧暦 ) ( 1578 年 12 月 7 日 ) - 寛永 19 年 8 月 23 日 ( 旧暦 ) ( 1642 年 9 月 17 日 ) ) は 、 徳川 家康 の 側室 。 +-1 士分 ( しぶん ) と は 、 江戸 時代 の 武士 の うち 正規 の 武士 身分 を 持 っ た 者 を 指 す 。 +1 鷲尾 義久 ( わしお よしひさ 、 生年 不詳 - 文治 5 年 4 月 30 日 ( 旧暦 ) ( 1189 年 5 月 17 日 ) ? ) は 、 平安 時代 末期 の 武士 。 +-1 招魂 祭 ( しょうこん の まつり ) は 日本 の 陰陽 道 ・ 中国 の 道教 で 行 わ れ る 祭祀 ・ 呪術 の ひと つ 。 +-1 カレー ( 英 : Curry カリー ) は 、 複数 の 香辛 料 を 使 っ て 野菜 や 肉 など を 味付け し た 料理 の ひと つ 。 +1 宮城 浩蔵 ( みやぎ こうぞう 、 1852 年 6 月 2 日 ( 嘉永 5 年 4 月 15 日 ( 旧暦 ) ) - 1893 年 ( 明治 26 年 ) 2 月 13 日 ) は 、 日本 の 刑法 法学 者 。 +1 土師 猪手 ( はじ の いの て 、 生年 不詳 - 皇極 天皇 2 年 ( 643 年 ) ? ) は 姓 は 連( むらじ ) 。 +-1 むすひ は 、 神道 に おけ る 観念 で 、 天地 ・ 万物 を 生成 ・ 発展 ・ 完成 さ せ る 霊的 な 働き の こと で あ る 。 +1 藤原 顕隆 ( ふじわら の あきた か 、 延久 4 年 ( 1072 年 ) - 大治 4 年 ( 1129 年 ) ) は 平安 時代 末期 の 公家 。 +-1 鋼索線 ( こう さくせん ) は 、 京都 府 八幡 市 の 八幡 市 駅 から 男山 山上 駅 まで を 結 ぶ 京阪 電気 鉄道 の ケーブル カー 。 +1 徳大寺 公胤 ( とくだいじ きん たね 、 文明 ( 日本 ) 19 年 1 月 27 日 ( 旧暦 ) ( 1487 年 2 月 20 日 ) - 大永 6 年 10 月 12 日 ( 旧暦 ) ( 152 6 年 11 月 16 日 ) ) は 、 室町 時代 の 公卿 。 +1 藤原 実資 ( ふじわら の さねすけ 、 天徳 ( 日本 ) 元年 ( 957 年 ) - 永承 元年 1 月 18 日 ( 旧暦 ) ( 1046 年 2 月 26 日 ) ) は 、 平安 時代 の 公卿 。 +1 柴田 紹安 ( しばた しょう あん 、 生年 不詳- 天正 14 年 ) は 安土 桃山 時代 の 武将 。 +1 森 鷗外 ( もり おうがい 、 文久 2 年 1 月 19 日 ( 旧暦 ) ( 1862 年 2 月 17 日 ) - 大正 11 年 ( 1922 年 ) 7 月 9 日 ) は 、 明治 ・ 大正 期 の 小説 家 、 評論 家 、 翻訳 家 、 劇作 家 、 帝国 陸軍 軍医 、 官僚 ( 高等 官一 等 ) 。 +1 山口益 ( やまぐち すす む 、 1895 年 1 月 27 日 - 1976 年 10 月 21 日 ) は 、 仏教 学 者 、 元 大谷 大学 学長 。 +1 宮中 祭祀 ( きゅう ちゅう さいし ) は 天皇 が 国家 と 国民 の 安寧 と 繁栄 を 祈 る こと を 目的 に おこな う 祭祀 。 +1 『 陸奥 話 記 』 ( むつわき ) は 日本 の 戦役 で あ る 前九 年 の 役 の 顛末 を 描 い た 軍記 物語 。 +1 額田 王 ( ぬかた の おおきみ 、 ぬかた の きみ と も 、 生没年 不詳 ) は 、 皇極 天皇 朝 から 持統 天 皇朝 に 活躍 し た 、 日本 の 代表 的 な 女流 万葉 歌人 で あ る 。 +-1 相輪 ( そうりん ) と は 、 五 重塔 など の 屋根 から 天 に 向か っ て 突き出 た 金属 製 の 部分 の 総称 。 +1 空蝉 ( うつせみ ) と は 、 カメムシ 目 の 昆虫 で あ る セミ の 羽化 時 の 脱皮殻 の こと 。 +-1 おしぼり は 、 日本 で は 客 向け に 飲食 店 など で 使用 さ れ る 、 手 を 拭 く 道具 で あ る 。 +-1 古都 ( こと ) と は 、 ある 国 に おけ る 古く から の 都 、 また は 昔 に 都 が お か れ て い た 場所 の こと で あ る 。 +-1 船岡 山 合戦 ( ふなおかやま がっせん ) と は 、 永正 8 年 ( 1511 年 ) 8 月 23 日 、 将軍 足利 義稙 を 擁立 する 細川 高国 ・ 大内 義興 と 前将軍 足利 義澄 を 擁立 する 細川 澄元 と の 間 で おき た 。 +-1 内 大臣 ( な いだいじん ) と は 日本 の 官名 の 一 つ 。 +1 細媛 命 ( くわし ひめ の みこと ) は 、 欠史 八代 、 孝霊 天皇 の 皇后 。 +1 西田 幾多郎 ( にしだ きたろう 、 1870 年 5 月 19 日 ( 明治 3 年 4 月 19 日 ( 旧暦 ) ) - 1945 年 ( 昭和 20 年 ) 6 月 7 日 ) は 日本 を 代表 する 哲学 者 で あ り 京都 大学 教授 、 名誉 教授 。 +1 花山院 常雅 ( かざん いん と きまさ 、 元禄 13 年 2 月 3 日 ( 旧暦 ) ( 170 0 年 3 月 23 日 ) - 明和 8 年 2 月 16 日 ( 旧暦 ) ( 17 71 年 3 月 31 日 ) ) は 江戸 時代 中期 の 公卿 。 +-1 うちわ ( 団扇 ) と は 、 扇 い で 風 を 起こ す 道具 の 一種 。 +1 藤原 公則 ( ふじわら   の   きんの り 、 生没年 不詳 ) は 、 平安 時代 後期 の 公家 。 +-1 他人丼 ( たにん どん 、 - どんぶり ) と は 、 牛肉 もしくは 豚肉 を 、 玉 ねぎ など と 割り下 で 煮 て 卵 で と じ 、 丼飯 の 上 に 乗せ た 料理 で あ る 。 +1 ジョン ・ ミルン ( John Milne 、 1850 年 12 月 30 日 - 1913 年 7 月 31 日 ) は 、 イギリスリバプール 出身 の 鉱山 技師 、 地震 学者 、 人類 学者 、 考古 学 者 。 +-1 内談 方 ( な いだんかた ) と は 、 康和 3 年 ( 興国 5 年 / 1344 年 ) - 貞和 3 年 ( 正平 ( 日本 ) 4 年 / 1349 年 ) に 存在 し た 室町 幕府 の 所務 沙汰 審議 機関 。 +-1 松原 通 ( まつばら どおり ) は 京都 市 の 東西 の 通り の 一 つ 。 +1 鳩山 和夫 ( はとやま かずお 、 1856 年 5 月 6 日 ( 安政 3 年 4 月 3 日 ( 旧暦 ) ) - 19 11 年 ( 明治 44 年 ) 10 月 3 日 ) は 、 江戸 末期 の 武士 ・ 美作 国 美作 勝山 藩士 で 、 明治 維新 後 は 政治 家 、 代言 人 ( 弁護 士 ) と な っ た 。 +1 中原季時 ( なかはら の すえとき 、 ? - 1236 年 5 月 12 日 ( 嘉禎 2 年 4 月 6 日 ( 旧暦 ) ) ) は 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 武将 。 +1 吉弥 侯 横刀 ( きみこ の たち ) は 、 奈良 時代 後半 の 官人 で 『 続 日本 紀 』 に みえ る 人物 で あ る 。 +-1 澤家 ( さわけ ) は 、 清原 氏 の 流れ を 汲 む 堂上 家 。 +-1 一 会 桑 政権 ( いちか い そう せいけん ) は 、 幕末 の 政治 動向 の 中心 地 京都 に お い て 、 禁裏 御 守衛 総督 兼摂 海防禦 指揮 ・ 一橋 慶喜 、 京都 守護 職 ・ 松平 容保 ( 会津 藩 ) 、 京都 所司 代 ・ 松平定 敬 ( 桑名 藩 ) 三 者 に よ り 構成 さ れ た 体制 。 +-1 哲学 館 事件 ( てつがく かん じけん ・ てつ がっかん じけん ) と は 190 2 年 に 東洋 大学 ( 現在 の 東洋 大学 ) で 発生 し た 事件 で あ る 。 +1 上杉 朝 宗 ( うえすぎ と も むね 、 1334 年 ( 建武 ( 日本 ) 元年 ) ? - 1414 年 10 月 8 日 ( 応永 21 年 8 月 25 日 ( 旧暦 ) ) ) は 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 武将 。 +1 書根 麻呂 ( ふみの ねまろ 、 生年 不詳 - 慶雲 4 年 ( 70 7 年 ) 9 月 21 日 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 法親王 ( ほっしん のう ) と は 、 日本 の 皇室 に お い て 出家 し て 僧籍 と な っ た 親王 の こと 。 +-1 統帥 権 ( とうすいけん ) と は 、 軍 へ の 最高 指揮 監督 権 を 言 う 。 +-1 丹羽 長秀 、 浅野 長政 +-1 美山 荘 ( みやま そう ) ( 野草 一味 庵 「 美山 荘 」 ) は 、 京都 の 奥山 、 花背 ( はなせ ) の 里 に あ る 「 摘草 料理 」 で 有名 な 料理 旅館 で 、 摘み取 っ た 季節 の 草花 や 旬 の 野菜 に 魚 を 取り入れ た 美し い 料理 は 、 立原 正秋 や 白洲 正子 など 多く の 文化 人 から 愛 さ れ 、 京都 から 「 門外 不出 」 と い わ れ て き た 。 +1 細川 潤次郎 ( ほそかわ じゅんじろう 、 1834 年 3 月 11 日 ( 天保 5 年 2 月 2 日 ( 旧暦 ) ) - 1923 年 ( 大正 12 年 ) 7 月 20 日 ) は 、 幕末 の 土佐 藩 藩士 ・ 蘭学者 で 明治 時代 ・ 大正 時代 の 法学 者 ・ 教育 家 ・ 男爵 。 +1 田 川 行文 ( たがわ ゆきふみ ) は 、 出羽 国田 川 郡 ( 羽前 国 ) ( 現 ・ 鶴岡 市 田川 ) を 本拠 地 と し て 、 田川 郡 郡司 を 自称 し た 鎌倉 時代 の 豪族 。 +1 扶桑 略記 ( ふそう りゃく き ) は 、 平安 時代 の 私撰 歴史 書 。 +-1 避 病院 ( ひびょういん ) と は 、 明治 時代 に 造 ら れ た 日本 の 伝染 病 専門 病院 で あ る 。 +-1 積恋雪 関扉 ( つもるこいゆき の せき の と )   通称 関 の 扉 ( せき の と ) は 、 常磐津 節 及び それ に 合せ て 演 じ られ る 歌舞伎 舞踊 の 演目 。 +1 源 雅信 ( みなもとの まさのぶ 、 延喜 20 年 ( 920 年 ) - 正暦 4 年 7 月 29 日 ( 旧暦 ) ( 993 年 8 月 24 日 ) ) は 、 平安 時代 中期 の 貴族 。 +-1 日清 通商航海 条約 ( にっしん つう しょう こう かいじょうやく ) と は 、 1896 年 7 月 21 日 に 北京 市 に お い て 日本 と 清 の 間 に 締結 さ れ た 条約 。 +-1 武道 専門 学校 ( ぶどう せんもん がっこう ) と は 、 大 日本 武徳 会 が 現在 の 京都 府 京都 市 左京 区 に 設立 し た 、 武道 指導 者 を 養成 する 旧 制 専門 学校 で あ る 。 +-1 入定 ( にゅうじょう ) と は 、 真言 密教 の 究極 的 な 修行 の ひと つ 。 +1 大分 稚臣 ( おおきだ の わかおみ 、 生年 不明 - 天武 天皇 8 年 3 月 6 日 ( 旧暦 ) ( 67 9 年 4 月 21 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 公験 ( く げん ) と は 、 律令 国家 が 特定 の 人物 に 特権 を 認め る 際 に 出 し た 証明 書 の 一種 の こと 。 +1 徳岡 神泉 ( とくおか しんせん 、 1896 年 2 月 14 日 - 1972 年 6 月 9 日 ) は 、 日本 の 画家 。 +-1 日野西家 ( ひ の にしけ ) は 、 名家 ( 公家 ) の 家格 を 有 する 公家 。 +1 田所 弘人 ( たどころ ひろ と 、 生没年 不詳 ) は 壬生 浪士 、 新 選 組 の 隊士 で あ る 。 +1 後 三 条 天皇 ( ご さんじょうてんのう 、 長元 7 年 7 月 18 日 ( 10 34 年 9 月 3 日 ) - 延久 5 年 5 月 7 日 ( 1073 年 6 月 15 日 ) ) は 、 第 71 代 の 天皇 。 +1 原 マルティノ ( はら マルティノ 、 Martin ã o , 永禄 12 年 ( 1569 年 ) 頃 - 寛永 9 年 9 月 7 日 ( 旧暦 ) ( 1629 年 10 月 23 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の キリシタン で 、 天正 遣欧 少年 使節 の 副使 。 +-1 清原 氏 ( きよはら し ) は 、 平安 時代 の 氏族 。 +-1 帯留 ( おびどめ ) と は 、 女性 が 帯締め に 通 す 飾り物 の 装身 具 。 +-1 公海 ( こうかい 、 慶長 12 年 12 月 12 日 ( 旧暦 ) ( 160 8 年 1 月 29 日 ) - 元禄 8 年 10 月 16 日 ( 旧暦 ) ( 1695 年 11 月 22 日 ) ) は 、 江戸 時代 前期 の 天台 宗 の 僧 。 +1 下毛野古 麻呂 ( しもつけ ぬ の こまろ 、 ? - 71 0 年 1 月 28 日 ( 和銅 2 年 12 月 20 日 ( 旧暦 ) ) ) は 、 飛鳥 時代 から 奈良 時代 に かけ て の 貴族 。 +1 丹波 時長 ( たんば と きな が 、 生没年 不詳 ) は 、 平安 時代 から 鎌倉 時代 前期 に かけ て の 医師 。 +1 千 道安 ( せん の どうあん 、 天文 ( 元号 ) 15 年 ( 1546 年 ) - 慶長 12 年 2 月 17 日 ( 旧暦 ) ( 160 7 年 3 月 14 日 ) ) は 戦国 時代 ( 日本 ) から 江戸 時代 初期 の 茶道 。 +-1 守山 宿 ( もりやま じゅく ) は 中山道 67 番 目 の 宿場 ( → 中山 道 六十 九 次 ) で 、 滋賀 県 守山 市 の 区域 。 +1 草壁 皇子 ( くさかべ のみこ ( おう じ ) 、 天智 天皇 元年 ( 662 年 ) - 持統 天皇 3 年 4 月 13 日 ( 旧暦 ) ( 689 年 5 月 7 日 ) は 、 天武 天皇 と 皇后 鸕野 讃良 皇女 ( 持統 天皇 ) の 皇子 。 +-1 大覚 ( だい かく 、 永仁 5 年 ( 1297 年 ) - 貞治 3 年 / 正平 ( 日本 ) 19 年 4 月 3 日 ( 旧暦 ) ( 1364 年 5 月 5 日 ) ) は 、 南北朝 時代 ( 日本 ) の 日蓮 宗 の 僧 。 +-1 順如 ( じゅんにょ 、 嘉吉 2 年 ( 1442 年 ) - 文明 _ ( 日本 ) 15 年 5 月 29 日 ( 旧暦 ) ( 1483 年 7 月 4 日 ) ) は 、 室町 時代 中期 から 後期 に かけ て の 浄土 真宗 の 僧 。 +-1 宥清寺 ( ゆうせいじ ) は 、 京都 市 上京 区 に あ る 寺院 。 +1 仁聞 ( にん もん ) は 、 奈良 時代 に 大分 県 国東 半島 の 各地 に 28 の 寺院 を 開基 し た と 伝え られ る 伝説 的 な 僧 ( 神仏 と する 説 も あ る ) 。 +-1 所従 ( しょじゅう ) と は 中世 の 日本 に 存在 し た 隷属 身 分 の 一 。 +-1 木津 駅 ( きづ えき ) は 、 京都 府 木津川 市 木津 池田 11 6 - 2 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 駅 。 +1 当麻 皇子 ( とうま のみこ 、 生没年 不詳 ) は 、 6 世紀 後半 から 7 世紀 初期 に かけ て の 皇族 。 +-1 弘文院 ( こう ぶんいん ) は 、 平安 時代 初期 の 平安 京 に 和気 広世 が 建て た と さ れ る 施設 。 +1 『 三 経 義疏 』 ( さんぎょうぎ しょ ) と は 、 聖徳 太子 に よ っ て 著 さ れ た と さ れ る 『 法華 義疏 』 ( 伝 615 年 ) ・ 『 勝鬘 経義疏 』 ( 伝 611 年 ) ・ 『 維摩 経 義疏 』 ( 伝 613 年 ) の 総称 で あ る 。 +-1 常楽 寺 ( じょうらくじ ) は 、 京都 府 京都 市 下京 区 に あ る 浄土 真宗 本願 寺 派 の 寺院 。 +-1 大蓮 寺 ( だいれんじ ) は 、 専蓮 社 深誉 上人 に よ り 開基 。 +-1 住友 活機園 ( すみとも かっき えん ) は 、 滋賀 県 大津 市 に あ る 歴史 的 建造 物 。 +1 平成 幹 ( たいら の なりもと 、 生年 不詳 - 天仁 2 年 ( 1109 年 ) ) は 、 平安 時代 後期 の 武将 。 +1 藤原 良相 ( ふじわら の よしみ / よしあ う 、 弘仁 4 年 ( 813 年 ) - 貞観 ( 日本 ) 9 年 10 月 10 日 ( 旧暦 ) ( 867 年 11 月 9 日 ) ) は 、 平安 時代 前期 の 公卿 。 +-1 甘露煮 ( かんろ に ) は 、 煮物 料理 の ひと つ 。 +1 三浦 桃寿丸 ( みうら とうじゅまる 、 生年 不詳 - 天正 12 年 ( 1584 年 ) ) は 、 日本 の 戦国 時代 の 武将 。 +-1 愚中 周及 ( ぐちゅうしゅうきゅう 、 元亨 3 年 ( 1323 年 ) - 応永 16 年 8 月 25 日 ( 旧暦 ) ( 1409 年 10 月 4 日 ) ) は 、 南北朝 時代 ( 日本 ) の 臨済 宗 の 僧 。 +-1 大井 神社 ( おお い じんじゃ ) は 、 京都 市 右京 区 の 渡月 橋 北詰 に あ る 神社 で あ る 。 +-1 深水 ( ふかみず ) は 、 生け 花 の 水揚げ の 方法 の 1 つ 。 +1 徳川 家茂 ( とくがわ いえ も ち ) は 、 江戸 幕府 第 14 代 征夷 大将軍 。 +-1 家宅 六 神 ( かたく ろくしん ) は 、 神道 に おけ る 家宅 を 表 す ( また は 守 る ) 六柱 の 神 ( 神道 ) の 総称 で あ る 。 +1 山脇 正勝 ( やまわ き まさかつ 、 嘉永 2 年 ( 1849 年 ) - 明治 38 年 ( 190 5 年 ) 5 月 6 日 ) は 、 幕末 期 の 桑名 藩 士 。 +-1 勘文 ( かんもん ) と は 、 朝廷 から 諮問 を 依頼 さ れ た 学者 など が 由来 ・ 先例 等 の 必要 な 情報 を 調査 し て 報告 ( 勘申 ) を 行 っ た 文章 の こと 。 +1 藤原 基成 ( ふじわら の もと な り 、 生没 年 未詳 ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 貴族 。 +1 冷泉 隆豊 ( れいぜい た か と よ 、 永正 10 年 ( 1513 年 ) - 天文 ( 元号 ) 20 年 ( 1551 年 ) ) 従 五 位 下左衛門 少尉 。 +-1 茶托 ( ちゃたく ) は 茶碗 を のせ る 受け皿 。 +-1 地方 三 役 ( じかた さんやく ) は 、 日本 近世 ( 江戸 時代 ) の 村 役人 の 総称 。 +-1 けいはん な プラザ ホテル ( KEIHANNAPLAZAHOTEL ) は 、 関西 文化 学術 研究 都市 の 中核 交流 施設 、 けいはん な プラザ の 宿泊 施設 。 +1 結城 直光 ( ゆうき なおみつ 、 1330 年 ( 元徳 2 年 ) - 1395 年 2 月 7 日 ( 応永 2 年 1 月 17 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) 、 室町 時代 前期 に かけ て の 武将 。 +-1 位 階 ( いかい ) と は 官吏 の 序列 を い う 。 +1 谷衛利 ( たにもり と し 、 慶長 19 年 ( 1614 年 ) - 慶安 5 年 1 月 12 日 ( 旧暦 ) ( 1652 年 2 月 21 日 ) ) は 、 丹波 国山 家 藩 の 世嗣 。 +1 マキノ 智子 ( まきの ともこ 、 1907 年 1 月 29 日 - 1984 年 10 月 20 日 ) は 、 日本 の 俳優 で あ る 。 +1 平信 兼 ( たいら の のぶかね 、 生没 年 未詳 ) は 平安 時代 末期 の 武将 。 +-1 神埼 荘 ( かんざき の しょう ) は 、 平安 時代 ~ 室町 時代 に かけ て 肥前 国 に あ っ た 荘園 。 +1 秋月 種樹 ( あきづ き たねたつ 、 天保 4 年 10 月 17 日 ( 旧暦 ) ( 1833 年 11 月 28 日 ) - 明治 37 年 ( 190 4 年 ) 10 月 17 日 ) は 、 幕末 ・ 明治 期 の 日本 の 政治 家 。 +-1 カトリック 西 陣 聖 ヨゼフ 教会 は 、 京都 市 上京 区 に あ る 教会 。 +1 塙 直政 ( ばん な おまさ 、 生年 不詳 - 天正 4 年 5 月 3 日 ( 旧暦 ) ( 1576 年 5 月 30 日 ) は 、 安土 桃山 時代 の 武将 。 +-1 何 有 荘 ( か いう そう ) ( 旧 稲畑 勝太郎 邸 ) は 、 七 代 小川 治兵衛 ( 近代 日本 庭園 の 先駆 者 と さ れ る 庭師 ) 通称 植治 が 作り上げ た 京都 市 左京 区 に あ る 庭園 。 +-1 抓津 姫神 ( つまつ ひめ ) は 、 日本 神話 に 登場 する 神 。 +1 栗隈 王 ( くりくま の おおきみ 、 生年 不明 - 天武 天皇 5 年 ( 67 6 年 ) 6 月 ) は 、 日本 の 飛鳥 時代 の 皇族 。 +-1 日本 刀 ( に ほんとう 、 英 : Japanesesword ) は 、 日本 に 於 い て 独自 に 発展 し た 方法 で 鍛え られ た 刀剣 類 の 総称 。 +-1 算盤 坊主 ( そろばん ぼうず ) また は 算盤 小僧 ( そろばん こぞう ) は 、 丹波 国 ( 京都 府 ) に 伝わ る 妖怪 。 +1 片山 久安 ( かたやま ひさや す 、 天正 2 年 ( 1574 年 ) - 慶安 3 年 ( 1650 年 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 剣豪 。 +1 土岐 定義 ( ときさだ よし 、 1580 年 ( 天正 8 年 ) - 1619 年 2 月 22 日 ( 元和 ( 日本 ) 5 年 1 月 8 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 、 江戸 時代 前期 の 武将 、 大名 。 +-1 田原本 藩 ( たわら もと はん ) は 大和 国 十 市 郡 田原本 ( 現在 の 奈良 県 磯城 郡 田原本 町 田原本 ) に 存在 し た 藩 。 +1 高 元 度 ( こうげんど ) は 、 高麗 王族 系 の 渡来 人 。 +-1 和田 埠頭 ( わ だふ とう ) と は 、 京都 府 舞鶴 市 に あ る 舞鶴 湾 に 整備 さ れ る 約 33 ha の 埠頭 で あ る 。 +-1 餡 ( あん ) ある い 餡子 ( あんこ ) と は 、 饅頭 など の 中 に 入れ る 具 の こと で 、 アズキ を はじめ と する 材料 を 甘 く 煮 た 具 や 、 でん粉 を 糊化 し た 素材 を 指 す こと が 多 い 。 +-1 まれび と 、 マレビト ( 稀人 ・ 客人 ) は 、 時 を 定め て 他界 から 来訪 する 霊的 もしくは 神的 存在 を 指 す 折口 学 の 用語 。 +1 田代 栄助 ( たしろ えいすけ 、 天保 5 年 8 月 14 日 ( 旧暦 ) ( 1834 年 9 月 16 日 ) - 明治 18 年 ( 1885 年 ) 5 月 17 日 ) は 江戸 時代 から 明治 時代 に かけ て の 侠客 。 +-1 シソ ( 紫蘇 、 学名 : Perillafrutescensvar . crispa ) は 、 シソ 科 シソ属 の 植物 。 +1 乎非 王 ( おい の おおきみ ・ おい の みこ 、 生没年 不詳 ) は 、 「 上宮 記 」 逸文 に 記 さ れ る 5 世紀 頃 の 皇族 ( 王族 ) 。 +-1 如拙 ( じょせつ 、 生没年 不詳 ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 の 画僧 。 +1 源 為 憲 ( みなもと の ため の り 、 ? - 寛弘 8 年 ( 1011 年 ) 8 月 ) は 、 平安 時代 中期 の 文学 者 ・ 漢詩 人 。 +1 山田 信道 ( やまだ のぶみち 、 1833 年 12 月 13 日 ( 天保 4 年 11 月 3 日 ( 旧暦 ) ) - 190 0 年 ( 明治 33 年 ) 3 月 11 日 ) は 、 日本 の 官僚 、 政治 家 。 +-1 アヂスキタカヒコネ ( アヂシキタカヒコネ と も ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +-1 竈 ( くど ) と は 、 下記 の とおり 。 +-1 京都 ( きょう と 、 みやこ 、 きょう の みやこ 、 英語 Ky ō to 、 ローマ 字 Ky ō to ) は 、 日本 の 歴史 的 な 都 。 +1 石作 皇子 ( いしづくり のみこ ) は 、 『 竹取 物語 』 に 登場 する 五 人 の 貴 公子 の ひとり 。 +-1 福知 山 鉄道 館 ポッポランド ( ふくちやま てつどう かん ポッポランド ) と は 京都 府 福知 山 市 内 に あ る 鉄道 保存 展示 施設 で あ る 。 +-1 つっころば し は 、 歌舞伎 の 役種 の 一 。 +1 今出川 実順 ( いまで がわ さねあや 、 天保 3 年 7 月 13 日 ( 旧暦 ) ( 1832 年 8 月 8 日 ) ‐ 元治 元年 9 月 5 日 ( 旧暦 ) ( 1864 年 10 月 5 日 ) は 、 江戸 時代 後期 から 末期 の 公卿 。 +1 赤染 衛門 ( あかぞめ えもん 、 天暦 10 年 ( 956 年 ) 頃 ? - 長久 2 年 ( 1041 年 ) 以後 ) は 、 平安 時代 の 女房 、 女流 歌人 。 +1 伊勢 継子 ( いせの つぎこ 、 宝亀 3 年 ( 772 年 ) - 弘仁 3 年 7 月 6 日 ( 旧暦 ) ( 812 年 8 月 16 日 ) ) は 、 平城 天皇 の 妃 。 +1 平直方 ( たいら の なお かた 、 生没年 不詳 ) は 平安 時代 中期 の 武将 。 +-1 造 り 酒屋 ( つくりざかや ) と は 、 蔵 で 日本 酒 を 醸造 し 、 店舗 で それ を 販売 する 職業 。 +-1 中 富川 の 戦い ( なか とみ がわ の たたか い ) は 、 15 82 年 ( 天正 10 年 ) 、 四国 統一 を 目指 す 土佐 国 の 長 宗我部 元親 と 阿波 国 の 十 河 存 保 と の 間 で 起き た 一 戦 で あ る 。 +1 尭然 法 親王 ( ぎょうねん ほっ しん のう 、 慶長 7 年 10 月 3 日 ( 160 2 年 11 月 16 日 ) - 寛文 元年 8 月 22 日 ( 1661 年 10 月 15 日 ) ) は 、 江戸 時代 前期 の 皇族 ・ 僧 。 +1 天孫 降臨 ( てんそん こうりん ) は 、 アマテラス の 孫 で あ る ニニギ が 、 葦原 中国 平定 を 受け て 、 葦原 中国 の 統治 の ため に 降臨 し た と い う 日本 神話 の 説話 で あ る 。 +-1 山笠 ( やまかさ ) は 、 神社 の 祭 で 用い られ る 神輿 ・ 山車 状 の 祭具 。 +-1 草履 ( ぞうり ) は 、 日本 の 伝統 的 な 履物 の 一 つ 。 +1 久我 通平 ( こが みちひら 、 建仁 3 年 ( 120 3 年 ) - 嘉禄 2 年 ( 1226 年 ) ) は 、 鎌倉 時代 の 公卿 。 +-1 持明院 家 ( じみょういん け ) は 、 日本 の 氏族 ( 公家 ) 。 +1 日置 蓑 麻呂 ( へき のみ の まろ 、 70 4 年 生 ~ 没年 不明 ) は 奈良 時代 ~ 平安 時代 の 官人 。 +1 葵 ( あおい ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 飛鳥 浄 御 原令 ( あすか きよみはら りょう ) は 、 日本 の 飛鳥 時代 後期 に 制定 さ れ た 体系 的 な 法典 。 +-1 牛鬼 ( うしお に 、 ぎゅうき ) は 、 西 日本 に 伝わ る 妖怪 。 +-1 京都 府 指定 ・ 登録 文化 財 一覧 ( きょうと ふ してい ・ とうろく ぶんか ざい いちらん ) は 京都 府 指定 また は 登録 の 文化 財 や 史跡 等 を 一覧 形式 で まとめ た もの で あ る が 、 全て を 掲載 し て い る わけ で は な い 。 +1 脇坂 安治 ( わきざか やすはる ) は 安土 桃山 時代 から 江戸 時代 に かけ て の 武将 ・ 大名 。 +-1 地方 巧者 ( じ かた こうしゃ ) は 、 江戸 時代 に 地方 支配 ( じかた しはい ) に 精通 し た 農政 官僚 の こと で あ る 。 +1 里内 裏 ( さと だいり ) は 、 平安 時代 以降 、 平安 宮内 裏 以外 の 邸宅 を 天皇 の 在所 ( 皇居 ) と し て 用い た もの を 指 す 。 +-1 主殿 造 ( しゅでん づくり ) は 、 室町 時代 の 武家 住宅 の 様式 と し て 建築 史 で 提唱 さ れ た 言葉 で あ る 。 +1 袁邪 本王 ( おざほ の おおきみ 、 生没年 不詳 ) は 日本 神話 に 登場 する 皇族 。 +-1 ミズナ BrassicarapaL . var . nipposinica ( L . H . Bailey ) Kitam . ( 水菜 、 potherbmu stard ) は 、 アブラナ 科 の 一 年 生 植物 。 +1 石井 忠亮 ( いしい ただ あきら 、 男性 、 天保 11 年 7 月 7 日 ( 旧暦 ) ( 1840 年 8 月 4 日 ) - 明治 34 年 ( 1901 年 ) 1 月 1日 ) は 、 明治 時代 の 政府 高官 。 +-1 柳谷 登山 鉄道 ( やなぎだ に とざん てつどう ) は 、 現在 の 長岡 京 市 の 柳谷 観音 ( 楊谷 寺 ) 付近 に 設置 が 計画 さ れ た ケーブル カー で あ る 。 +-1 常覚寺 ( じょうかくじ ) は 、 奈良 県 五條 市 ( 旧 吉野 郡 西 吉野村 ) に あ る 高野山 真言 宗 の 寺院 。 +-1 別表 神社 ( べっぴょう じんじゃ ) と は 、 神社 本庁 が 定め た 、 神社 本庁 が 包括 し て い る 一部 の 神社 の こと で あ る 。 +1 若狭 局 ( わかさ の つぼね 、 生年 未詳 - 建仁 3 年 ( 120 3 年 ) ) は 、 鎌倉 時代 初期 の 女性 。 +1 山崎 蒸 ( 烝 ) ( やまざき すす む 、 天保 4 年 ( 1833 年 ) 頃 ? - 慶応 4 年 1 月 13 日 ( 旧暦 ) ( 1868 年 2 月 6 日 ) ) は 、 新 選 組 諸士 調役 兼 監察 。 +1 実隆 公記 ( さね たかこうき ) は 、 室町 時代 後期 の 公家 、 三条 西 実隆 の 記 し た 日記 。 +1 久我 通言 ( こが みちのぶ 、 長享 元年 ( 1487 年 ) - 天文 ( 元号 ) 12 年 ( 1543 年 ) 2 月 ) は 、 室町 時代 後期 の 公卿 。 +1 桃園 天皇 ( ももぞの てんのう 、 寛保 元年 2 月 29 日 ( 1741 年 4 月 14 日 ) - 宝暦 12 年 7 月 12 日 ( 1762 年 8 月 31 日 ) ) は 、 江戸 時代 の 第 116 代 天皇 ( 在位 : 延享 4 年 5 月 2 日 ( 1747 年 6 月 9 日 ) - 宝暦 12 年 7 月 12 日 ( 1762 年 8 月 31 日 ) ) 。 +-1 洞院 家 ( とういん け ) は 、 鎌倉 時代 から 室町 時代 に かけ て 存在 し た 藤原 北家 閑院 流 の 堂上 公家 。 +1 樋口 信康 ( ひぐち のぶやす 、 元和 ( 日本 ) 9 年 11 月 10 日 ( 旧暦 ) ( 1623 年 12 月 31 日 ) - 元禄 4 年 6 月 21 日 ( 旧暦 ) ( 1691 年 7 月 16 日 ) ) は 、 江戸 時代 初期 の 公家 。 +-1 悪党 ( あくとう ) と は 、 一般 的 に 社会 の 秩序 を 乱 す 者 な い し 悪事 を な す 集団 など を 意味 する 用語 で あ る が 、 日本 の 歴史 に お い て は 中世 に 既存 支配 体系 へ 対抗 し た 者 ・ 階層 を 悪党 と 呼 ん で い る 。 +-1 福知山 ファミリー ( ふくちやま ファミリー ) と は 、 京都 府 福知 山 市 に あ る ショッピング センター で あ る 。 +-1 ミヅハノメ は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +1 水野 忠之 ( みず の ただゆき ) は 、 江戸 時代 中期 の 譜代 大名 で 、 江戸 幕府 老 中 。 +1 坊門 信清 ( ぼうもん のぶきよ 、 平治 元年 ( 1159 年 ) - 建保 4 年 3 月 14 日 ( 旧暦 ) ( 1216 年 4 月 2 日 ) ) は 、 鎌倉 時代 の 公卿 。 +1 近衞 篤麿 ( この え あつま ろ 、 文久 3 年 6 月 26 日 ( 旧暦 ) ( 1863 年 8 月 10 日 ) - 明治 37 年 ( 190 4 年 ) 1 月 1日 ) は 、 明治 後期 の 華族 ・ 政治 家 。 +1 智光 ( ちこう 、 和銅 2 年 ( 709 年 ) ? - 宝亀 11 年 ( 780 年 ) ? ) は 、 奈良 時代 の 三 論 宗 の 僧 。 +-1 平桟 橋 ( たいら さんばし ) は 舞鶴 港 に あ る 桟橋 。 +1 勅旨 ( ちょくし ) と は 、 律令 制 に おけ る 天皇 の 命令 書 で あ る 勅書 の 一種 で あ る 公文 書 。 +1 飯野 吉三郎 ( いいの きち さぶろう 、 1867 年 - 1944 年 2 月 3 日 ) は 美濃 国 ( 現 岐阜 県 ) の 岩村 藩士族 出身 の 新興 宗教 家 。 +1 桂川 甫周 ( かつら がわ ほしゅう ) 宝暦 元年 ( 1751 年 ) - 文化 ( 元号 ) 6 年 6 月 21 日 ( 旧暦 ) ( 1809 年 8 月 2 日 ) は 、 医師 及び 蘭学 者 。 +-1 宗忠 神社 ( むねただ じんじゃ ) は 、 黒住 教 の 教祖 で あ る 黒住 宗忠 を 祀 る 神社 で あ る 。 +-1 ボーフラ は 、 湯沸か し 道具 の 一 つ で 、 土瓶 の 一種 。 +-1 院家 ( いんげ ) と は 、 +1 尊助 法 親王 ( そんじょ ほっ しん の う 、 建保 5 年 ( 1217 年 ) - 正応 3 年 12 月 1日 ( 1291 年 1 月 2 日 ) ) は 、 鎌倉 時代 中期 の 法親 王 。 +1 蘇我 稲目 ( そがの いなめ 、 武烈 天皇 8 年 ( 50 6 年 ) 頃 ? - 欽明 天皇 32 年 3 月 1日 ( 旧暦 ) ( 570 年 3 月 22 日 ) ) は 飛鳥 時代 の 大臣 。 +-1 本音 と 建前 ( ほんね と たてまえ ) は 、 社会 現象 を 表 す 日本 語 で あ る 。 +-1 緋袴 ( ひ の はかま / ひばかま ) は 、 紅袴 ( くれ な い の はかま ) と も 呼 ば れ 、 深紅 色 など 赤 系 統 の 色 を し た 袴 の 事 を 指 す 。 +-1 大徳 寺 ( だいとくじ ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 大徳 寺町 に あ る 禅宗 寺院 で 、 臨済 宗 大徳 寺 派 大 本山 で あ る 。 +1 毛利 元春 ( もうり もと はる 、 元亨 3 年 ( 1323 年 ) - ? ) は 、 南北朝 時代 ( 日本 ) ・ 室町 時代 に おけ る 毛利 家 の 当主 で 、 毛利 親衡 の 嫡男 。 +1 上野 景範 ( うえ の かげのり 、 天保 15 年 12 月 1日 ( 旧暦 ) ( 1845 年 1 月 8 日 ) - 明治 21 年 ( 1888 年 ) 4 月 11 日 ) は 日本 の 外交 官 。 +1 身毛 広 ( むげつ の ひろ 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 氏神 ( うじ がみ ) と は 、 日本 に お い て 、 同じ 地域 ( 集落 ) に 住 む 人々 が 共同 で 祀 る 神道 の 神 ( 神道 ) の こと で あ る 。 +1 小早川 政景 ( こばやかわ まさかげ 、 生没 年 未詳 ) は 、 鎌倉 時代 の 武将 。 +-1 日清 協約 ( にっしん きょうやく ) と は 、 日本 と 中国 を 支配 し て い た 清王 朝 と の 間 で 締結 さ れ た 条約 で あ る 。 +1 『 雨月 物語 』 ( うげつ ものがたり ) は 、 上田 秋成 に よ っ て 江戸 時代 後期 に 著わ さ れ た 読本 ( よみほん ) の 代表 作 。 +-1 花屋 町 通 ( はなや ちょうどおり ) は 京都 市 の 通り の 一 つ 。 +1 戸田 忠寛 ( とだた だ と お 、 元文 4 年 9 月 15 日 ( 旧暦 ) ( 1739 年 10 月 17 日 ) - 寛政 13 年 1 月 30 日 ( 旧暦 ) ( 180 1 年 3 月 14 日 ) ) は 江戸 時代 中期 の 大名 。 +-1 与楽 鑵子 塚 古墳 ( よら く かん すづか こふん ) は 、 奈良 県 高市 郡 高取 町 に あ る 古墳 時代 後期 に つく ら れ た 古墳 で あ る 。 +-1 令 制 国 一覧 > 畿内 > 山城 国 > 紀伊 郡 +1 天皇 制 ( 皇室 制度 ) ( てんのうせい / こうしつ せいど ) は 、 天皇 を 君主 又 は 象徴 と する 国家 体制 。 +-1 石鏃 ( せきぞく ) は 石器 の 一種 で 、 石製 の 鏃 ( やじり ) 、 矢尻 と も 書 く 。 +1 梁塵 秘抄 ( りょうじん ひしょう ) は 平安 時代 末期 に 編 ま れ た 歌謡 集 。 +1 清水谷 公考 ( しみずだ に きんなる 、 弘化 2 年 9 月 6 日 ( 旧暦 ) ( 1845 年 10 月 6 日 ) - 明治 15 年 ( 18 82 年 ) 12 月 31 日 ) は 、 幕末 の 公家 。 +-1 京野菜 ( きょう や さい ) と は 、 主に 京都 府 地方 で 古く から 品種 改良 が 施 さ れ て 誕生 し 、 伝統 的 に 生産 さ れ 続け て い る 野菜 の 品種 群 の こと で 、 一般 的 に 京 の 伝統 野菜 41 品目 と ブランド 京野菜 21 品目 を さ し 、 重複 品目 を 含め た 総 品目 は 、 43 品目 で あ る 。 +1 尾上 松之助 ( お のえ まつのすけ 、 1875 年 ( 明治 9 年 ) 9 月 12 日 - 1926 年 ( 大正 15 年 ) 9 月 11 日 ) は 明治 時代 から 大正 時代 に かけ て の 日本 の 映画 俳優 、 日本 最初 の 映画 スター 、 映画 監督 で あ る 。 +1 西園寺 実充 ( さいおんじ さね みつ ) は 、 戦国 時代 ( 日本 ) の 伊予 国 南部 の 戦国 大名 。 +1 朧月 夜 ( おぼろづ く よ 、 おぼろづき よ ) は 紫式 部 の 物語 『 源氏 物語 』 の 架空 の 登場 人物 。 +1 『 栄花 物語 』 ( えいが ものがたり ) は 、 平安 時代 の 古典 。 +-1 平治 の 乱 ( へいじ の らん ) は 平安 時代 の 平治 元年 12 月 9 日 ( 旧暦 ) ( 1159 年 1 月 19 日 ) より 発生 し た 、 院 の 近臣 ら の 対立 に よ り 起き た 政変 で あ る 。 +1 北条 兼 時 ( ほうじょうかね とき 、 生年 未詳 - 弘長 3 年 6 月 13 日 ( 旧暦 ) ( 1263 年 7 月 19 日 ) ) は 、 鎌倉 時代 中期 北条 氏 の 一門 。 +1 渡辺 綱 ( わたなべ ・ の ・ つな 、 天暦 7 年 ( 953 年 ) - 万寿 2 年 2 月 15 日 ( 1025 年 3 月 17 日 ) ) は 平安 時代 中期 の 武将 。 +1 糟屋 武則 ( かすや たけのり ) は 安土 桃山 時代 ・ 江戸 時代 の 大名 。 +-1 幸倶楽部 派 ( さいわい くらぶ は ) と は 、 明治 後期 から 昭和 初期 に かけ て 茶話 会 を 中心 と し た 貴族 院 _ ( 日本 ) の 中 小 院内 会 派 の 連合 組織 。 +-1 脱亜 論 ( だつ あろん ) と は 、 明治 18 年 ( 1885 年 ) 3 月 16 日 、 「 時事 新報 」 紙上 に 掲載 さ れ た 社説 を 指 す 。 +-1 俘囚 ( ふしゅう ) と は 、 陸奥 国 ・ 出羽 国 の 蝦夷 の うち 、 朝廷 の 支配 に 属 する よう に な っ た もの 。 +-1 ゲンゼスキー 場 ( ゲンゼスキー じょう ) は 、 京都 府 福知 山 市 ( 旧 夜久野 町 ) に あ る スキー 場 で あ る 。 +-1 揮毫 ( きごう ) と は 、 毛筆 で 何 か 言葉 や 文章 を 書 く こと 。 +-1 八条院 領 ( はちじょういん - りょう ) は 、 中世 の 荘園 公領 制下 に おけ る 王家領 荘園 群 の 一 つ 。 +1 賢木 ( さかき ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +1 吉見 公子 ( よしみ きみこ ) は 、 日本 の 水墨 画家 。 +-1 東吉野 温泉 ( ひがしよしの おんせん ) は 、 奈良 県 吉野 郡 東吉野 村 ( 旧国 大 和国 ) に あ る 温泉 。 +-1 本満寺 ( ほんまんじ ) は 、 京都 市 上京 区 に あ る 寺院 。 +-1 挿頭 ( かざし ) と は 上古 の 日本 人 が 神事 に 際 し て 髪 や 冠 に 挿 し た 草花 の こと 。 +-1 木嶋 坐天照 御 魂 神社 ( この しま に ます あま て る みたま じんじゃ ) は 京都 市 右京 区 太秦 に あ る 神社 で あ る 。 +-1 御 伽衆 ( おとぎ しゅう ) と は 、 戦国 時代 ( 日本 ) から 江戸 時代 初期 に かけ て 戦国 大名家 に 存在 し た 職掌 。 +-1 供御 人 ( くご にん ) と は 、 日本 中世 に お い て 、 朝廷 に 属 し 天皇 ・ 皇族 など に 山海 の 特産 物 など の 食料 や 各種 手工芸 品 など を 貢納 し た 集団 で あ る 。 +-1 丹後 大仏 ( たんご だいぶつ ) は 、 京都 府 与謝 郡 伊根 町 本坂 に あ る 大仏 で あ る 。 +1 尾張浜 主 ( おわり の は まぬし 、 天平 5 年 ( 733 年 ) - 没年 未詳 ) は 、 奈良 時代 から 平安 時代 前期 に かけ て の 楽人 。 +-1 一色 氏 ( いっしきうじ ) は 武家 の ひと つ 。 +-1 東南院 ( とうなんいん ) は 、 東大 寺 の 東南 方向 ( 現在 の 東大 寺 図書 館 付近 ) に あ っ た と さ れ る 真言 宗 の 拠点 寺院 。 +-1 丁銀 ( ちょうぎん ) と は 、 日本 国 内 に お い て 主に 商 取引 用 と し て 室町 時代 後期 から 明治 維新 まで 流通 し た 銀貨 で あ る 。 +-1 黄幡神 ( おうはん じん 、 おうばん しん ) は 、 九曜 の 1 つ で あ る 羅睺 ( らごう ) を 奉 っ た もの で 、 集落 の 境 や 村 の 中心 、 村内 と 村外 の 境界 や 道路 の 辻 、 三 叉 路 など に おもに 石碑 の 形態 で 祀 ら れ て い る 。 +-1 『 十 句 観音 経 』 ( じっ く かんのん ぎょう ) は 、 仏教 経典 の 一 。 +-1 斑鳩 神社 ( いかるが じんじゃ ) は 奈良 県 生駒 郡 の 神社 。 +-1 氏 寺 ( うじ でら ) と は 、 飛鳥 時代 に 古墳 に 代わ っ て 有力 氏族 に よ っ て 造 ら れ る よう に な っ た 仏教 の 寺院 で あ る 。 +-1 奉答 文 事件 ( ほうとう ぶん じけん ) は 、 明治 36 年 ( 190 3 年 ) 、 衆議 院 議長 河野 広中 が 、 開院 勅語 に たい する 奉答 文 に お い て 、 第 1 次 桂 内閣 弾劾 の 文 を 朗読 し 、 けっきょく 衆議 院 解散 に 至 っ た 事件 で あ る 。 +1 輔子 内 親王 ( ほし / すけこ な い しんの う 、 天暦 7 年 ( 953 年 ) - 正暦 3 年 3 月 3 日 ( 旧暦 ) ( 992 年 4 月 8 日 ) ) は 、 平安 時代 中期 の 皇族 。 +1 朽木 氏 ( く つきし ) は 日本 の 氏族 の 一 つ 。 +-1 声明 ( しょうみょう ) と は 日本 の 伝統 音楽 の 一 つ 。 +1 大炊 御門宗 氏 ( おおい の みかど むねう じ 、 天授 ( 日本 ) 元年 ・ 永和 ( 日本 ) 元年 ( 1375 年 ) - 応永 28 年 4 月 6 日 ( 旧暦 ) ( 142 1 年 5 月 7 日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 の 公卿 。 +1 雄略 天皇 ( ゆうりゃく てんのう 、 允恭 天皇 7 年 ( 418 年 ) 12 月 ( 旧暦 ) - 雄略 天皇 23 年 8 月 7 日 ( 旧暦 ) ( 47 9 年 9 月 8 日 ) ) は 、 第 21 代 の 天皇 ( 在位 : 安康 天皇 3 年 11 月 13 日 ( 旧暦 ) ( 456 年 12 月 25 日 ) - 雄略 天皇 23 年 8 月 7 日 ( 47 9 年 9 月 8 日 ) ) 。 +1 一条 忠貞 ( いちじょう ただ さ だ 、 文久 2 年 ( 1862 年 ) 5 月 ( 旧暦 ) - ? ) は 江戸 時代 後期 の 公家 。 +-1 巨椋 池 ( お ぐらい け ) は 、 京都 府 の 南部 、 現在 の 京都 市 伏見 区 、 宇治 市 、 久御山 町 に またが る 場所 に 、 かつて 存在 し た 池 で あ る ( 規模 から い え ば 池 より も 「 湖 」 の 方 が ふさわし い ) 。 +-1 七 小町 ( なな こまち ) と は 、 小野 小町 を 題 に し た 七 つ の 謡曲 ( 能楽 作品 ) の 総称 。 +-1 花 の 御所 ( はな の ご しょ ) は 、 現在 の 京都 市 上京 区 の 烏丸 通 ・ 今出川 通 ・ 上立 売通 ・ 室町 通 に 囲 ま れ た 東西 一 町 南北 二 町 の 足利 将軍 家 の 邸宅 の 通称 。 +1 久米 若女 ( くめ の わかめ 、 生年 不詳 - 宝亀 11 年 ( 780 年 ) 6 月 24 日 ( 旧暦 ) ) は 、 奈良 時代 の 女性 。 +1 後鳥羽 天皇 ( ごと ば てんのう 、 治承 4 年 7 月 14 日 ( 1180 年 8 月 6 日 ) - 延応 元年 2 月 22 日 ( 1239 年 3 月 28 日 ) ; 在位 : 寿永 2 年 ( 1183 年 ) 8 月 20 日 - 建久 9 年 ( 1198 年 ) 1 月 11 日 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て 在位 し た 第 82 代 天皇 。 +1 今出川 公久 ( いまで がわきん ひさ 、 文化 ( 元 号 ) 3 年 5 月 23 日 ( 旧暦 ) ( 180 6 年 7 月 9 日 ) - 天保 7 年 8 月 17 日 ( 旧暦 ) ( 1836 年 9 月 27 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +-1 山号 鳥 形山 +1 観世 元 章 ( かんぜもと あきら 、 1722 年 ( 享保 7 年 ) - 1774 年 ( 安永 2 年 ) ) と は 、 江戸 時代 中期 の シテ 方 観世 流能 楽師 。 +-1 浄土 真宗遣 迎院 派 ( じょうど しんしゅう けん ごういん は ) は 浄土 真宗 の 一派 。 +1 五十 瓊敷 入彦命 ( い に しきい りび この みこと ) は 、 記紀 に 伝え られ る 古墳 時代 の 皇族 ( 王族 ) 。 +-1 豊国 神社 ( ほうこく じんじゃ ) は 、 滋賀 県 長浜 市 に 鎮座 する 神社 。 +-1 錦 の 御 旗 ( にしき の み はた ) と は 、 朝廷 の 軍 ( 官軍 ) の 旗印 。 +1 宇都宮 泰綱 ( うつのみや やすつな ) は 鎌倉 時代 前 ・ 中期 の 武将 。 +-1 日奥 ( にちおう 、 1565 年 7 月 5 日 ( 永禄 8 年 6 月 8 日 ( 旧暦 ) ) - 1630 年 4 月 22 日 ( 寛永 7 年 3 月 10 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 日蓮 宗 の 僧 。 +-1 後 の 雛 ( のち の ひな ) は 、 江戸 時代 、 8 月 1日 ( 旧暦 ) 、 また 9 月 9 日 ( 旧暦 ) に 飾 ら れ る 雛 人形 、 また それ を 飾 る こと で あ る 。 +-1 右近橘 ( うこん の たちばな ) は 、 平安 京内 裏 紫宸 殿 から おり る 南階 の 、 紫宸 殿 から 見 て 右 に あ っ た タチバナ の 樹 。 +-1 竹内 街道 ( たけの うち かいどう ) は 、 大阪 府 堺 市 から 東 へ 向か い 、 二上山 ( 奈良 県 ・ 大阪 府 ) の 南麓 ・ 竹内 峠 を 越え て 、 奈良 県 葛城 市 の 長尾 神社 付近 に 至 る 約 26 km の 街道 で あ る 。 +-1 白玉 ( しらたま ) と は 、 白玉 粉 と 呼 ば れ る 米粉 で 作 っ た 団子 で あ る 。 +-1 花人 ( かじん ) と は 、 職業 が 「 華道 家 」 、 「 い け ば な 作家 」 、 「 フラワー アーティスト 」 、 「 フラワー デザイナー 」 など が 自ら を 公 の 場 で 称 する 際 に 、 好 ん で 使 う こと が 多 い 呼称 。 +-1 笠峠 ( かさとうげ ) は 京都 府 京都 市 北 区 ( 京都 市 ) と 同市 右京 区 を 隔て る 峠 で あ る 。 +1 佐久間 勉 ( さくま つとむ 、 9 月 13 日 - 4 月 15 日 ) は 、 日本 の 大 日本 帝国 海軍 軍人 。 +-1 檀林 ( だんりん ) と は 、 仏教 寺院 に おけ る 僧侶 の 養成 機関 、 仏教 宗 派 の 学問 所 を い う 。 +1 専順 ( せんじゅん 、 1411 年 ( 応永 18 年 ) - 1476 年 ( 文明 ( 日本 ) 8 年 ) ) は 、 室町 時代 中期 の 連歌 師 。 +-1 皇室 財産 ( こうしつ ざいさん ) は 、 皇帝 や 天皇 の 家 の 財産 で あ る 。 +1 松下 烏石 ( まつした うせき 、 男性 、 元禄 11 年 ( 1698 年 ) - 安永 8 年 10 月 ( 1779 年 ) ) は 、 江戸 時代 中期 の 日本 の 書家 で あ る 。 +1 小原 慶山 ( おはら けいざん 、 生年 不詳 - 1733 年 9 月 7 日 ( 享保 18 年 7 月 29 日 ( 旧暦 ) ) ) は 、 江戸 時代 中期 の 画家 。 +-1 くすぐり ( 擽り ) と は 、 人 の 皮膚 表面 を 刺激 し て 「 くすぐった い 」 感覚 を 与え 「 笑 わ せ る 」 こと 。 +-1 事代主 ( ことし ろぬし 、 言代 主神 ) は 、 日本 神話 に 登場 する 神 。 +-1 京大 天皇 事件 ( きょうだい てん のう じけん ) は 、 1951 年 11 月 12 日 の 昭和 天皇 の 京都 大学 来学 に 際 し 、 キャンパス に 押しかけ た 多数 の 学生 と の 間 で 混乱 が 生 じ 、 京大 の 学生 自治 会 で あ る 同 学会 に 解散 処分 など が 下 さ れ た 事件 で あ る 。 +-1 菊 の 着綿 ( きく の きせわた ) と は 重陽 の 節句 に 行 わ れ る 宮中 の 習慣 。 +-1 兵粮 奉行 ( ひょうろう ぶぎょう ) また は 小荷 駄 奉行 ( こ にだぶぎょう ) は 、 日本 の 戦国 時代 _ ( 日本 ) に お い て 行軍 ・ 戦闘 中 の 兵糧 輸送 ( 小荷 駄 ) を 担当 する 奉行 の こと 。 +-1 京都 高等 蚕業 学校 ( きょうと こうとう さんぎょう がっこう ) は 、 1914 年 ( 大正 3 年 ) に 設立 さ れ た 旧 制 専門 学校 。 +-1 亀岡 駅 ( かめおか えき ) は 、 京都 府 亀岡 市 追分 町 谷筋 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 駅 で あ る 。 +-1 佐和山城 ( さわやま じょう ) は 滋賀 県 彦根 市 ( 近江 国 犬上郡 ) に あ る 山城 跡 。 +1 伊勢 貞親 ( いせ さだちか 、 1417 年 ( 応永 24 年 ) - 1473 年 2 月 18 日 ( 文明 ( 日本 ) 5 年 1 月 21 日 ( 旧暦 ) ) ) は 、 室町 時代 の 室町 幕府 政所 執事 で あ る 。 +-1 武士 ( ぶ し 、 もののふ ) は 、 10 世紀 から 19 世紀 に かけ て の 日本 に 存在 し 、 戦士 を 本分 と する と さ れ た 宗家 の 主人 を 頂点 と し た 家族 共同 体 の 成員 。 +-1 酒 株 ( さけ かぶ ) と は 、 日本 の 江戸 幕府 が 酒造 統制 の 基本 政策 と し て 行な っ た 、 醸造 業 の 免許 制 の 一 つ 。 +-1 魚袋 ( ぎょたい ) は 束帯 装束 に 用い る 装飾 品 。 +-1 時雨煮 ( しぐれ に ) は 、 ショウガ を 加え た 佃煮 の 一種 で あ る 。 +1 朽木 昌綱 ( く つき まさつな ) は 、 丹波 国 福知 山 藩 の 第 8 代 藩 主 。 +1 桜井 皇子 ( さくらい のみこ 、 欽明 天皇 21 年 ( 560 年 ) 前後 ? - 用明 天皇 2 年 ( 587 年 ) ? ) は 敏達 天皇 と 妃 蘇 我 堅 塩媛 の 第 六 皇子 。 +-1 威徳流 ( いとくりゅう ) は 能楽 大鼓方 の 廃絶 し た 一流儀 。 +1 藤原 光隆 ( ふじわら の みつたか 、 大治 ( 日本 ) 2 年 ( 1127 年 ) - 建仁 元年 8 月 1日 ( 旧暦 ) ( 120 1 年 8 月 30 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公卿 。 +1 藤原 家忠 ( ふじわら の いえ ただ 、 康平 5 年 ( 1062 年 ) - 保延 2 年 5 月 14 日 ( 旧暦 ) ( 1136 年 6 月 15 日 ) ) は 、 平安 時代 後期 の 公卿 。 +1 藤原 弘経 ( ふじわら の ひろつね 、 承和 ( 日本 ) 5 年 ( 838 年 ) - 元 慶 7 年 1 月 4 日 ( 旧暦 ) ( 883 年 2 月 14 日 ) ) は 、 平安 時代 前期 の 官人 。 +-1 練り ( ねり ) もしくは お 練り ( おねり ) と は 、 祭礼 の 神輿 や 山車 を 神事 の 奉納 や 観衆 へ の 披露 の ため に 動か す 様子 の こと を い う 。 +1 山野 八十 八 ( やまの やそはち 、 1841 年 ( 天保 12 年 ) - 1910 年 ( 明治 43 年 ) ) は 新選 組平 隊士 で 美男 五 人衆 の 一人 で あ る 。 +1 高重茂 ( こうしげ も ち 、 生年 不詳 - 正平 ( 日本 ) 23 年 / 応安 元年 ( 1368 年 ) ? ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +-1 すき焼き ( 鋤焼 、 すきやき ) は 、 肉 を 浅 い 鉄鍋 で 焼 く ( 調理 ) 、 あるいは 煮 る 料理 。 +1 皇族 軍人 ( こうぞく ぐんじん ) と は 、 大 日本 帝国 陸軍 ・ 海軍 の 将官 と な っ た 皇族 を 指 す 。 +1 庄 家次 ( しょう いえつぐ 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 前期 の 武蔵 国 児玉 党 ( 現在 の 埼玉 県 本庄 市 栗崎 出身 ) の 武将 。 +1 相馬 重胤 ( そうま   しげた ね ) +1 千 利休 ( せん の りきゅう 、 せんりきゅう 、 大永 2 年 ( 152 2 年 ) - 天正 19 年 2 月 28 日 ( 旧暦 ) ( 1591 年 4 月 21 日 ) ) は 中世 末期 、 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 茶人 。 +1 橘 御 井子 ( たちばな の みいこ 、 生没年 不詳 ) は 、 平安 時代 初期 の 女官 。 +1 山背 部 小田 ( やましろ べ の お だ 、 生年 不詳 - 文武 天皇 2 年 ( 698 年 ) 12 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 蜘蛛 巣城 ( く もの すじょう ) は 東宝 が 1957 年 に 公開 し た 映画 。 +1 藤原 吉子 ( ふじわら の よしこ 、 生年 不詳 - 大同 ( 日本 ) 2 年 11 月 12 日 ( 旧暦 ) ( 80 7 年 12 月 18 日 ) ) は 、 奈良 時代 後期 から 平安 時代 初期 に かけ て の 桓武 天皇 の 夫人 。 +-1 明神 ( みょうじん ) と は 、 日本 の 神道 の 神 の 称号 の 一 つ 。 +-1 神宮道 ( じんぐう み ち ) は 京都 市 の 南北 の 通り の 一 つ 。 +1 紀淑望 ( きの よしもち 、 生年 不詳 - 延喜 19 年 ( 919 年 ) ) は 、 平安 時代 中期 の 儒者 ・ 歌人 。 +1 芝祐泰 ( しばすけひろ 、 189 8 年 3 月 19 日 - 1982 年 10 月 10 日 ) は 、 雅楽 家 、 東京 生まれ の 日本 芸術 院 会員 で あ る 。 +1 浪化 ( ろう か 、 寛文 11 年 12 月 17 日 ( 旧暦 ) ( 167 2 年 1 月 16 日 ) - 元禄 16 年 10 月 9 日 ( 旧暦 ) ( 170 3 年 11 月 17 日 ) ) は 、 江戸 時代 中期 の 浄土 真宗 の 僧 ・ 俳人 。 +1 『 夜半 の 寝覚 』 ( よわ の ねざめ ) は 平安 時代 後期 ( 11 世紀 後半 ごろか ) に 成立 し た 王朝 物語 の 一 。 +1 楯親忠 ( たて ち かただ 、 生年 不詳 - 元暦 元年 1 月 20 日 ( 旧暦 ) ( 1184 年 3 月 4 日 ) ? ) は 平安 時代 末期 の 武将 。 +-1 日誉 ( にちよ 、 弘治 _ ( 日本 ) 2 年 ( 1556 年 ) - 寛永 17 年 11 月 20 日 ( 旧暦 ) ( 1641 年 1 月 1日 ) ) は 、 江戸 時代 の 真言 宗 の 僧侶 で あ る 。 +-1 百井 峠 ( ももい とうげ ) は 京都 府 京都 市 左京 区 内 に あ る 国道 上 の 峠 で あ る 。 +1 人情本 ( にんじょうぼん ) と は 、 江戸 時代 の 戯作 文芸 の 一種 で 、 退廃 的 な 恋愛 や 風俗 を 中心 に 描 い た もの 。 +-1 神風連 の 乱 ( しんぷうれん の らん ) は 、 1876 年 ( 明治 9 ) に 熊本 市 で 起こ っ た 明治 政府 に 対 する 士族 反乱 の 一 つ で あ る 。 +-1 野焼き ( のやき ) は 、 野山 の 植生 を 焼 く こと で あ る 。 +-1 皇民 化 教育 ( こうみん か きょういく ) は 大 日本 帝国 の 支配 地域 に お い て 、 その 主権 者 と さ れ た 天皇 を 中心 と し て 大 日本 帝国 へ の 忠誠 を 要求 し た 教化 政策 と さ れ る 。 +-1 讃岐 神社 ( さぬき じんじゃ ) は 、 奈良 県 北葛城 郡 広陵 町 に あ る 神社 で あ る 。 +-1 宮津 駅 ( みやづ えき ) は 、 京都 府 宮津 市 字 鶴賀 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) の 鉄道 駅 。 +-1 小川 通 ( おがわ どおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +-1 角屋 で の 暴挙 ( すみや で の ぼうきょ ) と は 文久 3 年 ( 1863 年 ) 6 月 、 京都 嶋原 の 揚屋 ・ 角屋 ( すみや ) に て催 さ れ た 宴会 で 、 新 選 組 局 長 芹沢 鴨 が 働 い た 乱暴 狼 藉 を い う 。 +-1 日元 貿易 ( にちげん ぼうえき ) と は 、 日本 と 元 ( 王朝 ) の 間 で 行 わ れ た 貿易 関係 の こと 。 +1 鷹司 信 尚 ( たかつかさ のぶひさ 、 天正 18 年 4 月 14 日 ( 旧暦 ) ( 1590 年 5 月 17 日 ) - 元和 ( 日本 ) 7 年 11 月 19 日 ( 旧暦 ) ( 1621 年 12 月 31 日 ) ) は 江戸 時代 の 公卿 。 +1 藤原 超子 ( ふじわら の ちょうし ( とおこ ) 、 天暦 8 年 ( 954 年 ) 頃 - 天元 ( 日本 ) 5 年 1 月 28 日 _ ( 旧暦 ) ( 98 2 年 2 月 24 日 ) ) は 、 藤原 兼家 の 長女 。 +-1 東海道 五十 三 次 ( とうかいどう ごじゅう さん つぎ ) +1 沢村 貞子 ( さわむら さだこ 、 190 8 年 ( 明治 41 年 ) 1 1 月 11 日 - 1996 年 ( 平成 8 年 ) 8 月 16 日 ) は 俳優 、 随筆 家 。 +1 文屋 康秀 ( ふんや の やすひ で 、 生年 不詳 - 仁和 元年 ( 885 年 ) ? ) は 、 平安 時代 前期 の 歌人 で 、 六 歌 仙 ・ 三十 六 歌仙 の 一人 。 +1 増村 保造 ( ますむら やすぞう 、 1924 年 8 月 25 日 - 1986 年 11 月 23 日 ) は 日本 の 映画 監督 。 +-1 万寿 寺 通 ( まんじゅじ どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +1 足利 義勝 ( あしかが よしかつ ) は 、 室町 幕府 の 第 7 代 征夷 大将軍 。 +1 藤原 家通 ( ふじわら の いえみ ち 、 天喜 4 年 ( 1056 年 ) - 永久 ( 日本 ) 4 年 1 月 25 日 ( 旧暦 ) ( 111 6 年 2 月 10 日 ) ) は 、 平安 時代 後期 の 貴族 。 +-1 駅弁 ( えきべん ) と は 、 主 と し て 鉄道 駅 で 販売 さ れ て い る 弁当 の こと を い う 。 +-1 東海道 ( とうかいどう 、 うみつみち ) +-1 寺本 婉雅 ( てらもと えん が 、 1872 年 ( 明治 5 年 ) - 1940 年 ( 昭和 15 年 ) ) は 、 愛知 県 海東 郡 出身 で 、 日本 人 と し て 3 番 目 に チベット に 入 っ た 東本 願 寺 の 僧 で あ る 。 +1 英子 内 親王 ( えいし / ひでこ な い しんのう 、 延喜 21 年 ( 921 年 ) - 天慶 9 年 9 月 16 日 ( 旧暦 ) ( 946 年 10 月 13 日 ) ) は 、 平安 時代 中期 の 皇族 。 +-1 大蔵 寺 ( おおくらじ ) は 奈良 県 宇陀 市 大宇陀 町 に あ る 龍門 真言 宗 の 寺院 で あ る 。 +-1 校田 帳 ( こう でんちょう ) と は 、 古代 日本 の 律令 制 に お い て 中央 政府 派遣 の 校田 使 また は 国司 が 、 令制 国 の 校田 の 結果 を 中央 政府 を 報告 する ため に 作成 さ れ た 帳簿 の こと 。 +1 吉良 持清 ( きらもち き よ 、 生年 不詳 - 天文 ( 元号 ) 元年 1 月 23 日 ( 旧暦 ) ( 1532 年 2 月 28 日 ) ) は 室町 時代 後期 ~ 戦国 時代 ( 日本 ) の 武将 。 +-1 蓮悟 ( れんご 、 応仁 2 年 ( 1468 年 ) - 天文 ( 元号 ) 12 年 7 月 16 日 ( 旧暦 ) ( 1543 年 8 月 16 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 浄土 真宗 の 僧 。 +-1 梨園 ( りえん ) と は 、 歌舞伎 の 世界 もしくは 歌舞伎 その もの を 指 す 。 +1 大内 義長 ( おお う ち よしなが ) は 、 周防 国 ・ 長門 国 の 戦国 大名 。 +-1 北野 線 ( きた の せん ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) の 北野 白梅町 駅 から 右京 区 の 帷子 ノ辻 駅 まで を 結 ぶ 京福 電気 鉄道 の 路線 。 +1 中山 兼宗 ( なかやま かね むね 、 長寛 元年 ( 1163 年 ) - 仁治 3 年 9 月 3 日 ( 1242 年 ) ) は 平安 時代 の 公卿 ・ 歌人 。 +1 中川 小十郎 ( なかがわ こ じゅうろう 、 慶応 2 年 1 月 4 日 ( 旧暦 ) ( 1866 年 2 月 18 日 ) - 1944 年 10 月 7 日 ) は 、 元 貴族 院 議員 、 文部 省 官僚 で 、 京都 法政 学校 ( 現在 の 立命 館 大学 ) 創立 者 。 +-1 薬師 三尊 ( やく しさんぞん ) は 、 仏教 に おけ る 仏像 安置 形式 の 一 つ で あ る 。 +1 大村 益次郎 ( おおむら ますじろう 、 文政 7 年 5 月 3 日 ( 旧暦 ) ( 1824 年 5 月 30 日 ) - 明治 2 年 11 月 5 日 ( 旧暦 ) ( 1869 年 12 月 7 日 ) ) は 、 幕末 期 の 長州 藩 ( 現 ・ 山口 県 ) の 医師 、 西洋 学 者 、 軍事 学 者 。 +1 分部 光貞 ( わけべ みつ さだ 、 文化 ( 元号 ) 13 年 ( 1816 年 ) - 明治 3 年 4 月 12 日 ( 旧暦 ) ( 1870 年 5 月 12 日 ) ) は 、 近江国 大溝 藩 の 第 11 代 藩 主 。 +1 池田 七三郎 ( いけだ しち さぶろう 、 嘉永 2 年 11 月 13 日 ( 旧暦 ) ( 1849 年 12 月 27 日 ) - 昭和 13 年 ( 1938 年 ) 1 月 16 日 ) は 、 新 選 組平 隊士 で あ り 、 新 選 組 の 最後 の 生き残り で あ っ た 。 +-1 上立売通 ( かみだちうりどおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +-1 印地 ( いんじ ) と は 、 日本 で 石 を 投擲 する こと に よ っ て 対象 を 殺傷 する 戦闘 技術 、 行事 で あ る 。 +-1 味付け 海苔 ( あじつけ のり ) は 、 主に 醤油 と 砂糖 、 香辛 料 など で 味付け し た 加工 海苔 製品 の 総称 。 +1 藤原 宗成 ( ふじわら の むねなり 、 生没年 不詳 ) は 、 奈良 時代 から 平安 時代 初期 に かけ て の 貴族 。 +1 脇坂 安清 ( わきさか や すずみ ) は 、 播磨 国 龍野 藩 の 第 3 代 藩 主 。 +-1 君が 代 ( きみがよ ) は 、 日本 の 国歌 。 +-1 侍 大将 ( さむらいだいしょう ) と は 、 主に 大将軍 の 下 で 一軍 を 指揮 する 者 。 +-1 足利 三 代木像 梟首 事件 ( あしか が さん だい もく ぞう きょうしゅ じけん ) は 、 江戸 時代 後期 、 幕末 の 文久 3 年 2 月 22 日 ( 旧暦 ) ( 1863 年 4 月 9 日 ) に 、 京都 等 持院 に あ っ た 室町 幕府 初 代 征夷 大将軍 足利尊 氏 、 2 代 足利 義詮 、 3 代 足利 義満 の 木像 の 首 と 位牌 が 持ち出 さ れ 、 賀茂川 の 河原 に 晒 さ れ た 事件 で あ る 。 +-1 北陸 朝廷 ( ほくりく ちょうてい ) は 、 南北朝 時代 ( 日本 ) に 南朝 ( 日本 ) 方 武将 の 擁立 や 僭称 に よ り 北陸 に 存在 し た と 考え られ る 朝廷 の こと で あ る 。 +1 円山 応挙 ( まるやま おうきょ 、 享保 18 年 5 月 1日 ( 旧暦 ) ( 1733 年 6 月 12 日 ) - 寛政 7 年 7 月 17 日 ( 旧暦 ) ( 1795 年 8 月 31 日 ) ) は 、 江戸 時代 中期 の 絵師 。 +1 船王 ( ふね の おう 、 生没年 不詳 ) は 、 奈良 時代 の 皇族 。 +1 宇都宮 貞泰 ( うつのみや さだやす ) と は 、 鎌倉 時代 ・ 室町 時代 の 武将 。 +1 橘南谿 ( たちばな なん けい 、 宝暦 3 年 4 月 21 日 ( 旧暦 ) ( 175 3 年 5 月 23 日 ) - 文化 ( 元号 ) 2 年 4 月 10 日 ( 旧暦 ) ( 180 5 年 5 月 8 日 ) ) は 、 江戸 時代 後期 の 医者 。 +-1 北丹 後 地震 ( きた たん ご じしん ) は 、 1927 年 ( 昭和 2 年 ) 3 月 7 日 、 午後 6 時 27 分 39 秒 に 発生 し た 。 +1 藤原助 ( ふじわら の たすく 、 延暦 18 年 ( 799 年 ) - 仁寿 3 年 5 月 29 日 ( 旧暦 ) ( 853 年 7 月 8 日 ) ) は 、 平安 時代 初期 の 公卿 。 +-1 円如 ( えんにょ 、 延徳 元年 ( 1489 年 ) - 永正 18 年 8 月 20 日 _ ( 旧暦 ) ( 152 1 年 9 月 20 日 ) ) は 、 戦国 時代 _ ( 日本 ) の 浄土 真宗 の 僧侶 。 +-1 留袖 ( とめそで ) は 、 和服 の 一 つ で 、 既婚 女性 が 着用 する 最も 格 の 高 い 礼装 で あ る 。 +-1 ぼたもち ( 牡丹 餅 ) と は 、 うるち米 ともち米 を 混ぜ て 炊 き 、 米粒 が 残 る 程度 に つ い て 小ぶり の 俵状 に まるめ 、 餡 を まぶし た 食べ物 で あ る 。 +1 紀有常 ( き の ありつね 、 815 年 ( 弘仁 6 年 ) - 877 年 2 月 13 日 ( 貞観 ( 日本 ) 19 年 1 月 23 日 ( 旧暦 ) ) ) は 、 平安 時代 の 貴族 。 +-1 椀飯 ( おうばん ・ 埦飯 ・ 垸飯 ) と は 、 他人 を 饗応 する 際 の 献立 の 一種 。 +1 馬野 正 基 ( うまの まさき 、 本名 : 馬野 正 基 1965 年 6 月 24 日 - ) は 観世 流 の 能楽師 。 +1 雅望 王 ( まさもちおう 、 生没年 不詳 ) は 、 平安 時代 前期 の 皇族 。 +-1 萬 歳 ( まんざい ) と は 、 日本 の 伝統 芸能 の 一 つ で あ る 。 +-1 多宝塔 ( たほう とう ) は 、 寺院 建築 の うち 仏塔 に おけ る 形式 の ひと つ で あ る 。 +-1 勢至 菩薩 ( せい しぼさつ ) 、 梵名 マハースターマプラープタ ( mahaasthaamapraapta ) は 、 仏教 に おけ る 菩薩 の 一尊 。 +1 曾禰 好忠 ( そね の よし ただ 、 生没年 不詳 ) は 、 平安 時代 中期 の 歌人 。 +-1 臨時 雑役 ( りんじ ぞうやく ) と は 平安 時代 中期 に 国衙 から 農民 に 身役 ・ 交易 など の 名目 で 賦課 さ れ た 雑役 の 総称 。 +1 九条 師 孝 ( くじょう も ろた か 、 元禄 元年 10 月 4 日 ( 旧暦 ) ( 1688 年 10 月 27 日 ) - 正徳 ( 日本 ) 3 年 6 月 25 日 ( 旧暦 ) ( 1 71 3 年 8 月 15 日 ) ) は 江戸 時代 の 公卿 。 +-1 姥ヶ火 、 姥火 ( うば がび ) は 、 河内 国 ( 現 ・ 大阪 府 ) や 丹波 国 ( 現 ・ 京都 府 北部 ) に 伝わ る 怪火 。 +1 また は 仁平 2 年 ( 1152 年 ) +1 岩倉 久米雄 ( いわくら く めお 、 1865 年 ( 慶応 元年 ) - 1923 年 ( 大正 12 年 ) ) は 明治 時代 の 大 日本 帝国 陸軍 軍人 。 +1 足利 周嵩 ( あしか が しゅうこう ) は 、 戦国 時代 ( 日本 ) の 僧侶 。 +1 大鏡 ( おおかがみ ) は 紀伝体 の 歴史 物語 。 +-1 安倍 神社 ( あべ じんじゃ ) は 、 岡山 県 浅口 市 鴨方 町 に あ る 神社 で あ る 。 +1 康助 ( こうじょ 、 生没年 不詳 ) は 、 平安 時代 後期 の 仏師 。 +1 紀淑光 ( きの よしみつ 、 貞観 ( 日本 ) 11 年 ( 869 年 ) - 天慶 2 年 9 月 11 日 ( 旧暦 ) ( 939 年 10 月 26 日 ) ) は 、 平安 時代 中期 の 官人 ・ 漢詩 人 。 +-1 鳥羽 作道 ( とば の つくりみち ・ 鳥羽 造道 ) は 、 平安 京 の 中央 部 を 南北 に 貫 く 朱雀 大路 の 入口 で あ る 羅 城門 より 真南 に 伸び て 鳥羽 ( 京都 市 ) を 経由 し て 淀 方面 に 通 じ た 古代 道路 。 +1 森 茂好 ( もりしげよし 、 1916 年 ( 大正 5 年 ) - 1991 年 ( 平成 3 年 ) ) は 、 ワキ 方 宝生 流 の 能楽師 。 +-1 スーパー 歌舞伎 ( - かぶき ) は 、 市川 猿之助 ( 3 代 目 ) が 1986 年 に 始め た 、 歌舞伎 と は 異な る 演出 に よ る 現代 風 歌舞伎 。 +-1 納 曽利 ( なそり ) は 、 雅楽 の 曲 。 +-1 御内 書 ( ご ないしょ ) は 、 室町 幕府 の 征夷 大将軍 が 発給 し た 私的 な 書状 の 形式 を 取 っ た 公文 書 。 +1 赤橋 登子 ( あかは し とうこ 、 徳治 元年 〔 130 6 年 〕 - 貞治 4 年 / 正平 ( 日本 ) 20 年 5 月 4 日 ( 旧暦 ) 〔 1365 年 5 月 25 日 〕 ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) ・ 室町 時代 の 人物 で 、 室町 幕府 初 代 征夷 大将軍 足利尊 氏 の 正室 。 +1 元井 和一郎 ( もと いわ いちろう 、 天保 14 年 ( 1843 年 ) - 没年 不明 ) は 、 越後 国刈羽 郡 粕崎 出身 で 、 極短 期間 の み 新選 組 に 所属 。 +-1 美山 町 ( みやま ちょう ) は 、 2005 年 12 月 31 日 まで 京都 府 の ほぼ 中央 に 存在 し た 町 。 +1 勧修 寺 経広 ( かじゅうじつね ひろ 、 慶長 11 年 11 月 27 日 ( 旧暦 ) ( 160 6 年 12 月 26 日 ) - 貞享 5 年 9 月 13 日 ( 旧暦 ) ( 1688 年 10 月 6 日 ) ) は 、 江戸 時代 の 公家 ( 公卿 ) 。 +1 顕宗 天皇 ( けんぞう てんのう 、 顯宗 天皇 、 允恭 天皇 39 年 ( 450 年 ) - 顕宗 天皇 3 年 4 月 25 日 ( 旧暦 ) ( 487 年 6 月 2 日 ) ) は 、 記紀 ・ 『 播磨 国 風土 記 』 に 伝え られ る 第 23 代 の 天皇 ( 在位 : 顕宗 天皇 元年 1 月 1日 ( 旧暦 ) ( 485 年 2 月 1日 ) - 同 3 年 4 月 25 日 ( 487 年 6 月 2 日 ) ) 。 +1 大島本 ( おおしま ぼん ) は 、 『 源氏 物語 』 の 古 写 本 の 1 つ で あ る 。 +-1 剝 片 石器 ( はくへん せっき ) と は 、 原石 ( 母岩 ) を 打ち欠 い て つく っ た 薄 いかけら ( 剥片 ) から 製作 し た 石器 。 +1 藤原 真夏 ( ふじわら の まなつ 、 宝亀 5 年 ( 774 年 ) - 天長 7 年 11 月 10 日 ( 旧暦 ) ( 83 0 年 12 月 2 日 ) ) は 、 奈良 時代 から 平安 時代 初期 の 貴族 。 +-1 クワイ ( 慈 姑 、 英 : arrowhead 、 学名 : Sagittariatrifolia ) は 、 オモダカ 科 の 水生 多年 生 植物 で 、 別名 ( 田草 、 燕尾 草 、 クワエ ) と も 言 う 。 +-1 日本 の 交通 ( にほん の こうつう ) で は 、 日本 の 交通 の 歴史 や 状況 など を 述べ る 。 +1 源 資賢 ( みなもとのすけ かた 、 永久 ( 元号 ) 元年 ( 1113 年 ) - 文治 4 年 2 月 26 日 ( 旧暦 ) ( 1188 年 3 月 25 日 ) ) は 、 平安 時代 末期 の 公卿 ・ 雅楽 家 。 +-1 萩 の 乱 ( はぎの らん ) は 、 1876 年 ( 明治 9 ) に 山口 県 萩 市 で 起こ っ た 明治 政府 に 対 する 士族 反乱 の 一 つ で あ る 。 +-1 寄合 ( よりあい ) と は 、 日本 の 中世 以降 、 郷村 制 に おけ る 村 の 協議 機関 の こと を い う 。 +-1 外郎 売 ( ういろううり ) は 歌舞伎 十 八 番 の 一 つ 。 +-1 誓願 寺 ( せいがんじ ) は 、 京都 市 中京 区 新 京極 通 に あ る 寺院 。 +1 田中 源太郎 ( たなか げんたろう 、 1853 年 1 月 - 1922 年 4 月 3 日 ) は 、 京都 府 旧 桑田 郡 亀山 北 町 生まれ の 政治 家 、 実業 家 。 +-1 イセ エビ ( 伊勢 海老 ) Panulirus japonicus は 、 十 脚 目 ( エビ 目 ) ・ イセエビ 科 に 属 する エビ の 一種 。 +-1 武蔵 国 ( むさしの くに ) は 、 かつて 日本 の 地方 行政 区分 だっ た 令 制 国 の 一 つ 。 +-1 葛木 御 歳 神社 ( かつらぎみ と し じんじゃ ) は 、 奈良 県 御所 市 に あ る 神社 で あ る 。 +-1 千秋楽 ( せんしゅうらく ) は 「 千穐 楽 」 、 「 千 龝 楽 」 など と も 表記 さ れ 、 複数 日 に わた っ て 同じ 演目 を 行 う 興行 に お い て 、 「 最終 日 」 を 指 す 業界 用語 。 +1 頼山陽 ( らい さん よう 、 安永 ( 元号 ) 9 年 12 月 27 日 ( 旧暦 ) ( 1780 年 1 月 21 日 ) - 天保 3 年 9 月 23 日 ( 旧暦 ) ( 1832 年 10 月 16 日 ) ) は 江戸 時代 後期 の 歴史 家 、 漢詩 人 、 文人 で あ る 。 +-1 明応 の 政変 ( めいおう の せいへん ) は 、 室町 時代 の 1493 年 ( 明応 2 年 ) に 起こ っ た 足利 征夷 大将軍 廃立 事件 で あ る 。 +1 土 御 門定 通 ( つちみかど さだみち ・ 源定 通 、 文治 4 年 ( 1188 年 ) - 宝治 元年 9 月 28 日 ( 旧暦 ) ( 1247 年 10 月 28 日 ※ ) は 、 鎌倉 時代 の 公卿 。 +1 源 明国 ( みなもと の あき く に 、 生没年 不詳 ) は 、 平安 時代 後期 の 武将 。 +1 上田 秋成 ( うえだ あきな り 、 享保 19 年 6 月 25 日 ( 旧暦 ) ( 1734 年 7 月 25 日 ) - 文化 ( 元号 ) 6 年 6 月 27 日 ( 旧暦 ) ( 1809 年 8 月 8 日 ) ) は 、 江戸 時代 後期 の 読本 作 者 、 歌人 、 茶人 、 国学 者 、 俳人 。 +-1 天石 門 別神 ( あまの いわ と わけ の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +-1 猶子 ( ゆうし ) と は 、 明治 以前 に お い て 存在 し た 他人 の 子供 を 自分 の 子 と し て 親子 関係 を 結 ぶ こと 。 +-1 御室 ( おむろ ) は 、 京都 府 京都 市 右京 区 の 地名 。 +1 園 基福 ( その もとよし 、 元和 ( 日本 ) 8 年 2 月 16 日 ( 旧暦 ) ( 1622 年 3 月 27 日 ) - 元禄 12 年 11 月 10 日 ( 旧暦 ) ( 1699 年 12 月 30 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 重要 美術 品 ( じゅうよう びじゅつ ひん ) は 、 文化 財 保護 法 施行 以前 、 旧 「 重要 美術 品 等 ノ 保存 ニ関 スル 法律 」 に 基づ き 日本 政府 ( 文部 大臣 ) が 、 日本 国外 へ の 古 美術 品 の 流出 防止 を 主 目的 と し て 認定 し た 有形 文化 財 の こと で あ る 。 +-1 阿弥陀 寺 ( あみだじ ) は 、 京都 市 上京 区 に あ る 浄土 宗 の 寺院 。 +-1 日本 社会 党 ( に ほんしゃかい とう ) は 、 明治 時代 の 政党 の 一 つ 。 +1 山内 一 豊 ( やまうち かつ とよ ) は 戦国 時代 ( 日本 ) から 安土 桃山 時代 、 江戸 時代 の 武将 ・ 大名 で あ る 。 +1 藤原 葛野 麻呂 ( ふじわら の かど の まろ 、 天平 勝宝 7 年 ( 75 5 年 ) - 弘仁 9 年 11 月 10 日 ( 旧暦 ) ( 818 年 12 月 11 日 ) ) は 、 奈良 時代 から 平安 時代 前期 に かけ て の 貴族 。 +1 折田彦市 ( おりた ひこいち 、 嘉永 2 年 1 月 4 日 ( 旧暦 ) ( 1849 年 1 月 27 日 ) - 1920 年 ( 大正 9 年 ) 1 月 26 日 ) は 、 日本 の 教育 者 。 +1 河合 鉄五郎 ( かわ い てつごろう 、 弘化 3 年 ( 1846 年 ) - ? ) は 、 国 厚見 郡 岐阜 七 曲 町 出身 の 貫義 隊 隊士 。 +1 源 兼綱 ( みなもと の かねつ な 、 生年 不詳 - 1180 年 6 月 20 日 ( 治承 4 年 5 月 26 日 ( 旧暦 ) ) ) は 、 平安 時代 末期 の 武将 。 +1 田辺 元 ( たなべ はじめ 、 1885 年 2 月 3 日 - 1962 年 4 月 29 日 ) は 、 日本 の 哲学 者 。 +1 紀古佐美 ( きのこさ み 、 730 年代 前半 - 延暦 16 年 4 月 4 日 ( 旧暦 ) ( 797 年 ) ) は 、 奈良 時代 後期 から 平安 時代 初期 に かけ て の 公卿 。 +-1 条里 制 ( じょうり せい ) は 、 日本 に お い て 、 古代 から 中世 後期 に かけ て 行 わ れ た 土地 区画 ( 管理 ) 制度 で あ る 。 +-1 御所 藩 ( ごせ はん ) は 、 大和 国 葛上郡 ・ 葛下 郡 、 和泉 国 日根 郡 の 一部 など を 支配 し た 藩 。 +-1 遣耽 羅使 ( けんたん らし ) と は 、 日本 ( 倭国 ) が 耽羅 に 派遣 し た 使節 で あ る 。 +-1 隣組 ( となりぐみ ) +-1 弁才 天 ( べんざいてん ) は 、 仏教 の 守護 神 で あ る 天部 の 1 つ 。 +-1 京滋 ( けいじ ) と は 京都 府 もしくは 京都 市 ( 以下 、 「 京都 」 と 表記 ) と 滋賀 県 ( 以下 、 「 滋賀 」 と 表記 ) を あわせ た 地域 の こと を 指 す 呼び名 で あ る 。 +-1 天誅 組 の 変 ( てんちゅう ぐみ の へん ) は 、 幕末 の 文久 3 年 ( 1863 年 ) 8 月 17 日 ( 旧暦 ) に 吉村 寅太郎 を はじめ と する 尊皇 攘夷 派 浪人 の 一団 ( 天誅 組 ) が 公卿 中山 忠光 を 主将 と し て 大和 国 で 決起 し 、 後 に 江戸 幕府 軍 の 討伐 を 受け て 壊滅 し た 事件 で あ る 。 +1 毎月 抄 ( まいげつ しょう ) と は 、 1219 年 ( 承久 元年 ) 歌人 藤原定家 が 著 し た 歌論 書 。 +1 鷲尾 隆量 ( わし の おたか かず 、 慶長 11 年 ( 160 6 年 ) - 寛文 2 年 8 月 23 日 ( 旧暦 ) ( 1662 年 10 月 5 日 ) ) は 、 江戸 時代 前期 の 公家 。 +-1 大山崎 町 ( おおやまざき ちょう ) は 、 京都 府 乙訓 郡 の 町 。 +-1 花菱 ( はなびし ) と は 、 日本 の 家紋 で あ る 花菱 紋 の 一種 で あ る 。 +1 六角 満綱 ( ろっかく みつつ な 、 応永 8 年 ( 140 1 年 ) - 文安 2 年 1 月 23 日 ( 旧暦 ) ( 1445 年 3 月 1日 ) ) は 、 南北朝 時代 ( 日本 ) 、 室町 時代 の 武士 。 +1 北条 氏 治 ( ほうじょう うじ はる ) は 、 河内 国狭山 藩 の 第 4 代 藩 主 。 +-1 首塚 ( くびづか ) と は 、 合戦 など に お い て 討ち 取 ら れ た 者 の 首 、 捕虜 に 取 ら れ た 者 の 首 、 あるいは 斬首 刑 に さ れ た 罪人 の 首 を 供養 する ため の 「 塚 」 の 事 で あ る 。 +-1 華 道家 ( かどう か ) と は 、 花 を いけ る 人 。 +-1 心敬 ( しんけい 、 140 6 年 ( 応永 3 年 ) - 147 5 年 5 月 20 日 ( 文明 ( 日本 ) 7 年 4 月 16 日 ( 旧暦 ) ) ) は 、 室町 時代 中期 の 天台 宗 の 僧 、 連歌 師 で あ る 。 +-1 京 の 七口 ( きょう の なな くち ) と は 、 京 ( 京都 ) に つなが る 街道 の 代表 的 な 出入 口 の 総称 と し て 用い られ る 。 +-1 村田 珠光 ( むらた じゅこう 、 応永 30 年 ( 1423 年 ) - 文亀 2 年 5 月 15 日 ( 旧暦 ) ( 150 2 年 6 月 19 日 ) ) は 、 室町 時代 中期 の 茶人 。 +-1 西向日 駅 ( にし む こう えき ) は 、 京都 府 向日 市 に あ る 、 阪急 電鉄 阪急 京都 本線 の 鉄道 駅 。 +-1 一世 一元 の 制 ( いっせい いちげん の せい ) と は 、 元号 を 君主 ( 天皇 、 皇帝 、 国王 ) の 在位 中 に は 変え な い 制度 を い う 。 +-1 恩 賞 方 ( おんしょう がた ) と は 、 建武 政府 及び 室町 幕府 に 設置 さ れ た 恩賞 業務 を 取り扱 っ た 部局 。 +1 佐久間 盛政 ( さくまもり まさ 、 天文 ( 元号 ) 23 年 ( 1554 年 ) - 天正 11 年 5 月 12 日 ( 旧暦 ) ( 1583 年 7 月 1日 ) ) は 織田 氏 の 家臣 。 +1 叡空 ( えいくう 、 生年 不詳 - 治承 3 年 ( 1179 年 ) ) は 平安 時代 後期 の 天台 宗 の 僧 。 +1 德川 家光 ( とくがわ いえみつ ) は 江戸 幕府 の 第 三 代 征夷 大将軍 ( 在職 1623 年 - 1651 年 ) 。 +1 春香院 ( しゅん も じ 、 天正 8 年 5 月 7 日 ( 旧暦 ) ( 1580 年 6 月 18 日 ) - 寛永 18 年 11 月 20 日 ( 旧暦 ) ( 1641 年 12 月 22 日 ) ) は 、 前田 利家 と 芳春 院 夫妻 の 六女 で 前田 利長 の 実妹 。 +1 源 光長 ( みなもと の みつな が 、 生年 不詳 - 寿永 2 年 11 月 19 日 ( 旧暦 ) ( 1184 年 1 月 3 日 ) ) は 、 平安 時代 末期 の 武将 。 +-1 長浜 城 ( ながはまじょう ) は 、 滋賀 県 長浜 市 公園 町 に あ る 豊臣 秀吉 が 築城 し た 城 。 +-1 道中 図 ( どう ちゅう ず ) と は 、 江戸 時代 に 作成 さ れ た 陸路 あるいは 海路 を 記 し た 絵地図 の こと で あ る 。 +-1 騎射 ( きしゃ ) は 、 騎上 ( ウマ の 上 ) から 弓 ( 武器 ) で 矢 を 射 る こと 。 +1 近衛 家 熙 ( この えいえひろ 、 寛文 7 年 6 月 4 日 ( 旧暦 ) ( 1667 年 7 月 24 日 ) - 元文 元年 10 月 3 日 ( 旧暦 ) ( 1736 年 11 月 5 日 ) ) は 、 江戸 時代 前 、 中期 の 公家 、 摂政 関白 。 +-1 裳 ( も ) は 十 二 単 を 構成 する 着物 の 一 つ で あ る 。 +-1 十 円 硬貨 ( じゅう えん こう か ) は 、 日本 政府 発行 の 補助 硬貨 。 +-1 寛空 ( かんくう 、 元慶 8 年 ( 884 年 ) - 天禄 3 年 2 月 6 日 ( 旧暦 ) ( 97 2 年 2 月 28 日 ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +1 高倉下 ( たか く らじ ) は 日本 神話 に 登場 する 人物 で あ る 。 +-1 三津 七湊 ( さん しん しち そう ) と は 、 室町 時代 末 に 成立 し た 日本 最古 の 海洋 法規集 で あ る 『 廻船 式 目 』 に 、 日本 の 十 大 港湾 と し て 記 さ れ て い る 三津 、 七湊 の 港湾 都市 の 総称 。 +-1 毘沙門 天 ( びしゃ もんてん ) 、 サンスクリット ヴァイシュラヴァナ ( vaizravaNa ) と は 、 仏教 に おけ る 天部 の 仏 。 +1 正親町 三条 公 氏 ( さんじょうきん うじ 、 寿永 元年 ( 1182 年 ) - 嘉禎 3 年 9 月 15 日 ( 旧暦 ) ( 1237 年 10 月 5 日 ) ) は 、 鎌倉 時代 の 公卿 。 +-1 へ の への も へじ は 、 これ ら 7 つ の 平仮名 のみ を 使 い 人 の 顔 を 模 し た 図柄 を 描 く 文字 遊び ( 文字 絵 ) で あ る 。 +1 相馬 誠胤 ( そうまとも たね 、 嘉永 5 年 8 月 5 日 ( 旧暦 ) ( 1852 年 9 月 18 日 ) - 明治 25 年 ( 1892 年 ) 2 月 22 日 ) は 江戸 時代 の 大名 。 +1 竹取 物語 ( たけとりものがたり ) は 、 日本 最古 の 一覧 と さ れ る 物語 で あ る 。 +1 柏木 ( かしわぎ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +1 車持 皇子 ( くらもちのみこ ) は 、 『 竹取 物語 』 に 登場 する 五 人 の 貴 公子 の ひとり 。 +1 廉子 女王 ( れんし ( やすこ ) じょおう 、 生年 未詳 - 承平 ( 日本 ) 5 年 2 月 ( 935 年 ) ) は 、 平安 時代 の 皇族 。 +1 山村 王 ( やまむら おう 、 養老 6 年 ( 722 年 ) - 神護 景雲 元年 11 月 17 日 ( 旧暦 ) ( 76 7 年 12 月 16 日 ) ) は 奈良 時代 の 公卿 。 +1 百済 王 敬福 ( くだら の こ に きしきょうふく 、 697 年 - 766 年 ) は 日本 に 亡命 し た 百済 王族 の 子孫 。 +-1 鉄砲 方 ( てっぽう かた ) は 、 江戸 幕府 の 役職 名 。 +-1 蓮華 寺 ( れんげじ ) は 京都 市 左京 区 に あ る 天台 宗 の 寺院 。 +-1 姉川 の 戦い ( あねがわ の たたか い ) は 、 戦国 時代 ( 日本 ) の 元亀 元年 6 月 28 日 ( 旧暦 ) ( 1570 年 8 月 9 日 ) ( ユリウス 暦 1570 年 7 月 30 日 ) に 近江 国 浅井 郡 姉川 河原 ( 現在 の 滋賀 県 長浜 市 野村 町 ( 旧 : 東 浅井 郡 浅井 町野 村域 ) 付近 ) で 行 わ れ た 合戦 で あ る 。 +-1 尊意 ( そんい ) は 仏教 用語 の 1 つ で 、 尊 い 師僧 の 意見 を 伺 う と い う 意味 。 +1 一色 義秀 ( いっ し き よしひで 、 ? - 明応 7 年 5 月 29 日 ( 旧暦 ) ( 1498 年 6 月 18 日 ) ) は 室町 時代 後期 の 守護 大名 。 +-1 賀茂 御祖 神社 ( か もみおや じんじゃ ) は 、 京都 市 左京 区 に あ る 神社 で あ る 。 +1 ヨハニス ・ デ ・ レーケ ( JohannisdeRijke 、 1842 年 12 月 5 日 - 1913 年 1 月 20 日 ) は 、 オランダ 人 で 、 日本 の 砂防 や 治山 の 工事 を 体系 づけ 、 「 砂防 の 父 」 と も 言 わ れ る お 雇 い 外国 人 で あ る 。 +1 忍坂 大中姫 ( おしさか の おおなか つ の ひめ ) は 第 19 代 允 恭 天皇 の 后 で あ り 、 第 21 代雄略 天皇 の 母 。 +-1 桜井 茶臼山 古墳 ( さくらい ちゃうす やまこふん ) は 、 奈良 県 桜井 市 に 所在 する 古墳 時代 前期 初頭 の 巨大 な 前方 後 円墳 で あ る 。 +-1 俊海 ( しゅんかい 、 生没年 不詳 ) は 、 平安 時代 末 から 鎌倉 時代 前期 の 真言 宗 の 僧 。 +-1 加茂 町 ( かも ちょう ) は 、 京都 府 相楽 郡 に あ っ た 町 で あ る 。 +-1 日本 の 官制 ( にほん の かんせい ) で は 、 日本 の 前近代 、 とくに 律令 制 期 の 廃止 さ れ た 統治 機構 に つ い て 概観 する 。 +1 熊谷 直経 ( くまがい な お つね 、 弘安 6 年 ( 1283 年 ) - 貞治 4 年 ( 1365 年 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 _ ( 日本 ) の 御 家人 ・ 武士 。 +-1 清岡 家 ( きよおかけ ) は 江戸 時代 に 五 条 為 庸 ( 正二 位 ・ 大納言 ) ( 1619 年 - 1677 年 ) の 次男 で あ る 清岡 長時 ( 従二 位 ・ 参議 ・ 式部 省 ) ( 1657 年 - 1 71 8 年 ) が 起こ し た 堂上 家 で あ る 。 +-1 千早 ( ちはや ・ 襅 ) と は 、 日本 に お い て 古来 より 神事 の 際 に 用い られ た 衣装 で 、 主に 女性 が 着 た 。 +1 弓月 君 ( ゆづき の きみ / ユツキ 、 生没年 不詳 ) と は 『 日本 書紀 』 に 記述 さ れ た 秦 氏 の 先祖 と さ れ る 渡来 人 で あ る 。 +-1 海津 大崎 ( かいづ おおさき ) は 滋賀 県 高島 市 マキノ 町 に あ る 、 琵琶 湖 に せり出 し た 岩礁 地帯 で 、 琵琶 湖 八景 の 一 つ 。 +1 磐之 媛命 ( いわの ひめ の みこと 、 生年 不詳 - 仁徳 天皇 35 年 6 月 ( 347 年 ) は 、 古墳 時代 の 皇妃 。 +-1 口伝鈔 ( く でんしょう ) と は 、 浄土 真宗 本願 寺 第 3 代 覚如 の 著作 で 1331 年 ( 元弘 元年 ) に 記 さ れ た 。 +1 津田 三蔵 ( つだ さん ぞう 、 安政 元年 12 月 29 日 ( 旧暦 ) ( 1855 年 2 月 15 日 ) - 明治 24 年 ( 1891 年 ) 9 月 29 日 ) は 、 滋賀 県 の 巡査 、 陸軍 軍曹 。 +1 藤原 清貫 ( ふじわらの きよつら 、 貞観 _ ( 日本 ) 9 年 ( 867 年 ) - 延長 ( 元号 ) 8 年 6 月 26 日_ ( 旧暦 ) ( 930 年 7 月 24 日 ) ) は 、 平安 時代 の 公卿 。 +1 雅成 親王 ( まさな り しんのう 、 正治 2 年 9 月 11 日 ( 120 0 年 10 月 20 日 ) - 建長 7 年 2 月 10 日 ( 125 5 年 3 月 19 日 ) ) は 、 鎌倉 時代 初期 の 日本 の 皇族 。 +1 広瀬 時宏 ( ひろせ ときひろ 、 嘉永 4 年 10 月 13 日 ( 旧暦 ) ( 1851 年 11 月 6 日 ) - 明治 2 年 12 月 29 日 ( 旧暦 ) ( 1870 年 1 月 30 日 ) ) は 新選 組 伍長 、 もしくは 平隊 士 。 +1 古事 記 や 日本 書紀 で は 、 アマテラス と スサノオ の 誓約 ( うけい ) と それ に よ っ て 生まれ た 神々 を 記 し て い る 。 +-1 吉野 水分 神社 ( よしのみくまり じんじゃ ) は 奈良 県 吉野 郡 吉野 町子守 地区 ( 吉野 山上 千本 ) に あ る 神社 で あ る 。 +-1 嘉元 の 乱 ( かげん の らん ) と は 鎌倉 時代 、 130 5 年 ( 嘉元 3 年 ) に 発生 し た 鎌倉 幕府 内 で の 騒乱 の こと で あ る 。 +-1 大野城 ( おおのじょう 又 は おおののき ) は 、 飛鳥 時代 に 築城 さ れ た 筑前 国 四 王 寺山 に あ る 古代 山城 ( 朝鮮 式 山城 ) で あ る 。 +1 織田 輔宜 ( おだ すけよし 、 享保 17 年 ( 1732 年 ) - 寛政 11 年 8 月 29 日 ( 旧暦 ) ( 1799 年 9 月 28 日 ) ) は 江戸 時代 の 大名 。 +-1 一 朱 金 ( いっ しゅ きん ) と は 、 江戸 時代 に 流通 し た 金貨 の 一種 で あ る 。 +-1 帷子 辻 ( かたびら がつじ ) は 京都 市 北西部 に あ っ た と さ れ る 場所 。 +-1 尚侍 ( な いし の かみ ) と は 、 下記 の とおり で あ る 。 +1 堀 親良 ( ほり ちかよし 、 1580 年 ( 天正 8 年 ) - 1637 年 7 月 5 日 ( 寛永 14 年 5 月 13 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 、 江戸 時代 の 大名 。 +1 岩倉 宮 忠成王 ( いわくら の みや ただなりおう 、 承久 3 年 ( 1221 年 ) - 弘安 2 年 3 月 11 日 ( 旧暦 ) ( 1279 年 4 月 23 日 ) ) は 鎌倉 時代 の 皇族 。 +-1 都 七 福神 ( みやこしち ふく じん ) は 、 京都 府 京都 市 内 の 7 箇所 の 社寺 から 構成 さ れ る 七 福神 めぐり の 巡礼 札 所 。 +-1 智洞 ( ちどう 、 元文 元年 ( 1736 年 ) - 文化 ( 元号 ) 2 年 10 月 22 日 ( 旧暦 ) ( 180 5 年 12 月 12 日 ) ) は 、 江戸 時代 中期 から 後期 に かけ て の 浄土 真宗 の 僧 。 +1 御伽 草子 ( おとぎぞうし ) と は 、 室町 時代 から 江戸 時代 に かけ て 成立 し た 、 短編 の 絵入り 物語 、 および それ ら の 形式 。 +-1 大岩 街道 ( おおい わかいどう ) は 、 伏見 稲荷 大社 と 桃山 丘陵 ・ 大岩 山 の 間 の 峠道 。 +1 北条 貞将 ( ほうじょう さだゆき ) は 、 鎌倉 時代 末期 の 武将 。 +-1 竹垣 ( たけが き 、 たか がき ) と は 、 竹 で 編 ん だ 垣根 の こと 。 +1 紀秋峰 ( き の あき みね 、 生没年 不詳 ) は 、 平安 時代 前期 の 歌人 。 +-1 奈良 ( なら ) は 、 日本 の 歴史 的 都市 で 、 かつて の 平城 京 に 当た る 。 +-1 少林 院 法然 寺 ( ほうねんじ ) は 、 大和 三 山 の 香久山 の 麓 に あ る 、 浄土 宗 の 寺院 で あ る 。 +1 藤原 基忠 ( ふじわら の もと ただ 、 天喜 4 年 ( 1056 年 ) - 承徳 2 年 11 月 17 日 ( 旧暦 ) ( 1098 年 12 月 12 日 ) ) は 、 平安 時代 院 政期 の 公卿 。 +-1 上京 区 ( かみぎょう く ) は 、 京都 市 を 構成 する 11 区 の うち の ひと つ 。 +1 源 義光 ( みなもと の よしみつ ) は 、 平安 時代 後期 の 武将 。 +1 川崎 鑰之助 ( かわさき かぎのすけ 、 生没年 不詳 ) は 、 日本 の 戦国 時代 ( 日本 ) の 兵法 家 。 +-1 流し雛 ( ながしびな ) は 雛祭り の もと に な っ た と い わ れ る 行事 。 +-1 園部 町 ( その べ ちょう ) は 、 2005 年 12 月 31 日 まで 京都 府 の 中央 部 に 存在 し た 地方 公共 団体 で 、 園部 城 の 城下 町 で あ る 。 +1 冷泉 為柔 ( れいぜいため とう 、 弘化 3 年 ( 1846 年 ) 9 月 - 明治 27 年 ( 1894 年 ) 8 月 ) は 、 冷泉 為行 の 子 。 +-1 東京 行幸 ( とうきょうぎょう こう ) と は 、 1868 年 ( 明治 元年 ) と 翌 1869 年 ( 明治 2 年 ) の 2 回 に 亘 っ て 行 わ れ た 東京 へ の 行幸 で あ る 。 +-1 香木 ( こうぼく ) と は 、 心地よ い 芳香 を 持 つ 木材 の こと 。 +-1 密厳院 ( みつご いん ) +1 北陸宮 ( ほくろ く のみや 、 永 万 元年 ( 1165 年 ) - 寛喜 2 年 7 月 8 日 ( 1230 年 8 月 17 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 の 皇族 。 +-1 扇子 ( せんす ) ・ 扇 ( おうぎ ) と は 、 うちわ と 同じく 自分 の 手 で 風 を 送 る の に 用い る 道具 で あ り 、 数本 から 数十 本 の 細長 い 骨組み を 束ね て 端 の 一 点 ( 要 = かなめ ) で 固定 し 、 使用 時 に は 開 い て 可動 でき る 。 +1 大 中臣 清麻呂 ( おおなか とみの きよまろ 、 大宝 ( 日本 ) 2 年 ( 70 2 年 ) - 延暦 7 年 7 月 28 日 ( 旧暦 ) ( 78 8 年 9 月 6 日 ) ) は 、 奈良 時代 の 公卿 。 +-1 第 二 京阪道路 ( だい に けい はん どうろ ) は 、 京都 府 京都 市 伏見 区 から 大阪 府 門真 市 に 至 る 一般 国道 1 号 バイパス 道路 で あ る 。 +1 慶政 ( けいせい 、 文治 5 年 ( 1189 年 ) - 文永 5 年 10 月 6 日 ( 旧暦 ) ( 1268 年 11 月 11 日 ) ) は 、 鎌倉 時代 の 僧 。 +1 横井 時冬 ( よこい ときふゆ 、 安政 6 年 12 月 14 日 ( 旧暦 ) ( 18 60 年 1 月 6 日 ) - 明治 39 年 ( 190 6 年 ) 4 月 18 日 ) は 、 明治 の 歴史 学 者 。 +-1 正法 眼蔵 ( しょうぼう げん ぞう ) は 、 禅僧 が 執筆 し た 仏教 思想 書 で あ る 。 +1 篝火 ( かがりび ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +1 多治見 国長 ( たじみく に なが 、 正応 2 年 ( 1289 年 ) - 正中 ( 日本 ) 元年 ( 1324 年 ) ) は 鎌倉 時代 末期 の 武将 。 +1 色部 長実 ( いろべ なが ざ ね ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 。 +-1 新 祝園 駅 ( しん ほうその えき ) は 、 京都 府 相楽 郡 精華 町 に あ る 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +-1 蘇我 氏 ( そがのう じ 、 宗賀 、 宗我 ) は 、 古墳 時代 から 飛鳥 時代 ( 6 世紀 - 7 世紀 前半 ) に 勢力 を 持 っ て い た 氏族 。 +1 源氏 物語 の 登場 人物 一覧 ( げんじ ものがたり の とうじょう じんぶつ いちらん ) は 、 『 源氏 物語 』 に 登場 する 、 架空 の 人物 の 一覧 で あ る 。 +-1 岡寺 ( おか で ら ) は 、 奈良 県 高市 郡 明日香村 に あ る 真言 宗 豊山 派 の 寺院 。 +-1 景徐 周麟 ( けい じょしゅうりん 、 永享 12 年 ( 1440 年 ) - 永正 15 年 3 月 2 日 ( 旧暦 ) ( 1518 年 4 月 11 日 ) ) は 、 室町 時代 後期 の 臨済 宗 の 僧 。 +-1 北野 白梅町 駅 ( きた の はくばい ちょう えき ) は 、 京都 市 北 区 ( 京都 市 ) 下白 梅町 に あ る 京福 電気 鉄道 北野 線 の 鉄道 駅 。 +-1 蒲生 騒動 ( が もう そうどう ) は 、 文禄 4 年 ( 1595 年 ) から 慶長 3 年 ( 1598 年 ) まで 起こ っ た 会津 若松 92 万石 の 領主 ・ 蒲生 氏 の 御家 騒動 。 +1 藤原 刷雄 ( ふじわら の よしお 、 生没年 不詳 ) は 、 奈良 時代 の 貴族 。 +-1 根付 ( ねつけ 、 ねづけ ) と は 、 江戸 時代 に 煙草入れ 、 矢立 、 印籠 、 小型 の 革製 鞄 ( お 金 、 食べ物 、 筆記 用 具 、 薬 、 煙草 など 小間 物 を 入れ た ) など を 紐 で 帯 から 吊る し 持ち歩 く とき に 用い た 留め具 。 +-1 別 天津 神 ( こと あ まつがみ ) は 、 古事 記 に お い て 、 天地 創発 の 時 に あらわれ た 五柱 の 神 ( 神道 ) を 云 う 。 +1 高倉 天皇 ( たか く ら てんのう 、 応保 元年 9 月 3 日 ( 1161 年 9 月 23 日 ) - 養和 元年 1 月 14 日 ( 1181 年 2 月 6 日 ) 、 在位 仁安 3 年 2 月 19 日 ( 1168 年 3 月 30 日 ) - 治承 4 年 2 月 21 日 ( 1180 年 3 月 18 日 ) 、 院政 1180 年 ) は 第 80 代 の 天皇 。 +1 土 御門 泰邦 ( つちみかど やすくに 、 正徳 ( 日本 ) 元年 8 月 8 日 ( 旧暦 ) ( 1 71 1 年 9 月 20 日 ) - 天明 4 年 5 月 9 日 ( 旧暦 ) ( 1784 年 6 月 26 日 ) ) は 、 江戸 時代 中期 の 公卿 ・ 陰陽 家 。 +-1 在家 ( ざいけ ) と は 、 住屋 及び それ に 付属 する 耕地 及び 住民 の こと 。 +1 磯野 員 昌 ( いその かずまさ 、 生没年 不詳 ) は 戦国 時代 ( 日本 ) から 安土 桃山 時代 の 武将 。 +1 樋口 一葉 ( ひぐち いちよう ) 1872 年 5 月 2 日 ( 明治 5 年 3 月 25 日 ( 旧暦 ) ) - 1896 年 ( 明治 29 年 ) 1 1 月 23 日 ) は 、 日本 の 小説 家 。 +-1 活動 弁士 ( かつどう べんし ) は 、 活動 写真 すなわち 無声 映画 ( サイレント 映画 ) を 上映 中 に 、 その 内容 を 語り で 表現 し て 解説 する 専門 の 職業 的 解説 者 。 +-1 直江 状 ( なおえ じょう ) は 、 上杉 家 の 家老 ・ 直江 兼続 が 、 徳川 家康 の 命 を 受け て 上杉 家 と の 交渉 に 当た っ て い た 西笑 承兌 に 、 慶長 5 年 ( 160 0 年 ) に 送 っ た 書簡 。 +-1 タカナ ( 高菜 、 学名 : Brassicajunceavar . integlifolia ) と は アブラナ 科 の 越年 草 で 、 カラシナ の 変種 。 +1 今出川 公詮 ( いまで がわ きん あきら 、 元禄 9 年 3 月 29 日 ( 旧暦 ) ( 1696 年 4 月 30 日 ) - 享保 16 年 2 月 14 日 ( 旧暦 ) ( 1731 年 3 月 21 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +1 石川 光長 ( いしかわ みつな が 、 生年 不詳 - 正応 3 年 12 月 8 日 ( 旧暦 ) ( 1291 年 1 月 9 日 ) ) は 、 鎌倉 時代 の 武将 。 +-1 桜飯 ( さくらめし ) は 具 の な い 炊き込 み ご飯 の こと 。 +1 三浦 堅太郎 ( みうら けんたろう 、 生没年 不詳 ) は 、 日本 の 新 選 組 の 前身 、 壬生 浪士 組 の 隊士 で あ る 。 +-1 神道 に おけ る 神 ( かみ ) と は 、 信仰 や 畏怖 の 対象 で あ る 。 +-1 四条 大宮 駅 ( しじょう おおみや えき ) は 、 京都 府 京都 市 下京 区 四条 大宮町 に あ る 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 の 鉄道 駅 。 +1 大山守 皇子 ( おおやまもり の みこ 、 神功 皇后 摂政 57 年 ( 257 年 ) 以前 - 応神 天皇 41 年 2 月 15 日 ( 旧暦 ) ( 310 年 3 月 31 日 ) ) は 応神 天皇 の 第 一 皇子 。 +1 藤原 殖子 ( ふじわら の しょく し ( たねこ ) 、 保元 2 年 ( 1157 年 ) - 安貞 2 年 9 月 16 日 ( 旧暦 ) ( 1228 年 10 月 15 日 ) ) は 、 高倉 天皇 の 妃 。 +1 森 可成 ( もり よしなり ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 伴善男 ( ともの よしお 、 弘仁 2 年 ( 811 年 ) - 貞観 ( 日本 ) 10 年 ( 868 年 ) ) は 平安 時代 前期 の 貴族 。 +-1 愛宕 山 遊園 地 ( あたごやま ゆうえんち ) は 、 かつて 京都 市 右京 区 に あ っ た 遊園 地 で あ る 。 +-1 片山 九郎 右衛門 ( かたやま くろうえもん ) は 能 シテ 方 観世 流 の 京都 片山 家 に おけ る 当主 名 。 +-1 西宮記 ( さいきゅうき / さいぐう き ) は 、 平安 時代 に 源 高明 に よ っ て 撰述 さ れ た 有職 故 実 ・ 儀式 書 。 +1 三条 公富 ( さんじょうきん と み 、 元和 ( 日本 ) 6 年 1 月 2 日 ( 旧暦 ) ( 1620 年 2 月 15 日 ) - 延宝 5 年 6 月 12 日 ( 旧暦 ) ( 167 7 年 7 月 11 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 源 九郎 稲荷 神社 ( げん くろう い なり じんじゃ ) と は 、 近鉄 郡山 駅 の 南西 約 500 M に 鎮座 する 、 源九郎 狐 や 綿帽子 を 買 っ た 狐 の 伝説 で 有名 な 神社 で あ る 。 +-1 盆燈籠 ( ぼん とうろう 、 ぼん どうろう ) と は 、 日本 の お 盆 の 時期 に 、 墓 に 供え る 燈籠 型 の 飾り 。 +-1 舞鶴 東 インター チェンジ ( まいづる ひがし インター チェンジ ) は 、 舞鶴 若狭 自動 車 道 の インター チェンジ で 京都 府 舞鶴 市 堂奥 に 位置 する 。 +-1 カラオケ と は 、 歌 を 歌 う 際 、 また は メロディパート ( 主旋律 ) を 担 う 楽器 を 演奏 する 際 に 、 生演奏 で は な く 事前 に 録音 さ れ た 伴奏 を 再生 する こと に よ り 演奏 を 再現 する こと を い う 。 +1 大伴 守屋 ( おおとも の もり や 、 生年 不明 - 天武 天皇 8 年 6 月 26 日 ( 旧暦 ) ( 67 9 年 8 月 8 日 ) ) は 、 日本 の 飛鳥 時代 の 貴族 で あ る 。 +-1 奈良豆 比古 神社 ( ならつ ひ こ じんじゃ ) は 、 奈良 県 奈良 市 に あ る 神社 で あ る 。 +-1 千 両箱 ( せんりょうばこ ) と は 、 江戸 時代 の 日本 に お い て 大量 の 小判 を 貯蔵 する こと を 目的 と し た 箱 。 +-1 どんどん 焼け ( どんどん や け ) と は 幕末 の 京都 市 中 で 元治 元年 7 月 18 日 ( 旧暦 ) ( 1864 年 8 月 19 日 ) から 7 月 21 日 ( 旧暦 ) ( 8 月 21 日 ) まで 発生 し た 火災 ( 大火 ) の こと で あ る 。 +-1 山田 錦 ( やまだ に しき ) は 、 イネ ( 稲 ) の 品種 の 一 つ 。 +-1 磨石 ( すりいし ) と は 、 縄文 時代 、 主 と し て クリ ・ クルミ ・ ドングリ など の 種実 類 を すりつぶ し 、 粉 を ひ く ため に 用い た 礫 石器 の ひと つ 。 +1 県 犬養 大伴 ( あがた ( の ) いぬかい の おおと も 、 生年 不詳 - 大宝 ( 日本 ) 元年 1 月 29 日 ( 旧暦 ) ( 70 1 年 3 月 13 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 鳥羽 ( とば ) と は 、 かつて 京都 洛外 、 山城 国 紀伊郡 に 属 し て い た 鳥羽 郷 ( とばごう ) ・ 鳥羽 荘 ( とば の しょう ) など と 呼 ば れ た 地域 を 指 す 名称 。 +1 渡辺 登綱 ( わたなべ のりつ な 、 元禄 7 年 ( 1694 年 ) - 明和 4 年 10 月 21 日 ( 旧暦 ) ( 1767 年 12 月 11 日 ) ) は 、 和泉 国伯太藩 の 第 2 代 藩 主 。 +1 多田 仁綱 ( ただのりつな 、 生年 不詳 - 天福 ( 日本 ) 2 年 6 月 14 日 ( 旧暦 ) ( 1234 年 7 月 11 日 ) ) は 、 鎌倉 時代 初期 の 武士 。 +-1 藤原 式家 ( ふじわら しき け ) と は 、 右 大臣 藤原 不比 等 の 三男 藤原 宇合 を 祖 と する 家系 。 +-1 鷹司 ( たかつかさ ) 家 は 、 五摂 家 の ひと つ で 公家 で あ る 。 +-1 大和 猿楽 ( やまと さる がく ) と は 、 大和 国 ( 現在 の 奈良 県 ) を 中心 と し て 活躍 し た 猿楽 の 座 。 +1 島津 保次郎 ( しまず やすじろう 、 1897 年 6 月 3 日 - 1945 年 9 月 18 日 ) は 、 大正 ・ 昭和 期 の 映画 監督 。 +-1 安土 城 天主 信長 の 館 ( あづち じょうてんしゅ の ぶながの やかた ) は 、 滋賀 県 蒲生 郡 安土 町 に あ る 施設 。 +-1 地租 改正 反対 一揆 ( ちそかい せい はんたい いっき ) と は 、 1873 年 より 明治 政府 に よ っ て 推進 さ れ て き た 地租 改正 に 反対 する 農民 一揆 で あ る ( ただし 、 近年 の 研究 で は 合法 的 闘争 に よ る 例 も 多 かっ た と さ れ て い る こと に 注意 が 必要 で あ る ) 。 +1 仁明 天皇 ( にんみょう てんの う 弘仁 元年 ( 810 年 ) - 嘉祥 3 年 3 月 21 日 ( 850 年 5 月 6 日 ) 在位 天長 10 年 3 月 6 日 ( 833 年 3 月 30 日 ) - 嘉祥 3 年 3 月 19 日 ( 850 年 5 月 4 日 ) ) は 、 平安 時代 初期 の 第 54 代 天皇 。 +1 孝昭 天皇 ( こうしょうてんのう 、 懿徳 天皇 5 年 ( 紀元 前 50 6 年 ) - 孝昭 天皇 83 年 8 月 5 日 ( 旧暦 ) ( 紀元 前 393 年 9 月 5 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 伝え られ る 第 5 代 の 天皇 ( 在位 : 孝昭 天皇 元年 1 月 9 日 ( 旧暦 ) ( 紀元 前 475 年 2 月 21 日 ) - 同 83 年 8 月 5 日 ( 旧暦 ) ( 紀元 前 393 年 9 月 5 日 ) ) 。 +-1 柱 焼酎 ( はしら じょうちゅう ) と は 、 江戸 時代 初期 に 存在 し た 日本 酒 の 伝統 的 製法 用語 の 一 つ で 、 焼酎 や 粕取り 焼酎 を 、 醸造 する 日本 酒 の 日本 酒醪 や 日本 酒 上槽 し た 新酒 に 加え る 技法 の こと 。 +1 薫 ( かおる ) は 、 紫式 部 の 物語 『 源氏 物語 』 に 登場 する 架空 の 人物 。 +-1 久米 御縣 神社 ( くめ の みあがた じんじゃ ) は 、 奈良 県 橿原 市 に あ る 神社 で あ る 。 +1 惇子 内 親王 ( あつこ / じゅん し な い しんの う 、 保元 3 年 ( 1158 年 ) - 承安 ( 日本 ) 2 年 5 月 3 日 ( 旧暦 ) ( 1172 年 5 月 27 日 ) ) は 、 平安 時代 末期 の 皇族 。 +-1 蹴上 駅 ( けあげ えき ) は 、 京都 市 東山 区 に あ る 、 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 +-1 朝臣 ( あそ み 、 あそん ) は 、 684 年 ( 天武 13 ) に 制定 さ れ た 八色 の 姓 ( やくさ の かばね ) の 制度 で 新た に 作 ら れ た カバネ ( かばね ) で 、 上 から 二 番 目 に 相当 する 。 +-1 宮 大工 ( みや だいく ) は 、 神社 寺院 の 建築 や 補修 に 携わ る 大工 。 +-1 院 評定 ( いんの ひょうじょう ) と は 、 院政 に お い て 太上 天皇 あるいは 法皇 が 主宰 し た 議定 の こと 。 +1 人見 勝太郎 ( ひとみ かつたろう 、 天保 14 年 10 月 9 日 ( 旧暦 ) ( 1843 年 11 月 30 日 ) - 大正 11 年 ( 1922 年 ) 12 月 31 日 ) は 、 江戸 時代 末期 の 幕臣 、 明治 期 の 官僚 ・ 実業 家 。 +1 継体 天皇 ( けいたい てんのう 、 允恭 天皇 39 年 ( 450 年 ) ? - 継体 天皇 25 年 2 月 7 日 ( 旧暦 ) ( 53 1 年 3 月 10 日 ) ) は 第 26 代 の 天皇 で 、 在位 は 継体 天皇 元年 2 月 4 日 ( 旧暦 ) ( 50 7 年 3 月 3 日 ) - 同 25 年 2 月 7 日 ( 53 1 年 3 月 10 日 ) 。 +-1 宿直 ( と のい ) と は 、 律令 法 に お い て 宮中 ・ 官司 あるいは 貴人 の 警備 を 行 う こと 。 +1 地獄 草紙 ( じごく ぞうし ) は 、 地獄 ( 仏教 ) を 描 い た 12 世紀 の 絵巻物 。 +1 社戸 大口 ( こそ へ の おおく ち 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 安宿 王 ( あすか べ お う 、 生没年 不詳 ) は 、 奈良 時代 の 官僚 。 +1 藤原 敦頼 ( ふじわら の あつ より 、 寛治 4 年 ( 1090 年 ) - 寿永 元年 ( 1182 年 ) 頃 ? ) は 、 平安 時代 後期 の 公家 ・ 歌人 。 +-1 宥快 ( ゆうかい 、 興国 6 年 / 貞和 元年 ( 1345 年 ) - 応永 23 年 7 月 17 日 ( 旧暦 ) ( 1416 年 8 月 10 日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 に かけ て の 真言 宗 の 学僧 。 +-1 荘園 整理 令 ( しょう えんせい り れい ) は 、 平安 時代 に 発布 さ れ た 一連 の 法令 の こと 。 +1 宇喜多 秀家 ( うきた ひでいえ ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +-1 炉端焼き ( ろばた やき ) は 、 宮城 県 仙台 市 で 発祥 し 、 北海道 釧路 市 で 発展 し た 飲食 店 の 店舗 や 給仕 の 形態 、 および 、 そこ で 出 さ れ る 料理 の こと 。 +1 紀角 また は 木角 ( き の つ の 、 生没 年 未詳 ) は 、 古墳 時代 中期 の 豪族 。 +1 源 雅通 ( みなもとの まさみ ち 、 生年 不詳 - 寛仁 元年 7 月 10 日 ( 旧暦 ) ( 1017 年 8 月 4 日 ) ) は 、 平安 時代 中期 の 官人 ・ 歌人 。 +1 一色 義直 ( いっ し き よしなお 、 生年 不詳 - 寛永 20 年 10 月 11 日 ( 旧暦 ) ( 1643 年 11 月 22 日 ) ) は 江戸 時代 の 交代 寄合 ・ 旗本 。 +-1 孔雀 明王 ( くじゃく みょうおう ) は 、 仏教 の 信仰 対象 で あ り 、 密教 特有 の 尊格 で あ る 明王 の ひと つ 。 +1 狂句 ( きょうく ) と は 、 近世 後期 に 生まれ た 日本 に おけ る 定型 詩 の ひと つ 。 +-1 闘鶏 国造 ( つげの くにのみやつこ ・ つげ こく ぞう ) は 大和 国 北 東部 を 支配 し た 国造 。 +1 中根 元 圭 ( なかね げんけい 、 寛文 2 年 ( 1662 年 ) - 享保 18 年 9 月 2 日 ( 旧暦 ) ( 1733 年 10 月 9 日 ) ) は 、 江戸 時代 中期 の 和算 家 、 天文 家 、 で あ る 。 +-1 正倉院 ( しょう そういん ) は 、 奈良 市 の 東大 寺 大仏殿 の 北西 に 位置 する 、 高床 の 大 規模 な 校倉造 ( あぜくらづくり ) 倉庫 で あ る 。 +1 赤松 政則 ( あかまつ まさのり ) は 、 室町 時代 後期 の 武将 で あ り 、 播磨 国 の 守護 大名 ・ 戦国 大名 で あ る 。 +-1 河越 館 ( かわごえ かん / かわごえ やかた ) は 、 埼玉 県 川越 市 上戸 に 所在 し た 城 。 +1 皇位 ( こうい ) は 、 日本 で 天皇 の 位 を 意味 する 概念 。 +-1 愛宕山 ( あたご やま 、 あたご さん ) は 、 京都 府 京都 市 右京 区 の 北西 部 、 山城 国 と 丹波 国 の 国境 に あ る 山 。 +-1 湯立 神楽 ( ゆだて かぐら / ゆたてかぐら ) は 日本 の 伝統 的 な 神楽 の 形式 の ひと つ 。 +1 土方 久元 ( ひ じかた ひさも と 、 天保 4 年 10 月 12 日 ( 旧暦 ) ( 1833 年 11 月 23 日 ) - 大正 7 年 ( 1918 年 ) 11 月 4 日 ) ) は 、 江戸 時代 末期 ( 幕末 ) から 明治 ・ 大正 期 に かけ て の 志士 、 政治 家 で あ る 。 +-1 内舎人 ( うどねり ) は 律令 制 に おけ る 官職 の ひと つ 。 +1 溝口 健二 ( みぞぐち けん じ 、 189 8 年 5 月 16 日 - 1956 年 8 月 24 日 ) は 、 東京 都 出身 の 映画 監督 。 +-1 日本 の 宗教 ( にほん の しゅうきょう ) で は 、 日本 に おけ る 宗教 を 解説 する 。 +1 雲光院 ( うんこういん 、 弘治 ( 日本 ) 元年 2 月 13 日 ( 旧暦 ) ( 155 5 年 3 月 16 日 ) - 寛永 14 年 1 月 22 日 ( 旧暦 ) ( 1637 年 2 月 16 日 ) ) は 、 徳川 家康 の 側室 。 +-1 桂林 寺 ( けいりんじ ) と は 、 京都 府 舞鶴 市 に あ る 、 丹後 国有数 の 歴史 を 誇 る 曹洞 宗 中 本 山 の 寺院 。 +1 大幾 ( だいき ) は 日本 の 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 人物 。 +-1 足軽 ( あしが る ) は 、 雑兵 の 一種 。 +1 古来 風体 抄 ( こ らいふう ていしょう ) は 、 鎌倉 時代 初期 に 成立 し た 歌学 書 。 +-1 神社 に お い て 、 親子 関係 に あ る 神 ( 神道 ) が 祀 ら れ る 場合 、 子 に 当た る 神 の こと を 御子神 ( みこ が み ) また は 苗裔 神 ( びょうえい しん ) と い う 。 +1 今井 宗久 ( いまいそうきゅう 、 1520 年 ( 永正 17 年 ) - 1593 年 8 月 31 日 ( 文禄 2 年 8 月 5 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 の 堺 の 商人 、 茶人 で あ る 。 +-1 日吉 駅 ( ひよし えき ) は 、 京都 府 南丹 市 日吉町 ( 京都 府 ) に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 鉄道 駅 。 +1 新井 忠雄 ( あら い ただお 、 天保 6 年 2 月 7 日 ( 旧暦 ) ( 1835 年 3 月 5 日 ) - 明治 24 年 ( 1891 年 ) 2 月 15 日 ) は 、 新 選 組 諸士 調役 兼 監察 。 +1 板倉 勝重 ( いたくら かつしげ ) は 、 安土 桃山 時代 から 江戸 時代 の 大名 、 京都 所司 代 で あ る 。 +-1 水替 人足 ( みずかえ にんそく ) は 、 鉱山 に 溜ま っ た 排水 を 外部 に 排出 する 仕事 ( 水替 ) に 従事 し た 人足 ( 労働 者 ) の こと で あ る 。 +1 徳大寺 実定 ( とくだいじ さねさだ 、 保延 5 年 ( 1139 年 ) - 建久 2 年 12 月 16 日 ( 旧暦 ) ( 1192 年 2 月 1日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公家 ・ 歌人 。 +-1 草津 線 ( くさつ せん ) は 、 三重 県 伊賀 市 の 柘植 駅 から 滋賀 県 草津 市 の 草津 駅 ( 滋賀 県 ) に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 幹線 ) で あ る 。 +-1 アメノホヒ は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +-1 深見 峠 ( ふかみ とうげ ) は 、 京都 府 京都 市 右京 区 と 同府 南丹 市 を 隔て る 峠 で あ る 。 +1 当世 書 生 気質 ( とうせい しょせい かたぎ ) は 、 坪内 逍遙 ( 春 の 屋 おぼろ ) の 小説 。 +-1 伏見宿 ( ふしみじゅく ) は 旧京 街道 の 宿場 で 、 東海道 五十 三 次 . E 6 . 9 D . B 1 . E 6 . B 5 . B 7 . E 9 . 8 1 . 9 3 . E 4 . BA . 94 . E 5 . 8 D . 81 . E 4 . B 8 . 83 . E 6 . AC . A 1 に 数え られ る こと も あ る 。 +1 大道寺 友山 ( だいどうじ   ゆうざん 、 寛永 16 年 ( 1639 年 ) - 享保 15 年 ( 1730 年 ) ) は 、 江戸 時代 の 武士 、 兵法 家 。 +1 五 社 英雄 ( ご しゃ ひでお 、 本名 同じ 字 で 「 ごしゃ ・ えいゆう 」 、 1929 年 2 月 26 日 - 1992 年 8 月 30 日 ) は 、 映画 監督 ・ 脚本 家 。 +1 朝倉 景 豊 ( あさくら かげ と よ 、 生年 不詳 - 文亀 3 年 4 月 3 日 ( 旧暦 ) ( 150 3 年 4 月 28 日 ) ) は 室町 時代 末 の 武将 で あ る 。 +1 西行 の 娘 ( さいぎょう の むすめ 、 推定 生没年 1137 年 ( 保延 3 年 ) - 1199 年 ( 正治 元年 ) ) と は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 尼僧 。 +1 藤原 伊子 ( ふじわら の いし 、 生没年 不詳 ) は 、 平安 時代 末期 の 女性 。 +-1 月照 ( げっしょう 、 1813 年 ( 文化 ( 元号 ) 10 年 ) - 18 58 年 12 月 20 日 ( 安政 5 年 11 月 16 日 ( 旧暦 ) ) ) は 、 幕末期 の 尊皇 攘夷 派 の 僧侶 。 +-1 久御 山 の って こ バス ( くみやま の って こ バス ) は 、 京都 府 久世 郡 久御山 町 が 運営 し て い る コミュニティバス で あ る 。 +-1 千木 ( ちぎ ) ・ 鰹木 ( かつおぎ ) は 、 今日 で は 神社 建築 に のみ 見 られ る 、 建造 物 の 屋根 に 設け られ た 部材 で あ る 。 +-1 永禄 ( えい ろく ) は 、 日本 の 元号 の 一 つ 。 +1 古 歌集 ( こかしゅう ) は 、 歌集 。 +1 正親町 三条 実義 ( おおぎまち さんじょうさねよし 、 寛政 10 年 11 月 2 日 ( 旧暦 ) ( 1798 年 12 月 8 日 ) - 文政 3 年 6 月 4 日 ( 旧暦 ) ( 1820 年 7 月 13 日 ) は 、 江戸 時代 後期 の 公卿 。 +-1 上賀茂 民芸 協団 ( かみが も みんげい きょうだん ) は 、 京都 市 上賀茂 に あ っ た 民芸 運動 の 実験 工房 。 +-1 和州 吉野 郡 群山 記 ( わ しゅうよしの ぐんぐん ざんき 、 以下 、 郡山 記 と 略記 する ) は 、 江戸 時代 後期 紀州 藩 の 本草 学者 ・ 博物 学 者 、 源 伴 存 が 著 し た 博物 誌 ・ 地誌 。 +1 国分 重胤 ( こくぶん しげ た ね 、 弘長 2 年 ( 1262 年 ) ? - 元徳 2 年 12 月 4 日 ( 旧暦 ) ( 1331 年 1 月 12 日 ) ) は 、 日本 の 鎌倉 時代 に 陸奥 国宮城 郡 に い た と さ れ る 武士 で あ る 。 +1 三善 康連 ( みよし の やす つら 、 建久 4 年 ( 1193 年 ) - 康元 元年 10 月 3 日 ( 旧暦 ) ( 1256 年 10 月 22 日 ) ) は 、 鎌倉 時代 前期 の 鎌倉 幕府 御 家人 ・ 法曹 官僚 。 +-1 ニニギ ( アメニギシクニニギシアマツ ヒコ ヒコホノニニギ ) は 、 日本 神話 に 登場 する 神 。 +1 藤原 真先 ( ふじわら の まさき 、 生年 不詳 - 天平 宝字 8 年 9 月 18 日 ( 旧暦 ) ( 764 年 10 月 21 日 ) ) は 奈良 時代 の 公卿 。 +1 醒睡笑 ( せいすいしょう ) は 庶民 の 間 に 広 く 流行 し た 話 を 集め た 笑話 集 。 +-1 為房 卿記 ( ためふさ きょうき ) は 、 後三 条 ・ 白河 ・ 堀河 ・ 鳥羽 天皇 に 蔵人 ・ 蔵人 頭 と し て 仕え 、 大蔵 卿 ・ 参議 と し て 活躍 し た 藤原 為房 の 日記 で 、 「 大記 」 「 大御 記 」 「 大府 記 」 と も 呼 ば れ る 。 +-1 表右筆 ( おもて ゆうひつ ) は 、 江戸 幕府 に 職制 の 1 つ 。 +1 増阿弥 ( ぞう あみ 、 生没 年 未詳 ) は 世阿弥 と 同 時期 に 活躍 し た 田楽 新座 の 役者 。 +-1 長州 征討 ( ちょうしゅう せいとう ) と は 、 江戸 時代 後期 に 江戸 幕府 と 長州 藩 の 間 で 2 次 に 渡 っ て 行 わ れ た 戦い で あ る 。 +-1 トロッコ 嵐山 駅 ( と ろっこ あらしやま えき ) は 、 京都 府 京都 市 右京 区 嵯峨 小倉山 町 に あ る 、 嵯峨野 観光 鉄道 嵯峨野 観光 鉄道 嵯峨野 観光 線 の 鉄道 駅 。 +-1 杮葺 ( こけらぶき ) と は 、 屋根 葺 手法 の 一 つ で 、 木材 の 薄板 を 用い て 施工 する 。 +-1 享禄 ・ 天文 の 乱 ( きょうろく ・ てんぶん の らん ) は 、 戦国 時代 _ ( 日本 ) 初期 の 浄土 真宗 本願 寺 宗門 に おけ る 教団 改革 を 巡 る 内紛 と 、 これ に 触発 さ れ て 発生 し た 対外 戦争 の 総称 。 +-1 本項 京都 市 西京 区 の 町名 ( きょう とし にしきょうく の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +1 宗像 氏 業 ( むなかた うじ なり ) は 、 宗像 大社 の 第 47 代 大宮司 で あ る 。 +-1 搦手門 ( からめて もん ) は 城門 の 一 つ で 、 大手 門 に 対 し て 開 か れ る 搦手口 の 門 。 +-1 法性 寺 ( ほっ しょうじ ) は 、 京都 市 東山 区 に あ る 浄土 宗 西山 禅林 寺 派 の 寺院 。 +-1 天孫 神社 ( てんそん じんじゃ ) は 、 滋賀 県 大津 市 に あ る 神社 。 +-1 髪洗い ( かみあらい ) と は 、 歌舞伎 の 石橋 ( 能 ) 物 で 、 獅子 が 長 い 毛 を 前 に 垂ら し 首 を 左右 に 振り回 す 所作 。 +-1 橘奈良 麻呂 の 乱 ( たちばな の なら まろ の らん ) は 奈良 時代 の クーデター で あ る 。 +-1 武家 ( ぶけ ) と は 、 幕府 権力 の 総称 、 将軍 家 、 また は 武士 一般 を 指 す 語 。 +-1 日蓮 宗 不受 不 施派 ( にちれん しゅう ふ じゅふせ は ) は 、 日蓮 を 宗祖 と し 、 日奥 を 派祖 と する 、 日蓮 門 下 の 一派 で あ る 。 +1 猪飼 敬所 ( いがいけい しょ   宝暦 11 年 3 月 22 日 ( 旧暦 ) ( 1761 年 4 月 26 日 ) - 弘化 2 年 11 月 10 日 ( 旧暦 ) ( 1845 年 12 月 8 日 ) ) は 、 日本 の 江戸 時代 後期 の 折衷 学派 の 儒学 者 。 +-1 ウ カノミタマ は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +1 夏目 漱石 ( なつめ そうせき 、 慶応 3 年 1 月 5 日 ( 旧暦 ) ( 1867 年 2 月 9 日 ) - 大正 5 年 ( 1916 年 ) 12 月 9 日 ) は 、 日本 の 小説 家 、 評論 家 、 イギリス 文学 者 。 +-1 横大路 家 住宅 ( よこおお じけ じゅうたく ) は 福岡 県 糟屋 郡 新宮 町 上府 に あ る 歴史 的 建造 物 。 +-1 御薗橋 80 1 商店 街 ( みその ばし は ち まる いち しょう てんがい ) は 京都 市 北 区 御薗 橋 西詰 から 西 へ 800 m の 長 さ に 渡 っ て 続 く 京都 市 最北 の 商店 街 で あ る 。 +-1 師範 学校 ( しはん がっこう ) と は 、 戦前 の 学制 改革 に お い て 初等 ・ 中等 学校 教員 の 養成 ( 師範 教育 ) を 目的 と し た 中等 ・ 高等 教育 機関 で あ る 。 +1 小野 岑守 ( おのの みねもり 、 宝亀 9 年 ( 778 年 ) - 天長 7 年 ( 830 年 4 月 19 日 ( 旧暦 ) ) ) は 、 平安 時代 初期 の 貴族 ・ 文人 。 +-1 武家 茶道 ( ぶけさどう ) と は 、 おもに 江戸 時代 以降 に 武家 社会 の 間 で 行 わ れ て き た 茶道 の こと 。 +-1 旗本札 ( はたもと さつ ) は 、 江戸 時代 に 領地 を 持 つ 旗本 が 自領 内 に お い て 独自 に 発行 し た 紙幣 で あ る 。 +1 玉松 真広 ( たまま つまひろ 、 文化 ( 元号 ) 7 年 3 月 17 日 ( 旧暦 ) ( 1810 年 4 月 20 日 ) - 明治 5 年 2 月 15 日 ( 旧暦 ) ( 1872 年 3 月 23 日 ) ) は 幕末 期 の 国学 者 。 +1 平惟 仲 ( たいら の これ なか 、 天慶 7 年 ( 944 年 ) - 寛弘 2 年 3 月 14 日 ( 旧暦 ) ( 100 5 年 4 月 25 日 ) ) は 、 平安 時代 中期 の 公家 。 +1 藤原 朝子 ( ふじわら の あさこ / ともこ 、 生年 不詳 - 永 万 2 年 1 月 10 日 ( 旧暦 ) ( 116 6 年 2 月 19 日 ) ) は 平安 時代 後期 の 女性 。 +-1 幡岳 寺 ( ばんがくじ ) は 、 滋賀 県 高島 市 マキノ 町中庄 に あ る 曹洞 宗 の 寺院 。 +-1 煎餅 ( せんべい ) と は 、 穀物 の 粉 を 使 っ て 作 る 食べ物 の 一 つ で あ る 。 +1 『 野ざら し 紀行 』 ( のざらし き こう ) は 、 江戸 時代 中期 の 俳諧 師 松尾 芭蕉 の 紀行 。 +-1 盆栽 ( ぼんさい ) と は 、 草木 を 鉢 に 植え て 、 枝 ぶり 、 葉姿 、 幹 の 肌 、 根 及び 鉢 の 総称 、 もしくは その 姿 全体 を 鑑賞 する 趣味 。 +1 岡本 重之 ( おかもと しげゆき 、 慶安 4 年 ( 1651 年 ) - 宝永 8 年 2 月 20 日 ( 旧暦 ) ( 1 71 1 年 4 月 7 日 ) ) は 赤穂 藩 主 浅野 長矩 の 家臣 。 +1 智尊 ( ち そん 、 天武 天皇 元年 ( 67 2 年 7 月 22 日 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 長田 肥前 ( ながたひぜん 、 生没年 不詳 ) は 伯耆 民談記 、 因幡志 など に 見え る 安土 桃山 時代頃 の 人物 。 +-1 天橋立 ( あまの はしだて ) は 、 京都 府 宮津 市 の 宮津 湾 に あ る 景勝 地 で あ る 。 +1 小西 隆佐 ( こ にし りゅうさ ) は 、 戦国 時代 _ ( 日本 ) から 安土 桃山 時代 に かけ て の 堺 市 の 豪商 。 +1 田村 大嬢 ( たむら の おおおとめ 、 生没年 不詳 ) は 、 大伴 宿奈 麻呂 の 娘 。 +-1 覚源 ( かく げん 、 長保 2 年 ( 1000 年 ) - 治暦 元年 8 月 18 日 ( 旧暦 ) ( 1065 年 9 月 20 日 ) ) は 、 平安 時代 後期 の 真言 宗 の 日本 の 僧 。 +-1 屋形 ( やかた ) と は 、 公家 や 武家 など 貴人 の 館 の こと を 意味 する 。 +1 巨勢 金岡 ( こせ の かなおか 、 生没 年 未詳 ) は 平安 時代 前期 の 宮廷 画家 。 +1 新撰 万葉 集 ( しんせん まん よう しゅう ) は 、 私撰 の 歌集 。 +-1 下御 霊 神社 ( しも ご りょう じんじゃ ) は 、 京都 市 上京 区 に あ る 神社 で あ る 。 +-1 信濃源 氏 ( しな の げんじ ) は 、 中世 に 信濃 国 に 土着 し 本拠 と し た 源 氏 の 氏族 を 指 し た 呼称 。 +-1 府 県 制 ( ふ けん せい ) は 、 1890 年 ( 明治 23 年 ) に 制定 さ れ た 地方 行政 制度 で あ る と とも に 、 それ を 規定 し た 法律 で も あ る 。 +-1 順下 ( じゅんか ) は 、 日本 泳法 の 飛込 み 術 で あ る 。 +1 島田 魁 ( しまだ かい 、 文政 11 年 1 月 15 日 ( 旧暦 ) ( 182 8 年 2 月 29 日 ) - 明治 33 年 ( 190 0 年 ) 3 月 20 日 ) は 、 新 選 組 二 番 隊 伍長 諸士 調役 兼 監察 。 +1 聖徳 太子 ( しょうとくたい し 、 敏達 天皇 3 年 1 月 1日 ( 旧暦 ) ( 574 年 2 月 7 日 ) - 推古 天皇 30 年 2 月 22 日 ( 旧暦 ) ( 622 年 4 月 8 日 ) ( 同 29 年 2 月 5 日 ( 旧暦 ) 説 あ り - 『 日本 書紀 』 ) ) は 、 飛鳥 時代 の 皇族 。 +1 錦小路 頼徳 ( にしき の こうじ より のり 、 天保 6 年 4 月 24 日 ( 旧暦 ) ( 1835 年 5 月 21 日 ) - 元治 元年 4 月 27 日 ( 旧暦 ) ( 1864 年 6 月 1日 ) ) は 、 幕末 の 尊皇 攘夷 派 公家 。 +-1 唐衣 ( からぎぬ ) は 、 十 二 単 を 構成 する 着物 の 一 つ 。 +-1 朴葉 寿司 ( ほおばずし ) は 岐阜 県 の 飛騨 国 地方 の 南部 から 東濃 ・ 中濃 地方 、 長野 県 木曽 地域 地方 の 郷土 料理 。 +-1 高賀 十 種 ( こう が じっしゅ ) は 、 澤村 宗十郎 ( 7 代 目 ) が 撰 じ た 選定 し た 紀伊國 屋 ( 歌舞伎 ) 澤村 宗十郎 の お 家芸 。 +-1 一 国 一 城令 ( いっ こく いち じょうれい ) は 元和 ( 日本 ) 元年 ( 1615 年 ) 閏 6 月 13 日 に 江戸 幕府 が 制定 し た 法令 で あ る 。 +-1 正六 位 ( しょうろく い ) と は 、 日本 の 位 階 及び 神階 に おけ る 位 の ひと つ 。 +1 安倍 季巌 ( あべすえ よし 、 190 4 年 5 月 6 日 - 1986 年 3 月 18 日 ) は 、 雅楽 師 、 日本 芸術 院 会員 。 +-1 絵巻物 ( えまきもの ) は 、 日本 の 絵画 形式 の 1 つ で 、 横長 の 紙 ( また は 絹 ) を 水平 方向 に つな い で 長大 な 画面 を 作 り 、 情景 や 物語 など を 連続 し て 表現 し た もの 。 +1 中島 信行 ( なかじま のぶゆき 、 弘化 3 年 8 月 15 日 ( 旧暦 ) ( 1846 年 10 月 5 日 ) - 明治 32 年 ( 1899 年 ) 3 月 26 日 ) は 、 明治 時代 の 政治 家 、 初代 衆議 院 議長 、 男爵 。 +-1 尋範 ( じんぱん 、 寛治 7 年 ( 1093 年 ) - 承安 ( 日本 ) 4 年 ( 1174 年 ) は 平安 時代 末期 の 僧侶 。 +-1 京都 SF フェスティバル ( きょうと えすえふふぇすてぃばる ) は 、 1982 年 以降 、 毎年 秋 に 京都 で 開 か れ る SF コンベンション 。 +1 中山 慶子 ( なかやま よしこ 、 天保 6 年 11 月 28 日 ( 旧暦 ) ( 1836 年 1 月 16 日 ) - 明治 40 年 ( 1907 年 ) 10 月 5 日 ) は 、 明治 天皇 の 生母 。 +-1 紙屋院 ( かみや いん ) は 律令 制 に おけ る 図書 寮 の 別所 ( 付属 機関 ) で 朝廷 で 用い る 紙 の 製造 を 扱 っ た 。 +-1 顔 見世 ( かおみせ ) は 、 歌舞伎 で 、 1 年 に 1 回 、 役者 の 交代 の あと 、 新規 の 顔ぶれ で 行 う 最初 の 興行 で あ る 。 +1 春道 列 樹 ( はるみち の つら き 、 ? - 延喜 20 年 ( 920 年 ) ) は 、 平安 時代 中期 の 歌人 。 +1 吉子 女王 ( よしこ じょ おう 、 文化 ( 元号 ) 元年 9 月 25 日 ( 旧暦 ) ( 180 4 年 10 月 28 日 ) - 明治 26 年 ( 1893 年 ) 1 月 27 日 ) は 、 幕末 から 明治 時代 の 皇族 出身 女性 。 +-1 青苗 簿 ( せいびょうぼ ) と は 、 律令 制 に お い て 実際 の 田地 の 耕作 状況 を 記 し た 帳簿 の こと 。 +1 大久保 長安 ( おおくぼ ながやす ( ちょうあん ) ) は 、 戦国 時代 _ ( 日本 ) の 武将 。 +1 滋野 貞主 ( しげの の さだぬし 、 延暦 4 年 ( 785 年 ) - 仁寿 2 年 2 月 8 日 ( 旧暦 ) ( 85 2 年 3 月 2 日 ) ) は 平安 時代 前期 の 官僚 。 +1 野村 芳亭 ( のむら ほうてい 、 1880 年 11 月 13 日 - 1934 年 8 月 23 日 ) は 、 大正 ・ 昭和 初期 の 映画 監督 、 脚本 家 、 映画 プロデューサー で あ る 。 +1 宇都宮 景綱 ( うつのみや かげつ な 、 1235 年 ( 嘉禎 元年 ) - 1298 年 6 月 10 日 ( 永仁 6 年 5 月 1日 ( 旧暦 ) ) ) は 鎌倉 時代 中期 の 武将 。 +1 麛坂 皇子 ( かご さか の みこ 、 ? - 神功 元年 ( 20 1 年 ) 2 月 ( 旧暦 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 伝え られ る 古墳 時代 の 皇族 ( 王族 ) 。 +-1 薬師寺 吉祥天像 ( やくしじ きちじょう てん ぞう ) は 、 奈良 時代 の 吉祥天 の 画像 で 、 奈良 県 薬師寺 に 所蔵 さ れ て い る 。 +-1 元 老院 ( げんろう いん ) は 、 明治 初期 の 日本 の 立法 機関 。 +-1 源 氏 供養 ( げんじく よう ) は 、 源氏 物語 および その 作者 で あ る 紫式 部 を 供養 する こと 。 +1 巨勢 野足 ( こせの の たり 、 天平 21 年 ( 750 年 ) - 弘仁 7 年 12 月 14 日 ( 旧暦 ) ( 817 年 1 月 9 日 ) ) は 、 平安 時代 初期 の 将軍 、 政治 家 。 +1 田中 勝介 ( たなか しょうすけ 、 生没年 不詳 ) は 、 江戸 時代 初期 の 京都 の 貿易 商人 。 +-1 味噌 漬け ( みそづけ ) は 、 野菜 、 肉 、 魚 など を 味噌 に 漬け た もの で あ る 。 +-1 興福院 ( こんぶ いん ) は 、 奈良 県 奈良 市 法蓮 町 に あ る 浄土 宗 の 尼寺 。 +1 鞍作 福利 ( くら つくり の ふく り 、 生没年 不詳 ) は 、 飛鳥 時代 の 通事 ( = 通訳 ) で あ る 。 +1 後拾遺和 歌集 ( ご しゅう いわかしゅう ) は 八代 集 の 第 四 、 『 拾遺 和 歌集 』 の 後継 た る べ く 編 ま れ た 勅撰 和 歌集 で あ る 。 +1 福井 謙一 ( ふくい けんいち 、 1918 年 10 月 4 日 - 1998 年 1 月 9 日 ) は 、 日本 の 化学 者 。 +1 伴 信友 ( ばん のぶとも 、 1773 年 3 月 17 日 ( 安永 2 年 2 月 25 日 ( 旧暦 ) ) - 1846 年 12 月 2 日 ( 弘化 3 年 10 月 14 日 ( 旧暦 ) ) ) は 、 江戸 時代 の 国学 者 で あ る 。 +1 平行 盛 ( たいら の ゆきもり 、 生年 未詳 - 元暦 2 年 3 月 24 日 ( 旧暦 ) ( 1185 年 4 月 25 日 ) ) は 、 平安 時代 末期 の 武将 。 +-1 文安 の 麹騒動 ( ぶんあん の こうじ そうどう ) と は 、 室町 時代 、 京都 に お い て 酒造 工程 の 一 つ で あ る 麹造り を 支配 し て い た 座 ( 北野 麹座 ) が 室町 幕府 の 攻撃 を 受け て 没落 し た 事件 。 +-1 大和 葛城山 ( やま と かつらぎ さん ) は 、 奈良 県 御所 市 と 大阪 府 南河内 郡 千早 赤阪村 と の 境 に 位置 する 山 。 +-1 浄土 真宗 東 本願 寺 派 ( じょうど しんしゅう ひがしほんがん じ は ) は 、 真宗 大谷 派 ( 末寺 数 約 10000 ) から 独立 し た 三百 数十 ヶ寺 の 末寺 ・ 崇敬 寺院 から な る 浄土 真宗 の 一派 で あ る 。 +-1 鞭懸 ( む ちかけ ) は 、 神明 造 で 、 棟 の 下 、 扠首竿 ( さすざお ) の 左右 に 当た っ て 破風 面 から 、 左右 4 本 ずつ 突き出 し た 、 計 8 本 の 小さ い 木 で あ る 。 +1 服部 半蔵 ( はっとり はん ぞう ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 初期 に かけ て 松平 氏 〜 徳川 氏 の 麾下 で 活躍 し た 武士 で 、 代々 「 半蔵 」 を 仮名 ( 通称 ) の 名乗り と し た 服部 半蔵 家 の 歴代 当主 たち で あ る 。 +-1 京都 コンサート ホール ( きょう と こんさーと ほーる ) は 、 京都 市 左京 区 に 位置 する クラシック 音楽 コンサート 専用 の ホール 。 +1 玉乃 世履 ( たま の せいり 、 182 5 年 9 月 3 日 ( 文政 8 年 7 月 21 日 ( 旧暦 ) ) - 1886 年 8 月 8 日 ) は 、 岩国 藩 ( 後 の 山口 県 ) 出身 の 裁判 官 。 +1 藤原 敦信 ( ふじわら の あつの ぶ 。 生没年 不詳 ) は 、 平安 時代 中期 の 歌人 。 +-1 霊山 寺 ( りょうぜん じ 、 りょうせん じ 、 れいざんじ ) は 仏教 寺院 の 名称 。 +-1 遣明船 ( けんみんせん ) は 室町 時代 の 応永 11 年 ( 140 4 年 ) から 天文 ( 元号 ) 16 年 ( 1547 年 ) まで 約 1 世紀 半 で 17 次 ( のべ 84 隻 ) に 渡 り 、 日明 貿易 ( 勘合 貿易 ) に 用い られ た 船 の こと で あ る 。 +-1 授翁 宗弼 ( じゅ おうそう ひつ 、 1296 年 - 13 80 年 ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 臨済 宗 の 僧 。 +-1 丹後 弁 ( たんご べん ) は 、 京都 府 宮津 市 から 京丹後 市 を 中心 に 話 さ れ て い る 日本 語 の 方言 の 一種 。 +1 永山 武四郎 ( ながやま たけしろう 、 天保 8 年 4 月 24 日 ( 旧暦 ) ( 1837 年 5 月 28 日 ) - 明治 37 年 ( 190 4 年 ) 5 月 27 日 ) は 、 日本 の 陸軍 軍人 、 華族 。 +1 高松宮 好仁 親王 ( たかまつ の みや よしひと しんのう 、 慶長 8 年 3 月 18 日 ( 160 3 年 4 月 29 日 ) - 寛永 15 年 6 月 3 日 ( 1638 年 7 月 14 日 ) は 、 江戸 時代 前期 の 日本 の 皇族 。 +1 美濃王 ( みの の おおきみ 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 高級 芝居 茶屋 ( 大茶屋 ) の 二 階 の 様子 。 +1 武野 紹鴎 ( たけの じょうおう 、 文亀 2 年 ( 150 2 年 ) - 弘治 ( 日本 ) 元年 閏 10 月 29 日 ( 155 5 年 12 月 12 日 ) ) は 、 堺 市 の 豪商 ( 武具 商 あるいは 皮革 商 ) 。 +-1 位田 ( いでん ) は 、 日本 の 律令 制 に お い て 、 五 位 以上 の 有位 者 と 有品 の 皇族 へ 位階 ・ 品位 に 応 じ て 支給 さ れ た 田地 で あ る 。 +1 久我 堯通 ( こがたかみち 、 慶長 13 年 ( 160 8 年 ) - 寛永 19 年 3 月 18 日 ( 旧暦 ) ( 1642 年 4 月 17 日 ) ) は 、 江戸 時代 前期 の 廷臣 。 +-1 三鈷 寺 ( さん こじ ) は 、 京都 市 西京 区 大原野 に あ る 西山 宗 の 寺院 。 +1 南条 時光 ( なんじょう ときみつ 、 正元 ( 日本 ) 元年 ( 1259 年 ) - 元弘 2 年 / 正慶 元年 5 月 1日 ( 旧暦 ) ( 1332 年 5 月 25 日 ) は 、 鎌倉 時代 後期 の 武将 。 +-1 間之 町 通 ( あい の まち どおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +-1 律令 制 ( りつりょうせい ) は 、 主に 古代 東 アジア で 見 られ た 中央 集権 的 な 統治 制度 で あ る 。 +-1 本誓偈 ( ほんぜい げ ) と は 、 阿弥陀 如来 一仏 に 対 し て 称え る もの で あ り 、 この 偈文 は 『 観無 量 寿経疏 』 玄義 分 に 依 る 。 +1 一色 義直 ( いっ し き よしなお 、 永享 3 年 ( 1431 年 ) - 没年 不詳 ) は 室町 時代 の 大名 ( 守護 大名 ) 。 +1 卜部 兼方 ( うらべ かね かた 、 生没年 不詳 ) は 、 鎌倉 時代 中後期 の 神祇 を つかさど る 官人 、 神道 家 。 +-1 二条 ( にじょう ) 家 は 、 摂家 の ひと つ で 公家 で あ る 。 +1 京極 持 清 ( きょうごく もちき よ 、 1407 年 ( 応永 14 年 ) - 1470 年 8 月 30 日 ( 文明 ( 日本 ) 2 年 8 月 4 日 ( 旧暦 ) ) ) は 守護 大名 で あ る 京極 氏 の 室町 時代 中後期 の 当主 。 +-1 武田 征伐 ( たけだ せいばつ ) は 、 織田 信長 が 、 長篠 の 戦い 以降 勢力 が 衰え た 武田 勝頼 の 領地 で あ る 駿河 ・ 信濃 ・ 甲斐 へ 侵攻 し 、 武田 氏 一族 を 攻め 滅ぼ し た 一連 の 合戦 で あ る 。 +1 榛谷 重朝 ( はんが や   しげと も ) は 平安 時代 末期 から 鎌倉 時代 初期 の 武将 。 +-1 比叡山頂遊園 地 ( ひ えいざん ゆうえんち ) は 、 かつて 京都 府 京都 市 左京 区 の 比叡山 に あ っ た 遊園 地 で あ る 。 +-1 世尊 寺 家 ( せそんじけ ) は 、 藤原 氏 から 出 た 氏族 の 一 つ 。 +1 藤原 教長 ( ふじわら の のりな が 、 天仁 2 年 ( 1109 年 ) - 治承 4 年 ( 1180 年 ) は 平安 時代 末期 の 公家 。 +-1 鳥居 ( とりい ) と は 神社 など に お い て 神域 と 人間 が 住 む 俗界 を 区画 する もの ( 結界 ) で あ り 、 神域 へ の 入口 を 示 す もの 。 +1 松本 佐多 ( まつもと さた 、 本名 愛子 、 1873 年 - 1955 年 ) は 祇園 甲部 の 芸妓 、 上方 舞井上流 の 日本 舞踊 家 。 +-1 十 二 神社 ( じゅう に じんじゃ ) は 、 奈良 県 天理 市 に あ る 神社 で あ る 。 +-1 法勝 寺 ( ほっ しょうじ ) は 、 平安 時代 から 室町 時代 まで 平安 京 の 東郊 、 白河 ( 京都 市 ) ( 現在 の 岡崎 公園 、 京都 市 動物 園 周辺 ) に あ っ た 六勝 寺 の ひと つ で あ る 。 +1 早野 巴人 ( はや の は じん 、 延宝 4 年 ( 1676 年 ) - 寛保 2 年 6 月 6 日 ( 旧暦 ) ( 1742 年 7 月 7 日 ) ) 江戸 時代 の 俳人 。 +-1 日本 > 近畿 地方 > 京都 府 > 綴喜 郡 +1 根 の 国 ( ね の くに ) は 、 日本 神話 に 登場 する 異界 で あ る 。 +-1 宝生 九郎 ( ほうしょう くろう ) は 、 シテ 方 宝生 流 宗家 が 使用 する 芸名 。 +-1 礼銭 ( れいせん ) と は 、 本来 は 室町 幕府 に お い て 征夷 大将軍 の 任命 など の 祝い 事 の 際 に 守護 大名 や 寺社 など から 献上 さ れ た 祝い 金 の こと 。 +-1 金剛 杵 ( こんごう しょ ) 、 サンスクリット ヴァジュラ ・ ヴァジラ ( ) は 、 密教 や チベット 仏教 に おけ る 法具 で あ る 。 +1 十 束 剣 ( とつか の つるぎ ) は 日本 神話 に 登場 する 剣 。 +-1 刈田 狼藉 ( かりたろうぜき 、 かっ た ろうぜき ) は 、 中世 日本 に お い て 土地 の 知行 など を 主張 する ため に 田 の 稲 を 刈り取 っ た 実力 行使 を い う 。 +-1 旗本 寄合席 ( はた もと より あいせき ) は 、 江戸 幕府 の 3,000 石 以上 の 上級 旗本 無 役者 ・ 布衣 以上 の 退職 者 ( 役寄合 ) の 家格 。 +-1 延喜 式 ( えんぎしき ) と は 、 平安 時代 中期 に 編纂 さ れ た 格式 ( 律令 の 施行 細則 ) 。 +1 伴蒿 蹊 ( ばんこう けい 、 享保 18 年 10 月 1日 ( 旧暦 ) ( 1733 年 11 月 7 日 ) - 文化 ( 元 号 ) 3 年 7 月 25 日 ( 旧暦 ) ( 180 6 年 9 月 7 日 ) ) は 、 江戸 時代 後期 の 歌人 ・ 文筆 家 。 +-1 黄泉軍 ( よも ついくさ ) は 、 日本 神話 に お い て 黄泉 に 棲 む と さ れ る 鬼達 。 +-1 当たり 振る舞い ( あたり ぶるまい ) は 、 演劇 興行 の 大入り の 時 に 、 その 祝い に 行な っ た 饗応 で あ る 。 +1 松平 資訓 ( まつだいら すけくに ) は 、 江戸 時代 の 大名 、 京都 所司 代 。 +1 得川 義季 / 世良田 義季 ( とくがわ よしすえ / せらだ よしすえ 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 頃 に 上野 国 で 活動 し た 武士 で 、 清和 源 氏 の 新田 氏 の 支流 、 得川 氏 および の 世良田 氏 始祖 で あ る 。 +-1 瀬田 の 唐橋 ( せた の からはし ) は 、 滋賀 県 大津 市 瀬田 の 淀川 に かか る 橋 。 +1 小川 祐忠 ( おがわ すけただ 、 天文 _ ( 元号 ) 18 年 ( 1549 年 ) - 慶長 6 年 ( 160 1 年 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +-1 天正 通宝 ( てんしょう つうほう ) は 、 日本 の 安土 桃山 時代 に 発行 さ れ た 貨幣 。 +1 西園寺 公経 ( さいおんじ きん つね 、 承安 ( 日本 ) 元年 ( 11 71 年 ) - 寛元 2 年 8 月 29 日 ( 旧暦 ) ( 1244 年 10 月 2 日 ) ) は 、 鎌倉 時代 の 公家 ・ 歌人 。 +-1 元 慶寺 ( がんけいじ ) は 京都 府 京都 市 山科 区 に あ る 天台 宗 の 寺院 。 +1 文成覚 ( ふみの じょうかく 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 西 雲院 ( さいうんいん ) は 京都 府 京都 市 左京 区 黒谷 町 に あ る 、 浄土 宗 大 本山 金戒 光明寺 ( 通称 寺 名 くろ 谷 さん ) の 仏塔 塔頭 ( たっちゅう ) で あ る 。 +-1 逆縁 ( ぎゃく えん ) と は 、 仏 の 教え を 素直 に 信 じ な い ( 縁 に 背 く ) こと 、 また は その よう な 救 い 難 い 人 を い う 。 +-1 日本 > 近畿 地方 > 京都 府 > 船井 郡 +-1 四条 河原町 ( しじょう かわらまち ) は 、 京都 府 京都 市 下京 区 および 中京 区 に またが る 交差 点名 で あ る 。 +-1 東山 御 文庫 ( ひがしやま ご ぶんこ ) と は 、 京都 御所 内 の 東北隅 に 位置 する 皇室 の 文庫 。 +1 『 蘭学 事始 』 ( らんがく こと はじめ ) は 、 文化 12 年 ( 1815 年 ) 、 83 歳 の 杉田 玄白 が 蘭学 草創 の 当時 を 回想 し て 記 し 、 大槻 玄沢 に 送 っ た 手記 。 +-1 チャンバラ は 、 時代 物 の 演劇 や 映画 の なか で 行 わ れ る 剣戟 の 場面 の こと 。 +1 八木 源 之丞 ( やぎ げん の じょう 、 1814 年 ( 文化 ( 元号 ) 11 年 ) - 190 3 年 ( 明治 36 年 ) 12 月 21 日 ) は 、 幕末 の 山城 国 葛野 郡 壬生 村 の 富裕 郷士 。 +-1 道光 法 親王 ( どうこう ほっ しん のう 、 慶長 17 年 3 月 8 日 ( 旧暦 ) ( 1612 年 4 月 8 日 ) - 延宝 6 年 6 月 18 日 ( 旧暦 ) ( 167 8 年 8 月 5 日 ) ) は 、 江戸 時代 前期 の 法親王 ・ 学僧 。 +1 乃美 織江 ( のみおりえ 、 文政 5 年 1 月 28 日 ( 旧暦 ) ( 182 2 年 2 月 19 日 ) - 明治 39 年 ( 190 6 年 ) 7 月 24 日 ) は 長州 藩 志士 。 +-1 有職 故 実 ( ゆうそく こじつ ) と は 、 古来 から の 先例 に 基づ き 、 官職 ・ 儀式 ・ 装束 など を 研究 する こと 。 +-1 茶櫃 ( ちゃびつ 、 あるいは ちゃひつ ) は 煎茶 道具 一式 を 入れ て 置 く 蓋 付き の 容器 。 +-1 桐一葉 ( きりひと は ) は 、 坪内 逍遥作 の 歌舞伎 の 歌舞伎 の 演目 一覧 。 +1 統子 内 親王 ( むねこ な い しんのう 、 大治 元年 7 月 23 日 ( 1126 年 8 月 13 日 ) - 文治 5 年 7 月 20 日 ( 1189 年 9 月 2 日 ) ) は 、 鳥羽 天皇 の 皇女 ( 母 は 中宮 藤原 璋子 ) で 同母 兄 に 崇徳 天皇 、 同母 弟 に 後白河 天皇 が い る 。 +-1 鏡餅 ( かがみもち ) と は 、 正月 など に 神仏 に 供え る 円 く て 平た い 餅 の こと で あ る 。 +-1 城 ( しろ ) と は 、 敵 に 攻め込 ま れ た 際 の 防衛 拠点 と し て 設け られ た 構造 物 。 +-1 島原 七 不思議 ( しまばら ななふしぎ ) また は 嶋原 七 不思議 は 、 京都 市 の 花街 嶋原 に 伝え られ て い る 七 不思議 の 一 つ 。 +-1 中立 売通 ( なかだちうりどおり ) は 京都 市 の 東西 の 通り の 一 つ 。 +-1 宣照 寺 ( せん しょうじ ) は 、 京都 府 京都 市 伏見 区 に あ る 日 蓮 正宗 の 寺院 。 +-1 お花 ( お はな ) と は 、 お 祝い や お 供え と し て 出 さ れ る 金品 の こと 。 +1 賢憬 ( けん けい 、 和銅 7 年 ( 71 4 年 ) - 延暦 12 年 11 月 8 日 ( 旧暦 ) ( 793 年 12 月 15 日 ) ) は 、 奈良 時代 の 法 相 宗 の 僧 。 +-1 妙満寺 ( みょう まんじ ) は 、 京都 府 京都 市 左京 区 に あ る 、 顕本 法華 宗 の 総 本山 。 +1 佐伯 伊多智 ( さえき の い たじ ) は 、 奈良 時代 の 貴族 。 +1 松平 忠俊 ( まつだいら ただ とし 、 生年 不明 - 正保 2 年 12 月 13 日 ( 旧暦 ) ( 1646 年 1 月 29 日 ) ) は 、 江戸 時代 の 人物 。 +1 近衛 府 、 参議 、 兵部 卿 、 大宰 大弐 など を 歴任 し 、 正 三 位 に 至 る 。 +-1 奈良 県 立民俗 博物 館 ( なら けんりつ みんぞく はくぶつ かん ) は 、 奈良 県 大和郡山 市 矢田町 に あ る 博物 館 で あ る 。 +-1 百 官 名 ( ひゃっかん な ) と は 武士 が 称 し た 官位 風 の 人名 を い う 。 +-1 俊士 ( しゅんし ) と は 、 平安 時代 以降 、 文章 生 に 与え られ た 称号 。 +-1 南 禅院 ( なんぜんいん ) は 、 京都 市 左京 区 に あ る 臨済 宗 南禅 寺 派 大 本山 ・ 南禅 寺 の 塔頭 で あ る 。 +1 小松 天皇 ( こまつ てんのう ) 1334 年 ( 建武 ( 日本 ) 元年 ) 3 月 14 日 - 13 75 年 ( 天授 ( 日本 ) 元年 ) は 、 戦後 、 南朝 ( 日本 ) 正統 を 主張 し た 三浦 芳聖 の 遠祖 で 、 三浦 皇統家 第 三 代 の 天皇 。 +-1 池坊 専慶 ( いけのぼうせん けい 、 生没年 不詳 ) は 、 室町 時代 中期 の 京都 頂法 寺 ( 六角 堂 ) 池坊 の 僧侶 。 +1 足利 義澄 ( あしかが よしずみ ) は 、 室町 幕府 の 第 11 代 征夷 大将軍 ( 在位 : 明応 2 年 ( 1493 年 ) - 永正 8 年 ( 150 8 年 ) 。 +1 伊原 敏郎 ( いはら としお ) 、 明治 3 年 4 月 24 日 ( 旧暦 ) ( 1870 年 5 月 24 日 ) - 昭和 16 年 ( 1941 年 ) 7 月 26 日 ) は 、 演劇 評論 家 、 劇作 家 。 +1 横山 安武 ( よこやま やすたけ 、 天保 14 年 ( 1843 年 ) - 明治 3 年 7 月 26 日 ( 旧暦 ) ( 1870 年 8 月 22 日 ) ) は 、 鹿児島 藩 の 慷慨 家 。 +1 小野 小贄 ( おのの お にえ 、 生没年 不詳 ) は 、 奈良 時代 の 貴族 。 +-1 鳴滝 駅 ( なるたき えき ) は 、 京都 市 右京 区 鳴滝 嵯峨 園 町 に あ る 京福 電気 鉄道 京福 電気 鉄道 北野 線 の 鉄道 駅 。 +-1 無 関 普門 ( む かん ふもん 、 建暦 2 年 ( 1212 年 ) - 正応 4 年 12 月 12 日 ( 旧暦 ) ( 1292 年 1 月 3 日 ) ) は 、 鎌倉 時代 中期 の 臨済 宗 の 僧 。 +-1 法起 寺 ( ほうき じ 、 ほっきじ ) は 、 奈良 県 生駒 郡 斑鳩 町 岡本 に あ る 聖徳 宗 の 寺院 。 +-1 大道寺 氏 ( だいどうじ し ) は 日本 の 氏族 の 一 つ 。 +-1 格式 ( きゃくしき ) と は 、 律令 の 補完 の 為 に 出 さ れ た 法令 あるいは それ ら を 纏め た 法令 集 の 事 を 指 す 。 +-1 醒井 養鱒 場 ( さめ がい よう そんじょう ) は 、 滋賀 県 米原 市 に あ る 、 県立 淡水 魚 養殖 ・ 研究 施設 。 +1 西川 如見 ( にしかわ じょ けん 、 慶安 元年 ( 1648 年 ) - 享保 9 年 9 月 24 日 ( 旧暦 ) ( 1724 年 11 月 9 日 ) ) は 、 江戸 時代 中期 の 天文 学 者 。 +-1 京 人形 ( きょうにんぎょう ) と は 、 京都 府 京都 市 周辺 で 伝統 的 に 制作 さ れ て き た 高級 日本 人形 の 総称 で あ る 。 +-1 元弘 の 乱 ( げんこう の らん ) は 、 1331 年 ( 元弘 元年 ) に 起き た 。 +1 祖心 尼 ( そしん に 、 天正 16 年 ( 1588 年 ) - 延宝 3 年 3 月 11 日 ( 旧暦 ) ( 167 5 年 4 月 5 日 ) ) は 、 伊勢 国 岩手 城主 ・ 牧村 利貞 の 娘 で 、 江戸 時代 の 江戸 幕府 3 代 征夷 大将軍 ・ 徳川 家光 に 仕え た 尼 で あ る 。 +-1 京阪 ( けいはん ) +-1 寒 中 見舞い ( かんちゅう みまい ) は 、 日本 の 慣習 の 一 つ で あ る 。 +1 北白川 宮 ( きたしらかわ のみや ) は 、 明治 初期 、 伏見 宮 邦家 親王 の 第 13 王子 ・ 智成 親王 が 創設 し た 宮家 。 +-1 鉄火 ( てっか ) ・ 鐡火 と は 、 鍛冶 など に お い て 鉄 に 熱 を 加え 、 赤 く 焼け て い る 様 や 、 それ ら を 鍛造 する 時 の 火花 を さ す 。 +-1 源義親 の 乱 ( みなもと の よしちか の らん ) は 平安 時代 中期 に 起き た 反乱 。 +-1 歳 寒 三友 ( さいかん の さんゆう ) は 、 宋 ( 王朝 ) 代 より 始ま っ た 、 中国 の 文人 画 で 好 ま れ る 画題 の ひと つ で あ る 。 +1 秦 大魚 ( はた の おおな 、 生没年 不詳 ) は 、 奈良 時代 の 貴族 。 +1 雲谷 派 は 雲谷 等 顔 を 開祖 と する 江戸 時代 の 画派 。 +-1 治安 警察 法 ( ちあん けいさつ ほう ) は 、 かつて 日本 に 存在 し た 法律 。 +1 藤原 枝良 ( ふじわら の えだ よし 、 承和 ( 日本 ) 12 年 ( 845 年 ) - 延喜 17 年 5 月 27 日 ( 旧暦 ) ( 917 年 6 月 19 日 ) ) は 平安 時代 前期 の 廷臣 。 +1 式明親王 ( のりあきら しんのう 、 延喜 7 年 ( 90 7 年 ) - 康保 3 年 12 月 17 日 ( 旧暦 ) ( 96 7 年 1 月 30 日 ) ) は 、 平安 時代 中期 の 皇族 。 +1 藤原 成範 ( ふじわら の しげの り 、 保延 元年 ( 1135 年 ) - 文治 3 年 3 月 16 日 ( 旧暦 ) ( 1187 年 4 月 26 日 ) ) は 平安 時代 末期 の 公卿 。 +1 中 御門 為 方 ( なかみかど ため まさ 、 建長 7 年 ( 1255 年 ) - 嘉元 4 年 12 月 11 日 ( 旧暦 ) ( 1307 年 1 月 15 日 ) ) は 鎌倉 時代 の 公家 。 +1 三条 公房 ( さんじょうきん ふさ 、 治承 3 年 ( 1179 年 ) - 建長 元年 8 月 16 日 ( 旧暦 ) ( 1249 年 9 月 23 日 ) ) は 鎌倉 時代 の 公卿 。 +1 村国子 老 ( むら くに の お い 、 生没年 不明 ) は 、 日本 の 奈良 時代 の 人物 で あ る 。 +1 平盛 澄 ( たいら の もりずみ 、 生没年 不詳 ) は 平氏 政権 後期 の 平家 の 侍 大将 の 一人 。 +1 細川 定禅 ( ほそかわ じょうぜん 、 生年 不詳 - 1339 年 ( 延元 4 年 / 暦応 2 年 ) ? ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +1 藤原 雅長 ( ふじわら の まさな が 、 久安 元年 ( 1145 年 ) - 建久 7 年 7 月 26 日 ( 旧暦 ) ( 1196 年 8 月 21 日 ) ) は 、 平安 時代 後期 の 公卿 。 +-1 嵐山 線 ( あらしやま せん ) は 、 京都 府 京都 市 西京 区 の 桂駅 から 嵐山 駅 ( 阪急 ) まで を 結 ぶ 阪急 電鉄 の 鉄道 路線 。 +1 久我 通誠 ( こが みち と も 、 万治 3 年 1 月 27 日 ( 旧暦 ) ( 16 60 年 3 月 8 日 ) - 享保 4 年 7 月 7 日 ( 旧暦 ) ( 1 71 9 年 8 月 22 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +-1 羽州 探題 ( うしゅうたんだい ) は 、 室町 時代 の 出羽 国 に 置 か れ た 室町 幕府 の 役職 。 +-1 茅葺 ( かやぶき ) と は 、 カヤ ( 草 ) ( ススキ や チガヤ など ) を 材料 に し て 葺 く 家屋 の 屋根 の 構造 の 一 つ で 、 茅葺 き 屋根 、 茅葺 屋根 と も い う 。 +1 伏見宮 貞 敬親王 ( ふしみのみや さだゆき しんのう 、 安永 ( 元 号 ) 4 年 12 月 10 日 ( 旧暦 ) ( 1776 年 1 月 1日 ) - 天保 12 年 1 月 21 日 ( 旧暦 ) ( 1841 年 2 月 12 日 ) ) は 、 江戸 時代 の 日本 の 皇族 。 +1 正親町 実豊 ( おおぎまち さね と よ 、 元和 ( 日本 ) 5 年 12 月 8 日 ( 旧暦 ) ( 1620 年 1 月 12 日 ) - 元禄 16 年 2 月 3 日 ( 旧暦 ) ( 170 3 年 3 月 19 日 ) ) は 、 江戸 時代 前期 の 公家 。 +-1 髭櫓 ( ひげやぐら ) は 狂言 の 演目 。 +1 菅沼 定仍 ( すがぬま さだより ) は 、 戦国 時代 ( 日本 ) の 武将 、 江戸 時代 の 大名 。 +-1 相馬 事件 ( そうま じけん ) と は 、 明治 年間 に 起こ っ た 御 家 騒動 の 一 つ 。 +-1 袋 法師 絵詞 ( ふくろ ほうし えことば ) は 、 絵巻物 で あ る 。 +1 足利 満詮 ( あしかが みつ あきら 、 正平 ( 日本 ) 19 年 / 貞治 3 年 5 月 29 日 ( 旧暦 ) ( 1364 年 7 月 6 日 ) - 応永 25 年 5 月 14 日 ( 旧暦 ) ( 1418 年 6 月 29 日 ) ) は 南北朝 時代 ( 日本 ) ・ 室町 時代 の 武将 ・ 権 大 納言 。 +1 北条 氏 邦 / 藤田 氏邦 ( ほうじょう うじく に / ふじた うじく に ) は 戦国 時代 ( 日本 ) の 武将 。 +1 橋本 実誠 ( はしもと さね な り 、 宝暦 8 年 3 月 2 日 ( 旧暦 ) ( 175 8 年 4 月 9 日 ) - 文化 ( 元号 ) 14 年 2 月 23 日 ( 旧暦 ) ( 1817 年 4 月 9 日 ) ) は 江戸 時代 の 公家 、 公卿 。 +-1 教育 令 ( きょういく れい ) は 、 1872 年 ( 明治 5 年 ) に 公布 さ れ た 学制 ( 明治 5 年 太政 官 布告 第 214 号 ) に 代わ り 、 1879 年 ( 明治 12 年 ) 9 月 に 公布 さ れ た 教育 に 関 する 法令 で あ る 。 +-1 山陽道 ( さんようどう 、 せんようどう 、 かげ と も の みち ) 、 影 面 道 、 光面 道 ( かげ と も の みち ) +-1 越中 公方 ( えっちゅう くぼう ) と は 、 1493 年 に 室町 幕府 将軍 を 廃 さ れ た もの の 京都 を 脱出 し た 足利 義稙 が 越 中 国 射水郡 放生津 で 樹立 し た 政権 。 +-1 上賀茂 ( かみが も ) と は 京都 府 京都 市 北 区 ( 京都 市 ) の 賀茂川 の 東側 から 左京 区 に かけ て の 地域 の 名称 。 +1 蒲池 久直 ( か まち ひさなお ) は 、 平安 時代 末期 から 鎌倉 時代 初頭 の 武将 。 +1 講書 始 ( こうしょ はじめ ) と は 毎年 1 月 に 天皇 の 学問 始 の 一環 と し て 学者 に よ る 進講 を 行 う 皇室 年中 行事 。 +-1 清規 ( しんぎ ) は 正式 に は 清浄 大海衆 規矩 準 縄 ( しょう じょう だい かいしゅうき く じゅんじょう ) と 言 い 、 仏教 の 一宗 派 で あ る 禅宗 の 集団 規則 で あ る 。 +-1 囚獄司 ( しゅうごく し ) は 日本 古代 の 律令 制 に お い て 刑部 省 に 属 する 機関 の 一 つ で あ る 。 +-1 日院 ( にちいん 、 永正 15 年 ( 1518 年 ) - 天正 17 年 7 月 6 日 ( 旧暦 ) ( 1589 年 ) ) は 、 大石 寺 第 13 世 法 主 。 +1 西郷 局 ( さいごう の つぼね 、 永禄 5 年 ( 1562 年 ) - 天正 17 年 5 月 19 日 ( 旧暦 ) ( 1589 年 7 月 1日 ) ) は 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 女性 。 +1 難波 皇子 ( なにわ の みこ 、 欽明 天皇 21 年 ( 560 年 ) 前後 ? - 用明 天皇 2 年 ( 587 年 ) ? ) は 敏達 天皇 と 妃 ・ 春日 老 女子 の 第 一 皇子 。 +1 菊池 武時 ( きく ちたけとき ) は 鎌倉 時代 末期 の 武将 。 +1 多 自然 麿 ( おおのじねん まろ 、 生年 不詳 - 仁和 2 年 9 月 16 日 ( 旧暦 ) ( 886 年 10 月 16 日 ) ) は 平安 時代 初期 の 雅楽 の 大家 。 +-1 内 染司 ( ないせんし ) は 律令 制 に お い て 宮内 省 に 属 する 機関 の 一 つ で あ る 。 +-1 一 寸 法師 ( いっすん ぼうし ) は 、 日本 の 説話 の 一 つ 。 +-1 評定 所 ( ひょうじょうしょ ) は 、 近代 以前 に 訴訟 を 扱 っ た 機関 および それ が 存在 し た 場所 の こと 。 +1 奏事 不実 ( そうじ ふじつ ) と は 、 天皇 に 事実 と 違 う こと を 奏上 する こと 、 また は 他者 を 讒言 する こと 。 +1 蕉風 ( しょうふう ) と は 、 松尾 芭蕉 を 祖 と する 俳諧 の 流派 で あ る 。 +1 杉田 玄白 ( すぎた げんぱく 、 享保 18 年 9 月 13 日 ( 旧暦 ) ( 1733 年 10 月 20 日 ) - 文化 ( 元号 ) 14 年 4 月 17 日 ( 旧暦 ) ( 1817 年 6 月 1日 ) ) は 、 江戸 時代 の 蘭学 医 。 +-1 軍用 手票 ( ぐんようしゅ ひょう ) と は 、 戦争 時 に お い て 占領 地 もしくは 勢力 下 に て 軍隊 が 現地 から の 物資 調達 及び その 他 の 支払い の ため に 発行 さ れ る 擬似 紙幣 で あ る 。 +1 宇治 十 帖 ( うじ じゅう じょう ) と は 、 源氏 物語 の 最末尾 に あた る 第 3 部 の 後半 で あ る 。 +-1 長岡 天神 駅 ( ながおか てん じん えき ) は 、 京都 府 長岡 京 市 に あ る 、 阪急 電鉄 阪急 京都 本線 の 鉄道 駅 。 +-1 三千 院 ( さんぜんいん ) は 、 京都 市 左京 区 大原 に あ る 天台 宗 の 寺院 。 +-1 大谷 瑩潤 ( おおたに えいじゅん 、 1890 年 ( 明治 23 年 ) - 1973 年 ( 昭和 48 年 ) 5 月 23 日 ) は 、 浄土 真宗 の 僧 。 +-1 紫香 楽 宮跡 ( しがら きぐう し 、 しがらきのみや あと ) と は 、 滋賀 県 甲賀 市 信楽 町 黄瀬 ・ 牧 に 在 る 国史 跡 。 +-1 黒鍬 ( く ろく わ ) は 戦国 時代 ( 日本 ) や 江戸 時代 に 土木 作業 を 行 う 者 達 を 指 す 。 +1 藤袴 ( ふじばかま ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +1 平時 範 ( たいら の とき のり 、 天喜 2 年 ( 1054 年 ) - 天仁 2 年 ( 1109 年 ) ) は 、 平安 時代 後期 の 官人 。 +-1 幸阿弥 派 ( こうあみ は ) は 、 漆芸 の 蒔絵 師 の 流派 。 +-1 小雨 坊 ( こさめ ぼう ) は 、 日本 に 伝わ る 妖怪 で 、 僧 の 姿 を し て い る 。 +-1 酒屋 ( さかや ) と は 、 鎌倉 時代 に 始ま っ た 、 日本 酒 を 醸造 し 、 販売 する 業者 を 指 す 。 +-1 廬原 国造 ( いおはら の くに みやつこ ・ いおはら こくぞう ) は 駿河 国 西部 を 支配 し た 国造 。 +-1 日蓮 正宗 ( にちれん しょうしゅう ) は 、 日蓮 を 宗祖 と し 、 日興 を 派祖 と する 仏教 の 宗派 の 1 つ 。 +1 伏見宮 貞清 親王 ( ふしみのみや さだ きよしんのう 、 慶長 元年 ( 1596 年 ) - 承応 3 年 7 月 4 日 ( 旧暦 ) ( 1654 年 8 月 16 日 ) ) は 、 江戸 時代 初期 の 皇族 。 +-1 宮福線 ( みや ふくせん ) は 、 京都 府 宮津 市 の 宮津 駅 から 京都 府 福知 山 市 の 福知 山 駅 に 至 る 北 近畿 タンゴ 鉄道 の 鉄道 路線 で あ る 。 +1 退耕行勇 ( たいこうぎょうゆう 、 長寛 元年 ( 1163 年 ) - 仁治 2 年 7 月 5 日 ( 旧暦 ) ( 1241 年 8 月 13 日 ) ) は 、 鎌倉 時代 前期 の 臨済 宗 の 僧 。 +1 近衞 前久 ( この えさき ひ さ 、 天文 ( 元号 ) 5 年 ( 1536 年 ) - 慶長 17 年 5 月 8 日 ( 旧暦 ) ( 1612 年 6 月 7 日 ) ) は 、 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 公家 。 +1 田向 重治 ( たむけ しげはる 、 享禄 元年 ( 1452 年 ) - 天文 ( 元号 ) 4 年 7 月 21 日 ( 旧暦 ) ( 1535 年 8 月 19 日 ) ) は 、 室町 時代 ・ 戦国 時代 ( 日本 ) の 公卿 、 飛騨 田向 家 当主 。 +-1 皇学所 ( こうがく しょ ) ・ 漢学 所 ( かんがくしょ ) は 、 王政 復古 ( 日本 ) 直後 に 明治 政府 に よ っ て 京都 に 設置 さ れ た 高等 教育 機関 。 +-1 蒲焼 ( 蒲焼き 、 かばやき ) は 、 魚 を 開 い て 骨 を 取り除 き 、 醤油 、 みりん 、 砂糖 、 酒 など を 混ぜ 合わせ た たれ を つけ て 焼 く 魚 料理 。 +1 織田 信弌 ( おだ のぶかず   ? - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +-1 京都 写真 家 協会 ( きょう と しゃしん か きょうかい 、 略称 KPS ) は 京都 府 の プロ 写真 家 の 組織 で 、 1970 年 ( 昭和 45 年 ) に 設立 。 +-1 アワビ ( 鮑 、 鰒 、 蚫 、 英名 abalone ) は 、 ミミガイ 科 の 巻貝 の 総称 。 +1 山路 彰常 ( やまじあきつね 、 ? - 明治 14 年 ( 1881 年 ) 9 月 24 日 ) は 、 幕末 期 の 天文 学 者 。 +-1 四季 醸造 ( しきじょうぞう ) は 、 冬 の 寒 い 時期 だけ で な く 、 一 年 を 通 じ て 日本 酒 を 醸造 する こと 。 +1 藤原 成頼 ( ふじわら の なりより 、 保延 2 年 ( 1136 年 ) - 建仁 2 年 ( 120 2 年 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公卿 。 +1 上杉 重能 ( うえすぎ しげよし 、 生年 不詳 - 正平 ( 日本 ) 4 年 / 貞和 5 年 12 月 20 日 ( 旧暦 ) ( 1350 年 1 月 28 日 ) ) は 南北朝 時代 ( 日本 ) の 武将 。 +-1 比 企能 員 の 変 ( ひ きよしかず の へん ) は 鎌倉 時代 初期 の 建仁 3 年 ( 120 3 年 ) 9 月 2 日 ( 旧暦 ) 、 鎌倉 幕 府 内部 で 起こ っ た クーデター で あ る 。 +-1 古今 伝授 の 太刀 ( こ きんでんじゅ の たち ) は 豊後 国 の 刀工 ・ 行平 作 の 作 の 日本 刀 で あ る 。 +-1 山号 宀 一山 ( べんいち さん ) +-1 干し柿 ( ほしが き ) は 、 ドライフルーツ の 一種 で 、 カキノキ の 果実 を 乾燥 さ せ た もの 。 +-1 福知 山 市 都市 緑化 植物 園 ( ふくちやましと し りょく かしょくぶつ えん ) は スモール ・ テラ ( SMALLTERRA ・ 小さな 地球 ) の 愛称 で 呼 ば れ る 、 福知 山 市 三 段池 公園 に あ る 植物 園 で あ る 。 +-1 職 の 体系 ( しき の たいけい ) と は 、 日本 の 歴史 上 、 中世 日本 に おけ る 、 重層 的 土地 支配 構造 を 指 し 示 す 用語 で あ る 。 +1 小出 英筠 ( こい で ふさたけ ( ふさもと ) 、 安永 3 年 12 月 7 日 ( 旧暦 ) ( 1775 年 1 月 8 日 ) - 文政 4 年 5 月 10 日 ( 旧暦 ) ( 182 1 年 6 月 9 日 ) ) は 、 丹波 国 園 部 藩 の 第 7 代 藩 主 。 +-1 『 越天楽 』 ( え てんらく ) と は 雅楽 の 曲 で あ る 。 +-1 松木 家 ( まつ の きけ ・ 中 御 門家 ( なかみかど け ) ) は 、 藤原 北家 中 御門 流 本宗 の 堂上 家 。 +-1 かんなぎ と は 、 巫 ・ 神なぎ ( 神和 ぎ ・ 神薙 ぎ ・ 神凪 ) と も 表記 し 、 その 場合 ( かみなぎ ・ かむなぎ ) と も 読 む 。 +1 山岡 景之 ( やまおかかげゆき ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 岡 部 長盛 ( おかべ なが もり 、 永禄 11 年 ( 1568 年 ) - 寛永 9 年 11 月 2 日 ( 旧暦 ) ( 1632 年 12 月 13 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 ( 大名 ) 。 +1 梅枝 ( うめがえ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 雙林 寺 ( そうりんじ ) は 、 京都 市 東山 区 に あ る 天台 宗 の 寺院 。 +1 橋本 峰雄 ( はしもと みねお 、 1924 年 ( 大正 13 年 ) - 1984 年 ( 昭和 59 年 ) ) は 、 日本 の 哲学 者 で あ り 、 法然 院 の 第 30 代 貫主 で も あ っ た 。 +-1 一汁 一菜 ( いち じゅう いっ さい ) と は 、 日本 に おけ る 食事 の 献立 の 構成 の 一 つ 。 +1 森 忠政 ( もり ただまさ 、 元亀 元年 ( 1570 年 ) - 寛永 11 年 7 月 7 日 ( 旧暦 ) ( 1634 年 7 月 31 日 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +1 織田 信忠 ( おだ のぶただ ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +-1 鳥之 石 楠船神 ( とりの いわくす ふね の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ り 、 また 、 神 が 乗 る 船 の 名前 で あ る 。 +1 菊池 武澄 ( きく ちたけず み 、 ? - 1356 年 7 月 27 日 ( 正平 ( 日本 ) 11 年 / 延文 元年 6 月 29 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +-1 株式 会社 福寿園 ( ふくじゅ えん ) は 、 京都 府 木津川 市山城 町 ( 京都 府 ) に あ る 製茶 会社 。 +1 結城 弥平次 ( ゆうき や へいじ 、 1543 年 ? ~ 没年 不詳 ) は キリシタン 武士 。 +-1 金剛 仏子 叡尊 感 身 学 正記 ( こんごう ぶつ しえいそん かんしん がく しょうき ) は 、 鎌倉 時代 に 真言 律宗 を 開 い た 僧侶 ・ 叡尊 の 自伝 で あ る 。 +-1 月山 富田 城 の 戦い ( がっさん と だじょう の たたかい ) と は 1542 年 - 1543 年 ・ 1565 年 - 1566 年 に 尼子 氏 の 本拠 で あ る 出雲 国 の 月山 富田城 ( 現 ; 島根 県 安来 市 ) を 巡 っ て 発生 し た 合戦 で あ る 。 +1 彦坐王 ( ひこ い ま す のみこ 、 生没年 不詳 ) は 、 記紀 に 伝え られ る 古墳 時代 の 皇族 ( 王族 ) 。 +-1 万寿 寺 ( まんじゅじ ) は 京都 市 東山 区 に あ る 東福 寺 の 塔頭 で あ る 。 +1 藤原 清輔 ( ふじわらの きよすけ 、 長治 元年 ( 1104 年 ) - 治承 元年 6 月 20 日 ( 旧暦 ) ( 1177 年 7 月 17 日 ) ) は 、 平安 時代 末期 の 公家 ・ 歌人 。 +1 源常 ( みなもと の ときわ 、 弘仁 3 年 ( 812 年 ) - 斉衡 元年 6 月 13 日 ( 旧暦 ) ( 854 年 7 月 15 日 ) ) は 平安 時代 前期 の 公卿 。 +-1 日清 修好 条規 ( にっしん しゅう こうじょうき ) は 、 18 71 年 9 月 13 日 ( 明治 4 年 7 月 29 日 ( 旧暦 ) ) に 、 日本 と 清 の 間 で 結 ば れ た 条約 。 +-1 そぼろ は 、 ブタ や ニワトリ の 挽肉 、 魚肉 や エビ を ゆで て ほぐ し た もの 。 +1 久我 広通 ( こが ひろみち 、 寛永 3 年 4 月 5 日 ( 旧暦 ) ( 1626 年 4 月 30 日 ) - 延宝 2 年 4 月 13 日 ( 旧暦 ) ( 167 4 年 5 月 18 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 鍔 迫り合い ( つば ぜりあい ) と は 、 互い に 相手 の 打 っ た 刀 を 自分 の 刀 の 鍔 で 受け止め 、 押し合 う こと 、 転 じ て 激し い 試合 の こと も さす 。 +1 大炊 御門 麗子 ( おおい の みかどれい し 、 藤原 麗子 ( ふじわら の れいし ) 、 中宮 麗子 、 元暦 2 年 / 文治 元年 ( 1185 年 ) - 寛元 元年 9 月 18 日 ( 旧暦 ) ( 1243 年 11 月 1日 ) ) は 、 鎌倉 時代 の 土御 門 天皇 の 中宮 。 +1 徳大寺 実時 ( とくだいじ さね とき 、 暦応 元年 ( 1338 年 ) - 応永 11 年 2 月 27 日 ( 旧暦 ) ( 140 4 年 4 月 7 日 ) ) は 室町 時代 の 公卿 。 +-1 水戸 徳川 家 ( みと とくがわ け ) は 、 常陸 国 水戸 市 に あ っ た 徳川 氏 の 一支系 で 、 徳川 御 三家 の ひと つ 。 +1 柳生 宗矩 ( やぎゅう むねのり ) は 江戸 時代 初期 の 武将 、 大名 、 剣術 家 で あ る 。 +-1 南丹 市 ( なんたんし ) は 、 京都 府 中部 の 丹波 国 に 位置 する 市 で あ る 。 +-1 京都 市 眺望景観 創生 条例 ( きょうと し ちょうぼう けい かんそう せい じょうれい ) と は 、 「 京都 の 優れ た 眺望 景観 を 創生 する と とも に , これ ら を 将来 の 世代 に 継承 する こと を 目的 と する 」 ( 1 条 ) 、 京都 市 の 条例 で あ る 。 +1 近松 行重 ( ちかまつ ゆき しげ 、 寛文 9 年 ( 1669 年 ) - 元禄 16 年 2 月 4 日 ( 旧暦 ) ( 170 3 年 3 月 20 日 ) ) は 赤穂 浪士 四十 七 士 の 一人 。 +-1 京都 書院 ( きょうと しょ いん ) は 、 かつて 美術 書 を 多 く 出版 し た 京都 の 出版 社 で あ る 。 +1 金剛 巌 ( こんごう いわお 、 1886 年 ( 明治 19 年 ) - 1951 年 ( 昭和 26 年 ) ) は 、 シテ 方 金 剛 流能 楽師 。 +1 洞院 実世 ( とういん さ ね よ 、 延慶 ( 日本 ) 元年 ( 130 8 年 ) - 正平 ( 日本 ) 13 年 / 延文 3 年 8 月 19 日 ( 旧暦 ) ( 1358 年 9 月 22 日 ) ) は 、 南北朝 時代 ( 日本 ) の 南朝 ( 日本 ) に 仕え た 公卿 。 +-1 田守 ( たもり ) は 、 室町 幕府 が 公領 内 の 田畑 の 管理 役 と し て 設置 し た 職 で あ る 。 +-1 猩猩 ( しょうじょう 、 猩々 ) は 、 中国 の 伝説 上 の 動物 。 +-1 伏見 区 ( ふしみく ) は 、 京都 市 を 構成 する 11 区 の ひと つ で あ る 。 +-1 小早川 氏 ( こばやかわ うじ / こばやかわ し ) は 、 日本 の 氏族 の 一 つ 。 +-1 公営 田 ( くえいでん ) は 、 広義 に は 、 民間 人 が 経営 する 私営田 に 対 し 、 国家 直営 の 田地 を 意味 する 日本 史 用語 で あ る 。 +1 源 義雄 ( みなもと の よしかつ 、 生没年 不詳 ) は 、 平安 時代 末期 の 河内 源 氏 の 流れ を 汲 む 武将 。 +1 結城 氏 朝 ( ゆうき うじ と も 、 生没年 不詳 ) は 、 白河 結城 氏 第 6 代 当主 。 +1 藤原 俊成女 ( ふじわら - の - としなり / しゅんぜい - の - むすめ 。 +1 渡辺 政香 ( わたなべ まさか 、 安永 5 年 7 月 16 日 ( 旧暦 ) ( 1776 年 ) - 天保 11 年 9 月 28 日 ( 旧暦 ) ( 1840 年 ) ) は 、 江戸 時代 の 国学 者 ・ 神職 。 +1 阿倍 帯 麻呂 ( あべの おび まろ 、 生没 年 未詳 ) は 奈良 時代 前期 の 貴族 。 +-1 人間 国宝 ( にん げん こく ほう ) は 、 日本 の 文化 財 保護 法 に 基づ き 同国 の 文部 科学 大臣 が 指定 し た 重要 無形 文化 財 の 保持 者 と し て 各 個 認定 さ れ た 人物 を 指 す 通称 で あ る 。 +-1 宇治 線 ( うじ せん ) は 、 京都 府 京都 市 伏見 区 の 中書 島 駅 から 京都 府 宇治 市 の 宇治 駅 ( 京阪 ) まで を 結 ぶ 京阪 電気 鉄道 の 鉄道 路線 。 +-1 与謝野 町 ( よさの ちょう ) は 、 京都 府 北部 の 丹後 半島 中部 から 付け根 に あ る 与謝 郡 に 属 する 町 。 +1 阿倍 御 主人 ( あべの みうし 、 舒明 天皇 7 年 ( 635 年 ) - 大宝 ( 日本 ) 3 年 4 月 1日 ( 旧暦 ) ( 70 3 年 5 月 20 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 井上光 ( いのうえ ひか る 、 嘉永 4 年 11 月 8 日 ( 旧暦 ) ( 1851 年 11 月 30 日 ) - 190 8 年 12 月 17 日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 、 華族 。 +-1 だし は 、 山形 県 内陸部 の 郷土 料理 。 +-1 甚平 ( じんべい ) あるいは 甚兵衛 ( じんべえ ) は 、 男性 あるいは 子供 の 着 る 和装 の ホーム ウエア の ひと つ 。 +-1 中根 龍太郎 喜劇 プロダクション ( なかね りゅうたろう きげき - 、 1928 年 6 月 設立 - 8 月 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +-1 菩薩 ( ぼさつ 、 bodhisattva ( sanskrit ) ) は 、 仏教 に お い て 、 成仏 を 求め る ( 如来 に 成 ろ う と する ) 修行 者 。 +1 宮内 卿 ( く な い - きょう ) また は 後鳥 羽 院 宮内 卿 ( ごとば / ごとば の - いん ・ くない - きょう ) は 、 新古 今期 を 代表 する 女房 歌人 。 +-1 地方 三 新 法 ( ちほう さん しんぽう ) は 、 明治 時代 の 日本 が 制定 し た 三 つ の 地方 制度 関連 法 の こと で あ る 。 +1 花山院 持忠 ( かざん いん も ち ただ 、 応永 12 年 ( 140 5 年 ) ‐ 文正 2 年 1 月 7 日 ( 旧暦 ) ( 1467 年 2 月 11 日 ) ) は 、 室町 時代 の 公卿 。 +1 藤原 媓子 ( ふじわら の こうし / てるこ ) 、 天暦 元年 ( 947 年 ) - 天元 ( 日本 ) 2 年 6 月 3 日 ( 97 9 年 6 月 29 日 ) ) は 平安 時代 中期 、 関白 藤原 兼通 の 長女 。 +-1 イザナギ ( 伊弉諾 ・ 伊邪 那岐 ) は 、 日本 神話 に 登場 する 男神 。 +1 村上 義光 ( むらかみ よし て る 、 生年 不詳 - 元弘 3 年 / 正慶 2 年 2 月 1日 ( 旧暦 ) ( 1333 年 4 月 15 日 ) ) は 鎌倉 時代 後期 の 武将 。 +1 田中 宗 慶 ( たなか そう けい   15 35 年 ? - 没年 未詳 ) は 織豊 時代 の 陶芸 家 。 +-1 蚕ノ 社駅 ( かいこの やしろ えき ) は 、 京都 市 右京 区 太秦 森 ヶ前町 に あ る 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 の 鉄道 駅 。 +1 皇嗣 ( こうし ) と は 、 天子 ( 皇帝 や 天皇 ) の 跡継ぎ の こと で あ る 。 +1 壺切 御 剣 ( つぼ きり の みつるぎ ) と は 、 日本 に お い て 代々 の 皇太子 ( 東宮 ) に 受け継 が れ た 宝剣 で あ る 。 +-1 韓 日合邦 を 要求 する 声明 書 ( かん にち ごう ほう を ようきゅう する せいめいしょ ) と は 、 1909 年 12 月 4 日 、 大韓 帝国 で 日本 の 影響 下 に あ っ た チンイルパ 一進 会 ( 公称 会員 数百 万 人 ・ 実数 数 万 人 程度 ) が 皇帝 純 宗 ( 朝鮮 王 ) 、 韓国 統監 曾 禰 荒助 、 首相 李 完用 に 送 っ た 朝鮮 と 日本 の 対等 合併 を 要望 する 声明 書 で あ る 。 +-1 花見小路 通 ( はなみ こうじ どおり ) は 、 京都 市 の 南北 の 通り の 一 つ 。 +-1 円 派 ( えんぱ ) は 、 平安 時代 中期 から 鎌倉 時代 の 仏師 の 一派 。 +1 安井 道頓 ( やすいどう とん 、 天文 ( 元号 ) 2 年 ( 1533 年 ) - 元和 ( 日本 ) 元年 5 月 8 日 ( 旧暦 ) ( 1615 年 6 月 4 日 ) ) は 、 道頓 堀 の 開鑿 者 。 +-1 政体 書 ( せいたいしょ ) は 、 明治 初期 の 統治 機構 に つ い て 定め た 布告 で あ る 。 +1 崇徳 天皇 ( すとくてんのう 、 元永 2 年 5 月 28 日 ( 1119 年 7 月 7 日 ) - 長寛 2 年 8 月 26 日 ( 11 64 年 9 月 14 日 ) ) は 日本 の 第 75 代 天皇 ( 在位 1123 年 - 1142 年 ) 。 +1 栗原 仙之助 ( くりはら せんのすけ 、 弘化 4 年 ( 1847 年 ) - 明治 2 年 5 月 11 日 ( 旧暦 ) ( 1869 年 6 月 20 日 ) ) は 、 幕末 期 の 唐津 藩 士 。 +1 大伴 友国 ( おおともの と もくに 。 +1 梅田 雲浜 ( 雲濱 ) ( うめだ うんぴん 、 文化 ( 元号 ) 12 年 6 月 7 日 ( 旧暦 ) ( 1815 年 7 月 13 日 ) - 安政 6 年 9 月 14 日 ( 旧暦 ) ( 1859 年 10 月 9 日 ) ) は 、 幕末 期 の 儒学 者 。 +1 源 実朝 ( みなもと の さねと も 、 源 實 朝 ) は 、 鎌倉 幕府 の 第 三 代 征夷 大将軍 で あ る 。 +-1 五 街道 ( ご かいどう ) は 、 江戸 時代 の 江戸 を 起点 と する 五 つ の 陸上 交通 路 。 +1 杜澂 ( とちょう 、 男性 、 寛延 元年 1748 年 - 文化 ( 元号 ) 13 年 5 月 13 日 ( 旧暦 ) ( 1816 年 ) ) は 、 日本 の 画家 ・ 篆刻 家 で あ る 。 +-1 土佐酢 ( と さず ) は 、 三 杯 酢 に 鰹節 で 取 っ た 出汁 を 加え た もの 。 +1 杉山 腰司 ( すぎやまよう じ 、 生没年 不詳 ) は 新 選 組 の 前身 、 壬生 浪士 組 の 隊士 で あ る 。 +1 久我 通基 ( こが みち もと 、 仁治 元年 ( 12 40 年 ) - 延慶 ( 日本 ) 元年 11 月 29 日 ( 旧暦 ) ( 1309 年 1 月 10 日 ) ) は 、 鎌倉 時代 の 公卿 。 +1 鬼室 集斯 ( きしつ しゅうし 、 生年 不明 - 持統 天皇 2 年 11 月 8 日 ( 旧暦 ) ? 688 年 12 月 5 日 ? ) は 、 7 世紀 の 百済 の 貴族 で 、 白村 江 の 戦い の 後 に 日本 へ 亡命 し た 。 +1 普照 ( ふしょう 、 生没年 不詳 ) は 、 奈良 時代 の 僧 。 +1 土岐 光行 ( ときみつゆき 、 生没 年 未詳 ) は 、 鎌倉 時代 前期 の 武将 。 +1 三条 の 方 ( さんじょう の かた 、 大永 元年 ( 1521 年 ) ? - 元亀 元年 7 月 28 日 ( 旧暦 ) ( 1570 年 8 月 29 日 ) ) は 、 戦国 時代 ( 日本 ) の 女性 、 甲斐 国 の 守護 大名 で あ る 武田 信玄 の 継室 で あ る 。 +-1 徴兵 令 ( ちょうへ い れい 、 太政 官 布告 無号 ) ( 明治 22 年 法律 第 1 号 ) は 、 1873 年 ( 明治 6 年 ) に 制定 さ れ 、 国民 の 兵役 義務 を 定め た 日本 の 法令 。 +-1 妻 壁 ( つまかべ ) と は 、 妻側 の 妻梁 以上 の 外装 の 壁 を 指 す 。 +1 菅原 是善 ( すがわら の これ よし 、 弘仁 3 年 ( 812 年 ) - 元 慶 4 年 8 月 30 日 ( 旧暦 ) ( 880 年 10 月 11 日 ) ) は 、 平安 時代 前期 の 文人 ・ 公家 。 +-1 日本 舞踊 ( に ほんぶ よう ) は 、 Japanesedance の 和訳 、 つまり 日本 の ダンス の 総称 で あ る 。 +-1 フランソア 喫茶 室 ( ふらんそ あ きっさ しつ ) は 、 京都 府 京都 市 下京 区 に あ る 喫茶 店 で 、 国 の 登録 有形 文化 財 ( 建造 物 ) で あ る 。 +1 良岑 安世 ( よしみね の やす よ 、 延暦 4 年 ( 785 年 ) - 天長 7 年 7 月 6 日 ( 旧暦 ) ( 83 0 年 8 月 2 日 ) ) は 、 平安 時代 初期 の 公家 。 +1 藤原 信頼 ( ふじわら の のぶより 、 長元 6 年 ( 1133 年 ) - 平治 元年 12 月 27 日 ( 旧暦 ) ( 11 60 年 2 月 6 日 ) ) は 、 平安 時代 末期 の 貴族 。 +1 那須 政高 ( なす まさたか 、 生没年 不詳 ) は 、 鎌倉 時代 の 武士 。 +-1 城陽 市 ( じょうよう し ) は 、 京都 府 に 属 する 市 で 、 京都 市 と 奈良 市 の ほぼ 中間 に 位置 する 。 +-1 田染 荘 ( たしぶ の しょう ) は 、 豊前 国 国東 郡 ( 現在 の 大分 県 豊後 高田 市 ) に あ っ た 宇佐神宮 の 荘園 。 +1 平清経 ( たいらの きよつね 、 長寛 元年 ( 1163 年 ) - 寿永 2 年 3 月 10 日 ( 旧暦 ) ( 1183 年 4 月 4 日 ) ) は 、 平重盛 の 三男 。 +-1 袴 ( はかま ) は 、 和服 に お い て 腰 より 下 を 覆 う よう に し て 着用 する 衣服 の 一種 。 +1 時 の 簡 ( とき の ふだ ) は 、 時刻 を 示 す ため に 清涼 殿 殿 上 の 小庭 に 立て て 置 い た 簡 ( ふだ ) で あ る 。 +-1 うだつ ( 卯建 ) は 建築 用語 で 「 宇立 」 と も 書 か れ る 。 +-1 七 条 新地 ( しちじょう しんち ) は かつて 、 京都 市 下京 区 に 存在 し た 遊廓 で あ り 、 現在 は 『 五条 楽園 』 ( ご じょう らく えん ) と 名称 を 変え て 営業 し て い る 。 +1 源 頼範 ( みなもと の より のり 、 生没年 不詳 ) は 、 平安 時代 中期 の 武士 ・ 官人 。 +1 楠木 正家 ( くすのき まさいえ 、 ? - 貞和 4 年 / 正平 ( 日本 ) 3 年 ( 1348 年 ) ) は 南北朝 時代 ( 日本 ) の 武将 。 +1 源 有頼 ( みなもと の あり より 、 生没年 不詳 ) は 、 平安 時代 後期 の 武士 。 +1 細川 澄元 ( ほそかわ   すみもと ) は 、 戦国 時代 ( 日本 ) の 武将 ・ 大名 。 +-1 恵運 ( えうん 、 延暦 17 年 ( 79 8 年 ) - 貞観_ ( 日本 ) 11 年 9 月 23 日 ( 旧暦 ) ( 869 年 10 月 31 日 ) ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +-1 精華 町 ( せい か ちょう ) は 、 京都 府 の 南西端 に 位置 する 町 。 +1 清原 夏野 ( きよはら の なつ の 、 延暦 元年 ( 782 年 ) - 承和 ( 日本 ) 4 年 10 月 7 日 ( 旧暦 ) ( 837 年 11 月 12 日 ) ) は 平安 時代 初期 の 貴族 、 政治 家 。 +1 久我 清通 ( こが きよみ ち 、 明徳 4 年 ( 1393 年 ) - 享徳 2 年 9 月 5 日 ( 旧暦 ) ( 1453 年 10 月 7 日 ) ) は 室町 時代 の 公卿 。 +1 詞花 和 歌集 ( しかわかしゅう ) は 、 八代 集 の 第 六 に あた る 勅撰 和 歌集 。 +1 豊島 朝経 ( としま とも つね 、 生年 不詳 - 建仁 3 年 ( 120 3 年 ) 10 月 15 日 ) は 平安 時代 末期 から 鎌倉 時代 初期 の 武士 。 +-1 十 羅 刹女 ( じゅう らせつ にょ ) は 、 仏教 の 天部 に おけ る 10 人 の 女性 の 鬼神 。 +-1 蕨手刀 ( わらび て とう 、 わらび て がたな 、 わらび て かたな ) は 、 日本 の 鉄製 刀 の 一種 。 +-1 台座 と は 、 仏像 や 肖像 彫刻 など を 安置 する 台 。 +-1 石津 の 戦い ( いしづ の たたかい ) と は 、 南北朝 時代 ( 日本 ) の 延元 3 年 / 暦応 元年 5 月 22 日 ( 旧暦 ) ( 1338 年 6 月 10 日 ) に 和泉 国 堺 浦 ・ 石津 ( 現在 の 大阪 府 堺 市 一帯 ) に お い て 、 南朝 ( 日本 ) 方 の 北畠 顕家 と 北朝 ( 日本 ) 方 の 高師 直 が 戦 っ た 合戦 。 +-1 海軍 記念 館 ( かいぐん きねんかん ) は 京都 府 舞鶴 市 に あ る 舞鶴 総 監部 内 に あ る 展示 施設 。 +-1 元 慶 の 乱 ( がんぎょう の らん ) は 平安 時代 に 起き た 俘囚 ( 蝦夷 ) の 反乱 で あ る 。 +1 初世 梅若 万 三郎 ( しょせい うめわか まんざぶろう 、 明治 元年 11 月 21 日 ( 旧暦 ) ( 1869 年 1 月 3 日 ) - 昭和 21 年 ( 1946 年 ) 6 月 29 日 ) は 観世 流能 楽師 。 +1 源 顕親 ( みなもと の あきちか 、 寛治 2 年 ( 1088 年 ) - 永暦 元年 ( 11 60 年 ) ) は 、 平安 時代 後期 の 官人 。 +1 源 頼賢 ( みなもと の より かた 、 生年 未詳 - 保元 元年 7 月 30 日 ( 旧暦 ) ( 1156 年 8 月 17 日 ) ) は 、 平安 時代 末期 の 河内 源 氏 の 武将 。 +-1 宝篋 印塔 ( ほうきょういん とう ) は 、 墓塔 ・ 供養 塔 など に 使 わ れ る 仏塔 の 一種 で あ る 。 +-1 祭神 天忍穂 耳命 栲 幡 千々 姫命 饒速 日 命 +1 法教 ( ほうきょう 、 生没年 不明 ) は 、 奈良 時代 の 僧 。 +-1 杉山城 ( すぎやま じょう ) は 、 埼玉 県 比企郡 嵐山 町 に あ っ た 城 。 +1 中院 通勝 ( なかの いん みちかつ 、 弘治 ( 日本 ) 2 年 5 月 6 日 ( 旧暦 ) ( 1556 年 6 月 13 日 ) - 慶長 15 年 3 月 25 日 ( 旧暦 ) ( 1610 年 5 月 18 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 公家 ・ 歌人 ・ 和学 者 。 +1 六角 氏 頼 ( ろっかく う じ より 、 嘉暦 元年 ( 1326 年 ) - 正平 ( 日本 ) 25 年 / 応安 3 年 6 月 7 日 ( 旧暦 ) ( 1370 年 6 月 30 日 ) ) は 、 南北朝 時代 ( 日本 ) の 武士 。 +1 天足彦 国 押 人命 ( あまたら し ひこく に お し ひと の みこと 、 生没年 不詳 ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 皇族 ( 王族 ) 。 +-1 岩倉 駅 ( いわくら えき ) は 、 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +1 藤村 庸軒 ( ふじむら ようけん 、 1613 年 - 1699 年 、 慶長 18 年 - 元禄 12 年 ) は 、 日本 の 茶匠 。 +1 植松 幸雅 ( うえま つ よし ま さ 、 享保 6 年 11 月 11 日 ( 旧暦 ) ( 1721 年 12 月 29 日 ) - 安永 6 年 9 月 5 日 ( 旧暦 ) ( 1777 年 10 月 5 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 地蔵 菩薩 ( じぞうぼさつ ) 、 サンスクリットクシティ ・ ガルバ ( dkSitigharbha ) は 、 仏教 の 信仰 対象 で あ る 菩薩 の 一尊 。 +-1 神奈備 ( かむなび ・ かんなび ・ かみなび ) と は 、 神霊 ( 神 や 御 霊 ) が 神留 る ( かんずまる ) 場所 と し て の 御 霊代 ( みたま しろ ) ・ 依 り 代 ( より しろ ) を 無数 に 擁 し た 領域 の 事 や 、 自然 環境 を 神体 ( しんたい ) と し た 神代 ( かみしろ ) の ひと つ の 在 り 方 。 +-1 皇覚 ( こうかく 、 生没 年 未詳 ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +-1 土地 調査 事業 ( とち ちょうさ じぎょう ) と は 、 支配 下 の 台湾 、 朝鮮 で 実施 さ れ た 土地 調査 及び 土地 測量 事業 の こと で あ る 。 +1 弟 橘媛 / 乙橘媛 ( おと たちばな ひめ ) は 、 日本 神話 に 登場 する ヤマト タケル の 后 。 +-1 - 稀 に 「 かんさけ 」 「 かんざけ 」 ) と は 、 江戸 時代 初期 まで は 行な わ れ て い た 四季 醸造 の なか で 、 冬場 の 低温 を 利用 し 、 なおかつ 、 それ に 即 し た 仕込 み 方 を し て 造 っ た 酒 の こと 。 +1 六角 時信 ( ろっかく ときのぶ 、 徳治 元年 ( 130 6 年 ) - 興国 7 年 / 貞和 2 年 8 月 26 日 ( 旧暦 ) ( 1346 年 9 月 17 日 ) ) は 、 鎌倉 時代 、 南北朝 時代 ( 日本 ) の 武士 。 +-1 雑役 免 ( ぞう やくめん / ぞうえきでん ) と は 、 中世 の 荘園 及び 国衙 領 に お い て 雑役 納入 を 免除 さ れ た 名田 を 指 す 。 +-1 明治 六 年 政変 ( めいじ ろく ねん せいへん , 1873 年 ( 明治 6 年 ) ) は 、 征韓 論 に 端 を 発 し た 明治 初期 の 一大 政変 。 +-1 裏白峠 ( うらじろ とうげ ) は 滋賀 県 甲賀 市 と 京都 府 宇治田原町 の 間 に あ る 峠 。 +-1 中書島 駅 ( ちゅうしょ じま えき ) は 、 京都 府 京都 市 伏見 区 葭 島矢倉町 に あ る 、 京阪 電気 鉄道 の 鉄道 駅 。 +-1 上覚 ( じょうかく 、 久安 3 年 ( 1147 年 ) - 嘉禄 2 年 ( 1226 年 ) 10 月 ) は 、 平安 時代 後期 から 鎌倉 時代 前期 に かけ て の 真言 宗 の 僧 。 +-1 地 奉行 ( じぶぎょう ) と は 、 鎌倉 幕府 ・ 室町 幕府 に よ っ て 設置 さ れ た 奉行 。 +1 九条 良輔 ( くじょう よしすけ 、 文治 元年 9 月 20 日 ( 旧暦 ) ( 1185 年 10 月 15 日 ) - 建保 6 年 11 月 11 日 ( 旧暦 ) ( 1218 年 11 月 30 日 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公卿 。 +1 源 為 宗 ( みなもと の ため むね 、 生年 未詳 - 保元 元年 7 月 30 日 ( 旧暦 ) ( 1156 年 8 月 17 日 ) ) は 平安 時代 末期 の 河内 源 氏 の 武将 。 +-1 神明造 ( しんめい づくり ) は 、 日本 の 神社 建築 の 1 つ で あ る 。 +-1 組み 紐 ( くみひ も ) と は 、 日本 伝統 の 工芸 品 で 、 細 い 絹糸 や 綿糸 を 編 ん で 織り上げ た 紐 。 +1 佐竹本 三十 六 歌 仙 絵巻 ( さたけ ぼん さんじゅう ろっ かせん えまき ) は 、 鎌倉 時代 ・ 13 世紀 に 制作 さ れ た 絵巻物 。 +-1 岩滝口 駅 ( いわた きぐち えき ) は 、 京都 府 宮津 市 須津 に あ る 、 北 近畿 タンゴ 鉄道 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +1 山本 常朝 ( やまもと じょうちょう 、 万治 2 年 6 月 11 日 ( 旧暦 ) ( 1659 年 7 月 30 日 ) - 享保 4 年 10 月 10 日 ( 旧暦 ) ( 1 71 9 年 11 月 21 日 ) 。 +-1 舞鶴 県 ( まいづる けん ) は 廃藩 置県 に よ り 18 71 年 ( 明治 4 年 ) に 設置 さ れ た 県 。 +1 藤原 長能 ( ふじわら の なが とう 、 天暦 3 年 ( 949 年 ) - 寛弘 6 年 ( 1009 年 ) 頃 ? ) は 、 平安 時代 中期 の 歌人 。 +-1 愚堂 東 寔 ( ぐ どうとうしょく 、 天正 5 年 4 月 8 日 ( 旧暦 ) ( 1577 年 4 月 25 日 ) - 寛文 元年 10 月 ( 旧暦 ) ( 1661 年 ) ) は 、 禅宗 の 臨済 宗 の 高僧 。 +-1 観察 ( かんさつ ) と は 、 対象 の 実態 を 知 る ため に 注意 深 く 見 る こと 。 +-1 鹿王院 ( ろくおう いん ) は 京都 市 右京 区 嵯峨 北堀町 に あ る 臨済 宗 系 の 単立 寺院 。 +-1 真言 宗 十 八 本山 ( しんごん しゅうじゅう はち ほんざん ) は 、 真言 宗 各派 の 大 本山 で あ る 1 8 の 寺 の こと 。 +-1 スルメ ( 鯣 ) は 、 イカ の 内臓 を 取り除 い て 素干し や 機械 乾燥 など で 乾燥 さ せ た 加工 食品 。 +-1 三条 家 ( さんじょうけ 、 正字 体 : 三條 ) は 、 藤原 氏 藤原 北家 閑院 流 の 嫡流 に あた る 日本 の 氏族 。 +1 匂宮 ( に おうみや 、 におう のみや ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 曲水 の 宴 ( きょく すい < ごく すい > の えん ) は 、 水 の 流れ の あ る 庭園 など で その 流れ の ふち に 出席 者 が 座 り 、 流れ て くる 杯 が 自分 の 前 を 通り過ぎ る まで に 詩歌 を 読 み 、 出来 な けれ ば 罰 と し て 盃 の 酒 を 飲 む と い う 行事 で あ る 。 +1 藤原 兼経 ( ふじわら の かねつ ね 、 長保 2 年 ( 1000 年 ) - 長久 4 年 5 月 2 日 ( 旧暦 ) ( 1043 年 6 月 11 日 ) ) は 平安 時代 の 公卿 。 +1 兼平 綱則 ( かねひら つなのり 、 生年 不詳 - 寛永 2 年 ( 1625 年 ) ) は 、 安土 桃山 時代 から 江戸 時代 の 武将 。 +-1 西村 公朝 ( にしむら こうちょう 、 1915 年 ( 大正 4 年 ) 6 月 4 日 - 2003 年 ( 平成 15 年 ) 12 月 2 日 ) は 、 仏師 ・ 仏像 修理 技師 ・ 僧侶 。 +-1 石匙 ( いしさじ ) と は 、 黒曜 石 や 頁岩 、 チャート など で 作 っ た 打製 石器 の 一種 。 +1 木村 吉清 ( きむら よしき よ 、 生年 不詳 - 慶長 3 年 ( 1598 年 ) ) は 、 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 。 +-1 十津川 温泉 ( とつか わ おんせん ) は 、 奈良 県 吉野 郡 十津川 村 ( 旧国 大 和国 ) に あ る 温泉 。 +1 楠木 正則 ( くすのき まさのり ) は 室町 時代 の 武将 。 +-1 大津城 ( おおつじょう ) は 、 安土 桃山 時代 に 近江 国 滋賀 郡 大津 に あ っ た 城 。 +-1 木 の 葉丼 ( この は どん ・ この は どんぶり ) と は 、 大阪 および 京都 界隈 で 一般 に 供 さ れ る 丼物 で あ る 。 +1 藤原 重家 ( ふじわら の しげいえ 、 貞元 ( 日本 ) 2 年 ( 977 年 ) - 没年 未詳 ) は 平安 時代 中期 の 廷臣 。 +-1 カグツチ と は 、 記紀 神話 に おけ る 火 の 神 。 +-1 日本 > 近畿 地方 > 京都 府 > 乙訓 郡 +1 尾形 俊太郎 ( おがた しゅんたろう 、 生没年 不詳 ) は 、 新 選 組 隊士 。 +-1 ( 平安 京 創生 館 ) 朱雀 大路 ( すざく おおじ ) は 、 古代 東 アジア に おけ る 首都 内 の 官道 名 で 、 条坊 制 の 都市 に お い て 宮城 ・ 官衙 の 正面 から 南方 に むか う 道 の こと 。 +-1 日本 > 近畿 地方 > 北 近畿 +1 松永 久秀 ( まつなが ひさひで ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 寄棟造 ( よせ むねづくり ) は 、 建築 物 の 屋根 形式 の ひと つ で 、 4 方向 に 傾斜 する 屋根 面 を も つ もの を い う 。 +-1 三国 干渉 ( さん ごく かんしょう ) は 、 下関 条約 で 大 日本 帝国 へ の 割譲 が 決定 さ れ た 遼東 半島 を 清 へ 返還 する よう 、 フランス ・ ドイツ 帝国 ・ ロシア 帝国 の 3 国 が 1895 年 4 月 23 日 に 行 っ た 日本 に 対 する 勧告 の こと で あ る 。 +1 息石 耳命 ( いきそ みみ の みこと 、 また は おきそ みみ の みこと 、 生没 年 未詳 ) は 、 「 日本 書紀 」 に 登場 する 古墳 時代 の 皇族 。 +1 村国子虫 ( むら くに の こ むし 、 生没年 不明 ) は 、 日本 の 奈良 時代 の 人物 で あ る 。 +-1 三宅 八幡 駅 ( みやけ はち まん えき ) は 、 京都 府 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 叡山本線 に あ る 鉄道 駅 。 +-1 例祭 ( れいさい ) と は 、 神社 で 毎年 行 わ れ る 祭祀 の うち の 一 つ で あ る 。 +-1 赤 坊主 ( あか ぼうず ) は 、 京都 府 、 愛媛 県 に 伝わ る 妖怪 。 +1 藤原 威子 ( ふじわら の いし ( たけこ ) 、 長保 元年 12 月 23 日 ( 旧暦 ) ( 100 0 年 2 月 1日 ) - 長元 9 年 9 月 6 日 ( 旧暦 ) ( 10 36 年 9 月 28 日 ) ) は 、 日本 の 摂政 藤原 道長 の 四女 。 +1 安都 雄足 ( あと の お たり 、 生没年 不明 ) は 、 奈良 時代 の 官人 で あ る 。 +-1 門松 ( かどまつ ) と は 、 正月 に 家 の 門 の 前 など に 立て られ る 一 対 に な っ た 松 や 竹 の 飾り の こと 。 +-1 甲斐 庄 ( 荘 ) 氏 ( かい の しょうし / かいしょうし ) は 日本 の 氏族 の 一 つ 。 +1 新田 政義 ( にった まさよし ) は 、 鎌倉 時代 の 武将 。 +-1 末 多 武利 神社 ( また ふり じんじゃ ) は 、 京都 府 宇治 市 に あ る 神社 で あ る 。 +-1 同志 社前 駅 ( どう し しゃまえ えき ) は 、 京都 府 京田辺 市 三 山 木 垣ノ内 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 片町 線 の 鉄道 駅 。 +-1 羅 城門 ( ら じょうもん ) は 、 古代 、 平城 京 や 平安 京 と い っ た 条坊 都市 の 中央 を 南北 に 貫 い た 朱雀 大路 の 南端 に 構え られ た 門 で あ る 。 +-1 五 奉行 ( ご ぶぎょう ) は 安土 桃山 時代 の 豊臣 政権 末期 に 主 に 政権 の 実務 を 担 う 5 人 の 吏僚 ( 奉行 に あた る ) 的 人物 を 指 し て 呼 ば れ る 言葉 。 +-1 茶杓 ( ちゃしゃく 、 chashaku 、 teas coop ) は 、 緑茶 ( 特に 抹茶 ) を 点 て る の に 使用 する 茶道 の 道具 の ひと つ 。 +1 庄 家長 ( しょう いえな が 、 生没 年 未詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 武蔵 国 児玉 党 ( 現在 の 埼玉 県 本庄 市 栗崎 出身 ) の 武将 。 +-1 荒河 かし の 木台 駅 ( あらが かし の きだい えき ) は 、 京都 府 福知 山 市 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮 福線 の 鉄道 駅 。 +-1 薩長 ( さっ ちょう ) は 、 薩摩 藩 と 長州 藩 の 略称 で あ る 。 +1 中井 正清 ( なかい まさき よ 、 永禄 8 年 ( 1565 年 ) - 元和 ( 日本 ) 5 年 1 月 21 日 ( 旧暦 ) ( 1619 年 3 月 7 日 ) ) は 、 江戸 時代 初期 の 大工頭 。 +-1 浦上 四 番 崩れ ( うらかみ よ ばんく ずれ ) は 、 長崎 県 で 江戸 時代 末期 から 明治 時代 初期 に かけ て 起き た 大 規模 な キリスト 教 信徒 へ の 弾圧 事件 の こと で あ り 、 浦上 地区 で 起こ っ た 隠れ キリシタン へ の 四 度 目 の 弾圧 と い う 意味 で あ る 。 +-1 方違え ( かたたがえ 、 かたち が え ) と は 、 陰陽 道 に 基づ い て 平安 時代 以降 に 行 わ れ て い た 風習 の ひと つ 。 +-1 藤井家 ( ふじいけ ) は 卜部 氏 の 流れ を 汲 む 堂上 家 。 +1 『 万葉 代匠 記 』 ( まんよう だい しょうき ) は 、 江戸 時代 の 国学 者 ・ 契沖 が 著 し た 『 万葉 集 』 の 注釈 ・ 研究 書 。 +1 伏見宮 栄仁 親王 ( ふしみのみや よしひと しん の う ・ 榮仁 親王 、 +-1 酒屋 役 ( さか ややく ) と は 、 室町 幕府 に よ っ て 京都 を 中心 と する 酒屋 に 課 さ れ た 課税 の こと 。 +-1 衛門 府 ( えもんふ ) と は 、 律令 制 に おけ る 官司 。 +-1 大和 永享 の 乱 ( やまと えいきょう の らん ) は 、 室町 時代 の 正長 2 年 ( 1429 年 ) に 大和 国 で 発生 し た 戦乱 。 +-1 八幡神 ( はち まんしん 、 や は た の かみ ) は 、 日本 独自 で 信仰 さ れ る 神 で あ る 。 +-1 尋常 小 学校 ( じんじょう しょう がっこう ) は 、 明治 時代 から 昭和 初期 に かけ て の 初等 教育 機関 の 名称 。 +-1 秋篠 ( あき し の ) は 、 奈良 県 奈良 市 に あ る 地名 で 、 現在 の 住居 表示 で は 秋篠 町 。 +-1 袈裟 ( けさ ) は 、 仏教 の 僧 が 身 に つけ る 布状 の 衣装 の こと 。 +1 西川 寅吉 ( にしかわ とらきち 、 1854 年 - 1941 年 ) は 、 日本 に お い て 過去 に 脱獄 を 最も 多 く 行 っ た 事 で 知 ら れ た 、 いわゆる 脱獄 魔 。 +1 頓阿 ( とんあ 、 正応 2 年 ( 1289 年 ) - 文中 元年 / 応安 5 年 3 月 13 日 ( 旧暦 ) ( 1372 年 4 月 17 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) の 僧 ・ 歌人 。 +-1 大山 寺 縁起 ( だい せん じ えんぎ ) は +1 常夏 ( とこなつ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +1 大村 由己 ( おおむら ゆうこ 、 天文 ( 日本 ) 7 年 ( 1536 年 ) ? - 慶長 元年 ( 1596 年 ) ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 学者 ・ 著述 家 。 +-1 法華 宗 陣 門流 ( ほっけ しゅうじんもん りゅう ) は 、 日蓮 を 宗祖 ( 高祖 ) と し 、 日陣 ( にちじん ) ( 1339 年 ~ 1414 年 ) を 派祖 ( 門祖 ) と する 、 仏教 の 日蓮 門 下 の 一派 で あ る 。 +-1 宝亀 の 乱 ( ほうき の らん ) は 奈良 時代 に 東北 地方 ( 後 の 陸前 国 ) で 蝦夷 が 起こ し た 反乱 で あ る 。 +1 家木 将監 ( いえきしょうげん 、 生没年 不詳 ) は 新 選 組 の 前身 、 壬生 浪士 組 の 隊士 で あ る 。 +-1 大正 デモクラシー と は 、 日本 の 大正 時代 に 現れ た 政治 ・ 社会 ・ 文化 の 各 方面 に おけ る 民主 主義 、 自由 主義 的 な 運動 を 指 す 。 +-1 引目 鉤鼻 ( ひきめ かぎばな ) は 、 平安 時代 、 鎌倉 時代 の 大和 絵 、 風俗 画 に おけ る ヒト の 顔 の 眼 および 鼻 の 類型 的 、 様式 的 な 描写 技法 で あ る 。 +-1 従二 位 ( じゅに い ) は 、 日本 の 位 階 及び 神階 に おけ る 位 の 一 つ 。 +-1 尼 ( あま ) と は 2 0 歳 以上 の 未婚 、 もしくは 結婚 経験 が あ っ て も 沙弥 尼 ( しゃみに ) の 期間 を 経 て 出家 し た 女性 の こと 。 +1 分部 信政 ( わけべ のぶまさ 、 承応 元年 12 月 14 日 ( 旧暦 ) ( 1653 年 1 月 13 日 ) - 正徳 ( 日本 ) 4 年 12 月 18 日 ( 旧暦 ) ( 1 71 5 年 1 月 23 日 ) ) は 、 近江国 大溝 藩 の 第 4 代 藩 主 。 +-1 立正 安国 論 ( りっしょう あんこく ろん ) は 、 日蓮 宗 を 開 い た 日蓮 が 文応 元年 ( 12 60 年 ) に 得宗 ( 元執権 ) 北条 時 頼 に 提出 する ため に 撰述 し た 文章 。 +-1 島津 荘 ( しまづ の しょう ) は 、 平安 時代 ~ 鎌倉 時代 初期 に かけ て 南 九州 に あ っ た 大 荘園 。 +-1 甲賀 ファミリー ランド ( こう が ファミリー ランド ) は 、 かつて 滋賀 県 甲賀 郡 甲西町 ( 滋賀 県 ) ( 現在 は 湖南 市 ) に あ っ た 遊園 地 で あ る 。 +1 畠山 義就 ( はたけやま よしひろ ( よしなり ) 、 永享 9 年 ( 1437 年 ) ? - 延徳 2 年 12 月 12 日 ( 旧暦 ) ( 1491 年 1 月 21 日 ) ) は 、 室町 時代 の 武将 で あ る 。 +1 西園 寺 治季 ( さいおんじ はるすえ 、 文化 ( 元号 ) 6 年 6 月 14 日 ( 旧暦 ) ( 1809 年 7 月 26 日 ) - 文政 9 年 7 月 9 日 ( 旧暦 ) ( 1826 年 8 月 12 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +1 旻 ( みん 、 生年 不詳 - 白雉 4 年 6 月 ( 653 年 7 月 ) ) は 、 飛鳥 時代 の 学僧 。 +1 中村 勘九郎 ( なかむら かんくろう ) は 、 歌舞伎 役者 の 名跡 。 +1 高田 新家 ( た かた の に いのみ 、 大宝 ( 日本 ) 3 年 ( 70 3 年 ) 7 月 23 日 ? ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 東向日 駅 ( ひがしむ こう えき ) は 、 京都 府 向日 市 に あ る 、 阪急 電鉄 阪急 京都 本線 の 鉄道 駅 。 +-1 奉安 殿 ( ほうあん でん ) と は 、 戦前 戦 中 に かけ て 各地 の 学校 で 、 天皇 皇后 の 写真 ( 御 真影 ) と 教育 勅語 を 納め て い た 建物 の こと 。 +1 大江 斉光 ( おおえ の ただみつ / なりみつ 、 承平 ( 日本 ) 4 年 ( 934 年 ) - 永延 元年 11 月 6 日 ( 旧暦 ) ( 98 7 年 11 月 29 日 ) ) は 平安 時代 中期 の 公家 。 +-1 大溝 陣屋 ( おおみぞ じんや ) は 滋賀 県 高島 市 高島 勝野 ( 近江国 高島 郡 ) に あ っ た 大溝 藩 の 藩庁 で あ る 。 +-1 芬 陀院 ( ふんだ いん ) は 京都 市 東山 区 に あ る 臨済 宗 東福寺 派 大 本山 ・ 東福 寺 の 塔頭 ( たっちゅう ) で あ る 。 +-1 成人 の 日 ( せいじん の ひ ) は 日本 の 国民 の 祝日 の 1 日 で あ る 。 +-1 賜田 ( しでん ) は 、 日本 の 律令 制 に お い て 、 勅 ( 天皇 の 命令 ) に よ っ て 個人 へ 支給 さ れ た 田地 を い う 。 +1 冷泉 為 秀 ( れいぜいため ひ で 、 生年 不詳 - 応安 5 年 / 文中 元年 6 月 11 日 ( 旧暦 ) ( 1372 年 7 月 12 日 ) ) は 鎌倉 時代 後期 から 室町 時代 前期 に かけ て の 歌人 。 +1 松平 忠晴 ( まつだいら ただはる 、 慶長 3 年 ( 1598 年 ) - 寛文 9 年 3 月 23 日 ( 旧暦 ) ( 1669 年 4 月 23 日 ) ) は 、 駿河 国 田中 藩主 。 +-1 西小路 通 ( にし こうじ どおり ) は 、 京都 市 の 南北 の 通り の 一 つ 。 +-1 印岐志呂 神社 ( いきしろ じんじゃ ) は 、 滋賀 県 草津 市 片岡 町 に 鎮座 する 神社 で あ る 。 +1 玄朗 ( げんろう ) は 、 奈良 時代 の 僧 。 +1 粟田口 久国 ( あわたぐち ひさく に 、 生没年 不詳 ) は 鎌倉 時代 の 刀工 。 +1 三条 実 万 ( さんじょうさ ねつむ 、 享和 2 年 2 月 15 日 ( 旧暦 ) ( 180 2 年 3 月 18 日 ) - 安政 6 年 10 月 6 日 ( 旧暦 ) ( 1859 年 10 月 31 日 ) ) は 、 幕末 の 公卿 。 +-1 和同 開珎 ( わ どう かいちん 、 わどう かいほう ) は 、 70 8 年 ( 和銅 元年 ) に 、 日本 で 鋳造 ・ 発行 さ れ た 銭貨 で あ る 。 +1 院号 ( いんごう ) と は 以下 の こと を 指 す 。 +-1 悪逆 ( あくぎゃく ) と は 、 律令 法 に 定め られ た 八虐 の 一 つ 。 +-1 松浦 検校 ( まつうら けん ぎょう 、 生年 不詳 - 文政 5 年 11 月 21 日 ( 旧暦 ) ( 1823 年 1 月 2 日 ) ) は 、 19 世紀 前半 に 京都 で 活躍 し た 盲人 音楽 家 ( 地歌 三味 線 および 箏曲 演奏 家 、 作曲 家 ) 。 +-1 文禄 ・ 慶長 の 役 ( ぶんろく ・ けいちょう の えき ) は 1592 年 ( 日本 : 文禄 元年 、 明 および 李 氏 朝鮮 : 万暦 20 年 ) から 159 8 年 ( 日本 慶長 3 年 、 明 および 朝鮮 万暦 26 年 ) に かけ て 行 わ れ た 戦役 。 +1 中西 秀長 ( なかにし ひでな が 、 生年 不詳 - 慶安 3 年 8 月 11 日 ( 旧暦 ) ( 1650 年 9 月 6 日 ) ) は 江戸 時代 初期 の 薩摩 藩 の 武士 。 +1 迹見 赤檮 ( とみ の いち い 、 生没年 不詳 ) は 飛鳥 時代 の 舎人 。 +-1 恩賜 ( おんし ) と は 君主 から 、 臣下 に 当該 臣 下 の 、 これ まで の 、 或いは これ から の 忠節 や 功労 を 感謝 、 或いは 期待 する ため 、 に 何 ら か の 物品 を 与え る 行為 。 +1 藤原 兼光 ( ふじわら の かねみつ 、 久安 2 年 ( 1146 年 ) - 建久 7 年 4 月 23 日 ( 旧暦 ) ( 1196 年 5 月 22 日 ) ) は 、 平安 時代 末期 の 公卿 。 +-1 川中島 の 戦い ( か わ なかじま の たたか い ) は 、 日本 の 戦国 時代 ( 日本 ) に 、 甲斐 国 ( 現在 の 山梨 県 ) の 戦国 大名 で あ る 武田 信玄 ( 武田 晴信 ) と 越後 国 ( 現在 の 新潟 県 ) の 戦国 大名 で あ る 上杉 謙信 ( 長尾 景虎 ) と の 間 で 、 北信 濃 の 支配 権 を 巡 っ て 行 わ れ た 数次 の 戦い を い う 。 +1 織田 長益 ( お だ なが ます ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 大名 ・ 茶人 。 +1 乾正厚 ( いぬい まさひろ 、 生没 年 未詳 ) は 、 勤皇 家 。 +1 竹田 皇子 ( たけだのみこ 、 生没年 不詳 ) は 、 飛鳥 時代 の 皇族 。 +-1 綜芸 種 智院 ( しゅげいしゅちいん ) は 、 天長 5 年 12 月 15 日 ( 旧暦 ) ( 82 9 年 1 月 23 日 ) 、 空海 が 庶民 教育 や 各種 学芸 の 綜合 的 教育 を 目的 に 、 藤原 三守 から 譲り受け た 京都 の 左京 九条 の 邸宅 に 設置 し た 私立 学校 と い わ れ て い る 。 +1 檜垣 媼 檜垣 嫗 ( 桧垣 媼 、 ひがき の おうな ) は 生没年 不詳 、 平安 時代 中期 ( 十 世紀 ) の 女性 歌人 。 +-1 遥任 ( ようにん 、 旧 字体 で 遙任 と 表記 する こと も あ る ) と は 、 日本 の 奈良 時代 ・ 平安 時代 など に 、 国司 が 任国 へ 赴任 し な かっ た こと を 指 す 。 +-1 検校 ( けん ぎょう ) と は 、 中世 ・ 近世 の 盲官 の 最高 位 の 名称 。 +1 広幡 長忠 ( ひろは たなか ただ 、 宝永 8 年 4 月 4 日 ( 旧暦 ) ( 1 71 1 年 5 月 21 日 ) - 明和 8 年 9 月 27 日 ( 旧暦 ) ( 17 71 年 11 月 3 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 大 文字 焼き ( だい もん じ や き ) は 「 大 」 の 字 を 象 っ た 文字 を 松明 の 炎 で 描 く 行事 で あ る 。 +-1 笄 ( こうがい ; 「 髪掻 き 」 の 転訛 ) と は 、 髪 を 掻き 揚げ て 髷 を 形作 る 装飾 的 な 結髪 用 具 。 +1 葛城 襲 津彦 ( かつらぎ の そつひこ 、 曽都 毘古 ・ 沙至 比 跪 、 生没年 不詳 、 4 世紀 後半 ~ 5 世紀 前半 頃 ? ) は 大和 国 葛城 地方 の 古代 豪族 葛城 氏 の 祖 と し て 『 記紀 』 に 記 さ れ て い る 。 +1 平戸 記 ( へいこき ) は 正二 位 民部 卿平 経高 が 記 し た 日記 。 +-1 弁当 ( 辨當 、 べんとう ) と は 、 携帯 でき る よう に し た 食品 の うち 、 食事 に 相当 する もの 。 +1 駒田 忍人 ( こまだ の おしひと 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 六角 紫水 ( ろっかく しすい 、 1867 年 4 月 24 日 ( 慶応 3 年 3 月 20 日 ( 旧暦 ) ) - 1950 年 ( 昭和 25 年 ) 4 月 15 日 ) は 、 日本 の 漆器 。 +1 長井 泰秀 ( なが い やすひ で 、 1212 年 ( 建暦 2 年 ) - 1254 年 1 月 11 日 ( 建長 5 年 12 月 21 日 ( 旧暦 ) ) ) は 鎌倉 時代 の 人物 。 +1 織田 敏広 ( お だ としひろ 、 織田 敏廣 ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 京 の 伝統 野菜 ( きょう の でんとう や さい ) と は 、 京都 府 に よ っ て 認定 さ れ た 野菜 の 品目 の 事 で 、 1987 年 ( 昭和 62 年 ) の 認定 開始 以来 、 現在 まで 41 品目 の 野菜 が 認定 さ れ て お り 、 その 中 に は 、 京 の 伝統 野菜 に 準じ る 野菜 の 品目 や 、 既に 絶滅 しま っ た 野菜 の 品目 も 含 ま れ る 。 +1 伊藤 仁斎 ( いとうじん さい 、 寛永 4 年 7 月 20 日 ( 旧暦 ) ( 1627 年 8 月 30 日 ) - 宝永 2 年 3 月 12 日 ( 旧暦 ) ( 170 5 年 4 月 5 日 ) ) は 、 江戸 時代 の 前期 に 活躍 し た 儒学 者 ・ 思想 家 。 +-1 古 天明 平蜘蛛 ( こてんみょう ひらぐ も ) は 、 戦国 時代 ( 日本 ) の 梟雄 ・ 松永 久秀 が 所有 し て い た 茶釜 。 +-1 御 強 ( おこわ ) と は 、 もち米 を 蒸 し た 米飯 の こと 。 +-1 特記 事項 +-1 大休 宗 休 ( だい きゅう そうきゅう 、 応仁 2 年 ( 1468 年 ) - 天文 ( 元号 ) 18 年 8 月 24 日 ( 旧暦 ) ( 1549 年 9 月 15 日 ) ) は 、 戦国 時代 ( 日本 ) の 臨済 宗 の 僧 。 +1 奥 の 細道 ( おく の ほそみち ) と は 、 松尾 芭蕉 が 元禄 に 著 し た 紀行 本 。 +1 明徳 の 和約 ( めいとく の わやく ) と は 、 明徳 3 年 / 元中 9 年 に 南朝 ( 大覚 寺 統 ) と 北朝 ( 持明 院 統 ) 間 で 結 ば れ た 和議 と 皇位 継承 に つ い て 結 ば れ た 協定 の 事 。 +-1 藤原 南家 ( ふじわら なん け ) と は 、 右 大臣 藤原 不比 等 の 長男 藤原 武智 麻呂 を 祖 と する 家系 。 +1 石川 貞清 ( いしかわ さだ きよ 、 生年 不詳 - 寛永 3 年 4 月 8 日 ( 旧暦 ) ( 1626 年 5 月 3 日 ) ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +-1 殿司 ( と の ものつかさ ) は 、 後宮 十 二 司 の 1 つ 。 +-1 経塚 ( きょうづか ) と は 、 経典 が 土中 に 埋納 さ れ た 遺跡 で あ る 。 +-1 刪定律令 ( さん ていりつ りょう ) は 、 神護 景雲 3 年 ( 769 年 ) に 、 右 大臣 吉備 真備 や 大和 長岡 ら に よ っ て 編纂 さ れ た 律令 法 。 +1 乾和宣 ( いぬい かずのぶ 、 生年 未詳 - 元亀 元年 4 月 26 日 ( 1570 年 ) ) は 、 安土 桃山 時代 の 武士 。 +-1 たたきと は 、 主に 魚 を 料理 する とき の 調理 法 で あ る 。 +1 正親町 三条 実久 ( おおぎまち さんじょうさ ねひさ 、 明暦 2 年 6 月 21 日 ( 旧暦 ) ( 1656 年 8 月 11 日 ) ‐ 元禄 8 年 11 月 11 日 ( 旧暦 ) ( 1695 年 12 月 16 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +1 一条 実秋 ( いちじょうさ ねあき ・ 清水谷 実秋 ( しみずだ に さねあき ) 、 ? - 応永 27 年 4 月 21 日 _ ( 旧暦 ) ( 142 0 年 6 月 2 日 ) ) は 、 室町 時代 の 公卿 。 +1 池坊 専好 ( いけのぼう せんこう ) は 、 安土 桃山 時代 から 江戸 時代 中期 に かけ て の 立花 師 。 +-1 曲物 ( まげもの ・ わげもの ) は 、 ヒノキ ・ スギ など の 薄 く 削り取 っ た 材 を 円形 に 曲げ 、 合せ 目 を カバ ・ サクラ の 皮 など で 綴じ て 作 っ た 容器 。 +-1 拝舞 ( はいぶ 、 はいむ ) は 、 平安 時代 、 宮中 で 、 叙位 、 任官 、 賜禄 の 際 など に 、 謝意 を 表 し て 左右左 ( さゆう さ ) を 行 う 礼 で あ る 。 +-1 針 博士 ( はり はかせ ) は 、 宮内 省典薬寮 に 属 する 職員 の 1 つ 。 +-1 工場 法 ( こうじょうほう ) は 産業 革命 期 に お い て 苛酷 な 労働 を 強い られ た 工場 労働 者 、 特に 幼年 労働 者 及び 女子 労働 者 を 保護 する こと を 目的 と し て 制定 さ れ た 法律 。 +-1 猪熊通 ( いの くまどおり ) は 、 京都 府 京都 市 内 の 南北 の 通り の 一 つ 。 +1 『 平家 物語 』 ( へいけ ものがたり ) は 、 鎌倉 時代 に 成立 し た と 思 わ れ る 、 平家 の 栄華 と 没落 を 描 い た 軍記 物語 で あ る 。 +-1 武士 団 ( ぶしだん ) と は 主に 平安 時代 後半 から 、 鎌倉 時代 、 南北朝 時代 ( 日本 ) を 中心 に 室町 時代 まで の 武士 の 集団 を 指 す 。 +1 河内 経国 ( かわちつね く に 、 生年 不詳 ( 110 0 年 頃 ) - 没年 不詳 ( 一説 に 1156 年 ) ) は 平安 時代 後期 から 末期 の 武将 。 +-1 奇兵 隊 ( きへい たい ) +-1 椿井 大塚山 古墳 ( つばい おおつかやま こふん ) は 、 京都 府 木津川 市山城 町 に 所在 する 古墳 。 +1 杉浦 重剛 ( すぎうら じゅう ごう 、 安政 2 年 3 月 3 日 ( 旧暦 ) ( 1855 年 4 月 19 日 ) - 大正 13 年 ( 1924 年 2 月 13 日 ) は 、 明治 時代 ・ 大正 時代 の 国粋 主義 的 教育 者 ・ 思想 家 。 +-1 大鼓 方 ( おお つづみ がた 、 おおかわ がた ) は 、 能楽 囃子 や 歌舞伎 鳴物 に お い て 大鼓 を 担当 する 専門 の 職掌 。 +1 東郷 重位 ( とうごう ちゅうい / しげかた 、 永禄 4 年 ( 1561 年 ) - 寛永 20 年 6 月 27 日 ( 旧暦 ) ( 1643 年 8 月 11 日 ) ) は 薩摩 藩 の 武士 に し て 示現 流 剣術 の 流祖 。 +1 藤原 義孝 ( ふじわら の よし た か 、 天暦 8 年 ( 954 年 ) - 天延 2 年 9 月 16 日 ( 旧暦 ) ( 974 年 11 月 8 日 ) ) は 、 平安 時代 中期 の 公家 ・ 歌人 。 +1 狩野 典信 ( かのう みちのぶ 、 享保 15 年 11 月 11 日 ( 旧暦 ) ( 1730 年 12 月 20 日 ) - 寛政 2 年 8 月 16 日 ( 旧暦 ) ( 1790 年 9 月 24 日 ) ) は 江戸 時代 の 竹川 町家 、 後 に 木挽 町 家 狩野 派 6 代 目 の 絵師 で あ る 。 +-1 纒向 石塚 古墳 ( まきむく ・ いしづか ・ こふん ) は 纒向 古墳 群 に 属 する 古墳 。 +1 七 代 小川   治兵衛 ( おがわ   じへえ 、 18 60 年 - 1933 年 ) は 、 近代 日本 庭園 の 先駆 者 と さ れ る 作庭 家 、 庭師 。 +-1 茶量 ( ちゃりょう ) は 煎茶道 で 使用 さ れ る 道具 の 一 つ 。 +-1 野宮家 ( ののみやけ ) は 、 日本 の 氏族 ( 公家 ) 。 +-1 浄土 宗 西山 深草 派 ( じょうど しゅうせい ざん ふかくさ は ) は 、 京都 市 中京 区 の 誓願 寺 を 本山 と する 浄土 宗 の 一派 。 +1 仏 御前 ( ほとけ ごぜん 、 平治 2 年 / 永暦 元年 ( 11 60 年 ) - 治承 4 年 ( 1180 年 ) ) は 平安 時代 末期 の 白拍子 。 +-1 『 無量 寿経 』 ( むりょう じゅきょう ) は 、 大乗 仏教 の 経典 の 一 つ 。 +1 神屋 宗湛 ( かみや そう たん 、 天文 ( 元号 ) 20 年 1 月 1日 ( 旧暦 ) ( 155 1 年 2 月 6 日 ) - 寛永 12 年 10 月 28 日 ( 旧暦 ) ( 1635 年 12 月 7 日 ) ) は 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 博多 の 豪商 。 +-1 無著道 忠 ( む じゃく どうちゅう 、 承応 2 年 7 月 25 日 ( 旧暦 ) ( 1653 年 9 月 16 日 ) - 延享 元年 12 月 23 日 ( 旧暦 ) ( 1745 年 1 月 25 日 ) ) は 、 江戸 時代 の 禅宗 中 の 臨済 宗 妙心 寺 派 の 学僧 で あ る 。 +-1 柚子湯 ( ゆずゆ ) と は 柑橘 類 の 果実 で あ る ユズ を 砂糖 で 煮 て 、 その 香り の つ い た 砂糖 湯 を 熱湯 で うすめ た 飲み物 で あ る ( 柚子 茶 ) 。 +1 藤原 忠文 ( ふじわら の ただぶみ 、 貞観 ( 日本 ) 15 年 ( 873 年 ) - 天暦 元年 6 月 26 日 ( 旧暦 ) ( 94 7 年 7 月 16 日 ) ) は 、 平安 時代 の 参議 で 民部 卿 を 務め た 。 +1 源季実 ( みなもとの すえざね 、 生年 未詳 - 平治 元年 12 月 30 日 ( 旧暦 ) ( 11 60 年 2 月 9 日 ) ) は 、 平安 時代 末期 の 武将 。 +1 高橋 汎 ( たかはし ひろし 、 1932 年 ( 昭和 7 年 ) - ) は 、 シテ 方 金 春 流能 楽師 。 +1 本多 重次 ( ほんだ しげつぐ 、 1529 年 ( 享禄 2 年 ) - 1596 年 8 月 9 日 ( 文禄 5 年 7 月 16 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 徳川 氏 の 家臣 。 +1 二十 一 代 集 ( にじゅう いち だい しゅう ) と は 、 天皇 が 勅命 を 出 し 、 国家 事業 と し て 編集 さ れ た 勅撰 和 歌集 で あ る 『 古今 和 歌集 』 から 『 新続 古 今 和 歌集 』 まで の 計 21 集 の こと で あ る 。 +-1 筒袖 ( つつそで ) は 、 字 が 示 す 通り 筒状 の 衣服 の 袖 の 形態 の 一 つ で あ る が 、 洋服 は 全て 袂 の な い 細 い 筒袖 で あ る ため 、 通常 和服 の 袖 の 形態 を さ す 。 +1 井伊 直政 ( いいなお まさ ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 ・ 大名 。 +-1 金春流 ( こんぱる - りゅう ) は 能楽 の 流派 の 一 。 +-1 三 杯 酢 ( さん ばい ず ) と は 酢 、 醤油 、 みりん を 同量 ずつ 混ぜ た 、 合わせ 調味 料 の こと 。 +1 中村 松江 ( なかむら まつえ ) は 、 歌舞伎 役者 。 +-1 敵討 ( かたきうち ) と は 、 直接 の 尊属 を 殺害 し た 者 に 対 し て 私刑 と し て 復讐 を 行 う 制度 で あ る 。 +-1 精米 歩合 ( せいまい ぶ あい ) と は 、 平成 元年 ( 1989 年 ) 1 1 月 22 日   国税 庁 告示 第 8 号 「 清酒 の 製法 品質 表示 基準 を 定め る 件 」 に よ り 以下 の とおり 定め られ て い る 。 +-1 蘭谷 元定 ( らん こく げんじょう 、 承応 2 年 ( 1653 年 ) - 宝永 4 年 5 月 1日 ( 旧暦 ) ( 17 0 7 年 5 月 31 日 ) ) は 、 江戸 時代 前期 の 臨済 宗 黄檗 派 ( 黄檗 宗 ) の 僧 で あ る 。 +-1 志野 流 ( しのりゅう ) は 香道 および 茶道 流 派 の 一 つ 。 +-1 元和 通宝 ( げん な つうほう ) は 、 元和 ( 日本 ) 元年 ( 1615 年 ) もしくは 2 年 ( 1616 年 ) 頃 に 鋳造 さ れ た と さ れ る 、 江戸 時代 の 元号 を 用い た 銅銭 で あ り 、 寛永 通宝 以前 の もの で あ る 。 +-1 冨嶽 三十 六 景 ( ふがく さんじゅう ろっ けい ) は 、 葛飾 北斎 の 作成 し た 代表 的 な 風景 画 ・ 浮世 絵 で あ る 。 +-1 益田 池 ( ますだいけ ) と は 、 奈良 県 橿原 市 に 存在 し た ため池 で 、 現在 は 消滅 し て い る 。 +-1 加牟 波理 入道 ( かんば り にゅうどう ) は 、 日本 の 民間 信仰 に おけ る 厠神 ( 便所 の 神 ) あるいは 妖怪 で あ る 。 +-1 火 前坊 ( かぜん ぼう ) は 、 鳥山 石燕 の 妖怪 画 集 『 今昔 百 鬼 拾遺 』 に あ る 日本 の 妖怪 。 +-1 総構え ( そうがまえ ) は 、 城 や 砦 の 外郭 ( がいかく ) 、 また は その 囲 ま れ た 内部 の こと 。 +-1 サカキ ( 榊 Cleyerajaponica ) は 、 ツバキ 科 サカキ 属 の 常緑 高木 。 +1 冷泉 為 恭 ( れいぜい ため ちか 、 文政 6 年 9 月 17 日 ( 旧暦 ) ( 1823 年 10 月 20 日 ) - 元治 元年 5 月 5 日 ( 旧暦 ) ( 1864 年 6 月 8 日 ) ) は 、 幕末 期 の 公家 ・ 公卿 召抱え の 復古 的 な 大和 絵 の 画家 。 +-1 大峯奥 駈道 ( おおみね おく がけみち ) は 、 熊野 三山 ( 熊野 本宮 大社 、 熊野 速玉 大社 、 熊野 那智 大社 ) へ と 通じ る 修行 道 で あ り 、 熊野 古道 の ひと つ 。 +-1 八幡堀 ( はちまんぼり ) は 、 滋賀 県 近江八幡 市 に あ る 幅員 約 15 メートル 、 全長 6 キロメートル に 及 ぶ 運河 で あ る 。 +-1 西 近江路 ( にしおうみじ ) は 、 近江 国 ( 滋賀 県 ) から 越前 国 へ 通じ る 街道 で 、 古代 ・ 中世 の 北陸道 。 +1 淳武 微子 ( じゅんむみし 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 上方 噺家 ( かみがた はなしか ) と は 、 上方 落語 を 話 す 噺家 ( 落語 家 ) の こと 。 +-1 地子 ( じし / ちし ) と は 、 日本 の 古代 ・ 中世 から 近世 に かけ て 、 領主 が 田地 ・ 畠地 ・ 山林 ・ 塩田 ・ 屋敷地 など へ 賦課 し た 地代 を 指 す 。 +-1 長寛 勘文 ( ちょう かんかん もん 、 ちょうかん の かんもん ) は 、 平安 時代 の 長寛 年間 ( 1163 年 - 11 64 年 ) に 編纂 さ れ た 勘文 。 +-1 聖霊 会 ( しょうりょう え ) は 、 聖徳 太子 の 命日 の 大 法要 。 +1 九鬼 隆郷 ( く き たか さ と 、 安永 9 年 10 月 3 日 ( 旧暦 ) ( 1780 年 10 月 30 日 ) - 文化 ( 元号 ) 5 年 5 月 30 日 ( 旧暦 ) ( 180 8 年 6 月 23 日 ) ) は 、 丹波 国 綾 部 藩 の 第 7 代 藩 主 。 +-1 馬見 古墳 群 ( うまみこふん ぐん ) は 奈良 盆 地 西 南部 、 奈良 県 北葛城 郡 河合 町 、 広陵 町 から 大和 高田 市 に かけ て 広が る 馬見 丘陵 と その 周辺 に 築 か れ た 。 +-1 一色田 ( いっ しき でん ) と は 、 荘園 に お い て 一 種類 ( 一色 ) の 賦課 のみ を 負担 し て い た 田地 の こと を 称 する 。 +1 鷹司房子 ( たかつかさ ふさこ 、 承応 2 年 8 月 21 日 ( 1653 年 10 月 12 日 ) - 正徳 2 年 4 月 14 日 ( 1 71 2 年 5 月 19 日 ) ) は 、 日本 の 皇族 。 +-1 今井町 ( いまいちょう ) は 、 奈良 県 橿原 市 に あ る 町 。 +-1 小袖 は 平安 時代 中頃 に 誕生 し た と 思 わ れ る 和服 の 元 に な っ た 衣類 で あ る 。 +-1 稚日 女尊 ( わかひるめ の みこと ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +1 山 東京 伝 ( さん とうきょう でん 、 宝暦 11 年 8 月 15 日 ( 旧暦 ) ( 1761 年 9 月 13 日 ) - 文化 ( 元号 ) 13 年 9 月 7 日 ( 旧暦 ) ( 1816 年 10 月 27 日 ) は 江戸 時代 の 絵師 、 戯作 者 。 +-1 秋篠 寺 ( あき し の でら ) は 、 奈良 県 奈良 市 秋篠 町 に あ る 寺院 。 +-1 酒米 ( さかまい ) は 、 日本 酒 を 醸造 する 原料 、 主に 日本 酒米 ( こう じまい ) と し て 使 わ れ る コメ で あ る 。 +-1 さいかち 浜水 泳場 ( さいかち は ますいえいじょう ) と は 、 滋賀 県 長浜 市 高橋 町 および 、 田村 町 に あ る 琵琶 湖 に 面 する 長浜 市営 の 水泳 場 で あ る 。 +1 徳大寺 実祖 ( とくだいじ さね み 、 宝暦 3 年 1 月 6 日 ( 旧暦 ) ( 175 3 年 2 月 8 日 ) - 文政 2 年 1 月 28 日 ( 旧暦 ) ( 1819 年 2 月 22 日 ) ) は 、 江戸 時代 中期 から 後期 の 公卿 。 +-1 一乗 寺 駅 ( いち じょうじ えき ) は 、 京都 市 左京 区 一乗 寺里 ノ 西町 に あ る 叡山 電鉄 叡山本線 の 鉄道 駅 。 +1 吉田 定房 ( よしだ さだふさ 、 文永 11 年 ( 1274 年 ) - 暦応 元年 / 延元 3 年 1 月 23 日 ( 旧暦 ) ( 1338 年 2 月 13 日 ) ) は 、 鎌倉 時代 後期 の 公家 で あ る 。 +1 歌川 豊国 ( うたがわ と よく に 、 明和 6 年 ( 1769 年 ) - 文政 8 年 1 月 7 日 ( 旧暦 ) ( 182 5 年 2 月 24 日 ) ) は 江戸 時代 の 浮世 絵 師 。 +-1 明治 六 大 教育 家 ( めいじ ろく だい きょういく か ) は 、 明治 期 に 近代 教育 を 普及 する に 当た っ て 功績 の 大き かっ た 6 人 を 特別 に まとめ て 称 し た 称号 。 +-1 由岐 神社 ( ゆき じんじゃ ) は 、 京都 市 左京 区 鞍馬 本町 に あ る 神社 で あ る 。 +1 脇坂 安政 ( わきざか やすまさ 、 寛永 10 年 2 月 19 日 ( 旧暦 ) ( 1633 年 3 月 28 日 ) - 元禄 7 年 4 月 20 日 ( 旧暦 ) ( 1694 年 5 月 13 日 ) は 江戸 時代 前期 の 外様 大名 。 +-1 平知 信 朝臣 記 ( たいらの とものぶ あそん き ) は 、 平安 時代 末期 の 官人 平知信 の 日記 。 +-1 額田 国造 ( ぬかた の くに みやつこ ・ ぬか た こくぞう ) は 美濃 国 西部 ( また は 近江 国 東部 ) を 支配 し た 国造 。 +1 磯部 時 基 ( いそべ ときも と ) 、 生没年 不詳 、 は 鎌倉 時代 初期 の 武将 。 +-1 科野 国造 ( しなの の くにのみやつこ ・ しなの こくぞう ) は 信濃 国 を 支配 し た 国造 。 +-1 判 元 見届 ( はんもと みとどけ ) と は 、 江戸 時代 に 武家 から 末期 養子 の 申請 が 出 さ れ た 際 に 江戸 幕府 から 役人 が 派遣 さ れ て 行 わ れ る 確認 作業 の こと 。 +-1 おやつ ( 片仮名 で オヤツ と も ) と は 、 八 つ 時 ( 午後 2 時 頃 ) に 食べ る 間食 の こと を 指 す 。 +-1 末広 ( すえひろ ) は 狂言 の 演目 の ひと つ 。 +1 陸奥 宗光 ( むつ むねみつ 、 1844 年 8 月 20 日 ( 天保 15 年 7 月 7 日 ( 旧暦 ) ) - 1897 年 8 月 24 日 ) は 、 日本 の 武士 ・ 紀州 藩 士 、 政治 家 、 外交 官 。 +1 安倍 晴明 ( あべの せいめい / はるあきら / はれあき 、 延喜 21 年 ( 921 年 ) ? - 寛弘 2 年 9 月 26 日 ( 旧暦 ) ( 100 5 年 10 月 31 日 ) ) は 、 平安 時代 の 最も 有名 な 陰陽 師 の 一人 で あ り 、 鎌倉 時代 から 明治 時代 初め まで 陰陽 寮 を 統括 し た 阿倍 氏 ( 土 御 門家 ) の 祖 で あ る 。 +-1 天授庵 ( てんじゅあん ) は 京都 市 左京 区 に あ る 臨済 宗 南禅 寺 派 大 本山 ・ 南禅 寺 の 塔頭 で あ る 。 +-1 両 ( りょう ) は 、 尺貫 法 に おけ る 質量 の 単位 で あ り 、 また 、 近世 の 日本 に おけ る 金貨 、 および 中国 に おけ る 秤量 銀貨 の 通貨 単位 で あ る 。 +-1 今出川 通 ( いまで がわ どおり ) は 京都 市 中心 市街 地 北部 の 主要 な 東西 の 通り の 一 つ 。 +-1 雍州 ( ようしゅう ) は 、 中国 の 歴史 的 な 州 の 一 つ 。 +1 藤原 元 真 ( ふじわら の もと ざね 、 生没年 不詳 ) は 、 平安 時代 中期 の 歌人 。 +1 松井 宗信 ( まつい むねのぶ 、 生年 不詳 - 永禄 3 年 5 月 19 日 ( 旧暦 ) ( 15 60 年 6 月 12 日 ) ) は 遠江 国 の 国 人 。 +-1 千鳥 ( ちどり ) は 狂言 の 演目 の ひと つ 。 +-1 金剛院 ( こんごういん ) は 京都 府 舞鶴 市 に あ る 真言 宗 東寺 派 の 寺院 。 +-1 天暦 の 治 ( てんりゃく の ち ) と は 、 平安 時代 中 期 ( 10 世紀 中期 ) の 村上 天皇 の 治世 を 理想 し た 呼称 。 +-1 万 役山 事件 ( まんにゃくやま じけん ) は 、 正徳 ( 日本 ) 5 年 ( 1 71 5 年 ) 、 周防 国 の 久米村 万 役山 の 松 の 木 一 本 を 巡 る 争い から 、 領界 の 争論 を 生 じ 、 徳山 藩 改易 に まで 発展 し た 事件 。 +-1 金太郎 ( きんたろう ) は 、 坂田 金時 ( さかた の きんとき 、 公時 と も ) の 幼名 。 +1 法義 ( ほうぎ 、 生没年 不明 ) は 、 奈良 時代 の 僧 。 +1 松殿 師家 ( まつど の もろいえ 、 承安 ( 日本 ) 2 年 ( 1172 年 ) - 嘉禎 4 年 10 月 4 日 ( 旧暦 ) ( 1238 年 11 月 11 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 公卿 。 +1 上杉 顕定 ( うえすぎ あきさだ 、 正平 ( 日本 ) 6 年 / 観応 2 年 ( 1351 年 ) - 天授 ( 日本 ) 6 年 / 康暦 2 年 ( 1380 年 ) ) は 、 南北朝 時代 ( 日本 ) の 人物 。 +-1 保司 ( ほうし ) と は 日本 の 中世 に お い て 国衙 領 の 一種 で あ る 保 を 管理 する 地方 行政 官 で あ る 。 +1 正親町 三条 公厚 ( おおぎまち さんじょうきん たる 、 文政 3 年 1 月 2 日 ( 旧暦 ) ( 1820 年 2 月 15 日 ) - 文政 5 年 1 月 12 日 ( 旧暦 ) ( 182 2 年 2 月 3 日 ) ) は 、 江戸 時代 後期 の 廷臣 。 +-1 道口 岐閉国造 ( みちの くち の き へ の くに みやつこ ・ みちの くち の きへ こくぞう ) は 常陸 国 北端 を 支配 し た 国造 。 +1 院助 ( いんじょ 、 生年 不詳 - 天仁 元年 12 月 12 日 ( 旧暦 ) ( 1109 年 1 月 14 日 ) ) は 、 平安 時代 の 仏師 。 +-1 下京 区 ( しもぎょう く ) は 、 京都 市 を 構成 する 11 区 の ひと つ で あ る 。 +-1 作庭 記 ( さくていき ) と は 平安 時代 に 書 か れ た 日本 最古 の 庭園 書 で あ る 。 +1 三井 高利 ( みつい た か と し 、 元和 ( 日本 ) 8 年 ( 1622 年 ) - 元禄 7 年 5 月 6 日 ( 旧暦 ) ( 1694 年 5 月 29 日 ) ) は 、 江戸 時代 の 商人 で あ る 。 +-1 五山 派 ( ござん は ・ 五山 叢林 ( ござん そう りん ) は 、 五山 十 刹 諸山 の 制度 に 組み込 ま れ て その 保護 ・ 統制 下 に 置 か れ て い た 禅宗 寺院 ( 禅林 ) の こと 。 +-1 日鎮 ( にっちん 、 文明 _ ( 日本 ) 元年 ( 1469 年 ) - 大永 7 年 6 月 24 日_ ( 旧暦 ) ) は 、 大石 寺 第 12 世 法 主 。 +-1 重森 弘淹 ( しげもり こうえん 、 1926 年 7 月 27 日 - 1992 年 10 月 13 日 ) は 写真 評論 家 。 +1 清和 天皇 ( せいわ てんのう 、 嘉祥 3 年 3 月 25 日 ( 850 年 5 月 10 日 ) - 元 慶 4 年 12 月 4 日 ( 88 1 年 1 月 7 日 ) ) は 、 平安 時代 前期 の 第 56 代 天皇 。 +1 伏見宮 貞行 親王 ( ふしみのみや   さだ もち しんのう 、 宝暦 10 年 2 月 24 日 ( 旧暦 ) ( 17 60 年 4 月 9 日 ) - 明和 9 年 6 月 20 日 ( 旧暦 ) ( 1772 年 7 月 20 日 ) ) は 、 江戸 時代 の 皇族 。 +1 藤原 仲成 ( ふじわら の なかなり 、 宝亀 5 年 ( 774 年 ) - 大同 ( 日本 ) 5 年 9 月 11 日 ( 旧暦 ) ( 810 年 10 月 16 日 ) ) は 、 平安 時代 初期 の 公卿 。 +-1 夜泣 き 石 ( よ なきいし ) は 、 石 に まつわ る 伝説 の 一 つ 。 +-1 御 連枝 ( ご れんし ) は 天皇 家 ・ 公家 ・ 征夷 大将軍 家 など の 高貴 な 家柄 の 兄弟 の こと を い う 。 +-1 正面 通 ( しょうめんどおり ) は 京都 市 の 東西 の 通り の 一 つ 。 +-1 土佐 坊 昌俊 ( とさの ぼうしょうしゅん 、 康治 2 年 ( 1143 年 ) - 文治 元年 10 月 26 日 ( 旧暦 ) ( 1185 年 11 月 19 日 ) ) は 、 平安 時代 末期 の 武将 ・ 僧侶 。 +-1 寛平 ・ 延喜 東国 の 乱 ( かんぴょう えんぎ と うごく の らん ) は 、 平安 時代 中期 に 関東 地方 で 発生 し た 群盗 に よ る 乱 。 +-1 ほうじ 茶 ( ほうじちゃ 、 あるいは 焙 じ 茶 と も ) と は 、 日本 の 緑茶 の 一種 で あ り 、 茶葉 を 焙 ( ほう ) じ て 飲用 に 供 する もの 一般 を 指 す 。 +-1 水無 月 祓 ( みなづ きばらい ) は 能 の 演目 で あ る 。 +-1 品部 ( しなべ / ともべ ) と は 、 「 しなしな の ともの を 」 あるいは 「 ともの みやつこ 」 の 和訓 を 持 つ 古代 日本 の 人的 集団 ・ 組織 の こと 。 +-1 百 鬼 夜行 絵巻 ( ひゃっき や ぎょうえまき ) は 、 日本 の 絵巻物 の 一種 で あ る 。 +-1 アメノタヂカラオ ( アメノタヂカラヲ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +-1 長楽 寺 ( ちょうらくじ ) は 、 京都 市 東山 区 に あ る 時宗 の 寺院 。 +-1 普賢 菩薩 ( ふげんぼさつ ) 、 サンスクリット サマンタ ・ バドラ ( samantabhadra ) は 、 大乗 仏教 に おけ る 崇拝 の 対象 で あ る 菩薩 の 一尊 。 +1 道璿 ( どう せん 、 70 2 年 ( 長安 2 年 ) - 760 年 5 月 7 日 ( 天平 宝字 4 年 4 月 18 日 ( 旧暦 ) ) ) は 、 中国 唐代 の 僧 。 +1 真木 柱 ( まきばしら ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +1 相良 頼房 ( さ がら よりふさ ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 ・ 大名 。 +-1 本巣 国造 ( もとす の くに みやつこ ・ もと す こく ぞう ) は 美濃 国 中西 部 を 支配 し た 国造 。 +-1 折り紙 ( おりがみ 、 折紙 ) と は 、 紙 を 折 っ て 動植物 や 生活 道具 など の 形 を 作 る 日本 伝統 の 遊び 。 +-1 七 博士 意見 書 ( しちはくし い けんしょ ) と は 、 日露 戦争 開戦 直前 の 190 3 年 ( 明治 36 年 ) 6 月 10 日 付 で 当時 の 内閣 総理 大臣 桂太郎 、 外務 大臣 ( 日本 ) 小村 壽太郎 ら に 提出 さ れ た 意見 書 。 +-1 吉見 氏 ( よしみ し ) は 武家 の 姓 の ひと つ 。 +1 一色 持信 ( いっし きもち の ぶ 、 ? - 永享 6 年 4 月 21 日 ( 旧暦 ) ( 1434 年 5 月 29 日 ) ) は 室町 時代 の 武将 。 +-1 虚無 僧 ( こむ そう ) と は 禅宗 の 一派 で あ る 普化 宗 の 僧 で あ り 、 剃髪 し な い 半僧 半俗 の 存在 で あ る 。 +-1 本所 法 ( ほんじょ ほう ) と は 、 本所 が 自己 が 持 つ 荘園 を 支配 する ため に 荘務 権 の 一環 と し て 制定 ・ 行使 し た 法 の こと 。 +-1 埋蔵 文化 財 ( まいぞう ぶんか ざい ) は 、 地中 に 埋蔵 さ れ た 状態 で 発見 さ れ る 文化 財 ( 文化 遺産 ) で あ る 。 +-1 太秦 天神川 駅 ( うずまさ てんじん がわ えき ) は 、 京都 府 京都 市 右京 区 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 終着 駅 で 、 同区 に でき た 初 の 地下 鉄 駅 で あ る 。 +1 この 項目 で は 源氏 物語 の 各帖 の あらすじ を 簡潔 に 記載 する 。 +-1 摂関 政治 ( せっかん せいじ ) と は 、 平安 時代 に 藤原 氏 ( 藤原 北家 ) の 良房 流 一族 が 、 代々 摂政 や 関白 あるいは 内覧 と な っ て 、 天皇 の 代理 者 、 又 は 天皇 の 補佐 者 と し て 政治 の 実権 を 独占 し 続け た 政治 形態 で あ る 。 +-1 千花 ( ち はな ) ( 祇園 板 前 割烹 「 千花 」 ) は 、 永田 基男 ( 1923 年 生まれ ) が 昭和 21 年 に 創業 し た 京 料理 の 店 +-1 下関 条約 ( しもの せき じょうやく ) と は 、 1895 年 4 月 17 日 に 日清 戦争 後 の 講和 会議 で 調印 さ れ た 講和 条約 の 通称 。 +1 清沢 満之 ( きよざわ まん し 、 文久 3 年 6 月 26 日 ( 旧暦 ) 〈 1863 年 8 月 10 日 〉 - 明治 36 年 〈 190 3 年 〉 6 月 6 日 ) は 、 日本 の 明治 期 に 活躍 し た 哲学 者 ・ 宗教 家 。 +1 庭田 重熈 ( にわた し げひろ 、 享保 2 年 9 月 21 日 ( 旧暦 ) ( 1 71 7 年 10 月 25 日 ) - 寛政 元年 8 月 19 日 ( 旧暦 ) ( 1789 年 9 月 30 日 ) ) は 江戸 時代 の 公家 、 公卿 。 +1 朽木 友綱 ( く つき と も つな 、 慶長 4 年 ( 1599 年 ) - 寛文 2 年 8 月 8 日 ( 旧暦 ) ( 1662 年 9 月 20 日 ) ) は 、 江戸 時代 初期 の 旗本 。 +1 鳥居 元忠 ( とりいもと ただ ) は 、 安土 桃山 時代 の 徳川 家康 の 家臣 で あ る 。 +1 藤原 朝光 ( ふじわら の あさて る   また は   あさみつ 、 天暦 5 年 ( 951 年 ) - 長徳 元年 3 月 20 日 ( 旧暦 ) ( 995 年 4 月 22 日 ) ) は 平安 時代 の 公卿 。 +-1 六条 家 ( ろくじょうけ ) は 、 日本 の 氏族 ( 公家 ) 。 +-1 飛鳥 ・ 藤原 の 宮都 と その 関連 資産 群 ( あすか ・ ふじわら の きゅうと と その かんれん しさん ぐん ) は 、 国際 連合 教育 科学 文化 機関 の 世界 遺産 ( 文化 遺産 ) 暫定 リスト へ の 追加 掲載 が 決ま っ た 奈良 県 飛鳥 に あ る 史跡 等 の 総称 。 +-1 春秋 座 ( しゅんじゅうざ ) は 、 京都 市 左京 区 に あ る 京都 造形 芸術 大学 京都 芸術 劇場 内 の 劇場 。 +-1 ファッション ( ) と は 、 服飾 や 髪型 ・ 化粧 など の スタイル や 装い の こと で あ る 。 +1 小足 媛 ( お たら しひめ 、 生没年 不詳 ) は 、 阿倍 内 麻呂 の 娘 。 +-1 京都 競馬 倶楽部 ( きょう と けいば くらぶ ) は 、 かつて 競馬 を 施行 し て い た 団体 で 競馬 倶楽部 の 一 つ 。 +-1 文殊 ( もんじゅ ) と は 、 西 日本 旅客 鉄道 が 新 大阪 駅 ~ 天橋 立 駅 間 を 福知 山 線 ・ 北 近畿 タンゴ 鉄道 宮福線 ・ 北 近畿 タンゴ 鉄道 宮津 線 経由 で 運行 する 特別 急行 列車 の 名称 。 +-1 十 条 駅 ( 東京 都 ) - 東京 都 北 区 ( 東京 都 ) に あ る 東 日本 旅客 鉄道 ( JR 東 日本 ) 埼京 線 ( 赤羽 線 ) の 駅 。 +-1 正一 位 ( しょういち い ) は 、 位 階 及び 神階 の ひと つ 。 +-1 御 附 家老 ( おつけ が ろう ) と は 、 徳川 幕府 初期 、 徳川 将軍 家 血統 の 貴 公子 が 藩主 ( 大名 ) に な っ た 際 に 、 征夷 大将軍 より 直接 命 を 受け て 附属 さ れ た 家老 の こと で あ る 。 +-1 大和 葛城 宝山 記 ( やま と かつらぎ ほうざんき ) と は 仏教 、 特に 修験 道 の 立場 から 書 か れ た 神道 書 。 +-1 下 海上 国造 ( しも つう なかみ の くに みやつこ ・ しもつう なかみこく ぞう ) は 下総 国東部 を 支配 し た 国造 。 +-1 森 の ゆうえんち ( もり の ゆうえんち ) は 、 かつて 京都 市 左京 区 八瀬 に あ っ た 京福 電気 鉄道 経営 の 遊園 地 で あ る 。 +-1 永禄 の 変 ( えい ろく の へん ) は 、 永禄 8 年 5 月 19 日 ( 旧暦 ) ( 1565 年 6 月 17 日 ) 、 三好 三 人 衆 ( 三好 長逸 ・ 三好 政康 ・ 岩成 友通 ) と 松永 久秀ら の 軍勢 に よ っ て 室町 幕府 第 13 代 征夷 大将軍 ・ 足利 義輝 が 京都 ・ 二条 御所 に 襲撃 さ れ 、 討死 し た 事件 で あ る 。 +1 大内   定綱 ( おお うち   さだつな 、 天文 ( 元号 ) 14 年 ( 1545 年 ) - 慶長 15 年 ( 1610 年 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +1 高階 経重 ( たかしな の つねしげ 、 生没年 不詳 ) は 、 平安 時代 の 朝臣 。 +1 中務 ( なかつかさ 、 912 年 ( 延喜 12 年 ) 頃 - 991 年 ( 正暦 2 年 ) 頃 ) は 、 平安 時代 中期 の 女流 歌人 。 +-1 安楽 寿院 ( あんらく じゅ いん ) は 、 京都 市 伏見 区 竹田 に あ る 真言 宗 智山 派 の 寺院 。 +1 宇都宮 貞綱 ( うつのみや さだつな 、 1266 年 ( 文永 3 年 ) - 1316 年 8 月 13 日 ( 正和 5 年 7 月 25 日 ( 旧暦 ) ) ) は 鎌倉 時代 中 ・ 後期 の 武将 。 +1 源義賢 ( みなもと の よしかた ) は 、 平安 時代 末期 の 河内 源 氏 の 武将 。 +-1 光定 ( こうじょう 、 宝亀 10 年 ( 779 年 ) - 天安 ( 日本 ) 2 年 8 月 10 日 ( 旧暦 ) ( 85 8 年 9 月 24 日 ) ) は 、 平安 時代 前期 の 天台 宗 の 僧 。 +-1 土 御 門家 ( つちみかど け ) は 朝廷 に 仕え た 日本 の 公家 の 一族 で あ る 。 +-1 トロ は 、 寿司 の ネタ 等 と し て 使 わ れ る マグロ の 特定 の 部位 の 呼称 。 +-1 京都 市 図書 館 ( きょう とし と しょ かん ) は 、 京都 市 立 の 図書 館 で あ る 。 +1 久米 部 正親 ( くめべ まさちか 、 天保 12 年 4 月 17 日 ( 旧暦 ) ( 1841 年 6 月 6 日 ) - 明治 43 年 ( 1910 年 ) 9 月 25 日 ) は 、 摂津 国 大阪 出身 の 新 選 組 隊士 。 +-1 岐 の 神 ( ちまた の かみ ) また は 辻 の 神 ( つじ の かみ ) と は 、 日本 の 民間 信仰 に お い て 、 疫病 ・ 災害 など を もたら す 悪神 ・ 悪霊 が 聚落 に 入 る の を 防 ぐ と さ れ る 神 ( 神道 ) で あ る 。 +1 覚信尼 ( かくしん に 、 元仁 元年 ( 1224 年 ) - 弘安 6 年 11 月 24 日 ( 旧暦 ) ( 1283 年 12 月 14 日 ) ? ) は 、 鎌倉 時代 浄土 真宗 の 祖親鸞 の 末娘 。 +1 尋尊 ( じんそん 、 永享 2 年 8 月 7 日 ( 旧暦 ) ( 1430 年 8 月 25 日 ) - 永正 5 年 5 月 2 日 ( 旧暦 ) ( 150 8 年 5 月 31 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 奈良 興福寺 の 僧 。 +-1 五 辻 家 ( いつつじけ ) は 宇多 源 氏 の 流れ を 引 く 源 氏 堂上 源 氏 。 +-1 阿修羅 ( あしゅら 、 あすら 、 サンスクリット 語 : asura の 音写 、 意訳 : 非天 ) は 八 部衆 に 属 する 仏教 の 守護 神 。 +1 山口 伊太郎 ( やまぐち い た ろう 、 1901 年 12 月 18 日 - 2007 年 6 月 27 日 ) は 西陣 の 織匠 。 +-1 下狛 駅 ( しも こま えき ) は 、 京都 府 相楽 郡 精華 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 片町 線 の 鉄道 駅 で あ る 。 +-1 日本 > 近畿 地方 > 京都 府 > 中郡 +-1 斤 ( きん ) は 、 尺貫 法 の 質量 ( 重量 ) の 単位 で あ る 。 +-1 電車 焼き 討ち 事件 ( でんしゃ や きうち じけん ) は 、 電車 や その 施設 を 放火 する こと 。 +-1 公案 ( こうあん ) +1 武田 斐三郎 ( たけだ あ やさぶろう 、 文政 10 年 9 月 15 日 ( 旧暦 ) ( 1827 年 11 月 4 日 ) - 明治 13 年 ( 1880 年 ) 1 月 28 日 ) は 伊予国 大洲 藩 ( 現在 の 愛媛 県 大洲 市 ) 出身 の 学者 で あ る 。 +1 小野 毛野 ( おのの けぬ 、 生年 不詳 - 和銅 7 年 4 月 15 日 ( 旧暦 ) ( 71 4 年 6 月 1日 ) ) は 、 飛鳥 時代 後期 の 公卿 。 +-1 脱藩 ( だっぱん ) は 、 江戸 時代 に 武士 が 藩 を 脱出 し て 浪人 に な る こと 。 +1 鷹司 信子 ( たかつかさ のぶこ 、 慶安 4 年 ( 1651 年 ) - 宝永 6 年 2 月 7 日 ( 旧暦 ) ( 1709 年 3 月 17 日 ) ) は 、 江戸 幕府 5 代 征夷 大将軍 徳川 綱吉 の 正室 。 +1 韶子 内 親王 ( しょうし / あきこ な い しんのう 、 延喜 18 年 ( 918 年 ) - 天元 3 年 1 月 18 日 ( 980 年 2 月 7 日 ) ) は 、 平安 時代 中期 の 皇族 。 +1 井上 泰助 ( いのうえ た い すけ 、 安政 4 年 12 月 5 日 ( 旧暦 ) ( 1858 年 1 月 19 日 ) - 昭和 2 年 ( 1927 年 ) 2 月 10 日 ) は 、 新 選 組 隊士 。 +-1 磐鹿 六 雁命 ( いわか むつかり の みこと ) は 、 日本 神話 に 登場 する 人物 で 、 景行 天皇 の 侍臣 で あ る 。 +-1 道昭 ( どうしょう 、 弘安 4 年 ( 1281 年 ) - 文和 4 年 12 月 22 日 ( 旧暦 ) ( 1356 年 1 月 24 日 ) ) は 、 天台 宗 の 僧侶 、 歌人 で あ る 。 +1 今出川 実興 ( いまで がわ さ ねお き 、 享保 元年 ( 1 71 6 年 ) ‐ 享保 15 年 11 月 5 日 ( 旧暦 ) ( 1730 年 12 月 14 日 ) ) は 、 江戸 時代 中期 の 廷臣 。 +-1 天下 ( てんか 、 てん が 、 てんげ 、 あめ の した ) と は 、 全 世界 を 意味 する 概念 。 +1 大江 朝綱 ( おおえ の あさつな 、 86 6 年 ( 仁和 2 年 ) - 95 8 年 1 月 25 日 ( 天徳 ( 日本 ) 元年 12 月 28 日 ( 旧暦 ) ) ) は 平安 時代 中期 の 公卿 に し て 学者 及び 書家 。 +-1 京都 府 立 陶板 名画 の 庭 ( きょうと ふりつ とうばん めいが の にわ ) は 京都 市 左京 区 下鴨 に あ り 古今 の 名画 を 陶器 の 板 に 転写 し て 展示 し て い る 屋外 美術 館 で あ る 。 +1 大江 玄圃 ( おおえ げんぽ 、 享保 14 年 ( 1729 年 ) 5 月 - 寛政 6 年 2 月 25 日 ( 旧暦 ) ( 1794 年 3 月 26 日 ) ) は 、 江戸 時代 後期 の 儒学者 ・ 漢詩 人 。 +1 関藍梁 ( せきらん りょう 、 文化 ( 元号 ) 2 年 4 月 7 日 ( 旧暦 ) ( 180 5 年 5 月 5 日 ) - 文久 3 年 8 月 16 日 ( 旧暦 ) ( 1863 年 9 月 28 日 ) ) は 、 近江 国 ( 滋賀 県 ) 高島 郡 ( 滋賀 県 ) 東 万 木村 ( 現 高島 市 安曇川 町 青柳 ) 出身 の 膳所 藩 の 江戸 藩 邸詰め の 儒者 。 +-1 貧乏 神 ( びんぼう が み ) は 、 取りつ い た 人間 や その 家族 を 貧困 に する 神 。 +1 和辻 哲郎 ( わつじ てつろう 、 1889 年 3 月 1日 - 19 6 0 年 12 月 26 日 ) は 、 『 古寺 巡礼 』 『 風土 』 など の 著作 で 知 ら れ る 日本 の 哲学 者 、 倫理 学 者 、 文化 史家 、 日本 思想 史 家 。 +1 倭姫王 ( やまと ひめ の おおきみ 、 生没年 不詳 ) は 、 飛鳥 時代 の 皇族 。 +-1 大宝 律令 ( たいほうりつ りょう ) は 、 8 世紀 初頭 に 制定 さ れ た 日本 の 律令 で あ る 。 +-1 綾戸 國中 神社 ( あやとく なかじんじゃ ) は 、 京都 府 京都 市 南 区 ( 京都 市 ) に あ る 神社 で あ る 。 +-1 円山 公園 ( まるやま こうえん ) は 、 京都 府 京都 市 東山 区 に あ る 公園 。 +-1 鬼童 丸 、 鬼同 丸 ( きどう まる ) は 、 鎌倉 時代 の 説話 集 『 古今 著聞 集 』 など に 登場 する 鬼 。 +-1 六 代 目澤 村田之助 ( ろくだい め さわ むら たのすけ 、 1932 年 ( 昭和 7 年 ) 8 月 4 日 - ) は 歌舞伎 役者 。 +-1 安和 の 変 ( あんな の へん ) は 平安 時代 の 969 年 ( 安和 2 年 ) に 起き た 藤原 氏 に よ る 他 氏 排斥 事件 で あ る 。 +1 松本 捨助 ( まつもと すてすけ 、 弘化 2 年 4 月 24 日 ( 旧暦 ) ( 1845 年 5 月 29 日 ) - 大正 7 年 ( 1918 年 ) 4 月 6 日 ) は 、 新 選 組 の 八 番組 隊士 。 +-1 涌泉 寺 ( ゆうせんじ ) は 、 京都 市 左京 区 松ヶ崎 に あ る 日 蓮 宗 の 寺院 。 +1 能海 寛 ( のうみ ゆたか 、 1869 年 ( 明治 元年 ) - 190 3 年 ( 明治 36 年 ) ? ) は 、 チベット を 探検 し た 真宗 大谷 派 の 僧 、 仏教 学 者 。 +-1 佛光 寺 ( ぶっこう じ ) は 、 京都 府 京都 市 下京 区 に あ る 浄土 真宗 の 寺 。 +1 佐々木 高綱 ( ささき たかつな ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 武将 。 +1 『 葵上 』 ( あお い の うえ ) は 、 『 源氏 物語 』 の 「 葵 ( 源氏 物語 ) 」 巻 に 取材 し た 能楽 作品 。 +-1 問屋場 ( といやば ) は 、 江戸 時代 の 街道 の 宿場 で 人馬 の 継立 、 助郷 賦 課 など の 業務 を 行 う ところ で し た 。 +-1 多芸 荘 ( たき のしょう ) は 、 平安 時代 また は 鎌倉 時代 ~ 室町 時代 に かけ て 美濃 国 に あ っ た 荘園 。 +1 矢部 禅尼 ( やべぜん に 、 文治 3 年 ( 1187 年 ) - 康元 元年 ( 1256 年 ) 4 月 20 日 ( 旧暦 ) ) は 、 鎌倉 時代 前期 から 中期 に かけ て の 三浦 氏 一族 の 女性 。 +1 後 宇多 天皇 ( ごう だてんのう 、 文永 4 年 12 月 1日 ( 1267 年 12 月 17 日 ) - 元亨 4 年 6 月 25 日 ( 1324 年 7 月 16 日 ) ) は 、 鎌倉 時代 の 第 91 代 天皇 ( 在位 : 文永 11 年 1 月 26 日 ( 1274 年 3 月 6 日 - 弘安 10 年 10 月 21 日 ( 1287 年 11 月 27 日 ) ) 。 +-1 宗家 ( そうけ ) と は 、 下記 の とおり で あ る 。 +-1 豊城 入彦命 ( とよき いりび この みこと 、 生没年 不詳 ) は 、 記紀 に 伝え られ る 古墳 時代 の 皇族 ( 王族 ) 。 +-1 大晦日 ( おおみそか ) は 、 1 年 の 最後 の 日 。 +-1 打掛 ( うちかけ ) は 、 日本 の 女性 の 着物 ( 和服 ) の 種類 の 一 つ 。 +-1 寺格 ( じかく ) は 、 経済 的 もしくは 身分 的 に 区分 さ れ た 寺院 の 等級 を 設け て 、 格式 を 区別 する こと 。 +1 変 若水 ( おち みず 、 を ちみづ ) と は 、 飲 め ば 若返 る と い わ れ た 水 。 +-1 狂言 回 し ( きょうげん まわし ) と は 、 物語 の ほぼ 全般 に わた っ て 、 物語 の 進行 に 重要 な 役割 を 果た す キーパーソン の こと 。 +-1 旧暦 ( きゅうれき ) と は 改暦 が あ っ た 場合 の それ 以前 に 使 わ れ て い た 暦法 の こと で あ る 。 +-1 タマヨリビメ ( タマヨリヒメ と も ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +1 福島 忠勝 ( ふくしま ただかつ 、 慶長 3 年 ( 1598 年 ) - 元和 ( 日本 ) 6 年 9 月 14 日 ( 旧暦 ) ( 1620 年 10 月 9 日 ) ) は 、 江戸 時代 の 外様 大名 。 +1 源氏 物語 年立 ( げんじ ものがたり としだて また は げんじ ものがたり としだち ) と は 、 源氏 物語 の 作品 世界 内 に おけ る 出来事 を 主人 公 ( 第 一 部 と 第 二 部 は 光源 氏 ・ 第 三 部 は 薫 ) の 年齢 を 基準 に し て 時間 的 に 順 を 追 っ て 記 し た もの を い う 。 +-1 遵義堂 ( じゅんぎ どう ) は 、 180 8 年 ( 文化 ( 元号 ) 5 年 ) に 設立 さ れ た 膳所 藩 の 藩校 。 +1 日祐 ( にち ゆう 、 生年 不詳 - 慶長 11 年 11 月 6 日 ( 旧暦 ) ( 160 6 年 12 月 5 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 に かけ て の 法華 宗 の 僧侶 。 +1 境 黒彦 皇子 ( さかい の くろひこの みこ 、 履中 天皇 2 年 ( 40 1 年 ) 以前 - 安康 天皇 3 年 ( 456 年 ) ) は 允恭 天皇 の 第 二 皇子 。 +1 大友 貞載 ( おおとも   さだ とし ( また は さだのり ) 、 生年 不詳 - 1336 年 ( 延元 元年 / 建武 ( 日本 ) 3 年 ) ) は 、 鎌倉 時代 、 南北朝 時代 ( 日本 ) の 人物 。 +-1 納豆 ( なっとう ) は 大豆 を 納豆 菌 に よ っ て 発酵 さ せ た 日本 の 食品 。 +1 津田 算長 ( つだか ずなが ( さんちょう ) 、 明応 8 年 ( 1499 年 ) 頃 - 永禄 10 年 12 月 22 日 ( 旧暦 ) ~ 12 月 23 日 ( 旧暦 ) ( 1568 年 1 月 21 日 ~ 1 月 22 日 ) 頃 ) は 戦国 時代 ( 日本 ) の 武将 。 +1 九鬼 隆晁 ( く き たかあき 、 宝暦 12 年 ( 1762 年 ) - 安永 8 年 8 月 12 日 ( 旧暦 ) ( 1779 年 9 月 21 日 ) ) は 、 丹波 国 綾 部 藩 の 世嗣 。 +-1 寒 稽古 ( かんげいこ ) と は 、 寒 の 時期 に 、 武道 や 芸事 の 修練 を 行 う こと 。 +-1 式年祭 ( しきねん さい ) は 、 決め られ た 期間 ごと に 行な わ れ る 祭祀 の こと で あ る 。 +-1 四 菩薩 ( しぼさつ ) と は 、 文字 通り 「 四名 の 菩薩 」 の 意 で あ り 、 仏教 の 信仰 ・ 造像 の 対象 で あ る 菩薩 の 組み合わせ の 1 つ で あ る 。 +-1 竈 ( かまど ) は 、 穀物 や 食料 品 など を 加熱 する 際 に 火 を 囲 う ため の 調理 設備 。 +-1 弾正 尹 ( だんじょう の かみ あるいは だんじょういん ) は 律令 制度 に おけ る 弾正 台 の 長官 で あ る 。 +1 莬玖 波集 ( つくば しゅう ) は 、 南北朝 時代 に 撰集 さ れ た 連 歌集 。 +-1 楽市 ・ 楽座 ( らく いち ・ らくざ ) は 、 日本 の 近世 ( 16 世紀 から 18 世紀 ごろ まで ) に お い て 織田 信長 、 豊臣 秀吉 の 織豊 政権 や 各地 の 戦国 大名 など に よ り 城下町 など の 支配 地 の 市場 で 行 わ れ た 経済 政策 で あ る 。 +1 片岡 松之助 ( かたおかまつのすけ ) は 、 歌舞伎 役者 。 +1 富田 親家 ( とみだ ちか いえ 、 生没年 不詳 ) は 、 鎌倉 時代 初期 の 武蔵 国 児玉 党 の 武士 ( 現在 の 埼玉 県 本庄 市 出身 ) 。 +-1 三沢 氏 ( みさわ し 、 みさわ うじ ) は 、 信濃 源 氏 の 後裔 で 、 信濃 国 飯島 郷 地頭 の 一族 で あ る 。 +-1 笠置 寺 ( かさぎ で ら ) は 、 京都 府 相楽 郡 笠置 町 に あ る 真言 宗 智山 派 の 仏教 寺院 。 +-1 月琴 ( げっきん 、 中国 語 名 yueh - chin , yueqin 、 英語 名 moonguitar , moon - zither 、 ベトナム 語 名 Đ à nnguy ệ t ) は 中国 ・ 日本 ・ ベトナム の 伝統 楽器 。 +-1 条約 改正 ( じょうやく かいせい ) と は 、 安政 年間 に 日本 と 諸 外国 と の 間 で 結 ば れ た 不 平等 条約 を 改正 する ため の 外交 交渉 を さ す 。 +-1 『 与話 情 浮名 横櫛 』 ( よわ な さけうき な の よこぐ し 、 旧 字体 : 與話 …… ) と は 歌舞伎 世話 物 の 名作 の ひと つ で あ る 。 +1 下毛野 稻 麻呂 ( しもつけ ぬの いなまろ 、 ? - 772 年 1 月 13 日 ( 宝亀 2 年 11 月 30 日 ( 旧暦 ) ) ) は 奈良 時代 の 貴族 。 +-1 歩 ( ぶ ) は 、 尺貫 法 に おけ る 長 さ の 単位 で あ る 。 +-1 恵方 詣り ( えほうまいり ) は 、 古来 の 正月 行事 の 一 つ 。 +-1 天女 ( てんにょ ) は 日本 の 伝説 上 の 存在 。 +1 吉田 長淑 ( よしだ ちょうしゅく ( もしくは 、 ちょうけい 、 なが よし 、 とも ) 、 男性 、 安永 8 年 ( 1779 年 ) - 文政 7 年 8 月 10 日 ( 旧暦 ) ( 182 4 年 9 月 2 日 ) ) は 蘭学 者 、 蘭方 医 。 +1 織田 信兼 ( おだ の ぶかね   ? - 天正 11 年 ( 1583 年 ) ) は 戦国 時代 の 武将 。 +1 久原 房之助 ( く はら ふさのすけ 、 1869 年 7 月 12 日 ( 明治 2 年 6 月 4 日 ( 旧暦 ) ) - 1965 年 1 月 29 日 ) は 、 戦前 日本 の 実業 家 、 政治 家 。 +1 津田 丑五郎 ( つだう しごろう 、 弘化 2 年 ( 1845 年 ) - 明治 2 年 5 月 11 日 ( 旧暦 ) ( 1869 年 6 月 20 日 ) ) は 、 山城 国 京都 出身 の 新 選 組 隊士 。 +-1 出囃子 ( でばやし ) と は 、 演奏 者 が 舞台 に 出 て 演奏 する 歌舞伎 音楽 の こと で あ る 。 +-1 行 円 ( ぎょう えん 、 生没年 不詳 ) は 、 平安 時代 中期 の 僧 。 +1 文博士 ( ふみの はか せ 、 生没年 不詳 ) は 、 飛鳥 時代 の 人物 で あ る 。 +-1 大枝山 ( おおえ やま ) 、 京都 府 に あ る 山 。 +1 稲葉 貞通 ( いなば さだみち 、 天文 15 年 ( 1546 年 ) - 慶長 8 年 9 月 3 日 ( 160 3 年 10 月 17 日 ) ) は 、 戦国 時代 から 江戸 時代 前期 に かけ て の 武将 ( 大名 ) 。 +1 岡本 喜八 ( おかもとき はち 、 1924 年 2 月 17 日 - 2005 年 2 月 19 日 ) は 日本 の 映画 監督 。 +-1 高梨 氏 ( たかなしし ) は 、 信濃 国 北部 ( 高井 郡 ・ 水内 郡 ) に 割拠 し た 武家 の 氏族 。 +-1 高山 寺 ( こうざんじ ) は 、 京都 市 右京 区 梅ヶ畑 栂尾 ( とがの お ) 町 に あ る 寺院 。 +1 坂上 是則 ( さかの うえ の これ の り 、 生年 不詳 - 延長 ( 元号 ) 8 年 ( 930 年 ) ) は 、 平安 時代 前期 から 中期 に かけ て の 歌人 。 +1 志村 武蔵 ( し むら たけぞう 、 天保 4 年 ( 1833 年 ) - 没年 不詳 ) は 、 相州 出身 の 新 選 組 隊士 。 +-1 領国 貨幣 ( りょうごく かへい ) と は 、 戦国 時代 ( 日本 ) から 江戸 時代 初期 に 掛け て 、 各地 大名 が 領内 通用 と し て 鋳造 を 命 じ た 金貨 および 銀貨 で あ り 、 領国 金銀 ( りょうごく きんぎん ) と も 呼 ば れ る 。 +1 平忠盛 ( たいら の ただ もり ) は 、 平安 時代 末期 の 武将 。 +1 八条宮 穏仁親王 ( はちじょう の み や やすひと しんのう 、 寛永 20 年 4 月 29 日 ( 旧暦 ) ( 1643 年 6 月 15 日 ) - 寛文 5 年 10 月 3 日 ( 旧暦 ) ( 1665 年 11 月 9 日 ) ) は 、 江戸 時代 前期 の 日本 の 皇族 。 +1 時原 春風 ( ときはら の はるかぜ 、 生没年 不詳 ) は 、 平安 時代 前期 の 書家 と し て 著名 。 +-1 升 ( しょう ) は 、 尺貫 法 に おけ る 体積 ( 容積 ) の 基準 と な る 単位 で あ る 。 +1 松下 禅尼 ( まつした ぜん に 、 生没 年 未詳 ) は 鎌倉 時代 中期 の 女性 。 +-1 手古舞 ( てこまい ) は 、 祭り に 於 い て 、 山車 や 御輿 を 先導 する 舞 。 +1 滋野井 公澄 ( しげ の いきんす み 、 寛文 10 年 11 月 21 日 ( 旧暦 ) ( 16 7 1 年 1 月 2 日 ) - 宝暦 6 年 7 月 25 日 ( 旧暦 ) ( 1756 年 8 月 20 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +1 桂宮 ( かつら のみや ) は 、 宮家 の 一 つ で 、 四 世襲 親王家 の 一 つ 。 +1 土井 利厚 ( どい としあつ 、 宝暦 9 年 ( 1759 年 ) - 文政 5 年 6 月 24 日 ( 旧暦 ) ( 182 2 年 8 月 10 日 ) ) は 、 江戸 時代 後期 の 大名 、 政治 家 。 +1 小津 安二郎 ( おづ やすじろう 、 190 3 年 12 月 12 日 - 1963 年 12 月 12 日 ) は 日本 の 映画 監督 。 +1 松平定 静 ( まつだいら さだ きよ 、 享保 14 年 閏 9 月 23 日 ( 旧暦 ) ( 1729 年 11 月 13 日 ) - 安永 8 年 7 月 14 日 ( 旧暦 ) ( 1779 年 8 月 25 日 ) ) は 江戸 時代 の 大名 。 +-1 大仏 ( だいぶつ ) は 、 巨大 な 仏像 を 指 す 通称 。 +-1 闕腋 袍 ( けってき の ほう 、 欠腋 袍 ) と は 、 日本 の 朝服 の 上衣 の 一 つ で あ る 。 +1 舎人 糠虫 ( とねり の ぬかむし 、 生年 不明 - 天武 天皇 11 年 ( 682 年 ) 2 月 ( 旧暦 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 馬堀 駅 ( うま ほ りえき ) は 、 京都 府 亀岡 市 篠 町 馬堀 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 で あ る 。 +1 中村 獅童 ( なかむら しどう ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +-1 馬術 ( ばじゅつ ) は ウマ に 騎乗 し て 運動 の 正確 さ 、 活発 さ 、 美し さ など を 目指 す スポーツ 、 技術 体系 、 また 競技 種目 で あ る 。 +1 女房 三十 六 歌仙 ( にょうぼうさんじゅう ろっ かせん ) は 、 鎌倉 時代 中期 に 成立 し た 「 女房 三十 六 人 歌合 」 に 歌 を 採 ら れ た 女性 歌人 三十 六 人 を 指 す 。 +-1 この わた ( 海鼠腸 ) は 、 ナマコ の 腸 ( はらわた ) の 塩辛 で あ る 。 +1 橋本 実麗 ( はしもと さねあきら 、 文化 ( 元号 ) 6 年 10 月 26 日 ( 旧暦 ) ( 1809 年 12 月 3 日 ) - 明治 15 年 ( 18 82 年 ) 10 月 8 日 ) は 江戸 時代 後期 から 幕末 の 公家 、 公卿 。 +1 江木 欣々 ( えぎきんきん 、 1877 年 ( 明治 10 年 ) 1 月 30 日 - 1930 年 ( 昭和 5 年 ) 2 月 20 日 ) は 、 明治 期 の 法律 学 者 江木 衷 ( まこと ・ ちゅう ) の 妻 。 +1 今村 昌平 ( いまむら しょうへい 、 1926 年 9 月 15 日 - 2006 年 5 月 30 日 ) は 、 日本 の 映画 監督 、 脚本 家 。 +1 直宮 家 ( じきみやけ ) と は 宮家 の うち 天皇 の 子供 が 創設 し た 宮家 を 指 す 。 +-1 車折 神社 駅 ( くるまざき じんじゃ えき ) は 、 京都 市 右京 区 嵯峨 中 又 町 に あ る 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 の 鉄道 駅 。 +1 忠尋 ( ちゅうじん 、 治暦 元年 ( 1065 年 ) - 保延 4 年 10 月 14 日 ( 旧暦 ) ( 1138 年 11 月 18 日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +1 上杉 憲房 ( うえすぎ   のりふさ ) +-1 水口 城 ( みな くちじょう ) は 滋賀 県 甲賀 市 水口 町 水口 に あ る 城 。 +-1 正 四 位 ( しょうしい ) と は 、 日本 の 位 階 及び 神階 に おけ る 位 の ひと つ 。 +-1 杉本 氏 ( すぎもと し ) は 日本 の 武家 の ひと つ 。 +-1 不昧流 ( ふまいりゅう ) は 、 松平 不昧 に 始ま り 松江 藩 で 伝わ っ た 茶道 の 一派 。 +-1 天王 祭 ( てんのうさい ) は 、 牛頭 天王 ( ごず てんの う ) を 祀 る 天王 社 の 祭 で あ る 。 +-1 新酒 ( しんしゅ ) と は 、 一般 に 次 の 用例 で 用い られ る 。 +-1 倒幕 運動 ( とうばく うんどう ) は 、 主 と し て 江戸 時代 後期 の 幕末 に 、 江戸 幕府 を 打倒 し て 政権 打倒 を 目的 と し た 幕末 の 政治 運動 を 意味 する 。 +1 伴 林 光平 ( ともばやし みつ ひら 、 ばんばやし みつ ひ ら : 文化 ( 元号 ) 10 年 ( 1813 年 ) - 文久 4 年 2 月 16 日 ( 旧暦 ) ( 1864 年 3 月 23 日 ) ) と は 、 幕末 の 国学 者 、 歌人 、 勤王 志士 。 +-1 禅源 諸詮 集都 序 ( ぜんげん しょ せん しゅうと じょ ) と は 、 中国 唐代 の 僧 で あ る 圭峯 宗密 が 禅 の 諸家 の 文句 や 偈頌 を 編集 し た 『 禅源 諸 詮集 』 ( 佚書 ) の 序文 「 都序 」 の こと で あ り 、 この 部分 のみ が 伝存 し て い る 。 +-1 洛西 バス ターミナル ( らくさい バス ターミナル ) は 、 京都 府 京都 市 西京 区 に あ る バス ターミナル で あ る 。 +1 敦道 親王 ( あつみち しんの う 、 天元 ( 日本 ) 4 年 ( 981 年 ) - 寛弘 4 年 10 月 2 日 ( 旧暦 ) ( 100 7 年 11 月 14 日 ) ) は 、 平安 時代 中期 の 皇族 、 歌人 。 +-1 上 夜 久野 駅 ( かみやく の えき ) は 、 京都 府 福知山 市 夜久野 町 平野 六ッ町 1284 番地 2 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 鉄道 駅 。 +1 九 条 輔 家 ( くじょうすけいえ 、 明和 6 年 9 月 12 日 ( 旧暦 ) ( 1769 年 10 月 11 日 ) - 天明 5 年 6 月 19 日 ( 旧暦 ) ( 1785 年 7 月 24 日 ) ) は 江戸 時代 の 公卿 。 +1 平高清 ( たいら の たか きよ / 平六 代   たいら の ろくだい ) 、 承安 ( 日本 ) 3 年 ( 1173 年 ) - 建久 10 年 2 月 5 日 ( 旧暦 ) ( 1199 年 3 月 3 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 平家 一門 。 +1 大友 月 湖 ( おおとも げっこ 、 生卒 年 不詳 ) は 、 江戸 時代 中期 ・ 後期 の 画家 。 +-1 太秦 ( うずまさ ) は 、 京都 市 右京 区 および 大阪 府 寝屋川 市 に あ る 地名 。 +-1 七条 警察 署 襲撃 事件 ( しちじょう けいさつ しょしゅう げき じけん ) と は 、 1946 年 ( 昭和 21 年 ) 1 月 24 日 に 京都 府 京都 市 で 発生 し た 襲撃 事件 。 +-1 山城 国 ( やましろ の くに ) は 、 かつて 日本 の 地方 行政 区分 だっ た 令 制 国 の 一 つ で 、 畿内 に 位置 する 。 +1 島津 忠景 ( しまづただ かげ 、 仁治 2 年 ( 1241 年 ) - 正安 2 年 ( 130 0 年 ) ) は 鎌倉 時代 の 武将 ・ 歌人 。 +1 大石 鍬次郎 ( おおいし く わじろう 、 天保 9 年 ( 1838 年 ) - 明治 3 年 10 月 10 日 ( 旧暦 ) ( 1870 年 11 月 3 日 ) ) は 、 新 選 組 諸士 調役 兼 監察 。 +-1 中長者 町 通 ( なかちょう じゃま ちどり ) は 京都 市 上京 区 の 東西 の 通り の 一 つ 。 +-1 国一 揆 ( く に いっき ) は 南北朝 時代 ( 日本 ) 、 室町 時代 の 領主 に よ る 領主 権 の 確保 を 目的 と し た 連合 形態 ( 一揆 ) を 言 う 。 +-1 下鴨 東通 ( しもがも ひがしどおり ) は 京都 市 左京 区 の 南北 の 通り の 一 つ 。 +1 壱志 姫王 ( いち しひめ の おおきみ 、 生没年 不詳 ) は 、 飛鳥 時代 の 人物 。 +1 源 義高 ( みなもと の よし た か 、 生没年 不詳 ) は 、 平安 時代 末期 の 河内 源 氏 の 流れ を 汲 む 武将 。 +1 長屋 王 ( ながや の おおきみ 、 天武 天皇 13 年 ( 684 年 ) ? - 神亀 6 年 2 月 12 日 ( 旧暦 ) ( 729 年 3 月 20 日 ) ) は 、 奈良 時代 の 皇族 、 公卿 。 +-1 早合 ( はや ごう ) は 火縄 銃 等 の マズル ローダー ( 銃口 から 弾 を 込め る 方式 の 銃 ) の 装填 を 簡便 に する ため に 用い られ た 「 弾薬 包 」 で あ り 、 戦国 時代 後期 もしくは 安土 桃山 時代 から 使用 さ れ て い た と 云 わ れ る 。 +-1 解 ( げ ) と は 、 律令 制 に お い て 下級 の 官司 ( 被管 ) より 上級 の 官司 ( 所管 ) に あて て 提出 さ れ る 公文 書 の こと 。 +-1 豊国 神社 ( と よく に じんじゃ ) は 、 京都 市 東山 区 に 鎮座 する 神社 。 +-1 称念 寺 ( しょうねんじ ) は 、 奈良 県 橿原 市 今井町 に あ る 浄土 真宗 本願 寺 派 の 寺院 。 +1 藤原 忠清 ( ふじわら の ただ き よ 、 生年 不詳 - 文治 元年 ( 1185 年 ) ) は 平安 時代 末期 の 武将 。 +-1 杣 街道 ( そま かいどう ) は 、 江戸 時代 に 滋賀 県 ( 近江 国 ) 甲賀 郡 に 存在 し た 街道 。 +-1 詩仙 堂 ( しせんどう ) は 、 京都 市 左京 区 に あ る 国 の 史跡 。 +-1 日本 の タクシー ( にっぽん の タクシー ) で は 、 日本 に おけ る タクシー に つ い て の 事情 など に つ い て 記述 する 。 +-1 磐座 ( いわくら ) と は 、 日本 に 古く から あ る 自然 崇拝 ( 精霊 崇拝 ・ アニミズム ) で あ る 古神道 の なか の 一 つ の 信仰 を さ す 。 +-1 ぱっち は 、 腰 から 足首 まで を 覆 う 男性 用 下着 。 +1 仁阿弥 道八 ( にんあみどう はち 、 天明 2 年 ( 1782 年 ) - 安政 2 年 ( 1855 年 ) ) は 江戸 時代 後期 の 陶芸 家 。 +-1 八朔 ( はっさく ) と は 八 月 朔日 の 略 で 、 旧暦 の 8 月 1日 ( 旧暦 ) の こと 。 +1 小松 均 ( こまつ ひとし 、 190 2 年 1 月 19 日 - 1989 年 8 月 23 日 ) は 、 日本 画 家 。 +-1 都古流 ( みやここ りゅう ) は 、 明治 35 年 11 月 空瓢 堂 磯貝 一 阿彌 が 創っ た い けば な の 流儀 ( 華道 の こと ) 。 +-1 式部 省 ( しき ぶしょう ) は 、 日本 の 律令 制 に おけ る 日本 の 官制 八 省 の ひと つ 。 +-1 七 代 目 中村 芝翫 ( しちだい め なかむら しかん 、 1928 年 ( 昭和 3 年 ) 3 月 11 日 - ) は 、 歌舞伎 役者 。 +-1 日記 の 家 ( にっき の いえ / にき の いえ ・ 日記 之 家 ) と は 、 先祖 代々 の 手 に よ る 家 の 日記 ( 家記 ) を 伝蔵 し た 公家 の 呼称 。 +-1 飛来 一閑 ( ひき いっかん ) は 千家 十 職 の 一 つ 、 一閑 張 細工師 の 当主 が 代々 襲名 し て い る 名称 。 +-1 脇能 ( わきのう ) と は 、 能 に おけ る 神 を シテ と する 曲 。 +1 北条 英時 ( ほうじょう ひでとき ) は 、 鎌倉 時代 末期 の 北条 氏 の 一門 。 +1 春澄 洽子 ( はるすみ の あまねいこ 、 生没年 不詳 ) は 平安 時代 の 女官 、 歌人 。 +1 道臣 命 ( みち の おみの みこと ) は 記紀 に 登場 する 人物 。 +1 『 台記 』 ( たいき ) は 、 宇治 左 大臣 藤原 頼長 の 日記 。 +1 藤原 成家 ( ふじわら の なりいえ 、 久寿 2 年 ( 1155 年 ) - 承久 2 年 6 月 4 日 ( 旧暦 ) ( 1220 年 7 月 5 日 ) ) は 鎌倉 時代 初期 の 公卿 。 +-1 能面 ( のうめん ) は 、 能楽 や 一部 の 神楽 で 用い られ る 仮面 で あ る 。 +-1 福知 山 都市 圏 ( ふくちやま とし けん ) は 、 京都 府 福知 山 市 を 中心 と する 都市 圏 で あ る 。 +1 森下 道誉 ( もりした どう よ 、 ? - 天正 9 年 10 月 24 日 ( 158 1 年 11 月 20 日 ) ) は 安土 桃山 時代 の 人物 、 武将 。 +-1 花輪違 ( はなわちがい ) と は 、 日本 の 家紋 で あ る 輪違 紋 の 一種 。 +-1 室町 幕府 ( むろまち ばくふ ) は 、 足利 尊 氏 が 創設 し た 武家 政権 。 +-1 西園寺 ( さいおんじ ) は 、 京都 市 上京 区 に あ る 浄土 宗 の 寺院 。 +-1 禅定 寺 ( ぜん じょうじ ) は 京都 府 綴喜 郡 宇治田原町 禅定 寺 に あ る 曹洞 宗 の 寺院 。 +-1 鞍馬 山 鋼索 鉄道 ( くらまやま こうさく てつどう ) は 、 京都 府 京都 市 左京 区 に あ る 洛北 の 名刹 、 宗教 法人 鞍馬 寺 が 参詣 者 の 利便 を 図 っ て 運行 し て い る ケーブル カー 。 +1 甘露寺 国長 ( かんろじく に な が 、 明和 8 年 9 月 10 日 ( 旧暦 ) ( 17 71 年 10 月 17 日 ) - 天保 8 年 6 月 18 日 ( 旧暦 ) ( 1837 年 7 月 20 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +1 平時実 ( たいら の ときざね 、 仁平 元年 ( 1151 年 ) - 建暦 3 年 1 月 29 日 ( 旧暦 ) ( 1213 年 2 月 21 日 ) ) は 平安 時代 末期 ・ 鎌倉 時代 初期 の 公卿 。 +1 小出 英貞 ( こい で ふささ だ 、 天和 ( 日本 ) 4 年 2 月 16 日 ( 旧暦 ) ( 1684 年 3 月 31 日 ) - 延享 元年 11 月 15 日 ( 旧暦 ) ( 1744 年 12 月 18 日 ) ) は 、 丹波 国 園 部 藩 の 第 4 代 藩 主 。 +1 奥好義 ( おく よし いさ 、 1858 年 - 1933 年 3 月 6 日 ( 9 日 と も ) ) は 、 明治 ・ 大正 ・ 昭和 時代 の 雅楽 、 作曲 家 。 +1 源 頼清 ( みなもと の より きよ 、 長徳 元年 ( 995 年 ) - 延久 5 年 7 月 18 日 ( 旧暦 ) ( 1073 年 8 月 23 日 ) ) は 、 平安 時代 中期 の 武士 ・ 官人 。 +1 源 頼仲 ( みなもと の より なか 、 生年 未詳 - 保元 元年 7 月 30 日 ( 旧暦 ) ( 1156 年 8 月 17 日 ) ) は 平安 時代 末期 の 河内 源 氏 の 武将 。 +1 徳大寺 公迪 ( とくだいじ きんみち / きんな り 、 明和 8 年 6 月 19 日 ( 旧暦 ) ( 17 71 年 7 月 30 日 ) - 文化 ( 元号 ) 8 年 7 月 25 日 ( 旧暦 ) ( 1811 年 9 月 12 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +-1 几帳 ( きちょう ) は 、 平安 時代 以降 公家 の 邸宅 に 使 わ れ た 。 +-1 江州 島津 氏 は 、 近江国 に 興 っ た 薩摩 国 島津 氏 の 支族 の ひと つ 。 +-1 正中 の 変 ( しょうちゅう の へん ) と は 、 鎌倉 時代 後期 の 1324 年 ( 正中 ( 元号 ) 元年 ) に 起き た 、 後醍醐 天皇 に よ る 鎌倉 幕府 討幕 計画 が 事前 に 発覚 し て 首謀 者 が 処分 さ れ た 事件 で あ る 。 +-1 救 小屋 ( すくいごや ) と は 、 江戸 時代 、 地震 や 火災 、 洪水 、 飢饉 など の 天災 の 際 に 、 被害 に あ っ た 人々 を 救助 する ため に 、 江戸 幕府 や 藩 など が 立て た 公的 な 救済 施設 ( 小屋 ) の こと で あ る 。 +-1 日我 ( にち が 、 永正 5 年 ( 150 8 年 ) - 天正 14 年 11 月 11 日 _ ( 旧暦 ) ( 1586 年 12 月 21 日 ) ) は 、 戦国 時代 _ ( 日本 ) の 法華 宗 の 僧侶 。 +-1 祇園 東 ( ぎおん ひがし ) は 京都 市 東山 区 四条 通 花見小路 通上ル 東側 に 位置 する 花街 。 +1 平 重盛 ( たいら の しげもり ) は 、 平安 時代 末期 の 武将 、 公卿 。 +1 法成 ( ほうじょう 、 生没年 不明 ) は 、 奈良 時代 の 唐僧 。 +-1 豚 カツ ( とんかつ ) は 、 ブタ肉 に 小麦 粉 、 溶き卵 、 パン 粉 の 順番 で 衣 を つけ て 油 で 揚げ た 料理 で あ る 。 +1 分部 光忠 ( わけべ みつただ 、 元禄 11 年 7 月 21 日 ( 旧暦 ) ( 1698 年 8 月 26 日 ) - 享保 16 年 3 月 14 日 ( 旧暦 ) ( 1731 年 4 月 20 日 ) ) は 、 近江国 大溝 藩 の 第 5 代 藩 主 。 +-1 鴨都波 神社 ( かもつ ば じんじゃ ) は 、 奈良 県 御所 市 に あ る 神社 で あ る 。 +1 『 今鏡 』 ( いまかがみ ) は 、 歴史 物語 。 +-1 切り干し 大根 ( きりぼし だいこん 、 単に 切り干し と も ) は 、 ダイコン の 乾燥 品 。 +-1 興福寺 ( こうふくじ ) は 、 奈良 県 奈良 市 登 大路 町 ( のぼり おお じちょう ) に あ る 、 南都 六 宗 の 一 つ 、 法 相 宗 の 大 本 山 の 寺院 で あ る 。 +1 節刀 ( せっとう 、 せち とう ) は 、 日本 の 古代 ( 奈良 時代 から 平安 時代 ) に お い て 、 天皇 が 出征 する 将軍 また は 遣唐 使 の 大使 に 持 た せ た 、 任命 の 印 と し て の 刀 。 +-1 宇太 水分 神社 ( うだみくまり じんじゃ ) は 、 奈良 県 宇陀 市 に あ る 神社 。 +-1 江戸 時代 ( えど じだい 、 ~ 、 徳川 時代 と も ) と は 、 江戸 幕府 に よ っ て 日本 が 統治 さ れ て い た 時代 を 指 す 日本 の 歴史 の 時代 区分 の 一 つ 。 +1 源 満快 ( みなもと の みつよし 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +-1 徳源院 ( とくげんいん ) は 、 滋賀 県 米原 市 に あ る 京極 氏 の 菩提寺 。 +1 三善 康信 ( みよし の やすのぶ 、 保延 6 年 ( 1140 年 ) - 承久 3 年 8 月 9 日 ( 旧暦 ) ( 1221 年 8 月 27 日 ) ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 公家 。 +1 坂田 藤十郎 ( さかた とうじゅうろう ) は 、 歌舞伎 役者 。 +1 華頂宮 博経 親王 ( かちょう のみや ひろつね しんのう 、 嘉永 4 年 3 月 18 日 ( 旧暦 ) ( 1851 年 4 月 19 日 ) - 明治 9 年 ( 1876 年 ) 5 月 24 日 ) は 、 日本 の 皇族 、 大 日本 帝国 海軍 軍人 。 +-1 小習 ( こなら い ) ・ 習事 ( ならいごと ) と は 茶道 の 修道 課程 の ひと つ で 、 道具 や 状況 に 応 じ た 手続き を まとめ た もの 。 +-1 アマツ ヒコネ は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +1 市辺押磐 皇子 ( いちの へ の おしは のみこ 、 ? - 安康 天皇 3 年 ( 456 年 ) 10 月 ( 旧暦 ) ) は 、 記紀 ・ 『 風土 記 』 に 伝え られ る 5 世紀 頃 の 皇族 ( 王族 ) 。 +-1 他所酒 ( よそざけ ) と は 、 室町 時代 から 江戸 時代 に かけ て 、 京都 以外 の 土地 から 京都 に 入 っ て くる 日本 酒 の こと を 、 京都 に 住 む 人々 が 呼 ん だ 名称 。 +1 桂宮 淑子 内 親王 ( かつら の みやすみ こ な い しんの う 、 文政 12 年 1 月 19 日 ( 1829 年 2 月 22 日 ) - 明治 14 年 ( 1881 年 ) 10 月 3 日 ) は 、 仁孝 天皇 の 第 三 皇女 。 +1 大狛 百 枝 ( おおこま の ももえ 、 生年 不明 - 持統 天皇 10 年 5 月 13 日 ( 旧暦 ) ? ( 696 年 6 月 18 日 ? ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 藤原 教通 ( ふじわら の のりみち 、 長徳 2 年 6 月 7 日 ( 旧暦 ) ( 996 年 7 月 29 日 ) - 承保 2 年 9 月 25 日 ( 旧暦 ) ( 1075 年 11 月 6 日 ) ) は 、 平安 時代 中期 の 公卿 で 、 藤原 道長 の 五男 。 +1 勘解由 小路在富 ( か で の こうじ あき と み / かげゆ こうじ あり と み 、 延徳 2 年 2 月 5 日 ( 旧暦 ) ( 1490 年 2 月 24 日 ) - 永禄 8 年 8 月 10 日 ( 旧暦 ) ( 1565 年 9 月 4 日 ) ) は 、 戦国 時代 ( 日本 ) の 公卿 ・ 陰陽 師 。 +-1 鹿子木 荘 ( かのこぎ の しょう ・ かなこぎ の しょう ) は 、 平安 時代 ~ 室町 時代 に かけ て 肥後 国 に あ っ た 荘園 。 +1 在原 業平 ( ありわら の なりひら 、 天長 2 年 ( 82 5 年 ) - 元 慶 4 年 5 月 28 日 ( 旧暦 ) ( 880 年 7 月 9 日 ) ) は 平安 時代 初期 の 貴族 。 +-1 訪問 着 ( ほうもん ぎ ) は 日本 の 女性 用 着物 ( 和服 ) の 種類 の 一 つ 。 +-1 髭 茶屋 追分 ( ひげちゃ や おいわけ ) は 山科 盆 地 内 に あ る 、 東海道 と 大津 街道 の 分岐 点 ( 山科 追分 と も ) 。 +1 来目 塩籠 ( くめ の しおこ 、 生年 不明 - 天武 天皇 元年 7 月 ( 67 2 年 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 廃帝社 ( はいてい の やしろ ) は 、 京都 府 京都 市 下京 区 の 円丘 の 上 に あ っ た 社 で あ る 。 +-1 五 観 の 偈 ( ご かん の げ ) は 、 主に 禅宗 に お い て 食事 の 前 に 唱え られ る 偈文 。 +-1 倉垣 荘 ( くらがき の しょう ) は 、 平安 時代 後期 から 戦国 時代 ( 日本 ) まで 越 中 国 射水郡 に 置 か れ た 荘園 。 +-1 名主 ( みょうしゅ ) は 、 日本 の 古代 末期 から 中世 日本 に かけ て 、 国衙 領 ・ 荘園 領主 から 名田 の 経営 を 請け負 っ た 。 +-1 社家 ( しゃけ ) と は 、 日本 の 身分 の ひと つ で あ る 。 +-1 寄せ鍋 ( よせなべ ) は 、 鍋 料理 の 一 つ 。 +-1 建部 山城 ( たけべやまじょう ) は 丹後 国加佐郡 ( 現在 の 京都 府 舞鶴 市 下 福井 ) に あ っ た 室町 時代 から 戦国 時代 に あ っ た 城 。 +-1 證空 ( しょうくう ・ 証空 、 西山 、 治承 元年 ( 1177 年 ) - 宝治 元年 11 月 26 日 ( 旧暦 ) ( 1247 年 12 月 24 日 ) ) は 、 西山 浄土 宗 、 浄土 宗 西山 禅林 寺 派 、 浄土 宗 西山 深草 派 の 祖 。 +-1 森 坊 増隆 ( もりの ぼうぞうりゅう 、 生没年 不詳 ) は 、 戦国 時代 ( 日本 ) の 僧侶 。 +-1 義真 ( ぎしん 、 天応 ( 日本 ) 元年 ( 781 年 ) - 天長 10 年 7 月 4 日 ( 旧暦 ) ( 833 年 8 月 26 日 ) ) は 、 平安 時代 前期 の 天台 宗 の 僧 。 +1 柳生 家厳 ( やぎゅう いえ よし 、 明応 6 年 ( 1497 年 ) - 天正 13 年 ( 1585 年 ) は 、 大和 国 地方 を 拠点 と し た 武将 。 +-1 梅酒 ( うめしゅ ) と は 、 一般 的 に 6 月 頃 に 収穫 さ れ る 青ウメ を アルコール ( ホワイト リカー 、 焼酎 が 一般 的 ) で 漬け込 ん だ 酒 で 、 日本 を 代表 する リキュール で あ る 。 +-1 駅 逓司 ( えきていし ) と は 、 慶応 4 年 4 月 21 日 _ ( 旧暦 ) ( 明治 元年 ・ 1868 年 6 月 11 日 ) に 設置 さ れ た 交通 通信 担当 官司 。 +1 大谷 光紹 ( おおた に こうしょう   1925 年 ( 大正 14 年 ) 3 月 9 日 - 1999 年 ( 平成 11 年 ) 12 月 24 日 ) は 、 浄土 真宗 の 僧 で 、 浄土 真宗 東 本願 寺 派 第 25 世 法 主 。 +1 高天原 故 地碑 ( たかまが はらこちひ ) は 、 大韓民国 慶尚北道 高霊郡 の 伽耶 大 学校 内 に あ る 石碑 。 +1 源 高明 ( みなもと の たか あきら 、 延喜 14 年 ( 914 年 ) - 天元 ( 日本 ) 5 年 12 月 26 日 ( 旧暦 ) ( 98 3 年 1 月 17 日 ) ) は 、 平安 時代 の 公卿 。 +-1 国友 ( くに とも ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 末期 まで 「 堺 市 」 と 並び 称 せ られ た 鉄砲 生産 地 、 近江 国 坂田 郡 国友 村 ( 現 、 滋賀 県 長浜 市 国友 町 ) 及び 工人 の 「 国友 鍛冶 」 を 指 す 語 。 +-1 破墨 山水 ( はぼく さんすい ) と は 破墨 の 技法 ( 後述 ) を 用い て 描 か れ た 山水 画 の こと 。 +-1 花魁 ( おいらん ) は 、 吉原 遊廓 の 遊女 で 位 の 高 い 者 の こと を い う 。 +-1 『 丹後 国 風土 記 』 ( たんご の くに ふどき ) は 、 丹後 国 ( 今 の 京都 府 北部 ) の 風土 記 。 +-1 京都 シティ ハーフ マラソン ( きょうと シティ ハーフ マラソン ) は 、 京都 府 京都 市 で 毎年 3 月 の 第 2 日 曜 日 に 行 わ れ る ハーフ マラソン 大会 。 +1 今上 帝 ( きんじょうてい ・ きん じょう の みかど ) は 、 『 源氏 物語 』 に 登場 する 四 番 目 の 天皇 ( 在位 : 「 若菜 ( 源氏 物語 ) 下 」 ~ ) 。 +1 藤原 為家 ( ふじわら の ためいえ 、 建久 9 年 ( 1198 年 ) - 建治 元年 5 月 1日 ( 旧暦 ) ( 1275 年 5 月 27 日 ) ) は 、 鎌倉 時代 中期 の 公家 ・ 歌人 。 +-1 袋中 ( たいちゅう 、 天文 ( 元号 ) 21 年 1 月 29 日 ( 旧暦 ) ( 155 2 年 2 月 23 日 ) - 寛永 16 年 1 月 21 日 ( 旧暦 ) ( 1639 年 2 月 23 日 ) ) は 、 江戸 時代 前期 の 浄土 宗 の 学僧 。 +1 久我 敦通 ( こ が あつみ ち 、 永禄 8 年 8 月 21 日 ( 旧暦 ) ( 1565 年 9 月 15 日 ) - 寛永 元年 11 月 22 日 ( 旧暦 ) ( 1625 年 1 月 1日 ) は 、 室町 時代 後期 から 安土 桃山 時代 の 公卿 。 +-1 上洛 ( じょうらく ) と は 、 京都 に 入 る 事 を 意味 する 語 で あ る 。 +-1 かわらけ 投げ ( かわらけ なげ ) と は 、 厄 よけ など の 願い を 掛け て 、 高 い 場所 から 素焼き や 日干し の 土器 の 酒杯 や 皿 を 投げ る 遊び の こと 。 +1 鷹司 兼煕 ( たかつか さ かねひろ 、 万治 2 年 12 月 5 日 ( 旧暦 ) ( 16 60 年 1 月 17 日 ) - 享保 10 年 11 月 20 日 ( 旧暦 ) ( 1725 年 12 月 24 日 ) ) は 、 江戸 時代 前期 の 公家 、 関白 。 +-1 内閣 職権 ( ないかく しょっけん ) と は 、 日本 に お い て 、 内閣 総理 大臣 の 職務 及び 内閣 運営 方法 を 定め た 規則 。 +1 橋本 忍 ( はしもとしのぶ 、 1918 年 4 月 18 日 - ) は 、 昭和 期 の 脚本 家 、 映画 監督 。 +-1 ウンシュウミカン ( 温州 蜜柑 、 学名 : Citrusunshiu ) は 、 ミカン 科 の 常緑 低木 。 +1 源 満頼 ( みなもと の みつ より 、 生没年 不詳 ) は 、 平安 時代 中期 の 武士 。 +1 初代 ・ 島津 源蔵 ( しまづ げんぞう 、 天保 10 年 5 月 15 日 _ ( 旧暦 ) ( 1839 年 6 月 25 日 ) - 明治 27 年 ( 1894 年 ) 12 月 8 日 ) は 島津 製作 所 の 創業 者 、 また 日本 の 発明 家 。 +1 千葉 満胤 ( ちばみつたね 、 1359 年 ( 正平 ( 日本 ) 14 年 / 延文 4 年 ) - 142 6 年 7 月 12 日 ( 応永 33 年 6 月 8 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 武将 。 +-1 座 布団 ( ざ ぶとん ) と は 、 床 や 畳 の 上 に 座 る 際 に 、 臀部 、 膝 、 脚 の 下 に 宛 が う 調度 品 。 +-1 煮しめ ( に しめ ) と は 、 煮 る 調理 法 の ひと つ を 用い て 調理 さ れ た 料理 。 +-1 芳春院 ( ほうしゅんいん ) は 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 、 臨済 宗 大 本山 大徳 寺 の 塔頭 ( たっちゅう ) で あ る 。 +1 藤原 御楯 ( ふじわら の みたて 、 ? - 天平 宝字 8 年 6 月 9 日 ( 764 年 7 月 16 日 ) ) は 奈良 時代 の 貴族 、 官僚 。 +-1 タルタル ソース ( 英語 : tartaresauce 、 tartarsauce ) は 、 マヨネーズ を 元 に し た ソース ( 調味 料 ) の 一種 。 +-1 渋み ・ 渋味 +1 後花園 天皇 ( ご はなぞの てんのう 、 応永 26 年 6 月 18 日 ( 1419 年 7 月 10 日 ) - 文明 2 年 12 月 27 日 ( 14 7 1 年 1 月 18 日 ) 在位 : 正長 元年 7 月 28 日 ( 142 8 年 9 月 7 日 ) - 寛正 5 年 7 月 19 日 ( 1464 年 8 月 21 日 ) ) は 、 室町 時代 の 第 102 代 天皇 で あ る 。 +1 常盤井宮 全仁親王 ( ときわい のみやま た ひと しんの う 、 元亨 元年 ( 1321 年 ) - 貞治 6 年 / 正平 22 年 7 月 19 日 ( 1367 年 8 月 15 日 ) ) は 、 室町 時代 初頭 の 皇族 。 +-1 宗徧 流 ( そうへん りゅう ) は 、 山田 宗偏 に 始ま る 茶道 の 一派 。 +-1 水炊 き ( みずたき ) は 、 主に 福岡 県 で 食 さ れ る 郷土 料理 で 、 鍋 料理 の 一種 。 +-1 漆紙 文書 ( うるし が み もんじょ ) と は 、 廃棄 文書 を 漆 の 入 っ た 容器 の 蓋紙 に し 、 それ に 漆 が 浸潤 し た こと に よ っ て 、 腐 ら ず に 残 っ た 古代 の 文書 。 +1 伊福部 都牟 自 ( いふくべ の つむ じ 、 生年 不詳 - 斉明 天皇 4 年 ( 658 年 ) 3 月 11 日 ( 旧暦 ) ) は 因幡 国 の 古代 豪族 、 伊福部 氏 の 人 で あ る 。 +-1 輸租 田 ( ゆそでん ) と は 、 律令 制 に おけ る 田地 の 課税 方式 の 区分 の うち 、 田租 を 国家 へ 納め る こと が 定め られ た 田 。 +1 文室 宮田 麻呂 ( ふんや のみや た まろ 、 生没年 不詳 ) は 、 平安 時代 初期 の 官人 。 +-1 村上 源 氏 ( むらかみ げんじ ) は 、 62 代 村上 天皇 の 皇子 を 祖 と する 賜姓 皇族 の ひと つ 。 +-1 京見 峠 ( きょうみ とうげ ) は 京都 府 京都 市 北 区 ( 京都 市 ) に あ る 峠 で あ る 。 +-1 三好 三 人衆 ( みよし さん にん しゅう ) は 日本 の 戦国 時代 ( 日本 ) に 畿内 で 活躍 し た 、 三好 長逸 ・ 三好 政康 ・ 岩成 友通 の 三 人 を 指 す 。 +-1 侯爵 ( こうしゃく ) と は 爵位 ( 五爵 ) の 第 2 位 で あ る 。 +-1 守護 所 ( しゅご しょ ) と は 、 中世 日本 に お い て 守護 が 居住 し た 館 の 所在 地 の こと 。 +1 津守 国 基 ( つもり の くに もと 、 治安 ( 元 号 ) 3 年 ( 1023 年 ) - 康和 4 年 7 月 7 日 ( 旧暦 ) ( 110 2 年 7 月 28 日 ) ) は 、 平安 時代 後期 の 歌人 。 +-1 嘉吉 の 乱 ( かきつ の らん ) は 、 室町 時代 の 嘉吉 元年 ( 1441 年 ) に 播磨 国 、 備前 国 、 美作 国 守護 の 赤松 満祐 が 、 六代 征夷 大将軍 足利 義教 を 暗殺 し 、 領国 播磨 で 幕府 方 討伐 軍 に 敗れ て 討 た れ る まで の 一連 の 騒乱 で あ る 。 +-1 飛行 神社 ( ひ こう じんじゃ ) は 京都 府 八幡 市 に あ る 神社 。 +1 藤原 隆家 ( ふじわら の たか いえ 、 天元 ( 日本 ) 2 年 ( 979 年 ) - 寛徳 元年 正月 1日 ( 1044 年 2 月 2 日 ) ) は 、 平安 時代 の 公卿 。 +-1 五老岳 ( ごろ う が だけ ) は 、 京都 府 舞鶴 市 の 中央 部 、 東 舞鶴 と 西 舞鶴 を 分け る 山岳 。 +1 一 品 親王 ( いっ ぽん しん のう ) と は 、 律令 制 に お い て 皇親 に 対 し て 与え られ た 最も 高 い 品位 ( 身位 ) で あ る 一 品 を 与え られ た 親王 の こと 。 +-1 百 万 遍 知恩 寺 ( ひゃく まん べんち おんじ ) は 、 京都 市 左京 区 に あ る 浄土 宗 大 本 山 の 寺院 。 +-1 日本 の 市 +1 山田 顕義 ( やまだ あきよし 、 1844 年 11 月 18 日 ( 天保 15 年 10 月 9 日 ( 旧暦 ) ) - 1892 年 11 月 11 日 ) は 、 日本 の 武士 ( 長州 藩士 ) 、 政治 家 、 陸軍 軍人 。 +-1 奴婢 ( ぬひ ) は 、 律令 制 に おけ る 、 良民 ( 自由 民 ) に 対 する 賤民 ( 自由 の な い 民 ) の 中 の 位置 づけ の 一 つ で あ り 、 奴隷 階級 に 相当 する 。 +1 金光 清右衛門 ( かなみつ せいえもん 、 寛永 15 年 ( 1638 年 ) - 宝永 7 年 8 月 ( 1 710 年 ) ) は 、 岡山 藩士 。 +-1 僧堂 ( そうどう ) は 仏教 の 寺院 内 に あ る 建物 の 1 つ で 、 修行 者 ( 僧侶 ) が 集団 生活 を 行 い ながら 仏道 修行 に 励 む 場 で あ る 。 +1 春澄 善縄 ( はるすみの よし ただ 、 延暦 16 年 ( 797 年 ) - 貞観 ( 日本 ) 12 年 2 月 19 日 ( 旧暦 ) ( 870 年 3 月 24 日 ) は 、 平安 時代 前期 の 学者 ・ 公卿 。 +-1 京都 定期 観光 バス ( きょう と ていき かんこう バス ) は 、 京阪 バス と 京都 市 交通 局 が 京都 市 ならび に その 周辺 地域 で 運行 し て い る 定期 観光 バス で あ る 。 +-1 鉢木 ( はち の き ) は 能 の 一 曲 。 +-1 聖 ( ひ じり ) と は 、 日本 に お い て 諸国 を 回遊 し た 仏教僧 を い う 。 +-1 小豆粥 ( あずき がゆ ) と は 、 小豆 を 炊き込 ん だ 粥 。 +-1 蟹満寺 ( か に まんじ ) は 、 京都 府 木津川 市山城 町 ( 京都 府 ) に あ る 真言 宗 智山 派 の 寺院 。 +-1 円通 寺 ( えんつう じ ) は 京都 市 左京 区 岩倉 幡枝 町 に あ る 臨済 宗 妙心 寺 派 の 仏教 寺院 。 +-1 芋 羊羹 ( い も よう かん ) は 、 サツマ イモ を 主原料 と し て 練り上げ 成型 し た 和 菓子 で あ る 。 +1 橘 諸兄 ( たちばな の もろえ 、 天武 天皇 13 年 ( 684 年 ) - 天平 勝宝 9 年 1 月 6 日 ( 旧暦 ) ( 75 7 年 1 月 30 日 ) ) は 、 奈良 時代 の 政治 家 ・ 元 皇族 。 +1 第 6 世 本 翁意伯 上人 は 徳川 家 家臣 鳥居 忠吉 の 次男 で あ り 、 戦国 の 武将 鳥居 元忠 の 兄 で あ る 。 +-1 半夏生 ( はんげしょう ) は 雑節 の 一 つ で 、 半夏 ( カラス ビシャク ) と い う 薬草 が 生え る ころ ( ハンゲショウ ( カタシログサ ) と い う 草 の 葉 が 名前 の 通り 半分 白 く な っ て 化粧 し て い る よう に な る ころ と も ) 。 +-1 京阪 山科 駅 ( けいはん やましな えき ) は 、 京都 府 京都 市 山科 区 安朱 桟敷町 に あ る 京阪 電気 鉄道 京津 線 の 鉄道 駅 。 +-1 宇治 茶 ( うじちゃ ) は 、 宇治 市 を 中心 と する 京都 府 南部 地域 で 生産 さ れ る と イメージ さ れ て い る 日本 茶 の 高級 ブランド 。 +1 平 忠正 ( たいら の ただまさ 、 生年 不詳 - 保元 元年 7 月 28 日 ( 旧暦 ) ( 1156 年 8 月 15 日 ) ) は 平安 時代 末期 の 武将 。 +-1 天下 普請 ( てんかぶ しん ) と は 、 江戸 幕府 が 全国 の 諸 大名 に 命令 し 、 行 わ せ た 土木 工事 の こと 。 +-1 西面 武士 ( さいめん の ぶし ) と は 、 鎌倉 時代 、 太上 天皇 に 仕え 、 身辺 の 警衛 、 奉仕 など に あた っ た 武士 集団 の こと 。 +-1 風神 雷 神図 ( ふうじん らいじん ず ) と は 、 風神 と 雷神 を 描 い た 屏風 画 で あ る 。 +1 澤村 宗十郎 ( さわむら そうじゅうろう ) は 、 歌舞伎 役者 の 名跡 。 +-1 友禅 ( ゆうぜん ) と は 、 布 に 模様 を 染め る 技法 の ひと つ 。 +1 義天玄詔 ( ぎ てん げんしょう 、 明徳 4 年 ( 1393 年 ) - 寛正 3 年 3 月 18 日 ( 旧暦 ) ( 1462 年 4 月 17 日 ) ) は 、 室町 時代 中期 の 臨済 宗 の 僧 。 +-1 鍋焼き うどん ( なべや きうどん ) は 、 うどん を 用い た 料理 の 一種 。 +1 源義 基 ( みなもと の よしもと 、 生年 不詳 - 治承 四 年 ( 1180 年 ) ) は 、 平安 時代 末期 の 河内 源 氏 の 武将 。 +1 中沢 道二 ( なかざわ どう に 、 享保 10 年 8 月 15 日 ( 旧暦 ) ( 1725 年 9 月 21 日 ) - 享和 3 年 6 月 11 日 ( 旧暦 ) ( 180 3 年 7 月 29 日 ) ) は 、 江戸 時代 中期 から 後期 に かけ て 活躍 し た 石門 心学 者 。 +-1 屯倉 ( みやけ ) と は 、 ヤマト 政権 の 支配 制度 の 一 つ 。 +-1 大宮家 ( おおみやけ ) +-1 本項 京都 市 山科 区 の 町名 ( きょうとしやま し な く の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +-1 貴穀 賤 金 ( きこく せん きん ) は 、 江戸 時代 の 経済 思想 の ひと つ で 、 米穀 を とう と び 、 貨幣 を いやしめ る と い う もの 。 +1 尹良 親王 ( ただよし ( ゆきよし ) しんのう 、 生年 不詳 - 応永 31 年 8 月 15 日 ( 旧暦 ) ( 142 4 年 9 月 7 日 ) ) は 、 南北朝 時代 ( 日本 ) ・ 室町 時代 の 皇族 で 宗良 親王 の 第 2 皇子 、 後醍醐 天皇 の 皇孫 に あた る 。 +-1 梅若 万 三郎 ( うめわか ・ まんざぶろう ) は 能楽 シテ 方 観世 流 梅若 家 の 分家 当主名 。 +-1 六角 通 ( ろっ かく どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +-1 墨染 駅 ( すみぞめ えき ) は 、 京都 府 京都 市 伏見 区 深草 北 新町 に あ る 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +-1 『 心中 天 網島 』 ( しんじゅうてん の あみしま ) は 、 近松 門左衛門 作 の 浄瑠璃 。 +1 伊地知 貞馨 ( いぢちさだか 、 文政 9 年 ( 1826 年 ) - 明治 20 年 ( 1887 年 ) ) は 明治 時代 の 官僚 。 +1 栗野 慎一郎 ( くり の しんいちろう 、 嘉永 4 年 11 月 7 日 ( 旧暦 ) ( 1851 年 11 月 29 日 ) - 昭和 12 年 ( 1937 年 ) 1 1 月 15 日 ) は 明治 、 大正 期 の 日本 国 の 外交 官 。 +1 難波 頼経 ( なんば よりつね 、 生年 未詳 - 建保 4 年 ( 1217 年 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 廷臣 。 +-1 海印 寺 ( かいいん じ ) は 、 京都 府 長岡 京 市 に あ っ た 寺院 、 および その 周辺 の 地名 。 +1 藤原 経子 ( ふじわら の けいし / つねこ ) +-1 「 鈴 」 ( りん ) と は 、 仏具 の 1 つ 。 +1 長船 綱 直 ( おさふね つ な なお   ? - 慶長 4 年 ( 1599 年 ) ? ) は 安土 桃山 時代 の 人物 。 +-1 六 尺 褌 ( ろく しゃく ふんどし ) と は 、 長 さ 約 180 cm ~ 300 cm 程度 、 幅 約 16 cm ~ 34 cm 程度 の さらし の 布 を 用い た 日本 人 男性 用 の 下着 。 +-1 和名 類 聚抄 ( わみょう るい じゅしょう ) は 、 平安 時代 中期 に 作 ら れ た 辞書 で あ る 。 +-1 五 位 蔵人 ( ごい の く ろうど ) は 、 律令 制下 の 日本 に おけ る 官職 ( 令外 官 ) の 一 つ 。 +-1 頃 ( けい ) は 市制 ( 単位 系 ) に おけ る 面積 の 単位 で あ る 。 +-1 勧修 寺家 ( かじゅう じけ / かんじゅ じけ ) は 藤原 北家 勧修 寺 流 の 公家 で あ る 。 +-1 山 号 長 等 山 ( ながら さん ) +-1 島地 黙雷 ( しまじ も くらい , 天保 9 年 2 月 15 日 ( 旧暦 ) ( 1838 年 3 月 10 日 ) - 明治 44 年 ( 1911 年 ) 2 月 3 日 ) は 、 明治 時代 に 活躍 し た 浄土 真宗 本願 寺 派 の 僧 。 +-1 東儀 家 ( とうぎ け ) は 、 奈良 時代 から 今日 まで 130 0 年 以上 の 間 、 雅楽 を 世襲 し て き た 三方 楽所 楽家 ( 宮中 ・ 京都 、 南都 ・ 奈良 、 天王 寺 ・ 大阪 の 楽師 の 家 ) の 家系 。 +1 栄叡 ( よう えい ・ えいえい 、 生年 不詳 - 749 年 ) は 、 奈良 時代 の 僧 。 +1 京極 高 迢 ( きょうごく た か とお 、 寛保 元年 ( 1741 年 ) - 宝暦 12 年 4 月 24 日 ( 旧暦 ) ( 1762 年 6 月 16 日 ) ) は 、 讃岐 国 丸亀 藩 の 世嗣 。 +-1 朱 雀門 の 鬼 ( すざく もん の お に ) は 、 平安 京 の 朱 雀門 に 棲 ん で い た と い わ れ る 鬼 。 +1 式 部職 ( しきぶしょく ) は 宮内 庁 の 内部 部局 の ひと つ +-1 月次祭 ( つきなみ の まつり ) と は 、 神道 に おけ る 祭礼 の ひと つ 。 +-1 家紋 ( かもん 、 英語 : ) と は 、 特に 日本 に お い て 古く より 出自 と い っ た 自ら の 家系 、 血統 、 家柄 ・ 地位 を 表 す ため に 用い られ て き た 紋章 で あ る 。 +-1 寿老人 ( じゅ ろうじん ) は 道教 の 神仙 ( 神 ) 。 +1 紀春主 ( きの はるぬし 、 生没年 不詳 ) は 、 平安 時代 初期 の 官人 。 +1 近藤 芳助 ( こんどう よしすけ 、 天保 14 年 ( 1843 年 ) 5 月 - 大正 11 年 ( 1922 年 ) 7 月 5 日 ) は 、 江州 国友 村 出身 の 新 選 組 隊士 。 +1 山科 言綱 ( やましな ときつ な 、 文明 ( 日本 ) 18 年 4 月 1日 ( 旧暦 ) ( 1486 年 5 月 4 日 ) - 享禄 3 年 9 月 12 日 ( 旧暦 ) ( 1530 年 10 月 3 日 ) ) は 、 室町 時代 後期 の 公家 。 +1 一色 教親 ( いっしき の りちか 、 応永 26 年 ( 1419 年 ) - 宝徳 3 年 11 月 28 日 ( 旧暦 ) ( 1451 年 12 月 21 日 ) ) は 室町 時代 の 守護 大名 で あ る 。 +1 中井 敬所 ( な かいけいしょ 、 天保 2 年 ( 1831 年 ) - 明治 42 年 ( 1909 年 ) ) は 、 明治 時代 の 篆刻 家 で あ る 。 +-1 細川 氏 ( ほそかわ し ) は 、 本姓 は 源氏 、 鎌倉 時代 から 江戸 時代 に かけ て 栄え た 武家 。 +-1 旧 制 第 三 高等 学校 ( きゅう せい だい さん こう とう がっこう ) は 、 現在 の 京都 大学 の 前身 の 一 つ と な っ た 旧 制 高等 学校 で あ る 。 +-1 仏覚寺 ( ぶっかく じ ) は 、 奈良 県 橿原 市 に 所在 する 日蓮 正宗 の 寺院 。 +-1 妙喜庵 ( みょうきあん ) は 京都 府 乙訓 郡 大山崎 町 に あ る 仏教 寺院 。 +1 相良 前 頼 ( さがら さき より 、 ? - 1394 年 2 月 19 日 ( 明徳 5 年 1 月 19 日 ( 旧暦 ) ) ) は 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 武将 。 +-1 慈光 院 ( じ こういん ) は 奈良 県 大和郡山 市 小泉 町 に あ る 臨済 宗 大徳 寺 派 の 寺院 で あ る 。 +1 藤原 家政 ( ふじわら の いえ まさ 、 承暦 4 年 ( 1080 年 ) - 永久 ( 元 号 ) 3 年 4 月 8 日 ( 旧暦 ) ( 1115 年 年 5 月 3 日 ) ) は 平安 時代 末期 の 公卿 。 +-1 賀茂 神社 ( かも じんじゃ ) と は 、 京都 府 京都 市 に あ る 賀茂 別雷 神社 ( 上賀茂 神社 ) と 賀茂 御祖 神社 ( 下鴨 神社 ) の 2 つ の 神社 の 総称 で あ る 。 +1 弓削 皇子 ( ゆげ のみこ 、 生年 不明 - 文武 天皇 3 年 7 月 21 日 ( 旧暦 ) ( 699 年 8 月 21 日 ) ) は 天武 天皇 の 第 9 皇子 ( 第 6 皇子 と も ) 。 +1 石川 名足 ( いしかわ の なたり 、 728 年 ( 神亀 5 年 ) - 788 年 7 月 11 日 ( 延暦 7 年 6 月 4 日 ) ) は 奈良 時代 の 官人 。 +1 安徳 天皇 ( あんとく てんのう 、 治承 2 年 11 月 12 日 ( 1178 年 12 月 22 日 ) - 寿永 4 年 3 月 24 日 ( 1185 年 4 月 25 日 ) ) は 、 第 81 代 の 天皇 。 +1 藤原 道兼 ( ふじわら の み ちかね 、 応和 元年 ( 96 1 年 ) - 長徳 元年 5 月 8 日 ( 旧暦 ) ( 995 年 6 月 13 日 ) ) は 、 平安 時代 中期 の 公卿 。 +-1 新田 分知 ( しんでんぶんち ) と は 、 江戸 時代 に おけ る 武家 の 分家 形態 の 一 つ で あ る 。 +-1 梶原 景時 の 変 ( かじわら かげ とき の へん ) は 鎌倉 時代 初期 、 正治 元年 10 月 25 日 ( 旧暦 ) から 翌 正治 2 年 1 月 20 日 ( 旧暦 ) ( 1199 年 11 月 15 日 - 120 0 年 2 月 6 日 ) に かけ て 鎌倉 幕 府 内部 で 起こ っ た 政争 。 +-1 塚 ( つか   Mound ) と は その 周囲 の 地面 より 、 こんもり と 丸 く 盛り上が っ た 場所 を 指 し 、 具体 的 に は 何 か が 集積 、 堆積 し た 盛り上がり や 、 小さな 山 や 丘 や 古墳 など で あ る 。 +-1 含利門 ( がんり もん ) は 、 大内 裏 豊楽 院 十 九 門 の ひと つ で あ る 。 +1 宣陽 門院 ( せんよう もん いん 、 養和 元年 10 月 5 日 ( 旧暦 ) ( 1181 年 11 月 13 日 ) - 建長 4 年 6 月 8 日 ( 旧暦 ) ( 125 2 年 7 月 15 日 ) ) は 、 平安 時代 後期 の 皇族 、 女院 。 +-1 鞍馬 線 ( くら ま せ ん ) は 、 京都 府 京都 市 左京 区 の 宝ヶ池 駅 から 鞍馬 駅 まで を 結 ぶ 叡山 電鉄 の 鉄道 路線 。 +-1 東殿 塚 古墳 ( ひがし どの づか こふん ) は 、 奈良 県 天理 市 に 所在 する 。 +-1 宿善 ( しゅくぜん ) と は 、 浄土 真宗 の 教義 に あ る 言葉 の 一 つ 。 +-1 天橋立 駅 ( あまの はしだて えき ) は 、 京都 府 宮津 市 字 文珠 に あ る 、 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +1 渟名底 仲 媛命 ( ぬ な そこなかつひめ の みこと ) は 、 安寧 天皇 の 皇后 。 +-1 堺 町 通 ( さかい まち どおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +-1 高麗 物 ( こうらい もの ) と は 、 茶 道具 に おけ る 中国 製 の 「 唐物 」 に 対 する 朝鮮 半島 製品 の 総称 。 +-1 遣唐 使 ( けんとうし ) と は 、 『 旧 唐 書 』 や 『 新唐 書 』 に も 記 さ れ て い る とおり 、 倭国 が 唐 に 派遣 し た 朝貢 使 の こと を い う 。 +-1 建国 記念 の 日 ( けんこく きねん の ひ ) と は 、 日本 の 国民 の 祝日 の 1 日 で あ る 。 +-1 未生流 ( み しょうりゅう ) は 、 未生斎 一 甫 を 開祖 と する 華道 の 一派 。 +-1 京都 国立 博物 館 ( きょうと こくりつ はくぶつ かん ) は 、 独立 行政 法人 国立 文化 財 機構 が 運営 する 博物 館 。 +1 藤原 善時 ( ふじわら の よしとき 、 生没年 不詳 ) は 、 平安 時代 中期頃 の 貴族 。 +-1 鳥兜 ( 鳥甲 、 とりかぶと ) は 、 雅楽 の 常装 束 で 用い られ る 頭 に 被 る 装身 具 。 +-1 抽分 銭 ( ちゅう ぶんせん ) と は 、 室町 時代 の 輸入 税 。 +-1 礼服 ( らいふく ) と は 、 唐 の 律令 を 参考 に 日本 の 朝廷 に 導入 さ れ た 、 五 位 以上 の 貴族 が 正月 の 朝賀 や 代始 の 即位 式 に 用い た 正装 の こと 。 +-1 京都 市 道 183 号 衣笠 宇多野 線 ( きょうと しどう 18 3 ごう き ぬ が さ うた の せん ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) 鹿苑 寺前 交差 点 より 京都 市 右京 区 福王子 交差 点 に 至 る 主要 地方 道 で あ る 京都 市 町 村道 。 +-1 ぶり 大根 ( ぶり だいこん ) と は ブリ の アラ を ダイコン と 一緒 に 醤油 で 煮 た もの 。 +-1 寺社 伝奏 ( じしゃ でんそう ) は 、 中世 ・ 近世 の 公家 政権 に 設置 さ れ た 役職 。 +1 河野 恕斎 ( こう の じょさい 、 寛保 2 年 ( 1742 年 ) - 安永 8 年 2 月 9 日 ( 旧暦 ) ( 1779 年 3 月 26 日 ) ) は 、 江戸 時代 中期 の 日本 の 儒学者 ・ 漢詩 人 で あ る 。 +1 二葉亭 四迷 ( ふたばていしめい 、 元治 元年 2 月 28 日 ( 旧暦 ) ( 1864 年 4 月 4 日 ) - 明治 42 年 ( 1909 年 ) 5 月 10 日 ) は 、 日本 の 小説 家 、 翻訳 家 。 +-1 年中 行事 歌合 ( ねん じょうぎょう じ うた あわせ ) と は 、 貞和 5 年 12 月 22 日 ( 旧暦 ) ( 1350 年 1 月 30 日 ) に 北朝 ( 日本 ) 関白 二条 良 基 主催 で 開 か れ た 五十 番 歌合 の こと 。 +-1 紙幣 整理 ( し へいせいり ) と は 、 明治 初期 に 出 さ れ た 明治 政府 及び 国立 銀行 ( 明治 ) 発行 の 紙幣 を 整理 ・ 縮減 し て 日本 銀行 発行 の 兌換 紙幣 に 変換 する こと で 通貨 制度 ・ 信用 制度 の 信頼 回復 を 図 る 政策 。 +1 葛西殿 ( かさいど の 、 天福 ( 日本 ) 元年 ( 1233 年 ) ? - 文保 4 年 ( 1317 年 ) 10 月 16 日 ( 旧暦 ) ? ) は 、 鎌倉 時代 中期 の 北条 氏 一門 の 女性 。 +1 有栖川宮 威仁親王 ( ありすがわ の みや た けひと しんの う 、 文久 2 年 1 月 13 日 ( 1862 年 2 月 11 日 ) - 大正 2 年 ( 1913 年 ) 7 月 5 日 ) は 、 日本 の 皇族 、 軍人 。 +-1 伽藍 神 ( がらん じん ) は 、 寺院 を 守護 する 神 。 +1 河鰭 公述 ( かわばた きん あきら 、 文政 12 年 1 月 9 日 ( 旧暦 ) ( 1829 年 2 月 12 日 ) - 元治 元年 8 月 21 日 ( 旧暦 ) ( 1864 年 9 月 21 日 ) ) は 、 江戸 時代 末期 の 公家 。 +-1 進 氏 ( しんし ) は 南北朝 時代 ( 日本 ) から 室町 時代 に かけ て 伯耆 国 西部 ( 西伯耆 ) に 勢力 を 持 っ て い た 国 人 。 +-1 藤井 斉成 会 有鄰 館 ( ふじい さいせい かい ゆう りんかん ) は 、 京都 府 京都 市 左京 区 岡崎 に あ る 、 中国 の 古 美術 が 中心 の 私立 美術 館 。 +1 肖柏 ( しょうはく : 1443 年 ( 嘉吉 3 年 ) - 15 2 7 年 5 月 4 日 ( 大永 7 年 4 月 4 日 ( 旧暦 ) ) ) は 、 室町 時代 中期 の 連歌 師 、 歌人 。 +-1 金平 ( きんぴら ) は 、 日本 食 の 惣菜 の 一 つ 。 +-1 小川 流 ( おがわ りゅう ) と は 、 江戸 時代 末期 に 小川 可進 ( 初代 小川 後楽 ) が 開 い た 煎 茶道 の 流派 で あ る 。 +-1 金光寺 ( こんこうじ ) と は 、 京都 市 下京 区 本 塩竈 町 に あ る 時宗 の 寺院 。 +-1 西 舞鶴 駅 ( に しまい づる えき ) は 、 京都 府 舞鶴 市 伊佐津字 コモイケ 西 213 - 1 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) ・ 北 近畿 タンゴ 鉄道 ( KTR ) の 駅 で あ る 。 +-1 三 大 事件 建白 運動 ( さん だい じけん けんぱく うんどう ) と は 、 1887 年 ( 明治 20 年 ) 10 月 に 片岡 健吉 が 元老院 _ ( 日本 ) に 提出 し た 建白書 ( 「 三 大 事件 建白 」 ) を きっかけ に 起き た 政治 運動 。 +1 藤原 師長 ( ふじわら の もろな が 、 保延 4 年 ( 1138 年 ) - 建久 3 年 7 月 19 日 ( 旧暦 ) ( 1192 年 8 月 28 日 ) ) は 、 平安 時代 末期 の 公卿 ( 太政 大臣 ) 。 +-1 赤舌 日 ( しゃくぜつ にち ) と は 、 ( 貴族 や 民間 の 風習 に お い て ) 陰陽 道 の 羅刹 神 が 支配 する 日 で あ り 、 転 じ て 不吉 と さ れ る 日 で あ る 。 +1 源 有綱 ( みなもと の ありつな 、 生年 不詳 - 文治 2 年 6 月 16 日 ( 旧暦 ) ( 1186 年 7 月 4 日 ) ) は 、 平安 時代 末期 の 摂津 源 氏 の 武将 。 +1 釧雲泉 ( くしろ うんぜん 、 宝暦 9 年 ( 1759 年 ) - 文化 ( 元号 ) 8 年 11 月 16 日 ( 旧暦 ) ( 1811 年 12 月 31 日 ) ) は 、 江戸 時代 後期 の 文人 画 で あ る 。 +1 酒呑 童子 ( しゅてんどうじ ) は 、 京都 市 と 丹波 国 の 国境 の 大枝 ( 老 の 坂 ) に 住 ん で い た と さ れ る 鬼 の 頭領 ( 盗賊 で あ っ た と も ) で あ る 。 +1 豊時 義 ( とよの ときよし 、 7 月 14 日 - 4 月 24 日 ) は 、 雅楽 師 、 日本 芸術 院 会員 。 +1 村国虫 麻呂 ( むら くに の むしまろ 、 生没年 不明 ) は 、 日本 の 奈良 時代 の 人物 で あ る 。 +-1 増誉 ( ぞうよ 、 長元 5 年 ( 10 32 年 ) - 永久 ( 元 号 ) 4 年 1 月 29 日 ( 旧暦 ) ( 111 6 年 2 月 14 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +1 三浦 光村 ( みうら みつむら ) は 鎌倉 時代 中期 の 鎌倉 幕府 の 御 家人 。 +-1 修験 道 ( しゅげんどう ) と は 、 山 へ 籠も っ て 厳し い 修行 を 行 う 事 に よ り 、 様々 な 「 験 」 ( しるし ) を 得 る 事 を 目的 と する 日本 独特 の 混淆 宗教 で あ る 。 +-1 京漆器 ( きょう しっき ) と は 、 京都 市 内 で 生産 さ れ る 工芸 品 的 な 漆器 の こと 。 +-1 清涼 殿落雷 事件 ( せいりょう でんらくらい じけん ) は 、 平安 時代 の 延長 ( 日本 ) 8 年 6 月 26 日 ( 旧暦 ) ( ユリウス 暦 930 年 7 月 24 日 ) に 、 内裏 の 清涼 殿 に 落雷 し た 事件 。 +1 花山院 通定 ( かざいん みちさだ 、 生年 不詳- 応永 7 年 4 月 14 日 ( 旧暦 ) ( 140 0 年 5 月 8 日 ) ) は 、 南北朝 時代 ( 日本 ) ・ 室町 時代 の 公卿 。 +1 今川   範国 ( いまがわ   のりくに 、 1295 年 ( 永仁 3 年 ) ? - 13 84 年 6 月 8 日 ( 元中 元年 / 至徳 ( 日本 ) 元年 5 月 19 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 守護 大名 。 +-1 法霖 ( ほうりん 、 元禄 6 年 ( 1693 年 ) - 寛保 元年 10 月 17 日 ( 旧暦 ) ( 1741 年 11 月 24 日 ) ) は 、 江戸 時代 中期 の 浄土 真宗 の 学僧 。 +1 藤 氏 家伝 ( 藤 氏 家傳 ・ とうし か でん ) は 天平 宝字 四 年 ( 760 年 ) に 成立 し た 。 +-1 護王 神社 ( ご おう じんじゃ ) は 、 京都 市 上京 区 に あ る 神社 で あ る 。 +-1 市川 宗家 ( いちかわ そうけ ) +1 新田 義興 ( にった よしおき ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +1 『 小説 総論 』 ( しょうせつ そうろん ) は 、 二葉 亭 四迷 の 文芸 評論 。 +-1 国衙領 ( こくが りょう ) は 、 平安 時代 中期 頃 以降 の 公領 を 、 荘園 に 対 し て 呼 ぶ 歴史 学 用語 。 +-1 学制 ( がくせい ) +1 源 仲章 ( みなもと の なか あきら 、 ? - 建保 7 年 1 月 27 日 ( 旧暦 ) ( 1219 年 2 月 13 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 貴族 ・ 儒学 者 。 +-1 蹴上 駅 ( けあげ えき ) は 、 かつて 京都 市 東山 区 蹴上 に あ っ た 京阪 電気 鉄道 京阪 京津 線 の 鉄道 駅 。 +1 足利満兼 ( あしかが みつか ね 、 永和 ( 日本 ) 4 年 ( 1378 年 ) - 応永 16 年 7 月 22 日 ( 旧暦 ) ( 1409 年 9 月 1日 ) ) は 室町 時代 中期 の 武将 。 +-1 京都 府立 女子 専門 学校 ( きょうと ふりつ じょし せんもん がっこう ) は 、 1927 年 ( 昭和 2 年 ) 3 月 に 設立 さ れ た 公立 の 旧 制 専門 学校 。 +1 金子 政熙 ( かねこ まさき 、 生没年 不詳 ) は 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 。 +-1 『 井筒 』 ( いづつ ) は 、 能 を 代表 する 曲 の 一 つ で あ る 。 +1 宗尊 親 王 ( むねたかしんのう 、 仁治 3 年 11 月 22 日 ( 旧暦 ) ( 1242 年 12 月 15 日 ) - 文永 11 年 8 月 1日 ( 旧暦 ) ( 1274 年 9 月 2 日 ) ) は 、 鎌倉 幕府 6 代 征夷 大将軍 で 皇族 で の 初めて の 征夷 大将軍 。 +-1 学館 院 ( がっかん いん ) は 大学 寮 に 付属 する 大学 別曹 の 一 つ で あ る 。 +-1 ナイフ 形 石器 ( ナイフ がた せっき ) と は 、 後期 旧 石器 時代 に 特徴 的 な 、 石刃 ( 刃器 ) など の 剥片 に 刃潰 し 剥離 ( 剥片 自身 が も つ 鋭 い 側縁 の 一部 を ナイフ の 刃 の よう に 残 し 、 ほか の 側縁 を 鈍 く つぶ す 調整 剥離 ) を 加え 、 現在 の ナイフ に 似 た 形 に 仕上げ た 石器 で あ る 。 +1 新田 義貞 ( にったよしさだ ) は 、 鎌倉 時代 末期 の 御 家人 、 南北朝 時代 ( 日本 ) の 武将 。 +1 島津 宗家 5 代 当主 、 島津 貞久 の 長子 ( 132 2 ‐ 13 40 ) 。 +1 藤原 詮子 ( ふじわら の せんし / あきこ 、 応和 2 年 ( 96 2 年 ) - 長保 3 年 閏 12 月 22 日 ( 旧暦 ) ( 100 2 年 2 月 7 日 ) は 、 平安 時代 、 第 64 代 円 融 天皇 女 御 。 +-1 玄関 ( げんかん ) と は 、 建物 の 主要 な 出入り 口 の こと 。 +1 九条 忠 基 ( くじょう ただ もと 、 興国 6 年 / 貞和 元年 ( 1345 年 ) - 応永 4 年 12 月 20 日 ( 旧暦 ) ( 1398 年 1 月 8 日 ) ) は 、 南北朝 時代 ( 日本 ) の 公卿 。 +-1 京都 守護 職 ( きょうと しゅごしょく ) は 幕末 に 新た に 設け られ た 江戸 幕府 の 要職 で あ り 、 政事 総裁職 ・ 将軍 後見職 と 並 ぶ 三役 の 一 つ 。 +-1 帛紗 ( ふくさ ) は 、 主に 茶道 で 、 茶器 を 取り扱 う とき に 用い られ る 布 で あ る 。 +1 増田 正造 ( ますだ しょうぞう 、 1930 年 - ) は 日本 の 能楽 研究 者 。 +1 モルガン お 雪 ( 1881 年 11 月 - 1963 年 5 月 18 日 ) 。 +1 藤原 内麻呂 ( ふじわら の うち まろ 天平 勝宝 8 歳 ( 75 6 年 ) - 弘仁 3 年 11 月 13 日 ( 旧暦 ) ( 812 年 12 月 24 日 ) ) は 、 奈良 時代 から 平安 時代 初期 の 公卿 。 +1 藤原 季通 ( ふじわら の すえみ ち 、 生没 年 未詳 ) は 平安 時代 末期 の 廷臣 、 歌人 。 +-1 八 ツ橋 ( やつはし ) は 、 和 菓子 の ひと つ 。 +1 津崎 矩子 ( つざき のりこ 、 天明 6 年 ( 1786 年 ) - 明治 6 年 ( 1873 年 ) 8 月 23 日 ) は 幕末 の 近衛 家 の 老女 、 勤王 家 。 +-1 勧学 と は 、 近世 末 から 日本 仏教 の 宗派 の 中 で 、 教学 の 研鑽 を きわめ た 指導 的 立場 の 僧侶 に 与え て い る 称号 の こと で あ る 。 +-1 国家 学会 ( こっか がっ かい ) は 、 1887 年 ( 明治 20 年 ) 2 月 に 設立 さ れ た 東京 大学 法科 大学 ( 東京 大学 法学 部 の 前身 ) の 研究 団体 で あ る 。 +1 名草 戸畔 ( なぐさ とべ 、 ? - 伝紀 元 前 663 年 旧暦 6 月 ) は 、 日本 書紀 や 和歌山 市 の 伝承 に 登場 する 、 神武 東 征 と 戦 っ た 人物 で あ る 。 +1 吉田 俊太郎 ( よしだ しゅんたろう 、 嘉永 2 年 ( 1849 年 ) - ? ) は 、 丹波 国 篠山 出身 の 新 選 組 隊士 。 +-1 小椋 神社 ( おぐら じんじゃ ) は 滋賀 県 大津 市 に あ る 神社 。 +1 恵信尼 ( え しん に 、 寿永 元年 ( 1182 年 ) - 文永 5 年 ( 1268 年 ) ? ) は 、 鎌倉 時代 の 人物 で 、 浄土 真宗 の 宗祖 と さ れ る 僧 ・ 親鸞 の 妻 で あ る 。 +-1 京八 流 ( きょう はち りゅう ) は 、 伝説 上 の 剣術 流 派 。 +-1 八角 墳 ( はっかく ふん ) は 古墳 時代 の 終末 期 ( 7 世紀 中葉 〜 ) に つく ら れ た 正 八 角 形 の 古墳 。 +-1 勺 ( しゃく ) は 、 尺貫 法 の 体積 の 単位 で あ る 。 +1 多田 頼貞 ( ただより さだ 、 ? - 興国 4 年 / 康永 2 年 8 月 12 日 ( 旧暦 ) ( 1343 年 9 月 1日 ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +-1 薩峠 の 戦い ( さ っ た とうげ の たたか い 、 薩山 の 戦 い と も ) は 、 南北朝 時代 ( 日本 ) の 1351 年 ( 正平 ( 日本 ) 6 年 / 観応 2 年 ) 12 月 、 駿河 国 薩 た 峠 ( 静岡 県 静岡 市 清水 区 ) に お い て 、 足利 尊 氏 の 軍勢 と 足利 直義 の 軍勢 と の 間 で 行 わ れ た 合戦 で あ る 。 +-1 屋敷神 ( やしき がみ ) は 、 屋敷 に 付属 し て い る 土地 に 祀 ら れ て い る 神・ 神社 の こと で あ る 。 +-1 野見 宿禰 ( のみ の すくね ) は 、 『 日本 書紀 』 に 登場 する 人物 。 +-1 回転 寿司 ( かいてんずし ) と は 、 各種 の 寿司 を 載せ た 小皿 を 客席 沿い に 設置 さ れ た チェーン コンベア 上 に 連続 し て 循環 さ せ 、 客 は 寿司 を 皿 ごと 自由 に 取り上げ る 、 半 セルフ サービス 型 の 安価 な 寿司 屋 の 形態 。 +1 今出川 公規 ( いまで がわ きん の り 、 寛永 15 年 1 月 12 日 ( 旧暦 ) ( 1638 年 2 月 25 日 ) - 元禄 10 年 10 月 26 日 ( 旧暦 ) ( 1697 年 12 月 8 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 国分寺 ( こくぶんじ ) 、 国分 尼 寺 ( こくぶん にじ ) は 、 741 年 ( 天平 13 年 ) 、 聖武 天皇 が 国情 不安 を 鎮撫 する ため 、 各令 制 国 に 建立 を 命 じ た 寺院 。 +-1 駅 情報 +1 三条 西 季知 ( さんじょう に し すえとも 、 文化 ( 元号 ) 8 年 2 月 26 日 ( 旧暦 ) ( 1811 年 3 月 20 日 ) - 明治 13 年 ( 1880 年 ) 8 月 24 日 ) は 、 幕末 の 公卿 で 明治 の 高官 。 +-1 摺鉦 ( すりが ね ) は 金属 製 の 打楽 器 の 一種 。 +-1 在地 領主 ( ざい ちりょうしゅ ) と は 、 中世 日本 の 荘園 公領 制 の 下 で 在地 ( 現地 ) に お い て 農民 ・ 漁民 ら を 実際 に 支配 する 権限 を 持 っ た 領主 の こと 。 +-1 大津 市 ( おおつ し ) は 、 滋賀 県 の 南西端 に 位置 する 都市 で 、 同県 の 県庁 所在 地 で あ る 。 +-1 地子 免許 ( じしめんきょ ) と は 、 近世 の 都市 に お い て 町屋敷地 に かか る 地子 ( 農村 の 年貢 に 相当 する ) を 領主 権力 が 免除 する こと 。 +1 山名 政之 ( やまな まさゆき 、 生没年 不詳 ) は 室町 時代 の 伯耆 国 守護 。 +-1 伊勢 神宮 外宮 境内 に あ る 石 。 +1 福王 茂十郎 ( ふくおう しげ じゅうろう 、 1943 年 ( 昭和 18 年 ) 10 月 18 日 - ) と は 、 ワキ 方 福王 流能 楽師 。 +-1 日本 猫 ( に ほんねこ ) は 、 日本 人 に 長 く 親し ま れ て い る 日本 特有 の ネコ 。 +1 橘奈良 麻呂 ( たちばな の なら まろ 、 養老 7 年 ( 721 年 ) ? - 天平 宝字 元年 ( 75 7 年 ) 7 月 ) は 、 奈良 時代 の 貴族 。 +1 大江 千里 ( おおえ の ちさと 、 男性 、 生没年 不詳 ) は 、 平安 時代 前期 の 学者 ・ 歌人 。 +-1 東映 京都 撮影 所 ( とうえいきょう と さつえいじょ ) は 、 京都 市 右京 区 太秦 に 存在 する 映画 スタジオ で あ る 。 +-1 成人 式 ( せいじん しき ) と は 、 日本 の 地方 公共 団体 など が 、 成人 式 を 行 う 年度 内 に 成人 に 達 する 人々 を 招 き 、 激励 ・ 祝福 する 行事 ( イベント ) 。 +1 源 雅兼 ( みなもとの まさかね 、 承暦 3 年 ( 1079 年 ) - 康治 2 年 11 月 8 日 ( 旧暦 ) ( 1143 年 12 月 15 日 ) ) は 、 平安 時代 後期 の 公卿 。 +1 七殿 五舎 ( しち でんご しゃ ) と は 、 平安 京内裏 の 紫宸 殿 や 仁寿殿 の 後方 に 位置 し 、 主に 天皇 の 后妃 の 住ま う 殿舎 を 指 す 。 +-1 龍湫 周沢 ( りゅう しゅうしゅうたく 、 延慶 ( 日本 ) 元年 ( 130 8 年 ) - 嘉慶 ( 日本 ) 2 年 / 元中 5 年 9 月 9 日 ( 旧暦 ) ( 1388 年 10 月 9 日 ) ) は 、 南北朝 時代 ( 日本 ) の 臨済 宗 の 僧 。 +1 松平 昭訓 ( まつだいら あき く に 、 嘉永 元年 12 月 29 日 ( 旧暦 ) ( 1849 年 1 月 23 日 ) - 文久 3 年 11 月 23 日 ( 旧暦 ) ( 1864 年 1 月 2 日 ) ) は 江戸 時代 の 武士 。 +1 浅井 忠 ( あさいちゅう 、 安政 3 年 6 月 21 日 ( 旧暦 ) ( 1856 年 7 月 22 日 ) - 明治 40 年 ( 1907 年 ) 12 月 16 日 ) は 、 明治 期 の 洋画 家 。 +1 川上 音二郎 ( かわかみ おと じろう 、 1864 年 2 月 8 日 ( 文久 4 年 1 月 1日 _ ( 旧暦 ) ) - 19 11 年 11 月 11 日 ) は 、 「 オッペケペー 節 」 で 一世 を 風靡 し た 新 派劇 の 俳優 ・ 芸人 。 +-1 神風 串呂 ( しんぷう かんろ ) は 、 戦後 、 南朝 正統 の 皇胤 で あ る と 主張 し た 愛知 県 豊川 市 の 三浦 芳聖 ( 190 4 - 1971 ) が 創始 し た ものごと を 解明 する 方法 。 +-1 雲林院 ( うりん いん ) +1 朽木 晴綱 ( く つき はるつな 、 永正 15 年 ( 1518 年 ) - 天文 ( 元号 ) 19 年 ( 1550 年 ) ) は 朽木 元 綱 の 父 。 +-1 下鴨 中通 ( しもが も なかどおり ) は 京都 市 左京 区 の 南北 の 通り の 一 つ 。 +-1 四 所 駅 ( ししょ えき ) は 、 京都 府 舞鶴 市上 福井 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +1 京極宮 公仁 親王 ( きょうごく のみ や きん ひとしんのう 、 享保 18 年 1 月 5 日 ( 旧暦 ) ( 1733 年 2 月 18 日 ) - 明和 7 年 6 月 22 日 ( 旧暦 ) ( 1770 年 7 月 14 日 ) ) は 江戸 時代 中期 の 日本 の 皇族 。 +-1 三 色紙 ( さんしき し ) と は 、 『 継 色 紙 』 、 『 寸松 庵 色紙 』 、 『 升 色紙 』 の 総称 で あ り 、 平安 時代 屈指 の 「 かな 書 」 の 名筆 ( 古筆 ) で あ る 。 +1 藤原 基俊 ( ふじわら の もと とし 、 康平 3 年 ( 10 60 年 ) - 永治 2 年 1 月 16 日 ( 旧暦 ) ( 1142 年 2 月 20 日 ) ) は 、 平安 時代 後期 の 公家 ・ 歌人 。 +1 西園寺 公重 ( さいおんじ きんしげ 、 文保 元年 ( 1317 年 ) - 正平 ( 日本 ) 22 年 / 貞治 6 年 9 月 3 日 ( 旧暦 ) ( 1367 年 9 月 27 日 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 公卿 。 +-1 貴族 ( きぞく ) と は 、 血統 や 門地 の 故 に 社会 的 特権 を 認め られ て い る 人 や その 一族 。 +-1 本丸 ( ほんまる ) は 、 日本 の 城 の 中核 と な る 曲輪 ( くるわ ) の 名称 で あ る 。 +1 中原 師員 ( なかはら もろ か ず 、 元暦 元年 ( 1184 年 ) - 建長 3 年 6 月 22 日 ( 旧暦 ) ( 125 1 年 7 月 12 日 ) ) は 鎌倉 時代 の 人物 。 +1 曽我 物語 ( そ が ものがたり ) は 、 「 曾我 兄弟 の 仇討ち 」 を 題材 に し た 軍記 物語 。 +-1 富貴寺 ( ふきじ ) は 奈良 県 磯城 郡 川西町 ( 奈良 県 ) に あ る 真言 宗 豊山 派 の 寺院 で あ る 。 +1 徳川 慶勝 ( とくがわ よしかつ 、 文政 7 年 3 月 15 日 ( 旧暦 ) ( 1824 年 4 月 14 日 ) - 明治 16 年 ( 1883 年 ) 8 月 1日 ) は 、 江戸 時代 後期 の 大名 ( 尾張 藩 ( 名古屋 藩 ) 14 代 、 17 代 藩 主 ) 、 明治 時代 初期 の 政治 家 。 +-1 中院 流 ( ちゅういん りゅう ) は 、 真言 宗 ( 東密 ) の 事相 ( じ そう ) の 法流 の 一 つ 。 +1 源 経房 ( みなもと の つねふさ 、 安和 2 年 ( 969 年 ) - 治安 ( 元 号 ) 3 年 10 月 12 日 ( 旧暦 ) ( 1023 年 11 月 27 日 ) ) は 、 平安 時代 の 廷臣 。 +1 浦山桐郎 ( うらやま きりお 、 1930 年 5 月 14 日 - 1985 年 10 月 20 日 ) は 、 昭和 期 の 映画 監督 。 +-1 低 精白 酒 ( ていせい はくしゅ ) と は 、 2005 年 ごろ 開発 さ れ た 日本 酒 の 一種 で あ る 。 +1 小出 英利 ( こい で ふさ と し 、 万治 2 年 10 月 14 日 ( 旧暦 ) ( 1659 年 11 月 28 日 ) - 正徳 ( 日本 ) 3 年 2 月 17 日 ( 旧暦 ) ( 1 71 3 年 3 月 13 日 ) ) は 、 丹波 国 園 部 藩 の 第 3 代 藩 主 。 +1 倉墻 麻呂 ( くら かき の まろ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 道澄 ( どうちょう 、 天文 ( 元号 ) 13 年 ( 1544 年 ) - 慶長 13 年 3 月 28 日 ( 旧暦 ) ( 160 8 年 5 月 12 日 ) ) は 、 戦国 時代 ( 日本 ) の 僧侶 。 +-1 たらこ ( 鱈子 ) と は 、 タラ の 卵巣 ( 魚卵 ) 。 +-1 福神漬 ( ふくじん づけ 、 「 ふくしん づけ 」 と 呼 ぶ 地方 も 多 い 。 ) +1 吉備 津彦命 ( きびつひこの みこと ) は 日本 神道 の 神 ( 神道 ) 。 +-1 雑戸 ( ざっこ ) と は 、 日本 の 律令 制 に お い て 特定 の 官司 に 隷属 し て い た 大化 前代 の 職業 部 に 由来 する 手工業 を 中心 と し た 技術 を 持 つ 集団 の こと 。 +1 作宮 ( さくのみや 、 元禄 2 年 6 月 27 日 ( 旧暦 ) ( 1689 年 8 月 12 日 ) - 元禄 5 年 4 月 23 日 ( 旧暦 ) ( 1692 年 6 月 7 日 ) ) は 江戸 時代 中期 の 皇族 。 +-1 床 の 間 ( とこのま ) と は 、 日本 の 住宅 の 畳 の 部屋 に 見 られ る 座敷 飾り の 一 つ 。 +1 東久世 通禧 ( ひがし く ぜみち と み 、 1834 年 1 月 1日 ( 天保 4 年 11 月 22 日 ( 旧暦 ) ) - 1912 年 ( 明治 45 年 ) 1 月 4 日 ) は 、 江戸 時代 末期 の 公家 、 明治 時代 の 政治 家 。 +1 林 利玄 ( はやしり げん 、 永禄 8 年 ( 1565 年 ) - 不詳 ) は 、 囲碁 の 棋士 ( 囲碁 ) で 、 家元 林家 ( 囲碁 ) の 元祖 と さ れ る 。 +1 中山 忠親 ( なかやま ただちか 、 天承 元年 ( 1131 年 ) 頃 - 建久 6 年 3 月 12 日 ( 旧暦 ) ( 1195 年 4 月 23 日 ) ) は 平安 時代 の 公卿 、 通称 を 中山内 大臣 と い い 、 中山 家 の 始祖 。 +1 曽呂利 新左衛門 ( そろり しんざえもん ) は 、 落語 家 の 名跡 。 +1 内藤 家長 ( ないとう いえな が 、 1546 年 ( 天文 ( 元号 ) 15 年 ) - 160 0 年 9 月 8 日 ( 慶長 5 年 8 月 1日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 。 +1 粟田口 忠良 ( あわたぐち ただよし 、 長寛 2 年 ( 11 64 年 ) - 嘉禄 元年 5 月 16 日 ( 旧暦 ) ( 1225 年 6 月 23 日 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公卿 。 +1 堀江 弥生 ( ほりえ やよい 、 生没年 不詳 ) は 塩谷 頼純 の 正室 。 +1 朽木 倫綱 ( く つき と もつな ) は 、 丹波 国 福知 山 藩 の 第 9 代 藩 主 。 +1 岩野 平三郎 ( いわ の へいざ ぶろう ) は 和紙 職人 。 +1 相良   長隆 ( さがら   ながたか 、 1492 年 ( 明応 元年 ) - 15 2 6 年 6 月 25 日 ( 大永 6 年 5 月 16 日 ( 旧暦 ) ) ) は 、 相良 氏 第 13 代 当主 ・ 相良 長 毎 の 次男 。 +-1 大和 文華 館 ( やまと ぶんか かん ) は 、 奈良 県 奈良 市 に あ る 、 東洋 古 美術 を 中心 と する 私立 美術 館 で あ る 。 +-1 日有 ( にちう 、 応永 9 年 4 月 16 日 ( 旧暦 ) ( 140 2 年 5 月 18 日 ) - 文明 ( 日本 ) 14 年 9 月 29 日 ( 旧暦 ) ( 1482 年 11 月 10 日 ) 、 在位 1419 年 - 1467 年 、 147 2 年 - 14 82 年 ) は 室町 時代 中期 の 僧侶 。 +-1 快道 ( かいどう 、 宝暦 元年 ( 1751 年 ) - 文化 ( 元号 ) 7 年 ( 1810 年 ) ) は 、 新義 真言 宗 真言 宗 豊山 派 の 学僧 で あ り 、 書誌 学 的 に 大きな 貢献 を し た 。 +-1 へ しこと は 、 サバ に 塩 を 振 っ て 糠漬け に し た 郷土 料理 、 および 水産 加工 品 。 +-1 月 遅れ ( つきおくれ ) と は 、 日本 の 年中 行事 の 日程 を 太陰 太陽 暦 ( 旧暦 の 天保 暦 、 寛政暦 、 宝暦 暦 、 貞享暦 など ) の 日付 から グレゴリオ 暦 ( 新暦 ) 上 で 1 か月 遅 ら せ て 行 う こと 。 +-1 安居院 唱導 教団 ( あぐいしょう どう きょうだん ) は 日本 の 南北朝 時代 ( 日本 ) の 仏教 宗 派 の 1 つ 。 +-1 鞘 ( さや ) と は 、 刃物 の 身 ( ブレード ) の 部分 を 包 む 覆い の こと を 言 う 。 +1 藤原 倫寧 ( ふじわら の ともやす 、 生年 未詳 - 貞元 ( 日本 ) 2 年 ( 977 年 ) ) は 平安 時代 中期 の 廷臣 。 +-1 浮世絵 ( うきよえ ) は 、 江戸 時代 に 成立 し た 絵画 の ジャンル で あ る 。 +1 陽成 天皇 ( ようぜい てんのう 、 貞観 10 年 12 月 16 日 ( 869 年 1 月 2 日 ) - 天暦 3 年 9 月 29 日 ( 949 年 10 月 23 日 ) 、 在位 : 貞観 18 年 ( 876 年 ) 1 1 月 29 日 - 元 慶 8 年 ( 884 年 ) 2 月 4 日 ) は 第 57 代 天皇 。 +1 千葉 秀胤 ( ちば ひ で たね ) と は 鎌倉 時代 前期 の 御 家人 。 +-1 豊楽 院 ( ぶらくいん ) と は 、 宮城 大内 裏 に お い て 朝廷 の 饗宴 に 用い られ た 施設 。 +-1 貞崇 ( じょうすう ( ていすう ) 、 貞観 _ ( 日本 ) 8 年 ( 866 年 ) - 天慶 7 年 7 月 23 日 ( 旧暦 ) ( 944 年 8 月 19 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +-1 長徳 の 変 ( ちょうとく の へん ) と は 長徳 元年 ( 995 年 ) 4 月 10 日 ( 旧暦 ) の 藤原 道隆 の 死後 、 藤原 道長 が 内覧 の 宣旨 を 得 た 後 に 起き た 政変 。 +-1 十 五 里 ヶ原 の 戦い ( じゅう ごりが はら の たたか い ) は 天正 16 年 ( 1588 年 ) 8 月 、 本庄 繁長 率い る 上杉 景勝 ・ 大宝 寺 義勝 連合 軍 と 東禅 寺 義長 ・ 東禅 寺 勝正 兄弟 率い る 最上 義光 軍 と の 戦 で あ る 。 +-1 浄土 式 庭園 ( じょうどしきてい えん ) と は 、 平安 時代 から 鎌倉 時代 かけ て 築造 さ れ た 庭園 の 形式 で あ る 。 +-1 乳鉢 坊 ( にゅうばち ぼう ) と は 、 芝居 の 鳴り物 に 使 う 銅盤 が 変化 し て 生まれ た 日本 の 妖怪 で あ る 。 +1 松平定 敬 ( まつだいら さだあき ) は 、 幕末 の 桑名 藩 第 4 代 藩主 ( 藩主 在任 : 安政 6 年 ( 1859 年 ) - 慶応 4 年 ( 1868 年 ) 。 +1 蓮如 ( れんにょ 、 応永 22 年 2 月 25 日 ( 旧暦 ) 〈 1415 年 4 月 4 日 〉 - 明応 8 年 3 月 25 日 ( 旧暦 ) 〈 1499 年 5 月 5 日 〉 ) は 室町 時代 の 浄土 真宗 の 僧 で あ る 。 +1 和漢 混淆 文 ( わかんこん こう ぶん ) は 、 平安 時代 後期 に 生まれ た 日本 語 の 文体 。 +1 朽木 稙綱 ( く つき たねつな ) は 、 丹波 国 福知 山 藩 の 第 3 代 藩 主 。 +-1 文室 氏 ( ふん や し ) は 、 天武 天皇 の 皇子 長 親王 の 後裔 氏 族 。 +1 武田 元 繁 ( たけだ もとしげ 、 応仁 元年 ( 1467 年 ) - 永正 14 年 10 月 28 日 ( 旧暦 ) ( 1517 年 11 月 11 日 ) ) は 日本 の 戦国 時代 の 武将 。 +-1 吉村 酒造 株式 会社 ( よしむら しゅぞう ) は 京都 市 伏見 区 上板橋 町 に 本社 を 置 く 清酒 の 生産 ・ 販売 業 を おこな う 会社 で あ る +1 洞 松院 ( とうしょういん 、 寛正 元年 ( 14 60 年 ) 、 2 年 ( 1461 年 ) 、 もしくは 4 年 ( 1463 年 ) - 没年 不詳 ) は 、 戦国 時代 ( 日本 ) の 女性 。 +-1 世襲 ( せしゅう ) と は 、 親 の 手 に し て い る 特定 の 地位 や 肩書 き ( 官位 や 爵位 など ) 、 職業 等 を 、 その 子 や 係累 が 引き継 ぎ 、 それ に よ っ て 社会 的 な 権力 や 権限 を 得 る こと で あ る 。 +1 朽木 稙綱 ( く つき たねつな 、 明応 7 年 ( 1498 年 ) - 天文 ( 元号 ) 15 年 ( 1546 年 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +1 斯波 高 経 ( しばた かつね 、 嘉元 3 年 ( 130 5 年 ) - 貞治 6 年 / 正平 ( 日本 ) 22 年 7 月 13 日 ( 旧暦 ) ( 1367 年 8 月 9 日 ) ) は 、 南北朝 時代 ( 日本 ) の 武将 、 守護 大名 。 +1 石川 内命婦 ( いしかわ の うち みょうぶ 、 生没年 不詳 ) は 、 万葉 歌人 。 +-1 皇慶 ( こうけい 、 貞元 _ ( 日本 ) 2 年 ( 977 年 ) - 永承 4 年 7 月 26 日 ( 旧暦 ) ( 1049 年 8 月 27 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +1 廬井鯨 ( いおいの くじら 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 松平信興 ( まつだい ら のぶおき ) は 、 江戸 時代 の 大名 ( 常陸 国土浦 藩 など ) 、 若年 寄 、 大坂 城代 、 京都 所司 代 。 +-1 索餅 ( さくべい ) と は 、 古代 中国 から 日本 に 伝わ っ た 唐 菓子 の 1 つ で 素麺 の 祖 と な っ た と も 言 わ れ て い る 食品 の こと 。 +-1 護国 神社 ( ご こく じんじゃ ) は 、 日本 の 各県 に 建立 さ れ て い る 、 その 県 出身 の 戦死 者 ・ 自衛 隊 殉職 者 など を 、 日本 国 に 殉 じ た 英霊 と し て 祀 る 神社 。 +1 藤原 家成 ( ふじわら の いえ な り 、 嘉承 2 年 ( 1107 年 ) - 久寿 元年 5 月 29 日 ( 旧暦 ) ( 1154 年 7 月 11 日 ) ) は 平安 時代 末期 の 公家 。 +1 善信尼 ( ぜんしん に 、 敏達 天皇 3 年 ( 574 年 ) - ? ) は 、 6 世紀 後半 の 尼僧 。 +-1 屯食 ( とんじき ) は 、 平安 時代 、 宮中 、 貴族 の 邸宅 ど 饗宴 で 庭上 に 並べ て 下級 職員 、 時 に 身分 あ る 人 に 賜 っ た 物 で あ る 。 +1 徳川 吉宗 ( とくがわ よしむね ) は 、 江戸 幕府 第 8 代 征夷 大将軍 。 +-1 狭間 峠 ( はざま とうげ ) は 京都 府 京都 市 右京 区 に 在 る 峠 。 +-1 京都 学生 祭典 ( きょう と がく せいさいてん ) と は 、 毎年 10 月 上旬 に ( 過去 に 一部 例外 あり ) 日本 の 京都 市 で 開催 さ れ て い る 祭 。 +1 織田 秀信 ( おだ ひでのぶ ) は 、 安土 桃山 時代 から 江戸 時代 の 武将 ・ キリシタン 大名 。 +1 藤原 実宗 ( ふじわら の さねむね 、 久安 元年 ( 1145 年 ) - 建保 元年 12 月 9 日 ( 旧暦 ) ( 1214 年 1 月 21 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 前期 の 公卿 。 +1 有智子 内 親王 ( うち こ な い しんのう 、 大同 2 年 ( 80 7 年 ) - 承和 14 年 10 月 26 日 ( 847 年 12 月 7 日 ) ) は 、 第 52 代 嵯峨 天皇 の 皇女 。 +1 菅原 孝標 ( すがわら の たかすえ 、 天禄 3 年 ( 972 年 ) - 没年 不詳 ) は 、 平安 時代 の 貴族 、 受領 。 +1 駿河 次郎 ( する が じろう 、 生没年 不詳 ) は 、 平安 時代 末期 の 人物 で 源 義経 の 郎党 。 +-1 きょう と 京北 ふるさと 公社 ( きょう と けいほく ふるさと こうしゃ ) は 、 京都 府 京都 市 右京 区 京北上 弓削 町 段上ノ下 に あ る 。 +-1 内高 ( うちだか ) は 、 江戸 時代 の 大名 や 旗本 の 所領 内 に お い て 、 領民 に 年貢 を 課 す 際 の 算定 基準 と し て 用い られ た 石高 の こと で あ る 。 +1 三 代 目瀬川 如皐 ( さん だい めせがわ じょこう 、 文化 ( 元 号 ) 3 年 ( 180 6 年 ) - 明治 14 年 ( 1881 年 ) 6 月 28 日 ) は 幕末 から 明治 に かけ て 活躍 し た 歌舞伎 作者 。 +-1 金烏 ( きんう ) は 、 太陽 に 三 本 足 の 烏 が い る と い う 伝説 で あ り 、 すなわち その 烏 ( 火烏 ) 、 ないし 太陽 の 異称 で あ る 。 +1 藤原 家隆 ( ふじわら の いえ た か 、 保元 3 年 ( 1158 年 ) - 嘉禎 3 年 4 月 9 日 ( 旧暦 ) ( 1237 年 5 月 5 日 ) ) は 、 鎌倉 時代 初期 の 公卿 、 歌人 。 +1 桐生 六郎 ( きりゅう   ろくろう 、 生年 不詳 - 寿永 2 年 9 月 18 日 ( 旧暦 ) ( 1183 年 10 月 6 日 ) ) は 、 平安 時代 末期 の 人物 。 +-1 もじり と 呼 ば れ る 武器 を 使 っ た 武術 。 +1 息長 宿禰 王 ( お きな がの すくね の みこ 、 生没年 不詳 ) は 、 2 世紀 頃 の 日本 の 皇族 。 +-1 香典 ( こうでん ) と は 、 仏式 等 の 葬儀 で 、 死者 の 霊前 等 に 供え る 金品 を い う 。 +1 下間 頼照 ( しもつまら いしょう 、 永正 13 年 ( 1516 年 ) - 天正 3 年 ( 1575 年 ) ) は 、 日本 の 戦国 時代 ( 日本 ) の 武将 。 +-1 三刀屋 氏 ( みと や し 、 みと やうじ ) は 、 日本 の 氏族 の 一 。 +-1 居敷当 ( いしきあて ) は 、 単衣 仕立て の 衣 の 尻 が 当た る あたり に 、 背縫 い 目 が 開 か な い よう に 補強 の ため に 裏 ( 中 ) から 当て る 四角 い 厚地 の 布片 で あ る 。 +1 伊勢 義盛 ( いせよしもり 、 生年 不詳 - 文治 2 年 7 月 25 日 ( 旧暦 ) ( 1186 年 8 月 11 日 ) ) は 、 平安 時代 末期 の 武士 で 源 義経 の 郎党 。 +-1 特記 事項 +-1 タンゴ ディスカバリー と は 、 北 近畿 タンゴ 鉄道 が 運行 する 特別 急行 列車 で 、 同 列車 に 運用 さ れ る 北 近畿 タンゴ 鉄道 KTR8000 形 気動 車 の 愛称 で も あ る 。 +-1 清戸 迫 横穴 ( きよと さくお う けつ ) は 、 福島 県 双葉 郡 双葉 町 大字 新山 に あ る 横穴 式 装飾 古墳 。 +1 二条 経通 ( にじょう つね み ち 、 建長 7 年 ( 1255 年 ) - 没年 不詳 ) は 鎌倉 時代 の 公家 。 +1 細川 幽斎 / 細川 藤孝 ( ほそかわゆう さい / ほそかわ ふじたか ) は 、 戦国 武将 、 歌人 で あ る 。 +1 蕨姫 ( わらび ひめ 、 生没年 不詳 ) は 、 平安 時代 末期 の 女性 。 +1 千載 和 歌集 ( せんざい わかしゅう ) は 勅撰 和 歌集 の 一 つ 。 +-1 永世禄 ( えいせい ろく ) と は 、 明治 初期 に お い て 王政 復古 ( 日本 ) 及び 戊辰 戦争 に 功績 の あ っ た 者 に 恩賞 と し て 与え られ た 賞典禄 の 内 、 最も 上位 に 属 する もの 。 +1 中宮 ( ちゅうぐう ) と は 、 日本 の 天皇 の 妻 たち の 呼称 の ひと つ 。 +1 河野 通清 ( こう の みち き よ 、 生年 未詳 - 治承 5 年 2 月 12 日 ( 旧暦 ) ( 1181 年 2 月 27 日 ) ) は 、 平安 時代 末期 の 伊予国 の 武将 。 +-1 栄爵 ( えいしゃく ) と は 、 栄誉 あ る 地位 或いは 爵位 の こと 。 +-1 保津 峡 駅 ( ほづ きょう えき ) は 、 京都 府 京都 市 西京 区 と 亀岡 市 保津 町 に またが る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 。 +-1 神日 ( じん にち 、 貞観 ( 日本 ) 2 年 ( 860 年 ) - 延喜 16 年 11 月 27 日 ( 旧暦 ) ( 916 年 12 月 29 日 ) ) は 、 平安 時代 前期 から 後期 に かけ て の 真言 宗 の 僧 。 +1 源 満末 ( みなもと の みつ すえ 、 生没年 不詳 ) は 、 平安 時代 後期 の 武将 。 +-1 水尾 ( みずお ) は 、 京都 市 右京 区 の 山間 部 に あ る 集落 。 +1 倫子 女王 ( ともこ じょ おう 、 元文 3 年 1 月 20 日 ( 旧暦 ) ( 1738 年 3 月 10 日 ) - 明和 8 年 8 月 20 日 ( 旧暦 ) ( 17 71 年 9 月 28 日 ) ) は 、 江戸 時代 後期 の 皇族 で 、 10 代将軍 徳川 家治 の 正室 。 +1 井上 梅次 ( いのうえ うめつ ぐ 、 1923 年 5 月 31 日 - ) は 、 日本 の 映画 監督 、 脚本 家 、 作詞 家 で あ る 。 +-1 元興寺 ( がんごう じ) は 、 奈良 市 に あ る 、 南都 七 大寺 の 1 つ に 数え られ る 寺院 。 +1 足利 義詮 ( あしかが よしあきら 、 元徳 2 年 6 月 18 日 ( 旧暦 ) ( 1330 年 7 月 4 日 ) - 正平 ( 日本 ) 22 年 / 貞治 6 年 12 月 7 日 ( 旧暦 ) ( 1367 年 12 月 28 日 ) ) は 、 室町 幕府 2 代 征夷 大将軍 。 +1 朽木 宣綱 ( く つき の ぶつな 、 天正 10 年 ( 15 82 年 ) - 寛文 2 年 5 月 1日 ( 旧暦 ) ( 1662 年 6 月 16 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 。 +-1 鳥見 ( とりみ ) と は 、 江戸 幕府 の 職名 の 1 つ 。 +1 豊島 時光 ( としま ときみつ 、 生没年 不詳 ) は 鎌倉 時代 の 武士 。 +1 福澤 諭吉 ( ふくざわ ゆきち 、 天保 5 年 12 月 12 日 ( 旧暦 ) ( 1835 年 1 月 10 日 ) - 明治 34 年 ( 1901 年 ) 2 月 3 日 ) は 、 日本 の 武士 ( 中津 藩士 ) 、 著述 家 、 啓蒙 思想 家 、 新聞 時事 新報 の 創刊 ・ 発行 者 、 教育 者 、 東京 学士 会院 ( 現在 の 日本 学士 院 ) 初代 会長 、 慶應 義塾 創設 者 。 +-1 佐和山 藩 ( さわやま はん ) は 、 近江 国 ( 現在 の 滋賀 県 彦根 市 古沢 町 ) に 存在 し た 藩 。 +-1 寺院 法 ( じいん ほう ) と は 、 寺院 に 関連 し た 法制 全般 を 指 す 。 +1 西園寺 実宣 ( さいおんじ さねのぶ 、 明応 5 年 ( 1496 年 ) ‐ 天文 ( 日本 ) 10 年 9 月 12 日 ( 旧暦 ) ( 1541 年 10 月 1日 ) ) は 、 室町 時代 から 戦国 時代 ( 日本 ) の 公卿 。 +1 源能有 ( みなもと の よし あ り 、 承和 12 年 ( 845 年 ) - 寛平 9 年 6 月 8 日 ( 897 年 7 月 11 日 ) ) は 平安 時代 の 貴族 、 政治 家 。 +1 成澤 秀麗 ( なりさわ   しゅうれい 、 1972 年 ( 昭和 47 年 ) - ) は 、 山形 県 鶴岡 市 出身 の 書道 。 +1 枕詞 ( まくら ことば ) と は 、 主 と し て 歌 に 見 られ る 修辞 で 、 特定 の 語 の 前 に 置 い て 組 と な り 、 語調 を 整え たり 、 ある 種 の 情緒 を 添え る 言葉 の こと で あ る 。 +-1 大納言 ( だい なごん ) +-1 普請 奉行 ( ふしん ぶぎょう ) と は 、 江戸 時代 の 旗本 の 役職 の 一 つ 。 +1 うつ ほ 物語 ( 『 宇津 保 物語 』 と 表記 さ れ る こと も あ る ) は 、 日本 の 平安 時代 中期 に 成立 し た 長編 物語 。 +-1 日本 の 仏教 ( にほん の ぶっきょう ) +-1 大学 +-1 上野 氏 ( うえの し ) は 、 日本 の 氏族 。 +-1 日什 ( にちじゅう ) ( 1314 年 6 月 11 日 ) ~ ( 1392 年 2 月 28 日 ) は 、 南北朝 時代 ( 日本 ) の 日蓮 宗 の 僧 。 +-1 二 軒 茶屋 駅 ( に けん ちゃや えき ) は 、 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +-1 山陰亭 ( さんいん てい ) と は 、 平安 時代 前期 に 菅原 清 公 ・ 菅原 是善 ・ 菅原 道真 と 3 代 に わた っ て 文章 博士 を 輩出 し た 菅原 氏 の 私塾 の こと 。 +-1 茶山 駅 ( ちゃやま えき ) は 、 京都 市 左京 区 に あ る 叡山 電鉄 叡山本線 の 鉄道 駅 。 +-1 京都 高等 工芸 学校 ( きょうと こう とう こうげい がっこう ) は 、 190 2 年 ( 明治 35 年 ) に 設立 さ れ た 旧 制 専門 学校 ( 実業 専門 学校 ) 。 +-1 出雲 大 神宮 ( いず も だいじんぐう ) は 、 京都 府 亀岡 市 に あ る 神社 で あ る 。 +-1 妙心 寺 駅 ( みょうしんじ えき ) は 、 京都 市 右京 区 花園 天授ケ岡 町 に あ る 京福 電気 鉄道 京福 電気 鉄道 北野 線 の 鉄道 駅 。 +1 三浦   胤義 ( みうら   たねよし 、 生年 不詳 - 承久 3 年 ( 1221 年 ) 6 月 15 日 ) は 、 鎌倉 時代 の 武士 。 +-1 巫女舞 ( みこまい ・ 神子 舞 ) と は 、 巫女 に よ っ て 舞 わ れ る 神楽 の 舞 の 一 つ 。 +1 三浦 啓之助 ( みうら けいのすけ 、 嘉永 元年 ( 1848 年 ) - 明治 10 年 ( 1877 年 ) 2 月 26 日 ) は 、 日本 の 武士 ・ 新選 組 隊士 。 +-1 竹内 家 ( たけの うち け ) は 公家 の ひと つ 。 +1 藤原 棟世 ( ふじわら の むね よ 、 生没年 不詳 ) は 、 平安 時代 の 貴族 。 +-1 校 書殿 ( きょうしょ でん ) と は 、 平安 京 の 内裏 に おけ る 殿舎 の ひと つ 。 +-1 接心 ( せっしん ) と は 、 攝 ( 摂 ) 心 と も 書 き 、 散乱 する 心 を 一 つ に 摂む る こと を い う 。 +-1 舞扇 ( まいおうぎ ) は 、 日本 舞踊 に 用い られ る 扇子 で あ る 。 +1 園田 湖城 ( その だ こじょう 、 男性 、 明治 19 年 ( 1886 年 ) - 昭和 43 年 ( 1968 年 ) ) は 、 近代 日本 の 篆刻 家 で あ る 。 +-1 『 今 様 薩摩 歌 』 ( いまよう さつま う た ) は 、 岡 鬼太郎 作 の 歌舞伎 の 演目 。 +1 安倍 吉平 ( あべの よしひら 、 天暦 8 年 ( 954 年 ) ? - 万寿 3 年 12 月 18 日 ( 旧暦 ) ( 102 7 年 1 月 28 日 ) ) は 平安 時代 の 陰陽 師 、 陰陽 家 。 +1 審祥 ( しんしょう ・ しんじょう 、 生没年 不詳 ) は 、 奈良 時代 の 華厳 宗 の 僧 。 +-1 日清 戦争 ( にっしん せんそう 、 中国 語 甲午 戦争 、 第 一 次 中日 戦争 、 英語 ) は 、 1894 年 ( 明治 27 年 ) 7 月 から 1895 年 ( 明治 28 年 ) 4 月 に かけ て 行 わ れ た 主に 朝鮮 王朝 を めぐ る 大 日本 帝国 と 清 の 戦争 。 +1 大橋 太夫 ( おおはし た ゆう ) は 、 京都 の 嶋原 の 太夫 。 +-1 剣術 ( けんじゅつ ) と は 古 武道 の 一 つ で あ り 、 日本 の 刀剣 で あ る かたな ( 日本 刀 ) で 以て 相手 を 殺傷 する 武術 で あ る 。 +1 徳川 家綱 ( とくがわ いえつな ) は 江戸 幕府 の 第 四 代 征夷 大将軍 ( 在職 : 慶安 4 年 ( 1651 年 ) - 延宝 8 年 ( 1680 年 ) ) 。 +1 桂園 派 ( けいえん は ) は 、 江戸 時代 後期 の 歌人 香川 景樹 ( 1768 年 - 1843 年 ) に 代表 さ れ る 和歌 の 流派 。 +-1 サザエ の 壺焼 き ( サザエ の つぼやき ) は 、 巻貝 の サザエ ( 栄螺 ) の 料理 法 の 一種 。 +-1 峰定 寺 ( ぶじょうじ ) は 、 京都 市 左京 区 花背原地 町 に あ る 本山 修験 宗 の 寺院 。 +-1 剣扇舞 ( けんせんぶ ) と は 、 刀剣 また は 扇子 、 もしくは その 両方 を 持 っ て 舞 う こと 。 +1 今出川 実富 ( いまで がわ さね と み 、 生年 不詳- 正長 元年 7 月 8 日 ( 旧暦 ) ( 142 8 年 8 月 18 日 ) ) は 、 室町 時代 の 公卿 。 +-1 付 祝言 ( つけしゅうげん 、 附 祝言 と も ) は 、 能 に おけ る 演奏 形態 の ひと つ 。 +-1 応声 虫 ( おう せいちゅう ) また は 応声 は 、 中国 や 日本 の 『 新著聞 集 』 や 『 閑田 次筆 』 など の 江戸 時代 の 随筆 集 に あ る 奇病 、 及び その 病気 を 引き起こ す 怪虫 。 +-1 正座 は +-1 入母屋 造 ( いりもやづくり ) は 、 東 アジア の 伝統 的 屋根 形式 の ひと つ で あ る 。 +1 『 高瀬 舟 』 ( たかせ ぶね ) は 、 森 鴎外 の 短編 小説 。 +-1 官営 模範 工場 ( かんえい も はんこうじょう ) は 、 明治 政府 が 殖産 興業 の 政策 の ため 、 率先 し て 新し い 産業 を 興 す べ く 創設 し た 工場 で あ る 。 +-1 綽如 ( しゃくにょ ) は 、 南北朝 時代 ( 日本 ) の 浄土 真宗 の 僧 。 +1 藤原 真従 ( ふじわら の まより ) ( 生没年 不詳 ) は 奈良 時代 の 貴族 。 +1 石川 広季 ( いしかわ ひろすえ 、 生年 不詳 - 宝治 2 年 3 月 4 日 ( 旧暦 ) ( 1248 年 3 月 30 日 ) ) は 、 鎌倉 時代 初期 の 武将 。 +-1 京都 バス 株式 会社 ( きょう と バス かぶしき がいしゃ ) は 、 京都 市 右京 区 に 本店 を 置 く 京阪 電気 鉄道 グループ の 路線 バス 事業 者 で あ る 。 +1 菊池 時隆 ( きくち と き たか 、 弘安 10 年 ( 1287 年 ) - 嘉元 2 年 ( 130 4 年 ) ) は 鎌倉 時代 末期 の 武将 。 +-1 依り 代 、 依代 、 憑 り 代 、 憑代 ( より しろ ) と は 、 神霊 が 依り 憑 く ( よりつ く ) 対象 物 の こと で 、 神体 や 場合 に よ っ て は 神域 を しめ す 。 +-1 堅田 ( かたた ) は 、 滋賀 県 大津 市 に 属 する 町名 。 +1 藤原 穆子 ( ふじわら の ぼく し / あつこ 、 承平 ( 日本 ) 元年 ( 931 年 ) - 長和 5 年 7 月 26 日 ( 旧暦 ) ( 1016 年 8 月 31 日 ) ) は 、 平安 時代 の 左 大臣 ・ 源 雅信 の 正室 。 +1 京極 宮家 仁親王 ( きょうごく のみや やかひとしんのう 、 宝永 元年 4 月 1日 ( 170 4 年 5 月 4 日 ) - 明和 4 年 12 月 6 日 ( 1768 年 1 月 25 日 ) ) は 江戸 時代 中期 の 日本 の 皇族 。 +-1 仙洞 御所 ( せんとうご しょ ) と は 、 退位 し た 天皇 ( 上皇 ・ 法皇 ) の 御所 。 +1 源 頼治 ( みなもと の より はる 、 生没年 不詳 ) は 平安 時代 後期 の 武将 。 +1 六角 満高 ( ろっかく みつたか 、 正平 ( 日本 ) 20 年 / 貞治 4 年 ( 1365 年 ) - 応永 23 年 ( 1416 年 ) ) は 、 南北朝 時代 ( 日本 ) 、 室町 時代 の 武士 。 +-1 親鸞 ( しんらん ) は 、 鎌倉 時代 初期 の 日本 の 僧 。 +1 社会 詠 ( しゃかいえい ) は 和歌 や 俳句 の 種別 の 一 つ で あ る 。 +-1 平城 宮 ( へいじょうきゅう ) は 奈良 の 古都 平城 京 の 大内 裏 。 +-1 笠 トンネル ( かさ トンネル ) は 京都 府 京都 市 北 区 ( 京都 市 ) と 右京 区 に 跨 る トンネル で あ る 。 +-1 川端通 ( かわばたどおり ) は 京都 市 の 通り の ひと つ 。 +-1 秀峰 尤奇 ( しゅう ほう ゆうき ? - 1372 年 8 月 ) は 、 南北朝 時代 ( 日本 ) に 活躍 し た 東福 寺 栗棘 派 の 禅僧 で あ る 。 +-1 覚阿 ( かく あ 、 康治 2 年 ( 1143 年 ) - 没年 不詳 ) は 、 平安 時代 後期 から 鎌倉 時代 初期 に かけ て の 天台 宗 の 僧 。 +-1 開創 ( かいそう ) と は 寺院 を 創設 する こと 。 +-1 公武 法制応 勅 十 八 箇条 ( こうぶ お う ちょくじゅう はっ かじょう ) と は 、 元和 ( 日本 ) 元年 ( 1615 年 ) 8 月 に 徳川 家康 が 、 後水尾 天皇 の 勅命 を 受け て 御所 の 紫宸 殿 に 掲げ る ため に 定め た と さ れ て い る 18 ヶ条 。 +-1 北野 ( きたの ) は 京都 の 地名 。 +-1 一門 、 一族 。 +-1 光明 寺 村 女工焼死 事件 ( こうみょう じむら じょ こう しょうし じけん ) は 、 190 0 年 に 愛知 県 葉栗 郡 光明 寺村 ( 現 一宮 市 ) の 織物 工場 で 女工 31 名 が 焼死 し た 事件 で あ る 。 +1 本多 康 重 ( ほんだ やすし げ 、 15 54 年 ( 天文 ( 元号 ) 23 年 ) - 161 1 年 5 月 4 日 ( 慶長 16 年 3 月 22 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 幽霊 ( ゆうれい ) は 、 日本 の 民間 信仰 の 中 で 、 人 が 死亡 し て 、 肉体 から 魂 が 離れ た 後 も 、 未練 や 遺恨 を 解 く ため に 、 現世 ( うつしよ ) に 残 り 、 生前 の 姿 で 幽 か ( かすか ) に 可視 化 し た もの 。 +-1 主税 寮 ( しゅぜい りょう ) は 律令 制 に お い て 民部 省 に 属 し た 機関 。 +1 坊門 姫 ( ぼうもん ひめ 、 久寿 元年 ( 1154 年 ) また は 久安 元年 ( 1145 年 ) - 建久 元年 4 月 20 日 ( 旧暦 ) ( 1190 年 5 月 25 日 ) ) 平安 時代 末期 、 鎌倉 時代 初期 の 女性 。 +-1 巣伏 の 戦い ( すぶし の たたか い ) は 奈良 時代 に 東北 地方 ( 後 の 陸 中国 ) で 発生 し た 、 朝廷 軍 と 蝦夷 に よ る 戦闘 で あ る 。 +-1 芋棒 ( いも ぼう ) と は 、 京 料理 と し て 名高 い 、 京都 市 の 郷土 料理 。 +-1 魔境 ( まきょう ) と は 、 禅 の 修行 者 が 中途 半端 に 能力 を 覚醒 し た 際 に 陥 り やす い 状態 で 、 意識 の 拡張 に よ り 自我 が 肥大 し 精神 バランス を 崩 し た 状態 の こと を 指 す 。 +1 山路 愛山 ( やまじあい ざん 、 元治 元年 12 月 26 日 ( 旧暦 ) ( 1865 年 1 月 23 日 ) - 1917 年 ( 大正 6 年 ) 3 月 15 日 ) は 、 明治 ・ 大正 初期 に 活躍 し た 評論 家 、 歴史 家 。 +1 平野 国臣 ( ひら の くにお み 、 文政 11 年 3 月 29 日 ( 旧暦 ) ( 182 8 年 5 月 12 日 ) - 元治 元年 7 月 20 日 ( 旧暦 ) ( 1864 年 8 月 21 日 ) ) は 、 日本 の 武士 ・ 福岡 藩士 、 志士 。 +1 斎藤 一 ( さいとう はじめ ) 、 天保 15 年 1 月 1日 ( 1844 年 2 月 18 日 ) - 大正 4 年 ( 1915 年 ) 9 月 28 日 ) は 、 幕末 から 明治 に かけ て 活躍 し た 武士 。 +-1 旧 国名 ( きゅう こくめい ) は 、 明治 初頭 まで 使用 さ れ て い た 令 制 国 の 名称 の こと で あ る 。 +1 藤原 為時 ( ふじわら の ため とき 、 天暦 3 年 ( 949 年 ) 頃 ? - 長元 2 年 ( 1029 年 ) 頃 ? ) は 平安 時代 中期 、 一条 天皇朝 の 代表 的 な 詩人 。 +-1 若江 八 人衆 ( わかえ はち にんしゅう ) は 豊臣 秀次 の 精鋭 家臣 団 の 通称 。 +-1 スギ 花粉 症 ( すぎかふん しょう ) は 、 スギ 花粉 に よ っ て 生じ る 花粉 症 で あ る 。 +-1 茶屋 辻 ( ちゃ やつじ ) は 和服 の 文様 の 一種 。 +-1 宝ヶ池 駅 ( たから が いけ えき ) は 、 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 叡山本線 及び 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +-1 菅坂峠 ( すが さか とうげ ) と は 京都 府 舞鶴 市 と 綾部 市 の 間 に あ る 峠 で あ る 。 +-1 二条 通 ( に じょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +-1 官人 ( かんにん 、 かんじん 、 つかさび と ) と は 官吏 ・ 役人 を 指 す 言葉 。 +-1 延喜儀 式 ( えんぎ ぎしき ) は 、 平安 時代 前期 延喜 年間 に 編纂 さ れ た と さ れ る 儀式 ( 書物 ) 。 +1 八 文字 屋 自笑 ( はち もんじ や じしょう 、 生年 不詳 - 延享 2 年 11 月 11 日 ( 旧暦 ) ( 1745 年 12 月 3 日 ) ) は 、 浮世 草子 作者 、 版元 。 +1 と はず がたり ( と わず がたり ) と は 、 鎌倉 時代 の 中後 期 に 後深草 院 二条 ( ご ふ か くさ いん の に じょう ) が 綴 っ た と み られ る 日記 および 紀行 。 +1 花山院 持実 ( かざん いん も ちざね 、 寛文 10 年 10 月 17 日 ( 旧暦 ) ( 167 0 年 11 月 29 日 ) - 享保 13 年 10 月 20 日 ( 旧暦 ) ( 1728 年 11 月 21 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +1 新撰 犬 筑波 集 ( しんせん いぬ つくば しゅう ) は 、 室町 時代 後期 の 俳諧 連歌 撰集 。 +1 中務 内侍 日記 ( なかつかさ の な い し にっき ) は 、 鎌倉 時代 の 宮廷 文学 作品 。 +1 祭日 ( さいじつ ) と は 、 宗教 儀礼 上 重要 な 祭祀 を 行 う 日 の こと 。 +-1 若狭 湾 ( わかさ わん ) は 、 福井 県 から 京都 府 に かけ て の 海岸 地形 を 形成 する 、 日本 海 に 深 く 入り込 ん で でき た 湾 。 +1 和田 三正 ( わだただまさ 、 元和 ( 日本 ) 元年 ( 1615 年 ) - 寛永 19 年 3 月 24 日 ( 旧暦 ) ( 1642 年 4 月 23 日 ) ) は 江戸 時代 初期 の 武士 。 +1 嵯峨 天皇 ( さ が てんのう 、 延暦 5 年 9 月 7 日 ( 786 年 10 月 3 日 ) - 承和 9 年 7 月 15 日 ( 842 年 8 月 24 日 ) ) は 、 日本 の 第 52 代 天皇 ( 在位 : 大同 4 年 4 月 1日 ( 80 9 年 5 月 8 日 ) - 弘仁 14 年 4 月 16 日 ( 82 3 年 5 月 29 日 ) ) 。 +-1 良忍 ( りょうにん 、 延久 5 年 1 月 1日 ( 旧暦 ) ( 1073 年 2 月 10 日 ) ? - 天承 2 年 2 月 1日 ( 旧暦 ) ( 1132 年 2 月 19 日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 で 、 融通 念 仏 宗 の 開祖 。 +-1 戒壇 ( かいだん ) と は 仏教 用語 で 、 戒律 を 授け る ( 授戒 ) ため の 場所 を 指 す 。 +1 妓王 ( ぎおう 、 生年 不詳 - 承安 ( 日本 ) 2 年 8 月 15 日 ( 旧暦 ) ( 1172 年 9 月 4 日 ) ? ) は 平安 時代 末期 の 白拍子 。 +-1 御 牧藩 ( みまき はん ) は 、 山城 国久世 郡 御牧 ( 現在 の 京都 府 久世 郡 久御山 町 ) に 存在 し た 藩 。 +-1 平家 の 落人 ( へいけ の お ちゅうど ) と は 、 治承 ・ 寿永 の 乱 ( 源平 合戦 ) に お い て 敗北 し 僻地 に 隠遁 し た 敗残 者 の こと 。 +-1 ヤマト 王権 ( やまと お うけん ) と は 、 古墳 時代 に 「 大王 」 ( おおきみ ) と 呼称 さ れ た 大王 ( ヤマト 王権 ) と いく つ か の 有力 氏族 が 中心 と な っ て 成立 し た 王権 ・ 政権 で あ る 。 +-1 京都 交通 株式 会社 ( きょうと こうつう ) は 、 京都 府 北部 で バス ( 交通 機関 ) を 運行 する 事業 者 で あ る 。 +1 源 俊明 ( みなもと の としあき 、 寛徳 元年 ( 1044 年 ) - 永久 ( 元号 ) 2 年 12 月 2 日 ( 旧暦 ) ( 1114 年 ) ) は 平安 後期 の 公卿 。 +1 日秀 ( にっしゅう 、 天文 ( 元 号 ) 3 年 〔 1534 年 〕 - 寛永 2 年 4 月 20 日 ( 旧暦 ) 〔 1625 年 5 月 26 日 〕 ) は 、 戦国 時代 ( 日本 ) ( 室町 時代 後期 ) から 江戸 時代 初期 の 女性 で あ る 。 +-1 京都 市営 バス ( きょう と しえいばす ) は 、 京都 府 京都 市 が 経営 する バス で あ る 。 +1 花山院 忠輔 ( かざん いん ただすけ 、 文明 ( 日本 ) 15 年 2 月 10 日 ( 旧暦 ) ( 1483 年 3 月 18 日 ) - 天文 ( 元号 ) 11 年 1 月 20 日 ( 旧暦 ) ( 1542 年 2 月 4 日 ) ) は 、 室町 時代 後期 の 公卿 。 +1 勝川 春章 ( かつかわ しゅん しょう 、 享保 11 年 ( 1726 年 ) - 寛政 4 年 12 月 8 日 ( 旧暦 ) ( 1793 年 1 月 19 日 ) ) は 、 江戸 時代 の 浮世 絵 師 。 +1 尾張 大隅 ( おわり の おおす み 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 外山家 ( とやまけ ) は 、 藤原 氏 の 末裔 日野 家 の 分流 の ひと つ 。 +-1 明恵 ( みょうえ 、 承安 ( 日本 ) 3 年 1 月 8 日 ( 旧暦 ) ( 1173 年 2 月 21 日 ) - 寛喜 4 年 1 月 19 日 ( 旧暦 ) ( 1232 年 2 月 11 日 ) ) は 、 鎌倉 時代 前期 の 華厳 宗 の 僧 。 +-1 鵲橋 ( しゃくはし ) と は 、 中国 の 伝説 で 旧暦 の 7 月 7 日 ( 旧暦 ) の 七夕 の 日 に 天 の 川上 に でき る 橋 の 名前 で あ る 。 +-1 きんつば ( 金鍔 ) は 、 金鍔 焼き の 略称 で 和 菓子 の ひと つ 。 +-1 ジパング ( Zipangu ) は 、 ヨーロッパ に お い て 、 日本 だ と い わ れ る 島 の 旧名 。 +1 在原 棟梁 ( ありわら の むね や な 、 生年 不詳 - 昌泰 元年 ( 89 8 年 ) ) は 、 平安 時代 前期 の 歌人 。 +-1 丸太町 駅 ( まるたまち えき ) は 、 京都 市 左京 区 東丸太町 に あ る 、 京阪 電気 鉄道 京阪 鴨 東線 の 鉄道 駅 。 +-1 日本 の 書道 史 ( にほん の しょどうし ) と は 、 有史 以来 、 現在 まで の 日本 に おけ る 書道 の 歴史 で あ る 。 +1 閑吟集 ( かんぎん しゅう ) は 日本 の 歌謡 集 。 +-1 紀伊田 辺 藩 ( き い た なべ はん ) は 、 紀州 徳川 家 の 家老 三 河 安藤 氏 が 治め た 藩 で 、 歴代 紀州 藩主 を 補佐 し 、 紀伊国 に 所領 を 与え られ た 。 +-1 欠食 児童 ( けっしょく じどう ) と は 、 家庭 の 経済 的 困窮 に よ り 、 十分 に 食事 を 与え られ て い な い 子ども の こと で あ る 。 +1 今出川 尚季 ( いまで がわ なお すえ 、 天明 2 年 9 月 18 日 ( 旧暦 ) ( 1782 年 10 月 24 日 ) - 文化 ( 元号 ) 7 年 8 月 29 日 ( 旧暦 ) ( 1810 年 9 月 27 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +1 藤原 基頼 ( ふじわら の もとより 、 1040 年 ( 長久 元年 ) - 1122 年 ( 保安 ( 元 号 ) 3 年 ) ) は 、 平安 時代 後期 の 公卿 、 武人 。 +1 平有盛 ( たいら の あり もり ) は 、 平安 時代 末期 の 武将 。 +-1 大目付 ( おおめつけ ) は 、 江戸 幕府 の 役職 の ひと つ で 、 職制 上 は 老中 に 属 し 、 大名 ・ 高家 および 朝廷 を 監視 し て これ ら の 謀反 から 幕府 を 守 る 監察 官 の 役割 を 持 っ た 。 +1 志賀 直哉 ( しが なお や 、 明治 16 年 ( 1883 年 ) 2 月 20 日 - 昭和 46 年 ( 1971 年 ) 10 月 21 日 ) は 、 日本 の 小説 家 。 +-1 九条 駅 ( くじょう えき ) は 、 京都 府 京都 市 南 区 ( 京都 市 ) 東九 条 南 烏丸町 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +1 第 2 次 1896 年 4 月 ( 明治 29 年 4 月 号 ) - 1926 年 11 月 ( 昭和 2 年 12 月 号 ) +-1 アシナヅチ ・ テナヅチ は 、 日本 神話 の ヤマタ ノ オロチ の 説話 に 登場 する 夫婦 神 ( 神道 ) で あ る 。 +1 允 恭 天皇 ( いんぎょう てんのう 、 仁徳 天皇 64 年 ( 376 年 ) ? - 允 恭 天皇 42 年 1 月 14 日 ( 旧暦 ) ( 453 年 2 月 8 日 ) ) は 、 第 19 代 の 天皇 ( 在位 : 允 恭 天皇 元年 12 月 ( 旧暦 ) ( 413 年 1 月 ) - 同 42 年 1 月 14 日 ( 旧暦 ) ( 453 年 2 月 8 日 ) ) 。 +1 物部 守屋 ( もの のべ の もり や 、 生年 不詳 - 用明 天皇 2 年 ( 587 年 ) 7 月 ) は 飛鳥 時代 の 大連 ( 古代 日本 ) ( 有力 豪族 ) で あ る 。 +1 土 御門 晴雄 ( つちみかど は るお / はれお / はれ た け 、 文政 10 年 6 月 5 日 ( 旧暦 ) ( 1827 年 6 月 28 日 ) - 明治 2 年 10 月 6 日 ( 旧暦 ) ( 1869 年 11 月 9 日 ) ) は 、 幕末 の 公卿 で 阿倍 氏 陰陽 道 の 事実 上 の 最後 の 当主 。 +-1 年料 租 舂 米 ( ねんりょう そしょ う まい ) と は 、 平安 時代 に 太政 官 符 に よ っ て 、 令制 国 の 租 の 稲穀 を 精米 し た 白米 を 中央 に 貢進 さ せ る 制度 、 また その 舂米 その もの の こと 。 +-1 大宮売 神社 ( おおみや め じんじゃ ) は 、 京都 府 京丹後 市 大宮町 ( 旧 中郡 ( 京都 府 ) 大宮 町 ) に あ る 神社 で あ る 。 +1 大庭 景兼 ( おおばかげ か ね ) は 鎌倉 時代 初期 の 武将 。 +-1 諸色 ( しょしき ) と は 、 江戸 時代 に お い て 物価 を 指 し た 言葉 。 +-1 閻魔 ( えんま ) は 仏教 ・ ヒンドゥー 教 など で 地獄 の 主 。 +-1 源信 ( げんしん ) は 平安 時代 中期 の 天台 宗 の 僧 。 +-1 新門 前通 ( しんもん ぜんどおり ) は 京都 市 東山 区 内 の 東西 の 通り の 一 つ 。 +-1 寺門 興隆 ( じもん こうりゅう ) は 、 日本 の 月刊 雑誌 。 +-1 看話 禅 ( かん なぜん 、 かんわ ぜん ) は 、 禅宗 に おけ る 坐禅 流儀 の 一 つ 。 +-1 真榊 ( まさかき ) と は 、 神事 の 場 で 祭壇 の 左右 に 立て る 祭具 。 +1 二階堂 行政 ( に かいどう ゆきまさ 、 生没年 不詳 ) は 、 鎌倉 幕府 の 政所 令 ・ 後 に 別当 、 十 三 人 の 合議 制 の 一人 。 +1 阪 東 妻 三郎 ( ばんどう つまさぶろう 、 1901 年 12 月 14 日 - 1953 年 7 月 7 日 ) は 、 日本 の 俳優 で あ る 。 +1 藤原 時平 ( ふじわら の とき ひら 、 貞観 ( 日本 ) 13 年 ( 8 71 年 ) - 延喜 9 年 4 月 4 日 ( 旧暦 ) ( 90 9 年 5 月 1日 ) ) は 平安 時代 前期 の 公卿 。 +1 横山 大観 ( よこやま たいかん 、 正字 体 : 大觀 、 明治 元年 9 月 18 日 ( 旧暦 ) ( 1868 年 11 月 2 日 ) - 昭和 33 年 ( 1958 年 ) 2 月 26 日 ) は 、 日本 の 美術 家 。 +-1 長岡 京 駅 ( ながおか きょう えき ) は 、 京都 府 長岡京 市 神足 一 丁目 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 ( JR 京都 線 ) の 鉄道 駅 。 +1 宗性 ( そうしょう 、 建仁 2 年 ( 120 2 年 ) - 弘安 元年 6 月 8 日 ( 旧暦 ) ( 1278 年 6 月 29 日 ) ) は 、 鎌倉 時代 前期 から 中期 に かけ て の 東大 寺 の 僧 。 +-1 相 伴衆 ( しょうばん しゅう ) は 、 室町 幕府 に おけ る 役職 的 な 身分 の 一 つ 。 +-1 武塔 神 ( む とうしん ) は 、 蘇民 将来 説話 に 登場 する 神 。 +-1 食用 菊 ( しょく ようぎく ) と は キク の 一種 で 、 特に 食品 と し て 栽培 さ れ て い る 菊 を 指 す 。 +-1 男爵 ( だんしゃく ) と は 爵位 の 一 つ で あ る 。 +1 阿部 正外 ( あべ まさと ( まさとう ) 、 文政 11 年 1 月 1日 ( 旧暦 ) ( 182 8 年 2 月 15 日 ) - 明治 20 年 ( 1887 年 ) 4 月 20 日 ) は 江戸 時代 の 旗本 、 大名 、 老中 。 +-1 市川 小文治 歌舞伎 映画 プロダクション ( いちかわ こ ぶん じ かぶ き えいが - 、 1928 年 6 月 設立 - 8 月 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +-1 謀反 ( むほん ) は 謀叛 と も 表記 さ れ る 。 +-1 葛 の 葉 ( くずのは ) は 、 伝説 上 の キツネ の 名前 。 +-1 建武 の 徳政令 ( けんむ の とく せい れい ) と は 、 建武 ( 日本 ) 元年 5 月 3 日 ( 旧暦 ) ( 1334 年 6 月 5 日 ) に 出 さ れ た 法令 。 +-1 博多 織 ( はかた おり ) と は 、 福岡 県 福岡 市 の おもに 博多 で 特産 と さ れ る 絹織物 。 +-1 妹背山 婦女 庭訓 ( いも せやま おんな ていきん ) は 、 人形 浄 瑠璃 及び 歌舞伎 の 演目 。 +1 寺西 直次 ( てらにし なおつぐ 、 弘治 ( 日本 ) 3 年 ( 1557 年 ) - 慶安 2 年 ( 1649 年 ) ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +-1 烏丸 御池 ( からすま お い け ) は 、 京都 府 京都 市 に あ る 烏丸 通 と 御池 通 の 交差 点 、 また は その 周辺 地域 で あ る 。 +-1 西木津 駅 ( にしきづ えき ) は 、 京都 府 木津川 市 相楽川 ノ尻 55 番 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 片町 線 の 鉄道 駅 で あ る 。 +-1 奈良 茶飯 ( なら ちゃめし ) は 、 炊き込 み ご飯 の 一種 で 、 奈良 県 の 各地 の 郷土 料理 。 +-1 旧 今津 郵便 局 ( きゅう いま づ ゆうびん きょく ) は 滋賀 県 高島 市 に あ る 歴史 的 建造 物 。 +-1 大江 町 ( おおえ ちょう ) は 、 かつて 京都 府 加佐 郡 に お か れ て い た 町 。 +-1 租庸調 ( そよう ちょう ) は 、 中国 及び 日本 の 律令 制 下 で の 租税 制度 で あ る 。 +1 泊瀬 部 皇女 ( はつせべ の ひめみこ 、 686 年 以前 ? - 741 年 ( 天平 13 年 ) ) は 、 飛鳥 時代 の 皇族 。 +1 本阿弥 光悦 ( ほん あみ こうえつ 、 永禄 元年 ( 15 58 年 ) - 寛永 14 年 2 月 3 日 ( 旧暦 ) ( 1637 年 2 月 27 日 ) ) は 、 江戸 時代 初期 の 書家 、 芸術 家 。 +-1 官庁 集中 計画 ( かんちょうしゅうちゅう けいかく ) は 明治 時代 の 首都 計画 で 、 議事 堂 や 官庁 など を 霞が関 付近 に 集中 し 、 パリ や ベルリン に 並 ぶ 華麗 な バロック 都市 を 建設 し よ う と し た 。 +-1 天児 屋命 ( あめ の こやね の みこと ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +-1 七 歩 蛇 ( し ちほだ 、 しち ふじゃ ) は 日本 に 伝わ る 妖怪 。 +1 舎人 親王 ( とねり しんの う 、 天武 天皇 4 年 1 月 5 日 ( 旧暦 ) ( 67 6 年 1 月 28 日 ) - 天平 7 年 11 月 14 日 ( 旧暦 ) ( 73 5 年 12 月 6 日 ) ) は 天武 天皇 皇子 。 +-1 朧車 ( おぼろ ぐるま ) は 、 鳥山 石燕 に よ る 江戸 時代 の 妖怪 画 集 『 今昔 百 鬼 拾遺 』 に あ る 日本 の 妖怪 の 一 つ で 、 牛車 の 妖怪 。 +1 大 中臣 氏 ( おおなか とみし ) は 日本 古代 の 中央 政権 に お い て 祭祀 を つかさど っ た 貴族 。 +-1 元禄 赤穂 事件 ( げんろく あ こう じけん ) と は 江戸 時代 中期 に 発生 し た 主君 仇討ち 事件 の 現代 的 表現 。 +-1 白川 伯王家 ( しらかわ はくお う け ) 、 又 は 白川 家 ( しらかわけ ) と は 花山 天皇 の 皇孫 の 延信 王 ( 清仁 親王 の 王子 ) から 始ま り 、 古代 から の 神祇 官 に 伝え られ た 伝統 を 受け継 い だ 公家 で あ る 。 +1 『 石上 私 淑言 』 ( いそ - の - かみ - の ・ ささめ - ごと ) は 本居 宣長 の 記 し た 歌論 書 。 +-1 二十 二 社 ( にじゅう に しゃ ) は 神社 の 社格 の 一 つ 。 +1 金子 堅太郎 ( かねこ けんたろう 、 1853 年 3 月 13 日 ( 嘉永 6 年 2 月 4 日 ( 旧暦 ) ) - 1942 年 ( 昭和 17 年 ) 5 月 16 日 ) は 、 明治 期 の 官僚 ・ 政治 家 。 +1 宇喜多 宗家 ( うきた むねいえ 、 生没年 不詳 )   室町 時代 後期 の 人物 。 +-1 『 蛸 と 海女 』 は 葛飾 北斎 に よ る 1820 年頃 の 艶本 『 喜能 会之 故 真通 』 ( き のえ の こまつ ) の 中 の 木版 画 の 一 枚 。 +1 和 歌集 ( わかしゅう ) と は 、 和歌 を 編集 し た もの 。 +-1 鶯張り ( うぐいす ばり ) と は 、 敵 の 侵入 を 知 ら せ る ため に 作 っ た 廊下 の こと 。 +-1 武家 屋敷 ( ぶけ やしき ) は 主に 江戸 時代 の 江戸 に 大名 が 所有 し た 出張 所 を 兼ね た 大名 の 邸宅 。 +1 楠本 正隆 ( くすもと まさたか 、 天保 9 年 3 月 20 日 _ ( 旧暦 ) ( 1838 年 4 月 14 日 ) - 明治 35 年 ( 190 2 年 ) 2 月 7 日 ) は 、 肥前 大村 藩 の 武士 、 明治 期 の 政治 家 。 +1 織田 秀一 ( おだ ひでひと ( ひでかず ) 、 寛永 16 年 ( 1639 年 ) - 貞享 4 年 8 月 3 日 ( 旧暦 ) ( 1687 年 9 月 9 日 ) ) は 、 大和 国 柳本 藩 の 第 3 代 藩 主 。 +1 御名部 皇女 ( みなべ の ひめみこ 、 皇極 天皇 6 年 ( 660 年 ) ? - 没年 不詳 ) は 、 飛鳥 時代 の 皇族 。 +-1 紀伊山 地 の 霊場 と 参詣 道 ( きいさんち の れいじょう と さんけい みち ) は 、 和歌山 県 ・ 奈良 県 ・ 三重 県 に またが る 3 つ の 霊場 と 参詣 道 ( 熊野 古道 、 大峯 奥 駈道 、 高野山 町 石道 ) を 登録 対象 と する 世界 遺産 ( 文化 遺産 _ ( 世界 遺産 ) ) 。 +-1 峰山 県 ( みねやま けん ) は 廃藩 置県 に よ り 18 71 年 ( 明治 4 年 ) に 設置 さ れ た 県 。 +1 織田 信方 ( おだ の ぶかた ) +1 仙石 貢 ( せんご く みつぎ 、 安政 4 年 6 月 2 日 ( 1857 年 7 月 22 日 ) - 昭和 6 年 ( 1931 年 ) 10 月 30 日 ) は 、 日本 の 鉄道 官僚 、 実業 家 、 政治 家 。 +1 小野 石根 ( おのの いわね 、 ? - 宝亀 9 年 ( 778 年 ) ) は 、 奈良 時代 の 官僚 。 +1 徳大寺 実能 ( とくだいじ さね よし 、 永長 元年 ( 1096 年 ) - 保元 2 年 9 月 2 日 ( 旧暦 ) ( 1157 年 10 月 6 日 ) ) は 、 平安 時代 後期 の 公卿 。 +-1 荒神橋 事件 ( こうじんばし じけん ) は 、 1953 年 11 月 11日 、 立命 館 大学 広小路 キャンパス で の 集会 に 合流 し よ う と し た 京都 大学 の 学生 デモ 隊 と 警官 隊 が 京都 市 内 の 荒神橋 ( 京都 市 ) 上 で 衝突 し た 事件 で あ る 。 +1 酒井 忠次 ( さかい ただつぐ ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 三河 の 武将 。 +-1 神明 恵 和合 取組 ( かみ の めぐみ わごう の とりくみ ) は 歌舞伎 の 演目 。 +1 平家 貞 ( たいら の いえさだ 、 1084 年 ( 応徳 元年 ) - 11 67 年 ( 仁安 ( 日本 ) 2 年 ) ) は 、 平安 時代 後期 の 平家 の 郎党 。 +-1 安土 宗論 ( あづち しゅうろん ) と は 、 、 安土 城下 の 浄厳院 で 行 わ れ た 浄土 宗 と 法華 宗 ( 日蓮 宗 ) の 宗論 。 +-1 吉坂 峠 ( きっ さか とうげ ) と は 、 京都 府 舞鶴 市 と 福井 県 大飯 郡 高浜 町 の 境 に あ る 峠 。 +1 三村 竹清 ( みむら ちくせい 、 男性 、 明治 9 年 ( 1876 年 ) 5 月 4 日 - 昭和 28 年 ( 1953 年 ) 8 月 26 日 ) は 、 日本 の 書誌 学者 で あ る 。 +1 大宮 ( おおみや ) は 、 源氏 物語 に 登場 する 架空 の 人物 。 +-1 月読 神社 ( つきよみ じんじゃ ) は 、 京都 府 京都 市 西京 区 に あ る 神社 で あ る 。 +1 楠葉 西 忍 ( くすば さいにん 、 応永 2 年 ( 1395 年 ) - 文明 ( 日本 ) 18 年 2 月 13 日 ( 1486 年 3 月 18 日 ) ) は 、 室町 時代 の 商人 。 +-1 洞ヶ峠 ( ほら が とうげ ) は 、 京都 府 八幡 市 八幡 南山 と 大阪 府 枚方 市 高野道 ・ 長尾 峠町 の 境 に あ る 峠 。 +-1 幼名 ( ようみょう / ようめい ) は 、 幼少 時 の 名前 の 事 。 +1 宮川 長春 ( みやがわちょうしゅん 、 天和 ( 日本 ) 2 年 ( 1682 年 ) - 宝暦 2 年 11 月 13 日 ( 旧暦 ) ( 175 2 年 12 月 18 日 ) ) は 、 江戸 時代 の 浮世 絵 師 。 +-1 康暦 の 政変 ( こうりゃく の せいへん ) は 、 南北朝 時代 ( 日本 ) の 天授 ( 日本 ) 5 年 / 康暦 元年 ( 1379 年 ) に 室町 幕府 の 管領 ・ 細川 頼之 が 失脚 し た 政変 で あ る 。 +1 藤原 敦忠 ( ふじわら の あつただ 、 延喜 6 年 ( 90 6 年 ) - 天慶 6 年 3 月 7 日 ( 旧暦 ) ( 943 年 4 月 18 日 ) ) は 平安 時代 中期 の 公家 ・ 歌人 。 +-1 霊空 ( れいくう 、 承応 元年 ( 1652 年 ) - 元文 4 年 10 月 4 日 ( 旧暦 ) ( 1739 年 11 月 4 日 ) ) は 、 江戸 時代 中期 の 天台 宗 の 僧 。 +1 久我 建通 ( こがた けみち 、 文化 ( 元号 ) 12 年 2 月 1日 ( 旧暦 ) ( 1815 年 3 月 11 日 ) - 明治 36 年 ( 190 3 年 ) 9 月 26 日 ) は 、 江戸 時代 の 公家 。 +1 源 景明 ( みなもと の かげ あきら 、 生没年 不詳 ) は 、 平安 時代 中期 の 官人 ・ 歌人 。 +-1 片町 線 ( かたまち せん ) は 、 京都 府 木津川 市 の 木津 駅 ( 京都 府 ) から 大阪 府 大阪 市 の 京橋 駅 ( 大阪 府 ) に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 幹線 ) で あ る 。 +1 岩倉 具満 ( いわくら ともみつ 、 文化 ( 元号 ) 7 年 ( 1810 年 ) - 文化 10 年 ( 1813 年 ) ) は 、 江戸 時代 後期 の 廷臣 。 +-1 忌部 氏 ( いんべし ・ いみべし ) と は 、 大和 時代 から 奈良 時代 に かけ て の 氏族 的 職業 集団 で あ る 。 +1 後深草 天皇 ( ご ふか くさ てんのう 、 寛元 元年 6 月 10 日 ( 1243 年 6 月 28 日 ) - 嘉元 2 年 7 月 16 日 ( 130 4 年 8 月 17 日 ) ) は 、 鎌倉 時代 の 第 89 代 天皇 ( 在位 : 寛元 4 年 1 月 29 日 ( 1246 年 2 月 16 日 ) - 正元 元年 11 月 26 日 ( 1259 年 1 月 9 日 ) ) 。 +-1 亀岡 市 ふるさと バス ( かめおか し ふるさと バス ) は 、 京都 府 亀岡 市 の コミュニティバス で あ る ( 京阪 京都 交通 に よ り 運行 ) 。 diff --git a/data/titles-ja-test.word b/data/titles-ja-test.word new file mode 100644 index 0000000..a9f1eb1 --- /dev/null +++ b/data/titles-ja-test.word @@ -0,0 +1,2823 @@ +藤原 時姫 ( ふじわら の とき ひめ 、 ? - 天元 ( 日本 ) 3 年 1 月 15 日 ( 旧暦 ) ( 980 年 2 月 4 日 ) ) は 、 平安 時代 中期 の 公卿 ・ 藤原 兼家 の 正室 。 +能管 ( のうかん ) は 、 日本 の 横笛 の 一 つ で あ る 。 +講談 ( こうだん ) と は 、 日本 の 伝統 芸能 の ひと つ 。 +五 社 神古墳 ( ご さしこふん ) は 、 奈良 県 奈良 市 に あ る 佐紀 盾列 古墳 群 に 属 する 古墳 。 +町田 久成 ( まちだ ひさな り 、 1838 年 1 月 27 日 ( 天保 9 年 1 月 2 日 ( 旧暦 ) ) - 1897 年 ( 明治 30 年 ) 9 月 15 日 ) は 、 幕末 の 薩摩 藩 士 で 明治 時代 の 士族 。 +僧 尼令 ( そう に りょう ) と は 、 日本 律令 法 に 設け られ た 編目 の 1 つ 。 +日行 ( にちぎょう 、 ? - 応安 2 年 / 正平 ( 日本 ) 24 年 8 月 13 日 ( 旧暦 ) ( 1369 年 9 月 14 日 ) ) は 、 大石 寺 第 5 世 法 主 。 +春日 家 ( かすが け ) は 、 公家 の 家名 で あ る 。 +醍醐 天皇 ( だい ご てんのう 、 元慶 9 年 1 月 18 日 ( 885 年 2 月 6 日 ) - 延長 8 年 9 月 29 日 ( 930 年 10 月 23 日 ) ) は 、 平安 時代 の 天皇 。 +荒海 障子 ( あら うみ の そうじ ) は 、 清涼 殿 弘廂 の 東北端 に たて られ て い た 、 布張り の 衝立 障子 。 +輸租 帳 ( ゆそちょう ) と は 、 律令 政府 が 国司 の 政務 実績 を 調査 する ため に 毎年 1 年間 に 実際 に 収納 し た 田租 ・ 地子 に 関 する 正確 な 数値 を 書き上げ さ せ た 上 で 、 国司 が 都 に 派遣 する 四 度 使 の うち 調帳 を 提出 する 貢調使 に 携帯 を さ せ て 民部 省 に 提出 さ せ た 帳簿 。 +折形 ( お り かた ) は 、 日本 の 礼儀 作法 の 1 つ で 、 贈答 品 を 包 む 紙 の 折 り 方 に 関 する 礼儀 作法 で あ る 。 +万里小路 惟房 ( まで の こうじ これ ふさ 、 永正 10 年 ( 1513 年 ) - 元亀 4 年 6 月 9 日 ( 旧暦 ) ( 1573 年 7 月 7 日 ) ) は 室町 時代 の 公卿 。 +闘茶 ( とうちゃ ) と は 、 中世 に 流行 し た 茶 の 味 を 飲み分け て 勝負 を 競 う 遊び 。 +京都 盆地 ( きょう と ぼんち ) は 、 京都 府 に あ る 盆地 。 +ハンバーグ また は ハンバーグ ステーキ は 、 挽肉 ( 豚肉 や 牛肉 、 また は その 他 の 畜肉 等 を 含め た あわせ 挽肉 ) に タマネギ 等 の 野菜 類 の みじん 切り と コショウ 等 の 香辛 料 を 加え 、 鶏卵 、 パン 粉 を 混ぜ 、 こね合わせ た もの を 楕 円形 や 円形 など に 整形 し て 焼 い た 料理 。 +姓 ( カバネ ) と は 、 古代 日本 の ヤマト 王権 に お い て 、 大王 ( ヤマト 王権 ) ( おおきみ ) から 有力 な 氏族 に 与え られ た 、 王権 と の 関係 ・ 地位 を 示 す 称号 で あ る 。 +巨勢 山 古墳 群 ( こせやま こふん ぐん ) は 、 古墳 時代 中期 中葉 から 終焉 期 に かけ て 、 奈良 県 御所 市 の 巨勢 山丘陵 に 約 700 基 が 築 か れ た 国内 最大 級 の 群集墳 で あ る 。 +園 基音 ( その もと な り 、 慶長 9 年 8 月 23 日 ( 旧暦 ) ( 160 4 年 9 月 16 日 ) - 承応 4 年 2 月 17 日 ( 旧暦 ) ( 1655 年 3 月 24 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +少弐 冬資 ( しょう に ふゆすけ 、 ? - 1375 年 9 月 22 日 ( 天授 ( 日本 ) 元年 / 永和 ( 日本 ) 元年 8 月 26 日 ( 旧暦 ) ) ) は 南北朝 時代 ( 日本 ) の 武将 。 +昭憲 皇太后 ( しょう けん こう たいごう 、 1849 年 4 月 17 日 ( 旧暦 ) ( 新暦 5 月 9 日 ) - 1914 年 4 月 9 日 ) は 、 日本 の 皇族 。 +吉田 稔麿 ( よしだ としまろ 、 天保 12 年 閏 1 月 24 日 ( 旧暦 ) ( 1841 年 3 月 16 日 ) - 元治 元年 6 月 5 日 ( 旧暦 ) ( 1864 年 7 月 8 日 ) ) は 、 江戸 時代 後期 、 幕末 の 長州 藩 の 活動 家 で あ る 。 +味噌 田楽 ( みそでんがく ) と は 、 豆腐 や こんにゃく 、 ナス や サトイモ など を 串 に 刺 し 、 ユズ や サンショウ など で 香り を つけ た 味噌 を 塗りつけ て 焼 い た 料理 。 +唐橋 家 ( から はしけ ) は 菅原 在良 ( 位階 ・ 式部 省 ・ 贈従 三 位 ) ( 1041 年 - 1121 年 ) を 祖 と する 堂上 家 。 +明月 院 ( めいげつ いん ) は 、 神奈川 県 鎌倉 市 に あ る 臨済 宗 建長 寺 派 の 寺院 。 +葬儀 ( そうぎ ) 、 葬式 ( そうしき ) と は 、 人 の 死 を 弔 う ため に 行 わ れ る 祭儀 、 葬制 の 一部 で あ る 。 +蝦夷 共和 国 ( えぞ きょうわ こく ) は 、 明治 元年 12 月 ( 1869 年 1 月 ) に 成立 し 、 蝦夷 地 ( 北海道 ) に 短 期間 存在 し た 佐幕 派 の 政権 で あ る 蝦夷 島 政府 に 対 する 俗称 で あ る 。 +勘解由 小路家 ( か で の こうじけ / かげゆ こうじけ ) は 日本 の 氏族 。 +享保 丁銀 ( きょう ほうちょうぎん ) と は 正徳 ( 日本 ) 4 年 ( 1714 年 ) 8 月 に 発行 さ れ た 丁銀 の 一種 で 秤量 銀貨 で あ り 、 正徳 丁銀 ( しょう とくちょうぎん ) と 呼 ぶ 場合 も あ る 。 +綾小路 通 ( あや の こうじ どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +甲賀 流 ( こうかりゅう 、 こう が りゅう ) と は 、 伊賀 流 と 並 ん で 最も 有名 な 流派 の 忍術 で あ る が 、 近江国 甲賀 の 地 に 伝わ っ て い た 忍術 流 派 の 総称 で 「 甲賀 流 」 と い う 名称 の 流派 が 存在 し た の で は な い 。 +福井 興 七郎 ( ふくい こうひちろう 、 生没年 不詳 ) は 安土 桃山 時代 の 人物 で 因幡 国気多 郡 ( 鳥取 県 ) 勝部 奥郷 八葉 寺 ( はっしょうじ ) 村 在住 の 地侍 。 +言文 一致 ( げん ぶん いっち ) と は 、 明治 時代 に 、 今 まで の 文語 文 に かわ っ て 日常 語 を 用い て 口語 体 に 近 い 文章 を 書 く こと を 主張 し 、 実践 し た 運動 と 、 書 か れ た 文章 を 指 す 。 +清原 宣賢 ( きよはら の ぶかた 、 文明 ( 日本 ) 7 年 ( 1475 年 ) - 天文 ( 元号 ) 19 年 7 月 12 日 ( 旧暦 ) ( 1550 年 8 月 24 日 ) ) は 、 室町 時代 ・ 戦国 時代 ( 日本 ) の 公卿 ・ 学者 。 +勧修 寺 経熈 ( かじゅうじつね ひろ 、 別名 : 経郷 、 永享 4 年 ( 1432 年 ) - 文亀 4 年 2 月 17 日 ( 旧暦 ) ( 150 4 年 3 月 3 日 ) ) は 、 室町 時代 の 公家 ( 公卿 ) 。 +倭 の 五 王 ( わ の ごおう ) と は 、 5 世紀 に 、 南北朝 時代 ( 中国 ) の 東晋 や 宋 ( 南朝 ) に 朝貢 し て 「 倭国王 」 など に 冊封 さ れ た 倭国 の 五 人 の 王 、 すなわち 讃 、 珍 、 済 、 興 、 武 を い う 。 +顕註 密勘 ( けんちゅう みっ かん ) と は 、 鎌倉 時代 前期 に 藤原 定家 に よ っ て 書 か れ た 『 古今 和 歌集 』 の 注釈 書 で あ る 。 +大和 天神山 古墳 ( やまと てんじん やまこふん ) は 、 奈良 県 天理 市 柳 本町 に 所在 する 古墳 時代 前期 初頭 の 古墳 ( 前方 後 円墳 ) で あ る 。 +焼香 ( しょうこう ) と は 、 仏教 に お い て 、 香 を 焚 く こと 。 +日本 酒 級 別 制度 ( に ほんしゅ きゅうべつ せいど ) と は 、 昭和 15 年 ( 1940 年 ) から 平成 4 年 ( 1992 年 ) まで 日本 に お い て 長 ら く 存在 し た 、 日本 酒 の 酒税 法 上 、 ならび に 一般 的 な 分類 体系 で あ る 。 +五山 文学 ( ござん ぶんがく ) は 、 鎌倉 時代 末期 から 室町 時代 に かけ て 禅宗 寺院 で 行 わ れ た 漢文学 で あ る 。 +韋那 磐鍬 ( いな の いわ す き 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +畠山 満家 ( はたけやま みついえ 、 1372 年 ( 文中 元年 / 応安 5 年 ) - 1433 年 10 月 31 日 ( 永享 5 年 9 月 19 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 に かけ て の 守護 大名 ・ 管領 。 +片山 博通 ( かたやま ひろみち 、 1907 年 12 月 22 日 - 1963 年 3 月 10 日 ) は 、 観世 流 シテ 方 の 能楽師 。 +四方 拝 ( しほう はい ) と は 、 宮中 で 行 わ れ る 一 年 最初 の 儀式 。 +宇治 八 の 宮 ( うじ はちのみや ) は 、 紫式 部 の 『 源氏 物語 』 の 登場 人物 の 一人 。 +卵焼き 、 玉子焼き ( たまごやき ) は 、 卵 を 溶き ほぐ し た もの を 焼 き固め る 料理 の 総称 。 +北条 貞房 ( ほうじょう さだふさ 、 文永 9 年 ( 1272 年 ) - 延慶 ( 日本 ) 2 年 12 月 2 日 ( 旧暦 ) ( 1310 年 1 月 3 日 ) ) は 、 鎌倉 時代 後期 の 北条 氏 の 一門 。 +瑞龍 寺 ( ずいりゅうじ ) は 滋賀 県 近江八幡 市 の 八幡 山 山頂 に あ る 仏教 寺院 。 +後藤 得三 ( ごとう とくぞう 、 1897 年 ( 明治 30 年 ) 1 月 17 日 - 1991 年 ( 平成 3 年 ) 7 月 22 日 ) は 、 シテ 方 喜多 流能 楽師 。 +藤原 輔公 ( ふじわらのすけ きみ 、 生没年 不詳 ) は 、 平安 時代 中期 の 貴族 。 +平家 弘 ( たいら の いえひろ 、 生年 未詳 - 保元 元年 ( 1156 年 ) ) は 平安 時代 末期 の 武将 。 +穴穂部 間人 皇女 ( あなほべ の はし ひと の ひめみこ 、 生年 不詳 - 推古 天皇 29 年 12 月 21 日 ( 旧暦 ) ( 622 年 2 月 6 日 ) ) は 、 飛鳥 時代 の 皇族 。 +七 高僧 ( しち こうそう ) と は 、 浄土 真宗 の 宗祖 と さ れ る 親鸞 が 選定 し た 7 人 の 高僧 の こと 。 +太田 重兵衛 ( おおた じゅうべえ 、 文化 ( 元号 ) 14 年 ( 1817 年 ) - 明治 2 年 ( 1869 年 ) ) は 、 近江 国 膳所 ( 大津 市 ) 出身 の 茶司 、 元 膳所 藩士 。 +志士 ( しし ) と は 、 一般 に 日本 の 江戸 時代 後期 の 幕末 に お い て 活動 し た 在野 の 人物 を 差 す 歴史 用語 で あ る 。 +城主 大名 ( じょうしゅ だいみょう ) と は 、 近世 江戸 時代 に おけ る 大名 の 格式 の 一 つ で あ り 、 大名 家 を その 居地 ・ 居城 で 区別 する 国主 ( 国持 大名 ) - 準 国主 - 城主 - 城 主格 - 無城 ( 陣屋 ) の 5 階 級 の うち 、 国許 の 屋敷 に 城 が 認め られ て い る 大名 を い う 。 +新番 ( しんばん ) は 、 武家 に おけ る 警備 ・ 軍事 部門 ( 番方 ) の 役職 の ひと つ で あ る 。 +和敬 清寂 ( わけい せいじゃく ) と は 、 茶道 に お い て 強調 さ れ て い る 標語 で 、 特に 千家 で は 千 利休 の 定め た 「 四規 」 と し て 重要 視 し て い る 。 +御前 沙汰 ( ごぜん さた ) と は 、 室町 幕府 に お い て 征夷 大将軍 が 主宰 ・ 臨席 し た 非 公式 な 評定 の こと 。 +枕経 ( まくらきょう 、 まくらぎょう ) と は 、 死後 すぐ に 行 わ れ る 儀式 の 1 つ で 、 死者 に 初めて 経 を 聞 かせ る と い う 意味 が あ る 。 +五 灯 会元 ( ごとう えげん ) は 、 中国 南宋代 に 成立 し た 禅宗 の 燈史 で あ る 。 +渡辺 糺 ( わたなべ ただ す 、 生年 不詳 - 慶長 20 年 5 月 7 日 ( 旧暦 ) ( 1615 年 6 月 3 日 ) ) は 、 豊臣 氏 家臣 。 +広幡 豊忠 ( ひろ はた とよただ 、 寛文 6 年 6 月 26 日 ( 旧暦 ) ( 1666 年 7 月 27 日 ) - 元文 2 年 8 月 1日 ( 旧暦 ) ( 1737 年 8 月 26 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +牧野 省三 ( まきの しょうぞう 、 1878 年 9 月 22 日 - 1929 年 7 月 25 日 ) は 、 京都 府 生まれ の 映画 監督 、 映画 プロデューサー 、 実業 家 で あ る 。 +青木 昆陽 ( あおき こんよう 、 元禄 11 年 5 月 12 日 ( 旧暦 ) ( 1698 年 6 月 19 日 ) - 明和 6 年 10 月 12 日 ( 旧暦 ) ( 1769 年 11 月 9 日 ) ) は 、 江戸 時代 中期 の 儒学 者 、 蘭学 者 で あ る 。 +徳大寺 維子 ( とくだいじ ふさこ 、 文明 ( 日本 ) 13 年 ( 1481 年 ) - 永禄 9 年 3 月 8 日 ( 旧暦 ) ( 156 6 年 3 月 29 日 ) ) は 、 戦国 時代 ( 日本 ) の 関白 ・ 近衛 尚通 の 北 政所 ( 正室 ) 。 +殷 富門院 大輔 ( いんぷ もんいん の だい ふ 、 大治 ( 日本 ) 5 年 ( 1130 年 ) 頃 ? - 正治 2 年 ( 120 0 年 ) 頃 ? ) は 、 平安 時代 末期 の 女房 ・ 女流 歌人 。 +宇田川 玄随 ( うだ がわ げんずい 宝暦 5 年 12 月 27 日 ( 旧暦 ) ( 1756 年 1 月 28 日 ) - 寛政 9 年 12 月 18 日 ( 旧暦 ) ( 179 8 年 2 月 3 日 ) ) は 医学 者 、 蘭学 者 。 +坂上 大 嬢 ( おおとも の さかの うえ の おお いらつめ 、 生没年 不詳 ) は 大伴 宿奈 麻呂 と 大伴 坂上郎 女 の 長女 で 、 妹 に 坂上 二 嬢 が い る 。 +石州 流 ( せき しゅうりゅう ) は 、 片桐 貞昌 ( 貞昌 ) を 流祖 と 仰 ぐ 茶道 の 流派 の 総称 。 +承俊 ( しょうしゅん 、 生年 不詳- 延喜 5 年 12 月 7 日 ( 旧暦 ) ( 90 6 年 1 月 9 日 ) ) は 、 平安 時代 前期 から 中期 に かけ て の 真言 宗 の 僧 。 +壇ノ浦 夜 合戦記 ( だん の うらの よる かっせん き ) は 、 日本 の 古典 春本 の 一 つ で あ る 。 +結城 親光 ( ゆうき ちかみつ 、 生年 不詳 - 1336 年 2 月 23 日 ( 延元 元年 / 建武 ( 日本 ) 3 年 1 月 11 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) の 武将 で あ る 。 +勧修 寺 晴秀 ( かじゅうじ ・ はるひ で 、 大永 3 年 ( 1523 年 ) - 天正 5 年 1 月 1日 ( 旧暦 ) ( 1577 年 1 月 19 日 ) は 、 安土 桃山 時代 の 公家 ( 公卿 ) 。 +藤原 宇合 ( ふじわら の うまかい 、 持統 天皇 8 年 ( 694 年 ) - 天平 9 年 8 月 5 日 ( 旧暦 ) ( 73 7 年 9 月 7 日 ) ) は 奈良 時代 の 政治 家 。 +要法 寺 ( ようぼう じ ) は 、 京都 府 京都 市 左京 区 新 高倉 通孫 橋 通上ル 法皇 寺町 に あ る 日 蓮 本 宗 の 本山 。 +頼政塚 ( より まさづか ) は 現在 の 亀岡 市 西 つつじヶ丘町 の 小高 い 丘 に 建て られ た 、 平安 末期 非業 の 死 を 遂げ た 多田 源 氏 源 頼政 の 首塚 。 +三 日 御定法 ( みっ か ご じょうほう ) また は 御定 法 三 日 ( ご じょうほう みっ か ) と は 歌舞伎 界 に おけ る 不文律 の 一 つ 。 +木津 温泉 ( きつ おんせん ) は 、 京都 府 京丹後 市 網野 町 木津 ( 旧 国丹 後 国 ) に あ る 温泉 。 +洞院 佶子 ( とういん きつ し 、 藤原 佶子 ( ふじわら の きつ し ) 、 皇后 佶子 、 寛元 3 年 ( 1245 年 ) - 文永 9 年 8 月 9 日 ( 旧暦 ) ( 1272 年 9 月 2 日 ) ) は 、 鎌倉 時代 の 亀山 天皇 の 皇后 で 、 後宇多 天皇 の 生母 。 +無門 関 ( む もんかん 、 無門 關 ) は 、 中国 宋代 に 無門 慧開 に よ っ て 編集 さ れ た 公案 集 で あ る 。 +日墨 修好 通商 条約 ( にち ぼく しゅう こうつう しょう じょうやく ) と は 、 1888 年 11 月 30 日 に 日本 と メキシコ の 間 で 締結 さ れ た 条約 。 +びわ 湖 温泉 ( びわこ おんせん ) は 、 滋賀 県 大津 市 茶 が崎 に あ る 温泉 。 +赤松則英 ( あかまつ のりひで 、 生年 不詳 - 慶長 5 年 10 月 1日 ( 旧暦 ) ( 160 0 年 11 月 6 日 ) ) は 安土 桃山 時代 の 人物 で 、 播磨 国 の 名門 赤松 氏 最後 の 当主 と さ れ る 。 +しゃぶしゃぶ は 、 ごく 薄 く 切 っ た 肉 を 、 食卓 の 専用 鍋 に 煮え 立 た せ た だし 汁 に 数 回 く ぐら せ 加熱 し 、 野菜 ・ 豆腐 ・ 葛切り など の 食材 を 煮込 ん だ もの と 共 に 、 タレ に つけ て 食べ る 日本 の 鍋 料理 で あ る 。 +貴船 神社 ( きふね じんじゃ 、 きぶね じんじゃ ) +天の 川 ( あまのがわ 、 あま の かわ ) は 、 夜空 を 横切 る よう に 存在 する 雲状 の 光 の 帯 で あ る 。 +長者 ( ちょうじゃ 、 ちょうしゃ ) は 、 年長 者 、 富裕 者 に 対 する 呼称 。 +出町 柳駅 ( で まち やなぎ えき ) は 、 京都 市 左京 区 田中 上柳町 ・ 下柳 町 に あ る 、 京阪 電気 鉄道 ・ 叡山 電鉄 の 鉄道 駅 。 +龍吟庵 ( りょうぎんあん ) は 京都 府 京都 市 東山 区 に あ る 臨済 宗 東福寺 派 の 寺院 で 東福 寺 の 塔頭 。 +分霊 ( ぶんれい 、 わけ み たま ) と は 、 神道 の 用語 で 、 本社 の 祭神 を 他所 で も 祀 る 際 、 その 神 ( 神道 ) の 神霊 を 分か ち た もの の こと で あ る 。 +離宮 ( りきゅう ) と は 、 皇居 や 王宮 と は 別 に 設け られ た 宮殿 の こと で あ る 。 +九条 尚忠 ( くじょうひさただ 、 寛政 10 年 7 月 25 日 ( 旧暦 ) ( 179 8 年 9 月 5 日 ) - 明治 4 年 8 月 21 日 ( 旧暦 ) ( 18 71 年 10 月 5 日 ) ) は 、 江戸 時代 後期 から 明治 の 公家 で あ る 。 +西園寺 禧子 ( さいおんじき し 、 藤原 禧子 ( ふじわら の きし ) 、 嘉元 元年 ( 130 3 年 ) - 元弘 3 年 10 月 12 日 ( 1333 年 11 月 19 日 ) ) は 、 鎌倉 時代 後期 の 日本 の 皇族 。 +西笑 承兌 ( さいしょう じょうたい 、 天文 ( 元号 ) 17 年 ( 1548 年 ) - 慶長 12 年 12 月 27 日 ( 旧暦 ) ( 160 8 年 2 月 13 日 ) ) は 豊臣 政権 ~ 江戸 時代 に 活躍 し た 臨済 宗 の 僧 。 +夕霧 ( ゆうぎり ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +九条 道家 ( くじょうみ ち いえ 、 建久 4 年 ( 1193 年 ) 7 月 - 建長 4 年 2 月 21 日 ( 旧暦 ) ( 1252 年 4 月 1日 ) ) は 、 鎌倉 時代 前期 の 公卿 。 +脇坂 安興 ( わきさか やすおき ) は 、 播磨 国 龍野 藩 の 第 4 代 藩 主 。 +脱亜 思想 ( だつあしそう ) と は 、 福澤 諭吉 に 代表 さ れ る 儒教 を 廃 し て 中華 思想 から 脱却 し よ う と する 思想 の こと 。 +物部 村 ( ものべそん ) は 、 高知 県 の 北東部 、 物部 川 の 源流域 に 位置 し て い た 、 日本 一 の ゆず 産地 と 知 ら れ る 村 で あ る 。 +正保 郷帳 ( しょう ほう ごう ちょう ) は 、 日本 の 江戸 幕府 が 諸 大名 に 命 じ て 令制 国 単位 で 作 ら せ た 郷帳 で 、 村 の 名 と 村高 ( 村 の 生産 力 ) を まとめ た 統計 書 で あ る 。 +三条 西 実隆 ( さんじょう に し さね たか 、 康正 元年 4 月 25 日 ( 旧暦 ) ( 1455 年 5 月 11 日 ) - 天文 ( 元号 ) 6 年 10 月 3 日 ( 旧暦 ) ( 1537 年 11 月 5 日 ) ) は 、 室町 時代 の 公家 。 +徳利 ( とっくり 、 とくり ) と は 、 首 が 細 く 下部 が 膨ら ん だ 容器 の 一種 。 +増子 女王 ( ますこ じょ おう 、 正徳 ( 日本 ) 元年 10 月 19 日 ( 旧暦 ) ( 1 71 1 年 11 月 28 日 ) - 享保 18 年 10 月 3 日 ( 旧暦 ) ( 1733 年 11 月 9 日 ) ) は 江戸 幕府 第 9 代 将軍 ・ 徳川 家重 の 正室 。 +織部 焼 ( おりべ や き ) は 、 桃山 時代 の 天正 年間 ( 1573 年 - 1592 年 ) 頃 から 、 主に 美濃 国 で 産 する 陶器 。 +尾形 乾山 ( おがた けんざん 、 寛文 3 年 ( 1663 年 ) - 寛保 3 年 6 月 2 日 ( 旧暦 ) ( 1743 年 7 月 22 日 ) は 、 江戸 時代 の 絵師 、 陶工 。 +サイダー と は 、 甘味 と 酸味 で 味付け さ れ た ノンアルコール 、 無色 透明 の 炭酸 飲料 の こと 。 +大田垣 蓮月 ( おおた がき れんげつ 、 寛政 3 年 1 月 8 日 ( 旧暦 ) ( 1791 年 2 月 10 日 ) - 明治 8 年 ( 1875 年 ) 12 月 10 日 ) は 、 江戸 時代 後期 の 尼僧 ・ 女流 歌人 。 +唾壺 ( だこ ) は 、 もと は 唾液 や 喀痰 を 吐き入れ る ため の 容器 。 +堀川 五条 ( ほり かわ ごじょう / Horikawagojo ) は 、 京都 府 京都 市 下京 区 泉水町 に あ る 交差 点 及び その 近隣 の 名称 。 +官物 ( かんも つ ) と は 、 律令 制 に お い て 租庸 調 以下 、 租税 と し て 朝廷 及び 令 制 国 に 納入 さ れ た 貢納 物 の こと 。 +京都 国立 博物 館 所蔵 文化 財 一覧 ( きょうと こくりつ はくぶつ かん しょぞう ぶんか ざい いちらん ) +内豎 省 ( ない じゅしょう ) は 日本 律令 制 で 奈良 時代 後期 に 設置 さ れ た 令外 官 。 +他戸 親王 ( おさべ しんの う 、 天平 宝字 5 年 ( 761 年 ) ? - 宝亀 6 年 4 月 27 日 ( 旧暦 ) ( 775 年 6 月 3 日 ) は 、 奈良 時代 末期 の 皇族 ・ 皇太子 。 +在郷 町 ( ざいごう まち ) は 、 日本 の 都市 の 形態 の ひと つ 。 +袖岡 文景 ( そで おか ふみかげ 、 寛政 11 年 7 月 28 日 ( 旧暦 ) ( 1799 年 8 月 28 日 ) - 安政 2 年 6 月 23 日 ( 旧暦 ) ( 1855 年 8 月 5 日 ) ) は 、 江戸 時代 後期 の 地下 家 官人 。 +親王 宣下 ( しんのう せんげ ) と は 皇族 の 子女 に 親王 、 内親 王 の 資格 を 与え る こと で あ る 。 +前垂れ ( まえだれ 、 江戸 方言 で は 「 まえだら 」 と も ) もしくは 前掛け ( まえかけ ) は 、 商家 に はたら く 人 や 女中 など が 衣服 に 汚れ が つ か な い よう 、 帯 から 下 に 掛け る 布 の こと 。 +若草 伽藍 ( わかくさ が らん ) は 、 奈良 県 生駒 郡 斑鳩 町 の 法隆 寺 西院 伽藍 南東部 の 境内 から 発見 さ れ た 仏教 遺跡 。 +覚行 法 親王 ( かくぎょう ほっ しん のう 、 承保 2 年 ( 1075 年 ) 4 月 - 長治 2 年 11 月 18 日 ( 110 5 年 12 月 26 日 ) ) は 、 平安 時代 中期 から 後期 に かけ て の 皇族 ・ 僧 。 +御 用 邸 ( ご ようてい ) は 天皇 家 や 皇族 の 別荘 で あ る 。 +天台 宗 ( てんだい しゅう ) は 大乗 仏教 の 宗派 の ひと つ で あ る 。 +おしら 様 ( おしらさま 、 お 白 様 、 オシラ 様 、 オシラサマ と も ) は 、 日本 の 東北 地方 で 信仰 さ れ て い る 家 の 神 ( 神道 ) で あ り 、 一般 に は 蚕 の 神 、 農業 の 神 、 ウマ の 神 と さ れ る 。 +袢纏 ( はんてん ) と は 、 和服 の 一種 で 、 江戸 時代 とくに 18 世紀 頃 から 庶民 の 間 で 着用 さ れ る よう に な っ た 防寒 着 で あ る 。 +嵐山 駅 ( あらしやま えき ) は 、 京都 市 右京 区 嵯峨 天龍 寺 造路町 に あ る 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 の 鉄道 駅 。 +楢林 鎮山 ( なら ば やし ちんざん 、 慶安 元年 12 月 14 日 ( 旧暦 ) ( 1649 年 1 月 26 日 ) - 宝永 8 年 3 月 29 日 ( 旧暦 ) ( 1 71 1 年 5 月 16 日 ) ) ) は 、 江戸 時代 前期 の 阿蘭 陀 通詞 ・ 医師 。 +座敷 ( ざしき ) は 、 ( 中世 に お い て は ) 字 義 通り 、 座 る ため に 、 褥 ( しとね ) など を 敷 い た ところ 。 +岩松 家 純 ( いわまついえ ずみ ) は 、 室町 時代 中期 の 岩松 氏 の 当主 。 +京都 御 馬揃え ( きょう と おんうま そろえ ? ) は 天正 9 年 2 月 28 日 _ ( 旧暦 ) ( 158 1 年 4 月 1日 ) 、 織田 信長 が 京都 で 行 っ た 大 規模 な 軍事 パレード で あ る 。 +和 菓子 の 日 ( わがし の ひ ) は 、 全国 和 菓子 協会 が 1979 年 ( 昭和 54 年 ) に 制定 し た 記念 日 。 +後宮 十 二 司 ( こうきゅう じゅう に し ) と は 、 日本 の 律令 制 に お い て 規定 さ れ た 宮人 ( くにん / くうにん / きゅうじん ・ 後 の 女官 ) の 組織 で あ る 。 +蓮教 ( れんきょう 、 宝徳 3 年 ( 1451 年 ) - 明応 元年 5 月 2 日 ( 旧暦 ) ( 1492 年 5 月 27 日 ) ) は 、 戦国 時代 ( 日本 ) の 浄土 真宗 ( 真宗 興正 寺 派 ) の 僧 。 +焼き鳥 ( やきとり 、 ヤキトリ ) は 、 主に 鶏肉 など の 肉 を 一口 大 に 切 っ た もの を 、 数 個 ( 1 個 から 5 個 程度 ) 串 で 刺し通 し 、 調味 し て あぶり 焼き し た 料理 。 +長沢 芦雪 ( ながさわ ろせつ 、 宝暦 4 年 ( 1754 年 ) - 寛政 11 年 6 月 8 日 ( 旧暦 ) ( 1799 年 7 月 10 日 ) ) は 、 江戸 時代 の 絵師 。 +前田 利家 ( まえだ としいえ 、 天文 7 年 12 月 25 日 ( 1539 年 1 月 15 日 ) - 慶長 4 年 閏 3 月 3 日 ( 1599 年 4 月 27 日 ) ) は 、 戦国 時代 ( 室町 時代 後期 ) から 安土 桃山 時代 に かけ て の 武将 、 大名 。 +藤原 高光 ( ふじわら の たかみつ 、 天慶 2 年 ( 939 年 ) ? - 正暦 5 年 ( 994 年 ) ) は 、 平安 時代 中期 の 歌人 。 +殖産 興業 ( しょく さん こうぎょう ) と は 、 明治 政府 が 西洋 諸国 に 対抗 し 、 産業 、 資本 主義 育成 に よ り 国家 の 近代 化 を 推進 し た 諸 政策 を 指 す 。 +稲垣 長明 ( いながきな が あき ( なが あきら ) ) は 、 志摩 国 鳥 羽 藩 の 第 6 代 藩 主 。 +本項 で は 中世 日本 の 被差 別民 ( ちゅうせい に ほんの ひさべつ みん ) に つ い て 叙述 する 。 +名古屋 帯 ( なごや おび ) と は 日本 の 女帯 の 一種 。 +四 納言 ( しなごん ) と は 、 平安 時代 中期 一条 天皇 の 時代 に 活躍 し た 4 人 の 公卿 ( 源 俊賢 ・ 藤原 公任 ・ 藤原 斉信 ・ 藤原 行成 ) の 称 。 +坂東 鶴之助 ( ばんどう つ るのすけ ) は 、 歌舞伎 役者 。 +野原 海水 浴 場 ( のはら かいすい よくじょう ) は 、 京都 府 舞鶴 市 の 日本 海 に 面 する 海水 浴場 。 +院 宮 王臣 家 ( いんぐう おうしんけ ) と は 、 平安 時代 初期 ( 8 世紀 末 ~ 9 世紀 ごろ ) 、 天皇 権力 と 結びつ い て 勢力 を 強め た 少数 の 皇族 ・ 貴族 の 総称 。 +酒井 忠績 ( さかい ただしげ ) は 、 江戸 時代 末期 の 大名 、 老中 、 大老 。 +源 忠宗 ( みなもと の ただむね 、 生没年 不詳 ) は 、 平安 時代 の 河内 源 氏 の 武将 。 +西国 三十 三 箇所 ( さいごく さんじゅう さん かしょ ) と は 、 近畿 2 府 4 県 と 岐阜 県 に 点在 する 33 ヶ所 の 観音 霊場 の 総称 。 +長尾 景仲 ( ながおかげ なか 、 嘉慶_ ( 日本 ) 2 年 / 元中 5 年 ( 1388 年 ) - 寛正 4 年 8 月 26 日_ ( 旧暦 ) ( 1463 年 10 月 8 日 ) ) は 、 室町 時代 中期 の 関東 管領 山内 上杉 家 の 家宰 。 +帳台 ( ちょうだい ) は 、 貴人 の 座所 や 寝所 と し て 置 か れ た 8 尺 四方 の テント 型 の 目隠し 。 +洞 ( うつろ ) と は 、 室町 時代 後期 から 安土 桃山 時代 に かけ て 、 現在 の 東北 地方 及び 関東 地方 の 戦国 大名 に 見 られ た 形態 で 惣領 で あ る 当主 を 中心 に 一族 ・ 家臣 を まとめ た 擬似 的 要素 の あ る 族縁 共同 体 の こと 。 +剣舞 ( けんぶ ) と は 、 広 い 意味 で は 、 刀剣 を 持 っ て 舞 う こと 。 +藤原 義懐 ( ふじわら の よしちか 、 天徳 ( 日本 ) 元年 ( 957 年 ) - 寛弘 5 年 7 月 17 日 ( 旧暦 ) ( 100 8 年 8 月 20 日 ) ) は 平安 時代 中期 の 貴族 。 +救済 ( ぐさい ・ きゅうせい ・ きゅうぜい 、 正応 元年 ( 1283 年 ) ? - 天授 ( 日本 ) 2 年 / 永和 ( 日本 ) 2 年 ( 1376 年 ) ? ) は 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 地下 ( じげ ) の 連歌 師 。 +正親町 三条 実望 ( おおぎまち さんじょうさ ねも ち 、 寛正 4 年 ( 1463 年 ) ‐ 享禄 3 年 3 月 5 日 ( 旧暦 ) ( 1530 年 4 月 2 日 ) ) は 、 室町 時代 の 公卿 。 +風林 火山 ( ふうりん かざん ) は 、 甲斐 国 ( 山梨 県 ) の 戦国 大名 ・ 武田 信玄 の 旗指物 ( 軍旗 ) に 記 さ れ た 「 疾如 風 、 徐如 林 、 侵掠 如火 、 不動 如山 / 疾( はや ) きこと 風 の 如 く 、 徐 ( しず ) かな る こと 林 の 如 く 、 侵 ( おか ) し 掠 ( かす ) め る こと 火 の 如 く 、 動 かざ る こと 山 の 如し 」 の 通称 。 +森山茂 ( もりやま しげる 、 天保 13 年 ( 1842 年 ) 9 月 - 大正 8 年 ( 1919 年 ) 2 月 26 日 ) は 、 明治 時代 の 外交 官 、 政治 家 。 +津田 信任 ( つだ のぶとう ) は 、 戦国 時代 _ ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 ・ 大名 。 +郷士 ( ごうし ) と は 、 江戸 時代 に あ っ た 武士 身分 の 階級 の 一 つ を さ す 歴史 学 用語 。 +京都 歴史 回廊 協議 会 ( きょう と れきし かい ろう きょうぎ かい ) は 、 京都 の 市民 活動 。 +歌舞妓 堂艶鏡 ( かぶきどう えん きょう 、 生没年 不詳 ) は 、 江戸 時代 の 浮世 絵 師 で あ る 。 +暲子 内 親王 ( あきこ な い しんの う 、 保延 3 年 4 月 8 日 ( 1137 年 4 月 29 日 ) - 建暦 元年 6 月 26 日 ( 1211 年 8 月 6 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 皇族 。 +二 条 為定 ( にじょう ため さだ 、 永仁 元年 ( 1293 年 ) ? - 延文 5 年 / 正平 ( 日本 ) 15 年 3 月 14 日 ( 旧暦 ) ( 1360 年 3 月 31 日 ) ) は 、 鎌倉 時代 末 から 南北朝 時代 ( 日本 ) に かけ て の 歌人 。 +小林 正樹 ( こばやし まさき 、 1916 年 2 月 14 日 - 1996 年 10 月 4 日 ) は 「 人間 の 條件 」 「 切腹 」 「 怪談 」 など 多く の 代表 作 を 持 つ 、 日本 の 著名 な 映画 監督 で あ る 。 +養源 院 ( よう げんいん ) は 、 京都 市 東山 区 に あ る 浄土 真宗遣 迎院 派 の 寺院 。 +芝祐靖 ( しばすけ やす 、 1935 年 8 月 13 日 - ) は 、 雅楽 家 、 日本 芸術 院 会員 。 +守護 使 不入 ( しゅご し ふにゅう ) と は 、 鎌倉 時代 ・ 室町 時代 に お い て 幕府 が 守護 や その 役人 に 対 し て 犯罪 者 追跡 や 徴税 の ため に 、 幕府 に よ っ て 設定 さ れ た 特定 の 公領 や 荘園 など に 立ち入 る 事 を 禁 じ た こと 。 +干し い も ( ほし い も 、 干し 芋 ) は サツマ イモ を 蒸 し て 乾燥 さ せ た 食品 で あ る 。 +庫 裏 ( くり ) と は 、 仏教 寺院 に おけ る 伽藍 の ひと つ 。 +平経正 ( たいら の つねまさ 、 生年 未詳 - 寿永 3 年 2 月 7 日 ( 旧暦 ) ( 1184 年 3 月 20 日 ) ) は 、 平安 時代 末期 の 武将 、 歌人 。 +帝室 技芸 員 ( ていしつぎ げいん ) は 、 明治 23 年 ( 1890 年 ) から 終戦 直後 まで 宮内 省 に よ っ て 運営 さ れ て い た 、 美術 ・ 工芸 作家 の 顕彰 制度 で あ る 。 +家臣 団 ( かしんだん ) と は 、 征夷 大将軍 や 大名 など 武家 に 仕え る 家臣 層 ・ 家臣 の 集団 で あ る 。 +坂本 平三 ( さかもと へいぞう 、 生年 不詳 - 慶応 4 年 1 月 6 日 ( 旧暦 ) ( 1868 年 1 月 30 日 ) ) は 新選 組 隊士 。 +精霊 棚 ( しょうりょう だな ) は 日本 の 習俗 的 行事 お 盆 に お い て 先祖 、 精霊 を 迎え る ため の 棚 。 +寺之内 ( てら の うち ) は 京都 市 上京 区 の 堀川 通紫明 通 から 堀川 通上立売通 周辺 の 寺町 な い し 、 その 周辺 を 東西 に 通 る 通り ( 寺之 内通 ) 。 +春藤 流 ( しゅんどう - りゅう ) は 廃絶 し た 能楽 ワキ 方 の 一流儀 。 +後宮 ( こうきゅう ) と は 、 国王 や 皇帝 など の 后妃 が 住ま う 場所 。 +雲居 の 雁 ( く も い の か り 、 雲居 雁 、 雲井 の 雁 ) は 、 紫式 部 の 物語 『 源氏 物語 』 に 登場 する 架空 の 人物 。 +延 円 ( えんえん 、 ? - 長久 元年 ( 1040 年 ) ) は 、 平安 時代 中期 の 僧 、 絵師 。 +出島 の 三 学 者 ( で じま の さん がく しゃ ) と は 、 江戸 時代 、 長崎 の 出島 に 渡来 し て 博物 学 的 研究 を 行 っ た 3 人 の 学者 の こと 。 +近代 社格 制度 ( きんだい しゃ かく せいど ) と は 、 明治 維新 以降 、 律令 制下 の 延喜 式 に よ る 制度 に なら っ て 新た に 作 ら れ た 社格 の 制度 で あ る 。 +西 高瀬川 ( に し たかせ がわ ) は 、 京都 府 京都 市 を 流れ る 淀川 水系 の 一 級 河川 。 +彦根 藩 ( ひこね はん ) は 、 近江国 の 北部 を 領有 し た 藩 。 +遠藤 丈庵 ( えんどう じょう あん 、 天保 7 年 ( 1836 年 ) - 没年 不詳 ) は 壬生 浪士 組 の 同士 。 +近藤 周助 ( こんどうしゅうすけ 、 寛政 4 年 ( 1792 年 ) - 慶応 3 年 10 月 28 日 ( 旧暦 ) ( 1867 年 11 月 23 日 ) ) は 、 天然 理 心 流 剣術 3 代 目 宗家 。 +松岡 心平 ( まつおか しんぺい 、 1954 年 10 月 29 日 - ) は 、 日本 の 能 研究 者 。 +藤原 能長 ( ふじわら の よしなが 、 治安 ( 日本 ) 2 年 ( 1022 年 ) - 永保 2 年 11 月 14 日 ( 旧暦 ) ( 1082 年 12 月 6 日 ) ) は 平安 時代 中期 から 後期 に かけ て の 公卿 。 +孝明 天皇 ( こうめい てんのう 、 天保 2 年 6 月 14 日 ( 1831 年 7 月 22 日 ) ‐ 慶応 2 年 12 月 25 日 ( 1867 年 1 月 30 日 ) ) は 、 江戸 時代 末期 の 天皇 ( 121 代 、 在位 : 弘化 3 年 2 月 13 日 ( 1846 年 3 月 10 日 ) ‐ 慶応 2 年 12 月 25 日 ) 。 +阿闍梨 ( あじゃり 、 あざり 、 サンスクリット : アーチャー リャ 、 阿闍 梨 耶 と も 音写 ) は 、 サンスクリット で 「 軌範 」 を 意味 し 、 弟子 たち の 規範 と な り 、 法 を 教授 する 師匠 の こと で あ る 。 +国府 ( こくふ ) は 、 日本 の 奈良 時代 から 平安 時代 に 、 令 制 国 の 国司 が 政務 を 執 る 施設 が 置 か れ た 場所 や 都市 を 指 す 。 +平親 真 / 忌部 親真 ( たいら の ちかざね / いみべ の ちかざね 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 人物 。 +加地子 ( かじし ) は 、 日本 の 中世 に お い て 、 荘園 領主 ・ 国衙 ( 国司 ) へ 納入 する 年貢 ・ 地子 の 他 に 、 名主 など の 在地 領主 に 対 し て 納入 し た 米 ( 作得 米 ) を 指 す 租税 の 一 形態 。 +前坂 ( まえさか ) は 京都 府 京都 市 北 区 ( 京都 市 ) に あ る 峠 で あ る 。 +逢 志摩 ( あう の しま 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +舞鶴 クレイン ブリッジ ( まいづる クレイン ブリッジ ) と は 、 京都 府 舞鶴 市 に かか る 日本 海側 最大 の 斜張 橋 。 +矢部 宗春 ( やべ むねはる 、 文明 ( 日本 ) 元年 ( 1469 年 ) - 延徳 元年 ( 1489 年 ) ? ) は 室町 時代 末期 の 因幡 国 の 武士 。 +源 順子 ( みなもと の じゅんし / みなもと の のぶこ 、 貞観 ( 日本 ) 17 年 ( 875 年 ) - 延長 ( 元 号 ) 3 年 4 月 4 日 ( 旧暦 ) ( 925 年 5 月 4 日 ) ) 藤原 忠平 の 室 で 、 藤原 実頼 の 母 。 +大河内 正質 ( おおこうち まさただ 、 弘化 元年 4 月 11 日 ( 旧暦 ) ( 1844 年 5 月 27 日 ) - 明治 34 年 ( 1901 年 ) 6 月 2 日 ( グレゴリオ 暦 ) ) は 、 幕末 の 上 総 国 大多喜 藩 第 9 代 で 最後 の 藩主 。 +日野 俊基 ( ひ の とし もと 、 生年 不詳 - 元弘 2 年 / 正慶 元年 6 月 3 日 ( 旧暦 ) ( 1332 年 6 月 26 日 ) ) は 、 鎌倉 時代 末期 の 公家 で あ る 。 +き の さき と は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) が 京都 駅 ~ 城崎 温泉 駅間 を 山陰 本線 ( 嵯峨野 線 ) 経由 で 運行 する 特別 急行 列車 。 +忍器 ( にんき ) は 、 かつて 忍者 達 が 使用 し て い た で あ ろ う と 考え られ て い る 道具 の 総称 。 +朱 印船 ( しゅいんせん ) は 、 16 世紀 末 から 17 世紀 初頭 に かけ て 日本 の 支配 者 の 朱印状 ( 海外 渡航 許可 証 ) を 得 て 海外 交易 を 行 っ た 船 を 言 う 。 +曾我 時致 ( そ が ときむね 、 承安 ( 日本 ) 4 年 ( 1174 年 ) - 建久 4 年 5 月 29 日 ( 旧暦 ) ( 1193 年 6 月 29 日 ) ) は 、 鎌倉 時代 初期 の 武士 。 +洛南 高等 学校 ・ 附属 中 学校 ( らく なん こうとう がっこう ・ ふぞく ちゅう がっこう ) は 、 京都 市 南 区 ( 京都 市 ) に あ る 私立 学校 中 学校 ・ 高等 学校 で あ る 。 +分部 嘉治 ( わけべ よしはる 、 寛永 4 年 9 月 11 日 ( 旧暦 ) ( 1627 年 10 月 19 日 ) - 明暦 4 年 7 月 10 日 ( 旧暦 ) ( 1658 年 8 月 8 日 ) ) は 、 近江国 大溝 藩 の 第 2 代 藩 主 。 +源義直 ( みなもと の よしなお 、 生没 年 未詳 ) は 、 平安 時代 後期 の 武将 。 +伊賀 兼光 ( い が かねみつ 、 生没年 不詳 ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 御 家人 、 実務 官僚 。 +法智 ( ほうち 、 生没年 不明 ) は 、 奈良 時代 の 僧 。 +六 代 目 中村 歌右衛門 ( ろくだい め なかむら うたえもん 、 1917 年 ( 大正 6 年 ) 1 月 20 日 − 2001 年 ( 平成 13 年 ) 3 月 31 日 ) は 戦後 を 代表 する 歌舞伎 役者 。 +虚空 蔵 菩薩 ( こくうぞう ぼさつ ) 、 サンスクリット アーカーシャ ・ ガルバ ( Ā k ā ś agarbha ) また は ガガナ ・ ガンシャ ( Gaganagajja ) は 、 仏教 に おけ る 信仰 対象 で あ る 菩薩 の 一尊 。 +六条 通 ( ろくじょうどおり ) は 京都 市 の 東西 の 通り の 一 つ 。 +鳥羽 離宮 ( とばりきゅう ) は 、 12 世紀 から 14 世紀 頃 まで 代々 の 太上 天皇 に よ り 使用 さ れ て い た 院 御所 。 +八幡造 ( はちまん づくり ) は 、 日本 の 神社 建築 様式 の 1 つ で あ る 。 +ケーブル 坂本 駅 ( ケーブル さかもと えき ) は 、 滋賀 県 大津 市 坂本 本町 に あ る 比叡山 鉄道 が 運行 する ケーブル カー 、 比叡山 鉄道 比 叡山 鉄道 線 ( 坂本 ケーブル ) の 鉄道 駅 で あ る 。 +旧 八幡 郵便 局 ( きゅう はち まん ゆうびん きょく ) は 滋賀 県 近江八幡 市 に あ る 歴史 的 建造 物 。 +日本 芸術 院 賞 ( に ほん げい じゅつ いんしょう ) は 日本 芸術 院 の 賞 。 +蒔絵 ( まきえ ) は 、 漆芸 の 技法 の 一 つ で あ る 。 +上湯 温泉 ( かみゆ おんせん ) は 、 奈良 県 吉野 郡 十津川 村 ( 旧国 大 和国 ) に あ る 温泉 。 +過料 ( か りょう ) と は 、 日本 に お い て 金銭 を 徴収 する 制裁 の 一 。 +大教宣布 ( だい きょうせんぷ ) は 、 明治 3 年 1 月 3 日 _ ( 旧暦 ) ( 1870 年 2 月 3 日 ) に 出 さ れ た 詔書 。 +宗像 神社 ( むなかた じんじゃ ) は 、 京都 府 京都 市 上京 区 、 京都 御苑 内 に あ る 神社 で あ る 。 +円珍 ( えんちん 、 弘仁 5 年 ( 814 年 ) - 寛平 3 年 10 月 29 日 ( 旧暦 ) ( 89 1 年 12 月 4 日 ) ) は 、 平安 時代 の 天台 宗 の 僧 。 +絶海 中津 ( ぜっかい ちゅうしん 、 建武 ( 日本 ) 元年 11 月 13 日 ( 旧暦 ) ( 1334 年 12 月 9 日 ) - 応永 12 年 4 月 5 日 ( 旧暦 ) ( 140 5 年 5 月 3 日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 禅僧 。 +倭迹 迹 姫命 ( やまと と と ひめ の みこと 、 生没 年 未詳 ) は 、 孝元 天皇 の 第 一 皇女 。 +垂仁 天皇 ( すいにんてんのう 、 崇神 天皇 29 年 1 月 1日 ( 旧暦 ) ( 紀元 前 69 年 1 月 26 日 ) - 垂仁 天皇 99 年 7 月 14 日 ( 旧暦 ) ( 70 年 8 月 8 日 ) は 『 古事 記 』 ・ 『 日本 書紀 』 に 伝え られ る 第 11 代 の 天皇 ( 在位 : 垂仁 天皇 元年 1 月 2 日 ( 旧暦 ) ( 紀元 前 29 年 ) - 垂仁 天皇 99 年 7 月 14 日 ( 旧暦 ) ( 70 年 ) 。 +上杉 朝 昌 ( うえすぎ と も まさ 、 生没年 不詳 ) は 、 室町 時代 後期 ( 戦国 時代 ( 日本 ) 初期 ) の 扇谷 上杉 家 の 人物 。 +九品 寺 ( く ほんじ ) は 、 奈良 県 御所 市 楢原 に あ る 浄土 宗 の 寺院 。 +寺請 制度 ( てらうけ せいど ) と は 、 近世 初期 の 1664 年 ( 寛文 4 年 ) に 江戸 幕府 が キリスト 教 や 不受 不 施派 を 禁制 と し て 、 信徒 に 対 し 改宗 を 強制 する こと を 目的 と し て 制定 さ れ た 制度 。 +藤原 菅根 ( ふじわら の すが ね 、 斉衡 3 年 ( 856 年 ) - 延喜 8 年 10 月 7 日 ( 旧暦 ) ( 90 8 年 11 月 3 日 ) は 、 平安 時代 前期 の 貴族 ・ 学者 。 +一如 ( いちにょ   1649 年 ( 慶安 2 年 ) - 170 0 年 5 月 30 日 ( 元禄 13 年 4 月 12 日 ) ) は 、 浄土 真宗 の 僧 で 、 東本願 寺 第 16 代 法主 。 +植松家 ( うえまつ け ) と は 、 植松 雅永 を 祖 と する 公家 。 +鉄道 国有 法 ( てつどう こく ゆうほう ; 明治 39 年 3 月 31 日 法律 第 17 号 ) は 、 全国 的 な 鉄道 網 を 内閣 鉄道 院 に 一元 化 する ため 、 私鉄 を 国有 化 する こと を 定め た 日本 の 法律 で あ る 。 +肴 ( さかな ) と は 、 酒 を 飲 む 際 に 添え て 共 に 楽し む 対象 を 言 い 、 これ は 食品 に 限 ら な い 。 +民法典 論争 ( みんぽう てん ろんそう ) と は 、 1889 年 ( 明治 22 年 ) から 1892 年 ( 明治 25 年 ) の 日本 に お い て 、 旧 民法 ( 明治 23 年 法律 第 28 号 、 第 98 号 ) の 施行 を 延期 する か 断行 する か を 巡り 展開 さ れ た 論争 。 +常陸 坊 海尊 ( ひたち ぼう かいそん 、 生没 年 未詳 ) は 、 『 源平 盛衰記 』 、 『 義経 記 』 、 『 平家 物語 』 に その 名 が 見え る 伝説 の 人物 で 、 園城 寺 また は 比叡 山 の 僧 で あ っ た と さ れ る 。 +幕政 改革 ( ばくせい かいかく ) は 、 江戸 幕府 で 行 わ れ た 、 財政 および 政治 制度 その 他 の 諸 改革 を 指 す 。 +ニギハヤヒノ ミコト は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +久我 通忠 ( こが みち た だ 、 建保 4 年 ( 1216 年 ) - 建長 2 年 12 月 24 日 ( 旧暦 ) ( 1251 年 1 月 17 日 ) ) は 、 鎌倉 時代 の 公卿 。 +宮号 ( きゅう ごう ) と は 、 日本 の 皇族 に 与え られ る 称号 。 +大西 良 慶 ( おおに し りょうけい , 1875 年 ( 明治 8 年 ) 12 月 21 日 - 1983 年 ( 昭和 58 年 ) 2 月 15 日 ) は 、 京都 清水 寺 の 貫主 を 務め 、 その 晩年 は 日本 の 長寿 記録 保持 者 と し て も 有名 で あ っ た 法 相 宗 の 僧 で あ る 。 +竹林 院 ( ちくりん いん ) は 、 奈良 県 吉野 郡 吉野 町 吉野 山 に あ る 単立 の 寺院 。 +山号 豊山 ( ぶざん ) +髪結い ( かみゆい ) は 江戸 時代 から 明治 に かけ て の 理髪 業 に 従事 する 人 を 総称 する 言葉 で 、 今 の 美容 師 の こと 。 +水飴 ( みずあめ ) は 、 デンプン を 酸 や 糖化 酵素 で 糖化 し て 作 ら れ た 粘液 状 の 甘味 料 。 +新田部 親王 ( に い たべ の しんのう 、 生年 不詳 - 天平 7 年 9 月 30 日 ( 旧暦 ) ( 73 5 年 10 月 24 日 ) ) は 天武 天皇 の 第 10 皇子 。 +壬申 約 条 ( じんしん やく じょう ) と は 、 1512 年 ( 中宗 ( 朝鮮 王 ) 7 年 / 永正 9 年 ) に 李 氏 朝鮮 から 対馬 国 の 宗 氏 に 対 し て 通告 さ れ た 来航 者 取締 規則 の こと 。 +京都 - 宮津 ・ 丹後 線 ( きょうと - みやづ ・ たんごせん ) は 京都 市 と 宮津 市 ・ 京丹後 市 を 結 ぶ 高速 バス ( 快速 バス ) で あ る 。 +元 正 天皇 ( げん しょうてんのう 、 天武 天皇 8 年 ( 680 年 ) - 天平 20 年 4 月 21 日 ( 旧暦 ) ( 74 8 年 5 月 22 日 ) ) は 奈良 時代 の 第 44 代 天皇 で 女帝 ( 在位 : 霊亀 元年 9 月 2 日 ( 旧暦 ) ( 71 5 年 10 月 3 日 ) - 養老 8 年 2 月 4 日 ( 旧暦 ) ( 72 4 年 3 月 3 日 ) ) 。 +織田 秀則 ( おだ ひでのり ) は 安土 桃山 時代 の 武将 。 +久美浜 駅 ( くみはま えき ) は 、 京都 府 京丹後 市 久美浜 町 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +物集 高見 ( もずめ た かみ 、 弘化 4 年 5 月 28 日 ( 旧暦 ) ( 1847 年 7 月 10 日 ) - 昭和 3 年 ( 1928 年 ) 6 月 23 日 ) は 豊後 国 ( 大分 県 ) 出身 の 国学 者 。 +天竺 五 精舎 ( てんじく ご しょうじゃ ) と は 、 古代 インド に あ っ た 初期 仏教 の 5 つ の 精舎 ( 伽藍 ・ 寺院 ) を い う 。 +堂本 印象 ( どう もと いんしょう 、 1891 年 12 月 25 日 - 1975 年 9 月 5 日 ) は 日本 画 家 。 +梅若 玄祥 ( うめわか げんしょう ) は 、 シテ 方 観世 流 の 一派 で 能楽 師 、 梅若 家 の 名跡 。 +寂光 寺 ( じゃっこう じ ) は 京都 市 左京 区 に あ る 顕本 法華 宗 の 寺院 。 +如意輪 寺 ( にょい りんじ ) は 、 奈良 県 吉野 郡 吉野 町 に あ る 浄土 宗 の 寺 で あ る 。 +六波羅 探題 ( ろくはら たんだい ) は 、 鎌倉 幕府 の 職名 の 一 つ 。 +寿司 ( す し 、 鮨 、 鮓 、 寿斗 、 寿 し 、 壽司 ) と 呼 ば れ る 食品 は 、 酢飯 と 主に 魚介 類 を 組み合わせ た 日本 料理 で あ る 。 +山槐記 ( さんかいき ) は 、 中山 忠親 の 日記 。 +版籍 奉還 ( はんせき ほうかん ) と は 、 明治 2 年 6 月 17 日 ( 1869 年 7 月 25 日 ) に 日本 の 明治 政府 に よ り 行 わ れ た 中央 集権 化 事業 の 1 つ で あ る 。 +ガス 灯 ( がす とう ) は 気体 燃料 の 燃焼 に よ る 照明 。 +田村 成義 ( たむら なりよし 、 嘉永 4 年 2 月 9 日 ( 旧暦 ) ( 1851 年 3 月 11 日 ) - 大正 9 年 ( 1920 年 ) 1 1 月 8 日 ) は 、 歌舞伎 劇場 の 興行 主 で 、 田村 将軍 と 異名 を 取 っ た 人物 。 +宇野 明霞 ( う の めいか 、 元禄 11 年 5 月 20 日 ( 旧暦 ) ( 1698 年 6 月 27 日 ) - 延享 2 年 4 月 14 日 ( 旧暦 ) ( 1745 年 5 月 15 日 ) ) は 江戸 時代 中期 の 日本 の 儒学 者 で あ る 。 +代明 親王 ( よしあきら しんのう 、 延喜 4 年 ( 90 4 年 ) - 承平 7 年 3 月 29 日 ( 93 7 年 5 月 12 日 ) ) は 平安 時代 の 皇族 。 +荒神口通 ( こうじんぐち どおり ) は 京都 市 内 の 東西 の 通り 。 +不空院 ( ふくういん ) は 奈良 県 奈良 市 高畑 に あ る 真言 律宗 の 仏教 寺院 。 +日正 ( にっしょう 、 1829 年 - 190 8 年 ) は 、 幕末 から 明治 期 に かけ て の 日蓮 宗 〈 不受 不 施派 〉 の 僧 。 +紀皇女 ( きの ひめみこ 生没年 不明 ) は 、 飛鳥 時代 の 皇族 。 +大江 山口 内宮 駅 ( おおえ やまぐち な いくえき ) は 、 京都 府 福知 山 市 大江町 ( 京都 府 ) 内宮 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮 福線 の 鉄道 駅 。 +賀茂 忠行 ( かもの ただゆき 、 生没年 不詳 。 +津山 エクスプレス 京都 号 ( つやま エクスプレス きょう と ごう ) は 、 西 日本 ジェイアール バス 、 神姫 バス の 2 社 に よ っ て 共同 運行 さ れ る 京都 府 京都 市 ・ 乙訓 郡 大山崎 町 ・ 大阪 府 高槻 市 と 兵庫 県 加東 市 ・ 加西 市 ・ 宍粟 市 ・ 岡山 県 美作 市 ・ 勝田 郡 勝央 町 ・ 津山 市 を 結 ぶ 中国 自動 車 道 の 昼行 高速 バス 路線 で あ る 。 +藤原 実季 ( ふじわら の さねすえ 、 長元 8 年 ( 10 35 年 ) - 寛治 5 年 12 月 24 日 ( 旧暦 ) ( 1092 年 2 月 4 日 ) ) は 、 平安 時代 の 公卿 。 +薙 刀術 ( なぎなたじゅつ ) は 日本 固有 の 長柄 武器 で あ る 平安 時代 から 伝わ る 薙刀 を 使用 する 日本 武術 で あ る 。 +新葉 和 歌集 ( しんよう わかしゅう ) は 南北朝 時代 ( 日本 ) の 和歌集 。 +吉雄 耕牛 ( よしお こうぎゅう 、 享保 9 年 ( 1724 年 ) - 寛政 12 年 8 月 16 日 ( 180 0 年 10 月 4 日 ) ) ) は 、 日本 の 江戸 時代 中期 の オランダ 語 通詞 ( 江戸 幕府 公式 通訳 ) 、 蘭方 医 。 +決ま り 字 ( きま りじ ) と は 、 百 人 一首 で 札 の 取り合い を する 際 に 、 そこ まで 読 ま れ れ ば その 札 だ と 確定 でき る と い う 部分 の こと を 指 す 。 +大名 行列 ( だいみょう ぎょうれつ ) は 、 大名 が 公用 の ため に 随員 を 引き連れ て 外出 する 際 に 取 る 行列 の こと 。 +時代 祭 ( じだい まつり ) は 、 京都 、 平安 神宮 の 祭り 。 +願 阿弥 ( がんあみ 、 生年 不詳 - 文明 ( 日本 ) 18 年 5 月 13 日 ( 旧暦 ) ( 1486 年 6 月 14 日 ) ) は 室町 時代 の 時宗 の 僧 。 +布都 御魂 ( ふつ の みたま ) は 、 記紀 神話 に 現れ る 霊剣 。 +元子女王 ( げん し ( もと こ ) じょおう 、 生没年 不詳 ) は 、 平安 時代 前期 の 皇族 。 +長岡 天満 宮 ( ながおか てんまんぐう ) は 、 京都 府 長岡 京 市 に 鎮座 する 神社 ( 天満 宮 ) 。 +良 円 ( りょう えん 、 永観 元年 ( 983 年 ) - 永承 5 年 ( 1050 年 ) 7 月 ( 旧暦 ) ) は 、 平安 時代 中期 の 天台 宗 僧侶 。 +薩摩守 ( さつま の かみ ) は 、 薩摩 国 の 国司 長官職 。 +「 草子 洗 小町 」 ( そうし あらい こまち 、 草紙 洗 、 草紙 洗 小町 と も ) は 、 能 の 演目 の 一 つ で 、 三 番 目物 、 現在 鬘物 、 大 小物 に 分類 さ れ る 。 +歴代 の 文部 大臣 ( れきだい の もんぶ だいじん ) で は 、 日本 に おけ る 歴代 の 文部 大臣 、 および その 前身 で あ る 歴代 の 文部 卿 、 ならび に 後身 で あ る 歴代 の 文部 科学 大臣 の 一覧 を 記載 する 。 +行基図 ( ぎょうき ず ) と は 、 奈良 時代 の 僧侶 ・ 行基 が 作 っ た と さ れ る 古式 の 日本 地図 。 +若宮 八幡宮 ( わかみや はち まんぐう ) は 、 京都 市 東山 区 に 鎮座 する 神社 。 +覚恵 ( かく え ) +夏見 廃寺 ( なつみ はいじ ) と は 、 三重 県 名張 市 夏見 に あ る 、 飛鳥 時代 から 奈良 時代 に かけ て 存在 し た 寺 の 跡地 。 +然 空 ( ねんくう 、 生年 不詳- 永仁 5 年 8 月 11 日 ( 旧暦 ) ( 1297 年 8 月 30 日 ) ) は 、 鎌倉 時代 の 浄土 宗 の 僧 。 +梵鐘 ( ぼんしょう ) は 、 東 アジア の 寺院 など で 使用 さ れ る 仏具 と し て の 釣鐘 ( つりがね ) 。 +側 用 人 ( そば ようにん ) は 、 江戸 時代 、 幕府 および 諸藩 に 置 か れ た 役職 。 +法輪山 了徳寺 ( ほうりん ざんりょうとくじ ) は 、 京都 市 右京 区 鳴滝 ( 京都 市 右京 区 ) に あ る 真宗 大谷 派 の 寺 。 +藤原 通俊 ( ふじわら の みち と し 、 永承 2 年 ( 1047 年 ) - 承徳 3 年 8 月 16 日 ( 旧暦 ) ( 1099 年 9 月 3 日 ) ) は 、 平安 時代 後期 の 公家 ・ 歌人 。 +神典 ( しんてん ) と は 日本 の 神道 に お い て 信仰 の 根拠 と さ れ る 文献 の 総称 で あ る 。 +名目鈔 ( みょう もくしょう ) は 、 室町 時代 中期 に 左 大臣 洞院 実熈 に よ っ て 書 か れ た 有職 故 実書 。 +山科 駅 ( やましな えき ) は 、 京都 府 京都 市 山科 区 上野 御所ノ内町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) ・ 京都 市営 地下 鉄 の 鉄道 駅 。 +藤原 辛 加知 ( ふじわら の しか ち 、 ? - 天平 宝字 8 年 ( 764 年 ) ) は 奈良 時代 の 貴族 。 +丹後 ちりめん ( たんご ちりめん ) は 、 京都 府 の 丹後 地方 で 生産 さ れ る 高級 絹織物 の こと 。 +醍醐 駅 ( だい ご えき ) は 、 京都 市 伏見 区 醍醐 高畑町 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 +吉田 翔 ( よしだ しょう 、 SyohYoshida 、 1984 年 1 月 24 日 - ) は 、 愛知 県 生まれ の 日本 画 家 。 +八千代 太夫 ( や ちよ た ゆう 、 寛永 12 年 5 月 1日 ( 旧暦 ) ( 1635 年 6 月 15 日 ) - ? ) は 嶋原 太夫 。 +四 等 官 ( し とうかん ) また は 四 等 官制 ( - せい ) は 、 律令 制 に お い て 各 官司 の 中核 職員 が 4 等級 で 構成 さ れ て い た こと を 表 す 用語 。 +平国 妙 ( たいら の くに たえ 、 生没年 不詳 ) は 、 平安 時代 の 出羽 国 の 武将 。 +日本 の 中世 文学 史 は 、 およそ 鎌倉 時代 から 安土 桃山 時代 まで の 日本 文学 の 歴史 で あ る 。 +真言 宗山 階 派 ( しんごん しゅうやましなは ) は 、 日本 に おけ る 真言 系 仏教宗 派 の ひと つ で 、 古義 真言宗 に 属 する 。 +中臣 意美麻呂 ( なか とみの お みまろ 、 生年 不詳- 和銅 4 年 6 月 22 日 ( 旧暦 ) ( 71 1 年 8 月 10 日 ) ) は 、 奈良 時代 の 官人 。 +池坊 専永 ( いけのぼうせん えい 、 1933 年 7 月 21 日 - ) は 京都 府 出身 の 華道 家 。 +近衛 忠房 ( このえ ただふさ 、 天保 9 年 8 月 6 日 ( 旧暦 ) ( 1838 年 9 月 24 日 ) - 明治 6 年 ( 1873 年 ) 7 月 16 日 ) は 、 幕末 期 の 公卿 。 +江原 素六 ( えばら そろく 、 天保 13 年 1 月 29 日 ( 旧暦 ) ( 1842 年 3 月 10 日 ) - 大正 11 年 ( 1922 年 ) 5 月 19 日 ) は 、 旧 幕臣 、 日本 の 政治 家 、 教育 者 、 キリスト 者 。 +今川 義忠 ( いまがわ よし ただ ) は 室町 時代 ・ 戦国 時代 ( 日本 ) の 武将 。 +手研 耳 命 ( たぎしみみの みこと 、 生年 未詳 - 神武 天皇 76 年 ( 紀元 前 585 年 ) ) は 、 古墳 時代 の 皇族 。 +根 白坂 の 戦い ( ねじろざか の たたか い ) は 、 に 日向 国 根城坂 で 行な わ れ た 豊臣 秀吉 軍 と 島津 義久軍 に よ る 合戦 で あ る 。 +観世 小次郎 信光 ( かんぜ こじろう のぶみつ 、 觀世 小次郎 信光 、 永享 7 年 ( 1435 年 ) また は 宝徳 2 年 ( 1450 年 ) - 永正 13 年 ( 1516 年 ) 7 月 7 日 ) は 日本 の 室町 時代 の 猿楽 師 ( 能楽師 ) 、 猿楽 ( 能 ) 作者 。 +源 為 基 ( みなもと の ため も と 、 生没年 不詳 ) は 、 平安 時代 後期 の 武将 。 +左 甚五郎 ( ひだり じんごろう 、 生没年 不詳 ) は 江戸 時代 初期 に 活躍 し た と さ れ る 伝説 的 な 彫刻 職人 。 +久米 寺 ( くめ でら ) は 、 奈良 県 橿原 市 久米 町 に あ る 真言 宗 御 室 派 の 寺院 。 +多田 行綱 ( ただゆきつな ) は 、 平安 時代 末期 の 武将 。 +若宮 ( わかみや ) +音道 ( おんどう ) と は 、 日本 律令 制 の 大学 寮 に お い て 、 儒教 経典 を その まま 音読 する ため に 必要 な 漢音 ( 中国 語 ) の 発音 に つ い て 習 う 学科 。 +日本 二十 六 聖人 ( にほん にじゅう ろく せいじん ) と は 慶長 元年 12 月 19 日 ( 旧暦 ) ( グレゴリオ 暦 1597 年 2 月 5 日 ) 、 豊臣 秀吉 の 命令 に よ っ て 長崎 市 で 処刑 さ れ た 26 人 の カトリック 信徒 。 +村屋 坐 弥 冨都 比売 神社 ( むらや に ますみ ふつ ひめじんじゃ ) は 、 奈良 県 磯城 郡 田原本 町 に あ る 神社 で あ る 。 +貴族 院 ( きぞく いん ) は 、 大 日本 帝国 憲法 下 に お い て 1890 年 ( 明治 23 年 ) から 1947 年 ( 昭和 22 年 ) まで 存在 し た 帝国 議会 の 一院 。 +院 宮給 ( いんぐう きゅう ) と は 、 太上 天皇 と 三宮 ( 后妃 ) に 給 する 年官 と 年爵 の こと 。 +東海 自然 歩道 ( とうかい しぜん ほどう ) は 、 東京 都 八王子 市 の 「 明治 の 森 高尾 国定 公園 」 から 大阪 府 箕面 市 の 「 明治 の 森 箕面 国定 公園 」 まで の 11 都 府 県 約 90 市 町 村 に またが る 長 さ 1 , 697 km の 長 距離 自然 歩道 。 +伝統 野菜 ( でんとう や さい ) と は 、 各地 で 古く から 栽培 ・ 利用 さ れ て き た 野菜 の 在来 品種 。 +藤原 璋子 ( ふじわら の しょうし / たまこ 、 康和 3 年 ( 1101 年 ) - 久安 元年 8 月 22 日 ( 1145 年 9 月 10 日 ) ) は 、 平安 時代 後期 の 国母 。 +山路 彰善 ( やまじあきよし 、 天保 12 年 ( 1841 年 ) - 明治 21 年 ( 1888 年 ) 6 月 5 日 ) は 、 幕末 の 天文 学 者 。 +杉孫 七郎 ( すぎ まごしちろう 、 1835 年 2 月 13 日 ( 天保 6 年 1 月 16 日_ ( 旧暦 ) ) - 1920 年 ( 大正 9 年 ) 5 月 3 日 ) は 、 日本 の 武士 ・ 長州 藩 。 +日本 +輩行名 ( はい こうめい ) は 、 主に 日本 に おけ る 男性 の 名前 の 種類 の ひと つ 。 +頂法 寺 ( ちょうぼう じ ) は 、 京都 府 京都 市 中京 区 に あ る 天台 宗 系 の 単立 寺院 。 +東園 基雅 ( ひがしぞ の もと まさ 、 延宝 3 年 1 月 5 日 ( 旧暦 ) ( 167 5 年 1 月 30 日 ) - 享保 13 年 6 月 11 日 ( 旧暦 ) ( 1728 年 7 月 17 日 ) ) は 江戸 時代 中期頃 の 公卿 。 +源 為 公 ( みなもと の ため とも 、 生没年 不詳 ) は 、 平安 時代 後期 の 武将 。 +横田 商會 ( よこ た しょうかい 、 190 3 年 6 月 設立 - 1912 年 9 月 合併 ) は 、 かつて 京都 に 存在 し た 日本 の 映画 会社 で あ る 。 +持明院 基久 ( じみょういん もとひさ 、 天正 12 年 ( 1584 年 ) - 慶長 20 年 5 月 7 日 ( 旧暦 ) ( 1615 年 6 月 3 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 公家 。 +寿司屋 ( すしや 、 すし屋 ・ 鮨屋 ) は 、 寿司 商 ( すししょう ) 、 寿司 店 ( すしてん ) と も 言 い 、 日本 食 で あ る 寿司 を 供 する 飲食 店 で あ る 。 +芝山 宣豊 ( しばやま のぶと よ 、 はじめ 、 大蔵 卿 ・ 勧修 寺 宣豊 、 慶長 17 年 3 月 25 日 ( 旧暦 ) ( 1612 年 4 月 25 日 ) - 元禄 3 年 2 月 13 日 ( 旧暦 ) ( 1690 年 3 月 23 日 ) ) は 、 江戸 時代 初期 の 公家 ( 公卿 ) 。 +悪樓 ( あくる ) は 、 日本 神話 に 伝わ る 悪神 。 +八幡巻 ( やわた まき ) は 、 料理 の 一 つ 。 +南禅 寺 ( なんぜん じ ) は 、 京都 市 左京 区 南禅 寺 福地 町 に あ る 、 臨済 宗 南禅 寺 派 大 本山 の 寺院 で あ る 。 +宗叡 ( しゅうえい ・ しゅえい 、 大同 ( 日本 ) 4 年 ( 809 年 ) - 元 慶 8 年 3 月 26 日 ( 旧暦 ) ( 884 年 4 月 29 日 ) ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +分国 ( ぶんこく ) と は 、 日本 の に 中世 おけ る 1 国 の 単位 。 +阿野 時元 ( あの とき も と 、 生年 未詳 - 建保 7 年 2 月 11 日 ( 旧暦 ) ( 1219 年 2 月 27 日 ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +大判 ( おおばん ) と は 、 広義 に は 16 世紀 以降 の 日本 に お い て 生産 さ れ た 延金 ( の しきん : 槌 や ローラ で 薄 く 広げ た 金塊 ) の 内 、 楕 円形 で 大型 の もの を い う 。 +令 制 国 一覧 > 東山道 > 近江 国 +幕府 陸軍 ( ばくふ りくぐん ) と は 、 幕末 に 江戸 幕府 が 編成 し た 陸上 戦闘 を 任務 と し た 西洋 式 軍備 の 軍事 組織 で あ る 。 +知足 院 宗 省 ( ち そくいん そうしょう 、 生没年 不詳 ) は 安土 桃山 時代 の 僧 。 +『 菅原 伝授 手習鑑 』 ( すがわら でんじゅ て なら いかが み 、 旧 字体 : 傳授 ) は 、 義太夫 節 、 また それ に 合せ て 演 じ られ る 人形 浄 瑠璃 と 歌舞伎 の 演目 。 +田作 ( たづくり 、 た つくり ) は 、 カタクチ イワシ の 幼魚 の 乾燥 品 、 および それ を 調理 し た 料理 。 +看聞 日記 ( かんもん にっき ) は 、 伏見 宮 貞成親王 ( 後崇 光院 、 13 72 - 1456 ) の 日記 。 +南都 六 宗 ( なんと ろく しゅう / - りくしゅう ) と は 、 奈良 時代 、 平城 京 を 中心 に 栄え た 仏教 の 6 つ の 宗派 の 総称 。 +対面 所 ( たいめんじょ ) と は 、 室町 時代 以後 の 武家 屋敷 内 に 設置 さ れ た 施設 で 、 主従 関係 に あ る 者 と の 対面 儀礼 の 際 に 用い られ た 。 +味噌 ( みそ ) は 、 穀物 を 発酵 さ せ て 作 ら れ た 日本 の 発酵 食品 で あ る 。 +嵐電 天 神川 駅 ( らんでん てん じん がわ えき ) は 、 京都 府 京都 市 右京 区 太秦 下 刑部 町 に あ る 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 の 鉄道 駅 で あ る 。 +織田 俊長 ( お だ と しなが 、 生没年 不詳 ) は 、 戦国 時代 ( 日本 ) の 武将 。 +清内 雄行 ( きようち の おゆき 、 大同 ( 日本 ) 3 年 ( 80 8 年 ) - 元慶 6 年 6 月 10 日 ( 旧暦 ) ( 88 2 年 6 月 29 日 ) ) は 、 平安 時代 前期 の 官人 。 +祭主 ( さいしゅ ) と は 、 伊勢 神宮 に のみ 置 か れ て い る 神職 の 役職 で あ る 。 +湯揚げ ( ゆあげ ) は 、 水揚げ の 方法 の 一 つ 。 +豊臣 鶴松 ( とよとみ の つるまつ ) は 、 豊臣 秀吉 の 長男 ( 異説 あり ) 。 +日本 建築 史 ( に ほんけんちく し ) で は 、 日本 に おけ る 建築 の 歴史 を 記述 する 。 +藩 ( はん ) は 、 諸侯 が 治め る 領地 の こと 。 +長 等 山 トンネル ( ながら やま トンネル ) 、 長等 トンネル ( ながら トンネル ) は 、 いずれ も 滋賀 県 大津 市 と 京都 府 京都 市 山科 区 の 間 に あ る 長 等 山 ( 標高 354 メートル ) に 掘削 さ れ た トンネル で あ る 。 +蘇我 日向 ( そが の ひむ か 、 生没年 不詳 ) は 、 7 世紀 後半 の 官人 。 +小塩山 ( おしおやま ) は 、 京都 府 京都 市 西京 区 に あ る 山 で あ る 。 +達磨 ( だるま 、 ボーディダルマ ) は 禅宗 の 開祖 と さ れ て い る 人物 で あ る 。 +豊臣 秀頼 ( とよとみの ひでより / とよとみ ひでより ) / 羽柴 秀頼 ( は しば ひでより ) 、 は 、 安土 桃山 時代 から 江戸 時代 前期 の 大名 。 +長岡 京 はっぴぃ バス ( ながおか きょう はっぴぃ バス ) は 、 京都 府 長岡 京 市 が 運営 する コミュニティバス で あ る 。 +演劇 改良 運動 ( えんげき かいりょう うんどう ) と は 、 明治 時代 に 歌舞伎 を 近代 社会 に ふさわし い 内容 の もの に 改め よ う と し て 提唱 さ れ た 運動 。 +侍読 ( じどく / じとう ) と は 、 天皇 の 側 に 仕え て 学問 を 教授 する 学者 の こと 。 +藤原 資房 ( ふじわらのすけふ さ 、 寛弘 4 年 ( 1007 年 ) - 天喜 5 年 1 月 24 日 ( 旧暦 ) ( 105 7 年 3 月 2 日 ) ) は 、 平安 時代 中期 の 公卿 。 +円融 天皇 ( えんゆうてんのう 、 天徳 ( 日本 ) 3 年 3 月 2 日 ( 959 年 4 月 12 日 ) - 正暦 2 年 2 月 12 日 ( 99 1 年 3 月 1日 ) ;   在位 : 安和 2 年 9 月 23 日 ( 96 9 年 11 月 5 日 ) - 永観 2 年 8 月 27 日 ( 98 4 年 9 月 24 日 ) ) は 、 第 64 代 の 天皇 。 +勘解由 使 ( かげゆし ) は 、 日本 の 律令 制下 の 令外 官 の 一 つ 。 +武田 氏 ( たけだ し ) は 、 平安 時代 末 から 戦国 時代 ( 日本 ) の 武家 。 +勅撰 和 歌集 ( ちょくせん わかしゅう ) は 、 天皇 や 太上 天皇 の 命 に よ り 編集 さ れ た 歌集 の こと 。 +久我 通名 ( こが みちな 、 正保 4 年 ( 1647 年 ) - 享保 8 年 8 月 27 日 ( 旧暦 ) ( 1723 年 9 月 26 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +南 法華 寺 ( みなみ ほっけじ ) は 、 奈良 県 高市 郡 高取 町 に あ る 真言 宗 の 寺院 。 +丹後 天橋立 大 江山 国定 公園 ( たんご あまの はしだて おおえやまこく てい こうえん ) は 、 京都 府 京丹後 市 から 京都 府 舞鶴 市 の 由良 川 河口 右岸 に 至 る 「 丹後 半島 海岸 地区 」 及び 、 丹後 半島内陸 部 の 「 世屋 高原 地区 」 、 福知 山 市 の 旧 大江 町 地域 を 中心 と し た 「 大江山 連峰 地区 」 の 3 地区 で 構成 さ れ た 国定 公園 。 +冷泉 帝 / 冷泉 院 ( れいぜい てい ・ れいぜい の みかど / れいぜいいん ) は 、 『 源氏 物語 』 に 登場 する 三 番 目 の 天皇 ( 在位 : 「 澪標 」 ~ 「 若菜 ( 源氏 物語 ) 下 」 。 治世 18 年間 は 光源 氏 の 全盛 期 で あ っ た ) 。 +八幡山 ( はちまん やま ) は 、 毎年 7 月 17 日 に 京都 市 内 で 行 わ れ る 祇園 祭 に て 巡行 する 「 山鉾 」 の ひと つ 。 +アパート ( apart ) と は 、 建物 の 内部 を 複数 に 区切 り 、 それぞれ を 独立 し た 住居 と し て 居住 者 に 賃貸 する 集合 住宅 。 +けいはん な 線 ( けいはん なせん ) は 、 大阪 府 東 大阪 市 の 長田 駅 ( 大阪 府 ) から 奈良 県 奈良 市 の 学研 奈良 登美ヶ丘 駅 を 結 ぶ 近畿 日本 鉄道 ( 近鉄 ) の 鉄道 路線 。 +恵善尼 ( えぜん に 、 生没年 不詳 ) は 、 6 世紀 後半 の 尼僧 。 +若竹 煮 ( わかたけ に ) は 、 日本 の 煮物 料理 の ひと つ 。 +鎮西 奉行 ( ちんぜい ぶぎょう ) と は 、 鎌倉 幕府 に お い て 、 鎮西 ( 九州 ) の 御 家人 の 指揮 統制 を 行 っ た 職 で あ る 。 +文化 の 日 ( ぶんか の ひ ) は 、 日本 の 国民 の 祝日 の 一 つ で 、 日付 は 11 月 3 日 で あ る 。 +本多 忠常 ( ほんだ ただつね 、 寛文 元年 ( 1661 年 ) - 宝永 6 年 4 月 17 日 ( 旧暦 ) ( 1709 年 5 月 26 日 ) ) は 、 大和 国 郡山 藩 の 第 2 代 藩 主 。 +西行 ( さいぎょう 、 1118 年 ( 元永 元年 ) - 1190 年 3 月 23 日 ( 文治 6 年 2 月 16 日 ( 旧暦 ) ) ) は 、 院政 期 から 鎌倉 時代 初期 に かけ て の 僧侶 ・ 歌人 。 +日向 大 神宮 ( ひ む かいだい じんぐう ) は 京都 市 山科 区 の 三条 通 沿い に あ る 神社 。 +粟 饅頭 ( あわ まんじゅう ) は 、 福島 県 河沼 郡 柳津 町 の 菓子 。 +茶屋 四郎 次郎 ( ちゃ や しろうじろう 、 ちゃ や しろじろう ) は 、 織豊 時代 から 江戸 時代 初期 の 京都 の 豪商 。 +京都 師範 学校 ( きょうとしはん がっこう ) は 第 二 次 世界 大戦 中 の 1943 年 ( 昭和 18 年 ) に 、 京都 府 に 設置 さ れ た 師範 学校 で あ る 。 +湘南宗 化 ( しょう なん そうけ   生年 不明 ( 1586 年 頃 ) - 寛永 14 年 ( 1637 年 ) ) は 、 安土 桃山 時代 ・ 江戸 時代 の 臨済 宗 妙心 寺 の 僧侶 。 +大手 倶楽部 ( おおて くらぶ ) と は 、 明治 中期 の 政治 結社 ( 1894 年 10 月 20 日 - 18 96 年 2 月 24 日 ) 。 +織田 信広 ( おだ のぶひろ 、 織田 信廣 、 ? - 天正 2 年 9 月 29 日 ( 旧暦 ) ( 1574 年 10 月 13 日 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +鈴木則文 ( すずき の りぶみ 、 1933 年 - ) は 日本 の 映画 監督 、 脚本 家 。 +家相 ( かそう ) と は 、 風水 や 気学 など と 通じ る 開運 学 の 1 つ 。 +信空 ( しんくう 、 久安 2 年 ( 1146 年 ) - 安貞 2 年 9 月 9 日 ( 旧暦 ) ( 1228 年 10 月 8 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 前期 の 浄土 宗 の 僧 。 +松平 資承 ( まつだいら すけつぐ ) は 、 丹後 国宮津 藩 の 第 3 代 藩 主 。 +縦 型 精米 機 ( たてがた せいまいき ) と は 、 昭和 5 年 ( 1930 年 ) ごろ に 登場 し 、 元来 酒造用 の 精米 機 で あ っ た 。 +松平家 忠 ( まつだいらいえ ただ 、 弘治 ( 日本 ) 元年 ( 1555 年 ) - 慶長 5 年 8 月 1日 ( 旧暦 ) ( 160 0 年 9 月 8 日 ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 で 、 徳川 氏 の 家臣 。 +氏子 内 親王 ( うじこ な い しんのう 、 生年 不詳 - 仁和 元年 4 月 2 日 ( 旧暦 ) ( 885 年 5 月 19 日 ) ) は 、 平安 時代 前期 の 皇族 。 +田楽 ( でんがく ) は 、 日本 の 伝統 芸能 。 +ミカド 商会 ( - しょうかい 、 1919 年 7 月 10 日 設立 - 1920 年 1 月 吸収 ) は 、 かつて 存在 し た 日本 の 映画 会社 で あ る 。 +押小路 烏丸殿 ( おしこうじ からすまど の ) は 、 中世 京都 に あ っ た 邸宅 の 1 つ 。 +大向 う ( 大向こう 、 おおむこう ) と は 、 芝居 小屋 の 三 階 正面 席 、 また そこ に 坐 る 客 を 指 す 隠語 ・ 通言 ( 現在 の 歌舞伎 座 で は 、 構造 上 三 階 B 席 から 幕見 席 あたり を 指 す もの と し て 理解 さ れ て い る 。 ) 、 つまり 大向 う と は 、 舞台 上 から 見 た 客席 の 位置 に 由来 する 。 +島津 久経 ( しまづ ひさつね 、 1225 年 ( 嘉禄 元年 ) - 1284 年 5 月 7 日 ( 弘安 7 年 4 月 21 日 ( 旧暦 ) ) ) は 鎌倉 時代 中期 の 武将 。 +伊吉 博徳 ( いき の はか と こ 、 生没年 は 不詳 ) は 、 飛鳥 時代 から 奈良 時代 の 人物 で あ る 。 +御 仕置例 類 集 ( おしおき る いれい しゅう ) と は 、 江戸 幕府 が 作成 し た 刑事 事件 に 関 する 判例 集 。 +三宝尊 ( さんぼう そん 、 さんぽう そん ) と は 、 法華 宗 ・ 日蓮 宗 の 本尊 。 +千 千 衝倭 姫命 ( ちちつ く やまと ひめ の みこと 、 生没 年 未詳 ) は 、 崇神 天皇 の 皇女 。 +晴明 神社 ( せいめい じんじゃ ) は 、 京都 市 上京 区 に あ る 神社 で あ る 。 +雪舟 ( せっしゅう 、 142 0 年 ( 応永 27 年 ) - 150 6 年 ( 永正 3 年 ) ) は 号 で 、 15 世紀 後半 室町 時代 に 活躍 し た 水墨 画家 ・ 禅僧 で 、 画聖 と も 称え られ る 。 +聖徳宗 ( しょう とくしゅう ) は 、 日本 の 仏教 宗 派 の 一 つ で あ り 、 奈良 県 生駒 郡 斑鳩 町 の 法隆 寺 を 総本山 と する 。 +町人 ( ちょうにん 、 まち にん ) と は 、 江戸 時代 に 都市 に 居住 し て い た 職人 、 商人 の こと 。 +法住 寺 ( ほうじゅうじ ) は 日本 の 京都 市 東山 区 に あ る 天台 宗 の 仏教 寺院 で あ る 。 +中院 通村 ( なかの いんみち むら 、 天正 16 年 1 月 26 日 ( 旧暦 ) ( 158 8 年 2 月 22 日 ) - 承応 2 年 2 月 29 日 ( 旧暦 ) ( 1653 年 3 月 28 日 ) ) は 江戸 時代 前期 の 公卿 。 +崩御 ( ほうぎょ ) は 、 天皇 、 皇帝 、 国王 、 太皇 太后 、 皇太后 、 皇后 、 その 他 君 主 等 の 死 を 婉曲 的 に 、 かつ 敬意 を 込め て 指 す 語 。 +烏金 拓 ( う こん たく 、 うきん たく ) は 烏 の 羽根 の よう に 真っ黒 に と っ た 拓本 の こと 。 +関牧翁 ( せき ・ ぼく おう 、 190 3 年 ( 明治 36 年 ) - 1991 年 ( 平成 3 年 ) ) は 、 日本 臨済 宗 の 僧侶 。 +鳴神 ( なるかみ ) は 歌舞伎 の 演目 の 一 つ 。 +紀成盛 ( きの なりもり 、 生没年 不詳 ) は 平安 時代 末期 から 鎌倉 時代 に かけ て 伯耆 国 西部 ( 西伯耆 ) で 勢力 を 誇 っ て い た 武士 。 +北丹 鉄道 ( ほくたん てつどう ) は 、 京都 府 福知 山 市 の 福知 山 駅 から 北 へ 河守 駅 まで の 路線 を 運営 し て い た 鉄道 事業 者 で あ る 。 +京都 府 は 旧国 制度 で 丹後 国 、 丹波 国 ( 一部 兵庫 県 を 含 む ) 、 山城 国 の 3 つ に 分け られ る が その 中 で 京都 府 南部 地域 ( きょうと ふ なんぶ ちいき ) と は 大まか に 、 次 の 5 つ の 定義 が な さ れ る 場合 が 多 い 。 +柳田 三二郎 ( やなぎだ さんじろう 、 生没年 不詳 ) は 壬生 浪士 組 及び 新選 組 隊士 。 +柳原 愛子 ( やなぎはら な る こ 、 安政 6 年 5 月 26 日 ( 旧暦 ) ( 1859 年 6 月 26 日 ) - 10 月 16 日 ) は 、 明治 天皇 の 典侍 。 +正倉 院 文書 ( しょう そう いん もん じょ ) は 、 東大 寺 正倉院 に 保管 さ れ て き た 文書 群 で 、 主に 東大 寺 写 経所 が 作成 し た 文書 群 の こと 。 +有職 料理 ( ゆうそく りょうり ) と は 、 平安 時代 の 貴族 の 社交 儀礼 の 中 で 発達 し た 大饗 料理 が 、 公家 風 の 料理 形式 と し て 残 っ た 物 で あ る 。 +夕霧 太夫 ( ゆうぎり た ゆう ) は 京都 ・ 嶋原 、 大阪 ・ 新町 遊廓 に い た 太夫 で 「 夕霧 」 の 名 を 持 つ の は 2人 だけ で あ る 。 +加納 惣 三郎 ( かのうそう ざ ぶろう 、 生没年 不明 ) は 、 京都 出身 の 新 選 組 隊士 。 +丹後 神崎 駅 ( たんご かんざき えき ) は 、 京都 府 舞鶴 市 油江 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +国風 文化 ( こくふう ぶんか ) と は 日本 の 歴史 的 文化 の 一 つ で あ る 。 +覚助 ( かくじょ 、 長和 2 年 ( 1013 年 ) - 康平 6 年 11 月 11 日 ( 旧暦 ) ( 1063 年 12 月 3 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +普化 宗 ( ふけしゅう ) は 、 日本 の 仏教 の 禅宗 の ひと つ 。 +岸本 辰雄 ( きしもと たつお 、 1851 年 11 月 13 日 ( 嘉永 3 年 10 月 10 日 ( 旧暦 ) ) - 1912 年 ( 明治 45 年 ) 4 月 5 日 ) は 日本 の 法学 者 。 +並河 駅 ( なみかわ えき ) は 、 京都 府 亀岡 市 大井町 土田 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 で あ る 。 +御 教書 ( みぎょうしょ 、 み きょうしょ ) と は 平安 時代 後期 から 室町 時代 に かけ て 、 従 三 位 以上 及び それ に 准じ る 地位 に あ る 人 の 家司 が 主 の 意思 を 奉 じ て 発給 し た 古 文書 の 形態 。 +佐々木 廣綱 ( ささき ひろ つな 、 生年 不詳 - 承久 3 年 ( 1221 年 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 の 武士 で あ る 。 +師団 街道 ( しだん かいどう ) は 、 京都 市 の 南北 の 通り の 一 つ 。 +佐々 成政 ( さっさ な りまさ ) は 、 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 。 +『 俊頼 髄脳 』 ( としより ずいのう ) は 、 源 俊頼 に よ っ て 書 か れ た 歌論 書 。 +中臣 金 ( なか とみ の かね 、 生年 不詳- 天武 天皇 元年 8 月 25 日 ( 旧暦 ) ( 67 2 年 9 月 24 日 ) ) は 、 飛鳥 時代 の 官人 。 +小野木 重勝 ( おのぎしげかつ ) は 、 安土 桃山 時代 の 武将 。 +番上 ( ばんじょう ) と は 、 日本 の 律令 制 に お い て 雑任 など の 下級 官人 が 行 っ て い た 勤務 形態 。 +内山 愚童 ( うち やまぐどう 、 1874 年 5 月 17 日 - 19 11 年 1 月 24 日 ) は 、 日本 の 仏教 者 ・ 僧 ( 曹洞 宗 林 泉 寺 住職 ) ・ 社会 主義 運動 家 。 +三 条 仏所 ( さんじょう ぶっしょ ) は 、 平安 時代 中期 、 京都 三 条 通 に あ っ た 仏師 の 工房 で あ る 。 +大林 宗套 ( だいりん そうとう 、 1480 年 ( 文明 ( 日本 ) 12 年 ) - 1568 年 ( 永禄 11 年 ) ) は 、 日本 の 禅僧 、 茶道 。 +秩禄 処分 ( ちつろく しょぶん ) は 、 明治 政府 が 1876 年 に 実施 し た 秩禄 給与 の 全廃 政策 で あ る 。 +神山 鳳陽 ( ごうやま ほうよう 、 文政 8 年 ( 1824 年 ) - 明治 22 年 ( 1889 年 ) ) は 、 明治 時代 に 活躍 し た 書家 ・ 漢詩 人 で あ る 。 +庭田 秀子 ( に わた ひでこ 、 生年 不詳 - 貞享 2 年 4 月 2 日 ( 旧暦 ) ( 1685 年 5 月 4 日 ) ) は 江戸 時代 の 後 光明 天皇典 侍 。 +及川 氏 ( おいかわし ) は 、 日本 の 氏族 。 +参勤 交代 ( さん きん こうたい ) は 、 藩 の 大名 を 定期 的 に 江戸 に 出仕 さ せ る 江戸 幕府 の 制度 で あ る 。 +大宰府 ( だざいふ ) は 、 7 世紀 後半 に 、 九州 の 筑前 国 に 設置 さ れ た 地方 行政 機関 。 +土岐 光衡 ( ときみつ ひら 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +扶律 顕常 ( ふりつ けんじょう ) と は 、 仏教 、 とりわけ 天台 宗 や 日蓮 宗 など の 法華 一乗 の 立場 から 、 『 涅槃 経 』 を 指 し た 語 を い う 。 +羽子板 ( はごいた ) は 、 長方形 で 柄 の あ る 板 。 +月ヶ瀬 梅林 ( つき が せ ばいりん ) は 奈良 県 奈良 市 月ヶ瀬 尾山 と その 周辺 ( 旧添上 郡 月ヶ瀬村 ) に 位置 する 梅林 で あ る 。 +管領 ( かんれい ) と は 室町 幕府 の 職名 で あ る 。 +大番 ( おおばん 、 大御 番 ) は 、 江戸 幕府 の 組織 の 一 つ で あ る 。 +東 舞鶴 駅 ( ひがしまい づる えき ) は 、 京都 府 舞鶴 市 浜字 五 久 666 - 1 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 駅 で あ る 。 +帝国 大学 ( ていこく だいがく ) と は 、 1886 年 ( 明治 19 年 ) に 公布 さ れ た 帝国 大学 令 に よ っ て 設立 さ れ た 大学 の こと で あ る 。 +沙沙 貴山 君 ( ささきやま ぎみ , ささきやま の きみ ) は 古代 豪族 の 一 つ 。 +源 家長 ( みなもと の いえな が 、 嘉応 2 年 ( 1170 年 ) ? - 文暦 元年 ( 1234 年 ) ) は 、 鎌倉 時代 前期 の 貴族 ・ 歌人 。 +為尊 親 王 ( ため た かしんのう 、 貞元 ( 日本 ) 2 年 ( 977 年 ) - 長保 4 年 6 月 13 日 ( 旧暦 ) ( 100 2 年 7 月 25 日 ) ) は 、 平安 時代 中期 の 皇族 。 +金本位 制 ( きん ほんい せい 、 goldstand ard < 英> ) と は 、 一 国 の 貨幣 の 価値 を 金 に 裏付け られ た 形 で 表 す もの で あ り 、 商品 の 価格 も 金 の 価値 を 標準 と し て 表示 さ れ る 。 +米 法 山水 ( べいほうさんすい ) は 、 中国 、 宋代 の 文人 画家 、 米芾 ・ 米友 仁 父子 が 始め た と 伝え られ る 水墨 山水 画 法 。 +上杉 憲実 ( うえすぎ の りざね 、 応永 17 年 ( 1410 年 ) ? - 文正 元年 2 月 6 日 ( 旧暦 ) ( 1466 年 3 月 22 日 ) ? ) は 室町 時代 中期 の 武将 。 +猪熊 事件 ( いの くま じけん ) は 、 江戸 時代 初期 の 慶長 14 年 ( 1609 年 ) に 起き た 、 複数 の 朝廷 の 高官 が 絡 ん だ 一大 醜聞 事件 。 +京極 高富 ( きょうごく たかと み 、 天保 6 年 11 月 19 日 ( 旧暦 ) ( 1836 年 1 月 7 日 ) - 明治 22 年 ( 1889 年 ) 2 月 9 日 ) は 、 丹後 国峰山 藩 の 第 11 代 藩 主 。 +紫式 部 ( むらさき しきぶ 、 生没年 不明 ) は 、 平安 時代 中期 の 女性 作家 、 歌人 。 +御 匣殿 ( みくしげどの 、 生年 不詳 - 長保 4 年 6 月 3 日 ( 旧暦 ) ( 100 2 年 7 月 15 日 ) は 平安 中期 、 一条 天皇 代 の 後宮 の 女官 で 、 貞観殿 ( 別名 「 御 匣殿 」 ) の 別当 。 +ウインズ 京都 ( - きょうと ) は 、 京都 府 京都 市 東山 区 に あ る 場外 勝馬 投票 券 発売 所 ( 場外 馬 券 売 場 ) の 一 つ 。 +仲哀 天皇 ( ちゅう あいてんのう 、 生年 不詳 - 仲哀 天皇 9 年 2 月 6 日 ( 旧暦 ) ( 20 0 年 3 月 8 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 第 14 代 の 天皇 ( 在位 : 仲哀 天皇 元年 1 月 11 日 ( 旧暦 ) ( 192 年 2 月 11 日 ) - 同 9 年 2 月 6 日 ( 20 0 年 3 月 8 日 ) ) 。 +鎮守 府 将軍 ( ちんじゅ ふ しょうぐん ) は 、 日本 の 奈良 時代 から 平安 時代 に かけ て 北辺 の 防衛 の ため に お か れ た 令外 官 の 官職 の 将軍 で あ る 。 +大江 貞奥 ( 生年 不詳 - 建武 ( 日本 ) 元年 ( 1334 年 ) ) は 、 伝承 に よ る と 因幡 守 大江 広元 の 末孫 。 +僐子 内 親王 ( よしこ な い しんのう 、 平治 元年 ( 1159 年 ) - 嘉応 3 年 3 月 1日 ( 旧暦 ) ( 11 71 年 4 月 14 日 ) ) は 、 平安 時代 後期 の 皇族 。 +日本 の 冠 ( かんむり ) は 、 公家 や 武家 の 成人 が 宮中 へ 参内 など の 際 に 頭 に 着用 する 被り物 。 +日本 の 篆刻 史 ( にほん の てんこく し ) と は 、 日本 に おけ る 篆刻 および 印章 の 歴史 で あ る 。 +上表 ( じょうひょう ) と は 、 東宮 以下 の 皇親 ・ 百 官 より 庶民 に 至 る まで が 天皇 に 対 し て 文書 ( 表 ) を 奉 る こと 、 また その 文書 ( 表 ) 自体 を 指 す 。 +中村 雀右衛門 ( なかむら じゃくえもん ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +文人 画 ( ぶんじん が ) と は 、 中国 に お い て 職業 画 家 の 画 ( 院体 画 ) に 対 し 、 文人 が 余技 に が 描 い た 絵画 の こと を い う 。 +中院 通純 ( なかの いんみちず み 、 慶長 17 年 8 月 28 日 ( 旧暦 ) ( 161 2 年 9 月 23 日 ) - 承応 2 年 2 月 8 日 ( 旧暦 ) ( 1653 年 3 月 7 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +幕 の 内 弁当 ( まく の うち べんとう ) と は 、 白飯 と 数 種類 の 副食 ( おかず ) から な る 弁当 。 +所務 ( しょむ ) と は 、 所領 の 管理 ( 検断 及び 年貢 ・ 租税 徴収 ) を 行 う こと 。 +正躬 王 ( まさみおう 、 延暦 17 年 ( 79 8 年 ) - 貞観 5 年 ( 863 年 ) 5 月 ) は 平安 時代 初期 の 皇族 。 +介錯 ( かいしゃく ) は 切腹 に 際 し て 、 腹 を 切 る 時 の 痛み を 軽減 する ため に 対象 者 の 首 を 刀 で 刎ね る こと 。 +朝鮮 通信 使 ( ちょうせん つうしんし ) と は 日本 へ と 派遣 さ れ た 李 氏 朝鮮 から の 国使 の 名称 で あ る 。 +中村 水竹 ( なかむら すいちく 、 男性 、 文化 ( 元 号 ) 3 年 ( 180 6 年 ) - 明治 5 年 ( 1872 年 ) 1 月 6 日 ) は 、 江戸 時代 末期 の 日本 の 篆刻 家 で あ る 。 +浦 終い ( うら じまい ) と は 、 日本 の 海難 事故 に 際 し て 行 わ れ る 伝統 的 な 儀式 や 事後 処理 の 慣習 。 +源 光宗 ( みなもと の みつ むね 、 生年 未詳 - 永暦 元年 ( 11 60 年 ) ) は 、 平安 時代 末期 の 武将 。 +柳本 藩 ( やなぎもと はん ) は 、 大和 国 式 上郡 ・ 山辺 郡 ・ 宇陀 郡 を 領有 し た 藩 。 +蔵前 入用 ( くらまえ にゅうよう ) と は 、 江戸 時代 に 江戸 幕府 直轄 領 ( 天領 ) に 対 し て かけ られ た 高掛三 役 と 呼 ば れ る 特別 税 の うち の 一 つ 。 +夏祭 浪花 鑑 ( なつまつり なに わか がみ ) は 、 人形 浄 瑠璃 および 歌舞伎 狂言 の 題名 。 +太田 資始 ( おおた すけもと ) は 、 江戸 時代 後期 から 幕末 に かけ て の 大名 、 老中 。 +町 奉行 ( まちぶぎょう ) と は 江戸 時代 の 職名 で 、 領内 の 都市 部 ( 町方 ) の 行政 ・ 司法 を 担当 する 役職 。 +貞純 親王 ( さだ ずみ しんのう 、 貞観 _ ( 日本 ) 15 年 ( 873 年 ) ? - 延喜 16 年 5 月 7 日 ( 旧暦 ) ( 916 年 6 月 10 日 ) ) は 、 日本 の 平安 時代 前期 の 皇族 。 +正親町 季俊 ( おおぎまち すえ と し 、 天正 14 年 9 月 18 日 ( 旧暦 ) ( 1586 年 10 月 30 日 ) - 寛永 2 年 11 月 29 日 ( 旧暦 ) ( 1625 年 12 月 28 日 ) ) は 、 江戸 時代 初期 の 公家 。 +里山 ( さとやま ) と は 、 集落 、 人里 に 接 し た 山 、 あるいは こう し た 地形 に お い て 人間 の 影響 を 受け た 生態 系 が 存在 し て い る 状態 を 指 す 言葉 で あ る 。 +細見 美術 館 ( ほそみ びじゅつ かん ) は 、 京都 市 左京 区 岡崎 に あ る 、 日本 の 古 美術 を 中心 と し た 私立 美術 館 で あ る 。 +神鳳鈔 ( じんぽう しょう ) と は 、 伊勢 神宮 ( 内宮 および 外宮 ) の 領地 の 諸国 一覧 表 で あ る 。 +ハイ アット リージェンシー 京都 ( HyattRegencyKyoto ) は 、 京都 市 東山 区 三十 三 間 堂 に あ る ホテル 。 +題目 講 ( だいもく こう ) と は 、 法華 宗 系 の 信徒 に よ っ て 構成 さ れ た 講 。 +一条 忠良 ( いちじょう ただよし 、 安永 3 年 3 月 22 日 ( 旧暦 ) ( 1774 年 5 月 2 日 ) - 天保 8 年 6 月 3 日 ( 旧暦 ) ( 1837 年 7 月 5 日 ) ) は 、 江戸 時代 の 公卿 。 +藤原 雅教 ( ふじわら の まさのり 、 永久 ( 日本 ) 元年 ( 1113 年 ) - 承安 ( 日本 ) 3 年 2 月 11 日 ( 旧暦 ) ( 1173 年 3 月 26 日 ) ) は 、 平安 時代 後期 の 公卿 。 +桜馬場 通 ( さくら の ばんばどおり ) は 、 京都 市 左京 区 内 の 南北 の 通り の 一 つ 。 +島田 忠臣 ( しまだ の ただお み 、 天長 5 年 ( 828 年 ) - 寛平 4 年 ( 892 年 ) ) は 、 平安 時代 前期 の 貴族 ・ 詩人 。 +政官 ( じょうかん ・ 上官 ) と は 、 律令 制 の 太政 官 の 事務 方 官人 の 総称 で あ る 。 +送り雀 ( おくりすずめ ) は 、 和歌山 県 や 奈良 県 吉野 郡 東吉野村 に 伝わ る 妖怪 。 +長 宗我部 盛胤 ( ちょうそ かべ もり た ね 、 生年 不詳 - 1615 年 6 月 4 日 ( 慶長 20 年 5 月 8 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 ~ 江戸 時代 初期 の 武将 。 +忍者 八門 ( にんじゃ はちもん ) と は 、 忍術 の 全て の 流派 に お い て 、 忍者 に な る 為 に 基本 と な る 8 種類 の 必修 科目 の 事 と さ れ る 。 +燈史 ( とうし , 新字 灯史 ) は 、 一般 的 に 仏教界 に おけ る 歴史 書 、 とりわけ 禅宗 史書 を 指 す 用語 で あ る 。 +宇治橋 ( うじばし ) は 、 646 年 ( 大化 2 年 ) に 初めて 架け られ た と い う 伝承 の あ る 、 京都 府 宇治 市 の 宇治川 に 架か る 橋 で あ る 。 +キトラ 古墳 ( キトラ こふん ) は 、 奈良 県 高市 郡 明日香村 に あ る 古墳 。 +灌頂 ( かんじょう ) と は 、 主に 密教 で 行 う 、 頭頂 に 水 を 灌 ぎ 、 正統 な 継承 者 と する 為 の 儀式 。 +伊藤 左千夫 ( いとうさちお 、 元治 元年 8 月 18 日 ( 旧暦 ) ( 1864 年 9 月 18 日 ) - 大正 2 年 ( 1913 年 ) 7 月 30 日 ) は 日本 の 歌人 、 小説 家 。 +西寿寺 ( さい じゅじ ) は 京都 府 京都 市 右京 区 鳴滝 泉谷町 に あ る 浄土 宗 の 寺院 。 +贄殿 ( に えどの ) は 、 日本 の 律令 制 に お い て 内 膳司 に 付属 し た 機関 。 +久我 通久 ( こが みちつね 、 天保 12 年 11 月 28 日 ( 旧暦 ) ( 1842 年 1 月 9 日 ) - 大正 14 年 ( 1925 年 ) 1 月 10 日 ) は 京都 出身 の 公卿 。 +日本 茶 ( に ほん ちゃ ) と は 、 日常 の 会話 で 用い られ る 用語 で 、 「 日本 の お 茶 」 、 つまり 、 「 日本 で 作 ら れ た お 茶 」 あるいは 「 日本 で よく 飲 ま れ る 種類 の お 茶 」 と 言 っ た 意味 合い の 言葉 で あ る 。 +霊雲院 ( れいうんいん ) は 京都 市 東山 区 に あ る 東福 寺 の 塔頭 ( たっちゅう ) で あ る 。 +延性 ( えんしょう 、 貞観 _ ( 日本 ) 元年 ( 859 年 ) - 延長 ( 元号 ) 7 年 10 月 28 日 ( 旧暦 ) ( 929 年 12 月 6 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +浮御 堂 ( うきみどう ) は 、 滋賀 県 大津 市 堅田 、 琵琶 湖 畔 の 臨済 宗 大徳 寺 派 海門山 満月 寺 に あ る 、 湖上 に 突き出 た 仏堂 。 +藤原 四家 ( ふじわら しけ ) は 、 藤原 氏 四 家 と も い い 、 藤原 不比 等 の 4 人 の 息子 が 興 し た 藤原 氏 の 四 つ の 家 の 総称 。 +真済 ( しんぜい 、 延暦 19 年 ( 80 0 年 ) - 貞観_ ( 日本 ) 2 年 2 月 25 日 ( 旧暦 ) ( 860 年 3 月 25 日 ) ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +日野 資朝 ( ひのすけとも 、 1290 年 ( 正応 3 年 ) - 1332 年 6 月 25 日 ( 元弘 2 年 / 正慶 元年 6 月 2 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 後期 の 公家 で あ る 。 +平公連 ( たいら の きん つら / きみつら 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +和 時計 ( わどけい ) と は 、 江戸 時代 を 中心 に 日本 で 作 ら れ た 時計 で あ る 。 +細川 ガラシャ / 明智珠 ( 明智 玉 ) ( ほそかわ ガラシャ / あけち たま 、 俄羅 奢 、 永禄 6 年 ( 1563 年 ) - 慶長 5 年 7 月 17 日 ( 旧暦 ) ( 160 0 年 8 月 25 日 ) ) は 、 明智 光 秀 の 三女 で 細川 忠興 の 正室 。 +惣掟 ( そう おき て ) は 、 中世 日本 に お い て 、 百 姓 ら が 自主 的 に 定め た 惣村 内部 の 法令 。 +蒲庵 古渓 ( ほあん こ けい 、 天文 ( 元号 ) 元年 ( 1532 年 ) - 慶長 2 年 1 月 17 日 ( 旧暦 ) ( 1597 年 3 月 5 日 ) ) は 、 安土 桃山 時代 の 臨済 宗 の 僧 。 +松姫 ( まつひめ 、 永禄 4 年 ( 1561 年 ) - 元和 ( 日本 ) 2 年 4 月 16 日 ( 旧暦 ) ( 1616 年 5 月 31 日 ) ) は 、 戦国 大名 の 武田 信玄 の 五女 。 +差し上げ ( さしあげ ) と は 、 おもに 祭 で 運行 さ れ る 神輿 や 太鼓 台 、 ふとん 太鼓 、 山車 など 担 い で 運行 する 方式 の 祭礼 神具 を   通常 の 担 ぐ 高 さ より 更に 高 く 持ち上げ て 舁 く 様子 の こと を さ す 。 +大鳥 造 ( おおとり づくり ) は 、 日本 の 神社 建築 様式 の 1 つ で あ る 。 +姉小路 公遂 ( あね が こうじきんすい 、 寛政 6 年 6 月 13 日 ( 旧暦 ) ( 1794 年 7 月 9 日 ) - 安政 4 年 1 月 29 日 ( 旧暦 ) ( 1857 年 2 月 23 日 ) ) は 、 江戸 時代 の 公卿 。 +西 大路 御池 駅 ( にし おお じお いけ えき ) は 、 京都 府 京都 市 中京 区 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 +立川 主税 ( たちかわ ち から 、 天保 11 年 ( 1840 年 ) ? - 明治 36 年 ( 190 3 年 ) 1 月 22 日 ) は 、 筑前 国 出身 の 新 選 組 隊士 。 +織田 信行 ( おだ のぶゆき ) は 、 戦国 時代 ( 日本 ) の 武将 。 +小野 竹喬 ( お の ちっきょう 、 1889 年 ( 明治 22 年 ) 1 1 月 20 日 - 1979 年 ( 昭和 54 年 ) 5 月 10 日 ) は 、 大正 ・ 昭和 期 の 日本 画 家 。 +朝倉 景職 ( あさくら かげ もと 、 文明 ( 日本 ) 16 年 ( 1484 年 ) - 天文 ( 元号 ) 4 年 4 月 13 日 ( 旧暦 ) ( 1535 年 5 月 14 日 ) ) は 戦国 時代 ( 日本 ) の 武将 で あ る 。 +兵馬司 ( ひょうまし ) は 、 日本 の 律令 制 に お い て 兵部 省 に 属 し た 機関 。 +曾我 蕭白 ( そが しょうは く 、 享保 15 年 ( 1730 年 ) - 天明 元年 1 月 7 日 ( 旧暦 ) ( 1781 年 1 月 30 日 ) ) は 、 江戸 時代 の 絵師 。 +伏見宮 邦輔 親王 ( ふしみのみやくにすけ しんのう 、 永正 10 年 3 月 20 日 ( 1513 年 4 月 25 日 ) - 永禄 6 年 3 月 26 日 ( 1563 年 4 月 18 日 ) ) は 、 戦国 時代 の 皇族 。 +西本願 寺 本 三十 六 人 家集 ( に しほんがん じ ぼん さんじゅう ろく にん か しゅう ) は 、 三十 六 歌仙 の 和歌 を 集め た 平安 時代 末期 の 装飾 写本 で あ る 。 +近衛 忠煕 ( このえ ただひろ 、 文化 ( 元号 ) 5 年 7 月 14 日 ( 旧暦 ) ( 180 8 年 9 月 4 日 ) - 明治 31 年 ( 1898 年 ) 3 月 18 日 ) は 、 幕末 の 公卿 。 +近江国 風土 記 ( おうみの くに ふどき ) は 、 近江国 の 風土 記 。 +桜山 茲俊 ( さくらやま これ とし 、 生年 不詳 - 元弘 2 年 1 月 21 日 ( 旧暦 ) ( 1332 年 2 月 17 日 ) ) は 鎌倉 時代 末期 の 武将 。 +祟り 神 ( たたり がみ ) は 、 四 魂 で あ り 畏怖 さ れ 忌避 さ れ る もの で あ る が 、 手厚 く 祀りあげ る こと で 強力 な 守護 神 と な る と 信仰 さ れ る 神々 で あ る 。 +菅原 高視 ( すがわら の たか み 、 貞観 ( 日本 ) 18 年 ( 876 年 ) - 延喜 13 年 ( 913 年 ) ) は 、 平安 時代 前期 の 官人 。 +楽々 荘 ( らくらく そう ) は 京都 府 亀岡 市 に あ る 旧 田中 源太郎 邸 を 使用 し た ホテル 。 +『 機巧 童子 ULTIMO 』 ( カラクリ どうじ ウルティモ ) は 、 スタン ・ リー 原作 、 武井 宏之 作画 の 日本 の 漫画 作品 。 +海部 氏 系 図 ( あまべ し けいず ) は 、 京都 府 宮津 市 に 鎮座 する 籠 神社 の 社家 、 海部 氏 に 伝わ る 系 図 で 、 『 籠名 神社 祝部 氏 係 図 』 1 巻 ( 以後 「 本系 図 」 と 称 す ) と 『 籠名 神宮 祝部 丹波 国造 海部 直等 氏 之本 記 』 1 巻 ( 以後 「 勘注 系 図 」 と 称 す ) と から な る 。 +武家 王 ( た けいえ の おおきみ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +神人 に は 次 の 意味 が あ る 。 +明日香 皇女 ( あすか の ひめみこ 、 生年 不詳 - 文武 天皇 4 年 4 月 4 日 ( 旧暦 ) ( 70 0 年 4 月 27 日 ) ) は 、 天智 天皇 皇女 。 +烏丸 御池駅 ( からすま お いけ えき ) は 、 京都 府 京都 市 中京 区 に あ る 、 京都 市営 地下 鉄 の 鉄道 駅 。 +郎党 ( ろうとう 、 ろうどう ) は 、 中世 日本 の 武士 社会 に おけ る 主家 の 一族 や 従者 。 +祭神 大山 咋神 ( 東本宮 ) 大己 貴神 ( 西本宮 ) +自検断 ( じけん だん ) と は 、 中世 日本 の 村落 ( 惣村 ・ 郷村 など ) が 、 自ら 検断 ( けんだん ) を 実施 する こと を い う 。 +明石 入道 ( あかし の にゅうどう ) は 、 紫式 部 が 著 し た 小説 『 源氏 物語 』 に 登場 する 架空 の 人物 で あ る 。 +五徳 ( ごと く ) と は 、 +日真 ( にっしん 、 永禄 8 年 ( 1565 年 ) - 寛永 3 年 4 月 22 日 ( 旧暦 ) ( 1626 年 5 月 17 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 日蓮 宗 の 僧 。 +弾左衛門 ( だんざえ もん ) は 江戸 時代 の 被 差 別民 で あ っ た 穢多 ・ 非 人身分 の 頭領 。 +春日 神木 ( かすが の しんぼく ) と は 、 奈良 春日 大社 の 神木 で あ る 。 +グンゼ 博物 苑 ( はくぶつ えん ) と は 、 京都 府 綾部 市 青野 町 に あ る 博物 館 で あ る 。 +覚法 法 親王 ( かくほう ほっ しん のう 、 寛治 5 年 12 月 29 日 ( 1092 年 2 月 9 日 ) - 仁平 3 年 12 月 6 日 ( 1153 年 12 月 22 日 ) ) は 、 平安 時代 後期 の 皇族 ・ 僧 。 +ユズ ( 柚子 、 学名 : Citrusjunos 、 シノニム C . ichangensisxC . reticulatavar . austera ) は 、 ミカン 科 の 常緑 樹 。 +富国 強兵 ( ふこく きょうへい ) と は 、 国家 の 経済 を 発展 さ せ て 軍事 力 の 増強 を 促 す 政策 を い う 。 +心 光院 ( しんこういん ) は 京都 府 京都 市 左京 区 岩倉 下在地 町 42 に あ る 浄土 宗 鎮西 派 の 寺院 。 +蛍 ( ほたる ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +坂上 当道 ( さかの うえの まさみち ) は 、 坂上 氏 の 一族 の 人物 。 +弘文 天皇 ( こうぶん てんのう 、 大化 4 年 ( 648 年 ) - 天武 天皇 元年 7 月 23 日 ( 旧暦 ) ( 67 2 年 8 月 21 日 ) ) は 、 第 39 代 天皇 ( 在位 : 天智 天皇 10 年 12 月 5 日 ( 旧暦 ) ( 67 2 年 1 月 9 日 ) - 天武 天皇 元年 7 月 23 日 ( 67 2 年 8 月 21 日 ) ) 。 +近江 大津宮 ( おうみの おおつの みや ) は 、 7 世紀 後半 の 天智 天皇 が 営 ん だ 宮 。 +藤原 季経 ( ふじわら の すえつね 、 天承 元年 ( 1131 年 ) - 承久 3 年 ( 1221 年 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 歌人 。 +王朝 物語 ( おうちょう ものがたり ) は 、 平安 時代 後期 から 室町 時代 前期 ごろ に かけ て 作 ら れ た 小説 ・ 物語 群 の うち 、 和文 と 平仮名 表記 を もっぱら とし 、 王朝 期 の 風俗 や 美 意識 ・ 文学 観念 に 依拠 し つつ 製作 さ れ た もの を 指 す 。 +日本 の 氏族 。 +卵 か け ご飯 ( たまご かけ ごはん ) は 、 生 の 鶏卵 と 飯 を 混ぜ 、 少量 の 醤油 等 で 調味 し て 作 る 飯 料理 で あ る 。 +渡来 人 ( とらいじん ) と は 、 広義 に は 、 海外 から 日本 に 渡 っ て 来 た 人々 を 意味 する が 、 狭義 に は 、 中国 大陸 から 南西 諸島 ・ 朝鮮 半島 など を 経由 し て 、 古代 日本 に 渡来 帰化 し た 人々 を 指 す 。 +天之 常 立神 ( あめ の とこ たち の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +丹波 町 ( たんば ちょう ) は 、 京都 府 の 中部 、 兵庫 県 と の 県境 に あ っ た 町 。 +小出 秀政 ( こい で ひでまさ 、 1540 年 ( 天文 ( 元号 ) 9 年 ) - 160 4 年 4 月 21 日 ( 慶長 9 年 3 月 22 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 の 武将 ( 大名 ) 。 +室 大 墓 古墳 ( むろ の おおばか こふん ) は 、 奈良 県 御所 市 に 所在 する 古墳 時代 中期 前半 の 前方 後 円墳 で あ る 。 +鎮魂 ( ちんこん 、 たましずめ ) と は 、 人 の 魂 を 鎮め る こと で あ る 。 +水度 神社 ( みと じんじゃ ) は 、 京都 府 城陽 市 寺田 水度 坂 に 鎮座 する 神社 で あ る 。 +義仲 寺 ( ぎちゅうじ ) は 、 滋賀 県 大津 市 馬場 に あ る 単立 ( 天台 宗系 ) の 寺院 。 +生剥 ( いき は ぎ ) は 神道 に おけ る 罪 の 観念 で 、 『 延喜 式 』 巻八 「 祝詞 」 に 収録 さ れ る 大祓詞 に 登場 する 天つ 罪 の ひと つ で あ る 。 +向井 去来 ( む かいきょらい   慶安 4 年 ( 1651 年 ) - 宝永 元年 9 月 10 日 ( 旧暦 ) ( 170 4 年 10 月 8 日 ) ) ) は 、 江戸 時代 前期 の 俳諧 師 。 +葛山 武八郎 ( か づら やま たけはちろう 、 生年 不詳 - 元治 元年 9 月 6 日 ( 旧暦 ) ( 1864 年 10 月 6 日 ) ) は 、 新 選 組 伍長 。 +金戒 光明寺 ( こんかいこうみょうじ ) は 京都 市 左京 区 黒谷 町 に あ る 浄土 宗 の 寺院 。 +莫目 ( まく も ) は 、 高麗楽 、 百済 楽 で 用い られ た 楽器 で あ る 。 +清和源 氏 ( せいわ げんじ ) は 、 56 代 清和 天皇 の 皇子 を 祖 と する 賜姓 皇族 。 +古墳 ( こふん ) と は 、 一般 に は 墳丘 を 持 つ 古 い 墓 の こと で あ る 。 +京 おどり ( きょう おどり ) は 4 月 初旬 から 下旬 に かけ て 宮川 町 歌舞 練場 で 上演 する 。 +古史 古伝 ( こしこ でん ) と は 、 日本 の 古代 史 で 主要 資料 と さ れ て い る 「 記紀 ( 『 古事 記 』 と 『 日本 書紀 』 ) 」 と は 著し く 異な る 内容 歴史 を 伝え る 文献 の こと 。 +藤原 範忠 ( ふじわら の のりただ 、 生没 年 未詳 ) は 、 平安 時代 末期 の 公家 、 神官 。 +四条 駅 ( しじょう えき ) は 京都 府 京都 市 に あ る 駅 。 +宿禰 ( すくね ) は 、 八色 の 姓 ( やくさ の かばね ) で 制定 さ れ た 、 カバネ ( かばね ) の 一 つ 。 +原田 種頼 ( はらだ たね より 、 生没年 不詳 ) は 平安 時代 、 11 世紀 中期 の 人物 で 伯耆 国 河村 郡 に 興 っ た 東郷 氏 _ ( 原田 氏 ) の 始祖 。 +法雲 寺 ( ほううんじ ) は 、 奈良 県 生駒 郡 平群 町 に 所在 する 日蓮 正宗 の 寺院 。 +大蜘蛛 ( おおぐ も ) は 、 日本 の 怪談 、 随筆 、 民俗 資料 など に あ る 巨大 な クモ の 怪異 。 +釈迦 三尊 ( しゃか さんぞん ) と は 、 仏教 に おけ る 仏像 安置 の 形式 の ひと つ 。 +大 中臣 能宣 ( おおなか とみの よしのぶ 、 延喜 21 年 ( 921 年 ) - 正暦 2 年 ( 991 年 ) 8 月 ) は 、 平安 時代 中期 の 歌人 。 +コロッケ は 、 揚げ物 料理 の 一種 で あ る 。 +火皿 ( ひさら 、 英語 : Flashpan ) と は 、 火縄 銃 ( マッチ ロックガン ) や 燧石 式 銃 ( フリント ロック 式 ) の 銃身 薬室 側面 に 張り出 し た よう に 付け られ た 点火 用 の 口薬 を 盛 る ため の 皿状 の 部位 の こと 。 +時宗 ( じしゅう ) は 、 鎌倉 時代 末期 に おこ っ た 浄土 教 の 一宗 派 。 +巨勢 派 ( こせ は ) と は 、 平安 時代 初期 から 室町 時代 を 経 て 、 明治 時代 まで 連な る 絵師 の 一族 。 +天岩戸 ( あまの いわと ) と は 、 日本 神話 に 登場 する 岩 で 出来 た 洞窟 で あ る 。 +大政 穗積 ( おおまさ   ほづみ 、 1929 年 6 月 12 日 - 2007 年 9 月 19 日 ) は 、 日展 会友 と し て 京都 、 奈良 、 愛媛 県 の 寺社 仏閣 、 鎧 、 風景 等 を 画 き 続け た 京都 在住 の 日本 画 家 で あ る 。 +以津 真天 ( いつ まで / いつ まで ん ) は 、 日本 に 伝わ る 妖怪 の 一種 。 +土間 ( どま ) と は 日本 建築 に 於け る 家屋 内 の 一部 を 構成 する 間取り で あ る 。 +大和 古墳 群 ( おおやま と こふん ぐん ) は 、 奈良 県 天理 市 南部 に 所在 する 古墳 群 で あ る 。 +『 更級 日記 』 ( さらし な にっき 、 さらし な の に き ) は 、 菅原 孝標女 に よ っ て 平安 時代 中 ごろ に 書 か れ た 日記 。 +ゆば ( 湯葉 、 湯波 、 油皮 ) は 、 大豆 の 加工 食品 の 一 つ 。 +六道 珍皇 寺 ( ろくどうちん のう じ 、 ろく どう ちんこうじ ) は 、 京都 市 東山 区 に あ る 臨済 宗 建仁 寺 派 の 寺院 。 +京極 宮 文仁 親王 ( きょうごく のみや あや ひとしんのう 、 延宝 8 年 8 月 16 日 ( 旧暦 ) ( 1680 年 9 月 8 日 ) - 宝永 8 年 3 月 6 日 ( 旧暦 ) ( 1 71 1 年 4 月 23 日 ) ) は 江戸 時代 中期 の 日本 の 皇族 。 +公慶 ( こうけい 、 慶安 元年 ( 1648 年 ) - 宝永 2 年 7 月 12 日 ( 旧暦 ) ( 170 5 年 8 月 30 日 ) ) は 、 江戸 時代 前期 の 三 論 宗 の 僧 。 +総角 ( あげまき ) は 、 『 源氏 物語 』 五十 四 帖 の 巻 の 一 つ 。 +藤原 実兼 ( ふじわら の さね かね 、 生年 不詳 - 大治 ( 日本 ) 5 年 9 月 9 日 ( 旧暦 ) ( 1130 年 10 月 12 日 ) ) は 、 平安 時代 末期 の 貴族 。 +蘭溪 道隆 ( らん けいどうりゅう 、 建保 元年 ( 1213 年 ) - 弘安 元年 7 月 24 日 ( 旧暦 ) ( 1278 年 8 月 13 日 ) ) は 、 鎌倉 時代 中期 の 南宋 から 渡来 し た 禅僧 ・ 大覚 派 の 祖 。 +野村 利三郎 ( のむら りさぶろう 、 弘化 元年 ( 1844 年 ) - 明治 2 年 3 月 25 日 ( 旧暦 ) ( 1869 年 5 月 6 日 ) ) は 、 新 選 組 隊士 。 +朽木 綱 条 ( く つき つなえだ ) は 、 丹波 国 福知 山 藩 の 第 11 代 藩 主 。 +内 礼司 ( ないらい し ) は 日本 の 律令 制 に お い て 中務 省 に 属 する 機関 の 一 つ で あ る 。 +水野 氏 ( みず の し ) は 清和 源 氏 の 一門 。 +お 化け ( おばけ ) と は 、 本来 あ る べ き 姿 や 生 る べ き 姿 から 、 大き く 外れ て 違 っ て 変化 ( へんか ) し て しま う 、 その 変化 し た 姿 を 「 お 化け 」 や 「 変化 ( へんげ ) 」 と い う 。 +従 四 位 ( じゅし い ) と は 、 日本 の 位 階 及び 神階 に おけ る 位 の ひと つ 。 +忍術 ( にんじゅつ ) と は 、 日本 の 室町 時代 頃 から 戦国 時代 ( 日本 ) に 活躍 し た 忍者 が おこな っ た 敵方 に 対 する 情報 収集 、 情報 霍乱 など に 関 する 技術 及び その 際 に 必要 と する 兵法 、 武術 の 総称 で あ る 。 +前野 良沢 ( まえ の りょうたく 、 享保 8 年 ( 1723 年 ) - 享和 3 年 10 月 17 日 ( 旧暦 ) ( 180 3 年 11 月 30 日 ) ) は 、 豊前 国 中津 藩 ( 現在 の 大分 県 中津 市 ) の 藩医 で 蘭学 者 。 +裳階 ( もこし ) は 、 仏堂 、 仏塔 、 天守 閣 等 で 、 軒下 壁面 に 付 い た 庇状 構造 物 。 +近衞 信尋 ( このえ のぶひろ 、 慶長 4 年 5 月 2 日 ( 旧暦 ) ( 1599 年 6 月 24 日 ) - 慶安 2 年 10 月 11 日 ( 旧暦 ) ( 1649 年 11 月 15 日 ) ) は 、 江戸 時代 前期 の 公家 ・ 藤 氏 長者 。 +北条 時 茂 ( ほうじょう ときしげ 、 仁治 元年 ( 12 40 年 ) - 文永 7 年 1 月 27 日 ( 旧暦 ) ( 1270 年 2 月 18 日 ) は 、 鎌倉 時代 中期 の 北条 氏 の 一門 。 +玉水 駅 ( たまみず えき ) は 、 京都 府 綴喜 郡 井手 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 。 +元寇 ( げんこう ) と は 、 日本 の 鎌倉 時代 中期 に 、 当時 大陸 を 支配 し て い た モンゴル 帝国 ( 元 ( 王朝 ) ) 及び その 服属 政権 と な っ た 高麗 王国 に よ っ て 2 度 に わた り 行 わ れ た 日本 侵攻 ( 遠征 ) の 、 日本 側 の 呼称 で あ る 。 +北朝 ( ほくちょう ) と は 、 朝廷 ・ 王朝 ・ 国家 など が 南北 に 別れ た とき 、 北側 に 所在 する もの の こと 。 +北山 文化 ( きたやま ぶんか ) と は 、 室町 時代 初期 の 文化 で 、 三 代 将軍 足利 義満 ( 1358 年 ~ 1408 年 ) の 北山 山荘 に 代表 さ れ 、 14 世紀 末 ~ 15 世紀 前半 まで を さ す 。 +北条 高直 ( ほうじょう たかなお ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +湛快 ( たんかい 、 康和 元年 ( 1099 年 ) - 承安 ( 日本 ) 4 年 ( 1174 年 ) ) は 、 平安 時代 後期 の 熊野 本宮 大社 の 社僧 で 18 代 熊野 別当 。 +東叡 大王 ( とうえい だいおう ) は 三山 管領宮 の 敬称 の 一 つ 。 +英勝院 ( えいしょういん 、 天正 5 年 11 月 9 日 ( 旧暦 ) ( 1578 年 12 月 7 日 ) - 寛永 19 年 8 月 23 日 ( 旧暦 ) ( 1642 年 9 月 17 日 ) ) は 、 徳川 家康 の 側室 。 +士分 ( しぶん ) と は 、 江戸 時代 の 武士 の うち 正規 の 武士 身分 を 持 っ た 者 を 指 す 。 +鷲尾 義久 ( わしお よしひさ 、 生年 不詳 - 文治 5 年 4 月 30 日 ( 旧暦 ) ( 1189 年 5 月 17 日 ) ? ) は 、 平安 時代 末期 の 武士 。 +招魂 祭 ( しょうこん の まつり ) は 日本 の 陰陽 道 ・ 中国 の 道教 で 行 わ れ る 祭祀 ・ 呪術 の ひと つ 。 +カレー ( 英 : Curry カリー ) は 、 複数 の 香辛 料 を 使 っ て 野菜 や 肉 など を 味付け し た 料理 の ひと つ 。 +宮城 浩蔵 ( みやぎ こうぞう 、 1852 年 6 月 2 日 ( 嘉永 5 年 4 月 15 日 ( 旧暦 ) ) - 1893 年 ( 明治 26 年 ) 2 月 13 日 ) は 、 日本 の 刑法 法学 者 。 +土師 猪手 ( はじ の いの て 、 生年 不詳 - 皇極 天皇 2 年 ( 643 年 ) ? ) は 姓 は 連( むらじ ) 。 +むすひ は 、 神道 に おけ る 観念 で 、 天地 ・ 万物 を 生成 ・ 発展 ・ 完成 さ せ る 霊的 な 働き の こと で あ る 。 +藤原 顕隆 ( ふじわら の あきた か 、 延久 4 年 ( 1072 年 ) - 大治 4 年 ( 1129 年 ) ) は 平安 時代 末期 の 公家 。 +鋼索線 ( こう さくせん ) は 、 京都 府 八幡 市 の 八幡 市 駅 から 男山 山上 駅 まで を 結 ぶ 京阪 電気 鉄道 の ケーブル カー 。 +徳大寺 公胤 ( とくだいじ きん たね 、 文明 ( 日本 ) 19 年 1 月 27 日 ( 旧暦 ) ( 1487 年 2 月 20 日 ) - 大永 6 年 10 月 12 日 ( 旧暦 ) ( 152 6 年 11 月 16 日 ) ) は 、 室町 時代 の 公卿 。 +藤原 実資 ( ふじわら の さねすけ 、 天徳 ( 日本 ) 元年 ( 957 年 ) - 永承 元年 1 月 18 日 ( 旧暦 ) ( 1046 年 2 月 26 日 ) ) は 、 平安 時代 の 公卿 。 +柴田 紹安 ( しばた しょう あん 、 生年 不詳- 天正 14 年 ) は 安土 桃山 時代 の 武将 。 +森 鷗外 ( もり おうがい 、 文久 2 年 1 月 19 日 ( 旧暦 ) ( 1862 年 2 月 17 日 ) - 大正 11 年 ( 1922 年 ) 7 月 9 日 ) は 、 明治 ・ 大正 期 の 小説 家 、 評論 家 、 翻訳 家 、 劇作 家 、 帝国 陸軍 軍医 、 官僚 ( 高等 官一 等 ) 。 +山口益 ( やまぐち すす む 、 1895 年 1 月 27 日 - 1976 年 10 月 21 日 ) は 、 仏教 学 者 、 元 大谷 大学 学長 。 +宮中 祭祀 ( きゅう ちゅう さいし ) は 天皇 が 国家 と 国民 の 安寧 と 繁栄 を 祈 る こと を 目的 に おこな う 祭祀 。 +『 陸奥 話 記 』 ( むつわき ) は 日本 の 戦役 で あ る 前九 年 の 役 の 顛末 を 描 い た 軍記 物語 。 +額田 王 ( ぬかた の おおきみ 、 ぬかた の きみ と も 、 生没年 不詳 ) は 、 皇極 天皇 朝 から 持統 天 皇朝 に 活躍 し た 、 日本 の 代表 的 な 女流 万葉 歌人 で あ る 。 +相輪 ( そうりん ) と は 、 五 重塔 など の 屋根 から 天 に 向か っ て 突き出 た 金属 製 の 部分 の 総称 。 +空蝉 ( うつせみ ) と は 、 カメムシ 目 の 昆虫 で あ る セミ の 羽化 時 の 脱皮殻 の こと 。 +おしぼり は 、 日本 で は 客 向け に 飲食 店 など で 使用 さ れ る 、 手 を 拭 く 道具 で あ る 。 +古都 ( こと ) と は 、 ある 国 に おけ る 古く から の 都 、 また は 昔 に 都 が お か れ て い た 場所 の こと で あ る 。 +船岡 山 合戦 ( ふなおかやま がっせん ) と は 、 永正 8 年 ( 1511 年 ) 8 月 23 日 、 将軍 足利 義稙 を 擁立 する 細川 高国 ・ 大内 義興 と 前将軍 足利 義澄 を 擁立 する 細川 澄元 と の 間 で おき た 。 +内 大臣 ( な いだいじん ) と は 日本 の 官名 の 一 つ 。 +細媛 命 ( くわし ひめ の みこと ) は 、 欠史 八代 、 孝霊 天皇 の 皇后 。 +西田 幾多郎 ( にしだ きたろう 、 1870 年 5 月 19 日 ( 明治 3 年 4 月 19 日 ( 旧暦 ) ) - 1945 年 ( 昭和 20 年 ) 6 月 7 日 ) は 日本 を 代表 する 哲学 者 で あ り 京都 大学 教授 、 名誉 教授 。 +花山院 常雅 ( かざん いん と きまさ 、 元禄 13 年 2 月 3 日 ( 旧暦 ) ( 170 0 年 3 月 23 日 ) - 明和 8 年 2 月 16 日 ( 旧暦 ) ( 17 71 年 3 月 31 日 ) ) は 江戸 時代 中期 の 公卿 。 +うちわ ( 団扇 ) と は 、 扇 い で 風 を 起こ す 道具 の 一種 。 +藤原 公則 ( ふじわら   の   きんの り 、 生没年 不詳 ) は 、 平安 時代 後期 の 公家 。 +他人丼 ( たにん どん 、 - どんぶり ) と は 、 牛肉 もしくは 豚肉 を 、 玉 ねぎ など と 割り下 で 煮 て 卵 で と じ 、 丼飯 の 上 に 乗せ た 料理 で あ る 。 +ジョン ・ ミルン ( John Milne 、 1850 年 12 月 30 日 - 1913 年 7 月 31 日 ) は 、 イギリスリバプール 出身 の 鉱山 技師 、 地震 学者 、 人類 学者 、 考古 学 者 。 +内談 方 ( な いだんかた ) と は 、 康和 3 年 ( 興国 5 年 / 1344 年 ) - 貞和 3 年 ( 正平 ( 日本 ) 4 年 / 1349 年 ) に 存在 し た 室町 幕府 の 所務 沙汰 審議 機関 。 +松原 通 ( まつばら どおり ) は 京都 市 の 東西 の 通り の 一 つ 。 +鳩山 和夫 ( はとやま かずお 、 1856 年 5 月 6 日 ( 安政 3 年 4 月 3 日 ( 旧暦 ) ) - 19 11 年 ( 明治 44 年 ) 10 月 3 日 ) は 、 江戸 末期 の 武士 ・ 美作 国 美作 勝山 藩士 で 、 明治 維新 後 は 政治 家 、 代言 人 ( 弁護 士 ) と な っ た 。 +中原季時 ( なかはら の すえとき 、 ? - 1236 年 5 月 12 日 ( 嘉禎 2 年 4 月 6 日 ( 旧暦 ) ) ) は 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 武将 。 +吉弥 侯 横刀 ( きみこ の たち ) は 、 奈良 時代 後半 の 官人 で 『 続 日本 紀 』 に みえ る 人物 で あ る 。 +澤家 ( さわけ ) は 、 清原 氏 の 流れ を 汲 む 堂上 家 。 +一 会 桑 政権 ( いちか い そう せいけん ) は 、 幕末 の 政治 動向 の 中心 地 京都 に お い て 、 禁裏 御 守衛 総督 兼摂 海防禦 指揮 ・ 一橋 慶喜 、 京都 守護 職 ・ 松平 容保 ( 会津 藩 ) 、 京都 所司 代 ・ 松平定 敬 ( 桑名 藩 ) 三 者 に よ り 構成 さ れ た 体制 。 +哲学 館 事件 ( てつがく かん じけん ・ てつ がっかん じけん ) と は 190 2 年 に 東洋 大学 ( 現在 の 東洋 大学 ) で 発生 し た 事件 で あ る 。 +上杉 朝 宗 ( うえすぎ と も むね 、 1334 年 ( 建武 ( 日本 ) 元年 ) ? - 1414 年 10 月 8 日 ( 応永 21 年 8 月 25 日 ( 旧暦 ) ) ) は 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 武将 。 +書根 麻呂 ( ふみの ねまろ 、 生年 不詳 - 慶雲 4 年 ( 70 7 年 ) 9 月 21 日 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +法親王 ( ほっしん のう ) と は 、 日本 の 皇室 に お い て 出家 し て 僧籍 と な っ た 親王 の こと 。 +統帥 権 ( とうすいけん ) と は 、 軍 へ の 最高 指揮 監督 権 を 言 う 。 +丹羽 長秀 、 浅野 長政 +美山 荘 ( みやま そう ) ( 野草 一味 庵 「 美山 荘 」 ) は 、 京都 の 奥山 、 花背 ( はなせ ) の 里 に あ る 「 摘草 料理 」 で 有名 な 料理 旅館 で 、 摘み取 っ た 季節 の 草花 や 旬 の 野菜 に 魚 を 取り入れ た 美し い 料理 は 、 立原 正秋 や 白洲 正子 など 多く の 文化 人 から 愛 さ れ 、 京都 から 「 門外 不出 」 と い わ れ て き た 。 +細川 潤次郎 ( ほそかわ じゅんじろう 、 1834 年 3 月 11 日 ( 天保 5 年 2 月 2 日 ( 旧暦 ) ) - 1923 年 ( 大正 12 年 ) 7 月 20 日 ) は 、 幕末 の 土佐 藩 藩士 ・ 蘭学者 で 明治 時代 ・ 大正 時代 の 法学 者 ・ 教育 家 ・ 男爵 。 +田 川 行文 ( たがわ ゆきふみ ) は 、 出羽 国田 川 郡 ( 羽前 国 ) ( 現 ・ 鶴岡 市 田川 ) を 本拠 地 と し て 、 田川 郡 郡司 を 自称 し た 鎌倉 時代 の 豪族 。 +扶桑 略記 ( ふそう りゃく き ) は 、 平安 時代 の 私撰 歴史 書 。 +避 病院 ( ひびょういん ) と は 、 明治 時代 に 造 ら れ た 日本 の 伝染 病 専門 病院 で あ る 。 +積恋雪 関扉 ( つもるこいゆき の せき の と )   通称 関 の 扉 ( せき の と ) は 、 常磐津 節 及び それ に 合せ て 演 じ られ る 歌舞伎 舞踊 の 演目 。 +源 雅信 ( みなもとの まさのぶ 、 延喜 20 年 ( 920 年 ) - 正暦 4 年 7 月 29 日 ( 旧暦 ) ( 993 年 8 月 24 日 ) ) は 、 平安 時代 中期 の 貴族 。 +日清 通商航海 条約 ( にっしん つう しょう こう かいじょうやく ) と は 、 1896 年 7 月 21 日 に 北京 市 に お い て 日本 と 清 の 間 に 締結 さ れ た 条約 。 +武道 専門 学校 ( ぶどう せんもん がっこう ) と は 、 大 日本 武徳 会 が 現在 の 京都 府 京都 市 左京 区 に 設立 し た 、 武道 指導 者 を 養成 する 旧 制 専門 学校 で あ る 。 +入定 ( にゅうじょう ) と は 、 真言 密教 の 究極 的 な 修行 の ひと つ 。 +大分 稚臣 ( おおきだ の わかおみ 、 生年 不明 - 天武 天皇 8 年 3 月 6 日 ( 旧暦 ) ( 67 9 年 4 月 21 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +公験 ( く げん ) と は 、 律令 国家 が 特定 の 人物 に 特権 を 認め る 際 に 出 し た 証明 書 の 一種 の こと 。 +徳岡 神泉 ( とくおか しんせん 、 1896 年 2 月 14 日 - 1972 年 6 月 9 日 ) は 、 日本 の 画家 。 +日野西家 ( ひ の にしけ ) は 、 名家 ( 公家 ) の 家格 を 有 する 公家 。 +田所 弘人 ( たどころ ひろ と 、 生没年 不詳 ) は 壬生 浪士 、 新 選 組 の 隊士 で あ る 。 +後 三 条 天皇 ( ご さんじょうてんのう 、 長元 7 年 7 月 18 日 ( 10 34 年 9 月 3 日 ) - 延久 5 年 5 月 7 日 ( 1073 年 6 月 15 日 ) ) は 、 第 71 代 の 天皇 。 +原 マルティノ ( はら マルティノ 、 Martin ã o , 永禄 12 年 ( 1569 年 ) 頃 - 寛永 9 年 9 月 7 日 ( 旧暦 ) ( 1629 年 10 月 23 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の キリシタン で 、 天正 遣欧 少年 使節 の 副使 。 +清原 氏 ( きよはら し ) は 、 平安 時代 の 氏族 。 +帯留 ( おびどめ ) と は 、 女性 が 帯締め に 通 す 飾り物 の 装身 具 。 +公海 ( こうかい 、 慶長 12 年 12 月 12 日 ( 旧暦 ) ( 160 8 年 1 月 29 日 ) - 元禄 8 年 10 月 16 日 ( 旧暦 ) ( 1695 年 11 月 22 日 ) ) は 、 江戸 時代 前期 の 天台 宗 の 僧 。 +下毛野古 麻呂 ( しもつけ ぬ の こまろ 、 ? - 71 0 年 1 月 28 日 ( 和銅 2 年 12 月 20 日 ( 旧暦 ) ) ) は 、 飛鳥 時代 から 奈良 時代 に かけ て の 貴族 。 +丹波 時長 ( たんば と きな が 、 生没年 不詳 ) は 、 平安 時代 から 鎌倉 時代 前期 に かけ て の 医師 。 +千 道安 ( せん の どうあん 、 天文 ( 元号 ) 15 年 ( 1546 年 ) - 慶長 12 年 2 月 17 日 ( 旧暦 ) ( 160 7 年 3 月 14 日 ) ) は 戦国 時代 ( 日本 ) から 江戸 時代 初期 の 茶道 。 +守山 宿 ( もりやま じゅく ) は 中山道 67 番 目 の 宿場 ( → 中山 道 六十 九 次 ) で 、 滋賀 県 守山 市 の 区域 。 +草壁 皇子 ( くさかべ のみこ ( おう じ ) 、 天智 天皇 元年 ( 662 年 ) - 持統 天皇 3 年 4 月 13 日 ( 旧暦 ) ( 689 年 5 月 7 日 ) は 、 天武 天皇 と 皇后 鸕野 讃良 皇女 ( 持統 天皇 ) の 皇子 。 +大覚 ( だい かく 、 永仁 5 年 ( 1297 年 ) - 貞治 3 年 / 正平 ( 日本 ) 19 年 4 月 3 日 ( 旧暦 ) ( 1364 年 5 月 5 日 ) ) は 、 南北朝 時代 ( 日本 ) の 日蓮 宗 の 僧 。 +順如 ( じゅんにょ 、 嘉吉 2 年 ( 1442 年 ) - 文明 _ ( 日本 ) 15 年 5 月 29 日 ( 旧暦 ) ( 1483 年 7 月 4 日 ) ) は 、 室町 時代 中期 から 後期 に かけ て の 浄土 真宗 の 僧 。 +宥清寺 ( ゆうせいじ ) は 、 京都 市 上京 区 に あ る 寺院 。 +仁聞 ( にん もん ) は 、 奈良 時代 に 大分 県 国東 半島 の 各地 に 28 の 寺院 を 開基 し た と 伝え られ る 伝説 的 な 僧 ( 神仏 と する 説 も あ る ) 。 +所従 ( しょじゅう ) と は 中世 の 日本 に 存在 し た 隷属 身 分 の 一 。 +木津 駅 ( きづ えき ) は 、 京都 府 木津川 市 木津 池田 11 6 - 2 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 駅 。 +当麻 皇子 ( とうま のみこ 、 生没年 不詳 ) は 、 6 世紀 後半 から 7 世紀 初期 に かけ て の 皇族 。 +弘文院 ( こう ぶんいん ) は 、 平安 時代 初期 の 平安 京 に 和気 広世 が 建て た と さ れ る 施設 。 +『 三 経 義疏 』 ( さんぎょうぎ しょ ) と は 、 聖徳 太子 に よ っ て 著 さ れ た と さ れ る 『 法華 義疏 』 ( 伝 615 年 ) ・ 『 勝鬘 経義疏 』 ( 伝 611 年 ) ・ 『 維摩 経 義疏 』 ( 伝 613 年 ) の 総称 で あ る 。 +常楽 寺 ( じょうらくじ ) は 、 京都 府 京都 市 下京 区 に あ る 浄土 真宗 本願 寺 派 の 寺院 。 +大蓮 寺 ( だいれんじ ) は 、 専蓮 社 深誉 上人 に よ り 開基 。 +住友 活機園 ( すみとも かっき えん ) は 、 滋賀 県 大津 市 に あ る 歴史 的 建造 物 。 +平成 幹 ( たいら の なりもと 、 生年 不詳 - 天仁 2 年 ( 1109 年 ) ) は 、 平安 時代 後期 の 武将 。 +藤原 良相 ( ふじわら の よしみ / よしあ う 、 弘仁 4 年 ( 813 年 ) - 貞観 ( 日本 ) 9 年 10 月 10 日 ( 旧暦 ) ( 867 年 11 月 9 日 ) ) は 、 平安 時代 前期 の 公卿 。 +甘露煮 ( かんろ に ) は 、 煮物 料理 の ひと つ 。 +三浦 桃寿丸 ( みうら とうじゅまる 、 生年 不詳 - 天正 12 年 ( 1584 年 ) ) は 、 日本 の 戦国 時代 の 武将 。 +愚中 周及 ( ぐちゅうしゅうきゅう 、 元亨 3 年 ( 1323 年 ) - 応永 16 年 8 月 25 日 ( 旧暦 ) ( 1409 年 10 月 4 日 ) ) は 、 南北朝 時代 ( 日本 ) の 臨済 宗 の 僧 。 +大井 神社 ( おお い じんじゃ ) は 、 京都 市 右京 区 の 渡月 橋 北詰 に あ る 神社 で あ る 。 +深水 ( ふかみず ) は 、 生け 花 の 水揚げ の 方法 の 1 つ 。 +徳川 家茂 ( とくがわ いえ も ち ) は 、 江戸 幕府 第 14 代 征夷 大将軍 。 +家宅 六 神 ( かたく ろくしん ) は 、 神道 に おけ る 家宅 を 表 す ( また は 守 る ) 六柱 の 神 ( 神道 ) の 総称 で あ る 。 +山脇 正勝 ( やまわ き まさかつ 、 嘉永 2 年 ( 1849 年 ) - 明治 38 年 ( 190 5 年 ) 5 月 6 日 ) は 、 幕末 期 の 桑名 藩 士 。 +勘文 ( かんもん ) と は 、 朝廷 から 諮問 を 依頼 さ れ た 学者 など が 由来 ・ 先例 等 の 必要 な 情報 を 調査 し て 報告 ( 勘申 ) を 行 っ た 文章 の こと 。 +藤原 基成 ( ふじわら の もと な り 、 生没 年 未詳 ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 貴族 。 +冷泉 隆豊 ( れいぜい た か と よ 、 永正 10 年 ( 1513 年 ) - 天文 ( 元号 ) 20 年 ( 1551 年 ) ) 従 五 位 下左衛門 少尉 。 +茶托 ( ちゃたく ) は 茶碗 を のせ る 受け皿 。 +地方 三 役 ( じかた さんやく ) は 、 日本 近世 ( 江戸 時代 ) の 村 役人 の 総称 。 +けいはん な プラザ ホテル ( KEIHANNAPLAZAHOTEL ) は 、 関西 文化 学術 研究 都市 の 中核 交流 施設 、 けいはん な プラザ の 宿泊 施設 。 +結城 直光 ( ゆうき なおみつ 、 1330 年 ( 元徳 2 年 ) - 1395 年 2 月 7 日 ( 応永 2 年 1 月 17 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) 、 室町 時代 前期 に かけ て の 武将 。 +位 階 ( いかい ) と は 官吏 の 序列 を い う 。 +谷衛利 ( たにもり と し 、 慶長 19 年 ( 1614 年 ) - 慶安 5 年 1 月 12 日 ( 旧暦 ) ( 1652 年 2 月 21 日 ) ) は 、 丹波 国山 家 藩 の 世嗣 。 +マキノ 智子 ( まきの ともこ 、 1907 年 1 月 29 日 - 1984 年 10 月 20 日 ) は 、 日本 の 俳優 で あ る 。 +平信 兼 ( たいら の のぶかね 、 生没 年 未詳 ) は 平安 時代 末期 の 武将 。 +神埼 荘 ( かんざき の しょう ) は 、 平安 時代 ~ 室町 時代 に かけ て 肥前 国 に あ っ た 荘園 。 +秋月 種樹 ( あきづ き たねたつ 、 天保 4 年 10 月 17 日 ( 旧暦 ) ( 1833 年 11 月 28 日 ) - 明治 37 年 ( 190 4 年 ) 10 月 17 日 ) は 、 幕末 ・ 明治 期 の 日本 の 政治 家 。 +カトリック 西 陣 聖 ヨゼフ 教会 は 、 京都 市 上京 区 に あ る 教会 。 +塙 直政 ( ばん な おまさ 、 生年 不詳 - 天正 4 年 5 月 3 日 ( 旧暦 ) ( 1576 年 5 月 30 日 ) は 、 安土 桃山 時代 の 武将 。 +何 有 荘 ( か いう そう ) ( 旧 稲畑 勝太郎 邸 ) は 、 七 代 小川 治兵衛 ( 近代 日本 庭園 の 先駆 者 と さ れ る 庭師 ) 通称 植治 が 作り上げ た 京都 市 左京 区 に あ る 庭園 。 +抓津 姫神 ( つまつ ひめ ) は 、 日本 神話 に 登場 する 神 。 +栗隈 王 ( くりくま の おおきみ 、 生年 不明 - 天武 天皇 5 年 ( 67 6 年 ) 6 月 ) は 、 日本 の 飛鳥 時代 の 皇族 。 +日本 刀 ( に ほんとう 、 英 : Japanesesword ) は 、 日本 に 於 い て 独自 に 発展 し た 方法 で 鍛え られ た 刀剣 類 の 総称 。 +算盤 坊主 ( そろばん ぼうず ) また は 算盤 小僧 ( そろばん こぞう ) は 、 丹波 国 ( 京都 府 ) に 伝わ る 妖怪 。 +片山 久安 ( かたやま ひさや す 、 天正 2 年 ( 1574 年 ) - 慶安 3 年 ( 1650 年 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 剣豪 。 +土岐 定義 ( ときさだ よし 、 1580 年 ( 天正 8 年 ) - 1619 年 2 月 22 日 ( 元和 ( 日本 ) 5 年 1 月 8 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 、 江戸 時代 前期 の 武将 、 大名 。 +田原本 藩 ( たわら もと はん ) は 大和 国 十 市 郡 田原本 ( 現在 の 奈良 県 磯城 郡 田原本 町 田原本 ) に 存在 し た 藩 。 +高 元 度 ( こうげんど ) は 、 高麗 王族 系 の 渡来 人 。 +和田 埠頭 ( わ だふ とう ) と は 、 京都 府 舞鶴 市 に あ る 舞鶴 湾 に 整備 さ れ る 約 33 ha の 埠頭 で あ る 。 +餡 ( あん ) ある い 餡子 ( あんこ ) と は 、 饅頭 など の 中 に 入れ る 具 の こと で 、 アズキ を はじめ と する 材料 を 甘 く 煮 た 具 や 、 でん粉 を 糊化 し た 素材 を 指 す こと が 多 い 。 +まれび と 、 マレビト ( 稀人 ・ 客人 ) は 、 時 を 定め て 他界 から 来訪 する 霊的 もしくは 神的 存在 を 指 す 折口 学 の 用語 。 +田代 栄助 ( たしろ えいすけ 、 天保 5 年 8 月 14 日 ( 旧暦 ) ( 1834 年 9 月 16 日 ) - 明治 18 年 ( 1885 年 ) 5 月 17 日 ) は 江戸 時代 から 明治 時代 に かけ て の 侠客 。 +シソ ( 紫蘇 、 学名 : Perillafrutescensvar . crispa ) は 、 シソ 科 シソ属 の 植物 。 +乎非 王 ( おい の おおきみ ・ おい の みこ 、 生没年 不詳 ) は 、 「 上宮 記 」 逸文 に 記 さ れ る 5 世紀 頃 の 皇族 ( 王族 ) 。 +如拙 ( じょせつ 、 生没年 不詳 ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 の 画僧 。 +源 為 憲 ( みなもと の ため の り 、 ? - 寛弘 8 年 ( 1011 年 ) 8 月 ) は 、 平安 時代 中期 の 文学 者 ・ 漢詩 人 。 +山田 信道 ( やまだ のぶみち 、 1833 年 12 月 13 日 ( 天保 4 年 11 月 3 日 ( 旧暦 ) ) - 190 0 年 ( 明治 33 年 ) 3 月 11 日 ) は 、 日本 の 官僚 、 政治 家 。 +アヂスキタカヒコネ ( アヂシキタカヒコネ と も ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +竈 ( くど ) と は 、 下記 の とおり 。 +京都 ( きょう と 、 みやこ 、 きょう の みやこ 、 英語 Ky ō to 、 ローマ 字 Ky ō to ) は 、 日本 の 歴史 的 な 都 。 +石作 皇子 ( いしづくり のみこ ) は 、 『 竹取 物語 』 に 登場 する 五 人 の 貴 公子 の ひとり 。 +福知 山 鉄道 館 ポッポランド ( ふくちやま てつどう かん ポッポランド ) と は 京都 府 福知 山 市 内 に あ る 鉄道 保存 展示 施設 で あ る 。 +つっころば し は 、 歌舞伎 の 役種 の 一 。 +今出川 実順 ( いまで がわ さねあや 、 天保 3 年 7 月 13 日 ( 旧暦 ) ( 1832 年 8 月 8 日 ) ‐ 元治 元年 9 月 5 日 ( 旧暦 ) ( 1864 年 10 月 5 日 ) は 、 江戸 時代 後期 から 末期 の 公卿 。 +赤染 衛門 ( あかぞめ えもん 、 天暦 10 年 ( 956 年 ) 頃 ? - 長久 2 年 ( 1041 年 ) 以後 ) は 、 平安 時代 の 女房 、 女流 歌人 。 +伊勢 継子 ( いせの つぎこ 、 宝亀 3 年 ( 772 年 ) - 弘仁 3 年 7 月 6 日 ( 旧暦 ) ( 812 年 8 月 16 日 ) ) は 、 平城 天皇 の 妃 。 +平直方 ( たいら の なお かた 、 生没年 不詳 ) は 平安 時代 中期 の 武将 。 +造 り 酒屋 ( つくりざかや ) と は 、 蔵 で 日本 酒 を 醸造 し 、 店舗 で それ を 販売 する 職業 。 +中 富川 の 戦い ( なか とみ がわ の たたか い ) は 、 15 82 年 ( 天正 10 年 ) 、 四国 統一 を 目指 す 土佐 国 の 長 宗我部 元親 と 阿波 国 の 十 河 存 保 と の 間 で 起き た 一 戦 で あ る 。 +尭然 法 親王 ( ぎょうねん ほっ しん のう 、 慶長 7 年 10 月 3 日 ( 160 2 年 11 月 16 日 ) - 寛文 元年 8 月 22 日 ( 1661 年 10 月 15 日 ) ) は 、 江戸 時代 前期 の 皇族 ・ 僧 。 +天孫 降臨 ( てんそん こうりん ) は 、 アマテラス の 孫 で あ る ニニギ が 、 葦原 中国 平定 を 受け て 、 葦原 中国 の 統治 の ため に 降臨 し た と い う 日本 神話 の 説話 で あ る 。 +山笠 ( やまかさ ) は 、 神社 の 祭 で 用い られ る 神輿 ・ 山車 状 の 祭具 。 +草履 ( ぞうり ) は 、 日本 の 伝統 的 な 履物 の 一 つ 。 +久我 通平 ( こが みちひら 、 建仁 3 年 ( 120 3 年 ) - 嘉禄 2 年 ( 1226 年 ) ) は 、 鎌倉 時代 の 公卿 。 +持明院 家 ( じみょういん け ) は 、 日本 の 氏族 ( 公家 ) 。 +日置 蓑 麻呂 ( へき のみ の まろ 、 70 4 年 生 ~ 没年 不明 ) は 奈良 時代 ~ 平安 時代 の 官人 。 +葵 ( あおい ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +飛鳥 浄 御 原令 ( あすか きよみはら りょう ) は 、 日本 の 飛鳥 時代 後期 に 制定 さ れ た 体系 的 な 法典 。 +牛鬼 ( うしお に 、 ぎゅうき ) は 、 西 日本 に 伝わ る 妖怪 。 +京都 府 指定 ・ 登録 文化 財 一覧 ( きょうと ふ してい ・ とうろく ぶんか ざい いちらん ) は 京都 府 指定 また は 登録 の 文化 財 や 史跡 等 を 一覧 形式 で まとめ た もの で あ る が 、 全て を 掲載 し て い る わけ で は な い 。 +脇坂 安治 ( わきざか やすはる ) は 安土 桃山 時代 から 江戸 時代 に かけ て の 武将 ・ 大名 。 +地方 巧者 ( じ かた こうしゃ ) は 、 江戸 時代 に 地方 支配 ( じかた しはい ) に 精通 し た 農政 官僚 の こと で あ る 。 +里内 裏 ( さと だいり ) は 、 平安 時代 以降 、 平安 宮内 裏 以外 の 邸宅 を 天皇 の 在所 ( 皇居 ) と し て 用い た もの を 指 す 。 +主殿 造 ( しゅでん づくり ) は 、 室町 時代 の 武家 住宅 の 様式 と し て 建築 史 で 提唱 さ れ た 言葉 で あ る 。 +袁邪 本王 ( おざほ の おおきみ 、 生没年 不詳 ) は 日本 神話 に 登場 する 皇族 。 +ミズナ BrassicarapaL . var . nipposinica ( L . H . Bailey ) Kitam . ( 水菜 、 potherbmu stard ) は 、 アブラナ 科 の 一 年 生 植物 。 +石井 忠亮 ( いしい ただ あきら 、 男性 、 天保 11 年 7 月 7 日 ( 旧暦 ) ( 1840 年 8 月 4 日 ) - 明治 34 年 ( 1901 年 ) 1 月 1日 ) は 、 明治 時代 の 政府 高官 。 +柳谷 登山 鉄道 ( やなぎだ に とざん てつどう ) は 、 現在 の 長岡 京 市 の 柳谷 観音 ( 楊谷 寺 ) 付近 に 設置 が 計画 さ れ た ケーブル カー で あ る 。 +常覚寺 ( じょうかくじ ) は 、 奈良 県 五條 市 ( 旧 吉野 郡 西 吉野村 ) に あ る 高野山 真言 宗 の 寺院 。 +別表 神社 ( べっぴょう じんじゃ ) と は 、 神社 本庁 が 定め た 、 神社 本庁 が 包括 し て い る 一部 の 神社 の こと で あ る 。 +若狭 局 ( わかさ の つぼね 、 生年 未詳 - 建仁 3 年 ( 120 3 年 ) ) は 、 鎌倉 時代 初期 の 女性 。 +山崎 蒸 ( 烝 ) ( やまざき すす む 、 天保 4 年 ( 1833 年 ) 頃 ? - 慶応 4 年 1 月 13 日 ( 旧暦 ) ( 1868 年 2 月 6 日 ) ) は 、 新 選 組 諸士 調役 兼 監察 。 +実隆 公記 ( さね たかこうき ) は 、 室町 時代 後期 の 公家 、 三条 西 実隆 の 記 し た 日記 。 +久我 通言 ( こが みちのぶ 、 長享 元年 ( 1487 年 ) - 天文 ( 元号 ) 12 年 ( 1543 年 ) 2 月 ) は 、 室町 時代 後期 の 公卿 。 +桃園 天皇 ( ももぞの てんのう 、 寛保 元年 2 月 29 日 ( 1741 年 4 月 14 日 ) - 宝暦 12 年 7 月 12 日 ( 1762 年 8 月 31 日 ) ) は 、 江戸 時代 の 第 116 代 天皇 ( 在位 : 延享 4 年 5 月 2 日 ( 1747 年 6 月 9 日 ) - 宝暦 12 年 7 月 12 日 ( 1762 年 8 月 31 日 ) ) 。 +洞院 家 ( とういん け ) は 、 鎌倉 時代 から 室町 時代 に かけ て 存在 し た 藤原 北家 閑院 流 の 堂上 公家 。 +樋口 信康 ( ひぐち のぶやす 、 元和 ( 日本 ) 9 年 11 月 10 日 ( 旧暦 ) ( 1623 年 12 月 31 日 ) - 元禄 4 年 6 月 21 日 ( 旧暦 ) ( 1691 年 7 月 16 日 ) ) は 、 江戸 時代 初期 の 公家 。 +悪党 ( あくとう ) と は 、 一般 的 に 社会 の 秩序 を 乱 す 者 な い し 悪事 を な す 集団 など を 意味 する 用語 で あ る が 、 日本 の 歴史 に お い て は 中世 に 既存 支配 体系 へ 対抗 し た 者 ・ 階層 を 悪党 と 呼 ん で い る 。 +福知山 ファミリー ( ふくちやま ファミリー ) と は 、 京都 府 福知 山 市 に あ る ショッピング センター で あ る 。 +ミヅハノメ は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +水野 忠之 ( みず の ただゆき ) は 、 江戸 時代 中期 の 譜代 大名 で 、 江戸 幕府 老 中 。 +坊門 信清 ( ぼうもん のぶきよ 、 平治 元年 ( 1159 年 ) - 建保 4 年 3 月 14 日 ( 旧暦 ) ( 1216 年 4 月 2 日 ) ) は 、 鎌倉 時代 の 公卿 。 +近衞 篤麿 ( この え あつま ろ 、 文久 3 年 6 月 26 日 ( 旧暦 ) ( 1863 年 8 月 10 日 ) - 明治 37 年 ( 190 4 年 ) 1 月 1日 ) は 、 明治 後期 の 華族 ・ 政治 家 。 +智光 ( ちこう 、 和銅 2 年 ( 709 年 ) ? - 宝亀 11 年 ( 780 年 ) ? ) は 、 奈良 時代 の 三 論 宗 の 僧 。 +平桟 橋 ( たいら さんばし ) は 舞鶴 港 に あ る 桟橋 。 +勅旨 ( ちょくし ) と は 、 律令 制 に おけ る 天皇 の 命令 書 で あ る 勅書 の 一種 で あ る 公文 書 。 +飯野 吉三郎 ( いいの きち さぶろう 、 1867 年 - 1944 年 2 月 3 日 ) は 美濃 国 ( 現 岐阜 県 ) の 岩村 藩士族 出身 の 新興 宗教 家 。 +桂川 甫周 ( かつら がわ ほしゅう ) 宝暦 元年 ( 1751 年 ) - 文化 ( 元号 ) 6 年 6 月 21 日 ( 旧暦 ) ( 1809 年 8 月 2 日 ) は 、 医師 及び 蘭学 者 。 +宗忠 神社 ( むねただ じんじゃ ) は 、 黒住 教 の 教祖 で あ る 黒住 宗忠 を 祀 る 神社 で あ る 。 +ボーフラ は 、 湯沸か し 道具 の 一 つ で 、 土瓶 の 一種 。 +院家 ( いんげ ) と は 、 +尊助 法 親王 ( そんじょ ほっ しん の う 、 建保 5 年 ( 1217 年 ) - 正応 3 年 12 月 1日 ( 1291 年 1 月 2 日 ) ) は 、 鎌倉 時代 中期 の 法親 王 。 +蘇我 稲目 ( そがの いなめ 、 武烈 天皇 8 年 ( 50 6 年 ) 頃 ? - 欽明 天皇 32 年 3 月 1日 ( 旧暦 ) ( 570 年 3 月 22 日 ) ) は 飛鳥 時代 の 大臣 。 +本音 と 建前 ( ほんね と たてまえ ) は 、 社会 現象 を 表 す 日本 語 で あ る 。 +緋袴 ( ひ の はかま / ひばかま ) は 、 紅袴 ( くれ な い の はかま ) と も 呼 ば れ 、 深紅 色 など 赤 系 統 の 色 を し た 袴 の 事 を 指 す 。 +大徳 寺 ( だいとくじ ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 大徳 寺町 に あ る 禅宗 寺院 で 、 臨済 宗 大徳 寺 派 大 本山 で あ る 。 +毛利 元春 ( もうり もと はる 、 元亨 3 年 ( 1323 年 ) - ? ) は 、 南北朝 時代 ( 日本 ) ・ 室町 時代 に おけ る 毛利 家 の 当主 で 、 毛利 親衡 の 嫡男 。 +上野 景範 ( うえ の かげのり 、 天保 15 年 12 月 1日 ( 旧暦 ) ( 1845 年 1 月 8 日 ) - 明治 21 年 ( 1888 年 ) 4 月 11 日 ) は 日本 の 外交 官 。 +身毛 広 ( むげつ の ひろ 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +氏神 ( うじ がみ ) と は 、 日本 に お い て 、 同じ 地域 ( 集落 ) に 住 む 人々 が 共同 で 祀 る 神道 の 神 ( 神道 ) の こと で あ る 。 +小早川 政景 ( こばやかわ まさかげ 、 生没 年 未詳 ) は 、 鎌倉 時代 の 武将 。 +日清 協約 ( にっしん きょうやく ) と は 、 日本 と 中国 を 支配 し て い た 清王 朝 と の 間 で 締結 さ れ た 条約 で あ る 。 +『 雨月 物語 』 ( うげつ ものがたり ) は 、 上田 秋成 に よ っ て 江戸 時代 後期 に 著わ さ れ た 読本 ( よみほん ) の 代表 作 。 +花屋 町 通 ( はなや ちょうどおり ) は 京都 市 の 通り の 一 つ 。 +戸田 忠寛 ( とだた だ と お 、 元文 4 年 9 月 15 日 ( 旧暦 ) ( 1739 年 10 月 17 日 ) - 寛政 13 年 1 月 30 日 ( 旧暦 ) ( 180 1 年 3 月 14 日 ) ) は 江戸 時代 中期 の 大名 。 +与楽 鑵子 塚 古墳 ( よら く かん すづか こふん ) は 、 奈良 県 高市 郡 高取 町 に あ る 古墳 時代 後期 に つく ら れ た 古墳 で あ る 。 +令 制 国 一覧 > 畿内 > 山城 国 > 紀伊 郡 +天皇 制 ( 皇室 制度 ) ( てんのうせい / こうしつ せいど ) は 、 天皇 を 君主 又 は 象徴 と する 国家 体制 。 +石鏃 ( せきぞく ) は 石器 の 一種 で 、 石製 の 鏃 ( やじり ) 、 矢尻 と も 書 く 。 +梁塵 秘抄 ( りょうじん ひしょう ) は 平安 時代 末期 に 編 ま れ た 歌謡 集 。 +清水谷 公考 ( しみずだ に きんなる 、 弘化 2 年 9 月 6 日 ( 旧暦 ) ( 1845 年 10 月 6 日 ) - 明治 15 年 ( 18 82 年 ) 12 月 31 日 ) は 、 幕末 の 公家 。 +京野菜 ( きょう や さい ) と は 、 主に 京都 府 地方 で 古く から 品種 改良 が 施 さ れ て 誕生 し 、 伝統 的 に 生産 さ れ 続け て い る 野菜 の 品種 群 の こと で 、 一般 的 に 京 の 伝統 野菜 41 品目 と ブランド 京野菜 21 品目 を さ し 、 重複 品目 を 含め た 総 品目 は 、 43 品目 で あ る 。 +尾上 松之助 ( お のえ まつのすけ 、 1875 年 ( 明治 9 年 ) 9 月 12 日 - 1926 年 ( 大正 15 年 ) 9 月 11 日 ) は 明治 時代 から 大正 時代 に かけ て の 日本 の 映画 俳優 、 日本 最初 の 映画 スター 、 映画 監督 で あ る 。 +西園寺 実充 ( さいおんじ さね みつ ) は 、 戦国 時代 ( 日本 ) の 伊予 国 南部 の 戦国 大名 。 +朧月 夜 ( おぼろづ く よ 、 おぼろづき よ ) は 紫式 部 の 物語 『 源氏 物語 』 の 架空 の 登場 人物 。 +『 栄花 物語 』 ( えいが ものがたり ) は 、 平安 時代 の 古典 。 +平治 の 乱 ( へいじ の らん ) は 平安 時代 の 平治 元年 12 月 9 日 ( 旧暦 ) ( 1159 年 1 月 19 日 ) より 発生 し た 、 院 の 近臣 ら の 対立 に よ り 起き た 政変 で あ る 。 +北条 兼 時 ( ほうじょうかね とき 、 生年 未詳 - 弘長 3 年 6 月 13 日 ( 旧暦 ) ( 1263 年 7 月 19 日 ) ) は 、 鎌倉 時代 中期 北条 氏 の 一門 。 +渡辺 綱 ( わたなべ ・ の ・ つな 、 天暦 7 年 ( 953 年 ) - 万寿 2 年 2 月 15 日 ( 1025 年 3 月 17 日 ) ) は 平安 時代 中期 の 武将 。 +糟屋 武則 ( かすや たけのり ) は 安土 桃山 時代 ・ 江戸 時代 の 大名 。 +幸倶楽部 派 ( さいわい くらぶ は ) と は 、 明治 後期 から 昭和 初期 に かけ て 茶話 会 を 中心 と し た 貴族 院 _ ( 日本 ) の 中 小 院内 会 派 の 連合 組織 。 +脱亜 論 ( だつ あろん ) と は 、 明治 18 年 ( 1885 年 ) 3 月 16 日 、 「 時事 新報 」 紙上 に 掲載 さ れ た 社説 を 指 す 。 +俘囚 ( ふしゅう ) と は 、 陸奥 国 ・ 出羽 国 の 蝦夷 の うち 、 朝廷 の 支配 に 属 する よう に な っ た もの 。 +ゲンゼスキー 場 ( ゲンゼスキー じょう ) は 、 京都 府 福知 山 市 ( 旧 夜久野 町 ) に あ る スキー 場 で あ る 。 +揮毫 ( きごう ) と は 、 毛筆 で 何 か 言葉 や 文章 を 書 く こと 。 +八条院 領 ( はちじょういん - りょう ) は 、 中世 の 荘園 公領 制下 に おけ る 王家領 荘園 群 の 一 つ 。 +賢木 ( さかき ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +吉見 公子 ( よしみ きみこ ) は 、 日本 の 水墨 画家 。 +東吉野 温泉 ( ひがしよしの おんせん ) は 、 奈良 県 吉野 郡 東吉野 村 ( 旧国 大 和国 ) に あ る 温泉 。 +本満寺 ( ほんまんじ ) は 、 京都 市 上京 区 に あ る 寺院 。 +挿頭 ( かざし ) と は 上古 の 日本 人 が 神事 に 際 し て 髪 や 冠 に 挿 し た 草花 の こと 。 +木嶋 坐天照 御 魂 神社 ( この しま に ます あま て る みたま じんじゃ ) は 京都 市 右京 区 太秦 に あ る 神社 で あ る 。 +御 伽衆 ( おとぎ しゅう ) と は 、 戦国 時代 ( 日本 ) から 江戸 時代 初期 に かけ て 戦国 大名家 に 存在 し た 職掌 。 +供御 人 ( くご にん ) と は 、 日本 中世 に お い て 、 朝廷 に 属 し 天皇 ・ 皇族 など に 山海 の 特産 物 など の 食料 や 各種 手工芸 品 など を 貢納 し た 集団 で あ る 。 +丹後 大仏 ( たんご だいぶつ ) は 、 京都 府 与謝 郡 伊根 町 本坂 に あ る 大仏 で あ る 。 +尾張浜 主 ( おわり の は まぬし 、 天平 5 年 ( 733 年 ) - 没年 未詳 ) は 、 奈良 時代 から 平安 時代 前期 に かけ て の 楽人 。 +一色 氏 ( いっしきうじ ) は 武家 の ひと つ 。 +東南院 ( とうなんいん ) は 、 東大 寺 の 東南 方向 ( 現在 の 東大 寺 図書 館 付近 ) に あ っ た と さ れ る 真言 宗 の 拠点 寺院 。 +丁銀 ( ちょうぎん ) と は 、 日本 国 内 に お い て 主に 商 取引 用 と し て 室町 時代 後期 から 明治 維新 まで 流通 し た 銀貨 で あ る 。 +黄幡神 ( おうはん じん 、 おうばん しん ) は 、 九曜 の 1 つ で あ る 羅睺 ( らごう ) を 奉 っ た もの で 、 集落 の 境 や 村 の 中心 、 村内 と 村外 の 境界 や 道路 の 辻 、 三 叉 路 など に おもに 石碑 の 形態 で 祀 ら れ て い る 。 +『 十 句 観音 経 』 ( じっ く かんのん ぎょう ) は 、 仏教 経典 の 一 。 +斑鳩 神社 ( いかるが じんじゃ ) は 奈良 県 生駒 郡 の 神社 。 +氏 寺 ( うじ でら ) と は 、 飛鳥 時代 に 古墳 に 代わ っ て 有力 氏族 に よ っ て 造 ら れ る よう に な っ た 仏教 の 寺院 で あ る 。 +奉答 文 事件 ( ほうとう ぶん じけん ) は 、 明治 36 年 ( 190 3 年 ) 、 衆議 院 議長 河野 広中 が 、 開院 勅語 に たい する 奉答 文 に お い て 、 第 1 次 桂 内閣 弾劾 の 文 を 朗読 し 、 けっきょく 衆議 院 解散 に 至 っ た 事件 で あ る 。 +輔子 内 親王 ( ほし / すけこ な い しんの う 、 天暦 7 年 ( 953 年 ) - 正暦 3 年 3 月 3 日 ( 旧暦 ) ( 992 年 4 月 8 日 ) ) は 、 平安 時代 中期 の 皇族 。 +朽木 氏 ( く つきし ) は 日本 の 氏族 の 一 つ 。 +声明 ( しょうみょう ) と は 日本 の 伝統 音楽 の 一 つ 。 +大炊 御門宗 氏 ( おおい の みかど むねう じ 、 天授 ( 日本 ) 元年 ・ 永和 ( 日本 ) 元年 ( 1375 年 ) - 応永 28 年 4 月 6 日 ( 旧暦 ) ( 142 1 年 5 月 7 日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 の 公卿 。 +雄略 天皇 ( ゆうりゃく てんのう 、 允恭 天皇 7 年 ( 418 年 ) 12 月 ( 旧暦 ) - 雄略 天皇 23 年 8 月 7 日 ( 旧暦 ) ( 47 9 年 9 月 8 日 ) ) は 、 第 21 代 の 天皇 ( 在位 : 安康 天皇 3 年 11 月 13 日 ( 旧暦 ) ( 456 年 12 月 25 日 ) - 雄略 天皇 23 年 8 月 7 日 ( 47 9 年 9 月 8 日 ) ) 。 +一条 忠貞 ( いちじょう ただ さ だ 、 文久 2 年 ( 1862 年 ) 5 月 ( 旧暦 ) - ? ) は 江戸 時代 後期 の 公家 。 +巨椋 池 ( お ぐらい け ) は 、 京都 府 の 南部 、 現在 の 京都 市 伏見 区 、 宇治 市 、 久御山 町 に またが る 場所 に 、 かつて 存在 し た 池 で あ る ( 規模 から い え ば 池 より も 「 湖 」 の 方 が ふさわし い ) 。 +七 小町 ( なな こまち ) と は 、 小野 小町 を 題 に し た 七 つ の 謡曲 ( 能楽 作品 ) の 総称 。 +花 の 御所 ( はな の ご しょ ) は 、 現在 の 京都 市 上京 区 の 烏丸 通 ・ 今出川 通 ・ 上立 売通 ・ 室町 通 に 囲 ま れ た 東西 一 町 南北 二 町 の 足利 将軍 家 の 邸宅 の 通称 。 +久米 若女 ( くめ の わかめ 、 生年 不詳 - 宝亀 11 年 ( 780 年 ) 6 月 24 日 ( 旧暦 ) ) は 、 奈良 時代 の 女性 。 +後鳥羽 天皇 ( ごと ば てんのう 、 治承 4 年 7 月 14 日 ( 1180 年 8 月 6 日 ) - 延応 元年 2 月 22 日 ( 1239 年 3 月 28 日 ) ; 在位 : 寿永 2 年 ( 1183 年 ) 8 月 20 日 - 建久 9 年 ( 1198 年 ) 1 月 11 日 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て 在位 し た 第 82 代 天皇 。 +今出川 公久 ( いまで がわきん ひさ 、 文化 ( 元 号 ) 3 年 5 月 23 日 ( 旧暦 ) ( 180 6 年 7 月 9 日 ) - 天保 7 年 8 月 17 日 ( 旧暦 ) ( 1836 年 9 月 27 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +山号 鳥 形山 +観世 元 章 ( かんぜもと あきら 、 1722 年 ( 享保 7 年 ) - 1774 年 ( 安永 2 年 ) ) と は 、 江戸 時代 中期 の シテ 方 観世 流能 楽師 。 +浄土 真宗遣 迎院 派 ( じょうど しんしゅう けん ごういん は ) は 浄土 真宗 の 一派 。 +五十 瓊敷 入彦命 ( い に しきい りび この みこと ) は 、 記紀 に 伝え られ る 古墳 時代 の 皇族 ( 王族 ) 。 +豊国 神社 ( ほうこく じんじゃ ) は 、 滋賀 県 長浜 市 に 鎮座 する 神社 。 +錦 の 御 旗 ( にしき の み はた ) と は 、 朝廷 の 軍 ( 官軍 ) の 旗印 。 +宇都宮 泰綱 ( うつのみや やすつな ) は 鎌倉 時代 前 ・ 中期 の 武将 。 +日奥 ( にちおう 、 1565 年 7 月 5 日 ( 永禄 8 年 6 月 8 日 ( 旧暦 ) ) - 1630 年 4 月 22 日 ( 寛永 7 年 3 月 10 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 日蓮 宗 の 僧 。 +後 の 雛 ( のち の ひな ) は 、 江戸 時代 、 8 月 1日 ( 旧暦 ) 、 また 9 月 9 日 ( 旧暦 ) に 飾 ら れ る 雛 人形 、 また それ を 飾 る こと で あ る 。 +右近橘 ( うこん の たちばな ) は 、 平安 京内 裏 紫宸 殿 から おり る 南階 の 、 紫宸 殿 から 見 て 右 に あ っ た タチバナ の 樹 。 +竹内 街道 ( たけの うち かいどう ) は 、 大阪 府 堺 市 から 東 へ 向か い 、 二上山 ( 奈良 県 ・ 大阪 府 ) の 南麓 ・ 竹内 峠 を 越え て 、 奈良 県 葛城 市 の 長尾 神社 付近 に 至 る 約 26 km の 街道 で あ る 。 +白玉 ( しらたま ) と は 、 白玉 粉 と 呼 ば れ る 米粉 で 作 っ た 団子 で あ る 。 +花人 ( かじん ) と は 、 職業 が 「 華道 家 」 、 「 い け ば な 作家 」 、 「 フラワー アーティスト 」 、 「 フラワー デザイナー 」 など が 自ら を 公 の 場 で 称 する 際 に 、 好 ん で 使 う こと が 多 い 呼称 。 +笠峠 ( かさとうげ ) は 京都 府 京都 市 北 区 ( 京都 市 ) と 同市 右京 区 を 隔て る 峠 で あ る 。 +佐久間 勉 ( さくま つとむ 、 9 月 13 日 - 4 月 15 日 ) は 、 日本 の 大 日本 帝国 海軍 軍人 。 +檀林 ( だんりん ) と は 、 仏教 寺院 に おけ る 僧侶 の 養成 機関 、 仏教 宗 派 の 学問 所 を い う 。 +専順 ( せんじゅん 、 1411 年 ( 応永 18 年 ) - 1476 年 ( 文明 ( 日本 ) 8 年 ) ) は 、 室町 時代 中期 の 連歌 師 。 +皇室 財産 ( こうしつ ざいさん ) は 、 皇帝 や 天皇 の 家 の 財産 で あ る 。 +松下 烏石 ( まつした うせき 、 男性 、 元禄 11 年 ( 1698 年 ) - 安永 8 年 10 月 ( 1779 年 ) ) は 、 江戸 時代 中期 の 日本 の 書家 で あ る 。 +小原 慶山 ( おはら けいざん 、 生年 不詳 - 1733 年 9 月 7 日 ( 享保 18 年 7 月 29 日 ( 旧暦 ) ) ) は 、 江戸 時代 中期 の 画家 。 +くすぐり ( 擽り ) と は 、 人 の 皮膚 表面 を 刺激 し て 「 くすぐった い 」 感覚 を 与え 「 笑 わ せ る 」 こと 。 +事代主 ( ことし ろぬし 、 言代 主神 ) は 、 日本 神話 に 登場 する 神 。 +京大 天皇 事件 ( きょうだい てん のう じけん ) は 、 1951 年 11 月 12 日 の 昭和 天皇 の 京都 大学 来学 に 際 し 、 キャンパス に 押しかけ た 多数 の 学生 と の 間 で 混乱 が 生 じ 、 京大 の 学生 自治 会 で あ る 同 学会 に 解散 処分 など が 下 さ れ た 事件 で あ る 。 +菊 の 着綿 ( きく の きせわた ) と は 重陽 の 節句 に 行 わ れ る 宮中 の 習慣 。 +兵粮 奉行 ( ひょうろう ぶぎょう ) また は 小荷 駄 奉行 ( こ にだぶぎょう ) は 、 日本 の 戦国 時代 _ ( 日本 ) に お い て 行軍 ・ 戦闘 中 の 兵糧 輸送 ( 小荷 駄 ) を 担当 する 奉行 の こと 。 +京都 高等 蚕業 学校 ( きょうと こうとう さんぎょう がっこう ) は 、 1914 年 ( 大正 3 年 ) に 設立 さ れ た 旧 制 専門 学校 。 +亀岡 駅 ( かめおか えき ) は 、 京都 府 亀岡 市 追分 町 谷筋 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 駅 で あ る 。 +佐和山城 ( さわやま じょう ) は 滋賀 県 彦根 市 ( 近江 国 犬上郡 ) に あ る 山城 跡 。 +伊勢 貞親 ( いせ さだちか 、 1417 年 ( 応永 24 年 ) - 1473 年 2 月 18 日 ( 文明 ( 日本 ) 5 年 1 月 21 日 ( 旧暦 ) ) ) は 、 室町 時代 の 室町 幕府 政所 執事 で あ る 。 +武士 ( ぶ し 、 もののふ ) は 、 10 世紀 から 19 世紀 に かけ て の 日本 に 存在 し 、 戦士 を 本分 と する と さ れ た 宗家 の 主人 を 頂点 と し た 家族 共同 体 の 成員 。 +酒 株 ( さけ かぶ ) と は 、 日本 の 江戸 幕府 が 酒造 統制 の 基本 政策 と し て 行な っ た 、 醸造 業 の 免許 制 の 一 つ 。 +魚袋 ( ぎょたい ) は 束帯 装束 に 用い る 装飾 品 。 +時雨煮 ( しぐれ に ) は 、 ショウガ を 加え た 佃煮 の 一種 で あ る 。 +朽木 昌綱 ( く つき まさつな ) は 、 丹波 国 福知 山 藩 の 第 8 代 藩 主 。 +桜井 皇子 ( さくらい のみこ 、 欽明 天皇 21 年 ( 560 年 ) 前後 ? - 用明 天皇 2 年 ( 587 年 ) ? ) は 敏達 天皇 と 妃 蘇 我 堅 塩媛 の 第 六 皇子 。 +威徳流 ( いとくりゅう ) は 能楽 大鼓方 の 廃絶 し た 一流儀 。 +藤原 光隆 ( ふじわら の みつたか 、 大治 ( 日本 ) 2 年 ( 1127 年 ) - 建仁 元年 8 月 1日 ( 旧暦 ) ( 120 1 年 8 月 30 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公卿 。 +藤原 家忠 ( ふじわら の いえ ただ 、 康平 5 年 ( 1062 年 ) - 保延 2 年 5 月 14 日 ( 旧暦 ) ( 1136 年 6 月 15 日 ) ) は 、 平安 時代 後期 の 公卿 。 +藤原 弘経 ( ふじわら の ひろつね 、 承和 ( 日本 ) 5 年 ( 838 年 ) - 元 慶 7 年 1 月 4 日 ( 旧暦 ) ( 883 年 2 月 14 日 ) ) は 、 平安 時代 前期 の 官人 。 +練り ( ねり ) もしくは お 練り ( おねり ) と は 、 祭礼 の 神輿 や 山車 を 神事 の 奉納 や 観衆 へ の 披露 の ため に 動か す 様子 の こと を い う 。 +山野 八十 八 ( やまの やそはち 、 1841 年 ( 天保 12 年 ) - 1910 年 ( 明治 43 年 ) ) は 新選 組平 隊士 で 美男 五 人衆 の 一人 で あ る 。 +高重茂 ( こうしげ も ち 、 生年 不詳 - 正平 ( 日本 ) 23 年 / 応安 元年 ( 1368 年 ) ? ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +すき焼き ( 鋤焼 、 すきやき ) は 、 肉 を 浅 い 鉄鍋 で 焼 く ( 調理 ) 、 あるいは 煮 る 料理 。 +皇族 軍人 ( こうぞく ぐんじん ) と は 、 大 日本 帝国 陸軍 ・ 海軍 の 将官 と な っ た 皇族 を 指 す 。 +庄 家次 ( しょう いえつぐ 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 前期 の 武蔵 国 児玉 党 ( 現在 の 埼玉 県 本庄 市 栗崎 出身 ) の 武将 。 +相馬 重胤 ( そうま   しげた ね ) +千 利休 ( せん の りきゅう 、 せんりきゅう 、 大永 2 年 ( 152 2 年 ) - 天正 19 年 2 月 28 日 ( 旧暦 ) ( 1591 年 4 月 21 日 ) ) は 中世 末期 、 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 茶人 。 +橘 御 井子 ( たちばな の みいこ 、 生没年 不詳 ) は 、 平安 時代 初期 の 女官 。 +山背 部 小田 ( やましろ べ の お だ 、 生年 不詳 - 文武 天皇 2 年 ( 698 年 ) 12 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +蜘蛛 巣城 ( く もの すじょう ) は 東宝 が 1957 年 に 公開 し た 映画 。 +藤原 吉子 ( ふじわら の よしこ 、 生年 不詳 - 大同 ( 日本 ) 2 年 11 月 12 日 ( 旧暦 ) ( 80 7 年 12 月 18 日 ) ) は 、 奈良 時代 後期 から 平安 時代 初期 に かけ て の 桓武 天皇 の 夫人 。 +明神 ( みょうじん ) と は 、 日本 の 神道 の 神 の 称号 の 一 つ 。 +神宮道 ( じんぐう み ち ) は 京都 市 の 南北 の 通り の 一 つ 。 +紀淑望 ( きの よしもち 、 生年 不詳 - 延喜 19 年 ( 919 年 ) ) は 、 平安 時代 中期 の 儒者 ・ 歌人 。 +芝祐泰 ( しばすけひろ 、 189 8 年 3 月 19 日 - 1982 年 10 月 10 日 ) は 、 雅楽 家 、 東京 生まれ の 日本 芸術 院 会員 で あ る 。 +浪化 ( ろう か 、 寛文 11 年 12 月 17 日 ( 旧暦 ) ( 167 2 年 1 月 16 日 ) - 元禄 16 年 10 月 9 日 ( 旧暦 ) ( 170 3 年 11 月 17 日 ) ) は 、 江戸 時代 中期 の 浄土 真宗 の 僧 ・ 俳人 。 +『 夜半 の 寝覚 』 ( よわ の ねざめ ) は 平安 時代 後期 ( 11 世紀 後半 ごろか ) に 成立 し た 王朝 物語 の 一 。 +楯親忠 ( たて ち かただ 、 生年 不詳 - 元暦 元年 1 月 20 日 ( 旧暦 ) ( 1184 年 3 月 4 日 ) ? ) は 平安 時代 末期 の 武将 。 +日誉 ( にちよ 、 弘治 _ ( 日本 ) 2 年 ( 1556 年 ) - 寛永 17 年 11 月 20 日 ( 旧暦 ) ( 1641 年 1 月 1日 ) ) は 、 江戸 時代 の 真言 宗 の 僧侶 で あ る 。 +百井 峠 ( ももい とうげ ) は 京都 府 京都 市 左京 区 内 に あ る 国道 上 の 峠 で あ る 。 +人情本 ( にんじょうぼん ) と は 、 江戸 時代 の 戯作 文芸 の 一種 で 、 退廃 的 な 恋愛 や 風俗 を 中心 に 描 い た もの 。 +神風連 の 乱 ( しんぷうれん の らん ) は 、 1876 年 ( 明治 9 ) に 熊本 市 で 起こ っ た 明治 政府 に 対 する 士族 反乱 の 一 つ で あ る 。 +野焼き ( のやき ) は 、 野山 の 植生 を 焼 く こと で あ る 。 +皇民 化 教育 ( こうみん か きょういく ) は 大 日本 帝国 の 支配 地域 に お い て 、 その 主権 者 と さ れ た 天皇 を 中心 と し て 大 日本 帝国 へ の 忠誠 を 要求 し た 教化 政策 と さ れ る 。 +讃岐 神社 ( さぬき じんじゃ ) は 、 奈良 県 北葛城 郡 広陵 町 に あ る 神社 で あ る 。 +宮津 駅 ( みやづ えき ) は 、 京都 府 宮津 市 字 鶴賀 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) の 鉄道 駅 。 +小川 通 ( おがわ どおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +角屋 で の 暴挙 ( すみや で の ぼうきょ ) と は 文久 3 年 ( 1863 年 ) 6 月 、 京都 嶋原 の 揚屋 ・ 角屋 ( すみや ) に て催 さ れ た 宴会 で 、 新 選 組 局 長 芹沢 鴨 が 働 い た 乱暴 狼 藉 を い う 。 +日元 貿易 ( にちげん ぼうえき ) と は 、 日本 と 元 ( 王朝 ) の 間 で 行 わ れ た 貿易 関係 の こと 。 +鷹司 信 尚 ( たかつかさ のぶひさ 、 天正 18 年 4 月 14 日 ( 旧暦 ) ( 1590 年 5 月 17 日 ) - 元和 ( 日本 ) 7 年 11 月 19 日 ( 旧暦 ) ( 1621 年 12 月 31 日 ) ) は 江戸 時代 の 公卿 。 +藤原 超子 ( ふじわら の ちょうし ( とおこ ) 、 天暦 8 年 ( 954 年 ) 頃 - 天元 ( 日本 ) 5 年 1 月 28 日 _ ( 旧暦 ) ( 98 2 年 2 月 24 日 ) ) は 、 藤原 兼家 の 長女 。 +東海道 五十 三 次 ( とうかいどう ごじゅう さん つぎ ) +沢村 貞子 ( さわむら さだこ 、 190 8 年 ( 明治 41 年 ) 1 1 月 11 日 - 1996 年 ( 平成 8 年 ) 8 月 16 日 ) は 俳優 、 随筆 家 。 +文屋 康秀 ( ふんや の やすひ で 、 生年 不詳 - 仁和 元年 ( 885 年 ) ? ) は 、 平安 時代 前期 の 歌人 で 、 六 歌 仙 ・ 三十 六 歌仙 の 一人 。 +増村 保造 ( ますむら やすぞう 、 1924 年 8 月 25 日 - 1986 年 11 月 23 日 ) は 日本 の 映画 監督 。 +万寿 寺 通 ( まんじゅじ どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +足利 義勝 ( あしかが よしかつ ) は 、 室町 幕府 の 第 7 代 征夷 大将軍 。 +藤原 家通 ( ふじわら の いえみ ち 、 天喜 4 年 ( 1056 年 ) - 永久 ( 日本 ) 4 年 1 月 25 日 ( 旧暦 ) ( 111 6 年 2 月 10 日 ) ) は 、 平安 時代 後期 の 貴族 。 +駅弁 ( えきべん ) と は 、 主 と し て 鉄道 駅 で 販売 さ れ て い る 弁当 の こと を い う 。 +東海道 ( とうかいどう 、 うみつみち ) +寺本 婉雅 ( てらもと えん が 、 1872 年 ( 明治 5 年 ) - 1940 年 ( 昭和 15 年 ) ) は 、 愛知 県 海東 郡 出身 で 、 日本 人 と し て 3 番 目 に チベット に 入 っ た 東本 願 寺 の 僧 で あ る 。 +英子 内 親王 ( えいし / ひでこ な い しんのう 、 延喜 21 年 ( 921 年 ) - 天慶 9 年 9 月 16 日 ( 旧暦 ) ( 946 年 10 月 13 日 ) ) は 、 平安 時代 中期 の 皇族 。 +大蔵 寺 ( おおくらじ ) は 奈良 県 宇陀 市 大宇陀 町 に あ る 龍門 真言 宗 の 寺院 で あ る 。 +校田 帳 ( こう でんちょう ) と は 、 古代 日本 の 律令 制 に お い て 中央 政府 派遣 の 校田 使 また は 国司 が 、 令制 国 の 校田 の 結果 を 中央 政府 を 報告 する ため に 作成 さ れ た 帳簿 の こと 。 +吉良 持清 ( きらもち き よ 、 生年 不詳 - 天文 ( 元号 ) 元年 1 月 23 日 ( 旧暦 ) ( 1532 年 2 月 28 日 ) ) は 室町 時代 後期 ~ 戦国 時代 ( 日本 ) の 武将 。 +蓮悟 ( れんご 、 応仁 2 年 ( 1468 年 ) - 天文 ( 元号 ) 12 年 7 月 16 日 ( 旧暦 ) ( 1543 年 8 月 16 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 浄土 真宗 の 僧 。 +梨園 ( りえん ) と は 、 歌舞伎 の 世界 もしくは 歌舞伎 その もの を 指 す 。 +大内 義長 ( おお う ち よしなが ) は 、 周防 国 ・ 長門 国 の 戦国 大名 。 +北野 線 ( きた の せん ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) の 北野 白梅町 駅 から 右京 区 の 帷子 ノ辻 駅 まで を 結 ぶ 京福 電気 鉄道 の 路線 。 +中山 兼宗 ( なかやま かね むね 、 長寛 元年 ( 1163 年 ) - 仁治 3 年 9 月 3 日 ( 1242 年 ) ) は 平安 時代 の 公卿 ・ 歌人 。 +中川 小十郎 ( なかがわ こ じゅうろう 、 慶応 2 年 1 月 4 日 ( 旧暦 ) ( 1866 年 2 月 18 日 ) - 1944 年 10 月 7 日 ) は 、 元 貴族 院 議員 、 文部 省 官僚 で 、 京都 法政 学校 ( 現在 の 立命 館 大学 ) 創立 者 。 +薬師 三尊 ( やく しさんぞん ) は 、 仏教 に おけ る 仏像 安置 形式 の 一 つ で あ る 。 +大村 益次郎 ( おおむら ますじろう 、 文政 7 年 5 月 3 日 ( 旧暦 ) ( 1824 年 5 月 30 日 ) - 明治 2 年 11 月 5 日 ( 旧暦 ) ( 1869 年 12 月 7 日 ) ) は 、 幕末 期 の 長州 藩 ( 現 ・ 山口 県 ) の 医師 、 西洋 学 者 、 軍事 学 者 。 +分部 光貞 ( わけべ みつ さだ 、 文化 ( 元号 ) 13 年 ( 1816 年 ) - 明治 3 年 4 月 12 日 ( 旧暦 ) ( 1870 年 5 月 12 日 ) ) は 、 近江国 大溝 藩 の 第 11 代 藩 主 。 +池田 七三郎 ( いけだ しち さぶろう 、 嘉永 2 年 11 月 13 日 ( 旧暦 ) ( 1849 年 12 月 27 日 ) - 昭和 13 年 ( 1938 年 ) 1 月 16 日 ) は 、 新 選 組平 隊士 で あ り 、 新 選 組 の 最後 の 生き残り で あ っ た 。 +上立売通 ( かみだちうりどおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +印地 ( いんじ ) と は 、 日本 で 石 を 投擲 する こと に よ っ て 対象 を 殺傷 する 戦闘 技術 、 行事 で あ る 。 +味付け 海苔 ( あじつけ のり ) は 、 主に 醤油 と 砂糖 、 香辛 料 など で 味付け し た 加工 海苔 製品 の 総称 。 +藤原 宗成 ( ふじわら の むねなり 、 生没年 不詳 ) は 、 奈良 時代 から 平安 時代 初期 に かけ て の 貴族 。 +脇坂 安清 ( わきさか や すずみ ) は 、 播磨 国 龍野 藩 の 第 3 代 藩 主 。 +君が 代 ( きみがよ ) は 、 日本 の 国歌 。 +侍 大将 ( さむらいだいしょう ) と は 、 主に 大将軍 の 下 で 一軍 を 指揮 する 者 。 +足利 三 代木像 梟首 事件 ( あしか が さん だい もく ぞう きょうしゅ じけん ) は 、 江戸 時代 後期 、 幕末 の 文久 3 年 2 月 22 日 ( 旧暦 ) ( 1863 年 4 月 9 日 ) に 、 京都 等 持院 に あ っ た 室町 幕府 初 代 征夷 大将軍 足利尊 氏 、 2 代 足利 義詮 、 3 代 足利 義満 の 木像 の 首 と 位牌 が 持ち出 さ れ 、 賀茂川 の 河原 に 晒 さ れ た 事件 で あ る 。 +北陸 朝廷 ( ほくりく ちょうてい ) は 、 南北朝 時代 ( 日本 ) に 南朝 ( 日本 ) 方 武将 の 擁立 や 僭称 に よ り 北陸 に 存在 し た と 考え られ る 朝廷 の こと で あ る 。 +円山 応挙 ( まるやま おうきょ 、 享保 18 年 5 月 1日 ( 旧暦 ) ( 1733 年 6 月 12 日 ) - 寛政 7 年 7 月 17 日 ( 旧暦 ) ( 1795 年 8 月 31 日 ) ) は 、 江戸 時代 中期 の 絵師 。 +船王 ( ふね の おう 、 生没年 不詳 ) は 、 奈良 時代 の 皇族 。 +宇都宮 貞泰 ( うつのみや さだやす ) と は 、 鎌倉 時代 ・ 室町 時代 の 武将 。 +橘南谿 ( たちばな なん けい 、 宝暦 3 年 4 月 21 日 ( 旧暦 ) ( 175 3 年 5 月 23 日 ) - 文化 ( 元号 ) 2 年 4 月 10 日 ( 旧暦 ) ( 180 5 年 5 月 8 日 ) ) は 、 江戸 時代 後期 の 医者 。 +北丹 後 地震 ( きた たん ご じしん ) は 、 1927 年 ( 昭和 2 年 ) 3 月 7 日 、 午後 6 時 27 分 39 秒 に 発生 し た 。 +藤原助 ( ふじわら の たすく 、 延暦 18 年 ( 799 年 ) - 仁寿 3 年 5 月 29 日 ( 旧暦 ) ( 853 年 7 月 8 日 ) ) は 、 平安 時代 初期 の 公卿 。 +円如 ( えんにょ 、 延徳 元年 ( 1489 年 ) - 永正 18 年 8 月 20 日 _ ( 旧暦 ) ( 152 1 年 9 月 20 日 ) ) は 、 戦国 時代 _ ( 日本 ) の 浄土 真宗 の 僧侶 。 +留袖 ( とめそで ) は 、 和服 の 一 つ で 、 既婚 女性 が 着用 する 最も 格 の 高 い 礼装 で あ る 。 +ぼたもち ( 牡丹 餅 ) と は 、 うるち米 ともち米 を 混ぜ て 炊 き 、 米粒 が 残 る 程度 に つ い て 小ぶり の 俵状 に まるめ 、 餡 を まぶし た 食べ物 で あ る 。 +紀有常 ( き の ありつね 、 815 年 ( 弘仁 6 年 ) - 877 年 2 月 13 日 ( 貞観 ( 日本 ) 19 年 1 月 23 日 ( 旧暦 ) ) ) は 、 平安 時代 の 貴族 。 +椀飯 ( おうばん ・ 埦飯 ・ 垸飯 ) と は 、 他人 を 饗応 する 際 の 献立 の 一種 。 +馬野 正 基 ( うまの まさき 、 本名 : 馬野 正 基 1965 年 6 月 24 日 - ) は 観世 流 の 能楽師 。 +雅望 王 ( まさもちおう 、 生没年 不詳 ) は 、 平安 時代 前期 の 皇族 。 +萬 歳 ( まんざい ) と は 、 日本 の 伝統 芸能 の 一 つ で あ る 。 +多宝塔 ( たほう とう ) は 、 寺院 建築 の うち 仏塔 に おけ る 形式 の ひと つ で あ る 。 +勢至 菩薩 ( せい しぼさつ ) 、 梵名 マハースターマプラープタ ( mahaasthaamapraapta ) は 、 仏教 に おけ る 菩薩 の 一尊 。 +曾禰 好忠 ( そね の よし ただ 、 生没年 不詳 ) は 、 平安 時代 中期 の 歌人 。 +臨時 雑役 ( りんじ ぞうやく ) と は 平安 時代 中期 に 国衙 から 農民 に 身役 ・ 交易 など の 名目 で 賦課 さ れ た 雑役 の 総称 。 +九条 師 孝 ( くじょう も ろた か 、 元禄 元年 10 月 4 日 ( 旧暦 ) ( 1688 年 10 月 27 日 ) - 正徳 ( 日本 ) 3 年 6 月 25 日 ( 旧暦 ) ( 1 71 3 年 8 月 15 日 ) ) は 江戸 時代 の 公卿 。 +姥ヶ火 、 姥火 ( うば がび ) は 、 河内 国 ( 現 ・ 大阪 府 ) や 丹波 国 ( 現 ・ 京都 府 北部 ) に 伝わ る 怪火 。 +また は 仁平 2 年 ( 1152 年 ) +岩倉 久米雄 ( いわくら く めお 、 1865 年 ( 慶応 元年 ) - 1923 年 ( 大正 12 年 ) ) は 明治 時代 の 大 日本 帝国 陸軍 軍人 。 +足利 周嵩 ( あしか が しゅうこう ) は 、 戦国 時代 ( 日本 ) の 僧侶 。 +大鏡 ( おおかがみ ) は 紀伝体 の 歴史 物語 。 +安倍 神社 ( あべ じんじゃ ) は 、 岡山 県 浅口 市 鴨方 町 に あ る 神社 で あ る 。 +康助 ( こうじょ 、 生没年 不詳 ) は 、 平安 時代 後期 の 仏師 。 +紀淑光 ( きの よしみつ 、 貞観 ( 日本 ) 11 年 ( 869 年 ) - 天慶 2 年 9 月 11 日 ( 旧暦 ) ( 939 年 10 月 26 日 ) ) は 、 平安 時代 中期 の 官人 ・ 漢詩 人 。 +鳥羽 作道 ( とば の つくりみち ・ 鳥羽 造道 ) は 、 平安 京 の 中央 部 を 南北 に 貫 く 朱雀 大路 の 入口 で あ る 羅 城門 より 真南 に 伸び て 鳥羽 ( 京都 市 ) を 経由 し て 淀 方面 に 通 じ た 古代 道路 。 +森 茂好 ( もりしげよし 、 1916 年 ( 大正 5 年 ) - 1991 年 ( 平成 3 年 ) ) は 、 ワキ 方 宝生 流 の 能楽師 。 +スーパー 歌舞伎 ( - かぶき ) は 、 市川 猿之助 ( 3 代 目 ) が 1986 年 に 始め た 、 歌舞伎 と は 異な る 演出 に よ る 現代 風 歌舞伎 。 +納 曽利 ( なそり ) は 、 雅楽 の 曲 。 +御内 書 ( ご ないしょ ) は 、 室町 幕府 の 征夷 大将軍 が 発給 し た 私的 な 書状 の 形式 を 取 っ た 公文 書 。 +赤橋 登子 ( あかは し とうこ 、 徳治 元年 〔 130 6 年 〕 - 貞治 4 年 / 正平 ( 日本 ) 20 年 5 月 4 日 ( 旧暦 ) 〔 1365 年 5 月 25 日 〕 ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) ・ 室町 時代 の 人物 で 、 室町 幕府 初 代 征夷 大将軍 足利尊 氏 の 正室 。 +元井 和一郎 ( もと いわ いちろう 、 天保 14 年 ( 1843 年 ) - 没年 不明 ) は 、 越後 国刈羽 郡 粕崎 出身 で 、 極短 期間 の み 新選 組 に 所属 。 +美山 町 ( みやま ちょう ) は 、 2005 年 12 月 31 日 まで 京都 府 の ほぼ 中央 に 存在 し た 町 。 +勧修 寺 経広 ( かじゅうじつね ひろ 、 慶長 11 年 11 月 27 日 ( 旧暦 ) ( 160 6 年 12 月 26 日 ) - 貞享 5 年 9 月 13 日 ( 旧暦 ) ( 1688 年 10 月 6 日 ) ) は 、 江戸 時代 の 公家 ( 公卿 ) 。 +顕宗 天皇 ( けんぞう てんのう 、 顯宗 天皇 、 允恭 天皇 39 年 ( 450 年 ) - 顕宗 天皇 3 年 4 月 25 日 ( 旧暦 ) ( 487 年 6 月 2 日 ) ) は 、 記紀 ・ 『 播磨 国 風土 記 』 に 伝え られ る 第 23 代 の 天皇 ( 在位 : 顕宗 天皇 元年 1 月 1日 ( 旧暦 ) ( 485 年 2 月 1日 ) - 同 3 年 4 月 25 日 ( 487 年 6 月 2 日 ) ) 。 +大島本 ( おおしま ぼん ) は 、 『 源氏 物語 』 の 古 写 本 の 1 つ で あ る 。 +剝 片 石器 ( はくへん せっき ) と は 、 原石 ( 母岩 ) を 打ち欠 い て つく っ た 薄 いかけら ( 剥片 ) から 製作 し た 石器 。 +藤原 真夏 ( ふじわら の まなつ 、 宝亀 5 年 ( 774 年 ) - 天長 7 年 11 月 10 日 ( 旧暦 ) ( 83 0 年 12 月 2 日 ) ) は 、 奈良 時代 から 平安 時代 初期 の 貴族 。 +クワイ ( 慈 姑 、 英 : arrowhead 、 学名 : Sagittariatrifolia ) は 、 オモダカ 科 の 水生 多年 生 植物 で 、 別名 ( 田草 、 燕尾 草 、 クワエ ) と も 言 う 。 +日本 の 交通 ( にほん の こうつう ) で は 、 日本 の 交通 の 歴史 や 状況 など を 述べ る 。 +源 資賢 ( みなもとのすけ かた 、 永久 ( 元号 ) 元年 ( 1113 年 ) - 文治 4 年 2 月 26 日 ( 旧暦 ) ( 1188 年 3 月 25 日 ) ) は 、 平安 時代 末期 の 公卿 ・ 雅楽 家 。 +萩 の 乱 ( はぎの らん ) は 、 1876 年 ( 明治 9 ) に 山口 県 萩 市 で 起こ っ た 明治 政府 に 対 する 士族 反乱 の 一 つ で あ る 。 +寄合 ( よりあい ) と は 、 日本 の 中世 以降 、 郷村 制 に おけ る 村 の 協議 機関 の こと を い う 。 +外郎 売 ( ういろううり ) は 歌舞伎 十 八 番 の 一 つ 。 +誓願 寺 ( せいがんじ ) は 、 京都 市 中京 区 新 京極 通 に あ る 寺院 。 +田中 源太郎 ( たなか げんたろう 、 1853 年 1 月 - 1922 年 4 月 3 日 ) は 、 京都 府 旧 桑田 郡 亀山 北 町 生まれ の 政治 家 、 実業 家 。 +イセ エビ ( 伊勢 海老 ) Panulirus japonicus は 、 十 脚 目 ( エビ 目 ) ・ イセエビ 科 に 属 する エビ の 一種 。 +武蔵 国 ( むさしの くに ) は 、 かつて 日本 の 地方 行政 区分 だっ た 令 制 国 の 一 つ 。 +葛木 御 歳 神社 ( かつらぎみ と し じんじゃ ) は 、 奈良 県 御所 市 に あ る 神社 で あ る 。 +千秋楽 ( せんしゅうらく ) は 「 千穐 楽 」 、 「 千 龝 楽 」 など と も 表記 さ れ 、 複数 日 に わた っ て 同じ 演目 を 行 う 興行 に お い て 、 「 最終 日 」 を 指 す 業界 用語 。 +頼山陽 ( らい さん よう 、 安永 ( 元号 ) 9 年 12 月 27 日 ( 旧暦 ) ( 1780 年 1 月 21 日 ) - 天保 3 年 9 月 23 日 ( 旧暦 ) ( 1832 年 10 月 16 日 ) ) は 江戸 時代 後期 の 歴史 家 、 漢詩 人 、 文人 で あ る 。 +明応 の 政変 ( めいおう の せいへん ) は 、 室町 時代 の 1493 年 ( 明応 2 年 ) に 起こ っ た 足利 征夷 大将軍 廃立 事件 で あ る 。 +土 御 門定 通 ( つちみかど さだみち ・ 源定 通 、 文治 4 年 ( 1188 年 ) - 宝治 元年 9 月 28 日 ( 旧暦 ) ( 1247 年 10 月 28 日 ※ ) は 、 鎌倉 時代 の 公卿 。 +源 明国 ( みなもと の あき く に 、 生没年 不詳 ) は 、 平安 時代 後期 の 武将 。 +上田 秋成 ( うえだ あきな り 、 享保 19 年 6 月 25 日 ( 旧暦 ) ( 1734 年 7 月 25 日 ) - 文化 ( 元号 ) 6 年 6 月 27 日 ( 旧暦 ) ( 1809 年 8 月 8 日 ) ) は 、 江戸 時代 後期 の 読本 作 者 、 歌人 、 茶人 、 国学 者 、 俳人 。 +天石 門 別神 ( あまの いわ と わけ の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +猶子 ( ゆうし ) と は 、 明治 以前 に お い て 存在 し た 他人 の 子供 を 自分 の 子 と し て 親子 関係 を 結 ぶ こと 。 +御室 ( おむろ ) は 、 京都 府 京都 市 右京 区 の 地名 。 +園 基福 ( その もとよし 、 元和 ( 日本 ) 8 年 2 月 16 日 ( 旧暦 ) ( 1622 年 3 月 27 日 ) - 元禄 12 年 11 月 10 日 ( 旧暦 ) ( 1699 年 12 月 30 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +重要 美術 品 ( じゅうよう びじゅつ ひん ) は 、 文化 財 保護 法 施行 以前 、 旧 「 重要 美術 品 等 ノ 保存 ニ関 スル 法律 」 に 基づ き 日本 政府 ( 文部 大臣 ) が 、 日本 国外 へ の 古 美術 品 の 流出 防止 を 主 目的 と し て 認定 し た 有形 文化 財 の こと で あ る 。 +阿弥陀 寺 ( あみだじ ) は 、 京都 市 上京 区 に あ る 浄土 宗 の 寺院 。 +日本 社会 党 ( に ほんしゃかい とう ) は 、 明治 時代 の 政党 の 一 つ 。 +山内 一 豊 ( やまうち かつ とよ ) は 戦国 時代 ( 日本 ) から 安土 桃山 時代 、 江戸 時代 の 武将 ・ 大名 で あ る 。 +藤原 葛野 麻呂 ( ふじわら の かど の まろ 、 天平 勝宝 7 年 ( 75 5 年 ) - 弘仁 9 年 11 月 10 日 ( 旧暦 ) ( 818 年 12 月 11 日 ) ) は 、 奈良 時代 から 平安 時代 前期 に かけ て の 貴族 。 +折田彦市 ( おりた ひこいち 、 嘉永 2 年 1 月 4 日 ( 旧暦 ) ( 1849 年 1 月 27 日 ) - 1920 年 ( 大正 9 年 ) 1 月 26 日 ) は 、 日本 の 教育 者 。 +河合 鉄五郎 ( かわ い てつごろう 、 弘化 3 年 ( 1846 年 ) - ? ) は 、 国 厚見 郡 岐阜 七 曲 町 出身 の 貫義 隊 隊士 。 +源 兼綱 ( みなもと の かねつ な 、 生年 不詳 - 1180 年 6 月 20 日 ( 治承 4 年 5 月 26 日 ( 旧暦 ) ) ) は 、 平安 時代 末期 の 武将 。 +田辺 元 ( たなべ はじめ 、 1885 年 2 月 3 日 - 1962 年 4 月 29 日 ) は 、 日本 の 哲学 者 。 +紀古佐美 ( きのこさ み 、 730 年代 前半 - 延暦 16 年 4 月 4 日 ( 旧暦 ) ( 797 年 ) ) は 、 奈良 時代 後期 から 平安 時代 初期 に かけ て の 公卿 。 +条里 制 ( じょうり せい ) は 、 日本 に お い て 、 古代 から 中世 後期 に かけ て 行 わ れ た 土地 区画 ( 管理 ) 制度 で あ る 。 +御所 藩 ( ごせ はん ) は 、 大和 国 葛上郡 ・ 葛下 郡 、 和泉 国 日根 郡 の 一部 など を 支配 し た 藩 。 +遣耽 羅使 ( けんたん らし ) と は 、 日本 ( 倭国 ) が 耽羅 に 派遣 し た 使節 で あ る 。 +隣組 ( となりぐみ ) +弁才 天 ( べんざいてん ) は 、 仏教 の 守護 神 で あ る 天部 の 1 つ 。 +京滋 ( けいじ ) と は 京都 府 もしくは 京都 市 ( 以下 、 「 京都 」 と 表記 ) と 滋賀 県 ( 以下 、 「 滋賀 」 と 表記 ) を あわせ た 地域 の こと を 指 す 呼び名 で あ る 。 +天誅 組 の 変 ( てんちゅう ぐみ の へん ) は 、 幕末 の 文久 3 年 ( 1863 年 ) 8 月 17 日 ( 旧暦 ) に 吉村 寅太郎 を はじめ と する 尊皇 攘夷 派 浪人 の 一団 ( 天誅 組 ) が 公卿 中山 忠光 を 主将 と し て 大和 国 で 決起 し 、 後 に 江戸 幕府 軍 の 討伐 を 受け て 壊滅 し た 事件 で あ る 。 +毎月 抄 ( まいげつ しょう ) と は 、 1219 年 ( 承久 元年 ) 歌人 藤原定家 が 著 し た 歌論 書 。 +鷲尾 隆量 ( わし の おたか かず 、 慶長 11 年 ( 160 6 年 ) - 寛文 2 年 8 月 23 日 ( 旧暦 ) ( 1662 年 10 月 5 日 ) ) は 、 江戸 時代 前期 の 公家 。 +大山崎 町 ( おおやまざき ちょう ) は 、 京都 府 乙訓 郡 の 町 。 +花菱 ( はなびし ) と は 、 日本 の 家紋 で あ る 花菱 紋 の 一種 で あ る 。 +六角 満綱 ( ろっかく みつつ な 、 応永 8 年 ( 140 1 年 ) - 文安 2 年 1 月 23 日 ( 旧暦 ) ( 1445 年 3 月 1日 ) ) は 、 南北朝 時代 ( 日本 ) 、 室町 時代 の 武士 。 +北条 氏 治 ( ほうじょう うじ はる ) は 、 河内 国狭山 藩 の 第 4 代 藩 主 。 +首塚 ( くびづか ) と は 、 合戦 など に お い て 討ち 取 ら れ た 者 の 首 、 捕虜 に 取 ら れ た 者 の 首 、 あるいは 斬首 刑 に さ れ た 罪人 の 首 を 供養 する ため の 「 塚 」 の 事 で あ る 。 +華 道家 ( かどう か ) と は 、 花 を いけ る 人 。 +心敬 ( しんけい 、 140 6 年 ( 応永 3 年 ) - 147 5 年 5 月 20 日 ( 文明 ( 日本 ) 7 年 4 月 16 日 ( 旧暦 ) ) ) は 、 室町 時代 中期 の 天台 宗 の 僧 、 連歌 師 で あ る 。 +京 の 七口 ( きょう の なな くち ) と は 、 京 ( 京都 ) に つなが る 街道 の 代表 的 な 出入 口 の 総称 と し て 用い られ る 。 +村田 珠光 ( むらた じゅこう 、 応永 30 年 ( 1423 年 ) - 文亀 2 年 5 月 15 日 ( 旧暦 ) ( 150 2 年 6 月 19 日 ) ) は 、 室町 時代 中期 の 茶人 。 +西向日 駅 ( にし む こう えき ) は 、 京都 府 向日 市 に あ る 、 阪急 電鉄 阪急 京都 本線 の 鉄道 駅 。 +一世 一元 の 制 ( いっせい いちげん の せい ) と は 、 元号 を 君主 ( 天皇 、 皇帝 、 国王 ) の 在位 中 に は 変え な い 制度 を い う 。 +恩 賞 方 ( おんしょう がた ) と は 、 建武 政府 及び 室町 幕府 に 設置 さ れ た 恩賞 業務 を 取り扱 っ た 部局 。 +佐久間 盛政 ( さくまもり まさ 、 天文 ( 元号 ) 23 年 ( 1554 年 ) - 天正 11 年 5 月 12 日 ( 旧暦 ) ( 1583 年 7 月 1日 ) ) は 織田 氏 の 家臣 。 +叡空 ( えいくう 、 生年 不詳 - 治承 3 年 ( 1179 年 ) ) は 平安 時代 後期 の 天台 宗 の 僧 。 +德川 家光 ( とくがわ いえみつ ) は 江戸 幕府 の 第 三 代 征夷 大将軍 ( 在職 1623 年 - 1651 年 ) 。 +春香院 ( しゅん も じ 、 天正 8 年 5 月 7 日 ( 旧暦 ) ( 1580 年 6 月 18 日 ) - 寛永 18 年 11 月 20 日 ( 旧暦 ) ( 1641 年 12 月 22 日 ) ) は 、 前田 利家 と 芳春 院 夫妻 の 六女 で 前田 利長 の 実妹 。 +源 光長 ( みなもと の みつな が 、 生年 不詳 - 寿永 2 年 11 月 19 日 ( 旧暦 ) ( 1184 年 1 月 3 日 ) ) は 、 平安 時代 末期 の 武将 。 +長浜 城 ( ながはまじょう ) は 、 滋賀 県 長浜 市 公園 町 に あ る 豊臣 秀吉 が 築城 し た 城 。 +道中 図 ( どう ちゅう ず ) と は 、 江戸 時代 に 作成 さ れ た 陸路 あるいは 海路 を 記 し た 絵地図 の こと で あ る 。 +騎射 ( きしゃ ) は 、 騎上 ( ウマ の 上 ) から 弓 ( 武器 ) で 矢 を 射 る こと 。 +近衛 家 熙 ( この えいえひろ 、 寛文 7 年 6 月 4 日 ( 旧暦 ) ( 1667 年 7 月 24 日 ) - 元文 元年 10 月 3 日 ( 旧暦 ) ( 1736 年 11 月 5 日 ) ) は 、 江戸 時代 前 、 中期 の 公家 、 摂政 関白 。 +裳 ( も ) は 十 二 単 を 構成 する 着物 の 一 つ で あ る 。 +十 円 硬貨 ( じゅう えん こう か ) は 、 日本 政府 発行 の 補助 硬貨 。 +寛空 ( かんくう 、 元慶 8 年 ( 884 年 ) - 天禄 3 年 2 月 6 日 ( 旧暦 ) ( 97 2 年 2 月 28 日 ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +高倉下 ( たか く らじ ) は 日本 神話 に 登場 する 人物 で あ る 。 +三津 七湊 ( さん しん しち そう ) と は 、 室町 時代 末 に 成立 し た 日本 最古 の 海洋 法規集 で あ る 『 廻船 式 目 』 に 、 日本 の 十 大 港湾 と し て 記 さ れ て い る 三津 、 七湊 の 港湾 都市 の 総称 。 +毘沙門 天 ( びしゃ もんてん ) 、 サンスクリット ヴァイシュラヴァナ ( vaizravaNa ) と は 、 仏教 に おけ る 天部 の 仏 。 +正親町 三条 公 氏 ( さんじょうきん うじ 、 寿永 元年 ( 1182 年 ) - 嘉禎 3 年 9 月 15 日 ( 旧暦 ) ( 1237 年 10 月 5 日 ) ) は 、 鎌倉 時代 の 公卿 。 +へ の への も へじ は 、 これ ら 7 つ の 平仮名 のみ を 使 い 人 の 顔 を 模 し た 図柄 を 描 く 文字 遊び ( 文字 絵 ) で あ る 。 +相馬 誠胤 ( そうまとも たね 、 嘉永 5 年 8 月 5 日 ( 旧暦 ) ( 1852 年 9 月 18 日 ) - 明治 25 年 ( 1892 年 ) 2 月 22 日 ) は 江戸 時代 の 大名 。 +竹取 物語 ( たけとりものがたり ) は 、 日本 最古 の 一覧 と さ れ る 物語 で あ る 。 +柏木 ( かしわぎ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +車持 皇子 ( くらもちのみこ ) は 、 『 竹取 物語 』 に 登場 する 五 人 の 貴 公子 の ひとり 。 +廉子 女王 ( れんし ( やすこ ) じょおう 、 生年 未詳 - 承平 ( 日本 ) 5 年 2 月 ( 935 年 ) ) は 、 平安 時代 の 皇族 。 +山村 王 ( やまむら おう 、 養老 6 年 ( 722 年 ) - 神護 景雲 元年 11 月 17 日 ( 旧暦 ) ( 76 7 年 12 月 16 日 ) ) は 奈良 時代 の 公卿 。 +百済 王 敬福 ( くだら の こ に きしきょうふく 、 697 年 - 766 年 ) は 日本 に 亡命 し た 百済 王族 の 子孫 。 +鉄砲 方 ( てっぽう かた ) は 、 江戸 幕府 の 役職 名 。 +蓮華 寺 ( れんげじ ) は 京都 市 左京 区 に あ る 天台 宗 の 寺院 。 +姉川 の 戦い ( あねがわ の たたか い ) は 、 戦国 時代 ( 日本 ) の 元亀 元年 6 月 28 日 ( 旧暦 ) ( 1570 年 8 月 9 日 ) ( ユリウス 暦 1570 年 7 月 30 日 ) に 近江 国 浅井 郡 姉川 河原 ( 現在 の 滋賀 県 長浜 市 野村 町 ( 旧 : 東 浅井 郡 浅井 町野 村域 ) 付近 ) で 行 わ れ た 合戦 で あ る 。 +尊意 ( そんい ) は 仏教 用語 の 1 つ で 、 尊 い 師僧 の 意見 を 伺 う と い う 意味 。 +一色 義秀 ( いっ し き よしひで 、 ? - 明応 7 年 5 月 29 日 ( 旧暦 ) ( 1498 年 6 月 18 日 ) ) は 室町 時代 後期 の 守護 大名 。 +賀茂 御祖 神社 ( か もみおや じんじゃ ) は 、 京都 市 左京 区 に あ る 神社 で あ る 。 +ヨハニス ・ デ ・ レーケ ( JohannisdeRijke 、 1842 年 12 月 5 日 - 1913 年 1 月 20 日 ) は 、 オランダ 人 で 、 日本 の 砂防 や 治山 の 工事 を 体系 づけ 、 「 砂防 の 父 」 と も 言 わ れ る お 雇 い 外国 人 で あ る 。 +忍坂 大中姫 ( おしさか の おおなか つ の ひめ ) は 第 19 代 允 恭 天皇 の 后 で あ り 、 第 21 代雄略 天皇 の 母 。 +桜井 茶臼山 古墳 ( さくらい ちゃうす やまこふん ) は 、 奈良 県 桜井 市 に 所在 する 古墳 時代 前期 初頭 の 巨大 な 前方 後 円墳 で あ る 。 +俊海 ( しゅんかい 、 生没年 不詳 ) は 、 平安 時代 末 から 鎌倉 時代 前期 の 真言 宗 の 僧 。 +加茂 町 ( かも ちょう ) は 、 京都 府 相楽 郡 に あ っ た 町 で あ る 。 +日本 の 官制 ( にほん の かんせい ) で は 、 日本 の 前近代 、 とくに 律令 制 期 の 廃止 さ れ た 統治 機構 に つ い て 概観 する 。 +熊谷 直経 ( くまがい な お つね 、 弘安 6 年 ( 1283 年 ) - 貞治 4 年 ( 1365 年 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 _ ( 日本 ) の 御 家人 ・ 武士 。 +清岡 家 ( きよおかけ ) は 江戸 時代 に 五 条 為 庸 ( 正二 位 ・ 大納言 ) ( 1619 年 - 1677 年 ) の 次男 で あ る 清岡 長時 ( 従二 位 ・ 参議 ・ 式部 省 ) ( 1657 年 - 1 71 8 年 ) が 起こ し た 堂上 家 で あ る 。 +千早 ( ちはや ・ 襅 ) と は 、 日本 に お い て 古来 より 神事 の 際 に 用い られ た 衣装 で 、 主に 女性 が 着 た 。 +弓月 君 ( ゆづき の きみ / ユツキ 、 生没年 不詳 ) と は 『 日本 書紀 』 に 記述 さ れ た 秦 氏 の 先祖 と さ れ る 渡来 人 で あ る 。 +海津 大崎 ( かいづ おおさき ) は 滋賀 県 高島 市 マキノ 町 に あ る 、 琵琶 湖 に せり出 し た 岩礁 地帯 で 、 琵琶 湖 八景 の 一 つ 。 +磐之 媛命 ( いわの ひめ の みこと 、 生年 不詳 - 仁徳 天皇 35 年 6 月 ( 347 年 ) は 、 古墳 時代 の 皇妃 。 +口伝鈔 ( く でんしょう ) と は 、 浄土 真宗 本願 寺 第 3 代 覚如 の 著作 で 1331 年 ( 元弘 元年 ) に 記 さ れ た 。 +津田 三蔵 ( つだ さん ぞう 、 安政 元年 12 月 29 日 ( 旧暦 ) ( 1855 年 2 月 15 日 ) - 明治 24 年 ( 1891 年 ) 9 月 29 日 ) は 、 滋賀 県 の 巡査 、 陸軍 軍曹 。 +藤原 清貫 ( ふじわらの きよつら 、 貞観 _ ( 日本 ) 9 年 ( 867 年 ) - 延長 ( 元号 ) 8 年 6 月 26 日_ ( 旧暦 ) ( 930 年 7 月 24 日 ) ) は 、 平安 時代 の 公卿 。 +雅成 親王 ( まさな り しんのう 、 正治 2 年 9 月 11 日 ( 120 0 年 10 月 20 日 ) - 建長 7 年 2 月 10 日 ( 125 5 年 3 月 19 日 ) ) は 、 鎌倉 時代 初期 の 日本 の 皇族 。 +広瀬 時宏 ( ひろせ ときひろ 、 嘉永 4 年 10 月 13 日 ( 旧暦 ) ( 1851 年 11 月 6 日 ) - 明治 2 年 12 月 29 日 ( 旧暦 ) ( 1870 年 1 月 30 日 ) ) は 新選 組 伍長 、 もしくは 平隊 士 。 +古事 記 や 日本 書紀 で は 、 アマテラス と スサノオ の 誓約 ( うけい ) と それ に よ っ て 生まれ た 神々 を 記 し て い る 。 +吉野 水分 神社 ( よしのみくまり じんじゃ ) は 奈良 県 吉野 郡 吉野 町子守 地区 ( 吉野 山上 千本 ) に あ る 神社 で あ る 。 +嘉元 の 乱 ( かげん の らん ) と は 鎌倉 時代 、 130 5 年 ( 嘉元 3 年 ) に 発生 し た 鎌倉 幕府 内 で の 騒乱 の こと で あ る 。 +大野城 ( おおのじょう 又 は おおののき ) は 、 飛鳥 時代 に 築城 さ れ た 筑前 国 四 王 寺山 に あ る 古代 山城 ( 朝鮮 式 山城 ) で あ る 。 +織田 輔宜 ( おだ すけよし 、 享保 17 年 ( 1732 年 ) - 寛政 11 年 8 月 29 日 ( 旧暦 ) ( 1799 年 9 月 28 日 ) ) は 江戸 時代 の 大名 。 +一 朱 金 ( いっ しゅ きん ) と は 、 江戸 時代 に 流通 し た 金貨 の 一種 で あ る 。 +帷子 辻 ( かたびら がつじ ) は 京都 市 北西部 に あ っ た と さ れ る 場所 。 +尚侍 ( な いし の かみ ) と は 、 下記 の とおり で あ る 。 +堀 親良 ( ほり ちかよし 、 1580 年 ( 天正 8 年 ) - 1637 年 7 月 5 日 ( 寛永 14 年 5 月 13 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 、 江戸 時代 の 大名 。 +岩倉 宮 忠成王 ( いわくら の みや ただなりおう 、 承久 3 年 ( 1221 年 ) - 弘安 2 年 3 月 11 日 ( 旧暦 ) ( 1279 年 4 月 23 日 ) ) は 鎌倉 時代 の 皇族 。 +都 七 福神 ( みやこしち ふく じん ) は 、 京都 府 京都 市 内 の 7 箇所 の 社寺 から 構成 さ れ る 七 福神 めぐり の 巡礼 札 所 。 +智洞 ( ちどう 、 元文 元年 ( 1736 年 ) - 文化 ( 元号 ) 2 年 10 月 22 日 ( 旧暦 ) ( 180 5 年 12 月 12 日 ) ) は 、 江戸 時代 中期 から 後期 に かけ て の 浄土 真宗 の 僧 。 +御伽 草子 ( おとぎぞうし ) と は 、 室町 時代 から 江戸 時代 に かけ て 成立 し た 、 短編 の 絵入り 物語 、 および それ ら の 形式 。 +大岩 街道 ( おおい わかいどう ) は 、 伏見 稲荷 大社 と 桃山 丘陵 ・ 大岩 山 の 間 の 峠道 。 +北条 貞将 ( ほうじょう さだゆき ) は 、 鎌倉 時代 末期 の 武将 。 +竹垣 ( たけが き 、 たか がき ) と は 、 竹 で 編 ん だ 垣根 の こと 。 +紀秋峰 ( き の あき みね 、 生没年 不詳 ) は 、 平安 時代 前期 の 歌人 。 +奈良 ( なら ) は 、 日本 の 歴史 的 都市 で 、 かつて の 平城 京 に 当た る 。 +少林 院 法然 寺 ( ほうねんじ ) は 、 大和 三 山 の 香久山 の 麓 に あ る 、 浄土 宗 の 寺院 で あ る 。 +藤原 基忠 ( ふじわら の もと ただ 、 天喜 4 年 ( 1056 年 ) - 承徳 2 年 11 月 17 日 ( 旧暦 ) ( 1098 年 12 月 12 日 ) ) は 、 平安 時代 院 政期 の 公卿 。 +上京 区 ( かみぎょう く ) は 、 京都 市 を 構成 する 11 区 の うち の ひと つ 。 +源 義光 ( みなもと の よしみつ ) は 、 平安 時代 後期 の 武将 。 +川崎 鑰之助 ( かわさき かぎのすけ 、 生没年 不詳 ) は 、 日本 の 戦国 時代 ( 日本 ) の 兵法 家 。 +流し雛 ( ながしびな ) は 雛祭り の もと に な っ た と い わ れ る 行事 。 +園部 町 ( その べ ちょう ) は 、 2005 年 12 月 31 日 まで 京都 府 の 中央 部 に 存在 し た 地方 公共 団体 で 、 園部 城 の 城下 町 で あ る 。 +冷泉 為柔 ( れいぜいため とう 、 弘化 3 年 ( 1846 年 ) 9 月 - 明治 27 年 ( 1894 年 ) 8 月 ) は 、 冷泉 為行 の 子 。 +東京 行幸 ( とうきょうぎょう こう ) と は 、 1868 年 ( 明治 元年 ) と 翌 1869 年 ( 明治 2 年 ) の 2 回 に 亘 っ て 行 わ れ た 東京 へ の 行幸 で あ る 。 +香木 ( こうぼく ) と は 、 心地よ い 芳香 を 持 つ 木材 の こと 。 +密厳院 ( みつご いん ) +北陸宮 ( ほくろ く のみや 、 永 万 元年 ( 1165 年 ) - 寛喜 2 年 7 月 8 日 ( 1230 年 8 月 17 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 の 皇族 。 +扇子 ( せんす ) ・ 扇 ( おうぎ ) と は 、 うちわ と 同じく 自分 の 手 で 風 を 送 る の に 用い る 道具 で あ り 、 数本 から 数十 本 の 細長 い 骨組み を 束ね て 端 の 一 点 ( 要 = かなめ ) で 固定 し 、 使用 時 に は 開 い て 可動 でき る 。 +大 中臣 清麻呂 ( おおなか とみの きよまろ 、 大宝 ( 日本 ) 2 年 ( 70 2 年 ) - 延暦 7 年 7 月 28 日 ( 旧暦 ) ( 78 8 年 9 月 6 日 ) ) は 、 奈良 時代 の 公卿 。 +第 二 京阪道路 ( だい に けい はん どうろ ) は 、 京都 府 京都 市 伏見 区 から 大阪 府 門真 市 に 至 る 一般 国道 1 号 バイパス 道路 で あ る 。 +慶政 ( けいせい 、 文治 5 年 ( 1189 年 ) - 文永 5 年 10 月 6 日 ( 旧暦 ) ( 1268 年 11 月 11 日 ) ) は 、 鎌倉 時代 の 僧 。 +横井 時冬 ( よこい ときふゆ 、 安政 6 年 12 月 14 日 ( 旧暦 ) ( 18 60 年 1 月 6 日 ) - 明治 39 年 ( 190 6 年 ) 4 月 18 日 ) は 、 明治 の 歴史 学 者 。 +正法 眼蔵 ( しょうぼう げん ぞう ) は 、 禅僧 が 執筆 し た 仏教 思想 書 で あ る 。 +篝火 ( かがりび ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +多治見 国長 ( たじみく に なが 、 正応 2 年 ( 1289 年 ) - 正中 ( 日本 ) 元年 ( 1324 年 ) ) は 鎌倉 時代 末期 の 武将 。 +色部 長実 ( いろべ なが ざ ね ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 。 +新 祝園 駅 ( しん ほうその えき ) は 、 京都 府 相楽 郡 精華 町 に あ る 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +蘇我 氏 ( そがのう じ 、 宗賀 、 宗我 ) は 、 古墳 時代 から 飛鳥 時代 ( 6 世紀 - 7 世紀 前半 ) に 勢力 を 持 っ て い た 氏族 。 +源氏 物語 の 登場 人物 一覧 ( げんじ ものがたり の とうじょう じんぶつ いちらん ) は 、 『 源氏 物語 』 に 登場 する 、 架空 の 人物 の 一覧 で あ る 。 +岡寺 ( おか で ら ) は 、 奈良 県 高市 郡 明日香村 に あ る 真言 宗 豊山 派 の 寺院 。 +景徐 周麟 ( けい じょしゅうりん 、 永享 12 年 ( 1440 年 ) - 永正 15 年 3 月 2 日 ( 旧暦 ) ( 1518 年 4 月 11 日 ) ) は 、 室町 時代 後期 の 臨済 宗 の 僧 。 +北野 白梅町 駅 ( きた の はくばい ちょう えき ) は 、 京都 市 北 区 ( 京都 市 ) 下白 梅町 に あ る 京福 電気 鉄道 北野 線 の 鉄道 駅 。 +蒲生 騒動 ( が もう そうどう ) は 、 文禄 4 年 ( 1595 年 ) から 慶長 3 年 ( 1598 年 ) まで 起こ っ た 会津 若松 92 万石 の 領主 ・ 蒲生 氏 の 御家 騒動 。 +藤原 刷雄 ( ふじわら の よしお 、 生没年 不詳 ) は 、 奈良 時代 の 貴族 。 +根付 ( ねつけ 、 ねづけ ) と は 、 江戸 時代 に 煙草入れ 、 矢立 、 印籠 、 小型 の 革製 鞄 ( お 金 、 食べ物 、 筆記 用 具 、 薬 、 煙草 など 小間 物 を 入れ た ) など を 紐 で 帯 から 吊る し 持ち歩 く とき に 用い た 留め具 。 +別 天津 神 ( こと あ まつがみ ) は 、 古事 記 に お い て 、 天地 創発 の 時 に あらわれ た 五柱 の 神 ( 神道 ) を 云 う 。 +高倉 天皇 ( たか く ら てんのう 、 応保 元年 9 月 3 日 ( 1161 年 9 月 23 日 ) - 養和 元年 1 月 14 日 ( 1181 年 2 月 6 日 ) 、 在位 仁安 3 年 2 月 19 日 ( 1168 年 3 月 30 日 ) - 治承 4 年 2 月 21 日 ( 1180 年 3 月 18 日 ) 、 院政 1180 年 ) は 第 80 代 の 天皇 。 +土 御門 泰邦 ( つちみかど やすくに 、 正徳 ( 日本 ) 元年 8 月 8 日 ( 旧暦 ) ( 1 71 1 年 9 月 20 日 ) - 天明 4 年 5 月 9 日 ( 旧暦 ) ( 1784 年 6 月 26 日 ) ) は 、 江戸 時代 中期 の 公卿 ・ 陰陽 家 。 +在家 ( ざいけ ) と は 、 住屋 及び それ に 付属 する 耕地 及び 住民 の こと 。 +磯野 員 昌 ( いその かずまさ 、 生没年 不詳 ) は 戦国 時代 ( 日本 ) から 安土 桃山 時代 の 武将 。 +樋口 一葉 ( ひぐち いちよう ) 1872 年 5 月 2 日 ( 明治 5 年 3 月 25 日 ( 旧暦 ) ) - 1896 年 ( 明治 29 年 ) 1 1 月 23 日 ) は 、 日本 の 小説 家 。 +活動 弁士 ( かつどう べんし ) は 、 活動 写真 すなわち 無声 映画 ( サイレント 映画 ) を 上映 中 に 、 その 内容 を 語り で 表現 し て 解説 する 専門 の 職業 的 解説 者 。 +直江 状 ( なおえ じょう ) は 、 上杉 家 の 家老 ・ 直江 兼続 が 、 徳川 家康 の 命 を 受け て 上杉 家 と の 交渉 に 当た っ て い た 西笑 承兌 に 、 慶長 5 年 ( 160 0 年 ) に 送 っ た 書簡 。 +タカナ ( 高菜 、 学名 : Brassicajunceavar . integlifolia ) と は アブラナ 科 の 越年 草 で 、 カラシナ の 変種 。 +今出川 公詮 ( いまで がわ きん あきら 、 元禄 9 年 3 月 29 日 ( 旧暦 ) ( 1696 年 4 月 30 日 ) - 享保 16 年 2 月 14 日 ( 旧暦 ) ( 1731 年 3 月 21 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +石川 光長 ( いしかわ みつな が 、 生年 不詳 - 正応 3 年 12 月 8 日 ( 旧暦 ) ( 1291 年 1 月 9 日 ) ) は 、 鎌倉 時代 の 武将 。 +桜飯 ( さくらめし ) は 具 の な い 炊き込 み ご飯 の こと 。 +三浦 堅太郎 ( みうら けんたろう 、 生没年 不詳 ) は 、 日本 の 新 選 組 の 前身 、 壬生 浪士 組 の 隊士 で あ る 。 +神道 に おけ る 神 ( かみ ) と は 、 信仰 や 畏怖 の 対象 で あ る 。 +四条 大宮 駅 ( しじょう おおみや えき ) は 、 京都 府 京都 市 下京 区 四条 大宮町 に あ る 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 の 鉄道 駅 。 +大山守 皇子 ( おおやまもり の みこ 、 神功 皇后 摂政 57 年 ( 257 年 ) 以前 - 応神 天皇 41 年 2 月 15 日 ( 旧暦 ) ( 310 年 3 月 31 日 ) ) は 応神 天皇 の 第 一 皇子 。 +藤原 殖子 ( ふじわら の しょく し ( たねこ ) 、 保元 2 年 ( 1157 年 ) - 安貞 2 年 9 月 16 日 ( 旧暦 ) ( 1228 年 10 月 15 日 ) ) は 、 高倉 天皇 の 妃 。 +森 可成 ( もり よしなり ) は 、 戦国 時代 ( 日本 ) の 武将 。 +伴善男 ( ともの よしお 、 弘仁 2 年 ( 811 年 ) - 貞観 ( 日本 ) 10 年 ( 868 年 ) ) は 平安 時代 前期 の 貴族 。 +愛宕 山 遊園 地 ( あたごやま ゆうえんち ) は 、 かつて 京都 市 右京 区 に あ っ た 遊園 地 で あ る 。 +片山 九郎 右衛門 ( かたやま くろうえもん ) は 能 シテ 方 観世 流 の 京都 片山 家 に おけ る 当主 名 。 +西宮記 ( さいきゅうき / さいぐう き ) は 、 平安 時代 に 源 高明 に よ っ て 撰述 さ れ た 有職 故 実 ・ 儀式 書 。 +三条 公富 ( さんじょうきん と み 、 元和 ( 日本 ) 6 年 1 月 2 日 ( 旧暦 ) ( 1620 年 2 月 15 日 ) - 延宝 5 年 6 月 12 日 ( 旧暦 ) ( 167 7 年 7 月 11 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +源 九郎 稲荷 神社 ( げん くろう い なり じんじゃ ) と は 、 近鉄 郡山 駅 の 南西 約 500 M に 鎮座 する 、 源九郎 狐 や 綿帽子 を 買 っ た 狐 の 伝説 で 有名 な 神社 で あ る 。 +盆燈籠 ( ぼん とうろう 、 ぼん どうろう ) と は 、 日本 の お 盆 の 時期 に 、 墓 に 供え る 燈籠 型 の 飾り 。 +舞鶴 東 インター チェンジ ( まいづる ひがし インター チェンジ ) は 、 舞鶴 若狭 自動 車 道 の インター チェンジ で 京都 府 舞鶴 市 堂奥 に 位置 する 。 +カラオケ と は 、 歌 を 歌 う 際 、 また は メロディパート ( 主旋律 ) を 担 う 楽器 を 演奏 する 際 に 、 生演奏 で は な く 事前 に 録音 さ れ た 伴奏 を 再生 する こと に よ り 演奏 を 再現 する こと を い う 。 +大伴 守屋 ( おおとも の もり や 、 生年 不明 - 天武 天皇 8 年 6 月 26 日 ( 旧暦 ) ( 67 9 年 8 月 8 日 ) ) は 、 日本 の 飛鳥 時代 の 貴族 で あ る 。 +奈良豆 比古 神社 ( ならつ ひ こ じんじゃ ) は 、 奈良 県 奈良 市 に あ る 神社 で あ る 。 +千 両箱 ( せんりょうばこ ) と は 、 江戸 時代 の 日本 に お い て 大量 の 小判 を 貯蔵 する こと を 目的 と し た 箱 。 +どんどん 焼け ( どんどん や け ) と は 幕末 の 京都 市 中 で 元治 元年 7 月 18 日 ( 旧暦 ) ( 1864 年 8 月 19 日 ) から 7 月 21 日 ( 旧暦 ) ( 8 月 21 日 ) まで 発生 し た 火災 ( 大火 ) の こと で あ る 。 +山田 錦 ( やまだ に しき ) は 、 イネ ( 稲 ) の 品種 の 一 つ 。 +磨石 ( すりいし ) と は 、 縄文 時代 、 主 と し て クリ ・ クルミ ・ ドングリ など の 種実 類 を すりつぶ し 、 粉 を ひ く ため に 用い た 礫 石器 の ひと つ 。 +県 犬養 大伴 ( あがた ( の ) いぬかい の おおと も 、 生年 不詳 - 大宝 ( 日本 ) 元年 1 月 29 日 ( 旧暦 ) ( 70 1 年 3 月 13 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +鳥羽 ( とば ) と は 、 かつて 京都 洛外 、 山城 国 紀伊郡 に 属 し て い た 鳥羽 郷 ( とばごう ) ・ 鳥羽 荘 ( とば の しょう ) など と 呼 ば れ た 地域 を 指 す 名称 。 +渡辺 登綱 ( わたなべ のりつ な 、 元禄 7 年 ( 1694 年 ) - 明和 4 年 10 月 21 日 ( 旧暦 ) ( 1767 年 12 月 11 日 ) ) は 、 和泉 国伯太藩 の 第 2 代 藩 主 。 +多田 仁綱 ( ただのりつな 、 生年 不詳 - 天福 ( 日本 ) 2 年 6 月 14 日 ( 旧暦 ) ( 1234 年 7 月 11 日 ) ) は 、 鎌倉 時代 初期 の 武士 。 +藤原 式家 ( ふじわら しき け ) と は 、 右 大臣 藤原 不比 等 の 三男 藤原 宇合 を 祖 と する 家系 。 +鷹司 ( たかつかさ ) 家 は 、 五摂 家 の ひと つ で 公家 で あ る 。 +大和 猿楽 ( やまと さる がく ) と は 、 大和 国 ( 現在 の 奈良 県 ) を 中心 と し て 活躍 し た 猿楽 の 座 。 +島津 保次郎 ( しまず やすじろう 、 1897 年 6 月 3 日 - 1945 年 9 月 18 日 ) は 、 大正 ・ 昭和 期 の 映画 監督 。 +安土 城 天主 信長 の 館 ( あづち じょうてんしゅ の ぶながの やかた ) は 、 滋賀 県 蒲生 郡 安土 町 に あ る 施設 。 +地租 改正 反対 一揆 ( ちそかい せい はんたい いっき ) と は 、 1873 年 より 明治 政府 に よ っ て 推進 さ れ て き た 地租 改正 に 反対 する 農民 一揆 で あ る ( ただし 、 近年 の 研究 で は 合法 的 闘争 に よ る 例 も 多 かっ た と さ れ て い る こと に 注意 が 必要 で あ る ) 。 +仁明 天皇 ( にんみょう てんの う 弘仁 元年 ( 810 年 ) - 嘉祥 3 年 3 月 21 日 ( 850 年 5 月 6 日 ) 在位 天長 10 年 3 月 6 日 ( 833 年 3 月 30 日 ) - 嘉祥 3 年 3 月 19 日 ( 850 年 5 月 4 日 ) ) は 、 平安 時代 初期 の 第 54 代 天皇 。 +孝昭 天皇 ( こうしょうてんのう 、 懿徳 天皇 5 年 ( 紀元 前 50 6 年 ) - 孝昭 天皇 83 年 8 月 5 日 ( 旧暦 ) ( 紀元 前 393 年 9 月 5 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 伝え られ る 第 5 代 の 天皇 ( 在位 : 孝昭 天皇 元年 1 月 9 日 ( 旧暦 ) ( 紀元 前 475 年 2 月 21 日 ) - 同 83 年 8 月 5 日 ( 旧暦 ) ( 紀元 前 393 年 9 月 5 日 ) ) 。 +柱 焼酎 ( はしら じょうちゅう ) と は 、 江戸 時代 初期 に 存在 し た 日本 酒 の 伝統 的 製法 用語 の 一 つ で 、 焼酎 や 粕取り 焼酎 を 、 醸造 する 日本 酒 の 日本 酒醪 や 日本 酒 上槽 し た 新酒 に 加え る 技法 の こと 。 +薫 ( かおる ) は 、 紫式 部 の 物語 『 源氏 物語 』 に 登場 する 架空 の 人物 。 +久米 御縣 神社 ( くめ の みあがた じんじゃ ) は 、 奈良 県 橿原 市 に あ る 神社 で あ る 。 +惇子 内 親王 ( あつこ / じゅん し な い しんの う 、 保元 3 年 ( 1158 年 ) - 承安 ( 日本 ) 2 年 5 月 3 日 ( 旧暦 ) ( 1172 年 5 月 27 日 ) ) は 、 平安 時代 末期 の 皇族 。 +蹴上 駅 ( けあげ えき ) は 、 京都 市 東山 区 に あ る 、 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 +朝臣 ( あそ み 、 あそん ) は 、 684 年 ( 天武 13 ) に 制定 さ れ た 八色 の 姓 ( やくさ の かばね ) の 制度 で 新た に 作 ら れ た カバネ ( かばね ) で 、 上 から 二 番 目 に 相当 する 。 +宮 大工 ( みや だいく ) は 、 神社 寺院 の 建築 や 補修 に 携わ る 大工 。 +院 評定 ( いんの ひょうじょう ) と は 、 院政 に お い て 太上 天皇 あるいは 法皇 が 主宰 し た 議定 の こと 。 +人見 勝太郎 ( ひとみ かつたろう 、 天保 14 年 10 月 9 日 ( 旧暦 ) ( 1843 年 11 月 30 日 ) - 大正 11 年 ( 1922 年 ) 12 月 31 日 ) は 、 江戸 時代 末期 の 幕臣 、 明治 期 の 官僚 ・ 実業 家 。 +継体 天皇 ( けいたい てんのう 、 允恭 天皇 39 年 ( 450 年 ) ? - 継体 天皇 25 年 2 月 7 日 ( 旧暦 ) ( 53 1 年 3 月 10 日 ) ) は 第 26 代 の 天皇 で 、 在位 は 継体 天皇 元年 2 月 4 日 ( 旧暦 ) ( 50 7 年 3 月 3 日 ) - 同 25 年 2 月 7 日 ( 53 1 年 3 月 10 日 ) 。 +宿直 ( と のい ) と は 、 律令 法 に お い て 宮中 ・ 官司 あるいは 貴人 の 警備 を 行 う こと 。 +地獄 草紙 ( じごく ぞうし ) は 、 地獄 ( 仏教 ) を 描 い た 12 世紀 の 絵巻物 。 +社戸 大口 ( こそ へ の おおく ち 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +安宿 王 ( あすか べ お う 、 生没年 不詳 ) は 、 奈良 時代 の 官僚 。 +藤原 敦頼 ( ふじわら の あつ より 、 寛治 4 年 ( 1090 年 ) - 寿永 元年 ( 1182 年 ) 頃 ? ) は 、 平安 時代 後期 の 公家 ・ 歌人 。 +宥快 ( ゆうかい 、 興国 6 年 / 貞和 元年 ( 1345 年 ) - 応永 23 年 7 月 17 日 ( 旧暦 ) ( 1416 年 8 月 10 日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 に かけ て の 真言 宗 の 学僧 。 +荘園 整理 令 ( しょう えんせい り れい ) は 、 平安 時代 に 発布 さ れ た 一連 の 法令 の こと 。 +宇喜多 秀家 ( うきた ひでいえ ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +炉端焼き ( ろばた やき ) は 、 宮城 県 仙台 市 で 発祥 し 、 北海道 釧路 市 で 発展 し た 飲食 店 の 店舗 や 給仕 の 形態 、 および 、 そこ で 出 さ れ る 料理 の こと 。 +紀角 また は 木角 ( き の つ の 、 生没 年 未詳 ) は 、 古墳 時代 中期 の 豪族 。 +源 雅通 ( みなもとの まさみ ち 、 生年 不詳 - 寛仁 元年 7 月 10 日 ( 旧暦 ) ( 1017 年 8 月 4 日 ) ) は 、 平安 時代 中期 の 官人 ・ 歌人 。 +一色 義直 ( いっ し き よしなお 、 生年 不詳 - 寛永 20 年 10 月 11 日 ( 旧暦 ) ( 1643 年 11 月 22 日 ) ) は 江戸 時代 の 交代 寄合 ・ 旗本 。 +孔雀 明王 ( くじゃく みょうおう ) は 、 仏教 の 信仰 対象 で あ り 、 密教 特有 の 尊格 で あ る 明王 の ひと つ 。 +狂句 ( きょうく ) と は 、 近世 後期 に 生まれ た 日本 に おけ る 定型 詩 の ひと つ 。 +闘鶏 国造 ( つげの くにのみやつこ ・ つげ こく ぞう ) は 大和 国 北 東部 を 支配 し た 国造 。 +中根 元 圭 ( なかね げんけい 、 寛文 2 年 ( 1662 年 ) - 享保 18 年 9 月 2 日 ( 旧暦 ) ( 1733 年 10 月 9 日 ) ) は 、 江戸 時代 中期 の 和算 家 、 天文 家 、 で あ る 。 +正倉院 ( しょう そういん ) は 、 奈良 市 の 東大 寺 大仏殿 の 北西 に 位置 する 、 高床 の 大 規模 な 校倉造 ( あぜくらづくり ) 倉庫 で あ る 。 +赤松 政則 ( あかまつ まさのり ) は 、 室町 時代 後期 の 武将 で あ り 、 播磨 国 の 守護 大名 ・ 戦国 大名 で あ る 。 +河越 館 ( かわごえ かん / かわごえ やかた ) は 、 埼玉 県 川越 市 上戸 に 所在 し た 城 。 +皇位 ( こうい ) は 、 日本 で 天皇 の 位 を 意味 する 概念 。 +愛宕山 ( あたご やま 、 あたご さん ) は 、 京都 府 京都 市 右京 区 の 北西 部 、 山城 国 と 丹波 国 の 国境 に あ る 山 。 +湯立 神楽 ( ゆだて かぐら / ゆたてかぐら ) は 日本 の 伝統 的 な 神楽 の 形式 の ひと つ 。 +土方 久元 ( ひ じかた ひさも と 、 天保 4 年 10 月 12 日 ( 旧暦 ) ( 1833 年 11 月 23 日 ) - 大正 7 年 ( 1918 年 ) 11 月 4 日 ) ) は 、 江戸 時代 末期 ( 幕末 ) から 明治 ・ 大正 期 に かけ て の 志士 、 政治 家 で あ る 。 +内舎人 ( うどねり ) は 律令 制 に おけ る 官職 の ひと つ 。 +溝口 健二 ( みぞぐち けん じ 、 189 8 年 5 月 16 日 - 1956 年 8 月 24 日 ) は 、 東京 都 出身 の 映画 監督 。 +日本 の 宗教 ( にほん の しゅうきょう ) で は 、 日本 に おけ る 宗教 を 解説 する 。 +雲光院 ( うんこういん 、 弘治 ( 日本 ) 元年 2 月 13 日 ( 旧暦 ) ( 155 5 年 3 月 16 日 ) - 寛永 14 年 1 月 22 日 ( 旧暦 ) ( 1637 年 2 月 16 日 ) ) は 、 徳川 家康 の 側室 。 +桂林 寺 ( けいりんじ ) と は 、 京都 府 舞鶴 市 に あ る 、 丹後 国有数 の 歴史 を 誇 る 曹洞 宗 中 本 山 の 寺院 。 +大幾 ( だいき ) は 日本 の 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 人物 。 +足軽 ( あしが る ) は 、 雑兵 の 一種 。 +古来 風体 抄 ( こ らいふう ていしょう ) は 、 鎌倉 時代 初期 に 成立 し た 歌学 書 。 +神社 に お い て 、 親子 関係 に あ る 神 ( 神道 ) が 祀 ら れ る 場合 、 子 に 当た る 神 の こと を 御子神 ( みこ が み ) また は 苗裔 神 ( びょうえい しん ) と い う 。 +今井 宗久 ( いまいそうきゅう 、 1520 年 ( 永正 17 年 ) - 1593 年 8 月 31 日 ( 文禄 2 年 8 月 5 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 の 堺 の 商人 、 茶人 で あ る 。 +日吉 駅 ( ひよし えき ) は 、 京都 府 南丹 市 日吉町 ( 京都 府 ) に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 鉄道 駅 。 +新井 忠雄 ( あら い ただお 、 天保 6 年 2 月 7 日 ( 旧暦 ) ( 1835 年 3 月 5 日 ) - 明治 24 年 ( 1891 年 ) 2 月 15 日 ) は 、 新 選 組 諸士 調役 兼 監察 。 +板倉 勝重 ( いたくら かつしげ ) は 、 安土 桃山 時代 から 江戸 時代 の 大名 、 京都 所司 代 で あ る 。 +水替 人足 ( みずかえ にんそく ) は 、 鉱山 に 溜ま っ た 排水 を 外部 に 排出 する 仕事 ( 水替 ) に 従事 し た 人足 ( 労働 者 ) の こと で あ る 。 +徳大寺 実定 ( とくだいじ さねさだ 、 保延 5 年 ( 1139 年 ) - 建久 2 年 12 月 16 日 ( 旧暦 ) ( 1192 年 2 月 1日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公家 ・ 歌人 。 +草津 線 ( くさつ せん ) は 、 三重 県 伊賀 市 の 柘植 駅 から 滋賀 県 草津 市 の 草津 駅 ( 滋賀 県 ) に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 幹線 ) で あ る 。 +アメノホヒ は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +深見 峠 ( ふかみ とうげ ) は 、 京都 府 京都 市 右京 区 と 同府 南丹 市 を 隔て る 峠 で あ る 。 +当世 書 生 気質 ( とうせい しょせい かたぎ ) は 、 坪内 逍遙 ( 春 の 屋 おぼろ ) の 小説 。 +伏見宿 ( ふしみじゅく ) は 旧京 街道 の 宿場 で 、 東海道 五十 三 次 . E 6 . 9 D . B 1 . E 6 . B 5 . B 7 . E 9 . 8 1 . 9 3 . E 4 . BA . 94 . E 5 . 8 D . 81 . E 4 . B 8 . 83 . E 6 . AC . A 1 に 数え られ る こと も あ る 。 +大道寺 友山 ( だいどうじ   ゆうざん 、 寛永 16 年 ( 1639 年 ) - 享保 15 年 ( 1730 年 ) ) は 、 江戸 時代 の 武士 、 兵法 家 。 +五 社 英雄 ( ご しゃ ひでお 、 本名 同じ 字 で 「 ごしゃ ・ えいゆう 」 、 1929 年 2 月 26 日 - 1992 年 8 月 30 日 ) は 、 映画 監督 ・ 脚本 家 。 +朝倉 景 豊 ( あさくら かげ と よ 、 生年 不詳 - 文亀 3 年 4 月 3 日 ( 旧暦 ) ( 150 3 年 4 月 28 日 ) ) は 室町 時代 末 の 武将 で あ る 。 +西行 の 娘 ( さいぎょう の むすめ 、 推定 生没年 1137 年 ( 保延 3 年 ) - 1199 年 ( 正治 元年 ) ) と は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 尼僧 。 +藤原 伊子 ( ふじわら の いし 、 生没年 不詳 ) は 、 平安 時代 末期 の 女性 。 +月照 ( げっしょう 、 1813 年 ( 文化 ( 元号 ) 10 年 ) - 18 58 年 12 月 20 日 ( 安政 5 年 11 月 16 日 ( 旧暦 ) ) ) は 、 幕末期 の 尊皇 攘夷 派 の 僧侶 。 +久御 山 の って こ バス ( くみやま の って こ バス ) は 、 京都 府 久世 郡 久御山 町 が 運営 し て い る コミュニティバス で あ る 。 +千木 ( ちぎ ) ・ 鰹木 ( かつおぎ ) は 、 今日 で は 神社 建築 に のみ 見 られ る 、 建造 物 の 屋根 に 設け られ た 部材 で あ る 。 +永禄 ( えい ろく ) は 、 日本 の 元号 の 一 つ 。 +古 歌集 ( こかしゅう ) は 、 歌集 。 +正親町 三条 実義 ( おおぎまち さんじょうさねよし 、 寛政 10 年 11 月 2 日 ( 旧暦 ) ( 1798 年 12 月 8 日 ) - 文政 3 年 6 月 4 日 ( 旧暦 ) ( 1820 年 7 月 13 日 ) は 、 江戸 時代 後期 の 公卿 。 +上賀茂 民芸 協団 ( かみが も みんげい きょうだん ) は 、 京都 市 上賀茂 に あ っ た 民芸 運動 の 実験 工房 。 +和州 吉野 郡 群山 記 ( わ しゅうよしの ぐんぐん ざんき 、 以下 、 郡山 記 と 略記 する ) は 、 江戸 時代 後期 紀州 藩 の 本草 学者 ・ 博物 学 者 、 源 伴 存 が 著 し た 博物 誌 ・ 地誌 。 +国分 重胤 ( こくぶん しげ た ね 、 弘長 2 年 ( 1262 年 ) ? - 元徳 2 年 12 月 4 日 ( 旧暦 ) ( 1331 年 1 月 12 日 ) ) は 、 日本 の 鎌倉 時代 に 陸奥 国宮城 郡 に い た と さ れ る 武士 で あ る 。 +三善 康連 ( みよし の やす つら 、 建久 4 年 ( 1193 年 ) - 康元 元年 10 月 3 日 ( 旧暦 ) ( 1256 年 10 月 22 日 ) ) は 、 鎌倉 時代 前期 の 鎌倉 幕府 御 家人 ・ 法曹 官僚 。 +ニニギ ( アメニギシクニニギシアマツ ヒコ ヒコホノニニギ ) は 、 日本 神話 に 登場 する 神 。 +藤原 真先 ( ふじわら の まさき 、 生年 不詳 - 天平 宝字 8 年 9 月 18 日 ( 旧暦 ) ( 764 年 10 月 21 日 ) ) は 奈良 時代 の 公卿 。 +醒睡笑 ( せいすいしょう ) は 庶民 の 間 に 広 く 流行 し た 話 を 集め た 笑話 集 。 +為房 卿記 ( ためふさ きょうき ) は 、 後三 条 ・ 白河 ・ 堀河 ・ 鳥羽 天皇 に 蔵人 ・ 蔵人 頭 と し て 仕え 、 大蔵 卿 ・ 参議 と し て 活躍 し た 藤原 為房 の 日記 で 、 「 大記 」 「 大御 記 」 「 大府 記 」 と も 呼 ば れ る 。 +表右筆 ( おもて ゆうひつ ) は 、 江戸 幕府 に 職制 の 1 つ 。 +増阿弥 ( ぞう あみ 、 生没 年 未詳 ) は 世阿弥 と 同 時期 に 活躍 し た 田楽 新座 の 役者 。 +長州 征討 ( ちょうしゅう せいとう ) と は 、 江戸 時代 後期 に 江戸 幕府 と 長州 藩 の 間 で 2 次 に 渡 っ て 行 わ れ た 戦い で あ る 。 +トロッコ 嵐山 駅 ( と ろっこ あらしやま えき ) は 、 京都 府 京都 市 右京 区 嵯峨 小倉山 町 に あ る 、 嵯峨野 観光 鉄道 嵯峨野 観光 鉄道 嵯峨野 観光 線 の 鉄道 駅 。 +杮葺 ( こけらぶき ) と は 、 屋根 葺 手法 の 一 つ で 、 木材 の 薄板 を 用い て 施工 する 。 +享禄 ・ 天文 の 乱 ( きょうろく ・ てんぶん の らん ) は 、 戦国 時代 _ ( 日本 ) 初期 の 浄土 真宗 本願 寺 宗門 に おけ る 教団 改革 を 巡 る 内紛 と 、 これ に 触発 さ れ て 発生 し た 対外 戦争 の 総称 。 +本項 京都 市 西京 区 の 町名 ( きょう とし にしきょうく の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +宗像 氏 業 ( むなかた うじ なり ) は 、 宗像 大社 の 第 47 代 大宮司 で あ る 。 +搦手門 ( からめて もん ) は 城門 の 一 つ で 、 大手 門 に 対 し て 開 か れ る 搦手口 の 門 。 +法性 寺 ( ほっ しょうじ ) は 、 京都 市 東山 区 に あ る 浄土 宗 西山 禅林 寺 派 の 寺院 。 +天孫 神社 ( てんそん じんじゃ ) は 、 滋賀 県 大津 市 に あ る 神社 。 +髪洗い ( かみあらい ) と は 、 歌舞伎 の 石橋 ( 能 ) 物 で 、 獅子 が 長 い 毛 を 前 に 垂ら し 首 を 左右 に 振り回 す 所作 。 +橘奈良 麻呂 の 乱 ( たちばな の なら まろ の らん ) は 奈良 時代 の クーデター で あ る 。 +武家 ( ぶけ ) と は 、 幕府 権力 の 総称 、 将軍 家 、 また は 武士 一般 を 指 す 語 。 +日蓮 宗 不受 不 施派 ( にちれん しゅう ふ じゅふせ は ) は 、 日蓮 を 宗祖 と し 、 日奥 を 派祖 と する 、 日蓮 門 下 の 一派 で あ る 。 +猪飼 敬所 ( いがいけい しょ   宝暦 11 年 3 月 22 日 ( 旧暦 ) ( 1761 年 4 月 26 日 ) - 弘化 2 年 11 月 10 日 ( 旧暦 ) ( 1845 年 12 月 8 日 ) ) は 、 日本 の 江戸 時代 後期 の 折衷 学派 の 儒学 者 。 +ウ カノミタマ は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +夏目 漱石 ( なつめ そうせき 、 慶応 3 年 1 月 5 日 ( 旧暦 ) ( 1867 年 2 月 9 日 ) - 大正 5 年 ( 1916 年 ) 12 月 9 日 ) は 、 日本 の 小説 家 、 評論 家 、 イギリス 文学 者 。 +横大路 家 住宅 ( よこおお じけ じゅうたく ) は 福岡 県 糟屋 郡 新宮 町 上府 に あ る 歴史 的 建造 物 。 +御薗橋 80 1 商店 街 ( みその ばし は ち まる いち しょう てんがい ) は 京都 市 北 区 御薗 橋 西詰 から 西 へ 800 m の 長 さ に 渡 っ て 続 く 京都 市 最北 の 商店 街 で あ る 。 +師範 学校 ( しはん がっこう ) と は 、 戦前 の 学制 改革 に お い て 初等 ・ 中等 学校 教員 の 養成 ( 師範 教育 ) を 目的 と し た 中等 ・ 高等 教育 機関 で あ る 。 +小野 岑守 ( おのの みねもり 、 宝亀 9 年 ( 778 年 ) - 天長 7 年 ( 830 年 4 月 19 日 ( 旧暦 ) ) ) は 、 平安 時代 初期 の 貴族 ・ 文人 。 +武家 茶道 ( ぶけさどう ) と は 、 おもに 江戸 時代 以降 に 武家 社会 の 間 で 行 わ れ て き た 茶道 の こと 。 +旗本札 ( はたもと さつ ) は 、 江戸 時代 に 領地 を 持 つ 旗本 が 自領 内 に お い て 独自 に 発行 し た 紙幣 で あ る 。 +玉松 真広 ( たまま つまひろ 、 文化 ( 元号 ) 7 年 3 月 17 日 ( 旧暦 ) ( 1810 年 4 月 20 日 ) - 明治 5 年 2 月 15 日 ( 旧暦 ) ( 1872 年 3 月 23 日 ) ) は 幕末 期 の 国学 者 。 +平惟 仲 ( たいら の これ なか 、 天慶 7 年 ( 944 年 ) - 寛弘 2 年 3 月 14 日 ( 旧暦 ) ( 100 5 年 4 月 25 日 ) ) は 、 平安 時代 中期 の 公家 。 +藤原 朝子 ( ふじわら の あさこ / ともこ 、 生年 不詳 - 永 万 2 年 1 月 10 日 ( 旧暦 ) ( 116 6 年 2 月 19 日 ) ) は 平安 時代 後期 の 女性 。 +幡岳 寺 ( ばんがくじ ) は 、 滋賀 県 高島 市 マキノ 町中庄 に あ る 曹洞 宗 の 寺院 。 +煎餅 ( せんべい ) と は 、 穀物 の 粉 を 使 っ て 作 る 食べ物 の 一 つ で あ る 。 +『 野ざら し 紀行 』 ( のざらし き こう ) は 、 江戸 時代 中期 の 俳諧 師 松尾 芭蕉 の 紀行 。 +盆栽 ( ぼんさい ) と は 、 草木 を 鉢 に 植え て 、 枝 ぶり 、 葉姿 、 幹 の 肌 、 根 及び 鉢 の 総称 、 もしくは その 姿 全体 を 鑑賞 する 趣味 。 +岡本 重之 ( おかもと しげゆき 、 慶安 4 年 ( 1651 年 ) - 宝永 8 年 2 月 20 日 ( 旧暦 ) ( 1 71 1 年 4 月 7 日 ) ) は 赤穂 藩 主 浅野 長矩 の 家臣 。 +智尊 ( ち そん 、 天武 天皇 元年 ( 67 2 年 7 月 22 日 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +長田 肥前 ( ながたひぜん 、 生没年 不詳 ) は 伯耆 民談記 、 因幡志 など に 見え る 安土 桃山 時代頃 の 人物 。 +天橋立 ( あまの はしだて ) は 、 京都 府 宮津 市 の 宮津 湾 に あ る 景勝 地 で あ る 。 +小西 隆佐 ( こ にし りゅうさ ) は 、 戦国 時代 _ ( 日本 ) から 安土 桃山 時代 に かけ て の 堺 市 の 豪商 。 +田村 大嬢 ( たむら の おおおとめ 、 生没年 不詳 ) は 、 大伴 宿奈 麻呂 の 娘 。 +覚源 ( かく げん 、 長保 2 年 ( 1000 年 ) - 治暦 元年 8 月 18 日 ( 旧暦 ) ( 1065 年 9 月 20 日 ) ) は 、 平安 時代 後期 の 真言 宗 の 日本 の 僧 。 +屋形 ( やかた ) と は 、 公家 や 武家 など 貴人 の 館 の こと を 意味 する 。 +巨勢 金岡 ( こせ の かなおか 、 生没 年 未詳 ) は 平安 時代 前期 の 宮廷 画家 。 +新撰 万葉 集 ( しんせん まん よう しゅう ) は 、 私撰 の 歌集 。 +下御 霊 神社 ( しも ご りょう じんじゃ ) は 、 京都 市 上京 区 に あ る 神社 で あ る 。 +信濃源 氏 ( しな の げんじ ) は 、 中世 に 信濃 国 に 土着 し 本拠 と し た 源 氏 の 氏族 を 指 し た 呼称 。 +府 県 制 ( ふ けん せい ) は 、 1890 年 ( 明治 23 年 ) に 制定 さ れ た 地方 行政 制度 で あ る と とも に 、 それ を 規定 し た 法律 で も あ る 。 +順下 ( じゅんか ) は 、 日本 泳法 の 飛込 み 術 で あ る 。 +島田 魁 ( しまだ かい 、 文政 11 年 1 月 15 日 ( 旧暦 ) ( 182 8 年 2 月 29 日 ) - 明治 33 年 ( 190 0 年 ) 3 月 20 日 ) は 、 新 選 組 二 番 隊 伍長 諸士 調役 兼 監察 。 +聖徳 太子 ( しょうとくたい し 、 敏達 天皇 3 年 1 月 1日 ( 旧暦 ) ( 574 年 2 月 7 日 ) - 推古 天皇 30 年 2 月 22 日 ( 旧暦 ) ( 622 年 4 月 8 日 ) ( 同 29 年 2 月 5 日 ( 旧暦 ) 説 あ り - 『 日本 書紀 』 ) ) は 、 飛鳥 時代 の 皇族 。 +錦小路 頼徳 ( にしき の こうじ より のり 、 天保 6 年 4 月 24 日 ( 旧暦 ) ( 1835 年 5 月 21 日 ) - 元治 元年 4 月 27 日 ( 旧暦 ) ( 1864 年 6 月 1日 ) ) は 、 幕末 の 尊皇 攘夷 派 公家 。 +唐衣 ( からぎぬ ) は 、 十 二 単 を 構成 する 着物 の 一 つ 。 +朴葉 寿司 ( ほおばずし ) は 岐阜 県 の 飛騨 国 地方 の 南部 から 東濃 ・ 中濃 地方 、 長野 県 木曽 地域 地方 の 郷土 料理 。 +高賀 十 種 ( こう が じっしゅ ) は 、 澤村 宗十郎 ( 7 代 目 ) が 撰 じ た 選定 し た 紀伊國 屋 ( 歌舞伎 ) 澤村 宗十郎 の お 家芸 。 +一 国 一 城令 ( いっ こく いち じょうれい ) は 元和 ( 日本 ) 元年 ( 1615 年 ) 閏 6 月 13 日 に 江戸 幕府 が 制定 し た 法令 で あ る 。 +正六 位 ( しょうろく い ) と は 、 日本 の 位 階 及び 神階 に おけ る 位 の ひと つ 。 +安倍 季巌 ( あべすえ よし 、 190 4 年 5 月 6 日 - 1986 年 3 月 18 日 ) は 、 雅楽 師 、 日本 芸術 院 会員 。 +絵巻物 ( えまきもの ) は 、 日本 の 絵画 形式 の 1 つ で 、 横長 の 紙 ( また は 絹 ) を 水平 方向 に つな い で 長大 な 画面 を 作 り 、 情景 や 物語 など を 連続 し て 表現 し た もの 。 +中島 信行 ( なかじま のぶゆき 、 弘化 3 年 8 月 15 日 ( 旧暦 ) ( 1846 年 10 月 5 日 ) - 明治 32 年 ( 1899 年 ) 3 月 26 日 ) は 、 明治 時代 の 政治 家 、 初代 衆議 院 議長 、 男爵 。 +尋範 ( じんぱん 、 寛治 7 年 ( 1093 年 ) - 承安 ( 日本 ) 4 年 ( 1174 年 ) は 平安 時代 末期 の 僧侶 。 +京都 SF フェスティバル ( きょうと えすえふふぇすてぃばる ) は 、 1982 年 以降 、 毎年 秋 に 京都 で 開 か れ る SF コンベンション 。 +中山 慶子 ( なかやま よしこ 、 天保 6 年 11 月 28 日 ( 旧暦 ) ( 1836 年 1 月 16 日 ) - 明治 40 年 ( 1907 年 ) 10 月 5 日 ) は 、 明治 天皇 の 生母 。 +紙屋院 ( かみや いん ) は 律令 制 に おけ る 図書 寮 の 別所 ( 付属 機関 ) で 朝廷 で 用い る 紙 の 製造 を 扱 っ た 。 +顔 見世 ( かおみせ ) は 、 歌舞伎 で 、 1 年 に 1 回 、 役者 の 交代 の あと 、 新規 の 顔ぶれ で 行 う 最初 の 興行 で あ る 。 +春道 列 樹 ( はるみち の つら き 、 ? - 延喜 20 年 ( 920 年 ) ) は 、 平安 時代 中期 の 歌人 。 +吉子 女王 ( よしこ じょ おう 、 文化 ( 元号 ) 元年 9 月 25 日 ( 旧暦 ) ( 180 4 年 10 月 28 日 ) - 明治 26 年 ( 1893 年 ) 1 月 27 日 ) は 、 幕末 から 明治 時代 の 皇族 出身 女性 。 +青苗 簿 ( せいびょうぼ ) と は 、 律令 制 に お い て 実際 の 田地 の 耕作 状況 を 記 し た 帳簿 の こと 。 +大久保 長安 ( おおくぼ ながやす ( ちょうあん ) ) は 、 戦国 時代 _ ( 日本 ) の 武将 。 +滋野 貞主 ( しげの の さだぬし 、 延暦 4 年 ( 785 年 ) - 仁寿 2 年 2 月 8 日 ( 旧暦 ) ( 85 2 年 3 月 2 日 ) ) は 平安 時代 前期 の 官僚 。 +野村 芳亭 ( のむら ほうてい 、 1880 年 11 月 13 日 - 1934 年 8 月 23 日 ) は 、 大正 ・ 昭和 初期 の 映画 監督 、 脚本 家 、 映画 プロデューサー で あ る 。 +宇都宮 景綱 ( うつのみや かげつ な 、 1235 年 ( 嘉禎 元年 ) - 1298 年 6 月 10 日 ( 永仁 6 年 5 月 1日 ( 旧暦 ) ) ) は 鎌倉 時代 中期 の 武将 。 +麛坂 皇子 ( かご さか の みこ 、 ? - 神功 元年 ( 20 1 年 ) 2 月 ( 旧暦 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 伝え られ る 古墳 時代 の 皇族 ( 王族 ) 。 +薬師寺 吉祥天像 ( やくしじ きちじょう てん ぞう ) は 、 奈良 時代 の 吉祥天 の 画像 で 、 奈良 県 薬師寺 に 所蔵 さ れ て い る 。 +元 老院 ( げんろう いん ) は 、 明治 初期 の 日本 の 立法 機関 。 +源 氏 供養 ( げんじく よう ) は 、 源氏 物語 および その 作者 で あ る 紫式 部 を 供養 する こと 。 +巨勢 野足 ( こせの の たり 、 天平 21 年 ( 750 年 ) - 弘仁 7 年 12 月 14 日 ( 旧暦 ) ( 817 年 1 月 9 日 ) ) は 、 平安 時代 初期 の 将軍 、 政治 家 。 +田中 勝介 ( たなか しょうすけ 、 生没年 不詳 ) は 、 江戸 時代 初期 の 京都 の 貿易 商人 。 +味噌 漬け ( みそづけ ) は 、 野菜 、 肉 、 魚 など を 味噌 に 漬け た もの で あ る 。 +興福院 ( こんぶ いん ) は 、 奈良 県 奈良 市 法蓮 町 に あ る 浄土 宗 の 尼寺 。 +鞍作 福利 ( くら つくり の ふく り 、 生没年 不詳 ) は 、 飛鳥 時代 の 通事 ( = 通訳 ) で あ る 。 +後拾遺和 歌集 ( ご しゅう いわかしゅう ) は 八代 集 の 第 四 、 『 拾遺 和 歌集 』 の 後継 た る べ く 編 ま れ た 勅撰 和 歌集 で あ る 。 +福井 謙一 ( ふくい けんいち 、 1918 年 10 月 4 日 - 1998 年 1 月 9 日 ) は 、 日本 の 化学 者 。 +伴 信友 ( ばん のぶとも 、 1773 年 3 月 17 日 ( 安永 2 年 2 月 25 日 ( 旧暦 ) ) - 1846 年 12 月 2 日 ( 弘化 3 年 10 月 14 日 ( 旧暦 ) ) ) は 、 江戸 時代 の 国学 者 で あ る 。 +平行 盛 ( たいら の ゆきもり 、 生年 未詳 - 元暦 2 年 3 月 24 日 ( 旧暦 ) ( 1185 年 4 月 25 日 ) ) は 、 平安 時代 末期 の 武将 。 +文安 の 麹騒動 ( ぶんあん の こうじ そうどう ) と は 、 室町 時代 、 京都 に お い て 酒造 工程 の 一 つ で あ る 麹造り を 支配 し て い た 座 ( 北野 麹座 ) が 室町 幕府 の 攻撃 を 受け て 没落 し た 事件 。 +大和 葛城山 ( やま と かつらぎ さん ) は 、 奈良 県 御所 市 と 大阪 府 南河内 郡 千早 赤阪村 と の 境 に 位置 する 山 。 +浄土 真宗 東 本願 寺 派 ( じょうど しんしゅう ひがしほんがん じ は ) は 、 真宗 大谷 派 ( 末寺 数 約 10000 ) から 独立 し た 三百 数十 ヶ寺 の 末寺 ・ 崇敬 寺院 から な る 浄土 真宗 の 一派 で あ る 。 +鞭懸 ( む ちかけ ) は 、 神明 造 で 、 棟 の 下 、 扠首竿 ( さすざお ) の 左右 に 当た っ て 破風 面 から 、 左右 4 本 ずつ 突き出 し た 、 計 8 本 の 小さ い 木 で あ る 。 +服部 半蔵 ( はっとり はん ぞう ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 初期 に かけ て 松平 氏 〜 徳川 氏 の 麾下 で 活躍 し た 武士 で 、 代々 「 半蔵 」 を 仮名 ( 通称 ) の 名乗り と し た 服部 半蔵 家 の 歴代 当主 たち で あ る 。 +京都 コンサート ホール ( きょう と こんさーと ほーる ) は 、 京都 市 左京 区 に 位置 する クラシック 音楽 コンサート 専用 の ホール 。 +玉乃 世履 ( たま の せいり 、 182 5 年 9 月 3 日 ( 文政 8 年 7 月 21 日 ( 旧暦 ) ) - 1886 年 8 月 8 日 ) は 、 岩国 藩 ( 後 の 山口 県 ) 出身 の 裁判 官 。 +藤原 敦信 ( ふじわら の あつの ぶ 。 生没年 不詳 ) は 、 平安 時代 中期 の 歌人 。 +霊山 寺 ( りょうぜん じ 、 りょうせん じ 、 れいざんじ ) は 仏教 寺院 の 名称 。 +遣明船 ( けんみんせん ) は 室町 時代 の 応永 11 年 ( 140 4 年 ) から 天文 ( 元号 ) 16 年 ( 1547 年 ) まで 約 1 世紀 半 で 17 次 ( のべ 84 隻 ) に 渡 り 、 日明 貿易 ( 勘合 貿易 ) に 用い られ た 船 の こと で あ る 。 +授翁 宗弼 ( じゅ おうそう ひつ 、 1296 年 - 13 80 年 ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 臨済 宗 の 僧 。 +丹後 弁 ( たんご べん ) は 、 京都 府 宮津 市 から 京丹後 市 を 中心 に 話 さ れ て い る 日本 語 の 方言 の 一種 。 +永山 武四郎 ( ながやま たけしろう 、 天保 8 年 4 月 24 日 ( 旧暦 ) ( 1837 年 5 月 28 日 ) - 明治 37 年 ( 190 4 年 ) 5 月 27 日 ) は 、 日本 の 陸軍 軍人 、 華族 。 +高松宮 好仁 親王 ( たかまつ の みや よしひと しんのう 、 慶長 8 年 3 月 18 日 ( 160 3 年 4 月 29 日 ) - 寛永 15 年 6 月 3 日 ( 1638 年 7 月 14 日 ) は 、 江戸 時代 前期 の 日本 の 皇族 。 +美濃王 ( みの の おおきみ 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +高級 芝居 茶屋 ( 大茶屋 ) の 二 階 の 様子 。 +武野 紹鴎 ( たけの じょうおう 、 文亀 2 年 ( 150 2 年 ) - 弘治 ( 日本 ) 元年 閏 10 月 29 日 ( 155 5 年 12 月 12 日 ) ) は 、 堺 市 の 豪商 ( 武具 商 あるいは 皮革 商 ) 。 +位田 ( いでん ) は 、 日本 の 律令 制 に お い て 、 五 位 以上 の 有位 者 と 有品 の 皇族 へ 位階 ・ 品位 に 応 じ て 支給 さ れ た 田地 で あ る 。 +久我 堯通 ( こがたかみち 、 慶長 13 年 ( 160 8 年 ) - 寛永 19 年 3 月 18 日 ( 旧暦 ) ( 1642 年 4 月 17 日 ) ) は 、 江戸 時代 前期 の 廷臣 。 +三鈷 寺 ( さん こじ ) は 、 京都 市 西京 区 大原野 に あ る 西山 宗 の 寺院 。 +南条 時光 ( なんじょう ときみつ 、 正元 ( 日本 ) 元年 ( 1259 年 ) - 元弘 2 年 / 正慶 元年 5 月 1日 ( 旧暦 ) ( 1332 年 5 月 25 日 ) は 、 鎌倉 時代 後期 の 武将 。 +間之 町 通 ( あい の まち どおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +律令 制 ( りつりょうせい ) は 、 主に 古代 東 アジア で 見 られ た 中央 集権 的 な 統治 制度 で あ る 。 +本誓偈 ( ほんぜい げ ) と は 、 阿弥陀 如来 一仏 に 対 し て 称え る もの で あ り 、 この 偈文 は 『 観無 量 寿経疏 』 玄義 分 に 依 る 。 +一色 義直 ( いっ し き よしなお 、 永享 3 年 ( 1431 年 ) - 没年 不詳 ) は 室町 時代 の 大名 ( 守護 大名 ) 。 +卜部 兼方 ( うらべ かね かた 、 生没年 不詳 ) は 、 鎌倉 時代 中後期 の 神祇 を つかさど る 官人 、 神道 家 。 +二条 ( にじょう ) 家 は 、 摂家 の ひと つ で 公家 で あ る 。 +京極 持 清 ( きょうごく もちき よ 、 1407 年 ( 応永 14 年 ) - 1470 年 8 月 30 日 ( 文明 ( 日本 ) 2 年 8 月 4 日 ( 旧暦 ) ) ) は 守護 大名 で あ る 京極 氏 の 室町 時代 中後期 の 当主 。 +武田 征伐 ( たけだ せいばつ ) は 、 織田 信長 が 、 長篠 の 戦い 以降 勢力 が 衰え た 武田 勝頼 の 領地 で あ る 駿河 ・ 信濃 ・ 甲斐 へ 侵攻 し 、 武田 氏 一族 を 攻め 滅ぼ し た 一連 の 合戦 で あ る 。 +榛谷 重朝 ( はんが や   しげと も ) は 平安 時代 末期 から 鎌倉 時代 初期 の 武将 。 +比叡山頂遊園 地 ( ひ えいざん ゆうえんち ) は 、 かつて 京都 府 京都 市 左京 区 の 比叡山 に あ っ た 遊園 地 で あ る 。 +世尊 寺 家 ( せそんじけ ) は 、 藤原 氏 から 出 た 氏族 の 一 つ 。 +藤原 教長 ( ふじわら の のりな が 、 天仁 2 年 ( 1109 年 ) - 治承 4 年 ( 1180 年 ) は 平安 時代 末期 の 公家 。 +鳥居 ( とりい ) と は 神社 など に お い て 神域 と 人間 が 住 む 俗界 を 区画 する もの ( 結界 ) で あ り 、 神域 へ の 入口 を 示 す もの 。 +松本 佐多 ( まつもと さた 、 本名 愛子 、 1873 年 - 1955 年 ) は 祇園 甲部 の 芸妓 、 上方 舞井上流 の 日本 舞踊 家 。 +十 二 神社 ( じゅう に じんじゃ ) は 、 奈良 県 天理 市 に あ る 神社 で あ る 。 +法勝 寺 ( ほっ しょうじ ) は 、 平安 時代 から 室町 時代 まで 平安 京 の 東郊 、 白河 ( 京都 市 ) ( 現在 の 岡崎 公園 、 京都 市 動物 園 周辺 ) に あ っ た 六勝 寺 の ひと つ で あ る 。 +早野 巴人 ( はや の は じん 、 延宝 4 年 ( 1676 年 ) - 寛保 2 年 6 月 6 日 ( 旧暦 ) ( 1742 年 7 月 7 日 ) ) 江戸 時代 の 俳人 。 +日本 > 近畿 地方 > 京都 府 > 綴喜 郡 +根 の 国 ( ね の くに ) は 、 日本 神話 に 登場 する 異界 で あ る 。 +宝生 九郎 ( ほうしょう くろう ) は 、 シテ 方 宝生 流 宗家 が 使用 する 芸名 。 +礼銭 ( れいせん ) と は 、 本来 は 室町 幕府 に お い て 征夷 大将軍 の 任命 など の 祝い 事 の 際 に 守護 大名 や 寺社 など から 献上 さ れ た 祝い 金 の こと 。 +金剛 杵 ( こんごう しょ ) 、 サンスクリット ヴァジュラ ・ ヴァジラ ( ) は 、 密教 や チベット 仏教 に おけ る 法具 で あ る 。 +十 束 剣 ( とつか の つるぎ ) は 日本 神話 に 登場 する 剣 。 +刈田 狼藉 ( かりたろうぜき 、 かっ た ろうぜき ) は 、 中世 日本 に お い て 土地 の 知行 など を 主張 する ため に 田 の 稲 を 刈り取 っ た 実力 行使 を い う 。 +旗本 寄合席 ( はた もと より あいせき ) は 、 江戸 幕府 の 3,000 石 以上 の 上級 旗本 無 役者 ・ 布衣 以上 の 退職 者 ( 役寄合 ) の 家格 。 +延喜 式 ( えんぎしき ) と は 、 平安 時代 中期 に 編纂 さ れ た 格式 ( 律令 の 施行 細則 ) 。 +伴蒿 蹊 ( ばんこう けい 、 享保 18 年 10 月 1日 ( 旧暦 ) ( 1733 年 11 月 7 日 ) - 文化 ( 元 号 ) 3 年 7 月 25 日 ( 旧暦 ) ( 180 6 年 9 月 7 日 ) ) は 、 江戸 時代 後期 の 歌人 ・ 文筆 家 。 +黄泉軍 ( よも ついくさ ) は 、 日本 神話 に お い て 黄泉 に 棲 む と さ れ る 鬼達 。 +当たり 振る舞い ( あたり ぶるまい ) は 、 演劇 興行 の 大入り の 時 に 、 その 祝い に 行な っ た 饗応 で あ る 。 +松平 資訓 ( まつだいら すけくに ) は 、 江戸 時代 の 大名 、 京都 所司 代 。 +得川 義季 / 世良田 義季 ( とくがわ よしすえ / せらだ よしすえ 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 頃 に 上野 国 で 活動 し た 武士 で 、 清和 源 氏 の 新田 氏 の 支流 、 得川 氏 および の 世良田 氏 始祖 で あ る 。 +瀬田 の 唐橋 ( せた の からはし ) は 、 滋賀 県 大津 市 瀬田 の 淀川 に かか る 橋 。 +小川 祐忠 ( おがわ すけただ 、 天文 _ ( 元号 ) 18 年 ( 1549 年 ) - 慶長 6 年 ( 160 1 年 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +天正 通宝 ( てんしょう つうほう ) は 、 日本 の 安土 桃山 時代 に 発行 さ れ た 貨幣 。 +西園寺 公経 ( さいおんじ きん つね 、 承安 ( 日本 ) 元年 ( 11 71 年 ) - 寛元 2 年 8 月 29 日 ( 旧暦 ) ( 1244 年 10 月 2 日 ) ) は 、 鎌倉 時代 の 公家 ・ 歌人 。 +元 慶寺 ( がんけいじ ) は 京都 府 京都 市 山科 区 に あ る 天台 宗 の 寺院 。 +文成覚 ( ふみの じょうかく 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +西 雲院 ( さいうんいん ) は 京都 府 京都 市 左京 区 黒谷 町 に あ る 、 浄土 宗 大 本山 金戒 光明寺 ( 通称 寺 名 くろ 谷 さん ) の 仏塔 塔頭 ( たっちゅう ) で あ る 。 +逆縁 ( ぎゃく えん ) と は 、 仏 の 教え を 素直 に 信 じ な い ( 縁 に 背 く ) こと 、 また は その よう な 救 い 難 い 人 を い う 。 +日本 > 近畿 地方 > 京都 府 > 船井 郡 +四条 河原町 ( しじょう かわらまち ) は 、 京都 府 京都 市 下京 区 および 中京 区 に またが る 交差 点名 で あ る 。 +東山 御 文庫 ( ひがしやま ご ぶんこ ) と は 、 京都 御所 内 の 東北隅 に 位置 する 皇室 の 文庫 。 +『 蘭学 事始 』 ( らんがく こと はじめ ) は 、 文化 12 年 ( 1815 年 ) 、 83 歳 の 杉田 玄白 が 蘭学 草創 の 当時 を 回想 し て 記 し 、 大槻 玄沢 に 送 っ た 手記 。 +チャンバラ は 、 時代 物 の 演劇 や 映画 の なか で 行 わ れ る 剣戟 の 場面 の こと 。 +八木 源 之丞 ( やぎ げん の じょう 、 1814 年 ( 文化 ( 元号 ) 11 年 ) - 190 3 年 ( 明治 36 年 ) 12 月 21 日 ) は 、 幕末 の 山城 国 葛野 郡 壬生 村 の 富裕 郷士 。 +道光 法 親王 ( どうこう ほっ しん のう 、 慶長 17 年 3 月 8 日 ( 旧暦 ) ( 1612 年 4 月 8 日 ) - 延宝 6 年 6 月 18 日 ( 旧暦 ) ( 167 8 年 8 月 5 日 ) ) は 、 江戸 時代 前期 の 法親王 ・ 学僧 。 +乃美 織江 ( のみおりえ 、 文政 5 年 1 月 28 日 ( 旧暦 ) ( 182 2 年 2 月 19 日 ) - 明治 39 年 ( 190 6 年 ) 7 月 24 日 ) は 長州 藩 志士 。 +有職 故 実 ( ゆうそく こじつ ) と は 、 古来 から の 先例 に 基づ き 、 官職 ・ 儀式 ・ 装束 など を 研究 する こと 。 +茶櫃 ( ちゃびつ 、 あるいは ちゃひつ ) は 煎茶 道具 一式 を 入れ て 置 く 蓋 付き の 容器 。 +桐一葉 ( きりひと は ) は 、 坪内 逍遥作 の 歌舞伎 の 歌舞伎 の 演目 一覧 。 +統子 内 親王 ( むねこ な い しんのう 、 大治 元年 7 月 23 日 ( 1126 年 8 月 13 日 ) - 文治 5 年 7 月 20 日 ( 1189 年 9 月 2 日 ) ) は 、 鳥羽 天皇 の 皇女 ( 母 は 中宮 藤原 璋子 ) で 同母 兄 に 崇徳 天皇 、 同母 弟 に 後白河 天皇 が い る 。 +鏡餅 ( かがみもち ) と は 、 正月 など に 神仏 に 供え る 円 く て 平た い 餅 の こと で あ る 。 +城 ( しろ ) と は 、 敵 に 攻め込 ま れ た 際 の 防衛 拠点 と し て 設け られ た 構造 物 。 +島原 七 不思議 ( しまばら ななふしぎ ) また は 嶋原 七 不思議 は 、 京都 市 の 花街 嶋原 に 伝え られ て い る 七 不思議 の 一 つ 。 +中立 売通 ( なかだちうりどおり ) は 京都 市 の 東西 の 通り の 一 つ 。 +宣照 寺 ( せん しょうじ ) は 、 京都 府 京都 市 伏見 区 に あ る 日 蓮 正宗 の 寺院 。 +お花 ( お はな ) と は 、 お 祝い や お 供え と し て 出 さ れ る 金品 の こと 。 +賢憬 ( けん けい 、 和銅 7 年 ( 71 4 年 ) - 延暦 12 年 11 月 8 日 ( 旧暦 ) ( 793 年 12 月 15 日 ) ) は 、 奈良 時代 の 法 相 宗 の 僧 。 +妙満寺 ( みょう まんじ ) は 、 京都 府 京都 市 左京 区 に あ る 、 顕本 法華 宗 の 総 本山 。 +佐伯 伊多智 ( さえき の い たじ ) は 、 奈良 時代 の 貴族 。 +松平 忠俊 ( まつだいら ただ とし 、 生年 不明 - 正保 2 年 12 月 13 日 ( 旧暦 ) ( 1646 年 1 月 29 日 ) ) は 、 江戸 時代 の 人物 。 +近衛 府 、 参議 、 兵部 卿 、 大宰 大弐 など を 歴任 し 、 正 三 位 に 至 る 。 +奈良 県 立民俗 博物 館 ( なら けんりつ みんぞく はくぶつ かん ) は 、 奈良 県 大和郡山 市 矢田町 に あ る 博物 館 で あ る 。 +百 官 名 ( ひゃっかん な ) と は 武士 が 称 し た 官位 風 の 人名 を い う 。 +俊士 ( しゅんし ) と は 、 平安 時代 以降 、 文章 生 に 与え られ た 称号 。 +南 禅院 ( なんぜんいん ) は 、 京都 市 左京 区 に あ る 臨済 宗 南禅 寺 派 大 本山 ・ 南禅 寺 の 塔頭 で あ る 。 +小松 天皇 ( こまつ てんのう ) 1334 年 ( 建武 ( 日本 ) 元年 ) 3 月 14 日 - 13 75 年 ( 天授 ( 日本 ) 元年 ) は 、 戦後 、 南朝 ( 日本 ) 正統 を 主張 し た 三浦 芳聖 の 遠祖 で 、 三浦 皇統家 第 三 代 の 天皇 。 +池坊 専慶 ( いけのぼうせん けい 、 生没年 不詳 ) は 、 室町 時代 中期 の 京都 頂法 寺 ( 六角 堂 ) 池坊 の 僧侶 。 +足利 義澄 ( あしかが よしずみ ) は 、 室町 幕府 の 第 11 代 征夷 大将軍 ( 在位 : 明応 2 年 ( 1493 年 ) - 永正 8 年 ( 150 8 年 ) 。 +伊原 敏郎 ( いはら としお ) 、 明治 3 年 4 月 24 日 ( 旧暦 ) ( 1870 年 5 月 24 日 ) - 昭和 16 年 ( 1941 年 ) 7 月 26 日 ) は 、 演劇 評論 家 、 劇作 家 。 +横山 安武 ( よこやま やすたけ 、 天保 14 年 ( 1843 年 ) - 明治 3 年 7 月 26 日 ( 旧暦 ) ( 1870 年 8 月 22 日 ) ) は 、 鹿児島 藩 の 慷慨 家 。 +小野 小贄 ( おのの お にえ 、 生没年 不詳 ) は 、 奈良 時代 の 貴族 。 +鳴滝 駅 ( なるたき えき ) は 、 京都 市 右京 区 鳴滝 嵯峨 園 町 に あ る 京福 電気 鉄道 京福 電気 鉄道 北野 線 の 鉄道 駅 。 +無 関 普門 ( む かん ふもん 、 建暦 2 年 ( 1212 年 ) - 正応 4 年 12 月 12 日 ( 旧暦 ) ( 1292 年 1 月 3 日 ) ) は 、 鎌倉 時代 中期 の 臨済 宗 の 僧 。 +法起 寺 ( ほうき じ 、 ほっきじ ) は 、 奈良 県 生駒 郡 斑鳩 町 岡本 に あ る 聖徳 宗 の 寺院 。 +大道寺 氏 ( だいどうじ し ) は 日本 の 氏族 の 一 つ 。 +格式 ( きゃくしき ) と は 、 律令 の 補完 の 為 に 出 さ れ た 法令 あるいは それ ら を 纏め た 法令 集 の 事 を 指 す 。 +醒井 養鱒 場 ( さめ がい よう そんじょう ) は 、 滋賀 県 米原 市 に あ る 、 県立 淡水 魚 養殖 ・ 研究 施設 。 +西川 如見 ( にしかわ じょ けん 、 慶安 元年 ( 1648 年 ) - 享保 9 年 9 月 24 日 ( 旧暦 ) ( 1724 年 11 月 9 日 ) ) は 、 江戸 時代 中期 の 天文 学 者 。 +京 人形 ( きょうにんぎょう ) と は 、 京都 府 京都 市 周辺 で 伝統 的 に 制作 さ れ て き た 高級 日本 人形 の 総称 で あ る 。 +元弘 の 乱 ( げんこう の らん ) は 、 1331 年 ( 元弘 元年 ) に 起き た 。 +祖心 尼 ( そしん に 、 天正 16 年 ( 1588 年 ) - 延宝 3 年 3 月 11 日 ( 旧暦 ) ( 167 5 年 4 月 5 日 ) ) は 、 伊勢 国 岩手 城主 ・ 牧村 利貞 の 娘 で 、 江戸 時代 の 江戸 幕府 3 代 征夷 大将軍 ・ 徳川 家光 に 仕え た 尼 で あ る 。 +京阪 ( けいはん ) +寒 中 見舞い ( かんちゅう みまい ) は 、 日本 の 慣習 の 一 つ で あ る 。 +北白川 宮 ( きたしらかわ のみや ) は 、 明治 初期 、 伏見 宮 邦家 親王 の 第 13 王子 ・ 智成 親王 が 創設 し た 宮家 。 +鉄火 ( てっか ) ・ 鐡火 と は 、 鍛冶 など に お い て 鉄 に 熱 を 加え 、 赤 く 焼け て い る 様 や 、 それ ら を 鍛造 する 時 の 火花 を さ す 。 +源義親 の 乱 ( みなもと の よしちか の らん ) は 平安 時代 中期 に 起き た 反乱 。 +歳 寒 三友 ( さいかん の さんゆう ) は 、 宋 ( 王朝 ) 代 より 始ま っ た 、 中国 の 文人 画 で 好 ま れ る 画題 の ひと つ で あ る 。 +秦 大魚 ( はた の おおな 、 生没年 不詳 ) は 、 奈良 時代 の 貴族 。 +雲谷 派 は 雲谷 等 顔 を 開祖 と する 江戸 時代 の 画派 。 +治安 警察 法 ( ちあん けいさつ ほう ) は 、 かつて 日本 に 存在 し た 法律 。 +藤原 枝良 ( ふじわら の えだ よし 、 承和 ( 日本 ) 12 年 ( 845 年 ) - 延喜 17 年 5 月 27 日 ( 旧暦 ) ( 917 年 6 月 19 日 ) ) は 平安 時代 前期 の 廷臣 。 +式明親王 ( のりあきら しんのう 、 延喜 7 年 ( 90 7 年 ) - 康保 3 年 12 月 17 日 ( 旧暦 ) ( 96 7 年 1 月 30 日 ) ) は 、 平安 時代 中期 の 皇族 。 +藤原 成範 ( ふじわら の しげの り 、 保延 元年 ( 1135 年 ) - 文治 3 年 3 月 16 日 ( 旧暦 ) ( 1187 年 4 月 26 日 ) ) は 平安 時代 末期 の 公卿 。 +中 御門 為 方 ( なかみかど ため まさ 、 建長 7 年 ( 1255 年 ) - 嘉元 4 年 12 月 11 日 ( 旧暦 ) ( 1307 年 1 月 15 日 ) ) は 鎌倉 時代 の 公家 。 +三条 公房 ( さんじょうきん ふさ 、 治承 3 年 ( 1179 年 ) - 建長 元年 8 月 16 日 ( 旧暦 ) ( 1249 年 9 月 23 日 ) ) は 鎌倉 時代 の 公卿 。 +村国子 老 ( むら くに の お い 、 生没年 不明 ) は 、 日本 の 奈良 時代 の 人物 で あ る 。 +平盛 澄 ( たいら の もりずみ 、 生没年 不詳 ) は 平氏 政権 後期 の 平家 の 侍 大将 の 一人 。 +細川 定禅 ( ほそかわ じょうぜん 、 生年 不詳 - 1339 年 ( 延元 4 年 / 暦応 2 年 ) ? ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +藤原 雅長 ( ふじわら の まさな が 、 久安 元年 ( 1145 年 ) - 建久 7 年 7 月 26 日 ( 旧暦 ) ( 1196 年 8 月 21 日 ) ) は 、 平安 時代 後期 の 公卿 。 +嵐山 線 ( あらしやま せん ) は 、 京都 府 京都 市 西京 区 の 桂駅 から 嵐山 駅 ( 阪急 ) まで を 結 ぶ 阪急 電鉄 の 鉄道 路線 。 +久我 通誠 ( こが みち と も 、 万治 3 年 1 月 27 日 ( 旧暦 ) ( 16 60 年 3 月 8 日 ) - 享保 4 年 7 月 7 日 ( 旧暦 ) ( 1 71 9 年 8 月 22 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +羽州 探題 ( うしゅうたんだい ) は 、 室町 時代 の 出羽 国 に 置 か れ た 室町 幕府 の 役職 。 +茅葺 ( かやぶき ) と は 、 カヤ ( 草 ) ( ススキ や チガヤ など ) を 材料 に し て 葺 く 家屋 の 屋根 の 構造 の 一 つ で 、 茅葺 き 屋根 、 茅葺 屋根 と も い う 。 +伏見宮 貞 敬親王 ( ふしみのみや さだゆき しんのう 、 安永 ( 元 号 ) 4 年 12 月 10 日 ( 旧暦 ) ( 1776 年 1 月 1日 ) - 天保 12 年 1 月 21 日 ( 旧暦 ) ( 1841 年 2 月 12 日 ) ) は 、 江戸 時代 の 日本 の 皇族 。 +正親町 実豊 ( おおぎまち さね と よ 、 元和 ( 日本 ) 5 年 12 月 8 日 ( 旧暦 ) ( 1620 年 1 月 12 日 ) - 元禄 16 年 2 月 3 日 ( 旧暦 ) ( 170 3 年 3 月 19 日 ) ) は 、 江戸 時代 前期 の 公家 。 +髭櫓 ( ひげやぐら ) は 狂言 の 演目 。 +菅沼 定仍 ( すがぬま さだより ) は 、 戦国 時代 ( 日本 ) の 武将 、 江戸 時代 の 大名 。 +相馬 事件 ( そうま じけん ) と は 、 明治 年間 に 起こ っ た 御 家 騒動 の 一 つ 。 +袋 法師 絵詞 ( ふくろ ほうし えことば ) は 、 絵巻物 で あ る 。 +足利 満詮 ( あしかが みつ あきら 、 正平 ( 日本 ) 19 年 / 貞治 3 年 5 月 29 日 ( 旧暦 ) ( 1364 年 7 月 6 日 ) - 応永 25 年 5 月 14 日 ( 旧暦 ) ( 1418 年 6 月 29 日 ) ) は 南北朝 時代 ( 日本 ) ・ 室町 時代 の 武将 ・ 権 大 納言 。 +北条 氏 邦 / 藤田 氏邦 ( ほうじょう うじく に / ふじた うじく に ) は 戦国 時代 ( 日本 ) の 武将 。 +橋本 実誠 ( はしもと さね な り 、 宝暦 8 年 3 月 2 日 ( 旧暦 ) ( 175 8 年 4 月 9 日 ) - 文化 ( 元号 ) 14 年 2 月 23 日 ( 旧暦 ) ( 1817 年 4 月 9 日 ) ) は 江戸 時代 の 公家 、 公卿 。 +教育 令 ( きょういく れい ) は 、 1872 年 ( 明治 5 年 ) に 公布 さ れ た 学制 ( 明治 5 年 太政 官 布告 第 214 号 ) に 代わ り 、 1879 年 ( 明治 12 年 ) 9 月 に 公布 さ れ た 教育 に 関 する 法令 で あ る 。 +山陽道 ( さんようどう 、 せんようどう 、 かげ と も の みち ) 、 影 面 道 、 光面 道 ( かげ と も の みち ) +越中 公方 ( えっちゅう くぼう ) と は 、 1493 年 に 室町 幕府 将軍 を 廃 さ れ た もの の 京都 を 脱出 し た 足利 義稙 が 越 中 国 射水郡 放生津 で 樹立 し た 政権 。 +上賀茂 ( かみが も ) と は 京都 府 京都 市 北 区 ( 京都 市 ) の 賀茂川 の 東側 から 左京 区 に かけ て の 地域 の 名称 。 +蒲池 久直 ( か まち ひさなお ) は 、 平安 時代 末期 から 鎌倉 時代 初頭 の 武将 。 +講書 始 ( こうしょ はじめ ) と は 毎年 1 月 に 天皇 の 学問 始 の 一環 と し て 学者 に よ る 進講 を 行 う 皇室 年中 行事 。 +清規 ( しんぎ ) は 正式 に は 清浄 大海衆 規矩 準 縄 ( しょう じょう だい かいしゅうき く じゅんじょう ) と 言 い 、 仏教 の 一宗 派 で あ る 禅宗 の 集団 規則 で あ る 。 +囚獄司 ( しゅうごく し ) は 日本 古代 の 律令 制 に お い て 刑部 省 に 属 する 機関 の 一 つ で あ る 。 +日院 ( にちいん 、 永正 15 年 ( 1518 年 ) - 天正 17 年 7 月 6 日 ( 旧暦 ) ( 1589 年 ) ) は 、 大石 寺 第 13 世 法 主 。 +西郷 局 ( さいごう の つぼね 、 永禄 5 年 ( 1562 年 ) - 天正 17 年 5 月 19 日 ( 旧暦 ) ( 1589 年 7 月 1日 ) ) は 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 女性 。 +難波 皇子 ( なにわ の みこ 、 欽明 天皇 21 年 ( 560 年 ) 前後 ? - 用明 天皇 2 年 ( 587 年 ) ? ) は 敏達 天皇 と 妃 ・ 春日 老 女子 の 第 一 皇子 。 +菊池 武時 ( きく ちたけとき ) は 鎌倉 時代 末期 の 武将 。 +多 自然 麿 ( おおのじねん まろ 、 生年 不詳 - 仁和 2 年 9 月 16 日 ( 旧暦 ) ( 886 年 10 月 16 日 ) ) は 平安 時代 初期 の 雅楽 の 大家 。 +内 染司 ( ないせんし ) は 律令 制 に お い て 宮内 省 に 属 する 機関 の 一 つ で あ る 。 +一 寸 法師 ( いっすん ぼうし ) は 、 日本 の 説話 の 一 つ 。 +評定 所 ( ひょうじょうしょ ) は 、 近代 以前 に 訴訟 を 扱 っ た 機関 および それ が 存在 し た 場所 の こと 。 +奏事 不実 ( そうじ ふじつ ) と は 、 天皇 に 事実 と 違 う こと を 奏上 する こと 、 また は 他者 を 讒言 する こと 。 +蕉風 ( しょうふう ) と は 、 松尾 芭蕉 を 祖 と する 俳諧 の 流派 で あ る 。 +杉田 玄白 ( すぎた げんぱく 、 享保 18 年 9 月 13 日 ( 旧暦 ) ( 1733 年 10 月 20 日 ) - 文化 ( 元号 ) 14 年 4 月 17 日 ( 旧暦 ) ( 1817 年 6 月 1日 ) ) は 、 江戸 時代 の 蘭学 医 。 +軍用 手票 ( ぐんようしゅ ひょう ) と は 、 戦争 時 に お い て 占領 地 もしくは 勢力 下 に て 軍隊 が 現地 から の 物資 調達 及び その 他 の 支払い の ため に 発行 さ れ る 擬似 紙幣 で あ る 。 +宇治 十 帖 ( うじ じゅう じょう ) と は 、 源氏 物語 の 最末尾 に あた る 第 3 部 の 後半 で あ る 。 +長岡 天神 駅 ( ながおか てん じん えき ) は 、 京都 府 長岡 京 市 に あ る 、 阪急 電鉄 阪急 京都 本線 の 鉄道 駅 。 +三千 院 ( さんぜんいん ) は 、 京都 市 左京 区 大原 に あ る 天台 宗 の 寺院 。 +大谷 瑩潤 ( おおたに えいじゅん 、 1890 年 ( 明治 23 年 ) - 1973 年 ( 昭和 48 年 ) 5 月 23 日 ) は 、 浄土 真宗 の 僧 。 +紫香 楽 宮跡 ( しがら きぐう し 、 しがらきのみや あと ) と は 、 滋賀 県 甲賀 市 信楽 町 黄瀬 ・ 牧 に 在 る 国史 跡 。 +黒鍬 ( く ろく わ ) は 戦国 時代 ( 日本 ) や 江戸 時代 に 土木 作業 を 行 う 者 達 を 指 す 。 +藤袴 ( ふじばかま ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +平時 範 ( たいら の とき のり 、 天喜 2 年 ( 1054 年 ) - 天仁 2 年 ( 1109 年 ) ) は 、 平安 時代 後期 の 官人 。 +幸阿弥 派 ( こうあみ は ) は 、 漆芸 の 蒔絵 師 の 流派 。 +小雨 坊 ( こさめ ぼう ) は 、 日本 に 伝わ る 妖怪 で 、 僧 の 姿 を し て い る 。 +酒屋 ( さかや ) と は 、 鎌倉 時代 に 始ま っ た 、 日本 酒 を 醸造 し 、 販売 する 業者 を 指 す 。 +廬原 国造 ( いおはら の くに みやつこ ・ いおはら こくぞう ) は 駿河 国 西部 を 支配 し た 国造 。 +日蓮 正宗 ( にちれん しょうしゅう ) は 、 日蓮 を 宗祖 と し 、 日興 を 派祖 と する 仏教 の 宗派 の 1 つ 。 +伏見宮 貞清 親王 ( ふしみのみや さだ きよしんのう 、 慶長 元年 ( 1596 年 ) - 承応 3 年 7 月 4 日 ( 旧暦 ) ( 1654 年 8 月 16 日 ) ) は 、 江戸 時代 初期 の 皇族 。 +宮福線 ( みや ふくせん ) は 、 京都 府 宮津 市 の 宮津 駅 から 京都 府 福知 山 市 の 福知 山 駅 に 至 る 北 近畿 タンゴ 鉄道 の 鉄道 路線 で あ る 。 +退耕行勇 ( たいこうぎょうゆう 、 長寛 元年 ( 1163 年 ) - 仁治 2 年 7 月 5 日 ( 旧暦 ) ( 1241 年 8 月 13 日 ) ) は 、 鎌倉 時代 前期 の 臨済 宗 の 僧 。 +近衞 前久 ( この えさき ひ さ 、 天文 ( 元号 ) 5 年 ( 1536 年 ) - 慶長 17 年 5 月 8 日 ( 旧暦 ) ( 1612 年 6 月 7 日 ) ) は 、 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 公家 。 +田向 重治 ( たむけ しげはる 、 享禄 元年 ( 1452 年 ) - 天文 ( 元号 ) 4 年 7 月 21 日 ( 旧暦 ) ( 1535 年 8 月 19 日 ) ) は 、 室町 時代 ・ 戦国 時代 ( 日本 ) の 公卿 、 飛騨 田向 家 当主 。 +皇学所 ( こうがく しょ ) ・ 漢学 所 ( かんがくしょ ) は 、 王政 復古 ( 日本 ) 直後 に 明治 政府 に よ っ て 京都 に 設置 さ れ た 高等 教育 機関 。 +蒲焼 ( 蒲焼き 、 かばやき ) は 、 魚 を 開 い て 骨 を 取り除 き 、 醤油 、 みりん 、 砂糖 、 酒 など を 混ぜ 合わせ た たれ を つけ て 焼 く 魚 料理 。 +織田 信弌 ( おだ のぶかず   ? - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +京都 写真 家 協会 ( きょう と しゃしん か きょうかい 、 略称 KPS ) は 京都 府 の プロ 写真 家 の 組織 で 、 1970 年 ( 昭和 45 年 ) に 設立 。 +アワビ ( 鮑 、 鰒 、 蚫 、 英名 abalone ) は 、 ミミガイ 科 の 巻貝 の 総称 。 +山路 彰常 ( やまじあきつね 、 ? - 明治 14 年 ( 1881 年 ) 9 月 24 日 ) は 、 幕末 期 の 天文 学 者 。 +四季 醸造 ( しきじょうぞう ) は 、 冬 の 寒 い 時期 だけ で な く 、 一 年 を 通 じ て 日本 酒 を 醸造 する こと 。 +藤原 成頼 ( ふじわら の なりより 、 保延 2 年 ( 1136 年 ) - 建仁 2 年 ( 120 2 年 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公卿 。 +上杉 重能 ( うえすぎ しげよし 、 生年 不詳 - 正平 ( 日本 ) 4 年 / 貞和 5 年 12 月 20 日 ( 旧暦 ) ( 1350 年 1 月 28 日 ) ) は 南北朝 時代 ( 日本 ) の 武将 。 +比 企能 員 の 変 ( ひ きよしかず の へん ) は 鎌倉 時代 初期 の 建仁 3 年 ( 120 3 年 ) 9 月 2 日 ( 旧暦 ) 、 鎌倉 幕 府 内部 で 起こ っ た クーデター で あ る 。 +古今 伝授 の 太刀 ( こ きんでんじゅ の たち ) は 豊後 国 の 刀工 ・ 行平 作 の 作 の 日本 刀 で あ る 。 +山号 宀 一山 ( べんいち さん ) +干し柿 ( ほしが き ) は 、 ドライフルーツ の 一種 で 、 カキノキ の 果実 を 乾燥 さ せ た もの 。 +福知 山 市 都市 緑化 植物 園 ( ふくちやましと し りょく かしょくぶつ えん ) は スモール ・ テラ ( SMALLTERRA ・ 小さな 地球 ) の 愛称 で 呼 ば れ る 、 福知 山 市 三 段池 公園 に あ る 植物 園 で あ る 。 +職 の 体系 ( しき の たいけい ) と は 、 日本 の 歴史 上 、 中世 日本 に おけ る 、 重層 的 土地 支配 構造 を 指 し 示 す 用語 で あ る 。 +小出 英筠 ( こい で ふさたけ ( ふさもと ) 、 安永 3 年 12 月 7 日 ( 旧暦 ) ( 1775 年 1 月 8 日 ) - 文政 4 年 5 月 10 日 ( 旧暦 ) ( 182 1 年 6 月 9 日 ) ) は 、 丹波 国 園 部 藩 の 第 7 代 藩 主 。 +『 越天楽 』 ( え てんらく ) と は 雅楽 の 曲 で あ る 。 +松木 家 ( まつ の きけ ・ 中 御 門家 ( なかみかど け ) ) は 、 藤原 北家 中 御門 流 本宗 の 堂上 家 。 +かんなぎ と は 、 巫 ・ 神なぎ ( 神和 ぎ ・ 神薙 ぎ ・ 神凪 ) と も 表記 し 、 その 場合 ( かみなぎ ・ かむなぎ ) と も 読 む 。 +山岡 景之 ( やまおかかげゆき ) は 、 戦国 時代 ( 日本 ) の 武将 。 +岡 部 長盛 ( おかべ なが もり 、 永禄 11 年 ( 1568 年 ) - 寛永 9 年 11 月 2 日 ( 旧暦 ) ( 1632 年 12 月 13 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 ( 大名 ) 。 +梅枝 ( うめがえ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +雙林 寺 ( そうりんじ ) は 、 京都 市 東山 区 に あ る 天台 宗 の 寺院 。 +橋本 峰雄 ( はしもと みねお 、 1924 年 ( 大正 13 年 ) - 1984 年 ( 昭和 59 年 ) ) は 、 日本 の 哲学 者 で あ り 、 法然 院 の 第 30 代 貫主 で も あ っ た 。 +一汁 一菜 ( いち じゅう いっ さい ) と は 、 日本 に おけ る 食事 の 献立 の 構成 の 一 つ 。 +森 忠政 ( もり ただまさ 、 元亀 元年 ( 1570 年 ) - 寛永 11 年 7 月 7 日 ( 旧暦 ) ( 1634 年 7 月 31 日 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +織田 信忠 ( おだ のぶただ ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +鳥之 石 楠船神 ( とりの いわくす ふね の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ り 、 また 、 神 が 乗 る 船 の 名前 で あ る 。 +菊池 武澄 ( きく ちたけず み 、 ? - 1356 年 7 月 27 日 ( 正平 ( 日本 ) 11 年 / 延文 元年 6 月 29 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +株式 会社 福寿園 ( ふくじゅ えん ) は 、 京都 府 木津川 市山城 町 ( 京都 府 ) に あ る 製茶 会社 。 +結城 弥平次 ( ゆうき や へいじ 、 1543 年 ? ~ 没年 不詳 ) は キリシタン 武士 。 +金剛 仏子 叡尊 感 身 学 正記 ( こんごう ぶつ しえいそん かんしん がく しょうき ) は 、 鎌倉 時代 に 真言 律宗 を 開 い た 僧侶 ・ 叡尊 の 自伝 で あ る 。 +月山 富田 城 の 戦い ( がっさん と だじょう の たたかい ) と は 1542 年 - 1543 年 ・ 1565 年 - 1566 年 に 尼子 氏 の 本拠 で あ る 出雲 国 の 月山 富田城 ( 現 ; 島根 県 安来 市 ) を 巡 っ て 発生 し た 合戦 で あ る 。 +彦坐王 ( ひこ い ま す のみこ 、 生没年 不詳 ) は 、 記紀 に 伝え られ る 古墳 時代 の 皇族 ( 王族 ) 。 +万寿 寺 ( まんじゅじ ) は 京都 市 東山 区 に あ る 東福 寺 の 塔頭 で あ る 。 +藤原 清輔 ( ふじわらの きよすけ 、 長治 元年 ( 1104 年 ) - 治承 元年 6 月 20 日 ( 旧暦 ) ( 1177 年 7 月 17 日 ) ) は 、 平安 時代 末期 の 公家 ・ 歌人 。 +源常 ( みなもと の ときわ 、 弘仁 3 年 ( 812 年 ) - 斉衡 元年 6 月 13 日 ( 旧暦 ) ( 854 年 7 月 15 日 ) ) は 平安 時代 前期 の 公卿 。 +日清 修好 条規 ( にっしん しゅう こうじょうき ) は 、 18 71 年 9 月 13 日 ( 明治 4 年 7 月 29 日 ( 旧暦 ) ) に 、 日本 と 清 の 間 で 結 ば れ た 条約 。 +そぼろ は 、 ブタ や ニワトリ の 挽肉 、 魚肉 や エビ を ゆで て ほぐ し た もの 。 +久我 広通 ( こが ひろみち 、 寛永 3 年 4 月 5 日 ( 旧暦 ) ( 1626 年 4 月 30 日 ) - 延宝 2 年 4 月 13 日 ( 旧暦 ) ( 167 4 年 5 月 18 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +鍔 迫り合い ( つば ぜりあい ) と は 、 互い に 相手 の 打 っ た 刀 を 自分 の 刀 の 鍔 で 受け止め 、 押し合 う こと 、 転 じ て 激し い 試合 の こと も さす 。 +大炊 御門 麗子 ( おおい の みかどれい し 、 藤原 麗子 ( ふじわら の れいし ) 、 中宮 麗子 、 元暦 2 年 / 文治 元年 ( 1185 年 ) - 寛元 元年 9 月 18 日 ( 旧暦 ) ( 1243 年 11 月 1日 ) ) は 、 鎌倉 時代 の 土御 門 天皇 の 中宮 。 +徳大寺 実時 ( とくだいじ さね とき 、 暦応 元年 ( 1338 年 ) - 応永 11 年 2 月 27 日 ( 旧暦 ) ( 140 4 年 4 月 7 日 ) ) は 室町 時代 の 公卿 。 +水戸 徳川 家 ( みと とくがわ け ) は 、 常陸 国 水戸 市 に あ っ た 徳川 氏 の 一支系 で 、 徳川 御 三家 の ひと つ 。 +柳生 宗矩 ( やぎゅう むねのり ) は 江戸 時代 初期 の 武将 、 大名 、 剣術 家 で あ る 。 +南丹 市 ( なんたんし ) は 、 京都 府 中部 の 丹波 国 に 位置 する 市 で あ る 。 +京都 市 眺望景観 創生 条例 ( きょうと し ちょうぼう けい かんそう せい じょうれい ) と は 、 「 京都 の 優れ た 眺望 景観 を 創生 する と とも に , これ ら を 将来 の 世代 に 継承 する こと を 目的 と する 」 ( 1 条 ) 、 京都 市 の 条例 で あ る 。 +近松 行重 ( ちかまつ ゆき しげ 、 寛文 9 年 ( 1669 年 ) - 元禄 16 年 2 月 4 日 ( 旧暦 ) ( 170 3 年 3 月 20 日 ) ) は 赤穂 浪士 四十 七 士 の 一人 。 +京都 書院 ( きょうと しょ いん ) は 、 かつて 美術 書 を 多 く 出版 し た 京都 の 出版 社 で あ る 。 +金剛 巌 ( こんごう いわお 、 1886 年 ( 明治 19 年 ) - 1951 年 ( 昭和 26 年 ) ) は 、 シテ 方 金 剛 流能 楽師 。 +洞院 実世 ( とういん さ ね よ 、 延慶 ( 日本 ) 元年 ( 130 8 年 ) - 正平 ( 日本 ) 13 年 / 延文 3 年 8 月 19 日 ( 旧暦 ) ( 1358 年 9 月 22 日 ) ) は 、 南北朝 時代 ( 日本 ) の 南朝 ( 日本 ) に 仕え た 公卿 。 +田守 ( たもり ) は 、 室町 幕府 が 公領 内 の 田畑 の 管理 役 と し て 設置 し た 職 で あ る 。 +猩猩 ( しょうじょう 、 猩々 ) は 、 中国 の 伝説 上 の 動物 。 +伏見 区 ( ふしみく ) は 、 京都 市 を 構成 する 11 区 の ひと つ で あ る 。 +小早川 氏 ( こばやかわ うじ / こばやかわ し ) は 、 日本 の 氏族 の 一 つ 。 +公営 田 ( くえいでん ) は 、 広義 に は 、 民間 人 が 経営 する 私営田 に 対 し 、 国家 直営 の 田地 を 意味 する 日本 史 用語 で あ る 。 +源 義雄 ( みなもと の よしかつ 、 生没年 不詳 ) は 、 平安 時代 末期 の 河内 源 氏 の 流れ を 汲 む 武将 。 +結城 氏 朝 ( ゆうき うじ と も 、 生没年 不詳 ) は 、 白河 結城 氏 第 6 代 当主 。 +藤原 俊成女 ( ふじわら - の - としなり / しゅんぜい - の - むすめ 。 +渡辺 政香 ( わたなべ まさか 、 安永 5 年 7 月 16 日 ( 旧暦 ) ( 1776 年 ) - 天保 11 年 9 月 28 日 ( 旧暦 ) ( 1840 年 ) ) は 、 江戸 時代 の 国学 者 ・ 神職 。 +阿倍 帯 麻呂 ( あべの おび まろ 、 生没 年 未詳 ) は 奈良 時代 前期 の 貴族 。 +人間 国宝 ( にん げん こく ほう ) は 、 日本 の 文化 財 保護 法 に 基づ き 同国 の 文部 科学 大臣 が 指定 し た 重要 無形 文化 財 の 保持 者 と し て 各 個 認定 さ れ た 人物 を 指 す 通称 で あ る 。 +宇治 線 ( うじ せん ) は 、 京都 府 京都 市 伏見 区 の 中書 島 駅 から 京都 府 宇治 市 の 宇治 駅 ( 京阪 ) まで を 結 ぶ 京阪 電気 鉄道 の 鉄道 路線 。 +与謝野 町 ( よさの ちょう ) は 、 京都 府 北部 の 丹後 半島 中部 から 付け根 に あ る 与謝 郡 に 属 する 町 。 +阿倍 御 主人 ( あべの みうし 、 舒明 天皇 7 年 ( 635 年 ) - 大宝 ( 日本 ) 3 年 4 月 1日 ( 旧暦 ) ( 70 3 年 5 月 20 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +井上光 ( いのうえ ひか る 、 嘉永 4 年 11 月 8 日 ( 旧暦 ) ( 1851 年 11 月 30 日 ) - 190 8 年 12 月 17 日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 、 華族 。 +だし は 、 山形 県 内陸部 の 郷土 料理 。 +甚平 ( じんべい ) あるいは 甚兵衛 ( じんべえ ) は 、 男性 あるいは 子供 の 着 る 和装 の ホーム ウエア の ひと つ 。 +中根 龍太郎 喜劇 プロダクション ( なかね りゅうたろう きげき - 、 1928 年 6 月 設立 - 8 月 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +菩薩 ( ぼさつ 、 bodhisattva ( sanskrit ) ) は 、 仏教 に お い て 、 成仏 を 求め る ( 如来 に 成 ろ う と する ) 修行 者 。 +宮内 卿 ( く な い - きょう ) また は 後鳥 羽 院 宮内 卿 ( ごとば / ごとば の - いん ・ くない - きょう ) は 、 新古 今期 を 代表 する 女房 歌人 。 +地方 三 新 法 ( ちほう さん しんぽう ) は 、 明治 時代 の 日本 が 制定 し た 三 つ の 地方 制度 関連 法 の こと で あ る 。 +花山院 持忠 ( かざん いん も ち ただ 、 応永 12 年 ( 140 5 年 ) ‐ 文正 2 年 1 月 7 日 ( 旧暦 ) ( 1467 年 2 月 11 日 ) ) は 、 室町 時代 の 公卿 。 +藤原 媓子 ( ふじわら の こうし / てるこ ) 、 天暦 元年 ( 947 年 ) - 天元 ( 日本 ) 2 年 6 月 3 日 ( 97 9 年 6 月 29 日 ) ) は 平安 時代 中期 、 関白 藤原 兼通 の 長女 。 +イザナギ ( 伊弉諾 ・ 伊邪 那岐 ) は 、 日本 神話 に 登場 する 男神 。 +村上 義光 ( むらかみ よし て る 、 生年 不詳 - 元弘 3 年 / 正慶 2 年 2 月 1日 ( 旧暦 ) ( 1333 年 4 月 15 日 ) ) は 鎌倉 時代 後期 の 武将 。 +田中 宗 慶 ( たなか そう けい   15 35 年 ? - 没年 未詳 ) は 織豊 時代 の 陶芸 家 。 +蚕ノ 社駅 ( かいこの やしろ えき ) は 、 京都 市 右京 区 太秦 森 ヶ前町 に あ る 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 の 鉄道 駅 。 +皇嗣 ( こうし ) と は 、 天子 ( 皇帝 や 天皇 ) の 跡継ぎ の こと で あ る 。 +壺切 御 剣 ( つぼ きり の みつるぎ ) と は 、 日本 に お い て 代々 の 皇太子 ( 東宮 ) に 受け継 が れ た 宝剣 で あ る 。 +韓 日合邦 を 要求 する 声明 書 ( かん にち ごう ほう を ようきゅう する せいめいしょ ) と は 、 1909 年 12 月 4 日 、 大韓 帝国 で 日本 の 影響 下 に あ っ た チンイルパ 一進 会 ( 公称 会員 数百 万 人 ・ 実数 数 万 人 程度 ) が 皇帝 純 宗 ( 朝鮮 王 ) 、 韓国 統監 曾 禰 荒助 、 首相 李 完用 に 送 っ た 朝鮮 と 日本 の 対等 合併 を 要望 する 声明 書 で あ る 。 +花見小路 通 ( はなみ こうじ どおり ) は 、 京都 市 の 南北 の 通り の 一 つ 。 +円 派 ( えんぱ ) は 、 平安 時代 中期 から 鎌倉 時代 の 仏師 の 一派 。 +安井 道頓 ( やすいどう とん 、 天文 ( 元号 ) 2 年 ( 1533 年 ) - 元和 ( 日本 ) 元年 5 月 8 日 ( 旧暦 ) ( 1615 年 6 月 4 日 ) ) は 、 道頓 堀 の 開鑿 者 。 +政体 書 ( せいたいしょ ) は 、 明治 初期 の 統治 機構 に つ い て 定め た 布告 で あ る 。 +崇徳 天皇 ( すとくてんのう 、 元永 2 年 5 月 28 日 ( 1119 年 7 月 7 日 ) - 長寛 2 年 8 月 26 日 ( 11 64 年 9 月 14 日 ) ) は 日本 の 第 75 代 天皇 ( 在位 1123 年 - 1142 年 ) 。 +栗原 仙之助 ( くりはら せんのすけ 、 弘化 4 年 ( 1847 年 ) - 明治 2 年 5 月 11 日 ( 旧暦 ) ( 1869 年 6 月 20 日 ) ) は 、 幕末 期 の 唐津 藩 士 。 +大伴 友国 ( おおともの と もくに 。 +梅田 雲浜 ( 雲濱 ) ( うめだ うんぴん 、 文化 ( 元号 ) 12 年 6 月 7 日 ( 旧暦 ) ( 1815 年 7 月 13 日 ) - 安政 6 年 9 月 14 日 ( 旧暦 ) ( 1859 年 10 月 9 日 ) ) は 、 幕末 期 の 儒学 者 。 +源 実朝 ( みなもと の さねと も 、 源 實 朝 ) は 、 鎌倉 幕府 の 第 三 代 征夷 大将軍 で あ る 。 +五 街道 ( ご かいどう ) は 、 江戸 時代 の 江戸 を 起点 と する 五 つ の 陸上 交通 路 。 +杜澂 ( とちょう 、 男性 、 寛延 元年 1748 年 - 文化 ( 元号 ) 13 年 5 月 13 日 ( 旧暦 ) ( 1816 年 ) ) は 、 日本 の 画家 ・ 篆刻 家 で あ る 。 +土佐酢 ( と さず ) は 、 三 杯 酢 に 鰹節 で 取 っ た 出汁 を 加え た もの 。 +杉山 腰司 ( すぎやまよう じ 、 生没年 不詳 ) は 新 選 組 の 前身 、 壬生 浪士 組 の 隊士 で あ る 。 +久我 通基 ( こが みち もと 、 仁治 元年 ( 12 40 年 ) - 延慶 ( 日本 ) 元年 11 月 29 日 ( 旧暦 ) ( 1309 年 1 月 10 日 ) ) は 、 鎌倉 時代 の 公卿 。 +鬼室 集斯 ( きしつ しゅうし 、 生年 不明 - 持統 天皇 2 年 11 月 8 日 ( 旧暦 ) ? 688 年 12 月 5 日 ? ) は 、 7 世紀 の 百済 の 貴族 で 、 白村 江 の 戦い の 後 に 日本 へ 亡命 し た 。 +普照 ( ふしょう 、 生没年 不詳 ) は 、 奈良 時代 の 僧 。 +土岐 光行 ( ときみつゆき 、 生没 年 未詳 ) は 、 鎌倉 時代 前期 の 武将 。 +三条 の 方 ( さんじょう の かた 、 大永 元年 ( 1521 年 ) ? - 元亀 元年 7 月 28 日 ( 旧暦 ) ( 1570 年 8 月 29 日 ) ) は 、 戦国 時代 ( 日本 ) の 女性 、 甲斐 国 の 守護 大名 で あ る 武田 信玄 の 継室 で あ る 。 +徴兵 令 ( ちょうへ い れい 、 太政 官 布告 無号 ) ( 明治 22 年 法律 第 1 号 ) は 、 1873 年 ( 明治 6 年 ) に 制定 さ れ 、 国民 の 兵役 義務 を 定め た 日本 の 法令 。 +妻 壁 ( つまかべ ) と は 、 妻側 の 妻梁 以上 の 外装 の 壁 を 指 す 。 +菅原 是善 ( すがわら の これ よし 、 弘仁 3 年 ( 812 年 ) - 元 慶 4 年 8 月 30 日 ( 旧暦 ) ( 880 年 10 月 11 日 ) ) は 、 平安 時代 前期 の 文人 ・ 公家 。 +日本 舞踊 ( に ほんぶ よう ) は 、 Japanesedance の 和訳 、 つまり 日本 の ダンス の 総称 で あ る 。 +フランソア 喫茶 室 ( ふらんそ あ きっさ しつ ) は 、 京都 府 京都 市 下京 区 に あ る 喫茶 店 で 、 国 の 登録 有形 文化 財 ( 建造 物 ) で あ る 。 +良岑 安世 ( よしみね の やす よ 、 延暦 4 年 ( 785 年 ) - 天長 7 年 7 月 6 日 ( 旧暦 ) ( 83 0 年 8 月 2 日 ) ) は 、 平安 時代 初期 の 公家 。 +藤原 信頼 ( ふじわら の のぶより 、 長元 6 年 ( 1133 年 ) - 平治 元年 12 月 27 日 ( 旧暦 ) ( 11 60 年 2 月 6 日 ) ) は 、 平安 時代 末期 の 貴族 。 +那須 政高 ( なす まさたか 、 生没年 不詳 ) は 、 鎌倉 時代 の 武士 。 +城陽 市 ( じょうよう し ) は 、 京都 府 に 属 する 市 で 、 京都 市 と 奈良 市 の ほぼ 中間 に 位置 する 。 +田染 荘 ( たしぶ の しょう ) は 、 豊前 国 国東 郡 ( 現在 の 大分 県 豊後 高田 市 ) に あ っ た 宇佐神宮 の 荘園 。 +平清経 ( たいらの きよつね 、 長寛 元年 ( 1163 年 ) - 寿永 2 年 3 月 10 日 ( 旧暦 ) ( 1183 年 4 月 4 日 ) ) は 、 平重盛 の 三男 。 +袴 ( はかま ) は 、 和服 に お い て 腰 より 下 を 覆 う よう に し て 着用 する 衣服 の 一種 。 +時 の 簡 ( とき の ふだ ) は 、 時刻 を 示 す ため に 清涼 殿 殿 上 の 小庭 に 立て て 置 い た 簡 ( ふだ ) で あ る 。 +うだつ ( 卯建 ) は 建築 用語 で 「 宇立 」 と も 書 か れ る 。 +七 条 新地 ( しちじょう しんち ) は かつて 、 京都 市 下京 区 に 存在 し た 遊廓 で あ り 、 現在 は 『 五条 楽園 』 ( ご じょう らく えん ) と 名称 を 変え て 営業 し て い る 。 +源 頼範 ( みなもと の より のり 、 生没年 不詳 ) は 、 平安 時代 中期 の 武士 ・ 官人 。 +楠木 正家 ( くすのき まさいえ 、 ? - 貞和 4 年 / 正平 ( 日本 ) 3 年 ( 1348 年 ) ) は 南北朝 時代 ( 日本 ) の 武将 。 +源 有頼 ( みなもと の あり より 、 生没年 不詳 ) は 、 平安 時代 後期 の 武士 。 +細川 澄元 ( ほそかわ   すみもと ) は 、 戦国 時代 ( 日本 ) の 武将 ・ 大名 。 +恵運 ( えうん 、 延暦 17 年 ( 79 8 年 ) - 貞観_ ( 日本 ) 11 年 9 月 23 日 ( 旧暦 ) ( 869 年 10 月 31 日 ) ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +精華 町 ( せい か ちょう ) は 、 京都 府 の 南西端 に 位置 する 町 。 +清原 夏野 ( きよはら の なつ の 、 延暦 元年 ( 782 年 ) - 承和 ( 日本 ) 4 年 10 月 7 日 ( 旧暦 ) ( 837 年 11 月 12 日 ) ) は 平安 時代 初期 の 貴族 、 政治 家 。 +久我 清通 ( こが きよみ ち 、 明徳 4 年 ( 1393 年 ) - 享徳 2 年 9 月 5 日 ( 旧暦 ) ( 1453 年 10 月 7 日 ) ) は 室町 時代 の 公卿 。 +詞花 和 歌集 ( しかわかしゅう ) は 、 八代 集 の 第 六 に あた る 勅撰 和 歌集 。 +豊島 朝経 ( としま とも つね 、 生年 不詳 - 建仁 3 年 ( 120 3 年 ) 10 月 15 日 ) は 平安 時代 末期 から 鎌倉 時代 初期 の 武士 。 +十 羅 刹女 ( じゅう らせつ にょ ) は 、 仏教 の 天部 に おけ る 10 人 の 女性 の 鬼神 。 +蕨手刀 ( わらび て とう 、 わらび て がたな 、 わらび て かたな ) は 、 日本 の 鉄製 刀 の 一種 。 +台座 と は 、 仏像 や 肖像 彫刻 など を 安置 する 台 。 +石津 の 戦い ( いしづ の たたかい ) と は 、 南北朝 時代 ( 日本 ) の 延元 3 年 / 暦応 元年 5 月 22 日 ( 旧暦 ) ( 1338 年 6 月 10 日 ) に 和泉 国 堺 浦 ・ 石津 ( 現在 の 大阪 府 堺 市 一帯 ) に お い て 、 南朝 ( 日本 ) 方 の 北畠 顕家 と 北朝 ( 日本 ) 方 の 高師 直 が 戦 っ た 合戦 。 +海軍 記念 館 ( かいぐん きねんかん ) は 京都 府 舞鶴 市 に あ る 舞鶴 総 監部 内 に あ る 展示 施設 。 +元 慶 の 乱 ( がんぎょう の らん ) は 平安 時代 に 起き た 俘囚 ( 蝦夷 ) の 反乱 で あ る 。 +初世 梅若 万 三郎 ( しょせい うめわか まんざぶろう 、 明治 元年 11 月 21 日 ( 旧暦 ) ( 1869 年 1 月 3 日 ) - 昭和 21 年 ( 1946 年 ) 6 月 29 日 ) は 観世 流能 楽師 。 +源 顕親 ( みなもと の あきちか 、 寛治 2 年 ( 1088 年 ) - 永暦 元年 ( 11 60 年 ) ) は 、 平安 時代 後期 の 官人 。 +源 頼賢 ( みなもと の より かた 、 生年 未詳 - 保元 元年 7 月 30 日 ( 旧暦 ) ( 1156 年 8 月 17 日 ) ) は 、 平安 時代 末期 の 河内 源 氏 の 武将 。 +宝篋 印塔 ( ほうきょういん とう ) は 、 墓塔 ・ 供養 塔 など に 使 わ れ る 仏塔 の 一種 で あ る 。 +祭神 天忍穂 耳命 栲 幡 千々 姫命 饒速 日 命 +法教 ( ほうきょう 、 生没年 不明 ) は 、 奈良 時代 の 僧 。 +杉山城 ( すぎやま じょう ) は 、 埼玉 県 比企郡 嵐山 町 に あ っ た 城 。 +中院 通勝 ( なかの いん みちかつ 、 弘治 ( 日本 ) 2 年 5 月 6 日 ( 旧暦 ) ( 1556 年 6 月 13 日 ) - 慶長 15 年 3 月 25 日 ( 旧暦 ) ( 1610 年 5 月 18 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 公家 ・ 歌人 ・ 和学 者 。 +六角 氏 頼 ( ろっかく う じ より 、 嘉暦 元年 ( 1326 年 ) - 正平 ( 日本 ) 25 年 / 応安 3 年 6 月 7 日 ( 旧暦 ) ( 1370 年 6 月 30 日 ) ) は 、 南北朝 時代 ( 日本 ) の 武士 。 +天足彦 国 押 人命 ( あまたら し ひこく に お し ひと の みこと 、 生没年 不詳 ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 皇族 ( 王族 ) 。 +岩倉 駅 ( いわくら えき ) は 、 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +藤村 庸軒 ( ふじむら ようけん 、 1613 年 - 1699 年 、 慶長 18 年 - 元禄 12 年 ) は 、 日本 の 茶匠 。 +植松 幸雅 ( うえま つ よし ま さ 、 享保 6 年 11 月 11 日 ( 旧暦 ) ( 1721 年 12 月 29 日 ) - 安永 6 年 9 月 5 日 ( 旧暦 ) ( 1777 年 10 月 5 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +地蔵 菩薩 ( じぞうぼさつ ) 、 サンスクリットクシティ ・ ガルバ ( dkSitigharbha ) は 、 仏教 の 信仰 対象 で あ る 菩薩 の 一尊 。 +神奈備 ( かむなび ・ かんなび ・ かみなび ) と は 、 神霊 ( 神 や 御 霊 ) が 神留 る ( かんずまる ) 場所 と し て の 御 霊代 ( みたま しろ ) ・ 依 り 代 ( より しろ ) を 無数 に 擁 し た 領域 の 事 や 、 自然 環境 を 神体 ( しんたい ) と し た 神代 ( かみしろ ) の ひと つ の 在 り 方 。 +皇覚 ( こうかく 、 生没 年 未詳 ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +土地 調査 事業 ( とち ちょうさ じぎょう ) と は 、 支配 下 の 台湾 、 朝鮮 で 実施 さ れ た 土地 調査 及び 土地 測量 事業 の こと で あ る 。 +弟 橘媛 / 乙橘媛 ( おと たちばな ひめ ) は 、 日本 神話 に 登場 する ヤマト タケル の 后 。 +- 稀 に 「 かんさけ 」 「 かんざけ 」 ) と は 、 江戸 時代 初期 まで は 行な わ れ て い た 四季 醸造 の なか で 、 冬場 の 低温 を 利用 し 、 なおかつ 、 それ に 即 し た 仕込 み 方 を し て 造 っ た 酒 の こと 。 +六角 時信 ( ろっかく ときのぶ 、 徳治 元年 ( 130 6 年 ) - 興国 7 年 / 貞和 2 年 8 月 26 日 ( 旧暦 ) ( 1346 年 9 月 17 日 ) ) は 、 鎌倉 時代 、 南北朝 時代 ( 日本 ) の 武士 。 +雑役 免 ( ぞう やくめん / ぞうえきでん ) と は 、 中世 の 荘園 及び 国衙 領 に お い て 雑役 納入 を 免除 さ れ た 名田 を 指 す 。 +明治 六 年 政変 ( めいじ ろく ねん せいへん , 1873 年 ( 明治 6 年 ) ) は 、 征韓 論 に 端 を 発 し た 明治 初期 の 一大 政変 。 +裏白峠 ( うらじろ とうげ ) は 滋賀 県 甲賀 市 と 京都 府 宇治田原町 の 間 に あ る 峠 。 +中書島 駅 ( ちゅうしょ じま えき ) は 、 京都 府 京都 市 伏見 区 葭 島矢倉町 に あ る 、 京阪 電気 鉄道 の 鉄道 駅 。 +上覚 ( じょうかく 、 久安 3 年 ( 1147 年 ) - 嘉禄 2 年 ( 1226 年 ) 10 月 ) は 、 平安 時代 後期 から 鎌倉 時代 前期 に かけ て の 真言 宗 の 僧 。 +地 奉行 ( じぶぎょう ) と は 、 鎌倉 幕府 ・ 室町 幕府 に よ っ て 設置 さ れ た 奉行 。 +九条 良輔 ( くじょう よしすけ 、 文治 元年 9 月 20 日 ( 旧暦 ) ( 1185 年 10 月 15 日 ) - 建保 6 年 11 月 11 日 ( 旧暦 ) ( 1218 年 11 月 30 日 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公卿 。 +源 為 宗 ( みなもと の ため むね 、 生年 未詳 - 保元 元年 7 月 30 日 ( 旧暦 ) ( 1156 年 8 月 17 日 ) ) は 平安 時代 末期 の 河内 源 氏 の 武将 。 +神明造 ( しんめい づくり ) は 、 日本 の 神社 建築 の 1 つ で あ る 。 +組み 紐 ( くみひ も ) と は 、 日本 伝統 の 工芸 品 で 、 細 い 絹糸 や 綿糸 を 編 ん で 織り上げ た 紐 。 +佐竹本 三十 六 歌 仙 絵巻 ( さたけ ぼん さんじゅう ろっ かせん えまき ) は 、 鎌倉 時代 ・ 13 世紀 に 制作 さ れ た 絵巻物 。 +岩滝口 駅 ( いわた きぐち えき ) は 、 京都 府 宮津 市 須津 に あ る 、 北 近畿 タンゴ 鉄道 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +山本 常朝 ( やまもと じょうちょう 、 万治 2 年 6 月 11 日 ( 旧暦 ) ( 1659 年 7 月 30 日 ) - 享保 4 年 10 月 10 日 ( 旧暦 ) ( 1 71 9 年 11 月 21 日 ) 。 +舞鶴 県 ( まいづる けん ) は 廃藩 置県 に よ り 18 71 年 ( 明治 4 年 ) に 設置 さ れ た 県 。 +藤原 長能 ( ふじわら の なが とう 、 天暦 3 年 ( 949 年 ) - 寛弘 6 年 ( 1009 年 ) 頃 ? ) は 、 平安 時代 中期 の 歌人 。 +愚堂 東 寔 ( ぐ どうとうしょく 、 天正 5 年 4 月 8 日 ( 旧暦 ) ( 1577 年 4 月 25 日 ) - 寛文 元年 10 月 ( 旧暦 ) ( 1661 年 ) ) は 、 禅宗 の 臨済 宗 の 高僧 。 +観察 ( かんさつ ) と は 、 対象 の 実態 を 知 る ため に 注意 深 く 見 る こと 。 +鹿王院 ( ろくおう いん ) は 京都 市 右京 区 嵯峨 北堀町 に あ る 臨済 宗 系 の 単立 寺院 。 +真言 宗 十 八 本山 ( しんごん しゅうじゅう はち ほんざん ) は 、 真言 宗 各派 の 大 本山 で あ る 1 8 の 寺 の こと 。 +スルメ ( 鯣 ) は 、 イカ の 内臓 を 取り除 い て 素干し や 機械 乾燥 など で 乾燥 さ せ た 加工 食品 。 +三条 家 ( さんじょうけ 、 正字 体 : 三條 ) は 、 藤原 氏 藤原 北家 閑院 流 の 嫡流 に あた る 日本 の 氏族 。 +匂宮 ( に おうみや 、 におう のみや ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +曲水 の 宴 ( きょく すい < ごく すい > の えん ) は 、 水 の 流れ の あ る 庭園 など で その 流れ の ふち に 出席 者 が 座 り 、 流れ て くる 杯 が 自分 の 前 を 通り過ぎ る まで に 詩歌 を 読 み 、 出来 な けれ ば 罰 と し て 盃 の 酒 を 飲 む と い う 行事 で あ る 。 +藤原 兼経 ( ふじわら の かねつ ね 、 長保 2 年 ( 1000 年 ) - 長久 4 年 5 月 2 日 ( 旧暦 ) ( 1043 年 6 月 11 日 ) ) は 平安 時代 の 公卿 。 +兼平 綱則 ( かねひら つなのり 、 生年 不詳 - 寛永 2 年 ( 1625 年 ) ) は 、 安土 桃山 時代 から 江戸 時代 の 武将 。 +西村 公朝 ( にしむら こうちょう 、 1915 年 ( 大正 4 年 ) 6 月 4 日 - 2003 年 ( 平成 15 年 ) 12 月 2 日 ) は 、 仏師 ・ 仏像 修理 技師 ・ 僧侶 。 +石匙 ( いしさじ ) と は 、 黒曜 石 や 頁岩 、 チャート など で 作 っ た 打製 石器 の 一種 。 +木村 吉清 ( きむら よしき よ 、 生年 不詳 - 慶長 3 年 ( 1598 年 ) ) は 、 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 。 +十津川 温泉 ( とつか わ おんせん ) は 、 奈良 県 吉野 郡 十津川 村 ( 旧国 大 和国 ) に あ る 温泉 。 +楠木 正則 ( くすのき まさのり ) は 室町 時代 の 武将 。 +大津城 ( おおつじょう ) は 、 安土 桃山 時代 に 近江 国 滋賀 郡 大津 に あ っ た 城 。 +木 の 葉丼 ( この は どん ・ この は どんぶり ) と は 、 大阪 および 京都 界隈 で 一般 に 供 さ れ る 丼物 で あ る 。 +藤原 重家 ( ふじわら の しげいえ 、 貞元 ( 日本 ) 2 年 ( 977 年 ) - 没年 未詳 ) は 平安 時代 中期 の 廷臣 。 +カグツチ と は 、 記紀 神話 に おけ る 火 の 神 。 +日本 > 近畿 地方 > 京都 府 > 乙訓 郡 +尾形 俊太郎 ( おがた しゅんたろう 、 生没年 不詳 ) は 、 新 選 組 隊士 。 +( 平安 京 創生 館 ) 朱雀 大路 ( すざく おおじ ) は 、 古代 東 アジア に おけ る 首都 内 の 官道 名 で 、 条坊 制 の 都市 に お い て 宮城 ・ 官衙 の 正面 から 南方 に むか う 道 の こと 。 +日本 > 近畿 地方 > 北 近畿 +松永 久秀 ( まつなが ひさひで ) は 、 戦国 時代 ( 日本 ) の 武将 。 +寄棟造 ( よせ むねづくり ) は 、 建築 物 の 屋根 形式 の ひと つ で 、 4 方向 に 傾斜 する 屋根 面 を も つ もの を い う 。 +三国 干渉 ( さん ごく かんしょう ) は 、 下関 条約 で 大 日本 帝国 へ の 割譲 が 決定 さ れ た 遼東 半島 を 清 へ 返還 する よう 、 フランス ・ ドイツ 帝国 ・ ロシア 帝国 の 3 国 が 1895 年 4 月 23 日 に 行 っ た 日本 に 対 する 勧告 の こと で あ る 。 +息石 耳命 ( いきそ みみ の みこと 、 また は おきそ みみ の みこと 、 生没 年 未詳 ) は 、 「 日本 書紀 」 に 登場 する 古墳 時代 の 皇族 。 +村国子虫 ( むら くに の こ むし 、 生没年 不明 ) は 、 日本 の 奈良 時代 の 人物 で あ る 。 +三宅 八幡 駅 ( みやけ はち まん えき ) は 、 京都 府 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 叡山本線 に あ る 鉄道 駅 。 +例祭 ( れいさい ) と は 、 神社 で 毎年 行 わ れ る 祭祀 の うち の 一 つ で あ る 。 +赤 坊主 ( あか ぼうず ) は 、 京都 府 、 愛媛 県 に 伝わ る 妖怪 。 +藤原 威子 ( ふじわら の いし ( たけこ ) 、 長保 元年 12 月 23 日 ( 旧暦 ) ( 100 0 年 2 月 1日 ) - 長元 9 年 9 月 6 日 ( 旧暦 ) ( 10 36 年 9 月 28 日 ) ) は 、 日本 の 摂政 藤原 道長 の 四女 。 +安都 雄足 ( あと の お たり 、 生没年 不明 ) は 、 奈良 時代 の 官人 で あ る 。 +門松 ( かどまつ ) と は 、 正月 に 家 の 門 の 前 など に 立て られ る 一 対 に な っ た 松 や 竹 の 飾り の こと 。 +甲斐 庄 ( 荘 ) 氏 ( かい の しょうし / かいしょうし ) は 日本 の 氏族 の 一 つ 。 +新田 政義 ( にった まさよし ) は 、 鎌倉 時代 の 武将 。 +末 多 武利 神社 ( また ふり じんじゃ ) は 、 京都 府 宇治 市 に あ る 神社 で あ る 。 +同志 社前 駅 ( どう し しゃまえ えき ) は 、 京都 府 京田辺 市 三 山 木 垣ノ内 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 片町 線 の 鉄道 駅 。 +羅 城門 ( ら じょうもん ) は 、 古代 、 平城 京 や 平安 京 と い っ た 条坊 都市 の 中央 を 南北 に 貫 い た 朱雀 大路 の 南端 に 構え られ た 門 で あ る 。 +五 奉行 ( ご ぶぎょう ) は 安土 桃山 時代 の 豊臣 政権 末期 に 主 に 政権 の 実務 を 担 う 5 人 の 吏僚 ( 奉行 に あた る ) 的 人物 を 指 し て 呼 ば れ る 言葉 。 +茶杓 ( ちゃしゃく 、 chashaku 、 teas coop ) は 、 緑茶 ( 特に 抹茶 ) を 点 て る の に 使用 する 茶道 の 道具 の ひと つ 。 +庄 家長 ( しょう いえな が 、 生没 年 未詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 武蔵 国 児玉 党 ( 現在 の 埼玉 県 本庄 市 栗崎 出身 ) の 武将 。 +荒河 かし の 木台 駅 ( あらが かし の きだい えき ) は 、 京都 府 福知 山 市 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮 福線 の 鉄道 駅 。 +薩長 ( さっ ちょう ) は 、 薩摩 藩 と 長州 藩 の 略称 で あ る 。 +中井 正清 ( なかい まさき よ 、 永禄 8 年 ( 1565 年 ) - 元和 ( 日本 ) 5 年 1 月 21 日 ( 旧暦 ) ( 1619 年 3 月 7 日 ) ) は 、 江戸 時代 初期 の 大工頭 。 +浦上 四 番 崩れ ( うらかみ よ ばんく ずれ ) は 、 長崎 県 で 江戸 時代 末期 から 明治 時代 初期 に かけ て 起き た 大 規模 な キリスト 教 信徒 へ の 弾圧 事件 の こと で あ り 、 浦上 地区 で 起こ っ た 隠れ キリシタン へ の 四 度 目 の 弾圧 と い う 意味 で あ る 。 +方違え ( かたたがえ 、 かたち が え ) と は 、 陰陽 道 に 基づ い て 平安 時代 以降 に 行 わ れ て い た 風習 の ひと つ 。 +藤井家 ( ふじいけ ) は 卜部 氏 の 流れ を 汲 む 堂上 家 。 +『 万葉 代匠 記 』 ( まんよう だい しょうき ) は 、 江戸 時代 の 国学 者 ・ 契沖 が 著 し た 『 万葉 集 』 の 注釈 ・ 研究 書 。 +伏見宮 栄仁 親王 ( ふしみのみや よしひと しん の う ・ 榮仁 親王 、 +酒屋 役 ( さか ややく ) と は 、 室町 幕府 に よ っ て 京都 を 中心 と する 酒屋 に 課 さ れ た 課税 の こと 。 +衛門 府 ( えもんふ ) と は 、 律令 制 に おけ る 官司 。 +大和 永享 の 乱 ( やまと えいきょう の らん ) は 、 室町 時代 の 正長 2 年 ( 1429 年 ) に 大和 国 で 発生 し た 戦乱 。 +八幡神 ( はち まんしん 、 や は た の かみ ) は 、 日本 独自 で 信仰 さ れ る 神 で あ る 。 +尋常 小 学校 ( じんじょう しょう がっこう ) は 、 明治 時代 から 昭和 初期 に かけ て の 初等 教育 機関 の 名称 。 +秋篠 ( あき し の ) は 、 奈良 県 奈良 市 に あ る 地名 で 、 現在 の 住居 表示 で は 秋篠 町 。 +袈裟 ( けさ ) は 、 仏教 の 僧 が 身 に つけ る 布状 の 衣装 の こと 。 +西川 寅吉 ( にしかわ とらきち 、 1854 年 - 1941 年 ) は 、 日本 に お い て 過去 に 脱獄 を 最も 多 く 行 っ た 事 で 知 ら れ た 、 いわゆる 脱獄 魔 。 +頓阿 ( とんあ 、 正応 2 年 ( 1289 年 ) - 文中 元年 / 応安 5 年 3 月 13 日 ( 旧暦 ) ( 1372 年 4 月 17 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) の 僧 ・ 歌人 。 +大山 寺 縁起 ( だい せん じ えんぎ ) は +常夏 ( とこなつ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +大村 由己 ( おおむら ゆうこ 、 天文 ( 日本 ) 7 年 ( 1536 年 ) ? - 慶長 元年 ( 1596 年 ) ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 学者 ・ 著述 家 。 +法華 宗 陣 門流 ( ほっけ しゅうじんもん りゅう ) は 、 日蓮 を 宗祖 ( 高祖 ) と し 、 日陣 ( にちじん ) ( 1339 年 ~ 1414 年 ) を 派祖 ( 門祖 ) と する 、 仏教 の 日蓮 門 下 の 一派 で あ る 。 +宝亀 の 乱 ( ほうき の らん ) は 奈良 時代 に 東北 地方 ( 後 の 陸前 国 ) で 蝦夷 が 起こ し た 反乱 で あ る 。 +家木 将監 ( いえきしょうげん 、 生没年 不詳 ) は 新 選 組 の 前身 、 壬生 浪士 組 の 隊士 で あ る 。 +大正 デモクラシー と は 、 日本 の 大正 時代 に 現れ た 政治 ・ 社会 ・ 文化 の 各 方面 に おけ る 民主 主義 、 自由 主義 的 な 運動 を 指 す 。 +引目 鉤鼻 ( ひきめ かぎばな ) は 、 平安 時代 、 鎌倉 時代 の 大和 絵 、 風俗 画 に おけ る ヒト の 顔 の 眼 および 鼻 の 類型 的 、 様式 的 な 描写 技法 で あ る 。 +従二 位 ( じゅに い ) は 、 日本 の 位 階 及び 神階 に おけ る 位 の 一 つ 。 +尼 ( あま ) と は 2 0 歳 以上 の 未婚 、 もしくは 結婚 経験 が あ っ て も 沙弥 尼 ( しゃみに ) の 期間 を 経 て 出家 し た 女性 の こと 。 +分部 信政 ( わけべ のぶまさ 、 承応 元年 12 月 14 日 ( 旧暦 ) ( 1653 年 1 月 13 日 ) - 正徳 ( 日本 ) 4 年 12 月 18 日 ( 旧暦 ) ( 1 71 5 年 1 月 23 日 ) ) は 、 近江国 大溝 藩 の 第 4 代 藩 主 。 +立正 安国 論 ( りっしょう あんこく ろん ) は 、 日蓮 宗 を 開 い た 日蓮 が 文応 元年 ( 12 60 年 ) に 得宗 ( 元執権 ) 北条 時 頼 に 提出 する ため に 撰述 し た 文章 。 +島津 荘 ( しまづ の しょう ) は 、 平安 時代 ~ 鎌倉 時代 初期 に かけ て 南 九州 に あ っ た 大 荘園 。 +甲賀 ファミリー ランド ( こう が ファミリー ランド ) は 、 かつて 滋賀 県 甲賀 郡 甲西町 ( 滋賀 県 ) ( 現在 は 湖南 市 ) に あ っ た 遊園 地 で あ る 。 +畠山 義就 ( はたけやま よしひろ ( よしなり ) 、 永享 9 年 ( 1437 年 ) ? - 延徳 2 年 12 月 12 日 ( 旧暦 ) ( 1491 年 1 月 21 日 ) ) は 、 室町 時代 の 武将 で あ る 。 +西園 寺 治季 ( さいおんじ はるすえ 、 文化 ( 元号 ) 6 年 6 月 14 日 ( 旧暦 ) ( 1809 年 7 月 26 日 ) - 文政 9 年 7 月 9 日 ( 旧暦 ) ( 1826 年 8 月 12 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +旻 ( みん 、 生年 不詳 - 白雉 4 年 6 月 ( 653 年 7 月 ) ) は 、 飛鳥 時代 の 学僧 。 +中村 勘九郎 ( なかむら かんくろう ) は 、 歌舞伎 役者 の 名跡 。 +高田 新家 ( た かた の に いのみ 、 大宝 ( 日本 ) 3 年 ( 70 3 年 ) 7 月 23 日 ? ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +東向日 駅 ( ひがしむ こう えき ) は 、 京都 府 向日 市 に あ る 、 阪急 電鉄 阪急 京都 本線 の 鉄道 駅 。 +奉安 殿 ( ほうあん でん ) と は 、 戦前 戦 中 に かけ て 各地 の 学校 で 、 天皇 皇后 の 写真 ( 御 真影 ) と 教育 勅語 を 納め て い た 建物 の こと 。 +大江 斉光 ( おおえ の ただみつ / なりみつ 、 承平 ( 日本 ) 4 年 ( 934 年 ) - 永延 元年 11 月 6 日 ( 旧暦 ) ( 98 7 年 11 月 29 日 ) ) は 平安 時代 中期 の 公家 。 +大溝 陣屋 ( おおみぞ じんや ) は 滋賀 県 高島 市 高島 勝野 ( 近江国 高島 郡 ) に あ っ た 大溝 藩 の 藩庁 で あ る 。 +芬 陀院 ( ふんだ いん ) は 京都 市 東山 区 に あ る 臨済 宗 東福寺 派 大 本山 ・ 東福 寺 の 塔頭 ( たっちゅう ) で あ る 。 +成人 の 日 ( せいじん の ひ ) は 日本 の 国民 の 祝日 の 1 日 で あ る 。 +賜田 ( しでん ) は 、 日本 の 律令 制 に お い て 、 勅 ( 天皇 の 命令 ) に よ っ て 個人 へ 支給 さ れ た 田地 を い う 。 +冷泉 為 秀 ( れいぜいため ひ で 、 生年 不詳 - 応安 5 年 / 文中 元年 6 月 11 日 ( 旧暦 ) ( 1372 年 7 月 12 日 ) ) は 鎌倉 時代 後期 から 室町 時代 前期 に かけ て の 歌人 。 +松平 忠晴 ( まつだいら ただはる 、 慶長 3 年 ( 1598 年 ) - 寛文 9 年 3 月 23 日 ( 旧暦 ) ( 1669 年 4 月 23 日 ) ) は 、 駿河 国 田中 藩主 。 +西小路 通 ( にし こうじ どおり ) は 、 京都 市 の 南北 の 通り の 一 つ 。 +印岐志呂 神社 ( いきしろ じんじゃ ) は 、 滋賀 県 草津 市 片岡 町 に 鎮座 する 神社 で あ る 。 +玄朗 ( げんろう ) は 、 奈良 時代 の 僧 。 +粟田口 久国 ( あわたぐち ひさく に 、 生没年 不詳 ) は 鎌倉 時代 の 刀工 。 +三条 実 万 ( さんじょうさ ねつむ 、 享和 2 年 2 月 15 日 ( 旧暦 ) ( 180 2 年 3 月 18 日 ) - 安政 6 年 10 月 6 日 ( 旧暦 ) ( 1859 年 10 月 31 日 ) ) は 、 幕末 の 公卿 。 +和同 開珎 ( わ どう かいちん 、 わどう かいほう ) は 、 70 8 年 ( 和銅 元年 ) に 、 日本 で 鋳造 ・ 発行 さ れ た 銭貨 で あ る 。 +院号 ( いんごう ) と は 以下 の こと を 指 す 。 +悪逆 ( あくぎゃく ) と は 、 律令 法 に 定め られ た 八虐 の 一 つ 。 +松浦 検校 ( まつうら けん ぎょう 、 生年 不詳 - 文政 5 年 11 月 21 日 ( 旧暦 ) ( 1823 年 1 月 2 日 ) ) は 、 19 世紀 前半 に 京都 で 活躍 し た 盲人 音楽 家 ( 地歌 三味 線 および 箏曲 演奏 家 、 作曲 家 ) 。 +文禄 ・ 慶長 の 役 ( ぶんろく ・ けいちょう の えき ) は 1592 年 ( 日本 : 文禄 元年 、 明 および 李 氏 朝鮮 : 万暦 20 年 ) から 159 8 年 ( 日本 慶長 3 年 、 明 および 朝鮮 万暦 26 年 ) に かけ て 行 わ れ た 戦役 。 +中西 秀長 ( なかにし ひでな が 、 生年 不詳 - 慶安 3 年 8 月 11 日 ( 旧暦 ) ( 1650 年 9 月 6 日 ) ) は 江戸 時代 初期 の 薩摩 藩 の 武士 。 +迹見 赤檮 ( とみ の いち い 、 生没年 不詳 ) は 飛鳥 時代 の 舎人 。 +恩賜 ( おんし ) と は 君主 から 、 臣下 に 当該 臣 下 の 、 これ まで の 、 或いは これ から の 忠節 や 功労 を 感謝 、 或いは 期待 する ため 、 に 何 ら か の 物品 を 与え る 行為 。 +藤原 兼光 ( ふじわら の かねみつ 、 久安 2 年 ( 1146 年 ) - 建久 7 年 4 月 23 日 ( 旧暦 ) ( 1196 年 5 月 22 日 ) ) は 、 平安 時代 末期 の 公卿 。 +川中島 の 戦い ( か わ なかじま の たたか い ) は 、 日本 の 戦国 時代 ( 日本 ) に 、 甲斐 国 ( 現在 の 山梨 県 ) の 戦国 大名 で あ る 武田 信玄 ( 武田 晴信 ) と 越後 国 ( 現在 の 新潟 県 ) の 戦国 大名 で あ る 上杉 謙信 ( 長尾 景虎 ) と の 間 で 、 北信 濃 の 支配 権 を 巡 っ て 行 わ れ た 数次 の 戦い を い う 。 +織田 長益 ( お だ なが ます ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 大名 ・ 茶人 。 +乾正厚 ( いぬい まさひろ 、 生没 年 未詳 ) は 、 勤皇 家 。 +竹田 皇子 ( たけだのみこ 、 生没年 不詳 ) は 、 飛鳥 時代 の 皇族 。 +綜芸 種 智院 ( しゅげいしゅちいん ) は 、 天長 5 年 12 月 15 日 ( 旧暦 ) ( 82 9 年 1 月 23 日 ) 、 空海 が 庶民 教育 や 各種 学芸 の 綜合 的 教育 を 目的 に 、 藤原 三守 から 譲り受け た 京都 の 左京 九条 の 邸宅 に 設置 し た 私立 学校 と い わ れ て い る 。 +檜垣 媼 檜垣 嫗 ( 桧垣 媼 、 ひがき の おうな ) は 生没年 不詳 、 平安 時代 中期 ( 十 世紀 ) の 女性 歌人 。 +遥任 ( ようにん 、 旧 字体 で 遙任 と 表記 する こと も あ る ) と は 、 日本 の 奈良 時代 ・ 平安 時代 など に 、 国司 が 任国 へ 赴任 し な かっ た こと を 指 す 。 +検校 ( けん ぎょう ) と は 、 中世 ・ 近世 の 盲官 の 最高 位 の 名称 。 +広幡 長忠 ( ひろは たなか ただ 、 宝永 8 年 4 月 4 日 ( 旧暦 ) ( 1 71 1 年 5 月 21 日 ) - 明和 8 年 9 月 27 日 ( 旧暦 ) ( 17 71 年 11 月 3 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +大 文字 焼き ( だい もん じ や き ) は 「 大 」 の 字 を 象 っ た 文字 を 松明 の 炎 で 描 く 行事 で あ る 。 +笄 ( こうがい ; 「 髪掻 き 」 の 転訛 ) と は 、 髪 を 掻き 揚げ て 髷 を 形作 る 装飾 的 な 結髪 用 具 。 +葛城 襲 津彦 ( かつらぎ の そつひこ 、 曽都 毘古 ・ 沙至 比 跪 、 生没年 不詳 、 4 世紀 後半 ~ 5 世紀 前半 頃 ? ) は 大和 国 葛城 地方 の 古代 豪族 葛城 氏 の 祖 と し て 『 記紀 』 に 記 さ れ て い る 。 +平戸 記 ( へいこき ) は 正二 位 民部 卿平 経高 が 記 し た 日記 。 +弁当 ( 辨當 、 べんとう ) と は 、 携帯 でき る よう に し た 食品 の うち 、 食事 に 相当 する もの 。 +駒田 忍人 ( こまだ の おしひと 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +六角 紫水 ( ろっかく しすい 、 1867 年 4 月 24 日 ( 慶応 3 年 3 月 20 日 ( 旧暦 ) ) - 1950 年 ( 昭和 25 年 ) 4 月 15 日 ) は 、 日本 の 漆器 。 +長井 泰秀 ( なが い やすひ で 、 1212 年 ( 建暦 2 年 ) - 1254 年 1 月 11 日 ( 建長 5 年 12 月 21 日 ( 旧暦 ) ) ) は 鎌倉 時代 の 人物 。 +織田 敏広 ( お だ としひろ 、 織田 敏廣 ) は 、 戦国 時代 ( 日本 ) の 武将 。 +京 の 伝統 野菜 ( きょう の でんとう や さい ) と は 、 京都 府 に よ っ て 認定 さ れ た 野菜 の 品目 の 事 で 、 1987 年 ( 昭和 62 年 ) の 認定 開始 以来 、 現在 まで 41 品目 の 野菜 が 認定 さ れ て お り 、 その 中 に は 、 京 の 伝統 野菜 に 準じ る 野菜 の 品目 や 、 既に 絶滅 しま っ た 野菜 の 品目 も 含 ま れ る 。 +伊藤 仁斎 ( いとうじん さい 、 寛永 4 年 7 月 20 日 ( 旧暦 ) ( 1627 年 8 月 30 日 ) - 宝永 2 年 3 月 12 日 ( 旧暦 ) ( 170 5 年 4 月 5 日 ) ) は 、 江戸 時代 の 前期 に 活躍 し た 儒学 者 ・ 思想 家 。 +古 天明 平蜘蛛 ( こてんみょう ひらぐ も ) は 、 戦国 時代 ( 日本 ) の 梟雄 ・ 松永 久秀 が 所有 し て い た 茶釜 。 +御 強 ( おこわ ) と は 、 もち米 を 蒸 し た 米飯 の こと 。 +特記 事項 +大休 宗 休 ( だい きゅう そうきゅう 、 応仁 2 年 ( 1468 年 ) - 天文 ( 元号 ) 18 年 8 月 24 日 ( 旧暦 ) ( 1549 年 9 月 15 日 ) ) は 、 戦国 時代 ( 日本 ) の 臨済 宗 の 僧 。 +奥 の 細道 ( おく の ほそみち ) と は 、 松尾 芭蕉 が 元禄 に 著 し た 紀行 本 。 +明徳 の 和約 ( めいとく の わやく ) と は 、 明徳 3 年 / 元中 9 年 に 南朝 ( 大覚 寺 統 ) と 北朝 ( 持明 院 統 ) 間 で 結 ば れ た 和議 と 皇位 継承 に つ い て 結 ば れ た 協定 の 事 。 +藤原 南家 ( ふじわら なん け ) と は 、 右 大臣 藤原 不比 等 の 長男 藤原 武智 麻呂 を 祖 と する 家系 。 +石川 貞清 ( いしかわ さだ きよ 、 生年 不詳 - 寛永 3 年 4 月 8 日 ( 旧暦 ) ( 1626 年 5 月 3 日 ) ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +殿司 ( と の ものつかさ ) は 、 後宮 十 二 司 の 1 つ 。 +経塚 ( きょうづか ) と は 、 経典 が 土中 に 埋納 さ れ た 遺跡 で あ る 。 +刪定律令 ( さん ていりつ りょう ) は 、 神護 景雲 3 年 ( 769 年 ) に 、 右 大臣 吉備 真備 や 大和 長岡 ら に よ っ て 編纂 さ れ た 律令 法 。 +乾和宣 ( いぬい かずのぶ 、 生年 未詳 - 元亀 元年 4 月 26 日 ( 1570 年 ) ) は 、 安土 桃山 時代 の 武士 。 +たたきと は 、 主に 魚 を 料理 する とき の 調理 法 で あ る 。 +正親町 三条 実久 ( おおぎまち さんじょうさ ねひさ 、 明暦 2 年 6 月 21 日 ( 旧暦 ) ( 1656 年 8 月 11 日 ) ‐ 元禄 8 年 11 月 11 日 ( 旧暦 ) ( 1695 年 12 月 16 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +一条 実秋 ( いちじょうさ ねあき ・ 清水谷 実秋 ( しみずだ に さねあき ) 、 ? - 応永 27 年 4 月 21 日 _ ( 旧暦 ) ( 142 0 年 6 月 2 日 ) ) は 、 室町 時代 の 公卿 。 +池坊 専好 ( いけのぼう せんこう ) は 、 安土 桃山 時代 から 江戸 時代 中期 に かけ て の 立花 師 。 +曲物 ( まげもの ・ わげもの ) は 、 ヒノキ ・ スギ など の 薄 く 削り取 っ た 材 を 円形 に 曲げ 、 合せ 目 を カバ ・ サクラ の 皮 など で 綴じ て 作 っ た 容器 。 +拝舞 ( はいぶ 、 はいむ ) は 、 平安 時代 、 宮中 で 、 叙位 、 任官 、 賜禄 の 際 など に 、 謝意 を 表 し て 左右左 ( さゆう さ ) を 行 う 礼 で あ る 。 +針 博士 ( はり はかせ ) は 、 宮内 省典薬寮 に 属 する 職員 の 1 つ 。 +工場 法 ( こうじょうほう ) は 産業 革命 期 に お い て 苛酷 な 労働 を 強い られ た 工場 労働 者 、 特に 幼年 労働 者 及び 女子 労働 者 を 保護 する こと を 目的 と し て 制定 さ れ た 法律 。 +猪熊通 ( いの くまどおり ) は 、 京都 府 京都 市 内 の 南北 の 通り の 一 つ 。 +『 平家 物語 』 ( へいけ ものがたり ) は 、 鎌倉 時代 に 成立 し た と 思 わ れ る 、 平家 の 栄華 と 没落 を 描 い た 軍記 物語 で あ る 。 +武士 団 ( ぶしだん ) と は 主に 平安 時代 後半 から 、 鎌倉 時代 、 南北朝 時代 ( 日本 ) を 中心 に 室町 時代 まで の 武士 の 集団 を 指 す 。 +河内 経国 ( かわちつね く に 、 生年 不詳 ( 110 0 年 頃 ) - 没年 不詳 ( 一説 に 1156 年 ) ) は 平安 時代 後期 から 末期 の 武将 。 +奇兵 隊 ( きへい たい ) +椿井 大塚山 古墳 ( つばい おおつかやま こふん ) は 、 京都 府 木津川 市山城 町 に 所在 する 古墳 。 +杉浦 重剛 ( すぎうら じゅう ごう 、 安政 2 年 3 月 3 日 ( 旧暦 ) ( 1855 年 4 月 19 日 ) - 大正 13 年 ( 1924 年 2 月 13 日 ) は 、 明治 時代 ・ 大正 時代 の 国粋 主義 的 教育 者 ・ 思想 家 。 +大鼓 方 ( おお つづみ がた 、 おおかわ がた ) は 、 能楽 囃子 や 歌舞伎 鳴物 に お い て 大鼓 を 担当 する 専門 の 職掌 。 +東郷 重位 ( とうごう ちゅうい / しげかた 、 永禄 4 年 ( 1561 年 ) - 寛永 20 年 6 月 27 日 ( 旧暦 ) ( 1643 年 8 月 11 日 ) ) は 薩摩 藩 の 武士 に し て 示現 流 剣術 の 流祖 。 +藤原 義孝 ( ふじわら の よし た か 、 天暦 8 年 ( 954 年 ) - 天延 2 年 9 月 16 日 ( 旧暦 ) ( 974 年 11 月 8 日 ) ) は 、 平安 時代 中期 の 公家 ・ 歌人 。 +狩野 典信 ( かのう みちのぶ 、 享保 15 年 11 月 11 日 ( 旧暦 ) ( 1730 年 12 月 20 日 ) - 寛政 2 年 8 月 16 日 ( 旧暦 ) ( 1790 年 9 月 24 日 ) ) は 江戸 時代 の 竹川 町家 、 後 に 木挽 町 家 狩野 派 6 代 目 の 絵師 で あ る 。 +纒向 石塚 古墳 ( まきむく ・ いしづか ・ こふん ) は 纒向 古墳 群 に 属 する 古墳 。 +七 代 小川   治兵衛 ( おがわ   じへえ 、 18 60 年 - 1933 年 ) は 、 近代 日本 庭園 の 先駆 者 と さ れ る 作庭 家 、 庭師 。 +茶量 ( ちゃりょう ) は 煎茶道 で 使用 さ れ る 道具 の 一 つ 。 +野宮家 ( ののみやけ ) は 、 日本 の 氏族 ( 公家 ) 。 +浄土 宗 西山 深草 派 ( じょうど しゅうせい ざん ふかくさ は ) は 、 京都 市 中京 区 の 誓願 寺 を 本山 と する 浄土 宗 の 一派 。 +仏 御前 ( ほとけ ごぜん 、 平治 2 年 / 永暦 元年 ( 11 60 年 ) - 治承 4 年 ( 1180 年 ) ) は 平安 時代 末期 の 白拍子 。 +『 無量 寿経 』 ( むりょう じゅきょう ) は 、 大乗 仏教 の 経典 の 一 つ 。 +神屋 宗湛 ( かみや そう たん 、 天文 ( 元号 ) 20 年 1 月 1日 ( 旧暦 ) ( 155 1 年 2 月 6 日 ) - 寛永 12 年 10 月 28 日 ( 旧暦 ) ( 1635 年 12 月 7 日 ) ) は 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 博多 の 豪商 。 +無著道 忠 ( む じゃく どうちゅう 、 承応 2 年 7 月 25 日 ( 旧暦 ) ( 1653 年 9 月 16 日 ) - 延享 元年 12 月 23 日 ( 旧暦 ) ( 1745 年 1 月 25 日 ) ) は 、 江戸 時代 の 禅宗 中 の 臨済 宗 妙心 寺 派 の 学僧 で あ る 。 +柚子湯 ( ゆずゆ ) と は 柑橘 類 の 果実 で あ る ユズ を 砂糖 で 煮 て 、 その 香り の つ い た 砂糖 湯 を 熱湯 で うすめ た 飲み物 で あ る ( 柚子 茶 ) 。 +藤原 忠文 ( ふじわら の ただぶみ 、 貞観 ( 日本 ) 15 年 ( 873 年 ) - 天暦 元年 6 月 26 日 ( 旧暦 ) ( 94 7 年 7 月 16 日 ) ) は 、 平安 時代 の 参議 で 民部 卿 を 務め た 。 +源季実 ( みなもとの すえざね 、 生年 未詳 - 平治 元年 12 月 30 日 ( 旧暦 ) ( 11 60 年 2 月 9 日 ) ) は 、 平安 時代 末期 の 武将 。 +高橋 汎 ( たかはし ひろし 、 1932 年 ( 昭和 7 年 ) - ) は 、 シテ 方 金 春 流能 楽師 。 +本多 重次 ( ほんだ しげつぐ 、 1529 年 ( 享禄 2 年 ) - 1596 年 8 月 9 日 ( 文禄 5 年 7 月 16 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 徳川 氏 の 家臣 。 +二十 一 代 集 ( にじゅう いち だい しゅう ) と は 、 天皇 が 勅命 を 出 し 、 国家 事業 と し て 編集 さ れ た 勅撰 和 歌集 で あ る 『 古今 和 歌集 』 から 『 新続 古 今 和 歌集 』 まで の 計 21 集 の こと で あ る 。 +筒袖 ( つつそで ) は 、 字 が 示 す 通り 筒状 の 衣服 の 袖 の 形態 の 一 つ で あ る が 、 洋服 は 全て 袂 の な い 細 い 筒袖 で あ る ため 、 通常 和服 の 袖 の 形態 を さ す 。 +井伊 直政 ( いいなお まさ ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 ・ 大名 。 +金春流 ( こんぱる - りゅう ) は 能楽 の 流派 の 一 。 +三 杯 酢 ( さん ばい ず ) と は 酢 、 醤油 、 みりん を 同量 ずつ 混ぜ た 、 合わせ 調味 料 の こと 。 +中村 松江 ( なかむら まつえ ) は 、 歌舞伎 役者 。 +敵討 ( かたきうち ) と は 、 直接 の 尊属 を 殺害 し た 者 に 対 し て 私刑 と し て 復讐 を 行 う 制度 で あ る 。 +精米 歩合 ( せいまい ぶ あい ) と は 、 平成 元年 ( 1989 年 ) 1 1 月 22 日   国税 庁 告示 第 8 号 「 清酒 の 製法 品質 表示 基準 を 定め る 件 」 に よ り 以下 の とおり 定め られ て い る 。 +蘭谷 元定 ( らん こく げんじょう 、 承応 2 年 ( 1653 年 ) - 宝永 4 年 5 月 1日 ( 旧暦 ) ( 17 0 7 年 5 月 31 日 ) ) は 、 江戸 時代 前期 の 臨済 宗 黄檗 派 ( 黄檗 宗 ) の 僧 で あ る 。 +志野 流 ( しのりゅう ) は 香道 および 茶道 流 派 の 一 つ 。 +元和 通宝 ( げん な つうほう ) は 、 元和 ( 日本 ) 元年 ( 1615 年 ) もしくは 2 年 ( 1616 年 ) 頃 に 鋳造 さ れ た と さ れ る 、 江戸 時代 の 元号 を 用い た 銅銭 で あ り 、 寛永 通宝 以前 の もの で あ る 。 +冨嶽 三十 六 景 ( ふがく さんじゅう ろっ けい ) は 、 葛飾 北斎 の 作成 し た 代表 的 な 風景 画 ・ 浮世 絵 で あ る 。 +益田 池 ( ますだいけ ) と は 、 奈良 県 橿原 市 に 存在 し た ため池 で 、 現在 は 消滅 し て い る 。 +加牟 波理 入道 ( かんば り にゅうどう ) は 、 日本 の 民間 信仰 に おけ る 厠神 ( 便所 の 神 ) あるいは 妖怪 で あ る 。 +火 前坊 ( かぜん ぼう ) は 、 鳥山 石燕 の 妖怪 画 集 『 今昔 百 鬼 拾遺 』 に あ る 日本 の 妖怪 。 +総構え ( そうがまえ ) は 、 城 や 砦 の 外郭 ( がいかく ) 、 また は その 囲 ま れ た 内部 の こと 。 +サカキ ( 榊 Cleyerajaponica ) は 、 ツバキ 科 サカキ 属 の 常緑 高木 。 +冷泉 為 恭 ( れいぜい ため ちか 、 文政 6 年 9 月 17 日 ( 旧暦 ) ( 1823 年 10 月 20 日 ) - 元治 元年 5 月 5 日 ( 旧暦 ) ( 1864 年 6 月 8 日 ) ) は 、 幕末 期 の 公家 ・ 公卿 召抱え の 復古 的 な 大和 絵 の 画家 。 +大峯奥 駈道 ( おおみね おく がけみち ) は 、 熊野 三山 ( 熊野 本宮 大社 、 熊野 速玉 大社 、 熊野 那智 大社 ) へ と 通じ る 修行 道 で あ り 、 熊野 古道 の ひと つ 。 +八幡堀 ( はちまんぼり ) は 、 滋賀 県 近江八幡 市 に あ る 幅員 約 15 メートル 、 全長 6 キロメートル に 及 ぶ 運河 で あ る 。 +西 近江路 ( にしおうみじ ) は 、 近江 国 ( 滋賀 県 ) から 越前 国 へ 通じ る 街道 で 、 古代 ・ 中世 の 北陸道 。 +淳武 微子 ( じゅんむみし 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +上方 噺家 ( かみがた はなしか ) と は 、 上方 落語 を 話 す 噺家 ( 落語 家 ) の こと 。 +地子 ( じし / ちし ) と は 、 日本 の 古代 ・ 中世 から 近世 に かけ て 、 領主 が 田地 ・ 畠地 ・ 山林 ・ 塩田 ・ 屋敷地 など へ 賦課 し た 地代 を 指 す 。 +長寛 勘文 ( ちょう かんかん もん 、 ちょうかん の かんもん ) は 、 平安 時代 の 長寛 年間 ( 1163 年 - 11 64 年 ) に 編纂 さ れ た 勘文 。 +聖霊 会 ( しょうりょう え ) は 、 聖徳 太子 の 命日 の 大 法要 。 +九鬼 隆郷 ( く き たか さ と 、 安永 9 年 10 月 3 日 ( 旧暦 ) ( 1780 年 10 月 30 日 ) - 文化 ( 元号 ) 5 年 5 月 30 日 ( 旧暦 ) ( 180 8 年 6 月 23 日 ) ) は 、 丹波 国 綾 部 藩 の 第 7 代 藩 主 。 +馬見 古墳 群 ( うまみこふん ぐん ) は 奈良 盆 地 西 南部 、 奈良 県 北葛城 郡 河合 町 、 広陵 町 から 大和 高田 市 に かけ て 広が る 馬見 丘陵 と その 周辺 に 築 か れ た 。 +一色田 ( いっ しき でん ) と は 、 荘園 に お い て 一 種類 ( 一色 ) の 賦課 のみ を 負担 し て い た 田地 の こと を 称 する 。 +鷹司房子 ( たかつかさ ふさこ 、 承応 2 年 8 月 21 日 ( 1653 年 10 月 12 日 ) - 正徳 2 年 4 月 14 日 ( 1 71 2 年 5 月 19 日 ) ) は 、 日本 の 皇族 。 +今井町 ( いまいちょう ) は 、 奈良 県 橿原 市 に あ る 町 。 +小袖 は 平安 時代 中頃 に 誕生 し た と 思 わ れ る 和服 の 元 に な っ た 衣類 で あ る 。 +稚日 女尊 ( わかひるめ の みこと ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +山 東京 伝 ( さん とうきょう でん 、 宝暦 11 年 8 月 15 日 ( 旧暦 ) ( 1761 年 9 月 13 日 ) - 文化 ( 元号 ) 13 年 9 月 7 日 ( 旧暦 ) ( 1816 年 10 月 27 日 ) は 江戸 時代 の 絵師 、 戯作 者 。 +秋篠 寺 ( あき し の でら ) は 、 奈良 県 奈良 市 秋篠 町 に あ る 寺院 。 +酒米 ( さかまい ) は 、 日本 酒 を 醸造 する 原料 、 主に 日本 酒米 ( こう じまい ) と し て 使 わ れ る コメ で あ る 。 +さいかち 浜水 泳場 ( さいかち は ますいえいじょう ) と は 、 滋賀 県 長浜 市 高橋 町 および 、 田村 町 に あ る 琵琶 湖 に 面 する 長浜 市営 の 水泳 場 で あ る 。 +徳大寺 実祖 ( とくだいじ さね み 、 宝暦 3 年 1 月 6 日 ( 旧暦 ) ( 175 3 年 2 月 8 日 ) - 文政 2 年 1 月 28 日 ( 旧暦 ) ( 1819 年 2 月 22 日 ) ) は 、 江戸 時代 中期 から 後期 の 公卿 。 +一乗 寺 駅 ( いち じょうじ えき ) は 、 京都 市 左京 区 一乗 寺里 ノ 西町 に あ る 叡山 電鉄 叡山本線 の 鉄道 駅 。 +吉田 定房 ( よしだ さだふさ 、 文永 11 年 ( 1274 年 ) - 暦応 元年 / 延元 3 年 1 月 23 日 ( 旧暦 ) ( 1338 年 2 月 13 日 ) ) は 、 鎌倉 時代 後期 の 公家 で あ る 。 +歌川 豊国 ( うたがわ と よく に 、 明和 6 年 ( 1769 年 ) - 文政 8 年 1 月 7 日 ( 旧暦 ) ( 182 5 年 2 月 24 日 ) ) は 江戸 時代 の 浮世 絵 師 。 +明治 六 大 教育 家 ( めいじ ろく だい きょういく か ) は 、 明治 期 に 近代 教育 を 普及 する に 当た っ て 功績 の 大き かっ た 6 人 を 特別 に まとめ て 称 し た 称号 。 +由岐 神社 ( ゆき じんじゃ ) は 、 京都 市 左京 区 鞍馬 本町 に あ る 神社 で あ る 。 +脇坂 安政 ( わきざか やすまさ 、 寛永 10 年 2 月 19 日 ( 旧暦 ) ( 1633 年 3 月 28 日 ) - 元禄 7 年 4 月 20 日 ( 旧暦 ) ( 1694 年 5 月 13 日 ) は 江戸 時代 前期 の 外様 大名 。 +平知 信 朝臣 記 ( たいらの とものぶ あそん き ) は 、 平安 時代 末期 の 官人 平知信 の 日記 。 +額田 国造 ( ぬかた の くに みやつこ ・ ぬか た こくぞう ) は 美濃 国 西部 ( また は 近江 国 東部 ) を 支配 し た 国造 。 +磯部 時 基 ( いそべ ときも と ) 、 生没年 不詳 、 は 鎌倉 時代 初期 の 武将 。 +科野 国造 ( しなの の くにのみやつこ ・ しなの こくぞう ) は 信濃 国 を 支配 し た 国造 。 +判 元 見届 ( はんもと みとどけ ) と は 、 江戸 時代 に 武家 から 末期 養子 の 申請 が 出 さ れ た 際 に 江戸 幕府 から 役人 が 派遣 さ れ て 行 わ れ る 確認 作業 の こと 。 +おやつ ( 片仮名 で オヤツ と も ) と は 、 八 つ 時 ( 午後 2 時 頃 ) に 食べ る 間食 の こと を 指 す 。 +末広 ( すえひろ ) は 狂言 の 演目 の ひと つ 。 +陸奥 宗光 ( むつ むねみつ 、 1844 年 8 月 20 日 ( 天保 15 年 7 月 7 日 ( 旧暦 ) ) - 1897 年 8 月 24 日 ) は 、 日本 の 武士 ・ 紀州 藩 士 、 政治 家 、 外交 官 。 +安倍 晴明 ( あべの せいめい / はるあきら / はれあき 、 延喜 21 年 ( 921 年 ) ? - 寛弘 2 年 9 月 26 日 ( 旧暦 ) ( 100 5 年 10 月 31 日 ) ) は 、 平安 時代 の 最も 有名 な 陰陽 師 の 一人 で あ り 、 鎌倉 時代 から 明治 時代 初め まで 陰陽 寮 を 統括 し た 阿倍 氏 ( 土 御 門家 ) の 祖 で あ る 。 +天授庵 ( てんじゅあん ) は 京都 市 左京 区 に あ る 臨済 宗 南禅 寺 派 大 本山 ・ 南禅 寺 の 塔頭 で あ る 。 +両 ( りょう ) は 、 尺貫 法 に おけ る 質量 の 単位 で あ り 、 また 、 近世 の 日本 に おけ る 金貨 、 および 中国 に おけ る 秤量 銀貨 の 通貨 単位 で あ る 。 +今出川 通 ( いまで がわ どおり ) は 京都 市 中心 市街 地 北部 の 主要 な 東西 の 通り の 一 つ 。 +雍州 ( ようしゅう ) は 、 中国 の 歴史 的 な 州 の 一 つ 。 +藤原 元 真 ( ふじわら の もと ざね 、 生没年 不詳 ) は 、 平安 時代 中期 の 歌人 。 +松井 宗信 ( まつい むねのぶ 、 生年 不詳 - 永禄 3 年 5 月 19 日 ( 旧暦 ) ( 15 60 年 6 月 12 日 ) ) は 遠江 国 の 国 人 。 +千鳥 ( ちどり ) は 狂言 の 演目 の ひと つ 。 +金剛院 ( こんごういん ) は 京都 府 舞鶴 市 に あ る 真言 宗 東寺 派 の 寺院 。 +天暦 の 治 ( てんりゃく の ち ) と は 、 平安 時代 中 期 ( 10 世紀 中期 ) の 村上 天皇 の 治世 を 理想 し た 呼称 。 +万 役山 事件 ( まんにゃくやま じけん ) は 、 正徳 ( 日本 ) 5 年 ( 1 71 5 年 ) 、 周防 国 の 久米村 万 役山 の 松 の 木 一 本 を 巡 る 争い から 、 領界 の 争論 を 生 じ 、 徳山 藩 改易 に まで 発展 し た 事件 。 +金太郎 ( きんたろう ) は 、 坂田 金時 ( さかた の きんとき 、 公時 と も ) の 幼名 。 +法義 ( ほうぎ 、 生没年 不明 ) は 、 奈良 時代 の 僧 。 +松殿 師家 ( まつど の もろいえ 、 承安 ( 日本 ) 2 年 ( 1172 年 ) - 嘉禎 4 年 10 月 4 日 ( 旧暦 ) ( 1238 年 11 月 11 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 公卿 。 +上杉 顕定 ( うえすぎ あきさだ 、 正平 ( 日本 ) 6 年 / 観応 2 年 ( 1351 年 ) - 天授 ( 日本 ) 6 年 / 康暦 2 年 ( 1380 年 ) ) は 、 南北朝 時代 ( 日本 ) の 人物 。 +保司 ( ほうし ) と は 日本 の 中世 に お い て 国衙 領 の 一種 で あ る 保 を 管理 する 地方 行政 官 で あ る 。 +正親町 三条 公厚 ( おおぎまち さんじょうきん たる 、 文政 3 年 1 月 2 日 ( 旧暦 ) ( 1820 年 2 月 15 日 ) - 文政 5 年 1 月 12 日 ( 旧暦 ) ( 182 2 年 2 月 3 日 ) ) は 、 江戸 時代 後期 の 廷臣 。 +道口 岐閉国造 ( みちの くち の き へ の くに みやつこ ・ みちの くち の きへ こくぞう ) は 常陸 国 北端 を 支配 し た 国造 。 +院助 ( いんじょ 、 生年 不詳 - 天仁 元年 12 月 12 日 ( 旧暦 ) ( 1109 年 1 月 14 日 ) ) は 、 平安 時代 の 仏師 。 +下京 区 ( しもぎょう く ) は 、 京都 市 を 構成 する 11 区 の ひと つ で あ る 。 +作庭 記 ( さくていき ) と は 平安 時代 に 書 か れ た 日本 最古 の 庭園 書 で あ る 。 +三井 高利 ( みつい た か と し 、 元和 ( 日本 ) 8 年 ( 1622 年 ) - 元禄 7 年 5 月 6 日 ( 旧暦 ) ( 1694 年 5 月 29 日 ) ) は 、 江戸 時代 の 商人 で あ る 。 +五山 派 ( ござん は ・ 五山 叢林 ( ござん そう りん ) は 、 五山 十 刹 諸山 の 制度 に 組み込 ま れ て その 保護 ・ 統制 下 に 置 か れ て い た 禅宗 寺院 ( 禅林 ) の こと 。 +日鎮 ( にっちん 、 文明 _ ( 日本 ) 元年 ( 1469 年 ) - 大永 7 年 6 月 24 日_ ( 旧暦 ) ) は 、 大石 寺 第 12 世 法 主 。 +重森 弘淹 ( しげもり こうえん 、 1926 年 7 月 27 日 - 1992 年 10 月 13 日 ) は 写真 評論 家 。 +清和 天皇 ( せいわ てんのう 、 嘉祥 3 年 3 月 25 日 ( 850 年 5 月 10 日 ) - 元 慶 4 年 12 月 4 日 ( 88 1 年 1 月 7 日 ) ) は 、 平安 時代 前期 の 第 56 代 天皇 。 +伏見宮 貞行 親王 ( ふしみのみや   さだ もち しんのう 、 宝暦 10 年 2 月 24 日 ( 旧暦 ) ( 17 60 年 4 月 9 日 ) - 明和 9 年 6 月 20 日 ( 旧暦 ) ( 1772 年 7 月 20 日 ) ) は 、 江戸 時代 の 皇族 。 +藤原 仲成 ( ふじわら の なかなり 、 宝亀 5 年 ( 774 年 ) - 大同 ( 日本 ) 5 年 9 月 11 日 ( 旧暦 ) ( 810 年 10 月 16 日 ) ) は 、 平安 時代 初期 の 公卿 。 +夜泣 き 石 ( よ なきいし ) は 、 石 に まつわ る 伝説 の 一 つ 。 +御 連枝 ( ご れんし ) は 天皇 家 ・ 公家 ・ 征夷 大将軍 家 など の 高貴 な 家柄 の 兄弟 の こと を い う 。 +正面 通 ( しょうめんどおり ) は 京都 市 の 東西 の 通り の 一 つ 。 +土佐 坊 昌俊 ( とさの ぼうしょうしゅん 、 康治 2 年 ( 1143 年 ) - 文治 元年 10 月 26 日 ( 旧暦 ) ( 1185 年 11 月 19 日 ) ) は 、 平安 時代 末期 の 武将 ・ 僧侶 。 +寛平 ・ 延喜 東国 の 乱 ( かんぴょう えんぎ と うごく の らん ) は 、 平安 時代 中期 に 関東 地方 で 発生 し た 群盗 に よ る 乱 。 +ほうじ 茶 ( ほうじちゃ 、 あるいは 焙 じ 茶 と も ) と は 、 日本 の 緑茶 の 一種 で あ り 、 茶葉 を 焙 ( ほう ) じ て 飲用 に 供 する もの 一般 を 指 す 。 +水無 月 祓 ( みなづ きばらい ) は 能 の 演目 で あ る 。 +品部 ( しなべ / ともべ ) と は 、 「 しなしな の ともの を 」 あるいは 「 ともの みやつこ 」 の 和訓 を 持 つ 古代 日本 の 人的 集団 ・ 組織 の こと 。 +百 鬼 夜行 絵巻 ( ひゃっき や ぎょうえまき ) は 、 日本 の 絵巻物 の 一種 で あ る 。 +アメノタヂカラオ ( アメノタヂカラヲ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +長楽 寺 ( ちょうらくじ ) は 、 京都 市 東山 区 に あ る 時宗 の 寺院 。 +普賢 菩薩 ( ふげんぼさつ ) 、 サンスクリット サマンタ ・ バドラ ( samantabhadra ) は 、 大乗 仏教 に おけ る 崇拝 の 対象 で あ る 菩薩 の 一尊 。 +道璿 ( どう せん 、 70 2 年 ( 長安 2 年 ) - 760 年 5 月 7 日 ( 天平 宝字 4 年 4 月 18 日 ( 旧暦 ) ) ) は 、 中国 唐代 の 僧 。 +真木 柱 ( まきばしら ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +相良 頼房 ( さ がら よりふさ ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 ・ 大名 。 +本巣 国造 ( もとす の くに みやつこ ・ もと す こく ぞう ) は 美濃 国 中西 部 を 支配 し た 国造 。 +折り紙 ( おりがみ 、 折紙 ) と は 、 紙 を 折 っ て 動植物 や 生活 道具 など の 形 を 作 る 日本 伝統 の 遊び 。 +七 博士 意見 書 ( しちはくし い けんしょ ) と は 、 日露 戦争 開戦 直前 の 190 3 年 ( 明治 36 年 ) 6 月 10 日 付 で 当時 の 内閣 総理 大臣 桂太郎 、 外務 大臣 ( 日本 ) 小村 壽太郎 ら に 提出 さ れ た 意見 書 。 +吉見 氏 ( よしみ し ) は 武家 の 姓 の ひと つ 。 +一色 持信 ( いっし きもち の ぶ 、 ? - 永享 6 年 4 月 21 日 ( 旧暦 ) ( 1434 年 5 月 29 日 ) ) は 室町 時代 の 武将 。 +虚無 僧 ( こむ そう ) と は 禅宗 の 一派 で あ る 普化 宗 の 僧 で あ り 、 剃髪 し な い 半僧 半俗 の 存在 で あ る 。 +本所 法 ( ほんじょ ほう ) と は 、 本所 が 自己 が 持 つ 荘園 を 支配 する ため に 荘務 権 の 一環 と し て 制定 ・ 行使 し た 法 の こと 。 +埋蔵 文化 財 ( まいぞう ぶんか ざい ) は 、 地中 に 埋蔵 さ れ た 状態 で 発見 さ れ る 文化 財 ( 文化 遺産 ) で あ る 。 +太秦 天神川 駅 ( うずまさ てんじん がわ えき ) は 、 京都 府 京都 市 右京 区 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 終着 駅 で 、 同区 に でき た 初 の 地下 鉄 駅 で あ る 。 +この 項目 で は 源氏 物語 の 各帖 の あらすじ を 簡潔 に 記載 する 。 +摂関 政治 ( せっかん せいじ ) と は 、 平安 時代 に 藤原 氏 ( 藤原 北家 ) の 良房 流 一族 が 、 代々 摂政 や 関白 あるいは 内覧 と な っ て 、 天皇 の 代理 者 、 又 は 天皇 の 補佐 者 と し て 政治 の 実権 を 独占 し 続け た 政治 形態 で あ る 。 +千花 ( ち はな ) ( 祇園 板 前 割烹 「 千花 」 ) は 、 永田 基男 ( 1923 年 生まれ ) が 昭和 21 年 に 創業 し た 京 料理 の 店 +下関 条約 ( しもの せき じょうやく ) と は 、 1895 年 4 月 17 日 に 日清 戦争 後 の 講和 会議 で 調印 さ れ た 講和 条約 の 通称 。 +清沢 満之 ( きよざわ まん し 、 文久 3 年 6 月 26 日 ( 旧暦 ) 〈 1863 年 8 月 10 日 〉 - 明治 36 年 〈 190 3 年 〉 6 月 6 日 ) は 、 日本 の 明治 期 に 活躍 し た 哲学 者 ・ 宗教 家 。 +庭田 重熈 ( にわた し げひろ 、 享保 2 年 9 月 21 日 ( 旧暦 ) ( 1 71 7 年 10 月 25 日 ) - 寛政 元年 8 月 19 日 ( 旧暦 ) ( 1789 年 9 月 30 日 ) ) は 江戸 時代 の 公家 、 公卿 。 +朽木 友綱 ( く つき と も つな 、 慶長 4 年 ( 1599 年 ) - 寛文 2 年 8 月 8 日 ( 旧暦 ) ( 1662 年 9 月 20 日 ) ) は 、 江戸 時代 初期 の 旗本 。 +鳥居 元忠 ( とりいもと ただ ) は 、 安土 桃山 時代 の 徳川 家康 の 家臣 で あ る 。 +藤原 朝光 ( ふじわら の あさて る   また は   あさみつ 、 天暦 5 年 ( 951 年 ) - 長徳 元年 3 月 20 日 ( 旧暦 ) ( 995 年 4 月 22 日 ) ) は 平安 時代 の 公卿 。 +六条 家 ( ろくじょうけ ) は 、 日本 の 氏族 ( 公家 ) 。 +飛鳥 ・ 藤原 の 宮都 と その 関連 資産 群 ( あすか ・ ふじわら の きゅうと と その かんれん しさん ぐん ) は 、 国際 連合 教育 科学 文化 機関 の 世界 遺産 ( 文化 遺産 ) 暫定 リスト へ の 追加 掲載 が 決ま っ た 奈良 県 飛鳥 に あ る 史跡 等 の 総称 。 +春秋 座 ( しゅんじゅうざ ) は 、 京都 市 左京 区 に あ る 京都 造形 芸術 大学 京都 芸術 劇場 内 の 劇場 。 +ファッション ( ) と は 、 服飾 や 髪型 ・ 化粧 など の スタイル や 装い の こと で あ る 。 +小足 媛 ( お たら しひめ 、 生没年 不詳 ) は 、 阿倍 内 麻呂 の 娘 。 +京都 競馬 倶楽部 ( きょう と けいば くらぶ ) は 、 かつて 競馬 を 施行 し て い た 団体 で 競馬 倶楽部 の 一 つ 。 +文殊 ( もんじゅ ) と は 、 西 日本 旅客 鉄道 が 新 大阪 駅 ~ 天橋 立 駅 間 を 福知 山 線 ・ 北 近畿 タンゴ 鉄道 宮福線 ・ 北 近畿 タンゴ 鉄道 宮津 線 経由 で 運行 する 特別 急行 列車 の 名称 。 +十 条 駅 ( 東京 都 ) - 東京 都 北 区 ( 東京 都 ) に あ る 東 日本 旅客 鉄道 ( JR 東 日本 ) 埼京 線 ( 赤羽 線 ) の 駅 。 +正一 位 ( しょういち い ) は 、 位 階 及び 神階 の ひと つ 。 +御 附 家老 ( おつけ が ろう ) と は 、 徳川 幕府 初期 、 徳川 将軍 家 血統 の 貴 公子 が 藩主 ( 大名 ) に な っ た 際 に 、 征夷 大将軍 より 直接 命 を 受け て 附属 さ れ た 家老 の こと で あ る 。 +大和 葛城 宝山 記 ( やま と かつらぎ ほうざんき ) と は 仏教 、 特に 修験 道 の 立場 から 書 か れ た 神道 書 。 +下 海上 国造 ( しも つう なかみ の くに みやつこ ・ しもつう なかみこく ぞう ) は 下総 国東部 を 支配 し た 国造 。 +森 の ゆうえんち ( もり の ゆうえんち ) は 、 かつて 京都 市 左京 区 八瀬 に あ っ た 京福 電気 鉄道 経営 の 遊園 地 で あ る 。 +永禄 の 変 ( えい ろく の へん ) は 、 永禄 8 年 5 月 19 日 ( 旧暦 ) ( 1565 年 6 月 17 日 ) 、 三好 三 人 衆 ( 三好 長逸 ・ 三好 政康 ・ 岩成 友通 ) と 松永 久秀ら の 軍勢 に よ っ て 室町 幕府 第 13 代 征夷 大将軍 ・ 足利 義輝 が 京都 ・ 二条 御所 に 襲撃 さ れ 、 討死 し た 事件 で あ る 。 +大内   定綱 ( おお うち   さだつな 、 天文 ( 元号 ) 14 年 ( 1545 年 ) - 慶長 15 年 ( 1610 年 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +高階 経重 ( たかしな の つねしげ 、 生没年 不詳 ) は 、 平安 時代 の 朝臣 。 +中務 ( なかつかさ 、 912 年 ( 延喜 12 年 ) 頃 - 991 年 ( 正暦 2 年 ) 頃 ) は 、 平安 時代 中期 の 女流 歌人 。 +安楽 寿院 ( あんらく じゅ いん ) は 、 京都 市 伏見 区 竹田 に あ る 真言 宗 智山 派 の 寺院 。 +宇都宮 貞綱 ( うつのみや さだつな 、 1266 年 ( 文永 3 年 ) - 1316 年 8 月 13 日 ( 正和 5 年 7 月 25 日 ( 旧暦 ) ) ) は 鎌倉 時代 中 ・ 後期 の 武将 。 +源義賢 ( みなもと の よしかた ) は 、 平安 時代 末期 の 河内 源 氏 の 武将 。 +光定 ( こうじょう 、 宝亀 10 年 ( 779 年 ) - 天安 ( 日本 ) 2 年 8 月 10 日 ( 旧暦 ) ( 85 8 年 9 月 24 日 ) ) は 、 平安 時代 前期 の 天台 宗 の 僧 。 +土 御 門家 ( つちみかど け ) は 朝廷 に 仕え た 日本 の 公家 の 一族 で あ る 。 +トロ は 、 寿司 の ネタ 等 と し て 使 わ れ る マグロ の 特定 の 部位 の 呼称 。 +京都 市 図書 館 ( きょう とし と しょ かん ) は 、 京都 市 立 の 図書 館 で あ る 。 +久米 部 正親 ( くめべ まさちか 、 天保 12 年 4 月 17 日 ( 旧暦 ) ( 1841 年 6 月 6 日 ) - 明治 43 年 ( 1910 年 ) 9 月 25 日 ) は 、 摂津 国 大阪 出身 の 新 選 組 隊士 。 +岐 の 神 ( ちまた の かみ ) また は 辻 の 神 ( つじ の かみ ) と は 、 日本 の 民間 信仰 に お い て 、 疫病 ・ 災害 など を もたら す 悪神 ・ 悪霊 が 聚落 に 入 る の を 防 ぐ と さ れ る 神 ( 神道 ) で あ る 。 +覚信尼 ( かくしん に 、 元仁 元年 ( 1224 年 ) - 弘安 6 年 11 月 24 日 ( 旧暦 ) ( 1283 年 12 月 14 日 ) ? ) は 、 鎌倉 時代 浄土 真宗 の 祖親鸞 の 末娘 。 +尋尊 ( じんそん 、 永享 2 年 8 月 7 日 ( 旧暦 ) ( 1430 年 8 月 25 日 ) - 永正 5 年 5 月 2 日 ( 旧暦 ) ( 150 8 年 5 月 31 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 奈良 興福寺 の 僧 。 +五 辻 家 ( いつつじけ ) は 宇多 源 氏 の 流れ を 引 く 源 氏 堂上 源 氏 。 +阿修羅 ( あしゅら 、 あすら 、 サンスクリット 語 : asura の 音写 、 意訳 : 非天 ) は 八 部衆 に 属 する 仏教 の 守護 神 。 +山口 伊太郎 ( やまぐち い た ろう 、 1901 年 12 月 18 日 - 2007 年 6 月 27 日 ) は 西陣 の 織匠 。 +下狛 駅 ( しも こま えき ) は 、 京都 府 相楽 郡 精華 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 片町 線 の 鉄道 駅 で あ る 。 +日本 > 近畿 地方 > 京都 府 > 中郡 +斤 ( きん ) は 、 尺貫 法 の 質量 ( 重量 ) の 単位 で あ る 。 +電車 焼き 討ち 事件 ( でんしゃ や きうち じけん ) は 、 電車 や その 施設 を 放火 する こと 。 +公案 ( こうあん ) +武田 斐三郎 ( たけだ あ やさぶろう 、 文政 10 年 9 月 15 日 ( 旧暦 ) ( 1827 年 11 月 4 日 ) - 明治 13 年 ( 1880 年 ) 1 月 28 日 ) は 伊予国 大洲 藩 ( 現在 の 愛媛 県 大洲 市 ) 出身 の 学者 で あ る 。 +小野 毛野 ( おのの けぬ 、 生年 不詳 - 和銅 7 年 4 月 15 日 ( 旧暦 ) ( 71 4 年 6 月 1日 ) ) は 、 飛鳥 時代 後期 の 公卿 。 +脱藩 ( だっぱん ) は 、 江戸 時代 に 武士 が 藩 を 脱出 し て 浪人 に な る こと 。 +鷹司 信子 ( たかつかさ のぶこ 、 慶安 4 年 ( 1651 年 ) - 宝永 6 年 2 月 7 日 ( 旧暦 ) ( 1709 年 3 月 17 日 ) ) は 、 江戸 幕府 5 代 征夷 大将軍 徳川 綱吉 の 正室 。 +韶子 内 親王 ( しょうし / あきこ な い しんのう 、 延喜 18 年 ( 918 年 ) - 天元 3 年 1 月 18 日 ( 980 年 2 月 7 日 ) ) は 、 平安 時代 中期 の 皇族 。 +井上 泰助 ( いのうえ た い すけ 、 安政 4 年 12 月 5 日 ( 旧暦 ) ( 1858 年 1 月 19 日 ) - 昭和 2 年 ( 1927 年 ) 2 月 10 日 ) は 、 新 選 組 隊士 。 +磐鹿 六 雁命 ( いわか むつかり の みこと ) は 、 日本 神話 に 登場 する 人物 で 、 景行 天皇 の 侍臣 で あ る 。 +道昭 ( どうしょう 、 弘安 4 年 ( 1281 年 ) - 文和 4 年 12 月 22 日 ( 旧暦 ) ( 1356 年 1 月 24 日 ) ) は 、 天台 宗 の 僧侶 、 歌人 で あ る 。 +今出川 実興 ( いまで がわ さ ねお き 、 享保 元年 ( 1 71 6 年 ) ‐ 享保 15 年 11 月 5 日 ( 旧暦 ) ( 1730 年 12 月 14 日 ) ) は 、 江戸 時代 中期 の 廷臣 。 +天下 ( てんか 、 てん が 、 てんげ 、 あめ の した ) と は 、 全 世界 を 意味 する 概念 。 +大江 朝綱 ( おおえ の あさつな 、 86 6 年 ( 仁和 2 年 ) - 95 8 年 1 月 25 日 ( 天徳 ( 日本 ) 元年 12 月 28 日 ( 旧暦 ) ) ) は 平安 時代 中期 の 公卿 に し て 学者 及び 書家 。 +京都 府 立 陶板 名画 の 庭 ( きょうと ふりつ とうばん めいが の にわ ) は 京都 市 左京 区 下鴨 に あ り 古今 の 名画 を 陶器 の 板 に 転写 し て 展示 し て い る 屋外 美術 館 で あ る 。 +大江 玄圃 ( おおえ げんぽ 、 享保 14 年 ( 1729 年 ) 5 月 - 寛政 6 年 2 月 25 日 ( 旧暦 ) ( 1794 年 3 月 26 日 ) ) は 、 江戸 時代 後期 の 儒学者 ・ 漢詩 人 。 +関藍梁 ( せきらん りょう 、 文化 ( 元号 ) 2 年 4 月 7 日 ( 旧暦 ) ( 180 5 年 5 月 5 日 ) - 文久 3 年 8 月 16 日 ( 旧暦 ) ( 1863 年 9 月 28 日 ) ) は 、 近江 国 ( 滋賀 県 ) 高島 郡 ( 滋賀 県 ) 東 万 木村 ( 現 高島 市 安曇川 町 青柳 ) 出身 の 膳所 藩 の 江戸 藩 邸詰め の 儒者 。 +貧乏 神 ( びんぼう が み ) は 、 取りつ い た 人間 や その 家族 を 貧困 に する 神 。 +和辻 哲郎 ( わつじ てつろう 、 1889 年 3 月 1日 - 19 6 0 年 12 月 26 日 ) は 、 『 古寺 巡礼 』 『 風土 』 など の 著作 で 知 ら れ る 日本 の 哲学 者 、 倫理 学 者 、 文化 史家 、 日本 思想 史 家 。 +倭姫王 ( やまと ひめ の おおきみ 、 生没年 不詳 ) は 、 飛鳥 時代 の 皇族 。 +大宝 律令 ( たいほうりつ りょう ) は 、 8 世紀 初頭 に 制定 さ れ た 日本 の 律令 で あ る 。 +綾戸 國中 神社 ( あやとく なかじんじゃ ) は 、 京都 府 京都 市 南 区 ( 京都 市 ) に あ る 神社 で あ る 。 +円山 公園 ( まるやま こうえん ) は 、 京都 府 京都 市 東山 区 に あ る 公園 。 +鬼童 丸 、 鬼同 丸 ( きどう まる ) は 、 鎌倉 時代 の 説話 集 『 古今 著聞 集 』 など に 登場 する 鬼 。 +六 代 目澤 村田之助 ( ろくだい め さわ むら たのすけ 、 1932 年 ( 昭和 7 年 ) 8 月 4 日 - ) は 歌舞伎 役者 。 +安和 の 変 ( あんな の へん ) は 平安 時代 の 969 年 ( 安和 2 年 ) に 起き た 藤原 氏 に よ る 他 氏 排斥 事件 で あ る 。 +松本 捨助 ( まつもと すてすけ 、 弘化 2 年 4 月 24 日 ( 旧暦 ) ( 1845 年 5 月 29 日 ) - 大正 7 年 ( 1918 年 ) 4 月 6 日 ) は 、 新 選 組 の 八 番組 隊士 。 +涌泉 寺 ( ゆうせんじ ) は 、 京都 市 左京 区 松ヶ崎 に あ る 日 蓮 宗 の 寺院 。 +能海 寛 ( のうみ ゆたか 、 1869 年 ( 明治 元年 ) - 190 3 年 ( 明治 36 年 ) ? ) は 、 チベット を 探検 し た 真宗 大谷 派 の 僧 、 仏教 学 者 。 +佛光 寺 ( ぶっこう じ ) は 、 京都 府 京都 市 下京 区 に あ る 浄土 真宗 の 寺 。 +佐々木 高綱 ( ささき たかつな ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 武将 。 +『 葵上 』 ( あお い の うえ ) は 、 『 源氏 物語 』 の 「 葵 ( 源氏 物語 ) 」 巻 に 取材 し た 能楽 作品 。 +問屋場 ( といやば ) は 、 江戸 時代 の 街道 の 宿場 で 人馬 の 継立 、 助郷 賦 課 など の 業務 を 行 う ところ で し た 。 +多芸 荘 ( たき のしょう ) は 、 平安 時代 また は 鎌倉 時代 ~ 室町 時代 に かけ て 美濃 国 に あ っ た 荘園 。 +矢部 禅尼 ( やべぜん に 、 文治 3 年 ( 1187 年 ) - 康元 元年 ( 1256 年 ) 4 月 20 日 ( 旧暦 ) ) は 、 鎌倉 時代 前期 から 中期 に かけ て の 三浦 氏 一族 の 女性 。 +後 宇多 天皇 ( ごう だてんのう 、 文永 4 年 12 月 1日 ( 1267 年 12 月 17 日 ) - 元亨 4 年 6 月 25 日 ( 1324 年 7 月 16 日 ) ) は 、 鎌倉 時代 の 第 91 代 天皇 ( 在位 : 文永 11 年 1 月 26 日 ( 1274 年 3 月 6 日 - 弘安 10 年 10 月 21 日 ( 1287 年 11 月 27 日 ) ) 。 +宗家 ( そうけ ) と は 、 下記 の とおり で あ る 。 +豊城 入彦命 ( とよき いりび この みこと 、 生没年 不詳 ) は 、 記紀 に 伝え られ る 古墳 時代 の 皇族 ( 王族 ) 。 +大晦日 ( おおみそか ) は 、 1 年 の 最後 の 日 。 +打掛 ( うちかけ ) は 、 日本 の 女性 の 着物 ( 和服 ) の 種類 の 一 つ 。 +寺格 ( じかく ) は 、 経済 的 もしくは 身分 的 に 区分 さ れ た 寺院 の 等級 を 設け て 、 格式 を 区別 する こと 。 +変 若水 ( おち みず 、 を ちみづ ) と は 、 飲 め ば 若返 る と い わ れ た 水 。 +狂言 回 し ( きょうげん まわし ) と は 、 物語 の ほぼ 全般 に わた っ て 、 物語 の 進行 に 重要 な 役割 を 果た す キーパーソン の こと 。 +旧暦 ( きゅうれき ) と は 改暦 が あ っ た 場合 の それ 以前 に 使 わ れ て い た 暦法 の こと で あ る 。 +タマヨリビメ ( タマヨリヒメ と も ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +福島 忠勝 ( ふくしま ただかつ 、 慶長 3 年 ( 1598 年 ) - 元和 ( 日本 ) 6 年 9 月 14 日 ( 旧暦 ) ( 1620 年 10 月 9 日 ) ) は 、 江戸 時代 の 外様 大名 。 +源氏 物語 年立 ( げんじ ものがたり としだて また は げんじ ものがたり としだち ) と は 、 源氏 物語 の 作品 世界 内 に おけ る 出来事 を 主人 公 ( 第 一 部 と 第 二 部 は 光源 氏 ・ 第 三 部 は 薫 ) の 年齢 を 基準 に し て 時間 的 に 順 を 追 っ て 記 し た もの を い う 。 +遵義堂 ( じゅんぎ どう ) は 、 180 8 年 ( 文化 ( 元号 ) 5 年 ) に 設立 さ れ た 膳所 藩 の 藩校 。 +日祐 ( にち ゆう 、 生年 不詳 - 慶長 11 年 11 月 6 日 ( 旧暦 ) ( 160 6 年 12 月 5 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 に かけ て の 法華 宗 の 僧侶 。 +境 黒彦 皇子 ( さかい の くろひこの みこ 、 履中 天皇 2 年 ( 40 1 年 ) 以前 - 安康 天皇 3 年 ( 456 年 ) ) は 允恭 天皇 の 第 二 皇子 。 +大友 貞載 ( おおとも   さだ とし ( また は さだのり ) 、 生年 不詳 - 1336 年 ( 延元 元年 / 建武 ( 日本 ) 3 年 ) ) は 、 鎌倉 時代 、 南北朝 時代 ( 日本 ) の 人物 。 +納豆 ( なっとう ) は 大豆 を 納豆 菌 に よ っ て 発酵 さ せ た 日本 の 食品 。 +津田 算長 ( つだか ずなが ( さんちょう ) 、 明応 8 年 ( 1499 年 ) 頃 - 永禄 10 年 12 月 22 日 ( 旧暦 ) ~ 12 月 23 日 ( 旧暦 ) ( 1568 年 1 月 21 日 ~ 1 月 22 日 ) 頃 ) は 戦国 時代 ( 日本 ) の 武将 。 +九鬼 隆晁 ( く き たかあき 、 宝暦 12 年 ( 1762 年 ) - 安永 8 年 8 月 12 日 ( 旧暦 ) ( 1779 年 9 月 21 日 ) ) は 、 丹波 国 綾 部 藩 の 世嗣 。 +寒 稽古 ( かんげいこ ) と は 、 寒 の 時期 に 、 武道 や 芸事 の 修練 を 行 う こと 。 +式年祭 ( しきねん さい ) は 、 決め られ た 期間 ごと に 行な わ れ る 祭祀 の こと で あ る 。 +四 菩薩 ( しぼさつ ) と は 、 文字 通り 「 四名 の 菩薩 」 の 意 で あ り 、 仏教 の 信仰 ・ 造像 の 対象 で あ る 菩薩 の 組み合わせ の 1 つ で あ る 。 +竈 ( かまど ) は 、 穀物 や 食料 品 など を 加熱 する 際 に 火 を 囲 う ため の 調理 設備 。 +弾正 尹 ( だんじょう の かみ あるいは だんじょういん ) は 律令 制度 に おけ る 弾正 台 の 長官 で あ る 。 +莬玖 波集 ( つくば しゅう ) は 、 南北朝 時代 に 撰集 さ れ た 連 歌集 。 +楽市 ・ 楽座 ( らく いち ・ らくざ ) は 、 日本 の 近世 ( 16 世紀 から 18 世紀 ごろ まで ) に お い て 織田 信長 、 豊臣 秀吉 の 織豊 政権 や 各地 の 戦国 大名 など に よ り 城下町 など の 支配 地 の 市場 で 行 わ れ た 経済 政策 で あ る 。 +片岡 松之助 ( かたおかまつのすけ ) は 、 歌舞伎 役者 。 +富田 親家 ( とみだ ちか いえ 、 生没年 不詳 ) は 、 鎌倉 時代 初期 の 武蔵 国 児玉 党 の 武士 ( 現在 の 埼玉 県 本庄 市 出身 ) 。 +三沢 氏 ( みさわ し 、 みさわ うじ ) は 、 信濃 源 氏 の 後裔 で 、 信濃 国 飯島 郷 地頭 の 一族 で あ る 。 +笠置 寺 ( かさぎ で ら ) は 、 京都 府 相楽 郡 笠置 町 に あ る 真言 宗 智山 派 の 仏教 寺院 。 +月琴 ( げっきん 、 中国 語 名 yueh - chin , yueqin 、 英語 名 moonguitar , moon - zither 、 ベトナム 語 名 Đ à nnguy ệ t ) は 中国 ・ 日本 ・ ベトナム の 伝統 楽器 。 +条約 改正 ( じょうやく かいせい ) と は 、 安政 年間 に 日本 と 諸 外国 と の 間 で 結 ば れ た 不 平等 条約 を 改正 する ため の 外交 交渉 を さ す 。 +『 与話 情 浮名 横櫛 』 ( よわ な さけうき な の よこぐ し 、 旧 字体 : 與話 …… ) と は 歌舞伎 世話 物 の 名作 の ひと つ で あ る 。 +下毛野 稻 麻呂 ( しもつけ ぬの いなまろ 、 ? - 772 年 1 月 13 日 ( 宝亀 2 年 11 月 30 日 ( 旧暦 ) ) ) は 奈良 時代 の 貴族 。 +歩 ( ぶ ) は 、 尺貫 法 に おけ る 長 さ の 単位 で あ る 。 +恵方 詣り ( えほうまいり ) は 、 古来 の 正月 行事 の 一 つ 。 +天女 ( てんにょ ) は 日本 の 伝説 上 の 存在 。 +吉田 長淑 ( よしだ ちょうしゅく ( もしくは 、 ちょうけい 、 なが よし 、 とも ) 、 男性 、 安永 8 年 ( 1779 年 ) - 文政 7 年 8 月 10 日 ( 旧暦 ) ( 182 4 年 9 月 2 日 ) ) は 蘭学 者 、 蘭方 医 。 +織田 信兼 ( おだ の ぶかね   ? - 天正 11 年 ( 1583 年 ) ) は 戦国 時代 の 武将 。 +久原 房之助 ( く はら ふさのすけ 、 1869 年 7 月 12 日 ( 明治 2 年 6 月 4 日 ( 旧暦 ) ) - 1965 年 1 月 29 日 ) は 、 戦前 日本 の 実業 家 、 政治 家 。 +津田 丑五郎 ( つだう しごろう 、 弘化 2 年 ( 1845 年 ) - 明治 2 年 5 月 11 日 ( 旧暦 ) ( 1869 年 6 月 20 日 ) ) は 、 山城 国 京都 出身 の 新 選 組 隊士 。 +出囃子 ( でばやし ) と は 、 演奏 者 が 舞台 に 出 て 演奏 する 歌舞伎 音楽 の こと で あ る 。 +行 円 ( ぎょう えん 、 生没年 不詳 ) は 、 平安 時代 中期 の 僧 。 +文博士 ( ふみの はか せ 、 生没年 不詳 ) は 、 飛鳥 時代 の 人物 で あ る 。 +大枝山 ( おおえ やま ) 、 京都 府 に あ る 山 。 +稲葉 貞通 ( いなば さだみち 、 天文 15 年 ( 1546 年 ) - 慶長 8 年 9 月 3 日 ( 160 3 年 10 月 17 日 ) ) は 、 戦国 時代 から 江戸 時代 前期 に かけ て の 武将 ( 大名 ) 。 +岡本 喜八 ( おかもとき はち 、 1924 年 2 月 17 日 - 2005 年 2 月 19 日 ) は 日本 の 映画 監督 。 +高梨 氏 ( たかなしし ) は 、 信濃 国 北部 ( 高井 郡 ・ 水内 郡 ) に 割拠 し た 武家 の 氏族 。 +高山 寺 ( こうざんじ ) は 、 京都 市 右京 区 梅ヶ畑 栂尾 ( とがの お ) 町 に あ る 寺院 。 +坂上 是則 ( さかの うえ の これ の り 、 生年 不詳 - 延長 ( 元号 ) 8 年 ( 930 年 ) ) は 、 平安 時代 前期 から 中期 に かけ て の 歌人 。 +志村 武蔵 ( し むら たけぞう 、 天保 4 年 ( 1833 年 ) - 没年 不詳 ) は 、 相州 出身 の 新 選 組 隊士 。 +領国 貨幣 ( りょうごく かへい ) と は 、 戦国 時代 ( 日本 ) から 江戸 時代 初期 に 掛け て 、 各地 大名 が 領内 通用 と し て 鋳造 を 命 じ た 金貨 および 銀貨 で あ り 、 領国 金銀 ( りょうごく きんぎん ) と も 呼 ば れ る 。 +平忠盛 ( たいら の ただ もり ) は 、 平安 時代 末期 の 武将 。 +八条宮 穏仁親王 ( はちじょう の み や やすひと しんのう 、 寛永 20 年 4 月 29 日 ( 旧暦 ) ( 1643 年 6 月 15 日 ) - 寛文 5 年 10 月 3 日 ( 旧暦 ) ( 1665 年 11 月 9 日 ) ) は 、 江戸 時代 前期 の 日本 の 皇族 。 +時原 春風 ( ときはら の はるかぜ 、 生没年 不詳 ) は 、 平安 時代 前期 の 書家 と し て 著名 。 +升 ( しょう ) は 、 尺貫 法 に おけ る 体積 ( 容積 ) の 基準 と な る 単位 で あ る 。 +松下 禅尼 ( まつした ぜん に 、 生没 年 未詳 ) は 鎌倉 時代 中期 の 女性 。 +手古舞 ( てこまい ) は 、 祭り に 於 い て 、 山車 や 御輿 を 先導 する 舞 。 +滋野井 公澄 ( しげ の いきんす み 、 寛文 10 年 11 月 21 日 ( 旧暦 ) ( 16 7 1 年 1 月 2 日 ) - 宝暦 6 年 7 月 25 日 ( 旧暦 ) ( 1756 年 8 月 20 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +桂宮 ( かつら のみや ) は 、 宮家 の 一 つ で 、 四 世襲 親王家 の 一 つ 。 +土井 利厚 ( どい としあつ 、 宝暦 9 年 ( 1759 年 ) - 文政 5 年 6 月 24 日 ( 旧暦 ) ( 182 2 年 8 月 10 日 ) ) は 、 江戸 時代 後期 の 大名 、 政治 家 。 +小津 安二郎 ( おづ やすじろう 、 190 3 年 12 月 12 日 - 1963 年 12 月 12 日 ) は 日本 の 映画 監督 。 +松平定 静 ( まつだいら さだ きよ 、 享保 14 年 閏 9 月 23 日 ( 旧暦 ) ( 1729 年 11 月 13 日 ) - 安永 8 年 7 月 14 日 ( 旧暦 ) ( 1779 年 8 月 25 日 ) ) は 江戸 時代 の 大名 。 +大仏 ( だいぶつ ) は 、 巨大 な 仏像 を 指 す 通称 。 +闕腋 袍 ( けってき の ほう 、 欠腋 袍 ) と は 、 日本 の 朝服 の 上衣 の 一 つ で あ る 。 +舎人 糠虫 ( とねり の ぬかむし 、 生年 不明 - 天武 天皇 11 年 ( 682 年 ) 2 月 ( 旧暦 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +馬堀 駅 ( うま ほ りえき ) は 、 京都 府 亀岡 市 篠 町 馬堀 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 で あ る 。 +中村 獅童 ( なかむら しどう ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +馬術 ( ばじゅつ ) は ウマ に 騎乗 し て 運動 の 正確 さ 、 活発 さ 、 美し さ など を 目指 す スポーツ 、 技術 体系 、 また 競技 種目 で あ る 。 +女房 三十 六 歌仙 ( にょうぼうさんじゅう ろっ かせん ) は 、 鎌倉 時代 中期 に 成立 し た 「 女房 三十 六 人 歌合 」 に 歌 を 採 ら れ た 女性 歌人 三十 六 人 を 指 す 。 +この わた ( 海鼠腸 ) は 、 ナマコ の 腸 ( はらわた ) の 塩辛 で あ る 。 +橋本 実麗 ( はしもと さねあきら 、 文化 ( 元号 ) 6 年 10 月 26 日 ( 旧暦 ) ( 1809 年 12 月 3 日 ) - 明治 15 年 ( 18 82 年 ) 10 月 8 日 ) は 江戸 時代 後期 から 幕末 の 公家 、 公卿 。 +江木 欣々 ( えぎきんきん 、 1877 年 ( 明治 10 年 ) 1 月 30 日 - 1930 年 ( 昭和 5 年 ) 2 月 20 日 ) は 、 明治 期 の 法律 学 者 江木 衷 ( まこと ・ ちゅう ) の 妻 。 +今村 昌平 ( いまむら しょうへい 、 1926 年 9 月 15 日 - 2006 年 5 月 30 日 ) は 、 日本 の 映画 監督 、 脚本 家 。 +直宮 家 ( じきみやけ ) と は 宮家 の うち 天皇 の 子供 が 創設 し た 宮家 を 指 す 。 +車折 神社 駅 ( くるまざき じんじゃ えき ) は 、 京都 市 右京 区 嵯峨 中 又 町 に あ る 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 の 鉄道 駅 。 +忠尋 ( ちゅうじん 、 治暦 元年 ( 1065 年 ) - 保延 4 年 10 月 14 日 ( 旧暦 ) ( 1138 年 11 月 18 日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +上杉 憲房 ( うえすぎ   のりふさ ) +水口 城 ( みな くちじょう ) は 滋賀 県 甲賀 市 水口 町 水口 に あ る 城 。 +正 四 位 ( しょうしい ) と は 、 日本 の 位 階 及び 神階 に おけ る 位 の ひと つ 。 +杉本 氏 ( すぎもと し ) は 日本 の 武家 の ひと つ 。 +不昧流 ( ふまいりゅう ) は 、 松平 不昧 に 始ま り 松江 藩 で 伝わ っ た 茶道 の 一派 。 +天王 祭 ( てんのうさい ) は 、 牛頭 天王 ( ごず てんの う ) を 祀 る 天王 社 の 祭 で あ る 。 +新酒 ( しんしゅ ) と は 、 一般 に 次 の 用例 で 用い られ る 。 +倒幕 運動 ( とうばく うんどう ) は 、 主 と し て 江戸 時代 後期 の 幕末 に 、 江戸 幕府 を 打倒 し て 政権 打倒 を 目的 と し た 幕末 の 政治 運動 を 意味 する 。 +伴 林 光平 ( ともばやし みつ ひら 、 ばんばやし みつ ひ ら : 文化 ( 元号 ) 10 年 ( 1813 年 ) - 文久 4 年 2 月 16 日 ( 旧暦 ) ( 1864 年 3 月 23 日 ) ) と は 、 幕末 の 国学 者 、 歌人 、 勤王 志士 。 +禅源 諸詮 集都 序 ( ぜんげん しょ せん しゅうと じょ ) と は 、 中国 唐代 の 僧 で あ る 圭峯 宗密 が 禅 の 諸家 の 文句 や 偈頌 を 編集 し た 『 禅源 諸 詮集 』 ( 佚書 ) の 序文 「 都序 」 の こと で あ り 、 この 部分 のみ が 伝存 し て い る 。 +洛西 バス ターミナル ( らくさい バス ターミナル ) は 、 京都 府 京都 市 西京 区 に あ る バス ターミナル で あ る 。 +敦道 親王 ( あつみち しんの う 、 天元 ( 日本 ) 4 年 ( 981 年 ) - 寛弘 4 年 10 月 2 日 ( 旧暦 ) ( 100 7 年 11 月 14 日 ) ) は 、 平安 時代 中期 の 皇族 、 歌人 。 +上 夜 久野 駅 ( かみやく の えき ) は 、 京都 府 福知山 市 夜久野 町 平野 六ッ町 1284 番地 2 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 鉄道 駅 。 +九 条 輔 家 ( くじょうすけいえ 、 明和 6 年 9 月 12 日 ( 旧暦 ) ( 1769 年 10 月 11 日 ) - 天明 5 年 6 月 19 日 ( 旧暦 ) ( 1785 年 7 月 24 日 ) ) は 江戸 時代 の 公卿 。 +平高清 ( たいら の たか きよ / 平六 代   たいら の ろくだい ) 、 承安 ( 日本 ) 3 年 ( 1173 年 ) - 建久 10 年 2 月 5 日 ( 旧暦 ) ( 1199 年 3 月 3 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 平家 一門 。 +大友 月 湖 ( おおとも げっこ 、 生卒 年 不詳 ) は 、 江戸 時代 中期 ・ 後期 の 画家 。 +太秦 ( うずまさ ) は 、 京都 市 右京 区 および 大阪 府 寝屋川 市 に あ る 地名 。 +七条 警察 署 襲撃 事件 ( しちじょう けいさつ しょしゅう げき じけん ) と は 、 1946 年 ( 昭和 21 年 ) 1 月 24 日 に 京都 府 京都 市 で 発生 し た 襲撃 事件 。 +山城 国 ( やましろ の くに ) は 、 かつて 日本 の 地方 行政 区分 だっ た 令 制 国 の 一 つ で 、 畿内 に 位置 する 。 +島津 忠景 ( しまづただ かげ 、 仁治 2 年 ( 1241 年 ) - 正安 2 年 ( 130 0 年 ) ) は 鎌倉 時代 の 武将 ・ 歌人 。 +大石 鍬次郎 ( おおいし く わじろう 、 天保 9 年 ( 1838 年 ) - 明治 3 年 10 月 10 日 ( 旧暦 ) ( 1870 年 11 月 3 日 ) ) は 、 新 選 組 諸士 調役 兼 監察 。 +中長者 町 通 ( なかちょう じゃま ちどり ) は 京都 市 上京 区 の 東西 の 通り の 一 つ 。 +国一 揆 ( く に いっき ) は 南北朝 時代 ( 日本 ) 、 室町 時代 の 領主 に よ る 領主 権 の 確保 を 目的 と し た 連合 形態 ( 一揆 ) を 言 う 。 +下鴨 東通 ( しもがも ひがしどおり ) は 京都 市 左京 区 の 南北 の 通り の 一 つ 。 +壱志 姫王 ( いち しひめ の おおきみ 、 生没年 不詳 ) は 、 飛鳥 時代 の 人物 。 +源 義高 ( みなもと の よし た か 、 生没年 不詳 ) は 、 平安 時代 末期 の 河内 源 氏 の 流れ を 汲 む 武将 。 +長屋 王 ( ながや の おおきみ 、 天武 天皇 13 年 ( 684 年 ) ? - 神亀 6 年 2 月 12 日 ( 旧暦 ) ( 729 年 3 月 20 日 ) ) は 、 奈良 時代 の 皇族 、 公卿 。 +早合 ( はや ごう ) は 火縄 銃 等 の マズル ローダー ( 銃口 から 弾 を 込め る 方式 の 銃 ) の 装填 を 簡便 に する ため に 用い られ た 「 弾薬 包 」 で あ り 、 戦国 時代 後期 もしくは 安土 桃山 時代 から 使用 さ れ て い た と 云 わ れ る 。 +解 ( げ ) と は 、 律令 制 に お い て 下級 の 官司 ( 被管 ) より 上級 の 官司 ( 所管 ) に あて て 提出 さ れ る 公文 書 の こと 。 +豊国 神社 ( と よく に じんじゃ ) は 、 京都 市 東山 区 に 鎮座 する 神社 。 +称念 寺 ( しょうねんじ ) は 、 奈良 県 橿原 市 今井町 に あ る 浄土 真宗 本願 寺 派 の 寺院 。 +藤原 忠清 ( ふじわら の ただ き よ 、 生年 不詳 - 文治 元年 ( 1185 年 ) ) は 平安 時代 末期 の 武将 。 +杣 街道 ( そま かいどう ) は 、 江戸 時代 に 滋賀 県 ( 近江 国 ) 甲賀 郡 に 存在 し た 街道 。 +詩仙 堂 ( しせんどう ) は 、 京都 市 左京 区 に あ る 国 の 史跡 。 +日本 の タクシー ( にっぽん の タクシー ) で は 、 日本 に おけ る タクシー に つ い て の 事情 など に つ い て 記述 する 。 +磐座 ( いわくら ) と は 、 日本 に 古く から あ る 自然 崇拝 ( 精霊 崇拝 ・ アニミズム ) で あ る 古神道 の なか の 一 つ の 信仰 を さ す 。 +ぱっち は 、 腰 から 足首 まで を 覆 う 男性 用 下着 。 +仁阿弥 道八 ( にんあみどう はち 、 天明 2 年 ( 1782 年 ) - 安政 2 年 ( 1855 年 ) ) は 江戸 時代 後期 の 陶芸 家 。 +八朔 ( はっさく ) と は 八 月 朔日 の 略 で 、 旧暦 の 8 月 1日 ( 旧暦 ) の こと 。 +小松 均 ( こまつ ひとし 、 190 2 年 1 月 19 日 - 1989 年 8 月 23 日 ) は 、 日本 画 家 。 +都古流 ( みやここ りゅう ) は 、 明治 35 年 11 月 空瓢 堂 磯貝 一 阿彌 が 創っ た い けば な の 流儀 ( 華道 の こと ) 。 +式部 省 ( しき ぶしょう ) は 、 日本 の 律令 制 に おけ る 日本 の 官制 八 省 の ひと つ 。 +七 代 目 中村 芝翫 ( しちだい め なかむら しかん 、 1928 年 ( 昭和 3 年 ) 3 月 11 日 - ) は 、 歌舞伎 役者 。 +日記 の 家 ( にっき の いえ / にき の いえ ・ 日記 之 家 ) と は 、 先祖 代々 の 手 に よ る 家 の 日記 ( 家記 ) を 伝蔵 し た 公家 の 呼称 。 +飛来 一閑 ( ひき いっかん ) は 千家 十 職 の 一 つ 、 一閑 張 細工師 の 当主 が 代々 襲名 し て い る 名称 。 +脇能 ( わきのう ) と は 、 能 に おけ る 神 を シテ と する 曲 。 +北条 英時 ( ほうじょう ひでとき ) は 、 鎌倉 時代 末期 の 北条 氏 の 一門 。 +春澄 洽子 ( はるすみ の あまねいこ 、 生没年 不詳 ) は 平安 時代 の 女官 、 歌人 。 +道臣 命 ( みち の おみの みこと ) は 記紀 に 登場 する 人物 。 +『 台記 』 ( たいき ) は 、 宇治 左 大臣 藤原 頼長 の 日記 。 +藤原 成家 ( ふじわら の なりいえ 、 久寿 2 年 ( 1155 年 ) - 承久 2 年 6 月 4 日 ( 旧暦 ) ( 1220 年 7 月 5 日 ) ) は 鎌倉 時代 初期 の 公卿 。 +能面 ( のうめん ) は 、 能楽 や 一部 の 神楽 で 用い られ る 仮面 で あ る 。 +福知 山 都市 圏 ( ふくちやま とし けん ) は 、 京都 府 福知 山 市 を 中心 と する 都市 圏 で あ る 。 +森下 道誉 ( もりした どう よ 、 ? - 天正 9 年 10 月 24 日 ( 158 1 年 11 月 20 日 ) ) は 安土 桃山 時代 の 人物 、 武将 。 +花輪違 ( はなわちがい ) と は 、 日本 の 家紋 で あ る 輪違 紋 の 一種 。 +室町 幕府 ( むろまち ばくふ ) は 、 足利 尊 氏 が 創設 し た 武家 政権 。 +西園寺 ( さいおんじ ) は 、 京都 市 上京 区 に あ る 浄土 宗 の 寺院 。 +禅定 寺 ( ぜん じょうじ ) は 京都 府 綴喜 郡 宇治田原町 禅定 寺 に あ る 曹洞 宗 の 寺院 。 +鞍馬 山 鋼索 鉄道 ( くらまやま こうさく てつどう ) は 、 京都 府 京都 市 左京 区 に あ る 洛北 の 名刹 、 宗教 法人 鞍馬 寺 が 参詣 者 の 利便 を 図 っ て 運行 し て い る ケーブル カー 。 +甘露寺 国長 ( かんろじく に な が 、 明和 8 年 9 月 10 日 ( 旧暦 ) ( 17 71 年 10 月 17 日 ) - 天保 8 年 6 月 18 日 ( 旧暦 ) ( 1837 年 7 月 20 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +平時実 ( たいら の ときざね 、 仁平 元年 ( 1151 年 ) - 建暦 3 年 1 月 29 日 ( 旧暦 ) ( 1213 年 2 月 21 日 ) ) は 平安 時代 末期 ・ 鎌倉 時代 初期 の 公卿 。 +小出 英貞 ( こい で ふささ だ 、 天和 ( 日本 ) 4 年 2 月 16 日 ( 旧暦 ) ( 1684 年 3 月 31 日 ) - 延享 元年 11 月 15 日 ( 旧暦 ) ( 1744 年 12 月 18 日 ) ) は 、 丹波 国 園 部 藩 の 第 4 代 藩 主 。 +奥好義 ( おく よし いさ 、 1858 年 - 1933 年 3 月 6 日 ( 9 日 と も ) ) は 、 明治 ・ 大正 ・ 昭和 時代 の 雅楽 、 作曲 家 。 +源 頼清 ( みなもと の より きよ 、 長徳 元年 ( 995 年 ) - 延久 5 年 7 月 18 日 ( 旧暦 ) ( 1073 年 8 月 23 日 ) ) は 、 平安 時代 中期 の 武士 ・ 官人 。 +源 頼仲 ( みなもと の より なか 、 生年 未詳 - 保元 元年 7 月 30 日 ( 旧暦 ) ( 1156 年 8 月 17 日 ) ) は 平安 時代 末期 の 河内 源 氏 の 武将 。 +徳大寺 公迪 ( とくだいじ きんみち / きんな り 、 明和 8 年 6 月 19 日 ( 旧暦 ) ( 17 71 年 7 月 30 日 ) - 文化 ( 元号 ) 8 年 7 月 25 日 ( 旧暦 ) ( 1811 年 9 月 12 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +几帳 ( きちょう ) は 、 平安 時代 以降 公家 の 邸宅 に 使 わ れ た 。 +江州 島津 氏 は 、 近江国 に 興 っ た 薩摩 国 島津 氏 の 支族 の ひと つ 。 +正中 の 変 ( しょうちゅう の へん ) と は 、 鎌倉 時代 後期 の 1324 年 ( 正中 ( 元号 ) 元年 ) に 起き た 、 後醍醐 天皇 に よ る 鎌倉 幕府 討幕 計画 が 事前 に 発覚 し て 首謀 者 が 処分 さ れ た 事件 で あ る 。 +救 小屋 ( すくいごや ) と は 、 江戸 時代 、 地震 や 火災 、 洪水 、 飢饉 など の 天災 の 際 に 、 被害 に あ っ た 人々 を 救助 する ため に 、 江戸 幕府 や 藩 など が 立て た 公的 な 救済 施設 ( 小屋 ) の こと で あ る 。 +日我 ( にち が 、 永正 5 年 ( 150 8 年 ) - 天正 14 年 11 月 11 日 _ ( 旧暦 ) ( 1586 年 12 月 21 日 ) ) は 、 戦国 時代 _ ( 日本 ) の 法華 宗 の 僧侶 。 +祇園 東 ( ぎおん ひがし ) は 京都 市 東山 区 四条 通 花見小路 通上ル 東側 に 位置 する 花街 。 +平 重盛 ( たいら の しげもり ) は 、 平安 時代 末期 の 武将 、 公卿 。 +法成 ( ほうじょう 、 生没年 不明 ) は 、 奈良 時代 の 唐僧 。 +豚 カツ ( とんかつ ) は 、 ブタ肉 に 小麦 粉 、 溶き卵 、 パン 粉 の 順番 で 衣 を つけ て 油 で 揚げ た 料理 で あ る 。 +分部 光忠 ( わけべ みつただ 、 元禄 11 年 7 月 21 日 ( 旧暦 ) ( 1698 年 8 月 26 日 ) - 享保 16 年 3 月 14 日 ( 旧暦 ) ( 1731 年 4 月 20 日 ) ) は 、 近江国 大溝 藩 の 第 5 代 藩 主 。 +鴨都波 神社 ( かもつ ば じんじゃ ) は 、 奈良 県 御所 市 に あ る 神社 で あ る 。 +『 今鏡 』 ( いまかがみ ) は 、 歴史 物語 。 +切り干し 大根 ( きりぼし だいこん 、 単に 切り干し と も ) は 、 ダイコン の 乾燥 品 。 +興福寺 ( こうふくじ ) は 、 奈良 県 奈良 市 登 大路 町 ( のぼり おお じちょう ) に あ る 、 南都 六 宗 の 一 つ 、 法 相 宗 の 大 本 山 の 寺院 で あ る 。 +節刀 ( せっとう 、 せち とう ) は 、 日本 の 古代 ( 奈良 時代 から 平安 時代 ) に お い て 、 天皇 が 出征 する 将軍 また は 遣唐 使 の 大使 に 持 た せ た 、 任命 の 印 と し て の 刀 。 +宇太 水分 神社 ( うだみくまり じんじゃ ) は 、 奈良 県 宇陀 市 に あ る 神社 。 +江戸 時代 ( えど じだい 、 ~ 、 徳川 時代 と も ) と は 、 江戸 幕府 に よ っ て 日本 が 統治 さ れ て い た 時代 を 指 す 日本 の 歴史 の 時代 区分 の 一 つ 。 +源 満快 ( みなもと の みつよし 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +徳源院 ( とくげんいん ) は 、 滋賀 県 米原 市 に あ る 京極 氏 の 菩提寺 。 +三善 康信 ( みよし の やすのぶ 、 保延 6 年 ( 1140 年 ) - 承久 3 年 8 月 9 日 ( 旧暦 ) ( 1221 年 8 月 27 日 ) ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 公家 。 +坂田 藤十郎 ( さかた とうじゅうろう ) は 、 歌舞伎 役者 。 +華頂宮 博経 親王 ( かちょう のみや ひろつね しんのう 、 嘉永 4 年 3 月 18 日 ( 旧暦 ) ( 1851 年 4 月 19 日 ) - 明治 9 年 ( 1876 年 ) 5 月 24 日 ) は 、 日本 の 皇族 、 大 日本 帝国 海軍 軍人 。 +小習 ( こなら い ) ・ 習事 ( ならいごと ) と は 茶道 の 修道 課程 の ひと つ で 、 道具 や 状況 に 応 じ た 手続き を まとめ た もの 。 +アマツ ヒコネ は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +市辺押磐 皇子 ( いちの へ の おしは のみこ 、 ? - 安康 天皇 3 年 ( 456 年 ) 10 月 ( 旧暦 ) ) は 、 記紀 ・ 『 風土 記 』 に 伝え られ る 5 世紀 頃 の 皇族 ( 王族 ) 。 +他所酒 ( よそざけ ) と は 、 室町 時代 から 江戸 時代 に かけ て 、 京都 以外 の 土地 から 京都 に 入 っ て くる 日本 酒 の こと を 、 京都 に 住 む 人々 が 呼 ん だ 名称 。 +桂宮 淑子 内 親王 ( かつら の みやすみ こ な い しんの う 、 文政 12 年 1 月 19 日 ( 1829 年 2 月 22 日 ) - 明治 14 年 ( 1881 年 ) 10 月 3 日 ) は 、 仁孝 天皇 の 第 三 皇女 。 +大狛 百 枝 ( おおこま の ももえ 、 生年 不明 - 持統 天皇 10 年 5 月 13 日 ( 旧暦 ) ? ( 696 年 6 月 18 日 ? ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +藤原 教通 ( ふじわら の のりみち 、 長徳 2 年 6 月 7 日 ( 旧暦 ) ( 996 年 7 月 29 日 ) - 承保 2 年 9 月 25 日 ( 旧暦 ) ( 1075 年 11 月 6 日 ) ) は 、 平安 時代 中期 の 公卿 で 、 藤原 道長 の 五男 。 +勘解由 小路在富 ( か で の こうじ あき と み / かげゆ こうじ あり と み 、 延徳 2 年 2 月 5 日 ( 旧暦 ) ( 1490 年 2 月 24 日 ) - 永禄 8 年 8 月 10 日 ( 旧暦 ) ( 1565 年 9 月 4 日 ) ) は 、 戦国 時代 ( 日本 ) の 公卿 ・ 陰陽 師 。 +鹿子木 荘 ( かのこぎ の しょう ・ かなこぎ の しょう ) は 、 平安 時代 ~ 室町 時代 に かけ て 肥後 国 に あ っ た 荘園 。 +在原 業平 ( ありわら の なりひら 、 天長 2 年 ( 82 5 年 ) - 元 慶 4 年 5 月 28 日 ( 旧暦 ) ( 880 年 7 月 9 日 ) ) は 平安 時代 初期 の 貴族 。 +訪問 着 ( ほうもん ぎ ) は 日本 の 女性 用 着物 ( 和服 ) の 種類 の 一 つ 。 +髭 茶屋 追分 ( ひげちゃ や おいわけ ) は 山科 盆 地 内 に あ る 、 東海道 と 大津 街道 の 分岐 点 ( 山科 追分 と も ) 。 +来目 塩籠 ( くめ の しおこ 、 生年 不明 - 天武 天皇 元年 7 月 ( 67 2 年 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +廃帝社 ( はいてい の やしろ ) は 、 京都 府 京都 市 下京 区 の 円丘 の 上 に あ っ た 社 で あ る 。 +五 観 の 偈 ( ご かん の げ ) は 、 主に 禅宗 に お い て 食事 の 前 に 唱え られ る 偈文 。 +倉垣 荘 ( くらがき の しょう ) は 、 平安 時代 後期 から 戦国 時代 ( 日本 ) まで 越 中 国 射水郡 に 置 か れ た 荘園 。 +名主 ( みょうしゅ ) は 、 日本 の 古代 末期 から 中世 日本 に かけ て 、 国衙 領 ・ 荘園 領主 から 名田 の 経営 を 請け負 っ た 。 +社家 ( しゃけ ) と は 、 日本 の 身分 の ひと つ で あ る 。 +寄せ鍋 ( よせなべ ) は 、 鍋 料理 の 一 つ 。 +建部 山城 ( たけべやまじょう ) は 丹後 国加佐郡 ( 現在 の 京都 府 舞鶴 市 下 福井 ) に あ っ た 室町 時代 から 戦国 時代 に あ っ た 城 。 +證空 ( しょうくう ・ 証空 、 西山 、 治承 元年 ( 1177 年 ) - 宝治 元年 11 月 26 日 ( 旧暦 ) ( 1247 年 12 月 24 日 ) ) は 、 西山 浄土 宗 、 浄土 宗 西山 禅林 寺 派 、 浄土 宗 西山 深草 派 の 祖 。 +森 坊 増隆 ( もりの ぼうぞうりゅう 、 生没年 不詳 ) は 、 戦国 時代 ( 日本 ) の 僧侶 。 +義真 ( ぎしん 、 天応 ( 日本 ) 元年 ( 781 年 ) - 天長 10 年 7 月 4 日 ( 旧暦 ) ( 833 年 8 月 26 日 ) ) は 、 平安 時代 前期 の 天台 宗 の 僧 。 +柳生 家厳 ( やぎゅう いえ よし 、 明応 6 年 ( 1497 年 ) - 天正 13 年 ( 1585 年 ) は 、 大和 国 地方 を 拠点 と し た 武将 。 +梅酒 ( うめしゅ ) と は 、 一般 的 に 6 月 頃 に 収穫 さ れ る 青ウメ を アルコール ( ホワイト リカー 、 焼酎 が 一般 的 ) で 漬け込 ん だ 酒 で 、 日本 を 代表 する リキュール で あ る 。 +駅 逓司 ( えきていし ) と は 、 慶応 4 年 4 月 21 日 _ ( 旧暦 ) ( 明治 元年 ・ 1868 年 6 月 11 日 ) に 設置 さ れ た 交通 通信 担当 官司 。 +大谷 光紹 ( おおた に こうしょう   1925 年 ( 大正 14 年 ) 3 月 9 日 - 1999 年 ( 平成 11 年 ) 12 月 24 日 ) は 、 浄土 真宗 の 僧 で 、 浄土 真宗 東 本願 寺 派 第 25 世 法 主 。 +高天原 故 地碑 ( たかまが はらこちひ ) は 、 大韓民国 慶尚北道 高霊郡 の 伽耶 大 学校 内 に あ る 石碑 。 +源 高明 ( みなもと の たか あきら 、 延喜 14 年 ( 914 年 ) - 天元 ( 日本 ) 5 年 12 月 26 日 ( 旧暦 ) ( 98 3 年 1 月 17 日 ) ) は 、 平安 時代 の 公卿 。 +国友 ( くに とも ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 末期 まで 「 堺 市 」 と 並び 称 せ られ た 鉄砲 生産 地 、 近江 国 坂田 郡 国友 村 ( 現 、 滋賀 県 長浜 市 国友 町 ) 及び 工人 の 「 国友 鍛冶 」 を 指 す 語 。 +破墨 山水 ( はぼく さんすい ) と は 破墨 の 技法 ( 後述 ) を 用い て 描 か れ た 山水 画 の こと 。 +花魁 ( おいらん ) は 、 吉原 遊廓 の 遊女 で 位 の 高 い 者 の こと を い う 。 +『 丹後 国 風土 記 』 ( たんご の くに ふどき ) は 、 丹後 国 ( 今 の 京都 府 北部 ) の 風土 記 。 +京都 シティ ハーフ マラソン ( きょうと シティ ハーフ マラソン ) は 、 京都 府 京都 市 で 毎年 3 月 の 第 2 日 曜 日 に 行 わ れ る ハーフ マラソン 大会 。 +今上 帝 ( きんじょうてい ・ きん じょう の みかど ) は 、 『 源氏 物語 』 に 登場 する 四 番 目 の 天皇 ( 在位 : 「 若菜 ( 源氏 物語 ) 下 」 ~ ) 。 +藤原 為家 ( ふじわら の ためいえ 、 建久 9 年 ( 1198 年 ) - 建治 元年 5 月 1日 ( 旧暦 ) ( 1275 年 5 月 27 日 ) ) は 、 鎌倉 時代 中期 の 公家 ・ 歌人 。 +袋中 ( たいちゅう 、 天文 ( 元号 ) 21 年 1 月 29 日 ( 旧暦 ) ( 155 2 年 2 月 23 日 ) - 寛永 16 年 1 月 21 日 ( 旧暦 ) ( 1639 年 2 月 23 日 ) ) は 、 江戸 時代 前期 の 浄土 宗 の 学僧 。 +久我 敦通 ( こ が あつみ ち 、 永禄 8 年 8 月 21 日 ( 旧暦 ) ( 1565 年 9 月 15 日 ) - 寛永 元年 11 月 22 日 ( 旧暦 ) ( 1625 年 1 月 1日 ) は 、 室町 時代 後期 から 安土 桃山 時代 の 公卿 。 +上洛 ( じょうらく ) と は 、 京都 に 入 る 事 を 意味 する 語 で あ る 。 +かわらけ 投げ ( かわらけ なげ ) と は 、 厄 よけ など の 願い を 掛け て 、 高 い 場所 から 素焼き や 日干し の 土器 の 酒杯 や 皿 を 投げ る 遊び の こと 。 +鷹司 兼煕 ( たかつか さ かねひろ 、 万治 2 年 12 月 5 日 ( 旧暦 ) ( 16 60 年 1 月 17 日 ) - 享保 10 年 11 月 20 日 ( 旧暦 ) ( 1725 年 12 月 24 日 ) ) は 、 江戸 時代 前期 の 公家 、 関白 。 +内閣 職権 ( ないかく しょっけん ) と は 、 日本 に お い て 、 内閣 総理 大臣 の 職務 及び 内閣 運営 方法 を 定め た 規則 。 +橋本 忍 ( はしもとしのぶ 、 1918 年 4 月 18 日 - ) は 、 昭和 期 の 脚本 家 、 映画 監督 。 +ウンシュウミカン ( 温州 蜜柑 、 学名 : Citrusunshiu ) は 、 ミカン 科 の 常緑 低木 。 +源 満頼 ( みなもと の みつ より 、 生没年 不詳 ) は 、 平安 時代 中期 の 武士 。 +初代 ・ 島津 源蔵 ( しまづ げんぞう 、 天保 10 年 5 月 15 日 _ ( 旧暦 ) ( 1839 年 6 月 25 日 ) - 明治 27 年 ( 1894 年 ) 12 月 8 日 ) は 島津 製作 所 の 創業 者 、 また 日本 の 発明 家 。 +千葉 満胤 ( ちばみつたね 、 1359 年 ( 正平 ( 日本 ) 14 年 / 延文 4 年 ) - 142 6 年 7 月 12 日 ( 応永 33 年 6 月 8 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 武将 。 +座 布団 ( ざ ぶとん ) と は 、 床 や 畳 の 上 に 座 る 際 に 、 臀部 、 膝 、 脚 の 下 に 宛 が う 調度 品 。 +煮しめ ( に しめ ) と は 、 煮 る 調理 法 の ひと つ を 用い て 調理 さ れ た 料理 。 +芳春院 ( ほうしゅんいん ) は 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 、 臨済 宗 大 本山 大徳 寺 の 塔頭 ( たっちゅう ) で あ る 。 +藤原 御楯 ( ふじわら の みたて 、 ? - 天平 宝字 8 年 6 月 9 日 ( 764 年 7 月 16 日 ) ) は 奈良 時代 の 貴族 、 官僚 。 +タルタル ソース ( 英語 : tartaresauce 、 tartarsauce ) は 、 マヨネーズ を 元 に し た ソース ( 調味 料 ) の 一種 。 +渋み ・ 渋味 +後花園 天皇 ( ご はなぞの てんのう 、 応永 26 年 6 月 18 日 ( 1419 年 7 月 10 日 ) - 文明 2 年 12 月 27 日 ( 14 7 1 年 1 月 18 日 ) 在位 : 正長 元年 7 月 28 日 ( 142 8 年 9 月 7 日 ) - 寛正 5 年 7 月 19 日 ( 1464 年 8 月 21 日 ) ) は 、 室町 時代 の 第 102 代 天皇 で あ る 。 +常盤井宮 全仁親王 ( ときわい のみやま た ひと しんの う 、 元亨 元年 ( 1321 年 ) - 貞治 6 年 / 正平 22 年 7 月 19 日 ( 1367 年 8 月 15 日 ) ) は 、 室町 時代 初頭 の 皇族 。 +宗徧 流 ( そうへん りゅう ) は 、 山田 宗偏 に 始ま る 茶道 の 一派 。 +水炊 き ( みずたき ) は 、 主に 福岡 県 で 食 さ れ る 郷土 料理 で 、 鍋 料理 の 一種 。 +漆紙 文書 ( うるし が み もんじょ ) と は 、 廃棄 文書 を 漆 の 入 っ た 容器 の 蓋紙 に し 、 それ に 漆 が 浸潤 し た こと に よ っ て 、 腐 ら ず に 残 っ た 古代 の 文書 。 +伊福部 都牟 自 ( いふくべ の つむ じ 、 生年 不詳 - 斉明 天皇 4 年 ( 658 年 ) 3 月 11 日 ( 旧暦 ) ) は 因幡 国 の 古代 豪族 、 伊福部 氏 の 人 で あ る 。 +輸租 田 ( ゆそでん ) と は 、 律令 制 に おけ る 田地 の 課税 方式 の 区分 の うち 、 田租 を 国家 へ 納め る こと が 定め られ た 田 。 +文室 宮田 麻呂 ( ふんや のみや た まろ 、 生没年 不詳 ) は 、 平安 時代 初期 の 官人 。 +村上 源 氏 ( むらかみ げんじ ) は 、 62 代 村上 天皇 の 皇子 を 祖 と する 賜姓 皇族 の ひと つ 。 +京見 峠 ( きょうみ とうげ ) は 京都 府 京都 市 北 区 ( 京都 市 ) に あ る 峠 で あ る 。 +三好 三 人衆 ( みよし さん にん しゅう ) は 日本 の 戦国 時代 ( 日本 ) に 畿内 で 活躍 し た 、 三好 長逸 ・ 三好 政康 ・ 岩成 友通 の 三 人 を 指 す 。 +侯爵 ( こうしゃく ) と は 爵位 ( 五爵 ) の 第 2 位 で あ る 。 +守護 所 ( しゅご しょ ) と は 、 中世 日本 に お い て 守護 が 居住 し た 館 の 所在 地 の こと 。 +津守 国 基 ( つもり の くに もと 、 治安 ( 元 号 ) 3 年 ( 1023 年 ) - 康和 4 年 7 月 7 日 ( 旧暦 ) ( 110 2 年 7 月 28 日 ) ) は 、 平安 時代 後期 の 歌人 。 +嘉吉 の 乱 ( かきつ の らん ) は 、 室町 時代 の 嘉吉 元年 ( 1441 年 ) に 播磨 国 、 備前 国 、 美作 国 守護 の 赤松 満祐 が 、 六代 征夷 大将軍 足利 義教 を 暗殺 し 、 領国 播磨 で 幕府 方 討伐 軍 に 敗れ て 討 た れ る まで の 一連 の 騒乱 で あ る 。 +飛行 神社 ( ひ こう じんじゃ ) は 京都 府 八幡 市 に あ る 神社 。 +藤原 隆家 ( ふじわら の たか いえ 、 天元 ( 日本 ) 2 年 ( 979 年 ) - 寛徳 元年 正月 1日 ( 1044 年 2 月 2 日 ) ) は 、 平安 時代 の 公卿 。 +五老岳 ( ごろ う が だけ ) は 、 京都 府 舞鶴 市 の 中央 部 、 東 舞鶴 と 西 舞鶴 を 分け る 山岳 。 +一 品 親王 ( いっ ぽん しん のう ) と は 、 律令 制 に お い て 皇親 に 対 し て 与え られ た 最も 高 い 品位 ( 身位 ) で あ る 一 品 を 与え られ た 親王 の こと 。 +百 万 遍 知恩 寺 ( ひゃく まん べんち おんじ ) は 、 京都 市 左京 区 に あ る 浄土 宗 大 本 山 の 寺院 。 +日本 の 市 +山田 顕義 ( やまだ あきよし 、 1844 年 11 月 18 日 ( 天保 15 年 10 月 9 日 ( 旧暦 ) ) - 1892 年 11 月 11 日 ) は 、 日本 の 武士 ( 長州 藩士 ) 、 政治 家 、 陸軍 軍人 。 +奴婢 ( ぬひ ) は 、 律令 制 に おけ る 、 良民 ( 自由 民 ) に 対 する 賤民 ( 自由 の な い 民 ) の 中 の 位置 づけ の 一 つ で あ り 、 奴隷 階級 に 相当 する 。 +金光 清右衛門 ( かなみつ せいえもん 、 寛永 15 年 ( 1638 年 ) - 宝永 7 年 8 月 ( 1 710 年 ) ) は 、 岡山 藩士 。 +僧堂 ( そうどう ) は 仏教 の 寺院 内 に あ る 建物 の 1 つ で 、 修行 者 ( 僧侶 ) が 集団 生活 を 行 い ながら 仏道 修行 に 励 む 場 で あ る 。 +春澄 善縄 ( はるすみの よし ただ 、 延暦 16 年 ( 797 年 ) - 貞観 ( 日本 ) 12 年 2 月 19 日 ( 旧暦 ) ( 870 年 3 月 24 日 ) は 、 平安 時代 前期 の 学者 ・ 公卿 。 +京都 定期 観光 バス ( きょう と ていき かんこう バス ) は 、 京阪 バス と 京都 市 交通 局 が 京都 市 ならび に その 周辺 地域 で 運行 し て い る 定期 観光 バス で あ る 。 +鉢木 ( はち の き ) は 能 の 一 曲 。 +聖 ( ひ じり ) と は 、 日本 に お い て 諸国 を 回遊 し た 仏教僧 を い う 。 +小豆粥 ( あずき がゆ ) と は 、 小豆 を 炊き込 ん だ 粥 。 +蟹満寺 ( か に まんじ ) は 、 京都 府 木津川 市山城 町 ( 京都 府 ) に あ る 真言 宗 智山 派 の 寺院 。 +円通 寺 ( えんつう じ ) は 京都 市 左京 区 岩倉 幡枝 町 に あ る 臨済 宗 妙心 寺 派 の 仏教 寺院 。 +芋 羊羹 ( い も よう かん ) は 、 サツマ イモ を 主原料 と し て 練り上げ 成型 し た 和 菓子 で あ る 。 +橘 諸兄 ( たちばな の もろえ 、 天武 天皇 13 年 ( 684 年 ) - 天平 勝宝 9 年 1 月 6 日 ( 旧暦 ) ( 75 7 年 1 月 30 日 ) ) は 、 奈良 時代 の 政治 家 ・ 元 皇族 。 +第 6 世 本 翁意伯 上人 は 徳川 家 家臣 鳥居 忠吉 の 次男 で あ り 、 戦国 の 武将 鳥居 元忠 の 兄 で あ る 。 +半夏生 ( はんげしょう ) は 雑節 の 一 つ で 、 半夏 ( カラス ビシャク ) と い う 薬草 が 生え る ころ ( ハンゲショウ ( カタシログサ ) と い う 草 の 葉 が 名前 の 通り 半分 白 く な っ て 化粧 し て い る よう に な る ころ と も ) 。 +京阪 山科 駅 ( けいはん やましな えき ) は 、 京都 府 京都 市 山科 区 安朱 桟敷町 に あ る 京阪 電気 鉄道 京津 線 の 鉄道 駅 。 +宇治 茶 ( うじちゃ ) は 、 宇治 市 を 中心 と する 京都 府 南部 地域 で 生産 さ れ る と イメージ さ れ て い る 日本 茶 の 高級 ブランド 。 +平 忠正 ( たいら の ただまさ 、 生年 不詳 - 保元 元年 7 月 28 日 ( 旧暦 ) ( 1156 年 8 月 15 日 ) ) は 平安 時代 末期 の 武将 。 +天下 普請 ( てんかぶ しん ) と は 、 江戸 幕府 が 全国 の 諸 大名 に 命令 し 、 行 わ せ た 土木 工事 の こと 。 +西面 武士 ( さいめん の ぶし ) と は 、 鎌倉 時代 、 太上 天皇 に 仕え 、 身辺 の 警衛 、 奉仕 など に あた っ た 武士 集団 の こと 。 +風神 雷 神図 ( ふうじん らいじん ず ) と は 、 風神 と 雷神 を 描 い た 屏風 画 で あ る 。 +澤村 宗十郎 ( さわむら そうじゅうろう ) は 、 歌舞伎 役者 の 名跡 。 +友禅 ( ゆうぜん ) と は 、 布 に 模様 を 染め る 技法 の ひと つ 。 +義天玄詔 ( ぎ てん げんしょう 、 明徳 4 年 ( 1393 年 ) - 寛正 3 年 3 月 18 日 ( 旧暦 ) ( 1462 年 4 月 17 日 ) ) は 、 室町 時代 中期 の 臨済 宗 の 僧 。 +鍋焼き うどん ( なべや きうどん ) は 、 うどん を 用い た 料理 の 一種 。 +源義 基 ( みなもと の よしもと 、 生年 不詳 - 治承 四 年 ( 1180 年 ) ) は 、 平安 時代 末期 の 河内 源 氏 の 武将 。 +中沢 道二 ( なかざわ どう に 、 享保 10 年 8 月 15 日 ( 旧暦 ) ( 1725 年 9 月 21 日 ) - 享和 3 年 6 月 11 日 ( 旧暦 ) ( 180 3 年 7 月 29 日 ) ) は 、 江戸 時代 中期 から 後期 に かけ て 活躍 し た 石門 心学 者 。 +屯倉 ( みやけ ) と は 、 ヤマト 政権 の 支配 制度 の 一 つ 。 +大宮家 ( おおみやけ ) +本項 京都 市 山科 区 の 町名 ( きょうとしやま し な く の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +貴穀 賤 金 ( きこく せん きん ) は 、 江戸 時代 の 経済 思想 の ひと つ で 、 米穀 を とう と び 、 貨幣 を いやしめ る と い う もの 。 +尹良 親王 ( ただよし ( ゆきよし ) しんのう 、 生年 不詳 - 応永 31 年 8 月 15 日 ( 旧暦 ) ( 142 4 年 9 月 7 日 ) ) は 、 南北朝 時代 ( 日本 ) ・ 室町 時代 の 皇族 で 宗良 親王 の 第 2 皇子 、 後醍醐 天皇 の 皇孫 に あた る 。 +梅若 万 三郎 ( うめわか ・ まんざぶろう ) は 能楽 シテ 方 観世 流 梅若 家 の 分家 当主名 。 +六角 通 ( ろっ かく どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +墨染 駅 ( すみぞめ えき ) は 、 京都 府 京都 市 伏見 区 深草 北 新町 に あ る 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +『 心中 天 網島 』 ( しんじゅうてん の あみしま ) は 、 近松 門左衛門 作 の 浄瑠璃 。 +伊地知 貞馨 ( いぢちさだか 、 文政 9 年 ( 1826 年 ) - 明治 20 年 ( 1887 年 ) ) は 明治 時代 の 官僚 。 +栗野 慎一郎 ( くり の しんいちろう 、 嘉永 4 年 11 月 7 日 ( 旧暦 ) ( 1851 年 11 月 29 日 ) - 昭和 12 年 ( 1937 年 ) 1 1 月 15 日 ) は 明治 、 大正 期 の 日本 国 の 外交 官 。 +難波 頼経 ( なんば よりつね 、 生年 未詳 - 建保 4 年 ( 1217 年 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 廷臣 。 +海印 寺 ( かいいん じ ) は 、 京都 府 長岡 京 市 に あ っ た 寺院 、 および その 周辺 の 地名 。 +藤原 経子 ( ふじわら の けいし / つねこ ) +「 鈴 」 ( りん ) と は 、 仏具 の 1 つ 。 +長船 綱 直 ( おさふね つ な なお   ? - 慶長 4 年 ( 1599 年 ) ? ) は 安土 桃山 時代 の 人物 。 +六 尺 褌 ( ろく しゃく ふんどし ) と は 、 長 さ 約 180 cm ~ 300 cm 程度 、 幅 約 16 cm ~ 34 cm 程度 の さらし の 布 を 用い た 日本 人 男性 用 の 下着 。 +和名 類 聚抄 ( わみょう るい じゅしょう ) は 、 平安 時代 中期 に 作 ら れ た 辞書 で あ る 。 +五 位 蔵人 ( ごい の く ろうど ) は 、 律令 制下 の 日本 に おけ る 官職 ( 令外 官 ) の 一 つ 。 +頃 ( けい ) は 市制 ( 単位 系 ) に おけ る 面積 の 単位 で あ る 。 +勧修 寺家 ( かじゅう じけ / かんじゅ じけ ) は 藤原 北家 勧修 寺 流 の 公家 で あ る 。 +山 号 長 等 山 ( ながら さん ) +島地 黙雷 ( しまじ も くらい , 天保 9 年 2 月 15 日 ( 旧暦 ) ( 1838 年 3 月 10 日 ) - 明治 44 年 ( 1911 年 ) 2 月 3 日 ) は 、 明治 時代 に 活躍 し た 浄土 真宗 本願 寺 派 の 僧 。 +東儀 家 ( とうぎ け ) は 、 奈良 時代 から 今日 まで 130 0 年 以上 の 間 、 雅楽 を 世襲 し て き た 三方 楽所 楽家 ( 宮中 ・ 京都 、 南都 ・ 奈良 、 天王 寺 ・ 大阪 の 楽師 の 家 ) の 家系 。 +栄叡 ( よう えい ・ えいえい 、 生年 不詳 - 749 年 ) は 、 奈良 時代 の 僧 。 +京極 高 迢 ( きょうごく た か とお 、 寛保 元年 ( 1741 年 ) - 宝暦 12 年 4 月 24 日 ( 旧暦 ) ( 1762 年 6 月 16 日 ) ) は 、 讃岐 国 丸亀 藩 の 世嗣 。 +朱 雀門 の 鬼 ( すざく もん の お に ) は 、 平安 京 の 朱 雀門 に 棲 ん で い た と い わ れ る 鬼 。 +式 部職 ( しきぶしょく ) は 宮内 庁 の 内部 部局 の ひと つ +月次祭 ( つきなみ の まつり ) と は 、 神道 に おけ る 祭礼 の ひと つ 。 +家紋 ( かもん 、 英語 : ) と は 、 特に 日本 に お い て 古く より 出自 と い っ た 自ら の 家系 、 血統 、 家柄 ・ 地位 を 表 す ため に 用い られ て き た 紋章 で あ る 。 +寿老人 ( じゅ ろうじん ) は 道教 の 神仙 ( 神 ) 。 +紀春主 ( きの はるぬし 、 生没年 不詳 ) は 、 平安 時代 初期 の 官人 。 +近藤 芳助 ( こんどう よしすけ 、 天保 14 年 ( 1843 年 ) 5 月 - 大正 11 年 ( 1922 年 ) 7 月 5 日 ) は 、 江州 国友 村 出身 の 新 選 組 隊士 。 +山科 言綱 ( やましな ときつ な 、 文明 ( 日本 ) 18 年 4 月 1日 ( 旧暦 ) ( 1486 年 5 月 4 日 ) - 享禄 3 年 9 月 12 日 ( 旧暦 ) ( 1530 年 10 月 3 日 ) ) は 、 室町 時代 後期 の 公家 。 +一色 教親 ( いっしき の りちか 、 応永 26 年 ( 1419 年 ) - 宝徳 3 年 11 月 28 日 ( 旧暦 ) ( 1451 年 12 月 21 日 ) ) は 室町 時代 の 守護 大名 で あ る 。 +中井 敬所 ( な かいけいしょ 、 天保 2 年 ( 1831 年 ) - 明治 42 年 ( 1909 年 ) ) は 、 明治 時代 の 篆刻 家 で あ る 。 +細川 氏 ( ほそかわ し ) は 、 本姓 は 源氏 、 鎌倉 時代 から 江戸 時代 に かけ て 栄え た 武家 。 +旧 制 第 三 高等 学校 ( きゅう せい だい さん こう とう がっこう ) は 、 現在 の 京都 大学 の 前身 の 一 つ と な っ た 旧 制 高等 学校 で あ る 。 +仏覚寺 ( ぶっかく じ ) は 、 奈良 県 橿原 市 に 所在 する 日蓮 正宗 の 寺院 。 +妙喜庵 ( みょうきあん ) は 京都 府 乙訓 郡 大山崎 町 に あ る 仏教 寺院 。 +相良 前 頼 ( さがら さき より 、 ? - 1394 年 2 月 19 日 ( 明徳 5 年 1 月 19 日 ( 旧暦 ) ) ) は 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 武将 。 +慈光 院 ( じ こういん ) は 奈良 県 大和郡山 市 小泉 町 に あ る 臨済 宗 大徳 寺 派 の 寺院 で あ る 。 +藤原 家政 ( ふじわら の いえ まさ 、 承暦 4 年 ( 1080 年 ) - 永久 ( 元 号 ) 3 年 4 月 8 日 ( 旧暦 ) ( 1115 年 年 5 月 3 日 ) ) は 平安 時代 末期 の 公卿 。 +賀茂 神社 ( かも じんじゃ ) と は 、 京都 府 京都 市 に あ る 賀茂 別雷 神社 ( 上賀茂 神社 ) と 賀茂 御祖 神社 ( 下鴨 神社 ) の 2 つ の 神社 の 総称 で あ る 。 +弓削 皇子 ( ゆげ のみこ 、 生年 不明 - 文武 天皇 3 年 7 月 21 日 ( 旧暦 ) ( 699 年 8 月 21 日 ) ) は 天武 天皇 の 第 9 皇子 ( 第 6 皇子 と も ) 。 +石川 名足 ( いしかわ の なたり 、 728 年 ( 神亀 5 年 ) - 788 年 7 月 11 日 ( 延暦 7 年 6 月 4 日 ) ) は 奈良 時代 の 官人 。 +安徳 天皇 ( あんとく てんのう 、 治承 2 年 11 月 12 日 ( 1178 年 12 月 22 日 ) - 寿永 4 年 3 月 24 日 ( 1185 年 4 月 25 日 ) ) は 、 第 81 代 の 天皇 。 +藤原 道兼 ( ふじわら の み ちかね 、 応和 元年 ( 96 1 年 ) - 長徳 元年 5 月 8 日 ( 旧暦 ) ( 995 年 6 月 13 日 ) ) は 、 平安 時代 中期 の 公卿 。 +新田 分知 ( しんでんぶんち ) と は 、 江戸 時代 に おけ る 武家 の 分家 形態 の 一 つ で あ る 。 +梶原 景時 の 変 ( かじわら かげ とき の へん ) は 鎌倉 時代 初期 、 正治 元年 10 月 25 日 ( 旧暦 ) から 翌 正治 2 年 1 月 20 日 ( 旧暦 ) ( 1199 年 11 月 15 日 - 120 0 年 2 月 6 日 ) に かけ て 鎌倉 幕 府 内部 で 起こ っ た 政争 。 +塚 ( つか   Mound ) と は その 周囲 の 地面 より 、 こんもり と 丸 く 盛り上が っ た 場所 を 指 し 、 具体 的 に は 何 か が 集積 、 堆積 し た 盛り上がり や 、 小さな 山 や 丘 や 古墳 など で あ る 。 +含利門 ( がんり もん ) は 、 大内 裏 豊楽 院 十 九 門 の ひと つ で あ る 。 +宣陽 門院 ( せんよう もん いん 、 養和 元年 10 月 5 日 ( 旧暦 ) ( 1181 年 11 月 13 日 ) - 建長 4 年 6 月 8 日 ( 旧暦 ) ( 125 2 年 7 月 15 日 ) ) は 、 平安 時代 後期 の 皇族 、 女院 。 +鞍馬 線 ( くら ま せ ん ) は 、 京都 府 京都 市 左京 区 の 宝ヶ池 駅 から 鞍馬 駅 まで を 結 ぶ 叡山 電鉄 の 鉄道 路線 。 +東殿 塚 古墳 ( ひがし どの づか こふん ) は 、 奈良 県 天理 市 に 所在 する 。 +宿善 ( しゅくぜん ) と は 、 浄土 真宗 の 教義 に あ る 言葉 の 一 つ 。 +天橋立 駅 ( あまの はしだて えき ) は 、 京都 府 宮津 市 字 文珠 に あ る 、 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +渟名底 仲 媛命 ( ぬ な そこなかつひめ の みこと ) は 、 安寧 天皇 の 皇后 。 +堺 町 通 ( さかい まち どおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +高麗 物 ( こうらい もの ) と は 、 茶 道具 に おけ る 中国 製 の 「 唐物 」 に 対 する 朝鮮 半島 製品 の 総称 。 +遣唐 使 ( けんとうし ) と は 、 『 旧 唐 書 』 や 『 新唐 書 』 に も 記 さ れ て い る とおり 、 倭国 が 唐 に 派遣 し た 朝貢 使 の こと を い う 。 +建国 記念 の 日 ( けんこく きねん の ひ ) と は 、 日本 の 国民 の 祝日 の 1 日 で あ る 。 +未生流 ( み しょうりゅう ) は 、 未生斎 一 甫 を 開祖 と する 華道 の 一派 。 +京都 国立 博物 館 ( きょうと こくりつ はくぶつ かん ) は 、 独立 行政 法人 国立 文化 財 機構 が 運営 する 博物 館 。 +藤原 善時 ( ふじわら の よしとき 、 生没年 不詳 ) は 、 平安 時代 中期頃 の 貴族 。 +鳥兜 ( 鳥甲 、 とりかぶと ) は 、 雅楽 の 常装 束 で 用い られ る 頭 に 被 る 装身 具 。 +抽分 銭 ( ちゅう ぶんせん ) と は 、 室町 時代 の 輸入 税 。 +礼服 ( らいふく ) と は 、 唐 の 律令 を 参考 に 日本 の 朝廷 に 導入 さ れ た 、 五 位 以上 の 貴族 が 正月 の 朝賀 や 代始 の 即位 式 に 用い た 正装 の こと 。 +京都 市 道 183 号 衣笠 宇多野 線 ( きょうと しどう 18 3 ごう き ぬ が さ うた の せん ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) 鹿苑 寺前 交差 点 より 京都 市 右京 区 福王子 交差 点 に 至 る 主要 地方 道 で あ る 京都 市 町 村道 。 +ぶり 大根 ( ぶり だいこん ) と は ブリ の アラ を ダイコン と 一緒 に 醤油 で 煮 た もの 。 +寺社 伝奏 ( じしゃ でんそう ) は 、 中世 ・ 近世 の 公家 政権 に 設置 さ れ た 役職 。 +河野 恕斎 ( こう の じょさい 、 寛保 2 年 ( 1742 年 ) - 安永 8 年 2 月 9 日 ( 旧暦 ) ( 1779 年 3 月 26 日 ) ) は 、 江戸 時代 中期 の 日本 の 儒学者 ・ 漢詩 人 で あ る 。 +二葉亭 四迷 ( ふたばていしめい 、 元治 元年 2 月 28 日 ( 旧暦 ) ( 1864 年 4 月 4 日 ) - 明治 42 年 ( 1909 年 ) 5 月 10 日 ) は 、 日本 の 小説 家 、 翻訳 家 。 +年中 行事 歌合 ( ねん じょうぎょう じ うた あわせ ) と は 、 貞和 5 年 12 月 22 日 ( 旧暦 ) ( 1350 年 1 月 30 日 ) に 北朝 ( 日本 ) 関白 二条 良 基 主催 で 開 か れ た 五十 番 歌合 の こと 。 +紙幣 整理 ( し へいせいり ) と は 、 明治 初期 に 出 さ れ た 明治 政府 及び 国立 銀行 ( 明治 ) 発行 の 紙幣 を 整理 ・ 縮減 し て 日本 銀行 発行 の 兌換 紙幣 に 変換 する こと で 通貨 制度 ・ 信用 制度 の 信頼 回復 を 図 る 政策 。 +葛西殿 ( かさいど の 、 天福 ( 日本 ) 元年 ( 1233 年 ) ? - 文保 4 年 ( 1317 年 ) 10 月 16 日 ( 旧暦 ) ? ) は 、 鎌倉 時代 中期 の 北条 氏 一門 の 女性 。 +有栖川宮 威仁親王 ( ありすがわ の みや た けひと しんの う 、 文久 2 年 1 月 13 日 ( 1862 年 2 月 11 日 ) - 大正 2 年 ( 1913 年 ) 7 月 5 日 ) は 、 日本 の 皇族 、 軍人 。 +伽藍 神 ( がらん じん ) は 、 寺院 を 守護 する 神 。 +河鰭 公述 ( かわばた きん あきら 、 文政 12 年 1 月 9 日 ( 旧暦 ) ( 1829 年 2 月 12 日 ) - 元治 元年 8 月 21 日 ( 旧暦 ) ( 1864 年 9 月 21 日 ) ) は 、 江戸 時代 末期 の 公家 。 +進 氏 ( しんし ) は 南北朝 時代 ( 日本 ) から 室町 時代 に かけ て 伯耆 国 西部 ( 西伯耆 ) に 勢力 を 持 っ て い た 国 人 。 +藤井 斉成 会 有鄰 館 ( ふじい さいせい かい ゆう りんかん ) は 、 京都 府 京都 市 左京 区 岡崎 に あ る 、 中国 の 古 美術 が 中心 の 私立 美術 館 。 +肖柏 ( しょうはく : 1443 年 ( 嘉吉 3 年 ) - 15 2 7 年 5 月 4 日 ( 大永 7 年 4 月 4 日 ( 旧暦 ) ) ) は 、 室町 時代 中期 の 連歌 師 、 歌人 。 +金平 ( きんぴら ) は 、 日本 食 の 惣菜 の 一 つ 。 +小川 流 ( おがわ りゅう ) と は 、 江戸 時代 末期 に 小川 可進 ( 初代 小川 後楽 ) が 開 い た 煎 茶道 の 流派 で あ る 。 +金光寺 ( こんこうじ ) と は 、 京都 市 下京 区 本 塩竈 町 に あ る 時宗 の 寺院 。 +西 舞鶴 駅 ( に しまい づる えき ) は 、 京都 府 舞鶴 市 伊佐津字 コモイケ 西 213 - 1 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) ・ 北 近畿 タンゴ 鉄道 ( KTR ) の 駅 で あ る 。 +三 大 事件 建白 運動 ( さん だい じけん けんぱく うんどう ) と は 、 1887 年 ( 明治 20 年 ) 10 月 に 片岡 健吉 が 元老院 _ ( 日本 ) に 提出 し た 建白書 ( 「 三 大 事件 建白 」 ) を きっかけ に 起き た 政治 運動 。 +藤原 師長 ( ふじわら の もろな が 、 保延 4 年 ( 1138 年 ) - 建久 3 年 7 月 19 日 ( 旧暦 ) ( 1192 年 8 月 28 日 ) ) は 、 平安 時代 末期 の 公卿 ( 太政 大臣 ) 。 +赤舌 日 ( しゃくぜつ にち ) と は 、 ( 貴族 や 民間 の 風習 に お い て ) 陰陽 道 の 羅刹 神 が 支配 する 日 で あ り 、 転 じ て 不吉 と さ れ る 日 で あ る 。 +源 有綱 ( みなもと の ありつな 、 生年 不詳 - 文治 2 年 6 月 16 日 ( 旧暦 ) ( 1186 年 7 月 4 日 ) ) は 、 平安 時代 末期 の 摂津 源 氏 の 武将 。 +釧雲泉 ( くしろ うんぜん 、 宝暦 9 年 ( 1759 年 ) - 文化 ( 元号 ) 8 年 11 月 16 日 ( 旧暦 ) ( 1811 年 12 月 31 日 ) ) は 、 江戸 時代 後期 の 文人 画 で あ る 。 +酒呑 童子 ( しゅてんどうじ ) は 、 京都 市 と 丹波 国 の 国境 の 大枝 ( 老 の 坂 ) に 住 ん で い た と さ れ る 鬼 の 頭領 ( 盗賊 で あ っ た と も ) で あ る 。 +豊時 義 ( とよの ときよし 、 7 月 14 日 - 4 月 24 日 ) は 、 雅楽 師 、 日本 芸術 院 会員 。 +村国虫 麻呂 ( むら くに の むしまろ 、 生没年 不明 ) は 、 日本 の 奈良 時代 の 人物 で あ る 。 +増誉 ( ぞうよ 、 長元 5 年 ( 10 32 年 ) - 永久 ( 元 号 ) 4 年 1 月 29 日 ( 旧暦 ) ( 111 6 年 2 月 14 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +三浦 光村 ( みうら みつむら ) は 鎌倉 時代 中期 の 鎌倉 幕府 の 御 家人 。 +修験 道 ( しゅげんどう ) と は 、 山 へ 籠も っ て 厳し い 修行 を 行 う 事 に よ り 、 様々 な 「 験 」 ( しるし ) を 得 る 事 を 目的 と する 日本 独特 の 混淆 宗教 で あ る 。 +京漆器 ( きょう しっき ) と は 、 京都 市 内 で 生産 さ れ る 工芸 品 的 な 漆器 の こと 。 +清涼 殿落雷 事件 ( せいりょう でんらくらい じけん ) は 、 平安 時代 の 延長 ( 日本 ) 8 年 6 月 26 日 ( 旧暦 ) ( ユリウス 暦 930 年 7 月 24 日 ) に 、 内裏 の 清涼 殿 に 落雷 し た 事件 。 +花山院 通定 ( かざいん みちさだ 、 生年 不詳- 応永 7 年 4 月 14 日 ( 旧暦 ) ( 140 0 年 5 月 8 日 ) ) は 、 南北朝 時代 ( 日本 ) ・ 室町 時代 の 公卿 。 +今川   範国 ( いまがわ   のりくに 、 1295 年 ( 永仁 3 年 ) ? - 13 84 年 6 月 8 日 ( 元中 元年 / 至徳 ( 日本 ) 元年 5 月 19 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 守護 大名 。 +法霖 ( ほうりん 、 元禄 6 年 ( 1693 年 ) - 寛保 元年 10 月 17 日 ( 旧暦 ) ( 1741 年 11 月 24 日 ) ) は 、 江戸 時代 中期 の 浄土 真宗 の 学僧 。 +藤 氏 家伝 ( 藤 氏 家傳 ・ とうし か でん ) は 天平 宝字 四 年 ( 760 年 ) に 成立 し た 。 +護王 神社 ( ご おう じんじゃ ) は 、 京都 市 上京 区 に あ る 神社 で あ る 。 +市川 宗家 ( いちかわ そうけ ) +新田 義興 ( にった よしおき ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +『 小説 総論 』 ( しょうせつ そうろん ) は 、 二葉 亭 四迷 の 文芸 評論 。 +国衙領 ( こくが りょう ) は 、 平安 時代 中期 頃 以降 の 公領 を 、 荘園 に 対 し て 呼 ぶ 歴史 学 用語 。 +学制 ( がくせい ) +源 仲章 ( みなもと の なか あきら 、 ? - 建保 7 年 1 月 27 日 ( 旧暦 ) ( 1219 年 2 月 13 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 貴族 ・ 儒学 者 。 +蹴上 駅 ( けあげ えき ) は 、 かつて 京都 市 東山 区 蹴上 に あ っ た 京阪 電気 鉄道 京阪 京津 線 の 鉄道 駅 。 +足利満兼 ( あしかが みつか ね 、 永和 ( 日本 ) 4 年 ( 1378 年 ) - 応永 16 年 7 月 22 日 ( 旧暦 ) ( 1409 年 9 月 1日 ) ) は 室町 時代 中期 の 武将 。 +京都 府立 女子 専門 学校 ( きょうと ふりつ じょし せんもん がっこう ) は 、 1927 年 ( 昭和 2 年 ) 3 月 に 設立 さ れ た 公立 の 旧 制 専門 学校 。 +金子 政熙 ( かねこ まさき 、 生没年 不詳 ) は 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 。 +『 井筒 』 ( いづつ ) は 、 能 を 代表 する 曲 の 一 つ で あ る 。 +宗尊 親 王 ( むねたかしんのう 、 仁治 3 年 11 月 22 日 ( 旧暦 ) ( 1242 年 12 月 15 日 ) - 文永 11 年 8 月 1日 ( 旧暦 ) ( 1274 年 9 月 2 日 ) ) は 、 鎌倉 幕府 6 代 征夷 大将軍 で 皇族 で の 初めて の 征夷 大将軍 。 +学館 院 ( がっかん いん ) は 大学 寮 に 付属 する 大学 別曹 の 一 つ で あ る 。 +ナイフ 形 石器 ( ナイフ がた せっき ) と は 、 後期 旧 石器 時代 に 特徴 的 な 、 石刃 ( 刃器 ) など の 剥片 に 刃潰 し 剥離 ( 剥片 自身 が も つ 鋭 い 側縁 の 一部 を ナイフ の 刃 の よう に 残 し 、 ほか の 側縁 を 鈍 く つぶ す 調整 剥離 ) を 加え 、 現在 の ナイフ に 似 た 形 に 仕上げ た 石器 で あ る 。 +新田 義貞 ( にったよしさだ ) は 、 鎌倉 時代 末期 の 御 家人 、 南北朝 時代 ( 日本 ) の 武将 。 +島津 宗家 5 代 当主 、 島津 貞久 の 長子 ( 132 2 ‐ 13 40 ) 。 +藤原 詮子 ( ふじわら の せんし / あきこ 、 応和 2 年 ( 96 2 年 ) - 長保 3 年 閏 12 月 22 日 ( 旧暦 ) ( 100 2 年 2 月 7 日 ) は 、 平安 時代 、 第 64 代 円 融 天皇 女 御 。 +玄関 ( げんかん ) と は 、 建物 の 主要 な 出入り 口 の こと 。 +九条 忠 基 ( くじょう ただ もと 、 興国 6 年 / 貞和 元年 ( 1345 年 ) - 応永 4 年 12 月 20 日 ( 旧暦 ) ( 1398 年 1 月 8 日 ) ) は 、 南北朝 時代 ( 日本 ) の 公卿 。 +京都 守護 職 ( きょうと しゅごしょく ) は 幕末 に 新た に 設け られ た 江戸 幕府 の 要職 で あ り 、 政事 総裁職 ・ 将軍 後見職 と 並 ぶ 三役 の 一 つ 。 +帛紗 ( ふくさ ) は 、 主に 茶道 で 、 茶器 を 取り扱 う とき に 用い られ る 布 で あ る 。 +増田 正造 ( ますだ しょうぞう 、 1930 年 - ) は 日本 の 能楽 研究 者 。 +モルガン お 雪 ( 1881 年 11 月 - 1963 年 5 月 18 日 ) 。 +藤原 内麻呂 ( ふじわら の うち まろ 天平 勝宝 8 歳 ( 75 6 年 ) - 弘仁 3 年 11 月 13 日 ( 旧暦 ) ( 812 年 12 月 24 日 ) ) は 、 奈良 時代 から 平安 時代 初期 の 公卿 。 +藤原 季通 ( ふじわら の すえみ ち 、 生没 年 未詳 ) は 平安 時代 末期 の 廷臣 、 歌人 。 +八 ツ橋 ( やつはし ) は 、 和 菓子 の ひと つ 。 +津崎 矩子 ( つざき のりこ 、 天明 6 年 ( 1786 年 ) - 明治 6 年 ( 1873 年 ) 8 月 23 日 ) は 幕末 の 近衛 家 の 老女 、 勤王 家 。 +勧学 と は 、 近世 末 から 日本 仏教 の 宗派 の 中 で 、 教学 の 研鑽 を きわめ た 指導 的 立場 の 僧侶 に 与え て い る 称号 の こと で あ る 。 +国家 学会 ( こっか がっ かい ) は 、 1887 年 ( 明治 20 年 ) 2 月 に 設立 さ れ た 東京 大学 法科 大学 ( 東京 大学 法学 部 の 前身 ) の 研究 団体 で あ る 。 +名草 戸畔 ( なぐさ とべ 、 ? - 伝紀 元 前 663 年 旧暦 6 月 ) は 、 日本 書紀 や 和歌山 市 の 伝承 に 登場 する 、 神武 東 征 と 戦 っ た 人物 で あ る 。 +吉田 俊太郎 ( よしだ しゅんたろう 、 嘉永 2 年 ( 1849 年 ) - ? ) は 、 丹波 国 篠山 出身 の 新 選 組 隊士 。 +小椋 神社 ( おぐら じんじゃ ) は 滋賀 県 大津 市 に あ る 神社 。 +恵信尼 ( え しん に 、 寿永 元年 ( 1182 年 ) - 文永 5 年 ( 1268 年 ) ? ) は 、 鎌倉 時代 の 人物 で 、 浄土 真宗 の 宗祖 と さ れ る 僧 ・ 親鸞 の 妻 で あ る 。 +京八 流 ( きょう はち りゅう ) は 、 伝説 上 の 剣術 流 派 。 +八角 墳 ( はっかく ふん ) は 古墳 時代 の 終末 期 ( 7 世紀 中葉 〜 ) に つく ら れ た 正 八 角 形 の 古墳 。 +勺 ( しゃく ) は 、 尺貫 法 の 体積 の 単位 で あ る 。 +多田 頼貞 ( ただより さだ 、 ? - 興国 4 年 / 康永 2 年 8 月 12 日 ( 旧暦 ) ( 1343 年 9 月 1日 ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +薩峠 の 戦い ( さ っ た とうげ の たたか い 、 薩山 の 戦 い と も ) は 、 南北朝 時代 ( 日本 ) の 1351 年 ( 正平 ( 日本 ) 6 年 / 観応 2 年 ) 12 月 、 駿河 国 薩 た 峠 ( 静岡 県 静岡 市 清水 区 ) に お い て 、 足利 尊 氏 の 軍勢 と 足利 直義 の 軍勢 と の 間 で 行 わ れ た 合戦 で あ る 。 +屋敷神 ( やしき がみ ) は 、 屋敷 に 付属 し て い る 土地 に 祀 ら れ て い る 神・ 神社 の こと で あ る 。 +野見 宿禰 ( のみ の すくね ) は 、 『 日本 書紀 』 に 登場 する 人物 。 +回転 寿司 ( かいてんずし ) と は 、 各種 の 寿司 を 載せ た 小皿 を 客席 沿い に 設置 さ れ た チェーン コンベア 上 に 連続 し て 循環 さ せ 、 客 は 寿司 を 皿 ごと 自由 に 取り上げ る 、 半 セルフ サービス 型 の 安価 な 寿司 屋 の 形態 。 +今出川 公規 ( いまで がわ きん の り 、 寛永 15 年 1 月 12 日 ( 旧暦 ) ( 1638 年 2 月 25 日 ) - 元禄 10 年 10 月 26 日 ( 旧暦 ) ( 1697 年 12 月 8 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +国分寺 ( こくぶんじ ) 、 国分 尼 寺 ( こくぶん にじ ) は 、 741 年 ( 天平 13 年 ) 、 聖武 天皇 が 国情 不安 を 鎮撫 する ため 、 各令 制 国 に 建立 を 命 じ た 寺院 。 +駅 情報 +三条 西 季知 ( さんじょう に し すえとも 、 文化 ( 元号 ) 8 年 2 月 26 日 ( 旧暦 ) ( 1811 年 3 月 20 日 ) - 明治 13 年 ( 1880 年 ) 8 月 24 日 ) は 、 幕末 の 公卿 で 明治 の 高官 。 +摺鉦 ( すりが ね ) は 金属 製 の 打楽 器 の 一種 。 +在地 領主 ( ざい ちりょうしゅ ) と は 、 中世 日本 の 荘園 公領 制 の 下 で 在地 ( 現地 ) に お い て 農民 ・ 漁民 ら を 実際 に 支配 する 権限 を 持 っ た 領主 の こと 。 +大津 市 ( おおつ し ) は 、 滋賀 県 の 南西端 に 位置 する 都市 で 、 同県 の 県庁 所在 地 で あ る 。 +地子 免許 ( じしめんきょ ) と は 、 近世 の 都市 に お い て 町屋敷地 に かか る 地子 ( 農村 の 年貢 に 相当 する ) を 領主 権力 が 免除 する こと 。 +山名 政之 ( やまな まさゆき 、 生没年 不詳 ) は 室町 時代 の 伯耆 国 守護 。 +伊勢 神宮 外宮 境内 に あ る 石 。 +福王 茂十郎 ( ふくおう しげ じゅうろう 、 1943 年 ( 昭和 18 年 ) 10 月 18 日 - ) と は 、 ワキ 方 福王 流能 楽師 。 +日本 猫 ( に ほんねこ ) は 、 日本 人 に 長 く 親し ま れ て い る 日本 特有 の ネコ 。 +橘奈良 麻呂 ( たちばな の なら まろ 、 養老 7 年 ( 721 年 ) ? - 天平 宝字 元年 ( 75 7 年 ) 7 月 ) は 、 奈良 時代 の 貴族 。 +大江 千里 ( おおえ の ちさと 、 男性 、 生没年 不詳 ) は 、 平安 時代 前期 の 学者 ・ 歌人 。 +東映 京都 撮影 所 ( とうえいきょう と さつえいじょ ) は 、 京都 市 右京 区 太秦 に 存在 する 映画 スタジオ で あ る 。 +成人 式 ( せいじん しき ) と は 、 日本 の 地方 公共 団体 など が 、 成人 式 を 行 う 年度 内 に 成人 に 達 する 人々 を 招 き 、 激励 ・ 祝福 する 行事 ( イベント ) 。 +源 雅兼 ( みなもとの まさかね 、 承暦 3 年 ( 1079 年 ) - 康治 2 年 11 月 8 日 ( 旧暦 ) ( 1143 年 12 月 15 日 ) ) は 、 平安 時代 後期 の 公卿 。 +七殿 五舎 ( しち でんご しゃ ) と は 、 平安 京内裏 の 紫宸 殿 や 仁寿殿 の 後方 に 位置 し 、 主に 天皇 の 后妃 の 住ま う 殿舎 を 指 す 。 +龍湫 周沢 ( りゅう しゅうしゅうたく 、 延慶 ( 日本 ) 元年 ( 130 8 年 ) - 嘉慶 ( 日本 ) 2 年 / 元中 5 年 9 月 9 日 ( 旧暦 ) ( 1388 年 10 月 9 日 ) ) は 、 南北朝 時代 ( 日本 ) の 臨済 宗 の 僧 。 +松平 昭訓 ( まつだいら あき く に 、 嘉永 元年 12 月 29 日 ( 旧暦 ) ( 1849 年 1 月 23 日 ) - 文久 3 年 11 月 23 日 ( 旧暦 ) ( 1864 年 1 月 2 日 ) ) は 江戸 時代 の 武士 。 +浅井 忠 ( あさいちゅう 、 安政 3 年 6 月 21 日 ( 旧暦 ) ( 1856 年 7 月 22 日 ) - 明治 40 年 ( 1907 年 ) 12 月 16 日 ) は 、 明治 期 の 洋画 家 。 +川上 音二郎 ( かわかみ おと じろう 、 1864 年 2 月 8 日 ( 文久 4 年 1 月 1日 _ ( 旧暦 ) ) - 19 11 年 11 月 11 日 ) は 、 「 オッペケペー 節 」 で 一世 を 風靡 し た 新 派劇 の 俳優 ・ 芸人 。 +神風 串呂 ( しんぷう かんろ ) は 、 戦後 、 南朝 正統 の 皇胤 で あ る と 主張 し た 愛知 県 豊川 市 の 三浦 芳聖 ( 190 4 - 1971 ) が 創始 し た ものごと を 解明 する 方法 。 +雲林院 ( うりん いん ) +朽木 晴綱 ( く つき はるつな 、 永正 15 年 ( 1518 年 ) - 天文 ( 元号 ) 19 年 ( 1550 年 ) ) は 朽木 元 綱 の 父 。 +下鴨 中通 ( しもが も なかどおり ) は 京都 市 左京 区 の 南北 の 通り の 一 つ 。 +四 所 駅 ( ししょ えき ) は 、 京都 府 舞鶴 市上 福井 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +京極宮 公仁 親王 ( きょうごく のみ や きん ひとしんのう 、 享保 18 年 1 月 5 日 ( 旧暦 ) ( 1733 年 2 月 18 日 ) - 明和 7 年 6 月 22 日 ( 旧暦 ) ( 1770 年 7 月 14 日 ) ) は 江戸 時代 中期 の 日本 の 皇族 。 +三 色紙 ( さんしき し ) と は 、 『 継 色 紙 』 、 『 寸松 庵 色紙 』 、 『 升 色紙 』 の 総称 で あ り 、 平安 時代 屈指 の 「 かな 書 」 の 名筆 ( 古筆 ) で あ る 。 +藤原 基俊 ( ふじわら の もと とし 、 康平 3 年 ( 10 60 年 ) - 永治 2 年 1 月 16 日 ( 旧暦 ) ( 1142 年 2 月 20 日 ) ) は 、 平安 時代 後期 の 公家 ・ 歌人 。 +西園寺 公重 ( さいおんじ きんしげ 、 文保 元年 ( 1317 年 ) - 正平 ( 日本 ) 22 年 / 貞治 6 年 9 月 3 日 ( 旧暦 ) ( 1367 年 9 月 27 日 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 公卿 。 +貴族 ( きぞく ) と は 、 血統 や 門地 の 故 に 社会 的 特権 を 認め られ て い る 人 や その 一族 。 +本丸 ( ほんまる ) は 、 日本 の 城 の 中核 と な る 曲輪 ( くるわ ) の 名称 で あ る 。 +中原 師員 ( なかはら もろ か ず 、 元暦 元年 ( 1184 年 ) - 建長 3 年 6 月 22 日 ( 旧暦 ) ( 125 1 年 7 月 12 日 ) ) は 鎌倉 時代 の 人物 。 +曽我 物語 ( そ が ものがたり ) は 、 「 曾我 兄弟 の 仇討ち 」 を 題材 に し た 軍記 物語 。 +富貴寺 ( ふきじ ) は 奈良 県 磯城 郡 川西町 ( 奈良 県 ) に あ る 真言 宗 豊山 派 の 寺院 で あ る 。 +徳川 慶勝 ( とくがわ よしかつ 、 文政 7 年 3 月 15 日 ( 旧暦 ) ( 1824 年 4 月 14 日 ) - 明治 16 年 ( 1883 年 ) 8 月 1日 ) は 、 江戸 時代 後期 の 大名 ( 尾張 藩 ( 名古屋 藩 ) 14 代 、 17 代 藩 主 ) 、 明治 時代 初期 の 政治 家 。 +中院 流 ( ちゅういん りゅう ) は 、 真言 宗 ( 東密 ) の 事相 ( じ そう ) の 法流 の 一 つ 。 +源 経房 ( みなもと の つねふさ 、 安和 2 年 ( 969 年 ) - 治安 ( 元 号 ) 3 年 10 月 12 日 ( 旧暦 ) ( 1023 年 11 月 27 日 ) ) は 、 平安 時代 の 廷臣 。 +浦山桐郎 ( うらやま きりお 、 1930 年 5 月 14 日 - 1985 年 10 月 20 日 ) は 、 昭和 期 の 映画 監督 。 +低 精白 酒 ( ていせい はくしゅ ) と は 、 2005 年 ごろ 開発 さ れ た 日本 酒 の 一種 で あ る 。 +小出 英利 ( こい で ふさ と し 、 万治 2 年 10 月 14 日 ( 旧暦 ) ( 1659 年 11 月 28 日 ) - 正徳 ( 日本 ) 3 年 2 月 17 日 ( 旧暦 ) ( 1 71 3 年 3 月 13 日 ) ) は 、 丹波 国 園 部 藩 の 第 3 代 藩 主 。 +倉墻 麻呂 ( くら かき の まろ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +道澄 ( どうちょう 、 天文 ( 元号 ) 13 年 ( 1544 年 ) - 慶長 13 年 3 月 28 日 ( 旧暦 ) ( 160 8 年 5 月 12 日 ) ) は 、 戦国 時代 ( 日本 ) の 僧侶 。 +たらこ ( 鱈子 ) と は 、 タラ の 卵巣 ( 魚卵 ) 。 +福神漬 ( ふくじん づけ 、 「 ふくしん づけ 」 と 呼 ぶ 地方 も 多 い 。 ) +吉備 津彦命 ( きびつひこの みこと ) は 日本 神道 の 神 ( 神道 ) 。 +雑戸 ( ざっこ ) と は 、 日本 の 律令 制 に お い て 特定 の 官司 に 隷属 し て い た 大化 前代 の 職業 部 に 由来 する 手工業 を 中心 と し た 技術 を 持 つ 集団 の こと 。 +作宮 ( さくのみや 、 元禄 2 年 6 月 27 日 ( 旧暦 ) ( 1689 年 8 月 12 日 ) - 元禄 5 年 4 月 23 日 ( 旧暦 ) ( 1692 年 6 月 7 日 ) ) は 江戸 時代 中期 の 皇族 。 +床 の 間 ( とこのま ) と は 、 日本 の 住宅 の 畳 の 部屋 に 見 られ る 座敷 飾り の 一 つ 。 +東久世 通禧 ( ひがし く ぜみち と み 、 1834 年 1 月 1日 ( 天保 4 年 11 月 22 日 ( 旧暦 ) ) - 1912 年 ( 明治 45 年 ) 1 月 4 日 ) は 、 江戸 時代 末期 の 公家 、 明治 時代 の 政治 家 。 +林 利玄 ( はやしり げん 、 永禄 8 年 ( 1565 年 ) - 不詳 ) は 、 囲碁 の 棋士 ( 囲碁 ) で 、 家元 林家 ( 囲碁 ) の 元祖 と さ れ る 。 +中山 忠親 ( なかやま ただちか 、 天承 元年 ( 1131 年 ) 頃 - 建久 6 年 3 月 12 日 ( 旧暦 ) ( 1195 年 4 月 23 日 ) ) は 平安 時代 の 公卿 、 通称 を 中山内 大臣 と い い 、 中山 家 の 始祖 。 +曽呂利 新左衛門 ( そろり しんざえもん ) は 、 落語 家 の 名跡 。 +内藤 家長 ( ないとう いえな が 、 1546 年 ( 天文 ( 元号 ) 15 年 ) - 160 0 年 9 月 8 日 ( 慶長 5 年 8 月 1日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 。 +粟田口 忠良 ( あわたぐち ただよし 、 長寛 2 年 ( 11 64 年 ) - 嘉禄 元年 5 月 16 日 ( 旧暦 ) ( 1225 年 6 月 23 日 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公卿 。 +堀江 弥生 ( ほりえ やよい 、 生没年 不詳 ) は 塩谷 頼純 の 正室 。 +朽木 倫綱 ( く つき と もつな ) は 、 丹波 国 福知 山 藩 の 第 9 代 藩 主 。 +岩野 平三郎 ( いわ の へいざ ぶろう ) は 和紙 職人 。 +相良   長隆 ( さがら   ながたか 、 1492 年 ( 明応 元年 ) - 15 2 6 年 6 月 25 日 ( 大永 6 年 5 月 16 日 ( 旧暦 ) ) ) は 、 相良 氏 第 13 代 当主 ・ 相良 長 毎 の 次男 。 +大和 文華 館 ( やまと ぶんか かん ) は 、 奈良 県 奈良 市 に あ る 、 東洋 古 美術 を 中心 と する 私立 美術 館 で あ る 。 +日有 ( にちう 、 応永 9 年 4 月 16 日 ( 旧暦 ) ( 140 2 年 5 月 18 日 ) - 文明 ( 日本 ) 14 年 9 月 29 日 ( 旧暦 ) ( 1482 年 11 月 10 日 ) 、 在位 1419 年 - 1467 年 、 147 2 年 - 14 82 年 ) は 室町 時代 中期 の 僧侶 。 +快道 ( かいどう 、 宝暦 元年 ( 1751 年 ) - 文化 ( 元号 ) 7 年 ( 1810 年 ) ) は 、 新義 真言 宗 真言 宗 豊山 派 の 学僧 で あ り 、 書誌 学 的 に 大きな 貢献 を し た 。 +へ しこと は 、 サバ に 塩 を 振 っ て 糠漬け に し た 郷土 料理 、 および 水産 加工 品 。 +月 遅れ ( つきおくれ ) と は 、 日本 の 年中 行事 の 日程 を 太陰 太陽 暦 ( 旧暦 の 天保 暦 、 寛政暦 、 宝暦 暦 、 貞享暦 など ) の 日付 から グレゴリオ 暦 ( 新暦 ) 上 で 1 か月 遅 ら せ て 行 う こと 。 +安居院 唱導 教団 ( あぐいしょう どう きょうだん ) は 日本 の 南北朝 時代 ( 日本 ) の 仏教 宗 派 の 1 つ 。 +鞘 ( さや ) と は 、 刃物 の 身 ( ブレード ) の 部分 を 包 む 覆い の こと を 言 う 。 +藤原 倫寧 ( ふじわら の ともやす 、 生年 未詳 - 貞元 ( 日本 ) 2 年 ( 977 年 ) ) は 平安 時代 中期 の 廷臣 。 +浮世絵 ( うきよえ ) は 、 江戸 時代 に 成立 し た 絵画 の ジャンル で あ る 。 +陽成 天皇 ( ようぜい てんのう 、 貞観 10 年 12 月 16 日 ( 869 年 1 月 2 日 ) - 天暦 3 年 9 月 29 日 ( 949 年 10 月 23 日 ) 、 在位 : 貞観 18 年 ( 876 年 ) 1 1 月 29 日 - 元 慶 8 年 ( 884 年 ) 2 月 4 日 ) は 第 57 代 天皇 。 +千葉 秀胤 ( ちば ひ で たね ) と は 鎌倉 時代 前期 の 御 家人 。 +豊楽 院 ( ぶらくいん ) と は 、 宮城 大内 裏 に お い て 朝廷 の 饗宴 に 用い られ た 施設 。 +貞崇 ( じょうすう ( ていすう ) 、 貞観 _ ( 日本 ) 8 年 ( 866 年 ) - 天慶 7 年 7 月 23 日 ( 旧暦 ) ( 944 年 8 月 19 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +長徳 の 変 ( ちょうとく の へん ) と は 長徳 元年 ( 995 年 ) 4 月 10 日 ( 旧暦 ) の 藤原 道隆 の 死後 、 藤原 道長 が 内覧 の 宣旨 を 得 た 後 に 起き た 政変 。 +十 五 里 ヶ原 の 戦い ( じゅう ごりが はら の たたか い ) は 天正 16 年 ( 1588 年 ) 8 月 、 本庄 繁長 率い る 上杉 景勝 ・ 大宝 寺 義勝 連合 軍 と 東禅 寺 義長 ・ 東禅 寺 勝正 兄弟 率い る 最上 義光 軍 と の 戦 で あ る 。 +浄土 式 庭園 ( じょうどしきてい えん ) と は 、 平安 時代 から 鎌倉 時代 かけ て 築造 さ れ た 庭園 の 形式 で あ る 。 +乳鉢 坊 ( にゅうばち ぼう ) と は 、 芝居 の 鳴り物 に 使 う 銅盤 が 変化 し て 生まれ た 日本 の 妖怪 で あ る 。 +松平定 敬 ( まつだいら さだあき ) は 、 幕末 の 桑名 藩 第 4 代 藩主 ( 藩主 在任 : 安政 6 年 ( 1859 年 ) - 慶応 4 年 ( 1868 年 ) 。 +蓮如 ( れんにょ 、 応永 22 年 2 月 25 日 ( 旧暦 ) 〈 1415 年 4 月 4 日 〉 - 明応 8 年 3 月 25 日 ( 旧暦 ) 〈 1499 年 5 月 5 日 〉 ) は 室町 時代 の 浄土 真宗 の 僧 で あ る 。 +和漢 混淆 文 ( わかんこん こう ぶん ) は 、 平安 時代 後期 に 生まれ た 日本 語 の 文体 。 +朽木 稙綱 ( く つき たねつな ) は 、 丹波 国 福知 山 藩 の 第 3 代 藩 主 。 +文室 氏 ( ふん や し ) は 、 天武 天皇 の 皇子 長 親王 の 後裔 氏 族 。 +武田 元 繁 ( たけだ もとしげ 、 応仁 元年 ( 1467 年 ) - 永正 14 年 10 月 28 日 ( 旧暦 ) ( 1517 年 11 月 11 日 ) ) は 日本 の 戦国 時代 の 武将 。 +吉村 酒造 株式 会社 ( よしむら しゅぞう ) は 京都 市 伏見 区 上板橋 町 に 本社 を 置 く 清酒 の 生産 ・ 販売 業 を おこな う 会社 で あ る +洞 松院 ( とうしょういん 、 寛正 元年 ( 14 60 年 ) 、 2 年 ( 1461 年 ) 、 もしくは 4 年 ( 1463 年 ) - 没年 不詳 ) は 、 戦国 時代 ( 日本 ) の 女性 。 +世襲 ( せしゅう ) と は 、 親 の 手 に し て い る 特定 の 地位 や 肩書 き ( 官位 や 爵位 など ) 、 職業 等 を 、 その 子 や 係累 が 引き継 ぎ 、 それ に よ っ て 社会 的 な 権力 や 権限 を 得 る こと で あ る 。 +朽木 稙綱 ( く つき たねつな 、 明応 7 年 ( 1498 年 ) - 天文 ( 元号 ) 15 年 ( 1546 年 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +斯波 高 経 ( しばた かつね 、 嘉元 3 年 ( 130 5 年 ) - 貞治 6 年 / 正平 ( 日本 ) 22 年 7 月 13 日 ( 旧暦 ) ( 1367 年 8 月 9 日 ) ) は 、 南北朝 時代 ( 日本 ) の 武将 、 守護 大名 。 +石川 内命婦 ( いしかわ の うち みょうぶ 、 生没年 不詳 ) は 、 万葉 歌人 。 +皇慶 ( こうけい 、 貞元 _ ( 日本 ) 2 年 ( 977 年 ) - 永承 4 年 7 月 26 日 ( 旧暦 ) ( 1049 年 8 月 27 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +廬井鯨 ( いおいの くじら 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +松平信興 ( まつだい ら のぶおき ) は 、 江戸 時代 の 大名 ( 常陸 国土浦 藩 など ) 、 若年 寄 、 大坂 城代 、 京都 所司 代 。 +索餅 ( さくべい ) と は 、 古代 中国 から 日本 に 伝わ っ た 唐 菓子 の 1 つ で 素麺 の 祖 と な っ た と も 言 わ れ て い る 食品 の こと 。 +護国 神社 ( ご こく じんじゃ ) は 、 日本 の 各県 に 建立 さ れ て い る 、 その 県 出身 の 戦死 者 ・ 自衛 隊 殉職 者 など を 、 日本 国 に 殉 じ た 英霊 と し て 祀 る 神社 。 +藤原 家成 ( ふじわら の いえ な り 、 嘉承 2 年 ( 1107 年 ) - 久寿 元年 5 月 29 日 ( 旧暦 ) ( 1154 年 7 月 11 日 ) ) は 平安 時代 末期 の 公家 。 +善信尼 ( ぜんしん に 、 敏達 天皇 3 年 ( 574 年 ) - ? ) は 、 6 世紀 後半 の 尼僧 。 +屯食 ( とんじき ) は 、 平安 時代 、 宮中 、 貴族 の 邸宅 ど 饗宴 で 庭上 に 並べ て 下級 職員 、 時 に 身分 あ る 人 に 賜 っ た 物 で あ る 。 +徳川 吉宗 ( とくがわ よしむね ) は 、 江戸 幕府 第 8 代 征夷 大将軍 。 +狭間 峠 ( はざま とうげ ) は 京都 府 京都 市 右京 区 に 在 る 峠 。 +京都 学生 祭典 ( きょう と がく せいさいてん ) と は 、 毎年 10 月 上旬 に ( 過去 に 一部 例外 あり ) 日本 の 京都 市 で 開催 さ れ て い る 祭 。 +織田 秀信 ( おだ ひでのぶ ) は 、 安土 桃山 時代 から 江戸 時代 の 武将 ・ キリシタン 大名 。 +藤原 実宗 ( ふじわら の さねむね 、 久安 元年 ( 1145 年 ) - 建保 元年 12 月 9 日 ( 旧暦 ) ( 1214 年 1 月 21 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 前期 の 公卿 。 +有智子 内 親王 ( うち こ な い しんのう 、 大同 2 年 ( 80 7 年 ) - 承和 14 年 10 月 26 日 ( 847 年 12 月 7 日 ) ) は 、 第 52 代 嵯峨 天皇 の 皇女 。 +菅原 孝標 ( すがわら の たかすえ 、 天禄 3 年 ( 972 年 ) - 没年 不詳 ) は 、 平安 時代 の 貴族 、 受領 。 +駿河 次郎 ( する が じろう 、 生没年 不詳 ) は 、 平安 時代 末期 の 人物 で 源 義経 の 郎党 。 +きょう と 京北 ふるさと 公社 ( きょう と けいほく ふるさと こうしゃ ) は 、 京都 府 京都 市 右京 区 京北上 弓削 町 段上ノ下 に あ る 。 +内高 ( うちだか ) は 、 江戸 時代 の 大名 や 旗本 の 所領 内 に お い て 、 領民 に 年貢 を 課 す 際 の 算定 基準 と し て 用い られ た 石高 の こと で あ る 。 +三 代 目瀬川 如皐 ( さん だい めせがわ じょこう 、 文化 ( 元 号 ) 3 年 ( 180 6 年 ) - 明治 14 年 ( 1881 年 ) 6 月 28 日 ) は 幕末 から 明治 に かけ て 活躍 し た 歌舞伎 作者 。 +金烏 ( きんう ) は 、 太陽 に 三 本 足 の 烏 が い る と い う 伝説 で あ り 、 すなわち その 烏 ( 火烏 ) 、 ないし 太陽 の 異称 で あ る 。 +藤原 家隆 ( ふじわら の いえ た か 、 保元 3 年 ( 1158 年 ) - 嘉禎 3 年 4 月 9 日 ( 旧暦 ) ( 1237 年 5 月 5 日 ) ) は 、 鎌倉 時代 初期 の 公卿 、 歌人 。 +桐生 六郎 ( きりゅう   ろくろう 、 生年 不詳 - 寿永 2 年 9 月 18 日 ( 旧暦 ) ( 1183 年 10 月 6 日 ) ) は 、 平安 時代 末期 の 人物 。 +もじり と 呼 ば れ る 武器 を 使 っ た 武術 。 +息長 宿禰 王 ( お きな がの すくね の みこ 、 生没年 不詳 ) は 、 2 世紀 頃 の 日本 の 皇族 。 +香典 ( こうでん ) と は 、 仏式 等 の 葬儀 で 、 死者 の 霊前 等 に 供え る 金品 を い う 。 +下間 頼照 ( しもつまら いしょう 、 永正 13 年 ( 1516 年 ) - 天正 3 年 ( 1575 年 ) ) は 、 日本 の 戦国 時代 ( 日本 ) の 武将 。 +三刀屋 氏 ( みと や し 、 みと やうじ ) は 、 日本 の 氏族 の 一 。 +居敷当 ( いしきあて ) は 、 単衣 仕立て の 衣 の 尻 が 当た る あたり に 、 背縫 い 目 が 開 か な い よう に 補強 の ため に 裏 ( 中 ) から 当て る 四角 い 厚地 の 布片 で あ る 。 +伊勢 義盛 ( いせよしもり 、 生年 不詳 - 文治 2 年 7 月 25 日 ( 旧暦 ) ( 1186 年 8 月 11 日 ) ) は 、 平安 時代 末期 の 武士 で 源 義経 の 郎党 。 +特記 事項 +タンゴ ディスカバリー と は 、 北 近畿 タンゴ 鉄道 が 運行 する 特別 急行 列車 で 、 同 列車 に 運用 さ れ る 北 近畿 タンゴ 鉄道 KTR8000 形 気動 車 の 愛称 で も あ る 。 +清戸 迫 横穴 ( きよと さくお う けつ ) は 、 福島 県 双葉 郡 双葉 町 大字 新山 に あ る 横穴 式 装飾 古墳 。 +二条 経通 ( にじょう つね み ち 、 建長 7 年 ( 1255 年 ) - 没年 不詳 ) は 鎌倉 時代 の 公家 。 +細川 幽斎 / 細川 藤孝 ( ほそかわゆう さい / ほそかわ ふじたか ) は 、 戦国 武将 、 歌人 で あ る 。 +蕨姫 ( わらび ひめ 、 生没年 不詳 ) は 、 平安 時代 末期 の 女性 。 +千載 和 歌集 ( せんざい わかしゅう ) は 勅撰 和 歌集 の 一 つ 。 +永世禄 ( えいせい ろく ) と は 、 明治 初期 に お い て 王政 復古 ( 日本 ) 及び 戊辰 戦争 に 功績 の あ っ た 者 に 恩賞 と し て 与え られ た 賞典禄 の 内 、 最も 上位 に 属 する もの 。 +中宮 ( ちゅうぐう ) と は 、 日本 の 天皇 の 妻 たち の 呼称 の ひと つ 。 +河野 通清 ( こう の みち き よ 、 生年 未詳 - 治承 5 年 2 月 12 日 ( 旧暦 ) ( 1181 年 2 月 27 日 ) ) は 、 平安 時代 末期 の 伊予国 の 武将 。 +栄爵 ( えいしゃく ) と は 、 栄誉 あ る 地位 或いは 爵位 の こと 。 +保津 峡 駅 ( ほづ きょう えき ) は 、 京都 府 京都 市 西京 区 と 亀岡 市 保津 町 に またが る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 。 +神日 ( じん にち 、 貞観 ( 日本 ) 2 年 ( 860 年 ) - 延喜 16 年 11 月 27 日 ( 旧暦 ) ( 916 年 12 月 29 日 ) ) は 、 平安 時代 前期 から 後期 に かけ て の 真言 宗 の 僧 。 +源 満末 ( みなもと の みつ すえ 、 生没年 不詳 ) は 、 平安 時代 後期 の 武将 。 +水尾 ( みずお ) は 、 京都 市 右京 区 の 山間 部 に あ る 集落 。 +倫子 女王 ( ともこ じょ おう 、 元文 3 年 1 月 20 日 ( 旧暦 ) ( 1738 年 3 月 10 日 ) - 明和 8 年 8 月 20 日 ( 旧暦 ) ( 17 71 年 9 月 28 日 ) ) は 、 江戸 時代 後期 の 皇族 で 、 10 代将軍 徳川 家治 の 正室 。 +井上 梅次 ( いのうえ うめつ ぐ 、 1923 年 5 月 31 日 - ) は 、 日本 の 映画 監督 、 脚本 家 、 作詞 家 で あ る 。 +元興寺 ( がんごう じ) は 、 奈良 市 に あ る 、 南都 七 大寺 の 1 つ に 数え られ る 寺院 。 +足利 義詮 ( あしかが よしあきら 、 元徳 2 年 6 月 18 日 ( 旧暦 ) ( 1330 年 7 月 4 日 ) - 正平 ( 日本 ) 22 年 / 貞治 6 年 12 月 7 日 ( 旧暦 ) ( 1367 年 12 月 28 日 ) ) は 、 室町 幕府 2 代 征夷 大将軍 。 +朽木 宣綱 ( く つき の ぶつな 、 天正 10 年 ( 15 82 年 ) - 寛文 2 年 5 月 1日 ( 旧暦 ) ( 1662 年 6 月 16 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 。 +鳥見 ( とりみ ) と は 、 江戸 幕府 の 職名 の 1 つ 。 +豊島 時光 ( としま ときみつ 、 生没年 不詳 ) は 鎌倉 時代 の 武士 。 +福澤 諭吉 ( ふくざわ ゆきち 、 天保 5 年 12 月 12 日 ( 旧暦 ) ( 1835 年 1 月 10 日 ) - 明治 34 年 ( 1901 年 ) 2 月 3 日 ) は 、 日本 の 武士 ( 中津 藩士 ) 、 著述 家 、 啓蒙 思想 家 、 新聞 時事 新報 の 創刊 ・ 発行 者 、 教育 者 、 東京 学士 会院 ( 現在 の 日本 学士 院 ) 初代 会長 、 慶應 義塾 創設 者 。 +佐和山 藩 ( さわやま はん ) は 、 近江 国 ( 現在 の 滋賀 県 彦根 市 古沢 町 ) に 存在 し た 藩 。 +寺院 法 ( じいん ほう ) と は 、 寺院 に 関連 し た 法制 全般 を 指 す 。 +西園寺 実宣 ( さいおんじ さねのぶ 、 明応 5 年 ( 1496 年 ) ‐ 天文 ( 日本 ) 10 年 9 月 12 日 ( 旧暦 ) ( 1541 年 10 月 1日 ) ) は 、 室町 時代 から 戦国 時代 ( 日本 ) の 公卿 。 +源能有 ( みなもと の よし あ り 、 承和 12 年 ( 845 年 ) - 寛平 9 年 6 月 8 日 ( 897 年 7 月 11 日 ) ) は 平安 時代 の 貴族 、 政治 家 。 +成澤 秀麗 ( なりさわ   しゅうれい 、 1972 年 ( 昭和 47 年 ) - ) は 、 山形 県 鶴岡 市 出身 の 書道 。 +枕詞 ( まくら ことば ) と は 、 主 と し て 歌 に 見 られ る 修辞 で 、 特定 の 語 の 前 に 置 い て 組 と な り 、 語調 を 整え たり 、 ある 種 の 情緒 を 添え る 言葉 の こと で あ る 。 +大納言 ( だい なごん ) +普請 奉行 ( ふしん ぶぎょう ) と は 、 江戸 時代 の 旗本 の 役職 の 一 つ 。 +うつ ほ 物語 ( 『 宇津 保 物語 』 と 表記 さ れ る こと も あ る ) は 、 日本 の 平安 時代 中期 に 成立 し た 長編 物語 。 +日本 の 仏教 ( にほん の ぶっきょう ) +大学 +上野 氏 ( うえの し ) は 、 日本 の 氏族 。 +日什 ( にちじゅう ) ( 1314 年 6 月 11 日 ) ~ ( 1392 年 2 月 28 日 ) は 、 南北朝 時代 ( 日本 ) の 日蓮 宗 の 僧 。 +二 軒 茶屋 駅 ( に けん ちゃや えき ) は 、 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +山陰亭 ( さんいん てい ) と は 、 平安 時代 前期 に 菅原 清 公 ・ 菅原 是善 ・ 菅原 道真 と 3 代 に わた っ て 文章 博士 を 輩出 し た 菅原 氏 の 私塾 の こと 。 +茶山 駅 ( ちゃやま えき ) は 、 京都 市 左京 区 に あ る 叡山 電鉄 叡山本線 の 鉄道 駅 。 +京都 高等 工芸 学校 ( きょうと こう とう こうげい がっこう ) は 、 190 2 年 ( 明治 35 年 ) に 設立 さ れ た 旧 制 専門 学校 ( 実業 専門 学校 ) 。 +出雲 大 神宮 ( いず も だいじんぐう ) は 、 京都 府 亀岡 市 に あ る 神社 で あ る 。 +妙心 寺 駅 ( みょうしんじ えき ) は 、 京都 市 右京 区 花園 天授ケ岡 町 に あ る 京福 電気 鉄道 京福 電気 鉄道 北野 線 の 鉄道 駅 。 +三浦   胤義 ( みうら   たねよし 、 生年 不詳 - 承久 3 年 ( 1221 年 ) 6 月 15 日 ) は 、 鎌倉 時代 の 武士 。 +巫女舞 ( みこまい ・ 神子 舞 ) と は 、 巫女 に よ っ て 舞 わ れ る 神楽 の 舞 の 一 つ 。 +三浦 啓之助 ( みうら けいのすけ 、 嘉永 元年 ( 1848 年 ) - 明治 10 年 ( 1877 年 ) 2 月 26 日 ) は 、 日本 の 武士 ・ 新選 組 隊士 。 +竹内 家 ( たけの うち け ) は 公家 の ひと つ 。 +藤原 棟世 ( ふじわら の むね よ 、 生没年 不詳 ) は 、 平安 時代 の 貴族 。 +校 書殿 ( きょうしょ でん ) と は 、 平安 京 の 内裏 に おけ る 殿舎 の ひと つ 。 +接心 ( せっしん ) と は 、 攝 ( 摂 ) 心 と も 書 き 、 散乱 する 心 を 一 つ に 摂む る こと を い う 。 +舞扇 ( まいおうぎ ) は 、 日本 舞踊 に 用い られ る 扇子 で あ る 。 +園田 湖城 ( その だ こじょう 、 男性 、 明治 19 年 ( 1886 年 ) - 昭和 43 年 ( 1968 年 ) ) は 、 近代 日本 の 篆刻 家 で あ る 。 +『 今 様 薩摩 歌 』 ( いまよう さつま う た ) は 、 岡 鬼太郎 作 の 歌舞伎 の 演目 。 +安倍 吉平 ( あべの よしひら 、 天暦 8 年 ( 954 年 ) ? - 万寿 3 年 12 月 18 日 ( 旧暦 ) ( 102 7 年 1 月 28 日 ) ) は 平安 時代 の 陰陽 師 、 陰陽 家 。 +審祥 ( しんしょう ・ しんじょう 、 生没年 不詳 ) は 、 奈良 時代 の 華厳 宗 の 僧 。 +日清 戦争 ( にっしん せんそう 、 中国 語 甲午 戦争 、 第 一 次 中日 戦争 、 英語 ) は 、 1894 年 ( 明治 27 年 ) 7 月 から 1895 年 ( 明治 28 年 ) 4 月 に かけ て 行 わ れ た 主に 朝鮮 王朝 を めぐ る 大 日本 帝国 と 清 の 戦争 。 +大橋 太夫 ( おおはし た ゆう ) は 、 京都 の 嶋原 の 太夫 。 +剣術 ( けんじゅつ ) と は 古 武道 の 一 つ で あ り 、 日本 の 刀剣 で あ る かたな ( 日本 刀 ) で 以て 相手 を 殺傷 する 武術 で あ る 。 +徳川 家綱 ( とくがわ いえつな ) は 江戸 幕府 の 第 四 代 征夷 大将軍 ( 在職 : 慶安 4 年 ( 1651 年 ) - 延宝 8 年 ( 1680 年 ) ) 。 +桂園 派 ( けいえん は ) は 、 江戸 時代 後期 の 歌人 香川 景樹 ( 1768 年 - 1843 年 ) に 代表 さ れ る 和歌 の 流派 。 +サザエ の 壺焼 き ( サザエ の つぼやき ) は 、 巻貝 の サザエ ( 栄螺 ) の 料理 法 の 一種 。 +峰定 寺 ( ぶじょうじ ) は 、 京都 市 左京 区 花背原地 町 に あ る 本山 修験 宗 の 寺院 。 +剣扇舞 ( けんせんぶ ) と は 、 刀剣 また は 扇子 、 もしくは その 両方 を 持 っ て 舞 う こと 。 +今出川 実富 ( いまで がわ さね と み 、 生年 不詳- 正長 元年 7 月 8 日 ( 旧暦 ) ( 142 8 年 8 月 18 日 ) ) は 、 室町 時代 の 公卿 。 +付 祝言 ( つけしゅうげん 、 附 祝言 と も ) は 、 能 に おけ る 演奏 形態 の ひと つ 。 +応声 虫 ( おう せいちゅう ) また は 応声 は 、 中国 や 日本 の 『 新著聞 集 』 や 『 閑田 次筆 』 など の 江戸 時代 の 随筆 集 に あ る 奇病 、 及び その 病気 を 引き起こ す 怪虫 。 +正座 は +入母屋 造 ( いりもやづくり ) は 、 東 アジア の 伝統 的 屋根 形式 の ひと つ で あ る 。 +『 高瀬 舟 』 ( たかせ ぶね ) は 、 森 鴎外 の 短編 小説 。 +官営 模範 工場 ( かんえい も はんこうじょう ) は 、 明治 政府 が 殖産 興業 の 政策 の ため 、 率先 し て 新し い 産業 を 興 す べ く 創設 し た 工場 で あ る 。 +綽如 ( しゃくにょ ) は 、 南北朝 時代 ( 日本 ) の 浄土 真宗 の 僧 。 +藤原 真従 ( ふじわら の まより ) ( 生没年 不詳 ) は 奈良 時代 の 貴族 。 +石川 広季 ( いしかわ ひろすえ 、 生年 不詳 - 宝治 2 年 3 月 4 日 ( 旧暦 ) ( 1248 年 3 月 30 日 ) ) は 、 鎌倉 時代 初期 の 武将 。 +京都 バス 株式 会社 ( きょう と バス かぶしき がいしゃ ) は 、 京都 市 右京 区 に 本店 を 置 く 京阪 電気 鉄道 グループ の 路線 バス 事業 者 で あ る 。 +菊池 時隆 ( きくち と き たか 、 弘安 10 年 ( 1287 年 ) - 嘉元 2 年 ( 130 4 年 ) ) は 鎌倉 時代 末期 の 武将 。 +依り 代 、 依代 、 憑 り 代 、 憑代 ( より しろ ) と は 、 神霊 が 依り 憑 く ( よりつ く ) 対象 物 の こと で 、 神体 や 場合 に よ っ て は 神域 を しめ す 。 +堅田 ( かたた ) は 、 滋賀 県 大津 市 に 属 する 町名 。 +藤原 穆子 ( ふじわら の ぼく し / あつこ 、 承平 ( 日本 ) 元年 ( 931 年 ) - 長和 5 年 7 月 26 日 ( 旧暦 ) ( 1016 年 8 月 31 日 ) ) は 、 平安 時代 の 左 大臣 ・ 源 雅信 の 正室 。 +京極 宮家 仁親王 ( きょうごく のみや やかひとしんのう 、 宝永 元年 4 月 1日 ( 170 4 年 5 月 4 日 ) - 明和 4 年 12 月 6 日 ( 1768 年 1 月 25 日 ) ) は 江戸 時代 中期 の 日本 の 皇族 。 +仙洞 御所 ( せんとうご しょ ) と は 、 退位 し た 天皇 ( 上皇 ・ 法皇 ) の 御所 。 +源 頼治 ( みなもと の より はる 、 生没年 不詳 ) は 平安 時代 後期 の 武将 。 +六角 満高 ( ろっかく みつたか 、 正平 ( 日本 ) 20 年 / 貞治 4 年 ( 1365 年 ) - 応永 23 年 ( 1416 年 ) ) は 、 南北朝 時代 ( 日本 ) 、 室町 時代 の 武士 。 +親鸞 ( しんらん ) は 、 鎌倉 時代 初期 の 日本 の 僧 。 +社会 詠 ( しゃかいえい ) は 和歌 や 俳句 の 種別 の 一 つ で あ る 。 +平城 宮 ( へいじょうきゅう ) は 奈良 の 古都 平城 京 の 大内 裏 。 +笠 トンネル ( かさ トンネル ) は 京都 府 京都 市 北 区 ( 京都 市 ) と 右京 区 に 跨 る トンネル で あ る 。 +川端通 ( かわばたどおり ) は 京都 市 の 通り の ひと つ 。 +秀峰 尤奇 ( しゅう ほう ゆうき ? - 1372 年 8 月 ) は 、 南北朝 時代 ( 日本 ) に 活躍 し た 東福 寺 栗棘 派 の 禅僧 で あ る 。 +覚阿 ( かく あ 、 康治 2 年 ( 1143 年 ) - 没年 不詳 ) は 、 平安 時代 後期 から 鎌倉 時代 初期 に かけ て の 天台 宗 の 僧 。 +開創 ( かいそう ) と は 寺院 を 創設 する こと 。 +公武 法制応 勅 十 八 箇条 ( こうぶ お う ちょくじゅう はっ かじょう ) と は 、 元和 ( 日本 ) 元年 ( 1615 年 ) 8 月 に 徳川 家康 が 、 後水尾 天皇 の 勅命 を 受け て 御所 の 紫宸 殿 に 掲げ る ため に 定め た と さ れ て い る 18 ヶ条 。 +北野 ( きたの ) は 京都 の 地名 。 +一門 、 一族 。 +光明 寺 村 女工焼死 事件 ( こうみょう じむら じょ こう しょうし じけん ) は 、 190 0 年 に 愛知 県 葉栗 郡 光明 寺村 ( 現 一宮 市 ) の 織物 工場 で 女工 31 名 が 焼死 し た 事件 で あ る 。 +本多 康 重 ( ほんだ やすし げ 、 15 54 年 ( 天文 ( 元号 ) 23 年 ) - 161 1 年 5 月 4 日 ( 慶長 16 年 3 月 22 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +幽霊 ( ゆうれい ) は 、 日本 の 民間 信仰 の 中 で 、 人 が 死亡 し て 、 肉体 から 魂 が 離れ た 後 も 、 未練 や 遺恨 を 解 く ため に 、 現世 ( うつしよ ) に 残 り 、 生前 の 姿 で 幽 か ( かすか ) に 可視 化 し た もの 。 +主税 寮 ( しゅぜい りょう ) は 律令 制 に お い て 民部 省 に 属 し た 機関 。 +坊門 姫 ( ぼうもん ひめ 、 久寿 元年 ( 1154 年 ) また は 久安 元年 ( 1145 年 ) - 建久 元年 4 月 20 日 ( 旧暦 ) ( 1190 年 5 月 25 日 ) ) 平安 時代 末期 、 鎌倉 時代 初期 の 女性 。 +巣伏 の 戦い ( すぶし の たたか い ) は 奈良 時代 に 東北 地方 ( 後 の 陸 中国 ) で 発生 し た 、 朝廷 軍 と 蝦夷 に よ る 戦闘 で あ る 。 +芋棒 ( いも ぼう ) と は 、 京 料理 と し て 名高 い 、 京都 市 の 郷土 料理 。 +魔境 ( まきょう ) と は 、 禅 の 修行 者 が 中途 半端 に 能力 を 覚醒 し た 際 に 陥 り やす い 状態 で 、 意識 の 拡張 に よ り 自我 が 肥大 し 精神 バランス を 崩 し た 状態 の こと を 指 す 。 +山路 愛山 ( やまじあい ざん 、 元治 元年 12 月 26 日 ( 旧暦 ) ( 1865 年 1 月 23 日 ) - 1917 年 ( 大正 6 年 ) 3 月 15 日 ) は 、 明治 ・ 大正 初期 に 活躍 し た 評論 家 、 歴史 家 。 +平野 国臣 ( ひら の くにお み 、 文政 11 年 3 月 29 日 ( 旧暦 ) ( 182 8 年 5 月 12 日 ) - 元治 元年 7 月 20 日 ( 旧暦 ) ( 1864 年 8 月 21 日 ) ) は 、 日本 の 武士 ・ 福岡 藩士 、 志士 。 +斎藤 一 ( さいとう はじめ ) 、 天保 15 年 1 月 1日 ( 1844 年 2 月 18 日 ) - 大正 4 年 ( 1915 年 ) 9 月 28 日 ) は 、 幕末 から 明治 に かけ て 活躍 し た 武士 。 +旧 国名 ( きゅう こくめい ) は 、 明治 初頭 まで 使用 さ れ て い た 令 制 国 の 名称 の こと で あ る 。 +藤原 為時 ( ふじわら の ため とき 、 天暦 3 年 ( 949 年 ) 頃 ? - 長元 2 年 ( 1029 年 ) 頃 ? ) は 平安 時代 中期 、 一条 天皇朝 の 代表 的 な 詩人 。 +若江 八 人衆 ( わかえ はち にんしゅう ) は 豊臣 秀次 の 精鋭 家臣 団 の 通称 。 +スギ 花粉 症 ( すぎかふん しょう ) は 、 スギ 花粉 に よ っ て 生じ る 花粉 症 で あ る 。 +茶屋 辻 ( ちゃ やつじ ) は 和服 の 文様 の 一種 。 +宝ヶ池 駅 ( たから が いけ えき ) は 、 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 叡山本線 及び 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +菅坂峠 ( すが さか とうげ ) と は 京都 府 舞鶴 市 と 綾部 市 の 間 に あ る 峠 で あ る 。 +二条 通 ( に じょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +官人 ( かんにん 、 かんじん 、 つかさび と ) と は 官吏 ・ 役人 を 指 す 言葉 。 +延喜儀 式 ( えんぎ ぎしき ) は 、 平安 時代 前期 延喜 年間 に 編纂 さ れ た と さ れ る 儀式 ( 書物 ) 。 +八 文字 屋 自笑 ( はち もんじ や じしょう 、 生年 不詳 - 延享 2 年 11 月 11 日 ( 旧暦 ) ( 1745 年 12 月 3 日 ) ) は 、 浮世 草子 作者 、 版元 。 +と はず がたり ( と わず がたり ) と は 、 鎌倉 時代 の 中後 期 に 後深草 院 二条 ( ご ふ か くさ いん の に じょう ) が 綴 っ た と み られ る 日記 および 紀行 。 +花山院 持実 ( かざん いん も ちざね 、 寛文 10 年 10 月 17 日 ( 旧暦 ) ( 167 0 年 11 月 29 日 ) - 享保 13 年 10 月 20 日 ( 旧暦 ) ( 1728 年 11 月 21 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +新撰 犬 筑波 集 ( しんせん いぬ つくば しゅう ) は 、 室町 時代 後期 の 俳諧 連歌 撰集 。 +中務 内侍 日記 ( なかつかさ の な い し にっき ) は 、 鎌倉 時代 の 宮廷 文学 作品 。 +祭日 ( さいじつ ) と は 、 宗教 儀礼 上 重要 な 祭祀 を 行 う 日 の こと 。 +若狭 湾 ( わかさ わん ) は 、 福井 県 から 京都 府 に かけ て の 海岸 地形 を 形成 する 、 日本 海 に 深 く 入り込 ん で でき た 湾 。 +和田 三正 ( わだただまさ 、 元和 ( 日本 ) 元年 ( 1615 年 ) - 寛永 19 年 3 月 24 日 ( 旧暦 ) ( 1642 年 4 月 23 日 ) ) は 江戸 時代 初期 の 武士 。 +嵯峨 天皇 ( さ が てんのう 、 延暦 5 年 9 月 7 日 ( 786 年 10 月 3 日 ) - 承和 9 年 7 月 15 日 ( 842 年 8 月 24 日 ) ) は 、 日本 の 第 52 代 天皇 ( 在位 : 大同 4 年 4 月 1日 ( 80 9 年 5 月 8 日 ) - 弘仁 14 年 4 月 16 日 ( 82 3 年 5 月 29 日 ) ) 。 +良忍 ( りょうにん 、 延久 5 年 1 月 1日 ( 旧暦 ) ( 1073 年 2 月 10 日 ) ? - 天承 2 年 2 月 1日 ( 旧暦 ) ( 1132 年 2 月 19 日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 で 、 融通 念 仏 宗 の 開祖 。 +戒壇 ( かいだん ) と は 仏教 用語 で 、 戒律 を 授け る ( 授戒 ) ため の 場所 を 指 す 。 +妓王 ( ぎおう 、 生年 不詳 - 承安 ( 日本 ) 2 年 8 月 15 日 ( 旧暦 ) ( 1172 年 9 月 4 日 ) ? ) は 平安 時代 末期 の 白拍子 。 +御 牧藩 ( みまき はん ) は 、 山城 国久世 郡 御牧 ( 現在 の 京都 府 久世 郡 久御山 町 ) に 存在 し た 藩 。 +平家 の 落人 ( へいけ の お ちゅうど ) と は 、 治承 ・ 寿永 の 乱 ( 源平 合戦 ) に お い て 敗北 し 僻地 に 隠遁 し た 敗残 者 の こと 。 +ヤマト 王権 ( やまと お うけん ) と は 、 古墳 時代 に 「 大王 」 ( おおきみ ) と 呼称 さ れ た 大王 ( ヤマト 王権 ) と いく つ か の 有力 氏族 が 中心 と な っ て 成立 し た 王権 ・ 政権 で あ る 。 +京都 交通 株式 会社 ( きょうと こうつう ) は 、 京都 府 北部 で バス ( 交通 機関 ) を 運行 する 事業 者 で あ る 。 +源 俊明 ( みなもと の としあき 、 寛徳 元年 ( 1044 年 ) - 永久 ( 元号 ) 2 年 12 月 2 日 ( 旧暦 ) ( 1114 年 ) ) は 平安 後期 の 公卿 。 +日秀 ( にっしゅう 、 天文 ( 元 号 ) 3 年 〔 1534 年 〕 - 寛永 2 年 4 月 20 日 ( 旧暦 ) 〔 1625 年 5 月 26 日 〕 ) は 、 戦国 時代 ( 日本 ) ( 室町 時代 後期 ) から 江戸 時代 初期 の 女性 で あ る 。 +京都 市営 バス ( きょう と しえいばす ) は 、 京都 府 京都 市 が 経営 する バス で あ る 。 +花山院 忠輔 ( かざん いん ただすけ 、 文明 ( 日本 ) 15 年 2 月 10 日 ( 旧暦 ) ( 1483 年 3 月 18 日 ) - 天文 ( 元号 ) 11 年 1 月 20 日 ( 旧暦 ) ( 1542 年 2 月 4 日 ) ) は 、 室町 時代 後期 の 公卿 。 +勝川 春章 ( かつかわ しゅん しょう 、 享保 11 年 ( 1726 年 ) - 寛政 4 年 12 月 8 日 ( 旧暦 ) ( 1793 年 1 月 19 日 ) ) は 、 江戸 時代 の 浮世 絵 師 。 +尾張 大隅 ( おわり の おおす み 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +外山家 ( とやまけ ) は 、 藤原 氏 の 末裔 日野 家 の 分流 の ひと つ 。 +明恵 ( みょうえ 、 承安 ( 日本 ) 3 年 1 月 8 日 ( 旧暦 ) ( 1173 年 2 月 21 日 ) - 寛喜 4 年 1 月 19 日 ( 旧暦 ) ( 1232 年 2 月 11 日 ) ) は 、 鎌倉 時代 前期 の 華厳 宗 の 僧 。 +鵲橋 ( しゃくはし ) と は 、 中国 の 伝説 で 旧暦 の 7 月 7 日 ( 旧暦 ) の 七夕 の 日 に 天 の 川上 に でき る 橋 の 名前 で あ る 。 +きんつば ( 金鍔 ) は 、 金鍔 焼き の 略称 で 和 菓子 の ひと つ 。 +ジパング ( Zipangu ) は 、 ヨーロッパ に お い て 、 日本 だ と い わ れ る 島 の 旧名 。 +在原 棟梁 ( ありわら の むね や な 、 生年 不詳 - 昌泰 元年 ( 89 8 年 ) ) は 、 平安 時代 前期 の 歌人 。 +丸太町 駅 ( まるたまち えき ) は 、 京都 市 左京 区 東丸太町 に あ る 、 京阪 電気 鉄道 京阪 鴨 東線 の 鉄道 駅 。 +日本 の 書道 史 ( にほん の しょどうし ) と は 、 有史 以来 、 現在 まで の 日本 に おけ る 書道 の 歴史 で あ る 。 +閑吟集 ( かんぎん しゅう ) は 日本 の 歌謡 集 。 +紀伊田 辺 藩 ( き い た なべ はん ) は 、 紀州 徳川 家 の 家老 三 河 安藤 氏 が 治め た 藩 で 、 歴代 紀州 藩主 を 補佐 し 、 紀伊国 に 所領 を 与え られ た 。 +欠食 児童 ( けっしょく じどう ) と は 、 家庭 の 経済 的 困窮 に よ り 、 十分 に 食事 を 与え られ て い な い 子ども の こと で あ る 。 +今出川 尚季 ( いまで がわ なお すえ 、 天明 2 年 9 月 18 日 ( 旧暦 ) ( 1782 年 10 月 24 日 ) - 文化 ( 元号 ) 7 年 8 月 29 日 ( 旧暦 ) ( 1810 年 9 月 27 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +藤原 基頼 ( ふじわら の もとより 、 1040 年 ( 長久 元年 ) - 1122 年 ( 保安 ( 元 号 ) 3 年 ) ) は 、 平安 時代 後期 の 公卿 、 武人 。 +平有盛 ( たいら の あり もり ) は 、 平安 時代 末期 の 武将 。 +大目付 ( おおめつけ ) は 、 江戸 幕府 の 役職 の ひと つ で 、 職制 上 は 老中 に 属 し 、 大名 ・ 高家 および 朝廷 を 監視 し て これ ら の 謀反 から 幕府 を 守 る 監察 官 の 役割 を 持 っ た 。 +志賀 直哉 ( しが なお や 、 明治 16 年 ( 1883 年 ) 2 月 20 日 - 昭和 46 年 ( 1971 年 ) 10 月 21 日 ) は 、 日本 の 小説 家 。 +九条 駅 ( くじょう えき ) は 、 京都 府 京都 市 南 区 ( 京都 市 ) 東九 条 南 烏丸町 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +第 2 次 1896 年 4 月 ( 明治 29 年 4 月 号 ) - 1926 年 11 月 ( 昭和 2 年 12 月 号 ) +アシナヅチ ・ テナヅチ は 、 日本 神話 の ヤマタ ノ オロチ の 説話 に 登場 する 夫婦 神 ( 神道 ) で あ る 。 +允 恭 天皇 ( いんぎょう てんのう 、 仁徳 天皇 64 年 ( 376 年 ) ? - 允 恭 天皇 42 年 1 月 14 日 ( 旧暦 ) ( 453 年 2 月 8 日 ) ) は 、 第 19 代 の 天皇 ( 在位 : 允 恭 天皇 元年 12 月 ( 旧暦 ) ( 413 年 1 月 ) - 同 42 年 1 月 14 日 ( 旧暦 ) ( 453 年 2 月 8 日 ) ) 。 +物部 守屋 ( もの のべ の もり や 、 生年 不詳 - 用明 天皇 2 年 ( 587 年 ) 7 月 ) は 飛鳥 時代 の 大連 ( 古代 日本 ) ( 有力 豪族 ) で あ る 。 +土 御門 晴雄 ( つちみかど は るお / はれお / はれ た け 、 文政 10 年 6 月 5 日 ( 旧暦 ) ( 1827 年 6 月 28 日 ) - 明治 2 年 10 月 6 日 ( 旧暦 ) ( 1869 年 11 月 9 日 ) ) は 、 幕末 の 公卿 で 阿倍 氏 陰陽 道 の 事実 上 の 最後 の 当主 。 +年料 租 舂 米 ( ねんりょう そしょ う まい ) と は 、 平安 時代 に 太政 官 符 に よ っ て 、 令制 国 の 租 の 稲穀 を 精米 し た 白米 を 中央 に 貢進 さ せ る 制度 、 また その 舂米 その もの の こと 。 +大宮売 神社 ( おおみや め じんじゃ ) は 、 京都 府 京丹後 市 大宮町 ( 旧 中郡 ( 京都 府 ) 大宮 町 ) に あ る 神社 で あ る 。 +大庭 景兼 ( おおばかげ か ね ) は 鎌倉 時代 初期 の 武将 。 +諸色 ( しょしき ) と は 、 江戸 時代 に お い て 物価 を 指 し た 言葉 。 +閻魔 ( えんま ) は 仏教 ・ ヒンドゥー 教 など で 地獄 の 主 。 +源信 ( げんしん ) は 平安 時代 中期 の 天台 宗 の 僧 。 +新門 前通 ( しんもん ぜんどおり ) は 京都 市 東山 区 内 の 東西 の 通り の 一 つ 。 +寺門 興隆 ( じもん こうりゅう ) は 、 日本 の 月刊 雑誌 。 +看話 禅 ( かん なぜん 、 かんわ ぜん ) は 、 禅宗 に おけ る 坐禅 流儀 の 一 つ 。 +真榊 ( まさかき ) と は 、 神事 の 場 で 祭壇 の 左右 に 立て る 祭具 。 +二階堂 行政 ( に かいどう ゆきまさ 、 生没年 不詳 ) は 、 鎌倉 幕府 の 政所 令 ・ 後 に 別当 、 十 三 人 の 合議 制 の 一人 。 +阪 東 妻 三郎 ( ばんどう つまさぶろう 、 1901 年 12 月 14 日 - 1953 年 7 月 7 日 ) は 、 日本 の 俳優 で あ る 。 +藤原 時平 ( ふじわら の とき ひら 、 貞観 ( 日本 ) 13 年 ( 8 71 年 ) - 延喜 9 年 4 月 4 日 ( 旧暦 ) ( 90 9 年 5 月 1日 ) ) は 平安 時代 前期 の 公卿 。 +横山 大観 ( よこやま たいかん 、 正字 体 : 大觀 、 明治 元年 9 月 18 日 ( 旧暦 ) ( 1868 年 11 月 2 日 ) - 昭和 33 年 ( 1958 年 ) 2 月 26 日 ) は 、 日本 の 美術 家 。 +長岡 京 駅 ( ながおか きょう えき ) は 、 京都 府 長岡京 市 神足 一 丁目 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 ( JR 京都 線 ) の 鉄道 駅 。 +宗性 ( そうしょう 、 建仁 2 年 ( 120 2 年 ) - 弘安 元年 6 月 8 日 ( 旧暦 ) ( 1278 年 6 月 29 日 ) ) は 、 鎌倉 時代 前期 から 中期 に かけ て の 東大 寺 の 僧 。 +相 伴衆 ( しょうばん しゅう ) は 、 室町 幕府 に おけ る 役職 的 な 身分 の 一 つ 。 +武塔 神 ( む とうしん ) は 、 蘇民 将来 説話 に 登場 する 神 。 +食用 菊 ( しょく ようぎく ) と は キク の 一種 で 、 特に 食品 と し て 栽培 さ れ て い る 菊 を 指 す 。 +男爵 ( だんしゃく ) と は 爵位 の 一 つ で あ る 。 +阿部 正外 ( あべ まさと ( まさとう ) 、 文政 11 年 1 月 1日 ( 旧暦 ) ( 182 8 年 2 月 15 日 ) - 明治 20 年 ( 1887 年 ) 4 月 20 日 ) は 江戸 時代 の 旗本 、 大名 、 老中 。 +市川 小文治 歌舞伎 映画 プロダクション ( いちかわ こ ぶん じ かぶ き えいが - 、 1928 年 6 月 設立 - 8 月 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +謀反 ( むほん ) は 謀叛 と も 表記 さ れ る 。 +葛 の 葉 ( くずのは ) は 、 伝説 上 の キツネ の 名前 。 +建武 の 徳政令 ( けんむ の とく せい れい ) と は 、 建武 ( 日本 ) 元年 5 月 3 日 ( 旧暦 ) ( 1334 年 6 月 5 日 ) に 出 さ れ た 法令 。 +博多 織 ( はかた おり ) と は 、 福岡 県 福岡 市 の おもに 博多 で 特産 と さ れ る 絹織物 。 +妹背山 婦女 庭訓 ( いも せやま おんな ていきん ) は 、 人形 浄 瑠璃 及び 歌舞伎 の 演目 。 +寺西 直次 ( てらにし なおつぐ 、 弘治 ( 日本 ) 3 年 ( 1557 年 ) - 慶安 2 年 ( 1649 年 ) ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +烏丸 御池 ( からすま お い け ) は 、 京都 府 京都 市 に あ る 烏丸 通 と 御池 通 の 交差 点 、 また は その 周辺 地域 で あ る 。 +西木津 駅 ( にしきづ えき ) は 、 京都 府 木津川 市 相楽川 ノ尻 55 番 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 片町 線 の 鉄道 駅 で あ る 。 +奈良 茶飯 ( なら ちゃめし ) は 、 炊き込 み ご飯 の 一種 で 、 奈良 県 の 各地 の 郷土 料理 。 +旧 今津 郵便 局 ( きゅう いま づ ゆうびん きょく ) は 滋賀 県 高島 市 に あ る 歴史 的 建造 物 。 +大江 町 ( おおえ ちょう ) は 、 かつて 京都 府 加佐 郡 に お か れ て い た 町 。 +租庸調 ( そよう ちょう ) は 、 中国 及び 日本 の 律令 制 下 で の 租税 制度 で あ る 。 +泊瀬 部 皇女 ( はつせべ の ひめみこ 、 686 年 以前 ? - 741 年 ( 天平 13 年 ) ) は 、 飛鳥 時代 の 皇族 。 +本阿弥 光悦 ( ほん あみ こうえつ 、 永禄 元年 ( 15 58 年 ) - 寛永 14 年 2 月 3 日 ( 旧暦 ) ( 1637 年 2 月 27 日 ) ) は 、 江戸 時代 初期 の 書家 、 芸術 家 。 +官庁 集中 計画 ( かんちょうしゅうちゅう けいかく ) は 明治 時代 の 首都 計画 で 、 議事 堂 や 官庁 など を 霞が関 付近 に 集中 し 、 パリ や ベルリン に 並 ぶ 華麗 な バロック 都市 を 建設 し よ う と し た 。 +天児 屋命 ( あめ の こやね の みこと ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +七 歩 蛇 ( し ちほだ 、 しち ふじゃ ) は 日本 に 伝わ る 妖怪 。 +舎人 親王 ( とねり しんの う 、 天武 天皇 4 年 1 月 5 日 ( 旧暦 ) ( 67 6 年 1 月 28 日 ) - 天平 7 年 11 月 14 日 ( 旧暦 ) ( 73 5 年 12 月 6 日 ) ) は 天武 天皇 皇子 。 +朧車 ( おぼろ ぐるま ) は 、 鳥山 石燕 に よ る 江戸 時代 の 妖怪 画 集 『 今昔 百 鬼 拾遺 』 に あ る 日本 の 妖怪 の 一 つ で 、 牛車 の 妖怪 。 +大 中臣 氏 ( おおなか とみし ) は 日本 古代 の 中央 政権 に お い て 祭祀 を つかさど っ た 貴族 。 +元禄 赤穂 事件 ( げんろく あ こう じけん ) と は 江戸 時代 中期 に 発生 し た 主君 仇討ち 事件 の 現代 的 表現 。 +白川 伯王家 ( しらかわ はくお う け ) 、 又 は 白川 家 ( しらかわけ ) と は 花山 天皇 の 皇孫 の 延信 王 ( 清仁 親王 の 王子 ) から 始ま り 、 古代 から の 神祇 官 に 伝え られ た 伝統 を 受け継 い だ 公家 で あ る 。 +『 石上 私 淑言 』 ( いそ - の - かみ - の ・ ささめ - ごと ) は 本居 宣長 の 記 し た 歌論 書 。 +二十 二 社 ( にじゅう に しゃ ) は 神社 の 社格 の 一 つ 。 +金子 堅太郎 ( かねこ けんたろう 、 1853 年 3 月 13 日 ( 嘉永 6 年 2 月 4 日 ( 旧暦 ) ) - 1942 年 ( 昭和 17 年 ) 5 月 16 日 ) は 、 明治 期 の 官僚 ・ 政治 家 。 +宇喜多 宗家 ( うきた むねいえ 、 生没年 不詳 )   室町 時代 後期 の 人物 。 +『 蛸 と 海女 』 は 葛飾 北斎 に よ る 1820 年頃 の 艶本 『 喜能 会之 故 真通 』 ( き のえ の こまつ ) の 中 の 木版 画 の 一 枚 。 +和 歌集 ( わかしゅう ) と は 、 和歌 を 編集 し た もの 。 +鶯張り ( うぐいす ばり ) と は 、 敵 の 侵入 を 知 ら せ る ため に 作 っ た 廊下 の こと 。 +武家 屋敷 ( ぶけ やしき ) は 主に 江戸 時代 の 江戸 に 大名 が 所有 し た 出張 所 を 兼ね た 大名 の 邸宅 。 +楠本 正隆 ( くすもと まさたか 、 天保 9 年 3 月 20 日 _ ( 旧暦 ) ( 1838 年 4 月 14 日 ) - 明治 35 年 ( 190 2 年 ) 2 月 7 日 ) は 、 肥前 大村 藩 の 武士 、 明治 期 の 政治 家 。 +織田 秀一 ( おだ ひでひと ( ひでかず ) 、 寛永 16 年 ( 1639 年 ) - 貞享 4 年 8 月 3 日 ( 旧暦 ) ( 1687 年 9 月 9 日 ) ) は 、 大和 国 柳本 藩 の 第 3 代 藩 主 。 +御名部 皇女 ( みなべ の ひめみこ 、 皇極 天皇 6 年 ( 660 年 ) ? - 没年 不詳 ) は 、 飛鳥 時代 の 皇族 。 +紀伊山 地 の 霊場 と 参詣 道 ( きいさんち の れいじょう と さんけい みち ) は 、 和歌山 県 ・ 奈良 県 ・ 三重 県 に またが る 3 つ の 霊場 と 参詣 道 ( 熊野 古道 、 大峯 奥 駈道 、 高野山 町 石道 ) を 登録 対象 と する 世界 遺産 ( 文化 遺産 _ ( 世界 遺産 ) ) 。 +峰山 県 ( みねやま けん ) は 廃藩 置県 に よ り 18 71 年 ( 明治 4 年 ) に 設置 さ れ た 県 。 +織田 信方 ( おだ の ぶかた ) +仙石 貢 ( せんご く みつぎ 、 安政 4 年 6 月 2 日 ( 1857 年 7 月 22 日 ) - 昭和 6 年 ( 1931 年 ) 10 月 30 日 ) は 、 日本 の 鉄道 官僚 、 実業 家 、 政治 家 。 +小野 石根 ( おのの いわね 、 ? - 宝亀 9 年 ( 778 年 ) ) は 、 奈良 時代 の 官僚 。 +徳大寺 実能 ( とくだいじ さね よし 、 永長 元年 ( 1096 年 ) - 保元 2 年 9 月 2 日 ( 旧暦 ) ( 1157 年 10 月 6 日 ) ) は 、 平安 時代 後期 の 公卿 。 +荒神橋 事件 ( こうじんばし じけん ) は 、 1953 年 11 月 11日 、 立命 館 大学 広小路 キャンパス で の 集会 に 合流 し よ う と し た 京都 大学 の 学生 デモ 隊 と 警官 隊 が 京都 市 内 の 荒神橋 ( 京都 市 ) 上 で 衝突 し た 事件 で あ る 。 +酒井 忠次 ( さかい ただつぐ ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 三河 の 武将 。 +神明 恵 和合 取組 ( かみ の めぐみ わごう の とりくみ ) は 歌舞伎 の 演目 。 +平家 貞 ( たいら の いえさだ 、 1084 年 ( 応徳 元年 ) - 11 67 年 ( 仁安 ( 日本 ) 2 年 ) ) は 、 平安 時代 後期 の 平家 の 郎党 。 +安土 宗論 ( あづち しゅうろん ) と は 、 、 安土 城下 の 浄厳院 で 行 わ れ た 浄土 宗 と 法華 宗 ( 日蓮 宗 ) の 宗論 。 +吉坂 峠 ( きっ さか とうげ ) と は 、 京都 府 舞鶴 市 と 福井 県 大飯 郡 高浜 町 の 境 に あ る 峠 。 +三村 竹清 ( みむら ちくせい 、 男性 、 明治 9 年 ( 1876 年 ) 5 月 4 日 - 昭和 28 年 ( 1953 年 ) 8 月 26 日 ) は 、 日本 の 書誌 学者 で あ る 。 +大宮 ( おおみや ) は 、 源氏 物語 に 登場 する 架空 の 人物 。 +月読 神社 ( つきよみ じんじゃ ) は 、 京都 府 京都 市 西京 区 に あ る 神社 で あ る 。 +楠葉 西 忍 ( くすば さいにん 、 応永 2 年 ( 1395 年 ) - 文明 ( 日本 ) 18 年 2 月 13 日 ( 1486 年 3 月 18 日 ) ) は 、 室町 時代 の 商人 。 +洞ヶ峠 ( ほら が とうげ ) は 、 京都 府 八幡 市 八幡 南山 と 大阪 府 枚方 市 高野道 ・ 長尾 峠町 の 境 に あ る 峠 。 +幼名 ( ようみょう / ようめい ) は 、 幼少 時 の 名前 の 事 。 +宮川 長春 ( みやがわちょうしゅん 、 天和 ( 日本 ) 2 年 ( 1682 年 ) - 宝暦 2 年 11 月 13 日 ( 旧暦 ) ( 175 2 年 12 月 18 日 ) ) は 、 江戸 時代 の 浮世 絵 師 。 +康暦 の 政変 ( こうりゃく の せいへん ) は 、 南北朝 時代 ( 日本 ) の 天授 ( 日本 ) 5 年 / 康暦 元年 ( 1379 年 ) に 室町 幕府 の 管領 ・ 細川 頼之 が 失脚 し た 政変 で あ る 。 +藤原 敦忠 ( ふじわら の あつただ 、 延喜 6 年 ( 90 6 年 ) - 天慶 6 年 3 月 7 日 ( 旧暦 ) ( 943 年 4 月 18 日 ) ) は 平安 時代 中期 の 公家 ・ 歌人 。 +霊空 ( れいくう 、 承応 元年 ( 1652 年 ) - 元文 4 年 10 月 4 日 ( 旧暦 ) ( 1739 年 11 月 4 日 ) ) は 、 江戸 時代 中期 の 天台 宗 の 僧 。 +久我 建通 ( こがた けみち 、 文化 ( 元号 ) 12 年 2 月 1日 ( 旧暦 ) ( 1815 年 3 月 11 日 ) - 明治 36 年 ( 190 3 年 ) 9 月 26 日 ) は 、 江戸 時代 の 公家 。 +源 景明 ( みなもと の かげ あきら 、 生没年 不詳 ) は 、 平安 時代 中期 の 官人 ・ 歌人 。 +片町 線 ( かたまち せん ) は 、 京都 府 木津川 市 の 木津 駅 ( 京都 府 ) から 大阪 府 大阪 市 の 京橋 駅 ( 大阪 府 ) に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 幹線 ) で あ る 。 +岩倉 具満 ( いわくら ともみつ 、 文化 ( 元号 ) 7 年 ( 1810 年 ) - 文化 10 年 ( 1813 年 ) ) は 、 江戸 時代 後期 の 廷臣 。 +忌部 氏 ( いんべし ・ いみべし ) と は 、 大和 時代 から 奈良 時代 に かけ て の 氏族 的 職業 集団 で あ る 。 +後深草 天皇 ( ご ふか くさ てんのう 、 寛元 元年 6 月 10 日 ( 1243 年 6 月 28 日 ) - 嘉元 2 年 7 月 16 日 ( 130 4 年 8 月 17 日 ) ) は 、 鎌倉 時代 の 第 89 代 天皇 ( 在位 : 寛元 4 年 1 月 29 日 ( 1246 年 2 月 16 日 ) - 正元 元年 11 月 26 日 ( 1259 年 1 月 9 日 ) ) 。 +亀岡 市 ふるさと バス ( かめおか し ふるさと バス ) は 、 京都 府 亀岡 市 の コミュニティバス で あ る ( 京阪 京都 交通 に よ り 運行 ) 。 diff --git a/data/titles-ja-train.labeled b/data/titles-ja-train.labeled new file mode 100644 index 0000000..dfdde6d --- /dev/null +++ b/data/titles-ja-train.labeled @@ -0,0 +1,11288 @@ +-1 正院 ( せいいん ) と は 18 71 年 ( 明治 4 年 ) の 廃藩 置県 後 に 発布 さ れ た 、 太政 官職 制 の 最高 機関 で あ る 。 +1 藤原 忠房 ( ふじわら の ただふさ 、 生年 未詳 - 延長 ( 元号 ) 6 年 ( 928 年 ) 12 月 1日 ( 旧暦 ) ) は 、 平安 時代 前期 の 廷臣 、 舞楽 家 、 歌人 。 +1 公暁 ( くぎょう 、 正治 2 年 ( 120 0 年 ) - 建保 7 年 1 月 27 日 ( 旧暦 ) ( 1219 年 2 月 13 日 ) ) は 、 鎌倉 幕府 2 代 征夷 大将軍 源 頼家 の 二男 。 +-1 地方 官 会議 ( ちほう かん かいぎ ) と は 、 1874 年 ( 明治 7 年 ) に 設置 さ れ た 、 明治 政府 が 招集 し た 府 県 長官 の 会議 の こと で あ る 。 +1 飛鳥井 雅庸 ( あすかい まさつね 、 永禄 12 年 10 月 20 日 ( 旧暦 ) ( 1569 年 11 月 28 日 ) - 元和 ( 日本 ) 元年 12 月 22 日 ( 旧暦 ) ( 1616 年 2 月 9 日 ) ) は 、 戦国 時代 ( 日本 ) の 戦国 期 から 江戸 時代 前期 に かけ て の 公家 ・ 歌人 。 +-1 帝国 農会 ( ていこく のうかい ) と は 、 1910 年 ( 明治 43 年 ) に 公認 さ れ た 、 中央 農政 機関 の こと で あ る 。 +1 鎌田 政清 ( か また まさき よ 、 保安 ( 元号 ) 4 年 ( 1123 年 ) - 永暦 元年 1 月 3 日 ( 11 60 年 2 月 11 日 ) ) は 平安 時代 末期 の 武将 。 +-1 長谷 家 ( ながたに け ) は 桓 武平 氏 高 棟 王流 で 、 西洞院 時 慶 ( 従二 位 ・ 参議 ) ( 155 2 年 - 1640 年 ) の 五 男 長谷 忠康 ( 正三 位 ・ 民部 大輔 ) ( 1612 年 - 1669 年 ) を 祖 と する 堂上 家 。 +-1 財閥 ( ざいばつ ) と は 、 財閥 解体 以前 の 非常 に 大き い 独占 的 な 資本 家 また は 企業 の 事 で あ る が 、 一般 的 に は 、 家族 また は 同族 に よ っ て 出資 さ れ た 親 会社 ( 持株 会社 ) が 中核 と な り 、 それ が 支配 し て い る 諸 会社 ( 子 会社 ) に 多種 の 産業 を 経営 さ せ て い る 企業 集団 で あ っ て 、 大 規模 な 子 会社 は それぞれ の 産業 部門 に お い て 寡占 的 地位 を 占め る と 定義 さ れ る 。 +-1 能勢 氏 ( のせし ) は 、 摂津 国 ( 北摂 地方 ) の 大身 領主 。 +-1 大化 の 改新 ( たいか の かいしん ) は 飛鳥 時代 の 孝徳 天皇 2 年 春 正月 甲子 朔 ( 西暦 646 年 ) に 発布 さ れ た 改新 の 詔 ( かいしん の みこと のり ) に 基づ く 政治 的 改革 。 +1 藤原 盛憲 ( ふじわら の もりの り 、 生没 年 未詳 ) は 、 平安 時代 末期 の 廷臣 。 +-1 ミシャグジ は 、 古来 より 日本 に 伝わ る が 、 謂れ の よく わか ら な い 神 ( 神道 ) で あ る 。 +1 長次郎 ( ちょうじろう 、 ? - 天正 17 年 ( 1589 年 ) ) は 、 安土 桃山 時代 を 代表 する 陶芸 家 。 +-1 堀内 家 ( ほり の うち け ) は 代々 表 千家 の 宗匠 を 務め る 茶家 。 +-1 裾除け ( すそよけ ) は 、 和服 の 下 に 着用 する 下着 。 +1 二条 宗煕 ( に じょうむねひろ 、 享保 3 年 11 月 6 日 ( 旧暦 ) ( 1 71 8 年 12 月 27 日 ) - 元文 3 年 6 月 18 日 ( 旧暦 ) ( 1738 年 8 月 3 日 ) ) は 江戸 時代 の 公卿 。 +-1 騎射 三 物 ( きしゃ みつも の ) と は 馬上 の 弓術 、 犬追物 ・ 笠懸 ・ 流鏑馬 を 総称 し て 言 っ た もの 。 +1 基礎 情報 天皇 +-1 有楽流 ( うらくりゅう ) は 、 織田 信長 の 実弟 織田 長益 ( 有楽斎 ) に 始ま る 茶道 の 流派 の 一 つ 。 +1 三島 弥彦 ( みしま や ひこ 、 1886 年 ( 明治 19 年 ) 2 月 23 日 - 1954 年 ( 昭和 29 年 ) 2 月 1日 ) は 明治 期 の 陸上 選手 。 +-1 白拍子 ( しらびょうし ) は 、 平安 時代 末期 から 鎌倉 時代 に かけ て 起こ っ た 歌舞 の 一種 。 +1 大 森 彦七 盛長 ( おおもり ひこ しち も りなが ) は 、 清和 源 氏 に 属 する 南北朝 時代 ( 日本 ) の 武将 。 +-1 赤山 禅院 ( せきざん ぜんいん ) は 、 京都 市 左京 区 修学院 に あ る 天台 宗 の 寺院 。 +-1 五条 大橋 ( ごじょう おおはし ) は 、 京都 府 京都 市 を 流れ る 鴨川 に 掛か る 橋 。 +-1 雛祭り ( ひなまつり ) は 女性 の 子供 の すこやか な 成長 を 祈 る 節句 の 年中 行事 。 +1 伊藤 大輔 ( いとう だいすけ 、 189 8 年 10 月 12 日 - 1981 年 7 月 19 日 ) は 、 大正 ・ 昭和 期 の 映画 監督 、 脚本 家 。 +1 京極 高美 ( きょうごく たか よし 、 文化 ( 元号 ) 15 年 4 月 12 日 ( 旧暦 ) ( 1818 年 5 月 16 日 ) - 弘化 2 年 7 月 16 日 ( 旧暦 ) ( 1845 年 8 月 18 日 ) ) は 、 讃岐 国 丸亀 藩 の 世嗣 。 +1 尾上 多 見蔵 ( おのえ たみぞう ) は 、 歌舞伎 役者 の 名跡 。 +-1 立役 ( たちやく ) は 、 歌舞伎 に おけ る 尋常 な 成年 男子 の 役 、 また その 役 を 演じ る 役者 。 +-1 小弓 公方 ( お ゆみくぼう ) は 、 関東 に おけ る 足利 氏 ( 基 氏 流 ) の 公方 家 の ひと つ 。 +-1 鰻丼 ( う などん 、 うなぎ どんぶり ) は 、 丼 に 入れ た 飯 の 上 に ウナギ の 蒲焼 を 乗せ 、 タレ と 好み に よ り サンショウ の 粉 を 振りかけ た 日本 料理 。 +-1 伏見 港 ( ふしみ こう ) は 京都 府 京都 市 伏見 区 に かつて 存在 し た 港湾 分類 。 +-1 金ヶ崎 の 戦い ( かねがさき の たたか い ) は 、 南北朝 時代 ( 日本 ) の 1336 年 ( 延元 元年 / 建武 ( 日本 ) 3 年 ) から 翌 1337 年 ( 延元 2 年 / 建武 4 年 ) に かけ て 、 越前 国金 ヶ崎 城 ( 福井 県 敦賀 市 ) に 籠城 する 新田 義貞 率い る 南朝 ( 日本 ) 方 の 軍勢 と 、 それ を 攻撃 する 斯波 高 経 率い る 北朝 ( 日本 ) 方 の 軍勢 と の 間 で 行 わ れ た 戦い で あ る 。 +1 川村 景明 ( かわむら かげあき 、 嘉永 3 年 2 月 26 日 ( 旧暦 ) ( 1850 年 4 月 8 日 ) - 4 月 28 日 ) は 、 日本 の 陸軍 軍人 、 華族 。 +1 観世 雅雪 ( かんぜ が せつ 、 1898 年 - 1988 年 12 月 7 日 ) は 、 日本 の 能楽師 。 +-1 東 舞鶴 ( ひがしまい づる ) と は 、 舞鶴 市 の 東 半分 。 +1 広沢 真臣 ( ひろさわ さねお み 、 天保 4 年 12 月 29 日 ( 旧暦 ) ( 1834 年 2 月 7 日 ) - 明治 4 年 1 月 9 日 ( 旧暦 ) ( 18 71 年 2 月 27 日 ) 、 正字 体 は 廣澤 眞臣 ) は 、 日本 の 武士 ( 長州 藩士 ) 、 政治 家 。 +-1 有形 文化 財 ( ゆうけい ぶんか ざい ) と は 、 下記 の とおり で あ る 。 +-1 開国 ( かいこく ) と は 、 鎖国 の 反対 で 外国 と 交際 ・ 貿易 を する こと 。 +-1 国之常 立神 ( くに の とこ たち の かみ ) は 、 日本 神話 に 登場 する 神 で あ る 。 +1 閑院 宮 愛仁親王 ( かんいんの みや なる ひと しんの う 、 文化 ( 元号 ) 15 年 1 月 13 日 ( 旧暦 ) ( 1818 年 2 月 17 日 ) - 天保 13 年 9 月 17 日 ( 旧暦 ) ( 1842 年 10 月 20 日 ) ) は 、 江戸 時代 の 皇族 。 +1 中村 梅雀 ( なかむら ばいじゃく ) は 、 歌舞伎 役者 、 ベーシスト 。 +-1 入之波 温泉 ( しおの は おんせん ) は 、 奈良 県 吉野 郡 川上村 ( 奈良 県 ) ( 旧 国 大 和国 ) に あ る 温泉 。 +-1 すぐき は 、 漬物 の ひと つ 。 +-1 国司 苛 政 上訴 ( こくしか せいじょうそ ) は 、 日本 の 平安 時代 に 郡司 ・ 田堵 ・ 負名 ・ 百 姓 階層 が 地方 官 で あ る 国司 ( 受領 ) の 苛政 ・ 非 法 を 中央 政府 ( 太政 官 ) へ 訴え た 行為 、 現象 また は 闘争 形態 。 +-1 灌仏 会 ( かんぶつ え ) は 、 釈迦 の 誕生 を 祝 う 行事 で あ る 。 +1 六角 政頼 ( ろっかく まさより 、 生没年 不詳 ) は 、 室町 時代 後期 の 人物 。 +-1 日露 協約 ( にちろ きょうやく ) は 日露 戦争 後 に 締結 し た 日本 と ロシア 帝国 が お 互い に 権益 を 認め合 っ た 4 次 に わた る 協約 。 +-1 六条 河原 ( ろくじょうがわら ) は 、 京都 市 内 を 流れ る 鴨川 ( 淀川 水系 ) の 河原 に 存在 し た 刑場 。 +1 推古 天皇 ( すいこてんのう 、 欽明 天皇 15 年 ( 554 年 ) - 推古 天皇 36 年 3 月 7 日 ( 旧暦 ) ( 628 年 4 月 15 日 ) 『 古事 記 』 で は 戊子 年 3 月 15 日 ) は 、 第 33 代 の 天皇 ( 在位 : 崇峻 天皇 5 年 12 月 8 日 ( 旧暦 ) ( 593 年 1 月 15 日 ) - 推古 天皇 36 年 3 月 7 日 ( 628 年 4 月 15 日 ) 36 年 、 『 古事 記 』 で は 37 年 ) 。 +-1 水揚げ ( みずあげ ) に は 以下 の 意味 が あ る 。 +-1 酒粕 ( さけかす 、 酒糟 ) と は 、 日本 酒 など の もろみ を 、 圧搾 し た 後 に 残 る 白色 の 固形 物 の こと で あ る 。 +1 有栖川宮 幟仁親王 ( ありすがわ のみや たかひと しんの う 、 文化 ( 元号 ) 9 年 1 月 5 日 ( 1812 年 2 月 17 日 ) - 明治 19 年 ( 1886 年 1 月 24 日 ) ) は 幕末 ・ 明治 期 の 日本 の 皇族 。 +-1 黄檗 宗 ( おうばくしゅう ) は 、 日本 に おけ る 仏教 の 宗派 で あ り 、 臨済 宗 、 曹洞 宗 に 次 ぐ 禅宗 の 一 つ で あ る 。 +1 崇光 天皇 ( す こうてんのう 、 建武 元年 4 月 22 日 ( 1334 年 5 月 25 日 ) - 応永 5 年 1 月 13 日 ( 1398 年 1 月 31 日 ) 在位 : 正平 3 年 / 貞和 4 年 10 月 27 日 ( 1348 年 11 月 18 日 ) - 正平 6 年 / 観応 2 年 11 月 7 日 ( 1351 年 11 月 26 日 ) ) は 、 南北朝 時代 の 北朝 第 3 代 天皇 で あ る 。 +-1 豊臣 政権 ( とよとみ せいけん ) は 、 天正 18 年 ( 1590 年 ) 、 ( ただし 、 実質 的 に は 天正 13 年 ( 1585 年 ) ) から 、 慶長 8 年 ( 160 3 年 ) まで 成立 し て い た 豊臣 氏 に よ る 日本 国 の 政権 。 +-1 西院 駅 は 、 京都 市 右京 区 西 大路 四条 に あ る 、 阪急 電鉄 ・ 京福 電気 鉄道 の 鉄道 駅 。 +1 原田 直次郎 ( はらだ なお じろう 、 文久 3 年 8 月 30 日 ( 旧暦 ) ( 1863 年 10 月 12 日 ) - 明治 32 年 ( 1899 年 ) 12 月 26 日 ) は 、 洋画 家 。 +-1 ジャポニズム ( 英語 : Japonism ) 、 あるいは ジャポニスム ( フランス 語 : Japonisme ) と は 、 ヨーロッパ で 見 られ た 日本 趣味 ・ 日本 心酔 の こと 。 +-1 四 万 十 川 の 戦い ( しまん と がわ の たたか い ) は 、 「 渡川 の 戦い 」 と も い い 、 天正 3 年 ( 1575 年 ) に 発生 し た 長 宗我部 元親 の 土佐 国 ( 高知 県 ) 統一 を 決定 づけ た 戦い 。 +-1 良源 ( りょうげん 、 延喜 12 年 ( 912 年 ) - 永観 3 年 1 月 3 日 ( 旧暦 ) ( 98 5 年 1 月 31 日 ) ) は 、 平安 時代 の 天台 宗 の 僧 。 +-1 寛平 御 遺誡 ( かんぴょう の ご ゆいかい ) と は 、 寛平 9 年 7 月 3 日 ( 旧暦 ) ( 897 年 8 月 4 日 ) に 宇多 天皇 が 醍醐 天皇 へ の 譲位 に 際 し て 当時 13 歳 の 新帝 に 与え た 書置 。 +-1 牧野 教育 映画 製作 所 ( まきの きょういく えい が せいさく しょ 、 1921 年 6 月 設立 - 1924 年 改組 ) は 、 かつて 存在 し た 日本 の 映画 会社 で あ る 。 +1 野々 村 正成 ( の のむら まさしげ 、 生年 不詳 - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ? ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 狩野 探幽 ( かのうたんゆう 、 慶長 7 年 1 月 14 日 ( 旧暦 ) ( 160 2 年 3 月 7 日 ) - 延宝 2 年 10 月 7 日 ( 旧暦 ) ( 167 4 年 11 月 4 日 ) ) は 江戸 時代 の 狩野 派 を 代表 する 絵師 で あ る 。 +1 掛詞 ( かけ ことば ) と は 、 和歌 など に おけ る 修辞 用 法 の 一 つ 。 +1 坂上 春子 ( さかの うえの はるこ 、 生年 不詳 - 承和 ( 日本 ) 元年 ( 834 年 ) ) は 、 坂上 田村 麻呂 の 娘 。 +-1 長岡 京 ( ながおか きょう ) +-1 栗山 家 住宅 ( くりやま け じゅうたく ) と は 、 奈良 県 五條 市 五條 1 丁目 に あ る 建築 年代 の 判明 し て い る 民家 と し て 日本 最古 の 建物 。 +-1 五 畿 内志 ( ごきない し ) と は 、 江戸 時代 に 編纂 さ れ た 畿内 の 地誌 。 +-1 網野 駅 ( あみの えき ) は 、 京都 府 京丹後 市 網野町 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +1 氷上 志計 志麻呂 ( ひかみ の しけし まろ 、 生没年 不詳 ) は 奈良 時代 の 皇族 。 +1 恂子 内 親王 ( じゅん し な い しんのう 、 寛治 7 年 ( 1093 年 ) - 長承 元年 10 月 16 日 ( 旧暦 ) ( 1132 年 11 月 25 日 ) ) は 、 平安 時代 後期 の 皇族 。 +1 媞子 内 親王 ( ていし ( やすこ ) ないしんのう 、 承保 3 年 4 月 5 日 ( 1076 年 5 月 10 日 ) - 嘉保 3 年 8 月 7 日 ( 1096 年 8 月 27 日 ) ) は 、 第 72 代 白河 天皇 の 第 一 皇女 。 +-1 三条 通 ( さんじょうどおり ) は 京都 府 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +1 西園寺 公望 ( さいおんじ きん も ち 、 嘉永 2 年 10 月 23 日 ( 旧暦 ) ( 1849 年 12 月 7 日 ) - 昭和 15 年 ( 1940 年 ) 1 1 月 24 日 ) は 日本 の 公家 、 政治 家 。 +-1 天台 座主 ( てんだいざ す ) は 、 日本 の 天台 宗 の 本山 で あ る 比叡山 延暦 寺 の 貫主 ( 住職 ) で 、 天台 宗 の 諸末 寺 を 総監 する 役職 。 +1 難波 頼輔 ( なんば より すけ 、 天永 3 年 ( 1112 年 ) - 文治 2 年 ( 1186 年 ) ) は 平安 時代 後期 の 公卿 ・ 歌人 。 +-1 三宝礼 ( さんぼうらい ) と は 遵式 浄土 懺 願儀 から 採 っ た 偈文 ( げもん ) で あ る 。 +-1 白米山 古墳 ( しらげ やま こふん ) は 、 京都 府 与謝 郡 与謝野 町 に 所在 する 前方 後 円墳 で あ る 。 +1 京極 為 教 ( きょうごく ため の り 、 嘉禄 3 年 3 月 20 日 ( 旧暦 ) ( 1227 年 5 月 7 日 ) - 弘安 2 年 5 月 24 日 ( 旧暦 ) ( 1279 年 7 月 4 日 ) ) は 、 鎌倉 時代 中期 の 歌人 。 +1 小堀 正行 ( こぼり まさゆき 、 天正 11 年 ( 1583 年 ) - 元和 ( 日本 ) 元年 8 月 14 日 ( 旧暦 ) ( 1615 年 10 月 6 日 ) ) は 、 江戸 時代 前期 の 武将 。 +-1 春日 流 ( しゅん に ちりゅう ) は 能楽 笛 方 の 廃絶 し た 一流 。 +1 橘 公業 ( たちばな の きみな り 、 生没 年 未詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 橘 氏 の 武将 。 +-1 シュンギク ( 春菊 、 学名 : Chrysan the mumcoronarium . Syn , Leucan the mumcoronarium また は Glebion is coronaria , 英名 Crowndaisy ) は キク 科 キク 属 ( また は シュンギク 属 ) に 分類 さ れ る 原産地 が 地中 海 沿岸 の 植物 で あ る 。 +1 二条 昭実 ( に じょう あきざね 、 弘治 ( 日本 ) 2 年 11 月 1日 ( 旧暦 ) ( 1556 年 12 月 2 日 ) - 元和 ( 日本 ) 5 年 7 月 14 日 ( 旧暦 ) ( 1619 年 8 月 23 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 に かけ て の 公卿 。 +1 源 成雅 ( みなもと の なりまさ 、 生没 年 未詳 ) は 、 平安 時代 後期 の 公家 。 +-1 寿永 二 年 十 月 宣旨 ( じゅえい に ねん じゅう がつ の せんじ ) は 、 寿永 2 年 ( 1183 年 ) 10 月 ( 旧暦 ) に 朝廷 から 源 頼朝 に 下 さ れ た 宣旨 。 +1 鷹司 教平 ( たかつかさ のり ひら 、 慶長 14 年 1 月 10 日 ( 旧暦 ) ( 1609 年 2 月 14 日 ) - 寛文 8 年 10 月 3 日 ( 旧暦 ) ( 1668 年 11 月 7 日 ) ) は 江戸 時代 の 公卿 。 +-1 仁実 ( にんじつ 、 寛治 5 年 ( 1091 年 ) - 天承 元年 6 月 8 日 ( 旧暦 ) ( 1131 年 7 月 4 日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +1 中村 勘三郎 ( なかむら かんざ ぶろう ) は 、 歌舞伎 役者 の 名跡 。 +-1 不動穀 ( ふ どうこく ) と は 、 律令 制 に お い て 令 制 国 に 置 か れ た 不動倉 に 保管 さ れ た 稲穀 の こと 。 +-1 玄証 ( げんしょう 、 久安 2 年 ( 1146 年 ) - 元久 元年 ( 120 4 年 ) ? ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 真言 宗 の 僧 。 +1 山名   氏清 ( やまな   うじきよ 、 興国 5 年 / 康永 3 年 ( 1344 年 ) - 元中 8 年 / 明徳 2 年 12 月 30 日 ( 旧暦 ) ( 1392 年 1 月 24 日 ) ) は 南北朝 時代 ( 日本 ) の 守護 大名 で あ る 。 +-1 鞍馬 寺 ( くら まで ら ) は 、 京都 府 京都 市 左京 区 鞍馬 本町 に あ る 仏教 寺院 。 +-1 門跡 ( もんせき 、 もんぜき ) と は 、 日本 の 仏教 の 開祖 の 正式 な 後継 者 。 +1 北条 治 時 ( ほうじょう   はるとき 、 文保 2 年 ( 1318 年 ) - 元弘 3 年 / 正慶 2 年 7 月 9 日 ( 旧暦 ) ( 1333 年 8 月 19 日 ) ) は 、 得宗 家 の 分家 で 北条 時宗 の 弟 で あ る 北条 宗 時 の 子 ( 一説 で は 北条 随時 と も ) 。 +1 西園寺 公益 ( さいおんじ きん ます 、 天正 10 年 4 月 20 日 ( 旧暦 ) ( 15 8 2 年 5 月 22 日 ) ‐ 寛永 17 年 2 月 17 日 ( 旧暦 ) ( 1640 年 4 月 8 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 の 公卿 。 +-1 具志頭 制縛 致死 事件 ( ぐ し ちゃん せい ばくちし じけん ) と は 、 1907 年 ( 明治 40 年 ) 5 月 18 日 に 沖縄 県 島尻 郡 具志頭 村 間切 ( 現 八重瀬 町 ) で 発生 し た 私刑 殺人 事件 。 +1 軍記 物語 ( ぐん き ものがたり ) と は 、 鎌倉 時代 から 室町 時代 に かけ て 書 か れ た 歴史 上 の 合戦 を 題材 と し た 文芸 で あ る 。 +-1 華道 ( かどう ) と は 、 草花 や 樹木 など の 植物 材料 を 組み合わせ て 構成 し 、 鑑賞 する 芸術 で あ る いけ ば な に 、 芸道 と し て の 側面 を 加え た もの 。 +1 観世 元 信 ( かんぜ ・ もと のぶ 、 1931 年 8 月 8 日 - ) は 日本 の 能楽師 。 +-1 魚 魯 愚鈔 ( ぎょろぐ しょう ) は 、 除目 に 関 する 申文 や 大間 書 など の 資料 や 『 清涼 記 』 ・ 『 西宮 記 』 など の 除目 関係 記事 を 集成 し た 有職 故 実書 。 +-1 尋有 ( じんう 、 生没年 不詳 ) は 、 鎌倉 時代 天台 宗 の 僧 。 +1 伊藤 鉄五郎 ( いとう てつごろう 、 天保 11 年 ( 1840 年 ) - 慶応 4 年 5 月 1日 ( 旧暦 ) ( 1868 年 6 月 20 日 ) ? ) は 、 山城 国 京都 出身 の 新 選 組 隊士 。 +-1 大善 寺 ( だい ぜんじ ) は 、 京都 市 伏見 区 に あ る 浄土 宗 の 寺院 。 +1 平将頼 ( 平將 頼 ・ たいら の まさより 、 生年 不詳 - 天慶 3 年 ( 940 年 ) ) は 、 平安 時代 中期 の 武将 。 +-1 天津 飯 ( てんしん はん ) は 、 日本 生まれ の 中華 料理 。 +-1 秋祭り ( あきまつり ) は 、 秋 に 行 わ れ る 祭 の 総称 。 +-1 舞鶴 つつじまつり ( まいづる つつじまつり ) と は 、 京都 府 舞鶴 市 で 行 わ れ て い る お 祭り の ひと つ 。 +-1 鳳潭 ( ほうたん 、 承応 3 年 ( 1654 年 ) - 元文 3 年 2 月 26 日 ( 旧暦 ) ( 1738 年 4 月 14 日 ) ) は 、 江戸 時代 中期 の 学僧 。 +-1 交代 寄合 ( こうたい より あい ) は 、 江戸 幕府 に おけ る 旗本 の 家格 の 一 つ 。 +1 木下 勝俊 ( きのした かつとし 、 1569 年 ( 永禄 12 年 ) - 1649 年 7 月 24 日 ( 慶安 2 年 6 月 15 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 の 武将 。 +-1 上方 文化 ( かみがた ぶんか ) と は 、 大坂 と 京都 を 中心 に し た 上方 の 地 で は ぐく ま れ て き た 、 +1 平将平 ( 平將 平 ・ たいら の まさひら   生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +1 石川 理紀之助 ( いしかわりきのすけ 、 1845 年 ( 弘化 2 年 ) - 1915 年 ( 大正 4 年 ) ) は 、 秋田 県 生まれ 。 +-1 本項 京都 市 右京 区 の 町名 ( きょうと しう きょうく の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +1 中臣 鎌子 ( なか とみの かまこ 、 生没年 不詳 ) は 飛鳥 時代 、 欽明 天皇 の 時代 の 連 。 +1 吉良 義俊 ( きら よしと し 、 寛文 11 年 ( 16 7 1 年 ) 頃 - 寛保 2 年 2 月 26 日 ( 旧暦 ) ( 1742 年 4 月 1日 ) ) は 江戸 幕府 の 高家 旗本 。 +1 藤原 有国 ( ふじわら の あ りく に 、 天慶 6 年 ( 943 年 ) - 寛弘 8 年 7 月 11 日 ( 旧暦 ) ( 1011 年 8 月 12 日 ) ) は 、 平安 時代 中期 の 公卿 。 +1 側 室 理 真院 、 越智 氏 +1 熊沢 蕃山 ( くまざわ ばん ざん 、 元和 5 年 ( 1619 年 ) - 元禄 4 年 8 月 17 日 ( 旧暦 ) ( 1691 年 9 月 9 日 ) ) は 江戸 時代 初期 の 陽明 学 者 。 +1 五十 四 世 梅若 六郎 ( うめわか ろくろう 、 1878 年 ( 明治 11 年 ) 4 月 28 日 - 1959 年 ( 昭和 34 年 ) 8 月 16 日 ) と は 、 観世 流 シテ 方 能 楽師 。 +-1 不退 寺 ( ふたいじ ) は 、 奈良 市 法蓮 町 に あ る 真言 律 宗 の 寺院 。 +1 千種 有能 ( ちぐさ あり よし 、 元和 ( 日本 ) 元年 ( 1615 年 ) - 貞享 4 年 3 月 1日 ( 旧暦 ) ( 1687 年 4 月 12 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 慶祚 ( けいそ 、 天暦 9 年 ( 955 年 ) - 寛仁 3 年 12 月 22 日 ( 旧暦 ) ( 1020 年 1 月 19 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +-1 拳遊び ( けん あそび ) は 、 二人 で 手 の 開閉 また は 指 の 屈伸 など に よ っ て 勝負 を 争 う 遊戯 の 事 。 +-1 木 活字 版 ( もっかつ じばん ) と は 、 木製 活字 で 印刷 さ れ た 出版 物 を 指 す が 、 狭義 に お い て は 江戸 時代 中期 から 明治 時代 初期 に かけ て 出版 さ れ た 木製 活字 印本 ( 近世 木 活字 版 ) を 指 す 場合 が あ る 。 +-1 ボロネーゼ ( イタリア 語 rag ù allabolognese , ボローニャ 方言 rag ò alabulgn à isa ) また は ボロネーズ ( フランス 語 saucebolognaise ) は 、 イタリア ・ ボローニャ を 発祥 と する 肉 と トマト を 主な 材料 と する ソース ( 調味 料 ) で あ る 。 +-1 柳生 藩 ( やぎゅうはん ) は 、 大和 国添上 郡 柳生 郷 ( 現 奈良 市 柳生 地区 ) を 治め た 藩 。 +1 富山 弥兵衛 ( とやま や へえ 、 天保 14 年 ( 1843 年 ) - 明治 元年 4 月 1日 ( 旧暦 ) ( 1868 年 5 月 22 日 ) ) は 、 新 選 組 隊士 、 御陵 衛士 。 +-1 京都 赤旗 事件 ( きょう と あか は た じけん ) と は 、 1920 年 ( 大正 9 年 ) 1 1 月 30 日 に 発生 し た 社会 主義 者 弾圧 事件 で あ る 。 +-1 駄賃 馬 稼 ( だちん うまかせぎ ) と は 、 近代 以前 の 日本 に お い て ウマ の 背中 に 貨物 や 人 を 乗せ て 輸送 に 従事 する 職業 の こと 。 +-1 使番 ( つかいばん ) と は 、 江戸 幕府 の 職名 。 +1 この 記事 で は 、 日本 神話 に おけ る 食物 起源 神話 に つ い て 記述 する 。 +-1 摂津 源 氏 ( せっつ げんじ ) +-1 月見 ( つきみ ) と は 、 満月 など 月 を 眺め て 楽し む こと 。 +-1 実恵 ( じちえ / じつえ ・ 実慧 、 延暦 5 年 ( 786 年 ) - 承和 ( 日本 ) 14 年 11 月 13 日 ( 旧暦 ) ( 847 年 12 月 24 日 ) ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +1 天智 天皇 ( てんち てんのう / てん じ てん の う 。 +-1 穀断 ち ( こくだち ) は 、 仏教 の 行 ( 仏教 ) の ひと つ 。 +1 村 国志我 麻呂 ( むら くに の し が まろ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 から 奈良 時代 に かけ て の 人物 で あ る 。 +1 『 狂雲 集 』 ( きょう うんしゅう ) は 、 一休 宗純 に よ る 風狂 破格 の 世界 を 呈 する 漢詩 集 。 +-1 神酒 ( みき 、 しんしゅ ) と は 、 神道 に お い て 神 ( 神道 ) に 供え る 酒 ( 通常 は 日本 酒 ) 。 +-1 大阪 会議 ( おおさか かいぎ ) は 、 明治 8 年 ( 1875 年 ) 2 月 11 日 に 明治 政府 の 要人 で あ る 大久保 利通 ・ 木戸 孝允 ・ 板垣 退助 ら が 大阪 府 に 集 い 、 今後 の 政府 の 方針 ( 立憲 政治 の 樹立 ) および 参議 就任 等 の 案件 に つ い て 協議 し た 会議 。 +-1 バテレン 追放令 ( - ついほうれい ・ 伴天連 追 放令 ) は 1587 年 7 月 24 日 ( 天正 15 年 6 月 19 日 ( 旧暦 ) ) に 筑前 箱崎 に お い て 豊臣 秀吉 が 発令 し た キリスト 教 宣 教 と 南蛮 貿易 に 関 する 禁制 文書 。 +1 永樂 保全 ( えいらく ほぜん 、 1795 年 ( 寛政 7 年 ) - 1854 年 ( 嘉永 7 年 ) 9 月 16 日 ) は 、 19 世紀 に 活躍 し た 京焼 の 陶芸 家 。 +1 帚木 ( ははきぎ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の 一 つ 。 +-1 ごぼう 巻き ( ごぼう まき ) は 、 ゴボウ を 使 っ た 料理 の 一 つ 。 +1 安達 時盛 ( あだち ときもり ) は 、 鎌倉 時代 中期 の 鎌倉 幕府 の 御 家人 。 +-1 土曜 会 ( どよう かい ) と は 、 明治 時代 ・ 大正 時代 に 存在 し た 貴族 院 _ ( 日本 ) の 院内 会 派 ( 1901 年 12 月 7 日 - 19 19 年 11 月 15 日 ) 。 +-1 滋野井家 ( しげ の いけ ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +-1 融通 念 仏 宗 ( ゆうずう ねんぶつ しゅう ・ 融通 念佛 宗 ) は 、 浄土 教 の 宗派 の 一 つ 。 +1 細川 頼之 ( ほそかわ よりゆき 、 元徳 元年 ( 1329 年 ) - 元中 9 年 / 明徳 3 年 3 月 2 日 ( 旧暦 ) ( 1392 年 3 月 25 日 ) ) は 南北朝 時代 ( 日本 ) から 室町 時代 の 武将 、 政治 家 、 幕府 管領 で あ る 。 +1 坂上 正野 ( さかの うえの まさの ) は 、 坂上 田村 麻呂 の 四男 。 +1 『 別離 』 ( べつり ) は 、 若山 牧水 の 歌集 で あ る 。 +1 堀口 貞満 ( ほりぐち さだみつ 、 永仁 5 年 ( 1297 年 ) - 延元 3 年 / 建武 ( 日本 ) 5 年 ( 1338 年 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 武将 。 +-1 昭和 26 年 12 月 大阪 歌舞伎 座 顔 見世興行 『 少将 滋幹 の 母 』 +-1 一 国 平均 役 ( いっ こく へいきん やく ) は 、 日本 の 中世 に お い て 、 ある 令制 国内 の 荘園 ・ 国衙 領 へ 一律 的 に 賦課 さ れ た 租税 ・ 課役 で あ る 。 +1 『 吾妻 鏡 』 ( あづま かがみ ) と は 、 日本 の 中世 ・ 鎌倉 時代 に 成立 し た 歴史 書 。 +-1 イチキシマヒメ ( イツキシマヒメ と も ) は 、 日本 神話 に 登場 する 水 の 神 で あ る 。 +-1 山科 本願 寺 ( やましな ほんがん じ ) は 、 京都 市 山科 区 に あ っ た 浄土 真宗 の 寺院 。 +1 大倉 正之助 ( おおくら しょう のすけ 、 1955 年 - ) は 、 大倉 流 大鼓 方 。 +-1 ナキサワメ は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +-1 灯火 目付 ( とうかめつけ ) は 忍者 の 肉体 鍛錬 法 の 一 つ 。 +-1 丈 ( じょう ) +-1 大森 禅戒 ( おおもり ぜん かい 、 18 71 年 - 1947 年 2 月 4 日 ) は 、 明治 から 昭和 に かけ て の 曹洞 宗 の 僧 。 +-1 執事 ( しつじ ) は 、 一般 に 事務 を 管轄 する 者 を 意味 し 、 高位 の 人物 の 家 や 寺社 で 家政 ・ 事務 を 執りしき る 者 を 指 す 。 +-1 吉田 の しだれ 桜 ( よしだ の しだれ ざくら ) は 、 京都 府 舞鶴 市 吉田 地区 に あ る サクラ 。 +1 藤崎 八郎 ( ふじさきはちろう 、 天保 14 年 ( 1843 年 ) - 元治 元年 6 月 5 日 ( 旧暦 ) ( 1864 年 7 月 8 日 ) ) は 、 幕末 の 土佐 藩 士 。 +-1 長押 ( なげし ) と は 、 日本 建築 に 見 られ る 部材 で 、 柱 を 水平 方向 に つな ぐ もの 。 +1 渡辺 守 ( わたなべ まも る 、 慶長 15 年 ( 1610 年 ) - ? ) は 江戸 時代 の 人物 。 +-1 海人 ( あま 、 別表 記 海士 ) は 、 能作品 の ひと つ 。 +1 手白香 皇女 ( たしらか の ひめみこ ) は 古墳 時代 の 皇族 で 継体 天皇 の 皇后 。 +-1 清浄 華院 ( しょう じょうけいん ) は 京都 市 上京 区 に あ る 浄土 宗 大 本山 七ヶ寺 の 一 つ で あ る 。 +-1 正二 位 ( しょう に い ) は 、 日本 の 位 階 及び 神階 に おけ る 位 の 一 つ 。 +-1 ヒルコ ( 大日 霊子 貴尊 、 水 蛭子 、 蛭子 神 、 蛭子 命 ) は 、 日本 神話 に 登場 する 神 。 +1 藤原 家長 ( ふじわら の いえな が 、 生没 年 未詳 ) は 平安 時代 末期 の 廷臣 。 +-1 長浜 八幡宮 ( ながはま はち まんぐう ) は 滋賀 県 長浜 市 に あ る 神社 。 +1 石黒 宗麿 ( いしぐろ むねまろ 、 1893 年 4 月 14 日 - 1968 年 6 月 3 日 ) は 、 富山 県 射水 市 久々湊 出身 の 陶芸 家 。 +-1 国宝 ( こくほう 、 英語 : Nationaltreasures ) と は 日本 の 文化 財 保護 法 に よ っ て 国 が 指定 し た 有形 文化 財 ( 重要 文化 財 ) の うち 、 世界 文化 の 見地 から 価値 の 高 い もの で たぐい な い 国民 の 宝 た る もの で あ る と し て 国 ( 文部 科学 省 ) が 指定 し た もの で あ る ( 文化 財 保護 法 第 27 条 第 2 項 ) 。 +-1 祇王 寺 ( ぎおうじ ) は 、 京都 市 右京 区 に あ る 真言 宗 大覚寺 派 の 寺院 ( 尼寺 ) 。 +-1 宮内 庁 京都 事務 所 ( く な いちょう きょう と じむ しょ ) は 、 宮内 庁 の 地方 支分 部局 。 +-1 円福寺 ( えんぷくじ ) は 奈良 県 生駒 市 に あ る 真言 律 宗 の 寺院 。 +-1 万国 公法 ( ばんこく こうほう ) は 、 19 世紀 後半 から 20 世紀 前半 に かけ て 近代 国際 法 を 普及 さ せ た と い う 点 で 、 東 アジア 各国 に 多大 な 影響 を 与え た 国際 法解説 書 の 翻訳 名 で あ る 。 +1 醍醐 兼 純 ( だい ご かねずみ 、 延享 4 年 10 月 16 日 ( 旧暦 ) ( 1747 年 11 月 18 日 ) ‐ 宝暦 8 年 4 月 21 日 ( 旧暦 ) ( 175 8 年 5 月 27 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 無常 ( む じょう 、 サンスクリット anitya ) は 、 この 現象 世界 の すべて の もの は 消滅 し て 、 とどま る こと な く 常 に 変移 し て い る と い う こと を 指 す 。 +1 藤原 成隆 ( ふじわら の なりたか 、 生没 年 未詳 ) は 平安 時代 末期 の 廷臣 。 +1 夕顔 ( ゆうがお ) と は 、 『 源氏 物語 』 五十 四 帖 の 巻 の 一 つ 。 +-1 山陰 本線 ( さんいん ほんせん ) は 、 京都 府 京都 市 下京 区 の 京都 駅 から 福知 山 駅 、 鳥取 駅 、 米子 駅 、 出雲 市 駅 、 長門 市 駅 を 経 て 山口 県 下関 市 の 幡生 駅 に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 幹線 ) で あ る ( ただし 幡生 側 の 列車 は 下関 駅 まで 運転 ) 。 +-1 寒 巌 義尹 ( かんがん ぎいん 、 建保 5 年 ( 1217 年 ) - 正安 2 年 8 月 21 日 ( 旧暦 ) ( 130 0 年 10 月 4 日 ) ) は 、 鎌倉 時代 中期 の 曹洞 宗 の 僧 。 +-1 禊 ( みそぎ ) と は 、 2 つ の 意味 が あ る 。 +1 細川 頼有 ( ほそかわ より あ り 、 元徳 3 年 5 月 2 日 ( 旧暦 ) ( 1332 年 5 月 26 日 ) - 元中 8 年 / 明徳 2 年 8 月 9 日 ( 旧暦 ) ( 1391 年 9 月 7 日 ) ) は 、 南北朝 時代 ( 日本 ) 、 室町 時代 の 武将 。 +1 徳大寺 公信 ( とくだいじ きんのぶ 、 慶長 11 年 7 月 15 日 ( 旧暦 ) ( 160 6 年 8 月 18 日 ) - 貞享 元年 7 月 21 日 ( 旧暦 ) ( 1684 年 8 月 31 日 ) ) は 、 江戸 時代 初期 から 前期 の 公卿 。 +-1 朝鮮 出兵 に おけ る 五島 勢 ( ちょうせん しゅっぺい に おけ る ごとうぜい ) で は 、 豊臣 秀吉 の 文禄 ・ 慶長 の 役 に おけ る 、 肥前 国 五 島 藩 ( 福江 藩 、 現長崎 県 五島 列島 ) の 動き に つ い て 述べ る 。 +1 今井 似閑 ( いまい じかん 、 明暦 3 年 ( 1657 年 ) - 享保 8 年 10 月 4 日 ( 旧暦 ) ( 1723 年 11 月 1日 ) ) は 、 江戸 時代 前期 の 国学 者 。 +-1 ホオリ ( 火遠理命 ( ホオリノミコト ) ) は 、 日本 神話 に 登場 する 神 。 +1 歌川 国芳 ( うたがわ く に よ し 、 1798 年 1 月 1日 ( 寛政 9 年 11 月 15 日 ( 旧暦 ) ) - 1861 年 4 月 14 日 ( 文久 元年 3 月 5 日 ( 旧暦 ) 〉 ) は 、 江戸 時代 末期 の 浮世 絵 。 +-1 道祖 神 ( どうそ じん 、 どうそ しん ) は 、 路傍 の 神 で あ る 。 +-1 吉野 ( よしの ) と は 、 奈良 県 南部 の 別名 。 +1 春日大 娘 皇女 ( かすが の おお いらつめ の ひめみこ ) は 、 記紀 に 伝え られ て い る 皇族 。 +1 東常縁 ( とうつね より : 140 1 年 ( 応永 8 年 ) ? - 1484 年 4 月 11 日 ( 文明 ( 日本 ) 16 年 3 月 16 日 ( 旧暦 ) ) ) は 、 室町 時代 の 武将 で あ り 、 歌人 で も あ る 。 +-1 揚 名介 ( ようめいのすけ ) と は 、 職掌 及び 給付 の な い 名誉 職 と し て の 国司 の 次官 を 意味 する 。 +1 日野 業子 ( ひ の なりこ 、 正平 ( 日本 ) 6 年 / 観応 2 年 ( 1351 年 ) - 応永 12 年 7 月 11 日 ( 旧暦 ) ( 140 5 年 8 月 5 日 ) ) は 、 室町 時代 の 人物 。 +-1 木津川 駅 ( きづ がわ えき ) は 、 かつて 京都 府 京田辺 市 ( 当時 田辺 町 ) の 奈良 電気 鉄道 線 → 近鉄 京都 線 上 に 存在 し た 臨時 駅 。 +-1 るり渓 ( るりけい ) は 、 京都 府 南丹 市 園部 町 に 位置 し 、 大堰 川 支流 、 園部 川 が 流れ る 全長 4 km の 渓谷 で あ る 。 +-1 なら 燈花 会 ( なら とうかえ ) は 、 1999 年 から 毎年 8 月 上旬 ( 10 日間 ) に 、 奈良 市 ( 奈良 公園 一帯 ) で 開催 さ れ る 燈花 と 呼 ば れ る ろうそく を 使用 し た 行事 。 +1 良暹 ( りょうぜん 生没年 不詳 ) は 、 平安 時代 中期 の 僧 ・ 歌人 。 +-1 神楽 ( かぐら ) は 、 神道 の 神事 に お い て 神 ( 神道 ) に 奉納 する ため に 奏 さ れ る 歌舞 。 +-1 剣道 ( けんどう 、 劍道 ) と は 日本 古来 の 武術 で あ る 剣術 の 竹刀 稽古 で あ る 撃剣 を 競技 化 し た 武道 で 、 剣 の 理法 の 修練 に よ る 人間 形成 を 目的 と する 道 また は 修行 で あ る 。 +-1 安土 桃山 時代 ( あづち も もやま じだい 、 1568 年 - 160 3 年 ) と は 、 織田 信長 と 豊臣 秀吉 が 天下 人 と し て 日本 の 統治 権 を 握 っ て い た ( 織田 政権 ・ 豊臣 政権 ) 時代 を 指 す 、 日本 の 歴史 の 時代 区分 の 一 つ 。 +1 鷹司 尚輔 ( たかつかさ ひさすけ 、 享保 11 年 ( 1726 年 ) - 享保 18 年 3 月 6 日 ( 旧暦 ) ( 1733 年 4 月 19 日 ) ) は 、 江戸 時代 の 公家 。 +1 二条 斉信 ( にじょう なりのぶ 、 天明 8 年 3 月 5 日 ( 旧暦 ) ( 1788 年 4 月 10 日 ) - 弘化 4 年 4 月 26 日 ( 旧暦 ) ( 1847 年 6 月 9 日 ) ) は 江戸 時代 後期 の 公卿 。 +-1 宝暦 事件 ( ほうれき じけん ) は 、 江戸 時代 中期 尊王 論 者 が 弾圧 さ れ た 最初 の 事件 。 +-1 石作 神社 ・ 玉作 神社 ( い しつくり じんじゃ ・ たまつくり じんじゃ ) は 、 滋賀 県 伊香 郡 木之本 町 に 鎮座 する 神社 で あ る 。 +1 高島 秋帆 ( たかし ま しゅう はん 、 179 8 年 9 月 24 日 ( 寛政 10 年 8 月 15 日 ( 旧暦 ) ) - 1866 年 2 月 28 日 ( 慶応 2 年 1 月 14 日 ( 旧暦 ) ) ) は 、 江戸 時代 後期 ・ 幕末期 の 砲術 家 。 +-1 今宮 神社 ( いまみや じんじゃ ) は 、 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 神社 で あ る 。 +1 平盛子 ( たいら の もりこ / せい し 、 保元 元年 ( 1156 年 ) - 治承 3 年 6 月 17 日 ( 旧暦 ) ( 1179 年 7 月 23 日 ) ) は 、 摂政 ・ 近衛 基実 の 正室 ( 北 政所 ) 。 +-1 衣笠 球場 ( きぬ がさ きゅうじょう ) +-1 日隆 ( にちりゅう 、 至徳 ( 日本 ) 2 年 / 元中 2 年 ( 1385 年 ) - 寛正 5 年 2 月 25 日 ( 旧暦 ) ( 1464 年 4 月 1日 ) ) は 、 室町 時代 中期 の 日蓮 宗 の 僧 。 +1 大内 義興 ( おお う ち よしおき ) は 室町 時代 後期 から 戦国 時代 ( 日本 ) に かけ て の 周防 国 の 戦国 大名 。 +1 石川 元盛 ( いしかわ もともり 、 生年 不詳 - 徳治 2 年 6 月 5 日 ( 旧暦 ) ( 1307 年 7 月 5 日 ) ) は 、 鎌倉 時代 の 武将 。 +1 花山院 師継 ( かざん いん もろつ ぐ 、 貞応 元年 ( 1222 年 ) - 弘安 4 年 4 月 9 日 ( 旧暦 ) ( 1281 年 4 月 28 日 ) ) は 鎌倉 時代 の 公卿 。 +-1 京都 都市 圏 ( きょうと とし けん ) は 、 京都 府 京都 市 を 中心 と する 経済 地域 で 、 京都 市 と 周辺 の 衛星 都市 と を まとめ て 指 す 呼び名 で あ る 。 +1 お 菊 ( おき く 、 文禄 4 年 7 月 2 日 ( 旧暦 ) ( 1595 年 8 月 7 日 ) - 元和 ( 日本 ) 元年 6 月 6 日 ( 旧暦 ) ( 1615 年 7 月 1日 ) ) は 、 豊臣 秀次 の 娘 。 +-1 洞 部落 ( ほらぶらく ) は 、 奈良 県 橿原 市 に かつて 存在 し た 被 差別 部落 。 +-1 奈良 海軍 航空 隊 ( なら かいぐん こうくう た い ) 及び その 前身 組織 ・ 三 重 海軍 航空 隊 奈良 分遣 隊 ( みえ かい ぐん こうくう た い なら ぶんけんたい ) は 、 大 日本 帝国 海軍 の 部隊 ・ 教育 機関 の 一 つ 。 +-1 咫 ( あた ) は 、 中国 および 日本 で 用い られ て い た 長 さ の 単位 で あ る 。 +-1 桂 春院 ( けいしゅんいん ) は 京都 市 右京 区 花園 に あ る 臨済 宗 大 本山 妙心 寺 の 塔頭 ( たっちゅう ) で あ る 。 +-1 大老 ( たいろう ) は 、 江戸 幕府 の 職制 で 、 将軍 の 補佐 役 、 臨時 に 老中 の 上 に 置 か れ た 最高 職 。 +1 藤原 苡子 ( ふじわら の いし 、 承保 3 年 ( 1076 年 ) - 康和 5 年 1 月 25 日 ( 旧暦 ) ( 110 3 年 3 月 5 日 ) ) は 平安 時代 後期 の 皇妃 。 +-1 生駒山 ( いこまやま ・ いこま さん ) は 、 奈良 県 生駒 市 と 大阪 府 東 大阪 市 と の 県境 に あ る 標高 642 m の 山 。 +1 山田 寒山 ( やまだ かんざん 、 男性 、 安政 3 年 ( 1856 年 ) - 大正 7 年 12 月 26 日 ( 1918 年 ) ) は 、 明治 期 の 日本 の 篆刻 家 で あ る 。 +1 花山院 愛徳 ( かざん いん よしのり 、 宝暦 5 年 3 月 3 日 ( 旧暦 ) ( 175 5 年 4 月 14 日 ) - 文政 12 年 3 月 16 日 ( 旧暦 ) ( 1829 年 4 月 19 日 ) ) は 、 江戸 時代 中期 から 後期 の 公卿 。 +-1 祇園 信仰 ( ぎおんしんこう ) は 、 牛頭 天王 ・ スサノオ に 対 する 神仏 習合 の 信仰 で あ る 。 +-1 生蓮 寺 ( しょうれんじ ) は 、 奈良 県 五條 市 に あ る 高野山 真言 宗 の 寺院 。 +-1 法堂 ( はっとう ) と は 、 仏教 寺院 に お い て 、 僧侶 が 仏教 を 講義 する 建物 の 事 で あ る 。 +-1 笠置 町 ( かさぎちょう ) は 、 京都 府 相楽 郡 に あ る 町 で あ る 。 +-1 松井 氏 ( まついし ) は 日本 の 氏族 の 一 つ 。 +-1 御陵 駅 ( みささぎ えき ) は 、 京都 市 山科 区 に あ る 京都 市 交通 局 ・ 京阪 電気 鉄道 の 鉄道 駅 。 +1 大伴 長徳 ( おおとも の な が とこ 、 生年 不詳 - 白雉 2 年 ( 651 年 ) 7 月 ) は 、 飛鳥 時代 の 豪族 。 +-1 静安 ( じょう あん 、 延暦 9 年 ( 790 年 ) - 承和 ( 日本 ) 11 年 3 月 3 日 ( 旧暦 ) ( 844 年 3 月 25 日 ) ) は 、 平安 時代 前期 の 法相 宗 の 僧 。 +1 安倍 貞任 ( あべの さだとう ) は 、 平安 時代 中期 の 武将 。 +1 西ノ海 嘉治郎 ( にし の うみ かじろう 、 安政 2 年 1 月 3 日 ( 旧暦 ) ( 1855 年 2 月 19 日 ) - 明治 41 年 ( 190 8 年 ) 1 1 月 30 日 ) は 、 明治 中期 に 活躍 し た 大 相撲 の 力士 。 +-1 尾張造 ( おわり づくり ) は 、 日本 に おけ る 神社 建築 様式 の 1 つ 。 +1 花宴 ( はな の えん ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の 一 つ 。 +-1 竜田 藩 ( たつ た はん ) は 、 大和 国 ( 現在 の 奈良 県 生駒 郡 斑鳩 町 竜田 ) に 存在 し た 藩 。 +-1 尊卑 分脈 ( 正し く は 『 尊卑 分脉 』 、 そんぴ ぶんみゃく ) は 、 日本 の 初期 の 系 図 集 で あ る 。 +1 オノゴロ 島 ( オノコロ 島 と も ) と は 、 日本 神話 に 登場 する 島 。 +1 平良 兼 ( たいら の よしかね ) は 、 平安 時代 中期 の 武将 。 +-1 神職 ( しんしょく ) と は 、 神道 、 神社 に お い て 神 に 奉仕 し 祭儀 や 社務 を おこな う 者 の こと で あ る 。 +1 大国主 の 神話 ( おおく に ぬし の しんわ ) 。 +-1 初花 ( はつ はな ) は 天下 三 茶入 の 一 つ 。 +1 新島 襄 ( にいじま じょう 、 英字 表記 : JosephHardyNeesima 、 天保 14 年 1 月 14 日 ( 旧暦 ) ( 1843 年 2 月 12 日 ) - 明治 23 年 ( 1890 年 ) 1 月 23 日 ) は キリスト 教 の 布教 家 で 、 同志社 大学 の 前身 と な る 同志 社 英 学校 の 創立 者 で あ る 。 +-1 徹 通 義介 ( てっ つう ぎかい 、 承久 元年 2 月 2 日 ( 旧暦 ) ( 1219 年 2 月 18 日 ) - 延慶 ( 日本 ) 2 年 9 月 14 日 ( 旧暦 ) ( 1309 年 10 月 18 日 ) ) は 、 鎌倉 時代 中期 の 曹洞 宗 の 僧 。 +-1 寺田 ( じでん 、 てらだ ) と は 、 日本 に お い て 、 仏教 寺院 の 運営 経費 に あて る 田 を い う 。 +-1 秋月 の 乱 ( あきづき の らん ) は 、 1876 年 ( 明治 9 年 ) に 福岡 県 秋月 ( 現 ・ 福岡 県 朝倉 市 秋月 ) で 起こ っ た 明治 政府 に 対 する 士族 反乱 の 一 つ で あ る 。 +-1 倭館 ( わかん 、 왜 관 ) は 、 中世 から 近世 に かけ て 、 李 氏 朝鮮 ( 朝鮮 王朝 ) 時代 に 朝鮮 半島 南部 に 設定 さ れ た 日本 人 居留 地 の こと で あ る 。 +-1 五山 ( ござん ) と は 、 中国 ・ 日本 に おけ る 禅林 ( 禅宗 寺院 ) の 格式 で あ り 、 十刹 ・ 諸山 の 上 。 +-1 編年 体 ( へん ねん たい ) と は 歴史 の 記述 法 の 一 つ で 、 起こ っ た 出来事 を 年代 順 に 記 し て ゆ く 方法 を 指 す 。 +1 平時 家 ( たいら の とき いえ 、 ? - 建久 4 年 5 月 10 日_ ( 旧暦 ) ( 1199 年 6 月 5 日 ) ) は 、 平安 時代 末期 ・ 鎌倉 時代 初期 の 武将 ・ 貴族 。 +1 平田 東助 ( ひらた とうすけ 、 嘉永 2 年 3 月 3 日 ( 旧暦 ) ( 1849 年 3 月 26 日 ) - 大正 14 年 ( 1925 年 ) 4 月 14 日 ) は 、 日本 の 明治 時代 ・ 大正 時代 期 の 官僚 ・ 政治 家 。 +1 長谷川 宗仁 ( はせがわ そう にん 、 1539 年 ( 天文 ( 元号 ) 8 年 ) - 160 6 年 3 月 17 日 ( 慶長 11 年 2 月 9 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 ・ 江戸 時代 前期 の 武将 、 茶人 、 画家 。 +1 直仁 親王 ( なおひと しんの う 、 建武 2 年 ( 1335 年 ) - 応永 2 年 5 月 14 日 ( 1398 年 ) ) は 、 南北朝 時代 の 持明 院 統 の 皇族 。 +1 藤原 顕信 ( ふじわら の あきのぶ 、 正暦 5 年 ( 994 年 ) - 万寿 4 年 ( 1027 年 ) 5 月 14 日 ( 旧暦 ) ) は 、 平安 時代 の 貴族 。 +1 藤原 季成 ( ふじわら の すえ な り 、 康和 4 年 ( 110 2 年 ) - 長寛 3 年 2 月 1日 ( 旧暦 ) ( 1165 年 3 月 14 日 ) ) は 、 平安 時代 末期 の 公卿 。 +1 濱口 鬼一 ( はまぐち きいち 、 生没年 不詳 ) は 壬生 浪士 組 、 新 選 組 の 隊士 で あ る 。 +1 藤原 師兼 ( ふじわら の もろ かね 、 永承 3 年 ( 1048 年 ) - 承保 3 年 3 月 2 日 ( 旧暦 ) ( 1076 年 4 月 7 日 ) ) は 、 平安 時代 後期 の 公卿 。 +1 正親町 公明 ( おおぎま ちきん あき 、 延享 元年 3 月 25 日 ( 旧暦 ) ( 1744 年 5 月 7 日 ) - 文化 ( 元号 ) 10 年 10 月 13 日 ( 旧暦 ) ( 1813 年 11 月 5 日 ) ) は 、 江戸 時代 後期 の 公家 。 +-1 河原町 御池 交差 点 ( かわら まち お いけ こうさ てん ) は 、 京都 府 京都 市 中京 区 に あ る 交差 点 。 +1 平信範 ( たいら の のぶのり 、 天永 3 年 ( 1112 年 ) - 文治 3 年 2 月 12 日 ( 旧暦 ) ( 1187 年 3 月 23 日 ) ) は 、 平安 時代 末期 の 公卿 。 +-1 葬式 仏教 ( そうしき ぶっきょう ) と は 、 葬式 や 法事 に お い て は 仏教 の 方式 で 執り行 う が 、 実 生活 に お い て は 仏教 の 活動 ・ 教義 と ほとんど 関わ ら な い 信仰 の あ り かた を 指 す 言葉 で あ る 。 +-1 玉子 豆腐 ( たまご どうふ ) は 日本 料理 の 一種 。 +-1 負名 ( ふみょう ) と は 、 日本 の 平安 時代 ごろ から 始ま る 王朝 国家 体制 の もと で の 租税収取 形態 また は 租税 収取 を 請け負 っ た 者 を い う 。 +-1 同志社 中 学校 ( どう し しゃちゅう がっこう 、 英字 表記 Dos hishaJunior High School ) は 、 京都 市 上京 区 烏丸 通 今出川 通 に 位置 する 、 男女 共学 の 私立 学校 中 学校 。 +1 鈴木 清順 ( すずき せいじゅん 、 1923 年 5 月 24 日 - ) は 映画 監督 、 俳優 。 +-1 経ヶ岬 ( きょう が みさき ) は 、 京都 府 京丹後 市 丹後町 袖志 に 属 し 、 日本 海 ( 若狭 湾 西部 ) に 面 する 岬 。 +1 尾上 鯉 三郎 ( お のえこいさぶろう ) は 、 歌舞伎 役者 。 +1 澤村 源之助 ( さわむら げんのすけ ) は 歌舞伎 役者 の 名跡 +-1 御 料 所 ( ご りょう しょ ) と は 、 料所 ( りょうしょ ) ・ 御料 ( ご りょう ) と も 呼 ば れ 、 天皇 ( 皇室 ) 及び 幕府 など の いわゆる 「 公儀 」 と 称 さ れ る 公権 力 が 直接 支配 し た 土地 ( 直轄 地 ) 。 +1 中村 東蔵 ( なかむら とうぞう ) は 、 歌舞伎 の 名跡 の 一 つ 。 +-1 金地院 ( こんちいん ) は 京都 府 京都 市 左京 区 に あ る 臨済 宗 大 本山 南禅 寺 の 塔頭 の 1 つ 。 +-1 瓢鮎 図 ( ひょうねん ず ) は 、 日本 の 初期 水墨画 を 代表 する 画僧 ・ 如拙 作 の 絵画 作品 で あ る 。 +-1 道助 入道 親王 ( どうじょ にゅうどう しん の う 、 建久 7 年 10 月 16 日 ( 旧暦 ) ( 1196 年 11 月 7 日 ) - 宝治 3 年 1 月 15 日 ( 旧暦 ) ( 1249 年 2 月 28 日 ) ) は 、 鎌倉 時代 前期 の 入道 親王 。 +1 『 とりか へ ばや 物語 』 ( とりかえ ば や ものがたり ) は 平安 時代 後期 に 成立 し た 物語 で あ る 。 +1 福井 端隠 ( ふく い たんいん 、 男性 、 享和 元年 9 月 1日 ( 旧暦 ) ( 180 1 年 10 月 8 日 ) - 明治 18 年 ( 1885 年 ) 8 月 22 日 ) は 、 幕末 から 明治 の 日本 の 篆刻 家 で あ る 。 +-1 橋本家 ( はしもと け ) +1 松平光 慈 ( まつだいら みつちか ) は 、 山城 国 淀藩 の 第 2 代 藩 主 。 +-1 京都 人文 学園 ( きょう と じんぶん がくえん ) は 、 第 二 次 世界 大戦 直後 の 1946 年 、 京都 に お い て 設立 さ れ た 民間 教育 運動 の ひと つ で あ る 。 +1 直江 版 ( なお え ばん ) は 慶長 12 年 ( 1607 年 ) 、 上杉 氏 の 家老 で あ る 直江 兼続 が 出版 し た 中国 の 古典 「 文選 ( 書物 ) 」 の こと 。 +-1 春興殿 ( しゅん こう でん 、 しゅん きょうでん ) は 、 平安 京内 裏 十 七 殿 の 一 。 +-1 達磨 寺 ( だるまじ ) は 、 奈良 県 北葛城 郡 王寺 町 に あ る 臨済 宗 南禅 寺 派 の 寺院 。 +1 中山 勝時 ( なかやま かつとき 、 ? - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +-1 年 預 ( ねん よ ) は 、 中世 日本 に 置 か れ た 役職 の 1 つ 。 +-1 醍醐 家 ( だい ご け ) は 、 清華 家 の 家格 を 有 する 公家 。 +1 桐野 利秋 ( きり の としあき 、 天保 9 年 ( 1838 年 ) 12 月 - 明治 10 年 ( 1877 年 ) 9 月 24 日 ) は 、 江戸 時代 後期 ( 幕末 ) の 薩摩 藩 士 、 明治 初期 の 軍人 で あ る 。 +-1 京枡 ( きょう ます ) と は 、 日本 の 中世 末期 から 戦後 に かけ て 公定 の 枡 と し て 採用 さ れ て い た 枡 の 様式 。 +-1 慶長 小判 ( けい ちょう こばん ) と は 江戸 時代 の 初期 すなわち 慶長 6 年 ( 160 1 年 ) より 発行 さ れ た 小判 で 一 両 と し て の 額面 の 計 数 貨幣 で あ る 。 +1 野村 萬斎 ( のむら まんさい ) は 、 狂言 和泉 流野村 万蔵 家 の 名跡 で 、 当代 は 二 世 。 +-1 芳野 監 ( よしの げん ) は 、 8 世紀 の 日本 で 吉野 地方 に 設け られ た 特別 な 地方 行政 区分 、 機関 で あ る 。 +-1 武家 領 ( ぶけりょう ) と は 、 中世 日本 に おけ る 武家 の 所領 の こと 。 +1 吉備 姫王 ( きびひめ の おおきみ ・ きびひめ の みこ 、 生年 不詳 - 皇極 天皇 2 年 9 月 11 日 ( 旧暦 ) ( 643 年 10 月 28 日 ) ) は 、 日本 の 皇族 ( 王族 ) 。 +-1 弾正 台 ( だんじょう だい 、 彈正 臺 ) は 、 下記 の とおり で あ る 。 +-1 正映 マキノ キネマ ( しょうえい - 、 1932 年 2 月 設立 - 4 月 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +1 女房 ( にょうぼう ) と は 、 平安 時代 から 江戸 時代 ごろ まで の 貴族 社会 に お い て 、 朝廷 や 貴顕 の 人々 に 仕え た 奥向き の 女性 使用 人 。 +1 原田 左之助 ( はらだ さのすけ 、 天保 11 年 ( 1840 年 ) - 慶応 4 年 5 月 17 日 ( 旧暦 ) ( 1868 年 7 月 6 日 ) ) は 、 新 選 組 十 番 隊 組長 。 +-1 渡 月 橋 ( とげつ きょう ) は 、 京都 府 京都 市 の 桂川 に かか る 橋 で あ る 。 +1 茂山 千 作 ( しげやま せん さく ) は 、 狂言 大蔵 流 の 名跡 。 +1 牟漏女王 ( むろ の おおきみ 生年 不詳 - 天平 18 年 ( 746 年 ) ) は 、 日本 の 皇族 。 +-1 都岐 沙羅 柵 ( つきさらの き 、 つき さらさく 、 とき さらの き 、 とき さらさく ) は 、 古代 日本 の 城柵 の 一 つ で 、 越国 に お か れ た 。 +-1 脇坂 氏 ( わきさかし ) は 日本 の 氏族 。 +1 『 古都 』 ( こと ) は 、 川端 康成 の 昭和 30 年代 前半 の 小説 。 +1 沖田 林太郎 ( おき た りんたろう 文政 10 年 ( 1827 年 ) - 明治 16 年 ( 1883 年 ) ) は 幕末 の 新徴 組 隊士 。 +-1 福知 山 藩 ( ふくちやまはん ) は 、 丹波 国 天田 郡 ( 現在 の 京都 府 福知 山 市 内記 ) に 存在 し た 藩 。 +1 豊原 国周 ( とよは らく にち か 、 天保 6 年 ( 1835 年 ) - 明治 33 年 ( 190 0 年 ) ) は 幕末 から 明治 に かけ て の 浮世 絵 師 。 +-1 日系 アメリカ 人 ( にっけい アメリカ じん 、 Japanese American ) と は アメリカ 合衆 国 市民 の 中 で 、 日本 に ルーツ が あ る 人々 の こと 。 +-1 違勅 ( いちょく ) と は 、 天皇 の 勅 に 違 う こと に よ る 罪 の こと 。 +1 織田 信民 ( おだ の ぶた み 、 天保 11 年 2 月 2 日 ( 旧暦 ) ( 1840 年 3 月 5 日 ) - 慶応 元年 6 月 10 日 ( 旧暦 ) ( 1865 年 8 月 1日 ) ) は 江戸 時代 の 大名 。 +-1 勝覚 ( しょうかく 、 天喜 5 年 ( 1057 年 ) - 大治 4 年 4 月 1日 ( 旧暦 ) ( 1129 年 4 月 21 日 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +-1 算道 ( さんどう ) と は 、 日本 律令 制 の 大学 寮 に お い て 、 算術 ・ 数学 を 研究 する 学科 。 +1 西 徳二郎 ( に し とくじろう 1847 年 9 月 4 日 ( 弘化 4 年 7 月 25 日 ( 旧暦 ) ) - 1912 年 3 月 13 日 ) は 、 日本 の 外交 官 。 +-1 五 重 相 対 ( ごじゅう ・ の ・ そうたい ) と は 、 日蓮 が 立て た と さ れ る 教相 判釈 の 一 つ 。 +-1 銭座 ( ぜにざ ) と は 、 江戸 時代 に 寛永 通寳 を 始め と する 銭貨 を 鋳造 し た 組織 あるいは 機関 で あ る 。 +-1 密教 ( みっきょう ) と は 、 秘密 仏教 ( ひみつ ぶっきょう ) の 略称 。 +-1 屋形船 ( やかたぶね ) と は 、 和船 の 一種 で 、 主に 船上 で 宴会 や 食事 を し て 楽し む 、 屋根 と 座敷 が 備え られ た 船 の こと 。 +-1 菊岡 検校 ( きくおか けん ぎょう 、 寛政 4 年 ( 1792 年 ) - 弘化 4 年 11 月 12 日 ( 旧暦 ) ( 1847 年 12 月 19 日 ) ) は 19 世紀 前半 に 京都 で 活躍 し た 盲人 音楽 家 ( 地歌 三味 線 演奏 家 、 作曲 家 ) 。 +-1 日本 食 ブーム と は 、 日本 以外 の 諸国 ・ 地域 に お い て 日本 食 が 現地 の 人々 に 持て囃 さ れ る 状態 を 指 す 。 +1 白幽子 ( はくゆうし ) は 、 江戸 時代 に 京都 白川 の 山中 の 岩窟 に 住 ん で い た 隠士 。 +1 岩倉 具慶 ( いわくら ともやす 、 文化 ( 元 号 ) 4 年 2 月 4 日 ( 旧暦 ) ( 180 7 年 3 月 12 日 ) - 明治 6 年 ( 1873 年 ) 2 月 13 日 ) は 、 江戸 時代 後期 の 公卿 、 明治 時代 の 政府 高官 。 +-1 明法 勘文 ( みょう ぼう かん もん ) と は 、 明法 博士 ら 明法 道 の 学者 ( 明法 家 ) が 、 諮問 に 対 する 解答 と し て 勘申 し た 文書 ( 勘文 ) 。 +-1 平野 神社 ( ひら の じんじゃ ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) に あ る 神社 で あ る 。 +1 宗助 国 ( そうすけく に 、 承元 元年 ( 1207 年 ) ? - 文永 11 年 10 月 5 日 ( 旧暦 ) ( 1274 年 11 月 4 日 ) ) は 鎌倉 時代 中期 の 武将 。 +-1 怨霊 ( おんりょう ) と は 一般 的 に 、 人間 の 目 に は 見え ず 、 人間 に 対 し て 敵意 や 悪意 を 抱 い て い る と さ れ る 、 超 自然 的 、 あるいは 霊的 存在 。 +-1 短 冊 ( たんざく ) は 、 細長 く 切 っ た 紙 や 薄 い 木 の こと 。 +1 堀 景光 ( ほり かげ みつ 、 生没年 不詳 ) は 平安 時代 末期 の 武士 。 +-1 神事 ( しんじ ) と は 、 神 に 関 する まつり ごと 、 儀式 。 +-1 須恵 器 ( す えき ) は 、 日本 で 古墳 時代 から 平安 時代 まで 生産 さ れ た 陶質 土器 で あ る 。 +-1 歳 時記 ( さいじき ) と は 、 国 や 地方 また は 各種 団体 の 年中 行事 の 事柄 や 自然 の 風物 等 を まとめ た 書物 。 +-1 嵯峨野 観光 鉄道 ( さがの かんこう てつどう ) は 、 京都 府 京都 市 と 亀岡 市 で 山陰 本 線 旧 線 を 利用 し て 嵯峨野 観光 鉄道 嵯峨野 観光 線 に トロッコ 列車 を 運行 し て い る 会社 。 +-1 江戸 氏 ( えどし ) は 日本 の 氏族 の 一 つ 。 +-1 加悦 SL 広場 ( か やえすえ る ひろば ) と は 京都 府 与謝野 町 加悦 に あ る カヤ 興産 が 運営 する 鉄道 保存 展示 施設 で あ る 。 +1 源 頼光 ( みなもと の よりみつ 、 天暦 2 年 ( 948 年 ) - 治安 ( 元号 ) 元年 7 月 19 日 ( 旧暦 ) ( 1021 年 8 月 29 日 ) ) は 、 平安 時代 中期 の 武将 。 +1 おつや の 方 ( おつや の かた 、 生年 不詳 - 天正 3 年 11 月 21 日 ( 旧暦 ) ( 1575 年 12 月 23 日 ) ) は 、 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 人物 。 +-1 園部 城 ( その べ じょう ) は 京都 府 南丹 市 に あ っ た 城郭 ( 当初 は 陣屋 ) で あ る 。 +1 難波田 憲次 ( なんばた のりつぐ 、 生没年 不詳 ) は 戦国 時代 から 安土 桃山 時代 の 武蔵 国 の 武将 。 +-1 白米 ( はくまい ) と は 、 玄米 を 精米 ( 精米 機 、 搗精 ) し た 米 の こと 。 +1 新撰 組 顛末記 ( しんせん ぐみ てんまつ き ) は 、 新撰 組 幹部 の 生き残り 永倉 新八 に よ る 口述 を 記録 し た 、 新撰 組 を 知 る 上 で 貴重 な 資料 の 一 つ 。 +-1 離宮 八幡宮 ( りきゅう はち まんぐう ) と は 京都 府 乙訓 郡 大山崎 町 に あ る 神社 。 +-1 諸白 ( もろはく ) と は 、 日本 酒 の 醸造 に お い て 、 麹米 と 掛け 米 ( 蒸米 ) の 両方 に 精白 米 を 用い る 製法 の 名 。 +-1 大仙院 ( だい せんいん ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) に あ る 臨済 宗 の 大徳 寺内 に あ る 塔頭 寺院 。 +-1 大宮 駅 ( おおみや えき ) +-1 華族 ( かぞく ) と は 、 1869 年 から 1947 年 まで 存在 し た 日本 近代 の 貴族 階級 の こと で あ る 。 +-1 奉行 衆 ( ぶぎょう しゅう ) は 、 右筆 方 ( ゆうひつ かた ) と も 呼 ば れ 、 室町 幕府 の 法曹 官僚 で あ る 奉行 人 の 集団 で あ る 。 +-1 京都 町 奉行 ( きょうとまち ぶぎょう ) は 、 江戸 幕府 が 京都 に 設置 し た 遠国 奉行 の 1 つ 。 +-1 角隠し ( つのかくし ) は 、 和式 の 婚礼 の 儀 に お い て 、 花嫁 が 文金 高島田 ( ぶんきん たかしまだ ) と 呼 ば れ る 、 日本 的 な 高 い 髷 ( まげ ) を 結 っ た 髪 の 上 に 、 頭 を 覆 う 形 で 被 る 帯状 ・ 幅広 の 布 を 言 う 。 +-1 茂山 千五郎 家 ( しげやま せんご ろう け ) と は 、 狂言 大蔵 流 の 名門 。 +-1 西国 愛染 十 七 霊場 ( さいこく あいぜん じゅう なな れいじょう ) は 、 大阪 ・ 兵庫 ・ 岡山 ・ 京都 ・ 滋賀 ・ 三重 ・ 奈良 ・ 和歌山 を 結 ぶ 愛染 明 王 祀 る 十 七 の 霊場 の 総称 。 +1 八代 目 嘉納 治郎右衛門 ( はち だい め かのう じろう えもん 、 嘉永 6 年 7 月 3 日 ( 旧暦 ) ( 1853 年 8 月 7 日 ) - 昭和 10 年 ( 1935 年 ) 3 月 19 日 ) は 、 日本 の 実業 家 。 +-1 この 項 で は 日本 の 首都 ( にっぽん の しゅと 、 にほん の しゅと ) に つ い て 記述 する 。 +-1 音羽山 ( おとわ やま ) は 、 滋賀 県 大津 市 と 京都 府 京都 市 山科 区 の 境界 に 所在 する 山 で 、 山科 区 の 最高 峰 で あ る 。 +1 藤原 長良 ( ふじわら の ながら / ながよし 、 延暦 21 年 ( 80 2 年 ) - 斉衡 3 年 7 月 3 日 ( 旧暦 ) ( 856 年 8 月 6 日 ) ) は 、 平安 時代 初期 の 公卿 。 +1 三宅 雪嶺 ( みやけ せつれい 、 万延 元年 5 月 19 日 ( 旧暦 ) ( 18 60 年 7 月 7 日 ) - 昭和 20 年 ( 1945 年 ) 1 1 月 26 日 ) は 、 哲学 者 、 評論 家 。 +1 歌経標式 ( か きょう ひょうしき ) は 、 藤原 浜成 が 著 し た 、 現存 最古 の 歌学 書 。 +1 橘古 那可智 ( たちばなの こ な かち 、 生年 不詳 - 天平 宝字 3 年 7 月 5 日 ( 旧暦 ) ( 75 9 年 8 月 21 日 ) ) は 、 聖武 天皇 の 夫人 。 +-1 内侍 ( ないし ) は 近代 以前 の 日本 の 女性 職 の 1 種 で あ る 。 +-1 大徳 寺 納豆 ( だいとく じ なっとう ) は 、 京都 市 北 区 ( 京都 市 ) 紫野 の 大徳 寺門 前 で 生産 さ れ て い る 納豆 で あ る 。 +1 三条 実香 ( さんじょうさ ね か 、 文明 ( 日本 ) 元年 ( 1469 年 ) - 永禄 2 年 2 月 25 日 ( 旧暦 ) ( 1559 年 4 月 2 日 ) ) は 室町 時代 の 公卿 。 +1 永田 方正 ( ながたほうせい 、 天保 9 年 3 月 1日 ( 旧暦 ) ( 1838 年 3 月 26 日 ) - 明治 44 年 ( 1911 年 ) 8 月 22 日 ) は 、 明治 時代 の 教育 者 。 +-1 冠位 十 二 階 ( かん いじゅう に か い ) は 、 推古 11 年 ( 60 3 年 ) 12 月 5 日 ( 旧暦 ) に 定め られ た 位 階 制度 。 +1 祐子 内 親王 ( ゆうし ( すけこ ) / さちこ な い しん のう ) +-1 出初め 式 ( でぞめ しき ) は 、 概ね 1 月 上旬 に 行 わ れ る 消防 職員 ・ 消防 団 に よ る その 年 最初 の 消防 訓練 で あ る 。 +-1 鉄火巻 ( てっか まき ) は 、 寿司 ( 寿司 巻き 寿司 ) の 一種 。 +1 久我 通世 ( こが みちよ 、 天正 11 年 ( 1583 年 ) - 元和 ( 日本 ) 元年 ( 1615 年 ) ) は 、 安土 桃山 時代 の 公卿 。 +1 椎本 ( しい が もと ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +1 角倉 素庵 ( すみの くら そ あん 、 元亀 2 年 6 月 5 日 ( 旧暦 ) ( 15 7 1 年 6 月 27 日 ) - 寛永 9 年 6 月 22 日 ( 旧暦 ) ( 1632 年 8 月 7 日 ) ) は 、 江戸 時代 初期 の 土木 事業 家 、 書家 、 貿易 商 。 +-1 大興 寺 ( だい こうじ ) は 、 京都 府 福知 山 市 正明寺 ( しょうみょうじ ) に あ る 臨済 宗 の 寺院 。 +-1 伏見 桃山城 キャッスルランド ( ふしみ も もやま じょう キャッスルランド ) は 、 かつて 京都 府 京都 市 伏見 区 に あ っ た 近鉄 グループ ( 近畿 日本 鉄道 子 会社 の 株式 会社 桃山城 が 運営 ) の 遊園 地 で あ る 。 +-1 黄泉 醜女 ( よもつ しこめ ) は 、 日本 神話 に 伝わ る 黄泉 の 鬼女 。 +1 黒田 清輝 ( くろ だ せいき 、 1866 年 8 月 9 日 ( 慶応 2 年 6 月 29 日 ( 旧暦 ) ) - 1924 年 ( 大正 13 年 ) 7 月 15 日 ) は 、 鹿児島 県 鹿児島 市 出身 の 洋画 家 で あ る 。 +-1 艶紅 ( ひかりべ に ・ つやべ に ) と は 、 紅花 の 色素 を 梅酢 で 分離 し た 顔料 の こと 。 +-1 勅願 寺 ( ちょくがんじ ) と は 、 時 の 天皇 ・ 太上 天皇 の 発願 に よ り 、 国家 鎮護 ・ 皇室 繁栄 など を 祈願 し て 創建 さ れ た 祈願 所 の こと 。 +-1 太秦 広隆 寺 駅 ( うずまさ こうりゅうじ えき ) は 、 京都 市 右京 区 太秦 組 石町 に あ る 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 の 鉄道 駅 。 +1 実仁 親王 ( さねひと しんのう 、 延久 3 年 2 月 10 日 ( 旧暦 ) ( 10 71 年 3 月 14 日 ) - 応徳 2 年 11 月 8 日 ( 旧暦 ) ( 1085 年 11 月 27 日 ) ) は 、 平安 時代 の 皇族 。 +-1 佃煮 ( つくだに ) と は 、 東京 都 中央 区 ( 東京 都 ) 佃 ( 東京 都 中央 区 ) を 発祥 と さ れ る 海産 物 の 煮物 の こと 。 +-1 大粮 ( たいろう ) と は 、 古代 律令 制 に お い て 、 中央 官司 の もと で 働 く 仕丁 ・ 衛士 ・ 采女 ら に 支給 し た 食料 。 +-1 同心 ( どうしん ) は 、 江戸 幕府 の 下級 役人 の ひと つ 。 +1 三宅 藤 九郎 ( みやけ とう くろう ) は 、 狂言 の 名跡 の 一 つ 。 +-1 竜宮浜 海水 浴 場 ( りゅうぐう は まかい すい よくじょう ) は 、 京都 府 舞鶴 市 の 日本 海 に 面 する 海水 浴場 。 +-1 舞鶴 弁 ( まいづる べん ) は 、 若狭 湾岸 の 京都 府 舞鶴 市 から 福井 県 嶺南 の 一部 ( 高浜 町 ) に 広が る 、 近畿 方言 の 系統 を 汲 む 日本 語 の 方言 。 +-1 『 上記 』 ( うえつ ふみ ) は 、 いわゆる 古史 古伝 と 呼 ば れ る 文書 の 一 つ で 、 大和 朝廷 以前 の ウガヤフキアエズ 王朝 を 含 む 古代 日本 の 歴史 など が 神代 文字 で 書 か れ て い る 偽書 と さ れ る 。 +1 菊池 武房 ( きく ちたけふさ 、 寛元 3 年 ( 1245 年 ) - 弘安 8 年 3 月 26 日 ( 旧暦 ) ( 1285 年 5 月 2 日 ) ) は 鎌倉 時代 中期 の 武将 。 +-1 豊岡 県 ( とよおか けん ) は 廃藩 置県 に よ り 18 71 年 ( 明治 4 年 ) に 設置 さ れ た 県 。 +1 文室 浄三 ( ふんや の きよみ 、 持統 天皇 7 年 ( 693 年 ) - 宝亀 元年 10 月 9 日 ( 旧暦 ) ( 770 年 10 月 31 日 ) ) は 、 奈良 時代 の 皇親 ( 後 に 臣籍 降下 ) 。 +-1 旧 制 高等 学校 ( きゅう せい こうとう がっこう ) と は 、 高等 学校 令 ( 1894 年 および 1918 年 ) に もとづ く 、 1950 年 まで 存在 し た 日本 の 高等 教育 機関 で あ る 。 +1 冷泉 為章 ( れいぜいため ふみ 、 宝暦 ( 日本 ) 2 年 4 月 27 日 ( 旧暦 ) ( 175 2 年 6 月 9 日 ) - 文政 5 年 3 月 19 日 ( 旧暦 ) ( 182 2 年 5 月 10 日 ) ) は 、 江戸 時代 後期 の 公家 ・ 歌人 。 +1 小倉 宮 恒敦 ( おぐら の みやつねあつ 、 生年 不詳- 応永 29 年 7 月 15 日 ( 旧暦 ) ( 142 2 年 8 月 11 日 ) ) は 、 南北朝 時代 ( 日本 ) の 第 99 代 、 南朝 ( 日本 ) 最後 の 第 4 代 天皇 で あ る 後亀山 天皇 の 皇子 。 +1 抄物 ( しょう もの ) は 、 室町 時代 中期 から 江戸 時代 初期 に かけ て 製作 さ れ た 、 ある 漢文 作品 に 対 する 解説 ・ 註釈 を むね と する 書物 の 総称 。 +-1 京都 音楽 博覧 会 ( きょう と おんがく は くらん かい ) と は 、 2007 年 より 毎年 開催 さ れ て い る 京都 府 の 梅小路 公園 で 行 わ れ る 音楽 フェスティバル 。 +-1 一 分 金 ( いちぶ きん ) と は 、 江戸 時代 に 流通 し た 金貨 の 一種 。 +-1 西 舞鶴 ( に しまい づる ) は 、 現在 の 舞鶴 市 の 西 半分 。 +1 松平松 千代 ( まつだいらまつちよ 、 文禄 3 年 ( 1594 年 ) - 慶長 4 年 1 月 12 日 ( 旧暦 ) ( 1599 年 2 月 7 日 ) は 安土 桃山 時代 の 大名 。 +1 織田 信吉 ( おだ のぶよし 、 天正 元年 ( 1573 年 ) - 慶長 20 年 4 月 18 日 ( 旧暦 ) ( 1615 年 5 月 15 日 ) ) は 、 安土 桃山 時代 、 江戸 時代 の 人物 。 +-1 藤原 四 兄弟 ( ふじわら し きょうだい 、 ふじわら よん きょうだい ) は 、 奈良 時代 前半 の 天平 年間 に 政権 を 握 っ た 藤原 不比 等 の 4 人 の 息子 を 指 す 歴史 用語 で あ る 。 +1 持統 天皇 ( じ とう てん のう ・ 大化 元年 ( 645 年 ) - 大宝 ( 日本 ) 2 年 12 月 22 日 ( 旧暦 ) ( 70 3 年 1 月 13 日 ) ) は 、 日本 の 第 41 代 天皇 。 +1 脇坂 安斐 ( わきさか やすあや ) は 、 播磨 国 龍野 藩 の 第 10 代 ( 最後 ) の 藩主 。 +-1 器 局 ( ききょく ) は 煎茶道 で 使 わ れ る 茶 道具 の 一 つ 。 +-1 女御 ( にょうご ) は 、 天皇 の 後宮 の 身位 の 一 つ で 、 天皇 の 寝所 に 侍 し た 。 +1 平生 昌 ( たいら の なりまさ 、 生没年 不詳 ) は 、 日本 の 平安 時代 中期 の 公家 。 +-1 大原 ( おおはら / おはら ) は 、 京都 市 左京 区 北東部 の 比叡 山西麓 高野川 ( 京都 市 ) 上流 部 に 位置 する 小 規模 盆 地 の 名称 。 +1 坊門 清忠 ( ぼうもん きよただ 、 生年 不詳 - 延元 3 年 / 暦応 元年 3 月 21 日 ( 旧暦 ) ( 1338 年 4 月 11 日 ) ) は 、 南北朝 時代 _ ( 日本 ) の 公家 。 +1 九鬼 隆貞 ( く き たか さだ 、 享保 14 年 ( 1729 年 ) - 安永 9 年 12 月 12 日 ( 旧暦 ) ( 1781 年 1 月 6 日 ) ) は 、 丹波 国 綾 部 藩 の 第 5 代 藩 主 。 +-1 伊勢田 駅 ( いせだ えき ) は 、 京都 府 宇治 市 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +-1 花道 ( はなみち ) は 、 歌舞伎 等 が 行 わ れ る 劇場 で 、 舞台 から 客席 を 縦断 する よう に 張り出 し た 部分 。 +-1 使節 遵行 ( しせつ じゅんぎょう ) と は 、 中世 日本 に お い て 、 不 動産 を めぐ る 訴訟 ( 所領 相 論 ) に 対 し 幕府 が 発 し た 裁定 を 執行 する ため の 現地 手続き を い う 。 +1 藤原 秀康 ( ふじわら の ひでやす 、 生年 不詳 - 1221 年 ( 承久 3 年 ) 10 月 ) は 鎌倉 時代 の 武士 で あ る 。 +-1 澤庵 宗彭 ( たくあん そうほう 、 1573 年 12 月 24 日 ( 天正 元年 12 月 1日 ( 旧暦 ) ) - 1646 年 1 月 27 日 ( 正保 2 年 12 月 11 日 ( 旧暦 ) ) ) は 、 江戸 時代 の 臨済 宗 の 僧 。 +-1 槊杖 ( かるか ・ さくじょう ・ こめや ) と は 、 前装 式 古 式 銃 の 装塡 用 の 棒 に つけ られ た 名称 で あ る 。 +-1 あやべ 市民 バス ( あやべ しみん バス ) は 、 京都 府 綾部 市 で 運行 さ れ て い る 路線 バス で あ る 。 +-1 松ヶ崎 駅 ( まつがさき えき ) は 、 京都 府 京都 市 左京 区 松ヶ崎 六 ノ 坪 町 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +-1 常 寂光 寺 ( じょうじゃっこう じ ) は 京都 府 京都 市 の 嵯峨野 に あ る 日 蓮 宗 の 仏教 寺院 。 +1 在原 元 方 ( ありわら の もと かた 、 生没年 不詳 ) は 、 平安 時代 の 歌人 。 +-1 栗 饅頭 ( くりまんじゅう ) は 、 和 菓子 の 種類 の 一 つ で あ り 、 饅頭 の 種類 の 一 つ で あ る 。 +1 関孝和 ( せき たか かず 、 寛永 19 年 ( 1642 年 ) 3 月 ? - 宝永 5 年 10 月 24 日 ( 旧暦 ) ( 170 8 年 12 月 5 日 ) ) は 、 日本 の 江戸 時代 の 和算 家 ( 数学 者 ) で あ る 。 +-1 田辺城 ( たなべ じょう ) は 京都 府 舞鶴 市 に あ る 戦国 時代 から 江戸 時代 に かけ て の 城 。 +-1 近鉄 丹波橋 駅 ( きんてつ たんば ば し えき ) は 、 京都 府 京都 市 伏見 区 桃山 筒井 伊賀 東町 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +-1 舞鶴 市 ( まいづる し ) は 、 京都 府 北部 ( 旧 丹後 国 ) の 、 日本 海 に 面 する 港湾 都市 。 +-1 三 尺帯 ( さんじゃく - おび ) は 男物 の 帯 の 一種 。 +-1 滝川 事件 ( たきがわ じけん ) は 、 1933 ( 昭和 8 ) 年 に 京都 帝国 大学 で 発生 し た 思想 弾圧 事件 。 +1 稲葉 正親 ( いなば まさちか 、 元禄 5 年 ( 1692 年 ) - 享保 19 年 9 月 14 日 ( 旧暦 ) ( 1734 年 10 月 10 日 ) ) は 、 山城 国 淀藩 の 第 4 代 藩 主 。 +-1 浄瑠璃 寺 ( じょうるりじ ) +-1 白村江 の 戦い ( はくすき のえ の たたか い 、 はくそんこう の たたか い ) は 、 663 年 ( 天智 2 ) 8 月 に 朝鮮 半島 の 白村 江 ( 現在 の 錦江 ( 韓国 ) 近郊 ) で 行 わ れ た 倭国 ( 後 の 日本 ) と 百済 の 遺民 の 連合 軍 と 唐 ・ 新羅 連合 軍 と の 戦い 。 +1 一色 義道 ( いっ し き よしみち 、 - 天正 7 年 ( 1579 年 ) ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 武将 ・ 大名 。 +-1 死絵 ( し に え ) は 、 役者 、 文学 者 など で 有名 な もの が 死去 し た とき 、 その 冥福 を 祈 る ため に 版行 さ れ た 似顔 絵 の 浮世 絵 で あ る 。 +-1 県主 ( あがた の ぬし ) は 、 律令 制 が 導入 さ れ る 以前 の ヤマト 王権 の 職種 ・ カバネ ( かばね ) の 一 つ で あ る 。 +1 愛姫 ( よしひめ 、 めごひめ 、 永禄 11 年 ( 1568 年 ) - 承応 2 年 1 月 24 日 ( 旧暦 ) ( 1653 年 2 月 21 日 ) ) は 、 田村 清顕 の 一人娘 で 、 伊達 政宗 の 正室 。 +-1 打根 ( うち ね ) は 、 長 さ 一尺 二 寸 から 一 尺 八 寸 、 直径 六 分 ほど の 矢 の 形 を し た 武器 で あ る 。 +1 藤原 忻子 ( ふじわら の きんし ( よしこ ) 、 長承 3 年 ( 1134 年 ) - 承元 3 年 8 月 12 日 ( 旧暦 ) ( 1209 年 9 月 12 日 ) ) は 平安 時代 末期 の 后妃 。 +-1 盟神 探湯 ( く かたち 、 くかだ ち 、 く がたち ) は 、 古代 日本 で 行 わ れ て い た 神明 裁判 の こと 。 +1 橘 以政 ( たちばな の もち まさ 、 生没年 不詳 ) は 、 平安 時代 末期 の 官人 。 +1 塩焼 王 ( しおやき の おおきみ 、 生年 不詳 - 764 年 10 月 21 日 ( 天平 宝字 8 年 9 月 18 日 ( 旧暦 ) ) ) は 、 天武 天皇 の 孫 で 、 新田部 親王 の 子 。 +1 日本 書紀 ( に ほん しょき 、 やまと ぶみ ) は 、 奈良 時代 に 成立 し た 日本 の 歴史 書 で あ る 。 +-1 下間 真頼 ( しもつま しんらい 、 永正 10 年 ( 1513 年 ) - 天文 ( 元号 ) 21 年 6 月 14 日 ( 旧暦 ) ( 155 2 年 7 月 5 日 ) は 、 大谷 家 に 仕え る 坊官 で あ る 。 +1 6 代 目 小川 後楽 ( おがわ こうらく 、 1940 年 4 月 22 日 - ) は 、 煎茶 道家 ( 小川 流 6 代 目 家元 ) 。 +1 智蘊 ( ちうん 、 生年 不詳 - 文安 5 年 5 月 12 日 ( 旧暦 ) ( 1448 年 6 月 13 日 ) ) は 、 室町 時代 中期 の 連歌 師 。 +-1 春画 ( しゅん が ) と は 、 江戸 時代 に 流行 し た 性 風俗 ( 特に 異性 間 ・ 同性 間 の 性 行為 場面 ) を 描 い た 浮世 絵 の 一種 。 +1 大内 持世 ( おお うち もちよ 、 1394 年 3 月 23 日 ( 明徳 5 年 2 月 21 日 ( 旧暦 ) ) - 1441 年 8 月 14 日 ( 嘉吉 元年 7 月 28 日 ( 旧暦 ) ) ) は 、 室町 時代 中期 の 守護 大名 。 +-1 七 代 目 坂東 三津 五郎 ( しちだい め   ばんどう   みつごろう 、 18 82 年 ( 明治 15 年 ) 9 月 21 日 - 1961 年 ( 昭和 36 年 ) 11 月 4 日 ) は 、 歌舞伎 役者 。 +1 智通 ( ちつう 、 生没年 不詳 ) は 、 飛鳥 時代 の 法 相 宗 の 僧 。 +1 藤原田 麻呂 ( ふじわら の たまろ 、 養老 6 年 ( 722 年 ) - 延暦 2 年 3 月 19 日 ( 旧暦 ) ( 783 年 4 月 28 日 ) ) は 、 奈良 時代 の 公卿 で 左 大臣 。 +1 世阿弥 ( ぜあみ 、 せあみ ( 改称 前 ) 世阿彌陀佛 、 正平 ( 日本 ) 18 年 / 貞治 2 年 ( 1363 年 ) ? - 嘉吉 3 年 8 月 8 日 ( 旧暦 ) ( 1443 年 9 月 1日 ) ? ) は 日本 の 室町 時代 初期 の 猿楽 師 。 +-1 上田 宗箇流 ( うえだ そうこ りゅう ) は 茶道 流 派 の 一 つ で 、 広島 藩 浅野 家 の 家老 で あ っ た 上田 家 に 伝わ る 武家 茶道 の 一流 。 +-1 長福寺 ( ちょうふくじ ) は 、 奈良 県 生駒 市 俵口町 に あ る 真言 律 宗 の 寺院 。 +-1 地久 ( ちきゅう ) と は 、 雅楽 の 一 曲 。 +1 紀在昌 ( き の あり まさ 、 生没年 不詳 ) は 、 平安 時代 中期 の 官人 ・ 儒学 者 。 +-1 紀州 征伐 ( きしゅうせい ばつ ) また は 紀州 攻め と は 、 戦国 時代 ( 日本 ) ( 安土 桃山 時代 ) に おけ る 織田 信長 ・ 豊臣 秀吉 に よ る 紀伊国 へ の 侵攻 の こと で あ る 。 +-1 倭京 ( やまと の みやこ ) と は 、 古代 日本 に 存在 し た 都 。 +1 裏松 光世 ( うらまつ み つよ 、 元文 元年 11 月 11 日 ( 旧暦 ) ( 1736 年 12 月 12 日 ) - 文化 ( 元号 ) 元年 7 月 26 日 ( 旧暦 ) ( 180 4 年 8 月 31 日 ) ) は 、 江戸 時代 の 有職 故 実家 、 公卿 。 +-1 宇治 郡 ( うじ ぐん ) は 、 山城 国 ・ 京都 府 に 存在 し た 郡 。 +-1 聞香札 ( もん こうふ だ ) は 、 香道 に お い て 使用 する 札 の こと 。 +-1 第 三 次 日韓 協約 ( だい さんじ にっかん きょうやく ) は 、 1907 年 ( 明治 40 年 ) 7 月 24 日 に 締結 さ れ た 協約 。 +-1 明徳 の 乱 ( めいとく の らん ) は 、 室町 時代 の 明徳 2 年 ( 1391 年 ) に 山名 氏 清 、 山名 満幸 ら 山名 氏 が 室町 幕府 に 対 し て 起こ し た 反乱 で あ る 。 +1 大江 維時 ( おおえ ・ の ・ これ とき   仁和 4 年 ( 888 年 ) - 応和 3 年 6 月 7 日 ( 旧暦 ) ( 96 3 年 7 月 5 日 ) ) は 平安 時代 の 貴族 、 学者 。 +-1 京都 - 広島 ・ 徳山 線 ( きょうと - ひろしま ・ とくやま せん ) は 、 京都 府 京都 市 ・ 乙訓 郡 大山崎 町 ・ 大阪 府 枚方 市 ・ 高槻 市 と 広島 県 広島 市 ・ 大竹 市 ・ 山口 県 岩国 市 ・ 周南 市 を 結 ぶ 高速 バス 路線 で あ る 。 +-1 名取 団 ( なとりだん ) は 、 8 世紀 初め から 10 世紀 まで 日本 の 陸奥 国 ( 後 の 陸前 国 ) 名取 郡 に 置 か れ た 軍団 ( 古代 日本 ) で あ る 。 +-1 花伝書 ( かでん しょ ) は 能 の 伝書 の 一種 。 +-1 笛 ( ふえ ) は 気流 に よ っ て 音 を 出 す 器具 一般 を 指 す 。 +-1 古語 拾遺 ( こご しゅうい ) は 、 平安 時代 の 神道 資料 で あ る 。 +-1 エビイモ ( 海老芋 ) と は 、 サトイモ の 一種 。 +1 三川 泉 ( み かわいずみ 、 1922 年 ( 大正 11 年 ) 2 月 1日 - ) は 、 シテ 方 宝生 流能 楽師 。 +-1 左太刀 ( ひだり たち ) と は 、 剣術 に お い て 通常 は 右手 を 前 、 左手 を 後ろ に 刀 を 持 つ の を 、 逆 に 左手 を 前 、 右手 を 後ろ に 持 つ 技術 の こと 。 +1 秋山 好古 ( あきやま よしふる 、 安政 6 年 1 月 7 日 ( 旧暦 ) ( 1859 年 2 月 9 日 ) - 1930 年 11 月 4 日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 。 +-1 神体 ( しんたい ) また は 御神体 ( ご しん たい ) と は 、 神 ( 神道 ) の 体 の こと 。 +-1 オムライス は 、 日本 で 生まれ た コメ 料理 の ひと つ で 、 ケチャップ で 味付け し た チキン ライス ( また は バター ライス ) を 卵焼き で オムレツ の よう に 包 ん だ 料理 で あ り 、 日本 料理 の うち 洋食 に 分類 さ れ る 。 +1 葵 の 上 ( あお い の うえ ) は 紫式 部 の 物語 『 源氏 物語 』 に 登場 する 架空 の 人物 。 +1 冷泉 為 系 ( れいぜい ため つぎ 、 1881 年 - 1946 年 ) は 日本 の 歌人 。 +1 源 頼房 ( みなもと の より ふさ 、 生没 年 未詳 ) は 、 平安 時代 中期 の 武将 。 +-1 北条 九 代 名 家 功 ( ほうじょうく だい めいか の いさおし ) は 歌舞伎 狂言 の 外題 。 +-1 国 人 ( こくじん ) と は 、 主に 鎌倉 時代 の 地頭 層 から 発 し 、 南北朝 時代 ( 日本 ) から 室町 時代 に かけ て 諸国 の 開発 を 推進 し た 武士 層 の こと 。 +-1 ハイカラ ( はい から ) は 、 西洋 風 の 身なり や 生活 様式 を する 様 、 人物 、 事物 など を 表 す 日本 語 の 単語 。 +-1 神階 ( しんかい ) と は 、 日本 に お い て 神道 の 神 ( 神道 ) に 授け られ た 位 階 で あ る 。 +-1 年 料 給分 ( ねんりょう きゅうぶん ) と は 、 平安 時代 に おけ る 封禄 制度 の ひと つ 。 +-1 橋姫 ( はしひめ ) は 、 橋 に まつわ る 伝承 に 現れ る 女性 ・ 鬼女 ・ 女神 で あ る 。 +-1 梅干し ( うめぼし ) と は 、 ウメ の 果実 を 塩漬け し た 後 に 日干し に し た 塩漬け 。 +1 御 製 ( ぎょせい ) と は 、 天皇 や 皇帝 、 また 皇族 が 手ずから 書 い たり 作 っ たり し た 文章 ( 政令 の 類 は 除 く ) ・ 詩歌 ・ 絵画 など を い う 。 +-1 財団 法人 益 富地 学 会館 ( ざいだん ほうじん ま す と みち がく かいかん ) は 、 京都 市 上京 区 に あ る 財団 法人 。 +1 石上 麻呂 ( いその かみ の まろ 、 舒明 天皇 12 年 ( 640 年 ) - 霊亀 3 年 3 月 3 日 ( 旧暦 ) ( 71 7 年 4 月 22 日 ) ) は 、 日本 の 飛鳥 時代 から 奈良 時代 に かけ て の 貴族 。 +1 北風 正造 ( きたかぜ しょうぞう 、 ( 天保 5 年 2 月 11 日 ( 旧暦 ) ( 1834 年 ) 3 月 20 日 - 明治 28 年 ( 1895 年 ) 12 月 5 日 ) は 、 江戸 時代 末期 から 明治 時代 の 日本 の 商人 。 +1 石田 重成 ( いしだ し げ な り 、 1589 年 ( 天正 17 年 ) ? - 1641 年 ( 寛永 18 年 ) ? ) は 、 石田 三成 の 次男 。 +1 末代 ( まつだい ) は 、 平安 時代 末期 の 僧 。 +-1 山田 寺 塔 心礎 ( さんでんじ とう しんそ ) は 、 岐阜 県 各務原 市 蘇原 寺島 町 に あ る 飛鳥 時代 ( 7 世紀 後半 ) に 造 ら れ た 古代 寺院 山田 寺 の 塔心 礎 ( 塔 の 心柱 の 礎石 ) 。 +1 山尾 庸三 ( やまおようぞう 、 天保 8 年 10 月 8 日 ( 旧暦 ) ( 1837 年 11 月 5 日 ) - 大正 6 年 ( 1917 年 ) 12 月 21 日 ) は 幕末 ~ 明治 時代 の 人物 。 +1 源 伴存 ( みなもと と も あ り 、 寛政 4 年 〈 1792 年 〉 - 安政 6 年 〈 1859 年 〉 ) は 、 江戸 時代 後期 紀州 藩 の 本草 学者 ・ 博物 学 者 ・ 藩医 。 +-1 仏光 寺 通 ( ぶっこうじ どおり ) は 、 京都 府 京都 市 の 東西 の 通り の 一 つ 。 +-1 陰陽 師 ( おんみょう じ 、 おんようじ ) と は 、 古代 日本 の 律令 制下 に 於 い て 中務 省 の 陰陽 寮 に 属 し た 官職 の 1 つ で あ る 。 +-1 京都 市 内 の 通り ( きょう と し な い の とおり ) は 単なる 道路 の 名前 に 留ま ら ず 、 住所 を 表 す ため に も 用い られ る ( 京都 市 地理 を 参照 せよ ) 。 +1 福地 源一郎 ( ふくち げんいちろう 、 1841 年 5 月 13 日 ( 天保 12 年 3 月 23 日 _ ( 旧暦 ) ) - 190 6 年 1 月 4 日 ) は 、 幕末 の 幕臣 、 明治 時代 の ジャーナリスト 、 作家 、 劇作 家 。 +-1 琴 ( きん 、 こと ) と は 、 日本 の 伝統 楽器 。 +-1 享保 大判 ( きょうほう おおばん ) と は 享保 10 年 ( 1725 年 ) 6 月 に 発行 さ れ た 大判 で あ る 。 +-1 征東 大将軍 ( せいとう たいしょうぐん ) は 、 かつて 中国 と 日本 で 用い られ た 将軍 の 称号 で あ る 。 +-1 だるま ( 達磨 ) は 、 仏教 の 1 派 で あ る 禅宗 開祖 の 達磨 の 坐禅 姿 を 模 し た 置物 、 また は 玩具 で あ り 、 現在 で は 禅宗 のみ な ら ず 宗教 、 宗派 を 越え 縁起 物 と し て 広 く 親し ま れ て い る 。 +1 宗形 徳善 ( むなかた の とくぜん ) は 、 福岡 県 宗像 地方 の 豪族 。 +-1 千 社札 ( せん しゃ ふだ 、 せんじゃ ふだ ) と は 、 神社 や 仏閣 に 参拝 を し た 記念 と し て 貼 る 、 自分 の 名前 入り の 札 の こと 。 +1 安倍 宗明 ( あべの むねあき 、 生没年 不詳 ) は 、 平安 時代 後期 の 陰陽 師 。 +1 和気 清麻呂 ( わけ の きよまろ 、 733 年 ( 天平 5 年 ) - 799 年 4 月 4 日 ( 延暦 18 年 2 月 21 日 ( 旧暦 ) ) ) は 奈良 時代 末期 から 平安 時代 初期 の 高級 官僚 。 +-1 下駄 ( げた ) は 、 日本 の 伝統 的 な 履物 で 、 木製 の 板 に 足 を のせ 、 緒 ( 鼻緒 ) で 固定 する もの で あ る 。 +-1 嵐山 駅 ( あらしやま えき ) は 、 京都 市 西京 区 嵐山 東 一川 町 7 に あ る 、 阪急 電鉄 阪急 嵐山 線 の 終着 駅 で あ る 。 +-1 朝倉 氏 ( あさくらし ) は 、 越前 国 を 拠点 と し た 豪族 で 、 後 に 発展 し て 戦国 大名 と な る 。 +-1 定免 法 ( じょうめん ほう ) と は 、 江戸 時代 に おけ る 年貢 徴収 法 の ひと つ 。 +-1 十 輪 院 ( じゅうりん いん ) は 奈良 県 奈良 市 十 輪 院 町 に あ る 真言 宗 醍醐 派 の 寺院 で あ る 。 +-1 日本 の 軍事 史 ( にほんの ぐんじ し ) は 、 国内 安定 から 長 い 封建 的 な 戦い と 帝国 主義 に よ る 海外 遠征 に 特徴 づけ られ る 。 +-1 岩切城 ( いわきり じょう ) は 、 宮城 県 仙台 市 宮城野 区 岩切 に あ る 、 峻険 な 山城 で あ る 。 +-1 初日の出 ( はつひので ) と は 、 1 月 1日 ( 元日 ) の 天体 の 出没 ( 太陽 が 水平 線 や 地平 線 から 姿 を 現 す 様 ) の こと 。 +1 藤原 育子 ( ふじわら の むねこ ( いくし ) 、 久安 2 年 ( 1146 年 ) - 承安 ( 日本 ) 3 年 8 月 15 日 ( 旧暦 ) ( 1173 年 9 月 23 日 ) ) は 、 平安 時代 末期 の 后妃 。 +-1 真言 ( しんご ん ) 、 サンスクリット マントラ ( mantra ) と は 、 大毘盧遮那 成仏 神変 加持 経 など の 密教 経典 に 由来 し 、 真実 の 言葉 と い う 意 。 +1 常世 長胤 ( とこよ ながたね 、 天保 3 年 ( 1832 年 ) - 明治 19 年 ( 1886 年 ) 3 月 19 日 ) は 江戸 末期 の 国学 者 ・ 明治 期 の 神祇 官 。 +-1 宮ヶ浜 水 泳場 ( みや が はますいえいじょう ) は 、 滋賀 県 近江八幡 市 に あ る 水泳 場 。 +-1 佐保姫 ( さほひめ ) は 春 の 神 。 +-1 方墳 ( ほうふん ) と は 墳丘 の 平面 形 が 方形 に な る 古墳 の こと 。 +1 町 資藤 ( まち ( まち の ? ) すけふじ ? ( すけひさ ? ) 、 正平 ( 日本 ) 21 年 / 貞治 5 年 ( 1366 年 ) - 応永 16 年 6 月 5 日 ( 旧暦 ) ( 1409 年 7 月 17 日 ) ) は 、 室町 時代 初期 の 公卿 。 +-1 樫原 ( かたぎ はら ) と は 、 京都 市 西京 区 の 一部 を い う 。 +-1 坂東 曲 ( ばんどうぶし ) と は 、 真宗 大谷 派 の 法要 ・ 報恩 講 で な さ れ る 行事 。 +-1 准 大臣 ( じゅん だいじん ) と は 律令 制下 に おけ る 官職 の ひと つ 。 +1 古今 和 歌集 仮名序 ( こきん わかしゅうか なじょ ) は 古今 和 歌集 の 序文 で あ る 。 +1 正親町 天皇 ( おおぎまち てんのう 、 永正 14 年 5 月 29 日 ( 1517 年 6 月 18 日 ) - 文禄 2 年 1 月 5 日 ( 1593 年 2 月 6 日 ) ) は 、 第 106 代 天皇 ( 在位 : 弘治 3 年 10 月 27 日 ( 1557 年 11 月 17 日 ) - 天正 14 年 11 月 7 日 ( 1586 年 12 月 17 日 ) ) 。 +-1 まいづる 智恵蔵 ( まいづる ちえぐら ) は 、 京都 府 舞鶴 市 の 文化 施設 。 +-1 国母 ( こくも / こくぼ ) は 、 天皇 、 国王 の 生母 の 称号 。 +-1 山陰 海岸 国立 公園 ( さんいん かい がん こくりつ こうえん ) は 、 京都 府 丹後 の 網野 海岸 から 兵庫 県 の 但馬 御 火浦 を 経 て 鳥取 県 東部 の 鳥取 砂丘 まで の 日本 海 に 面 する 75 km の 海岸 線 を 中心 と する 日本 の 国立 公園 で あ る 。 +1 若江 薫子 ( わかえ に おこ 、 天保 6 年 ( 1835 年 ) - 明治 14 年 ( 1881 年 ) 10 月 11 日 ) は 幕末 から 明治 初期 の 公家 出身 女性 。 +-1 喜海 ( きかい 、 治承 2 年 ( 1178 年 ) - 建長 2 年 12 月 20 日 ( 旧暦 ) ( 1251 年 1 月 13 日 ) ) は 、 鎌倉 時代 中期 の 華厳 宗 の 僧 。 +-1 京 菓子 ( きょうが し ) は 、 京都 府 の お 菓子 。 +-1 K 特急 ( K とっきゅう ) は 2003 年 に 設定 さ れ た 京阪 電気 鉄道 の 列車 種 別 の 1 つ で 、 同社 で は 最上 位 種別 に 当た る 。 +1 平清盛 ( たいらの きよもり ) は 、 平安 時代 末期 の 武将 。 +-1 朽木 藩 ( く つきはん ) と は 、 近江国 高島 郡 ( 滋賀 県 ) ( 現在 の 滋賀 県 高島 市 朽木 ) に 存在 し た 藩 。 +-1 安慧 ( あんえ 、 延暦 13 年 ( 794 年 ) - 貞観_ ( 日本 ) 10 年 4 月 3 日 ( 旧暦 ) ( 868 年 5 月 2 日 ) ) は 、 平安 時代 前期 の 天台 宗 の 僧 。 +1 藤原 高子 ( ふじわら の たか いこ 、 承和 9 年 ( 842 年 ) - 延喜 10 年 3 月 24 日 ( 910 年 4 月 18 日 ) ) は 、 平安 時代 、 清和 天皇 の 女御 。 +1 孝蔵主 ( こうぞう す 、 ? - 寛永 3 年 ( 1626 年 4 月 ) は 、 高 台 院 付き の 筆頭 上臈 ( 高級 女中 ) で 後 に 徳川 秀忠 付き 上臈 と な っ た 安土 桃山 時代 ~ 江戸 時代 初期 の 武家 女性 。 +1 平時 忠 ( たいら の とき ただ ) は 、 平安 時代 末期 の 公家 。 +-1 天明 の 京都 大火 ( てんめい の きょう と たいか ) と は 、 天明 8 年 1 月 30 日 ( 旧暦 ) ( 1788 年 3 月 7 日 ) に 京都 で 発生 し た 火災 。 +1 源義国 ( みなもと の よしくに ) は 、 平安 時代 後期 の 河内 源 氏 の 武将 。 +-1 昌泰 の 変 ( しょうたい の へん ) は 、 90 1 年 ( 昌泰 4 年 ) 1 月 、 左 大臣 藤原 時平 の 讒言 に よ り 醍醐 天皇 が 右 大臣 菅原 道真 を 大宰 権帥 と し て 大宰府 へ 左遷 し 、 道真 の 子供 や 右近衛 中 将源 善ら を 左遷 また は 流罪 に し た 事件 で あ る 。 +-1 日本 三景 ( にほん さんけい ) と は 、 日本 の 3 つ の 名勝地 の こと で あ る 。 +-1 小 御所 会議 ( こごしょ かいぎ ) は 、 江戸 時代 末期 ( 幕末 ) の 慶応 3 年 12 月 9 日 ( 旧暦 ) ( 1868 年 1 月 3 日 ) に 京都 の 京都 御所 で 行 わ れ た 国政 会議 。 +1 宇都宮 泰宗 ( うつのみや やす む ね ) は 、 鎌倉 時代 の 武将 。 +-1 直毘 神 ( なおび の かみ 、 なほび の かみ ) は 神道 の 神 で あ る 。 +1 陽 泰院 ( よう たいいん 、 天文 _ ( 元号 ) 10 年 ( 1541 年 ) - 寛永 6 年 1 月 8 日 ( 旧暦 ) ( 1629 年 2 月 1日 ) ) は 、 肥前 国 佐賀 藩祖鍋島 直茂 の 正室 。 +1 羽田 矢国 ( はたの やく に 、 生年 不明 - 朱 鳥 元年 ( 686 年 ) 3 月 25 日没 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 景轍 玄蘇 ( けい てつげんそ 、 天文 ( 元号 ) 6 年 ( 1537 年 ) - 慶長 16 年 10 月 22 日 ( 旧暦 ) ( 161 1 年 11 月 26 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 に かけ て の 臨済 宗 の 僧 。 +-1 一座 ( いちざ ) と は 、 朝廷 に おけ る 宮 中 座 次 の 最上 位 の こと で あ る 。 +-1 研究 会 ( けんきゅ かい ) と は 、 大 日本 帝国 憲法 下 に おけ る 貴族 院 _ ( 日本 ) に おけ る 院内 会 派 の 一 つ 。 +-1 勝光 寺 ( しょうこうじ ) は 、 京都 市 下京 区 に あ る 日 蓮 宗 の 寺院 。 +1 一条 忠香 ( いちじょうただ か 、 文化 ( 元号 ) 9 年 2 月 13 日 ( 旧暦 ) ( 1812 年 3 月 25 日 ) - 文久 3 年 11 月 7 日 ( 旧暦 ) ( 1863 年 12 月 17 日 ) ) は 江戸 時代 後期 の 公卿 。 +-1 新田 氏 ( にったし ) は 、 上野 国 発祥 の 豪族 。 +1 ルイス ・ フロイス ( Luis Frois , 1532 年 - 1597 年 7 月 8 日 ) は 、 リスボン 生まれ の ポルトガル 人 。 +1 北畠 親房 ( きたばたけ ちかふさ 、 永仁 元年 1 月 29 日 ( 旧暦 ) ( 1293 年 3 月 8 日 ) - 正平 ( 日本 ) 9 年 / 文和 3 年 5 月 10 日 ( 旧暦 ) ( 1354 年 6 月 1日 ) ) 。 +1 一色 義貫 ( いっ し き よしつら 、 140 0 年 ( 応永 7 年 ) - 1440 年 6 月 14 日 ( 永享 12 年 5 月 15 日 ( 旧暦 ) ) ) は 、 室町 時代 前期 の 守護 大名 。 +1 藤原 伊通 ( ふじわら の これ み ち 、 寛治 7 年 ( 1093 年 ) - 長寛 3 年 2 月 15 日 ( 旧暦 ) ( 1165 年 3 月 28 日 ) ) は 平安 時代 末期 の 公卿 。 +1 九条 道 前 ( くじょうみ ちさき 、 延享 3 年 6 月 13 日 ( 旧暦 ) ( 1746 年 7 月 30 日 ) - 明和 7 年 6 月 5 日 ( 旧暦 ) ( 1770 年 6 月 27 日 ) ) は 江戸 時代 の 公卿 。 +-1 撰 国史所 ( せんこく し しょ ) は 、 律令 制下 の 日本 で 正史 で あ る 六国 史 及び 『 新 国史 』 を 編纂 する ため に 設置 さ れ た 機関 。 +-1 義倉 ( ぎそう ) と は 、 災害 や 飢饉 に 備え て 米 など の 穀物 を 一般 より 徴収 し 、 また は 富者 から 寄付 を 得 て 、 これ を 貯蓄 する ため に 国内 の 要地 に 設け た 倉庫 。 +1 九条 経 教 ( くじょう つねの り 、 元弘 元年 / 元徳 3 年 ( 1331 年 ) - 応永 7 年 5 月 21 日 ( 旧暦 ) ( 140 0 年 6 月 13 日 ) ) は 、 南北朝 時代 ( 日本 ) の 公家 。 +-1 縁覚 ( えんがく 、 pratyekabuddha 、 paccekabuddha 、 サンスクリット : ) と は 、 仏教 や ジャイナ 教 に お い て 、 師 な く し て 独自 に さとり を 開 い た 人 を い う 。 +1 菊池 武朝 ( きく ち たけとも 、 1363 年 ( 正平 ( 日本 ) 18 年 / 貞治 2 年 ) - 1407 年 ( 応永 14 年 ) ) は 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 武将 。 +-1 どぶろく ( 濁酒 ) と は 炊 い た 米 に 米麹 や 酒粕 等 に 残 る 酵母 など を 加え て 作 る 酒 で あ る 。 +-1 べとべと さん は 日本 の 妖怪 の 一種 で 、 暗 い 夜道 を 歩 く 人間 の 後 を つけ て くる 。 +-1 那波加 神社 ( なはか じんじゃ ) は 、 滋賀 県 大津 市 に あ る 神社 で あ る 。 +1 松平 康任 ( まつだいら やす とう ) は 、 江戸 時代 後期 の 大名 、 老中 。 +1 家里 次郎 ( いえさと つぐお 、 天保 11 年 ( 1840 年 ) - 文久 3 年 4 月 24 日 ( 旧暦 ) ( 1863 年 6 月 10 日 ) ) は 壬生 浪士 組 の 同士 で あ る 。 +1 有馬則頼 ( ありま のりより 、 1533 年 3 月 18 日 ( 天文 ( 元号 ) 2 年 2 月 23 日 ( 旧暦 ) ) - 160 2 年 9 月 13 日 ( 慶長 7 年 7 月 28 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 。 +1 迦邇 米 雷王 ( か に めいか ずち のみこ 、 生没年 不詳 ) は 、 『 古事 記 』 に 伝え る 古墳 時代 の 皇族 ( 王族 ) 。 +1 飛鳥井 雅綱 ( あすかい まさつな 、 長享 3 年 ( 1489 年 ) - 元亀 2 年 ( 15 71 年 ) ) は 、 室町 時代 後期 から 戦国 時代 ( 日本 ) の 公家 。 +1 藤原 魚名 ( ふじわら の うお な 、 養老 5 年 ( 721 年 ) - 延暦 2 年 7 月 25 日 ( 旧暦 ) ( 78 3 年 8 月 31 日 ) ) は 、 奈良 時代 の 公卿 。 +1 山中 貞雄 ( やまなか さだお 、 1909 年 11 月 8 日 - 1938 年 9 月 17 日 ) は 、 日本 の 映画 監督 、 脚本 家 で あ る 。 +-1 律令 ( りつりょう ) と は 、 東 アジア で み られ る 法 体系 で あ る 。 +-1 淡海 国 造 ( おうみの くにのみやつこ ・ おうみこく ぞう ) は 近江 国 西部 ( 琵琶 湖 西岸 ) を 支配 し た 国造 。 +-1 中山道 ( なかせん どう ) は 、 江戸 時代 の 五 街道 の 一 つ で 、 本州 中部 の 内陸 側 を 経由 する 路線 で あ る 。 +1 葛城 円 ( かつらぎ の つぶら 、 生年 不詳 - 安康 天皇 3 年 ( 456 年 ) ) 、 紀元 5 世紀 ごろ に 活躍 し た 葛城 氏 の 豪族 。 +-1 縄文 時代 ( じょうもん じだい ) は 、 年代 で い う と 今 から 約 16 , 50 0 年 から 約 3,00 0 年 前 ( 紀元 前 10 世紀 ) 、 地質 時代 で は 更新 世末期 から 完新 世 に かけ て 日本 列島 で 発展 し た 時代 で あ り 、 世界 史 で は 中石器 時代 な い し 新 石器 時代 に 相当 する 時代 で あ る 。 +-1 永字 八 法 ( えいじ はっぽう 、 えいじ は ちほう ) と は 、 漢字 の 「 永 」 の 字 に は 、 書道 に 必要 な 技法 8 種 が 全て 含 ま れ て い る と い う 事 を 表 し た 言葉 。 +1 能勢 朝 次 ( のせ あさじ 、 1894 年 ( 明治 27 年 ) 4 月 1日 - 1955 年 ( 昭和 30 年 ) 2 月 25 日 ) は 、 日本 の 能楽 研究 者 、 国文学 者 。 +1 津田 信成 ( つだ の ぶなり ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 武将 、 大名 で 山城 国 御 牧 藩 主 。 +-1 所務 沙汰 ( しょむさた ) は 、 中世 日本 で 使用 さ れ た 用語 で あ り 、 所領 や 年貢 に 関 する 相論 や 訴訟 ・ 裁判 の こと で あ る 。 +-1 割り 鹿の子 ( わりか の こ ) と は 江戸 時代 後期 に 広 く 十 代 後半 から 二十 代 前半 の 女性 に 結 わ れ た 髪型 。 +1 木村 清久 ( きむら きよひさ 、 ? - 慶長 20 年 ( 1615 年 ) ) は 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 。 +-1 大谷 光尊 ( おおた に こうそん 、 嘉永 3 年 2 月 4 日 ( 旧暦 ) ( 1850 年 3 月 7 日 ) - 明治 36 年 ( 190 3 年 ) 1 月 18 日 は 、 幕末 ~ 明治 時代 前期 の 浄土 真宗 の 僧 、 西本願 寺 21 世 法 主 。 +-1 佐味田 宝塚 古墳 ( さみた たからづか こふん ) は 、 奈良 県 北葛城 郡 河合 町 に 所在 する 古墳 時代 前期 後半 の 前方 後 円墳 で あ る 。 +1 片岡 芦燕 ( かたおか ろ えん ) は 、 歌舞伎 役者 。 +1 井上馨 ( いのうえ かおる 、 天保 6 年 11 月 28 日 ( 旧暦 ) ( 1836 年 1 月 16 日 ) - 大正 4 年 ( 1915 年 ) 9 月 1日 ) は 、 日本 の 武士 ・ 長州 藩 士 、 政治 家 、 実業 家 。 +1 大 中臣 定長 ( おおなか とみ の さだな が 、 生年 不詳 - 康治 元年 12 月 9 日 ( 旧暦 ) ( 1142 年 12 月 27 日 ) ) は 、 平安 時代 後期 の 歌人 。 +-1 文士 劇 ( ぶんしげき ) は 、 作家 、 新聞 雑誌 記者 など の 文学 者 が 演者 の 中心 と な っ て 上演 さ れ る アマチュア 演劇 で あ る 。 +-1 文化 財 ( ぶんか ざい ) は 次 の とおり で あ る 。 +-1 姫飯造り ( ひめいい づくり ) と は 、 日本 酒 の 現代 の 製法 の 一 つ で 、 高温糖 化 法 の 一種 。 +-1 鷺森 神社 ( さぎもり じんじゃ 、 さぎ の もり じんじゃ ) は 京都 府 京都 市 左京 区 に あ る 神社 。 +1 榊原 鍵 吉 ( さかきばら けんきち , 1830 年 12 月 19 日 ( 文政 13 年 11 月 5 日 ( 旧暦 ) ) - 1894 年 ( 明治 27 年 ) 9 月 11 日 ) は 、 幕末 から 明治 に かけ て の 幕臣 、 剣客 。 +1 小子 部 鉏鉤 ( ちいさ こべ の さひち 、 生年 不詳 - 天武 天皇 元年 ( 67 2 年 ) 7 月 また は 8 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 会符 ( えふ ) と は 、 江戸 時代 に 朝廷 ・ 江戸 幕府 ・ 公家 ・ 武家 ・ 寺社 など が 物資 を 輸送 する に あた っ て 、 当該 荷物 の 所属 の 明示 の ため に 付け られ た 荷札 。 +1 桂宮盛仁親王 ( かつら の みや た けひと しんの う 、 文化 ( 元号 ) 7 年 6 月 27 日 ( 旧暦 ) ( 1810 年 ) - 文化 8 年 5 月 17 日 ( 旧暦 ) ( 1811 年 7 月 7 日 ) ) は 江戸 時代 後期 の 日本 の 皇族 。 +-1 四条 家 ( 四條 家 、 しじょうけ ) は 、 羽 林 家 の 家格 を 持 つ 公家 。 +1 畠山 家 俊 ( はたけ やま いえ と し 、 寛正 6 年 ( 1465 年 ) - 享禄 4 年 ( 1531 年 ) ) は 、 戦国 時代 _ ( 日本 ) 初期 の 能登 畠山 氏 の 一族 。 +-1 『 風林 火山 』 ( ふうりん かざん ) は 、 1969 年 3 月 1日 公開 の 時代 劇 映画 。 +-1 逆柱 ( さかばしら ) また は 逆さ 柱 ( さかさ ば しら ) は 、 日本 の 木 構造 ( 建築 ) に おけ る 俗信 の 一 つ で あ る 。 +-1 安寿 姫塚 ( あんじゅ ひめづか ) は 、 森 鴎外 の 「 山椒 大夫 」 で 有名 な 安寿 姫 の 墓 。 +-1 頂妙 寺 ( ちょうみょうじ ) は 、 京都 市 左京 区 仁王 門 通新 麩屋 町 西入 に あ る 寺院 。 +-1 『 松風 』 ( まつかぜ ) は 能 の 一 つ で あ る 。 +-1 大和 遠州 流 ( やまと えんしゅうりゅう ) は 小堀 遠州 ( 政一 ) の 三男 小堀 政伊 に 始ま る 小堀 権 十郎 家 に 伝わ っ た 茶道 の 流派 で あ る 。 +-1 『 暫 』 ( しばらく ) は 、 歌舞伎 の 演目 で 、 歌舞伎 十 八 番 の 一 つ 。 +-1 慈光 寺 家 ( じこうじけ ) は 宇多 源 氏 の 流れ を 汲 む 源 氏 堂上 源 氏 。 +1 岸駒 ( がんく 、 宝暦 6 年 ( 1756 年 ) ( 寛延 2 年 ( 1749 年 ) 説 あり ) - 天保 9 年 12 月 5 日 ( 旧暦 ) ( 1839 年 1 月 19 日 ) ) は 、 江戸 時代 の 画家 。 +-1 庭田 家 ( にわた け ) は 宇多 源 氏 の 流れ を 引 く 源 氏 堂上 源 氏 。 +-1 季瓊 真蘂 ( きけいしんずい 、 140 1 年 ( 応永 8 年 ) - 1469 年 9 月 16 日 ( 文明 ( 日本 ) 元年 8 月 11 日 ( 旧暦 ) ) ) は 、 室町 時代 の 臨済 宗 の 僧 、 鹿苑 院 蔭 涼 軒 主 。 +-1 摂受 ( しょうじゅ ) と は 、 折伏 ( しゃくぶく ) に 対 する 反対 語 。 +1 源 兼子 ( みなもと の けんし ( かねこ ) 、 延喜 15 年 ( 915 年 ) - 天禄 3 年 9 月 ( 972 年 ) ) は 、 平安 時代 中期 の 賜姓 皇族 。 +-1 京都 市 立 芸術 大学 ( きょうとし りつ げいじゅつ だいがく 、 英称 Kyoto CityUniversity of Arts ) は 、 京都 市 西京 区 に あ る 公立 大学 で 、 日本 を 代表 する 美術 大学 ・ 音楽 大学 で あ る 。 +-1 京都 府 に あ る 建造 物 の 重要 文化 財 一覧 ( きょうと ふ に あ る けんぞう ぶつ の じゅうよう ぶんか ざい いちらん ) は 、 重要 文化 財 の 建造 物 の うち 、 京都 府 に あ る もの の 一覧 で あ る 。 +-1 醤油 だんご ・ 醤油 団子 ( しょうゆ だんご ) +1 平信 基 ( たいら の のぶもと 、 保延 3 年 ( 1137 年 ) ? - 没年 未詳 ) は 、 平安 時代 末期 の 廷臣 。 +1 中院 通躬 ( なかの いんみち み 、 寛文 8 年 5 月 12 日 ( 旧暦 ) ( 1668 年 6 月 21 日 ) - 元文 4 年 12 月 3 日 ( 旧暦 ) ( 1740 年 1 月 1日 ) ) は 江戸 時代 中期 の 公卿 、 歌人 。 +1 調淡 海 ( つき の おうみ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 聖 観音 ( しょうかんの ん ) 、 サンスクリット アーリヤ ・ アヴァ ローキテーシュヴァラ ( aaryaavalokitezvara ) は 、 仏教 に おけ る 信仰 対象 で あ る 菩薩 の 一尊 。 +1 夏珪 ( かけ い 、 生没年 不明 ) は 、 南宋 の 画家 。 +-1 格子 戸 ( こうしど ) は 、 格子 状 の 引き戸 若しくは 扉 。 +1 長松 清風 ( ながまつ せいふう 、 日扇 ( にっせん ) 、 文化 ( 元号 ) 14 年 4 月 1日 ( 旧暦 ) ( 1817 年 5 月 6 日 ) - 明治 23 年 ( 1890 年 ) 7 月 17 日 ) は 、 本門 仏立宗 開導 ( 開祖 ) 。 +1 土田 友湖 ( つちだ ゆうこ ) は 、 千家 十 職 の 一 つ 、 袋師 。 +1 宇都宮 氏 綱 ( うつのみや うじつな 、 1326 年 ( 嘉暦 元年 ) - 1370 年 7 月 28 日 ( 建徳 元年 / 応安 3 年 7 月 5 日 ( 旧暦 ) ) ) は 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +1 田中 市兵衛 ( たなか いちべえ 、 1838 年 ( 天保 9 年 9 月 ) - 1910 年 ( 明治 43 年 ) 7 月 ) は 、 明治 時代 に 活躍 し た 実業 家 、 政治 家 で 関西 経済 界 の 重鎮 。 +1 紀元 節 ( きげんせつ ) は 、 『 日本 書紀 』 が 伝え る 神武 天皇 の 即位 日 と し て 定め た 祝日 。 +-1 三 倍 増醸 清酒 ( さん ばいぞう じょうせいしゅ 、 三増 酒 ) と は 、 第 二 次 世界 大戦 後 の 米 不足 の 際 に 導入 さ れ た 日本 酒 の 一種 、 増醸 酒 の 通称 の こと で あ る 。 +-1 片岡 千恵蔵 プロダクション ( かたおか ちえぞう - 、 1928 年 5 月 10 日 設立 - 1937 年 4 月 解散 ) は 、 かつて 京都 府 に 存在 し た 映画 会社 で あ る 。 +-1 尊号 一 件 ( そんごう いっ けん ) と は 、 日本 の 江戸 時代 後期 に 起き た 京都 の 朝廷 と 江戸 の 江戸 幕府 と の 間 に 発生 し た 紛議 事件 で あ る 。 +1 織田 信直 ( おだ のぶなお 、 天文 ( 元号 ) 15 年 ( 1546 年 ) - 天正 2 年 9 月 29 日 ( 旧暦 ) ( 1574 年 10 月 13 日 ( 旧暦 ) ) ) は 戦国 時代 ( 日本 ) の 武将 。 +-1 前鬼 ・ 後鬼 ( ぜんき ・ ごき ) は 、 修験 道 の 開祖 で あ る 役 小角 が 従え て い た と さ れ る 夫婦 の 鬼 。 +-1 龍穴 ( りゅうけつ ) と は 、 陰陽 道 や 古代 道教 、 風水術 に おけ る 繁栄 する と さ れ て い る 土地 の こと で あ る 。 +1 鈴木 練三郎 ( すずき れんざ ぶろう 、 嘉永 元年 ( 1848 年 ) - 慶応 4 年 8 月 21 日 ( 旧暦 ) ( 1868 年 10 月 6 日 ) ) は 、 播磨 国 姫路 出身 の 新 選 組 隊士 。 +1 石川 年足 ( いしかわ の とし たり 、 持統 天皇 2 年 ( 688 年 ) - 天平 宝字 6 年 ( 762 年 ) 9 月 は 飛鳥 時代 末期 から 奈良 時代 中期 の 貴族 。 +1 中山 忠光 ( なかやま ただみつ 、 弘化 2 年 4 月 13 日 ( 旧暦 ) ( 1845 年 5 月 18 日 ) - 元治 元年 11 月 15 日 ( 旧暦 ) ( 1864 年 12 月 13 日 ) ) は 、 江戸 時代 末期 の 公家 で あ る 。 +-1 中書島 ( ちゅうしょ じま ) は 京都 市 伏見 区 の 地名 。 +1 斎藤 信吉 ( さいとう のぶよし 、 永禄 2 年 ( 1559 年 ) - 慶長 15 年 2 月 3 日 ( 1610 年 2 月 26 日 ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 仙石 秀範 ( せんごく ひでのり ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 。 +1 竹越 与三郎 ( たけこし よさぶろう 、 慶応 元年 10 月 5 日 ( 旧暦 ) ( 1865 年 11 月 22 日 ) - 昭和 25 年 ( 1950 年 ) 1 月 12 日 ) ) は 、 明治 から 昭和 に かけ て の 歴史 家 ・ 評論 家 ・ 政治 家 。 +1 飛鳥井 雅経 ( あすかい まさつね 、 嘉応 2 年 ( 1170 年 ) - 承久 3 年 3 月 11 日 ( 旧暦 ) ( 1221 年 4 月 5 日 ) ) は 、 鎌倉 時代 前期 の 公家 ・ 歌人 。 +-1 南進 論 ( なんしんろん ) と は 、 日本 が 南方 地域 へ 進出 す べ き で あ る と い う 第 二 次 世界 大戦 前 の 対外 論 で あ る 。 +1 景行 天皇 ( けいこうてんのう 、 垂仁 天皇 17 年 ( 紀元 前 13 年 ) - 景行 天皇 60 年 11 月 7 日 ( 旧暦 ) ( 130 年 12 月 24 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 第 12 代 の 天皇 ( 在位 : 景行 天皇 元年 7 月 11 日 ( 旧暦 ) ( 71 年 8 月 24 日 ) - 同 60 年 11 月 7 日 ( 130 年 12 月 24 日 ) ) 。 +1 源 重之 ( みなもと の しげゆき 、 ? - 長保 2 年 ( 1000 年 ) 頃 ? ) は 、 平安 時代 中期 の 歌人 。 +1 日野 富子 ( ひ の とみこ 、 女性 、 永享 12 年 〔 1440 年 〕 - 明応 5 年 5 月 20 日 _ ( 旧暦 ) 〔 1496 年 6 月 30 日 〕 ) は 、 室町 時代 の 人物 。 +-1 沙沙貴 神社 ( ささき じんじゃ ) は 滋賀 県 蒲生 郡 安土 町 に あ る 神社 で あ る 。 +-1 馬路 石邊 神社 ( うまじ いそべ じんじゃ ) は 滋賀 県 守山 市 に 鎮座 する 神社 で あ る 。 +-1 もんぺ は 、 日本 で 用い られ る 女性 向け の 労働 用 ズボン な い し 袴 の 一種 で あ る 。 +1 松平 直政 ( まつだいら なおまさ 、 慶長 6 年 8 月 5 日 ( 旧暦 ) ( 160 1 年 9 月 1日 ) - ( 寛文 6 年 2 月 3 日 ( 旧暦 ) ( 1666 年 3 月 8 日 ) ) は 、 江戸 時代 前期 の 大名 。 +1 小国 頼連 ( おぐ に よ りつぐ 、 よりつら 、 生没 年 未詳 ) は 、 鎌倉 時代 前期 の 武将 ・ 御 家人 。 +-1 成願 寺 ( じょうがんじ ) は 、 滋賀 県 東近江 市 ( 旧 八日市 市 ) 小脇 町 に あ る 天台 宗 の 寺院 。 +-1 神道 大意 ( しんとう たい い ) は 、 中世 ・ 近世 に お い て 様々 な 神道 家 に よ っ て 書 か れ た 神道 書 の 書名 で あ る 。 +1 道摩 法師 ( どう まほうし ) は 平安 時代 、 一条 天皇 の 頃 の 大呪術 師 。 +-1 酒造司 ( みき の つかさ 、 さけ の つかさ ) は 、 律令 制 の 下 で 置 か れ た 役所 で 宮内 省 の 被官 。 +-1 寿曽我 対面 ( ことぶきそ が の たいめん 、 正字 体 : 壽 曾我 對面 ) は 歌舞伎 狂言 の 演目 。 +-1 継室 ( けいしつ ) は 、 後妻 の こと 。 +-1 下毛野 国造 ( しも みつけ ぬ の くにのみやつこ ・ しもつけ ぬ こくぞう ・ しもつけ の の くにのみやつこ ・ しもつけ の こくぞう ) は 下野 国 を 支配 し た 国造 。 +-1 築山 古墳 ( つきやま こふん ) と は 、 奈良 県 大和 高田 市 築 山字 城山 に あ る 大型 前方 後 円 墳 。 +-1 小柴垣 草紙 ( こしば がきぞうし ) は 、 絵巻物 で あ る 。 +1 坊城 俊昌 ( ぼうじょう としま さ 、 天正 10 年 ( 15 82 年 ) - 慶長 14 年 8 月 17 日 ( 旧暦 ) ( 1609 年 9 月 15 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 公家 ( 公卿 ) 。 +-1 職 分田 ( しきぶんでん ) は 、 古代 東 アジア の 律令 制 に お い て 、 官職 に つ い た 者 へ 支給 さ れ た 田 で あ る 。 +1 大石 良欽 ( おおいし よ し た か 、 元和 ( 日本 ) 4 年 ( 1618 年 ) - 延宝 5 年 1 月 26 日 ( 旧暦 ) ( 167 7 年 2 月 27 日 ) ) は 、 江戸 時代 前期 の 武士 。 +-1 岡崎 家 ( おかざき け ) は 、 藤原 北家 高藤 ( 勧修 寺 流 ) 流中 御門 家 庶 家 の 堂上 家 、 家格 は 、 名家 ( 公家 ) 。 +1 三好 長逸 ( みよし ながやす 、 ? - 天正 元年 ( 1573 年 ? ) ) は 戦国 時代 ( 日本 ) の 武将 。 +-1 天下 人 ( てんかび と / てんか にん ) と は 、 天下 の 政権 を 掌握 し た 人 の こと を い う 。 +1 浄弁 ( じょうべん 、 生年 不詳 - 延文 元年 / 正平 ( 日本 ) 11 年 ( 1356 年 ) 頃 ? ) は 、 鎌倉 時代 の 天台 宗 の 僧 ・ 歌人 。 +1 源 為 満 ( みなもと の ため みつ 、 生没年 不詳 ) は 、 平安 時代 後期 の 武将 。 +-1 大臣 家 ( だいじんけ ) と は 、 公家 の 家格 の ひと つ で 、 摂家 、 清華 家 に 次 ぐ 家格 。 +1 政井 みね ( まさいみね 、 1888 年 2 月 3 日 - 1909 年 11 月 20 日 ) は 、 日本 の 労働 者 。 +1 園 基任 ( その もと ただ / もと とう 、 元亀 4 年 1 月 11 日 ( 旧暦 ) ( 1573 年 2 月 13 日 ) - 慶長 18 年 1 月 13 日 ( 旧暦 ) ( 1613 年 3 月 4 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 の 公卿 。 +-1 紀尾井坂 の 変 ( きおいざか の へん 、 1878 年 ( 明治 11 年 ) 5 月 14 日 ) は 、 明治 の 元勲 ・ 大久保 利通 が 東京 の 紀尾井町 清水坂 で 士族 6 名 に よ っ て 暗殺 さ れ た 事件 。 +-1 平 氏 ( へい し 、 たいら うじ ) は 、 皇族 が 臣下 に 下 る 際 に 賜 る カバネ の 一 つ 、 「 平 朝臣 」 を 姓 と する 臣籍 降下 。 +-1 松 囃子 ( まつばやし 、 まつ はやし ) は 正月 に 福 を 祝 っ て 行 う 芸事 の こと 。 +-1 東本願 寺 借財 整理 ( ひがしほんがん じ しゃく ざいせいり ) と は 、 明治 時代 の 東本願 寺 が 借財 を 抱え て 政府 要人 に 救済 を 要請 し た 事件 で あ る 。 +-1 悲田 院 ( ひでんいん ) は 、 仏教 の 慈悲 の 思想 に 基づ き 、 貧し い 人 や 孤児 を 救 う ため に 作 ら れ た 施設 。 +1 近衞 文麿 ( この えふみまろ 、 明治 24 年 ( 1891 年 ) 10 月 12 日 - 昭和 20 年 ( 1945 年 ) 12 月 16 日 ) は 、 日本 の 政治 家 。 +-1 士族 ( しぞく ) と は 、 明治 維新 以降 、 江戸 時代 の 旗本 と 上級 武士 に 与え られ た 身分 階級 の 族称 で あ る 。 +-1 少納言 ( しょう なごん ) は 、 朝廷 の 最高 機関 で あ る 太政 官 の 職 の 一 つ 。 +1 平盛綱 ( たいら の もりつな 、 生没年 不詳 ) は 、 鎌倉 時代 初期 の 武将 。 +-1 二 箇 相承 ( に かそうじょう ) は 、 12 82 年 ( 弘安 5 年 ) 、 日蓮 が 、 弟子 の 日興 に 宛て た と さ れ る 書 。 +1 皇位 簒奪 ( こうい さん だつ ) と は 、 直接 血縁 に な い 者 、 あるいは 血縁 が より 遠 い 者 が 天皇 の 地位 ( 皇位 ) を 奪取 する こと 、 ないし それ を 批判 的 に 表現 し た 語 。 +-1 本町 通 ( ほんまち どおり ) は 、 京都 市 の 南北 の 通り の 一 つ 。 +1 平凡 ( へいぼん ) は 、 二葉 亭 四迷 の 小説 。 +-1 玉川 遠州 流 ( たま がわ えんしゅうりゅう 、 ぎょくせん - ) は 茶道 および 煎茶道 の 流派 。 +1 樋口 信孝 ( ひぐち のぶたか 、 慶長 4 年 12 月 24 日 ( 旧暦 ) ( 160 0 年 2 月 8 日 ) - 明暦 4 年 7 月 20 日 ( 旧暦 ) ( 1658 年 8 月 18 日 ) ) は 、 江戸 時代 初期 の 公家 。 +-1 近衛 大将 ( この えだいしょう ) は 律令 制 に おけ る 官職 の 一 つ 。 +1 日本 国 皇帝 ( に ほんこく こうてい ) は 昭和 前期 まで 用い られ て い た 天皇 の 称号 の 一 つ 、 主 と し て 外交 分野 で 使用 さ れ た 。 +-1 法然 上人 二十 五 霊場 ( ほうねん しょうにん に じゅう ご れいじょう ) は 、 浄土 宗 の 開祖 で あ る 法然 上人 ゆかり の 寺院 二十 五 箇所 を 巡 る 霊場 巡拝 で あ る 。 +-1 木喰 ( もくじき 1 71 8 年 ( 享保 3 年 ) - 1810 年 ( 文化 ( 元号 ) 7 年 ) は 、 江戸 時代 後期 の 仏教行 者 ・ 仏像 彫刻 家 。 +-1 撥 ( ばち ) と は 、 楽器 演奏 の 際 に 弦 ( 楽器 ) や 膜 を はじく ( 引っ掛け て 離 す 、 また は 打 つ ) ため に 用い る 棒状 の 道具 。 +-1 縁日 ( えんにち ) と は 、 神仏 と の 有縁 ( うえん ) の 日 の こと で あ る 。 +-1 褌 ( ふんどし ) は 、 日本 を はじめ と する 地域 で の 伝統 的 な 男性 用 の 下着 で あ る 。 +1 今川 氏親 ( いまがわ うじち か ) は 戦国 時代 の 武将 ・ 守護 大名 ・ 戦国 大名 で あ る 。 +-1 能楽 に おけ る 八島 ( やしま ) は 、 平家 物語 に 取材 し た 作品 。 +-1 月 桂 冠 大倉 記念 館 ( げっけい かん おおくら きねんかん ) は 京都 府 京都 市 伏見 区 に あ る 酒造 会社 月 桂冠 の 企業 博物 館 。 +-1 茶筅 また は 茶筌 ( ちゃせん ) と は 、 茶道 に お い て 抹茶 を 点 て る の に 使用 する 茶 道具 の ひと つ 。 +-1 足利 将軍 家 ( あしか が しょうぐん け ) は 、 足利 氏 の 惣領家 ( 宗家 ) の うち 、 とくに 足利 尊 氏 以来 の 、 代々 室町 幕府 の 征夷 大将軍職 を 世襲 し た 一家 。 +-1 呑海 ( どんかい 、 文永 2 年 ( 1265 年 ) - 嘉禎 2 年 2 月 18 日 ( 旧暦 ) ( 1327 年 3 月 12 日 ) ) は 、 鎌倉 時代 後期 の 時宗 の 僧 。 +-1 名家 ( め いけ 、 めいか ) と は 、 鎌倉 時代 以降 に 成立 し た 公家 の 家格 の ひと つ で 、 羽 林 家 と 同列 で 、 半家 ( 公家 ) の 上 の 序列 に 位置 する 。 +-1 お 月見 泥棒 ( おつき み どろぼう ) は 各地 で 行 わ れ て い る 子供 たち の お 月見 イベント の ひと つ 。 +1 一条 実通 ( いちじょうさ ねみ ち 、 天明 8 年 8 月 2 日 ( 旧暦 ) ( 1788 年 9 月 1日 ) - 文化 _ ( 元号 ) 2 年 5 月 25 日 ( 旧暦 ) ( 180 5 年 6 月 22 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +-1 葉室 家 ( はむろけ ) は 名家 ( 公家 ) の 家格 を 有 する 公家 。 +-1 久田 家 ( ひさ だけ ) は 茶家 の 一 つ 。 +-1 四条 駅 ( しじょう えき ) は 、 京都 府 京都 市 東山 区 宮川筋 1 丁目 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +1 花散里 ( はなちるさと ) は +-1 特記 事項 +1 大友 黒主 ( おおと も の くろぬし 、 生没年 不詳 ) は 平安 時代 の 歌人 。 +1 山田 古嗣 ( やまた の ふるつぐ 、 延暦 17 年 ( 79 8 年 ) - 仁寿 3 年 ( 853 年 ) 12 月 21 日 ) は 、 平安 時代 初期 の 実務 官僚 ・ 貴族 。 +-1 不輸 の 権 ( ふゆ の けん ) と は 、 荘園 が 国家 へ の 租税 の 一部 また は すべて が 免除 さ れ る 権利 。 +-1 大鎧 ( おおよろ い ) は 、 日本 の 甲冑 ・ 鎧 の 形式 の 1 つ 。 +-1 阿波 エクスプレス 京都 号 ( あわ エクスプレス   きょう と ごう ) は 、 京都 市 、 乙訓 郡 大山崎 町 、 高槻 市 と 鳴門 市 、 徳島 市 を 結 ぶ 昼行 高速 バス で あ る 。 +-1 水指 ( みずさし ) は 、 茶 道具 の ひと つ 。 +1 中村 橋之助 ( なかむら はしのすけ ) は 歌舞伎 の 名跡 の 一 つ 。 +-1 清順 ( せいじゅん 、 生年 不詳 - 永禄 9 年 4 月 3 日 ( 旧暦 ) ( 156 6 年 4 月 22 日 ) ) は 、 戦国 時代 _ ( 日本 ) の 臨済 宗尼 。 +-1 鳳閣 寺 ( ほうかくじ ) は 、 奈良 県 吉野 郡 黒滝 村 に あ る 寺院 で 、 真言 宗 鳳閣 寺 派 の 本山 で あ る 。 +-1 楢柴 肩衝 と は 、 新田 肩衝 ・ 初花 肩衝 と 共 に 天下 三 肩衝 と 呼 ば れ た 茶器 の 1 つ 。 +-1 ダイダラボッチ は 、 日本 の 各地 で 伝承 さ れ る 巨人 ( 伝説 の 生物 ) 。 +1 横倉 甚五郎 ( よこくら じんごろう 、 天保 5 年 ( 1834 年 ) - 明治 3 年 8 月 15 日 ( 旧暦 ) ( 1870 年 9 月 10 日 ) ) は 、 武州 多摩 郡 八王子 市 出身 の 新 選 組 隊士 。 +-1 攘夷 論 ( じょうい ろん ) は 、 日本 に 於 い て は 、 江戸 時代 末期 に 広ま っ た 考え で 、 夷人 ( 外国 人 ) を しりぞけ る 。 +1 後 一条 天皇 ( ご いち じょうてんのう 、 寛弘 5 年 9 月 11 日 ( 1 00 8 年 10 月 12 日 ) - 長元 9 年 4 月 17 日 ( 10 36 年 5 月 15 日 ) ) は 、 平安 時代 中期 の 第 68 代 天皇 ( 在位 1016 年 - 10 36 年 ) 。 +-1 雷電 ( らいでん ) は 、 能楽 作品 の ひと つ 。 +1 藤原 高藤 ( ふじわら の たか ふじ 、 承和 ( 日本 ) 5 年 ( 838 年 ) - 昌泰 3 年 3 月 12 日 ( 旧暦 ) ( 90 0 年 4 月 18 日 ) ) は 、 平安 時代 前期 の 公家 。 +-1 鹿 せんべい ( しか - ) は 、 奈良 市 の 奈良 公園 周辺 で 放し 飼い の 鹿 に 観光 客 が 与え る 餌 と し て 販売 さ れ て い る もの で あ る 。 +-1 庭燎 ( にわび ) は 、 宮中 神楽 の 1 曲 で あ る 。 +1 源義清 ( みなもと の よしき よ 、 承保 2 年 ( 1075 年 ) - 久安 5 年 ( 1149 年 ) ) は 、 平安 時代 後期 の 武将 。 +-1 千鳥 の 曲 ( ちどり の きょく ) は 、 吉沢 検校 ( 二 世 ) が 作曲 し た 、 箏 ( こと ) と 胡弓 の ため の 楽曲 。 +1 澤村 訥子 ( さわむら とっし ) は 、 歌舞伎 役者 。 +-1 堀川 通 ( ほり かわ どおり ) は 京都 市 の 主要 な 南北 の 通り の 一 つ 。 +-1 弓道場 ( きゅうどう じょう ) と は 弓道 、 弓術 を 行 う 為 の 道場 を 言 う 。 +-1 僧兵 ( そうへい ) と は 、 日本 の 古代 後期 から 中世 、 近世 初頭 に かけ て 存在 し た 僧形 の 武者 で あ る 。 +-1 森田 流 ( もり た りゅう ) は 能楽 笛 方 の 流儀 。 +-1 西陣織 ( にしじん おり ) と は 、 京都 の 先染 め 織物 を まとめ た 呼び名 で あ る 。 +-1 春屋 宗園 ( しゅん おく そう えん 、 152 9 年 ~ 1611 年 ) は 、 安土 桃山 時代 から 江戸 時代 初期 に かけ て の 臨済 宗 の 僧 。 +-1 大 区 小区 制 ( だいくしょう くせい ) は 、 日本 の 明治 時代 の 1872 年 に 施行 さ れ た 地方 制度 の こと 。 +-1 台密 ( たいみつ ) と は 、 天台 宗 に 伝わ る 密教 の こと 。 +-1 遣迎院 ( けん ごういん ) は 、 京都 市 北 区 ( 京都 市 ) 鷹峯 ( たか がみね ) に あ る 浄土 真宗 系 の 寺院 で 、 浄土 真宗遣 迎院 派 の 本山 で あ る 。 +1 元明 天皇 ( げん めい てんのう 、 皇極 天皇 7 年 ( 661 年 ) - 養老 5 年 12 月 7 日 ( 旧暦 ) ( 72 1 年 12 月 29 日 ) ) は 、 奈良 時代 初代 天皇 で 第 43 代 の 天皇 で 女帝 ( 在位 : 慶雲 4 年 7 月 17 日 ( 旧暦 ) ( 70 7 年 8 月 18 日 ) - 和銅 8 年 9 月 2 日 ( 旧暦 ) ( 71 5 年 10 月 3 日 ) ) 。 +-1 練 り 菓子 ( ねり が し ) は 、 別名 「 こなし 」 と も い い 、 粉状 もしくは 粒状 の 原料 と 液状 もしくは 粘土 状 の 原料 を 配合 し て から 、 外力 を 繰り返 し 加え て 分布 を 均一 化 し 、 粘土 状 の 塑性 変型 する 状態 に 仕上げ た 間食 用 の 食品 類 。 +-1 日真 ( にち しん 、 文安 元年 ( 1444 年 ) - 享禄 元年 3 月 29 日 ( 旧暦 ) ( 152 8 年 4 月 18 日 ) ) は 、 室町 時代 中期 の 日蓮 宗 の 僧 。 +-1 縁起 物 ( えんぎ もの ) と は 、 よ い 事 が あ る よう に と 祝 い 祈 る ため の 品物 。 +-1 日本 の 便所 ( にほん の べんじょ ) で は 日本 の 便所 に つ い て 述べ る 。 +-1 近江令 ( おうみりょう ) は 、 日本 の 飛鳥 時代 ( 天智 天皇 の 治世 ) に 制定 さ れ た と さ れ る 法令 体系 。 +1 宝生 閑 ( ほうしょうかん 、 1934 年 ( 昭和 9 年 ) 5 月 15 日 - ) は 、 ワキ 方 下 掛宝生 流 の 能楽師 。 +1 大野 果安 ( おおのの は たやす 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 平盛綱 ( たいら の もりつな 、 生没年 不詳 ) は 平安 時代 末期 の 武将 。 +1 小松 清直 ( こまつ きよ なお 、 慶応 2 年 9 月 18 日 ( 旧暦 ) ( 1866 年 10 月 26 日 ) - 大正 7 年 ( 1918 年 ) 3 月 5 日 は 、 明治 ~ 大正 の 華族 。 +-1 『 熊野 』 ( ゆや ) は 、 能 を 代表 する 曲 の 一 つ で あ る 。 +1 巨勢 奈弖 麻呂 ( こせ の な で まろ 、 天智 天皇 9 年 ( 67 0 年 ) - 天平 勝宝 5 年 3 月 30 日 ( 旧暦 ) ( 75 3 年 5 月 11 日 ) ) は 、 飛鳥 時代 ・ 奈良 時代 の 貴族 。 +1 山 階 宮晃親王 ( やましなのみや あきら しんの う 文化 ( 元号 ) 13 年 9 月 2 日 ( 旧暦 ) ( 1816 年 10 月 22 日 ) - 明治 31 年 ( 1898 年 ) 2 月 17 日 ) は 、 日本 の 皇族 。 +1 楠本 イネ ( くすもと いね 、 文政 10 年 5 月 6 日 ( 旧暦 ) ( 182 7 年 5 月 31 日 ) - 明治 36 年 ( 190 3 年 ) 8 月 27 日 ) は 、 日本 人 で 初めて 女性 で 西洋 医学 を 学 ん だ 産科 医 。 +1 藤原 俊成 ( ふじわら の としな り 、 永久 ( 元号 ) 2 年 ( 1114 年 ) - 元久 元年 11 月 30 日 ( 旧暦 ) ( 120 4 年 12 月 29 日 ) は 平安 時代 後期 から 鎌倉 時代 初期 の 歌人 。 +-1 仁寿殿 ( じ じゅうでん ・ じんじゅでん ) と は 、 平安 京 の 内裏 に おけ る 殿舎 の ひと つ 。 +1 前田 正名 ( まえだま さな 、 嘉永 3 年 ( 1850 年 ) - 大正 10 年 ( 1921 年 ) ) は 、 明治 の 官僚 。 +-1 長篠 の 戦い ( ながしの の たたか い 、 長篠 の 合戦 ・ 長篠 合戦 と も ) は 、 天正 3 年 5 月 21 日 ( 旧暦 ) ( 1575 年 6 月 29 日 ) 、 三河 国長 篠城 ( 現 愛知 県 新城 市 長篠 ) を めぐ り 、 織田 信長 ・ 徳川 家康 連合 軍 3 万 800 0 と 武田 勝頼 軍 1 万 5000 と の 間 で 行 わ れ た 戦い 。 +1 作り物語 ( つくり ものがたり ) は 、 王朝 物語 の うち 架空 の 人物 を 主人 公 と し て 展開 さ れ る 小説 的 な 作品 を 指 す 。 +-1 宮川町 ( みやがわちょう ) は 京都 市 東山 区 に 位置 し て お り 、 宮川 筋 二 丁目 から 六 丁 目 まで が 花街 で あ る 。 +-1 司 ( つかさ / し ) は 日本 古代 の 律令 制 に お い て 主に 省 の もと に 置 か れ た 官司 の 等級 の 一 つ で あ る 。 +-1 この 項目 で は 、 親鸞 を 宗祖 と する 浄土 真宗 に おけ る 本願 寺 の 歴史 に つ い て 述べ る 。 +-1 ハルマ 和解 ( はるまわ げ 、 波留 麻和解 ) は 、 日本 最初 の 蘭和 辞典 。 +-1 イザナミ ( 伊弉冉 、 伊邪 那美 、 伊弉 弥 ) は 、 日本 神話 の 神 。 +1 正岡 子規 ( まさお か し き 、 慶応 3 年 9 月 17 日 ( 旧暦 ) ( 1867 年 10 月 14 日 ) - 明治 35 年 ( 190 2 年 ) 9 月 19 日 ) は 俳人 ・ 歌人 ・ 国語 学 研究 家 で あ る 。 +-1 壬生 新 選 組 屯所 跡 +-1 あぶり 餅 ( あぶり もち ) は 、 黄粉 を まぶし た 親指 大 の 餅 を 竹串 に 刺 し 、 炭火 で あぶ っ た あと 白味噌 の タレ を ぬ っ た 餅 菓子 また は 、 串 に さ し て あぶ っ た おかき や 煎餅 の こと 。 +-1 中 御門流 ( なかみかど りゅう ) は 、 藤原 北家 の 流れ を 汲 む 公卿 の 一門 。 +-1 金剛寺 ( こんごう じ ) は 京都 市 東山 区 に あ る 寺院 。 +1 藤原 伊周 ( ふじわら の これ ちか 、 天延 2 年 ( 974 年 ) - 寛弘 7 年 1 月 28 日 ( 旧暦 ) ( 1010 年 2 月 14 日 ) ) は 平安 時代 中期 の 廷臣 。 +1 藤原 伊房 ( ふじわら の これ ふさ 、 長元 3 年 ( 10 30 年 ) - 永長 元年 9 月 16 日 ( 旧暦 ) ( 1096 年 10 月 4 日 ) ) は 、 平安 時代 中期 から 後期 に かけ て の 公家 。 +1 藤原 仲麻呂 ( ふじわら の なかまろ 、 慶雲 3 年 ( 70 6 年 ) - 天平 宝字 8 年 9 月 18 日 ( 旧暦 ) ( 764 年 10 月 21 日 ) ) は 、 奈良 時代 の 公卿 。 +-1 鹿王院 駅 ( ろくおう いん えき ) は 、 京都 市 右京 区 嵯峨 北堀町 に あ る 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 の 鉄道 駅 。 +-1 四条 大橋 ( しじょう おおはし ) は 、 京都 市 を 流れ る 鴨川 に 架か る 四条 通 の 橋 で あ る 。 +1 千 宗旦 ( せんそう たん 、 せん の そうたん 、 1578 年 ( 天正 6 年 1 月 1日 ) - 1658 年 12 月 13 日 ( 万治 元年 11 月 19 日 ( 旧暦 ) ) ) は 日本 の 茶人 。 +1 渋谷 重国 ( しぶや しげく に 、 生没 年 未詳 ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 武将 。 +1 谷 衛成 ( た にもり な り 、 15 82 年 ( 天正 10 年 ) - 1627 年 1 月 19 日 ( 寛永 3 年 12 月 2 日 ( 旧暦 ) ) ) は 、 丹波 国山 家 藩 の 世嗣 。 +-1 歴劫 修行 ( りゃっこう しゅぎょう ) と は 、 菩薩 が 長 い 間 、 過去 現在 未来 の 三世 に お い て 転生 を 繰り返 し て 修行 する こと 。 +1 斯波 義寛 ( しば よしと お / よしひろ 、 康正 3 年 ( 1457 年 ) - 永正 11 年 4 月 17 日 ( 旧暦 ) ( 1514 年 5 月 21 日 ? ) は 室町 時代 後期 の 守護 大名 。 +-1 淀城 ( よどじょう ) は 、 京都 府 京都 市 伏見 区 に あ っ た 城 で あ る 。 +-1 施餓鬼 ( せがき ) と は 、 仏教 に おけ る 法会 の 名称 で あ る 。 +-1 家元 ( いえもと ) と は 、 日本 の 芸道 など を 家伝 と し て 承継 し て い る 家系 の こと 。 +-1 大正 政変 ( たいしょうせいへん ) は 、 1913 年 ( 大正 2 年 ) 2 月 、 前年 末 から 起こ っ た 憲政 擁護 運動 ( 第 1 次 ) に よ っ て 第 3 次 桂 内閣 が 倒れ た こと を 指 す 。 +1 岩倉 尚具 ( いわくら なおと も 、 元文 2 年 ( 1737 年 ) ‐ 寛政 11 年 1 月 7 日 ( 旧暦 ) ( 1799 年 2 月 11 日 ) は 、 江戸 時代 中期 の 廷臣 。 +-1 吉姫 神社 ( よしひめじんじゃ ) は 、 滋賀 県 湖南 市 に あ る 神社 。 +-1 下間 頼龍 ( しもつまらいりゅう 、 天文 ( 元号 ) 21 年 ( 1552 年 ) - 慶長 14 年 6 月 15 日 ( 旧暦 ) ( 1609 年 7 月 16 日 ) ) は 戦国 時代 ( 日本 ) の 大谷 家 の 僧侶 。 +-1 相馬 御 厨 ( そうま みくりや ) は 現在 の 茨城 県 取手 市 、 守谷 市 、 千葉 県 柏 市 、 流山 市 、 我孫子 市 の あたり に あ っ た 中世 の 荘園 寄進地 系 荘園 の 一 つ 。 +1 吉田 経房 ( よしだ つねふさ 、 永治 2 年 ( 1142 年 ) - 正治 2 年 閏 2 月 11 日 _ ( 旧暦 ) ( 120 0 年 3 月 27 日 ) は 、 平安 時代 末期 ・ 鎌倉 時代 初期 の 公卿 。 +-1 正法 寺 ( しょうぼう じ ) は 、 京都 府 八幡 市 に あ る 浄土 宗 の 寺院 。 +-1 八神殿 ( はっしん でん ) は 、 日本 の 律令 制 の 下 で 神祇 官 西院 に 設け られ た 、 天皇 を 守護 する 八神 を 祀 る 神殿 で あ る 。 +1 東坊城 徳長 ( ひがしぼう じょう よ しなが 、 明治 2 年 5 月 17 日 ( 旧暦 ) ( 1869 年 6 月 26 日 ) - 大正 11 年 ( 1922 年 ) 8 月 8 日 ) は 、 日本 の 華族 。 +1 西山 宗因 ( にしやま そういん 、 慶長 10 年 ( 160 5 年 ) - 天和 ( 日本 ) 2 年 3 月 28 日 ( 旧暦 ) ( 1682 年 5 月 5 日 ) ) は 、 江戸 時代 前期 の 俳人 ・ 連歌 師 。 +-1 雑役 ( ぞうやく / ざつえき ) と は 、 平安 時代 中期 以後 に 導入 さ れ た 租税 体系 の こと 。 +-1 鐘楼 ( しょうろう 、 しゅろう ) と は 、 寺院 内 に あ っ て 梵鐘 を 吊 し 、 時 を 告げ る 施設 。 +-1 府 県 会 規則 ( ふ けん かい きそく ) と は 、 明治 時代 に 制定 さ れ た 、 日本 の 府県 に 府 県 会 を 置 く こと を はじめて 定め た 規則 の こと 。 +1 一条 実経 ( いちじょうさ ねつね 、 貞応 2 年 ( 1223 年 ) - 弘安 7 年 7 月 18 日 ( 旧暦 ) ( 1284 年 8 月 30 日 ) ) は 、 鎌倉 時代 の 公卿 。 +-1 綾部 藩 ( あやべ はん ) は 、 丹波 国 ( 現在 の 京都 府 綾部 市 青野 町 、 また は 同 本宮町 ) に 存在 し た 藩 。 +1 小式 部 内侍 ( こしき ぶ の な い し 、 長保 元年 ( 999 年 ) 頃 - 万寿 2 年 ( 1025 年 ) 11 月 ) は 平安 時代 の 女流 歌人 。 +-1 先手 組 ( さきて ぐみ ) は 、 江戸 幕府 の 軍制 の 一 つ 。 +-1 町小路 ( まち こうじ ) と は 、 中世 日本 京都 の 町衆 の 中心 と な っ た 通り で あ り 、 そこ に は 土倉 が 建ち 並 ん で い た 。 +-1 浄土 宗 ( じょうどしゅう ) は 、 法然 上人 が 開祖 で あ る 、 浄土 教専修 念仏 を 宗旨 と する 日本 の 仏教 宗 派 の 一 つ 。 +-1 白子 ( しらこ ) は 、 主に 魚類 の 精巣 を 食材 と する 際 の 呼び名 。 +1 一条 師良 ( いちじょう も ろな が 、 正嘉 2 年 ( 1258 年 ) - 永仁 元年 9 月 29 日 ( 旧暦 ) ( 1293 年 10 月 29 日 ) ) は 鎌倉 時代 の 公家 。 +1 近松 門左衛門 ( ちかまつ もんざえもん 、 近松 門 左衞門 、 承応 2 年 ( 1653 年 ) - 享保 9 年 11 月 22 日 ( 旧暦 ) ( 1725 年 1 月 6 日 ) ) は 江戸 時代 前期 の 元禄期 に 活躍 し た 歌舞伎 ・ 浄瑠璃 の 作者 で あ る 。 +-1 『 学問 源 流 』 ( がくもん げん りゅう ) は 、 江戸 時代 中期 に 那波 師 曾 ( 魯堂 ) に よ っ て 書 か れ た 漢学 史書 。 +-1 仏壇 ( ぶつだん ) と は 、 一般 家屋 の 中 に 常設 さ れ た 、 仏 を 祀 る 厨子 で あ り 、 家族 の 死者 を 祭 る 、 祭壇 で も あ る 。 +1 敦康 親王 ( あつやすしんの う 、 長保 元年 11 月 7 日 ( 旧暦 ) ( 999 年 12 月 17 日 ) - 寛仁 2 年 12 月 17 日 ( 旧暦 ) ( 1019 年 1 月 25 日 ) ) は 平安 時代 中期 の 皇族 。 +-1 治承 三 年 の 政変 ( じしょう さん ねん の せいへん ) は 治承 3 年 ( 1179 年 ) 1 1 月 、 平清 盛 が 軍勢 を 率い て 京都 を 制圧 、 後白 河 院 政 を 停止 し た 事件 。 +1 折田 平内 ( おりた へいな い 、 1846 年 12 月 ( 旧暦 ) - 190 5 年 5 月 7 日 ) は 、 明治 時代 の 政治 家 。 +-1 安東 蓮聖 ( あんどう れんしょう 、 延応 元年 ( 1239 年 ) - 嘉暦 4 年 1 月 19 日 ( 旧暦 ) ( 1329 年 2 月 18 日 ) ) は 、 鎌倉 時代 後期 の 武将 で 、 鎌倉 幕府 執権 北条 氏 得 宗家 の 被官 ( 御内 人 ) 。 +1 和田 義盛 ( わ だ よしもり ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 武将 。 +1 斎藤 一諾斎 ( さいとう いち だくさい 、 文化 ( 元号 ) 10 年 ( 1813 年 ) - 明治 7 年 ( 1874 年 ) 12 月 18 日 ) は 、 幕末 期 の 僧侶 。 +1 姥 尉輔 ( うば じょうすけ ) は 歌舞伎 作者 の 名跡 。 +1 平島 公方 ( ひらしま くぼう ) ( 又 は 阿波 公方 ) は 、 血統 的 に は 室町 幕府 11 代 征夷 大将軍 ・ 足利 義澄 の 次男 足利 義維 の 末裔 で 、 家柄 的 に は 、 足利 義視 から 義稙 、 そして 義維 と 続 く 将軍 家別 家 で あ る 。 +-1 神大 市 比売 ( かむ おお い ち ひめ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +1 許儀 後 ( きょぎ ご 、 生没年 不詳 ) は 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 ・ 江戸 時代 の 人物 。 +1 久我 通宣 ( こが みちのぶ 、 文中 2 年 / 応安 6 年 ( 1373 年 ) - 永享 5 年 8 月 15 日 ( 旧暦 ) ( 1433 年 9 月 28 日 ) ) は 、 室町 時代 の 公卿 。 +1 佐伯男 ( さえき の おとこ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 てるてる 坊主 ( - ぼうず ) と は 、 日本 の 風習 の 一 つ で あ り 、 これ を 正立 さ せ た 状態 で 軒先 など に 飾 る と 、 明日 の 天気 が 晴れ に な る と 言 わ れ て い る 。 +1 平時継 ( たいら の ときつ ぐ 、 貞応 元年 ( 1222 年 ) - 永仁 2 年 7 月 10 日 ( 旧暦 ) ( 1294 年 8 月 2 日 ) ) は 、 鎌倉 時代 中期 の 公卿 。 +-1 門流 ( もんりゅう ) と は 、 妙法 蓮華 経 ( 法華 経 ) を 正法 と とらえ る 日蓮 門 下 の 分派 を 、 派祖 もしくは 派祖 が 弘法 し た 地名 に よ っ て 示 す 場合 の 呼称 。 +-1 百 錬 抄 ( ひゃく れん しょう ) は 、 公家 の 日記 など の 諸 記録 を 抜粋 ・ 編集 し た 歴史 書 。 +1 源 通親 ( みなもと の みちちか 、 久安 5 年 ( 1149 年 ) - 建仁 2 年 10 月 21 日 ( 旧暦 ) ( 120 2 年 11 月 7 日 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公家 政治 家 。 +1 石束 毎雅 ( いしづか つね まさ 、 元禄 13 年 ( 170 0 年 ) - 宝暦 2 年 5 月 22 日 ( 旧暦 ) ( 175 2 年 7 月 3 日 ) ) は 、 江戸 時代 中期 の 武士 。 +1 山科 教言 ( やましなのりとき 、 嘉暦 3 年 6 月 8 日 ( 旧暦 ) ( 1328 年 7 月 15 日 ) - 応永 17 年 12 月 15 日 ( 旧暦 ) ( 1411 年 1 月 9 日 ) ) は 、 南北朝 時代 ( 日本 ) の 公家 。 +1 和田 常盛 ( わ だ つねもり 、 承安 ( 日本 ) 2 年 ( 1172 年 ) - 建保 元年 ( 1213 年 ) ) は 、 鎌倉 幕府 の 御 家人 。 +-1 宣教 使 ( せん きょうし ) は 、 日本 の 明治 の 官庁 の 一 つ で あ る 。 +1 西園寺 公朝 ( さいおんじ きん と も 、 永正 12 年 ( 1515 年 ) ‐ 天正 18 年 6 月 22 日 ( 旧暦 ) ( 1590 年 7 月 23 日 ) ) は 、 室町 時代 から 安土 桃山 時代 の 公卿 。 +-1 顕妙 寺 ( けんみょうじ ) は 、 京都 府 福知 山 市 に 所在 する 日蓮 正宗 の 寺院 。 +1 松久 朋琳 ( まつひさ ほうりん 、 1901 年 ( 明治 34 年 ) - 1987 年 ( 昭和 62 年 ) 9 月 1日 ) は 、 仏師 。 +1 木曾 義宗 ( きそ よしむね 、 生没年 不詳 ) は 、 鎌倉 時代 の 武将 。 +-1 西行 桜 ( さい ぎょうざくら ) は 、 世阿弥 作 の 能楽 作品 。 +1 足利 義教 ( あしかが よしのり 、 応永 元年 6 月 14 日 ( 1394 年 7 月 12 日 ) - 嘉吉 元年 6 月 24 日 ( 1441 年 7 月 12 日 ) は 、 室町 幕府 第 6 代 征夷 大将軍 ( 将軍 職 14 2 8 - 1441 年 ) 。 +-1 六 国史 ( りっこく し ) と は 、 古代 日本 の 律令 国家 が 編纂 し た 6 つ の 一連 の 正史 の こと で あ る 。 +-1 橘 氏 ( 筑後 ) ( たちばなし ) は 平安 時代 の 筑後 国 蒲池 の 領主 の 一族 。 +-1 破魔矢 ( はまや ) と は 、 正月 の 縁起 物 と し て 寺院 ・ 神社 で 授与 さ れ る 矢 で あ る 。 +-1 清洲 会議 ( きよ す かいぎ ) は 安土 桃山 時代 の 15 82 年 ( 天正 10 年 ) 6 月 27 日 ( 旧暦 ) に 開 か れ た 。 +1 北条 重 時 ( ほうじょうしげとき ) は 、 鎌倉 時代 前期 の 北条 氏 の 一門 。 +1 熊坂 長範 ( くまさか ちょう はん ) は 、 平安 時代 の 伝説 上 の 盗賊 。 +-1 卒塔婆 ( そとば ) と は 、 サンスクリット 語 の 「 ストゥーパ ( st û pa ) 」 から の 音写 で あ る 。 +1 岩倉 槙子 ( いわくら まきこ 、 旧姓 : 野口 槇子 、 文政 10 年 ( 1827 年 ) - 明治 36 年 ( 190 3 年 ) 2 月 23 日 ) は 、 岩倉 具視 の 継室 。 +1 曾我 祐成 ( そ が すけな り 、 承安 ( 日本 ) 2 年 ( 1172 年 )   - 建久 4 年 5 月 28 日 ( 旧暦 ) ( 1193 年 6 月 28 日 ) ) は 、 鎌倉 時代 初期 の 武士 。 +-1 鞍馬 電気 鉄道 株式 会社 ( くらま でんき てつどう ) は 、 現京 都 市 左京 区 の 山端 ( 現 : 宝ヶ池 駅 ) から 鞍馬 駅 へ の 鉄道 路線 を 運営 し て い た 鉄道 会社 。 +-1 石 合戦 ( いし がっせん ) と は 、 戦国 時代 ( 日本 ) の 合戦 を 模 し て 、 二手 に 分かれ て 石 を ぶつけ合 う こと 。 +1 浅野 長政 ( あさ の なが まさ ) は 安土 桃山 時代 から 江戸 時代 の 大名 で あ る 。 +-1 文鏡 秘府 論 ( ぶんきょうひ ふ ろん ) は 、 平安 時代 前期 に 編纂 さ れ た 文学 理論 書 で 、 中国 の 六朝 期 から 唐朝 に 至 る 詩文 の 創作 理論 を 取りまとめ た もの で あ る 。 +-1 魚 っ 知館 ( うおっち かん ) は 京都 府 宮津 市 小田 宿野 に あ る 水族 館 。 +1 女 系 天皇 ( じょけい てん のう ) と は 、 日本 に お い て 母 のみ が 皇統 に 属 する 天皇 を 指 す 呼称 で あ り 、 また 、 「 母系 天皇 」 と 称 さ れ る こと も あ る 。 +1 桂園 一枝 ( けいえん いっ し ) は 、 江戸 時代 後期 に 刊行 さ れ た 香川 景樹 ( 1768 年 - 1843 年 ) の 自撰 歌集 。 +1 伊東 甲子太郎 ( いとうか し たろ う 、 天保 6 年 ( 1835 年 ) - 慶応 3 年 11 月 18 日 ( 旧暦 ) ( 1867 年 12 月 13 日 ) ) は 、 新 選 組 参謀 。 +-1 寄木 細工 ( よせぎ ざいく ) は 、 箱根 町 や 海外 の 土産物 屋 で よく 見 られ る 伝統 工芸 品 で あ る 。 +-1 京都 文化 博覧 会 ( きょうと ぶんか は くらん かい ) は 、 京都 市 で 開催 さ れ る 博覧 会 。 +1 光明 皇后 ( こうみょう こうごう 、 大宝 ( 日本 ) 元年 ( 70 1 年 ) - 天平 宝字 4 年 6 月 7 日 ( 旧暦 ) ( 76 0 年 7 月 27 日 ) ) は 、 奈良 時代 の 人 。 +-1 太政 官 +1 源 道済 ( みなもと の みちな り 、 ? - 寛仁 3 年 ( 1019 年 ) ) は 、 平安 時代 中期 の 官人 ・ 歌人 。 +1 浦野 重直 ( うらの しげ なお 、 生没年 不詳 ) は 、 平安 時代 末期 の 武将 。 +-1 大和 の 古道 ( やまと の こどう ) と は 、 日本 の 古代 道路 の うち 、 大和 国内 に 設置 さ れ た もの を い い 、 以下 の よう な もの が あ る 。 +-1 興正寺 ( こうしょうじ ) は 、 京都 府 京都 市 下京 区 に あ る 浄土 真宗 の 寺 。 +1 茂山 逸平 ( しげ やま いっぺい 、 1979 年 6 月 12 日 - ) は 狂言 師 ・ 俳優 。 +-1 鷹狩 ( たかがり ) と は 、 鷹 など の 鳥 を 使 っ た 狩猟 の 一種 。 +-1 分国 法 ( ぶんこく ほう ) は 、 戦国 時代 ( 日本 ) に 戦国 大名 が 領国内 を 統治 する ため に 制定 し た 法律 規範 で あ る 。 +-1 スルッと KANSAI ( するっと かんさい ) と は 、 関西 ( 近畿 地方 ) の 公共 交通 機関 の 乗車 カード の ネットワーク 、 また は 大阪 府 大阪 市 に 本社 を 置 く その 協議 会 の 筆頭 会社 で あ る 。 +1 一条 高能 ( いちじょう たか よし 、 安元 2 年 ( 1176 年 ) - 建久 9 年 9 月 17 日 _ ( 旧暦 ) ( 1198 年 10 月 19 日 ) ) は 、 鎌倉 時代 初期 の 公卿 ・ 政治 家 。 +1 尾崎 三良 ( おざき さぶろう 、 天保 13 年 1 月 22 日 ( 旧暦 ) ( 1842 年 3 月 3 日 ) - 大正 7 年 ( 1918 年 ) 10 月 13 日 ) は 、 幕末 の 三 条 家 家人 。 +-1 近江 商人 ( おうみ しょうにん ) は 、 主に 鎌倉 時代 から 江戸 時代 、 明治 時代 、 大正 時代 、 昭和 時代 に かけ て 活動 し た 近江国 ・ 滋賀 県 出身 の 商人 。 +-1 硬六 派 ( こう ろっぱ ) と は 、 1890 年代 に 対外 強硬 論 を 唱え て い た 対外 硬 路線 を 掲げ る 国家 主義 ・ 国粋 主義 的 な 6 党派 の 連合 の こと 。 +-1 孫橋 通 ( まご は し どおり ) は 京都 市 左京 区 南部 の 東西 の 通り の 一 つ 。 +-1 本草 和名 ( ほんぞう わみょう ) と は 深根 輔 仁撰 に よ る 日本 現存 最古 の 薬物 辞典 ( 本草 書 ) で あ る 。 +-1 山城屋 事件 は 1872 年 ( 明治 5 年 ) 陸軍 省 の 御 用 商人 山城屋 和助 が 陸軍 省 から 無 担保 で 借り受け た 公金 を 返済 でき ず 自殺 し た 事件 。 +-1 切腹 ( せっぷく ) は 、 みずから の 腹部 を 刀 で 切り裂 い て 死 ぬ 自殺 の 一 方法 。 +1 鷹司 輔煕 ( たかつかさ すけひろ 、 名 の 表記 は 輔 & 20 9 5 8 、 輔熈 と も 、 文化 ( 元 号 ) 4 年 11 月 7 日 ( 旧暦 ) ( 180 7 年 12 月 5 日 ) - 明治 11 年 ( 1878 年 ) 1 1 月 19 日 ) は 、 江戸 時代 末期 ( 幕末 ) の 公卿 。 +-1 大谷 祖廟 ( おおたに そびょう ) は 、 京都 府 京都 市 東山 区 に あ る 、 真宗 大谷 派 ( 東本願 寺 ) の 宗祖 親鸞 の 墓 。 +1 齋田 梅亭 ( さいた   ばいてい   190 0 年 4 月 6 日 - 1981 年 6 月 1日 ) は 日本 の 截金 師 。 +1 鈴木 忠重 ( すずき ただしげ 、 天正 2 年 ( 1574 年 ) - 明暦 4 年 ( 1658 年 ) ) は 、 松代 藩 家老 。 +-1 川勝 氏 ( かわかつ し 、 かわか つうじ ) は 、 日本 の 氏族 の ひと つ 。 +-1 速水流 ( はやみ りゅう ) は 、 速水 宗達 に 始ま る 茶道 の 流派 。 +-1 類聚符 宣抄 ( るいじゅう ふ せんしょう ) は 、 天平 9 年 ( 737 年 ) から 寛治 7 年 ( 1093 年 ) まで の 間 の 太政 官 符 ・ 宣旨 ・ 解状 を 、 部目 別 に 分類 し て 編集 し た 法令 集 で あ る 。 +-1 付け下げ ( つけさげ ) は 付下げ とも 書 き 、 日本 の 女性 用 の 和服 。 +1 安達 泰盛 ( あだち やすもり ) は 鎌倉 時代 中期 の 鎌倉 幕府 の 有力 御 家人 。 +-1 並行 複発 酵 ( へい こうふく はっこう ) と は 、 醸造 酒 の 製造 過程 で 起こ る 発酵 の 一種 で あ り 、 麹 の 酵素 に よ っ て デンプン が ブドウ 糖 に 変化 する 糖化 と 、 ブドウ 糖 が 酵母 の 働き に よ っ て アルコール に 変化 する 発酵 と が 、 同一 容器 中 で 同時 に 行 わ れ る こと を い う 。 +-1 鳥羽 街道 駅 ( とば かいどう えき ) は 、 京都 府 京都 市 東山 区 福稲 下 高松 町 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +-1 粉茶 ( こな ちゃ ) は 、 煎茶 の 製造 工程 で 出 た 粉状 の 切れ端 を 集め た もの 。 +1 長 皇子 ( ながの みこ 、 生年 不詳 - 和銅 8 年 6 月 4 日 ( 旧暦 ) ( 71 5 年 7 月 9 日 ) ) は 飛鳥 時代 後期 から 奈良 時代 初期 に かけ て 活躍 し た 皇族 。 +1 松風 ( まつかぜ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +1 花山院 長熙 ( かざん いん な が ひろ 、 享保 21 年 1 月 21 日 ( 旧暦 ) ( 1736 年 3 月 3 日 ) - 明和 6 年 8 月 14 日 ( 旧暦 ) ( 1769 年 9 月 13 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 陣屋 町 ( じんやまち ) と は 、 かつて の 日本 に おけ る 都市 形態 の ひと つ で あ る 。 +1 佐々 頼起 ( さっさより おき ) は 、 鎌倉 時代 中期 の 人物 。 +-1 北山 通 ( きたやまどおり ) は 京都 市 の 主要 な 東西 の 通り の ひと つ 、 東西 方向 の 幹線 道路 と し て は 最北 に 位置 し て い る 。 +-1 公式 令 ( く しきりょう ) は 、 令 に おけ る おけ る 編目 の 1 つ 。 +1 河原崎 権之助 ( かわら さき ごんのすけ ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +1 西村 道仁 ( にしむら どうにん 、 永正 元年 ( 150 4 年 ) - 弘治 ( 日本 ) 元年 ( 1555 年 ) ) は 、 戦国 時代 ( 日本 ) の 鋳物 師 、 釜師 。 +1 斎藤 利治 ( さいとう としはる 、 天文 ( 元号 ) 10 年 ( 1541 年 ) ? - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 阿弥陀 寺 ( あみだじ ) は 滋賀 県 高島 市 新旭町 に あ る 真言 律宗 の 仏教 寺院 。 +-1 子守 学校 ( こもり がっこう ) と は 、 明治 初期 に 、 自身 の 幼 い 弟妹 や 他家 の 乳幼児 の 子守 の ため 学校 に 通 う こと が でき な い 子ども たち の ため に 作 ら れ た 学校 。 +-1 石山寺 ( いしやまで ら ) は 、 滋賀 県 大津 市 石山寺 1 丁目 に あ る 東寺 真言 宗 の 寺院 。 +1 大炊 御門 信宗 ( おおい の みかど の ぶむね 、 元中 8 年 ・ 明徳 2 年 ( 1391 年 ) - 享徳 2 年 ( 1453 年 ) 以降 ) は 、 室町 時代 の 公卿 。 +-1 歌合 ( うたあわせ ) と は 、 歌人 を 左右 二 組 に わけ て 行 う 遊び 。 +1 吉良 義央 ( きら よしひさ ) は 、 江戸 時代 前期 の 高家 。 +1 佐伯 三野 ( さえき のみ の ) は 、 奈良 時代 の 貴族 。 +1 光厳 天皇 ( こうごん てん の う 正和 2 年 7 月 9 日 ( 1313 年 8 月 1日 ) - 正平 19 年 / 貞治 3 年 7 月 7 日 ( 1364 年 8 月 5 日 ) 、 在位 : 元弘 元年 9 月 20 日 ( 1331 年 10 月 22 日 ) - 元弘 3 年 / 正慶 2 年 5 月 25 日 ( 1333 年 7 月 7 日 ) ) は 、 南北朝 時代 の 北朝 第 1 代 天皇 と さ れ て い る 。 +-1 安然 ( あんねん 、 承和 ( 日本 ) 8 年 ( 841 年 ) ? - 延喜 15 年 ( 915 年 ) ? ) は 、 平安 時代 前期 の 天台 宗 の 僧 。 +1 富田 近行 ( とみだ ちかゆき ) は 、 鎌倉 時代 の 武蔵 国 児玉 党 ( 現在 の 埼玉 県 本庄 市 富田 出身 ) の 武士 。 +1 後撰 和 歌集 ( ごせん わかしゅう ) は 、 村上 天皇 の 下命 に よ っ て 編纂 さ れ た 第 二 番 目 の 勅撰 和 歌集 。 +1 志貴 皇子 ( しき の みこ 、 天智 天皇 7 年 ( 668 年 ) ? - 霊亀 2 年 8 月 11 日 ( 旧暦 ) ( 71 6 年 10 月 4 日 ) ) は 飛鳥 時代 末期 から 奈良 時代 初期 に かけ て の 皇族 。 +1 松岡 恕庵 ( まつおか じょ あん 、 寛文 8 年 ( 1668 年 ) - 延享 3 年 7 月 11 日 ( 旧暦 ) ( 1746 年 8 月 27 日 ) ) は 、 日本 の 儒家 、 本草 学 者 。 +-1 県祭り ( あが た まつり ) は 、 毎年 6 月 5 日 から 翌 6 月 6 日 に かけ て 行 わ れ る 京都 府 宇治 市 の 祭 。 +1 橋本 皆 助 ( はしもと かいすけ 、 天保 6 年 ( 1835 年 ) - 明治 4 年 4 月 16 日 ( 旧暦 ) ( 18 71 年 6 月 3 日 ) ) は 、 大和 郡山 藩 出身 の 新 選 組 隊士 。 +1 二条   良実 ( にじょう   よしざね 、 建保 4 年 ( 1216 年 ) - 文永 7 年 11 月 29 日 ( 旧暦 ) ( 12 7 1 年 1 月 11 日 ) ) は 、 鎌倉 時代 中期 の 公卿 。 +1 源 忠重 ( みなもと の ただしげ 、 生没 年 未詳 ) は 、 平安 時代 中期 の 武士 ・ 官人 。 +1 平田 佐次郎 ( ひらた さじろう 、 1842 年 ( 天保 13 年 ) -   190 2 年 ( 明治 35 年 ) ) は 、 三重 県 四日市 市 出身 の 実業 家 ・ 平田 紡績 の 創設 者 +1 親王妃 ( しんのうひ / みこの みめ ) と は 、 親王 の 妃 の 身位 、 また は その 身位 に あ る 人 を い う 。 +-1 雪村 友梅 ( せっそんゆう ばい 、 正応 3 年 ( 1290 年 ) - 貞和 2 年 12 月 2 日 ( 旧暦 ) ( 1347 年 1 月 14 日 ) ) は 、 鎌倉 時代 末 から 南北朝 時代 ( 日本 ) に かけ て の 臨済 宗 の 禅僧 で あ る 。 +1 但馬 皇女 ( たじま の ひめみこ 、 生年 不詳 - 和銅 元年 6 月 25 日 ( 旧暦 ) ( 70 8 年 ) ) は 天武 天皇 の 皇女 。 +1 長尾 景茂 ( ながおかげ も ち ) は 鎌倉 時代 の 相模 国 の 武士 。 +-1 片白 ( かたは く ) は 、 平安 時代 から 江戸 時代 に かけ て の 日本 酒 の 醸造 に お い て 、 掛け 米 ( 蒸米 ) だけ に 精白 米 を 用い 、 麹米 に は 精米 し て い な い 玄米 を 用い る 製法 の こと で あ る 。 +-1 擬宝珠 ( ぎぼし 、 ぎぼうしゅ ) は 、 橋 や 寺社 の 欄干 に 取り付け られ た 2 . に 似 た 飾り 。 +1 物部 日向 ( もの のべ の ひむ か 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 巡察 使 ( じゅんさつ し ) は 、 中国 ・ 唐代 に 置 か れ た 官名 で あ る 。 +1 二条 河原 の 落書 ( に じょうがわら の らくしょ ) と は 、 室町 幕府 問 注 所 執事 の 町野 氏 に 伝わ る 『 建武 年間 記 ( 建武記 ) 』 に 収録 さ れ て い る 文 で あ る 。 +-1 追儺 ( ついな ) と は 、 大晦日 ( 12 月 30 日 ( 旧暦 ) ) の 宮中 の 年中 行事 で あ り 、 平安 時代 の 初期 頃 から 行 わ れ て い る 鬼払い の 儀式 。 +1 山口 素堂 ( やまぐち そどう 、 寛永 19 年 5 月 5 日 ( 旧暦 ) ( 1642 年 6 月 1日 ) - 享保 元年 8 月 15 日 ( 旧暦 ) ( 1 71 6 年 9 月 30 日 ) ) は 江戸 時代 前期 の 俳人 ・ 治水 家 で あ る 。 +-1 玉置 神社 ( たまき じんじゃ ) は 、 奈良 県 吉野 郡 に あ る 神社 。 +-1 一宮 ・ 一 の 宮 ( いちのみや ) と は +-1 上桂 駅 ( かみかつら えき ) は 、 京都 市 西京 区 に あ る 、 阪急 電鉄 阪急 嵐山 線 の 鉄道 駅 。 +-1 草薙 剣 盗難 事件 ( くさなぎ の つるぎ とうなん じけん ) は 、 668 年 ( 天智 天皇 7 年 ) に 発生 し た 盗難 事件 。 +1 西園寺 公潔 ( さいおんじ きん ず み 、 文化 ( 元号 ) 15 年 2 月 1日 ( 旧暦 ) ( 1818 年 3 月 7 日 ) - 天保 7 年 5 月 30 日 ( 旧暦 ) ( 1836 年 7 月 13 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +-1 合方 ( あいかた ) また は 相方 ( あいかた ) は 日本 音楽 や 日本 舞踊 に おけ る 用語 の 一 つ 。 +-1 善能 寺 ( ぜんのうじ ) は 、 京都 市 東山 区 に あ る 真言 宗 泉涌 寺 派 の 寺院 。 +1 百 鬼 夜行 ( ひゃっき や ぎょう 、 ひゃっ き や こう ) と は 、 説話 など に 登場 する 深夜 の 町 を 集団 で 徘徊 する 鬼 や 妖怪 の 群れ 及び その 行進 の こと 。 +1 富取益 斎 ( とみと りえき さい 、 男性 、 生年 不詳– 文政 5 年 2 月 10 日 ( 旧暦 ) ( 182 2 年 4 月 1日 ) ) は 、 江戸 時代 中期 の 日本 の 篆刻 家 で あ る 。 +1 藤原 家頼 ( ふじわら の いえ より 、 生没 年 未詳 ) は 、 平安 時代 末期 の 貴族 。 +-1 恵印 灌頂 ( えいんかん ぢょう ) は 、 修験 道 の 当山 派 の 寺院 で あ る 醍醐 寺 三宝院 に おけ る 法流 を い い 、 また その 恵印 法流 を 継承 する 儀式 を い う 。 +-1 棒術 ( ぼうじゅつ ) は 、 日本 武術 に お い て 長 い 棒 を 武器 と する 術 の こと で あ る 。 +-1 真如 三昧耶堂 ( しんにょ さん ま や どう ) は 、 宗教 法人 真如 苑 教主 ・ 伊藤 真乗 の 浄行 を 荘厳 する ため に 、 真言 宗 醍醐 派 総 本山 醍醐 寺 に よ り 1997 年 に 建立 さ れ た 堂 。 +1 快誉 ( かいよ 、 長元 9 年 ( 10 36 年 ) - 天永 3 年 8 月 14 日 ( 旧暦 ) ( 1112 年 9 月 6 日 ) ) は 、 平安 時代 末期 ( 院 政 期 ) の 僧侶 。 +1 木村 由信 ( きむら よしのぶ 、 生年 不詳 - 慶長 5 年 9 月 18 日 ( 旧暦 ) ( 160 0 年 10 月 24 日 ) ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +1 伊良子 道牛 ( いら こ どう ぎゅう 、 寛文 11 年 12 月 30 日 ( 旧暦 ) ( 167 2 年 1 月 29 日 ) - 享保 19 年 1 月 12 日 ( 旧暦 ) ( 1734 年 2 月 15 日 ) ) は 、 江戸 時代 の 外科 医 。 +-1 伎楽 ( ぎがく ) は 、 日本 の 伝統 演劇 の ひと つ 。 +1 稚桜 部 五百瀬 ( わか さ くらべ の い おせ 、 生年 不詳 - 持統 天皇 10 年 9 月 ( 旧暦 ) ( 696 年 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 日本 の 蒸気 機関 車史 ( にほんの じょうきき かん しゃ し ) で は 、 日本 に おけ る 蒸気 機関 車 の 歴史 に つ い て 記 す 。 +-1 道中 奉行 ( どう ちゅうぶぎょう ) は 、 江戸 幕府 に おけ る 職名 の ひと つ 。 +1 井上 正経 ( いのうえ まさつね ) は 、 江戸 時代 の 大名 、 老中 。 +-1 智積院 ( ちしゃくいん ) は 、 京都 市 東山 区 に あ る 真言 宗 智山 派 総 本山 の 寺院 で あ る 。 +1 伏見宮 ( ふしみのみや ) は 、 日本 の 宮家 の 一 つ 。 +-1 法観 寺 ( ほうかんじ ) は 京都 市 東山 区 に あ る 臨済 宗 建仁 寺 派 の 寺院 。 +1 歌人 ( かじん ) と は 、 和歌 や 短歌 を 作 る 人 の こと を い う 。 +1 後鑑 ( の ちかがみ ) は 、 江戸 幕府 に よ っ て 編纂 さ れ た 室町 幕府 15 代 の 歴史 書 。 +-1 会合衆 ( えごうしゅう 、 かいごう しゅう ) と は 、 室町 時代 から 安土 桃山 時代 の 都市 で 自治 の 指導 的 役割 を 果た し た 評定 組織 また は その 組織 の 構成 員 。 +-1 菩提寺 ( ぼだいじ ) は 、 仏教 に 於 い て 、 もともと 菩提 を 弔 う 寺院 の 事 を 指 す が 、 先祖 代々 の 墓所 が あ る 寺院 の 事 も 指 す 。 +-1 堅田 藩 ( かただ はん ) は 、 近江 国 滋賀 郡 ・ 高島 郡 ( 現在 の 滋賀 県 大津 市 堅田 ) に 存在 し た 藩 。 +-1 地歌 ( ぢうた 、 地唄 ) は 、 上方 で 行 わ れ た 三味 線 を 用い た 音曲 ( 三味 線 唄 ) で あ る 。 +-1 斉藤 時頼 ( さいとう ときより 、 生没年 不詳 ) は 、 平安 時代 末期 の 武士 。 +-1 杜氏 組合 ( とうじ くみあい ) と は 、 日本 酒 の 酒造 技術 者 で あ る 杜氏 が 作 る 組合 。 +-1 小瀬 鵜飼 ( おぜう かい ) と は 、 岐阜 県 関 市 小瀬 の 長良 川 で 毎年 5 月 11 日 から 10 月 15 日 まで 行 わ れ る 鵜飼い で あ る 。 +-1 大口 袴 ( おおく ち ばかま ) と は 、 束帯 装束 の 表袴 の 下 に 履 く 裾 の 大き く 開 い た 紅色 の 肌袴 の こと 。 +-1 賊軍 ( ぞく ぐん ) と は 、 「 官軍 」 の 対語 で 、 日本 史上 その 軍 の 正当 性 を 否定 する 言葉 。 +1 安楽 庵 策 伝 ( あんらく あん さく でん 、 天文 ( 元号 ) 23 年 ( 1554 年 ) - 寛永 19 年 1 月 8 日 ( 旧暦 ) ( 1642 年 2 月 7 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 浄土 宗 の 僧 。 +1 藤原 親通 ( ふじわら の ちかみ ち 、 生没年 不詳 ) は 、 平安 時代 後期 の 公家 。 +1 田中 寅蔵 ( たなか とらぞう 、 天保 12 年 ( 1841 年 ) - 慶応 3 年 4 月 15 日 ( 旧暦 ) ( 1867 年 5 月 18 日 ) ) は 新選 組 剣術 師範 。 +1 国友 一貫 斎 ( くに とも いっかん さい 、 九 代 目 国友 藤兵衛 ( - とうべえ ) 安永 7 年 10 月 3 日 ( 旧暦 ) ( 1778 年 11 月 21 日 ) - 天保 11 年 12 月 3 日 ( 旧暦 ) ( 1840 年 12 月 26 日 ) ) は 鉄砲 鍛冶師 、 発明 家 。 +-1 出世 魚 ( しゅっせ うお ) と は 、 日本 に お い て 、 稚魚 から 成魚 まで の 魚類 の 成長 に 応 じ て 異な る 名前 で 呼 ば れ る 魚 の こと 。 +-1 正 五 位 ( しょうご い ) と は 、 日本 の 位 階 及び 神階 に おけ る 位 の ひと つ 。 +1 蘇我 堅 塩媛 ( そが の きたしひめ 、 生没年 不詳 ) は 飛鳥 時代 の 皇妃 。 +-1 藤原 京 ( ふじわら きょう ) は 、 飛鳥 京 の 西北部 、 奈良 県 橿原 市 に 所在 する 日本 史上 最初 で 最大 の 都城 で あ る 。 +1 豊嶋 弥左衛門 ( てしま やざえもん 、 1899 年 5 月 1日 - 1978 年 1 月 3 日 ) は 能 シテ 金 剛 流能 楽師 。 +-1 『 平家 女護島 』 ( へいけ にょご がしま ) は 、 近松 門左衛門 作 の 人形 浄 瑠璃 。 +1 酒井 忠義 ( さかい ただ あき 、 文化 ( 元号 ) 10 年 7 月 9 日 ( 旧暦 ) ( 1813 年 8 月 4 日 ) - 明治 6 年 ( 1873 年 ) 12 月 5 日 ) は 、 江戸 時代 末期 の 大名 。 +1 山田 重満 ( やまだ しげみつ 、 生年 不詳 - 治承 5 年 3 月 10 日 ( 旧暦 ) ( 1181 年 4 月 25 日 ) ) は 、 平安 時代 末期 の 武将 。 +-1 油小路 通 ( あぶら の こうじ どおり ) は 京都 市 の 主要 な 南北 の 通り の 一 つ 。 +-1 手揉 み 茶 ( て も みちゃ ) 手揉 み は 煎茶 本来 の 製法 。 +-1 柳原 家 ( やなぎわらけ 、 やなぎはら の 読み は 慣例 ) は 、 名家 ( 公家 ) の 家格 を 有 する 公家 。 +-1 雲外 鏡 ( うんが いきょう ) は 、 特殊 な 鏡 が 長 い 年月 を 経 た のち に 変 じ た と い う 、 日本 の 妖怪 の 一種 。 +1 相馬 義胤 ( そうま よしたね 、 生没年 不詳 ) は 鎌倉 時代 の 武士 。 +1 徳大寺 公全 ( とくだいじ きん とも 、 延宝 6 年 7 月 10 日 ( 旧暦 ) ( 167 8 年 8 月 26 日 ) - 享保 4 年 12 月 2 日 ( 旧暦 ) ( 1720 年 1 月 11 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 東西線 ( とうざいせん ) は 、 京都 府 宇治 市 の 六 地蔵 駅 から 京都 市 右京 区 の 太秦 天神川 駅 まで を 結 ぶ 京都 市営 地下 鉄 の 路線 で あ る 。 +1 織田 頼長 ( お だ よりな が 、 天正 10 年 ( 15 82 年 ) - 元和 ( 日本 ) 6 年 9 月 20 日 ( 旧暦 ) ( 1620 年 10 月 15 日 ) ) は 、 織田 長益 ( 有楽斎 ) の 次男 で あ る 。 +-1 逃散 ( ちょうさん ) と は 、 日本 の 中世 から 近世 に かけ て 行 わ れ た 農民 抵抗 の 手段 、 闘争 形態 で あ る 。 +1 吉川 経光 ( きっかわ つねみつ 、 建久 3 年 ( 1192 年 ) - 文永 4 年 ( 1267 年 ) ) は 鎌倉 時代 前期 の 武士 。 +1 田坂具 隆 ( たさか と も たか 、 190 2 年 4 月 14 日 - 1974 年 10 月 17 日 ) は 日本 の 映画 監督 。 +-1 天孫 紀元 ( てんそん きげん ) は 、 天孫 降臨 が 行 わ れ た と さ れ る 年 を 基準 と する 日本 の 紀年 法 で あ る 。 +1 平為 盛 ( たいら の ため もり 、 生年 不詳 - 寿永 2 年 5 月 12 日 ( 旧暦 ) ( 1183 年 6 月 3 日 ? ) ) は 平安 時代 末期 の 武将 。 +1 策彦 周良 ( さくげんしゅうりょう 、 文亀 元年 4 月 2 日 ( 旧暦 ) ( 150 1 年 4 月 19 日 ) - 天正 7 年 6 月 30 日 ( 旧暦 ) ( 1579 年 7 月 23 日 ) ) は 、 戦国 時代 ( 日本 ) の 臨済 宗 の 禅僧 、 外交 官 。 +-1 吉良 氏 ( きら ) は 日本 に おけ る 武士 の 名家 の 一 つ で あ り 、 代表 的 な もの に 下 の 三 つ の 流れ が あ る 。 +-1 駅鈴 ( えきれい ) は 、 日本 の 古代 律令 制 に 、 官吏 の 公務 出張 の 際 に 、 朝廷 より 支給 さ れ た 鈴 で あ る 。 +1 橋本 宗吉 ( はしもと そうきち 、 宝暦 13 年 ( 1763 年 ) - 天保 7 年 5 月 1日 ( 旧暦 ) ( 1836 年 6 月 14 日 ) ) は 日本 の 蘭方 医 、 蘭学 者 。 +1 伏見宮 邦 高 親王 ( ふしみのみやく に たかしんのう 、 康正 2 年 2 月 2 日 ( 1456 年 3 月 8 日 ) - 享禄 5 年 3 月 19 日 ( 1532 年 4 月 24 日 ) ) は 、 室町 時代 後期 の 皇族 。 +1 ジョン ・ ウイリアム ・ ドレーク ( JohnWilliam Drake ) は 明治 時代 の イギリス 人 。 +-1 大 本神諭 ( おおもと しんゆ ) は お 筆先 を 編集 し た 文書 集 +-1 蹴鞠 ( けまり ) と は 、 平安 時代 に 流行 し た 競技 の ひと つ 。 +1 安倍 三寅 ( あべのみとら 、 生没年 不詳 ) は 、 平安 時代 前期 の 官人 。 +1 勧修 寺 政顕 ( かじゅうじ まさあき 、 享徳 元年 ( 1452 年 ) - 大永 2 年 7 月 28 日 ( 旧暦 ) ( 152 2 年 8 月 19 日 ) ) は 、 安土 桃山 時代 の 公家 ( 公卿 ) 。 +-1 侏儒舞 ( ひき ひと まい ) は 、 猿楽 の 一種 で あ る 。 +1 有栖川宮 織仁親王 ( ありすがわ のみや おりひとしん のう   宝暦 4 年 7 月 2 日 ( 旧暦 ) ( 175 4 年 8 月 19 日 ) - 文政 3 年 2 月 20 日 ( 旧暦 ) ( 1820 年 4 月 2 日 ) ) は 、 江戸 時代 の 皇族 。 +1 藤原 園人 ( ふじわら の その ひと 、 天平 勝宝 8 歳 ( 75 6 年 ) - 弘仁 9 年 12 月 19 日 ( 旧暦 ) ( 819 年 1 月 18 日 ) ) は 、 日本 の 奈良 時代 末期 から 平安 時代 初期 に かけ て の 政治 家 。 +-1 萩原 家 ( はぎわら け ) は 卜部 氏 を 本姓 と する 堂上 家 。 +1 日野 輝資 ( ひ の てるすけ 、 弘治 ( 日本 ) 元年 ( 1555 年 ) - 元和 ( 日本 ) 9 年 8 月 2 日 ( 旧暦 ) ( 1623 年 9 月 26 日 ) ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 、 江戸 時代 の 人物 。 +-1 従 一 位 ( じゅいち い ) は 、 日本 の 位 階 及び 神階 の 位 の 一 つ 。 +-1 名神 高速 道路 国道 1 号 国道 1 71 号 京滋 バイパス +-1 簠簋 内伝 ( ほき な い でん ) と は 安倍 晴明 が 編纂 し た と 伝承 さ れ る 占い の 専門 書 。 +1 明智光秀 ( あけちみつ ひ で ) は 、 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 武将 。 +-1 山口 俊雄 プロダクション ( やまぐち と しお - 、 1928 年 6 月 設立 - 8 月 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +-1 大谷家 ( おおたに け ) は 、 覚信 尼 と 日野 広綱 の 間 の 息子 覚恵 の 子孫 の 家号 で あ る 。 +1 長尾 真墨 ( ながお の ますみ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 四条 隆貞 ( しじょう たか さだ 、 生年 不詳 - 建武 ( 日本 ) 元年 ( 1334 年 ) 12 月 ( 旧暦 ) ) は 、 南北朝 時代 ( 日本 ) の 吉野 朝廷 に 仕え た 公卿 。 +1 久努麻呂 ( くぬの まろ 、 生没年 不明 ) は 、 飛鳥 時代 の 人物 。 +-1 近江源 氏 ( おうみ げんじ ) と は 、 中世 に 近江 国 に 土着 し 本拠 と し た 源 氏 の 流れ を 汲 む 一族 の 呼称 。 +-1 新作能 ( しんさく の う ) と は 、 明治 時代 以後 に 書 か れ た 能 の 曲目 で あ る 。 +-1 説 経節 ( せっきょうぶ し ) は 、 日本 近世 初期 の 語り物 文芸 。 +1 小中村 清矩 ( こなかむら きよのり 、 文政 4 年 12 月 30 日 ( 旧暦 ) ( 182 2 年 1 月 22 日 ) - 明治 28 年 ( 1895 年 ) 10 月 11 日 ) は 、 国学 者 ・ 歴史 家 。 +-1 一保堂 ( いっぽう どう ) は 、 京都 市 寺町 通二 条 通上ル に あ る 茶舗 。 +-1 氏姓 制度 ( しせい せいど ) と は 、 古代 日本 に お い て 、 中央 貴族 、 ついで 地方 豪族 が 、 国家 ( ヤマト 王権 ) に 対 する 貢献 度 、 朝廷 政治 上 に 占め る 地位 に 応 じ て 、 朝廷 より ウヂ の 名 と カバネ の 名と を 授与 さ れ 、 その 特権 的 地位 を 世襲 し た 制度 。 +-1 清瀧 権現 ( せいりゅう ごんげん また は せいりょう ごん げん ) は 、 京都 市 伏見 区 所在 の 真言 宗 醍醐 派 総 本山 、 醍醐 寺 の 守護 女 神 。 +-1 大和 五 条藩 ( やまと ご じょうはん ) は 、 大和 国 ( 現在 の 奈良 県 五條 市 二見 ) に 存在 し た 藩 。 +1 喜多 六 平太 ( きた ろっぺい た 、 1874 年 7 月 7 日 - 1971 年 1 月 11 日 ) は 、 喜多 流能 楽師 で 、 喜多 流 十 四 世 宗 家 。 +-1 東遊 ( あずまあそび ) は 、 雅楽 の 国風 歌舞 に 類 さ れ る 、 演奏 時間 は 30 分 程度 かか る 、 かなり 長 い 組曲 で あ る 。 +-1 旅館 ( りょかん ) と は 、 宿泊 料 を 受け て 人 を 宿泊 さ せ る ため の 、 和式 の 構造 及び 設備 を 主 と する 宿泊 施設 の こと で あ る 。 +-1 日本 民族 ( にほん みんぞく ) と い う 言葉 は 、 一 つ に は 日本 の 国籍 や 日本 列島 に ルーツ を 持 つ 全て の 文化 的 集団 ( エスニック ・ グループ ) を 統合 し た 政治 的 共同 体 ( ネーション ) を 表 す 概念 で あ る 。 +-1 水分 神 ( みくまり の かみ ) と は 、 神道 の 神 ( 神道 ) で あ る 。 +1 藤原 忠実 ( ふじわら の ただざね 、 承暦 2 年 ( 1078 年 ) - 応保 2 年 6 月 18 日 ( 旧暦 ) ( 1162 年 7 月 31 日 ) ) は 、 平安 時代 後期 の 公卿 。 +1 岩倉 具詮 ( いわくら ともあき 、 寛永 7 年 10 月 27 日 ( 旧暦 ) ( 1630 年 12 月 1日 ) - 延宝 8 年 4 月 16 日 ( 旧暦 ) ( 1680 年 5 月 14 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +1 烏丸 資任 ( からすま すけとう 、 応永 24 年 ( 1417 年 ) - 文明 ( 日本 ) 14 年 12 月 15 日 ( 旧暦 ) ( 1483 年 1 月 23 日 ) ) は 室町 時代 の 公家 。 +-1 上国 ( じょうこく ) と は 律令 国 の 等級 区分 の ひと つ 。 +1 吉良俊 氏 ( きら としう じ 、 生没年 不詳 ) は 室町 時代 前期 の 武将 。 +-1 天皇 主権 ( てんのうしゅ けん ) と は 、 大 日本 帝国 憲法 に お い て 、 天皇 が 保持 する と さ れ た 主権 。 +-1 なぎ と は 平坦 な 安定 し た 状態 を あらわ し 、 古語 で も あ る 。 +1 日野 資宣 ( ひのすけのぶ 、 1224 年 - 1292 年 ) は 、 日野 家 16 代 当主 。 +-1 琵琶 湖 線 ( びわ こ せん ) は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 京都 駅 ~ 米原 駅間 と 北陸 本 線 米原 駅 ~ 長浜 駅 間 の 愛称 で あ る 。 +-1 勘定 奉行 ( かんじょうぶぎょう ) は 江戸 幕府 の 職名 の 一 つ で 、 勘定 方 の 最高 責任 者 で 財政 や 天領 支配 など を 司 る 。 +1 源季邦 ( みなもとの すえくに 、 仁平 元年 ( 1151 年 ) ? - 治承 4 年 5 月 26 日 ( 旧暦 ) ( 1180 年 6 月 20 日 ) ) は 、 平安 時代 末期 の 武将 。 +-1 五百 塵 点 劫 ( ごひゃく じん てん ごう ) と は 、 法華 経 如 来寿量 品 で 、 釈迦 の 成道 の 久遠 を たとえ た 語 で あ る 。 +-1 呪禁 師 ( じゅごんし ) と は 、 律令 制 に お い て 典薬 寮 に 属 し た 官人 。 +1 日野 重光 ( ひの しげみつ 、 応安 7 年 ( 1374 年 ) - 応永 20 年 3 月 16 日 ( 旧暦 ) ( 1413 年 4 月 16 日 ) ) は 、 室町 時代 の 公家 。 +-1 協立 映画 プロダクション ( きょうりつ えいが - 、 1931 年 設立 - 1932 年 解散 ) は 、 かつて 存在 し た 日本 の 映画 会社 で あ る 。 +1 高階 栄子 ( たかしな の えいし 、 仁平 元年 ( 1151 年 ) ? - 建保 4 年 ( 1216 年 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 女性 政治 家 。 +-1 慶雲 館 ( けい うんかん ) は 滋賀 県 長浜 市 に あ る 市 の 迎賓 館 。 +-1 京都 向日 町 競輪 場 ( きょうと むこう まち けい りんじょう ) は 、 京都 府 向日 市 に あ る 競輪 場 。 +-1 曼殊院 ( まんしゅ いん ) は 京都 市 左京 区 一乗 寺 に あ る 天台 宗 の 仏教 寺院 で あ る 。 +-1 たい 焼き ( 鯛焼 き 、 たいや き 、 タイヤキ ) は 、 小麦 粉 など を 鯛 の 型 に 入れ て 焼 い た 日本 の 菓子 で 、 主に 日本 で 製造 ・ 販売 ・ 消費 さ れ る 。 +-1 自叙 帖 ( じじょじょう ) は 、 唐代 の 書家 ・ 懐素 が 書 い た 書 作品 。 +-1 『 鶴亀 』 ( つるかめ ) は 、 能 の 作品 。 +-1 黙照 禅 ( もくしょうぜん ) は 、 禅宗 に おけ る 坐禅 の 流儀 の 一 つ を 示 す 言葉 。 +1 花山院 師信 ( かざん いん もろのぶ 、 建治 元年 ( 1275 年 ) - 元亨 元年 11 月 1日 _ ( 旧暦 ) ( 132 1 年 11 月 20 日 ) ) は 、 鎌倉 時代 後期 の 公家 。 +-1 安心 ( あんじん 、 あんしん ) と は 気掛かり な 事 が 無 く 、 心 が 落ち着 き 安んじ る こと で あ る 。 +1 京極 派 ( きょうごく は ) は 、 鎌倉 時代 中期 から 室町 時代 初期 に かけ て の 和歌 の 流派 の 一 つ 。 +-1 鄂隠慧奯 ( がくいん えかつ 、 正平 ( 日本 ) 12 年 / 延文 2 年 ( 1357 年 ) - 応永 32 年 2 月 18 日 ( 旧暦 ) ( 142 5 年 3 月 8 日 ) 、 奯 は ( 大 + 歳 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 に かけ て の 臨済 宗 の 僧 。 +1 戦国 時代 の 武将 で あ り 、 慶次郎 など の 通称 を 持 つ 前田 利久 の 養子 。 +-1 東福寺 駅 ( とうふくじ えき ) は 、 京都 府 京都 市 東山 区 福 稲岸 ノ 上 町 に あ る 、 京阪 電気 鉄道 ・ 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 駅 。 +-1 羽 林家 ( うりんけ ) は 、 鎌倉 時代 以降 の 公家 の 家格 の ひと つ で 、 摂家 、 清華 家 、 大臣 家 の 下 、 名家 ( 公家 ) と 同列 、 半家 ( 公家 ) の 上 の 序列 に 位置 する 。 +1 御 真津 比 売命 ( み まつ ひめ の みこと 、 生没年 不詳 ) は 、 開化 天皇 の 皇女 。 +-1 古史 通 ( こし つう ) は 、 新井 白石 の 著作 に よ る 古代 史 解釈 の 書 。 +1 大 派 皇子 ( おおは のみこ 、 欽明 天皇 21 年 ( 560 年 ) 前後 ? - 没年 不詳 ) は 敏達 天皇 の 第 三 皇子 。 +-1 惣 無事令 ( そうぶ じれい ) と は 、 豊臣 秀吉 が 出 し た 、 大名 間 の 私闘 を 禁 じ た 法令 で あ る 。 +1 藤原 百川 ( ふじわら の ももかわ 、 天平 4 年 ( 732 年 ) - 宝亀 10 年 7 月 9 日 ( 旧暦 ) ( 779 年 8 月 28 日 ) ) は 奈良 時代 の 政治 家 。 +1 杉田 成卿 ( すぎた ・ せいけい 、 文化 ( 元号 ) 14 年 11 月 11 日 ( 旧暦 ) ( 1817 年 12 月 18 日 ) - 安政 6 年 2 月 19 日 ( 旧暦 ) ( 1859 年 3 月 23 日 ) ) は 江戸 時代 ・ 幕末 期 の 蘭学 者 。 +-1 強盗 返 ・ 龕灯 返 ( がんどう がえし ) と は 歌舞伎 で 用い る 舞台 用語 で 場面 転換 の 方法 で あ る 「 居所 変 ( 居所替 , いどころ がわり ) 」 の 一 つ 、 若しくは 強盗 返 を 用い た 仕掛け 。 +1 黄 表紙 ( きびょうし ) は 江戸 時代 中期 の 1775 年 以降 に 流行 し た 草双紙 ( 一種 の 絵本 ) の ジャンル の 一 つ 。 +-1 福知山 市 内 自主 運行 バス ( ふくちやま し ない じしゅうんこう バス ) は 、 京都 府 福知 山 市 で 運行 さ れ て い る 廃止 代替 バス ( 80 条 バス ) 。 +-1 和知 駅 ( わち えき ) は 、 京都 府 船井 郡 京丹波 町 本庄 馬場 19 番地 1 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 鉄道 駅 。 +-1 小栗 判官 ( おぐり はんがん ) は 、 伝説 上 の 人物 で あ り 、 また これ を 主人 公 と し て 日本 の 中世 以降 に 伝承 さ れ て き た 物語 。 +1 藤原 長輔 ( ふじわら の なが すけ 、 長治 元年 ( 1104 年 ) - 久寿 3 年 1 月 14 日 ( 旧暦 ) ( 1156 年 2 月 6 日 ) ) は 、 平安 時代 末期 の 公卿 。 +-1 結政 ( かたなし / けっせい ) と は 、 平安 時代 の 朝廷 に て 行 わ れ た 政務 の 1 つ 。 +-1 清楽 ( しんがく ) と は 、 清国 から 伝来 し た 、 民謡 、 俗曲 を 中心 と する 音楽 群 の 名称 で あ る 。 +-1 十 輪 寺 ( じゅうりんじ ) は 、 京都 市 西京 区 大原野 小塩 町 に あ る 天台 宗 の 寺院 。 +-1 ぜんざい ( 善哉 ) は 、 主に 小豆 を 砂糖 で 甘 く 煮 て 、 この 中 に 餅 や 白玉 団子 、 栗 の 甘露 煮 など を 入れ た 食べ物 で あ る 。 +-1 味噌 松風 ( みそ まつかぜ ) は 、 焼 き 菓子 の 一種 。 +1 康勝 ( こうしょう 、 生没年 不詳 ) は 、 鎌倉 時代 の 仏師 。 +-1 真如 三昧 耶流 ( しんにょ さん まや りゅう ) は 、 真言 宗 醍醐 派 総 本山 醍醐 寺 に よ り 顕揚 さ れ た 真言 宗 の 一流 派 で あ り 、 また 、 真如 苑 独自 の 法流 で も あ る 。 +-1 おかめ ( お 亀 、 阿亀 ) は 鼻 が 低 く 頬 が 丸 く 張り出 し た 女性 の 顔 、 あるいは その 仮面 。 +1 清水 卯三郎 ( しみずうさぶろう 、 文政 12 年 ( 1829 年 ) - 明治 43 年 ( 1910 年 ) 1 月 20 日 ) は 、 武蔵 国 埼玉 郡 羽生 村 ( 現在 の 羽生 市 ) 出身 の 実業 家 。 +-1 歳暮 ( せいぼ ) と は 、 日本 に お い て 、 文字 通り 年の 暮れ 、 1 年 の 終わり を 告げ る 季語 で 12 月 の 季語 で も あ る 。 +1 大久保 春野 ( おおくぼ はる の 、 弘化 3 年 8 月 18 日 ( 旧暦 ) ( 1846 年 10 月 8 日 ) - 1915 年 1 月 26 日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 、 華族 。 +1 海潮音 ( かいちょう おん ) は 、 上田 敏 が 190 5 年 10 月 、 本郷 書院 より 出版 し た 訳 詩 集 。 +-1 建 比 良 鳥命 ( たけひら とり の みこと ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +-1 あやべ 温泉 ( あやべ おんせん ) と は 、 京都 府 綾部 市 に あ る 温泉 で あ る 。 +-1 寛印 ( かんいん 、 生没年 不詳 ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +1 来目 皇子 ( くめ の みこ 、 生年 不詳 - 推古 天皇 11 年 2 月 4 日 ( 旧暦 ) ( 60 3 年 3 月 25 日 ) ) は 、 飛鳥 時代 の 皇族 。 +-1 庭石 ( にわいし ・ ていせき ) と は 庭園 に おけ る 石 の 日本 独特 の 利用 法 で あ る 。 +-1 武井 龍三 プロダクション ( た けいりゅうぞう - 、 1929 年 2 月 設立 - 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +-1 真宗佛 光 寺 派 ( しんしゅう ぶっこうじ は ) と は 、 浄土 真宗 の 一派 。 +1 岩倉 具起 ( いわくら と もおき 、 慶長 6 年 6 月 14 日 ( 旧暦 ) ( 160 1 年 7 月 13 日 ) - 万治 3 年 2 月 6 日 ( 旧暦 ) ( 16 60 年 3 月 17 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +1 磯 禅師 ( いその ぜん じ 、 生没年 不詳 ) は 、 平安 時代 末期 の 女性 。 +-1 広目 天 ( こうもくてん ) 、 サンスクリット ヴィルー パークシャ ( viruupaakSa 、 毘楼 博叉 ) は 仏教 に おけ る 天部 の 仏 。 +-1 共和 演説 事件 ( きょうわ えんぜつ じけん ) は 、 第 1 次 大隈 内閣 ( 隈板 内閣 ) の 文部 大臣 で あ っ た 尾崎 行雄 が 189 8 年 8 月 21 日 に 行 っ た 演説 が 問題 と な り 、 内閣 瓦解 の 発端 と な っ た 事件 。 +1 吉川 経盛 ( きっかわ つねもり 、 正応 3 年 ( 1290 年 ) - 正平 ( 日本 ) 13 年 / 延文 3 年 ( 1358 年 ) ) は 南北朝 時代 ( 日本 ) の 武士 。 +1 塚本 善之助 ( つかもと ぜんのすけ 、 生没年 不詳 ) は 、 新 選 組 一番 隊 隊士 。 +1 本因坊 秀甫 ( ほんいん ぼうしゅうほ 、 天保 9 年 ( 1838 年 ) - 明治 19 年 ( 1886 年 ) 10 月 14 日 ) は 江戸 時代 から 明治 に かけ て の 囲碁 棋士 _ ( 囲碁 ) 。 +1 一条 能保 ( いちじょう よ しやす 、 久安 3 年 ( 1147 年 ) - 建久 8 年 10 月 13 日 ( 旧暦 ) ( 1197 年 11 月 23 日 ) ) は 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 公卿 。 +1 菊池 武光 ( きく ち たけみつ 、 1319 年 ( 元応 元年 ) ? - 1373 年 12 月 29 日 ( 文中 2 年 / 応安 6 年 11 月 16 日 ( 旧暦 ) ) ) は 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +1 尾上 菊之助 ( おのえき くのすけ ) は 、 歌舞伎 役者 の 名跡 の 一 。 +-1 筑摩 神社 ( ちく ま じんじゃ ) は 滋賀 県 米原 市 に あ る 神社 。 +-1 尾関 宗園 ( おぜき そう えん 、 1932 年 - ) は 大徳 寺 大仙院 の 住職 。 +1 鳥山 石燕 ( とりやま せき えん 、 本名 ・ 佐野 豊房 、 正徳 ( 日本 ) 2 年 ( 1 712 年 ) - 天明 8 年 8 月 23 日 ( 旧暦 ) ( 1788 年 9 月 22 日 ) ) は 、 江戸 時代 の 浮世 絵 師 。 +1 脇坂 安董 ( わきさか やすただ ) は 江戸 時代 後期 の 大名 、 老中 。 +1 今出川 教季 ( いまで がわ の りすえ 、 応永 32 年 ( 1425 年 ) - 文明 ( 日本 ) 15 年 12 月 19 日 ( 旧暦 ) ( 1484 年 1 月 17 日 ) ) は 、 室町 時代 の 公卿 。 +-1 華 族 令 ( かぞく れい ) は 、 日本 の 法令 。 +1 河原崎 権 三郎 ( かわら さき ごんざ ぶろう ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +1 田口 卯吉 ( たぐちうきち 、 1855 年 6 月 12 日 ( 安政 2 年 4 月 29 日_ ( 旧暦 ) ) - 190 5 年 4 月 13 日 ) は 、 日本 の 経済 学 者 ・ 歴史 家 。 +1 永井 尚政 ( ながい な おまさ 、 1587 年 ( 天正 15 年 ) - 16 68 年 10 月 16 日 ( 寛文 8 年 9 月 11 日 ( 旧暦 ) ) ) は 、 江戸 時代 前期 の 大名 。 +1 藤原 実方 ( ふじわら の さね かた 、 生年 不詳- 長徳 4 年 12 月 12 日 ( 旧暦 ) ( 999 年 1 月 7 日 ) ) は 、 平安 時代 中期 の 公家 ・ 歌人 。 +1 松平 忠和 ( まつだいら ただ か ず 、 寛政 3 年 ( 1791 年 ) - 文政 11 年 4 月 10 日 ( 旧暦 ) ( 182 8 年 5 月 23 日 ) ) は 、 江戸 時代 の 人物 。 +-1 三条 通り ( さんじょうどおり ) は 、 奈良 県 奈良 市 に あ る 街路 。 +1 半井 桃水 ( な から いとうすい 、 1861 年 1 月 12 日 〈 万延 2 年 12 月 2 日 ( 旧暦 ) 〉 - 1926 年 〈 大正 15 年 〉 11 月 21 日 ) は 、 日本 の 小説 家 。 +-1 塔ノ 段通 ( とう の だんどおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +-1 頭弁 ( とう の べん ) と は 日本 の 官制 に お い て 、 弁官 を 兼帯 し た 蔵人 頭 に 対 する 呼称 の 事 で あ る 。 +1 山本 義経 ( やまもと よしつね ) は 、 平安 時代 末期 の 武将 。 +-1 世事 に 対応 し 、 社会 の なか で ものごと を 円滑 に 進め て ゆ く ため の 常識 や 世間 的 な 能力 。 +-1 家風 ( かふう ) は 、 個々 の 特定 の 家 に お い て 世代 を 越え て 踏襲 さ れ る 固有 の 慣習 ・ 流儀 など の 行動 様式 で あ る 。 +1 天皇 誕生 日 ( てん の う たんじょう び ) は 、 日本 の 国民 の 祝日 の 1 日 で あ る 。 +1 湛慶 ( たんけい 、 承安 ( 日本 ) 3 年 ( 1173 年 ) - 建長 8 年 5 月 19 日 ( 旧暦 ) ( 1256 年 6 月 13 日 ) ) は 、 鎌倉 時代 の 仏師 。 +-1 阿蘇 海 ( あそ か い 、 あそ の うみ ) は 京都 府 宮津 市 、 与謝 郡 与謝野 町 に またが る 内海 ( 海跡 湖 ) 。 +-1 カンジョ 古墳 ( かんじょ こふん 、 乾城 古墳 、 与楽 カンジョ 古墳 と も ) は 、 奈良 県 高取 町 与楽 に 存在 する 古墳 。 +-1 葛城 御 県 神社 ( かつらぎみあがた じんじゃ ) は 、 奈良 県 葛城 市 葛木 ( 旧 新庄 町 ) に あ る 神社 で あ る 。 +-1 大津 線 ( おおつ せん ) と は 、 京阪 電気 鉄道 大津 鉄道 事業 部 が 管轄 する 京都 府 京都 市 山科 区 に あ る 御陵 駅 と 滋賀 県 大津 市 中心 部 に あ る 浜 大津 駅 と を 結 ぶ 京阪 京津 線 と 、 滋賀 県 大津 市 西部 地域 に あ る 坂本 駅 ( 滋賀 県 ) と 石山 寺 駅 と を 結 ぶ 京阪 石山 坂本線 の 2 路線 の こと を い い 、 これ ら の 総称 で あ る 。 +-1 鐚銭 ( びた せん ) と は 、 日本 の 中世 後期 に 流通 し た 銭貨 の 中 で 、 品質 が 著し く 劣悪 な もの を い う 。 +1 田中 徳三 ( たなか とくぞう 、 1920 年 9 月 15 日 - 2007 年 12 月 20 日 ) は 、 日本 の 映画 監督 。 +-1 姉小路 通 ( あね や こうじ どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +1 行阿 ( ぎょう あ 、 生没年 不詳 ) は 、 鎌倉 時代 の 和学 者 。 +1 藤原 宗家 ( ふじわら の むね いえ 、 保延 5 年 ( 1139 年 ) - 文治 5 年 4 月 22 日 ( 旧暦 ) ( 1189 年 6 月 7 日 ) ) は 、 平安 時代 後期 の 公卿 。 +-1 住吉 大社 神代記 ( すみよし たいしゃ じんだい き ) は 、 古来 より 住吉 大社 に 伝来 し 、 その 由来 に つ い て 述べ た 古典 籍 。 +1 花山院 家定 ( かざん いん いえさだ 、 弘安 6 年 7 月 2 日 ( 旧暦 ) ( 1283 年 7 月 27 日 ) - 興国 3 年 / 康永 元年 4 月 28 日 ( 旧暦 ) ( 1342 年 6 月 2 日 ) ) は 、 鎌倉 時代 後期 の 公卿 。 +1 カワマタビメ は 、 綏靖 天皇 の 皇后 で 安寧 天皇 の 母 と さ れ る 人物 。 +-1 宝筐 院 ( ほうきょういん ) は 、 京都 府 京都 市 右京 区 嵯峨野 に あ る 臨済 宗 の 単立 寺院 。 +1 磯部 豊直 ( いそべ とよなお 、 生没年 不詳 ) は 安土 桃山 時代 の 武将 。 +1 梅謙次郎 ( うめ けんじろう 、 18 60 年 7 月 24 日 ( 万延 元年 6 月 7 日 ( 旧暦 ) ) - 1910 年 ( 明治 43 年 ) 8 月 26 日 ) は 、 日本 の 法学 者 。 +-1 壷 月 遠州 流 ( 壷月 遠州 流禪 茶道 ) ( こげつ えん しゅうりゅうぜん さどう ) は 、 遠州 流 の 流れ を く む 茶道 諸 流派 の 一 つ 。 +-1 メカブ ( 和布 蕪 ) は 、 ワカメ の 付着 器 の 上 に あ る 、 葉状 部 の 中 で 厚 い 折れ 重な っ て ひだ 状 に な っ た 部分 で あ る 。 +-1 僧位 ( そうい ) は 、 日本 に お い て 僧侶 に 対 し 与え られ た 位 階 の こと で あ る 。 +1 藤原 千晴 ( ふじわら の ちはる 生没年 不詳 ) は 、 平安 時代 中期 の 軍事 貴族 。 +1 源 英明 ( みなもと の ふさあきら 、 延喜 11 年 ( 911 年 ) ? - 天慶 2 年 ( 939 年 ) ) は 、 平安 時代 中期 の 歌人 。 +-1 隠 し 念仏 ( かく し ねんぶつ ) は 、 種々 の 秘密 主義 を も つ 仏教 異端 宗派 を 意味 する 呼称 で あ る 。 +1 久我 通堅 ( こが み ち かた 、 天文 ( 元号 ) 10 年 ( 1541 年 ) - 天正 3 年 4 月 6 日 ( 旧暦 ) ( 1575 年 5 月 15 日 ) ) は 、 室町 時代 後期 の 公卿 。 +-1 市 中引き回 し ( し ちゅう ひきまわし ) は 、 江戸 時代 に おけ る 日本 の 刑罰 で 、 罪人 を 馬 に 乗せ 、 罪状 を 書 い た 捨札 等 と 共 に 刑場 まで 公開 で 連行 し て い く もの で あ る 。 +-1 のしい か ( 伸し 烏賊 、 熨斗 烏賊 ) と は イカ を 乾燥 さ せ た 食べ物 。 +1 檸檬 ( れもん ) は 梶井 基次郎 に よ る 小説 。 +-1 遵西 ( じゅんさい 、 生年 不詳 - 建永 2 年 2 月 9 日 ( 旧暦 ) ( 120 7 年 3 月 9 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 浄土 宗 の 僧 。 +-1 平川 廃寺 跡 ( ひらかわ はいじあと ) は 、 京都 府 城陽 市 平川 古宮 に あ る 古代 寺院 跡 で 、 国 指定 の 史跡 で あ る 。 +-1 懇話 会 ( こん わか い ) と は 、 大 日本 帝国 憲法 下 に おけ る 貴族 院 _ ( 日本 ) に おけ る 院内 会 派 の 名称 。 +-1 当道 座 ( とうどうざ ) と は 、 中世 から 近世 に かけ て 存在 し た 男性 盲人 の 自治 的 互助 組織 。 +1 斎藤 寅次郎 ( さいとう とらじろう 、 190 5 年 1 月 30 日 - 1982 年 5 月 1日 ) は 、 映画 監督 。 +1 山名 氏之 ( やまな うじゆき 、 生没年 不詳 ) は 室町 時代 の 伯耆 国 守護 。 +-1 一 字 金輪 仏頂 ( いちじ きんりん ぶっちょう ) 、 サンスクリット エーカーク シャラ ・ ウシュニーシャチャクラ ( ekaakSara - uSNii Sacakra ) は 仏頂 尊 の 一尊 。 +-1 仏堂 ( ぶつどう ) と は 、 仏教 寺院 に お い て 仏像 を 安置 し 、 礼拝 供養 する ため の 建物 で あ る 。 +1 ロバート ・ ウィリアム ・ アトキンソン ( RobertWilliamAtkinson ) は イギリス 人 の 化学 者 で 、 明治 時代 に 東京 開成 学校 で 教え た 人物 。 +-1 探題 ( たんだい ) 仏教 寺院 に 置 か れ た 職 。 +-1 京都 府 庁 旧 本館 ( きょうと ふ ちょう きゅう ほんかん ) は 、 京都 府 京都 市 上京 区 に あ る ルネサンス 様式 の 建築 物 。 +-1 良弘 ( りょうこう 、 康治 元年 ( 1142 年 ) - 没年 未詳 ) は 、 平安 時代 後期 の 真言 宗 小野 流 の 僧 。 +1 二条 良 豊 ( に じょうよし と よ 、 天文 ( 元号 ) 5 年 ( 1536 年 ) - 天文 20 年 9 月 2 日 _ ( 旧暦 ) ( 155 1 年 10 月 1日 ) ) は 、 戦国 時代 _ ( 日本 ) の 公卿 。 +1 西園寺実 氏 ( さいおんじ さねう じ 、 建久 5 年 ( 1194 年 ) - 文永 6 年 6 月 7 日 ( 旧暦 ) ( 1269 年 7 月 7 日 ) ) は 、 鎌倉 時代 前期 の 公卿 。 +-1 額 の 堂 ( がく の どう ) は 、 戦国 時代 ( 日本 ) 、 陣営 に おけ る 設備 の 名称 で あ る 。 +-1 成 り 木責 め ( なりきぜめ ) と は 、 カキノキ 、 クリ 、 ウメ など 果樹 ( 成り木 ) に つ い て 行な わ れ る 豊作 祈願 の 習俗 で あ る 。 +1 東屋 ( あずまや ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の 一 つ 。 +-1 鹿苑 寺 ( ろくおんじ ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 臨済 宗 相国 寺 派 の 寺院 。 +1 大江 嘉言 ( おおえ ・ の ・ よしとき 。 +1 正徹 ( しょうてつ 、 永徳 元年 / 弘和 元年 ( 1381 年 ) - 長禄 3 年 5 月 9 日 ( 旧暦 ) ( 1459 年 6 月 9 日 ) ) は 、 室町 時代 中期 の 臨済 宗 の 歌僧 。 +1 アリス ・ メイベル ・ ベーコン ( AliceMabelBacon 、 1858 年 ~ 1918 年 5 月 1日 ) は 、 アメリカ 合衆 国 人 女性 教育 者 。 +-1 遠淡 海 国造 ( と おつ お うみの くに みやつこ ・ と おつ お うみこく ぞう ) は 遠江 国 西部 を 支配 し た 国造 。 +1 源 重成 ( みなもと の しげ な り 、 生年 未詳 - 平治 元年 ( 1159 年 ) 12 月 ) は 、 平安 時代 末期 の 武将 。 +-1 上臈 御 年寄 ( じょうろう お としより ) は 江戸 時代 の 大奥 女 中 の 役職 名 。 +-1 百 太夫 ( ももだ ゆう 、 ひゃく だ ゆう ) は 、 日本 の 民間 信仰 の 神 ( 神道 ) で あ る 。 +1 兵部 卿宮 ( ひょうぶきょう のみや ) は 、 物語 に 登場 する 、 本名 の わか ら な い 架空 の 皇子 の 便宜 上 の 名称 。 +-1 丹前 ( たんぜん ) と は 、 厚 く 綿 を 入れ た 防寒 の ため の 日本 式 の 上着 。 +-1 妙住寺 ( みょう じゅうじ ) は 、 奈良 県 五條 市 に 所在 する 日蓮 正宗 の 寺院 。 +1 甘露寺 豊長 ( かんろじ とよなが 、 天正 18 年 ( 1590 年 ) - 慶長 11 年 ( 160 6 年 ) ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 公家 。 +1 中井 貞次 ( なか いてい じ 、 1932 年 1 月 4 日 - ) は 、 京都 市 出身 の 染色 家 。 +1 弁内 侍 ( べん の な い じ 生没年 不詳 ) は 、 鎌倉 時代 の 女流 歌人 。 +-1 水天宮 利生 深川 ( すいてんぐう めぐみ の ふかがわ ) は 歌舞伎 の 演目 。 +1 福羽 美静 ( ふくば び せい 、 「 よししず 」 と も 天保 2 年 7 月 17 日 ( 旧暦 ) ( 1831 年 8 月 24 日 ) - 明治 40 年 ( 1907 年 ) 8 月 14 日 ) は 日本 の 武士 ・ 津和野 藩士 、 国学 者 、 歌人 。 +1 大国主 の 国づくり ( おおく に ぬし の くにづくり ) 。 +-1 五 条坂 ( ご じょうざか ) は 、 京都 市 内 の 通り の 一 つ で あ る 五条 通 の 東端 部分 の 別名 。 +1 高野 保春 ( たかの やす はる 、 慶安 3 年 3 月 3 日 ( 旧暦 ) ( 1650 年 4 月 3 日 ) - 正徳 ( 日本 ) 2 年 5 月 26 日 ( 旧暦 ) ( 1 71 2 年 6 月 29 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +1 五辻 高仲 ( いつつ じ たか なか 、 文化 ( 元 号 ) 4 年 12 月 22 日 ( 旧暦 ) ( 180 8 年 1 月 19 日 ) - 明治 29 年 ( 1896 年 ) 6 月 5 日 ) は 江戸 時代 末期 ( 幕末 ) から 明治 時代 に かけ て の 公卿 。 +-1 日本 の 鉄道 開業 ( にっぽん の てつどう かいぎょう ) で は 、 日本 初 の 鉄道 路線 で あ る 汐留 駅 ( 国鉄 ) ~ 桜木町 駅 間 が 、 1872 年 ( 明治 5 年 ) 9 月 12 日 ( 旧暦 ) ( 天保 暦 、 翌年 から 採用 さ れ た グレゴリオ 暦 で は 10 月 14 日 ) の 正式 開業 を 迎え る まで に つ い て 記 す 。 +-1 愛宕 山 鉄道 ( あたご やま てつどう ) は 、 現在 の 京都 府 京都 市 右京 区 の 嵐山 駅 ( 京福 電気 鉄道 ) から 清滝 駅 まで の 普通 鉄道 路線 ( 平坦 線 ) と 、 清滝 川 駅 から 愛宕 駅 まで の ケーブルカー ( 鋼索 鉄道 ) を 戦前 に 運営 し て い た 鉄道 事業 者 。 +-1 北大路 駅 ( きたおおじ えき ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) 小山 北上 総 町 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +1 松平 忠明 ( まつだいら ただ あきら ) は 、 安土 桃山 時代 から 江戸 時代 前期 の 大名 。 +1 近藤 勇 ( こんどう いさ み 、 天保 5 年 10 月 9 日 ( 旧暦 ) ( 1834 年 11 月 9 日 ) - 慶応 4 年 4 月 25 日 ( 旧暦 ) ( 1868 年 5 月 17 日 ) は 、 新 選 組 局 長 。 +1 坊城 俊 完 ( ぼうじょう と し また 、 慶長 14 年 11 月 27 日 ( 旧暦 ) ( 1609 年 12 月 23 日 ) - 寛文 2 年 1 月 2 日 ( 旧暦 ) ( 1662 年 2 月 20 日 ) ) は 、 江戸 時代 の 公家 ( 公卿 ) 。 +1 吉田 光由 ( よしだ みつよし 、 慶長 3 年 ( 1598 年 ) - 寛文 12 年 11 月 21 日 ( 旧暦 ) ( 167 3 年 1 月 8 日 ) ) は 、 江戸 時代 前期 の 和算 家 で あ る 。 +-1 佐伯 氏 ( さえきし ) は 古代 日本 の 有力 氏族 で あ る 。 +-1 一揆 ( いっき ) と は 、 日本 に お い て 何 ら か の 理由 に よ り 心 を 共 に し た 共同 体 が 心 と 行動 を 一 つ に し て 目的 を 達成 し よ う と する こと 。 +-1 天海 ( てんかい 、 天文 ( 元号 ) 5 年 ( 1536 年 ) ? - 寛永 20 年 10 月 2 日 ( 旧暦 ) ( 1643 年 11 月 13 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 天台 宗 の 僧 で あ る 。 +-1 末法 思想 ( まっぽう しそう ) と は 、 仏教 の 予言 思想 の 一種 で あ り 、 釈迦 の 立教 以来 1,00 0 年 ( 50 0 年 と する 説 も あ る ) の 時代 を 正法 ( しょうぼう ) 、 次 の 1,00 0 年 を 像 法 ( ぞうぼう ) 、 その 後 10,00 0 年 を 末法 の 三 時 観 で 分け て 考え る 。 +-1 正親司 ( おおきみ の つかさ ) は 日本 古代 の 律令 制 に お い て 宮内 省 に 属 する 機関 の 一 つ で あ る 。 +1 四辻 宮善統親王 ( よ つつじ の みや よしむね しんのう 、 貞永 2 年 ( 1233 年 ) - 文保 元年 3 月 29 日 ( 旧暦 ) ( 1317 年 5 月 10 日 ) ) は 鎌倉 時代 の 日本 の 皇族 。 +-1 記録 荘園 券 契所 ( きろく しょう えんけん けい じょ ) は 平安 時代 の 荘園 調査 機関 。 +1 伏見宮 邦 尚親王 ( ふしみのみやく に な り しんの う 、 元和 ( 日本 ) 元年 ( 1615 年 ) - 承応 2 年 11 月 29 日 ( 旧暦 ) ( 1654 年 1 月 17 日 ) ) は 、 江戸 時代 初期 の 皇族 。 +-1 神光院 ( じんこういん ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 真言 宗 系 の 単立 寺院 。 +-1 如信 ( にょしん ) は 、 鎌倉 時代 中期 から 後期 に かけ て の 浄土 真宗 の 僧 。 +-1 布部 山 の 戦い ( ふべやま の たたかい ) と は 、 15 70 年 ( 元亀 元年 ) に 山中 幸盛 率い る 尼子 氏 再興軍 と それ を 阻止 し よ う と する 毛利 氏 と の 間 に 起こ っ た 戦い で あ る 。 +-1 錦 市場 ( に しきいちば ) は 、 京都 市街 ほぼ 中央 に 位置 する 錦小路 通 の うち 「 寺町 通 - 高倉 通 」 間 の 商店 街 で 、 魚 ・ 京野菜 など の 生鮮 食品 食材 や 、 乾物 ・ 漬物 ・ おばん ざい ( 京都 言葉 で 日常 の 惣菜 ) など の 加工 食品 を 商 う 老舗 ・ 専門 店 が 集ま る 市場 。 +-1 練酒 ( ねりざけ ) は 日本 酒 の 一種 で あ り 、 古代 酒 の 原型 を 最も 留め て い る と い わ れ る 。 +-1 藤原 北家 ( ふじわら ほっけ ) と は 、 右 大臣 藤原 不比 等 の 次男 藤 原 房前 を 祖 と する 家系 。 +1 中 御門 宣胤 ( なか の みかど の ぶたね 、 嘉吉 2 年 ( 1442 年 ) - 大永 5 年 11 月 17 日 ( 旧暦 ) ( 152 5 年 12 月 1日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 公卿 で あ る 。 +1 松平 重忠 ( まつだいら しげ ただ 、 15 70 年 ( 元亀 元年 ) - 1626 年 8 月 22 日 ( 寛永 3 年 7 月 1日 ( 旧暦 ) ) は 、 安土 桃山 時代 、 江戸 時代 の 武将 、 大名 。 +-1 交友 倶楽部 ( こうゆう くらぶ ) は 、 1912 年 12 月 24 日 より 1947 年 5 月 3 日 の 日本 国 憲法 公布 まで 存在 し て い た 貴族 院 _ ( 日本 ) の 院内 会 派 。 +-1 シドニー 号 事件 ( シドニー ごう じけん ) は 、 日清 戦争 の とき 、 日仏 2 国 間 で 問題 と な っ た 事件 。 +-1 類聚 名義 抄 ( るい じゅみょうぎ しょう ) は 、 11 世紀 末 から 12 世紀 頃 に 日本 で 成立 し た 、 漢字 を 引 く ため の 辞典 ( 字 書 ) 。 +-1 大身 ( たいしん ) と は 、 身分 が 高 く 、 禄高 の 多 い 人 。 +-1 酒造 技能 士 ( しゅぞう ぎのう し ) と は 、 国家 資格 で あ る 技能 検定 制度 の 一種 で 、 都 道 府 県 知事 ( 問題 作成 等 は 中央 職業 能力 開発 協会 、 試験 の 実施 等 は 都 道 府 県 職業 能力 開発 協会 ) が 実施 する 、 酒造 に 関 する 学科 及び 実技 試験 に 合格 し た 者 を い う 。 +1 扶余 豊璋 ( ふよほう しょう 、 扶余 豐 璋 、 生没年 不詳 ) は 百済 最後 の 義慈王 ( 在位 : 641 年 - 6 60 年 ) の 王子 。 +1 甘露寺 経元 ( かんろ じつねもと 、 天文 ( 元号 ) 4 年 ( 1535 年 ) - 天正 13 年 5 月 8 日 ( 旧暦 ) ( 1585 年 6 月 5 日 ) ) は 、 室町 時代 から 安土 桃山 時代 に かけ て の 公家 ( 公卿 ) 。 +1 藤原 嫄子 ( ふじわら の げんし ( もとこ ) 、 長和 5 年 7 月 10 日 ( 旧暦 ) ( 1016 年 8 月 15 日 ) - 長暦 3 年 8 月 28 日 ( 旧暦 ) ( 10 39 年 9 月 19 日 ) ) は 、 平安 時代 中期 の 皇妃 。 +1 石上 家成 ( いその かみ の いえ な り 、 養老 _ ( 元号 ) 6 年 ( 722 年 ) - 延暦 23 年 6 月 20 日 _ ( 旧暦 ) ( 80 4 年 8 月 3 日 ) ) は 、 奈良 時代 から 平安 時代 初期 に かけ て の 官人 。 +1 毛利 元 就 ( もうり もとなり ) は 、 室町 時代 後期 から 戦国 時代 ( 日本 ) に かけ て の 安芸 国 の 国人 領主 ・ 戦国 大名 。 +1 三条 実治 ( さんじょうさねはる 、 慶安 3 年 12 月 6 日 ( 旧暦 ) ( 1651 年 2 月 6 日 ) ‐ 享保 9 年 8 月 12 日 ( 旧暦 ) ( 1724 年 9 月 28 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +1 石川 王 ( いしかわ の おおきみ 、 生年 不詳 - 天武 天皇 8 年 3 月 9 日 ( 旧暦 ) ( 67 9 年 4 月 24 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 惣村 ( そうそん ) は 、 中世 日本 に おけ る 百 姓 の 自治 的 ・ 地縁 的 結合 に よ る 共同 組織 ( 村落 形態 ) を 指 す 。 +1 ベルナール ・ プティジャン ( BernardThadeePetitjean , 1829 年 6 月 14 日 - 1884 年 10 月 7 日 ) は 、 フランス 出身 の カトリック 教会 司祭 で あ る 。 +1 源 範頼 ( みなもと の のりより ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +1 今出川 季孝 ( いまで がわ すえ た か 、 文明 ( 日本 ) 11 年 ( 1479 年 ) ‐ 永正 16 年 10 月 5 日 ( 旧暦 ) ( 1519 年 10 月 28 日 ) ) は 、 室町 時代 の 公卿 。 +1 煕子 女王 ( きし ( ひろこ ) じょおう 、 生年 不詳 - 天暦 4 年 5 月 5 日 ( 950 年 5 月 24 日 ) ) は 、 保明 親王 ( 醍醐 天皇 皇太子 ) 第 一 王女 。 +-1 上川口 駅 ( かみかわぐち えき ) は 、 京都 府 福知 山 市 大字 六十 内 ( む そち ) 上 小田 小字 石郡 12 番 地 2 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 鉄道 駅 。 +-1 長 髄彦 ( ながすねひこ ) は 、 日本 神話 に 登場 する 人物 。 +-1 佛 徳山 興聖寺 ( ぶっとく さん こう しょうじ ) は 京都 府 宇治 市 に あ る 日本 曹洞 宗 最初 の 寺院 で 僧堂 が あ る 。 +-1 法 学校 ( ほう がっこう ) は 、 明治 初期 に 司法 省 が 管轄 し た 教育 機関 で あ り 、 現在 の 東京 大学 法学 部 の 前身 の 一 つ で あ る 。 +-1 道隠 ( どういん 、 寛保 元年 ( 1741 年 ) - 文化 ( 元号 ) 10 年 6 月 4 日 ( 旧暦 ) ( 1813 年 7 月 1日 ) ) は 、 江戸 時代 中期 から 後期 に かけ て の 浄土 真宗 の 僧 。 +1 常盤井宮 恒明 親王 ( ときわい の みや つねあき しんの う / - つねあきら しんのう 、 嘉元 元年 5 月 9 日 ( 130 3 年 6 月 24 日 ) - 正平 6 年 / 観応 2 年 9 月 6 日 ( 1351 年 9 月 26 日 ) ) は 、 南北朝 時代 の 大覚 寺 統 に 属 する 皇族 で 亀山 天皇 の 末子 。 +-1 京都 宇治 ・ 洛南 1 day チケット ( きょう とうじ ・ らくなん ワン デイ チケット ) と は 、 大阪 市 交通 局 、 京阪 電気 鉄道 ( 京阪 ) 、 大阪 府 都市 開発 泉北 高速 鉄道 線 ( 泉北 高速 ) 、 南海 電気 鉄道 ( 南海 ) が 共同 で 発売 し て い る 乗り 放題 の 電子 カード と 各種 割引 ・ 特典 が 受け られ る クーポン 券 を セット に し た 切符 で あ る 。 +-1 山崎 蒸溜 所 ( やまざき じょうりゅうしょ 、 SUNTORYYAMAZAKIDISTILLERY ) は 、 大阪 府 三島 郡 島 本 町 山崎 五 丁目 2 番 1 号 に あ る サントリー の ウイスキー 蒸留 所 で あ る 。 +-1 西 大路通 ( にし おおじ どおり ) は 、 京都 市 中心 市街 地 の 西部 に 位置 する 主要 な 南北 の 通り の 一 つ 。 +-1 京阪 バス 1 day チケット ( けいはん バス ワン ディチケット ) は 、 京阪 バス の 一 日 乗車 券 で あ る 。 +-1 浄土 真宗 本願 寺 派 ( じょうど しんしゅう ほんがん じ は ) は 、 浄土 真宗 の 一派 。 +1 藤原 黒麻呂 ( ふじわら の くろまろ 、 生年 未詳 - 弘仁 元年 ( 810 年 ) ) は 、 奈良 時代 末期 から 平安 時代 初期 の 廷臣 。 +1 大炊 御門 冬忠 ( おおい の みかど ふゆ ただ 、 建保 6 年 ( 1218 年 ) - 文永 5 年 9 月 9 日 ( 旧暦 ) ( 1268 年 10 月 16 日 ) ) は 、 鎌倉 時代 中期 の 公卿 。 +-1 元 田中 駅 ( もと たなか えき ) は 、 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 叡山本線 の 鉄道 駅 。 +-1 都 を どり ( みやこ を どり ) は 、 毎年 4 月 1日 - 4 月 30 日 に かけ て 祇園 甲 部 歌舞 練場 で 開催 さ れ る 祇園 甲部 の 舞踊 公演 。 +-1 石州 流 林 泉 寺 派 ( せき しゅうりゅう りんせん じ は ) は 武家 茶道 。 +1 伊東 茂右衛門 ( いとう もえもん 、 嘉永 4 年 ( 1851 年 、 1852 年 ) - 没年 不明 ) は 、 日本 の 著述 家 。 +-1 検注 帳 ( けん ちゅうちょう ) と は 、 古代 ・ 中世 の 日本 の 荘園 に お い て 検注 の 結果 を 集計 し て 取りまとめ た 帳簿 の こと 。 +1 相聞 ( そうもん ) と は 、 雑歌 ・ 挽歌 と とも に 『 万葉 集 』 の 三 大 部立 を 構成 する 要素 の 1 つ 。 +-1 『 小袖 曾我 薊 色 縫 』 ( こそ で そ が あざみ の いろぬ い ) は 歌舞伎 の 演目 。 +-1 阿知 女 作法 ( あちめ の わざ 、 あちめわざ 、 あちめ さほう 、 あじめ の さほう 、 等々 ) と は 、 宮中 及び 神社 等 で 歌 わ れ る 神楽 歌 の 一 つ 。 +1 新田 義顕 ( にった よしあき ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +-1 醍醐 地区 は 元々 京阪 バス と 京都 市営 バス に よ り 路線 バス が 運行 さ れ て お り 、 JR 奈良 線 、 京阪 本 線 の 六 地蔵 駅 や JR 東海道 線 の 山科 駅 、 京都 市 内 中心 部 ( 四条 河原町 など ) を 結 ん で い た 。 +-1 園家 ( その け ) は 、 日本 の 氏族 。 +-1 膝丸 ( ひざまる ) と は 、 平安 時代 に 源 満仲 が 作 ら せ た と さ れ る 刀 で 、 髭切 と とも に 源 氏 重代 の 刀 と し て 伝え られ て い る 。 +1 和宮 親子 内 親王 ( かずのみや ちか こ な い しんのう 、 ( 1846 年 7 月 3 日 - 1877 年 9 月 2 日 ) は 、 江戸 時代 後期 の 女性 、 江戸 幕府 第 14 代将軍 徳川 家茂 の 正室 で あ る 。 +1 寂照 ( じゃくしょう 、 応和 2 年 ( 96 2 年 ) 頃 ? - 長元 7 年 ( 10 34 年 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 ・ 文人 。 +1 大蔵 広隅 ( おおくら の ひろす み 、 生没年 不詳 ) は 、 飛鳥 時代 の 人物 。 +-1 三宅 御 土居 ( みやけ おど い ) は 島根 県 益田 市 三宅 町 に あ っ た 城 。 +1 源 広綱 ( みなもと の ひろつな 、 生没 年 未詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +1 曇徴 ( どんちょう 、 生没年 不詳 ) は 、 7 世紀 に 高句 麗 から 渡来 し た 僧 。 +-1 放免 ( ほうめん ) と は 日本 の 令外 官 で あ る 検非 違使 の 下部 ( しもべ ) を 指 す 名称 。 +1 後 朱 雀 天皇 ( ごすざく てんのう 、 寛弘 6 年 11 月 25 日 ( 1009 年 12 月 14 日 ) - 寛徳 2 年 1 月 18 日 ( 1045 年 2 月 7 日 ) ) は 、 平安 時代 中期 の 第 69 代 天皇 ( 在位 1036 年 - 1045 年 ) 。 +-1 寛永 文化 ( かんえい ぶんか ) と は 、 16 世紀 の 桃山 文化 と 17 世紀 後半 の 元禄 文化 に 挟 ま れ た 17 世紀 前半 ( 江戸 時代 初期 ) の 文化 。 +-1 日本 庭園 ( に ほんてい えん ) と は 、 日本 の 伝統 的 な 庭園 で あ る 。 +1 荻野 吟子 ( おぎの ぎんこ ( 本名 : 荻野 ぎん ) 、 1851 年 4 月 4 日 ( 嘉永 4 年 3 月 3 日 ( 旧暦 ) ) - 1913 年 ( 大正 2 年 ) 6 月 23 日 ) は 、 近代 日本 に おけ る 日本 初 の 一覧 の 女性 の 医師 で あ る 。 +1 シャルル ・ フェルディナン ・ カミーユ ・ ヒスラン ・ デカントン ・ ド ・ モンブラン 、 モン ブラン 伯爵 に し て 、 インゲルムン ステル 男爵 ( CountCharles Ferdinand CamilleGhislainDescantonsdeMontblanc , BarondIngelmunster 、 1833 年 5 月 11 日 - 1894 年 1 月 22 日 ) は 、 フランス / ベルギー の 貴族 、 実業 家 、 外交 官 、 日本 の お 雇 い 外国 人 。 +-1 安土城 ( あづちじょう ) は 、 現在 の 滋賀 県 蒲生 郡 安土 町 下 豊浦 に あ っ た 日本 の 城 ( 平山 城 ) 。 +1 和田 正信 ( わ だまさのぶ 、 ? - 元和 ( 日本 ) 2 年 ( 1616 年 ) ) は 安土 桃山 時代 から 江戸 時代 初期 に かけ て の 武士 。 +1 徳川 家斉 ( とくがわ いえなり ) は 、 日本 の 武士 ・ 徳川 幕府 第 11 代 征夷 大将軍 ( 将軍 在職 1787 年 - 1837 年 ) 。 +1 紀真丘 ( きのまおか 、 生没年 不詳 ) は 、 平安 時代 初期 の 官人 。 +1 二条 斉通 ( にじょう なりみち 、 天明 元年 5 月 9 日 ( 旧暦 ) ( 1781 年 5 月 31 日 ) - 寛政 10 年 5 月 21 日 ( 旧暦 ) ( 179 8 年 7 月 4 日 ) ) は 江戸 時代 の 公卿 。 +-1 寒造 り ( かんづくり ) と は 、 日本 酒 の 仕込 み 方 の 一 つ の 名称 で 、 気温 の 低 い 冬場 に 仕込 む もの を い う 。 +-1 乙宝寺 ( おっぽう じ ) は 新潟 県 胎内 市 乙 ( きのと ) に あ る 真言 宗 智山 派 の 寺院 。 +1 饗庭 局 ( あえば の つぼね 、 生年 不詳 - 慶長 20 年 5 月 8 日 ( 旧暦 ) ( 1615 年 6 月 4 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 初頭 の 女性 。 +1 清水谷 実業 ( しみずだ に さね な り 、 慶安 元年 ( 1648 年 ) - 宝永 6 年 9 月 10 日 ( 旧暦 ) ( 1709 年 10 月 12 日 ) ) は 、 江戸 時代 前期 から 中期 に かけ て の 西園 寺 家 一門 の 公家 ・ 歌人 。 +1 壬生 基修 ( みぶ もと お さ 、 天保 6 年 3 月 7 日 ( 旧暦 ) ( 1835 年 4 月 4 日 ) - 明治 39 年 ( 190 6 年 ) 3 月 5 日 ) は 、 幕末 から 明治 に かけ て の 公卿 。 +-1 治承 の 大火 ( じしょう の たいか ) は 、 治承 3 年 3 月 24 日 ( 旧暦 ) ( 1179 年 5 月 2 日 ) に 平安 京内 で 起こ っ た 大 火災 。 +-1 石橋 氏 ( いしばし し ) は 日本 の 武家 の 姓 の ひと つ 。 +-1 神道 集成 ( しんとう しゅうせい ) は 、 徳川 光圀 の 著作 。 +1 智鳳 ( ちほう 、 生没年 不詳 ) は 、 奈良 時代 に おけ る 新羅 の 僧 。 +1 田辺 玄々 ( たなべ げんげん 、 男性 、 寛政 8 年 ( 1796 年 ) – 安政 5 年 12 月 18 日 ( 旧暦 ) ( 1859 年 1 月 21 日 ) ) は 、 江戸 時代 後期 の 日本 の 書家 ・ 篆刻 家 で あ る 。 +-1 酒船石 遺跡 ( さかふね いし い せき ) は 、 奈良 県 明日香 村岡 に あ る 、 いく つ か の 石造 物 から な る 遺跡 。 +1 久我 信通 ( こが のぶみち 、 延享 元年 9 月 6 日 ( 旧暦 ) ( 1744 年 10 月 11 日 ) - 寛政 7 年 9 月 13 日 ( 旧暦 ) ( 1795 年 10 月 25 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +1 藤原 景経 ( ふじわら の かげつ ね 。 生年 不詳 - 1185 年 ( 文治 元年 ) ) は 、 平安 時代 末期 に お い て 活躍 し て い た 武士 で あ る 。 +1 柴田 承桂 ( しばた しょう けい 、 嘉永 3 年 5 月 12 日 ( 旧暦 ) ( 1850 年 6 月 21 日 ) - 明治 43 年 ( 1910 年 ) 8 月 2 日 ) は 、 明治 の 化学 者 、 薬学 者 。 +-1 灰持酒 ( あく もちざけ ・ あくもち しゅ 、 灰汁 持ち 酒 と も 書 く ) と は 、 醸造 し た もろみ に 灰 を 混入 さ せ る 、 日本 酒 の 一種 で あ る 。 +1 瀬川 菊之丞 ( せがわ きく の じょう ) は 歌舞伎 の 名跡 。 +1 後西 天皇 ( ご さい てんのう 、 寛永 14 年 11 月 16 日 ( 1638 年 1 月 1日 ) - 貞享 2 年 2 月 22 日 ( 1685 年 3 月 26 日 ) 、 在位 : 承応 3 年 11 月 28 日 ( 1655 年 1 月 5 日 ) - 寛文 3 年 1 月 26 日 ( 1663 年 3 月 5 日 ) ) は 、 江戸 時代 の 第 111 代 天皇 。 +1 賀茂 真淵 ( かもの まぶち 、 元禄 10 年 3 月 4 日 ( 旧暦 ) ( 1697 年 4 月 24 日 ) - 明和 6 年 10 月 30 日 ( 旧暦 ) ( 1769 年 11 月 27 日 ) は 、 江戸 時代 の 国学 者 、 歌人 。 +1 早川 長政 ( はやか わ なが まさ 、 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +1 沼尻 小文吾 ( ぬ まじり こぶん ご 、 天保 6 年 ( 1835 年 ) ? - 明治 35 年 ( 190 2 年 ) ) は 新選 組 隊士 。 +-1 真言 宗 泉涌 寺 派 ( しんごん しゅうせん にゅうじ は ) は 、 日本 に おけ る 真言 系 仏教宗 派 の ひと つ で 、 古義 真言宗 に 属 する 。 +1 重野 安繹 ( しげの やすつぐ 、 文政 10 年 10 月 6 日 ( 旧暦 ) ( 1827 年 11 月 24 日 ) - 明治 43 年 ( 1910 年 ) 12 月 6 日 ) は 江戸 末期 から 明治 初期 に 活躍 し た 漢学 者 、 歴史 家 。 +1 神武 天皇 ( じんむ てんのう 、 庚午年 1 月 1日 ( 旧暦 ) ( 紀元 前 71 1 年 2 月 13 日 ? ) - 神武 天皇 76 年 3 月 11 日 ( 旧暦 ) ( 紀元 前 585 年 4 月 9 日 ? ) ) は 、 日本 の 伝説 的 な 初代 天皇 。 +-1 段銭 ( たんせん ) と は 日本 の 中世 に おけ る 税 の 一種 。 +1 初代 武蔵 大掾 是一 ( しょだい むさしだい じょう これ か ず 、 石堂 是一 ) は 、 江戸 時代 の 武蔵 国 の 刀工 。 +-1 平安 博物 館 ( へいあん は くぶつ かん 、 英称 : Heian Museumof Ancient History ) は 、 かつて 存在 し た 日本 の 博物 館 。 +1 香西 元長 ( こうざい も となが 、 生年 不詳 - 永正 4 年 8 月 1日 ( 旧暦 ) ( 150 7 年 9 月 7 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 塩谷 惟頼 ( しおの や これ より 、 生没年 不詳 ) は 、 平安 時代 末期 の 下野 国塩谷 郡 の 武将 。 +1 大内 教弘 ( おお うち のりひろ 、 142 0 年 5 月 2 日 ( 応永 27 年 3 月 20 日 ( 旧暦 ) ) - 1465 年 9 月 23 日 ( 寛正 6 年 9 月 3 日 ( 旧暦 ) ) ) は 、 室町 時代 中期 の 守護 大名 。 +-1 満願 ( まんがん ) と は 、 日数 を 定め て 神仏 に 祈願 、 また は 修行 し 、 その 日数 が 満ち る こと を い う 。 +-1 五条 駅 ( ご じょう えき ) +1 一色 義清 +-1 松井 山手 駅 ( まついやま て えき ) は 、 京都 府 京田辺 市 山手 中央 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 片町 線 の 鉄道 駅 。 +-1 奈良 公園 ( なら こうえん ) は 、 奈良 県 奈良 市 の 若草 山麓 に 広が る 都市 公園 。 +1 殖栗 皇子 ( えくり の みこ 、 敏達 天皇 6 年 ( 578 年 ) - 没年 不詳 ) は 用明 天皇 の 第 五 皇子 。 +1 冷泉 院 ( れいぜいいん ) は 、 平安 時代 の 天皇 の 譲位 後 の 御所 。 +1 有馬 豊 氏 ( ありま と ようじ 、 1569 年 5 月 18 日 ( 永禄 12 年 5 月 3 日 ( 旧暦 ) ) - 1642 年 11 月 22 日 ( 寛永 19 年 9 月 30 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 ( 大名 ) 。 +-1 雪見 ( ゆき - み ) と は 、 中世 以降 の 日本 に 見 られ る 風俗 の 一 つ で あ り 、 降雪 や 雪景 色 を 眺め て 楽し む こと 。 +-1 鼓月 ( こげつ ) は 、 京都 市 伏見 区 に 本社 を 置 く 京 菓子 の 製造 と 販売 を する 会社 。 +-1 山崎 駅 ( やまざき えき ) は 、 京都 府 乙訓 郡 大山崎 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 ( JR 京都 線 ) の 鉄道 駅 。 +1 忍熊 皇子 ( おし くまのみこ 、 ? - 神功 皇后 元年 ( 20 1 年 ) 3 月 ( 旧暦 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 伝え られ る 古墳 時代 の 皇族 ( 王族 ) 。 +-1 醸造 用 乳酸 ( じょうぞうよう にゅうさん ) と は 、 日本 酒 の 醸造 過程 に おけ る 日本 酒 酒母造り で 必要 と さ れ る 純度 の 高 い 乳酸 の こと で あ る 。 +1 今井 正 ( いまい ただし 、 1912 年 1 月 8 日 - 1991 年 11 月 22 日 ) は 、 日本 の 昭和 期 の 映画 監督 。 +-1 吉田 寺 ( きち でんじ ) は 奈良 県 生駒 郡 斑鳩 町 に あ る 浄土 宗 の 寺院 で あ る 。 +-1 国学 ( こくがく ) と は 、 律令 制 に お い て 、 官人 育成 の ため に 令 制 国 に 設置 さ れ た 地方 教育 機関 。 +-1 『 十 住 毘 婆沙論 』 ( じゅうじゅう び ばしゃろん ) は 仏教 の 論書 で あ り 、 17 巻 。 +-1 送り火 ( おくりび ) と は 、 お 盆 の 行事 の 一 つ で 、 お 盆 に 帰 っ て き た 死者 の 魂 を 現世 から ふたたび あの 世 へ と 送り出 す 行事 で あ る 。 +1 野沢 凡 兆 ( のざわ   ぼんちょう 、 寛永 17 年 ( 1640 年 ) ? - 正徳 ( 日本 ) 4 年 ( 1714 年 ) ) は 、 江戸 時代 前期 の 俳諧 師 。 +1 法載 ( ほうさい 、 生没年 不明 ) は 、 奈良 時代 の 唐僧 。 +1 土 御門 泰福 ( つちみかど や すと み 、 明暦 元年 6 月 20 日 ( 旧暦 ) ( 1655 年 7 月 23 日 ) - 享保 2 年 6 月 17 日 ( 旧暦 ) ( 1 71 7 年 7 月 25 日 ) ) は 、 江戸 時代 前期 の 公卿 ( 非 参議 ) ・ 陰陽 家 。 +-1 太政 官 札 ( だ じょう かんさつ ) は 、 明治 政府 に よ っ て 明治 元年閏 4 月 から 翌 2 年 5 月 まで 発行 さ れ た 紙幣 。 +-1 権官 ( ごん かん ) は 、 朝廷 の 官職 に つ い て 、 正規 の 員 数 を 越え て 任命 する 官職 。 +-1 正月 事始め ( しょうがつ ごと はじめ ) と は 、 正月 を 迎え る 準備 を 始め る こと 。 +-1 禍津 日神 ( まがつ ひ の かみ 、 まが つ い の かみ ) は 神道 の 神 ( 神道 ) で あ る 。 +-1 新撰姓 氏 録 ( しんせん しょう じ ろく ) は 、 平安 時代 初期 の に 、 嵯峨 天皇 の 命 に よ り 編纂 さ れ た 古代 氏 族 名鑑 。 +1 足利義 氏 ( あしかが よしうじ ) は 、 鎌倉 時代 前期 の 武将 。 +-1 黒闇天 ( こく あんてん 、 サンスクリット : K ā lar ā tri 、 K ā lar ā tr ī ) は 、 仏教 に おけ る 天部 の 神 の 1 つ 。 +-1 元興寺 ( が ごぜ 、 が ごじ 、 ぐわごぜ ) また は 元興 寺 の 鬼 ( がんごう じの お に ) は 、 飛鳥 時代 に 奈良 県 の 元興寺 に 現れ た と い わ れ る 妖怪 。 +-1 地子 交易 ( じし こう えき ) と は 、 律令 制 に お い て 国司 が 公田 から 得 た 地子 稲 を 中央 に 上供 する 際 に 運搬 に 便利 な よう に 軽貨 に 交換 ( 売買 ) する こと 。 +1 西洞院 時 慶 ( にし の とういん と きよし 、 天文 ( 元号 ) 21 年 11 月 5 日 ( 旧暦 ) ( 155 2 年 11 月 30 日 ) - 寛永 16 年 12 月 20 日 ( 旧暦 ) ( 1640 年 2 月 11 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 公家 。 +-1 嵯峨野 観光線 ( さがの かんこう せん ) は 、 京都 府 京都 市 右京 区 の トロッコ 嵯峨 駅 から 京都 府 亀岡 市 の トロッコ 亀岡 駅 まで を 結 ぶ 嵯峨野 観光 鉄道 の 鉄道 路線 で あ る 。 +1 従如 ( じゅう にょ   1720 年 ( 享保 5 年 ) - 17 60 年 8 月 21 日 ( 宝暦 10 年 7 月 11 日 ) ) は 、 浄土 真宗 の 僧 で 、 東本願 寺 第 18 代 法 主 。 +1 藤原 重通 ( ふじわら の しげみ ち 、 康和 元年 ( 1099 年 ) - 永暦 2 年 6 月 5 日 ( 旧暦 ) ( 1161 年 6 月 29 日 ) ) は 、 平安 時代 末期 の 公卿 。 +-1 フトダマ は 、 日本 神話 に 登場 する 神 。 +-1 拝借金 ( はいしゃくきん ) と は 、 江戸 幕府 が 財政 支援 の ため に 、 大名 ・ 旗本 など に 無 利子 に 貸与 し た 金銭 。 +1 嵯峨本 ( さ が ぼん ) と は 、 日本 の 近世 初期 に 行 わ れ た 古 活字 本 で あ る 。 +-1 暦道 ( れきどう ) と は 、 古代 日本 に おけ る 暦 を 作成 する ため の 学問 ( 暦学 ) の こと で あ る 。 +1 花山 天皇 ( かざん てんのう 、 安和 元年 10 月 26 日 ( 96 8 年 11 月 29 日 ) - 寛弘 5 年 2 月 8 日 ( 1 00 8 年 3 月 17 日 ) 、 在位 : 永観 2 年 10 月 10 日 ( 98 4 年 11 月 5 日 ) - 寛和 2 年 6 月 23 日 ( 98 6 年 7 月 31 日 ) ) は 、 第 65 代 の 天皇 。 +-1 算師 ( さんし ) と は 、 律令 制 に お い て 計数 を 掌 る 官職 。 +-1 庶家 ( しょけ ) と は 、 宗家 な い し 本家 より 別れ た 一族 の こと を い う 。 +1 今井 信郎 ( いまい のぶお 、 天保 12 年 10 月 2 日 ( 旧暦 ) ( 1841 年 11 月 14 日 ) - 大正 8 年 ( 1919 年 ) 6 月 25 日 ) は 、 幕末 から 明治 時代 初期 に 活躍 し た 武士 で あ る 。 +1 伏見宮 貞 教親王 ( ふしみのみや   さだの り しんの う 、 天保 7 年 9 月 17 日 ( 旧暦 ) ( 1836 年 10 月 26 日 ) - 文久 2 年 10 月 25 日 ( 旧暦 ) ( 1862 年 12 月 16 日 ) ) は 、 江戸 時代 末期 の 皇族 。 +-1 大番 役 ( おおばん やく ) は 、 平安 時代 後期 から 室町 時代 初期 に かけ て 、 地方 の 武士 に 京都 、 鎌倉 時代 に 入 っ て から は 鎌倉 市 の 警護 を 命 じ た もの 。 +-1 樫田村 ( かしだむら ) は 、 京都 府 の 南西 部 、 南桑田 郡 に 属 し て い た 村 で あ る 。 +-1 スセリビメ は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +-1 四至 ( しいし / しし ) と は 、 古代 ・ 中世 に おけ る 所領 ・ 土地 の 東西 南北 の 境界 を 指 し て 呼 ん だ 呼称 で あ る 。 +-1 妙 多 羅天 ( みょう たらてん ) また は 妙多 羅 天女 ( みょう たら てんにょ ) は 、 神仏 、 善人 、 子供 の 守護 者 、 悪霊 退散 の 神 、 縁結び の 神 と さ れ る 日本 の 神 。 +-1 文武一 道 ( ぶんぶ いちどう ) と は 、 文武 両道 と は 異な り 、 学問 も 武芸 ( スポーツ ) も 詰ま る ところ は 同じ で あ る と い う 意 で あ る 。 +1 源 光重 ( みなもと の みつしげ 、 生没年 不詳 ) は 、 平安 時代 末期 の 武士 。 +-1 太閤 検地 ( たい こうけん ち ) は 、 豊臣 秀吉 が 全国 的 に 行 っ た 検地 ( 田畑 ( つまり 山林 は 除 く ) の 測量 及び 収穫 量 調査 ) 。 +-1 禅定道 ( ぜん じょうどう ) と は 、 禅頂 ( 山頂 ) に 登ぼ る まで の 山道 を 言 う 。 +-1 行基 ( ぎょうき / ぎょうぎ 、 天智 天皇 7 年 ( 668 年 ) - 天平 21 年 2 月 2 日 ( 旧暦 ) ( 74 9 年 2 月 23 日 ) ) は 日本 の 奈良 時代 の 僧 で あ る 。 +-1 上知令 ( じょうちれい 、 あげち れい ) は 、 江戸 時代 後期 と 明治 初期 に 政権 者 が 出 し た 土地 没収 の 命令 。 +-1 厚 化粧 ( あつげしょう ) と は 、 化粧 品 を 多め に 使 っ た 、 素顔 と は 明らか に 違 う 感じ の 化粧 の 事 。 +1 蛍兵 部 卿宮 ( ほたる ひょうぶきょう のみや ) は 、 紫式 部 が 著 し た 小説 『 源氏 物語 』 に 登場 する 架空 の 人物 で あ る ( 藤壺 の 兄 の 兵部 卿宮 と は 別人 ) 。 +1 渋川 敬典 ( しぶかわ よしのり 、 天保 9 年 ( 1838 年 ) - 明治 37 年 ( 190 4 年 ) ) は 、 幕末 ・ 明治 期 の 天文 学 者 。 +-1 散華 ( さん げ ) と は 、 以下 を 意味 する 。 +1 稲葉 道通 ( いなばみち と お 、 元亀 元年 ( 1570 年 ) - 慶長 12 年 12 月 12 日 ( 旧暦 ) ( 160 8 年 1 月 29 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 藤原 訓儒 麻呂 ( ふじわら の くすまろ 、 ? - 天平 宝字 8 年 9 月 11 日 ( 旧暦 ) ( 764 年 10 月 14 日 ) ) は 奈良 時代 の 貴族 。 +-1 請假解 ( しょうかげ / せいかげ ) と は 、 古代 日本 に お い て 律令 制 の 官人 が 、 所属 する 官司 ( 本司 ) に 提出 し た 解 ( 公文 書 ) 形式 の 休暇 届 。 +-1 一世 一 元 の 詔 ( いっせい いちげん の みこと のり ) は 、 慶応 4 年 9 月 8 日 ( 旧暦 ) ( グレゴリオ 暦 1868 年 10 月 23 日 ) 、 慶応 4 年 を 改めて 明治 元年 と する と とも に 、 天皇 一代 に 元 号 一 つ と い う 一世 一元 の 制 を 定め た 詔 。 +-1 白鬚 神社 ( しらひげじん しゃ ) は 、 滋賀 県 高島 市 鵜川 に 鎮座 する 神社 。 +1 黒木 為 楨 ( くろ き ため も と 、 天保 15 年 3 月 16 日 ( 旧暦 ) ( 1844 年 5 月 3 日 ) - 大正 12 年 ( 1923 年 ) 2 月 3 日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 。 +1 三条 公行 ( さんじょう きんゆき 、 長治 2 年 ( 110 5 年 ) - 久安 4 年 6 月 22 日 ( 旧暦 ) ( 1148 年 7 月 9 日 ) ) は 、 平安 時代 末期 の 公卿 。 +1 大賀 宗 九 ( おお がそう く 、 ? - 寛永 7 年 ( 1630 年 ) ) は 日本 の 商人 。 +1 三の丸殿 ( さんのまるどの 、 ? - 慶長 8 年 2 月 5 日 ( 旧暦 ) ( 160 3 年 3 月 17 日 ) ) は 、 織田 信長 の 五女 。 +-1 中京 区 ( なかぎょう く ) は 、 京都 市 を 構成 する 11 区 の うち の ひと つ 。 +-1 日露 戦争 ( にちろ せんそう 、 露語 ルースカ ・ イポーン スカヤ ・ ヴァイナー 、 190 4 年 ( 明治 37 年 ) 2 月 6 日 - 190 5 年 ( 明治 38 年 ) 9 月 5 日 ) は 、 大 日本 帝国 と ロシア 帝国 ( ロシア と 同盟 し て い た モンテネグロ ( 当時 は モンテネグロ 公国 ) も 宣戦 布告 する も 、 実際 の 戦闘 に は 参加 せ ず ) と の 間 で 朝鮮 半島 と 満州 ( 中国 東北部 ) 南部 を 主戦 場 と し て 発生 し た 戦争 で あ る 。 +1 衣笠 貞之助 ( きぬ が さていのすけ 、 本名 ・ 小亀 貞之助 、 1896 年 1 月 1日 - 1982 年 2 月 26 日 ) は 大正 ・ 昭和 期 の 俳優 、 映画 監督 。 +1 藤原 実頼 ( ふじわら の さねより 、 昌泰 3 年 ( 90 0 年 ) - 天禄 元年 5 月 18 日 ( 旧暦 ) ( 97 0 年 6 月 29 日 ) ) は 、 平安 時代 中期 の 公卿 。 +1 鷲崎 連 ( わしざき つらぬ 、 生没年 不詳 ) は 新選 組平 隊 士 。 +-1 邪馬 台 国 ( やま たいこく ) は 、 『 魏志 倭人 伝 』 など に 出 て くる 国 で あ る 。 +-1 南都 鏡 神社 ( なん と かが み じんじゃ ) と は 、 奈良 県 奈良 市 に あ る 神社 で あ る 。 +1 高木 貞作 ( たかぎていさく 、 嘉永 元年 11 月 23 日 ( 旧暦 ) ( 1848 年 12 月 18 日 ) - 昭和 8 年 ( 1933 年 ) 1 月 14 日 ) は 、 幕末 の 桑名 藩 士 で 、 新 選 組 隊士 。 +-1 七口 の 関 ( なな くち の せき ) と は 、 中世 に 地方 より 京都 に 入 る 7 つ の 街道 ( 京都 七 口 ( きょう と なな くち ) ) に 設置 さ れ た 関所 の こと 。 +-1 七五 調 ( しち ご ちょう ) と は 詩 で 七音 ・ 五 音 の 順番 で 繰り返 す 形式 。 +-1 黄砂 ( こうさ ) と は 、 特に 中華 人民 共和 国 を 中心 と し た 東 アジア 内陸 部 の 砂漠 また は 乾燥 帯 の 砂塵 が 、 風 を 伴 う 砂嵐 ( 砂じん あらし ) など に よ っ て 空 に 巻き上げ られ 、 春 を 中心 に 東 アジア など の 広 範囲 に 飛来 し 、 地上 に 降り注 ぐ 気象 現象 。 +-1 常 照皇 寺 ( じょう しょう こうじ ) は 、 京都 市 右京 区 ( 旧 京北 町 ) に あ る 臨済 宗 天竜 寺 派 の 寺院 。 +-1 刺し子 ( さしこ ) と は 、 手芸 の 一 分野 で 、 布地 に 糸 で 幾 何 学 模様 等 の 図柄 を 刺繍 し て 縫いこ む こと 。 +-1 池坊 専応 ( いけのぼうせんおう 、 文明 ( 日本 ) 14 年 ( 1482 年 ) - 天文 ( 元号 ) 12 年 ( 1543 年 ) ) は 、 戦国 時代 ( 日本 ) の 京都 頂法 寺 ( 六角 堂 ) の 僧 ・ 立花 師 。 +-1 敷地 神社 ( しきち じんじゃ ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 神社 で あ る 。 +1 菊 の 前 ( きく の まえ 、 生年 不詳 - 天正 13 年 3 月 25 日 ( 旧暦 ) ( 1585 年 4 月 24 日 ) ) は 、 山田 城 の 城主 山田 辰業 の 正室 。 +1 五 所 平之助 ( ご しょ へいのすけ 、 本名 ・ 平右衛門 、 190 2 年 1 月 24 日 - 1981 年 5 月 1日 ) は 、 昭和 期 の 映画 監督 。 +-1 検地 帳 ( けんちちょう ) と は 、 検地 の 結果 を 村 単位 で 集計 し て 取りまとめ た 帳簿 の こと 。 +-1 中院 家 ( なかの いんけ ) は 、 大臣 家 の 家格 を 有 する 公家 。 +-1 日本 の 鬼 の 交流 博物 館 ( にほんの お に の こうりゅう はくぶつ かん ) は 、 京都 府 福知 山 市 ( 旧 加佐 郡 大江 町 ) の 大江山麓 に あ る 鬼伝説 を テーマ と する 博物 館 。 +-1 永楽 通宝 ( えいらく つうほう ) は 、 中国 、 明朝 第 3 代 皇帝 ・ 永楽 帝 の 時代 に 作 ら れ た 銭貨 。 +1 紀長田 麻呂 ( き の お さだま ろ 、 天平 勝宝 7 年 ( 75 5 年 ) - 天長 2 年 ( 82 5 年 ) 6 月 ( 旧暦 ) ) は 、 平安 時代 初期 の 官人 。 +-1 左京 区 ( さきょう く ) は 、 京都 市 を 構成 する 11 区 の うち の ひと つ 。 +1 惟明 親王 ( これあき しんのう 、 治承 3 年 ( 1179 年 ) - 承久 3 年 5 月 3 日 ( 旧暦 ) ( 1221 年 5 月 25 日 ) ) は 、 高倉 天皇 の 第 三 皇子 。 +-1 独神 ( ひとり がみ ) と は 、 神道 に お い て 夫婦 の 組 と し て で な く 単独 で 成 っ た 神 の こと 。 +-1 霊仙山 ( りょうぜん さん ) は 、 滋賀 県 多賀 町 と 米原 市 に またが る 、 標高 1,094 m の 山 で あ る 。 +-1 鰹 の タタキ ( かつお の たたき ) は 、 カツオ を 用い た 魚 料理 の ひと つ 。 +1 成田 達志 ( なりたた つ し 、 1964 年 - ) は 小鼓 方 幸流 の 能楽師 。 +-1 伊達 氏 ( だてうじ / いだて うじ ) は 、 鎌倉 時代 から 江戸 時代 まで 東北 地方 南部 ( 南 東北 ) を 本拠 と し た 一族 で 、 藤原 氏 の 藤原 北家 山 蔭 流 と 称 する 。 +1 広橋 兼仲 ( ひろは し かね なか 、 寛元 2 年 ( 1244 年 ) - 徳治 3 年 1 月 20 日 ( 旧暦 ) ( 130 8 年 2 月 12 日 ) ) は 鎌倉 時代 後期 の 公卿 。 +-1 美保海 軍 航空 隊 ( みほかいぐん こうくう た い ) は 、 大 日本 帝国 海軍 の 部隊 ・ 教育 機関 の 一 つ 。 +-1 武奈ヶ岳 ( ぶながたけ ) は 、 滋賀 県 大津 市 に あ る 、 標高 121 4 . 4 m の 山 。 +-1 茶釜 ( ちゃがま ) は 、 茶道 に 使用 する 茶 道具 の 一種 で 、 茶 に 使用 する 湯 を 沸 かす ため の 釜 の こと で あ る 。 +-1 俳名 ( はい - みょう ) は 、 本来 俳号 と 同義 で あ る が 、 江戸 時代 中期 以降 の 芸能 分野 に お い て 次 の よう に 用い られ た 。 +-1 近衞 家 ( この えけ ) は 、 摂家 筆頭 の 公家 。 +-1 公事 師 ( くじし ) と は 、 江戸 時代 に 存在 し た 訴訟 の 代行 を 業 と し た 者 。 +-1 手向山 八幡宮 ( たむけ やま は ち まんぐう ) は 、 奈良 県 奈良 市 に 鎮座 する 神社 。 +-1 匁 ( もんめ ) と は 、 尺貫 法 に おけ る 質量 の 単位 で あ る 。 +1 二階堂 行盛 ( に かいどう ゆきもり 、 1181 年 ( 養和 元年 ) - 1253 年 12 月 30 日 ( 建長 5 年 12 月 9 日 ( 旧暦 ) ) ) は 、 二階堂 行政 の 孫 で 鎌倉 幕府 の 政所 執事 、 評定 衆 。 +1 倭彦命 ( やまとひこの みこと 、 生年 不詳 - 垂仁 天皇 28 年 10 月 5 日 ( 旧暦 ) ( 紀元 前 2 年 11 月 1日 ? ) ) は 、 記紀 伝承 上 の 皇族 ( 王族 ) 。 +1 蘇我 満智 ( そが の まち 、 男性 ) は 、 古墳 時代 の 豪族 。 +1 『 続古 今 和 歌集 』 ( しょく こ きん わかしゅう ) は 鎌倉 時代 の 勅撰 集 で 、 二十 一 代 集 の 第 十 一 番 目 。 +1 藤原 経憲 ( ふじわら の つねの り 、 生没 年 未詳 ) は 、 平安 時代 末期 の 廷臣 。 +1 九鬼 隆季 ( く き たかすえ 、 慶長 13 年 ( 160 8 年 ) - 延宝 6 年 5 月 30 日 ( 旧暦 ) ( 167 8 年 7 月 18 日 ) ) は 、 丹波 国 綾 部 藩 の 初代 藩 主 。 +1 籾井 教業 ( もみいのり な り 、 大永 7 年 ( 1527 年 ) - 天正 4 年 ( 1576 年 ) ) は 、 戦国 時代 ( 日本 ) の 丹波 国 の 武将 。 +-1 還相 回向 ( げんそう えこう ) は 、 浄土 教 の 重要 な 教義 の ひと つ で あ る 。 +1 澤村 四郎 五郎 ( さわむら しろ うごろう ) は 、 歌舞伎 役者 の 名跡 。 +-1 観世 銕 之亟 ( かんぜ ・ てつの じょう ) は 能楽 観世 流 宗家 観世家 の 分家 当主 が もっぱら 明治 以降 名乗 っ て い る 名 。 +-1 持組 ( もちぐみ ) は 江戸 幕府 の 組織 。 +-1 桑原 家 ( くわばらけ ) は 江戸 時代 に 五 条 為 庸 ( 正二 位 ・ 大納言 ) ( 1619 年 - 16 77 年 ) の 四男 で あ る 桑原 長義 ( 正二 位 ・ 中納言 ・ 式部 省 ) ( 1661 年 - 1737 年 ) が 起こ し た 堂上 家 で あ る 。 +-1 子嶋 寺 ( こじまで ら ) は 奈良 県 高市 郡 高取 町 に あ る 高野山 真言 宗 の 寺院 。 +1 上杉 道満丸 ( うえすぎ どう まんまる 、 元亀 2 年 ( 15 71 年 ) - 天正 7 年 3 月 18 日 ( 旧暦 ) ( 1579 年 4 月 13 日 ) は 、 越後 国主 ・ 上杉 謙信 の 養子 、 上杉 景虎 の 嫡男 。 +-1 河原院 ( かわら の いん ) は 、 京都 六 条 通 に あ っ た 源融 の 邸宅 で あ る 。 +1 貞信 公記 ( ていしんこうき ) は 、 関白 太政 大臣 藤原 忠平 の 日記 。 +-1 聖守 ( しょうしゅ 、 建保 3 年 ( 1215 年 ) - 正応 4 年 11 月 27 日 ( 旧暦 ) ( 1291 年 12 月 19 日 ) ) は 、 鎌倉 時代 中期 の 東大 寺 の 僧 。 +-1 大念 寺 ( だい ねんじ ) は 京都 府 乙訓 郡 大山崎 町 に あ る 浄土 宗 の 仏教 寺院 。 +-1 絲鞋 ( しがい ・ いと の くつ ・ しあい ) と は 、 未 成年 の 皇族 や 童舞 の 舞楽 装束 や 神道 の 儀式 に 参加 する 幼 い 巫女 に 用い られ る 絹糸 製 の 靴 。 +-1 長福寺 ( ちょうふくじ ) は 、 京都 市 右京 区 梅津 に あ る 臨済 宗 南禅 寺 派 の 寺院 。 +-1 一 円 知行 ( いちえん ちぎょう ) と は 、 日本 の 中世 で 使用 さ れ た 用語 で 、 荘園 公領 制 の 重層 的 に 入り組 ん だ 支配 ・ 権利 関係 の 中 で 、 ある 者 が 一元 的 に 土地 を 支配 する こと を 指 す 。 +1 朝倉 孝景 ( あさくら たかかげ ) は 戦国 時代 ( 日本 ) の 武将 で 越前 国 の 戦国 大名 。 +1 久世 重之 ( くぜしげゆき 、 万治 2 年 ( 1659 年 ) - 享保 5 年 6 月 27 日 ( 旧暦 ) ( 1720 年 8 月 1日 ) ) は 、 江戸 時代 の 大名 、 徳川 幕府 閣僚 。 +-1 元 嘉暦 ( げん か れき ) と は 中国 暦 の 一 つ で 、 かつて 中国 ・ 日本 など で 使 わ れ て い た 太陰 太陽 暦 の 暦法 。 +-1 金 精神 ( こんせいしん ) は 、 金精 大 明神 ( こんせい だいみょう じん ) 、 金精様 ( こんせい さま ) など と も 呼 ば れ 、 石 、 木 、 金属 製 の 男根 の 形 を し た 御神体 を 祀 っ た 神 で あ る 。 +1 奥宮 健之 ( おく のみや けんし 、 1857 年 12 月 27 日 ( 安政 4 年 11 月 12 日 ( 旧暦 ) ) - 19 11 年 ( 明治 44 年 ) 1 月 24 日 ) は 、 自由 民権 運動 で 活躍 し た 日本 の 社会 運動 家 。 +-1 日明 貿易 ( にちみん ぼうえき ) は 、 日本 の 室町 時代 に 日本 が 中国 の 明王 朝 に 行 っ た 貿易 を 指 す 。 +-1 定額 寺 ( じょうがくじ ) と は 、 奈良 時代 ・ 平安 時代 に 官大 寺 ・ 国分寺 ( 国分 尼 寺 を 含 む ) に 次 ぐ 寺格 を 有 し た 仏教 寺院 。 +-1 福王 流 ( ふくおう - りゅう ) は 能楽 ワキ 方 の 一流 派 。 +1 大伴 旅人 ( おおともの たび と 、 665 年 - 天平 3 年 ( 731 年 ) 7 月 25 日 ( 旧暦 ) ) は 奈良 時代 初期 の 政治 家 、 歌人 。 +1 西園寺 実晴 ( さいおんじ さねはる 、 慶長 6 年 ( 160 1 年 ) - 寛文 13 年 1 月 11 日 ( 旧暦 ) ( 167 3 年 2 月 27 日 ) ) は 江戸 時代 の 公卿 。 +-1 西国筋 郡代 ( さいごく すじ ぐんだい ) と は 、 江戸 時代 に 4 ヶ所 設置 さ れ た 郡代 の 一 つ 。 +-1 土用 の 丑 の 日 ( どよう の うし の ひ ) は 、 土用 の 間 で 日 の 十 二 支 が 丑 で あ る 日 の こと 。 +1 河野 通信 ( こう の みちのぶ 、 保元 元年 ( 1156 年 ) - 貞応 元年 ( 1223 年 ) 5 月 19 日 ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 伊予国 の 武将 。 +1 柿本人麻呂 ( かきの もと の ひと まろ 、 男性 、 6 60 年 頃 ~ 720 年 頃 ) は 、 飛鳥 時代 の 歌人 。 +-1 京都 広河原 スキー 場 ( きょう と ひろがわら スキー じょう ) は 、 京都 市 左京 区 広河原 尾花町 に 位置 する 京都 市 内 の 唯一 の スキー 場 で あ る 。 +-1 『 茶経 』 ( ちゃきょう   茶經 ) は 、 8 世紀 頃 中国 ・ 唐 の 、 陸羽 に よ っ て 著 さ れ た 書物 で あ る 。 +1 元良 親王 ( もとよししんのう 、 890 年 ( 寛平 2 年 ) - 943 年 9 月 3 日 ( 天慶 6 年 7 月 26 日 ( 旧暦 ) ) ) は 平安 時代 中期 の 皇族 、 歌人 。 +1 尾上 菊之丞 ( おのえき く の じょう ) は 、 日本 舞踊 の 尾上流 の 名跡 。 +1 源 氏 釈 ( げん じしゃく ) と は 、 『 源氏 物語 』 の 注釈 書 で あ る 。 +-1 稷山 の 戦い ( ショクサン の たたか い ) は 慶長 の 役 に お い て 日本 軍 と 明軍 と の 間 で 戦 わ れ た 戦闘 。 +1 基礎 情報 天皇 +-1 お から は 日本 、 中華 人民 共和 国 、 大韓 民国 など 、 東 アジア 特有 の 食品 の 一種 。 +-1 京都 電燈 株式 会社 ( きょうと でんとう ) は 、 1888 年 ( 明治 21 年 ) に 創立 さ れ た 日本 の 電力 会社 。 +1 太安 万 侶 ( おおの やすま ろ 太安 萬 侶 、 生年 不詳 - 723 年 8 月 15 日 ( 養老 7 年 7 月 6 日 ( 旧暦 ) ) ) は 、 奈良 時代 の 文官 。 +1 片岡 市蔵 ( かたお か いち ぞう ) は 、 歌舞伎 役者 の 名跡 。 +-1 筆子塚 ( ふ で こづか ) と は 、 江戸 時代 に 庶民 の 教育 機関 で あ っ た 寺子 屋 や 家塾 で 、 読書 算 や 実務 教育 を 教わ っ た 教え子 が 、 師匠 が 死 ん だ 際 に その 遺徳 を 偲 ん で 、 建て た 墓 で あ る 塚 、 また は 供養 塔 。 +1 宮 中 席 次 ( きゅう ちゅう せき じ ) と は 、 公的 な 宮中 行事 に おけ る 席次 の こと 。 +-1 加悦 鉄道 ( か や てつどう ) は 京都 府 与謝 郡 野田川町 ( 現 ・ 与謝野 町 ) の 丹後 山田 駅 ( 現 北 近畿 タンゴ 鉄道 宮津 線 野田川 駅 ) から 、 同郡 加悦 町 ( 現 ・ 与謝野 町 ) の 加悦 駅 まで を 結 ん で い た 私鉄 で あ る 。 +-1 囲塩 ( かこいしお ) は 、 古積 塩 と も 呼 ば れ る 日本 に 古来 から 伝わ る 特別 に 精製 さ れ た 保存 用 の 食塩 の こと 。 +1 藤原 頼嗣 ( ふじわら の よりつぐ 、 延応 元年 11 月 21 日 ( 旧暦 ) ( 1239 年 12 月 17 日 ) - 康元 元年 9 月 25 日 ( 旧暦 ) ( 1256 年 10 月 14 日 ) ) は 、 鎌倉 幕府 5 代 征夷 大将軍 で あ る 。 +-1 出汁 ( だし ) は 、 調味 料 の 一 つ で 、 料理 に 甘味 ・ 酸味 ・ 苦味 ・ 塩味 の 味覚 に 加え て 、 肉 や 野菜 、 キノコ や 海藻 に 含 ま れ る うま 味 を 抽出 し て 加え る ため の 液体 。 +-1 大聖院 ( だい しょういん ) は 、 京都 市 右京 区 ( 旧 北桑田 郡 京北町 ) に あ る 真言 宗 御 室 派 の 寺院 。 +1 紀咋 麻呂 ( きのくいま ろ 、 天平 勝宝 7 年 ( 75 5 年 ) - 天長 10 年 1 月 19 日 ( 旧暦 ) ( 833 年 2 月 12 日 ) ) は 、 平安 時代 初期 の 官人 。 +-1 天龍 寺 ( てんりゅうじ ) は 、 京都 府 京都 市 右京 区 嵯峨 天龍 寺 芒 ノ 馬場 町 ( すすき の ばば ちょう ) に あ る 、 臨済 宗 天龍 寺 派 大 本山 の 寺院 。 +-1 アメノオシホミミ ( マサカツ アカツカチハヤ ヒアメノオシホミミ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +1 伊賀 局 ( いが の つぼね 、 生年 不詳 - 元中 元年 / 至徳 ( 日本 ) 元年 10 月 13 日 ( 旧暦 ) ( 1384 年 11 月 26 日 ) ) は 、 南北朝 時代 ( 日本 ) の 勇女 と さ れ る 女性 。 +-1 ない の 神 ( なゐ の 神 ) は 、 日本 神話 に 登場 する 地震 の 神 で あ る 。 +1 春日 皇子 ( かすが の みこ 、 欽明 天皇 21 年 ( 560 年 ) 前後 ? - 推古 天皇 23 年 ( 615 年 ) ? ) は 敏達 天皇 と 妃 ・ 春日 老 女子 の 第 二 皇子 。 +-1 乾物 ( かんぶつ ) と は 、 保存 性 や 食味 の 向上 を 目的 と し て 水分 を 抜き 乾燥 さ せ た 食品 の こと で あ る 。 +-1 勧学院 ( かんがく いん ) は 平安 時代 の 藤原 氏 の 大学 別曹 で あ る 。 +-1 音 博士 ( おん は かせ / こえ の はかせ ) は 、 日本 の 律令 制 に お い て 置 か れ た 博士 の 1 つ 。 +1 九鬼 隆一 ( く きりゅう いち 、 嘉永 3 年 8 月 7 日 _ ( 旧暦 ) ( 1850 年 9 月 12 日 ) - 昭和 6 年 ( 1931 年 ) 8 月 18 日 ) は 日本 の 官僚 、 男爵 。 +-1 地頭 ( じ とう ) は 、 鎌倉 幕府 ・ 室町 幕府 が 荘園 ・ 国衙 領 ( 公領 ) を 管理 支配 する ため に 設置 し た 職 。 +1 『 懐風藻 』 ( かいふうそう ) は 、 現存 する 最古 の 日本 漢 詩集 。 +1 高市 許梅 ( たけち の こめ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 松木 松年 ( まつ きしょうねん 、 男性 、 天保 14 年 ( 1843 年 ) - 大正 6 年 ( 1917 年 ) 12 月 28 日 ) は 、 幕末 から 近代 日本 の 画家 ・ 篆刻 家 で あ る 。 +-1 浄土院 ( じょうど いん ) は 、 京都 市 上京 区 に あ る 浄土 宗 の 尼寺 。 +-1 門前 町 ( もんぜん まち ) と は 、 有力 な 寺院 ・ 神社 の 周辺 に 、 社寺 関係 者 および 参拝 客 を 相手 に する 商工 業 者 が 集ま る こと に よ っ て 形成 さ れ た 町 の こと 。 +-1 知恩 院 ( ち おんいん ) は 、 京都 府 京都 市 東山 区 に あ る 浄土 宗 総 本山 の 寺院 。 +1 京極 高 国 ( きょうごく   たかく に ) は 、 丹後 国宮津 藩 の 第 3 代 藩 主 。 +-1 京 狩野 ( きょうが のう ) は 、 安土 桃山 時代 末 から 明治 期 まで 京都 で 活躍 し た 画家 の 流派 。 +-1 焙炒造り ( ばいしょう づくり ) と は 、 日本 酒 の 現代 の 製法 の 一 つ で 、 日本 酒 の 現代 の 製法 の 一 つ で 高温糖 化 法 、 高温糖 化 法 の 一種 。 +-1 宝林 伝 ( ほうりん でん ) は 、 正し く は 大唐 韶州 雙 峰山 曹侯 渓寶 林 傳 ( だい とう しょうしゅう そう ほう ざん そうこう けいほうりん でん ) を 書名 と する 、 唐 の 貞元 _ ( 唐 ) 17 年 ( 80 1 年 ) に 成立 し た 禅 の 燈史 で あ る 。 +-1 君 手摩 ( きみ て ずり ) は 、 通説 で は 海 と 太陽 を 司 る 琉球 王国 の 守護 神 と さ れ る 。 +-1 六 地蔵 駅 ( ろくじ ぞうえき ) は 、 京都 府 京都 市 伏見 区 と 宇治 市 に あ る 、 京阪 電気 鉄道 ・ 西 日本 旅客 鉄道 ( JR 西 日本 ) ・ 京都 市営 地下 鉄 の 鉄道 駅 。 +-1 桜本坊 ( さくらもと ぼう ) は 奈良 県 吉野 郡 吉野 町 に あ る 金峯山 修験 本宗 別 格 本山 ・ 大 峯山 の 護持 院 で も あ る 。 +1 平瀬 作五郎 ( ひらせ さくごろう 、 安政 3 年 1 月 7 日 ( 旧暦 ) ( 1856 年 2 月 12 日 ) - 大正 14 年 ( 1925 年 ) 1 月 4 日 ) は 、 明治 ・ 大正 期 の 植物 学 者 。 +-1 年 期 売 ( ねんきうり ・ 年季売 ・ 年紀売 ) と は 、 中世 日本 で 行 わ れ た 売買 契約 の 1 つ 。 +-1 京都 法政 学校 ( きょう と ほう せい がっこう ) は 、 190 0 年 に 中川 小十郎 ら に よ っ て 創設 さ れ た 私立 学校 で 、 現在 の 立命 館 大学 ( 学校 法人 本部 : 京都 市 中京 区 ) の 前身 。 +-1 瑞穂町 ( みずほ ちょう ) は 、 京都 府 に あ っ た 町 で あ る 。 +-1 小笠原 家 茶道 古流 ( おがさわら け さどうこりゅう ) は 、 豊前 国 小倉 藩 ( 福岡 県 北九州 市 ) で 伝え られ た 茶道 の 流派 。 +-1 満済 ( まんさい ・ まんぜい 、 天授 ( 日本 ) 4 年 / 永和 ( 日本 ) 4 年 ( 1378 年 ) - 永享 7 年 6 月 13 日 ( 旧暦 ) ( 1435 年 7 月 8 日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 に かけ て の 醍醐 寺 ( 真言 宗 ) の 僧 。 +1 禖子 内 親王 ( ばいし な い しんのう 、 生没年 不詳 ) は 、 後宇多 天皇 の 第 二 皇女 。 +-1 放生 院 ( ほうじょういん ) は 、 京都 市 宇治 市 に あ る 真言 律 宗 の 寺院 。 +-1 京都 見廻 組 ( きょうと みまわ り ぐみ ) は 、 江戸 時代 末期 ( 幕末期 ) に 幕臣 に よ っ て 結成 さ れ た 、 京都 治安 維持 の 組織 。 +-1 嵯峨 ぎく ( さ が ぎく ) は 、 キク 科 の 多年 草 。 +-1 洛中 法華 21 ヶ寺 ( らく ちゅう ほっけ 2 1 かじ ) は 京都 市 内 に あ る 日像 上人 の 妙顕 寺 建立 に 始ま る 日蓮 宗 系 仏教 各 宗派 の 21 の 本山 寺院 。 +-1 大膳 職 ( だい ぜん しき ) は 、 日本 の 律令 制 に お い て 宮内 省 に 属 する 官司 。 +-1 慈雲 妙意 ( じうんみょうい 、 文永 11 年 ( 1274 年 ) - 貞和 元年 / 興国 6 年 6 月 3 日 ( 旧暦 ) ( 1345 年 7 月 2 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 臨済 宗 の 僧 。 +1 小手子 ( こてこ ) は 崇峻 天皇 の 妃 で あ る 。 +1 阿野 廉子 ( あの やすこ また は かどこ ( 不明 な ため 暫定 的 に れんし と 呼 ば れ る こと が 多 い ) 、 正安 3 年 ( 130 1 年 ) - 正平 ( 日本 ) 14 年 / 延文 4 年 4 月 29 日 ( 旧暦 ) ( 1359 年 5 月 26 日 ) ) は 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) の 女性 。 +-1 御 旅所 ( お たび しょ ) と は 、 神社 の 祭礼 ( 神幸祭 ) に お い て 神 ( 一般 に は 神体 を 乗せ た 神輿 ) が 巡幸 の 途中 で 休憩 また は 宿泊 する 場所 地 を さ す 。 +-1 京北町 ( けいほくちょう ) は 、 2005 年 3 月 31 日 まで 京都 府 北 桑田 郡 に 存在 し た 町 。 +-1 位牌 ( いはい ) と は 、 死者 の 祭祀 の ため 、 死者 の 戒名 など を 記 し た 木 の 板 を い う 。 +-1 河内 十 人 斬り ( かわちじゅう にんぎり ) は 、 1893 年 ( 明治 26 年 ) に 大阪 府 南東部 の 金剛 山麓 の 赤坂 水分 ( あかさか すいぶん ) 村 で 起こ っ た 殺人 事件 。 +1 鷹司 兼平 ( たかつか さ かね ひら 、 安貞 2 年 ( 1228 年 ) - 永仁 2 年 8 月 8 日 ( 旧暦 ) ( 1294 年 8 月 30 日 ) ) は 、 鎌倉 時代 の 公卿 。 +-1 撰銭 ( えりぜに 、 えり せん 、 せんせん ) と は 、 日本 の 中世 後期 に お い て 、 支払 決済 の 際 に 、 劣悪 な 銭貨 ( 鐚銭 ・ 悪銭 と も ) を 忌避 ・ 排除 し た こと を い う 。 +-1 五 徳猫 ( ごと く ねこ ) は 、 鳥山 石燕 の 『 画図 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +1 林 きむ子 ( はやし   きむこ 、 明治 17 年 ( 1884 年 ) - 昭和 42 年 ( 1967 年 ) ) は 舞踏 家 、 作家 、 社会 運動 家 、 実業 家 。 +1 藤原 薬子 ( ふじわら の くすこ 、 生年 不詳 - 大同 ( 日本 ) 5 年 9 月 12 日 ( 旧暦 ) ( 810 年 10 月 17 日 ) ) は 平安 時代 初期 の 女官 。 +1 実忠 ( じっちゅう 、 神亀 3 年 ( 726 年 ) - ? ) は 、 奈良 時代 の 僧 。 +-1 和洋 折衷 建築 ( わよう せっちゅう けんちく ) と は 、 近代 日本 に お い て 建て られ た 和風 建築 と 洋風 建築 の 要素 を 意図 的 に 折衷 し た 建物 。 +-1 香 の 図 ( こう の ず ) は 、 香道 の 中 で 、 ある 種 の 組香 ( くみこう ) 、 もしくは 芸術 品 の 紋様 と し て 利用 さ れ る 縦線 と 横線 から な る 図柄 で あ る 。 +-1 釈迦 如来 ( しゃか にょらい 、 しきゃ じらい ) また は 釈迦 牟 尼仏 は 、 仏教 の 開祖 釈迦 〔 姓名 : 瞿曇 悉 達 多 ( クドンシッタルタ ) 梵語 : Gautamasiddhaartha ( ガウタマ ・ シッダールタ ) パーリ 語 : GotamaSiddhattha ( ゴータマ ・ シッダッタ ) 〕 を 仏 ( 仏陀 ) と し て 敬 う 呼 び 方 。 +1 古本 説話 集 ( こほんせつ わ しゅう ) は 、 平安 時代 末期 か 、 遅 く と も 鎌倉 時代 初期 に は 成立 し た と 見 られ る 説話 集 。 +-1 白隠 慧鶴 ( はくいん えか く 、 1686 年 1 月 19 日 ( 貞享 2 年 12 月 25 日 ( 旧暦 ) ) - 1769 年 1 月 18 日 ( 明和 5 年 12 月 11 日 ( 旧暦 ) ) ) は 、 臨済 宗 中興 の 祖 と 称 さ れ る 江戸 時代 の 禅僧 で あ る 。 +-1 尊長 ( そんちょう 、 生年 未詳 - 安貞 元年 ( 1227 年 ) ) は 鎌倉 時代 初期 の 僧侶 。 +-1 隈取 ( くまどり ) と は 、 歌舞伎 独特 の 化粧 法 の こと で あ る 。 +1 欠史 十 代 ( けっしじゅう だい ) と は 、 『 古事 記 』 に お い て 、 系譜 のみ が 記 さ れ 、 その 事績 は 記 さ れ て い な い 第 24 代 仁賢 天皇 から 第 33 代 推古 天皇 まで の 10 人 の 天皇 の こと 、 あるいは その 時代 を 指 す 。 +-1 おけさ 号 ( おけさ ごう ) は 、 大阪 府 大阪 市 北 区 ( 大阪 市 ) から 京都 府 京都 市 下京 区 を 経由 し て 新潟 県 新潟 市 中央 区 ( 新潟 市 ) と を 結 ぶ 高速 バス 路線 の 愛称 で あ る 。 +-1 大根 おろし ( だいこん おろし ) は 、 ダイコン の 根部 を おろ し 金 を 用い て すりおろ し た 食品 。 +-1 残心 ( ざんしん ) と は 日本 の 武道 および 芸道 に お い て 用い られ る 言葉 。 +-1 聚楽 第 ( じゅらくだい / じゅらく てい ) は 、 安土 桃山 時代 に 豊臣 秀吉 が 京都 の 内野 ( 平安 京 の 大内 裏跡 、 現在 の 京都 市 上京 区 に あた る ) に 建設 し た 大邸宅 。 +1 雲室 ( うんしつ 、 宝暦 3 年 3 月 5 日 ( 旧暦 ) ( 175 3 年 4 月 8 日 ) - 文政 10 年 5 月 9 日 ( 旧暦 ) ( 1827 年 6 月 3 日 ) ) は 、 日本 の 僧 、 学者 。 +-1 東大 寺 の 歴史 ( とうだいじ の れきし ) に つ い て 、 解説 する 。 +1 源 経信 ( みなもと の つねのぶ 、 長和 5 年 ( 1016 年 ) - 永長 2 年 1 月 6 日 ( 旧暦 ) ( 1097 年 2 月 20 日 ) ) は 、 平安 時代 後期 の 公家 ・ 歌人 。 +-1 仕事 納め ( しごと おさめ ) と は 年末 と な る 12 月 の 下旬 の 、 最後 の 仕事 の こと 。 +1 尭尋 ( ぎょうじん 、 生年 不詳 - 1412 年 ? ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 に かけ て の 僧 ・ 歌人 。 +1 大炊 御門 冬信 ( おおい の みかど ふゆのぶ 、 延慶 ( 日本 ) 2 年 ( 1309 年 ) - 正平 ( 日本 ) 5 年 ・ 観応 元年 6 月 28 日 ( 旧暦 ) ( 1350 年 8 月 1日 ) ) は 、 南北朝 時代 ( 日本 ) の 公卿 。 +-1 瓦 ( かわら ) と は 、 主に 屋根 葺き に 使 わ れ る 、 建材 の こと で あ る 。 +1 平貞文 ( たいら の さだふみ 、 貞観 _ ( 日本 ) 14 年 ( 872 年 ) ? - 延長 ( 元号 ) 元年 9 月 27 日 ( 旧暦 ) ( 923 年 11 月 13 日 ) ) は 、 平安 時代 中期 の 歌人 。 +-1 蹲踞 ( そんきょ 、 そんこ ) と は 、 体 を 丸 く し て しゃ が む 、 また は 膝 を 折り立て て 腰 を 落と し た 立膝 を つ い た 座法 を 言 う 。 +-1 京都 サンガ F . C . ( きょうと サンガエフシー 、 KyotoSangaFC ) は 、 日本 の 京都 市 に ホーム を 置 く 、 日本 プロ サッカーリーグ ( J リーグ ) に 加盟 する プロ サッカー クラブ 。 +-1 不動倉 ( ふ どうそう ) と は 、 律令 制 に お い て イネ穀 を 収納 し た 正倉 が 満載 と な っ た 後 に 、 国司 ・ 郡司 に よ る 検封 作業 を 経 て 封印 さ れ た 倉庫 の こと 。 +-1 漫才 ( まんざい ) は 、 古来 の 萬歳 を 元 に 、 日本 の 近畿 地方 で 独自 に 発達 し た と さ れ る 、 主に 2人 組 で 披露 さ れ る 演芸 ・ 話芸 。 +-1 国衙 軍制 ( こくが ぐんせい ) と は 、 日本 の 古代 末期 から 中世 初頭 に かけ て ( 10 世紀 - 12 世紀 ) 成立 し た 国家 軍事 制度 を 指 す 歴史 概念 。 +-1 平安 装束 ( へい あん しょうぞく ) は 、 平安 時代 の 皇族 ・ 貴族 の 衣服 。 +-1 移配 ( いはい ) と は 、 8 世紀 から 9 世紀 に かけ て 、 当時 の 日本 の 律令 政府 ( 朝廷 ) が 現在 の 東北 地方 に 居住 し て い た 蝦夷 を 内地 ( 関東 地方 以西 の 本州 ・ 四国 ・ 九州 ) に 強制 移住 さ せ た 政策 の こと 。 +1 経賢 ( けいけん 、 生没年 不詳 ) は 、 南北朝 時代 ( 日本 ) の 僧 ・ 歌人 。 +-1 京田辺 駅 ( きょう たなべ えき ) は 、 京都 府 京田辺 市田辺 久戸 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 片町 線 の 鉄道 駅 。 +-1 日本 髪 ( に ほん がみ ) は 、 広義 で は 古墳 時代 から 昭和 戦前 まで の 日本 固有 の 髪形 の 事 。 +1 藤原 真雄 ( ふじわら の さねお 、 神護 景雲 元年 ( 767 年 ) - 弘仁 2 年 7 月 8 日 ( 旧暦 ) ( 811 年 7 月 31 日 ) は 、 平安 時代 初期 の 貴族 。 +1 歌 物語 ( うた ものがたり ) と は 、 和歌 に まつわ る 説話 を 集成 し た 、 物語 文学 の 総称 で あ る 。 +1 稲葉 通重 ( いなば みちしげ ) は 、 安土 桃山 時代 の 武将 。 +-1 足高 の 制 ( たしだ か の せい 、 足高 制 ) と は 、 徳川 吉宗 が 享保 8 年 ( 1723 年 ) 6 月 に 施行 し た 法令 。 +1 清胤 ( しょういん ( 「 清因 ( せいいん ) 」 と も ) 、 天慶 6 年 ( 943 年 ) - 長徳 元年 5 月 8 日 _ ( 旧暦 ) ( 995 年 6 月 13 日 ) ) は 、 平安 時代 の 天台 宗 の 僧侶 ・ 歌人 。 +-1 のっぺ は 日本 の 郷土 料理 の ひと つ 。 +1 庭田 重基 ( にわた し げもと 、 寛政 11 年 8 月 22 日 ( 旧暦 ) ( 1799 年 9 月 21 日 ) - 天保 11 年 2 月 17 日 ( 旧暦 ) ( 1840 年 3 月 20 日 ) ) は 江戸 時代 後期 の 公家 、 公卿 。 +-1 土岐 康行 の 乱 ( ときやす ゆき の らん ) は 、 室町 時代 の 康応 元年 ( 1389 年 ) - 明徳 元年 ( 1390 年 ) に 守護 大名 の 土岐 康行 が 室町 幕府 に 討伐 さ れ た 事件 で あ る 。 +-1 申次衆 ( もう しつぎ しゅう ) と は 、 室町 幕府 の 職名 の 1 つ 。 +1 林 遠里 ( はやし   おんり 、 1831 年 3 月 8 日 ( 天保 2 年 1 月 24 日 ( 旧暦 ) ) - 190 6 年 ( 明治 39 年 ) 1 月 30 日 ) は 、 福岡 県 生まれ の 老農 ( 篤農家 ) ・ 農業 技術 指導 者 。 +-1 昇殿 ( しょうでん ) と は 、 平安 時代 以降 に 五 位 以上 の 者 および 六位 蔵人 の 職 に あ る 者 が 内裏 清涼 殿 の 南廂 に あ る 殿上 の 間 に 昇 る こと を 許 さ れ る こと 。 +1 義昭 ( ぎしょう 、 応永 11 年 ( 140 4 年 ) - 嘉吉 元年 3 月 13 日 ( 旧暦 ) ( 1441 年 4 月 4 日 ) ) は 、 室町 幕府 第 3 代 征夷 大将軍 ・ 足利 義満 の 子 。 +-1 宗門 改 ( しゅうもん あらため ) は 、 江戸 幕府 が 行 っ た 宗教 政策 および 民衆 統制 政策 。 +1 平重衡 ( たいら の しげひら ) は 、 平安 時代 末期 の 武将 。 +-1 儀鳳暦 ( ぎ ほうれき ) と は 中国 暦 の 一 つ で 、 中国 唐 の 天文 学 者 ・ 李 淳風 が 編纂 し た 太陰 太陽 暦 の 暦法 で あ る 。 +1 藤原 清衡 ( ふじわらの きよひら ) は 、 平安 時代 後期 の 武将 で 奥州 藤原 氏 の 祖 。 +-1 遊廓 ( ゆうかく ) は 、 公許 の 遊女 屋 を 集め 、 周囲 を 塀 や 堀 など で 囲 っ た 区画 。 +-1 得宗 ( とくそう ) は 、 鎌倉 幕府 の 北条 氏 惣領 の 家系 。 +-1 平等 院 ( びょうどう いん ) は 、 京都 府 宇治 市 に あ る 藤原 氏 ゆかり の 寺院 。 +1 石川 丈山 ( いしかわ じょうざん 、 1583 年 ( 天正 11 年 ) - 167 2 年 6 月 18 日 ( 寛文 12 年 5 月 23 日 ( 旧暦 ) ) ) は 、 江戸 時代 初期 の 文人 で 、 もと は 武士 。 +1 隆光 ( りゅうこう 、 慶安 2 年 2 月 8 日 ( 旧暦 ) ( 1649 年 3 月 20 日 ) - 享保 9 年 6 月 7 日 ( 旧暦 ) ( 1724 年 7 月 26 日 ) ) は 、 江戸 時代 中期 の 新義 真言宗 の 僧 。 +-1 殉死 ( じゅんし ) と は 、 王 や 皇帝 、 首長 、 祭司 王 など の 喪 や 埋葬 に 際 し て 、 近親 者 や 従者 が それ を 追 っ て 死 ぬ こと 。 +1 富田 近重 ( とみだ ちかしげ ) は 、 鎌倉 時代 の 武蔵 国 児玉 党 ( 現在 の 埼玉 県 本庄 市 富田 出身 ) の 武士 。 +1 稲葉 良通 / 稲葉 一鉄 ( いなば よしみち / いなば いってつ ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 。 +-1 コンニャク ( 蒟蒻 、 菎蒻 、 学名 : Amorphophalluskonjac ) と は サトイモ 科 の 植物 、 あるいは その 球根 から 製造 さ れ る 食品 の こと で あ る 。 +-1 榎本 神社 ( えの もと じんじゃ ) は 、 奈良 県 奈良 市 に あ る 春日 大社 の 境内 摂社 で あ る 。 +-1 祇園 豆腐 ( ぎ おんどうふ ) は 、 江戸 時代 、 京都 の 八坂 神社 ( 祇園 神社 ) 門前 の 2 軒 の 茶屋 で 売 ら れ た 田楽 豆腐 の 料理 で あ る 。 +-1 石 包丁 ( い しぼう ちょう 、 石庖 丁 ) は 、 日本 の 縄文 時代 や 弥生 時代 の 遺跡 から 、 ( 中国 で は 仰韶 文化 、 竜山 文化 ) 発掘 さ れ る 磨製 石器 。 +-1 上士 ( じょうし ) は 、 江戸 時代 の 上級 藩士 で あ る 。 +1 山岡 景佐 ( やまおかかげすけ ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 侍 ( さむらい ) は 、 古代 から 中世 に かけ て の 日本 に おけ る 官人 の 身分 呼称 、 あるいは そこ から 発展 的 に 生 じ た 武士 の 別名 。 +-1 阪妻 ・ 立花 ・ ユニヴァーサル 聯合 映画 ( ばんつま たちばな ユニヴァーサル れんごう えい が 、 1926 年 9 月 契約 - 1927 年 5 月 契約 解除 ) は 、 かつて 存在 し た 日本 と アメリカ 合衆 国 と の 合弁 に よ る 、 日本 の 映画 会社 で あ る 。 +1 八 代 目 市川 海老蔵 ( はち だいめい ちかわ えびぞう 、 弘化 2 年 ( 1845 年 ) - 明治 19 年 ( 1886 年 ) 1 1 月 12 日 ) は 幕末 から 明治 初期 の 歌舞伎 役者 。 +-1 神崎 海水 浴 場 ( かんざき かいすい よくじょう ) は 、 京都 府 舞鶴 市 に あ る 日本 海 に 面 する 風光 明媚 な 海水 浴場 。 +1 金剛 謹之助 ( こんごう きんのすけ 、 1854 年 ( 嘉永 7 年 ) - 1923 年 ( 大正 12 年 ) ) は 、 シテ 方 金 剛 流能 楽師 。 +1 吉良 経家 ( きらつ ね いえ 、 生没年 不詳 ) は 鎌倉 時代 の 武将 。 +-1 有限 会社 上林 春松 本店 ( かんばや し しゅん しょう ほんてん ) は 、 京都 市 宇治 市 に あ る 茶問屋 で あ る 。 +1 藤原 経子 ( ふじわら の けいし / つねこ 、 生没 年 未詳 ) は 、 平安 時代 後期 の 女官 。 +-1 医心 方 ( い しんぼう ) と は 平安 時代 の 宮中 医官 で あ る 鍼博士 丹波 康頼撰 に よ っ て 書 か れ た 。 +-1 桐塑 ( とうそ ) は 、 粘土 の 一種 で あ る 。 +1 菊池 兼朝 ( きく ち かね とも 、 1383 年 ( 弘和 3 年 / 永徳 3 年 ) - 1444 年 3 月 27 日 ( 文安 元年 3 月 8 日 ( 旧暦 ) ) ) は 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 武将 。 +1 持明院 基定 ( じみょういん も と さだ 、 慶長 12 年 4 月 10 日 ( 旧暦 ) ( 160 7 年 5 月 5 日 ) - 寛文 7 年 10 月 17 日 ( 旧暦 ) ( 1667 年 12 月 2 日 ) ) は 、 江戸 時代 初期 の 公家 。 +1 一条 信能 ( いちじょう のぶよし 、 建久 元年 ( 1190 年 ) - 承久 3 年 ( 1221 年 ) は 、 鎌倉 時代 初期 の 公卿 。 +1 奥田 頴川 ( おくだ えいせん 、 宝暦 3 年 ( 1753 年 ) - 文化 ( 日本 ) 8 年 ( 1811 年 ) ) は 江戸 時代 中後期 の 陶芸 家 。 +-1 三上 藩 ( みかみ はん ) は 、 滋賀 県 野洲 市 野洲 町 三上 に 存在 し た 藩 。 +-1 鉦鼓 ( しょうこ ) と は 、 雅楽 で 使 わ れ る 打楽器 の 一 つ だ が 、 雅楽 で 唯一 の 金属 製 楽器 で あ る 。 +1 称制 ( しょうせい ) と は 先帝 崩 御 後 、 新帝 ( 主に 皇太子 また は 皇后 ) が 即位 の 式 を 挙げ ず に 政務 を 執 る こと 。 +-1 京都 府立 堂本 印象 美術 館 ( きょうと ふ りつどう もと いんしょう びじゅつ かん ) は 、 京都 府 京都 市 北 区 に あ る 美術 館 。 +-1 天津 神 ( あまつかみ ) ・ 国津 神 ( く に つかみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) の 分類 で あ る 。 +1 橘広相 ( たちばなの ひろみ 、 承和 ( 日本 ) 4 年 ( 837 年 ) - 寛平 2 年 5 月 16 日 ( 旧暦 ) ( 890 年 6 月 10 日 ) ) は 、 平安 時代 前期 の 公卿 ・ 学者 。 +1 安藤 正勝 ( あんどう まさかつ 、 天保 14 年 ( 1843 年 ) - 慶応 3 年 ( 1867 年 ) ) は 、 江戸 時代 末期 の 幕末 志士 。 +-1 観音 正寺 ( かんのん しょうじ ) は 、 滋賀 県 蒲生 郡 安土 町 に あ る 天台 宗 の 寺院 。 +1 丹波 康頼 ( たんば の やす より 、 延喜 12 年 ( 912 年 ) - 長徳 元年 ( 995 年 ) ) は 平安 時代 の 医家 。 +-1 今川 焼き ( いまがわ やき ) は 、 小麦 粉 を 主体 と し て 型 で 焼 い た 料理 。 +-1 三府 ( さんぷ ) +1 クリー ブランド 美術 館 所蔵 。 +1 愛宕 百 韻 ( あた ごひゃく いん ) は 、 本能 寺 の 変 の 直前 に 愛宕 山 ( 京都 市 ) で 明智 光 秀 が 張行 し た 連歌 で あ る 。 +-1 京都 市 宝 が 池 公園 運動 施設 球技 場 ( きょう と し ・ たから が いけ こうえん ・ うんどう しせつ ・ きゅうぎ じょう ) は 、 京都 府 京都 市 左京 区 松ヶ崎 西 池ノ内 町 の 宝ヶ池 公園 内 に あ る 球技 場 。 +-1 御 庭番 ( お にわばん ) は 江戸 時代 の 第 8 代 征夷 大将軍 、 徳川 吉宗 が 新設 し た 江戸 幕府 の 役職 。 +1 西園寺 公基 ( さいおんじ きん も と 、 承久 2 年 ( 1220 年 ) - 文永 11 年 12 月 14 日 ( 旧暦 ) ( 1275 年 1 月 12 日 ) ) は 、 鎌倉 時代 の 公卿 。 +-1 宮 騒動 ( みや そうどう ) は 、 鎌倉 時代 の 寛元 4 年 ( 1246 年 ) に 起き た 、 北条 光 時 の 反乱 未遂 、 および 前征夷 大将軍 ・ 藤原 頼経 が 鎌倉 から 追放 さ れ 、 京都 へ 戻 さ れ た 事件 。 +1 義烈 回天 百 首 ( ぎれつ か いてん ひゃく しゅ ) と は 、 1874 年 ( 明治 7 年 ) 9 月 に 発行 さ れ た 幕末 志士 の 歌 を 集め た 和 歌集 。 +1 延慶 ( えんけい 、 生没年 不詳 ) は 、 奈良 時代 の 僧 。 +1 藤原 家宗 ( ふじわら の いえ むね 、 弘仁 8 年 ( 817 年 ) - 元慶 元年 10 月 4 日 ( 旧暦 ) ( 877 年 11 月 16 日 ) ) は 藤原 北家 藤原 濱雄 の 子 。 +1 松平定綱 ( まつだいら さだつな 、 1592 年 3 月 8 日 ( 文禄 元年 1 月 25 日 ( 旧暦 ) ) - 1652 年 2 月 4 日 ( 慶安 4 年 12 月 25 日 ( 旧暦 ) ) ) は 江戸 時代 の 大名 。 +1 藤原 秀衡 ( ふじわら の ひでひら ) は 、 平安 時代 末期 の 武将 。 +-1 亀岡 祭 ( かめおかまつり ) は 、 京都 府 亀岡 市 で 毎年 10 月 23 日 から 10 月 25 日 まで の 3 日間 行 わ れ る 祭 で 鍬山 神社 の 例祭 で あ る 。 +1 掲子 内 親王 ( なが こ な い しんのう 、 生年 不詳 - 延喜 14 年 2 月 23 日 ( 旧暦 ) ( 914 年 3 月 22 日 ) ) は 、 平安 時代 前期 の 皇族 。 +-1 長講堂 領 ( ちょう こうどう - りょう ) は 、 中世 荘園 公領 制下 に おけ る 王家領 荘園 群 の 一 つ 。 +1 巨勢 徳多 ( こせ の とくた 、 ? - 斉明 天皇 4 年 1 月 13 日 ( 旧暦 ) ( 658 年 2 月 20 日 ) ) は 、 飛鳥 時代 の 政治 家 。 +-1 竪穴 式 住居 ( たてあな し きじゅうきょ , 英語 : ) と は 、 地面 を 円形 や 方形 に 掘り窪め 、 その 中 に 複数 の 柱 を 建て 、 梁 や 垂木 を つなぎあわせ て 家 の 骨組み を 作 り 、 その 上 から 土 、 葦 など の 植物 で 屋根 を 葺 い た 建物 の こと を い う 。 +-1 酒盗 ( しゅとう ) と は 、 カツオ の 内臓 を 原料 と する 塩辛 で あ る 。 +-1 白河 舟田 ・ 本沼 遺跡 群 ( しらかわ ふなだ ・ もと ぬま い せきぐん ) は 、 下総 塚 古墳 、 谷地 久保 古墳 、 舟田中道 遺跡 で 構成 さ れ て い る 遺跡 群 で 、 福島 県 白河 市 北部 に 位置 する 。 +1 五 代 目 中村 歌右衛門 ( ご だい め なかむら うたえもん 、 慶応 元年 12 月 29 日 ( 旧暦 ) ( 1866 年 2 月 14 日 ) - 昭和 15 年 ( 1940 年 ) 9 月 12 日 ) は 、 明治 から 大正 、 昭和 の 戦前期 に かけ て 活躍 し た 歌舞伎 役者 。 +-1 別聚符 宣抄 ( べっしゅうふ せんしょう ) は 、 延喜 2 年 ( 90 2 年 ) から 天禄 2 年 ( 97 1 年 ) の 間 に 発給 さ れ た 太政 官 符 ・ 宣旨 を 収録 し た 法令 集 。 +-1 忌寸 ( いみき ) は 、 684 年 ( 天武 天皇 13 年 ) に 制定 さ れ た 八色 の 姓 ( やくさ の かばね ) の 制度 で 新た に 作 ら れ た 姓 ( かばね ) で 上 から 4 番 目 。 +-1 紙切り ( かみきり ) と は 、 紙 を 鋏 で 切 り 、 形 を 作 る 伝統 芸能 の ひと つ で あ る 。 +-1 嵯峨 鳥居本 ( さ が とりいもと ) は 、 古く は 「 化野 ( あだし の ) 」 と 呼 ば れ 、 京 の 人々 の 埋葬 の 地 で あ っ た 。 +-1 蚊帳 ( 蚊屋 、 かや ) は 、 カ など の 害虫 から 人 など を 守 る ため の 箱状 の 網 。 +1 多利 思 北孤 は 『 隋書 』 「 卷 八十 一 列 傳 第 四十 六 東 夷 俀國 」 で 記述 さ れ る 倭国王 で あ る 。 +1 右田 弘詮 ( みぎた ひろあき 、 生年 不詳 - 大永 3 年 10 月 24 日 ( 旧暦 ) ( 1523 年 12 月 1日 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +1 藤原 遠経 ( ふじわら の と おつね 、 承和 ( 日本 ) 2 年 ( 835 年 ) - 仁和 4 年 10 月 26 日 ( 旧暦 ) ( 88 8 年 12 月 3 日 ) ) は 、 平安 時代 前期 の 官人 。 +-1 天叢 雲剣 ( あまの むら く も のつるぎ 、 あめ の むら く も のつるぎ ) と は 、 三 種 の 神器 の 一 つ で 、 熱田 神宮 の 神体 で あ る 。 +-1 宝ヶ池 公園 ( たから が いけ こうえん ) は 、 京都 府 京都 市 左京 区 に あ る 公園 。 +-1 走馬 灯 、 走 馬燈 ( そうまとう ) と は 内外 二 重 の 枠 を 持 ち 、 影絵 が 回転 し ながら 写 る よう に 細工 さ れ た 灯籠 ( 灯篭 ) の 一種 。 +-1 『 再茲 歌舞伎 花轢 』 ( また ここ に かぶき の はなだし ) は 清元 節 の 曲目 。 +-1 行空 ( ぎょう くう 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 浄土 宗 の 僧 。 +-1 古 活字 本 ( こかつ じ ぼん ) また は 古 活字 版 ( ― はん ) と は 、 文禄 より 慶安 ごろ まで の 間 に 日本 で 刊行 さ れ た 活字 印刷 本 の 総称 で あ る 。 +-1 千本 通 ( せん ぼんどおり ) は 京都 市 の 主要 な 南北 の 通り の 一 つ 。 +-1 花山 トンネル ( かざん トンネル ) 、 花山洞 ( かざん どう ) 、 は 京都 府 京都 市 東山 区 清閑 寺山内 町 と 京都 府 京都 市 山科 区 北 花山 町 と を 結 ぶ 歩行 者 専用 トンネル 。 +-1 承和楽 ( しょうわらく / じょうわらく ) と は 雅楽 の 曲 で あ る 。 +-1 六条 万里小路 仏所 ( ろくじょう まで の こうじ ぶっしょ ) は 、 平安 時代 の 仏師 工房 。 +1 眉輪 王 ( まよわ の おおきみ 、 允恭 天皇 39 年 ( 450 年 ) - 安康 天皇 3 年 ( 456 年 ) 8 月 ( 旧暦 ) ) は 、 記紀 に 伝え られ る 5 世紀 頃 の 皇族 ( 王族 ) 。 +-1 慈遍 ( じへん 、 生没年 不詳 ) は 、 鎌倉 時代 末 から 南北朝 時代 ( 日本 ) に かけ て の 天台 宗 の 学僧 で あ り 、 神道 家 で あ っ た 。 +-1 通し 矢 ( とおしや ) は 、 弓術 の 一 種目 。 +-1 難波 大道 ( なにわだいどう ) は 、 古代 に 大阪 府 大阪 市 から 大阪 府 堺 市 に かけ て 建設 さ れ た 道路 で あ る 。 +1 澄月 ( ちょうげつ 、 正徳 ( 日本 ) 4 年 ( 1714 年 ) - 寛政 10 年 5 月 2 日 ( 旧暦 ) ( 1798 年 6 月 15 日 ) ) は 、 江戸 時代 中期 の 僧 ・ 歌人 。 +1 寂源 ( じゃくげん 、 ? - 治安 ( 日本 ) 4 年 3 月 2 日 ( 旧暦 ) ( 1024 年 4 月 12 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧侶 。 +1 藤原 乙牟漏 ( ふじわら の おとむろ 、 天平 宝字 4 年 ( 760 年 ) - 延暦 9 年 3 月 10 日 ( 旧暦 ) ( 790 年 4 月 28 日 ) ) は 、 奈良 時代 末期 の 皇妃 。 +1 浅見 真州 ( あさみまさくに 、 1941 年 6 月 17 日 - ) は 、 東京 都 出身 の 能楽師 、 観世 流 の シテ 方 で あ る 。 +-1 官職 秘抄 ( かんしょく ひしょう ) と は 、 鎌倉 時代 初期 の 元治 2 年 ( 120 0 年 ) 頃 に 平基親 に よ っ て 書 か れ た 有職 故 実 の 解説 書 。 +1 橘逸勢 ( たちばな の は やなり 、 延暦 元年 ( 782 年 ) ? ~ 承和 ( 日本 ) 9 年 8 月 13 日 ( 旧暦 ) ( 84 2 年 9 月 24 日 ) ) は 、 平安 時代 の 書家 ・ 官人 。 +1 佐野 七五三 之助 ( さ の しめの すけ 、 天保 7 年 ( 1836 年 ) - 慶応 3 年 6 月 14 日 ( 旧暦 ) ( 1867 年 7 月 15 日 ) ) は 、 新 選 組平 隊士 で 伊東 甲子太郎 派 の 隊士 。 +-1 上 円 下方墳 ( じょうえん か ほう ふん ) と は 日本 列島 で かつて 築造 さ れ た 古墳 の 一類型 、 及び 近代 に 築造 さ れ た 天皇 家 の 陵墓 の 一形式 で あ る 。 +1 一色 数馬 ( いっしき かずま 、 生年 不詳 - 天正 18 年 ( 1590 年 ) ) は 、 安土 桃山 時代 の 武将 ・ 国人 で あ る 。 +-1 世尊 寺 ( せそんじ ) は 奈良 県 吉野 郡 大淀 町上 比曾 に あ る 曹洞 宗 の 寺院 で あ る 。 +1 三条 西 実枝 ( さんじょう に し さね き 、 永正 8 年 8 月 4 日 ( 旧暦 ) ( 1511 年 8 月 27 日 ) - 天正 7 年 1 月 24 日 ( 旧暦 ) ( 1579 年 2 月 19 日 ) ) は 、 戦国 時代 ( 日本 ) の 公家 ・ 歌人 ・ 古典 学 者 。 +-1 宝永 大火 ( ほうえい たい か ) と は 、 宝永 5 年 3 月 8 日 ( 旧暦 ) ( 170 8 年 4 月 28 日 ) に 京都 で 発生 し た 火災 。 +-1 茶碗蒸し ( ちゃわん むし ) は 、 日本 料理 の 一種 。 +-1 五 大老 ( ご たい ろう ) と は 、 豊臣 政権 末期 ( 文禄 年間 ) に 豊臣 家 の 家老 ( 大老 ) と し て 政務 に あた っ た 有力 五 大名 を 指 し た 言葉 で あ る 。 +-1 日蓮 本 門 宗 ( にちれん ほんもん しゅう 、 本門 宗 ) は 、 日興 門流 ( = 日蓮 の 弟子 日興 の 法脈 を 受け継 ぐ 本山 末 寺 ) が 1876 年 ( 明治 9 年 ) に 結成 し 、 1941 年 の 日蓮 宗 、 顕本 法華 宗 と の 三 派 合同 に よ っ て 発展 解消 し た 、 日蓮 系 の 宗派 。 +1 淡海 三 船 ( おうみの み ふね 、 養老 6 年 ( 722 年 ) - 延暦 4 年 7 月 17 日 ( 旧暦 ) ( 78 5 年 8 月 30 日 ) ) は 、 奈良 時代 後期 の 文人 。 +1 開成 ( か いじょう 、 神亀 元年 ( 724 年 ) - 天応 ( 日本 ) 元年 10 月 4 日 ( 旧暦 ) ( 78 1 年 10 月 29 日 ) は 、 奈良 時代 の 僧 。 +-1 正月 三 が 日 ( しょうがつ さん が にち ) と は 、 毎年 元日 で あ る 1 月 1日 、 1 月 2 日 、 1 月 3 日 の 3 日間 の 総称 で あ る 。 +1 荒木田 左馬之助 ( あらき だ さまのすけ 、 天保 9 年 ( 1838 年 ) 頃 - 文久 3 年 9 月 26 日 ( 旧暦 ) ( 1863 年 11 月 7 日 ) ) は 、 新 選 組 隊士 。 +-1 豊明 節会 ( とよあかり の せちえ ) と は 大嘗 祭 ( 卯 ・ 辰 ・ 巳 ・ 午 の 日 の 4 日間 : 但し 、 辰 の 日 に 悠紀 ( ゆき ) の 節会 、 巳 の 日 に 主基 ( すき ) の 節会 が 行 わ れ た 。 ) 、 新嘗 祭 ( 卯 ・ 辰 の 日 の 2 日 間 ) の 最終 日 に 行 わ れ た 宮中儀式 。 +-1 洩矢神 ( もり や しん 、 もれ やしん ) は 、 長野 県 諏訪 地域 を 中心 に 信仰 を 集め た 土着 神 。 +-1 蓄銭 叙位 令 ( ちく せんじょ いれい ) は 、 和銅 4 年 ( 71 1 年 ) 10 月 に 、 銭 の 流通 を 促進 する ため と 、 政府 へ の 環流 を 計 っ て 施行 さ れ た 法令 。 +-1 藩鎮 ( はんちん ) は 中国 唐 から 北宋 代 まで 存在 し た 地方 組織 の 名称 で あ る 。 +1 藤原 信隆 ( ふじわら の のぶたか 、 大治 元年 ( 1126 年 ) - 治承 3 年 11 月 17 日 ( 旧暦 ) ( 1179 年 12 月 17 日 ) ) は 平安 時代 後期 の 公卿 。 +-1 下鴨 西通 ( しも が も にしどおり ) は 京都 市 左京 区 の 南北 の 通り の 一 つ 。 +-1 西園寺 ( さいおんじ ) 家 は 、 藤原 氏 の 流れ を 汲 む 公家 。 +1 中村 吉六 ( なかむら きちろく 、 昭和 48 年 1973 年 11 月 21 日 - ) は 、 立役 。 +1 志筑 忠雄 ( しつき ただお 、 宝暦 10 年 ( 17 60 年 ) - 文化 ( 元 号 ) 3 年 7 月 3 日 ( 旧暦 ) ( 180 6 年 8 月 16 日 ) ) は 、 江戸 時代 の 蘭学 者 、 長崎 通詞 。 +-1 弓木城 ( ゆみ の きじょう ) は 、 丹後 国 ( 現 京都 府 与謝野 町 岩滝 ) に あ っ た 城 。 +1 徳川 家宣 ( とくがわ いえ のぶ ) は 江戸 幕府 第 6 代 征夷 大将軍 で あ る ( 在職 : 宝永 6 年 5 月 1日 ( 旧暦 ) ( 1709 年 6 月 8 日 ) - 正徳 ( 日本 ) 2 年 10 月 14 日 ( 旧暦 ) ( 1 71 2 年 11 月 12 日 ) ) 。 +1 中島 登 ( なかじま のぼ り 、 天保 9 年 2 月 2 日 ( 旧暦 ) ( 1838 年 2 月 25 日 ) - 明治 20 年 ( 1887 年 ) 4 月 2 日 ) は 新選 組平 隊 士 。 +1 高市 皇子 ( たけちのみこ ・ たけち の おうじ 、 654 年 ( 白雉 5 年 ) ? - 696 年 8 月 13 日 ( 持統 天皇 10 年 7 月 10 日 ( 旧暦 ) ) ) は 、 日本 の 飛鳥 時代 の 人物 で 、 天武 天皇 の 皇子 ( 長男 ) で あ る 。 +-1 宣旨 ( せんじ ) は 、 律令 期 以降 の 日本 に お い て 天皇 ・ 太政 官 の 命令 を 伝達 する 文書 の 形式 名 。 +1 鮫島 重雄 ( さめ じま しげお 、 嘉永 2 年 9 月 6 日 ( 旧暦 ) ( 1849 年 10 月 21 日 ) - 昭和 3 年 ( 1928 年 ) 4 月 17 日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 。 +-1 法界 寺 ( ほうかいじ ) は 、 京都 市 伏見 区 日野 に あ る 真言 宗 醍醐 派 別 格 本山 。 +1 竹 御所 ( たけの ご しょ 、 建仁 2 年 ( 120 2 年 ) - 天福 ( 日本 ) 2 年 7 月 27 日 ( 旧暦 ) ( 1234 年 8 月 23 日 ) ) は 、 鎌倉 時代 初期 の 女性 。 +-1 定食 ( ていしょく ) は 、 日本 の 飲食 店 に お い て 多 く 見受け られ る 料理 の 提供 形態 。 +-1 碾茶 ( てんちゃ ) は 、 蒸し 製 緑茶 の 一種 。 +1 候文 ( そうろう ぶん ) は 日本 語 の うち 中世 から 近代 に かけ て 用い られ た 文語 の 文体 の 一 つ で あ る 。 +-1 しおじ プラザ と は 、 京都 府 舞鶴 市浜 に あ る 海浜 公園 。 +-1 大事 忍 男神 ( おおごと おしお の かみ / お ほご と おし を の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +-1 寛政 異学 の 禁 ( かんせい いがく の きん ) と は 、 1790 年 ( 寛政 2 年 ) 、 江戸 幕府 老 中 松平定信 が 寛政 の 改革 で 行 っ た 学問 の 統制 で あ る 。 +-1 蘇志摩利 ( そしまり ) と は 、 雅楽 の 一 曲 。 +1 お 梅 ( おうめ 、 生年 不詳 - 文久 3 年 9 月 16 日 ( 旧暦 ) もしくは 9 月 18 日 ( 旧暦 ) ( 1863 年 10 月 30 日 ) ) は 江戸 時代 末期 の 女性 。 +-1 践祚 ( せんそ ) と は 、 天子 の 位 を 受け継 ぐ こと で あ り 、 それ は 先帝 の 崩御 あるいは 譲位 に よ っ て 行 わ れ る 。 +1 沼田 祐光 ( ぬまた すけみつ 、 ? - 慶長 17 年 ( 1612 年 ) ? ) は 安土 桃山 時代 から 江戸 時代 の 武将 。 +1 高 台院 ( こう だい いん 、 天文 ( 元号 ) 11 年 〔 15 42 年 ) 〕 ? - 寛永 元年 9 月 6 日 ( 旧暦 ) 〔 1624 年 10 月 17 日 〕 ) は 、 戦国 時代 ( 日本 ) ( 室町 時代 後期 ) から 江戸 時代 初期 の 女性 で 、 豊臣 秀吉 の 正室 で あ る 。 +1 准太上 天皇 ( じゅん だい じょう てん のう ) と は 、 太上 天皇 に 准 じ た 待遇 の こと 。 +-1 月輪 寺 ( がつ りんじ 、 つき のわで ら ) は 、 京都 市 右京 区 嵯峨 清滝 月 ノ輪 町 に あ る 天台 宗 の 寺院 。 +1 歌道 ( かどう ) と は 、 和歌 の 創作 や 和歌 自体 に 関 する 学問 ( 歌論 ・ 歌学 ) を 追及 する 学芸 を 道 に 擬え た もの 。 +-1 浪人 ( ろうにん ) と は 、 古代 に お い て は 、 戸籍 に 登録 さ れ た 地 を 離れ て 他国 を 流浪 し て い る 者 の こと を 意味 し 、 浮浪 と も 呼 ば れ た 。 +-1 ウェー サーカ 祭 ( ウエサク 祭 、 Vesak 、 カンボジア : VisakaBochea 、 インド ・ バングラデシュ ・ ネパール : VisakahPuja , BuddhaPurnima また は BuddhaJayanti 、 タイ 王国 : ウィッサー カーブチャー 、 VisakhaBucha 、 ベトナム : Ph ật Đ ả n 、 インドネシア : Waisak 、 スリランカ ・ マレーシア : Vesak ( Wesak ) 、 中国 語 文化 圏 : 佛 誕 、 f ó d à n 、 チベット : and SagaDawa 、 ラオス : VixakhaBouxa ) は 、 仏教 に お い て 行 わ れ る 年 に 一 度 の 祭り で あ る 。 +-1 蘭亭 序 ( らんていじょ ) は 、 王 羲之 が 書 い た 書道 界 上 最も 有名 な 書 作品 。 +-1 能吏 ( のうり ) と は 政治 的 手腕 、 行政 的 手腕 に 優れ た 人物 を 指 す 。 +-1 地方 税 規則 ( ちほう ぜい き そく ) と は 、 日本 の 明治 及び 大正 時代 に お い て 、 府県 が 徴収 でき る 税金 の 種目 ( 税目 ) と その 税収 に よ っ て 支払 わ れ る べ き 費目 を 定め た 規則 の こと 。 +-1 サクラ ( 桜 、 櫻 ) は 、 バラ 科 サクラ 属 の 植物 の うち 、 ウメ 、 モモ 、 アンズ など を 除 い た 総称 で あ り 、 一般 に は サクラ 亜属 ( Subgen . Cerasus ) に 属 する もの を 指 す 。 +-1 局 部 磨製 石斧 ( きょく ぶ ま せいせきふ ) と は 、 いま より 約 3 万 年 前 の 後期 旧 石器 時代 初頭 に 登場 し た 、 刃先 に 磨き を かけ た 石斧 の こと で あ る 。 +-1 五 箇条 の 御 誓文 ( ご かじょう の ご せいもん ) と は 、 明治 元年 3 月 14 日 ( 旧暦 ) ( 1868 年 4 月 6 日 ) に 明治 天皇 ( 当時 15 歳 ) が 公卿 や 諸侯 など に 示 し た 明治 政府 の 基本 方針 。 +1 松山 幾之助 ( まつ や ま いくのすけ 、 生年 不詳 - 元治 元年 7 月 6 日 ( 旧暦 ) ( 1864 年 8 月 7 日 ) ) は 新選 組 隊士 。 +-1 紙衣 ( かみころ も 、 かみき ぬ ) は 和紙 を 材料 と し た 着物 の こと で あ る 。 +1 稲飯命 ( いなひ の みこと )   稲氷命   彦稲 氷命 は 日本 神話 に 登場 する 日本 の 皇族 。 +-1 二十 五 三 昧 会 ( にじゅう ござん まいえ ) と は 、 平安 時代 に 結成 さ れ た 念仏 結社 で あ る 。 +-1 俄 ( にわか ) と は 、 江戸 時代 から 明治 時代 に かけ て 、 宴席 や 路上 など で 行 わ れ た 即興 の 芝居 。 +1 木戸 孝允 ( きど たか よし 、 天保 4 年 6 月 26 日 ( 旧暦 ) ( 1833 年 8 月 11 日 ) - 明治 10 年 ( 1877 年 ) 5 月 26 日 ) は 、 幕末 ~ 明治 初期 に 活躍 し た 日本 の 武士 ・ 政治 家 。 +1 五 辻 宮 ( いつつ じ のみや ) は 鎌倉 時代 後期 から 南北朝 時代 の ころ まで 存在 し て い た 宮家 の 一 つ 。 +1 喜多 実 ( きた みのる 、 190 0 年 ( 明治 33 年 ) 2 月 23 日 - 1986 年 ( 昭和 61 年 ) 10 月 2 日 ) は 、 シテ 方 喜多 流能 楽師 で 、 喜多 流 十 五 世 宗 家 。 +-1 小野 駅 ( おの えき ) は 、 京都 市 山科 区 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 +1 佐々 輝子 ( さっさて るこ 、 ? - 寛永 7 年 ( 1630 年 ) ) は 安土 桃山 時代 から 江戸 時代 に かけ て の 女性 。 +-1 高瀬川 一之 船入 ( たかせ が わ いち の ふないり ) は 、 京都 府 の 高瀬川 ( 京都 府 ) に 作 ら れ た 船入 ( 船 を 接岸 さ せ る ため の 入り江 ) で あ る 。 +-1 日韓 通信 業務 合同 ( にっかん つうしん っ ぎょうむ ごうどう ) と は 、 正式 に は 「 韓国 通信 機関 委託 ニ関 スル 取極 書 」 と 呼称 する 協定 で あ る 。 +1 四条 隆謌 ( しじょう たか う た 、 文政 11 年 9 月 9 日 ( 旧暦 ) ( 182 8 年 10 月 17 日 ) - 明治 31 年 ( 1898 年 ) 1 1 月 24 日 ) は 江戸 時代 末期 から 明治 時代 に かけ て の 日本 の 華族 、 陸軍 軍人 。 +-1 南鐐 二 朱 銀 ( なんりょう に しゅぎん ) と は 、 江戸 時代 に 流通 し た 銀貨 の 一種 で 、 初期 に 発行 さ れ た 良質 の 二 朱 銀 を 指 す 。 +-1 夷川 通 ( えびす がわ どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +-1 地鎮祭 ( じちんさい ・ とこしずめ の まつり ) は 、 土木 工事 や 建築 など で 工事 を 始め る 前 に 行 う 、 その 土地 の 神 ( 神道 ) ( 氏神 ) を 鎮め 、 土地 を 利用 さ せ て もら う こと の 許し を 得 る 。 +1 宮城 豊盛 ( みやぎ と よもり 、 15 54 年 ( 天文 ( 元号 ) 23 年 ) - 1620 年 ( 元和 ( 日本 ) 6 年 ) ) は 、 安土 桃山 時代 から 江戸 時代 まで の 武将 。 +1 四辻 公遠 ( よ つつじ きんとお 、 天文 ( 日本 ) 9 年 ( 1540 年 ) - 文禄 4 年 8 月 13 日 ( 旧暦 ) ( 1595 年 9 月 16 日 ) ) は 、 戦国 時代 ( 日本 ) の 公卿 ・ 書家 。 +1 塩谷 泰朝 ( しおの ややすと も 、 建保 2 年 7 月 9 日 ( 旧暦 ) ( 1214 年 8 月 16 日 ) - 弘安 元年 12 月 7 日 ( 旧暦 ) ( 1279 年 1 月 20 日 ) ) は 、 下野 国塩谷 郡 の 鎌倉 時代 の 武将 。 +-1 桓舜 ( かんしゅん 、 天元 ( 日本 ) 元年 ( 978 年 ) - 天喜 5 年 9 月 9 日 ( 旧暦 ) ( 105 7 年 10 月 9 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +-1 禅頂 ( ぜんちょう ) と は 、 山 の 頂上 、 特に 霊山 の 頂上 の 事 を 言 う 。 +1 喜多川 歌麿 ( きたがわ うたまろ 、 宝暦 3 年 ( 1753 年 ) - 文化 ( 元 号 ) 3 年 9 月 20 日 ( 旧暦 ) ( 180 6 年 10 月 31 日 ) は 江戸 時代 の 浮世 絵 師 で あ る 。 +1 広沢 局 ( ひろさわ の つぼね 、 元亀 3 年 ( 1573 年 ) - 寛永 14 年 ( 1637 年 ) ) は 、 肥前 国 垣添城 主 名護屋 経勝 の 娘 で 豊臣 秀吉 の 側室 。 +-1 臨済 宗 ( 臨濟 宗 、 りんざい しゅう ) は 、 中国 禅 五 家 七 宗 ( ごけ しち しゅう ) ( 臨済 、 潙仰 宗 、 曹洞 宗 、 雲門 宗 、 法眼 宗 ) の ひと つ で 、 唐 の 臨済 義玄 ( ? - 867 年 ) を 宗祖 と する 。 +-1 北村 美術 館 ( きたむら びじゅつ かん ) は 、 京都 市 上京 区 に あ る 、 古 美術 ・ 茶 道具 を 中心 と し た 私立 美術 館 で あ る 。 +-1 神祇 省 ( じんぎしょう ) と は 、 明治 4 年 8 月 8 日 ( 旧暦 ) ( 18 71 年 9 月 22 日 ) - 明治 5 年 3 月 14 日 ( 旧暦 ) ( 1872 年 4 月 21 日 ) に 神祇 の 祭祀 と 行政 を 掌 る 機関 と し て 律令 制 以来 の 神祇 官 に 代わ っ て 設置 さ れ た 。 +-1 御座楽 ( うざがく 、 おざがく ) と は 、 琉球 王国 の 室内 楽 で あ る 。 +1 『 塵劫 記 』 ( じんこうき ) は 江戸 時代 の 数学 書 。 +1 楠木 正綱 ( くすのき まさつな 、 1346 年 - 没年 不詳 ) は 南北朝 時代 ( 日本 ) の 武将 。 +-1 奈良 鉄道 ( なら てつどう ) は 現在 の 奈良 線 全線 、 桜井 線 の 過半 など を 建設 、 運営 し て い た 日本 の 私鉄 で あ っ た 。 +1 正親町 三条 実福 ( おおぎまち さんじょうさ ねと み 、 天文 ( 元号 ) 5 年 ( 1536 年 ) - 永禄 11 年 1 月 25 日 ( 旧暦 ) ( 1568 年 2 月 22 日 ) ) は 、 室町 時代 後期 の 公卿 。 +-1 道昭 ( どうしょう 、 道照 と も 。 舒明 天皇 元年 ( 629 年 ) - 文武 天皇 4 年 3 月 10 日 ( 旧暦 ) ( 70 0 年 4 月 3 日 ) ) は 、 河内 国 ( 現 ・ 大阪 府 ) 丹比 郡 船連 ( ふね の むらじ ) 出身 の 法 相 宗 の 僧侶 で あ る 。 +-1 同志社 大学 今出川 校地 ( どう し しゃ だいがく いまで がわ こうち ) は 同志社 大学 の キャンパス 。 +-1 向島 駅 ( む かいじま えき ) は 、 京都 府 京都 市 伏見 区 向島 東定請 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +-1 木刀 ( ぼく とう ) は 、 木 で 日本 刀 を 模 し た もの で あ る 。 +1 勅使 河原 蒼風 ( てしが はら そうふう 、 190 0 年 12 月 17 日 - 1979 年 9 月 5 日 ) は 、 華道 草 月 流 の 創始 者 。 +-1 明法 ( みょうほう 、 元暦 元年 ( 1184 年 ) - 建長 3 年 10 月 13 日 ( 旧暦 ) ( 1251 年 11 月 27 日 ) ) は 、 鎌倉 時代 の 浄土 真宗 の 僧 。 +-1 菊酒 と は 重陽 の 節句 ( 旧暦 の 九 月 九 日 ) いわゆる 「 菊 の 節句 」 に 飲 む 菊 の 花 を 浸 し た 日本 酒 の こと 。 +-1 郡代 ( ぐんだい ) と は 室町 時代 から 江戸 時代 に かけ て の 幕府 ・ 諸藩 に 置 か れ た 職名 。 +-1 明治 十 四 年 の 政変 ( めいじ じゅう よ ねん の せいへん ) は 、 1881 年 ( 明治 14 年 ) 自由 民権 運動 の 流れ の 中 、 憲法 制定 論議 が 高ま り 、 政府 内 で も 君主 大 権 を 残 す ビスマルク 憲法 か イギリス 型 の 議院 内閣 制 の 憲法 と する か で 争 わ れ 、 前者 を 支持 する 伊藤 博文 が 、 後者 を 支持 する 大隈 重信 を 政府 から 追放 し た 政治 事件 を さ す 。 +1 星川 麻呂 ( ほしかわ の まろ 、 生年 不明 - 天武 天皇 9 年 5 月 27 日 ( 旧暦 ) ( 680 年 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 少弐 頼尚 ( しょう に よ り なお ( より ひさ ) 、 1293 年 ( 永仁 元年 ) - 13 71 年 ( 建徳 2 年 / 応安 4 年 ) ) は 、 南北朝 時代 ( 日本 ) 、 室町 時代 の 九州 の 武将 で あ る 。 +1 山名 豊之 ( やまな とよゆき ) は 室町 時代 の 人物 で 伯耆 国 守護 を 務め た 。 +1 斯波 氏 経 ( しばうじつね 、 生没年 不詳 ) は 南北朝 時代 ( 日本 ) の 斯波 氏 の 人物 。 +-1 覚如 ( かくにょ ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 浄土 真宗 の 僧 。 +-1 ばさら と は 、 日本 の 中世 、 南北朝 時代 の 社会 風潮 や 文化 的 流行 を あらわ す 言葉 で あ り 、 実際 に 当時 の 流行 語 と し て 用い られ た 。 +1 紫香 楽宮 / 信楽宮 ( しがらきのみや ) は 、 奈良 時代 、 聖武 天皇 が 近江 国 甲賀 郡 ( 現在 の 滋賀 県 甲賀 市 信楽 町 ) に 営 ん だ 離宮 。 +1 大内 義尊 ( おお う ち よし た か 、 天文 ( 元号 ) 14 年 ( 1545 年 ) - 天文 20 年 9 月 2 日 ( 旧暦 ) ( 155 1 年 10 月 1日 ) ) は 大内 義隆 の 嫡子 。 +-1 大和国 ( やまと の くに ) は 、 かつて 日本 に 設け られ た 地方 行政 区分 の 令 制 国 の 一 つ で あ る 。 +1 藤原継縄 ( ふじわら の つぐ ただ 、 神亀 4 年 ( 727 年 ) - 延暦 15 年 7 月 16 日 ( 旧暦 ) ( 796 年 8 月 27 日 ) ) は 、 奈良 時代 後期 から 平安 時代 初頭 の 公卿 。 +1 藤原 頼長 ( ふじわら の よりな が 、 保安 ( 日本 ) 元年 ( 1120 年 ) - 保元 元年 7 月 14 日 ( 旧暦 ) ( 1156 年 8 月 1日 ) ) は 、 平安 時代 末期 の 公卿 。 +-1 穴太 寺 ( あなおじ ) は 、 京都 府 亀岡 市 に あ る 寺院 。 +1 今川 範 以 ( いまがわ のりも ち 、 元亀 元年 ( 1570 年 ) - 慶長 12 年 11 月 27 日 ( 旧暦 ) ( 160 8 年 1 月 14 日 ) ) は 、 安土 桃山 時代 の 武将 ・ 歌人 。 +-1 樺太庁 ( からふと ちょう 、 、 ) は 、 日本 の 領有 下 に お い て 樺太 を 管轄 し た 地方 行政 官庁 で あ る 。 +1 護命 ( ごみょう 、 天平 勝宝 2 年 ( 750 年 ) - 承和 ( 日本 ) 元年 9 月 11 日 ( 旧暦 ) ( 834 年 10 月 20 日 ) ) は 、 奈良 時代 から 平安 時代 前期 に かけ て の 法相 宗 の 僧 。 +1 織田 信秀 ( おだ のぶひで ) は 戦国 時代 ( 日本 ) の 尾張 国 の 武将 、 大名 。 +1 西村 茂樹 ( にしむら しげき 、 1828 年 4 月 26 日 ( 文政 11 年 3 月 13 日 ( 旧暦 ) ) - 190 2 年 ( 明治 35 年 ) 8 月 18 日 ) は 日本 の 啓蒙 思想 家 。 +1 楠木 正具 ( くすのき まさとも 、 永正 13 年 ( 1516 年 ) - 天正 4 年 ( 1576 年 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +-1 多比 理 岐 志麻流美神 ( た ひ りきし まるみ の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +-1 徳川 氏 ( 德川 氏 、 とくがわ し ) は 、 徳川 家康 が 創始 し た 日本 の 名字 。 +-1 頼豪 ( らいごう 、 長保 4 年 ( 100 2 年 ) - 応徳 元年 ( 1084 年 ) ) は 、 平安 時代 中期 の 天台 宗 の 日本 の 僧 。 +-1 得度 ( とくど ) は 仏教 に おけ る 僧侶 と な る ため の 出家 の 儀式 。 +-1 阿弥陀 信仰 ( あみだ しんこう ) と は 、 阿弥陀 如来 を 礼拝 する こと で 極楽 往生 でき る と 説 く 、 他力 本願 を 根本 と する 浄土 思想 。 +1 羽柴 秀勝 ( は しば ひでかつ ) は 、 安土 桃山 時代 の 武将 。 +1 一条 富子 ( いちじょう と みこ 、 寛保 3 年 2 月 4 日 ( 旧暦 ) ( 1743 年 2 月 27 日 ) - 寛政 7 年 11 月 30 日 ( 旧暦 ) ( 1796 年 1 月 9 日 ) ) は 、 江戸 時代 中期 の 皇太后 。 +1 矢田部 良吉 ( やたべ りょうきち 、 嘉永 4 年 9 月 19 日 ( 旧暦 ) ( 1851 年 10 月 13 日 ) - 1899 年 8 月 8 日 ) は 、 日本 の 植物 学 者 、 詩人 。 +-1 任那 日本 府 ( みま な の に ほんふ 、 やまと の みこと も ち ) と は 、 古代 、 朝鮮 半島 南部 の 任那 に あ っ た と さ れ る 倭国 の 統治 機関 で あ る 。 +1 松平 忠周 ( まつだいら ただちか ) 、 また は 松平 忠徳 ( まつだいら ただのり ) 、 は 、 江戸 時代 中期 の 大名 。 +1 梨本宮守 脩 親王 ( なしもと の みや もり おさしんの う 、 文政 2 年 10 月 29 日 ( 旧暦 ) ( 1819 年 12 月 16 日 ) - 明治 14 年 ( 1881 年 ) 9 月 1日 ) は 、 江戸 時代 末期 から 明治 時代 に かけ て の 日本 の 皇族 。 +1 吉川 経基 ( きっかわ つねもと 、 142 8 年 ( 正長 元年 ) - 152 0 年 1 月 28 日 ( 永正 17 年 1 月 8 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 念仏 ( ねんぶつ ) と は 、 今日 一般 的 に は 、 浄土 教系 の 宗派 教団 に お い て 、 勤行 と し て 「 南無 阿弥陀 仏 」 と 称え る こと を い う 。 +-1 虎拳 ( とらけん ) は 、 襖 を しめ て 、 左右 の 部屋 で 、 虎 ・ 女物 ・ 鉄砲 の いずれ か を 身 に つけ て 待 ち 、 襖 を 開 く と 、 虎女 ( 和藤内 ( = 鄭 成功 ) の 母 ) 鉄砲 ( 和藤 内 あるいは 加藤 清正 ) 虎 と い う 三 すくみ で 勝負 が つ く 拳遊 び 。 +-1 盆踊り ( ぼん おどり ) は 、 お 盆 の 時期 の 夜間 に 集団 で 行な わ れ る 踊り の 一種 。 +1 東山 魁夷 ( ひがしやま かい い 、 男性 、 190 8 年 7 月 8 日 - 1999 年 5 月 6 日 ) は 、 日本 の 画家 。 +1 由良 御前 ( ゆら ごぜん 、 生年 未詳 - 保元 4 年 3 月 1日 ( 旧暦 ) ( 1159 年 3 月 22 日 ) ) は 平安 時代 末期 の 女性 。 +1 薬師寺 国長 ( やくしじ く に なが ) は 、 戦国 時代 の 武将 。 +-1 金蓮 寺 ( こんれんじ ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 時宗 の 寺 で あ る 。 +-1 文楽 ( ぶんらく ) は 、 本来 操り 人形 浄 瑠璃 専門 の 劇場 の 名 で あ る 。 +-1 西京味噌 ( さい きょうみそ ) は 、 近畿 地方 を 中心 と し て 広 く 作 ら れ る 米麹 を 多 く 配合 し た 白黄色 の 甘口 味噌 の 通称 で 、 通常 味噌 汁 用 の 味噌 が 12 % 前後 の 塩分 で あ る の に 対 し 5 % 前後 と 低 い の が 特徴 で あ る 。 +-1 大根 焚 き ( だい こだき ) と は 、 京都 市 で 12 月 に 行な わ れ る 歳時 記 、 年中 行事 の こと で あ る 。 +1 万里小路 孝房 ( まで の こうじ た かふさ 、 天正 20 年 10 月 10 日 ( 旧暦 ) ( 1592 年 11 月 13 日 ) - 元和 ( 日本 ) 3 年 4 月 1日 ( 旧暦 ) ( 161 7 年 5 月 5 日 ) ) は 、 江戸 時代 の 公家 。 +-1 ウマシアシカビ ヒコヂ は 、 日本 神話 に 登場 する 神 。 +1 直衣 ( のうし ) は 、 平安 時代 以降 の 天皇 、 皇太子 、 親王 、 および 公家 の 平常 服 ( 平安 装束 ) 。 +-1 手裏剣 ( しゅりけん ) は 、 敵 の 戦闘 力 を 減退 さ せ る ため 相手 に 打 つ 、 小形 の 刀剣 ・ 針 様 など の 形状 を も つ 武器 で あ る 。 +-1 陰陽 寮 ( おんみょうりょう ) は 、 律令 制 日本 の 律令 制 に お い て 中務 省 に 属 する 機関 の ひと つ 。 +-1 六角 氏 式 目 ( ろっかく し しきもく ) は 、 戦国 時代 の 分国 法 の 一 つ 。 +-1 奉幣 ( ほうべい 、 ほうへい ) と は 、 天皇 の 命 に よ り 神社 ・ 天皇 陵 など に 幣帛 を 奉献 する こと で あ る 。 +1 姉小路 高 基 ( あね こう じ た かもと 、 永仁 6 年 ( 1298 年 ) - 正平 ( 日本 ) 13 年 / 延文 3 年 3 月 2 日 ( 旧暦 ) ( 1358 年 4 月 10 日 ) ) は 鎌倉 時代 から 南北朝 時代 ( 日本 ) の 公家 。 +1 藤原 季能 ( ふじわら の すえよし 、 仁平 3 年 ( 1153 年 ) - 建暦 元年 ( 1211 年 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公家 。 +-1 壬午事 変 ( じんご じへん ) と は 、 18 82 年 7 月 23 日 に 、 大院 君 ら の 煽動 を 受け て 、 李 氏 朝鮮 の ソウル 特別 市 ( 後 の ソウル 特別 市 ) で 大 規模 な 兵士 の 反乱 が 起こ り 、 政権 を 担当 し て い た 閔妃 の 政府 高官 や 、 日本 人 軍事 顧問 、 日本 外交 官 ら が 殺害 さ れ 、 日本 公使 館 が 襲撃 を 受け た 事件 で あ る 。 +1 谷衛友 ( たにもり とも 、 1563 年 ( 永禄 6 年 ) - 1628 年 1 月 29 日 ( 寛永 4 年 12 月 23 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 ( 大名 ) 。 +-1 待合 茶屋 ( まちあい ちゃや ) と は 、 待ち合わせ や 会合 の ため の 場所 を 提供 する 貸席 業 の こと 。 +1 本多 忠勝 ( ほんだただかつ ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 ・ 大名 。 +-1 寛助 ( かんじょ 、 天喜 5 年 ( 1057 年 ) - 天治 2 年 1 月 15 日 ( 旧暦 ) ( 1125 年 2 月 19 日 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +-1 勘定 組頭 ( かんじょう くみ がしら ) と は 、 江戸 幕府 の 役職 の 1 つ 。 +-1 賀 名生 ( あのう ) は 、 奈良 県 五條 市 ( 旧 吉野 郡 西 吉野村 ) に あ る 丹生川 の 下流 沿い の 谷 で あ る 。 +1 伊賀 の 方 ( いが の かた 、 生没 年 未詳 ) は 、 鎌倉 時代 初期 の 女性 。 +-1 東大路通 ( ひがしおおじ どおり ) は 京都 市 の 主要 な 南北 の 通り の 一 つ 。 +1 平宗盛 ( たいら の むねもり ) は 、 平安 時代 末期 の 武将 、 公卿 。 +-1 上 御 霊 神社 ( かみご りょう じんじゃ ) は 、 京都 市 上京 区 に あ る 神社 で あ る 。 +1 春日 局 ( かすが の つぼね 、 天正 7 年 ( 1579 年 ) - 寛永 20 年 9 月 14 日 ( 旧暦 ) ( 1643 年 10 月 26 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 の 女性 で 、 江戸 幕府 3 代 征夷 大将軍 ・ 徳川 家光 の 乳母 。 +-1 汗衫 ( かざみ ) と は 、 平安 時代 の 貴族 階級 の 女児 用 の 薄手 の トップス ( 衣服 ) 。 +-1 公家 列 影 図 ( くげれつ えいず / こうけれつ えいず ) は 、 鎌倉 時代 に 成立 し た と さ れ る 肖像 画 集 。 +-1 宝鏡 寺 ( ほうきょうじ ) は 、 京都 市 上京 区 に あ る 臨済 宗 の 尼門 跡 寺 。 +-1 下襲 ( した がさね ) と は 、 束帯 及び 衣冠 装束 の とき 袍 と 半臂 の 間 に 着 る 衣服 。 +-1 神祇 官 ( じんぎ かん ・ かみづかさ ・ かんづかさ ) と は 、 日本 の 国家 機関 の 一 つ 。 +-1 宝幢 寺 ( ほうどう じ ) は 、 奈良 県 生駒 市 に あ る 融通 念 仏 宗 の 寺院 。 +1 馨子 内 親王 ( けいし ( かおるこ ) ないしんの う 、 長元 2 年 2 月 2 日 ( 旧暦 ) ( 1029 年 2 月 17 日 ) - 寛治 7 年 9 月 4 日 ( 旧暦 ) ( 1093 年 9 月 26 日 ) ) は 、 第 68 代 後 一条 天皇 第 二 皇女 。 +1 西洞院 時 直 ( にし の とういん と きなお 、 天正 12 年 ( 1584 年 ) - 寛永 13 年 10 月 9 日 ( 1636 年 11 月 6 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 公家 。 +-1 複都 制 ( ふく と せい ) は 、 国家 に 複数 の 都 を 置 く 制度 。 +1 山手殿 ( やまの てどの 、 生年 不詳 - 1613 年 7 月 20 日 ( 慶長 18 年 6 月 3 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 、 江戸 時代 の 女性 。 +-1 衣笠 山 ( きぬ がさやま ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 山 。 +-1 祈年 祭 ( きねん さい 、 とし ごい の まつり ) は 、 毎年 2 月 に 行 わ れ 、 一 年 の 五穀 豊穣 など を 祈 る 神道 の 祭祀 で あ る 。 +1 北郷 忠能 ( ほんごう ただよし 、 天正 18 年 2 月 6 日 ( 旧暦 ) ( 1590 年 3 月 11 日 ) - 寛永 8 年 2 月 5 日 ( 旧暦 ) ( 1631 年 3 月 7 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初頭 に かけ て の 九州 の 武将 。 +1 坪野 平太郎 ( つぼ の へい たろう 、 1859 年 - 1925 年 ) は 、 日本 の 教育 者 、 政治 家 。 +-1 舞鶴 かまぼこ ( まいづる かまぼこ ) は 、 京都 府 舞鶴 市 で 製造 ・ 販売 さ れ て い る 蒲鉾 の ブランド 。 +-1 如仏 の 判決 ( にょぶつ の はんけつ ) は 、 囲碁 の ルール の うち の 死活 に お い て 「 両劫 に 仮生 一 つ 」 を 認め た と い う 鎌倉 時代 の 判例 。 +1 朝倉 孝景 ( あさくら たかかげ ) は 室町 時代 中期 の 武将 。 +1 北畠 顕泰 ( きたばたけあきやす 、 永徳 3 年 / 弘和 3 年 ( 1338 年 ) - 応永 19 年 ( 1412 年 ) ? ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 公家 。 +1 伏見宮 邦永 親王 ( ふしみのみやく に なが しんのう 、 延宝 4 年 3 月 28 日 ( 旧暦 ) ( 167 6 年 5 月 10 日 ) - 享保 11 年 10 月 21 日 ( 旧暦 ) ( 1726 年 11 月 14 日 ) ) は 、 江戸 時代 中期 の 皇族 。 +1 則宗 ( のりむね ) は 、 福岡 一 文字 派 の 祖 で 備前 国 の 刀工 で あ り 、 則宗 が 製作 し た 一連 の 日本 刀 の 総称 で も あ る 。 +-1 東活 映画 社 ( とうかつ えいが しゃ 、 1931 年 設立 - 1932 年 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +1 九条 教実 ( くじょう の りざね 、 建暦 元年 ( 1211 年 ) - 文暦 2 年 3 月 28 日 ( 旧暦 ) ( 1235 年 4 月 23 日 ) ) は 、 鎌倉 時代 中期 の 公卿 。 +1 源 為朝 ( 源 爲 朝 ) ( みなもと の ため とも 、 保延 5 年 ( 1139 年 ) - 嘉応 2 年 4 月 6 日 ( 旧暦 ) ( 1170 年 4 月 23 日 ) ? ) は 平安 時代 末期 の 武将 。 +-1 丹後 大宮 駅 ( たんご おおみや えき ) は 、 京都 府 京丹後 市 大宮町 ( 京都 府 ) 口 大野 に あ る 、 北 近畿 タンゴ 鉄道 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +-1 大谷 光真 ( おおた に こうしん 、 1945 年 8 月 12 日 - ) は 、 浄土 真宗 本願 寺 派 第 24 代 門主 で あ り 、 宗教 法人 本願 寺 住職 を 務め る 。 +-1 醍醐 の 花見 ( だい ご の はなみ ) と は 、 慶長 3 年 3 月 15 日 ( 旧暦 ) ( 159 8 年 4 月 20 日 ) に 豊臣 秀吉 が 京都 の 醍醐 寺 に お い て 、 豊臣 秀頼 、 高 台 院 、 淀殿 ら 近親 の 者 を 初め と し て 、 諸 大名 から その 配下 の 者 など 約 1300 名 を 従え て 盛大 に 催 し た 花見 の 宴 で あ る 。 +-1 宮刑 ( きゅう けい 、 castration ) は 、 去勢 する 刑罰 。 +-1 薬子 の 変 ( くすこの へん ) は 、 平安 時代 初期 に 起こ っ た 事件 で あ る 。 +-1 斎院 ( さいいん ) は 、 平安 時代 から 鎌倉 時代 に かけ て 賀茂 神社 に 奉仕 し た 斎王 、 また は 斎王 の 御所 。 +1 脇屋 義治 ( わきや よしはる ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +-1 征討 大将軍 ( せいとう たいしょうぐん ) と は 、 戊辰 戦争 に お い て 新 政府 が 設置 し た 臨時 軍 政官 の こと 。 +-1 十 二 神将 ( じゅう に しんしょう ) は 、 仏教 の 信仰 ・ 造像 の 対象 で あ る 天部 の 神々 で 、 また 護法 善神 で あ る 。 +1 物部 小事 ( もの のべ の おごと 、 生没年 不詳 ) は 、 6 世紀 前期 ( 仁賢 天皇 - 安閑 天皇 期 ) の 豪族 。 +1 徳川 綱吉 ( とくがわ つな よし 、 正保 3 年 1 月 8 日 ( 旧暦 ) ( 1646 年 2 月 23 日 ) - 宝永 6 年 1 月 10 日 ( 旧暦 ) ( 1709 年 2 月 19 日 ) 、 在職 延宝 8 年 ( 1680 年 ) - 宝永 6 年 ( 1709 年 ) は 江戸 幕府 の 第 5 代 征夷 大将軍 で あ る 。 +1 久我 敏通 ( こが としみ ち 、 享保 20 年 1 月 27 日 ( 旧暦 ) ( 1735 年 2 月 19 日 ) - 宝暦 6 年 2 月 25 日 ( 旧暦 ) ( 1756 年 3 月 25 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 茂山 千五郎 ( しげやま せんご ろう ) は 、 狂言 大蔵 流 の 名跡 で 茂山 千五郎 家 の 当主 名 。 +-1 鳶職 ( とびしょく ) ( 曳 き 屋 、 遣 り 方 と 同じ ) と は 、 一般 的 に 建設 業 で 、 高 い 所 で の 作業 を 専門 と する 職人 を 指 す 。 +-1 青苧 座 ( あおそざ ) と は 中世 後期 に 繊維 素材 で あ る 青苧 を 扱 う 商人 たち で 結成 さ れ た 座 の こと 。 +1 藤原 顕綱 ( ふじわら の あきつ な 、 長元 2 年 ( 1029 年 ) - 康和 5 年 6 月 27 日 ( 旧暦 ) ( 110 3 年 8 月 1日 ) ) は 平安 時代 後期 の 廷臣 、 歌人 。 +-1 公文 ( くもん ) と は 、 本来 は 律令 制 に おけ る 公文 書 の 総称 で あ り 、 転 じ て こう し た 文書 の 取り扱 う 官吏 の 事 も 指 し た 。 +-1 薩長 土肥 ( さっ ちょうど ひ ) は 、 幕末 期 、 「 雄藩 」 と 呼 ば れ 、 かつ 、 明治 維新 を 推進 し て 明治 政府 の 主要 官職 に 人材 を 供給 し た 薩摩 藩 、 長州 藩 、 土佐 藩 、 肥前 藩 4 藩 の 総称 。 +-1 アメノウズメ ( アマノウズメ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +-1 鈴木 氏 ( すずき し ) 日本 の 代表 的 姓 氏 の ひと つ 。 +-1 嫡流 ( ちゃくりゅう ) と は 、 氏族 の 直系 の 血筋 の こと を い う 。 +-1 二 分 金 ( に ぶきん ) と は 、 江戸 時代 に 流通 し た 金貨 の 一種 で あ る 。 +-1 高温糖 化 法 ( こうおんとう かほう ) と は 、 日本 酒 の 現代 の 製法 の 一 つ で 、 精米 を 蒸 す 代わり に 高熱 に よ っ て デンプン 質 を α 化 し 、 これ に 麹 と 酵母 を 加え て 醗酵 さ せ て 造 る 方法 で あ る 。 +-1 燗酒 ( かんざけ ) と は 、 加熱 し た 酒 の こと で あ る 。 +-1 『 旧辞 』 ( きゅうじ ) と は 、 記紀 編纂 の 基本 資料 に な っ た と さ れ る 各氏 族 伝来 の 歴史 書 で あ る と 考え られ て い る が 、 帝紀 と 同じく 散逸 し て お り 、 現存 し て い な い 。 +-1 寄人 ( よりうど / よりゅうど ) と は 、 平安 時代 以後 中世 に かけ て 用い られ た 一定 の 人々 に 対 する 呼称 で あ る が 、 複数 の 意味 が あ る 。 +1 行善 ( ぎょうぜん 、 生没年 不明 ) は 、 飛鳥 時代 - 奈良 時代 の 僧 。 +-1 押買 ( おしかい / おしがい ) と は 、 市場 に お い て 双方 の 折り合い が 付 い て い な い に も 関わ ら ず 、 強引 に 商品 を 買いあさ る 行為 。 +1 大江 親広 ( おおえ の ちかひろ 、 生年 不詳 - 1242 年 1 月 17 日 ( 仁治 2 年 12 月 15 日 ( 旧暦 ) ) ) は 鎌倉 時代 前期 の 武将 。 +-1 国家 神道 ( こっか しんとう ) と は 明治 から 太平 洋 戦争 の 終戦 まで の 間 に 大 日本 帝国 の 政策 に よ り 成立 し て い た 国教 、 あるいは 祭祀 の 形態 の 歴史 学 的 呼称 で あ る 。 +-1 集会 ( しゅうえ / しゅえ ) と は 、 中世 日本 の 寺院 に お い て 僧侶 達 が 寺院 内部 の 意思 決定 の ため 行 う 合議 ・ 自治 機関 を 指 す 。 +-1 氷上 川継 の 乱 ( ひ かみ の かわつぐ の らん ) は 奈良 時代 の 政治 事件 。 +1 初代 瀬川 如皐 ( しょだいせがわ じょこう 、 元文 4 年 ( 1739 年 ) - 寛政 6 年 1 月 23 日 ( 旧暦 ) ( 1794 年 2 月 22 日 ) ) は 江戸 時代 中期 に 活躍 し た 歌舞伎 作者 。 +-1 ビジット ・ ジャパン ・ キャンペーン は 、 外国 人 旅行 者 の 訪日 促進 活動 で あ る 。 +-1 缶 コーヒー ( かん コーヒー ) と は 、 缶 に 入 っ て い て 、 すぐ に 飲 む こと の でき る コーヒー で あ る 。 +1 藤原 隆能 ( ふじわら の たか よし 、 生没年 不詳 ) は 、 平安 時代 後期 の 絵師 。 +1 川崎 正蔵 ( かわさき しょうぞう 、 天保 7 年 7 月 10 日 ( 旧暦 ) ( 1836 年 8 月 10 日 ) - 大正 元年 ( 1912 年 ) 12 月 2 日 ) は 日本 の 実業 家 、 政治 家 。 +1 光格 天皇 ( こうかく てんのう 、 明和 8 年 8 月 15 日 ( 17 71 年 9 月 23 日 ) - 天保 11 年 11 月 18 日 ( 1840 年 12 月 11 日 ) ) は 、 江戸 時代 の 第 119 代 天皇 ( 在位 : 安永 8 年 11 月 9 日 ( 1779 年 12 月 16 日 ) - 文化 14 年 3 月 22 日 ( 1817 年 5 月 7 日 ) ) 。 +1 新納 旅庵 ( にいろ りょ あん 、 天文 ( 元号 ) 12 年 ( 1553 年 ) - 慶長 7 年 ( 160 2 年 ) ) は 戦国 時代 ( 日本 ) の 薩摩 国 の 武将 。 +1 坊城 俊定 ( ぼうじょう としさだ 、 建長 3 年 ( 1251 年 ) ? ( 1252 年 と も ) ? - 延慶 ( 日本 ) 4 年 12 月 4 日 ( 旧暦 ) ( 1310 年 12 月 25 日 ) ) は 鎌倉 時代 の 公家 。 +-1 料理 物語 ( りょうり ものがたり ) は 、 江戸 時代 の 料理 書 。 +-1 絞罪 器械 図式 ( こうざいきかいずし き ; 明治 6 年 太政 官 布告 第 65 号 ) は 日本 の 死刑 執行 の 際 に 使用 さ れ る 絞首 器 の 図式 を 定め た 法令 。 +1 山川浩 ( やまかわ ひろし 、 1845 年 12 月 4 日 ( 弘化 2 年 11 月 6 日 ( 旧暦 ) ) - 189 8 年 2 月 4 日 ) は 幕末 ・ 明治 時代 の 会津 藩 士 及び 斗南 藩 大 参事 。 +1 吉良 義堯 ( きら よし た か 、 生没年 不詳 ) は 、 戦国 時代 _ ( 日本 ) の 武将 。 +-1 姉小路 家 ( あね が こうじけ / あね こうじけ ) は 、 藤原 氏 系 の 公家 の 家系 で あ る 。 +-1 五日市 憲法 ( いつ か いち けんぽう ) は 、 明治 時代 初期 に 作 ら れ た 私擬 憲法 の 一 つ 。 +-1 代銭 納 ( だい せん のう ) と は 、 中世 日本 の 荘園 ・ 国衙 領 ・ 武家 領 など に お い て 、 公事 や 年貢 、 地子 など の 納入 を 現物 に 代わ っ て 貨幣 で 納入 する 制度 。 +-1 厄年 ( やくどし ) は 、 陰陽 道 で 教宣 さ れ て い る 、 厄災 が 多 く 降りかか る と さ れ る 年齢 の こと で あ る 。 +-1 祓戸 大神 ( はらえど の おおかみ ) と は 、 神道 に お い て 祓 を 司ど る 神 ( 神道 ) で あ る 。 +1 京極 高 陳 ( きょうごく たかのぶ 、 天保 9 年 ( 1838 年 ) - 明治 26 年 ( 1893 年 ) 5 月 13 日 ? ) は 、 丹後 国峰山 藩 の 第 12 代 ( 最後 ) の 藩主 。 +-1 傘松 公園 ( かさまつ こうえん ) は 、 京都 府 宮津 市 に あ る 公園 。 +-1 一心 院 ( いっ しん いん ) は 、 京都 市 東山 区 に あ る 浄土 宗 の 寺院 で 、 浄土 宗捨世派 の 本山 。 +-1 蝶夢 ( ちょうむ 、 享保 17 年 ( 1732 年 ) - 寛政 7 年 12 月 24 日 ( 旧暦 ) ( 1796 年 2 月 2 日 ) ) は 、 江戸 時代 中期 の 僧 ・ 俳人 。 +-1 勝竜 寺城 ( しょうりゅうじじょう ) は 、 現在 の 京都 府 長岡 京 市 に 所在 し た 、 南北朝 時代 から 江戸 時代 初期 の 城 で あ る 。 +-1 渤海 使 ( ぼっかいし ) は 渤海 ( 国 ) より 日本 を 訪問 し た 使節 で あ り 、 728 年 から 922 年 まで の 間 に 34 回 ( この ほか 遼 に よ る 派遣 が 1 度 ) の 使節 が 記録 に 残 っ て い る 。 +1 渋川 義満 ( しぶかわ よしみつ 、 生年 不詳 - 元亀 4 年 2 月 17 日 ( 旧暦 ) ( 1573 年 3 月 20 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 和洋 折衷 ( わよう せっちゅう ) と は 、 日本 風 と 西洋 風 の 様式 を 一緒 に 取り入れ る こと 。 +-1 皿 屋敷 ( さら やしき ) は 、 お 菊 と い う 女性 の 亡霊 が 皿 を 数え る こと で 有名 な 怪談 話 の 総称 。 +1 『 義経 記 』 ( ぎけいき ) は 、 源 義経 と その 主従 を 中心 に 書 い た 軍記 物語 で 、 南北朝 時代 ( 日本 ) から 室町 時代 初期 に 成立 し た と 考え られ て い る 。 +-1 世襲 親王家 ( せ しゅうしん の うけ ) と は 、 また 「 定親 王家 」 と も い う 。 +-1 松尾 寺 駅 ( まつ の お でら えき ) は 、 京都 府 舞鶴 市字 吉坂 無 番地 に あ る 西 日本 旅客 鉄道 ( JR 西 日本 ) 小浜 線 の 鉄道 駅 。 +-1 大住 駅 ( おおすみ えき ) は 、 京都 府 京田辺 市 大住 丸山 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 片町 線 の 鉄道 駅 。 +-1 尊王 攘夷 ( そんのう じょうい 、 尊攘 ) と は 、 王 を 尊 び 外圧 ・ 外敵 を 撃退 し な けれ ば な ら な い と する 思想 。 +-1 奈良 文化 財 研究 所 ( なら ぶんか ざい けんきゅう しょ ) は 独立 行政 法人 国立 文化 財 機構 の 一 部門 。 +1 宗良 親王 ( むねよし しん の う / むねなが しんのう 、 1311 年 ( 応長 元年 ) - 1385 年 9 月 14 日 ( 元中 2 年 / 至徳 2 年 8 月 10 日 ) ? ) は 、 南北朝 時代 ・ 室町 時代 の 皇族 で 後醍醐 天皇 の 皇子 で 、 信濃 の 宮 や 大草 の 宮 ・ 幸坂 の 宮 ( 庇護 者 と な っ た 香坂 氏 に 由来 ) と 呼 ば れ た 。 +-1 纒向 矢塚 古墳 ( まきむく やづか こふん ) は 、 奈良 県 桜井 市 の 纒向 古墳 群 に 属 する 古墳 。 +-1 大送 神社 の 大綱引き ( おおおくり じんじゃ の つなひき ) と は 、 の 綱引き 祭 。 +-1 動 用 倉 ( どう よう そう ) と は 、 古代 律令 制 に お い て 、 出納 が 許 さ れ た 正税 ( 動用 ) を 納め た 正倉 の こと 。 +-1 写経 ( しゃきょう ) と は 、 仏教 に お い て 経典 を 書 写 する こと 、 また は その 書写 さ れ た 経典 の こと を 指 す 。 +1 茂山 忠三郎 ( しげやま ちゅうざ ぶろう 、 1928 年 4 月 3 日 - ) は 狂言 師 。 +-1 所司 代 ( しょし だい ) と は +-1 百 人 一首 ( ひゃく にん いっしゅ 、 故 実読み は ひゃく にんしゅ ) と は 、 古来 の 代表 的 な 歌人 百 人 に つ い て 、 一人 一首 を 選 ん で つく っ た 詞華 集 の こと で あ る 。 +-1 明一 ( みょういつ 、 神亀 5 年 ( 728 年 ) - 延暦 17 年 3 月 27 日 ( 旧暦 ) ( 79 8 年 4 月 21 日 ) ) は 、 奈良 時代 から 平安 時代 前期 に かけ て の 僧 。 +-1 角煮 ( かく に ) と は 、 豚肉 の ばら肉 ( 三 枚 肉 ) を 使 っ た 惣菜 で あ る 。 +1 南条 文雄 ( なんじょうぶんゆう 、 嘉永 2 年 5 月 12 日 ( 旧暦 ) ( 1849 年 7 月 1日 ) - 昭和 2 年 ( 1927 年 ) 1 1 月 9 日 ) は 、 日本 の 明治 ・ 大正 期 に 活躍 し た 仏教 学 者 ・ 宗教 家 。 +-1 預 ( あずけ ) と は 、 武家 法 に おけ る 未決 拘留 ・ 刑罰 の 1 つ で 親族 など の 私人 の 元 で 拘禁 状態 に 置 く こと 。 +1 徳麻呂 ( と こまろ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 須弥 壇 ( しゅみだん ) と は 、 仏教 寺院 に お い て 本尊 を 安置 する 場所 で あ り 、 仏像 等 を 安置 する ため に 一 段 高 く 設け られ た 場所 の こと 。 +1 近衛 熙子 ( この えひろこ 、 寛文 6 年 3 月 26 日 ( 旧暦 ) ( 1666 年 4 月 30 日 ) - 寛保 元年 2 月 28 日 ( 旧暦 ) ( 1741 年 4 月 13 日 ) ) は 江戸 幕府 6 代 将軍 ・ 徳川 家宣 の 正室 で あ る 。 +1 続 後 拾遺和 歌集 ( しょくご しゅう いわかしゅう ) は 、 勅撰 和 歌集 。 +-1 福知山 駅 ( ふくちやま えき ) は 、 京都 府 福知 山 市 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) ・ 北 近畿 タンゴ 鉄道 ( KTR ) の 鉄道 駅 。 +1 一条 政房 ( いちじょう まさふさ   嘉吉 3 年 ( 1443 年 ) ? - 文明 ( 日本 ) 元年 10 月 17 日 ( 旧暦 ) ( 1469 年 11 月 20 日 ) は 室町 時代 の 公卿 。 +-1 大輪田 泊 ( おおわだ の とまり ) は 兵庫 県 神戸 市 兵庫 区 に 所在 し て い た 港 で 、 現在 の 神戸 港 西側 の 一部 に 相当 する 。 +1 金春 欣三 ( こんぱる きんぞう 1925 年 1 月 2 日 - ) は シテ 方 金 春 流 の 能楽師 。 +1 藤間 勘兵衛 ( ふじま かんべえ ) は 、 藤間 流勘兵衛 派 の 名跡 。 +-1 盤珪 永琢 ( ばん けいよう たく 、 元和 ( 日本 ) 8 年 3 月 8 日 ( 旧暦 ) ( 1622 年 4 月 18 日 ) - 元禄 6 年 9 月 3 日 ( 旧暦 ) ( 1693 年 10 月 2 日 ) ) は 、 江戸 時代 前期 の 臨済 宗 の 僧 。 +1 日置 光平 ( へきみつ ひ ら ) は 、 江戸 時代 の 武蔵 国 の 刀工 。 +1 庭田 嗣子 ( に わた つぐこ 、 文政 3 年 ( 1820 年 ) - 慶応 3 年 11 月 9 日 ( 旧暦 ) ( 1867 年 12 月 4 日 ) ) は 、 仁孝 天皇 の 典侍 。 +-1 脱亜 入欧 ( だつ あにゅうおう ) と は 、 「 第 三 世界 で あ る アジア を 脱 し 、 ヨーロッパ 列 強 の 一員 と な る 」 こと を 目的 と し た 、 日本 に おけ る スローガン や 思想 で あ る 。 +-1 童子 切 ( どう じぎり ) は 、 日本 の 国宝 に 指定 さ れ て い る 日本 刀 。 +1 丹波 道 主 王命 ( たんば の みち の うし の みこと 、 生没年 不詳 ) と は 、 記紀 に おけ る 皇族 ( 王族 ) 。 +1 源光 +-1 若草山 ( わか くさやま ) は 奈良 県 奈良 市 、 奈良 公園 の 東端 に 位置 する 標高 342 m 、 面積 33 ha の 山 。 +-1 権現 ( ごんげん ) は 日本 の 神 の 神号 の 一 つ 。 +-1 八代 目 坂東 三津 五郎 ( はち だい め ばんどう みつごろう 、 190 6 年 10 月 19 日 - 1975 年 1 月 16 日 ) は 、 歌舞伎 役者 。 +1 片岡 直輝 ( かたおか な おて る 、 安政 3 年 7 月 3 日 ( 旧暦 ) ( 1856 年 8 月 3 日 ) - 昭和 2 年 ( 1927 年 ) 4 月 13 日 ) は 、 明治 ・ 大正 ・ 昭和 初期 の 実業 家 。 +-1 玄叡 ( げんえい 、 生年 不詳 - 承和 ( 日本 ) 7 年 ( 840 年 ) ) は 、 平安 時代 前期 の 三 論 宗 の 僧 。 +1 源氏 物語 ( げんじ ものがたり ) は 、 平安 時代 中期 に 成立 し た 、 日本 の 長編 物語 、 小説 。 +1 小村 壽太郎 ( こむら じゅたろう 、 1855 年 10 月 26 日 ( 安政 2 年 9 月 16 日 ( 旧暦 ) ) - 19 11 年 ( 明治 44 年 ) 1 1 月 26 日 ) は 、 明治 の 外務 官僚 。 +1 一 竿子 忠綱 ( いっかん し ただつな ) は 、 江戸 時代 元 禄 期頃 の 摂津 国 の 刀工 。 +-1 ここ で は 、 仏教 から 成立 し た 精進 料理 と 、 日本 料理 の 中 に あ る 和食 の 一 分野 で あ る 精進 料理 に つ い て 紹介 する 。 +-1 大井 荘 ( おおい の しょう ) は 、 奈良 時代 ~ 室町 時代 に かけ て 美濃 国 に あ っ た 荘園 。 +-1 合 ( ごう ) は 、 尺貫 法 に おけ る 体積 の 単位 で あ る 。 +1 千葉 時 胤 ( ちば と きたね 、 建保 6 年 8 月 11 日 ( 旧暦 ) ( 1218 年 9 月 2 日 ) - 仁治 2 年 9 月 17 日 ( 旧暦 ) ( 1241 年 10 月 23 日 ) ) は 、 鎌倉 時代 前期 の 武士 。 +-1 朗詠 ( ろうえい ) は 、 日本 の 歌曲 の 一 形式 。 +-1 京都 市 中央 卸売 市場 第 二 市場 ( きょうと し ちゅうおう おろしうり し じょう だい に しじょう ) は 、 京都 市 に あ る 食肉 専門 の 中央 卸売 市場 。 +1 源光 経 ( みなもと の み つつね 、 生年 不詳 - 寿永 2 年 11 月 19 日 ( 旧暦 ) ( 1184 年 1 月 3 日 ) ) は 、 平安 時代 末期 の 武将 。 +1 九条 道 孝 ( くじょう みち た か 、 天保 10 年 5 月 1日 ( 旧暦 ) ( 1839 年 6 月 11 日 ) - 明治 39 年 ( 190 6 年 ) 1 月 4 日 ) は 、 幕末 期 の 公卿 。 +-1 勧修 寺 ( かじゅうじ ) は 、 京都 市 山科 区 に あ る 門跡 寺院 。 +-1 法会 ( ほうえ ) と は 、 仏教 に お い て 仏法 を 説 く ため や 供養 を 行 う ため の 僧侶 ・ 檀信徒 の 集まり で あ る 。 +1 『 玉葉 』 ( ぎょくよう ) は 、 関白 ・ 太政 大臣 九条 兼実 の 日記 。 +-1 伏見 稲荷 大社 ( ふしみ い なり たいしゃ ) は 京都 市 伏見 区 に あ る 神社 で あ る 。 +1 坪内 逍遥 ( つぼう ち しょうよう 、 正字 体 : 逍遙 、 1859 年 6 月 22 日 ( 安政 6 年 5 月 22 日 ( 旧暦 ) ) - 2 月 28 日 ) は 明治 に 活躍 し た 日本 の 小説 家 、 評論 家 、 翻訳 家 、 劇作 家 。 +1 忍海 大国 ( おし うみ の おおく に 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 正親町 三条 実有 ( おおぎまち さんじょうさねよし 、 天正 16 年 ( 1588 年 ) ‐ 寛永 10 年 7 月 13 日 ( 旧暦 ) ( 1633 年 8 月 17 日 ) ) は 、 安土 桃山 時代 後期 から 江戸 時代 前期 の 公卿 。 +1 源 頼国 ( みなもと の よりくに 、 生年 未詳 - 天喜 元年 ( 1058 年 ) ? ) は 平安 時代 の 武将 ・ 官人 。 +1 石井 貞興 ( いしいさだおき 、 天保 13 年 ( 1842 年 ) 3 月 - 明治 10 年 ( 1877 年 ) 10 月 26 日 ) は 、 幕末 から 明治 初期 に かけ て の 肥前 国 佐賀 藩 士 、 政府 地方 官 。 +-1 般若 寺 ( はんにゃじ ) は 、 奈良 市 北部 ・ 奈良坂 ( 奈良 きたまち ) に 位置 する 真言 律 宗 の 寺院 。 +-1 小辺路 ( こへ ち ) は 、 熊野 三山 へ の 参詣 道 ・ 熊野 古道 の ひと つ 。 +-1 季 御 読経 ( きのみどきょう ) は 、 平安 時代 に 行 わ れ た 宮中 行事 の ひと つ 。 +-1 茶器 ( ちゃき ) と は 、 茶の湯 に お い て 用い られ る 、 抹茶 を 入れ る 容器 の 総称 で あ る 。 +1 円 目王 、 圓目 王 ( つぶらめ おう ) と は 古墳 時代 の 皇族 。 +1 物語 ( ものがたり ) と は 、 語り手 が 語 ら れ る 主体 に 語 る さまざま な 出来事 の こと 。 +1 宸翰 ( しんかん 、 宸筆 、 親翰 ) は 、 天皇 自筆 の 文書 。 +1 清閑 寺 熙定 ( せいかんじ ひろ さだ 、 寛文 2 年 7 月 13 日 ( 旧暦 ) ( 1662 年 8 月 26 日 ) - 宝永 4 年 1 月 10 日 ( 旧暦 ) ( 17 0 7 年 2 月 12 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +1 源 経光 ( みなもと の つねみつ 、 生年 未詳 - 久安 2 年 3 月 9 日 ( 旧暦 ) ( 1146 年 4 月 21 日 ) ) は 、 平安 時代 後期 の 武士 。 +1 八釣 白彦 皇子 ( やつり の しろひこの みこ 、 履中 天皇 2 年 ( 40 1 年 ) 以後 - 安康 天皇 3 年 ( 456 年 ) ) は 允恭 天皇 の 第 四 皇子 。 +-1 西明寺 ( さいみょうじ ) は 、 京都 市 右京 区 に あ る 真言 宗 大覚寺 派 の 寺院 。 +-1 唐 招提寺 ( とうしょう だいじ ) は 、 奈良 市 五条町 に あ る 鑑真 ゆかり の 寺院 。 +-1 領家 ( りょうけ ) は 、 日本 の 荘園 に お い て 、 荘園 を 開発 し た 開発 領主 ( かいほつりょうしゅ ) から 寄進 を 受け た 荘園 領主 で あ る 。 +-1 松川 の 戦い ( まつかわ の たたか い ) は 、 『 改正 三 河 後 風土 記 』 ( 第 42 巻 : 上杉 ・ 伊達 合戦 の 事 ) 、 『 常山 紀談 』 ( 巻之 16 : 伊達 上杉 陸奥 国松 川 合戦 の 事   附永井 善左衛門   岡 左内 が 事 ) 、 『 東国 太平 記 』 ( 巻 第 15 : 松川 合戦 政宗 福島 ノ城 ヲ 攻 ムル 事 ) 、 『 会津 陣 物語 』 ( 第 4 巻 : 松川 合戦 に 政宗 、 福島 城 を 攻め る 事 、 井 せ て 須田 大炊介 、 政宗 と 逢隈 川 合戦 ( 陣幕 を 切り取 る ) 事 ) に よ れ ば 、 慶長 6 年 ( 160 1 年 ) 4 月 26 日 に 、 現在 の 福島 県 福島 市 の 中心 部 で 伊達 政宗 と 上杉 景勝 麾下 の 本庄 繁長 ・ 須田 長義 が 戦 っ た 合戦 だ と さ れ る 。 +1 『 偐紫田 舎源 氏 』 ( にせ むらさき いな か げんじ ) は 、 柳亭 種彦 の 、 未 完 の 、 長編 合巻 。 +-1 骨女 ( ほねおんな ) は 、 鳥山 石燕 の 妖怪 画 集 『 今昔 画 図 続 百 鬼 』 に あ る 妖怪 。 +-1 阿蘇 ( あそ ) 氏 は 、 肥後 国 の 氏族 。 +1 富士谷 成章 ( ふじた に な り あきら 、 元文 3 年 ( 1738 年 ) - 安永 8 年 10 月 2 日 ( 旧暦 ) ( 1779 年 11 月 9 日 ) ) は 、 江戸 時代 中期 の 国学 者 。 +1 遠山 秀友 ( とおやま ひでと も 、 1609 年 12 月 2 日 ( 慶長 14 年 11 月 6 日 ( 旧暦 ) ) - 1642 年 2 月 6 日 ( 寛永 19 年 1 月 7 日 ( 旧暦 ) ) ) は 、 美濃 国 苗木 藩 の 第 2 代 藩 主 。 +1 石田 梅岩 ( いしだ ばいがん 、 貞享 2 年 9 月 15 日 ( 旧暦 ) ( 1685 年 10 月 12 日 ) - 延享 元年 9 月 24 日 ( 旧暦 ) ( 1744 年 10 月 29 日 ) ) は 江戸 時代 の 思想 家 、 倫理 学 。 +1 大内 裏 ( だい だいり ) と は 、 平安 京 に おけ る 宮城 を 指 す 。 +1 小関 三 英 ( こ せき さんえい 、 天明 7 年 6 月 11 日 ( 旧暦 ) ( 1787 年 7 月 25 日 ) - 天保 10 年 5 月 17 日 ( 旧暦 ) ( 1839 年 6 月 27 日 ) ) は 、 江戸 時代 後期 の 医者 ・ 蘭学 者 。 +-1 日吉 ダム ( ひよし- ) は 京都 府 南丹 市 日吉町 ( 旧 ・ 船井 郡 日吉町 ) 中地 先 、 淀川 の 主要 支川 の 一 つ で あ る 桂川 中流部 に 位置 する ダム で あ る 。 +-1 仕舞袴 ( しまい - ば ( は ) かま ) は 主 と し て 能楽 に お い て 用い られ る 特殊 な 形状 の 袴 。 +1 経国 集 ( けいこく しゅう ) は 、 平安 時代 初期 の 天長 4 年 ( 827 年 ) 、 淳和 天皇 の 命 に よ り 編纂 さ れ た 勅撰 漢 詩集 。 +1 六 条 宮 ( ろくじょう のみや ) は 鎌倉 時代 に 存在 し た と さ れ る 宮家 。 +-1 承平 ・ 天慶 の 乱 ( じょうへい ・ てんぎょう の らん ) は 平安 時代 中期 に 、 ほぼ 同 時期 に 関東 と 瀬戸 内海 で 起き た 平将門 の 乱 ( たいら の まさかど の らん ) と 藤原 純友 の 乱 ( ふじわら の すみとも の らん ) の 総称 で あ る 。 +1 細川 忠興 / 長岡 忠興 ( ほそかわ ただおき / ながお か ただおき ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 、 大名 。 +1 沼間 守一 ( ぬまも り かず 、 しゅいち 、 天保 14 年 12 月 2 日 ( 旧暦 ) ( 1844 年 1 月 21 日 ) - 明治 23 年 ( 1890 年 ) 5 月 17 日 ) は 、 江戸 幕臣 出身 の 政治 家 、 ジャーナリスト 。 +-1 きず し ( 生 寿司 、 生鮨 ) は 、 青魚 を 塩締め し た もの 。 +-1 廃刀令 ( はいとう れい ) と は 、 3 月 28 日 に 発 せ られ た 大禮服 竝ニ 軍人 警察 官 吏 等 制服 著用 ノ外 帶 刀 禁止 の 太政 官 布告 ・ 太政 官 達 の 略称 。 +-1 法然 院 ( ほうねん いん ) は 、 京都 市 左京 区 鹿ヶ谷 に あ る 浄土 宗 系 の 単立 寺院 で あ る 。 +1 高野瀬 宗則 ( たかの せ むねのり 、 1852 年 11 月 3 日 ( 嘉永 5 年 9 月 22 日 ( 旧暦 ) ) - 1915 年 ( 大正 4 年 ) ) は 、 理学 士 。 +-1 鎌倉 府 ( かまくらふ ) と は 、 南北朝 時代 ( 日本 ) から 室町 時代 に かけ て 、 室町 幕府 が 関東 を 統治 する ため に 設置 し た 政庁 で あ る 。 +1 源 頼遠 ( みなもと の より とお 、 寛弘 4 年 3 月 28 日 ( 旧暦 ) ( 100 7 年 4 月 18 日 ) - 康平 5 年 ( 1062 年 ) ) は 、 平安 時代 中期 の 武将 。 +-1 弥生 時代 ( やよい じだい ) は 、 北海道 ・ 沖縄 諸島 を 除 く 日本 列島 に おけ る 時代 区分 の 一 つ で あ る 。 +-1 大将軍 八 神社 ( だい しょうぐん はち じんじゃ ) は 京都 府 京都 市 上京 区 に あ る 神社 。 +-1 勘定 帳 ( かんじょうちょう ) と は 、 米 や 大豆 、 金 ・ 銀 など の 収支 決算 を 行 う ため に 作成 し た 会計 帳簿 の 1 つ 。 +-1 あん パン ( 餡 パン ) は 、 菓子 パン の 一種 で 、 中 に 餡 が 入 っ て い る こと を 特徴 と する 。 +-1 神籠石 ( こうご いし ) また は 神籠 石 式 山城 ( こうご い ししきやましろ ) と は 古代 に 築造 さ れ た 山城 で 、 「 日本 書紀 」 「 続 日本 紀 」 に 記載 が な く 、 遺構 で しか 存在 の 確認 でき な い もの を 指 す 。 +-1 文車 妖妃 ( ふぐるま よう び ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +1 奈古屋 里人 ( なごや さとんど 、 寛文 11 年 ( 16 7 1 年 ) - 寛保 元年 ( 1741 年 ) ) は 、 江戸 時代 の 人物 。 +-1 鎌倉 仏教 ( かまくらぶっきょう ) と は 、 平安 時代 末期 から 鎌倉 時代 に かけ て 発生 し た 仏教 変革 の 動き を 指 す 。 +1 藤原 光家 ( ふじわら の みついえ 、 元暦 元年 ( 1184 年 ) - ? ) は 、 鎌倉 時代 初期 の 公家 ・ 歌人 。 +1 猪苗代 兼載 ( いなわしろ けんさい 、 享徳 元年 ( 1452 年 ) - 永正 7 年 6 月 6 日 ( 旧暦 ) ( 1510 年 7 月 11 日 ) ) は 、 戦国 時代 ( 日本 ) の 連歌 師 。 +1 源弘 ( みなもと の ひろむ 、 弘仁 3 年 ( 812 年 ) - 貞観 5 年 1 月 25 日 ( 863 年 2 月 16 日 ) ) は 、 平安 時代 前期 の 公卿 。 +-1 内 膳司 ( ないぜんし ) は 、 日本 の 日本 の 官制 に お い て 宮内 省 に 属 し た 機関 。 +-1 慈 円 ( じえん 、 久寿 2 年 4 月 15 日 ( 旧暦 ) ( 1155 年 5 月 17 日 ) - 嘉禄 元年 9 月 25 日 ( 旧暦 ) ( 1225 年 10 月 28 日 ) ) は 、 歴史 書 『 愚管 抄 』 で 有名 な 鎌倉 時代 の 天台 宗 僧侶 で あ る 。 +-1 勝持 寺 ( しょうじじ ) は 、 京都 市 西京 区 に あ る 天台 宗 の 寺院 。 +-1 奥 都城 ( おく つき ) と は 、 上代 の 墓 の こと 。 +1 平忠度 ( たいら の ただのり ) は 、 平安 時代 の 武将 。 +-1 春峯庵 事件 ( しゅんぽう あん じけん ) は 昭和 初期 に 起こ っ た 肉筆 浮世絵 の 大 規模 な 偽造 事件 で あ る 。 +-1 葛木 二上 神社 ( かつらぎ ふたかみ じんじゃ 、 かつらぎ に じょう じんじゃ ) は 、 奈良 県 葛城 市 の 二上山 ( 奈良 県 ・ 大阪 府 ) 雄岳 山頂 付近 に あ る 神社 で あ る 。 +-1 山国 隊 ( やまぐに たい ) は 、 幕末期 に 丹波 国 桑田 郡山 国郷 ( 現 京都 市 右京 区 京北町 ) で 結成 さ れ た 農兵 隊 。 +-1 石焼き芋 ( いしやきいも ) は 、 サツマ イモ を 使 っ た 料理 の ひと つ で あ る 。 +1 藤堂 高潔 ( とうどう たか きよ 、 天保 8 年 9 月 20 日 ( 旧暦 ) ( 1837 年 10 月 19 日 ) - 明治 22 年 ( 1889 年 ) 1 1 月 18 日 ) は 、 伊勢 国津 藩 の 第 12 代 ( 最後 ) の 藩主 。 +-1 山崎 の 戦い ( やまざき の たたか い ) は 、 天正 10 年 ( 15 82 年 ) 6 月 に 本能 寺 の 変 で 織田 信長 を 討 っ た 明智 光 秀 に 対 し て 、 高松城 ( 備 中国 ) の 攻城 戦 から 引き返 し て き た 豊臣 秀吉 が 、 6 月 13 日 ( 西暦 7 月 2 日 ) 京都 へ 向か う 途中 の 摂津 国 と 山城 国 の 境 に 位置 する 山崎 ( 大阪 府 三島 郡 ( 大阪 府 ) 島 本 町 山崎 、 京都 府 乙訓 郡 大山崎 町 ) で 、 明智 軍 と 激突 し た 戦い で あ る 。 +-1 宮 の 前廃 寺 跡 ( みや の まえ は いじあと ) と は 広島 県 福山 市 蔵王 町 に あ る 奈良 時代 から 平安 時代 に かけ て の 仏教 寺院 遺跡 で あ る 。 +-1 地蔵 院 ( じぞう いん ) は 、 京都 市 西京 区 に あ る 臨済 宗 系 の 単立 寺院 。 +1 藤原 惟成 ( ふじわら の これ しげ / これ なり 、 天暦 7 年 ( 953 年 ) - 永祚 ( 日本 ) 元年 ( 989 年 ) ) は 、 平安 時代 中期 の 宮廷 政治 家 。 +-1 三条 京阪 ( さんじょうけいはん ) は 、 京都 市 東山 区 に あ る 三条 大橋 の 東側 周辺 の 地域 名 で あ る 。 +1 岩倉 恒具 ( いわくら つね と も 、 元禄 14 年 7 月 24 日 ( 旧暦 ) ( 170 1 年 8 月 27 日 ) - 宝暦 10 年 7 月 29 日 ( 旧暦 ) ( 17 60 年 9 月 8 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 官職 ( かんしょく 、 Governmentpost ) と は 官吏 の 職 の こと を い う 。 +-1 宗湛 ( そうたん 、 応永 20 年 ( 1413 年 ) - 文明 ( 日本 ) 8 年 ( 1481 年 ) ) は 、 室町 時代 中期 の 画僧 。 +1 青木 重兼 ( あおき し げ か ね 、 慶長 11 年 12 月 29 日 ( 旧暦 ) ( 160 7 年 1 月 27 日 ) - 天和 ( 日本 ) 2 年 9 月 14 日 ( 旧暦 ) ( 1682 年 10 月 14 日 ) ) は 、 摂津 国 麻田 藩 の 第 2 代 藩 主 。 +-1 近津尾 神社 ( ち かつお じんじゃ ) は 、 滋賀 県 大津 市 国分 に 鎮座 する 神社 で あ る 。 +-1 黒 文字 ( くろ もじ ) : +-1 石州 流 伊佐派 ( せき しゅうりゅういさ は ) は 武家 茶道 。 +1 新庄 直好 ( しんじょう なお よし 、 1599 年 ( 慶長 4 年 ) - 1662 年 9 月 4 日 ( 寛文 2 年 7 月 22 日 ( 旧暦 ) ) ) は 、 江戸 時代 の 大名 。 +1 伊勢平 氏 は 、 承平 天慶 の 乱 に 功 の あ っ た 平貞盛 の 子 、 平維 衡 より はじま る 平氏 一族 の 一 つ 。 +-1 ウメ ( 梅 、 学名 : Prunus mume ) は 、 バラ 科 サクラ 属 の 落葉 高木 、 また は その 果実 の こと 。 +-1 久自国 造 ( くじ の くにのみやつこ ・ くじこく ぞう ) は 常陸 国 北 中部 を 支配 し た 国造 。 +1 小田 朝久 ( おだ ともひさ 、 1417 年 3 月 23 日 ( 応永 24 年 3 月 5 日 ( 旧暦 ) ) - 1455 年 6 月 5 日 ( 享徳 4 年 4 月 20 日 ( 旧暦 ) ) ) は 、 室町 時代 中期 の 武将 。 +1 本野 盛亨 ( もと の もりみち 、 1836 年 9 月 25 日 ( 天保 7 年 8 月 15 日 ( 旧暦 ) ) - 1909 年 ( 明治 42 年 ) 12 月 10 日 ) は 、 日本 の 官僚 、 実業 家 。 +-1 摂家 ( せっけ ) と は 、 鎌倉 時代 に 成立 し た 藤原 氏 嫡流 で 公家 の 家格 の 頂点 に 立 っ た 5 家 の こと 。 +-1 承久 の 乱 ( じょうきゅう の らん ) は 、 鎌倉 時代 の 承久 3 年 ( 1221 年 ) に 、 後鳥 羽 天皇 が 鎌倉 幕府 に 対 し て 討幕 の 兵 を 挙げ て 敗れ た 兵乱 で あ る 。 +-1 色目 ( いろめ ) と は 十 二 単 など に おけ る 色 の 組み合わせ を い う 。 +-1 元老 ( げんろう 、 英 : elderstatesman ) と は 、 明治 時代 後期 から 昭和 時代 初期 に かけ て 、 日本 政府 の 最高 首脳 で あ っ た 重臣 で あ る 。 +-1 双方 中 円 墳 ( そうほう ちゅうえんふん ) と は 、 古墳 の 形 の ひと つ 。 +-1 小十 人 ( こじゅう にん ) は 、 江戸 幕府 に おけ る 警備 ・ 軍事 部門 ( 番方 ) の 役職 の ひと つ で あ る 。 +-1 行意 ( ぎょうい 、 1177 年 - 12 17 年 ? ) は 、 平安 時代 末 から 鎌倉 時代 初期 に かけ て の 天台 宗 の 僧 。 +-1 株式 会社 京都 銀行 ( きょう と ぎんこう 、 The BankofKyoto , Ltd . ) は 、 京都 府 京都 市 下京 区 に 本店 を 構え 、 京都 府 を 中心 に 営業 し て い る 地方 銀行 で あ る 。 +-1 石清水 八幡宮 ( いわしみず はち まんぐう ) は 京都 府 八幡 市 の 男山 山上 に あ る 神社 で あ る 。 +1 中村 太郎 ( なかむら たろう 、 嘉永 5 年 ( 1852 年 ) - 明治 11 年 ( 1878 年 ) 5 月 14 日 ) と は 、 初代 内務 卿 ・ 大久保 利通 の 従者 。 +1 仮名 草子 ( かなぞうし ) と は 、 江戸 時代 初期 に 仮名 ( 文字 ) 、 もしくは 仮名 交じり 文 で 書 か れ た 、 近世 文学 に おけ る 物語 ・ 実用 的 な 文章 を 総称 し た もの 。 +1 三輪 高市 麻呂 ( みわの たけちまろ 、 生年 不明 - 慶雲 3 年 ( 70 6 年 2 月 6 日 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 新田辺 駅 ( しんたなべ えき ) は 、 京都 府 京田辺 市 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +-1 甲賀 の 里 忍術 村 ( こうが の さ と にんじゅつ むら ) は 、 滋賀 県 甲賀 市 甲賀 町 隠岐 に あ る 忍術 の テーマ パーク 。 +1 織田 信高 ( おだ のぶたか ) は 、 安土 桃山 時代 の 武将 。 +-1 天狗 党 の 乱 ( てんぐ とう の らん ) と は 、 元治 元年 3 月 27 日 ( 旧暦 ) ( 1864 年 5 月 2 日 ) に 起き た 、 水戸 藩 藩士 藤田 小四郎 ら 尊皇 攘夷 過激 派 に よ る 筑波山 で の 挙兵 と 、 その 後 これ に 関連 し て 各地 で 発生 し た 争乱 の こと で あ る ( 元治 元年 12 月 17 日 ( 旧暦 ) ( 1865 年 1 月 14 日 ) に 主導 者 投降 ) 。 +1 畠山 持国 ( はたけ やま もちく に 、 応永 5 年 ( 1398 年 ) - 享徳 4 年 3 月 26 日 ( 旧暦 ) ( 1455 年 4 月 12 日 ) ) は 、 室町 時代 の 室町 幕府 の 管領 。 +1 院 の 御子 ( いんの みこ 、 長寛 3 年 / 永万 元年 ( 1165 年 ) - ? ) は 平安 時代 末期 の 文献 ・ 『 玉葉 』 に 出 て くる 人物 。 +-1 祭神 磐衝 別命 比 咩 神 +-1 真言 宗 大覚寺 派 ( しんごん しゅうだい かくじ は ) は 、 日本 に おけ る 真言 系 仏教宗 派 の ひと つ で 、 古義 真言宗 に 属 する 。 +-1 勝見 庸太郎 プロダクション ( かつみ ようたろう - 、 1926 年 設立 - 1930 年 活動 停止 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +1 初代 中村 勘三郎 ( しょだい なかむら かんざ ぶろう 、 慶長 3 年 ( 1598 年 ) - 万治 元年 6 月 9 日 ( 旧暦 ) ( 1658 年 7 月 9 日 ) ) は 、 江戸 時代 初期 の 歌舞伎 役者 。 +1 小野 小町 ( おのの こまち 、 大同 ( 日本 ) 4 年 ( 809 年 ) 頃 - 延喜 元年 ( 901 年 ) 頃 ) は 、 平安 前期 9 世紀頃 の 女流 歌人 。 +-1 観光 圏 ( かんこうけん ) は 日本 の 一 つ の 都 道 府 県 また は 複数 の 都 道 府 県 に またが っ た 地域 を 観光 の ため に まとめ た もの で 、 日本 を 観光 立国 と する 実現 に 向け て の 整備 を し 、 観光 旅客 の 来訪 および 長期 の 滞在 を 促進 する ため に 日本 の 国土 交通 省 の 外局 で あ る 観光 庁 に 認定 さ れ た 地域 。 +-1 富家 語 ( ふけご ) は 富家 語 談 と も い い 、 富家 殿 と 号 し た 関白 藤原 忠実 ( 107 8 ― 1 1 6 2 ) の 語録 。 +-1 囲碁 の 精 ( いご の せい ) は 、 江戸 時代 の 古書 など に 記述 の あ る 囲碁 の 精霊 。 +1 小出 英知 ( こい で ふさ と も 、 元和 ( 日本 ) 4 年 ( 1618 年 ) - 元禄 8 年 1 月 13 日 ( 旧暦 ) ( 1695 年 2 月 25 日 ) ) は 、 丹波 国 園 部 藩 の 第 2 代 藩 主 。 +1 上杉 頼重 ( うえすぎ より しげ   生没年 未詳 ) は 、 鎌倉 時代 の 人物 。 +-1 塩谷 氏 ( しおのやし ) は 日本 の 氏族 。 +1 尊子 内 親王 ( そん し な い しんのう 、 康保 3 年 ( 96 6 年 ) - 永観 3 年 5 月 2 日 ( 98 5 年 5 月 24 日 ) ) は 、 第 63 代 冷泉 天皇 の 第 二 皇女 。 +-1 古典 落語 ( こてん らくご ) と は 、 落語 の 演目 の うち 、 一般 に 江戸 時代 から 明治 時代 に 作 ら れ た もの を 指 す 。 +-1 年爵 ( ねんしゃく ) と は 、 日本 の 古代 ・ 中世 前期 に お い て 、 治天 の 君 及び 三宮 ( 太皇 太后 、 皇太后 、 皇后 ) が 保有 し て い た 叙位 権 を 指 す 用語 。 +-1 釜師 ( かまし ) は 、 茶釜 を 鋳 る 職人 。 +-1 葛野 流 ( かどの - りゅう ) は 能楽 大鼓方 の 一流儀 。 +-1 神馬 ( しんめ 、 あるいは 、 じんめ ) は 、 日本 の 神社 に 奉納 さ れ た ウマ 、 あるいは 祭事 の 際 に 使用 さ れ る 馬 を 指 す 。 +1 『 浮雲 』 ( うきぐ も ) は 、 二葉 亭 四迷 の 長編 小説 。 +-1 等 持院 駅 ( とうじいん えき ) は 、 京都 市 北 区 ( 京都 市 ) 等 持 院 西町 に あ る 京福 電気 鉄道 北野 線 の 鉄道 駅 。 +1 懌子 内 親王 ( えき し な い しんのう 、 弘長 2 年 ( 1262 年 ) - 永仁 2 年 11 月 25 日 ( 旧暦 ) ( 1294 年 12 月 13 日 ) ) は 、 鎌倉 時代 の 皇族 、 女院 。 +1 澤村 宗之助 ( さわむら そうのすけ ) は 、 歌舞伎 役者 。 +-1 鉄鼠 ( てっそ ) は 、 僧 の 怨念 と ネズミ に まつわ る 古代 日本 の 妖怪 。 +-1 若あゆ ( 若鮎 、 わか あゆ ) は 、 楕 円 形 に 焼き 上げ た カステラ 生地 で 求肥 を つつ み 、 半月 形 に 整形 し 、 焼印 で 目 と ひれ の 印 を つけ た 和 菓子 で あ る 。 +1 鴨蝦夷 ( かも の えみし 、 生年 不明 - 持統 天皇 9 年 ( 695 年 ) 4 月 17 日 ? ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 藤原 朝経 ( ふじわら の あさつね 、 天延 元年 ( 973 年 ) - 長元 2 年 7 月 4 日 ( 旧暦 ) ( 1029 年 8 月 16 日 ) ) は 、 平安 時代 中期 の 公卿 。 +-1 阿加流 比 売神 ( あかる ひめ の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +1 鷹司 基輝 ( たかつかさ も と てる 、 享保 12 年 2 月 28 日 ( 旧暦 ) ( 1727 年 4 月 19 日 ) - 寛保 3 年 5 月 15 日 ( 旧暦 ) ( 1743 年 7 月 6 日 ) ) は 、 江戸 時代 中期 の 公家 。 +-1 陰首 ( おんしゅ ) と は 、 律令 制 に お い て 戸籍 や 計帳 から 欠落 し て い る 者 及び 浮浪 の 者 が 自主 的 に 名乗り出 て 登録 さ れ る こと 。 +1 四条 天皇 ( しじょうてんのう 、 寛喜 3 年 2 月 12 日 ( 1231 年 3 月 17 日 ) - 仁治 3 年 1 月 9 日 ( 1242 年 2 月 10 日 ) ) は 、 鎌倉 時代 の 第 87 代 天皇 ( 在位 : 貞永 元年 10 月 4 日 ( 1232 年 10 月 26 日 ) - 仁治 3 年 1 月 9 日 ( 1242 年 2 月 10 日 ) ) 。 +-1 『 盲長 屋 梅加賀 鳶 』 ( めくら なが や う め が か が とび ) は 歌舞伎 の 演目 。 +-1 お 蔭参り ( おかげ まいり ) と は 、 江戸 時代 に 起こ っ た 伊勢 神宮 へ の 集団 参詣 運動 。 +-1 赤松 氏 ( あかまつ し ) は 、 鎌倉 時代 末期 から 安土 桃山 時代 に かけ て 播磨 国 を 支配 し た 大名 で あ る 。 +1 外山 算節 ( とやまさんせつ 、 生没年 不詳 ) は 、 文政 年間 頃 に 活躍 し た 囲碁 棋士 ( 囲碁 ) 。 +-1 すっぽん と は 、 歌舞伎 など の 劇場 に あ る 花道上 に 、 舞台 下 の 奈落 から 、 役者 が 登場 し て くる ため に あ る 舞台 装置 の こと で あ る 。 +1 膳部 菩 岐々 美郎 女 ( かしわ で の ほき きみ の いらつめ   生年 不詳 - 推古 天皇 30 年 2 月 21 日 ( 旧暦 ) ( 622 年 4 月 7 日 ) ) は 飛鳥 時代 の 女性 。 +-1 唐名 ( とうめい 、 とうみょう 、 からな ) は 、 律令 制 日本 の 律令 制下 の 官職 名 ・ 部署名 を 同様 の 職掌 を 持 つ 中国 の 官称 に あてはめ た もの 。 +1 原田 種直 ( はらだ たねなお 、 生没年 不詳 ) は 、 平安 時代 末期 の 武将 、 大宰 権 少弐 。 +-1 釜 ( かま ) は 、 熱 を 材料 、 食品 に 加え る ため の 器具 で あ る 。 +-1 不輸租田 ( ふゆそでん ) と は 日本 の 律令 制 に お い て 、 租税 を 免除 さ れ た 田 。 +1 武田 信豊 ( たけだ のぶと よ ) は 、 、 戦国 時代 ( 日本 ) の 武将 。 +1 杉原 鐡城 ( すぎはら てつじょう 、 1870 年 ? - ? ) は 、 明治 時代 に 広島 県 一帯 で 「 未来 の 内閣 総理 大臣 」 と し て 知 ら れ た 人物 。 +-1 『 仏祖 歴代 通載 』 ( ぶっそれ きだい つうさい ) と は 、 中国 で 編纂 さ れ た 、 古代 より 元統 ( 元 ) 元年 ( 1333 年 ) に 及 ぶ 仏教 編 年 史書 で あ る 。 +1 花山院 定 誠 ( かざん いん さだのぶ 、 寛永 17 年 2 月 26 日 ( 旧暦 ) ( 1640 年 4 月 17 日 ) - 宝永 元年 10 月 21 日 ( 旧暦 ) ( 170 4 年 11 月 18 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 真言律宗 ( しんごん りっしゅう ) は 、 真言 密教 の 宗義 に 基づ い て 金剛 乗 の 戒律 を 修学 する 一派 。 +1 松平康信 ( まつだいら やす のぶ ) は 、 下総 国佐倉 藩 の 第 2 代 藩 主 。 +-1 願暁 ( がんぎょう 、 生年 不詳- 貞観_ ( 日本 ) 16 年 3 月 27 日 ( 旧暦 ) ( 874 年 4 月 21 日 ) ) は 、 平安 時代 前期 の 学僧 。 +-1 源 氏 ( げん じ 、 みなも とうじ ) は 、 「 源 」 を 氏 ・ 姓 ( 本姓 ) と する 一族 で あ る 。 +-1 下馬 ( げば ) は 、 貴人 の 前 で 、 社寺 の 境内 で 、 また 城内 に 入 る 前 に 、 敬意 を 表わ す ため に 、 騎 ( の ) っ て い る ウマ から 下り る こと で あ る 。 +1 弓削 浄人 ( ゆげの きよひと 、 生没 年 未詳 ) は 奈良 時代 の 公卿 。 +-1 陽明 文庫 ( ようめい ぶんこ ) は 、 京都 市 右京 区 宇多野 上ノ谷町 に あ る 特殊 図書 館 。 +-1 丁髷 ( ちょんまげ ) と は 江戸 時代 の 老人 が 結 う 男髷 。 +-1 江文 神社 ( えぶみじんじゃ ) は 京都 府 京都 市 左京 区 に あ る 神社 。 +-1 院宮 分国制 ( いんぐう ぶんこく せい ) と は 、 太上 天皇 や 女院 、 中宮 、 斎宮 など に 除目 の 際 に 特定 の 令制 国 の 受領 を 推挙 する 権利 を 与え 、 そこ から 経済 的 利益 の 配分 を 受け る こと で 俸禄 の 代わり と する 制度 。 +-1 行玄 ( ぎょうげん 、 承徳 元年 ( 1097 年 ) - 久寿 2 年 11 月 5 日 ( 旧暦 ) ( 1155 年 12 月 1日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +1 桜木 太夫 ( さくらぎ た ゆう 、 生没 年 未詳 ) は 幕末 の 嶋原 太夫 ( 「 遊女 桜木 」 、 「 さくら 木 」 と も ) 。 +1 伊集院 久信 ( いじゅういん ひさのぶ 、 生年 不詳 - 元和 ( 日本 ) 2 年 ( 1616 年 ) ) は 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 。 +1 松平 信彰 ( まつだい ら のぶたか ) は 、 丹波 亀山 藩 の 第 4 代 藩 主 。 +-1 桂川 ( かつら がわ ) は 京都 府 を 流れ る 淀川 水系 の 一 級 水系 。 +1 藤原 広嗣 ( ふじわら の ひろつぐ 、 生年 不詳 - 天平 12 年 11 月 1日 ( 旧暦 ) ( 740 年 11 月 28 日 ) ) は 、 奈良 時代 の 廷臣 。 +1 川路 利良 ( かわじ とし よし 、 1834 年 6 月 17 日 ( 天保 5 年 5 月 11 日 ( 旧暦 ) ) - 1879 年 ( 明治 12 年 ) 10 月 13 日 ) は 、 江戸 時代 後期 の 幕末 から 明治 時代 初期 の 警察 官僚 ・ 陸軍 軍人 。 +-1 源 氏 将軍 ( げん じしょうぐん ) と は 、 征夷 大将軍 に 任 ぜ られ た 源 氏 。 +-1 家領 ( けりょう ) と は 中世 の 権門 が 代々 伝領 し て き た 所領 ・ 荘園 など の こと 。 +1 玄智 ( げんち ) は 、 奈良 時代 の 大安 寺僧 。 +1 畠山 基国 ( はたけ やまもとくに 、 1352 年 ( 正平 ( 日本 ) 7 年 / 文和 元年 ) - 140 6 年 2 月 5 日 ( 応永 13 年 1 月 17 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 の 守護 大名 、 室町 幕府 管領 。 +-1 瀬織津姫 ( せおりつ ひめ ) は 、 祓戸 大神 の 一柱 で あ る 。 +-1 仲国造 ( なかの くにのみやつこ ・ なかこく ぞう ) は 常陸 国 東部 を 支配 し た 国造 。 +1 稲毛 重成 ( い なげし げ なり ) は 平安 時代 末期 、 鎌倉 時代 初期 の 武将 。 +-1 時代 物 ( じだい もの ) +1 貝賀 友信 ( かいが とものぶ ( 弥左衛門 やざえもん ) 、 慶安 3 年 ( 1650 年 ) - 元禄 16 年 2 月 4 日 ( 旧暦 ) ( 170 3 年 3 月 20 日 ) ) は 、 赤穂 四十 七 士 の 一人 。 +-1 建仁 寺 ( けんにん じ 、 けんねんじ ) は 、 京都 府 京都 市 東山 区 に あ る 臨済 宗 建仁 寺 派 大 本山 の 寺院 。 +-1 京都 霊山 護国 神社 ( きょうと りょう ぜんご こく じんじゃ ) は 、 京都 府 京都 市 東山 区 に あ る 神社 で あ る 。 +-1 旧 鼠 ( きゅうそ ) は 、 変化 し て 何百 年 ・ 何千 年 を 生き て い る と い う 日本 の ネズミ の 妖怪 。 +1 三条 実美 ( さんじょうさ ねと み 、 正字 体 : 三條 實美 、 天保 8 年 2 月 7 日 ( 旧暦 ) ( 1837 年 3 月 13 日 ) - 明治 24 年 ( 1891 年 ) 2 月 18 日 ) は 、 江戸 時代 後期 、 幕末 から 明治 の 公卿 、 政治 家 で あ る 。 +1 安倍 吉昌 ( あべの よしまさ   天暦 9 年 ( 955 年 ) ? - 寛仁 3 年 4 月 28 日 ( 旧暦 ) ( 1019 年 6 月 4 日 ) ) は 平安 時代 の 陰陽 師 ・ 陰陽 家 。 +1 大蔵 卿 局 ( おおくら きょう の つぼね 、 ? - 慶長 20 年 5 月 8 日 ( 旧暦 ) ( 1615 年 6 月 4 日 ) ) は 戦国 時代 ( 日本 ) ~ 江戸 時代 の 女性 。 +1 在原 滋春 ( ありわら の しげはる 、 生没年 不詳 ) は 、 平安 時代 前期 の 歌人 。 +1 源 義経 ( みなもと の よしつね 、 源義經 ) は 、 平安 時代 末期 の 河内 源 氏 の 武将 。 +1 四 世浜 村 蔵六 ( よんせ はまむら ぞうろく 、 男性 、 文政 9 年 ( 1826 年 ) - 明治 28 年 2 月 24 日 ( 1895 年 ) ) は 、 明治 期 の 日本 の 篆刻 家 で あ る 。 +1 源 仲綱 ( みなもと の なかつな 、 大治 元年 ( 1126 年 ) ? - 治承 4 年 5 月 26 日 ( 旧暦 ) ( 1180 年 6 月 20 日 ) は 、 平安 時代 末期 の 摂津 源 氏 の 武将 。 +-1 三要 元佶 ( さん よう げんきつ , 天文 ( 元号 ) 17 年 ( 1548 年 ) - 慶長 17 年 5 月 20 日 ( 旧暦 ) ( 1612 年 6 月 19 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初頭 に かけ て 活躍 し た 禅僧 で あ る 。 +-1 神道 ( しんとう 、 かん ながら の みち ) と は 日本 の 民俗 的 な 信仰 体系 で あ り 、 日本 固有 の 多神 教 の 宗教 で あ る 。 +-1 小姓 組 ( こしょう くみ ) と は 、 江戸 幕府 の 組織 で 、 軍事 を 司 る 番方 の ひと つ 。 +1 阿比 類 鋭 三郎 ( あびる えい さぶろう 、 天保 13 年 ( 1842 年 ) - 文久 3 年 4 月 6 日 ( 旧暦 ) ( 1863 年 5 月 23 日 ) ) は 壬生 浪士 組 隊士 。 +1 鈴虫 ( すずむし ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 網野 銚子山 古墳 ( あみ の ちょうしやま こふん ) は 、 京都 府 京丹後 市 網野町 ( 旧 ・ 竹野 郡 網野 町 ) に あ る 前方 後 円墳 で あ る 。 +1 終南 浄寿 ( しゅう なん じょうじゅ 、 宝永 7 年 ( 1 710 年 ) – 明和 4 年 8 月 22 日 ( 旧暦 ) ( 1767 年 ) ) は 、 江戸 時代 中期 の 黄檗 宗 の 僧侶 で 書家 ・ 篆刻 家 で あ る 。 +-1 勾玉 ( まがたま 、 曲玉 と も 表記 ) は 、 古代 の 日本 に おけ る 装身 具 の 一 つ で あ る 。 +-1 勅祭 ( ちょくさい ) と は 、 天皇 の 使者 ( 勅使 ) が 派遣 さ れ て 執行 さ れ る 神社 の 祭祀 の こと で あ る 。 +-1 紬 ( つむぎ ) と は 、 紬糸 を 機織り の 緯線 ・ 経線 の 片方 若しくは 両方 に 用い て 織 っ た 布 で あ る 。 +1 織田 信成 ( お だ のぶしげ 、 天保 14 年 7 月 14 日 ( 旧暦 ) ( 1843 年 8 月 9 日 ) - 明治 31 年 ( 1898 年 ) 2 月 17 日 ) は 、 大和 国 柳本 藩 の 第 12 代 藩 主 。 +-1 歓喜天 ( かん ぎてん 、 サンスクリット 語 : Ganapati ) は 、 仏教 の 守護 神 で あ る 天部 の 一 つ 。 +-1 間 +-1 うぐいす 餡 ( うぐいす あん 、 鶯餡 ) と は 、 グリーン ピース を 茹で た もの を 潰 し て 、 砂糖 また は 蜜 で 甘 い 味 を つけ た 緑色 の 漉 し 餡 の こと 。 +1 千   玄室 ( せん   げんしつ 、 1923 年 4 月 19 日 - ) は 茶道 裏 千家 前 家元 15 代 汎 叟 宗室 。 +-1 元服 ( げん ぶく 、 げんぷく ) と は 、 平安 時代 以降 、 公家 ・ 武家 の 間 で 行 わ れ た 男子 の 成人 式 と い う 通過 儀礼 で あ る 。 +1 観世華 雪 ( かんぜか せつ 、 1884 年 11 月 14 日 - 1959 年 1 月 6 日 ) は 昭和 期 の シテ 方 観世 流能 楽師 。 +1 藤牧 義夫 ( ふじま きよしお 、 1911 年 1 月 19 日 - 1935 年 9 月 2 日 失踪 ) は 、 群馬 県 館林 市 出身 の 版画 家 。 +-1 神戸 事件 ( こうべ じけん ) と は 慶応 4 年 1 月 11 日 ( 旧暦 ) ( 1868 年 2 月 4 日 ) 、 神戸 ( 現 ・ 神戸 市 ) 三宮 神社 前 に お い て 備前 藩 ( 現 ・ 岡山 県 ) 兵 が 隊列 を 横切 っ た フランス 人 水兵 ら を 負傷 さ せ た うえ 、 居留 地 ( 現 ・ 旧居留 地 ) 予定 地 を 検分 中 の 欧米 諸国 公使 ら に 水平 射撃 を 加え た 事件 で あ る 。 +1 春日 顕国 ( かす が あき く に 、 生年 不詳 - 興国 5 年 / 康永 3 年 3 月 8 日 ( 旧暦 ) ( 1344 年 4 月 21 日 ) ) は 、 南北朝 時代 ( 日本 ) の 貴族 。 +-1 来迎院 ( らい ごういん ) は 京都 市 東山 区 に あ る 真言 宗 泉涌 寺 派 に 属 する 仏教 寺院 。 +1 橘成季 ( たちばな の なりすえ 生没年 不詳 ) は 、 鎌倉 時代 九条 道家 の 近習 。 +1 平高 棟 ( たいら の たかむね / 高棟 王 ( たかむねお う ) 、 延暦 23 年 ( 80 4 年 ) - 貞観 9 年 5 月 19 日 ( 867 年 6 月 24 日 ) ) は 平安 時代 前期 の 賜姓 皇族 。 +-1 源 清光 ( みなもと の きよみつ ) は 、 平安 時代 末期 の 武将 。 +-1 五条 通 ( ご じょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +-1 カップ 麺 ( カップ めん ) と は 、 乾燥 麺 や 生 タイプ 麺 等 の 即席 麺類 の うち 、 食器 と し て 使用 でき る 容器 ( カップ 状 の 耐熱 耐水 容器 等 ) に 入れ た もの で 、 加薬 を 添付 し た もの を い う 。 +1 藤原 兼輔 ( ふじわら の かねすけ 、 元慶 元年 ( 877 年 ) - 承平 ( 日本 ) 3 年 2 月 18 日 ( 旧暦 ) ( 933 年 3 月 21 日 ) ) は 、 平安 時代 中期 の 公家 ・ 歌人 。 +-1 バンカラ ( ばん から ・ 蛮殻 / 蛮カラ ) と は 、 ハイカラ ( 西洋 風 の 身なり や 生活 様式 ) を も じっ た 語 で あ る 。 +-1 神領 奉行 ( じんりょうぶぎょう ) と は 、 室町 幕府 の 役職 。 +-1 相打ち ( 相討 ち 、 相撃 ち 、 あいうち ) と は 、 剣道 など で 、 双方 が 同時 に 相手 を 打突 する こと 。 +-1 神楽歌 ( かぐら うた ) は 、 神楽 で うた わ れ る 歌 で あ る 。 +1 九鬼 久隆 ( くきひさたか 、 元和 ( 日本 ) 3 年 ( 1617 年 ) - 慶安 2 年 1 月 23 日 ( 旧暦 ) ( 1649 年 3 月 6 日 ) ) は 、 志摩 国 鳥 羽 藩 の 第 2 代 藩 主 、 摂津 国 三田 藩 の 初代 藩 主 。 +-1 関東 御 分国 ( かんとうご ぶんこく ) と は 、 日本 の 鎌倉 時代 に お い て 将軍 家 ( 鎌倉 殿 ) が 支配 し た 知行 国 を 指 す 。 +1 高崎 正風 ( たかさき まさかぜ 、 天保 7 年 7 月 28 日 ( 旧暦 ) ( 1836 年 9 月 8 日 ) - 明治 45 年 ( 1912 年 2 月 28 日 ) は 志士 、 歌人 、 作詞 家 。 +1 飯田 忠彦 ( いいだ ただひこ 、 寛政 10 年 12 月 18 日 ( 旧暦 ) ( 1799 年 1 月 23 日 ) - 万延 元年 5 月 27 日 ( 旧暦 ) ( 18 60 年 7 月 15 日 ) ) は 、 幕末 の 徳山 藩 出身 の 国学 者 ・ 歴史 家 。 +-1 刺身 ( さしみ ) と は 、 魚介 類 を 生 の まま 切 り 、 醤油 ・ 酢味噌 など の 調味 料 に ワサビ ・ ショウガ など の 薬味 を 合わせ て 食べ る 料理 の 総称 で あ る 。 +1 お 登勢 は 、 庚午 事 変 を 描 い た 船山 馨 の 小説 と 、 それ を 元 に し た NHK の ドラマ 。 +1 海量 ( かいりょう 、 1733 年 - 1817 年 ) は 、 江戸 時代 後期 の 浄土 真宗 の 僧 、 教育 者 、 歌人 。 +-1 全 日本 煎 茶道 連盟 は 、 煎茶道 の 普及 発展 を 目的 と し て 結成 さ れ た 社団 法人 。 +-1 上方 歌 ( かみが た うた ) は 、 「 上方 唄 」 と も 、 「 上方 端唄 ( 歌 ) 」 と も 呼 ば れ る 京阪 都市 部 の 三味 線 音楽 で あ る 。 +1 松平 重勝 ( まつだいら しげかつ 、 天文 ( 元号 ) 18 年 ( 1549 年 ) - 元和 ( 日本 ) 6 年 12 月 14 日 ( 旧暦 ) ( 1621 年 1 月 6 日 ) ) ) は 、 江戸 時代 前期 の 大名 。 +-1 足尾 暴動 事件 ( あしお ぼうどう じけん ) は 、 1907 年 2 月 4 日 から 2 月 7 日 まで 、 足尾 銅山 の 坑夫 ら が 、 鉱山 施設 など を 破壊 、 放火 し た 事件 。 +-1 師範 ( しはん ) +-1 丹波口 駅 ( たんばぐち えき ) は 、 京都 府 京都 市 下京 区 中堂 寺南町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 。 +1 穴山 信君 / 穴山 梅雪 ( あなやま のぶきみ / あなやま ばいせつ ) は 、 戦国 時代 ( 日本 ) の 武将 で あ る 。 +1 前田 半田 ( まえだ はんでん 、 1817 年 ( 文化 ( 日本 ) 14 年 ) - 1878 年 ( 明治 11 年 ) ) は 日本 の 画家 。 +-1 小茶巾 ( こぢゃ きん ) と は 、 茶道 裏 千家 に お い て 抹茶 を 飲 ん だ 後 の 茶碗 を 清め る ため に 用い られ る 小布 で あ る 。 +-1 本門 法華 宗 ( ほんもん ほっけしゅう ) は 、 日蓮 を 宗祖 と し 、 日隆 ( 法華 宗 本門流 ) を 派祖 と する 、 日蓮 門 下 の 一派 で あ る 。 +1 蜷川 親元 ( に ながわ ちかもと 、 永享 5 年 ( 1433 年 ) - 長享 2 年 5 月 25 日 ( 旧暦 ) ( 1488 年 7 月 4 日 ) ) は 、 足利 義政 、 足利 義 尚将軍 期 の 政所 執事 代 。 +1 織田 信長 ( おだ の ぶなが ) は 、 日本 の 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て 、 世 に 多大 な 影響 を 残 し た 武将 ・ 戦国 大名 ・ 政治 家 で あ る 。 +-1 国立 銀行 紙幣 ( こくりつ ぎんこう し へい ) と は 明治 の 初期 に 国立 銀行 ( 明治 ) が 発行 し た 紙幣 で あ る 。 +1 金森 長則 ( かな も り ながの り 、 永禄 7 年 ( 1564 年 ) - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 道祖王 ( ふ など の おおきみ 、 生年 不詳 - 天平 勝宝 9 年 ( 75 7 年 ) 7 月 ) は 奈良 時代 の 皇族 。 +1 足助 重長 ( あすけし げな が 、 生年 不詳 - 治承 5 年 ( 1181 年 ) ? ) は 、 平安 時代 末期 の 武将 。 +-1 八瀬 童子 ( やせどう じ 、 やせ の どうじ 、 はせどうじ ) は 京都 洛北 八瀬 郷 ( 現在 の 京都 府 京都 市 左京 区 八瀬 ) に 住 み 、 室町 時代 から 天皇 の 輿丁 と し て 奉仕 し た 人々 の こと 。 +-1 御 供衆 ( おと も しゅう ) と は 、 足利 尊 氏 の 挙兵 に お 供 を し て 鎌倉 から 上洛 し た 武将 たち の こと で あ る 。 +-1 饗応 役 ( きょうおうやく ) と は 、 江戸 時代 、 天皇 ・ 太上 天皇 ・ 皇后 より 派遣 さ れ て 江戸 に 下向 し て き た 使者 ( それぞれ 勅使 ・ 院使 ・ 女院 使 ) を 接待 する ため に 江戸 幕府 が 設け た 役職 で あ る 。 +1 山中 幸盛 ( やまなか ゆきもり ) は 、 戦国 時代 ( 日本 ) の 山陰 地方 の 武将 。 +-1 俗箏 ( ぞくそう また は ぞくごと ) と は 、 雅楽 の 楽箏 に 対 し 、 近世 、 八橋 検校 に よ っ て 始め られ た 箏曲 以降 の 箏 、 および 箏曲 を 指 す 。 +-1 金井 沢 碑 ( か ないざわ の ひ ) は 、 群馬 県 高崎 市 山名町 に あ る 古碑 で あ り 、 国 の 史跡 に 指定 さ れ て い る 。 +-1 覚仁 ( かくにん 、 生没年 不詳 ) は 、 平安 時代 末期 の 東大 寺 の 僧 。 +1 河井 章石 ( かわい しょうせき 、 男性 、 明治 9 年 ( 1876 年 ) - 昭和 31 年 ( 1956 年 ) ) は 、 京都 で 活躍 し た 篆刻 家 で あ る 。 +-1 宣阿 ( せんあ 、 正保 4 年 ( 1647 年 ) - 享保 20 年 9 月 22 日 ( 旧暦 ) ( 1735 年 11 月 6 日 ) ) は 、 江戸 時代 中期 の 歌人 。 +-1 絵本 太功 記 ( えほん たい こうき ) は 、 江戸 中期 の 人形 浄 瑠璃 。 +1 今川 義元 ( いまがわ よしもと ) は 、 戦国 時代 ( 日本 ) の 武将 ・ 大名 。 +1 正親町 三条 実昭 ( おおぎまち さんじょうさ ねあき 、 寛永 元年 11 月 24 日 ( 旧暦 ) ( 1625 年 1 月 3 日 ) ‐ 寛文 8 年 5 月 7 日 ( 旧暦 ) ( 1668 年 6 月 16 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 御池通 ( お い けどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +-1 忌み ・ 斎み ( いみ ) と は +1 堀河 康親 ( ほり かわ やすちか 、 寛政 9 年 2 月 20 日 ( 旧暦 ) ( 1797 年 3 月 18 日 ) - 安政 6 年 9 月 3 日 ( 旧暦 ) ( 1859 年 9 月 28 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +1 上村 松篁 ( うえむら しょうこう 、 190 2 年 11 月 4 日 - 2001 年 3 月 11 日 ) は 日本 画 家 。 +-1 節用 集 ( せつよう しゅう ) は 、 室町 時代 から 昭和 初期 に かけ て 出版 さ れ た 日本 の 用字 集 ・ 国語 辞典 の 一種 。 +1 山科 言経 ( やましな と きつ ね 、 天文 ( 元号 ) 12 年 7 月 2 日 ( 旧暦 ) ( 1543 年 8 月 2 日 ) - 慶長 16 年 2 月 27 日 ( 旧暦 ) ( 161 1 年 4 月 10 日 ) ) は 、 戦国 から 江戸 時代 初期 の 公卿 。 +1 最雲 法 親王 ( さいうん ほっ しん の う 、 長治 元年 ( 1104 年 ) - 応保 2 年 2 月 16 日 ( 旧暦 ) ( 1162 年 3 月 3 日 ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +1 分部 光寧 ( わけべ みつや す 、 文化 ( 元号 ) 6 年 7 月 24 日 ( 旧暦 ) ( 1809 年 9 月 3 日 ) - 安政 5 年 7 月 21 日 ( 旧暦 ) ( 1858 年 8 月 29 日 ) ) は 、 近江国 大溝 藩 の 第 10 代 藩 主 。 +1 月岡 芳年 ( つきおか よしと し 、 天保 10 年 3 月 17 日 ( 旧暦 ) ( 1839 年 4 月 30 日 ) - 明治 25 年 ( 1892 年 ) 6 月 9 日 ) は 幕末 から 明治 前期 に かけ て の 浮世 絵 師 。 +1 大江 忠成 ( おおえ ただなり ) は 鎌倉 時代 の 武士 。 +-1 斎宮寮 ( さいぐうりょう ) は 日本 の 律令 制 に お い て 伊勢 に 置 か れ た 令外 官 。 +-1 天目 茶碗 ( てんもく ぢゃわん ) と は 、 天目 釉 と 呼 ば れ る 釉薬 を かけ て 焼 か れ た 陶器 製 の 茶碗 の こと 。 +-1 南浦 文之 ( なんぽ ぶんし 、 弘治 ( 日本 ) 元年 ( 1555 年 ) - 元和 ( 日本 ) 6 年 9 月 30 日 ( 旧暦 ) ( 1620 年 10 月 25 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 臨済 宗 の 僧 。 +1 源 光信 ( みなもと の みつのぶ 、 寛治 4 年 ( 1092 年 ) ? - 久安 元年 10 月 ( 1145 年 ) は 、 平安 時代 末期 の 武士 。 +-1 竹本 ( たけもと ) は 、 義太夫 節 の 開祖 竹本 義太夫 の 芸名 の 苗字 。 +-1 謀叛 ( むほん ) と は 、 現代 の 日本 語 で は 、 家臣 が 主君 に 対 し て 企て る 反乱 の こと で あ る 。 +1 建礼 門 院 右京 大夫 集 ( けん れい もん いん うきょう の だいぶ しゅう ) は 鎌倉 時代 初期 に 成立 し た 歌数 約 360 首 ( 他人 と の 贈答 を 含 む ) の 私 家 集 。 +1 菅 茶山 ( かんちゃざん ( さざん ) 、 延享 5 年 2 月 2 日 ( 旧暦 ) ( 1748 年 2 月 29 日 ) - 文政 10 年 8 月 13 日 ( 旧暦 ) ( 1827 年 10 月 3 日 ) ) は 、 江戸 時代 後期 の 儒学者 ・ 漢詩 人 。 +-1 元勲 ( げんくん ) は 、 倒幕 ・ 明治 維新 に 絶大 な 功 が あ り 、 明治 の 政治 に 重き を 為 し た 勤皇 志士 出身 の 政治 家 たち の 一群 の こと 。 +1 国分 胤長 ( こくぶん たねな が 、 治承 2 年 ( 1178 年 ) ? - 正治 2 年 4 月 13 日 ( 旧暦 ) ( 120 0 年 5 月 27 日 ) ? ) は 、 日本 の 鎌倉 時代 に 陸奥 国宮城 郡 に い た と さ れ る 武士 で あ る 。 +-1 妙蓮 寺 ( みょうれんじ ) は 、 京都 府 京都 市 上京 区 に あ る 、 本門 法華 宗 の 大 本山 。 +1 呉竹 の 台 ( くれ た けの だい ) は 、 清涼 殿 の 東庭 の 北寄り の 、 呉竹 を 植え た 所 で あ る 。 +-1 与 保呂 川 ( よほろ がわ ) は 、 京都 府 舞鶴 市 を 流れ る 二級 水系 の 川 。 +1 藤原 成親 ( ふじわら の なりちか 、 保延 4 年 ( 1138 年 ) - 治承 元年 7 月 9 日 ( 旧暦 ) ( 1177 年 8 月 4 日 ) ) は 平安 時代 末期 の 公卿 。 +1 尾上 菊次郎 ( おのえきくじろう ) は 、 歌舞伎 役者 。 +1 細川 信良 ( ほそかわ のぶよし 、 天文 ( 元号 ) 17 年 ( 1548 年 ) - 文禄 元年 ( 1592 年 ) ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 武将 ・ 大名 。 +-1 信空 ( しんくう 、 寛喜 3 年 ( 1231 年 ) - 正和 5 年 1 月 26 日 ( 旧暦 ) ( 1316 年 2 月 20 日 ) ) は 、 鎌倉 時代 後期 の 真言律宗 の 僧侶 。 +1 高麗 大山 ( こま の おおやま 、 天平 宝字 6 年 ( 762 年 ) ) は 奈良 時代 の 官人 。 +-1 牧士 ( もくし ) と は 江戸 時代 、 幕府 の 役人 の 配下 と し て 、 幕府 直轄 の 牧場 の 維持 管理 を 担 っ た 一 つ の 役職 の こと を 言い 、 徳川 幕府 の 御 用 牧 ( 公営 馬 牧場 + 将軍 の 狩猟 場 ) の 管理 を 任 さ れ て い た と さ れ る 。 +1 土佐 日記 ( と さ にっき ) は 、 紀 貫之 が 土佐 の 国 から 京都 まで 帰京 する 最中 に 起き た 出来事 や 思い など を 書 い た 日記 。 +1 井伊 直弼 ( いいなおすけ ) は 、 近江 国彦根 藩 の 第 13 代 藩 主 。 +-1 南都 七 大寺 ( なんと し ち だいじ ) は 、 奈良 時代 に 平城 京 ( 南都 ・ 奈良 ) 及び に その 周辺 に 存在 し て 朝廷 の 保護 を 受け た 7 つ の 大寺 を 指 す 。 +-1 女房 名 ( にょうぼう - な ) は 女房 が 出仕 に あた っ て 名乗 る 名前 の こと 。 +1 北条 久 時 ( ほうじょうひ さとき 、 1272 年 ( 文永 9 年 ) - 13 07 年 12 月 23 日 ( 徳治 2 年 11 月 28 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 中期 の 北条 氏 の 一族 。 +-1 タデ ( 蓼 、 英名 waterpepper 、 学名 Persicariahydropiper ) は 、 タデ 科 の 1 年 草 。 +-1 信太 巻 ( しのだ ま き ) は 、 油揚げ を 開 い て 、 肉 ・ 野菜 ・ 豆腐 ・ 蒲鉾 など いろいろ な 食材 を 巻 き 、 煮 て 味 を つけ た 食品 。 +-1 選択 無形 文化 財 ( せんたく   むけい   ぶんか ざい ) と は 、 重要 無形 文化 財 以外 の 無形 文化 財 の うち 、 記録 ・ 保存 ・ 公開 に 関 する 経費 の 一部 に 公費 に よ る 補助 を 充て る こと が でき る もの 。 +-1 舞鶴 ふる る ファーム ( まいづる ふるる ファーム ) は 、 京都 府 舞鶴 市 瀬崎 に あ る 農業 公園 。 +1 初代 歌川 国政 ( しょだい うたがわ く に まさ 、 安永 2 年 ( 1773 年 ) 頃 - 文化 ( 元号 ) 7 年 11 月 30 日 ( 旧暦 ) ( 1810 年 12 月 26 日 ) ) は 江戸 時代 後期 の 浮世 絵 師 で あ る 。 +-1 タケミカヅチ ( タケミカヅチオ ) は 、 日本 神話 に 登場 する 神 。 +1 蘇我 果安 ( そがの は たやす 、 生年 不明 - 天武 天皇 元年 ( 67 2 年 ) 7 月 2 日 ? ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 湯 文字 ( ゆもじ ) と は 、 女性 の 下着 の 一種 。 +1 石田 三成 ( いしだ みつなり ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +1 良子 内 親王 ( りょうし ( なが こ ) ないしんの う 、 長元 2 年 12 月 13 日 ( 旧暦 ) ( 10 30 年 1 月 25 日 ) - 承暦 元年 8 月 26 日 ( 旧暦 ) ( 1077 年 9 月 15 日 ) ) は 、 第 67 代 後 朱 雀 天皇 第 一 皇女 。 +-1 義演 ( ぎえん 、 永禄 元年 8 月 20 日 ( 旧暦 ) ( 15 5 8 年 10 月 1日 ) - 寛永 3 年 4 月 21 日 ( 旧暦 ) ( 1626 年 6 月 15 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 に かけ て の 真言 宗 の 僧 。 +-1 大将軍 ( だい しょうぐん ) は 陰陽 道 に お い て 方位 の 吉凶 を 司 る 八将神 ( はっしょうじん ) の 一 。 +-1 一 噌 流 ( いっそう りゅう ) は 能楽 笛 方 の 一流儀 。 +-1 作務 衣 ( さむえ ) は 、 禅宗 の 僧侶 が 務め 、 日々 の 読経 や 境内 の 清掃 など 、 ( 作務 ) を 行 う とき に 着 る 衣 の 事 で あ る 。 +-1 鯉 こく ( こいこく ) と は 、 輪切り に し た コイ を 、 味噌 汁 で 煮 た 料理 。 +-1 明法 肝 要鈔 ( みょう ぼう かんよう しょう ) は 、 平安 時代 後期 に 書 か れ た 法律 書 。 +-1 肉じゃが ( にくじゃが ) と は 日本 料理 の ひと つ で あ る 。 +-1 伊根 町 ( いねちょう ) は 、 京都 府 の 町 。 +-1 役金 ( やく きん ) と は 、 江戸 幕府 が 幕臣 に 支給 し た 役職 手当 の 1 種 。 +1 三 枡 源之助 ( み ま す げんのすけ ) は 歌舞伎 の 名跡 の 一 つ 。 +-1 鏑矢 ( かぶらや : 希 に 蕪矢 と も 書 く ) は 矢 の 先端 、 鏃 の 根元 に 位置 する 形 で 鏑 ( 後述 ) を 取り付け られ た 矢 の 名称 。 +1 小槻 広房 ( おづき の ひろ ふ さ 、 ? - 建仁 2 年 6 月 15 日 ( 旧暦 ) ( 120 2 年 7 月 6 日 ) ) は 、 平安 時代 末期 の 官人 。 +-1 ホデリ ( 火照命 ) は 、 日本 神話 の 古事 記 に 登場 する 神 。 +-1 長信 ( ちょうしん 、 長和 3 年 ( 1014 年 ) - 延久 4 年 9 月 30 日 ( 旧暦 ) ( 1072 年 11 月 12 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧侶 。 +-1 武生 騒動 ( たけふ そうどう ) と は 、 福井 県 越前 市 で 明治 維新 後 の 明治 3 年 に 発生 し た 暴動 。 +-1 猿石 ( さるいし ) は 、 梅山 古墳 ( 現 欽明 天皇 陵 指定 ) の 西 に 隣接 する 吉備 姫皇女王墓 内 に あ る 奇石 で 、 全部 で 4 体 あ る 。 +1 神櫛王 ( かむくし の みこ ・ かみくし の みこ 、 生没年 不詳 ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 日本 の 皇族 ( 王族 ) 。 +1 『 枕草子 』 ( まくら の そうし ) は 、 平安 時代 中期 の 女流 作家 、 清少 納言 に よ り 執筆 さ れ た と 伝わ る 随筆 。 +1 二条 師 基 ( にじょう もろ もと 、 正安 3 年 ( 130 1 年 ) - 正平 ( 日本 ) 20 年 / 貞治 4 年 1 月 26 日 ( 旧暦 ) ( 1365 年 2 月 17 日 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 公卿 で あ る 。 +-1 本仏 ( ほんぶつ ) と は 、 無数 の 仏 ( 如来 ) の 中 で 、 根本 と な る 仏 ( 如来 ) の こと 。 +-1 稲葉 騒動 ( いなば そうどう ) と は 、 明治 2 年 ( 1869 年 ) 12 月 に 、 西尾張 地域 一帯 ( 稲沢 ・ 尾西 ・ 一宮 ・ 津島 の 133 村 ) で 起こ っ た 大 規模 な 農民 一揆 で あ る 。 +-1 上方 落語 ( かみがた らくご ) と は 、 大阪 府 ・ 京都 府 を 中心 と する 地域 で 主に 演 じ られ る 落語 。 +1 河越 貞重 ( かわごえ さだ しげ 、 文永 9 年 ( 1272 年 ) - 元弘 3 年 5 月 9 日 ( 旧暦 ) ( 1333 年 6 月 21 日 ) ) は 鎌倉 時代 末期 の 武蔵 国 入間 郡 河越 館 の 武将 。 +-1 前方 後 円墳 ( ぜんぽう こうえん ふん ) は 、 日本 に おけ る 古墳 の 一形式 。 +1 二条 院 讃岐 ( に じょういん の さぬき 、 永治 元年 ( 1141 年 ) 頃 ? - 建保 5 年 ( 1217 年 ) 頃 ? ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 女流 歌人 。 +1 藤原 公季 ( ふじわら の きんすえ 天暦 10 年 ( 956 年 ) - 長元 2 年 10 月 17 日 ( 旧暦 ) ( 1029 年 11 月 25 日 ) ) は 、 平安 時代 の 公卿 。 +1 有栖川 宮正仁 親王 ( ありすがわ のみや ただひとしん のう   元禄 7 年 2 月 11 日 ( 旧暦 ) ( 1694 年 3 月 6 日 ) - 享保 元年 9 月 24 日 ( 旧暦 ) ( 1 71 6 年 11 月 7 日 ) ) は 、 江戸 時代 の 皇族 。 +-1 大夫 ( たいふ ) と は 、 中国 の 周代 から 春秋 戦 国 時代 に かけ て の 身分 を 表 す 言葉 で 領地 を 持 っ た 貴族 の こと で あ る 。 +-1 神輿 渡御 ( みこし と ぎょ ) と は 、 神輿 が 練り歩 き 、 沿道 の 人々 の 幸福 を 祈願 する 神事 。 +-1 大番頭 に は 、 次 の よう な 意味 が あ る 。 +1 冷泉 天皇 ( れいぜい てんのう 、 天暦 4 年 5 月 24 日 ( 950 年 6 月 12 日 ) - 寛弘 8 年 10 月 24 日 ( 1011 年 11 月 21 日 ) 、 在位 : 康保 4 年 10 月 11 日 ( 96 7 年 11 月 15 日 ) - 安和 2 年 8 月 13 日 ( 96 9 年 9 月 27 日 ) ) は 、 第 63 代 の 平安 時代 中期 の 天皇 。 +1 松平定直 ( まつだいら さだなお 、 万治 3 年 1 月 19 日 ( 旧暦 ) ( 16 60 年 2 月 29 日 ) - 享保 5 年 10 月 25 日 ( 旧暦 ) ( 1720 年 11 月 24 日 ) ) は 江戸 時代 の 大名 。 +-1 三 大 秘法 ( さん だいひ ほう ) と は 、 日蓮 の 仏教 に おけ る 根本 的 教義 で あ り 、 本門 の 本尊 、 本門 の 戒壇 、 本門 の 題目 の 3 つから な る 。 +-1 臨終 ( りんじゅう ) と は 、 死 を 迎え る 直前 の 時期 を い う 。 +-1 樫原 廃 寺跡 ( かたぎ はら はいじあと ) は 、 京都 府 京都 市 西京 区 樫原 に あ る 古代 寺院 跡 で 、 国 指定 の 史跡 で あ る 。 +1 千種 忠 顕 ( ちぐさただ あき 、 生年 不詳 - 1336 年 7 月 13 日 ( 延元 元年 / 建武 ( 日本 ) 3 年 6 月 5 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) の 公家 、 武将 で あ る 。 +-1 金剛 流 ( こんごうりゅう ) と は 、 日本 の 伝統 芸能 で あ る 能楽 の うち 、 能 の シテ 方 の 流派 の 一 つ で あ る 。 +-1 問丸 ( と いまる ) は 、 年貢 米 の 陸揚 地 で あ る 河川 ・ 港 の 近郊 の 都市 に 居住 し 、 運送 、 倉庫 、 委託 販売 業 を 兼ね る 組織 。 +1 大津 皇子 ( おおつ の みこ 、 663 年 ( 天智 天皇 2 年 ) - 686 年 10 月 25 日 ( 朱 鳥 元年 10 月 3 日 ( 旧暦 ) ) ) は 天武 天皇 皇子 。 +1 今井 祐次郎 ( いまい ゆうじろう 、 天保 14 年 ( 1843 年 ) ? - 慶応 4 年 1 月 5 日 ( 旧暦 ) ( 1868 年 1 月 29 日 ) ? ) は 、 新 選 組平 隊 士 。 +-1 砧 ( きぬた ) は 、 世阿弥 作 と い わ れ る 能楽 作品 。 +1 武田 晴信 / 武田 信玄 ( たけだ はるの ぶ / たけだ しんげん ) は 、 戦国 時代 ( 日本 ) の 武将 、 甲斐 国 の 守護 大名 ・ 戦国 大名 。 +-1 古 袱紗 ( こぶくさ ) と は 、 茶道 の 一部 流派 に お い て 、 茶席 で の 茶器 の 拝見 や 点 て 出し の 際 に 用い られ る 小型 の 布 で あ る 。 +1 西久保 豊一郎 ( にしくぼ と よいちろう 、 明治 2 年 12 月 6 日 ( 旧暦 ) ( 1870 年 1 月 7 日 ) - 明治 38 年 ( 190 5 年 ) 7 月 12 日 ) は 、 日本 の 陸軍 軍人 。 +-1 小川 月 神社 ( おがわ つき じんじゃ ) は 、 京都 府 亀岡 市 馬路 町 に 鎮座 する 神社 。 +1 稲富 祐秀 ( い など め すけひ で 、 永正 5 年 ( 150 8 年 ) - 永禄 10 年 ( 1567 年 ) ) は 、 戦国 時代 ( 日本 ) の 武将 で 一色 氏 の 家臣 。 +1 誉津 別命 ( ほむ つ わけ の みこと 、 生没 年 未詳 ) は 、 記紀 に おけ る 皇族 ( 王族 ) 。 +1 当摩 広島 ( たいま の ひろしま 、 天武 天皇 元年 ( 67 2 年 ) 6 月 また は 7 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 かぶき 者 ( かぶきもの 。 傾奇 者 ・ 歌舞伎 者 と も 表記 。 ) +-1 京阪神 ( けいはんしん ) は 、 京都 市 ・ 大阪 市 ・ 神戸 市 の 3 市 の 総称 、 あるいは 、 これ ら 3 市 を 中心 と し た 近畿 地方 の 主要 部 を 指 す 地域 名称 で あ る 。 +-1 小治田 安萬 侶 の 墓 ( お はりだ の やすまろ の はか ) は 、 奈良 県 都祁 村 甲岡 ( 現在 は 奈良 市 都祁 甲岡 町 ) で 発見 さ れ た 奈良 時代 の 官僚 で あ る 小治田 朝臣 安萬 侶 の 火葬 墓 で 、 国 の 史跡 に な っ て い る ( 1969 年 11 月 29 日 指定 ) 。 +-1 小野宮 流 ( おののみや りゅう ) は 、 平安 時代 に 始ま っ た 有職 故 実 の 流派 。 +-1 山崎 宿 ( やまざき しゅく ) は 、 山陽 道 西国 街道 の 摂津 国 と 山城 国 の 境 に 位置 し た 宿場 町 。 +-1 三上山 ( みかみ やま ) は 滋賀 県 野洲 市 三上 に あ る 山 。 +-1 株 仲間 ( かぶなかま ) と は 、 問屋 など が 一種 の 座 を 作 り 、 カルテル を 形成 する こと で あ る 。 +1 大伴子 君 ( おおと も の こきみ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 北畠 顕信 ( きたばたけあきのぶ 、 正和 6 年 ? ( 1317 年 ? ) - 天授 ( 日本 ) 6 年 / 康暦 2 年 ? ( 1380 年 ? ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +-1 春分 の 日 ( しゅん ぶん の ひ ) は 春分 が 起こ る 日 で あ る 。 +-1 続 群 書類 従 ( ぞくぐん しょるい じゅう ) は 、 叢書 。 +-1 藤井 宣正 ( ふじい せんしょう 、 安政 6 年 3 月 2 日 _ ( 旧暦 ) ( 1859 年 4 月 4 日 ) - 190 3 年 6 月 6 日 ) は 、 日本 の 宗教 家 ・ 探検 家 。 +-1 木俣 神 ( き の また の か み 、 この また の かみ ) は 日本 神話 の 中 で 、 大国 主 が 因幡 の 八上 比売 に 生 ま せ た 神 。 +1 広橋 光成 ( ひろはしみつ しげ 、 寛政 9 年 1 月 26 日 ( 旧暦 ) ( 1797 年 2 月 22 日 ) - 文久 2 年 閏 8 月 6 日 ( 旧暦 ) ( 1862 年 9 月 29 日 ) ) は 、 江戸 時代 の 公家 。 +-1 平等 寺 ( びょうどう じ ) は 、 奈良 県 桜井 市 三輪 に あ る 現在 は 曹洞 宗 の 寺院 。 +1 林 忠正 ( はやし ただまさ 、 嘉永 6 年 11 月 7 日 ( 旧暦 ) ( 1853 年 ) 12 月 7 日 - 明治 39 年 ( 190 6 年 ) 4 月 10 日 ) は 、 日本 の 美術 商 、 美術 収集 家 。 +1 河越 重員 ( かわごえ しげか ず 、 生没 年 未詳 ) は 、 鎌倉 時代 の 武蔵 国 入間 郡 河越 館 の 武将 。 +1 羽田 大人 ( はた のうし 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 永井 直清 ( ながい な おきよ ) は 、 江戸 時代 の 大名 。 +-1 善如 ( ぜんにょ ) は 、 南北朝 時代 ( 日本 ) の 浄土 真宗 の 僧 。 +1 西園寺 実永 ( さいおんじ さねな が 、 天授 ( 日本 ) 3 年 / 永和 ( 日本 ) 3 年 ( 1377 年 ) ‐ 永享 3 年 10 月 9 日 ( 旧暦 ) ( 1431 年 11 月 13 日 ) ) は 、 室町 時代 の 公卿 。 +-1 日禎 ( にっしん 、 永禄 4 年 ( 1561 年 ) - 元和 ( 日本 ) 3 年 ( 1617 年 ) ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 日蓮 宗 の 高僧 。 +1 続 豊治 ( つづき と よじ 、 寛政 10 年 ( 1798 年 ) 3 月 - 明治 13 年 ( 1880 年 ) 3 月 ) は 、 日本 の 大工 。 +-1 朝野 群載 ( ちょうや ぐん さい ) は 平安 時代 の 詩文 ・ 宣旨 ・ 官符 ・ 書札 等 各種 文書 を 分類 し て 算 博士 ・ 三 善 為 康 が 編纂 し た もの 。 +-1 規庵 祖 円 ( きあん   そえん 、 弘長 元年 1 月 8 日 ( 旧暦 ) ( 1261 年 2 月 8 日 ) - 正和 2 年 4 月 2 日 ( 旧暦 ) ( 1313 年 4 月 28 日 ) ) は 、 鎌倉 時代 後期 の 臨済 宗 の 僧 。 +-1 針 供養 ( はりく よう ) は 、 折れ た 縫い 針 を 供養 し 、 近く の 神社 に 収め る 行事 。 +1 南 の 局 ( みなみ の つぼね 、 永禄 9 年 ( 1566 年 ) ? - 没年 不詳 ) は 、 鳥取 城 主山 名 豊国 の 娘 。 +-1 岡崎 道駅 ( おかざき みち えき ) は 、 京阪 電気 鉄道 京阪 京津 線 の 鉄道 駅 。 +-1 付喪神 ( つくも がみ ) と は 、 日本 の 民間 信仰 に おけ る 観念 で 、 長 い 年月 を 経 て 古く な っ たり 、 長 く 生き た 依り 代 ( 道具 や 生き物 や 自然 の 物 ) に 、 神 ( 神道 ) や 霊魂 など が 宿 っ た もの の 総称 で あ る 。 +1 柴田 勝家 ( しばた かつ いえ ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 の 武将 ・ 大名 。 +1 藤原 済時 ( ふじわら の なりとき 、 天慶 4 年 ( 941 年 ) - 長徳 元年 4 月 23 日 ( 旧暦 ) ( 995 年 5 月 29 日 ) ) は 平安 時代 の 公卿 。 +1 守貞 親王 ( もりさだしんのう 、 治承 3 年 2 月 28 日 ( 1179 年 4 月 6 日 ) - 貞応 2 年 5 月 14 日 ( 1223 年 6 月 14 日 ) ) は 高倉 天皇 の 第 二 皇子 で 母 は 坊門 信隆 の 娘 ・ 坊門 殖子 ( 七 条 院 ) 。 +-1 可江集 ( かこうしゅう ) は 市村 羽左衛門 ( 15 代 目 ) が 自ら の 当たり 芸 を 十 二 種 選定 し た もの 。 +-1 四 代 目 中村 雀右衛門 ( よだい め なかむら じゃくえもん 、 大正 9 年 ( 1920 年 ) 8 月 20 日 - ) は 、 俳優 、 歌舞伎 役者 。 +-1 式目 ( しきもく ) と は 、 中世 日本 で 用い られ た 箇条 書 き 形式 の 法令 集 の こと 。 +-1 紙背 文書 ( しはい もん じょ ) と は 、 和紙 の 使用 済み の 面 を 反故 ( ほご ) と し て 、 その 裏面 を 利用 し て 別 の 文書 ( 古 文書 ) が 書 か れ た 場合 に 、 先 に 書 か れ た 面 の 文書 の こと を い う 。 +-1 毬杖 ( ぎっ ちょう ) は 、 木製 の 槌 ( つち ) を つけ た 木製 の 杖 を 振る い 、 木製 の 毬 を 相手 陣 に 打ち込 む 遊び の こと で あ る 。 +-1 上許曾 神社 ( かみこそ じんじゃ ) は 、 滋賀 県 長浜 市 に 鎮座 する 神社 で あ る +-1 釜飯 ( かまめし ) は 、 米 に 醤油 、 みりん 等 の 調味 料 を 加え 、 その 上 に シイタケ 、 鶏肉 など の 具 を 載せ 、 一人 用 の 釜 で 炊 い た 飯 料理 で あ る 。 +-1 生野 県 ( いく の けん ) は 、 1869 年 ( 明治 2 年 ) に 設置 さ れ た 県 。 +1 徳大寺 公城 ( とくだいじ きん む ら 、 享保 14 年 10 月 17 日 ( 旧暦 ) ( 1729 年 12 月 7 日 ) - 天明 2 年 7 月 11 日 ( 旧暦 ) ( 1782 年 8 月 19 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +1 豐臣 秀吉 ( とよとみの ひでよし / とよとみ ひでよし ) / 羽柴 秀吉 ( は しば ひでよし ) は 、 戦国 時代 ( 日本 ) ( 室町 時代 後期 ) から 安土 桃山 時代 に かけ て の 武将 ・ 戦国 大名 。 +-1 銀本位 制 ( ぎん ほんい せい 、 silverstand ard < 英> ) と は 、 一 国 の 貨幣 制度 の 根幹 を 成 す 基準 を 銀 と 定め た 。 +1 大伴 室屋 ( おおとも の むろ や 、 生没年 不詳 ) は 、 5 世紀 後半 の 豪族 。 +1 辻 与次郎 ( つじ よ じろう 、 生没 年 未詳 ) は 、 安土 桃山 時代 の 釜師 、 鋳物 師 。 +-1 寺 社 本所領 ( じしゃ ほん じょ りょう ) と は 、 武家 領 に 対 し て 公家 領 ・ 寺社領 に あた る 荘園 ・ 所領 の こと で あ る 。 +1 大碓 皇子 ( おおうす のみこ ) は 記紀 に 伝え られ る 古墳 時代 の 皇族 ( 王族 ) 。 +1 藤原師 氏 ( ふじわら の も ろうじ 、 延喜 13 年 1 月 7 日 ( 旧暦 ) 頃 ( 913 年 2 月 20 日 頃 ) - 天禄 元年 7 月 14 日 ( 旧暦 ) ( 97 0 年 8 月 23 日 ) ) は 、 平安 時代 中期 の 公卿 。 +1 平好 風 ( たいら の よしかぜ 、 生没年 不詳 ) は 、 平安 時代 中期 の 人物 。 +-1 裁判 至 要抄 ( さいばん しよう しょう ) は 、 鎌倉 時代 初期 の 承元 元年 ( 1207 年 ) に 後鳥羽 上皇 の 院宣 を 受け た 坂上 明 基 に よ っ て 編纂 さ れ た 勅撰 法律 書 。 +1 長井 宗秀 ( なが い むね ひ で 、 1265 年 ( 文永 2 年 ) - 1327 年 12 月 20 日 ( 嘉暦 2 年 11 月 7 日 ( 旧暦 ) ) ) は 鎌倉 時代 の 人物 。 +1 明石 の 姫君 ( あかし の ひめ ぎみ ) は 、 紫式 部 の 物語 『 源氏 物語 』 の 作中 人物 で あ る 。 +1 溝江 長 晴 ( みぞえ な が はる 、 生年 不詳- 正保 3 年 5 月 10 日 ( 旧暦 ) ( 1646 年 6 月 23 日 ) ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +1 平維 茂 ( たいら の これ も ち ) は 、 平安 時代 中期 の 武将 。 +1 藤原 為任 ( ふじわら の ため とう 、 生年 不詳 - 寛徳 2 年 ( 1045 年 ) ) は 、 平安 時代 中期 の 貴族 。 +-1 下地 中分 ( したじ ちゅうぶん ) と は 、 日本 の 中世 日本 に 使用 さ れ た 用語 で 、 荘園 公領 制下 の 重層 的 に 入り組 ん だ 支配 ・ 権利 関係 の 中 で 、 それぞれ の 主体 が 一元 的 に 土地 を 支配 する こと ( 一 円 知行 ) を 目的 に し て 行 わ れ た 、 土地 の 分割 を 指 し 示 す 用語 で あ る 。 +-1 『 牛郎 織女 』 ( ぎゅうろう しょくじょ ) は 、 中華 人民 共和 国 の 神話 伝説 で あ り 、 中国 の 民話 の 一 つ と さ れ て い る 。 +-1 新治 国造 ( にいはり の くにのみやつこ ・ にいはり こく ぞう ) は 常陸 国 西部 を 支配 し た 国造 。 +1 青山 忠敏 ( あおやま ただゆき ) は 、 丹波 国 篠山 藩 の 第 6 代 ( 最後 ) の 藩主 。 +-1 六波羅 蜜 寺 ( ろくはら みつじ ) は 、 京都 市 東山 区 に あ る 真言 宗 智山 派 の 寺院 で あ る 。 +-1 遊庭 秘抄 ( ゆうてい ひしょう ) は 、 南北朝 時代 ( 日本 ) に 書 か れ た 御子 左 流 蹴鞠 の 書 。 +1 松殿 基房 ( まつどの   もと ふさ 、 久安 元年 ( 1145 年 ) - 寛喜 2 年 12 月 28 日 ( 旧暦 ) ( 1231 年 2 月 1日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 公卿 。 +-1 武蔵 府 中 熊野 神社 古墳 ( むさし ふ ちゅうしくま の じんじゃ こふん ) は 、 東京 都 府中 市 ( 東京 都 ) に あ る 上 円 下方 墳 で あ る 。 +1 源 兼昌 ( みなもと の かねまさ 生没年 不詳 ) は 、 平安 時代 中期 から 後期 に かけ て の 歌人 。 +-1 押小路 家 ( おしこうじけ 、 おし の こうじけ ) +1 藤原 淑子 ( ふじわら の よしこ 、 貞観 ( 日本 ) 2 年 ( 838 年 ) - 延喜 6 年 5 月 28 日 _ ( 旧暦 ) ( 90 6 年 6 月 22 日 ) ) は 平安 時代 前期 の 貴族 女性 、 女官 。 +-1 醤油 ( しょうゆ ) は 、 主に 日本 料理 で 使 わ れ る 、 大豆 と コムギ を 原料 と し 、 麹菌 や 酵母 を 利用 し た 、 塩味 とうま 味 の 強 い 汎用 の 液体 発酵 調味 料 で あ る 。 +-1 焼き魚 ( やきざかな ) は 、 魚 を 直火 で 焼 い た 料理 。 +-1 本圀 寺 の 変 ( ほんこく じ の へん ・ 本國 寺 の 変 ) と は 、 永禄 12 年 1 月 5 日 ( 旧暦 ) ( 1569 年 1 月 21 日 ) に 三好 三 人 衆 が 京都 本圀 寺 ( 当時 の 呼称 は 「 本國 寺 」 ) に 仮 の 御所 ( 六条 御所 ) を 置 い て い た 室町 幕府 征夷 大将軍 ・ 足利 義昭 を 襲撃 し た 事件 。 +-1 能 ( のう ) は 、 鎌倉 時代 後期 から 室町 時代 初期 に 完成 を 見 た 、 日本 独自 の 舞台 芸術 の 一種 で あ る 「 能楽 」 の 一 分野 で あ る 。 +1 欣子 内 親王 ( よしこ な い しんのう 、 安永 8 年 1 月 24 日 ( 1779 年 3 月 11 日 ) - 弘化 3 年 6 月 20 日 ( 1846 年 8 月 11 日 ) ) は 、 江戸 時代 の 皇族 。 +-1 東映 株式 会社 ( とうえい 、 TOEICOMPANY , LIMITED ) は 、 日本 の 映画 の 製作 配給 会社 。 +1 沙也可 ( さや か ? ・ 沙也 加 、 15 7 1 年 ? - 1643 年 ? ) 朝鮮 名金 忠善 ( 김 충 선 ) は 、 文禄 ・ 慶長 の 役 ( 朝鮮 に お い て は 壬辰 倭乱 ) の 際 、 加藤 清正 の 配下 と し て 朝鮮 に 渡 っ た が 、 投降 し て 朝鮮 軍 に 加わ り 日本 軍 を 撃退 し た と さ れ る 人物 。 +-1 贖銅 ( しょくどう 、 ぞくどう と も 言 う ) は 、 実刑 の 代わり に 罪 相当 額 の 銅 ( な いし 財貨 ) を 官司 へ 納入 する 換刑 で あ っ た 。 +-1 賢俊 ( けんしゅん 、 正安 元年 ( 1299 年 ) - 正平 ( 日本 ) 12 年 / 延文 2 年 7 月 16 日 ( 旧暦 ) ( 1357 年 8 月 2 日 ) ) は 、 南北朝 時代 ( 日本 ) の 真言 宗 の 僧 。 +1 狩野 正信 ( かのう まさのぶ 、 永享 6 年 ( 1434 年 ) ? - 享禄 3 年 7 月 9 日 ( 旧暦 ) ( 1530 年 8 月 2 日 ) ? ) は 、 室町 時代 の 絵師 で 、 狩野 派 の 祖 で あ る 。 +1 平敦盛 ( たいら の あつもり ) は 、 平安 時代 末期 の 武将 。 +-1 株式 会社 一澤 信三郎 帆布 ( かぶしき がいしゃ いちざわ しんざ ぶろう はんぷ ) と は 、 京都 市 東山 区 に あ る 布製 かばん の メーカー で あ る 。 +-1 よーじ や は 、 京都 市 に 本社 を 置 く あぶらとり 紙 を 中心 と し た 和製 化粧 雑貨 品 の 会社 および その ブランド 名 で あ る 。 +1 源 基子 ( みなもと の きし ( もとこ ) 、 永承 4 年 ( 1049 年 ) - 長承 3 年 7 月 7 日 ( 旧暦 ) ( 1134 年 7 月 29 日 ) ) は 、 源 基平 の 娘 、 小一 条院 敦明 親王 の 孫 。 +1 皇太子 ( こうたい し 、 CrownPrince ) は 、 皇位 継承 ( 帝位 継承 ) の 第 一 順位 に あ る 皇子 を 指 す 称号 。 +1 日高 ( にち こう 、 正嘉 元年 ( 1257 年 ) - 正和 3 年 4 月 26 日_ ( 旧暦 ) ( 1314 年 6 月 9 日 ) ) は 、 鎌倉 時代 後期 の 日蓮 宗 の 僧侶 で 法華 経 寺 第 2 代 貫首 と さ れ て い る 人物 。 +-1 梅山 古墳 ( うめやま こふん ) は 奈良 県 高市 郡 明日香村 に あ る 古墳 。 +1 藤貞幹 ( とうていかん 、 享保 17 年 6 月 23 日 _ ( 旧暦 ) ( 1732 年 8 月 13 日 ) - 寛政 9 年 8 月 19 日_ ( 旧暦 ) ( 1797 年 10 月 8 日 ) ) は 、 江戸 時代 中期 の 有職 故 実 研究 家 。 +-1 河瀬 神社 ( かわせ じんじゃ ) は 滋賀 県 彦根 市 に 鎮座 する 神社 。 +-1 目安箱 ( めやすばこ ) は 施政 の 参考 意見 や 社会 事情 の 収集 など を 目的 に 、 庶民 の 進言 の 投書 を 集め る ため に 設置 し た 箱 、 及び その 制度 の 事 で あ る 。 +-1 日月 神示 ( ひつき しんじ ) は 神典 研究 家 で 画家 で も あ っ た 岡本 天明 、 1897 年 ( 明治 30 年 ) 明治 30 年 – 1963 年 ( 昭和 38 年 ) 昭和 38 年 に 「 国常 立尊 」 ( 別名 、 国之 常 立神 ) と 呼 ば れ て い る 高級 神霊 より 自動 書記 に よ っ て 降ろ さ れ た と さ れ る 神示 、 神典 で あ る 。 +1 貫名 菘翁 ( ぬきな すうおう 、 安永 7 年 7 月 3 日 ( 旧暦 ) ( 1778 年 7 月 26 日 ) - 文久 3 年 5 月 6 日 ( 旧暦 ) ( 1863 年 6 月 21 日 ) ) は 江戸 時代 後期 の 儒学 者 、 書家 、 文人 画 。 +1 菅原 道真 ( すがわら の みちざね 、 みちまさ 、 どうしん 、 正字 体 で は 菅原 道眞 、 承和 ( 日本 ) 12 年 6 月 25 日 ( 旧暦 ) ( 845 年 8 月 1日 ) - 延喜 3 年 2 月 25 日 ( 旧暦 ) ( 90 3 年 3 月 31 日 ) ) は 日本 の 平安 時代 の 学者 、 漢詩 人 、 政治 家 で あ る 。 +1 宅部 皇子 ( やかべ のみこ 、 宣化 天皇 4 年 2 月 10 日 ( 旧暦 ) ( 539 年 3 月 15 日 ) - 用明 天皇 2 年 6 月 8 日 ( 旧暦 ) ( 58 7 年 7 月 18 日 ) ) は 宣化 天皇 の 皇子 。 +-1 新義真言宗 ( しんぎ しんごん しゅう ) は 弘法 大 師 空海 を 始祖 と する 真言 宗 の 宗派 の 一 つ で 、 真言 宗 中興 の 祖興教大 師覚鑁 ( かく ばん ) の 教学 を 元 に 覚鑁 派 の 僧正 頼瑜 に 連な る 。 +-1 概要 +1 徳大寺 実維 ( とくだいじ さね ふ さ 、 寛永 13 年 3 月 1日 ( 旧暦 ) ( 1636 年 4 月 6 日 ) - 天和 ( 日本 ) 2 年 9 月 11 日 ( 旧暦 ) ( 1682 年 10 月 11 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 戒長 寺 ( かいちょうじ ) は 奈良 県 宇陀 市 榛原町 ( 奈良 県 ) に あ る 真言 宗 御 室 派 の 寺院 で あ る 。 +1 『 一握 の 砂』 ( いちあく の すな ) は 、 石川 啄木 の 第 一 歌集 。 +1 藤原 邦通 ( ふじわら の くに みち 、 生没 年 未詳 ) は 鎌倉 時代 初期 の 役人 ・ 官吏 。 +-1 本願 寺 ( ほんがん じ ) は 仏教 寺院 の 名称 。 +1 菊池 隆盛 ( きく ち たかもり ) は 、 鎌倉 時代 の 武将 。 +-1 京都 駅 ( きょうと えき ) は 、 京都 府 京都 市 下京 区 東塩小路 町 ・ 南区 ( 京都 市 ) に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) ・ 東海 旅客 鉄道 ( JR 東海 ) ・ 近畿 日本 鉄道 ・ 京都 市 交通 局 の 鉄道 駅 。 +-1 亀山城 ( かめやま じょう ) は 、 丹波 国 桑田 郡 亀岡 ( 現在 の 京都 府 亀岡 市 荒塚南 ) に あ っ た 城 。 +-1 良尚 入道 親王 ( りょう しょうにゅうどう しん の う 、 元和 ( 日本 ) 8 年 12 月 16 日 ( 旧暦 ) ( 1623 年 1 月 16 日 ) - 元禄 6 年 7 月 5 日 ( 旧暦 ) ( 1693 年 8 月 6 日 ) ) は 、 江戸 時代 前期 の 京都 曼 殊院 の 門跡 。 +-1 ビッグ ひな祭り ( ビッグ ひなまつり ) は 、 徳島 県 勝浦 町 ( 旧 阿波 国 ) 、 千葉 県 勝浦 市 ( 旧 上 総 国 ) 及び 長野 県 須坂 市 ( 旧 信濃 国 ) に お い て 、 毎年 2 月 から 3 月 ( 須坂 で は 3 月 から 4 月 ) に 開催 さ れ て い る 雛祭り で あ る 。 +1 渋谷 重助 ( しぶや しげすけ 、 生没 年 未詳 ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 武将 。 +-1 概要 +-1 柳原 銀行 ( やなぎはら ぎんこう ) は 、 明治 期 に 京都 府 柳原町 ( 現 京都 市 ) で 設立 さ れ た 私立 銀行 。 +1 星亨 ( ほし とおる 、 嘉永 3 年 4 月 8 日 _ ( 旧暦 ) ( 1850 年 5 月 19 日 ) - 明治 34 年 ( 1901 年 ) 6 月 21 日 ) は 、 明治 時代 の 政治 家 ( 「 星享 」 は 誤表記 ) 。 +-1 斗 ( と ) +1 中牟田 倉之助 ( なかむ たくらのすけ 、 天保 8 年 2 月 24 日 ( 旧暦 ) ( 1837 年 3 月 30 日 ) - 大正 5 年 ( 1916 年 ) 3 月 30 日 ) は 、 日本 の 大 日本 帝国 海軍 軍人 。 +1 続 日本 紀 ( しょく に ほんぎ ) は 、 平安 時代 初期 に 編纂 さ れ た 勅撰 史 書 。 +1 道嶋 嶋足 ( みち しま の しまたり 、 生年 不詳 - 延暦 2 年 ( 783 年 ) 1 月 8 日 ) は 奈良 時代 の 武人 。 +-1 武士 道 ( ぶし どう ) と は 、 封建 社会 の 日本 に おけ る 武士 階級 の 倫理 及び 価値 基準 の 根本 を な す 、 体系 化 さ れ た 思想 一般 を さ す 。 +1 木下 順庵 ( きの した じゅん あん 、 元和 ( 日本 ) 7 年 6 月 4 日 ( 旧暦 ) ( 1621 年 7 月 22 日 ) - 元禄 11 年 12 月 23 日 ( 旧暦 ) ( 1699 年 1 月 23 日 ) ) は 、 江戸 時代 前期 の 儒学 者 。 +-1 紫微 中台 ( しびちゅうだい ) は 藤原 仲麻呂 ( 恵美 押勝 ) が 749 年 に 創設 し た 、 光明 皇后 ( 紫微 中台 創設 当時 、 既に 夫 の 聖武 天皇 は 娘 の 孝謙 天皇 に 譲位 し て い た ため 、 光明 皇太后 で あ る ) の 家政 機関 。 +-1 朱 雀門 ( すざく もん ) は 、 古代 、 平城 京 や 平安 京 と い っ た 条坊 制 の 宮城 ( 大内 裏 ) に お い て 南面 する 正門 。 +-1 東映 太秦 映画 村 ( とうえい うずまさえ い が むら ) は 、 京都 市 右京 区 太秦 東 蜂 ケ岡 町 に あ る 映画 の テーマ パーク 。 +-1 知々夫 国造 ( ちちぶ の くにのみやつこ ・ ちちぶ こく ぞう ) は 武蔵 国 西部 を 支配 し た 国造 。 +-1 馬印 、 馬標 、 馬験 と も 書 く 。 +-1 浅漬け ( あさづけ ) と は キュウリ 、 ダイコン 、 ナス など の 野菜 を 調味 液 に 短 時間 漬け た 漬物 の こと で あ る 。 +-1 永正 の 錯乱 ( えいしょう の さくらん ) は 、 戦国 時代 ( 日本 ) の 初期 に あた る 永正 4 年 ( 1507 年 ) 、 室町 幕府 管領 ・ 細川 政元 が 殺害 さ れ た 事件 を 指 し 示 す 。 +-1 鬼 の 俎 ( おに の ま な い た ) と 鬼 の 雪隠 ( お に の せっちん ) は 、 奈良 県 高市 郡 明日香 村 野口 ( 鬼 の 俎 ) 、 明日香 村 平田 ( 鬼 の 雪隠 ) に あ る 花崗 岩 で 作 ら れ た 遺構 。 +-1 秤座 ( はかりざ ) は 、 江戸 時代 、 江戸 幕府 の 特別 認可 を 得 て 、 秤 の 製造 、 頒布 、 検定 、 修繕 など を 独占 し た 座 で あ る 。 +-1 京都 市 動物 園 ( きょうと し どう ぶつ えん ) は 、 京都 市 左京 区 岡崎 に あ る 京都 市立 の 動物 園 で あ る 。 +-1 七 条 大宮 仏所 ( しちじょう おおみや ぶっしょ ) は 、 平安 時代 の 仏師 工房 。 +-1 桜 前線 ( さくら ぜんせん ) と は 、 日本 各地 の サクラ ( 主に ソメイヨシノ ) の 開花 予想 日 を 結 ん だ 線 の こと 。 +-1 新年 宴会 ( しんねん えん かい ) と は 、 戦前 の 祝祭 日 の 一 つ 。 +-1 鮒 寿司 ( ふなずし ) は 、 フナ を 用い て 作 ら れ る 熟 れ 寿司 ( なれずし ) の 一種 で 、 滋賀 県 の 郷土 料理 。 +1 宿院 良蔵 ( しゅくいんりょうぞう 、 文政 4 年 ( 1821 年 ) 頃 ? - 慶応 4 年 1 月 6 日 ( 旧暦 ) ( 1868 年 1 月 30 日 ) ) は 、 壬生 浪士 組 及び 、 新選 組平 隊 士 。 +-1 京都 会議 ( きょう と かいぎ ) は 、 京都 ( 京都 府 、 京都 市 ) で 開催 さ れ る 会議 の 通称 。 +1 初世花 柳 壽輔 ( はなや ぎ じゅすけ 、 182 1 年 3 月 22 日 ( 文政 4 年 2 月 19 日 ( 旧暦 ) ) - 190 3 年 ( 明治 36 年 ) 1 月 28 日 ) は 、 日本 舞踊 家 、 振付 師 。 +-1 京焼 ( きょう やき ) は 日本 の 陶磁 器 の 一種 。 +-1 数寄者 ( すきしゃ 、 すきもの ) は 芸道 に 執心 な 人物 の 俗称 。 +1 磯貝 宗和 ( いそがいそうわ 、 1854 年 - 1940 年 ) は 、 石州 流宗猿 系 の 家元 。 +-1 鷹山 ( たかやま ) は 、 かつて 京都 の 祇園 祭 に 有 っ た 山鉾 の 1 つ 。 +-1 如庵 ( じょあん ) は 、 愛知 県 犬山 市 の 有楽 苑 に あ る 茶室 で あ る 。 +1 中天游 ( なかてんゆう 、 男性 、 天明 3 年 ( 1783 年 ) - 天保 6 年 3 月 26 日 ( 旧暦 ) ( 1835 年 4 月 23 日 ) ) は 日本 の 蘭方 医 、 蘭学 者 。 +-1 郡司 ( ぐんじ ) と は 、 +-1 南都 諸白 ( なん と もろはく ) と は 、 平安 時代 中期 から 室町 時代 末期 に かけ て 、 もっとも 上質 で 高級 な 日本 酒 と し て 名声 を 揺るぎな く 保 っ た 、 奈良 ( 南都 ) の 寺院 で 諸白 で つく ら れ た 僧坊 酒 の 総称 。 +-1 狛犬 ( こまいぬ 、 中国 語 : 石獅子 、 英語 : imperialguardianlion ) と は 、 犬 に 似 た 想像 上 の 獣 の 像 で あ る 。 +1 難 太平 記 ( なん たい へいき ) は 今川 貞世 ( 出家 後 は 今川 了俊 ) が 応永 9 年 ( 140 2 年 ) に 完成 さ せ た 書物 で あ る 。 +-1 大師 ( だいし ) は 、 中国 ・ 日本 に お い て 、 高徳 な 僧 に 朝廷 から 勅賜 の 形 で 贈 ら れ る 尊称 の 一種 で 、 多く は 諡 で あ る 。 +-1 猪名 県 ( いな の あがた ) は 古墳 時代 の ヤマト 王権 の 時代 に 現在 の 吹田 市 から 尼崎 市 まで の 北摂 に 置 か れ た 古代 日本 の 地方 官制 地方 官制 の はじまり ( アガタ ) の 一 つ 。 +1 菅原 孝標女 ( すがわら の たか すえ の むすめ 、 寛弘 5 年 ( 100 8 年 ) - 康平 2 年 ( 1059 年 ) 以降 ? ) は 、 平安 時代 の 貴族 の 女性 。 +-1 肥後 古流 ( ひごこ りゅう ) は 、 熊本 藩 で 伝承 さ れ た 茶道 の 流派 の 一 つ 。 +1 早良 親王 ( さわら しんの う 、 天平 勝宝 2 年 ( 750 年 ) ? - 延暦 4 年 9 月 28 日 ( 旧暦 ) ( 785 年 11 月 8 日 ) ) は 、 奈良 時代 末期 の 皇族 。 +1 河野 敏鎌 ( こう の とがま 、 1844 年 11 月 29 日 ( 天保 15 年 10 月 20 日 ( 旧暦 ) ) - 1895 年 4 月 20 日 ) は 明治 時代 前期 の 日本 の 政治 家 。 +-1 餅花 ( もちばな ) と は 、 正月 とくに 小 正月 に 、 ヌルデ ・ エノキ ・ ヤナギ など の 木 に 小さ く 切 っ た 餅 や 団子 を さ し て 飾 る もの 。 +-1 祇園 甲部 ( ぎおん こうぶ 、 京都 市 東山 区 ) は 、 京都 で 最大 の 京 の 花街 。 +1 藤原 麻呂 ( ふじわら の まろ 、 持統 天皇 9 年 ( 695 年 ) - 天平 9 年 7 月 13 日 ( 旧暦 ) ( 73 7 年 8 月 17 日 ) ) は 、 奈良 時代 の 貴族 。 +1 木下 延重 ( きのした のぶしげ 、 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 。 +-1 夫人 ( ふじん 、 ぶにん 、 ones wife ) +-1 タンゴ エクスプローラー ( Tango Explorer ) と は 、 北 近畿 タンゴ 鉄道 KTR001 形 気動 車 の 愛称 で あ り 、 同車両 を 使用 し て 運行 さ れ る 北 近畿 タンゴ 鉄道 ・ 西 日本 旅客 鉄道 の 特別 急行 列車 の 愛称 で あ る 。 +1 掌典職 ( しょうてん しょく ) は 、 日本 の 皇室 に お い て 宮中 祭祀 を 担当 する 部門 で あ る 。 +1 広橋 兼秀 ( ひろは し かねひ で 、 永正 3 年 ( 150 6 年 ) - 永禄 10 年 8 月 5 日 ( 旧暦 ) ( 1567 年 9 月 17 日 ) は 、 戦国 時代 ( 日本 ) の 公家 。 +-1 弁長 ( べんちょう 、 応保 2 年 5 月 6 日 ( 旧暦 ) ( 1162 年 6 月 20 日 ) - 嘉禎 4 年 2 月 29 日 ( 旧暦 ) ( 1238 年 3 月 16 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 に かけ て の 浄土 宗 の 僧 。 +-1 世子 六十 以後 申楽 談儀 ( ぜ しろく じゅうい ご さる がくだん ぎ ) 、 通称 『 申楽 談儀 』 は 室町 時代 に 成立 し た 、 世阿弥 の 芸談 を 筆録 し た 能楽 の 伝書 、 芸道 論 。 +-1 蘆名 ( あしな ) 氏 は 、 平氏 系統 の 三浦 氏 から 興 っ た 氏族 で 、 蘆名 ( 現在 横須賀 市 芦名 ) の 地名 に 由来 する 。 +1 浦上春琴 ( うらがみ しゅん きん 、 安永 8 年 ( 1779 年 ) - 弘化 3 年 5 月 23 日 ( 旧暦 ) ( 1846 年 6 月 16 日 ) ) は 、 江戸 時代 後期 の 日本 の 文人 画 。 +-1 かりん とう は 、 小麦 粉 を 砂糖 ・ 水 ・ 酵母 や 、 食塩 、 重曹 など と 共 に 練り合わせ 、 棒状 に 成形 し て つく っ た 生地 を 植物 油 で 揚げ 、 黒 砂糖 や 上白糖 で つく っ た 蜜 で からめて 乾燥 さ せ た 駄 菓子 の 一種 で あ る 。 +1 小早川 重景 ( こばやかわ し げかげ 、 生没 年 未詳 ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +-1 風俗 博物 館 ( ふうぞく はくぶつ かん ) は 、 京都 市 下京 区 井筒 南店 ビル 5 階 に あ る 源氏 物語 に 関 する 私立 の 博物 館 で あ る 。 +1 海道 記 ( かいどう き ) は 、 貞応 2 年 ( 1223 年 ) 成立 と 考え られ る 紀行 文 。 +1 小野 道風 ( おのの みちかぜ / おのの とうふう 、 寛平 6 年 ( 894 年 ) - 康保 3 年 12 月 27 日 ( 旧暦 ) ( 96 7 年 2 月 9 日 ) ) は 、 平安 時代 の 代表 的 な 書道 家 で 、 「 三蹟 」 ( 三跡 ) の 一人 に 数え られ る 。 +1 源 頼朝 ( みなもと の より とも ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 武将 で あ る 。 +-1 勝林 院 ( しょうりん いん ) は 、 京都 市 左京 区 大原 三千 院 の 北 に あ る 天台 宗 の 寺院 。 +-1 駒牽 ( こまひき ) と は 、 宮中 行事 の 1 つ で 毎年 8 月 に 東国 に 置 か れ た 勅旨 牧 から 貢進 さ れ た ウマ を 内 裏 南殿 に お い て 天皇 の 御前 に て 披露 し た 後 に 出席 し た 公卿 ら に 一部 を 下賜 し 、 残り を 馬寮 ・ 近衛 府 に 分配 する 行事 。 +1 狩野 元信 ( かのう もとのぶ 、 文明 ( 日本 ) 8 年 8 月 9 日 ( 旧暦 ) ( 147 6 年 8 月 28 日 ) ? - 永禄 2 年 10 月 6 日 ( 旧暦 ) ( 1559 年 11 月 5 日 ) ) は 、 室町 時代 の 絵師 で 、 狩野 派 の 祖 ・ 狩野 正信 の 子 で あ る 。 +-1 番衆 ( ばんしゅう ) と は 、 番 を 編成 し て 宿直 警固 に あた る 者 。 +1 小鴨 元 清 ( お が も もときよ ) は 、 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 で 伯耆 国久米 郡 岩倉 城 ( 伯耆 国 ) 主 。 +1 新藤 兼人 ( しんどう か ね と 、 本名 : 新藤 兼登 ( 読 み 方 同じ ) 、 1912 年 4 月 22 日 - ) は 日本 の 映画 監督 、 脚本 家 で あ る 。 +1 末松 謙澄 ( すえまつ けんちょう 、 1855 年 9 月 30 日 ( 安政 2 年 8 月 20 日 _ ( 旧暦 ) ) - 1920 年 ( 大正 9 年 ) 10 月 5 日 ) は 明治 - 大正 時代 の 政治 家 。 +-1 被官 ( ひかん ) と は +1 藤原 道雅 ( ふじわら の みちまさ 、 正暦 三 年 ( 992 年 ) - 天喜 二 年 7 月 20 日 ( 旧暦 ) ( 105 4 年 8 月 25 日 ) ) は 平安 時代 の 歌人 ・ 公卿 。 +-1 下人 ( げ にん ) と は 近世 以前 の 家内 隷属民 に 対 する 呼称 。 +1 高野 貞吉 ( たか の さだ よし 、 文政 12 年 ( 1829 年 ) - 大正 2 年 ( 1913 年 ) 2 月 21 日 ) は 、 日本 の 武士 ・ 越後 長岡 藩 士 。 +-1 長岡 駅 ( ながおか えき ) は 、 新潟 県 長岡 市 城内町 に あ る 東 日本 旅客 鉄道 ( JR 東 日本 ) の 鉄道 駅 で あ る 。 +-1 磨崖 仏 ( まがいぶつ ) は 、 そそり立 つ 岩壁 や 岩壁 を 龕状 に 彫 っ た 内側 に 刻 ま れ る など 、 自然 の 岩壁 や 露岩 、 あるいは 転石 に 造立 さ れ た 仏像 を 指 す 。 +-1 数え年 ( かぞえどし ) と は 、 年齢 の 数え 方 の 一 つ 。 +1 大石 良勝 ( おおいし よしかつ 、 天正 15 年 ( 1587 年 ) - 慶安 3 年 8 月 23 日 ( 旧暦 ) ( 1650 年 9 月 18 日 ) ) は 、 安土 桃山 時代 ・ 江戸 時代 初期 の 武士 。 +1 九条 良 経 ( くじょう よしつね 、 嘉応 元年 ( 1169 年 ) - 元久 3 年 3 月 7 日 ( 旧暦 ) ( 120 6 年 4 月 16 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 公卿 。 +1 金売 吉次 ( かねうり きちじ ) と は 平安 時代 末期 の 商人 で 、 奥州 で 産出 さ れ る 金 を 平安 京 で 商 う 事 を 生業 と し た と さ れ る 人物 で あ る 。 +-1 峰山 海軍 航空 隊 ( みねやま かい ぐん こうくう た い ) は 、 大 日本 帝国 海軍 の 部隊 の 一 つ 。 +-1 京都 市営 地下 鉄 ( きょう と しえい ちか てつ ) は 、 京都 市 交通 局 が 運営 する 地下 鉄 。 +-1 保守 革命 ( ほしゅ かくめい 、 Konservative Revolution ) と は 、 ドイツ の 思想 史 家 の アルミン ・ モーラー ( Armin Mohler ) が ヴァイマル 共和 政 時代 の 、 非 ナチス 的 で ナショナリズム 的 な 一連 の 思想 に 与え た 総称 で あ る 。 +-1 ちりめん じゃこ ( 縮緬 雑魚 ) は 、 イワシ 類 ( カタクチ イワシ ・ マ イワシ ・ ウルメ イワシ ・ シロウオ ・ イカナゴ など ) の 仔稚魚 を 食塩 水 で 煮 た 後 、 天日 など で 干 し た 食品 。 +-1 金剛 永謹 ( こんごう ひさのり 、 1951 年 ( 昭和 26 年 ) 6 月 24 日 - ) は 、 シテ 方 金 剛 流能 楽師 。 +1 言国 卿記 ( とき く に きょうき ) は 、 室町 時代 の 公家 、 山科 言 国 の 記 し た 日記 。 +1 尼子 娘 ( あまこの いらつめ 、 生没年 不詳 ) は 、 筑紫 宗像 郡 の 豪族 ・ 胸形 君 徳善 の 娘 。 +-1 河内 源 氏 ( かわち げんじ ) は 、 河内 国 に 根拠 地 を 置 い た 清和 源 氏 の 一流 。 +1 慧慈 ( えじ 、 生年 不詳 - 推古 天皇 31 年 2 月 22 日 ( 旧暦 ) ( 623 年 3 月 31 日 ) ) は 、 飛鳥 時代 に 高句 麗 から 渡来 し た 僧 。 +1 藤原 小黒 麻呂 ( ふじわら の おぐろ まろ 、 天平 5 年 ( 733 年 ) - 延暦 13 年 7 月 1日 ( 旧暦 ) ( 794 年 7 月 31 日 ) ) は 、 奈良 時代 の 貴族 。 +1 須磨 ( すま ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の 一 つ 。 +-1 定額 僧 ( じょうがく そう ) と は 、 古代 律令 制 の 寺院 など に 定め られ た 一定 数 の 僧侶 あるいは その 僧侶 自身 の こと 。 +-1 高鴨 神社 ( たか かも じんじゃ ) は 、 奈良 県 御所 市 の 金剛山 ( 金剛 山地 ) 東山 麓 に あ る 神社 。 +-1 道綽 ( どう しゃく 、 Dao - chuo ) は 、 唐代 の 中国 浄土 教 の 僧侶 。 +1 千 千速 比 売命 ( ちち は や ひめ の みこと 、 生没年 不詳 ) は 、 孝霊 天皇 の 皇女 。 +-1 延 喜格 ( えんぎ きゃく ) は 、 平安 時代 の 延喜 7 年 ( 90 7 年 ) 11 月 _ ( 旧暦 ) に 完成 し 、 翌年 12 月 の 宣旨 に よ っ て 施行 さ れ た 格式 。 +-1 屋台 ( やたい ) は 、 移動 式 の 簡易 店舗 。 +1 分部 光命 ( わけべ みつな が 、 正徳 ( 日本 ) 4 年 1 月 8 日 ( 旧暦 ) ( 171 4 年 2 月 22 日 ) - 天明 3 年 11 月 22 日 ( 旧暦 ) ( 1783 年 12 月 15 日 ) ) は 、 近江国 大溝 藩 の 第 6 代 藩 主 。 +-1 静遍 ( じょうへん 、 仁安 ( 日本 ) 元年 ( 1166 年 ) - 貞応 3 年 4 月 20 日 ( 旧暦 ) ( 1224 年 5 月 9 日 ) ) は 、 鎌倉 時代 前期 の 真言 宗 の 僧 。 +1 五代 友厚 ( ご だい とも あつ 、 天保 6 年 12 月 26 日 ( 旧暦 ) ( 1836 年 2 月 12 日 ) - 明治 18 年 ( 1885 年 ) 9 月 25 日 ) は 、 江戸 末期 の 武士 ・ 薩摩 藩 士 、 明治 期 の 実業 家 。 +-1 ちゃんこ 鍋 ( ちゃんこなべ ) と は 、 主に 大 相撲 の 力士 や 日本 の プロ レスラー が 食べ る 鍋 料理 で あ る 。 +1 古筆 了佐 ( こひつりょうさ 、 元亀 3 年 ( 1572 年 ) - 寛文 2 年 1 月 28 日 ( 旧暦 ) ( 1662 年 3 月 18 日 ) ) は 、 近江 国生まれ の 古筆 鑑定 人 。 +1 藤原 永手 ( ふじわら の なが て 、 和銅 7 年 ( 71 4 年 ) - 宝亀 2 年 2 月 21 日 ( 旧暦 ) ( 7 7 1 年 3 月 15 日 ) ) は 、 奈良 時代 の 政治 家 。 +-1 牙符 制 ( が ふせい ) と は 、 外交 使節 の 審査 ・ 認証 を 行な う 制度 ( 査証 制度 ) の 一 つ 。 +1 小曽根 乾堂 ( こそね けんどう 、 男性 、 文政 11 年 5 月 2 日 ( 旧暦 ) ( 182 8 年 6 月 13 日 ) - 明治 18 年 ( 1885 年 ) 1 1 月 27 日 ) は 、 江戸 時代 末期 から 明治 時代 の 日本 の 篆刻 家 で あ る 。 +1 天皇 機関 説 ( てんのう きかんせつ 、 天皇 機關 說 ) と は 、 大 日本 帝国 憲法 下 で 確立 さ れ た 、 天皇 に 関 する 憲法 学説 で あ る 。 +1 橋本 菱華 ・ 橋本 陵華 ( はしもと ・ りょうか ) は 明治 時代 に 活躍 し た 日本 画 家 。 +-1 良忠 ( りょうちゅう 、 正治 元年 7 月 27 日 ( 旧暦 ) ( 1199 年 8 月 20 日 ) - 弘安 10 年 7 月 6 日 ( 旧暦 ) ( 1287 年 8 月 16 日 ) ) は 、 鎌倉 時代 中期 の 浄土 宗 の 僧 。 +1 源融 ( みなもと ・ の ・ とおる 、 弘仁 13 年 ( 82 2 年 ) - 寛平 7 年 8 月 25 日 ( 旧暦 ) ( 895 年 9 月 21 日 ) ) は 、 嵯峨 天皇 の 12 男 。 +-1 伝書 ( でんしょ 、 傳書 ) と は 、 日本 の 芸道 など に お い て 芸術 や 武術 の 流派 の 奥義 や 秘伝 を 記 し た 写本 や 本 で あ る 。 +-1 品官 ( ほんかん ) と は 、 日本 の 律令 制 に お い て 各 官司 の 四 等 官 の 体系 に 属 し な い 官職 の 総称 を 指 す 。 +-1 葉桜 ( はざくら ) と は 、 サクラ の 花 が 散 り 若葉 が 出 始め た 頃 から 新緑 で 覆 わ れ た 時期 まで の 桜 の 木 、 また は その 様 を 言 う 。 +1 伏見宮 貞致 親王 ( ふしみのみや さだゆき しんのう 、 寛永 9 年 5 月 27 日 ( 旧暦 ) ( 1632 年 7 月 14 日 ) - 元禄 7 年 5 月 18 日 ( 旧暦 ) ( 1694 年 6 月 10 日 ) ) は 、 江戸 時代 初期 の 皇族 。 +-1 亮賢 ( りょうけん 、 慶長 16 年 ( 1611 年 ) - 貞享 4 年 3 月 7 日 ( 旧暦 ) ( 1687 年 4 月 18 日 ) ) は 、 江戸 時代 前期 の 新義 真言宗 の 僧 。 +1 蘇我 倉山田 石川 麻呂 ( そがの くら の やまだ の いしかわ の まろ 、 生年 不詳 - 大化 5 年 3 月 25 日 ( 旧暦 ) ( 649 年 5 月 15 日 ) ) は 飛鳥 時代 の 豪族 。 +-1 舞鶴 鎮守 府 ( まいづる ちんじゅふ ) と は 、 京都 府 舞鶴 市 に あ っ た 旧 大 日本 帝国 海軍 の 鎮守 府 海軍 鎮守 府 。 +-1 不受 不 施日 蓮 講 門 宗 ( ふ じゅふせ にちれん こうもん しゅう ) は 、 日蓮 を 宗祖 と し 、 日奥 を 派祖 と する 、 日蓮 門 下 の 一派 で あ る 。 +1 平賀 義信 ( ひら が よしのぶ / 源 義信   みなもと の よしのぶ ) は 、 平安 時代 末期 の 河内 源 氏 の 武将 。 +-1 屋嶋 城 ( やしま の き 、 やし まじょう ) は 、 讃岐 国 屋島 ( 香川 県 高松 市 屋島 ) に あ っ た 古代 山城 で あ る 。 +1 大炊 御門 経音 ( おおい の みかど つね なり 、 天和 ( 日本 ) 2 年 12 月 7 日 ( 旧暦 ) ( 1683 年 1 月 4 日 ) - 正徳 ( 日本 ) 4 年 4 月 13 日 ( 旧暦 ) ( 171 4 年 5 月 26 日 ) ) は 江戸 時代 前期 の 公卿 。 +-1 妙傳 寺 ( みょう でんじ ) は 、 京都 市 左京 区 東大路 通 二 条 通下ル に あ る 日 蓮 宗 寺院 。 +-1 三宝 絵詞 ( さん ぼうえことば ) は 、 平安 時代 中期 の 仏教 説 話 集 。 +-1 巡爵 ( じゅん しゃく ) と は 平安 時代 初期 に 成立 し た 蔵人 の 叙位 に 関 する 慣例 。 +-1 四 神 相応 ( し じん そうおう ) は 、 中国 ・ 朝鮮 ・ 日本 に お い て 、 天 の 四方 の 方角 を 司 る 「 四神 」 の 存在 に 最も ふさわし い と 伝統 的 に 信 じ られ て き た 地勢 や 地相 の こと を い う 。 +-1 合掌 造り ( がっしょう づくり ) は 、 急 傾斜 の 屋根 を 持 つ 日本 の 住宅 建築 様式 。 +1 巨勢 親王 ( こせ しんのう 、 延暦 18 年 ( 799 年 ) ? - 元 慶 6 年 8 月 5 日 _ ( 旧暦 ) ( 88 2 年 9 月 20 日 ) ) は 、 平安 時代 前期 の 皇族 。 +-1 梨木 神社 ( なし の き じんじゃ ) は 、 京都 府 京都 市 上京 区 に あ る 神社 で あ る 。 +1 川村 純義 ( かわむら すみよし 、 天保 7 年 11 月 11 日 ( 旧暦 ) ( 1836 年 12 月 18 日 ) - 明治 37 年 ( 190 4 年 ) 8 月 12 日 ) は 、 日本 の 武士 ・ 薩摩 藩 士 、 海軍 軍人 、 海軍 大将従 一 位 勲一 等 伯爵 。 +-1 鞍馬 駅 ( くらま えき ) は 、 京都 府 京都 市 左京 区 鞍馬 本町 に あ る 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +1 小野 篁 ( おのの たか むら 、 延暦 21 年 ( 80 2 年 ) - 仁寿 2 年 12 月 22 日 ( 旧暦 ) ( 853 年 2 月 3 日 ) ) は 、 平安 時代 前期 の 官人 、 学者 、 歌人 。 +1 野村 万作 ( 二 世 ) ( 狂言 師 、 1931 年 6 月 22 日 - ) は 東京 生まれ 。 +1 源 義隆 ( みなもと の よし た か 、 生年 未詳 - 平治 元年 ( 1159 年 ) ) は 、 平安 時代 末期 の 武将 。 +1 上杉 重房 ( うえすぎ しげふさ 、 生没年 不詳 ) は 鎌倉 時代 中期 の 公家 、 武士 で あ る 。 +-1 陰摩 羅 鬼 、 陰魔 羅 鬼 ( おんもらき ) は 、 中国 や 日本 の 古書 に あ る 怪鳥 。 +-1 吉田 家 ( よしだけ ) は 卜部 氏 の 流れ を 汲 む 堂上 家 で あ る 。 +-1 天正 遣欧 少年 使節 ( てんしょう けん おうしょうねん しせつ ) は 15 82 年 ( 天正 10 年 ) に 九州 の キリシタン 大名 、 大友 義鎮 ・ 大村 純忠 ・ 有馬 晴信 の 名代 と し て ローマ へ 派遣 さ れ た 4 名 の 少年 を 中心 と し た 使節 団 。 +-1 難波 京 ( なにわ きょう 、 なにわ の みやこ ) は 、 古代 日本 に お い て 大阪 市 の 地 に 設営 さ れ た 都城 で あ る 。 +1 服部 南郭 ( はっとり なんかく 、 天和 _ ( 日本 ) 3 年 9 月 24 日_ ( 旧暦 ) ( 1683 年 11 月 12 日 ) - 宝暦 9 年 6 月 21 日 _ ( 旧暦 ) ( 175 9 年 7 月 15 日 ) ) は 、 江戸 時代 中期 の 日本 の 儒者 、 漢詩 人 、 画家 で あ り 、 荻生 徂徠 の 高弟 と し て 知 ら れ る 。 +-1 外国 人 居留 地 ( がいこく じん きょ りゅうち ) は 、 政府 が 外国 人 の 居留 及び 交易 区域 と し て 特に 定め た 一定 地域 を い う 。 +-1 落柿舎 ( らく し しゃ ) は 、 嵯峨野 ( 京都 府 京都 市 右京 区 ) に あ る 松尾 芭蕉 の 弟子 、 向井 去来 の 草庵 。 +-1 平安 京 ( へい あんきょう ) は 、 794 年 ( 延暦 13 ) に 桓武 天皇 に よ り 定め られ た 日本 の 首都 で あ る 。 +-1 七味 唐 辛子 ( しちみ とうがらし ) は 日本 の 調味 料 。 +-1 硯洗い ( すずりあらい ) と は 、 七夕 を 迎え る 準備 と し て 旧暦 七 月 六 日 に 行 わ れ る 行事 。 +1 荒木 舜庵 ( あらきしゅん あん ) は 、 江戸 時代 末期 の 人物 。 +1 林 元 美 ( はや しげん び 、 安永 2 年 ( 1778 年 ) - 文久 元年 ( 1861 年 ) ) は 、 江戸 時代 の 囲碁 棋士 ( 囲碁 ) で 、 家元 林家 ( 囲碁 ) 十 一 世 、 八 段 準 名人 。 +-1 蝦夷 ( えみし 、 えびす 、 えぞ ) は 、 日本 列島 の 東方 、 北方 に 住 み 、 日本 人 に よ っ て 異族 視 さ れ て い た 人々 に 対 する 呼称 で あ る 。 +-1 系 図 纂要 ( けいず さんよう ) は 、 江戸 時代 末期 の 系譜 集成 。 +-1 甘納豆 ( あま なっとう ) は 、 豆類 や クリ 、 ハス の 実 、 サツマ イモ の 輪切り ( 芋納豆 と 呼 ば れ る ) など を 砂糖 漬け に し た 和 菓子 の ひと つ 。 +-1 勲 等 ( くんとう ) は 、 勲功 に 対 し て 授与 さ れ た もの 。 +-1 桂庵 玄樹 ( けいあん げんじゅ 、 142 7 年 ( 応永 34 年 ) - 150 8 年 6 月 28 日 ( 永正 5 年 6 月 1日 ( 旧暦 ) ) ) は 、 薩南 学派 を 形成 し た 臨済 宗 の 僧侶 。 +1 多忠麿 ( おおの ただまろ 、 1933 年 12 月 5 日 - 1994 年 12 月 19 日 ) は 、 雅楽 師 、 日本 芸術 院 会員 。 +-1 律宗 ( りっしゅう ) は 、 戒律 の 研究 と 実践 を 行 う 仏教 の 一宗 派 で あ る 。 +1 享年 75 ( 満 73 歳 没 ) +-1 銅壷 ( どうこ ) と は 、 火鉢 の 中 に 置 き 、 湯 を 沸か し 燗酒 を つく る 民具 で あ る 。 +-1 風信帖 ( ふうしんじょう ) と は 、 空海 が 最澄 に 宛て た 尺牘 3 通 の 総称 で あ る 。 +-1 粕汁 ( かすじる ) と は 、 出汁 に 酒粕 を 溶 い た 汁物 、 また は だし 汁 に 味噌 と 酒粕 を 合わせ た もの を 溶 い た 汁物 の こと で 、 具材 に は にんじん 、 ダイコン 、 魚 等 が よく 使 わ れ る 。 +-1 倭大国 魂神 ( やまと の おおく に たま の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +1 山名 満幸 ( やまなみつゆき 、 ? - 応永 2 年 3 月 10 日 ( 旧暦 ) ( 1395 年 3 月 31 日 ) ) は 室町 時代 の 武将 。 +-1 徳政 一揆 ( とくせい いっき ) は 、 土一 揆 の 一種 。 +-1 忘年 会 ( ぼうねんかい ) と は 、 組織 や 集団 が 一 年 の 終わり に その 一 年間 を 振り返 り 、 その 間 の 苦労 を ねぎらい 、 忘れ る と 共 に 新た な 一 年 に 向け て 気持ち を 新た に する ため に 行 わ れ る 年中 行事 で あ る 。 +1 狭穂彦王 ( さほひこの みこ 、 生年 不詳 - 垂仁 天皇 5 年 ( 紀元 前 24 年 ) 10 月 没 ) と は 、 記紀 に おけ る 皇族 ( 王族 ) 。 +-1 清慎 公記 ( せいしんこうき ) と は 、 平安 時代 中期 に 関白 を 務め た 藤原 実頼 の 日記 。 +-1 京都 市 西京極 総合 運動 公園 野球 場 ( きょう と し   にしきょうごく そうごう うんどう こうえん   やきゅうじょう ) は 、 京都 府 京都 市 右京 区 の 京都 市 西京極 総合 運動 公園 内 に あ る 野球 場 。 +-1 淀 君 集 ( よどぎみ しゅう ) は 、 中村 歌右衛門 ( 5 代 目 ) が 選定 し た 家 の 芸 。 +-1 五條 市 ( ご じょうし ) は 、 奈良 県 の 中西部 に 位置 する 市 。 +1 藤原 良継 ( ふじわら の よしつぐ 、 霊亀 2 年 ( 71 6 年 ) - 宝亀 8 年 9 月 18 日 ( 旧暦 ) ( 777 年 10 月 27 日 ) ) は 奈良 時代 の 貴族 。 +1 中村 扇雀 ( なかむら せんじゃく ) は 、 中村 鴈治郎 家 所縁 の 名跡 の 一 つ 。 +1 藤原 師尹 ( ふじわら の もろただ 、 延喜 20 年 6 月 2 日 ( 旧暦 ) ( 920 年 7 月 24 日 ) - 安和 2 年 10 月 15 日 ( 旧暦 ) ( 96 9 年 12 月 1日 ) ) は 平安 時代 中期 の 公卿 。 +1 宇治 拾遺 物語 ( うじ しゅうい ものがたり ) は 、 13 世紀 前半 頃 に 成立 し た 、 中世 日本 の 説話 物語 集 で あ る 。 +-1 田村 神社 ( たむら じんじゃ ) は 滋賀 県 甲賀 市 土山 町 に あ る 神社 で あ る 。 +-1 狗子 仏 性 ( く し ぶっしょう ) は 、 禅 の 代表 的 な 公案 の ひと つ 。 +1 聖助 法 親王 ( せいじょ ほっ しん のう 、 生没年 不詳 ) は 、 南北朝 時代 の 法親 王 。 +1 山座 円次郎 ( やまざ えんじろう 、 慶応 2 年 10 月 26 日 ( 旧暦 ) ( 1866 年 12 月 2 日 ) - 大正 3 年 ( 1914 年 ) 5 月 28 日 ) は 、 明治 、 大正 期 の 日本 国 の 外交 官 。 +-1 目刺 ( めざし ) は 、 干物 の 一種 。 +1 藤原 道長 ( ふじわら の みちな が 、 康保 3 年 ( 96 6 年 ) - 万寿 4 年 ( 1027 年 ) ) は 平安 時代 中期 の 公卿 、 太政 大臣 ( 寛仁 元年 12 月 4 日 ( 旧暦 ) - 寛仁 2 年 2 月 9 日 ( 旧暦 ) 、 在任 ) 。 +1 善阿 ( ぜん な 、 生没年 不詳 ) は 、 鎌倉 時代 後期 の 僧 ・ 連歌 師 。 +1 庭田 重嗣 ( にわた し げつ ぐ 、 宝暦 7 年 1 月 30 日 ( 旧暦 ) ( 175 7 年 3 月 19 日 ) - 天保 2 年 4 月 5 日 ( 旧暦 ) ( 1831 年 5 月 16 日 ) ) は 江戸 時代 の 公家 ( 公卿 ) 。 +-1 120 形 は 、 1874 年 ( 明治 7 年 ) 、 阪神 間 の 鉄道 開業 に 際 し て イギリス から 輸入 さ れ た 蒸気 機関 車 で あ る 。 +1 織田 敏信 ( お だ としのぶ ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 正親町 家 ( おおぎまち け ) は 羽林 家 の 家格 を 有 する 公家 。 +-1 御厨 ( みくりや ) と は 、 「 厨 ( くりや ) 」 ( 「 台所 」 の 意 ) の 敬語 的 表現 で あ る 。 +1 鈴木 成高 ( すずき しげ た か 、 1907 年 - 1988 年 ) は 、 日本 の 西洋 史 学 者 ( 専門 は 西洋 中世史 ) 。 +1 牧野 貞長 ( まきの さだな が 、 享保 18 年 11 月 21 日 ( 旧暦 ) ( 1733 年 12 月 26 日 ) - 寛政 8 年 9 月 30 日 ( 旧暦 ) ( 1796 年 10 月 30 日 ) ) は 、 江戸 時代 中期 の 大名 、 政治 家 。 +-1 義 円 ( ぎえん 、 久寿 2 年 ( 1155 年 ) - 治承 5 年 3 月 10 日 ( 旧暦 ) ( 1181 年 4 月 25 日 ) ) は 平安 時代 末期 の 僧 で 、 源義朝 の 八男 。 +-1 七草 ( ななくさ ) は 、 人日 の 節句 ( 1 月 7 日 ) の 朝 に 、 7 種 の 野菜 が 入 っ た 羮 を 食べ る 風習 の こと 。 +1 万里小路 輔房 ( まで の こうじ すけふ さ 、 天文 ( 日本 ) 11 年 ( 1542 年 ) - 天正 元年 8 月 5 日 ( 旧暦 ) ( 1573 年 9 月 1日 ) ) は 、 安土 桃山 時代 の 公家 。 +1 中 御門 天皇 ( なかみかど てんのう 、 元禄 14 年 12 月 17 日 ( 170 2 年 1 月 14 日 ) - 元文 2 年 4 月 11 日   ( 1737 年 5 月 10 日 ) ;   在位 : 宝永 6 年 6 月 21 日 ( 1709 年 7 月 27 日 ) - 享保 20 年 3 月 21 日 ( 1735 年 4 月 13 日 ) ) は 、 江戸 時代 の 第 114 代 天皇 で あ る 。 +1 覚盛 ( かく じょう 、 建久 5 年 ( 1194 年 ) - 建長 元年 5 月 19 日 ( 旧暦 ) ( 1249 年 7 月 1日 ) ) は 、 鎌倉 時代 中期 の 律宗 の 僧 。 +-1 駿府 ( すんぷ ) は 、 駿河 国 の 国府 が 置 か れ た 都市 で 駿河 国 の 府中 の こと で あ る 。 +-1 ジャパニーズ ・ ウイスキー ( ) と は 、 日本 で 生産 さ れ る ウイスキー 。 +-1 人 日 +1 堤 代長 ( つつみ しろな が 、 正徳 ( 日本 ) 6 年 2 月 20 日 ( 旧暦 ) ( 1 71 6 年 3 月 13 日 ) - 天明 3 年 11 月 28 日 ( 旧暦 ) ( 1783 年 12 月 21 日 ) ) は 、 江戸 時代 の 公卿 。 +-1 鎌倉 時代 ( かまくら じだい 、 1185 年 頃 - 1333 年 ) は 、 日本 史 で 幕府 が 鎌倉 に 置 か れ て い た 時代 を 指 す 日本 の 歴史 の 時代 区分 の 一 つ 。 +1 5 代 目澤村 四郎 五郎 ( さわむら しろ うごう 、 1877 年 ( 明治 10 年 ) 9 月 15 日 - 1932 年 ( 昭和 7 年 ) 8 月 27 日 ) は 日本 の 歌舞伎 役者 、 映画 俳優 。 +1 仁孝 天皇 ( にん こうてんのう 、 寛政 12 年 2 月 21 日 ( 180 0 年 3 月 16 日 ) - 弘化 3 年 1 月 26 日 ( 1846 年 2 月 21 日 ) ) は 、 第 120 代 天皇 ( 在位 文化 ( 元号 ) 14 年 9 月 21 日 ( 1817 年 10 月 31 日 ) - 弘化 3 年 1 月 26 日 ) 。 +-1 鎮守神 ( ちんじゅ が み ) と は 特定 の 建造 物 や 一定 区域 の 土地 を 守護 する ため に 祀 ら れ た 神 ( 神道 ) で あ る 。 +-1 官位 相当 制 ( かん い そうとうせい ) と は 、 日本 の 律令 制 に お い て 、 官人 に 付与 する 位 階 と 官職 と の 間 に 一定 の 相当 関係 を 設定 し た 官僚 序列 システム 。 +-1 切妻 造 ( きりづま づくり ) と は 屋根 形状 の ひと つ で 屋根 の 最頂 部 の 棟 から 地上 に 向か っ て 二 つ の 傾斜 面 が 本 を 伏せ た よう な 山形 の 形状 を し た 屋根 。 +-1 足助 氏 ( あすけし ) は 、 日本 の 氏族 の 一 つ 。 +-1 現代 雅楽 ( げん だい が がく ) と は 、 日本 古代 の 伝統 音楽 で あ る 雅楽 の 編成 および 一部 の 楽器 を 用い て 現代 に 新し く 作 ら れ た 現代 音楽 で あ る 。 +1 増鏡 ( ますかがみ ) は 、 歴史 物語 。 +1 藤原 惺窩 ( ふじわら せい か 、 永禄 4 年 1 月 24 日 ( 旧暦 ) ( 1561 年 2 月 8 日 ) - 元和 ( 日本 ) 5 年 9 月 12 日 ( 旧暦 ) ( 1619 年 10 月 19 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 儒学 者 。 +-1 教部 省 ( きょう ぶしょう ) は 明治 初期 の 太政 官 制度 の もと 、 宗教 統制 に よ る 国民 教化 の 目的 で 設置 さ れ た 中央 官庁 組織 で あ る 。 +-1 砂紋 ( さもん 、 英 Ripplemarks ) と は 水 や 空気 が 流れ る こと に よ っ て でき る 、 規則 的 な 波状 の 起伏 。 +-1 岡田 国 神社 ( おかだくに じんじゃ ) は 、 京都 府 木津川 市 ( 旧 相楽 郡 木津 町 ) に あ る 神社 で あ る 。 +1 禎子 内 親王 ( ていし ( よしこ / さだこ ) ないしんの う 、 長和 2 年 7 月 6 日 ( 1013 年 8 月 15 日 ) - 寛治 8 年 1 月 16 日 ( 1094 年 2 月 3 日 ) ) は 、 第 67 代 三 条 天皇 の 第 三 皇女 。 +-1 杏花 戯曲 十 種 ( きょうか ぎ きょく じっしゅ ) は 、 市川 左團次 ( 2 代 目 ) が 撰 し た 高島 屋 ( 歌舞伎 ) 市川 左團次 の お 家芸 8 種 。 +-1 練香 と は 粉末 状 の 香木 や スパイス 、 ハーブ など を 蜂蜜 や アラビアゴム 等 で 練 っ て 固形 状 に し た もの 。 +-1 三 時 知恩 寺 ( さんじ ち おんじ ) は 、 京都 市 上京 区 に あ る 浄土 宗 の 寺院 ( 尼寺 ) 。 +1 源多 ( みなもとの まさる 、 天長 8 年 ( 831 年 ) - 仁和 4 年 10 月 17 日 ( 旧暦 ) ( 88 8 年 11 月 24 日 ) ) は 平安 時代 前期 の 公卿 。 +1 源 行家 ( みなもと の ゆき いえ ) は 、 平安 時代 末期 の 武将 。 +-1 錦小路 通 ( にしきこうじ どおり ) は 京都 市 の 東西 の 通り の 一 つ 。 +-1 内陣 ( ないじん ) は 、 寺院 の 本堂 内部 に お い て 本尊 を 、 神社 の 本殿 内部 に お い て 神体 を 安置 する 場所 。 +-1 御所 千 度 参り ( ご しょせんど まいり ) は 、 天明 7 年 6 月 7 日 ( 旧暦 ) ( 1787 年 7 月 21 日 ) に 発生 し た 、 京都 御所 の 周囲 を 多数 の 人々 が 廻 り 、 千 度 参り を し た 事件 。 +1 森 一生 ( もり かずお 、 1911 年 1 月 15 日 - 1989 年 6 月 29 日 ) は 、 昭和 期 の 映画 監督 。 +-1 蝉翼 拓 ( せんよく たく ) は セミ の 羽根 の よう に 薄 く と ら れ た 拓本 、 もしくは 拓本 を と る 技法 。 +-1 水石 ( すいせき ) は 、 室内 で 石 を 鑑賞 する 日本 の 文化 、 趣味 で あ る 。 +1 由良 国 繁 ( ゆらくにしげ 、 1550 年 ( 天文 ( 元号 ) 19 年 ) - 161 1 年 2 月 15 日 ( 慶長 16 年 1 月 3 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 。 +-1 南北朝 正閏 論 ( なんぼく ちょう せい じゅん ろん ) と は 日本 の 南北朝 時代 ( 日本 ) に お い て 南北 の どちら が 正統 と する か の 論争 ( 閏 は う る う と 同じ で 「 正統 で は な い が 偽物 で は な い 」 の 意 ) 。 +1 狩野 山楽 ( かのう さんらく 、 永禄 2 年 ( 1559 年 ) - 寛永 12 年 8 月 19 日 ( 旧暦 ) ( 1635 年 9 月 30 日 ) は 、 安土 桃山 時代 ~ 江戸 時代 初期 の 狩野 派 の 絵師 。 +1 野村 芳太郎 ( のむら よしたろう 、 1919 年 4 月 23 日 - 2005 年 4 月 8 日 ) は 、 日本 の 映画 監督 。 +-1 トヨクモノ は 、 日本 神話 の 天地 開闢 ( 日本 神話 ) の 段 に 登場 する 神 ( 神道 ) で あ る 。 +1 背奈 行文 ( せな の ゆきふみ 、 生没年 不詳 ) は 奈良 時代 の 歌人 、 明経道 。 +1 新 三十 六 歌仙 ( しん - さんじゅう ろく / っ - かせん ) は 歌人 に 関 する 名数 の 一種 。 +-1 妙泰寺 ( みょう たいじ ) は 、 京都 府 京丹後 市 に 所在 する 日蓮 正宗 の 寺院 。 +-1 指物 ( さしもの ) と は 、 釘 など の 接合 道具 を 使 わ ず に 、 木 と 木 を 組み合わせ て 作 ら れ た 家具 、 建具 、 調度 品 など の 伝統 工芸 品 の 総称 の 事 で あ る 。 +-1 ワタツミ ( ワダツミ と も ) は 、 日本 神話 に 登場 する 海 の 神 ( 神道 ) で あ る 。 +1 西郷 寅太郎 ( さいごう とらたろう 、 1866 年 8 月 21 日 ( 慶応 2 年 7 月 12 日 ( 旧暦 ) ) - 1919 年 1 月 1日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 。 +-1 信貴山 真言宗 ( しぎ さん しんごん しゅう ) は 毘沙門 天 ( 多聞 天 ) を 本尊 と する 真言 宗 の 宗派 の 一 つ で 、 総 本山 は 朝護 孫子 寺 ( 信貴山 寺 ) で あ る 。 +1 源典侍 ( げん の な いしのすけ ) は 、 『 源氏 物語 』 の 登場 人物 の 一人 の 通称 。 +-1 千光 寺 ( せんこうじ ) は 、 京都 府 京都 市 西京 区 に あ る 黄檗 宗 の 寺院 。 +1 昌子 内 親王 ( しょうし ( まさこ ) ないしんの う 、 天暦 4 年 ( 950 年 ) - 長保 元年 12 月 1日 _ ( 旧暦 ) ( 100 0 年 1 月 10 日 ) ) は 、 第 61 代 朱 雀 天皇 第 一 皇女 。 +-1 舞事 ( まい - ごと ) と は 、 能 に お い て 、 主 と し て 一 曲 の 能 や 狂言 の 後半 部分 に 能 シテ 、 能 シテ 、 能 ワキ が 能囃子 のみ に よ っ て 演じ る 抽象 的 な 所作 ( 舞 ) を い う 。 +1 斎藤 道三 / 斎藤 秀龍 ( さいとう どう さん / さいとう ひでたつ ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 小川 祐滋 ( おがわ すけ しげ   生没年 不詳 ) は 、 安土 桃山 時代 の 武将 。 +-1 足袋 ( たび ) と は 日本 固有 の 伝統 的 な 衣類 で 、 足 に 履 く 一種 の 下着 で あ る 。 +-1 襖 ( ふすま ) は 、 和室 の 仕切り に 使 う 建具 の ひと つ 。 +1 武田 物外 ( たけだ もつが い 、 寛政 7 年 ( 1795 年 ) 3 月 ( 旧暦 ) - 慶応 3 年 11 月 25 日 ( 旧暦 ) ( 1867 年 12 月 20 日 ) ) は 幕末 の 曹洞 宗 の 僧侶 、 武術 家 。 +1 宇都宮 公綱 ( うつのみや きん つな 、 乾元 ( 日本 ) 元年 ( 130 2 年 ) - 正平 ( 日本 ) 11 年 / 延文 元年 11 月 25 日 ( 旧暦 ) ( 1356 年 12 月 17 日 ) ) は 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +-1 延昌 ( えんしょう 、 元慶 4 年 ( 880 年 ) - 応和 4 年 1 月 15 日 ( 旧暦 ) ( 96 4 年 2 月 6 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +-1 笠懸 ( かさが け ) と は 、 疾走 する ウマ 上 から 的 に 鏑矢 ( かぶらや ) を 放 ち 的 を 射 る 、 日本 の 伝統 的 な 騎射 の 技術 ・ 稽古 ・ 儀式 ・ 様式 の こと 。 +-1 土豪 ( どごう ) と は 、 広義 に は 広域 を 支配 する 領主 や 在地 の 大 豪族 に 対 し て 、 特定 の 「 土地 の 小豪族 」 を さ す 。 +1 竹中 重利 ( たけなかしげと し 、 1562 年 ( 永禄 5 年 ) - 1615 年 12 月 6 日 ( 元和 ( 日本 ) 元年 10 月 16 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 武将 ・ 大名 。 +-1 牛頭 天王 ( ごず てんのう   ゴーシール シャ   go ś īr ş a ) は 、 もともと は インド の 神 で 祇園 精舎 の 守護 神 で あ る 。 +-1 渉成園 ( しょうせい えん ) は 、 京都 府 京都 市 下京 区 に あ る 真宗 大谷 派 本山 真宗 本 廟 ( 東本願 寺 ) の 飛地 境 内 地 。 +-1 侍所 ( さむらいどころ ) は 、 鎌倉 幕府 と 室町 幕府 に お い て 、 軍事 ・ 警察 を 担 っ た 組織 。 +-1 覚深 法 親王 ( かくしん ほっ しん の う 、 天正 16 年 5 月 5 日 ( 旧暦 ) ( 158 8 年 5 月 29 日 ) - 慶安 元年 1 月 21 日 ( 旧暦 ) ( 1648 年 3 月 15 日 ) ) は 、 江戸 時代 前期 の 真言 宗 の 僧 。 +1 谷 三十郎 ( た にさんじゅうろう 、 ? - 慶応 2 年 4 月 1日 ( 旧暦 ) ( 1866 年 5 月 15 日 ) ) は 新選 組 七 番 隊 組長 で 、 槍術 師範 で あ っ た と も さ れ る 。 +1 岩佐一亭 ( いわさ いって い 、 安永 ( 1779 年 ) 8 年 8 月 24 日 ) - 安政 5 年 ( 1858 年 ) 1 1 月 28 日 ) は 、 江戸 時代 後期 の 日本 の 書家 。 +1 源 頼親 ( みなもと の より ちか 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +-1 俳号 ( はいごう ) あるいは 俳名 ( はいめい 、 はいみょう ) と は 、 俳諧 あるいは 後 の 俳句 を 作 る 際 に 用い る 号 の こと で あ る 。 +-1 神社 ( じんじゃ ) と は 、 神道 信仰 に 基づ い て 作 ら れ た 宗教 施設 。 +-1 京都 府 ( きょうと ふ 、 英語 表記 : KyotoPrefecture ) は 、 日本 の 都 道 府 県 の 一 つ で 、 近畿 地方 に 属 する 。 +-1 高雲 寺 ( こううんじ ) は 、 京都 市 北 区 ( 京都 市 ) 雲ヶ畑 中畑 町 に あ る 臨済 宗 永源 寺 派 の 末寺 。 +-1 シタテルヒメ は 、 日本 神話 に 登場 する 神道 の 神 で あ る 。 +1 津村 禮次郎 ( つむら   れいじろう 、 1942 年 - ) は 能楽 師 。 +-1 天津 甕星 ( あまつみかぼし ) は 、 日本 神話 に 登場 する 星 の 神 ( 神道 ) で あ る 。 +1 源 仲政 ( みなもと の なかま さ 、 生没 年 未詳 ) は 平安 時代 末期 の 武将 ・ 歌人 。 +-1 密陀 絵 ( みつだ え ) は 、 絵画 技法 の 一 つ 。 +-1 坂田 神明宮 ( さかた しん めい ぐう ) は 滋賀 県 米原 市 近江町 に 鎮座 する 神社 で あ る 。 +1 土岐 頼遠 ( ときより とお 、 ? - 興国 3 年 / 康永 元年 12 月 1日 ( 旧暦 ) ( 1342 年 12 月 29 日 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +1 市村 辰之助 ( いちむら たつのすけ 、 弘化 3 年 ( 1846 年 ) - 明治 5 年 2 月 7 日 ( 旧暦 ) ( 1872 年 3 月 15 日 ) ) は 、 新撰 組 隊士 。 +-1 奈良 街道 ( なら かいどう ) ・ 大和 街道 ( やまと かいどう ) は 奈良 あるいは 大和 国 に 向か う 街道 の 総称 。 +1 雁金 準一 ( かりが ね じゅんいち 、 1879 年 ( 明治 12 年 ) 7 月 30 日 - 1959 年 ( 昭和 34 年 ) 2 月 21 日 ) は 、 明治 から 昭和 に かけ て の 棋士 ( 囲碁 ) 。 +1 『 古今 和 歌集 』 ( こきん わかしゅう ) と は 初めて の 勅撰 和 歌集 で あ る 。 +1 大蔵 善行 ( おおくら の よしゆき 、 天長 9 年 ( 832 年 ) - 延喜 21 年 ( 921 年 ) ? ) は 、 平安 時代 の 学者 。 +-1 僧坊 酒 ( そうぼうしゅ ) は 平安 時代 から 江戸 時代 に 至 る まで 、 大寺院 で 醸造 さ れ た 日本 酒 の 総称 。 +1 葛飾 北斎 ( 葛飾 北齋 、 かつ しか ほくさい 。 宝暦 10 年 9 月 23 日 ( 旧暦 ) ? 〈 17 60 年 10 月 31 日 ? 〉 - 嘉永 2 年 4 月 18 日 ( 旧暦 ) 〈 1849 年 5 月 10 日 〉 ) は 、 日本 の 近世 に あた る 江戸 時代 に 活躍 し た 浮世 絵 で あ り 、 とりわけ 後期 、 文化 ( 元号 ) ・ 文政 の 頃 ( 化 政 文化 ) を 代表 する 一人 。 +-1 味噌 汁 ( みそ しる ) は 、 出汁 に 野菜 や 魚介 類 など の 具 ( 「 実 」 と も 称 さ れ る ) を 加え 、 煮 て 、 味噌 で 調味 し た 日本 料理 。 +-1 御田 ( おた 、 み た 、 お みた 、 おんた 、 おんだ 、 おでん ) と は 、 寺社 や 皇室 等 が 所有 する 領田 の こと 、 また その 領田 で 行 わ れ る 行事 の こと も 指 す 。 +1 津田 梅子 ( つだうめこ 、 元治 元年 12 月 8 日 ( 旧暦 ) ( 1864 年 12 月 31 日 ) - 1929 年 ( 昭和 4 年 ) 8 月 16 日 ) は 、 明治 の 教育 者 。 +-1 跳び 六方 ( とびろっぽう ) と は 、 歌舞伎 に お い て 役者 の 舞台 から の 退場 時 、 大き く 横とび を し て 、 感動 を 高め る 演技 技 法 で あ る 。 +-1 雪 月花 ( せつげつ か 、 ゆき つきはな と も ) は 、 白居易 の 漢詩 「 寄殷 協律 」 の 一 句 「 雪 月 花 時 最憶 君 」 に よ る 語 。 +-1 川田 神社 ( かわた じんじゃ ) は 、 滋賀 県 湖南 市 甲西町 に 鎮座 する 神社 で あ る 。 +-1 班田 収授法 ( はんでんしゅうじゅ の ほう ) と は 、 古代 日本 に お い て 施行 さ れ た 農地 ( 田 ) の 支給 ・ 収容 に 関 する 法 体系 で あ る 。 +1 芹沢 鴨 ( せりざ わかも 、 芹澤 鴨 、 文政 10 年 ( 1827 年 ) ? - 文久 3 年 9 月 16 日 ( 旧暦 ) ( 1863 年 10 月 28 日 ) ) もしくは 9 月 18 日 ( 旧暦 ) ( 10 月 30 日 ) ) は 、 幕末 の 水戸 藩 浪士 、 新 選 組 ( 壬生 浪士 ) の 初代 筆頭 局長 。 +-1 主水司 ( しゅすいし ・ もいとり の つかさ ) は 律令 制 に お い て 宮内 省 に 属 する 機関 の 一 つ で あ る 。 +-1 風神 ( ふうじん ) 、 風 の 神 ( かぜ の かみ ) 、 風伯 ( ふうはく ) は 、 風 を 司 る 神 。 +-1 行 者 に は 、 次 の 意味 が あ る 。 +1 大友 氏 泰 ( おおと も うじやす 、 1321 年 ( 元亨 元年 ) - 1362 年 ( 正平 ( 日本 ) 17 年 / 貞治 元年 ) ) は 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +-1 ひれ 酒 ( ひれざけ ) は 、 日本 酒 の 飲 み方 の ひと つ 。 +-1 中山家 ( なかやま け ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +-1 皇円 ( こうえん 、 承保 元年 ( 1074 年 ) ? - 嘉応 元年 6 月 13 日 ( 旧暦 ) ( 1169 年 7 月 9 日 ) ? ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +1 藤原 雅正 ( ふじわら の まさただ 、 生年 未詳- 応和 元年 ( 96 1 年 ) ) は 、 平安 時代 中期 の 公家 ・ 歌人 。 +1 井田 武雄 ( いだ たけお 、 嘉永 4 年 ( 1851 年 ) 11 月 - 昭和 8 年 ( 1933 年 ) ) は 、 日本 の 医師 、 実業 家 。 +-1 打衣 ( うち ぎぬ ) は 、 十 二 単 で 着用 する 着物 の 一 つ 。 +1 源 潔姫 ( みなもと の きよひめ 、 弘仁 元年 ( 810 年 ) - 斉衡 3 年 ( 856 年 ) 6 月 25 日 ) は 、 嵯峨 天皇 の 皇女 。 +-1 令 集解 ( りょう の しゅうげ ) は 、 9 世紀 前半 ( 868 年 頃 ) に 編纂 さ れ た 養老 律令 の 注釈 書 。 +1 三善 長衡 ( みよし の なが ひら 、 仁安 ( 日本 ) 3 年 ( 1168 年 ) - 寛元 2 年 3 月 25 日 ( 旧暦 ) ( 1244 年 5 月 3 日 ) は 、 鎌倉 時代 初期 の 官人 。 +-1 駒沢 利斎 ( こまざわ   りさい ) は 千家 十 職 の 一 つ 。 +1 呂宋 助左衛門 ( るそんすけざえもん 、 永禄 8 年 ( 1565 年 ) ? - 没年 不詳 ) は 、 戦国 時代 ( 日本 ) の 和泉 国堺 市 の 貿易 商人 で あ る 。 +-1 日本 国 に おけ る 古代 ・ 中世 の 荘園 や 荘園 公領 制 下 の 村落 の 領主 で あ る 権門 勢家 や 在地 の 地頭 たち は 、 その 領域 ( 国家 ) を 明確 に し て 支配 の 正統 性 を 主張 し て い た 。 +-1 賀静 ( が しょう 、 仁和 3 年 ( 887 年 ) - 康保 4 年 1 月 9 日 ( 旧暦 ) ( 96 7 年 2 月 20 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +-1 大原 雑魚 寝 ( おおはら ざこね ) は 、 節分 の 夜 、 京都 府 愛宕 郡 大原 村井出 ( 京都 市 左京 区 大原野村 町 ) の 江文 神社 で 雑魚 寝 し た 風習 で あ る 。 +1 藤原 宗円 ( ふじわら   の そうえん 、 長元 6 年 ( 10 33 年 ) 又 は 長久 4 年 ( 1043 年 ) - 天永 2 年 10 月 18 日 ( 旧暦 ) ( 1111 年 11 月 20 日 ) は 平安 時代 後期 の 人物 。 +1 二条 重良 ( に じょう しげよし 、 宝暦 元年 11 月 8 日 ( 旧暦 ) ( 175 1 年 12 月 25 日 ) - 明和 5 年 7 月 2 日 ( 旧暦 ) ( 1768 年 8 月 13 日 ) ) は 江戸 時代 の 公家 。 +1 紅梅 ( こうばい ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 範俊 ( はんしゅん 、 長暦 2 年 ( 10 38 年 ) - 天永 3 年 4 月 24 日 ( 旧暦 ) ( 1112 年 5 月 21 日 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +-1 竜田 姫 ( たつたひめ ) は 日本 の 秋 の 神 。 +-1 宇治 駅 ( うじ えき ) は 、 京都 府 宇治 市 に あ る 、 京阪 電気 鉄道 京阪 宇治 線 の 鉄道 駅 。 +1 日本 現報 善 悪 霊異記 / 日本 国 現報 善 悪 霊異記 ( に ほん こくげん ほう ぜん あくりょういき ) は 、 平安 時代 初期 に 書 か れ た 日本 最古 の 説話 集 で あ る 。 +1 奥平信昌 ( おくだいら のぶまさ ) は 戦国 時代 ( 日本 ) から 江戸 時代 に かけ て の 武将 。 +1 二 条為 氏 ( に じょう ためうじ 、 貞応 元年 ( 1222 年 ) - 弘安 9 年 9 月 14 日 ( 旧暦 ) ( 1286 年 10 月 3 日 ) ) は 、 鎌倉 時代 中期 の 公卿 ・ 歌人 。 +1 有地 品 之允 ( ありちしな の じょう 、 1843 年 4 月 14 日 ( 天保 14 年 3 月 15 日 ( 旧暦 ) ) - 1919 年 ( 大正 8 年 ) 1 月 17 日 ) は 日本 の 海軍 軍人 、 政治 家 。 +1 松井 興長 ( まつい お きな が 、 天正 10 年 ( 15 82 年 ) - 寛文 元年 ( 1661 年 ) ) は 、 安土 桃山 時代 、 江戸 時代 の 人物 。 +1 加東 大介 ( かとう だいすけ 、 1911 年 2 月 18 日 - 1975 年 7 月 31 日 ) は 東京 都 生まれ の 俳優 。 +-1 血脈 相承 ( けちみゃく ・ そうじょう 、 そうしょう ) は 、 仏教 に お い て 、 法 ( 仏教 ) が 師 から 、 弟子 へ と 相続 さ れ る こと を 、 人体 に おけ る 血液 の 流れ に 譬え た 語 。 +-1 白粉 婆 ( おしろ い ばばあ 、 おしろ い ばば ) また は 白粉 婆 さん ( おしろ い ばあ さん ) は 、 奈良 県 吉野 郡 十津川 流域 に 伝わ る 老婆 の 妖怪 。 +1 宇多 天皇 ( うだてんのう 、 貞観 9 年 5 月 5 日 ( 867 年 6 月 10 日 ) - 承平 元年 7 月 19 日 ( 93 1 年 9 月 3 日 ) ) は 、 日本 の 第 59 代 天皇 ( 在位 : 仁和 3 年 11 月 17 日 ( 887 年 12 月 5 日 ) - 寛平 9 年 7 月 3 日 ( 897 年 8 月 4 日 ) ) 。 +-1 大王 ( おおきみ ) と は 、 一般 に 3 世紀 後半 から 7 世紀 末頃 、 古墳 時代 から 飛鳥 時代 に かけ て の ヤマト 王権 ( 倭国 ) の 首長 を 指 し て い う 歴史 用語 。 +1 平将門 ( たいら の まさかど 平 將門 、 延喜 3 年 ( 90 3 年 ) ? - 天慶 3 年 2 月 14 日 ( 旧暦 ) ( 940 年 3 月 25 日 ) ) は 、 平安 時代 中期 の 武将 。 +-1 薙鎌 ( なぎ がま 、 ないか ま ) は 、 長 さ 七 尺 程度 ( 約 210 cm ) の 円柱 の 木棒 を 柄 と し 、 刃 を 手前 に し た 短 い 直刀 を 柄 の 先端 に 直角 に 付け た 武器 。 +1 行賀 ( ぎょう が 、 天平 元年 ( 729 年 ) - 延暦 22 年 2 月 8 日 ( 旧暦 ) ( 80 3 年 3 月 4 日 ) ) は 、 奈良 時代 の 僧 。 +-1 新 幹線 ( しんかんせん ) は 、 旧 日本 国 有 鉄道 ( 国鉄 ) が 1964 年 ( 昭和 39 年 ) 10 月 1日 に 営業 運転 を 始め た 東海道 新 幹線 を 初 の 路線 と し 、 現在 JR グループ が 運行 する 高速 鉄道 路線 および それ に 用い られ る 車両 、 並び に 関連 する 鉄道 輸送 システム 全体 を も 指 す 呼称 で あ る 。 +-1 山伏 ( やまぶし ) と は 、 山 の 中 を ひたすら 歩 き 、 修行 を する 修験 道 の 行者 。 +1 吉村 公三郎 ( よしむら こうざ ぶろう 、 1911 年 9 月 9 日 - 2000 年 11 月 7 日 ) は 、 昭和 期 の 映画 監督 。 +-1 傘福 ( かさふく ) と は 、 山形 県 酒田 市 周辺 で 飾 ら れ る つるし 飾り 。 +1 成 石平四郎 ( な るいしへいしろう 、 18 82 年 8 月 12 日 - 19 11 年 1 月 24 日 ) は 社会 主義 者 。 +-1 お 雇 い ( 御雇 ) 外国 人 ( おやと いがいこく じん ) と は 、 幕末 以降 明治 初期 に 、 「 殖産 興業 」 など を 目的 と し て 、 欧米 の 先進 技術 や 学問 、 制度 を 輸入 する ため に 雇用 さ れ た 欧米 人 の こと で あ る 。 +1 伊勢 貞興 +-1 十 条 駅 ( じゅう じょう えき ) は 、 京都 府 京都 市 南区 _ ( 京都 市 ) に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +1 上 杉 房定 ( うえすぎふ さ さだ 、 永享 5 年 ( 1433 年 ) ? - 明応 2 年 10 月 17 日 _ ( 旧暦 ) ( 1494 年 11 月 14 日 ) ) は 、 室町 時代 ・ 戦国 時代 ( 日本 ) の 人物 。 +-1 日本 三 大 天神 ( にほん さんだい てんじん ) と は 、 日本 の 代表 的 な 3 ヶ所 の 天満 宮 の 総称 で あ る 。 +-1 木食養 阿 ( もくじ き ようあ 、 生年 不詳- 宝暦 13 年 11 月 21 日 ( 旧暦 ) ( 1763 年 12 月 25 日 ) ) は 、 江戸 時代 中期 の 真言 宗 の 僧 。 +-1 寂如 ( じゃくにょ 、 慶安 4 年 ( 1651 年 ) - 享保 10 年 8 月 15 日 ( 旧暦 ) ( 1725 年 8 月 15 日 ) ) は 、 江戸 時代 前期 の 浄土 真宗 の 僧 。 +-1 京都 青年 師範 学校 ( きょう と せいねんしはん がっこう ) は 、 1944 年 ( 昭和 19 年 ) に 設立 さ れ た 青年 師範 学校 で あ る 。 +-1 京都 御苑 ( きょう と ぎょえん ) は 京都 府 京都 市 上京 区 に あ る 国民 公園 。 +-1 土蜘蛛 ( つちぐも ) と は 、 実在 する クモ の 名前 で は な い 。 +-1 焼酎 ( しょうちゅう ) と は 酒類 の うち 蒸留 酒 の 一種 で あ る 。 +1 石川 盛義 ( いしかわ もり よし 、 生年 不詳 - 文保 2 年 8 月 2 日 ( 旧暦 ) ( 1318 年 8 月 28 日 ) ) は 、 鎌倉 時代 の 武将 。 +-1 占事 略 决 ( せん じ りゃっけつ 、 せん じりゃく けつ ) は 、 平安 時代 の 陰陽 師 ・ 安倍 晴明 が 撰 し た と さ れ る 、 現存 最古 の 陰陽 道 に 関 する 書物 で あ る 。 +-1 野口 王墓 ( のぐち の おう の はか ) は 、 奈良 県 明日香 村 に 所在 する 古墳 時代 終末 期 の 八角 墳 で あ る 。 +1 美泉 定山 ( みいずみ じょうざん 、 文化 ( 元号 ) 2 年 ( 180 5 年 ) - 明治 10 年 ( 1877 年 ) 11 月 4 日 ) は 、 備前 国 ( 現在 の 岡山 県 ) 出身 の 僧侶 。 +-1 久多 ( くた ) は 京都 府 京都 市 左京 区 の 最北端 に 位置 する 地名 で あ る 。 +1 因幡 国造 浄成女 ( いなば の くにのみやつこ きよなり の むすめ 、 ? - 延暦 15 年 ( 796 年 ) 10 月 15 日 ( 旧暦 ) ) は 奈良 時代 から 平安 時代 初頭 に かけ て の 人物 。 +1 入唐 求法 巡礼 行 記 ( にっとう ぐ ほうじゅん れい こうき ) と は 、 9 世紀 の 日本 人 僧 で 、 最後 の 遣唐 使 ( 承和 ) に おけ る 入唐 請益 僧 で あ る 円仁 ( 794 年 ‐ 864 年 ) の 旅行 記 で あ る 。 +1 大伴 坂上 二嬢 ( さかの うえ の お と いらつめ 、 生没年 不詳 ) は 、 大伴 宿奈 麻呂 と 大伴 坂上郎 女 の 間 の 次女 。 +-1 大岩山 ( おお いわやま ) と は 、 京都 府 京都 市 伏見 区 と 山科 区 南西部 に またが る 山 。 +1 勧修 寺 経直 ( かじゅうじつね なお 、 生年 不明- 文安 6 年 3 月 13 日 ( 旧暦 ) ( 1449 年 4 月 5 日 ) ) は 、 室町 時代 の 公家 ( 公卿 ) 。 +1 桂 離宮 ( かつら りきゅう ) は 京都 市 西京 区 桂 に あ る 離宮 ( 離宮 と は 皇居 と は 別 に 設け た 宮殿 の 意 ) で あ る 。 +1 尭孝 ( ぎょうこう 、 明徳 2 年 / 元中 8 年 ( 1391 年 ) - 康正 元年 7 月 5 日 ( 旧暦 ) ( 1455 年 8 月 17 日 ) ) は 、 室町 時代 中期 の 僧 ・ 歌人 。 +1 橘大郎女 ( たちばな の おお いらつめ 、 生没年 不詳 ) は 、 聖徳 太子 の 妃 。 +-1 JAL 音 舞台 シリーズ ( じゃる おと ぶたい しりーず ) は 、 毎年 9 月 頃 に 京都 ・ 奈良 の 歴史 建造 建物 で あ る 寺院 を 舞台 に 、 国内 ・ 海外 の 一流 アーティスト を 招 い て 行 わ れ る コンサート で あ る 。 +1 多聞院 日記 ( た もんいん にっき ) は 奈良 興福寺 の 塔頭 多聞 院 に お い て 、 文明 _ ( 日本 ) 10 年 ( 1478 年 ) から 元和 ( 日本 ) 4 年 ( 1618 年 ) に かけ て 140 年 も の 間 、 僧 の 英俊 を 始め 、 三 代 の 筆者 に よ っ て 延々 と 書き継 が れ た 日記 。 +1 石川 光貞 ( いしかわ みつ さだ 、 生年 不詳 - 文永 6 年 2 月 2 日 ( 1269 年 3 月 13 日 ) ) は 、 鎌倉 時代 の 武将 。 +1 凡海 麁 鎌 ( おおあま の あらかま 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 末吉 孫左衛門 ( すえよしまござえもん 、 元亀 元年 ( 1570 年 ) - 元和 ( 日本 ) 3 年 3 月 26 日 ( 旧暦 ) ( 161 7 年 5 月 1日 ) ) は 、 江戸 時代 初期 に 朱 印船 貿易 で 活躍 し た 大坂 の 大 商人 。 +-1 『 観無 量 寿経疏 』 ( かんむりょう じゅ きょうしょ ) は 、 中国 の 善導 が 撰述 し た 注釈 書 。 +-1 東亞 キネマ 株式 會社 ( とうあ - 、 1923 年 設立 - 1932 年 11 月 買収 ) は 、 かつて 存在 し た 日本 の 映画 会社 で あ る 。 +-1 源智 ( げんち 、 寿永 2 年 ( 1183 年 ) - 暦仁 元年 12 月 12 日 ( 旧暦 ) ( 1239 年 1 月 18 日 ) ) は 、 鎌倉 時代 前期 の 浄土 宗 の 僧 。 +1 飯 富季貞 ( おぶす えさだ / 源季貞 ( みなもとの すえさだ ) 、 生没年 不詳 ) は 、 平安 時代 末期 の 武将 ・ 歌人 。 +-1 和佐範遠 ( わさのりと お ) は 、 江戸 時代 前期 の 紀州 藩士 。 +1 大槻 俊斎 ( おおつき しゅんさい 、 文化 ( 元 号 ) 3 年 ( 180 6 年 ) - 文久 2 年 4 月 9 日 ( 旧暦 ) ( 1862 年 5 月 7 日 ) ) は 、 幕末 の 蘭方 医 。 +1 山田 春隆 ( やまだ はるたか 、 生没年 不詳 ) は 新 選 組 の 前身 、 壬生 浪士 組 の 隊士 で あ る 。 +-1 西洞院 通 ( にし の とういんどおり ) は 京都 市 の 南北 の 道路 の 一 つ 。 +-1 二俣 駅 ( ふたまた えき ) は 、 京都 府 福知 山 市 大江町 ( 京都 府 ) 二俣 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮 福線 の 鉄道 駅 。 +-1 新庄 二塚 古墳 ( しんじょう ふたづか こふん ) は 、 奈良 県 葛城 市 ( 旧 北葛城 郡 新庄 町 ) に あ る 古墳 で 、 国 の 史跡 に 指定 さ れ て い る 。 +1 櫻間 伴馬 ( さくらまばんま 、 1835 年 ( 天保 6 年 ) - 1917 年 ( 大正 6 年 ) ) は 、 シテ 方 金 春 流能 楽師 。 +-1 法華 経 ( ほけ きょう 、 ほっけ きょうと も ) は 、 大乗 仏教 の 経典 「 サッダルマ ・ プンダリーカ ・ スートラ ( saddharmapuNDariika - suutra ) 」 ( 「 正し い 教え で あ る 白 い 蓮 の 花 」 の 意 ) の 漢訳 で の 総称 。 +1 岩佐 又兵衛 ( いわ さまたべえ 、 天正 6 年 ( 1578 年 ) - 慶安 3 年 6 月 22 日 ( 旧暦 ) ( 1650 年 7 月 20 日 ) は 、 江戸 時代 初期 の 絵師 。 +1 平国香 ( たいら の くに か 平國 香 、 生年 未詳 - 承平 ( 日本 ) 5 年 ( 935 年 ) 2 月 ( 旧暦 ) ) は 、 平安 時代 中期 の 武将 。 +-1 宇川 温泉 ( うかわ おんせん ) は 、 京都 府 京丹後 市 丹後町 に あ る 温泉 。 +1 九条 稙 通 ( くじょう たねみち 、 永正 4 年 1 月 11 日 ( 旧暦 ) ( 150 7 年 2 月 22 日 ) - 文禄 3 年 1 月 5 日 ( 旧暦 ) ( 1594 年 2 月 24 日 ) ) は 、 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 関白 ・ 古典 学 者 。 +-1 アオノリ ( 青海苔 、 英 greenlaver ) は 緑藻 類 アオサ 科 アオノリ 属 ( Enteromorpha ) の 海藻 で 、 スジアオノリ 、 ウスバアオノリ 、 ヒラアオノリ 、 ボウアオノリ など の 総称 。 +-1 鳴釜 ( な りかま 、 なりがま ) また は 釜鳴 ( か まなり ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +1 神世 七 代 ( かみ の よ なな よ ) と は 、 日本 神話 で 、 天地 開闢 ( 日本 神話 ) の とき 生成 し た 七代 の 神 の 総称 。 +-1 鬼 ( おに ) は 、 日本 の 妖怪 。 +1 藤原 頼通 ( ふじわら の より みち 、 正暦 3 年 ( 992 年 ) - 承保 元年 2 月 2 日 ( 旧暦 ) ( 1074 年 3 月 2 日 ) ) は 、 平安 時代 の 公卿 ・ 廷臣 。 +-1 本項 京都 市 左京 区 の 町名 ( きょう とし さ きょうく の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +1 冷泉 為和 ( れいぜいため か ず 、 文明 ( 日本 ) 18 年 ( 1486 年 ) - 天文 ( 元号 ) 18 年 7 月 10 日 ( 旧暦 ) ( 1549 年 8 月 3 日 ) ) は 室町 時代 の 公卿 、 歌人 。 +1 藤原 定子 ( ふじわら の ていし / さだこ ) 、 貞元 ( 日本 ) 2 年 ( 977 年 ) ― 長保 2 年 12 月 16 日 ( 旧暦 ) ( ユリウス 暦 100 1 年 1 月 13 日 ) ) は 、 平安 時代 、 第 66 代 一 条 天皇 の 中宮 、 のち 皇后 ( 享年 は 同 時代 の 公卿 藤原 行成 の 日記 『 権記 』 に よ る 。 +1 稲葉 正発 ( いなば まさのり 、 享和 元年 9 月 21 日 ( 旧暦 ) ( 180 1 年 10 月 28 日 ) - 文政 6 年 6 月 21 日 ( 旧暦 ) ( 1823 年 7 月 28 日 ) ) は 、 山城 国 淀藩 の 第 9 代 藩 主 。 +-1 相撲 ( すもう ) は 日本 古来 の 神事 や 祭り で あ る 。 +1 藤原 顕季 ( ふじわら の あきすえ 、 天喜 3 年 ( 1055 年 ) - 保安 ( 元号 ) 4 年 9 月 6 日 ( 旧暦 ) ( 1123 年 9 月 27 日 ) ) は 、 平安 時代 後期 の 貴族 。 +1 外戚 ( がいせき ) と は 皇帝 、 王 の 母親 又 は 妃 の 一族 の 事 で あ る 。 +-1 民家 ( みんか ) と は 、 一般 の 庶民 が 暮ら す 住まい の こと 。 +-1 西吉野 温泉 ( にし よしの おんせん ) は 、 奈良 県 五條 市 西 吉野 町 城戸 ( 旧 西 吉野村 ) ( 旧 国 大 和国 ) に あ る 温泉 。 +1 後二 条 師 通記 ( ご に じょう もろみちき ) は 、 平安 時代 後期 に 活躍 し た 藤原 師通 の 記 し た 日記 。 +1 橋本 勘五郎 ( はしもと かんご ろ う 、 文政 5 年 ( 1822 年 ) - 明治 30 年 ( 1897 年 ) ) は 、 江戸 時代 末期 から 明治 時代 に かけ て 活躍 し た 肥後 藩 の 石工 で あ る 。 +-1 神具 ( しんぐ ) と は 、 神道 の 祭祀 に 用い られ る 道具 また は 器具 を い う 。 +-1 初陣 ( ういじん ) は 日本 に おけ る 武士 階級 の 子弟 が 初めて 戦闘 行為 に 参加 する こと を い う 。 +-1 低 濃度 酒 ( ていのうどしゅ ) と は 、 近年 開発 さ れ た アルコール 度 数 13 度 以下 、 平均 的 に は 8 度 前後 の 日本 酒 の こと で あ る 。 +1 藤原 清廉 ( ふじわらの きよ かど 生没年 不詳 ) は 、 平安 時代 中期 の 下級 官人 。 +-1 経津 主神 ( ふつぬし の かみ ) は 日本 神話 に 登場 する 神 で あ る 。 +-1 水切り ( みずきり ) +1 小川 宮 ( おがわ の みや 、 応永 11 年 ( 140 4 年 ) 6 月 - 応永 32 年 2 月 16 日 ( 旧暦 ) ( 142 5 年 3 月 6 日 ) ) は 、 室町 時代 の 日本 の 皇族 。 +-1 台湾 出兵 ( たいわん しゅっぺい ) は 、 1874 年 ( 明治 7 年 ) に 明治 政府 が 行 っ た 台湾 へ の 軍事 出兵 で あ る 。 +-1 嵐山本線 ( あらしやま ほんせん ) は 、 京都 府 京都 市 下京 区 の 四条 大宮 駅 から 右京 区 の 嵐山 駅 ( 京福 電気 鉄道 ) まで を 結 ぶ 京福 電気 鉄道 の 路線 。 +-1 大極 殿 ( だい ごくでん ) は 、 古代 の 朝廷 の 正殿 。 +-1 天文道 ( てんもん どう ) と は 、 天文 現象 の 異常 ( 天文 異変 / 天変 現象 ) を 観測 ・ 記録 し 、 その 地上 へ の 影響 に つ い て 研究 する 古代 の 学問 。 +-1 桜湯 ( さくらゆ ) と は 、 塩漬け に し た サクラ の 花 を 湯 に 入れ た 飲み物 。 +-1 真紹 ( しんしょう 、 延暦 16 年 ( 797 年 ) - 貞観_ ( 日本 ) 15 年 7 月 7 日 ( 旧暦 ) ( 873 年 8 月 3 日 ) ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +1 近衛 尚嗣 ( このえ   ひさつ ぐ 、 元和 ( 日本 ) 8 年 3 月 10 日 ( 旧暦 ) ( 1622 年 4 月 20 日 ) - 承応 2 年 7 月 19 日 ( 旧暦 ) ( 1653 年 9 月 10 日 ) ) は 、 江戸 時代 前期 の 公家 。 +-1 命婦 ( みょうぶ ) と は 、 律令 制 日本 の 律令 制下 の 日本 に お い て 従 五 位 下 以上 の 位 階 を 有 する 女性 、 ないし 官人 の 妻 の 地位 を 示 す 称号 。 +-1 院庁 ( いんの ちょう ) は 、 日本 の 古代 ・ 中世 に お い て 、 院政 を 布 い た 太上 天皇 直属 の 政務 機関 、 また は 女院 の 所務 沙汰 ・ 雑務 沙汰 を 処理 し た 機関 。 +1 長尾 雨山 ( なが おうざん 、 元治 元年 9 月 18 日 ( 旧暦 ) ( 1864 年 10 月 18 日 ) - 昭和 17 年 ( 1942 年 ) 4 月 1日 ) は 、 明治 期 の 日本 の 漢学 者 ・ 書家 ・ 文人 画 ・ 篆刻 家 で あ る 。 +-1 共同 運輸 会社 ( きょうどう うんゆ がいしゃ ) は 、 三井 財閥 など の 反三菱 財閥 勢力 が 投資 しあ い 、 東京 風帆船 会社 ・ 北海道 運輸 会社 ・ 越中 風 帆船 会社 の 三 社 が 合併 し て 18 82 年 7 月 に 創立 さ れ た 船 会社 。 +1 織田 一磨 ( おだ かずま 、 18 82 年 11 月 11 日 - 1956 年 3 月 18 日 ) は 明治 期 から 昭和 期 の 芸術 家 、 版画 家 。 +-1 夷千 島 王 遐叉 ( えぞち しま おう か しゃ 又 は えぞ がちしま おう か ひ 、 えぞ がちしま お う カユー と も ) と は 、 14 82 年 に 李 氏 朝鮮 に 対 し て 高麗 八 萬 大蔵 経 を 求め る 使者 を 送 っ た 名義 人 で あ る 。 +-1 百 度 参り ( ひゃく ど まいり ) は 、 日本 の 民間 信仰 で 、 神仏 に 祈願 する ため に 同一 の 社寺 に 百 度 参拝 する こと で あ る 。 +-1 トロッコ 保津 峡 駅 ( トロッコ ほづ きょう えき ) は 、 京都 府 京都 市 西京 区 嵐山 北 松尾山 に あ る 、 嵯峨野 観光 鉄道 嵯峨野 観光 鉄道 嵯峨野 観光 線 の 鉄道 駅 。 +-1 うい ろう ( 外郎 ) は 蒸 し 菓子 の 一 つ 。 +1 土 御 門 藤子 ( つちみかど ふじこ 、 1842 年 ( 天保 13 年 ) ? - 1875 年 ( 明治 8 年 ) 7 月 13 日 ) は 、 江戸 時代 後期 ~ 幕末 の 公家 の 女性 、 女官 、 大奥 女 中 。 +1 川端 茅舎 ( かわばた ぼうしゃ 、 1897 年 8 月 17 日 - 1941 年 7 月 17 日 ) は 、 東京 都 日本橋 蛎殻町 出身 の 日本 の 俳人 、 画家 。 +-1 黒川 能 ( くろかわ のう ) と は 、 山形 県 の 鶴岡 市 に 伝わ る 伝統 芸能 。 +1 元 親 夫人 ( もとちか ふじん 、 生年 不詳 - 天正 11 年 7 月 22 日 ( 1583 年 ) ) は 、 戦国 時代 ( 日本 ) の 女性 。 +-1 採訪 処置 使 ( さいほうしょちし ) は 、 中国 ・ 唐代 の 官名 で あ る 。 +-1 丹後 海陸 交通 株式 会社 ( たんご かいりく こうつう ) は 、 京都 府 宮津 市 ・ 京丹後 市 ・ 与謝 郡 など 丹後 半島 周辺 地域 で 路線 バス ・ 船舶 ・ ケーブルカー および リフト を 運営 し て い る 会社 。 +1 玉城 織衛 ( たまき おりえ ) は 、 豊後 国 ( 現 大分 県 ) 出身 の 幕末 の 直心 影 流 剣術 の 剣客 。 +-1 兵法 家 と は 、 以下 を 意味 する 。 +1 木沢 長政 ( きざわ なが まさ 、 明応 2 年 ( 1493 年 ) ? - 天文 ( 元号 ) 11 年 3 月 17 日 ( 旧暦 ) ( 1542 年 4 月 2 日 ) ) は 、 戦国 時代 ( 日本 ) の 人物 。 +1 小山   秀朝 ( おやま   ひでと も 、 ? - 13 35 年 8 月 2 日 ( 建武 ( 日本 ) 2 年 7 月 13 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +-1 二 月 騒動 ( に がつ そうどう ) は 、 鎌倉 時代 の 1272 年 ( 文永 9 年 ) 2 月 に 起こ っ た 事件 。 +-1 峰山 駅 ( みねやま えき ) は 、 京都 府 京丹後 市 峰山 町 に あ る 、 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +-1 竺雲 等 連 ( じく うんとう れん 、 永徳 3 年 / 弘和 3 年 ( 1383 年 ) - 文明 ( 日本 ) 3 年 1 月 7 日 ( 旧暦 ) ( 14 7 1 年 1 月 27 日 ) ) は 、 室町 時代 中期 の 臨済 宗 の 僧 。 +-1 新 丸太町 通 ( しん まるたまち どおり ) は 京都 市 左京 区 の 南北 の 通り の 一 つ 。 +-1 保長 ( ほちょう ) と は 、 古代 日本 の 律令 制 で 設置 さ れ た 五保 の 長 。 +1 藤原 長岡 ( ふじわら の ながおか 、 786 年 ( 延暦 5 年 ) - 849 年 ( 嘉祥 2 年 ) ) は 、 平安 時代 前期 の 官僚 。 +-1 凹石 ( くぼみ いし ) と は 、 こぶし 大 の 円礫 ・ 楕 円 礫 の ほぼ 中央 に 浅 い 凹み を も つ 礫 石器 。 +1 高向 玄理 ( たかむ この くろまろ 、 生年 不詳 - 白雉 5 年 ( 654 年 ) ) は 飛鳥 時代 の 学者 。 +1 武田 勝頼 ( たけだ かつより ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 甲斐 国 の 武将 ・ 戦国 大名 。 +-1 本能 寺 の 変 ( ほんのうじ の へん ) は 、 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) 、 織田 信長 の 重臣 明智光 秀 が 謀反 を 起こ し 、 京都 ・ 本能 寺 に 宿泊 し て い た 主君 信長 を 襲 い 、 自殺 さ せ た 事件 。 +1 日高見 国 ( ひたかみ の くに ) は 、 『 日本 書紀 』 に 登場 する 、 現在 の 東北 地方 ( 岩手 県内 の 北上川 流域 ) に あ っ た 蝦夷 の 国 ( 地方 勢力 圏 ) で あ る 。 +1 上杉 景勝 ( うえすぎ かげ かつ ) / 長尾 顕景 ( ながお あきかげ ) また は 長尾 景勝 ( ながおかげ かつ ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 大名 。 +1 植松 雅永 ( うえまつ まさな が 、 承応 3 年 10 月 23 日 ( 旧暦 ) ( 1654 年 12 月 1日 ) - 宝永 4 年 12 月 16 日 ( 旧暦 ) ( 170 8 年 1 月 8 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +-1 涅槃 会 ( ね はんえ ) は 、 涅槃 講 や 涅槃 忌 と も 称 し 、 陰暦 2 月 15 日 ( 旧暦 ) 、 釈迦 の 入滅 ( にゅうめつ ) の 日 に 、 日本 や 中国 など で 勤修 さ れ る 、 釈迦 の 遺徳 追慕 と 報恩 の ため の 法要 で あ る 。 +1 万里小路 正房 ( まで の こうじ なおふ さ 、 享和 2 年 12 月 1日 ( 旧暦 ) ( 180 2 年 12 月 25 日 ) - 安政 6 年 10 月 22 日 ( 旧暦 ) ( 1859 年 11 月 16 日 ) ) は 、 幕末 の 公家 。 +1 一条 内経 ( いちじょう うち つね 、 正応 4 年 7 月 17 日 ( 旧暦 ) ( 1291 年 8 月 12 日 ) - 正中 ( 日本 ) 2 年 10 月 1日 _ ( 旧暦 ) ( 1325 年 11 月 7 日 ) ) は 、 鎌倉 時代 後期 の 公卿 ・ 歌人 。 +1 後 嵯峨 天皇 ( ご さ が てんのう 、 承久 2 年 2 月 26 日 ( 1220 年 4 月 1日 ) - 文永 9 年 2 月 17 日 ( 1272 年 3 月 17 日 ) ) は 、 鎌倉 時代 の 第 88 代 天皇 ( 在位 : 仁治 3 年 1 月 20 日 ( 1242 年 2 月 21 日 ) - 寛元 4 年 1 月 29 日 ( 1246 年 2 月 16 日 ) ) 。 +-1 築 地 塀 ( ついじ べい ) と は 泥土 を つき固め て 作 っ た 塀 。 +-1 阿波 和 三 盆糖 ( あわわ さん ぼん とう ) は 、 徳島 県 で 生産 し た 和三 盆 で 、 伝統 的 に 生産 さ れ て い る 砂糖 の 一種 。 +1 佐久間 信盛 ( さくま のぶもり ) は 、 安土 桃山 時代 の 武将 。 +-1 関西 歌舞伎 ( かんさい かぶ き ) +-1 神体山 ( しんたいさん ) と は 主に 神道 に お い て 神 ( 神道 ) が 宿 る と さ れ る 山岳 信仰 や 神奈備 ( かむなび ・ 神々 が 神留 ま る 森林 を 抱 く 山 ) の 山 を い う 。 +-1 山上 藩 ( やま かみ はん ) は 、 近江 国 ( 現在 の 滋賀 県 東近江 市 山上 町 ) に 存在 し た 藩 。 +1 後深草 院 二条 ( ご ふ か くさ いん の に じょう 、 正嘉 2 年 ( 1258 年 ) - 没年 不詳 ) は 鎌倉 時代 の 女性 。 +-1 金鵄 勲章 ( きん し くんしょう ) は 、 日本 の 勲章 の 一 つ 。 +-1 1918 年 米 騒動 ( 19 1 8 ねん こめ そうどう ) と は 、 近世 から 近代 に かけ て の 日本 に おけ る 米 価格 急騰 に ともな う 暴動 。 +-1 将軍継嗣 問題 ( しょうぐん けい し もんだい ) と は 、 幕府 の 次期 征夷 大将軍 ( 将軍 ) の 選定 を 巡 る 政争 。 +-1 交替 式 ( こうたいしき ) は 、 日本 の 律令 官吏 が 交替 する 際 の 事務 引継ぎ に 関 する 法規 集 で あ る 。 +-1 愛国 公党 ( あいこく こうとう ) は 、 最初 の 自由 民権 運動 の 政治 結社 。 +-1 親子 丼 ( おやこ どん 、 おやこ どんぶり ) と は 、 鶏肉 、 玉 ねぎ など を 割り下 で 煮 て 鶏卵 で と じ 、 ご飯 の 上 に 乗せ た 料理 で 丼物 の 一種 。 +-1 廃藩 置県 ( はいはん ちけん ) と は 明治 維新 期 の 明治 4 年 7 月 14 日 ( 旧暦 ) ( 18 71 年 8 月 29 日 ) に 、 明治 政府 が それ まで の 藩 を 廃止 し て 地方 統治 を 中央 管下 の 府 と 県 に 一元 化 し た 行政 改革 で あ る 。 +1 胆香 瓦 安倍 ( いかご の あへ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 源 師頼 ( みなもと の もろ より 、 治暦 4 年 ( 1068 年 ) - 保延 5 年 12 月 4 日 ( 旧暦 ) ( 1139 年 12 月 26 日 ) ) は 、 平安 時代 後期 の 公卿 ・ 歌人 。 +-1 掃部 寮 ( かもんりょう ) は 、 律令 制 日本 の 律令 制 に お い て 宮内 省 に 属 する 令外 官 。 +-1 御 膳酒 ( ごぜん しゅ ) と は 、 江戸 時代 の 日本 に お い て 征夷 大将軍 や 大名 など 、 いわゆる 殿 様 の 飲用 と し て 醸造 ・ 納品 さ れ た 日本 酒 を い う 。 +-1 京都 府 立 図書 館 は 京都 府 京都 市 左京 区 に あ る 府立 図書 館 で あ る 。 +1 万里小路 宣房 ( まで の こうじ の ぶふさ 、 正嘉 2 年 ( 1258 年 ) - 貞和 4 年 / 正平 ( 日本 ) 3 年 10 月 18 日 ( 旧暦 ) ( 1348 年 11 月 9 日 ) ? ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) の 公家 で あ る 。 +-1 勤行 ( ごんぎょう ) は 、 精進 の こと 。 +-1 総 大将 ( そうだいしょう ) と は 、 一軍 以上 編成 する 軍団 に お い て 全軍 を 指揮 する 大将 の こと 。 +-1 硯 の 魂 ( すずり の たましい ) また は 硯 の 精 ( すずり の せい ) は 、 鳥山 石燕 の 妖怪 画 集 『 今昔 百 鬼 拾遺 』 に あ る 付喪神 ( 器物 が 変化 し て 生まれ た 妖怪 ) の 一 つ 。 +-1 大兄 ( おおえ ) と は 、 6 世紀 前期 から 7 世紀 中期 まで の 倭 ( 日本 ) に お い て 、 一部 の 有力 な 皇子 が 持 っ た 呼称 ・ 称号 で あ る 。 +1 矢 部 定政 ( やべ さだまさ 、 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 で 織田 信長 、 後 に 豊臣 秀吉 家臣 。 +1 彦人 大 兄命 ( ひこ ひ と おおえの みこと ) また は 大江 王 は 、 古墳 時代 の 皇族 。 +1 吉良 義信 ( きら よしのぶ 、 生没年 不詳 ) は 室町 時代 の 武将 。 +-1 没官 ( もっかん / ぼっかん ) と は 、 律令 法 に お い て 科 さ れ た 付加 刑 の 1 つ で 、 人身 また は 財物 を 官 が 没収 する こと 。 +-1 保食 神 ( うけもち の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +-1 じゃんじゃん 火 ( じゃんじゃんび ) また は ジャンジャン 火 ( ジャンジャンび ) は 、 奈良 県 各地 に 伝わ る 怪火 。 +1 島津 久光 ( しまづ ひさみつ 、 文化 ( 元号 ) 14 年 10 月 24 日 ( 旧暦 ) ( 1817 年 12 月 2 日 ) - 明治 20 年 ( 1887 年 ) 12 月 6 日 ) は 、 幕末 の 薩摩 藩 に おけ る 事実 上 の 最高 権力 者 。 +-1 古代 の 戸籍 制度 と は 、 飛鳥 時代 に 撰定 ・ 編纂 さ れ た 律令 に よ る 人民 把握 の ため の 戸籍 を い う 。 +1 熊野 国造 ( くまの の くにのみやつこ 、 くま の こくそう ) と は 、 熊野 国 ( 後 の 紀伊国 牟婁 郡 、 現在 の 和歌山 県 南部 と 三重 県 南部 ) を 古代 に 支配 し た 氏族 。 +1 和泉 式部 日記 ( いずみ しき ぶ にっき ) は 和泉 式部 に よ っ て 記 さ れ た 日記 で あ り 、 女流 日記 文学 の 代表 的 作品 で あ る 。 +-1 忍び 物見 ( し のび も のみ ) は 、 戦国 時代 ( 日本 ) 、 戦場 で 、 山野 に 隠れ て 敵情 を さぐ る 斥候 。 +1 藤原 伊勢 人 ( ふじわら の いせんど 、 生没 年 未詳 ) は 、 奈良 時代 末期 から 平安 時代 初期 の 廷臣 。 +-1 大川 神社 ( おおかわ じんじゃ ) は 、 京都 府 舞鶴 市 大川 に あ る 神社 で あ る 。 +-1 戸矢学 ( とやまなぶ 、 昭和 28 年 ( 1953 年 ) - ) は 、 日本 の 神道家 ・ 作家 ・ 企業 コンサルタント 。 +-1 鰻重 ( うなじゅう , うな 重 ) と は 、 一般 に は 木製 の 四角 い 箱 に 漆塗り 等 の 塗り を かけ た 蓋 の 付 い た 食器 で あ る 重箱 の 中 に 御飯 を 入れ ウナギ の 蒲焼 を 載せ 、 上 から 蒲焼 の タレ を かけ た 日本 料理 の 一 つ 、 又 は 鰻 料理 を 入れ る 食器 の 名称 。 +-1 『 贈位 諸 賢伝 』 ( ぞうい しょけん でん ) と は 、 明治 元年 ( 1868 年 ) より 同 43 年 ( 1911 年 ) に かけ て 贈位 さ れ た 人物 、 96 6 人 の 略伝 を 叙述 し た 文献 の こと を い う 。 +1 平兼盛 ( たいら の かねもり 、 生年 不詳 - 正暦 元年 12 月 28 日 ( 旧暦 ) ( 99 1 年 1 月 21 日 ) ) は 、 平安 時代 中期 の 歌人 。 +-1 石斧 ( せきふ ・ いしおの ) は 石器 の 一種 で 、 木 の 柄 に 取り付け た 石製 の 斧 。 +-1 京都 証券 取引 所 ( きょう と しょうけん とりひき じょ ) は 、 2001 年 3 月 1日 に 廃止 さ れ た 証券 取引 所 で あ る 。 +1 松平 忠誠 ( まつだいら ただざね 、 天保 11 年 1 月 5 日 ( 旧暦 ) ( 1840 年 2 月 7 日 ) - 明治 2 年 6 月 5 日 ( 旧暦 ) ( 1869 年 7 月 13 日 ) ) は 、 江戸 時代 末期 の 大名 。 +-1 京都 タワー ( きょうと タワー ) は 、 京都 駅 烏丸 中央 口前 に 一際 大き く そびえ立 つ 展望 塔 。 +1 坂東 蓑助 ( ばん どうみのすけ ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +1 一代 要記 ( いち だい ようき ) は 、 年代 記 の 一 つ 。 +-1 種熟脱 ( しゅじゅくだつ ) は 、 三益 ( さんやく ) と も い う 。 +-1 葵祭 ( あおい まつり 、 正式 に は 賀茂 祭 ) は 、 京都 市 の 賀茂 御祖 神社 ( 下鴨 神社 ) と 賀茂 別雷 神社 ( 上賀茂 神社 ) で 、 5 月 15 日 ( 陰暦 四 月 の 中 の 酉 の 日 ) に 行な わ れ る 例祭 。 +1 坂東 亀三郎 ( ばんどう かめさぶろう ) は 、 歌舞伎 役者 。 +-1 随心 院 ( ずいしんいん ・ ずいしん にん ) は 京都 市 山科 区 小野 に あ る 真言 宗 善通寺 派 大 本山 の 仏教 寺院 。 +-1 花園 駅 ( はなぞの えき ) は 、 京都 府 京都 市 右京 区 花園 寺 ノ内町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 で あ る 。 +-1 門葉 ( もんよう ) と は 、 一般 的 に 血縁 関係 が あ る 一族 を 指 す 。 +-1 南明 寺 ( なんみょうじ ) は 奈良 県 奈良 市 阪原町 に あ る 真言 宗 御 室 派 の 寺院 。 +-1 切り戻 し ( きりもどし ) は 、 生け 花 や 、 生花 を 扱 う 業種 で 、 切花 が 長持ち する よう に する 処理 方法 の 一 つ 。 +1 西園寺 実尚 ( さいおんじ さね なお 、 正保 2 年 ( 1645 年 ) ‐ 万治 3 年 12 月 29 日 ( 旧暦 ) ( 1661 年 1 月 29 日 ) ) は 、 江戸 時代 前期 の 公家 。 +-1 小袿 ( こうちぎ ) は 日本 の 衣服 の 1 つ 。 +-1 弓術 ( きゅうじゅつ ) は 、 弓 ( 武器 ) を 用い て 矢 で 的 を 射 る 技術 、 武術 、 技法 の 事 。 +-1 鵜塚 ( うづか ) は 、 岐阜 県 岐阜 市 に あ る 長良 川 鵜飼 の 鵜 を 供養 する ため の 慰霊 碑 で あ る 。 +1 怡子 女王 ( いし ( よしこ ) じょおう 、 生没 年 未詳 ) は 、 平安 時代 後期 の 皇族 。 +1 蒲生 氏 郷 ( が もう うじさと ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 。 +1 大田 皇女 ( おおた の ひめみこ 、 生年 不詳 - 天智 天皇 6 年 ( 667 年 ) 2 月 ( 旧暦 ) 頃 ) は 、 飛鳥 時代 の 皇族 。 +1 藤原 重隆 ( ふじわら の しげ た か 、 承保 3 年 ( 1076 年 ) - 元永 元年 ( 1118 年 ) ) は 平安 時代 後期 の 廷臣 。 +1 若柳 吉蔵 ( わかや ぎ きち ぞう ) は 、 若柳 流宗家 家元 の 名跡 。 +1 新古 今 時代 ( しんこ きん じだい ) と は 、 文学 の 区分 の こと で 平安 文学 ( 中古 文学 ) と 鎌倉 文学 ( 中世 文学 ) の 間 の 移行 期 に 当た る 。 +1 大饗 正盛 ( おおあえ まさもり ) は 室町 時代 の 武将 。 +-1 半幅 帯 ( はん は ば おび ) は 、 日本 で 使用 さ れ る 女帯 の 一種 。 +1 法進 ( ほうしん ・ ほっしん 、 はっしん 。 景竜 3 年 ( 709 年 ) - 宝亀 9 年 9 月 29 日 ( 旧暦 ) ( 778 年 10 月 23 日 ) ) は 、 奈良 時代 唐 から 渡来 し た 僧 。 +1 源 仲光 ( みなもと の なかみつ 、 生年 不詳 - 治承 4 年 5 月 26 日 ( 旧暦 ) ( 1180 年 6 月 20 日 ) ) は 平安 時代 末期 の 武将 。 +-1 七 福神 ( しち ふく じん ) と は 、 福 を もたら す と し て 日本 で 信仰 さ れ て い る 七柱 の 神 で あ る 。 +-1 義民 ( ぎみん ) と は 、 飢饉 など の 際 の 一揆 の 首謀 者 。 +1 漢詩 ( かんし ) と は 、 中国 の 伝統 的 な 詩 。 +-1 理忠 女王 ( り ちゅうにょ おう 、 寛永 18 年 8 月 22 日 ( 旧暦 ) ( 1641 年 9 月 26 日 ) - 元禄 2 年 8 月 26 日 ( 旧暦 ) ( 1689 年 10 月 9 日 ) ) は 、 江戸 時代 前期 の 尼僧 。 +1 金春 禅鳳 ( こんぱる ぜんぽう 、 1454 年 ( 享徳 3 年 ) - 1532 年 ( 天文 ( 日本 ) 元年 ) ? ) は 、 室町 時代 後期 の 能楽師 。 +1 伏見 宮治 仁王 ( ふしみのみや はる ひと おう   建徳 元年 / 応安 3 年 ( 1370 年 ) - 応永 24 年 2 月 12 日 ( 1417 年 2 月 28 日 ) ) は 、 南北朝 時代 、 室町 時代 の 日本 の 皇族 。 +1 都良香 ( みやこのよしか 、 承和 ( 日本 ) 元年 ( 834 年 ) - 元 慶 3 年 2 月 25 日 ( 旧暦 ) ( 879 年 3 月 25 日 ) ) は 、 平安 時代 前期 の 漢詩 人 ・ 文人 。 +-1 本丸 、 二の丸 、 曲輪 、 土塁 、 石垣 、 堀 、 門跡 等 多数 +1 大久保 忠隣 ( おおくぼ ただちか ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 ・ 譜代 大名 。 +-1 役木 ( やく ぼく ) と は 日本 庭園 に おけ る 、 庭 の 景観 の 趣 を 出 す ため に 植え られ る 庭木 の こと で あ る 。 +-1 鎖国 ( さこく ) は 、 江戸 幕府 が 日本 人 の 海外 交通 を 禁止 し 、 外交 ・ 貿易 を 制限 し た 政策 の こと 。 +-1 打ちこわ し ( うちこわ し ) と は 、 江戸 時代 の 民衆 運動 の 形態 の うち 、 不正 を 働 い た と みな さ れ た 者 の 家屋 など を 破壊 する 行為 の こと 。 +-1 三七 延 ( さん しち のべ ) は 、 江戸 時代 、 年貢 の 納め 方 の ひと つ で あ る 。 +-1 株式 会社 平楽 寺 書店 ( へいらく じしょてん ) は 京都 市 中京 区 に あ る 出版 社 で あ る 。 +1 尊良 親王 ( たか よししん の う / たかな が しんのう 、 1310 年 ( 延慶 3 年 ) ? - 1337 年 4 月 7 日 ( 延元 2 年 / 建武 4 年 3 月 6 日 ) ) は 、 後醍醐 天皇 の 皇子 。 +-1 県令 ( けん れい ) は 、 +-1 石田 駅 ( いしだ えき ) は 、 京都 府 京都 市 伏見 区 石田 森 東町 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 鉄道 駅 で あ る 。 +-1 禅師 ( ぜん じ 、 旧字 : 禪師 ) は 、 中国 ・ 日本 に お い て 、 高徳 な 禅僧 に 対 する 尊称 。 +-1 東田 大塚 古墳 ( ひがい だ おおつか こふん ) は 、 奈良 県 桜井 市 の 纒向 古墳 群 に 属 する 古墳 。 +1 伏見宮 貞 建親王 ( ふしみのみや さだ たけしんの う 、 元禄 13 年 12 月 21 日 ( 170 1 年 1 月 29 日 ) - 宝暦 4 年 7 月 21 日 ( 175 4 年 9 月 7 日 ) ) は 、 江戸 時代 中期 の 皇族 。 +-1 封建制 ( ほうけん せい ) と は 、 中国 など 漢字 文化 圏 に おけ る 政治 思想 に お い て 主張 さ れ た 、 周王 朝 を 規範 と する 政治 制度 。 +-1 書道 ( しょどう ) と は 、 日本 律令 制 の 大学 寮 に お い て 、 書道 に つ い て 教え た 学科 。 +1 平頼盛 ( たいら の より もり ) は 、 平安 時代 末期 の 武将 。 +1 河鰭 実文 ( かわばた さねふみ 、 弘化 2 年 4 月 5 日 ( 旧暦 ) ( 1845 年 5 月 10 日 ) - 明治 43 年 ( 1910 年 ) 7 月 16 日 ) は 、 幕末 から 明治 時代 に かけ て の 公家 ・ 政治 家 。 +1 滋野井 公麗 ( しげ の いきん かず 、 享保 18 年 11 月 14 日_ ( 旧暦 ) ( 1733 年 12 月 19 日 ) - 天明 元年 9 月 7 日 _ ( 旧暦 ) ( 1781 年 10 月 23 日 ) ) 、 は 江戸 時代 中期 の 公卿 。 +1 瀧川 辨三 ( たきがわ べんぞう 、 1851 年 - 1925 年 ) は 、 日本 の 実業 家 、 政治 家 で 神戸 市 実業界 の 重鎮 。 +-1 鬼籍 ( きせき ) と は 死者 ( 中国 語 で 言 う 「 鬼 」 ) の 戸籍 。 +-1 天守 、 櫓 、 門 、 塀 、 馬屋 、 石垣 、 土塁 、 堀 +1 安部井 櫟堂 ( あべい れきどう 、 男性 、 文化 ( 元号 ) 2 年 ( 180 5 年 ) – 明治 16 年 ( 1883 年 ) 9 月 16 日 ) は 、 近代 日本 の 篆刻 家 で あ る 。 +-1 大浦 半島 ( おおうら はんとう ) は 京都 府 北部 と 福井 県 若狭 地方 に またが っ て 、 若狭 湾 に 突き出 た 半島 。 +1 稲葉 正恒 ( いなば まさつね 、 宝永 3 年 ( 170 6 年 ) - 享保 15 年 3 月 24 日 ( 旧暦 ) ( 1730 年 5 月 10 日 ) ) は 、 山城 国 淀藩 の 第 3 代 藩 主 。 +1 竹久 夢 二 ( たけひさ ゆめ じ 、 明治 17 年 ( 1884 年 ) 9 月 16 日 - 昭和 9 年 ( 1934 年 ) 9 月 1日 ) は 、 日本 の 画家 ・ 詩人 。 +1 内藤 信正 ( ない とう のぶまさ ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 一条 内実 ( いちじょう な かさね 、 建治 2 年 ( 1276 年 ) - 嘉元 2 年 12 月 17 日 ( 旧暦 ) ( 130 5 年 1 月 13 日 ) ) は 鎌倉 時代 の 公卿 。 +1 北条 氏 政 ( ほうじょう うじまさ ) は 、 戦国 時代 ( 日本 ) の 相模 国 の 武将 ・ 戦国 大名 。 +-1 遠的 ( えんてき ) は 、 全 日本 弓道 連盟 弓道 競技 規則 に よ っ て 定め られ た 、 弓道 競技 種目 の 一種 。 +1 本居 宣長 ( もとおり のりなが 、 1730 年 6 月 21 日 ( 享保 15 年 5 月 7 日 ( 旧暦 ) ) - 180 1 年 11 月 5 日 ( 享和 元年 9 月 29 日 ( 旧暦 ) ) ) は 、 江戸 時代 日本 の 国学 者 ・ 文献 学者 ・ 医師 で あ る 。 +-1 東福寺 ( とうふくじ ) は 、 京都 市 東山 区 本町 に あ る 臨済 宗 東福寺 派 本山 の 寺院 。 +-1 国学 ( こくがく ) は 、 日本 の 江戸 時代 中期 に 勃興 し た 学問 で あ る 。 +1 『 万葉 集 』 ( まんよう しゅう 、 萬葉 集 ) と は 、 7 世紀 後半 から 8 世紀 後半頃 に かけ て 編 ま れ た 、 日本 に 現存 する 最古 の 歌集 で あ る 。 +-1 九州 王朝説 ( きゅうしゅうおう ちょうせつ ) と は 、 古田 武彦 に よ っ て 提唱 さ れ た 、 7 世紀 末 まで 九州 に 王朝 が あ り 、 大宰府 ( 太宰 府 ) が その 首都 で あ っ た と する 説 で あ る 。 +-1 下平屋 ( しもひらや ) は 、 京都 府 北 桑田 郡 に あ っ た 村 。 +1 藤原 吉野 ( ふじわら の よしの 、 延暦 5 年 ( 786 年 ) - 承和 _ ( 日本 ) 13 年 8 月 12 日 ( 旧暦 ) ( 846 年 9 月 10 日 ) ) は 平安 時代 初期 の 貴族 。 +1 山路 之徽 ( やまじゆきよし 、 享保 14 年 ( 1729 年 ) - 安永 7 年 1 月 30 日 ( 旧暦 ) ( 1778 年 2 月 26 日 ) ) は 、 江戸 時代 中期 の 儒学 者 ・ 蘭学 者 ・ 和算 家 ・ 天文 学 者 ・ 地理 学 者 。 +-1 朝井 家 ( あさいけ ) は 、 日本 の 氏族 。 +1 副島 種臣 ( そえじま た ねお み 、 文政 11 年 9 月 9 日 ( 旧暦 ) ( 182 8 年 10 月 17 日 ) - 明治 38 年 ( 190 5 年 ) 1 月 31 日 ) は 、 日本 の 武士 ・ 佐賀 藩 士 、 官僚 、 政治 家 。 +1 花山院 定教 ( かざん いん さだの り 、 寛永 6 年 10 月 1日 ( 旧暦 ) ( 1629 年 11 月 15 日 ) - 承応 2 年 12 月 12 日 ( 旧暦 ) ( 1654 年 1 月 30 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 安国 寺 利生塔 ( あんこく じ り しょう とう ) は 、 南北朝 時代 ( 日本 ) に 足利 尊 氏 ・ 足利 直義 兄弟 が 、 北海道 、 沖縄 を 除 く 日本 各地 に 設け た 寺院 。 +-1 葛切り ( くずきり ) は 、 葛粉 を 水 で 溶か し て から 加熱 し 、 冷却 し て 板状 に 固め た もの を うどん の よう に 細長 く 切 っ た 麺状 の 食べ物 。 +-1 神領 興行 ( しんりょう こうぎょう ) と は 、 主に 鎌倉 時代 中期 以降 に 、 天人 相関 思想 に 基づ き 、 天皇 、 鎌倉 幕府 が 行 っ た 神事 の 興行 を 図 る 政策 の こと で あ る 。 +-1 高麗 茶碗 ( こうらい ちゃわん ) は 、 16 世紀 半ば 頃 から 、 日本 の 茶道 で 用い られ た 茶碗 の 分類 の 一 つ で あ り 、 朝鮮 半島 で 焼 か れ た 日常 雑器 を 日本 の 茶人 が 賞玩 し 茶器 に 見立て た もの で あ る 。 +1 物部 郡司 ( もの のべ   ぐんじ 、 生没年 不詳 ) は 鎌倉 時代 、 結城 親朝 に 属 し た 。 +-1 往来 物 ( おうらい もの ) と は 、 平安 時代 後期 より 、 明治 時代 初頭 に かけ て 主に 書簡 など の 手紙 類 の 形式 を と っ て 作成 さ れ た 初等 教育 用 の 教科 書 の 総称 で あ る 。 +-1 膳所 城 ( ぜぜじょう ) は 、 現在 の 滋賀 県 大津 市 本丸町 に あ っ た 城 で あ る 。 +1 正道 王 ( まさみちお う 、 弘仁 12 年 ( 821 年 ) - 承和 ( 日本 ) 8 年 6 月 11 日 ( 旧暦 ) ( 84 1 年 7 月 3 日 ) ) は 、 平安 時代 前期 の 皇族 。 +-1 村 社会 ( むら しゃかい ) と は 、 おもに 集落 に おけ る 社会 構造 の こと を さ す 。 +1 二条 良 基 ( に じょう よしもと 、 元応 2 年 ( 1320 年 ) - 嘉慶 ( 日本 ) 2 年 6 月 13 日 ( 旧暦 ) ( 1388 年 7 月 16 日 ) ) は 、 南北朝 時代 ( 日本 ) の 公卿 、 歌人 で あ り 連歌 の 大成 者 で あ る 。 +-1 阿野 家 ( あの け ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +1 天明 屋 尚 ( てんみょう や ひさし ) は 、 レコード 会社 の アート ディレクター を 経 た のち に 美術 家 と し て 活動 し て い る 作家 。 +-1 清水 寺 ( きよみず でら ) は 、 京都 府 京都 市 東山 区 清水 に あ る 寺院 。 +-1 蓮綱 ( れんこう 、 宝徳 2 年 ( 1450 年 ) - 享禄 4 年 10 月 18 日 ( 旧暦 ) ( 1531 年 11 月 26 日 ) ) は 、 室町 時代 中期 から 戦国 時代 _ ( 日本 ) に かけ て の 浄土 真宗 の 僧 。 +-1 江文峠 ( えぶみ とうげ ) は 京都 府 京都 市 左京 区 に あ る 峠 で あ る 。 +1 藤原 賢子 ( ふじわら の けんし ・ かたいこ 、 天喜 4 年 ( 1057 年 ) - 応徳 元年 9 月 22 日 ( 旧暦 ) ( 1084 年 10 月 24 日 ) ) は 、 第 72 代 白河 天皇 中宮 。 +-1 瑞峯院 ( ずい ほう いん ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 、 臨済 宗 大 本山 大徳 寺 の 塔頭 ( たっちゅう ) で あ る 。 +1 仁賢 天皇 ( にんけんてんのう 、 允恭 天皇 38 年 ( 449 年 ) - 仁賢 天皇 11 年 8 月 8 日 ( 旧暦 ) ( 49 8 年 9 月 9 日 ) ) は 、 第 24 代 の 天皇 ( 在位 : 仁賢 天皇 元年 1 月 5 日 ( 旧暦 ) ( 488 年 2 月 4 日 ) - 同 11 年 8 月 8 日 ( 49 8 年 9 月 9 日 ) ) 。 +1 本間 玄調 ( ほんま げん ちょう 、 文化 ( 元号 ) 元年 ( 180 4 年 ) - 明治 5 年 2 月 8 日 ( 旧暦 ) ( 1872 年 3 月 16 日 ) ) は 、 幕末 の 水戸 藩 医 で あ る 。 +1 有栖川宮職仁親王 ( ありすがわ のみや より ひと しん のう   正徳 3 年 9 月 10 日 ( 1 71 3 年 10 月 28 日 ) - 明和 6 年 10 月 22 日 ( 1769 年 11 月 19 日 ) ) は 江戸 時代 の 皇族 。 +1 龍宮 ( りゅうぐう 、 竜宮 と も 書 く ) また は 海宮 ( かいぐう ) は 、 日本 各所 に 伝わ る 海神 に まつわ る 伝説 に 登場 する 海神 の 宮 の こと で あ る 。 +1 松平 乗保 ( まつだい ら の りやす 、 寛延 元年 ( 1748 年 ) - 文政 9 年 6 月 26 日 ( 旧暦 ) ( 1826 年 7 月 30 日 ) ) は 、 江戸 時代 後期 の 大名 、 政治 家 。 +-1 生身 天満 宮 ( いくみ てんまんぐう ) は 、 京都 府 南丹 市 園部 町 に あ る 神社 で あ る 。 +-1 盟 三五 大切 ( かみかけ て さん ご たいせつ ) は 、 鶴屋 南北 ( 4 代 目 ) に よ る 歌舞伎 狂言 。 +-1 部民 制 ( べみんせい ) と は 、 ヤマト 王権 の 制度 で あ り 、 王権 へ の 従属 ・ 奉仕 の 体制 、 朝廷 の 仕事 分掌 の 体制 を い う 。 +-1 紀伝 博士 ( きでん は かせ ) と は 、 平安 時代 の 初期 に 大学 寮 に 置 か れ た 役職 で 紀伝道 を 講 じ た が 、 後 に 文章 博士 に 統合 さ れ た 。 +1 六角 義郷 ( ろっかく よし さと ) は 戦国 時代 _ ( 日本 ) 、 安土 桃山 時代 の 武将 。 +1 谷川 士清 ( たにかわ こと す が 、 1709 年 4 月 5 日 ( 宝永 6 年 2 月 26 日 ( 旧暦 ) ) - 1776 年 11 月 20 日 ( 安永 5 年 10 月 10 日 ( 旧暦 ) ) ) は 、 江戸 時代 の 国学 者 で あ る 。 +1 源具親 ( みなもと の ともちか 、 生没年 不詳 ) は 、 鎌倉 時代 初期 の 官人 ・ 歌人 。 +-1 供 御 方 ( くご かた ) と は 、 室町 幕府 に お い て 征夷 大将軍 及び その 家族 の 供御 ( 食事 ) を 調進 する 役職 。 +-1 常騰 ( じょうとう 、 天平 12 年 ( 740 年 ) - 弘仁 6 年 9 月 4 日 ( 旧暦 ) ( 815 年 10 月 9 日 ) ) は 、 奈良 時代 から 平安 時代 前期 に かけ て の 僧 。 +1 宮部 継潤 ( みやべ けいじゅん 、 享禄 元年 ( 1528 年 ) ? - 慶長 4 年 3 月 25 日 ( 旧暦 ) ( 1599 年 4 月 20 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 矢沢 頼綱 ( やざわ よりつな 、 1518 年 ( 永正 15 年 ) - 1597 年 6 月 21 日 ( 慶長 2 年 5 月 7 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 実如 ( じつにょ 、 長禄 2 年 8 月 10 日 ( 旧暦 ) ( 1458 年 9 月 17 日 ) - 大永 5 年 2 月 2 日 ( 旧暦 ) ( 152 5 年 2 月 23 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 浄土 真宗 の 僧 。 +1 西園寺 実輔 ( さいおんじ さねすけ 、 寛文 元年 ( 1661 年 ) - 貞享 2 年 1 月 5 日 ( 旧暦 ) ( 1685 年 2 月 8 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 内位 ( ない い ) と は 、 日本 律令 制 の 位 階 の 中核 を な す 序列 で あ る 。 +1 九鬼 隆常 ( く き たかつね 、 正保 3 年 ( 1646 年 ) - 元禄 11 年 4 月 1日 ( 旧暦 ) ( 1698 年 5 月 10 日 ) ) は 、 丹波 国 綾 部 藩 の 第 2 代 藩 主 。 +-1 福 の 神 ( ふく の かみ ) は 狂言 の 演目 の ひと つ 。 +1 杉原 家次 ( すぎはら   いえつぐ ) は 、 戦国 時代 _ ( 日本 ) の 武将 。 +1 山科 言行 ( やましな ときゆき 、 寛永 9 年 10 月 22 日 ( 旧暦 ) ( 1632 年 12 月 3 日 ) - 寛文 5 年 4 月 22 日 ( 旧暦 ) ( 1665 年 6 月 5 日 ) ) は 、 江戸 時代 前期 の 公家 。 +1 稲垣 浩 ( いながき ひろ し 、 190 5 年 12 月 30 日 - 1980 年 5 月 21 日 ) は 、 日本 の 映画 監督 。 +1 坂本 財 ( さかもと の た から 、 生年 不明 - 天武 天皇 2 年 5 月 29 日 ( 旧暦 ) ( 67 3 年 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 赤飯 ( せきはん ) と は もち米 に 小豆 また は ササゲ ( 大角豆 ) を 1 ~ 2 割 混ぜ て 蒸しあげ た 飯 で あ る 。 +1 藤原 基経 ( ふじわら の もと つね 、 承和 ( 日本 ) 3 年 ( 836 年 ) - 寛平 3 年 1 月 13 日 ( 旧暦 ) ( 89 1 年 2 月 24 日 ) ) は 、 平安 時代 前期 の 公卿 。 +-1 元禄 の 大古酒 ( げんろく の だいこ しゅ ) は 1968 年 に 長野 県 北佐久 郡 望月 ( もちづき ) 町 で 開封 さ れ た 、 元禄 時代 に 仕込 ま れ た と さ れ る 日本 酒 。 +-1 即位 灌頂 ( そくい かんじょう ) と は 、 11 世紀 な い し 13 世紀 から 江戸 時代 に かけ て 、 天皇 の 即位 の 礼 の 中 で 行 わ れ た 密教儀式 で 、 その 内容 は 秘儀 と さ れ て い た 。 +-1 比翼 入母屋 造 ( ひ よく いり もやづくり ) は 、 日本 に おけ る 神社 建築 様式 の 一 つ 。 +1 朽木 稙 元 ( く つき たねもと ) は 、 丹波 国 福知 山 藩 の 第 2 代 藩 主 。 +-1 立命 館 孔子 学院 ( りつめい かんこう し がくいん 、 英字 表記 : The RitsumeikanUniversity Confucius Institute ) は 、 中国 語 教育 ・ 文化 の 普及 を 目的 と する 私立 学校 。 +1 小田 友治 ( おだ ともはる 、 天文 _ ( 元号 ) 17 年 ( 1548 年 ) - 慶長 9 年 2 月 3 日 ( 旧暦 ) ( 160 4 年 3 月 3 日 ) ) は 戦国 時代 ( 日本 ) から 江戸 時代 の 常陸 国 の 土豪 、 武将 。 +-1 賀茂 建角 身命 ( かも たけつ ぬ み の みこと ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +-1 大含 ( だいがん 、 安永 2 年 4 月 1日 ( 旧暦 ) ( 1773 年 5 月 21 日 ) - 嘉永 3 年 10 月 9 日 ( 旧暦 ) ( 1850 年 11 月 12 日 ) ) は 、 江戸 時代 後期 の 浄土 真宗 ( 大谷 派 ) の 僧 。 +-1 池田屋 事件 ( いけだ や じけん ) は 、 江戸 時代 後期 の 元治 元年 6 月 5 日 ( 旧暦 ) ( 1864 年 7 月 8 日 ) に 、 京都 三条 通 木屋 町 通 ( 三条 小橋 ) の 旅館 池田屋 で 京都 守護 職 配下 の 治安 維持 組織 で あ る 新撰 組 が 、 潜伏 し て い た 長州 藩 の 尊皇 攘夷 派 を 襲撃 し た 事件 で あ る 。 +1 箕作 秋 坪 ( みつく り しゅうへい 、 文政 8 年 12 月 8 日 ( 旧暦 ) ( 1826 年 1 月 15 日 ) - 明治 19 年 ( 1886 年 ) 12 月 3 日 ) は 、 蘭学 者 。 +1 烏丸 光榮 ( からす まる みつ ひ で 、 元禄 2 年 8 月 3 日 ( 旧暦 ) ( 1689 年 9 月 16 日 ) - 延享 5 年 3 月 14 日 ( 旧暦 ) ( 1748 年 4 月 11 日 ) ) は 江戸 時代 の 公卿 、 歌人 。 +-1 地蔵 盆 ( じぞう ぼん ) は 、 地蔵 菩薩 の 縁日 ( 毎月 24 日 ) で あ り 、 尚 かつお 盆 の 期間 中 で も あ る 旧暦 7 月 24 日 に 向け 、 その 前日 の 宵縁 日 を 中心 と し た 3 日間 の 期間 を 指 し 、 また その うち の 日 を 選 ん で 行 わ れ る 地蔵 菩薩 の 祭 の こと を い う 。 +-1 日吉町 ( ひよし ちょう ) は 、 2005 年 12 月 31 日 まで 京都 府 船井 郡 に 存在 し た 町 で あ る 。 +-1 黒衣 ( くろご ) +-1 福知 山城 ( ふくちやま じょう ) は 、 京都 府 福知 山 市 に あ る 平山 城 。 +1 林 滝野 ( はやし た きの ) は 、 与謝野 鉄幹 、 正富 汪洋 の 妻 。 +1 伏見宮 貞康 親王 ( ふしみのみや さだ やすしんの う 、 天文 ( 元号 ) 16 年 1 月 11 日 ( 1547 年 2 月 1日 ) - 永禄 11 年 4 月 15 日 ( 1568 年 5 月 11 日 ) ) は 、 戦国 時代 の 皇族 。 +1 梵灯庵 ( ぼんとう あん 、 正平 ( 日本 ) 4 年 / 貞和 5 年 ( 1349 年 ) - 応永 24 年 ( 1417 年 ) ? ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 に かけ て の 連歌 師 。 +1 藤原 公任 ( ふじわら の きんとう 、 康保 3 年 ( 96 6 年 ) - 長久 2 年 1 月 1日 ( 旧暦 ) ( 1041 年 2 月 4 日 ) ) は 、 平安 時代 中期 の 公卿 ・ 歌人 。 +-1 用人 ( よう にん ) は 、 江戸 時代 の 武家 の 職制 の ひと つ 。 +1 東儀 俊美 ( とうぎ としはる 、 1929 年 9 月 14 日 - ) は 、 雅楽 家 、 日本 芸術 院 会員 。 +-1 観音 菩薩 ( かんのん ぼさつ 、 觀音 菩薩 ) 、 サンスクリット アヴァ ローキテーシュヴァラ ( अ व ल ो क ि त े श ् व र Avalokite ś vara ) は 、 仏教 の 菩薩 の 一尊 で あ り 、 特に 日本 に お い て 古代 より 広 く 信仰 を 集め て い る 尊格 で あ る 。 +1 称光 天皇 ( しょうこうてん の う 応永 8 年 3 月 29 日 ( 140 1 年 5 月 12 日 ) - 正長 元年 7 月 20 日 ( 142 8 年 8 月 30 日 ) ; 在位 : 応永 19 年 8 月 29 日 ( 1412 年 10 月 5 日 ) - 正長 元年 7 月 20 日 ( 142 8 年 8 月 30 日 ) は 、 室町 時代 の 第 101 代 天皇 で あ る 。 +1 京極 高清 ( きょうごく たかきよ 、 14 60 年 ( 寛正 元年 ) - 1538 年 ( 天文 ( 元号 ) 7 年 ) ) は 室町 時代 末期 から 戦国 時代 ( 日本 ) 初期 の 大名 。 +1 京極 高盛 ( きょうごく たかもり 、 慶安 3 年 8 月 27 日 ( 旧暦 ) ( 1650 年 9 月 22 日 ) - 宝永 6 年 2 月 1日 ( 旧暦 ) ( 1709 年 3 月 11 日 ) ) は 、 丹後 田辺藩 の 第 3 代 藩 主 。 +-1 東亜 同文会 ( とうあ どう ぶんかい 、 1898 年 ( 明治 31 年 ) - 1946 年 ( 昭和 21 年 ) ) は 、 かつて 日本 に 存在 し た 民間 外交 団体 。 +-1 両部 神道 と は 、 仏教 の 真言 宗 ( 密教 ) の 立場 から な さ れ た 神道 解釈 に 基づ く 神仏 習合 で あ る 。 +1 池 大雅 ( いけ の たい が / いけた い が 、 享保 8 年 5 月 4 日 ( 旧暦 ) ( 1723 年 6 月 6 日 ) - 安永 ( 元号 ) 5 年 4 月 13 日 ( 旧暦 ) ( 1776 年 5 月 30 日 ) ) は 、 日本 の 江戸 時代 の 文人 画家 。 +-1 永享 の 乱 ( えいきょう の らん ) は 、 室町 時代 の 1437 年 ( 永享 9 年 ) に 関東 地方 で 発生 し た 戦乱 。 +-1 伎楽面 ( ぎ がくめん ) は 伎楽 に つか わ れ た 仮面 の こと 。 +1 足利 義稙 ( 義材 ) ( あしかが よし たね ( よしき ) ) は 、 室町 幕府 の 第 10 代 征夷 大将軍 ( 将軍 職在位 : 延徳 2 年 ( 1490 年 ) - 明応 3 年 ( 1493 年 ) 。 +1 紀 友則 ( きの とものり 、 承和 ( 日本 ) 12 年 ( 845 年 ) ? - 延喜 7 年 ( 90 7 年 ) ) は 、 平安 時代 の 歌人 。 +-1 袿 ( うち き 、 うちぎ ) は 十 二 単 、 五衣 、 等 、 女性 の 平安 装束 を 構成 する 着物 の 一 つ で あ る が 、 単独 で 着用 する 場合 も あ る 。 +1 脇坂 安坦 ( わきさか やすひら 、 文化 ( 元号 ) 10 年 10 月 8 日 ( 旧暦 ) ( 1813 年 10 月 31 日 ) - 天保 10 年 2 月 9 日 ( 旧暦 ) ( 1839 年 3 月 23 日 ) ) は 播磨 国 龍野 藩 の 世嗣 。 +-1 木邊 孝慈 ( きべ   こうじ 、 1881 年 - 1969 年 ) は 、 真宗 木辺 派 の 僧侶 。 +-1 馬廻 ( うままわり ) は 、 戦国 時代 ( 日本 ) に 生まれ た 武家 の 職制 の ひと つ で あ る 。 +1 寺島 宗則 ( てらじま むねのり 、 1832 年 6 月 21 日 ( 天保 3 年 5 月 23 日 ( 旧暦 ) ) - 1893 年 ( 明治 26 年 ) 6 月 6 日 ) は 、 江戸 時代 後期 の 幕臣 、 明治 時代 の 政治 家 で あ る 。 +1 正親町 三条 公統 ( おおぎまち さんじょうきん お さ 、 寛文 8 年 2 月 18 日 ( 旧暦 ) ( 1668 年 3 月 30 日 ) - 享保 4 年 8 月 16 日 ( 旧暦 ) ( 1 71 9 年 9 月 29 日 ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +-1 くい な 橋 駅 ( くいな ばし えき ) は 、 京都 府 京都 市 伏見 区 に あ る 、 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +1 横井 小楠 ( よこいしょうなん 、 男性 、 文化 ( 元号 ) 6 年 8 月 13 日 ( 旧暦 ) ( 1809 年 9 月 22 日 ) - 明治 2 年 1 月 5 日 ( 旧暦 ) ( 1869 年 2 月 15 日 ) ) は 日本 の 武士 ・ 熊本 藩 士 、 儒学 者 。 +1 水主 皇女 ( みぬし の ひめみこ 、 生年 不詳 - 天平 9 年 8 月 20 日 ( 旧暦 ) ( 73 7 年 9 月 22 日 ) ) は 、 天智 天皇 の 皇女 。 +-1 トロッコ 嵯峨 駅 ( と ろっこ さ が えき ) は 、 京都 府 京都 市 右京 区 に あ る 、 嵯峨野 観光 鉄道 嵯峨野 観光 鉄道 嵯峨野 観光 線 の 鉄道 駅 。 +-1 社格 ( しゃかく ) と は 、 神社 の 格式 。 +-1 京都 法 学校 ( きょう と ほう がっこう ) は 、 1889 年 ( 明治 22 年 ) に 、 京都 府 京都 市 下京 区 寺町 通 四 条 通下ル 大 雲院 ( 京都 市 ) 内 に 設立 さ れ た 私立 学校 。 +-1 放生 会 ( ほうじょうえ ) と は 、 捕獲 し た 魚 や 鳥獣 を 野 に 放 し 、 殺生 を 戒め る 宗教 儀式 で あ る 。 +1 是忠親王 ( これ ただしんの う 、 天安 ( 日本 ) 元年 ( 857 年 ) - 延喜 22 年 11 月 22 日 ( 旧暦 ) ( 92 2 年 12 月 13 日 ) ) は 平安 時代 前期 の 皇族 。 +1 町 資将 ( まち ? ( まち の ? ) すけまさ 、 永正 15 年 3 月 9 日 ( 旧暦 ) ( 1518 年 4 月 18 日 ) - 弘治 ( 日本 ) 元年 10 月 24 日 ( 旧暦 ) ( 155 5 年 12 月 8 日 ) ) は 戦国 時代 ( 日本 ) 中期 の 公卿 。 +1 無文元 選 ( む もんげん せん 、 元亨 3 年 2 月 15 日 ( 旧暦 ) ( 1323 年 3 月 22 日 ) - 明徳 元年 / 元中 7 年 3 月 22 日 ( 旧暦 ) ( 1390 年 5 月 7 日 ) ) は 、 南北朝 時代 ( 日本 ) の 臨済 宗 の 僧 。 +1 冷泉 為尹 ( れいぜいため まさ 、 康安 元年 / 正平 ( 日本 ) 16 年 ( 1361 年 ) - 応永 24 年 1 月 15 日 ( 旧暦 ) ( 1417 年 2 月 1日 ) ) は 室町 時代 の 公卿 、 歌人 。 +-1 京都 賞 先端 技術 部門 ( きょう と しょう せんたん ぎじゅつ ぶもん ) は 、 京都 賞 の 一部門 で あ り 、 優れ た 業績 を 上げ た 科学 者 に 与え られ る 賞 で あ る 。 +-1 タギツヒメ ( タキツ ヒメ と も ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で 、 宗像 三 女 神 の 一柱 で あ る 。 +1 平永 衡 ( たいら の な が ひら 、 生年 不詳 - 天喜 4 年 ( 1056 年 ) 頃 ) は 、 平安 時代 後期 の 陸奥 国 伊具 郡 の 豪族 で 、 伊具 十郎 と 称 し た 。 +-1 新 歌舞伎 十 八 番 ( しんかぶ き じゅう はち ばん ) は 、 市川 團十郎 ( 7 代 目 ) と 市川 團十郎 ( 9 代 目 ) が 撰 し た 成田 屋 ・ 市川 團十郎 の お 家芸 。 +-1 八虐 ( はちぎやく ) と は 、 律令 法 に お い て 、 もっとも 重 い と さ れ た 8 つ の 犯罪 。 +-1 一流 伝授 ( いちりゅう でんじゅ ) と は 真言 宗 の 事相 伝授 の こと 。 +-1 京阪神 緩行 線 ( けいはんしん かんこう せん ) は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) の 大 都市 近郊 区間 の アーバン ネットワーク の うち 、 東海道 本線 京都 駅 ~ 神戸 駅 ( 兵庫 県 ) 間 と 山陽 本線 神戸 ~ 西明石 駅 間 で 運行 さ れ る 各 駅 停車 の 日本 国 有 鉄道 時代 から の 通称 で あ る 。 +-1 日比谷 焼打 事件 ( ひび や やきうち じけん ) は 、 日露 戦争 後 の 賠償 に 対 する 不満 から 、 190 5 年 9 月 5 日 、 東京 日比谷 公園 の 集会 を きっかけ に 起こ っ た 暴動 の こと 。 +-1 冷泉 家 ( れいぜいけ ) は 公家 の 一 。 +-1 瑞光 寺 ( ずいこうじ ) は 、 京都 市 伏見 区 に あ る 日 蓮 宗 の 寺 。 +1 大谷 智子 ( おおたに さとこ   190 6 年 ( 明治 39 年 ) 9 月 1日 - 1989 年 ( 平成 元年 ) 1 1 月 15 日 ) は 、 東本願 寺 第 24 世 法 主 ・ 大谷 光暢 の 妻 ( 裏方 ) 。 +-1 影 武者 ( かげむ しゃ ) と は 、 日本 の 戦国 時代 ( 日本 ) の 武将 など が 用い た 、 自分 と 同じ 服装 を さ せ て 身代わり と さ せ た 人物 の こと 。 +1 氷上 大刀自 ( ひかみ の おお と じ - 天武 天皇 11 年 ( 682 年 ) ) は 藤原 鎌足 の 子 。 +-1 塩汲 峠 ( しおくみ とうげ ) は 日本 の 福井 県 大飯 郡 高浜 町 と 京都 府 舞鶴 市 を 隔て る 峠 で あ る 。 +-1 藤ノ木古墳 ( ふじ の き こふん ) は 奈良 県 生駒 郡 斑鳩 町 に あ る 古墳 。 +-1 大山 咋神 ( おおやま く い の かみ 、 おほやま く ひ の かみ ) は 、 日本 の 神 で あ る 。 +1 林 羅山 ( はやし らざん 、 天正 11 年 ( 1583 年 ) - 明暦 3 年 1 月 23 日 ( 旧暦 ) ( 1657 年 3 月 7 日 ) ) は 、 江戸 時代 初期 の 朱子学派 儒教 、 林家 ( 儒者 ) の 祖 。 +-1 宝生 流 ( ほうしょう - りゅう ) は 能楽 の 流派 の 一 。 +-1 西 ・ ローゼン 協定 ( にし ・ ろーぜんきょうてい 、 ) と は 、 1898 年 4 月 25 日 に 大 日本 帝国 と ロシア 帝国 の 間 で 結 ば れ た 、 韓国 ( 大韓 帝国 ) に つ い て の 紛争 に 関 する 協定 の こと 。 +-1 観音寺 騒動 ( かんの ん じ そうどう ) は 、 戦国 時代 ( 日本 ) の 永禄 6 年 ( 1563 年 ) に 、 南近 江国 の 戦国 大名 ・ 六角 氏 の 家中 で 起こ っ た 御 家 騒動 。 +1 歌学 ( かがく ) は 、 和歌 の 本質 ・ 作法 、 古歌 の 解釈 、 故実 、 歴史 など 和歌 に 関 する 総 て を 研究 する 学問 。 +-1 和与 状 ( わよじょう ) と は 、 和与 の 成立 の 際 に 当事 者 双方 の 間 で 交わ さ れ る 合意 文書 の こと 。 +-1 産業 組合 法 ( さんぎょう くみあい ほう ) は 、 かつて 存在 し た 日本 の 法律 。 +-1 紅 しょうが ( べ に しょうが ) は 、 ショウガ の 塊根 を 梅酢 に 漬け た 漬物 の 一種 。 +-1 嫐 ( うわなり ) は 歌舞伎 十 八 番 の ひと つ 。 +-1 筋 ( すじ ) と は 、 江戸 時代 に 地勢 に よ っ て 区分 さ れ た 行政 区画 を い う 。 +1 毛利重能 ( もうり しげよし 、 生没年 不詳 ) は 江戸 時代 前期 に 活躍 し た 和算 家 で 、 現在 知 ら れ て い る 中 で は 最も 古 い 。 +-1 幡随意 ( ばんずい い 、 天文 ( 元号 ) 11 年 10 月 15 日 ( 旧暦 ) ( 1542 年 11 月 21 日 ) - 慶長 20 年 1 月 5 日 ( 旧暦 ) ( 1615 年 2 月 2 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 初期 に かけ て の 浄土 宗 の 学僧 。 +1 岩崎 究香 ( いわさき みねこ 、 1949 年 - ) は 、 京都 府 京都 市 出身 の 作家 で 元 祇園 甲 部 芸妓 。 +-1 石高 ( こくだか ) と は 、 近世 の 日本 に お い て 、 土地 の 生産 性 を 石 ( 単位 ) と い う 単位 で 表 し た もの 。 +1 佐久良 東雄 ( さくら あずまお 、 文化 ( 日本 ) 8 年 3 月 21 日 ( 旧暦 ) ( 1811 年 5 月 13 日 ) - 万延 元年 6 月 27 日 ( 旧暦 ) ( 18 60 年 8 月 13 日 ) ) は 日本 の 幕末 時代 の 国学 、 和歌 。 +1 明菴 栄西 ( みんなん えい さい ・ ようさい 、 諡 は 千 光 国師 、 葉上 ( ようじょう ) 房 と も 称 し た 。 +-1 地車 ( だんじり ・ だんぢり ) は 、 神社 の 祭 で 用い られ る 山車 ・ だんじり の 一種 。 +-1 日本 い け ば な 芸術 協会 は 、 華道 の 振興 を 目的 と する 日本 の 財団 法人 。 +-1 『 十 住 心 論 』 ( じゅうじゅうしんろん ) 、 正確 に は 『 秘密 曼 陀羅 十 住 心 論 』 は 、 空海 の 代表 的 著述 の ひと つ で 、 83 0 年 ころ 、 淳和 天皇 の 勅 に こたえ て 真言 密教 の 体系 を 述べ た 書 。 +-1 天橋 立 鋼索 鉄道 ( あまの はしだて こうさく てつどう ) は 、 京都 府 宮津 市 の 府中 駅 から 傘松 駅 に 至 る 丹後 海陸 交通 の ケーブル カー 路線 。 +1 朽木 舖綱 ( く つき の ぶつな ) は 、 丹波 国 福知 山 藩 の 第 7 代 藩 主 。 +1 佐伯定胤 ( さえき じょういん 、 慶応 3 年 6 月 25 日 ( 旧暦 ) ( 1867 年 7 月 26 日 ) - 昭和 27 年 ( 1952 年 ) 1 1 月 23 日 ) は 、 日本 の 法相宗 ・ 聖徳 宗 の 僧侶 、 仏教 学 者 。 +1 大 錦旛 ( だい きんばん ) は 、 即位 の 礼 の 日 、 紫宸 殿 前 の 庭 に 立て られ る 錦旛 の ひと つ で あ る 。 +-1 蔵王 権 現 ( ざおうごん げん ) は 、 日本 仏教 に おけ る 信仰 対象 の 一 つ 。 +-1 検断 沙汰 ( けんだん さた ) と は 、 中世 日本 で 使用 さ れ た 用語 で あ り 、 刑事 関係 の 訴訟 ・ 裁判 の こと で あ る 。 +-1 尚歯 会 ( しょうし かい ) と は 、 江戸 時代 後期 に 蘭学 、 儒学 者 など 幅広 い 分野 の 学者 ・ 技術 者 ・ 官僚 など が 集ま っ て 発足 し た サロン で あ り 頭脳 集団 ( シンク タンク ) の 名称 。 +1 横笛 ( よこぶえ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +1 浦島 太郎 ( うらしまたろう ) は 、 日本 各地 に あ る 龍宮 伝説 の 一 つ 。 +-1 隼人 の 反乱 ( はやと の はんらん ) は 、 720 年 ( 養老 4 年 ) 九州 南部 に 住 む 隼人 が ヤマト 王権 に 対 し て 起こ し た 反乱 で あ る 。 +-1 遠州 流 ( えんしゅうりゅう ) は 小堀 政一 ( 政一 ) に 始ま る 小堀 氏 に 伝わ る 武家 茶道 の 一派 で あ る 。 +-1 嵐山 ( あらしやま 、 らんざん ) +1 国分 胤光 ( こくぶん たねみつ 、 仁治 2 年 ( 1241 年 ) ? - 嘉元 2 年 4 月 16 日 ( 旧暦 ) ( 130 4 年 5 月 21 日 ) ? ) は 、 日本 の 鎌倉 時代 に 陸奥 国宮城 郡 に い た と さ れ る 武士 で あ る 。 +-1 維新 の 三傑 ( いしん の さんけつ ) と は 、 倒幕 ・ 維新 に 尽力 し た 木戸 孝允 と 西郷 隆盛 と 大久保 利通 の こと 。 +1 佐伯 葛城 ( さえき の かずら ぎ ) は 、 奈良 時代 の 貴族 。 +-1 粉河 寺 縁起 絵巻 ( こかわ でらえんぎえまき ) は 、 日本 の 代表 的 な 絵巻物 の 一 つ で あ り 、 国宝 に 指定 さ れ て い る 。 +-1 井戸 峠 ( いど とうげ ) は 京都 府 京都 市 右京 区 に あ る 主要 地方 道上 の 峠 で あ る 。 +-1 将軍 家 ( しょうぐん け ) と は 、 日本 の 中世 に お い て 、 征夷 大将軍 また は 近衛 大将 に 叙任 さ れ た 武家 の 棟梁 が 、 政権 を 樹立 する 際 に 公家 の 家政 制度 に 倣 っ て 創始 し た もの で あ る 。 +-1 衆徒 ( しゅと ) は 、 堂衆 ( どうしゅ / どうしゅう ) と も 呼 ば れ 、 本来 は 平安 時代 以後 に 大寺院 に 居住 し て 学問 ・ 修行 の 他 に 寺内 の 運営 実務 に あた っ た 僧侶 身分 の こと 。 +1 小野川 喜三郎 ( おの がわきさぶろう 、 175 8 年 ( 宝暦 8 年 ) - 180 6 年 4 月 30 日 ( 旧暦 文化 ( 元 号 ) 3 年 3 月 12 日 ( 旧暦 ) ) ) は 、 大 相撲 の 江戸 相撲 の 力士 。 +1 在原 行平 ( ありわら の ゆきひら 、 弘仁 9 年 ( 818 年 ) - 寛平 5 年 7 月 19 日 ( 旧暦 ) ( 89 3 年 9 月 6 日 ) ) は 平安 時代 の 日本 の 歌人 、 公家 。 +1 藤田 信吉 ( ふじた のぶよし 、 永禄 2 年 ( 1559 年 ) - 元和 ( 日本 ) 2 年 7 月 14 日 ( 旧暦 ) ( 1616 年 8 月 26 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 。 +1 源季宗 ( みなもとの すえ むね 、 永承 4 年 ( 1049 年 ) - 応徳 3 年 8 月 21 日 ( 旧暦 ) ( 1086 年 10 月 1日 ) は 、 平安 時代 後期 の 公卿 。 +1 都賀 庭鐘 ( つが ていしょう 、 男性 、 享保 3 年 ( 1 71 8 年 ) - 寛政 6 年 ( 1794 年 ) ? ) は 、 江戸 時代 中期 の 読本 作家 ・ 儒学 者 ・ 医師 で あ る 。 +1 飛鳥井   雅春 ( あすかい   まさはる 、 永正 17 年 9 月 22 日 ( 旧暦 ) ( 152 0 年 11 月 2 日 ) - 文禄 3 年 1 月 12 日 ( 旧暦 ) ( 1594 年 3 月 3 日 ) ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 公家 。 +1 鏡王女 ( かがみ の おおきみ 、 生年 不詳 - 天武 天皇 12 年 7 月 5 日 ( 旧暦 ) ( 683 年 8 月 2 日 ) ) は 藤原 鎌足 の 正妻 。 +-1 お 焦げ と は 、 食品 を 調理 し て 焦が し た 部分 、 あるいは それ に よ っ て 多少 焦げ付 い た 食品 の こと を 指 す 。 +-1 山岳 仏教 ( さんがく ぶっきょう ) と は 、 天台 宗 開祖 最澄 ( 76 7 年 ~ 82 2 年 ) 、 真言 宗 開祖 の 空海 ( 774 年 ~ 835 年 ) など に よ り 政治 と 結びつき の 強 く な っ た 奈良 仏教 の 世俗 化 など に 対 する 形 で 始め られ た 山岳 に 行場 を 求めん と する 修行 者 の 仏教 で あ る 。 +1 身位 ( しんい ) と は 、 身分 や 地位 の こと を い う 。 +-1 感応 道交 ( かんのうどうこう ) と は 、 仏 と 人間 の 気持ち 、 また 教え る 者 と 教え られ る 者 の 気持ち が 通じ合 う こと 。 +-1 仏哲 ( ぶっ て つ 、 生没年 不詳 ) は 、 奈良 時代 の 渡来 僧 。 +-1 宮津 藩 ( みやづ はん ) は 江戸 時代 、 丹後 国与謝 郡 に あ っ た 藩 の 一 つ 。 +-1 談山 神社 ( たんざん じんじゃ ) は 、 奈良 県 桜井 市 の 多武峰 ( とうのみね ) に あ る 神社 。 +-1 郡山 遺跡 ( こおり やま いせき ) は 、 現在 の 宮城 県 仙台 市 太白 区 郡山 に 所在 する 古代 の 官衙 ( 役所 ) 跡 で あ る 。 +1 宮崎 友禅斎 ( みやざき ゆうぜんさい ) と は 、 江戸 時代 前期 から 中期 に 掛け て の 京都 で 活躍 し た 扇絵 師 。 +1 徳川 家慶 ( とくがわ いえよし ) 、 は 、 江戸 幕府 の 第 12 代 征夷 大将軍 ( 将軍 在職 : 天保 8 年 ( 1837 年 ) - 嘉永 6 年 ( 1853 年 ) ) 。 +1 佐々木 秀綱 ( ささき ひで つな ) は 、 鎌倉 時代 末期 から 室町 時代 初期 の 武将 。 +-1 髭切 ( ひげきり ) と は 、 平安 時代 に 源 満仲 が 作 ら せ た と さ れ る 刀 で 、 膝丸 と とも に 源 氏 重代 の 刀 と し て 伝え られ て い る 。 +1 田能村 竹田 ( たの むら ちく でん 、 安永 6 年 6 月 10 日 ( 旧暦 ) ( 1777 年 7 月 14 日 ) - 天保 6 年 8 月 29 日 ( 旧暦 ) ( 1835 年 10 月 20 日 ) ) は 、 江戸 時代 後期 の 南画 ( 文人 画 ) 家 。 +1 富岡 鉄斎 ( とみおか てっさい 、 天保 7 年 12 月 19 日 ( 旧暦 ) ( 1836 年 1 月 25 日 ) - 大正 13 年 1924 年 12 月 31 日 ) は 、 明治 ・ 大正 期 の 日本 の 文人 画 、 儒学 者 。 +-1 延喜 の 治 ( えんぎ の ち ) は 、 平安 時代 中 期 ( 10 世紀 前期 ) の 醍醐 天皇 の 治世 を 理想 視 し た 呼称 。 +-1 亥 の 子 ( いのこ ) は 、 旧暦 10 月 ( 亥 の 月 ) の 亥 の 日 に 行 わ れ る 年中 行事 。 +-1 右京 区 ( うきょう く ) は 、 京都 市 を 構成 する 11 区 の ひと つ 。 +-1 役料 ( やくりょう ) と は 、 江戸 幕府 が 幕臣 に 支給 し た 役職 手当 の 1 種 。 +1 糸里 ( いと さ と 、 生没年 不詳 ) は 江戸 時代 末期 の 女性 。 +-1 学問 料 ( がくもん りょう ) と は 、 平安 時代 に 大学 寮紀 伝道 の 学生 で あ る 文章 生 から 選抜 さ れ て 支給 さ れ た 奨学 の ため の 費用 で あ り 、 給料 ( きゅうりょう ) と も 称 し た 。 +1 那須 資村 ( なすすけ むら 、 建久 元年 ( 1190 年 ) ?   -   文永 五 年 ( 1268 年 ) ? ) は 鎌倉 時代 の 人物 。 +-1 五 山 送り火 ( ござん の おくりび ) は 、 毎年 8 月 16 日 に 京都 市 に あ る 如意ヶ岳 ( 大 文字 山 ) など で 行 わ れ る かが り火 。 +1 洞院 実泰 ( とういん さ ね やす 、 文永 6 年 ( 1269 年 ) - 嘉暦 2 年 8 月 15 日 ( 旧暦 ) ( 1327 年 9 月 1日 ) ) は 鎌倉 時代 後期 の 公卿 。 +1 西園寺 賞季 ( さいおんじ よしすえ 、 寛保 3 年 8 月 12 日 ( 旧暦 ) ( 1743 年 9 月 29 日 ) - 寛政 11 年 12 月 22 日 ( 旧暦 ) ( 180 0 年 1 月 16 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +1 進藤 長房 ( しんどうなが ふさ 、 寛永 19 年 ( 1642 年 ) - 享保 3 年 8 月 6 日 ( 旧暦 ) ( 1 71 8 年 8 月 31 日 ) ) は 、 江戸 時代 前期 から 中期 の 青侍 。 +1 河野 玉澄 ( こう の たますみ ) は 7 世紀 ごろ の 武将 。 +-1 西 大路 駅 ( にし おおじ えき ) は 、 京都 府 京都 市 南 区 ( 京都 市 ) 唐橋 西平垣 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 ( JR 京都 線 ) の 鉄道 駅 。 +-1 秋分 の 日 ( しゅうぶん の ひ ) は 、 秋分 が 起こ る 日 で あ る 。 +1 一色 詮範 ( いっ しき あきの り 、 興国 元年 / 暦応 3 年 ( 1340 年 ) ? - 応永 13 年 6 月 7 日 ( 旧暦 ) ( 140 6 年 6 月 22 日 ) ) は 、 南北朝 時代 ( 日本 ) 、 室町 時代 前期 の 武将 。 +-1 離縁 状 ( り えんじょう ) と は 、 江戸 時代 に 庶民 が 離婚 する 際 、 夫 から 妻 ( また は 妻 の 父兄 ) に 宛て て 交付 する 、 離婚 を 確認 する 文書 で あ る 。 +-1 アサヒ ビール 大山崎 山荘 美術 館 ( あさひ びーる ・ おおやまざき さんそう びじゅつ かん ) は 、 アサヒ ビール 運営 に よ る 私立 美術 館 で あ る 。 +1 伊藤忠兵衛 ( いとう ちゅうべえ 、 天保 13 年 7 月 2 日 ( 旧暦 ) ( 1842 年 8 月 7 日 ) - 190 3 年 ( 明治 36 年 ) 7 月 8 日 ) は 日本 の 商人 、 実業 家 。 +1 勧修 寺 光豊 ( かじゅうじみつ と よ 、 天正 3 年 12 月 7 日 ( 旧暦 ) ( 1576 年 1 月 7 日 ) - 慶長 17 年 10 月 26 日 ( 旧暦 ) ( 1612 年 11 月 18 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 公家 ( 公卿 ) 。 +-1 大麻 、 大幣 ( おおぬさ ) は 、 神道 の 祭祀 に お い て 祓 に 使 う 道具 の 一 つ 。 +-1 上方 舞 ( かみがた まい ) と は 、 江戸 時代 中 期 ( 180 0 年 ) から 末期 に かけ て 上方 で 発生 し た 、 日本 舞踊 の 一種 。 +-1 藤娘 ( ふじむすめ ) と は 、 下記 の とおり で あ る 。 +-1 宝山 寺 ( ほうざんじ ) は 、 奈良 県 生駒 市 門前町 に あ る 真言律 宗 大 本 山 の 寺院 。 +-1 羽織 ( はおり ) は 和服 の 一種 。 +1 源 為成 ( みなもと の ため な り 、 生年 未詳 - 保元 元年 7 月 30 日 ( 旧暦 ) ( 1156 年 8 月 17 日 ) ) は 平安 時代 末期 の 河内 源 氏 の 武将 。 +-1 公事 ( くじ 、 くう じ 、 おほやけごと ) と は 日本 史 に おけ る 用語 の 1 つ で 、 下記 の 意味 で 用い られ て い る 。 +-1 騰勅符 ( とうちょくふ ) と は 、 天皇 の 勅 を 伝え て 施行 する ため に 出 さ れ る 太政 官 符 。 +-1 豊安 ( ぶ あん 、 天平 宝字 8 年 ( 764 年 ) 頃 ? - 承和 ( 日本 ) 7 年 9 月 13 日 ( 旧暦 ) ( 840 年 10 月 11 日 ) ) は 、 平安 時代 初期 の 律宗 の 僧 。 +-1 生 利節 ( なまりぶし ) 、 また は 生節 ( なまぶし ) と は 、 生 の カツオ を 解体 し 、 蒸 す 、 茹で る など の 処理 を 施 し た 一 次 加工 食品 。 +-1 琵琶 湖 ( びわ こ ) は 、 滋賀 県 に あ る 湖 。 +1 岡 研介 ( お か けんかい 、 寛政 11 年 ( 1799 年 ) - 天保 10 年 11 月 3 日 ( 旧暦 ) ( 1839 年 12 月 8 日 ) ) は 、 江戸 時代 の 蘭方 医 。 +-1 鞍馬 弘教 ( くらま こうきょう ) と は 、 神智学 の 影響 を 受け た 鞍馬 寺 貫主 信楽 香雲 が 昭和 22 年 ( 1947 年 ) 10 月 に 天台 宗 より 独立 し て 立て た 宗派 。 +-1 砂かけ 婆 ( すなか け ば ばあ ) は 、 奈良 県 や 兵庫 県 に 伝わ る 妖怪 。 +1 阿波 局 ( あわ の つぼね ) +-1 贖命 重宝 と は 、 命 を 贖 ( あがな ) う 重宝 の 意 で 、 天台 大師 ・ 智顗 が 定め た 『 涅槃 経 』 の 教え を 指 す 。 +1 中村 宗哲 ( なかむら そう てつ ) は 、 千家 十 職 の 塗師 。 +-1 雑徭 ( ぞうよう 、 ざつよう ) は 、 中国 及び 日本 の 律令 制 下 で の 労役 の 形態 を 取 る 租税 制度 で あ る 。 +-1 袋帯 ( ふくろおび ) と は 日本 で 用い られ る 帯 の 一種 。 +-1 十 牛 図 ( じゅう ぎゅうず ) は 、 禅 の 悟り に いた る 道筋 を ウシ を 主題 と し た 十 枚 の 絵 で 表 し た もの 。 +1 源 兼行 ( みなもと の かねゆき 、 生没年 不詳 ) は 、 平安 時代 中期 の 能書 家 。 +-1 灯籠 ( とうろう ) は 、 日本 の 伝統 的 な 照明 器具 の 一 つ 。 +1 斯波 義将 ( しば よしゆき / よしまさ ) 、 観応 元年 / 正平 ( 日本 ) 5 年 ( 1350 年 ) - 応永 17 年 5 月 7 日 ( 旧暦 ) ( 1410 年 6 月 9 日 ) ) は 南北朝 時代 ( 日本 ) から 室町 時代 の 武将 ・ 守護 大名 。 +1 小墾田 猪手 ( お はりた の い て 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 中山 信吉 ( なかやま のぶよし 、 天正 5 年 ( 1577 年 ) - 寛永 19 年 1 月 6 日 ( 旧暦 ) ( 1642 年 2 月 5 日 ) ) は 、 水戸 藩 附 家老 。 +-1 川俣 事件 は 、 190 0 年 2 月 13 日 、 群馬 県 邑楽 郡 佐貫 村 川俣 ( 現 明和 町 ( 群馬 県 ) ) で 、 足尾 鉱毒 事件 に 関 し て 、 政府 に 請願 する ため に 出かけ る 途中 の 農民 と 警官 が 衝突 し た 事件 。 +-1 本沢 竹雲 ( もと さわ ちくうん 、 1836 年 3 月 26 日 ( 天保 7 年 2 月 10 日_ ( 旧暦 ) ) - 1907 年 ( 明治 40 年 ) 10 月 13 日 ) は 「 チョンマゲ 学校 」 と し て 知 ら れ る 山形 県 東村山 郡 所在 の 格知 学舎 を 開 い た 浄土 真宗 の 僧 で 漢学 者 。 +-1 柚子 胡椒 ( ゆず こしょう 、 ゆず ごしょう ) と は 、 トウガラシ と ユズ の 果皮 の ペースト に 塩 を ブレンド し て 熟成 さ せ た 調味 料 の 一種 で あ る 。 +1 平知盛 ( たいらの とももり ) は 、 平安 時代 末期 の 武将 。 +-1 鳥獣 人物 戯画 ( ちょうじゅう じんぶつぎ が ) は 、 京都 市 右京 区 の 高山 寺 に 伝わ る 絵巻物 。 +-1 新宮 氏 ( しんぐう ) は 、 日本 の 氏族 の 一 つ 。 +-1 浄厳院 ( じょうごん いん ) は 、 滋賀 県 蒲生 郡 安土 町 に あ る 浄土 宗 の 寺院 。 +-1 黒壁 スクエア ( くろかべ ) は 、 滋賀 県 長浜 市 旧 市街 に あ る 、 伝統 的 建造 物 群 を 生か し た 観光 スポット 。 +-1 公方 御倉 ( くぼう おくら ) と は 、 室町 幕府 に おけ る 財産 の 管理 ・ 出納 を 行 っ て い た 機関 。 +1 西園寺 公永 ( さいおんじ きんな が 、 正平 ( 日本 ) 8 年 ・ 文和 2 年 ( 1353 年 ) - 元中 7 年 ・ 明徳 元年 7 月 15 日 ( 旧暦 ) ( 1390 年 8 月 25 日 ) ) は 、 南北朝 時代 ( 日本 ) の 公卿 。 +-1 三曲 ( さんきょく ) は 、 地歌 三味 線 ( 三弦 ) 、 箏 、 胡弓 の 三 種 の 楽器 の 総称 。 +1 吉崎 御坊 ( よしざき ごぼう ) は 、 越前 国 吉崎 ( 現在 の 福井 県 あわら 市 吉崎 ) に あ っ た 坊舎 。 +-1 禰宜 ( ねぎ ) と は 、 神職 の 職称 ( 職名 ) の 一 つ で あ る 。 +1 三野 馬甘 ( み の のうまか い ) は 奈良 時代 の 人 。 +-1 慶 円 ( けいえん / きょうえん 、 保延 6 年 ( 1140 年 ) - 貞応 2 年 1 月 27 日 ( 旧暦 ) ( 1223 年 2 月 28 日 ) ) は 、 鎌倉 時代 初期 に 神仏 両部 思想 を 確立 し た 僧侶 。 +-1 板張り ( いたばり ) は 、 洗い 張り の うち 、 布 を 洗濯 し 、 糊づけ し て 板 に 張 り 、 しわ を のば し 、 光沢 を 出 し 、 仕上げ を する こと で あ る 。 +-1 時代 劇 ( じだい げき ) と は 、 日本 の 歴史 に おけ る 各 時代 的 背景 など を 取り入れ た 演劇 や 映画 、 テレビ ドラマ など で あ る 。 +-1 日主 ( にっしゅ 、 弘治 ( 日本 ) 元年 11 月 17 日 ( 旧暦 ) ( 155 5 年 12 月 29 日 ) - 元和 ( 日本 ) 3 年 8 月 17 日 ( 旧暦 ) ( 1617 年 10 月 5 日 ) ) は 、 大石 寺 第 14 世 法 主 。 +-1 鈴彦姫 ( すずひこ ひめ ) は 、 鳥山 石燕 の 『 画図 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +-1 羅 城門 の 鬼 、 羅生 門 の 鬼 ( らしょうもん の お に ) は 、 平安 京 の 正門 ・ 羅 城門 に 巣食 っ て い た と い わ れ る 鬼 。 +-1 東山 区 ( ひがしやま く ) は 、 京都 市 を 構成 する 11 区 の うち の ひと つ 。 +1 山 内容堂 / 豊信 ( やまう ちようどう / とよしげ 、 文政 10 年 10 月 9 日 ( 旧暦 ) ( 1827 年 11 月 27 日 ) - 明治 5 年 6 月 21 日 ( 旧暦 ) ( 1872 年 7 月 26 日 ) は 、 日本 の 武士 ・ 外様 大名 ・ 土佐 藩 15 代 藩主 ( 在任 期間 : 嘉永 元年 12 月 27 日 ( 旧暦 ) ( 1849 年 1 月 21 日 ) - 安政 6 年 ( 1859 年 ) 2 月 ) 。 +1 二条 斉 敬 ( にじょう なりゆき 、 文化 ( 元号 ) 13 年 9 月 12 日 ( 旧暦 ) ( 1816 年 11 月 1日 ) - 明治 11 年 ( 1878 年 ) 12 月 5 日 ) は 、 幕末 から 明治 時代 に かけ て の 公卿 。 +-1 舞鶴 自然 文化 園 ( まいづる し ぜん ぶんか えん ) は 、 約 1,500 種 3 万 本 の ツバキ や 、 50 種 5 万 本 の アジサイ が 整備 さ れ た 公園 。 +-1 銅鐸 ( どうたく ) と は 、 弥生 時代 に 製造 さ れ た 釣鐘 型 の 青銅 器 の こと 。 +-1 梅宮 大社 ( うめ の みや たいしゃ ) は 、 京都 市 右京 区 に あ る 神社 で あ る 。 +-1 真土 事件 ( しんど じけん ) は 1878 年 ( 明治 11 年 ) 、 神奈川 県 大住 郡 真土村 ( 現 平塚 市 ) に 起こ っ た 農民 暴動 。 +-1 江戸 開城 ( えど かいじょう ) と は 、 江戸 時代 末期 ( 幕末 ) の 慶応 4 年 ( 1868 年 ) 3 月 から 4 月 ( 旧暦 ) に かけ て 、 明治 新 政府 軍 の 代表 西郷 隆盛 と 旧 江戸 幕府 軍 ( 徳川 家 ) の 代表 勝海 舟 ら の 交渉 に よ り 、 江戸 城 の 無血 開城 が もたら さ れ た こと を い う 。 +1 結城   直朝 ( ゆうき な おと も 、 1325 年 ( 正中 ( 元号 ) 2 年 ) - 1343 年 4 月 26 日 ( 興国 4 年 / 康永 2 年 4 月 2 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +-1 犬食い ( いぬぐい ) と は 、 日本 の 食 文化 の 上 で 「 犬 の よう に 食事 を 食べ る 」 状態 を 指 し 、 テーブル 上 に あ る 食器 に 盛 ら れ た 料理 に 、 極端 な 前屈 姿勢 で 顔 ( 口 ) を 突っ込 ま ん ばかり に 近づけ て 食べ る こと 。 +1 鴨 長明 ( かも の ちょうめい 、 1155 年 ( 久寿 2 年 ) - 1216 年 7 月 26 日 ( 建保 4 年 6 月 10 日 ( 旧暦 ) ) ) は 、 平安 時代 末期 から 鎌倉 時代 に かけ て の 日本 の 有名 な 歌人 一覧 、 随筆 家 で あ る 。 +-1 灯籠流 し ( とうろう ながし ) また は 精霊 流し ( しょうりょう ながし ) は 、 死者 の 魂 を 弔 っ て 灯籠 ( 灯篭 ) や お 盆 の 供物 を 海 や 川 に 流 す 日本 の 行事 。 +-1 京都 平野 ( みやこ へいや ) と は 、 主に 福岡 県 行橋 市 の 中心 部 から 京都 郡 東部 ・ 築上 郡 北部 に 広が る 平野 を 指 す 。 +-1 北京 議定 書 ( ぺきん ぎてい しょ ) と は 、 1901 年 9 月 7 日 に 北京 市 で 調印 さ れ た 義和 団 の 乱 に おけ る 列国 と 清 ・ 義和 団 と の 戦闘 の 事後 処理 に 関 する 最終 議定 書 。 +-1 働事 ( はたらき - ごと ) は 、 能 に お い て 、 演者 の 所作 と 、 能囃子 に よ っ て 構成 さ れ る 部分 の うち 、 その 所作 が 一定 の 表意 的 ・ 具象 的 な 要素 を 持 つ もの を 指 す 。 +-1 天つ 罪 ・ 国 つ 罪 ( あま つつみ ・ く に つつみ ) と は 、 神道 に おけ る 罪 の 観念 で あ る 。 +-1 建学 の 精神 +1 西園 寺 師季 ( さいおんじ もろすえ 、 文政 9 年 9 月 1日 ( 旧暦 ) ( 1826 年 10 月 2 日 ) - 嘉永 4 年 7 月 19 日 ( 旧暦 ) ( 1851 年 8 月 15 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +-1 巾筒 ( きんとう ) は 茶道 、 煎 茶道 で 茶巾 を 入れ る 道具 。 +1 大炊 御門 信量 ( おおい の みかど の ぶか ず 、 嘉吉 2 年 ( 1442 年 ) - 長享 元年 8 月 4 日 ( 旧暦 ) ( 1487 年 8 月 22 日 ) ) は 、 室町 時代 の 公卿 。 +-1 明法 博士 ( みょうほう は かせ ) は 、 古代 日本 の 律令 制下 に お い て 大学 寮 に 属 し た 官職 の 一 つ 。 +1 德川 秀忠 ( とくがわ ひで ただ 、 天正 7 年 4 月 7 日 ( 旧暦 ) ( 1579 年 5 月 2 日 〈 ユリウス 暦 〉 ) - 寛永 9 年 1 月 24 日 ( 1632 年 3 月 4 日 〈 ユリウス 暦 〉 ・ 1632 年 3 月 14 日 〈 グレゴリオ 暦 〉 ) は 、 安土 桃山 時代 から 江戸 時代 の 武将 、 江戸 幕府 第 二 代将軍 。 +-1 官印 ( かんいん ) と は 、 中国 や 日本 に お い て 身分 証明 ・ 公的 証明 の ため に 官吏 ・ 役所 に 配 ら れ た 官製 の 印章 。 +-1 平城 京 ( へいぜいきょう 、 へいじょうきょう ) は 、 かつて の 日本 の 首都 。 +-1 初荷 ( はつ に ) と は 、 年 が 明け て 、 最初 に 工場 や 倉庫 など 物流 拠点 から 販売 店 へ 向け て 商品 ( 製品 ) が 出荷 さ れ る こと 。 +1 山岡 景宗 ( やまおかかげ むね ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 。 +-1 一 領 具足 ( いちりょうぐ そく ) は 、 戦国 時代 ( 日本 ) の 土佐 国 の 戦国 大名 、 長 宗我部 氏 が 兵農 分離 前 の 武装 農民 や 地侍 を 対象 に 編成 、 運用 し た 半農 半兵 の 兵士 および 組織 ( 社会 科学 ) の 呼称 で あ る 。 +1 勧修 寺 教豊 ( かじゅうじ のり と よ 、 慶長 15 年 ( 1610 年 ) - 慶長 20 年 6 月 22 日 ( 旧暦 ) ( 1615 年 7 月 17 日 ) ) は 、 江戸 時代 の 公家 ( 公卿 ) 。 +-1 羽根突き ( はねつき ) は 、 130 0 年 の 歴史 を 持 つ 、 日本 の 正月 に よく 行 わ れ る 伝統 的 な 遊戯 の ひと つ で あ り 、 2人 が ムクロジ の 種子 に 羽 を 付け た もの を 羽子 板 で 打ち合 う 、 女子 の 遊戯 や 縁起 行為 で あ る 。 +1 神国 ( しんこく ・ 神州 ( しんしゅう ) ) と は 、 「 神 の 国 」 。 +1 鈴木 泉三郎 ( すずき せんざ ぶろう 、 1893 年 5 月 10 日 - 1924 年 10 月 6 日 ) は 、 日本 の 劇作 家 、 編集 者 で あ る 。 +1 伏見宮 邦家 親王 ( ふしみのみやく に いえ しんのう 、 享和 2 年 10 月 24 日 ( 旧暦 ) ( 180 2 年 11 月 19 日 ) - 明治 5 年 8 月 5 日 ( 旧暦 ) ( 1872 年 9 月 7 日 ) ) は 、 江戸 時代 、 幕末 の 日本 の 皇族 。 +1 『 新続 古 今 和 歌集 』 ( しんしょく こ きん わかしゅう ) は 、 室町 時代 の 勅撰 集 。 +-1 重要 無形民俗 文化 財 ( じゅうよう むけい みんぞく ぶんか ざい ) は 、 衣 食 住 、 生業 、 信仰 、 年中 行事 など に 関 する 風俗 慣習 、 民俗 芸能 、 民俗 技術 など 、 人々 が 日常 生活 の 中 で 生み出 し 継承 し て き た 無形 の 民俗 文化 財 の うち 、 特に 重要 な もの と し て 国 が 指定 し た もの で あ る 。 +1 源   則理 ( みなもと ・ の ・ のりまさ 、 生没年 不詳 ) は 、 平安 時代 後期 の 貴族 。 +1 滝川 具挙 ( たきがわ   ともあき 、 生没年 不詳 ) と は 、 江戸 時代 の 幕臣 。 +-1 東山 三条 駅 ( ひがしやま さん じょう えき ) は 、 かつて 京都 市 東山 区 三条 大和 大路 下ル 古川 町 に あ っ た 京阪 電気 鉄道 京阪 京津 線 の 鉄道 駅 。 +-1 たたみいわし ( 畳鰯 ) は 、 カタクチ イワシ の 稚魚 を 洗 い 、 生 の まま あるいは 一 度 ゆで て から 、 葭簀 ( よしず ) や 木枠 に 貼 っ た 目 の 細か い 網 で 漉 い て 天日 干し し 、 薄 い 板状 ( 網状 ) に 加工 し た 食品 。 +-1 名人 ・ クイーン ( めいじん ・ クイーン ) と は 、 百 人 一首 を 用い て 、 全 日本 かる た 協会 が 定め た 規則 に 則 っ て 行 う 競技 、 競技 かるた に お い て 、 男性 の 名人 戦 、 女性 の クイーン 戦 の 予選 を 勝 ち 抜 き 、 さらに 前年 の 優勝 者 と の 対戦 に 勝利 し 日本 一 と な っ た 者 に 与え られ る 称号 で あ る 。 +1 市村 鉄之助 ( いちむら てつのすけ 、 安政 元年 ( 1854 年 ) - 明治 6 年 ( 1873 年 ) ? ) は 、 美濃 国 大垣 藩 出身 の 新 選 組 隊士 。 +1 外山 光 顕 ( とやま みつあき 、 慶安 5 年 7 月 7 日 ( 旧暦 ) ( 1652 年 8 月 10 日 ) - 元文 3 年 4 月 13 日 ( 旧暦 ) ( 1738 年 5 月 31 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +-1 解放令 ( かいほうれい ) と は 、 明治 4 年 8 月 28 日 ( 旧暦 ) ( 18 71 年 10 月 12 日 ) に 明治 政府 が 行 っ た 穢多 非 人 等 の 身分 の 廃止 など の 旨 を 記 し た 太政 官 布告 で あ る 。 +1 百 首 歌 ( ひゃく しゅうた ) は 、 数 を 定め て 詠 う 和歌 ( 定数 和歌 ) の ひと つ で 、 100 首 を 単位 と し て 詠 ま れ る もの 。 +-1 永久 の 強訴 ( えいきゅう の ごうそ ) と は 、 天永 4 年 ・ 永久 ( 元号 ) 元年 ( 1113 年 ) 、 興福 寺 の 末寺 ・ 清水 寺 の 別当 に 延暦 寺 で 出家 し た 仏師 ・ 円勢 が 任 じ られ た こと から 閏 3 月 20 日 に 数千 人 の 興福 寺 大衆 が 人事 の 停止 を 求め て 行 わ れ た 強訴 の こと 。 +-1 JR 京都 駅 ビル 大 階段 駆け上が り 大会 ( じぇいあーる きょうと えき ビル だい かいだん かけあが り たいかい ) は 、 京都 駅 の 駅 ビル 階段 で 1998 年 から 毎年 2 月 の 第 3 土 曜 日 に 開催 さ れ る 京都 放送 主催 の イベント 。 +-1 二 朱 銀 ( に しゅぎん ) と は 、 江戸 時代 末期 の 日本 で 流通 し た 銀貨 の 一種 。 +-1 ここ で は 日本 料理 の 中 に あ る 和食 の 一 分野 で あ る 本膳 料理 を 紹介 する 。 +-1 園 池司 ( えんちし ) は 律令 制 に お い て 宮内 省 に 属 する 機関 の 一 つ で あ る 。 +1 伊勢 集 ( いせしゅう ) は 平安 時代 の 歌人 伊勢 ( 歌人 ) の 私 家 集 。 +-1 法成 寺 ( ほうじょうじ ) は 、 現在 の 京都 市 上京 区 に あ っ た 寺院 。 +1 幻 ( まぼろし ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +1 鬼庭 綱 元 ( お に にわつなもと 、 天文 ( 元号 ) 18 年 ( 1549 年 ) - 寛永 17 年 5 月 24 日 ( 旧暦 ) ( 1640 年 7 月 13 日 ) ) は 、 伊達 氏 の 武将 。 +1 反正 天皇 ( はんぜい てんのう 、 仁徳 天皇 24 年 ( 336 年 ) ? - 反正 天皇 5 年 1 月 23 日 ( 旧暦 ) ( 410 年 2 月 12 日 ) ) は 、 第 18 代 の 天皇 ( 在位 : 反正 天皇 元年 1 月 2 日 ( 旧暦 ) ( 40 6 年 2 月 3 日 ) - 同 5 年 1 月 23 日 ( 410 年 2 月 12 日 ) ) 。 +1 前田 利政 ( まえだ としま さ 天正 6 年 ( 1578 年 ) - 寛永 10 年 7 月 14 日 ( 旧暦 ) ( 1633 年 8 月 18 日 ) ) は 安土 桃山 時代 から 江戸 時代 の 武将 、 加賀 加賀 藩 初代 藩主 で あ る 前田 利家 の 次男 、 母 は 芳春 院 。 +1 畠山 高政 ( はたけ やま たかまさ ) は 、 戦国 時代 ( 日本 ) の 紀伊国 ・ 河内 国 の 守護 大名 ・ 戦国 大名 。 +-1 豆板 銀 ( まめい た ぎん ) は 、 江戸 時代 に 流通 し た 銀貨 の 一種 。 +-1 能 の 歴史 と は 、 日本 の 伝統 芸能 で あ る 能 の 発展 史 の こと で あ る 。 +-1 高倉 陸橋 ( たか く ら りっきょう ) は 、 京都 駅 の 東側 に あ る 陸橋 で あ る 。 +1 『 保元 物語 』 ( ほうげん ものがたり ) は 保元 の 乱 の 顛末 を 描 い た 軍記 物語 で あ る 。 +1 正親町 三条 公則 ( おおぎまち さんじょうきん の り 、 安永 3 年 6 月 16 日 ( 旧暦 ) ( 1774 年 7 月 24 日 ) ‐ 寛政 12 年 9 月 1日 ( 旧暦 ) ( 180 0 年 10 月 18 日 ) は 、 江戸 時代 の 公卿 。 +1 松平康 重 ( まつだいら やすし げ 、 1568 年 ( 永禄 11 年 ) - 1640 年 8 月 14 日 ( 寛永 17 年 6 月 27 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 ( 大名 ) 。 +-1 伊勢 ( いせ ) 氏 は 、 日本 の 氏族 。 +-1 平岩 流 ( ひらい わ りゅう ) は 能楽 笛 方 の 廃絶 し た 一流 。 +-1 神道 五 部 書 ( しんとうごう ぶしょ ) と は 、 伊勢 神道 ( 度会 神道 ) の 根本 経典 で 、 以下 の 5 つ の 経典 の 総称 で あ る 。 +-1 承元 の 法難 ( じょうげん の ほうなん ) と は 、 法然 が 率い る 専修 念仏 の 衆徒 が 弾圧 さ れ 、 法然 以下 、 親鸞 ら 中心 的 な 僧徒 が 各地 に 流罪 と な っ た 事件 の こと で あ る 。 +-1 野点 ( のだて ) と は 、 屋外 で 緑茶 また は 抹茶 を いれ て 楽し む 茶会 の こと 。 +1 後桜町 天皇 ( ご さくらまち てんのう 、 元文 5 年 8 月 3 日 ( 1740 年 9 月 23 日 ) - 文化 10 年 11 月 2 日 ( 1813 年 12 月 24 日 ) ) は 第 117 代 天皇 ( 在位 : 宝暦 12 年 7 月 27 日 ( 1762 年 9 月 15 日 ) - 明和 7 年 11 月 24 日 ( 17 71 年 1 月 9 日 ) ) 。 +1 京都 学派 四 天王 ( きょう と がく は してん のう ) と は 高坂 正 顕 、 西谷 啓治 、 高山 岩男 、 鈴木 成高 の 京都 学派 に 属 する 四 人 の 学者 の こと で あ る 。 +1 娟子 内 親王 ( けん し な い しんの う 、 長元 5 年 9 月 13 日 ( 旧暦 ) ( 10 3 2 年 10 月 19 日 ) - 康和 5 年 3 月 12 日 ( 旧暦 ) ( 110 3 年 4 月 20 日 ) ) は 、 第 67 代 後 朱 雀 天皇 第 二 皇女 。 +1 山科 言国 ( やましな とき くに 、 享徳 元年 ( 1452 年 ) - 文亀 3 年 2 月 28 日 ( 旧暦 ) ( 150 3 年 4 月 5 日 ) ) は 、 室町 時代 の 公家 。 +-1 高輪 談判 ( たかなわ だんぱん ) と は 、 明治 2 年 7 月 12 日 ( 1869 年 8 月 19 日 ) に 、 東京 高輪 に お い て 開催 さ れ た 明治 政府 首脳 と イギリス ・ フランス ・ アメリカ 合衆 国 ・ イタリア ・ 北 ドイツ 連邦 の 5 ヶ国 の 駐日 公使 に よ る 会談 。 +-1 覚鑁 ( かく ばん 、 嘉保 2 年 6 月 17 日 ( 旧暦 ) ( 1095 年 7 月 21 日 ) - 康治 2 年 12 月 12 日 ( 旧暦 ) ( 1144 年 1 月 18 日 ) ) は 、 平安 時代 後期 に 活躍 し た 真言 宗 の 高僧 で 、 真言 宗 中興 の 祖 に し て 新義 真言 宗 始祖 。 +1 続 日本 後紀 ( しょく に ほんこうき ) は 、 日本 の 平安 時代 の 869 年 に 成立 さ れ た 歴史 書 で 、 六 国 史 の 第 四 に あた る 。 +1 結城 宗広 ( ゆうき むねひろ 、 1266 年 ( 文永 3 年 ) - 1339 年 1 月 1日 ( 延元 3 年 / 暦応 元年 11 月 21 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +-1 武家 政権 ( ぶけ せいけん ) と は 武家 に よ る 政権 で あ る 。 +-1 狂言 ( きょうげん ) は 、 能 と 同様 に 猿楽 から 発展 し た 伝統 芸能 で あ る 。 +1 敏達 天皇 ( びだつ てんのう 、 宣化 天皇 3 年 ( 538 年 ) ? - 敏達 天皇 14 年 8 月 15 日 ( 旧暦 ) ( 58 5 年 9 月 14 日 ) は 、 第 30 代 天皇 ( 在位 : 敏達 天皇 元年 4 月 3 日 ( 旧暦 ) ( 572 年 4 月 30 日 ) - 同 14 年 8 月 15 日 ( 58 5 年 9 月 14 日 ) ) 。 +1 たま が き / たまか き ( 生没年 不詳 ) は 、 京都 教王 護国 寺 領 の 新見 庄 ( 岡山 県 新見 市 ) の 荘官 、 惣追 捕使 の 福本 盛吉 の 妹 と さ れ る 。 +-1 供 御田 ( く ご でん ) と は 、 天皇 の 食膳 ( 供御 ) に 出 す 米 ( 供御 米 ) を 作 る 田地 。 +-1 法要 ( ほうよう ) と は 、 +-1 この 項目 で は 、 競馬 ( くらべ うま / きそ い うま ) 、 また は 駒競 と も 呼 ば れ る 日本 の 古式 競馬 ( 馬 を 走 ら せ て その 走行 速度 を 競 わ せ て その 馬 の 優劣 を 定め る 競技 ) に つ い て 記述 する 。 +-1 単立 ( たん りつ ) は 、 単立 宗教 団体 の こと で あ る 。 +1 土屋 政直 ( つちやまさなお ) は 、 江戸 時代 の 大名 、 老中 。 +-1 京都 鉄道 ( きょう と てつどう ) は 、 1893 年 ( 明治 26 年 ) に 設立 さ れ た 民営 鉄道 。 +-1 古学 +-1 藤田 流 ( ふじた りゅう ) は 能楽 笛 方 の 一流儀 。 +-1 征韓 論 ( せいかんろん ) は 、 日本 の 明治 初期 に お い て 、 当時 留守 政府 の 首脳 で あ っ た 西郷 隆盛 、 板垣 退助 ・ 江藤 新平 ・ 後藤 象二郎 ・ 副島 種臣 ら に よ っ て な さ れ た 、 武力 を も っ て 朝鮮 を 開国 し よ う と する 主張 で あ る 。 +-1 鳴滝 塾 ( なるたきじゅく ) は 、 文政 7 年 ( 1824 年 ) に 、 フィリップ ・ フランツ ・ フォン ・ シーボルト が 長崎 郊外 に 設け た 私塾 。 +1 中村 歌昇 ( なかむら かしょう ) は 、 歌舞伎 役者 の 名跡 。 +-1 円 相 ( えんそう ) は 、 禅 に おけ る 書画 の ひと つ で 、 図形 の 丸印 ( 円形 ) を 一筆 で 描 い た もの 。 +1 冷泉 為益 ( れいぜいため ま す 、 永正 13 年 ( 1516 年 ) - 元亀 元年 8 月 23 日 ( 旧暦 ) ( 1570 年 9 月 22 日 ) は 戦国 時代 ( 日本 ) の 公卿 、 歌人 。 +1 万葉 仮名 ( まんよう が な ) と は 仮名 ( 文字 ) の 一種 で 、 主 と し て 上代 に 日本 語 を 表記 する ため に 漢字 の 音 を 借用 し て 用い られ た 文字 の こと で あ る 。 +1 坂上 大野 ( さかの うえ の おおの ) は 、 坂上 田村 麻呂 の 長男 。 +1 坂上 望城 ( さかの うえ の もちき 、 生没年 不詳 ) は 、 平安 時代 中期 の 歌人 。 +-1 ところ てん ( 心太 また は 心天 、 瓊脂 ) は 、 テングサ や オゴノリ など の 海藻 類 を ゆで て 煮溶か し 、 発生 し た 寒天質 を 冷ま し て 固め た 食品 。 +1 『 無名 抄 』 ( むみょう しょう ) は 、 鴨 長明 に よ る 鎌倉 時代 の 歌論 書 ( 和歌 に 関 する 理論 および 評論 の 書 ) 。 +1 榊原 忠長 ( さかきばら ただな が 、 天正 13 年 ( 1585 年 ) - 慶長 9 年 2 月 15 日 ( 旧暦 ) ( 160 4 年 3 月 15 日 ) ) は 、 上野 国 館 林 藩 初代 藩主 ・ 榊原 康政 の 次男 。 +-1 軍事 貴族 ( ぐんじ きぞく ) と は 、 日本 の 古代 後期 から 中世 最初期 に かけ て 出現 し た 軍事 専門 の 貴族 を い う 。 +1 伏見宮 邦房 親王 ( ふしみのみや くに の ぶしんのう 、 永禄 9 年 4 月 4 日 ( 旧暦 ) ( 156 6 年 4 月 23 日 ) - 元和 ( 日本 ) 7 年 11 月 25 日 ( 旧暦 ) ( 1622 年 1 月 6 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 初期 の 皇族 。 +1 河瀬 秀治 ( かわせ ひ でじ 、 天保 12 年 12 月 15 日 _ ( 旧暦 ) ( 1842 年 1 月 26 日 ) - 明治 40 年 ( 1907 年 ) ) は 、 日本 の 武士 ・ 宮津 藩 藩士 。 +-1 南朝 ( なんちょう ) は 、 吉野 朝廷 ( よしの ちょうてい ) と も 称 さ れ 、 南北朝 時代 ( 日本 ) に 京都 以南 の 大和国 の 吉野 ( 奈良 県 吉野 郡 吉野 町 ) 、 賀名生 ( 同県 五條 市 西 吉野 町 ) 、 摂津 国 の 住吉 行宮 ( 大阪 府 大阪 市 住吉 区 ) を 本拠 と し た 大覚 寺 統 の 後醍醐 天皇 に 属 する 朝廷 。 +-1 円通 ( えんつう 、 175 4 年 - 1834 年 ) は 、 江戸 時代 後期 の 天台 宗 の 僧 。 +-1 長西 ( ちょうさい 、 元暦 元年 ( 1184 年 ) - 文永 3 年 1 月 6 日 ( 旧暦 ) ( 1266 年 2 月 12 日 ) ) は 、 鎌倉 時代 中期 の 浄土 宗 の 僧 。 +1 高木 正弘 ( たかぎ   まさひろ 、 慶長 18 年 ( 1613 年 ) - 明暦 4 年 6 月 23 日 ( 旧暦 ) ( 1658 年 7 月 23 日 ) ) は 、 河内 国丹 南 藩 の 第 3 代 藩 主 。 +-1 石篦 ( いしべら ) は 剥 片 石器 の 一種 で 、 木 や 骨 の 切削 や 獣皮 の 皮 なめ し 、 一部 に は 土掘り の 道具 と し て 使 わ れ た と 考え られ る ヘラ 状 の 石器 。 +1 渡辺 了 ( わたなべ さとる 、 永禄 5 年 ( 1562 年 ) - 寛永 17 年 ( 1640 年 ) ) は 安土 桃山 時代 から 江戸 時代 の 武士 で あ る 。 +-1 合気 道 ( あいきどう ) は 植芝 盛平 が 昭和 前期 に 創始 し た 現代 武道 。 +1 管野 スガ ( かん の すが 、 1881 年 ( 明治 14 年 ) 6 月 7 日 - 19 11 年 ( 明治 44 年 ) 1 月 25 日 ) は 、 明治 時代 の 新聞 記者 ・ 著作 家 ・ 女性 解放 運動 ・ 社会 主義 運動 家 。 +-1 義空 ( ぎくう 、 生没年 不詳 ) は 、 平安 時代 前期 唐 から 渡来 し た 禅僧 。 +-1 山城 ( やまじろ ) は 、 険阻 な 山 を 利用 し て 築 か れ た 城 の こと で あ る 。 +-1 千代紙 ( ちよがみ ) と は 、 日本 の 伝統 的 な 遊び で あ る 折り紙 を 作 る ため に 使 わ れ たり 、 紙 人形 の 衣装 、 工芸 品 や 化粧 箱 に 装飾 の 目的 で 貼 ら れ る 、 紋 や 柄 の 豊か な 和紙 で 作 ら れ た 正方 形 の 紙 で あ る 。 +-1 木 寺 宮 ( きで らのみや ) は 、 鎌倉 時代 から 室町 時代 中期 に かけ て 存続 し た 宮家 。 +1 藤掛永勝 ( ふじかけ な が かつ 、 弘治 ( 日本 ) 3 年 ( 1557 年 ) - 元和 ( 日本 ) 3 年 6 月 5 日 ( 旧暦 ) ( 161 7 年 7 月 7 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 。 +-1 上坂 神社 ( こうさか じんじゃ ) は 、 滋賀 県 長浜 市 東上坂 町 に あ る 神社 で あ る 。 +1 藤原 胤子 ( ふじわら の いんし ( たねこ ) 、 生年 不詳 - 寛平 8 年 6 月 30 日 ( 旧暦 ) ( 896 年 8 月 12 日 ) ) は 、 内 大臣 藤原 高藤 女 。 +1 磯田 多佳 ( いそだ ・ たか   本名 たか   1879 年 - 1945 年 ) は 、 祇園 甲部 の 芸妓 で 京都 市 東山 区 祇園 新橋 に 営業 し て い た お 茶屋 『 大友 ( だい と も ) 』 の 女将 。 +-1 伊賀 流 ( いがりゅう ) と は 甲賀 流 と 並 ん で 忍術 の 中 で 最も 有名 な 流派 の 1 つ で あ る 。 +-1 白峯 神宮 ( しらみね じんぐう ) は 、 京都 市 上京 区 に あ る 神社 で あ る 。 +-1 宮塚 古墳 ( みやづか こふん ) は 埼玉 県 熊谷 市 広瀬 608 番地 に あ る 上 円 下方 墳 で あ る 。 +-1 仏塔 古寺 十 八 尊 ( ぶっとう こ じ じゅう はっそん ) は 、 近畿 に あ る 仏塔 霊場 。 +1 阿倍 仲麻呂 ( あべ の なかまろ 、 文武 天皇 2 年 ( 698 年 ) - 宝亀 元年 ( 770 年 ) ) は 奈良 時代 の 遣唐 留学 生 。 +1 足利尊 氏 ( あしか が たか う じ 、 130 5 年 - 1358 年 ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) の 武将 。 +1 源脩 ( みなもと の おさむ 、 生年 不詳 - 天徳 ( 日本 ) 4 年 7 月 7 日 ( 旧暦 ) ( 96 0 年 8 月 2 日 ) ) は 、 平安 時代 中期 の 官人 ・ 雅楽 家 。 +1 太上 法皇 ( だ じょうほうおう 、 だい じょうほうおう ) と は 、 出家 し た 太上 天皇 。 +1 埿部 視枳 ( はつ か し べ のしき 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 高 階 成忠 ( たかしな の なりただ 、 延長 ( 日本 ) 元年 ( 923 年 ) - 長徳 4 年 ( 99 8 年 ) 7 月 ) は 平安 時代 中期 の 公卿 。 +-1 高台 寺 ( こうだいじ ) は 京都 府 京都 市 東山 区 に あ る 臨済 宗 建仁 寺 派 の 寺院 。 +1 周防 内 侍 ( すおう の な い し 、 長暦 元年 ( 10 37 年 ) 頃 ? - 天仁 2 年 ( 1109 年 ) 頃 ? ) は 、 平安 時代 後期 の 女流 歌人 。 +-1 張り子 、 あるいは 張子 ( はりこ ) と は 、 竹 や 木材 など で 組 ん だ 枠 、 また は 粘土 で 作 っ た 型 に 紙 など を 張りつけ 、 成形 する 造形 技法 の ひと つ 。 +-1 山 あら し 、 山荒 ( やまあらし ) は 、 尾田 淑 に よ る 妖怪画 『 百 鬼 夜行 絵巻 』 など に あ る 日本 の 妖怪 。 +-1 唯一 神道 名 法要集 ( ゆいいつ しん とうみょう ほうようしゅう ) は 、 卜部 兼延 の 著作 と さ れ る が 、 祖先 に 仮託 し た 吉田 兼倶 の 偽作 で あ ろ う と さ れ る 。 +1 南画 ( なん が ) と は 、 中国 の 南宗 画 に 由来 する 日本 独特 の 用語 で あ る 。 +-1 石川 勾当 ( いしかわ こうとう 、 生没年 不詳 ) は 、 19 世紀 前半 に 京都 で 活躍 し た 盲人 音楽 家 ( 地歌 三味 線 演奏 家 、 作曲 家 ) 。 +-1 文治 の 勅許 ( ぶんじ の ちょっきょ ) と は 、 日本 に お い て 、 文治 元年 11 月 28 日 ( 旧暦 ) ( 1185 年 12 月 21 日 ) に 朝廷 より 源 頼朝 に 対 し 与え られ た 諸国 へ の 守護 ・ 地頭 職 の 設置 ・ 任免 を 許可 し た 勅許 の こと で あ る 。 +1 市橋 長和 ( いちは し なが かず 、 文政 4 年 5 月 8 日 ( 旧暦 ) ( 182 1 年 6 月 7 日 ) - 明治 15 年 ( 18 82 年 ) 1 月 17 日 ) は 、 近江 国 仁正 寺 藩 ( 西 大路 藩 ) の 第 10 代 ( 最後 ) の 藩主 。 +-1 波久奴 神社 ( はくぬ じんじゃ ) は 滋賀 県 長浜 市 浅井町 に 鎮座 する 神社 で あ る 。 +1 梶川 正教 ( かじかわ まさのり ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 武将 。 +-1 外記 ( げき ) は 律令 制 に お い て 朝廷 組織 の 最高 機関 ・ 太政 官 に 属 し た 職 の 一 つ で あ る 。 +1 森 幸安 ( もりこうあん ) ( 17 0 1 ( 元禄 14 年 )   - ? ) は 、 江戸 時代 中期 に 活躍 し た 地図 考証家 。 +-1 杖罪 ( じょうざい ) 、 もしくは 杖刑 ( じょうけい ) と は 、 律令 法 の 五 刑 の 一 つ 。 +-1 杉玉 ( すぎたま ) と は 、 スギ の 葉 ( 穂先 ) を 集め て ボール 状 に し た 造形物 。 +1 徳大寺 公俊 ( とくだいじ きん と し 、 応安 4 年 1 月 7 日 ( 旧暦 ) ( 13 71 年 1 月 24 日 ) - 正長 元年 6 月 19 日 ( 旧暦 ) ( 142 8 年 7 月 31 日 ) ) は 室町 時代 の 公卿 。 +1 鳥居 禅尼 ( とりいぜん に 、 生没年 不詳 ) 、 平安 時代 末期 、 鎌倉 時代 初期 の 女性 。 +-1 新 薬師寺 ( しんやく しじ ) は 、 奈良 市 高畑 福井 町 に あ る 華厳 宗 の 寺院 で あ る 。 +1 日野 勝光 ( ひ の かつみつ 、 永享 元年 ( 1429 年 ) - 文明 ( 日本 ) 8 年 6 月 15 日 ( 旧暦 ) ( 147 6 年 7 月 6 日 ) ) は 室町 時代 の 公家 。 +-1 総髪 ( そうはつ ) は 、 江戸 時代 前期 から 男性 神官 や 儒学 者 の 髪形 と し て 結 わ れ た もの 。 +-1 老中 ( ろうじゅう ) は 、 江戸 幕府 および 藩 の 職名 。 +-1 一条 ( いちじょう ) 家 は 、 摂家 の ひと つ で 公家 で あ る 。 +1 岩倉 具視 ( いわくら ともみ 、 文政 8 年 9 月 15 日 ( 旧暦 ) ( 182 5 年 10 月 26 日 ) - 明治 16 年 ( 1883 年 ) 7 月 20 日 ) は 日本 の 公家 、 政治 家 。 +-1 奉書 船 ( ほうしょせん ) と は 、 征夷 大将軍 が 発給 し た 朱印状 に 加え て 、 老中 の 書 い た 奉書 と い う 許可 証 を も っ た 船 の こと 。 +-1 労働 組合 期 成 会 ( ろうどう くみあい き せいかい ) は 、 明治 時代 の 、 労働 組合 の 結成 を 目的 と し た 団体 。 +-1 大和 大路通 ( やまと おおじ どおり ) は 、 京都 市 の 南北 の 通り の 一 つ 。 +-1 和束 町 ( わづか ちょう ) は 、 京都 府 相楽 郡 に あ る 町 で あ る 。 +1 当子 内 親王 ( とうし ( まさこ ) ないしんの う 、 長保 3 年 ( 1001 年 ) - 治安 ( 元号 ) 2 年 9 月 12 日 ( 旧暦 ) ( 1022 年 10 月 10 日 ) は 、 日本 の 第 67 代 三 条 天皇 の 第 一 皇女 。 +-1 本項 京都 市 南 区 の 町名 ( きょうと し みなみ く の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +1 書 智徳 ( ふみの ち とこ 、 生年 不明 - 持統 天皇 6 年 ( 692 年 ) 5 月 20 日 ? ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 三 好 之長 ( みよしゆきなが ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 霊元 天皇 ( れいげん てんのう 、 承応 3 年 5 月 25 日 ( 1654 年 7 月 9 日 ) - 享保 17 年 8 月 6 日 ( 1732 年 9 月 24 日 ) ) は 神武 天皇 から 数え て 第 112 代 天皇 。 +-1 滝口 武者 ( た きぐち の むしゃ ) は 、 蔵人 所 の 下 で 9 世紀 末頃 から 内裏 の 警護 に あた っ て い た 武士 。 +-1 岡 っ引 ( お かっぴき ) は 、 江戸 時代 の 町 奉行 所 や 火付 盗賊 改方 等 の 警察 機能 の 末端 を 担 っ た 非 公認 の 協力 者 。 +-1 都城 制 ( とじょうせい ) と は 東 アジア 文化 圏 に お い て 中国 の 都城 の 影響 を 受け た 都市 設計 を い う 。 +-1 勾当内 侍 ( こうとう の ないし ) は 、 南北朝 時代 ( 日本 ) の 公家 の 女性 で あ る 。 +1 松平定 良 ( まつだいら さだよし ) は 、 伊勢 国 桑 名 藩 の 第 2 代 藩 主 。 +-1 堀之内 ( ほり の うち ) は 中世 日本 に おけ る 武士 ・ 在地 領主 の 館 ( たち ・ たて ) を 指 す 歴史 用語 。 +1 源 俊賢 ( みなもと の としかた 、 天徳 ( 日本 ) 3 年 ( 959 年 ) - 万寿 4 年 6 月 13 日 ( 旧暦 ) ( 102 7 年 7 月 19 日 ) ) は 平安 中期 の 廷臣 。 +1 高橋 順太郎 ( たかはし じゅんたろう 、 安政 3 年 3 月 28 日 ( 旧暦 ) ( 1856 年 5 月 2 日 ) - 大正 9 年 ( 1920 年 ) 6 月 4 日 ) は 石川 県 金沢 市 出身 、 医学 博士 。 +-1 梅小路 公園 ( うめこうじ こうえん ) と は 、 京都 市 下京 区 観喜 寺 町 、 八条 坊門 町 、 梅小路頭 町 に またが る 公園 。 +-1 石 舞台 古墳 ( いしぶたい こふん ) は 、 奈良 県 明日香村 に あ る 古墳 時代 後期 の 古墳 。 +1 稚狭 王 ( わかさ の おおきみ 、 生年 不明 - 天武 天皇 7 年 ( 67 8 年 ) 9 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 寄親 ・ 寄子 ( よりおや ・ よりこ ) と は 、 中世 日本 に お い て 親子 に 擬制 し て 結 ば れ た 主従 関係 あるいは これ に 准 ずる 保護 者 ・ 被 保護 者 の 関係 。 +-1 伊根湾 ( いねわん ) は 京都 府 与謝 郡 伊根 町 に あ る 湾 。 +-1 くノ 一 ( く の いち ) は 忍者 の 隠語 で 女性 の こと を 指 し 、 仕事 の しかけ に 女性 を 使 う こと を くの いち の 術 と 呼 ん だ 。 +-1 照り焼き ( てりやき ) と は 日本 料理 の 調理 法 。 +1 大 中臣 頼 基 ( おおなか とみ の より も と 、 仁和 2 年 ( 886 年 ) 頃 ? - 天徳 ( 日本 ) 2 年 ( 958 年 ) ? ) は 、 平安 時代 中期 の 歌人 。 +1 藤原 清房 ( ふじわらの きよふさ 、 生没 年 未詳 ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公家 、 廷臣 。 +1 久明 親王 ( ひさあき しんのう / ひさあきら しんの う 、 建治 2 年 9 月 11 日 ( 旧暦 ) ( 1276 年 10 月 19 日 ) - 嘉暦 3 年 10 月 14 日 ( 旧暦 ) ( 1328 年 11 月 16 日 ) ) は 、 鎌倉 幕府 8 代 征夷 大将軍 。 +1 源 重貞 ( みなもと の しげさ だ 、 生年 不詳 - 治承 4 年 ( 1180 年 ) ) は 、 平安 時代 末期 の 武将 。 +-1 油かす ( あぶらか す ) と は 、 食肉 から 油脂 を 抽出 し た 残滓 で あ り 、 元 の 原料 や 地方 に よ り 様々 な 呼 び 方 が あ る 。 +1 北白川 宮能久 親王 ( きたしらかわ の みや よしひさしんのう 、 1847 年 4 月 1日 ( 弘化 4 年 2 月 16 日 ( 旧暦 ) ) - 1895 年 ( 明治 28 年 ) 10 月 28 日 は 、 幕末 ・ 明治 時代 の 皇族 、 陸軍 軍人 。 +1 源順 ( みなもと の したごう 、 延喜 11 年 ( 911 年 ) - 永観 元年 ( 983 年 ) ) は 日本 の 平安 時代 初期 の 学者 、 歌人 。 +1 唐橋 ( からはし 、 生没年 不詳 ) は 、 江戸 幕府 大 奥 女 中 。 +-1 時服 ( じふく ) は 、 毎年 、 春 と 秋 と に 、 また は 夏 と 冬と に 、 朝廷 から 皇親 以下 諸臣 に 賜 っ た 衣服 で あ る 。 +-1 十 王 信仰 ( じゅうおう しんこう ) と は 、 地獄 ( 仏教 ) を 統べ る 10 人 の 裁判 官 に 対 し て 慈悲 を 乞 う 信心 の 一種 で あ る 。 +-1 准后 ( じゅごう ) と は 、 太皇 太后 、 皇太后 、 皇后 の 三后 に 准 じ た 貴族 の 称号 。 +-1 貞観 の 治 ( じょうがん の ち ) と は 中国 唐 ( 61 8 年 - 90 7 年 ) の 第 2 代 皇帝 ・ 太宗 ( 唐 ) の 治世 、 貞観 ( 唐 ) ( 元年 - 23 年 ) 時代 ( 627 年 - 649 年 ) の 政治 を 指 す 。 +1 蚊屋 木間 ( かや の このま 、 生年 不明 - 持統 天皇 7 年 ( 693 年 ) 8 月 16 日 ? ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 阪急 電鉄 株式 会社 ( はん きゅう でんてつ 、 英語 Hankyu Corporation ) は 、 大阪 梅田 駅 と 神戸 市 ・ 宝塚 市 ・ 京都 市 を 結 ぶ 大手 私鉄 。 +1 吉備 真備 ( きび の まきび 、 持統 天皇 9 年 ( 695 年 ) - 宝亀 6 年 10 月 2 日 ( 旧暦 ) ( 775 年 11 月 3 日 ) ) は 、 日本 の 奈良 時代 の 学者 、 政治 家 ( 公卿 ) 。 +-1 大連 ( おおむらじ ) と は 、 古墳 時代 に おけ る ヤマト 王権 に 置 か れ た 役職 の 1 つ 。 +-1 天下 一 品 ( てんか いっ ぴん ) は 京都 府 京都 市 が 発祥 の ラーメン チェーン 店 で あ る 。 +-1 宇賀神 ( うがじん ) は 、 日本 で 中世 以降 信仰 さ れ た 民間 信仰 の 神 ( 神道 ) で あ る 。 +1 『 五番町 夕霧楼 』 ( ご ばん ちょう ゆうぎり ろう ) は 、 水上 勉 の 代表 作 で あ り 1950 年 に おき た 金閣 寺 放火 事件 と 著者 の 実 体験 を 基 に し て い る 。 +1 金森 重近 ( かな もり しげちか   天正 12 年 ( 1584 年 ) - 明暦 2 年 12 月 16 日 ( 旧暦 ) ( 1657 年 1 月 30 日 ) ) は 武将 金森 可重 ( 飛騨 高山 藩 藩主 ) の 長男 。 +1 『 破戒 』 ( はかい ) は 、 島崎 藤村 の 長編 小説 。 +-1 帝釈 天 ( たいしゃくてん ) は 、 仏教 の 守護 神 で あ る 天部 の 一 つ 。 +-1 手事物 ( てごとも の ) は 、 三曲 の 音楽 で あ る 地歌 、 箏曲 、 胡弓 楽 に お い て 、 器楽 部 で あ る 手事 を 備え た 楽曲 形式 ( この 場合 『 手事 物 形式 』 と も 呼 ぶ ) 、 また 曲種 の こと 。 +-1 空海 ( くうかい ) は 、 平安 時代 初期 の 僧 。 +-1 地蔵 院 ( じぞう いん ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 浄土 宗 の 寺院 。 +-1 済信 ( さいじん ・ せいじん 、 天暦 8 年 1 月 30 日 ( 旧暦 ) ( 954 年 3 月 12 日 ) - 長元 3 年 6 月 11 日 ( 旧暦 ) ( 10 30 年 7 月 14 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +-1 応天門 ( おうてんもん 、 應天門 ) +1 岩倉宮 ( いわくら のみや ) は 鎌倉 時代 初期 に 存在 し た 宮家 の 一 つ 。 +-1 今出川 駅 ( いまで がわ えき ) は 、 京都 府 京都 市 上京 区 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +-1 観世流 ( かんぜ - りゅう ) は 能楽 に おけ る 能 の 流派 の 一 。 +1 大炊 御門 信経 ( おおい の みかど の ぶつね 、 文和 4 年 ( 1355 年 ) - 没年 不詳 ) は 南北朝 時代 ( 日本 ) の 公卿 。 +-1 山岳 信仰 ( さん がく しんこう ) と は 、 山 を 神聖 視 し 崇拝 の 対象 と する 信仰 。 +1 土御門 久脩 ( つちみかど ひさな が 、 永禄 3 年 ( 15 60 年 ) - 寛永 2 年 1 月 18 日 ( 旧暦 ) ( 1625 年 2 月 24 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 の 公卿 ・ 陰陽 家 。 +-1 茶室 ( ちゃしつ ) は 、 茶事 の 主催 者 ( 主人 、 亭主 ) が 客 を 招 き 、 茶 を 出 し て もてな す ため に 造 ら れ る 施設 で あ る 。 +1 大内 弘茂 ( おおうち ひろしげ 、 ? - 140 1 年 ( 応永 8 年 ) ) は 、 室町 時代 前期 の 武将 。 +-1 法華 堂 ( ほっけどう ) は 、 法華 三 昧 堂 の 略 で 天台 宗 の 法華 経 三 昧 の 行 ( 仏教 ) を 行 う 仏堂 の こと で あ る 。 +1 朽木 綱 方 ( く つき つ な かた ) は 、 丹波 国 福知 山 藩 の 第 10 代 藩 主 。 +-1 比叡山 ドライブ ウェイ ( ひ えいざん ドライブ ウェイ ) は 、 滋賀 県 大津 市 の 比叡山 に あ る 、 京阪 電気 鉄道 の 子 会社 で あ る 比叡山 自動 車 道 株式 会社 ( 京阪 グループ の 項目 参照 ) が 運営 する 自動 車 道 。 +1 淳子 女王 ( あつこ / じゅんしじょおう 、 生没年 不詳 ) は 、 平安 時代 後期 の 皇族 。 +1 秦 公春 ( はた の きみはる 、 生年 不詳 - 仁平 3 年 1 月 19 日 ( 旧暦 ) ( 1152 年 2 月 26 日 ) ) は 、 平安 時代 末期 の 官人 。 +1 土岐 頼貞 ( ときより さだ 、 文永 8 年 ( 12 71 年 ) - 暦応 2 年 ( 1339 年 ) ) は 鎌倉 時代 から 南北朝 時代 ( 日本 ) の 武将 。 +-1 七 代 目尾上 菊五郎 ( しちだい め おの えき くごろう 、 1942 年 10 月 2 日 - ) は 、 日本 の 俳優 、 歌舞伎 役者 、 歌舞伎 の 名跡 「 尾上 菊五郎 」 の 当代 。 +1 『 新後 拾遺和 歌集 』 ( しんご しゅう いわかしゅう ) は 、 勅撰 和 歌集 。 +-1 鞍 作止利 ( くら つくり の とり ) は 、 飛鳥 時代 に 活躍 し た 帰化 人 系 の 仏師 。 +1 平信季 ( たいら の のぶすえ 、 天養 元年 ( 1144 年 ) ? - 治承 3 年 7 月 1日 ( 旧暦 ) ( 1179 年 8 月 5 日 ) ) は 、 平安 時代 末期 の 官人 。 +1 金春 禅竹 ( こんぱるぜんちく 、 応永 12 年 ( 140 5 年 ) - 文明 ( 日本 ) 3 年 ( 14 7 1 年 ) 以前 ) は 室町 時代 の 能 役者 、 能作 者 。 +1 小幡 三郎 ( おばたさぶろう 、 生年 不明 - 慶応 4 年 9 月 4 日 ( 旧暦 ) ( 1868 年 10 月 19 日 ) ) は 、 新 選 組 隊士 。 +-1 ハヤシライス と は 、 薄切り し た 牛肉 と タマネギ を バター で 炒め 、 赤 ワイン と ドミグラス ソース で 煮 た もの を 白飯 の 上 に かけ た 料理 。 +-1 室 町 家 ( むろまち け ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +-1 融米 造り ( ゆうま い づくり ) と は 、 日本 酒 の 現代 の 製法 の 一 つ で 高温糖 化 法 、 高温糖 化 法 の 一種 。 +-1 一上 ( いち の かみ ) と は 、 筆頭 の 公卿 ( 一 ノ 上卿 ) と い う 意味 で 、 通常 は 左 大臣 の こと を 指 す 。 +1 脇坂 安信 ( わきさか やすのぶ 、 生年 不詳 - 寛永 14 年 4 月 1日 ( 旧暦 ) ( 1637 年 5 月 24 日 ) ) は 、 江戸 時代 初期 の 大名 。 +-1 奉納 ( ほうのう ) と は 、 氏子 ・ 檀家 が 神仏 を 敬 い 、 また 鎮め 愉 し ま せ る 目的 の ため 、 人々 に と っ て 「 価値 の あ る もの 」 を 供物 と し て 神仏 ( お 墓 など も 含 む ) に 捧げ る 宗教 的 な 行為 の こと を い う 。 +-1 伏見 桃山陵 ( ふしみ も も やま の みささぎ 、 ふしみ も も やまりょう ) は 京都 府 京都 市 伏見 区 に あ る 明治 天皇 の 天皇 陵 。 +1 松平仙 千代 ( まつだいら せんち よ 、 文禄 4 年 3 月 13 日 ( 旧暦 ) ( 1595 年 4 月 22 日 ) - 慶長 5 年 2 月 7 日 ( 旧暦 ) ( 160 0 年 3 月 21 日 ) ) は 安土 桃山 時代 の 武家 の 人物 。 +-1 真言 宗 御 室 派 ( しんごん しゅうおむろ は ) は 、 日本 に おけ る 真言 系 仏教宗 派 の ひと つ で 、 古義 真言宗 に 属 する 。 +1 保科 正貞 ( ほし な まささだ ) は 、 上総 国 飯野 藩 の 初代 藩 主 。 +1 能勢 勝右衛門 ( のせかつえもん 、 寛永 15 年 ( 1638 年 ) - 元禄 4 年 10 月 2 日 ( 旧暦 ) ( 1691 年 11 月 21 日 ) ) は 、 岡山 藩士 ・ 知行 800 石 。 +1 酒井 兵庫 ( さかい ひょうご 、 生年 不詳 - 慶応 元年 ( 1865 年 ) 7 月 頃 ) は 新選 組 会計 方 。 +1 新井 破魔男 ( あらい はまお 、 天保 14 年 ( 1843 年 ) - 慶応 4 年 9 月 5 日 ( 旧暦 ) ( 1868 年 10 月 20 日 ) ? ) は 、 甲斐 国 出身 の 新 選 組 隊士 。 +-1 改正 掛( かいせい がかり ) と は 、 明治 2 年 11 月 18 日 _ ( 旧暦 ) ( 1869 年 12 月 20 日 ) に 民部 省 に 設置 さ れ た 部局 で あ る 。 +1 多田 頼盛 ( ただより も り 、 生没年 不詳 ) あるいは 源頼盛 ( みなもと の より もり ) は 、 平安 時代 末期 の 武将 。 +-1 文明 論之 概略 ( ぶんめい ろん の がいりゃく ) は 、 福澤 諭吉 の 著書 。 +-1 洛陽 三十 三 所 観音 霊場 ( らくよう さんじゅう さんしょ かんの ん れい じょう ) は 、 観音 菩薩 を ま つ る 京都 府 京都 市 の 三十 三 ヶ寺 の 観音 霊場 。 +-1 九条 通 ( くじょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +1 『 日本 楽府 』 ( にほん が ふ ) は 、 頼山 陽 が 著 し た 詩集 。 +1 桂宮節仁親王 ( かつら の みや みさひとしんの う 、 天保 4 年 11 月 1日 ( 旧暦 ) ( 1833 年 12 月 11 日 ) - 天保 7 年 3 月 5 日 ( 旧暦 ) ( 1836 年 4 月 20 日 ) ) は 江戸 時代 後期 の 日本 の 皇族 。 +-1 亀岡 市 コミュニティバス ( かめおかし こみゅにてぃばす ) は 、 京都 府 亀岡 市 で 運行 さ れ て い る コミュニティバス 。 +1 西園寺 姞子 ( さいおん じきつ し 、 嘉禄 元年 ( 1225 年 ) - 正応 5 年 9 月 9 日 ( 1292 年 10 月 20 日 ) ) は 、 後嵯峨 天皇 の 中宮 で 後 に 皇太后 。 +-1 棒手売 ( 棒天振 と も 、 ぼてふり ) は 、 商品 を 天秤 棒 に 担 い で 売買 する こと 。 +1 紀夏井 ( き の なつ い 、 生没 年 未詳 ) は 平安 時代 初期 の 貴族 、 政治 家 。 +-1 伊勢 商人 ( いせ しょうにん ) は 、 大阪 商人 、 近江 商人 と 並 ぶ 日本 三 大 商人 の 1 つ で あ る 。 +-1 本項 京都 市 北 区 の 町名 ( きょう と し きた く の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +-1 賀茂 別 雷命 ( か も わけいかづち の みこと ) は 、 神道 の 神 ( 神道 ) で あ る 。 +-1 JR 藤森 駅 ( じぇいあーる ふじ の も り えき ) は 、 京都 府 京都 市 伏見 区 深草 大亀谷 大山 町 99 番地 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 。 +1 和田 賢秀 ( にぎ た かた ひで 、 ? - 貞和 4 年 / 正平 ( 日本 ) 3 年 1 月 5 日 ( 旧暦 ) ( 1348 年 2 月 4 日 ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +-1 八尺 瓊 勾玉 ( やさか に の まがたま ) は 八咫 鏡 ・ 天叢 雲剣 と 共 に 三 種 の 神器 の 一 つ 。 +-1 末川 記念 会館 ( すえかわ きねん かいかん ) は 、 京都 府 京都 市 中京 区 に 本部 を 置 く 学校 法人 立命 館 の 施設 で あ る 。 +1 行 修 ( ぎょうしゅう 、 生没年 不明 ) は 、 奈良 時代 の 大安 寺僧 。 +-1 一休 宗純 ( いっ きゅう そうじゅん ) は 、 室町 時代 の 臨済 宗 臨済 宗 大徳 寺 派 の 禅僧 で あ る 。 +-1 御 曹司 ( おんぞうし ) +1 花井 お 梅 ( は ない おうめ 、 文久 3 年 ( 1863 年 ) - 大正 5 年 ( 1916 年 ) 12 月 14 日 ) は 、 明治 ・ 大正 時代 の 毒婦 、 および 彼女 と その 殺人 事件 を モデル と し た 映画 の タイトル 、 登場 人物 の 名称 で あ る 。 +1 藤原 尹明 ( ふじわら の ただ あき また は まさあき 、 生没 年 未詳 ) は 平安 時代 末期 の 公家 。 +-1 士 農工商 ( し のうこうしょう ) と は 、 儒教 に お い て 社会 を 構成 する 主要 な 身分 ( 官吏 ・ 百 姓 ・ 職人 ・ 商人 ) の 上下 関係 を 指 す 概念 で あ る 。 +1 三宅 秀 ( みやけ ひ いず 、 嘉永 元年 ( 1848 年 ) 11 月 - 昭和 13 年 ( 1938 年 ) 3 月 16 日 ) は 、 日本 の 医師 ・ 蘭学 者 ・ 医学 者 ・ 国会 議員 ( 貴族 院 ( 日本 ) ) 。 +1 牧野 忠雅 ( まきの ただまさ 、 寛政 11 年 11 月 6 日 ( 旧暦 ) ( 1799 年 12 月 2 日 ) - 安政 5 年 10 月 25 日 ( 旧暦 ) ( 1858 年 11 月 30 日 ) ) は 、 江戸 時代 の 大名 、 老中 。 +-1 関所 ( せきしょ ) と は 、 交通 の 要所 に 設置 さ れ た 、 徴税 や 検問 の ため の 施設 で あ る 。 +1 孝霊 天皇 ( こうれい てんのう 、 孝安 天皇 51 年 ( 紀元 前 342 年 ) - 孝霊 天皇 76 年 2 月 8 日 ( 旧暦 ) ( 紀元 前 215 年 3 月 27 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 第 7 代 の 天皇 ( 在位 : 孝霊 天皇 元年 1 月 12 日 ( 旧暦 ) ( 紀元 前 290 年 2 月 19 日 ) - 同 76 年 2 月 8 日 ( 旧暦 ) ( 紀元 前 215 年 3 月 27 日 ) ) 。 +1 民 小鮪 ( たみの おしび 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 朝廷 ( ちょうてい ) と は 、 天子 が 政事 を 行 う 場所 。 +1 龍草廬 ( りゅう ( たつ ) そうろ 、 正徳 ( 日本 ) 4 年 ( 1714 年 ) - 寛政 4 年 ( 1792 年 ) ) は 、 江戸 時代 後期 の 儒学者 ・ 漢詩 人 で あ る 。 +1 明円 ( みょうえん / めいえん 、 生年 不詳 - 正治 元年 ( 1199 年 ) ) は 、 平安 時代 末期 - 鎌倉 時代 初期 の 仏師 。 +1 拝郷 蓮茵 ( はいごう れん いん 、 180 7 年 - 1892 年 ) は 江戸 時代 、 明治 時代 の 国学 者 。 +-1 襦袢 ( じゅばん 、 じゅはん 、 ジバン ) は 、 和服 用 の 下着 の 一 。 +-1 角宮 神社 ( すみのみや じんじゃ ) は 、 京都 府 長岡 京 市 に あ る 神社 で あ る 。 +-1 殿 中 御 掟 ( でんちゅうおん おき て ) と は 、 織田 信長 が 将軍 ・ 足利 義昭 に 承認 さ せ た 掟 で あ る 。 +-1 鹽津 神社 ( し おつ じんじゃ ) は 、 滋賀 県 伊香 郡 西 浅井 町 に 鎮座 する 神社 で あ る 。 +-1 民撰 議院 設立 建白書 ( みんせん ぎいん せつりつ けんぱく しょ ) は 、 1874 年 ( 明治 7 年 ) 1 月 17 日 、 前 参議 ・ 板垣 退助 、 後藤 象二郎 ら が 、 政府 に 対 し て 最初 に 民選 の 議会 開設 を 要望 し た 建白書 。 +1 平季長 ( たいら の すえな が 、 生年 未詳 - 寛平 9 年 7 月 22 日 ( 旧暦 ) ( 897 年 8 月 23 日 ) は 、 平安 時代 前期 の 貴族 。 +-1 禅 ( ぜん , Zen . 禅宗 ) は 、 達磨 が インド から 中国 に 伝え て 成立 し た と さ れ る 大乗 仏教 の 一派 。 +-1 木津川 台 駅 ( きづ が わだい えき ) は 、 京都 府 木津川 市 吐師 高樋 10 - 2 に あ る 近畿 日本 鉄道 ( 近鉄 ) 近鉄 京都 線 の 鉄道 駅 。 +1 禖子 内 親王 ( ばいし ( みわこ ) ないしんの う 、 長暦 3 年 8 月 19 日_ ( 旧暦 ) ( 10 39 年 9 月 10 日 ) - 嘉保 3 年 9 月 13 日 _ ( 旧暦 ) ( 1096 年 10 月 1日 ) は 、 後朱 雀 天皇 の 第 四 皇女 。 +-1 官田 ( かんでん ) は 日本 と 中国 で 用法 が 異な る 。 +-1 八幡 市 ( やわたし ) は 、 京都 府 の 南部 、 大阪 府 と の 境界 線 沿い に 位置 する 市 で あ る 。 +-1 井ノ奥 公園 ( い の おく こうえん ) は 、 京都 府 福知 山 市 三和 町 千束 に あ る 都市 公園 。 +1 谷干城 ( た にたてき 、 天保 8 年 2 月 12 日 ( 旧暦 ) ( 1837 年 3 月 18 日 ) - 明治 44 年 ( 1911 年 ) 5 月 13 日 ) は 、 幕末 から 明治 に かけ て 活躍 し た 、 土佐 藩 士 、 軍人 、 政治 家 。 +1 紀淑人 ( きの よし と 、 生没年 不詳 ) は 、 平安 時代 中期 の 官人 。 +-1 境内 ( けいだい ) は 、 神社 や 寺院 の あ る 敷地 の こと で あ る 。 +1 阿佐美 実高 ( あさみ さね たか 、 生年 不詳 - 仁治 2 年 ( 1241 年 ) ) は 、 平安 時代 末期 から 鎌倉 時代 に かけ て の 武蔵 国 児玉 党 の 武士 。 +-1 半臂 ( はんぴ ) と は 、 武官 束帯 や 舞楽 の 装束 で 、 袍 の 下 に 着 る 袖なし の 胴着 の こと 。 +1 建振 熊命 ( たけふる くまのみこと ) 、 難波 根子 建振熊 ( なにわ ねこ たけふる くま ) は 、 古墳 時代 の 人物 。 +-1 火付 盗賊 改方 ( ひつけ とうぞく あらためかた ) は 、 江戸 時代 に 主に 重罪 で あ る 火付け ( 放火 ) 、 盗賊 ( 押し込み 強盗 団 ) 、 賭博 を 取り締ま っ た 役職 。 +-1 法隆 寺 金堂 壁画 ( ほうりゅうじ こんどう へきが ) は 、 奈良 県 斑鳩 町 の 法隆 寺 金堂 の 壁面 に 描 か れ て い た 7 世紀 末頃 の 仏教 絵画 で あ る 。 +-1 年 官 ( ねんかん ) と は 、 日本 の 古代 ・ 中世 前期 に お い て 、 皇族 及び 貴族 が 保有 し て い た 官職 推薦 権 を 指 す 用語 。 +1 佐々 氏綱 ( さっさうじつな ) は 、 佐々木 盛綱 の 子加地 信実 の 八男 。 +1 小石 元 瑞 ( こい しげん ずい 、 天明 4 年 11 月 20 日 ( 旧暦 ) ( 1784 年 12 月 31 日 ) - 嘉永 2 年 2 月 10 日 ( 旧暦 ) ( 1849 年 3 月 4 日 ) ) は 、 江戸 時代 後期 の 蘭学 者 、 蘭方 医 。 +-1 御 節 料理 ( おせちりょうり ) は 、 節日 ( 節句 ) に 作 ら れ る 料理 。 +-1 茶道 ( さどう 、 ちゃどう ) と は 、 様式 に のっと って 客人 に 茶 を ふるま う 行為 の こと 。 +1 大内 義弘 ( おお う ち よしひろ 、 延文 元年 / 正平 ( 日本 ) 11 年 ( 1356 年 ) - 応永 6 年 12 月 21 日 ( 旧暦 ) ( 140 0 年 1 月 17 日 ) ) は 室町 時代 の 守護 大名 で あ る 。 +1 路益 人 ( みち の ます ひと 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 斎藤 利三 ( さいとう としみつ ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 。 +-1 祇園 神社 ( ぎおん じんじゃ ) は 、 祇園 信仰 の ため の 神社 。 +1 種子島 時尭 ( たねがしま と き たか 、 152 8 年 ( 享禄 元年 ) - 15 79 年 10 月 21 日 ( 天正 7 年 10 月 2 日 ( 旧暦 ) ) ) は 、 島津 氏 の 家臣 で 種子島 の 領主 。 +1 大江 千古 ( おおえ の ちふる 、 貞観 ( 日本 ) 8 年 ( 866 年 ) - 延長 ( 元号 ) 2 年 5 月 29 日 ( 旧暦 ) ( 924 年 7 月 8 日 ) ) は 、 平安 時代 の 貴族 、 公家 。 +-1 観賢 ( かんげん 、 斉衡 元年 ( 854 年 ) - 延長 ( 元 号 ) 3 年 6 月 11 日 ( 旧暦 ) ( 92 5 年 7 月 4 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +-1 居合道 ( いあいどう ) と は 、 武術 で あ る 抜刀術 ・ 居合 を 武道 と し た もの で あ る 。 +-1 隻手 の 声 ( せきしゅ の こえ ) 、 隻手 音声 ( せき しゅ おん じょう ) は 、 白隠 が 創案 し た 禅 の 代表 的 な 公案 の ひと つ 。 +-1 揚げ出し 豆腐 ( あげだ し どう ふ ) は 、 豆腐 に 衣 を まと わせ て 揚げ 、 出汁 また は 、 醤油 で 味 を 付け た つゆ を かけ た 料理 で あ る 。 +-1 板蓋宮 ( いたぶき のみや ) は 、 7 世紀 中葉 に 皇極 天皇 が 営 ん だ 宮 。 +-1 妙慧 山 善正 寺 ( ぜん しょうじ ) は 京都 府 京都 市 左京 区 岡崎 東福 ノ川町 に あ る 、 黒谷 龍光院 の 西 に あた る 。 +1 古 文書 ( こもん じょ ) と は 、 歴史 学 上 、 特定 の 対象 へ 意思 を 伝達 する ため に 作成 さ れ た 伝達 手段 の こと で あ る 。 +1 洞院 実夏 ( とういん さねなつ 、 正和 4 年 ( 1315 年 ) - 貞治 6 年 / 正平 ( 日本 ) 22 年 6 月 1日 ( 旧暦 ) ( 1367 年 6 月 28 日 ) ) は 、 南北朝 時代 _ ( 日本 ) の 公卿 ( 内 大臣 ( 持明 院 統 ) ) 。 +-1 東山 ( ひがしやま ) は 京都 盆地 の 東側 に あ る 山 の 総称 で あ る 。 +-1 報恩 講 と は 、 浄土 真宗 の 開祖 で あ る 親鸞 ( 11 73 ~ 1262 ) の 命日 の 前後 に 、 宗祖 に 対 する 報恩 謝 徳 の 為 に 営 ま れ る 法要 の こと 。 +-1 福袋 ( ふくぶくろ ) は 、 年始 ( 正月 ) に 百貨 店 ( 初売り 前後 から ) など で 販売 さ れ る 、 複数 の 商品 を 組み合わせ て 袋詰め に し た もの 。 +1 大久保 忠教 ( おおくぼ ただ たか 、 永禄 3 年 ( 15 60 年 ) - 寛永 16 年 2 月 29 日 ( 旧暦 ) ( 1639 年 4 月 2 日 ) ) は 戦国 時代 ( 日本 ) から 江戸 時代 前期 の 武将 。 +1 徳大寺 公維 ( とくだいじ きん ふさ 、 天文 ( 元号 ) 6 年 ( 1537 年 ) - 天正 16 年 5 月 19 日 ( 旧暦 ) ( 158 8 年 6 月 12 日 ) ) は 、 室町 時代 後期 から 安土 桃山 時代 の 公卿 。 +1 永田 徳本 ( ながた とくほん 、 1513 年 ( 永正 10 年 ) - 1630 年 3 月 27 日 ( 寛永 7 年 2 月 14 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) 後期 から 江戸 時代 初期 に かけ て の 医師 。 +-1 錦絵 新聞 ( にしきえ しんぶん ) と は 、 日本 の 明治 初期 の 数 年間 に 発行 さ れ て い た 視覚 的 ニュース ・ メディア で 、 一 つ の 新聞 記事 を 浮世 絵 の 一種 で あ る 錦絵 一 枚 で 絵説 き し た もの 。 +1 静尊 法 親王 ( じょうそん ほっ しん のう 、 生没年 不詳 ) は 、 鎌倉 時代 後期 から 南北朝 時代 に かけ て の 法親 王 。 +1 花園 天皇 宸記 ( はなぞの てんの うしんき ) は 、 花園 天皇 の 日記 。 +1 酢香手 姫 皇女 ( すかて ひめ の ひめみこ 、 生没 年 未詳 ) は 、 飛鳥 時代 の 皇女 で あ る 。 +-1 鼓 ( つづみ ) は 日本 特有 の 伝統 的 な 楽器 の ひと つ で 、 もっとも 狭義 に は 小鼓 を 指 す 。 +1 金春 八条 ( こんぱる はちじょう 、 1886 年 9 月 30 日 - 1962 年 5 月 17 日 ) は シテ 方 金 春 流 七十 八 世 宗 家 。 +-1 明覚 ( みょうがく 、 天喜 4 年 ( 1056 年 ) - 没年 不詳 ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +1 橘則長 ( たちばなの のりなが 9 8 2 ~ 10 3 4 ) は 、 平安 時代 中期 の 歌人 。 +-1 慈眼 院 ( じげんいん ) は 大阪 府 泉佐野 市 に あ る 真言 宗 御 室 派 の 寺院 。 +1 美田村 顕教 ( みたむら あきの り 、 1850 年 1 月 16 日 ( 嘉永 2 年 12 月 4 日 ( 旧暦 ) ) - 1931 年 ( 昭和 6 年 ) 1 月 10 日 ) は 、 旧 丹波 亀岡 藩 ( 丹波 亀山 藩 ) 出身 の 武術 家 ( 天道 流 第 14 代 ) 。 +1 森近 運平 ( もりちか うんぺい 、 1881 年 1 月 20 日 - 19 11 年 1 月 24 日 ) は 社会 主義 者 。 +-1 梅若 流 ( うめわか りゅう ) と は 、 1921 年 ( 大正 14 年 ) から 1954 年 ( 昭和 29 年 ) まで 存在 し た 能楽 の 流派 。 +1 三条 天皇 ( さんじょうてんのう 、 天延 4 年 1 月 3 日 ( 97 6 年 2 月 5 日 ) - 寛仁 元年 5 月 9 日 ( 1017 年 6 月 5 日 ) ) は 第 67 代 の 天皇 。 +-1 高野山 真言宗 ( こうや さん しんごん しゅう ) は 、 平安 時代 初頭 に 弘法 大師 ( 空海 ) が 入唐 し 、 唐 ( 中国 ) ・ 長安 ( 西安 市 ) の 青龍 寺 ( 西安 市 ) で 恵果 ( けいか ・ えか ) から 密教 を 学 び 、 日本 に 帰国 後 、 開 い た 真言 宗 の 一 宗 派 。 +-1 巡礼 ( じゅんれい ) は 、 聖地 を 巡 る と い う 宗教 的 行為 の こと を 指 す 。 +-1 天道 は 日本 に おけ る 太陽 神 。 +-1 手事 ( てごと ) は 、 三曲 の 音楽 で あ る 地歌 、 箏曲 、 胡弓 楽 に お い て 、 歌 と 歌 の 間 に 挟 ま れ た 長 い 器楽 部分 。 +-1 小忌衣 ( お みごろ も ) と は 、 古代 から 伝わ る 、 神事 など に 使用 さ れ る 上衣 。 +-1 逆水 ( さかみず ) と は 、 水揚げ の 方法 の 一 つ 。 +-1 近畿 三十 六 不動 尊 ( きんき さんじゅう ろく ふ どうそん ) は 、 大阪 府 ・ 兵庫 県 ・ 京都 府 ・ 和歌山 県 ・ 滋賀 県 ・ 奈良 県 に あ る 不動 尊 ( 不動 明王 ) を 祀 る 三十 六 ヶ所 の 霊場 。 +1 法仁 法 親王 ( ほうにん ほっ しん のう 、 正中 2 年 ( 1325 年 ) - 文和 元年 / 正平 7 年 10 月 25 日 ( 1352 年 12 月 2 日 ) ) は 、 南北朝 時代 の 法親 王 。 +1 『 平治 物語 』 ( へいじ ものがたり ) は 平治 の 乱 の 顛末 を 描 い た 軍記 物語 。 +-1 古都 奈良 の 文化 財 ( こと なら の ぶんか ざい ) は 、 奈良 県 奈良 市 地域 に 存在 する 寺院 等 の 総称 。 +1 伊木 八郎 ( いきはちろう 、 生没年 不詳 ) は 、 新 選 組 隊士 。 +1 岸田 劉生 ( きしだ りゅうせい 、 男性 、 1891 年 6 月 23 日 - 1929 年 12 月 20 日 ) は 、 大正 ~ 昭和 初期 の 洋画 家 。 +-1 三田 藩 ( さん だ はん ) は 摂津 国 有馬 郡 三田 ( 現 ・ 兵庫 県 三田 市 ) 周辺 を 領有 し た 藩 。 +-1 八木城 ( やぎじょう ) は 京都 府 南丹 市 八木町 八木 および 亀岡 市 宮前 町 神前 周辺 に あ っ た 城 。 +1 源氏 物語 大成 ( げんじ ものがたり たいせい ) と は 、 池田 亀鑑編 著 に よ る 源氏 物語 の 校異 を 中心 に し た 研究 書 で あ る 。 +1 裴世清 ( はいせい せい 、 生没年 不明 ) は 、 7 世紀 前半 に 中国 王朝隋 の 煬帝 に よ る 命 で 俀國 ( 倭国 ) を 訪れ た 使者 。 +-1 堺 浦 の 戦い ( さかい うら の たたか い ) は 、 和泉 国 堺 浦 ( 現在 の 大阪 府 堺 市 ) に て 行 わ れ た 戦い の こと 。 +1 藤原 不比 等 ( ふじわら の ふひと 、 皇極 天皇 5 年 ( 659 年 ) - 養老 4 年 8 月 3 日 ( 旧暦 ) ( 720 年 9 月 13 日 ) ) は 、 飛鳥 時代 から 奈良 時代 初期 に かけ て の 公卿 。 +-1 遊女 ( ゆうじょ 、 あそびめ ) と は 、 遊郭 や 宿場 で 男性 に 性的 サービス を し た 娼婦 で 、 「 客 を 遊 ば せ る 女性 」 と 言 う 意味 が 一般 的 で あ る 。 +-1 えん がわ ( 縁側 、 エンガワ ) と は 、 魚 の 部位 の 通称 で 、 刺身 や 寿司 の ネタ の ひと つ 。 +-1 え え じゃ な い か は 、 日本 の 江戸 時代 末期 の 慶応 3 年 ( 1867 年 ) 7 月 から 翌 明治 元年 ( 1868 年 ) 4 月 に かけ て 、 東海道 、 畿内 を 中心 に 、 江戸 から 四国 に 広が っ た 社会 現象 で あ る 。 +-1 仏教 公伝 ( ぶっきょうこうでん ) と は 、 国家 間 の 公的 な 交渉 と し て 仏教 が 伝え られ る こと を い う 。 +1 物部 小前 ( もの のべ の おまえ 、 生没年 不詳 ) は 安康 天皇 朝頃 の 古代 豪族 物部 氏 の 人物 で あ る 。 +-1 内豎 所 ( ないじゅどころ ) は 、 日本 律令 制 に おけ る 令外 官 の 官司 。 +-1 京都 国立 近代 美術 館 ( きょうと こくりつ きんだい びじゅつ かん 英表記 The National Museumof ModernArt , Kyoto   略称 MOMAK ) は 、 京都 市 左京 区 岡崎 公園 内 に あ る 、 独立 行政 法人 国立 美術 館 が 運営 する 美術 館 で あ る 。 +-1 大久保 駅 ( おおくぼ えき ) は 、 京都 府 宇治 市 広野 町 西裏 81 番地 の 2 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +-1 ツヌグイ ・ イクグイ は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +-1 安堵 状 ( あんどじょう ) は 、 鎌倉 時代 以降 、 征夷 大将軍 、 守護 、 大名 など の 主君 が 家臣 の 武士 に 対 し て 、 所領 ・ 知行 の 所有 を 保証 し た 書状 。 +-1 大親 寺 ( だい しんじ ) は 奈良 県 天理 市 滝 本町 に あ る 仏教 寺院 で あ る 。 +-1 貝 の 口 ( かい の くち ) は 帯 の 結び かた の 一種 。 +-1 日本 > 近畿 地方 > 京都 府 > 久世 郡 +1 酒人 内 親王 ( さかひと な いしんの う 、 天平 勝宝 6 年 ( 75 4 年 ) - 天長 6 年 8 月 20 日 ( 82 9 年 9 月 25 日 ) ) は 、 光仁 天皇 の 皇女 。 +-1 三ノ宮 神社 ( さんのみや じんじゃ ) は 、 京都 市 西京 区 樫原 杉原町 に あ る 神社 で あ る 。 +1 徳大寺 公有 ( とくだいじ きん あ り 、 応永 29 年 2 月 5 日 ( 旧暦 ) ( 142 2 年 2 月 26 日 ) - 文明 ( 日本 ) 18 年 1 月 26 日 ( 旧暦 ) ( 1486 年 3 月 2 日 ) ) は 、 室町 時代 の 公卿 。 +1 細川 興元 ( ほそかわ おきもと ) は 、 安土 桃山 時代 の 武将 。 +-1 堀川 ( ほり かわ ) は 京都 府 京都 市 を 流れ る 淀川 水系 の 河川 。 +1 洋風画 ( ようふう が ) は 、 明治 時代 以前 、 油彩画 の 道具 が 日本 に まだ 輸入 さ れ て い な かっ た 頃 に 、 西洋 画 を 見 よ う 見真似 で 描 い た 絵 。 +-1 百 万 塔 陀羅尼 ( ひゃく まん とう だら に ) と は 、 日本 の 奈良 時代 に 、 鎮護 国家 と 滅罪 を 祈願 する ため に 、 100 万 の 小塔 に 陀羅尼 を 納め て 、 仏教 寺院 に 奉納 さ れ た 陀羅 尼 で あ る 。 +-1 幣帛 ( へい はく ) と は 、 神道 の 祭祀 に お い て 神 ( 神道 ) に 奉献 する もの の うち 、 神饌 以外 の もの の 総称 で あ る 。 +-1 勅旨 省 ( ちょくし しょう ) は 日本 律令 制 で 奈良 時代 後期 に 設置 さ れ た 令外 官 。 +1 吉良 義藤 ( きら よしふじ 、 生没年 不詳 ) は 室町 時代 の 武将 。 +1 開化 天皇 ( かいかてんのう 、 孝元 天皇 7 年 ( 紀元 前 20 8 年 ) - 開化 天皇 60 年 4 月 9 日 ( 旧暦 ) ( 紀元 前 98 年 5 月 23 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 第 9 代 の 天皇 ( 在位 : 孝元 天皇 57 年 ( 紀元 前 158 年 ) 1 1 月 12 日 ( 旧暦 ) - 開化 天皇 60 年 ( 紀元 前 98 年 ) 4 月 9 日 ( 旧暦 ) ) 。 +-1 慈雲 ( じうん   享保 3 年 7 月 28 日 ( 旧暦 ) ( 1 71 8 年 8 月 24 日 ) - 文化 ( 元号 ) 元年 12 月 22 日 ( 旧暦 ) ( 180 5 年 1 月 22 日 ) ) は 江戸 時代 後期 の 真言 宗 の 僧侶 。 +-1 西洋 館 ( せいよう かん ) と は 、 幕末 、 明治 時代 以降 に 日本 で 建設 さ れ た 西洋 の 建築 様式 を 用い た 建物 の こと 。 +-1 伽藍 ( がらん ) は 、 僧侶 が 集ま り 修行 する 清浄 な 場所 の 意味 で あ り 、 後 に は 寺院 また は 寺院 の 主要 建物 群 を 意味 する よう に な っ た 。 +1 橘 公頼 ( たちばな の きみより 、 元慶 元年 ( 877 年 ) - 天慶 4 年 2 月 20 日 ( 旧暦 ) ( 94 1 年 3 月 25 日 ) ) は 、 平安 時代 の 貴族 。 +1 堀川 通具 ( ほり かわ みちと も 、 承安 ( 日本 ) 元年 ( 11 71 年 ) - 嘉禄 3 年 9 月 2 日 ( 旧暦 ) ( 1227 年 10 月 13 日 ) ) は 、 鎌倉 時代 前期 の 歌人 。 +-1 日韓 議定 書 ( にっかん ぎてい しょ ) は 、 日露 戦争 中 の 190 4 年 ( 明治 37 ) 2 月 23 日 に 、 日本 と 大韓 帝国 と の 間 で 締結 さ れ た 条約 で あ る 。 +1 平兼 忠 ( たいら の かねただ ) は 平安 時代 の 「 兵 ( つわもの ) 」 と 呼 ば れ る 受領 層 の 軍事 貴族 。 +1 蒲生 君平 ( が もう くんぺい 、 明和 5 年 ( 1768 年 ) - 文化 ( 元号 ) 10 年 7 月 5 日 ( 1813 年 7 月 31 日 ) ) は 、 江戸 時代 後期 の 儒学 者 。 +1 藤原 真楯 ( ふじわら の また て 、 霊亀 元年 ( 71 5 年 ) - 天平 神護 2 年 3 月 12 日 ( 旧暦 ) ( 76 6 年 4 月 29 日 ) ) は 、 奈良 時代 の 政治 家 。 +1 笠 金村 ( かさの かな むら 、 生没年 不詳 ) は 、 奈良 時代 の 歌人 。 +1 子育て 幽霊 ( こそだて ゆうれい ) は 日本 の 民話 。 +1 北条 時政 ( ほうじょう ときまさ 、 保延 4 年 ( 1138 年 ) - 建保 3 年 1 月 6 日 ( 1215 年 2 月 6 日 ) ) は 、 源 頼朝 の 妻 北条 政子 の 父 。 +1 狩野 養信 ( かのう おさのぶ 、 寛政 8 年 7 月 26 日 ( 旧暦 ) ( 1796 年 8 月 18 日 ) - 弘化 3 年 5 月 19 日 ( 旧暦 ) ( 1846 年 6 月 12 日 ) ) は 江戸 時代 の 木挽 町 家 狩野 派 9 代 目 の 絵師 で あ る 。 +-1 福知 山 市 ( ふくちやまし ) は 、 京都 府 北部 ( 旧 丹波 国 ) の 丹波 地方 に 位置 する 京都 府 下 で 2 番 目 に 出来 た 市 で あ る 。 +1 仙石 秀久 ( せんごく ひでひさ ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 ・ 大名 。 +1 藤原 信長 ( ふじわら の のぶなが 、 治安 ( 元号 ) 2 年 ( 1022 年 ) - 寛治 8 年 9 月 3 日 ( 旧暦 ) ( 1094 年 10 月 14 日 ) ) は 、 平安 時代 中期 から 後期 に かけ て の 公卿 。 +1 良純 入道 親王 ( りょうじゅん にゅうどう しん のう 、 慶長 8 年 12 月 17 日 ( 160 4 年 1 月 18 日 ) - 寛文 9 年 8 月 1日 ( 1669 年 8 月 27 日 ) ) は 、 江戸 時代 初期 の 皇族 。 +-1 日親 ( にっしん 、 1407 年 ( 応永 14 年 ) - 1488 年 10 月 21 日 ( 長享 2 年 9 月 17 日 ( 旧暦 ) ) ) は 、 室町 時代 の 日蓮 宗 の 僧 で あ る 。 +-1 法嗣 ( ほうし 、 はっす ) と は 、 師匠 の 教え を 受け継 い だ 人 の こと 。 +-1 相武 国造 ( さが む の くにのみやつこ ・ さが む こく ぞう ) は 相模 国 東部 を 支配 し た 国造 。 +1 藤原 光能 ( ふじわら の みつよし 、 長承 元年 ( 1132 年 ) - 寿永 2 年 2 月 28 日 ( 旧暦 ) ( 1183 年 3 月 23 日 ) は 、 平安 時代 末期 の 貴族 。 +1 輝 く 日 の 宮 ( かがや く ひの みや 、 か かやく ひの みや ) と は 、 『 源氏 物語 』 の 巻名 。 +-1 宗門 改役 ( しゅうもん あらためやく ) は 、 江戸 幕府 および 諸藩 に 設置 さ れ た 役職 の ひと つ 。 +-1 投扇 興 ( とうせん きょう ) と は 日本 の 伝統 的 対戦 型 ゲーム の 一種 で あ る 。 +-1 地方 貨幣 ( ちほう かへい ) と は 、 江戸 時代 に 各藩 に よ り 原則 と し て 領内 通用 と し て 発行 さ れ た 貨幣 で あ り 、 戦国 時代 ( 日本 ) から 江戸 時代 初期 に かけ て 、 各 大名 が 自国 領 内 通用 と し て 発行 し た 金貨 銀貨 は 特に 領国 貨幣 ( りょうごく かへい ) と も 呼 ば れ る 。 +-1 入内 雀 ( にゅうない すずめ ) また は 実方 雀 ( さねかたすずめ ) と は 、 平安 時代 の 歌人 で あ る 藤原 実方 の 伝承 に あ る 怪鳥 。 +-1 伊邪那岐 神社 ( いざなぎ じんじゃ ) は 奈良 県 北葛城 郡 上牧 町 に あ る 神社 で あ る 。 +-1 雑賀 衆 ( さいかしゅう ) は 、 戦国 時代 ( 日本 ) に 紀伊国 北西部 の 雑賀 荘 を 中心 と する 一帯 ( 現在 の 和歌山 市 の 雑賀 崎 ) の 諸荘園 に 居住 し た 国人 ・ 土豪 ・ 地侍 たち の 結合 し た 集団 ( 一揆 ) で あ る 。 +1 烏丸 資慶 ( からすまる すけよし 、 元和 ( 日本 ) 8 年 5 月 11 日 ( 旧暦 ) ( 1622 年 6 月 19 日 ) - 寛文 9 年 11 月 28 日 ( 旧暦 ) ( 167 0 年 1 月 19 日 ) ) は 、 江戸 時代 前期 の 公家 ・ 歌人 。 +-1 賞典禄 ( しょうてん ろく ) は 、 明治 維新 に 功労 の あ っ た 公卿 、 大名 および 士族 に 対 し て 、 政府 から 家禄 の 他 に 賞与 と し て 与え られ た 禄 で あ る 。 +1 伏見宮 邦忠親王 ( ふしみのみや   く に ただしんのう 、 享保 16 年 12 月 23 日 ( 旧暦 ) ( 1732 年 1 月 20 日 ) - 宝暦 9 年 6 月 2 日 ( 旧暦 ) ( 175 9 年 6 月 26 日 ) ) は 、 江戸 時代 の 皇族 。 +-1 青製 煎茶 製法 ( あお せい せんちゃ せいほう ) と は 、 日本 の 茶業 に おけ る 大きな 変革 の ひと つ 。 +1 忍坂 大 摩侶 ( おしさか の おおまろ 、 生没年 不明 ) は 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 藤原 隆季 ( ふじわら の たかすえ 、 大治 2 年 ( 1127 年 ) - 元暦 2 年 1 月 11 日 ( 旧暦 ) ( 1185 年 2 月 12 日 ) ) は 平安 時代 後期 の 公卿 。 +-1 薪能 ( たきぎのう ) は 、 主 と し て 夏場 の 夜間 、 能楽 堂 、 もしくは 野外 に 臨時 に 設置 さ れ た 能 舞台 の 周囲 に かが り火 を 焚 い て 、 その 中 で 特に 選 ば れ た 演目 を 演じ る 能 。 +-1 和 太鼓 ( わ だいこ ) は 、 打楽器 の ひと つ 。 +1 平政連 ( たいら の まさつら 、 生没年 不詳 ) は 、 鎌倉 時代 末期 の 幕府 官僚 。 +-1 舞妓 ( まいこ ) は 年少 芸 妓 、 芸子 ( 芸妓 ) の 見習 い 、 修行 段階 の 者 を 指 す 。 +1 児島 高徳 ( 兒嶋   髙德 ・ こじま た かのり 、 生没 年 未詳 ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て 活躍 し た 備前 国 出身 の 武士 。 +1 伊集院 忠国 ( いじゅう いんただくに 、 生没年 不詳 ) は 、 鎌倉 時代 末期 から 室町 時代 前期 の 薩摩 国 の 人 。 +-1 壇ノ浦 の 戦い ( だん の うら の たたかい ) と は 、 平安 時代 の 後期 の 元暦 2 年 ( 寿永 4 年 ) 3 月 24 日 ( 旧暦 ) ( 1185 年 4 月 25 日 ) に 長門 国 赤間 関壇 ノ浦 ( 現在 の 山口 県 下関 市 ) で 行 わ れ た 合戦 で あ る 。 +1 源 倫子 ( みなもと の りんし 、 康保 元年 ( 964 年 ) - 天喜 元年 6 月 1日 ( 旧暦 ) ( 105 3 年 6 月 19 日 ) ) は 、 平安 時代 中期 の 貴族 女性 で 、 藤原 道長 の 正室 。 +1 氏家 行広 ( うじいえ ゆきひろ 、 1546 年 ( 天文 ( 元号 ) 15 年 ) - 1615 年 6 月 4 日 ( 慶長 20 年 5 月 8 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 初期 の 武将 ・ 大名 。 +1 能登内 親王 ( の と の ひめみこ 、 の とないしんの う 、 天平 7 年 ( 733 年 ) - 天応 ( 日本 ) 元年 ( 781 年 ) 2 月 17 日 ( 旧暦 ) ) は 、 奈良 時代 の 皇族 。 +1 徳大寺 実孝 ( とくだいじ さね たか 、 永仁 元年 ( 1293 年 ) - 元亨 2 年 1 月 17 日 ( 旧暦 ) ( 132 2 年 2 月 3 日 ) ) は 、 鎌倉 時代 後期 の 公卿 。 +1 西光 ( さいこう 、 生年 不詳 - 安元 3 年 6 月 3 日 ( 旧暦 ) ( 1177 年 6 月 30 日 ) ) は 平安 時代 後期 の 僧 ・ 後白河院 の 近臣 。 +1 巨勢 君成 ( こせ の きみ な り 、 生没年 不詳 ) は 、 奈良 時代 の 貴族 。 +1 龍臺 ( りゅうだい   175 1 年 ( 宝暦 元年 ) - 1843 年 ( 天保 14 年 7 月 2 日 ) は 真言 宗 の 僧侶 。 +-1 手伝 普請 ( てつだい ふしん ) は 、 豊臣 政権 や 江戸 幕府 が 諸 大名 に 命 じ て 行 わ せ た 大 規模 な 土木 建築 工事 の こと で あ る 。 +-1 熨斗 ( のし ) と は 、 慶事 に おけ る 進物 や 贈答 品 に 添え る 飾り で あ る 。 +1 秋山 定輔 ( あきやま ていすけ 、 慶応 4 年 7 月 7 日 ( 旧暦 ) ( 1868 年 8 月 24 日 ) - 昭和 25 年 ( 1950 年 ) 1 月 19 日 ) は 、 岡山 県 出身 の 政治 家 、 実業 家 。 +-1 温泉 卵 ( おんせん たまご ) は 、 半熟 卵 の 一種 で 、 卵黄 部分 は 半熟 、 卵白 部分 は 半凝固 状態 に 茹で た 鶏卵 。 +-1 摩 多 羅 神 ( またら ・ しん 、 あるいは 摩怛 利神 : またり しん ) は 、 天台 宗 、 特に 玄旨 帰命 壇 に おけ る 本尊 で 、 阿弥陀 経 および 念仏 の 守護 神 と も さ れ る 。 +-1 墨 ( すみ ) は 、 ランプ ブラック や 松煙 など から 採取 し た スス を ゼラチン で 練り固め た もの ( 固形 墨 ) い う 。 +-1 『 教学 聖旨 』 ( きょうがく せい し ) は 、 1879 年 に 明治 天皇 より 参議 伊藤 博文 ・ 同寺 島 宗則 ( 文部 卿 兼務 ) に 出 さ れ た 教育 方針 。 +1 降嫁 ( こうか ) と は 、 皇女 や 王女 が 皇族 ・ 王族 以外 の 男性 に 嫁 ぐ こと を い う 。 +1 冷泉 為村 ( れいぜい ため むら 、 正徳 ( 日本 ) 2 年 1 月 28 日 ( 旧暦 ) ( 1 71 2 年 3 月 5 日 ) - 安永 3 年 7 月 29 日 ( 旧暦 ) ( 1774 年 9 月 4 日 ) ) は 、 江戸 時代 中期 の 公家 ・ 歌人 。 +-1 二卿 事件 ( に きょう じけん ) は 、 明治 4 年 ( 18 71 年 ) 、 攘夷 派 の 公卿 、 愛宕 通旭 と 外山 光輔 が 明治 政府 の 転覆 を 謀 っ た クーデター 未遂 事件 。 +-1 寺請 証文 ( てらう け しょう もん ) は 、 江戸 時代 の 寺請 制度 に お い て 、 寺院 が 檀家 に 対 し て 自己 の 檀家 で あ る こと を 証明 する ため に 発行 し た 文書 の こと 。 +-1 伊佐津川 ( いさつ がわ ) は 、 京都 府 の 主 に 舞鶴 市 を 流れ る 二級 水系 の 川 。 +-1 晦日 ( かいじつ 、 つごも り 、 みそか ) は 、 太陰 太陽 暦 の 暦法 で あ る 中国 暦 、 和暦 の 月 の 最終 日 の こと で あ る 。 +-1 大原野 神社 ( おおはら の じんじゃ ) は 、 京都 市 西京 区 大原野 に あ る 神社 で あ る 。 +-1 御陵 衛士 ( ご りょう えじ ) は 、 孝明 天皇 の 御所 を 守 る ため の 組織 。 +1 清水 卯一 ( しみずう いち 、 1926 年 3 月 5 日 - 2004 年 2 月 18 日 ) は 陶芸 家 。 +-1 応仁 の 乱 ( おうにん の らん 、 1467 年 ( 応仁 元年 ) - 1477 年 ( 文明 ( 日本 ) 9 年 ) ) は 、 室町 時代 の 8 代 征夷 大将軍 足利 義政 の とき に 起こ っ た 内乱 。 +-1 旗本 ( はたもと ) と は 、 主 と し て 江戸 時代 に 徳川 将軍 家 直属 の 家臣 団 の うち 、 石高 が 1 万 石 未満 で 儀式 など で 将軍 が 出席 する 席 に 参列 する 御目見 以上 の 家格 を も つ もの の 総称 。 +1 大炊 御門 冬 宗 ( おおい の みかど ふゆ むね 、 正平 ( 日本 ) 23 年 ・ 延文 2 年 ( 1357 年 ) - 応永 12 年 5 月 5 日 ( 旧暦 ) ( 140 5 年 6 月 1日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 の 公卿 。 +-1 お みくじ ( お 神籤 ・ お 御籤 ・ お 仏籤 ・ 御 神籤 ・ 御 御 籤 ・ 御 仏籤 ・ お み 籤 また は みくじ ・ 神籤 ・ 御籤 ・ 仏籤 ( みくじ ) ) と は 神社 ・ 寺 等 で 吉凶 を 占 い ため に 引 く くじ で あ る 。 +1 阿古 御 局 ( おこご の つぼね 、 天正 18 年 〔 1590 年 〕 - 慶長 20 年 5 月 8 日 ( 旧暦 ) 〔 1615 年 6 月 4 日 〕 ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 初頭 に かけ て 生き た 女性 。 +1 日野 義資 ( ひ の よしすけ 、 応永 4 年 ( 1397 年 ) - 永享 6 年 6 月 9 日 ( 旧暦 ) ( 1434 年 7 月 15 日 ) ) は 室町 時代 の 人物 。 +1 大江 磐代 ( おおえいわしろ 、 延享 元年 ( 1744 年 ) - 文化 ( 元号 ) 9 年 12 月 9 日 ( 旧暦 ) ( 1813 年 1 月 11 日 ) ) は 、 日本 の 皇族 。 +1 源光 ( みなもと の ひか る 、 承和 12 年 6 月 2 日 ( 845 年 7 月 9 日 )   - 延喜 13 年 3 月 12 日 ( 913 年 4 月 21 日 ) ) は 、 平安 時代 の 公卿 。 +-1 無鄰 菴 ( む りんあん ) は 京都 府 京都 市 左京 区 に あ る 日本 庭園 を 中心 と する 施設 で 、 国 指定 の 名勝 。 +-1 六道 ( りくどう 、 ろくどう ) は 、 仏教 用語 で 、 死後 に 転生 する と い う 6 種類 の 世界 の こと で あ る 。 +1 中村 魁春 ( なかむら かいしゅん ) は 歌舞伎 の 名跡 の 一 。 +1 藤原 中清 ( ふじわら の なか き よ 、 生没 年 未詳 ) は 、 平安 時代 中期 の 廷臣 。 +-1 破精 ( はぜ ) と は 、 日本 酒 の 醸造 過程 の 中 で 日本 酒 麹造り ( せいぎく ) 、 すなわち 日本 酒 麹造り の 段階 で 重要 視 さ れ る 概念 で あ る 。 +1 小梁川 盛宗 ( こやながわ   もりむね ) +-1 白 溶裔 、 白容 裔 、 白 うねり ( しろ うねり ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 で 、 付喪神 の 一種 。 +1 大炊 御門 氏 忠 ( おおい の みかどう じ ただ 、 乾元 ( 日本 ) 元年 ( 130 2 年 ) - 没年 不詳 ) は 南北朝 時代 ( 日本 ) の 公卿 。 +-1 大谷 演慧 ( おおたに えんね い 1914 年 ( 大正 3 年 ) 1 1 月 14 日 - 2008 年 ( 平成 20 年 ) 1 月 28 日 ) は 、 浄土 真宗 の 僧 。 +-1 舞鶴 港 と れ とれ センター ( まいづる こう と れとれ センター ) は 、 京都 府 舞鶴 市 に あ る 舞鶴 港 で 水揚げ さ れ た 魚介 類 や 、 丹後 地方 の 名産 品 を 販売 する 観光 施設 。 +-1 頂相 ( ちんぞう 、 他 に ちんそう 、 ちょうそう と も ) は 、 禅宗 の 僧侶 の 肖像 画 、 また は 彫刻 の こと 。 +1 菊池 武政 ( きく ち たけまさ 、 1342 年 ( 興国 3 年 / 康永 元年 ) - 1374 年 7 月 6 日 ( 文中 3 年 / 応安 7 年 5 月 26 日 ( 旧暦 ) ) ) は 南北朝 時代 ( 日本 ) の 武将 。 +-1 王朝 時代 ( おうちょう じだい ) は 日本 史上 に おけ る 時代 区分 の 一 つ 。 +-1 立本寺 ( りゅう ほんじ ) は 、 京都 市 上京 区 に あ る 日蓮 宗 本山 ( 由緒 寺院 ) 。 +1 坂東 三津 五郎 ( ばん どう みつごろう ) は 、 歌舞伎 役者 の 名跡 。 +1 一条 忠輔 ( いちじょう ただすけ 、 生没年 不詳 ) は 鎌倉 時代 の 公家 。 +-1 倶会 一 処 ( くえ いっしょ ) と は 、 浄土 教 の 往生 の 利益 の 一 つ 。 +1 五百 城 入彦 皇子 ( いおき い りび このみこ ) は 、 古墳 時代 の 皇族 。 +-1 ツクヨミ ( 月讀 、 ツクヨミノ ミコト ) は 、 日本 神話 の 神 。 +-1 太岳 周崇 ( たい がくしゅうすう 、 貞和 元年 / 興国 6 年 ( 1345 年 ) - 応永 30 年 9 月 14 日 ( 旧暦 ) ( 142 3 年 10 月 18 日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 に かけ て の 臨済 宗 の 僧 。 +-1 ワサビ ( 山葵 ) は 、 アブラナ 科 ワサビ 属 の 植物 。 +-1 内談衆 ( ないだんしゅう ) と は 、 室町 幕府 の 引付 方 あるいは 内談 方 に お い て 所務 沙汰 の 審議 に あた っ た 構成 員 。 +1 中村 金吾 ( なかむらきん ご 、 生没年 不詳 ) は 壬生 浪士 組 、 新 選 組 の 隊士 で あ る 。 +-1 白鳳 文化 ( はくほう ぶんか ) と は 、 645 年 ( 大化 元年 ) の 大化 の 改新 から 710 年 ( 和銅 3 年 ) の 平城 京 遷都 まで の 飛鳥 時代 に 華咲 い た おおらか な 文化 で あ り 、 法隆 寺 の 建築 ・ 仏像 など に よ っ て 代表 さ れ る 飛鳥 文化 と 、 東大 寺 の 仏像 、 唐 招提寺 の 建築 など に よ っ て 代表 さ れ る 天平 文化 と の 中間 に 位置 する 。 +-1 穴師 坐兵主 神社 ( あなせ に ま す ひょう ず じんじゃ ) は 、 奈良 県 桜井 市 に あ る 神社 で あ る 。 +1 御 称号 ( ごしょうごう ) と は 、 日本 の 皇族 に 与え られ る 称号 。 +1 万里小路 博房 ( まで の こうじ ひろふ さ 、 文政 7 年 6 月 25 日 ( 旧暦 ) ( 1824 年 7 月 21 日 ) - 明治 17 年 ( 1884 年 ) 2 月 22 日 ) は 、 江戸 時代 後期 から 明治 時代 に かけ て の 公卿 で あ る 。 +1 山背 大 兄王 ( やましろ の おおえ の おう 、 生年 不詳 - 皇極 天皇 2 年 11 月 11 日 ( 旧暦 ) ( 643 年 12 月 30 日 ) ) は 、 『 日本 書紀 』 に よ れ ば 7 世紀 前半 の 皇族 。 +1 森 有礼 ( もり ありのり 、 正字 体 : 森 有禮 、 1847 年 8 月 23 日 ( 弘化 4 年 7 月 13 日 ( 旧暦 ) ) - 1889 年 ( 明治 22 年 ) 2 月 12 日 ) は 、 日本 の 武士 ・ 薩摩 藩 士 ・ 政治 家 で あ る 。 +1 石川 真守 ( いしかわ の まも り 、 730 年 ? ( 天平 2 年 ) - 79 8 年 10 月 3 日 ( 延暦 17 年 8 月 19 日 ) ) は 奈良 時代 中期 から 平安 時代 初期 の 貴族 。 +-1 下鴨 本通 ( しもが も ほんどおり ) は 京都 市 の 南北 の 主要 な 通り の 一 つ 。 +1 旧 皇族 ( きゅう こうぞく ) と は 、 1947 年 ( 昭和 22 年 ) に 皇籍 離脱 し た 11 宮家 51 名 の 皇族 及び その 男系 子孫 を 指 す 俗称 で あ る 。 +-1 上品 蓮台 寺 ( じょうぼん れんだいじ ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 真言 宗 智山 派 の 寺院 。 +-1 律令 法 ( りつりょう ほう ) は 律令 格式 ( きゃくしき ) など の 制定 法 および 平安 時代 に な っ て 律令 を 基礎 に し て 成立 し た 各種 の 慣習 法 を ふくめ た もの 。 +-1 八乙女 ( や おとめ ) と は 、 主に 神楽 や 舞 ( いわゆる 巫女 神楽 ・ 巫女 舞 ) を も っ て 奉仕 する 8 人 の 巫女 の こと 。 +-1 鴨東 線 ( おうとうせん ) は 、 京都 府 京都 市 東山 区 の 三条 駅 ( 京都 府 ) から 同市 左京 区 の 出町 柳 駅 まで を 結 ぶ 京阪 電気 鉄道 の 鉄道 路線 。 +1 新 国史 ( しんこく し ) と は 、 六 国 史 最後 の 『 日本 三 代 実録 』 の 後 を 受け て 10 世紀 編纂 さ れ て い た と さ れ る 日本 の 国史 。 +-1 本項 京都 市 下京 区 の 町名 ( きょう と しもぎょう く の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +1 境川 浪右衛門 ( さかいが わ な みえもん 、 天保 12 年 4 月 8 日 ( 旧暦 ) ( 1841 年 5 月 28 日 ) - 明治 20 年 ( 1887 年 ) 9 月 16 日 ) は 、 慶応 期 から 明治 期 に かけ て の 相撲 力士 。 +1 花山院 定雅 ( かざん いん さだまさ 、 建保 6 年 12 月 2 日 ( 旧暦 ) ( 1218 年 12 月 21 日 ) - 永仁 2 年 2 月 30 日 ( 旧暦 ) ( 1294 年 3 月 28 日 ) ) は 鎌倉 時代 の 公卿 。 +1 『 旧 唐 書 』 ( く とうじょ ) は 、 中国 五代 十 国 時代 の 後晋石 重貴 の 時 に 劉クら に よ っ て 編纂 さ れ た 歴史 書 。 +-1 右筆 ( ゆうひつ ) と は 、 中世 ・ 近世 に 置 か れ た 武家 の 秘書 役 を 行 う 文官 の こと 。 +-1 中国 の 本 の 名 。 +-1 圓照寺 ( えんしょう じ , 円照 寺 ) は 、 奈良 市山 町 に あ る 尼寺 。 +1 源 厳子 ( みなもと の たけ こ / げんし 、 生年 不詳- 元 慶 3 年 6 月 26 日 ( 旧暦 ) ( 879 年 7 月 19 日 ) ) は 、 清和 天皇 の 女御 。 +-1 尖頭器 ( せんとうき 、 point ) と は 、 先端 を 鋭 く 尖 ら せ た 打製 石器 の こと 。 +-1 留守 居 ( るすい ) は 、 江戸 幕府 および 諸藩 に 置 か れ た 職名 の ひと つ 。 +1 北大路 魯山人 ( きたおお じろ さんじん / きたおお じろざん じん 、 男性 、 1883 年 ( 明治 16 年 ) 3 月 23 日 - 1959 年 ( 昭和 34 年 ) 12 月 21 日 ) は 日本 の 芸術 家 。 +-1 勧修 寺 流 ( かじゅう じりゅう 、 かんじゅ じりゅう ) は 藤原 北家 藤原 高藤 流 の 公家 の 一流 で あ る 。 +-1 お 好み 焼き ( お このみやき ) は 、 鉄板 焼き 料理 の ひと つ 。 +-1 平安 騎馬 隊 ( へいあんき ばた い ) は 京都 府 警察 の 騎馬 隊 で あ る 。 +1 菅沼 定昭 ( すがぬま さだ あきら ) は 、 丹波 亀山 藩 の 第 2 代 藩 主 。 +1 皇 嘉門 院 別当 ( こうか もんいん の べっと う 生没年 不詳 ) は 、 平安 時代 末期 の 女流 歌人 。 +1 今出川 伊季 ( いまで がわ これ すえ 、 万治 3 年 5 月 29 日 ( 旧暦 ) ( 16 60 年 7 月 6 日 ) - 宝永 6 年 2 月 26 日 ( 旧暦 ) ( 1709 年 4 月 5 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +-1 私塾 立命 館 ( しじゅく りつめい かん ) は 、 西園寺 公望 が 1869 年 に 京都 御所内 の 私邸 に 開設 し た 家塾 。 +1 金森 長光 ( かな も り なが みつ ) は 、 美濃 国 上有知 藩 の 第 2 代 ( 最後 ) の 藩主 。 +1 長井 時秀 ( なが い とき ひ で 、 生没年 不詳 ) は 鎌倉 時代 の 人物 。 +-1 未生斎 広甫 ( み しょうさい   こうほ 、 寛政 3 年 ( 1791 年 ) - 文久 元年 ( 1861 年 ) 7 月 ) は 、 日本 の 華道 家 。 +1 岡 鬼太郎 ( おかお に たろ う 、 明治 5 年 8 月 1日 ( 旧暦 ) ( 1872 年 9 月 3 日 ) - 昭和 18 年 ( 1943 年 ) 10 月 29 日 ) は 、 歌舞伎 作家 、 劇評 家 、 著述 家 。 +1 毛利 良勝 ( もうりよしかつ 、 生年 不詳 - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ) は 、 織田 信長 の 家臣 。 +-1 ノルマントン 号 事件 ( Normanton Incident ) と は 、 1886 年 ( 明治 19 年 ) 10 月 24 日 に イギリス 船籍 の 貨物 船 、 ノルマントン 号 ( Normanton 、 より 英語 に 忠実 な 表記 は 「 ノーマントン 」 ) が 、 紀伊国 沖 ( 和歌山 県 東牟婁 郡 串本 町 潮岬 沖 ) で 座礁 沈没 し た 事 から 始ま っ た 事件 で あ る 。 +1 吉村 貫一郎 ( よしむら   かん いちろう   天保 11 年 ( 1840 年 ) - 慶応 4 年 1 月 3 日 ( 旧暦 ) ( 1868 年 1 月 27 日 ) ) 。 +-1 楠木 氏 ( くすのきし ) は 、 河内 国 の 豪族 で 、 南北朝 時代 _ ( 日本 ) に 活躍 し た 南朝 ( 日本 ) 方 の 武家 。 +1 天皇 および 天皇 家 の 御紋 で あ る 。 +1 徳姫 ( とくひめ 、 1559 年 11 月 11 日 ( 永禄 2 年 10 月 12 日 ( 旧暦 ) ) - 1636 年 2 月 16 日 ( 寛永 13 年 1 月 10 日 ( 旧暦 ) ) ) は 、 織田 信長 の 長女 。 +1 正親町 三条 公積 ( おおぎまち さんじょうきん つむ 、 享保 6 年 9 月 3 日 ( 旧暦 ) ( 1721 年 10 月 23 日 ) ‐ 安永 6 年 6 月 2 日 ( 旧暦 ) ( 1777 年 7 月 6 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 東 高野 街道 ( ひがし こう や かいどう ) と は 、 かつて 京都 から 高野山 へ の 参詣 道 と し て 用い られ た 街道 。 +-1 サンシー 事件 ( サンシー じけん ) は 、 明治 初期 の 沖縄 県 で 起き た 、 県 役人 殺害 事件 を い う 。 +-1 畝 +-1 多宝塔 駅 ( たほう とう えき ) は 、 京都 府 京都 市 左京 区 に あ る 宗教 法人 鞍馬 寺 が 運行 する ケーブル カー 、 鞍馬 山 鋼索 鉄道 の 鉄道 駅 で あ る 。 +-1 三左衛門 事件 ( さん さえ もん じけん ) と は 、 一条 能 保 ・ 一条 高能 父子 の 遺臣 が 権 大 納言 土 御門 通親 襲撃 を 企て た と し て 捕らえ られ た 事件 。 +-1 吉 兆 ( きっ ちょう ) と は 大阪 市 に 本拠 が あ る 日本 料理 の 高級 料亭 で あ る 。 +1 渋沢 栄一 ( しぶさわ えいいち 、 天保 11 年 2 月 13 日 ( 旧暦 ) ( 1840 年 3 月 16 日 ) - 昭和 6 年 ( 1931 年 ) 1 1 月 11 日 ) は 、 幕末 の 幕臣 、 明治 ~ 大正 初期 の 大蔵 省 官僚 、 実業 家 。 +-1 求肥 ( ぎゅうひ ) は 和 菓子 の 材料 の ひと つ で 、 練 っ て 作 る 餅 の 一種 。 +-1 「 だんじり 」 もしくは 「 だんぢり 」 と は 、 +-1 一 本 だ たら 、 一 本 踏鞴 ( いっ ぽん だ たら ) と は 、 日本 に 伝わ る 妖怪 の 一種 で 、 熊野 ( 和歌山 県 ) の 山中 など に 棲 む 。 +1 藤原 為通 ( ふじわら の ため み ち 、 天永 3 年 ( 1112 年 ) - 仁平 4 年 6 月 13 日 ( 旧暦 ) ( 1154 年 7 月 25 日 ) ) は 、 平安 時代 末期 の 公卿 。 +-1 頒暦 商社 ( はん れきしょうしゃ ) は 、 明治 時代 初期 に 本暦 の 発行 を 独占 的 に 行 っ て い た 組織 。 +1 耳面 刀自 ( みみもと じ 、 みみもの と じ 、 生没 年 未詳 ) は 飛鳥 時代 の 女性 。 +-1 東西声 ( とうざいごえ ) は 歌舞伎 や 人形 浄 瑠璃 の 序 びらき 、 口上 の 前 など に 「 東西 、 東西 」 と 裏 から 声 を 掛け る こと 。 +-1 かき揚げ ( かきあげ ) は 、 魚介 類 や 野菜 など を 数 種類 組み合わせ 、 衣 と とも に 揚げ た 天ぷら の 一種 。 +1 良遍 ( りょうへん 、 建久 5 年 ( 1194 年 ) - 建長 4 年 8 月 28 日 ( 旧暦 ) ( 1252 年 10 月 3 日 ) ) は 、 鎌倉 時代 前期 の 法相 宗 の 僧 。 +-1 天の 川 温泉 ( てん の か わ おんせん ) は 、 奈良 県 吉野 郡 天川 村 ( 旧国 大 和国 ) に あ る 温泉 。 +1 朽木 紘綱 ( く つき ひろ つな 、 天保 6 年 ( 1835 年 ) 8 月 - 嘉永 7 年 閏 7 月 19 日 ( 旧暦 ) ( 1854 年 9 月 11 日 ) ) は 、 丹波 国 福知 山 藩 の 世嗣 。 +1 立太子 ( りったいし ) と は 、 広 く 東 アジア に お い て 広ま っ た 儀礼 で 、 中国 の 皇帝 や 日本 の 天皇 の 皇子 を 跡継ぎ と し て 皇太子 に 立て る 事 で あ る 。 +-1 番匠 ( ばんしょう / ばんじょう ) と は 、 中世 日本 に お い て 木造 建築 に 関わ っ た 建築 工 の こと 。 +1 武国 凝 別命 ( たけくにこり わけ の みこと ) は 、 記紀 など に 伝え る 古墳 時代 の 皇族 。 +1 田 沼 意次 ( たぬま お きつぐ ) は 、 江戸 時代 中期 の 武士 ・ 大名 。 +1 吉田 兼熈 ( よしだ かねひろ 、 1348 年 - 14 0 2 年 ) は 、 南北朝 時代 ( 日本 ) の 神祇 を つかさど る 官人 、 吉田 神社 社務 。 +-1 祖霊舎 ( それ いしゃ ・ みたまや ) と は 、 神道 に お い て 祖先 の 霊 を 祭 る ため の 神棚 で あ る 。 +-1 地方 知行 ( じ が た ちぎょう ) と は 、 江戸 時代 に 征夷 大将軍 あるいは 藩主 が 家臣 に 対 し て 禄 と し て 与え る 知行 を 所領 ( 地方 と 呼 ば れ る 土地 ) 及び そこ の 付随 する 百 姓 の 形 で 与え 、 支配 さ せ る こと 。 +-1 五 衛府 ( ごえふ ) と は 、 天皇 の 身辺 警護 を はじめ 、 宮城 の 警護 、 京内 の 夜間 巡回 など を 主な 任務 と する 律令 制 下 の 中央 軍事 組織 を い う 。 +1 寛和二 年 内 裏 歌合 ( かんな に ねん だいり うた あわせ ) は 、 寛和 2 年 6 月 10 日 ( 旧暦 ) ( 98 6 年 7 月 19 日 ) 、 花山 天皇 に よ っ て 行 わ れ た 歌合 。 +1 鶴屋 南北 ( つるや なんぼく ) は 、 歌舞伎 の 役者 および 作者 の 名跡 。 +1 紫 の 上 ( むらさき の うえ ) は 、 紫式 部 の 古典 『 源氏 物語 』 の ヒロイン 。 +-1 源光 ( げんこう 、 生没 年 未詳 ) は 平安 時代 後期 の 天台 宗 の 僧 。 +1 高橋 お 伝 ( たかはしおでん 、 嘉永 元年 ( 1848 年 ) - 明治 12 年 ( 1879 年 ) 1 月 31 日 ) は 仮名垣 魯文 の 「 高橋 阿伝夜 叉譚 」 の モデル と な っ た 女性 で あ る 。 +-1 建水 ( けんすい ) は 茶 を 入れ る とき に 使用 する 道具 の 一 つ 。 +-1 余慶 ( よけい 、 延喜 19 年 ( 919 年 ) - 正暦 2 年 2 月 18 日 ( 旧暦 ) ( 99 1 年 4 月 5 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +1 片岡 仁左衛門 ( かたおか にざえもん ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +1 大弐 三 位 ( だい に の さん み 、 長保 元年 ( 999 年 ) 頃 ? - 永保 2 年 ( 1082 年 ) 頃 ? ) は 、 平安 時代 中期 の 女流 歌人 。 +-1 作文 大体 ( さく もんだい たい ) と は 、 平安 時代 に 書 か れ た 漢詩 作成 の 手引 書 。 +-1 妙覚 寺 ( みょうかくじ ) は 、 京都 府 京都 市 上京 区 に あ る 、 日蓮 宗 の 本山 ( 由緒 寺院 ) 。 +-1 阿衡 事件 ( あこう じけん ) は 、 平安 時代 前期 に 起こ っ た 政治 事件 で あ る 。 +1 中 御門 経任 ( なかみかど つね ただ 、 天福 ( 日本 ) 元年 ( 1233 年 ) - 永仁 5 年 1 月 19 日 ( 旧暦 ) ( 1297 年 2 月 12 日 ) ) は 、 鎌倉 時代 中期 の 公卿 ( 従二 位 権 大 納言 兼 大宰 権帥 ) 。 +-1 庄屋 ( しょうや ) ・ 名主 ( なぬし ) は 、 江戸 時代 の 村 役人 ( 村方 三 役 ) の ひと つ 、 あるいは 町 役人 の ひと つ で あ る 。 +-1 経覚 ( きょうかく / ぎょうかく 、 応永 2 年 ( 1395 年 ) - 文明 ( 日本 ) 5 年 8 月 27 日 ( 旧暦 ) ( 147 3 年 9 月 19 日 ) ) は 、 室町 時代 の 法 相 宗 の 僧侶 。 +-1 守護 代 ( しゅご だい ) と は 、 鎌倉 時代 と 室町 時代 に 守護 の 下 に 置 か れ た 役職 で あ る 。 +1 大炊 御門 経頼 ( おおい の みかど つね より 、 弘治 ( 日本 ) 元年 ( 1555 年 ) - 元和 ( 日本 ) 3 年 7 月 18 日 ( 旧暦 ) ( 161 7 年 8 月 19 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 公卿 。 +-1 符 ( ふ ) と は 、 律令 制 に お い て 上級 の 官司 ( 所管 ) より 下級 の 官司 ( 被管 ) に 対 し て 命令 を 下 す 際 に 用い る 公文 書 の こと 。 +-1 贈位 ( ぞうい ) +-1 秦 氏 ( はたうじ ) は 、 古代 の 氏族 。 +-1 洋装 化 ( ようそう か ) と は 、 西欧 以外 の 民族 が 、 民族 衣装 の 日常 着用 を 棄 て 、 洋服 を 採用 する こと を 指 す 。 +-1 マキノ 芸能 社 ( - げいのう しゃ 、 1946 年 6 月 設立 - 1948 年 10 月 解散 ) は 、 かつて 京都 に 存在 し た 芸能 事務 所 で あ る 。 +1 曽谷 学川 ( そだ に がく せん 、 元文 3 年 ( 1738 年 ) - 寛政 9 年 10 月 20 日 ( 旧暦 ) ( 1797 年 12 月 7 日 ) ) は 、 江戸 時代 中期 の 篆刻 家 で あ る 。 +-1 問注 所 ( もんちゅうじょ 、 もんじゅうしょ ) は 、 日本 の 鎌倉 幕府 ・ 室町 幕府 に 設置 さ れ た 訴訟 事務 を 所管 する 機関 で あ る 。 +-1 釈 日本 紀 ( しゃく にほんぎ ) は 、 鎌倉 時代 末期 の 1274 年 ( 文永 11 年 ) ~ 130 1 年 ( 正安 3 年 ) 頃 に 成立 し た と 推定 さ れ る 『 日本 書紀 』 の 注釈 書 。 +-1 画 工司 ( が こうし ) は 、 日本 の 律令 制 に お い て 中務 省 に 属 する 機関 の 一 つ で あ る 。 +1 細川 晴元 ( ほそかわ はる も と ) は 室町 時代 末期 から 戦国 時代 ( 日本 ) に かけ て の 戦国 武将 ・ 戦国 大名 。 +-1 聖宝 ( しょうぼう 、 天長 9 年 ( 832 年 ) - 延喜 9 年 7 月 6 日 ( 旧暦 ) ( 909 年 8 月 29 日 ) ) は 、 平安 時代 初期 の 真言 宗 の 僧 。 +1 伊藤 若冲 ( いとう じゃく ちゅう 、 正徳 ( 日本 ) 6 年 2 月 8 日 ( 旧暦 ) ( 1 71 6 年 3 月 1日 ) - 寛政 12 年 9 月 10 日 ( 旧暦 ) ( 180 0 年 10 月 27 日 ) ) は 、 江戸 時代 の 京 の 絵師 。 +1 松平 宗武 ( まつだいら むねたけ ) は 、 丹後 国宮津 藩 の 第 7 代 ( 最後 の ) 藩主 。 +1 山口 重勝 ( やまぐち しげかつ ) は 、 戦国 時代 _ ( 日本 ) の 武将 。 +1 藤原 道綱 ( ふじわら の みちつな 、 天暦 9 年 ( 955 年 ) - 寛仁 4 年 10 月 15 日 ( 旧暦 ) ( 1020 年 11 月 2 日 ) ) は 、 平安 時代 中期 の 公家 。 +-1 羽 二 重 ( はぶたえ 、 英 : habutaesilk ) は 、 平織り と 呼 ば れ る 経糸 ( たてい と ) と 緯糸 ( よこいと ) を 交互 に 交差 さ せ る 織 り 方 で 織 ら れ た 織物 の 一種 。 +-1 承天 閣 美術 館 ( じょうてんかく びじゅつ かん ) は 京都 府 京都 市 に あ る 美術 館 。 +-1 神 無月 ( かんなづき 、 かみなしづき ) は 、 日本 に おけ る 10 月 ( 旧暦 ) の 異称 で あ る 。 +-1 五男 三 女 神 ( ゴナン サンジョシン ) は 、 日本 神話 に 登場 する アマテラス と スサノオ が 天真名井 で 行 っ た うけい ( アマテラス と スサノオ の 誓約 ) の 際 に 生まれ た 神々 で あ る 。 +1 妻木 煕子 ( つまき ひろ こ 、 享禄 3 年 ( 1530 年 ) 頃 - 天正 4 年 11 月 7 日 _ ( 旧暦 ) ( 1576 年 11 月 27 日 ) ? ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 武将 明智光 秀 の 2 番 目 の 妻 。 +-1 万里小路 家 ( まで の こうじけ ) は 、 名家 ( 公家 ) の 家格 を 有 する 公家 。 +-1 愛宕 神社 ( あた ご じんじゃ ) は 、 京都 市 右京 区 の 神社 で あ る 。 +1 園 光子 ( その みつこ 、 慶長 7 年 ( 160 2 年 ) - 明暦 2 年 2 月 11 日 ( 旧暦 ) ( 1656 年 3 月 6 日 ) ) は 、 後水尾 天皇 の 後宮 の 一人 。 +-1 大 日本 茶道 学会 ( だい に ほん ちゃどう がっかい ) は 、 茶道 の 流派 の 一 つ 。 +1 山 段 芳春 ( さん だん よしはる 、 1930 年 - 1998 年 ) は 、 元 京都 自治 経済 協議 会 理事 長 。 +-1 上海上 国造 ( かみつう なかみ の くに みやつこ ・ かみつう なかみこく ぞう ) は 上総 国 中部 を 支配 し た 国造 。 +1 吉備 由利 ( きび の ゆり 、 生年 不詳 - 宝亀 5 年 1 月 2 日 ( 旧暦 ) ( ユリウス 暦 774 年 2 月 17 日 ) ) は 奈良 時代 後期 の 宮人 。 +1 冷泉 為守 ( れいぜい ため もり 、 文永 2 年 ( 1265 年 ) - 嘉暦 3 年 11 月 8 日 ( 旧暦 ) ( 1328 年 12 月 9 日 ) ) は 、 鎌倉 時代 後期 の 公家 ・ 歌人 。 +1 意富 富杼王 ( おお ほど の おおきみ 、 生没年 不詳 ) は 、 『 古事 記 』 ・ 「 上宮 記 」 に 伝え られ る 古墳 時代 の 皇族 ( 王族 ) 。 +-1 烏丸 今出川 ( からすま い まで がわ ) は 京都 府 京都 市 上京 区 今出川 町 に あ る 交差 点 及び その 近隣 の 名称 。 +-1 重要 文化 財 ( じゅうよう ぶんか ざい ) と は 日本 に 所在 する 建造 物 、 美術 工芸 品 等 の 有形 文化 財 の うち 、 文化 史 的 ・ 学術 的 に 特 に 重要 な もの と し て 文化 財 保護 法 に 基づ き 日本 国 政府 ( 文部 科学 大臣 ) が 指定 し た 文化 財 を 指 す 。 +1 九条 政 基 ( くじょう まさもと 、 文安 2 年 5 月 7 日 ( 旧暦 ) ( 1445 年 6 月 12 日 ) - 永正 13 年 4 月 4 日 ( 旧暦 ) ( 1516 年 5 月 5 日 ) ) は 、 室町 時代 末期 から 戦国 時代 ( 日本 ) 初期 の 公家 ・ 関白 。 +-1 掛軸 ( かけ じく ) と は 、 書道 や 日本 画 を 裂 ( きれ ) や 紙 で 表装 し て 、 床 の 間 など に 掛け て 鑑賞 する もの で あ る 。 +-1 私 鋳銭 ( し ちゅうせん ) と は 、 政府 が 作 っ た 公 の 銭 で は な く 、 私的 に 偽造 さ れ た 銭 の こと 。 +1 結城 親朝 ( ゆうき ちか と も 、 生年 不詳 - 1347 年 ( 正平 ( 日本 ) 2 年 / 貞和 3 年 ) ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +1 三条 実起 ( さんじょうさ ねお き 、 宝暦 6 年 11 月 14 日 ( 旧暦 ) ( 1756 年 12 月 5 日 ) - 文政 6 年 9 月 7 日 ( 旧暦 ) ( 1823 年 10 月 10 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +1 西園寺 実兼 ( さいおんじさね かね 、 建長 元年 ( 1249 年 ) - 元亨 2 年 9 月 10 日 ( 旧暦 ) ( 132 2 年 10 月 21 日 ) ) は 、 鎌倉 時代 後期 の 公卿 。 +1 脇坂 安宅 ( わきさか やすお り 、 文化 ( 元号 ) 6 年 2 月 15 日 ( 旧暦 ) ( 1809 年 3 月 30 日 ) - 明治 7 年 ( 1874 年 ) 1 月 10 日 ) は 、 江戸 時代 末期 の 政治 家 、 播磨 国 龍野 藩 第 9 代 藩 主 。 +-1 出作 ( で さく / で つくり ) と は 、 ある 地域 の 住民 が 別 の 地域 に あ る 田畑 を 耕作 する こと を 指 す 。 +1 以仁 王 ( もちひと おう 、 仁平 元年 ( 1151 年 ) - 治承 4 年 5 月 26 日 ( 1180 年 6 月 20 日 ) ) は 、 平安 時代 末期 の 皇族 。 +1 小早川 祐景 ( こばやかわ すけかげ ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +1 伏見宮 貞常 親王 ( ふしみのみや さだつね しんのう 、 応永 32 年 12 月 19 日 ( 142 6 年 1 月 27 日 ) - 文明 6 年 7 月 3 日 ( 1474 年 8 月 15 日 ) ) は 、 室町 時代 の 皇族 。 +1 松田 道之 ( まつだ みちゆき 、 天保 10 年 5 月 12 日 ( 旧暦 ) ( 1839 年 6 月 22 日 ) - 明治 15 年 ( 18 82 年 ) 7 月 6 日 ) は 、 日本 の 内務 官僚 ・ 政治 家 。 +-1 参議 ( さんぎ ) は 、 日本 の 令外 官 の 朝廷 組織 の 最高 機関 で あ る 太政 官 の 職 の 一 つ で あ る 。 +-1 大奥 ( おおおく ) と は 江戸 城 に 存在 し た 徳川 将軍 家 の 子女 や 正室 、 奥女 中 ( 御殿 女 中 ) たち の 居所 。 +-1 輪 入道 ( わ にゅうどう ) は 、 鳥山 石燕 の 妖怪 画 集 『 今昔 画 図 続 百 鬼 』 に あ る 日本 の 妖怪 。 +-1 竹輪 ( ちくわ ) は 、 魚肉 の すりみ を 竹 など 棒 に 巻きつけ て 焼 い た もの 、 また は 蒸 し た 食品 。 +1 田辺福麻呂 ( たなべ の さきまろ 、 生没年 不詳 ) は 、 奈良 時代 の 万葉 歌人 。 +1 中村 児太郎 ( なかむら こたろう ) は 歌舞伎 の 名跡 の 一 。 +-1 みつまめ ( みつ豆 、 蜜豆 ) は 和風 の 甘味 、 デザート の ひと つ 。 +1 平忠常 ( たいら の ただつね ) は 平安 時代 の 人物 、 武士 。 +1 頼源 ( らいげん 、 ? - 寿永 2 年 2 月 24 日 ( 旧暦 ) ( 1183 年 3 月 19 日 ) ) は 、 平安 時代 後期 の 絵仏 師 。 +1 選子 内 親王 ( せん し ( のぶこ ) ないしんのう 、 応和 4 年 4 月 24 日 ( 96 4 年 6 月 11 日 ) - 長元 8 年 6 月 22 日 ( 10 35 年 7 月 29 日 ) ) は 、 第 62 代 村上 天皇 の 第 十 皇女 。 +-1 せい か ガーデン シティ ( せいかが ーでんしてぃ ) は 、 京都 府 相楽 郡 精華 町 祝園 西 の JR 片町 線 ( 学研 都市 線 ) 祝園 駅 ・ 近鉄 京都 線 新 祝園 駅前 に あ る ショッピング センター 。 +1 高麗 若光 ( こまの じゃっこう 、 生没年 不詳 ) ) は 奈良 時代 の 豪族 、 在庁 官人 。 +-1 貫 ( かん ) は 、 尺貫 法 に おけ る 質量 の 単位 、 また 江戸 時代 以前 の 秤量 銀貨 の 通貨 の 単位 で あ る 。 +-1 成功 ( じょうごう ) と は 、 朝廷 の 公事 ・ 行事 及び 殿舎 の 営繕 、 寺社 の 堂塔 修造 費用 など 本来 、 朝廷 の 公費 で 負担 す べ き ところ を 、 任官 希望 者 を 募 り 任料 を 納め させ る か 、 また は 自己 負担 で それぞれ の 事業 の 功 を 成 ら せ て 、 見返り に 官職 に 叙任 する と い う 売官 制度 の 一種 で あ る 。 +-1 千福 ( せんぷく ) と は 、 広島 県 呉 市 の 酒造 メーカー 、 株式 会社 三宅 本店 に よ っ て 造 ら れ て い る 日本 酒 の 銘柄 で あ る 。 +-1 ひつまぶし ( 櫃塗 し ) と は 主に 名古屋 市 近辺 で 食べ られ て い る 、 ウナギ を 用い た 郷土 料理 で あ る 。 +1 儀子 内 親王 ( ぎし ( のりこ ) ないしんのう 、 生年 不詳 - 元慶 3 年 閏 10 月 5 日 ( 879 年 11 月 22 日 ) ) は 、 平安 時代 前期 の 皇族 。 +-1 観察 使 ( かんさつ し ) は 、 唐 の 中国 、 李 氏 朝鮮 、 および 平安 時代 初期 の 日本 が 設置 し た 地方 行政 監察 の ため の 官職 。 +-1 造宮 省 ( ぞうぐうしょう ) と は 、 宮城 の 造営 ・ 修理 を 掌 る 造宮 卿 ( ぞううぐうきょう ) を 長 と する 令外 官 。 +1 大伴談 ( おおとも の かたり 、 生没年 不詳 ) は 、 古墳 時代 の 将軍 。 +1 守覚 法 親王 ( しゅ かく ほっ しん のう 、 久安 6 年 3 月 4 日 ( 1150 年 4 月 3 日 ) - 建仁 2 年 8 月 26 日 ( 120 2 年 9 月 13 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 初期 に かけ て の 皇族 ・ 僧 。 +-1 香 ( こう 、 incense ) と は 、 本来 、 伽羅 、 沈香 、 白檀 など の 天然 香木 の 香り を さ す 。 +-1 在京 御 家人 ( ざいきょうごけ にん ) と は 、 鎌倉 幕府 傘下 の 京都 及び その 周辺 部 に 常駐 する 御 家人 の こと 。 +-1 相性 ( あいしょう ) と は 、 二人 な い し 複数 の 人間 が 各々 持 つ 性質 や 性格 が 合 う か どう か の こと で あ る 。 +-1 源 威集 ( げん いしゅう ) は 、 南北朝 時代 ( 日本 ) 後期 ( 14 世紀 後半 ) に 書 か れ た 軍記物 。 +-1 鞍馬 の 火祭 ( くらま の ひまつり ) は 、 京都 府 京都 市 左京 区 鞍馬 に あ る 由岐 神社 例祭 の 一 つ 。 +1 金春 信高 ( こんぱる のぶたか 、 1920 年 ( 大正 9 年 ) - ) は 、 シテ 方 金 春 流能 楽師 。 +-1 提灯 お 化け ( ちょうちん お ばけ ) は 、 日本 の 妖怪 の 一種 で 、 提灯 の 妖怪 。 +-1 定昭 ( じょうしょう 、 90 6 年 - 983 年 ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +-1 吏部 王記 ( り ほうおうき / りぶおうき ) は 、 醍醐 天皇 第 四 皇子 重明 親王 の 日記 で 、 平安 時代 中期 の 政務 や 朝儀 を 理解 する 上 で の 重要 な 史料 で あ る 。 +-1 うけい ( うけひ ) は 、 古代 日本 で 行 わ れ た 占い で あ る 。 +1 坂上 広雄 ( さかの うえの ひろお ) は 、 坂上 田村 麻呂 の 子 。 +-1 同志 社 英 学校 ( どう し しゃ えい がっこう ) は 、 新島 襄 が 1875 年 に 京都 に 創設 し た 私立 学校 。 +1 松尾 芭蕉 ( まつお ばしょう 、 寛永 21 年 ( 1644 年 ) - 元禄 7 年 10 月 12 日 ( 旧暦 ) ( 1694 年 11 月 28 日 ) ) は 現在 の 三重 県 伊賀 市 出身 の 江戸 時代 前期 の 俳諧 師 で あ る 。 +-1 十 条 通 ( じゅう じょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +-1 桜田 門 外 の 変 ( さくらだ もん がい の へん ) は 、 安政 7 年 3 月 3 日 ( 18 60 年 3 月 24 日 ) 、 江戸 城 桜田 門 外 ( 東京 都 千代田 区 ) に て 水戸 藩 の 浪士 ら が 大老 ・ 井伊 直弼 の 行列 を 襲撃 し 暗殺 し た 事件 。 +-1 親藩 ( しんぱん ) は 、 江戸 時代 の 藩 の 分類 の 一 つ で 、 徳川 家康 の 男系 男子 ・ 子孫 が 始祖 と な っ て い る 藩 を 指 す 。 +-1 本直し ( ほんなおし ) は 、 アルコール 飲料 の 一種 。 +-1 伊根 町営 バス ( いね ちょうえい バス ) は 、 京都 府 与謝 郡 伊根 町 で 運行 し て い る コミュニティバス 。 +-1 渡辺 津 ( わたなべ ・ の ・ つ ) は 、 摂津 国 の 旧 淀川 河口 近く に 存在 し た 、 瀬戸 内海 沿岸 で 最大 級 の 港湾 。 +-1 短陌 ( たん は く 、 省陌 ( しょうはく ) と も ) は 、 近代 以前 の 東 アジア 地域 で 行 わ れ て き た 商 慣習 で 、 100 枚 以下 の 一定 枚数 に よ っ て 構成 さ れ た 銅銭 の 束 を 銅銭 100 枚 と 同一 の 価値 と し て 扱 う 事 。 +-1 福禄 寿 ( ふくろくじゅ ) は 、 七 福神 の 一 つ 。 +1 安倍 有世 ( あべの あ り よ 、 嘉暦 2 年 ( 1327 年 ) - 応永 12 年 1 月 29 日 ( 旧暦 ) ( 140 5 年 2 月 28 日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 初期 に かけ て 活躍 し た 陰陽 師 ・ 公卿 。 +1 梶原 景季 ( かじわら かげすえ ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 武将 。 +1 村 国男 依 ( むら くに の お より 、 生年 不明 - 天武 天皇 5 年 ( 67 6 年 ) 7 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 徳大寺 実久 ( とくだいじ さね ひさ 、 天正 11 年 8 月 16 日 ( 旧暦 ) ( 1583 年 10 月 1日 ) - 元和 ( 日本 ) 2 年 11 月 26 日 ( 旧暦 ) ( 1617 年 1 月 3 日 ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 公卿 。 +1 源 盛経 ( みなもと の もりつね   生没年 不詳 ) は 平安 時代 の 人物 。 +-1 殿 上人 ( てんじょう び と / うえび と ) は 、 日本 の 官制 に お い て 五 位 以上 の 者 の うち 、 天皇 の 日常 生活 の 場 で あ る 清涼 殿 南廂 へ 昇 る こと を 許 さ れ た 者 の こと 。 +1 佐久間 左馬太 ( さくま さまた 、 天保 15 年 10 月 10 日 ( 旧暦 ) ( 1844 年 11 月 19 日 ) - 大正 4 年 ( 1915 年 ) 8 月 5 日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 、 華族 。 +1 穂波 経尚 ( ほなみつねひさ 、 正保 3 年 8 月 14 日 ( 旧暦 ) ( 1646 年 9 月 23 日 ) - 宝永 3 年 6 月 12 日 ( 旧暦 ) ( 170 6 年 7 月 21 日 ) ) は 、 江戸 時代 の 公家 ( 公卿 ) 。 +1 九暦 ( きゅうれき ) は 、 平安 時代 中期 の 公卿 で 、 朝廷 儀礼 の ひと つ で あ る 九条 流 の 祖 、 右 大臣 藤原 師輔 の 日記 で あ る 。 +1 山吹 御前 ( やまぶき ごぜん ) は 平安 時代 末期 の 武将 源 義仲 の 便女 で あ る 。 +-1 神郡 ( しんぐん / かみこおり ) と は 、 国郡 制 成立 に 伴 い 神社 の 神域 ( 神 の 領土 ) と し て 誕生 し た 他郡 と は 違 う 特別 な 郡 の こと で あ る 。 +1 角倉 了 以 ( すみの くら りょうい 、 天文 ( 元号 ) 23 年 ( 1554 年 ) - 慶長 19 年 7 月 12 日 ( 旧暦 ) ( 1614 年 8 月 17 日 ) ) は 、 戦国 期 の 京都 の 豪商 。 +1 徳一 ( とくいつ 、 天平 宝字 4 年 ( 760 年 ) ? - 承和 ( 日本 ) 2 年 ( 835 年 ) ? ) は 、 奈良 時代 から 平安 時代 前期 に かけ て の 法相 宗 の 僧 。 +-1 天之 尾 羽張 ( あめ の おはばり ) は 、 日本 神話 に 登場 する 刀 で あ り 、 また 神 ( 神道 ) の 名前 で あ る 。 +1 兼 松房 治郎 ( かねまつ ふさじろう 、 弘化 2 年 5 月 21 日 ( 旧暦 ) ( 1845 年 6 月 25 日 ) - 大正 2 年 ( 1913 年 ) 2 月 6 日 ) は 、 日本 の 実業 家 。 +1 塩谷 朝業 ( しおの や ともなり ) は 平安 時代 末期 から 鎌倉 時代 初期 の 御 家人 。 +1 高倉 殿継 ( たか く ら の と の つぐ 、 生没年 不詳 ) は 奈良 時代 から 平安 時代 初期 の 官人 。 +-1 タカミムスビ は 、 日本 神話 の 神 。 +-1 東寺 真言宗 ( とうじ しんごん しゅう ) は 、 日本 に おけ る 真言 系 仏教宗 派 の ひと つ で 、 古義 真言宗 に 属 する 。 +1 三好 幸信 ( みよしゆき のぶ ) は 、 真田 信繁 ( 幸村 ) の 三男 。 +-1 日本 槍柱 七 本 は 豊臣 秀吉 に よ っ て その 槍働き を 賞賛 さ れ た 七 人 。 +-1 活津 日子命 ( 古事 記 ) あるいは 活津 彦根命 ( 日本 書紀 ) と は 、 アマテラス と スサノオ の 誓約 に よ っ て 生まれ た 5 男 3 女 の 四男 で 、 アマテラス が 左手 に 巻 い て い た 玉 から 生まれ た 神 。 +-1 織田 氏 ( おだし ) は 、 日本 の 氏族 。 +-1 宇治 駅 ( うじ えき ) は 、 京都 府 宇治 市 宇治 宇 文字 16 番地 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 。 +-1 常照寺 ( じょう しょうじ ) は 、 京都 市 北 区 ( 京都 市 ) 鷹峰 に あ る 日 蓮 宗 の 寺院 。 +-1 『 道成 寺 』 ( どう じょうじ ) は 、 紀州 道成 寺 に 伝わ る 、 安珍 ・ 清姫 伝説 に 取材 し た 能楽 作品 。 +-1 善五郎 は 、 京焼 の 家元 の 一 つ 。 +1 源定 ( みなもと の さだむ 、 弘仁 5 年 ( 816 年 ) - 貞観 _ ( 日本 ) 5 年 1 月 3 日 ( 旧暦 ) ( 863 年 1 月 25 日 ) ) は 平安 時代 前期 の 公卿 。 +-1 伊甚 国造 ( いじむ の くにのみやつこ ・ いじみ の くにのみやつこ ・ いじむ こくぞう ・ いじみ こく ぞう ) は 上総 国東部 を 支配 し た 国造 。 +1 県 犬養 三千代 ( あがた ( の ) いぬかい の みちよ 、 天智 4 年 ( 665 年 ) ? - 天平 5 年 1 月 11 日 ( 旧暦 ) ( 73 3 年 2 月 4 日 ) ) は 、 奈良 時代 前期 の 女官 。 +-1 百 万 塔 ( ひゃく まん とう ) と は 、 奈良 時代 後期 に 称徳 天皇 の 発願 に よ っ て 製作 さ れ た 。 +-1 『 影 武者 』 ( かげむ しゃ ) は 、 1980 年 に 公開 さ れ た 黒澤 明 監督 の 日本 映画 。 +1 善導 ( ぜんどう 、 ピンイン : sh ` an - d ~ ao ) は 中国 浄土 教 の 大成 者 。 +-1 岩船 寺 ( がんせんじ ) は 京都 府 木津川 市 加茂 町 に あ る 真言 律 宗 の 寺院 で あ る 。 +1 バナナ 型 神話 ( バナナ がた しんわ ) と は 、 東南 アジア や ニューギニア を 中心 に 各地 に 見 られ る 、 死 や 短命 に まつわ る 起源 神話 で あ る 。 +-1 薄茶器 ( うすちゃき ) は 茶器 の 一種 で 、 特に 濃茶 を 入れ る 陶器 製 の 茶入 を 濃茶 器 と 呼 ぶ こと に 対 し て 、 抹茶 を 入れ る の に 用い る 容器 を 指 す 。 +-1 上田 合戦 ( うえだ かっせん ) は 、 信濃 国 の 上田 城 ( 現 : 長野 県 上田 市 ) と 近隣 の 山城 周辺 、 上田 市 の 東部 を 南北 に 流れ る 神川 付近 など で 行 わ れ た 真田 氏 と 徳川 氏 の 戦い の 総称 で あ る 。 +-1 本所 ( ほんじょ ) は 、 日本 荘園 の 荘園 領主 で あ る 本家 および 領家 の うち 、 荘務 を 行 う 権限 、 すなわち 荘園 の 実効 支配 権 を 有 し た 者 を い う 。 +-1 京都 大学 新聞 社 ( きょう と だいがく しん ぶん しゃ ) は 、 京都 大学 の 学生 新聞 で あ る 『 京都 大学 新聞 』 ( 通称 『 京大 新聞 』 ) や 関連 書籍 など を 発行 する サークル ・ 京都 大学 公認 団体 。 +-1 山本 礼三郎 プロダクション ( やまもと れいさぶろう - 、 1928 年 6 月 設立 - 8 月 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +-1 西洋 料理 ( せいよう りょうり ) と は 、 西洋 の 料理 。 +-1 町代 ( まちだい ) と は 、 江戸 時代 の 京都 に おけ る 町 役人 の こと 。 +-1 高野 家 ( たかの け ) は 、 日本 の 氏族 ( 公家 ) 。 +1 歌橋 ( うた はし 、 生没年 不詳 ) は 江戸 時代 後期 ~ 幕末 の 女性 で 13 代 征夷 大将軍 ・ 徳川 家定 の 乳母 。 +1 二条 尚 基 ( に じょうひさも と 、 文明 ( 日本 ) 3 年 ( 14 7 1 年 ) - 明応 6 年 10 月 10 日 ( 旧暦 ) ( 1497 年 11 月 4 日 ) ) は 室町 時代 の 公卿 。 +1 中村 七之助 ( なかむら しちのすけ ) は 歌舞伎 の 名跡 の 一 。 +-1 天忍 日命 ( アメノオシヒノ ミコト ) は 、 日本 神話 の 神 ( 神道 ) 。 +1 野村 万禄 ( のむら まんろく 、 196 6 年 - ) は 、 六 世 野 村 万蔵 の 長女 華子 の 長男 と し て 生まれ る 。 +1 宮原 義久 ( みやはら よしひさ 、 天正 5 年 ( 1577 年 ) - 寛永 7 年 12 月 5 日 ( 旧暦 ) ( 1631 年 1 月 7 日 ) ) は 、 江戸 時代 の 高家 旗本 。 +1 石塔 義房 ( いしどう よしふさ 、 生没年 不詳 ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +1 袋 草紙 ( ふくろ ぞうし ) は 、 平安 時代 後期 の 保元 年間 ( 1156 年 - 1159 年 ) 頃 に 公家 で 六条 家 流 の 歌人 で あ っ た 藤原 清輔 が 著 し た 歌論 書 で あ る 。 +-1 清華 家 ( せいがけ ) と は 、 公家 ・ 公卿 の 家格 の ひと つ で 、 大臣 家 の 上 で 摂家 に 次 ぐ 家格 。 +-1 貞慶 ( じょうけい 、 久寿 2 年 5 月 21 日 ( 旧暦 ) ( 1155 年 6 月 22 日 ) - 建暦 3 年 2 月 3 日 ( 旧暦 ) ( 1213 年 2 月 24 日 ) ) は 、 鎌倉 時代 前期 の 法相 宗 の 僧 。 +1 佐々 氏 長 ( さっさうじ なが ) は 、 佐々 氏 綱 の 子 。 +-1 島物 ( しまもの ) と は 茶 道具 の 分類 の 一種 で あ る 。 +-1 阿字 観 ( あじかん ) は 、 平安 時代 に 空海 に よ っ て 伝え られ た 瞑想 法 。 +1 藤原 定能 ( ふじわら の さだ よし 、 久安 4 年 ( 1148 年 ) - 承元 3 年 8 月 22 日 ( 旧暦 ) ( 1209 年 9 月 22 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公卿 。 +-1 西寺 ( さいじ ) は 、 平安 時代 、 現在 の 京都 市 南 区 ( 京都 市 ) 唐橋 に あ っ た と さ れ る 寺 で 、 796 年 桓 武 天皇 の 勅願 に よ り 平安 京内 で 最初 に 建造 が 許 さ れ た 2 つ の 官寺 の 一 つ 。 +-1 伏見城 ( ふしみ じょう ) は 、 現在 の 京都 市 伏見 区 に あ っ た 城 。 +1 源 義家 ( みなもと の よしいえ ) は 、 平安 時代 後期 の 武将 で 、 河内 源 氏 の 源頼信 の 孫 。 +1 忠房 親王 ( ただふさ しんのう 、 弘安 8 年 ( 1285 年 ) ? - 貞和 3 年 ( 1347 年 ) 7 月 ( 旧暦 ) ) は 鎌倉 時代 の 皇族 。 +1 東坊城 恭長 ( ひがしぼう じょう や すな が 、 190 4 年 9 月 9 日 - 1944 年 9 月 22 日 ) は 、 日本 の 映画 俳優 、 脚本 家 、 映画 監督 で あ る 。 +-1 皇代暦 ( こうだいれき ) は 、 南北朝 時代 _ ( 日本 ) から 室町 時代 に かけ て に 書 か れ た 年代 記 。 +-1 玄米 茶 ( げん まい ちゃ ) は 、 番茶 ( 稀 に 煎茶 ) を 強火 で 加熱 し た もの と 、 蒸 し て から 炒 って 狐色 に な っ た 玄米 や 爆ぜ て ポップコーン 状 に な っ た 玄米 と を 、 ほぼ 同量 ずつ 混ぜ た もの 。 +1 河野 広中 ( こう の ひろ なか 、 嘉永 2 年 7 月 7 日 ( 旧暦 ) ( 1849 年 8 月 24 日 ) - 大正 12 年 ( 1923 年 ) 12 月 29 日 ) は 、 明治 ・ 大正 時代 の 政党 政治 家 。 +1 木下 逸雲 ( きのしたい つうん 、 寛政 12 年 8 月 1日 ( 旧暦 ) ( 180 0 年 9 月 19 日 ) - 慶応 2 年 8 月 4 日 ( 旧暦 ) ( 186 6 年 9 月 12 日 ) ) は 、 江戸 時代 後期 の 長崎 の 南画 。 +1 今出川 季持 ( いまで がわ すえ も ち 、 天正 3 年 ( 1575 年 ) - 文禄 5 年 2 月 9 日 ( 旧暦 ) ( 1596 年 3 月 7 日 ) は 、 安土 桃山 時代 の 公卿 。 +-1 曲輪 ( くるわ ) と は 、 城内 に あ る 一定 区画 を 分かつ 区域 で あ る 。 +-1 東使 ( とうし ) は 、 関東 御使 と も い い 、 鎌倉 時代 に 鎌倉 幕府 から 京都 に あ る 朝廷 や 六波羅 探題 、 関東 申次 など に 派遣 さ れ た 使者 の 事 で 、 政治 的 に 特 に 重要 な 事項 に 関 する 幕府 側 の 意向 を 伝え る ため に 派遣 さ れ た 者 を 特に 称 し た 。 +1 藤原 仲光 ( ふじわら の なかみつ 、 生没年 不詳 ) は 、 平安 時代 中期 の 武士 。 +-1 ハニヤス は 、 日本 神話 に 登場 する 土 の 神 ( 神道 ) で あ る 。 +-1 油 徳利 ( あぶら とっくり ) は 、 日本 の 民具 の 一 つ で 、 灯明 など に 用い る 油 の 購入 用 また は 保存 用 の 容器 。 +1 讃岐典侍 日記 ( さぬきのすけ にっき ) と は 、 平安 時代 後期 に 讃岐 典 侍 藤原 長子 に よ っ て 書 か れ た 日記 文学 で あ る 。 +1 蘇我 石川 宿禰 ( そがの いしかわ の すくね ) は 、 蘇我 石川 ( そがの いしかわ ) と も 呼 ば れ る 日本 神話 の 人物 で 、 蘇我 氏 の 祖 と さ れ る 。 +-1 菖蒲 湯 ( しょうぶ ゆ ) と は 5 月 5 日 の 端午 の 節句 の 日 に 、 ショウブ の 根 や 葉 を 入れ て 沸 か す 風呂 の こと で あ る 。 +-1 送仏 偈 ( そうぶつ げ ) と は 仏 を 本国 に 送 る 為 の 偈文 で あ る 。 +1 六 家 集 ( ろっ かしゅう ) と は 、 新古 今 時代 の 優れ た 六 つ の 私 家 集 の こと で あ る 。 +-1 山王 神道 ( さん の う しんとう ) は 、 平安 時代 末期 から 鎌倉 時代 に かけ て 、 天台 宗 の 総 本山 で あ る 比叡山 延暦 寺 で 生まれ た 神道 の 流派 で あ る 。 +1 源氏 物語 千 年紀 ( げんじ ものがたり せん ねんき ) と は 、 源氏 物語 の 成立 千 年 を 記念 し て 実施 さ れ る 様々 な 事業 で あ る 。 +-1 公家 領 ( くげりょう ) と は 、 公家 ( 公卿 ・ 官人 ) の 所領 の 総称 。 +1 久邇宮 ( く にのみや ) は 、 明治 時代 前期 に 伏見 宮 邦家 親王 の 第 4 王子 ・ 久邇宮 朝彦 親王 が 創立 し た 宮家 。 +-1 前ヶ畑峠 ( まえ が はた とうげ ) は 京都 府 京都 市 左京 区 内 に あ る 国道 上 の 峠 で あ る 。 +-1 梅雨 ( ばい う 、 つゆ 。 黴雨 と も ) と は 、 北海道 と 小笠原 諸島 を 除 く 日本 、 朝鮮 半島 南部 、 中華 人民 共和 国 の 華南 や 華中 の 沿海 部 、 および 台湾 など 、 東 アジア の 広 範囲 に お い て 見 られ る 特有 の 気象 で 、 5 月 から 7 月 に かけ て 毎年 巡 っ て 来る 雨 の 多 い 期間 の こと 。 +-1 平田 荘 ( ひらた の しょう ) と は 、 旧 大和 国 に あ っ た 荘園 。 +-1 官戸 ( かんこ ) は 中国 前 近代 および 日本 の 律令 制 に おけ る 身分 呼称 。 +1 片岡 秀太郎 ( かたおか ひでたろう ) は 、 歌舞伎 役者 。 +1 今出川 公言 ( いまで がわ きん こ と 、 元文 3 年 8 月 1日 ( 旧暦 ) ( 1738 年 9 月 14 日 ) - 安永 5 年 8 月 25 日 ( 旧暦 ) ( 1776 年 10 月 7 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +1 仏足 石 歌 ( ぶっそく せき か ) は 、 和歌 の 作歌 に おけ る 内容 と 形式 に よ る 歌 の 名前 で 、 仏足 石 ( 仏足 跡 ) の 歌 と も 称 さ れ る 。 +-1 蛤 御門 ( はまぐり ご もん ) は 、 現在 の 京都 御苑 西門 の 一 つ 。 +1 中西 君尾 ( なか に しきみお 、 1843 年 ( 天保 14 年 ) - 1918 年 ( 大正 7 年 ) ) は 祇園 甲部 の 芸妓 。 +1 片岡 當十郎 ( かたおか とうじゅうろう ) は 、 歌舞伎 役者 の 名跡 。 +1 風葉 和 歌集 ( ふうよう わかしゅう ) は 鎌倉 時代 中期 の 物語 和 歌集 。 +1 近衛 尚子 ( この え ひさこ 、 元禄 15 年 3 月 9 日 ( 旧暦 ) ( 170 2 年 4 月 5 日 ) - 享保 5 年 1 月 20 日 ( 旧暦 ) ( 1720 年 2 月 27 日 ) ) は 、 江戸 時代 の 中 御 門 天皇 の 女御 で 、 桜町 天皇 の 生母 。 +1 牧野 福成 ( ま きの とみしげ 、 宝暦 11 年 ( 1761 年 ) - 天明 3 年 5 月 10 日 ( 旧暦 ) ( 1783 年 6 月 9 日 ) ) は 、 丹後 田辺藩 の 世嗣 。 +-1 題目 ( だいもく ) と は 、 日蓮 系 ・ 法華 経 系 の 宗教 団体 など に お い て 勤行 の 際 に 用い られ る 南無 妙法 蓮華 経 ( なむみょう ほうれん げきょう ) の 文句 の こと で あ る 。 +-1 露天 商 ( ろてんしょう ) と は 露天 ( 屋外 や 青空 の 下 ) で 店舗 を 持 た ず 商売 を する 者 。 +1 平家継 ( たいら の いえつぐ 、 生年 未詳 - 元暦 元年 7 月 7 日 ( 旧暦 ) ( 1184 年 8 月 14 日 ) ) は 、 平安 時代 末期 の 武将 。 +-1 楼閣 ( ろうかく ) と は 、 重層 の 建築 物 を い う 。 +1 源 師忠 ( みなもと の もろただ 、 天喜 2 年 ( 1054 年 ) - 永久 ( 元号 ) 2 年 9 月 25 日 ( 旧暦 ) ( 1114 年 10 月 25 日 ) ) は 平安 時代 後期 の 公卿 。 +1 澄覚 法 親王 ( ちょう かく ほっ しん のう 、 承久 元年 ( 1219 年 ) - 正応 2 年 ( 1289 年 ) ) は 、 鎌倉 時代 の 天台 宗 三千 院 の 門跡 。 +-1 三筆 ( さんぴ つ ) と は 、 三 人 の 優れ た 書道 家 の 呼び名 で あ る 。 +-1 出納 ( すいとう ) と は 、 中世 日本 の 荘園 に 設置 さ れ た 下級 荘官 の 1 つ 。 +-1 聖林 寺 ( しょうりんじ ) は 奈良 県 桜井 市 に あ る 真言 宗 室生 寺 派 の 寺院 で あ る 。 +1 山名時 氏 ( やまな ときうじ 、 嘉元 元年 ( 130 3 年 ) - 建徳 2 年 / 応安 4 年 3 月 28 日 ( 旧暦 ) ( 13 71 年 4 月 14 日 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 武将 で あ る 。 +1 縁語 ( えんご ) と は 、 一首 の 中 に 意味 上 関連 する 語 を 連想 的 に 2 つ 以上 用い る こと で 歌 に 情趣 を 持 た せ る 、 和歌 の 修辞 技法 の ひと つ 。 +1 輔仁 親王 ( すけひと しんのう 、 延久 5 年 1 月 19 日 ( 1073 年 2 月 28 日 ) - 元永 2 年 11 月 28 日 ( 1119 年 12 月 31 日 ) ) は 、 平安 時代 の 皇族 。 +-1 南浦 紹明 ( なんぽ しょうみょう 、 嘉禎 元年 ( 1235 年 ) - 延慶 ( 日本 ) 元年 12 月 29 日 ( 旧暦 ) ( 1309 年 2 月 9 日 ) ) は 、 鎌倉 時代 の 臨済 宗 の 僧 。 +1 平盛 国 ( たいら の もりくに 、 永久 ( 元号 ) 元年 ( 1113 年 ) - 文治 2 年 7 月 25 日 ( 旧暦 ) ( 1186 年 8 月 11 日 ) ) は 、 父 は 平盛 遠 ( また は 異説 と し て 平季 衡 ) 。 +-1 名 のり ・ 注連 縄 切り ・ 火祭り ( なのり ・ しめな わ きり ・ ひまつり ) は 、 三重 県 志摩 市 大王町 で 大晦日 から 元日 に かけ て 行な わ れ る 一連 の 年中 行事 。 +-1 近代 日本 の 官制 ( きんだい に ほん の かんせい ) は 、 王政 復古 ( 日本 ) に よ っ て 明治 維新 が 始ま っ た 慶応 3 年 12 月 9 日 ( 旧暦 ) ( 西暦 1868 年 1 月 3 日 ) から 、 内閣 官 制 が 制定 さ れ た 1889 年 ( 明治 22 年 ) 12 月 24 日 に 至 る まで の 中央 政府 に おけ る 主な 機関 の 変遷 を 概観 する 。 +-1 大谷 廟堂 ( おおたに びょうどう ) は 、 浄土 真宗 の 宗祖 親鸞 の 墓 。 +-1 安祥寺 ( あん しょうじ ) は 京都 市 山科 区 に あ る 高野山 真言宗 の 仏教 寺院 。 +1 池田 輝政 ( いけだ てる まさ ) は 戦国 時代 ( 日本 ) 末期 から 江戸 時代 初期 に かけ て の 武将 ・ 大名 。 +-1 南座 ( みなみ ざ ) は 京都 市 東山 区 に あ る 劇場 。 +1 高橋 高種 ( たかはし た かたね 、 生年 不詳- 天文 _ ( 元号 ) 4 年 ( 1535 年 ) ) は 筑後 国 を 領 し た 戦国 時代 ( 日本 ) の 大名 で あ る 。 +-1 御 家人 ( ごけにん ) は 、 征夷 大将軍 の 家人 で あ る 武士 の 身分 を 指 す 語 で あ る が 、 中世 と 近世 で は 意味 合い が 異な る 。 +1 佐藤 忠信 ( さとう ただのぶ 、 応保 元年 ( 1161 年 ) ? - 文治 2 年 9 月 21 日 ( 旧暦 ) ( 1186 年 11 月 4 日 ) ) は 、 平安 時代 末期 の 武将 で 、 源 義経 の 家臣 。 +1 松本 金太郎 ( まつもと きんたろう 、 ) シテ 方 宝生 流能 楽師 。 +1 後桃園 天皇 ( ご も もぞの てんのう 、 宝暦 8 年 7 月 2 日 ( 175 8 年 8 月 5 日 ) - 安永 8 年 10 月 29 日 ( 1779 年 12 月 6 日 ) ) は 、 江戸 時代 の 第 118 代 天皇 ( 在位 : 明和 7 年 4 月 28 日 ( 1770 年 5 月 23 日 ) - 安永 8 年 11 月 9 日 ( 1779 年 12 月 16 日 ) ) 。 +-1 漢学 ( かんがく ) と は 、 狭義 で 言 え ば 宋明 理学 に 対 する 伝統 的 な 経学 及び 清代 の 考証 学 の 事 を 指 し 、 広義 で は 洋学 ・ 国学 に 対 する 中国 伝来 の 学問 の 総称 。 +-1 相撲 節会 ( すまひ の せちえ ) と は 、 奈良 時代 ・ 平安 時代 に かけ て 行 わ れ た 宮中 行事 の 1 つ 。 +1 高城 胤吉 ( たかぎ たね よし 、 文明 ( 日本 ) 16 年 ( 1484 年 ) また は 文亀 元年 ( 150 1 年 ) ? - 永禄 8 年 2 月 12 日 ( 旧暦 ) ( 1565 年 4 月 22 日 ) ) は 戦国 時代 _ ( 日本 ) の 千葉 氏 の 家臣 。 +-1 洞川 温泉 ( どろ が わ おんせん ) は 、 奈良 県 吉野 郡 天川 村 洞川 ( 旧国 大 和国 ) に あ る 温泉 。 +1 加山 又 造 ( かやま また ぞう 、 1927 年 9 月 24 日 - 2004 年 4 月 6 日 ) は 、 日本 画 家 、 版画 家 で あ る 。 +1 平田 銕胤 ( ひらた かね たね 、 1799 年 12 月 31 日 ( 寛政 11 年 12 月 6 日 ( 旧暦 ) ) - 1880 年 ( 明治 13 年 ) 10 月 25 日 ) は 、 日本 の 国学 。 +1 北条 時房 ( ほうじょう ときふさ 、 安元 元年 ( 1175 年 ) - 仁治 元年 1 月 24 日 ( 旧暦 ) ( 12 40 年 2 月 18 日 ) ) は 鎌倉 時代 初期 の 武将 。 +-1 『 決闘 ! 高田 馬場 』 ( けっとう たかだ の ばば ) は 、 三谷 幸喜作 ・ 演出 に よ る 日本 の 歌舞伎 作品 。 +-1 ラッキョウ ( 辣韮 、 薤 、 辣韭 、 学名 Alliumchinensesyn . Alliumbakeri ) は 、 ユリ 科 ( ネギ 科 と する 場合 も あ る 。 ) の 多年 草 ・ 野菜 。 +1 藤原 家保 ( ふじわら の いえやす 、 承暦 4 年 ( 1080 年 ) - 保延 2 年 ( 1136 年 ) ) は 平安 時代 後期 の 公卿 。 +-1 天満 宮 ( てんまぐう 、 てんまんぐう ) は 、 政治 的 不遇 を 被 っ た 菅原 道真 の 怒り を 静め る ため 神格 化 し 祀 ( まつ ) っ て い る 神社 。 +1 武田 観柳 斎 ( たけだ かんりゅうさい 、 天保 元年 ( 1830 年 ) 頃 - 慶応 三 年 6 月 22 日 ( 旧暦 ) ( 1867 年 7 月 23 日 ) ) は 、 出雲 国 母里 出身 の 新 選 組 隊士 。 +1 土師 馬手 ( はじ の う ま て 、 生年 不詳 - 和銅 4 年 ( 71 1 年 ) 2 月 26 日 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 山城 地区 ( やましろ ちく ) と は 、 京都 府 南部 の 山城 国 の うち 、 宇治 市 以南 に あ る 12 市 町 村 を 指 す 。 +-1 吉田 兼好 ( よしだけんこう 、 弘安 6 年 ( 1283 年 ) - 観応 元年 / 正平 ( 日本 ) 5 年 4 月 8 日 ( 旧暦 ) ( 1350 年 5 月 14 日 ) ? ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) の 随筆 家 ・ 和歌 。 +1 手児奈 ( てこな ) と は 、 下総 国勝鹿 ( 葛飾 ) の 真間 ( 現在 の 千葉 県 市川 市 ) に 奈良 時代 以前 に 住 ん で い た と さ れ る 女性 の 名前 。 +-1 補任 状 ( ぶにんじょう ) と は 、 特定 の 個人 を 官職 ・ 位 階 ・ 諸職 に 補任 する 際 に 任命 権 者 側 から 発給 さ れ た 文書 の 総称 。 +-1 天ヶ瀬 ダム ( あま が せ ダム ) は 京都 府 宇治 市 、 一 級 河川 ・ 淀川 本川 中流部 、 通称 宇治川 と 呼 ば れ る 流域 に 建設 さ れ た ダム で あ る 。 +-1 砲術 ( ほうじゅつ ) +-1 精華 くるりん バス ( せいか - ) は 、 京都 府 相楽 郡 精華 町 で 運行 し て い る コミュニティバス 。 +-1 有司 専制 ( ゆうし せんせい ) と は 、 明治 政府 の 藩閥 官僚 中心 ・ 超然 主義 の 政府 を 批判 し た 言葉 。 +1 鳥羽 天皇 ( とばてんのう 、 康和 5 年 1 月 16 日 ( 110 3 年 2 月 24 日 ) - 保元 元年 7 月 2 日 ( 1156 年 7 月 20 日 ) ) は 平安 時代 後期 の 第 74 代 天皇 ( 在位 1107 年 - 1123 年 ) 。 +-1 風情 ( ふぜい ) は 、 日本 古来 より 存在 する 美 意識 の 1 つ 。 +1 京極 高 詮 ( きょうごく たかのり 1352 年 ( 正平 ( 日本 ) 7 年 / 文和 元年 ) - 140 1 年 ( 応永 8 年 ) ) ) は 、 守護 大名 で あ る 京極 氏 の 室町 時代 前期 の 当主 。 +-1 新嘗祭 ( に いなめ の まつり 、 にいなめ さい 、 しんじょうさい ) と は 、 11 月 23 日 に 、 天皇 が 五穀 の 新穀 を 天神 地祇 ( てんじん ちぎ ) に 勧め 、 また 、 自ら も これ を 食 し て 、 その 年 の 収穫 を 感謝 する 祭儀 。 +-1 神木 ( しんぼく ) と は 、 古神道 に おけ る 神籬 ( ひもろぎ ) と し て の 木 や 森 を さ し 、 神体 の こと 。 +1 大 日本 野史 ( だい にほんやし ) は 、 後 小松 天皇 ( 明徳 年間 ) から 仁孝 天皇 まで の 二十 一 代 の 帝王 の 治世 を 紀伝体 で 記 し た 日本 の 歴史 書 。 +-1 京丹後 市 ( きょうたんご し ) は 京都 府 の 市 。 +1 藤原 顕頼 ( ふじわら の あき より 、 嘉保 元年 ( 1094 年 ) - 久安 4 年 1 月 5 日 ( 旧暦 ) ( 1148 年 1 月 27 日 ) ) は 平安 時代 後期 の 公卿 。 +1 女 三宮 ( おんな さん のみや ) は 、 +1 中村 鶴蔵 ( なかむら つる ぞう ) は 、 歌舞伎 役者 の 名跡 。 +-1 本朝 世紀 ( ほんちょうせいき ) は 、 平安 時代 末期 に 編纂 さ れ た 歴史 書 で あ る 。 +-1 東巌 慧安 ( とうがん え あん 、 嘉禄 元年 ( 1225 年 ) - 建治 3 年 11 月 3 日 ( 旧暦 ) ( 1277 年 12 月 29 日 ) ) は 、 鎌倉 時代 中期 の 臨済 宗 の 僧 。 +1 自天王 ( じてんのう 、 永享 12 年 ( 1440 年 ) - 長禄 元年 12 月 2 日 ( 旧暦 ) ( 1457 年 12 月 18 日 ) は 、 南朝 ( 日本 ) の 再建 を 図 っ た 後 南 朝 の 最後 の 指導 者 。 +-1 斎尾 廃寺跡 ( さい の お はいじあと ) は 、 鳥取 県 東伯 郡 琴浦 町 に あ る 奈良 時代 前期 ・ 白鳳 時代 の 法隆 寺 式 伽藍 配置 の 寺院 跡 。 +-1 類聚 国史 ( るい じゅうこく し ) は 編年 体 で あ る 六 国 史 の 記載 を 中国 の 類書 に な ら い分類 再 編集 し た もの で 、 菅原 道真 の 編纂 に よ り 、 892 年 ( 寛平 4 年 ) に 完成 ・ 成立 し た 歴史 書 で あ る 。 +1 山下 又 太郎 ( やました またた ろう ) は 、 歌舞伎 役者 の 名跡 。 +-1 印相 ( いんそう 、 いん ぞう ) は 、 ヒンドゥー 教 および 仏教 の 用語 で 、 両手 で 示 す ジェスチャー に よ っ て 、 ある 意味 を 象徴 的 に 表現 する もの で あ る 。 +-1 蒲生 氏 ( が もうし ) は 日本 の 氏族 の 一 つ +1 吉川 経茂 ( きっかわ つねしげ 、 生没年 不詳 ) は 鎌倉 時代 後期 の 武士 。 +1 住友 政友 ( すみとも まさとも 、 天正 13 年 11 月 11 日 ( 旧暦 ) ( 1585 年 12 月 31 日 ) - 慶安 5 年 ( 1652 年 ) ) は 、 江戸 時代 の 商人 。 +-1 宗像 三 女 神 ( むなかた さんじょ じん ) は 、 宗像 大社 ( 福岡 県 宗像 市 ) に 祀 ら れ て い る 三柱 の 女神 の 総称 で あ る 。 +-1 鯉幟 ( こいのぼり ) と は 元来 、 日本 の 風習 で 、 江戸 時代 に 武家 で 始ま っ た 。 +-1 野村 万蔵 ( のむら まん ぞう ) は 、 和泉 流狂言 師 の 名跡 。 +1 増上 寺 ・ 墓所 に あ る 家継 の 石塔 +-1 鹿の子絞り ( かのこ しぼり ) は 絞り染め の 一種 で 、 小鹿 の 背 の 斑点 の よう に 小さな 絞り を 規則 的 に 並べ た もの 。 +-1 採物 ( とりもの ) は 、 神事 や 神楽 に お い て 巫女 や 神楽 など が 手 に 取り持 つ 道具 。 +1 曳田 康貞 ( ひけ た やす さだ 、 生没年 不詳 ) は 鎌倉 時代 の 武士 。 +1 三好 義継 ( みよし よしつぐ ) は 、 河内 国 の 戦国 大名 。 +-1 阿野 全成 ( あの ぜん じょう / ぜんせい 、 仁平 3 年 ( 1153 年 ) - 建仁 3 年 6 月 23 日 ( 旧暦 ) ( 120 3 年 8 月 1日 ) ) は 平安 時代 末期 、 鎌倉 時代 初期 の 僧 で 、 源義朝 の 七男 。 +1 石上 部 皇子 ( いその かみべ の おうじ ・ いその かみべ のみこ 。 生没年 不詳 ) +-1 民芸 運動 ( みんげい うんどう ) と は 、 1926 年 ( 大正 15 年 ) 、 「 日本 民芸 美術 館 設立 趣意 書 」 の 発刊 に よ り 開始 さ れ た . +1 大谷 光勝 ( おおた に こうしょう 、 文化 ( 日本 ) 14 年 3 月 7 日 ( 旧暦 ) 〈 旧暦 〉 〈 1817 年 4 月 22 日 〉 - 明治 27 年 ( 1894 年 ) 1 月 15 日 〈 新暦 〉 ) は 、 浄土 真宗 の 僧 で 、 東本願 寺 第 21 代 法主 。 +-1 『 法華 三 部 経 』 ( ほっけさんぶ きょう ) は 、 大乗 仏教 の 経典 群 で あ る 。 +1 中村 芝翫 ( なかむら し かん ) は 歌舞伎 の 名跡 の 一 。 +1 恒良 親王 ( つねよし しん の う / つねなが しんのう 、 正中 元年 ( 1324 年 ) - 延元 3 年 / 建武 5 年 4 月 13 日 ( 1338 年 5 月 3 日 ) ) は 後醍醐 天皇 の 皇子 で あ る 。 +1 近衛 信尹 ( このえ のぶただ   永禄 8 年 11 月 1日 ( 旧暦 ) ( 1565 年 11 月 23 日 ) - 慶長 19 年 11 月 25 日 ( 旧暦 ) ( 1614 年 12 月 25 日 ) ) は 、 安土 桃山 時代 の 公家 。 +-1 登録 有形 民俗 文化 財 ( とうろく ゆうけい みんぞく ぶんか ざい ) は 、 文部 科学 大臣 に よ っ て 文化 財 登録 原簿 に 登録 さ れ て い る 。 +-1 吊る し 飾り ( つるし かざり ) は 伝統 工芸 の 一種 。 +-1 門徒 ( もんと ) と は 、 一門 の ともがら の こと を 指 す 呼 び 方 で あ る 。 +-1 年賀 状 ( ねん が じょう ) と は 新年 に 送 ら れ る はがき や カード を 用い た 挨拶 状 の こと で あ る 。 +-1 寒風 古 窯跡 群 ( さぶかぜ こよう せき ぐん ) は 岡山 県 瀬戸内 市 牛窓 町長浜 に あ る 須恵 器 窯 の 遺跡 。 +1 阪谷朗廬 ( さかた に ろうろ 、 182 2 年 11 月 17 日 - 1881 年 1 月 15 日 ) は 、 岡山 県 出身 の 漢学 者 、 儒学 者 。 +-1 大炊 寮 ( おおいりょう ) と は 日本 の 律令 制 に お い て 宮内 省 に 属 する 機関 の 一 つ で あ る 。 +-1 坐禅 和讃 ( ざぜんわ さん ) と は 、 漢文 表記 で あ っ た 坐禅 の 本質 ・ 目的 を 日本 語 で 解説 し た もの で 、 民衆 に も 分か り やす く 説 い た もの で あ る 。 +1 殿内 義雄 ( と のうち よしお 、 天保 元年 ( 1830 年 ) ~ 文久 3 年 3 月 25 日 ( 旧暦 ) ( 1863 年 4 月 29 日 ) ) は 、 江戸 時代 ・ 幕末 の 人物 。 +-1 東南院 ( とうなんいん ) は 、 奈良 県 吉野 郡 吉野 町 に あ る 大峰山 の 持護 院 。 +-1 老女 ( ろうじょ ) と は 、 武家 や 公家 で 、 侍女 の 筆頭 で あ る 年長 の 女性 の こと 。 +-1 開拓 使 ( かいたくし ) は 、 北方 開拓 の ため に 明治 2 年 ( 1869 年 ) 7 月 8 日 から 明治 15 年 ( 18 82 年 ) 2 月 8 日 まで 置 か れ た 官庁 で あ る 。 +1 源致 公 ( みなもと の おき ただ 、 天徳 ( 日本 ) 元年 ( 957 年 ) - 寛仁 2 年 ( 1018 年 ) 8 月 ) は 、 平安 時代 中期 の 武将 。 +-1 覚尋 ( かくじん 、 治安 ( 元号 ) 元年 ( 1021 年 ) - 永保 元年 ( 1081 年 ) ) は 平安 時代 中期 の 延暦 寺 の 僧 。 +-1 野宮 神社 ( ののみや じんじゃ ) は 、 京都 市 右京 区 の 嵯峨野 に あ る 神社 で あ る 。 +-1 武家 諸 法度 ( ぶけ しょ はっと ) は 、 江戸 時代 に 江戸 幕府 が 諸 大名 を 統制 する ため に 定め た 法令 で あ る 。 +1 成伯 ( せいは く 、 生没年 不詳 ) は 江戸 時代 初期 の 僧 。 +1 桂川 甫周 ( かつら がわ ほしゅう 、 1826 年 ( 文政 9 年 ) - 1881 年 ( 明治 14 年 ) 9 月 25 日 ) は 、 医師 及び 蘭学 者 。 +-1 山背 国造 ・ 山代 国造 ( やましろ の くにのみやつこ ・ やましろ こく ぞう ) は 山城 国 南西 部 を 支配 し た 国造 。 +-1 光悦 寺 ( こうえつじ ) は 京都 市 北 区 ( 京都 市 ) 鷹ヶ峰 に あ る 日 蓮 宗 の 寺院 。 +-1 連 ( むらじ ) は 、 ヤマト 王権 で 使 わ れ て い た カバネ ( かばね ) の 一 つ で 、 家臣 の 中 で は 最高 位 に 位置 し て い た 姓 の 一 つ で あ る 。 +1 脩子 内 親王 ( しゅうし / なが こ な い しんの う 、 長徳 2 年 12 月 16 日 ( 旧暦 ) ( 997 年 1 月 27 日 ) - 永承 4 年 2 月 7 日 ( 旧暦 ) ( 1049 年 3 月 13 日 ) ) は 、 第 66 代 一 条 天皇 の 第 一 皇女 で 、 母 は 皇后 藤 原 定子 。 +1 田中 吉政 ( たなか よしま さ 、 天文 ( 元号 ) 17 年 ( 1548 年 ) - 慶長 14 年 2 月 18 日 ( 旧暦 ) ( 1609 年 3 月 23 日 ) ) は 、 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 、 江戸 時代 の 大名 。 +-1 称名 ( しょうみょう ) と は 、 仏 ・ 菩薩 の 名 を 称え る こと 。 +-1 兵糧 ( ひょうろう ・ 兵粮 ) と は 、 戦争 時 に おけ る 軍隊 の 食糧 の こと 。 +1 平親 宗 ( たいら の ちかむね 、 天養 元年 ( 1144 年 ) - 正治 元年 7 月 17 日 ( 旧暦 ) ( 1199 年 8 月 10 日 ) ) は 平安 時代 末期 の 公卿 。 +-1 京都 ・ 東山 花 灯路 ( きょうと ・ ひがしやま は な とうろ ) は 、 3 月 中旬 に 京都 の 東山 ( 京都 府 ) 山麓 の 青蓮 院 から 清水 寺 に 至 る 約 4 . 6 キロ の 小路 に 京都 の 伝統 工芸 で あ る 清水 焼 、 北山 杉 、 京銘 竹 、 石工 、 金属 など で 作 ら れ た 約 2400 基 の 行灯 を 点 し 、 夜 の 散策 を 楽し む 趣向 の 、 早春 を 告げ る 観光 イベント で あ る 。 +-1 車屋 町 通 ( くるま や ちょうどおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +1 佐々木 千吉 ( ささき せんきち 、 1930 年 12 月 18 日 - ) は 大蔵 流 ( 京都 ・ 茂山 家 ) 狂言 師 。 +1 春光院 ( しゅん こういん 、 延享 4 年 ( 1747 年 ) - 文化 ( 元号 ) 8 年 10 月 14 日 ( 旧暦 ) ( 1811 年 11 月 29 日 ) ) は 、 薩摩 藩 第 8 代 藩 主 ・ 島津 重豪 の 側室 。 +-1 田辺 藩 ( たなべ はん ) は 江戸 時代 、 丹後 国 に あ っ た 藩 の 1 つ 。 +1 土師 千島 ( はじ の ちしま 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 預 ( あずかり ) と は 、 平安 時代 の 官司 ・ 寺社 ・ 荘園 など に 置 か れ た 職名 。 +1 後 水尾 天皇 ( ご みず の お てんのう 、 慶長 元年 6 月 4 日 ( 1596 年 6 月 29 日 ) - 延宝 8 年 8 月 19 日 ( 1680 年 9 月 11 日 ) 在位 : 慶長 16 年 3 月 27 日 ( 161 1 年 5 月 9 日 ) - 寛永 6 年 11 月 8 日 ( 1629 年 12 月 22 日 ) は 第 108 代 天皇 で あ る 。 +-1 枯山水 ( かれ さんすい ) と は 日本 庭園 や 日本 画 の 様式 ・ 風 の ひと つ で あ る 。 +1 豊鍬 入 姫命 ( とよすき いり びめ の みこと 、 生没 年 未詳 ) は 、 記紀 に 伝え られ る 古墳 時代 の 皇族 。 +-1 和 菓子 ( わがし ) と は 、 日本 の 伝統 的 製造 法 で 作 ら れ た 菓子 の こと 。 +1 鷹司 政熙 ( たかつかさ まさひろ   宝暦 11 年 4 月 10 日 ( 1761 年 5 月 14 日 ) - 天保 11 年 2 月 7 日 ( 1841 年 3 月 29 日 ) ) は 、 江戸 時代 中期 の 公家 。 +-1 ガルトネル 開墾 条約 事件 ( が る とねる かいこんじょうやく じけん ) あるいは ガルトネル 事件 ( が る とねる じけん ) と は 、 明治 初年 に 、 七飯 町 の 開墾 地 を めぐ っ て 発生 し た 外交 事件 で あ る 。 +-1 大寧 寺 ( たいねいじ ) は 山口 県 長門 市 深川 湯本 に あ る 曹洞 宗 の 寺院 で あ る 。 +1 十 市 遠忠 ( とおち ・ とお い ち と おただ ) 1497 年 ( 明応 6 年 ) - 1545 年 ( 天文 14 年 ) 、 室町 時代 - 戦国 時代 ( 日本 ) の 武将 。 +1 信長 公記 ( しんちょう こうき また は のぶなが こうき ) と は 、 日本 の 安土 桃山 時代 の 戦国 大名 で あ る 織田 信長 の 一代 記 。 +-1 縫腋 袍 ( ほうえき の ほう ) と は 日本 の 朝服 の うわぎ の 一 つ で 、 腋 が 縫 わ れ 、 裾周り に 襴 と い う 裂 を 横向き に めぐら さ れ て い る 和服 用語 集 の こと 。 +-1 太平 元 宝 ( たいへい げんぽう ) は 、 日本 古代 の 銀貨 。 +-1 『 花 より も 花 の 如 く 』 ( はな より も はな の ごと く ) は 、 能 を テーマ と し た 成田 美名子 に よ る 漫画 作品 。 +-1 汁粉 ( しるこ ) は 、 主に 小豆 を 砂糖 で 甘 く 煮 て 、 この 中 に 餅 や 白玉 団子 、 クリ の 甘露 煮 など を 入れ た 食べ物 。 +1 藤原 忠宗 ( ふじわら の ただむね 、 寛治 元年 ( 1087 年 ) - 長承 2 年 9 月 1日 ( 旧暦 ) ( 1133 年 9 月 30 日 ) ) は 、 平安 時代 後期 の 公卿 。 +1 国産 み ( くに うみ ) と は 、 日本 の 国土 創世 譚 を 伝え る 神話 で あ る 。 +-1 清洲 同盟 ( きよ す どうめい ) と は 、 戦国 時代 ( 日本 ) の に 尾張 国 の 戦国 大名 ・ 織田 信長 と 三河 国 の 戦国 大名 ・ 徳川 家康 と の 間 で 結 ば れ た 軍事 同盟 。 +1 蜂子 皇子 ( はちこ の おうじ 、 波知 乃子 王 、 欽明 天皇 23 年 ? ( 562 年 ? ) - 舒明 天皇 13 年 10 月 20 日 ( 旧暦 ) ? ( 641 年 11 月 28 日 ? ) ) は 、 崇峻 天皇 の 第 一 皇子 、 聖徳 太子 の 従兄弟 。 +1 王妃 ( おう ひ ) と は 、 日本 の 皇族 に 属 する 王 ( 皇族 ) の 妃 の 身位 、 また は その 身位 に あ る 人 を い う 。 +-1 兵児 帯 ( へこおび ) と は 和服 に おけ る 男物 の 帯 の 一種 。 +1 菱川 師宣 ( ひしかわ もろのぶ 、 男性 、 元和 ( 日本 ) 4 年 ( 1618 年 ) 月日 不詳 - 元禄 7 年 6 月 4 日 ( 旧暦 ) ( 1694 年 7 月 25 日 ) ) は 、 日本 の 近世 に あた る 江戸 時代 、 その 初期 に 活躍 し た 絵師 の 一人 。 +1 安達 高景 ( あだち たかかげ 、 生没 年 未詳 ) は 、 鎌倉 時代 末期 の 鎌倉 幕府 の 御 家人 。 +1 堀田 正倫 ( ほった まさとも 、 1851 年 12 月 28 日 ( 嘉永 4 年 12 月 6 日 ( 旧暦 ) ) - 19 11 年 ( 明治 44 年 ) 1 月 11 日 ) は 、 江戸 時代 末期 の 大名 。 +-1 即成院 ( そくじょういん ) は 、 京都 府 京都 市 東山 区 に あ る 真言 宗 の 寺院 。 +-1 地下 人 ( じげ にん / しもびと ) は 、 日本 に おけ る 貴族 身分 の 一 つ 。 +1 平家 盛 ( たいら の いえ も り 、 保安 ( 元号 ) 元年 ( 1120 年 ) ? - 久安 5 年 ( 1149 年 ) ) は 、 平安 時代 末期 の 武将 。 +1 山内 上杉 家 の 人物 。 +1 植松 雅孝 ( うえまつ まさたか 、 貞享 4 年 8 月 26 日 ( 旧暦 ) ( 1687 年 10 月 2 日 ) - 享保 15 年 9 月 24 日 ( 旧暦 ) ( 1730 年 11 月 4 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +1 藤原 朝狩 ( ふじわら の あさか り 、 ? - 天平 宝字 8 年 9 月 18 日 ( 旧暦 ) ( 764 年 10 月 21 日 ) ) は 奈良 時代 の 公卿 。 +1 伊藤 真聰 ( いとうしんそう 、 本名 : 真砂子 、 1942 年 ( 昭和 17 年 ) 4 月 25 日 - ) は 宗教 家 で 真如 苑現苑主 ( 継主 ) 。 +-1 一山 一寧 ( いっ さん いち ねい 、 宝治 元年 ( 南宋 の 淳祐 ( 南宋 ) 7 年 、 1247 年 ) - 文保 元年 10 月 24 日 ( 旧暦 ) ( 1317 年 11 月 28 日 ) ) は 元 ( 王朝 ) の 渡来 僧 。 +-1 台湾 総督 府 ( たいわん そうとく ふ 、 旧 字体 : 臺灣 總督 府 ) は 、 清 から 大 日本 帝国 へ 割譲 さ れ 、 日本 領 と な っ た 台湾 を 統治 する ため に 設置 さ れ た 当時 の 日本 の 官庁 名 で あ る 。 +-1 亭子院 ( ていじ の いん ) は 、 西洞院 通 の 西側 、 左京 七 条 二 坊 の 十 三 町 十 四 町 に 位置 し た 平安 時代 に 在位 し た 宇多 天皇 の 譲位 後 の 後院 で あ る 。 +-1 久津川 駅 ( く つかわ えき ) は 、 京都 府 城陽 市 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +-1 新田 駅 ( しんでん えき ) は 、 京都 府 宇治 市 広野 町 東裏 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 。 +1 松永 尺 五 ( まつなが しゃくご ( せき ご ) 、 文禄 元年 ( 1592 年 ) - 明暦 3 年 6 月 2 日 ( 旧暦 ) ( 1657 年 7 月 12 日 ) ) は 江戸 時代 の 儒学 者 。 +1 平賀 源内 ( ひら が げんない 、 享保 13 年 ( 1728 年 ) - 安永 8 年 12 月 18 日 ( 旧暦 ) ( 1780 年 1 月 24 日 ) ) は 江戸 時代 の 日本 の 本草 学 者 、 蘭学 者 、 医者 、 作家 、 発明 家 、 画家 ( 蘭画 家 ) で あ る 。 +-1 法華 一揆 ( ほっけいっき ) と は 、 日本 の 戦国 時代 ( 日本 ) ( 1532 年 ・ 天文 1 年 ) の 京都 に おけ る 宗教 一揆 。 +-1 油小路 事件 ( あぶら の こうじ じけん ) は 、 新 選 組 参謀 ・ 伊東 甲子太郎 ら が 暗殺 さ れ た 事件 で あ る 。 +-1 初売り ( はつうり ) と は 、 年 が 変わ っ て 最初 に 小売 店 が 営業 を 始め る こと を い う 。 +1 大内 教幸 ( おお うち のりゆき 、 永享 2 年 ( 1430 年 ) - 文明 ( 日本 ) 3 年 12 月 26 日 ( 旧暦 ) ( 147 2 年 2 月 5 日 ) ) は 大内 氏 の 一族 。 +1 北垣 国道 ( きたがき く に みち 、 天保 7 年 8 月 7 日 ( 旧暦 ) ( 1836 年 9 月 17 日 ) - 大正 5 年 ( 1916 年 ) 1 月 16 日 ) は 、 明治 時代 の 政治 家 、 男爵 。 +1 無学祖元 ( むがくそげん 、 嘉禄 2 年 ( 1226 年 ) - 弘安 9 年 9 月 3 日 ( 旧暦 ) ( 1286 年 9 月 22 日 ) ) は 、 中国 明州 慶元 府 ( 浙江 省 ) 出身 の 鎌倉 時代 の 臨済 宗 の 僧侶 。 +1 平手 汎秀 ( ひらて ひろひ で 、 天文 ( 元号 ) 22 年 ( 1553 年 ) - 元亀 3 年 12 月 22 日 ( 旧暦 ) ( 1573 年 1 月 25 日 ) ) は 、 安土 桃山 時代 の 武将 。 +-1 吉村 流 ( よしむら りゅう ) と は 、 明治 初期 に 吉村 ふじ に よ っ て 創設 さ れ た 上方 舞 の 流派 で あ る 。 +1 藤原 兼家 ( ふじわら の かねいえ 、 延長 ( 元号 ) 7 年 ( 929 年 ) - 永祚 ( 日本 ) 2 年 7 月 2 日 ( 旧暦 ) ( 990 年 7 月 31 日 ) ) は 、 平安 時代 の 公卿 。 +1 狭穂 姫命 ( さほひめ の みこと 、 生年 不詳 - 垂仁 天皇 5 年 ( 紀元 前 24 年 ) 10 月 没 ) と は 、 記紀 に 伝え られ る 垂仁 天皇 の 最初 の 皇后 ( 垂仁 天皇 2 年 ( 紀元 前 28 年 ) 2 月 9 日立后 ) 。 +1 久安 百 首 ( きゅうあん ひゃく しゅ ) は 、 平安 時代 後期 の 1150 年 ( 久安 6 年 ) 、 崇徳院 の 命 に よ り 作成 し た 百 首 歌 。 +-1 東大 寺 盧舎那 仏像 ( とうだいじ るしゃな ぶつぞう ) は 、 一般 に 「 奈良 の 大仏 」 と し て 知 ら れ る 仏像 で あ る 。 +1 運慶 ( うんけい 、 - 貞応 2 年 12 月 11 日 ( 旧暦 ) ( 1224 年 1 月 3 日 ) ) は 、 平安 時代 末期 、 鎌倉 時代 初期 に 活動 し た 仏師 。 +-1 家職 ( かしょく ) と は 、 家 に よ っ て 世襲 さ れ た 職務 や 職能 、 官職 ( 及び その 昇進 次第 ) を 指 す 。 +-1 下剋上 / 下克上 ( げこ くじょう ) と は 、 日本 史 に お い て 下位 の 者 が 上位 の 者 を 政治 的 、 軍事 的 に 打倒 し て 身分 秩序 を 侵 す 行為 を さ す 。 +1 蟻通 勘吾 ( ありどおし かん ご 、 天保 10 年 ( 1839 年 ) - 明治 2 年 5 月 11 日 ( 旧暦 ) ( 1869 年 6 月 20 日 ) ) は 、 新 選 組 隊士 。 +-1 日本 に おけ る 南北朝 時代 ( なんぼく ちょう じだい ) と は 、 中世 の 時代 区分 の 1 つ で あ る 。 +-1 日本 逸史 ( に ほん いっ し ) は 、 歴史 書 。 +1 広橋 兼勝 ( ひろは しかね かつ 、 永禄 元年 10 月 23 日 ( 旧暦 ) ( 15 5 8 年 12 月 2 日 ) - 元和 ( 日本 ) 8 年 12 月 18 日 ( 旧暦 ) ( 1623 年 1 月 18 日 ) ) は 、 安土 桃山 時代 、 江戸 時代 初期 の 公家 、 歌人 。 +1 九条 幸家 ( く じょうゆきいえ 、 天正 14 年 2 月 9 日 ( 旧暦 ) ( 1586 年 4 月 7 日 ) - 寛文 5 年 8 月 21 日 ( 旧暦 ) ( 1665 年 9 月 29 日 ) ) は 、 江戸 時代 初期 の 公家 。 +-1 行商 ( ぎょう しょう ) は 、 ( 特定 の 店舗 を 持 た ず ) 商品 を 顧客 が い る ところ へ 運び 販売 を する 小売 業 ( サービス 業 ) の こと 。 +-1 貞享暦 ( じょうきょうれき ) と は 、 かつて 日本 で 使 わ れ て い た 太陰 太陽 暦 の 暦法 で あ る 。 +-1 オオヤマツミ ( 大山積神 、 大山津 見神 、 大山 祇神 ) は 、 日本 神話 に 登場 する 神 。 +-1 建勲 神社 ( たけいさお じんじゃ ) は 、 京都 市 北 区 ( 京都 市 ) の 船岡 山 の 中腹 に あ る 神社 で あ る 。 +-1 大衍暦 ( たいえん れき / だいえん れき ) と は 、 かつて 中国 や 日本 で 使 わ れ て い た 太陰 太陽 暦 の 暦法 で あ る 。 +-1 悔返 ( くいかえし ) と は 、 中世 日本 に お い て 、 和与 ・ 寄進 など の 財産 処分 を 行 っ て 所有 権 の 移動 が 行 わ れ た 後 に 元 の 所有 者 あるいは その 子孫 ら が その 行為 を 否定 し て 取り戻 す 行為 。 +1 山口 誓子 ( やまぐち せい し 、 1901 年 11 月 3 日 - 1994 年 3 月 26 日 ) は 京都 府 京都 市 出身 の 俳人 。 +-1 精進 落とし ( しょうじん おとし ) と は 、 もともと 中陰 の 忌明け に 精進 料理 から 通常 の 食事 に 戻 す こと 。 +-1 従容 録 ( しょう ようろく ) は 、 中国 宋 ( 王朝 ) 時代 の 仏教 書 。 +1 中平康 ( なか ひらこう 、 大正 15 年 ( 1926 年 ) 1 月 3 日 - 昭和 53 年 ( 1978 年 ) 9 月 11 日 ) は 、 映画 監督 。 +1 笠間 時朝 ( 養子 ) +1 山名 政豊 ( やまな まさとよ ) は 、 室町 時代 後期 の 守護 大名 。 +-1 柄頭 ( つかがしら ) と は 刀 に 装着 する 刀装具 。 +-1 町 ( ちょう ) は 尺貫 法 で の 長 さ ( 距離 ) また は 面積 の 単位 で あ る 。 +1 九条 幸 教 ( く じょうゆきの り 、 元禄 13 年 5 月 16 日 ( 旧暦 ) ( 170 0 年 7 月 2 日 ) - 享保 13 年 5 月 26 日 ( 旧暦 ) ( 1728 年 7 月 3 日 ) ) は 江戸 時代 の 公卿 。 +-1 元 寇 防塁 ( げん こうぼうるい ) は 、 鎌倉 時代 に 北九州 の 博多 湾 沿岸 一帯 に 築 か れ た 石 に よ る 防塁 。 +-1 堀河 家 ( ほり かわけ ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +-1 京都 国際 マンガ ミュージアム ( きょうと こくさい マンガ ミュージアム 、 Kyoto International MangaMuseum ) と は 京都 市 中京 区 の 旧 ・ 京都 市 立 龍池 小 学校 跡地 に あ る 漫画 の 博物 館 で あ る 。 +-1 右院 ( ういん ) と は 明治 初期 の 行政 機関 。 +-1 鎌倉 ( かまくら ) は 、 現在 の 鎌倉 市 の 中心 部 に 当たり 、 源 頼朝 に よ っ て 鎌倉 幕府 が 置 か れ た 都市 で あ る 。 +1 山代之 大 筒木 真若王 ( やましろ の おお つつきまわ か の みこ 、 生没年 不詳 ) は 、 『 古事 記 』 に 伝え る 古墳 時代 の 皇族 ( 王族 ) 。 +1 谷 周平 ( た にしゅうへい 、 嘉永 元年 ( 1848 年 ) 5 月 20 日 - 明治 34 年 ( 1901 年 ) 12 月 2 日 ) は 、 新 選 組 隊士 。 +-1 元禄 大判 ( げん ろく おおばん ) と は 元禄 8 年 ( 1695 年 ) 11 月 に 慶長 大判 に つ いで 発行 さ れ た 大判 で あ る 。 +-1 蔦屋 重三郎 ( つたや じゅうざ ぶろう 、 寛延 3 年 1 月 7 日 ( 旧暦 ) ( 1750 年 2 月 13 日 ) - 寛政 9 年 5 月 6 日 ( 旧暦 ) ( 1797 年 5 月 31 日 ) ) は 江戸 時代 の 版元 ( 出版 人 ) で あ る 。 +1 今 物語 ( いま ものがたり ) は 鎌倉 時代 の 説話 集 。 +-1 ワカメ ( 若布 、 和布 、 稚 海藻 、 裙蔕菜 、 学名 : Undariapinnatifida ) は 、 褐藻 コンブ 目 チガイソ 科 の 海藻 。 +-1 国造 ( く にのみやつこ ・ こくぞう ) は 、 律令 制 が 導入 さ れ る 以前 の ヤマト 王権 の 地方 支配 形態 の 一 つ で あ る 。 +-1 和服 ( わふく ) と は 、 日本 在来 の 衣服 の こと 。 +-1 牧 氏 事件 ( まきし じけん ) と は 、 鎌倉 時代 初期 、 元久 2 年 ( 120 5 年 ) 閏 7 月 に 起こ っ た 鎌倉 幕府 の 政変 。 +-1 見瀬 丸山 古墳 ( みせ ま るやま こふん ) は 、 奈良 県 橿原 市 見瀬町 、 五条 町 、 大軽 町 に またが っ た 地区 に 存在 する 前方 後 円 墳 。 +-1 乗阿 ( じょうあ 、 天文 ( 元号 ) 9 年 ( 1540 年 ) - 元和 ( 日本 ) 5 年 7 月 19 日 ( 旧暦 ) ( 1619 年 8 月 28 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 時宗 の 僧 ・ 歌人 。 +-1 葛城 氏 ( かずらきし ) は 、 古墳 時代 、 大和 国 葛城 地方 ( 現在 の 奈良 県 御所 市 ・ 葛城 市 ) に 本拠 を 置 い て い た 有力 な 古代 在 地 豪族 。 +-1 八幡田辺線 ( やわた た なべ せん ) と は 、 京都 府 の 八幡 市 の 八幡 市 駅 と 京田辺 市 の 京田辺 駅 ・ 新田辺 駅 の 路線 を 核 と する 京阪 バス の 路線 バス の 路線 名 で あ る 。 +1 藤原 公実 ( ふじわら の きんざね 、 天喜 元年 ( 1053 年 ) - 嘉承 2 年 11 月 14 日 ( 旧暦 ) ( 1107 年 12 月 29 日 ) ) は 、 平安 時代 の 公卿 、 歌人 。 +-1 恩賞 ( おんしょう ) と は 、 次 の よう に 定義 さ れ る 。 +-1 五榜 の 掲示 ( ごぼう の けいじ ) と は 、 慶応 4 年 3 月 15 日 ( 旧暦 ) ( 1868 年 4 月 7 日 ) に 立て られ た 五 つ の 高札 の こと で あ り 、 明治 政府 が 出 し た 民衆 に 対 する 最初 の 禁止 令 で あ る 。 +-1 山城 総合 運動 公園 ( やましろ そうごう うんどう こうえん ) は 、 京都 府 宇治 市 の 運動 公園 。 +1 観世 清廉 ( かんぜきよ かど 、 慶応 3 年 ( 1867 年 ) - 明治 44 年 ( 1911 年 ) ) と は 、 シテ 方 観世 流能 楽師 。 +1 藤原 基通 ( ふじわら の もと み ち 、 生没年 不詳 ) は 平安 時代 後期 の 陸奥 国 の 在庁 官人 。 +-1 都久夫須麻 神社 ( つくぶすま じんじゃ ) は 滋賀 県 長浜 市 の 竹生 島 に あ る 神社 。 +-1 京滋奈 ( けいじ な ) と は 、 京都 府 と 滋賀 県 と 奈良 県 を 併せ た 地域 の こと で あ る 。 +1 伏見宮 貞成親王 ( ふしみのみや さだふさ しんのう 、 応安 5 年 3 月 25 日 ( 1372 年 4 月 9 日 ) - 康正 2 年 8 月 29 日 ( 1456 年 9 月 28 日 ) ) は 、 室町 時代 の 皇族 。 +-1 本多 髷 ( ほんだまげ ) と は 江戸 時代 に 粋人 の 間 に 流行 し た 男髷 。 +-1 蘭方 医学 ( らんぽう いがく ) と は 、 主に 長崎 出島 の オランダ 商館 医官 ( 医師 ) など を 介 し て 、 江戸 時代 の 日本 に 伝え られ た 医学 。 +-1 大名 証人 制度 ( だいみょう しょうにん せいど ) は 江戸 幕府 が 大名 および その 重臣 から 人質 を と っ て 江戸 に 住ま わ せ た 制度 。 +-1 饅頭 ( まんじゅう ) と は 小麦 粉 など を 練 っ て 作 っ た 皮 ( 生地 : きじ ) で アズキ 餡 など の 具 を 包 み 、 蒸 し た 菓子 で あ る 。 +-1 坐摩巫 祭神 ( いかすり の み かんなぎ の まつ る かみ ) は 、 神道 の 神 ( 神道 ) で あ る 。 +1 海野幸 氏 ( うんの ゆきうじ ) は 鎌倉 時代 初期 の 御 家人 で 、 信濃 国 の 名族 滋野 氏 の 嫡流 と さ れ る 海野 氏 の 当主 。 +-1 毘沙門 堂 ( びしゃ もんどう ) は 、 京都 市 山科 区 に あ る 天台 宗 の 寺院 。 +1 町 藤光 ( まち ( まち の ? ) ふじみつ ? ( ひさみつ ? ) 、 明徳 元年 / 元中 7 年 ( 1390 年 ) - 文明 ( 日本 ) 元年 11 月 12 日 ( 旧暦 ) ( 1469 年 12 月 15 日 ) ) は 、 室町 時代 中期 の 公卿 。 +-1 カレー ライス は 、 米飯 ( ライス ) に カレー ソース を 掛け た 日本 の 料理 で あ る 。 +1 三善 為長 ( みよし の ため な が 、 寛弘 4 年 ( 1007 年 ) - 永保 元年 8 月 3 日 ( 旧暦 ) ( 1081 年 9 月 8 日 ) ) は 、 平安 時代 中期 の 貴族 。 +1 和気 広世 ( わけ の ひろ よ 、 生没年 不詳 ) は 、 奈良 時代 末期 から 平安 時代 初期 に かけ て の 医官 。 +-1 温泉 饅頭 ( おんせん まんじゅう ) と は 、 温泉 地 で 売 ら れ て い る 饅頭 の こと 。 +1 岩村 通俊 ( いわむら みち と し 、 天保 11 年 6 月 10 日 ( 旧暦 ) ( 1840 年 7 月 8 日 ) - 大正 4 年 ( 1915 年 ) 2 月 20 日 ) は 、 日本 の 武士 、 政治 家 。 +-1 冥加 ( みょう が ) と は 、 江戸 時代 に 山野 河海 など を 利用 し たり 、 営業 など の 免許 の 代償 と し て 江戸 幕府 や 藩 に 対 し て 支払 っ た 租税 の 1 種 。 +-1 上方 落語 の 古 い 別称 。 +-1 前方 後 方墳 ( ぜんぽう こうほう ふん ) と は 、 古墳 の 墳形 の 一種 で あ る 。 +-1 棗 ( なつめ ) は 茶器 の 一種 で 、 抹茶 を 入れ る の に 用い る 木製 漆 塗り の 蓋物 容器 で あ る 。 +-1 源盛 ( げんじょう / げんせい 、 嘉元 元年 ( 130 3 年 ) - 正平 ( 日本 ) 13 年 / 延文 3 年 12 月 13 日 ( 旧暦 ) ( 1359 年 1 月 12 日 ) ) は 、 南北朝 時代 ( 日本 ) の 武将 ・ 天台 宗 の 僧 。 +-1 郡 区 町 村 編制 法 ( ぐんくちょう そん へんせい ほう ) は 、 1878 年 ( 明治 11 年 ) に 制定 さ れ た 日本 の 地方 制度 に 関 する 法令 で あ る 。 +1 閑院 宮 美仁親王 ( かんいんの みや はるひと しんのう 、 宝暦 7 年 11 月 25 日 ( 旧暦 ) ( 175 8 年 1 月 4 日 ) - 文政 元年 10 月 6 日 ( 旧暦 ) ( 1818 年 11 月 4 日 ) ) は 、 江戸 時代 の 皇族 。 +1 紀静子 ( き のしずこ 、 生年 不詳 - 貞観 ( 日本 ) 8 年 ( 866 年 ) 2 月 ( 旧暦 ) ) は 、 文徳 天皇 の 更衣 ( 女官 ) 。 +1 川島雄三 ( かわしま ゆうぞう 、 1918 年 2 月 4 日 - 1963 年 6 月 11 日 ) は 、 日本 の 映画 監督 。 +1 物部 尾輿 ( もの のべ の おこし 、 生没年 不詳 ) は 、 6 世紀 半ば の 豪族 。 +-1 漬物 に 関 し て は 、 正し く は 「 紫葉 漬け 」 で あ り 「 柴漬 」 は 誤り 。 +-1 千 宗室 ( せんそう しつ ) は 、 茶道 の 流派 の 一 つ で あ る 裏千 家 の 家元 名 。 +1 桓算 ( かんさん 、 生没年 不詳 ) は 、 平安 時代 の 僧侶 。 +-1 建武 以来 追加 ( けんむ いらい ついか ) と は 、 室町 幕府 が 制定 し た 追加 法 の 法令 集 。 +-1 琳派 ( りんぱ ) と は 、 俵屋 宗達 、 尾形 光琳 ら 江戸 時代 に 活躍 し 、 同 傾向 の 表現 手法 を 用い る 美術 家 ・ 工芸 家 ら を 指 す 名称 で あ る 。 +-1 所当 ( しょとう ) と は 、 中世 の 田畠 に かけ られ た 租税 の こと 。 +-1 久米 邦武筆禍 事件 ( くめくに たけ ひっか じけん ) と は 、 久米 邦武 の 論文 「 神道 ハ 祭天 ノ 古俗 」 を 1892 年 ( 明治 25 年 ) に 田口 卯吉 が 主宰 する 『 史海 』 に 転載 し た の を きっかけ に 問題 と な り 、 帝国 大学 教授 職 を 辞 する こと と な っ た 事件 。 +1 大槻 玄沢 ( おおつき げんたく 、 宝暦 7 年 9 月 28 日 ( 旧暦 ) ( 175 7 年 11 月 9 日 ) - 文政 10 年 3 月 30 日 ( 旧暦 ) ( 1827 年 4 月 25 日 ) ) は 、 仙台 藩 の 支藩 、 一関 藩 ( 田村 藩 ) 出身 の 江戸 時代 後期 の 蘭学 者 。 +-1 流派 ( りゅう は ) と は 日本 の 芸道 や 酒造り など の 分野 に お い て ひと つ の 体系 化 さ れ た 技 ( 技術 、 技能 ) を 継承 する 家元 、 宗家 など を 頂点 と し た 集団 の こと を い う 。 +-1 織部 流 ( おりべ りゅう ) は 茶道 流 派 の 一 つ 。 +1 櫻井 清香 ( さくらい き よ か 、 桜井 清香 と 表記 する 場合 も あ る 、 明治 28 年 ( 1895 年 ) 8 月 7 日 - 昭和 44 年 ( 1969 年 ) 、 男性 ) は 芸術 家 ( 画家 ) 。 +-1 無縫塔 ( む ほう とう ) は 、 主に 僧侶 の 墓塔 と し て 使 わ れ る 石塔 ( 仏塔 ) 。 +1 藤原 頼忠 ( ふじわら の より ただ 、 延長 ( 元号 ) 2 年 ( 924 年 ) - 永祚 ( 日本 ) 元年 6 月 26 日 ( 旧暦 ) ( 98 9 年 8 月 5 日 ) ) は 平安 時代 中期 の 公卿 。 +-1 八条通 ( はちじょうどおり ) は +1 坂上 瀧守 ( さかの うえの たきもり 、 天長 2 年 ( 82 5 年 ) - 元慶 5 年 11 月 9 日 ( 旧暦 ) ( 88 1 年 12 月 3 日 ) ) は 平安 時代 の 官人 、 武官 。 +-1 文治 派 ( ぶんち は ) は 、 豊臣 政権 に おけ る 派閥 。 +-1 打突 と は 、 剣道 に おけ る 技 の こと で あ る 。 +-1 焼きな す ( 焼き 茄子 、 やきなす ) は 、 ナス の 料理 法 の 一 つ 。 +1 藤原 清正 ( ふじわらの きよただ 、 生年 未詳 - 天徳 ( 日本 ) 2 年 ( 958 年 ) 7 月 ) は 、 平安 時代 中期 の 公家 ・ 歌人 。 +-1 隼人司 ( はやとし ) は 、 律令 制 に お い て 衛門 府 、 後 に 兵部 省 に 属 し た 機関 。 +-1 絵師 ( えし ) と は 、 浮世 絵 の 原画 を 描 く こと を 職業 と する 人間 の こと 。 +1 岩倉 具成 ( いわくら と もな り 、 寛文 8 年 ( 1668 年 ) ‐ 延宝 8 年 ( 1680 年 ) ) は 、 江戸 時代 前期 の 廷臣 。 +1 千田 兵衛 ( せん だひょうえ 、 弘化 3 年 ( 1846 年 ) - 慶応 4 年 8 月 21 日 ( 旧暦 ) ( 1868 年 10 月 6 日 ) ) は 、 陸奥 国弘前 藩 出身 の 新 選 組 隊士 。 +1 日本 文徳 天皇 実録 ( に ほんもん とく てん のうじつろく ) は 、 平安 時代 の 日本 で 編纂 さ れ た 歴史 書 で 、 六 国 史 の 第 五 に あた る 。 +-1 年料 別納 租 穀 ( ねんりょう べつ のうそこく ) と は 、 平安 時代 に 令 制 国 の 正倉 に 納め られ た 租 を 不動 穀 と は 別 に 稲穀 の 形態 で 現地 で 保管 し て 、 中央 に お い て 財政 が 不足 し た 折 に 太政 官 符 に 基づ い て 位禄 ・ 季禄 ・ 衣服 料 と し て 京官 に 支給 し た もの 。 +1 源 義広 ( みなもと の よしひろ / 紺戸 義広   こんど よしひろ 、 生年 不詳 - 治承 4 年 ( 1180 年 ) ? ) 源義 時 の 四男 。 +1 結城 無二三 ( ゆうきむ に ぞう ・ 弘化 2 年 4 月 17 日 ( 旧暦 ) ( 1845 年 5 月 22 日 ) - 明治 45 年 ( 1912 年 ) 5 月 17 日 ) は 、 京都 見廻 組 及び 新 選 組 の 元 隊士 だ と 主張 し て い た 人物 。 +1 寂超 ( じゃくちょう 、 生没年 不詳 ) は 、 平安 時代 末期 の 歌人 。 +1 千種 有敬 ( ちぐさありのり 、 貞享 4 年 9 月 10 日 ( 旧暦 ) ( 1687 年 10 月 15 日 ) ‐ 元文 3 年 3 月 30 日 ( 旧暦 ) ( 1738 年 5 月 18 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 証如 ( しょうにょ 、 1516 年 12 月 13 日 ( 永正 13 年 11 月 20 日 ( 旧暦 ) ) - 15 5 4 年 9 月 9 日 ( 天文 ( 元号 ) 23 年 8 月 13 日 ( 旧暦 ) ) ) は 、 戦国 時代 _ ( 日本 ) の 浄土 真宗 の 僧 。 +1 良岑 衆樹 ( よしみね の もろ き 、 貞観 ( 日本 ) 4 年 ( 862 年 ) - 延喜 20 年 9 月 25 日 ( 旧暦 ) ( 920 年 11 月 8 日 ) ) は 平安 時代 前期 の 貴族 。 +1 大塚 霍之丞 ( おおつ かかく の じょう 、 天保 14 年 ( 1843 年 ) - 明治 38 年 ( 190 5 年 ) ) は 幕臣 、 彰義 隊士 。 +1 明智光 慶 ( あけち みつよし 、 永禄 12 年 ( 1569 年 ) - 天正 10 年 6 月 15 日 _ ( 旧暦 ) ( 15 8 2 年 7 月 4 日 ) ) は 、 室町 時代 末期 から 安土 桃山 時代 に かけ て の 戦国 武将 。 +-1 三 人 吉三 廓 初買 ( さん にんき ち さくるわ の はつがい ) は 、 幕末 期 の 河竹 黙 阿弥 作 の 歌舞伎 。 +-1 シナツ ヒコ は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +-1 武家 奉 公人 ( ぶけ ほうこう にん ) と は 、 文字 通り 、 武家 に 奉公 する 者 を 言 う 。 +1 楠木 正季 ( くすのきまさすえ ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) の 武将 。 +-1 鉄牛道 機 ( てつぎゅうどう き 、 寛永 5 年 7 月 26 日 ( 旧暦 ) ( 1628 年 8 月 25 日 ) - 元禄 13 年 8 月 20 日 ( 旧暦 ) ( 170 0 年 10 月 2 日 ) ) は 、 江戸 時代 前期 の 黄檗 宗 の 禅僧 。 +-1 屯鶴峯 ( どんづる ぼう ) は 、 奈良 県 香芝 市 に あ る 奇岩 群 ・ 奇勝 。 +1 西園寺 公遂 ( さいおんじ きんすい 、 寛文 3 年 2 月 23 日 ( 旧暦 ) ( 1663 年 4 月 1日 ) - 延宝 6 年 6 月 10 日 ( 旧暦 ) ( 167 8 年 7 月 28 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +1 文徳 天皇 ( もんとく てんのう 、 天長 4 年 ( 827 年 ) - 天安 2 年 8 月 27 日 ( 85 8 年 10 月 7 日 ) 、 在位 : 嘉祥 3 年 4 月 17 日 ( 850 年 5 月 31 日 ) - 天安 2 年 8 月 27 日 ( 85 8 年 10 月 7 日 ) ) は 第 55 代 天皇 。 +-1 上鳥 羽口 駅 ( かみ とばぐち えき ) は 、 京都 府 京都 市 伏見 区 竹田向代 町川町 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +1 吉田 清成 ( よしだ きよなり 、 1845 年 3 月 21 日 ( 弘化 2 年 2 月 14 日_ ( 旧暦 ) ) - 1891 年 ( 明治 24 年 ) 8 月 3 日 ) は 、 幕末 の 薩摩 藩 。 +-1 三弦 ( さん げん ) は 、 日本 の 伝統 楽器 で あ る 三味 線 の 別称 。 +-1 カツカレー は 日本 の 料理 、 カレー ライス の 一種 で あ る 。 +-1 小笠原 流 ( おがさわら りゅう ) は 、 武家 故 実 の 流派 、 それ に 含 ま れ る 騎射 の 流派 から 始ま る 諸芸 の 流派 で あ る 。 +-1 阿弥 派 ( あみは ) は 室町 時代 を 代表 する 画派 の 一 。 +1 宣下 ( せんげ ) と は 、 天皇 の 命令 を 伝え る 公文 書 を 公布 する こと で あ る 。 +-1 東 三 条殿 ( ひがし さん じょうど の ) は 、 平安 時代 に 平安 京 左京 3 条 3 坊 1 町 及び 2 町 ( 二条 大路 南西 洞院 大 路 東 ) の 南北 2 町 に 跨 っ て 建て られ た 邸宅 。 +1 大松 系 斎 ( だいまつ けいさい 、 生没年 不詳 ) は 新 選 組 の 前身 、 壬生 浪士 組 の 隊士 で あ る 。 +-1 三 世 梅若 万 三郎 ( さんせい うめわか まんざぶろう 、 1941 年 - ) は シテ 方 観世 流能 楽師 。 +-1 大阪 都市 圏 ( おおさか とし けん ) は 、 大阪 府 大阪 市 を 中心 と する 経済 地域 で 、 大阪 市 と 周辺 の 衛星 都市 と を まとめ て 指 す 呼び名 で あ る 。 +-1 参道 ( さんどう ) と は 、 神社 や 寺院 に 参詣 する ため の 道 の こと で あ る 。 +-1 祇園 を どり ( ぎおん - ) は 毎年 11 月 1日 から 10 日 まで 祇園 会館 で 行 わ れ る 。 +-1 元禄 忠臣 蔵 ( げんろく ちゅうしんぐら ) は 歌舞伎 の 演目 で 、 真山 青果 作 の 新 歌舞伎 。 +1 土岐   定政 ( とき   さだまさ 、 1551 年 ( 天文 ( 元号 ) 20 年 ) - 1597 年 4 月 19 日 ( 慶長 2 年 3 月 3 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 ( 大名 ) 。 +-1 がんもどき は 、 豆腐 の 食品 加工 食品 の ひと つ 。 +1 細川 忠隆 / 長岡 休 無 ( ほそかわ ただ たか / ながおか きゅうむ ) は 、 安土 桃山 時代 から 江戸 時代 の 武将 。 +-1 真仏 ( しんぶつ 、 承元 3 年 2 月 10 日 ( 旧暦 ) ( 1209 年 3 月 17 日 ) - 正嘉 2 年 3 月 8 日 ( 旧暦 ) ( 1258 年 4 月 13 日 ) ) は 、 鎌倉 時代 中期 の 浄土 真宗 の 僧 。 +1 篤子 内 親王 ( とくし ( あつこ ) ないしんのう 、 康平 3 年 ( 10 60 年 ) - 永久 ( 元号 ) 2 年 10 月 1日 ( 旧暦 ) ( 1114 年 10 月 30 日 ) ) は 、 第 71 代 後 三 条 天皇 の 第 四 皇女 。 +1 平公雅 ( たいら の きん まさ 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +-1 竹田 駅 ( たけだ えき ) は 、 京都 府 京都 市 伏見 区 に あ る 、 京都 市営 地下 鉄 と 近畿 日本 鉄道 の 鉄道 駅 。 +1 醍醐 輝弘 ( だい ご てる ひろ 、 寛政 3 年 4 月 27 日 ( 旧暦 ) ( 1791 年 5 月 29 日 ) ‐ 安政 6 年 9 月 9 日 ( 旧暦 ) ( 1859 年 10 月 4 日 ) ) は 、 江戸 時代 後期 の 公卿 、 廷臣 。 +-1 意見 封事 三 箇条 ( いけん ふう じ さんかじょう ) と は 、 天徳 ( 日本 ) 元年 12 月 27 日 ( 旧暦 ) ( 95 8 年 1 月 19 日 ) に 従 五 位 上右 少弁 菅原 文時 が 村上 天皇 に 対 し て 提出 し た 封事 。 +1 Infobox 軍人 +1 醍醐 冬熙 ( だい ご ふゆ ひろ 、 延宝 7 年 5 月 4 日 ( 旧暦 ) ( 167 9 年 6 月 12 日 ) - 宝暦 6 年 10 月 9 日 ( 旧暦 ) ( 1756 年 11 月 1日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 経典 ( きょうてん 、 きょうでん 、 ( サンスクリット 語 ) sutra ( स ू त ् र ) sanskrit 、 ( パーリ 語 ) sutta ) の 、 「 経 」 と は 仏教 聖典 の 内 、 釈迦 が 説 い た 教え を 記録 し て い る もの 。 +1 藤原 多比能 ( ふじわら の たび の 、 生没年 不詳 ) は 藤原 不比 等 の 娘 で 、 母 は 県 犬養 三千代 。 +1 稲葉 正諶 ( いなば まさのぶ 、 寛延 2 年 9 月 29 日 ( 旧暦 ) ( 1749 年 11 月 8 日 ) - 文化 ( 元 号 ) 3 年 8 月 24 日 ( 旧暦 ) ( 180 6 年 10 月 5 日 ) ) は 、 山城 国 淀藩 の 第 7 代 藩 主 。 +1 喜撰 ( きせん ) +1 道鏡 ( どう きょう 、 文武 天皇 4 年 ( 70 0 年 ) ? - 宝亀 3 年 4 月 7 日 ( 旧暦 ) ( 772 年 5 月 13 日 ) ) は 、 奈良 時代 の 法 相 宗 の 僧 。 +-1 錣 屋根 ( しころ や ね ) と は 、 屋根 形状 の 一 つ 。 +-1 『 助六 』 ( すけろく ) は 、 歌舞伎 の 演目 の 一 つ の 通称 。 +-1 図書 寮 ( ず しょりょう ) は 日本 の 律令 制 に お い て 中務 省 に 属 する 機関 の 一 つ で あ る 。 +1 吉良 尊義 ( きら たか よし 、 貞和 4 年 / 正平 ( 日本 ) 3 年 ( 1348 年 ) - 没年 不詳 ) は 南北朝 時代 ( 日本 ) の 武将 。 +1 伴 健岑 ( と も の こわ みね 、 生没年 不詳 ) は 、 平安 時代 初期 の 官人 。 +1 宮下 太吉 ( みやし た たきち 、 1875 年 9 月 30 日 - 19 11 年 1 月 24 日 ) は 無 政府 主義 者 。 +-1 大和 路線 ( やま とじ せん ) は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 関西 本線 の 加茂 駅 ( 京都 府 ) から JR 難波 駅 まで の 電化 区間 に 付け られ た 愛称 。 +1 秦綱手 ( はだ の つな て 、 生年 不明 - 天武 天皇 9 年 ( 680 年 ) 5 月 21 日 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 藤原 忠雅 ( ふじわら の ただまさ 、 大治 4 年 ( 1129 年 ) - 建久 4 年 8 月 26 日 ( 旧暦 ) ( 1193 年 9 月 23 日 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公家 。 +-1 木目込 人形 ( きめこみ にんぎょう ) と は 木製 の 人形 の 一種 で あ る 。 +1 千種 有維 ( ちぐさあ り これ 、 寛永 15 年 9 月 22 日 ( 旧暦 ) ( 1638 年 10 月 29 日 ) - 元禄 5 年 11 月 29 日 ( 旧暦 ) ( 1693 年 1 月 5 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 日本 史 の 五 人 組 ( ご にんぐみ ) と は 、 江戸 時代 に 領主 の 命令 に よ り 組織 さ れ た 隣保 制度 。 +1 植松 賞 雅 ( うえま つ よし ま さ 、 宝永 2 年 7 月 24 日 ( 旧暦 ) ( 170 5 年 9 月 11 日 ) - 天明 5 年 10 月 26 日 ( 旧暦 ) ( 1785 年 11 月 27 日 ) ) は 、 江戸 時代 中期 の 公卿 、 華道 家 。 +1 久我 通光 ( こが みちて る 、 文治 3 年 ( 1187 年 ) - 宝治 2 年 1 月 18 日 ( 旧暦 ) ( 1248 年 2 月 14 日 ) ) は 、 鎌倉 時代 の 公卿 ・ 歌人 。 +1 八十 梟帥 ( や そたけ る ) は 『 日本 書紀 』 に あ る 人名 。 +1 足利 義晴 ( あしかが よしはる ) は 、 室町 幕府 の 第 12 代 征夷 大将軍 ( 将軍 在位 : 大永 元年 ( 1521 年 ) - 天文 15 年 ( 1546 年 ) ) 。 +-1 進藤 流 ( しんどう - りゅう ) は 廃絶 し た 能楽 ワキ 方 の 流儀 。 +-1 黄櫨染 御 袍 ( こうろぜん の ご ほう ) と は 、 天皇 が 重要 な 儀式 の 際 に 着用 する 束帯 装束 の 和服 用語 集 の こと で あ る 。 +-1 仲源 寺 ( ちゅう げんじ ) は 、 京都 市 東山 区 に あ る 浄土 宗 の 寺院 。 +-1 コンブ は 、 不 等 毛 植物 門 褐藻 コンブ 目 コンブ 科 に 属 する 海藻 で あ る 。 +1 藤原 道頼 ( ふじわら の みちより 、 天禄 2 年 ( 97 1 年 ) - 長徳 元年 6 月 11 日 _ ( 旧暦 ) ( 995 年 7 月 16 日 ) ) は 、 平安 時代 中期 の 公卿 。 +1 藤原 実兼 ( ふじわら の さね かね 、 応徳 2 年 ( 1085 年 ) - 天永 3 年 4 月 2 日 ( 旧暦 ) ( 1112 年 4 月 29 日 ) ) は 、 平安 時代 末期 の 廷臣 、 漢詩 人 。 +1 田口 俊平 ( たぐち しゅんぺい 、 文化 ( 元号 ) 15 年 ( 1818 年 ) - 慶応 3 年 ( 1867 年 ) 11 月 ) は 、 幕末期 の 砲術 、 測量 術 の 技術 者 。 +1 文華 秀麗 集 ( ぶんか しゅうれい しゅう ) は 、 平安 時代 初期 の 弘仁 9 年 ( 818 年 ) に 、 嵯峨 天皇 の 勅命 に よ り 編纂 さ れ た 勅撰 漢 詩集 。 +1 綸旨 ( りんじ ) と は 、 蔵人 が 天皇 の 意 を 受け て 発給 する 命令 文書 。 +-1 今年 の 漢字 ( ことし の かんじ ) と は 、 財団 法人 日本 漢字 能力 検定 協会 が 、 毎年 12 月 12 日 の 「 漢字 の 日 」 に 発表 し て い る 、 その 年 の 日本 や 世界 の 世相 を 表 し た 漢字 一字 の こと で あ る 。 +-1 島嶼 町村 制 ( とうしょ ちょう そんせい ) と は 、 本土 に おけ る 町村 制 と 別 に 、 島嶼 部 で 施行 さ れ た 制度 の 一般 名称 。 +1 久世 通 式 ( くぜみちの り 、 文禄 2 年 ( 1593 年 ) - 寛永 5 年 ( 1628 年 ) ) は 江戸 時代 初期 の 公卿 。 +1 檜皮 姫 ( ひわだ ひめ 、 寛喜 2 年 ( 1230 年 ) - 宝治 元年 ( 1247 年 ) 5 月 13 日 ( 旧暦 ) ) は 、 鎌倉 時代 中期 の 北条 氏 一門 の 女性 。 +1 歴史 物語 ( れきし の もがたり ) と は 、 日本 文学 に お い て 、 実際 の 歴史 に 基づ い て 物語 風 に 書 か れ た 作品 の こと 。 +1 粕屋 十郎 ( かすや じゅうろう 、 天保 11 年 ( 1840 年 ) - 明治 2 年 5 月 11 日 ( 旧暦 ) ( 1869 年 6 月 20 日 ) ) は 、 幕末 期 の 幕臣 で 、 武蔵 国 江戸 出身 の 回天 隊 隊士 。 +1 佐野 源左衛門 ( さ の げんざえもん 、 生没年 不詳 ) は 鎌倉 時代 中期 の 上野 国佐野 庄 の 武士 だっ た と さ れ る 人物 。 +-1 竹中 木版 ( たけなかもく はん   1884 年 創業 ) は 、 京都 府 京都 市 に 工房 を 置 く 、 日本 の 木版 印刷 工房 。 +1 西谷 啓治 ( に し た に けいじ 、 190 0 年 2 月 27 日 - 1990 年 11 月 24 日 ) は 、 日本 の 哲学 ・ 宗教 哲学 研究 。 +-1 香合 ( こうごう ) と は 、 香 を いれ る 蓋 付き の 小さな 容器 。 +-1 国清 寺 跡 ( こくせい じあと ) は 、 秋田 県 能代 市 に 存在 し た 華厳 宗 の 寺院 国清 寺 の 跡 。 +-1 この 後 、 10 年 以上 に わた っ て 続 く 桂園 時代 の 初め の 内閣 で あ る 。 +-1 大彦命 ( おおび この みこと 、 生没年 不詳 ) は 古代 日本 の 皇族 。 +1 伴 国道 ( とものくに みち 、 神護 景雲 2 年 ( 768 年 ) - 天長 5 年 ( 828 年 ) ) は 平安 時代 前期 の 貴族 。 +-1 整粒 歩合 ( せいりゅう ぶ あい ) と は 、 米 の 状態 を 見極め る 基準 の ひと つ で 、 一定 量 の 玄米 の なか に 存在 する 整粒 ( せいりゅう ) 、 すなわち きちんと 整 っ た 形 を し て い る 米つぶ の 割合 を % で 示 し た もの で あ る 。 +-1 ヒスイ 製勾玉 ( ひすいせい まがたま ) は 、 勾玉 の うち ヒスイ ( 翡翠 ) で でき て い る もの を さ す 。 +-1 手拭 ( てぬぐい 、 江戸 弁 ・ 博多 弁 で は 、 て の ご い ) は 、 手 を 拭 い たり 洗顔 、 入浴 時 に 体 を 洗 っ たり する ため の 綿 の 平織り の 布 で あ る 。 +-1 補任 ( ぶにん ) と は 、 官人 に 官職 ・ 位 階 を 与え る こと 。 +-1 走 り 坊主 ( はしり ぼうず 、 1872 年 ( 明治 5 年 ) 1 1 月 20 日 ) ー 19 18 年 ( 大正 7 年 ) 1 1 月 20 日 ) と は 、 明治 時代 ・ 大正 時代 の 京都 市 中 を 一 日 中 走 る と い う 奇行 で 知 ら れ た 僧 で あ る 。 +1 緒方 洪庵 ( おがた こう あん 、 文化 ( 元号 ) 7 年 7 月 14 日 ( 旧暦 ) ( 1810 年 8 月 13 日 ) - 文久 3 年 6 月 10 日 ( 旧暦 ) ( 1863 年 7 月 25 日 ) ) は 日本 の 武士 ・ 足守 藩 士 、 医師 、 蘭学 者 で あ る 。 +-1 日本 の 住宅 ( にほんの じゅうたく ) +-1 大国主 ( おおく にぬし ) は 日本 神話 の 中 で 、 出雲 神話 に 登場 する 神 で あ る 。 +-1 珠流河 国造 ( する が の くに みやつこ ・ する が こくぞう ) は 駿河 国 東部 を 支配 し た 国造 。 +-1 教如 ( きょうにょ 、 永禄 元年 9 月 16 日 ( 旧暦 ) ( 15 5 8 年 10 月 27 日 ) - 慶長 19 年 10 月 5 日 ( 旧暦 ) ( 1614 年 11 月 6 日 ) ) は 、 石山 本願 寺 の 第 12 代 門 主 。 +-1 雛霰 ( ひなあられ ) と は 、 桃 の 節句 ( 3 月 3 日 ) に 供え られ る 節句 菓子 で あ り 、 和 菓子 の 一種 。 +-1 めんつゆ と は 出汁 と 醤油 と みりん ( また は 日本 酒 ) 、 砂糖 を ベース に 作 ら れ た 調味 料 で あ る 。 +1 興良 親王 ( お きな がしん の う / おきよし しん のう ) +1 藤原 良房 ( ふじわら の よしふさ 、   延暦 23 年 ( 80 4 年 ) - 貞観 ( 日本 ) 14 年 9 月 2 日 ( 旧暦 ) ( 872 年 10 月 11 日 ) ) は 、 平安 時代 初期 の 公卿 。 +1 西園寺 公子 ( さいおん じこう し 、 1232 年 ( 寛喜 4 年 ) - 130 4 年 3 月 6 日 ( 嘉元 2 年 1 月 21 日 ( 旧暦 ) ) ) は 鎌倉 時代 の 女性 。 +-1 忍刀 ( しのび がたな ) と は 、 忍者 が 使用 し た と さ れ る 刀 で あ り 、 忍者 刀 ( にんじゃ とう ) と も い う 。 +1 小笠原 長重 ( おがさわら ながしげ 、 慶安 3 年 5 月 7 日 ( 旧暦 ) ( 1650 年 6 月 5 日 ) - 享保 17 年 8 月 1日 ( 旧暦 ) ( 1732 年 9 月 19 日 ) ) は 、 江戸 時代 の 譜代 大名 、 老中 。 +-1 高橋 氏 文 ( たかはし うじぶみ ) は 、 日本 の 歴史 書 、 古 記録 で あ る 。 +1 尾上 榮三郎 ( お の え えいざ ぶろう 、 新字体 : 栄三郎 ) は 歌舞伎 役者 の 名跡 。 +1 天地 開闢 ( てんちか いびゃく ) と は 、 天地 に 代表 さ れ る 世界 が 、 初めて 生まれ た 時 の こと を 示 す 。 +1 黒川 良安 ( くろかわ まさやす 、 1817 年 3 月 21 日 ( 文化 ( 元号 ) 14 年 2 月 4 日 ( 旧暦 ) ) - 1890 年 ( 明治 23 年 ) 9 月 28 日 ) は 、 江戸 時代 末期 の 蘭学 医者 、 蘭学 者 で あ る 。 +-1 朝日 倶楽部 ( あさひ くらぶ ・ 旭倶 楽部 ) と は 、 明治 時代 に 存在 し た 貴族 院 _ ( 日本 ) の 院内 会 派 ( 189 8 年 5 月 25 日 - 1901 年 12 月 7 日 ) 。 +1 九条 満家 ( くじょう みついえ 、 応永 元年 ( 1394 年 ) - 文安 6 年 5 月 4 日 ( 旧暦 ) ( 1449 年 5 月 25 日 ) ) は 、 室町 時代 の 関白 。 +1 脇坂 安村 ( わきざか やす むら 、 明暦 2 年 ( 1656 年 ) - 宝永 3 年 9 月 25 日 ( 旧暦 ) ( 170 6 年 10 月 31 日 ) ) は 、 播磨 国 龍野 藩 の 世嗣 。 +1 四辻 季遠 ( よ つつじ すえ とお 、 永正 10 年 7 月 7 日 ( 旧暦 ) ( 1513 年 8 月 7 日 ) - 天正 3 年 8 月 2 日 ( 旧暦 ) ( 1575 年 9 月 6 日 ) は 、 戦国 時代 ( 日本 ) の 公家 ・ 書家 。 +-1 芸道 ( げいどう ) は 、 芸能 ・ 技芸 を 日本 独自 の かたち で 体系 化 し た もの の こと を 指 す 。 +-1 年神 ( としが み 、 歳神 と も ) は 、 神道 の 神 ( 神道 ) で あ る 。 +-1 あんころ 餅 ( 餡ころ 餅 、 あんころ も ち ) は 、 和 菓子 の 一種 。 +1 栗山 潜鋒 ( くりやま せんぽう 、 16 7 1 年 - 170 6 年 ) は 、 江戸 時代 中期 の 朱子 学者 。 +1 三好 元長 ( みよし もと なが ) は 、 阿波 国 ( 現在 の 徳島 県 ) 出身 の 戦国 時代 の 武将 で あ る 。 +-1 二 代 目尾 上松 緑 ( に だい め お のえ しょうろく 、 大正 2 年 ( 1913 年 ) 3 月 28 日 - 平成 元年 ( 1989 年 ) 6 月 25 日 ) は 昭和 期 の 歌舞伎 役者 。 +-1 東宮 学士 ( とうぐう がくし ) は 、 律令 制 に 定め られ た 皇太子 ( 東宮 ) 付き の 教育 官 の 一 つ で あ る 。 +-1 依水園 ( い すいえん ) は 奈良 県 奈良 市 に あ る 回遊 式 庭園 ( 日本 庭園 ) 。 +1 進藤 貞治 ( しんどう さだはる 、 明応 6 年 ( 1497 年 ) - 天文 ( 元号 ) 20 年 ( 1551 年 ) ) は 日本 の 戦国 時代 _ ( 日本 ) の 武将 で 、 近江 の 六角 氏 の 重臣 。 +1 五十嵐 信斎 ( いがらし しんさい 、 生没 年 未詳 ) は 、 室町 時代 の 漆芸 家 。 +-1 伊豆 国造 ( いずの くに みやつこ ・ いずこく ぞう ) は 伊豆 国 を 支配 し た 国造 。 +-1 諸国 牧 ( しょこく まき ) は 、 古代 の 日本 に お い て 、 兵部 省 に よ り 開発 ・ 管轄 さ れ た 牧場 で あ り 、 主に 軍馬 や 貴族 へ の 貢馬 、 駅伝 など の 供給 源 と さ れ た 。 +1 藤原 純友 ( ふじわら の すみとも 、 寛平 5 年 ( 893 年 ) ? - 天慶 4 年 6 月 20 日 ( 旧暦 ) ( 94 1 年 7 月 21 日 ) ) は 、 平安 時代 の 貴族 。 +1 大蔵 春実 ( おおくら の はるざね 、 生没年 不詳 ) は 、 平安 時代 中期 10 世紀 頃 の 貴族 。 +1 小山 肆成 ( こやま しせい 、 文化 ( 元 号 ) 4 年 ( 180 7 年 ) - 文久 2 年 9 月 6 日 ( 旧暦 ) ( 1862 年 10 月 28 日 ) ) は 、 江戸 時代 後期 の 医師 。 +-1 若水 ( わかみず ) と は 、 元日 の 早朝 に 井戸 から 水 を 汲 ん で 神棚 に 供え る こと 。 +1 尊朝 法 親王 ( そんちょう ほうしん の う 、 天文 21 年 8 月 20 日 ( 155 2 年 9 月 8 日 ) - 慶長 2 年 2 月 13 日 ( 1597 年 3 月 30 日 ) ) は 伏見 宮 邦輔 親王 の 第 6 王子 。 +-1 雅慶 ( が きょう ・ がけい 、 生年 不詳- 長和 元年 12 月 25 日 ( 旧暦 ) ( 1013 年 2 月 8 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +-1 菅原 ( すがわら ) 氏 は 、 日本 の 古代 から 近世 まで の 貴族 。 +1 早蕨 ( さわらび ) は 、 『 源氏 物語 』 五十 四 帖 の 巻 の 一 つ 。 +-1 重要 伝統 的 建造 物 群 保存 地区 ( じゅうよう でんとう てき けんぞう ぶつ ぐん ほぞん ちく ) は 、 日本 の 文化 財 保護 法 第 144 条 に 基づ き 、 市 町 村 が 条例 等 に よ り 決定 し た 「 伝統 的 建造 物 群 保存 地区 」 の うち 、 特に 価値 が 高 い もの と し て 国 ( 文部 科学 大臣 ) が 選定 し た もの を 指 す 。 +-1 師範代 ( し はんだい ) と は 芸道 分野 の 指導 者 で あ り 、 師範 の 次席 に あ る 者 。 +-1 数寄屋 造り ( すきや づくり ) と は 、 日本 の 建築 様式 の 一 つ で あ り 、 数寄屋 ( 茶室 ) 風 を 取り入れ た 住宅 の 様式 と さ れ る 。 +-1 平禅門 の 乱 ( へいぜんもん の らん ) は 、 鎌倉 時代 の 1293 年 ( 永仁 元年 ) に 鎌倉 で 起こ っ た 政変 で あ る 。 +-1 聖恵 法 親王 ( しょう え ほっ しん のう 、 嘉保 元年 ( 1094 年 ) - 保延 3 年 2 月 11 日 ( 旧暦 ) ( 1137 年 3 月 4 日 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +-1 円載 ( えんさい 、 生年 不詳- 元 慶 元年 ( 877 年 ) ) は 、 平安 時代 前期 の 天台 宗 の 僧 。 +1 浦 上則宗 ( うらがみ のりむね   永享 元年 ( 1429 年 ) - 文亀 2 年 ( 150 2 年 ) ) は 室町 時代 の 武将 。 +1 本阿弥 切 ( ほんあみぎれ ) は 、 12 世紀 初め頃 の 書写 と 推定 さ れ る 『 古今 和 歌集 』 の 写本 の 通称 で あ る 。 +-1 御 注 孝経 ( ぎょう ちゅう こうきょう ) と は 、 唐 の 玄宗 ( 唐 ) に よ っ て 撰述 さ れ た 『 孝経 』 の 注釈 書 。 +-1 吉本 伊信 ( よしもと いしん 、 大正 5 年 ( 1916 年 ) 5 月 25 日 - 昭和 63 年 ( 1988 年 ) 8 月 1日 ) は 内観 法 ( 内観 療法 ) の 創始 者 。 +-1 功田 ( こうでん ) は 、 日本 の 律令 制 に お い て 、 特別 の 勲功 者 へ 給与 さ れ た 田地 を い う 。 +-1 氏 爵 ( うじ の しゃく ) と は 、 平安 時代 より 、 毎年 正月 6 日 に 行 わ れ る 叙位 に 際 し 、 王 氏 、 源 氏 、 平氏 、 藤原 氏 、 橘 氏 など の 正六 位 上 の 者 より 、 毎年 1人 ずつ 従 五 位 に 叙 す こと を い う 。 +-1 新年 会 ( しんねん かい ) は 一 年 の 最初 ( 正月 ) など に 行 わ れ る 、 学校 や 職場 など で 行 わ れ る 団体 年中 行事 。 +-1 硯箱 ( すずりばこ ) は 、 硯 その 他 を 納め て お く 箱 で あ る 。 +-1 山科 盆地 ( やましな ぼんち ) は 、 京都 市 山科 区 および 伏見 区 醍醐 地区 を 主 範囲 と する 盆地 。 +1 足利 成綱 ( あしかが な りつな 、 生没年 不詳 ) は 、 平安 時代 後期 の 武家 ・ 武士 ・ 武将 。 +1 楠 小十郎 ( くすのき こ じゅうろう 、 嘉永 元年 ( 1840 年 ) 頃 ? - 元治 元年 9 月 26 日 ( 旧暦 ) ( 1864 年 10 月 26 日 ) ) は 京都 出身 の 新 選 組 隊士 で あ る 。 +1 覚海 円成 ( かく かいえんじょう 、 生年 未詳 - 興国 6 年 / 康永 4 年 ( 1345 年 ) 8 月 12 日 ( 旧暦 ) ) は 、 鎌倉 時代 末期 、 南北朝 時代 ( 日本 ) 初期 の 女性 。 +1 諒闇 ( りょうあん ) と は 、 天皇 が 、 その 父母 の 死 に あた り 喪 に 服 する 期間 。 +-1 時雨 ( しぐれ ) と は 、 主に 秋 から 冬 に かけ て 起こ る 、 一時 的 に 降 っ たり 止 ん だり する 雨 や 雪 の こと 。 +-1 桜餅 ( さくらもち ) は 、 サクラ の 葉 を 用い た 和 菓子 。 +-1 卒都 婆 小町 ( そとば こまち ) は 能楽 作品 。 +-1 二十 四 輩 ( にじゅうよ はい ) と は 、 親鸞 の 関東 時代 の 高弟 24 人 と 、 その 24 人 を 開基 と する 寺院 の こと 。 +-1 金胎 寺 ( こんたいじ ) は 、 京都 府 相楽 郡 和束 町 原山 に あ る 真言 宗 醍醐 派 の 寺院 。 +-1 牓示 ( ぼうじ ) と は 、 所領 など の 土地 の 四 至 あるいは 境界 の うち 重要 な 地点 に 立て た 掲示 の こと 。 +1 大友 義鎮 / 大友 宗麟 ( おお とも よし しげ / - そうりん ) は 戦国 時代 ( 日本 ) の 武将 で あ る 。 +-1 木工寮 ( もくりょう ) は 律令 制 日本 の 律令 制 に お い て 宮内 省 に 属 する 機関 。 +-1 買 米令 ( かわ せ ま いれい ) は 、 1730 年 ( 享保 16 年 ) に 、 享保 の 改革 の 一環 と し て 行 わ れ た 法令 。 +-1 東伏見宮 ( ひがし ふしみのみや ) は 、 明治 後期 に 伏見 宮 邦家 親王 の 王子 、 東伏見宮 依仁 親王 が 創立 し た 宮家 。 +-1 地租 改正 ( ちそかいせい ) と は 、 に 明治 政府 が 行 っ た 租税 制度 改革 で あ る 。 +-1 下座 見 と は 江戸 の 見附 に 勤務 し た 門番 の 下役 で あ る 。 +1 五 代 目上村 吉彌 ( ご だい め かみむら きちや 、 新 字体 : 吉弥 、 明治 42 年 ( 1909 年 ) 12 月 13 日 - 平成 4 年 ( 1992 年 ) 1 月 1日 ) は 、 歌舞伎 役者 。 +1 北畠 顕家 ( きたばたけあき いえ 、 文保 2 年 ( 1318 年 ) - 延元 3 年 / 建武 ( 日本 ) 5 年 5 月 22 日 ( 旧暦 ) ( 1338 年 6 月 10 日 ) ) は 、 南北朝 時代 ( 日本 ) の 公家 で あ る 。 +-1 政所 ( まんどころ ) は 、 親王 、 三 位 以上 の 公卿 に 設置 を 許 さ れ た 家政 機関 の こと 。 +1 源扶 ( みなもと の たすく 、 生年 不明 - 承平 _ ( 日本 ) 5 年 ( 935 年 ) 2 月 2 日 ) は 、 平安 時代 中期 の 武将 。 +-1 澤瀉 十 種 ( おもだか じっしゅ ) は 、 昭和 50 年 ( 1975 年 ) に 市川 猿之助 ( 3 代 目 ) が 撰 し た 澤瀉 屋 ・ 市川 猿之助 の お 家芸 。 +-1 内蔵 寮 ( くらりょう ) は 律令 制 日本 の 律令 制 に お い て 中務 省 に 属 し た 機関 。 +1 高野 長 英 ( たか の ちょうえい 、 文化 ( 元号 ) 元年 5 月 5 日 ( 旧暦 ) ( 180 4 年 6 月 12 日 ) - 嘉永 3 年 10 月 30 日 ( 旧暦 ) ( 1850 年 12 月 3 日 ) ) は 、 江戸 時代 後期 の 医者 ・ 蘭学 者 で あ る 。 +-1 大日 如来 ( だい にち にょらい ) 、 サンスクリット マハー ・ ヴァイローチャナ ( mahaavairocana ) は 、 密教 に お い て 宇宙 その もの と 一体 と 考え られ る 汎神論 的 な 如来 ( 法身 仏 ) の 一尊 。 +1 禁秘抄 ( きんぴ しょう ) は 、 第 84 代 順徳 天皇 自身 の 手 に よ る 有職 故 実 の 解説 書 で あ る 。 +1 能因 ( のういん 、 永延 2 年 ( 988 年 ) - 康平 元年 ( 1058 年 ) 頃 ? ) は 、 平安 時代 中期 の 僧 ・ 歌人 。 +-1 あなご飯 ( あなごめ し ) と は 広島 県 の 瀬戸 内 地域 の 郷土 料理 で あ る 。 +-1 加茂 街道 ( か も かいどう ) は 京都 市 内 の 通り の 一 つ で 賀茂川 右岸 ( 西岸 ) 堤防 上 を 走 る 。 +1 蕉門 十 哲 ( しょうもんじ っ てつ ) と は 、 松尾 芭蕉 の 弟子 の 中 で 、 特に 優れ た 高弟 10 人 を 指 し て い う 。 +-1 重臣 会議 ( じゅう しん かいぎ ) は 、 昭和 時代 に 元 老 の 職掌 を 引き継 ぐ 形 で 、 後継 の 内閣 総理 大臣 の 選定 や 国家 の 重要 事項 に 関 し て 、 天皇 の 諮問 に 答え る 形 で 開 か れ た 会議 。 +-1 圓徳院 ( えん とくいん ) は 、 京都 市 東山 区 に あ る 高台 寺 ( 臨済 宗 建仁 寺 派 ) の 塔頭 の ひと つ 。 +-1 丸子 ( まるこ 、 まりこ ) 氏 は 、 古代 日本 の 氏族 の 一 つ 。 +-1 解官 ( げかん ) と は 、 律令 制 に お い て 、 現職 の 官人 が 解任 さ れ る こと 。 +1 稲葉 正知 ( いなば まさとも 、 貞享 2 年 ( 1685 年 ) - 享保 14 年 5 月 29 日 ( 旧暦 ) ( 1729 年 6 月 25 日 ) ) は 、 下総 国佐倉 藩 の 第 2 代 藩 主 。 +1 大内 青巒 ( おおうち せい らん 、 弘化 2 年 4 月 17 日 ( 旧暦 ) ( 1845 年 5 月 22 日 ) - 大正 7 年 ( 1918 年 ) 12 月 16 日 ) は 、 明治 期 から 大正 期 に おけ る 仏教 学 者 ・ 思想 家 。 +1 牧谿 ( もっけい 、 生没年 不明 ) は 、 13 世紀 後半 、 南宋 末元 ( 王朝 ) 初 の 僧 。 +-1 歌会 始 ( うたか い はじめ ) は 年頭 に 行 わ れ る その 年初めて の 歌会 。 +1 荷田 春満 ( かだ の あずままろ 、 寛文 9 年 1 月 3 日 ( 旧暦 ) ( 1669 年 2 月 3 日 ) - 元文 元年 7 月 2 日 ( 旧暦 ) ( 1736 年 8 月 8 日 ) ) は 、 江戸 時代 中期 の 国学 者 ・ 歌人 。 +1 成良 親王 ( なりよししん の う / なりなが しんのう 、 嘉暦 元年 ( 1326 年 ) - 興国 5 年 / 康永 3 年 1 月 6 日 ( 旧暦 ) ( 1344 年 1 月 21 日 ) ) は 、 南北朝 時代 ( 日本 ) の 後醍醐 天皇 の 皇子 で あ る 。 +1 田中 好 ( たなかよしみ 、 1886 年 12 月 - 1956 年 11 月 14 日 ) は 、 京都 府 船井 郡 ( 後 の 園部 町 城南 町 、 現在 の 南丹 市 園部 町 城南 町 ) 生まれ の 元 政治 家 ( 衆議 院 議員 ) 。 +1 足利 義量 ( あしかが よしかず ) は 、 室町 幕府 第 5 代 征夷 大将軍 ( 在職 : 応永 30 年 ( 1423 年 ) 3 月 18 日 -応永 32 年 ( 1425 年 ) 2 月 24 日 ) 。 +1 澤村 訥升 ( さわむら とっしょう ) は 、 歌舞伎 役者 。 +1 美努王 ( みぬ お う 、 生年 不詳 - 和銅 元年 ( 70 8 年 ) 5 月 ) は 、 飛鳥 時代 の 皇族 。 +1 日本 文学 ( に ほんぶんがく ) と は 、 日本 語 で 書 か れ た 文学 作品 、 もしくは それ ら の 作品 や 作家 を 研究 する 学問 の こと 。 +1 稲葉 正往 ( いなば まさみち ・ 稲葉 正通 ) は 江戸 時代 の 大名 、 老中 。 +1 多武峯 少将 物語 ( とうのみね しょうしょう ものがたり ) は 、 物語 。 +-1 市原 駅 ( いちはら えき ) は 、 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +-1 姉川 地震 ( あね がわ じしん ) は 、 1909 年 ( 明治 42 年 ) 8 月 14 日 午後 3 時 31 分 、 滋賀 県 北東部 の 姉川 付近 ( 北緯 35 . 4 度 、 東経 136 . 3 度 ) を 震源 と し て 発生 し た 地震 。 +-1 伝習 隊 ( でんしゅうたい ) と は 、 江戸 幕府 が 幕府 陸軍 の 精鋭 部隊 と し て 編成 し た 、 フランス 軍事 顧問 団 の 直接 指導 を 受け る 西洋 式 軍隊 の こと 。 +-1 阿紀 神社 ( あき じんじゃ ) は 奈良 県 宇陀 市 に 鎮座 する 神社 。 +-1 百 姓 ( ひゃく しょう / ひゃく せい / おおみた から ) と は 、 元 は 百 ( たくさん ) の 姓 を 持 つ 者 たち 、 すなわち 有姓 階層 全体 を 指 す 漢語 で あ っ た 。 +1 『 新拾遺和 歌集 』 ( しんしゅう いわかしゅう ) は 、 勅撰 和 歌集 。 +1 豊田 四郎 ( とよだ し ろ う 、 190 6 年 1 月 3 日 - 1977 年 11 月 13 日 ) は 、 日本 の 映画 監督 。 +-1 落武者 ( おちむ しゃ ) と は 、 戦乱 に お い て 敗者 と し て 生き延び 、 逃亡 する 武士 の こと 。 +-1 顕密 体制 ( けんみつ たいせい ) と は 、 歴史 学 者 黒田 俊雄 が 提唱 し た 日本 の 中世 宗教 体制 に 関 する 学説 。 +1 藤原 成経 ( ふじわら の なりつね 、 生年 不詳 - 建仁 2 年 3 月 19 日 ( 旧暦 ) ( 120 2 年 4 月 13 日 ) ) は 平安 時代 後期 の 公卿 。 +-1 日本 の 歴史 ( にほん の れきし ) 、 日本 史 ( にほんし ) と は 、 日本 また は 日本 列島 に おけ る 歴史 で あ る 。 +1 紀真人 ( きのまひと 、 天平 19 年 ( 747 年 ) - 延暦 24 年 8 月 27 日 ( 旧暦 ) ( 80 5 年 9 月 27 日 ) ) は 、 平安 時代 初期 の 官人 。 +-1 丁子 屋 ( ちょうじ や ) は 、 江戸 時代 に は すでに 存在 が 確認 さ れ て い る 、 日本 の 古く から の 屋号 ( 商号 ) の ひと つ 。 +-1 山 号 釈迦山 ( しゃか さん ) +-1 宮座 ( みやざ ) と は 、 地域 の 鎮守 もしくは 氏神 で あ る 神社 の 祭祀 に 携わ る 村落内 の 特権 的 な 組織 及び それ を 構成 する 資格 者 の 集団 。 +1 星川 稚宮 皇子 ( ほしかわ の わかみや のみこ 、 生年 不詳 - 雄略 天皇 23 年 ( 479 年 ) ) は 、 『 日本 書紀 』 に 伝え られ る 古墳 時代 の 皇族 ( 王族 ) 。 +-1 刀狩 ( かたなが り 、 刀狩り ) と は 、 百 姓 身分 の 者 の 帯刀 権 を 剥奪 する 兵農 分離 政策 で 、 特に 安土 桃山 時代 の 158 8 年 8 月 29 日 ( 天正 16 年 7 月 8 日 ( 旧暦 ) ) に 豊臣 秀吉 が 刀狩令 ( 同時 に 海上 賊船 禁止 令 ) を 出 し て 大 規模 に 推進 し た 政策 を 指 す ( ただし 、 刀狩 を 最初 に 行な っ た の は 柴田 勝家 で あ る 。 +1 平 忠房 ( たいら の ただふさ 、 生年 未詳 - 文治 元年 12 月 16 日 ( 旧暦 ) ( 1186 年 1 月 8 日 ) ) は 平安 時代 末期 の 武将 。 +-1 日野 ( ひ の ) 家 は 、 藤原 氏 藤原 北家 流 の 名家 ( 公家 ) の 家格 を 有 し た 公家 。 +1 二条舎子 ( に じょう いえこ 、 享保 元年 8 月 24 日 ( 1 71 6 年 10 月 9 日 ) - 寛政 2 年 1 月 29 日 ( 1790 年 3 月 14 日 ) ) は 、 桜町 天皇 の 女御 で 、 後桜 町 天皇 の 生母 。 +-1 ホラガイ ( 法螺 貝 、 Charoniatritonis ) は 、 フジツガイ 科 ( 旧 分類 中腹足目 フジ ツガイ 科 ) に 属 する 巻貝 の 一種 。 +-1 石川 氏 ( いしかわ し ) と は 、 石川 を 苗字 と する 一族 の こと で あ る 。 +1 福田 純 ( ふく だじゅん 、 1923 年 2 月 17 日 - 2000 年 12 月 3 日 ) は 日本 の 映画 監督 。 +1 寺田 光吉 ( てらだ みつよし 、 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 。 +1 青山 忠朝 ( あおやま ただ と も ) は 江戸 時代 の 大名 、 大坂 城代 。 +-1 金毘羅 ( こんぴら ) は 、 水神 で 、 天竺 霊 鷲山 の 鬼神 で 、 薬師 如来 十 二 神 将 の 筆頭 で あ る 。 +1 徳川 和子 ( とくがわ まさこ 、 慶長 12 年 10 月 4 日 ( 160 7 年 11 月 23 日 ) - 延宝 6 年 6 月 15 日 ( 167 8 年 8 月 2 日 ) ) は 、 徳川 秀忠 の 娘 ( 五女 ) で 、 後水尾 天皇 の 中宮 。 +-1 兵部 省 ( ひょう ぶしょう 、 つわもの の つかさ ) は かつて 日本 に あ っ た 軍政 ( 行政 ) ( 国防 ) を 司 る 行政 機関 。 +-1 カキフライ ( 牡蠣 フライ ) と は 、 揚げ る 料理 の 一種 。 +1 福王 和幸 ( ふくおう かずゆき 、 1973 年 ( 昭和 48 年 ) 7 月 30 日 - ) は 、 ワキ 方 福王 流能 楽師 。 +1 河井 寛次郎 ( かわい かんじろう 、 1890 年 ( 明治 23 年 ) 8 月 24 日 - 1966 年 ( 昭和 41 年 ) 1 1 月 18 日 ) は 、 日本 の 陶芸 家 。 +-1 利休 饅 頭 ( りきゅう まんじゅう ) は 茶聖千 利休 に ちな ん だ お 茶請け の 和 菓子 で あ る 。 +1 山口 憲 ( やまぐち あきら 、 1948 年 - ) は 能装束 研究 者 。 +1 刑部 本継 ( おさかべ の もと つ ぎ 、 生没年 不明 ) は 、 9 世紀 に 日本 の 陸奥 国 ( 現在 の 宮城 県 ) で 名取 団 と い う 軍団 ( 古代 日本 ) を 率い た 人物 で あ る 。 +1 『 小説 神髄 』 ( しょうせつ しんずい ) は 、 坪内 逍遥 の 文芸 評論 。 +-1 山城 町 ( やましろ ちょう ) は 、 京都 府 の 南部 に あ っ た 町 。 +1 奥州 後 三 年 記 ( おうしゅう ご さん ねんき ) は 、 平安 時代 後期 の 1083 年 ( 永保 3 ) から 、 1088 年 ( 寛治 2 ) に かけ て の 、 陸奥 国 ・ 出羽 国 両国 に またが っ た 争乱 、 いわゆる 「 後 三 年 の 役 」 、 また は 「 源義 家 合戦 」 と 呼 ば れ る もの を 描 い た もの で あ る 。 +1 松花堂 昭乗 ( しょう か どう しょうじょう 、 天正 10 年 ( 15 82 年 ) - 寛永 16 年 9 月 18 日 ( 旧暦 ) ( 1639 年 10 月 14 日 ) ) は 、 江戸 時代 初期 の 真言 宗 の 僧侶 、 文化 人 。 +-1 官年 ( かんねん ) と は 、 近世 武家 社会 に お い て 幕府 や 主家 など の 公儀 に 対 し 届け られ た 公式 な 年齢 を い う 。 +-1 大谷本廟 ( おおた に ほんびょう ) は 、 京都 府 京都 市 東山 区 に あ る 浄土 真宗 の 宗祖 親鸞 の 墓 。 +-1 安賀 両家 ( あん が りょうけ ) と は 陰陽 道 の 宗家 で あ る 阿倍 氏 と 賀茂 氏 の 総称 。 +1 多賀谷 家政 ( たがや いえまさ 、 生没年 不詳 ) は 、 鎌倉 時代 初期 の 武蔵 国 の 武将 で あ る 。 +1 骨皮 道賢 ( ほねかわ どうけん 、 ? - 応仁 2 年 3 月 21 日 ( 旧暦 ) ( ? - 1468 年 4 月 13 日 ) ) は 、 室町 時代 の 盗賊 集団 の 首領 で あ る 。 +1 轟 夕起子 ( とどろき   ゆきこ 、 1917 年 9 月 11 日 - 1967 年 5 月 11 日 ) は 日本 の 女優 。 +-1 相国 寺 ( しょうこくじ ) は 、 京都 市 上京 区 に あ る 臨済 宗 相国 寺 派 大 本山 の 寺院 。 +-1 帝国 国防 方針 ( ていこく こくぼう ほうしん ) と は 、 大 日本 帝国 に おけ る 軍事 戦略 に つ い て の 基本 的 な 方針 を 定め た もの 。 +1 『 和漢朗 詠集 』 ( わかん ろうえい しゅう ) は 、 藤原 公任 撰 の 歌集 で あ る 。 +1 村井 茂兵衛 ( むらいも へえ 、 文政 4 年 5 月 11 日 ( 旧暦 ) ( 182 1 年 6 月 10 日 ) - 明治 6 年 ( 1873 年 ) 5 月 ) は 旧 盛岡 藩 の 豪商 で あ る 。 +1 佐久間 信栄 ( さくま のぶひで 、 弘治 ( 日本 ) 2 年 ( 1556 年 ) - 寛永 8 年 11 月 23 日 ( 旧暦 ) ( 1632 年 1 月 14 日 ) ) は 、 安土 桃山 時代 の 武将 。 +-1 尺 ( しゃく ) は 、 尺貫 法 に おけ る 長 さ の 単位 で あ る 。 +-1 檜皮葺 ( ひわだぶき ) と は 、 屋根 葺 手法 の 一 つ で 、 ヒノキ の 樹皮 を 用い て 施工 する 。 +1 野本 家定 ( の もと いえさだ 、 生没年 不詳 ) は 、 鎌倉 時代 の 武将 で 、 鎌倉 幕府 の 御 家人 で あ っ た と 言 わ れ る 。 +1 佐々 氏 春 ( さっさうじ はる ) は 、 佐々 氏 長 の 子 。 +1 黄書 大伴 ( きふみの おおと も 、 生年 不詳 - 和銅 3 年 10 月 14 日 ( 旧暦 ) ( 71 0 年 11 月 9 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 JR 桂駅 ( じぇいあーる かつら えき ) は 、 京都 府 京都 市 南 区 ( 京都 市 ) 久世 高田 町 に 開業 予定 の 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 ( JR 京都 線 ) の 鉄道 駅 。 +-1 軍団 ( ぐんだん ) は 、 日本 古代 の 律令 制 で 全国 に 設け られ た 軍事 組織 。 +-1 嵐電 嵯峨 駅 ( らんでんさが えき ) は 、 京都 市 右京 区 嵯峨 天龍 寺 今堀 町 に あ る 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 の 鉄道 駅 。 +-1 泉崎 横穴 ( いずみざき よこあな ) は 、 福島 県 西白河 郡 泉崎 村 に あ る 横穴 式 装飾 古墳 。 +-1 守護 大名 ( しゅご だいみょう ) は 、 軍事 ・ 警察 権能 だけ で な く 、 経済 的 権能 を も 獲得 し 、 一 国 内 に 領域 的 ・ 一 円 的 な 支配 を 強化 し て い っ た 室町 時代 の 守護 を 表 す 日本 史上 の 概念 。 +-1 高山 竹林 園 ( たかやま ちくりん えん ) は 、 奈良 県 生駒 市 に あ る 庭園 で あ る 。 +-1 花園 ( はなぞの ) は 、 京都 市 右京 区 の 地名 で あ る 。 +-1 無形 文化 財 ( むけい ぶんか ざい ) は 、 +1 屋 主忍男 武雄 心命 ( やぬしおしお たけおごころ の みこ と 生没年 不詳 ) は 、 3 世紀 から 4 世紀 頃 の 日本 の 皇族 。 +1 谷 万太郎 ( たにまんたろう 、 1835 年 ( 天保 6 年 ) - 1886 年 ( 明治 19 年 ) 6 月 30 日 ) は 、 新 選 組 隊士 。 +1 女 二宮 ( おんな に のみや ) は 、 歴代 の 天皇 の 二 番 目 の 姫宮 、 第 二 皇女 の こと 。 +-1 横山城 ( よこやま じょう ) は 近江 国 坂田 郡 ( 滋賀 県 長浜 市 堀部 町 ・ 石田 町 ) に あ っ た 城 。 +1 大伴 馬来田 ( おおとも の まく た 、 生年 不詳 - 天武 天皇 12 年 6 月 3 日 ( 旧暦 ) ( 683 年 7 月 2 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 覚円 ( かく えん 、 長元 4 年 ( 10 31 年 ) - 承徳 2 年 4 月 16 日 ( 旧暦 ) ( 1098 年 5 月 19 日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +1 タギシミミ の 反逆 ( タギシミミ の はんぎゃく ) は 、 神武 天皇 が 亡くな っ た 後 、 皇位 に 就 こ う と 策略 し た 手研 耳命 を カムヌナ カワミミ ( 後 の 綏靖 天皇 ) ら が 討 っ た と い う 日本 神話 の 説話 で あ る 。 +-1 夕日 ヶ浦 温泉 ( ゆうひ が うら おんせん ) は 、 京都 府 京丹後 市 網野町 ( 旧 国丹 後 国 ) に あ る 温泉 。 +1 漆部 友背 ( ぬりべの とも せ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 富野 荘駅 ( と の しょう えき ) は 、 京都 府 城陽 市 富野 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +-1 検地 ( けんち ) と は 中世 から 近世 に かけ て 行 わ れ た 田畑 の 面積 と 収量 の 調査 の こと で あ る 。 +-1 布袋 ( ほてい ) は 、 唐末 の 明州 ( 現在 の 中国 浙江 省 ) に 実在 し た と さ れ る 伝説 的 な 僧 。 +1 武田 信賢 ( たけだ の ぶかた 、 応永 27 年 ( 1420 年 ) - 文明 ( 日本 ) 3 年 6 月 2 日 ( 旧暦 ) ( 14 7 1 年 6 月 20 日 ) ) は 室町 時代 の 守護 大名 、 武田 氏 若狭 武田 氏 の 第 2 代 当主 で あ る 。 +-1 無 所属 団 ( む しょぞく だん ) と は 、 大 日本 帝国 憲法 下 に おけ る 貴族 院 _ ( 日本 ) に おけ る 院内 会 派 の 名称 。 +-1 松尾 寺 の 仏舞 ( まつ の おでら の ほとけ ま い ) は 、 京都 府 舞鶴 市 に あ る 松尾 寺 ( 舞鶴 市 ) に 伝わ る 宗教 的 儀式 。 +1 大内 惟義 ( おお うち これ よし ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +1 十 六 世 喜多 六 平太 ( じゅう ろく せき た ろっぺい た 、 1924 年 ( 大正 13 年 ) 12 月 6 日 - ) と は 、 シテ 方 喜多 流能 楽師 。 +-1 仕太刀 ( し たち ) と は 、 武術 ( 特に 剣術 ) 、 武道 ( 特に 剣道 ) に お い て 用い られ る 用語 の 一 つ 。 +-1 精霊 流し ( しょうろう ながし ) と は 、 長崎 県 の 各地 で お 盆 に 行な わ れ る 。 +-1 新 烏丸 通 ( しん から すまどおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +-1 釈迦山 大 菩提寺 ( しゃ かざん だいぼだいじ ) と は 京都 府 京都 市 山科 区 に あ る 阿含 宗 本山 の 本殿 。 +1 北条 宗 宣 ( ほうじょうむねのぶ 、 正元 ( 日本 ) 元年 ( 1259 年 ) - 正和 元年 6 月 12 日 ( 旧暦 ) ( 1312 年 7 月 16 日 ) ) は 、 鎌倉 時代 後期 の 北条 氏 の 一門 。 +1 源 資兼 ( みなもとのすけ かね 、 生没年 不詳 ) は 、 平安 時代 後期 の 武士 。 +1 新宮 行朝 ( しんぐう ゆきと も ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 久松 寺 ( きゅう しょうじ ) は 、 奈良 県 大和郡山 市 に あ る 曹洞 宗 の 寺院 。 +1 守邦 親王 ( もりく に しんのう 、 正安 3 年 5 月 12 日 ( 旧暦 ) ( 130 1 年 6 月 19 日 ) - 正慶 2 年 / 元弘 3 年 8 月 16 日 ( 旧暦 ) ( 1333 年 9 月 25 日 ) ) は 、 鎌倉 幕府 9 代 征夷 大将軍 で 、 鎌倉 幕府 最後 の 将軍 で あ る 。 +1 新田 革左衛門 ( にったか くざえもん 、 生年 不詳 - 元治 元年 7 月 22 日 ( 旧暦 ) ( 1864 年 8 月 23 日 ) 頃 ) は 、 新 選 組平 隊 士 。 +-1 篠笛 ( しのぶえ ) は 日本 の 木管 楽器 の 一 つ 。 +1 三野 園生 ( みの の その き ) は 奈良 時代 の 人 。 +1 矢野 玄道 ( やの はるみ ち 、 1823 年 12 月 18 日 ( 文政 6 年 11 月 17 日 ( 旧暦 ) ) - 1887 年 5 月 19 日 ) は 、 伊予 国 喜多 郡 阿蔵 村 有松 ( 現 、 愛媛 県 大洲 市 ) の 国学 者 ・ 神道 学者 で あ る 。 +1 二 代 目 吉野 太夫 ( よしの たゆう 、 慶長 11 年 3 月 3 日 ( 旧暦 ) ( 160 6 年 4 月 10 日 ) - 寛永 20 年 8 月 25 日 ( 旧暦 ) ( 1643 年 10 月 7 日 ) ) は 嶋原 ( 後 に 嶋原 に 移転 ) の 太夫 で 本名 は 松田 徳子 、 生まれ た の は 京都 の 方広 寺 近く と 伝え られ る 。 +-1 庸 軒流 ( よう けんりゅう ) は 、 藤村 庸軒 を 流祖 と 仰 ぐ 茶道 の 流派 の 総称 。 +-1 大 参事 ( だい さんじ ) は 、 明治 時代 初期 の 府藩 県 三治 制 の 時期 に 置 か れ た 、 地方 官 の 長官 に 次 ぐ 官職 。 +-1 抹茶 ( まっちゃ ) は 緑茶 の 一種 。 +1 藤原 薩雄 ( ふじわら の よしお 、 生没年 不詳 ) は 、 奈良 時代 の 官僚 。 +-1 金魚 酒 ( きんぎょ ざけ ) と は 金魚 が 泳げ る ほど 薄 い 酒 の 俗称 。 +-1 舟橋 家 ( ふなばし け ) は 第 40 代 天武 天皇 の 皇子 舎人 親王 の 子孫 。 +1 桑山 一 晴 ( くわやま かずはる 、 天正 3 年 ( 1575 年 ) - 慶長 9 年 2 月 26 日 ( 旧暦 ) ( 160 4 年 3 月 26 日 ) ) は 、 安土 桃山 時代 の 武将 。 +-1 北 区 ( きた く ) は 、 京都 市 を 構成 する 11 区 の ひと つ で あ る 。 +-1 柳川 一 件 ( やながわ いっけん ) と は 、 江戸 時代 初期 に 対馬 藩 主 宗 義成 ( そう よしなり ) と 家老 柳川 調興 ( やながわ しげおき ) が 日本 と 李 氏 朝鮮 の 間 で 交わ さ れ た 国書 の 偽造 を 巡 っ て 対立 し た 事件 。 +-1 伴 大 納言 絵詞 ( ばんだい な ごん えことば 、 ともの だい な ごん えことば ) と は 、 応天門 の 変 を 題材 に し た 平安 時代 末期 の 絵巻物 。 +-1 近江屋 ( おうみや ) は 京都 の 由緒 あ る 醤油 屋 で あ る 。 +1 内裏 ( だいり ) と は 、 古代 都城 の 宮城 に おけ る 天皇 の 私的 区域 の こと 。 +1 鈴鹿王 ( すずか の おおきみ 、 生年 不詳 - 天平 17 年 9 月 4 日 ( 旧暦 ) ( 745 年 10 月 17 日 ) ) は 、 奈良 時代 の 皇族 。 +-1 高倉 家 ( たかくら け ) は 藤原 北家 で あ る 藤原 長良 の 子孫 で あ る 藤原 範賢 の 子高 倉 永季 ( なが す え ) ( 位階 ・ 参議 ) ( 1338 年 - 1392 年 ) を 祖 と する 堂上 家 で あ る 。 +1 菅原 清公 ( すがわら の きよ きみ / きよ と も 、 宝亀 元年 ( 770 年 ) - 承和 ( 日本 ) 9 年 10 月 17 日 ( 旧暦 ) ( 842 年 11 月 26 日 ) ) は 、 平安 時代 初期 の 公家 ・ 文人 。 +1 一 条房 通 ( いちじょう ふさ み ち 、 永正 6 年 ( 1509 年 ) - 弘治 _ ( 日本 ) 2 年 10 月 30 日 ( 旧暦 ) ( 1556 年 12 月 1日 ) ) は 戦国 時代 ( 日本 ) の 公卿 ・ 関白 。 +-1 石山 合戦 ( いしやま がっせん ) は 、 元亀 元年 9 月 12 日 ( 旧暦 ) ( 1570 年 10 月 11 日 ) から 天正 8 年 8 月 2 日 ( 旧暦 ) ( 1580 年 9 月 10 日 ) に かけ て の 、 浄土 真宗 本願 寺 勢力 ( 一向 一揆 ) と 織田 信長 と の 戦い 。 +1 文武王 ( ぶんぶ おう 、 生年 不詳 - 681 年 ) は 、 新羅 の 第 30 代 の 王 ( 在位 661 年 - 681 年 ) で あ り 、 姓 は 金 、 諱 は 法敏 。 +1 那須 与一 ( なす の よいち 、 嘉応 元年 ( 1169 年 ) ? - 没年 不詳 ) は 、 平安 時代 末期 の 武将 。 +-1 ゆ する つき ( 泔坏 ) は 、 洗髪 、 調髪 の ため の 米 の とぎ 汁 、 白水 ( しろみず ) を いれ る 容器 。 +-1 『 自然 居士 』 ( じねん こじ ) は 、 観阿弥 作 の 能 の 一 曲 で あ る 。 +1 姉小路 済俊 ( あね が こうじ なる と し / なりと し 、 永正 2 年 ( 150 5 年 ) - 大永 7 年 ( 1527 年 ) ) は 戦国 時代 ( 日本 ) の 公家 、 飛騨 国 国司 。 +1 妹尾 兼康 ( せ の お かね やす 、 保安 ( 元号 ) 4 年 ( 1123 年 ) - 寿永 2 年 10 月 12 日 ( 旧暦 ) ( 1183 年 11 月 28 日 ) ) は 、 平安 時代 末期 の 平 氏 方 の 武将 。 +1 阿仏 尼 ( あぶつ に 、 貞応 元年 ( 1222 年 ) ? - 弘安 6 年 4 月 8 日 ( 旧暦 ) ( 1283 年 5 月 6 日 ) ) は 鎌倉 時代 中期 の 女流 歌人 。 +1 鷹司 輔平 ( たかつかさ すけ ひら 元文 4 年 2 月 8 日 ( 旧暦 ) ( 1739 年 3 月 17 日 ) - 文化 ( 元号 ) 10 年 1 月 8 日 ( 旧暦 ) ( 1813 年 2 月 8 日 ) ) は 、 江戸 時代 中期 の 公家 。 +-1 深蒸 し 茶 ( ふかむ し ちゃ ) は 煎茶 の 一種 。 +1 相馬 愛蔵 ( そうま ・ あいぞう 、 1870 年 - 1954 年 ) は 、 長野 県 出身 の 社会 事業 家 、 東京 新宿 中村 屋 の 創業 者 で あ る 。 +-1 大 柴 燈護 摩 供 ( だい さいとう ごまく ) と は 、 野外 で 行 う 大 規模 な 護摩 法要 の こと で あ る 。 +1 土岐 頼康 ( ときより やす 、 文保 2 年 ( 1318 年 ) - 嘉慶 ( 日本 ) 元年 / 元中 4 年 12 月 25 日 ( 旧暦 ) ( 1388 年 2 月 3 日 ) ) は 南北朝 時代 ( 日本 ) の 有力 守護 大名 。 +-1 本項 で は 、 黒田 内閣 の 事績 と とも に 、 黒田 の 総理 辞任 後 2 ヵ月 間 に わた っ て 存在 し た 内 大臣 ・ 三條 實美 を 首班 と する 三條 暫定 内閣 ( さんじょう ざんてい ないかく ) の 背景 に つ い て も 解説 する 。 +-1 宿坊 ( しゅくぼう ) は 、 主に 仏教 寺院 など で 修行 中 の 僧 が 寝泊り を する 建物 で あ る 。 +-1 大津 藩 ( おおつ はん ) は 、 近江 国 ( 現在 の 滋賀 県 大津 市 ) に 存在 し た 藩 。 +-1 存牛 ( そん ぎゅう 、 文明 ( 日本 ) 元年 6 月 5 日 ( 旧暦 ) ( 1469 年 7 月 13 日 ) - 天文 ( 元号 ) 18 年 12 月 20 日 ( 旧暦 ) ( 1550 年 1 月 7 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 浄土 宗 の 僧 。 +1 三淵 藤英 ( みつぶち ふじひ で 、 ? - 天正 2 年 7 月 6 日 ( 旧暦 ) ( 1574 年 7 月 23 日 ) ) は 、 室町 幕府 末期 の 幕臣 ( 奉 公衆 ) 。 +-1 お 年玉 ( おとしだま 、 御 年玉 、 年玉 ) は 、 正月 に 新年 を 祝 う ため に 贈答 さ れ る 品物 の こと 。 +-1 玄宥 ( げんゆう 、 享禄 2 年 ( 1529 年 ) - 慶長 10 年 10 月 4 日 ( 旧暦 ) ( 160 5 年 11 月 14 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 真言 宗 の 僧 。 +-1 建武 の 新政 ( けんむ の しんせい ) は 、 鎌倉 幕府 滅亡 後 の 1333 年 ( 元弘 3 年 / 正慶 2 年 ) 6 月 に 後醍醐 天皇 が 「 親政 」 ( 天皇 が みずから 行 う 政治 ) を 開始 し た 事 に よ り 成立 し た 政権 及び その 新 政策 ( 「 新政 」 ) で あ る 。 +1 和歌 ( わか ) は 、 上代 から 日本 で 行 わ れ た 定型 の 歌 。 +1 荻生 徂徠 ( おぎゅう そら い 、 寛文 6 年 2 月 16 日 ( 旧暦 ) ( 1666 年 3 月 21 日 ) - 享保 13 年 1 月 19 日 ( 旧暦 ) ( 1728 年 2 月 28 日 ) は 、 江戸 時代 中期 の 儒学 者 ・ 思想 家 ・ 文献 学学者 で あ る 。 +1 西園寺 実遠 ( さいおんじ さね とお 、 永享 6 年 ( 1434 年 ) ‐ 明応 4 年 11 月 25 日 ( 旧暦 ) ( 1495 年 12 月 11 日 ) ) は 、 室町 時代 の 公卿 、 歌人 。 +1 増山 正賢 ( ましやま ま さかた 、 宝暦 4 年 10 月 14 日 ( 旧暦 ) ( 175 4 年 11 月 27 日 ) - 文政 2 年 1 月 29 日 ( 旧暦 ) ( 1819 年 2 月 23 日 ) ) は 江戸 時代 の 大名 。 +1 七 世野 村 万蔵 ( のむら まんぞう 、 1930 年 ( 昭和 5 年 ) 1 月 10 日 - ) と は 和泉 流狂言 師 。 +-1 四十 八 願 ( し じゅう はち がん ) と は 、 法蔵 菩薩 が 仏 に 成 る ため の 修行 に 先立 っ て 立て た 4 8 の 願 の こと 。 +-1 近衛 府 ( この えふ ) は 令外 官 の ひと つ 。 +-1 舞鶴 市 郷土 資料 館 ( まいづる し きょうど しりょうかん ) は 、 京都 府 舞鶴 市 北田辺 の 舞鶴 市民 会館 の 2 階 に あ る 舞鶴 市 の 歴史 を 語 る 資料 館 。 +-1 平民 社 ( へい みんしゃ ) は 、 190 3 年 11 月 に 、 日露 戦争 を 開戦 し よ う と する 動き に 対 し て 非 戦 論 を 主張 し て い た 『 萬 朝報 』 が 、 社論 を 開戦 論 へ と 転換 し た とき に 、 非 戦論 を 訴え つづけ て い た 同紙 記者 の 幸徳 秋水 と 堺 利彦 ( 枯川 ) が 、 非 戦 論 の 主張 を 貫 く ため に 朝報 社 を 退社 し 、 あらた に 非 戦論 を 訴え 、 社会 主義 思想 の 宣伝 ・ 普及 を おこな う ため に 開業 し た 新聞 社 。 +-1 松花堂 弁当 ( しょう か どう べんとう ) は 、 中 に 十字 形 の 仕切り が あ り 、 縁 の 高 い かぶ せ 蓋 の あ る 弁当 箱 を 用い た 弁当 。 +-1 五 代 目 中村 富十郎 ( ご だい め なかむら とみじゅうろう 、 1929 年 ( 昭和 4 年 ) 6 月 4 日 - ) は 、 歌舞伎 役者 。 +1 マキノ 佐代子 ( まきの さよこ 、 1958 年 4 月 29 日 - 、 本名 は 牧野 左代子 ) は 東京 都 世田谷 区 出身 の 女優 で あ る 。 +1 近衛 尚通 ( この え ひさみ ち 、 文明 ( 日本 ) 4 年 10 月 12 日 ( 旧暦 ) ( 147 2 年 11 月 12 日 ) - 天文 ( 元号 ) 13 年 8 月 26 日 ( 旧暦 ) ( 1544 年 9 月 13 日 ) ) は 、 戦国 時代 ( 日本 ) の 公卿 、 関白 。 +-1 ウナギ ( 鰻 、 うなぎ ) は 、 ウナギ 目 ウナギ 科 Anguillidae に 属 する 魚 の 総称 。 +1 御船 千鶴子 ( みふね ちづこ 、 1886 年 7 月 17 日 - 19 11 年 1 月 19 日 、 24 歳 没 ) は 、 透視 ( 超 心理 学 ) 能力 を 持 つ 超 能力 者 と し て 福来 友吉 博士 に 紹介 さ れ た 女性 。 +-1 武家 執奏 ( ぶけ しっそう ) と は 、 武家 政権 で あ る 室町 幕府 と 公家 政権 で あ る 北朝 ( 日本 ) ( 朝廷 ) の 公武 関係 ( 朝幕 関係 ) に 関連 する 用語 で 次 の 2 つ の 意味 が あ る 。 +-1 中臣 氏 ( なか と みうじ ) は 、 古代 の 日本 に お い て 、 忌部 氏 と とも に 神事 ・ 祭祀 を つかさど っ た 中央 豪族 で 、 古く から 現在 の 京都 市 山科 区 中臣 町 付近 の 山階 を 拠点 と し て い た 。 +1 源信雅 ( みなもと の のぶまさ 、 承暦 3 年 ( 1079 年 ) - 保延 元年 ( 1135 年 ) ) は 、 平安 時代 末期 の 貴族 。 +-1 出品 酒 ( しゅっぴん しゅ ) と は 、 鑑評 会 など に 出品 さ れ る 目的 で 製造 さ れ る アルコール 飲料 で あ る 。 +-1 三門 ( さん もん ) と は 寺院 の 正面 に 配置 さ れ る 門 の こと 。 +-1 秘仏 ( ひぶつ ) と は 、 信仰 上 の 理由 に よ り 非 公開 と さ れ 、 厨子 など の 扉 が 閉じ られ た まま 祀 ら れ る 仏像 を 指 す 。 +1 顕子 女王 ( あきこ じょ おう 、 寛永 17 年 2 月 13 日 ( 旧暦 ) ( 1640 年 4 月 4 日 ) - 延宝 4 年 8 月 5 日 ( 旧暦 ) ( 167 6 年 9 月 12 日 ) ) は 、 江戸 幕府 第 4 代 将軍 ・ 徳川 家綱 の 正室 ( 御 台所 ) 。 +1 宝生 英照 ( ほうしょう ふさて る ) と は 、 シテ 方 宝生 流能 楽師 。 +1 源 是恒 ( みなもと の これ つね 、 生年 不詳 - 延喜 5 年 7 月 28 日 ( 旧暦 ) ( 90 5 年 8 月 31 日 ) ) は 、 平安 時代 前期 の 賜姓 皇族 。 +1 正親町 三条 公兄 ( おおぎまち さんじょうきんえ 、 明応 3 年 ( 1494 年 ) - 天正 6 年 1 月 20 日 ( 旧暦 ) ( 1578 年 2 月 26 日 ) ) は 、 室町 時代 後期 ( 戦国 時代 ( 日本 ) ) の 公卿 。 +1 小堀 正次 ( こぼり まさつぐ 、 1540 年 ( 天文 ( 元号 ) 9 年 ) - 160 4 年 4 月 29 日 ( 慶長 9 年 3 月 30 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 大名 。 +1 今川 泰範 ( いまがわ やすのり 、 1334 年 ( 建武 ( 日本 ) 元年 ) ? - 1409 年 11 月 3 日 ( 応永 16 年 9 月 26 日 ( 旧暦 ) ) ? ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 守護 大名 。 +1 宮川 信吉 ( みやがわ のぶきち 、 天保 14 年 ( 1843 年 ) - 慶応 3 年 12 月 7 日 ( 旧暦 ) ( 1868 年 1 月 1日 ) ) は 、 武蔵 国 多摩 郡 出身 の 新 選 組 隊士 。 +1 田中 大秀 ( たなか おお ひで 、 安永 6 年 8 月 15 日 ( 旧暦 ) ( 1777 年 9 月 16 日 ) - 弘化 4 年 9 月 16 日 ( 旧暦 ) ( 1847 年 10 月 24 日 ) ) は 、 江戸 時代 後期 の 日本 の 国学 者 。 +-1 花園 大学 歴史 博物 館 ( はなぞの だいがく れきし はくぶつ かん ) は 、 京都 市 中京 区 に あ る 花園 大学 が 2000 年 に 創設 し た 博物 館 ( 博物 館 相当 施設 ) 。 +-1 宇治川 の 戦い ( うじ がわ の たたか い ) は 、 平安 時代 末期 の 寿永 3 年 ( 1184 年 ) 1 月 に 源 義仲 と 鎌倉 の 源 頼朝 から 派遣 さ れ た 源 範頼 、 源 義経 と で 戦 わ れ た 合戦 。 +-1 大名 貸 ( だいみょう が し ) と は 、 大坂 ・ 京都 ・ 江戸 など の 有力 商人 に よ っ て 財政 窮乏 に 苦し む 大名 ( 藩 ) に 対 し て 行 わ れ る 金融 の こと 。 +-1 朝敵 ( ちょう てき ) と は 、 日本 に お い て 天皇 ( 皇統 ) に 仇 な す 者 を 意味 する 呼称 。 +1 大宝 天皇 ( たいほうてんのう 、 - 、 在位 - ) は 、 南朝 ( 日本 ) 正統 を 自称 し た 三浦 芳聖 に よ り 、 彼 の 祖先 と 主張 さ れ た 人物 。 +1 正親町 三条 公廉 ( おおぎまち さんじょうきん かど 、 慶安 2 年 3 月 17 日 ( 旧暦 ) ( 1649 年 4 月 28 日 ) ‐ 寛文 11 年 8 月 28 日 ( 旧暦 ) ( 16 7 1 年 9 月 30 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 三貴子 ( み はしら の うず のみこ ) と は 記紀 神話 で 黄泉 の 国 から 帰 っ て き た イザナギ が 黄泉 の 汚れ を 落と し た とき に 最後 に 生まれ 落ち た 三柱 の 神々 の こと で あ る 。 +1 土 御門 泰重 ( つちみかど やすし げ 、 天正 14 年 1 月 8 日 ( 旧暦 ) ( 1586 年 2 月 26 日 ) - 寛文 元年 8 月 19 日 ( 旧暦 ) ( 1661 年 9 月 12 日 ) ) は 、 江戸 時代 初期 の 公卿 ・ 陰陽 家 。 +-1 武断 政治 ( ぶ だんせいじ ) と は 、 武力 を 背景 に し て 行 わ れ る 専制 的 な 政治 の こと 。 +1 北条 泰時 ( ほうじょう や すとき ) は 、 鎌倉 時代 前期 の 武将 。 +-1 石部 宿場 の 里 ( いしべ しゅくば の さと ) は 滋賀 県 湖南 市 の 雨山 運動 公園 内 に あ る 石部 宿 の テーマ パーク 。 +1 近衛 基熙 ( このえ もとひろ 、 慶安 元年 3 月 6 日 ( 旧暦 ) ( 1648 年 4 月 28 日 ) - 享保 7 年 9 月 4 日 ( 旧暦 ) ( 1722 年 10 月 13 日 ) ) は 江戸 時代 前 ・ 中期 の 公家 、 関白 。 +-1 京都 劇場 ( きょうと げきじょう ) は 、 京都 府 京都 市 下京 区 に あ る 劇場 で あ る 。 +-1 八咫 鏡 ( やた の か がみ ) は 三 種 の 神器 の 一 つ で あ る 鏡 で あ る 。 +1 織田 信良 ( おだ のぶよし 、 1584 年 ( 天正 12 年 ) - 1626 年 7 月 10 日 ( 寛永 3 年 5 月 17 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 、 江戸 時代 の 武将 、 大名 。 +1 佐々木 秀義 ( ささき ひでよし ) は 、 平安 時代 末期 の 武将 。 +1 大炊 御門 宗実 ( おおい の みかど むねざね 、 興国 4 年 ・ 康永 2 年 ( 1343 年 ) - 応永 11 年 5 月 5 日 ( 旧暦 ) ( 140 4 年 6 月 12 日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 の 公卿 。 +1 伊地知 正治 ( いぢち まさはる 、 文政 11 年 6 月 10 日 ( 旧暦 ) ( 182 8 年 7 月 21 日 ) - 明治 19 年 ( 1886 年 ) 5 月 23 日 ) は 、 薩摩 藩 士 。 +1 久我 通明 ( こが みちあき 、 安永 9 年 1 月 16 日 ( 旧暦 ) ( 1780 年 2 月 20 日 ) - 安政 2 年 12 月 2 日 ( 旧暦 ) ( 1856 年 1 月 9 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +-1 若一 王子 ( にゃく いちおう じ ) は 、 神仏 習合 の 神 ( 神道 ) で あ る 。 +-1 外地 ( がいち ) と は 、 第 二 次 世界 大戦 終結 前 の 日本 ( 大 日本 帝国 ) に お い て 、 いわゆる 内地 以外 の 統治 区域 を い う 。 +-1 『 入出 二 門 偈 ( にゅうしゅつ に もんげ ) 』 と は 、 親鸞 が 著わ し た 偈頌 ( げじゅ ) で あ る 。 +1 甘露寺 経遠 ( かんろ じつね とう 、 天正 4 年 ( 1576 年 ) - 慶長 7 年 ( 160 2 年 ) ) は 、 安土 桃山 時代 の 公家 。 +1 源 親行 ( みなもと の ちかゆき 、 生没年 不詳 ) は 、 鎌倉 時代 前期 の 文人 政治 家 ・ 古典 学者 ・ 歌人 。 +-1 岩城 四十 八 館 ( いわき し じゅう はち たて ) は 、 岩城 氏 に よ っ て に お か れ た 四十 八 の 館 の 総称 。 +-1 書 の 三 聖 ( しょ の さんせい ) は 、 3 人 の 書道 の 名人 の こと 。 +-1 香道 ( こうどう ) と は 、 香り を 楽しみ 、 日常 を 離れ た 集中 と 静寂 の 世界 に 遊 ぶ こと を 目的 と し た 芸道 で 、 一定 の 作法 の もと に 香木 を 炷 ( た ) き 、 立ち上 る 香り を 鑑賞 する もの で あ る 。 +1 徽子 女王 ( きし ( よしこ ) じょおう 、 延長 ( 元号 ) 7 年 ( 929 年 ) - 寛和 元年 ( 98 5 年 ) ) は 平安 時代 中期 の 皇族 、 歌人 。 +-1 佐井 通 ( さい どおり ) は 京都 市 の 南北 の 通り 。 +-1 忠快 ( ちゅうかい 、 応保 2 年 ( 1162 年 ) - 嘉禄 3 年 3 月 16 日 ( 旧暦 ) ( 1227 年 4 月 3 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 天台 宗 の 僧 。 +1 月形 潔 ( つきがた きよし 、 1846 年 ( 弘化 3 年 ) - 1894 年 ( 明治 27 年 ) ) は 、 明治 時代 の 官僚 。 +-1 五 大 菩薩 ( ご だい ぼさつ ) は 、 仏教 の 信仰 ・ 造像 の 対象 で あ る 菩薩 ( 真理 を 探求 し 、 悟り を 開 く ため に 修行 中 の 者 ) の 組み合わせ の 1 つ で あ る 。 +1 皇太后 ( こうたいごう 、 ピンイン : HuangTaiHou ) は 、 先代 の 天皇 ・ 皇帝 の 皇后 また は その 人 の 称号 。 +-1 野槌 ( のづち ) は 、 日本 に 伝わ る 妖怪 。 +-1 大喜利 ( おおぎり 、 おおきり ) +-1 常暁 ( じょうぎょう 、 生年 不詳- 貞観_ ( 日本 ) 8 年 11 月 30 日 ( 旧暦 ) ( 867 年 1 月 9 日 ) ) は 、 平安 時代 前期 の 僧 。 +-1 木津川 ( きづ がわ ) は 、 三重 県 および 京都 府 を 流れ る 淀川 水系 の 支流 で 一 級 河川 。 +1 勧修 寺 経茂 ( かじゅうじつね しげ 、 永享 2 年 ( 1430 年 ) - 明応 9 年 5 月 21 日 ( 旧暦 ) ( 150 0 年 6 月 17 日 ) ) は 、 室町 時代 の 公家 ( 公卿 ) 。 +1 坂東 志賀 次 ( ばんどうし が じ ) は 、 日本 舞踊 に おけ る 五 大 流派 の 一 つ 、 坂東 流 志賀 次 派 の 名跡 。 +-1 長岡 京 市 ( ながおか きょうし ) は 、 京都 府 の 南西 に 位置 する 市 。 +-1 ステテコ と は 主に 男子 が 着用 する 、 裾 が 股 より 長 く 膝下 丈 まで あ る ズボン 下 で あ る 。 +-1 蔵人 ( く ろうど 、 藏人 ) は 日本 の 律令 制下 の 令外 官 の 一 つ 。 +-1 ちりめん ( 縮緬 、 クレープ 織 り 、 仏 : cr ê pe ) は 、 絹 を 平織り に し て 作 っ た 織物 。 +-1 かやぶき の 里 ・ 北村 は 、 京都 府 南丹 市 美山 町 北 ( 旧 北桑田 郡 美山 町 ( 京都 府 ) ) に あ る 集落 の こと 。 +1 平康 頼 ( たいら の やす より 、 久安 2 年 ( 1146 年 ) ? - 承久 2 年 ( 1220 年 ) ) は 、 平安 時代 の 貴族 。 +1 森山 栄之助 ( もりやま えいのすけ 、 また は 森山 多吉郎 、 文政 3 年 6 月 1日 ( 旧暦 ) ( 1820 年 7 月 10 日 ) - 明治 4 年 ( 18 71 年 ) ) は 、 江戸 時代 に 活躍 し た 日本 の 通詞 ( 通訳 ) 。 +-1 近江 八景 ( おうみ はっけい ) と は 、 日本 の 八景 の 一 つ で あ る 。 +1 甲斐 の 勇者 ( かい の ゆうしゃ ) は 、 天武 天皇 元年 ( 67 2 年 ) に 日本 で 起き た 壬申 の 乱 に 現れ る 騎兵 。 +1 戸田 忠昌 ( とだただまさ 、 寛永 9 年 ( 1632 年 ) - 元禄 12 年 9 月 10 日 ( 旧暦 ) ( 1699 年 10 月 2 日 ) ) は 、 江戸 時代 前期 の 大名 。 +-1 稲荷 塚 古墳 ( いなりづか こふん ) は 、 東京 都 多摩 市 百 草 に あ る 、 古墳 時代 後期 ( 7 世紀 前半 ) の 古墳 。 +-1 副 将軍 ( ふくしょうぐん ) は 、 日本 に お い て は 大将軍 或いは 将軍 の 次席 に 位 する 武官 の 職 で あ る 。 +1 坂上 浄野 ( さかの うえの きよの 、 延暦 11 年 ( 791 年 ) - 嘉祥 3 年 ( 850 年 ) ) は 、 坂上 田村 麻呂 の 三男 。 +-1 三 手掛( さん てがかり ) と は 、 江戸 時代 に 行 わ れ た 御 目見 以上 の 家格 を 持 つ 武士 及び その 妻子 ら に 対 する 刑事 裁判 の こと 。 +-1 立志 社 の 獄 ( りっし しゃ の ごく ) と は 、 1877 年 の 西南 戦争 に 乗 じ て 立志 社 ( 政治 団体 ) の 林 有造 や 大江 卓 が 元 老院 議 官 陸奥 宗光 ら と 共謀 し て 高知 県 に て 挙兵 を 企て た と さ れ る 事件 。 +1 沢 忠助 ( さわ ちゅうすけ 、 生没年 不明 ) は 、 新 選 組 隊士 。 +-1 寛文 印知 ( かんぶんいん ち ) と は 、 寛文 4 年 4 月 5 日 ( 旧暦 ) ( 1664 年 4 月 30 日 ) に 江戸 幕府 が 日本 全国 の 大名 に 対 し て 一斉 に 領知 判物 ・ 朱印状 ・ 領知 目録 を 交付 し た 。 +1 松平 輝高 ( まつだいら てる たか 、 享保 10 年 8 月 29 日 ( 旧暦 ) ( 1725 年 10 月 5 日 ) - 天明 元年 9 月 25 日 ( 旧暦 ) ( 1781 年 11 月 10 日 ) ) は 、 江戸 時代 の 上野 国 高崎 藩主 。 +1 小笠原 長育 ( おがさわら な が な り 、 安政 6 年 ( 1859 年 ) 11 月 - 明治 28 年 ( 1895 年 ) 1 月 ) は 、 明治 天皇 、 大正 天皇 の 東宮 侍従 で あ っ た 人物 。 +1 堀河 天皇 ( ほり かわ てんのう 、 承暦 3 年 7 月 9 日 ( 1079 年 8 月 8 日 ) - 嘉承 2 年 7 月 19 日 ( 1107 年 8 月 9 日 ) ) は 平安 時代 後期 の 第 73 代 天皇 ( 在位 1086 年 - 1107 年 ) 。 +1 岸島 芳太郎 ( きしじま よしたろう 、 生没年 不詳 ) は 、 会計 方 。 +-1 三 公 九 卿 ( さん こうきゅうけい ) と は 、 中国 の 秦漢 時代 の 行政 官職 の 総称 で あ る 。 +-1 公胤 ( こういん 、 久安 元年 ( 1145 年 ) - 建保 4 年 6 月 20 日 ( 旧暦 ) ( 1216 年 8 月 5 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 天台 宗 の 僧 ・ 歌人 。 +-1 与党 と な っ た 憲政党 の うち 、 旧 進歩 党 ( 日本 ) 系 の 大隈 を 首相 に 、 旧 自由 党 ( 日本 ) 系 の 板垣 退助 を 特に 内務 大臣 ( 日本 ) に 迎え て 組織 し た 。 +-1 定恵 ( じょうえ 、 皇極 天皇 2 年 ( 643 年 ) - 天智 天皇 4 年 12 月 23 日 ( 旧暦 ) ( 66 6 年 2 月 2 日 ) ) は 、 飛鳥 時代 の 学僧 。 +1 堀 秀治 ( ほり ひで はる 、 天正 4 年 ( 1576 年 ) - 慶長 11 年 5 月 26 日 ( 旧暦 ) ( 160 6 年 7 月 1日 ) ) は 安土 桃山 時代 ・ 江戸 時代 の 武将 ・ 大名 。 +1 治天 の 君 ( ちてん の きみ ) は 、 日本 の 古代 末期 から 中世 に お い て 、 天皇 家 の 家督 者 と し て 政務 の 実権 を 握 っ た 太上 天皇 又 は 天皇 を 指 す 用語 。 +1 九条 良平 ( くじょう よしひら 、 元暦 元年 4 月 19 日 ( 旧暦 ) ( 1184 年 5 月 30 日 ) - 延応 2 年 3 月 17 日 ( 旧暦 ) ( 12 40 年 4 月 10 日 ) ) は 、 鎌倉 時代 の 公卿 。 +1 六郷 政速 ( ろくごう まさちか 、 明和 元年 ( 1764 年 ) - 文化 ( 元号 ) 9 年 10 月 26 日 ( 旧暦 ) ( 1812 年 11 月 29 日 ) ) は 、 出羽 国本 荘 藩 の 第 7 代 藩 主 。 +-1 桂川 パーキング エリア ( かつら がわ パーキング エリア ) は 、 京都 府 京都 市 南 区 ( 京都 市 ) 久世 東 土川 町 の 名神 高速 道路 上 に あ る パーキング エリア 。 +1 藤本 鉄石 ( ふじもと てっせき 、 文化 ( 元号 ) 13 年 3 月 17 日 ( 旧暦 ) ( 1816 年 4 月 14 日 ) - 文久 3 年 9 月 25 日 ( 旧暦 ) ( 1863 年 11 月 6 日 ) ) は 幕末 の 志士 。 +-1 准如 ( じゅんにょ 、 1577 年 8 月 3 日 ( 天正 5 年 7 月 9 日 ( 旧暦 ) ) - 1631 年 1 月 2 日 ( 寛永 8 年 11 月 30 日 ( 旧暦 ) ) ) は 安土 桃山 時代 、 江戸 時代 の 人物 。 +-1 水蜘蛛 ( みずぐ も ) と は 、 忍者 が 用い る 道具 の 1 つ と し て 伝え られ る 、 堀 や 川 など 水上 を 渡 る 際 に 用い た と い う 忍び 道具 。 +1 清閑 寺 熙房 ( せいかんじ ひろふ さ 、 寛永 10 年 3 月 29 日 ( 旧暦 ) ( 1633 年 5 月 7 日 ) ‐ 貞享 3 年 10 月 10 日 ( 旧暦 ) ( 1686 年 11 月 25 日 ) ) は 、 江戸 時代 前期 の 公卿 、 廷臣 。 +1 飛鳥井 家 ( あすかいけ ) は 、 藤原 北家 藤原 師実 で あ る 難波 家 の 諸流 で あ る 。 +1 松平 信豪 ( まつだい ら のぶひで ) は 、 丹波 亀山 藩 の 第 6 代 藩 主 。 +-1 『 理趣 経 』 ( り しゅきょう ) は 、 「 金剛 頂経 」 の 第 6 会 に あた る 密教 の 経典 で あ る 。 +-1 四条 流 庖 丁道 ( しじょうりゅう ほう ちょうどう ) は 、 平安 時代 から 始ま る と 伝え られ る 日本 料理 の 流派 。 +1 藤原 保昌 ( ふじわら の やすまさ 、 天徳 ( 日本 ) 2 年 ( 958 年 ) - 長元 9 年 ( 10 36 年 ) ) は 、 平安 時代 中期 の 公家 。 +1 壱志 濃王 ( いちし の おう 、 天平 5 年 ( 733 年 ) - 延暦 24 年 11 月 12 日 _ ( 旧暦 ) ( 80 5 年 12 月 6 日 ) ) は 、 奈良 時代 後期 ・ 平安 時代 初期 の 皇族 。 +-1 箏曲 ( そうきょく ) は 、 箏 ( そう ) つまり 「 こと 」 の 音楽 。 +1 月 桂院 ( げつ けいいん 、 永禄 11 年 ( 1568 年 ) - 明暦 元年 ( 1655 年 ) ) は 、 小弓 公方 家 足利頼 淳 の 娘 。 +-1 道覚法 親王 ( どう かく ほっ しん の う 、 元久 元年 ( 120 4 年 ) - 建長 2 年 1 月 11 日 ( 旧暦 ) ( 1250 年 2 月 13 日 ) ) は 、 鎌倉 時代 前期 から 中期 に かけ て の 天台 宗 の 僧 。 +1 軽 大 娘 皇女 ( かるの おお いらつめ ) は 第 19 代 天皇 で あ っ た 允恭 天皇 の 皇女 で あ っ た 。 +-1 『 無量 寿経優 婆 提舎 願生 偈註 ( むりょう じゅきょう うば だいしゃ がん しょうげ ちゅう ) 』 と は 、 北魏 ( 中国 ) の 僧曇 鸞 が 撰述 し た 。 +1 正親町 三条 実 同 ( おおぎまち さんじょうさ ねと も 、 寛延 元年 9 月 3 日 ( 旧暦 ) ( 1748 年 9 月 25 日 ) ‐ 天明 5 年 1 月 15 日 ( 旧暦 ) ( 1785 年 2 月 23 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 西征 日記 ( せいせい にっき ) は 、 文禄 ・ 慶長 の 役 の 際 、 小西 行長 軍 に 従軍 し た 妙心 寺 の 外交 僧 天荊 の 陣中 日記 。 +-1 射詰 ( いづめ ) と は 、 弓道 の 個人 競技 に お い て 、 決勝 で 順位 を 決定 する 方法 。 +1 安勅 内 親王 ( あて な い しんのう 、 生年 不詳 - 斉衡 2 年 9 月 17 日 ( 旧暦 ) ( 855 年 10 月 31 日 ) ) は 、 平安 時代 初期 の 皇族 。 +1 『 将門 記 』 ( しょうもん き ) は 、 10 世紀 半ば に 東国 で おこ っ た 平将門 の 乱 の 顛末 を 描 い た 初期 軍記 物語 。 +1 一条 実雅 ( いちじょうさ ね まさ 、 建久 7 年 ( 1196 年 ) - 安貞 2 年 4 月 1日 _ ( 旧暦 ) ( 1228 年 5 月 6 日 ) ) は 、 鎌倉 時代 初期 の 公卿 。 +-1 槇島 城 ( まきしま じょう ) は 京都 府 宇治 市 槇島町 に かつて 存在 し た 城郭 。 +1 三条 公広 ( さんじょうきん ひろ 、 天正 5 年 ( 1577 年 ) ‐ 寛永 3 年 10 月 7 日 ( 旧暦 ) ( 1626 年 11 月 25 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 の 公卿 。 +-1 豊日別 ( とよひわけ 、 と よびわけ ) は 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +1 岩倉 具賢 ( いわくら と も かた 、 享和 2 年 ( 180 2 年 ) - 文政 元年 5 月 22 日 ( 旧暦 ) ( 1818 年 6 月 25 日 ) ) は 、 江戸 時代 後期 の 廷臣 。 +-1 宮津 県 ( みやづけん ) は 廃藩 置県 に よ り 18 71 年 ( 明治 4 年 ) に 設置 さ れ た 県 。 +-1 青標紙 ( あお びょうし ) と は 、 江戸 時代 後期 の 幕臣 ・ 国学 者 の 大野 広城 ( 権之丞 ・ 忍軒 ) が 著 し た 武家 故 実書 。 +1 文室 秋津 ( ふんや の あきつ 、 延暦 6 年 ( 787 年 ) - 承和 ( 日本 ) 13 年 3 月 27 日 ( 旧暦 ) ( 846 年 4 月 30 日 ) ) は 平安 時代 の 将軍 で 政治 家 。 +1 九 条 任子 ( くじょうにん し 、 承安 3 年 9 月 23 日 ( 1173 年 10 月 31 日 ) - 暦仁 元年 12 月 28 日 ( 1239 年 2 月 3 日 ) ) は 平安 時代 末期 から 鎌倉 時代 に かけ て の 后妃 、 女院 。 +-1 道 登 ( どうとう 、 生没年 不詳 ) は 、 飛鳥 時代 の 僧 。 +-1 ハヤアキツ ヒコ ・ ハヤアキツ ヒメ は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +-1 第 一 次 日韓 協約 ( だい いち じ にっかん きょうやく ) は 、 日露 戦争 中 の 190 4 年 ( 明治 37 年 ) 8 月 22 日 に 大 日本 帝国 と 大韓 帝国 ( 李 氏 朝鮮 ) が 締結 し た 協約 。 +1 外山 脩造 ( とやま しゅうぞう 、 1842 年 11 月 10 日 - 1916 年 1 月 13 日 ) は 、 新潟 県 長岡 市 ( 旧 栃尾 市 ) 出身 の 明治 期 の 実業 家 、 政治 家 。 +-1 国約 憲法 ( こくやく けんぽう ) と は 、 国民 代表 の 会議 に よ っ て 憲法 を 作成 し て 君主 ( 日本 の 場合 は 天皇 ) に 承認 さ せ る 手続 を 経 る 事 で 国民 と 君主 間 の 約束 事 と し て 位置 づけ られ た 憲法 の こと 。 +-1 槍 奉行 ( やりぶぎょう ) は 、 江戸 幕府 に 置 か れ た 役職 の ひと つ 。 +1 藤原 頼経 ( ふじわら の よりつね 、 建保 6 年 1 月 16 日 ( 旧暦 ) ( 1218 年 2 月 12 日 ) - 康元 元年 8 月 11 日 ( 旧暦 ) ( 1256 年 9 月 1日 ) ) は 、 鎌倉 幕府 4 代 征夷 大将軍 で あ る 。 +1 日野 宗子 ( ひ の むねこ 、 生年 不詳 - 文安 4 年 4 月 29 日 ( 旧暦 ) ( 1447 年 6 月 12 日 ) ) は 、 室町 幕府 第 6 代 征夷 大将軍 ・ 足利 義教 の 正室 ( 御 台所 ) 。 +1 大石 信清 ( おお いし のぶきよ 、 延宝 5 年 ( 1677 年 ) - 元禄 16 年 2 月 4 日 ( 旧暦 ) ( 170 3 年 3 月 20 日 ) ) は 赤穂 浪士 四十 七 士 の 一人 。 +1 明石 の 御方 ( あかし の おん かた ) は 紫式 部 の 物語 『 源氏 物語 』 に 登場 する 架空 の 人物 。 +-1 洋銀 ( ようぎん ) と は 、 幕末 から 明治 初期 に かけ て 日本 に 流入 し た 外国 製 の 銀貨 の こと 。 +1 尾上 左近 ( お の えさこん ) は 、 歌舞伎 役者 。 +1 五 条 局 ( ご じょう の つぼね 、 ? - 建久 4 年 5 月 13 日 ( 旧暦 ) ( 1193 年 6 月 13 日 ) ) は 、 平安 時代 後期 の 女房 ・ 歌人 。 +1 畠山 勇子 ( はたけやま ゆうこ 、 慶応 元年 ( 1865 年 ) 12 月 - 明治 24 年 ( 1891 年 ) 5 月 20 日 ) は 、 1891 年 の 大津 事件 で 日露 関係 が 緊張 し た 際 、 被害 者 の ロシア 皇太子 に 謝罪 の 遺書 を 残 し て 自殺 し た 女性 で あ る 。 +-1 私 軍 ( わたくし いくさ ・ 私戦 ( しせん ) ) と は 、 近世 以前 の 日本 に お い て 太政 官 符 や 宣旨 、 幕府 の 命令 など の 公的 命令 に よ ら ず し て 、 敵討 や 自力 救済 の ため に 行 わ れ る 小 規模 な 武力 行使 ・ 戦闘 行為 。 +1 一条 家房 ( いちじょう いえ ふさ 、 文永 7 年 ( 1270 年 ) - 没年 不詳 ) は 鎌倉 時代 の 公家 。 +1 佐々木 盛綱 ( ささき もりつな ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 武将 。 +1 井口 喜源 冶 ( いぐち きげん じ 、 明治 3 年 ( 1870 年 ) - 昭和 13 年 ( 1938 年 ) 7 月 21 日 ) は 、 長野 県 安曇野 市 出身 で 、 キリスト 教 精神 に 基づ く 私塾 「 研成 義塾 」 の 創設 者 で あ る 。 +-1 北山 杉 ( きたやま すぎ ) は 、 京都 市 北部 から 産 する スギ 。 +-1 賽銭 ( さいせん ) と は 、 神 ( 神道 ) や 仏 に 供え る 金銭 の こと で あ る 。 +1 菊亭 晴季 ( きくてい はるすえ 、 天文 ( 元号 ) 8 年 ( 1539 年 ) - 元和 ( 日本 ) 3 年 3 月 28 日 ( 旧暦 ) ( 161 7 年 5 月 3 日 ) ) は 、 安土 桃山 ・ 江戸 時代 前期 の 公卿 。 +1 細川 氏綱 ( ほそかわ うじつな 、 永正 11 年 ( 1514 年 ) - 永禄 6 年 12 月 20 日 ( 旧暦 ) ( 1564 年 1 月 4 日 ) ) は 戦国 時代 ( 日本 ) 前期 の 武将 で 室町 幕府 最後 の 管領 。 +-1 茵 ( しとね ) と は 座 っ たり 寝 たり する とき の 敷物 の 古風 な 呼称 。 +1 観阿弥 ( かんあみ / かんなみ 觀阿彌 陀仏   正慶 2 年 / 元弘 3 年 ( 1333 年 ) - 至徳 ( 日本 ) 元年 / 元中 元年 5 月 19 日 ( 旧暦 ) ( 1384 年 6 月 8 日 ) ) は 日本 の 南北朝 時代 ( 日本 ) から 室町 時代 に かけ て の 猿楽 師 。 +1 中院 通方 ( なかの いんみ ち かた 、 文治 5 年 ( 1189 年 ) - 暦仁 元年 12 月 28 日 ( 旧暦 ) ( 1239 年 2 月 3 日 ) ) は 、 鎌倉 時代 初期 の 公卿 、 故 実家 で 歌人 。 +1 池田 勝正 ( いけだ かつまさ 、 天文 ( 元号 ) 8 年 ( 1539 年 ) - 没年 不詳 ) は 戦国 時代 ( 日本 ) から 安土 桃山 時代 の 武将 ・ 大名 。 +1 朗詠 百 首 ( ろうえい ひゃく しゅ ) は 、 和漢朗詠集 等 の 詩句 を 題 と し 、 和歌 に 翻案 し た 定数 歌 。 +1 安藤 早太郎 ( あんどう は やたろう 、 文政 四 年 ( 182 1 年 ? ) - 元治 元年 7 月 22 日 ( 旧暦 ) ( 1864 年 8 月 23 日 ) ) は 新選 組 副 長助勤 。 +1 大炊 御門 家 嗣 ( おおい の みかど いえつぐ 、 建久 8 年 ( 1197 年 ) - 文永 8 年 7 月 8 日 ( 旧暦 ) ( 12 7 1 年 8 月 14 日 ) ) は 、 鎌倉 時代 中期 の 公卿 。 +-1 王政復古 ( おう せい ふ っこ , restoration ) は 、 かつて 君主 に よ っ て 統治 さ れ て い た 国家 に お い て 、 一 度 は クーデター や 内戦 など に よ っ て 廃止 さ れ た 君主 制 が 、 何 等 か の 理由 に よ っ て 復活 する こと で あ る 。 +1 四条 有資 ( しじょう ありすけ 、 生没年 不詳 ) は 、 南北朝 時代 ( 日本 ) の 吉野 朝廷 に 仕え た 公家 。 +1 河田 景与 ( かわたかげ と も 、 文政 11 年 10 月 18 日 ( 旧暦 ) ( 182 8 年 11 月 24 日 ) - 明治 30 年 ( 1897 年 ) 10 月 12 日 ) は 、 江戸 時代 末期 ( 幕末 ) から 明治 時代 に かけ て 活躍 し た 武士 、 政治 家 、 華族 。 +-1 『 大毘盧遮那 成仏 神変 加持 経 』 、 別名 『 毘盧 遮那 経 』 ( びる しゃなきょう ) 、 『 大日経 』 ( だいにち きょう ) は 、 7 - 8 世紀 頃 成立 し た と 考え られ て い る 密教 経典 で あ る 。 +-1 筆 ( ふで ) と は 、 軸 ( 竹筒 など の 細 い 棒 ) の 先端 に 毛 ( 繊維 の 束 ) を 付け た 道具 で あ り 、 筆記具 ・ 画材 など に 使 わ れ る 。 +-1 京都 賞 思想 ・ 芸術 部門 ( きょう と しょうしそう ・ げいじゅつ ぶもん ) は 、 京都 賞 の 一部門 で あ り 、 優れ た 業績 を 上げ た 芸術 家 や 思想 家 に 与え られ る 賞 で あ る 。 +-1 松永 氏 ( まつなが し ) は 大和 国 の 戦国 大名 で あ る 。 +-1 近代 以前 の 日本 に おけ る 教科 書 ( きんだい いぜん の にほん に おけ る きょうか しょ ) で は 、 明治 の 学校 制度 確立 以前 の 日本 の 教科 書 ( 学習 教材 ) の 歴史 に つ い て 解説 する 。 +-1 立憲 改進 党 ( りっけん かい しんとう ) は 明治 時代 の 自由 民権 運動 の 代表 的 政党 の 一 つ ( 18 82 年 4 月 16 日 - 18 96 年 3 月 1日 ) 。 +-1 毛利 氏 は 武家 の ひと つ 。 +-1 鏡 の 宿 ( かがみ の しゅく ) は 、 平安 時代 から 見え る 近江 国 蒲生 郡 鏡山 ( 滋賀 県 ) の 北 ( 現 滋賀 県 蒲生 郡 竜王 町 大字 鏡 ) に あ る 東山道 の 宿場 ( 宿駅 ) 。 +-1 野生 酵母 ( やせい こうぼ ) と は 、 もともと 空気 中 、 土壌 、 植物 を はじめ 自然 界 に 存在 し て い る すべて の 酵母 を 意味 する が 、 日本 酒 の 醸造 過程 に お い て は 目指 す 酒質 を 得 る ため の 酵母 以外 の すべて の 酵母 を 意味 する 。 +1 太田 時連 ( おおた ときつら 、 1269 年 ( 文永 6 年 ) - 1345 年 3 月 13 日 ( 興国 6 年 / 康永 4 年 2 月 9 日 ( 旧暦 ) ) ) は 鎌倉 幕府 後期 の 実務 官僚 。 +1 藤原 濱雄 ( ふじわら の はまお 、 生年 不詳 - 承和 ( 日本 ) 7 年 7 月 28 日 ( 旧暦 ) ( 840 年 9 月 1日 ) ) は 平安 時代 の 公家 。 +-1 破風 ( はふ ) は 、 切妻 造 や 入母 屋 造 など に でき る 、 妻側 の 三角 形 部分 の 造形 。 +1 今出川 誠季 ( いまで がわ の ぶすえ 、 正徳 ( 日本 ) 3 年 9 月 17 日 ( 旧暦 ) ( 1 71 3 年 11 月 4 日 ) - 延享 3 年 6 月 13 日 ( 旧暦 ) ( 1746 年 7 月 30 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 吉 弥 結び ( きちや むすび ) と は 江戸 時代 元禄 の ころ 流行 し た 帯和装 の 帯 の 結び 方 。 +1 続古 事 談 ( ぞく こじだん ) は 鎌倉 時代 初期 の 説話 集 。 +-1 薄皮 饅頭 ( うすかわ まんじゅう ) は 、 通常 の より 小ぶり の 茶饅頭 。 +1 安珍 ・ 清姫 伝説 ( あんちん きよ ひめ でんせつ ) は 紀伊国 に 伝わ る 伝説 で あ る 。 +1 『 枕草子 春 曙抄 』 ( まくら の そうし しゅん しょしょう ) は 、 江戸 時代 に 書 か れ た 『 枕草子 』 の 注釈 書 。 +1 吉良 貞家 ( きら さ だいえ 、 生没年 不詳 ) は 室町 時代 初期 の 武将 。 +1 大内 晴持 ( おお うち はる も ち 、 大永 4 年 ( 1524 年 ) - 天文 ( 元号 ) 12 年 5 月 7 日 ( 旧暦 ) ( 1543 年 6 月 9 日 ) ) は 周防 国 山口 ( 山口 県 ) の 戦国 大名 で あ る 大内 義隆 の 養嗣子 。 +1 三品 仲治 ( みしな ちゅうじ 、 生没年 不詳 ) は 、 新 選 組 隊士 。 +1 安倍 黒 麻呂 ( あべの くろまろ 、 生没年 不詳 ) は 、 奈良 時代 中期 の 官人 。 +1 宗碩 ( そうせき 、 文明 ( 日本 ) 6 年 ( 1474 年 ) - 天文 ( 元号 ) 2 年 4 月 24 日 ( 旧暦 ) ( 1533 年 5 月 18 日 ) ) は 、 戦国 時代 ( 日本 ) の 連歌 師 。 +-1 神明山 古墳 ( しん めい やま こふん ) は 、 京都 府 京丹後 市 に 所在 する 古墳 時代 前期 後半 の 前方 後 円墳 で あ る 。 +1 前田 茂勝 ( まえだ しげかつ ) ) は 、 江戸 時代 前期 の 大名 。 +1 藤原 武智 麻呂 ( ふじわら の むちまろ 、 天武 天皇 9 年 ( 680 年 ) - 天平 9 年 7 月 25 日 ( 旧暦 ) ( 73 7 年 8 月 29 日 ) ) は 、 飛鳥 時代 から 奈良 時代 前期 に かけ て の 貴族 ・ 政治 家 。 +-1 概要 +-1 青松葉 事件 ( あお まつ ば じけん ) と は 、 慶応 4 年 ( 1868 年 ) 1 月 20 日 から 25 日 に かけ て 発生 し た 尾張 藩 内 で の 佐幕 派 弾圧 事件 で あ る 。 +-1 ゲーム アーカイブ ・ プロジェクト ( GameArchive Project 、 略称 GAP ) は 、 京都 府 を 中心 に 1998 年 に 発足 し た 。 +1 藤間 勘右衛門 ( ふじま かんえもん ) は 、 藤間 流 勘右衛門 派 宗家 家元 の 名跡 。 +1 片岡 愛之助 ( かたおかあいのすけ ) は 、 歌舞伎 役者 。 +1 星野 味庵 ( ほしの みあん ) は 、 戦国 時代 会津 の 人 。 +-1 御 手印 遺告 ( ご ていん ゆいごう ) は 、 後宇多 天皇 が 1321 年 ( 元享 元年 ) に 大覚 寺 が 建立 さ れ る 経緯 、 大覚 寺 と 真言 密教 が 永 く 興隆 を する こと を 願 っ て 定め た 遺誡 21 ヶ条 を 記 し た 書 。 +-1 水無瀬 家 ( みなせけ ) は 、 藤原 北家 藤原 隆家 流 の 堂上 家 。 +-1 雲図 抄 ( うんず しょう ) は 、 平安 時代 後期 に 描 か れ た 儀式 書 。 +-1 大津 港 ( おおつ こう ) は 滋賀 県 に あ る 港湾 。 +1 甘露寺 規長 ( かんろじ のりなが 、 正徳 ( 日本 ) 3 年 6 月 23 日 ( 旧暦 ) ( 1 71 3 年 8 月 13 日 ) - 天明 3 年 12 月 22 日 ( 旧暦 ) ( 1784 年 1 月 14 日 ) ) は 、 江戸 時代 の 公卿 。 +1 加賀爪 勝之進 ( か がつめかつ の しん 、 生年 不詳 - 慶応 4 年 3 月 6 日 ( 旧暦 ) ( 1868 年 3 月 29 日 ) ) は 新選 組平 隊 士 。 +-1 黒田   正玄 ( くろだ   せいげん ) は 千家 十 職 の 一 つ で 、 竹 細工 ・ 柄杓 師 を 務め る 家 が 代々 襲名 し て い る 名称 。 +-1 野田川 駅 ( のだ がわ えき ) は 、 京都 府 与謝 郡 与謝野 町 字 下山田 小字 柿内 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 で あ る 。 +-1 関白 相論 ( かんぱく そうろん ) と は 、 天正 13 年 ( 1585 年 ) に 二条 昭実 と 近衛 信輔 の 間 で 発生 し た 関白 の 地位 を 巡 る いざこざ 。 +-1 名神 大社 ( みょう じん たいしゃ ) と は 、 古来 より 霊験 が 著し い と さ れ る 名神 を 祀 る 神社 で あ る 。 +1 豊臣 秀次 ( とよとみの ひでつぐ 、 とよとみ ひでつぐ ) / 羽柴 秀次 ( は しば ひでつぐ ) は 、 戦国 時代 ( 日本 ) ( 室町 時代 末期 ) から 天正 時代 の 武将 ・ 大名 ・ 関白 で あ る 。 +1 源 信明 ( みなもと の さねあきら 、 延喜 10 年 ( 910 年 ) - 天禄 元年 ( 970 年 ) ) は 、 平安 時代 中期 の 官人 ・ 歌人 。 +-1 長屋 ( ながや ) と は 集合 住宅 の 一 形態 で あ る 。 +1 石川 石足 ( いしかわ の いわた り 、 667 年 ( 天智 天皇 6 年 ) - 729 年 ( 天平 元年 ) ) は 飛鳥 時代 後期 から 奈良 時代 初期 の 貴族 。 +-1 海 住山 寺 ( かいじゅう せんじ ) は 、 京都 府 木津川 市 加茂 町 に あ る 真言 宗 智山 派 の 仏教 寺院 。 +1 藤原 通基 ( ふじわら の みちもと 、 寛治 4 年 ( 1090 年 ) - 久安 4 年 10 月 10 日 ( 旧暦 ) ( 1148 年 11 月 22 日 ) ) は 、 平安 時代 後期 の 貴族 。 +1 大木 喬任 ( おおき た かとう 、 天保 3 年 3 月 23 日 ( 旧暦 ) ( 1832 年 4 月 23 日 ) - 明治 32 年 ( 1899 年 ) 6 月 26 日 ) は 、 江戸 時代 後期 の 佐賀 藩 士 、 明治 時代 の 政治 家 。 +-1 山廃仕込み ( やまは いしこみ / - じこみ ) と は 、 単に 山廃 と も 称 さ れ 、 日本 酒生酛 系 ( きもとけい ) に 属 する 日本 酒 の 製法 の 一 つ 。 +1 日野 有光 ( ひ の ありみつ 、 元中 4 年 / 嘉慶 ( 日本 ) 元年 ( 1387 年 ) - 嘉吉 3 年 9 月 27 日 ( 旧暦 ) ( 1443 年 10 月 20 日 ) ) は 、 室町 時代 前期 の 公卿 。 +-1 千葉 国造 ( ち は の くに みやつこ ・ ち は こくぞう ) は 下総 国 中南部 を 支配 し た 国造 。 +1 佐久間 象山 ( さく ま しょ うざん ( ぞうざん ) 、 1811 年 3 月 22 日 ( 文化 ( 元号 ) 8 年 2 月 28 日 ) - 1864 年 8 月 12 日 ( 元治 元年 7 月 11 日 ) ) は 、 日本 の 武士 、 兵学 者 ・ 思想 家 。 +-1 括 り緒 の 袴 ( くくりお の はかま ) と は 裾 を 括 っ て 着用 する 袴 の 総称 。 +-1 古墨 ( こぼく ) と は 、 文房 四宝 に おけ る 墨 の 中 で 、 製造 さ れ て から 長 い 年月 を 経 て い る もの を い い 、 品質 の 良 い 墨 と さ れ て い る 。 +-1 神官 ( しんかん ) と は 、 国家 の 官吏 と し て 、 何 ら か の 神 に 仕え る 、 また は 神 を 祀 る 施設 に 奉職 する 者 の こと で あ る 。 +1 平知 度 ( たいらの とものり 、 生年 不詳 - 1183 年 6 月 2 日 ( 寿永 2 年 5 月 11 日 ( 旧暦 ) ) ) は 、 平安 時代 末期 の 武将 。 +1 別所 吉治 ( べっしょ よしはる 、 天正 7 年 ( 1579 年 ) - 承応 3 年 7 月 13 日 ( 旧暦 ) ( 1654 年 8 月 25 日 ) ) は 江戸 時代 の 大名 。 +1 桐壺帝 / 桐壺 院 ( きりつぼ てい ・ きりつぼ の みかど / きりつぼ いん ) は 、 『 源氏 物語 』 に 登場 する 一番 目 の 帝 ( 在位 「 桐壺 」 ~ 「 花宴 」 ) 。 +-1 久良岐 公園 ( くらき こうえん ) は 、 横浜 市 港南 区 と 磯子 区 に またが る 、 面積 約 23 万 m2 の 総合 公園 。 +-1 替地 ( かえち ) は 各々 の 領土 の 交換 で あ る 。 +-1 筥 陶司 ( きょとう し ) は 律令 制 に お い て 宮内 省 に 属 する 機関 の 一 つ で あ る 。 +1 近衛 基実 ( このえも とざね 、 康治 2 年 ( 1143 年 ) - 永 万 2 年 7 月 26 日 ( 旧暦 ) ( 116 6 年 8 月 23 日 ) ) は 平安 時代 末期 の 公卿 。 +1 牧野 忠 恭 ( まきの ただゆき ) は 、 江戸 時代 末期 の 大名 。 +1 長歌 ( ちょうか ) は 、 和歌 の 形式 の 一 つ 。 +-1 陽明学 ( ようめい がく ) と は 、 中国 の 明代 に 、 王 陽明 が おこ し た 儒教 の 一派 で 、 孟子 の 性善説 の 系譜 に 連な る 。 +1 中村 時蔵 ( なかむら とき ぞう ) は 、 歌舞伎 役者 の 名跡 。 +-1 弁官 ( べんかん 、 辨官 ) は 、 朝廷 の 最高 機関 、 太政 官 の 職 で あ る 左大弁 ( さ だいべん ) ・ 右 大 弁 ( うだいべん ) ・ 左中 弁 ( さちゅうべん ) ・ 右 中 弁 ( うちゅうべん ) ・ 左 少弁 ( さしょうべん ) ・ 右 少弁 ( うしょうべん ) の 総称 で あ る 。 +-1 牛丼 ( ぎゅうどん ) と は 、 牛肉 の バラ肉 や 切り落と し 肉 を コマ 切れ に し て 、 タマネギ と とも に 甘辛 く に こ ん だ 具材 を 丼 に も っ た 飯 の うえ に かけ た だけ の 庶民 料理 。 +-1 十 一 面 観音 ( じゅう いち めん かんの ん ) 、 サンスクリット エーカダシャ ・ ムカ ( ekadazamukha ) は 、 仏教 の 信仰 対象 で あ る 菩薩 の 一尊 。 +1 源 満国 ( みなもと の みつく に 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +1 光仁 天皇 ( こう にん てんのう 、 和銅 2 年 10 月 13 日 ( 旧暦 ) ( 709 年 11 月 18 日 ) - 天応 ( 日本 ) 元年 12 月 23 日 ( 旧暦 ) ( 78 2 年 1 月 11 日 ) ) は 、 第 49 代 天皇 ( 在位 : 宝亀 元年 10 月 1日 ( 旧暦 ) ( 770 年 10 月 23 日 ) - 天応 ( 日本 ) 元年 4 月 3 日 ( 旧暦 ) ( 78 1 年 4 月 30 日 ) ) 。 +1 久我 通兄 ( こが みちえ 、 宝永 6 年 11 月 4 日 ( 旧暦 ) ( 1709 年 12 月 4 日 ) - 宝暦 11 年 5 月 19 日 ( 旧暦 ) ( 1761 年 6 月 21 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 久美浜 県 ( くみはま け ん ) は 、 1868 年 ( 慶応 4 年 ) に 設置 さ れ た 県 。 +1 片桐 且元 ( かたぎり かつもと ) は 、 安土 桃山 時代 ・ 江戸 時代 の 大名 。 +-1 大和 ( やまと ) と は 、 古代 から 明治 初期 まで 、 現在 の 奈良 県域 を 指 す と とも に 、 日本 の 別名 で も あ る 。 +1 久我 通前 ( こが みちさき 、 天正 19 年 10 月 14 日 ( 旧暦 ) ( 1591 年 11 月 29 日 ) - 寛永 12 年 10 月 24 日 ( 旧暦 ) ( 1635 年 12 月 3 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 太秦 発聲 映畫 株式 會社 ( うずまさ はっせいえい が - 、 1933 年 設立 - 1936 年 製作 中止 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +1 冷泉 為 純 ( れいぜい ため ず み 、 享禄 3 年 ( 1530 年 ) - 天正 6 年 4 月 1日 ( 旧暦 ) ( 1578 年 5 月 7 日 ) ) は 、 戦国 時代 _ ( 日本 ) から 安土 桃山 時代 に かけ て の 公卿 、 武将 。 +-1 第 二 次 木津川口 の 戦い ( だい に じきづ が わぐち の たたか い ) は 、 天正 6 年 11 月 6 日 ( 旧暦 ) ( 1578 年 12 月 4 日 ) に 毛利 氏 と 織田 氏 と の 間 に 起こ っ た 海戦 で あ る 。 +1 蔵賀 ( ぞうが 、 延喜 17 年 ( 917 年 ) - 長保 5 年 6 月 9 日 ( 旧暦 ) ( 100 3 年 7 月 10 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +-1 移 ( い ) と は 、 律令 制 に おけ る 公文 書 の 様式 の 1 つ で 、 上下 関係 に な い 官司 間 に お い て 相互 に 授受 する 文書 で あ る 。 +-1 帯板 ( おび いた ) と は 、 帯 の 形 を 調え る ため に 使 う 小物 。 +-1 荘園 の 一覧 ( しょうえん の いちらん ) は 、 古代 ~ 中世 に かけ て 日本 全国 ( 北海道 は 除 く ) に 点在 し た 荘園 の 一覧 で あ る 。 +-1 社寺 局 ( しゃ じ きょく ) は 、 明治 政府 の 一局 で あ る 。 +-1 沿革 +-1 大学 +-1 袱紗 挟み ( ふくさばさみ ) また は 懐紙入れ ( かいしいれ ) と は 、 茶道 の 稽古 や 茶席 に お い て 必要 と な る 小物 を 一 まとめ に 入れ て 携帯 する 袋 の 総称 で あ る 。 +-1 回向 ( 廻向 、 えこう 、 pariNaama 、 〈 sanskrit 〉 ) 、 「 パリナーマ 」 と は 「 転回 する 」 「 変化 する 」 「 進 む 」 など の 意 、 その 漢訳 で あ る 「 回向 」 は 、 「 回 」 は 回転 ( えてん ) 、 「 向 」 は 趣向 ( しゅこう ) の 意 で 、 大乗 仏教 の 特徴 を な す 考え 方 で あ る 。 +1 宇津木 六 之丞 ( うつぎ ろく の じょう 、 文化 ( 元号 ) 6 年 ( 1809 年 ) - 文久 2 年 10 月 27 日 ( 旧暦 ) ( 1862 年 12 月 27 日 ) ) は 、 幕末期 の 彦根 藩 士 。 +-1 落慶 ( らっけい ) と は 、 寺社 など の 新築 、 また 修理 の 完成 を 祝 う こと で あ る 。 +-1 佐久 奈度 神社 ( さく など じんじゃ ) は 、 滋賀 県 大津 市 大石中町 に あ る 神社 で あ る 。 +-1 年料 別 貢 雑物 ( ねんりょう べっこう ぞう もつ ) と は 、 律令 制 に お い て 紙 ・ 筆 ・ ウマ 皮革 ・ 薬草 など の 雑物 を 現物 の 形 で 毎年 規定 量 を 令 制 国 より 中央 に 貢納 さ せ た 制度 。 +1 女 学 雑誌 ( じょ がく ざっし ) は 明治 時代 に 出版 さ れ た 女性 向け の 雑誌 。 +-1 神域 ( しんいき ) と は 、 神社 の 境内 また は 神 が 宿 る 場所 ( 依り 代 ) の こと 。 +1 脇坂 安 教 ( わきさか やすのり 、 宝暦 12 年 ( 1762 年 ) - 天明 元年 6 月 29 日 ( 旧暦 ) ( 1781 年 8 月 18 日 ) ) は 、 播磨 国 龍野 藩 の 世嗣 。 +-1 近藤 乾之助 ( こんどうけんのすけ 、 1928 年 ( 昭和 3 年 ) 4 月 18 日 - ) と は 、 シテ 方 宝生 流能 楽師 。 +-1 甲賀 二十 一 家 ( こう が にじゅう いっ け ) は 、 甲賀 五十 三 家 の 中 で も 六角 氏 より 感状 を 貰 う ほど 信頼 の 厚 かっ た 二十 一 家 を 指 し 、 後 の 甲賀 流 忍術 の 中心 と な っ た 家々 で あ る 。 +1 山縣 有朋 ( やまがた あり とも 、 天保 9 年 4 月 22 日 ( 旧暦 ) ( 1838 年 6 月 14 日 ) - 大正 11 年 ( 1922 年 ) 2 月 1日 は 、 日本 の 政治 家 、 軍人 。 +-1 高階 氏 ( たかし なし ) は 、 天武 天皇 の 長子 、 高市 皇子 を 祖 と する 氏族 。 +1 惟宗 忠康 ( これ むね の ただやす 、 生年 未詳 - 1179 年 ? ) 〔 橋口 右衛門 尉 〕 は 、 秦 氏 後裔 で 、 摂関家 ( 藤原 氏 ) に 仕え た 京侍 。 +-1 大和源 氏 ( やまと げんじ ) は 清和 源 氏 の 一流 で あ り 、 源 満仲 の 次男 の 源頼親 に 始ま る 。 +-1 一遍 ( いっぺん ) は 鎌倉 時代 中期 の 僧侶 。 +-1 平安 寺 ( へいあんじ ) は 、 京都 市 右京 区 に 所在 する 日蓮 正宗 の 寺院 。 +-1 左衛門 尉 ( さえもん の じょう ) と は 、 日本 の 律令 制下 の 官職 の ひと つ 。 +1 山岡 景猶 ( やまおかかげ なお ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 山田 洋次 ( やまだ ようじ 、 1931 年 9 月 13 日 - ) は 、 大阪 府 豊中 市 出身 の 映画 監督 、 脚本 家 、 日本 芸術 院 会員 。 +1 藤原 玄茂 ( ふじわら の はる も ち 、 生年 不詳 - 天慶 3 年 ( 940 年 ) ) は 、 平安 時代 中期 の 武将 。 +1 土 御門 晴親 ( つちみかど は れち か 、 天明 7 年 12 月 8 日 ( 旧暦 ) ( 1788 年 1 月 15 日 ) - 天保 13 年 6 月 28 日 ( 旧暦 ) ( 1842 年 8 月 4 日 ) は 江戸 時代 後期 の 公卿 。 +-1 覚快 法 親王 ( かく かい ほっ しん の う 、 長承 3 年 ( 1134 年 ) - 養和 元年 11 月 16 日 ( 旧暦 ) ( 1181 年 12 月 23 日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +1 上杉 朝定 ( うえすぎ と も さだ ) +-1 三味 線 ( しゃみせん ) は 、 日本 の 有棹 弦楽器 。 +1 近衛 稙 家 ( このえ た ねいえ 、 文亀 3 年 ( 150 3 年 ) - 永禄 9 年 7 月 10 日 ( 旧暦 ) ( 156 6 年 7 月 26 日 ) ) は 、 戦国 時代 ( 日本 ) の 公家 ・ 関白 。 +1 古高 俊太郎 ( ふるたか しゅんたろう 、 文政 12 年 ( 1829 年 ) - 元治 元年 7 月 20 日 ( 旧暦 ) ( 1864 年 8 月 21 日 ) は 、 攘夷 派 の 志士 の 一人 。 +1 蜻蛉 ( かげろう ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の 一 つ 。 +1 松本 惠雄 ( まつもと しげお 、 1915 年 ( 大正 4 年 ) 10 月 7 日 - 2003 年 ( 平成 15 年 ) 2 月 5 日 ) は 、 シテ 方 宝生 流 の 能楽師 。 +-1 内海 氏 ( うつみ し 、 うちうみ し 、 うちみ し 、 うちかいし ) と は 、 日本 の 姓 氏 の 1 つ 。 +-1 容真 御 流 ( ようしんご りゅう ) と は 、 櫻井 成龍齋 一 如 居士 を 開祖 と する 華道 流 派 。 +-1 柔術 ( じゅうじゅつ ) は 、 日本 古来 の 徒手 あるいは 短 い 武器 に よ る 攻防 の 技法 を 中心 と し た 武術 で あ る 。 +1 伊達 政宗 ( だて まさむね 、 1567 年 9 月 5 日 - 1636 年 6 月 27 日 ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 初穂 ( はつほ ) と は 、 日本 に お い て 秋 の イネ の 収獲 に 先立 っ て 神 ( 神道 ) に 献じ る 熟 し た 稲穂 の こと で あ る 。 +-1 舞妓 変身 ( まいこ へんしん ) と は 、 主に 京都 市 内 、 特に 祇園 周辺 で 、 舞妓 や 姿 に あこがれ る 観光 客 に 舞妓 や 芸妓 など の 着物 、 鬘 、 簪 など の 着付け を 施 し 、 その 変身 願望 を 満足 さ せ る ため の サービス 業 。 +-1 騎馬 隊 ( cavalry ) ( きばたい ) と は 、 兵士 が 馬 に またがり 刀剣 や 槍 、 銃 など で 武装 し た 兵士 たち を 集め て 戦闘 団 に し た もの 。 +-1 常如 ( じょうにょ   1641 年 ( 寛永 18 年 ) - 1694 年 6 月 14 日 ( 元禄 7 年 5 月 22 日 ) ) は 、 浄土 真宗 の 僧 で 、 東本願 寺 第 15 代 法主 。 +-1 芸道 論 ( げい どう ろん ) と は 、 平安 時代 から 江戸 時代 あたり まで の 和歌 、 能 、 華道 、 茶道 、 香道 、 武術 など の 道 を 究め る ため に 書 か れ た もの で あ る 。 +1 津田 宗及 ( つだ そう ぎゅう 、 生年 不詳 - 天正 19 年 4 月 20 日 ( 旧暦 ) ( 1591 年 6 月 11 日 ) ) は 、 安土 桃山 時代 の 堺 市 の 商人 、 茶道 。 +-1 すごろく ( 雙六 ・ 双 六 ) と は 、 サイコロ を 振 っ て 、 出 た 目 に 従 っ て 升目 に あ る 駒 を 進め て 上がり に 近づけ る ボード ゲーム 。 +-1 無宿 ( む しゅく ) は 、 江戸 時代 に お い て 、 現在 の 戸籍 台 帳 と 呼べ る 宗門 人 別 改帳 から 名前 を 外 さ れ た 者 の こと で あ る 。 +-1 御 招霊 ( お しょうれい 、 お しょうらい ) は 、 日本 の 盂蘭 盆 ( うらぼん ) の 年中 行事 の 一 つ 。 +1 松林 図 屏風 ( しょうりん ず びょうぶ ) は 、 長谷川 等伯 の 代表 作 で 、 6 曲 1 双 の 屏風 画 で あ る 。 +1 宮城 千 賀子 ( みやぎ ちかこ 、 1922 年 11 月 26 日 - 1996 年 8 月 7 日 ) は 、 日本 の 俳優 で あ る 。 +1 御毛 沼命 ( みけぬの みこと ) は 、 日本 神話 に 登場 する 日本 の 皇族 で あ る 。 +1 連歌 ( れんが ) は 日本 の 伝統 的 詩形 の ひと つ で 、 複数 の 人間 で 和歌 の 上句 と 下句 を 繋げ て い く もの で あ る 。 +-1 高国造 ( たかの く に みやつこ ・ たかこく ぞう ) は 常陸 国 北部 を 支配 し た 国造 。 +1 堀河 康胤 ( ほり かわ やすたね 、 天正 20 年 9 月 9 日 ( 旧暦 ) ( 1592 年 10 月 14 日 ) - 寛文 13 年 1 月 27 日 ( 旧暦 ) ( 167 3 年 3 月 15 日 ) ) は 、 江戸 時代 前期 の 公卿 ・ 堀河 家 の 祖 。 +1 一条 冬良 ( いちじょうふゆ よし 、 寛正 5 年 6 月 25 日 ( 旧暦 ) ( 1464 年 7 月 29 日 ) - 永正 11 年 3 月 27 日 ( 旧暦 ) ( 1514 年 4 月 21 日 ) ) は 戦国 時代 _ ( 日本 ) の 公卿 、 関白 。 +-1 大 日本 沿海 輿地 全 図 ( だい に ほん えん かい よち ぜん ず ) は 、 江戸 時代 後期 の 測量 家 伊能 忠敬 が 中心 と な っ て 作製 さ れ た 日本 全土 の 実測 地図 で あ る 。 +1 藤原 通基 ( ふじわら の みちもと 、 治安 _ ( 元号 ) 元年 ( 1021 年 ) - 長久 元年 12 月 8 日 _ ( 旧暦 ) ( 1041 年 1 月 13 日 ) ) は 、 平安 時代 中期 の 公卿 。 +-1 初午 ( はつうま ) は 、 2 月 の 最初 の 午 の 日 。 +1 後藤 象二郎 / 象次郎 ( ごとう しょう じろう 、 天保 9 年 3 月 19 日 ( 旧暦 ) ( 1838 年 4 月 13 日 ) - 明治 30 年 ( 1897 年 ) 8 月 4 日 ) は 、 日本 の 武士 ・ 土佐 藩 士 、 政治 家 。 +-1 四職 ( ししき / ししょく ) は 、 室町 時代 の 武家 の 家格 。 +-1 担 ( たん 、 元 の 用字 は 擔 ) は 、 中国 の 尺貫 法 ( 尺斤 法 。 市制 ( 単位 系 ) ・ 台 制 ) の 重量 ( 質量 ) の 物理 単位 で あ る 。 +-1 日蓮 本 宗 ( にちれん ほんしゅう ) は 、 日蓮 を 宗祖 と し 、 富士 門流 の 日尊 を 派祖 と する 、 日蓮 門 下 の 一派 で あ る 。 +-1 鬼室 神社 ( きしつ じんじゃ ) と は 、 滋賀 県 蒲生 郡 日野 町 ( 滋賀 県 ) に あ る 神社 で あ る 。 +-1 木津 温泉 駅 ( きつ おんせん えき ) は 、 京都 府 京丹後 市 網野 町 木津 に あ る 、 北 近畿 タンゴ 鉄道 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +1 豊国 ( と よく に 、 生没年 不詳 ) は 、 6 世紀 ごろ の 僧 。 +-1 東京 奠都 ( とうきょうてん と ) は 、 明治 維新 の とき 江戸 が 東京 と さ れ た こと 。 +1 御物 +-1 中 先代 の 乱 ( なかせん だい の らん ) は 、 1335 年 ( 建武 ( 日本 ) 2 年 ) 7 月 ( 旧暦 ) 、 北条 高 時 ( 鎌倉 幕府 第 14 代 執権 ) の 遺児 北条 時行 が 、 信濃 国 の 諏訪 頼重 ( 南北朝 時代 ) ら に 擁立 さ れ 、 鎌倉 幕府 復興 の ため 挙兵 し た 反乱 。 +-1 幕府 ( ばくふ ) は 、 武家 政治 の 政庁 や 武家 政権 その もの を 指 す ( 平 氏 政権 ・ 織豊 政権 など の 例外 は あ る ) 。 +-1 嵐山 高雄 パーク ウェイ ( あらしやまたかお パーク ウェイ ) は 、 阪急 阪神 ホールディングス グループ の 西山 ドライブ ウエイ 株式 会社 が 経営 する 一般 自動 車 道 。 +-1 京奈和 自動 車 道 ( けい なわ じどう しゃどう 、 英称 KEINAWAEXPRESSWAY ) は 、 京都 府 京都 市 を 起点 と し 、 奈良 県 を 北 から 西 に 抜け て 和歌山 県 和歌山 市 に 至 る 延長 約 120 キロメートル の 国土 交通 大臣 指定 に 基づ く 高規格 幹線 道路 ( 一般 国道 の 自動 車 専用 道路 ) 。 +-1 越訴 方 ( おっそ かた ) と は 、 鎌倉 幕府 ・ 室町 幕府 に おけ る 訴訟 機関 。 +-1 小 学校 令 ( しょう がっこう れい ) は 、 日本 の 近代 の 初等 教育 制度 を 定め て い た 勅令 ( 命令 ) で あ る 。 +1 福澤 桃介 ( ふくざわ も もすけ 、 1868 年 6 月 25 日 - 1938 年 2 月 15 日 ) は 、 日本 の 実業 家 、 政治 家 。 +-1 土師 器 ( はじき ) と は 、 弥生 式 土器 の 流れ を 汲 み 、 古墳 時代 ~ 奈良 時代 ・ 平安 時代 まで 生産 さ れ 、 中世 ・ 近世 の かわらけ に 取 っ て 代わ ら れ る まで 生産 さ れ た 素焼き の 土器 で あ る 。 +-1 法然 寺 ( ほうねんじ ) は 京都 府 京都 市 右京 区 嵯峨 天竜 寺 立石町 に あ る 、 浄土 宗 の 寺院 で あ る 。 +-1 紫衣 事件 ( しえ じけん ) と は 、 江戸 時代 初期 に おけ る 、 江戸 幕府 の 朝廷 に 対 する 圧迫 と 統制 を 示 す 朝幕 間 の 対立 事件 で あ る 。 +1 岡 部 長 泰 ( おかべ ながやす 、 慶安 3 年 4 月 8 日 ( 旧暦 ) ( 1650 年 5 月 8 日 ) - 享保 9 年 7 月 18 日 ( 旧暦 ) ( 1724 年 9 月 5 日 ) ) は 、 和泉 国 岸和田 藩 の 第 3 代 藩 主 。 +1 森 常吉 ( もりつねきち 、 文政 9 年 6 月 12 日 ( 旧暦 ) ( 1826 年 7 月 16 日 ) - 明治 2 年 11 月 13 日 ( 旧暦 ) ( 1869 年 12 月 15 日 ) ) は 、 幕末 の 桑名 藩 士 。 +1 御 間城姫 ( みまき ひめ 、 生没年 不詳 ) は 崇神 天皇 の 皇后 。 +-1 葛木 坐 火雷 神社 ( かつら き い ま す ほ の いかづち じんじゃ ) は 、 奈良 県 葛城 市 笛吹 ( 旧 新庄 町 笛吹 ) に あ る 神社 で あ る 。 +-1 主 鷹司 ( しゅよう し ) は 律令 制 に お い て 兵部 省 に 属 し た 機関 。 +-1 八条 上杉家 ( はちじょう うえすぎ け ) は 、 上杉 氏 の 諸家 の ひと つ 。 +-1 奈良 流 ( なら りゅう ) と は 、 日本 酒 の 製法 に 関 する 流派 の 一 つ 。 +-1 深泥池 ( みどろ が いけ 、 みぞろが いけ ) は 、 京都 府 京都 市 左京 区 に あ る 池 で あ る 。 +-1 九品 寺 ( く ほんじ ) は 、 京都 市 南 区 ( 京都 市 ) 東 九 条 に あ る 浄土 宗 の 寺院 。 +1 細川 頼元 ( ほそかわ より も と 、 興国 4 年 / 康永 2 年 ( 1343 年 ) - 応永 4 年 5 月 7 日 ( 旧暦 ) ( 1397 年 6 月 2 日 ) ) は 、 室町 時代 の 幕府 管領 。 +-1 薬師寺 ( やくしじ ) は 、 奈良 県 奈良 市 西ノ京町 に 所在 する 寺院 で あ り 、 興福 寺 と とも に 法 相 宗 の 大 本山 で あ る 。 +-1 長沼 事件 ( ながぬま じけん ) と は 印旛 県 長沼 村 ( 現 ・ 千葉 県 成田 市 長沼 ) で 起き た 、 長沼 の 利権 を 巡 る 長沼 下戻 係争 の 事 で あ る 。 +-1 諸 大夫 ( しょだいぶ ) は 日本 の 古代 から 中世 、 近世 に かけ て の 官人 の 階層 の 名称 。 +1 平経盛 ( たいら の つねもり 、 天治 元年 ( 1124 年 ) - 文治 元年 3 月 24 日 ( 旧暦 ) ( 1185 年 4 月 25 日 ) ) は 、 平安 時代 末期 の 武将 。 +1 藤原 良頼 ( ふじわら の よしより 、 長保 4 年 ( 100 2 年 ) - 永承 3 年 6 月 4 日 ( 旧暦 ) ( 1048 年 7 月 17 日 ) ) は 、 平安 時代 中期 の 公卿 。 +-1 耳成山 ( みみな し やま ) は 、 奈良 県 橿原 市 に あ る 山 。 +-1 飛鳥 京 ( あすか きょう 、 あすか の みやこ ) は 現在 の 奈良 県 高市 郡 明日香 村 一帯 に あ っ た と 想定 さ れ る 古代 都市 の 、 主に 飛鳥 時代 の もの を 指 し 示 す 名称 。 +-1 富小路通 ( とみの こうじ どおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +1 藤原 玄明 ( ふじわら の はるあき 、 生年 不詳 - 天慶 3 年 ( 940 年 ) ) は 、 平安 時代 中期 の 豪族 。 +-1 名所 江戸 百 景 ( めいしょえど ひゃっ けい ) と は 、 浮世 絵 師 の 歌川 広重 が 安政 3 年 ( 1856 年 ) から 同 5 年 ( 1858 年 ) に かけ て 制作 し た 連作 浮世絵 で あ る 。 +1 常盤井 宮 滿仁親王 ( ときわい のみや みつひ と しんの う 、 文和 3 年 / 正平 9 年 ( 1354 年 ) - 応永 33 年 10 月 8 日 ( 142 6 年 11 月 7 日 ) ) は 室町 時代 前期 の 皇族 。 +1 小曽根 星海 ( こそね せいかい 、 嘉永 4 年 5 月 ( 1851 年 ) - 明治 37 年 ( 190 4 年 ) 6 月 5 日 ) は 、 明治 時代 の 実業 家 ・ 書家 ・ 篆刻 家 で あ る 。 +-1 かまど 神 ( かまどがみ ) は かまど や 囲炉 裏 など の 火 を 使 う 場所 に 祀 ら れ る 神 。 +-1 東勝 寺 合戦 ( とうしょうじ がっせん ) は 、 鎌倉 時代 末期 の 1333 年 ( 元弘 3 年 、 正慶 2 年 ) に 相模 国 鎌倉 ( 現在 の 鎌倉 市 ) で 行 わ れ た 戦い 。 +1 源氏 物語古 系 図 ( げんじ ものがたり こけいず ) と は 、 『 源氏 物語 』 の 登場 人物 を 実在 の 人物 と 同様 に 系 図 の 形式 で 書き 表 し た 源氏 物語 系 図 ( げんじ ものがたり けいず ) の うち 、 三条 西 実隆 が 整え た と さ れ る もの 以前 の もの を い う 。 +1 平良 門 ( たいら の よしかど 、 生没 年 未詳 ) は 、 平安 時代 中期 の 伝説 上 の 武将 、 もしくは 妖怪 。 +1 松平定勝 ( まつだいら さだかつ 、 15 60 年 ( 永禄 3 年 ) - 1624 年 5 月 1日 ( 寛永 元年 3 月 14 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 武将 、 江戸 時代 初期 の 大名 。 +1 源 頼子 ( みなもと の より こ / らいし ) は 、 下記 の とおり で あ る 。 +-1 人 の 名前 に 使 わ れ る 漢字 の 通常 の 音読み ・ 訓読 み 以外 の 読 み 方 。 +1 藤原 兼長 ( ふじわら の かねな が 、 保延 4 年 ( 1138 年 ) - 保元 3 年 ( 1158 年 ) 正月 ) は 平安 時代 末期 の 宮廷 政治 家 。 +1 済子 女王 ( なりこ / せい しじょおう 、 生没年 不詳 ) は 、 平安 時代 中期 の 皇族 。 +-1 倭 ( わ 、 やまと ) は 、 紀元 前 から 中国 各 王朝 が 日本 列島 を 中心 と する 地域 および その 住人 を 指 す 際 に 用い た 呼称 で あ る 。 +1 中条 詮 秀 ( ちゅうじょう あきひ で 、 貞和 4 年 / 正平 ( 日本 ) 3 年 ( 1348 年 ) - 永享 4 年 11 月 7 日 ( 旧暦 ) ( 1432 年 11 月 29 日 ) ) は 室町 時代 前期 の 武将 。 +1 片切景重 ( かたぎり かげ しげ 、 生年 不詳 - 平治 元年 12 月 27 日 ( 旧暦 ) ( 11 60 年 2 月 6 日 ) ) は 、 平安 時代 末期 の 武将 。 +-1 一 君 万民論 ( いっ くん ばん みんろん ) は ただ 一人 の 君主 に のみ 生来 の 権威 ・ 権限 を 認め 、 その 他 の 臣下 ・ 人民 の 間 に は 原則 と し て 一切 の 差別 ・ 身分 差 を 認め な い と する 思想 ・ 主張 で あ る 。 +-1 上北山 温泉 ( かみき たやま おんせん ) は 、 奈良 県 吉野 郡 上北山村 ( 旧国 大 和国 ) に あ る 温泉 。 +-1 唯善 ( ゆいぜん 、 建長 5 年 ( 1253 年 ) - 文保 元年 2 月 2 日 ( 旧暦 ) ( 1317 年 3 月 15 日 ) ) は 、 鎌倉 時代 後期 の 浄土 真宗 の 僧 。 +-1 新家 ( しんけ ) +-1 冷や し 飴 ( ひやしあめ ) また は 飴湯 ( あめゆ ) と は 、 麦芽 水飴 を 湯 で 溶 い て 、 風味 や 香り を 付け る ため に ショウガ の 搾 り 汁 また は おろし 生姜 を 加え た 、 日本 の 伝統 的 な 甘味 飲料 の 一 つ 。 +-1 北山 駅 ( きたやま えき ) +-1 実語 教 ( じつ ご きょう ) は 、 平安 時代 末期 から 明治 初期 に かけ て 普及 し て い た 庶民 の ため の 教訓 を 中心 と し た 初等 教科 書 で あ る 。 +1 隆弁 ( りゅうべん 、 承元 2 年 ( 120 8 年 ) - 弘安 6 年 8 月 15 日 ( 旧暦 ) ( 1283 年 9 月 7 日 ) ) は 、 鎌倉 時代 中期 の 天台 宗 寺門 派 の 僧侶 ・ 歌人 。 +-1 法泉寺 ( ほうせんじ ) は 、 京都 府 京田辺 市 に あ る 真言 宗 智山 派 の 寺院 。 +-1 高松塚 古墳 ( たかま つづ か こふん ) は 、 奈良 県 高市 郡 明日香 村 ( 国営 飛鳥 歴史 公園 内 ) に 存在 する 古墳 。 +1 宗像 氏 実 ( むなかた う じ さね 、 生没年 不詳 ) は 、 平安 時代 末期 の 宗像 大社 の 第 25 代 ・ 第 28 代 ・ 第 30 代 ・ 第 32 代 ・ 第 35 代 宮司 で あ る 。 +1 東郷 家平 ( とうごう いえ ひら 、 生年 不詳 - 治承 3 年 2 月 22 日 ( 旧暦 ) ( 1179 年 3 月 31 日 ) ) は 平安 時代 末期 、 伯耆 国 の 武士 で 原田 氏 の 一族 。 +1 佐伯 惟定 ( さえき これ さだ 、 永禄 12 年 ( 1569 年 ) - 元和 ( 日本 ) 4 年 6 月 9 日 ( 旧暦 ) ( 1618 年 7 月 30 日 ) ) は 佐伯 惟教 の 嫡孫 。 +1 九条 師 教 ( くじょう もろの り 、 文永 10 年 5 月 27 日 ( 旧暦 ) ( 1273 年 6 月 13 日 ) - 元応 2 年 6 月 7 日 ( 旧暦 ) ( 1320 年 7 月 13 日 ) ) は 鎌倉 時代 の 公卿 。 +1 品川 弥二郎 ( しながわ やじろう 、 天保 14 年 9 月 29 日 ( 旧暦 ) ( 1843 年 11 月 20 日 ) - 明治 33 年 ( 190 0 年 ) 2 月 26 日 ) は 、 日本 の 武士 ( 長州 藩士 ) 、 政治 家 。 +1 誠仁 親王 ( さねひと しんのう 、 155 2 年 5 月 16 日 ( 天文 21 年 4 月 23 日 ) - 158 6 年 9 月 7 日 ( 天正 14 年 7 月 24 日 ) ) は 、 安土 桃山 時代 の 皇族 。 +-1 岩倉 使節 団 ( いわくら しせつ だん ) と は 明治 4 年 11 月 12 日 ( 旧暦 ) ( 18 71 年 12 月 23 日 ) から 明治 6 年 ( 1873 年 ) 9 月 13 日 まで 、 日本 から アメリカ 合衆 国 、 ヨーロッパ 諸国 に 派遣 さ れ た 使節 団 で あ る 。 +-1 和泉 流 ( いずみ - りゅう ) は 狂言 の 流儀 の 一 。 +-1 埴輪 ( はにわ ) と は 、 日本 の 古墳 時代 に 特有 の 素焼 の 焼き物 。 +1 昭平 親王 ( あきひら しんの う 、 天暦 8 年 ( 954 年 ) - 長和 2 年 6 月 28 日 _ ( 1013 年 8 月 7 日 ) ) は 、 平安 時代 の 皇族 。 +1 今出川 実尹 ( いまで がわ さね ただ 、 正和 5 年 ( 1316 年 ) ‐ 康永 元年 8 月 21 日 ( 旧暦 ) ( 1342 年 9 月 21 日 ) ) は 、 鎌倉 時代 ・ 建武 新 政期 の 公卿 。 +-1 大宮 通 ( おおみや どおり ) は 、 京都 市 の 主要 な 南北 の 通り の 一 つ 。 +-1 京都 市 平安 京 創生 館 ( きょう と し へい あんきょうそう せいかん ) は 京都 市 中京 区 に あ る 博物 館 施設 で 、 京都 市 生涯 学習 総合 センター ( 京都 アスニー ) 1 階 に 所在 。 +1 朽木 綱紀 ( く つき つなのり 、 文化 ( 元 号 ) 4 年 12 月 12 日 ( 旧暦 ) ( 180 8 年 1 月 9 日 ) - 文政 8 年 9 月 4 日 ( 旧暦 ) ( 182 5 年 10 月 15 日 ) ) は 、 丹波 国 福知 山 藩 の 世嗣 。 +1 三 枡 大五郎 ( み ます だい ごろう ) は 歌舞伎 の 名跡 の 一 つ 。 +1 蘇我 蝦夷 ( そが の えみし ) は 、 飛鳥 時代 に 大臣 ( おおおみ ) と な り 中大 兄 皇子 ( 後 の 天智 天皇 ) ・ 藤原 鎌足 ・ 蘇我 倉山田 石川 麻呂 ら の いわゆる 乙巳 の 変 で 自殺 し た 政治 家 、 貴族 。 +1 難波 三綱 ( なにわ の みつな 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 團菊爺 ( だんぎくじじい ) ・ 菊吉 爺 ( きく き ちじじい ) は 、 歌舞伎 の 好劇 家 間 で 用い られ る 俗語 ・ 隠語 の 一種 。 +-1 笠縫邑 ( か さ ぬい むら 、 かさ ぬい の むら ) と は 、 崇神 天皇 6 年 に 、 宮中 に 奉祀 し て い た 天照 大神 を 移 し 、 豊鍬 入 姫命 に 託 し て 祀 ら せ た 場所 。 +-1 権 現造 ( ごんげん づくり ) は 、 日本 の 神社 建築 様式 の 1 つ で あ る 。 +1 五 世 梅 若 吉之丞 ( ごせい うめわか きち の じょう ) と は 、 シテ 方 観世 流能 楽師 。 +-1 源 氏名 ( げんじな ) と は 、 源氏 物語 に ちな ん で 付け られ た 名前 の こと 。 +1 類聚 三 代格 ( るいじゅ さん だい きゃく ) は 、 平安 時代 ( 恐らく 11 世紀 ) に 書 か れ た 法令 集 。 +1 命名 の 儀 ( めいめい の ぎ ) と は 生後 7 日 ( 御 七 夜 ) を 迎え た 皇族 に 命名 する 儀式 で あ る 。 +1 本多 俊次 ( ほん だ としつぐ ) は 、 近江 膳所 藩 の 第 2 代 藩 主 。 +-1 北 近畿 ( きたきんき ) と は 、 西 日本 旅客 鉄道 が 新 大阪 駅 ~ 福知 山 駅 ・ 豊岡 駅 ( 兵庫 県 ) ・ 城崎 温泉 駅間 を 福知 山 線 ( JR 宝塚 線 ) ・ 山 陰 本線 経由 で 運行 する エル 特急 の 名称 で あ る 。 +1 伊東 祐亨 ( いとうすけゆき 、 天保 14 年 5 月 12 日 ( 旧暦 ) ( 1843 年 6 月 9 日 ) - 1 月 16 日 ) は 、 日本 の 武士 、 大 日本 帝国 海軍 軍人 、 華族 。 +-1 本項 京都 市 中京 区 の 町名 ( きょう と し なか ぎょう く の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +-1 鎮守 の 森 ( ちんじゅ の もり ) と は 、 日本 に お い て 、 神社 に 付随 し て 参道 や 拝所 を 囲 む よう に 設定 ・ 維持 さ れ て い る 森林 で あ る 。 +1 丹羽 正伯 ( にわ しょうは く 、 元禄 4 年 ( 1691 年 ) - 宝暦 6 年 4 月 14 日 ( 旧暦 ) ( 1756 年 5 月 12 日 ) ) は 、 江戸 中期 を 代表 する 本草 学者 で あ る 。 +-1 上表文 ( じょうひょうぶん ) と は 、 君主 に 文書 を 奉 る こと 、 また その 文書 を い う 。 +1 持明院 統 ( じみょう いん とう ) と は 、 鎌倉 時代 後期 から 南北朝 時代 に かけ て 皇位 に 即 い た 日本 の 皇室 の 系統 で 、 第 88 代 後 嵯峨 天皇 の 子 で あ る 第 89 代 後 深草 天皇 の 子孫 で あ る 。 +1 誠拙 周樗 ( せいせつ しゅうちょ 、 延享 2 年 ( 1745 年 ) - 文政 3 年 6 月 28 日 ( 旧暦 ) ( 1820 年 8 月 6 日 ) ) 江戸 時代 中期 から 後期 に かけ て の 臨済 宗 の 僧 ・ 歌人 。 +1 堀 頼重 ( ほり より しげ 、 生没年 不詳 ) は 、 平安 時代 末期 の 武士 。 +-1 薬師 如来 ( やく し にょらい ) 、 サンスクリット バイシャジヤ ・ グル ( bhaiSajya - guru ) は 、 大乗 仏教 に おけ る 如来 の 一尊 。 +-1 細工所 ( さいくしょ / さいく どころ ) と は 、 中世 権 門 が 恒常 的 あるいは 臨時 に 設置 し た 手工業 の ため の 機関 及び 工房 の こと 。 +-1 私 の しごと 館 ( わたし の しごと かん ) は 、 若者 を 対象 に 職業 体験 の 機会 、 職業 情報 、 職業 相談 等 を 提供 する 施設 で あ る 。 +-1 飛鳥 京跡 ( あすか きょう あと ) は 奈良 県 高市 郡 明日香 村岡 に あ る 飛鳥 時代 の 遺跡 。 +-1 大屋 都 比 賣神 ( おおやつ ひめ ) 、 及び 大屋 津 姫命 は 、 日本 神話 に 登場 する 樹木 の 女神 。 +-1 松本 明慶 ( まつもと みょうけい , 1945 年 ( 昭和 20 年 ) - ) は 、 現代 日本 の 仏師 で あ り 、 慶派 に 属 する と さ れ る 。 +1 日野 俊光 ( ひ の としみつ 、 文応 元年 ( 12 60 年 ) - 嘉暦 元年 5 月 15 日 ( 旧暦 ) ( 1326 年 ) ) は 、 鎌倉 時代 の 公卿 。 +1 永光 院 ( えいこういん 、 寛永 元年 ( 1624 年 ) - 正徳 ( 日本 ) 元年 10 月 11 日 ( 旧暦 ) ( 1 71 1 年 11 月 20 日 ) は 、 江戸 時代 の 女性 、 江戸 幕府 3 代 征夷 大将軍 徳川 家光 の 側室 で あ る 。 +1 別本 ( べっぽん ) +-1 みぞれ鍋 は 鍋 料理 の 一種 。 +1 谷 塩手 ( たにの しお て 、 天武 天皇 元年 7 月 23 日 ( 旧暦 ) ( 67 2 年 8 月 21 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 於大 の 方 ( お だい の かた 、 享禄 元年 ( 1528 年 ) - 慶長 7 年 8 月 28 日 ( 旧暦 ) ( 160 2 年 10 月 13 日 ) ) は 初め 松平 広 忠正 室 、 のち に 久松 俊勝 夫人 。 +-1 辻斬 ( つじぎり ) と は 、 主に 江戸 時代 に 武士 が 街中 など で 無 差別 に 通行 人 を 刀 で 斬 る こと 。 +1 安康 天皇 ( あんこう てんのう 、 履中 天皇 2 年 ( 40 1 年 ) ? - 安康 天皇 3 年 8 月 9 日 ( 旧暦 ) ( 456 年 9 月 24 日 ) ) は 、 第 20 代 の 天皇 ( 在位 : 允 恭 天皇 42 年 12 月 14 日 ( 旧暦 ) ( 454 年 1 月 28 日 ) - 安康 天皇 3 年 8 月 9 日 ( 456 年 9 月 24 日 ) ) 。 +1 井上 玄覚因碩 ( いのうえ げんかく いん せき 、 慶長 10 年 ( 160 5 年 ) - 延宝 元年 ( 1673 年 ) 1 月 14 日 ) は 、 囲碁 の 棋士 ( 囲碁 ) 。 +-1 武将 ( ぶしょう ) と は 軍人 、 武士 など 軍事 に 携わ る 人々 の うち 頭立 っ た 者 を 指 す 言葉 で あ る 。 +1 和珥部 君手 ( わ にべ の きみ て 、 生年 不明 - 文武 天皇 元年 ( 697 年 ) 9 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 人 掃令 ( ひとばらい れい ) は 、 安土 桃山 時代 の 1592 年 ( 文禄 元年 ) に 関白 豊臣 秀次 の 名 で 出 さ れ た 法令 で あ る 。 +-1 道行 旅路 の 花聟 ( みちゆき たびじ の はなむこ ) は 、 歌舞伎 『 仮名 手本 忠臣 蔵 』 の 四 段 目 ( 判官 切腹 ) と 五 段 目 ( 山崎 街道 ) の あいだ に 挿入 さ れ る 所作事 。 +-1 伺方 ( うかが い かた ) と は 、 江戸 幕府 の 職名 で 勘定 所 の 一部門 及び そこ に 属 する 職員 ( 勘定 衆 ) を 指 す 。 +1 手島 堵庵 ( てじま と あん 、 享保 3 年 5 月 13 日 ( 旧暦 ) ( 1 71 8 年 6 月 12 日 ) - 天明 6 年 2 月 9 日 ( 旧暦 ) ( 1786 年 3 月 8 日 ) ) は 、 江戸 時代 中期 の 心学 者 。 +1 時子 内 親王 ( ときこ な い しんのう 、 生年 不詳 - 承和 ( 日本 ) 14 年 2 月 12 日 ( 旧暦 ) ( 847 年 3 月 2 日 ) ) は 、 平安 時代 前期 の 皇族 。 +1 神功 皇后 ( じんぐう こうごう 、 成務 天皇 40 年 ( 170 年 ) - 神功 69 年 4 月 17 日 ( 旧暦 ) ( 269 年 6 月 3 日 ) ) は 、 仲哀 天皇 の 皇后 。 +-1 寛平 の 治 ( かんぴょう の ち ) は 、 平安 時代 中期 ( 9 世紀 後期 ) の 宇多 天皇 の 治世 を 理想 視 し た 呼称 。 +1 並木 五 瓶 ( なみき ごへい ) は 歌舞伎 狂言 作者 の 名跡 。 +1 大石 信興 ( おお いし のぶおき 、 延宝 2 年 ( 1674 年 ) - 寛保 元年 9 月 6 日 ( 旧暦 ) ( 1741 年 10 月 15 日 ) ) は 、 江戸 時代 前期 の 武士 。 +-1 打毬 ( だきゅう 、 うち まり ) は 、 日本 で かつて おこな わ れ た 、 ポロ に 似 た 競技 、 遊戯 で あ る 。 +1 谷根 麻呂 ( たに の ねまろ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 正史 ( せいし ) と は 、 +1 大炊 御門 良宗 ( おおい の みかど よしむね 、 文応 元年 ( 12 60 年 ) - 徳治 2 年 8 月 23 日 ( 旧暦 ) ( 1307 年 9 月 20 日 ) ) は 、 鎌倉 時代 中期 から 後期 の 公卿 。 +-1 清滝 街道 ( きよた き かいどう ) は 、 大阪 府 と 奈良 県 ・ 京都 府 南端 部 を 結 ぶ 街道 の ひと つ で あ る 。 +1 安場 保和 ( やすばやす かず 、 男性 、 天保 6 年 4 月 17 日 ( 旧暦 ) ( 1835 年 5 月 14 日 ) - 明治 32 年 ( 1899 年 ) 5 月 23 日 ) は 、 近代 日本 草創 期 の 官僚 ・ 政治 家 。 +1 柴司 ( しばつかさ 、 弘化 元年 2 月 14 日 ( 旧暦 ) ( 1844 年 4 月 1日 ) - 元治 元年 6 月 12 日 ( 旧暦 ) ( 1864 年 7 月 15 日 ) ) は 、 幕末 の 京都 に 駐留 し て い た 会津 藩 士 で あ る 。 +1 大 中臣 輔親 ( おおなか とみのすけちか 、 天暦 8 年 ( 954 年 ) - 長暦 2 年 6 月 2 日 ( 旧暦 ) ( 10 3 8 年 7 月 6 日 ) ) は 、 平安 時代 中期 の 歌人 。 +-1 三ツ 鳥居 ( みつ とりい ) は 、 明神 型 鳥居 3 つ を 1 つ に 組み合わせ た もの で 、 柱 が 4 本 に な る 為 、 四 脚 鳥居 と 呼 ば れ る 事 も あ る 。 +1 和田 胤長 ( わだ たねな が 、 寿永 2 年 ( 1183 年 ) - 建暦 3 年 5 月 9 日 ( 旧暦 ) ( 1213 年 5 月 30 日 ) ) は 、 鎌倉 幕府 の 御 家人 。 +-1 木曜 会 ( もくよう かい ) と は 、 明治 時代 に 存在 し た 貴族 院 _ ( 日本 ) の 院内 会 派 ( 1897 年 7 月 28 日 - 19 13 年 1 月 26 日 、 なお 院内 交渉 団体 と し て の 成立 は 189 8 年 3 月 10 日 ) 。 +-1 国立 国会 図書 館 ( こくりつ こっかい と しょ かん ) は 、 日本 の 国会 議員 の 調査 研究 、 行政 、 ならび に 日本 国民 の ため に 奉仕 を 提供 する 図書 館 で あ る 。 +-1 名跡 ( みょうせき ) と は 家 制度 と 密接 に 結びつ き 、 代々 継承 さ れ る 個人 名 。 +-1 西芳 寺 ( さいほうじ ) は 、 京都 市 西京 区 松尾 に あ る 臨済 宗 の 寺院 。 +1 藤堂 式 部 家信 ( とうどう しき ぶ   いえのぶ ) 、 天正 6 年 ( 1578 年 ) - 寛永 13 年 2 月 19 日 ( 旧暦 ) ( 1636 年 3 月 26 日 ) ) は 安土 桃山 時代 から 江戸 時代 前期 の 藤堂 氏 の 家臣 。 +-1 酒屋 会議 ( さかや かいぎ ) は 、 明治 時代 前期 に 造酒 税 の 引き上げ に 対 する 抗議 と し て 酒造 業者 が 起こ し た 日本 全国 的 な 運動 。 +1 大島 渚 ( おおしま なぎさ 、 1932 年 3 月 31 日 - ) は 、 日本 の 映画 監督 。 +-1 本善 寺 ( ほんぜん じ ) は 、 奈良 県 吉野 郡 吉野 町 に あ る 浄土 真宗 本願 寺 派 の 寺院 。 +-1 箱館 裁判 所 ( はこだて さいばん しょ ) は 、 慶応 4 年 ( 9 月 8 日 から 改元 し て 明治 元年 ) ( 1868 年 ) の 短時 日 に 、 蝦夷 地 を 統治 する ため に 箱館 ( 現在 の 函館 市 ) に 設け られ た 裁判 所 ( 地方 制度 ) で あ る 。 +-1 宇佐 八幡宮 神託 事件 ( うさ はち まんぐう しんたく じけん ) と は 奈良 時代 の 神護 景雲 3 年 ( 769 年 ) 、 宇佐 八幡宮 ( 大分 県 宇佐 市 ) より 称徳 天皇 ( 孝謙 天皇 ) に 対 し て 「 道鏡 が 皇位 に 就 く べ し 」 と の 託宣 を 受け て 、 道鏡 が 天皇 位 を 得 よ う と し た と さ れ る 事件 で あ る 。 +-1 七 条 仏 所 ( しちじょう ぶっしょ / なな じょう ぶっしょ ) は 、 慶派 の 京都 七 条 通 に あ っ た 仏所 ( 仏師 の 工房 ) 。 +1 喬子 女王 ( たかこ じょ おう 、 寛政 7 年 6 月 14 日 ( 旧暦 ) ( 1795 年 7 月 29 日 ) - 天保 11 年 1 月 16 日 ( 旧暦 ) ( 1840 年 2 月 18 日 ) ) は 、 江戸 幕府 第 12 代 征夷 大将軍 ・ 徳川 家慶 の 正室 ( 御 台所 ) 。 +1 欠史 八代 ( けっし はち だい ) ( 正確 な 表記 は 、 闕史 八代 ) と は 、 『 古事 記 』 および 『 日本 書紀 』 に お い て 、 系譜 ( 帝紀 ) は 存在 する もの の その 事績 ( 旧辞 ) が 記 さ れ て い な い 第 2 代 綏 靖 天皇 から 第 9 代 開化 天皇 まで の 8 人 の 天皇 の こと 、 あるいは その 時代 を 指 す 。 +-1 聚光院 ( じゅこういん ) は 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 臨済 宗 大 本山 大徳 寺 の 塔頭 の ひと つ で あ る 。 +-1 障子 ( しょうじ ) は 、 日本 家屋 に おけ る 扉 、 窓 に 用い る 建具 の 一 つ で 、 明かり を 通 す よう に 木枠 に 紙張り に な っ て い る もの 。 +-1 警策 は 、 警覚 策 励 ( けいかく さく れい ) の 略 。 +-1 コノハナノ サクヤビメ は 、 日本 神話 に 登場 する 神 。 +1 藤原 重家 ( ふじわら の しげいえ 、 大治 ( 日本 ) 3 年 ( 1128 年 ) - 治承 4 年 12 月 21 日 ( 旧暦 ) ( 1181 年 1 月 8 日 ) ) は 平安 時代 後期 の 公卿 、 歌人 。 +-1 赤穂 神社 ( あ こう じんじゃ ) と は 、 奈良 県 奈良 市 に あ る 神社 で あ る 。 +-1 柊鰯 ( ひいらぎいわし ) と は 、 節分 に 、 魔除 け と し て ヒイラギ の 小枝 と 焼 い た イワシ の 頭 を 門口 に 挿 し た もの を い い 、 柊鰯 を 挿す の は 古く から の 日本 の 習慣 で あ る 。 +-1 板前 ( いたま え ) と は 、 日本 料理 店 ・ 料亭 で 料理 を つく る 人 の こと 。 +-1 軍役 ( ぐん やく 、 ぐん えき ) は 、 戦時 、 武士 が 主君 に 拠出 す べ く 課 せ られ る 軍事 力 や 兵糧 その 他 で あ る 。 +-1 淡雪 ( あわゆき ) 、 淡雪 羹 ( あわゆきかん ) は 、 うっすら 積も っ た 淡雪 に 見立て 、 溶け出 し そう な 雪 の よう に 舌 の 上 で とろけ る 食感 の 和 菓子 で あ る 。 +1 蔵原 惟繕 ( くらはら これ よし 、 1927 年 5 月 31 日 - 2002 年 12 月 28 日 ) は 、 日本 の 映画 監督 。 +-1 絣 ・ 飛白 ( かすり ) と は 、 模様 が ところどころ に お い て 「 かす っ た 」 よう に 織 ら れ た 染め 文様 、 もしくは その よう な 文様 を 持 つ 織物 の こと で あ る 。 +1 庄弘方 ( しょう ひろかた 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 の 武蔵 国 児玉 党 ( 現在 の 埼玉 県 本庄 市 栗崎 出身 ) の 武士 。 +-1 日甫 ( にちほ 、 慶長 12 年 ( 1607 年 ) - 元禄 11 年 ( 1698 年 ) ) は 、 江戸 時代 前期 の 日蓮 宗 の 僧 で 立花 の 名手 。 +-1 イルティッシュ 号 投降 事件 ( イルティッシュ ごうとう こう じけん ) は 、 日本 海海戦 で 損傷 を 受け た ロシア の バルチック 艦隊 の 特務 艦 イルティッシュ 号 が 航行 不能 と な り 、 190 5 年 ( 明治 38 年 ) 5 月 28 日 午後 2 時 頃 、 島根 県 那賀 郡 都濃 村 和木 ( 現 ・ 江津 市 和木町 ) で 投降 し た 事件 。 +1 浅野 幸長 ( あさの よしなが ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 戦国 武将 ・ 大名 。 +-1 大谷 尊由 ( おおたに そんゆ 、 1886 年 ( 明治 19 年 ) 8 月 19 日 - 1939 年 ( 昭和 14 年 ) 8 月 1日 ) は 、 浄土 真宗 の 僧侶 、 政治 家 。 +-1 京都 スタジアム ( きょうと - ) は 、 京都 府 城陽 市 で 建設 予定 だっ た 球技 場 。 +1 持明院 基家 ( じみょういん も と いえ 、 長承 元年 ( 1132 年 ) - 建保 2 年 2 月 26 日 ( 旧暦 ) ( 1214 年 4 月 7 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 初期 に かけ て の 公卿 。 +1 山田 兼継 ( やまだ かねつ ぐ 、 承元 2 年 ( 120 8 年 ) 頃 ? - 没年 不詳 ) は 、 鎌倉 時代 前期 の 武士 ・ 僧 。 +-1 土一 揆 ( つちいっき ・ ど いっき ) は 、 室町 時代 中期 から 後期 に かけ て 発生 し た 民衆 の 政治 的 要求 活動 を い う 。 +-1 古劇 八 種 ( こげき はっしゅ ) は 、 市川 團蔵 ( 6 代 目 ) が 撰 じ た 三河 屋 ( 歌舞伎 ) ・ 市川 團蔵 の お 家芸 。 +-1 宇治 市 源氏 物語 ミュージアム ( うじ しげん じ ものがたり ‐ ) は 、 京都 府 宇治 市 に あ る 「 源氏 物語 」 に 関 する 資料 の 収集 ・ 保管 等 を 行 う 市立 の 博物 館 で あ る 。 +-1 奈良 きたまち ( なら - ) は 、 奈良 県 奈良 市 の なら まち より 北側 の 古 い 市街 地 を 指 す 地域 。 +1 尾上松 緑 ( おのえ しょうろく ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +-1 清酒 酵母 ( せいしゅ こうぼ ) と は 、 日本 酒 醸造 に 用い られ る 酵母 の 総称 。 +1 猪飼 昇貞 ( いかい のぶさだ 、 生没年 不詳 ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 。 +-1 皇典 講究 所 ( こうてん こうきゅうじょ 1882 年 - 1946 年 ) は 、 日本 に 設置 さ れ た 神道 の 研究 ・ 教育 機関 で あ る 。 +-1 歌舞伎 の 家 の 芸 ( かぶき の いえ の げい ) で は 、 歌舞伎 役者 の 権門 が 家 の 芸 と し て 特に 定め た 演目 集 を あげ る 。 +-1 サンショウ ( 山椒 、 学名 : Zanthoxylumpiperitum ) は ミカン 科 サンショウ 属 の 落葉 低木 。 +1 宗養 ( そうよう 、 大永 6 年 ( 1526 年 ) - 永禄 6 年 11 月 18 日 ( 旧暦 ) ( 1563 年 12 月 3 日 ) ) は 、 戦国 時代 ( 日本 ) の 連歌 師 。 +-1 段仕込み ( だんじこ み ) と は 、 日本 酒 の 醸造 工程 の 一 つ で あ る 日本 酒醪 ( もろみづくり ) に お い て 、 その 前 の 工程 で 造 ら れ た 日本 酒 酒母 ( しゅぼ ) もしくは 酛 ( もと ) へ 、 日本 酒麹 と 日本 酒蒸し マイ を 三 段階 に 分け て 加え て い く こと に よ っ て 、 酵母 に 対 し て 適応 可能 な ゆるやか な 環境 変化 を 与え 、 その 活性 を 損な わ な い よう に する 工夫 の こと 。 +-1 安居 ( あんご ) は 、 それ まで 個々 に 活動 し て い た 僧侶 たち が 、 一定 期間 、 一 カ所 に 集ま っ て 集団 で 修行 する こと 。 +1 橘 清友 ( たちばなの きよ と も 、 天平 宝字 2 年 ( 75 8 年 ) - 延暦 8 年 ( 789 年 ) ) は 、 奈良 時代 後期 の 政治 家 。 +1 勧修 寺 経興 ( かじゅうじつね お き 、 応永 3 年 ( 1396 年 ) - 永享 9 年 3 月 24 日 ( 旧暦 ) ( 1437 年 4 月 29 日 ) ) は 、 室町 時代 の 公家 ( 公卿 ) 。 +1 松方 幸次郎 ( まつかた こうじろう 、 慶応 元年 12 月 1日 ( 旧暦 ) ( 1866 年 1 月 17 日 ) - 昭和 25 年 ( 1950 年 ) 6 月 24 日 ) は 、 日本 の 実業 家 、 政治 家 。 +-1 柳馬場 通 ( やなぎ の ばんばどおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +1 浦上村 宗 ( うらが みむら むね 、 生年 不詳 - 享禄 4 年 ( 1531 年 ) 6 月 ) は 備前 国 ・ 美作 国 ・ 播磨 国 の 戦国 大名 。 +-1 神勅 ( しんちょく ) と は 神 の 与え た 命令 、 また その 文書 を さ す 言葉 で あ る 。 +-1 末寺 ( まつじ ) と は 、 本山 の 支配 下 に あ る 寺院 の こと を 指 す が 、 江戸 時代 の 本末 制度 成立 以前 に お い て は 今日 と は やや 違 っ た 意味 を 持 っ て い る 。 +-1 神社 庁 ( じんじゃ ちょう ) と は 、 神社 本庁 の 地方 機関 で あ る 。 +-1 催馬楽 ( さいばら ) と は 、 古代 歌謡 の 一 つ 。 +-1 小国 氏 ( おぐに - し ) は 、 日本 の 氏族 の 一 つ 。 +-1 三 世 一身 法 ( さんぜ いっしん の ほう ) と は 、 奈良 時代 前期 の 養老 7 年 4 月 17 日 ( 旧暦 ) ( 723 年 5 月 25 日 ) に 発布 さ れ た 格 ( 律令 の 修正 法令 ) で あ り 、 墾田 の 奨励 の ため 、 開墾 者 から 三 世代 ( 又 は 本人 一代 ) まで の 墾田 私有 を 認め た 法令 で あ る 。 +-1 三方 楽所 ( さんぽう がくそ ) は 江戸 時代 初期 に 制度 化 さ れ た 雅楽 の 伝承 組織 で 、 一方 17 人 ずつ 計 51人 から な る 。 +1 大炊 御門 経光 ( おおい の みかど つね みつ 、 寛永 15 年 8 月 8 日 ( 旧暦 ) ( 1638 年 9 月 15 日 ) - 宝永 元年 9 月 6 日 ( 旧暦 ) ( 170 4 年 10 月 4 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 井上流 ( いのうえ りゅう ) は 、 日本 舞踊 の 一流 派 。 +-1 時価 ( じか ) と は 、 経済 用語 と し て の 市場 価格 の こと   → 記事 「 市場 価格 」 を 参照 +1 北条 守 時 ( ほうじょう もり とき ) は 鎌倉 時代 末期 の 北条 氏 の 一門 。 +-1 迦陵 頻 ( か りょう びん ) と は 、 雅楽 の 演目 で 、 「 林邑 八楽 」 ( りんゆう はち がく ) の 一 つ 。 +1 『 伊勢 物語 』 ( いせものがたり ) は 、 平安 時代 初期 に 成立 し た 歌 物語 。 +1 『 拾遺 和 歌集 』 ( しゅう いわかしゅう ) は 、 古今 和 歌集 ・ 後撰 和 歌集 に 次 ぐ 第 三 番 目 の 勅撰 和 歌集 で 、 いわゆる 「 三 代 集 」 の 最後 に あた る 。 +1 中臣 勝海 ( なか とみ の かつ み 、 生年 未詳 - 用明 天皇 2 年 ( 587 年 ) 4 月 ) は 、 飛鳥 時代 の 豪族 。 +-1 飛鳥 時代 ( あすか じだい ) は 、 古墳 時代 の 終末期 と 重な る 。 +-1 物売り ( ものうり ) と は 路上 で 移動 し ながら 、 主に 鳴り物 や 独特 の 売り声 を 発 し ながら 呼び込み を し て 食事 を 提供 し たり 、 物品 など を 販売 、 修理 や 古物 や 廃品 の 買取 や 交換 を する 者 。 +-1 曼荼羅 ( まんだら 、 サンスクリット : ma ṇ ḍ ala ) は 仏教 ( 特に 密教 ) に お い て 聖域 、 仏 の 悟り の 境地 、 世界 観 など を 仏像 、 シンボル 、 文字 など を 用い て 視覚 的 ・ 象徴 的 に 表わ し た もの 。 +1 源 頼政 ( みなもと の より まさ ) は 、 平安 時代 末期 の 武将 、 歌人 。 +1 乙部 剛之進 ( お とべ ごう の しん 、 ? - 明治 2 年 5 月 11 日 ( 旧暦 ) ( 1869 年 6 月 20 日 ) ) は 、 幕末 期 の 備 中 国 備中 松山 藩士 。 +1 藤原 正家 ( ふじわら の まさいえ 、 万寿 3 年 ( 1026 年 ) - 天永 2 年 10 月 12 日 ( 1111 年 11 月 21 日 ) ) は 、 平安 時代 後期 の 貴族 。 +-1 学令 ( がくりょう ) は 、 令 に おけ る おけ る 編目 の 1 つ 。 +-1 観世 左近 ( かんぜさこん ) と は 、 シテ 方 観世 流 宗家 の 代々 の 名 。 +-1 院 庁 下文 ( いんの ちょう くだ しぶみ ) は 、 平安 時代 院 政期 に 、 院庁 が 発給 し た 文書 。 +-1 夏祭り ( なつまつり ) は 、 夏 に 行 わ れ る 祭 の 総称 。 +-1 水引 ( みずひき ) は 贈答 品 や 封筒 に 付け られ る 飾り 紐 の こと で 、 その 形 や 色 に よ り 様々 な 使い分け を 行 う 。 +1 紀長谷雄 ( きの はせお 、 承和 ( 日本 ) 12 年 ( 845 年 ) - 延喜 12 年 2 月 10 日 ( 旧暦 ) ( 912 年 3 月 6 日 ) ) は 、 平安 時代 前期 から 中期 に かけ て の 公卿 ・ 文人 。 +-1 弘仁儀式 ( こうにんぎしき ) と は 、 平安 時代 初期 弘仁 年間 に 作 ら れ た と さ れ た 儀式 ( 書物 ) 。 +-1 福笑い ( ふくわらい ) と は 、 正月 に 遊 ば れ る 日本 の 伝統 的 な 遊び で あ る 。 +1 堀 基 ( ほり もと い 、 1844 年 7 月 29 日 ( 天保 15 年 6 月 15 日 ( 旧暦 ) ) - 1912 年 ( 明治 45 年 ) 4 月 8 日 ) は 、 江戸 時代 末期 の 武士 ・ 薩摩 藩 士 、 明治 期 の 実業 家 。 +1 深作 欣二 ( ふかさく きん じ 、 1930 年 7 月 3 日 - 2003 年 1 月 12 日 ) は 日本 の 映画 監督 。 +-1 三角 縁神獣 鏡 ( さんかく ぶ ち しんじゅう きょう ・ さんかく えん しんじゅう きょう ) は 、 銅鏡 の 形式 の 一種 で 、 縁部 の 断面 形状 が 三角 形状 と な っ た 大型 神獣 鏡 。 +-1 除夜 の 鐘 ( じょや の かね ) と は 12 月 31 日 の 除夜 ( 大晦日 の 夜 ) の 深夜 0 時 を 挟 ん で 寺院 で 撞 か れ る 梵鐘 の こと で あ る 。 +-1 乙巳 の 変 ( いっ し の へん ・ おっし の へん ) は 天智 天皇 、 藤原 鎌足 ら が 宮中 で 蘇我 入鹿 を 暗殺 し て 蘇我 氏 ( 蘇我 本 宗家 ) を 滅ぼ し た 飛鳥 時代 の 政変 。 +-1 麹蓋 ( こうじ ぶた ) と は 、 日本 酒 の 醸造 工程 で 使 う 道具 の 一 つ で 、 日本 酒 麹造り の 段階 で 用い られ る 。 +-1 蔵 奉行 ( くらぶ ぎょう ) は 、 江戸 時代 に 江戸 浅草 ( 浅草 御蔵 ) を はじめ と する 主要 都市 に あ っ た 幕府 の 御 米蔵 の 管理 を 司 っ た 奉行 。 +1 道慈 ( どう じ 、 生年 不詳 - 天平 16 年 10 月 2 日 ( 旧暦 ) ( 74 4 年 11 月 14 日 ) ) は 、 奈良 時代 の 三 論 宗 の 僧 。 +-1 荒魂 ( あらたま 、 あら み たま ) ・ 和魂 ( にき たま ( にぎたま ) 、 に きみ たま ( にぎ み たま ) ) と は 、 神道 に おけ る 概念 で 、 神 ( 神道 ) の 霊魂 が 持 つ 2 つ の 側面 の こと で あ る 。 +1 休子 内 親王 ( きゅうし ( やすこ ) ないしんの う 、 保元 2 年 ( 1157 年 ) - 嘉応 3 年 3 月 1日 ( 旧暦 ) ( 11 71 年 4 月 7 日 ) ) は 、 平安 時代 末期 の 皇族 。 +-1 菅谷 館 ( 城 ) ( すがや やかた ( じょう ) ) と は 、 武蔵 国男衾 郡 ( 鎌倉 時代 当時 、 現在 の 埼玉 県 比企郡 嵐山 町 ) に あ っ た 城 で あ る 。 +-1 隆妙 寺 ( りゅうみょうじ ) は 、 奈良 県 大和 高田 市 に 所在 する 日蓮 正宗 の 寺院 。 +1 太上 天皇 ( だい じょう てんのう 、 だじょうてん のう ) と は 、 皇位 を 後継 者 に 譲 っ た 天皇 に 送 ら れ る 尊号 。 +1 鷹司 景子 ( たかつかさ ひろこ 、 文化 ( 元号 ) 10 年 11 月 24 日 ( 旧暦 ) ( 1814 年 1 月 15 日 ) - 明治 25 年 8 月 8 日 ( 旧暦 ) ( 1892 年 9 月 28 日 ) ) は 江戸 時代 の 女性 。 +1 皇族 ( こうぞく ) と は 、 時代 や 国 に よ っ て 定義 が 異な る が 一般 的 に 皇帝 、 天皇 の 親族 の 内 、 男系 の 血族 及び その 配偶 者 。 +-1 犬 追物 ( いぬ お う もの ) は 鎌倉 時代 から 始ま っ た と さ れ る 日本 の 弓術 の 作法 の 一 つ 。 +-1 法輪 ( ほうりん 、 サンスクリット : dharma - cakra 、 ピン 音 : falun ) は 、 仏教 の 教義 、 特に 釈迦 が 説 い た 四 諦 ・ 八 正道 の 別称 。 +-1 長禄 ・ 寛正 の 飢饉 ( ちょうろく ・ かんせい の ききん ) は 、 長禄 3 年 ( 1459 年 ) から 寛正 2 年 ( 1461 年 ) に かけ て 日本 全国 を 襲 っ た 飢饉 の こと 。 +1 今 参局 ( いまま いり の つぼね 、 ? - 長禄 3 年 1 月 19 日 ( 旧暦 ) ( 1459 年 2 月 22 日 ) ) は 、 室町 時代 の 女性 で 、 幕府 8 代 将軍 足利 義政 の 乳母 、 側室 で あ る 。 +-1 斐陀 国造 ( ひだ の くにのみやつこ ・ ひだ こく ぞう ) は 飛騨 国 を 支配 し た 国造 。 +1 和田 朝盛 ( わ だ とももり 、 生没年 不詳 ) は 、 鎌倉 幕府 の 御 家人 。 +1 夢 浮橋 ( ゆめ の うきはし ) は 、 『 源氏 物語 』 五十 四 帖 の 第 54 帖 ( 最後 の 巻 ) 。 +-1 春光院 ( しゅん こういん ) は 、 京都 市 右京 区 花園 の 臨済 宗 大 本山 妙心 寺 の 塔頭 寺院 で 、 大庫 裏 の 北 に 位置 する 。 +-1 大伴 ( おおと も ) 氏 は 、 古代 日本 の 有力 氏 の 一 つ 。 +-1 隆禅 ( りゅうぜん 、 長暦 2 年 ( 10 38 年 ) - 康和 2 年 7 月 14 日 ( 旧暦 ) ( 110 0 年 8 月 21 日 ) ) は 、 平安 時代 後期 の 法相 宗 の 僧 。 +-1 京都 将棋 ( きょう と しょうぎ ) と は 将棋 の 一種 で あ り 、 二人 で 行な う ボード ゲーム ( 盤上 遊戯 ) の 一種 で あ る 。 +1 二条 天皇 ( に じょうてんのう 、 康治 2 年 6 月 18 日 ( 1143 年 7 月 31 日 ) - 永 万 元年 7 月 28 日 ( 1165 年 9 月 5 日 ) ) は 第 78 代 天皇 ( 在位 保元 3 年 8 月 11 日 ( 1158 年 9 月 5 日 ) - 永 万 元年 6 月 25 日 ( 1165 年 8 月 3 日 ) ) 。 +-1 木屋 町 通 ( きやまちどおり ) は 、 京都 市 の 南北 の 通り の 一 つ 。 +-1 おひたし ( 御浸 し 、 ひた し 、 ひたし 物 と も ) と は 、 調理 法 の 1 種 で あ る 。 +1 坂上 今継 ( さかの うえ の いまつぐ ) は 、 平安 時代 初期 の 官人 。 +1 稲葉 正弘 ( いなば まさひろ 、 延享 4 年 ( 1747 年 ) - 安永 2 年 9 月 12 日 ( 旧暦 ) ( 1773 年 10 月 27 日 ) ) は 、 山城 国 淀藩 の 第 6 代 藩 主 。 +1 中村 歌右衛門 ( なかむら うたえもん ) は 歌舞伎 役者 の 名跡 。 +-1 中原 頼季 ( なかはら の より すえ 、 生没年 不詳 ) は 、 平安 時代 末期 の 貴族 ・ 明法 家 。 +1 藤原 領子 ( ふじわら の むねこ 、 生没年 不詳 ) は 、 平安 時代 末期 の 女性 。 +-1 柳本 大塚 古墳 ( やなぎもと おおつか こふん ) と は 、 奈良 県 天理 市 に あ る 古墳 で あ る 。 +-1 飴 細工 ( あめざいく ) と は 、 製菓 技術 の 1 つ で あ り 、 砂糖 を 熱 し 、 飴状 に な っ た もの を 用い て 造形 物 を 作り出 す こと 、 および その 造形 物 を い う 。 +1 松平信直 ( まつだい ら のぶなお ) は 、 丹波 亀山 藩 の 第 2 代 藩 主 。 +1 渡辺 篤 ( わたなべ あつし 、 天保 14 年 ( 1843 年 ) - 大正 4 年 ( 1915 年 ) ) は 、 京都 生まれ の 剣客 、 京都 見廻 組 肝煎 。 +-1 鞆 の 浦 ( とも のうら ) は 、 広島 県 福山 市 の 沼隈 半島 の 南端 に あ る 古代 より 栄え た 港 ・ 港町 および 海域 ( 湾 ) で あ る 。 +-1 幸清流 ( こうせい - りゅう ) また は 幸清次郎 流 ( こう - せいじろう ・ りゅう ) は 能楽 小 鼓方 の 一流 派 。 +-1 日本 酒 の 歴史 ( に ほんしゅ の れきし ) +1 畠山 政長 ( はたけやま まさな が 、 嘉吉 2 年 ( 1442 年 ) - 明応 2 年 閏 4 月 25 日 ( 旧暦 ) ( 1493 年 6 月 9 日 ) ) は 、 室町 時代 後期 の 武将 ・ 守護 大名 。 +1 住友 友純 ( すみとも とも い と 、 元治 元年 12 月 21 日 ( 旧暦 ) ( 1865 年 1 月 18 日 ) - 大正 15 年 ( 1926 年 ) 3 月 2 日 ) は 住友 家 15 代 目 当主 。 +-1 石帯 ( せきたい ) は 、 束帯 装束 の とき に 用い られ る 黒皮 製 の 帯 。 +-1 雪号 ( せつごう ) と は 能楽 シテ 方 観世 流 に お い て 、 隠居 後 に 名の る 「 雪 」 字 を 用い た 雅号 の こと 。 +1 青表 紙本 ( あお びょう しぼん ) と は 、 源氏 物語 の 写本 の うち 藤原 定家 が 作成 し た と さ れ る もの および それ を 写 し て 作成 さ れ た と さ れ る もの を い う 。 +-1 新山 古墳 ( しんやま こふん ) は 、 奈良 県 北葛城 郡 広陵 町 に 所在 する 古墳 時代 前期 初頭 の 前方 後 方墳 で あ る 。 +1 六条 天皇 ( ろくじょうてんのう 、 長寛 2 年 11 月 14 日 ( 11 64 年 12 月 28 日 ) - 安元 2 年 7 月 17 日 ( 1176 年 8 月 23 日 ) ) は 日本 の 第 79 代 天皇 ( 在位 永 万 元年 6 月 25 日 ( 1165 年 8 月 3 日 ) - 仁安 3 年 2 月 29 日 ( 1168 年 3 月 30 日 ) ) 。 +1 良弁 ( ろうべん 、 持統 天皇 3 年 ( 689 年 ) - 宝亀 4 年 11 月 24 日 ( 旧暦 ) ( 774 年 1 月 10 日 ) ) は 、 奈良 時代 の 華厳 宗 の 僧 。 +1 藤原 敦敏 ( ふじわら の あつと し 、 延喜 18 年 ( 918 年 ) - 天暦 元年 ( 947 年 ) ) は 平安 時代 中期 の 貴族 。 +1 藤原 惟方 ( ふじわら の これ かた 、 天治 2 年 ( 1125 年 ) - 没年 不詳 ) は 平安 時代 末期 の 公家 。 +1 長谷 信篤 ( ながたに のぶあつ 、 文化 ( 元号 ) 15 年 2 月 24 日 ( 旧暦 ) ( 1818 年 3 月 30 日 ) - 明治 35 年 ( 190 2 年 ) 12 月 26 日 ) は 、 幕末 ・ 明治 期 の 公卿 ・ 華族 ( 子爵 ) ・ 政治 家 。 +-1 善行 旌表 ( ぜんこう せい ひょう ) は 、 人 の 善行 を ほめ て 、 広 く 世間 に 示 す こと 。 +-1 征夷 大将軍 ( せい いた いしょうぐん ) は 、 日本 の 令外 官 の 将軍 職 の 一 つ 。 +-1 稚児 髷 ( ちごまげ 、 ちご わげ ) は 、 平安 時代 ~ 安土 桃山 時代 の 少年 の 髪形 、 及び 、 それ に 類似 し た 江戸 時代 から 結 わ れ た 少女 の 髪形 。 +1 亀井 政矩 ( かめい まさのり 、 1590 年 12 月 25 日 ( 天正 18 年 11 月 29 日 ( 旧暦 ) ) - 1619 年 9 月 22 日 ( 元和 ( 日本 ) 5 年 8 月 15 日 ( 旧暦 ) ) ) は 、 江戸 時代 前期 の 大名 。 +1 酒井定隆 ( さかい さだ たか 、 永享 7 年 ( 1435 年 ) - 大永 2 年 4 月 24 日 ( 旧暦 ) ( 152 2 年 5 月 19 日 ) ) は 、 室町 時代 後期 から 戦国 時代 ( 日本 ) 初期 に かけ て の 武将 で 上総 酒井 氏 の 祖 と さ れ る 人物 。 +1 源 光行 ( みなもと の みつゆき 、 長寛 元年 ( 1163 年 ) - 寛元 2 年 2 月 17 日 ( 旧暦 ) ( 1244 年 3 月 27 日 ) ) は 、 鎌倉 時代 初期 の 政治 家 ・ 文学 者 ・ 歌人 で あ る 。 +-1 鯖 街道 ( さば かいどう ) と は 、 嶺南 で 獲れ た 魚介 類 を 京都 に 運 ぶ ため に 整備 さ れ た 街道 の 歴史 的 名称 。 +-1 月華門 ( げっかもん ) は 、 内裏 を 構成 する 内 閤門 の うち の 一 つ で あ る 。 +-1 公事 銭 ( くじ せん ) と は 、 中世 日本 に お い て 、 公事 の 代銭 納 と し て 現物 ( 労力 を 含め る ) の 代わり に 納付 する 銭 の こと 。 +1 孝子 内 親王 ( たかこ な い しんのう 、 慶安 3 年 10 月 11 日 ( 旧暦 ) ( 1650 年 11 月 4 日 ) - 享保 10 年 6 月 26 日 ( 旧暦 ) ( 1725 年 8 月 4 日 ) は 、 江戸 時代 の 皇族 。 +-1 日本 酒 ( に ほんしゅ ) は 、 米 を 発酵 さ せ て 作 る 日本 の 伝統 的 な 酒 の 一 つ で あ る 。 +1 巨勢 人 ( こせ の ひと 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 『 春 の 日 』 ( はる の ひ ) は 、 俳諧 の 撰集 。 +1 柳原 資綱 ( やなぎわら す けつな 、 応永 26 年 ( 1419 年 ) - 文亀 元年 ( 150 1 年 ) 6 月 27 日 ( 旧暦 ) ) は 室町 時代 の 公家 、 柳原 家 当主 。 +-1 『 海東 諸国紀 』 ( かいとう しょこく き , ) は 、 李 氏 朝鮮 領議 政 ( 宰相 ) 申叔 舟 ( シン ・ スクチュ ) が 日本 と 琉球 王国 に つ い て 記述 し た 漢文 書籍 の 歴史 書 。 +-1 紀伝体 ( きでんたい ) は 、 東 アジア の 歴史 書 の 書式 の 一 つ 。 +1 行表 ( ぎょうひょう 、 養老 6 年 ( 722 年 ) - 延暦 16 年 2 月 ( 797 年 ) ) は 奈良 時代 の 僧 。 +1 三条 公充 ( さんじょうきんあつ 、 元禄 4 年 1 月 23 日 ( 旧暦 ) ( 1691 年 2 月 20 日 ) - 享保 11 年 9 月 17 日 ( 旧暦 ) ( 1726 年 10 月 12 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 袙 ( あこめ 。 「 衵 」 と 書 く こと も あ る ) は 、 装束 で 使 わ れ る 内着 の 一種 。 +1 津田 仙 ( つだせん 、 天保 8 年 7 月 6 日 ( 旧暦 ) ( 1837 年 8 月 6 日 ) - 190 8 年 4 月 24 日 ) は 、 日本 の 農学 者 、 キリスト 者 。 +-1 筒井 氏 ( つついし ) は 、 大和 国 の 戦国 大名 で あ る 。 +-1 光明 寺 ( こうみょうじ ) は 、 京都 府 長岡京 市 粟生 に あ る 寺院 で 、 西山 浄土 宗 の 総 本山 で あ る 。 +1 松本 良順 ( まつもと りょうじゅん 、 1832 年 7 月 13 日 ( 天保 3 年 6 月 16 日 ( 旧暦 ) ) - 1907 年 ( 明治 40 年 ) 3 月 12 日 ) は 、 江戸 時代 後期 の 幕臣 、 明治 期 の 官僚 。 +-1 吹輪 ( ふきわ ) は 江戸 時代 初期 から 武家 の 姫君 に 結 わ れ た 髷 。 +-1 普茶 料理 ( ふ ちゃりょうり ) は 、 江戸 時代 初期 に 中国 から もたら さ れ た 日本 の 精進 料理 。 +-1 東司 ( とうす ) と は 、 仏教 寺院 に おけ る 便所 の こと を い う 。 +1 皇別 摂家 ( こうべつ せっけ ) と は 、 江戸 時代 に 摂家 を 相続 し た 皇族 及び その 男系 の 子孫 たち の こと 。 +-1 町家 ( ちょうか 、 まち や ) と は 、 主に 京都 の 職住 一体 型 の 住居 形式 。 +-1 両替 商 ( りょうがえ しょう ) と は 、 両替 および 金融 を 主な 業務 と する 商店 あるいは 商人 の こと で あ る 。 +1 式子 内 親王 ( のりこ ( しょく し ・ しきし ) ないしんのう 、 久安 5 年 ( 1149 年 ) - 建仁 元年 1 月 25 日 ( 120 1 年 3 月 1日 ) ) は 、 平安 時代 末期 の 皇族 、 歌人 。 +-1 天かす ( てんかす 、 天 カス 、 天滓 と も 書 く ) と は 、 天ぷら を 揚げ る 時 に 副産物 と し て 生じ る 揚げか す の こと で あ る 。 +-1 一進 会 ( イルチンフェ ・ いっしん かい ) と は 、 190 4 年 から 1910 年 まで 大韓 帝国 で 活動 し た 当時 最大 の 政治 結社 。 +-1 下志 万 氏 は 、 京都 府 の 舞鶴 湾 を 拠点 に 活躍 し た 水軍 。 +1 吉田 兼右 ( よしだ かね みぎ 、 永正 13 年 4 月 20 日 ( 旧暦 ) ( 1516 年 5 月 21 日 ) - 元亀 4 年 1 月 10 日 ( 旧暦 ) ( 1573 年 2 月 12 日 ) ) は 、 堂上 家 ( 家格 は 半家 ( 公家 ) 、 卜部 氏 ) で あ る 吉田 家 の 8 代 当主 。 +-1 非 人 ( ひにん ) は 、 主に 、 ( 1 ) 日本 中世 の 特定 職能民 ・ 芸能 民 の 呼称 で あ り 、 次第 に 被差 別民 の 呼称 と な り 、 ( 2 ) 江戸 時代 に は 、 穢多 ( え た 、 長吏 ) と とも に 賎民 身分 の 呼称 で あ る 。 +-1 浅間 造 ( せんげん づくり ) は 、 日本 に おけ る 神社 建築 様式 の 1 つ 。 +-1 五十 猛 神 ( イソタケル ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +-1 振袖 ( ふりそで ) は 、 未 成年 者 の 者 が 着 る 和服 。 +-1 梅照院 ( ばいしょういん ) と は 、 東京 都 中野 区 に あ る 真言 宗 豊山 派 の 寺院 。 +1 藤原 俊忠 ( ふじわら の とし ただ 、 延久 5 年 ( 1073 年 ) - 保安 ( 元号 ) 4 年 7 月 9 日 ( 旧暦 ) ( 1123 年 8 月 2 日 ) ) は 平安 時代 後期 の 公卿 、 歌人 。 +-1 大浜 騒動 ( おおはま そうどう ) は 、 明治 4 年 ( 18 71 年 ) に 三河 国 碧海 郡 南部 の 鷲塚 ( 現在 の 愛知 県 碧南 市 ) で 起こ っ た 暴動 で 廃仏 毀釈 に 反対 する 運動 の 一 つ で あ る が 計画 的 な もの で は 無 く 偶発 的 に 起こ っ た もの で あ る 。 +-1 土蔵 ( ど ぞう ) と は 、 日本 の 伝統 的 な 建築 様式 の ひと つ で 、 外壁 を 土壁 と し て 漆喰 など で 仕上げ られ る もの 。 +-1 山田 川 駅 ( やまだ がわ えき ) は 、 京都 府 相楽 郡 精華 町 大字 山田 小字 下河原 3 - 1 に あ る 、 近畿 日本 鉄道 ( 近鉄 ) 近鉄 京都 線 の 鉄道 駅 。 +-1 篳篥 ( ひちりき ) は 、 雅楽 や 、 雅楽 の 流れ を 汲 む 近代 に 作 ら れ た 神楽 など で 使 う 管楽 器 の 1 つ 。 +-1 四 天王 寺 式 伽藍 配置 ( してん のうじ しき が らん は いち ) は 、 飛鳥 時代 の 代表 的 な 伽藍 配置 の 一 つ 。 +1 藤原 妍子 ( ふじわら の けんし ( きよこ ) 、 正暦 5 年 3 月 ( 994 年 4 月 ) - 万寿 4 年 9 月 14 日 ( 旧暦 ) ( 102 7 年 10 月 16 日 ) ) は 、 摂政 藤原 道長 の 次女 。 +-1 大織冠 ( だい しょくかん 、 だい しきかん ) は 、 冠位 十 二 階 を 改訂 し 、 大化 の 改新 で 大化 3 年 ( 647 年 ) 制定 ( 施行 は 648 年 に さ れ た ) 、 冠位 ・ 官位 制度 の 変遷 冠位 十 三 階 で 新た に も うけ られ た 、 冠位 の 最高 位 。 +-1 左院 ( さいん ) と は 明治 初期 の 立法 諮問 機関 。 +-1 水神 ( すいじん 、 みずがみ ) は 、 水 ( 主に 淡水 ) に 関 する 神 の 総称 で あ る 。 +-1 竹林 寺 ( ちくりんじ ) は 、 奈良 県 生駒 市 有里 町 に あ る 律宗 の 寺院 。 +1 紫宸 殿 ( ししんでん ) と は 、 天皇 の 私的 な 在所 で あ っ た 内裏 に お い て 、 天皇 元服 や 立太子 、 節会 など の 儀式 が 行 わ れ た 正殿 。 +-1 『 国意考 』 ( こくいこう ) は 、 江戸 時代 の 国学 者 ・ 賀茂 真淵 の 著作 。 +-1 源空寺 ( げん くう じ ) は 京都 府 京都 市 伏見 区 瀬戸 物町 に あ る 、 浄土 宗 の 寺院 で あ る 。 +1 山背 小林 ( やましろ の おばやし 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 石堂 頼房 ( いしどう より ふさ ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +-1 議奏 ( ぎそう ) と は 、 律令 制度 の もと 、 太政 官 が 政務 に 関 し て 審議 し 、 結論 が 出 た 事柄 に つ い て 、 天皇 に 上奏 する こと 。 +-1 川田 神社 ( かわた じんじゃ ) は 、 滋賀 県 甲賀 市 土山 町 に 鎮座 する 神社 で あ る 。 +-1 法被 ( はっぴ ) と は 、 祭 など の 際 に 着用 し 、 また 、 職人 など が 着用 する 印半纏 の こと で あ る 。 +-1 鞍馬山 ( くらまやま ) は 、 京都 府 京都 市 左京 区 に あ る 山 。 +-1 大典 顕常 ( だい てんけんじょう 、 享保 4 年 ( 1 719 年 ) - 享和 元年 2 月 8 日 ( 旧暦 ) ( 180 1 年 3 月 22 日 ) ) は 江戸 時代 中期 - 後期 の 禅僧 、 漢詩 人 で あ る 。 +1 膳摩漏 ( かしわ で の まろ 、 生年 不明 - 天武 天皇 11 年 7 月 18 日 ( 旧暦 ) ( 682 年 8 月 26 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 小笠原 長清 ( おがさわら なが きよ ) は 、 平安 時代 末期 から 鎌倉 時代 前期 の 甲斐 国 の 武将 。 +1 高山 友照 ( たかやま ともて る 、 大永 7 年 ( 1527 年 ) - 文禄 4 年 ( 1595 年 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +1 健磐 龍命 ( たけいわた つ の みこと ) と は 、 日本 神話 に 登場 する 人物 で 、 阿蘇 神社 の 主祭 神 で あ る 。 +1 大葬 ( たいそう ) と は 、 天皇 ・ 皇后 ら 三后 の 葬儀 の こと 。 +1 三条 公教 ( さんじょう きみのり ( 「 きんの り 」 と も ) 、 康和 5 年 ( 110 3 年 ) - 永暦 元年 7 月 9 日 ( 旧暦 ) ( 11 60 年 8 月 12 日 ) ) は 、 平安 時代 後期 の 公卿 で 藤原 北家 閑院 家流 三 条 家 当主 。 +1 高師 冬 ( こう もろふゆ 、 ? - 正平 ( 日本 ) 6 年 / 観応 2 年 1 月 17 日 ( 旧暦 ) ( 1351 年 2 月 13 日 ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +-1 『 鼠 小紋 東 君 新形 』 ( ねずみ こもん はる の しんがた ) は 、 歌舞伎 の 演目 。 +1 藤原 弘蔭 ( ふじわら の ひろかげ 、 生年 不詳 - 延喜 4 年 3 月 2 日 ( 旧暦 ) ( 90 4 年 3 月 26 日 ) ) は 平安 時代 の 人物 。 +-1 府中 ( ふちゅう ) と は 、 令制 国 の 地方 官庁 ( 国衙 ) を 中心 と し て 成立 し た 都市 域 で あ る 国府 の 別称 。 +-1 祇園 辻 利 ( ぎおん つじり ) は 、 京都 市 東山 区 祇園 に あ る 企業 。 +-1 日英 同盟 ( にちえい どうめい , The Anglo - JapaneseAlliance ) は 、 明治 後期 に 結 ば れ た 日本 と イギリス と の 間 の 軍事 同盟 。 +-1 弘仁格 ( こうにんきゃく ) は 、 平安 時代 初期 に 編纂 ・ 施行 さ れ た 格式 。 +-1 醍醐 寺 ( だい ごじ ) は 、 京都 府 京都 市 伏見 区 醍醐 東 大路 町 に あ る 真言 宗 醍醐 派 総 本山 の 寺院 。 +-1 道興 ( どうこう 、 永享 2 年 ( 1430 年 ) - 大永 7 年 1527 年 ) は 、 室町 時代 の 僧侶 で 聖護 院 門跡 。 +-1 細長 ( ほそなが ) は 平安 時代 の 産着 の 一 形態 で あ り 、 狩衣 に 形状 が 似 て い る 。 +1 姪娘 ( めい の いらつめ 、 生没年 不詳 ) は 、 蘇我 倉山田 石川 麻呂 の 娘 。 +1 藤原 顕輔 ( ふじわら の あきすけ 、 寛治 4 年 ( 1090 年 ) - 久寿 2 年 5 月 7 日 ( 旧暦 ) ( 1155 年 6 月 8 日 ) ) は 平安 時代 後期 の 公家 ・ 歌人 。 +1 藤原 朝忠 ( ふじわら の あさただ 、 延喜 10 年 ( 910 年 ) - 康保 3 年 12 月 2 日 ( 旧暦 ) ( 96 7 年 1 月 19 日 ) ) は 平安 時代 中期 の 公家 ・ 歌人 。 +-1 牛車 ( ぎっ しゃ ) は 、 ウシ や 水牛 に 牽引 さ せ る 乗り物 の ひと つ 。 +1 康尚 ( こうしょう 、 生没 年 未詳 ) は 、 平安 時代 中期 の 仏師 。 +-1 和人 地 は 、 近世 の 北海道 に おけ る 地域 区分 の ひと つ 。 +-1 石田 散薬 ( いしだ さん やく ) と は 新 選 組 の 副長 、 土方 歳 三 の 生家 が 製造 、 販売 し て い た 薬 。 +-1 尾張 徳川 家 は 、 徳川 氏 の 支系 徳川 御 三家 の 一 つ で 、 尾張 藩 主 の 家系 。 +-1 文久 の 改革 ( ぶんきゅう の かいかく ) は 、 文久 2 年 ( 1862 年 ) に 江戸 幕府 で 行 わ れ た 一連 の 人事 ・ 職制 ・ 諸 制度 の 改革 を 指 す 。 +1 湖 月 抄 ( こげつ しょう ) と は 、 北村 季吟 に よ っ て 著 さ れ た 源氏 物語 の 注釈 書 で あ る 。 +-1 日延 ( にちえん 、 生没年 不詳 ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +-1 中央 道 昼 特急 京都 号 ( ちゅうおうどう ひる とっきゅう きょう と ごう ) は 、 昼 特急 の 一 路線 で 、 東京 都 と 京都 府 京都 市 を 結 ぶ 昼行 高速 バス で あ る 。 +1 平知 康 ( たいらの ともやす 生没年 不詳 ) は 平安 時代 末期 の 貴族 。 +-1 祭神 武甕 槌命 経津 主命 天児 屋根命 比売 神 +1 藤原 美都子 ( ふじわら の みつこ 、 ( 781 年 ) - 天長 5 年 ( 828 年 ) 9 月 5 日 ) は 平安 時代 初期 の 貴族 女性 、 女官 。 +-1 宣明暦 ( せんみょうれき ) と は 中国 暦 の 一 つ で あ る 。 +1 源義兼 ( みなもと の よしかね 、 生没年 不詳 ) は 、 平安 時代 末期 の 河内 源 氏 の 武将 。 +-1 主鈴 ( しゅれい ) は 律令 制 に お い て 中務 省 に 属 し た 品官 。 +1 鷹司 政通 ( たかつかさ まさみ ち 、 寛政 元年 7 月 2 日 ( 旧暦 ) ( 1789 年 8 月 22 日 ) - 明治 元年 10 月 16 日 ( 旧暦 ) ( 1868 年 11 月 29 日 ) ) は 、 江戸 時代 の 公家 、 政治 家 で あ る 。 +1 菅沼 定芳 ( すがぬま さだよし ) は 、 江戸 時代 前期 の 譜代 大名 。 +-1 オモダル ・ アヤカシコネ は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +1 歳旦祭 ( さいたんさい ) は 、 戦前 の 祝祭 日 の 中 の 皇室 祭 祀令 に 基づ く 祭日 の 一 つ 。 +-1 千手 観音 ( せんじゅ かんの ん ) 、 サンスクリット サハスラブ ジャ ・ アーリヤ ・ アヴァ ローキテーシュヴァラ ( sahasrabhujaaaryaavalokitezvara ) は 、 仏教 に おけ る 信仰 対象 で あ る 菩薩 の 一尊 。 +-1 鯨塚 ( くじらづか ) と は 、 海浜 に お い て 岸 に 打ち上げ られ た クジラ を 祀 っ た 塚 の こと で 、 日本 独特 の 慣わし で あ る 。 +-1 松殿 家 ( まつど の け ) は 、 摂関 家 と し て 創設 さ れ 、 『 本来 で あ れ ば 』 摂家 の 近衛 家 ・ 九条 家 に 並 ぶ 序列 の 公家 で あ る 。 +1 護良 親王 ( もりなが しん の う / もりよししん のう ) 、 延慶 ( 日本 ) 元年 ( 130 8 年 ) - 建武 ( 日本 ) 2 年 7 月 23 日 ( 旧暦 ) ( 1335 年 ) は 、 鎌倉 時代 後期 から 建武 の 新政期 の 人物 。 +-1 瓶長 、 甕長 、 甌長 ( かめお さ ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +1 玉葉 和 歌集 ( ぎょくよう わかしゅう ) は 鎌倉 時代 の 勅撰 集 。 +-1 『 西王母 』 ( せいおうぼ 、 さいおう ぼ ) は 能 の 演目 の 一 つ 。 +-1 府 藩 県 三治 制 ( ふ はん けん さんち せい ) は 、 明治 初年 の 地方 行政 制度 。 +-1 尋 ( ひろ ) は 、 尺貫 法 の 長 さ の 単位 で あ る 。 +-1 『 紅葉 狩 』 ( もみじがり ) は 、 能 の 一 曲 で あ る 。 +-1 京都 縦貫 自動 車 道 ( きょう と じゅう かん じ どう しゃ どう ) は 、 起点 を 京都 府 久世 郡 久御山 町 、 終点 を 同府 宮津 市 と する 延長 約 100 km の 高規格 幹線 道路 ( 一般 国道 478 号 ) で あ る 。 +1 京極 政経 ( きょうごく まさつね 、 生年 不詳 - 15 0 2 年 又 は 150 8 年 ) は 守護 大名 で あ る 京極 氏 の 室町 時代 後期 の 当主 。 +1 北畠 具行 ( きたばたけ ともゆき 、 正応 3 年 ( 1290 年 ) - 正慶 元年 / 元弘 2 年 6 月 19 日 ( 旧暦 ) ( 1332 年 7 月 12 日 ) ) は 、 鎌倉 時代 末期 の 公卿 。 +-1 給人 ( きゅうじん ) +-1 天文 方 ( てんもん か た ) は 、 江戸 幕府 に よ っ て 設置 さ れ た 科学 研究 機関 。 +-1 控櫓 ( ひかえ や ぐら ) と は 、 江戸 時代 に 江戸 幕府 公認 の 芝居 小屋 ( 本櫓 ) が 経営 難 など で 興行 が 出来 な く な っ た 場合 に 、 興行 権 を 譲り受け て 劇場 運営 を 代行 し た 座元 の こと で あ る 。 +1 有栖川 宮幸仁 親王 ( ありすがわ のみや ゆきひと しん のう   明暦 2 年 3 月 15 日 ( 旧暦 ) ( 1656 年 4 月 9 日 ) - 元禄 12 年 7 月 25 日 ( 旧暦 ) ( 1699 年 8 月 20 日 ) ) は 、 江戸 時代 の 皇族 。 +-1 天下 三 茄子 ( てんか さんな す ) と は 、 九十 九 髪 茄子 、 松本 茄子 、 富士 茄子 の 三 つ の こと で あ る 。 +1 明治 天皇 ( めいじ てんのう 、 嘉永 5 年 9 月 22 日 ( 1852 年 11 月 3 日 ) - 明治 45 年 ( 1912 年 ) 7 月 30 日 ) は 、 第 122 代 天皇 ( 在位 慶応 3 年 ( 1867 年 ) - 明治 45 年 ( 1912 年 ) ) 。 +-1 甚句 ( じんく ) は 日本 の 伝統 的 な 歌謡 の 一形式 で あ る 。 +1 中村 春続 ( なかむら はるつぐ 、 生年 不詳 - 天正 9 年 10 月 24 日 ( 158 1 年 11 月 19 日 ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 人物 、 初め 大炊 助 、 後 に 対馬 守 。 +-1 最中 ( もなか ) と は 、 餅 から 作 っ た 皮 で 餡 を 包 ん だ 和 菓子 の 一種 で あ る 。 +1 關 三十 郞 ( せき さんじゅうろう 、 新字体 : 関 三十郎 ) は 歌舞伎 の 名跡 。 +-1 円行 ( えんぎょう 、 延暦 18 年 ( 799 年 ) - 仁寿 2 年 3 月 6 日 ( 旧暦 ) ( 85 2 年 3 月 29 日 ) ) は 、 平安 時代 の 真言 宗 の 僧 。 +-1 和弓 ( わきゅう ) と は 、 日本 の 弓道 ・ 弓術 及び そこ で 使用 さ れ る 長弓 の 弓 ( 武器 ) の こと 。 +1 観勒 ( かんろく 、 生没年 不詳 ) と は 、 7 世紀 初頭 の 百済 の 僧侶 。 +-1 芸亭 ( うんてい ) は 、 日本 で 最初 の 公開 図書 館 と さ れ て い る 施設 。 +1 明仁 ( あきひと 、 昭和 8 年 ( 1933 年 ) 12 月 23 日 - ) は 、 日本 の 第 125 代 天皇 。 +1 藤原 多子 ( ふじわら の まさる こ 、 保延 6 年 ( 1140 年 ) - 建仁 元年 12 月 24 日 ( 120 2 年 1 月 19 日 ) ) は 平安 時代 末期 の 后妃 。 +1 斎村 政広 ( さいむら まさひろ 、 永禄 5 年 ( 1562 年 ) - 慶長 5 年 10 月 28 日 ( 旧暦 ) ( 160 0 年 12 月 3 日 ) ) は 、 安土 桃山 時代 の 武将 。 +1 十 種 神宝 ( とくさ の かん だ から 、 じっ しゅ しんぽう ) と は 、 物部 氏 の 祖神 で あ る 饒速 日命 が 伝え た と さ れ る 十種 の 神宝 で あ る 。 +1 和田 重郎 ( わ だ じゅうろう 、 生年 不詳 - 慶応 4 年 1 月 4 日 ( 旧暦 ) ( 1868 年 1 月 28 日 ) ) は 新選 組 隊士 。 +1 井戸 良弘 ( いど よしひろ 、 天文 ( 元号 ) 元年 ( 1532 年 )   -   慶長 17 年 ( 1612 年 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +-1 藤森 神社 ( ふじ の もり じんじゃ ) は 、 京都 市 伏見 区 に あ る 神社 で あ る 。 +-1 天気 輪 ( てんき りん ) 、 天気 柱 ( てんき ばしら ) もしくは 後生 車 ( ごしょうぐるま ) は 、 寺 や 墓場 の 入り口 付近 に 置 か れ て い る 輪 の つ い た 石 もしくは 木製 の 柱 の こと 。 +1 川上 忠智 ( かわかみ ただ と も 、 生年 不詳 - 慶長 12 年 ( 1607 年 ) ) は 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 。 +1 慶寿院 ( けい じゅいん 、 永正 11 年 ( 1514 年 ) - 永禄 8 年 5 月 19 日 ( 旧暦 ) ( 1565 年 6 月 17 日 ) ) は 、 室町 幕府 第 12 代 征夷 大将軍 足利 義晴 の 正室 。 +-1 市川 流 ( いちかわ りゅう ) +-1 法輪 寺 ( ほうりんじ ) は 京都 市 上京 区 に あ る 臨済 宗 妙心 寺 派 の 寺院 で あ る 。 +1 宮川 数馬 ( み や かわかずま 、 天保 12 年 ( 1841 年 ) ? - 慶応 4 年 1 月 3 日 ( 旧暦 ) ( 1868 年 1 月 27 日 ) ) は 新選 組 隊士 。 +1 源 頼定 ( みなもと の より さだ 、 貞元 ( 日本 ) 2 年 ( 977 年 ) - 寛仁 4 年 6 月 11 日 ( 旧暦 ) ( 1020 年 7 月 4 日 ) ) は 平安 中期 の 公卿 。 +-1 松尾 流 ( まつおりゅう ) は 、 松尾 宗二 に 始ま る 茶道 の 流派 。 +-1 秦楽 寺 ( じんらくじ ) と は 、 奈良 県 磯城 郡 田原本 町 秦庄 に あ る 真言 律 宗 の 寺 。 +1 新撰朗 詠 集 ( しんせん ろうえい しゅう ) は 、 日本 の 歌集 で 漢詩 集 。 +1 斉子 内 親王 ( ただこ ( せいし ) ないしん のう ) は 、 平安 時代 の 皇族 。 +1 神田 孝平 ( かんだ たかひら 、 文政 13 年 9 月 15 日 ( 旧暦 ) ( 1830 年 10 月 31 日 ) - 明治 31 年 ( 1898 年 ) 7 月 5 日 ) は 幕末 の 洋学 者 、 明治 時代 の 兵庫 県 県令 、 元 老院 議官 、 貴族 院 議員 。 +1 満天姫 ( まてひめ 、 天正 17 年 ( 1589 年 ) ? - 寛永 15 年 3 月 22 日 ( 旧暦 ) ( 1638 年 5 月 5 日 ) ) は 、 安土 桃山 時代 - 江戸 時代 の 女性 で 、 徳川 家康 の 異父 弟 ・ 下総 関宿 藩 主 松平康元 の 娘 。 +1 平盛俊 ( たいら の もり とし 、 生年 未詳 - 寿永 3 年 2 月 7 日 ( 旧暦 ) ( 1184 年 3 月 20 日 ) は 、 平安 時代 末期 の 伊勢 平 氏 方 の 武将 。 +1 亀 の 前 ( かめ の まえ   生没年 不詳 ) は 平安 時代 末期 の 女性 。 +-1 『 歎異抄 』 ( たん に しょう ) は 、 鎌倉 時代 後期 に 書 か れ た 日本 の 仏教 書 。 +-1 坪井 遺跡 ( つぼい いせき ) と は 、 橿原 市 常盤 町 と 桜井 市 大福 に またが る 弥生 時代 中期 ・ 後期 の 遺跡 。 +1 若紫 ( わかむらさき ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 若桜 藩 ( わかさ はん ) は 因幡 国 八東 郡 ( 鳥取 県 八頭 郡 若桜 町 ) 周辺 を 領 し た 藩 。 +-1 ほめことば は 、 歌舞伎 で 、 役者 を ほめ たたえ る ため に 発 し 、 投げかけ られ る ことば で あ る 。 +1 松本 謙三 ( まつもと けんぞう 、 1899 年 ( 明治 32 年 ) 3 月 21 日 - 1980 年 ( 昭和 55 年 ) 9 月 15 日 ) と は 、 ワキ 方 下 掛宝生 流能 楽師 。 +-1 民部 省 ( みんぶ しょう ) は 、 律令 制下 の 日本 の 官制 の 一 つ 。 +-1 国史 大系 ( こく し た いけい ) は 、 日本 史 を 研究 する 上 で の 基礎 史料 た る 古典 籍 を 集成 し 、 校訂 を 加え て 刊行 し た 叢書 で あ る 。 +1 『 水鏡 』 ( みずかがみ ) は 、 歴史 物語 。 +-1 益信 ( やくしん 、 天長 4 年 ( 827 年 ) - 延喜 6 年 3 月 7 日 ( 旧暦 ) ( 90 6 年 4 月 8 日 ) ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +1 引田 虫 麻呂 ( ひけた の むしまろ ) は 奈良 時代 の 官人 。 +1 鷹司 隆子 ( たかつかさ たかこ 、 天明 7 年 4 月 28 日 ( 旧暦 ) ( 1787 年 6 月 13 日 ) - 明治 3 年 6 月 8 日 ( 旧暦 ) ( 1870 年 7 月 6 日 ) ) は 江戸 時代 の 女性 。 +-1 建稲 種命 ( たけ いな だね の みこと ) は 、 日本 の 神 。 +-1 和様 ( わよう ) と は 、 日本 風 あるいは 、 日本 様式 の 事物 を 意味 し 、 中国 風 ・ 中国 様式 を 意味 する 唐様 に 対 し て 用い られ る 。 +-1 木野 駅 ( きの えき ) は 、 京都 府 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +-1 大原女 ( おはらめ ) と は 、 山城 国 大原 ( 京都 市 ) ( 京都 府 京都 市 左京 区 大原 ) の 女子 が 薪 を 頭 に 載せ て 京 の 都 で 売 る こと を さ す 。 +-1 府 ( ふ ) +1 『 新古 今 和 歌集 』 ( しんこ きん わかしゅう ) は 鎌倉 時代 初期 、 後鳥 羽 天皇 の 勅命 に よ っ て 編 ま れ た 勅撰 和 歌集 。 +-1 暑中 見舞い ( しょちゅう みまい ) と は 、 暑中 に 知人 など へ 安否 を 尋ね る ため に 出 し た 手紙 の こと 。 +-1 御 経坂 峠 ( みきょうざか とうげ ) は 京都 府 京都 市 右京 区 内 に あ る 国道 上 の 峠 で あ る 。 +-1 藪内流 ( やぶ の うち りゅう ) は 茶道 流 派 の 一 つ 。 +-1 京都 精華 大前 駅 ( きょう と せいか だい まえ えき ) は 、 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +-1 神応 寺 ( しんのうじ ) は 、 京都 府 八幡 市 に あ る 曹洞 宗 の 寺院 。 +-1 神棚 ( かみだな ) は 家 や 事務 所 など に お い て 神道 の 神 ( 神道 ) を ま つ る ため の 棚 で あ る 。 +-1 琵琶 牧々 ( びわ ぼく ぼく ) は 、 鳥山 石燕 に よ る 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 の 一 つ で 、 琵琶 の 妖怪 。 +-1 女人 禁制 ( にょにんきんせい ) と は 、 女性 に 対 し て 社寺 や 霊場 、 祭場 など へ の 立入り を 禁 じ 、 男性 主体 の 修行 や 参拝 に 限定 する 事 。 +-1 母岩 ( ぼがん 、 、 wallrock 、 hostrock ) と は 何 か の 元 と な る 岩石 の こと 。 +-1 関西 鉄道 ( 關西 鐵道 。 かんさい てつどう 、 かんせい てつどう ) は 、 明治 時代 に 存在 し た 現在 の 東海 旅客 鉄道 ・ 西 日本 旅客 鉄道 の 路線 に またが る 鉄道 事業 者 で 、 関西 本線 ・ 草津 線 ・ 片町 線 ・ 紀勢本線 ・ 桜井 線 ・ 和歌山 線 ・ 奈良 線 ・ 大阪 環状 線 の 前身 で あ る 。 +1 巨勢 堺 麻呂 ( こせ の さかい まろ 、 生年 不詳 - 天平 宝字 5 年 4 月 1日 ( 旧暦 ) ( 76 1 年 5 月 9 日 ) ) は 、 奈良 時代 の 貴族 。 +1 中川 淳庵 ( なかがわ じゅんあん / じゅんなん 、 元文 4 年 ( 1739 年 ) - 天明 6 年 6 月 7 日 ( 旧暦 ) ( 1786 年 7 月 2 日 ) は 江戸 時代 中期 の 医者 ・ 本草 学者 ・ 蘭学 者 。 +-1 十 社 大 明神 ( じっ しゃ だいみょう じん ) と は 、 御毛 沼命 と その 妻子 神 。 +-1 緩発 式 火縄銃 ( かんぱつ しき ひなわ じゅう ) は 火縄 銃 の 撃発 機構 の 一種 「 緩発 式 」 機構 を 備え た 銃 。 +1 鷹司 繋子 ( たかつかさつ な こ 、 寛政 10 年 2 月 1日 ( 旧暦 ) ( 1798 年 3 月 17 日 ) - 文政 6 年 4 月 4 日 ( 旧暦 ) ( 1823 年 5 月 14 日 ) ) 、 のち の 贈皇 后 繋子 は 、 江戸 時代 後期 の 仁孝 天皇 の 女御 。 +-1 幕府 海軍 ( ばくふ かい ぐん ) と は 、 江戸 幕府 が 設置 し た 、 海上 戦闘 を 任務 と し た 西洋 式 軍備 の 海軍 で あ る 。 +-1 仁和 寺 ( にんなじ ) は 、 京都 府 京都 市 右京 区 御室 ( おむろ ) に あ る 真言 宗 御室 派 総 本山 の 寺院 で あ る 。 +-1 小直衣 ( このうし ) と は 、 狩衣 に 袍 や 直衣 の よう な 襴 ( らん ) を 縫い 付け た 衣服 の こと 。 +-1 荘務 ( しょうむ ) と は 、 荘園 内部 の 勧農 ・ 検断 ・ 徴税 など 、 在地 に おけ る 実際 の 支配 ・ 管理 を 行 う こと 、 また は その 権限 を 持 つ 者 。 +1 村上 天皇 ( むらかみ てんのう 、 延長 4 年 6 月 2 日 ( 926 年 7 月 14 日 ) - 康保 4 年 5 月 25 日 ( 96 7 年 7 月 5 日 ) 、 在位 : 天慶 9 年 4 月 28 日 ( 946 年 5 月 31 日 ) - 康保 4 年 5 月 25 日 ( 96 7 年 7 月 5 日 ) ) は 、 平安 時代 中期 の 天皇 。 +-1 籠 神社 ( この じんじゃ 、 こもり じんじゃ ) は 、 京都 府 宮津 市 の 天橋 立 の 近く に あ る 神社 で あ る 。 +-1 猿之助 十 八 番 ( えんの すけじゅう はち ばん ) は 、 市川 猿之助 ( 3 代 目 ) が 昭和 63 年 ( 1988 年 ) に 撰 し た 澤瀉 屋 ・ 市川 猿之助 の お 家芸 。 +-1 刹那 ( せつな 、 Sktksana ) は 仏教 の 時間 の 概念 の 1 つ で 、 最小 単位 を 表 す 。 +-1 法輪 寺 ( ほうりんじ ) は 、 京都 市 西京 区 に あ る 仏教 寺院 。 +-1 大河内山荘 ( おおこう ち さんそう ) は 京都 市 右京 区 嵯峨野 に あ る 史跡 、 日本 庭園 。 +1 一条   能成 ( いちじょう   よしな り 、 長寛 2 年 ( 1163 年 ) - 嘉禄 4 年 ( 1238 年 ) ) は 平安 時代 末期 から 鎌倉 時代 前期 の 公家 。 +-1 高髻 ( こうけい ) と は 奈良 時代 の 女性 貴族 の 髪型 。 +-1 難波津 ( なにわつ 、 旧 仮名遣い : なに はつ ) と は 、 古代 大阪 湾 に 存在 し た 港湾 施設 の 名称 で あ る 。 +-1 古 武道 ( こぶどう ) ( 古流 武術 、 古武術 等 も ほぼ 同義 ) と は 、 日本 の 伝統 的 な 、 徒手 もしくは 鈍器 や 刃物 、 火器 など の 武器 に よ る 闘い の ため の 技術 を 体系 化 し た もの の 総称 。 +1 濃姫 ( のう ひめ 、 天文 ( 元号 ) 4 年 ( 1535 年 ) ? - 慶長 17 年 7 月 9 日 ( 旧暦 ) ( 1612 年 8 月 5 日 ) ? ) は 、 斎藤 道三 の 娘 で 、 織田 信長 の 正室 。 +1 山形 県 東田 川 郡 朝日 村 ( 山形 県 ) ( 現 ・ 鶴岡 市 ) +-1 金禄 公債 ( きんろく こうさい ) は 、 明治 維新 で 、 禄制 の 廃止 に よ り 還禄 し た 華士 族 以下 に その 代償 と し て 交付 さ れ た 公債 で あ る 。 +1 明石 ( あかし ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 装飾 古墳 ( そうしょく こふん ) と は 、 内部 の 壁 や 石棺 に 絵画 、 文様 、 彫刻 など の 装飾 の あ る 古墳 の 総称 で 、 墳丘 を 持 た な い 横穴 墓 も 含 ま れ る 。 +-1 京都 大学 学生 寄宿 舎 吉田 寮 ( きょう と だいがく がく せい き しゅくしゃ よしだ りょう ) と は 、 京都 大学 の 寄宿 舎 の ひと つ 。 +-1 充行 状 ( お て おこな い じょう / あてが いじょう ) と は 、 中世 に 見 られ る 文章 形式 。 +-1 熊野 古道 ( くま の こどう ) は 、 熊野 三山 ( 熊野 本宮 大社 、 熊野 速玉 大社 、 熊野 那智 大社 ) へ と 通じ る 参詣 道 の 総称 。 +1 中将 姫 ( ちゅうじょう ひめ 、 天平 19 年 8 月 18 日 ( 74 7 年 9 月 30 日 ) - 宝亀 6 年 3 月 14 日 ( 775 年 4 月 22 日 ) ) は 、 右 大臣 藤原 豊成 の 娘 と さ れ る 、 日本 の 伝説 上 の 人物 。 +-1 選択 無形民俗 文化 財 ( せんたく む けい みんぞく ぶんか ざい ) と は 、 重要 無形民俗 文化 財 以外 の 無形 の 民俗 文化 財 の うち 、 記録 、 保存 、 公開 に 対 し て 経費 の 一部 を 公費 に よ る 補助 を 受け る こと が でき る 。 +1 常康 親王 ( つね やすしんのう 、 生年 不詳 - 貞観 ( 日本 ) 11 年 5 月 14 日 ( 旧暦 ) ( 869 年 6 月 27 日 ) は 、 平安 時代 前期 の 皇族 。 +1 朗詠 江注 ( ろう えいごう ちゅう ) は 、 大江 匡房 に よ っ て 著 さ れ た 和漢朗 詠集 の 注釈 書 で あ る 。 +1 平清宗 ( たいらの きよ むね 、 嘉応 2 年 ( 1170 年 ) - 文治 元年 6 月 21 日 ( 旧暦 ) ( 1185 年 7 月 19 日 ) ) は 、 平安 時代 末期 の 武将 で あ る 。 +-1 皇朝 十 二 銭 ( こうちょう じゅう にせん ) と は 、 70 8 年 ( 和銅 元年 ) から 963 年 ( 応和 3 年 ) に かけ て 、 日本 で 鋳造 さ れ た 12 種類 の 銅貨 の 総称 で あ る 。 +-1 日本 の 城郭 概要 表 +-1 塵塚 怪王 ( ちりづか かいおう ) は 、 日本 に 伝わ る 妖怪 の 一種 。 +-1 北野 駅 ( きたの えき ) は 、 かつて 京都 府 京都 市 の 京福 電気 鉄道 北野 線 に 存在 し た 鉄道 駅 で あ る 。 +1 阿部 正由 ( あべ まさよし ) は 、 江戸 時代 の 大名 。 +-1 牛若丸 ( うし わかま る ) は 童謡 の 一 つ 。 +-1 仏舎利塔 ( ぶっしゃ り とう ) と は 、 仏舎利 ( 釈迦 牟尼 の 遺骨 ) を 納め る と さ れ る 仏塔 。 +-1 日珖 ( にち こう 、 天文 ( 元号 ) 元年 ( 1532 年 ) - 慶長 3 年 ( 1598 年 ) ) は 、 安土 桃山 時代 の 日蓮 宗 の 僧 。 +-1 平等 院 鳳翔 館 ( びょうどう いん ほうしょうかん ) は 京都 府 宇治 市 の 平等 院 の 敷地 内 に あ る 博物 館 。 +-1 仁寛 ( にんかん 、 生年 不詳 – 11 14 年 ( 永久 ( 元号 ) 2 年 ) ) は 、 立川 流 ( 密教 ) の 創始 者 と さ れ る 僧 で あ る 。 +-1 大友 皇子 即位 説 ( おおとも の み こそく いせつ ) は 、 江戸 時代 から 唱え られ た 学説 で 、 日本 史学 で 長 く 続 く 論争 点 で あ る 。 +1 中島 宣長 ( なかしま のりなが ) は 、 鎌倉 時代 の 尾張 国 中島 郡 中島 村 の 中島 城主 。 +1 賀茂 光栄 ( かもの みつよし 、 天慶 2 年 ( 939 年 ) - 長和 4 年 6 月 7 日 ( 旧暦 ) ( 1015 年 6 月 25 日 ) ) は 、 平安 時代 の 陰陽 師 、 陰陽 家 。 +-1 疱瘡 神 ( ほうそう がみ 、 ほうそうしん ) は 、 疱瘡 ( 天然 痘 ) を 擬神 化 し た もの で 、 疫病 神 の 一種 で あ る 。 +-1 桂園 時代 ( けいえん じだい / けいおん じだい ) と は 、 大 日本 帝国 陸軍 ・ 山縣 有朋閥 に 属 する 桂太郎 と 、 伊藤 博文 の 後継 者 と し て 立憲 政友 会 総裁 に 就 い た 西園寺 公望 が 、 政権 を 交互 に 担当 し た 190 5 年 から 1912 年 の 8 年間 を い う 。 +-1 西本願 寺 ( に しほんがん じ ) は 、 京都 府 京都 市 下京 区 に あ る 浄土 真宗 本願 寺 派 本山 の 寺院 。 +1 天書 ( てんしょ ・ あまつふみ ・ あめ の ふみ ) は 、 奈良 時代 末期 に 藤原 浜成 の 撰 と さ れ る 編年 体 の 歴史 書 。 +-1 幽庵 焼き ( ゆうあん や き ) は 、 和食 の 焼き物 の ひと つ 。 +-1 千家 十 職 ( せんけ じっ そく ) と は 、 茶道 に 関わり 三千 家 に 出入り する 塗り師 ・ 指物 師 など 十 の 職家 を 表 す 尊称 で あ る 。 +-1 三味 長老 ( しゃみちょうろう ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +-1 三 つ 葉葵 ( みつば あお い ) は 日本 の 家紋 で あ る 葵紋 の 一種 。 +1 九条 良 通 ( くじょう よしみち 、 仁安 ( 日本 ) 2 年 11 月 6 日 ( 旧暦 ) ( 11 67 年 12 月 19 日 ) - 文治 4 年 2 月 20 日 ( 旧暦 ) ( 1188 年 3 月 19 日 ) ) は 平安 時代 末期 の 公卿 。 +-1 静 神社 ( しずか じんじゃ ) は 京都 府 京丹後 市 網野町 に あ る 神社 で あ る 。 +-1 七 代 目尾上 梅幸 ( しちだい め お の え ば いこう 、 大正 4 年 ( 1915 年 ) 8 月 31 日 - 平成 7 年 ( 1995 年 ) 3 月 24 日 ) は 、 歌舞伎 役者 。 +-1 蓮 の 葉 ( はす の は ) と は 蓮 と い う 水生 植物 の 水面 に 浮 い て い る 葉 の こと を さし 漢方 薬 の 伝来 に よ り 荷葉 ( かよう ) と も い う 。 +-1 吉野 温泉 ( よしの おんせん ) は 、 奈良 県 吉野 郡 吉野 町 に あ る 温泉 。 +-1 京極 騒乱 ( きょうごく そうらん ) は 、 室町 時代 から 戦国 時代 ( 日本 ) に かけ て 近江 国 に お い て 起こ っ た 京極 氏 の 家督 相続 を 巡 る 御家 騒動 の 一 つ 。 +-1 角田 無幻 ( つの だむげん 、 ? - 文化 ( 元号 ) 6 年 ( 1809 年 ) ) は 、 江戸 時代 の 書道 家 。 +-1 自玉 手 祭来 酒解 神社 ( たまで より まつり きたる さか とけ じんじゃ ) は 京都 府 乙訓 郡 大山崎 町 に あ る 神社 。 +1 實川 延若 ( じつかわ えんじゃく 、 新 字体 : 実川 ) は 、 歌舞伎 役者 の 名跡 。 +1 姈子 内 親王 ( れい こ な い しんの う 、 文永 7 年 9 月 19 日 ( 旧暦 ) ( 1270 年 10 月 5 日 ) - 徳治 2 年 7 月 24 日 ( 旧暦 ) ( 1307 年 8 月 22 日 ) ) は 後深草 天皇 の 皇女 。 +-1 大犯 三 箇条 ( たい ぼん さん かじょう ) と は 、 鎌倉 幕府 、 室町 幕府 に おけ る 守護 の 基本 的 権限 。 +-1 衛士 ( えい し 、 えじ と も ) +1 梅ヶ谷 藤太郎 ( うめがた に とうたろう 、 弘化 2 年 2 月 9 日 ( 旧暦 ) ( 1845 年 3 月 16 日 ) - 1928 年 ( 昭和 3 年 ) 6 月 15 日 ) は 、 大 相撲 の 第 15 代 横綱 。 +-1 一向 宗 ( いっ こう しゅう ) と は 、 鎌倉 時代 の 浄土 宗 の 僧 ・ 一向 俊聖 が 創め た 仏教 宗 派 。 +-1 正月 ( しょうがつ ) と は 、 各暦 の 年 の 始め の 数 日間 の こと で 、 文化 的 に は 昨年 が 無事 に 終わ っ た こと と 、 新し い 年 を 祝 う 行事 で あ る 。 +1 西園寺 嬉子 ( さいおんじき し 、 藤原 嬉子 ( ふじわら の きし ) 、 中宮 嬉子 、 建長 4 年 ( 1252 年 ) - 文保 2 年 4 月 25 日 ( 旧暦 ) ( 1318 年 5 月 26 日 ) ) は 、 鎌倉 時代 の 亀山 天皇 の 中宮 。 +-1 久美 の 浜 温泉 ( くみ の はま おんせん ) は 、 京都 府 京丹後 市 久美浜 町 平田 ( 旧 久美浜 町 ) ( 旧 国丹 後 国 ) に あ る 温泉 。 +-1 深見 トンネル ( ふかみ トンネル ) は 京都 府 京都 市 右京 区 と 同府 南丹 市 に 跨 る トンネル で あ る 。 +-1 荼枳 尼天 ( だき に てん 、 荼吉 尼 天と も ) は 、 仏教 の 神 。 +1 康子 内 親王 ( やすこ な い しん の う / こう し な い しんのう 、 延喜 19 年 ( 919 年 ) - 天暦 11 年 6 月 6 日 ( 95 7 年 7 月 10 日 ) は 、 平安 時代 の 皇族 、 藤原 師輔 の 4 番 目 の 正妻 と さ れ る 。 +1 尼子 勝久 ( あまご かつひさ ) は 戦国 時代 ( 日本 ) の 武将 。 +1 香川 景樹 ( かがわ かげき 、 明和 5 年 4 月 10 日 ( 旧暦 ) ( 1768 年 5 月 25 日 ) - 天保 14 年 3 月 28 日 ( 旧暦 ) ( 1843 年 4 月 26 日 ) ) は 、 江戸 時代 後期 の 歌人 。 +1 曙立王 ( あけた つ の おう ) は 、 『 古事 記 』 に 登場 する 皇族 。 +-1 野狐禅 ( やこぜん ) と は 、 禅宗 に お い て 、 禅 に 似 て 非 な る 邪禅 の こと 。 +-1 ししおどし ( 鹿威し ) と は 、 農業 など に 被害 を 与え る 鳥獣 を 威嚇 し 、 追い払 う ため に 設け られ る 装置 全般 の 総称 。 +-1 梅小路 蒸気 機関 車 館 ( うめこうじ じょうきき かん しゃ かん ) は 、 京都 府 京都 市 下京 区 観喜 寺 町 に あ る 西 日本 旅客 鉄道 ( JR 西 日本 ) が 運営 する 蒸気 機関 車 の 鉄道 保存 展示 施設 で あ る 。 +1 姉小路 忠方 ( あね が こうじ た だ かた 、 仁治 2 年 ( 1241 年 ) - 弘安 5 年 12 月 19 日 ( 旧暦 ) ( 1283 年 1 月 19 日 ) ) は 、 鎌倉 時代 中期 の 公卿 。 +1 后位 ( こうい ) と は 、 先代 あるいは 当代 の 天皇 の 嫡妻 に 与え られ た 地位 で あ る 太皇 太后 ・ 皇太后 ・ 皇后 を 指 す 。 +-1 小唄 ( こうた ) に は 、 もともと 端唄 から 派生 し た 俗謡 で あ る 。 +-1 漬物 ( つけもの ) と は 、 野菜 ( 場合 に よ っ て は 魚 や 動物 ) など を 食塩 、 酢 、 糠味噌 、 醤油 、 酒粕 、 油脂 など 高 い 浸透 圧 を 生 じ たり 水素 イオン 指数 を 下げ る 効果 を 持 つ 、 あるいは 空気 と 遮断 する 効果 を 持 つ 漬け込 み 材料 と とも に 漬け込 み 、 保存 性 を 高め る と とも に 熟成 さ せ 、 風味 を 良 く し た 保存 食品 。 +1 永谷 宗 円 ( ながたに そう えん 、 天和 ( 日本 ) 元年 ( 1681 年 ) - 安永 7 年 ( 1778 年 ) ) は 山城 国 宇治田 原郷 湯屋 谷村 ( 現 京都 府 綴喜 郡 宇治田原町 湯屋谷 ) の 農家 。 +1 横浜 茂勝 ( よこはま しげかつ 、 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 。 +-1 正税 帳 ( しょう ぜいちょう ) は 、 律令 制 の もと で 国司 が 毎年 太政 官 に 対 し て 提出 する 帳簿 の 1 つ で 、 令 制 国 に おけ る 正税 の 収支 決算 書 。 +-1 蓑草鞋 ( みの わら じ 、 みの そうじ ) は 、 鳥山 石燕 の 妖怪 画 集 『 画図 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +1 一条 天皇 ( いちじょうてんのう 、 天元 3 年 6 月 1日 ( 980 年 7 月 15 日 ) - 寛弘 8 年 6 月 22 日 ( 1011 年 7 月 25 日 ) ) は 第 66 代 天皇 。 +-1 施薬 院 ( せ やくいん / やくいん ) は 、 奈良 時代 に 設置 さ れ た 令外 官 で あ る 庶民 救済 施設 ・ 薬園 。 +-1 Infobox Buddhist +1 新見 錦 ( に いみ にしき 、 天保 7 年 ( 1836 年 ) - 文久 3 年 9 月 13 日 ( 旧暦 ) ( 1863 年 10 月 25 日 ) ? ) 。 +1 平城 天皇 ( へいぜい てんのう 、 へいじょう てんのう 、 宝亀 5 年 8 月 15 日 ( 774 年 9 月 26 日 ) - 弘仁 15 年 7 月 7 日 ( 82 4 年 8 月 5 日 ) ) は 第 51 代 の 天皇 ( 在位 : 大同 元年 5 月 18 日 ( 80 6 年 6 月 8 日 ) - 大同 4 年 4 月 1日 ( 80 9 年 5 月 8 日 ) ) 。 +-1 瞬発 式 火縄 銃 ( しゅんぱつ しき ひなわ じゅう ) は 、 火縄 銃 の 点火 方式 の 一 つ で 、 これ を 用い た 銃 は 日本 の 火縄 銃 に 代表 さ れ る 。 +-1 和算 ( わ さん ) と は 日本 独自 に 発達 し た 数学 で あ る 。 +-1 西 大寺 ( さいだいじ ) は 、 奈良 県 奈良 市 西 大寺 芝町 に あ る 、 真言律宗 総 本山 の 寺院 。 +-1 能 の 現行 演目 一覧 ( のう の げん こう えんも く いちらん ) は 、 能 の シテ 方 五 流 が 、 現在 上演 する 演目 を まとめ た 一覧 で あ る 。 +-1 売茶 翁 ( ばいさおう 、 まいさおう 、 延宝 3 年 5 月 16 日 ( 旧暦 ) ( 167 5 年 7 月 8 日 ) - 宝暦 13 年 7 月 16 日 ( 旧暦 ) ( 1763 年 8 月 24 日 ) は 、 江戸 時代 の 黄檗 宗 の 僧 。 +1 藤原 盛房 ( ふじわら の もり ふさ 、 生没 年 未詳 ) は 、 平安 時代 後期 の 廷臣 、 歌人 。 +1 近衛 基通 ( このえ もと み ち 、 永暦 元年 ( 11 60 年 ) - 天福 ( 日本 ) 元年 5 月 29 日 ( 旧暦 ) ( 1233 年 7 月 8 日 ) ) は 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 公卿 。 +1 無名 草子 ( むみょう ぞうし ) は 鎌倉 時代 初期 の 古典 で 、 文芸 評論 書 と し て は 最古 。 +1 当摩 国見 ( たいま の くに み / たぎまの- 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 。 +1 千 宗室 ( せんそうしつ 、 1956 年 - ) は 、 茶道 裏 千家 家元 16 代 玄黙 宗 室 で 斎号 は 坐忘斎 。 +-1 寺社 興行 法 ( じ しゃ こうぎょう ほう ) と は 、 神社 仏 寺 の 社殿 仏閣 を 修復 し て 、 神事 仏事 を 厳格 に 実施 さ せ る ため に 公武 権力 が 実施 し た 一連 の 法 制度 の こと 。 +1 明智光春 ( あけちみつ はる 、 1537 年 ( 天文 ( 元号 ) 6 年 ) ? - 15 82 年 ( 天正 10 年 ) ) は 、 日本 の 安土 桃山 時代 の 武将 。 +-1 多賀 SL パーク ( たが エスエル パーク ) は 、 かつて 滋賀 県 犬上 郡 多賀 町 敏満寺 に あ っ た SL ホテル で あ る 。 +-1 大映 株式 会社 ( だいえい かぶしき がいしゃ ) は 、 1942 年 から 2002 年 まで 存在 し た 映画 会社 。 +-1 三善 氏 ( みよし し ) は 、 日本 の 姓 氏 の 1 つ 。 +1 桃井 春蔵 ( もも の いしゅんぞう 、 182 5 年 ( 文政 8 年 ) - 18 85 年 ( 明治 18 年 ) 12 月 3 日 ) は 、 幕末 期 の 剣術 家 。 +1 凝然 ( ぎょうねん 、 仁治 元年 3 月 6 日 ( 旧暦 ) ( 12 40 年 3 月 30 日 ) - 元亨 元年 9 月 5 日 ( 旧暦 ) ( 132 1 年 9 月 26 日 ) ) は 、 鎌倉 時代 後期 の 東大 寺 の 学僧 。 +1 源 国明 ( みなもと の くにあき 、 康平 7 年 ( 1064 年 ) - 長治 2 年 4 月 17 日 ( 旧暦 ) ( 110 5 年 6 月 8 日 ) ) は 平安 時代 後期 の 廷臣 。 +1 萩原 兼従 ( はぎわら かね より 、 天正 16 年 ( 1588 年 ) - 万治 3 年 8 月 13 日 ( 旧暦 ) ( 16 60 年 9 月 17 日 ) ) は 、 江戸 時代 前期 の 神道 家 。 +-1 野村 美術 館 ( のむら びじゅつ かん ) は 、 京都 府 京都 市 左京 区 南禅 寺 下河原町 61 に あ る 美術 館 。 +-1 浄土 教 ( じょうどきょう ) は 、 阿弥陀 仏 の 極楽 浄土 に 往生 し 成仏 する こと を 説 く 教え 。 +-1 公家 ( くげ ) と は 、 日本 に お い て 朝廷 に 仕え る 貴族 ・ 官人 の 総称 。 +1 藤原 隆信 ( ふじわら の たかのぶ 、 1142 年 ( 康治 元年 ) - 120 5 年 3 月 19 日 ( 元久 2 年 2 月 27 日 ( 旧暦 ) ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 貴族 。 +-1 正伝 寺 ( しょうでんじ ) は 、 京都 市 北 区 ( 京都 市 ) 西賀茂 に あ る 臨済 宗 南禅 寺 派 の 寺 で あ る 。 +1 内覧 ( ないらん ) と は 、 天皇 に 奉 る 文書 や 、 天皇 が 裁可 する 文書 など 一切 を 先 に 見 る こと 、 また は その 令外 官 の 役職 。 +-1 目 ( さかん ) と は 、 日本 の 律令 制 四 等 官 の うち 四 等 官 を 指 す 。 +-1 宗峰 妙超 ( しゅう ほうみょうちょう 、 弘安 5 年 ( 12 82 年 ) - 延元 2 年 / 建武 ( 日本 ) 4 年 12 月 22 日 ( 旧暦 ) ( 1338 年 1 月 13 日 ) ) は 、 鎌倉 時代 末期 の 臨済 宗 の 僧 。 +1 『 みだれ 髪 』 ( みだれ が み ) と は 歌人 ・ 与謝野 晶子 作 の 処女 歌集 で あ る 。 +-1 落胤 ( らくいん ) と は 父親 に 認知 さ れ な い 私 生子 を 指 す 。 +1 桐壺 ( きりつぼ ) は 、 平安 御所 の 後宮 の 七殿 五舎 の うち の 一 つ 。 +-1 西山 塚 古墳 ( にしやま づか こふん ) と は 、 奈良 県 天理 市 に あ る 前方 後 円墳 で あ る 。 +-1 大坂 の 役 ( おおざか の えき 、 慶長 19 年 ( 1614 年 ) 〕 - 慶長 20 年 ( 1615 年 ) ) は 、 江戸 幕府 が 豊臣 氏 を 滅ぼ し た 戦い で あ る 大坂 冬 の 陣 ( おおざか ふゆ の じん ) と 大坂 夏 の 陣 ( おおざか なつ の じん ) ( 6 月 4 日 ( 5 月 8 日 ( 旧暦 ) ) 終局 ) を まとめ た 呼称 。 +-1 玄賓 ( げんぴん 、 天平 6 年 ( 734 年 ) - 弘仁 9 年 6 月 17 日 ( 旧暦 ) ( 818 年 7 月 23 日 ) ) は 、 奈良 時代 から 平安 時代 前期 の 法相 宗 の 僧 。 +-1 譜代 下人 ( ふだい げ にん ) と は 、 譜代 奉 公人 ( ふだい ほうこう にん ) と も 呼 ば れ 、 近世 農村 に お い て 主家 に 人身 的 な 隷属 に あ り 、 譜代 と し て 永代 ・ 世襲 的 に 労役 を 提供 する 形 に よ っ て 奉公 し た 下人 ・ 奉公人 を 指 す 。 +-1 屯田 兵 ( とんでん へ い ) は 、 明治 時代 に 北海道 の 警備 と 開拓 に あた っ た 兵士 と その 部隊 で あ る 。 +-1 金 山彦神 ( かなやま ひこ の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +-1 曜変 天目 茶碗 ( ようへん てん もく ちゃわん ) は 、 天目 茶碗 の うち 、 最上 級 と さ れ る もの 。 +-1 北面 武士 ( ほくめん の ぶし ) と は 、 太上 天皇 に 仕え 、 院 の 北面 下臈 に 詰め 、 身辺 の 警衛 あるいは 御幸 に 供奉 し た 武士 の こと 。 +-1 印可 ( いんか ) と は 、 師 が その 道 に 熟達 し た 弟子 に 与え る 許可 の こと 。 +1 三条 公兼 ( さんじょうきん かね 、 延宝 7 年 8 月 16 日 ( 旧暦 ) ( 167 9 年 9 月 20 日 ) - 元文 5 年 ( 1740 年 ) ) は 、 江戸 時代 中期 の 公卿 。 +1 柏尾   馬之助   ( かしお   うまのすけ ・ KashioUmanosuke 、 天保 9 年 ( 1838 年 ) -   明治 元年 4 月 8 日 ( 旧暦 ) ( 1868 年 4 月 30 日 ) ) は 幕末 の 阿波 国 出身 の 人物 。 +-1 京都 府 立植物 園 ( きょうと ふりつ しょくぶつ えん ) と は 、 京都 市 左京 区 に あ る 植物 園 。 +1 牧野 忠精 ( まきの ただ き よ 、 宝暦 10 年 10 月 19 日_ ( 旧暦 ) ( 17 60 年 11 月 26 日 ) - 天保 2 年 7 月 10 日_ ( 旧暦 ) ( 1831 年 8 月 17 日 ) ) は 、 江戸 時代 後期 の 大名 、 政治 家 。 +1 源 頼弘 ( みなもと の より ひろ 、 生没 年 未詳 ) は 、 平安 時代 中期 の 武士 ・ 官人 。 +-1 京都 十 三 仏 霊場 ( きょう と じゅう さん ぶつ れいじょう ) は 、 京都 市 内 の 十 三 箇 寺 の 霊場 巡礼 。 +-1 ワクムスビ ( ワクムスヒ ) は 、 日本 神話 に 登場 する 穀物 ・ 養蚕 の 神 で あ る 。 +1 松永久通 ( まつなが ひさみち ) は 、 戦国 時代 ( 日本 ) の 大和 国 の 武将 。 +-1 からかさ 小僧 ( からかさ こ ぞう , 唐 傘 小僧 ) は 、 古 い 傘 が 変化 し た 妖怪 。 +1 藤原 雅子 ( ふじわら の まさこ 、 生没年 不詳 ) は 、 鎌倉 時代 の 女官 。 +-1 東京 時代 ( とうきょう じだい ) と は 、 日本 の 歴史 に おけ る 時代 区分 の うち で 、 江戸 幕府 が 崩壊 し て 明治 維新 が 開始 さ れ た 1868 年 以後 に つ い て の 呼称 と し て 考え出 さ れ た 概念 の 一 つ 。 +1 道場 ( どうじょう 、 生没年 不詳 ) は 、 飛鳥 時代 の 僧 。 +1 大草 香 皇子 ( おおく さか の みこ 、 生年 不詳 - 安康 天皇 元年 2 月 1日 ( 旧暦 ) ( 454 年 ) ) は 、 古墳 時代 の 皇族 。 +-1 仏教 に お い て 、 清浄 ( しょうじょう ) 、 透明 な ラピスラズリ の こと 。 +-1 機務 六 条 ( きむ ろくじょう ) と は 、 1886 年 9 月 7 日 に 明治 天皇 と 伊藤 博文 ( 内閣 総理 大臣 兼宮内 大臣 ) が 内閣 _ ( 日本 ) を 代表 する 形 で 交わ し た 約束 事 。 +-1 十 二 月 将 ( じゅう に げっしょう ) と は 、 太陽 が 黄道 上 の どの 位置 に あ る か の 指標 で 、 西洋 占星術 の サイン と 1 対 1 の 対応 が あ る 。 +1 宝生 新 ( ほうしょう あらた / しん 、 明治 3 年 10 月 23 日 ( 旧暦 ) ( 1870 年 11 月 16 日 ) - 昭和 19 年 ( 1944 年 ) 6 月 10 日 ) は ワキ 方 宝生 流能 楽師 。 +1 秋田 城介 ( あきた じょう のすけ ) は 、 律令 制 に お い て 出羽 国 の 秋田 城 を 専管 し た 国司 で あ る 。 +1 致平 親王 ( むねひら しんの う 、 天暦 5 年 ( 951 年 ) - 長久 2 年 2 月 20 日 ( 旧暦 ) ( 1041 年 3 月 24 日 ) ) は 、 平安 時代 の 皇族 。 +-1 顕本 法華 宗 ( けんぽん ほっけしゅう ) は 、 日蓮 を 宗祖 と し 、 日什 を 派祖 と する 、 日蓮 門 下 の 一派 で あ る 。 +-1 延寿寺 ( えんじゅじ ) は 、 滋賀 県 彦根 市 に あ る 臨済 宗 永源 寺 派 の 禅寺 。 +1 橘 広房 ( たちばなの ひろ ふ さ 、 生年 不詳 - 天永 2 年 ( 1111 年 ) ) は 、 平安 時代 後期 の 官人 ・ 歌人 。 +1 井 真成 ( せいしん せい 、 い の まなり ? 、 699 年 - 734 年 ( 日本 ・ 天平 6 年 、 唐 ・ 開元 22 年 ) ) は 、 中国 の 古都 ・ 西安 で 墓誌 が 発見 さ れ た 、 奈良 時代 ( 中国 の 唐朝 ) の 日本 人 留学 生 の 姓名 。 +-1 干物 ( ひもの 、 英語 Driedfish ) と は 、 魚 など の 魚介 類 の 身 を 干 し た 加工 食品 。 +-1 紀州 徳川 家 ( きしゅうとくがわ け ) は 、 江戸 時代 に 紀伊国 ・ 伊勢 国 を 治め た 徳川 氏 の 一支系 で 、 徳川 御 三家 の ひと つ 。 +1 藤原 冬緒 ( ふじわら の ふゆお 、 大同 ( 日本 ) 3 年 ( 80 8 年 ) - 寛平 2 年 ( 890 年 ) 5 月 25 日 ( 旧暦 ) ) は 平安 時代 前期 の 公卿 。 +-1 正倉 ( しょうそう ) と は 、 律令 制 に お い て 中央 ・ 地方 の 官衙 や 寺院 など 公的 な 施設 に 設置 さ れ た 穀物 や 財物 を 保管 する 倉庫 の こと 。 +-1 絵 仏師 ( え ぶっし ) と は 、 僧侶 に あ っ て 、 主に 仏教 絵画 の 制作 や 仏像 の 彩色 など に 従事 し た 専門 職 。 +-1 時代 行列 ( じだい ぎょうれつ ) と は 、 祭り の 中 で 古墳 時代 から 昭和 初期 まで の 時代 考証 に 基づ き 、 各 時代 の 扮装 を 復元 し た 上 で 行 う 行列 で あ る 。 +-1 六勝 寺 ( ろく しょう じ 、 りくしょうじ ) と は 、 平安 時代 後期 の 院 政 期 に 天皇 、 皇后 が 洛外 白河 ( 京都 市 ) ( 現在 の 京都 市 左京 区 岡崎 ・ 平安 神宮 の 周辺 ) に 建て た 6 つ の 仏教 寺院 で あ る 。 +-1 本圀 寺 ( ほんこく じ ) は 、 京都 府 京都 市 山科 区 に あ る 日 蓮 宗 の 大 本山 。 +-1 蘭学 ( らんがく ) は 、 江戸 時代 に オランダ を 通 じ て 日本 に 入 っ て き た ヨーロッパ の 学術 ・ 文化 ・ 技術 の 総称 。 +-1 祈願 所 ( きがんじょ ) は 神社 、 寺院 の 1 つ で 、 特に 人々 が 神仏 に 願い 事 を 行 う 寺社 を 指 す 。 +-1 了然 ( りょうねん 、 正保 3 年 ( 1646 年 ) - 正徳 ( 日本 ) 元年 9 月 18 日 ( 旧暦 ) ( 1 71 1 年 10 月 29 日 ) ) は 、 江戸 時代 前期 から 中期 に かけ て の 黄檗 宗 の 尼僧 。 +-1 藤 氏 長者 ( とうし ちょうじゃ ) は 、 藤原 氏 一族 全体 の 氏 長 者 の こと 。 +-1 東洋 自由 党 ( とうよう じゆう とう ) は 、 1892 年 11 月 6 日 に 自由 党_ ( 明治 ) 左派 の 大井 憲太郎 が 、 樽井 藤吉 ( 元 東洋 社会 党 ) や 小久保 喜七 、 新井 章吾 ら と とも に 結成 し た 政党 。 +1 雲隠 六 帖 ( くもがくれ ろくじょう ) と は 、 源氏 物語 の 補作 の 一 つ 。 +1 源 朝長 ( みなもと の ともな が 、 1143 年 - 11 60 年 ) は 、 平安 時代 末期 の 武将 。 +1 工藤 祐長 +-1 久我 ( こが ) 家 は 、 日本 の 氏族 。 +-1 嘉吉 の 徳政 一揆 ( かきつ の とくせい いっき ) は 、 嘉吉 元年 ( 1441 年 ) に 徳政令 を 求め て 京都 及び 近江国 など 周辺 地域 で 発生 し た 土一 揆 の こと 。 +-1 通行 手形 ( つうこう てがた ) は 、 江戸 時代 の 人 ( 一部 例外 を 除 く ) が 旅 を し よ う と する とき に 、 許可 を 得 て 旅行 し て い る こと を 証明 し た 物 。 +1 京極 為 兼 ( きょうごく ため かね 、 建長 6 年 ( 1254 年 ) - 元徳 4 年 / 元弘 2 年 3 月 21 日 ( 旧暦 ) ( 1332 年 4 月 16 日 ) ) は 、 鎌倉 時代 後期 の 歌人 。 +1 中村 勘太郎 ( なかむら かんたろう ) は 、 歌舞伎 役者 。 +-1 浅井 氏 羽柴 秀次 、 京極 高次 曲輪 、 石垣 +1 北條 早雲 / 伊勢 盛時 ( ほうじょうそううん / いせもり とき ) は 、 室町 時代 中 後期 ( 戦国 時代 ( 日本 ) 初期 ) の 武将 で 、 戦国 大名 と な っ た 後 北条 氏 の 祖 で あ る 。 +1 日野 資矩 ( ひのすけの り 、 宝暦 6 年 8 月 22 日 ( 旧暦 ) ( 1756 年 9 月 16 日 ) - 文政 13 年 7 月 9 日 ( 旧暦 ) ( 1830 年 8 月 26 日 ) ) は 江戸 時代 の 公卿 。 +-1 花山院 家 ( かさん の いんけ ) は 、 藤原 氏 藤原 北家 師 実流 の 嫡流 ( 花山院 流 ) の 家 で あ る 。 +-1 神使 ( しんし ) は 、 神道 に お い て 神 の 使者 ( 使い ) と 考え られ る 特定 の 動物 の こと で あ る 。 +1 中岡 慎太郎 ( なかおか しんたろう 、 天保 9 年 4 月 13 日 ( 旧暦 ) ( 1838 年 5 月 6 日 ) - 慶応 3 年 11 月 17 日 ( 旧暦 ) ( 1867 年 12 月 12 日 ) ) は 、 日本 の 志士 ( 活動 家 ) で あ る 。 +-1 公武 合体 ( こうぶ が った い ) は 、 江戸 時代 後期 ( 幕末 ) に 公家 ( 朝廷 ) の 伝統 的 権威 と 、 武家 ( 幕府 ) を 結びつけ て 幕府 権力 の 再 構築 を はか ろう と し た 政策 論 を い う 。 +-1 招き 猫 ( まねきねこ ) は 、 前足 で 人 を 招 く 形 を し た 、 ネコ の 置物 。 +-1 千種 家 ( ちぐさけ ) は 、 日本 の 氏族 の 一 つ 。 +1 大沢 基恒 ( おおさわ もと つね 、 明暦 2 年 ( 1656 年 ) 頃 - 元禄 10 年 2 月 29 日 ( 旧暦 ) ( 1697 年 4 月 20 日 ) ) は 、 江戸 時代 前期 の 高家 旗本 。 +-1 高辻 通 ( たかつじ どおり ) は 、 京都 府 京都 市 の 東西 の 通り の 一 つ 。 +1 楠木 正勝 ( くすのきまさかつ ) は 南北朝 時代 の 武将 。 +-1 愛染 明王 ( あいぜんみょうおう ) は 、 仏教 の 信仰 対象 で あ り 、 密教 特有 の 尊格 で あ る 明王 の 1 つ 。 +-1 陸奥 外交 ( むつがいこう ) と は 、 明治 中期 第 2 次 伊藤 内閣 に おけ る 陸奥 宗光 外務 大臣 の 外交 政策 を 指 す 。 +1 『 蜻蛉 日記 』 ( かげろう にっき 、 かげろう の にっき 、 かげろう に き ) は 、 平安 時代 の 女流 日記 。 +-1 上方 ( かみがた ・ か みかた ) は 、 江戸 時代 に 、 大坂 や 京都 を 初め と する 畿内 を 呼 ん だ 名称 で あ る 。 +1 楠木 正遠 ( くすのき まさとお 、 生没年 不詳 ) は 、 河内 国 の 土豪 で 、 水銀 で 財 を 成 し た 一族 と い わ れ て い る 。 +-1 尊 円 流 ( そんえん りゅう ) と は 尊 円 法 親王 が 起こ し た 書 ( 書道 ) の 流派 ( 書流 ) で あ る 。 +1 和辻 倫理 学 ( わつじ りんり がく ) は 、 和辻 哲郎 の 展開 し た 倫理 学 の 体系 を 指 す 呼称 。 +-1 存覚 ( ぞんかく ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 浄土 真宗 の 僧 。 +1 梅戸 勝之進 ( うめど かつ の しん 、 生没年 不明 ) は 、 新 選 組 隊士 。 +1 天孫 族 ( てんそんぞく ) と は 、 記紀 に 登場 し 日本 神話 に 語り継 が れ る ヤマト 王権 を つく っ た と する 古代 勢力 の 総称 。 +1 宗厳 ( そうごん 、 天正 3 年 ( 1575 年 ) ? - 寛永 5 年 ( 1628 年 ) ) は 李 氏 朝鮮 の 人 。 +-1 京滋 バイパス ( けいじ バイパス 、 英称 KEIJIBY - PASS ) は 滋賀 県 草津 市 から 京都 府 久世 郡 久御山 町 に 至 る 一般 国道 の バイパス 道路 で あ る 。 +-1 石刃 技法 ( せき じんぎ ほう ) と は 、 後期 旧 石器 時代 に 出現 し 、 同 時代 を 特徴 づけ る 縦長 剥片 の 剥離 技術 の こと 。 +1 一色 持範 ( いっし き もち の り 、 生没年 不詳 ) は 、 室町 時代 の 武士 。 +-1 小判 ( こばん ) と は 、 江戸 時代 に 流通 し た 金貨 の 一種 で あ る 。 +-1 五色 不動 ( ご しき ふ どう ) と は 、 東京 の 瀧泉 寺 、 金 乗院 ( 豊島 区 ) 、 南谷 寺 、 最勝 寺 ( 世田谷 区 ) 、 五色 不動 複数 の 目黄 の 5 種 六 個 所 の 不動 尊 の 総称 。 +1 日本 の 中古 文学 史 ( にほん の ちゅうこ ぶんがくし ) は 、 中古 ( 時代 区分 ) ( およそ 平安 時代 ) の 日本 文学 の 歴史 で あ る 。 +-1 京都 - 舞鶴 線 ( きょうと - まいづる せん ) は 、 京都 市 と 綾部 市 ・ 舞鶴 市 を 結 ぶ 高速 バス で あ る 。 +1 飛鳥井 雅有 ( あすかい まさあ り 、 仁治 2 年 ( 1241 年 ) - 正安 3 年 1 月 11 日 ( 旧暦 ) ( 130 1 年 2 月 20 日 ) ) は 、 鎌倉 時代 の 公家 ・ 歌人 で 羽 林 家 の 飛鳥井 家 の 当主 。 +1 波多野 秀治 ( はたの ひ ではる ) は 、 丹波 国 の 戦国 大名 。 +-1 公家 法 ( くげ ほう ) と は 、 日本 の 平安 時代 から 江戸 時代 に かけ て 、 公家 社会 に 通用 し て い た 法 体系 。 +1 勧修 寺 顕彰 ( かしゅうじ あ き て る 、 文化 ( 日本 ) 11 年 12 月 2 日 ( 旧暦 ) ( 1815 年 1 月 11 日 ) - 万延 2 年 1 月 1日 ( 旧暦 ) ( 1861 年 2 月 10 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +-1 那須 国造 ( なす の くにのみやつこ ・ なす こく ぞう ) は 下野 国 北 東部 を 支配 し た 国造 。 +-1 巻藁 ( まきわら ) は 、 弓道 、 弓術 に おけ る 型 の 稽古 用 の 的 。 +-1 京都 国際 学生 映画 祭 ( きょうと こくさい がく せいえいが さい ) は 毎年 秋 に 行 わ れ る 京都 の 映画 祭 。 +-1 細川 政権 ( ほそ かわ せいけん ) と は 、 明応 2 年 ( 1493 年 ) から 天文 ( 元号 ) 18 年 ( 1549 年 ) まで 存在 し た 日本 の 戦国 時代 ( 日本 ) に おけ る 武家 政権 で あ る 。 +1 松本長 ( まつもと なが し 、 1877 年 ( 明治 10 年 ) 1 1 月 11 日 - 1935 年 ( 昭和 10 年 ) 1 1 月 29 日 ) は シテ 方 宝生 流能 楽師 。 +1 羽田   五郎 ( はねだ   ごろう ) は 足利 時代 後期 の 塗師 で あ る 。 +1 自然 詠 ( しぜん えい ) は 、 短歌 用語 で あ る ( 俳句 に つ い て も 用い られ る 。 ) +1 大江 維光 ( おおえ の これ みつ 、 天仁 3 年 ( 1110 年 ) - 承安 ( 日本 ) 5 年 1 月 18 日 ( 旧暦 ) ( 1175 年 2 月 17 日 ) ) は 平安 時代 の 貴族 。 +-1 水呑 百 姓 ( みずのみ びゃく しょう ) は 、 江戸 時代 以降 、 在方 の 人別 に 加わ り つつ 、 石高 を 所持 し な い 無高 の 者 を 指 す 呼称 。 +-1 南 総 里見 八 犬 伝 ( なん そうさ とみ はっ けん でん 、 南總 里見 八 犬 傳 ) は 、 江戸 時代 後期 に 曲亭 馬琴 ( 滝沢 馬琴 ) に よ っ て 著 さ れ た 読本 。 +1 松平 宗允 ( まつだいら むねただ ) は 、 丹後 国宮津 藩 の 第 4 代 藩 主 。 +-1 放鳥 ( ほうちょう ) と は 、 人間 に よ っ て 捕獲 あるいは 飼育 さ れ て い た 鳥類 を 野外 に 放 し 、 人間 の 管理 下 から 離脱 さ せ る こと 。 +-1 神野 寺 ( こう の じ ) は 、 奈良 県 山辺 郡 山添村 に あ る 真言 宗 豊山 派 の 寺院 。 +-1 雄琴 神社 ( おごと じんじゃ ) は 、 滋賀 県 大津 市 雄琴 温泉 に あ る 神社 で あ る 。 +1 朝倉 義景 ( あさくら よしかげ ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 山科 区 ( やまし な く ) は 、 京都 市 を 構成 する 11 区 の 一 つ 。 +-1 『 選択 本願念仏 集 』 ( せんちゃく ほんがんねん ぶつ しゅう ) は 、 建久 9 年 ( 1198 年 ) 、 関白 九条 兼実 の 要請 に よ っ て 、 法然 が 撰述 し た 2 巻 16 章 の 論文 。 +1 佐々木 愛次郎 ( ささき あいじろう 、 弘化 2 年 ( 1845 年 ) - 文久 3 年 8 月 10 日 ( 旧暦 ) ( 1863 年 9 月 14 日 ) ) は 、 摂津 国 大阪 市 出身 の 初期 の 新撰 組 隊士 。 +-1 慶長 大判 ( けいちょう おおばん ) と は 江戸 時代 の 初期 すなわち 慶長 6 年 ( 160 1 年 ) より 発行 さ れ た 大判 で あ り 、 墨書 、 金 品位 および 発行 時期 など に よ り 数 種類 に 細分類 さ れ る 。 +-1 拍手 ( はくしゅ 、 かしわ で ) と は 、 神道 の 祭祀 や 、 神社 ・ 神棚 など 神 ( 神道 ) に 拝 する 際 に 行 う 行為 で あ る 。 +-1 供養 ( く よう ) と は 、 サンスクリット 語 の プージャー また は プージャナー の 訳 で 、 仏 、 菩薩 、 天部 など に 香 ・ 花 ・ 燈明 ・ 飲食 など の 供物 を 真心 から 捧げ る こと 。 +1 朽木 元 綱 ( く つき もと つ な 、 天文 ( 元号 ) 18 年 ( 1549 年 ) - 寛永 9 年 8 月 29 日 ( 旧暦 ) ( 1632 年 10 月 12 日 ) ) は 、 室町 時代 後期 ・ 江戸 時代 初期 の 大名 。 +-1 大河原 駅 ( おお かわら えき ) は 、 京都 府 相楽 郡 南山城村 大字 北 大河原 字 欠ケ原 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 関西 本線 の 鉄道 駅 。 +1 蒲生 定秀 ( が もう さだひで ) は 、 戦国 時代 の 武将 。 +-1 シダレザクラ ( 枝垂桜 ) と は 、 エドヒガン ザクラ の 変種 の 桜 で あ る 。 +-1 淀藩 ( よど はん ) は 、 山城 国 ( 現在 の 京都 府 京都 市 伏見 区 淀 本町 ) に 存在 し た 藩 。 +1 源 頼隆 ( みなもと の より たか ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 河内 源 氏 の 武将 。 +-1 安宅 ( あたか ) は 『 義経 記 』 など に 取材 し た 能楽 作品 。 +1 昭登 親王 ( あきな り しんの う 、 長徳 4 年 ( 99 8 年 ) - 長元 8 年 4 月 14 日 ( 旧暦 ) ( 10 35 年 5 月 23 日 ) ) は 、 平安 時代 の 皇族 。 +-1 方広寺 ( ほうこうじ ) は 、 京都 市 東山 区 に あ る 天台 宗山門 派 の の 寺院 。 +-1 ウヒヂニ ・ スヒヂニ は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +1 安元 御賀 日記 ( あんげん おん が の にっき ) は 、 平安 時代 の 歌人 、 藤原 隆房 に よ る 後白河 天皇 50 歳 の 祝賀 の 儀 の 様子 を 記 し た 日記 。 +1 修学院 離宮 ( しゅがくいんり きゅう ) は 京都 市 左京 区 の 比叡 山麓 に あ る 宮内 庁 所管 の 離宮 で あ る 。 +-1 唐 菓子 ( とうが し ) は 、 奈良 時代 に 唐 ( 中国 ) から 伝来 し た 一連 の 菓子 と その 技術 を 言 う 。 +-1 箸置き ( はしおき ) は 、 箸 が 転が り 落ち る の を 防 ぐ ため に 使 う テーブル の 上 に 置 く 小物 。 +-1 『 古事 記伝 』 ( こじき でん 、 ふる こと ふみ の つたえ ) は 、 江戸 時代 の 国学 者 ・ 本居 宣長 の 『 古事 記 』 全編 に わた る 全 44 巻 の 註釈 書 で あ る 。 +1 有栖川宮 ( ありすがわ のみや ) は 、 かつて 存在 し た 宮家 の 一 つ 。 +-1 三宝 荒神 ( さん ぼうこうじん 、 さんぽう こうじん ) は 、 日本 特有 の 仏教 に おけ る 信仰 対象 の 1 つ 。 +-1 団子 ( だんご ) は 、 米 の 粉 に 水 や お 湯 を 加え て こね て 、 蒸 し たり 茹で たり し て でき た 餅 を 小さ く まるめ た 菓子 で あ る 。 +-1 勅額 ( ちょくがく ) と は 、 皇帝 ・ 天皇 など の 為政 者 が 国内 の 寺院 に 特 に 与え る 直筆 の 書 で 記 さ れ た 寺額 。 +1 奨子 内 親王 ( しょうし な い しんのう 、 弘安 9 年 9 月 9 日 ( 旧暦 ) ( 1286 年 9 月 28 日 ) - 貞和 4 年 / 正平 ( 日本 ) 3 年 11 月 2 日 ( 旧暦 ) ( 1348 年 11 月 23 日 ) ) は 、 鎌倉 時代 後期 から 室町 時代 初期 ( 南北朝 時代 ( 日本 ) ) に かけ て の 皇族 。 +-1 愛宕 信仰 ( あたご しん こう ) と は 、 京都 市 の 愛宕 山 ( 京都 市 ) 山頂 に 鎮座 する 愛宕 神社 ( 京都 市 ) から 発祥 し た 、 火防 の 神 に 対 する 神道 の 信仰 で あ る 。 +1 貞明 皇后 ( ていめ い こうごう 、 1884 年 6 月 25 日 - 1951 年 ( 昭和 26 年 ) 5 月 17 日 ) は 、 日本 の 皇族 。 +-1 銀座 ( ぎんざ ) と は 、 中近世 の 日本 の 政権 に お い て 貨幣 の 鋳造 および 銀地 金 の 買売 を 担 っ た 場所 に 与え られ た 呼称 で あ る 。 +-1 辰丸 事件 ( たつまる じけん ) は 、 中国 に おけ る 排日 運動 の 嚆矢 と な っ た 有名 な 事件 。 +-1 鹿鳴 館 ( ろくめいかん ) と は 外国 から の 賓客 や 外交 官 を 接待 する ため に 明治 政府 に よ っ て 建て られ た 社交場 で あ る 。 +1 後村上 天皇 ( ごむらかみ てんの う 嘉暦 3 年 ( 1328 年 ) - 正平 ( 日本 ) 23 年 / 応安 元年 3 月 11 日 ( 旧暦 ) ( 1368 年 3 月 29 日 ) ) は 、 南北朝 時代 ( 日本 ) の 第 97 代 、 南朝 第 2 代 天皇 ( 在位 : 延元 4 年 / 暦応 2 年 8 月 15 日 ( 旧暦 ) ( 1339 年 9 月 18 日 ) - 正平 23 年 / 応安 元年 3 月 11 日 ) 。 +-1 柳本 古墳 群 ( やなぎもと こふん ぐん ) は 、 天理 市 柳 本町 に 所在 する 古墳 時代 前期 の 古墳 群 で あ る 。 +-1 令 制 国 一覧 > 山陰 道 > 丹後 国 +-1 光悦村 ( こうえつ むら ) は 、 本阿弥 光悦 ら が 営 ん だ 江戸 時代 初期 の 芸術 村 。 +-1 不落 不落 、 不落々々 ( ぶらぶら ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に 描 か れ て い る 日本 の 妖怪 の 一種 で 、 提灯 の 妖怪 。 +1 武烈 天皇 ( ぶれつ てんのう 、 仁賢 天皇 2 年 ( 489 年 ) - 武烈 天皇 8 年 12 月 8 日 ( 旧暦 ) ( 50 7 年 1 月 7 日 ) ) は 、 第 25 代 天皇 ( 在位 : 仁賢 天皇 11 年 ( 498 年 ) 12 月 ( 旧暦 ) - 武烈 天皇 8 年 12 月 8 日 ( 50 7 年 1 月 7 日 ) ) 。 +-1 守澄 法 親王 ( しゅちょう ほっ しん のう 、 寛永 11 年 7 月 11 日 ( 旧暦 ) ( 1634 年 9 月 3 日 ) - 延宝 8 年 5 月 16 日 ( 旧暦 ) ( 1680 年 6 月 12 日 ) ) は 、 初代 輪王 寺 宮門跡 ( 日光 門跡 と も 呼 ば れ る ) 。 +-1 鴨鍋 ( かもなべ ) は 、 鴨肉 を 白菜 、 ねぎ 、 豆腐 など の 野菜 と 一緒 に 煮込 ん で 作 る 鍋 料理 の こと 。 +-1 朝日 焼 ( あさひ やき ) は 京都 府 宇治 市 で 焼 か れ る 陶器 。 +1 大友 親世 ( おおと も ちか よ 、 生年 不詳 - 1418 年 4 月 1日 ( 応永 25 年 2 月 25 日 ( 旧暦 ) ) ) は 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 守護 大名 。 +-1 黄粉 ( きなこ ) は 、 ダイズ を 炒 って 皮 を 剥 き 、 挽 い た 穀粉 で あ る 。 +1 三浦 義明 ( みうら よしあき ) は 平安 時代 末期 の 武将 。 +1 藤原 高遠 ( ふじわら の たか とお 、 天暦 3 年 ( 949 年 ) - 長和 2 年 5 月 6 日 ( 旧暦 ) ( 1013 年 6 月 16 日 ) ) は 、 平安 時代 中期 の 歌人 。 +-1 高松 エクスプレス 京都 号 ( たかまつ エクスプレス   きょう と ごう ) は 、 京都 市 、 乙訓 郡 大山崎 町 、 高槻 市 と 鳴門 市 、 東かがわ 市 、 さぬき 市 、 三木 町 、 高松 市 を 結 ぶ 昼行 高速 バス で あ る 。 +1 藤原 致忠 ( ふじわら の むねただ 、 生没 年 未詳 ) は 、 平安 時代 中期 の 貴族 。 +1 『 永享 記 』 ( えいきょうき ) は 、 室町 時代 の 永享 の 乱 ・ 結城 合戦 から その 後 の 東国 情勢 を 描 い た 軍記 で あ る 。 +-1 神風 ( かむかぜ 、 しんぷう 、 かみかぜ ) は 神道 用語 。 +-1 沿革 +1 小野 蘭山 ( おの らんざん 、 享保 14 年 8 月 21 日 ( 旧暦 ) ( 1729 年 9 月 13 日 ) - 文化 ( 元号 ) 7 年 3 月 2 日 ( 旧暦 ) ( 1810 年 4 月 5 日 ) ) は 、 江戸 時代 の 大 本 草学 者 。 +1 荒木 政羽 ( あらき まさ は ね 、 寛文 2 年 ( 1662 年 ) - 享保 17 年 2 月 14 日 ( 旧暦 ) ( 1732 年 3 月 10 日 ) ) は 江戸 幕府 の 旗本 。 +1 坂上老 ( さかの うえ の おきな 、 生年 不明 - 文武 天皇 3 年 ( 699 年 ) 5 月 8 日 ? ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 山 幸彦 と 海 幸彦 ( やまさち ひこ と うみさち ひこ ) は 、 日本 神話 の 一 挿話 。 +1 二 条定 高 ( にじょう さだ たか 、 建久 元年 ( 1190 年 ) - 暦仁 元年 1 月 22 日 ( 旧暦 ) ( 1238 年 2 月 8 日 ) ) は 、 鎌倉 時代 前期 の 公卿 。 +1 西川 利右衛門 ( にしかわ りえもん 、 生没年 不詳 ) は 、 近江 国 出身 の 、 江戸 時代 の 商人 。 +-1 神葬祭 ( しん そうさい ) と は 、 日本 固有 の 宗教 で あ る 神道 の 葬儀 で あ る 。 +-1 神祇院 ( じんぎいん ) は 、 日本 の 国家 機関 の 一 つ 。 +-1 山号 二 上山 +-1 赤だし ( あか - ) と は 八丁 味噌 など の 豆味噌 に 米味噌 を 合わせ て 作 っ た 味噌 汁 。 +-1 日本 に おけ る 地名 。 +-1 くず は ・ 男山 循環 コミュニティバス ( くず は ・ おとこやま じゅんかん コミュニティバス ) は 、 京阪 宇治 交通 が 『 バスビィ 』 と し て 運行 を 開始 し た コミュニティバス で あ る 。 +-1 日本 美術 に は 実 に 多様 な 種類 が あ る 。 +-1 僧録 ( そうろく ) と は 、 中世 以後 僧侶 の 登録 ・ 住持 の 任免 など の 人事 を 統括 し た 役職 で あ る 。 +1 安倍 宗任 ( あべの むね とう ) は 、 平安 時代 中期 の 武将 。 +1 藤原 為房 ( ふじわら の ため ふさ 、 永承 4 年 ( 1049 年 ) - 永久 ( 元 号 ) 3 年 4 月 2 日 ( 旧暦 ) ( 1115 年 4 月 27 日 ) ) は 、 平安 時代 後期 の 公家 。 +-1 お 歯黒 ( お はぐろ ) は 明治 時代 以前 の 日本 や 中国 南東部 ・ 東南 アジア の 主 と し て 既婚 女性 、 まれ に 男性 など の 歯 を 黒 く 染め る 化粧 法 で あ る 。 +1 高原 美忠 ( たかはら   よし ただ 、 明治 25 年 ( 1892 年 ) 3 月 - 平成 元年 ( 1989 年 ) 6 月 12 日 ) は 、 日本 の 神職 。 +-1 京都 府 道路 公社 ( きょうと ふ どうろ こうしゃ ) は 、 京都 府 を 設立 団体 と する 地方 道路 公社 で あ る 。 +1 一条 道香 ( いちじょう み ちか 、 享保 7 年 10 月 10 日 ( 旧暦 ) ( 1722 年 11 月 18 日 ) - 明和 6 年 9 月 5 日 ( 旧暦 ) ( 1769 年 10 月 4 日 ) ) は 江戸 時代 の 公卿 。 +-1 伸子 ( 籡 、 しんし ) は 、 和服 の 洗い 張り ( 洗濯 ) や 反物 を 染色 する 際 に 、 用布 の 両長辺 に その 両端 を 刺 し て 弓 ( 武器 ) 形 に 張り わた し 、 布 を 縮 ま せ ず 、 幅 を 保 た せ る よう に 支え る ため の 道具 。 +1 片岡 市太郎 ( かたお かいち たろう 、 1877 年 2 月 13 日 - 没年 不詳 ) は 、 日本 の 俳優 で あ る 。 +-1 寛朝 ( かんちょう 、 916 年 ( 延喜 16 年 ) - 99 8 年 7 月 13 日 ( 長徳 4 年 6 月 12 日 ( 旧暦 ) ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +1 近衛 兼 経 ( この え かねつ ね 、 承元 4 年 ( 1210 年 ) - 正元 ( 日本 ) 元年 5 月 4 日 ( 旧暦 ) ( 1259 年 5 月 27 日 ) ) は 、 鎌倉 時代 の 公卿 。 +1 邦子 内 親王 ( くに こ な い しんのう 、 承元 3 年 ( 1209 年 ) - 弘安 6 年 9 月 4 日 ( 1283 年 9 月 26 日 ) ) は 、 鎌倉 時代 の 皇族 、 女院 。 +-1 胡粉 ( ご ふん ) は 顔料 の ひと つ 。 +-1 北朝 ( ほくちょう ) と は 、 日本 の 南北朝 時代 ( 日本 ) に 、 足利 氏 を 頂点 に 、 全国 の 多く の 武士 が 支持 し た 持明 院 統 の 朝廷 で あ る 。 +1 山脇 東洋 ( やまわき とうよう 、 宝永 2 年 12 月 18 日 ( 旧暦 ) ( 170 6 年 2 月 1日 ) - 宝暦 12 年 8 月 8 日 ( 旧暦 ) ( 1762 年 9 月 25 日 ) ) は 、 江戸 時代 の 医学 者 。 +-1 還来 神社 ( もどろ き じんじゃ ) は 、 滋賀 県 大津 市 伊香立 途中町 に あ る 神社 で あ る 。 +-1 国立 京都 国際 会館 ( こくりつ きょうと こくさい かいかん ) は 、 京都 市 左京 区 宝ヶ池 に あ る 国際 会議 場 。 +-1 鑑真 ( がんじん 、 688 年 ( 持統 天皇 2 年 ) - 763 年 6 月 25 日 ( 天平 宝字 7 年 5 月 6 日 ( 旧暦 ) ) ) は 、 奈良 時代 の 帰化 僧 。 +1 九鬼 隆直 ( く きたかなお 、 貞享 4 年 ( 1687 年 ) - 宝暦 2 年 8 月 4 日 ( 旧暦 ) ( 175 2 年 9 月 11 日 ) ) は 、 江戸 時代 の 大名 。 +-1 尺八 ( しゃくはち ) は 日本 の 伝統 的 な 楽器 。 +-1 文庫 結び ( ぶんこ むすび ) と は 振袖 の 帯結び の 一種 。 +-1 蛮社 の 獄 ( ばんしゃ の ごく ) と は 、 1839 年 ( 天保 10 ) 5 月 に 起き た 言論 弾圧 事件 。 +-1 琵琶 法師 ( びわ ほうし ) は 平安 時代 から 見 られ た 、 琵琶 を 街中 で 弾 く 盲目 の 僧 で あ る 。 +-1 瓢箪 小僧 ( ひょうたんこぞう ) と は 、 瓢箪 が 変化 し て 生まれ た 日本 の 妖怪 で あ る 。 +1 織田 信雄 ( おだ の ぶかつ / のぶお ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 ・ 大名 。 +1 櫻間 道雄 ( さくらま みちお 、 1897 年 ( 明治 30 年 ) 9 月 14 日 - 1983 年 ( 昭和 58 年 ) 5 月 27 日 ) は 、 シテ 方 金 春 流能 楽師 。 +1 狩野 茂光 ( か の もちみつ 、 生年 未詳 - 治承 4 年 ( 1180 年 ) ) は 平安 時代 末期 の 武将 。 +1 中村 一 氏 ( なかむら かずうじ ) は 安土 桃山 時代 の 大名 。 +1 瀧 廉太郎 ( たきれんたろう 、 1879 年 8 月 24 日 - 190 3 年 6 月 29 日 ) は 、 日本 の 音楽 家 ・ 作曲 家 。 +-1 覚花 一心 流 ( こうか いっ しん りゅう ) は 、 備中 商家 の 花本 家 家内 で 伝承 さ れ る 流派 。 +1 多田 盛綱 ( ただ もりつな 、 生年 不詳 - 保元 元年 ( 1156 年 ) ) は 、 平安 時代 末期 の 武将 。 +1 上野 信孝 ( うえの のぶたか 、 生没年 不詳 ) は 、 戦国 時代 の 武将 。 +1 柳原 紀光 ( やなぎはら のりみつ / もとみつ 、 延享 3 年 11 月 14 日 ( 旧暦 ) ( 1746 年 12 月 25 日 ) - 寛政 12 年 1 月 3 日 ( 旧暦 ) ( 180 0 年 1 月 27 日 ) ) は 、 江戸 時代 の 公卿 ( 正二 位 権 大 納言 ) ・ 歴史 家 。 +-1 杣之 内 古墳 群 ( そま の うち こふん ぐん ) は 、 奈良 県 天理 市 に あ る 古墳 群 。 +-1 禊祓 ( みそぎ はらえ ) と は 、 ミソギ ( 禊 ) と ハラエ ( 祓 ) を 合わせ た 用語 。 +-1 三野 前 国造 ( みの の さき の くにのみやつこ ・ みの の さき の こくぞう ・ みの の みちの くち の くにのみやつこ ・ みの の みちの くち こくぞう ) は 美濃 国 を 支配 し た 国造 。 +-1 平安 貴族 ( へいあん きぞく ) と は 、 平安 時代 の 貴族 を さ す 概念 。 +-1 按察 使 ( あぜち ) +1 藤原 登任 ( ふじわら の なりとう 、 987 年 ( 永延 元年 ) - 没年 不詳 ) は 、 平安 時代 の 貴族 。 +-1 忍者 ( にんじゃ ) と は 、 鎌倉 時代 から 江戸 時代 の 日本 で 、 大名 や 領主 に 仕え 諜報 活動 や 暗殺 を 仕事 と し て い た と さ れ る 、 個人 な い し 集団 の 名称 。 +-1 行 慶 ( ぎょう けい 、 生年 不詳 - 永 万 元年 7 月 16 日 ( 旧暦 ) ( 1165 年 8 月 24 日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +1 末摘花 ( すえつむ は な ) と は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 内臣 ( うちつお み / ないしん ) は 、 飛鳥 時代 から 平安 時代 初め に かけ て 置 か れ た 役職 で 律令 政治 下 で は 令外 官 に あた っ た 。 +-1 延久 宣旨 枡 ( えん きゅう せん じ ま す ) は 、 後三 条 天皇 が 延久 の 荘園 整理 令 など 新立 荘園 整理 政策 の 裏付け と し た 、 1072 年 ( 延久 4 年 ) に 再 指定 し た 国家 公定 枡 の こと で あ る 。 単に 宣旨 枡 と も い う 。 +-1 書き 初め ( かきぞめ ) と は 、 年 が 明け て 初めて 毛筆 で 書 や 絵 を かく 行事 。 +1 豊嶋 三千春 ( て しま みちはる 、 1939 年 ( 昭和 14 年 ) 9 月 15 日 - ) は 、 シテ 方 金 剛 流能 楽師 。 +-1 小泉 藩 ( こいずみ はん ) は 、 大和 国 ( 現在 の 奈良 県 大和郡山 市 小泉 町 ) に 存在 し た 藩 。 +-1 水口 藩 ( みな くち はん )   滋賀 県 甲賀 市 水口 町 周辺 を 領 し た 藩 。 +-1 八 甲田 雪中行 軍 遭難 事件 ( はっこう だ せっちゅうこう ぐん そう なん じけん ) は 、 1 月 に 大 日本 帝国 陸軍 第 8 師団 ( 日本 軍 ) の 歩兵 第 5 連隊 が 八甲田 山 で 冬季 訓練 中 に 遭難 し た 事件 。 +1 高野 新笠 ( たかの の にいがさ 、 生年 不詳 - 延暦 8 年 12 月 28 日 ( 旧暦 ) ( 790 年 1 月 21 日 ) ) は 桓武 天皇 の 生母 。 +-1 監物 ( けんも つ ) は 律令 制 に お い て 中務 省 に 属 し た 官人 品 官 ( ほんかん ) 。 +-1 紫明 通 ( しめい どおり ) は 京都 市 北 区 ( 京都 市 ) 南部 の 東西 の 通り の 一 つ 。 +1 広幡 前 豊 ( ひろはた さき と よ 、 寛保 2 年 2 月 20 日 ( 旧暦 ) ( 1742 年 3 月 26 日 ) - 天明 3 年 12 月 19 日 ( 旧暦 ) ( 1784 年 1 月 11 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 エルトゥールル 号 遭難 事件 ( エルトゥールル ごうそう なん じけん ) と は 、 1890 年 ( 明治 23 年 ) 9 月 16 日 夜 半 、 オスマン 帝国 ( 現在 の トルコ ) の 軍艦 エルトゥールル 号 ( Ertu ğ rulF ı rkateyni ) が 、 和歌山 県 串本 町 沖 、 紀伊 大島 の 樫野 埼 灯 台 東方 海上 で 遭難 し た 事件 。 +1 明里 ( あけさ と 、 生没年 不詳 ) は 江戸 時代 末期 の 女性 。 +-1 大将軍 ( だい しょうぐん 、 たいしょうぐん ) +1 北条 貞 顕 ( ほうじょう さだあき ) は 、 鎌倉 時代 末期 の 北条 氏 の 一門 。 +1 日本 武尊 ( やまと たける の みこと 、 『 古事 記 』 で は 倭建命 と 表記 ) こと 小 碓 命 ( おうす の みこと ) 、 また の 名 を 日本 童男 ( やまと おぐな ) は 、 景行 天皇 の 皇子 で 、 仲哀 天皇 の 父 と さ れ る 人物 。 +-1 八重崎 検校 ( やえざき けん ぎょう 、 安永 5 年 ( 1776 年 ) 頃 - 嘉永 元年 9 月 11 日 ( 旧暦 ) ( 1848 年 10 月 7 日 ) ) は 、 19 世紀 前半 に 京都 で 活躍 し た 盲人 音楽 家 ( 地歌 三味 線 、 箏曲 演奏 家 、 作曲 家 ) 。 +-1 禅 文化 研究 所 ( ぜんぶん か けんきゅうじょ 、 英字 The InstituteforZenStudies ) は 、 臨済 宗 と 黄檗 宗 が 共同 で 設立 し た 禅 と その 文化 に 関 する 研究 所 ( 財団 法人 ) で あ り 、 花園 大学 内 に あ る 。 +-1 高桐院 ( こうとういん ) は 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 臨済 宗 大 本山 大徳 寺 の 塔頭 の ひと つ で あ る 。 +-1 環濠 集落 ( かんごう しゅうらく ) と は 、 周囲 に 堀 を めぐ ら せ た 集落 ( ムラ ) の こと 。 +1 尾上 芙雀 ( お のえ ふじゃく ) は 、 歌舞伎 役者 の 名跡 。 +-1 五老 スカイ タワー ( ごろう スカイ タワー ) は 、 京都 府 舞鶴 市 に あ る 塔 。 +-1 淀 ( よど ) は 京都 市 伏見 区 西 南部 に 位置 する 地域 。 +-1 名田 ( みょう でん ) は 、 日本 の 平安 時代 中期 から 中世 を 通 じ て 見 られ る 、 荘園 公領 制 に おけ る 支配 ・ 収取 ( 徴税 ) の 基礎 単位 で あ る 。 +1 伊佐為 宗 ( いさため むね 、 生年 不明 - 承久 3 年 ( 1221 年 ) ? ) は 鎌倉 時代 初期 の 御 家人 。 +1 木内 石亭 ( きうち / きのうち せきてい 、 享保 9 年 12 月 1日 ( 旧暦 ) ( 1725 年 1 月 14 日 ) - 文化 ( 元号 ) 5 年 3 月 11 日 ( 旧暦 ) ( 180 8 年 4 月 6 日 ) ) と は 、 江戸 時代 の 奇石 収集 家 、 本草 学 者 。 +-1 三和土 ( たたき ) は 、 叩 き 土 に 石灰 や 水 を 混ぜ て 練 っ た もの を 塗 り 、 叩 き固め て 仕上げ た 土間 。 +-1 比売 神社 ( ひめがみ しゃ ) と は 、 奈良 県 奈良 市 に あ る 神社 で あ る 。 +1 一色 藤長 ( いっ しき ふじな が 、 ? - 慶長 元年 4 月 9 日 ( 旧暦 ) ( 1596 年 5 月 6 日 ) ? ) は 戦国 時代 ( 日本 ) の 武将 。 +1 赤沢 朝経 ( あかざわ ともつね ) は 、 戦国 時代 ( 日本 ) ( 室町 時代 後期 ) の 武将 。 +1 建武 式 目 ( けん む しき もく 、 建武 式 目 条々 ) と は 室町 幕府 の 施政 方針 を 示 し た 政綱 で あ る 。 +1 笠間 時朝 ( かさま と き と も 、 元久 元年 5 月 5 日 ( 旧暦 ) ( 120 4 年 6 月 4 日 ) - 文永 2 年 2 月 9 日 ( 旧暦 ) ( 1265 年 2 月 26 日 ) ) は 、 鎌倉 時代 の 常陸 国 の 武将 。 +-1 般若 の 面 ( はんにゃ の めん ) 、 般若 面 、 あるいは 単に 般若 は 、 「 嫉妬 や 恨 み の こも る 女 の 顔 」 と し て の 鬼女 の 能面 。 +-1 武断 派 ( ぶだん は ) と は 、 豊臣 政権 内部 の 派閥 で あ る 。 +-1 旧 居留 地 ( きゅう きょりゅうち ) と は 、 主に 安政 五 カ国 条約 に よ っ て でき た 外国 人 の 治外 法権 の 区画 を さ す 。 +1 片岡 我當 ( かたおか が とう ) は 、 歌舞伎 役者 。 +1 茂山 正邦 ( しげやま まさくに 、 1972 年 7 月 7 日 - ) は 大蔵 流 の 狂言 師 ( 狂言 方 の 能楽師 ) 。 +1 清原 深養父 ( きよはら の ふかやぶ 、 生没年 不詳 ) は 、 平安 時代 中期 の 歌人 。 +-1 池坊 ( いけのぼう ) は 、 日本 の 華道 家 元 。 +1 薬師寺 元一 ( やくしじ もと かず ) は 、 室町 時代 後期 ( 戦国 時代 ( 日本 ) ) の 武将 。 +-1 横大路 ( よこおおじ ) と は 、 奈良 盆 地 を 東西 に 貫 く 日本 の 古代 道路 。 +-1 橋本 駅 ( はしもと えき ) は 、 京都 府 八幡 市 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +1 長谷部 信連 ( はせべ の ぶつら , 生年 未詳 - 建保 6 年 ( 1218 年 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武士 。 +-1 十 三 参り ( じゅう さん まいり ) は 、 旧暦 の 3 月 13 日 ( 現在 で は 月遅れ で 新暦 の 4 月 13 日 ) の 間 、 数え年 13 歳 に 成 っ た 少年 少女 が 元服 を 迎え 大人 と 成 っ た 事 に 感謝 し て 、 これ から 先 の 万物 の 福徳 と 英知 を 授か る ため に 、 虚空 蔵 菩薩 に 参詣 する 行事 。 +1 山名義幸 ( やまな よしゆき 、 生没年 不詳 ) は 南北朝 時代 ( 日本 ) の 守護 大名 。 +1 家集 ( か - しゅう ) は 王朝 和歌 の 世界 に お い て 、 個人 また は 一家 の 和歌 を まとめ て 収め た 歌集 を 指 す 。 +-1 千観 ( せんかん 、 延喜 18 年 ( 918 年 ) - 永観 元年 12 月 13 日 ( 旧暦 ) ( 98 4 年 1 月 18 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +1 牛原 陽一 ( うしはら よういち 、 1924 年 3 月 25 日 - 1977 年 2 月 7 日 ) は 昭和 期 の 映画 監督 。 +-1 はさみ 山 遺跡 ( はさみ やま いせき ) は 、 大阪 府 藤井寺 市 に 所在 する 旧 石器 時代 ( 日本 ) ~ 近世 の 各 時代 の 遺構 や 遺物 が 見つか っ た 複合 遺跡 。 +-1 石州 流嘉順派 ( せき しゅうりゅうかじゅん は ) は 武家 茶道 。 +-1 文覚 ( もんがく 、 保延 5 年 ( 1139 年 ) - 建仁 3 年 7 月 21 日 ( 旧暦 ) ( 120 3 年 8 月 29 日 ) ) は 平安 時代 から 鎌倉 時代 初期 に かけ て の 真言 宗 の 僧 。 +-1 四 稜郭 ( しりょうかく ) は 、 箱館 戦争 の 際 に 蝦夷 共和 国 ( 箱館 政権 ) が 、 明治 2 年 ( 1869 年 ) に 現在 の 北海道 函館 市 に 築城 し た 堡塁 。 +-1 『 愚禿 鈔 』 ( ぐ とくしょう ) と は 、 親鸞 の 著作 で 、 浄土 教 の 先徳 の 教え を 通 し て 親鸞 自身 の 信心 の 立場 を 明らか に し た 論書 で あ る 。 +1 京極 高長 ( きょうごく たかな が 、 元禄 8 年 5 月 1日 ( 旧暦 ) ( 1695 年 6 月 12 日 ) - 明和 6 年 4 月 3 日 ( 旧暦 ) ( 1769 年 5 月 8 日 ) ) は 、 丹後 国峰山 藩 の 第 5 代 藩 主 。 +-1 准尊 ( じゅん そん 、 天正 13 年 10 月 7 日 ( 旧暦 ) ( 1585 年 11 月 28 日 ) - 元和 ( 日本 ) 8 年 4 月 24 日 ( 旧暦 ) ( 1622 年 6 月 3 日 ) ) は 、 日本 の 僧興正寺 第 十 八 世門 主 。 +-1 変成 男子 ( へんじょうなんし ) と は 、 古来 、 女子 ( 女性 ) は 成仏 する こと か 非常 に 難し い と さ れ 、 いったん 男子 ( 男性 ) に 成 る こと で 、 成仏 する こと が でき る よう に な る と し た 思想 。 +-1 ガリ と は 、 生姜 を 薄 く 切 っ て 甘酢漬け に し た もの 。 +1 斯波 良作 ( しば りょうさく 、 天保 11 年 ( 1840 年 ) ? - 没年 不詳 ) ) は 、 新 選 組 隊士 。 +-1 衝田岡 ( つきだ の おか ) は 奈良 県 橿原 市 四条 町 字田 ノ 坪 に 所在 する 綏靖 天皇 の 陵墓 。 +-1 未生斎 一甫 ( み しょうさい   いっ ぽ 、 宝暦 11 年 ( 1761 年 ) - 文政 7 年 ( 1824 年 ) ) は 、 日本 の 華道 家 。 +-1 流鏑馬 ( やぶさめ ) と は 、 疾走 する 馬上 から 的 に 鏑矢 ( かぶらや ) を 射 る 、 日本 の 伝統 的 な 騎射 の 技術 ・ 稽古 ・ 儀式 の こと を 言 う 。 +-1 茎茶 ( く きちゃ 、 英語 : もしくは ) は 、 日本 の 緑茶 の 一種 。 +1 源氏 物語 絵巻 ( げんじ ものがたり えまき ) は 、 源氏 物語 を 題材 に し た 絵巻物 で あ る 。 +1 平徳子 ( たいら の とくこ / とくし / のりこ 、 久寿 2 年 ( 1155 年 ) - 建保 元年 12 月 13 日 ( 1214 年 1 月 25 日 ) ) は 、 平安 時代 末期 の 高倉 天皇 の 中宮 、 女院 。 +1 武蔵 武芝 ( むさしの たけしば 、 生没年 不詳 ) は 平安 時代 中期 の 豪族 。 +1 鬼室 福信 ( きしつ ふく しん 、 生没年 不詳 ) は 、 百済 の 王族 ・ 将軍 。 +-1 日本 三 代 実録 ( にほん さん だい じつろく ) は 、 平安 時代 の 日本 で 編纂 さ れ た 歴史 書 で 、 90 1 年 に 成立 。 +1 久我 志通 ( こが ふみみ ち 、 文化 ( 日本 ) 7 年 ( 1810 年 ) ‐ 文政 元年 ( 1818 年 ) ) は 、 江戸 時代 後期 の 廷臣 。 +-1 建 御 名方 神 ( たけみなかた の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +-1 蛮書 和解 御 用 ( 蕃書 和解 御 用 、 ばんしょわげ ご よう ) は 、 1811 年 ( 文化 ( 元号 ) 8 年 ) に 江戸 幕府 に よ っ て 設置 さ れ た 翻訳 機関 。 +1 大内 輝弘 ( おお うち てる ひろ 、 永正 17 年 ( 1520 年 ) ? - 永禄 12 年 11 月 25 日 ( 旧暦 ) ( 1569 年 1 月 1日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 富本銭 ( ふほんせん ) / 富夲銭 ( ふとうせん ) は 、 683 年 頃 に 日本 で つく ら れ た 銭貨 で あ る 。 +-1 天ぷら ( てんぷら ) と は 魚介 類 、 野菜 、 山菜 等 に 、 小麦 粉 で 作 っ た 衣 を つけ て 油 で 揚げ た 日本 料理 で あ る 。 +1 利休 道 歌 ( りきゅうどう か ) は 「 利休 百 首 ( りきゅうひゃく しゅ ) 」 と も い っ て 、 千 利休 の 教え を わか り やす く 、 覚え やす い よう に 、 和歌 の 形 に し た もの 。 +1 恵慶 ( えぎょう 、 生没年 不明 ) は 平安 時代 中期 の 日本 の 僧 、 歌人 。 +-1 朝山 日乗 ( あさやま に ちじょう 、 ? - 天正 5 年 9 月 15 日 ( 旧暦 ) ( 1577 年 10 月 26 日 ) ) は 、 戦国 時代 ( 日本 ) の 日蓮 宗 の 僧 。 +1 忍性 ( にんしょう 、 建保 5 年 7 月 16 日 ( 旧暦 ) ( 1217 年 8 月 19 日 ) - 乾元 _ ( 日本 ) 2 年 7 月 12 日 ( 旧暦 ) ( 130 3 年 8 月 25 日 ) ) は 、 鎌倉 時代 の 律宗 ( 真言律宗 ) の 僧 で あ る 。 +1 脇坂 安元 ( わきざか やす もと 、 1584 年 4 月 14 日 ( 天正 12 年 3 月 4 日 ( 旧暦 ) ) - 1654 年 1 月 21 日 ( 承応 2 年 12 月 3 日 ( 旧暦 ) ) ) は 、 江戸 時代 初期 の 大名 。 +-1 加茂 駅 ( かも えき ) は 、 京都 府 木津川 市 加茂 町 駅西 1 丁目 6 - 3 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 関西 本線 の 鉄道 駅 。 +1 三条 西 実条 ( さんじょう に しさ ねえ だ 、 天正 3 年 1 月 26 日 ( 旧暦 ) ( 1575 年 3 月 8 日 ) - 寛永 17 年 10 月 9 日 ( 旧暦 ) ( 1640 年 11 月 22 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 に かけ て 活躍 し た 公家 。 +-1 袋 竹刀 ( ふくろ し な い ) は 、 竹刀 が 考案 さ れ る 以前 に 剣術 の 稽古 に 用い られ て い た 武道具 の 一種 。 +-1 平民 ( へいみん ) は 、 官位 や 爵位 を 持 た な い 普通 の 人民 、 市民 の こと 。 +-1 国立 銀行 ( こくりつ ぎんこう ) は 、 1872 年 ( 明治 5 年 ) の 国立 銀行 条例 に 基づ い て 開設 さ れ た 金融 機関 の こと 。 +1 一条 経通 ( いちじょう つね み ち 、 文保 元年 ( 1317 年 ) - 貞治 4 年 / 正平 ( 日本 ) 20 年 3 月 10 日 ( 旧暦 ) ( 1365 年 4 月 1日 ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 公卿 で あ る 。 +-1 桂 ・ タフト 協定 ( かつら ・ たふと きょうてい 、 ) と は 、 日本 の 内閣 総理 大臣 兼臨時 外務 大臣 ( 日本 ) で あ っ た 桂太郎 と 、 フィリピン 訪問 の 途中 来日 し た アメリカ 特使 で あ り 、 後 の 第 27 代 アメリカ 大統領 ウィリアム ・ タフト 陸軍 長官 と の 間 で 交わ さ れ た 協定 。 +1 堀田 正賓 ( ほった まさざ ね 、 享保 元年 ( 1 71 6 年 ) - 宝暦 8 年 10 月 18 日 ( 旧暦 ) ( 175 8 年 11 月 18 日 ) ) は 、 近江 国 堅田 藩 の 第 4 代 藩 主 。 +-1 日本 の 国歌 は 、 「 君が 代 ( きみがよ ) 」 。 +1 渡辺 競 ( わたなべ き おう / きそう 、 生年 不詳 - 治承 4 年 ( 1180 年 ) ) は 、 平安 時代 末期 の 武将 。 +-1 河原町 駅 ( かわら まち えき ) は 、 京都 府 京都 市 下京 区 四条 通 河原町 西入ル 真 町 52 に あ る 、 阪急 電鉄 阪急 京都 本線 の 終着 駅 で あ る 。 +1 川上 操六 ( かわか み そうろく 、 嘉永 元年 11 月 11 日 ( 旧暦 ) ( 1848 年 12 月 6 日 ) - 1899 年 ( 明治 32 年 ) 5 月 11 日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 、 華族 。 +-1 禅林 寺 ( ぜんりんじ ) は 、 京都 市 左京 区 永観堂 町 に あ る 浄土 宗 西山 禅林 寺 派 総 本山 の 寺院 。 +-1 町衆 ( まちしゅう / ちょうしゅう ) と は 、 室町 時代 から 戦国 時代 ( 日本 ) に かけ て の 、 特に 土倉 など の 京都 の 裕福 な 商工 業 者 で あ る 。 +1 醍醐 冬香 ( だい ご ふゆ よし 、 宝暦 元年 11 月 21 日 ( 旧暦 ) ( 175 2 年 1 月 7 日 ) ‐ 安永 元年 2 月 13 日 ( 旧暦 ) ( 1772 年 3 月 16 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 芝村 藩 ( しばむら はん ) は 、 大和 国 式 上郡 芝村 ( 現在 の 奈良 県 桜井 市芝 ) に 存在 し た 藩 。 +-1 日隆 ( にちりゅう 、 1385 年 - 1464 年 ) は 、 室町 時代 中期 の 日蓮 宗 の 僧 。 +1 佐伯 大目 ( さえき の おおめ 、 生年 不詳 - 持統 天皇 5 年 ( 691 年 ) 9 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 日重 ( にちじゅう 、 天文 ( 元号 ) 18 年 ( 1549 年 ) - 元和 ( 日本 ) 9 年 ( 1623 年 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 日蓮 宗 の 僧 。 +-1 大学 全体 +1 正親町 雅子 ( おおぎまち なおこ 、 享和 3 年 11 月 1日 ( 旧暦 ) ( 180 3 年 12 月 14 日 ) - 安政 3 年 7 月 6 日 ( 旧暦 ) ( 1856 年 8 月 6 日 ) ) は 、 江戸 時代 後期 の 女院 。 +-1 講 ( こう ) と は 、 同一 の 信仰 を 持 つ 人々 に よ る 結社 で あ る 。 +-1 貝児 ( か いちご ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +-1 延福寺 ( えんぷくじ ) は 、 亀岡 市 に あ る 高野山 真言 宗 の 寺院 。 +1 藤原 定信 ( ふじわら の さだのぶ 、 寛治 2 年 ( 1088 年 ) - 保元 元年 1 月 18 日 ( 旧暦 ) ( 1156 年 2 月 10 日 ) ) は 、 平安 時代 後期 の 書家 。 +-1 負所 ( おっしょ ) と は 、 中世 の 荘園 に お い て 、 本来 は 国衙 に 納め る べ き 雑役 ( 場合 に よ っ て は 官物 の 一部 を 含 む ) を 免除 を 受け 、 その 分 を 自己 に 収め る こと が 出来 る 荘園 領主 及び その 土地 を 指 す 。 +1 菅原 古人 ( すがわら の ふる ひと 、 生没年 不詳 ) は 奈良 時代 から 平安 時代 に かけ て の 貴族 。 +-1 白餡 ( しろあん ) と は 、 インゲン また は 小豆 を 茹で た もの を 潰 し て 、 砂糖 また は 蜜 で 甘 い 味 を つけ た 白色 の 漉 し 餡 の こと 。 +1 北条 政村 ( ほうじょう まさむら ) は 、 鎌倉 時代 前期 から 中期 に かけ て の 北条 氏 の 一門 。 +1 万里小路 藤房 ( まで の こうじ ふじふさ 、 永仁 4 年 ( 1296 年 ) - 康暦 2 年 / 天授 ( 日本 ) 6 年 3 月 28 日 ( 旧暦 ) ( 1380 年 5 月 3 日 ) ? ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) の 公家 で あ る 。 +-1 刑部 省 ( ぎょう ぶしょう ) は 、 律令 制下 の 日本 の 官制 の 一 つ +1 常 高院 ( じょう こういん 、 永禄 13 年 ( 1570 年 ) ? - 寛永 10 年 8 月 27 日 ( 旧暦 ) ( 1633 年 9 月 30 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 の 女性 。 +1 淳和 天皇 ( じゅん な てんのう 、 延暦 5 年 ( 786 年 ) - 承和 7 年 5 月 8 日 ( 840 年 6 月 7 日 ) 、 在位 : 弘仁 14 年 4 月 27 日 ( 82 3 年 5 月 30 日 ) - 天長 10 年 2 月 28 日 ( 833 年 3 月 22 日 ) ) は 、 平安 時代 初期 の 第 53 代 天皇 。 +1 尼子 経久 ( あまごつねひさ ) は 、 戦国 時代 ( 日本 ) の 武将 ・ 戦国 大名 。 +1 醍醐 忠善 ( だい ご ただ たる 、 文政 2 年 ( 1819 年 ) ‐ 文政 3 年 ( 1820 年 ) は 、 江戸 時代 後期 の 廷臣 。 +1 平知 宗 ( たいらの とも むね 、 寿永 3 年 ( 1184 年 ) - 建長 7 年 7 月 5 日 ( 旧暦 ) ( 125 5 年 8 月 8 日 ) ) は 鎌倉 時代 の 平家 の 落人 。 +-1 和裁 ( わさい ) は 、 和服 を 制作 する こと や その 技術 の こと 。 +-1 稲荷 神 ( いなり の かみ 、 いなり しん ) は 、 日本 に おけ る 神 ( 神道 ) の 1 つ 。 +-1 金剛寺 ( こんごう じ ) は 京都 府 亀岡 市 に あ る 臨済 宗 天龍 寺 派 の 仏教 寺院 。 +-1 首座 ( しゅそ ) は 禅宗 の 修行 僧 の リーダー を さ す 役職 名 。 +1 西園寺 寛季 ( さいおんじ ひろすえ 、 天明 6 年 12 月 5 日 ( 旧暦 ) ( 1787 年 1 月 23 日 ) - 安政 3 年 2 月 12 日 ( 旧暦 ) ( 1856 年 3 月 18 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +-1 特選 神名牒 ( とくせん しんみょう ちょう / - じんみょうちょう ) は 『 延喜 式 神名帳 』 の 注釈 書 で あ る 。 +-1 延喜 式 神名 帳 ( えんぎしき じんみょうちょう ) と は 、 延長 ( 日本 ) 5 年 ( 927 年 ) に まとめ られ た 『 延喜 式 』 の 巻九 ・ 十 の こと で 、 当時 「 官社 」 と さ れ て い た 全国 の 神社 一覧 で あ る 。 +-1 法輪 寺 ( ほうりんじ ) は 、 奈良 県 生駒 郡 斑鳩 町 に あ る 仏教 の 寺院 。 +1 吉岡 重堅 ( よしおか   しげかた 、 ? - 慶長 18 年 6 月 22 日 ( 旧暦 ) ( 1613 年 8 月 8 日 ) ) は 安土 桃山 時代 から 江戸 時代 に かけ て の 剣客 。 +-1 西京極 駅 ( にしきょうごく えき ) は 、 京都 市 右京 区 に あ る 、 阪急 電鉄 阪急 京都 本線 の 鉄道 駅 。 +1 覚性 入道 親王 ( かく しょうにゅうどう しん のう 、 大治 4 年 ( 1129 年 ) - 嘉応 元年 12 月 11 日 ( 1169 年 12 月 30 日 ) ) は 、 平安 時代 後期 の 皇族 ・ 僧 ・ 歌人 。 +-1 防人 ( さきもり ) は 古代 中国 や 、 日本 の 飛鳥 時代 から 平安 時代 、 律令 制度 下 で 行 わ れ た 軍事 制度 で あ る 。 +-1 悪人 正機 ( あくにん しょうき ) は 、 浄土 真宗 の 教義 の 中 で 重要 な 意味 を 持 つ 思想 で 、 「 悪人 こそ が 阿弥陀 如来 の 本願 ( 他力 本願 ) に よ る 救済 の 主正 の 根機 で あ る 」 と い う 意味 で あ る 。 +1 二階堂 行方 ( に かいどう ゆき かた 、 建永 元年 ( 120 6 年 ) - 文永 4 年 ( 1267 年 ) ) は 鎌倉 時代 中期 の 幕府 実務 官僚 。 +-1 山科 家 ( やま し なけ ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +-1 琵琶 ( びわ 、 ビバ 、 ピーパー ) は 、 東 アジア の 有棹 ( リュート 属 ) 弦楽 器 の 一 つ 。 +-1 風呂 吹き 大根 ( ふろ ふき だいこん ) は 、 ダイコン を 柔らか く ゆ で 、 練り 味噌 など を つけ て 食べ る 料理 。 +1 黒田 孝高 / 黒田 如水 ( くろだ よし たか / くろだ じょすい ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 、 江戸 時代 前期 に かけ て の 武将 ・ 大名 で あ る 。 +-1 無極志玄 ( む きょく しげん 、 弘安 5 年 ( 12 82 年 ) - 延文 4 年 / 正平 ( 日本 ) 14 年 2 月 16 日 ( 旧暦 ) ( 1359 年 3 月 15 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 臨済 宗 の 僧 。 +1 古典 の 日 ( こてん の ひ ) と は 、 11 月 1日 に 日本 の 古典 文学 を 顕彰 する 記念 日 。 +1 馬詰柳太郎 ( まづめ りゅうたろう 、 弘化 元年 ( 1844 年 ) - ? ) は 、 中国 地方 出身 と 言 わ れ る 新選 組 隊士 。 +1 藤原 信実 ( ふじわら の のぶざね 、 安元 元年 ( 1175 年 ) ? - 文永 3 年 ( 1266 年 ) 以降 ) は 、 鎌倉 時代 前期 から 中期 に かけ て の 公家 ・ 画家 ・ 歌人 。 +-1 六角 氏 ( ろっかく し ) は 宇多 源 氏 佐々木 氏 の 流れ を 汲 む 、 鎌倉 時代 から 戦国 時代 ( 日本 ) に かけ て 近江 国 南部 を 中心 に 勢力 を 持 っ た 武家 ( 守護 大名 ) 。 +-1 天保 通宝 ( てんぽ つうほう ) と は 、 江戸 時代 末期 から 明治 に かけ て の 日本 で 流通 し た 銭貨 。 +-1 舞鶴 港 ( まいづる こう ) は 京都 府 舞鶴 市 に あ る 重要 港湾 。 +-1 泉涌 寺 ( せん にゅうじ ) は 、 京都 市 東山 区 泉涌 寺 山内 ( やまのうち ) 町 に あ る 真言 宗 泉涌 寺 派 総 本山 の 寺院 。 +1 大友 頼康 ( おお と も より やす 、 貞応 元年 ( 1222 年 ) - 正安 2 年 9 月 17 日 ( 旧暦 ) ( 130 0 年 10 月 30 日 ) ) は 大友 氏 三 代 当主 。 +-1 東山 文化 ( ひがしやま ぶんか ) と は 、 室町 時代 中期 の 文化 を 指 す 用語 。 +-1 鉄砲 伝来 ( てっぽう でんらい ) と は 、 15 世紀 に ヨーロッパ から 東 アジア へ 火縄 銃 型 の 銃 が 伝わ っ た こと 、 狭義 に は 日本 の 種子島 に 伝来 し た 事件 を 指 す 。 +-1 賦算 ( ふさん ) と は 浄土 系 仏教 の 一派 時宗 に お い て 「 南無 阿弥陀 仏 、 決定 往生 六十 万 人 」 と 記 し た 札 を 配 る こと で あ る 。 +-1 特記 事項 +1 藤原 小忌 古曾 ( ふじわら の こぎ こそ 、 生没年 不詳 ) また は 藤原 古木 古曾 は 、 平安 時代 の 女性 貴族 で 藤原 相 通 の 妻 に あた る 。 +-1 常林 寺 ( じょうりんじ ) は 京都 市 左京 区 に あ る 浄土 宗 の 寺院 。 +1 藤原 実政 ( ふじわら の さね まさ 、 寛仁 3 年 ( 1019 年 ) - 寛治 7 年 2 月 18 日 ( 旧暦 ) ( 1093 年 3 月 23 日 ) ) は 平安 時代 中期 の 貴族 。 +-1 安国造 ( やす の くにのみやつこ ・ やすこく ぞう ) は 近江 国 東部 ( 琵琶 湖 東岸 ) を 支配 し た 国造 。 +1 逸見 勝三郎 ( いつみかつ さぶろう 、 生年 不詳 ~ 明治 元年 ( 1868 年 ) 1 月 5 日 ) は 新選 組 隊士 。 +1 寛平 御 時 后宮 歌合 ( かんぴょう の おん とき き さい の みや うたあわせ ) は 、 歌合 の 一 。 1 巻 。 +-1 荘園 領主 ( しょう えんりょうしゅ ) と は 、 荘園 を 支配 する 領主 の こと 。 +-1 仏舎利 ( ぶっしゃり ) と は 、 入滅 し た 釈迦 が 荼毘 に 付 さ れ た 際 の 遺骨 及び 棺 、 荼毘 祭壇 の 灰塵 を 指 す 。 +1 日羅 ( にちら 、 ? - 583 年 12 月 ) は 、 6 世紀 朝鮮 半島 に あ っ た 百済 の 王 に 仕え た 日本 人 。 +1 成瀬 正一 ( なるせまさかず ) は 、 戦国 時代 ( 日本 ) の 徳川 氏 家臣 。 +-1 稲荷 寿司 ( いなりずし ) は 、 油揚げ の 中 に 飯 を 詰め た 寿司 。 +-1 蘭坡 景茝 ( らんぱ けい し 、 応永 26 年 ( 1417 年 ) - 文亀 元年 2 月 28 日 ( 旧暦 ) ( 150 1 年 3 月 17 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 臨済 宗 の 僧 。 +1 一 条房 基 ( いちじょう ふさも と 、 大永 2 年 ( 152 2 年 ) - 天文 ( 元号 ) 18 年 4 月 12 日 ( 旧暦 ) ( 1549 年 5 月 9 日 ) ) は 、 日本 の 戦国 時代 ( 日本 ) の 人物 。 +1 吉良 義冬 ( きら よしふゆ 、 慶長 12 年 ( 1607 年 ) - 寛文 8 年 3 月 25 日 ( 旧暦 ) ( 1668 年 5 月 6 日 ) ) は 江戸 時代 前期 の 高家 旗本 。 +1 神嘗祭 ( かんな め さい ・ かんな め の まつり ・ かん に え の まつり ) と は 、 神宮 ( 伊勢 神宮 ) と 宮中 の 祭礼 で あ る 。 +-1 登り 石垣 ( のぼり いしがき ) は 、 豊臣 秀吉 の 文禄 ・ 慶長 の 役 の 際 、 朝鮮 半島 の 倭城 の 防備 を 固め る ため に 採 ら れ た 石垣 普請 の 手法 で あ る 。 +1 山本 勝一 ( やまもと まさかず ) 1928 年 - 、 大阪 府 出身 の 観世 流能 楽師 、 1943 年 旧 制 高津 中 学校 ( 現 大阪 府 立 高津 高等 学校 ) 卒業 。 +-1 ヒゲダコ 亜目 ( 有触毛 亜目 ) enCirrina +-1 清目 ( きよめ ) と は 、 寺社 に お い て 殺生 を 禁 じ られ て い る 僧侶 に 代わ っ て 小 動物 の 処理 や 清掃 の 業務 を 行 っ た 人々 の 事 で あ る 。 +1 筑紫 君 磐井 ( つくし の きみ いわ い 、 ? - 52 8 年 ? ) は 、 古墳 時代 末 の 九州 の 豪族 。 +-1 京都 五山 ( きょうと ござん ) と は 、 五山 の 制 の うち 京都 の 禅宗 ( 臨済 宗 ) の 寺格 、 官寺 制度 で あ る 。 +1 奥沢 栄助 ( おくざわ えいすけ 、 生年 不詳- 元治 元年 6 月 5 日 ( 旧暦 ) ( 1864 年 7 月 8 日 ) ) は 、 新 選 組 隊士 。 +1 大江 匡衡 ( おおえの まさひら 、 天暦 6 年 ( 952 年 ) - 寛弘 9 年 7 月 16 日 ( 旧暦 ) ( 1012 年 8 月 6 日 ) ) は 、 平安 時代 中期 の 儒者 ・ 歌人 。 +-1 蚊遣器 ( かやりき ) は 、 蚊取 り 線香 を 燃や す 際 、 その 上 や 中 で 香 を 燃や す こと で 線香 を 安定 し て 燃焼 さ せ 、 灰 の 飛散 を 防 い で 後 処理 を 容易 に する 道具 。 +-1 行尊 ( ぎょう そん 、 天喜 3 年 ( 1055 年 ) - 長承 4 年 2 月 5 日 ( 旧暦 ) ( 1135 年 3 月 21 日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 ・ 歌人 。 +-1 音曲 ( おんぎょく ) と は 、 近世 に お い て 音楽 、 あるいは 音楽 を 用い た 芸能 の こと を 指 し た 。 +1 宿木 ( やどりぎ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の 一 つ 。 +-1 舞鶴 引揚 記念 館 ( まいづる ひきあげ きねんかん 、 英語 : MaizuruRepartriation Memorial Museum ) は 、 京都 府 舞鶴 市 に あ る 歴史 伝承 施設 で あ る 。 +-1 菊池 氏 は 日本 の 氏族 の 一 つ 。 +-1 托鉢 ( たくはつ 、 サンスクリット : pindapata ) と は 、 仏教 や ジャイナ 教 を 含 む 古代 インド 宗教 の 出家 者 の 修行 形態 の 1 つ で 、 信者 の 家々 を 巡 り 、 生活 に 必要 な 最低 限 の 食糧 など を 乞 い 、 信者 に 功徳 を 積 ま せ る 修行 。 +1 蜂屋 頼隆 ( はち や より たか 、 1534 年 ( 天文 ( 元 号 ) 3 年 ) - 1589 年 11 月 3 日 ( 天正 17 年 9 月 25 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 城屋 の 揚松明 ( じょうや の あげ たいまつ 、 あげだい まつ ) と は 、 京都 府 舞鶴 市 字 城屋 の お 祭り 。 +1 藤原 俊憲 ( ふじわら の としのり 、 保安 ( 元 号 ) 3 年 ( 1122 年 ) - 仁安 ( 日本 ) 2 年 ( 11 67 年 ) ) は 平安 時代 後期 の 廷臣 、 学者 。 +-1 槍術 ( そうじゅつ ) は 、 日本 古来 の 武術 の ひと つ 。 +-1 白丁 ( はくちょう 、 はくてい ) と は 中国 と 日本 の 律令 制 に お い て 、 公 の 職 を 持 た な い 無位 無冠 の 良民 の 男子 の こと を 指 す 。 +-1 禅定 ( ぜん じょう 、 サンスクリット : dhyaana 、 パーリ 語 : jhaana ) は 、 心 を 統一 し て 瞑想 し 、 真理 を 観察 する こと 。 +-1 唱歌 ( しょうか ) と は かつて の 尋常 小 学校 、 高等 小 学校 の 教科 の 一 で あ る 。 +1 宣子 女王 ( よしこ じょ おう 、 生没年 不詳 ) は 、 平安 時代 前期 の 皇族 。 +-1 庶人 三 台 ( そにん さん だい ( しょにん さんだい ) ) は 雅楽 の 曲名 。 +-1 主計 寮 ( しゅけい りょう ) は 律令 制 に お い て 民部 省 に 属 し た 機関 。 +-1 新間之 町 通 ( しんあい の まち どおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +1 宮本 武蔵 ( みやもと むさ し 、 天正 12 年 ( 1584 年 ) ? - 正保 2 年 5 月 19 日 ( 旧暦 ) ( 1645 年 6 月 13 日 ) ) は 、 江戸 時代 初期 の 剣豪 。 +1 桜井 勉 ( さくらい つとむ 、 1843 年 10 月 6 日 ( 天保 14 年 9 月 13 日 ( 旧暦 ) ) - 1931 年 ( 昭和 6 年 ) 10 月 12 日 ) は 、 明治 時代 の 行政 官 。 +-1 楽焼 ( らくやき ) +1 日本 後紀 ( に ほんこうき ) は 、 平安 時代 初期 に 編纂 さ れ た 勅撰 史書 で 、 続 日本 紀 に 続 く 六 国 史 の 第 三 に あた る 。 +1 蘇我 馬子 ( そがのうまこ 、 男性 、 欽明 天皇 13 年 ( 551 年 ) ? - 推古 天皇 34 年 5 月 20 日 ( 旧暦 ) ( 626 年 6 月 19 日 ) ) は 飛鳥 時代 の 政治 家 。 +1 脇坂 安経 ( わきざか やすつね 、 生年 不明 - 寛永 9 年 4 月 4 日 ( 旧暦 ) ( 1632 年 5 月 22 日 ) ) は 、 信濃 国 信濃 飯田 藩 の 世嗣 。 +1 国分 胤茂 ( こくぶん たねもち 、 建久 8 年 ( 1197 年 ) ? - 仁治 3 年 11 月 22 日 ( 旧暦 ) ( 1242 年 12 月 15 日 ) ? ) は 、 日本 の 鎌倉 時代 に 陸奥 国 ( 後 の 陸前 国 ) 宮城 郡 に い た と さ れ る 武士 で あ る 。 +-1 鼓楼 ( ころう ) は 、 古来 中華 人民 共和 国 及び 、 その 文化 影響 圏 の 城内 ・ 都市 内 ・ 宗教 施設 敷地 内 に 建て られ る 。 +-1 四条 通 ( しじょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +1 入道 親王 ( にゅうどう しん のう ) と は 、 別称 を 入道 の 宮 、 ウバソクノ 宮 と も い い 、 出家 ・ 入道 し た 親王 の こと を い う 。 +-1 念仏 踊り ( ねんぶつ おどり ) と は 、 踊り手 と 歌 い手 が 分かれ て い る もの で 、 自ら 念仏 を 唱え ながら おど る 踊念仏 と は 区別 さ れ る 。 +1 渋川 春海 ( しぶかわ はるみ 、 しぶかわ しゅんかい ) 、 寛永 16 年 閏 11 月 ( 1639 年 ) - 正徳 ( 日本 ) 5 年 10 月 6 日 ( 旧暦 ) ( 1 71 5 年 11 月 1日 ) は 、 江戸 時代 前期 の 天文 学 者 、 囲碁 棋士 ( 囲碁 ) 、 神道 家 。 +1 帚木 は 、 +1 中村 五郎 ( なかむら ごろう 、 嘉永 2 年 ( 1849 年 ) - 慶応 3 年 6 月 14 日 ( 旧暦 ) ( 1867 年 7 月 15 日 ) ) は 、 下野 国 宇都宮 藩 出身 の 新 選 組 隊士 。 +-1 宇佐神宮 御 神能 ( うさ じんぐうご しん のう ) は 、 大分 県 宇佐 市 の 宇佐神宮 で 、 毎年 10 月 20 日 、 21 日 に 行 わ れ る 風除 報賽 祭 ( ふうじょ ほう さいさい ) の 2 日 目 に 奉納 さ れ る 能 で あ る 。 +-1 宝塔 ( ほう とう ) は 、 円筒 や 八角 など の 塔身 に 方形 など の 屋根 を 被 せ 、 さらに 相輪 を 載せ た 仏塔 。 +1 観世 寿夫 ( かんぜひ さお 、 1925 年 11 月 12 日 - 1978 年 12 月 7 日 ) は 、 観世 流 の 能楽 シテ 方 。 +1 牧 の 方 ( まき の かた 、 生没年 不詳 ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 女性 。 +1 大来 皇女 ( おおく の ひめみこ 、 大伯 皇女 とも   661 年 2 月 12 日 ( 斉明 天皇 7 年 1 月 8 日 ( 旧暦 ) ) - 70 2 年 1 月 29 日 ( 大宝 ( 日本 ) 元年 12 月 27 日 ( 旧暦 ) ) ) は 、 天武 天皇 皇女 。 +1 初代 大橋 宗桂 ( しょだい おおはし そう けい 、 1555 年 ( 弘治 ( 日本 ) 元年 ) - 1634 年 4 月 6 日 ( 寛永 11 年 3 月 9 日 ( 旧暦 ) ) ) は 、 将棋 指 し 、 将棋 の 名人 一覧 。 +1 高山 岩男 ( こう やま いわお 、 男性 、 190 5 年 4 月 18 日 - 1993 年 7 月 7 日 ) は 、 日本 の 哲学 者 。 +-1 王政復古 ( おう せい ふっこ ) は 、 江戸 時代 末期 の 慶応 3 年 12 月 9 日 ( 旧暦 ) ( 1868 年 1 月 3 日 ) に 討幕 派 の 計画 に よ り 「 天皇 親政 」 が 宣言 さ れ た 政変 で あ る 。 +1 落首 ( らくしゅ ) は 、 平安 時代 から 江戸 時代 に かけ て 流行 し た 表現 主法 の 一 つ で あ る 。 +1 東 重胤 ( とうしげ た ね 、 治承 元年 ( 1177 年 ) ? - 宝治 元年 ( 1247 年 ) ? ) は 鎌倉 時代 初期 の 武将 、 鎌倉 幕府 3 代 目将軍 源 実朝 の 側近 で 歌人 。 +-1 牒 ( ちょう ) と は 、 律令 制 に おけ る 公文 書 の 様式 の 1 つ 。 +-1 庵 戸宮 ( 廬戸 宮 ) ( いおと のみや ) は 、 『 古事 記 』 『 日本 書紀 』 に 伝わ る 古代 日本 ( ヤマト 王権 初期 ) の 首都 と し て 営 ま れ た 皇宮 ( 皇居 ) 。 +-1 石核 ( せっかく 、 core ) と は 、 一般 に 打製 石器 の 素材 と さ れ る 剥片 ( flake ) を はが し 取 っ た 際 に 残 っ た 原石 の こと を い う 。 +-1 八幡 愚童 訓 ( はちまん ぐ どうくん ) は 、 鎌倉 時代 中期 ・ 後期 に 成立 し た と 思 わ れ る 八幡 神 の 霊験 ・ 神徳 を 説 い た 寺社 縁起 。 +-1 宝厳院 ( ほう ごん いん ) は 京都 府 京都 市 右京 区 嵐山 に あ る 臨済 宗 天龍 寺 派 の 寺院 で 天龍 寺 の 塔頭 。 +1 那須 光 資 ( な すみつすけ 、 生没年 不詳 ) は 鎌倉 時代 の 人物 。 +1 豊原 時秋 ( とよはら の ときあき 、 康和 2 年 ( 1100 年 ) - 没年 未詳 ) は 平安 時代 後期 の 楽人 。 +-1 漢文伝 ( かんぶんでん ) と は 、 中国 正史 の 紀伝体 や 日本 正史 の 国史 体 の 影響 を 受け て 書 か れ た 漢文 に よ る 伝記 の こと 。 +-1 『 椿説 弓 張 月 』 ( ちんぜい ゆみはりづき ) は 、 曲亭 馬 琴作 ・ 葛飾 北斎画 の 読本 。 +1 小野 好古 ( おのの よしふる   884 年 ( 元慶 8 年 ) - 96 8 年 3 月 20 日 ( 康保 5 年 2 月 14 日 ( 旧暦 ) ) ) は 平安 時代 中期 の 公卿 、 従 三 位 、 参議 。 +-1 鎮護 国家 ( ちんご こっか ) は 、 政府 が 仏教 を 利用 し て 内政 の 安定 を 図 ろ う と し た 政策 、 また は 、 仏教 に は 国家 を 守護 ・ 安定 さ せ る 力 が あ る と する 思想 。 +-1 叡山 電鉄 株式 会社 ( えいざん でんてつ 、 EizanElectric Railway Co . , Ltd . ) は 、 京都 市 左京 区 の 出町 柳 駅 から 八瀬 ・ 鞍馬 へ の 路線 を 運営 する 鉄道 事業 者 。 +-1 向日 神社 ( む こう じんじゃ ) は 、 京都 府 向日 市 に 鎮座 する 神社 。 +-1 二 つ 銘則 宗 ( ふた つめい のりむね ) と は 、 備前 一 文字 則宗作 と さ れ る 日本 刀 で あ る 。 +-1 文化 パルク 城陽 ( ぶんか パルク じょうよう ) は 、 京都 府 城陽 市 に あ る 複合 文化 施設 。 +-1 折伏 ( しゃくぶく ) は 、 破折 屈伏 ( はしゃく くっぷく ) の 略 。 +1 伊集院 俊忠 ( いじゅういん と し た だ 、 生没年 不詳 ) は 鎌倉 時代 中期 、 薩摩 国 の 人 。 +1 木村 竹香 ( きむら ちっこう 、 男性 、 明治 元年 ( 1868 年 ) - 昭和 18 年 ( 1943 年 1 月 28 日 ) ) は 、 近代 日本 の 篆刻 家 で あ る 。 +1 大伴 古麻呂 ( おおと も の こまろ 、 生年 不詳 - 天平 宝字 元年 ( 75 7 年 ) 7 月 4 日 ) は 奈良 時代 の 貴族 。 +-1 京阪東 ローズ タウン コミュニティバス ( けいはん ひがし ローズ タウン コミュニティバス ) は 、 京阪 宇治 交通 が 運行 を 開始 し た コミュニティバス で 、 現在 は 京阪 宇治 交通 と 合併 し た 京阪 バス が 運行 を 継承 し て い る 。 +-1 根本 中堂 ( こんぽん ちゅうどう ) と は 比叡山 延暦 寺 の 総 本堂 で あ る 。 +1 相模 ( さがみ 、 生没年 不明 、 長徳 四 年 頃 ( 99 8 年 ? ) - 康平 四 年 ( 1061 年 ) 以降 か ) は 、 11 世紀 初頭 の 女流 歌人 で 、 中古 三十 六 歌仙 の 一人 。 +-1 押戻 ( おしもどし ) は 、 歌舞伎 に おけ る 話型 の 一 に し て 荒事 芸 の 一 。 +1 石川 光家 ( いしかわ みついえ 、 生没年 不詳 ) は 平安 時代 後期 の 武士 。 +1 藤原 惟通 ( ふじわら の のぶみち 、 生年 不詳 - 寛仁 4 年 7 月 3 日 ( 旧暦 ) ( 1020 年 7 月 25 日 ) ) は 、 平安 時代 中期 の 官人 。 +1 好子 内 親王 ( こうし ( よしこ ) ないしんのう 、 生年 不詳 - 建久 3 年 7 月 3 日 ( 旧暦 ) ( 1192 年 8 月 12 日 ) ) は 、 平安 時代 末期 の 皇族 。 +-1 太政 官 厨 家 ( だい じょう かん ちゅうけ ) は 、 本来 は 太政 官 に 付属 する 厨房 を 指 す が 、 古代 に お い て は これ を 管理 する 官司 を 指 し た 。 +1 蘆名 盛詮 ( あしな もりあきら ) は 、 室町 時代 中期 の 武将 。 +-1 中川 浄益 ( なかがわ じょう えき ) は 千家 十 職 の 一 つ 、 金物 師 ( かなもの し ) の 中川 家 当主 が 代々 襲名 する 名称 。 +-1 磯城 瑞 籬宮 ( しき の みずかき のみや ) は 六 国 史 日本 書紀 に 記載 さ れ て い る 崇神 天皇 王朝 の 都 。 +-1 浮世 絵 類考 ( うき よえ る いこう ) は 、 浮世 絵 師 の 伝記 、 経歴 を あつめ た もの で 美術 史 の 基礎 史料 で あ る 。 +1 金春 安明 ( こんぱる やすあき 、 1952 年 ( 昭和 27 年 ) 5 月 29 日 - ) は 、 シテ 方 金 春 流能 楽師 。 +-1 大江山 鉱山 ( おおえ やま こうざん ) は 京都 府 与謝 郡 与謝野 町 ( 旧 加悦 町 ) の 大江 山 北西 山麓 で 採掘 が 行 わ れ て い た ニッケル 鉱山 で あ る 。 +1 園 国子 ( その くにこ 、 寛永 元年 ( 1624 年 ) - 延宝 5 年 7 月 5 日 ( 旧暦 ) ( 167 7 年 8 月 3 日 ) ) は 、 江戸 時代 前期 の 皇族 。 +1 ( 1622 年 ) 以降 に 日本 で 作成 さ れ た と 推定 。 +-1 御成敗 式 目 ( ご せい ばいしき もく ) と は 、 鎌倉 時代 に 制定 さ れ た 武士 政権 の ため の 法令 ( 式目 ) の こと で あ る 。 +1 菊池央 ( きくち おう 、 弘化 4 年 ( 1847 年 ) - 慶応 4 年 4 月 25 日 ( 旧暦 ) ( 1868 年 6 月 15 日 ) ) は 、 陸奥 国弘前 藩 出身 の 新 選 組 隊士 。 +1 皇室 ( こうしつ ) は 天皇 および 皇族 の 総称 。 +-1 御 流 神道 ( ご りゅうしんとう ) と は 、 法親 王 など に 相承 さ れ る 法流 の 神道 。 +1 十 河 千 松丸 ( そごうせん まつまる 、 天正 3 年 ( 1575 年 ) - 天正 17 年 ( 1589 年 ) 7 月 ) は 、 十 河 存保 の 子 。 +1 大久保 利通 ( おおくぼ としみ ち 、 文政 13 年 8 月 10 日 ( 旧暦 ) ( 1830 年 9 月 26 日 ) - 明治 11 年 ( 1878 年 ) 5 月 14 日 ) は 、 日本 の 武士 ( 薩摩 藩 士 ) 、 政治 家 。 +1 成瀬 正義 ( なるせ まさよし ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 舞鶴 線 ( まいづる せん ) は 、 京都 府 綾部 市 の 綾部 駅 から 京都 府 舞鶴 市 の 東舞鶴 駅 に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 地方 交通 線 ) で あ る 。 +-1 浄土 真宗 ( じょうど しんしゅう 、 Shin - Buddhism , PureLand Buddhism ) は 、 日本 の 仏教 の 宗派 の ひと つ で 、 鎌倉 時代 初期 、 法然 の 弟子 ・ 親鸞 が 、 法然 の 教え ( 浄土 宗 ) を 継承 発展 さ せ た 教団 で あ る 。 +-1 近江 西国 三十 三 箇所 ( おう みさいごく さんじゅう さん かしょ ) と は 、 滋賀 県 に あ る 33 か所 の 観音 霊場 の こと 。 +1 法栄 ( ほうえい 、 生没年 不明 ) は 、 奈良 時代 の 僧 。 +-1 ゆべ し ( 柚餅子 ) と は 、 ユズ を 用い た 加工 食品 の ひと つ 。 +-1 『 隅田 川 続俤 』 ( すみだ がわ ご にち の おもかげ ) は 奈河 七五三 助 ( ながわ しめ す け ) 作 の 歌舞伎 狂言 。 +-1 化仏 ( けぶつ ) +1 『 蒲団 』 ( ふとん ) は 、 田山 花袋 の 中編 小説 。 +-1 甲申 政変 ( こうしん せいへん ) と は 、 1884 年 12 月 に 朝鮮 で 起こ っ た クーデター 。 +-1 四 奉請 ( しぶじょう ) と は 法照 禅 師 五 会 法 事 讃 から 採 っ た 偈文 ( げもん ) で あ る 。 +1 国友 藤兵衛 能 當 は 、 江戸 時代 まで 鉄砲 の 生産 地 と し て 栄え た 江州 国友 村 の 鉄砲 師 、 国友 藤兵衛 家 の 鍛冶 銘 で あ る 。 +1 伏原 宣明 ( ふせ は ら のぶはる 、 寛政 2 年 4 月 1日 ( 旧暦 ) ( 1790 年 5 月 14 日 ) - 文久 3 年 2 月 14 日 ( 旧暦 ) ( 1863 年 4 月 1日 ) ) は 、 江戸 時代 後期 の 儒学 者 、 公卿 。 +1 洞院 公賢 ( とういん きん かた 、 正応 4 年 8 月 ( 1291 年 ) - 延文 5 年 4 月 6 日 ( 旧暦 ) ( 1360 年 4 月 21 日 ) ) は 、 南北朝 時代 ( 日本 ) の 公家 。 +1 今出川 公彦 ( いまで がわきん ひこ 、 永正 3 年 ( 150 6 年 ) - 天正 6 年 1 月 23 日 ( 旧暦 ) ( 1578 年 3 月 1日 ) ) は 、 室町 時代 後期 ( 戦国 時代 ( 日本 ) ) の 公卿 。 +-1 和尚魚 ( お しょううお ) は 、 江戸 時代 の 百科 辞典 『 和漢 三 才 図会 』 に あ る 海 の 妖怪 で 、 海 坊主 の 一種 。 +1 赤松 範資 ( あかまつ の りすけ 、 ? - 13 51 年 5 月 4 日 ( 正平 ( 日本 ) 6 年 / 観応 2 年 4 月 8 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) の 大名 。 +1 二条 道平 ( に じょう みちひら 、 弘安 10 年 ( 1287 年 ) - 建武 ( 日本 ) 2 年 2 月 4 日 ( 旧暦 ) ( 1335 年 2 月 27 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 _ ( 日本 ) 初期 の 公家 。 +-1 長禄 の 変 ( ちょうろく の へん ) は 、 室町 時代 の 長禄 元年 12 月 2 日 ( 旧暦 ) ( 1457 年 12 月 27 日 ) に 赤松 家 遺臣 ら が 後南 朝 の 行宮 を 襲 い 、 南朝 の 皇胤 で あ る 尊秀 王 と 忠義 王 ( 後南朝 の 征夷 大将軍 で あ る ) の 兄弟 を 騙 し 討 っ て 、 神璽 を 持ち去 っ た 事件 。 +-1 一紙 小 消息 ( いっ し こしょう そく ) と は 、 法然 の 法語 の 一部 。 +-1 半片 ( はんぺん 、 半平 ) は 、 タラスケトウダラ など の 魚肉 の すり身 に すりおろ し た ヤマノイモ を 混ぜ て よく 摺 り 、 調味 し て 薄 く 四角 形 また は 半月 型 に し て ゆ で た 魚肉 練り 製品 。 +-1 京都 府 立 総合 資料 館 ( きょうと ふりつ そうごう しりょうかん ) は 、 京都 市 左京 区 に あ る 、 図書 館 、 文書 館 、 博物 館 の 機能 を 兼ね備え た 総合 文化 施設 で あ る 。 +1 百々 綱 家 ( どどつな いえ 、 天文 ( 元号 ) 17 年 ( 1548 年 ) ? - 慶長 14 年 ( 1609 年 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 の 武将 。 +-1 『 楼門 五三 桐 』 ( さん もん ご さん の きり ) は 、 安永 7 ( 1 778 年 ) 年 4 月 大阪 角 の 芝居 で 初演 さ れ た 、 初代 並木 五 瓶 作 の 歌舞伎 の 演目 。 +-1 蓮誓 ( れんせい 、 康正 元年 ( 1455 年 ) - 大永 元年 8 月 7 日 ( 旧暦 ) ( 152 1 年 9 月 7 日 ) ) は 、 室町 時代 中期 から 戦国 時代 _ ( 日本 ) に かけ て の 浄土 真宗 の 僧 。 +1 織田 敏定 ( お だ としさだ ) は 戦国 時代 ( 日本 ) の 武将 。 +1 久我 惟通 ( こが これ み ち 、 貞享 4 年 10 月 30 日 ( 旧暦 ) ( 1687 年 12 月 4 日 ) - 寛延 元年 9 月 29 日 ( 旧暦 ) ( 1748 年 10 月 21 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 乃木 神社 ( のぎ じんじゃ ) は 、 明治 時代 に 活躍 し た 軍人 、 乃木 希典 を 祀 っ た 神社 。 +-1 嵯峨 御 流 ( さが ごりゅう ) は 嵯峨 天皇 を 開祖 と する 華道 の 一派 で あ る 。 +-1 富貴 ( ふうき ) は 、 かつて 存在 し た 上方 落語 の 寄席 。 +-1 畠山 重忠 の 乱 ( はたけやま しげ ただ の らん ) は 、 鎌倉 時代 初期 の 元久 2 年 6 月 22 日 ( 旧暦 ) ( 120 5 年 7 月 10 日 ) 、 武蔵 国 二俣川 ( 現 神奈川 県 横浜 市 旭 区 ( 横浜 市 ) 保土ケ谷 区 ) に お い て 、 武蔵 国 の 有力 御 家人 ・ 畠山 重忠 が 武蔵 掌握 を 図 る 北条 時政 の 策謀 に よ り 、 北条 義時 率い る 大軍 に 攻め られ て 滅ぼ さ れ た 事件 。 +1 清原 令望 ( きよはらの よしもち 、 生没年 不詳 ) は 、 平安 時代 の 官人 。 +1 野呂介石 ( のろ かいせき 、 延享 4 年 1 月 20 日 ( 旧暦 ) ( 1747 年 3 月 1日 ) - 文政 11 年 3 月 14 日 ( 旧暦 ) ( 1828 年 4 月 27 日 ) ) は 、 江戸 時代 後期 の 日本 の 文人 画 で あ る 。 +1 伏見宮 邦頼 親王 ( ふしみのみやく に よ り しんのう 、 享保 18 年 10 月 28 日 ( 旧暦 ) ( 1733 年 12 月 4 日 ) - 享和 2 年 9 月 8 日 ( 旧暦 ) ( 180 2 年 10 月 4 日 ) ) は 、 江戸 時代 の 皇族 。 +1 巴 御前 ( ともえ ごぜん / ともゑ ごぜん 、 生没年 不詳 ) は 、 平安 時代 末期 の 信濃 国 の 武将 と さ れ る 女性 。 +-1 極付 幡 随長兵衛 ( きわめつ きばん ずいちょうべえ ) は 歌舞伎 の 演目 。 +-1 堅牢 地神 ( けんろう じしん ) は 、 仏教 に おけ る 天部 の 神 の 1 つ で 大地 を 司 る 。 +1 鈴木 重辰 ( すずき しげとき 、 慶長 12 年 ( 1607 年 ) - 寛文 10 年 10 月 2 日 ( 旧暦 ) ( 167 0 年 11 月 14 日 ) ) は 、 江戸 時代 前期 の 幕臣 。 +1 今出川 公直 ( いまで がわ きん なお 、 建武 ( 日本 ) 2 年 ( 1335 年 ) - 応永 3 年 ( 1396 年 ) 5 月 ) は 、 南北朝 時代 ( 日本 ) ・ 室町 時代 の 公卿 。 +1 花子 ( はなこ 、 本名 : 太田 ひさ 、 慶応 4 年 4 月 15 日 ( 旧暦 ) ( グレゴリオ 暦 1868 年 5 月 7 日 ) - 昭和 20 年 ( 1945 年 ) 4 月 2 日 ) は 、 明治 から 昭和 初期 に かけ て ヨーロッパ で 活躍 し た 日本 人 女優 、 ダンサー 。 +1 木庵 性 瑫 ( もくあん しょう とう 、 万暦 39 年 2 月 3 日 ( 旧暦 ) ( 161 1 年 3 月 16 日 ) - 貞享 元年 1 月 20 日 ( 旧暦 ) ( 1684 年 3 月 6 日 ) ) は 、 江戸 時代 前期 に 中国 の 明 から 渡来 し た 臨済 宗 黄檗 派 ( 黄檗 宗 ) の 僧 。 +1 藤原 大津 ( ふじわら の おおつ 、 延暦 11 年 ( 792 年 ) - 仁寿 4 年 10 月 9 日 ( 旧暦 ) ( 854 年 11 月 2 日 ) ) は 、 平安 時代 前期 の 官人 。 +1 村田 實 ( むらた みのる 、 1894 年 3 月 2 日 - 1937 年 6 月 26 日 ) は 、 大正 ・ 昭和 初期 の 映画 監督 、 脚本 家 、 俳優 。 +-1 絵師 草紙 ( えし の そうし ) は 、 日本 の 絵巻物 。 +1 石井 勇次郎 ( いしい ゆうじろう 、 弘化 3 年 1 月 5 日 ( 旧暦 ) ( 1846 年 1 月 31 日 ) - 明治 36 年 ( 190 3 年 ) 6 月 17 日 ) は 、 幕末 の 桑名 藩 士 で 、 新 選 組 隊士 。 +1 藤原 経宗 ( ふじわら の つね むね 、 元永 2 年 ( 1119 年 ) - 文治 5 年 2 月 28 日 ( 旧暦 ) ( 1189 年 3 月 16 日 ) ) は 平安 時代 末期 の 公家 。 +1 『 和歌 体 十 種 』 ( わかたい じっしゅ ) は 、 天慶 八 年 ( 945 年 ) 、 紀 貫之 の 門弟 で あ り 、 古今 和 歌集 の 撰者 の 一人 で あ る 、 壬生 忠岑 が 著 し た 歌論 書 。 +-1 征西 大将軍 ( せいせい たいしょうぐん ) は 、 平安 時代 に 九州 地方 を 平定 する ため に 天皇 ( 朝廷 ) から 任命 さ れ た 将軍 。 +1 文保 の 和談 ( ぶんぽう の わだん ) と は 、 鎌倉 時代 後期 の 文保 元年 ( 1317 年 ) 、 後嵯峨 天皇 の 皇子 で あ る 、 後深草 天皇 の 子孫 ( 持明 院 統 ) と 亀山 天皇 の 子孫 ( 大覚 寺 統 ) の 両 血統 の 天皇 が 交互 に 即位 する ( 両統 迭立 ) こと を 定め た と さ れ る 合意 の こと で あ る 。 +1 今井 兼平 ( いまい かねひら 、 仁平 2 年 ( 1152 年 ) - 元暦 元年 1 月 20 日 ( 旧暦 ) ( 1184 年 3 月 4 日 ) ) は 平安 時代 末期 の 武将 。 +-1 生野 奉行 ( いく の ぶぎょう ) は 、 織田 信長 、 豊臣 秀吉 および 徳川 幕府 に よ り 置 か れ 、 生野 銀山 を 管理 し た 。 +-1 煙管 ( きせる ) は 、 日本 の 喫煙 道具 の 一種 で 、 西洋 の パイプ ( タバコ ) に 類似 する 。 +1 川島 勝司 ( かわしま かつ じ 、 生年 不詳 - 慶応 2 年 ( 1866 年 ) ) は 新選 組 調役 監察 方 。 +1 三輪 逆 ( みわ の さか う 、 生年 不詳 - 用明 天皇 元年 ( 586 年 ) 5 月 ) は 飛鳥 時代 の 豪族 。 +1 足利 義栄 ( あしかが よしひで ) は 室町 幕府 の 第 14 代 征夷 大将軍 ( 在職 : 永禄 11 年 ( 1568 年 ) ) 。 +-1 『 松浦 の 太鼓 』 ( まつうら の たいこ ) は 、 歌舞伎 の 演目 。 +-1 法華 宗 真門流 ( ほっけ しゅうしん もん りゅう ) は 、 日蓮 を 高祖 と し 、 日真 ( 法華 宗 真門 流 ) を 派祖 と する 、 日蓮 門 下 の 一派 で あ る 。 +1 細川 勝元 ( ほそかわかつもと ) は 、 室町 時代 の 守護 大名 、 室町 幕府 の 管領 、 三 管領 の ひと つ で あ る 細川 氏 嫡流 ・ 細川 氏 の 当主 。 +1 桓武 天皇 ( かんむ てんのう 、 天平 9 年 ( 737 年 ) - 延暦 25 年 3 月 7 日 ( 80 6 年 4 月 9 日 ) ) は 、 日本 の 第 50 代 の 天皇 で あ る 。 +-1 節会 ( せちえ ) と は 、 日本 の 宮廷 で 節句 ( 祝 の 日 ) など に 天皇 の もと に 群臣 を 集め て 行 わ れ た 公式 行事 。 +1 藤原 朝方 ( ふじわら の とも かた 、 久寿 2 年 ( 1155 年 ) - 建仁 元年 2 月 16 日 ( 旧暦 ) ( 120 1 年 3 月 22 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 公卿 。 +-1 印譜 ( いんぷ ) と は 、 印籍 の 一種 で 、 鑑賞 や 研究 を 目的 と し て 印章 の 印影 および 印款 を 中心 に 掲載 し た 書籍 で あ る 。 +-1 国 人 領主制 ( こくじん りょう しゅ せい ) と は 、 中世 後期 の 日本 ( 南北朝 時代 ( 日本 ) ・ 室町 時代 ・ 戦国 時代 ( 日本 ) ) の 体制 を 、 直接 農民 層 を 支配 し て い た 国人 領主 の 動向 から 把握 す べ き で あ る と する 考え 。 +-1 飛天 ( ひてん ) と は 仏教 で 諸仏 の 周囲 を 飛行 遊泳 し 、 礼賛 する 天人 。 +-1 京都 府 立 体育 館 ( きょうと ふりつ たいいく かん ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) に あ る 体育 館 で あ る 。 +1 大島 友之允 ( おおしま とも の じょう 、 文政 9 年 6 月 23 日 ( 旧暦 ) ( 1826 年 7 月 27 日 ) - 明治 15 年 ( 18 82 年 ) 8 月 9 日 ) は 日本 の 武士 ・ 対馬 府 中 藩 士 ・ 外交 官 。 +-1 曼殊 院 道 ( まんしゅいん みち ) は 京都 市 左京 区 の 東西 の 通り の 一 つ で 、 川端 通 から 東 へ 曼殊 院 門前 に 至 る 。 +-1 会見 県 設置 運動 ( あいみ けん せっち うんどう ) は 明治 23 年 ( 1890 年 ) から 翌 24 年 ( 1891 年 ) に かけ て 鳥取 県 米子 市 を 中心 に 起き た 新 県 設置 運動 の こと 。 +-1 高取 藩 ( たかとり はん ) は 、 大和 国 ( 現在 の 奈良 県 高市 郡 高取 町 ) に 存在 し た 藩 。 +-1 主君 押込 ( しゅくん おしこめ 、 単なる 「 押込 」 と も ) は 鎌倉 時代 から 武家 社会 に 見 られ た 慣行 で 、 特に 江戸 時代 の 幕藩 体制 に お い て 、 行跡 が 悪 い と さ れ る 藩主 を 、 家老 ら の 合議 に よ る 決定 に よ り 、 強制 的 に 監禁 ( 押込 ) する 行為 を 指 す 。 +-1 一澤 帆布 工業 株式 会社 ( いちざわ はんぷ こうぎょう かぶしき がいしゃ ) と は 、 京都 市 東山 区 に あ る 布製 鞄 の メーカー で あ る 。 +1 大山 巌 ( おおやま いわお 、 天保 13 年 10 月 10 日 ( 旧暦 ) ( 1842 年 11 月 12 日 ) - 大正 5 年 ( 1916 年 ) 12 月 10 日 ) は 、 日本 の 武士 、 政治 家 、 元老 、 軍人 。 +-1 定朝 ( じょうちょう 、 生年 不明 - 天喜 5 年 8 月 1日 ( 旧暦 ) ( 105 7 年 9 月 2 日 ) ) は 平安 時代 後期 に 活躍 し た 仏師 で 、 寄木 造 技法 の 完成 者 と さ れ る 。 +1 湯沐邑 ( とうもく ゆう 、 ゆの むら ) は 、 古代 の 中国 と 、 飛鳥 時代 から 平安 時代 まで の 日本 で 、 一部 の 皇族 に 与え られ た 領地 で あ る 。 +-1 日墺 修好 通商航海 条約 ( にちおう しゅう こうつう しょう こう かいじょうやく ) と は 、 日本 と オーストリア = ハンガリー 帝国 と の 間 で 1869 年 10 月 18 日 ( 明治 2 年 9 月 14 日 ( 旧暦 ) ) に 締結 さ れ た 条約 。 +-1 錦織家 ( にしごりけ ) は 卜部 氏 の 流れ を 汲 む 堂上 家 。 +-1 三 代 格式 ( さん だい きゃくしき ) と は 平安 時代 に 編纂 さ れ た 弘仁格式 、 貞観 格式 、 延喜 格 式 の 三 つ の 格式 ( きゃくしき 、 律令 の 補助 法令 ) の 総称 で あ る 。 +1 智雄 ( ちゆう 、 生没年 不詳 ) は 、 奈良 時代 の 法 相 宗 の 僧 。 +-1 浄土 真宗 親鸞 会 ( じょうど しんしゅうしんらん かい ) は 、 1958 年 に 発足 し た 、 浄土 真宗 系 の 新 宗教 の 一 つ 。 +1 藤原 浜成 ( ふじわら の は まな り 、 神亀 元年 ( 724 年 ) - 延暦 9 年 2 月 18 日 ( 旧暦 ) ( 790 年 3 月 12 日 ) ) は 奈良 時代 の 貴族 ・ 歌人 。 +1 巨勢 文雄 ( こせ の ふみお 、 生没年 不詳 ) は 、 平安 時代 前期 の 文人 。 +-1 文七 元 結 ( ぶんしち もっと い ) は 、 三遊亭 圓朝 の 創作 で 、 落語 の うち 、 人情 噺 の ひと つ 。 +-1 化 野 念仏寺 ( あだし の ねんぶつ じ ) は 、 京都 市 右京 区 の 嵯峨野 に あ る 浄土 宗 の 寺 。 +1 安寧 天皇 ( あんね い てんのう 、 綏靖 天皇 5 年 ( 紀元 前 577 年 ) - 安寧 天皇 38 年 12 月 6 日 ( 旧暦 ) ( 紀元 前 510 年 1 月 17 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 伝え られ る 第 3 代 の 天皇 ( 在位 : 綏靖 天皇 33 年 7 月 3 日 ( 旧暦 ) ( 紀元 前 549 年 8 月 31 日 ) - 安寧 天皇 38 年 12 月 6 日 ( 旧暦 ) ( 紀元 前 510 年 1 月 17 日 ) ) 。 +-1 産寧坂 ( さん ねいざか ) は 京都 市 に あ る 坂 。 +-1 日本 の 寺院 +-1 陣 ( じん ) は 、 朝廷 に お い て 六 衛 府 の 武官 が 整列 する 場所 。 +-1 江戸 千家 ( えど せんけ ) は 、 川上 不白 に 始ま る 茶道 の 流派 。 +-1 入鹿 神社 ( いるか じんじゃ ) は 、 奈良 県 橿原 市 小綱 町 ( しょうこ ちょう ) に あ る 神社 で あ る 。 +1 二階堂 行光 ( に かいどう ゆきみつ 、 長寛 2 年 ( 11 64 年 ) - 承久 元年 ( 1219 年 ) 9 月 ) は 鎌倉 時代 初期 の 幕府 実務 官僚 。 +-1 開山 堂 ( かいさん どう ) と は 、 寺院 に お い て 開山 を 祀 っ た お 堂 の こと 。 +1 落合 芳幾 ( おちあい よしいく 、 1833 年 ( 天保 4 年 ) - 190 4 年 ( 明治 37 年 ) 2 月 6 日 ) は 、 幕末 から 明治 に かけ て 活躍 し た 浮世 絵 師 で 、 新聞 人 。 +1 楠宏 ( くすの きこう 、 1921 年 11 月 18 日 - ) は 、 日本 の 地球 物理学 、 地理 学 者 で あ る 。 +-1 弘仁式 ( こうにんしき ) は 、 平安 時代 初期 に 編纂 ・ 施行 さ れ た 格式 。 +1 本多 忠民 ( ほんだ ただ もと 、 文化 ( 元号 ) 14 年 2 月 26 日 ( 旧暦 ) ( 1817 年 4 月 12 日 ) - 明治 16 年 ( 1883 年 ) 1 月 29 日 ) は 、 江戸 時代 末期 の 大名 、 政治 家 、 老中 。 +1 木下 惠介 ( きのした けいすけ 、 新字体 : 恵介 、 本名 : 木下 正吉 、 1912 年 ( 大正 元年 ) 12 月 5 日 - 1998 年 ( 平成 10 年 ) 12 月 30 日 ) は 、 日本 の 映画 監督 、 脚本 家 。 +-1 『 絵本合 法 衢 』 ( えほん がっぽう がつ じ 、 旧 字体 : 繪本 ) は 、 四 代 目 鶴屋 南北 作 の 歌舞伎 狂言 の 演目 。 +-1 神尾 山城 ( かん の お さんじょう ) は 、 京都 府 亀岡 市 宮前 町 宮川 に あ っ た 城 。 +-1 木魚 ( もくぎょ 、 杢魚 と も ) と は 、 仏具 の 一種 で あ る 。 +1 藤原 山蔭 ( ふじわら の やまかげ 、 82 4 年 ( 天長 元年 ) - 88 8 年 3 月 20 日 ( 仁和 4 年 2 月 4 日 ( 旧暦 ) ) ) は 平安 時代 の 貴族 。 +1 承胤 法 親王 ( しょういん ほっ しん の う 、 文保 元年 ( 1317 年 ) - 永和 3 年 / 天授 3 年 4 月 9 日 ( 1377 年 5 月 16 日 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 に かけ て の 法親 王 。 +-1 主殿 寮 ( しゅでんりょう ・ と の もり の つかさ ) は 律令 制 日本 の 律令 制 に お い て 宮内 省 に 属 し た 機関 。 +-1 鹿ヶ谷通 ( ししがた に どおり ) は 京都 市 内 の 南北 の 通り 。 +1 武田 信虎 ( たけだ のぶとら ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 姉小路 顕朝 ( あね が こうじ あき と も 、 建暦 2 年 ( 1212 年 ) - 文永 3 年 9 月 20 日 ( 旧暦 ) ( 1266 年 10 月 19 日 ) ) は 、 鎌倉 時代 中期 の 公卿 。 +1 藤原 帯子 ( ふじわら の たらしこ 、 生年 不詳 - 延暦 13 年 5 月 27 日 ( 旧暦 ) ( 794 年 6 月 28 日 ) ) は 、 奈良 時代 の 女性 貴族 。 +-1 安福殿 ( あんぷく でん ) と は 、 平安 京 の 内裏 に おけ る 殿舎 の ひと つ 。 +-1 鞍馬 ( くらま ) +1 重仁 親王 ( しげひと しんの う 、 長久 元年 ( 1140 年 ) - 応保 2 年 ( 1162 年 ) ) は 、 平安 時代 後期 の 皇族 。 +1 櫻間 弓川 ( さくら ま きゅう せん 、 1889 年 ( 明治 22 年 ) 5 月 18 日 - 1957 年 ( 昭和 32 年 ) 3 月 1日 ) は 、 シテ 方 金 春 流能 楽師 。 +-1 初期 荘園 ( しょき しょう えん ) は 、 8 ~ 9 世紀 に 未墾 地 の 墾田 化 ・ 既墾 の 墾田 の 集積 を 通 し て 成立 し た 荘園 。 +-1 聖戒 ( じょうかい 、 生没年 不詳 ) は 、 鎌倉 時代 中期 の 時宗 歓 喜光 寺 の 僧 。 +-1 源 氏 長者 ( げんじ ちょうじゃ ) は 、 源 氏 一族 全体 の 氏 長 者 の 事 を 指 す 。 +-1 坊城 家 ( ぼうじょうけ ) は 、 名家 ( 公家 ) の 家格 を 有 する 公家 。 +1 グネッキ ・ ソルディ ・ オルガンティノ ( Gnecchi ‐ SoldoOrgantino , 1533 年 - 1609 年 4 月 22 日 ) は 戦国 時代 ( 日本 ) 末期 の 日本 で 宣教 活動 を 行 っ た イタリア 人 宣教 師 。 +1 山名 宗全 / 山名 持 豊 ( やまな そうぜん / やまな もち と よ 、 応永 11 年 5 月 29 日 ( 旧暦 ) ( 140 4 年 7 月 6 日 ) - 文明 ( 日本 ) 5 年 3 月 18 日 ( 旧暦 ) ( 1473 年 4 月 15 日 ) ) は 、 室町 時代 の 守護 大名 。 +1 葛原 親王 ( かずらわら しんのう 、 延暦 5 年 11 月 7 日 ( 旧暦 ) ( 786 年 ) - 仁寿 3 年 6 月 4 日 ( 旧暦 ) ( 853 年 7 月 17 日 ) ) は 、 平安 時代 の 皇族 で 、 平氏 の 祖 。 +1 宗牧 ( そうぼく 、 ? - 天文 ( 元号 ) 14 年 9 月 22 日 ( 旧暦 ) ( 1545 年 10 月 27 日 ) ) は 、 戦国 時代 ( 日本 ) の 連歌 師 。 +-1 箸墓 古墳 ( はし はかこふん 、 箸中山 古墳 と も ) は 、 奈良 県 桜井 市 箸中 に 所在 する 箸中 古 墳 群 の 盟主 的 古墳 で あ る 。 +1 源 国房 ( みなもと の くにふさ 、 生没 年 未詳 ) は 、 平安 時代 中期 の 武将 。 +-1 尺貫 法 ( しゃっかん ほう ) は 、 長 さ ・ 面積 など の 単位 系 の 一 つ 。 +-1 輪蔵 ( りんぞう ) と は 、 仏教 の 寺院 内 等 に 設け られ る 経蔵 の 一種 で あ る 。 +1 島田 五空 ( しまだ ごくう 、 1875 年 ( 明治 8 年 ) - 1928 年 ( 昭和 3 年 ) ) は 俳人 。 +1 細川 満元 ( ほそかわ みつもと 、 天授 ( 日本 ) 4 年 / 永和 ( 日本 ) 4 年 ( 1378 年 ) - 応永 33 年 10 月 16 日 ( 旧暦 ) ( 142 6 年 11 月 15 日 ) ) は 、 室町 時代 前期 の 管領 。 +-1 伝法 灌頂 ( でんぼう かんじょう ) と は 、 阿闍梨 ( あじゃり ) と い う 指導 者 の 位 を 授け る 儀式 で あ る 。 +-1 東密 ( とうみつ ) と は 、 真言 宗 に 伝わ る 密教 の こと で あ る 。 +-1 解由 状 ( げゆじょう ) は 、 古代 日本 の 律令 制 に おけ る 、 官人 交替 の 際 の 事務 引継ぎ 文書 で あ る 。 +-1 足尾 鉱毒 事件 ( あしお こうどく じけん ) は 、 19 世紀 から 20 世紀 の 栃木 県 、 群馬 県 の 渡良瀬川 周辺 で 起き た 足尾 銅山 の 公害 事件 。 +1 洞院 公定 ( とういん きん さだ 、 暦応 3 年 / 延元 5 年 1 月 26 日 ( 旧暦 ) ( 1340 年 2 月 24 日 ) - 応永 6 年 6 月 15 日 ( 旧暦 ) ( 1399 年 7 月 18 日 ) ) は 、 南北朝 時代 ( 日本 ) の 公家 。 +-1 東寺 長者 ( とうじ ちょうじゃ ) は 、 東寺 ( 教王 護国 寺 ) の 管理 者 ・ 長官 で あ る 僧侶 の 呼称 。 +1 二 世 梅若 万 三郎 ( に せい うめわか まんざぶろう 、 190 8 年 ( 明治 41 年 ) 3 月 23 日 - 1991 年 ( 平成 3 年 ) 4 月 21 日 ) は 、 シテ 方 観世 流能 楽師 。 +1 京極 高久 ( きょうごく たかひさ 、 享保 14 年 4 月 24 日 ( 旧暦 ) ( 1729 年 5 月 21 日 ) - 文化 ( 元号 ) 5 年 4 月 20 日 ( 旧暦 ) ( 180 8 年 5 月 15 日 ) ) は 、 丹後 国峰山 藩 の 第 6 代 藩 主 。 +-1 平等 寺 ( びょうどう じ ) は 、 京都 市 下京 区 に あ る 真言 宗 智山 派 の 寺院 。 +1 朱 雀院 ( すざく いん ) は 、 +-1 悌輔 騒動 ( ていすけ そうどう ) と は 、 1872 年 ( 明治 5 年 ) 4 月 、 新潟 県 および 柏崎 県 ( 現 新潟 県 ) で 起き た 一揆 。 +1 平業 兼 ( たいら の な りかね 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公卿 。 +1 加藤 泰 ( かとう たい 、 1916 年 8 月 24 日 - 1985 年 6 月 17 日 ) は 、 日本 の 映画 監督 。 +-1 端午 ( たんご ) は 節句 の 一 つ で 、 現在 は 5 月 5 日 で あ る 。 +-1 金田城 ( かねだ じょう 、 かねた の き ) は 、 飛鳥 時代 に 対馬 国 に 築 か れ た 古代 山城 ( 朝鮮 式 山城 ) 。 +-1 正 三 位 ( しょうさんみ ) と は 、 位 階 及び 神階 の ひと つ 。 +-1 慈山 ( じ さん 、 寛永 14 年 ( 1637 年 ) - 元禄 3 年 7 月 3 日 ( 旧暦 ) ( 1690 年 8 月 7 日 ) は 、 江戸 時代 前期 の 学僧 。 +1 宮内 庁 ( く な いちょう 、 英訳 名 Imperial Household Agency ) は 、 日本 の 行政 機関 の 一 つ 。 +-1 カタカムナ 文明 と は 、 かつて 日本 に 存在 し た と さ れ る 超 古代 文明 。 +-1 鯛めし ( たいめし ) は 鯛 を 素材 と する 郷土 料理 の 一 つ で あ る 。 +-1 序破急 ( じょ は きゅう ) と は 、 日本 の 雅楽 、 能楽 など 日本 の 伝統 音楽 から 転 じ て 、 連歌 、 蹴鞠 、 香道 、 剣術 、 抜刀術 、 居合 道 など 芸道 論 で 使用 さ れ る ことば で あ る 。 +-1 祭典 競馬 ( さいてんけいば ) と は 、 神社 など の 祭典 に お い て 、 奉納 や 余興 の ため に 開催 さ れ た 競馬 の こと を い う 。 +-1 舞鶴 赤 レンガ 倉庫 群 ( まいづる あか レンガ そうこ ぐん ) は 、 京都 府 舞鶴 市 の 旧 舞鶴 海軍 軍需 部 本部 地区 ( 現 ・ 舞鶴 港 ウォーター フロント ) に あ る 12 棟 の 赤煉 瓦 倉庫 。 +1 本庄 普一 、 / 晋一 ( ほん じょうふ いち / しんいち 、 寛政 10 年 ( 1798 年 ) - 弘化 3 年 10 月 4 日 ( 旧暦 ) ( 1846 年 11 月 22 日 ) ) は 、 江戸 時代 後期 に 本庄 宿 ( 現在 の 埼玉 県 本庄 市 ) で 開業 し て い た 蘭学 医 、 文人 。 +1 飯尾 氏 ( い の おうじ / いいおし ) +-1 観音寺 ( かんの んじ ) は 、 京都 府 京田辺 市 普賢 寺下 に あ る 真言 宗 智山 派 の 寺院 。 +-1 猿翁 十 種 ( えんおう じっしゅ ) は 、 昭和 39 年 ( 1964 年 ) に 市川 猿之助 ( 3 代 目 ) が 撰 じ た 澤瀉 屋 ・ 市川 猿之助 の お 家芸 。 +1 徳川 家治 ( とくがわ いえはる ) は 、 江戸 幕府 の 第 10 代 征夷 大将軍 で あ る ( 在任 : 宝暦 10 年 ( 17 60 年 ) - 天明 6 年 ( 1786 年 ) ) 。 +-1 中巌 円 月 ( ちゅうがん えんげつ 、 正安 2 年 1 月 6 日 ( 旧暦 ) ( 130 0 年 1 月 28 日 ) - 文中 4 年 / 応安 8 年 1 月 8 日 ( 旧暦 ) ( 1375 年 2 月 9 日 ) ) は 、 南北朝 時代 ( 日本 ) の 臨済 宗 の 僧 。 +-1 上 七 軒 ( かみ しちけん ) は 京都 最古 の 花街 で 京都 市 上京 区 真盛町 から 社 家 長屋 町 に 位置 する 。 +1 源 隆国 ( みなもと の たか く に 、 寛弘 元年 ( 100 4 年 ) - 承保 4 年 7 月 9 日 ( 旧暦 ) ( 1077 年 7 月 31 日 ) ) は 、 平安 時代 後期 の 公卿 。 +1 広橋 頼資 ( ひろはしより すけ 、 寿永 元年 ( 1182 年 ) - 嘉禎 2 年 2 月 30 日 ( 旧暦 ) ( 1236 年 4 月 7 日 ) ) は 、 鎌倉 時代 前期 の 公卿 。 +-1 『 観無 量 寿経 』 ( かんむりょう じゅきょう ) は 、 大乗 仏教 の 経典 の 一 つ 。 +1 平保盛 ( たいら の やすもり ) は 、 平安 時代 末期 の 武将 。 +1 後奈良 天皇 ( ご なら てんのう 、 明応 5 年 12 月 23 日 ( 1497 年 1 月 26 日 ) - 弘治 3 年 9 月 5 日 ( 155 7 年 9 月 27 日 ) ) は 、 室町 時代 ・ 戦国 時代 の 第 105 代 天皇 ( 在位 : 大永 6 年 4 月 29 日 ( 152 6 年 6 月 9 日 ) - 弘治 3 年 9 月 5 日 ( 155 7 年 9 月 27 日 ) ) 。 +-1 塩辛 ( しおから ) は 、 魚介 類 の 身 を 、 多く の 場合 その 内臓 と とも に 塩漬け に し 腐敗 を 防止 する と とも に 、 酵素 ( 自己 消化 酵素 及び 内含 する 微 生物 が 持 つも の ) に よ っ て 発酵 、 熟成 し た 保存 食品 で あ る 。 +-1 水注 ( すいちゅう 、 みずつ ぎ ) は 、 茶道 、 煎 茶道 で 使用 さ れ る 、 水 を つぎ足 す ため の 道具 。 +1 徳大寺 実通 ( とくだいじ さね み ち 、 永正 10 年 ( 1513 年 ) - 天文 ( 元号 ) 14 年 4 月 9 日 ( 旧暦 ) ( 1545 年 5 月 19 日 ) ) は 、 室町 時代 後期 の 公卿 。 +-1 无邪志 国造 ( むさしの くにのみやつこ ・ むさし こく ぞう ) は 武蔵 国東部 を 支配 し た 国造 。 +-1 帯揚げ ( おびあげ ) は 、 着物 の 着付け に 用い る 小 道具 の 一種 で 、 帯枕 を 包 む もの 。 +-1 木曽 川 う かい ( きそ がわ うかい ) と は 、 愛知 県 犬山 市 の 木曽 川 で 毎年 5 月 11 日 から 10 月 15 日 まで ( 8 月 10 日 を 除 く ) 行 わ れ る 鵜飼い で あ る 。 +1 柏木 義兼 ( かしわぎ よ しかね 、 生没年 不詳 ) は 平安 時代 末期 の 武将 。 +1 長嶺 諸近 ( ながみね の もろ ちか 、 生没年 不詳 ) は 、 平安 時代 の 対馬 国 の 役人 。 +-1 土岐 氏 ( ときし ) は 、 鎌倉 時代 から 江戸 時代 に かけ て 栄え た 武家 。 +-1 鰹節 ( かつおぶし ) は 、 カツオ を 原料 と する 日本 の 保存 食品 。 +1 アンドロニク ・ ニコリスキイ ( 、 AndronicNikolsky 、 1870 年 8 月 1日 - 1918 年 7 月 7 日 ( ユリウス 暦 で 6 月 20 日 ) ) は 、 ロシア 正教会 と 日本 正教会 の 主教 。 +-1 星 まつり ( ほしまつり ) は 、 仏教 ( 主に 密教 ) で 災い を 除 く ため に 個人 個人 の 当年 星 ( とうねん じょう 、 当年 属星 と も ) と 本命 星 ( ほんみょう じょう ) を ま つ る 祭り の こと 。 +-1 c +-1 納骨 堂 ( のうこつどう ) は 、 遺骨 を 保管 し て お く 建物 で あ る 。 +1 蝉丸 ( せみまる 、 生没年 不詳 ) は 平安 時代 前期 の 歌人 、 音楽 家 。 +1 添田 壽一 ( そえだ じゅいち 、 元治 元年 8 月 15 日 ( 旧暦 ) ( 1864 年 9 月 15 日 ) - 昭和 4 年 ( 1929 年 ) 7 月 4 日 ) は 、 明治 時代 ・ 大正 時代 の 財政 家 ( 大蔵 省 ) ・ 銀行 家 ・ 実業 家 ・ 経済 学 者 ・ 官庁 エコノミスト 。 +-1 南禅 寺 豆腐 ( なんぜん じどう ふ ) と は 、 京都 の 臨済 宗 総 本山 で あ る 南禅 寺 周辺 や 山形 県 庄内 地方 で み られ る 豆腐 の 一種 。 +1 万里小路 資通 ( まで の こうじ すけみ ち 、 嘉禄 元年 ( 1225 年 ) - 嘉元 4 年 7 月 6 日 ( 旧暦 ) ( 130 6 年 8 月 15 日 ) は 、 鎌倉 時代 中期 の 公卿 。 +-1 奈良 ホテル ( なら ホテル ) は 奈良 県 奈良 市 高畑町 に あ る 、 1909 年 ( 明治 42 年 ) 10 月 に 営業 開始 し た 老舗 の ホテル で あ る 。 +-1 櫛山 古墳 ( くしやま こふん ) は 、 奈良 県 天理 市 柳 本町 に 所在 する 古墳 時代 前期 後半 の 双方 中 円 古墳 で あ る 。 +-1 和様 建築 ( わ ようけんちく ) と は 、 鎌倉 時代 に 中国 から 伝わ っ た 建築 様式 ( 大仏 様 、 禅宗 様 ) に 対 し て 、 それ まで 日本 で 寺院 建築 に 用い られ て き た 寺院 建築 の 様式 を 指 す 。 +-1 法華 寺 ( ほっけじ ) は 、 奈良 県 奈良 市 法華 寺町 に あ る 光明 宗 の 寺院 。 +-1 在家 役 ( ざいけやく ) と は 、 中世 に お い て 在家 を 収取 単位 と し て 賦課 さ れ た 租税 の こと 。 +1 牧野 貞通 ( まきの さだみち ) は 、 江戸 時代 の 大名 。 +1 正親町 季秀 ( おおぎまち すえ ひ で 、 天文 ( 元号 ) 17 年 ( 1548 年 ) - 慶長 17 年 7 月 1日 ( 旧暦 ) ( 161 2 年 7 月 28 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 公家 。 +1 石川 昌能 ( いしかわ まさよし 、 万治 元年 ( 1658 年 ) - 天和 ( 日本 ) 2 年 4 月 25 日 ( 旧暦 ) ( 1682 年 6 月 1日 ) ) は 、 山城 国 淀藩 の 世嗣 。 +-1 南方 録 ( なんぽう ろく ) は 、 博多 の 立花 氏 に 千 利休 の 秘伝書 と し て 伝わ っ た 古伝書 で あ る 。 +-1 護摩 木 と は 、 護摩 を 焚 く 時 に 燃や す 木 の こと で あ る 。 +-1 嘉暦 の 騒動 ( かりゃく の そうどう ) は 、 鎌倉 時代 末期 の 正中 ( 元 号 ) 3 年 ( 1326 年 ) 、 鎌倉 幕府 の 執権 で あ る 北条 氏 得 宗 家 の 家督 継承 を 巡 る 内管領 の 長崎 氏 と 、 外戚 安達 氏 の 抗争 に よ る 内紛 。 +1 斎部 広成 ( いんべの ひろ な り 、 生没年 不詳 ) は 、 平安 時代 初期 ( 8 世紀 から 9 世紀 頃 ) の 官人 。 +-1 山上 宗二 記 ( やまの うえ の そうじき ) は 、 千 利休 の 高弟 で あ る 山上 宗二 が 天正 16 年 ( 1588 年 ) に 書き記 し た 秘伝書 で あ る 。 +1 宗長 ( そうちょう 、 1448 年 ( 文安 5 年 ) - 1532 年 4 月 11 日 ( 天文 ( 元号 ) 元年 3 月 6 日 ( 旧暦 ) ) ) は 、 室町 時代 後期 の 連歌 師 。 +-1 増命 ( ぞうみょう 、 承和 ( 日本 ) 10 年 ( 843 年 ) - 延長 ( 元号 ) 5 年 11 月 11 日 ( 旧暦 ) ( 927 年 ) ) は 、 平安 時代 前期 の 天台 宗 の 僧 。 +1 中村 錦之助 ( なかむら きんのすけ ) は 、 歌舞伎 役者 の 名跡 。 +1 藤原 宗輔 ( ふじわら の むねすけ 、 承暦 元年 ( 1077 年 ) - 応保 2 年 1 月 30 日 ( 旧暦 ) ( 1162 年 2 月 15 日 ) ) は 、 平安 時代 後期 の 公卿 ( 従一 位 太政 大臣 ) 。 +-1 屠蘇 ( とそ ) と は 、 一 年間 の 邪気 を 払 い 長寿 を 願 っ て 正月 に 呑 む 薬酒 で あ る 。 +-1 梅北 一揆 ( うめきた いっき ) と は 、 文禄 元年 ( 1592 年 ) 6 月 に 、 島津 氏 家臣 ・ 梅北 国兼 が 起こ し た 一揆 で あ る 。 +-1 アメノヒボコ ( 天之 日矛 、 天日 槍 ) は 、 『 古事 記 』 、 『 日本 書紀 』 の 日本 神話 に 登場 する 神 。 +-1 聖護院 ( しょうご いん ) は 京都 府 京都 市 左京 区 聖護院 中町 に あ る 本山 修験 宗 総 本山 の 寺院 。 +1 北条 政子 ( ほうじょう まさこ 、 保元 2 年 ( 1157 年 ) - 嘉禄 元年 7 月 11 日 ( 旧暦 ) ( 1225 年 8 月 16 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 女性 。 +-1 変相 図 ( へんそう ず ) と は 、 仏教 絵画 の ひと つ で 浄土 や 地獄 の 様子 を 絵画 的 に 描 い た もの で あ る 。 +1 藤原 顕忠 ( ふじわら の あきた だ 、 昌泰 元年 ( 89 8 年 ) - 康保 2 年 4 月 24 日 ( 旧暦 ) ( 96 5 年 6 月 1日 ) ) は 平安 時代 の 公卿 。 +1 『 性 霊集 』 ( しょうりょうしゅう ) は 、 空海 の 詩文 集 。 +1 松平 信正 ( まつだい ら のぶまさ ) は 、 丹波 亀山 藩 の 第 8 代 ( 最後 ) の 藩主 。 +-1 十 二 律 ( じゅう に りつ ) と は 、 中国 や 日本 の 伝統 音楽 で 用い られ る 12 種類 の 標準 的 な 高 さ の 音 。 +-1 河原町 通 ( かわら まち どおり ) は 京都 市 の 通り の ひと つ 。 +1 鳥追 お 松 ( とりおい お まつ 、 生没年 不詳 ) は 、 明治 時代 の 毒婦 。 +1 近衛 基平 ( このえ もとひら 、 寛元 4 年 ( 1246 年 ) - 文永 5 年 11 月 19 日 ( 旧暦 ) ( 1268 年 12 月 24 日 ) ) は 、 鎌倉 時代 中期 の 関白 。 +-1 京都 御所 ( きょうと ごしょ ) は 、 京都 府 京都 市 上京 区 に あ る 皇居 。 +1 山家 集 ( さんかしゅう ) は 、 平安 末期 の 歌僧 西行 の 家集 。 +-1 宿場 一夜 夢 街道 ( しゅくばいちや ゆめ かいどう ) は 、 篠山 市 古市 で 行 わ れ る 祭り 。 +1 宝生 九郎 重英 ( ほうしょう くろうしげふさ 、 190 0 年 ( 明治 32 年 ) 7 月 2 日 - 1974 年 ( 昭和 49 年 ) 7 月 18 日 ) は シテ 方 宝生 流能 楽師 。 +1 今出川 経季 ( いまで がわ つねすえ 、 文禄 3 年 11 月 20 日 ( 旧暦 ) ( 1594 年 12 月 31 日 ) - 慶安 5 年 2 月 9 日 ( 旧暦 ) ( 1652 年 3 月 18 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +1 京極 高 倍 ( きょうごく たかま す 、 文化 ( 元号 ) 5 年 ( 1808 年 ) - 天保 4 年 12 月 5 日 ( 旧暦 ) ( 1834 年 1 月 14 日 ) ) は 、 丹後 国峰山 藩 の 第 8 代 藩 主 。 +1 九条 忠家 ( くじょうただいえ 、 寛喜 元年 ( 1229 年 ) 7 月 ( 旧暦 ) - 建治 元年 6 月 9 日 _ ( 旧暦 ) ( 1275 年 7 月 3 日 ) ) は 鎌倉 時代 の 公卿 。 +-1 住吉津 ( すみのえ の つ ) は 、 古代 日本 に 存在 し た 港 で あ る 。 +1 牧野 誠成 ( まきの たかしげ ) は 、 丹後 田辺藩 の 第 9 代 藩 主 。 +1 出羽 弁 ( で わ の べん 、 寛弘 4 年 ( 1007 年 ) 頃 ? - 没年 不詳 ) は 、 平安 時代 中期 の 女流 歌人 。 +1 阿部 正允 ( あべ まさちか 、 享保 元年 ( 1 71 6 年 ) - 安永 9 年 11 月 24 日 ( 旧暦 ) ( 1780 年 12 月 19 日 ) ) は 、 江戸 時代 の 大名 、 老中 。 +-1 池尻 家 ( いけがみ け ) は 、 藤原 北家 庶 家 清閑 寺家 庶 家 の 堂上 家 。 +-1 軍部 大臣 現役 武官 制 ( ぐんぶ だい じん げんえき ぶ かんせい ) と は 、 軍部 大臣 ( 陸軍 大臣 、 海軍 大臣 ) の 補任 資格 を 現役 の 武官 ( 軍人 ) に 限 る 制度 。 +-1 オモイカネ ( おも ひ かね ) は 、 日本 神話 に 登場 する 神 。 +-1 田堵 ( た と ) は 、 日本 の 平安 時代 に 荘園 ・ 国衙 領 の 田地 経営 を おこな っ た 有力 百 姓 層 で あ る 。 +-1 嶋原 ( しまばら ) は 京都 市 下京 区 に 位置 する 花街 。 +1 中江 藤樹 ( なかえ とうじゅ 、 160 8 年 4 月 21 日 ( 慶長 13 年 3 月 7 日 ( 旧暦 ) ) - 1648 年 10 月 11 日 ( 慶安 元年 8 月 25 日 ( 旧暦 ) ) ) は 、 近江 国 ( 滋賀 県 ) 出身 の 江戸 時代 初期 の 陽明 学 者 。 +1 小倉 遊亀 ( おぐらゆき 、 1895 年 3 月 1日 - 2000 年 7 月 23 日 ) は 、 日本 画 家 。 +-1 真人 ( しんじん ) は 、 老荘 思想 ・ 道教 に お い て 人間 の 理想 像 と さ れ る 存在 。 +1 塩冶 高貞 ( えんや たか さだ 、 生年 不詳- 興国 2 年 / 暦応 4 年 4 月 3 日 ( 旧暦 ) ( 1341 年 4 月 19 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +-1 成道 会 ( じょうどう え ) と は 、 釈迦 の 成道 ( 悟り を 開 い た 事 ) を 記念 し て 行 わ れ る 法要 ( 行事 ) の こと で あ る 。 +-1 賢聖 障子 ( けんじょう の しょうじ ) は 、 内裏 の 紫宸 殿 母屋 の 北方 北廂 と の さかい に 立て られ て い た 障子 。 +1 北畠 治房 ( きたばたけ はるふさ 1833 年 2 月 20 日 ( 天保 4 年 1 月 1日 ( 旧暦 ) ) - 1921 年 ( 大正 10 年 ) 5 月 2 日 ) は 江戸 時代 末期 の 勤皇 家 、 明治 時代 の 司法 官 。 +1 藤原 敦基 ( ふじわら の あつも と 、 永承 元年 ( 1046 年 ) - 嘉承 元年 ( 1106 年 ) ) は 、 平安 時代 後期 の 廷臣 、 漢詩 人 。 +-1 幣 六 ( へいろく ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +1 丹波 忠守 ( たんば の ただ もり 、 文永 7 年 ( 1270 年 ) ? - 康永 3 年 / 興国 5 年 6 月 22 日 ( 旧暦 ) ( 1344 年 8 月 9 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) 初期 に かけ て の 医師 ・ 官人 ・ 歌人 。 +1 音 阿弥 ( おん あみ 、 また は おんなみ 応永 5 年 ( 1398 年 ) - 文正 2 年 ( 1467 年 ) 1 月 2 日 ) は 室町 時代 の 猿楽 能 役 者 。 +-1 京都 代官 ( きょう と だい かん ) は 、 江戸 時代 に 京都 に 設置 さ れ た 役職 で 、 京都 所司 代 の 支配 下 に 置 か れ て 京都 周辺 の 天領 ・ 皇室 領 ・ 公家 領 の 支配 を 行 う など 畿内 に おけ る 江戸 幕府 ・ 朝廷 の 財政 を 主 と し て 管轄 し た 。 +-1 囲炉裏 ( いろり : 居炉 裏 と も 表記 ) と は 、 伝統 的 な 日本 の 住宅 に お い て 床 を 四角 く 切 っ て 開け 灰 を 敷き詰め 、 薪 や 木炭 など を 熾 す ため に 設け られ た 一角 の こと 。 +-1 暦 博士 ( れき は かせ ) は 、 日本 の 律令 制 に おけ る 官職 の 1 つ 。 +1 碓井 貞光 ( うすいさだみつ 、 天暦 8 年 ( 954 年 ) - 治安 ( 元号 ) 元年 ( 1021 年 ) ) は 平安 時代 中期 の 武将 。 +1 勧修 寺 経理 ( かしゅうじつね お さ 、 文政 8 年 10 月 12 日 ( 旧暦 ) ( 182 5 年 11 月 21 日 ) 公式 の 記録 類 で は 、 生日 を 文政 11 年 10 月 12 日 ( 182 8 年 11 月 18 日 ) と さ れ て い る が 、 勧修 寺 家 の 雑掌 など を 務め 、 尚侍 勧修 寺 徳子 より 経理 の 教育 係 に 任 じ られ た 地下 人 官人 袖岡 文景 の 日記 『 山城 国 京都 袖岡 玄蕃 助家 記 』 ( 国 文学 研究 資料 館 所蔵 ) 天保 10 年 4 月 8 日 条 に 「 … … 山科 殿 より 御入輿 万 千 姫 御 腹 文政 八 年 十 月 十 二 日 御 出生 、 当年 真実 十 五 歳 、 ( 中略 ) 漸至当春 稲丸 殿 御 家督 治定 、 御 年齢 真実 十 五 歳 候所 、 相省 十 二 歳 ヲ 以今 般 初位 従 五 位 下 御 申上ニ 相 成 候 …… 」 と 記 し て お り 、 年齢 を 3 歳 ずら し て 届け出 た こと を 記 し て い る 。 +1 伊藤 東涯 ( いとう とうがい 、 寛文 10 年 4 月 28 日 ( 旧暦 ) ( 167 0 年 6 月 15 日 ) - 元文 元年 7 月 17 日 ( 旧暦 ) ( 1736 年 8 月 23 日 ) ) は 、 江戸 時代 中期 の 儒学 者 。 +1 三上 政実 ( みかみ まさ ざ ね 、 生没年 不詳 ) は 室町 時代 中期 の 人物 で 因幡 国 巨濃 郡 岩井 庄 に 所領 を 持 っ て い た 三上 氏 の 一族 。 +-1 煮酛 ( に もと ) は 、 平安 時代 中期 から 室町 時代 末期 に かけ て 、 もっとも 上質 で 高級 で あ っ た 日本 酒 と さ れ る 南都 諸白 に 用い られ た 製法 の 一 つ 。 +-1 士族 反乱 ( しぞく はんらん ) は 、 日本 の 明治 初期 に 旧 武士 階級 で あ っ た 士族 が 明治 政府 に 対 し て 起こ し た 一連 の 反 政府 活動 で あ る 。 +-1 立命 館 大学 ( BKC ) 線 ( りつめい かん だいがく ( ビーケーシー ) せん ) +1 朱 雀 天皇 ( すざく てんのう 、 延長 元年 7 月 24 日 ( 923 年 9 月 7 日 ) - 天暦 6 年 8 月 15 日 ( 95 2 年 9 月 6 日 ) 、 在位 : 延長 8 年 11 月 22 日 ( 930 年 12 月 14 日 ) - 天慶 9 年 4 月 13 日 ( 946 年 5 月 16 日 ) ) は 第 61 代 の 天皇 。 +-1 民部 省札 ( みんぶ しょうさつ ) は 、 明治 2 年 11 月 15 日 _ ( 旧暦 ) ( 1869 年 ) から 翌年 に かけ て 明治 政府 の 民部 省 に よ っ て 発行 さ れ た 紙幣 。 +1 柳原 資廉 ( やなぎわら   すけかど 、 正保 1 年 6 月 30 日 ( 旧暦 ) ( 1644 年 8 月 2 日 ) - 正徳 ( 日本 ) 2 年 9 月 29 日 ( 旧暦 ) ( 1 71 2 年 10 月 29 日 ) ) は 江戸 時代 前期 の 公卿 。 +1 三好 義興 ( みよし よしおき ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 上杉 清子 ( うえすぎ きよこ 、 生年 不詳 - 興国 3 年 ・ 康永 元年 12 月 23 日 ( 旧暦 ) ( 1343 年 1 月 20 日 ) ) は 、 鎌倉 時代 後期 から 室町 時代 初期 の 女性 。 +-1 修 円 ( しゅえん 、 宝亀 2 年 ( 7 71 年 ) - 承和 ( 日本 ) 2 年 6 月 13 日 ( 旧暦 ) ( 835 年 7 月 16 日 ) ) は 、 平安 時代 前期 の 法相 宗 の 僧 。 +-1 一 反 木綿 ( いったん も めん ) は 、 鹿児島 県 肝属 郡 高山 町 ( 現 ・ 肝付 町 ) に 伝わ る 妖怪 。 +-1 牛久 藩 ( うし く はん ) は 、 常陸 国 河内 郡 に 存在 し た 藩 。 +-1 日蓮 宗 ( にちれんしゅう ) と は 、 鎌倉 時代 に 日蓮 に よ っ て 興 さ れ た 仏教 宗 派 。 +-1 風呂敷 ( ふろしき ) は 物 を 包 み 持ち 運 ん だり 収納 し たり する 為 の 正方 形 に 近 い 形 の 布 。 +-1 笠置山 ( か さぎやま ) は 、 京都 府 相楽 郡 笠置 町 に あ る 標高 290 m の 山 。 +1 吉川 経高 ( きっかわ つね たか 、 天福 ( 日本 ) 2 年 / 文暦 元年 ( 1234 年 ) - 文保 3 年 / 元応 元年 ( 1319 年 ) ) は 鎌倉 時代 末期 の 武士 。 +1 勧修 寺 教秀 ( かじゅうじ のりひで 、 応永 33 年 ( 1426 年 ) - 明応 5 年 7 月 11 日 ( 旧暦 ) ( 1496 年 8 月 19 日 ) ) は 、 室町 時代 の 公家 ( 公卿 ) 。 +1 松尾 昭典 ( まつお あきの り 、 1928 年 11 月 5 日 - ) は 、 日本 の 映画 監督 。 +1 廊 御 方 ( 廊 の 御方 、 ろうの おん かた   応保 元年 ( 1161 年 ) ? - 没年 不詳 ) は 平安 時代 末期 の 女性 。 +-1 帯 ( おび ) と は 、 身体 に 巻き付け る こと で 、 衣類 を 止め たり 、 道具 を 装用 し たり する 機能 を 持 つ 、 装身 具 の 一種 。 +-1 松尾 大社 ( まつ の お たいしゃ ) は 、 京都 市 西京 区 に あ る 神社 で あ る 。 +-1 無文銀銭 ( む もんぎんせん ) は 、 日本 最古 の 貨幣 と い わ れ て い る 私鋳 銭 銀貨 。 +1 柳原 前光 ( やなぎはら さきみつ 、 1850 年 ( 嘉永 3 年 ) - 1894 年 ( 明治 27 年 ) 9 月 2 日 ) は 、 山城 国京 ( 京都 ) 出身 の 公家 で 、 後 に 伯爵 。 +-1 竹田 街道 ( たけだ かいどう ) は 、 京 ( 京都 市 中心 部 ) と 伏見 ( 京都 市 伏見 区 ) を つな ぐ 街道 の 一 つ 。 +1 池坊 保子 ( いけのぼう やすこ 、 1942 年 4 月 18 日 ‐ ) は 、 日本 の 政治 家 。 +1 長谷川 等伯 ( はせがわ とうは く 、 天文 ( 元号 ) 8 年 ( 1539 年 ) - 慶長 15 年 2 月 24 日 ( 旧暦 ) ( 1610 年 3 月 19 日 ) ) は 、 安土 桃山 時代 ~ 江戸 時代 初期 の 絵師 。 +-1 蔵 法師 ( くら ほうし ) と は 、 中世 京都 に おけ る 土倉 経営 者 の こと 。 +1 藤原 利仁 ( ふじわら の としひと 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +-1 土工司 ( どこうし ) は 律令 制 に お い て 宮内 省 に 属 する 機関 の 一 つ で あ る 。 +1 楠木 正理 ( くすのき まさみ ち 、 生年 不詳 - 長禄 元年 12 月 2 日 ( 旧暦 ) ( 1457 年 12 月 18 日 ) ) は 室町 時代 の 武将 。 +-1 称名 寺 ( しょうみょうじ ) は 奈良 県 奈良 市 菖蒲池 町 に あ る 浄土 宗 浄土 宗 西山 派 の 寺院 で あ る 。 +-1 正法 寺 ( しょうぼう じ ) は 、 京都 市 東山 区 に あ る 時宗 の 寺院 。 +-1 長弓 寺 ( ちょう きゅうじ ) は 、 奈良 県 生駒 市 上 町 に あ る 真言 律 宗 の 寺院 。 +-1 神護 寺 三像 ( じん ごじ さん ぞう ) は 、 京都 神護 寺 が 所蔵 する 三 幅 の 肖像 画 。 +-1 山縣 ・ ロバノフ 協定 ( やまがた ・ ろば の ふきょうてい 、 ) と は 、 1896 年 6 月 9 日 に 大 日本 帝国 と ロシア 帝国 の 間 で 結 ば れ た 、 朝鮮 に つ い て の 紛争 に 関 する 協定 の こと 。 +-1 天逆 毎 ( あまのざこ ) は 、 『 和漢 三 才 図会 』 で 語 ら れ て い る 日本 の 女神 。 +-1 慶雲 の 改革 ( けい うん の かいかく ) は 、 飛鳥 時代 末期 の 慶雲 3 年 ( 70 6 年 ) 以降 、 文武 天皇 統治 下 の 朝廷 に お い て 行 わ れ た 律令 体制 改革 を い う 。 +1 衣通 姫 ( そとおりひめ 、 そとおし- ) は 、 記紀 に 絶世 の 美女 と 伝承 さ れ る 人物 。 +1 藤原 三守 ( ふじわら の ただ もり 、 延暦 4 年 ( 785 年 ) - 承和 ( 日本 ) 7 年 7 月 7 日 ( 旧暦 ) ( 840 年 8 月 7 日 ) ) は 平安 時代 初期 の 政治 家 。 +1 吉村 虎太郎 ( よしむら とらたろう 、 天保 8 年 4 月 18 日 ( 旧暦 ) ( 1837 年 5 月 22 日 ) - 文久 3 年 9 月 27 日 ( 旧暦 ) ( 1863 年 11 月 8 日 ) ) は 、 幕末 の 土佐 藩 出身 の 志士 。 +-1 久美浜 シーサイド 温泉 ( くみはま シーサイド おんせん ) は 、 京都 府 京丹後 市 久美浜 町 湊宮 ( 旧 国丹 後 国 ) に あ る 温泉 。 +1 具平 親王 ( ともひら しんのう 、 康保 元年 6 月 19 日 ( 96 4 年 8 月 4 日 ) - 寛弘 6 年 7 月 28 日 ( 1009 年 8 月 21 日 ) ) は 、 第 62 代 村上 天皇 の 第 七 皇子 。 +-1 わび 茶 ( わびちゃ 、 侘茶 、 侘 び 茶 ) は 、 狭義 に は 茶の湯 の 一様式 。 +1 斎藤 正義 ( さいとう まさよし 、 永正 13 年 ( 1516 年 ) - 天文 17 年 ( 1548 年 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +-1 京都 府 鴨川 条例 ( きょうと ふ か も がわ じょうれい ) は 、 京都 府 の 条例 で あ る 。 +-1 裏 寺町 通 ( うら でら まちどおり ) は 京都 市 の 南北 の 通り の 一 つ 。 +-1 たわわ ちゃん は 京都 市 下京 区 に あ る 京都 タワー の マスコット キャラクター 。 +-1 帝国 財政 革新 会 ( ていこく ざい せい かくしん かい ) は 、 明治 中期 に 設立 さ れ た 政治 団体 。 +-1 富籤 ・ 富くじ ( とみくじ ) は 、 富突きと も い い 普請 の 為 の 資金 収集 の 方法 で あ り 、 宝 くじ の 起源 と い わ れ る くじ 引 の 一種 で あ り 、 賭博 で も あ る 。 +-1 井伊 氏 ( いいし ) は 、 近江 国彦根 藩 の 主家 で あ る 。 +1 吉岡 弘毅 ( よしおか ひろたけ 、 1847 年 7 月 8 日 ( 弘化 4 年 5 月 26 日 ( 旧暦 ) ) - 1932 年 ( 昭和 7 年 ) 9 月 12 日 ) は 日本 の 外交 官 ・ キリスト 者 ( 長老 派 教会 牧師 ) 。 +1 三条 公修 ( さんじょうきん お さ 、 安永 3 年 8 月 1日 ( 旧暦 ) ( 1774 年 9 月 6 日 ) - 天保 11 年 9 月 7 日 ( 旧暦 ) ( 1840 年 10 月 2 日 ) ) は 、 江戸 時代 の 公卿 。 +1 東園 基敬 ( ひがし その もとゆき 、 文政 3 年 10 月 23 日 ( 旧暦 ) ( 1820 年 11 月 28 日 ) - 明治 16 年 ( 1883 年 ) 5 月 24 日 ) は 幕末 から 明治 時代 に かけ て の 公卿 。 +-1 祇園 造 ( ぎおん づくり ) は 、 日本 の 神社 建築 の 1 つ で あ る 。 +1 治部 卿 局 ( じぶきょう の つぼね 、 仁平 2 年 ( 1152 年 ) - 寛喜 3 年 9 月 11 日 ( 旧暦 ) ( 1231 年 10 月 8 日 ) ) は 、 平安 時代 末期 、 鎌倉 時代 前期 の 女性 。 +1 楠木 正行 ( くすのき まさつら ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +-1 貞治 の 変 ( じょうじ の へん ) は 、 日本 の 南北朝 時代 ( 日本 ) 後期 ( 室町 時代 初期 ) の 貞治 5 年 ( 1366 年 ) 、 室町 幕府 の 執事 ( のち の 管領 ) で あ っ た 斯波 義将 および その 父 で 征夷 大将軍 足利義詮 側近 の 有力 守護 大名 で あ っ た 斯波 高 経 が 失脚 し た 事件 。 +1 千葉 常 秀 ( ちばつね ひ で 、 生没年 不詳 ) と は 鎌倉 時代 前期 の 御 家人 。 +1 西園寺 公晃 ( さいおんじ きん あき 、 元禄 15 年 7 月 11 日 ( 旧暦 ) ( 170 2 年 8 月 4 日 ) - 明和 7 年 8 月 21 日 ( 旧暦 ) ( 1770 年 10 月 9 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 1 . 神護 寺 ( じんごじ ) は 、 京都 市 右京 区 高雄 に あ る 高野山 真言宗 遺跡 ( ゆいせき ) 本山 の 寺院 。 +-1 修羅能 ( しゅら の う ) と は 、 能 の 演目 の 中 で 武人 が シテ に な る 曲 を 言 う 。 +-1 遊印 ( ゆういん ) と は 、 姓名 や 雅号 、 商号 や 屋号 など 特定 の 個人 や 法人 に 帰属 し な い 文字 を 印文 に し た 印章 の こと で あ る 。 +-1 涼炉 ( りょうろ ) は 煎茶道 で 使用 する 湯 を 沸 か す 道具 の 一 つ 。 +1 横道 萬 里雄 ( よこみち まりお 、 1916 年 - ) は 、 能 の 研究 者 ・ 演出 家 。 +-1 平安 神宮 ( へいあん じんぐう ) は 、 京都 府 京都 市 左京 区 に あ る 神社 で あ る 。 +1 乃木 恒子 ( のぎつねこ 、 1885 年 - 1886 年 ) は 、 明治 期 の 陸軍 軍人 で あ る 乃木 希典 ・ 乃木 静子 夫妻 の 長女 ( 第 三子 ) 。 +1 紀 大磐 ( き の おお い わ 、 生没年 不詳 ) は 、 古墳 時代 の 豪族 。 +-1 丹波 ( たんば ) +-1 丸太町 駅 ( まるたまち えき ) は 、 京都 府 京都 市 中京 区 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +1 松田 元陸 ( まつだ もと み ち 、 生年 不詳 - 享禄 4 年 6 月 4 日 ( 旧暦 ) ( 153 1 年 7 月 17 日 ) ) は 武将 。 +1 八条 宮智忠親王 ( はちじょう のみや と し た だしんの う 、 元和 6 年 11 月 1日 ( 1620 年 11 月 24 日 ) - 寛文 2 年 7 月 7 日 ( 1662 年 8 月 20 日 ) は 、 江戸 時代 前期 の 日本 の 皇族 。 +-1 纏向 古墳 群 ( まきむく こふん ぐん ) は 、 奈良 県 桜井 市 に 所在 する 。 +1 日子 八井 命 ( ひこ や い の みこと 、 生没年 不詳 ) は 、 日本 神話 に 登場 する 日本 の 皇族 。 +-1 直垂 ( ひたた れ ) は 日本 の 和服 の 種類 の 一 つ 。 +-1 座主 ( ざす ) +-1 キザクラ カッパ カントリー は 京都 府 京都 市 伏見 区 に あ る 黄桜 の テーマ パーク 。 +1 松平 忠輝 ( まつだいら ただて る ) は 安土 桃山 時代 から 江戸 時代 中期 に かけ て の 大名 。 +-1 今西 家 住宅 ( いま に しけ じゅうたく ) は 、 重要 伝統 的 建造 物 群 保存 地区 に 選定 さ れ て い て 奈良 県 の 中部 に 位置 する 橿原 市 の 今井 町 に あ る 。 +-1 安聖寺 ( あんせいじ ) は 京都 府 京都 市 北 区 に あ っ た 臨済 宗 聖一 派 の 寺院 。 +1 藤原 楓麻呂 ( ふじわら の かえ で まろ 、 養老 7 年 ( 723 年 ) - 宝亀 7 年 6 月 13 日 ( 旧暦 ) ( 776 年 8 月 5 日 ) ) は 、 奈良 時代 の 官僚 。 +-1 四条 烏丸 ( しじょう からすま ) は 、 京都 府 京都 市 下京 区 に あ る 四条 通 と 烏丸 通 が 交わ る 交差 点 、 および その 周辺 の 地域 名 で あ る 。 +-1 渋谷 向山 古墳 ( しぶた に むこうやま こふん ) は 、 奈良 県 天理 市 渋谷 町 に あ る 前方 後 円墳 で あ る 。 +1 京極 高備 ( きょうごく たかまさ 、 宝暦 7 年 4 月 22 日 ( 旧暦 ) ( 175 7 年 6 月 8 日 ) - 天保 6 年 5 月 3 日 ( 旧暦 ) ( 1835 年 5 月 29 日 ) ) は 、 丹後 国峰山 藩 の 第 7 代 藩 主 。 +-1 棒 の 手 は 、 剣術 、 棒術 、 薙刀術 など 日本 武術 の 形 を 踊り に し た 伝統 芸能 日本 舞踊 で あ る 。 +1 伏見宮 貞敦 親王 ( ふしみのみや さだ あつしんの う 、 長享 2 年 ( 1488 年 ) 3 月 - 元亀 3 年 7 月 25 日 ( 1572 年 9 月 2 日 ) ) は 、 戦国 時代 の 皇族 。 +1 五十鈴 依媛命 ( いすず より ひめ の みこ と 生没年 不詳 ) は 、 『 日本 書紀 』 、 『 旧事 本紀 』 に よ れ ば 、 綏靖 天皇 の 皇后 で 、 事代 主神 の 娘 ( 母 の 名 は 不詳 ) 、 安寧 天皇 の 母 、 五十鈴 依姫 。 +1 藤原 斉信 ( ふじわら の ただのぶ 、 康保 4 年 ( 96 7 年 ) - 長元 8 年 3 月 23 日 ( 旧暦 ) ( 10 35 年 5 月 3 日 ) ) は 、 平安 時代 中期 の 公卿 。 +1 坂上田村 麻呂 ( さかの うえの たむら まろ ) は 、 平安 時代 の 武官 で あ る 。 +1 服部 武雄 ( はっと り たけお 、 天保 3 年 ( 1832 年 ) - 慶応 3 年 11 月 18 日 ( 旧暦 ) ( 1867 年 12 月 13 日 ) ) は 、 新 選 組 隊士 ・ 御陵 衛士 。 +1 村田 新八 ( むらた しんぱち 、 天保 7 年 11 月 3 日 ( 旧暦 ) ( 1836 年 12 月 10 日 ) - 明治 10 年 ( 1877 年 ) 9 月 24 日 ) は 、 江戸 時代 末期 ( 幕末 ) の 薩摩 藩 士 、 明治 時代 の 政治 家 で あ る 。 +-1 寺社 造営 料 唐 船 ( じしゃ ぞうえい りょう とうせん ) は 、 14 世紀 前半 ( 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て ) に 、 主要 な 寺社 の 造営 ( 修復 ・ 増築 を 含 む ) 費用 を 獲得 する こと を 名目 と し て 、 幕府 の 認可 の 下 、 日本 から 元 ( 王朝 ) に 対 し て 派遣 さ れ た 貿易 船 群 の こと で あ る 。 +1 伊都内 親王 ( いず な いしんのう 、 生年 不詳 - 貞観 ( 日本 ) 3 年 9 月 19 日 ( 旧暦 ) ( 861 年 10 月 26 日 ) ) は 、 平安 時代 前期 の 皇族 。 +-1 正殿 ( せいでん 、 しょうでん ) は 、 宮殿 、 神社 、 神宮 など の 中心 と な る 建物 。 +1 佐伯子 麻呂 ( さえき の こまろ 、 生年 不詳 - 天智 天皇 5 年 ( 666 年 ) ) は 贈 ・ 大錦 上 の 役人 。 +-1 節句 ( せっく ) は 、 伝統 的 な 年中 行事 を 行 う 季節 の 節目 と な る 日 で 日本 の 文化 ・ 風習 の こと 。 +1 松平 宗発 ( 本庄 宗発 、 あるいは 本荘 宗発 と も ) ( まつだいら むねあきら 、 天明 2 年 7 月 2 日 ( 旧暦 ) ( 1782 年 8 月 10 日 ) - 天保 11 年 8 月 25 日 ( 旧暦 ) ( 1840 年 9 月 20 日 ) ) は 、 江戸 時代 の 大名 、 老中 。 +1 『 紫式 部 日記 』 ( むらさき しき ぶ にっき ) は 、 紫式 部 に よ っ て 記 さ れ た 日記 と さ れ る 。 +1 紀 貫之 ( き の つらゆき 、 貞観 ( 日本 ) 8 年 また は 14 年 ( 866 年 、 872 年 ) 頃 ? - 天慶 9 年 5 月 18 日 ( 旧暦 ) ( 945 年 6 月 19 日 ) ? ) は 、 日本 の 平安 時代 前期 から 中期 の 歌人 、 随筆 家 で あ る 。 +-1 奏者 番 ( そうじゃ ばん / そうしゃばん ) は 江戸 幕府 および 藩 の 役職 の 一 つ で あ る 。 +-1 珠光 流 ( じゅこうりゅう ) は 茶道 流 派 の 一 つ 。 +-1 勤操 ( ごんそう ・ ごんぞう 、 天平 勝宝 6 年 ( 75 4 年 ) - 天長 4 年 5 月 8 日 ( 旧暦 ) ( 82 7 年 6 月 25 日 ) ) は 、 奈良 時代 後期 から 平安 時代 前期 に かけ て の 三 論 宗 の 僧 。 +-1 東林 院 ( とうりん いん ) は 臨済 宗 妙心 寺 の 塔頭 の 一 つ 。 +1 白根 専一 ( しらね せんいち 、 嘉永 2 年 12 月 22 日 ( 旧暦 ) ( 1850 年 2 月 3 日 ) - 明治 31 年 ( 1898 年 ) 6 月 14 日 ) は 日本 の 明治 時代 の 内務 官僚 、 政治 家 。 +-1 斑鳩宮 ( いかるが のみや ) は 、 聖徳 太子 が 現在 の 奈良 県 生駒 郡 斑鳩 町 に 営 ん だ 宮 。 +1 川西 清兵衛 ( かわ に しせいべえ 、 慶応 元年 7 月 18 日 ( 旧暦 ) ( 1865 年 9 月 7 日 ) - 昭和 22 年 ( 1947 年 ) 1 1 月 19 日 ) は 、 日本 の 実業 家 。 +-1 春屋 妙葩 ( しゅん の く みょう は 、 応長 元年 ( 1311 年 ) - 元中 5 年 / 嘉慶 ( 日本 ) 2 年 10 月 2 日 ( 旧暦 ) ( 1388 年 11 月 9 日 ) ) は 、 室町 時代 の 臨済 宗 の 禅僧 で あ る 。 +1 黄文王 ( きぶみお う 、 ? ~ 天平 宝字 元年 ( 75 7 年 ) 7 月 4 日 ( 旧暦 ) ) は 、 奈良 時代 の 皇族 。 +-1 小名 ( しょうみょう ) と は 武士 の うち 、 名 の とどろ か ぬ 者 の こと 。 +-1 けいはん な プラザ は 、 京都 府 相楽 郡 精華 町 光台 に あ る 関西 文化 学術 研究 都市 ( けいはん な 学研 都市 ) の 中核 施設 。 +-1 番頭 +1 佐々木 高秀 / 京極 高秀 ( ささき たかひで / きょうごく たかひで ) は 室町 時代 初期 の 守護 大名 。 +1 紀海音 ( き の かいおん 、 寛文 3 年 ( 1663 年 ) - 寛保 2 年 10 月 4 日 ( 旧暦 ) ( 1742 年 10 月 31 日 ) ) は 、 江戸 時代 中期 の 浄瑠璃 作家 、 狂歌 師 、 俳人 。 +1 侍従 ( じじゅう ) と は 、 広義 で は ( しばしば 高貴 な 立場 の ) ある 人物 に 付き 従 い 、 身の回り の 世話 など を する 行為 、 また は 従 う 者 その もの を 指 す 。 +-1 岩倉家 ( いわくら け ) は 村上 源 氏 久我家 の 流れ を 汲 む 公家 の 家柄 。 +1 皇女 ( ひめみこ 、 おうじょ 、 こうじょ ) と は 、 天皇 の 女子 を 指 す 呼称 で あ る 。 +1 片山 北海 ( かたやま ほっかい 、 享保 8 年 1 月 10 日 ( 旧暦 ) ( 1723 年 2 月 14 日 ) - 寛政 2 年 9 月 12 日 ( 旧暦 ) ( 1790 年 10 月 19 日 ) ) は 、 江戸 時代 中期 の 日本 の 儒者 、 漢詩 人 で あ る 。 +1 丹後 内侍 ( たんご の な い し 、 生没 年 未詳 ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 女性 。 +-1 蒙古 襲来 絵詞 ( もう こ しゅうらい えことば ) は 、 筆者 不明 の 全 2 巻 の 絵巻物 。 +-1 台湾 の 日本 統治 時代 ( にっぽん とう ち じだい ) は 、 日清 戦争 の 敗戦 に 伴 い 清朝 が 台湾 を 大 日本 帝国 に 割譲 し た 1895 年 ( 明治 28 年 ) 4 月 17 日 から 、 第 二 次 世界 大戦 後 の 1945 年 ( 昭和 1945 年 ) 10 月 25 日 、 中華 民国 統治 下 に 置 か れ る まで の 植民 地 支配 の 約 50 年間 を 指 す 。 +-1 京都 学派 ( きょう と がくは ) と は 、 一般 に 西田 幾 多郎 と 田辺 元 および 彼 ら に 師事 し た 哲学 者 たち が 形成 し た 哲学 の 学派 の こと を 指 す が 、 京都 大学 人文 科学 研究 所 を 中心 と し た 学際 的 な 研究 を 特色 と し た 一派 も 、 京都 学派 、 あるいは 哲学 の 京都 学派 と 区別 する ため に 、 新 ・ 京都 学派 と も 称 する 。 +-1 壬生 狂言 ( みぶきょうげん ) は 、 毎年 節分 と 4 月 、 10 月 に 京都 市 中京 区 の 壬生 寺 ( みぶ で ら ) で 演 じ られ る 無言 劇 で あ る 。 +1 本歌取 ( ほん か とり ) と は 、 歌学 に おけ る 和歌 の 作成 技法 の 1 つ で 、 有名 な 古歌 ( 本歌 ) の 1 句 もしくは 2 句 を 自作 に 取り入れ て 作歌 を 行 う 方法 。 +-1 乱妨取り ( らんぼうどり ) と は 、 戦国 時代 _ ( 日本 ) から 安土 ・ 桃山 時代 に かけ て 戦い の 後 で 兵士 が 人 や 物 を 掠奪 し た 行為 。 +-1 幕藩 体制 ( ばくはん たいせい ) と は 、 近世 日本 の 社会 体制 の あ り 方 を 、 幕府 ( 征夷 大将軍 ) と 藩 ( 大名 ) と い う 封建 制度 的 主従 関係 を 基点 に とらえ た 歴史 学 上 の 概念 で あ る 。 +-1 阿直岐 ( あちき ) は 、 『 日本 書紀 』 『 古事 記 』 に 記載 の あ る 、 百済 から 日本 に 派遣 さ れ た 使者 、 学者 で 帰化 人 。 +-1 千光 寺 ( せんこうじ ) は 、 奈良 県 生駒 郡 平群 町 に あ る 真言 宗 醍醐 派 の 寺院 。 +1 源 師光 ( みなもと の もろみつ ) +-1 納涼 床 ( のうりょうゆ か 、 のうりょうどこ ) 、 あるいは 川床 ( 鴨川 ( 淀川 水系 ) で は 「 かわゆか 」 、 貴船 、 高雄 ( 京都 市 ) で は 「 かわどこ 」 と 読 む の が 一般 的 ) は 京都 の 夏 の 風物 詩 の 一 つ で あ る 。 +-1 清閑 寺家 ( せいかん じ け ) は 、 名家 ( 公家 ) の 家格 を 有 する 公家 。 +1 真田 四 目 之進 ( さなだ しめ の しん 、 生年 不詳 - 慶応 4 年 1 月 5 日 ( 旧暦 ) ( 1868 年 1 月 29 日 ) ) は 新選 組 隊士 。 +-1 文章 院 ( もん じょういん ) は 、 大学 寮紀 伝道 の 直曹 ( 講堂 及び 寄宿 舎 ) 。 +-1 寛信 ( かんしん ・ かんじん 、 応徳 元年 ( 1084 年 ) - 仁平 3 年 3 月 7 日 ( 旧暦 ) ( 1153 年 4 月 2 日 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +-1 古墳 時代 ( こふん じだい ) と は 、 一般 に 3 世紀 半ば 過ぎ から 7 世紀 末 まで の 約 40 0 年間 を 指 す 。 +1 皇子 ( みこ 、 おうじ ) と は 、 皇帝 また は 天皇 の 男子 を 指 す 呼称 で あ る 。 +-1 嵐山 駅 ( あらしやま えき ) は 京都 市 に あ る 駅 。 +1 高 芙蓉 ( こうふよう 、 享保 7 年 3 月 15 日 ( 旧暦 ) ( 1722 年 4 月 30 日 ) - 天明 4 年 4 月 26 日 ( 旧暦 ) ( 1784 年 6 月 13 日 ) ) は 、 江戸 時代 中期 の 儒学 者 、 篆刻 、 画家 で あ る 。 +-1 メスリ 山古墳 ( めすり やま こふん ) は 、 奈良 県 桜井 市 に 所在 する 古墳 時代 前期 初頭 の 前方 後 円墳 で あ る 。 +-1 大物 主 ( おおもの ぬし 、 大物 主 大神 ) は 、 日本 神話 に 登場 する 神 。 +1 片岡 亀蔵 ( かたおか かめ ぞう ) は 、 歌舞伎 役者 。 +-1 生類 憐み の 令 ( しょうるい あわれみ の れい 、 生類 憐令 ) は 江戸 時代 の 元禄期 に 出 さ れ た 多数 の お 触れ ( 法令 ) の こと で あ る 。 +1 今川範 氏 ( いまがわ のりうじ 、 1316 年 ( 正和 5 年 ) - 1365 年 5 月 21 日 ( 正平 ( 日本 ) 20 年 / 貞治 4 年 4 月 30 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) 前期 の 守護 大名 。 +1 安井 算知 ( やす いさんち 、 元和 ( 日本 ) 3 年 ( 1617 年 ) - 元禄 16 年 ( 170 3 年 ) 3 月 12 日 ) は 、 囲碁 の 棋士 ( 囲碁 ) で 、 家元 安井 家 の 2 世安 井 算知 。 +-1 松原 水泳 場 ( まつばら すいえいじょう ) は 、 滋賀 県 彦根 市 に あ る 水泳 場 。 +1 朝顔 ( あさがお ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の 一 つ 。 +-1 破籠 ( わりご ) と は ヒノキ など の 白木 を 薄 く はいだ 板 で 作 ら れ た 運搬 用 食器 の 一種 。 +-1 有馬 頼底 ( ありま ら いてい 、 1933 年 - ) は 、 現代 の 禅僧 。 +-1 尊王 論 ( そんのう ろん ) と は 、 王者 を 尊 ぶ 思想 の こと 。 +-1 卍山 道白 ( まんざん どうはく 。 寛永 11 年 ( 1635 年 ) - 正徳 ( 日本 ) 5 年 ( 1 71 5 年 ) ) は 江戸 初期 の 曹洞 宗 僧 侶 。 +-1 納払 明細帳 ( おさめ ばらいめい さいちょう ) は 、 江戸 時代 に 代官 所 から 江戸 幕府 勘定 所 に 対 し て 毎年 進達 する 帳簿 の 1 つ 。 +-1 東 舞鶴 公園 野球 場 ( ひがしまい づる こうえん や きゅうじょう ) は 京都 府 舞鶴 市 の 東舞鶴 公園 内 に あ る 野球 場 で あ る 。 +1 遠智娘 ( おち の いらつめ 、 生没年 不詳 ) は 飛鳥 時代 の 豪族 蘇我 氏 の 蘇我 倉山田 石川 麻呂 ( 蘇我 入鹿 の いとこ ) の 娘 。 +1 葛城 烏 那羅 ( かつらぎ / かずらき の お なら 、 生没年 不明 ) は 、 飛鳥 時代 の 豪族 。 +1 山岡 景友 ( やまおかかげ と も ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 の 武将 。 +-1 東洞院 通 ( ひがし の とういんどおり ) は 京都 市 の 南北 の 通り の 一 つ 。 +1 亀山 天皇 ( かめやま てんのう 、 建長 元年 5 月 27 日 ( 1249 年 7 月 9 日 ) - 嘉元 3 年 9 月 15 日 ( 130 5 年 10 月 4 日 ) ) は 、 鎌倉 時代 の 第 90 代 天皇 ( 在位 : 正元 元年 11 月 26 日 ( 1259 年 1 月 9 日 ) - 文永 11 年 1 月 26 日 ( 1274 年 3 月 6 日 ) ) 。 +1 足利 政知 ( あしかが まさとも ) は 、 室町 時代 後期 の 足利 氏 一族 で 、 初代 堀越 公方 で あ る 。 +1 三原 王 ( みはら の おおきみ 、 生年 不詳 - 天平 勝宝 4 年 ( 75 2 年 7 月 10 日 ) ) は 、 奈良 時代 の 皇族 。 +1 醍醐 輝久 ( だい ご てる ひさ 、 宝暦 10 年 6 月 13 日 ( 旧暦 ) ( 17 60 年 7 月 25 日 ) ‐ 享和 元年 7 月 25 日 ( 旧暦 ) ( 180 1 年 9 月 2 日 ) ) は 、 江戸 時代 中期 から 後期 の 公卿 、 廷臣 。 +-1 櫓 ( やぐら ) と は 日本 の 古代 より の 構造 物 ・ 建造 物 、 また は 構造 など の 呼称 。 +1 菅南涯 ( かんなんが い 、 生卒 年 不詳 ) は 、 江戸 時代 中期 の 日本 の 篆刻 家 で あ る 。 +1 松平 家信 ( まつだいらいえのぶ 、 1565 年 ( 永禄 8 年 ) - 1638 年 2 月 27 日 ( 寛永 15 年 1 月 14 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 粥占 ( か ゆうら ) と は 、 粥 を 用い て 1 年 の 吉凶 を 占 う 年占 で あ る 。 +-1 大井 神社 ( おお い じんじゃ ) は 、 京都 府 亀岡 市 大井町 に あ る 神社 で あ る 。 +1 北村 幽庵 ( きたむら ゆうあん 、 慶安 元年 ( 1648 年 ) - 享保 4 年 ( 1 719 年 ) ) は 、 江戸 時代 の 豪農 ・ 茶人 ・ 美食 家 。 +-1 和室 ( わしつ ) は 、 伝統 的 な 日本 の 家屋 に 特有 の 、 畳 を 敷き詰め た 部屋 。 +-1 メンチカツ また は ミンチカツ は 、 豚肉 や 牛肉 の 挽肉 ( ミンチ ) に 、 タマネギ の みじん 切 り 、 食塩 、 コショウ など を 混ぜ て 練り合わせ 、 小判 型 に し て 小麦 粉 、 溶き卵 、 パン 粉 から な る 衣 を つけ て 油 で 揚げ る 肉 料理 で あ る 。 +-1 全国 城郭 存廃ノ 処分 並 兵営 地 等 撰定方 ( ぜんこく じょうかく そんぱい の しょぶん ならび に へいえい ち とう せんてい かた ) は 1873 年 ( 明治 6 年 ) 1 月 14 日 に 明治 政府 から 大蔵 省 に 発 せ られ た 、 全国 の 城郭 陣屋 の 財産 所管 方針 の 太政 官 布告 ・ 太政 官 達 書 。 +-1 多胡 碑 ( たごひ ) は 、 群馬 県 多野 郡 吉井 町 池字 御門 に あ る 古碑 で あ り 、 国 の 特別 史跡 に 指定 さ れ て い る 。 +-1 寛平 御 記 ( かんぴょう ぎょき ) は 、 宇多 天皇 の 日記 。 +-1 西南 戦争 ( せいなん せんそう ) と は 、 1877 年 ( 明治 10 年 ) に 現在 の 熊本 県 ・ 宮崎 県 ・ 大分 県 ・ 鹿児島 県 に お い て 西郷 隆盛 を 盟主 に し て 起こ っ た 士族 に よ る 武力 反乱 で あ る 。 +1 牧野 英成 ( まきの ひでしげ 、 寛文 11 年 ( 16 7 1 年 ) - 寛保 元年 ( 1741 年 ) ) は 江戸 時代 中期 の 大名 、 京都 所司 代 。 +1 足利藤 氏 ( あしかが ふじう じ 、 生年 不詳 - 永禄 9 年 ( 1566 年 ) ) は 戦国 時代 ( 日本 ) の 人物 。 +-1 大寧 寺 の 変 ( だい ねいじ の へん ) と は 、 天文 ( 元号 ) 20 年 8 月 28 日 ( 旧暦 ) - 9 月 1日 ( 旧暦 ) ( 155 1 年 9 月 28 日 - 9 月 30 日 ) に かけ て 起こ っ た 政変 で あ る 。 +-1 印波 国造 ( いんば の くにのみやつこ ・ いんば こく ぞう ) は 下総 国 中部 を 支配 し た 国造 。 +-1 五 品 江戸 廻送令 ( ご ひん えど かい そうれい ) は 、 江戸 幕府 が 18 60 年 ( 万延 元年 ) に 発令 し た 生糸 ・ 雑穀 ・ 水油 ・ 蝋 ・ 呉服 を 対象 と し た 貿易 統制 法令 。 +-1 北大路 ( きたおおじ ) +-1 室町 時代 史料 の 一覧 +1 片桐為 元 ( かたぎり ため も と 、 慶長 16 年 ( 1611 年 ) - 承応 3 年 5 月 11 日 ( 旧暦 ) ( 1654 年 6 月 25 日 ) ) は 、 大和 国 竜田 藩 の 第 3 代 藩 主 。 +1 余延年 ( よえんねん 、 延享 3 年 ( 1746 年 ) – 文政 2 年 4 月 19 日 ( 旧暦 ) ( 1819 年 5 月 12 日 ) ) は 、 江戸 時代 中期 から 後期 の 日本 の 篆刻 家 で あ る 。 +-1 赤備え ( あかぞなえ ) は 戦国 時代 ( 日本 ) の 軍団 編成 の 一種 で 、 具足 、 旗差物 など の あらゆる 武具 を 朱 塗り に し た 部隊 編成 の 事 。 +-1 京友禅 ( きょう ゆうぜん ) と は 、 京都 の 伝統 工芸 品 の 1 つ で 、 元禄 時代 に 扇絵 師 の 宮崎 友禅斎 に よ っ て 考案 さ れ た 染色 。 +-1 五条 駅 ( ご じょう えき ) は 、 京都 府 京都 市 下京 区 大坂 町 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +-1 烏帽子 ( えぼし ) と は 平安 時代 から 近代 に かけ て 和装 で の 礼服 着装 の 際 に 成人 男性 が 被 っ た 帽子 の こと 。 +1 源義時 ( みなもと の よしとき ) は 、 平安 時代 後期 の 河内 源 氏 の 武将 。 +-1 京都 市 勧業 館 ( きょうと し かん ぎょうかん ) は 、 京都 府 京都 市 左京 区 に あ る 、 イベント 会場 で あ る 。 +-1 作者 付 ( さくしゃ づけ ) と は 、 能 の 曲目 に 関 し て 、 各 作品 の 作者 が 誰 で あ る か を 列記 し た 書物 で あ る 。 +-1 仏教 絵画 ( ぶっきょうかいが ) と は 、 仏教 を 題材 と し た 絵画 で あ る 。 +-1 大和 時代 ( やま と じだい ) は 、 日本 の 歴史 の 時代 区分 の 一 つ 。 +1 松平 重則 ( まつだいら   しげのり ) は 、 上総 国 百 首 藩 主 、 下野 国 皆 川 藩 の 初代 藩 主 。 +1 神皇 正統記 ( じん のう しょう とうき ) は 、 南北朝 時代 ( 日本 ) に 公卿 の 北畠 親房 が 、 幼帝 後 村上 天皇 の ため に 、 吉野 朝廷 ( いわゆる 南朝 ( 日本 ) ) の 正統 性 を 述べ た 、 常陸 国 小田城 ( 茨城 県 つくば 市 小田 ) で 著 し た 歴史 書 で あ る 。 +-1 『 樟紀 流花見 幕張 』 ( くすの きりゅう は なみ の まく はり ) は 、 は 歌舞伎 の 演目 。 +-1 手水舎 ( ちょうず や ・ て みずや ) は 、 神社 、 寺院 の 境内 に 置 か れ て い る 、 参詣 者 が 手 や 口 を すすぐ 場所 の こと で あ る 。 +-1 黄丹袍 ( おうに の ほう ) と は 皇太子 が 儀式 の 際 に 着用 する 束帯 装束 の 袍 の こと で あ る 。 +-1 移菊 ( うつろ い ぎく ) と は 晩秋 の ころ 白菊 が 花弁 の 端 から 紫 が か っ て 来 た もの を 言 う 。 +-1 松尾 寺 ( まつ の お でら ) は 、 京都 府 舞鶴 市 に あ る 真言 宗 醍醐 派 の 寺院 。 +1 田中 久重 ( たなか ひさしげ 、 寛政 11 年 9 月 18 日 ( 旧暦 ) ( 1799 年 10 月 16 日 ) - 明治 14 年 ( 1881 年 ) 1 月 11 日 ) は 、 江戸 時代 から 明治 に かけ て 「 東洋 の トーマス ・ エジソン 」 「 からくり 儀右衛門 」 と 呼 ば れ 活躍 し た 発明 家 。 +1 姉小路 基綱 ( あね が こうじ もと つ な 、 嘉吉 元年 ( 1441 年 ) - 永正 元年 4 月 23 日 ( 旧暦 ) ( 150 4 年 6 月 5 日 ) ) は 飛騨 国 の 戦国 大名 で 飛騨 国司 。 +-1 モズク ( 水雲 、 海蘊 ) は 、 褐藻 綱 ・ ナガ マツモ 目 の うち 、 モズク 科 や ナガ マツモ 科 に 属 する 海藻 の 総称 。 +1 『 前々 太平 記 』 ( ぜんぜん たい へいき ) は 、 奈良 時代 から 平安 時代 前期 まで の 歴史 を あつか っ た 軍記 物語 。 +1 『 南洲 翁 遺訓 』 ( なん しゅうおういくん ) は 西郷 隆盛 の 遺訓 集 で あ る 。 +1 二階堂 行栄 ( に かいどう ゆきひ で 、 天正 9 年 ( 1581 年 ) - 没年 不詳 ) は 安土 桃山 時代 から 江戸 時代 初期 に かけ て の 戦国 武将 。 +-1 荘園 公領 制 ( しょう えん こうりょうせい ) と は 、 日本 の 中世 日本 に おけ る 、 荘園 と 公領 を 土台 と し た 、 重層 的 土地 支配 構造 の こと で あ る 。 +-1 山崎 聖天 ( やまざき しょうてん ) は 、 京都 府 乙訓 郡 大山崎 町 に あ る 真言 宗 系 単立 寺院 の 観音寺 の 別名 。 +-1 光明 寺 ( こうみょうじ ) は 京都 府 綾部 市 に あ る 真言 宗 醍醐 派 の 寺院 。 +-1 日本 達磨 宗 ( にほんだるましゅう ) は 、 大 日房能忍 が 興 し た 禅 の 一派 で あ る 。 +-1 大智 ( だいち 、 正応 3 年 ( 1290 年 ) - 正平 ( 日本 ) 21 年 / 貞治 5 年 12 月 10 日 ( 旧暦 ) ( 1367 年 1 月 10 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 曹洞 宗 の 僧 。 +1 川本 幸民 ( かわもと こうみん 、 文化 ( 元号 ) 7 年 ( 1810 年 ) - 明治 4 年 6 月 1日 ( 旧暦 ) ( 18 71 年 7 月 18 日 ) ) は 、 幕末 ・ 明治 維新 期 の 蘭学 者 。 +-1 渋谷 街道 ( しぶた に かいどう ) 、 また は 渋谷 通 、 渋谷 越 と は 、 東山 ( 京都 府 ) を 越え 京 ( 京都 ) と 山科 区 を 結 ぶ 京都 市 内 の 通り の 一 つ 。 +-1 一宮 神社 ( いっ きゅう じんじゃ ) は 、 京都 府 福知 山 市 の 市街 地 より 少し 南 より の 位置 に あ る 神社 。 +-1 壁画 ( へきが ) は 、 建築 物 や 洞窟 の 壁 ・ 天井 など に 描 か れ た 絵画 。 +-1 政事 総裁職 ( せいじ そうさいしょく ) は 、 江戸 時代 後期 、 幕末 に 新設 さ れ た 将軍 後見職 、 京都 守護 職 と 並 ぶ 江戸 幕府 三 要職 の 一 つ で あ る 。 +1 四宮 源蔵 ( しのみや げんぞう 、 生年 不詳 - 天正 8 年 ( 1580 年 ) 8 月 15 日 ? ) は 安土 桃山 時代頃 の 人物 で 山名 氏 豊 の 家臣 。 +1 古市 黒 麻呂 ( ふる いち の くろまろ 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 丹後 王国論 ( たんご おう こくろん ) は 、 門脇 禎二 が 古墳 時代 に 丹後 地方 ( 今 の 京都 府 京丹後 市 辺り ) を 中心 に 、 ヤマト 王権 など と 並 び 独立 性 を も っ て 存在 し た と さ れ る 勢力 『 丹後 王国 』 が あ っ た と 提唱 し た もの ( 丹後 国 は 後年 に 丹波 国 から 分国 し た もの で あ る ため 『 丹波 王国 』 と も 称 さ れ る ) 。 +-1 戦国 大名 ( せんごく だいみょう ) は 、 日本 の 戦国 時代 ( 日本 ) に 数 郡 から 数 カ国 規模 の 領域 を 一元 的 に 支配 し た 大名 を 指 す 。 +1 マキノ 光雄 ( - みつお 、 1909 年 11 月 15 日 - 1957 年 12 月 9 日 ) は 、 日本 の 映画 プロデューサー で あ る 。 +-1 林丘 寺 ( りんきゅうじ ) は 、 京都 市 左京 区 修学院 に あ る 臨済 宗 系 の 単立 寺院 。 +1 高 御 座 ( たかみくら ) は 、 天皇 の 正式 な 所在 地 を 示 す 特別 な 玉座 。 +-1 天塚 古墳 ( あまづか こふん ) は 、 京都 府 京都 市 右京 区 太秦 松 本町 に あ る 古墳 。 +1 神崎 太郎 成兼 ( ? ~ 1243 年 ~ ? ) は 、 高江 領 から 莫祢 院 ( 阿久根 市 ) に 居 を 構え 、 新田 神社 ( 薩摩 川内 市 ) 司 執印 氏 図 嘉房 の 女 を 妻 に し 、 神崎 氏 を 改めて 「 莫禰 太郎 成兼 」 を 名の っ た 。 +1 徳川 慶久 ( とくがわ よしひさ 、 1884 年 9 月 2 日 - 1922 年 1 月 22 日 ) は 徳川 十 五 代 将軍 徳川 慶喜 の 七男 。 +-1 日本 美術 史 ( にほん びじゅつ し ) と は 、 日本 の 美術 の 流れ 、 様式 の 変遷 、 各 時代 の 代表 的 な 作品 や 作家 の 研究 、 相互 の 影響 関係 、 作品 や 作家 を 生 ん だ 時代 背景 ( 政治 、 経済 、 信仰 、 風俗 、 社会 、 文学 など と の 関連 ) など に つ い て 述べ た もの 、 また は そう し た 分野 を 研究 する 学問 の こと 。 +1 藤原 道綱 母 ( ふじわら の みちつな の は は 、 承平 ( 日本 ) 6 年 ( 936 年 ) ? - 長徳 元年 5 月 2 日 _ ( 旧暦 ) ( 995 年 ) ) は 平安 時代 中期 の 歌人 で あ る 。 +-1 桜井 家 ( さくらい け ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +-1 典薬寮 ( てんやく りょう ) は 、 律令 制 に よ り 制定 さ れ た 機関 で 、 宮内 省 律令 制度 下 に 属 する 医療 ・ 調薬 を 担当 する 部署 。 +1 穂積 五百 枝 ( ほづみ の いおえ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 死相 ( しそう ) と は 、 下記 の とおり で あ る 。 +-1 代官 ( だい かん ) と は 、 君主 ( 国家 ) の 代わ り 任地 の 行政 ・ 作事 など を 司 る 職務 を 司 っ た 者 及び その 地位 を い う 。 +-1 円山 ・ 四条 派 ( まるやま ・ しじょう は ) は 、 江戸 後期 から 京都 で 有名 に な っ た 円山 応挙 を 祖 と する 円山 派 と 、 松村 呉春 を 祖 と する 四条 派 を 合わせ た 呼び名 で あ る 。 +1 大妃 ( だいひ ) と は 先代 の 王 の 妃 で 、 現王 の 母后 。 +-1 予祝 芸能 ( よしゅく げいのう ) と は 、 伝統 芸能 を 信仰 の 面 から とらえ た とき の 、 萬歳 や 春駒 など 新春 を ことほぐ 芸能 や 、 農 作業 の あらまし を あらかじめ 一 通り 演 じ て 順調 に 稲 が 実 る よう に 祈願 する 田遊び ・ 御田 など を 指 す 。 +-1 粟原 寺 ( おうばら で ら ) は 、 奈良 県 桜井 市 粟原 に かつて あ っ た 寺 。 +-1 平城 ( ひらじろ ) は 、 平地 に 築 か れ た 城 を い う 。 +-1 快川 紹喜 ( かいせん じょうき 、 生年 不詳 - 天正 10 年 4 月 3 日 ( 旧暦 ) ( 15 8 2 年 4 月 25 日 ) ) は 、 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 臨済 宗 の 僧 。 +1 野分 ( のわき ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 小野 氏 ( おのうじ ) は 、 7 世紀 前半 から 平安 時代 中期 に かけ て 活躍 し た 氏族 。 +-1 郡制 ( ぐんせい ) と は 、 明治 期 から 大正 期 に かけ て 府県 と 町村 と の 間 に 位置 する 郡 を 地方 自治 体 と し て 定め た 日本 国 内 に おけ る 法律 で あ る 。 +-1 大和 物語 ( やまと ものがたり ) は 、 平安 時代 に 成立 し た 中古 日本 の 物語 で あ る 。 +1 蘇我 安麻呂 ( そがの やすまろ 、 生没 年 未詳 ) は 7 世紀 末頃 、 飛鳥 時代 後期 の 日本 の 貴族 。 +-1 遠国 奉行 ( おんごく ぶぎょう ) は 、 江戸 以外 の 幕府 直轄 領 ( 天領 ) 内 の 重要 な 場所 に 置 か れ 、 その 土地 の 政務 を とりあつか っ た 奉行 、 役方 に 分類 さ れ る 。 +-1 近江 攻防 ( おうみ こうぼう ) は 、 治承 ・ 寿永 の 乱 の 中 で 起き た 近江 源 氏 ・ 園城 寺 僧兵 と 平家 と の 一連 の 戦闘 。 +1 要石 ( かなめいし ) は 、 茨城 県 鹿嶋 市 の 鹿島 神宮 と 千葉 県 香取 市 の 香取 神宮 に あ る 。 +-1 勧学 会 ( かんがくえ ) と は 、 平安 時代 中期 ・ 後期 に 大学 寮紀 伝道 の 学生 ( 文章 生 ) と 比叡山 延暦 寺 の 僧侶 が 、 3 月 15 日 ( 旧暦 ) あるいは 9 月 15 日 ( 旧暦 ) に 比叡 山 西 麓 あるいは 平安 京内外 の 寺院 に 集ま っ て 『 法華 経 』 を テーマ と し て 講義 ・ 念仏 ・ 漢詩 を 行 っ た 法会 。 +-1 湯 沐令 ( ゆのうながし ) は 、 日本 の 飛鳥 時代 に 置 か れ た 官職 で 、 皇族 の 領地 で あ る 湯沐 邑 を 管理 し た 。 +1 友枝 昭世 ( ともえだ あきよ 、 1940 年 ( 昭和 15 年 ) 3 月 24 日 - ) と は 、 喜多 流能 楽師 。 +-1 意見 十 二 箇条 ( いけんじゅう に かじょう ) と は 平安 時代 中期 の 漢学 者 三善 清行 が 、 914 年 醍醐 天皇 に 提出 し た 政治 意見 書 で あ る 。 +-1 逢坂 関 ( おうさか の せき 、 あふさか の せき ) は 、 山城 国 と 近江 国 の 国境 と な っ て い た 関所 。 +-1 狩衣 ( かりぎぬ ) は 平安 時代 以降 の 公家 の 普段 着 。 +-1 京都 競馬 場 ( きょう と けいば じょう ) は 京都 府 京都 市 伏見 区 に あ る 競馬 場 で あ る 。 +-1 大拙 祖能 ( だいせつ その う 、 正和 2 年 3 月 3 日 ( 旧暦 ) ( 1313 年 3 月 30 日 ) - 永和 ( 日本 ) 3 年 / 天授 ( 日本 ) 3 年 8 月 20 日 ( 旧暦 ) ( 1377 年 9 月 23 日 ) ) は 、 南北朝 時代 ( 日本 ) の 臨済 宗 の 僧 。 +-1 歓 喜光 寺 ( かんきこうじ ) は 、 京都 市 山科 区 に あ る 時宗 の 寺院 。 +1 末広 鉄腸 ( すえひろ てっちょう 、 嘉永 2 年 2 月 21 日 ( 旧暦 ) ( 1849 年 3 月 15 日 ) - 明治 29 年 ( 1896 年 ) 2 月 5 日 ) は 明治 時代 の 運動 家 ・ 新聞 記者 ・ 政治 家 ・ 小説 家 。 +-1 賀茂 氏 ( か もう じ 、 かもし ) は 、 古代 より 続 く 日本 の 氏族 で あ る 。 +-1 茶入 ( ちゃいれ ) と は 、 広義 に は 抹茶 を 入れ る の に 用い る 茶器 全体 を 指 し 、 狭義 に は 棗 ( 茶器 ) に 代表 さ れ る 木製 茶器 ( 薄茶 器 参照 ) に 対 する 陶磁 器 製 の 茶器 を 指 す 。 +1 九条 幸 経 ( く じょうゆきつね 、 文政 6 年 4 月 26 日 ( 旧暦 ) ( 1823 年 6 月 5 日 ) - 安政 6 年 8 月 4 日 ( 旧暦 ) ( 1859 年 8 月 31 日 ) ) は 江戸 時代 後期 の 公卿 。 +1 進藤 長之 ( しんどう ながゆき 、 寛文 6 年 ( 1666 年 ) - 享保 12 年 1 月 5 日 ( 旧暦 ) ( 1727 年 1 月 26 日 ) ) は 近衛 家 諸 大夫 を つとめ た 青侍 ( 皇族 や 公家 に 仕え る 武士 ) 。 +1 一忠 ( いっちゅう 、 生没年 不詳 ) は 、 南北朝 時代 ( 日本 ) に 活躍 し た 田楽 能 役 者 。 +-1 自由 民権 運動 ( じゆう みん けん うんどう ) と は 、 明治 時代 の 日本 に お い て 行 わ れ た 政治 運動 ・ 社会 運動 。 +-1 湯起請 ( ゆきしょう ) と は 、 主に 裁判 の 際 に 、 二人 の 内 どちら の 主張 が 正し い か を 審理 する 方法 。 +-1 年少 芸 妓 と は まだ 芸妓 と し て は 一人前 で な い 若 い 芸妓 、 また は 芸妓 見習い と し て 花街 の お 座敷 に 出 て い る 少女 を 指 す 。 +-1 奈良 町 資料 館 ( なら ま ち しりょうかん ) は 、 奈良 県 奈良 市 の 近世 から 近代 に かけ て 建て られ た 町屋 ( 商家 ) が 並 ぶ 地区 、 なら まち の 一角 に あ る 私設 資料 館 。 +1 三宅 石床 ( みやけ の いわ とこ 、 生年 不明 - 天武 天皇 9 年 ( 680 年 ) 7 月 23 日 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 桂駅 ( かつら えき ) は 、 京都 市 西京 区 に あ る 、 阪急 電鉄 の 鉄道 駅 。 +1 『 さゆり 』 ( Memoirs ofaGeisha ) は 、 1997 年 に 出版 さ れ た アーサー ・ ゴールデン に よ る 小説 。 +1 足利 直冬 ( あしか が ただふゆ ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +-1 耳塚 ( みみづか ) は 、 文禄 ・ 慶長 の 役 の 朝鮮 、 明兵 の 戦死 者 の 耳 、 鼻 を 弔 っ た 塚 で あ る 墓 。 +-1 京 街道 ( きょうかいどう ) また は 大坂 街道 ( おおさか かいどう ) と は 、 大坂 ( 大阪 ) の 京橋 ( 後 に 高麗 橋 ) から 淀川 左岸 に 沿 っ て 進 み 、 淀 を 経 て 京 ( 京都 ) に 向か う 街道 で あ る 。 +-1 表高 ( おもてだか ) は 、 江戸 時代 に 大名 や 旗本 が 征夷 大将軍 に よ っ て 与え られ た 所領 の 額面 上 の 石高 の こと で あ る 。 +-1 私擬 憲法 ( しぎ けんぽう ) と は 、 明治 時代 の 大 日本 帝国 憲法 発布 以前 に 、 民間 で 検討 さ れ た 憲法 の 私案 の こと 。 +-1 お 会式 ( おえしき ) は 、 宗祖 等 の 命日 に あわせ て 行 わ れ る 大 法 会 ( 祭り ) で あ る 。 +1 仁礼 景範 ( にれ かげの り 、 正字 体 : 仁禮 、 天保 2 年 2 月 24 日 ( 旧暦 ) ( 1831 年 4 月 6 日 ) - 明治 33 年 ( 190 0 年 ) 1 1 月 22 日 ) は 、 江戸 時代 末期 の 武士 、 明治 時代 の 海軍 軍人 。 +1 壬生 忠岑 ( みぶ   の   ただみね   生没年 不詳   貞観 ( 日本 ) 2 年 ( 860 年 ) から 延喜 20 年 ( 920 年 ) ごろ と 考え られ る ) は 、 平安 時代 の 歌人 。 +-1 清水谷 家 ( しみずだ に け ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +-1 静恵 法 親王 ( じょうえ ほっ しん の う 、 長寛 2 年 ( 11 64 年 ) - 建仁 3 年 3 月 13 日 ( 旧暦 ) ( 120 3 年 4 月 26 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 法親 王 。 +-1 大和流 ( やまと りゅう ) と は 、 江戸 初期 ( 承応 元年 ・ 1652 年 ) に 森川 香山 に よ り 開 か れ た 弓道 の 流派 で あ る 。 +1 滋野井 実全 ( しげの いさね まさ 、 元禄 13 年 4 月 5 日 _ ( 旧暦 ) ( 170 0 年 5 月 23 日 ) - 享保 20 年 10 月 20 日 _ ( 旧暦 ) ( 1735 年 12 月 4 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 小紋 ( こもん ) は 日本 の 着物 ( 和服 ) の 種類 の 一 つ 。 +-1 『 八幡 祭 小 望月 賑』 ( はち まん まつり よみや の にぎわい ) は 歌舞伎 の 演目 。 +1 虎 御前 ( とら ごぜん 、 安元 元年 ( 1175 年 ) - ? ) は 、 富士 の 巻狩り の 際 に 起こ っ た 曽我 兄弟 の 仇討ち で 有名 な 「 曽我 物語 」 の ヒロイン で 曽我 兄弟 の 兄 ・ 曾我 祐成 の 恋人 で 、 この 物語 を 色づけ 深み を 持 た せ る 役割 を し て い る 。 +1 鈴木馬 左也 ( すずき まさや 、 文久 元年 2 月 24 日 ( 旧暦 ) ( 1861 年 4 月 3 日 ) - 大正 11 年 ( 1922 年 ) 12 月 25 日 ) は 、 第 三 代 住友 総理事 で あ る 。 +-1 武衛 騒動 ( ぶえいそうどう ) と は 、 寛正 6 年 ( 1465 年 ) に 発生 し た 室町 幕府 の 内紛 の こと で あ る 。 +1 中原 師 元 ( なかはら の もろ もと 、 天仁 2 年 ( 1109 年 ) - 承安 ( 日本 ) 5 年 ( 1175 年 ) 5 月 20 日 ( 旧暦 ) ) は 平安 時代 後期 の 廷臣 。 +-1 冬至 ( とうじ ) は 、 二十 四 節気 の 一 つ 。 +1 園太暦 ( えん たいりゃく ) は 、 「 中園 太政 大臣 」 と 称 さ れ た 南北朝 時代 ( 日本 ) の 公卿 ・ 洞院 公賢 の 日記 。 +1 谷 文晁 ( たにぶんちょう 、 宝暦 13 年 9 月 9 日 ( 旧暦 ) ( 1763 年 10 月 15 日 ) - 天保 11 年 12 月 14 日 ( 旧暦 ) ( 1841 年 1 月 6 日 ) ) は 、 江戸 時代 後期 の 日本 の 画家 。 +1 岸田 忠 氏 ( きしだただう じ 、 ? - 元和 ( 日本 ) 元年 12 月 2 日 ( 旧暦 ) ( 1616 年 1 月 20 日 ) ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +-1 霞 中庵 竹内 栖鳳 記念 館 ( かちゅう あん   たけうち せいほう き ねんかん ) は 京都 府 京都 市 に あ る 美術 館 。 +-1 雑煮 ( ぞうに ) と は 正月 に 多 く 食べ られ る 、 餅 を 主 と 具材 を あしら っ た 汁 料理 で あ る 。 +-1 中宮 寺 ( ちゅうぐう じ ) は 、 奈良 県 生駒 郡 斑鳩 町 の 法隆 寺 に 隣接 する 、 聖徳 太子 ゆかり の 寺院 で あ る 。 +-1 西山 古墳 ( にしやま こふん ) は 、 奈良 県 天理 市 杣之内 ( そま の うち ) 町 に あ る 古墳 で 、 国 の 史跡 に 指定 さ れ て い る 。 +1 佚山 ( いつざん 、 男性 、 元禄 15 年 ( 170 2 年 ) – 安永 7 年 2 月 24 日 ( 旧暦 ) ( 1778 年 ) ) は 、 江戸 時代 中期 の 書家 ・ 篆刻 家 で あ る 。 +-1 化け 古下駄 ( ばけふるげ た ) また は 化け た 古下駄 ( ばけ た ふるげ た ) は 、 日本 の 妖怪 の 一 つ で 、 下駄 が 古く な っ て 魂 を 持 っ た と さ れ る 付喪神 ( 器物 が 変化 し た 妖怪 ) の 一種 。 +-1 大福 ( だい ふく ) は 、 あずき で でき た 餡 を 餅 で 包 ん だ 和 菓子 の 一種 。 +-1 金玉 掌 中抄 ( きんぎょく しょう ちゅうしょう ) は 、 鎌倉 時代 末期 に 中原 章澄 が 書 い た 法律 書 。 +1 足利 氏 ( あしかが し ) は 、 日本 の 武家 の ひと つ 。 +1 軽み ( かるみ ) は 、 松尾 芭蕉 の 創始 し た 蕉風 俳諧 の 理念 の 一 つ で あ る 。 +1 源 義門 ( みなもと の よしかど 、 生没年 不詳 ) は 、 平安 時代 末期 の 清和 源 氏 の 棟梁 源 義朝 の 四男 。 +1 楽常 慶 ( らく じょうけい 、 永禄 4 ( 1561 年 ) - 寛永 1 2 ( 1 635 年 ) は 、 織豊 時代 から 江戸 時代 初頭 に かけ て の 陶芸 家 。 +-1 ふりか け と は 、 主に ご飯 用 の 粉末 状 、 粒子 状 、 あるいは そぼろ 状 の 調味 料 的 お かず の こと 。 +-1 聖 アグネス 教会 ( せい アグネス きょうかい , StAgnesEpis copalChurch ) は 、 日本 の 京都 府 京都 市 に あ る 教会 で 、 日本 聖公会 京都 教区 主教座 聖堂 。 +1 藤原 嬉子 ( ふじわら の きし / よしこ 、 寛弘 4 年 1 月 5 日 ( 旧暦 ) ( 100 7 年 1 月 26 日 ) - 万寿 2 年 8 月 5 日 ( 旧暦 ) ( 1025 年 8 月 30 日 ) ) は 、 摂政 藤原 道長 の 六女 。 +1 初代 忠吉 は 、 肥前 新 刀 鍛冶 。 +-1 南無 妙法 蓮華 経 は 「 なむみょう ほうれん げきょう 」 と 読 む 。 +1 崇源院 ( すう げんいん 、 天正 元年 〔 1573 年 〕 - 寛永 3 年 9 月 15 日 ( 旧暦 ) 〔 1626 年 11 月 3 日 〕 ) は 、 天正 時代 から 江戸 時代 初期 の 女性 。 +1 張 保皐 ( ちょうほこう 、 790 年頃 - 846 年 ? ) は 統一 新羅 時期 に 新羅 、 唐 、 日本 に またが る 海上 勢力 を 築 い た 人物 。 +1 羽倉 可亭 ( はくら かてい 、 男性 、 寛政 11 年 ( 1799 年 ) – 明治 20 年 ( 1887 年 ) 8 月 12 日 ) は 、 江戸 時代 後期 の 日本 の 書画 ・ 篆刻 家 で あ る 。 +1 山部 王 ( やまべ の おおきみ 、 生年 不詳 - 天武 天皇 元年 7 月 2 日 ( 旧暦 ) ? ( 67 2 年 7 月 31 日 ? ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 田目 皇子 ( ため の みこ 、 敏達 天皇 元年 ( 572 年 ) ? - 没年 不詳 ) は 用明 天皇 の 第 一 皇子 。 +-1 石 ( こく ) は 、 尺貫 法 に おけ る 体積 ( 容量 ) の 物理 単位 で あ る 。 +-1 石井流 ( いしい - りゅう ) は 、 能楽 大鼓方 の 一流儀 。 +1 姉小路 ( あね こうじ / あねが こうじ / あね の こうじ ) と は 、 御 年寄上 臈 御 年寄 と の 違い の 名 。 +1 皆川 淇園 ( みながわ きえん 、 享保 19 年 12 月 8 日 ( 旧暦 ) ( 1735 年 1 月 1日 ) - 文化 ( 元 号 ) 4 年 5 月 16 日 ( 旧暦 ) ( 180 7 年 6 月 21 日 ) ) は 、 江戸 時代 中期 の 儒学 者 。 +-1 初詣 ( はつもうで ) と は 、 年 が 明け て から 初めて 寺社 ( 神社 ・ 寺院 ) や 教会 など に 参拝 し 、 一 年 の 無事 と 平安 を 祈 る 行事 で あ る 。 +-1 一番 槍 ( いちばん やり ) と は 、 槍 を 用い て 交戦 の 口火 を 切 る 軍団 もしくは 個人 の こと 。 +1 近衛 維子 ( この えこれ こ 、 宝暦 9 年 12 月 9 日 ( 旧暦 ) ( 17 60 年 12 月 6 日 ) – 天明 3 年 10 月 12 日 ( 旧暦 ) ( 1783 年 11 月 6 日 ) ) は 、 後桃園 天皇 の 女御 。 +-1 マリア ・ ルス 号 事件 ( まりある すごう じけん ) は 1872 年 ( 明治 5 年 ) に 横浜 港 に 停泊 中 の マリア ・ ルス 号 ( ペルー 船籍 ) 内 の 清国 人 苦力 を 奴隷 で あ る と し て 日本 政府 が 解放 し た 事件 を 言 う 。 +-1 向日 市 ( むこうし ) は 、 京都 府 の 市 。 +-1 高質 ( こうじち ) は 、 中世 日本 に お い て 債権 が 債務 不 履行 に 陥 っ た 債権 者 の 財産 を 私的 に 差し押さえ る 行為 。 +1 片岡 行雄 ( かたおか ゆきお 、 1934 年 11 月 18 日 - ) は 、 日本 の 京 人形 ( 人形 ) 師 。 +1 徳大寺 公清 ( とくだいじ きんき よ 、 正和 元年 ( 1312 年 ) - 正平 ( 日本 ) 15 年 / 延文 5 年 6 月 8 日 ( 旧暦 ) ( 1360 年 7 月 21 日 ) ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) の 公卿 。 +-1 蔭位 ( おんい ) と は 、 日本 の 律令 制 体制 の なか で 、 高位 者 の 子孫 を 父祖 で あ る 高位 者 の 位階 に 応 じ て 一定 以上 の 位階 に 叙位 する 制度 。 +-1 宝菩 提院 ( ほうぼ だい いん ) は 、 京都 市 南 区 ( 京都 市 ) 九条 東 寺 町 に 位置 する 寺院 で あ る 。 +1 三宅 小まめ ( みやけ こまめ 、 1910 年 ( 明治 43 年 ) - ) は 祇園 甲 部 芸妓 、 上方 舞井上流 名取 。 +-1 家学 ( かがく ) と は 、 家 あるいは 氏族 単位 で の 学術 継承 の こと 。 +1 平知章 ( たいらの ともあきら 、 嘉応 元年 ( 1169 年 ) - 寿永 3 年 2 月 7 日 ( 旧暦 ) ( 1184 年 3 月 20 日 ) ) は 、 平知 盛 の 長男 。 +1 源 行 国 ( みなもと の ゆき く に 、 永保 元年 ( 1081 年 ) ? - 仁平 3 年 9 月 26 日 ( 旧暦 ) ( 1153 年 10 月 15 日 ) ) は 、 平安 時代 後期 の 武将 。 +1 中村 梅之助 ( なかむら うめのすけ ) は 、 歌舞伎 役者 。 +1 藤原 秀郷 ( ふじわら の ひでさと 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +-1 乗如 ( じょうにょ 、 乘如 ) は 、 江戸 時代 中期 の 浄土 真宗 の 僧 。 +1 英俊 ( えいしゅん 、 永正 15 年 ( 1518 年 ) - 文禄 5 年 ( 1596 年 ) ) は 、 戦国 時代 ( 日本 ) の 僧侶 。 +1 今出川 公香 ( いまで がわ きん よし 、 元禄 4 年 5 月 1日 ( 旧暦 ) ( 1691 年 5 月 28 日 ) ‐ 享保 6 年 11 月 14 日 ( 旧暦 ) ( 1722 年 1 月 1日 ) ) は 、 江戸 時代 中期 の 公卿 。 +1 吉記 ( きっき ) は 、 平安 時代 末期 の 公家 ・ 吉田 経房 ( 1142 年 - 120 0 年 ) の 日記 で あ る 。 +-1 真如 寺 ( しんにょじ ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) 等 持 院 北町 に 存在 する 臨済 宗 相国 寺 派 の 寺院 で あ る 。 +1 二条 宗 基 ( に じょう むねもと 、 享保 12 年 5 月 20 日 ( 旧暦 ) ( 1727 年 7 月 8 日 ) - 宝暦 4 年 1 月 18 日 ( 旧暦 ) ( 175 4 年 2 月 9 日 ) ) は 江戸 時代 の 公卿 。 +-1 行叡 ( ぎょうえい 、 生没年 不明 ) は 、 飛鳥 時代 - 奈良 時代 の 僧 。 +1 並び の 巻 ( ならび の まき ) と は 、 平安 時代 の 王朝 文学 に 現れ る 現象 で 、 複数 巻 に わた る 作品 の うち 、 ある 巻 を 別 の 巻 の 「 並び の 巻 」 と 呼 ぶ こと 、 また は その よう に 呼 ば れ る 巻々 の こと を 指 す 。 +-1 堺 事件 ( さかい じけん ) は 、 慶応 4 年 ( 1868 年 ) に 和泉 国堺 市 で 起き た 、 フランス 水兵 殺害 の 責 を 負 っ て 土佐 藩 士 が 切腹 し た 事件 。 +-1 金剛輪 寺 ( こんごう りんじ ) は 、 滋賀 県 愛知 郡 ( 滋賀 県 ) ( えちぐん ) 愛荘 町 に あ る 天台 宗 の 寺院 。 +1 孝元 天皇 ( こうげん てんのう 、   孝霊 天皇 18 年 ( 紀元 前 273 年 ) - 孝元 天皇 57 年 9 月 2 日 ( 旧暦 ) ( 紀元 前 158 年 10 月 14 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 第 8 代 の 天皇 ( 在位 : 孝元 天皇 元年 1 月 14 日 ( 旧暦 ) ( 紀元 前 214 年 2 月 21 日 ) - 同 57 年 9 月 2 日 ( 旧暦 ) ( 紀元 前 158 年 10 月 14 日 ) ) 。 +1 松平 近正 ( まつだいら ちかまさ 、 天文 ( 元号 ) 16 年 ( 1547 年 ) - 慶長 5 年 8 月 1日 ( 旧暦 ) ( 160 0 年 9 月 8 日 ) ) は 、 安土 桃山 時代 の 武将 。 +-1 公主 ( こうしゅ ) と は 、 中国 で 皇帝 の 娘 を 指 す 。 +1 藤原 隆忠 ( ふじわら の た かただ 、 長寛 元年 ( 1163 年 ) - 寛元 3 年 ( 1245 年 ) ) は 、 平安 時代 末期 から 鎌倉 時代 に かけ て の 公卿 。 +1 源 師 時 ( みなもと の もろ とき 、 承暦 元年 ( 1077 年 ) - 保延 2 年 4 月 6 日 ( 旧暦 ) ( 1136 年 5 月 8 日 ) ) は 、 平安 時代 後期 の 公卿 ・ 歌人 。 +-1 京都 見廻 役 ( きょうと みまわ り やく ) は 、 幕末 の 京都 の 治安 維持 の ため に 江戸 幕府 が 置 い た 役職 。 +-1 雑役 免系 荘園 ( ぞう やくめんけい しょう えん ) と は 、 国衙 から 雑役 免 を 受け 、 その 雑役 分 を 荘園 領主 が 確保 する こと が 認め られ た 荘園 の こと 。 +1 大江 音人 ( おおえ の おとんど 、 弘仁 2 年 ( 811 年 ) - 元慶 元年 11 月 3 日 ( 旧暦 ) ( 877 年 12 月 15 日 ) ) は 平安 時代 の 貴族 、 学者 。 +1 長田 忠致 ( お さだ ただむね 、 生年 不詳 - 建久 元年 ( 1190 年 ) ) は 平安 時代 末期 の 武将 。 +-1 源仁 ( げんにん 、 弘仁 9 年 ( 818 年 ) - 仁和 3 年 11 月 22 日 ( 旧暦 ) ( 887 年 12 月 14 日 ) ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +-1 櫓 ( やぐら ) と は 、 城郭 に 防御 用 あるいは 物見 用 に 建て られ た 。 +-1 御幣 ( ごへい ) と は 、 神道 の 祭祀 で 用い られ る 幣帛 の 一種 で 、 2 本 の 紙垂 を 竹 また は 木 の 幣串 に 挟 ん だ もの で あ る 。 +1 中村 福助 ( なかむら ふくすけ ) は 中村 歌右衛門 系統 の 歌舞伎 の 名跡 の 一 。 +-1 宮津 線 ( みやづせん ) は 、 京都 府 舞鶴 市 の 西舞鶴 駅 から 宮津 市 の 宮津 駅 を 経由 し て 兵庫 県 豊岡 市 の 豊岡 駅 ( 兵庫 県 ) に 至 る 北 近畿 タンゴ 鉄道 の 鉄道 路線 で あ る 。 +1 葛野 王 ( かどの の おおきみ 、 天智 天皇 8 年 ( 669 年 ) 頃 ? - 慶雲 2 年 ( 70 5 年 ) 12 月 ) は 大友 皇子 ( 弘文 天皇 ) の 第 一 皇子 。 +1 与謝 蕪村 ( よさぶ そん 、 よさの ぶそん 、 享保 元年 ( 1 71 6 年 ) - 天明 3 年 12 月 25 日 ( 旧暦 ) ( 1784 年 1 月 17 日 ) ) は 、 江戸 時代 中期 の 日本 の 俳人 、 画家 。 +-1 称名 念仏 ( しょうみょうねんぶつ ) と は 、 仏 を 念 ずる 行 ( 念仏 ) の 一 つ で あ り 、 「 南無 阿弥陀 仏 」 の よう に 仏 の 名号 ( みょうごう ) を 唱え る 行 を さ す 。 +1 広津 弘信 ( ひろつ ひろのぶ 、 1819 年 - 1883 年 ) は 日本 の 外交 官 。 +-1 空手道 ( から てどう ) もしくは 空手 ( から て ) と は 、 沖縄 で 発祥 し た 拳足 に よ る 打撃 技 を 特徴 と する 武道 、 格闘 技 。 +-1 板碑 ( いたび ) は 、 主に 供養 塔 と し て 使 わ れ る 石碑 の 一種 で あ る 。 +-1 臨時 給 ( りんじ きゅう ) と は 、 規定 外 の 年官 を 臨時 に 給与 する こと 。 +-1 大村 純忠 と 有馬 晴信 と とも に 天正 遣欧 少年 使節 を ローマ に 送 っ た 。 +1 阿波 局 ( あわ の つぼね 、 生年 未詳 - 嘉禄 3 年 11 月 4 日 ( 旧暦 ) ( 1227 年 12 月 13 日 ) ) は 、 鎌倉 時代 初期 の 武家 女性 。 +1 源義親 ( みなもと の よしちか ) は 、 平安 時代 後期 の 武将 。 +-1 鵜飼い ・ 鵜飼 ・ 鵜養 ( うかい ) は 、 鵜 ( ウ ) を 使 っ て アユ を 獲 る 伝統 的 な 漁法 の ひと つ 。 +1 前田 知好 ( まえだ ともよ し 、 天正 18 年 ( 1590 年 ) - 寛永 5 年 6 月 23 日 ( 旧暦 ) ( 1628 年 7 月 24 日 ) ) は 江戸 時代 の 武将 、 前田 利家 の 三男 。 +1 石田 幸雄 ( いしだ ゆきお 、 1949 年 8 月 3 日 - ) は 狂言 方 和泉 流野村 万 作家 の 狂言 師 。 +-1 青侍 ( あおさむらい ) は 、 貴族 ・ 公家 の 家政 機関 に 勤仕 する 侍 の こと 。 +-1 KBS ホール は 京都 市 上京 区 に あ る 京都 放送 ( KBS 京都 ) 放送 会館 内 に あ る ホール 。 +-1 つくばい ( 蹲踞 、 蹲 ) と は 日本 庭園 の 添景 物 の 一 つ で 露地 ( 茶庭 ) に 設置 さ れ る 。 +1 小田 海僊 ( おだ かい せん 、 天明 5 年 ( 1785 年 ) - 文久 2 年 閏 8 月 24 日 ( 旧暦 ) ( 1862 年 10 月 17 日 ) ) は 、 江戸 時代 後期 の 日本 の 南画 。 +-1 引眉 ( ひきまゆ ) と は 、 奈良 時代 から 江戸 時代 に かけ て おこな わ れ た 化粧 法 で 、 眉 を 剃 る 、 また は 抜 く こと を 意味 する 。 +1 松平 宗秀 ( 本庄 宗秀 、 あるいは 本荘 宗秀と も ) ( まつだいら むね ひ で 、 文化 ( 元号 ) 6 年 9 月 13 日 ( 旧暦 ) ( 1809 年 10 月 21 日 ) - 明治 6 年 ( 1873 年 ) 12 月 20 日 ) は 、 江戸 時代 幕末 の 大名 、 老中 。 +-1 纒向 遺跡 また は 纏向 遺跡 ( まきむくいせき ) は 、 奈良 県 桜井 市 、 御 諸山 ( み もろやま ) と も 三 室 山 ( みむろ やま ) と も 呼 ば れ る 三輪 山 の 北西 麓 一帯 に 広が る 弥生 時代 末期 〜 古墳 時代 前期 の 遺跡 群 を 指 す 。 +-1 天 円 地方 ( てんえんちほう ) と は 、 天 は 円 く 、 地 は 方形 で あ る と い う 古代 中国 の 宇宙 観 で あ る 。 +1 藤田 大五郎 ( ふじた だい ごろう 、 1915 年 11 月 30 日 - 2008 年 11 月 15 日 ) は 、 能楽師 ( 一噌 流 笛 方 ) 、 日本 芸術 院 会員 、 人間 国宝 。 +-1 蛇塚 古墳 ( へびづか こふん ) は 、 京都 府 京都 市 右京 区 太秦 に あ る 古墳 。 +1 橋姫 ( はしひめ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 鞍馬口 通 ( くらまぐち どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +1 藤原定家 ( ふじわら の さだいえ 、 1162 年 ( 応保 2 年 ) - 1241 年 9 月 26 日 ( 仁治 2 年 8 月 20 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 初期 の 公家 ・ 歌人 。 +-1 準 譜代 大名 ( じゅんふだいだいみょう ) 外様 大名 の 中 で 、 幕閣 に お い て 長年 の 功績 の あ る 大名 を 始め と し て 、 主に 血縁 関係 に よ り 譜代 大名 に 準 ずる 家格 の 大名 を い う 。 +-1 法護 寺 ( ほう ごじ ) は 、 京都 府 舞鶴 市 に 所在 する 日蓮 正宗 の 寺院 。 +1 北畠 教具 ( きたばたけ のりとも 、 応永 30 年 ( 1423 年 ) - 文明 ( 日本 ) 3 年 3 月 23 日 ( 旧暦 ) ( 14 7 1 年 4 月 13 日 ) ) は 、 室町 時代 中期 の 公卿 。 +-1 烏丸 通 ( からすまどおり ) は 京都 市 の 主要 な 南北 の 通り の 一 つ 。 +1 藤原 芳子 ( ふじわら の ほうし / よしこ 、 生年 未詳 - 康保 4 年 7 月 29 日 ( 旧暦 ) ( 96 7 年 9 月 6 日 ) ) は 、 村上 天皇 の 女御 で 、 藤原 師尹 と 藤原 定方 九女 と の 間 の 娘 。 +-1 糸 割符 ( いとわっぷ ) と は 、 江戸 時代 の 日本 に おけ る 生糸 輸入 の 方式 で あ る 。 +-1 大同 類 聚方 ( だい どう るい じゅ ほう ) は 、 平安 時代 初期 の 大同 _ ( 日本 ) 3 年 ( 80 8 年 ) に 編纂 さ れ た 日本 に おけ る 唯一 の 古 医方 の 医学 書 で あ る と とも に 、 最古 の 国定 薬 局 方 で も あ る 。 +1 尾関 雅次郎 ( おぜき まさじろう 、 天保 15 年 ( 1844 年 ) ? - 明治 25 年 ( 1892 年 ) 2 月 28 日 ) は 新選 組 調役 兼 監察 。 +-1 向島 ( む かいじま ) は 京都 市 伏見 区 南部 に あ る 地名 。 +-1 護憲 運動 ( ご けん うんどう ) と は 、 大正 時代 に 発生 し た 立憲 政治 を 擁護 する 国民 や 政党 など の 運動 。 +-1 念仏 一 会 ( ねんぶつ いちえ ) と は 念仏 → 南無 阿弥陀 仏 を 繰り返 す 事 で あ る 。 +-1 株式 会社 京都 ホテル ( きょうと ホテル ) は 、 京都 府 京都 市 中京 区 に 本社 を 置 く ホテル 運営 会社 。 +1 澤村 由次郎 ( さわむら よしじろう ) は 、 歌舞伎 役者 。 +1 日野 重政 ( ひの しげまさ 、 生年 不詳 - 嘉吉 3 年 10 月 2 日 ( 旧暦 ) ( 1443 年 10 月 24 日 ) ) は 日野 家 23 代 当主 。 +1 菅野 真道 ( すがの の まみ ち 、 741 年 ( 天平 13 年 ) - 814 年 7 月 23 日 ( 弘仁 5 年 6 月 29 日 ( 旧暦 ) ) ) は 、 平安 時代 初期 の 公卿 。 +-1 三関 ( さんげん 、 さんかん ) と は 、 古代 の 日本 で 畿内 周辺 に 設け られ た 関所 の 内 、 特に 重視 さ れ た 三 つ の 関 の 総称 。 +1 中村 蘭台 ( なかむら らん だい 、 男性 、 安政 3 年 ( 1856 年 ) - 大正 4 年 ( 1915 年 ) 11 月 ) は 、 近代 日本 の 篆刻 家 で あ る 。 +-1 スカイランド い こま 、 生駒 山上 遊園 地 ( いこま さん じょう ゆうえんち ) と は 、 奈良 県 生駒 市 の 生駒 山 の 山上 に あ る 遊園 地 。 +-1 昆明池 障子 ( こんめい ち の しょうじ ) は 、 清涼 殿 弘廂 の 二間 と 上 御 局 と の あいだ に 立て られ て い た 衝立 障子 で あ る 。 +-1 川田 神社 ( かわた じんじゃ ) は 、 滋賀 県 甲賀 市 水口 町 に 鎮座 する 神社 で あ る 。 +1 吉川 三左衛門 ( よしかわ さんざえ もん ) は 、 当時 今浜 と 呼 ば れ た 町 を 豊臣 秀吉 の 命 に よ り 長浜 城下町 と し て 整備 する こと に 尽力 し た 。 +-1 御 霊 神社 ( ご りょう じんじゃ ) は 、 京都 府 福知 山 市 の ほぼ 中心 部 に あ る 神社 。 +1 清原 清 ( きよはら きよし 、 天保 2 年 ( 1831 年 ) - 慶応 4 年 4 月 25 日 ( 旧暦 ) ( 1868 年 6 月 15 日 ) ) は 、 新選 組 砲術 師範 、 後 に 御陵 衛士 。 +-1 御代始 ( みよ はじめ ) と は 、 前 の 君主 の 死去 ・ 隠居 に 伴 う 、 新 君主 の 就任 初期 に 新治 世 の 統治 の 一環 と し て 行 わ れ る 一連 の 施策 ・ 政策 を 指 す 。 +-1 租 ( そ ) は 、 税 ( ぜい ) と 並 ん で 、 国家 維持 に 必要 な 財政 を 調達 する ため に 、 政府 が 徴収 する 財物 ・ サービス の こと で あ る 。 +-1 難波 長柄 豊碕 ( 埼 ) 宮 ( なに わ ながら の とよ さき の みや ) は 、 飛鳥 時代 の 日本 の 首都 の 宮殿 で あ る 。 +-1 用明 天皇 職人 鑑 ( 用明 天王 職人 鑑 、 ようめい てん のう しょくにん か がみ ) は 近松 門左衛門 が 書 い た 文楽 の 物語 。 +-1 車折 神社 ( くるまざき じんじゃ ) は 、 京都 市 右京 区 嵯峨 に あ る 神社 で あ る 。 +1 高天原 ( たか あまはら 、 たか の あまはら 、 たかま のはら 、 たかまがはら ) は 『 古事 記 』 の 日本 神話 と 祝詞 に 於け る 天津 神 の 住ま う 場所 で あ る 。 +-1 横江 荘 ( よこえ の しょう ) は 、 平安 時代 ~ 戦国 時代 ( 日本 ) に かけ て 加賀 国 に あ っ た 荘園 。 +1 鈴木 元信 ( すずき もとのぶ 、 弘治 ( 日本 ) 元年 ( 1555 年 ) - 元和 ( 日本 ) 6 年 ( 1620 年 ) 6 月 ) は 、 伊達 氏 の 家臣 。 +1 蘆髪 蒲見 別王 ( あしかみの かま みわけ のみこ ) は 、 『 古事 記 』 、 『 日本 書紀 』 に 登場 する 皇族 で 、 日本 武尊 の 子 。 +-1 田部 ( たべ ) と は 、 日本 の 古墳 時代 に 設け られ た 土地 や 人民 の 支配 制度 の 一 つ で 、 ヤマト 王権 が 直接 支配 し た 人民 の うち 屯倉 ( みあけ ) で 耕作 し た 方 を 指 す 。 +-1 荘民 ( しょうみん ) と は 、 公領 内 の 住民 で あ る 公民 に 対 し て 荘園 内 の 住民 を 指 す 。 +1 問田 亀鶴丸 ( といだ きかく まる ) は 、 大内 氏 の 一族 。 +-1 秩父 事件 ( ちちぶ じけん ) は 、 1884 年 ( 明治 17 年 ) 10 月 31 日 から 11 月 9 日 に かけ て 、 埼玉 県 秩父 郡 の 農民 が 政府 に 対 し て 起こ し た 武装 蜂起 事件 。 +-1 芹生 峠 ( せりょう とうげ ) は 京都 府 京都 市 右京 区 と 同市 左京 区 に 跨 る 峠 で あ る 。 +-1 春日神 ( かすが の かみ ) は 、 神道 の 神 ( 神道 ) で あ る 。 +1 高岡 泰重 ( たかおか やすし げ 、 生没 年 未詳 ) は 、 鎌倉 時代 の 常陸 国 の 武士 。 +-1 公方 ( くぼう ) と は 、 前 近代 の 日本 に お い て 、 国家 に 関 する 公 ( おおやけ ) の こと を 体現 する 方面 及び 国家 的 統治 権 、 すなわち 古 い 時代 の 天皇 や その 朝廷 、 鎌倉 時代 、 室町 時代 の 将軍 に 起源 する 言葉 で あ る 。 +1 八 咫烏 ( やたがらす 、 やた の からす ) は 、 日本 神話 で 、 神武 東征 の 際 に 、 タカミムスビ に よ っ て 神武 天皇 の 元 に 遣わ さ れ 、 熊野 国造 から 大和 国 へ の 道 案内 を し た と さ れ る 3 本 足 の カラス で あ る 。 +-1 餅 ( もち ) と は 、 穀物 、 特に もち米 に 水分 と 熱 を 加え た 後 に 、 外力 を 加え て 練り合わせ 、 成形 し た 食品 の 一種 で 搗 き 餅 ( つきもち ) と も い う 。 +1 興国 天皇 ( こうこく てんのう 、 1328 年 ( 嘉暦 3 年 ) 9 月 - 1397 年 ( 応永 4 年 ) 3 月 ) は 、 戦後 、 南朝 ( 日本 ) 正統 を 主張 し た 三浦 芳聖 の 遠祖 で 、 三浦 皇統家 第 二 代 の 天皇 。 +-1 貞観儀式 ( じょうがん ぎしき ) は 、 平安 時代 前期 の 貞観 ( 日本 ) 年間 に 編纂 さ れ た と さ れ る 儀式 ( 書物 ) ( 儀式 書 ) 。 +-1 流造 ( ながれづくり ) は 、 日本 の 神社 建築 の 1 つ で あ る 。 +1 藤原 成通 ( ふじわら の なりみち 、 承徳 元年 ( 1097 年 ) - 応保 2 年 ( 1162 年 ) ) は 、 平安 時代 後期 の 公卿 。 +-1 焼き 豆腐 ( や きどうふ ) と は 、 水切り し た 豆腐 の 両面 を 直火 で 軽 く 焼 い て 炙 り 、 焼き目 を つけ た もの 。 +1 源 仲家 ( みなもと の なかいえ 、 生年 不詳 - 治承 4 年 5 月 26 日 ( 旧暦 ) ( 1180 年 6 月 20 日 ) ) は 、 平安 時代 末期 の 武将 。 +1 今井 清隆 ( いまい きよたか 、 1943 年 9 月 - ) は 、 日本 能楽 会 ( 国家 指定 重要 無形 文化 財 ) 所属 で 京都 市 在住 の 能楽師 。 +1 武田 有義 ( たけだ あり よし 、 生年 不詳 - 正治 2 年 ( 120 0 年 ) ? ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +1 永島 四郎   ( ながし ま し ろ う 、 出生 年 不明 - 196 3 ) 長野 県 長野 市 ( 松代 ) 出身 の フラワー デザイナー 。 +-1 越訴 ( おっそ ) と は 、 再審 など を 求め て 正規 の 法 手続 を 踏 まず に 行 う 訴え 。 +-1 お 年玉 袋 ( おとしだま ぶくろ ) と は 、 正月 に お 年玉 を あげ る 際 に お 金 ( 主に 紙幣 ) を 入れ る 袋 の こと 。 +1 陰徳 太平 記 ( いんとく たい へいき ) は 日本 文学 の 1 つ で あ る 。 +1 内田 吐夢 ( うち だ と む 、 本名 ・ 常次郎 、 1898 年 4 月 26 日 - 1970 年 8 月 7 日 ) は 、 大正 ・ 昭和 期 の 映画 監督 で あ る 。 +-1 山田 寺 ( やまだ でら ) は 、 奈良 県 桜井 市 山田 に あ っ た 古代 寺院 。 +1 徒然 草 ( つれづれ ぐさ ) は 、 吉田 兼好 こ と 卜部 兼好 ( うらべ かねよし ) が 書 い た 随筆 。 +-1 閑居友 ( かんきょ の とも ) は 仮名文 で 書 か れ た 鎌倉 時代 初期 の 仏教 説 話 集 。 +1 大葉子 ( おおばこ 、 生没年 不詳 ) は 、 上代 日本 の 女性 。 +-1 日本 の ワイン ( にっぽん の わいん ) で は 、 日本 で 生産 さ れ る ワイン に つ い て 述べ る 。 +1 お 市 の 方 ( おいち の かた 、 天文 ( 元号 ) 16 年 ( 1547 年 ) ? - 天正 11 年 4 月 24 日 ( 旧暦 ) ( 1583 年 6 月 14 日 ) ) は 戦国 時代 ( 日本 ) の 女性 。 +1 大友 氏 時 ( おおと もう じ とき 、 ? - 1368 年 4 月 8 日 ( 正平 ( 日本 ) 23 年 / 応安 元年 3 月 21 日 ( 旧暦 ) ) ) は 南北朝 時代 ( 日本 ) の 守護 大名 。 +-1 和与 ( わよ ) と は 、 古代 ・ 中世 日本 に おけ る 法律 用語 の 1 つ 。 +-1 拈華 微笑 ( ねんげみ しょう ) と は 、 禅宗 に お い て 禅 の 法脈 を 釈尊 から 受け継 い だ と さ れ る 伝説 の こと 。 +-1 想夫 恋 ( そうぶれん ) と は 雅楽 の 曲名 。 +1 上杉 氏 ( うえすぎ し 、 うえすぎうじ ) は 、 日本 の 氏族 の 一 つ 。 +1 一色 義幸 ( いっ し き よしゆき 、 生没年 不詳 ) は 戦国 時代 ( 日本 ) の 人物 。 +-1 亀山 藩 ( かめやま はん ) は 江戸 時代 に 丹波 国 に あ っ た 藩 の うち の 一 つ 。 +1 田辺 小隅 ( たな へ の おす み 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 大和 三山 ( やまと さんざん ) と は 、 奈良 県 ( 旧 ・ 大和 国 ) の 奈良 盆 地 南部 、 飛鳥 周辺 に そびえ る 3 体 の 山々 の 総称 。 +-1 才 ( さい ) は 、 尺貫 法 の 体積 ( 容積 ) の 物理 単位 で あ る 。 +-1 賀茂 ( か も ) は 、 能楽 作品 の ひと つ 。 +1 鷹司 信房 ( たかつかさ のぶふさ 、 永禄 8 年 10 月 25 日 ( 旧暦 ) ( 1565 年 11 月 17 日 ) - 明暦 3 年 12 月 15 日 ( 旧暦 ) ( 1658 年 1 月 18 日 ) ) は 安土 桃山 時代 から 江戸 時代 に かけ て の 公卿 。 +-1 カヤノヒメ ( カヤヌヒメ と も ) は 、 日本 神話 に 登場 する 草 の 神 ( 神道 ) で あ る 。 +1 谷口 藹山 ( たにぐち あいざん 、 文化 ( 日本 ) 13 年 ( 1816 年 ) - 明治 32 年 ( 1899 年 ) ) は 、 幕末 から 明治 期 の 日本 の 画家 。 +-1 茶漬け ( ちゃづけ ) と は 、 飯 に 茶 を かけ た もの の こと 。 +-1 広橋 家 ( 廣橋 家 、 ひろはしけ ) は 、 名家 ( 公家 ) の 家格 を 有 する 公家 。 +1 香川 元景 ( かがわ もと かげ ) は 室町 時代 から 戦国 時代 ( 日本 ) の 西讃 岐 国 の 守護 代 。 +-1 大 峯山寺 ( おおみね さんじ ) は 奈良 県 吉野 郡 天川 村 に あ る 修験 道 の 寺院 で あ る 。 +-1 一条 戻橋 ( いちじょう もどり ば し ) は 、 京都 市 上京 区 の 、 堀川 に 架け られ て い る 一条 通 の 橋 で あ る 。 +-1 亀岡 盆地 ( かめおか ぼんち ) は 、 京都 府 亀岡 市 を 中心 に 位置 する 盆地 で 、 この 地域 の 大 動脈 で あ る 国道 9 号 沿い に 人口 、 産業 、 商業 が 集中 し て い る 。 +-1 八幡 前 駅 ( はち まん まえ えき ) は 、 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +-1 京都 市 ( きょうと し ) は 、 京都 府 南部 ( 旧 山城 国 ) の 都市 で 、 同府 の 都 道 府 県 庁 所在 地 で 政令 指定 都市 。 +-1 会理 ( えり 、 仁寿 2 年 ( 852 年 ) - 承平 ( 日本 ) 5 年 ( 935 年 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +-1 松本 白鸚 ( まつもと はくおう 、 1910 年 ( 明治 43 年 ) 7 月 7 日 - 1982 年 ( 昭和 57 年 ) 1 月 11 日 ) は 日本 の 俳優 、 歌舞伎 役者 。 +1 王 ( おう 、 みこ 、 古く は おおきみ ) は 、 皇族 の 身位 また は 称号 の 一 つ 。 +1 中山 愛親 ( なかやま な る ちか 、 寛保 元年 5 月 25 日 ( 旧暦 ) ( 1741 年 7 月 7 日 ) - 文化 ( 元号 ) 11 年 8 月 18 日 ( 旧暦 ) ( 1814 年 10 月 1日 ) ) は 、 江戸 時代 後期 の 公家 。 +1 斯波 義廉 ( しばよしかど 、 生没年 不詳 ) は 室町 時代 中後期 の 守護 大名 で あ る 。 +-1 霊巌 ( れいがん 、 天文 ( 元号 ) 23 年 4 月 8 日 ( 旧暦 ) ( 1554 年 5 月 9 日 ) - 寛永 18 年 9 月 1日 ( 旧暦 ) ( 1641 年 10 月 15 日 ) ) は 、 江戸 時代 前期 の 浄土 宗 の 僧 。 +1 平景 隆 ( たいら の かげ た か 、 生年 不詳 - 文永 11 年 10 月 15 日 ( 旧暦 ) ( 1274 年 11 月 14 日 ) ) は 、 鎌倉 時代 中期 の 九州 の 武士 。 +1 里村 紹巴 ( さとむら じょう は 、 大永 5 年 ( 1525 年 ) - 慶長 7 年 4 月 14 日 ( 旧暦 ) ( 160 2 年 6 月 2 日 ) ) は 、 戦国 時代 ( 日本 ) の 連歌 師 。 +-1 河俣 神社 ( かわまた じんじゃ ) は 、 奈良 県 橿原 市 に あ る 神社 で あ る 。 +-1 評定 衆 ( ひょうじょうしゅう ) と は 、 鎌倉 時代 ・ 室町 時代 時代 に 置 か れ た 役職 の 一 つ で あ る 。 +-1 明尊 ( みょう そん 、 天禄 2 年 ( 97 1 年 ) - 康平 6 年 6 月 26 日 ( 旧暦 ) ( 1063 年 7 月 24 日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +-1 小墾 田宮 ( お はりだのみや ) は 古代 日本 、 推古 朝 の 宮殿 。 +-1 棟札 ( むなふだ 、 むねふだ ) は 、 寺社 ・ 民家 など 建物 の 建築 ・ 修築 の 記録 ・ 記念 と し て 、 棟木 ・ 梁 など 建物 内部 の 高所 に 取り付け た 札 で あ る 。 +-1 京都 アクアリーナ ( きょう と アクアリーナ ) は 、 京都 府 京都 市 右京 区 の 京都 市 西京極 総合 運動 公園 内 に あ る 市営 の 屋内 プール 兼 スケート 施設 。 +-1 二上山 ( に じょうざん ) は 、 奈良 県 葛城 市 と 大阪 府 南河内 郡 太子 町 ( 大阪 府 ) を 跨 い で い る 山 。 +-1 住友 家 ( すみとも け ) は 住友 財閥 の 創業 者 一族 。 +-1 武者 小路 家 ( むしゃの こうじけ ) は 日本 の 氏族 ( 公家 ) 。 +1 高倉 永 慶 ( たかく ら なが よし 、 天正 19 年 12 月 2 日 ( 旧暦 ) ( 1592 年 1 月 16 日 ) - 寛文 4 年 9 月 5 日 ( 旧暦 ) ( 1664 年 10 月 3 日 ) ) は 、 江戸 時代 の 公家 。 +-1 神社 合祀 ( じんじゃ ごうし ) と は 、 神社 の 合併 政策 の こと で あ る 。 +-1 五条 家 ( ごじょうけ ) は 正二 位 ・ 参議 ・ 大蔵 省 ・ 菅原 為長 ( 高辻 為長 ) の 子五 条 高長 ( 従二 位 ・ 式部 省 ) ( 1210 年 - 1285 年 ) を 祖 と する 堂上 家 の 公家 で あ る 。 +1 山村 聰 ( やまむら そう 、 本名 : 古賀 寛定 ( こが ・ ひろさだ ) 、 1910 年 2 月 24 日 - 2000 年 5 月 26 日 ) は 、 日本 の 俳優 、 映画 監督 。 +1 正広 ( しょうこう 、 1412 年 - 1493 年 ? ) は 、 室町 時代 中期 の 僧 ・ 歌人 。 +-1 天神 信仰 ( てんじん しんこう ) は 、 天神 ( 雷神 ) に 対 する 信仰 の こと で あ り 、 特に 菅原 道真 を 「 天神 様 」 と し て 畏怖 ・ 祈願 の 対象 と する 神道 の 信仰 の こと を い う 。 +-1 真壁 峠 ( まかべ とうげ ) と は 、 京都 府 舞鶴 市 の 西舞鶴 と 加佐 町 と を 結 ぶ 高 さ 約 100 m の 峠 で あ る 。 +-1 禁裏 御 守衛 総督 ( きんり ご しゅえい そうとく ) と は 、 江戸 時代 末期 ( 幕末 ) に 幕府 の 了解 の もと 、 朝廷 に よ っ て 禁裏 ( 京都 御所 ) を 警護 する 為 に 設置 さ れ た 役職 の こと で あ る 。 +1 大伴 御 行 ( おおとも の みゆき 、 大化 2 年 ( 646 年 ) ? - 大宝 ( 日本 ) 元年 1 月 15 日 ( 旧暦 ) ( 70 1 年 2 月 27 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 小川 可進 ( おがわかしん 、 天明 6 年 ( 1786 年 ) - 安政 2 年 5 月 2 日 ( 旧暦 ) ( 1855 年 6 月 15 日 ) ) は 、 煎茶道 小川 流 の 創始 者 、 初代 小川 後楽 。 +1 木村 荘平 ( きむら しょうへい 、 1841 年 7 月 - 190 6 年 4 月 27 日 ) は 、 山城 国 ( 現在 の 京都 府 ) 出身 の 実業 家 、 政治 家 で あ る 。 +1 幸子 女王 ( ゆきこ じょ おう 、 延宝 8 年 9 月 23 日 ( 旧暦 ) ( 1680 年 11 月 14 日 ) - 享保 5 年 2 月 10 日 ( 旧暦 ) ( 1720 年 3 月 18 日 ) ) は 、 江戸 時代 の 日本 の 皇族 。 +-1 内 教坊 ( ないきょうぼう ) は 日本 古代 の 律令 制 に おけ る 令外 官 で あ る 。 +1 三世 観世 喜之 ( さん せい かんぜ よしゆき 、 1935 年 6 月 2 日 - ) は 、 観世 流 シテ 方 能 楽師 。 +-1 小倉 事件 ( おぐら じけん ) と は 、 延宝 9 年 ( 天和 _ ( 日本 ) 元年 ・ 1681 年 ) に 霊元 天皇 が 皇位 継承 を 巡 っ て 第 1 皇子 で あ る 一宮 ( 後 の 済深 法 親王 ) を 強引 に 出家 さ せ て その 外戚 に 当た る 小倉 家 一族 を 粛清 し た 事件 。 +1 九条 兼良 ( くじょう かね よし 、 仁安 ( 日本 ) 2 年 ( 11 67 年 ) - 承久 3 年 1 月 3 日 ( 旧暦 ) ( 1221 年 1 月 27 日 ) ) は 、 鎌倉 時代 前期 の 公卿 。 +1 惟 宗広言 ( これ むね の ひろ こと 、 生没年 不詳 ( ? ~ 1172 年 - 1187 年 ~ ? ) ) は 、 秦 氏 の 後裔 。 +1 山口 華楊 ( やまぐち かよ う 、 1899 年 10 月 3 日 - 1984 年 3 月 16 日 ) は 、 日本 画 家 。 +-1 勧進能 ( かんじん のう ) は 、 社寺 の 建立 、 改築 など の 際 に 寄付 を 募 る ため に 、 入場 料 を 取 っ て 公開 さ れ た 能 で あ る 。 +-1 龍燈 、 龍灯 、 竜灯 ( りゅうとう ) と は 、 日本 各地 に 伝わ る 怪火 。 +1 常盤 御前 ( ときわ ごぜん 、 保延 4 年 ( 1138 年 ) - 没年 不詳 ) は 平安 時代 末期 の 女性 で 、 源義朝 の 愛妾 。 +1 岡田 以蔵 ( おかだいぞう 、 天保 9 年 ( 1838 年 ) - 慶応 元年閏 5 月 11 日 ( 旧暦 ) ( 1865 年 6 月 3 日 ) ) は 、 土佐 国 の 郷士 で 土佐 勤王党 に 加わ っ た 幕末 四 大 人斬り の 一人 。 +-1 登録 有形 文化 財 ( とうろく ゆうけい ぶんか ざい ) は 、 1996 年 の 文化 財 保護 法 改正 に よ り 創設 さ れ た 文化 財 登録 制度 に 基づ き 、 文化 財 登録 原簿 に 登録 さ れ た 有形 文化 財 の こと で あ る 。 +-1 『 新形 三十 六 怪撰 』 ( しんけい さんじゅう ろっ かいせん ) は 、 幕末 から 明治 前期 に かけ て の 浮世 絵 師 ・ 月岡 芳年 に よ る 妖怪画 の 連作 。 +-1 日本 製糖 汚職 事件 ( にほんせい とう お しょく じけん ) は 、 台湾 を 舞台 に 日本 製糖 社 取締 役 が 共謀 し て 、 法律 の 延長 を 求め て 複数 の 衆議 院 議員 に 対 し 金品 を 贈賄 し た 明治 時代 に 起き た 疑獄 事件 。 +-1 三 代 相論 ( さん だい そうろん ) は 、 文永 4 年 ( 1267 年 ) から およそ 50 年間 に わた っ た 曹洞 宗内 の 宗門 対立 の 総称 。 +-1 天龍 寺 船 ( てんりゅうじぶね ) は 、 日本 の 南北朝 時代 ( 日本 ) 、 京都 天龍 寺 造営 費 捻出 の ため に 室町 幕府 公認 の 下 、 元 ( 王朝 ) へ 派遣 さ れ た 貿易 船 ( 寺社 造営 料 唐 船 ) で あ る 。 +1 落葉 の 宮 ( おちば のみや ) は 、 『 源氏 物語 』 に 登場 する 架空 の 人物 。 +1 朝倉 景 総 ( あさくら かげ ふさ   生年 不詳 - 永正 2 年 4 月 4 日 ( 旧暦 ) ( 150 5 年 5 月 7 日 ) ) は 、 戦国 時代 ( 日本 ) 初期 の 武将 。 +-1 タキリビメ ( タギリヒメ と も ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で 、 宗像 三 女 神 の 一柱 で あ る 。 +1 山岡 元 隣 ( やまおか げんりん 、 寛永 8 年 ( 1631 年 ) - 寛文 12 年 6 月 27 日 ( 旧暦 ) ( 167 2 年 8 月 19 日 ) ) は 、 江戸 時代 前期 の 俳人 ・ 仮名 草子 作者 。 +1 立花 峯均 ( たちばな みね ひら 、 寛文 11 年 ( 16 7 1 年 ) - 延享 2 年 12 月 19 日 ( 旧暦 ) ( 1746 年 1 月 10 日 ) は 、 江戸 時代 の 南坊 流 の 茶人 。 +-1 藤 まつり ( ふじまつり ) は 日本 各地 で 行 わ れ て い る 祭り 。 +-1 慶長 通宝 ( けいちょう つうほう ) は 、 慶長 11 年 ( 160 6 年 ) に 江戸 幕府 に よ っ て 発行 さ れ た 銅銭 ( 異説 も あ る ) 。 +-1 いちご 大福 ( いちご だい ふく ) は 、 餡 を 餅 で 包 ん だ 大福 に 、 イチゴ を 入れ た 和 菓子 の 一種 。 +-1 道教 ( どう きょう 、 D à oji à o 、 英語 Taoism ) は 、 中国 三 大 宗教 ( 三教 と 言 い 、 儒教 ・ 中国 の 仏教 ・ 道教 を 指 す ) の 一 つ で あ る 。 +1 野口 健司 ( のぐち けん じ 、 天保 十 四 年 ( 1843 年 ) 〜 文久 三 年 12 月 27 日 ( 旧暦 ) ( 1864 年 2 月 4 日 ) ) 。 +1 内藤 魯一 ( ない とうろいち 、 弘化 3 年 8 月 8 日 ( 旧暦 ) ( 1846 年 9 月 28 日 ) - 明治 44 年 ( 1911 年 ) 6 月 29 日 ) は 、 幕末 から 明治 に かけ て 活躍 し た 自由 民 権 家 。 +-1 株式 会社 京都 アニメーション ( きょうと アニメーション 、 英語 表記 : ) は アニメーション の 企画 ・ 製作 および アニメーション 制作 に 関 する 技術 指導 を 主な 事業 内容 と する 日本 の 企業 で あ る 。 +-1 京都 ・ 観光 文化 検定 ( きょう と かんこう ぶんか けんてい ) 通称 「 京都 検定 」 と は 、 京都 商工 会議 所 が 主催 する ご 当地 検定 で あ る 。 +1 藤原 良世 ( ふじわら の よし よ 、 弘仁 14 年 ( 823 年 ) - 昌泰 3 年 11 月 18 日 ( 旧暦 ) ( 90 0 年 12 月 12 日 ) ) は 平安 時代 前期 の 公卿 。 +-1 禁中並 公家 諸 法度 ( きんちゅう ならび にくげ しょ はっと ) と は 、 江戸 幕府 が 、 天皇 及び 公家 に 対 する 関係 を 確立 する ため に 定め た 法令 で あ る 。 +-1 龍渓 性 潜 ( りゅうけい しょう せん 、 慶長 7 年 7 月 30 日 ( 旧暦 ) ( 160 2 年 9 月 15 日 ) - 寛文 10 年 8 月 23 日 ( 旧暦 ) ( 167 0 年 10 月 6 日 ) ) は 、 江戸 時代 前期 の 黄檗 宗 の 僧 。 +-1 大江山 ( おおえ やま ) は 京都 府 丹後半島 の 付け根 に 位置 し 与謝野 町 、 福知 山 市 、 宮津 市 に またが る 連山 で あ る 。 +-1 伏見 駅 ( ふしみ えき ) は 、 京都 府 京都 市 伏見 区 深草 柴田 屋敷町 に あ る 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +1 前田 則邦 ( まえだ のりくに 、 弘化 4 年 ( 1847 年 ) - 大正 4 年 ( 1915 年 ) ) は 、 政治 家 、 画家 。 +-1 絃上 ( げんじょう / けんじょう ) は 能 の 演目 。 +-1 天正 の 地割 ( てんしょう の じわり ) また は 天正 地 割 と は 、 天正 年間 に 豊臣 秀吉 に よ っ て 行な わ れ た 、 京都 に おけ る 新た な 通り の 建設 、 および それ に ともな う 町 割 の 変更 で あ る 。 +1 菊池 武重 ( きく ち たけしげ 、 1307 年 ( 徳治 2 年 ) ? - 1338 年 ( 延元 3 年 / 暦応 元年 ) ? ) は 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +1 山田 宗徧 ( やまだ そうへん 、 寛永 4 年 ( 1627 年 ) - 宝永 5 年 4 月 2 日 ( 旧暦 ) ( 170 8 年 5 月 21 日 ) ) は 、 江戸 時代 前期 の 茶人 。 +1 猿蓑 ( さるみの ) は 、 向井 去来 と 野沢 凡 兆 が 編集 し た 、 蕉門 の 発句 ・ 連句 集 。 +1 京極 竜子 ( きょうごく たつこ 、 ? - 1634 年 10 月 22 日 ( 寛永 11 年 9 月 1日 ( 旧暦 ) ) ) は 戦国 時代 ( 日本 ) から 江戸 時代 初期 に かけ て の 女性 。 +-1 神社 建築 ( じんじゃ けんちく ) は 、 神社 の 建築 。 +1 大高 元 恭 ( おおだか もと やす 、 宝暦 8 年 10 月 16 日 ( 旧暦 ) ( 175 8 年 11 月 16 日 ) - 文政 末年 ) は 蘭学 の 草創 期 に 活躍 し た 日本 の 医師 、 蘭学 者 。 +1 『 新後 撰 和 歌集 』 ( しんご せん わかしゅう ) は 、 正安 3 年 ( 130 1 年 ) に 、 後宇多 天皇 の 命 に よ り 編纂 さ れ た 13 番 目 の 勅撰 和 歌集 。 +-1 甘露 寺 家 ( かんろじけ ) は 、 藤原 北家 高藤 流勧修 寺 一門 嫡流 の 堂上 家 、 家格 は 、 名家 。 +1 尾形 光琳 ( おがた こうりん 、 万治 元年 ( 1658 年 ) - 享保 元年 6 月 2 日 ( 旧暦 ) ( 1 71 6 年 7 月 20 日 ) ) は 、 江戸 時代 の 画家 。 +1 藤原 通重 ( ふじわら の みちしげ 、 生没 年 未詳 ) は 、 平安 時代 後期 の 廷臣 。 +-1 菩提僊 那 ( ぼだい せん な 、 ボーディセーナ 、 70 4 年 - 760 年 ) は 、 奈良 時代 の 渡来 僧 。 +1 天羽々 矢 ( あまの はばや ) は 、 記紀 神話 に 現れ る 矢 。 +-1 性 信 入道 親王 ( しょうしん にゅうどう しん のう 、 寛弘 2 年 6 月 1日 ( 旧暦 ) ( 100 5 年 7 月 1日 ) - 応徳 2 年 9 月 27 日 ( 旧暦 ) ( 1085 年 10 月 18 日 ) ) は 、 平安 時代 中期 の 皇族 ・ 僧 。 +1 間人 皇女 ( はしひと の ひめみこ 、 生年 不詳 - 天智 天皇 4 年 2 月 25 日 ( 旧暦 ) ( 665 年 3 月 16 日 ) ) は 飛鳥 時代 の 皇族 。 +-1 けいはん な 記念 公園 ( けい はん な きねん こうえん ) は 、 京都 府 相楽 郡 精華 町 に あ る 公園 。 +-1 宝船 ( た からぶね ) と は 、 七 福神 が 乗 る 宝物 を 積み込 ん だ 帆船 、 また は 、 その 様子 を 描 い た 図 の こと 。 +1 平景清 ( たいら の かげき よ 、 生年 不詳 - 建久 7 年 ( 1196 年 ) ? ) は 平安 時代 の 武士 。 +1 行 円 法 親王 ( ぎょう えん ほっ しん のう 、 生没年 不詳 ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) に かけ て の 法親 王 。 +-1 保良 宮 ( ほらのみや ) は 、 奈良 時代 に 近江 国 ( 滋賀 県 ) に 淳仁 天皇 が 営 ん だ 皇居 で 、 平城 京 の 複都 制 「 北京 」 ( ほくきょう ) と さ れ た 。 +-1 別当寺 ( べっとうじ ) と は 、 神仏 習合 が 許 さ れ て い た 江戸 時代 以前 に 、 神社 に 付属 し て 置 か れ た 寺 の こと 。 +-1 丁稚 ( でっち ) と は 、 江戸 時代 から 第 二 次 世界 大戦 終結 まで 行 わ れ た 商店 主 育成 制度 。 +1 市河 米庵 ( いちかわ べい あん 、 安永 8 年 9 月 16 日 ( 旧暦 ) ( 1779 年 ) - 安政 5 年 7 月 18 日 ( 旧暦 ) ( 1858 年 8 月 26 日 ) ) は 、 江戸 時代 後期 の 日本 の 書家 、 漢詩 人 。 +-1 摂益 文 ( しょうやく もん ) と は 観無 量 寿経 から 採 っ た 偈文 で あ る 。 +-1 北埔 事件 ( ほくふ じけん ) は 、 日本 統治 時代 ( 台湾 ) の 台湾 で 発生 し た 客 家 人 の 蔡清琳 に よ る 抗日 事件 。 +-1 丁 未 約 条 ( ていび やく じょう ) と は 、 1547 年 に 朝鮮 王朝 と 対馬 の 宗 氏 の 間 で 結 ば れ た 来航 者 取締 規則 の こと 。 +1 九鬼 隆寛 ( く き たかのぶ 、 元禄 13 年 ( 170 0 年 ) - 天明 6 年 5 月 23 日 ( 旧暦 ) ( 1786 年 6 月 19 日 ) ) は 、 丹波 国 綾 部 藩 の 第 4 代 藩 主 。 +-1 桃山 駅 ( ももやま えき ) は 、 京都 府 京都 市 伏見 区 桃山 町 鍋島 34 番地 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 。 +1 松平定 喬 ( まつだいら さだ たか 、 正徳 ( 日本 ) 6 年 6 月 9 日 ( 旧暦 ) ( 1 71 6 年 7 月 27 日 ) - 宝暦 13 年 3 月 21 日 ( 旧暦 ) ( 1763 年 5 月 3 日 ) ) は 江戸 時代 の 大名 。 +-1 円澄 ( えんちょう 、 772 年 ( 宝亀 3 年 ) - 837 年 ( 承和 ( 日本 ) 4 年 ) ) は 、 平安 時代 前期 の 天台 宗 の 僧 。 +-1 『 日本 』 は 、 明治 22 年 ( 1889 年 ) 2 月 11 日 に 陸羯 南 に よ っ て 創刊 さ れ た 新聞 で あ る 。 +1 都貞継 ( みやこの さだつぐ 、 延暦 10 年 ( 791 年 ) - 仁寿 2 年 5 月 22 日 _ ( 旧暦 ) ( 852 年 6 月 13 日 ) ) は 、 平安 時代 前期 の 官人 。 +1 季語 ( きご ) あるいは 季題 ( きだい ) は 、 俳句 に 必ず 1 つ 含 ま れ る こと が 望まし い と さ れ る 、 季節 を 象徴 的 に 示 す 語 。 +1 和泉 式部 ( いずみ しきぶ 、 生没年 不詳 ) は 平安 時代 中期 の 歌人 。 +1 君子 内 親王 ( くん し な い しんのう 、 生年 未詳 - 延喜 2 年 10 月 8 日 ( 旧暦 ) ( 90 2 年 11 月 10 日 ) ) は 、 平安 時代 の 皇族 ・ 皇女 。 +-1 雨声 会 ( うせいかい ) と は 、 1907 年 ( 明治 40 年 ) 6 月 17 日 ( 月曜 日 ) から 6 月 19 日 ( 水 〃 ) まで の 3 日間 に 、 当時 の 総理 大臣 西園寺 公望 が 、 日本 の 文学 者 を 神田 駿河 台 の 私邸 に 招 き 、 一夕 の 歓談 を な し た 宴会 の 事 で あ る 。 +-1 上狛 駅 ( かみこま えき ) は 、 京都 府 木津川 市山城 町 上狛 北野田 芝 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 。 +1 源 等 ( みなもと の ひと し 、 元慶 4 年 ( 880 年 ) - 天暦 5 年 ( 951 年 ) 3 月 ) は 、 平安 時代 前期 から 中期 に かけ て の 公家 。 +1 進藤 長定 ( しんどうなが さ だ 、 慶長 13 年 ( 160 8 年 ) - 延宝 3 年 5 月 4 日 ( 旧暦 ) ( 167 5 年 6 月 26 日 ) ) は 、 江戸 時代 前期 の 青侍 。 +1 朝倉 景冬 ( あさくら かげ ふゆ 、 生年 不詳 - 明応 4 年 9 月 20 日 ( 旧暦 ) ( 1495 年 10 月 8 日 ) ) は 室町 時代 末期 の 武将 で あ る 。 +-1 短甲 ( たんこう ) は 弥生 時代 から 古墳 時代 に かけ て 用い られ た 甲 ( 鎧 、 よろい ) の 形式 名 の ひと つ 。 +-1 永昌記 ( えいしょうき ) は 、 平安 時代 後期 の 公卿 ・ 藤原 為隆 の 日記 。 +1 明治 節 ( めいじ せつ ) は 、 かつて の 祝祭 日 の 中 の 四 大 節 ( 紀元 節 、 四方 節 、 天長 節 、 明治 節 ) の 一 つ 。 +-1 糸印 ( いと いん ) と は 、 明代 の 中国 で 造 ら れ 、 戦国 時代 ( 日本 ) から 桃山 時代 まで に 日本 に もたら さ れ た 、 鋳銅 製 の 印章 の こと で あ る 。 +-1 興留藩 ( おきど め はん ) は 、 大和 国 ( 現在 の 奈良 県 生駒 郡 斑鳩 町 興留 ) に 存在 し た 藩 。 +-1 袞衣 ( こんえ 、 こんい ) は 、 唐風 の 天皇 衣装 。 +-1 康運 ( こううん 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 慶派 仏師 。 +-1 俊堯 ( しゅん ぎょう 、 元永 元年 ( 1118 年 ) ‐ 文治 2 年 ( 1186 年 ) ) は 、 平安 時代 末期 の 僧侶 。 +1 行幸 ( ぎょうこう 、 みゆき ) と は 、 天皇 が 外出 する こと で あ る 。 +1 名 は 光享 。 +1 山名 時煕 ( やまな ときひろ 、 1367 年 ( 正平 ( 日本 ) 22 年 / 貞治 6 年 ) - 1435 年 7 月 29 日 ( 永享 7 年 7 月 4 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 の 武将 で あ る 。 +-1 菊理 媛 神 ( く くり ひめ の かみ ) は 、 日本 の 神 。 +-1 正親町 三条 家 ( おおぎまち さんじょうけ ・ 正親町 三條 家 ) は 、 藤原 氏 藤原 北家 閑院 流 の 三 条 家 の 分家 で 、 大臣 家 の 家格 を 有 する 公家 。 +1 宣化 天皇 ( せん か てんのう 、 雄略 天皇 11 年 ( 467 年 ) - 宣化 天皇 4 年 2 月 10 日 ( 旧暦 ) ( 539 年 3 月 15 日 ) ) は 、 第 28 代 天皇 ( 在位 : 宣化 天皇 2 年 12 月 18 日 ( 旧暦 ) ( 537 年 1 月 14 日 ) - 宣化 天皇 4 年 2 月 10 日 ( 539 年 3 月 15 日 ) ) 。 +1 正親町 三条 公高 ( おおぎまち さんじょうきん たか 、 元和 ( 日本 ) 5 年 8 月 27 日 ( 旧暦 ) ( 1619 年 10 月 4 日 ) - 慶安 元年 9 月 28 日 ( 旧暦 ) ( 1648 年 11 月 13 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 三 曲 合奏 と は 、 三曲 の 楽器 で あ る 地歌 三味 線 ( 三弦 ) 、 箏 、 胡弓 の 三 種 の 楽器 に よ る 合奏 編成 、 及び それ に よ り 演奏 さ れ る 音楽 を い う 。 +1 源 為義 ( 源 爲 義 、 みなもと の ため よし ) は 、 平安 時代 末期 の 武将 。 +-1 官位 ( かんい ) と は 、 位 階 の 事 。 +1 一条 経嗣 ( いちじょう つねつ ぐ 、 正平 _ ( 日本 ) 13 年 / 延文 3 年 ( 1358 年 ) - 応永 25 年 11 月 17 日 ( 旧暦 ) ( 1418 年 12 月 14 日 ) ) は 、 室町 時代 前期 の 公卿 ( 関白 ) 。 +1 少女 ( おとめ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +1 皇后 ( こうごう ) は 天皇 や 皇帝 の 妻 の こと 。 +1 神武 天皇 即位 紀元 ( じんむ てん のう そくいき げん ) は 、 初代 天皇 の 神武 天皇 の 即位 を 元年 ( 紀元 ) と する 日本 の 紀年 法 で あ る 。 +-1 上淀廃 寺跡 ( かみよど は いじあと ) は 、 鳥取 県 米子 市 淀江 町 福岡 字 櫻田 ・ 法行 ・ 垣 サゴ に 所在 する 古代 寺院 の 遺跡 。 +1 河鰭 公陳 ( かわばた きんつら 、 安永 2 年 9 月 4 日 ( 旧暦 ) ( 1773 年 10 月 19 日 ) - 文政 2 年 8 月 22 日 ( 旧暦 ) ( 1819 年 10 月 10 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +-1 円隆寺 ( えんりゅうじ ) は 、 京都 府 舞鶴 市 の 西舞鶴 を 見下ろ す 愛宕 山 の 山すそ に あ る 真言 宗 御 室 派 の 寺院 。 +1 藤原緒嗣 ( ふじわら の おつぐ 、 宝亀 5 年 ( 774 年 ) - 承和 ( 日本 ) 10 年 7 月 23 日 ( 旧暦 ) ( 843 年 8 月 22 日 ) ) は 平安 時代 の 政治 家 。 +-1 永観 ( よう かん ・ えいかん 、 長元 6 年 ( 10 33 年 ) - 天永 2 年 11 月 2 日 ( 旧暦 ) ( 1111 年 12 月 4 日 ) ) は 、 平安 時代 後期 の 三 論 宗 の 僧 。 +1 河原崎 長 十郎 ( かわらさ き ちょう じゅうろう ) は 、 江戸 市 村 座 の 座元 、 歌舞伎 役者 の 名跡 。 +1 嘉喜門院 ( かきもん いん 、 生没 年 未詳 ) は 、 南北朝 時代 ( 日本 ) の 女院 ・ 女流 歌人 で あ る 。 +-1 御 文 ( おふみ ) は 、 浄土 真宗 本願 寺 八 世蓮 如 が 、 その 布教 手段 と し て 全国 の 門徒 へ 消息 ( 手紙 ) と し て 発信 し た 仮名書き に よ る 法語 。 +-1 扇面 法華 経 冊子 ( せんめん ほけ きょう さっし ) また は 扇面 古 写経 ( せんめん こ しゃきょう ) は 、 大阪 市 ・ 四 天王寺 に 伝来 し た 装飾 経 の 遺品 。 +-1 温泉 ( おんせん ) と は 地中 から 湯 が 湧 き出 す 現象 や 湯 と な っ て い る 状態 、 また は その 場所 を 示 す 用語 で あ る 。 +-1 引千切 ( ひちぎり ) と は 、 餅 と 餡 で 作 ら れ る 和 菓子 の 一 つ 。 +1 押媛 ( おしひめ ) は 、 欠史 八代 、 孝安 天皇 の 皇后 。 +-1 きぬかつぎ は 、 サトイモ の 小芋 を 皮 の まま 蒸 し 、 その 皮 を 剥 い て 食べ る 料理 。 +-1 餅まき ( もちまき ) と は 、 上棟 式 など の 神事 に 際 し て 集ま っ た 人々 へ 餅 を ま く 行事 。 +1 香川 景柄 ( かがわ かげ もと 、 延享 2 年 8 月 29 日 ( 旧暦 ) ( 1745 年 9 月 24 日 ) - 文政 4 年 9 月 28 日 ( 旧暦 ) ( 182 1 年 10 月 23 日 ) ) は 、 江戸 時代 中期 の 歌人 。 +1 杉本 乙菊 ( すぎもと おとぎ く 、 1849 年 - 1878 年 7 月 27 日 ) は 明治 時代 初期 の 石川 県 士族 。 +-1 宇治 上 神社 ( うじ が み じんじゃ ) は 、 京都 府 宇治 市 に あ る 神社 。 +-1 湊川 の 戦い ( みなと がわ の たたか い ) は 、 南北朝 時代 ( 日本 ) の 1336 年 7 月 4 日 ( ( 建武 ( 日本 ) 3 年 ) 5 月 25 日 ( 旧暦 ) ) に 、 摂津 国 湊川 ( 現 ・ 兵庫 県 神戸 市 中央 区 _ ( 神戸 市 ) ・ 兵庫 区 ) で 、 九州 から 東上 し て 来 た 足利 尊 氏 ・ 足利 直義 兄弟 ら の 軍 と 、 これ を 迎え撃 っ た 後 醍醐 天皇 方 の 新田 義貞 ・ 楠木 正成 の 軍 と の 間 で 行 わ れ た 合戦 で あ る 。 +-1 四条 派 ( しじょう は ) は 、 日本 画 界 で も 大きな 派閥 で あ る 。 +1 吉田 兼倶 ( よしだかね と も 、 永享 7 年 ( 1435 年 ) - 永正 8 年 2 月 19 日 ( 旧暦 ) ( 1511 年 3 月 18 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 神道 家 。 +1 雲隠 ( くもがくれ ) と は 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 神籬 ( ひもろぎ ) と は 、 神道 に お い て 神社 や 神棚 以外 の 場所 に お い て 祭 を 行 う 場合 、 臨時 に 神 を 迎え る ため の 依り 代 と な る もの 。 +-1 伏原 家 ( ふせ はらけ ) は 清原 氏 の 嫡流 舟橋 家 の 分家 で あ る 堂上 家 。 +-1 中原 氏 ( なかはら し ) は 日本 の 古代 から 近世 まで の 貴族 の 氏 。 +-1 山陽 鉄道 列車 強盗 殺人 事件 ( さんよう てつどう れっしゃ ごうとう さつじん じけん ) と は 、 明治 中期 に 発生 し た 強盗 殺人 事件 で あ る 。 +1 広大院 ( こう だい いん 、 安永 ( 元号 ) 2 年 6 月 18 日 ( 旧暦 ) ( 1773 年 8 月 6 日 ) - 天保 15 年 11 月 10 日 ( 旧暦 ) ( 1844 年 12 月 19 日 ) ) は 江戸 時代 後期 の 女性 で 、 11 代 将軍 ・ 徳川 家 斉正室 ( 御 台所 ) 。 +-1 猫 寺 ( ねこ で ら ) は 、 日本 各地 に 見 られ る 、 ネコ に 縁 が 深 い 寺院 の 通称 。 +-1 樺太 開拓 使 ( からふと か いたくし ) は 、 明治 3 年 ( 1870 年 ) 2 月 13 日 から 明治 4 年 ( 18 71 年 ) 8 月 7 日 まで 、 樺太 開拓 の ため に 設け られ た 官庁 で あ る 。 +-1 法主 ( ほうしゅ / ほっす ) と は 、 仏教 に お い て その 教義 を 護持 し て その 教え の 要 と な る べ き 人 を 指 し 、 転 じ て 宗派 ・ 宗門 ・ 教団 の 最高 指導 者 ( 首長 ) を 指 す よう に な っ た 。 +-1 略 肩衣 ( りゃく かたぎぬ ) は 、 真宗 大谷 派 の 門徒 が 、 仏前 に おけ る 礼装 と し て 首 から 下げ て 着用 する 法具 。 +1 毛内 有之助 ( もうない ありのすけ 、 1835 年 3 月 26 日 ( 天保 6 年 2 月 28 日 ( 旧暦 ) ) - 1867 年 12 月 13 日 ( 慶応 3 年 11 月 18 日 ( 旧暦 ) ) ) は 、 新 選 組 隊士 、 御陵 衛士 。 +-1 マキノ 映画 製作 所 ( - えいが せいさく しょ 、 1923 年 設立 - 1924 年 合併 ) は 、 かつて 存在 し た 日本 の 映画 会社 で あ る 。 +-1 他 国衆 と は 、 戦国 大名 の 領国 。 +1 藤原 娍子 ( ふじわら の せいし / すけこ ) 、 天禄 3 年 ( 972 年 ) - 万寿 2 年 3 月 25 日_ ( 旧暦 ) ( 1025 年 4 月 25 日 ) ) は 平安 時代 中期 、 第 67 代 三 条 天皇 皇后 。 +1 坂上 兼成 ( さかの うえ の かねしげ 、 永久 ( 元号 ) 2 年 ( 1114 年 ) ? - 応保 2 年 5 月 9 日 ( 旧暦 ) ( 1162 年 6 月 23 日 ) ) は 、 平安 時代 末期 の 官人 。 +1 会津 小鉄 ( あいづの こてつ 、 本名 : 上坂 仙吉 ( こうさ か せん きち ) 、 1833 年 7 月 7 日 ( 天保 4 年 5 月 20 日 ( 旧暦 ) ) - 1885 年 ( 明治 18 年 ) 8 月 19 日 ) は 、 京都 の 侠客 。 +1 仁科 盛遠 ( にしなもりと お 生年 未詳 - 1221 年 ( 承久 3 年 ) は 、 鎌倉 時代 初期 の 武将 。 +1 小川 清助 ( おがわ せいすけ 、 1832 年 - 1880 年 ) は 、 幕末 から 明治 初期 に かけ て 伊豆 半島 南部 で 活躍 し た 石工 で あ る 。 +1 是貞 親王 ( これ さだ しんの う 、 ? - 延喜 3 年 7 月 25 日 ( 旧暦 ) ( 90 3 年 8 月 20 日 ) ) は 平安 時代 前期 の 皇族 。 +-1 道切り ( みちきり ) と は 、 村 ( 地域 ) の 出入り口 に あた る 道 や 辻 で 行 わ れ る 民俗 習慣 の ひと つ 。 +1 梅原 龍三郎 ( うめはら りゅうざ ぶろう 、 1888 年 ( 明治 21 年 ) 3 月 9 日 - 1986 年 ( 昭和 61 年 ) 1 月 16 日 ) は 、 大正 から 昭和 に かけ て の 洋画 家 で あ る 。 +1 京極 高 聡 ( きょうごく たか とし 、 寛政 11 年 ( 1799 年 ) - 文政 13 年 3 月 15 日 ( 旧暦 ) ( 1830 年 4 月 7 日 ) ) は 、 丹後 国峰山 藩 の 世嗣 。 +-1 亀岡 運動 公園 ( かめおか うんどう こうえん ) と は 、 京都 府 亀岡 市 に あ る 複合 スポーツ 施設 を 併設 し た 公園 。 +1 藤原 俊信 ( ふじわら の としのぶ 、 天喜 3 年 ( 1055 年 ) - 長治 2 年 2 月 1日 ( 旧暦 ) ( 110 5 年 2 月 17 日 ) は 、 平安 時代 後期 の 貴族 ・ 学者 。 +-1 この 内閣 の 任期 中 の 1912 年 ( 明治 45 年 ) 7 月 30 日 に 明治 天皇 が 崩御 し て 明治 時代 が 終わ る と とも に 、 同日 から 大正 時代 が 始ま る 。 +1 小督 ( こごう 、 保元 2 年 ( 1157 年 ) - 没年 未詳 ) と は 、 平安 時代 末期 、 高倉 天皇 の 後宮 の 女性 。 +1 旋頭 歌 ( せどう か ) は 、 奈良 時代 に おけ る 和歌 の 一形式 。 +-1 玄蕃 寮 ( げんば りょう ) は 、 日本 の 律令 制 に お い て 治部 省 に 属 する 機関 で あ る 。 +-1 寝殿 造 ( しんでん づくり ) は 、 平安 時代 の 貴族 住宅 の 様式 で あ る 。 +-1 奈良 町 ( ならまち ) と は 奈良 県 奈良 市 の 現市街 地南 に 広が る 伝統 的 建造 物 群 保存 地区 で あ る 。 +1 葉室 宗行 ( はむろ むねゆき 、 1174 年 ( 承安 ( 日本 ) 4 年 ) - 1221 年 ( 承久 3 年 ) ) は 、 鎌倉 時代 の 公卿 で 。 +1 呑竜 ( どんりゅう 、 弘治 ( 日本 ) 2 年 4 月 23 日 ( 旧暦 ) ( 1556 年 6 月 2 日 ) - 元和 ( 日本 ) 9 年 8 月 9 日 ( 旧暦 ) ( 1623 年 9 月 3 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 浄土 宗 の 僧 。 +1 南淵 年名 ( みなぶち の とし な 、 大同 ( 日本 ) 3 年 ( 80 8 年 ) - 貞観 ( 日本 ) 19 年 ( 877 年 ) 4 月 8 日 ( 旧暦 ) ) は 平安 時代 初期 の 公卿 。 +1 佐々木 蔵之助 ( ささき くらのすけ 、 生没年 不詳 ) は 壬生 浪士 組 、 新 選 組 の 隊士 で あ る 。 +-1 哲学 の 道 ( てつがく の みち ) は 京都 市 左京 区 の 道路 で あ る 。 +-1 桶 ( おけ ) と は 、 容器 の 一種 で あ る 。 +1 列 堂 義仙 ( れつどう ぎ せん 、 寛永 12 年 ( 1635 年 ) - 元禄 15 年 7 月 24 日 ( 旧暦 ) ( 170 2 年 8 月 17 日 ) ) は 、 江戸 時代 の 臨済 宗 の 僧 。 +-1 素襖 ( すおう ) と は 日本 の 着物 の 一種 。 +-1 二 刀 流 ( に とうりゅう ) と は 、 両手 ( 右手 と 左手 ) に それぞれ 刀 もしくは 剣 を 持 っ て 、 攻守 を おこな う 技術 の 総称 。 +1 渡辺 崋山 ( わたなべ かざん 、 寛政 5 年 9 月 16 日 ( 旧暦 ) ( 1793 年 10 月 20 日 ) - 天保 12 年 10 月 11 日 ( 旧暦 ) ( 1841 年 11 月 23 日 ) ) は 、 江戸 時代 後期 の 政治 家 ・ 画家 。 +-1 神泉 苑 ( しんせん えん ) は 、 京都 市 中京 区 に あ る 東寺 真言 宗 の 寺院 。 +-1 福知山 市営 バス ( ふくちやましえい バス ) は 、 京都 府 福知 山 市 で 運行 さ れ て い る コミュニティバス 。 +-1 白 装束 ( しろ しょうぞく ) と は 、 広義 で は 白 い 衣服 の こと 。 +1 明智 秀満 ( あけち ひでみつ ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 の 武将 。 +-1 十 界 ( じっ かい ) と は 、 天台 宗 の 教義 に お い て 、 人間 の 心 の 全て の 境地 を 十種 に 分類 し た もの で 、 六道 に 声聞 ・ 縁覚 ・ 菩薩 ・ 仏 の 四 を 付加 し た もの で あ る 。 +-1 丹後 神野 駅 ( たんご かん の えき ) は 、 京都 府 京丹後 市 久美浜 町 浦明 に あ る 、 北 近畿 タンゴ 鉄道 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 で あ る 。 +1 藤原 師輔 ( ふじわら の もろすけ   延喜 8 年 ( 90 8 年 ) - 天徳 ( 日本 ) 4 年 5 月 6 日 ( 旧暦 ) ( 96 0 年 6 月 7 日 ) ) は 、 平安 時代 中期 の 公卿 。 +1 松陰 中納言 物語 ( まつか げ ちゅう なごん ものがたり ) は 、 室町 時代 に 成立 し た と さ れ る 作り 物語 。 +-1 評定 始 ( ひょうじょう はじめ ) と は 、 中世 日本 の 権門 に お い て 、 年始 に その 年 最初 の 評定 を 行 う 際 に 行 っ た 儀式 の こと 。 +-1 召籠 ( めしこめ ) は 、 平安 時代 、 廷臣 に たい する 刑罰 の ひと つ で あ る 。 +1 九 世野 村 万蔵 ( のむら まんぞう 1965 年 12 月 23 日 - ) と は 、 和泉 流狂言 師 。 +1 『 枕草 紙 旁註 』 ( まくら の そう しぼう ちゅう ) は 、 江戸 時代 に 著 さ れ た 『 枕草子 』 の 注釈 書 。 +1 島田 宣来子 ( しまだ の のぶき こ 、 嘉祥 3 年 ( 850 年 ) - ? ) は 、 菅原 道真 の 正室 。 +1 松良 天皇 ( まつなが てんのう 、 1364 年 ( 正平 ( 日本 ) 19 年 ) 8 月 8 日 - 1417 年 ( 応永 24 年 ) 5 月 24 日 ) は 、 戦後 南朝 ( 日本 ) 正統 を 主張 し た 三浦 芳聖 の 遠祖 で 、 三浦 皇統家 第 四 代 の 天皇 。 +-1 公卿 ( くぎょう ) と は 公家 の 中 で も 日本 の 律令 の 規定 に 基づ く 太政 官 の 最高 幹部 と し て 国政 を 担 う 職位 、 すなわち 太政 大臣 ・ 左 大臣 ・ 右 大臣 ・ 大納言 ・ 中納言 ・ 参議 ら ( もしくは 従 三 位 以上 ) の 高官 ( 総称 し て 議政 官 と い う ) を 差 す 用語 で あ る 。 +-1 乾漆造 ( かんしつ ぞう ) と は 、 東洋 に おけ る 彫像 制作 の 技法 の 1 つ で 、 麻布 を 漆 で 張り 重ね たり 、 漆 と 木粉 を 練り合わせ た もの を 盛り上げ て 像 を 形づ く る 方法 で あ る 。 +-1 大正 期 新興 美術 運動 ( たいしょうき しんこう びじゅつ うんどう ) と は 、 海外 の 美術 動向 ( 特に 未来 派 と ダダ ) の 強 い 影響 の もと 、 大正 期 ( 1910 年代 後半 から 1920 年代 前半 。 ただし 、 主 と し て 、 1920 年代 前半 ) に 興 っ た 、 前衛 的 な 美術 運動 の こと 。 +1 堀部 武庸 ( ほりべ たけつね 、 寛文 10 年 ( 1670 年 ) - 元禄 16 年 2 月 4 日 ( 旧暦 ) ( 170 3 年 3 月 20 日 ) ) は 赤穂 浪士 四十 七 士 の 一人 。 +1 深草 少将 ( ふかくさ の しょうしょう ) は 、 室町 時代 に 世阿弥 ら 能作 者 が 創作 し た 、 小野 小町 に まつわ る 「 百 夜 通い 」 の 伝説 に 登場 する 人物 。 +1 皇位 継承 ( こうい けいしょう ) と は 、 一般 的 に 皇位 ( 天皇 の 位 ) を 皇太子 もしくは 皇位 継承 者 に 譲 る こと で あ る 。 +-1 日本 泳法 ( に ほんえい ほう ) は 古式 泳法 と も 呼 ば れ る 、 日本 古来 の 泳ぎ 方 の こと で あ る 。 +-1 『 石橋 』 ( しゃっきょう ) は 能 の 作品 の 一 つ 。 +1 鷹司 祺子 ( たかつかさ や すこ 、 文化 ( 元号 ) 8 年 2 月 25 日 ( 旧暦 ) ( 1811 年 3 月 19 日 ) - 弘化 4 年 10 月 13 日 ( 旧暦 ) ( 1847 年 11 月 20 日 ) ) 、 のち の 皇太后 祺子 は 、 江戸 時代 後期 の 仁孝 天皇 の 女御 。 +1 中島 錫胤 ( なかじま ますたね 、 1830 年 1 月 2 日 ( 文政 12 年 12 月 8 日 ( 旧暦 ) ) - 190 5 年 ( 明治 38 年 ) 10 月 4 日 ) は 、 明治 時代 の 官僚 。 +-1 峨山 韶碩 ( がざん じょうせき 、 建治 元年 ( 1275 年 ) - 正平 ( 日本 ) 21 年 / 貞治 5 年 10 月 20 日 ( 旧暦 ) ( 1366 年 11 月 23 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 曹洞 宗 の 僧 。 +-1 白衣 ( びゃく え ) と は 、 霊場 巡礼 の 際 に 着用 する 白 い 上着 で あ る 。 +1 織田 長 純 ( お だ ながず み 、 安政 3 年 10 月 25 日 ( 旧暦 ) ( 1856 年 11 月 22 日 ) - 大正 9 年 ( 1920 年 ) 1 1 月 29 日 ) は 、 日本 の 華族 。 +-1 鎮信流 ( ちん しん りゅう ) は 、 肥前 平戸 藩 で 伝え られ た 茶道 の 流派 。 +1 中江 直澄 ( なかえ なおずみ 、 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 、 大名 。 +1 藤原 能信 ( ふじわら の よしのぶ 、 長徳 元年 ( 995 年 ) - 康平 8 年 2 月 9 日 ( 旧暦 ) ( 1065 年 3 月 18 日 ) ) は 平安 時代 の 公卿 ・ 廷臣 。 +1 清原 元輔 ( きよはら の もとすけ 、 延喜 8 年 ( 90 8 年 ) - 永祚 ( 日本 ) 2 年 ( 990 年 ) 6 月 ) は 平安 時代 の 歌人 、 学者 。 +1 北畠 政郷 ( きたばたけ まさ さ と 、 宝徳 元年 ( 1449 年 ) - 永正 5 年 ( 150 8 年 ) ) は 、 室町 時代 中期 の 公卿 。 +-1 能楽師 ( のう がく し ) は 職業 的 に 能楽 を 演じ る 人 を 指 し 、 能 役者 と も い う 。 +1 竹河 ( たけかわ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 錦鶏 間 祗候 ( きんけい の ましこう ) は 、 大 日本 帝国 憲法 下 の 宮中 に 於け る 資格 の 一 。 +-1 京都 守護 ( きょうと しゅご ) は 、 鎌倉 幕府 の 職制 の 一 つ 。 +-1 馬頭 観音 ( ば とうかんの ん / めづかんの ん ) 、 サンスクリット ハヤ グリーヴァ ( hayagriiva ) は 、 仏教 に おけ る 信仰 対象 で あ る 菩薩 の 一尊 。 +1 服部 正栄 ( はっとり まさひで 、 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +-1 煎茶 ( せんちゃ ) は 日本 茶 の 1 つ 。 +-1 天神川 ( てんじん がわ ) は 、 京都 府 京都 市 を 流れ る 淀川 水系 の 一 級 水系 。 +-1 山城 国 一揆 ( やましろ の くに いっき ) は 、 1485 年 ( 文明 ( 日本 ) 17 年 ) 、 山城 国 ( 現在 の 京都 府 南部 ) 南半 の 上三 郡 ( 久世 郡 、 綴喜 郡 、 相楽 郡 ) で 起き た 。 +-1 榎峠 ( えのき とうげ ) は 、 兵庫 県 丹波 市 と 京都 府 福知 山 市 と の 境 に あ る 峠 。 +-1 没骨 法 ( もっこつ ほう ) は 、 東洋画 の 画法 の ひと つ 。 +1 稲垣 満次郎 ( いながき まんじろう 、 1861 年 9 月 26 日 - 190 8 年 11 月 25 日 ) は 明治 時代 の 日本 の 外交 官 。 +-1 日本 海軍 の 歴史 は 中世 初期 の アジア 大陸 と の 関わり まで さかのぼ る 。 +-1 下長者 町 通 ( しも ちょうじゃまち どおり ) は 京都 市 上京 区 の 東西 の 通り の 一 つ 。 +1 島津 義久 ( しまづ よしひさ ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 。 +1 中原 親能 ( なかはら の ちかよ し 、 康治 2 年 ( 1143 年 ) - 承元 2 年 12 月 18 日 ( 旧暦 ) ( 1209 年 1 月 25 日 ) ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 文官 御 家人 。 +-1 守護 領 国 制 ( しゅご りょうごく せい ) と は 、 室町 時代 の 守護 大名 に よ る 一円 的 な 領国 支配 体制 を 指 す 歴史 概念 。 +-1 願西 尼 ( がんさい に 、 生没年 不詳 ) は 、 平安 時代 中期 の 天台 宗 の 尼僧 。 +1 康慶 ( こうけい 、 生没年 不詳 ) は 、 平安 時代 末期 - 鎌倉 時代 初期 の 仏師 。 +1 三上   景文 ( みかみ   かげふみ 、 寛政 元年 8 月 28 日 ( 旧暦 ) ( 1789 年 10 月 16 日 ) - ( 没年 月日 不明 ) ) は 、 江戸 時代 の 官人 。 +-1 三千家 ( さんせん け ) と は 、 茶道 の 流派 の うち 、 表千家 ・ 裏千家 ・ 武者 小路 千家 を 総 し て い う 呼び名 で あ る 。 +-1 東 鞍馬口 通 ( ひがし くらまぐち どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +1 久松 勝行 ( ひさまつ かつゆき ) は 、 下総 国 多胡 藩 の 第 7 代 藩 主 。 +1 橘義子 ( たちばな の よしこ 、 生没年 不詳 ) は 、 宇多 天皇 の 女御 。 +-1 寶塚 キネマ 興行 株式 會社 ( たからづか - 、 1932 年 11 月 設立 - 1934 年 2 月 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +-1 祝園 駅 ( ほうその えき ) は 、 京都 府 相楽 郡 精華 町 大字 祝園 小字 長塚 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 片町 線 の 鉄道 駅 で あ る 。 +-1 『 群書 類 従 』 ( ぐん しょるい じゅう ) は 国書 の 叢書 で あ る 。 +-1 西洞院 家 ( にし の とういん け ) は 平高 棟 ・ 平 氏 の 流れ を く む 公家 。 +1 林 煥章 ( りんかんしょう 、 生卒 年 不詳 ) は 、 江戸 時代 中期 の 日本 の 篆刻 家 で あ る 。 +1 足利 義嗣 ( あしかが よしつぐ ) は 、 室町 時代 の 武将 。 +1 西園寺 公兼 ( さいおんじ きん かね 、 生年 不詳 - 応永 24 年 ( 1417 年 ) 6 月 ) は 、 南北朝 時代 ( 日本 ) ・ 室町 時代 の 公卿 。 +-1 六 時 礼讃 ( ろくじらい さん ) と は 、 浄土 教 に おけ る 法要 の ひと つ 。 +-1 お 守り ( お まも り 、 御守 ) と は 、 願い を 象 っ た 物 で あ る 。 +1 藤原 綱手 ( ふじわら の つな て 、 生年 未詳 - 天平 12 年 11 月 1日 ( 旧暦 ) ( 740 年 11 月 28 日 ) ) は 奈良 時代 の 廷臣 、 武人 。 +1 徳川 誠 ( とくがわ まこと 、 1887 年 10 月 31 日 - 1968 年 11 月 11 日 ) は 、 江戸 幕府 第 15 代将軍 徳川 慶喜 の 九男 。 +-1 五山 版 ( ござん ばん ) は 、 宋 ( 王朝 ) 元 ( 王朝 ) 時代 の 禅籍 の 出版 隆盛 の 影響 を 受け 、 五山 を 中心 と し て 寺院 で 開版 さ れ た 刊本 の こと で あ る 。 +-1 倭国造 ( やまと の くにのみやつこ ・ やまと こくぞう ) は 大和 国 中央 部 を 支配 し た 国造 。 +1 小出 吉政 ( こいで よしまさ 、 1565 年 ( 永禄 8 年 ) - 1613 年 4 月 19 日 ( 慶長 18 年 2 月 29 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 。 +-1 承和 の 変 ( じょうわ の へん ) は 平安 時代 初期 に 起き た 藤原 氏 に よ る 最初 の 他 氏 排斥 事件 と さ れ て い る 事件 で あ る 。 +-1 大津 事件 ( おおつ じけん ) は 、 1891 年 ( 明治 24 年 ) 5 月 11 日 に 日本 を 訪問 中 の ロシア 帝国 の 皇太子 ・ ニコライ ( 後 の ニコライ 2 世 ) が 、 滋賀 県 大津 市 で 警備 に あた っ て い た 巡査 ・ 津田 三蔵 に 突然 斬りかか ら れ 負傷 し た 、 暗殺 未遂 事件 で あ る 。 +-1 室町 文化 ( むろまち ぶんか ) と は 足利 氏 に よ っ て 京都 に 室町 幕府 が 開 か れ た 時代 の 日本 の 文化 。 +1 細川 和 氏 ( ほそかわかずうじ 、 1296 年 ( 永仁 4 年 ) - 1342 年 10 月 13 日 ( 興国 3 年 / 康永 元年 9 月 13 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) の 武将 。 +-1 『 南紀 徳川 史 』 ( なんき とくがわ し ) と は 、 明治 に 完成 し た 紀州 藩 の 歴史 書 。 +-1 神像 ( しんぞう ) は 、 信仰 の 対象 と な る カミ を かたど っ た 彫像 、 画像 で あ る 。 +-1 卓袱 ( しっぽく ) は 、 中国 風 の 食卓 の こと 。 +-1 太政 官 奏 ( だい じょう かんそう ) と は 、 律令 制 に お い て 太政 官 から 天皇 に 奏上 を 行 う こと 、 あるいは その 文書 を 指 す 。 +1 杉若 無心 ( すぎわか むしん 、 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +-1 三十 三 間 堂 ( さんじゅう さん げん どう ) は 京都 市 東山 区 に あ る 仏堂 。 +1 赤坂 幸清 ( あかさか ゆき き よ 、 生年 不詳- 延元 元年 ( 1336 年 ) ) は 鎌倉 時代 末期 から 南北朝 時代 _ ( 日本 ) に かけ て の 伯耆 国 の 武将 。 +1 応仁記 ( おうにんき ) は 、 室町 時代 の 歴史 書 で あ る 。 +-1 能楽 ( のう がく ) と は 日本 の 伝統 芸能 で あ る 。 +-1 『 蔦紅葉 宇都谷峠 』 ( つたもみじ うつ の や とうげ ) は 、 歌舞伎 の 演目 。 +-1 養老 律令 ( ようろう りつ りょう ) は 、 古代 日本 で 757 年 ( 天平 宝字 元年 ) に 施行 さ れ た 基本 法令 。 +1 藤原 顕光 ( ふじわら の あきみつ 、 天慶 7 年 ( 944 年 ) - 治安 ( 元号 ) 元年 5 月 25 日 ( 旧暦 ) ( 1021 年 7 月 7 日 ) ) は 、 平安 時代 中期 の 公卿 。 +-1 大学 別曹 ( だいがく べっそう ) は 大学 寮 の 付属 機関 で あ る 。 +1 文屋 朝康 ( ふんや の あさ や す 生没年 不詳 ) は 、 平安 時代 中期 の 歌人 。 +-1 豆腐 ( とうふ ) は 、 ダイズ を 主原料 と し た 、 食品 。 +-1 司箭 院 興仙 ( しせんいん こう せん 、 生没年 不詳 ) は 、 戦国 時代 ( 日本 ) の 武将 、 山伏 、 僧侶 。 +-1 伊予 親 王 の 変 ( いよしんのう の へん ) は 、 大同 ( 日本 ) 2 年 ( 80 7 年 ) に 起こ っ た 政変 。 +1 村井 貞勝 ( むらい さだかつ ) は 、 織田 政権 下 の 京都 所司 代 。 +-1 以仁 王 の 挙兵 ( もちひと おう の きょへい ) は 治承 4 年 ( 1180 年 ) に 以仁 王 ( 高倉宮 ・ 三 条 宮 ) と 源 頼政 が 打倒 平 氏 の ため の 挙兵 を 計画 し 、 諸国 の 源氏 や 大寺 社 に 蜂起 を 促 す 令旨 を 発 し た 事件 。 +-1 五 保制 ( ご ほうせい ・ 五保 の 制 ) は 、 天智 天皇 が 大化 の 改新 の 後 、 唐 の 律令 制 から 導入 し た もの の 一 つ で あ る 。 +-1 備中 高松 城 の 戦い ( びっちゅう たかまつじょう の たたか い ) は 、 天正 10 年 ( 15 82 年 ) に 織田 信長 の 命 を 受け て 家老 の 豊臣 秀吉 が 毛利 氏 の 高松城 ( 備 中国 ) ( 城主 : 清水 宗治 ) を 攻略 し た 戦い 。 +-1 廟 ( びょう 、 みたまや 、 おたま や 、 ほこら ) +-1 納銭 方 ( のう せん かた / なっせん かた ) と は 、 室町 幕府 が 土倉 役 ・ 酒屋 役 を 徴収 する ため に 土倉 ・ 酒屋 の 有力 者 から 任命 し た 徴税 委託 の 機関 。 +-1 近江 宮川 藩 ( おうみみ やかわ はん ) は 、 近江 国 坂田 郡 宮川 ( 現在 の 滋賀 県 長浜 市 宮司 町 ) に 存在 し た 藩 。 +-1 楊谷 寺 ( ようこくじ ) は 京都 府 長岡 京 市 に あ る 西山 浄土 宗 の 寺院 。 +1 木寺 宮 邦康 親王 ( きで らのみやくに やすしんのう 、 1416 年 - 没年 未詳 ) は 室町 時代 の 皇族 。 +1 佐々木 重綱 ( ささき しげつな ) は 、 鎌倉 時代 前期 から 中期 に かけ て の 武将 。 +1 源 惟良 ( げん いりょう 、 男性 、 生卒 年 不詳 ) は 、 江戸 時代 中期 の 日本 の 篆刻 家 で あ る 。 +1 安富 才助 ( やすと みさいすけ 、 天保 10 年 ( 1839 年 ) - 明治 6 年 ( 1873 年 ) 5 月 28 日 ) は 、 備 中国 足守 藩 出身 の 新 選 組 隊士 。 +-1 会所 ( かいしょ ) と は 、 文字 通り 解釈 すれ ば 、 なん ら か の 会 、 催し物 、 寄合 ・ 会合 が 行 わ れ る ところ で あ る が 、 日本 の 中世 期 に 発展 し て 、 ある 特定 の 区画 、 さらに は 独立 し た 建物 が 「 会所 」 と 名づけ られ る こと も あ っ た 。 +-1 武家 役 ( ぶけやく ) と は 、 鎌倉 幕府 ・ 室町 幕府 が 賦課 し た 課税 の 総称 で あ る 。 +-1 准摂政 ( じゅん せっしょう ) は 日本 の 律令 制下 に お い て 、 関白 また は 大臣 が 摂政 に 準 じ て 国政 を 統べ る こと を 天皇 から 許 さ れ る こと 、 また は その 権限 を 与え られ た 者 を 指 す 。 +1 木下 利玄 ( きの したり げん 、 1886 年 ( 明治 19 年 ) 1 月 1日 - 1925 年 ( 大正 14 年 ) 2 月 15 日 ) は 日本 の 歌人 。 +-1 胡麻塩 ( ごましお ) と は 、 食塩 と 胡麻 を 混ぜ 合わせ た 調味 料 。 +1 源 頼信 ( みなもと の より のぶ ) は 、 平安 時代 中期 の 武将 。 +-1 長 保元 年令 ( ちょうほ がんねんれい ) と は 、 長保 元年 7 月 27 日 ( 旧暦 ) ( 999 年 9 月 9 日 ) に 新制 と し て 出 さ れ た 太政 官 符 で あ る 。 +1 千姫 ( せん ひめ 、 慶長 2 年 4 月 11 日 ( 旧暦 ) ( 1597 年 5 月 26 日 ) - 寛文 6 年 2 月 6 日 ( 旧暦 ) ( 1666 年 3 月 11 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 の 女性 で 、 豊臣 秀頼 ・ 本多 忠刻 の 正室 で あ る 。 +-1 借景 ( しゃっけい ) は 、 中国 庭園 や 日本 庭園 に おけ る 造園 技法 の ひと つ 。 +-1 京都 文化 博物 館 ( きょうと ぶんか はくぶつ かん ) は 、 京都 市 中京 区 に あ る 博物 館 で 京都 の 歴史 と 文化 の 紹介 を 目的 と し 平安 遷都 120 0 年 記念 事業 し て 創立 さ れ た 。 +-1 鳩居 堂 ( きゅうきょ どう ) は 、 文房 具 ・ 香 の 老舗 で あ る 。 +1 藤原 明衡 ( ふじわら の あきひら 、 永祚 ( 日本 ) 元年 ( 989 年 ) ? - 治暦 2 年 10 月 18 日 ( 旧暦 ) ( 1066 年 11 月 8 日 ) ) は 平安 時代 中期 の 儒学 者 ・ 文人 。 +1 楠木 行康 ( くすのき ゆきやす ) は 室町 時代 の 武将 。 +-1 鹿ケ谷 の 陰謀 ( ししがた に の いんぼう ) は 、 平安 時代 の 安元 3 年 ( 1177 年 ) 6 月 に 京都 で 起こ っ た 、 平家 打倒 の 陰謀 事件 で あ る 。 +-1 寧楽 美術 館 ( ね いらく びじゅつ かん ) は 、 奈良 県 奈良 市 に あ る 美術 館 。 +-1 拳法 ( けんぽう 、 やわら ) と は 、 現代 で は 、 打 つ 、 突 く 、 蹴 る など の 当身 に よ る 徒手 武術 を 意味 する 。 +1 後 光明 天皇 ( ご こうみょう てんのう 、 寛永 10 年 3 月 12 日 ( 1633 年 4 月 20 日 ) - 承応 3 年 9 月 20 日 ( 1654 年 10 月 30 日 ) ) は 江戸 時代 の 第 110 代 天皇 ( 在位 : 寛永 20 年 10 月 3 日 ( 1643 年 11 月 14 日 ) - 承応 3 年 9 月 20 日 ( 1654 年 10 月 30 日 ) ) 。 +1 源 長季 ( みなもと の なが すえ 、 生没年 不詳 ) は 平安 時代 後期 の 官僚 。 +-1 明 六 社 ( めいろく しゃ ) は 、 明治 時代 初期 に 設立 さ れ た 日本 最初 の 近代 的 啓蒙 学術 団体 。 +1 歌川 国貞 ( うたがわ く に さだ 、 天明 6 年 ( 1786 年 ) - 元治 元年 12 月 15 日 ( 旧暦 ) ( 1865 年 1 月 12 日 ) ) は 江戸 時代 の 浮世 絵 師 。 +-1 神宮 ( じんぐう ) は 、 伊勢 神宮 ( 三重 県 伊勢 市 ) の 正式 名称 。 +1 平正盛 ( たいら の まさも り 、 生年 不詳 - 保安 ( 元号 ) 2 年 ( 1121 年 ) ? ) は 、 平安 時代 後期 の 武将 。 +-1 ここ で は 日本 料理 の 中 に あ る 和食 の 一 分野 で あ る 懐石 を 紹介 する 。 +1 一色 満範 ( いっ しき みつの り 、 応安 元年 / 正平 ( 日本 ) 23 年 ( 1368 年 ) - 応永 16 年 1 月 6 日 ( 旧暦 ) ( 1409 年 1 月 25 日 ) ) は 一色 氏 の 当主 、 一色 詮範 の 子 。 +1 奈良原 繁 ( ならはら しげる 、 天保 5 年 5 月 23 日 ( 旧暦 ) ( 1834 年 6 月 29 日 ) - 大正 7 年 ( 1918 年 ) 8 月 13 日 ) は 、 日本 の 武士 、 官僚 で あ る 。 +-1 公卿 補任 ( く ぎょう ぶ にん ) は 、 日本 の 史料 で 朝廷 の 歴代 の 職員 録 。 +-1 十 日 夜 ( とお かん や 、 と おかや ) と は 、 10 月 10 日 ( 旧暦 ) の 夜 に 行 わ れ る 年中 行事 で あ る 。 +-1 売官 ( ばいかん ) と は 、 官職 を 売 る こと 。 +-1 墾田 ( こんでん ) と は 、 日本 の 律令 時代 に お い て 新し く 開 か れ た 田地 を い う 。 +-1 石塔 寺 ( いしどう じ ) は 、 滋賀 県 東近江 市 に あ る 天台 宗 の 寺院 。 +-1 太政 官 符 ( だい じょうかんぷ だ じょうかんぷ ) は 、 日本 の 律令 制 の もと で 太政 官 が 管轄 下 の 諸官庁 ・ 諸国 衙 へ 発令 し た 正式 な 公文 書 。 +-1 頭塔 ( ずとう ) は 、 奈良 市 高畑町 に あ る 土製 の 塔 。 +-1 七五三 ( しちご さん ) と は 、 7 歳 、 5 歳 、 3 歳 の 子供 の 成長 を 祝 う 年中 行事 。 +1 平経俊 ( たいら の つね と し 、 仁安 ( 日本 ) 元年 ( 1166 年 ) - 寿永 3 年 2 月 7 日 ( 旧暦 ) ( 1184 年 3 月 20 日 ) ) は 、 平安 時代 末期 の 武将 。 +1 重明 親王 ( しげあきら しんのう 、 延喜 6 年 ( 90 6 年 ) - 天暦 8 年 9 月 14 日 ( 954 年 10 月 13 日 ) ) は 、 醍醐 天皇 第 四 皇子 。 +-1 石峯 寺 ( せきほうじ ) は 京都 市 伏見 区 に あ る 黄檗 宗 の 寺院 。 +-1 地主 神社 ( じしゅ じん じゃ ) は 京都 市 東山 区 に あ る 神社 で あ る 。 +-1 内 侍司 ( な いし の つかさ ) は 、 日本 の 日本 の 官制 に おけ る 役所 の 一 つ 。 +-1 麴塵 袍 ( きくじん の ほう ) は 、 天皇 が 、 臨時 祭 の 庭座 、 賭弓 、 弓場 始 など 小儀 の 際 に 着用 する 束帯 装束 の 袍 の こと で あ る 。 +-1 四方 髪 ( よも がみ ) と は 、 忍者 が 用い る 忍術 の 一 つ で 、 自分 の 身 を 守 る ため に 、 複数 の 人物 に 化け る こと 。 +-1 天地 の 歌 ( あめつち の うた ) は 、 手習 い 歌 の 一 つ で 、 すべて の 仮名 を 歌い込 ん だ もの 。 +1 大伴 古 慈斐 ( おおと も のこし び 、 持統 天皇 9 年 ( 695 年 ) - 宝亀 8 年 ( 777 年 ) ) は 、 奈良 時代 の 官僚 。 +-1 尼寺 ( あまで ら / にじ ) と は 、 比丘 尼 ( 尼 ) が 住持 で あ る 寺院 。 +-1 小 京都 ( しょうきょう と ) と は 、 古 い 町並み や 風情 が 京都 市 に 似 て い る こと から 、 各地 に 名づけ られ た 街 の 愛称 で あ る 。 +1 源 俊頼 ( みなもと の としより 、 天喜 3 年 ( 1055 年 ) - 大治 ( 日本 ) 4 年 1 月 1日 ( 旧暦 ) ( 1129 年 1 月 29 日 ) ) は 、 平安 時代 後期 の 官人 ・ 歌人 。 +-1 十 刹 ( じっせつ ) と は 、 中国 ・ 日本 に おけ る 禅林 ( 禅宗 寺院 ) の 格式 で あ り 、 五山 の 下 ・ 諸山 の 上 。 +-1 真然 ( しんぜん 、 延暦 23 年 ( 80 4 年 ) - 寛平 3 年 9 月 11 日 ( 旧暦 ) ( 89 1 年 10 月 21 日 ) ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +-1 櫛羅 藩 ( くじら はん ) は 、 大和 国 ( 現在 の 奈良 県 御所 市 櫛羅 ) に 存在 し た 藩 。 +1 徳大寺 実則 ( とくだいじ さねつね 、 天保 10 年 12 月 6 日 ( 旧暦 ) ( 1840 年 1 月 10 日 ) - 1919 年 ( 大正 8 年 ) 6 月 4 日 ) は 、 幕末 から 明治 期 の 公卿 ・ 官僚 。 +-1 とびこ ( 飛子 ) と は 、 魚類 卵 加工 食品 の 一 つ 。 +-1 聖道門 ( しょうどう もん ) は 、 様々 な 修行 を 通 し て 、 自力 に よ っ て 成仏 する こと を 説 く 宗旨 の こと 。 +-1 常 照愚草 ( じょう しょうぐ そう ) は 、 戦国 時代 ( 日本 ) 初期 の 山城 国 守護 職 ・ 伊勢 貞陸 に よ る 有職 故 実 。 +-1 『 日出処 の 天子 』 ( ひいづ る ところ の てんし ) は 山岸 凉子 に よ る 日本 の 漫画 。 +-1 桜井 市 ( さくらい し ) は 、 奈良 県 中部 、 中和 地域 に 位置 する 市 。 +1 有栖川宮 韶仁親王 ( ありすがわ の みや つ な ひと しん のう   天明 4 年 12 月 19 日 ( 旧暦 ) ( 1785 年 1 月 29 日 ) - 弘化 2 年 2 月 28 日 ( 旧暦 ) ( 1845 年 4 月 4 日 ) ) は 、 江戸 時代 の 皇族 。 +-1 武家 法 ( ぶけ ほう ) と は 、 中世 ・ 近世 の 日本 に お い て 、 武士 社会 及び 武家 政権 に おけ る 法 体系 の こと 。 +-1 『 鎌倉持 氏 記 』 ( かまくら もちうじき ) は 、 室町 時代 の 永享 の 乱 ・ 結城 合戦 を 描 い た 軍記 物 で あ る 。 +-1 霜月 騒動 ( しもつきそうどう ) と は 、 鎌倉 時代 後期 の 弘安 8 年 ( 1285 年 ) 1 1 月 17 日 ( 旧暦 ) に 鎌倉 で 起こ っ た 鎌倉 幕府 の 政変 。 +1 徳川 茂承 ( とくがわ も ちつぐ ) は 、 江戸 時代 末期 の 大名 。 +-1 朱 器 台盤 ( しゅき だいばん ) と は 、 藤原 氏 の 家宝 と し て 歴代藤 氏 長者 に 継承 さ れ て き た 朱 塗り の 什器 の こと 。 +1 平群 真鳥 ( へぐり の まと り 、 生年 不詳 ) は 雄略 天皇 ・ 清寧 天皇 ・ 顕宗 天皇 ・ 仁賢 天皇朝 の 大臣 。 +-1 熊野 権 現 ( くま の ごんげん 、 また は 熊野 神 〈 くまの の かみ 〉 、 熊野 大神 〈 くまの の おおかみ 〉 とも ) は 、 熊野 三山 に 祀 ら れ る 神 ( 神道 ) で あ り 、 本地 垂迹 思想 の もと で 権現 と 呼 ば れ る よう に な っ た 。 +-1 辻 が 花 → 1972 年 に 松竹 で 制作 さ れ た 岩下 志麻 主演 の 映画 の 題名 。 +-1 藤森 駅 ( ふじ の も り えき ) は 、 京都 府 京都 市 伏見 区 深草 キトロ 町 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +1 保明 親王 ( やすあきら しんの う ; 延喜 3 年 11 月 20 日 ( 90 3 年 12 月 16 日 ) - 延喜 23 年 3 月 21 日 ( 923 年 4 月 14 日 ) ) は 平安 時代 の 皇族 。 +1 朝比奈 義秀 ( あさひな よしひで 、 安元 2 年 ( 1176 年 ) - 没年 不詳 ) は 、 鎌倉 時代 初期 の 武将 。 +-1 宝積 寺 ( ほうしゃくじ ) は 京都 府 乙訓 郡 大山崎 町 の 天王 山中腹 に あ る 真言 宗 智山 派 の 仏教 寺院 。 +1 足利持 氏 ( あしかが もちう じ 、 応永 5 年 ( 1398 年 ) - 永享 11 年 2 月 10 日 ( 旧暦 ) ( 1439 年 3 月 24 日 ) 、 在位 1409 年 - 1439 年 ) は 第 四 代 鎌倉 公方 。 +-1 辛子 明太子 ( から しめん たいこ ) と は スケトウダラ の 卵巣 を 唐辛子 等 を 使 っ た 調味 液 で 味付け し た もの で 、 食材 および 食品 の 一種 で あ る 。 +-1 福原 京 ( ふくはら きょう ) は 、 平安 時代 末期 の 治承 4 年 ( 1180 年 ) 、 計画 のみ に 終 っ た 和田 京 に 続 い て 、 平清 盛 の 主導 で 造営 が 進め られ た 日本 の 首都 の 通称 。 +1 蘇我 赤兄 ( そが の あかえ 、 推古 天皇 31 年 ( 623 年 ) ? - 没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 笠郎女 ( かさの いらつめ ) は 奈良 時代 中期 の 歌人 。 +-1 会所 ( かいしょ ) と は 、 文字 通り 解釈 すれ ば 、 なん ら か の 会 、 催し物 、 寄合 ・ 会合 が 行 わ れ る ところ で あ る 。 +1 阿倍 内 麻呂 ( あべの うち まろ   生年 不詳 - 大化 5 年 3 月 17 日 _ ( 旧暦 ) ( 649 年 5 月 3 日 ) ) は 、 飛鳥 時代 の 政治 家 。 +-1 武家 官位 ( ぶけかん い ) と は 、 主 と し て 戦国 時代 ( 日本 ) から 江戸 時代 に かけ て 、 武士 が 任官 また は 自称 し た 官位 ( 官職 と 位 階 ) を い う 。 +-1 風流 ( ふりゅう ) と は 、 中世 以後 の 日本 に お い て 高揚 し た 美 意識 の 1 つ 。 +-1 公田 官物 率 法 ( こうでん かん も つ りつ ほう ) と は 、 平安 時代 中期 に 公田 に 対 する 官物 賦 課 率 を 定め た 規定 ( 率法 ) 。 +-1 人情噺 ( にんじょうばなし ) と は 、 落語 の 演目 の 中 の ひと つ の カテゴリ で あ る 。 +-1 妙法 ( みょうほう 、 サンスクリット 語 : Saddharma ) と は 、 仏教 に お い て 第 一 の 最勝 で 不可思議 な る 法 を い う 。 +-1 観中 中諦 ( かんちゅ う ちゅうたい 、 ? - 140 6 年 4 月 3 日 ) は 京都 の 相国 寺 9 世 。 +-1 丹後 由良 駅 ( たんご ゆら えき ) は 、 京都 府 宮津 市 由良 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 で あ る 。 +1 永瀬 狂三 ( ながせきょうぞう 、 1877 年 - 1955 年 1 月 21 日 ) は 、 京都 を 中心 に 活躍 し た 建築 家 。 +1 近衛 経忠 ( この えつね ただ 、 乾元 _ ( 日本 ) 元年 ( 130 2 年 ) - 文和 元年 / 正平 _ ( 日本 ) 7 年 8 月 13 日 ( 旧暦 ) ( 1352 年 9 月 21 日 ) ) は 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 公家 。 +-1 岡本 宮 ( おかもと のみや ) は 、 7 世紀 の 舒明 天皇 及び 斉明 天皇 が 営 ん だ 宮 。 +1 宣如 ( せんにょ   160 2 年 ( 慶長 7 年 ) - 1658 年 8 月 23 日 ( 万治 元年 7 月 25 日 ( 旧暦 ) ) ) は 、 浄土 真宗 の 僧 で 、 東本願 寺 第 13 代 法主 。 +-1 弓道 ( きゅうどう ) は 、 和弓 を 用い て 矢 を 射 て 、 的 ( 弓道 ) に 中 ( あ ) て る 一連 の 所作 を 通 し て 心身 の 鍛錬 を する 日本 の 武道 。 +-1 奈良 県 立 美術 館 ( なら けんりつ びじゅつ かん ) は 奈良 県 奈良 市 に あ る 美術 館 。 +1 四辻 宮 ( よ つつじ のみや ) は 鎌倉 時代 に 存在 し た 宮家 の 一 つ 。 +-1 果心 居士 ( かしん こじ 、 生没年 不詳 ) と は 、 室町 時代 末期 に 登場 し た 幻術 師 。 +-1 天平 文化 ( てんぴょう ぶんか ) は 、 時期 で は 7 世紀 終わり 頃 から 8 世紀 の 中頃 まで を い い 、 奈良 の 都平城 京 を 中心 に し て 華開 い た 貴族 ・ 仏教 文化 で あ る 。 +-1 戦国 時代 ( せんごく じだい 、 1493 年 ( 1467 年 ) 頃 - 1573 年 頃 ) は 、 1493 年 の 明応 の 政変 頃 あるいは 1467 年 の 応仁 の 乱頃 を その 始期 と し 、 1573 年 に 15 代 室 町 将軍 足利 義昭 が 織田 信長 に よ っ て 追放 さ れ て 室町 幕府 が 事実 上 消滅 する まで の 時代 を 指 す 日本 の 歴史 の 時代 区分 の 一 つ 。 +-1 本朝 神社考 ( ほんちょう じんじゃ こう ) は 、 林 羅 山 の 著 。 +1 武田 信武 ( たけだ の ぶたけ ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +1 楠木 正儀 ( くすのき まさのり ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +1 松永 貞徳 ( まつなが ていとく 、 15 71 年 ( 元亀 2 年 ) - 1654 年 1 月 3 日 ( 承応 2 年 11 月 15 日 ( 旧暦 ) ) ) は 、 江戸 時代 前期 の 俳人 ・ 歌人 ・ 歌学 者 。 +-1 新町 通 ( しんまち どおり ) は 京都 市 の 南北 の 通り の 一 つ 。 +-1 医道 ( いどう   醫道 ) と は 、 日本 律令 制 に おけ る 医療 その もの あるいは その ため の 教育 ( 医学 教育 ) を 指 す 。 +1 山本孝 ( やまもと たかし 、 1936 年 9 月 18 日 - ) は 大鼓 方 大倉 流 の 能楽師 。 +1 百済 永継 ( くだら の ながつ ぐ 、 生没 年 未詳 ) は 平安 時代 初期 の 女性 。 +-1 縫殿 寮 ( ぬいど の りょう ) は 律令 制 日本 の 律令 制 に おけ る 中務 省 管下 の 女官 人事 ・ 裁縫 監督 機関 で あ る 。 +1 『 六代 勝事 記 』 ( ろくだい しょう じき 、 ろく だい しょうしき と も ) は 、 日本 の 鎌倉 時代 前期 に 書 か れ た 編年 体 の 歴史 物語 で あ る 。 +1 二階堂 基行 ( 元行 ) ( に かいどう もとゆき 、 建久 9 年 ( 1198 年 ) - 仁治 元年 10 月 25 日 ( 旧暦 ) ( 12 40 年 11 月 10 日 ) ) は 鎌倉 時代 中期 の 幕府 実務 官僚 。 +-1 合祀 ( ごうし ) と は 、 神道 の 用語 で 、 ある 神社 の 祭神 を 、 別 の 神社 で 合わせ て 祀 る こと ( 寄宮 ) 。 +-1 行 教 ( ぎょうきょう 、 生没 年 未詳 ) は 、 平安 時代 の 大安 寺 の 僧侶 。 +-1 百済 観音 ( くだら かんの ん ) は 、 奈良 県 斑鳩 町 の 法隆 寺 が 所蔵 する 飛鳥 時代 ( 7 世紀 中期 - 後半 ) 作 の 木造 観音 菩 薩像 で あ る 。 +-1 伏見城 の 戦い ( ふしみ じょう の たたか い ) は 、 慶長 5 年 ( 160 0 年 ) 7 月 18 日 から 8 月 1日 まで 行な わ れ た 関ヶ原 の 戦い の 前哨 戦 。 +-1 日本 画 ( にほん が ) は 、 絵画 の ジャンル の ひと つ で 、 日本 独特 の もの 。 +1 冷泉 派 ( れいぜい は ) は 、 鎌倉 時代 中期 から 現代 に いた る まで の 和歌 の 流派 の 一 つ 。 +1 源 雅実 ( みなもとの まさざ ね 康平 元年 ( 1058 年 ) - 大治 2 年 2 月 15 日 ( 旧暦 ) ( 1127 年 3 月 29 日 ) ) は 、 平安 時代 後期 の 村上 源氏 の 公卿 。 +1 九条 忠教 ( くじょう ただの り 、 宝治 2 年 ( 1248 年 ) - 正慶 元年 / 元弘 2 年 12 月 6 日 ( 旧暦 ) ( 1332 年 12 月 24 日 ) ) は 鎌倉 時代 の 公卿 、 従一 位 ・ 関白 、 通称 は 報恩 院殿 。 +1 谷衛滋 ( たにもりしげ 、 文化 ( 元号 ) 14 年 2 月 2 日 ( 旧暦 ) ( 1817 年 3 月 19 日 ) - 明治 8 年 ( 1875 年 ) 4 月 6 日 ) は 、 江戸 時代 の 大名 。 +1 六角 義治 ( ろっかく よしはる ) は 、 南近 江国 の 戦国 大名 。 +1 香取 正彦 ( かとり まさひこ 、 1899 年 1 月 15 日 - 1988 年 11 月 19 日 ) は 、 日本 の 鋳金 工芸 作家 。 +1 井上 井月 ( いのうえ せいげつ 、 文政 5 年 ( 1822 年 ) ? - 明治 20 年 2 月 16 日 ( 旧暦 ) ( 1887 年 3 月 10 日 ) ) は 、 日本 の 江戸 時代 末期 から 明治 時代 初期 の 俳人 。 +1 薄雲 ( うすぐ も ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 細石器 ( さい せっき 、 マイクロリス 、 microlith ) と は 、 打製 石器 の 一種 で 、 小型 かつ 刃 の 特徴 を 持 つ 石器 で あ る 。 +1 武井 夕庵 ( た けいゆう あん 、 生没年 不詳 ) は 、 戦国 時代 ( 日本 ) の 武将 、 茶道 。 +-1 崇道 神社 ( すどう じんじゃ ) は 、 京都 市 左京 区 上 高野 に あ る 神社 で あ る 。 +-1 耳根 の 得道 ( にこん の とくどう ) と は 、 妙法 蓮華 経 の 声 を 聞 く こと に よ っ て 、 成仏 得道 ( 成道 ) する こと 。 +-1 片輪 車 ( かたわぐるま ) は 、 江戸 時代 の 怪談 など の 古書 に 見 られ る 日本 の 妖怪 。 +-1 硯 ( すずり ) と は 、 墨 を 水 で 磨 り 卸 す 為 に 使 う 、 石 ・ 瓦 等 で 作 っ た 文房 具 で あ る 。 +1 置始 大伯 ( おきそめ の おお く ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 東 横映畫 株式 會社 ( とうよこ えいが - 、 1938 年 6 月 8 日 設立 - 1951 年 3 月 31 日 合併 ) は 、 かつて 存在 し た 日本 の 映画 会社 で あ る 。 +-1 荒田 ( こうでん ) と は 、 古代 ・ 中世 に お い て 、 何 ら か の 理由 を も っ て 耕作 が 放棄 さ れ て 荒廃 し た 田地 を 指 す 。 +-1 たんば と は 、 西 日本 旅客 鉄道 が 京都 駅 ~ 福知 山 駅 間 を 山陰 本線 経由 で 運行 する 特別 急行 列車 。 +-1 公地 公民 制 ( こうち こうみん せい ) と は 、 日本 の 飛鳥 時代 ~ 奈良 時代 まで の 律令 制 が 構築 さ れ る 過程 に お い て 発生 し た と さ れ る 、 全て の 土地 と 人民 は 公- すなわち 天皇 に 帰属 する と し た 制度 で あ る 。 +1 北条 維 貞 ( ほうじょう これ さだ ) は 、 鎌倉 時代 後期 の 北条 氏 の 一門 。 +1 高師 泰 ( こう もろ やす 、 ? - 13 51 年 3 月 24 日 ( 正平 ( 日本 ) 6 年 / 観応 2 年 2 月 26 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +-1 『 般若 心経 』 ( はんにゃ しんぎょう 、 サンスクリット Praj ñ ā - p ā ramit ā - h ṛ daya ) は 大乗 仏教 の 空 ( 仏教 ) ・ 般 若 思想 を 説 い た 経典 の 1 つ 。 +1 西園寺 寧子 ( さいおんじ ねいし / やすこ 、 正応 5 年 ( 1292 年 ) - 正平 12 年 / 延文 2 年 閏 7 月 22 日 ( 1357 年 9 月 6 日 ) ) は 、 後伏見 天皇 の 女御 で あ り 、 光厳 天皇 及び 光明 天皇 の 実母 で あ る 。 +1 椎根 津彦 ( しいねつ ひこ 、 『 日本 書紀 』 ) 、 槁根 津彦 ( さおねつ ひこ 、 『 古事 記 』 ) は 記紀 に 登場 する 国 つ 神 。 +-1 三 県 一局 時代 ( さん けん いっ きょく じだい ) と は 、 北海道 の 歴史 に おけ る 時代 区分 の ひと つ 。 +1 増基 ( ぞうき 、 生没年 不詳 ) は 、 平安 時代 の 僧 ・ 歌人 。 +-1 化け 草履 ( ばけぞうり ) は 、 日本 に 伝わ る 付喪神 の 一種 で 、 草履 の 妖怪 。 +1 朽木 稙綱 ( く つき たねつな 、 慶長 10 年 ( 160 5 年 ) - 万治 3 年 12 月 13 日 ( 旧暦 ) ( 1661 年 1 月 13 日 ) ) は 、 江戸 時代 前期 の 大名 。 +1 藤原 定方 ( ふじわら の さだかた 、 貞観 _ ( 日本 ) 15 年 ( 873 年 ) - 承平 ( 日本 ) 2 年 8 月 4 日 ( 旧暦 ) ( 93 2 年 9 月 11 日 ) ) は 、 平安 時代 前期 から 中期 に かけ て の 公家 ・ 歌人 。 +-1 都祁 村 ( つげむら ) は 、 奈良 県 北東部 に かつて 存在 し た 村 。 +1 佐味 宿那 麻呂 ( さみ の すくな まろ ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 発泡 日本 酒 ( はっぽう に ほんしゅ ) と は 、 近年 注目 さ れ て き た 発泡 性 の あ る 、 すなわち 炭酸 ガス を 含 ん で い る 日本 酒 の こと 。 +-1 曇 英恵應 ( どんえいえいおう 、 応永 31 年 ( 1424 年 ) - 永正 元年 ( 150 4 年 ) ) は 室町 時代 の 曹洞 宗 の 僧 。 +1 九世 観世 銕之丞 ( かんぜ てつ の じょう 、 1956 年 10 月 23 日 - ) と は 、 シテ 方 観世 流能 楽師 。 +-1 押領 使 ( おうりょうし ) と は 、 日本 の 律令 制下 の 令外 官 の 一 つ 。 +-1 石原 駅 ( いさえき ) は 、 京都 府 福知 山 市 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本 線 の 駅 。 +-1 大紋 ( だいもん ) は 、 日本 の 着物 の 一種 で 男性 用 。 +-1 瑞渓 周鳳 ( ずい けい しゅうほう 、 明徳 2 年 / 元中 8 年 12 月 8 日 ( 旧暦 ) ( 1392 年 1 月 2 日 ) - 文明 ( 日本 ) 5 年 5 月 8 日 ( 旧暦 ) ( 1473 年 6 月 3 日 ) ) は 、 室町 時代 中期 の 臨済 宗 の 僧 。 +1 青地 林 宗 ( あおち りんそう 、 安永 4 年 ( 1775 年 ) - 天保 4 年 2 月 22 日 ( 旧暦 ) ( 1833 年 4 月 11 日 ) ) は 日本 の 蘭学 者 。 +1 藤原 頼宗 ( ふじわら の より むね 、 正暦 3 年 ( 992 年 ) ? - 康平 8 年 2 月 3 日 ( 旧暦 ) ( 1065 年 3 月 12 日 ) ) は 平安 時代 中期 から 後期 に かけ て の 公家 。 +1 十 市 皇女 ( とおち の ひめみこ 、 653 年 ( 白雉 4 年 ) ? ( 大化 4 年 ( 648 年 ) 説 も ) - 天武 天皇 7 年 4 月 7 日 ( 旧暦 ) ( 67 8 年 5 月 3 日 ) ) 天武 天皇 の 第 一 皇女 ( 母 は 額田 王 ) 、 大友 皇子 ( 弘文 天皇 ) の 正妃 。 +-1 年男 ( としおとこ ) は 日本 の 風習 の 一 つ 。 +-1 右 大臣 ( うだいじん ) と は 、 朝廷 組織 の 最高 機関 で あ る 太政 官 の 職 の 一 つ 。 +1 快慶 ( かいけい 、 生没 年 未詳 ) は 、 鎌倉 時代 に 活動 し た 仏師 。 +1 冷泉 為久 ( れいぜい ため ひさ 、 貞享 3 年 1 月 11 日 ( 旧暦 ) ( 1686 年 2 月 3 日 ) - 寛保 元年 8 月 29 日 ( 旧暦 ) ( 1741 年 10 月 8 日 ) ) は 日本 の 歌人 。 +1 『 五代 帝王 物語 』 ( ご だい てい お う ものがたり ) は 、 鎌倉 時代 後期 に 書 か れ た 編年 体 の 歴史 物語 で あ る 。 +1 重森 三玲 ( しげもり みれい 、 1896 年 ( 明治 29 年 ) - 1975 年 ( 昭和 50 年 ) 、 本名 は 重森 計夫 ) は 昭和 期 の 日本 の 庭師 ・ 日本 庭園史 の 研究 家 。 +-1 雑務 沙汰 ( ざつむ さた / ぞうむさた ) と は 、 中世 日本 で 使用 さ れ た 用語 で あ り 、 所領 ・ 年貢 を 除 く 民事 関係 の 相論 ・ 訴訟 ・ 裁判 の こと で あ る 。 +1 坂 額 御前 ( はんがく ごぜん 、 生没 年 未詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 と さ れ る 女性 。 +1 大伴 金村 ( おおとも の か な むら 、 生没年 不詳 ) は 、 5 世紀 から 6 世紀 に かけ て の 豪族 ( 大連 ( 古代 日本 ) ) 。 +-1 遁術 ( とんじゅつ ) は 、 忍術 の うち 、 敵 から 隠れ たり 逃げ たり する ため の 術 。 +-1 彼岸 ( ひがん ) と は 、 煩悩 を 脱 し た 悟り の 境地 の こと で 、 煩悩 や 迷い に 満ち た この世 を こちら 側 の 岸 「 此岸 」 ( しがん ) と 言 う の に 対 し て 、 向う 側 の 岸 「 彼岸 」 と い う 。 +1 義淵 ( ぎえん ・ ぎいん 、 生年 不詳- 神亀 5 年 10 月 20 日 ( 旧暦 ) ( 72 8 年 11 月 29 日 ) ) は 、 奈良 時代 の 法 相 宗 の 僧 。 +-1 株式 会社 能楽 書 林 ( のう がく しょりん ) は 、 東京 都 千代田 区 に あ る 能楽 関係 を 中心 と する 出版 社 。 +-1 落語 ( らくご ) は 、 近世 期 の 日本 に お い て 成立 し 、 現在 まで 伝承 さ れ て い る 伝統 的 な 話芸 の 一種 。 +1 摩阿姫 ( まあひめ 、 元亀 3 年 ( 1572 年 ) - 慶長 10 年 10 月 13 日 ( 旧暦 ) ( 160 5 年 11 月 23 日 ) ) は 、 前田 利家 と 芳春 院 の 三 女 。 +-1 奉 公衆 ( ほうこうしゅう ) は 、 室町 幕府 に 整備 さ れ た 幕府 官職 の 1 つ で あ る 。 +-1 前島 埠頭 ( まえじま ふとう ) は 、 京都 府 舞鶴 市 に あ る 舞鶴 港 の 埠頭 。 +1 堀 杏庵 ( ほり きょう あん 、 天正 13 年 5 月 28 日 ( 旧暦 ) ( 1585 年 6 月 25 日 ) - 寛永 19 年 11 月 20 日 ( 旧暦 ) ( 1643 年 1 月 10 日 ) ) は 、 江戸 時代 初期 に おけ る 儒医 ・ 儒学 者 。 +-1 貞暁 ( じょうぎょう / ていぎょう 、 文治 2 年 2 月 26 日 ( 旧暦 ) ( 1186 年 3 月 18 日 ) - 寛喜 3 年 2 月 22 日 ( 旧暦 ) ( 1231 年 3 月 27 日 ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 僧侶 。 +-1 蕎麦 が き ( そばがき 、 蕎麦 搔 き ) と は 、 蕎麦 粉 を 使 っ た 料理 で 、 麺 ( 蕎麦 切り ) と し て で は な く 、 蕎麦粉 に 熱湯 を 加え る か 、 水 を 加え て 加熱 し 、 箸 など で すぐ かき混ぜ る こと で 粘り を 出 し て 塊状 と する 点 に 特徴 が あ る 。 +1 細川 澄之 ( ほそかわ すみゆき ) は 、 室町 時代 後期 ( 戦国 時代 ( 日本 ) ) の 武将 。 +1 京極 高 通 ( きょうごく たかみち 、 慶長 8 年 9 月 9 日 ( 旧暦 ) ( 160 3 年 10 月 13 日 ) - 寛文 5 年 12 月 14 日 ( 旧暦 ) ( 1666 年 1 月 19 日 ) ) は 、 丹後 国峰山 藩 の 初代 藩 主 。 +1 武田 五一 ( たけだ ご いち 、 明治 5 年 11 月 15 日 ( 旧暦 ) ( 1872 年 12 月 15 日 ) - 1938 年 ( 昭和 13 年 ) 2 月 5 日 ) は 、 備後 国備 後 福山 藩 ( 現 ・ 広島 県 福山 市 ) 生まれ 。 +1 漢 文学 ( かんぶんがく ) と は 、 漢文 ( 古典 中国 語 ) で 書 い た 作品 の 総称 と 、 それ に 対 する 研究 の 学問 の こと で あ る 。 +1 三好 長 慶 ( みよし なが よし / ちょうけい ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 和泉元彌 ( いずみ もと や 、 本名 山脇 元彌 ( やまわき もとひさ ) 、 1974 年 ( 昭和 49 年 ) 6 月 4 日 - ) は 狂言 師 。 +1 藤原 是公 ( ふじわら の これ きみ 、 神亀 4 年 ( 727 年 ) - 延暦 8 年 9 月 19 日 ( 旧暦 ) ( 78 9 年 10 月 12 日 ) ) は 、 奈良 時代 後期 の 公家 。 +-1 偽書 ( ぎしょ ) と は 、 製作 者 や 製作 時期 など の 由来 が 偽 ら れ て い る 文書 ・ 書物 の こと 。 +-1 陽流 砲術 ( ようりゅう ほうじゅつ ) は 砲術 の 流派 の ひと つ 。 +-1 開拓 使 官 有物 払下げ 事件 ( かいたくし かんゆう ぶつ はらいさげ じけん ) は 、 北海道 開拓 使 長官 の 黒田 清隆 が 開拓 使 の 官有 物 払下げ を 決定 し た ところ 、 世論 の 厳し い 批判 を 浴び 、 払下げ 中止 と な っ た 事件 を 指 す 。 +-1 等 持院 ( とうじいん ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) に あ る 臨済 宗 天龍 寺 派 の 寺院 。 +1 千 幸兵衛 ( せん の   こうべい ) は 戦国 時代 の 茶道 。 +-1 西陣 ( にしじん ) と は 京都 府 京都 市 上京 区 から 北 区 ( 京都 市 ) に わた る 地域 の 名称 。 +-1 堂上家 ( とうしょうけ 、 どうじょうけ ) と は 、 日本 の 歴史 上 、 清涼 殿 南廂 に あ る 殿 上間 に 昇殿 出来 る 資格 が 世襲 さ れ た 公家 の 家 。 +1 西河 克己 ( にしか わかつ み 、 1918 年 7 月 1日 - ) は 、 映画 監督 。 +1 小平季遠 ( こだいら すえ とお 、 生没年 不明 ) は 戦国 時代 ( 日本 ) の 武将 で 、 蠣崎 季広 に 仕え る 重臣 。 +1 播磨 稲 日大郎姫 ( はりま の いなび の おお いらつめ 、 生年 不詳 - 景行 天皇 52 年 5 月 4 日 ( 旧暦 ) ( 122 年 6 月 25 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 『 播磨 国 風土 記 』 に 記 さ れ る 第 12 代 景行 天皇 の 皇后 。 +-1 官寺 ( かんじ ) と は 、 国家 の 監督 を 受け る 代わり に その 経済 的 保障 を 受け て い た 寺院 の こと 。 +1 幣原坦 ( し で はら たん 、 明治 3 年 9 月 18 日 ( 旧暦 ) ( 1870 年 10 月 12 日 ) - 昭和 28 年 ( 1953 年 ) 6 月 29 日 ) は 、 日本 の 歴史 家 の 一覧 、 教育 関係 人物 一覧 。 +1 卜部 季武 ( うらべ の すえ たけ 、 生没年 不詳 ) は 平安 時代 中期 の 武将 。 +1 均子 内 親王 ( きん し な い しんのう 、 寛平 2 年 ( 890 年 ) - 延喜 10 年 2 月 25 日 ( 旧暦 ) ( 910 年 4 月 7 日 ) ) は 、 平安 時代 の 皇族 ・ 皇女 。 +1 千葉 重太郎 ( ちば じゅうたろう 、 文政 7 年 ( 1824 年 ) - 明治 18 年 ( 1885 年 ) 5 月 7 日 ) は 、 江戸 時代 の 北 辰 一 刀 流 の 剣客 。 +1 桂 岩院 ( けい がん いん 、 生年 不詳 - 慶長 9 年 ( 160 4 年 ) 8 月 17 日 _ ( 旧暦 ) 、 以下 「 四辻 氏 」 と 記 す ) は 、 安土 桃山 時代 ・ 江戸 時代 初期 の 女性 。 +1 平将 武 ( 平將 武 ・ たいら の まさたけ 、 生年 不詳 - 天慶 3 年 ( 940 年 ) ) は 、 平安 時代 中期 の 武将 。 +-1 水軍 ( すいぐん ) は 、 東 アジア の 漢字 文化 圏 に おけ る 伝統 的 な 水上 兵力 の 称 で あ る 。 +-1 大社 ( たいしゃ ) と は 大きな 神社 、 また は 平安 時代 初期 の 延喜 式 神名帳 に 式内 大社 と し て 列格 さ れ る 492 の 神社 、 また は ~ 大社 と 名乗 る 神社 の こと 。 +-1 中世 日本 語 ( ちゅうせい に ほんご ) と は 、 中古 日本 語 と 近世 日本 語 の 間 に 位置 する 、 日本 語 の 発展 に おけ る 一 段階 で あ る 。 +1 渋川 義陸 ( しぶかわ よし た か 、 生年 不詳 - 天文 7 年 8 月 20 日 ( 旧暦 ) ( 1538 年 9 月 13 日 ) ) は 、 戦国 時代 の 武将 。 +1 酒井 忠行 ( さかい ただゆき ) は 、 江戸 時代 前期 の 大名 。 +-1 掾 ( じょう ) と は 、 日本 の 律令 制 四 等 官 の うち 三 等 官 を 指 す 。 +-1 胎蔵 界 五 仏 ( たい ぞう かいご ぶつ ) は 、 仏教 の 尊像 の 一種 で あ る 。 +1 肥後 別 当定 慶 ( ひご べっとう じょうけい 、 元暦 元年 ( 1184 年 ) ? - 没年 不詳 ( 建長 8 年 ( 1256 年 ) 以後 ) ) は 、 鎌倉 時代 の 仏師 。 +-1 仁王 門通 ( に おうもんどおり ) は 京都 市 左京 区 の 東西 の 通り の 一 つ 。 +-1 湿拓 ( しったく ) は 紙 を 湿 ら せ て 対象 物 に 張 り 、 その 後 墨 を つけ て と る 拓本 。 +1 久我 晴通 ( こ が はれみ ち 、 永正 16 年 ( 1519 年 ) - 天正 3 年 3 月 13 日 ( 旧暦 ) ( 1575 年 4 月 23 日 ) ) は 、 室町 時代 後期 の 公卿 。 +-1 堤 家 ( つつみ け ) は 、 名家 ( 公家 ) の 家格 を 有 する 公家 。 +-1 白酒 ( しろざけ ) と は 、 雛祭り に お い て 祝い の ため に 出 さ れ る 酒 の こと を 指 す 。 +1 平群 広成 ( へ ぐり の ひろ な り 、 生年 不詳 - 天平 勝宝 5 年 1 月 28 日 ( 旧暦 ) ( 75 3 年 3 月 11 日 ) ) は 、 奈良 時代 の 遣唐 使判 官 。 +-1 信 円 ( しんえん 、 仁平 3 年 ( 1153 年 ) - 元仁 元年 11 月 19 日 ( 旧暦 ) ( 1224 年 12 月 30 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 興福 寺 の 僧 。 +-1 ト書き ( とがき ) と は 、 戯曲 や 脚本 など に お い て 、 俳優 が 声 に 出 す 台詞 以外 の 部分 の こと 。 +-1 三野 後 国造 ( み ののしり の くに みやつこ ・ み ののしり の こくぞう ) は 美濃 国 東部 を 支配 し た 国造 。 +-1 上代 特殊 仮名遣 ( じょう だい とくしゅ かなづかい ) と は 上代 日本 語 に おけ る 『 古事 記 』 ・ 『 日本 書紀 』 ・ 『 万葉 集 』 など 上代 ( 奈良 時代 頃 ) の 万葉 仮名 文献 に 用い られ た 表音 的 仮名遣 で あ る 。 +-1 纏 ( まとい ) と は 、 江戸 時代 に 町 火消 が 用い た 、 自分 たち の 組 で あ る こと を 示 す もの 。 +-1 私 年 号 ( し ねん ごう ) は 、 紀年 法 と し て 元号 を 用い た 東 アジア に お い て 、 安定 し た 統治 能力 を 確立 し た 王朝 が 定め た 元 号 以外 の 年号 を さ す 。 +1 土肥 実平 ( どひさねひら / どい さねひら ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +1 朝倉 経景 ( あさくら つね かげ 、 永享 10 年 ( 1438 年 ) - 延徳 3 年 1 月 26 日 ( 旧暦 ) ( 1491 年 3 月 6 日 ) ) は 室町 時代 の 武将 で あ る 。 +-1 童画 ( どう が ) と は 大人 が 子供 向け に 描 い た 絵画 で あ る 。 +1 泉 皇女 ( いずみ の ひめみこ 、 生年 不詳 - 天平 6 年 ( 734 年 ) 2 月 8 日 ( 旧暦 ) ) は 、 天智 天皇 の 皇女 。 +-1 雅楽 寮 ( うた りょう ) は 、 律令 制 に お い て 治部 省 に 属 する 機関 で あ る 。 +1 犬王 ( いぬお う 、 生年 不詳 - 応永 20 年 ( 1413 年 ) ) は 観阿弥 と 同 時期 に 活躍 し た 近江 猿楽 日 吉座 の 大夫 。 +-1 笙 ( しょう ) と は 、 雅楽 など で 使 う 管楽 器 の 1 つ 。 +-1 兵衛府 ( ひょうえふ ) と は 、 律令 制 に おけ る 官司 。 +-1 六 斎 念仏 ( ろく さい ねんぶつ ) と は 、 踊念仏 の ひと つ 。 +-1 清涼殿 ( せいりょう でん ) と は 、 平安 京 の 内裏 に おけ る 殿舎 の ひと つ 。 +-1 本 朝 月 令 ( ほんちょう がつ りょう / ほんちょうげつれい ) は 、 平安 時代 中期 に おけ る 年中 行事 の 起源 や 沿革 、 内容 を 纏め た 現存 最古 の 公事 書 で あ る 。 +-1 芸娼 妓 解放令 ( げい しょうぎ かい ほうれい ) と は 、 明治 政府 が 1872 年 に 発 し た 遊女 の 人身 売買 の 規制 など を 目的 と し た 法令 。 +1 加藤 羆 ( かとうひぐま 、 生年 不詳 ~ 慶応 3 年 ( 1867 年 ) 6 月 23 日 ) は 新選 組平 隊士 で 、 武田 観柳斎 の 側越 人 。 +-1 園韓 神社 ( その からかみ の やしろ ) は 、 園 神社 ( その じんじゃ 、 その かみの やしろ ) 及び 韓 神社 ( から じんじゃ 、 からかみ の やしろ ) の 総称 。 +-1 親巌 ( しんごん 、 仁平 元年 ( 1151 年 ) - 嘉禎 2 年 11 月 2 日 ( 旧暦 ) ( 1236 年 12 月 1日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 前期 に かけ て の 真言 宗 の 僧 。 +-1 北大路 バス ターミナル ( きたおお じ バス ターミナル ) は 、 京都 市 北 区 に あ る 京都 市営 バス の バス ターミナル 。 +1 建礼 門 院 右京 大夫 ( けん れい もん いん うきょう の だいぶ 、 保元 2 年 ( 1157 年 ) ? - ? ) は 、 平安 時代 末 から 鎌倉 時代 初期 に かけ て の 女流 歌人 。 +-1 祭天 ( さいてん ) は 、 天 を 祭 る 儀式 。 +1 清水 信一 ( しみず しんいち 、 男性 、 1910 年 5 月 10 日 ( 明治 43 年 ) - 1969 年 1 月 10 日 ( 昭和 44 年 ) ) は 、 日本 の 宗教 家 で あ る 。 +-1 本如 ( ほんにょ 、 安永 ( 元号 ) 7 年 ( 1778 年 ) - 文政 9 年 12 月 12 日 ( 旧暦 ) ( 1827 年 1 月 9 日 ) ) は 、 江戸 時代 中期 から 後期 の 浄土 真宗 の 僧 、 西本願 寺 19 世 宗 主 、 大僧正 。 +-1 月ヶ瀬 村 ( つき が せ むら ) は 、 かつて 奈良 県 に 存在 し た 村 。 +-1 旗 奉行 ( はたぶぎょう ) と は 、 江戸 幕府 に おけ る 組織 の 一 つ 。 +1 源 博雅源 博雅 ( みなもと の ひろまさ 、 延喜 18 年 ( 918 年 ) - 天元 ( 日本 ) 3 年 9 月 28 日 ( 旧暦 ) ( 98 0 年 9 月 28 日 ) ) は 、 平安 時代 の 貴族 、 雅楽 家 。 +-1 アート コンプレックス 1928 ( ART COMPLEX 1928 ) は 京都 市 中京 区 の 旧 毎日 新聞 社 京都 支局 ( 現 1928 ビル ) 3 階 に あ る 小 劇場 。 +1 吉子 内親王 ( よしこ な い しんのう 、 正徳 4 年 8 月 22 日 ( 1 71 4 年 9 月 30 日 ) - 宝暦 8 年 9 月 22 日 ( 175 8 年 10 月 23 日 ) ) は 、 霊元 天皇 の 第 十 三 皇女 。 +-1 和薬種 改会 所 ( わやくしゅ あらため かいしょ ) は 、 江戸 時代 に 江戸 幕府 が 設置 し た 和薬種 の 品質 管理 の ため の 鑑定 を 行 っ た 機関 。 +1 松田 政近 ( まつだ まさちか 、 生年 不詳 - 天正 10 年 6 月 13 日 ( 旧暦 ) ( 15 8 2 年 7 月 2 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 で 明智 氏 の 家臣 。 +-1 如意 ケ嶽 の 戦い ( にょいがたけ の たたか い ) は 、 永正 6 年 ( 1509 年 ) 6 月 17 日 の 夜半 に 京都 市 左京 区 の 如意 ケ嶽 周辺 で 行 わ れ た 戦い 。 +1 源 義平 ( みなもと の よしひら ) は 、 平安 時代 末期 の 武将 。 +1 鎌田 光政 ( か また みつまさ 、 生年 不詳 - 元暦 2 年 2 月 19 日 ( 旧暦 ) ( 1185 年 3 月 23 日 ) ) は 、 平安 時代 末期 の 武将 。 +-1 天台 寺門 宗 ( てんだいじ もんしゅう ) は 大乗 仏教 の 宗派 の ひと つ で あ る 。 +-1 浄音 ( じょう おん 、 建仁 元年 ( 120 1 年 ) - 文永 8 年 5 月 22 日 ( 旧暦 ) ( 12 7 1 年 6 月 30 日 ) ) は 、 鎌倉 時代 前期 から 中期 に かけ て の 浄土 宗 の 僧 。 +-1 多田 源 氏 ( ただ げんじ ) は 、 清和 源 氏 に お い て 源 満仲 ( 多田 満仲 ) に 始ま る 多田 の 地 を 本拠 と し た 系統 を 指 し た 呼称 。 +-1 橿原 市 ( かしはら し ) は 、 奈良 県 中部 の 市 。 +1 藤原 光業 ( ふじわら の みつなり ) は 、 平安 時代 後期 の 貴族 。 +1 源 俊房 ( みなもと の としふさ 、 長元 8 年 ( 10 35 年 ) - 保安 ( 元号 ) 2 年 11 月 12 日 ( 旧暦 ) ( 1121 年 12 月 23 日 ) ) は 、 平安 時代 後期 の 公家 。 +-1 カツ サンド は 、 カツレツ ( 主に 豚 カツ や 牛 カツ ) を 食 パン で 挟 ん だ サンドイッチ 。 +-1 柏餅 ( かしわもち ) は 、 平た く 丸め た 上新 粉 の 餅 を 二 つ に 折り 、 間 に 餡 を はさ ん で カシワ 又 は サルトリイバラ 科 の 葉 など で 包 ん だ 和 菓子 で あ る 。 +1 藤原 忠綱 ( ふじわら の ただつな ) +-1 ヘダラ と は 「 供物 の 花 」 と い う 意味 の 仏教 用語 で あ る 。 +-1 三浦 の 乱 ( サンポ の らん ) と は 、 1510 年 ( 中宗 ( 朝鮮 王 ) 4 年 ) に 朝鮮 王朝 慶尚道 で 起き た 、 対馬 守護 宗 氏 と 恒居 倭人 ( 朝鮮 居留 日本 人 ) に よ る 反乱 。 +-1 和暦 ( われき ) と は 日本 独自 の 暦法 で あ り 、 元号 と それ に 続 く 年 に よ っ て 年 を 表現 する 。 +-1 采女 ( うねめ ) と は 、 日本 の 朝廷 に お い て 天皇 や 皇后 に 近侍 し 、 食事 など 身の回り の 雑事 を 専門 に 行 う 女官 の こと 。 +1 初世浜 村 蔵六 ( はつせ はまむら ぞうろく 、 男性 、 享保 20 年 ( 1735 年 ) - 寛政 6 年 11 月 4 日 ( 旧暦 ) ( 1794 年 11 月 26 日 ) ) は 、 江戸 時代 中期 の 日本 の 篆刻 家 で あ る 。 +-1 丹波 橋 駅 ( たんば ば し えき ) は 、 京都 府 京都 市 伏見 区 桃山 筒井 伊賀 西町 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +1 山崎 宗鑑 ( やまざき そうかん 、 寛正 6 年 ( 1465 年 ) ? - 天文 ( 元号 ) 22 年 10 月 2 日 ( 旧暦 ) ( 1553 年 ) ? ) は 、 戦国 時代 ( 日本 ) の 連歌 師 ・ 俳諧 作者 。 +1 澤村 藤十郎 ( さわむら とうじゅうろう ) は 、 歌舞伎 役者 の 名跡 。 +1 大炊 御門 経名 ( おおい の みかど つね な 、 文明 ( 日本 ) 12 年 ( 1480 年 ) - 天文 ( 元号 ) 22 年 3 月 24 日 ( 旧暦 ) ( 1553 年 5 月 6 日 ) ) は 、 室町 時代 後期 の 公卿 。 +1 井上 金峨 ( いのうえきん が 、 享保 17 年 ( 1732 年 ) - 天明 4 年 6 月 16 日 ( 旧暦 ) ( 1784 年 8 月 1日 ) ) は 、 江戸 時代 中期 の 日本 の 儒学 者 で あ る 。 +-1 家人 ( けにん ) と は 、 日本 の 歴史 上 、 身分 の あ る 者 の 家臣 ・ 従者 等 を 指 す 用語 。 +1 藤原 基家 ( ふじわら の もと いえ 、 生年 未詳 - 寛治 7 年 ( 1093 年 ) ) は 平安 時代 末期 の 貴族 。 +-1 正税 ( しょうぜい ・ 大税 ( たい ぜい ) ) と は 、 律令 制 の 下 に お い て 令制 国内 に あ る 正倉 に 蓄え られ た 稲穀 ・ 穎稲 ( えいとう ) の こと 。 +1 文武 天皇 ( もんむ てんのう 、 天武 天皇 11 年 ( 683 年 ) - 慶雲 4 年 6 月 15 日 ( 旧暦 ) ( 70 7 年 7 月 18 日 ) ) は 、 日本 の 第 42 代 天皇 ( 在位 : 文武 天皇 元年 8 月 17 日 ( 旧暦 ) ( 697 年 9 月 7 日 ) - 慶雲 4 年 6 月 15 日 ( 旧暦 ) ( 70 7 年 7 月 18 日 ) ) 。 +1 鈴木 重朝 ( すずき しげと も ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 。 +1 井上 八千代 ( いのうえ や ちよ ) は 、 井上 流 家元 の 名跡 。 +-1 福知 山 線 ( ふくちやま せん ) は 、 兵庫 県 尼崎 市 の 尼崎 駅 ( JR 西 日本 ) から 京都 府 福知 山 市 の 福知 山 駅 に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 幹線 ) で あ る 。 +-1 御 暦奏 ( ご りゃく そう ) と は 、 近代 以前 に お い て 毎年 11 月 1日 ( 旧暦 ) に 陰陽 寮 から 中務 省 を 経由 し て 天皇 に 対 し て 翌年 の 暦 が 奏進 さ れ る 儀式 の こと 。 +-1 春日 若宮 おん 祭 ( かす が わかみや おん まつり ) は 、 奈良 県 奈良 市 の 春日 大社 の 摂社 若宮 で 行 わ れ る 祭礼 で あ る 。 +1 川上 貞奴 ( かわかみ さだ やっこ 、 本名 川 上貞 ( 旧姓 : 小山 ) 、 明治 4 年 7 月 18 日 ( 旧暦 ) ( グレゴリオ 暦 18 71 年 9 月 2 日 ) - 昭和 21 年 ( 1946 年 ) 12 月 7 日 ) は 、 明治 から 昭和 に かけ て の 女優 。 +-1 つくね ( 捏 、 捏 ね ) と は 、 畜肉 や 鳥肉 ( まれ に 魚肉 ) など の すり身 に つなぎ を 加え て 、 練り合わせ たり 擂 り 合せ て だんご 状 や 棒状 に 成形 し た 食品 。 +1 土佐 光信 ( とさみつのぶ 、 永享 6 年 ( 1434 年 ) ? - 大永 5 年 5 月 20 日 ( 旧暦 ) ( 152 5 年 6 月 10 日 ) ? ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 絵師 。 +1 佐々木 嘉平 ( ささき かへい 、 1889 年 ( 明治 22 ) 7 月 7 日 - 1983 年 ( 昭和 58 ) 5 月 2 日 ) は 社寺 建築 家 。 +1 北条 高 時 ( ほうじょう たか とき ) は 、 鎌倉 幕府 第 14 代 執権 ( 在職 1316 年 - 1326 年 ) 。 +-1 安国 寺 恵瓊 ( あんこくじ え けい ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 禅僧 ・ 大名 。 +1 観世 清孝 ( かんぜ きよたか 、 1837 年 ( 天保 8 年 ) - 1889 年 ( 明治 22 年 ) ) と は 、 シテ 方 観世 流能 楽師 。 +-1 執権 ( しっけん ) は 、 鎌倉 幕府 の 職名 。 +1 徳大寺 実堅 ( とくだいじ さね かた 、 寛政 2 年 12 月 6 日 ( 旧暦 ) ( 1791 年 1 月 10 日 ) - 安政 5 年 11 月 11 日 ( 旧暦 ) ( 1858 年 12 月 15 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +-1 京 の 大仏 ( きょう の だいぶつ ) は 、 方広 寺 ( 京都 市 東山 区 ) に かつて 存在 し た 大仏 。 +1 太皇太后 ( たいこうたいごう ) は 先々 代 の 皇帝 の 正妻 ( 皇后 ) もしくは 、 当代 の 帝王 の 祖母 に 対 し て 用い る 尊称 で あ る 。 +1 『 新勅 撰 和 歌集 』 ( しんちょくせん わかしゅう ) は 十 三 代 集 の 最初 、 通算 で 第 九 勅 撰 和 歌集 。 +-1 大田 南 5 号 古墳 ( おおた みなみ 5 ごう こふん ) は 、 京都 府 京丹後 市 ( 旧 弥栄 町 と 旧 峰山 町 に またが っ て ) に 所在 する 古墳 時代 中期 前半 の 方墳 で あ る 。 +1 『 続後 撰 和 歌集 』 ( しょく ごせん わかしゅう ) は 、 後嵯峨 上皇 の 命 に よ り 編纂 さ れ た 10 番 目 の 勅撰 和 歌集 。 +1 平盛 時 ( たいら の もりとき 、 生没年 不詳 ) は 、 鎌倉 幕府 初期 の 奉行 人 ( 幕府 官僚 ) 。 +-1 『 阿弥陀 経 』 ( あみだきょう ) は 、 大乗 仏教 の 経典 の 一 つ 。 +-1 川原寺 ( かわら で ら ) は 古代 日本 の 政治 文化 の 中心 で あ っ た 飛鳥 ( 奈良 県 高市 郡 明日香村 ) に 所在 し た 仏教 寺院 。 +-1 一 円 硬貨 ( いちえん こう か ) は 、 日本 政府 発行 の 補助 硬貨 。 +-1 宮津 市 ( みやづし ) は 、 京都 府 の 市 。 +1 宝生 弥一 ( ほうしょう や いち 、 190 8 年 ( 明治 41 年 ) 7 月 2 日 - 1985 年 ( 昭和 60 年 ) 3 月 11 日 ) は 、 ワキ 方 下 掛宝生 流 の 能楽師 。 +-1 澄憲 ( ちょうけん 、 大治 ( 日本 ) 元年 ( 1126 年 ) - 建仁 3 年 8 月 6 日 ( 旧暦 ) ( 120 3 年 9 月 12 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 初期 に かけ て の 天台 宗 の 僧 。 +-1 城柵 ( じょうさく ) と は 古代 日本 の 律令 制下 、 現代 の 新潟 県 北部 及び 東北 地方 を 支配 下 に 治め る ため に 設置 し た 防御 施設 を 備え た 官衙 を 指 す 歴史 学 用語 。 +1 帝紀 ( ていき ) +1 契沖 ( けい ちゅう 、 1640 年 ( 寛永 17 年 ) - 170 1 年 3 月 4 日 ( 元禄 14 年 1 月 25 日 ( 旧暦 ) ) ) は 、 江戸 時代 中期 の 真言 宗 の 僧 で あ り 、 和学 者 ( 国学 者 ) 。 +-1 郷土 料理 ( きょうど りょうり ) と は 、 食 文化 と し て あ る 地域 ・ 地方 で 長 ら く 食べ られ て き た 家庭 料理 の こと 。 +-1 金太郎 飴 ( きんたろうあめ ) は 飴 細工 の 一 つ 。 +1 野村 万之介 ( のむら まんのすけ 、 1939 年 5 月 2 日 - ) は 和泉 流狂言 師 。 +1 織田 重治 ( おだ しげはる 、 生没年 不詳 ) は 安土 桃山 時代 から 江戸 時代 の 人物 。 +1 一条 昭良 ( いちじょう あきよし 、 慶長 10 年 4 月 26 日 ( 旧暦 ) ( 160 5 年 6 月 12 日 ) - 寛文 12 年 2 月 12 日 ( 旧暦 ) ( 167 2 年 3 月 11 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 龍光院 ( りょう こういん ) は 京都 府 京都 市 左京 区 黒谷 町 に あ る 、 浄土 宗 大 本山 金戒 光明 寺 の 仏塔 塔頭 ( たっちゅう ) で あ る 。 +-1 ここ で は 日本 料理 の 丼物 を 紹介 する 。 +1 常盤 光長 ( ときわみつな が 、 生没年 不詳 ) は 、 平安 時代 後期 の 画家 ( 土佐 派 ) 。 +-1 土俵 ( どひょう ) と は 、 土 を 盛 っ て 作 る 相撲 の 競技 場 で あ る 。 +-1 抹茶 アイス クリーム ( まっちゃ アイス クリーム ) は 、 抹茶 を フレーバー と する アイス クリーム で あ る 。 +-1 大学 寮 ( だい がくりょう ) は 、 律令 制 の もと で 作 ら れ た 式部 省 ( 現在 の 人事 院 に 相当 する ) 直轄 下 の 官僚 育成 機関 で あ る 。 +1 中山 忠能 ( なかやま ただやす 、 文化 ( 元号 ) 6 年 11 月 11 日 ( 旧暦 ) ( 1809 年 12 月 17 日 ) - 明治 21 年 ( 1888 年 ) 6 月 12 日 ) は 、 江戸 時代 末期 から 明治 時代 前期 に かけ て の 公家 、 政治 家 で あ る 。 +-1 郡衙 ( ぐん が ) は 、 日本 の 古代 律令 制度 の もと で 、 郡 の 官人 ( 郡司 ) が 政務 を と っ た 役所 で あ る 。 +-1 玄旨 帰命 壇 ( げんし きみょう だん ) と は 、 かつて 天台 宗 に 存在 し た 一派 で あ る 。 +1 観世 宗節 ( かんぜ そうせつ 、 永正 6 年 ( 1509 年 ) - 天正 11 年 12 月 5 日 ( 旧暦 ) ( 1584 年 1 月 17 日 ) ) は 、 戦国 時代 ( 日本 ) に 活躍 し た 観世 流 能 役 者 。 +-1 勧進 ( かんじん ) と は 、 仏教 の 僧侶 が 衆庶 の 救済 の ため の 布教 活動 の 一環 と し て 行 わ れ る 行為 の 1 つ で あ る 。 +1 出目 是閑 吉満 ( で めぜ かんよしみつ 、 152 6 年 ? - 元和 ( 日本 ) 2 年 ( 1616 年 ) ) は 、 桃山 時代 から 江戸 時代 初期 に かけ て の 面打師 。 +-1 来迎院 ( らい ごういん ) は 、 京都 市 左京 区 に あ る 天台 宗 の 寺院 。 +1 河上彦斎 ( かわかみ げんさい 、 天保 5 年 11 月 25 日 ( 旧暦 ) ( 1834 年 12 月 25 日 ) - 明治 4 年 12 月 4 日 ( 旧暦 ) ( 1872 年 1 月 13 日 ) ) は 、 尊皇 攘夷 派 の 日本 の 武士 ( 熊本 藩士 ) 。 +1 小沢 重政 ( おざわ しげまさ 、 生年 不詳 - 元久 2 年 ( 120 5 年 ) 6 月 23 日 ( 旧暦 ) ) は 鎌倉 時代 の 武将 。 +1 伊達 邦成 ( だて くに しげ 、 天保 12 年 10 月 28 日 ( 旧暦 ) ( 1841 年 12 月 10 日 ) - 明治 37 年 ( 190 4 年 ) 1 1 月 29 日 ) は 、 日本 の 華族 。 +1 新 思潮 ( しんし ちょう ) は 、 日本 の 文芸 雑誌 で あ る 。 +1 比 企朝 宗 ( ひきと も むね 、 生没 年 未詳 ) 平安 時代 末期 、 鎌倉 時代 初期 の 武将 。 +1 住吉 仲皇子 ( すみのえ なか の おうじ 、 仁徳 天皇 24 年 ( 336 年 ) ? - 仁徳 天皇 87 年 ( 399 年 ) ) は 、 古墳 時代 の 皇族 。 +1 人康 親王 ( さね やすしんの う 、 天長 8 年 ( 831 年 ) - 貞観 14 年 5 月 5 日 ( 872 年 6 月 14 日 ) ) は 平安 時代 の 皇族 。 +-1 寺院 諸 法度 ( じいんしょ はっと ) は 、 江戸 時代 、 徳川 幕府 が 仏教 教団 に 対 し て 定め た 諸 法 度 の 総称 で あ る 。 +-1 京都 会館 ( きょう と かいかん ) は 、 京都 府 京都 市 左京 区 岡崎 最勝 寺 町 に あ る コンサート ホール で あ る 。 +-1 集治 監 ( しゅうじかん ) と は 明治 に 作 ら れ た 現代 の 刑務 所 の 前身 。 +-1 寺田 駅 ( てらだ えき ) は 、 京都 府 城陽 市 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +-1 真言 宗 醍醐 派 ( しんごん しゅうだい ご は ) は 、 日本 に おけ る 真言 系 仏教宗 派 の ひと つ で 、 古義 真言宗 に 属 する 。 +-1 寺 社領 ( じしゃ りょう ) と は 、 かつて 日本 に あ っ た 領 地 区分 の ひと つ 。 +-1 估価 法 ( こかほう ・ 沽価 法 ) と は 、 古代 から 中世 に かけ て の 日本 に お い て 、 朝廷 ・ 国衙 ・ 鎌倉 幕府 に お い て 、 市場 に おけ る 公定 価格 及び 物品 の 換算 率 を 定め た 法律 。 +-1 検非 違使 ( けびい し 、 けんび いし ) は 日本 の 律令 制下 の 令外 官 の 一 つ 。 +-1 新羅 征討 計画 ( しらぎ せい とう けいかく ) は 飛鳥 時代 に 計画 さ れ た 朝鮮 半島 へ の 軍事 行動 。 +1 皇太妃 ( こうたい ひ ) と は 、 天皇 の 生母 で 、 前 天皇 の 妃 で あ っ た 人 の 呼称 。 +1 冷泉 為任 ( れいぜいため とう 、 1914 年 3 月 4 日 - 1986 年 7 月 8 日 ) は 、 日本 の 歌人 。 +-1 喜蔵 院 ( きぞういん ) は 、 奈良 県 吉野 郡 吉野 町 に あ る 大峰山 の 護持 院 。 +1 素性 ( そせい 、 生没年 不詳延 喜 10 年 ( 910 年 ) 没 ? ) は 、 平安 時代 前 、 中期 の 歌人 、 僧侶 。 +1 藤原 盛子 ( ふじわら の もりこ ) +-1 石像 寺 ( しゃくぞう じ ) は 京都 市 上京 区 に あ る 浄土 宗 の 寺院 。 +-1 厚揚げ ( あつあげ ) は 、 1 丁 から 半丁 程度 に 切 っ た 豆腐 を 油 で 揚げ た 食品 。 +1 松島 図 屏風 ( まつしまず びょうぶ ) +-1 下立売通 ( しも たちうり どおり 、 しもだ ちうりどおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +1 安東 円恵 ( あんどう えんえ 、 弘安 8 年 ( 1285 年 ) - 康永 2 年 ( 1343 年 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 武将 で 、 鎌倉 幕府 執権 北条 氏 得 宗家 の 被官 ( 御内 人 ) と し て 六波羅 探題 に 務め た 。 +-1 本貫 ( ほんがん / うぶすな ) は 、 中国 ・ 朝鮮 半島 及び 日本 の 律令 制 で 戸籍 に 記載 さ れ た 本籍 地 の こと を い う 。 +-1 柳生 氏 ( や ぎゅうし ) は 日本 の 氏族 。 +-1 延喜 ・ 天暦 の 治 ( えんぎ ・ てんりゃく の ち ) と は 、 平安 時代 中 期 ( 10 世紀 ) の 醍醐 天皇 ・ 村上 天皇 両 天皇 の 治世 を 聖代 視 し た 呼称 。 +1 巨勢 邑治 ( こせ の おお じ 、 ? - 神亀 3 年 6 月 6 日 ( 旧暦 ) ( 72 4 年 7 月 4 日 ) ) は 、 飛鳥 時代 から 奈良 時代 に かけ て の 貴族 。 +1 趙 陶斎 ( ちょう とうさい 、 正徳 ( 日本 ) 3 年 ( 1 71 3 年 ) - 天明 6 年 4 月 20 日 ( 旧暦 ) ( 1786 年 5 月 17 日 ) ) は 、 江戸 時代 中期 の 書家 で あ る 。 +1 河井 荃廬 ( かわいせんろ 、 男性 、 明治 4 年 4 月 28 日 ( 旧暦 ) ( 18 71 年 6 月 15 日 ) - 昭和 20 年 ( 1945 年 ) 3 月 10 日 ) は 、 近代 日本 の 篆刻 家 で あ る 。 +-1 薬石 ( やく せき ) は 、 禅宗 で 、 夕食 の こと で あ る 。 +-1 玉虫 厨子 は 仏像 を 納め る 家具 で あ る 。 +1 稲葉 正成 ( いなば まさな り 、 15 71 年 ( 元亀 2 年 ) - 1628 年 10 月 14 日 ( 寛永 5 年 9 月 17 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) 、 江戸 時代 の 武将 。 +-1 福天 ( ふくでん ) は 、 日本 の 民間 信仰 で 、 福 を もたら す 神 で あ る 。 +-1 家老 ( かろう ) と は 、 武家 の 家臣 団 の うち 最高 の 地位 に あ っ た 役職 で 、 複数 人 お り 合議 に よ っ て 政治 ・ 経済 を 補佐 し た 。 +1 稲葉 正守 ( いなば まさも り 、 享和 4 年 1 月 29 日 ( 旧暦 ) ( 180 4 年 3 月 10 日 ) - 没年 不詳 ) は 、 山城 国 淀藩 の 第 10 代 藩 主 。 +-1 日本 の 観光 で は 、 日本 国 内 で 行 わ れ て き た 観光 に つ い て 述べ る 。 +-1 家子 ( いえの こ ) と は 、 武士 団 の 構成 員 。 +1 御料 車 ( ご りょう しゃ ) と は 、 日本 の 天皇 および 皇族 が 乗車 する ため の 車両 の こと で あ る 。 +1 藤原 為憲 ( ふじわら の ため の り 、 生没年 不詳 ) は 藤原 氏 の 始祖 「 藤原 鎌足 」 から 数え て 11 代 目 。 +-1 船岡 駅 ( ふなおか えき ) は 、 京都 府 南丹 市 園部 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 鉄道 駅 。 +-1 東園 家 ( ひがし その け ) は 園 基任 の 次男 東園 基教 ( 従 四 位 上 近衛 府 ) を 祖 と する 堂上 家 で あ る 。 +1 五世浜 村 蔵六 ( ご せい は まむら ぞうろく 、 男性 、 慶応 2 年 ( 1866 年 ) - 明治 42 年 11 月 25 日 ( 1909 年 ) ) は 、 明治 期 の 日本 の 篆刻 家 で あ る 。 +-1 はしだて と は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) が 京都 駅 ~ 天橋 立 駅 間 を 山陰 本線 ・ 北 近畿 タンゴ 鉄道 北 近畿 タンゴ 鉄道 宮福線 ・ 北 近畿 タンゴ 鉄道 宮津 線 経由 で 運行 する 特別 急行 列車 。 +1 澤為量 ( さわ ため かず 、 1812 年 ( 文化 ( 元号 ) 9 年 ) - 1889 年 ( 明治 22 年 ) ) は 幕末 ・ 明治 初期 の 公卿 。 +-1 特記 事項 +1 純信 ( じゅんしん 、 文政 2 年 10 月 10 日 ( 旧暦 ) ( 1819 年 11 月 27 日 ) - 明治 21 年 ( 1888 年 ) ) は 日本 の 僧侶 。 +-1 左 大臣 ( さ だいじん ) は 、 朝廷 組織 の 最高 機関 、 太政 官 の 職 の 一 つ 。 +1 藤原 光子 ( ふじわら の みつこ 、 康平 3 年 ( 10 60 年 ) - 保安 ( 元号 ) 2 年 4 月 16 日 ( 旧暦 ) ( 1121 年 5 月 4 日 ) ) は 、 平安 時代 後期 の 女官 。 +-1 鴻臚 館 ( こうろかん ) は 平安 時代 に 設置 さ れ た 外交 および 海外 交 易 の 施設 で あ る 。 +-1 座 ( ざ ) は 、 平安 時代 から 戦国 時代 ( 日本 ) まで 存在 し た 主に 商工 業 者 や 芸能 者 に よ る 同業 者 組合 の こと 。 +-1 甘樫丘 ( あまか し の おか ) は 、 奈良 県 高市 郡 明日香 村 豊浦 に あ る 丘陵 の こと 。 +1 水野 勝成 ( みず の かつな り 、 永禄 7 年 8 月 15 日 ( 旧暦 ) ( 1564 年 9 月 30 日 ) - 慶安 4 年 3 月 15 日 ( 旧暦 ) ( 1651 年 5 月 4 日 ) ) は 戦国 時代 ( 日本 ) の 武将 、 江戸 時代 初期 の 大名 。 +-1 神田 ( しんでん 、 かんだ ) と は 、 日本 に お い て 、 神社 の 祭祀 など の 運営 経費 に あて る 田 の こと を い う 。 +1 秦 河勝 ( は た の か わかつ 、 生没 年 未詳 ) は 、 6 世紀 後半 から 7 世紀 半ば に かけ て 大和 王権 で 活動 し た 秦 氏 出身 の 豪族 。 +1 藤原 長子 ( ふじわら の なが こ 、 承暦 3 年 ( 1079 年 ) ? - 没年 不詳 ) は 、 平安 時代 後期 の 女流 歌人 。 +-1 阿弥陀 如来 ( あみだ にょらい ) 、 サンスクリット アミターバ ( amitaabha ) あるいは アミターユス ( amitaayus ) は 、 大乗 仏教 の 如来 の 一 つ 。 +1 伊東 祐親 ( いとうすけちか 、 生年 不詳 - 寿永 元年 2 月 15 日 ( 旧暦 ) ( 1182 年 3 月 21 日 ) ) は 平安 時代 末期 の 武将 。 +-1 目録 ( もくろく ) と は 、 物 の 所在 を 明確 に する 目的 あるいは 物 の 譲渡 や 寄進 が 行 わ れ る 際 に 作成 さ れ る 品名 や 内容 、 数量 など を 書き 並べ て 見 やす く し た 文書 。 +-1 朝堂院 ( ちょうどう いん ) と は 古代 の 都城 に おけ る 、 宮城 ( 大内 裏 ) の 正庁 。 +1 慧灌 ( えかん 、 生没年 不詳 ) は 、 飛鳥 時代 に 高句 麗 から 渡来 し た 僧 。 +-1 稲荷 駅 ( いなり えき ) は 、 京都 府 京都 市 伏見 区 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 で あ る 。 +1 六条 斎院 宣旨 ( ろくじょう さ いいん の せんじ 生没年 不詳 ) は 、 平安 時代 後期 の 女流 歌人 。 +-1 難波 家 ( なん ばけ ) は 、 羽 林 家 の 家格 を 有 する 堂上 家 の 一 つ を な す 公家 。 +1 北条 時行 ( ほうじょう ときゆき ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 武将 で あ る 。 +-1 手島 氏 ( て しま し ) は 、 日本 の 氏族 の 一 つ 。 +1 相馬 師 胤 ( そう ま も ろ た ね ) +1 上 総 広常 ( かずさ ひろつね ) は 平安 時代 末期 の 武将 。 +-1 蘭癖 ( らんぺき ) は 江戸 時代 、 蘭学 に 傾注 し たり 、 オランダ 式 ( あるいは 西洋 式 ) の 習俗 を 憧憬 ・ 模倣 する よう な 人 を 指 し た 呼び名 で あ る 。 +-1 近江 小室 藩 ( おうみこ むろ はん ) は 、 近江 国 浅井 郡 小室 ( 現在 の 滋賀 県 長浜 市 小室町 ( 旧 : 東 浅井 郡 浅井 町域 ) ) に 存在 し た 藩 。 +1 正親町 三条 実躬 ( おおぎまち さんじょうさ ね み 、 文永 元年 ( 1264 年 ) - ? ) は 、 鎌倉 時代 の 公卿 。 +1 藤原 親孝 ( ふじわら の ちかた か 、 生没年 不詳 ) は 、 平安 時代 中期頃 の 貴族 。 +1 相馬 主計 ( そうま かずえ 、 天保 6 年 ( 1835 年 ) 或いは 14 年 ( 1843 年 ) - 明治 8 年 ( 1875 年 ) ? ) は 、 新 選 組 最後 の 隊長 。 +1 那波 活所 ( なばかっしょ 、 文禄 4 年 ( 1595 年 ) - 正保 5 年 1 月 3 日 ( 旧暦 ) ( 1648 年 1 月 27 日 ) ) は 、 江戸 時代 初期 の 儒学 者 。 +-1 壬申 戸籍 ( じんしん こ せき ) は 、 明治 4 年 ( 18 71 年 ) の 戸籍 法 に 基づ い て 、 翌 明治 5 年 ( 1872 年 ) に 編製 さ れ た 戸籍 で あ る 。 +-1 文英 清韓 ( ぶんえい せいかん 、 永禄 11 年 ( 1568 年 ) - 元和 ( 日本 ) 7 年 3 月 25 日 ( 旧暦 ) ( 1621 年 5 月 16 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 に かけ て の 臨済 宗 の 僧 。 +1 風雅 和 歌集 ( ふう が わかしゅう ) は 第 17 勅 撰 集 。 +1 五十 六 世 梅若 六郎 ( うめわか ろくろう 、 1948 年 ( 昭和 23 年 ) 2 月 16 日 - ) は 観世 流 シテ 方 能 楽師 。 +-1 高丘 氏 ( たかおかし ) は 日本 の 氏族 の ひと つ 。 +1 万里小路 藤房 の 妹 ・ 滋子 +-1 賎民 ( せんみん ) と は 、 通常 の 民衆 より も 下位 に 置 か れ た 身分 また は その 者 を 指 す 。 +-1 礫 石器 ( れき せっき ) と は 、 原石 ( 母岩 ) を 加工 せ ず に 、 その まま 使 っ た 石器 。 +-1 胡麻豆腐 ( ごまどう ふ ) は 精進 料理 の ひと つ 。 +-1 浄土 真宗 に おけ る 「 法名 」 ( ほうみょう ) と は 、 釈迦 の 弟子 ( 仏弟子 ) と な っ た 名告 り ( なのり ) で あ る 。 +1 『 新 千 載 和 歌集 』 ( しんせんざい わかしゅう ) は 、 勅撰 和 歌集 。 +1 菟道 貝 蛸 皇女 ( うじ の か い た この ひめみこ ) +1 広橋 国光 ( ひろはし く に みつ 、 大永 6 年 5 月 19 日 ( 旧暦 ) ( 152 6 年 7 月 8 日 ) - 永禄 11 年 11 月 12 日 ( 旧暦 ) ( 1568 年 12 月 10 日 ) ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 公家 。 +1 織田 信孝 ( おだ のぶたか ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +1 大伴 宿奈 麻呂 ( おおとも の すくな まろ 、 生没年 不詳 ) は 、 奈良 時代 前期 の 官人 。 +-1 喰違 の 変 ( く いちがい の へん ) は 、 明治 7 年 ( 1874 年 ) 1 月 14 日 に 東京 の 赤坂 ( 東京 都 港 区 ) 喰違坂 で 起き た 、 右 大臣 岩倉 具視 に 対 する 暗殺 未遂 事件 。 +-1 鎖鎌 ( くさり がま ) と は 、 草刈 り 鎌 に 鎖 分銅 を 取付け た 様 な 形 を し た 武器 で 、 農耕具 を 武器 と し て 発展 さ せ た 物 で あ る 。 +1 智徳 法師 ( ち とくほうし ) は 、 平安 時代 、 一条 天皇 の 頃 の 陰陽 師 。 +-1 人足寄場 ( にんそく よせ ば ) 、 正式 名称 火付 盗賊 改方 人足寄場 ( かやく が たにんそく よせ ば ) と は 江戸 幕府 の 設置 し た 軽罪 人 ・ 虞犯 者 の 自立 支援 施設 で あ る 。 +-1 グンゼ 記念 館 ( グンゼ きねんかん ) は 京都 府 綾部 市 に あ る 博物 館 。 +-1 西中筋 通 ( にし なかすじ どおり ) は 京都 市 の 通り の 一 つ 。 +-1 順信 ( じゅんしん 、 生年 不詳- 建長 2 年 3 月 10 日 ( 旧暦 ) ( 1250 年 4 月 13 日 ) ) は 、 鎌倉 時代 中期 の 浄土 真宗 の 僧 。 +1 朝井 影長 ( あさいかげな が 、 貞享 元年 11 月 16 日 ( 旧暦 ) ( 1684 年 12 月 22 日 ) - 明和 5 年 11 月 7 日 ( 旧暦 ) ( 1768 年 12 月 15 日 ) ) は 尊孝 法 親王 の 坊官 、 勧修 寺 門 跡 の 坊官 。 +1 後土 御門 天皇 ( ごつちみかど てんのう 、 嘉吉 2 年 5 月 25 日 ( 1442 年 7 月 3 日 ) - 明応 9 年 9 月 28 日 ( 150 0 年 10 月 21 日 ) ) は 、 室町 時代 の 第 10 3 代 天皇 ( 在位 寛正 5 年 7 月 19 日 ( 1464 年 8 月 21 日 ) - 明応 9 年 9 月 28 日 ( 150 0 年 10 月 21 日 ) ) 。 +-1 真盛 ( しんせい 、 嘉吉 3 年 1 月 28 日 ( 旧暦 ) ( 1443 年 2 月 27 日 ) - 明応 4 年 2 月 30 日 ( 旧暦 ) ( 1495 年 3 月 26 日 ) ) は 、 戦国 時代 の 天台 宗 の 僧 。 +-1 三 日 平 氏 の 乱 ( みっ か へいし の らん ) は 、 鎌倉 時代 初期 、 伊勢 国 と 伊賀 国 で 平家 の 残党 が 蜂起 し た 事件 。 +-1 カラスミ ( 鱲子 ) は 、 魚 の 卵巣 を 塩漬け し 、 塩抜き 後 、 天日干し で 乾燥 さ せ た もの 。 +1 元 始祭 ( げん し さい ) は 、 戦前 の 祝祭 日 の 中 の 大祭 日 の 一 つ 。 +-1 勝賢 ( しょうけん 、 保延 4 年 2 月 18 日 ( 旧暦 ) ( 1138 年 3 月 30 日 ) - 建久 7 年 6 月 22 日 ( 旧暦 ) ( 1196 年 7 月 19 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +-1 蓮乗 寺 ( れんじょうじ ) は 、 滋賀 県 野洲 市 ( 旧 野洲 郡 中主 町 ) に あ る 天台 真盛宗 の 寺院 。 +1 源 義信 ( みなもと の よしのぶ 、 生没年 不詳 ) は 、 平安 時代 後期 の 河内 源 氏 の 武将 。 +1 天豊津 媛命 ( あま と よつひめ の みこと ) は 、 欠史 八代 、 懿徳 天皇 の 皇后 。 +-1 大和茶 ( やまと ちゃ ) は 、 奈良 県 大和 高原 を 中心 と する 地域 で 生産 さ れ る 日本 茶 の ひと つ 。 +-1 朝護 孫子 寺 ( ちょうご そんしじ ) は 、 奈良 県 生駒 郡 平群 町 ( へぐり ちょう ) の 信貴山 に あ る 信貴山 真言 宗 総 本山 の 寺院 で あ る 。 +1 藤原 通憲 ( ふじわら の みちの り 、 嘉祥 元年 ( 1106 年 ) ? - 平治 元年 12 月 13 日 ( 旧暦 ) ( 11 60 年 1 月 23 日 ) ) は 、 平安 時代 末期 の 貴族 ・ 学者 。 +-1 宇治 市 植物 公園 ( うじ ししょくぶつ こうえん ) は 、 京都 府 宇治 市 に あ る 植物 園 。 +-1 来迎 ( らいごう ) と は 、 仏教 中 の 浄土 教 に お い て 、 彩雲 に 乗 っ た 阿弥陀 如来 が 、 臨終 に 際 し た 往生 者 を 極楽 浄土 に 迎え る 為 に 、 観音 菩薩 ・ 勢至 菩薩 を 脇侍 に 従え 、 諸 菩 薩 や 天人 を 引き連れ て や っ て くる こと 。 +1 八 世 観世 銕 之亟 ( 8 せい かんぜ てつ の じょう 、 1931 年 1 月 6 日 - 2000 年 7 月 3 日 ) は 、 日本 の 能楽師 。 +1 大野 治長 ( おおの はるなが ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 豊臣 氏 の 家臣 。 +-1 朝代 神社 ( あさしろ じんじゃ ) は 京都 府 舞鶴 市 朝代 に 鎮座 する 神社 。 +1 六 条 院 ( ろくじょういん 、 ろくじょう の いん ) は 、 +1 勧修 寺 晴豊 ( かじゅうじ は れ と よ ・ はる と よ 、 天文 ( 元号 ) 13 年 2 月 24 日 ( 旧暦 ) ( 1544 年 3 月 17 日 ) - 慶長 7 年 12 月 8 日 ( 旧暦 ) ( 160 3 年 1 月 19 日 ) ) は 、 安土 桃山 時代 の 公家 ( 公卿 ) 。 +-1 香偈 ( こうげ ) と は 浄土 法 事 讃 から 採 っ た 偈文 ( げもん ) で あ る 。 +1 清閑 寺 共房 ( せい かんじ とも ふさ 、 天正 17 年 5 月 27 日 ( 旧暦 ) ( 1589 年 7 月 9 日 ) - 寛文 元年 7 月 28 日 ( 旧暦 ) ( 1661 年 8 月 22 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 無尽 ( むじん ) と は 日本 の 金融 の 一 形態 で あ る 。 +1 『 金閣 寺 』 ( きん かくじ ) は 、 三島 由紀夫 の 小説 。 +1 書薬 ( ふみの くすり 、 生没年 不明 ) は 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 足利 家 時 ( あしかが い え とき ) は 、 鎌倉 時代 中期 の 鎌倉 幕府 の 御 家人 で あ る 。 +1 穂積 百 足 ( ほづみ の も も たり 、 生年 不詳 - 天武 天皇 元年 ( 67 2 年 ) 6 月 29 日 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 概要 +1 准母 ( じゅんぼ ) と は 、 天皇 の 生母 で な い 女性 が 母 に 擬 さ れ る こと 、 また は 母 に 擬 さ れ た 女性 の 称号 。 +-1 塩小路 通 ( しお こうじ どおり ) は 、 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +1 浜松 中 納言 物語 ( はままつちゅう なごん ものがたり ) は 、 『 更級 日記 』 を 書 い た 菅原 孝標女 の 手 に な る と さ れ る 物語 で あ る 。 +-1 東山 天皇 ( 尊良 ) 顕彰 の 串呂 ( ひがしやま てん のう ( たかな が ) けんしょう の かんろ ) は 、 三浦 芳聖 が 解明 し た 地文学 「 神風 串呂 」 の 中 の ひと つ で 、 後醍醐 天皇 の 一宮 ・ 尊良 親王 が 、 1336 年 ( 延元 元年 ) 10 月 9 日 、 比叡山 に 於 て 皇位 を 継承 し 、 高 御座 に 登極 さ れ た 神皇 正統 の 天皇 で あ る こと を 解明 し 、 顕彰 する 神風 串呂 で あ る 。 +-1 五色 の 賤 ( ごしき の せん ) と は 、 律令 制 の 元 で 設置 さ れ た 古代 日本 の 被差別 身分 で あ る 。 +1 稗田 阿礼 ( ひえだ の あれ 、 生没年 不詳 。 7 世紀 後半 から 8 世紀 初頭 の 人 ) は 、 『 古事 記 』 の 編纂 者 と し て 知 ら れ る 人物 で あ る 。 +1 近藤 たま ( こんどう たま 、 文久 2 年 2 月 15 日 ( 旧暦 ) ( 1862 年 3 月 15 日 ) - 明治 19 年 ( 1886 年 ) 6 月 28 日 ) は 、 明治 時代 の 一般 女性 。 +1 紀止 ( きし 、 男性 、 生年 ( 1753 年 ± 10 ) - 卒年 ( 1799 年 以降 ) ) は 、 江戸 時代 中期 の 日本 の 篆刻 家 で あ る 。 +1 大達 羽 左 エ門 ( おおだて うざえもん 、 嘉永 6 年 12 月 15 日 ( 旧暦 ) ( 1854 年 1 月 13 日 ) - 明治 37 年 ( 190 4 年 ) 8 月 17 日 ) は 出羽 国田 川 郡 ( 羽前 国 ) ( 現 ・ 山形 県 鶴岡 市 ) 出身 の 力士 で 、 最高 位 は 大関 。 +-1 「 金剛 頂経 」 ( こんごう ちょうきょう ) は 、 『 初会 金剛 頂経 』 ( sarvatath ā gatatattvasa ṃ graha ṃ n ā mamah ā y ā nas ū tra ṃ 『 一切 如来 の 真実 を 集め た もの と 名付け る 大乗 経典 』 略 し て 『 真実 摂 経 』 と も い う ) を 編纂 し た グループ が 次々 と 生み出 し て い っ た 「 金剛 頂 経 」 系 テキスト の 総称 で あ る 。 +-1 日尊 ( にちぞん 、 1265 年 ( 文永 2 年 ) - 1346 年 ( 興国 6 年 ) ) は 、 日興 の 弟子 。 +-1 愛宕 郡 ( お たぎの こおり ・ おたぎ ぐん ) は 山城 国 ・ 京都 府 に かつて 存在 し た 郡 で あ る 。 +-1 踏歌節 会 ( とうか の せちえ / た ふか の せちゑ ) は 、 宮中 で 、 天皇 が 踏歌 を 見物 する 正月 の 年中 行事 。 +-1 本感 寺 ( ほんかんじ ) は 、 京都 府 亀岡 市 に 所在 する 日蓮 正宗 の 寺院 。 +-1 春宮 坊 ( とうぐう ぼう ) は 日本 古代 の 律令 制 に お い て 存在 し た 機関 。 +-1 白鳥 峠 ( しらと り とうげ ) と は 京都 府 舞鶴 市 に あ る 峠 。 +-1 帷子 ノ辻 駅 ( かたびら の つじ えき ) は 、 京都 市 右京 区 太秦 帷子 ヶ辻 町 に あ る 京福 電気 鉄道 の 鉄道 駅 。 +1 小鴨 主 ( お が も のぬし 、 生没年 不詳 ) は 伯耆 国久米 郡 小鴨 郷 を 出身 と する 小鴨 氏 の 始祖 で 「 小鴨 家 系 図 」 に 見え る 人物 。 +-1 明経道 ( みょうぎょうどう ) は 、 日本 律令 制 の 大学 寮 に お い て 儒学 を 研究 ・ 教授 し た 学科 。 +-1 守敏 ( しゅびん 、 生没年 不詳 ) は 、 平安 時代 前期 の 僧 。 +-1 十 如 是 ( じゅうにょぜ ) と は 、 『 法華 経 』 方便 品 に 説 か れ る 因果律 を い う 。 +1 奥 八兵衛 ( おく はちべえ 、 生年 不詳 - 寛文 9 年 1 月 23 日 ( 旧暦 ) ( 1669 年 2 月 23 日 ) ) は 、 江戸 時代 、 京都 の 魚屋 ( 河内屋 ) で あ る 。 +-1 宇多野 駅 ( うたの えき ) は 、 京都 市 右京 区 宇多野 長尾町 に あ る 京福 電気 鉄道 京福 電気 鉄道 北野 線 の 鉄道 駅 。 +1 王仁 ( わ に 、 生没年 不詳 ) は 百済 から 日本 に 渡来 し 、 漢字 と 儒教 を 伝え た と さ れ る 伝説 的 な 人物 。 +-1 博奕 岬 ( ばくちみさき ) は 、 京都 府 舞鶴 市 瀬崎 に 属 し 、 日本 海 ( 若狭 湾 西部 ) に 面 する 岬 。 +-1 比叡山 ( ひ えいざん ) と は 、 滋賀 県 大津 市 西部 と 京都 府 京都 市 北東部 に またが る 山 。 +1 橘娘 ( たちばな の いらつめ 、 生年 不詳 - 天武 天皇 10 年 2 月 29 日 ( 旧暦 ) ( 681 年 ) ) は 、 阿倍 倉梯 麻呂 の 娘 。 +-1 桃山 御 陵前 駅 ( ももやま ご りょうまえ えき ) は 、 京都 府 京都 市 伏見 区 観音寺 町 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +1 藤原 資平 ( ふじわらの すけ ひら 、 寛和 2 年 ( 986 年 ) - 治暦 3 年 12 月 5 日 ( 旧暦 ) ( 1068 年 1 月 13 日 ) ) は 、 平安 時代 中期 の 公卿 。 +1 中村 直三 ( なかむら なおぞう 、 1819 年 - 18 82 年 ) は 、 奈良 県 出身 の 老農 ( 篤農家 ) ・ 農業 指導 者 。 +-1 先斗町 ( ぽんと ちょう ) は 京都 市 中京 区 に 位置 し 、 鴨川 ( 淀川 水系 ) と 木屋 町 通 の 間 に あ る 花街 。 +-1 賛 ( さん ) に は 主に 次 の 二 つ の 項目 が あげ られ る 。 +-1 御典医 ( ごてんい ) と は 、 典薬 寮 に 所属 する 医師 の こと で あ り 、 単に 典医 と も い う 。 +-1 江戸 幕府 ( えど ばくふ ) は 、 徳川 家康 が 創設 し た 武家 政権 で あ る 。 +1 加藤 景正 ( かとう かげまさ 、 仁安 ( 日本 ) 3 年 ( 1168 年 ) ? - 建長 元年 3 月 19 日 ( 旧暦 ) ( 1249 年 5 月 3 日 ) ? ) は 、 鎌倉 時代 前期 の 陶工 で 、 瀬戸 焼 の 祖 と さ れ る 。 +-1 イワサク ( イハサク ) ・ ネサク は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +1 結城 朝光 ( ゆうき ともみつ ) は 、 平安 時代 末期 から 鎌倉 時代 前半 に かけ て 活躍 し た 武将 で 、 鎌倉 幕府 の 有力 御 家人 。 +1 日下部 遠江 ( くさかべ と お み 、 生没年 不詳 ) は 新選 組平 隊 士 。 +-1 高山 ダム ( たかやま - ) は 京都 府 相楽 郡 南山城村 大字 高尾 地先 、 淀川 水系 木津川 左 支名張 川 の 合流 点 より 直上 流 の 地点 に 位置 する ダム で あ る 。 +-1 院 ( いん ) は 、 元 の 意味 は 高 い 垣 に 囲 ま れ た 大きな 建築 物 の こと で 、 そこ から 以下 の よう な 意味 を 表 す 。 +1 後白河 天皇 ( ( ごしらかわ てんのう 、 大治 2 年 9 月 11 日 ( 1127 年 10 月 18 日 ) - 建久 3 年 3 月 13 日 ( 1192 年 4 月 26 日 ) 、 在位 : 久寿 2 年 7 月 24 日 ( 1155 年 8 月 23 日 ) - 保元 3 年 8 月 11 日 ( 1158 年 9 月 5 日 ) ) は 平安 時代 末期 の 第 77 代 天皇 。 +1 下毛 野 多具 比 ( しもつけ ぬ の たぐ ひ 、 生没年 不詳 ) は 、 奈良 時代 の 貴族 。 +-1 今川 氏 ( いまがわ うじ ) は 、 日本 の 武家 。 +-1 地方 改良 運動 ( ちほう かいりょう うんどう ) と は 、 日露 戦争 後 に 荒廃 し た 地方 社会 と 市 町 村 の 改良 ・ 再建 を 目指 す 官製 運動 の こと 。 +-1 老中 奉書 ( ろうじゅう ほうしょ ) は 、 江戸 時代 の 老中 が 発給 する 伝達 文書 。 +-1 皇祖神 ( こうそ しん ) と は 、 天皇 家 の 祖 と さ れ る 神 。 +1 西郷 隆盛 ( さいごう たかもり 、 文政 10 年 12 月 7 日 ( 旧暦 ) 〈 グレゴリオ 暦 182 8 年 1 月 23 日 ・ ユリウス 暦 182 8 年 1 月 11 日 〉 - 明治 10 年 〈 グレゴリオ 暦 1877 年 〉 9 月 24 日 ) は 、 日本 の 武士 ・ 薩摩 藩 士 、 軍人 、 政治 家 。 +-1 提籃 ( ていらん ) は 煎茶道 で 使 う 茶 道具 の 一 つ 。 +1 俳諧 ( はいかい ) と は 、 主に 江戸 時代 に 栄え た 日本 文学 の 形式 、 また 、 その 作品 の こと 。 +-1 陰陽 五 行 思想 ( いんよう ご ぎょう しそう 、 おんみょう ご ぎょう しそう ) と は 、 中国 の 春秋 戦 国 時代 ごろ に 発生 し た 陰陽 と 五行 思想 が 結び付 い て 生まれ た 思想 の こと 。 +-1 和田 合戦 女 舞鶴 ( わ だ がっせん おんな まいづる ) は 歌舞伎 の 演目 。 +-1 峰山 藩 ( みねやま はん ) は 、 丹後 国 に 存在 し た 藩 。 +-1 北方 貿易 ( ほっぽう ぼうえき ) と は 、 奥州 藤原 氏 、 あるいは それ 以前 に 奥羽 を 支配 し た 安倍 氏 ( 奥州 ) や 出羽 清原 氏 が 中国 ( 北宋 ) と の 間 で 行 っ た 貿易 。 +1 田中 足麻呂 ( たなか の たりまろ 、 生年 不明 - 文武 天皇 2 年 6 月 29 日 ( 旧暦 ) ( 69 8 年 8 月 10 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 色 無地 ( いろむじ ) と は 、 日本 の 和服 の 中 で 柄 の な い 黒 以外 の 無地 の 着物 の こと を い う 。 +1 萬龍 ( まんりゅう 、 1894 年 7 月 - 1973 年 12 月 ) は 明治 末 に 「 日本 一 の 美人 」 と 謳 わ れ 、 当時 人気 を 博 し た 芸妓 。 +-1 執金 剛 神 ( しゅ こんごう しん ) は 、 金剛 手 、 持 金 剛 と も 称 さ れ る 、 仏教 の 護法 善神 で あ る 。 +1 實川 延若 ( じつかわ えんじろう ) は 、 歌舞伎 役者 の 名跡 。 +1 道忠 ( どうちゅう ) は 、 奈良 時代 末期 ・ 平安 時代 初期 の 律宗 の 僧侶 。 +-1 徒士 ( かち ) は 、 徒歩 で 戦 う 下級 武士 の こと を い う 。 +-1 作事 奉行 ( さくじ ぶぎょう ) と は 、 江戸 時代 の 旗本 の 役職 の 一 つ 。 +1 池田 小三郎 ( いけだ こさぶろう 、 天保 十 三 年 ( 1842 年 ) ‐ 慶応 四 年 ( 1868 年 ) 初め ) は 、 新 選 組 隊士 。 +-1 書物 奉行 ( しょも つ ぶぎょう ) は 、 江戸 幕府 の 職名 の 一 つ 。 +1 藤原 ( ふじわら ) 氏 は 、 日本 の 古代 から 近世 まで の 貴族 。 +-1 由阿 ( ゆあ 、 正応 4 年 ( 1291 年 ) - 天授 ( 日本 ) 5 年 / 康暦 元年 ( 1379 年 ) 頃 ? ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 時宗 の 僧 ・ 万葉 学 者 。 +1 徳川 慶喜 ( とくがわ よしのぶ 、 とくがわ よしひさ ) は 、 江戸 幕府 第 15 代 征夷 大将軍 ( 将軍 在位 : 慶応 2 年 ( 1866 年 ) 12 月 5 日 ( 旧暦 ) - 慶応 3 年 ( 1867 年 ) 12 月 9 日 ( 旧暦 ) ) 。 +-1 日西 関係 史 ( にち せい かんけい し 、 にっせい かんけい し ) と は 、 日本 と スペイン の 関係 に つ い て の 歴史 を さ す 。 +-1 北山 十 八 間 戸 ( きたやま じゅう はち けん と ) は 鎌倉 時代 に 奈良 きたまち に つく ら れ た ハンセン 病 など の 重病 者 を 保護 ・ 救済 し た 福祉 施設 。 +-1 『 六祖 壇 経 』 ( ろく そだん きょう ) は 、 仏教 の 経典 で 、 中国 禅宗 の 第 六 祖 ・ 慧能 の 説法 集 で あ る 。 +-1 中朝 事実 ( ちゅうちょう じじつ ) は 、 山鹿 素行 が 記 し た 尊王 思想 の 歴史 書 。 +1 『 小右 記 』 ( おうき 、 しょうゆうき ) は 、 平安 時代 の 公卿 藤原 実資 の 日記 。 +1 竹田 大徳 ( たけだ の だいとく 、 たけだ の だい とこ 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 信長 包囲 網 ( のぶなが ほうい もう ) は 、 戦国 時代 _ ( 日本 ) 末期 より 安土 桃山 時代 初頭 に かけ て 、 室町 幕府 征夷 大将軍 足利 義昭 と その 後ろ盾 で あ る 織田 信長 と の 対立 に 由来 する 義昭 主導 の 反 信長 連合 の 俗称 。 +1 伊達 宗高 ( だて むねたか 、 慶長 12 年 ( 1607 年 ) - 寛永 3 年 8 月 17 日 ( 旧暦 ) ( 1626 年 10 月 7 日 ) ) は 江戸 時代 の 武将 。 +1 青砥 藤綱 ( あおと ふじつ な 、 生没 年 未詳 ) 鎌倉 時代 後期 の 武士 。 +1 宇都宮 時綱 ( うつのみや ときつ な ) は 鎌倉 時代 中期 の 鎌倉 幕府 の 御 家人 。 +-1 大仏 様 ( だい ぶつ よう ) は 、 日本 の 伝統 的 な 寺院 建築 の 様式 の 一 つ 。 +1 西園寺 公宣 ( さいおんじ きんのぶ 、 寛永 2 年 ( 1625 年 ) - 寛文 10 年 8 月 15 日 ( 旧暦 ) ( 167 0 年 9 月 28 日 ) ) は 、 江戸 時代 前期 の 公家 。 +-1 大宰帥 ( だざい の そち / だざい の そつ ) は 、 大宰府 の 長官 。 +1 高安 勝久 ( たかやす かつひさ 、 1948 年 ( 昭和 23 年 ) - ) は 、 ワキ 方 高安 流能 楽師 。 +-1 束帯 ( そくたい ) は 、 平安 時代 以降 の 、 天皇 以下 公家 の 正装 ( 平安 装束 ) 。 +1 増田 宋太郎 ( ますだ そうたろう 、 嘉永 2 年 2 月 23 日 ( 旧暦 ) ( 1849 年 3 月 17 日 ) - 明治 10 年 ( 1877 年 ) 9 月 ) は 、 中津 藩 下士 増田 久行 の 嫡男 。 +1 武田 元信 ( たけだ もと のぶ   康正 元年 ( 1455 年 ) - 大永 元年 12 月 3 日 ( 旧暦 ) ( 152 1 年 12 月 31 日 ) ) は 武田 氏 若狭 武田 氏 の 第 5 代 当主 。 +-1 俊寛 ( しゅんかん 、 康治 2 年 ( 1143 年 ) - 治承 3 年 3 月 2 日 ( 旧暦 ) ( 1179 年 4 月 10 日 ) ) は 平安 時代 後期 の 真言 宗 の 僧 。 +1 平正衡 ( たいら の まさひら 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +-1 在庁 官人 ( ざい ちょう かんじん ) と は 、 日本 の 平安 時代 から 鎌倉 時代 に 、 国衙 行政 の 実務 に 従事 し た 地方 官僚 の 総称 。 +1 藤原 公成 ( ふじわら の きん なり 長保 元年 ( 999 年 ) - 長久 4 年 6 月 24 日 ( 旧暦 ) ( 1043 年 8 月 1日 ) ) は 、 平安 時代 の 公卿 。 +1 今川 氏 豊 ( いまがわ うじ と よ 生没年 不詳 ) は 戦国 時代 ( 日本 ) の 武将 。 +-1 小浜 線 ( おば ま せ ん ) は 、 福井 県 敦賀 市 の 敦賀 駅 から 京都 府 舞鶴 市 の 東舞鶴 駅 に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 地方 交通 線 ) で あ る 。 +-1 日本 人形 ( に ほんにんぎょう ) と は 、 和服 を 着 、 日本 髪 を 結 っ た 、 日本 の 伝統 的 な 風俗 を 写 し た 人形 の 総称 で あ る 。 +1 和田 英 ( わ だえい ) は 、 「 富岡 日記 」 を 著 し た 女性 。 +-1 山号 な し +1 橋本 関雪 ( はしもと かんせつ 、 1883 年 11 月 10 日 - 1945 年 2 月 26 日 ) は 、 日本 画 家 。 +-1 葛餅 、 ( くずもち 、 くず 餅 ) は 、 葛粉 から 作 ら れ る 和 菓子 。 +-1 イワツツノオ ( イハツツノヲ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +-1 財団 法人 小倉 百 人 一 首 文化 財団 ( おぐら ひゃく にん いっしゅ ぶんか ざいだん ) は 、 百 人 一首 を テーマ と し て 、 京都 文化 や 京都 観光 の 発展 に 貢献 する ため に 京都 商工 会議 所 が 設立 し た 財団 で あ る 。 +-1 国宝 茶席 三 名席 ( こくほう ちゃせき さん めいせき ) +-1 みりん ( 味醂 ) と は 、 日本 料理 の 調味 料 や 飲用 に 用い られ る アルコール 飲料 の ひと つ 。 +1 藤原 通房 ( ふじわら の みちふさ 、 万寿 2 年 1 月 10 日 ( 旧暦 ) ( 1025 年 2 月 10 日 ) - 長久 5 年 4 月 24 日 ( 旧暦 ) ( 1044 年 5 月 23 日 ) ) は 、 平安 時代 中期 の 公卿 。 +1 花園 天皇 ( はなぞの てんのう 、 永仁 5 年 7 月 25 日 ( 1297 年 8 月 14 日 ) - 貞和 4 年 / 正平 3 年 11 月 11 日 ( 1348 年 12 月 2 日 ) ) は 鎌倉 時代 の 第 95 代 天皇 ( 在位 : 延慶 元年 11 月 16 日 ( 130 8 年 12 月 28 日 ) - 文保 2 年 2 月 26 日 ( 1318 年 3 月 29 日 ) ) 。 +-1 御 蔭通 ( みかげ どおり ) は 、 京都 市 左京 区 内 の 東西 の 通り の 一 つ 。 +1 東郷 平八郎 ( とうごう へい はちろう 、 弘化 4 年 12 月 22 日 ( 旧暦 ) ( 1847 年 1 月 27 日 ) - 昭和 9 年 ( 1934 年 ) 5 月 30 日 は 、 日本 の 武士 ・ 薩摩 藩 士 、 大 日本 帝国 海軍 軍人 で あ る 。 +1 尾上 新 七 ( お のえ しんしち ) は 、 歌舞伎 役者 の 名跡 。 +-1 強訴 ( ごうそ ) と は 強硬 な 態度 で 相手 に 訴えかけ る 行動 を 指 す 。 +1 本藩 人物 誌 ( ほんぱん じんぶつ し ) は 、 戦国 時代 ( 日本 ) を 中心 に 、 15 世紀 中頃 から 17 世紀 中頃 まで の 約 20 0 年間 に わた る 島津 氏 の 一族 及び 主な 家臣 など の 略記 を いろ は 順 に 全 13 巻 に まとめ た もの で あ る 。 +-1 日本 外史 ( にほん がいし ) と は 、 江戸 時代 、 頼山 陽 が 著作 し た 日本 の 歴史 書 。 +1 寂蓮 ( じゃくれん 、 1139 年 ( 保延 5 年 ) ? - 120 2 年 8 月 9 日 ( 建仁 2 年 7 月 20 日 ( 旧暦 ) ) ) は 、 平安 時代 末 から 鎌倉 時代 初期 に かけ て の 歌人 、 僧侶 で あ る 。 +-1 菱葩餅 ( ひし はなびらもち ) は 、 ゴボウ と 白味 噌 餡 と ピンク 色 の 餅 を 、 餅 もしくは 求肥 で 包 ん だ 和 菓子 で あ る 。 +-1 久米田 の 戦い ( くめだ の たたか い ) は 永禄 5 年 ( 1562 年 ) 3 月 5 日 、 和泉 国 八 木村 ( 大阪 府 ) 郷 の 久米田 寺 周辺 ( 現 大阪 府 岸和田 市 ) に 布陣 する 三好 義賢 に 対 し 、 畠山 高政 が 攻め 入 っ た 日本 の 合戦 。 +1 根金身 ( ね の かねみ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 真宗 大谷 派 の 大学 で あ る 。 +1 黒鳥兵衛 ( くろとりひょうえ ) は 越後 国 の 伝説 上 の 人物 。 +1 織田 常松 ( おだ じょうしょう 、 生没年 不詳 ) は 、 室町 時代 の 武将 。 +1 自助 論 ( selfhelp ) は 、 1859 年 発行 の サミュエル ・ スマイルズ 著 の 指南 書 で あ る 。 +1 長秋 詠藻 ( ちょうしゅうえいそう ) は 、 藤原 俊成 の 歌集 、 家集 。 +-1 平安 神宮前 駅 ( へいあん じんぐうまえ えき ) は 、 京都 市 東山 区 に あ っ た 鉄道 駅 。 +-1 良 円 ( りょう えん 、 治承 3 年 7 月 13 日 ( 旧暦 ) ( 1179 年 8 月 17 日 ) - 承久 2 年 1 月 14 日 ( 旧暦 ) ( 1220 年 2 月 19 日 ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 興福 寺 の 僧 。 +1 洞院 実熙 ( とういん さねひろ 、 応永 16 年 ( 1409 年 ) - 没年 不詳 ) は 、 室町 時代 の 公卿 。 +-1 関白 ( かんぱく ) と は 、 天皇 の 代わり に 政治 を 行 う 職 で あ る 。 +1 阿閉貞征 ( あつじ さだゆき 、 享禄 元年 ( 1528 年 ) - 天正 10 年 6 月 18 日 ( 旧暦 ) ( 15 8 2 年 7 月 7 日 ) ) は 戦国 時代 ( 日本 ) の 武将 で 、 浅井 氏 、 織田 氏 の 家臣 。 +-1 国衙 ( こくが ) は 、 日本 の 律令 制 に お い て 国司 が 地方 政治 を 遂行 し た 役所 が 置 か れ て い た 区画 を 指 す 用語 。 +-1 三 代 目尾 上 多賀 之丞 ( さん だい め お のえ た が の じょう 、 明治 22 年 ( 1889 年 ) 9 月 21 日 - 昭和 53 年 ( 1978 年 ) 6 月 20 日 ) は 、 戦前 戦後 に かけ て 活躍 し た 歌舞伎 役者 。 +-1 国民 同盟 会 ( こくみん どうめい かい ) は 、 明治 時代 の 190 0 年 9 月 に 成立 し た 政治 団体 。 +-1 移郷 ( いごう ) は 、 奈良 時代 、 平安 時代 の 刑罰 の ひと つ で あ る 。 +1 姝子 内 親王 ( しゅし ( よしこ ) ないしんのう 、 永治 元年 11 月 8 日 ( 1141 年 12 月 7 日 ) - 安元 2 年 6 月 13 日 ( 1176 年 7 月 20 日 ) ) は 、 二条 天皇 の 中宮 。 +1 藤原 実経 ( ふじわら の さねつね 、 長徳 4 年 12 月 3 日 ( 旧暦 ) ( 99 8 年 12 月 24 日 ) - 寛徳 2 年 7 月 10 日 ( 旧暦 ) ( 1045 年 8 月 24 日 ) ) は 、 平安 時代 中期 の 貴族 。 +-1 末法 無戒 ( まっぽう む かい ) と は 、 末法 の世 に は 細か い 戒律 は 必要 が な い と い う 、 日蓮 宗 諸派 の 教学 で あ る 。 +-1 僧綱 ( そうごう ) と は 、 日本 に おけ る 仏教 の 僧尼 を 管理 する ため に お か れ た 僧官 の 職 。 +-1 蓮 淳 ( れんじゅん 、 寛正 5 年 ( 1464 年 ) - 天文 ( 元号 ) 19 年 8 月 18 日 ( 旧暦 ) ( 1550 年 9 月 28 日 ) ) 、 は 室町 時代 ・ 戦国 時代 ( 日本 ) の 僧 。 +1 平経高 ( たいら の つね たか 、 治承 4 年 ( 1180 年 ) - 建長 7 年 ( 1255 年 ) 6 月 ( 旧暦 ) ) は 、 鎌倉 時代 中期 の 公卿 。 +1 成務 天皇 ( せいむ てんのう 、 景行 天皇 14 年 ( 84 年 ) - 成務 天皇 60 年 6 月 11 日 ( 旧暦 ) ( 190 年 7 月 30 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 伝え られ る 第 13 代 の 天皇 ( 在位 : 成務 天皇 元年 1 月 5 日 ( 旧暦 ) ( 131 年 2 月 18 日 ) - 同 60 年 6 月 11 日 ( 190 年 7 月 30 日 ) ) 。 +1 関屋 ( せきや ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +1 大友 貞宗 ( おおと も さだむね 、 ? - 1334 年 1 月 9 日 ( 元弘 3 年 / 正慶 2 年 12 月 3 日 ( 旧暦 ) ) ) は 鎌倉 時代 末期 の 武将 。 +-1 奢侈 禁止 令 ( しゃ しきん し れい ) と は 、 贅沢 ( 奢侈 ) を 禁止 し て 倹約 を 推奨 ・ 強制 する ため の 法令 及び 命令 の 一群 で あ る 。 +1 源 公忠 ( みなもと の きん ただ 、 寛平 元年 ( 889 年 ) - 天暦 2 年 10 月 29 日 ( 旧暦 ) ( 948 年 12 月 7 日 ) ) は 、 平安 時代 中期 の 官人 ・ 歌人 。 +-1 赤旗 事件 ( あか は た じけん ) と は 、 190 8 年 ( 明治 41 年 ) 6 月 22 日 に 発生 し た 社会 主義 者 弾圧 事件 で あ る 。 +-1 七条 警察 署 巡査 殺害 事件 ( しちじょう けいさつ しょ じゅんさ さつがい じけん ) と は 、 1946 年 ( 昭和 21 年 ) 6 月 9 日 に 京都 府 京都 市 で 発生 し た 殺人 事件 。 +-1 宮殿 ( くうでん ) は 、 仏教 の 礼拝 対象 で あ る 仏像 、 祖師 像 など を 収め る 厨子 の 一種 。 +-1 慈明 寺 +1 桜町 天皇 ( さくらまち てんのう 、 享保 5 年 1 月 1日 ( 1720 年 2 月 8 日 ) - 寛延 3 年 4 月 23 日 ( 1750 年 5 月 28 日 ) ) は 、 江戸 時代 の 第 115 代 天皇 ( 在位 享保 20 年 3 月 21 日 ( 1735 年 4 月 13 日 ) - 延享 4 年 5 月 2 日 ( 1747 年 6 月 9 日 ) ) 。 +-1 池田 荘 ( いけだ の しょう ) は 、 平安 時代 ~ 室町 時代 に かけ て 美濃 国 に あ っ た 荘園 。 +1 井上 源三郎 ( いのうえ げんざ ぶろう 、 文政 12 年 3 月 1日 ( 旧暦 ) ( 1829 年 4 月 4 日 ) - 慶応 4 年 1 月 5 日 ( 旧暦 ) ( 1868 年 1 月 29 日 ) は 、 新 選 組 六 番 隊 組長 。 +1 平 貞盛 ( たいら の さだ もり 、 生年 不詳 - 永祚 ( 日本 ) 元年 10 月 15 日 ( 旧暦 ) ( 98 9 年 11 月 16 日 ) ? ) は 、 平安 時代 中期 の 武将 。 +-1 四条 駅 ( しじょう えき ) は 、 京都 府 京都 市 下京 区 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +-1 京都 市 西京極 総合 運動 公園 ( きょう とし にしきょうごく そうごう うんどう こうえん ) は 、 京都 府 京都 市 右京 区 に あ る 広域 運動 公園 。 +1 司馬 江漢 ( しば こうかん 、 延享 4 年 ( 1747 年 ) - 文政 元年 10 月 21 日 ( 旧暦 ) ( 1818 年 11 月 19 日 ) ) は 、 江戸 時代 の 絵師 。 +-1 安土 町 ( あづち ちょう ) は 、 滋賀 県 東部 の 、 琵琶 湖 東岸 に 位置 する 町 。 +-1 帝冠 様式 ( ていかんよう しき ) は 、 昭和 初期 の 日本 で 流行 し た 、 鉄筋 コンクリート 造 の 現代 建築 に 和風 の 瓦屋根 を 載せ た 和洋 折衷 の 建築 様式 で あ る 。 +-1 音羽 の 滝 ( おとわ の たき ) と は 、 山城 国 洛外 に 所在 し た と さ れ る 滝 。 +-1 国是 綱目 ( こくぜ こうもく ) は 、 明治 2 年 ( 1869 年 ) 1 月 に 当時 の 兵庫 県 知事 で あ っ た 伊藤 博文 が 、 県 幹部 3 名 ( 中島 信行 ・ 田中 光 顕 ・ 何 礼 之 ) 及び 大阪 に 赴任 中 の 会計 官 権 判事 の 陸奥 宗光 と とも に 提出 し た 建白書 。 +-1 大権 修利 菩薩 ( だい げん ・ しゅり ・ ぼさつ ) は 、 禅宗 、 特に 曹洞 宗 寺院 で 尊重 さ れ 祀 ら れ る 尊格 で あ る 。 +1 常盤井宮 直仁王 ( ときわい のみや なお ひと おう 、 生没 年 未詳 ) は 室町 時代 の 皇族 、 常盤井 宮家 4 代 当主 。 +-1 淳祐 ( じゅんゆう 、 寛平 2 年 ( 890 年 ) - 天暦 7 年 7 月 2 日 ( 旧暦 ) ( 953 年 8 月 18 日 ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +-1 伏見 藩 ( ふしみ はん ) は 、 山城 国 伏見 ( 現在 の 京都 府 京都 市 伏見 区 ) に 存在 し た 藩 。 +1 山本 竹雲 ( やまもと ちくうん 、 男性 、 文政 2 年 ( 1819 年 ) – 明治 21 年 ( 1888 年 ) 4 月 27 日 ) は 、 明治 期 の 日本 の 篆刻 家 ・ 煎 茶道 で あ る 。 +-1 阿弥陀 三尊 ( あみだ さんぞん ) は 、 仏教 に おけ る 仏像 安置 形式 の 一 つ 。 +1 石塔 頼房 ( いしどう より ふさ ) は 、 石塔 氏 3 代 当主 。 +-1 赤子 ( あかご ) は 、 長野 県 、 大和 国 ( 現 ・ 奈良 県 ) に 伝わ る 妖怪 。 +-1 春分 ( しゅんぶん ) は 、 二十 四 節気 の 1 つ 。 +1 大島 光義 ( おおしま みつよし 、 永正 5 年 ( 150 8 年 ) - 慶長 9 年 8 月 23 日 ( 旧暦 ) ( 160 4 年 9 月 16 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 藤原 懐子 ( ふじわら の かいし ( ちかこ ) 、 天慶 8 年 ( 945 年 ) - 天延 3 年 4 月 3 日 _ ( 旧暦 ) ( 97 5 年 5 月 16 日 ) ) は 平安 時代 中期 、 藤原 北家 の 摂政藤原 伊尹 の 長女 。 +-1 仁正 寺 藩 ( に しょう じ はん ) は 、 近江 国 蒲生 郡 仁正 寺 ( 現在 の 滋賀 県 蒲生 郡 日野 町 ( 滋賀 県 ) ) に 存在 し た 藩 。 +-1 本家 末 家 論争 ( ほんけま つ け ろんそう ) は 、 江戸 時代 の 大名 ( 近世 大名 ) に おけ る 本家 ・ 分家 関係 に あ る 大名 家 の 家格 を めぐ る 争い で あ る 。 +-1 白河 別業 ( しらかわ べつぎょう ) は 、 9 世紀 から 11 世紀 頃 まで 代々 の 藤原 氏 摂 関家 当主 に よ り 使用 さ れ て い た 別業 。 +-1 慈照 寺 ( じしょうじ ) は 、 京都 府 京都 市 左京 区 に あ る 、 東山 文化 を 代表 する 臨済 宗 相国 寺 派 の 寺院 ( 相国 寺 の 境外 塔頭 ) 。 +-1 六角 家 ( ろっかく け ) は 、 江戸 時代 に 成立 し た 公家 の 家系 で あ る 。 +-1 両界 曼荼羅 ( りょう かい まん だら ) は 、 密教 の 中心 と な る 仏 で あ る 大日 如来 の 説 く 真理 や 悟り の 境地 を 、 視覚 的 に 表現 し た 曼荼羅 で あ る 。 +-1 城下町 ( じょうかまち ) と は 、 日本 に お い て 、 領主 の 城 を 中心 に 成立 し た 都市 。 +-1 深山 ( みやま ) は 大阪 府 豊能 郡 能勢 町 と 京都 府 南丹 市 と の 境界 に 位置 する 山 。 +1 足利 忠綱 ( あしか が ただつな 、 長寛 2 年 ( 11 64 年 ) ? - 没年 不明 ) は 、 平安 時代 末期 の 武将 。 +-1 信貴山 縁起 ( しぎ さん えんぎ ) は 、 平安 時代 末期 の 絵巻物 で 、 2006 年 現在 、 日本 の 国宝 に 指定 さ れ て い る 。 +-1 新 京阪 鉄道 ( しんけいはん てつどう ) は 、 京都 府 ・ 大阪 府 に 路線 を 有 し て い た 鉄道 事業 者 。 +1 藤原 誠信 ( ふじわら の さねのぶ 、 康保 元年 ( 964 年 ) - 長保 3 年 9 月 3 日 ( 旧暦 ) ( 100 1 年 9 月 27 日 ) は 、 平安 時代 中期 の 公卿 。 +-1 空也 ( くう や ・ こう や 、 延喜 3 年 ( 90 3 年 ) - 天禄 3 年 9 月 11 日 ( 旧暦 ) ( 97 2 年 10 月 20 日 ) ) は 平安 中期 の 僧 で あ る 。 +1 中村 翫雀 ( なかむら かんじゃく ) は 、 歌舞伎 の 名跡 の 一 つ 。 +-1 地侍 ( じざむらい ) は 、 室町 時代 から 安土 桃山 時代 に かけ て 見 られ た 侍身 分 の 一種 。 +-1 儀式 ( ぎしき ) と は 、 本来 は 律令 制 の 朝廷 に おけ る 公務 ・ 宮中 行事 に 際 し て の 礼儀 作法 の こと で あ る が 、 後 に は こう し た 作法 を 規定 し た 編纂 物 ・ 書物 の こと を 「 儀式 」 と 呼 ぶ よう に な っ た 。 +1 達如 ( たつ にょ   1780 年 ( 安永 9 年 ) - 1865 年 12 月 21 日 ( 慶応 元年 11 月 4 日 ) ) は 、 浄土 真宗 の 僧 で 、 東本願 寺 第 20 代 法主 。 +-1 宗我 坐 宗我都 比古 神社 ( そが に ますそ がつ ひ こ じんじゃ ) は 奈良 県 橿原 市 曽我 町 に 鎮座 する 神社 で あ る 。 +-1 開眼 法要 ( かいげん - ほうよう ) は 仏像 、 仏画 、 仏壇 、 墓 など の 完成 の 際 に 営 ま れ る 法要 。 +1 山崎 家盛 ( やまざき いえもり 、 1567 年 ( 永禄 10 年 ) - 1614 年 11 月 19 日 ( 慶長 19 年 10 月 18 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 、 江戸 時代 の 大名 。 +-1 吉志 舞 ( きしまい ) と は 大嘗 祭 など で 、 阿倍 氏 の 当主 等 が 監督 し て 、 闕腋 袍 ( けってき の ほう ) 等 、 主に 武官 の 服装 で 、 踊 ら れ た 舞楽 。 +-1 法華 七 喩 ( ほっけ し ちゆ ) と は 、 法華 経 に 説 か れ る 7 つ の たとえ 話 の こと 。 +1 王女 ( おうじょ ) と は 国王 あるいは 王 と 同様 の 君主 の 娘 の 呼称 。 +1 美作 朝 親 ( みまさか と もちか 、 生没年 不詳 ) は 、 鎌倉 時代 初期 の 武士 ・ 御 家人 。 +-1 丹後 由良 海水 浴 場 ( たんご ゆら かいすい よくじょう ) は 、 京都 府 宮津 市 に あ る 海水 浴場 。 +-1 一向 一揆 ( いっ こう いっ き ) は 、 戦国 時代 ( 日本 ) に 浄土 真宗 ( 一向 宗 ) 浄土 真宗 本願 寺 派 の 信徒 たち が おこ し た 一揆 の 総称 。 +1 高野切 ( こう やぎれ ) は 、 平安 時代 後期 、 11 世紀 に 書写 さ れ た 『 古今 和 歌集 』 の 写本 の 通称 で あ る 。 +1 田形 皇女 ( た かた の ひめみこ 、 天武 天皇 3 年 ( 674 年 ) - 神亀 5 年 ( 728 年 ) 3 月 5 日 ) は 、 天武 天皇 の 皇女 。 +-1 花月 菴流 ( かげつ あん りゅう ) は 江戸 時代 末期 に 田中 鶴翁 に よ っ て 起こ さ れ た 煎茶道 の 流派 で あ る 。 +1 牧野 権 六郎 ( まきの ごん ろくろう 、 文政 2 年 8 月 2 日 ( 旧暦 ) ( 1819 年 9 月 20 日 ) - 明治 2 年 6 月 28 日 ( 旧暦 ) ( 1869 年 8 月 5 日 ) ) は 、 幕末 の 備前 国 ・ 岡山 藩士 で 尊王 攘夷 の 志士 で あ る 。 +1 藤原 経実 ( ふじわら の つねざね 、 治暦 4 年 ( 1068 年 ) - 天承 元年 10 月 23 日 ( 旧暦 ) ( 1131 年 11 月 21 日 ) ) は 平安 時代 末期 の 公卿 。 +1 安富 元 家 ( やす とみもと いえ ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 朝服 ( ちょうふく ) は 、 飛鳥 時代 から 平安 時代 に かけ て 、 官人 が 朝廷 に 出仕 する とき に 着用 し た 衣服 で あ る 。 +-1 太政 官 布告 ( だ じょうかん ふこく ) ・ 太政 官 達 ( だ じょうかん たっし ) と は 、 とも に 太政 官 明治 維新 の 太政 官 に よ っ て 公布 さ れ た 明治 時代 初期 の 法令 の 形式 で あ る 。 +-1 定府 ( じょうふ ) と は 、 江戸 時代 に お い て 参勤 交代 を 行 わ ず に 江戸 に 定住 し て 征夷 大将軍 に 仕え る 者 を い う 。 +1 関川 代二郎 ( せきかわだい じろう 、 天保 9 年 ( 1838 年 ) - 明治 42 年 ( 1909 年 ) ) は 、 幕末 の 桑名 藩 士 で 、 新 選 組 隊士 。 +-1 奨学院 ( しょうがく いん ) と は 、 平安 時代 の 大学 別曹 の 一 。 +1 毛利 正 恒 ( もうり まさつね 、 生年 不詳 - 明和 5 年 2 月 19 日 ( 旧暦 ) ( 1768 年 4 月 6 日 ) ) は 江戸 時代 の 薩摩 藩 の 武士 。 +-1 三 帖 和讃 ( さんじょうわ さん ) と は 、 親鸞 の 著作 で あ る 浄土 和讃 、 高僧 和讃 、 正像 末 和讃 の 総称 で あ る 。 +-1 弘仁 ・ 貞観 文化 ( こうにん ・ じょうがん ぶんか ) と は 、 日本 史 に お い て 、 弘仁 ・ 貞観 _ ( 日本 ) 年間 を 中心 と する 平安 時代 前期 ( ほぼ 9 世紀 に 相当 ) の 文化 。 +-1 二 年 参り ( に ねん まいり ) と は 初詣 ( はつもうで ) の 形式 の 一 つ で あ る 。 +-1 観音寺 ( かんの んじ ) は 、 京都 市 東山 区 泉涌 寺 山内 に あ る 真言 宗 泉涌 寺 派 の 寺院 。 +1 正親町 公通 ( おおぎま ちきん みち 、 承応 2 年 6 月 26 日 ( 旧暦 ) ( 1653 年 8 月 19 日 ) - 享保 18 年 7 月 12 日 ( 旧暦 ) ( 1733 年 8 月 21 日 ) ) は 、 江戸 時代 中期 の 公家 。 +-1 磨製 石器 ( ま せい せっき ) と は 製作 技術 で 分類 し た とき の 石器 の 種類 。 +1 足利 基 氏 ( あしかが も とうじ 、 暦応 3 年 / 興国 元年 3 月 5 日 ( 旧暦 ) ( 1340 年 4 月 2 日 ) - 貞治 6 年 / 正平 ( 日本 ) 22 年 4 月 26 日 ( 旧暦 ) ( 1367 年 5 月 25 日 ) ) は 、 室町 時代 の 武将 。 +1 狩野 松栄 ( かのう しょうえい 、 永正 16 年 ( 1519 年 ) - 天正 20 年 10 月 21 日 ( 旧暦 ) ( 1592 年 11 月 24 日 ) ) は 安土 桃山 時代 の 狩野 派 の 絵師 で 、 狩野 元信 の 三男 。 +1 五郎 八 姫 ( いろ は ひめ 、 文禄 3 年 6 月 16 日 ( 旧暦 ) ( 1594 年 8 月 2 日 ) - 寛文 元年 5 月 8 日 ( 旧暦 ) ( 1661 年 6 月 4 日 ) ) は 、 徳川 家康 の 六男 ・ 松平 忠輝 の 正室 。 +-1 京 街道 ( きょうかいどう ) と は 、 京都 へ 向か う 街道 の 総称 で あ る 。 +-1 関西 文化 学術 研究 都市 ( かんさい ぶんか がくじゅつ けんきゅう とし ) ( 以下 、 本稿 で は 「 学研 都市 」 と 表記 する ) は 、 創造 的 な 学術 ・ 研究 の 振興 、 新 産業 ・ 新 文化 の 創造 や 発信 など を 目的 と し て 建設 さ れ て い る 都市 で あ る 。 +-1 木食 応其 ( もくじき おう ご 、 天文 ( 元号 ) 5 年 ( 1536 年 ) - 慶長 13 年 10 月 1日 ( 旧暦 ) ( 160 8 年 11 月 8 日 ) ) は 、 安土 桃山 時代 の 真言 宗 の 僧 。 +1 伊吉 古麻呂 ( いきの こ まろ 、 生没年 不詳 ) は 、 奈良 時代 の 貴族 。 +-1 成生 岬 ( なりゅうみさき ) は 、 京都 府 舞鶴 市 に 属 し 、 日本 海 ( 若狭 湾 西部 ) に 面 する 岬 。 +-1 湖東 三山 ( ことう さんざん ) は 、 西明 寺 、 金剛 輪 寺 、 百済 寺 の 三 つ の 天台 宗 寺院 の 総称 。 +-1 模刻 ( もこく ) と は 、 書道 に お い て 、 書蹟 を 石 や 木 に 模写 し て 彫りつけ 、 保存 ・ 鑑賞 ・ 学書 用 の 書蹟 「 法帖 」 を 制作 する こと 。 +1 悟心 元 明 ( ご しんげんみょう 、 男性 、 正徳 ( 日本 ) 3 年 ( 1 71 3 年 ) – 天明 5 年 7 月 27 日 ( 旧暦 ) ( 1785 年 8 月 31 日 ) ) は 、 江戸 時代 中期 の 日本 の 禅僧 ・ 画家 ・ 篆刻 家 で あ る 。 +-1 干 菓子 ( ひがし ) また は 乾 菓子 ( ひがし ) は 、 水分 の 少な い 乾燥 し た 和 菓子 の 総称 。 +1 多田 頼憲 ( ただより のり 、 生年 不詳 - 保元 元年 ( 1156 年 ) ) は 平安 時代 末期 の 武将 。 +1 久邇宮 朝彦 親王 ( くにのみや あさひこ しんの う 、 文政 7 年 2 月 27 日 ( 旧暦 ) ( 1824 年 3 月 27 日 ) - 明治 24 年 ( 1891 年 ) 10 月 25 日 ) は 、 幕末 から 明治 時代 初期 の 皇族 。 +1 陸奥 亮子 ( むつりょうこ 、 1856 年 ( 安政 3 年 ) 11 月 - 190 0 年 ( 明治 33 年 ) 8 月 ) は 、 明治 時代 の 政治 家 で 外交 官 で あ っ た 伯爵 陸奥 宗光 の 夫人 。 +-1 飛鳥 鍋 ( あすかなべ ) と は 奈良 地方 の 郷土 料理 。 +-1 苗字 帯刀 ( みょう じたいとう ) は 、 江戸 時代 の 武士 の 身分 表象 。 +1 千葉 胤綱 ( ちば たねつな 、 120 8 年 11 月 14 日 ( 承元 2 年 10 月 5 日 ( 旧暦 ) ) - 1228 年 7 月 1日 ( 安貞 2 年 5 月 28 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 前期 の 武将 。 +1 輪堂 貞造 ( わどう ていぞう 、 生没年 不詳 ) は 新選 組 隊士 。 +1 西園寺 公宗 ( さいおんじ きんむ ね 、 延慶 ( 日本 ) 3 年 ( 1310 年 ) - 建武 ( 日本 ) 2 年 8 月 2 日 ( 旧暦 ) ( 1335 年 8 月 20 日 ) ) は 、 鎌倉 時代 末期 から 建武 の 新政 に かけ て の 公家 で あ る 。 +1 足利 義持 ( あしかが よしもち ) は 室町 幕府 4 代 将軍 で あ る 。 +-1 石核 石器 ( せっかく せっき ) と は 、 原石 ( 母岩 ) から 剥片 を はが し 取 っ た あと に のこ っ た 石核 と 呼 ば れ る 芯材 から つく っ た 石器 。 +-1 本地 垂迹 ( ほんち すい じゃく ) と は 、 仏教 が 興隆 し た 時代 に 表れ た 神仏 習合 思想 の 一 つ で 、 日本 の 八百 万 の 神 は 、 実 は 様々 な 仏 ( 菩薩 や 天部 など も 含 む ) が 化身 と し て 日本 の 地 に 現れ た 権現 ( ごんげん ) で あ る と する 考え で あ る 。 +1 滑稽本 ( こっけい ぼん ) は 、 江戸 時代 後期 の 戯作 の 一種 。 +-1 能 円 ( のうえん 、 保延 6 年 ( 1140 年 ) - 正治 元年 ( 1199 年 ) は 平安 時代 末期 の 僧侶 。 +-1 定田 ( じょうでん ) と は 、 荘園 ・ 公領 に 対 する 検注 に よ っ て 官物 ・ 所当 ・ 年貢 ・ 公事 の 賦課 対象 と 認定 さ れ た 田 。 +1 中臣 宮処 東 人 ( なか とみの みや この あずまびと 。 生年 不詳 - 738 年 ) は 、 奈良 時代 の 官僚 。 +1 猪熊 教利 ( いの くま のりとし 、 生年 不詳 - 慶長 14 年 10 月 17 日 ( 旧暦 ) ( 1609 年 11 月 13 日 ) ) は 、 江戸 時代 初期 の 公卿 。 +-1 本門佛 立宗 ( ほんもん ぶつりゅうしゅう ) は 、 長松 清風 に よ っ て 開 か れ た 、 日蓮 を 宗祖 と 仰 ぐ 、 法華 系 の 一派 で あ る 新 宗教 。 +-1 保元 の 乱 ( ほうげん の らん ) は 、 平安 時代 の 保元 元年 ( 1156 年 ) に 崇徳 天皇 と 後白河 天皇 が 対立 し 、 上皇 側 に 天皇 側 が 奇襲 を 仕掛け た 事件 で あ る 。 +-1 特記 事項 +-1 マキノ ・ プロダクション ( 1925 年 6 月 設立 - 1931 年 5 月 改組 / 10 月 新 社 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +1 玄融 ( げんゆう ) は 、 奈良 時代 の 大安 寺僧 。 +-1 歌絵 ( うたえ ) と は 、 和歌 や 物語 、 有名 な 故事 に 登場 する 器物 、 自然 現象 、 動植物 など を 数 種類 配置 する こと に よ っ て 、 元 と な っ た 和歌 や 物語 を 連想 さ せ る よう に 仕向け た 意匠 の こと 。 +-1 御 家門 ( ご かもん ) は 、 名 の あ る 家柄 の 一族 を 指 す 。 +1 阿部 十郎 ( あべ じゅうろう 、 天保 8 年 8 月 22 日 ( 旧暦 ) ( 1837 年 9 月 21 日 ) - 明治 40 年 ( 1907 年 ) 1 月 6 日 ) は 新選 組 隊士 で あ る 。 +1 伊丹 万作 ( いたみ まんさく 、 本名 : 池内 義豊 、 190 0 年 1 月 2 日 - 1946 年 9 月 21 日 ) は 、 昭和 初期 に 活躍 し た 映画 監督 。 +-1 常装束 ( つね しょうぞく ) は 、 舞楽 で 最も 普通 に 使 わ れ る 衣装 一式 。 +-1 阿弥陀 寺 ( あみだじ ) は 、 京都 市 左京 区 大原 の 北側 に 位置 する 古知 谷 に あ る 浄土 宗 鎮西 派 の 寺院 。 +-1 弥勒 菩薩 ( みろく ぼさつ ) 、 サンスクリット マイトレーヤ ( maitreya ) は 仏教 の 仏菩 薩 の 一尊 で あ る 。 +1 恬子 内 親王 ( やす い こな い しんのう 、 不詳 ( 848 年 頃 ? ) - 延喜 13 年 6 月 18 日 ( 旧暦 ) ( 913 年 7 月 24 日 ) ) 。 第 31 代 伊勢 斎宮 。 +1 浅野 長矩 ( あさ の ながのり ) は 、 江戸 時代 前期 から 中期 頃 の 大名 。 +1 平中 物語 ( へいちゅう ものがたり ) は 、 平安 時代 に 成立 し た 歌 物語 ( 平仲 物語 と も 書 く ) 。 +1 島 清興 ( しまきよ おき ) は 、 安土 桃山 時代 の 武将 で 石田 三成 の 家臣 ( 軍師 ) 。 +1 川勝 広綱 ( かわかつ ひろつな 、 天正 7 年 ( 1579 年 ) - 寛文 元年 9 月 12 日 ( 旧暦 ) ( 1661 年 11 月 3 日 ) ) は 、 安土 桃山 時代 の 武将 、 後 に 江戸 時代 初期 の 旗本 。 +-1 異国 警固 番役 ( いこく けいご ばん やく ) と は 、 鎌倉 時代 後期 、 鎌倉 幕府 が 九州 の 御 家人 に 課 し た 軍役 。 +1 和気 広虫 ( わけ の ひろむ し 、 天平 2 年 ( 730 年 ) - 延暦 18 年 ( 799 年 ) ) は 、 奈良 時代 の 女官 。 +-1 纒向 勝山 古墳 ( まきむく かつやま こふん ) は 、 奈良 県 桜井 市 の 纒向 古墳 群 に 属 する 古墳 。 +-1 暑 さ 寒 さ も 彼岸 まで ( あつ さ さむ さも ひがん まで ) と は 「 冬 の 寒 さ は 春分 の 頃 まで 、 夏 の 暑 さ は 秋分 の 頃 まで に は 和ら ぎ 、 凌ぎ やす く な る 」 と い う 意味 の 、 日本 の 慣用 句 で あ る 。 +-1 蘇民 将来 ( そ みんしょうらい   蘇民 將來 ) と は 近畿 地方 を 中心 に 日本 各地 に 伝わ る 説話 、 および それ を 起源 と する 民間 信仰 で あ る 。 +-1 熊手 ( く まで ) と は 、 農業 や 庭 の 掃除 に 使 わ れ る 、 短 い 歯 を 粗 い 櫛状 に ならべ た 棒 を 垂直 に 柄 に 取り付け た 農具 。 +1 鎮魂 祭 ( ちんこん さい ) と は 、 宮中 で 新嘗 祭 の 前日 に 天皇 の 鎮魂 を 行 う 儀式 で あ る 。 +-1 角振隼 総 明神 ( つ の ふり はやぶさ みょうじん ) は 、 広島 県 安芸 郡 ( 広島 県 ) 府 中 町 に 所在 し た 角振 神社 の 祭神 で あ る 。 +-1 泰範 ( たいはん 、 宝亀 9 年 ( 778 年 ) - ? ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +1 宮簀 媛 ( ミヤズヒメ ) は 、 日本 神話 に 登場 する 尾張 国造 の 乎止 与命 ( オトヨ ) の 娘 。 +-1 超然 主義 ( ちょう ぜん しゅぎ ) と は 、 外 の 動静 に は 関与 せ ず 、 超然 ( 平然 ) と し て 独自 の 立場 を 貫 く 主義 を い う 。 +1 佐々木 只三郎 ( ささき たださぶろう 、 天保 4 年 ( 1833 年 ) - 慶応 4 年 1 月 12 日 ( 旧暦 ) ( 1868 年 2 月 5 日 ) ) は 、 日本 の 武士 ・ 旗本 、 京都 見廻 組 隊士 。 +-1 みたら し 団子 ( 御手洗 団子 、 みたら し だんご ) は 、 3 – 5 個 の 団子 を 串 に 刺 し て 、 砂糖 醤油 の 餡 を かけ た 串団子 で あ る 。 +1 尭憲 ( ぎょう けん 、 生没年 不詳 ) は 、 室町 時代 の 僧 ・ 歌人 。 +1 宇都宮 三郎 ( うつのみや さぶろう 、 1834 年 11 月 15 日 ( 天保 5 年 10 月 15 日 ( 旧暦 ) ) - 190 2 年 ( 明治 35 年 ) 7 月 23 日 ) は 幕末 ・ 明治 初期 の 軍学 者 、 技術 者 で あ る 。 +-1 酬恩庵 ( しゅうおん あん ) は 、 京都 府 京田辺 市 に あ る 臨済 宗 大徳 寺 派 の 寺院 。 +-1 典座 ( てんぞ ) は 禅宗 寺院 の 役職 の 一 つ 。 +-1 屏風 のぞき ( びょうぶ のぞき ) は 、 鳥山 石燕 に よ る 妖怪 画 集 『 今昔 百 鬼 拾遺 』 に あ る 日本 の 妖怪 。 +1 田中 絹代 ( たなか き ぬ よ 、 1909 年 12 月 29 日 - 1977 年 3 月 21 日 ) は 、 大正 ・ 昭和 期 の 日本 の 俳優 ・ 映画 監督 。 +1 藤原 兼通 ( ふじわら の かねみち 、 延長 ( 元 号 ) 3 年 ( 925 年 ) - 貞元 _ ( 日本 ) 2 年 11 月 8 日 ( 旧暦 ) ( 97 7 年 12 月 25 日 ) ) は 、 平安 時代 中期 の 公卿 。 +-1 遷宮 ( せんぐう ) と は 神体 を 移 す こと で あ る 。 +1 邦良 親王 ( くに よ し しん の う / くに なが しんのう 、 正安 2 年 ( 130 0 年 ) - 正中 3 年 3 月 20 日 ( 1326 年 4 月 23 日 ) ) は 、 大覚 寺 統 の 後二 条 天皇 の 第 一 皇子 。 +1 織田 信敏 ( おだ のぶと し 、 嘉永 6 年 10 月 19 日 ( 旧暦 ) ( 1853 年 11 月 19 日 ) - 明治 34 年 ( 1901 年 ) 6 月 6 日 ) は 、 江戸 時代 の 出羽 天童 藩 第 3 代 藩主 ・ 藩 知事 。 +1 源 満政 ( みなもと の みつまさ 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +1 大炊 御門 経久 ( おおい の みかど つねひさ 、 天明 元年 9 月 16 日 ( 旧暦 ) ( 1781 年 11 月 1日 ) - 安政 6 年 7 月 10 日 ( 旧暦 ) ( 1859 年 8 月 8 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +1 褰帳 ( けんちょう ) は 、 即位 、 朝賀 など 大礼 の 時 に 高 御 座 の 帳 を 褰 げ 開 く 女性 で あ る 。 +1 勧修 寺 経顕 ( かしゅうじつねあき 、 永仁 6 年 ( 1298 年 ) - 文中 2 年 / 応安 6 年 1 月 5 日 ( 旧暦 ) ( 1373 年 1 月 29 日 ) ) は 、 南北朝 時代 ( 日本 ) の 公家 ( 公卿 ) 。 +1 古在 由直 ( こざい よしなお 、 文久 3 年 12 月 20 日 ( 旧暦 ) ( 1864 年 1 月 28 日 ) - 昭和 9 年 ( 1934 年 ) 6 月 18 日 ) は 、 日本 の 農芸 化学 。 +1 藤原 仲実 ( ふじわら の なかざね 、 生年 不詳 - 保安 ( 元号 ) 2 年 12 月 23 日 ( 旧暦 ) ( 1122 年 2 月 1日 ) ) は 、 平安 時代 後期 の 公卿 。 +1 井上勝 ( いのうえ まさ る 、 1843 年 8 月 25 日 ( 天保 14 年 8 月 1日 ( 旧暦 ) ) - 1910 年 ( 明治 43 年 ) 8 月 2 日 ) は 、 江戸 時代 の 武士 ( 長州 藩士 ) 、 明治 時代 の 官僚 。 +-1 銭湯 ( せんとう ) は 料金 を 支払 っ て 入浴 でき る よう に し た 施設 。 +-1 顕智 ( けんち 、 嘉禄 2 年 ( 1226 年 ) - 延慶 ( 日本 ) 3 年 7 月 4 日 ( 旧暦 ) ( 1310 年 7 月 30 日 ) ? ) は 、 鎌倉 時代 中期 の 浄土 真宗 の 僧 。 +-1 菩提酛 ( ぼだいもと ) は 、 平安 時代 中期 から 室町 時代 末期 に かけ て 、 もっとも 上質 で 定評 の あ る 清酒 で あ っ た 南都 諸白 の とりわけ 奈良 菩 提山 ( ぼだいせん ) 正暦 寺 ( しょうりゃくじ ) で 産 し た 銘酒 『 菩提泉 ( ぼだいせん ) 』 を 醸 し て い た 酛 。 +1 広瀬 宰平 ( ひろせ さいへい 、 文政 11 年 5 月 5 日 ( 旧暦 ) ( 182 8 年 6 月 16 日 ) - 大正 3 年 ( 1914 年 ) 1 月 31 日 ) は 、 初代 住友 総理人 で あ る 。 +1 百 人 秀歌 ( ひゃく にん しゅうか ) と は 、 藤原 定家 著書 の 、 選 歌集 で あ る 。 +1 吉良 満義 ( きら みつよし 、 生年 不詳 - 延文 元年 / 正平 ( 日本 ) 11 年 9 月 23 日 ( 旧暦 ) ( 1356 年 10 月 17 日 ) ) は 南北朝 時代 ( 日本 ) の 武将 。 +-1 貫高制 ( かんだ か せい ) と は 、 土地 の 収穫 高 を 通貨 単位 で あ る 貫 を 用い て 表わ し た 土地 制度 ・ 税制 ・ 軍制 の こと 。 +-1 室町 通 ( むろまち どおり ) は 京都 市 の 南北 の 通り の 一 つ 。 +-1 八坂 刀 売神 ( やさか とめ の かみ ) は 神道 の 女神 ( 神道 ) で 、 建御 名方 神 の 妃神 で あ る 。 +-1 神社 覈録 ( じんじゃ かく ろく ) は 式内 社 を 始め と する 古社 を 考証 し た 書物 で あ る 。 +-1 鯖 寿司 ( さばずし ) と は 、 サバ を 用い て 作 ら れ る 棒 寿司 の 一種 、 また は 鯖 の なれずし の こと 。 +1 伊東 巳 代治 ( いとうみ よ じ 、 1857 年 5 月 29 日 ( 安政 4 年 5 月 7 日 ( 旧暦 ) ) - 1934 年 ( 昭和 9 年 ) 2 月 19 日 ) は 、 明治 、 大正 、 昭和 期 の 官僚 、 政治 家 。 +-1 塗香 ( ず こう ) と は 、 仏像 や 修行 者 の 身体 に 香 を 塗 っ て 、 けがれ を 除 く こと 。 +1 細川 藤賢 ( ほそかわ ふじ かた 、 永正 14 年 ( 1517 年 ) - 天正 18 年 ( 1590 年 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +1 桐壺 更衣 ( きりつぼ の こうい ) は 、 紫式 部 の 物語 『 源氏 物語 』 の 登場 人物 。 +1 行信 ( ぎょうしん 、 生没年 不詳 ) は 、 奈良 時代 の 僧 。 +-1 日宋 貿易 ( にっそう ぼうえき ) と は 、 日本 と 中国 の 宋 ( 王朝 ) 朝 ( 南宋 ) の 間 で 行 わ れ た 貿易 で あ る 。 +-1 撰銭 令 ( えりぜに れい ) と は 、 室町 時代 、 室町 幕府 や 大名 など が 撰銭 を 禁止 する もの 。 +-1 ふぐ 料理 ( ふぐりょうり ) は 、 フグ を 主 と し た 料理 群 の 総称 。 +-1 梅小路 駅 ( うめこうじ えき ) は 、 京都 府 京都 市 下京 区 梅小路頭 町 10 に あ る 、 日本 貨物 鉄道 ( JR 貨物 ) 東海道 本線 の 鉄道 駅 。 +-1 西部 講堂 ( せいぶ こうどう ) は 、 京都 大学 吉田 キャンパス 西部 構内 に あ る 厚生 施設 の 一 つ 。 +1 防人 歌 ( さきもり の うた ) と は 大化 の 改新 の 後 、 九州 沿岸 の 守り に つ い た 防人 が 詠 ん だ 歌 で あ る 。 +-1 目付 ( めつけ ) と は 、 +1 上田 ちか子 ( うえだ ちかこ 、 ちか 女 と も ) は 、 幕末 の 祇園 の 芸妓 、 歌人 ( 生没年 不詳 ) 。 +-1 朽木 村 ( く つきむら ) は 、 滋賀 県 西部 の 高島 郡 に 存在 し た 村 。 +-1 渡辺 氏 ( わたなべ し / わたべ し ) は 、 日本 の 姓 氏 、 氏族 、 苗字 、 大姓 。 +-1 太政 官 牒 ( だい じょう かんちょう ) と は 、 太政 官 から 僧綱 ・ 寺社 など の 直接 管理 下 に な い 組織 に 対 し て 送付 する 公文 書 の こと 。 +1 山南 敬助 ( さん なん けいすけ 、 天保 4 年 ( 1833 年 ) - 元治 2 年 2 月 23 日 ( 旧暦 ) ( 1865 年 3 月 20 日 ) ) は 、 新 選 組 総長 ( 副長 ) 。 +1 源義清 ( みなもと の よしき よ 、 生没 年 未詳 ) は 源義忠 の 四男 。 +-1 1949 年 に 、 それ まで の 旧 制 専門 学校 を 母体 に 設置 さ れ た プロテスタント 系 の 女子 大学 で 、 4 学 部 10 学科 を 有 する 。 +-1 愛宕 念仏 寺 ( おたぎねん ぶつ じ ) は 京都 府 京都 市 右京 区 の 嵯峨野 に あ る 天台 宗 の 仏教 寺院 。 +-1 形稽古 ( かたげいこ ) は 、 芸道 ・ 武道 ・ 武術 等 に おけ る 形 を 磨 く 為 の 稽古 ( けいこ ) 。 +1 今出川 公富 ( いまで がわ きんと み 、 応永 3 年 ( 1396 年 ) ‐ 応永 28 年 8 月 9 日 ( 旧暦 ) ( 142 1 年 9 月 5 日 ) ) は 、 室町 時代 の 公卿 。 +-1 綾部 駅 ( あやべ えき ) は 、 京都 府 綾部 市 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 駅 。 +1 鈴鹿 連胤 ( すずかつら た ね 、 寛政 7 年 10 月 29 日 ( 旧暦 ) ( 1795 年 12 月 10 日 ) - 明治 3 年 11 月 20 日 ( 旧暦 ) ( 18 71 年 1 月 10 日 ) ) は 、 江戸 時代 末期 の 神官 、 国学 者 で あ る 。 +1 金色 夜叉 ( こんじき や しゃ ) は 、 尾崎 紅葉 著 の 明治 時代 の 代表 的 な 小説 。 +1 源 維義 ( みなもと の これ よし 、 生没年 不明 ) は 平安 時代 の 武士 。 +1 大宮 伊治 ( おおみや これ は る 、 明応 5 年 ( 1496 年 ) - 天文 ( 元号 ) 20 年 8 月 28 日 ( 旧暦 ) ( 155 1 年 9 月 28 日 ) ) は 、 戦国 時代 ( 日本 ) の 官人 。 +1 藤原 孝範 ( ふじわら の たかのり 、 保元 3 年 ( 1158 年 ) - 天福 ( 日本 ) 元年 8 月 ( 1233 年 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 官人 。 +-1 甲賀 寺 ( こう が じ ) は 、 奈良 時代 中期 紫香 楽宮 の 近く に あ っ た 寺院 で あ る 。 +1 上村 淳之 ( うえむら あつし 、 1933 年 4 月 12 日 - ) は 、 日本 画 家 、 日本 芸術 院 会員 。 +-1 小袖 の 手 ( こそ で の て ) は 、 鳥山 石燕 の 妖怪 画 集 『 今昔 百 鬼 拾遺 』 に あ る 日本 の 妖怪 。 +1 赤染 徳足 ( あかそめ の とこたり 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 矢来 観世家 ( やら い - かんぜ - け ) は 能楽 シテ 方 観世 流 の 職分 家 の ひと つ 。 +1 粟田 真人 ( あわた の まひと 、 生年 不詳 - 養老 3 年 2 月 5 日 ( 旧暦 ) ( 71 9 年 2 月 28 日 ) ) は 、 飛鳥 時代 後期 から 奈良 時代 に かけ て の 貴族 。 +1 唐橋 在家 ( から はし ありいえ 、 享保 14 年 6 月 7 日 ( 旧暦 ) ( 1729 年 7 月 2 日 ) - 寛政 3 年 9 月 29 日 ( 旧暦 ) ( 1791 年 10 月 26 日 ) ) は 江戸 時代 中期 の 公家 。 +-1 11 月 29 日 に 大 日本 帝国 憲法 が 施行 さ れ た ため 、 この 内閣 の 在任 時 に 日本 で 議会 制度 ( 帝国 議会 ) が 開始 さ れ た 。 +-1 本尊 ( ほんぞん ) に は 、 次 の 意味 が あ る 。 +-1 菅原 天満 宮 ( すがわら てんまんぐう ) は 、 奈良 県 奈良 市 に あ る 神社 で あ る 。 +-1 知行 国 ( ちぎょうこく ) と は 、 古代 ・ 中世 の 日本 に お い て 、 有力 貴族 ・ 寺社 ・ 武家 が 特定 の 令制 国 の 知行 権 ( 国務 権 ・ 吏務 と も い う ) を 獲得 し 収益 を 得 た 制度 、 および その 国 。 +-1 JR 三山木 駅 ( じぇいあーる みやま き えき ) は 、 京都 府 京田辺 市 三 山木 高飛 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 片町 線 の 鉄道 駅 で あ る 。 +-1 文化 厚生 会館 事件 ( ぶんか こう せい かい かん じけん ) と は 、 部落 解放 同盟 京都 府 連合 会 が 、 朝田 善之助 を 委員 長 と し 、 同盟 中央 が 認め た 組織 ( 朝田 府連 ) と 、 三木 一平 を 委員 長 と し 、 日本 共産 党 が 支援 する 組織 ( 三木 府連 ) に 分裂 し た こと に 端 を 発 し た 紛争 。 +1 工藤 栄一 ( くどう えいいち 、 本名 同じ 。 +1 穂積 親王 ( ほづみ しんのう 、 生年 不詳 - 和銅 8 年 7 月 27 日 ( 旧暦 ) ( 71 5 年 8 月 30 日 ) ) は 、 奈良 時代 の 皇族 。 +-1 枡席 ( ますせき 、 升席 と も ) と は 、 日本 の 伝統 的 な 観客 席 。 +-1 諸陵寮 ( しょりょうりょう ) は 律令 制 に お い て 治部 省 に 属 する 機関 。 +1 二階堂 行村 ( に かいどう ゆきむら 、 久寿 2 年 ( 1155 年 ) - 嘉禎 4 年 2 月 16 日 ( 旧暦 ) ( 1238 年 3 月 3 日 ) ) は 鎌倉 時代 中期 の 幕府 実務 官僚 。 +-1 六 孫王 神社 ( ろく そんのう じんじゃ ) は 、 京都 市 南 区 ( 京都 市 ) に あ る 神社 で あ る 。 +-1 附子 ( ぶす ) と は 、 トリカブト の 「 毒 ・ 漢方 薬 」 の 総称 あるいは 植物 トリカブト の 異名 。 +-1 番茶 ( ばんちゃ ) と は 日本 で 飲 ま れ る 緑茶 の 一種 で あ る 。 +1 榎本 虎彦 ( えの もと とらひこ 、 慶応 2 年 1 月 10 日 ( 旧暦 ) ( 1866 年 2 月 24 日 ) - 大正 5 年 ( 1916 年 ) 1 1 月 16 日 ) は 明治 ・ 大正 期 の 狂言 ・ 歌舞伎 作家 。 +1 北条 景広 ( きた じょうかげひろ 、 天文 ( 元号 ) 17 年 ( 1548 年 ) - 天正 7 年 2 月 3 日 ( 旧暦 ) ( 1579 年 2 月 28 日 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +-1 浄住 寺 ( じょうじゅうじ ) は 、 京都 市 西京 区 に あ る 黄檗 宗 の 寺院 。 +-1 引導 ( いんどう ) +-1 壬生家 ( みぶけ ) +-1 揖斐 荘 ( いび の しょう ) は 、 平安 時代 ~ 室町 時代 に かけ て 美濃 国 に あ っ た 荘園 。 +1 吉井 友実 ( よし い ともざね 、 文政 11 年 2 月 26 日 ( 1828 年 4 月 10 日 ) - 明治 24 年 ( 1891 年 ) 4 月 22 日 ) は 、 日本 の 武士 ・ 薩摩 藩 藩士 、 官僚 。 +-1 天丼 ( てんどん ) と は 、 丼飯 の 上 に 天ぷら を 載せ た 丼物 の 一種 。 +-1 『 仮名 手本 忠臣 蔵 』 ( かなで ほん ちゅうしんぐら 、 旧 字体 : 假名 手本 忠臣 藏 ) は 、 元禄 赤穂 事件 を 題材 と し た 人形 浄 瑠璃 および 歌舞伎 の 代表 的 な 演目 。 +-1 一ノ谷 の 戦い ( いちの たに の たたか い ) は 、 平安 時代 の 末期 の 寿永 3 年 / 治承 8 年 2 月 7 日 ( 旧暦 ) ( 1184 年 3 月 20 日 ) に 摂津 国 福原 京 で 行 わ れ た 戦い 。 +-1 町村 制 ( ちょう そんせい ) は 、 市制 と とも に 大 日本 帝国 憲法 下 に おけ る 地方 自治 に 関 する 基本 法 で あ る 。 +-1 山崎 橋 ( やまざき ばし ・ やまさき は し ) は 、 日本 の 橋 の 名前 。 +-1 周文 ( しゅうぶん 生没年 不詳 ) は 、 室町 時代 中期 の 禅僧 ・ 画僧 。 +1 百済 意 多郎 ( くだら の お たら ) は 日本 書紀 武烈 天皇 三 年 十 一 月 条 に 次 の よう に 書 か れ て い る 人名 で あ る 。 +1 松平 乗寛 ( まつだい ら のりひろ 、 安永 6 年 12 月 27 日 ( 旧暦 ) ( 1778 年 1 月 25 日 ) - 天保 10 年 11 月 11 日 ( 旧暦 ) ( 1839 年 12 月 16 日 ) ) は 、 江戸 時代 後期 の 大名 、 政治 家 、 老中 。 +1 雅子 内 親王 ( がし ( まさこ ) ないしんのう 、 延喜 10 年 ( 910 年 ) - 天暦 8 年 8 月 29 日 ( 旧暦 ) ( 95 4 年 9 月 28 日 ) ) は 、 第 60 代 醍醐 天皇 第 十 皇女 。 +-1 竹屋 町 通 ( たけやまちどおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +-1 百 地 丹波 ( ももち たんば 、 永正 9 年 ( 1512 年 ) - 天正 9 年 ( 1581 年 ) ? ) は 、 戦国 時代 ( 日本 ) の 伊賀 流 忍術 の 祖 と さ れ る 忍者 。 +-1 『 般若 心 経秘鍵 』 ( はんにゃ しんぎょう ひけん ) は 、 818 年 頃 に 空海 に よ っ て 書 か れ た 『 般若 心 経 』 の 注釈 書 で あ る 。 +1 藤原 隆房 ( ふじわら の たか ふさ 、 久安 4 年 ( 1148 年 ) - 承元 3 年 ( 1209 年 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公卿 。 +-1 船岡 山城 ( ふなおかやま じょう ) は 京都 市 内 に あ る 中世 の 山城 。 +1 皇霊祭 ( こうれい さい ) は 、 すなわち 春季 皇霊祭 ・ 秋季 皇霊祭 を さ す 。 +-1 城陽 駅 ( じょうよう えき ) は 、 京都 府 城陽 市 大字 寺田 林 ノ口 7 番地 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 で あ る 。 +-1 座敷雛 ( ざしきびな ) は 、 愛媛 県 八幡浜 市 真穴 地区 に 伝わ る 雛祭り 行事 。 +1 津田 正信 ( つだまさのぶ 、 生没年 不詳 ) は 室町 時代 の 武将 。 +1 洞院 実雄 ( とういん さねお 、 承久 元年 ( 1219 年 ) - 文永 10 年 8 月 16 日 ( 旧暦 ) ( 1273 年 9 月 28 日 ) ) は 、 鎌倉 時代 前期 の 公卿 。 +-1 京都 市 役所 前駅 ( きょうとし やくしょ まえ えき ) は 、 京都 市 中京 区 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 +1 有馬 持家 ( ありま もちいえ 、 応永 3 年 ( 1396 年 ) ? - 宝徳 2 年 ( 1450 年 ) ? ) は 、 室町 時代 中期 の 武将 。 +1 惟康 親王 ( これ やす しんの う 、 文永 元年 4 月 29 日 ( 旧暦 ) ( 1264 年 5 月 26 日 ) - 嘉暦 元年 10 月 30 日 ( 旧暦 ) ( 1326 年 11 月 25 日 ) ) は 、 鎌倉 時代 の 幕府 7 代 征夷 大将軍 で あ る 。 +-1 田麩 ( でんぶ ) は 、 魚肉 また は 畜肉 加工 品 の ひと つ 。 +1 北条 時輔 ( ほうじょう ときすけ ) は 、 鎌倉 幕府 第 5 代 執権 ・ 北条 時 頼 の 長男 ( 庶子 ) で 、 鎌倉 時代 中期 の 六波羅 探題 南方 で あ る 。 +-1 算額 ( さんがく ) と は 、 江戸 時代 の 日本 で 、 額 や 絵馬 に 数学 の 問題 や 解法 を 記 し て 、 神社 や 寺院 に 奉納 し た もの で あ る 。 +1 十 市 瓊入 媛命 ( と おち に い りびめ の みこと 、 生没 年 未詳 ) は 、 崇神 天皇 の 皇女 。 +-1 儒教 ( じゅきょう ) と は 、 孔子 を 始祖 と する 思考 ・ 信仰 の 体系 で あ る 。 +-1 葛野 郡 ( かどの の こおり ・ かどの ぐん ) は 、 山城 国 、 京都 府 に かつて 存在 し た 郡 で あ る 。 +1 十 市 藤政 ( と おち ふじまさ 、 生没年 不詳 ) は 、 安土 桃山 時代 ~ 江戸 時代 初期 の 武将 。 +1 朝比奈 正成 ( あさひな まさしげ 、 生没年 不詳 ) は 忍者 。 +-1 和魂 洋 才 ( わ こんよう さい ) と は 、 日本 古来 の 精神 世界 を 大切 に し つつ 西洋 の 技術 を 受け入れ 、 両者 を 調和 さ せ 発展 さ せ て い く と い う 意味 の 言葉 で あ る 。 +-1 水干 ( すいかん ) は 、 男子 の 平安 装束 の 一 つ 。 +-1 国魂 ( く に たま ) と は 、 神道 の 観念 の 一 つ で 、 国 ( 令制 国 ) また は 国土 その もの を 神格 化 し た もの で あ る 。 +1 吾平津 媛 ( あひらつ ひめ ) は 、 神武 天皇 の 妃 。 +-1 大正 ロマン ( たいしょう ろまん : しばしば 「 大正 浪漫 」 と も 表記 さ れ る ) と は 、 大正 時代 の 雰囲気 を 伝え る 思潮 や 文化 事象 を 指 し て 呼 ぶ ことば で あ る 。 +1 四辻 善成 ( よ つつじ よしな り 、 嘉暦 元年 ( 1326 年 ) - 応永 9 年 9 月 3 日 ( 旧暦 ) ( 140 2 年 9 月 29 日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 に かけ て の 公家 ・ 学者 ・ 歌人 。 +-1 落人 ( お ちゅうど 、 おちうど ) は 、 戦闘 に 敗れ て 僻地 に 隠遁 し た もの 、 および その 末裔 を 指 す 言葉 で あ る 。 +-1 京都 本線 ( きょうと ほんせん ) は 、 大阪 府 大阪 市 淀川 区 の 十 三 駅 から 京都 府 京都 市 下京 区 の 河原町 駅 ( 京都 府 ) まで を 結 ぶ 阪急 電鉄 の 鉄道 路線 。 +1 箕作 元 八 ( みつくり げんぱち 、 文久 2 年 5 月 29 日 ( 旧暦 ) ( 1862 年 6 月 26 日 ) - 大正 8 年 ( 1919 年 ) 8 月 9 日 ) は 、 江戸 生まれ の 歴史 学 者 。 +1 近衛 家久 ( この えいえひさ 貞享 4 年 5 月 8 日 ( 旧暦 ) ( 1687 年 6 月 17 日 ) - 元文 2 年 8 月 17 日 ( 旧暦 ) ( 1737 年 9 月 11 日 ) ) は 、 江戸 時代 中期 の 公家 ・ 公卿 、 関白 、 太政 大臣 。 +1 洛陽田 楽記 ( らくようでんがく き ) は 、 大江 匡房 の 著書 。 +-1 椥辻 駅 ( なぎつじ えき ) は 、 京都 市 山科 区 椥辻 草 海道 町 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 +-1 葛籠 ( つづら ) は 、 元来 、 ツヅラフジ の つる 植物 で 編 ん だ 蓋 つき の 籠 の 一種 で あ る 。 +-1 見仏 寺 ( けんぶつ じ ) は 、 奈良 県 宇陀 市 に 所在 する 日蓮 正宗 の 寺院 。 +1 下毛 野根 麻呂 ( しもつけ ぬ の ねまろ 、 生没年 不詳 ) は 、 奈良 時代 の 貴族 。 +-1 時雨 殿 ( しぐれ でん ) は 京都 市 右京 区 の 小倉 百 人 一首 を テーマ と し た 展示 、 振興 の ため の 施設 。 +1 広橋 兼宣 ( ひろは し かねのぶ 、 貞治 5 年 / 正平 ( 日本 ) 21 年 11 月 6 日 ( 旧暦 ) ( 1366 年 12 月 8 日 ) - 永享 元年 9 月 14 日 ( 旧暦 ) ( 142 9 年 10 月 12 日 ) ) は 、 室町 時代 の 公卿 。 +1 本朝 通鑑 ( ほんちょうつがん ) は 、 江戸 幕府 に よ り 編集 さ れ た 漢文 編 年体 の 歴史 書 。 +1 朽木 稙治 ( く つき たねはる ) は 、 丹波 国 福知 山 藩 の 第 4 代 藩 主 。 +1 両面 宿儺 ( りょうめん すくな ) は 上古 、 仁徳 天皇 の 御世 に 飛騨 国 に 現れ た と さ れ る 妖怪 で あ る 。 +-1 表衣 ( おもてぎ ぬ ) は 十 二 単 を 構成 する 着物 の 一 つ 。 +-1 京都 府 学連 事件 ( きょうと ふ がくれん じけん ) は 、 主 と し て 、 犯罪 捜査 と し て の 写真 撮影 の 適法 性 ・ 合憲 性 が 問題 と さ れ 、 それぞれ 適法 ・ 合憲 と 判断 さ れ た 、 日本 の 最高 裁判 所 に よ る 判決 の 通称 。 +1 難波津 の 歌 ( なにわづ の うた ) は 、 古今 和 歌集 の 仮名序 で 「 お ほささき の みかど を そへ たてまつれ る うた 」 と し て 紹介 さ れ て い る 王仁 の 和歌 。 +-1 洛南 新 都市 ( らくなんしん とし ) は 、 京都 府 京都 市 伏見 区 の 淀川 南部 に あ る 旧 巨椋 池 干拓地 に 整備 さ れ る 予定 の 新 都市 。 +-1 禅釜 尚 ( ぜん ふしょう ) は 、 鳥山 石燕 に よ る 『 百 器 徒然 袋 』 に あ る 付喪神 ( 器物 が 変化 し た 妖怪 ) の 一種 で 、 茶釜 の 妖怪 。 +1 西山 翠嶂 ( にしや ますいしょう 、 1879 年 4 月 2 日 - 1958 年 3 月 30 日 ) は 、 日本 画 家 。 +1 平頼綱 ( たいら の よりつな 、 生年 未詳 - 正応 6 年 4 月 22 日 ( 旧暦 ) ( 1293 年 5 月 29 日 ) ) は 、 鎌倉 時代 の 北条 氏 得 宗家 の 被官 ( 御内 人 ) で 、 鎌倉 幕府 8 代 執権 北条 時宗 ・ 9 代 執権 北条 貞 時 の 執事 で あ る 。 +1 有栖川宮 熾仁親王 ( ありすがわ のみや た るひと しんの う 、 天保 6 年 2 月 19 日 ( 1835 年 3 月 17 日 ) - 1895 年 ( 明治 28 年 ) 1 月 15 日 は 、 江戸 幕末 ~ 明治 時代 の 皇族 、 政治 家 、 軍人 。 +-1 笠置 駅 ( かさぎ えき ) は 、 京都 府 相楽 郡 笠置 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 関西 本線 の 鉄道 駅 。 +-1 太政 大臣 ( だい じょう だいじん / だじょう だいじん ) は 律令 制 に お い て 、 左 大臣 ・ 右 大臣 の 上 に 位置 する 、 太政 官 に おけ る 最高 位 の 官職 で あ る 。 +1 新島 八重 ( にいじま やえ 、 弘化 2 年 ( 1845 年 ) - 昭和 7 年 ( 1932 年 ) ) は 幕末 から 昭和 初期 の 日本 女性 で 、 +-1 竜田 越奈良 街道 ( たつたごえ なら かいどう ) は 、 奈良 に 至 る 「 奈良 街道 」 の 一 つ 。 +-1 滋賀 県 立 琵琶 湖 文化 館 ( しが けん りつ びわ こ ぶんか かん ) は 、 滋賀 県 大津 市 に あ る 博物 館 。 +-1 御堂流 ( みどう りゅう ) と は 、 藤原 北家 九 条 流 藤原 道長 ( 摂政 ・ 太政 大臣 ) の 子孫 の 一門 及び 彼 を 祖 と する 有職 故 実 及び 作法 の 流派 の 呼称 。 +-1 庭訓 往来 ( ていきん おうらい ) と は 、 往来 物 ( 往復 の 手紙 ) の 形式 を と る 、 寺子 屋 で 習字 や 読本 と し て 使用 さ れ た 初級 の 教科 書 の 一 つ で あ る 。 +1 御堂 関白記 ( みどう かんぱく き ) は 、 平安 時代 の 貴族 の 摂政 太政 大臣 藤原 道長 が 著 し た 日記 。 +-1 年越し 蕎麦 ( としこし そば ) と は 、 大晦日 ( 12 月 31 日 ) に 縁起 を かつ い で 食べ られ る 蕎麦 の こと で あ る 。 +-1 滋賀 県 ( しが けん ) は 、 琵琶 湖 を 取り囲 ん で い る 近畿 地方 の 内陸 県 。 +1 平 清房 ( たいらの きよふさ 、 生年 未詳 - 寿永 3 年 2 月 7 日 ( 旧暦 ) ( 1184 年 3 月 20 日 ) ) は 、 平清 盛 の 八男 。 +-1 堺 千家 ( さかい せん け ) と は 、 千家 の 本家 。 +1 六百 番 歌合 ( ろっぴゃく ばん うた あわせ ) と は 、 鎌倉 時代 に 藤原 良経 主催 で な さ れ た 歌合 。 +-1 木津川 市 ( きづがわ し ) は 、 京都 府 南部 の 市 。 +1 足利 義輝 ( あしかが よし て る ) は 、 室町 幕府 の 第 13 代 征夷 大将軍 ( 在位 : 天文 _ ( 元号 ) 15 年 ( 1546 年 ) - 永禄 8 年 ( 1565 年 ) ) 。 +1 藤原 行隆 ( ふじわら の ゆき たか 、 大治 ( 日本 ) 5 年 ( 1130 年 ) - 文治 3 年 ( 1187 年 ) ) は 平安 時代 末期 の 公家 。 +1 斎藤 耕一 ( さいとう こういち 、 1929 年 2 月 3 日 - ) は 、 映画 監督 。 +-1 土倉 役 ( どそうやく ) と は 、 倉役 ( くらやく ) と も 呼 ば れ 、 中世 に お い て 京都 の 土倉 に 対 し て 行 わ れ た 課税 。 +1 浮舟 ( うきふね ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の 一 つ 。 +-1 京都 ラーメン ( きょうと ラーメン ) と は 、 日本 の 京都 府 ( 主に 京都 市 以南 ) で 販売 さ れ 食べ られ て い る ラーメン を 雑誌 や 書籍 で 紹介 する 場合 に 用い られ る 総称 。 +-1 受領 名 ( ずりょうめい ) は 非 公式 な 官名 の こと 。 +-1 平田 家 ( ひらたけ ) は 、 中原 氏 流 の 地下 家 の 官人 。 +1 二 階堂   行久 ( に かいどう ゆきひさ 、 元久 2 年 ( 120 5 年 ) - 文永 3 年 12 月 17 日 ( 旧暦 ) ( 1267 年 1 月 13 日 ) ) は 鎌倉 時代 中期 の 幕府 実務 官僚 。 +-1 数珠 ( じゅず 、 ずず ) は 穴 が 貫通 し た 多く の 珠 に 糸 の 束 を 通 し 輪 に し た 法具 。 +-1 信実 ( しんじつ 、 生没 年 未詳 ) は 平安 時代 末期 の 僧 。 +1 鳥居 清満 ( とりいきよみつ 、 享保 20 年 ( 1735 年 ) - 天明 5 年 4 月 3 日 ( 旧暦 ) ( 1785 年 5 月 11 日 ) は 、 江戸 時代 初期 の 鳥居 派 で 活躍 し た 浮世 絵 師 。 +-1 左義長 ( 三毬杖 ・ さぎちょう ) と は 、 小正 月 に 行 わ れ る 火祭り の 行事 。 +1 安曇 比羅夫 ( あずみ の ひらふ 、 生年 不詳 - ? 663 年 ( 天智 2 年 ) ) は 、 7 世紀 中頃 の 外交 官 ・ 武将 。 +-1 月僊 ( げっせん 、 寛保 元年 ( 1741 年 ) - 文化 ( 元号 ) 6 年 1 月 12 日 ( 旧暦 ) ( 1809 年 2 月 25 日 ) ) は 、 江戸 時代 中期 から 後期 に かけ て の 画僧 。 +-1 張扇 ( はり - おうぎ 、 はり - せん ) は 能楽 や 講談 、 落語 ( 上方 落語 ) に お い て もの を たた い て 音 を 立て る ため に つく ら れ た 専用 の 扇子 の こと を い う 。 +-1 欧化 主義 ( おう か しゅぎ ) と は 、 1880 年 代 の 日本 に お い て 、 明治 政府 が 日本 の 文物 ・ 制度 ・ 風俗 ・ 習慣 を ヨーロッパ 風 に し て 欧米 諸国 に 日本 の 近代 化 を 認め て もら お う と し て 採 っ た 政策 ( 欧化 政策 ) と これ に 関連 し て 盛ん に 行 わ れ た 思潮 ・ 風俗 の 動き 。 +1 飛鳥井 雅量 ( あすか い 、 生年 不詳 - 没年 不詳 ) は 日本 の 公家 。 +-1 三職 推任 問題 ( さんしょく すいにん もんだい ) と は 、 天正 10 年 ( 15 82 年 ) 4 月 25 日 ( 旧暦 ) 、 5 月 4 日 ( 旧暦 ) 両日付け の 勧修 寺 晴豊 の 日記 『 晴豊 公記 ( 天正 十 年 夏記 ) 』 の 記事 の 解釈 を 巡 る 日本 の 歴史 上 の 論争 で あ る 。 +-1 京都 府 立 農林 専門 学校 ( きょうと ふりつ のうりん せんもん がっこう ) は 、 1944 年 ( 昭和 19 年 ) に 設立 さ れ た 公立 の 旧 制 専門 学校 。 +1 水谷   勝宗 ( みず の や   かつ むね 、 1623 年 ( 元和 ( 日本 ) 9 年 ) - 1689 年 4 月 8 日 ( 元禄 2 年 2 月 19 日 ( 旧暦 ) ) ) は 、 備中 松山 藩 の 第 2 代 藩 主 。 +-1 本隆寺 ( ほん りゅうじ ) は 、 京都 府 京都 市 上京 区 に あ る 、 法華 宗 真門 流 の 総 本山 。 +1 木寺 宮康仁親王 ( きで らのみや やすひと しんの う 、 元応 2 年 ( 1320 年 ) - 正平 10 年 / 文和 4 年 4 月 29 日 ( 1355 年 6 月 10 日 ) は 、 南北朝 時代 の 皇族 で 持明 院 統 の 光厳 天皇 の 皇太子 。 +1 待賢 門院 堀河 ( たいけんもん いん の ほりかわ 、 生没年 不詳 ) は 、 平安 時代 後期 の 女流 歌人 。 +-1 顕尊 ( けんそん 、 永禄 7 年 1 月 22 日 ( 旧暦 ) ( 1564 年 3 月 5 日 ) - 文禄 4 年 3 月 3 日 ( 旧暦 ) ( 1595 年 4 月 12 日 ) ) は 、 興正 寺 第 17 世 門 主 。 +-1 菊花 紋章 ( きく かもん しょう 、 きっかもん しょう ) と は 、 キク の 花 を かたど っ た 家紋 の 総称 。 +1 臣籍 降下 ( しんせき こうか ) と は 、 皇族 が その 身分 を 離れ 、 姓 を 与え られ 臣下 の 籍 に 降り る こと を い う 。 +1 岡本 宗憲 ( おかもと むねのり 、 天文 ( 元号 ) 13 年 ( 1544 年 ) ? - 慶長 5 年 9 月 16 日 ( 旧暦 ) ( 160 0 年 10 月 22 日 ) ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +-1 金峯 神社 ( きんぷじんじゃ ) は 奈良 県 吉野 郡 吉野 町 に あ る 神社 で あ る 。 +1 奥平家 昌 ( おくだいらいえまさ 、 天正 5 年 ( 1577 年 ) - 慶長 19 年 10 月 10 日 ( 旧暦 ) ( 1614 年 11 月 11 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 、 大名 。 +1 菊池 武敏 ( きく ち たけとし 、 生年 不詳 - 1341 年 ( 興国 2 年 / 暦応 4 年 ) ? ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 南朝 ( 日本 ) の 武将 。 +1 中浦 ジュリアン ( なかうら ジュリアン 、 Juli ã o , 永禄 11 年 ( 1568 年 ) 頃 - 寛永 10 年 9 月 20 日 ( 旧暦 ) ( 1633 年 10 月 21 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の キリシタン で 、 天正 遣欧 使節 の 副使 。 +1 藤原 順子 ( ふじわら の のぶこ 、 大同 4 年 ( 809 年 ) - 貞観 13 年 9 月 28 日 ( 8 71 年 ) は 、 第 54 代 仁明 天皇 女 御 。 +1 江談 抄 ( ごうだんしょう ) は 、 院政 期 の 説話 集 。 +1 平教経 ( たいら の のりつね 、 永暦 元年 ( 11 60 年 ) - 元暦 2 年 3 月 24 日 ( 旧暦 ) ( 1185 年 4 月 25 日 ) ) は 、 平安 時代 末期 の 武将 。 +1 読史 余論 , 讀史 餘論 ( とくし ・ よろん ) は 、 江戸 時代 の 学者 ・ 政治 家 で あ る 新井 白石 が 著 し た 、 日本 政治 史 ・ 史論 。 +-1 大報恩 寺 ( だい ほうおんじ ) は 京都 市 上京 区 に あ る 真言 宗 智山 派 の 寺院 で 山号 は 瑞応 山 。 +-1 キサガイヒメ ・ ウムギヒメ と は 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +1 延慶 両 卿訴陳状 ( えんけい りょう きょう そ ちんじょう ) は 、 延慶 ( 日本 ) 4 年 ( 1311 年 ) 、 勅撰 和 歌集 の 選者 と し て 京極 為 兼 が 擬 せ られ る と 、 二 条 為 世 が これ に 反対 し て 訴陳 し 、 する と 為兼 は これ に 反発 し 、 為世 が これ に さらに 駁 し た もの で あ る 。 +-1 建久 七 年 の 政変 ( けんきゅう しち ねん の せいへん ) と は 、 建久 7 年 ( 1196 年 ) に 起き た 政変 。 +-1 薬師 堂 ( やく しどう ) は 、 薬師 如来 を 本尊 と する 仏堂 の 呼称 で あ る 。 +-1 水墨画 ( すいぼく が ) と は 、 「 墨 」 一色 で 表現 さ れ る 絵画 で 、 墨線 だけ で な く 、 墨 を 面 的 に 使用 し 、 暈かし で 濃淡 ・ 明暗 を 表 す 。 +1 尚泰王 ( しょう たいおう 、 1843 年 8 月 3 日 ( 道光 23 年 7 月 8 日 ) - 1901 年 8 月 19 日 ) は 、 琉球 王国 第 二 尚 氏 王統 第 19 代 国王 。 +1 藤原 光頼 ( ふじわら の みつ より 、 天治 元年 ( 1124 年 ) - 承安 ( 日本 ) 3 年 1 月 5 日 ( 旧暦 ) ( 1173 年 2 月 18 日 ) ) は 平安 時代 後期 の 公卿 。 +1 大迫 尚敏 ( おおさこ なお はる 、 天保 15 年 11 月 15 日 ( 旧暦 ) ( 1844 年 12 月 24 日 ) - 1927 年 9 月 20 日 ) は 、 日本 の 武士 ・ 薩摩 藩 士 、 大 日本 帝国 陸軍 軍人 、 華族 。 +1 牧野 アンナ ( まきの アンナ 、 1971 年 12 月 4 日 - ) は 、 LOVEJUNX 代表 。 +1 不破内 親王 ( ふ わ な い しんの う 、 723 年 ( 養老 7 年 ) 頃 - 795 年 ( 延暦 14 年 ) 頃 ) は 奈良 時代 の 皇族 。 +-1 墾田 永年 私 財 法 ( こんでんえい ねん しざい の ほう ) と は 、 奈良 時代 中期 の 聖武 天皇 治世 、 天平 15 年 5 月 27 日 ( 旧暦 ) ( 743 年 ) に 発布 さ れ た 勅 ( 天皇 の 名 に よ る 命令 ) で 、 墾田 ( 自分 で 新し く 開墾 し た 耕地 ) の 永年 私財 化 を 認め る 法令 。 +-1 弥勒石 ( みろく い し ) と は 、 和歌山 県 の 霊場 高野山 の 奥 の 院 入り口 付近 に あ る 祠 に 納め られ た 石 。 +-1 志苔 館 ( しのり たて ) は 、 北海道 函館 市 に 所在 する 中世 城 館 跡 。 +-1 家司 ( けいし / いえ の つかさ ) と は 、 親王 ・ 内親 王家 及び 職事 従 三 位 以上 の 公卿 ・ 将軍 家 など の 家 に 設置 さ れ 、 家政 を 掌 る 職員 。 +-1 日本 紀講筵 ( にほんぎ こうえん ) と は 、 平安 時代 前期 に 国史 で あ る 『 日本 書紀 』 の 講義 ・ 研究 を 行 う 宮中 行事 。 +1 督姫 ( とくひめ 、 1565 年 12 月 3 日 ( 永禄 8 年 11 月 11 日 ( 旧暦 ) ) - 1615 年 3 月 3 日 ( 慶長 20 年 2 月 4 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 女性 。 +-1 公議 所 ( こうぎ しょ ) は 明治 初期 に 設け られ た 日本 の 議事 機関 。 +1 松沢 求策 ( まつざわ ・ きゅうさく 、 1855 年 - 1887 年 6 月 25 日 ) は 、 長野 県 安曇野 市 出身 の 自由 民 権 家 。 +-1 淀 古城 ( よどこ じょう ) は 京都 府 京都 市 伏見 区 納所 北城 堀 に あ っ た 城 。 +1 皇室 典範 ( こうしつ てんぱん ) は 、 皇位 の 継承 順位 など 皇室 の 制度 ・ 構成 等 に つ い て 定め る 日本 国 憲法 で 間接 的 に 設置 が 義務 づけ られ た 日本 の 法律 で あ る 。 +-1 蓮乗 ( れんじょう 、 文安 3 年 ( 1446 年 ) - 永正 元年 2 月 21 日 ( 旧暦 ) ( 150 4 年 3 月 7 日 ) ) は 、 室町 時代 中期 から 戦国 時代 _ ( 日本 ) に かけ て の 浄土 真宗 の 僧 。 +1 香川 敬三 ( かがわ けいぞう 、 天保 12 年 11 月 15 日 ( 旧暦 ) ( 1841 年 12 月 27 日 ) - 大正 4 年 ( 1915 年 ) 3 月 18 日 ) は 、 水戸 藩 出身 の 勤皇 志士 。 +-1 実範 ( しっぱん 、 生年 不詳- 天養 元年 9 月 10 日 ( 旧暦 ) ( 1144 年 10 月 8 日 ) ) は 、 平安 時代 後期 の 僧 。 +-1 手絡 ( てがら ) は 日本 髪 を 結 う 際 に 、 髷 に 巻きつけ る など し て 飾 る 布 の こと を い う 。 +1 善 阿弥 ( ぜんあみ 、 元中 3 年 / 至徳 ( 日本 ) 3 年 ( 1386 年 ) ? - 文明 ( 日本 ) 14 年 ( 1482 年 ) ? ) は 室町 時代 の 庭師 。 +-1 名物 ( めいぶつ ) と は 、 茶 道具 に お い て は 格付け の 一 種類 と 捉え る こと が 出来 る 。 +-1 暗闘 ( だんまり ) は 、 歌舞伎 の 演出 の 一 つ 。 +1 源 義広 ( みなもと の よしひろ / 志田 義広し だ よしひろ ) は 平安 時代 末期 の 武将 。 +-1 斯波 氏 ( しばし ) は 、 武家 の ひと つ 。 +-1 下間 頼旦 ( しもつまら いたん 、 生年 不詳 - 天正 2 年 ( 1574 年 ) ) は 、 戦国 時代 ( 日本 ) の 大谷 家 の 武将 、 僧 。 +1 梅松 論 ( ばいしょうろん ) は 、 太平 記 と 双璧 を な す 南北朝 時代 ( 日本 ) の 軍記 物語 ・ 歴史 書 。 +-1 有岡 城 の 戦い ( ありおか じょう の たたか い ) は 、 天正 6 年 ( 1578 年 ) 7 月 から 翌 天正 7 年 ( 1579 年 ) 10 月 19 日 に かけ て 行 わ れ た 籠城 戦 。 +-1 隠れ 念仏 ( かく れ ねんぶつ ) は 、 権力 から 禁止 さ れ た 浄土 真宗 ( 一向 宗 ) の 信仰 を 、 権力 の 目 から 逃れ て 信仰 する こと 、 或いは それ を 行 う 者 や 集団 を 指 す 。 +-1 江華島 事件 ( こうか とう じけん 、 カンファド じけん ) は 、 1875 年 ( 明治 8 年 ) 9 月 20 日 に 李 氏 朝鮮 の 江華 島 付近 に お い て 日本 と 朝鮮 の 間 で 起こ っ た 武力 衝突 事件 で あ る 。 +-1 高野川 ( たかの がわ ) は 、 京都 府 京都 市 左京 区 を 流れ る 淀川 水系 の 一 級 水系 で あ る 。 +1 山本 哲也 ( やまもと てつや 、 196 6 年 3 月 21 日 - ) は 、 大鼓 方 大倉 流 の 能楽師 。 +1 馬加 康 胤 ( まくわり やすたね 、 応永 5 年 ( 1398 年 ) ? - 康正 2 年 11 月 1日 ( 旧暦 ) ( 1456 年 11 月 28 日 ) ) は 、 室町 時代 の 武将 。 +1 安藤 直馨 ( あんどう なおか 、 天明 6 年 ( 1786 年 ) - 文政 9 年 3 月 29 日 ( 旧暦 ) ( 1826 年 5 月 5 日 ) ) は 、 紀伊国 紀伊田 辺藩 の 第 15 代 当主 。 +-1 萬福寺 ( まんぷくじ ) は 、 京都 府 宇治 市 に あ る 黄檗 宗 ( おうばくしゅう ) 大 本 山 の 寺院 。 +-1 与謝野 町 コミュニティバス ( よさの ちょう コミュニティバス ) は 、 京都 府 与謝 郡 与謝野 町内 を 運行 する コミュニティバス 。 +-1 鳥屋 ミサンザイ 古墳 ( とりや ミサンザイ こふん ) は 、 奈良 県 橿原 市鳥 屋 町 に あ る 前方 後 円 墳 。 +-1 伏見 街道 ( ふしみ かいどう ) は 、 京 ( 京都 ) の 五 条 通 と 伏見 と を 結 ぶ 街道 。 +1 出雲 狛 ( いずも の こま 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 『 女殺油 地獄 』 ( おんな ごろし あ ぶら の じごく ) は 、 近松 門左衛門 作 の 人形 浄 瑠璃 。 +1 詔 ( みこと の り 、 御言宣 、 大 御 言 ) は 、 天皇 の 言葉 、 あるいは 天皇 の 命令 を 直接 に 伝え る 文書 。 +-1 地蔵 寺 ( じぞうじ ) は 、 京都 市 西京 区 桂 に あ る 浄土 宗 の 寺院 。 +-1 的 ( まと ) は 、 弓道 ・ 弓術 で 用い る 標的 で あ る 。 +-1 神楽笛 ( かぐらぶえ ) と は 、 雅楽 で 使 う 管楽 器 の 1 つ 。 +-1 内匠 寮 ( ないしょうりょう ) は 律令 制 に お い て 中務 省 に 属 する 令外 官 の 一 つ で あ る 。 +1 伊和 員 経 ( 伊和 員 經 ・ いわの かずつ ね   生没年 不詳 ) は 、 平安 時代 中期 の 武将 平 将門 の 従者 。 +1 『 太平 記 』 ( たい へいき ) は 日本 文学 の 1 つ で あ る 。 +-1 賀茂 別雷 神社 ( か も わけいかづち じんじゃ ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 神社 で あ る 。 +1 石田 正継 ( いしだ まさつ ぐ 、 生年 不詳 - 慶長 5 年 9 月 17 日 ( 旧暦 ) ( 160 0 年 10 月 23 日 ) ) は 、 安土 桃山 時代 の 戦国 武将 。 +1 京極 高知 ( きょうごく たか と も 、 元亀 3 年 ( 1572 年 ) - 元和 ( 日本 ) 8 年 8 月 12 日 ( 旧暦 ) ( 1622 年 9 月 17 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 に 活躍 し た 戦国 大名 。 +-1 女戸主 ( おんな こしゅ ) は 、 日本 の 旧 民法 で 、 女性 の 戸主 で あ る 。 +1 烏丸 光廣 ( からす まる みつ ひろ 、 天正 7 年 ( 1579 年 ) - 寛永 15 年 7 月 13 日 ( 旧暦 ) ( 1638 年 8 月 22 日 ) ) は 、 江戸 時代 前期 の 公卿 ・ 歌人 。 +-1 大 日本 協会 ( だい に ほん きょうかい ) は 、 明治 時代 に 対外 硬 派 の 結集 を 目指 し て 結成 さ れ た 政治 結社 ( 1893 年 10 月 1日 - 12 月 29 日 ) 。 +-1 妙心 寺 ( みょうしんじ ) は 、 京都 市 右京 区 花園 ( 京都 市 ) に あ る 臨済 宗 妙心 寺 派 大 本山 の 寺院 。 +-1 日野 誕生 院 ( ひ の たんじょういん ) は 、 浄土 真宗 本願 寺 派 の 仏教 寺院 。 +-1 淳和院 ( じゅん な いん ) は 、 平安 京 の 右京 4 条 2 坊 ( 現在 の 京都 府 右京 区 ) に あ っ た 淳和 天皇 の 離宮 ・ 後院 。 +-1 さげもん は 、 福岡 県 柳川 市 に 伝わ る 風習 。 +-1 甘樫坐 神社 ( あまか し に ます じんじゃ ) は 、 奈良 県 高市 郡 明日香 村 の 甘樫丘 に あ る 神社 で あ る 。 +1 藤原 師保 ( ふじわら の もろ やす 、 生没 年 未詳 ) は 、 平安 時代 中期 の 人物 。 +1 阿蘇 惟 豊 ( あそこれ と よ 、 明応 2 年 ( 1493 年 ) - 永禄 2 年 11 月 7 日 ( 旧暦 ) ( 1559 年 12 月 5 日 ) ) は 戦国 時代 ( 日本 ) の 阿蘇 氏 の 18 代 当主 ( 阿蘇 神社 大宮司 ) 。 +-1 陰陽 道 ( おんみょうどう ) は 、 古代 の 中国 で 生まれ た 自然 哲学 思想 、 陰陽 五 行 思想 を 起源 と し て 日本 で 独自 の 発展 を 遂げ た 自然 科学 と 呪術 の 体系 。 +-1 免田 ( めんでん ) と は 、 日本 の 古代 末期 から 中世 に かけ て 、 国 が 規定 の 課税 を 徴収 する の を 免除 する 田地 。 +1 初代 坂田 藤十郎 ( しょだい さかた とうじゅうろう 、 正保 4 年 ( 1647 年 ) - 宝永 6 年 11 月 1日 ( 旧暦 ) ( 1709 年 12 月 1日 ) ) は 、 江戸 時代 の 歌舞伎 役者 。 +1 中原 尚雄 ( なかはら な おお 、 弘化 2 年 ( 1845 年 ) - 大正 3 年 ( 1914 年 ) 1 月 15 日 ) は 、 元 薩摩 藩 伊集院 町 郷士 、 後 に 警察 官 と な る 。 +-1 横山 党 ( よこやま とう ) は 、 平安 時代 後期 から 鎌倉 時代 に かけ て 、 武蔵 国 多摩 郡 ( 現 ・ 東京 都 八王子 市 ) 横山 庄 を 中心 と し て 、 武蔵 国 ( 大里 郡 ・ 比 企郡 - 橘樹 郡 ) および 相模 国 北部 に 割拠 し た 同族 的 武士 団 で あ る 。 +1 楠木 正時 ( くすのき まさとき 、 生年 不詳 - 貞和 4 年 / 正平 ( 日本 ) 3 年 1 月 5 日 ( 旧暦 ) ( 1348 年 2 月 4 日 ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +-1 広幡 家 ( ひろはたけ ) は 、 清華 家 ( 新家 、 内々 ) の 家格 を 有 する 公家 。 +-1 新 歌舞伎 ( しんかぶき ) と は 、 明治 以降 に 、 劇場 と は 独立 し た 作家 が 書 い た 歌舞伎 作品 の こと 。 +1 勇山 文継 ( いさやま の ふみつ ぐ 、 宝亀 4 年 ( 773 年 ) - 天長 5 年 10 月 26 日 ( 旧暦 ) ( 82 8 年 12 月 6 日 ) ) は 、 平安 時代 初期 の 官人 ・ 漢詩 人 。 +-1 薩長 土 ( さっ ちょうど ) は 、 幕末 期 、 「 雄藩 」 と 呼 ば れ 、 多く の 志士 を 輩出 し 、 明治 維新 の 原動 力 と な っ た 薩摩 藩 、 長州 藩 、 土佐 藩 の 「 勤皇 三 藩 」 の 総称 、 あるいは 、 この 3 藩 出身 の 志士 たち の 総称 。 +-1 熾 盛光 仏頂 ( しじょう こう ぶっちょう ) 、 サンスクリット プラジュヴァローシュニーシャ は 、 如来 の 肉髻 を 神格 化 し た 仏 の 一種 、 仏頂 尊 の 一尊 。 +1 秦熊 ( はだ の くま 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 土佐派 ( とさは ) +-1 久遠 実成 ( く おん じつ じょう ) と は 、 法華 経 の 教え に お い て 、 釈迦 は 35 歳 で 悟り を 開 い た の で は な く 永遠 の 過去 から 仏 ( 悟り を 開 い た 者 ) と な っ て 輪廻 転生 し て き て い る と い う 考え 方 。 +1 葛城 皇子 ( かずら き おうじ ・ かずらき のみこ ・ かつらぎ おうじ ・ かつらぎのみこ 。 生没年 不詳 ) +1 岩倉 具堯 ( いわくら と も たか 、 生年 不詳 - 寛永 10 年 ( 1633 年 ) ) は 室町 時代 後期 頃 から 江戸 時代 初期 の 公家 。 +1 裏松 恭光 ( うらまつ やすみつ 、 寛政 12 年 6 月 10 日 ( 旧暦 ) ( 180 0 年 7 月 31 日 ) - 明治 5 年 2 月 9 日 ( 旧暦 ) ( 1872 年 3 月 17 日 ) ) は 、 幕末 の 公家 。 +1 境 部 摩理 勢 ( さかい べ の まり せ 、 生年 不詳 - 推古 天皇 36 年 ( 628 年 ) ) は 、 飛鳥 時代 の 豪族 。 +1 藤原 経子 ( ふじわら の けいし / つねこ 、 生没 年 未詳 ) は 、 平安 時代 末期 の 女官 。 +-1 落雁 ( らく がん ) は 、 米 など から 作 っ た 澱粉 質 の 粉 に 水飴 や 砂糖 を 混ぜ て 着色 し 、 型 に 押 し て 乾燥 さ せ た 代表 的 な 干 菓子 で あ る 。 +-1 指月 城 は 日本 の 城 で あ る 。 +1 平業 盛 ( たいら の なりもり 、 嘉応 元年 ( 1169 年 ) ? - 寿永 3 年 2 月 7 日 ( 旧暦 ) ( 1184 年 3 月 20 日 ) ) は 、 平教盛 の 三男 。 +-1 紀伝道 ( きでんどう ) と は 、 日本 律令 制 の 大学 寮 に お い て 、 歴史 ( 主に 中国 史 ) を 教え た 学科 。 +1 能瀬 資国 ( のせすけく に 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 武士 ・ 官人 。 +-1 大覚 寺 ( だい かくじ ) +-1 蘭学 塾 ( らんがく じゅく ) は 、 江戸 時代 に 西洋 の 学問 を 学 ぶ ため に 私塾 と し て 広ま っ た 学問 所 。 +-1 蛮勇 演説 ( ばん ゆう えんぜつ ) は 、 1891 年 ( 明治 24 年 ) 12 月 に 第 2 回 帝国 議会 で 行 わ れ た 樺山 資紀 海軍 大臣 の 演説 。 +-1 大倉 流 ( おおくら - りゅう ) は 能楽 囃子方 の 一流儀 。 +1 観世 紅雪 ( かんぜ こうせつ 、 1843 年 ( 天保 14 年 ) - 19 11 年 ( 明治 44 年 ) 3 月 31 日 ) は 、 シテ 方 観世 流能 楽師 。 +-1 東寺 ( とうじ ) は 、 京都 市 南 区 ( 京都 市 ) 九条 町 に あ る 、 弘法 大 師 空海 ゆかり の 寺 で 、 東寺 真言宗 の 総 本山 で あ る 。 +-1 青葉山ろく 公園 ( あおば さんろく こうえん ) は 、 京都 府 舞鶴 市 の 青葉山 山麓 に 整備 さ れ た 公園 。 +-1 応天門 の 変 ( おうてんもん の へん ) は 、 平安 時代 前期 の 貞観 _ ( 日本 ) 8 年 ( 866 年 ) に 起こ っ た 政治 事件 で あ る 。 +-1 石園 座 多久 虫玉 神社 ( いわぞの に い ま すたくむ し た ま じんじゃ ) は 、 奈良 県 大和 高田 市 片塩町 に 鎮座 する 神社 で あ る 。 +1 ジェームス ・ カーティス ・ ヘボン ( James Curtis Hepburn , 1815 年 3 月 13 日 - 19 11 年 6 月 11 日 ) は 、 長老 派 系 医療 伝道 宣教 師 で あ り 、 ヘボン 式 ローマ 字 の 創始 者 。 +-1 頭 中将 ( とう の ちゅうじょう ) は 、 日本 の 律令 制 に おけ る 職制 の 呼称 の 一 つ 。 +-1 宝暦暦 ( ほうりゃくれき / ほうれきれき ) と は 、 かつて 日本 で 使 わ れ て い た 太陰 太陽 暦 の 暦法 の 和暦 で あ る 。 +1 澤 宣嘉 ( さわ のぶよし 、 1836 年 2 月 9 日 ( 天保 6 年 12 月 23 日 ( 旧暦 ) ) - 1873 年 ( 明治 6 年 ) 9 月 27 日 ) ) は 、 幕末 期 の 公卿 、 明治 の 政治 家 で あ る 。 +-1 院 政期 文化 ( いんせい き ぶんか ) また は 平安 末期 文化 ( へいあん まっきぶんか ) と は 、 平安 時代 末葉 の 11 世紀 後半 から 鎌倉 幕府 成立 に 至 る 12 世紀 末 に かけ て の 日本 の 文化 。 +-1 いき ( 粋 ) と は 、 日本 の 美 意識 ( 美的 観念 ) の ひと つ で あ る 。 +1 道首名 ( みち の おび と な 、 天智 天皇 2 年 ( 663 年 ) - 養老 2 年 4 月 10 日 ( 旧暦 ) ( 71 8 年 5 月 18 日 ) ) は 文武 天皇朝 から 奈良 時代 初期 に かけ て の 官人 。 +-1 慶長 丁銀 ( けい ちょう ちょうぎん ) と は 江戸 時代 の 初期 、 すなわち 慶長 6 年 ( 160 1 年 ) 7 月 に 鋳造 開始 さ れ た 丁銀 の 一種 で 秤量 銀貨 で あ る 。 +1 光世 ( みつよ 、 生没 年 未詳 ) は 、 平安 時代 末期 、 筑後 国 の 刀工 。 +1 吉栄 ( きちえい 、 生没年 不詳 ) は 江戸 時代 末期 の 女性 。 +-1 北 近畿 タンゴ 鉄道 株式 会社 ( きたきんき たんご てつどう ) は 京都 府 で 旧 日本 鉄道 建設 公団 が 建設 し た 北 近畿 タンゴ 鉄道 宮 福線 と 、 旧 国鉄 特定 地方 交通 線 の 鉄道 路線 北 近畿 タンゴ 鉄道 宮津 線 を 運営 し て い る 京都 府 など が 出資 する 第 三 セクター 会社 で あ る 。 +1 藤原 良門 ( ふじわら の よしかど 、 生没年 不詳 ) は 、 平安 時代 前期 の 貴族 、 廷臣 。 +1 河原崎 権 十郎 ( かわら さき ごん じゅうろう ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +-1 御 霊信仰 ( ご りょう しんこう ) と は 、 人々 を 脅か す よう な 天災 や 伝染 病 の 発生 を 、 怨み を 持 っ て 死 ん だり 非業 の 死 を 遂げ た 人間 の 「 怨霊 」 の しわざと 見な し て 畏怖 し 、 これ を 鎮め て 「 御 霊 」 と する こと に よ り 祟り を 免れ 、 平穏 と 繁栄 を 実現 し よ う と する 日本 の 信仰 の こと で あ る 。 +-1 参拝 ( さんぱい ) と は 、 神社 や 寺院 に 行 っ て 神仏 を 拝 む 行為 の こと で あ る 。 +1 黒田   長堅 ( くろだ   なが かた 、 1770 年 ( 明和 7 年 ) - 17 84 年 3 月 30 日 ( 天明 4 年 2 月 10 日 ( 旧暦 ) ) ) は 、 筑前 国 福岡 藩 秋月 藩 の 第 7 代 藩 主 。 +-1 陰陽 家 ( いんよう か ) は 諸子 百 家 の 一 つ で 、 六 家 の 一 つ に 数え られ る 思想 集団 で あ る 。 +-1 佃 ( つくだ ) は 、 中世 日本 の 荘園 公領 制 に お い て 、 荘園 領主 や 荘官 ・ 地頭 ら に よ る 直営 田 を い う 。 +-1 チキン ライス と は 、 細切れ の 鶏肉 を 混ぜ た 飯 を ケチャップ 味 に 炒め た 、 日本 の 炒め飯 で あ る 。 +-1 猿楽 ( さるがく 、 猿樂 ) は 、 平安 時代 から 室町 時代 に かけ て 流行 し た 日本 の 芸能 。 +-1 大宮 通り ( おおみや どおり ) は 、 奈良 県 奈良 市 に あ る 街路 。 +-1 本末 制度 ( ほんまつ せいど ) は 、 江戸 時代 、 徳川 幕府 が 仏教 教団 を 統制 する ため に 設け た 制度 で あ る 。 +-1 鋳銭司 ( じゅせん し ・ ちゅうせんし ) は 古代 日本 に 置 か れ た 令外 官 の 一 つ 。 +-1 龍笛 ( りゅうてき ) と は 、 雅楽 で 使 う 管楽 器 の 一 つ 。 +-1 鵜 ( う ) は 、 ペリカン 目 ウ 科 ( 学名 : Phalacrocoracidae ) に 属 する 水鳥 の 総称 。 +-1 往生 ( おうじょう ) と は 、 大乗 仏教 の 中 の 成仏 の 方法 論 の 一 つ で あ る 。 +1 6 世野 村 万蔵 ( ろくせい の むら まんぞう 、 明治 31 年 ( 1898 年 ) 7 月 22 日 - 昭和 53 年 ( 1978 年 ) 5 月 6 日 ) は 、 能楽 師 、 日本 芸術 院 会員 ・ 重要 無形 文化 財 保持 者 ( 人間 国宝 ) 。 +1 野田 文一郎 ( の だぶん いちろう 、 1872 年 4 月 12 日 ( 明治 5 年 3 月 5 日 ( 旧暦 ) ) - 19 6 0 年 ( 昭和 35 年 ) 3 月 9 日 ) は 、 広島 県 三 次 町 ( 後 の 三 次 市 ) 出身 の 裁判 官 、 政治 家 。 +1 敦子 内 親王 ( あつこ な い しんのう 、 生年 不詳 - 延長 ( 元号 ) 8 年 1 月 13 日 ( 旧暦 ) ( 930 年 2 月 14 日 ) ) は 、 平安 時代 中期 の 皇族 。 +-1 明峰 素 哲 ( めいほうそてつ 、 建治 3 年 ( 1277 年 ) - 観応 元年 / 正平 ( 日本 ) 5 年 3 月 28 日 ( 旧暦 ) ( 1350 年 5 月 5 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 曹洞 宗 の 僧 。 +-1 縫司 ( ぬい の つかさ ) は 、 後宮 十 二 司 の 一 つ で 、 衣服 の 裁縫 、 組紐 を 編 む こと を つかさど り 、 また 女官 の 出仕 ・ 朝参 の こと を 管理 し た 役所 を 指 す 。 +-1 上米 の 制 ( あげまい の せい ) と は 、 江戸 幕府 が 享保 の 改革 の 際 に 出 し た 制度 。 +1 漢一郎 ( あやいちろう 、 天保 9 年 ( 1838 年 ) - 慶応 4 年 8 月 21 日 ( 旧暦 ) ( 1868 年 10 月 6 日 ) ) は 、 摂津 国 大阪 出身 の 新 選 組 隊士 。 +-1 祇園 ( ぎおん ) と は 京都 の 代表 的 な 繁華 街 及び 歓楽 街 。 +-1 海門 承朝 ( かいもん しょうちょう 、 文中 3 年 ( 1374 年 ) 頃 - 嘉吉 3 年 5 月 9 日 ( 旧暦 ) ( 1443 年 6 月 6 日 ) ) は 、 南朝 ( 日本 ) 長 慶 天皇 の 皇子 。 +1 斂葬 の 儀 ( れんそう の ぎ ) と は 皇族 の 葬儀 の こと 。 +1 西園寺 公衡 ( さいおんじきん ひら 、 文永 元年 ( 1264 年 ) - 正和 4 年 9 月 25 日 ( 旧暦 ) ( 1315 年 10 月 23 日 ) ) は 、 鎌倉 時代 後期 の 公卿 。 +1 千覚 ( せんがく 、 生没 年 未詳 ) は 平安 時代 末期 の 僧侶 。 +-1 西 大路 三条 駅 ( にし おおじ さんじょう えき ) は 、 京都 府 京都 市 右京 区 西院 今 山田 町 に あ る 京福 電気 鉄道 嵐山本線 の 鉄道 駅 。 +-1 雄琴 温泉 ( おごと おんせん ) は 、 滋賀 県 大津 市 ( 旧 国近 江国 ) に あ る 温泉 。 +-1 第 3 回 気候 変動 枠組 条約 締約 国 会議 ( だい 3 かい きこう へんどう わくぐみ じょうやく ていやく こく かいぎ ) は 、 1997 年 12 月 に 国際 連合 に よ り 国立 京都 国際 会館 ( 京都 府 京都 市 ) で 開催 さ れ た 、 温室 効果 ガス 排出 規制 に 関 する 国際 的 な 合意 形成 を 主な 目的 と し た 国際 会議 で あ る 。 +-1 川 浚 冥加金 ( かわざら え みょう が きん ) は 、 江戸 時代 、 大坂 で 川浚え の ため に 課 さ れ た 冥加 金 で あ る 。 +1 松平 茂昭 ( まつだいら もちあき 、 天保 7 年 8 月 7 日 ( 旧暦 ) ( 1836 年 9 月 17 日 ) - 明治 23 年 ( 1890 年 ) 7 月 25 日 ) は 、 日本 の 大名 、 華族 。 +-1 鎌倉 公方 ( かまくら くぼう ) と は 、 室町 時代 に 室町 幕府 の 征夷 大将軍 が 関東 十 ヶ国 に おけ る 出先 機関 と し て 設置 し た 鎌倉 府 の 長官 。 +1 百済 王 ( くだら の こ に きし ) 氏 は 、 百済 最後 の 王 で あ る 義慈 王 直系 の 百済 王 善光 を 始祖 と する 日本 の 氏族 。 +-1 山本 東次郎 ( やまもと とうじろう ) は 、 大蔵 流山本 東次郎 家 狂言 師 の 名跡 。 +1 藤崎 吉五郎 ( ふじさき きちごろう 、 ? - 慶応 2 年 9 月 12 日 ( 旧暦 ) ( 1866 年 10 月 20 日 ) ) は 、 幕末 の 土佐 藩 士 。 +1 大野 右仲 ( おおのうちゅう 、 天保 7 年 12 月 8 日 ( 旧暦 ) ( 1837 年 1 月 14 日 ) - 明治 44 年 ( 1911 年 ) 6 月 11 日 ) は 、 幕末 期 の 唐津 藩 士 で 、 新 選 組 隊士 。 +1 平資盛 ( たいらの すけもり ) は 、 平安 時代 末期 の 武将 。 +1 尭恵 ( ぎょうえ 、 1340 年 - 没年 不詳 ) は 、 室町 時代 中期 の 天台 宗 の 学僧 ・ 歌人 。 +-1 明雲 ( みょう うん 、 永久 ( 元 号 ) 3 年 ( 1115 年 ) - 寿永 2 年 11 月 19 日 ( 旧暦 ) ( 1184 年 1 月 3 日 ) ) は 、 平安 時代 末期 の 天台 宗 の 僧 。 +1 阿閇 皇子 ( あべのみこ 、 64 8 年 以降 - 生没年 不詳 ) は 、 天智 天皇 の 皇子 。 +1 石川 家光 ( いしかわ いえみつ 、 生年 不詳 - 元徳 2 年 4 月 2 日 ( 旧暦 ) ( 1330 年 4 月 20 日 ) ) は 、 鎌倉 時代 の 武将 。 +1 三浦 梧楼 ( 梧樓 ) ( みうら ごろう 、 弘化 3 年 11 月 15 日 ( 旧暦 ) ( 1847 年 1 月 1日 ) - 大正 15 年 ( 1926 年 ) 1 月 28 日 ) は 日本 の 武士 、 軍人 、 政治 家 。 +-1 蕎麦 ( そば ) は 、 穀物 の ソバ の 実 を 原料 と し て 加工 し た 、 日本 の 麺類 の 一種 、 および 、 それ を 用い た 料理 。 +-1 うどん ( 饂飩 ) は 、 日本 旧来 の 麺類 で あ る 。 +1 正親町 三条 実愛 ( おおぎまち さんじょうさねなる 、 文政 3 年 10 月 30 日 ( 旧暦 ) ( 1820 年 12 月 5 日 ) - 明治 42 年 ( 1909 年 ) 10 月 20 日 ) は 、 江戸 時代 後期 から 幕末 の 公卿 、 明治 時代 の 政治 家 。 +-1 向日 町 駅 ( むこう まち えき ) は 、 京都 府 向日 市 寺戸 町 久々 相 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 ( JR 京都 線 ) の 鉄道 駅 。 +1 山田 純夫 ( やまだ すみお 、 1937 年 - ) は 、 シテ 方 金 剛 流能 楽師 。 +-1 東遊 運動 ( とうゆう うんどう 、 トンズー うんどう 、 ベトナム 語 : Phongtr à o Đ ô ngDu / 風潮 東遊 ) は 、 19 世紀 末 から ベトナム で 発生 し た 民族 独立 運動 。 +-1 史記 延 久点 ( しき えん きゅうてん ) と は 、 中国 前漢 の 司馬 遷 が 著 し た 歴史 書 『 史記 』 に 対 し て 、 日本 平安 時代 の 延久 5 年 ( 1073 年 ) に 大江 家国 が 書写 ・ 加点 し た 巻子 本 形式 の 訓点 本 。 +1 後亀山 天皇 ( ご かめやま てんのう 、 正平 ( 日本 ) 2 年 / 貞和 3 年 ( 1347 年 ) ? - 応永 31 年 4 月 12 日 ( 旧暦 ) ( 142 4 年 5 月 10 日 ) ) は 、 南北朝 時代 ( 日本 ) の 第 99 代 、 南朝 最後 の 第 4 代 天皇 ( 在位 : 弘和 3 年 / 永徳 3 年 ( 1383 年 ) 10 月 - 元中 9 年 / 明徳 3 年 10 月 5 日 ( 旧暦 ) ( 1392 年 11 月 19 日 ) ) 。 +-1 蝦夷 征討 ( えみし せいとう ) と は 、 日本 の 古代 に お い て 蝦夷 に 対 し て 朝廷 が 行 っ た 征討 で あ る 。 +1 上野 清信 ( うえの きよのぶ 、 生没年 不詳 ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 今様 ( いまよう ) は 、 日本 の 歌曲 の 一 形式 。 +-1 陪臣 ( ばいしん ) と は 、 武家 の 主従 関係 に お い て 家臣 の 家臣 を 指 し た 呼称 。 +-1 東 坊 城 家 ( ひがしぼう じょうけ ) は 、 五条 長 経 ( 正二 位 ・ 参議 ・ 刑部 省 、 1242 年 - 1315 年 ) の 次男 東 坊城 茂長 ( 位階 ・ 参議 ・ 治部 省 、 1284 年 - 1343 年 ) を 祖 と する 堂上 家 で あ る 。 +-1 西園寺 氏 ( さいおんじ し ) は 伊予 国 西部 を 領有 し た 戦国 大名 。 +-1 観 月 橋 駅 ( かんげつ きょう えき ) は 、 京都 府 京都 市 伏見 区 豊後 橋 町 に あ る 京阪 電気 鉄道 京阪 宇治 線 の 鉄道 駅 。 +1 源 顕雅母 ( みなもと の あきまさ の は は 、 生没年 不詳 ) は 、 平安 時代 後期 の 歌人 。 +-1 京都 芸術 センター ( きょうと げいじゅつ せんたー ) は 、 京都 市 の 中心 部 に あ る 芸術 振興 の 拠点 施設 。 +-1 宇治 採茶 使 ( うじ さい ちゃし ) は 、 京都 府 宇治 市 の 名産 品 で あ る 宇治 茶 を 徳川 将軍 家 に 献上 する ため の 茶壷 を 運 ぶ 行列 の こと 。 +1 吉川 之経 ( きっかわ ゆきつね 、 応永 22 年 ( 1415 年 ) - 文明 ( 日本 ) 9 年 1 月 7 日 ( 旧暦 ) ( 147 7 年 1 月 21 日 ) ) は 、 安芸 吉川 氏 の 当主 。 +-1 春日造 ( かすが づくり ) は 、 日本 の 神社 建築 の 1 つ で あ る 。 +-1 宗十郎 頭巾 ( そうじゅうろう - ずきん ) は 男性 用 の 頭巾 の 一種 。 +1 醍醐 冬 基 ( だい ご ふゆ もと 、 慶安 元年 6 月 14 日 ( 旧暦 ) ( 1648 年 8 月 2 日 ) - 元禄 10 年 7 月 14 日 ( 旧暦 ) ( 1697 年 8 月 30 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +1 網谷 正美 ( あみたに まさみ 、 1947 年 3 月 15 日 - ) は 大蔵 流狂言 師 。 +1 分部 光信 ( わけべ みつのぶ 、 天正 19 年 ( 1591 年 ) - 寛永 20 年 2 月 22 日 ( 旧暦 ) ( 1643 年 4 月 10 日 ) ) は 、 伊勢 上野 藩 の 第 2 代 藩 主 。 +1 『 保暦 間 記 』 ( ほうりゃく かんき ) は 日本 の 中世 、 南北朝 時代 ( 日本 ) に 成立 し た 歴史 書 。 +1 与謝野 晶子 ( よさの あきこ 、 正字 体 : 與謝野 晶子 、 明治 11 年 ( 1878 年 ) 12 月 7 日 - 昭和 17 年 ( 1942 年 ) 5 月 29 日 ) は 明治 時代 から 昭和 時代 に かけ て 活躍 し た 歌人 、 作家 、 思想 家 。 +-1 一銭 洋食 ( いっせんよう しょく ) は 、 水 に 溶 い た 小麦 粉 を 鉄板 で 焼き 、 ネギ など 乗せ て 焼 い た 物 。 +-1 八景 ( はっけい ) と は 、 ある 地域 に おけ る 八 つ の 優れ た 風景 を 選 ぶ 、 風景 評価 の 様式 。 +-1 公人 朝夕人 ( くにん ちょうじゃく にん ) と は 、 江戸 時代 に あ っ た 役職 の 一 つ 。 +-1 昆布 〆 め ( こんぶ しめ ) と は 、 富山 県 の 郷土 料理 の ひと つ で あ る 。 +-1 宇陀 松山 藩 ( うだ まつ やまはん ) は 、 大和 国 に 存在 し た 藩 。 +-1 吸い物 ( すいもの ) は 日本 料理 の スープ の 一種 で 、 出汁 に 醤油 や 塩 を 加え て 作 っ た 汁 ( 吸い 地 ) に 椀種 、 つま 、 吸い口 など を 浮かべ た もの 。 +-1 風物 詩 ( ふうぶつ し ) と は 、 ある 季節 特有 の 自然 現象 、 味覚 、 生物 、 物売り など で あ り 、 その 季節 を より 意識 に 特徴 づけ る 事 が でき る 、 物 ・ 事柄 の こと で あ る 。 +1 勧修 寺 晴子 ( かじゅうじ はるこ 、 天文 ( 元号 ) 22 年 ( 1553 年 ) - 元和 6 年 2 月 18 日 ( 1620 年 3 月 21 日 ) ) は 、 正親 町 天皇 の 第 五 皇子 誠仁 親王 の 妃 。 +-1 呪禁 博士 ( じゅごん は かせ ) と は 、 律令 制 に お い て 典薬 寮 に 属 し た 官人 。 +-1 遍昭 ( へんじょう 、 遍照 と も 表記 、 弘仁 7 年 ( 816 年 ) - 寛平 2 年 1 月 19 日 ( 旧暦 ) ( 890 年 2 月 12 日 ) ) は 、 平安 時代 前期 の 歌人 で 、 六 歌 仙 ・ 三十 六 歌仙 の 一人 。 +1 藤原 在衡 ( ふじわら の あ り ひら 、 寛平 4 年 ( 892 年 ) - 天禄 元年 10 月 10 日 ( 旧暦 ) ( 97 0 年 11 月 11 日 ) ) は 平安 時代 中期 の 公卿 。 +1 しのびね は 、 平安 時代 末期 に 成立 し その 後 散逸 し た 王朝 物語 、 ないし は 南北朝 時代 ( 日本 ) に 成立 し た 前者 の 改作 本 を い う 。 +-1 鳴門 巻 き ( なると まき ) は 、 魚肉 の すり身 を 使用 し 、 断面 に 渦巻 状 の 模様 が あ る 蒲鉾 の 一種 。 +1 安田 国継 ( やすだ く につ ぐ 、 弘治 ( 日本 ) 2 年 ( 1556 年 ) - 慶長 2 年 6 月 2 日 ( 旧暦 ) ( 1597 年 7 月 16 日 ) ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 武将 。 +1 橘 俊綱 ( たちばな の としつな 、 長元 元年 ( 1028 年 ) - 寛治 8 年 7 月 14 日 ( 旧暦 ) ( 1094 年 8 月 27 日 ) ) は 、 平安 時代 後期 の 官人 ・ 歌人 。 +-1 金福寺 ( こんぷくじ ) は 、 京都 市 左京 区 一乗 寺 に あ る 臨済 宗 南禅 寺 派 の 寺 で あ る 。 +1 伊集院 兼寛 ( いじゅういん かねひろ 、 天保 9 年 1 月 2 日 ( 1838 年 1 月 27 日 ) - 明治 31 年 ( 1898 年 ) 4 月 20 日 ) は 、 日本 の 武士 ・ 薩摩 藩 士 、 軍人 、 官僚 で あ る 。 +-1 『 地獄門 』 は 1953 年 ( 昭和 28 年 ) 制作 の 日本 映画 。 +-1 桑田 郡 ( くわた ぐん ) は 、 丹波 国 ・ 京都 府 に あ っ た 郡 。 +1 藤原 伊行 ( ふじわら の これ ゆき 、 保延 5 年 ( 1139 年 ) ? - 安元 元年 ( 1175 年 ) ? ) は 、 平安 時代 後期 の 能書 家 。 +1 藤原 佐世 ( ふじわらのすけ よ 、 承和 _ ( 日本 ) 14 年 ( 847 年 ) - 寛平 9 年 ( 897 年 ) ) は 平安 時代 前期 の 廷臣 、 学者 。 +-1 比叡山 焼き 討ち ( ひ えいざん やきうち ) は 比叡山 を 中心 と し た 焼き 討ち 。 +1 脇坂 安照 ( わきさか や すて る ) は 、 江戸 時代 の 大名 。 +1 太上 皇 ( たいじょう こう ) は 、 退位 し た 存命 の 皇帝 に 送 ら れ る 尊号 の こと で あ る 。 +-1 切火 ( きり ・ び ) は 対象 に むか っ て 火打 石 を 打 っ て 火花 を 起こ す こと に よ っ て 行 う 清め の 儀式 。 +1 竹内 敬持 ( たけの うち たかもち 、 正徳 ( 日本 ) 2 年 ( 1 712 年 ) - 明和 4 年 12 月 5 日 ( 旧暦 ) ( 1768 年 1 月 24 日 ) ) は 、 江戸 時代 中期 の 神道 家 、 尊王 論 者 。 +1 乾和信 ( いぬい かずのぶ 、 天文 ( 元号 ) 13 年 ( 1544 年 ) - 天正 13 年 11 月 29 日 ( 旧暦 ) ( 1586 年 1 月 18 日 ) ) は 、 安土 桃山 時代 後期 の 武士 。 +1 京極 高之 ( きょうごく たかゆき 、 延宝 6 年 4 月 14 日 ( 旧暦 ) ( 167 8 年 6 月 3 日 ) - 享保 8 年 2 月 2 日 ( 旧暦 ) ( 1723 年 3 月 8 日 ) ) は 、 丹後 国峰山 藩 の 第 4 代 藩 主 。 +1 佐々 宗 淳 ( さっさむ ねあつ 、 寛永 17 年 5 月 5 日 ( 旧暦 ) ( 1640 年 6 月 24 日 ) - 元禄 11 年 6 月 3 日 ( 旧暦 ) ( 169 8 年 7 月 10 日 ) ) は 、 佐々介 三郎 ( さっさすけさぶろう ) と も い い 、 徳川 光圀 ( 水戸 光圀 ) に 仕え た 人物 。 +-1 座蒲 ( 或いは 坐蒲 、 ざふ ) は 坐禅 の 際 に 使用 する 座 布団 。 +1 花山院 師賢 ( かざん いん もろ かた 、 正安 3 年 ( 130 1 年 ) - 正慶 元年 / 元弘 2 年 ( 1332 年 ) 10 月 ) は 、 鎌倉 時代 後期 の 公家 。 +1 惟宗 康友 ( これ むね や す と も 、 別名 藤内 康友 ・ 鹿児島 康友 ) は 、 日本 の 鎌倉 時代 の 御 家人 。 +1 一条 長成 ( いちじょう な が な り 、 生没年 不詳 ) は 、 平安 時代 末期 の 公家 。 +1 前田 玄以 ( まえだ げんい ) は 、 戦国 時代 から 安土 桃山 時代 に かけ て の 武将 ・ 大名 。 +-1 東洋 拓殖 株式 会社 ( とうよう たくしょく かぶしき がいしゃ ) は 、 大 日本 帝国 時代 の 朝鮮 の 植民 地 事業 を 進め る こと を 目的 と し て 設立 さ れ た 特殊 会社 で あ る 。 +-1 将軍 ( しょうぐん ) は 、 比較 的 大きな 軍隊 の 指揮 官 に 与え られ る 官職 および 称号 の 一 つ 、 また 軍閥 の 指導 者 の 地位 で も あ る 。 +1 林 信太郎 ( はやし しんたろう 、 ? - 明治 元年 10 月 27 日 ( 旧暦 ) ( 1868 年 12 月 10 日 ) ) は 新選 組 伍長 。 +-1 西方 寺 ( さいほうじ ) は 、 京都 府 京都 市 右京 区 常盤 出口 町 に あ る 浄土 宗 の 寺院 。 +-1 黄 梅院 ( おうば い いん ) は 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 、 臨済 宗 大 本山 大徳 寺 の 塔頭 ( たっちゅう ) で あ る 。 +-1 石鼓文 ( せっこ ぶん ) と は 、 唐 初期 に 陝西 省 鳳翔 府 天興 県 で 出土 し た 10 基 の 花崗 岩 の 石碑 、 また は それ に 刻 ま れ た 文字 を い う 。 +1 吉川 惟足 ( よしかわ これ たり 、 元和 ( 日本 ) 2 年 ( 1616 年 ) - 元禄 7 年 11 月 16 日 ( 旧暦 ) ( 1695 年 1 月 1日 ) ) は 、 江戸 時代 前期 の 神道 家 。 +1 今上 帝 ( きんじょうてい ・ きん じょう の みかど ) +1 藤原 宗能 ( ふじわら の むね よし 、 永保 3 年 ( 1083 年 ) - 嘉応 2 年 2 月 ( 1170 年 ) ) は 、 平安 時代 後期 の 公卿 。 +1 勧修 寺 経逸 ( かじゅうじつね は や 、 寛延 元年 10 月 6 日 ( 旧暦 ) ( 1748 年 10 月 27 日 ) - 文化 ( 元号 ) 2 年 9 月 16 日 ( 旧暦 ) ( 180 5 年 11 月 6 日 ) は 、 江戸 時代 の 公家 ( 公卿 ) 。 +1 猪子 兵助 ( いの こ ひょうすけ   生年 不詳 - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ) は 、 斎藤 道三 や 織田 信長 に 仕え た 武将 。 +1 静 御前 ( しずか ごぜん 、 生没年 不詳 ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 女性 。 +-1 日阿 ( にちあ 、 ? 年 - 1407 年 3 月 10 日 ) は 、 大石 寺 第 7 世 法 主 。 +1 大王 大妃 ( だい おう だいひ ) は 主に 現王 の お ばあ さん で 先代 の 王 の 母親 。 +1 中右記 ( ちゅうゆうき ) は 中御門 右 大臣 藤原 宗忠 が 寛治 元年 ( 1087 年 ) から 保延 4 年 ( 1138 年 ) まで 書 い た 日記 で あ り 50 余 年 に わた る 。 +1 崇峻 天皇 ( すしゅん てんのう 、 生年 不明 - 崇峻 天皇 5 年 11 月 3 日 ( 旧暦 ) ( ユリウス 暦 592 年 12 月 12 日 ) ) は 、 第 32 代 天皇 ( 在位 : 用明 天皇 2 年 8 月 2 日 ( 旧暦 ) ( 58 7 年 9 月 9 日 ) - 崇峻 天皇 5 年 11 月 3 日 ( 592 年 12 月 12 日 ) ) 。 +-1 一霊 四 魂 ( いちれい しこん ) と は 、 心 は 、 天 と 繋が る 一霊 「 直霊 」 ( なおひ ) と 4 つ の 魂 から 成り立 つ と い う 日本 の 神道 の 思想 で あ る 。 +1 古人 大兄 皇子 ( ふる ひと の おおえの みこ 、 生年 不詳 - 大化 元年 9 月 12 日 ( 旧暦 ) ( 645 年 10 月 7 日 ) ) は 、 飛鳥 時代 の 皇族 。 +1 外山 正一 ( とやま ・ まさか ず 、 嘉永 元年 9 月 27 日 ( 旧暦 ) ( 1848 年 10 月 23 日 ) - 明治 33 年 ( 190 0 年 ) 3 月 8 日 は 、 明治 時代 の 教育 家 ・ 文学 者 ・ 社会 学 者 。 +-1 豊玉 毘売神 ( トヨタマ ヒメ ) は 、 『 古事 記 』 上巻 、 山 幸彦 と 海 幸彦 神話 に 登場 する 神 ( 神道 ) 。 +1 千 宗拙 ( せんそうせつ 、 せん の そうせつ 、 文禄 元年 ( 1592 年 ) - 承応 元年 ( 1652 年 ) ) は 茶人 。 +-1 京洛 劇場 ( きょうらく げきじょう ) は 、 かつて 京都 市 中京 区 新 京極 通 六角 東入ル 松ヶ枝町 に 存在 し た 演芸 場 。 +1 宇野 久重 ( うの ひさしげ 、 生没年 不詳 ) は 室町 時代 末期 の 武将 で あ る 。 +-1 寺戸 大塚 古墳 ( てらど おおつか こふん ) は 、 京都 府 向日 市 の 西ノ岡 ( 向日 丘陵 ) に 所在 する 。 +-1 三道 ( さんどう ) と は 、 日本 に おけ る 、 「 茶道 」 、 「 華道 」 、 「 香道 」 の 三 つ を 指 す こと が 多 い が 、 これ に 「 書道 」 を 加え る こと も 多 い 。 +-1 山王 信仰 ( さん の う しんこう ) と は 、 比叡 山麓 の 日吉 大社 ( 滋賀 県 大津 市 ) より 生 じ た 神道 の 信仰 で あ る 。 +1 朽木 玄綱 ( く つき とうつな ) は 、 丹波 国 福知 山 藩 の 第 5 代 藩 主 。 +-1 歌舞伎 ( かぶき ) は 、 日本 独特 の 演劇 で 、 伝統 芸能 の 一 つ で あ る 。 +1 藤原 忠通 ( ふじわら の ただみち 、 承徳 元年 1 月 29 日 ( 旧暦 ) ( 1097 年 3 月 15 日 ) - 長寛 2 年 2 月 19 日 ( 旧暦 ) ( 11 64 年 3 月 13 日 ) ) は 、 平安 時代 後期 の 摂政 ・ 関白 ・ 太政 大臣 。 +1 尾上 松助 ( お のえ まつ すけ ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +1 安達 景盛 ( あだち かげ もり ) は 鎌倉 時代 前期 から 中期 に かけ て の 武将 。 +1 惟喬 親王 ( これ た かしんのう 、 承和 11 年 ( 844 年 ) - 寛平 9 年 2 月 20 日 ( 897 年 3 月 30 日 ) は 、 平安 時代 前期 の 皇族 。 +1 井田 磐山 ( いだ ばん ざん 、 明和 4 年 ( 1767 年 ) - 文久 3 年 3 月 18 日 ( 旧暦 ) ( 1863 年 5 月 5 日 ) ) は 日本 の 書家 。 +1 平良 正 ( たいら の よしまさ 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +1 澪標 ( みお つくし ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 王朝 交替 説 ( おうちょう こう たいせつ ) は 、 日本 の 古墳 時代 に 天皇 家 の 皇統 の 断続 が あ り 、 複数 の 王朝 の 交替 が あ っ た と する 学説 。 +1 平山 季重 ( ひらやま すえ しげ ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 武蔵 七 党 の 一 つ 西党 ( 日奉 氏 ) の 武将 。 +-1 平安 仏教 ( へいあん ぶっきょう ) と は 、 平安 時代 に 創始 さ れ た 仏教 の 宗派 で あ る 。 +1 六 歌 仙 は 『 古今 和 歌集 仮名序 』 に お い て 紀 貫之 が 「 近き 世 に その 名 きこえ た る 人 」 と し て 掲げ た 、 各々 の 歌風 を 批評 し た 六 人 の 歌人 で あ る 。 +1 英照皇太后 ( えいしょう こうたいごう 、 旧名 : 九条 夙子 ( くじょう   あさこ ) 、 天保 4 年 11 月 13 日 ( 旧暦 ) ( 1833 年 12 月 23 日 ) - 明治 30 年 ( 1897 年 ) 1 月 11 日 ) は 孝明 天皇 の 女御 に し て 明治 天皇 の 嫡母 。 +1 伊勢 貞孝 ( いせ さだたか ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 池田 重利 ( いけだ しげと し 、 天正 14 年 ( 1586 年 ) - 寛永 8 年 1 月 10 日 ( 旧暦 ) ( 1631 年 2 月 10 日 ) ) は 江戸 時代 初期 の 大名 で 新宮 藩 ( 播磨 国 ) の 初代 藩 主 。 +1 亮山 ( りょうざん 、 安永 ( 元号 ) 元年 ( 1772 年 ) - 弘化 4 年 3 月 18 日 ( 旧暦 ) ( 1847 年 5 月 2 日 ) ) は 、 江戸 時代 後期 の 僧 。 +-1 釜座通 ( か まんざどおり ) は 京都 市 の 南北 の 通り の 一 つ 。 +-1 映像 京都 ( えいぞうきょう と ) は 映画 ・ テレビ の 制作 プロダクション 。 +1 藤原 長方 ( ふじわら の なが かた 、 保延 5 年 ( 1139 年 ) - 建久 2 年 3 月 10 日 ( 旧暦 ) ( 1191 年 4 月 12 日 ) ) は 、 平安 時代 末期 の 公卿 ・ 歌人 。 +-1 上毛野 国造 ( かみつけ ぬ の くにのみやつこ ・ かみつけ ぬ こくぞう ・ かみつけ の の くにのみやつこ ・ かみつけ の こくぞう ) は 上野 国 を 支配 し た 国造 。 +1 千々石 ミゲル ( ちぢわみげる 、 Miguel 永禄 12 年 ( 1569 年 ) 頃 - 寛永 9 年 12 月 14 日 ( 1633 年 1 月 23 日 ) ? ) は 、 安土 桃山 時代 から 江戸 時代 初期 の キリシタン で 、 天正 遣欧 少年 使節 の 正使 。 +-1 肉詰め ピーマン ( にくづめ ピーマン ) と は 、 挽肉 と ピーマン を 使 っ た 料理 の 名称 。 +1 蘇我 小 姉 君 ( そが の お あね の きみ 、 生没年 不詳 ) は 蘇我 稲目 の 娘 で あ る 。 +1 一条 家 経 ( いちじょう いえつね 、 宝治 2 年 12 月 6 日 ( 旧暦 ) ( 1248 年 12 月 22 日 ) - 永仁 元年 12 月 11 日 ( 旧暦 ) ( 1294 年 1 月 8 日 ) ) は 鎌倉 時代 の 公卿 。 +1 中世 末期 から 近世 初期 に かけ て 、 武将 や 大名 家 の 武勲 ・ 武功 に つ い て 記述 し た 書物 。 +1 安富 元綱 ( やす とみもと つ な ) は 、 室町 時代 の 武将 。 +1 新美 卯一郎 ( に いみういちろう 、 1879 年 1 月 12 日 - 19 11 年 1 月 24 日 ) は 明治 の 社会 主義 者 。 +-1 民党 ( みんとう ) と は 、 明治 時代 の 自由 民権 運動 を 推進 し て き た 自由 党_ ( 明治 ) ・ 立憲 改進 党 など の 民権 派 各党 の 総称 。 +1 前島 密 ( まえじま ひそか 、 天保 6 年 1 月 7 日 ( 旧暦 ) ( 1835 年 2 月 4 日 ) - 大正 8 年 ( 1919 年 ) 4 月 27 日 ) は 、 日本 の 官僚 、 政治 家 。 +-1 第 一 次 木津川口 の 戦い ( だい いち じ きづ が わぐち の たたかい ) と は 、 1576 年 ( 天正 4 年 ) に 毛利 氏 と 織田 氏 と の 間 に 起こ っ た 戦い で あ る 。 +-1 天満屋 事件 ( てんま や じけん ) は 、 海援 隊 ( 浪士 結社 ) 士 / 陸援 隊士 ら が 京都 油小路 通 の 旅籠 ・ 天満 屋 を 襲撃 し て 、 紀州 藩士 三浦 安 を 襲 い 、 新 選 組 と 戦 っ た 事件 で あ る 。 +-1 巻藁 ( まきわら ) +-1 落語 家 ( らくご か ) は 、 落語 を 演 じ て 視聴 さ せ る こと を 職業 と する 人 。 +-1 今津 の ザゼン ソウ 群落 ( いまづ の ざ ぜんそう ぐんらく ) は 、 滋賀 県 高島 市 に あ る ザゼン ソウ の 群生地 。 +-1 大 日本 国 一宮 記 ( だい に ほんこく いちのみや き ) は 群書 類 従   第 二 輯   神祇 部   巻 第 二十 三   に 編纂 さ れ て い る 日本 国 内 の 一宮 一覧 で 、 室町 時代 の 成立 と さ れ る 。 +-1 防具 ( ぼうぐ ) と は 、 剣道 や なぎなた 、 銃剣道 で 装着 する 体 の 保護 具 の こと 。 +1 譲位 ( じょうい ) は 、 皇帝 、 国王 、 天皇 と い っ た 君主 の 地位 に あ る 者 が 、 その 地位 を 後継 者 へ 譲り 渡 す こと で あ る 。 +-1 宝生 流 ( ほうしょうりゅう ) は 能楽 に おけ る ワキ 方 の 流儀 の 一 つ 。 +-1 露地 ( ろじ ) と は 茶庭 と も い い 、 茶室 に 付随 する 庭園 の 通称 で あ る 。 +1 大槻 文蔵 ( おおつき ぶんぞう 、 1942 年 ( 昭和 17 年 ) 9 月 25 日 - ) は 、 シテ 方 観世 流能 楽師 。 +1 坂上 石楯 ( さかの うえ の いわた て ) は 、 日本 の 奈良 時代 の 人物 で あ る 。 +-1 飾り 結び ( かざり むすび ) と は 、 下記 の とおり で あ る 。 +1 内海 忠勝 ( うつみ ただかつ 、 天保 14 年 8 月 19 日 ( 旧暦 ) ( 1843 年 9 月 12 日 ) - 明治 38 年 ( 190 5 年 ) 1 月 20 日 ) は 、 日本 の 武士 、 官僚 、 政治 家 。 +-1 日本 往生 極楽記 ( にほん おう じょうごくらく き ) と は 、 平安 時代 中期 慶滋 保胤 ( ? ~ 100 2 年 ) が 編纂 し た 往生 伝 。 +-1 納殿 ( おさめどの ) と は 、 金銀 ・ 衣装 ・ 調度 品 など 各種 の 品物 を 納め て 置 く 場所 。 +1 近衛 内 前 ( この えうちさき 、 享保 13 年 6 月 22 日 ( 旧暦 ) ( 1728 年 7 月 28 日 ) - 天明 5 年 3 月 20 日 ( 旧暦 ) ( 1785 年 4 月 28 日 ) ) は 、 江戸 時代 中期 の 公家 、 関白 、 太政 大臣 。 +1 紀 家子 ( き の いえこ 、 生没年 不詳 ) は 、 平安 時代 後期 の 女官 。 +-1 町 役人 ( ちょうやくにん ・ まち やくにん ) と は 、 江戸 時代 都市 部 に おけ る 行政 的 な 組織 ( 社会 科学 ) で あ る 。 +1 嘉子 内 親王 ( かし ( よしこ ) ないしんのう 、 生没年 不詳 ) は 、 平安 時代 後期 の 皇族 。 +1 朱 雀帝 / 朱雀院 ( すざくてい ・ すざく の みかど / すざく いん ) は 、 『 源氏 物語 』 に 登場 する 二 番 目 の 天皇 ( 在位 「 葵 ( 源氏 物語 ) 」 ~ 「 澪標 」 ) 。 +-1 免 ( めん ) と は 免合 / 免相 ( めんあい ) と も 呼 ば れ 、 江戸 時代 に おけ る 石高 に 対 する 貢租 の 割合 を 指 す 。 +1 古河 力 作 ( ふるかわ りきさく 、 1884 年 6 月 14 日 - 19 11 年 1 月 24 日 ) は 無 政府 主義 者 。 +1 黒田 長政 ( くろだ なが まさ ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 ・ 大名 で あ る 。 +1 姉小路 頼綱 ( あね が こうじ よりつな 、 天文 ( 元号 ) 9 年 ( 1540 年 ) - 天正 15 年 ( 1587 年 ) ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 武将 、 大名 。 +-1 粥 ( かゆ ) は 、 米 ( 粳米 ) 、 アワ 、 ソバ など の 穀類 や 豆類 、 芋類 など を 多目 の 水 で 柔らか く 煮 た 料理 。 +1 大伴 家持 ( おおと もの や かもち 、 養老 2 年 ( 71 8 年 ) 頃 - 延暦 4 年 8 月 28 日 ( 旧暦 ) ( 785 年 10 月 5 日 ) ) は 奈良 時代 の 政治 家 、 歌人 。 +1 弥世継 ( いや よつぎ ) は 、 鎌倉 時代 初期 に 藤原 隆信 が 書 い た と さ れ る 高倉 天皇 ・ 安徳 天皇 の 2 代 の 天皇 の 治世 を 扱 っ た 歴史 物語 ( 歴史 書 ) で あ る が 、 現存 し て い な い 。 +1 檜扇 ( ひおうぎ ) と は 、 宮中 で 用い られ た 木製 の 扇 の こと 。 +-1 内山 永久 寺 ( うち やま えいきゅうじ ) は 奈良 県 天理 市 杣之内 町 に かつて 存在 し た 寺院 で あ る 。 +1 小馬 命婦 ( こうま の みょうぶ 、 生没年 不詳 ) は 、 平安 時代 円 融朝 の 女流 歌人 。 +-1 大祓 ( おおはら え ) は 、 6 月 と 12 月 の 晦日 ( 新暦 で は 6 月 30 日 と 12 月 31 日 ) に 行 わ れ る 除災 行事 で あ る 。 +-1 石盛 ( こくもり ) と は 、 検地 に おけ る 田畠 屋敷 の 法定 の 段 あたり の 見積 生産 高 ( 斗代 ) の こと 。 +-1 填島 城 の 戦い ( まきしま じょう の たたか い ) は 、 元亀 4 年 ( 1573 年 ) 3 月 から 7 月 に かけ て 行な わ れ た 織田 信長 軍 と 足利 義昭軍 の 戦い 。 +1 刀自古郎女 ( とじこ の いらつめ 、 生没年 不詳 ) は 、 聖徳 太子 の 妃 。 +-1 常念 寺 ( じょうねんじ ) は 京都 府 木津川 市 加茂 町 に あ る 西教寺 の 仏教 寺院 。 +-1 喜光 寺 ( きこうじ ) は 奈良 県 奈良 市 菅原町 に あ る 法相 宗 の 寺院 で あ る 。 +-1 絵馬 ( えま ) は 、 神社 や 寺院 に 祈願 する とき 、 および 祈願 し た 願い が 叶 っ て その 謝礼 を する とき に 寺社 に 奉納 する 、 絵 が 描 か れ た 木 の 板 で あ る 。 +-1 石川 氏 ( いしかわ し ) は 、 平安 時代 中期 から 戦国 時代 ( 日本 ) の 武家 。 +-1 冠島 ( かんむりじま ) は 、 京都 府 舞鶴 市 に あ る 島 。 +1 佐竹 義直 ( さたけよしなお 、 慶長 17 年 ( 1612 年 ) - 明暦 2 年 閏 4 月 8 日 ( 旧暦 ) ( 1656 年 5 月 31 日 ) ) は 江戸 時代 の 人物 。 +1 竹田宮 ( たけだのみや ) は 、 明治 後期 に 北白川 宮能久 親王 の 王子 、 竹田 宮 恒久 王 が 創設 し た 宮家 で あ る 。 +1 四 代 目 鶴屋 南北 ( よだい めつる や なんぼく 、 宝暦 5 年 ( 1755 年 ) - 文政 12 年 11 月 27 日 ( 旧暦 ) ( 1829 年 12 月 22 日 ) ) は 、 江戸 時代 後期 に 活躍 し た 歌舞伎 狂言 の 作者 。 +-1 唐古 ・ 鍵 遺跡 ( からこ ・ かぎ ・ いせき ) は 奈良 盆 地 中央 部 、 標高 約 48 メートル 前後 の 沖積 地 、 奈良 県 磯城 郡 田原本 町 大字 唐古 及び 大字 鍵 に 立地 する 弥生 時代 の 環濠 集落 遺跡 。 +-1 琴引浜 ( こと ひきはま ) は 、 京都 府 京丹後 市 ( 旧 網野 町 ) に あ る 砂浜 。 +-1 江戸 前 ず し ( 江戸 前 鮨 、 江戸 前 鮓 、 江戸 前 寿司 ) は 握りずし を 中心 と し た 、 早ずし で あ る 。 +1 安達 長 泰 ( あだち ながやす 、 建暦 元年 ( 1211 年 ) - 弘長 2 年 8 月 12 日 ( 旧暦 ) ( 1262 年 9 月 26 日 ) ) は 、 鎌倉 時代 前期 の 鎌倉 幕府 の 御 家人 。 +1 三善 為 康 ( みよし の ため やす 、 永承 4 年 ( 1049 年 ) - 保延 5 年 8 月 4 日 ( 旧暦 ) ( 1139 年 8 月 29 日 ) ) は 、 平安 時代 後期 の 貴族 ・ 算 道家 。 +-1 諸蕃 ( しょばん ) と は 、 古代 日本 に お い て いわゆる 「 三韓 」 と 呼 ば れ た 朝鮮 半島 の 国々 及び そこ に 出自 を 持 つ 渡来 人系 氏族 を 指 す 言葉 。 +1 宝生 九郎 知栄 ( ほうしょう くろう と も はる 、 1837 年 - 1917 年 ) は 、 シテ 方 宝生 流能 楽師 。 +-1 修福寺 ( しゅうふくじ ) は 、 京都 府 綴喜 郡 井手 町 に 所在 する 日蓮 正宗 の 寺院 で あ る が 現在 は 正信 会 の 僧侶 が 占有 ・ 居住 し て い る 。 +1 清原 真衡 ( きよはら の さねひら 、 ? - 永保 3 年 ( 1083 年 ) ) は 、 平安 時代 後期 の 武将 。 +1 山中 長俊 ( やまなか なが と し 、 天文 ( 元号 ) 16 年 ( 1547 年 ) - 慶長 12 年 2 月 24 日 ( 旧暦 ) ( 160 7 年 3 月 21 日 ) ) は 、 安土 桃山 時代 の 大名 。 +-1 新徴組 ( しんちょうぐみ ) は 、 江戸 時代 後期 の 文久 2 年 ( 1862 年 ) に 結成 さ れ た 、 江戸 幕府 に よ る 警備 組織 で あ る 。 +1 仲恭 天皇 ( ちゅうきょうてんのう 、 建保 6 年 10 月 10 日 ( 1218 年 10 月 30 日 ) - 天福 2 年 5 月 20 日 ( 1234 年 6 月 18 日 ) ) は 鎌倉 時代 の 第 85 代 天皇 ( 在位 承久 3 年 4 月 20 日 ( 1221 年 5 月 13 日 ) - 承久 3 年 7 月 9 日 ( 1221 年 7 月 29 日 ) 。 +-1 衣蛸 ( ころ もだこ ) は 、 京都 府 与謝 郡 に 伝わ る 海 の 妖怪 。 +-1 チキン 南蛮 ( チキン なんばん ) は 、 宮崎 県 延岡 市 を 発祥 地 と する ご 当地 料理 。 +1 岡本 顕逸 ( おかもと けんいつ 、 永禄 2 年 ( 1559 年 ) - 天正 19 年 ( 1591 年 ) ) は 日本 の 戦国 時代 ( 日本 ) の 武将 で 、 常陸 国 の 戦国 大名 佐竹 氏 の 家臣 。 +1 小山 朝政 ( おやま とも まさ ) は 平安 時代 末期 から 鎌倉 時代 初期 の 武将 で あ る 。 +1 後藤 新平 ( ごとう しんぺい 、 安政 4 年 6 月 4 日 ( 旧暦 ) ( 1857 年 7 月 24 日 ) - 昭和 4 年 ( 1929 年 ) 4 月 13 日 ) は 明治 ・ 大正 ・ 昭和 初期 の 医師 ・ 官僚 ・ 政治 家 で あ る 。 +1 市川 崑 ( いちかわ こん 、 幼名 : 市川 儀一 、 1915 年 ( 大正 4 年 ) 1 1 月 20 日 - 2008 年 ( 平成 20 年 ) 2 月 13 日 ) は 日本 の 映画 監督 。 +-1 ミョウガ ( 茗荷 、 学名 : Zingibermioga ) は ショウガ 科 ショウガ 属 の 多年 草 。 +-1 『 勧進 帳 』 ( かんじん ちょう ) は 、 能 の 演目 『 安宅 』 を もと に し た 歌舞伎 の 演目 。 +1 池田 定保 ( いけだ さだ やす ) は 、 因幡 若桜 藩 ( 鳥取 西 館 新田 藩 ) の 第 7 代 藩 主 。 +-1 湯冷ま し ( ゆざまし ) は 煎茶道 に おけ る 茶 道具 の 一 つ 。 +-1 大隈 財政 ( おおく ま ざいせい ) と は 、 明治 初期 に 大蔵 卿 大隈 重信 ( 参議 兼務 ) に よ っ て 推進 さ れ た 財政 政策 の こと 。 +1 佐伯 有頼 ( さえき の あり より 、 67 6 年 頃 - 75 9 年 ? ) は 、 飛鳥 時代 の 越 中国 の 国司 、 佐伯 有若 の 息子 。 +-1 立憲 政体 の 詔書 ( りっけん せいたい の しょうしょ ) は 、 1875 年 ( 明治 8 年 ) 4 月 14 日 に 明治 天皇 が 発 し た 詔書 。 +-1 筑波 国造 ( つくば の くにのみやつこ ・ つくば こく ぞう ) は 常陸 国 南部 を 支配 し た 国造 。 +-1 寺内 町 ( じな い ちょう 、 じな い まち ) と は 、 室町 時代 に 浄土 真宗 など の 仏教 寺院 、 道場 ( 御坊 ) を 中心 に 形成 さ れ た 自治 集落 の こと 。 +-1 寺社 ( じしゃ ) と は 寺院 と 神社 の 総称 。 +1 山部 赤人 ( やまべ の あかひと 、 生没年 不詳 ) は 、 奈良 時代 の 歌人 。 +1 多久安 順 ( たくやす と し 、 永禄 6 年 ( 1563 年 ) - 寛永 13 年 ( 1636 年 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 の 人物 。 +1 今川 範政 ( いまがわ のりまさ ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 守護 大名 。 +1 水野 忠邦 ( みず の ただくに ) は 、 江戸 時代 の 大名 ・ 老中 。 +-1 花 脊峠 ( はなせ とうげ ) は 京都 府 京都 市 左京 区 内 に あ る 国道 上 の 峠 で あ る 。 +-1 真正 極楽 寺 ( しんしょ うごくらくじ ) は 、 京都 市 左京 区 に あ る 天台 宗 の 寺院 で 通称 真如堂 ( しんにょ どう ) と 呼 ば れ る 。 +1 大喪 の 礼 ( たいそう の れい ) と は 、 皇室 典範 第 25 条 の 規定 に よ り 国 の 儀式 と し て 行 わ れ る 天皇 の 葬儀 の 事 。 +-1 金座 ( きんざ ) と は 、 江戸 幕府 に お い て 金貨 鋳造 あるいは 鑑定 ・ 検印 を 行 っ た 場所 あるいは 組織 。 +1 伊福吉部 徳足 比売 ( いふくべ の とこたり ひめ / いふきべ の とこたり ひめ ) ( 生年 不詳 - 和銅 元年 ( 70 8 年 ) 7 月 1日 ( 旧暦 ) ) は 、 飛鳥 時代 の 因幡 国 の 豪族 、 伊福部 氏 ( 伊福 吉部 氏 ) の 女性 で あ る 。 +1 伊賀 少将 ( い が しょうしょう 、 生没年 不詳 ) は 、 平安 時代 後期 の 歌人 。 +1 藤原 陳忠 ( ふじわら の のぶただ 、 生没年 不詳 ) は 、 平安 時代 中期 の 中流 貴族 。 +-1 股 のぞ き ( また のぞき ) は 、 京都 府 宮津 市 に あ る 傘松 公園 や 天橋 立 ビューランド から 天橋 立 を 観 る 方法 の 1 つ で あ る 。 +-1 とろろ 昆布 ( とろろこんぶ 、 薯蕷 昆布 ) は コンブ を 加工 し た 食材 。 +1 内藤 弘矩 ( ない とう ひろのり ) は 、 日本 の 室町 時代 後期 の 武将 。 +-1 南都 焼討 ( なんと やきうち ) は 、 治承 4 年 12 月 28 日 ( 旧暦 ) ( 1181 年 1 月 15 日 ) に 平清 盛 の 命 を 受け た 平重衡 ら 平 氏 軍 が 、 東大 寺 ・ 興福寺 など 奈良 ( 南都 ) の 仏教 寺院 を 焼討 に し た 事件 。 +1 法然 ( ほうねん ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 日本 の 僧侶 で 、 浄土 宗 の 開祖 。 +1 施薬 院 全宗 ( やくいん ぜん そう 、 大永 6 年 ( 1526 年 ) - 慶長 4 年 ( 1599 年 ) ) は 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 医者 。 +-1 天正 大判 ( てんしょう おおばん ) と は 安土 桃山 時代 から 江戸 時代 の 初期 に 掛け て 、 主に 豊臣 家 が 金 細工 師 後藤家 に 鋳造 を 命 じ た 大判 で あ り 、 天正 16 年 ( 1588 年 ) が 初鋳 と さ れ 、 天正 菱 大判 ( てんしょうひ し おおばん ) 、 天正長 大判 ( てんしょう な が おおばん ) および 大仏 大判 ( だいぶつ おおばん ) が 知 ら れ る 。 +1 松 東院 ( しょうとういん 、 天正 3 年 ( 1575 年 ) - 明暦 3 年 ( 1657 年 ) ) は 安土 桃山 時代 - 江戸 時代 初期 の 有力 な キリシタン 。 +1 桂 昌院 ( けい しょういん 、 1627 年 ( 寛永 4 年 ) - 17 0 5 年 8 月 11 日 ( 宝永 2 年 6 月 22 日 ( 旧暦 ) ) ) は 江戸 時代 の 女性 。 +-1 善珠 ( ぜんしゅ ・ ぜん じゅ 、 養老 7 年 ( 723 年 ) - 延暦 16 年 4 月 21 日 ( 旧暦 ) ( 797 年 5 月 25 日 ) ) は 、 奈良 時代 から 平安 時代 前期 に かけ て の 僧 。 +-1 嵐寛寿郎 プロダクション ( あらし かん じゅうろう - 、 1928 年 4 月 設立 - 1929 年 2 月 第 1 期 解散 / 1931 年 8 月 第 2 期 設立 - 1937 年 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +1 橘 氏 公 ( たちばなのうじきみ 、 延暦 2 年 ( 783 年 ) - 承和 ( 日本 ) 14 年 12 月 19 日 ( 旧暦 ) ( 848 年 2 月 1日 ) ) は 、 平安 時代 前期 の 公卿 。 +1 石上 皇子 ( いその かみおうじ ・ いその かみ のみこ 。 生没年 不詳 ) +-1 単衣 ( ひと え ) +-1 森重流 砲術 ( もりしげ りゅう ほうじゅつ ) は 砲術 の 流派 の ひと つ 。 +1 赤沢 長経 ( あかざわ ながつね ) は 、 戦国 時代 ( 日本 ) ( 室町 時代 後期 ) の 武将 。 +-1 京都 市 交響 楽団 ( きょう とし こうきょう がくだん 、 KyotoSymphonyOrchestra ) は 、 京都 市 に 本拠 を 置 く プロ の オーケストラ 。 +-1 手鞠 歌 ( てまり うた 、 手まり 歌 、 手まり 唄 、 手毬 歌 、 手毬 唄 など と も 表記 ) は 、 少女 たち が 手まり を つ き ながら 歌 っ た 童歌 、 遊び 歌 の 一種 で あ る 。 +-1 人力 車 ( じんりきしゃ ) と は 、 主に 明治 から 大正 ・ 昭和 初期 に 移動 手段 と し て 用い られ た 、 人 を 輸送 する ため の 人力 に よ る 車 。 +-1 女性 参政権 ( じょせい さん せいけん ) また は 婦人 参 政権 ( ふじん さん せいけん ) と は 、 女性 が 直接 また は 間接 的 に 国 な い し 地方 の 政治 に 参加 する ため の 諸 権利 を 言 う 。 +1 蘇我 韓子 ( そが の からこ 、 生年 未詳 - 465 年 5 月 ( 旧暦 ) ) は 、 古墳 時代 の 豪族 。 +-1 秋田 蘭画 ( あきた らん が ) と は 、 江戸 時代 に おけ る 絵画 の ジャンル の ひと つ で 、 久保田 藩 ( 秋田 藩 ) 主 や 藩士 を 担い手 と し た 、 西洋 画 の 手法 を 取り入れ た 構図 と 純 日本 的 な 画材 を 使用 し た 和洋 折衷 絵画 で あ る 。 +1 藤原 寛子 ( ふじわら の かんし / ひろこ ) +-1 東 舞鶴 公園 ( ひがしまい づる こうえん ) は 、 京都 府 舞鶴 市 に あ る 公園 。 +-1 石井 家 ( いわいけ ) は 桓 武平 氏 高 棟 王 流 の 堂上 家 で あ る 。 +-1 大逆 事件 ( たいぎゃく じけん ) +1 彭城 百 川 ( さかき ひゃく せん 、 元禄 10 年 10 月 28 日 ( 旧暦 ) ( 1697 年 12 月 11 日 ) - 宝暦 2 年 8 月 25 日 ( 旧暦 ) ( 175 2 年 10 月 2 日 ) ) は 、 江戸 時代 中期 の 南画 。 +-1 貴醸 酒 ( きじょうしゅ ) と は 、 水 の 代わり に 酒 で 仕込 ん だ 酒 で 、 独特 の とろみ の あ る 甘口 の 日本 酒 で あ る 。 +-1 日本 刺繍 ( にほん ししゅう ) と は 絹糸 を 両手 を 使 っ て 刺 し て い く 刺繍 の こと を い う 。 +-1 織田 政権 ( おだ せいけん ) と は 、 天正 元年 ( 1573 年 ) ( 実質 的 に は 永禄 11 年 ( 1568 年 ) ) から 天正 10 年 ( 15 82 年 ) まで 成立 し た 日本 の 武家 政権 。 +1 後藤 祐乗 ( ご とう ゆうじょう 、 永享 12 年 ( 1440 年 ) - 永正 9 年 5 月 7 日 ( 旧暦 ) ( 1512 年 6 月 20 日 ) ) は 、 装剣 金工 の 後藤 家 の 祖 。 +1 日置 道 形 ( へ きみ ち かた 、 生没年 不明 ) は 奈良 時代 後半 の 官人 。 +-1 近江 高島 藩 ( おう み たかしま はん ) は 、 近江国 高島 郡 ( 現在 の 滋賀 県 高島 市 ) に 存在 し た 藩 。 +-1 神宮 式年 遷宮 ( じんぐう しきねん せんぐう ) は 神宮 ( 伊勢 神宮 ) の 式年 遷宮 の こと で あ る 。 +1 行徳 玉江 ( ぎょう とく ぎょくこう 、 文政 11 年 5 月 ( 1828 年 ) - 明治 34 年 ( 1901 年 ) 6 月 22 日 ) は 、 幕末 から 明治 期 の の 日本 の 漢詩 人 ・ 書家 ・ 文人 画 ・ 篆刻 家 で あ る 。 +1 常盤井 宮 恒直 親王 ( ときわい の みやつねなお しんのう 、 生年 未詳 - 天文 ( 元号 ) 21 年 ( 1552 年 ) 8 月 ) は 室町 時代 後期 の 皇族 、 常盤井 宮家 最後 の 当主 。 +1 金剛 唯一 ( こんごう ただいち 、 1815 年 ( 文化 ( 元号 ) 12 年 ) - 1884 年 ( 明治 17 年 ) ) と は 、 シテ 方 金 剛 流能 楽師 。 +-1 日峰 宗舜 ( にっぽう そうしゅん 、 応安 元年 / 正平 ( 日本 ) 23 年 ( 1368 年 ) - 文安 5 年 1 月 26 日 ( 旧暦 ) ( 1448 年 3 月 1日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 に かけ て の 臨済 宗 の 僧 。 +1 渟 名城 入 媛命 ( ぬ な き いりびめ の みこと 、 生没 年 未詳 ) は 、 崇神 天皇 の 皇女 で 、 母 は 尾張 大 海媛 。 +-1 貴船口 駅 ( きぶねぐち えき ) は 、 京都 府 京都 市 左京 区 鞍馬 貴船 町 に あ る 、 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +1 塩谷 親朝 ( しおの や ちか と も 、 建久 5 年 5 月 18 日 ( 旧暦 ) ( 1194 年 6 月 8 日 ) - 建長 2 年 10 月 14 日 ( 旧暦 ) ( 1250 年 11 月 9 日 ) ) は 、 鎌倉 時代 の 下野 国塩谷 郡 の 武将 。 +1 細川 師 氏 ( ほそかわ も ろうじ 、 正安 6 年 ( 130 5 年 ) - 正平 ( 日本 ) 3 年 / 貞和 4 年 ( 1348 年 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) の 武将 。 +-1 元海 ( げん かい 、 寛治 7 年 ( 1093 年 ) - 保元 元年 ( 1156 年 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +-1 琴伝流 ( きん でんりゅう ) は 、 全国 に 40 万 人 以上 の 会員 と 1 万 人 以上 の 講師 ( 教育 ) 陣 を 擁 する 日本 最大 の 大正 琴流派 で あ る 。 +1 閑院 宮 孝仁親王 ( かんいんの みや た つひと しんのう 、 寛政 4 年 4 月 28 日 ( 旧暦 ) ( 1792 年 6 月 17 日 ) - 文政 7 年 2 月 9 日 ( 旧暦 ) ( 1824 年 3 月 9 日 ) ) は 、 江戸 時代 の 皇族 。 +-1 真神 ( まかみ ) は 、 現在 は 絶滅 し て しま っ た 日本 オオカミ が 神格 化 し た もの 。 +1 平維盛 ( たいら の これ もり ) は 、 平安 時代 末期 の 武将 。 +1 阿保 親王 ( あぼしんのう 、 延暦 11 年 ( 792 年 ) - 承和 9 年 10 月 22 日 ( 842 年 12 月 1日 ) は 、 平安 時代 の 皇族 。 +-1 平安 神宮 神苑 ( へいあん じんぐう しんえん ) は 京都 府 京都 市 左京 区 に あ る 池泉 回遊 式 庭園 の 近代 日本 庭園 。 +1 岩倉 広雅 ( いわくら ひろまさ 、 延享 3 年 ( 1746 年 ) ‐ 明和 6 年 10 月 3 日 ( 旧暦 ) ( 1769 年 10 月 31 日 ) は 、 江戸 時代 中期 の 廷臣 。 +-1 「 七 シコブチ 」 と は 、 京都 府 と 滋賀 県 を 流れ る 安曇川 流域 固有 の 信仰 神 で あ る 「 しこぶち神 」 を 祀 る 主要 な 7 社 を 指 す 。 +1 橘則光 ( たちばなの のりみつ 、 康保 2 年 ( 965 年 ) - 没年 未詳 ) は 平安 時代 中期 の 官人 。 +1 勧善 懲悪 ( かんぜん ちょうあく ) と は 「 善 を 勧め 、 悪 を 懲しめ る 」 こと を 意味 する 四字 熟語 で あ る 。 +-1 剥片 ( はくへん 、 flake 、 フレイク ) と は 、 原石 を 打ち欠 い て つく っ た 薄 いかけら の こと 。 +-1 葛城 国造 ( かずら き の くにのみやつこ ・ かずら き こく ぞう ・ かつらぎ の くにのみやつこ ・ かつらぎ こくぞう ) は 大和 国 南西 部 を 支配 し た 国造 。 +-1 武家 造 ( ぶけづくり ) と は 、 鎌倉 時代 の 武家 住宅 の 様式 と 想定 さ れ た もの で あ る 。 +-1 大山崎 駅 ( おおやまざき えき ) は 、 京都 府 乙訓 郡 大山崎 町 に あ る 、 阪急 電鉄 阪急 京都 本線 の 鉄道 駅 。 +-1 黒船 ( くろふね ) は 、 大型 の 西洋 式 航洋 船 の こと で 、 語 と し て は 江戸 時代 の 前 から 近世 の 日本 で 用い られ た 。 +1 後藤 基清 ( ごとう もと きよ 、 生年 不詳 - 承久 3 年 7 月 2 日 ( 旧暦 ) ( 1221 年 7 月 22 日 ) ) は 、 鎌倉 時代 初期 の 武将 。 +1 マキノ 正幸 ( まきの まさゆき 、 1940 年 - ) は 、 日本 の 経営 者 。 +-1 選挙 干渉 ( せん きょ かんしょう ) と は 政権 保持 者 が 反党 勢力 を 排除 する ため に 、 不正 に 選挙 に 干渉 する こと 。 +1 妙竜 ( みょうりゅう 、 宝永 2 年 6 月 22 日 ( 旧暦 ) ( 170 5 年 8 月 11 日 ) - 天明 6 年 6 月 10 日 ( 旧暦 ) ( 1786 年 7 月 5 日 ) ) は 、 江戸 時代 中期 の 真言律宗 の 僧 。 +-1 出水 通 ( で みずどおり ) は 京都 市 の 東西 の 通り の 一 つ 。 +-1 鳥羽 ・ 伏見 の 戦い ( とば ・ ふしみ の たたか い , 慶応 4 年 1 月 3 日 ( 旧暦 ) - 1 月 6 日 ( 旧暦 ) ( 1868 年 1 月 27 日 - 1 月 30 日 ) ) は 、 戊辰 戦争 の 緒戦 に あた り 、 京都 南郊 の 上 鳥羽 ( 京都 市 南 区 ( 京都 市 ) ) 、 下鳥 羽 、 竹田 、 伏見 ( 京都 市 伏見 区 ) で 行 わ れ た 戦い で あ る 。 +-1 奈良 華族 ( なら かぞく ) は 、 明治 維新 後 に 下記 に 述べ る よう な 特殊 な 事情 に よ っ て 公家 社会 に 復帰 し 、 その ため に 後 に 華族 と な る こと を 得 た 家系 及び その 家系 に 属 する 人々 を 指 す 。 +1 源 頼家 ( みなもと の より いえ ) は 、 鎌倉 幕府 第 2 代 征夷 大将軍 ( 鎌倉 殿 ) 。 +-1 寺町 通 ( てらまち どおり ) は 京都 市 の 南北 の 通り の 一 つ 。 +1 篠田 芥津 ( しのだ かいしん 、 男性 、 文政 4 年 ( 1821 年 ) – 明治 35 年 ( 190 2 年 ) ) は 、 明治 時代 に 京都 で 活躍 し た 日本 の 篆刻 家 で あ る 。 +-1 本能 寺 ( ほんのうじ ) は 、 京都 府 京都 市 中京 区 に あ る 、 法華 宗 本 門 流 の 寺院 。 +-1 法住 寺 合戦 ( ほうじゅうじ かっせん ) は 、 寿永 2 年 ( 1183 年 ) 1 1 月 19 日 ( 旧暦 ) 、 源 義仲 が 院 御所 ・ 法住 寺 殿 を 襲撃 し て 、 後白河 天皇 と 後鳥 羽 天皇 を 幽閉 、 政権 を 掌握 し た 軍事 クーデター で あ る 。 +-1 木 の 子 ( きのこ ) は 、 近畿 地方 に 伝わ る 妖怪 。 +-1 歌舞伎 十 八 番 ( かぶ き じゅう はち ばん ) と は 、 市川 團十郎 ( 7 代 目 ) が 選定 し た 家 の 芸 。 +-1 三 奉請 ( さん ぶ じょう ) と は 法事 讃 から 採 っ た 偈文 ( げもん ) で あ る 。 +-1 石器 ( せっき ) と は 、 石 を 材料 と し て 、 それ を 加工 し て 製作 し た 道具 の 総称 で あ る 。 +1 平維衡 ( たいら の これ ひら 、 生没年 不詳 ) は 平安 時代 の 武将 。 +-1 煎 り 酒 ( いりざけ ) と は 、 江戸 時代 に 用い られ て い た 日本 の 古 い 調味 料 で 、 日本 酒 に 梅干 を 入れ て 煮詰め た もの 。 +1 藤間 勘十郎 ( ふじま かんじゅうろう ) は 、 藤間 流勘 十郎 派 の 名跡 。 +1 山田 重忠 ( やまだ   しげただ ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +-1 おふ さ 観音 ( おふ さ かんの ん ) は 、 奈良 県 橿原 市 小房 ( おうさ ) 町 に あ る 寺院 の 通称 名 で あ る 。 +-1 唐輪 ( からわ ) と は 、 安土 桃山 時代 ごろ 兵庫 や 堺 市 など の 上方 の 港町 の 遊女 に 好 ま れ た 女髷 。 +1 脇坂 安実 ( わきさか や すざね ) は 、 播磨 国 龍野 藩 の 第 6 代 藩 主 。 +-1 三条 制札 事件 ( さんじょう せいさつ じけん ) は 、 幕末 の 慶応 2 年 9 月 12 日 ( 旧暦 ) ( 1866 年 10 月 20 日 ) 。 +-1 東海道 中 膝栗毛 ( とうかいどう ちゅうひ ざくりげ ) は 、 180 2 年 ( 享和 2 年 ) から 1814 年 ( 文化 ( 元号 ) 11 年 ) に かけ て 初刷り さ れ た 、 十 返舎 一九 の 滑稽 本 で あ る 。 +1 蘆名 盛政 ( あしな もりまさ 、 1386 年 ( 元中 3 年 / 至徳 ( 日本 ) 3 年 ) - 1434 年 ( 永享 6 年 ) ) は 、 室町 時代 前 ・ 中期 の 武将 。 +-1 釈 宗演 ( しゃくそう えん 、 安政 6 年 12 月 18 日 ( 旧暦 ) ( 18 60 年 1 月 10 日 ) - 大正 8 年 ( 1919 年 ) 1 1 月 1日 ) は 、 明治 ・ 大正 期 の 臨済 宗 の 僧 。 +1 乃木 静子 ( のぎしずこ 、 安政 6 年 11 月 6 日 ( 旧暦 ) ( 1859 年 11 月 29 日 ) - 大正 元年 ( 1912 年 ) 9 月 13 日 ) は 、 幕末 ・ 明治 期 の 女性 で 、 陸軍 大将 ・ 乃木 希典 の 妻 。 +1 浅野 薫 ( あさ の かおる 、 生年 不詳 〜 慶応 3 年 ( 1867 年 ) 頃 ? ) は 、 新 選 組 諸士 調役 兼 監察 で あ る 。 +1 帆足 万里 ( ほあし ばんり 、 安永 7 年 1 月 15 日 ( 旧暦 ) ( 1778 年 2 月 11 日 ) - 嘉永 5 年 6 月 14 日 ( 旧暦 ) ( 1852 年 7 月 30 日 ) ) は 、 江戸 時代 後期 の 儒学 者 ・ 経世 論 。 +-1 産 土神 ( うぶすなかみ , うぶしな の かみ , うぶ の かみ ) は 生まれ た 土地 を 領有 、 守護 する 神 。 +1 長谷川 守知 ( はせがわ もり とも 、 永禄 12 年 ( 1569 年 ) - 寛永 9 年 11 月 26 日 ( 旧暦 ) ( 1633 年 1 月 6 日 ) ) は 、 安土 桃山 時代 の 武将 。 +1 松方 正義 ( まつかた まさよし 、 1835 年 3 月 23 日 ( 天保 6 年 2 月 25 日 ( 旧暦 ) ) - 1924 年 ( 大正 13 年 ) 7 月 2 日 ) は 日本 の 武士 ( 薩摩 藩 士 ) 、 政治 家 。 +-1 本家 ( ほんけ ) は 、 日本 の 荘園 に おけ る 重層 的 土地 支配 構造 ( 荘園 公領 制 、 職 の 体系 を 参照 ) 上 、 最上 位 に 位置 づけ られ る 土地 の 名義 上 の 所有 権 者 で あ る 。 +-1 祟り ( たたり ) と は 、 神 や 仏 、 人 の 霊魂 が 人間 に 災い を 与え る こと 、 また 、 その 災い を 与え る とき に 働 く 超 自然 的 な 力 の こと で あ る 。 +-1 似雲 ( じうん 、 寛文 13 年 1 月 2 日 ( 旧暦 ) ( 167 3 年 2 月 18 日 ) - 宝暦 3 年 7 月 8 日 ( 旧暦 ) ( 175 3 年 8 月 6 日 ) ) は 、 江戸 時代 中期 の 浄土 真宗 の 僧 ・ 歌人 。 +1 平盛 嗣 ( たいら の もりつぐ 、 生年 不詳 - 建久 5 年 ( 1194 年 ) ) は 、 平安 時代 末期 の 伊勢 平 氏 方 の 武将 。 +1 大谷 光暢 ( おおた に こうちょう   190 3 年 ( 明治 36 年 ) 10 月 1日 - 1993 年 ( 平成 5 年 ) 4 月 13 日 ) は 、 浄土 真宗 の 僧 で 、 東本願 寺 第 24 代 法主 ( のち に 門首 ) 。 +-1 明治 ( めいじ ) は 、 日本 の 元号 の 一 つ 。 +-1 小見 真観 寺 古墳 ( お み しん かん じこ ふん ) は 、 埼玉 県 行田 市 の 小見 古墳 群内 に あ る 前方 後 円墳 で あ る 。 +1 郷 純造 ( ごう じゅんぞう 、 文政 8 年 4 月 26 日 ( 旧暦 ) ( 182 5 年 6 月 12 日 ) - 明治 43 年 ( 1910 年 ) 12 月 2 日 ) は 、 日本 の 武士 ・ 幕臣 、 大蔵 省 官僚 、 政治 家 で あ る 。 +-1 奈良 時代 ( なら じだい 、 71 0 年 - 794 年 ) は 広義 に は 710 年 ( 和銅 3 年 ) に 元明 天皇 が 平城 京 に 都 を 移 し て から 、 794 年 ( 延暦 13 年 ) に 桓武 天皇 に よ っ て 平安 京 に 都 が 移 さ れ る まで の 84 年間 を 指 す 日本 の 歴史 の 時代 区分 の 一 つ 。 +1 出雲 阿国 ( いずも の おく に 、 元亀 3 年 ? ( 1572 年 ) - 没年 不詳 ) は 、 歌舞伎 の 創始 者 と さ れ る 安土 桃山 時代 の 女性 芸能 者 。 +-1 葛野 大路 ( かど の おおじ ) は 、 京都 府 京都 市 の 主要 な 南北 の 通り の 一 つ 。 +1 冷泉 為理 ( れいぜいため ただ 、 文政 7 年 7 月 1日 ( 旧暦 ) ( 1824 年 7 月 26 日 ) - 明治 18 年 ( 1885 年 ) 4 月 25 日 ) は 日本 の 歌人 。 +1 玄法 ( げん ほう ) は 、 奈良 時代 の 僧 。 +1 玉田 宿禰 ( たまだ の すくね 、 生年 不詳 - 允 恭 天皇 5 年 ( 416 年 ) ) 、 紀元 5 世紀 ごろ の 葛城 氏 の 豪族 。 +-1 追捕使 ( ついぶし ) は 日本 の 律令 制下 の 令外 官 の 一 つ 。 +-1 白折 ( しらおれ ) は 、 日本 茶 の 一種 で 玉露 や 煎茶 の 製造 過程 で 取り除 か れ た 茎 の 部分 を 集め た もの で 、 茎 独特 の 味 が あ る 。 +-1 伴造 ( ともの みやつこ ) と は 、 連 ( むらじ ) と も 重な り 、 また 連 の 下 で ヤマト 王権 の 各 部司 を 分掌 し た 豪族 で あ る 。 +-1 浄土 ( じょうど ) と は 、 仏教 に おけ る 概念 で 、 清浄 で 清涼 な 世界 を 指 す 。 +1 藤原 氏 宗 ( ふじわら の うじむね 、 弘仁 元年 ( 810 年 ) - 貞観 ( 日本 ) 14 年 ( 872 年 ) 2 月 11 日 ( 旧暦 ) ) は 平安 時代 前期 の 公卿 、 宮廷 政治 家 。 +-1 竹紙 ( ちく し ) と は ; +1 藤原 師通 ( ふじわら の もろみ ち 、 康平 5 年 9 月 11 日 ( 旧暦 ) ( 1062 年 10 月 16 日 ) - 承徳 3 年 6 月 28 日 ( 旧暦 ) ( 1099 年 7 月 18 日 ) ) は 院政 期 の 公卿 で 藤 氏 長者 。 +-1 天久 米命 ( あまつ くめ の みこと ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +-1 歌垣 ( うたがき ) と は 、 特定 の 日時 に 若 い 男女 が 集ま り 、 相互 に 求愛 の 歌謡 を 掛け合 う 呪的 信仰 に 立 つ 習俗 。 +1 菟道 稚郎子 ( うじ の わき いらつこ 、 生年 不詳 - 壬申年 ( 312 年 ) ) は 、 記紀 に 伝え られ る 古墳 時代 の 皇族 ( 王族 ) 。 +-1 年中 行事 障子 ( ねん じゅう ぎょうじ の そうじ ) は 、 清涼 殿 の 弘廂 に あ っ て 、 上戸 ( かみ の と 。 殿上 の 間 へ の 出入り に 利用 する 戸口 ) に 向け て たて られ て い た 障立 障子 。 +1 藤原 行成 ( ふじわら の ゆきなり / こうぜい 、 天禄 3 年 ( 972 年 ) - 万寿 4 年 12 月 4 日 ( 旧暦 ) ( 1028 年 1 月 3 日 ) ) は 平安 時代 中期 の 廷臣 で 、 能書 家 と し て も 知 ら れ る 。 +1 柴田 家門 ( しばた かもん 、 1863 年 2 月 6 日 ( 文久 2 年 12 月 18 日 ( 旧暦 ) ) - 1919 年 ( 大正 8 年 ) 8 月 25 日 ) は 、 文部 大臣 、 貴族 院 議員 など を 務め た 政治 家 。 +1 蘇我 入鹿 ( そが の い る か ) は 、 大和 朝廷 の 有力 者 。 +1 正親町 公叙 ( おおぎま ちきん のぶ 、 永正 11 年 8 月 16 日 ( 旧暦 ) ( 1514 年 9 月 4 日 ) - 天文 ( 元号 ) 18 年 8 月 7 日 ( 旧暦 ) ( 1549 年 8 月 29 日 ) ) は 、 戦国 時代 _ ( 日本 ) の 公家 。 +-1 水馬 ( すいば ) は 、 ウマ に 乗 っ て 水 を 渡 る 、 江戸 時代 、 江戸 幕府 の 年中 行事 の ひと つ 。 +-1 比売神 ( ひめ の かみ ) は 、 神道 の 神 ( 神道 ) で あ る 。 +1 橘 元 任 ( たちばな の もと とう 、 生没年 不詳 ) は 、 平安 時代 中期 の 官人 ・ 歌人 。 +-1 番所 ( ばんしょ ) と は 、 警備 や 見張り の ため に 設置 さ れ た 番人 が 詰め る ため に 設け られ た 施設 。 +-1 相給 ( あいきゅう ) は 村請 制 が 確立 し た 近世 期 に おけ る 領知 の 一 形態 を 表 す 言葉 で あ る 。 +-1 奉公 構 ( ほうこう か まい 、 ほうこう か まえ ) は 、 江戸 時代 武士 に 対 する 刑 の 一 つ で 、 出奔 し た 家臣 又 は 改易 さ れ た 者 に 対 し 大名 が 出 す 回状 の こと を い う 。 +1 鷹司 忠冬 ( たかつかさ ただふゆ 、 永正 6 年 ( 1509 年 ) - 天文 ( 元号 ) 15 年 4 月 12 日 ( 旧暦 ) ( 1546 年 5 月 11 日 ) ) は 、 戦国 時代 ( 日本 ) の 公家 。 +-1 開発 領主 ( かいほつりょうしゅ / かいはつ りょうしゅ ) は 、 日本 の 荘園 公領 制 に お い て 、 田地 を 開発 し て 領地 を 確保 し た 者 を い う 。 +1 三野 浪魚 ( みの の なみう お ) は 奈良 時代 の 人 。 +-1 難波 宮 ( なにわ のみや ) は 、 現在 の 大阪 市 中央 区 ( 大阪 市 ) に あ っ た 飛鳥 時代 ・ 奈良 時代 の 宮殿 。 +1 素意 ( そ い 、 生年 不詳 - 嘉保 元年 ( 1094 年 ) ) は 、 平安 時代 中期 から 後期 に かけ て の 僧 ・ 歌人 。 +-1 『 都鳥 廓 白浪 』 ( みやこどり ながれ の し らなみ ) は 、 通称 『 忍ぶ の 惣太 』 で 知 ら れ る 歌舞伎 狂言 の 外題 。 +1 建礼 門 ( けん れい もん ) は 、 内裏 の 外郭 門 の ひと つ で あ る 。 +-1 雷神 ( らいじん ) は 、 日本 の 民間 信仰 や 神道 に おけ る 雷 の 神 で あ る 。 +-1 傀儡子 ( くぐつ 、 傀儡 と も 言 う ) と は 、 9 世紀 頃 から 各 資料 に 現れ だ し た 、 諸国 を 旅 し 、 芸能 に よ っ て 生計 を 営 ん で い た 集団 の 事 で あ る 。 +1 高梁 雄之進 ( たかはし ゆう の しん 、 天保 六 年 ( 1835 年 ) - 没年 不詳 ) は 新選 組平 隊 士 。 +1 三条西 公条 ( さんじょう に しきん えだ 、 文明 ( 日本 ) 19 年 5 月 21 日 ( 旧暦 ) ( 1487 年 6 月 12 日 ) - 永禄 6 年 12 月 2 日 ( 旧暦 ) ( 1563 年 12 月 17 日 ) ) は 、 戦国 時代 ( 日本 ) の 公家 ・ 歌人 ・ 古典 学 者 。 +1 武蔵 坊 弁慶 ( 武藏 坊 辨 慶 、 むさしぼう べんけい 、 生年 不詳 - 文治 5 年 閏 4 月 30 日 ( 旧暦 ) ( 1189 年 6 月 15 日 ) ) は 、 平安 時代 末期 の 僧衆 ( 僧兵 ) 。 +-1 滋賀 院 ( し が いん ) は 、 滋賀 県 大津 市 坂本 ( 大津 市 ) に あ る 天台 宗 の 寺院 で 比叡山 延暦 寺 の 本坊 ( 総里 坊 ) で あ る 。 +1 坂上 苅田 麻呂 ( さかの うえ の かり たまろ 、 神亀 4 年 ( 727 年 ) - 延暦 5 年 1 月 7 日 ( 旧暦 ) ( 78 6 年 2 月 14 日 ) ) は 奈良 時代 の 武人 。 +1 岩倉 乗具 ( いわくら の りとも 、 寛文 6 年 8 月 29 日 ( 旧暦 ) ( 1666 年 9 月 27 日 ) - 享保 15 年 8 月 23 日 ( 旧暦 ) ( 1730 年 10 月 4 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +-1 宗 鏡録 ( すぎょう ろく ) は 、 中国 五代 十 国 の 呉越 から 北宋 初 の 僧 、 永明 延寿 が 撰 し た 仏教 論 書 、 100 巻 。 +-1 立憲 政友 会 ( りっけん せい ゆうかい ) は 、 日本 の 明治 後期 から 昭和 前期 まで の 、 立憲民 政党 と なら ぶ 二 大 政党 の 1 つ で あ る ( 190 0 年 9 月 15 日 - 1940 年 7 月 16 日 ( 正統 派 ・ 統一 派 ) / 同 7 月 30 日 ( 革新 派 ) ) 。 +-1 出世間 ( しゅっせけん ) と は 、 煩悩 など の けがれ に 汚染 さ れ た 、 この 世界 の すべて の 存在 を 世間 と い う の に 対 し 、 それ を 超越 し て い る もの を さ す 。 +-1 修理 職 ( しゅりしき 、 すりしき ) は 平安 時代 に 設置 さ れ た 令外 官 。 +-1 頼瑜 ( らいゆ 、 嘉禄 2 年 ( 1226 年 ) - 嘉元 2 年 1 月 1日 ( 旧暦 ) ( 130 4 年 2 月 7 日 ) ) は 、 鎌倉 時代 中期 から 後期 に かけ て の 真言 宗 の 僧 。 +1 一条 教房 ( いちじょう   のりふさ 応永 30 年 ( 1423 年 ) - 文明 ( 日本 ) 12 年 10 月 5 日 ( 旧暦 ) ( 1480 年 11 月 6 日 ) ) は 、 室町 時代 後期 の 公卿 ( 関白 ) 、 荘園 領主 。 +1 百済 王 ( くだら の おおきみ / くだら の みこ 、 生没年 不詳 ) は 、 飛鳥 時代 の 皇族 。 +-1 御 簾中 ( ご れんじゅう ) は かつて 日本 で 貴人 の 正妻 を 指 し て 言 っ た 敬称 の こと 。 +-1 和楽器 ( わがっき ) と は 、 日本 で 、 古来 から 使 わ れ て き た 伝統 的 な 楽器 の こと で あ る 。 +1 安達 長景 ( あだち なが かげ ) は 鎌倉 時代 中期 の 鎌倉 幕府 の 御 家人 。 +-1 青 女房 ( あおにょうぼう ) と は 貴人 に 仕え る 年若 い 、 身分 の さほど 高 く な い 貴族 女性 の こと 。 +-1 大河内 氏 ( おおこうち し ) は 、 清和 源 氏 、 摂津 源 氏 の 一族 で 、 源 頼政 の 孫 、 顕綱 ( あきつ な ) が 三河 国 額田 郡 大河内 郷 ( 愛知 県 岡崎 市 大平 町字 大河内 ・ 注 、 異説 あり 。 洞町 等 ) に 移り住 み 、 大河内 氏 を 称 し た こと を 始まり と する 。 +-1 粕漬け ( かすづけ ) は 、 食材 を 酒粕 また は みりん 粕 に 漬け る こと 。 +-1 過所 ( かしょ ) と は 、 中国 の 漢代 より 唐代 の 頃 に 用い られ た 通行 許可 証 。 +-1 雪江 宗深 ( せっこう そうしん 、 応永 15 年 ( 1408 年 ) - 文明 ( 日本 ) 18 年 6 月 2 日 ( 旧暦 ) ( 1486 年 7 月 3 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 臨済 宗 の 僧 。 +-1 お 家 騒動 ( お いえ そうどう ) と は 江戸 時代 の 大名 に おけ る 内紛 の こと で あ る 。 +-1 大雲院 ( だい うんいん ) は 、 京都 市 東山 区 に あ る 浄土 宗 系 単立 寺院 。 +-1 文章 博士 ( もん じょう はかせ ) は 、 大学 寮紀 伝道 の 教官 ( 令外 官 ) 。 +-1 院宣 ( いんぜん ) と は 、 太上 天皇 から の 命令 を 受け た 院司 が 、 奉書 形式 で 発給 する 文書 。 +-1 寧波 の 乱 ( にんぽー の らん ・ ねい は の らん ) と は 、 1523 年 ( 日本 で は 室町 時代 の 大永 3 年 、 明 で は 嘉靖 2 年 ) に 、 明 の 寧波 に お い て 日本 人 が 起 し た 事件 で あ る 。 +-1 三室戸 駅 ( みむろど えき ) は 、 京都 府 宇治 市 菟道 出口 に あ る 、 京阪 電気 鉄道 京阪 宇治 線 の 鉄道 駅 。 +1 親長 卿記 ( ちかな が きょうき ) は 、 室町 時代 後期 の 公家 ・ 甘露寺 親長 の 日記 。 +-1 洪州 宗 ( こうしゅうしゅう ) と は 、 唐代 の 禅宗 の 一派 を 指 す 。 +-1 大和絵 ( やまとえ ) は 日本 絵画 の 様式 概念 の 1 つ 。 +-1 妖怪 ( よう かい ) は 、 日本 で 伝承 さ れ る 民間 信仰 に お い て 、 人間 の 理解 を 超え る 奇怪 で 異常 な 現象 や 、 あるいは それ ら を 起こ す 、 不可思議 な 力 を 持 つ 非 日常 的 な 存在 の こと 。 +-1 『 浄土 文 類 聚鈔 』 ( じょうど もん るい じゅしょう ) は 、 親鸞 が 著わ し た 浄土 真宗 の 根本 思想 を 書き記 し た 論書 で あ る 。 +-1 東宮 傅 ( とうぐう の ふ ) は 、 律令 制 に 定め られ た 皇太子 ( 東宮 ) 付き の 教育 官 の 一 つ で あ る 。 +-1 教興 寺 の 戦い ( きょうこうじ の たたか い ) は 、 永禄 5 年 ( 1562 年 ) 5 月 19 日 、 20 日 の 両日 に 、 河内 国 高安 郡 教興 寺村 ( 現在 の 大阪 府 八尾 市 教興 寺 ) 付近 で あ っ た 三好 長 慶 と 畠山 高政 と の 合戦 。 +-1 大野 寺 ( おおのでら ) は 奈良 県 宇陀 市 室生村 に あ る 真言 宗 室生 寺 派 の 寺院 で あ る 。 +1 華頂宮 ( かちょう のみや ) は 、 慶応 4 年 ( 1868 年 ) に 伏見 宮 邦家 親王 の 第 12 王子 、 華頂宮 博経 親王 に よ っ て 創設 さ れ た 宮家 。 +1 志都乃 石室 ( しづ の いわや ) は 神話 の 大国 主命 と 少彦 名命 の 国造 り 伝承 に 由来 し 、 万葉 集 ( 巻 3 - 3 5 5 ) に 収め られ て い る 生石 村 主真人 ( お いし の すぐりの まひと ) の 「 大汝 少彦 名乃将座志都乃 石室 者 幾 代 将経 ( おほな むち すくな ひこ の いま し けむしつ の いわ や は い く よ へ に けむ ) 」 に 詠 ま れ た 地 。 +-1 船 弁慶 ( ふなべんけい ) は 、 『 平家 物語 』 、 『 吾妻 鏡 』 など に 取材 し た 能作品 。 +1 中村 芝雀 ( なかむら しば じゃく ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +-1 飛鳥 ( あすか ) は 、 現在 の 奈良 県 高市 郡 明日香 村 辺り を 指 す 地域 の 名 。 +-1 養和 の 飢饉 ( ようわ の ききん ) と は 、 1181 年 に 発生 し た 大 飢饉 。 +1 藤原 有綱 ( ふじわら の あ りつな 、 生年 不詳 - 永保 2 年 ( 1082 年 ) また は 応徳 3 年 ( 1086 年 ) ) は 、 平安 時代 後期 の 廷臣 、 学者 、 漢詩 人 。 +1 立花 誾 千代 ( たちばな ぎん ち よ 、 永禄 12 年 8 月 13 日 ( 旧暦 ) ( 1569 年 9 月 23 日 ) - 慶長 7 年 10 月 17 日 ( 旧暦 ) ( 160 2 年 11 月 30 日 ) ) は 、 戦国 時代 ( 日本 ) の 女性 。 +-1 年紀 法 ( ねんき ほう / ねんき の ほう ) と は 、 中世 武家 法 の 元 で 発達 し た 時効 法理 。 +1 土 御門 天皇 ( つちみかど てんのう 、 建久 6 年 12 月 2 日 ( 1196 年 1 月 3 日 ) - 寛喜 3 年 10 月 11 日 ( 1231 年 11 月 6 日 ) ) は 鎌倉 時代 の 第 83 代 天皇 ( 在位 : 建久 9 年 1 月 11 日 ( 1198 年 2 月 18 日 ) - 承元 4 年 11 月 25 日 ( 1210 年 12 月 12 日 ) 。 +-1 伊達 巻 ( だてまき ) は 、 卵 料理 の ひと つ 。 +-1 除目 ( じもく 、 じょもく ) と は 、 平安 時代 中期 以降 、 京官 、 外官 の 諸官 を 任命 する こと 。 +1 戯作 ( げさく 、 ぎさく ) と は 、 近世 後期 、 18 世紀 後半 頃 から 江戸 で 興 っ た 読み物 の 総称 。 +-1 太原 雪斎 / 太原 崇孚 ( たいげん せっさい / たいげんすう ふ 、 明応 5 年 ( 1496 年 ) - 弘治 ( 日本 ) 元年 10 月 10 日 ( 旧暦 ) ( 155 5 年 11 月 23 日 ) ) は 今川 氏 の 家臣 。 +-1 コミュニティバス やわた は 、 八幡 市 が 運営 する コミュニティバス で 、 京阪 バス に 運行 委託 を 行 っ て い る 。 +1 六角 氏 郷 ( ろっかく う じさと ) は 、 江戸 時代 の 武士 。 +-1 鏡板 ( かがみいた ) は 、 能 舞台 の 正面 、 右側 面 の 羽目板 で あ る 。 +1 喜多 七 太夫 ( きたなな だゆう ) と は 、 シテ 方 喜 多 流 の 宗家 が 名乗 る 名 の ひと つ 。 +-1 団地 ( だんち ) は 、 人間 や 産業 もしくは 各種 事物 が 必要 と する 都市 基盤 を 支え る 各種 インフラストラクチャー や 物流 の 効率 化 を 図 る ため に 、 同一 傾向 に あ る 目的 や 用途 、 産業 など を 集中 さ せ た 一団 の 区画 や 地域 の 名称 、 若しくは 立地 し て い る 建物 や 建造 物 を 指 す 総称 の 事 で あ る 。 +1 源 雅通 ( みなもとの まさみ ち 、 元永 元年 ( 1118 年 ) - 承安 ( 日本 ) 5 年 2 月 27 日 ( 旧暦 ) ( 1175 年 3 月 21 日 ) ) は 平安 後期 の 公卿 。 +-1 鳥羽 街道 ( とば かいどう ) は 、 京都 の 羅城 門 跡 ( 京都 市 南 区 ( 京都 市 ) ) から 下鳥 羽 を 通り淀 ( 京都 市 伏見 区 ) へ と 至 る 街道 で あ る 。 +1 岡橋 治助 ( おかは し じすけ 、 文政 8 年 12 月 14 日 ( 旧暦 ) ( 1826 年 1 月 21 日 ) - 大正 2 年 ( 1913 年 ) 1 1 月 2 日 ) は 、 日本 の 実業 家 。 +-1 ウガヤフキアエズ は 、 日本 神話 の 神 。 +-1 神道 集 ( しんとうしゅう ) は 、 日本 の 中世 の 説話 集 ・ 神道 書 。 +-1 赤穂 浪士 ( あこうろう し ) と は 元禄 15 年 12 月 14 日 ( 旧暦 ) ( 170 3 年 1 月 30 日 : 2007 年 の 暦 と 一致 ) に 旧 主 浅 野 長矩 の 仇 で あ る 高家 吉良 義央 の 屋敷 に 討ち 入 り 、 仇討ち を し た 元 赤穂 藩 士 大石 内蔵助 以下 47 人 の 武士 で あ る 。 +1 西川 祐信 ( にしかわ すけのぶ 、 寛文 11 年 ( 16 7 1 年 ) - 寛延 3 年 ( 1750 年 ) ) は 、 江戸 時代 の 浮世 絵 師 。 +-1 如意輪 観音 ( にょい りんかんの ん ) 、 サンスクリット チンターマニチャクラ ( cintaamaNicakra ) は 、 仏教 に おけ る 信仰 対象 で あ る 菩薩 の 一尊 。 +1 土井 虎賀壽 ( どい とら かず 、 190 2 年 2 月 19 日 - 1971 年 3 月 10 日 ) は 、 思想 家 ・ 文学 者 。 +1 御 法 ( みのり ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +1 今川 氏真 ( いまがわ うじざね ) は 、 駿河 国 の 戦国 大名 。 +-1 陣定 ( じん の さだめ ) は 、 平安 時代 摂関 政治 の 朝議 の 形式 の ひと つ 。 +1 新村 忠雄 ( にい むら ただお 、 1887 年 4 月 26 日 - 19 11 年 1 月 24 日 ) は 社会 主義 者 。 +-1 京都 市 西京極 総合 運動 公園 陸上 競技 場 兼球技 場 ( きょう とし にしきょうごく そうごう うんどう こうえん りくじょうきょうぎ じょう けんきゅうぎ じょう ) は 、 京都 府 京都 市 右京 区 の 京都 市 西京極 総合 運動 公園 内 に あ る 陸上 競技 場 。 +1 蠣崎 波響 ( かきざき は きょう 、 宝暦 14 年 5 月 26 日 ( 旧暦 ) ( 1764 年 6 月 25 日 ) - 文政 9 年 6 月 22 日 ( 旧暦 ) ( 1826 年 7 月 26 日 ) ) は 日本 の 画家 、 松前 藩 の 家老 。 +-1 長谷雄 草紙 ( は せお ぞうし ) は 、 日本 の 絵巻物 で あ る 。 +-1 新風館 ( しんぷう かん ) は 京都 市 中京 区 烏丸 通 姉小路 通下ル 場之 町 586 - 2 に あ る 複合 商業 施設 。 +-1 わび ・ さび ( 侘 ・ 寂 ) は 、 日本 の 美 意識 の 1 つ 。 +-1 宇治橋 断碑 ( うじばし だんぴ ) は 、 京都 府 宇治 市橋 寺 放生 院 に あ る 宇治橋 架橋 の 由来 を 記 し た 石碑 。 +-1 天苗 加命 また は 天苗 益命 ( あめ の なえ ま す の みこと ) は 日本 神話 の 神 ( 神道 ) で あ る 。 +-1 荘官 ( しょうかん ) は 、 日本 の 荘園 に お い て 、 荘園 領主 ( 本所 ) から 現地 管理 を 委ね られ た 者 の 総称 で あ る 。 +-1 成相 寺 ( なりあいじ ) は 、 京都 府 宮津 市 に あ る 寺院 。 +-1 民友 社 ( みんゆう しゃ ) は 、 、 徳富 蘇峰 に よ り 設立 さ れ た 言論 団体 ・ 出版 社 で あ る 。 +1 新撰 和歌 ( しんせん わか ) は 、 私撰 の 歌集 。 +1 醍醐 経胤 ( だい ご つね た ね 、 享保 2 年 7 月 15 日 ( 旧暦 ) ( 1 71 7 年 8 月 21 日 ) - 安永 10 年 1 月 21 日 ( 旧暦 ) ( 1781 年 2 月 13 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +1 藤原 実成 ( ふじわら の さね な り 、 天延 3 年 ( 975 年 ) - 寛徳 元年 12 月 22 日 ( 旧暦 ) ( 1045 年 1 月 12 日 ) ) は 、 平安 時代 の 公卿 。 +1 磯城 皇子 ( しき の みこ 、 7 世紀 後半 頃 ) は 、 飛鳥 時代 の 皇族 。 +-1 神饌 ( しんせん ) と は 、 日本 の 神社 や 神棚 に 供え る 供物 の 事 で あ る 。 +-1 千代川 駅 ( ちよかわ えき ) は 、 京都 府 亀岡 市 千代川町 今津 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 で あ る 。 +-1 寮 ( つかさ ・ りょう ) は 日本 古代 の 律令 制 に おけ る 官司 の 等級 の 一 つ で あ る 。 +-1 安政 の 大獄 ( あんせい の たいごく ) と は 、 安政 5 年 ( 1858 年 ) から 翌年 に かけ て 江戸 幕府 が 行な っ た 弾圧 。 +-1 『 隅田 川 』 ( すみだ がわ ) は 能 の 一 つ で あ る 。 +1 片切為安 ( かたぎり ためやす 、 生没年 不詳 ) は 、 平安 時代 末期 の 武将 。 +1 武田 国信 ( たけだ くに のぶ ) +-1 嵐山 温泉 ( あらしやま おんせん ) は 、 京都 府 京都 市 右京 区 嵐山 に あ る 温泉 で あ る 。 +-1 御 酒之 日記 ( ご しゅ の にっき ) と は 、 佐竹 氏 に 伝え られ た 現存 する 日本 最初 の 民間 の 酒造 技術 書 。 +1 眞子 内 親王 は 、 日本 の 皇族 。 +-1 東山 御物 ( ひがしやま ぎょもつ / ひがしやま ごも つ ) と は 、 室町 幕府 8 代 征夷 大将軍 足利 義政 に よ っ て 収集 さ れ た 絵画 ・ 茶器 ・ 花器 ・ 文具 など の 称 。 +-1 五 条 楽園 ( ご じょう らく えん ) と は 、 京都 市 下京 区 河原町 通五 条 通 の 南東 に あ る 旧 遊郭 。 +1 広橋 綱光 ( ひろは しつなみつ 、 永享 3 年 6 月 13 日 ( 旧暦 ) ( 1431 年 7 月 22 日 ) - 文明 ( 日本 ) 9 年 2 月 14 日 ( 旧暦 ) ( 147 7 年 3 月 28 日 ) ) は 、 日本 の 公卿 。 +-1 着流 し ( きながし ) は 、 男子 が 和服 を 着 る 際 に 袴 を 穿 か な い 様 。 +-1 政党 内閣 ( せいとう ないかく ) と は 、 議会 に 議席 を 保持 する 政党 を 基礎 に 組織 さ れ た 内閣 の こと 。 +1 樋口 兼光 ( ひぐ ち かねみつ 、 生年 不詳 - 元暦 元年 2 月 2 日 ( 旧暦 ) ( 1184 年 3 月 15 日 ) )   は 、 平安 時代 末期 の 武将 。 +-1 年忌 ( ねんき ) と は 、 命日 。 +-1 本項 京都 市 上京 区 の 町名 ( きょうと しか みぎょう く の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +-1 かき氷 ( かきごおり 、 欠き 氷 ) と は 、 氷 を 細か く 削 る か 、 砕 い て シロップ ( また は シラップ ) 等 を かけ た 冷菓 。 +-1 徳大寺 ( とくだいじ ) 家 は 、 清華 家 の 家格 を 有 する 公家 。 +-1 八色 の 姓 ( やくさ の かばね ) と は 、 天武 天皇 が 684 年 ( 天武 13 ) に 新た に 制定 し た 真人 ( まひと ) 朝臣 ( あそみ ・ あそん ) 宿禰 ( すくね ) 忌寸 ( いみき ) 道師 ( みち の し ) 臣 ( おみ ) 連 ( むらじ ) 稲置 ( いなぎ ) の 八 つ の 姓 の 制度 の こと 。 +-1 妙 法 院 ( みょう ほう いん ) は 京都 市 東山 区 に あ る 天台 宗 の 仏教 寺院 で あ る 。 +1 吉田 兼治 ( よしだ かね はる 、 永禄 8 年 ( 1565 年 ) - 元和 ( 日本 ) 2 年 ( 1616 年 ) ) は 、 堂上 家 ( 家格 は 、 半家 、 卜部 氏 ) で あ る 吉田 家 の 10 代 当主 ( 卜部 氏 26 代 ) 。 +1 姉小路 公景 ( あね が こうじきん かげ 、 慶長 7 年 9 月 12 日 ( 旧暦 ) ( 160 2 年 10 月 26 日 ) - 慶安 4 年 12 月 11 日 ( 旧暦 ) ( 1652 年 1 月 21 日 ) ) は 江戸 前期 の 公卿 。 +1 三浦   竹泉 ( みうら   ちくせん ) は 京焼 ( 清水 焼 ) の 窯元 ・ 名跡 。 +1 足利 義昭 ( あしかが よしあき ) は 、 室町 幕府 の 第 15 代 征夷 大将軍 で 、 室町 幕府 最後 の 将軍 で あ る ( 在位 : 永禄 11 年 ( 1568 年 ) - 天正 16 年 ( 1588 年 ) ) 。 +1 江藤 新平 ( えとう しんぺい 、 天保 5 年 2 月 9 日 ( 旧暦 ) ( 1834 年 3 月 18 日 ) - 明治 7 年 ( 1874 年 ) 4 月 13 日 ) は 日本 の 武士 ( 佐賀 藩 士 ) 、 政治 家 で あ る 。 +1 九鬼 隆度 ( く き たかのり 、 寛政 12 年 8 月 10 日 ( 旧暦 ) ( 180 0 年 9 月 28 日 ) - 嘉永 6 年 4 月 23 日 ( 旧暦 ) ( 1853 年 5 月 30 日 ) ) は 、 丹波 国 綾 部 藩 の 第 8 代 藩 主 。 +1 桜井 数馬 ( さくらい かずま 、 生年 不詳 - 慶応 4 年 1 月 5 日 ( 旧暦 ) ( 1868 年 1 月 29 日 ) ) は 新選 組 隊士 。 +-1 日本 の 食事 作法 ( にほん の しょくじ さほう ) と は 、 日本 に お い て 食事 を する 際 の 作法 ( マナー ) で あ る 。 +-1 神札 ( しんさつ ) は 、 神社 が 頒布 する 護符 で あ る 。 +-1 不空成就如 来 ( ふくう じょうじゅ にょらい ) 、 サンスクリット アモーガシッデイ ( amoghasiddhi ) は 、 仏教 に おけ る 信仰 対象 で あ る 如来 の 一尊 。 +-1 九条 流 ( くじょうりゅう ) は 、 藤原 北家 の 中 で も 藤原 師輔 の 子孫 を 指 す 呼称 及び 同一族 に 伝え られ た 有職 故 実 の 流派 を 指 す 。 +-1 藩士 ( はんし ) は 、 江戸 時代 の 各藩 に 仕え た 武士 に 対 する 呼称 。 +1 上杉 憲 顕 ( うえすぎ のりあき 、 130 6 年 ( 徳治 元年 ) - 1368 年 10 月 31 日 ( 正平 ( 日本 ) 23 年 / 応安 元年 9 月 19 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +-1 明救 ( みょうぐ 、 天慶 9 年 ( 946 年 ) - 寛仁 4 年 7 月 5 日 ( 旧暦 ) ( 1020 年 7 月 27 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +1 田能村 直入 ( たの むら ちょくにゅう 、 文化 ( 元号 ) 11 年 2 月 10 日 ( 旧暦 ) ( 1814 年 3 月 31 日 ) - 明治 40 年 ( 1907 年 ) 1 月 21 日 ) は 、 明治 時代 に 活躍 し た 画家 で あ る 。 +-1 五辻 通 ( いつつじ どおり ) は 京都 市 の 東西 の 通り の 一 つ 。 +1 坂田 雷 ( さかた の いかづち 、 生年 不明 - 天武 天皇 5 年 ( 67 6 年 ) 9 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 日本 神話 ( に ほんしんわ ) と は 日本 に 伝わ る 神話 の こと で あ る 。 +1 尾上 多賀 之丞 ( おのえ た が の じょう ) は 歌舞伎 役者 の 名跡 。 +-1 日乾 ( にっけん 、 永禄 3 年 ( 15 60 年 ) - 寛永 12 年 10 月 27 日 ( 旧暦 ) ( 1635 年 12 月 6 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 日蓮 宗 の 僧 。 +-1 土 御門殿 ( つちみかど どの ) は 、 源 雅信 に よ っ て 建設 さ れ た 、 寝殿 造 の 邸宅 。 +1 源 顕房 ( みなもと の あきふさ 、 長暦 元年 ( 10 37 年 ) - 嘉保 元年 9 月 5 日 ( 旧暦 ) ( 1094 年 10 月 16 日 ) ) は 、 平安 時代 後期 の 公卿 ・ 歌人 。 +-1 崇伝 ( すうでん 、 1569 年 ( 永禄 12 年 ) - 1633 年 2 月 28 日 ( 寛永 10 年 1 月 20 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 から 江戸 時代 の 臨済 宗 の 僧 、 幕府 の 政治 家 で あ る 。 +1 陶 弘房 ( すえひろ ふさ   生年 不詳 - 応仁 2 年 11 月 14 日 ( 旧暦 ) ( 1468 年 12 月 27 日 ) ) は 、 室町 時代 後期 の 武将 。 +-1 隠元 隆琦 ( いんげん りゅうき 、 特諡 と し て 大光 普照 国師 、 仏慈 広鑑 国 師 、 径山 首出 国師 、 覚性 円明 国師 、 勅賜 と し て 真空 大師 、 華光 大師 、 万暦 20 年 ・ 文禄 元年 11 月 4 日 ( 旧暦 ) ( 1592 年 12 月 7 日 ) - 寛文 13 年 4 月 3 日 ( 旧暦 ) ( 167 3 年 5 月 19 日 ) ) は 、 中国 明末 清初 の 禅宗 の 僧 で 、 福建 省 福州 福清 の 生まれ で 俗姓 は 林 で あ る 。 +-1 現存 天守 ( げんそん てんしゅ ) と は 、 日本 の 城 の 天守 の うち 、 江戸 時代 前後 から 江戸 末期 に かけ て の 封建 時代 に 建て られ た もの が 、 現代 まで 保存 さ れ て い る 天守 の こと で あ る 。 +-1 押小路 通 ( おしこうじ どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +1 伊勢 ( いせ 、 872 年 ( 貞観 _ ( 日本 ) 14 年 ) 頃 - 938 年 ( 天慶 元年 ) 頃 ) は 平安 時代 の 日本 の 女性 歌人 。 +-1 法名 軸 ( ほうみょうじく ) と は 、 浄土 真宗 に お い て 用い られ る 仏具 で 、 法名 ( 浄土 真宗 ) を 記 す 掛軸 。 +-1 袷 ( あわせ ) と は 裏地 の あ る 和服 の こと 。 +-1 慶 円 ( けいえん / きょうえん ・ 慶圓 、 天慶 7 年 ( 944 年 ) - 寛仁 3 年 9 月 3 日 ( 旧暦 ) ( 1019 年 10 月 3 日 ) ) は 、 平安 時代 中期 の 天台 宗 僧侶 。 +1 鍋島 茂義 ( なべ しま しげよし 、 寛政 12 年 10 月 25 日 ( 旧暦 ) ( 180 0 年 12 月 11 日 ) - 文久 2 年 11 月 27 日 ( 旧暦 ) ( 1863 年 1 月 16 日 ) ) は 、 江戸 時代 末期 の 第 28 代 佐賀 藩 武雄 領主 ( 武雄 領 は 佐賀 藩 の 自治 領 ) 。 +-1 曾我 兄弟 の 仇討ち ( そ が きょうだい の あだうち ) は 、 建久 4 年 5 月 28 日 ( 旧暦 ) ( 1193 年 6 月 28 日 ) 、 源 頼朝 が 行 っ た 富士 の 巻狩り の 際 に 、 曾我 祐成 と 曾我 時致 の 兄弟 が 父親 の 仇 で あ る 工藤 祐経 を 討 っ た 事件 。 +-1 一念 三千 ( いち ねん さんぜん ) と は 、 天台 宗 の 観法 で あ り 、 また 根本 教理 と する 。 +-1 八幡 伝統 的 建造 物 群 保存 地区 ( はちまん でんとう てき けんぞう ぶつ ぐん ほぞん ちく ) は 、 滋賀 県 近江八幡 市 旧 市街 地 に あ る 伝統 的 建造 物 群 保存 地区 の 名称 で 、 八幡 堀 、 日牟礼 八幡 宮 境内 地 、 新町 通り 、 永原町 通り を 中心 と する 広 さ 13 . 1 ha の 地区 の こと 。 +1 梅渓 季通 ( うめたに すえみ ち 、 慶長 20 年 3 月 29 日 ( 旧暦 ) ( 1615 年 4 月 26 日 ) - 万治 元年 2 月 2 日 ( 旧暦 ) ( 1658 年 3 月 5 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 洛中 洛外 図 ( らくちゅう らく がい ず ) は 室町 時代 から 江戸 時代 に かけ て 描 か れ た 風俗 画 で 、 京都 の 市街 ( 洛中 ) ・ 郊外 ( 洛外 ) を 俯瞰 し て 描 い た もの 。 +1 頼仁 親王 ( よりひと しんの う 、 建仁 元年 7 月 22 日 ( 旧暦 ) ( 120 1 年 8 月 22 日 ) - 文永 元年 5 月 23 日 ( 旧暦 ) ( 1264 年 6 月 18 日 ) は 、 鎌倉 時代 初期 の 皇族 。 +1 愛智 義成 ( あいち よしなり / 源義成   みなもと の よしな り 、 生没 年 未詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +1 敦明 親王 ( あつあきら しんのう 、 正暦 5 年 5 月 9 日 ( 旧暦 ) ( 994 年 6 月 20 日 ) - 永承 6 年 1 月 8 日 ( 旧暦 ) ( 105 1 年 2 月 21 日 ) ) は 、 第 67 代 三 条 天皇 の 第 一 皇子 、 母 は 藤原 済時 の 女 ・ 皇后 藤原 せい 子 。 +-1 幕末 ( ばくまつ ) と は 、 日本 の 時代 区分 で あ り 、 江戸 幕府 に よ る 国内 統治 の 末期 、 つまり 、 江戸 時代 末期 。 +1 最澄 ( さいちょう ) は 、 平安 時代 の 僧 で 、 日本 の 天台 宗 を 開 く 。 +-1 出口 王仁三郎 ( でぐち お に さぶろう ) 、 18 71 年 ( 明治 4 年 ) ? - 1948 年 ( 昭和 23 年 ) 1 月 19 日 ) は 、 新 宗教 「 大本 」 の 教義 を 整備 し た 実質 上 の 教祖 。 +1 河越 重房 ( かわごえ しげふさ 、 仁安 ( 日本 ) 4 年 ( 1169 年 ) ? - 文治 元年 11 月 12 日 ( 旧暦 ) ( 1185 年 12 月 5 日 ) ) は 平安 時代 末期 の 武蔵 国 入間 郡 河越 館 の 武将 。 +-1 三一 権 実諍 論 ( さん いち ごんじつ の そうろん ) は 、 平安 時代 初期 の 弘仁年 ( 817 年 ) 前後 から 同 12 年 ( 821 年 ) 頃 に かけ て 行 わ れ た 、 法 相 宗 の 僧侶 ・ 徳一 ( 生没年 不明 ) と 日本 天台 宗 の 祖 ・ 最澄 ( 76 7 年 - 822 年 ) と の 間 で 行 わ れ た 仏教 宗 論 で あ る 。 +-1 金閣 寺 放火 事件 ( きん かくじ ほうか じけん ) と は 、 1950 年 7 月 2 日 未明 に 、 京都 市 上京 区 ( 現 ・ 北 区 ( 京都 市 ) ) 金閣 寺町 に あ る 鹿苑 寺 ( 通称 ・ 金閣 寺 ) に お い て 発生 し た 放火 事件 で あ る 。 +-1 仕舞 ( し - まい ) と は 能 の 一部 を 素 で 舞 う こと 。 +-1 京都 新聞 ( きょう と しんぶん ) は 京都 府 と 滋賀 県 を 中心 に 発行 さ れ て い る 地方 紙 。 +-1 知客 ( しか ) は 禅宗 寺院 の 役職 の 一 つ 。 +1 橘嘉智子 ( たちばな の かちこ 、 延暦 5 年 ( 786 年 ) - 嘉祥 3 年 5 月 4 日 ( 850 年 6 月 17 日 ) ) は 、 第 52 代 嵯峨 天皇 皇后 。 +-1 隆寛 ( りゅうかん 、 久安 4 年 ( 1148 年 ) - 安貞 元年 12 月 13 日 ( 旧暦 ) ( 1228 年 1 月 21 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 前期 に かけ て の 浄土 宗 の 僧 。 +-1 口噛 み 酒 ( くちかみ さけ ) は 、 米 など の 穀物 や 種実 類 など を 口 に 入れ て 噛 み 、 それ を 吐き出 し て 溜め た もの を 放置 し て 造 る 酒 の こと 。 +1 並河 誠所 ( なみ かわ せいしょ 、 寛文 8 年 ( 1668 年 ) - 元文 3 年 ( 1738 年 ) ) は 、 江戸 時代 中期 に 活躍 し た 儒学 者 ・ 地理 学 者 。 +-1 面 霊気 ( めんれいき ) は 、 鳥山 石燕 に よ る 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 の 一 つ で 、 伎楽 面 の 妖怪 。 +-1 中務 省 ( なかつかさ しょう ) は 律令 制 に おけ る 日本 の 官制 の ひと つ 。 +-1 石槍 ( いしやり ) と は 、 打製 石器 の 一種 で 、 石 で 作 っ た 槍 の 頭 の 部分 で あ る 。 +1 大伴継人 ( おおとも のつぐひと 、 ? - 延暦 4 年 ( 785 年 ) ) は 、 奈良 時代 後期 の 官僚 。 +-1 廃仏 毀釈 ( はいぶつ きしゃく 、 廢佛 毀釋 ) と は 仏教 寺院 ・ 仏像 ・ 経巻 を 破毀 し 僧尼 など 出家 者 が 受け て い た 特権 を 廃 する など を 指 す 。 +1 蘭学 者 ( らんがく しゃ ) は 、 蘭学 を 修め 研究 し た 人 。 +1 伊達 吉村 ( だて よし むら 、 1680 年 7 月 23 日 ( 延宝 8 年 6 月 28 日 ( 旧暦 ) ) - 175 2 年 2 月 8 日 ( 宝暦 元年 12 月 24 日 ( 旧暦 ) ) ) は 、 陸奥 国仙台 藩 の 第 5 代 藩 主 で 、 伊達 氏 の 第 21 代 当主 。 +-1 共楽 公園 ( きょうらく こうえん ) は 、 京都 府 舞鶴 市 の ほぼ 中央 、 中舞鶴 地区 の その また 中央 に 位置 する 公園 。 +-1 蛸薬師 通 ( たこやくし どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +-1 天保 大判 ( てんぽう おおばん ) と は 天保 9 年 ( 1838 年 ) 6 月 24 日 より 発行 さ れ た 大判 で あ る 。 +-1 相生 獅子 ( あいおいじし ) は 歌舞伎 長唄 の 一種 。 +1 藤原 得子 ( ふじわら の なりこ 、 永久 ( 元号 ) 5 年 ( 1117 年 ) - 永暦 元年 11 月 23 日 ( 旧暦 ) ( 11 60 年 12 月 22 日 ) ) は 平安 時代 後期 の 国母 。 +-1 望月 城 ( もちづ き じょう ) は 、 滋賀 県 甲賀 市 に あ っ た 日本 の 城 。 +1 源 頼俊 ( みなもと の より とし 、 生没年 不詳 ) は 、 平安 時代 後期 の 武将 。 +1 足利 義政 ( あしかが よしまさ ) は 、 室町 幕府 の 第 8 代 征夷 大将軍 ( 在位 : 宝徳 元年 ( 1449 年 ) - 文明 ( 日本 ) 5 年 ( 1473 年 ) ) 。 +1 大江 広元 ( おおえの ひろもと 、 久安 4 年 ( 1148 年 ) - 嘉禄 元年 6 月 10 日 ( 旧暦 ) ( 1225 年 7 月 16 日 ) ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 実務 官僚 。 +1 託 基皇女 ( たきの ひめみこ 686 年 以前 ? - 天平 勝宝 3 年 1 月 25 日 ( 旧暦 ) ( 75 1 年 2 月 25 日 ) ) は 、 飛鳥 時代 ・ 奈良 時代 の 皇族 。 +1 水走 季忠 ( みずはいすえ ただ 、 生没年 不詳 ) は 、 平安 時代 後期 の 河内 国 一ノ宮 の 枚岡 神社 ( 平岡 神社 ) の 神職 。 +-1 突棒 ( つくぼう ) は 、 江戸 時代 に 使用 さ れ た 捕り物 道具 の ひと つ で あ る 。 +-1 民力 休養 ・ 政費 節減 ( みんりょく きゅうよう ・ せい ひ せつげん ) と は 、 明治 時代 の 初期 帝国 議会 に お い て 民党 側 が 掲げ た 公約 。 +1 千手 の 前 ( せんじゅ の まえ   永 万 元年 ( 1165 年 ) - 文治 4 年 ( 1188 年 ) 4 月 25 日 ( 旧暦 ) ) は 平安 時代 末期 の 女性 。 +-1 高麗笛 ( こまぶえ ) と は 、 雅楽 で 使 う 管楽 器 の ひと つ 。 +-1 亀山 公園 ( かめやま こうえん ) は 、 京都 市 右京 区 の 嵯峨 亀 ノ 尾町 に あ る 公園 。 +-1 武家 伝奏 ( ぶけ てんそう ) は 、 室町 時代 から 江戸 時代 に かけ て の 朝廷 に おけ る 職名 の 一 つ 。 +1 観世 元 雅 ( かんぜもとまさ 、 応永 元年 ( 1394 年 ) 、 あるいは 応永 8 年 ( 140 1 年 ) 頃 - 永享 4 年 8 月 1日 ( 旧暦 ) ( 1432 年 8 月 26 日 ) ) は 室町 時代 の 能作 者 、 能 役 者 。 +-1 反 ( たん 、 段 と も 書 く ) は 、 尺貫 法 の 面積 の 単位 で あ る 。 +1 祇園 女 御 ( ぎおん の にょうご   生没年 未詳 ) は 白河 法皇 の 晩年 の 寵妃 。 +1 藤原 通季 ( ふじわら の みち すえ 、 寛治 4 年 ( 1090 年 ) - 大治 ( 日本 ) 4 年 6 月 17 日 ( 旧暦 ) ( 1128 年 7 月 16 日 ) ) は 平安 時代 後期 の 公卿 。 +-1 北条 氏 ( ほうじょうし ) は 、 伊豆 国 出身 の 豪族 で 、 鎌倉 幕府 の 執権 職 を 世襲 し た 一族 で あ る 。 +-1 円光寺 ( えんこうじ ) は 、 京都 市 左京 区 一乗 寺 に あ る 臨済 宗 の 寺院 。 +-1 宿場 ( しゅくば ) と は 、 主に 江戸 時代 、 五 街道 や 脇往還 に お い て 駅 逓司 を 取扱 う ため 設定 さ れ た 町場 を い う 。 +-1 守護 ( しゅご ) は 、 日本 の 鎌倉 幕府 ・ 室町 幕府 が 置 い た 武家 の 職制 で 、 令制 国 単位 で 設置 さ れ た 軍事 指揮 官 ・ 行政 官 で あ る 。 +-1 五情 ( ごじょう ) は 、 中国 で 、 5 つ の 感情 を 意味 する 。 +1 西園寺 公広 ( さいおんじきん ひろ ) は 、 伊予 国 の 戦国 大名 。 +1 山鹿 清華 ( やま が せいか 、 1885 年 3 月 12 日 - 1981 年 6 月 26 日 ) は 、 染織 家 。 +-1 大谷 光瑩 ( おおた に こうえい ) は 、 明治 から 大正 に かけ て の 浄土 真宗 の 僧 。 +1 河内本 ( かわちぼん ) と は 、 源氏 物語 の 写本 の うち 、 大 監物 源 光行 と その 子源 親行 が 作成 し た と さ れ る もの および それ を 写 し て 作成 さ れ た と さ れ る もの を い う 。 +-1 禁厭 ( まじな い 、 きんえん ) と は 、 日本 在来 の 呪術 の こと で あ る 。 +-1 鉤縄 ( かぎなわ ) と は 、 忍者 が 使 っ た と さ れ る 道具 。 +1 有王 ( ありおう   生没年 不詳 ) は 平安 時代 後期 の 人 。 +1 寿光院 ( じゅこういん 、 正字 体 : 壽光 院 、 ? - 寛保 元年 10 月 10 日 ( 旧暦 ) ( 1741 年 11 月 17 日 ) ) は 、 徳川 将軍 家 徳川 綱吉 の 側室 。 +1 京極 高和 ( きょうごく たか かず 、 元和 ( 日本 ) 5 年 3 月 10 日 ( 旧暦 ) ( 1619 年 4 月 24 日 ) - 寛文 2 年 9 月 13 日 ( 旧暦 ) ( 1662 年 11 月 3 日 ) ) は 、 外様 大名 で あ る 京極 氏 の 江戸 時代 初期 の 当主 。 +-1 『 幼学 綱要 』 ( ようがく こうよう ) と は 、 明治 天皇 の 勅令 を 受け た 侍講 元 田 永孚 に よ っ て 編纂 さ れ 、 18 82 年 12 月 2 日 に 宮内 省 より 頒布 さ れ た 勅撰 修身 書 。 +-1 慈胤 法 親王 ( じいん ほっ しん の う 、 元和 ( 日本 ) 3 年 3 月 13 日 ( 旧暦 ) ( 1617 年 4 月 18 日 ) - 元禄 12 年 12 月 2 日 ( 旧暦 ) ( 170 0 年 1 月 21 日 ) ) は 、 江戸 時代 前期 から 中期 に かけ て の 法親 王 。 +-1 梓弓 ( あずさゆみ 、 あづ さ ゆみ ) は 、 神事 など に 使用 さ れ る アズサ の 木 で 作 ら れ た 弓 ( 武器 ) 。 +-1 龍光院 ( りょう こういん ) は 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 、 臨済 宗 大 本山 大徳 寺 の 仏塔 塔頭 ( たっちゅう ) で あ る 。 +1 三浦 朗次 ( みうら あきつ ぐ 、 天保 5 年 8 月 13 日 ( 旧暦 ) ( 1834 年 9 月 15 日 ) - 安政 7 年 2 月 21 日 ( 旧暦 ) ( 18 60 年 3 月 13 日 ) ) は 、 日本 の 江戸 時代 の 大名 。 +1 江里 佐代子 ( えりさよこ 、 1945 年 7 月 19 日 - 2007 年 10 月 3 日 ) は 日本 の 截金 師 。 +-1 好事 福櫨 ( こうず ぶくろ ) は 、 明治 に 京都 の 和 菓子 職人 が 考案 し た と 云 わ れ る 珍菓 。 +1 今昔 物語 集 ( こんじゃく ものがたり しゅう ) と は 平安 時代 末期 に 成立 し た と 見 られ る 説話 集 で あ る 。 +-1 悪 代官 ( あくだい かん ) と は 、 領民 を 圧制 で 苦しめ たり 、 不正 行為 を 働 い たり し た 代官 の 代 名詞 的 な 表現 。 +-1 久延 毘古 ( くえびこ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +1 顕如 ( けんにょ 、 天文 ( 元号 ) 12 年 1 月 6 日 ( 旧暦 ) ( 1543 年 2 月 9 日 ) - 文禄 元年 11 月 24 日 ( 旧暦 ) ( 1592 年 12 月 27 日 ) ) は 、 本願 寺 第 11 世門 主 。 +1 土 御門 有脩 ( つちみかど あ りすえ 、 大永 7 年 ( 1527 年 ) - 天正 5 年 1 月 2 日 ( 旧暦 ) ( 1577 年 1 月 20 日 ) ) は 、 室町 時代 から 安土 桃山 時代 の 公卿 ・ 陰陽 家 。 +1 小倉 宮 聖承 ( おぐら の みやせいしょう 、 生年 不詳- 嘉吉 3 年 5 月 7 日 ( 旧暦 ) ( 1443 年 6 月 4 日 ) ) ) は 、 南北朝 時代 ( 日本 ) の 第 99 代 、 南朝 ( 日本 ) 最後 の 第 4 代 天皇 で あ る 後亀山 天皇 の 孫 で 、 小倉 宮 恒敦 の 子 。 +1 町 広光 ( まち ( まち の ? ) ひろみつ 、 文安 元年 ( 1444 年 ) - 永正 元年 6 月 15 日 ( 旧暦 ) ( 150 4 年 7 月 26 日 ) ) は 室町 時代 後期 から 戦国 時代 ( 日本 ) に かけ て の 公卿 。 +1 閑院宮 ( かんいんのみや ) は 、 四 世襲 親王家 の 一 つ で 、 江戸 時代 中期 に 東山 天皇 の 皇子 、 閑院 宮 直仁 親王 が 創設 し た 宮家 。 +-1 三曜 会 ( さん よう かい ) と は 、 明治 時代 に 存在 し た 貴族 院 _ ( 日本 ) の 院内 会 派 ( 1891 年 3 月 24 日 - 1899 年 2 月 20 日 ) 。 +-1 木津屋 橋 通 ( きづ や ばし どおり ) は 、 京都 市 内 の 東西 の 通り の 一 つ 。 +1 野村 靖 ( のむら やすし 、 天保 13 年 8 月 6 日 ( 旧暦 ) ( 1842 年 9 月 10 日 ) - 明治 42 年 ( 1909 年 ) 1 月 24 日 ) は 日本 の 武士 、 政治 家 。 +-1 ソメイヨシノ ( 染井 吉野 、 学名 : Prunus × yedoensis ) は 、 エドヒガン 系 の コマツ オトメ と オオシマ ザクラ の 交配 で 生まれ た サクラ の 園芸 品種 で あ る 。 +1 大伴 手拍 ( おおともの た うち 、 生年 不明 - 和銅 6 年 ( 71 3 年 ) 9 月 17 日 ) は 、 日本 の 飛鳥 時代 から 奈良 時代 に かけ て の 貴族 で あ る 。 +1 隠者 文学 ( いんじゃ ぶんがく ) と は 、 主に 日本 の 中世 に お い て 、 俗世間 から 隠遁 する 道 を 選 ん だ 者 達 ( 僧侶 や 隠者 など ) に よ っ て 書 か れ た 作品 群 の 総称 で あ る 。 +1 明智光忠 ( あけちみつただ   天文 ( 元号 ) 9 年 ( 1540 年 ) ? - 天正 10 年 6 月 15 日 ( 旧暦 ) ( 15 8 2 年 7 月 4 日 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +-1 三室戸 家 ( みむろどけ 、 「 みむろと 」 の 読み は 誤記 ) は 、 名家 ( 公家 ) の 家格 を 有 する 公家 。 +1 狩野 光信 ( かのう みつのぶ 、 永禄 8 年 ( 1565 年 ) - 慶長 13 年 6 月 4 日 ( 旧暦 ) ( 160 8 年 7 月 15 日 ) ) は 、 安土 桃山 時代 の 狩野 派 の 絵師 。 +1 為子 内 親王 ( ためこ な い しんの う 、 ? - 昌泰 2 年 3 月 14 日 ( 旧暦 ) ( 899 年 4 月 27 日 ) ) は 、 平安 時代 前期 の 皇族 。 +-1 従 三 位 ( じゅざん み ) は 、 位 階 及び 神階 に おけ る 位 の ひと つ 。 +-1 持明院 ( じみょういん ) は 、 現在 の 京都 市 上京 区 の 光照院 の 付近 に あ っ た と さ れ る 寺院 の 名前 で あ る 。 +1 藤原 範季 ( ふじわら の のりすえ 、 大治 5 年 ( 1130 年 ) - 元久 2 年 ( 120 5 年 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公家 。 +-1 往相 回向 ( おうそう えこう ) と は 、 浄土 真宗 の 重要 な 教義 で 、 還相 回向 ( げんそう えこう ) に 対 する 言葉 で あ る 。 +-1 青蓮院 ( しょうれん いん ) は 、 京都 市 東山 区 粟田口 ( あわたぐち ) 三条 坊 町 に あ る 天台 宗 の 寺院 。 +-1 笏 拍子 ( しゃく びょうし ) は 雅楽 など に おけ る 打楽器 の 一 つ 。 +1 広幡 忠幸 ( ひろは たただゆき 、 元和 ( 日本 ) 8 年 ( 1622 年 ) - 寛文 9 年 10 月 16 日 ( 旧暦 ) ( 1669 年 12 月 9 日 ) ) は 、 江戸 時代 の 公家 。 +-1 種痘 所 ( しゅとう しょ ) と は 、 日本 に お い て 天然 痘 の 予防 及び 治療 を 目的 に 設立 さ れ た 医療 機関 。 +-1 竹琴 ( ちっきん ) は 、 1886 年 ( 明治 19 年 ) 8 月 、 静岡 県 沼津 市 の 田村 竹琴 ( 与三郎 ) に よ っ て 発明 さ れ た 三弦 琴 で あ る 。 +-1 陰陽 博士 ( おんみょう はかせ ) は 、 律令 制 で 陰陽 寮 に 設置 さ れ た 教官 の 1 つ 。 +1 井上内 親王 ( いのえ ( いがみ ) ないしんのう 、 養老 元年 ( 71 7 年 ) - 宝亀 6 年 4 月 27 日 ( 旧暦 ) ( 775 年 5 月 30 日 ) ) は 第 45 代 聖武 天皇 の 第 一 皇女 。 +1 楠木 正虎 ( くすのき まさとら   永正 17 年 ( 1520 年 ) - 文禄 5 年 / 慶長 元年 1 月 11 日 ( 旧暦 ) ( 1596 年 2 月 9 日 ) ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 の 人物 。 +-1 びわ 湖 わんわん 王国 ( びわ こ わん わん おうこく ) は 、 滋賀 県 守山 市 の 琵琶 湖 岸 に あ っ た 日本 最大 級 の 犬 の テーマ パーク 。 +-1 式 三 番 ( しき - さん - ばん ) と は 、 能 ・ 狂言 と なら ん で 能楽 を 構成 する 特殊 な 芸能 の 一 つ 。 +-1 祇園 精舎 ( ぎおんしょうじゃ ) 、 正式 名称 祇樹給 孤独 園 精舎 ( ぎじゅぎ っ こどく おんしょうじゃ 、 サンスクリット : JetavanaAnathapindadasya - arama ) は 、 中 インド の シュラーヴァスティー ( 舎衛城 ) に あ っ た 寺院 で 、 釈迦 が 説法 を 行 っ た と さ れ る 場所 。 +-1 愛宕山 ( あたご やま 、 あたご さん ) は 、 山 の 名前 。 +-1 審神者 ( さ に わ ) と は 、 古代 の 神道 の 祭祀 に お い て 神託 を 受け 、 神意 を 解釈 し て 伝え る 者 の こと で あ る 。 +-1 歌謡 ( かよう ) と は 、 音楽 性 を 伴 う 韻文 形式 の 作品 の こと を い う 。 +1 古事 記 ( こじき 、 ふる こと ふみ ) は 、 その 序 に よ れ ば 、 和銅 5 年 ( 71 2 年 ) 太 朝臣 安萬 侶 ( おほ の あそ み やすまろ 、 太安 万 侶 ( おおの やすまろ ) ) に よ っ て 献上 さ れ た 日本 最古 の 歴史 書 。 +1 香川 元春 ( かがわ もと はる ) は 室町 時代 末期 から 安土 桃山 時代 の 讃岐 国 の 武将 。 +-1 新 京極 通 ( しんきょうごく どおり ) は 京都 市 の 南北 の 通り の 一 つ 。 +-1 ハモ ( 鱧 ) Muraenesoxcinereus は 、 ウナギ 目 ・ ハモ 科 に 分類 さ れ る 魚 の 一種 。 +1 藤原 道信 ( ふじわら の みちのぶ 、 天禄 3 年 ( 972 年 ) - 正暦 5 年 7 月 11 日 ( 旧暦 ) ( 994 年 8 月 25 日 ) ) は 、 平安 時代 中期 の 公家 ・ 歌人 。 +1 中 御門 経之 ( なかみかど つねゆき 、 文政 3 年 12 月 17 日 ( 旧暦 ) ( 182 1 年 1 月 20 日 ) - 明治 24 年 ( 1891 年 ) 8 月 27 日 ) は 、 幕末 期 の 公卿 に し て 明治 期 の 華族 。 +1 晏子 内 親王 ( あんし ( やすこ ) ないしんのう 、 生年 未詳 - 昌泰 3 年 7 月 20 日 ( 旧暦 ) ( 90 0 年 8 月 29 日 ) ) は 、 平安 時代 の 皇族 。 +-1 米 百 俵 ( こめ ひゃっ ぴょう ) は 、 幕末 から 明治 初期 に かけ て 活躍 し た 越後 長岡 藩 の 藩士 小林 虎三郎 に よ る 教育 に まつわ る 故事 。 +1 行遍 ( ぎょうへん 、 生没 年 未詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て 活躍 し た 熊野 速玉 大社 の 社僧 。 +-1 緑茶 ( りょくちゃ 、 英語 greentea 、 中国 語 リューチャー lch á ) は 、 チャ の 葉 から 作 っ た 茶 の うち 、 摘み取 っ た 茶葉 を 加熱 処理 し て 発酵 を 妨げ た もの 。 +1 源 為仲 ( みなもと の ため なか 、 康治 元年 ( 1142 年 ) ? - 保元 元年 7 月 30 日 ( 旧暦 ) ( 1156 年 8 月 17 日 ) ) は 平安 時代 末期 の 河内 源 氏 の 武将 。 +-1 太秦 駅 ( うずまさえき ) は 、 京都 府 京都 市 右京 区 太秦 垂箕山 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 。 +1 女性 天皇 ( じょせい てん のう ) と は 、 女性 の 天皇 の こと 。 +-1 領主 ( りょうしゅ ) と は 、 一定 の 土地 と 其処 に 生活 する 人々 ( 領地 ) の 封建 的 な 支配 権 を 有 する 者 。 +1 松浦 武四郎 ( まつうら たけしろう 、 文政 元年 2 月 6 日 ( 旧暦 ) ( 1818 年 3 月 12 日 ) - 明治 21 年 ( 1888 年 ) 2 月 10 日 ) は 、 江戸 時代 、 幕末 から 明治 時代 に かけ て 活動 し た 日本 の 探検 家 。 +-1 京都 花月 劇場 ( きょう と かげつ げきじょう ) は 、 吉本 興業 の 劇場 。 +-1 会 三 帰一 ( えさん ・ きいつ 、 きいち ) と は 、 「 三乗 を 会 ( え ) し て 一乗 に 帰 す 」 と 読 み 、 仏教 で 三乗 の 教え を 会 し て 一乗 の 教え に 帰 せ しめ る こと 。 +1 北条 仲 時 ( ほうじょう なかとき 、 徳治 元年 ( 130 6 年 ) - 元弘 3 年 / 正慶 2 年 5 月 9 日 ( 旧暦 ) ( 1333 年 6 月 20 日 ) ) は 、 鎌倉 幕府 最後 の 六波羅 探題 ( 北方 ) で あ る 。 +-1 京言葉 ( きょうことば 、 京 ことば と 表記 さ れ る こと も ) また は 京都 弁 ( きょう と べん ) と は 、 狭義 で は 京都 府 京都 市 旧 市街 、 広義 で は 京都 府 山城 国 と 南丹 ( 亀岡 盆 地 周辺 ) で 話 さ れ る 日本 語 の 方言 。 +-1 第 二 次 日韓 協約 ( だい に じ にっかん きょうやく ) は 、 日露 戦争 終結 後 の 190 5 年 ( 明治 38 ) 1 1 月 17 日 に 大 日本 帝国 と 大韓 帝国 が 締結 し た 協約 。 +-1 観世 元 正 ( かんぜもとまさ 、 1930 年 ( 昭和 5 年 ) - 1990 年 ( 平成 2 年 ) ) は 、 シテ 方 観世 流能 楽師 。 +1 宇都宮 遯庵 ( うつのみや とん あん 、 寛永 10 年 2 月 30 日 ( 旧暦 ) ( 1633 年 4 月 8 日 ) - 宝永 4 年 10 月 10 日 ( 旧暦 ) ( 17 0 7 年 11 月 3 日 ) 、 異説 で は 1709 年 没 ) は 、 江戸 時代 の 儒学 者 。 +-1 三好 政権 ( みよし せいけん ) と は 、 天文 ( 元号 ) 18 年 ( 1549 年 ) から 永禄 11 年 ( 1568 年 ) まで 存在 し た 日本 の 武家 政権 で あ る 。 +-1 抜衣紋 ( ぬきえもん ) は 、 和服 の 着付け 方 の ひと つ で あ る 。 +1 平正度 ( たいら の まさのり 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +-1 披 き ( ひらき ) と は 、 能楽 師 が 、 ある 曲 の シテ もしくは それ に 準 ずる 役 、 狂言 、 囃子 など を はじめて 演 ずる こと 。 +-1 宮津城 ( みやづ じょう ) は 京都 府 宮津 市 に あ る 城 。 +-1 家 制度 ( いえ せいど ) と は 、 に 制定 さ れ た 民法 ( 以降 、 旧 民法 と い う ) に お い て 採用 さ れ た 家族 制度 で あ り 、 親族 関係 の あ る 者 の うち 更に 狭 い 範囲 の 者 を 、 戸主 と 家族 と し て 一 つ の 家 に 属 さ せ 、 戸主 に 家 の 統率 権限 を 与え て い た 制度 で あ る 。 +1 市来 四郎 ( いち きしろう 、 文政 11 年 12 月 24 日 ( 旧暦 ) ( 1829 年 1 月 29 日 ) - 明治 36 年 ( 190 3 年 ) 2 月 12 日 ) は 薩摩 藩 士 。 +-1 良遍 ( りょうへん 、 久安 6 年 ( 1150 年 ) - 貞永 元年 8 月 21 日 ( 旧暦 ) ( 1232 年 9 月 7 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 に かけ て の 真言 宗 の 僧 。 +-1 撒菱 ・ 撒蔆 ・ 撒芰 ( まきびし ) と は 、 逃げ る 途中 に ばら 撒 き 、 追手 から 逃れ る 道具 。 +-1 願徳 寺 ( がんとくじ ) は 、 京都 市 西京 区 大原野 に あ る 天台 宗 の 寺院 。 +-1 漢学 紀源 ( かんがく きげん ) は 、 江戸 時代 後期 に 薩摩 藩 伊地知 季安 に よ っ て 書 か れ た 漢学 史書 。 +-1 人 参代 往古 丁銀 ( にんじん だいおう こ ちょうぎん ) と は 宝永 7 年 ( 1 710 年 ) から 、 高麗 人 参貿易 取引 専用 に 鋳造 さ れ た 丁銀 の 一種 で 秤量 銀貨 で あ る 。 +1 松本 重太郎 ( まつもと じゅうたろう 、 1844 年 10 月 5 日 - 1913 年 6 月 20 日 ) は 日本 の 実業 家 。 +-1 鑑画 会 ( かん が かい ) は 、 明治 時代 初期 の 美術 団体 。 +-1 転封 ( てんぽう 、 てんぷう ) は 江戸 幕府 ( 征夷 大将軍 ) が 、 大名 の 領土 を 別 の 場所 に 移 す こと 。 +-1 本城 惣右衛門 覚書 ( ほん じよそう えもん おぼえがき ) は 、 本能 寺 の 変 で 明智 光 秀 に 従軍 し て い た 光秀 配下 の 武士 本城 惣右衛門 が 、 江戸 時代 に 入 っ て 晩年 、 親族 と 思 わ れ る 三 人 の 人物 に 宛て た 記録 で あ る 。 +-1 勅祭 社 ( ちょくさい しゃ ) と は 、 祭礼 に 際 し て 天皇 に よ り 勅使 が 遣わ さ れ る ( これ を 勅祭 と い う ) 神社 の こと で あ る 。 +-1 書院 造 ( しょいん づくり ) は 、 日本 の 室町 時代 中期 以降 に 成立 し た 住宅 の 様式 で あ る 。 +-1 二 代 目 中村 鴈治郎 ( に だい め なかむら がんじろう 、 明治 35 年 ( 190 2 年 ) 2 月 17 日 - 昭和 58 年 ( 1983 年 ) 4 月 13 日 ) は 昭和 を 代表 する 歌舞伎 役者 の 一人 。 +1 行幸 ( みゆき ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +1 壬生 忠見 ( みぶ の ただ み 生没年 不詳 ) は 、 平安 時代 中期 の 歌人 。 +-1 日本 の 貿易 史 ( にほん の ぼうえき し ) で は 、 日本 の 対外 貿易 に 関 する 歴史 に つ い て 説明 する 。 +1 日葉酢 媛命 ( ひばす ひめ の みこと ) は 、 伝説 上 ( 記紀 ) の 皇族 。 +-1 堺 県 ( さ かいけん ) は 、 明治 時代 初期 に 存在 し た 県 。 +1 経国 美談 ( けいこくび だん ) は 、 矢野 龍渓 の 政治 小説 。 +-1 観楓 会 ( かんぷう かい ) は 、 カエデ など の 紅葉 を 鑑賞 する 集い の こと で あ る 。 +1 一条 内 基 ( いちじょう ただ もと / うちもと 、 天文 ( 元号 ) 17 年 ( 1548 年 ) - 慶長 16 年 7 月 2 日 ( 旧暦 ) ( 161 1 年 8 月 9 日 ) ) は 、 戦国 時代 ( 日本 ) 後期 から 江戸 時代 初期 に かけ て の 公家 で あ る 。 +-1 柱間 ( はしらま ) は 、 伝統 的 な 日本 建築 に お い て 、 殿舎 など の 柱 と 柱 と の 間 ( あいだ ) の こと で あ る 。 +1 宗像 氏 経 ( むなかた うじつね ) は 、 鎌倉 時代 中期 の 鎌倉 御 家人 で あ り 、 宗像 大社 の 第 43 代 ・ 第 46 代 大宮司 で あ る 。 +-1 三穂津姫 ( みほつ ひめ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +-1 寛意 ( かんい 、 康平 5 年 ( 1062 年 ) - 康和 3 年 6 月 15 日 ( 旧暦 ) ( 1101 年 7 月 12 日 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +-1 奥津嶋 神社 ( おきつしま じんじゃ ) は 、 滋賀 県 近江八幡 市 沖島 町 に 鎮座 する 神社 で あ る 。 +1 平野 長裕 ( ひら の なが ひろ 、 弘化 2 年 11 月 2 日 ( 旧暦 ) ( 1845 年 11 月 30 日 ) - 明治 5 年 6 月 24 日 ( 旧暦 ) ( 1872 年 7 月 29 日 ) ) は 、 大和 国 田原本 藩 の 初代 藩 主 。 +1 中村 宗十郎 ( なかむら そうじゅうろう 、 天保 6 年 ( 1835 年 ) - 明治 22 年 ( 1889 年 ) 10 月 8 日 ) は 明治 時代 に 上方 で 活躍 し た 歌舞伎 役者 。 +1 浅井 長政 ( あざい ながまさ 、 旧 字体 表記 : 淺井 長政 ) は 、 戦国 時代 ( 日本 ) ( 室町 時代 末期 ) の 武将 で 、 近江国 の 戦国 大名 。 +1 藤原 季行 ( ふじわら の すえゆき 、 永久 ( 日本 ) 2 年 ( 1114 年 ) - 応保 2 年 ( 1162 年 ) ) は 平安 時代 末期 の 公卿 。 +1 大島 義昌 ( おおしま よしま さ 、 嘉永 3 年 8 月 15 日 ( 旧暦 ) ( 1850 年 9 月 20 日 ) - 1926 年 4 月 10 日 ) は 、 日本 の 武士 ・ 長州 藩士 、 大 日本 帝国 陸軍 軍人 、 華族 。 +1 小西 秀貞 ( こ にしひ で さだ ) は 小西 行長 と その 側室 と の 子 。 +-1 関精拙 ( せきせい せつ 、 1877 年 - 1945 年 ) は 明治 から 昭和 に かけ て の 臨済 宗 の 禅僧 。 +1 高陽院 ( か や いん ・ 賀陽 院 ) は 、 平安 京 に あ っ た 里内 裏 の 一 つ 。 +1 天徳 内 裏 歌合 ( てん とく だいり うた あわせ ) は 、 天徳 ( 日本 ) 4 年 3 月 30 日 ( 旧暦 ) ( 96 0 年 4 月 28 日 ) 、 村上 天皇 に よ っ て 行 わ れ た 歌合 。 +1 金槐 和 歌集 ( きん かい わかしゅう ) と は 、 鎌倉 時代 前期 の 源 実朝 の 家集 で あ る 。 +-1 飯縄 権現 ( いづな ごんげん 、 いいづな ごん げん ) と は 、 信濃 国 上水内 郡 ( 現 長野 県 ) の 飯縄 山 ( 飯綱 山 ) に 対 する 山岳 信仰 が 発祥 と 考え られ る 神仏 習合 の 神 で あ る 。 +-1 輪違屋 ( わちがいや ) と は 、 現在 も 営業 さ れ て い る 京都 の 花街 、 嶋原 の 置屋 兼 待合 茶屋 で あ る 。 +1 鷹司房 輔 ( たかつかさ ふさすけ 、 寛永 14 年 4 月 30 日 ( 旧暦 ) ( 1637 年 6 月 22 日 ) - 元禄 13 年 1 月 11 日 ( 旧暦 ) ( 170 0 年 3 月 1日 ) ) は 江戸 時代 の 公卿 。 +-1 ウワナベ 古墳 と は 奈良 市 の 平城 宮 跡 北方 、 法華 寺町 に 存在 する 前方 後 円 墳 。 +1 足利 義尚 ( あしかが よしひさ ) は 、 室町 幕府 の 第 9 代 征夷 大将軍 ( 将軍 在位 : 文明 ( 日本 ) 5 年 ( 1473 年 ) - 長享 3 年 ( 1489 年 ) ) 。 +1 亀井 造酒之助 ( かめい きみのすけ 、 生没年 不詳 ) は 新 選 組 の 前身 、 壬生 浪士 組 の 隊士 で あ る 。 +1 土 御門 有春 ( つちみかど あ り はる 、 文亀 元年 ( 150 1 年 ) - 永禄 12 年 6 月 19 日 ( 旧暦 ) ( 1569 年 8 月 1日 ) ) は 、 室町 時代 から 安土 桃山 時代 の 公卿 ・ 陰陽 家 。 +-1 秀山 十 種 ( しゅうざん じっしゅ ) は 、 中村 吉右衛門 ( 初代 ) が 撰 じ た 播磨 屋 ( 歌舞伎 ) の 中村 吉右衛門 の お 家芸 。 +-1 打製 石器 ( だせい せっき ) と は 、 石 を 打ち砕 い て つく ら れ た 石器 で 磨き を ともな わ な い もの 。 +1 三隅 研次 ( みすみ けん じ 、 1921 年 3 月 2 日 - 1975 年 9 月 24 日 ) は 映画 監督 。 +-1 十 二 単 ( じゅう に ひと え ) は 、 平安 時代 の 10 世紀 から 始ま る 女性 貴族 用 の 正装 。 +1 田代 重右衛門 ( たしろ じゅうえもん 、 1854 年 ( 嘉永 7 年 ) 1 月 2 日 - 1932 年 ( 昭和 7 年 ) 12 月 14 日 ) は 、 日本 の 実業 家 。 +-1 住吉造 ( すみよし づくり ) は 、 日本 の 神社 建築 の 1 つ で あ る 。 +-1 御 香宮 神社 ( ご こうぐう じんじゃ 、 ごこうの みや じんじゃ ) は 京都 市 伏見 区 に あ る 神社 で あ る 。 +1 兵範 記 ( へい はん き / ひょう はんき ) は 、 平安 時代 の 公家 平信範 の 日記 。 +-1 日本 紀略 ( にほんぎりゃく ) は 、 平安 時代 に 編纂 さ れ た 歴史 書 で 、 六 国 史 の 抜粋 と 、 六 国 史 以後 後 一条 天皇 まで の 歴史 を 記 す 。 +-1 幸流 ( こう - りゅう ) は 能楽 小 鼓方 の 一流 派 。 +-1 四 代 目 坂田 藤十郎 ( よだい め さかた とうじゅうろう 、 1931 年 12 月 31 日 - ) は 、 日本 の 俳優 、 歌舞伎 役者 。 +-1 不 平等 条約 ( ふ びょうどう じょうやく ) と は 、 条約 の 性質 に 基づ い て な さ れ た 分類 の 一種 で 、 ある 国家 が 他 の 国家 に 、 自国 民 など に 対 する 権力 作用 を 認め な い 条約 。 +1 多治 比 嶋 ( たじひ の しま 、 推古 天皇 32 年 ( 624 年 ) - 大宝 ( 日本 ) 元年 7 月 21 日 ( 旧暦 ) ( 70 1 年 8 月 29 日 ) ) は 、 日本 の 飛鳥 時代 の 貴族 。 +1 『 北斎 漫画 』 ( ほくさい まんが ) は 、 葛飾 北斎 が 絵 手本 と し て 発行 し た スケッチ 画集 で あ る 。 +-1 瀞峡 ( どろきょう ) と は 、 和歌山 県 ・ 三重 県 ・ 奈良 県 を 流れ る 北山 川 の 峡谷 。 +-1 金輪院 ( こんりん いん ) は 、 奈良 県 大和郡山 市 小泉 町 に あ る 天台 宗 の 寺院 。 +-1 源 氏 三 神社 ( げんじ さんじんじゃ ) と は 、 清和 源 氏 と もっとも 所縁 の あ る 三 つ の 神社 の こと で あ る 。 +1 朴 井雄 君 ( え の い の おきみ 、 生年 不詳 - 天武 天皇 5 年 ( 67 6 年 ) 6 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 鬼一 法 眼 ( きいちほう げん ) は 、 室町 時代 初期 に 書 か れ た 『 義経 記 』 に 登場 する 伝説 上 の 人物 。 +-1 円町 駅 ( えんまち えき ) は 、 京都 府 京都 市 中京 区 西ノ京 円 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 で あ る 。 +-1 なぎなた ( 薙刀 ) と は 、 日本 の 古 い 武器 で あ る 薙刀 の 木刀 及び 竹刀 に 似 た なぎなた を 使 っ た 現代 武道 。 +-1 書道 ( しょどう ) また は 書 ( しょ ) と は 、 書 く こと で 文字 の 美 を 表 そ う と する 東洋 の 造形 芸術 で あ る 。 +1 田村 銀之助 ( たむら ぎんのすけ 、 安政 3 年 8 月 1日 ( 旧暦 ) ( 1856 年 8 月 30 日 ) - 大正 13 年 ( 1924 年 ) 8 月 20 日 ) は 、 磐城 平 藩 出身 の 新 選 組 隊士 。 +-1 御 土居 ( おど い ) は 豊臣 秀吉 に よ っ て 作 ら れ た 京都 を 囲 む 土塁 で あ る 。 +-1 絵因果経 ( えいん が きよう ) は 仏伝 経典 の 代表 的 な もの の 1 つ で あ る 『 過去 現在 因果経 』 の 写本 の 一種 で 、 巻子 本 の 下段 に 経文 を 書写 し 、 上段 に 経文 の 内容 を 説明 し た 絵画 を 描 い た もの で 、 日本 に お い て 平安 時代 以降 盛行 する 絵巻物 の 源流 と さ れ て い る 。 +-1 道詮 ( どう せん 、 延暦 16 年 ( 797 年 ) ? - 貞観_ ( 日本 ) 15 年 3 月 2 日 ( 旧暦 ) ( 873 年 4 月 2 日 ) ? ) は 、 平安 時代 前期 の 三 論 宗 の 僧 。 +1 藤原 有年 ( ふじわら の あり とし 、 生没年 不詳 ) は 、 平安 時代 前期 の 官人 。 +1 皇位 継承 順位 ( こうい けい しょうじゅんい ) と は 、 皇位 を 継承 する 順位 の こと 。 +-1 藤原 仲麻呂 の 乱 ( ふじわら の なかまろ の らん ) は 奈良 時代 に 起き た 内乱 で あ る 。 +-1 『 令 義解 』 ( りょう の ぎげ ) と は 、 に 淳和 天皇 の 勅 に よ り 右 大臣 清原 夏野 を 総裁 と し て 、 文章 博士 菅原 清 公 ら 12 人 に よ っ て 撰集 さ れ た 令 の 解説 書 。 +-1 天保暦 ( てんぽうれき ) と は 、 かつて 日本 に お い て 使用 さ れ た 太陰 太陽 暦 の 暦法 で あ る 和暦 で あ る 。 +1 藤原 遵子 ( ふじわら の じゅんし ( のぶこ ) 、 天徳 ( 日本 ) 元年 ( 957 年 ) - 寛仁 元年 6 月 1日 _ ( 旧暦 ) ( 1017 年 6 月 27 日 ) ) は 平安 時代 中期 、 関白 藤原 頼忠 の 長女 。 +1 北方 心 泉 ( きたがた しんせん 、 嘉永 3 年 ( 1850 年 ) - 明治 38 年 ( 190 5 年 ) ) は 真宗 大谷 派 の 僧侶 。 +-1 高倉 通 ( たか くら どおり ) は 京都 市 の 南北 の 道路 の 一 つ 。 +1 蜷川 親長 ( に ながわちかなが ) は 、 戦国 時代 から 安土 桃山 時代 に かけ て の 武将 。 +-1 大衆 文芸 映画 社 ( たいしゅう ぶんげい えいが しゃ 、 1931 年 9 月 設立 - 1932 年 7 月 活動 停止 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +-1 応永 の 乱 ( おうえい の らん ) は 、 室町 時代 の 応永 6 年 ( 1399 年 ) に 、 守護 大名 の 大内 義弘 が 室町 幕府 に 対 し て 反乱 を 起こ し て 堺 市 に 篭城 し て 滅ぼ さ れ た 事件 で あ る 。 +1 安達 盛宗 ( あだち もりむね 、 生年 未詳 - 弘安 8 年 ( 1285 年 ) 12 月 ) は 鎌倉 時代 後期 の 鎌倉 幕府 の 御 家人 。 +-1 東久世家 ( ひがし く ぜけ ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +-1 羊羹 ( ようかん ) は 、 一般 に は 小豆 を 主体 と し た 餡 を 寒天 で 固め た 和 菓子 で あ る 。 +-1 武家 流 紫野 千家 流 ( むらさき の せんけりゅう ) は 、 尾張 徳川 家 の 家老 家 に 伝わ っ た 今沢 流 の 系 譜 と 考え られ て い る 。 +-1 三条 駅 ( さんじょう えき ) は 、 京都 府 京都 市 東山 区 五 軒 町 に あ る 、 京阪 電気 鉄道 の 鉄道 駅 。 +1 源 義綱 ( みなもと の よしつな ) は 、 平安 時代 後期 の 河内 源 氏 の 武将 。 +1 菅原 為長 ( すがわら の ため な が 、 保元 3 年 ( 1158 年 ) - 寛元 4 年 3 月 28 日 ( 旧暦 ) ( 1246 年 4 月 15 日 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 の 公卿 。 +1 二 条 為 世 ( にじょう ため よ 、 建長 2 年 ( 1250 年 ) - 延元 3 年 / 建武 ( 日本 ) 5 年 8 月 5 日 ( 旧暦 ) ( 1338 年 9 月 18 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) 初期 に かけ て の 歌人 。 +1 河竹 黙 阿弥 ( かわたけ もくあみ 、 文化 ( 元号 ) 13 年 2 月 3 日 ( 旧暦 ) ( 1816 年 3 月 1日 ) - 明治 26 年 ( 1893 年 ) 1 月 22 日 は 、 江戸 時代 幕末 から 明治 に かけ て 活躍 し た 歌舞伎 狂言 作者 。 +-1 春日山原 始林 ( か すがやま げんし りん ) 、 春日 山原 生 林 ( か すがやま げん せい りん ) と は 、 春日 大社 の 山 と し て 神聖 視 さ れ 、 樹木 伐採 が 長 ら く ( 千 年 以上 に 渡り ) 禁 じ られ て き た ため 、 森林 が 極相 に 達 し た 原生 林 が 広が っ て い る 地域 で あ る 。 +-1 カミムスビ ( カミムスヒ 、 カムムスビ ) は 、 日本 神話 の 神 ( 神道 ) 。 +1 一色 義春 ( いっ し きよしはる 、 文正 元年 ( 1466 年 ) - 文明 ( 日本 ) 16 年 9 月 4 日 ( 旧暦 ) ( 1484 年 9 月 23 日 ) ) は 室町 時代 の 守護 大名 で あ る 。 +-1 百 寮 訓 要 抄 ( ひゃく りょうくん ようしょう ) は 、 南北朝 時代 ( 日本 ) に 関白 二条 良 基 が 室町 幕府 征夷 大将軍 足利 義満 の ため に 執筆 有職 故 実 の 解説 書 。 +-1 清凉 寺 ( せいりょうじ ) は 、 京都 府 京都 市 右京 区 嵯峨野 に あ る 浄土 宗 の 寺院 。 +1 正子 内 親王 は 、 日本 の 皇族 。 +-1 顕教 ( けんきょう 、 けん ぎょう ) と は 、 仏教 の 中 で 、 秘密 に せ ず 明らか に 説 か れ た 教え の こと 。 +-1 笏 ( しゃく ) と は 、 日本 に お い て 束帯 の 着用 の 際 、 右手 に 持 つ 細長 い 板 で あ る 。 +1 藤原 冬嗣 ( ふじわら の ふゆつぐ 、 宝亀 5 年 ( 775 年 ) - 天長 3 年 7 月 24 日 ( 旧暦 ) ( 82 6 年 8 月 30 日 ) は 、 平安 時代 の 公卿 、 歌人 。 +-1 鬼子 母神 ( きし も じん / きしぼ じん ) 、 haaritii 、 ハーリティー ) は 仏教 を 守護 する と さ れ る 夜叉 で 女神 の 一尊 。 +1 高田 石成 ( た かた の いわなり 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 勧修 ( かんしゅう 、 天慶 8 年 ( 945 年 ) ? - 寛弘 5 年 7 月 8 日 ( 旧暦 ) ( 100 8 年 8 月 11 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +-1 イヅカ 古墳 ( いづか やま こふん ) は 古墳 時代 前期 後半 の 纒向 型 と い わ れ る ホタテ 貝型 の 前方 後 円墳 で あ る が 、 現在 は 中世 以降 に 全て 削平 さ れ た その 姿 は 確認 でき な い 。 +-1 鞠智城 ( くくちじょう 、 きくちじょう ) は 、 古代 山城 ( 朝鮮 式 山城 ) の 一 つ 。 +-1 寺社 勢力 ( じしゃ せいりょく ) と は 日本 中世 に お い て 、 武家 政権 ・ 朝廷 と とも に 権力 を 三分 し た 、 大寺院 ・ 神社 ( 当時 は 神仏 習合 の ため に 一体 ) に よ る 軍事 ・ 行政 ・ 経済 ・ 文化 パワー で あ る 。 +1 藤原 頼実 ( ふじわら の より ざね 、 久寿 2 年 ( 1155 年 ) - 嘉禄 元年 ( 1225 年 ) ) は 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 公卿 。 +1 宮中 三 殿 ( きゅう ちゅう さん でん ) は 、 皇居 に あ る 賢所 ( かしこどころ 、 けんしょ ) 、 皇霊殿 ( こうれい でん ) 、 神殿 ( しんでん ) と い う 三 つ の 神殿 の 総称 。 +-1 徳川 御 三家 は 、 単に 御 三 家 ( ご さんけ ) と も い い 、 徳川 氏 の うち 徳川 将軍 家 ( 将軍 家 ) に 次 ぐ 地位 の 次 の 3 家 の こと 。 +-1 童蒙 酒造記 ( どう もう しゅぞう き ) と は 、 江戸 時代 初期 に 書 か れ た 日本 で 代表 的 な 醸造 技術 書 。 +1 伊勢 貞藤 ( いせさだ ふじ 、 永享 4 年 ( 1432 年 ) ? - 延徳 3 年 9 月 14 日 ( 1491 年 ) ? ) は 室町 時代 の 武士 。 +-1 公庄 駅 ( ぐじょう えき ) は 、 京都 府 福知 山 市 大江町 ( 京都 府 ) 公庄 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮 福線 の 鉄道 駅 。 +-1 山内 流 ( やまうち りゅう 、 やま のうち りゅう ) は 、 大分 県 臼杵 市 に 伝わ る 日本 泳法 の 流派 の ひと つ 。 +-1 国立 国会 図書 館 関西 館 ( こくりつ こっかい と しょ かん かん さい かん ) は 、 京都 府 相楽 郡 精華 町 に あ る 国立 国会 図書 館 の 関西 本館 。 +1 御子 左家 ( みこ ひだり け ) は 、 藤原 北家 藤原 道長 の 6 男 藤原 長家 を 祖 と する 藤原 氏 の 嫡流 。 +1 一色 直 氏 ( いっ し き な おうじ ( 又 は ただうじ ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +-1 飯笥 ( みしげー ) また は ミシゲー ・ マジムン は 、 沖縄 県 に 伝わ る 付喪神 の 一種 で 、 マジムン の 一種 。 +-1 出前 ( でまえ ) は 、 飲食 店 が 自店 で 提供 し て い る 料理 など の 飲食 物 を 希望 する 顧客 宅 へ 火急 に 配送 する サービス で あ る 。 +1 源義康 ( みなもと の よしやす / 足利 義康 あしかが よしやす ) は 平安 時代 末期 の 河内 源 氏 の 武将 。 +-1 条坊 制 ( じょうぼう せい ) と は 、 中国 ・ 朝鮮 半島 ・ 日本 の 王城 都市 に 見 られ る 都市 プラン で 、 南北 中央 に 朱雀 大路 を 配 し た 。 +1 江馬 蘭斎 ( えまらん さい 、 延享 4 年 9 月 ( 1747 年 ) - 天保 9 年 7 月 8 日 ( 旧暦 ) ( 1838 年 8 月 27 日 ) ) は 、 日本 の 蘭学 者 、 蘭方 医 。 +-1 真珠 庵 ( しんじゅあん ) は 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 、 臨済 宗 大 本山 大徳 寺 の 塔頭 ( たっちゅう ) で あ る 。 +-1 恭仁京 ( く に きょう 、 くに のみや ) は 、 奈良 時代 の 一 時期 、 都 が 置 か れ た 山城 国 相楽 郡 の 地 。 +-1 生野 の 変 ( いく の のへん ) は 、 江戸 時代 後期 の 文久 3 年 ( 1863 年 ) 10 月 に 但馬 国 生野 ( 兵庫 県 生野 町 ) に お い て 尊皇 攘夷 派 が 挙兵 し た 事件 で あ る 。 +1 神武 東征 ( じんむ とうせい ) は 、 天皇 家 の 初代 カム ヤマトイワレビコ ( 神武 天皇 ) が 日向 を 発 ち 、 大和 を 征服 し て 橿原 宮 で 即位 する まで の 日本 神話 の 説話 で あ る 。 +1 池野 成一郎 ( いけ の せいいちろう 、 慶応 2 年 ( 1866 年 ) - 昭和 18 年 ( 1943 年 ) ) は 日本 の 植物 学 。 +-1 衣笠 ( きぬ がさ ) と は +1 春華門 ( しゅんかもん ) は 、 内裏 の 外郭 門 の 一 つ 。 +-1 削 り 節 ( けずりぶし ) と は 、 カツオ 、 サバ 、 イワシ 等 の 干し 魚 を 薄 く 削 っ た もの で あ る 。 +-1 鵺 、 ( ぬえ ) は 日本 で 伝承 さ れ る 妖怪 や 物 の 怪 と い わ れ る 伝説 の 生物 一覧 。 +-1 寛永 通宝 ( かんえい つうほう ) は 、 日本 の 江戸 時代 を 通 じ て 広 く 流通 し た 銭貨 。 +-1 長唄 ( なが うた ) は 、 江戸 の 音曲 の 一 つ で あ り 、 正式 名称 は 江戸 長唄 ( えど なが うた ) と い う 。 +1 光明 天皇 ( こうみょう てんのう 、 元亨 元年 12 月 23 日 ( 132 2 年 1 月 11 日 ) - 天授 6 年 / 康暦 2 年 6 月 24 日 ( 1380 年 7 月 26 日 ) ) 在位 : 延元 元年 / 建武 3 年 8 月 15 日 ( 1336 年 9 月 20 日 ) - 正平 3 年 / 貞和 4 年 10 月 27 日 ( 1348 年 11 月 18 日 ) ) は 、 南北朝 時代 の 北朝 第 2 代 天皇 で あ る 。 +-1 良如 ( りょうにょ 、 慶長 17 年 12 月 7 日 ( 旧暦 ) ( 1613 年 1 月 27 日 ) - 寛文 2 年 9 月 7 日 ( 旧暦 ) ( 1662 年 10 月 18 日 ) ) は 、 江戸 時代 前期 の 浄土 真宗 の 僧 。 +-1 地方 官制 ( ちほう かんせい ) は 、 70 1 年 ( 大宝 元 ) に 制定 さ れ た 大宝律令 で 国 ・ 郡 ・ 里 の 三 段階 の 行政 組織 に 編成 さ れ た 。 +-1 村米 制度 ( むらま い せいど ) は 播磨 地方 の 酒米 産地 と 灘 五 郷 を はじめ 特定 の 蔵元 と の 間 で 結 ば れ る 、 酒米 取引 制度 ( 現 酒造 業 者 ) の こと を 言 う 。 +-1 山科 神社 ( やましな じんじゃ ) は 、 京都 府 京都 市 山科 区 に あ る 神社 で あ る 。 +1 上野 忠親 ( うえの ただちか 、 貞享 元年 ( 1684 年 ) - 宝暦 5 年 5 月 9 日 ( 旧暦 ) ( 175 5 年 6 月 18 日 ) は 江戸 時代 中期 の 鳥取 藩 藩士 。 +1 高階 仲行 ( たかしな の なかゆき 、 保安 ( 元号 ) 2 年 ( 1121 年 ) - 治承 3 年 ( 1179 年 ) ) は 平安 時代 末期 の 廷臣 。 +-1 茶筅髷 ( ちゃせん まげ ) は 毛先 を 茶筅 の よう に 仕立て た 髪型 。 +-1 正法 寺 ( しょうぼう じ ) は 、 京都 市 西京 区 に あ る 真言 宗 東寺 派 の 寺院 。 +-1 天目 一 箇神 ( あめ の まひと つ の かみ ) は 、 日本 神話 に 登場 する 製鉄 ・ 鍛冶 の 神 ( 神道 ) で あ る 。 +-1 浄土 真宗 本願 寺 八 世蓮 如 が 撰述 し た 御文 の 5 帖 目 第 16 通 「 白骨 」 ( はっこつ ) は 、 御 文 の 中 で も 特に 有名 な もの で あ る 。 +1 小野毛 人 ( おのの えみし 、 生年 不詳 - 67 7 年 ) は 、 飛鳥 時代 の 官僚 。 +1 与祢 ( よ ね 、 天正 8 年 ( 1580 年 ) - 天正 13 年 11 月 29 日 ( 旧暦 ) ( 1586 年 1 月 18 日 ) ) は 、 安土 桃山 時代 の 武将 山内 一 豊 の 長女 に し て 、 唯一 の 実子 。 +-1 大乗仏教 ( だい じょう ぶっきょう 、 Mah ā y ā naBuddhism ) は 、 伝統 的 に 、 ユーラシア 大陸 の 中央 部 から 東部 に かけ て 信仰 さ れ て き た 仏教 の 分派 の ひと つ 。 +1 大森 氏頼 ( おおもり うじ より 、 ? - 明応 3 年 8 月 26 日 ( 旧暦 ) ( 1494 年 9 月 25 日 ) ) は 、 室町 時代 の 人物 。 +1 花山院 家 厚 ( かざん いん いえあつ 、 寛政 元年 3 月 28 日 ( 旧暦 ) ( 1789 年 4 月 23 日 ) - 慶応 2 年 8 月 20 日 ( 旧暦 ) ( 186 6 年 9 月 28 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +1 皇別 ( こうべつ ) もしくは 王孫 ( おうそん ) と は 、 王家 や 帝家 、 とりわけ 日本 の 天皇 家 の 一門 の 中 で 臣籍 降下 し た 分流 ・ 庶流 の 氏族 を 指 す 言葉 で あ る 。 +1 井 上 角五郎 ( いのうえ かくごろう 、 18 60 年 11 月 30 日 ( 万延 元年 10 月 18 日 ( 旧暦 ) ) - 1938 年 9 月 23 日 ) は 、 日本 の 実業 家 、 政治 家 。 +-1 龍安 寺 ( りょうあんじ ) は 、 京都 府 京都 市 右京 区 に あ る 臨済 宗 妙心 寺 派 の 寺院 。 +1 置 始菟 ( おきそ め のうさぎ 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 もろみ ( 醪 ・ 諸味 と も 書 く ) と は 、 醤油 ・ 酒 など を 作 る ため に 醸造 し た 液体 の 中 に 入 っ て い る 、 原料 が 発酵 し た 柔らか い 固形 物 の こと で あ る 。 +-1 大物 忌神 ( おおもの いみ の かみ ) は 、 鳥海山 に 宿 る と さ れ る 神 ( 神道 ) で あ る 。 +-1 戸隠流 ( とがくし りゅう 、 と が くれ りゅう ) は 、 忍術 の 流派 の ひと つ 。 +1 足利 義満 ( あしかが よしみつ ) は 室町 幕府 の 第 3 代 征夷 大将軍 ( 在位 1368 年 - 1394 年 ) で あ る 。 +1 藤壺 ( ふじつぼ ) は 、 物語 に 登場 する 、 本名 の わか ら な い 架空 の 皇妃 の 便宜 上 の 名称 。 +1 真田 信繁 ( さなだ のぶしげ ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 武将 。 +1 禅海 ( ぜんかい 、 元禄 4 年 ( 1691 年 ) - 安永 3 年 ( 1774 年 ) ) は 、 江戸 時代 中期 の 曹洞 宗 の 僧 。 +-1 丹後半島 ( たんご はんとう ) は 、 京都 府 北部 の 日本 海 に 北東 に 突き出 た 半島 。 +-1 覚運 ( かく うん 、 天暦 7 年 ( 953 年 ) - 寛弘 4 年 10 月 30 日 ( 旧暦 ) ( 100 7 年 12 月 12 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +1 鷹見 泉石 ( たかみ せんせき 、 天明 5 年 6 月 29 日 ( 旧暦 ) ( 1785 年 8 月 3 日 ) - 安政 5 年 7 月 16 日 ( 旧暦 ) ( 1858 年 8 月 24 日 ) ) は 、 江戸 時代 の 蘭学 者 で あ り 、 下総 国 古河 藩 の 家老 。 +-1 草餅 ( くさも ち ) は 、 餅 の 一種 。 +-1 京都 市 考古 資料 館 ( きょう とし こうこ しりょうかん ) は 、 京都 市 上京 区 今出川 大宮 東入ル に 所在 する 考古 資料 専門 の 博物 館 。 +1 建部 綾足 ( たけべ あやたり 、 享保 4 年 ( 1 719 年 ) - 安永 3 年 3 月 18 日 ( 旧暦 ) ( 1774 年 4 月 28 日 ) ) は 、 江戸 時代 中期 の 俳人 ・ 小説 家 ・ 国学 者 ・ 画家 。 +-1 将軍 宣下 ( しょうぐん せんげ ) と は 、 天皇 が 武家 政権 の 長 で あ り 、 日本 国 の 統治 大権 を 行使 する 征夷 大将軍 位 を 与え る 儀式 の こと 。 +1 野々村 仁清 ( ののむら   にんせい 、 生没年 不詳 ) は 、 江戸 時代 前期 の 陶工 。 +-1 ポーツマス 条約 ( ポーツマス じょうやく ) は 、 日露 戦争 の 講和 条約 。 +1 吉川 経義 ( きっかわ つね よし 、 天承 2 年 / 長承 元年 ( 1132 年 ) - 建久 4 年 ( 1193 年 ) ) は 、 平安 時代 から 鎌倉 時代 の 武将 。 +-1 斎王 ( さいおう 、 いつき のみこ ) は 、 伊勢 神宮 また は 賀茂 神社 に 巫女 と し て 奉仕 し た 未婚 の 内親 王 また は 女王 ( 皇族 ) 。 +-1 穢れ ( けがれ ) と は 、 仏教 、 神道 に おけ る 観念 の 一 つ で 、 不潔 ・ 不浄 等 、 清浄 で は な い 汚れ て 悪し き 状態 の こと で あ る 。 +-1 水城 ( みずき ) は 、 7 世紀 中頃 に 構築 さ れ た 国防 施設 。 +-1 三分一 銀納 ( さん ぶ いち ぎん のう ) は 、 江戸 時代 、 田畑 年貢 の 三 分 の 一 を 銀納 と し た こと 。 +1 山崎 闇斎 ( やまざき あんさい 、 元和 ( 日本 ) 4 年 12 月 9 日 ( 旧暦 ) ( 1619 年 1 月 24 日 ) - 天和 ( 日本 ) 2 年 9 月 16 日 ( 旧暦 ) ( 1682 年 10 月 16 日 ) ) は 、 江戸 前期 の 儒者 ・ 朱子 学者 ・ 神道 家 ・ 思想 家 。 +1 犬上 御田鍬 ( いぬがみ の みたすき 、 生没年 不詳 ) は 、 飛鳥 時代 の 人物 。 +1 藤原 親盛 ( ふじわら の ちかもり 、 生没年 不詳 ) は 、 平安 時代 末期 の 武士 ・ 歌人 。 +1 『 金葉 和 歌集 』 ( きんよう わかしゅう ) は 第 五 番 目 の 勅撰 和 歌集 で 、 『 後拾 遺和 歌集 』 の 後 、 『 詞花 和 歌集 』 の 前 に 位置 する 。 +1 藤原 豊成 ( ふじわら の とよ なり 、 大宝 ( 日本 ) 4 年 ( 70 4 年 ) - 天平 神護 元年 11 月 27 日 ( 旧暦 ) ( 76 6 年 1 月 16 日 ) ) は 奈良 時代 の 貴族 。 +1 源義宗 ( みなもと の よしむね 、 生没年 不詳 ) は 、 平安 時代 の 河内 源 氏 の 武将 。 +-1 師家 ( しけ ) +1 梅若 恭行 ( うめわか やすゆき 、 1917 年 ( 大正 6 年 ) 10 月 6 日 - 2003 年 ( 平成 15 年 ) 1 月 20 日 ) は 、 シテ 方 観世 流能 楽師 。 +-1 沼河 比売 ( ぬなかわひめ 、 奴奈川 姫 ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +-1 剣鍔 文様 付き 円型 きんつば ( けん つば もんよう つき えんけい きんつば ) は 、 和 菓子 の きんつば の 一種 で あ る 。 +-1 宣胤 卿記 ( のぶたね きょうき ) は 、 戦国 時代 ( 日本 ) の 公卿 ・ 中 御門 宣胤 の 日記 。 +-1 五 智 如来 ( ごち にょらい ) は 、 五大 如来 と も い い 、 密教 で 5 つ の 知恵 ( 法界 体 性 智 、 大円 鏡智 、 平等 性 智 、 妙 観察 智 、 成所 作智 ) を 5 体 の 如来 に あてはめ た もの 。 +1 大須賀 庸之助 ( おおす が ようのすけ 、 嘉永 3 年 11 月 4 日_ ( 旧暦 ) ( 1850 年 12 月 7 日 ) - 明治 39 年 ( 190 6 年 ) 4 月 17 日 ) は 、 明治 期 の 政治 家 。 +1 承久 記 ( じょうきゅうき ) と は 、 承久 3 年 ( 1221 年 ) 後鳥 羽 天皇 の 挙兵 に よ っ て 起こ さ れ た 承久 の 乱 を 記 し た 公武 の 軍記 物語 で あ る 。 +-1 経 凛々 ( きょう りんりん ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 の 一 つ で 、 経典 の 妖怪 。 +1 片山 清司 ( かたやま きよし 、 1964 年 ( 昭和 39 年 ) 12 月 23 日 - ) は 、 シテ 方 観世 流能 楽師 。 +1 北条 時 益 ( ほうじょう と き ま す 、 ? - 元弘 3 年 / 正慶 2 年 5 月 8 日 ( 旧暦 ) ( 1333 年 6 月 19 日 ) ) は 、 鎌倉 幕府 最後 の 六波羅 探題 ( 南方 ) で あ る 。 +-1 兵農 分離 ( へいのう ぶんり ) と は 、 安土 桃山 から 江戸 時代 に かけ て 推し進め られ た 武士 階級 以外 の 武装 解除 を 指 す 。 +1 三島 通庸 ( みしま みちつね 、 1835 年 6 月 26 日 ( 天保 6 年 6 月 1日 ( 旧暦 ) ) - 1888 年 ( 明治 21 年 ) 10 月 23 日 ) は 、 日本 の 武士 ・ 薩摩 藩 士 、 内務 省 ( 日本 ) 官僚 。 +-1 上巳 ( じょうし / じょうみ ) と は 、 五 節句 の 一 つ 。 +1 郷 御前 ( さと ごぜん 、 仁安 ( 日本 ) 3 年 ( 1168 年 ) - 文治 5 年 閏 月 4 月 30 日 ( 1189 年 6 月 15 日 ) ) は 平安 時代 末期 、 鎌倉 時代 初期 の 女性 。 +-1 衣棚 通 ( ころもの たなどおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +-1 和三 盆 ( わさん ぼん ) と は 、 主に 香川 県 や 徳島 県 など の 四国 東部 で 伝統 的 に 生産 さ れ て い る 砂糖 の 一種 で あ る 。 +1 中 御門 経継 ( なかみかど つねつ ぐ 、 正嘉 2 年 ( 1258 年 ) - ? ) は 、 鎌倉 時代 後期 の 公卿 。 +-1 西国 薬師 四十 九 霊場 ( さいごく やくし し じゅう く れいじょう ) は 、 薬師 如来 を ま つ る 大阪 府 、 兵庫 県 、 京都 府 、 滋賀 県 、 奈良 県 、 和歌山 県 、 三重 県 の 七 府 県 四十 九 ヶ寺 の 西国 薬師 霊場 。 +-1 帯解 寺 ( おび とけ で ら ) は 、 奈良 市 今 市町 に あ る 華厳 宗 の 寺院 。 +1 豊臣 完子 / 羽柴 完子 ( とよとみ の さだこ / はしば さだこ 、 文禄 元年 ( 1592 年 ) - 万治 元年 ( 1658 年 ) ) は 、 安土 桃山 時代 ・ 江戸 時代 の 人物 。 +1 青山 忠裕 ( あおやま ただひろ ( ただやす ) 、 明和 5 年 5 月 8 日 ( 旧暦 ) ( 1768 年 6 月 22 日 ) - 天保 7 年 3 月 27 日 ( 旧暦 ) ( 1836 年 5 月 12 日 ) ) は 、 江戸 時代 の 大名 、 老中 。 +-1 三韓 征伐 ( さん かんせい ばつ ) と は 、 『 日本 書紀 』 に 記述 が 残 る 、 新羅 の 王子 、 アメノヒボコ の 子孫 神功 皇后 が 行 っ た と さ れ る 新羅 出兵 を さ す 。 +1 章子 内 親王 ( しょうし ( あきこ ) ないしんのう 、 万寿 3 年 12 月 9 日 ( 102 7 年 1 月 19 日 ) - 長治 2 年 9 月 17 日 ( 110 5 年 10 月 26 日 ) ) は 第 68 代 後 一条 天皇 第 一 皇女 。 +-1 天河 大 弁財 天社 ( てんかわだい べんざい てん しゃ 、 天河 神社 ) は 、 奈良 県 吉野 郡 天川 村 坪内 に あ る 神社 で あ る 。 +-1 鳴滝 ( なるたき ) は 、 京都 市 右京 区 の 地名 。 +-1 常行 三 昧 堂 ( じょうぎょうざん まい どう ) と は 、 天台 宗 に お い て 四種 三 昧 の うち 常行 三昧 の 行 を 修 する ため に 建て られ た 仏堂 で あ る 。 +-1 国師 ( こく し 、 或いはくす ) は 、 僧 に 対 し て 皇帝 ( 朝廷 ) から 贈 ら れ る 諡号 の 1 つ で あ り 、 特に 皇帝 の 師 へ の 尊称 で あ る 。 +1 山口 尚芳 ( やまぐち ま す か / なお よし 、 天保 10 年 5 月 11 日 ( 旧暦 ) ( 1839 年 6 月 21 日 ) - 明治 27 年 ( 1894 年 ) 6 月 12 日 ) は 、 明治 時代 の 官僚 、 政治 家 、 もと 佐賀 藩 士 ( 武雄 領 出身 ) 。 +-1 東 百 官 ( あずま ひゃっかん ) は 関東 地方 に お い て 武士 が 称 し た 官職 風 の 人名 で あ る 。 +-1 春記 ( しゅんき ) は 、 平安 時代 の 公卿 藤原 資房 の 日記 。 +-1 政商 ( せいしょう ) と は 、 政治 家 や 政府 高官 と の 結びつき を 利用 し て 経済 活動 上 の 特権 的 利益 を 得 た り 、 政策 を 自己 の 利益 に 有利 な 方向 に 誘導 し た 事業 家 、 企業 の こと を 指 す 。 +-1 だし 巻き卵 ( だ し まき たまご ) は 、 卵焼き の 一種 で 、 溶き卵 に だし 汁 を 混ぜ て 焼き固め る 料理 で あ る 。 +-1 九十 九 髪 茄子 ( つくも な す ) は 、 室町 幕府 の 三 代 将軍 の 足利 義満 の 秘蔵 の 唐物 茶入 。 +-1 石門 心学 ( せき もん しんがく ) は 、 日本 の 江戸 時代 中期 の 思想 家 ・ 石田 梅岩 ( 1685 年 - 1744 年 ) を 開祖 と する 倫理 学 の 一派 の こと で あ る 。 +1 伊賀 光季 ( いがみつ すえ 、 ? - 1221 年 6 月 6 日 ( 承久 3 年 5 月 15 日 ( 旧暦 ) ) 、 光末 と も 書 く ) は 鎌倉 時代 前期 の 武将 。 +1 久留島 通用 ( くるしまみち も ち 、 生年 不明 - 宝永 元年 10 月 10 日 ( 旧暦 ) ( 170 4 年 11 月 7 日 ) ) は 、 豊後 国森 藩 の 世嗣 。 +1 源 経相 ( みなもと の つねすけ 、 生年 不詳 - 長暦 3 年 10 月 7 日 ( 旧暦 ) ( 10 39 年 10 月 26 日 ) ) は 、 平安 時代 中期 の 官人 。 +1 源 宗于 ( みなもと の むねゆき 、 生年 不詳 - 天慶 2 年 11 月 22 日 ( 旧暦 ) ( 940 年 1 月 9 日 ) ) は 、 平安 時代 前期 から 中期 に かけ て の 歌人 。 +1 平 基盛 ( たいら の もともり 、 保延 5 年 ( 1139 年 ) - 応保 2 年 3 月 17 日 ( 旧暦 ) ( 1162 年 5 月 2 日 ) ) は 、 平安 時代 末期 の 武将 。 +-1 高野 豆腐 ( こう や どうふ ) と は 、 豆腐 を 凍結 乾燥 さ せ た 保存 食 で あ る 。 +-1 木津 町 ( きづ ちょう ) は 、 京都 府 相楽 郡 に あ っ た 町 。 +-1 法華 宗 本門流 ( ほっけ しゅう ほんもん りゅう ) は 、 日蓮 を 宗祖 と し 、 日隆 ( 法華 宗 本門流 ) を 派祖 と する 、 日蓮 門 下 の 一派 で あ る 。 +1 崇神 天皇 ( すじんてんのう 、 開化 天皇 10 年 ( 紀元 前 148 年 ) - 崇神 天皇 68 年 12 月 5 日 ( 旧暦 ) ( 紀元 前 29 年 1 月 9 日 ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 第 10 代 の 天皇 ( 在位 : 崇神 天皇 元年 1 月 13 日 ( 旧暦 ) ( 紀元 前 97 年 2 月 17 日 ) - 同 68 年 12 月 5 日 ( 旧暦 ) ( 紀元 前 29 年 1 月 9 日 ) ) 。 +1 細川 高国 ( ほそかわ   たかく に ) は 、 戦国 時代 ( 日本 ) の 武将 ・ 大名 。 +1 藤原 愛発 ( ふじわら の ちかなり / ちかのり / よしちか / よしあきら / あらち 、 延暦 7 年 ( 788 年 ) - 承和 ( 日本 ) 10 年 9 月 16 日 ( 旧暦 ) ( 843 年 10 月 16 日 ) ) は 平安 時代 初期 の 宮廷 政治 家 。 +1 野村 四郎 の むら しろ う 、 1936 年 - ) は 、 現代 の 観世 流 シテ 方 能 楽師 。 +-1 アラハバキ ( 荒覇 吐 、 荒吐 、 荒脛 巾 ) 信仰 は 、 東北 地方 一帯 に 見 られ る 民俗 信仰 。 +1 康正 ( こうしょう 、 1534 年 - 1621 年 ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 仏師 。 +-1 十 三 代 目 片岡 仁左衛門 ( じゅう さん だい め かたおか にざえもん 、 明治 36 年 ( 190 3 年 ) 12 月 15 日 - 平成 6 年 ( 1994 年 ) 3 月 26 日 ) は 歌舞伎 役者 。 +-1 勢場 ヶ原 の 戦い / 勢場 ヶ原 合戦 ( せいば が はる の たたかい / せいば が はるかっせん ) と は 、 中国 地方 の 大名 大内 義隆 と 豊後 の 大名 大友義鑑 と の 間 で 天文 ( 元 号 ) 3 年 ( 1534 年 ) 4 月 に 、 豊後 大 村山 付近 ( 現 大分 県 杵築 市 山香 町 山浦 近辺 ) で 行 わ れ た 合戦 。 +1 小早川 隆景 ( こばやかわ たかかげ ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 ・ 大名 。 +-1 蓋置 ( ふたおき ) と は 釜 の 蓋 や 柄杓 の 合 を のせ る ため の 茶 道具 で 、 材質 は 竹 、 金属 、 陶磁 器 類 など が あ る 。 +1 用明 天皇 ( ようめい てんのう 、 不明 欽明 天皇 元年 ( 540 年 ? ) - 用明 天皇 2 年 4 月 9 日 ( 旧暦 ) ( 58 7 年 5 月 21 日 ) ) は 、 第 31 代 天皇 ( 在位 : 敏達 天皇 14 年 9 月 5 日 ( 旧暦 ) ( 585 年 10 月 3 日 ) - 用明 天皇 2 年 4 月 9 日 ( 58 7 年 5 月 21 日 ) ) 。 +-1 血脈 相承 ( けちみゃく そうじょう ) は 、 仏教 で 師 から 弟子 へ と 法 ( 仏教 ) が 伝え られ る こと を 指 す 。 +-1 紫竹 山 稚児 ヶ滝 不動明王 ( し ちくざん ち ごがたき ふ どうみょうおう ) は 、 京都 府 舞鶴 市 真倉 に あ る 史跡 で あ る 。 +-1 幸徳井 家 ( こう とくいけ / か で いけ ) は 、 南都 奈良 を 根拠 地 と し た 陰陽 道 を 家業 と する 地下 家 の 官人 。 +1 文室 綿麻呂 ( ふんや の わたまろ 、 天平 神護 元年 ( 765 年 ) - 弘仁 14 年 4 月 24 日 ( 旧暦 ) ( 823 年 6 月 6 日 ) ) は 、 平安 時代 前期 の 征夷 大将軍 、 公卿 。 +1 城 資永 ( じょうすけな が 、 生年 未詳 - 養和 元年 ( 1181 年 ) ) は 、 平安 時代 末期 の 武将 。 +1 磯野 小右衛門 ( いその こえもん 、 文政 8 年 10 月 3 日 ( 旧暦 ) ( 182 5 年 11 月 12 日 ) - 明治 36 年 ( 190 3 年 ) 6 月 11 日 ) は 、 幕末 から 明治 に かけ て 大阪 を 中心 に 活躍 し た 実業 家 。 +-1 截金 ・ 切金 ( きりかね ) は 、 細金 ( ほそがね ) と も 呼 ば れ 、 金箔 ・ 銀箔 ・ プラチナ 箔 を 数 枚 焼き合わせ 、 細 い 直線 状 に 切 っ たり 、 三角 形 ・ 菱形 ・ 丸型 など の 形 に 切 っ た 截箔 ( きりはく ) を 組み合わせ 、 筆 と 接着 剤 を 用い て 貼 る こと に よ っ て 文様 を 表現 する 伝統 技 法 で あ る 。 +-1 乙訓 寺 ( お とくに でら ) は 京都 府 長岡 京 市 に あ る 真言 宗 豊山 派 の 寺院 。 +1 近藤 真琴 ( こんどう まこと 、 1831 年 10 月 29 日 ( 天保 2 年 9 月 24 日 ( 旧暦 ) ) - 1886 年 ( 明治 19 年 ) 9 月 4 日 ) は 、 明治 の 教育 家 、 思想 家 、 明治 の 明治 六 大 教育 家 の 一人 、 攻玉 社 中 学校 ・ 高等 学校 創立 者 。 +-1 大津 奉行 ( おおつぶぎょう ) と は 、 中世 以後 に 近江 国 大津 ( 現在 の 滋賀 県 大津 市 ) に 設置 さ れ て い た 役職 。 +-1 京都 大学 フィールド 科学 教育 研究 センター 森林 ステーション 芦生 研究 林 ( きょう と だいがく ふぃーるど かがく きょういく けんきゅう せんたー しんりん すてーしょん あしう けんきゅう りん 、 略称 : 京都 大学 芦生 研究 林 ) は 、 京都 府 南丹 市 美山 町 ( 京都 府 ) に あ る 京都 大学 の 研究 施設 で あ る 。 +-1 内裏 雛 ( だい りびな ) と は 天皇 と 皇后 を 表 す 一 対 の 雛 人形 で 、 段飾り に お い て は 最上 段 に 飾 ら れ る 。 +-1 『 青砥 稿花紅彩画 』 ( あおと ぞうし は な の に しきえ ) は 、 文久 二 年 ( 1862 年 ) に 市村 座 で 初演 さ れ た 、 二 代 目 河竹 新 七 ( 後 の 河竹 黙 阿弥 ) 作 の 歌舞伎 の 「 白浪 物 」 。 +1 田 公高 家 ( た きみ たか いえ 、 生没年 不詳 ) は 安土 桃山 時代頃 の 武将 で 因幡 国気多 郡 気多 郡 ( 鳥取 県 ) 宮吉 城 主 、 通称 ・ 新介 。 +-1 武田 流 ( たけだ りゅう ) は 弓術 ・ 馬術 ・ 礼法 など から な る 弓馬 軍 礼故 実 ( 弓馬 故 実 ・ 武家 故 実 ) の 流派 。 +-1 膾 ( なます ) は 、 魚介 類 や 野菜 類 、 果物 類 を 細 く ( あるいは 薄 く ) 切 っ た もの を 、 酢 を 基本 に し た 調味 料 で 和え た 料理 。 +-1 小松原 法難 ( こまつばら ほうなん ) と は 、 小松原 ( 現 千葉 県 鴨川 市 ) 日蓮 が 襲撃 さ れ 負傷 し た 事件 。 +-1 象引 ( ぞう ひき ) は 、 歌舞伎 の 演目 の 一 つ 。 +-1 山縣 有朋 ( 第 1 次 山縣 内閣 ) の 後継 総理 と し て 伊藤 博文 や 西郷 従道 、 山田 顕義 など の 名前 も 挙げ られ た が 、 5 月 2 日 に 松方 正義 に 組閣 の 大命 が 下 っ た 。 +1 二条 教良 ( に じょう の りな が 、 文暦 元年 ( 1234 年 ) - 没年 不詳 ) は 鎌倉 時代 の 公卿 。 +-1 大間 書 ( おおまがき ) と は 、 春 と 秋 の 恒例 の 除目 に おけ る 任官 に 際 し て 、 任官 の 対象 と な る 欠員 の 官職 の 名称 と その 候補 者 を 列記 し た 名簿 の こと 。 +1 小久保 清吉 ( こくぼ せいきち 、 弘化 4 年 ( 1847 年 ) - 明治 元年 10 月 24 日 ( 旧暦 ) ( 1868 年 12 月 7 日 ) ) は 、 幕末 期 の 唐津 藩 士 。 +1 熊襲 ( くまそ ) と は 、 日本 の 記紀 神話 に 登場 する 一族 名 。 +-1 武徳殿 ( ぶとく でん ) は 、 平安 時代 、 大内 裏 に あ っ た 殿舎 の ひと つ 。 +1 彦狭 島 命 ( ひこ さ しま ( 古事 記 で は ひ こさめま ) の みこと ) は 、 古墳 時代 の 皇族 。 +1 漆間 時国 ( うるま とき くに 、 承徳 2 年 ( 1098 年 ) 頃 - 保延 7 年 ( 1141 年 ) ) は 美作 国 の 押領 使 で あ っ た 。 +-1 巧如 ( ぎょうにょ 1376 年 ( 天授 ( 日本 ) 2 年 / 永和 ( 日本 ) 2 年 ) - 1440 年 11 月 8 日 ( 永享 12 年 10 月 14 日 ( 旧暦 ) ) ) は 、 浄土 真宗 の 僧 で 、 本願 寺 第 6 世 。 +-1 壷銭 ( つぼせん ) と は 、 酒造 役 ( しゅぞう やく ) ・ 酒壷銭 ( さかつぼ せん ) と も 呼 ば れ 、 酒屋 に 対 する 課税 の もっとも 古 い 形態 で あ る 。 +-1 御 家流 ( おいえ りゅう ) は 、 譜代 大名 の 三河 安藤 氏 重信 系 で 伝承 さ れ た 茶道 の 流派 。 +1 藤原 彰子 ( ふじわら の あきこ ( しょうし ) 、 永延 2 年 ( 988 年 ) - 承保 元年 10 月 3 日 ( 旧暦 ) ( 1074 年 10 月 25 日 ) は 、 第 66 代 一 条 天皇 の 皇后 ( 号 は 中宮 ) で 、 第 68 代 後 一条 天皇 ・ 第 69 代 後 朱 雀 天皇 の 生母 ( 国母 ) 、 女院 。 +1 斎藤 利行 ( さいとう としゆき 、 182 2 年 2 月 2 日 ( 文政 5 年 1 月 11 日 ( 旧暦 ) ) - 1881 年 ( 明治 14 年 ) 5 月 26 日 ) は 、 幕末 の 土佐 藩 家老 。 +1 三条 実秀 ( さんじょうさ ねひ で 、 慶長 3 年 ( 1598 年 ) ‐ 寛文 11 年 8 月 25 日 ( 旧暦 ) ( 16 7 1 年 9 月 27 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 浅井 氏 ( あざい し 、 あざい う じ 、 淺井 氏 ) は 日本 の 氏族 。 +-1 文明 開化 ( ぶんめい かいか ) と は 、 明治 の 日本 に 西洋 の 文明 が 入 っ て き て 、 制度 や 習慣 が 大き く 変化 し た 現象 の こと を 指 す 。 +-1 受領 ( ずりょう ) と は 、 地方 官 の 呼称 に 関 する 日本 史 用語 。 +1 懿徳 天皇 ( いとくてんのう 、 綏靖 天皇 29 年 ( 紀元 前 553 年 ) - 懿徳 天皇 34 年 9 月 8 日 ( 旧暦 ) ( 紀元 前 477 年 10 月 6 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 第 4 代 の 天皇 ( 在位 : 懿徳 天皇 元年 2 月 4 日 ( 旧暦 ) ( 紀元 前 510 年 3 月 15 日 ) - 同 34 年 9 月 8 日 ( 旧暦 ) ( 紀元 前 477 年 10 月 6 日 ) ) 。 +1 南北朝 時代 ( 日本 ) 、 山内 上杉 家 の 一族 。 +1 源義忠 ( みなもと の よし ただ ) は 平安 時代 後期 の 武将 。 +-1 伊豆 那 姫命 ( いづな ひめ の みこと ) は 高知 県 土佐 清水 市 高知 山 の 伊豆田 神社 、 南国 市田村 地区 および 前浜 地区 の 伊都 多 神社 に て 祭 ら れ る 神 。 +1 清寧 天皇 ( せいねい てんのう 、 允恭 天皇 33 年 ( 444 年 ) ? - 清寧 天皇 5 年 1 月 16 日 ( 旧暦 ) ( 484 年 2 月 27 日 ) ) は 、 第 22 代 の 天皇 ( 在位 : 清寧 天皇 元年 1 月 15 日 ( 旧暦 ) ( 480 年 2 月 11 日 ) - 同 5 年 1 月 16 日 ( 484 年 2 月 27 日 ) ) 。 +1 河田 羆 ( かわだ たけし 、 天保 13 年 9 月 7 日 ( 旧暦 ) ( 1842 年 10 月 10 日 ) - 大正 9 年 ( 1920 年 ) 1 月 4 日 ) は 、 日本 の 地理 学 者 。 +-1 ひやむぎ ( 冷や 麦 、 冷麦 ) と は 、 小麦 粉 から 作 っ た 麺 の 一種 で あ る 。 +-1 正林 寺 ( しょうりんじ ) は 京都 市 東山 区 渋谷 ( しぶた に ) 通東 大路 東入 3 丁目 上馬町 ( かみうま ちょう ) に あ る 、 浄土 宗 の 寺院 で あ る 。 +-1 記紀 ( きき ) と は 、 『 古事 記 』 と 『 日本 書紀 』 と の 総称 で あ る 。 +1 樟磐手 ( くす の いわて ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 源 明子 ( みなもと の あきこ / あきら けいこ / めいし ) は 、 平安 時代 に い た 人物 。 +-1 琵琶 湖 八景 ( びわ こ はっけい ) と は 、 琵琶 湖 周辺 に 存在 する 八 つ の 情景 を 特に 選 ん だ もの で あ る 。 +-1 椿餅 ( つばい も ち ) は 平安 時代 に 、 軽食 代わり と し て 食べ られ た 餅 菓子 。 +1 冷泉 為相 ( れいぜい ためすけ 、 弘長 3 年 ( 1263 年 ) - 嘉暦 3 年 7 月 17 日 ( 旧暦 ) ( 1328 年 8 月 22 日 ) ) は 、 鎌倉 時代 中期 から 後期 に かけ て の 公卿 、 歌人 。 +1 竹林 院 ( ちくりん いん 、 生年 不詳 - 1649 年 6 月 27 日 ( 慶安 2 年 5 月 18 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 から 江戸 時代 の 女性 。 +-1 雅 ( みや び 、 まさ 〔 名乗り 〕 ) と は 、 上品 で 優雅 な こと 。 +1 増田 宋太郎 ( ますだ そうたろう 、 嘉永 2 年 2 月 23 日 ( 旧暦 ) ( 1849 年 3 月 17 日 ) - 明治 10 年 ( 1877 年 ) 9 月 ) は 、 中津 藩 下士 増田 久行 の 嫡男 。 +1 南北朝 時代 ( 日本 ) 、 山内 上杉 家 の 一族 。 +1 阿部 正右 ( あべ まさすけ 、 享保 9 年 11 月 29 日 ( 旧暦 ) ( 1725 年 1 月 13 日 ) - 明和 6 年 7 月 12 日 ( 旧暦 ) ( 1769 年 8 月 13 日 ) ) は 、 江戸 時代 の 大名 、 老中 。 +-1 昭和 モダン ( しょうわ モダン ) と は 昭和 時代 の 始め に 花 開 い た 和洋 折衷 の 近代 市民 文化 の こと で あ る 。 +1 大伴 国 麻呂 ( おおとも のくに まろ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 赤坂 天王 山 古墳 ( あかさか てんのうざん こふん ) は 奈良 県 桜井 市 倉橋 に あ る 古墳 。 +1 佐々木 経高 ( ささき つね たか ) は 平安 時代 末期 から 鎌倉 時代 初期 の 武将 。 +-1 観応 の 擾乱 ( かんのう の じょうらん ) は 、 南北朝 時代 ( 日本 ) の 1350 年 - 1352 年 の 観応 年間 に 頂点 に 達 し た 室町 幕府内 の 権力 闘争 。 +1 関根 祥六 ( せきね しょうろく 、 1930 年 ( 昭和 5 年 ) - ) と は 、 シテ 方 観世 流能 楽師 。 +-1 馬来田 国造 ( うま く た の くにのみやつこ ・ まくた の くにのみやつこ ・ うま く た こくぞう ・ まく た こくぞう ) は 上総 国 中西 部 を 支配 し た 国造 。 +-1 円観 ( えんかん 、 弘安 4 年 7 月 17 日 ( 旧暦 ) ( 1281 年 9 月 1日 ) - 正平 ( 日本 ) 11 年 / 延文 元年 3 月 1日 ( 旧暦 ) ( 1356 年 4 月 2 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 天台 宗 の 僧 。 +1 慧聡 ( えそう 、 生没年 不詳 ) は 、 飛鳥 時代 に 百済 から 渡来 し た 僧 。 +-1 嵯峨 嵐山 駅 ( さ が あらしやま えき ) は 、 京都 府 京都 市 右京 区 嵯峨 天龍 寺 車道 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 。 +1 北畠 満雅 ( きたばたけみつまさ 、 ? - 正長 元年 12 月 21 日 ( 旧暦 ) ( 142 9 年 1 月 25 日 ) ) は 、 室町 時代 前期 の 人物 。 +1 村山 槐多 ( むらやま かい た 、 1896 年 9 月 15 日 - 1919 年 2 月 20 日 ) は 、 大正 期 の 洋画 家 。 +1 観世 元 義 ( かんぜ もとよし 、 1873 年 - 1920 年 ) は 、 観世 流能 楽師 。 +-1 公事 方 御定 書 ( く じ かた お さだめ が き 、 くじ が た お さだめ が き ) は 、 江戸 幕府 の 基本 法典 。 +-1 熊野 三山 検校 ( くま の さんざん けん ぎょう ) は 、 熊野 三山 ( 熊野 本宮 大社 、 熊野 速玉 大社 、 熊野 那智 大社 ) の 統轄 に あた っ た 役職 で 、 11 世紀 始め に 熊野 別当 の 上 に 設置 さ れ た 。 +-1 詞 ( し ) と は 中国 に おけ る 韻文 形式 の 一 つ 、 あるいは 歌謡 文芸 の 一 つ 。 +-1 秋分 ( しゅうぶん ) は 、 二十 四 節気 の 1 つ 。 +1 佐々木 中沢 ( ささき ちゅうたく 、 寛政 2 年 ( 1790 年 ) - 弘化 3 年 4 月 1日 ( 旧暦 ) ( 1846 年 4 月 26 日 ) ) は 、 江戸 時代 の 蘭学 者 。 +-1 イワナガ ヒメ ( イハナガ ヒメ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +-1 給田 ( きゅうでん ) ・ 給 畠 ( きゅうはく ) ・ 給田 畠 ( きゅう でんぱく ) は 、 日本 の 中世 に お い て 、 荘園 領主 や 国衙 が 、 荘官 、 地頭 、 年貢 運輸 者 ・ 手工 業 者 など に 対 し て 給与 し た 田地 また は 田畠 地 を い う 。 +1 東久邇宮 稔彦王 ( ひがし く にのみや なるひこ お う 、 1887 年 ( 明治 20 年 ) 12 月 3 日 - 1990 年 ( 平成 2 年 ) 1 月 20 日 ) は 、 日本 の 第 43 代 内閣 総理 大臣 ( 在任 1945 年 8 月 17 日 - 1945 年 10 月 9 日 ) 。 +-1 閑院 流 ( かんいん りゅう ) と は 、 三条 家 ・ 西園 寺家 ・ 徳大寺 家 を はじめ と する 藤原 北家 支流 の 公家 の 一門 。 +-1 三十 番 神 ( さんじゅう ばん しん ) は 、 神仏 習合 の 信仰 で 、 毎日 交替 で 国家 や 国民 など を 守護 する と さ れ た 30 柱 の 神々 の こと で あ る 。 +-1 朱 印地 ・ 黒印 地 ( しゅいん ち ・ こくいんち ) と は 、 江戸 時代 に 幕府 ・ 大名 より 神社 ・ 寺院 の 領地 と し て 安堵 ( 領有 権 の 承認 ・ 確認 ) さ れ た 土地 の こと で あ る 。 +1 箕作 阮甫 ( みつくり げんぽ 、 寛政 11 年 9 月 7 日 ( 旧暦 ) ( 1799 年 10 月 5 日 ) - 文久 3 年 6 月 17 日 ( 旧暦 ) ( 1863 年 8 月 1日 ) ) は 、 日本 の 武士 ・ 津山 藩士 、 蘭学 者 で あ る 。 +-1 貞 観格 ( じょうがん きゃく ) は 、 平安 時代 の 貞観 ( 日本 ) 11 年 4 月 13 日 ( 旧暦 ) ( 869 年 5 月 27 日 ) に 奏進 さ れ 、 同年 9 月 7 日 ( 旧暦 ) ( 同年 10 月 15 日 ) の 宣旨 に よ っ て 施行 さ れ た 格式 。 +-1 古 民家 ( こみんか ) と は 、 民家 の うち で も 特に 建造 さ れ て から 、 時 を 経 た もの を い う 。 +1 太田 一吉 ( おおた かずよし 、 生年 不詳 - 1617 年 ( 元和 ( 日本 ) 3 年 ) ) は 、 安土 桃山 時代 の 武将 ( 大名 ) 。 +-1 ちらし 寿司 ( ちらしずし ) は 、 寿司 の 一種 で あ る 。 +1 高畠 式部 ( たかばたけしき ぶ 、 天明 5 年 ( 1785 年 ) - 明治 14 年 ( 1881 年 ) 5 月 28 日 ) は 、 日本 の 幕末期 から 明治 初期 に かけ て の 女性 歌人 。 +1 松崎 静馬 ( まつざき しずま 、 生没年 不詳 ) は 壬生 浪士 組 、 及び 新 選 組 の 隊士 で あ る 。 +-1 藤原 京家 ( ふじわら きょうけ ) と は 、 右 大臣 藤原 不比 等 の 四男 藤原 麻呂 を 祖 と する 家系 。 +1 良岑 良松 ( よしみね の なが まつ 、 弘仁 4 年 ( 813 年 ) - 元慶 3 年 11 月 10 日 ( 旧暦 ) ( 879 年 12 月 26 日 ) ) は 平安 時代 の 官人 。 +-1 ヒトツモノ は 社寺 の 祭 ・ 法会 など で 行 わ れ る 神事 ・ 行事 の 一 つ 。 +1 湯浅 宗重 ( ゆあさ むねしげ 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 武将 。 +-1 明全 ( みょうぜん 、 元暦 元年 ( 1184 年 ) - 嘉禄 元年 5 月 27 日 ( 旧暦 ) ( 1225 年 7 月 4 日 ) ) は 、 鎌倉 時代 前期 の 臨済 宗 の 僧 。 +-1 沢庵漬け ( たくあん づけ ) は 、 ダイコン を 糠 と 塩 で 漬け た 漬物 。 +-1 つま は 、 刺身 料理 に 用い られ る つけあわせ の こと で あ る 。 +-1 英霊 ( えいれい ) と は 「 すぐれ た 働き を し た 人 の 死霊 に 対 し て 敬意 を 込め て 使 う 言葉 」 。 +1 『 明月 記 』 ( めいげつき ) は 、 鎌倉 時代 の 公家 藤原定家 の 日記 。 +1 松平 信吉 ( まつだい ら のぶよし 、 天正 8 年 ( 1580 年 ) - 元和 ( 日本 ) 6 年 8 月 1日 _ ( 旧暦 ) ( 1620 年 8 月 28 日 ) ) は 、 安土 桃山 時代 ・ 江戸 時代 初期 の 人物 。 +-1 六曜 ( ろく よう ) は 、 暦注 の 一 つ で 、 先勝 ・ 友引 ・ 先負 ・ 仏滅 ・ 大安 ・ 赤口 の 6 種 を い う 。 +-1 四宮 駅 ( しのみや えき ) は 、 京都 府 京都 市 山科 区 四ノ宮 堂 ノ 後町 に あ る 京阪 電気 鉄道 京阪 京津 線 の 鉄道 駅 。 +-1 エトナ 映画 社 ( - えいが しゃ 、 1934 年 9 月 設立 - 1935 年 4 月 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +-1 五 大明王 ( ご だいみょうおう ) は 、 仏教 に おけ る 信仰 対象 で あ り 、 密教 特有 の 尊格 で あ る 明王 の うち 、 中心 的 役割 を 担 う 5 名 の 明王 を 組み合わせ た もの で あ る 。 +-1 梅小路 家 ( うめ が こうじけ ) は 、 藤原 北家 勧修 寺 流庶 家 清閑 寺家 庶 家 の 堂上 家 、 家格 は 名家 ( 公家 ) 。 +1 鮎川 義介 ( あゆかわ よしすけ 、 1880 年 ( 明治 13 年 ) 1 1 月 6 日 - 1967 年 ( 昭和 42 年 ) 2 月 13 日 ) は 、 日本 の 実業 家 、 政治 家 。 +1 税所 篤 ( さいしょ あつし 、 文政 10 年 11 月 5 日 ( 旧暦 ) ( 1827 年 12 月 22 日 ) - 明治 43 年 ( 1910 年 ) 6 月 21 日 ) は 、 日本 の 武士 、 官僚 。 +1 稲葉 正誼 ( いなば まさよし 、 文政 10 年 3 月 2 日 ( 旧暦 ) ( 182 7 年 3 月 28 日 ) - 嘉永 元年 10 月 22 日 ( 旧暦 ) ( 1848 年 11 月 17 日 ) ) は 、 山城 国 淀藩 の 第 11 代 藩 主 。 +1 平教盛 ( たいら の のりもり ) は 、 平安 時代 末期 の 武将 。 +-1 興臨院 ( こうりん いん ) は 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 、 臨済 宗 大 本山 大徳 寺 の 塔頭 ( たっちゅう ) で あ る 。 +1 稲葉 正備 ( いなば まさな り 、 安永 4 年 11 月 15 日 ( 旧暦 ) ( 1775 年 12 月 7 日 ) - 文化 ( 元号 ) 12 年 3 月 8 日 ( 旧暦 ) ( 1815 年 4 月 17 日 ) ) は 、 山城 国 淀藩 の 第 8 代 藩 主 。 +1 前田 慶寧 ( まえだ よしやす ) は 、 加賀 藩 の 第 13 代 藩 主 。 +1 津々見 忠季 ( つつみ ただ すえ 、 生年 未詳 - 承久 3 年 6 月 14 日 ( 旧暦 ) ( 1221 年 7 月 27 日 ) ) は 、 鎌倉 時代 初期 の 御 家人 。 +-1 青海波 ( せいがい は ) は 雅楽 の 演目 ( 本項 で 説明 ) +1 内海 次郎 ( うつみ じろう 、 天保 7 年 ( 1836 年 ) - ? ) は 、 武蔵 国川越 市 出身 の 新 選 組 隊士 。 +-1 令外 官 ( りょうげ の かん ) と は 、 律令 の 令制 に 規定 の な い 新設 の 官職 。 +-1 若年寄 ( わかどしより ) と は +1 因幡 の 白兎 ( いなば の しろうさぎ ) は 、 出雲 神話 の 一 つ 。 +1 平山 五郎 ( ひらやまごろう 、 文政 12 年 ( 1829 年 ) - 文久 3 年 9 月 18 日 ( 旧暦 ) ( 1863 年 10 月 30 日 ) ) は 江戸 時代 の 武士 。 +-1 厭離 穢土 ( おん り えど 、 えんり えど ) と は 、 浄土 教 の 用語 で 、 欣求 浄土 と 対句 で 使 わ れ る こと が 多 い 。 +-1 京都 宝塚 会館 ( きょう と たからづか かいかん ) は 、 かつて 京都 府 京都 市 中京 区 河原町 六角 に 所在 し て い た 東宝 系 の 映画 館 ( 京都 宝塚 劇場 、 京都 スカラ 座 ) の 総称 で あ る 。 +1 忍壁 皇子 ( おさかべ のみこ 、 生年 不詳 - 慶雲 2 年 5 月 8 日 ( 旧暦 ) ( 70 5 年 6 月 2 日 ) ) は 飛鳥 時代 の 皇族 で あ る 。 +1 弓削 豊穂 ( ゆげ の とよほ ) は 、 日本 の 古墳 時代 に い た と さ れ る 人物 で あ る 。 +-1 喜多 流 ( きた りゅう ) と は 、 日本 の 伝統 芸能 で あ る 能楽 の うち 、 能 の シテ 方 の 流派 で あ る 。 +1 一条 実良 ( いちじょうさねよし 、 天保 6 年 2 月 28 日 ( 旧暦 ) ( 1835 年 3 月 26 日 ) - 慶応 4 年 4 月 24 日 ( 旧暦 ) ( 1868 年 5 月 16 日 ) ) は 江戸 時代 後期 の 公家 。 +-1 深草 駅 ( ふかくさえき ) は 、 京都 府 京都 市 伏見 区 深草 ケナサ 町 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +-1 十念 寺 ( じゅう ねんじ ) は 、 京都 市 上京 区 に あ る 西山 浄土 宗 の 寺院 。 +1 藤原 敏行 ( ふじわら の としゆき 、 生年 不詳 - 延喜 7 年 ( 90 7 年 ) ) は 、 平安 時代 初期 の 歌人 、 書家 。 +-1 陶部 ( すえべ ・ 陶作 部 ( すえつくりべ ) ) と は 、 大化 前代 に お い て 須恵 器 の 製造 に 携わ っ た 部 。 +-1 上代 ( じょうだい ) と は 、 日本 史上 の 時代 区分 の ひと つ 。 +-1 火縄 銃 ( ひなわ じゅう 、 英語 : matchlockgun ) は 、 初期 の 鉄砲 の 形態 の ひと つ 。 +-1 城 南宮 ( じょうなんぐう ) は 、 京都 市 伏見 区 に あ る 神社 で あ る 。 +-1 松尾 駅 ( まつお えき ) は 、 京都 市 西京 区 松尾 宮ノ前町 に あ る 、 阪急 電鉄 阪急 嵐山 線 の 鉄道 駅 。 +-1 日政 ( にっせい 、 元和 ( 日本 ) 9 年 2 月 23 日 ( 旧暦 ) ( 1623 年 3 月 23 日 ) - 寛文 8 年 2 月 18 日 ( 旧暦 ) ( 1668 年 3 月 30 日 ) ) は 、 江戸 時代 前期 の 日蓮 宗 の 僧 ・ 漢詩 人 。 +-1 居延 漢 簡 ( きょえん かんかん ) は 、 中国 、 内 モンゴル 自治 区 エチナ 旗 から 甘粛 省 酒泉 の 東北部 に あ る 居延 烽燧 遺跡 から 発見 さ れ た 前漢 代 ・ 後 漢 代 の 木簡 。 +-1 松竹 京都 撮影 所 ( しょうちく きょう と さつえいじょ ) は 、 大正 から 昭和 に かけ て 京都 市 に あ っ た 松竹 の 映画 スタジオ 。 +1 日置 浄足 ( へき の さ で まろ 、 生没年 不明 ) は 奈良 時代 の 地方 官人 。 +-1 文久 永宝 ( ぶんきゅうえい ほう ) は 、 幕末 に 流通 し た 銭貨 。 +-1 丸太町 通 ( まるたまち どおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +-1 外記 政 ( げきせい ) と は 、 大臣 以下 の 公卿 が 外記 の 事務 所 で あ る 外記 庁 に お い て 諸司 の 申文 を 披見 し て 協議 ・ 裁定 を 行 う こと 。 +1 藤原 実茂 ( ふじわら   の   さねしげ 、 生没年 不詳 ) は 、 平安 時代 後期 の 貴族 。 +-1 公達 ( きんだち ) は 、 広 い 意味 で は 諸王 の こ と い う が 、 特に 親王 、 摂家 、 清華 家 の 子弟 に 対 する 呼称 と し て 用い られ る 。 +-1 糠漬け ( ぬかづけ 、 糠味 噌 漬け ( ぬかみそづけ ) と も ) と は どぶ漬け 、 どぼ 漬け と も 呼 ば れ 、 糠 を 乳酸 発酵 さ せ て 作 っ た 糠床 ( ぬかどこ ) の 中 に 野菜 を 漬けこ ん で 作 る 日本 を 代表 する 漬物 の 一 つ で あ る 。 +1 小堀 政一 ( こぼり まさかず ) は 、 江戸 時代 前期 の 近江 小室 藩 藩主 。 +-1 狩野 派 ( かのう は ) は 、 日本 絵画 史 上 最大 の 画派 で あ り 、 室町 時代 中 期 ( 15 世紀 ) から 江戸 時代 末期 ( 19 世紀 ) まで 、 約 400 年 に わた っ て 活動 し 、 常 に 画壇 の 中心 に あ っ た 専門 画 家 集団 で あ る 。 +-1 全真 ( ぜんしん 、 仁平 元年 ( 1151 年 ) - 没年 未詳 ) は 平安 時代 末期 の 天台 宗 の 僧侶 。 +-1 長浜 三 年 寄 ( ながはまさん どしより ) と は 、 豊臣 秀吉 の 命 を 受け 長浜 城下町 ( 49 町 ・ 10 組 ) を 整備 し た 町 人衆 の うち 、 組 を 代表 する 町 年寄 の 十 家 が 長浜 十 人 衆 と 呼 ば れ て お り 、 その うち 更に 有力 で あ っ た 三家 の こと で あ る 。 +-1 茶屋 ( ちゃや ) は 、 日本 に お い て 中世 から 近代 に かけ て 一般 的 で あ っ た 、 休憩 所 の 一 形態 。 +1 依田 勉三 ( よだ べんぞう 、 嘉永 6 年 5 月 15 日 ( 旧暦 ) ( 1853 年 6 月 21 日 ) - 大正 14 年 ( 1925 年 ) 12 月 12 日 ) は 日本 の 北海道 開拓 者 。 +1 永見 貞愛 ( ながみ さだ ちか 、 天正 2 年 2 月 8 日 ( 旧暦 ) ( 1574 年 3 月 1日 ) - 慶長 9 年 11 月 16 日 ( 旧暦 ) ( 160 5 年 1 月 5 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 人物 。 +-1 松田 氏 ( まつだし ) は 相模 国 足柄 上 郡 松田 郷 に 発祥 し た 藤原 秀郷 流 波多野 氏 一族 の 氏族 で あ る 。 +-1 七 卿落ち ( しち きょう おち ) と は 、 江戸 時代 の 幕末期 、 1863 年 ( 文久 3 年 ) 八 月 十 八 日 の 政変 に お い て 、 7 人 の 公卿 が 京都 より 追放 さ れ た 事件 。 +-1 妙 徳山華厳寺 ( みょう とくさん   けごんじ ) は 京都 府 京都 市 西京 区 に あ る 臨済 宗 の 寺院 。 +-1 生祀 ( せいし ) と は 、 存命 中 の 人間 の 霊 を 祀 る こと 。 +1 円空 ( えんくう 、 天徳 ( 日本 ) 4 年 ( 96 0 年 ) - 長暦 3 年 8 月 16 日 ( 旧暦 ) ( 10 39 年 9 月 7 日 ) ) は 平安 時代 の 僧 で 三 善 為 康 が 著 し た 『 拾遺往 生 伝 』 に 記述 が あ る 人物 。 +1 島村 抱月 ( しまむら ほうげつ 、 18 71 年 2 月 28 日 ( 明治 4 年 1 月 10 日 ( 旧暦 ) ) - 1918 年 11 月 5 日 ) は 日本 の 文芸 評論 、 演出 家 。 +1 彦太 忍 信命 ( ひこ ふつ おし の まこと の みこと 、 生没年 不詳 ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 皇族 ( 王族 ) 。 +1 蘇我 善徳 ( そが の ぜん と こ 、 生没年 不詳 ) は 蘇我 馬子 の 長男 と さ れ る 人物 。 +-1 安東 氏 ( あんどうし ) は 、 日本 の 中世 に 本州 日本 海側 最 北端 の 陸奥 国津軽 地方 から 出羽 国 秋田 郡 の 一帯 を 支配 し た 武家 。 +-1 例 大祭 ( れい たいさい ) と は 、 神社 に 縁 の あ る 日 に 行 わ れ る 、 その 神社 に と っ て 一番 重要 な 祭 で あ る 例祭 の 俗称 。 +-1 ナポリタン は 日本 の トマト ケチャップ 味 スパゲティ 料理 。 +-1 西殿 塚 古墳 ( にし と の つか こ ふん 、 にし と のづか こふん ) は 、 奈良 県 天理 市 中山 町 に 所在 する 古墳 時代 前期 の 前方 後 円墳 で あ る 。 +-1 仏罰 ( ぶつばち ) と は 、 仏 ( 如来 ) が 悟 っ た 根本 の 真理 に 背 い た ため に 自然 に 蒙 る ( と さ れ る ) 罰 の こと 。 +1 渓斎 英泉 ( けい さい えい せん 。 +-1 令 制 国 ( りょうせいこく ) と は 、 律令 制 に 基づ い て 設置 さ れ た 日本 の 地方 行政 区分 で あ る 。 +1 山鹿 秀遠 ( やまが ひでとお 、 生没 年 未詳 ) は 、 平安 時代 末期 の 武将 。 +-1 志田 氏 ( し だし 、 しだうじ ) は 日本 の 氏族 。 +1 一条 兼定 ( いちじょう かねさだ ) は 、 戦国 時代 ( 日本 ) の 土佐 国 の 国司 で 、 土佐 一条 氏 の 事実 上 の 最後 の 当主 。 +1 河越 重頼 ( かわごえ しげより ) は 、 平安 時代 末期 の 武蔵 国 入間 郡 河越 館 の 武将 。 +-1 詩吟 ( しぎん ) は 、 日本 の 伝統 芸能 の 一 つ 。 +-1 鎖 鎌術 ( くさり が まじゅつ ) は 鎖鎌 を 片手 に 鎌 の 柄 を 握 っ て 構え 、 片手 に 分銅 の つ い た 鎖 を 振り回 し 、 分銅 の 鉄丸 を 相手 に 打ち付け たり 、 鎖 を 相手 の 武器 に 巻きつけ て 奪 っ たり し て 鎌 で とどめ を さ す 術 。 +-1 口宣 ( くぜん ) と は 、 平安 時代 中期 から 用い られ る よう に な っ た 非 公式 な 公文 書 書式 で 、 天皇 の 勅旨 を 口頭 で 受け た 蔵人 所 職事 ( 職事 蔵人 ・ 蔵人 頭 もしくは 五 位 蔵人 ) が その 内容 を 文書 化 し て 太政 官 上卿 に 伝え る 目的 の ため に 使 わ れ た 。 +-1 真宗 大谷 派 ( しんしゅう おおたに は ) は 、 浄土 真宗 の 一派 。 +1 源 雅定 ( みなもとの まささだ 、 嘉保 元年 ( 1094 年 ) - 応保 2 年 5 月 27 日 ( 旧暦 ) ( 1162 年 7 月 11 日 ) ) は 平安 後期 の 公卿 、 歌人 。 +1 司太夫 ( つかさ ・ たゆう ) 、 本名 ・ 中川 幸永 ( なかがわ ゆきえ ) は 嶋原 太夫 。 +-1 二 ノ瀬 駅 ( に のせ えき ) は 、 京都 府 京都 市 左京 区 に あ る 、 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +-1 散位 寮 ( さん に りょう ) は 古代 日本 の 律令 制 に お い て 式部 省 に 属 する 機関 の 一 つ で あ る 。 +1 河上 娘 ( かわかみ の いらつめ 、 敏達 天皇 3 年 ( 575 年 ) 頃 ? - 推古 天皇 25 年 ( 618 年 ) 頃 ? ) は 崇峻 天皇 の 女御 。 +1 源彦仁 ( みなもと の ひこ ひと 、 生年 不詳 - 永仁 6 年 ( 1298 年 ) 3 月 23 日 ( 旧暦 ) ) は 鎌倉 時代 の 皇族 。 +1 三条 公敦 ( さんじょうきんあつ 、 永享 11 年 ( 1439 年 ) - 永正 4 年 4 月 8 日 ( 旧暦 ) ( 150 7 年 5 月 19 日 ) ) は 、 室町 時代 の 公卿 。 +1 村上 専精 ( むらかみ せんしょう 、 嘉永 4 年 4 月 1日 ( 旧暦 ) ( 1851 年 5 月 1日 ) - 昭和 4 年 ( 1929 年 ) 10 月 31 日 ) は 、 日本 の 明治 ・ 大正 期 に 活躍 し た 教育 者 、 仏教 史 学 者 。 +-1 関西 本線 ( かんさい ほんせん ) は 、 愛知 県 名古屋 市 中村 区 の 名古屋 駅 から 亀山 駅 ( 三重 県 ) 、 奈良 駅 を 経 て 大阪 府 大阪 市 浪速 区 の JR 難波 駅 に 至 る 鉄道 路線 ( 幹線 ) で あ る 。 +1 伊藤 雋吉 ( いとう としよ し 、 天保 11 年 3 月 28 日 ( 旧暦 ) ( 1840 年 4 月 30 日 ) - 大正 10 年 ( 1921 年 ) 4 月 10 日 ) は 、 江戸 期 の 武士 、 明治 ・ 大正 期 の 大 日本 帝国 海軍 軍人 。 +1 藤原 邦綱 ( ふじわら の くに つな 、 保安 ( 元 号 ) 3 年 ( 1122 年 ) - 治承 5 年 閏 2 月 23 日 ( 旧暦 ) ( 1181 年 4 月 8 日 ) ) は 平安 時代 後期 の 公卿 。 +-1 四雄 の 宴 ( しゆう の うたげ ) と は 、 関西 四 私立 大学 応援 団 連盟 に よ る 応援 団 リーダー 公開 の イベント の こと 。 +-1 嵯峨野 ( さがの ) は 、 京都 府 京都 市 右京 区 の 地名 。 +1 世良 親王 ( よよししん の う / と きながしんのう 、 生年 不詳- 元 徳 2 年 9 月 17 日 ( 旧暦 ) ( 1330 年 10 月 29 日 ) ) は 、 鎌倉 時代 後期 の 皇族 。 +-1 七 条 通 ( しちじょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +1 稲葉 正任 ( いなば まさとう 、 正徳 ( 日本 ) 4 年 ( 1714 年 ) - 享保 15 年 1 月 12 日 ( 旧暦 ) ( 1730 年 2 月 28 日 ) ) は 、 山城 国 淀藩 の 第 2 代 藩 主 。 +-1 近衛 通 ( この えどおり ) は 京都 市 左京 区 の 東西 の 通り の 一 つ 。 +1 勅旨 田 ( ちょくし でん ) は 、 古代 日本 に お い て 、 天皇 の 勅旨 に よ り 開発 さ れ た 田地 で あ り 、 皇室 経済 の 財源 に 充て られ た 。 +-1 天火 明命 ( アメノホアカリ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +-1 二楽 荘 ( にらく そう ) は 、 西本願 寺 二十 二 世 門 主 ・ 大谷 光瑞 が 六 甲山 に 建設 し た 別邸 で あ る 。 +1 後藤 実基 ( ごとう さねもと 、 生没 年 未詳 ) は 、 平安 時代 末期 の 武将 。 +1 細川 成之 ( ほそかわ しげゆき 、 永享 6 年 ( 1434 年 ) - 永正 8 年 9 月 12 日 ( 旧暦 ) ( 1511 年 10 月 3 日 ) ) は 、 室町 時代 の 阿波 国 ・ 三河 国 ・ 讃岐 国 の 守護 大名 。 +-1 令制 ( りょうせい ) と は 、 律令 の うち 行政 法 に あた る 令 に 基づ く 諸 制度 を い う 。 +1 顕昭 ( けんしょう : 大治 5 年 ( 1130 年 ) ? - 承元 元年 ( 1209 年 ) ? ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 歌僧 。 +-1 矢川 神社 ( やがわ じんじゃ ) は 、 滋賀 県 甲賀 市 甲南町 森尻 に あ る 神社 で あ る 。 +-1 女形 ・ 女方 ( おやま ・ おんな がた ) と は 、 歌舞伎 に お い て 若 い 女性 の 役 を 演じ る 役者 、 職掌 、 また その 演技 の 様式 その もの を 指 す 。 +-1 真観 ( しんかん 、 建治 元年 ( 1275 年 ) - 暦応 4 年 / 興国 2 年 6 月 2 日 ( 旧暦 ) ( 1341 年 7 月 16 日 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 時宗 の 僧 。 +-1 義堂 周信 ( ぎ どうしゅうしん 、 1325 年 3 月 1日 ( 正中 ( 元号 ) 2 年 1 月 16 日 ( 旧暦 ) ) - 1388 年 5 月 10 日 ( 元中 5 年 / 嘉慶 ( 日本 ) 2 年 4 月 4 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 の 臨済 宗 の 僧 で あ る 。 +-1 市庭 古墳 ( いちに わ こふん ) は 、 奈良 県 奈良 市 佐紀 町 塚本 ・ 市庭 に あ る 古墳 。 +-1 寄生 地主 制 ( きせい じ ぬしせい ) は 、 田畑 など 農地 の 所有 者 で あ る 寄生 地主 ( 単に 地主 と 略 す こと も あ る ) が 、 小作人 ( こさくにん ) と 呼 ば れ る 農民 ( 小作 農 や 単に 小作 と 呼 ば れ る こと も あ る ) に 土地 を 貸し出 し て 耕作 さ せ 、 成果 物 で あ る 米 や ムギ など の 農作 物 の 一部 を 小作 料 ( こさくりょう ) と 言 う 名 の 地代 と し て 徴収 する 制度 。 +1 小西 行長 ( こにし ゆきなが ) は 安土 桃山 時代 の 大名 。 +1 小槻季継 ( おづき の すえつぐ 、 建久 3 年 ( 1192 年 ) - 寛元 2 年 9 月 27 日 ( 旧暦 ) ( 1244 年 10 月 30 日 ) ) は 、 鎌倉 時代 中期 の 官人 。 +1 三浦 環 ( みうら たまき 、 1884 年 ( 明治 17 年 ) 2 月 22 日 東京 府 - 1946 年 ( 昭和 21 年 ) 5 月 26 日 ) は 、 おそらく 日本 で 初めて 国際 的 な 名声 を つか ん だ オペラ 歌手 。 +1 綏靖 天皇 ( すい ぜい てんのう 、 神武 天皇 29 年 ( 紀元 前 632 年 ? ) - 綏靖 天皇 33 年 5 月 10 日 ( 旧暦 ) ( 紀元 前 549 年 6 月 28 日 ? ) ) は 、 日本 の 第 2 代 の 天皇 ( 在位 : 綏靖 天皇 元年 1 月 8 日 ( 旧暦 ) ( 紀元 前 581 年 2 月 23 日 ? ) - 同 33 年 5 月 10 日 ( 旧暦 ) ( 紀元 前 549 年 6 月 28 日 ? ) ) 。 +-1 氏 社 ( うじ しゃ ) と は 、 氏神 を 祀 る 神社 の こと 。 +-1 海龍 王寺 ( かいりゅうおう じ ) は 奈良 県 奈良 市 法華 寺 北 町 に あ る 真言 律 宗 の 寺院 。 +-1 オオゲツヒメ ( オホゲツヒメ 、 大宜都 比売 、 大気 都 比 売神 、 大宜津 比売神 ) は 、 日本 神話 に 登場 する 神 。 +1 金玉 和 歌集 ( きんぎょく わかしゅう ) は 、 平安 時代 中期 に 書 か れ た 私撰 の 和 歌集 。 +-1 三輪 素麺 ( みわ そうめん ) は 、 奈良 県 桜井 市 を 中心 と し た 三輪 地方 で 生産 さ れ て い る 素麺 ( そうめん ) で 、 特産 品 と な っ て い る 。 +-1 減封 ( げんぽう ) と は 、 江戸 時代 に お い て は 大名 、 旗本 など の 武士 に 課 せ られ た 刑罰 を 意味 し 、 武士 の 身分 を 剥奪 し て 所領 と 城 ・ 屋敷 の 一部 を 削減 する こと を い う 。 +-1 ここ で は 日本 料理 の 串 カツ を 紹介 する 。 +1 小野 妹子 ( おのの いも こ 、 男性 、 生没年 不詳 ) は 、 飛鳥 時代 の 政治 家 。 +1 井上 安治 ( いのうえ や す じ 、 元治 元年 ( 1864 年 誕生 日 不明 - 明治 22 年 ( 1889 年 ) 9 月 14 日 ) は 、 版画 家 。 +-1 金平糖 ( こんぺいとう , コンペイトー ) は 、 砂糖 と 下味 の つ い た 水分 で 作 ら れ る 、 表面 に 凹凸 状 の 突起 ( 角状 ) を も つ 小球 形 の 菓子 で あ る 。 +1 佐治 重貞 ( さじしげさ だ 、 承安 ( 日本 ) 4 年 ( 1174 年 ) - ? ) は 鎌倉 時代 の 武士 。 +1 大伴 安麻呂 ( おおと もの やすまろ 、 生年 不明 - 和銅 7 年 5 月 1日 ( 71 4 年 6 月 21 日 ) ) は 、 日本 の 飛鳥 時代 から 奈良 時代 の 人物 で あ る 。 +-1 梅若 六郎 ( うめわか ろくろう ) と は 、 シテ 方 観世 流 の 一派 、 梅若 家 の 当主 が 用い る 名 。 +-1 水子 ( みずこ ) は 以下 の こと を い う 。 +-1 芝山家 ( しばやまけ ) は 、 藤原 北家 高藤 流勧修 寺 庶流 の 堂上 家 、 家格 は 、 名家 。 +-1 摂丹 街道 ( せったん かいどう ) は 、 摂津 国 と 丹波 国 ( 現在 の 大阪 府 池田 市 - 京都 府 亀岡 市 ) を 結 ぶ 街道 。 +-1 焙烙 火矢 ( ほうろく ひや ) は 、 戦国 時代 ( 日本 ) の 日本 で 考案 、 使用 さ れ て い た 兵器 。 +-1 孤篷庵 ( こほうあん ) は 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 、 臨済 宗 大 本山 大徳 寺 の 塔頭 ( たっちゅう ) で あ る 。 +-1 預地 ( あずかりち / あずけち ) と は 、 他者 から 預か っ て 管理 を 委託 さ れ た 土地 の こと 。 +1 児島 惟謙 ( こじまこれ かた 、 1837 年 3 月 7 日 ( 天保 8 年 2 月 1日 ( 旧暦 ) ) - 190 8 年 ( 明治 41 年 ) 7 月 1日 ) は 、 明治 期 の 司法 官 。 +-1 田手畷 の 戦い ( たてなわて の たたか い ) は 、 享禄 3 年 ( 1530 年 ) 、 北九州 の 覇権 を めぐ り 周防 国 の 戦国 大名 大内 氏 と 肥前 国 の 戦国 大名 少弐 氏 と の 間 で 起き た 戦い 。 +-1 安国 寺 ( あんこくじ ) は 京都 府 綾部 市 ( 丹波 国 ) に あ る 臨済 宗 東福寺 派 の 寺院 。 +-1 栄典 ( えいてん ) は 、 国家 や 公共 に 対 する 功労 者 を 表彰 する ため に 、 国家 が 与え る 待遇 ・ 地位 ・ 称号 など の 総称 。 +1 西園寺 公藤 ( さいおんじきん ふじ 、 康正 元年 ( 1455 年 ) ‐ 永正 9 年 6 月 19 日 ( 旧暦 ) ( 1512 年 7 月 31 日 ) ) は 、 室町 時代 の 公卿 。 +-1 湯豆腐 ( ゆどうふ ) は 、 豆腐 を 使 っ た 料理 の 一 つ 。 +-1 中丹 ( ちゅうたん ) と は 京都 府 の 丹波 地方 北部 と 丹後 地方 南部 を 指 す 呼称 で 、 行政 区分 と し て 舞鶴 市 、 福知 山 市 、 綾部 市 の 3 市 の 地域 を い う 。 +1 西寛二郎 ( にし かんじろう 、 弘化 3 年 3 月 10 日 ( 旧暦 ) ( 1846 年 4 月 5 日 ) - 1 月 27 日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 。 +1 北条 幻庵 / 北条 長綱 ( ほうじょう げんあん / ほうじょう ながつな ) は 、 戦国 時代 ( 日本 ) の 武将 で あ る 。 +1 紀 小弓 ( き の お ゆみ 、 生年 不詳 - 465 年 3 月 ( 旧暦 ) ) は 、 古墳 時代 の 豪族 。 +1 多忠龍 ( おおの ただ たつ 、 元治 2 年 3 月 15 日 ( 旧暦 ) ( 1865 年 4 月 10 日 ) - 昭和 19 年 ( 1944 年 ) 12 月 22 日 ) は 、 雅楽 家 、 帝国 芸術 院 会員 。 +1 惟宗 允亮 ( これ むね の ただすけ 、 ? - 寛弘 6 年 ( 1009 年 ) ? ) は 、 平安 時代 中期 の 貴族 。 +1 徳大寺 公継 ( とくだいじ きんつぐ 、 安元 元年 ( 1175 年 ) - 嘉禄 3 年 1 月 30 日 ( 旧暦 ) ( 1227 年 2 月 17 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 の 公卿 。 +-1 酒造 統制 ( しゅぞう とうせい ) と は 、 日本 の 江戸 幕府 が 酒造 業 に 対 し て 加え た 制限 ( 規制 ) 及び 奨励 ( 規制 緩和 ) 政策 の こと 。 +-1 十 三 仏 信仰 ( じゅう さん ぶつ しんこう ) と は 、 十 王 信仰 に 基づ き 日本 で 創作 さ れ た 閻魔王 を 初め と する 冥途 の 裁判 官 で あ る 十王 及び その 後 の 審理 ( 七 回 忌 ・ 十 三 回 忌 ・ 三十 三 回 忌 ) を 司 る 裁判 官 の 本地 垂迹説 と さ れ る 仏 に 対 する 信仰 で あ る 。 +-1 五七 調 ( ご しち ちょう ) と は 詩 で 五音 ・ 七音 の 順番 で 繰り返 す 形式 。 +1 『 落窪 物語 』 ( おちくぼ ものがたり ) は 、 10 世紀 末頃 に 成立 し た と さ れ る 中古 日本 の 物語 で あ る 。 +-1 朝暘 学校 ( ちょうよう がっこう ) は 、 1876 年 ( 明治 9 年 ) に 県令 三島 通庸 の 命 に よ り 現在 の 鶴岡 市 役所 の 敷地 内 に 建設 さ れ た 洋風 瓦葺 3 階 建て の 学校 の こと で あ る 。 +1 九世 片山 九郎 右衛門 ( きゅうせい ・ かたやま ・ くろうえもん 。 1930 年 8 月 26 日 - ) は 能 シテ 方 観世 流能 楽師 。 +-1 勘定 吟味 役 ( かんじょうぎん みやく ) は 、 江戸 幕府 に お い て 、 勘定 所 の 職務 すべて を 監査 を 担当 し た 役職 で あ る 。 +1 7 代 目澤村 訥子 ( しちだい め さわ むら とっ し 、 安政 7 年 4 月 8 日 ( 旧暦 ) ( 18 60 年 5 月 28 日 ) ※ 月日 に 関 し て は 諸説 あ り - 大正 15 年 ( 1926 年 ) 3 月 26 日 ) は 明治 から 大正 期 の 歌舞伎 役者 。 +-1 命日 ( めいにち 、 deathday ) と は 、 ある 人 が 死 ん だ 日 を い う 。 +1 前田 秀 以 ( まえだ ひ で も ち ) は 、 安土 桃山 時代 の 武将 。 +-1 晋山 式 ( しんざん しき ) と は 、 寺院 に 新た な 住職 が 就任 する 際 の 儀式 を 言 う 。 +1 勅 ( ちょく ) は 、 天皇 の 言葉 、 あるいは 天皇 の 命令 を 直接 に 伝え る 文書 。 +1 序詞 ( じょ ことば ) と は 、 主 と し て 和歌 に 見 られ る 修辞 法 で 、 特定 の 語 の 前 に 置 い て 、 比喩 や 掛詞 、 同音語 など の 関係 に 係 る 言葉 の こと で あ る 。 +1 賀茂 保憲 ( かもの やすのり 、 延喜 17 年 ( 917 年 ) - 貞元 ( 日本 ) 2 年 2 月 22 日 ( 旧暦 ) ( 97 7 年 3 月 14 日 ) ) は 、 平安 時代 中期 の 陰陽 師 、 陰陽 家 。 +-1 石州 流宗猿 系 は 武家 茶道 。 +1 永倉 新八 ( なが くら しんぱち 、 天保 10 年 4 月 11 日 ( 旧暦 ) ( 1839 年 5 月 23 日 ) - 大正 4 年 ( 1915 年 1 月 5 日 ) は 、 新撰 組 二 番 隊 組長 。 +1 新 猿楽記 ( しんさ るごう き ) は 平安 時代 中期 の 学者 藤原 明衡 に よ る 作品 。 +1 馬越 三郎 ( まごしさぶろう 、 嘉永 元年 ( 1848 年 ) 頃 ? - 明治 20 年 ( 1887 年 ) 頃 ? ) は 、 阿波 国 徳島 藩 出身 の 新 選 組 隊士 。 +1 石川 五右衛門 と は +-1 瀞 八丁 ( どろ はっちょう ) は 、 和歌山 県 新宮 市 から 奈良 県 吉野 郡 十津川 村 に またが る 峡谷 。 +-1 九品 ( くほん 、 きゅうひん ) と は 、 物質 や 人 の 性質 を 3 × 3 で 分類 し た もの 。 +-1 イノダコーヒ は 京都 市 に 本店 ・ 本社 を 置 く コーヒー の チェーン 店 。 +1 後 小松 天皇 ( ごこまつ てんのう 、 永和 3 年 / 天授 3 年 6 月 27 日 ( 1377 年 8 月 1日 ) - 永享 5 年 10 月 20 日 ( 1433 年 12 月 1日 ) ) は 、 室町 時代 北朝 最後 の 第 6 代 、 歴代 第 100 代 の 天皇 ( 在位 永徳 2 年 / 弘和 2 年 4 月 11 日 ( 1382 年 5 月 24 日 ) - 応永 19 年 8 月 29 日 ( 1412 年 10 月 5 日 ) ) 。 +1 藤原 蔵下 麻呂 ( ふじわら の くら じま ろ   天平 6 年 ( 734 年 ) - 宝亀 6 年 7 月 1日 ( 旧暦 ) ( 775 年 8 月 5 日 ) ) は 奈良 時代 の 貴族 。 +-1 内閣 官制 ( ないかく かんせい ) と は 、 広義 に は 内閣 ( 日本 ) の 設置 ・ 廃止 、 名称 、 組織 、 権限 等 に 関 する 定め を い い 、 狭義 に は 1889 年 に 定め られ た 日本 の 法令 、 明治 22 年 勅令 第 135 号 を い う 。 +-1 イシコリドメ は 、 日本 神話 に 登場 する 神 で あ る 。 +1 行 会 ( ぎょうえ 、 689 年 - ? ) は 、 奈良 時代 の 僧 。 +-1 琉球 神道 記 ( りゅう きゅう しん とうき ) は 、 仏書 の 一 つ 。 +1 久米 広縄 ( くめ の ひろただ 、 生没年 不詳 ) は 、 奈良 時代 中期 の 歌人 。 +1 常世 ( とこよ ) と は 、 かくりよ ( 隠世 ・ 幽世 ) と も い い 、 永久 に 変わ ら な い 神域 で あ る 。 +-1 山号 松尾山 また は 補陀 洛山 +1 祐子 内 親王家 紀伊 ( ゆうし な い しん の うけ の きい 、 生没年 不詳 ) は 、 平安 時代 院 政期 の 女流 歌人 で 、 後朱 雀 天皇 の 皇女 祐子 内 親王 の 女房 。 +-1 あられ ( 霰 ) と は あられ 餅 ( 霰餅 ) の 略 で 、 米餅 を 長 さ 2、3 センチ 、 縦横 5 ミリ 程度 の 長 さ に 切 り 、 火 で 炙 っ た 菓子 で あ る 。 +-1 江戸 ( えど , 日本 語 以外 で は Edo 、 Yedo 、 Yeddo 、 Yendo 、 Jedo など 諸表記 あり ) は 、 東京 の 旧称 で あ る 。 +-1 豊受 大 神社 ( とゆけ だいじんじゃ ) は 、 京都 府 福知 山 市 大江町 に 鎮座 する 神社 。 +1 広幡 忠礼 ( ひろは たただ あや 、 文政 7 年 6 月 28 日 ( 旧暦 ) ( 1824 年 7 月 24 日 ) - 明治 30 年 ( 1897 年 ) 2 月 18 日 ) は 、 江戸 時代 後期 の 公卿 、 明治 時代 の 政治 家 。 +1 京極 高広 ( きょうごく   たかひろ ) は 、 丹後 国宮津 藩 の 第 2 代 藩 主 。 +-1 日本 映画 プロダクション 連盟 ( に ほん えい が - れんめい 、 1928 年 5 月 - 1929 年 2 月 ) は 、 かつて 京都 に 存在 し た 日本 の インディペンデント 系 映画 会社 の 集合 組織 で あ る 。 +-1 栄実 ( えいじつ 、 建仁 元年 ( 120 1 年 ) - 建保 2 年 12 月 13 日 ( 旧暦 ) ( 1215 年 1 月 14 日 ) ) は 、 鎌倉 幕府 第 2 代 征夷 大将軍 源 頼家 の 3 男 。 +-1 平松 家 ( ひらまつけ ) は 平 氏 平 氏 高 棟 王流 で 、 西洞院 時 慶 ( 従二 位 ・ 参議 ) ( 155 2 年 - 1640 年 ) の 次男 平松 時庸 ( ときつ ね ) ( 従二 位 ・ 中納言 ) ( 1599 年 - 1654 年 ) を 祖 と する 堂上 家 。 +1 二条 経教 ( にじょう つねの り 、 弘安 9 年 ( 1286 年 ) - 没年 不詳 ) は 鎌倉 時代 の 公家 。 +1 川端   家長 ( かわばた   いえな が 、 生没年 不詳 ) は 、 宇喜多 氏 家臣 。 +1 藤原 兼隆 ( ふじわら の かね たか 、 寛和 元年 ( 98 5 年 ) - 天喜 元年 ( 1053 年 ) ) は 平安 時代 の 公卿 。 +-1 裃 ( かみしも ) は 、 和服 に おけ る 男子 正装 の 一種 。 +1 田内知 ( たうち さとる 、 天保 10 年 ( 1839 年 ) - 慶応 3 年 1 月 10 日 ( 旧暦 ) ( 1867 年 2 月 14 日 ) ) は 、 新 選 組 隊士 。 +-1 双林 寺 ( そうりんじ ) は 、 京都 市 山科 区 に あ る 天台 宗 の 寺院 。 +1 中 御門 為行 ( なかみかど ためゆき 、 建治 7 年 ( 1276 年 ) - 正慶 元年 9 月 10 日 ( 旧暦 ) ( 1332 年 9 月 30 日 ) ) は 、 鎌倉 時代 後期 の 公卿 。 +1 『 算用 記 』 ( さんようき ) は 、 日本 に 現存 する 最も 古 い 和算 書 で 、 その 著者 は 明らか で は な い 。 +-1 五 番町 ( ご ばんちょう ) は 京都 市 上京 区 に あ る 町名 で あ る 。 +-1 禅宗 様 ( ぜんしゅうよう ) は 、 日本 の 伝統 的 な 寺院 建築 の 様式 の 一 つ 。 +-1 仏師 ( ぶっし ) と は 、 日本 に おけ る 、 仏像 など の 制作 を 担当 する 者 に 対 する 名称 で あ る 。 +-1 軍人 勅諭 ( ぐんじん ちょくゆ ) は 、 1 月 4 日 に 明治 天皇 が 陸海軍 の 軍人 に 下賜 し た 詔勅 で あ る 。 +1 皇太 夫人 ( こうたい ふじん ・ すめみおや ) と は 、 天皇 の 生母 で 、 前 天皇 の 夫人 で あ っ た 人 を さ す 。 +-1 七面 大 明神 ( しちめん だいみょう じん ) は 、 その 昔 は 七 面 天女 と 呼 ば れ 日蓮 宗 系 に お い て 法華 経 を 守護 する と さ れ る 女神 で あ る 。 +1 談林 派 ( だんりん は ) は 、 西山 宗因 ら を 中心 に し て 江戸 時代 に 栄え た 俳諧 の 一派 。 +1 源 義高 ( みなもと の よし たか ) は 、 平安 時代 末期 の 河内 源 氏 の 流れ を 汲 む 信濃 源 氏 の 武将 。 +-1 騎兵 大将軍 ( きへい たいしょうぐん ) と は 、 奈良 時代 、 日本 の 律令 制 に お い て 設置 さ れ た 武官 。 +-1 京和 傘 ( きょうわ がさ ) は 和傘 の 一 つ 。 +-1 手鑑 ( てかがみ ) と は 、 厚手 の 紙 で 作 ら れ た 折帖 に 、 古筆 の 断簡 を 貼り込 ん だ 作品 集 。 +1 源 近善 ( みなもと の ちかよし 、 生年 不詳 - 延喜 18 年 7 月 14 日 ( 旧暦 ) ( 918 年 8 月 23 日 ) ) は 、 平安 時代 前期 の 賜姓 皇族 。 +1 伊達 宗敦 ( だて   むねあつ 、 1852 年 6 月 20 日 ( 嘉永 5 年 5 月 3 日 ( 旧暦 ) ) - 19 07 年 ( 明治 40 年 ) 1 月 6 日 ) は 仙台 藩 知事 ( 在任 中 の 伊達 氏 の 当主 は 30 世 14 代 伊達 宗 基 の まま ) で 、 13 代 仙台 藩主 ・ 伊達 慶邦 の 嫡子 ( のち 廃嫡 ) 、 男爵 。 +-1 家 の 芸 ( いえ の げい ) と は 、 能 ・ 狂言 ・ 浄瑠璃 ・ 歌舞伎 ・ 歌舞伎 舞踊 ・ 上方 舞 など の 伝統 芸能 に お い て 、 家元 と みな さ れ る 家 に 代々 相伝 する 、 その 家 が 特に 得意 と し て い る 芸 や 演目 。 +1 織田 信則 ( おだ のぶの り 、 慶長 4 年 ( 1599 年 ) - 寛永 7 年 1 月 2 日 ( 旧暦 ) ( 1630 年 2 月 13 日 ) ) は 、 江戸 時代 の 大名 。 +-1 錦 天満 宮 ( にしきてんまんぐう ) は 、 京都 市 中京 区 錦小路 通 新 京極 通 に あ る 神社 で あ る 。 +1 源 国直 ( みなもと の くに なお 、 生没年 不詳 ) は 、 平安 時代 後期 の 武将 。 +1 岩倉 具選 ( いわくら とも かず 、 宝暦 7 年 1 月 4 日 ( 旧暦 ) ( 175 7 年 2 月 21 日 ) – 文政 7 年 7 月 7 日 ( 旧暦 ) ( 1824 年 8 月 1日 ) ) は 、 江戸 時代 中期 ・ 後期 の 日本 の 公卿 。 +-1 漢字 の 日 ( かんじ の ひ ) と は 、 財団 法人 日本 漢字 能力 検定 協会 が 1995 年 ( 平成 7 年 ) に 制定 し た 記念 日 。 +1 伊勢 貞国 ( いせさだくに 、 応永 5 年 ( 1398 年 ) - 享徳 3 年 ( 1454 年 ) ) は 、 室町 時代 の 幕府 政所 執事 。 +-1 小太刀術 ( こだちじゅつ ) と は 、 脇差 を 使用 する 剣術 。 +-1 大村 藩 ( おおむら はん ) は 、 肥前 国 彼 杵 ( その ぎ ) 地方 を 領 し た 藩 。 +-1 妙清寺 ( みょうせいじ ) は 、 京都 市 北 区 ( 京都 市 ) に 所在 する 日蓮 正宗 の 寺院 。 +-1 梅若 実 ( うめわか みのる / みのり ) は 能楽 シテ 方 観世 流 梅若 家 に お い て 隠居 名 と し て 用い られ る 名 で あ る 。 +-1 二 尊院 ( にそんいん ) は 、 京都 市 右京 区 の 嵯峨野 に あ る 天台 宗 の 寺院 。 +1 伊予親王 ( いよしん のう ・ 伊豫 親王 、 生年 不詳 - 大同 ( 日本 ) 2 年 11 月 12 日 ( 旧暦 ) ( 80 7 年 12 月 18 日 ) ) は 、 桓武 天皇 の 第 3 皇子 ( 異説 あり ) と い わ れ た 。 +1 松平 頼重 ( まつだいら より しげ ) は 、 江戸 時代 前期 の 大名 。 +1 葛西 時清 ( かさい と き き よ ) は 鎌倉 時代 の 武将 。 +-1 京職 ( きょうしき ) は 律令 制 に おけ る 首都 行政 機関 。 +1 巨勢 麻呂 ( こせ の まろ 、 ? - 養老 元年 1 月 18 日 ( 旧暦 ) ( 71 7 年 2 月 7 日 ) ) は 、 奈良 時代 の 貴族 。 +-1 山伏 信仰 ( やまぶし しんこう ) と は 、 古来 から 日本 で は 山 に 神霊 が 宿 る と 見な し て 信仰 する こと 。 +-1 朝 用 分 ( ちょうよう ぶん ・ 朝要 分 ) と は 、 日本 の 南北朝 時代 ( 日本 ) に 南朝 ( 日本 ) が 兵粮 と 財政 収入 確保 の ため に 自己 の 支配 下 の 寺社 領地 など に 臨時 に かけ た 課税 の こと 。 +-1 スクナビコナ ( スクナ ヒコナ と も 。 須久 那美 迦 微 、 少彦 名 、 少日子根 など 、 他 多数 。 ) は 、 日本 神話 に おけ る 神 。 +-1 天王 山 ( てんのうざん ) は 、 京都 府 乙訓 郡 大山崎 町 の 山 。 +1 本因坊 秀哉 ( ほんいん ぼうしゅうさい 、 1874 年 6 月 24 日 - 1940 年 1 月 18 日 ) は 、 明治 から 昭和 に かけ て の 囲碁 の 棋士 ( 囲碁 ) 。 +1 宮崎 弥蔵 ( みやざき ・ やぞう 、 慶応 3 年 4 月 8 日 ( 旧暦 ) ( 1867 年 5 月 11 日 ) - 明治 29 年 ( 1896 年 ) 7 月 4 日 ) は 、 明治 期 の アジア 主義 者 。 +1 三野 石守 ( みの の いしもり ) は 奈良 時代 の 人 。 +1 青山 幸道 ( あおやま よしみち 、 享保 10 年 8 月 5 日 ( 旧暦 ) ( 1725 年 9 月 11 日 ) - 安永 8 年 10 月 30 日 ( 旧暦 ) ( 1779 年 12 月 7 日 ) ) は 、 丹後 国宮津 藩 の 第 2 代 藩 主 。 +1 不 改常典 ( ふかい の じょうてん ) は 、 70 7 年 以降 の 日本 の 天皇 の 即位 の 詔 で 度々 参照 さ れ る 法 で 、 天智 天皇 が 定め た と さ れ る もの で あ る 。 +1 奈良 専二 ( なら せん じ 、 182 2 年 − 1892 年 5 月 4 日 ) は 、 香川 県 出身 の 老農 ( 篤農家 ) ・ 農業 指導 者 。 +-1 京こま ( きょう - 、 京独楽 ) は 日本 の 独楽 の 一種 。 +-1 町屋 ( まちや ) と は 、 町 の 中 に あ る 庶民 の 住宅 の こと で あ る 。 +1 高見 王 ( たかみお う 、 生没年 不詳 ) は 平安 時代 中期 の 皇族 もしくは 賜姓 皇族 で あ っ た と さ れ る 。 +1 川勝広継 ( かわかつ ひろつぐ 、 生没年 不詳 ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 出納 ( すいのう ) は 、 蔵人 所 の 職員 の 1 つ で 蔵人 所 の 財物 の 出納 を はじめ 、 一切 の 庶務 を 掌 っ た 。 +-1 大帷 ( おお かたびら ) +-1 公辨 法親王 ( こうべん ほっ しん のう 、 寛文 9 年 8 月 21 日 ( 旧暦 ) ( 1669 年 9 月 16 日 ) - 正徳 ( 日本 ) 6 年 4 月 17 日 ( 旧暦 ) ( 1 71 6 年 6 月 6 日 ) ) は 江戸 時代 の 天台 宗 僧侶 。 +1 連句 ( れんく ) と は 、 俳諧 の 連歌 の こと 。 +-1 発心 集 ( ほっ しん しゅう ) 鎌倉 時代 初期 の 仏教 説 話 集 。 +-1 身分 統 制令 ( みぶん とう せいれい ) と は 天正 19 年 ( 1591 年 ) に 豊臣 秀吉 が 発 し た 3 ヶ条 の 法令 。 +-1 戊辰 戦争 ( ぼしんせんそう 、 慶応 4 年 / 明治 元年 - 明治 2 年 ( 1868 年 - 1869 年 ) ) は 、 王政 復古 ( 日本 ) で 成立 し た 明治 新 政府 が 江戸 幕府 勢力 を 一掃 し た 日本 の 内戦 。 +1 伊藤 源助 ( い とうげんすけ 、 天保 13 年 ( 1842 年 ) ? - 明治 2 年 12 月 29 日 ( 旧暦 ) ( 1870 年 1 月 30 日 ) ) は 新選 組平 隊 士 、 また は 新 選 組入隊 志願 者 。 +-1 亀 の 尾 ( かめ の お ) は 、 明治 時代 前期 に 山形 県 の 篤農家 ・ 阿部 亀治 に よ り 育成 さ れ た 日本 の イネ 品種 。 +1 坂上 熊毛 ( さかの うえの くまけ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 九条 尚実 ( くじょう なおざね 、 享保 2 年 6 月 21 日 ( 旧暦 ) ( 1 71 7 年 7 月 29 日 ) - 天明 7 年 9 月 22 日 ( 旧暦 ) ( 1787 年 11 月 1日 ) ) は 、 江戸 時代 中期 の 公家 で あ る 。 +1 息長 真手王 ( お きな がの まて の おおきみ 、 生没年 不詳 ) は 5 世紀 から 6 世紀 頃 の 日本 の 皇族 。 +1 中嶋 猛夫 ( なかじま   たけお 、 1947 年 - ) は 、 日本 の 環境 デザイナー 。 +1 長田 景致 ( お さだかげ むね 、 生年 未詳 - 建久 元年 ( 1190 年 ) ) は 平安 時代 末期 の 武将 。 +1 円 融院 ( えんゆういん 、 天文 ( 元号 ) 18 年 ( 1549 年 ) - 没年 未詳 ) は 、 三浦 桃寿丸 、 宇喜多 秀家 ら の 母 。 +1 藤原 秀澄 ( ふじわら の ひでず み 、 生年 不詳 - 承久 3 年 ( 1221 年 ) 10 月 ) は 鎌倉 時代 の 武士 。 +-1 瀬戸 大将 ( せと たいしょう ) は 、 鳥山 石燕 に よ る 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 で 、 陶磁 器 の 付喪神 ( 器物 が 変化 し た 妖怪 ) の 一種 。 +-1 内 薬司 ( ないやく し ) は 律令 制 に お い て 中務 省 に 属 する 機関 の 一 つ で あ る 。 +-1 念仏 講 ( ねんぶつ こう ) と は 、 日本 の 仏教 に お い て 、 在家 信者 が 念仏 を 唱え る 講中 を 指 す 言葉 で あ る 。 +-1 河原 者 ( かわらも の ) は 、 河原 人 と も 呼 ば れ 、 中世 日本 の 代表 的 な 被差 別民 の 一 つ で あ る 。 +1 韓天寿 ( かんてんじゅ 、 男性 、 享保 12 年 ( 1727 年 ) - 寛政 7 年 3 月 23 日 ( 旧暦 ) ( 1795 年 5 月 11 日 ) ) は 、 江戸 時代 中期 の 日本 の 書家 で あ る 。 +-1 相輪 橖 ( そう りん とう ) は 、 仏教 施設 の ひと つ で あ る 。 +-1 礫器 ( れっき ) と は 、 大きめ の 礫 を 素材 に し て つく っ た 石器 。 +1 勧修 寺 尹豊 ( かじゅう じこれ と よ 、 文亀 3 年 ( 150 3 年 ) - 文禄 3 年 2 月 1日 ( 旧暦 ) ( 1594 年 3 月 22 日 ) ) は 、 安土 桃山 時代 の 公家 ( 公卿 ) 。 +-1 キリシタン 版 ( きりし たんばん ) と は 、 近世 初 期 ( 16 世紀 末 - 17 世紀 初め ) に 日本 を 中心 に イエズス 会 に よ っ て 刊行 さ れ た ローマ 字 、 あるいは 漢字 ・ 仮名 ( 文字 ) に よ る 印刷 の 通称 で あ る 。 +-1 質取 行為 ( しち と り こうい ) と は 、 中世 日本 に お い て 、 別 の 地域 に 住 む 債務 者 から 弁済 を 受け られ な かっ た 債権 者 が 、 債務 者 と 同一 の 地域 に 住 む 第 三 者 ( 債務 者 と の 面識 の 有無 は 問 わ ず ) の 身柄 あるいは 財物 を 債務 の 賠償 と し て 私的 に 差し押さえ る 行為 。 +1 名和 長年 ( な わ なが とし 、 生年 不詳 - 延元 元年 / 建武 ( 日本 ) 3 年 6 月 30 日 ( 旧暦 ) ( ユリウス 暦 1336 年 8 月 7 日 ) ) は 、 日本 の 南北朝 時代 ( 日本 ) の 武将 で あ る 。 +1 一柳 直重 ( ひと つ やなぎ なおしげ 、 慶長 3 年 ( 1598 年 ) - 正保 2 年 6 月 24 日 ( 旧暦 ) ( 1645 年 8 月 15 日 ) ) は 、 伊予 国 西条 藩 の 第 2 代 藩 主 。 +-1 三木 一草 ( さんぼく いっそう ) は 後醍醐 天皇 の 建武 の 新政下 で 寵遇 を 受け た 4 人 の 寵臣 の 呼称 。 +1 花山院 定好 ( かざん いん さだ よし 、 慶長 4 年 10 月 11 日 ( 旧暦 ) ( 1599 年 11 月 28 日 ) - 延宝 元年 7 月 4 日 ( 旧暦 ) ( 167 3 年 8 月 15 日 ) ) は 江戸 時代 前期 の 公卿 。 +-1 長岳 寺 ( ちょうがくじ ) は 奈良 県 天理 市 柳 本町 に あ る 高野山 真言 宗 の 寺院 。 +1 日本 神話 にて 、 神産 み ( かみうみ ) と は 、 イザナギ ・ イザナミ が 島々 を 生 ん だ ( 国産 み の ) 後 、 神々 を 生み出 し て い っ た こと を 指 す 。 +1 惟宗 直本 ( これ むね の なおもと 、 生没年 不詳 ) は 、 平安 時代 の 明法 道 。 +1 倭姫命 ( やまと ひめ の みこと ) は 、 日本 神話 中 の 登場 人物 。 +-1 長辻 通 ( ながつ じ どおり ) は 、 京都 市 内 の 通り の 一 つ 。 +-1 二十 日 正月 ( はつ か しょう がつ ) と は 、 正月 の 終り と な る 節目 の 日 。 +1 押坂彦人 大兄 皇子 ( おしさか の ひこ ひと の おおえの みこ 、 生没年 不詳 ) は 、 飛鳥 時代 の 皇族 。 +1 閑院 宮典仁親王 ( かんいんの みや すけひと しんのう 、 享保 18 年 2 月 17 日 ( 1733 年 4 月 1日 ) - 寛政 6 年 7 月 6 日 ( 1794 年 8 月 1日 ) ) は 、 江戸 時代 の 宮家 当主 で 皇族 。 +-1 蔵人 別当 ( く ろうど の べっとう ) と は 、 令外 官 の 役職 で 、 蔵人 所 の 長官 に あた る 。 +1 丿貫 ( へ ちかん 、 べちかん 、 生没年 不詳 ) は 、 戦国 時代 ( 日本 ) 後期 から 安土 桃山 時代 に かけ て の 伝説 的 な 茶人 。 +-1 假 ( け / か ) と は 、 律令 制 に おけ る 貴族 ・ 官人 の 休日 の こと 。 +1 忌部 子人 ( いんべ の こび と 、 生年 不明 - 養老 3 年 7 月 15 日 ( 旧暦 ) ( 71 9 年 9 月 3 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 「 唐 物語 」 ( から ものがたり ) は 、 中国 の 故事 を 翻案 し 歌 物語 の 形式 に し た 説話 物語 集 。 +-1 日野 椀 ( ひ の わん ) は 滋賀 県 蒲生 郡 日野 町 ( 滋賀 県 ) と その 周辺 で 生産 さ れ た 漆器 。 +1 堤 中納言 物語 ( つつみ ちゅう なごん ものがたり ) は 、 日本 の 平安 時代 後期 以降 に 成立 し た 短編 物語 集 。 +-1 BiVi 二条 ( ビビ に じょう ) は 京都 府 京都 市 中京 区 の 二条 駅 西口 ・ 旧 日本 国 有 鉄道 操車 場 跡 に 作 ら れ た 地上 4 階 建て の 複合 商業 施設 で あ る 。 +1 狩野 永徳 ( かのうえいとく 、 天文 ( 元号 ) 12 年 1 月 13 日 ( 旧暦 ) ( 1543 年 2 月 16 日 ) - 天正 18 年 9 月 4 日 ( 旧暦 ) ( 1590 年 10 月 12 日 ) ) は 、 安土 桃山 時代 の 絵師 。 +-1 平安 時代 ( へいあん じだい 、 794 年 - 1185 年 頃 ) と は 、 794 年 に 桓武 天皇 が 平安 京 ( 京都 ) に 都 ( 首都 ) を 移 し て から 、 鎌倉 幕府 の 成立 まで の 約 390 年間 を 指 す 日本 の 歴史 の 時代 区分 の 一 つ 。 +-1 亥 の 子餅 ( いの こもち ) と は 、 亥 の 子 に 際 し て 作 ら れ る 餅 。 +1 松浦 秀任 ( まつうら ひでとう 、 ? - 慶長 5 年 9 月 13 日 ( 旧暦 ) ( 160 0 年 10 月 19 日 ) ) は 豊臣 政権 の 大名 ( 井生 藩 ) 、 武将 。 +-1 明治 農法 ( めいじ のう ほう ) と は 、 明治 時代 、 近代 農学 と 対比 さ れ る 形 で 農書 に 代表 さ れ る 旧来 の 農業 技術 を 集積 ・ 体系 化 し た もの の 総称 。 +-1 茜部 荘 ( あかなべ の しょう ) は 、 平安 時代 ~ 室町 時代 に かけ て 美濃 国 に あ っ た 荘園 。 +1 国引き 神話 ( くにびき しんわ ) は 、 出雲 国 に 伝わ る 日本 神話 の 一 つ で あ る 。 +-1 練り切り ( ねりきり ) は 、 白餡 に 求肥 ( ぎゅうひ : 蒸 す かゆで た 白玉 粉 や 餅米 の 粉 に 、 砂糖 や 水飴 を 加え て 練 っ た もの ) や ツクネイモ を 混ぜ て 練 っ た 生 菓子 の 和 菓子 で あ る 。 +1 永姫 ( えいひめ 、 - 元和 ( 日本 ) 9 年 2 月 24 日 ( 旧暦 ) ( 1623 年 3 月 24 日 ) ) は 、 織田 信長 の 四女 。 +-1 退耕庵 ( たいこうあん ) は 京都 市 東山 区 に あ る 臨済 宗 東福寺 派 の 大 本山 ・ 東福 寺 の 塔頭 で あ る 。 +1 渋谷 実 ( しぶや みのる 、 1907 年 1 月 2 日 - 1980 年 12 月 20 日 ) は 、 日本 の 映画 監督 で あ る 。 +1 壱 伎 韓国 ( いき の からくに 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 駄 菓子 ( だ が し ) と は 、 子供 の 持 つ 小銭 程度 で 買え る 菓子 の こと で あ る 。 +1 金森 頼錦 ( かな もり より かね ) は 、 美濃 国 八幡 藩 の 第 2 代 藩 主 。 +1 小堀 正優 ( こぼり まさや す 、 天明 6 年 ( 1786 年 ) - 慶応 3 年 6 月 24 日 ( 旧暦 ) ( 1867 年 7 月 25 日 ) ) は 、 江戸 時代 末期 の 旗本 。 +-1 国立 銀行 条例 ( こくりつ ぎんこう じょうれい ) は 、 1872 年 に 制定 さ れ た 日本 の 法律 で あ る 。 +1 近衛 家 実 ( この えいえざね 、 治承 3 年 ( 1179 年 ) - 仁治 3 年 12 月 27 日 ( 旧暦 ) ( 1243 年 1 月 19 日 ) ) は 鎌倉 時代 前期 の 公卿 。 +-1 杜氏 ( とうじ 、 とじ ) と は 、 日本 酒 の 醸造 工程 を 行 う 職人 集団 、 すなわち 蔵人 の 監督 者 で あ り 、 なおかつ 酒蔵 の 最高 製造 責任 者 を い う 。 +-1 注連縄 ( しめなわ ) は 、 神道 に おけ る 神祭具 で 、 宗教 上 の 意味 を 持 つ 紙垂 ( し で ) を つけ た ロープ を さ す 。 +-1 「 正信 念仏偈 ( しょうしん ねん ぶつ げ ) 〈 正信念佛偈 〉 」 は 、 親鸞 の 著書 『 顕浄土 真実 教行 証文 類 』 の 「 行巻 」 の 末尾 に 所収 の 偈文 。 +-1 市松 人形 ( いち まつ にんぎょう ) と は 、 着せ 替え 人形 の 一種 で あ る 。 +-1 すだれ ( 簀垂 れ 、 簾 ) は 、 糸 で 竹 や ヨシ を 編み 連ね た もの 。 +-1 支城 ( しじょう ) と は 、 本城 を 守 る よう に 配置 さ れ た 補助 的 役割 を 持 つ 出城 ・ 砦 ・ 陣屋 など の こと を 指 す 。 +-1 東本願 寺 ( ひがしほんがん じ HigashiHongan - ji ) は 、 京都 府 京都 市 下京 区 に あ る 浄土 真宗 の 仏教 寺院 。 +-1 大和 民族 ( やまと みんぞく ) は 古代 から 日本 本土 ( 本州 、 四国 、 九州 ) と 、 その 周辺 離島 を 含 む 日本 列島 の 全域 に 住 む 民族 と さ れ る 。 +-1 吉田 神社 ( よしだ じんじゃ ) は 、 京都 市 左京 区 吉田 神楽岡 町 の 吉田 山 に あ る 神社 。 +-1 幅 ( はば ) と は 、 和服 に 用い る 布地 の 横 の 長 さ を 図 る 数量 表現 。 +1 『 修業 立志編 』 ( しゅうぎょう りっし へん ) は 福澤 諭吉 の 著書 の ひと つ 。 +1 荒木 村重 ( あらきむら しげ ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 の 武将 ・ 大名 。 +-1 棚倉 駅 ( たな くら えき ) は 、 京都 府 木津川 市山城 町 ( 京都 府 ) 平尾 里 屋敷 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 。 +-1 伏見 版 ( ふしみ ばん ) と は 、 江戸 時代 初頭 に 、 徳川 家康 の 命 に よ り 、 山城 国 伏見 区 の 伏見 学校 の 一角 に 建立 さ れ た 円光 寺 ( 現在 地 は 、 京都 市 左京 区 一乗 寺 ) に お い て 開版 さ れ た 木活字 版 の こと で あ る 。 +-1 洋食 ( ようしょく ) と は 、 日本 国 内 で 供 さ れ る 西洋 風 の 料理 を 指 す 用語 で あ る 。 +-1 線香 ( せんこう 、 インセンス 、 incense ) は 、 火 を つけ る こと で 芳香 の あ る 煙 を 出 す 、 好 ま れ る 香り を 出 す 材料 を 細か く し て 練り合わせ 細 い 棒状 や 渦巻き 状 に 成型 し て 乾燥 さ せ た もの で あ る 。 +1 大覚 寺 統 ( だい かくじ とう ) は 、 鎌倉 時代 後期 から 南北朝 時代 に かけ て 皇位 に 即 い た 皇室 の 系統 で 、 持明 院 統 と 対立 し て い た 。 +1 続 守 言 ( しょくしゅ げん 、 生没年 不明 ) は 、 7 世紀 後半 ( 飛鳥 時代 後期 ) に 唐 から 倭 ( 日本 ) へ 帰化 し た 渡来 人 。 +-1 木田 氏 ( きだし ) は 、 日本 の 氏族 の 一 つ 。 +1 尭延 法 親王 ( ぎょう えん ほっ しん のう 、 延宝 4 年 12 月 28 日 ( 旧暦 ) ( 167 7 年 1 月 31 日 ) - 享保 3 年 11 月 29 日 ( 旧暦 ) ( 1 71 9 年 1 月 19 日 ) ) は 、 江戸 時代 前期 から 中期 に かけ て の 法親 王 。 +1 ( 42 万 石 ) +-1 源 氏 嫡流 ( げんじ ちゃくりゅう ) と は 、 源氏 の 嫡流 。 +-1 立川 流 ( たちかわ りゅう ) と は 、 鎌倉 時代 に 仁寛 に よ っ て 開 か れ 、 南北朝 時代 ( 日本 ) に 文観 に よ っ て 大成 さ れ た と さ れ る 密教 の 一派 で あ る 。 +-1 すのこ ( 簀の 子 ) は 太 い 木 の 横板 に 薄 い 木 の 板 を 打ち付け た もの 。 +-1 古事 類 苑 ( こじ るい えん ) は 明治 時代 に 編纂 さ れ た 類書 ( 一種 の 百科 事典 ) で 、 各 項目 に つ い て 明治 時代 前 の 諸 文献 を 引用 する もの 。 +-1 霊鹿山 行願 寺 ( りょう ろく ざんぎょう がんじ ) は 、 京都 府 京都 市 中京 区 に あ る 天台 宗 の 寺院 。 +-1 切能 ( きり のう ) と は 、 能 に お い て 鬼 ・ 天狗 ・ 天神 ・ 雷神 ・ 龍神 など が シテ と な る 曲 。 +-1 霊光 殿 天満 宮 ( れいこう でん てん まんぐう ) は 、 京都 市 上京 区 に あ る 神社 で あ る 。 +1 尾崎 弥兵衛 ( おざき や へえ 、 生没年 不詳 ) は 新 選 組 の 前身 、 壬生 浪士 組 の 隊士 で あ る 。 +1 『 本朝 文粋 』 ( ほんちょう もん ずい ) は 藤原 明衡 の 編纂 に よ る 。 +1 小早川 茂平 ( こばやかわ しげひら ) は 鎌倉 時代 の 武士 。 +-1 伊射 奈岐 神社 ( いざなぎ じんじゃ ) は 奈良 県 天理 市 に あ る 神社 。 +1 島津 以久 ( しまづ ゆきひさ 、 1550 年 8 月 2 日 ( 天文 ( 元号 ) 19 年 6 月 20 日 ( 旧暦 ) ) - 16 10 年 5 月 31 日 ( 慶長 15 年 4 月 9 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 島津 氏 の 武将 。 +1 明正 天皇 ( めいしょうてんのう 、 元和 9 年 11 月 19 日 ( 1624 年 1 月 9 日 ) - 元禄 9 年 11 月 10 日 ( 1696 年 12 月 4 日 ) ) は 、 第 109 代 天皇 ( 在位 : 寛永 6 年 11 月 8 日 ( 1629 年 12 月 22 日 ) - 寛永 20 年 10 月 3 日 ( 1643 年 11 月 14 日 ) ) 。 +1 橘 正通 ( たちばなの まさみ ち 、 生没年 不詳 ) は 、 平安 時代 中期 の 歌人 、 漢詩 人 。 +1 美々 津 ( みみつ ) は 、 宮崎 県 日向 市 の 地名 。 +-1 言霊 ( ことだま ) と は 、 一般 的 に は 日本 に お い て 言葉 に 宿 る と 信 じ られ た 霊的 な 力 の こと 。 +-1 鏡開き ( かがみ びらき ) と は 、 正月 に 年神 に 供え た 鏡餅 を 割り 、 雑煮 や 汁粉 に 入れ て 食べ 、 一家 の 円満 を 願 う 行事 で あ る 。 +-1 雲伝心 道流 ( うん でん しんどうりゅう ) と は 、 茶道 の 流派 の 一種 で あ る 。 +1 弘徽 殿 女御 ( こきでん の にょうご ) は 、 物語 に 登場 する 、 本名 の わか ら な い 架空 の 皇妃 の 便宜 上 の 名称 。 +1 大石 良雄 ( おおいし よしお / よしたか ) は 、 播磨 国 赤穂 藩 の 筆頭 家老 。 +1 森成利 ( もり なりとし ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 百済 河成 ( くだら の かわな り 、 延暦 元年 ( 782 年 ) - 仁寿 3 年 8 月 24 日 ( 旧暦 ) ( 853 年 9 月 30 日 ) ) は 、 平安 時代 初期 の 画家 。 +1 源 斉頼 ( みなもとの まさより 、 生没 年 未詳 ) は 、 平安 時代 中期 の 武将 。 +-1 安城 御影 ( あんじょう の ごえい ( みえい ) ) は 、 鎌倉 時代 の 1255 年 ( 建長 7 年 ) 法眼 朝 円 の 筆 と さ れ る 絹本 著色 親鸞 聖人像 。 +1 秦 友足 ( はだの とも たり 、 生年 不明 - 天武 天皇 元年 7 月 9 日 ( 67 2 年 8 月 7 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 日本 の 文化 ( にっぽん の ぶんか 、 にほん の ぶんか ) +-1 布施屋 ( ふせや ) と は 、 古代 律令 制 時代 に 日本 各地 に 作 ら れ た 旅行 者 の 一時 救護 ・ 宿泊 施設 。 +-1 吉原 の 万灯籠 ( よしわら の まんどろ ) と は 、 京都 府 舞鶴 市 に 伝わ る 伝説 的 で 勇壮 な 祭 の ひと つ 。 +1 佐々木 宗綱 は ( ささき むねつ な 、   1248 年 ( 宝治 2 年 ) ? - 1297 年 9 月 27 日 ( 永仁 5 年 9 月 10 日 ( 旧暦 ) ) ) は 鎌倉 時代 中期 の 武将 。 +-1 院政 ( いんせい ) と は 、 在位 する 天皇 の 直系 尊属 で あ る 太上 天皇 ( 上皇 ) が 、 天皇 に 代わ っ て 政務 を 直接 行 う 形態 の 政治 で あ る 。 +-1 幇間 ( ほうかん 、 また は 、 たいこ 、 と も 読 む 。 ) は 、 宴席 や お 座敷 など の 酒席 に お い て 主 や 客 の 機嫌 を と り 、 自ら 芸 を 見せ 、 さらに 芸者 ・ 舞妓 を 助け て 場 を 盛り上げ る 男性 の 職業 を い う 。 +1 中山 美伎 ( なかやま みき 、 寛政 10 年 4 月 18 日 ( 旧暦 ) ( 1798 年 6 月 2 日 ) - 明治 20 年 1 月 26 日 ( 旧暦 ) ( 1887 年 2 月 18 日 ) ) は 、 日本 の 宗教 家 、 天理 教 教祖 。 +1 北条 時 頼 ( ほうじょう ときより 、 安貞 元年 5 月 14 日 ( 旧暦 ) ( 1227 年 6 月 29 日 ) - 弘長 3 年 11 月 22 日 ( 旧暦 ) ( 1263 年 12 月 24 日 ) ) は 、 鎌倉 幕府 第 5 代 執権 ( 在職 1246 年 - 1256 年 ) で あ る 。 +-1 時 今 桔梗 旗揚 ( とき は いま き きょう の はたあげ ) は 歌舞伎 の 演目 名 。 +1 仁科 盛国 ( にしな もりくに 、 生没 年 未詳 ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 今川 貞世 ( いまがわ さだ よ ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) ・ 室町 時代 の 武将 、 遠江 国 の 守護 大名 、 室町 幕府 の 九州 探題 。 +1 青木 周藏 ( あおき しゅうぞう 、 1844 年 3 月 3 日 ( 天保 15 年 1 月 15 日 ( 旧暦 ) ) - 1914 年 2 月 16 日 ) は 明治 、 大正 期 の 外交 官 、 政治 家 。 +-1 真雅 ( しんが 、 延暦 20 年 ( 80 1 年 ) - 元慶 3 年 1 月 3 日 ( 旧暦 ) ( 879 年 2 月 1日 ) ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +1 上杉能 憲 ( うえすぎ よしのり 、 正慶 2 年 / 元弘 3 年 ( 1333 年 ) - 永和 ( 日本 ) 4 年 / 天授 ( 日本 ) 4 年 4 月 17 日 ( 旧暦 ) ( 1378 年 5 月 14 日 ) ) は 、 南北朝 時代 ( 日本 ) の 武将 で あ る 。 +1 石上 宅嗣 ( いその かみ や かつ ぐ 、 天平 元年 ( 729 年 ) - 天応 ( 日本 ) 元年 6 月 24 日 ( 旧暦 ) ( 78 1 年 7 月 23 日 ) ) は 、 奈良 時代 後期 の 公卿 ・ 文人 。 +1 柳原 資明 ( やなぎわら すけあきら 、 永仁 5 年 ( 1297 年 ) - 文和 2 年 / 正平 ( 日本 ) 8 年 ( 1353 年 ) 7 月 27 日 ( 旧暦 ) ) は 、 南北朝 時代 ( 日本 ) の 公卿 で 、 柳原 家 の 祖 。 +-1 昆布茶 ( こぶちゃ ・ こんぶ ちゃ ) は 、 コンブ を 乾燥 さ せ 細か く 刻 ん だり 粉末 状 に し た もの に 湯 を そそ い で 飲 む 飲料 。 +-1 義経 千 本櫻 ( よしつね せん ぼん ざくら ) は 、 義太夫 節 また それ に 合せ て 演 じ られ る 人形 浄 瑠璃 ・ 歌舞伎 の 演目 。 +1 『 運 』 ( うん ) は 芥川 龍之介 に よ る 初期 の 小説 で あ る 。 +-1 公爵 ( こうしゃく ) と は 爵位 ( 五爵 ) の 第 1 位 で あ る 。 +-1 仏眼 仏母 ( ぶつげん ぶつ も ) 、 サンスクリット ブッダ ローチャニー は 、 仏教 、 特に 密教 で 崇め られ る 仏 の 一尊 。 +1 河合 耆三郎 ( かわいきさぶろう 、 天保 9 年 ( 1838 年 ) - 慶応 2 年 2 月 12 日 ( 旧暦 ) ( 1866 年 3 月 28 日 ) ) は 、 新 選 組 勘定方 。 +-1 円爾 ( えん に 、 建仁 2 年 10 月 15 日 ( 旧暦 ) ( 120 2 年 11 月 1日 ) - 弘安 3 年 10 月 17 日 ( 旧暦 ) ( 1280 年 11 月 10 日 ) ) は 、 鎌倉 時代 中期 の 臨済 宗 の 僧 。 +1 森 晴蔵 ( もり せいぞう 、 1927 年 ( 昭和 2 年 ) - ) は 、 ワキ 方 高安 流能 楽師 。 +1 今出川 公行 ( いまで がわ きんゆき 、 生年 不詳 - 応永 28 年 6 月 13 日 ( 旧暦 ) ( 142 1 年 7 月 12 日 ) ) は 、 室町 時代 の 公卿 。 +-1 宇治 トンネル ( うじ トンネル ) は 、 自動 車 専用 道路 トンネル で あ る 。 +-1 東雲 駅 ( しののめ えき ) は 、 京都 府 舞鶴 市 水間 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +-1 本禅寺 ( ほんぜん じ ) は 、 法華 宗 陣 門流 の 京 別 院 。 +1 北条 綱成 ( ほうじょう つな しげ / つななり ) ( 永正 12 年 ( 1515 年 ) ~ 天正 15 年 ( 1587 年 ) ) は 、 戦国 時代 ( 日本 ) の 武将 で 、 後 北条 氏 家臣 。 +1 畠山 国清 ( はたけ やま く に きよ 、 生年 不詳 - 1362 年 ( 貞治 元年 / 正平 ( 日本 ) 17 年 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 の 武将 で あ る 。 +-1 伊藤 真乗 ( いとう しんじょう 、 俗名 : 伊藤 文明 ( いとう ふみあき ) 、 明治 39 年 ( 190 6 年 ) 3 月 28 日 - 平成 元年 ( 1989 年 ) 7 月 19 日 ) は 、 日本 の 宗教 家 で 、 在家 仏教 教団 ・ 真如 苑 の 開祖 。 +-1 祇園 祭 ( ぎおん まつり 、 ぎおんさい ) は 、 祇園 信仰 ( スサノオ ・ 牛頭 天王 ) を 祀 る 祇園 神社 に 奉納 さ れ る 祭 で あ る 。 +1 平松 時庸 ( ひらまつ と きつ ね 、 慶長 4 年 4 月 28 日 ( 旧暦 ) ( 1599 年 6 月 20 日 ) - 承応 3 年 7 月 12 日 ( 旧暦 ) ( 1654 年 8 月 24 日 ) ) は 江戸 時代 初期 の 公家 。 +1 小出 吉英 ( こいで よし ふさ 、 よしひで 、 天正 15 年 ( 1587 年 ) - 寛文 6 年 3 月 9 日 ( 旧暦 ) ( 1666 年 4 月 13 日 ) ) は 、 江戸 時代 前期 の 大名 。 +1 後光厳 天皇 ( ご こうごん てん の う 延元 3 年 / 暦応 元年 3 月 2 日 ( 1338 年 3 月 23 日 ) - 文中 3 年 / 応安 7 年 1 月 29 日 ( 1374 年 3 月 12 日 ) 在位 : 正平 8 年 / 文和 元年 8 月 17 日 ( 1352 年 9 月 25 日 ) - 建徳 2 年 / 応安 4 年 3 月 23 日 ( 13 71 年 4 月 9 日 ) ) は 、 南北朝 時代 の 北朝 第 4 代 天皇 で あ る 。 +-1 統裁 合議制 ( とうさいごう ぎせい ) は 、 組織 内 に おけ る 意思 決定 の 方法 で あ る 。 +1 中村 梅玉 ( なかむら ばいぎょく ) は 歌舞伎 の 名跡 の 一 。 +1 茨木司 ( いばらき つか さ 、 生年 不詳 - 慶応 3 年 6 月 14 日 ( 旧暦 ) ( 1867 年 7 月 15 日 ) ) は 、 会津 藩 出身 の 新 選 組 隊士 。 +1 兼明 親王 ( かねあきら しんのう 、 延喜 14 年 ( 914 年 ) - 永延 元年 ( 987 年 ) ) は 平安 時代 の 皇族 。 +-1 阿含 の 星 まつり ( あごん の ほしまつり ) は 、 阿含 宗 に よ り 毎年 2 月 11 日 、 「 炎 の 祭典 ・ 阿含 の 星 まつり 」 と し て 京都 府 京都 市 山科 区 北 花山 大峰 の 阿含 宗 本 山 境内地 にて 開催 する 宗教 行事 で あ る 。 +-1 縁起 ( えんぎ ) +1 庭田 重能 ( にわた しげよし 、 天明 2 年 6 月 3 日 ( 旧暦 ) ( 1782 年 7 月 12 日 ) - 天保 13 年 8 月 19 日 ( 旧暦 ) ( 1842 年 9 月 23 日 ) ) は 江戸 時代 後期 の 公家 、 公卿 。 +1 森長 氏 ( もりなが うじ 、 永禄 10 年 ( 1567 年 ) - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ) は 、 織田 信長 の 小姓 の 一人 。 +-1 天狗 ( てんぐ ) は 、 日本 の 伝説 の 生物 一覧 。 +-1 半能 ( はん - のう ) と は 、 能楽 に お い て 付 祝言 の ため に 、 一 曲 の 能 を 後場 に 焦点 を あて 、 前場 を 大幅 に 略 し て 演じ る 形態 。 +1 野口 兼資 ( のぐ ち かねすけ 、 1879 年 ( 明治 12 年 ) 1 1 月 7 日 - 1953 年 ( 昭和 28 年 ) 10 月 4 日 ) は 、 シテ 方 宝生 流能 楽師 。 +-1 奈良 盆 地 ( なら ぼんち ) と は 、 日本 の 奈良 県 北西部 に 位置 する 標高 100 メートル 以下 の 断層 盆地 を 指 す 。 +-1 京都 シネマ ( きょうと シネマ ) は 、 京都 府 京都 市 下京 区 四条 烏丸 に あ る 映画 館 ( ミニ シアター ) 。 +-1 法 金 剛 院 ( ほう こん ごういん ) は 、 京都 市 右京 区 花園 _ ( 京都 市 ) に あ る 律宗 の 寺院 で あ る 。 +-1 大江 駅 ( おおえ えき ) は 、 京都 府 福知 山 市 大江町 ( 京都 府 ) 河守 ( こうもり ) に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮 福線 の 鉄道 駅 。 +1 大炊 御門 頼 国 ( おおい の みかど よりくに 、 天正 5 年 ( 1577 年 ) - 慶長 18 年 ( 1613 年 ) 5 月 ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 公卿 。 +-1 多宝 如来 ( たほう にょらい ) は 、 仏教 の 信仰 対象 で あ る 如来 の 一 つ 。 +-1 恵方 巻 、 恵方 巻き ( えほうまき ) は 、 節分 に 食べ る と 縁起 が 良 い と さ れ る 巻き 寿司 また は それ を 食べ る 近畿 地方 を 中心 と し た 風習 で あ る 。 +-1 自治 党 ( じち とう ) と は 、 1888 年 から 翌年 に かけ て 井上 馨 が 進め て き た 町村長 ら 地方 の 名望 家 を 集め て 結成 を 構想 し た 新党 構想 で あ る が 、 失敗 に 終わ っ た 。 +-1 鞍野郎 ( くら や ろ う ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 の 一 つ で 、 馬具 の 鞍 の 妖怪 。 +-1 将軍 後見職 ( しょうぐん こうけんしょく ) は 、 江戸 時代 後期 、 幕末 に 新設 さ れ た 政事 総裁職 、 京都 守護 職 と 並 ぶ 江戸 幕府 三 要職 の 一 つ で あ る 。 +-1 弥勒 菩薩 半跏 思惟像 ( みろく ぼさつ はんか し ゆいぞう ) は 、 大陸 より 6 世紀 から 7 世紀 の 弥勒 信仰 の 流入 と 共 に 伝え られ 、 国内 に は 飛鳥 時代 、 奈良 時代 の 作品 が 多 く 残 さ れ て い る 。 +1 瀬川 如皐 ( せがわ じょこう ) は 歌舞伎 作者 の 名跡 。 +1 織田 長好 ( お だ なが よし 、 元和 ( 日本 ) 3 年 ( 1617 年 ) - 慶安 4 年 5 月 20 日 ( 旧暦 ) ( 1651 年 7 月 7 日 ) ) と は 、 織田 頼長 の 長男 で あ る 。 +1 醍醐 忠順 ( だい ご ただ お さ 、 文政 13 年 3 月 17 日 ( 旧暦 ) ( 1830 年 4 月 9 日 ) - 明治 33 年 ( 190 0 年 ) 7 月 4 日 ) は 、 江戸 時代 末期 の 公卿 、 廷臣 。 +-1 南蛮 貿易 ( なんばん ぼうえき ) と は 、 日本 の 商人 と スペイン 、 ポルトガル の 商人 ( 南蛮 人 ) と の 間 で 16 世紀 半ば から 17 世紀 初期 に かけ て 行 わ れ て い た 貿易 で あ る 。 +-1 加悦谷 ( かやだ に ) は 京都 府 丹後 地方 、 大江山 連峰 と 江笠 連峰 に 囲 ま れ た 扇状 地 。 +-1 火箸 ( ひばし ) と は 、 日本 の 道具 の ひと つ 。 +1 御 食国 ( みけつく に ) は 、 日本 古代 から 平安 時代 まで 、 贄 ( にえ ) の 貢進 国 、 すなわち 皇室 ・ 朝廷 に 海水産 物 を 中心 と し た 御 食料 ( 穀類 以外 の 副食物 ) を 貢 い だ と 推定 さ れ る 国 を 指 す 言葉 。 +1 分部 光邦 ( わけべ みつく に 、 天明 6 年 6 月 3 日 ( 旧暦 ) ( 1786 年 6 月 28 日 ) - 文化 ( 元号 ) 7 年 9 月 22 日 ( 旧暦 ) ( 1810 年 10 月 20 日 ) ) は 、 近江国 大溝 藩 の 第 9 代 藩 主 。 +-1 古 神道 ( こしんとう ) と は 、 6 世紀 以前 の 古道 ・ 神道 と 呼称 さ れ た 神道 の 源流 で あ る 日本 古来 の 信仰 の こと 。 +-1 鶏 刺 し ( とりさし ) と は 、 鶏肉 の 刺身 で 、 九州 の 南部 地方 の 鹿児島 県 や 宮崎 県 で 好 ま れ る 。 +-1 伊吹山 ( いぶきやま 、 いぶき さん ) は 標高 1, 3 7 7 . 3 m 、 滋賀 県 と 岐阜 県 の 県境 に あ る 伊吹 山地 の 主峰 。 +-1 化 政 文化 ( か せ い ぶんか ) と は 、 文化 ( 元号 ) ・ 文政 期 ( 180 4 年 ~ 1829 年 ) を 中心 と する 江戸 時代 後期 に 発展 し た 町人 文化 で あ る 。 +-1 遣隋 使 ( けんずいし ) と は 、 推古 天皇朝 の 俀國 ( 倭国 ) が 隋 に 派遣 し た 朝貢 使 の こと を い う 。 +1 穴穂部 皇子 ( あなほべ のみこ 、 生年 不詳 - 用明 天皇 2 年 6 月 7 日 ( 旧暦 ) ( 58 7 年 7 月 17 日 ) ) は 、 飛鳥 時代 の 皇族 。 +1 高砂 太夫 ( たか さご た ゆう ) は 、 京都 市 下京 区 出身 の 元 嶋 原 太夫 。 +1 水口 市松 ( みずぐち いち まつ 、 文政 7 年 ( 1824 年 ) ? - 慶応 4 年 1 月 5 日 ( 旧暦 ) ( 1868 年 1 月 29 日 ) ) は 新選 組 隊士 。 +1 友枝 喜久夫 ( ともえだき くお 。 190 8 年 9 月 25 日 - 1996 年 1 月 3 日 ) は 昭和 期 に 活躍 し た 喜多 流 の 能 役 者 。 +-1 角盥漱 ( つ の はん ぞう ) は 、 鳥山 石燕 の 妖怪 画 集 『 画図 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +1 楠木 正元 ( くすのき まさもと 、 生年 不詳 - 1392 年 ) は 室町 時代 の 武将 。 +1 木下 巌 ( きのした いわお 、 弘化 3 年 ( 1846 年 ) - 慶応 4 年 8 月 21 日 ( 旧暦 ) ( 1868 年 10 月 6 日 ) ) は 、 阿波 国 徳島 出身 ( 山城 国 出身 と の 説 も あり ) の 新選 組 隊士 。 +1 中村 翫右衛門 ( なかむら かんえもん ) は 、 歌舞伎 役者 。 +-1 三重 塔 ( さんじゅう の とう ) は 仏教 の 祖釈 迦 の 舎利 ( 遺骨 ) を おさめ る 仏塔 の 形式 の 一種 。 +-1 正長 の 土一 揆 ( しょうちょう の つち いっ き or しょうちょう の ど いっき ) は 、 142 8 年 ( 正長 元年 ) 8 月 から 9 月 に 起き た 、 室町 時代 の 一揆 の 一 つ 。 +1 藤原 俊兼 ( ふじわら の としかね 、 生没 年 未詳 ) は 、 鎌倉 時代 初期 の 役人 ・ 官吏 。 +1 藤原 元命 ( ふじわら の もとなが 、 生没年 不詳 ) は 平安 時代 中期 の 中級 官人 。 +-1 日像 ( にちぞう 、 文永 6 年 8 月 10 日 ( 旧暦 ) ( 1269 年 9 月 7 日 ) - 康永 元年 / 興国 3 年 11 月 13 日 ( 旧暦 ) ( 1342 年 12 月 11 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 日蓮 宗 の 僧 。 +-1 馬寮 ( めりょう / うま の つかさ ) は 、 律令 制 に おけ る 官司 の 一 つ 。 +1 和歌 四 天王 ( わかしてん のう ) と は 、 和歌 に 優れ た 人物 を 顕彰 し て 呼 ん だ もの で あ る 。 +-1 小倉 家 ( おぐらけ ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +-1 寺 社 本所 領事 ( じしゃ ほん じょ りょう の こと ) は 、 応安 元年 6 月 17 日 ( 旧暦 ) ( 正平 ( 日本 ) 23 年 / 1368 年 7 月 2 日 ) に 室町 幕府 に よ っ て 出 さ れ た 法令 。 +1 下毛野 石代 ( しもつけ ぬ の いわしろ 、 生没年 不詳 ) は 、 飛鳥 時代 から 奈良 時代 に かけ て の 貴族 。 +1 織田 長利 ( お だ ながとし ) +1 佐賀 の 七 賢 人 ( さがの し ちけん じん ) は 、 江戸 時代 末期 ( 幕末 ) から 明治 時代 に かけ て 活躍 し た 、 佐賀 藩 ( 今 の 佐賀 県 ) 出身 の 偉人 七 人 の 総称 で あ る 。 +1 唐橋 在数 ( から はし あり か ず 、 文安 5 年 ( 1448 年 ) - 明応 5 年 1 月 7 日 ( 旧暦 ) ( 1496 年 1 月 22 日 ) ) は 室町 時代 の 公卿 。 +1 諏訪頼 満 +-1 箏 ( そう ) は 、 日本 の 伝統 楽器 。 +1 芝山 広豊 ( しばやま ひろ と よ 、 延宝 2 年 2 月 23 日 ( 旧暦 ) ( 167 4 年 3 月 30 日 ) - 享保 8 年 2 月 13 日 ( 旧暦 ) ( 1723 年 3 月 19 日 ) ) は 、 江戸 時代 の 公家 ( 公卿 ) 。 +1 西園寺 実益 ( さいおんじ さね ま す 、 永禄 3 年 ( 15 60 年 ) - 寛永 9 年 3 月 12 日 ( 旧暦 ) ( 1632 年 5 月 1日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 の 公卿 。 +1 類聚 歌 林 ( るい じゅう かりん ) は 、 歌集 。 +-1 重要 無形 文化 財 ( じゅうよう むけい ぶんか ざい ) と は 、 日本 に お い て 、 同国 の 文化 財 保護 法 に 基づ い て 、 同国 の 文部 科学 大臣 に よ っ て 指定 さ れ た 、 無形 文化 財 の こと 。 +1 比 企尼 ( ひき の あま 、 生没年 不詳 ) は 、 平安 時代 末期 の 女性 。 +-1 玉露 ( ぎょくろ ) は 日本 茶 の 一種 。 +1 蘇我 連子 ( そが の むら じこ 、 男性 、 推古 天皇 19 年 ( 611 年 ) ? - 天智 天皇 3 年 ( 664 年 ) ) は 飛鳥 時代 の 日本 の 豪族 。 +1 織田 信親 ( おだ のぶちか 、 嘉永 3 年 12 月 25 日 ( 旧暦 ) ( 1851 年 1 月 26 日 ) - 昭和 2 年 ( 1927 年 ) 10 月 30 日 ) は 丹波 国 丹波 柏原 藩 第 10 代 藩 主 、 柏原 藩 知事 。 +1 平将 国 ( 平將 國 ・ たいら の まさく に 、 生没 年 未詳 ) は 、 平安 時代 の 武将 。 +1 敦実親王 ( あつみ しんのう 、 寛平 5 年 ( 893 年 ) - 康保 4 年 3 月 2 日 ( 96 7 年 4 月 14 日 ) ) は 、 宇多 天皇 の 第 8 皇子 。 +-1 内記 ( ないき ) は 律令 制 に お い て 中務 省 に 属 し た 品官 。 +-1 青島 ( あおしま ) は 、 京都 府 与謝 郡 伊根 町 の 大間口 340 メートル 、 小間口 120 メートル を 隔て て 、 伊根 湾 内 に 浮か ぶ 島 。 +1 柴田 彦三郎 ( しばた ひこさぶろう 、 天保 11 年 ( 1840 年 ) - 慶応 2 年 6 月 23 日 ( 旧暦 ) ( 1866 年 8 月 3 日 ) ) は 新選 組平 隊 士 。 +1 彦主人 王 ( ひこう し おう ・ ひこう し の おおきみ 、 生没年 不詳 ) は 、 5 世紀 の 皇族 ( 王族 ) 。 +-1 東山 駅 ( ひがしやま えき ) は 、 京都 市 東山 区 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 +1 安倍 頼時 ( あべの より とき 、 ? - 天喜 5 年 7 月 26 日 ( 旧暦 ) ( 105 7 年 8 月 28 日 ) ) は 平安 時代 の 武将 。 +1 小宰相 ( こざいしょう 、 嘉応 元年 ( 11 64 年 ) ? - 寿永 3 年 ( 1184 年 ) 2 月 14 日 ( 旧暦 ) ) は 平安 時代 末期 の 女性 。 +1 五瀬命 ( いつせ の みこと ) は 、 日本 神話 に 登場 する 日本 の 皇族 で あ る 。 +1 坂東 薪水 ( ばんどうしんすい ) は 、 歌舞伎 役者 。 +1 花山院 忠経 ( かざん いん ただつね 、 承安 ( 日本 ) 3 年 ( 1173 年 ) 1 月 ( 旧暦 ) - 寛喜 元年 8 月 5 日 ( 旧暦 ) ( 1229 年 8 月 25 日 ) ) は 鎌倉 時代 の 公卿 。 +-1 多田 氏 ( ただし ) は 、 清和 源 氏 の 流れ を 汲 む 一族 。 +1 島津 忠宗 ( しまづ ただむね 、 1251 年 ( 建長 3 年 ) - 1325 年 12 月 17 日 ( 正中 ( 元号 ) 2 年 11 月 12 日 ( 旧暦 ) ) ) は 鎌倉 時代 中 ・ 末期 の 武将 。 +1 少弐 貞経 ( しょう に さだ つね 、 1272 年 ( 文永 9 年 ) - 1336 年 4 月 11 日 ( 延元 元年 / 建武 ( 日本 ) 3 年 2 月 29 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +1 正親町 三条 実興 ( おおぎまち さんじょうさ ねお き 、 長禄 元年 ( 1457 年 ) ‐ 文明 ( 日本 ) 13 年 1 月 3 日 ( 旧暦 ) ( 1481 年 2 月 1日 ) ) は 、 室町 時代 の 公卿 。 +1 池田 恒興 ( いけだ つねおき ) は 、 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 。 +-1 日本 国王 ( に ほん こくおう ) と は 、 中世 期 から 近世 期 に お い て 特に 武家 政権 の 長 が 対外 的 に 使用 し た 日本 の 統治 者 の 称号 で あ る 。 +-1 藩札 ( はんさつ ) は 、 江戸 時代 に 各藩 が 独自 に 領 内 に 発行 し た 紙幣 で あ る 。 +1 設楽 貞雄 ( しだら さだお 、 1864 年 7 月 3 日 - 1943 年 12 月 15 日 ) は 、 明治 時代 から 昭和 初期 に かけ て 関西 で 活躍 し た 民間 建築 家 。 +-1 丸帯 ( まるおび ) と は 日本 で 使 わ れ る 女帯 の 一種 。 +1 小野老 ( おのの お ゆ 、 生年 不詳 - 天平 9 年 6 月 11 日 ( 旧暦 ) ( 73 7 年 7 月 17 日 ) ) は 、 奈良 時代 の 歌人 、 官人 。 +-1 仏具 ( ぶつぐ ) は 、 仏教 の 儀式 で 使用 さ れ る 日用 品 と は 異な る 特殊 な 道具 、 或いは 僧侶 など の 聖職 者 が 使用 する 装飾 品 の 事 で あ る 。 +-1 板戸 ( いたど ) は 建具 の 一種 で 、 板 で 作 ら れ た 戸 、 扉 。 +1 高麗 聖雲 ( こま の しょううん 、 生没年 不詳 ) は 奈良 時代 の 僧 。 +1 孝謙 天皇 ( こうけん てんのう 、 養老 2 年 ( 71 8 年 ) - 神護 景雲 4 年 8 月 4 日_ ( 旧暦 ) ( 770 年 8 月 28 日 ) ) は 、 日本 の 第 46 代 天皇 ( 在位 : 天平 勝宝 元年 7 月 2 日 ( 旧暦 ) ( 74 9 年 8 月 19 日 ) - 天平 宝字 2 年 8 月 1日 ( 旧暦 ) ( 75 8 年 9 月 7 日 ) ) 。 +1 藤原 安子 ( ふじわら の あんし ( やす いこ ) 、 延長 ( 日本 ) 5 年 ( 927 年 ) - 応和 4 年 4 月 29 日_ ( 旧暦 ) ( 96 4 年 6 月 11 日 ) ) は 、 右 大臣 藤原 師輔 の 長女 。 +1 秋篠 安人 ( あき し の の やすひと 、 天平 勝宝 6 年 ( 75 4 年 ) - 弘仁 12 年 2 月 10 日 ( 旧暦 ) ( 82 1 年 3 月 17 日 ) ) は 奈良 時代 から 平安 時代 に かけ て の 貴族 。 +1 藤原 俊家 ( ふじわら の としいえ 、 寛仁 3 年 ( 1019 年 ) - 永保 2 年 12 月 2 日 ( 旧暦 ) ( 1082 年 12 月 29 日 ) ) は 平安 時代 中期 の 公卿 、 歌人 。 +1 佐藤正 ( さとう ただし 、 嘉永 2 年 6 月 1日 ( 旧暦 ) ( 1849 年 7 月 20 日 ) - 大正 9 年 ( 1920 年 ) 4 月 27 日 ) は 、 明治 時代 の 日本 の 大 日本 帝国 陸軍 軍人 。 +1 森長 隆 ( もり な が たか 、 永禄 9 年 ( 1566 年 ) - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ) は 、 織田 信長 の 小姓 の 一人 。 +-1 料亭 ( りょうてい ) と は 、 主に 日本 料理 を 出 す 高級 飲食 店 で あ る 。 +1 真寂法 親王 ( しんじゃく ほっ しん のう 、 仁和 2 年 ( 886 年 ) - 延長 5 年 9 月 10 日 ( 927 年 10 月 13 日 ) ) は 、 平安 時代 中期 の 法親 王 。 +1 藤原 縄主 ( ふじわら の ただぬし 、 天平 宝字 4 年 ( 760 年 ) - 弘仁 8 年 9 月 16 日 ( 旧暦 ) ( 817 年 10 月 29 日 ) ) は 、 平安 時代 前期 の 官僚 。 +1 茅渟王 ( ちぬ の おおきみ ・ ちぬのみこ 、 生没年 不詳 ) は 、 6 世紀 後半 から 7 世紀 に かけ て の 日本 の 皇族 ( 王族 ) 。 +1 伏見宮 貞愛 親王 ( ふしみのみや さだな る しん のう 、 安政 5 年 4 月 28 日 ( 旧暦 ) ( 1858 年 6 月 9 日 ) - 大正 12 年 ( 1923 年 ) 2 月 4 日 ) は 、 日本 の 皇族 、 大 日本 帝国 陸軍 軍人 。 +1 橘 公長 ( たちばな の き みな が 、 生没 年 未詳 ) は 平安 時代 末期 の 橘 氏 の 武将 。 +-1 七夕 ( しちせき 、 たなばた ) は 、 日本 、 中国 、 台湾 、 ベトナム 、 朝鮮 など に おけ る 節供 、 節日 の 一 つ 。 +1 稲葉 正邦 ( いなば まさくに 、 1834 年 7 月 2 日 ( 天保 5 年 5 月 26 日 ( 旧暦 ) ) - 1898 年 ( 明治 31 年 ) 7 月 15 日 ) は 、 江戸 時代 の 大名 ・ 老中 ・ 京都 所司 代 で 、 山城 国 淀 藩 12 代 目 藩主 で あ り 、 最後 の 藩主 。 +-1 寺社 奉行 ( じしゃ ぶぎょう ) は 、 室町 時代 から 江戸 時代 に かけ て の 武家 政権 に おけ る 職制 の 1 つ で 、 宗教 行政 機関 。 +1 蟻通 七五三 之進 ( ありどおし しめ の しん 、 生没年 不詳 ) は 壬生 浪士 組 、 新 選 組 の 隊士 で あ る 。 +-1 京津 線 ( けい しんせん ) は 、 京都 府 京都 市 山科 区 の 御陵 駅 から 滋賀 県 大津 市 の 浜 大津 駅 まで を 結 ぶ 京阪 電気 鉄道 の 軌道 ( 鉄道 ) 路線 。 +1 藤原 温子 ( ふじわら の おんし ( よしこ ) 、 貞観 ( 日本 ) 14 年 ( 872 年 ) - 延喜 7 年 6 月 8 日 ( 旧暦 ) ( 90 7 年 7 月 20 日 ) は 第 59 代 宇多 天皇 女 御 。 +1 近藤 悠三 ( こんどう ゆうぞう   190 2 年 2 月 8 日 - 1985 年 2 月 25 日 ) は 日本 の 陶芸 家 。 +-1 近江屋 事件 ( おうみや じけん ) は 、 幕末 の 慶応 3 年 11 月 15 日 ( 旧暦 ) ( 1867 年 12 月 10 日 ) に 坂本 龍馬 と 中岡 慎太郎 が 京都 河原町 近江屋 井口 新助邸 に お い て 暗殺 さ れ た 事件 の こと 。 +1 馬内 侍 ( うま の な い し 、 生没年 不詳 ) は 、 平安 時代 中期 の 女流 歌人 。 +-1 修学院 駅 ( しゅうがく いん えき ) は 、 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 叡山本線 の 鉄道 駅 。 +1 土佐 光起 ( とさみつお き 、 元和 ( 日本 ) 3 年 10 月 23 日 ( 旧暦 ) ( 1617 年 11 月 21 日 ) - 元禄 4 年 9 月 25 日 ( 旧暦 ) ( 1691 年 11 月 14 日 ) ) は 、 江戸 時代 の 土佐 派 を 代表 する 絵師 。 +1 民 大火 ( たみ の おお ひ 、 生年 不詳 - 大宝 ( 日本 ) 3 年 ( 70 3 年 ) 7 月 23 日 ( 旧暦 ) ? ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 犬養 五十 君 ( いぬかい の いきみ 、 生年 不明 - 天武 天皇 元年 7 月 23 日 ( 旧暦 ) ( 67 2 年 8 月 21 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 日唐 貿易 ( にっとう ぼうえき ) と は 、 日本 と 唐 の 間 で 行 わ れ た 貿易 関係 の こと 。 +1 狂歌 ( きょうか ) と は 、 社会 風刺 や 皮肉 、 滑稽 を 盛り込 み 、 五 ・ 七 ・ 五 ・ 七 ・ 七 の 音 で 構成 し た 短歌 ( 和歌 ) の パロディ 形式 。 +-1 太鼓 台 ( たい こだい ) と は 、 下記 の とおり で あ る 。 +-1 口伝 ( く でん ) と は 、 情報 伝達 方法 の 一 つ で 、 口頭 で 伝え る こと 。 +-1 城米 ( じょうまい ) と は 、 本来 は 江戸 幕府 直轄 地 ( いわゆる 「 天領 」 ) から の 年貢米 を 指 す が 、 後 に 兵糧 米 の ため に 幕府 ・ 譜代 大名 藩 など に 備蓄 さ れ た 米 の こと を 指 し た 。 +1 渡辺 幸庵 ( わたなべ こうあん 、 天正 10 年 ( 15 82 年 ) - 宝永 8 年 ( 1 71 1 年 ) ) は 、 元 徳川 忠長 家臣 。 +-1 沢柳 事件 ( さわやなぎ じけん ) は 、 1913 年 から 翌 1914 年 に かけ て 京都 帝国 大学 ( 現 京都 大学 ) で 起こ っ た 、 総長 ( 学長 ) と 学部 教授 会 と の 間 の 内紛 事件 で あ る 。 +-1 宝塔 寺 ( ほう とうじ ) は 、 京都 市 伏見 区 に あ る 日 蓮 宗 の 寺院 。 +-1 称念 ( しょうねん 、 永正 10 年 ( 1513 年 ) - 天文 ( 元号 ) 23 年 7 月 19 日 ( 旧暦 ) ( 1554 年 8 月 17 日 ) ) は 、 戦国 時代 ( 日本 ) の 浄土 宗 の 僧 。 +-1 霊場 ( れいじょう ) は 、 人間 の 魂 が 集ま る と さ れ る 場 の こと で あ る 。 +-1 『 伽蘿 先代萩 』 ( めいぼく せんだい は ぎ ) は 、 伊達 騒動 を 題材 と し た 人形 浄 瑠璃 および 歌舞伎 の 演目 。 +-1 内豎 ( ないじゅ ・ 内竪 ) と は 、 奈良 時代 ・ 平安 時代 に お い て 、 内裏 の 雑用 に 用い られ た 中 小 官人 の こと 。 +-1 祝詞 +1 讃岐 永直 ( さぬき の な が なお 、 延暦 2 年 ( 783 年 ) - 貞観 ( 日本 ) 4 年 8 月 17 日 ( 旧暦 ) ( 862 年 9 月 14 日 ) ) は 、 平安 時代 初期 の 明法 家 。 +-1 上人 ( しょうにん ) と は 、 仏教 に おけ る 高僧 へ の 敬称 。 +-1 采女 装束 ( うねめ しょうぞく ) と は 、 全国 の 豪族 から 選抜 さ れ て 天皇 の 給仕係 など と し て 上古 の 宮中 に 勤め た 女官 で あ る 采女 の 衣装 。 +-1 祝儀 ( しゅうぎ ) 、 御 祝儀 、 ご 祝儀 と も い う 。 +-1 新制 ( しんせい ) と は 、 平安 時代 中期 から 南北朝 時代 ( 日本 ) に かけ て 天皇 ・ 太上 天皇 の 勅旨 に 基づ い て 制定 さ れ た 成文 法典 ( 「 公家 新制 」 ) 。 +1 佐久間 政実 ( さくままさざ ね 、 永禄 4 年 ( 1561 年 ) - 元和 ( 日本 ) 2 年 11 月 7 日 ( 旧暦 ) ( 1616 年 12 月 15 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 武将 。 +-1 御所解 ( ご しょどき ) は 、 和服 の 文様 の 一種 。 +-1 吉野山 ( よしの やま ) は 奈良 県 の 中央 部 ・ 吉野 郡 吉野 町 に 位置 する 山 。 +-1 宇治 市 ( うじ し ) は 、 京都 府 の 南部 に 位置 し 、 世界 遺産 と も な っ て い る 平等 院 や 宇治 茶 など で 知 ら れ る 市 で あ る 。 +1 大伴 吹負 ( おおと も の ふ けい 、 生年 不明 - 天武 天皇 12 年 8 月 5 日 ( 旧暦 ) ( 683 年 9 月 1日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 生田 信 ( いくたのぶ 、 1885 年 - 1950 年 ) は 、 明治 末期 の 測量 助手 。 +-1 対策 ( たいさく ) と は 、 +1 高師直 ( こう の もろなお 、 生年 不詳 - 正平 ( 日本 ) 6 年 / 観応 2 年 2 月 26 日 ( 旧暦 ) ( 1351 年 3 月 24 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) の 武将 。 +-1 朝鮮 総督 府 ( ちょうせんそうとく ふ ) は 、 1910 年 ( 明治 43 年 ) 、 韓国 併合 に よ っ て 日本 統治 時代 の 朝鮮 を 統治 する ため に 、 当時 の 大 日本 帝国 が 設置 し た 官庁 で あ る 。 +1 細川 輝経 ( ほそかわ て る つね ) は 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 。 +-1 女義太夫 ( おんな ぎだ ゆう ) は 、 女性 に よ る 義太夫 節 語り 。 +1 大嘗祭 ( おお にえ の まつり ) は 、 天皇 が 即位 の 礼 の 後 、 初めて 行 う 新嘗 祭 。 +1 駒姫 ( こまひめ 、 天正 7 年 ( 1581 年 ) - 文禄 4 年 8 月 2 日 ( 旧暦 ) ( 1595 年 9 月 5 日 ) ) は 、 最上 義光 と 大崎 夫人 の 二女 で 、 豊臣 秀次 の 側室 。 +1 吉備 内 親王 ( きび な い しんのう 、 生年 不詳 - 神亀 6 年 2 月 12 日 ( 旧暦 ) ( 729 年 3 月 20 日 ) ) は 、 草壁 皇子 と 元明 天皇 の 次女 。 +-1 神税 ( しんぜい ) と は 、 古代 日本 の 律令 制 に お い て 、 特定 の 神社 の 神戸 から 徴収 さ れ た 田租 を 貯蓄 し て 保管 し 、 神社 の 祭祀 ・ 修繕 に 用い る ため に 充て られ た 稲穀 。 +-1 梅若 吉之丞 ( うめわか きち の じょう ) と は 、 シテ 方 観世 流 の 一派 、 梅若 六郎 家 の 分家 の 一 つ 、 梅若 吉之丞 家 の 当主 が 用い る 名 。 +-1 奈良 線 ( なら せん ) は 、 京都 府 木津川 市 の 木津 駅 ( 京都 府 ) から 京都 府 京都 市 下京 区 の 京都 駅 に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 幹線 ) で あ る 。 +1 凌雲集 ( りょう うんしゅう ) は 、 平安 時代 初期 の 弘仁 5 年 ( 814 年 ) に 嵯峨 天皇 の 命 に よ り 編纂 さ れ た 日本 初 の 勅撰 漢 詩集 。 +-1 鞍馬 天狗 ( くらま てんぐ ) +-1 怡土城 ( いとじょう ) と は 、 8 世紀 奈良 時代 、 福岡 県 福岡 市 と 前原 市 と の 境 に あ る 高祖 山 の 山腹 西 斜面 に 築 か れ た 山城 の こと 。 +-1 若狭 湾 国定 公園 ( わかさ わんこく てい こうえん ) は 、 福井 県 敦賀 市 の 笙 の 川 河口 左岸 から 京都 府 舞鶴 市 の 由良 川 河口 右岸 に 至 る 、 若狭 湾 に 面 し た 海岸 線 を 中心 に 指定 さ れ た 国定 公園 。 +-1 改新 の 詔 ( かいしん の みこと のり ) は 、 日本 の 飛鳥 時代 中期 の 大化 の 改新 に お い て 、 新た な 施政 方針 を 示 す ため に 発 せ られ た 詔 で あ る 。 +1 斎藤 実盛 ( さいとう さねもり 、 天永 2 年 ( 1111 年 ) - 寿永 2 年 6 月 1日 ( 旧暦 ) ( 1183 年 6 月 22 日 ) ) は 平安 時代 末期 の 武将 。 +1 粟谷 菊生 ( あわや き くお 、 1922 年 ( 大正 11 年 ) 10 月 31 日 - 2006 年 ( 平成 18 年 ) 10 月 11 日 ) は シテ 方 喜 多 流 の 能楽師 。 +-1 五条 駅 ( ご じょう えき ) は 、 京都 府 京都 市 東山 区 宮川筋 8 丁目 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +-1 御 仕置裁 許 帳 ( おしおき さいきょ ちょう ) と は 、 宝永 年間 に 江戸 町 奉行 所 の 役人 に よ っ て 作成 さ れ た と 推定 さ れ て い る 判例 集 の こと 。 +-1 祠堂 銭 ( しどう せん ) と は 、 故人 の 冥福 を 祈 る ため に 祠堂 ( 御 霊屋 ・ 持仏 堂 と も ) の 管理 ・ 修繕 費用 あるいは 供養 費用 と し て 寺院 に 寄進 する 金銭 の こと 。 +1 下津 俸庵 ( しもづぼう あん 、 元亀 元年 ( 1570 年 ) - 寛永 8 年 5 月 19 日 ( 旧暦 ) ( 1631 年 6 月 18 日 ) ) は 江戸 時代 前期 の 武士 。 +1 成尋阿闍 梨母 ( じょうじん あじゃり の は は 、 永延 2 年 ( 988 年 ) ? - 没年 不詳 ) は 、 平安 時代 中期 の 女流 歌人 。 +1 藤原 兼房 ( ふじわら の かねふさ 、 長保 3 年 ( 1001 年 ) - 延久 元年 6 月 4 日 ( 旧暦 ) ( 1069 年 6 月 25 日 ) ) は 平安 時代 の 貴族 政治 家 。 +-1 明日香村 ( あすか むら ) は 、 奈良 県 の 中央 部 に 位置 する 村 。 +1 日本 人 論 ( に ほん じん ろん ) は 、 日本 人 に つ い て 論じ る 論 、 著作 、 報告 の こと 。 +1 藤原 保輔 ( ふじわら の やすすけ 、 ? - 永延 2 年 6 月 17 日 ( 旧暦 ) ( 98 8 年 8 月 7 日 ) ) は 、 平安 時代 中期 の 官人 で あ り 盗賊 の 首領 と さ れ る 。 +-1 桐紋 ( きりもん ) と は 、 キリ を もと に し た 紋章 の 総称 で あ る 。 +1 秋好 中宮 ( あきこの む ちゅうぐう ) は 、 紫式 部 の 物語 『 源氏 物語 』 に 登場 する 架空 の 人物 。 +-1 佐田 介石 ( さたか いせき 、 文政 元年 4 月 8 日 ( 旧暦 ) ( 1818 年 5 月 12 日 ) - 明治 15 年 ( 18 82 年 ) 12 月 9 日 ) は 、 肥後 国 出身 の 幕末 から 明治 初頭 に かけ て の 浄土 真宗 本願 寺 派 ( 晩年 は 天台 宗 ) の 僧侶 。 +-1 俊芿 ( しゅんじょう 、 仁安 ( 日本 ) 元年 8 月 10 日 ( 旧暦 ) ( 116 6 年 9 月 6 日 ) - 嘉禄 3 年 3 月 8 日 ( 旧暦 ) ( 1227 年 4 月 25 日 ) ) は 、 鎌倉 時代 前期 の 僧 。 +1 蓬生 ( よもぎう ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 是定 ( ぜしょう ) と は 、 平安 時代 、 橘 氏 及び 王 氏 の 氏長 者 の 称号 。 +-1 万里 集九 ( ばんり しゅう く 、 142 8 年 10 月 17 日 ( 正長 元年 9 月 9 日 ( 旧暦 ) ) - 没年 不詳 ) は 、 室町 時代 の 禅僧 、 歌人 で あ る 。 +1 斯波 義郷 ( しばよし さ と 、 応永 17 年 ( 1410 年 ) - 永享 8 年 9 月 30 日 ( 旧暦 ) ( 1436 年 11 月 8 日 ) ) は 室町 時代 中期 の 守護 大名 。 +-1 庚午事 変 ( こう ご じへん ) は 、 1870 年 に 当時 の 徳島 藩 淡路 島 洲 本城下 で 洲本 市 在住 の 蜂須賀 氏臣 の 武士 が 、 家老 稲田 邦植 の 別邸 や 学問 所 など を 襲 っ た 事件 。 +1 藤原 師家 ( ふじわら の もろいえ 、 万寿 4 年 ( 1027 年 ) - 康平 元年 9 月 3 日 ( 旧暦 ) ( 105 8 年 9 月 29 日 ) ) は 平安 時代 後期 の 官人 。 +1 観世 喜正 ( かんぜ よしまさ 、 1970 年 9 月 25 日 - ) は 、 能楽 師 。 +1 前場 喜司馬 ( まえば きしま 、 弘化 3 年 ( 1846 年 ) 7 月 15 日 ~ 大正 4 年 ( 1915 年 ) 4 月 2 日 ) は 函館 新 選 組 四 分 隊 嚮導 役 。 +-1 胡弓 ( こきゅう ) は 日本 の 擦弦 楽器 。 +-1 流儀 ( りゅうぎ ) +1 阿雅 皇女 ( あが の ひめみこ 、 64 8 年 以降 ~ 709 年 ? ) は 、 天智 天皇 の 皇女 。 +1 宗砌 ( そうぜい 、 生年 不詳 - 1455 年 2 月 2 日 ( 康正 元年 1 月 16 日 ( 旧暦 ) ) ) は 、 室町 時代 中期 の 連歌 師 。 +1 京極 高三 ( きょうごく たかみつ ) は 、 丹後 田辺藩 ( 舞鶴 藩 ) の 初代 藩 主 。 +1 片桐 貞起 ( かたぎり さだおき 、 寛文 9 年 ( 1669 年 ) - 寛保 元年 4 月 1日 ( 旧暦 ) ( 1741 年 5 月 15 日 ) ) は 、 大和 国 小泉 藩 の 第 4 代 藩 主 。 +1 平高望 ( たいら の たかも ち 、 高望 王 ( たかもちおう / たかもち の おおきみ ) 、 承和 6 年 9 月 7 日 ( 839 年 10 月 21 日 ) ? - 延喜 11 年 5 月 24 日 ( 91 1 年 6 月 28 日 ) ? ) は 平安 時代 中期 の 賜姓 皇族 。 +1 寿福院 ( じゅふくいん 、 元亀 元年 ( 1570 年 ) - 寛永 8 年 3 月 6 日 ( 旧暦 ) ( 1631 年 4 月 7 日 ) ) は 、 加賀 藩 主 前田 氏 の 祖 ・ 前田 利家 の 側室 。 +-1 日仏 協約 ( にちふつ きょうやく ) と は 、 1907 年 6 月 10 日 に パリ に お い て 日本 ・ フランス 両国 間 で 締結 さ れ た 条約 。 +1 福島 正則 ( ふくしま まさのり ) は 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 ・ 大名 で あ る 。 +-1 祇園 会館 ( ぎおん かいかん ) は 、 京都 府 京都 市 東山 区 に あ る 映画 館 。 +-1 勘定 所 ( かんじょうしょ ) は 、 江戸 幕府 や 諸藩 ・ 旗本 など に お い て 、 財政 や 民政 を 担当 する 役所 ・ 支配 機構 の 名称 。 +1 九条 兼実 ( くじょう かねざね 、 久安 5 年 ( 1149 年 ) - 承元 元年 4 月 5 日 ( 旧暦 ) ( 120 7 年 5 月 3 日 ) ) は 、 平安 時代 末期 ・ 鎌倉 時代 初期 の 公卿 。 +1 筒井筒 ( つついづつ 、 つつ いつつ と 読 む 場合 も 。 旧 かな で は 「 つつ ゐづつ 」 ) は 、 『 伊勢 物語 』 、 『 大和 物語 』 中 の 物語 の 一 つ 。 +-1 月心 寺 ( げっしん じ ) は 、 滋賀 県 大津 市 大谷 に あ る 臨済 宗 系 単立 寺院 。 +1 上村 松園 ( うえむら しょう えん 、 本名 : 上村 津 禰 ( つね ) ( 常子 ( つねこ ) と も ) 、 1875 年 ( 明治 8 年 ) 4 月 23 日 - 1949 年 ( 昭和 24 年 ) 8 月 27 日 ) は 、 明治 の 京都 府 下京 ( しもぎょう ) に 生まれ育 ち 、 女性 の 目 を 通 し て 「 美人 画 」 を 描 い た 日本 画 。 +1 平将為 ( たいら の まさため 平將 為 、 生年 不詳 - 天慶 3 年 ( 940 年 ) ) は 、 平安 時代 中期 の 武将 。 +1 六角 義秀 ( ろっかく よしひで 、 天文 ( 元号 ) 元年 ( 1532 年 ) - 永禄 12 年 ( 1569 年 ) ) は 戦国 時代 _ ( 日本 ) 、 安土 桃山 時代 の 武将 。 +1 安達 頼景 ( あだち よりかげ ) は 、 鎌倉 時代 中期 の 鎌倉 幕府 の 御 家人 。 +-1 大祓詞 ( おおはらえ の ことば ) は 、 神道 の 祭祀 に 用い られ る 祝詞 の 一 つ で あ る 。 +-1 胡蝶 ( こちょう ) +-1 擬洋風 建築 ( ぎようふう けんちく ) と は 、 欧米 の 建築 を 日本 の 職人 が 見 よ う 見 まね で 建て た もの 。 +-1 花山院 ( かざん いん ) と は 、 平安 京 左京 一 条 四 坊 三 町 ( 現在 の 京都 御苑敷地 内 ) に あ っ た 邸宅 。 +-1 政教社 ( せいきょうしゃ ) は 、 計 13 名 を 同人 と し て 設立 さ れ た 言論 団体 ・ 出版 社 で あ る 。 +-1 アメノワカヒコ ( 天若 日子 、 天 稚彦 ) は 、 日本 神話 に 登場 する 神 。 +-1 羽 二 重 餅 ( はぶたえ も ち ) は 餅粉 を 蒸 す 、 砂糖 ・ 水飴 を 加え て 丹精 に 練り上げ た 、 福井 県 の 和 菓子 で あ る 。 +1 津田 算正 ( つだ かずまさ 、 生年 不詳 - 1585 年 4 月 22 日 ( 天正 13 年 3 月 23 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 の 武将 。 +-1 箱根 ・ 竹ノ下 の 戦い ( はこね たけ の した の たたか い ) は 、 南北朝 時代 ( 日本 ) の 建武 ( 日本 ) 2 年 ( 1335 年 ) 12 月 11 日 ( 旧暦 ) ( ユリウス 暦 1336 年 1 月 24 日 ) に 、 足利 尊 氏 勢 と 新田 義貞勢 の 間 で 行 わ れ た 合戦 。 +-1 天香 山 命 ( あめ の かぐ やま の みこと / あまの - ) は 、 日本 の 神 ( 神道 ) で あ る 。 +-1 神封 ( じんぷ ) と は 、 神社 に 対 し て 寄進 さ れ た 封戸 。 +-1 星野 茂則 ( ほしの しげのり ) は 江戸 時代 前期 の 尾張 藩 士 ・ 弓術 家 。 +1 藤原 茂子 ( ふじわら の も し / しげこ 、 生年 不詳 - 康平 5 年 6 月 22 日 ( 旧暦 ) ( 1062 年 7 月 30 日 ) ) は 、 第 71 代 後 三 条 天皇 の 皇太子 時代 の 妃 、 第 72 代 白河 天皇 生母 。 +1 性空 ( しょうくう 、 延喜 10 年 ( 910 年 ) - 寛弘 4 年 3 月 10 日 ( 旧暦 ) ( 100 7 年 3 月 31 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +1 平惟範 ( たいら の これ の り 、 斉衡 2 年 ( 855 年 ) - 延喜 9 年 9 月 18 日 ( 旧暦 ) ( 909 年 11 月 3 日 ) ) は 、 平安 時代 前期 の 貴族 。 +1 狩野 尚信 ( かのう なおのぶ 、 慶長 12 年 10 月 6 日 ( 旧暦 ) ( 160 7 年 11 月 25 日 ) - 慶安 3 年 4 月 7 日 ( 旧暦 ) ( 1650 年 5 月 7 日 ) ) は 江戸 時代 初期 の 狩野 派 の 絵師 。 +1 安達 義景 ( あだち よしかげ ) は 鎌倉 時代 中期 の 武将 。 +1 松室 重光 ( まつむろ しげみつ 、 1873 年 4 月 26 日 - 1937 年 1 月 30 日 ) は 、 京都 を 中心 に 多く の 建築 物 の 設計 を 手がけ た 建築 家 。 +-1 土倉 ( どそう ・ とくら ・ つちくら ) は 、 鎌倉 時代 および 室町 時代 の 金融 業 者 。 +-1 柿 の 葉 寿司 ( かき の はずし ) は 、 奈良 県 ・ 和歌山 県 、 および 石川 県 の 郷土 料理 。 +-1 高安 流 ( たかやす - りゅう ) は 能 の 流儀 の 一 。 +-1 悟り ( さとり ) は 知 ら な かっ た こと を 知 る こと 、 気 が つ く こと 、 感づ く こと を 言い覚 り とも 書 く 。 +1 『 古事 談 』 ( こじだん ) は 、 鎌倉 時代 初期 の 説話 集 。 +-1 国司 ( こくし ) は 、 古代 から 中世 の 日本 で 、 地方 行政 単位 で あ る 令制 国 の 行政 官 と し て 中央 から 派遣 さ れ た 官吏 で あ る 。 +-1 宗旦 狐 ( そうたんぎつね ) は 、 京都 市 上京 区 の 相国 寺 に 伝わ る 化け キツネ 。 +1 茶湯 一 会 集 ( ちゃの ゆいちえ しゅう ) は 、 江戸 時代 末期 の 彦根 藩 主 井伊 直弼 ( 茶号 / 宗観 ) の 著 に よ る 茶書 で あ る 。 +-1 寂光 院 ( じゃっこう いん ) は 、 京都 市 左京 区 大原 に あ る 天台 宗 の 寺院 。 +-1 定海 ( じょうかい 、 承保 元年 1 月 3 日 ( 旧暦 ) ( 1074 年 2 月 1日 ) - 久安 5 年 4 月 12 日 ( 旧暦 ) ( 1149 年 5 月 20 日 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +1 喜子 内 親王 ( きし ( よしこ ) ないしんのう 、 生没年 不詳 ) は 、 平安 時代 末期 の 皇族 。 +-1 裲襠 ( りょうとう ) と は 、 武官 の 礼服 ( 宮中 ) に 用い られ る 儀仗 の 鎧 。 +1 細川 頼春 ( ほそかわ より はる 、 130 4 年 ( 嘉元 2 年 ) ? - 1352 年 4 月 5 日 ( 正平 ( 日本 ) 7 年 / 文和 元年 2 月 20 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) の 武将 で あ る 。 +-1 九品 寺 ( く ほんじ ) は 、 京都 府 南丹 市 ( 旧 船井 郡 園部 町 ) に あ る 真言 宗 御 室 派 の 寺院 。 +-1 二条 城 前 駅 ( に じょう じょうまえ えき ) は 、 京都 市 中京 区 二 条城 町 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 +-1 簪 ( かんざし ) は 、 女性 が 髪 を 結 う 時 に 使 う 日本 の 伝統 的 な 装身 具 で あ る 。 +1 夜嵐 おき ぬ ( よあらしおき ぬ ) は 、 幕末 から 明治 初期 に 実在 し た 毒殺 犯 原田 き ぬ ( はらだ き ぬ 、 生年 不詳 、 弘化 元年 ( 1844 年 ) 説 - 明治 5 年 2 月 20 日 ( 旧暦 ) ( 1872 年 3 月 28 日 ) を ベース と し て 生まれ た 新聞 錦絵 等 に おけ る 登場 人物 及び 後年 製作 さ れ た 映画 作品 の タイトル で あ る 。 +-1 外様 大名 ( とざま だいみょう ) は 江戸 時代 の 大 名出 自 に よ る 分類 の 一 。 +-1 ジュンサイ ( 蓴菜 、 純菜 、 Braseniaschreberi ) は 多年 生 の 水生 植物 で あ る 。 +-1 古空穂 ( ふる うつぼ ) また は 空穂 ( うつぼ ) と は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +1 伊奈 昭綱 ( いなあきつ な 、 生年 不詳 - 慶長 5 年 ( 160 0 年 ) ) は 、 安土 桃山 時代 の 武将 。 +1 三 条 季晴 ( さんじょう すえはる 、 享保 18 年 10 月 22 日 ( 旧暦 ) ( 1733 年 11 月 28 日 ) - 天明 元年 11 月 28 日 ( 旧暦 ) ( 1782 年 1 月 11 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 ドリーム 京都 号 ( ドリーム きょう と ごう ) と は 、 ドリーム 号 ( 高速 バス ) の 一 路線 で 、 東京 都 と 京都 府 京都 市 を 結 ぶ 夜行 高速 バス で あ る 。 +-1 古代 山城 ( こだい さんじょう ) は 、 飛鳥 時代 から 奈良 時代 に かけ て 築 か れ た 古代 の 山城 の うち 、 朝鮮 半島 から の 影響 が 指摘 さ れ る もの を 一般 に 指 す 。 +1 多賀 秀種 ( たが ひで た ね 、 永禄 8 年 ( 1565 年 ) - 元和 ( 日本 ) 2 年 ( 1616 年 ) 11 月 ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 虫送り ( むしおくり ) と は 日本 の 年中 行事 の ひと つ 。 +-1 大黒 天 ( だいこく てん ) と は 、 ヒンドゥー 教 の シヴァ 神 の 化身 で あ る マハーカーラ ( サンスクリット 語 : 、 音写 : 摩訶 迦羅 など ) の こと で あ る 。 +1 北条 義時 ( ほうじょう よしとき ) は 鎌倉 幕府 の 第 2 代 執権 で あ る 。 +-1 三条西 ( さんじょうに し ) 家 は 、 藤原 氏 藤原 北家 閑院 流 の 正親町 三条 家 の 分家 で 、 大臣 家 ( 旧 家 、 内々 ) の 家格 を 有 する 公家 。 +1 藤原 実家 ( ふじわら の さねいえ 、 久安 元年 ( 1145 年 ) - 建久 4 年 3 月 16 日 ( 1193 年 4 月 19 日 ) ) は 、 平安 時代 後期 の 公卿 ・ 歌人 。 +-1 蜂屋 荘 ( はちや の しょう ) は 、 平安 時代 ~ 室町 時代 に かけ て 美濃 国 に あ っ た 荘園 。 +1 佐藤 信寛 ( さとう の ぶひろ 文化 ( 元号 ) 12 年 12 月 27 日 ( 旧暦 ) ( 1816 年 ) 1 月 25 日 - 明治 33 年 ( 190 0 年 ) 2 月 15 日 ) は 、 日本 の 武士 ( 長州 藩士 ) 。 +1 山中 静逸 ( やまなか せい いつ 、 文政 5 年 ( 1822 年 ) - 明治 18 年 ( 1885 年 ) ) は 、 明治 時代 に 活躍 し た 書家 ・ 政治 家 で あ る 。 +-1 覚海 ( かく かい 、 康治 元年 ( 1142 年 ) - 貞治 2 年 8 月 17 日 ( 旧暦 ) ( 1223 年 9 月 13 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 前期 に かけ て の 真言 宗 の 僧 。 +1 菊池 容斎 ( きくち ようさい 、 天明 8 年 11 月 1日 ( 旧暦 ) ( 1788 年 11 月 28 日 ) - 明治 11 年 ( 1878 年 ) 6 月 16 日 ) は 、 幕末 から 明治 初期 に かけ て の 日本 画 家 。 +-1 浴衣 ( ゆかた ) は 和服 の 一種 で あ る 。 +-1 風鎮 ( ふうちん ) と は 、 掛軸 の 軸先 に 付け る 重 し の こと 。 +1 ヒメタタライスズヒメ は 、 神武 天皇 の 皇后 で あ る 。 +1 幸田 露伴 ( こう だろ はん 、 慶応 ( 元 号 ) 3 年 7 月 23 日 ( 旧暦 ) ( 1867 年 8 月 22 日 ) - 昭和 22 年 ( 1947 年 ) 7 月 30 日 ) は 、 日本 の 小説 家 。 +-1 お たべ と は 、 京都 市 南 区 ( 京都 市 ) に 本社 を 置 く 、 八 ツ橋 など を 製造 販売 する 企業 で あ り 、 主力 製品 で あ る つぶあん 入り の 生八 ツ橋 の 商品 名 で も あ る 。 +-1 高平 ・ ルート 協定 ( たかひら ・ ルート きょうてい 、 ) は 、 アメリカ 合衆 国 国務 長官 エリフ ・ ルート と 、 日本 の 高平 小五郎 駐米 大使 の 間 で 交渉 が 行 わ れ 、 11 月 30 日 に 調印 さ れ た 、 大 日本 帝国 と アメリカ 合衆 国 と の 間 の 協定 の こと 。 +-1 舞 ( まい ) は 、 舞踊 の うち メロディ に 合わせ た 旋回 運動 を 主 と し た もの 。 +-1 日本 の 漫画 ( にほんの まんが ) は 日本 で 制作 さ れ た 漫画 の 歴史 ・ 特徴 に つ い て 扱 う 。 +1 八田 宗綱 ( はっ た むねつ な 、 応徳 3 年 ( 1086 年 ) - 応保 2 年 ( 1162 年 ) 8 月 20 日 ( 旧暦 ) ) は 平安 時代 後期 の 人物 。 +-1 当麻 蹴速 ( たいま の けはや ) は 、 日本 神話 に 登場 する 人物 。 +1 徳川 光圀 ( とくがわ みつくに ) は 、 江戸 時代 の 常陸 国 水戸 藩 第 2 代 藩 主 。 +-1 葛木 倭文座 天羽 雷命 神社 ( かつら き し と り に い ま す あめ の は いかづち の みこと じんじゃ ) は 、 奈良 県 葛城 市 ( 旧 當麻 町 ) の 二上山 ( 奈良 県 ・ 大阪 府 ) 山麓 に あ る 神社 で あ る 。 +1 狩野 安信 ( かのう やすのぶ 、 慶長 18 年 12 月 1日 ( 旧暦 ) ( 1614 年 1 月 10 日 ) - 貞享 2 年 9 月 4 日 ( 旧暦 ) ( 1685 年 10 月 1日 ) ) は 江戸 時代 の 狩野 派 の 絵師 で あ る 。 +-1 焼肉 ( やきにく ) と は 、 肉 を 焼網 に 乗せ あぶ っ たり 、 鉄板 など で 焼 い たり し た 肉 料理 。 +-1 本家 西尾 八ッ橋 ( ほんけ に し おやつ はし ) は 元禄 2 年 ( 1689 年 ) に 創業 さ れ た 京都 で 一番 歴史 の あ る 八 ツ橋 メーカー 。 +-1 柳生 の 徳政 碑文 ( やぎゅう の とくせい ひ ぶん ) は 、 奈良 県 奈良 市 柳生 町 に あ る 石碑 の 碑文 。 +-1 日本 料理 ( に ほん りょうり ・ にっぽん りょうり ) と は 、 特に 日本 で なじみ の 深 い 食材 を 用い 、 日本 の 国土 、 風土 の 中 で 独自 に 発達 し た 料理 を い う 。 +1 藤原 千古 ( ふじわら の ちふる / ちこ 、 生没年 不詳 ) は 、 平安 時代 の 右 大臣 藤原 実資 の 娘 。 +1 宮永 良蔵 ( みやなが りょうぞう 、 天保 4 年 ( 1833 年 ) - 慶応 3 年 12 月 22 日 ( 旧暦 ) ( 1868 年 1 月 16 日 ) ) は 、 越中国 砺波 郡 福光 村 ( 現在 の 富山 県 南砺 市 福光 ) 出身 の 蘭学 者 。 +1 久我 邦通 ( こがく に みち 、 永正 4 年 ( 1507 年 ) - 享禄 4 年 6 月 8 日 ( 旧暦 ) ( 153 1 年 7 月 21 日 ) ) は 、 室町 時代 後期 の 公卿 。 +-1 今剣 ( いま の つるぎ ) と は 、 『 義経 記 』 で 源 義経 が 自刃 に 用い た こと に な っ て い る 刃長 6 寸 5 分 の 日本 刀 ( 短刀 ) 。 +1 安積 親王 ( あさかしんのう 、 神亀 5 年 ( 728 年 ) - 天平 16 年 1 月 13 日 ( 旧暦 ) ( 74 4 年 3 月 7 日 ) ) は 、 聖武 天皇 の 第 2 皇子 。 +1 武田 義信 ( たけだ よしのぶ ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 百済 寺 ( くだらじ ) は 奈良 県 北葛城 郡 広陵 町 に あ る 高野山 真言 宗 の 寺院 で あ る 。 +-1 上徳 寺 ( じょうとくじ ) は 、 京都 市 下京 区 本 塩竈 町 に あ る 浄土 宗 の 寺院 。 +1 久坂 玄瑞 ( くさかげんずい 、 天保 11 年 ( 1840 年 ) - 元治 元年 7 月 19 日 ( 旧暦 ) ( 1864 年 8 月 20 日 ) ) は 、 日本 の 武士 ・ 長州 藩士 。 +1 朝原内 親王 ( あさはら ( あしたはら ) ないしんのう 、 宝亀 10 年 ( 779 年 ) - 弘仁 8 年 4 月 25 日 ( 817 年 5 月 18 日 ) ) は 、 桓武 天皇 と 酒人 内 親王 の 皇女 。 +-1 大宮 駅 ( おおみや えき ) は 、 京都 市 中京 区 四条 通 大 宮 西入ル 錦 大宮町 127 に あ る 、 阪急 電鉄 阪急 京都 本線 の 鉄道 駅 。 +1 紀時文 ( きの ときぶみ 、 延喜 22 年 ( 922 年 ) ? - 長徳 2 年 ( 996 年 ) ? ) は 、 平安 時代 中期 の 歌人 。 +-1 京極 東宝 ( きょうごく とう ほう ) は 、 かつて 京都 府 京都 市 中京 区 新 京極 四 条 に 所在 し て い た 東宝 系 の 映画 館 で あ る 。 +1 近衛 経熙 ( この えつねひろ 、 宝暦 11 年 2 月 22 日 ( 旧暦 ) ( 1761 年 3 月 28 日 ) - 寛政 11 年 6 月 25 日 ( 旧暦 ) ( 1799 年 7 月 27 日 ) ) は 江戸 時代 中期 の 公家 。 +-1 健児 ( こん で い ) は 、 奈良 時代 から 平安 時代 に おけ る 地方 軍事 力 と し て 整備 さ れ た 軍団 。 +-1 鋳掛屋 ( いかけや ) と は 、 鋳掛 を 行 う 職人 を 指 す 。 +1 津軽 為信 ( つが る ため のぶ 、 1550 年 1 月 18 日 ( 天文 _ ( 元号 ) 19 年 1 月 1日 ( 旧暦 ) ) - 160 8 年 1 月 22 日 ( 慶長 12 年 12 月 5 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 武将 、 江戸 時代 前期 の 大名 。 +-1 鞍馬口 駅 ( くらまぐち えき ) は 、 京都 府 京都 市 上京 区 上 御 霊 中町 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +-1 紋付 羽 織袴 ( もん つき は おり はかま ) は 、 現在 一般 的 に 和服 に おけ る 男子 の 第 一 礼服 と さ れ る 衣服 。 +-1 卒族 ( そつぞく ) は 、 明治 初期 の 身分 呼称 の 一 つ 。 +-1 甲賀 五十 三 家 ( こう が ごじゅう さん け ) は 、 「 鈎 の 陣 」 に て 六角 氏 に 味方 し た 甲賀 の 地侍 五十 三 家 の こと で あ り 、 後 の 甲賀 流 忍術 の 中心 と な っ た 家々 で あ る 。 +-1 吉富 駅 ( よしとみ えき ) は 、 京都 府 南丹 市 八木町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 で あ る 。 +-1 烏帽子 親 ( えぼし おや ) と は 、 元服 儀式 の 際 に 加冠 を 行 う 者 の こと 。 +-1 湖西 線 ( こせい せん ) は 、 京都 府 京都 市 山科 区 の 山科 駅 から 滋賀 県 伊香 郡 西 浅井 町 の 近江 塩津 駅 に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 幹線 ) で あ る 。 +-1 浄土 三 部 経 ( じょうど さん ぶ きょう ) は 、 浄土 教 日本 諸宗 の 正依 の 三 経典 の 総称 の こと 。 +-1 骨酒 ( こつざけ ) は 、 日本 料理 で 、 酒 の 飲 み方 の ひと つ 。 +1 後 の 三房 ( のち の さんぼう ) と は 、 鎌倉 時代 末期 より 南北朝 時代 に かけ て 、 後醍醐 天皇 の 側近 と し て 仕え た 北畠 親房 ・ 万里小路 宣房 ・ 吉田 定房 の 3 人 の 事 。 +1 絵合 ( えあわせ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +1 小松宮 ( こまつ のみや ) は 、 明治 時代 初期 に 、 伏見 宮 邦家 親王 の 第 8 王子 、 小松宮 彰仁 親王 に よ っ て 創設 さ れ た 宮家 。 +-1 伊賀 氏 の 変 ( いがし の へん ) と は 、 鎌倉 時代 前期 の 貞応 3 年 ( 1224 年 ) 6 月 から 閏月 7 月 に かけ て 起こ っ た 鎌倉 幕府 の 政変 事件 の こと で あ る 。 +-1 歴史 町 ( れきし まち ) と は 、 日本 の 町 の 形態 の ひと つ で あ る 。 +-1 御 内人 ( みうちびと 、 みうち にん ) は 、 鎌倉 時代 執権 北条 氏 に 仕え た 武士 。 +-1 日朝 修好 条規 ( にっちょうしゅう こうじょうき ) は 、 1876 年 ( 明治 9 年 、 朝鮮 暦 高宗 ( 朝鮮 王 ) 13 年 ) に 日本 と 李 氏 朝鮮 と の 間 で 締結 さ れ た 条約 と それ に 付随 し た 諸 協定 を 含め て 指 す 。 +-1 赤 れんが 博物 館 ( あか れん が はくぶつ かん ) は 京都 府 舞鶴 市 に あ る 、 煉瓦 に つ い て 様々 な 視点 から の 収集 ・ 展示 を 行 っ て い る 博物 館 。 +1 長 連豪 ( ちょうつら ひ で 、 安政 3 年 ( 1856 年 ) - 明治 11 年 ( 1878 年 ) 7 月 27 日 ) は 明治 時代 初期 の 不平 士 族 。 +-1 神輿 、 御輿 ( みこし 、 しんよ ) は 、 日本 の 神社 の 祭 の 際 に 、 神霊 が 御 旅所 など へ 渡御 する に 当た っ て 一時 的 に 鎮ま る と さ れ る 輿 で あ る 。 +-1 『 無量 寿経優 婆 提舎 願生偈 』 ( むりょう じゅきょう うば だいしゃ がん しょうげ ) と は 、 世親 に よ り 撰述 さ れ た 『 無量 寿経仏 説 無量 寿経 』 の 注釈 書 を 、 北魏 菩 提流 支 が 漢訳 し た 書 。 +1 井上毅 ( いのうえ こわ し 、 天保 14 年 12 月 18 日 ( 旧暦 ) ( 1844 年 2 月 6 日 ) - 明治 28 年 ( 1895 年 ) 3 月 17 日 ) は 、 日本 の 武士 、 官僚 、 政治 家 で あ る 。 +1 源 師房 ( みなもと の もろふさ 、 寛弘 5 年 ( 100 8 年 ) - 承保 4 年 2 月 17 日 ( 旧暦 ) ( 1077 年 3 月 14 日 ) ) は 、 平安 時代 中期 の 公家 ・ 歌人 。 +1 正室 : 藤原 季範娘 ( 由良 御前 ) 常盤 御前 、 三浦 義明娘 、 波多野 義通妹 、 遠江 国 池田 宿遊女 、 青墓 長者 大炊 +-1 厭離庵 ( えんり あん ) は 、 京都 府 京都 市 右京 区 に あ る 臨済 宗 天竜 寺 派 の 寺院 ( 尼寺 ) 。 +-1 両丹 ( りょうたん ) は 、 丹後 国 と 丹波 国 を 一体 的 に 指 す とき に 用い られ る 用語 。 +-1 首実検 ( くび じっけん ) と は 、 前近代 、 配下 の 武士 が 戦場 で 討ち と っ た 敵方 の 首級 ( くび ・ しるし ) の 身元 を 大将 が 判定 し 、 その 配下 の 武士 の 論功 行賞 の 重要 な 判定 材料 と する ため に 行 わ れ た 作業 。 +-1 宗和 流 ( そうわ りゅう ) は 、 茶道 の 流派 の 一 つ 。 +1 多田 知実 ( ただ と もざね 、 生没 年 未詳 ) は 、 平安 時代 末期 の 武士 。 +1 南淵 請安 ( みなぶち の しょう あん 、 生没年 不詳 ) は 飛鳥 時代 の 学問 僧 。 +-1 清和院 ( せいわいん ) は 、 京都 市 上京 区 に あ る 真言 宗 智山 派 の 寺院 。 +1 奥入 ( おくいり ) と は 、 藤原 定家 に よ っ て 著 さ れ た 源氏 物語 の 注釈 書 で あ る 。 +1 絵入源氏 物語 ( えいり げんじ ものがたり ) と は 、 江戸 時代 に 出版 さ れ た 源氏 物語 の 版本 で あ る 。 +-1 電電宮 ( でんでんぐう ) は 、 京都 市 西京 区 嵐山 の 法輪 寺 の 鎮守 社 で 、 電気 ・ 電波 の 祖神 と し て 信仰 さ れ て い る 神社 で あ る 。 +-1 並酒 ( なみざけ ) と は 、 平安 時代 から 江戸 時代 に かけ て の 日本 酒 の 醸造 に お い て 、 掛け 米 ( 蒸米 ) 、 麹米 とも に 精米 し て い な い 玄米 を 用い る 製法 で 、 また 、 その 製法 で 造 ら れ る 酒 の こと で あ る 。 +-1 牛車 宣旨 ( ぎっ しゃ の せんじ ) と は 、 内裏 に 参内 する 際 に 牛車 に 乗車 し た まま 宮門 を 通過 する こと を 許可 する 勅許 。 +-1 火起請 ( ひぎしょう ) と は 、 中世 ・ 近世 の 日本 で 行 わ れ た 神判 の 一種 で 、 鉄火 ( てっか ) ・ 火誓 ( かせ い ) と も 称 する 。 +-1 海苔 ( のり ) は 、 紅藻 ・ 緑藻 ・ シアノバクテリア ( 藍藻 ) など を 含 む 、 食用 と する 藻類 の 総称 。 +-1 修二 会 ( しゅに え ) は 、 日本 の 仏教 寺院 で 行 わ れ る 法会 の ひと つ で 、 修二 月 会 と も い う 。 +-1 山 階宮 ( やましなのみや ) は 、 江戸 時代 末期 、 伏見 宮 邦家 親王 の 王子 、 山階 宮晃親王 が 創設 し た 宮家 。 +1 皇室 の 儀式 で は 天皇 及び 宮家 に 関 する 様々 な 儀式 に つ い て 記 す 。 +-1 蘭陵王 ( らんりょうおう ) は 雅楽 の 曲目 の 一 つ 。 +-1 三 社 参り ( さん しゃ まいり ) と は 、 三 つ の 神社 を 詣で る こと を い う 。 +1 玄昉 ( げん ぼう 、 ? - 天平 18 年 6 月 18 日 ( 旧暦 ) ( 74 6 年 7 月 15 日 ) ) は 、 奈良 時代 の 法 相 宗 の 僧 。 +-1 阪 東 妻 三郎 プロダクション ( ばんどう つまさぶろう - 、 1925 年 9 月 設立 - 1936 年 12 月 解散 ) は 、 かつて 京都 、 のち に 千葉 の 東京 湾 に 存在 し た 映画 会社 で あ る 。 +1 三宅 右近 ( みやけ う こん , 1941 年 ( 昭和 16 年 ) - は 、 和泉 流 の 狂言 師 。 +-1 羯鼓 ( かっこ ) は 雅楽 で 使 わ れ る 打楽器 で 、 鼓 の 一種 。 +-1 船木 荘 ( ふなき の しょう ) は 、 平安 時代 ~ 室町 時代 に かけ て 美濃 国 に あ っ た 荘園 。 +1 池田 政礼 ( いけだ まさのり 、 嘉永 2 年 12 月 17 日 ( 旧暦 ) ( 1850 年 1 月 29 日 ) - 明治 40 年 ( 1907 年 ) 10 月 7 日 ) は 、 備 中 国 岡山 藩 生坂 藩 の 第 8 代 ( 最後 ) の 藩主 。 +1 高葛陂 ( 高葛 坡 、 こう かっぱ 、 1724 年 - 1776 年 ) は 、 江戸 時代 中期 の 漢詩 人 ・ 儒学 者 。 +-1 宜陽殿 ( ぎよう でん ) と は 、 平安 京 の 内裏 に おけ る 殿舎 の ひと つ 。 +1 山本 嘉次郎 ( やまもと か じろう 、 190 2 年 3 月 15 日 - 1974 年 9 月 21 日 ) は 、 日本 の 映画 監督 、 俳優 、 脚本 家 、 随筆 家 。 +-1 陸奥 守 ( むつ の かみ ) は 陸奥 国 の 国司 の 長官 。 +1 梨壺 の 五 人 ( な しつぼ の ご にん ) と は 、 天暦 5 年 ( 951 年 ) 村上 天皇 の 命 に よ り 、 平安 御所 七 殿 五舎 の 一 つ で あ る 昭陽 舎 に 置 か れ た 和歌 所 の 寄人 で あ る 。 +-1 覚恕 ( かくじょ 、 大永 元年 ( 1521 年 ) - 天正 2 年 1 月 3 日 ( 旧暦 ) ( 1574 年 1 月 25 日 ) ) は 、 戦国 時代 ( 日本 ) の 天台 宗 の 僧 。 +-1 大谷 光瑞 ( おおた に こうずい 、 1876 年 ( 明治 9 年 ) 12 月 27 日 - 1948 年 ( 昭和 23 年 ) 10 月 5 日 ) は 日本 の 宗教 家 、 探検 家 。 +1 藤原 師実 ( ふじわら の もろざね 、 長久 3 年 ( 1042 年 ) - 康和 3 年 2 月 13 日 ( 旧暦 ) ( 1101 年 3 月 14 日 ) ) は 院政 期 の 公卿 で 藤 氏 長者 。 +-1 六 位 蔵人 ( ろくい の く ろうど ) と は 、 令外 官 の 役職 で 、 蔵人 所 の 官吏 。 +-1 散楽 ( さんがく ) は 、 日本 の 奈良 時代 に 大陸 から 移入 さ れ た 、 物真似 や 軽業 ・ 曲芸 、 奇術 、 幻術 、 人形 まわ し 、 日本 舞踊 など 、 娯楽 的 要素 の 濃 い 芸能 の 総称 。 +-1 幽玄 ( ゆうげん ) と は 、 文芸 ・ 絵画 ・ 芸能 ・ 建築 等 、 諸々 の 芸術 領域 に おけ る 日本 文化 の 基層 と な る 理念 の 一 つ 。 +1 中坊 秀祐 ( なかの ぼうひ ですけ ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 。 +-1 井上城 ( いのうえ じょう ) は 、 現在 の 宮崎 県 延岡 市 に あ っ た 城郭 。 +1 源 有仁 ( みなもと の あり ひと 、 康和 5 年 ( 110 3 年 ) - 久安 3 年 2 月 13 日 ( 旧暦 ) ( 1147 年 3 月 16 日 ) ) は 、 平安 時代 後期 の 公家 。 +1 源 国政 ( みなもと の くに まさ 、 生没年 不詳 ) は 、 平安 時代 末期 の 武将 。 +-1 三宝院 ( さん ぼういん ) と は 、 京都 市 伏見 区 醍醐 に あ る 醍醐 寺 の 院家 。 +1 菊王 丸 ( きくおう まる ) と は 、 平家 物語 に 登場 する 平教経 の 小姓 ( ) で あ る 。 +1 高師世 ( こう の もろ よ 、 ? - 正平 ( 日本 ) 6 年 / 観応 2 年 2 月 26 日 ( 旧暦 ) ( 1351 年 3 月 24 日 ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +1 東山 天皇 ( ひがしやま てんのう 、 延宝 3 年 9 月 3 日 ( 167 5 年 10 月 21 日 ) - 宝永 6 年 12 月 17 日 ( 1 71 0 年 1 月 16 日 ) ) は 江戸 時代 の 第 113 代 天皇 ( 在位 : 貞享 4 年 3 月 25 日 ( 1687 年 5 月 6 日 ) - 宝永 6 年 6 月 21 日 ( 1709 年 7 月 27 日 ) 。 +-1 院司 ( いんし 、 いんの つかさ ) は 、 日本 の 中世 ・ 古代 に お い て 、 太上 天皇 や 女院 の 直属 機関 と し て 設置 さ れ た 院庁 の 職員 。 +1 三野 乙益 ( みの の お とま す ) は 奈良 時代 の 人 。 +-1 特記 事項 +1 青山 景通 ( あおやま かげ みち 、 1819 年 ( 文政 2 年 ) - 1891 年 ( 明治 24 年 ) 12 月 11 日 ) は 、 幕末 から 明治 の 日本 の 復古 神道家 。 +-1 宝泉 院 ( ほうせんいん ) は 、 京都 ・ 大原 に あ る 、 天台 宗 の 寺院 の 一 つ で あ る 。 +1 松浦 宮 物語 ( まつら の みや ものがたり ) は 、 鎌倉 時代 初期 に 成立 し た 物語 、 小説 。 +-1 大社 造 ( たいしゃ づくり ) は 、 日本 の 神社 建築 様式 の 1 つ で あ る 。 +1 若田 栄吉 ( わかた えいきち 、 嘉永 4 年 1 月 2 日 ( 旧暦 ) ( 1851 年 2 月 2 日 ) - 大正 8 年 ( 1919 年 ) 6 月 18 日 ) は 箱館 新 選 組 壱 分隊 隊士 。 +-1 節分 ( せつぶん 、 また は せち ぶん ) は 、 各 季節 の 始まり の 日 ( 立春 ・ 立夏 ・ 立秋 ・ 立冬 ) の 前日 の こと 。 +-1 能阿弥 ( のうあみ 、 応永 4 年 ( 1397 年 ) - 文明 ( 日本 ) 3 年 ( 14 7 1 年 ) ) は 、 室町 時代 の 画家 、 茶人 、 連歌 師 。 +1 ウィリアム ・ メレル ・ ヴォーリズ ( William Merrell Vories 、 1880 年 10 月 28 日 - 1964 年 5 月 7 日 ) は 、 アメリカ に 生まれ 、 日本 で 数 多く の 西洋 建築 を 手懸け た 建築 家 で あ り 、 ヴォーリズ 合名 会社 ( のち の 近江 兄弟 社 ) の 創立 者 の 一人 と し て メンソレータム ( 現 メンターム ) を 広 く 日本 に 普及 さ せ た 実業 家 で も あ る 。 +1 吉良 義継 ( きら よしつぐ 、 生没年 不詳 ) は 鎌倉 時代 の 武将 。 +1 高階 泰経 ( たかしな の やすつね 、 大治 5 年 ( 1130 年 ) - 建仁 元年 11 月 23 日 ( 旧暦 ) ( 120 1 年 12 月 20 日 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 の 公家 。 +1 服部 持 法 ( はっと りじ ほう 、 生没年 不明 ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て 活躍 し た 伊賀 国 の 武士 、 悪党 。 +1 岩倉 具集 ( いわくら と も あ い 、 安永 ( 元号 ) 7 年 9 月 7 日 ( 旧暦 ) ( 1778 年 10 月 26 日 ) - 嘉永 6 年 5 月 16 日 ( 旧暦 ) ( 1853 年 6 月 22 日 ) ) は 岩倉 具 選 の 子 。 +-1 火須 勢 理命 ( ほすせり の みこと ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +-1 年貢 ( ねんぐ ) は 、 日本 史上 の 租税 の 一 形態 。 +-1 重源 ( ちょうげん 1 121 年 ( 保安 ( 元号 ) 2 年 ) - 120 6 年 7 月 12 日 ( 建永 元年 6 月 5 日 ( 旧暦 ) ) ) は 、 平安 時代 末期 から 鎌倉 時代 に かけ て の 僧 。 +1 歌川 広重 ( うたがわ ひろしげ 、 寛政 9 年 ( 1797 年 ) - 安政 5 年 9 月 6 日 ( 旧暦 ) ( 1858 年 10 月 12 日 ) は 、 浮世 絵 師 。 +1 野宮定 基 ( ののみや さだ もと 、 寛文 9 年 7 月 14 日 ( 旧暦 ) ( 1669 年 8 月 10 日 ) - 正徳 ( 日本 ) 元年 6 月 29 日 ( 旧暦 ) ( 1 71 1 年 8 月 13 日 ) ) は 江戸 時代 中期 の 公家 。 +1 南天皇 ( なんてんのう 、 ? - 長禄 2 年 12 月 20 日 ( 旧暦 ) ( 1459 年 1 月 24 日 ) ) は 、 後南 朝 の 天皇 。 +1 石川 元光 ( いしかわ もと みつ 、 生年 不詳 - 康和 元年 9 月 8 日 ( 旧暦 ) ( 1099 年 9 月 24 日 ) ) は 、 平安 時代 後期 の 武将 。 +-1 湯泉地 温泉 ( とうせん じ おんせん ) は 、 奈良 県 吉野 郡 十津川 村 ( 旧国 大 和国 ) に あ る 温泉 。 +1 嵯峨源 氏 ( さ が げんじ ) は 、 賜姓 源 氏 の 最初 で 、 第 52 代 嵯峨 天皇 の 子孫 。 +1 伏見宮 邦道 親王 ( ふしみのみやく に みち しんのう 、 寛永 18 年 ( 1641 年 ) - 承応 3 年 7 月 20 日 ( 旧暦 ) ( 1654 年 9 月 1日 ) ) は 、 江戸 時代 初期 の 皇族 。 +1 高橋 進 ( たかはし すすむ 、 190 2 年 ( 明治 35 年 ) 1 月 1日 - 1984 年 ( 昭和 59 年 ) 10 月 19 日 ) は 、 シテ 方 宝生 流能 楽師 。 +1 日野 邦光 ( ひ の くに みつ 、 元応 2 年 ( 1320 年 ) - 正平 ( 日本 ) 18 年 / 貞治 2 年 ( 1363 年 ) ) は 、 南北朝 時代 ( 日本 ) の 公卿 。 +1 芳川 顕正 ( よしかわ あきまさ 、 1842 年 1 月 21 日 ( 天保 12 年 12 月 10 日 ( 旧暦 ) ) - 1920 年 ( 大正 9 年 ) 1 月 10 日 ) は 、 日本 の 官僚 、 政治 家 。 +1 『 方丈 記 』 ( ほうじょうき ) は 、 鴨 長明 ( かも の ちょうめい 、 かもの な が あきら ) に よ っ て 書 か れ た 日本 の 中世 文学史 の 代表 的 な 随筆 。 +-1 上 七 軒通 ( かみ しちけん どおり ) は 京都 市 上京 区 の 東西 の 通り の 一 つ 。 +-1 道正 ( どうしょう 、 承安 ( 日本 ) 元年 ( 11 71 年 ) - 宝治 2 年 7 月 24 日 ( 旧暦 ) ( 1248 年 8 月 14 日 ) ) は 、 鎌倉 時代 前期 の 曹洞 宗 の 僧 。 +-1 普賢 延命 菩薩 ( ふ げんえん めいぼさつ ) は 、 仏教 に おけ る 信仰 対象 で あ る 菩薩 の 一 つ 。 +-1 散髪 脱 刀令 ( さんぱつ だっ と う れい ) と は 、 明治 4 年 8 月 9 日 ( 旧暦 ) ( 18 71 年 9 月 23 日 ) に 明治 政府 に よ っ て 出 さ れ た 太政 官 布告 。 +-1 対外 硬 ( たいがいこう ) と は 、 国際 社会 に おけ る 日本 国家 の 現状 を 対外 的 に 危機 的 状況 と 考え 、 国際 協調 を 否定 し て 、 国家 の 自主 ・ 独立 を 重ん じ て 軍事 力 を も 視野 に おいた 強硬 的 な 外交 で のみ に よ っ て この 危機 を 打開 でき る と する 思想 ・ 主張 の こと 。 +1 片岡 我童 ( かたおか ・ がどう ) は 歌舞伎 の 名跡 の 一種 。 +-1 山田 恵諦 ( やまだえ た い   明治 28 年 ( 1895 年 ) 12 月 1日 - 平成 6 年 ( 1994 年 ) 2 月 22 日 ) は 、 日本 の 天台 宗 の 僧侶 。 +1 藤原 忠平 ( ふじわら の ただひら 元 慶 4 年 ( 880 年 ) - 天暦 3 年 8 月 14 日 ( 旧暦 ) ( 949 年 9 月 14 日 ) ) は 、 平安 時代 の 公卿 。 +-1 赤 れんが フェスタ と は 毎年 、 京都 府 舞鶴 市 で 行 わ れ る 観光 イベント 。 +-1 文人 ( ぶんじん ) と は 、 中国 の 伝統 社会 に 生 じ た ひと つ の 人間 類型 で あ り 、 「 学問 を 修め 文章 を よく する 人 」 の 意 で あ る 。 +-1 吏党 ( りとう ) と は 、 明治 時代 中期 の 初期 帝国 議会 に おけ る 明治 政府 寄り の 姿勢 を 示 し た 政党 の こと 。 +1 源 頼季 ( みなもと の より すえ 、 生没 年 未詳 ) は 、 平安 時代 中期 の 武将 。 +1 常盤井宮 全明親王 ( ときわい のみやま た あきら しんのう 、 永享 11 年 ( 1439 年 ) - 大永 元年 12 月 7 日 ( 旧暦 ) ( 152 2 年 1 月 4 日 ) ) は 室町 時代 の 皇族 。 +1 古田 重然 ( ふるたし げ なり / しげ て る ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 板垣 退助 ( いたが きたい すけ 、 天保 8 年 4 月 17 日 ( 旧暦 ) ( 1837 年 5 月 21 日 ) - 大正 8 年 ( 1919 年 ) 7 月 16 日 ) は 、 日本 の 武士 ・ 土佐 藩 士 、 政治 家 。 +1 善鸞 ( ぜんらん 、 建保 5 年 ( 1217 年 ) ? - 弘安 9 年 3 月 6 日 ( 旧暦 ) ( 1286 年 4 月 1日 ) ? ) は 、 鎌倉 時代 中期 の 浄土 真宗 の 僧 。 +-1 源 光庵 ( げん こうあん ) は 、 京都 市 北 区 ( 京都 市 ) 鷹峯 ( たか がみね ) に あ る 曹洞 宗 の 寺院 。 +-1 武社 国造 ( むさの くにのみやつこ ・ むさこく ぞう ) は 上総 国 北 東部 を 支配 し た 国造 。 +1 一条 美賀子 ( いちじょうみ かこ 、 徳川 美賀子 、 天保 6 年 ( 1835 年 ) - 明治 27 年 ( 1894 年 ) 7 月 9 日 ) は 、 幕末 - 明治 時代 の 公家 女性 、 徳川 慶喜 ・ 正室 。 +-1 大津 城 の 戦い ( おおつじょう の たたかい ) と は 、 ( 慶長 5 年 9 月 7 日 ( 旧暦 ) ( 160 0 年 10 月 13 日 ) ) - 慶長 5 年 9 月 15 日 ( 旧暦 ) ( 160 0 年 10 月 21 日 ) ) まで 行な わ れ た 戦い 。 +1 中古 三十 六 歌仙 ( ちゅうこ さんじゅう ろっ かせん ) と は 、 藤原 範兼 の 『 後 六々 撰 』 に 載 っ て い る 和歌 の 名人 36 人 の 総称 。 +-1 懐紙 ( かいし ) +1 高階 貴子 ( たかしな の きし ・ たかこ 、 生年 不詳- 長徳 二 年 ( 996 年 ) 10 月 没 ) は 平安 時代 の 女流 歌人 。 +-1 おでん ( 御田 ) は 、 日本 料理 の うち 、 煮物 料理 の 一種 。 +-1 寒天 ( かんてん ) は 、 テングサ ( 天草 ) 、 オゴノリ など の 紅藻 類 の 粘液質 を 凍結 ・ 乾燥 し た もの で あ る 。 +1 和田 惟政 ( わ だ これ まさ ) は 日本 の 戦国 時代 ( 日本 ) の 武将 。 +1 甘露寺 親長 ( かんろじち かな が 、 応永 31 年 ( 1425 年 ) - 明応 9 年 8 月 17 日 ( 旧暦 ) ( 150 0 年 8 月 31 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 公家 で あ る 。 +-1 懺悔偈 ( さん げげ ) と は 四十 華 厳 普 賢 行願品 から 採 っ た 偈文 ( げもん ) で あ る 。 +1 安閑 天皇 ( あんかん てんのう 、 雄略 天皇 10 年 ( 466 年 ) - 安閑 天皇 4 年 12 月 17 日 ( 旧暦 ) ( 536 年 1 月 25 日 ) ) は 、 第 27 代 の 天皇 ( 在位 : 継体 天皇 25 年 2 月 7 日 ( 旧暦 ) ( 53 1 年 3 月 10 日 ) - 安閑 天皇 4 年 ( 535 年 ) 12 月 17 日 ) 。 +1 尊雅 王 ( そんが おう 、 生没年 不詳 ) は 、 鎌倉 時代 後期 の 皇族 。 +1 勧修 寺 尚顕 ( かじゅうじ なおあき 、 文明 ( 日本 ) 10 年 ( 1478 年 ) - 永禄 2 年 8 月 28 日 ( 旧暦 ) ( 1559 年 9 月 29 日 ) ) は 、 安土 桃山 時代 の 公家 ( 公卿 ) 。 +1 大宮 長興 ( おおみやなが おき 、 応永 19 年 ( 1412 年 ) - 明応 8 年 10 月 24 日 ( 1499 年 11 月 26 日 ) ) は 、 室町 時代 後期 の 官人 。 +-1 名号 本尊 ( みょうごう ほんぞん ) と は 、 浄土 真宗 の 本尊 の 形態 の 1 つ 。 +-1 摂家 将軍 ( せっけしょうぐん ) は 、 鎌倉 将軍 一覧 の うち 、 第 4 代 藤原 頼経 と その 嫡男 の 第 5 代 藤原 頼嗣 の 2人 の 征夷 大将軍 の こと 。 +-1 村 ( むら 、 そん ) と は 、 集落 や 基礎 自治 体 の 一種 で あ る 。 +1 岡屋 関白記 ( おか の やかんぱく き ) は 、 鎌倉 時代 の 関白 近衛 兼 経 の 日記 。 +1 平真樹 ( たいら の まき / まさき   生没年 未詳 ) は 、 平安 時代 中期 の 荘園 領主 ・ 豪族 で あ る 。 +-1 京都 フィルハーモニー 室内 合奏 団 ( きょう と フィルハーモーニー しつな い がっそう だん ) は 、 京都 市 を 本拠 地 と する オーケストラ で あ る 。 +-1 工部 七職 ( こうぶ しち しょく ) と は 彦根 仏壇 の 製造 に おけ る 、 7 種 の 工程 の 職人 の 総称 。 +-1 茶碗 ( ちゃわん ) と は 、 元々 は 磁器 で 作 ら れ た 喫茶 の ため の 食器 。 +-1 新貨 条例 ( しん か じょうれい ) は 、 明治 4 年 5 月 10 日 ( 旧暦 ) ( 18 71 年 6 月 17 日 ) に 制定 さ れ た 、 近代 日本 最初 の 貨幣 法 で あ る 。 +1 廃太子 ( はいたいし ) は 、 皇室 、 王室 に おけ る 廃嫡 の こと を い う 。 +1 池広   一夫 ( いけひろ かずお 、 1929 年 10 月 25 日 - ) は 、 日本 の 映画 監督 。 +1 二階堂 行貞 ( に かいどう ゆきさだ 、 1269 年 ( 文永 6 年 ) - 1329 年 3 月 3 日 ( 嘉暦 4 年 2 月 2 日 ( 旧暦 ) ) ) は 鎌倉 幕府 の 政所 執事 。 +-1 神宮寺 ( じんぐうじ ) と は 、 日本 に お い て 神仏 習合 思想 に 基づ い て 神社 を 実質 的 に 運営 し て い た 仏教 寺院 。 +-1 真宗 興正派 ( しんしゅう こうしょう は ) と は 、 浄土 真宗 の 一派 。 +1 赤松則祐 ( あかまつ   そく ゆう ) 、 正和 3 年 ( 1314 年 ) - 応安 4 年 / 建徳 2 年 11 月 29 日 ( 旧暦 ) ( 1372 年 1 月 13 日 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 武将 で あ る 。 +-1 地方 制度 と し て の 裁判 所 ( さいばん しょ ) は 、 明治 元年 ( 1868 年 ) に 、 京都 の 新 政府 が 諸藩 に 属 さ な い 直轄 地 を 治め る ため に 設け た 地方 行政 機関 で あ る 。 +-1 開眼 ( かいげん ) と は 、 新た に 作 ら れ た 仏像 や 仏画 など を 寺院 伽藍 また 堂 に 安置 し 、 魂 を 請じ 入れ る こと で あ る 。 +1 藤原 為光 ( ふじわら の ため みつ 、 天慶 5 年 ( 942 年 ) - 正暦 3 年 6 月 16 日 ( 旧暦 ) ( 99 2 年 7 月 23 日 ) ) は 、 平安 時代 中期 の 公家 。 +-1 高麗門 ( こうらい もん ) は 、 日本 に おけ る 門 の 形式 の 一 つ で あ る 。 +-1 密懐 法 ( びっ かい ほう ) と は 、 密通 に 関 する 処理 を 定め た 法令 。 +1 観世 元 滋 ( かんぜ もとしげ 、 1895 年 ( 明治 28 年 ) - 1939 年 ( 昭和 14 年 ) ) は 、 シテ 方 観世 流能 楽師 。 +-1 横難 横死 ( おうなん おうし ) と は 、 予期 し な い 災難 や 非業 の 死 を とげ る こと 。 +-1 小姓 ( こしょう ) と は 、 武家 の 職名 で あ る 。 +-1 仕事 始め ( しごと はじめ ) と は 、 1 月 2 日 に 年 が 明け て 初めて 仕事 を する こと 。 +1 山名義理 ( やまな よし ただ   生没年 不詳 ) は 室町 時代 の 武将 。 +1 坊門 忠清 ( ぼうもん ただ き よ ) は 、 鎌倉 時代 前期 の 公家 。 +-1 煎 茶道 ( せん ちゃどう ) は 、 広義 に は 茶道 の 一種 。 +1 後 二 条 天皇 ( ご に じょうてんのう 、 弘安 8 年 2 月 2 日 ( 1285 年 3 月 9 日 ) - 徳治 3 年 8 月 25 日 ( 130 8 年 9 月 10 日 ) ) は 、 鎌倉 時代 の 第 94 代 天皇 ( 在位 : 正安 3 年 1 月 22 日 ( 130 1 年 3 月 3 日 ) - 徳治 3 年 8 月 25 日 ( 130 8 年 9 月 10 日 ) ) 。 +1 一条 実家 ( いちじょうさ ねいえ 、 建長 2 年 ( 1250 年 ) - 正和 3 年 1 月 11 日 ( 旧暦 ) ( 1314 年 1 月 27 日 ) ) は 鎌倉 時代 の 公卿 。 +-1 日置 流 ( へ きりゅう ) と は 、 古流 の 逸見 流 を 学 ん だ 日置 弾正 政次 ( へきだん じょう まさつぐ ) ( 正次 と も ) が 確立 し た 、 和弓 の 流派 の 一 つ で あ る 。 +-1 同朋衆 ( どう ぼうしゅう ) と は 室町 時代 以降 将軍 の 近く で 雑務 や 芸能 に あた っ た 人々 の こと 。 +-1 世直 し 一揆 ( よなおし いっき ) は 、 江戸 時代 後半 から 明治 時代 初期 に かけ て 多発 し た 一揆 。 +-1 朝鮮 寺 ( ちょうせん で ら ) と は 、 おもに 在日 韓国 ・ 朝鮮 人 ら 、 特に その 婦人 層 に お い て 信仰 さ れ て い る 寺院 の 通称 。 +1 富川 十郎 ( とみかわ じゅうろう 、 天保 15 年 ( 1844 年 ) - 慶応 3 年 6 月 14 日 ( 旧暦 ) ( 1867 年 7 月 15 日 ) ) は 新選 組 隊士 。 +1 伊東 マンショ ( いとう まんしょ 、 Mancio , 満所 と も 、 永禄 12 年 ( 1569 年 ) 頃 - 慶長 17 年 10 月 21 日 ( 旧暦 ) ( 1612 年 11 月 13 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の キリシタン で 、 天正 遣欧 少年 使節 の 正使 。 +-1 石泉 学派 ( せき せん がく は ) と は 、 浄土 真宗 本願 寺 派 の 学派 の ひと つ で あ る 。 +-1 徳政令 ( とくせい れい ) と は 、 日本 の 中世 、 鎌倉 時代 から 室町 時代 に かけ て 朝廷 、 幕府 など が 債権 や 債務 の 放棄 を 命 じ た 法令 で あ る 。 +-1 伏見 桃山城 運動 公園 ( ふしみ も もやま じょう うんどう こうえん ) は 、 京都 府 京都 市 桃山 町 に あ る 公園 で あ る 。 +1 源 国 基 は 、 +-1 言挙げ ( こと あげ ) と は 日本 の 神道 に お い て 宗教 的 教義 ・ 解釈 を 「 ことば 」 に よ っ て 明確 に する こと を 言 う 。 +1 正風 俳諧 ( しょうふう はいかい ) と は 、 松尾 芭蕉 が 大成 し た 俳諧 の 概念 を さ す ことば で あ る 。 +1 世襲 足媛 ( よそ たら しひめ ) は 、 欠史 八代 、 孝昭 天皇 の 皇后 。 +-1 壬生 寺 ( みぶ で ら ) は 、 京都 市 中京 区 壬生 に あ る 律宗 大 本 山 の 寺院 で あ る 。 +1 勧修 寺 徳子 ( かしゅうじ なりこ 、 天明 8 年 11 月 3 日 ( 旧暦 ) ( 1788 年 11 月 30 日 ) - 明治 11 年 ( 1878 年 ) 1 1 月 23 日 ) は 、 江戸 時代 後期 - 明治 初期 に かけ て の 女官 。 +-1 第 16 師団 ( だい じゅう ろく しだん ) は 、 大 日本 帝国 陸軍 の 師団 の 一 つ 。 +1 尊観 ( そんかん 、 貞和 5 年 / 正平 ( 日本 ) 4 年 ( 1349 年 ) - 応永 7 年 10 月 24 日 ( 旧暦 ) ( 140 0 年 11 月 10 日 ) ) は 、 南北朝 時代 ( 日本 ) の 時宗 の 僧 。 +-1 内 奏 方 ( ないそう がた ) と は 、 室町 幕府 初期 に 設け られ た 訴訟 機関 の 1 つ 。 +1 北条 時宗 ( ほうじょう ときむね ) は 、 鎌倉 時代 中期 の 鎌倉 幕府 第 8 代 執権 。 +-1 超然 ( ちょうねん 、 寛政 4 年 12 月 23 日 ( 旧暦 ) ( 1793 年 2 月 3 日 ) - 慶応 4 年 2 月 29 日 ( 旧暦 ) ( 1868 年 3 月 22 日 ) ) は 、 江戸 時代 後期 の 浄土 真宗 の 僧 。 +1 中西 昇 ( なかにし のぼる 、 生没年 不詳 ) は 新選 組 伍長 。 +1 藤澤 友吉 ( ふじさわ と もきち 、 1866 年 3 月 - 1932 年 4 月 17 日 ) は 、 日本 の 実業 家 。 +-1 クシナダヒメ は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +-1 大泉 寺 ( だい せんじ ) は 滋賀 県 高島 市 新旭 町 饗庭 に あ る 天台 宗 の 延暦 寺 の 末寺 。 +1 薩戒記 ( さっかい き ) は 権 大 納言 兼 弾正 尹 中山定親 の 日記 。 +1 源季遠 ( みなもとの すえ とお 、 生没年 不詳 ) は 平安 時代 後期 の 武士 ・ 歌人 。 +-1 粥杖 ( かゆづえ ) は 、 正月 15 日 に 粥 を 煮 た 時 の 燃えさし の 木 を 削 っ て 作 っ た 杖 で あ る 。 +-1 室町 時代 ( むろまち じだい 、 1336 年 - 1573 年 ) は 、 室町 幕府 が 存在 し た 時代 を 指 す 日本 の 歴史 の 時代 区分 の 一 つ 。 +-1 長尾 神社 ( ながお じんじゃ ) は 、 奈良 県 葛城 市 に あ る 神社 。 +1 狩野 永岳 ( かのう えいがく 、 寛政 2 年 ( 1790 年 ) - 慶応 3 年 1 月 2 日 ( 旧暦 ) ( 1867 年 2 月 6 日 ) ) は 、 江戸 時代 後期 に 京都 を 中心 に 活躍 し た 画家 。 +-1 阿倍 氏 ( あべ し 、 後 に 安倍 氏 ) は 古代 日本 の 豪族 に 由来 する 貴族 の 氏 の 一 つ 。 +-1 『 平家 納経 』 ( へいけ のうきょう ) は 、 平安 時代 に 平氏 伊勢平 氏 と 平家 の 繁栄 を 願 い 、 厳島 神社 に 奉納 さ れ た 経典 類 の 総称 。 +-1 智光 曼荼羅 ( ち こうまん だら ) と は 、 奈良 市 の 元興寺 に 伝わ る 智光 が 感得 し た と い う 曼荼羅 の 図像 に 基づ い て 作 ら れ た 浄土 曼 荼羅 の 総称 で あ る 。 +1 加藤 文麗 ( かとう ぶんれい 、 宝永 3 年 ( 170 6 年 ) - 天明 2 年 3 月 5 日 ( 旧暦 ) ( 1782 年 4 月 17 日 ) ) は 江戸 時代 中期 の 日本 の 画家 で あ る 。 +-1 立憲革 新党 ( りっけん かくしんとう ) は 、 明治 中期 に 存在 し た 政党 ( 1894 年 5 月 9 日 - 18 96 年 2 月 24 日 ) 。 +1 藤原 公通 ( ふじわら の きんみち 、 永久 ( 元号 ) 5 年 ( 1117 年 ) - 承安 ( 日本 ) 3 年 9 月 9 日 ( 旧暦 ) ( 1173 年 10 月 17 日 ) 、 また は 4 月 9 日 ( 旧暦 ) ( 5 月 22 日 ) ) は 、 平安 時代 後期 の 公卿 。 +-1 霜月 神楽 ( しもつきかぐら ) と は 、 11 月 _ ( 旧暦 ) ( グレゴリオ 暦 の 12 月 から 翌年 1 月 ) に 行 わ れ る 神楽 の こと 。 +1 粟田口 吉光 ( あわたぐち よしみつ 、 13 世紀 頃 ) は 鎌倉 時代 中期 の 刀鍛冶 。 +-1 丸太町 駅 ( まるたまち えき ) は 京都 府 京都 市 に あ る 駅 。 +-1 朱雀 ( すざく ・ しゅじゃく 、 ピンイン ) と は 、 中華 人民 共和 国 の 伝説 上 の 神獣 ( 神鳥 ) で 、 四神 ( 四獣 ・ 四象 ) ・ 五 行 思想 の 一 つ 。 +1 林 忠交 ( はやし た だ かた 、 弘化 2 年 ( 1845 年 ) - 慶応 3 年 6 月 24 日 ( 旧暦 ) ( 1867 年 7 月 25 日 ) ) は 、 上総 国請西 藩 の 第 2 代 藩 主 。 +1 皇胤 ( こういん ) と は 、 広 く 天皇 の 子孫 を 指 す 言葉 で あ る 。 +-1 京都 市 中央 卸売 市場 第 一 市場 ( きょうと し ちゅうおう おろしうり し じょう だい いち しじょう ) は 、 京都 府 京都 市 下京 区 朱 雀 分木 町 80 番 地 に あり 14950 9 m2 もの 敷地 を 誇 る 市場 で あ る 。 +-1 栗尾 峠 ( くりお とうげ ) は 京都 府 京都 市 右京 区 京北 細野 町 に あ る 国道 上 の 峠 で あ る 。 +1 今出川 兼季 ( いまで が わ かねすえ 、 弘安 4 年 ( 1281 年 ) - 延元 4 年 / 暦応 2 年 1 月 16 日 ( 旧暦 ) ( 1339 年 2 月 25 日 ) ) は 鎌倉 時代 後期 から 室町 時代 かけ て の 公卿 。 +1 芝山 定 豊 ( しばやまさだ と よ 、 寛永 15 年 4 月 10 日 ( 旧暦 ) ( 1638 年 5 月 23 日 ) - 宝永 4 年 5 月 2 日 ( 旧暦 ) ( 17 0 7 年 6 月 1日 ) は 、 江戸 時代 の 公家 ( 公卿 ) 。 +1 尾関 弥四郎 ( おぜき や しろう 、 天保 2 年 ( 1831 年 ) - 慶応 元年 11 月 7 日 ( 旧暦 ) ( 1865 年 12 月 24 日 ) ) は 高取 藩 出身 で 尾関 雅次郎 の 実兄 。 +1 橘 周太 ( たちばな しゅうた 、 慶応 元年 9 月 15 日 ( 旧暦 ) ) ( 1865 年 11 月 3 日 ) - 明治 37 年 ( 190 4 年 ) 8 月 31 日 ) は 、 日本 の 陸軍 軍人 。 +-1 黒船 来航 ( くろふね ら い こう ) と は 、 嘉永 6 年 ( 1853 年 ) に アメリカ 合衆 国 の アメリカ 海軍 所属 の 東 インド 艦隊 艦船 が 、 日本 の 東京 湾 浦賀 ( 神奈川 県 横須賀 市 浦賀 ) に 来航 し た 事件 。 +-1 山号 姨 綺 耶山 ( いきや さん ) +1 中村 霞仙 ( なかむら かせん ) は 、 歌舞伎 役者 。 +-1 覚超 ( かくちょう 、 天徳 ( 日本 ) 4 年 ( 96 0 年 ) - 長元 7 年 1 月 24 日 ( 旧暦 ) ( 10 34 年 2 月 15 日 ) ) は 平安 時代 中期 の 天台 宗 の 僧 。 +-1 氷室 ( ひむろ ) と は 、 日本 古来 の 氷 を 蓄え て お く 場所 の こと で 現在 の 冷蔵 庫 に あた る 。 +1 琢如 ( たくに ょ   1625 年 ( 寛永 元年 ) - 16 7 1 年 5 月 22 日 ( 寛文 11 年 4 月 14 日 ) ) は 、 浄土 真宗 の 僧 で 、 東本願 寺 第 14 代 法主 。 +1 奈良 義成 の 妹 ( なら よしなり の いもうと 、 生没年 不詳 ) は 、 安土 桃山 時代 の 貞婦 。 +-1 恒貞 親王 伝 ( つねさだしん の うでん ) は 、 平安 時代 前期 に 書 か れ た 漢文伝 の 1 つ 。 +-1 京阪本 線 ( けいはん ほんせん ) は 、 大阪 府 大阪 市 中央 区 ( 大阪 市 ) の 淀屋 橋 駅 から 京都 府 京都 市 東山 区 の 三条 駅 ( 京都 府 ) まで を 結 ぶ 京阪 電気 鉄道 の 鉄道 路線 。 +1 藤原 師高 ( ふじわら の もろた か 、 生年 不詳 - 安元 3 年 6 月 9 日 ( 旧暦 ) ( 1177 年 7 月 6 日 ) ) は 日本 の 平安 時代 後期 の 受領 。 +-1 富士 門流 ( ふじ もんりゅう ) は 、 日蓮 系 の 諸宗 派 の うち 、 日蓮 の 6 人 の 高弟 「 六 老僧 」 の ひとり 日興 の 法脈 を 継承 する 諸 本山 と その 末寺 に 対 する 総称 の ひと つ 。 +1 広沢 安任 ( ひろさわ やす とう 、 文政 13 年 2 月 2 日 ( 旧暦 ) ( 1830 年 2 月 24 日 ) - 明治 24 年 ( 1891 年 ) 2 月 5 日 ) は 、 江戸 時代 後期 、 幕末 期 の 会津 藩 士 。 +1 脇坂 安利 ( わきざか や す と し 、 元和 ( 日本 ) 4 年 ( 1618 年 ) - 寛永 13 年 2 月 4 日 ( 旧暦 ) ( 1636 年 3 月 11 日 ) ) は 、 信濃 国 信濃 飯田 藩 の 世嗣 。 +1 中村 芝鶴 ( なかむら しかく ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +1 玉屋 庄兵衛 ( たま や しょうべい ) は からくり 人形 師 。 +-1 愛発関 ( あらち の せき ) と は 、 近江 国 と 越前 国 の 国境 に 置 か れ た 関所 。 +1 藤原 長実 ( ふじわら の ながざ ね 、 承保 2 年 ( 1075 年 ) - 長承 2 年 8 月 19 日 ( 旧暦 ) ( 1133 年 9 月 19 日 ) ) は 平安 時代 末期 の 公家 。 +1 藤原 保忠 ( ふじわら の やすただ 、 寛平 2 年 ( 890 年 ) - 承平 ( 日本 ) 6 年 7 月 14 日 ( 旧暦 ) ( 936 年 8 月 3 日 ) ) は 平安 時代 前 ・ 中期 の 公卿 。 +-1 牟義都 国造 ( むげつ の くにのみやつこ ・ むげつ こく ぞう ) は 美濃 国 北 中部 を 支配 し た 国造 。 +-1 一言 寺 ( いちごんじ ) は 、 京都 市 伏見 区 醍醐 に あ る 真言 宗 の 寺院 で あ る 。 +-1 宇陀 崩れ ( うだ くずれ ) と は 、 江戸 時代 に 大和 国 の 宇陀 松山 藩 で 起こ っ た お 家 騒動 で あ る 。 +1 藤原 明子 ( ふじわら の あきら けいこ / めいし 、 天長 6 年 ( 829 年 ) - 昌泰 3 年 5 月 23 日 ( 旧暦 ) ( 90 0 年 6 月 22 日 ) ) は 、 藤原 良房 と 源 潔姫 の 娘 で 文徳 天皇 の 女御 。 +-1 曹洞 宗 ( そうとうしゅう ) は 、 中国 の 禅宗 五 家 ( 臨済 宗 、 潙仰 宗 、 曹洞 、 雲門 宗 、 法眼 宗 ) の 1 つ で 、 日本 に お い て は 禅宗 ( 日本 達磨 宗 ・ 臨済 宗 ・ 曹洞 宗 ・ 黄檗 宗 ・ 普化 宗 ) の 1 つ で あ る 。 +-1 玉祖命 ( たまの おや の みこと ) は 、 日本 神話 に 登場 する 神 で あ る 。 +-1 不孝 ( ふきょう ) +-1 年料 舂 米 ( ねんりょう しょ う まい ) と は 、 日本 の 律令 制 に お い て 、 令 制 国 より 毎年 一定 量 の 白米 を 中央 に 貢進 さ せ る 制度 、 また その 舂米 その もの の こと 。 +-1 栲幡 千 千 姫命 ( たくは たちぢ ひめ の みこと ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +1 藤原 宮子 ( ふじわら の みやこ 、 ? - 天平 勝宝 6 年 7 月 19 日 ( 旧暦 ) ( 75 4 年 8 月 11 日 ) ) は 藤原 不比 等 の 長女 。 +-1 典侍 ( な いしのすけ ) と は 、 律令 制 に おけ る 官職 で 、 内 侍 司 ( 後宮 ) の 次官 ( 女官 ) 。 +1 院尊 ( いんそん 、 保安 ( 元号 ) 元年 ( 1120 年 ) - 建久 9 年 ( 1198 年 ) ) は 、 平安 時代 後期 - 鎌倉 時代 の 院 派 仏師 。 +-1 蔵米 知行 ( くらま いちぎょう ) と は 、 蔵米 給与 ( くらまいきゅうよ ) とも 呼 ば れ 、 江戸 幕府 や 藩 が 家臣 に 対 し て 、 俸禄 と し て 知行 地 の 代わり に 蔵米 ( 幕府 の 場合 は 特に 廩米 とも ) を 支給 する こと 。 +-1 白河 ( しらかわ ・ 白川 ) と は 、 かつて 京都 洛外 、 山城 国 愛宕 郡 に 属 し て い た 白川 ( 淀川 水系 ) 流域 を 指 す 名称 。 +1 石川 時光 ( いしかわ ときみつ 、 生年 不詳 - 建武 ( 日本 ) 2 年 4 月 1日 ( 旧暦 ) ( 1335 年 4 月 24 日 ) ) は 、 鎌倉 時代 後期 の 武将 。 +-1 大妙 寺 ( だいみょうじ ) は 、 京都 市 西京 区 に あ る 日 蓮 宗 の 寺院 。 +1 本庄 宗資 ( ほん じょうむねすけ 、 寛永 6 年 ( 1629 年 ) 頃 - 元禄 12 年 8 月 16 日 ( 旧暦 ) ( 1699 年 9 月 9 日 ) ) は 、 江戸 時代 前期 の 譜代 大名 。 +-1 あんみつ ( 餡蜜 ) は 、 みつまめ に 餡 を 盛 っ た 和 菓子 。 +1 高倉 福信 ( たか く ら の ふくしん 、 709 年 ( 和銅 2 年 ) - 789 年 11 月 3 日 ( 延暦 8 年 10 月 8 日 ( 旧暦 ) ) ) は 奈良 時代 の 公卿 。 +1 清少 納言 ( せいしょう なごん 、 康保 三 年 頃 ( 96 6 年 ? ) - 万寿 二 年 頃 ( 1025 年 ? ) ) は 平安 時代 の 女流 作家 、 歌人 。 +1 平伊望 ( たいら の これ も ち 、 元 慶 5 年 ( 881 年 ) - 天慶 2 年 11 月 16 日 ( 旧暦 ) ( 939 年 12 月 29 日 ) は 、 平安 時代 前期 の 貴族 。 +-1 七条 駅 ( しちじょう えき ) は 京都 府 京都 市 東山 区 下堀 詰町 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +1 富樫 稙泰 ( と がし   たねやす   文明 ( 日本 ) 6 年 ( 1474 年 ) ? - 天文 ( 元号 ) 4 年 ( 1535 年 ) ) は 富樫 氏 16 代 当主 ( 高家 の 代 から 数え て の 数 ) 。 +-1 削 り 粉 ( けずりこ ) と は 、 カツオ ・ サバ ・ イワシ など の 節類 を 削 っ て 削 り 節 を 作 る 時 に 出 て くる 細か い 粉末 を 集め た もの で あ る 。 +-1 八坂 女 紅場 学園 ( やさか にょこう ば がくえん ) ( 祇園 女子 技芸 学校 ( ぎおん じょし ぎげ い がっこう ) ) は 、 京都 市 東山 区 祇園 甲部 に あ る 舞妓 ・ 芸妓 の ため の 教育 施設 。 +-1 引接寺 ( いん じょうじ ) は 、 京都 市 上京 区 に あ る 高野山 真言宗 に 属 する 寺 で あ る 。 +-1 草双紙 ( くさぞうし ) と は 、 江戸 時代 の 戯作 文芸 の 一種 で 、 絵 を 中心 に 仮名 で 筋書き が 書き込 ま れ た 物語 。 +-1 座頭 ( ざとう ) 。 +-1 旧 制 外国 語 学校 ( きゅう せい がいこく ご がっこう ) 。 +-1 善峯 寺 ( よしみね で ら ) は 、 京都 府 京都 市 西京 区 に あ る 寺院 。 +1 氷上 川継 ( ひ かみ の かわつ ぐ 、 生没年 不詳 ) は 奈良 時代 から 平安 時代 初期 の 皇族 。 +-1 茅原 狐塚 古墳 ( ちはら きつねづか こふん ) は 奈良 県 桜井 市 茅原 に あ る 古墳 。 +1 愛宮 ( あいみや / あいのみや 、 生没年 不詳 ) は 、 平安 時代 中期 の 女性 。 +1 上宮 聖徳 法王 帝説 ( じょうぐう しょう とく ほうおうていせつ ) は 、 推古 天皇 の 摂政 の いわゆる 聖徳 太子 の 伝記 と さ れ る 現存 する 最古 の もの で あ る 。 +-1 改易 ( かいえき ) と は 、 律令 制度 で は 現職 者 の 任 を 解 き 新任 者 を 補任 する こと を い う 。 +1 冷泉 為経 ( れいぜい ためつね 、 承応 3 年 9 月 21 日 ( 旧暦 ) ( 1654 年 10 月 31 日 ) - 享保 6 年 10 月 4 日 ( 旧暦 ) ( 1722 年 11 月 12 日 ) ) は 、 江戸 時代 の 公家 。 +-1 画霊 ( がれい ) は 、 人物 画 に 画家 の 執念 が 乗り移 っ た と さ れ る 付喪神 。 +1 冷泉 為紀 ( れいぜい ため も と 、 1854 年 - 190 5 年 ) は 日本 の 歌人 。 +-1 九条 家 ( くじょうけ ) は 、 摂家 の ひと つ で 公家 で あ る 。 +1 今出川 実直 ( いまで がわ さね なお 、 興国 3 年 / 康永 元年 ( 1342 年 ) - 応永 3 年 5 月 15 日 ( 旧暦 ) ( 1396 年 6 月 21 日 ) ) は 、 南北朝 時代 ( 日本 ) ・ 室町 時代 の 公卿 。 +1 冷泉 為満 ( れいぜい ため みつ 、 永禄 2 年 4 月 25 日 ( 旧暦 ) ( 1559 年 5 月 31 日 ) - 元和 ( 日本 ) 5 年 2 月 14 日 ( 旧暦 ) ( 1619 年 3 月 29 日 ) ) は 戦国 時代 ( 日本 ) 後期 から 江戸 時代 初期 に かけ て の 公卿 、 歌人 。 +1 石川 貞道 ( いしかわ さだみち 、 生没年 不詳 ) は 、 安土 桃山 時代 の 大名 。 +1 池禅尼 ( いけ の ぜん に 、 長治 元年 ( 1104 年 ) ? - 長寛 2 年 ( 11 64 年 ) ? ) は 、 平安 時代 末期 の 女性 。 +1 賀茂宮 ( かものみや 、 元和 ( 日本 ) 4 年 10 月 5 日 ( 1618 年 11 月 21 日 ) - 元和 8 年 10 月 2 日 ( 1622 年 11 月 4 日 ) ) は 、 江戸 時代 前期 の 皇族 。 +-1 覚猷 ( かく ゆう 、 天喜 元年 ( 1053 年 ) - 保延 6 年 9 月 15 日 ( 旧暦 ) ( 1140 年 10 月 27 日 ) ) は 、 平安 時代 後期 の 天台 宗僧 。 +1 有間 皇子 ( ありま の みこ 、 舒明 天皇 12 年 ( 640 年 ) - 斉明 天皇 4 年 11 月 11 日 ( 旧暦 ) ( 658 年 12 月 13 日 ) ) は 、 孝徳 天皇 の 皇子 。 +-1 伏見 稲荷 駅 ( ふしみ い な り えき ) は 、 京都 府 京都 市 伏見 区 深草 一 坪 町 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +-1 日講 ( にっこう 、 寛永 3 年 3 月 27 日 ( 旧暦 ) ( 1626 年 4 月 23 日 ) - 元禄 11 年 3 月 10 日 ( 旧暦 ) ( 1698 年 4 月 20 日 ) ) は 、 江戸 時代 前期 の 日蓮 宗 の 僧 。 +-1 大師 堂 ( だい しどう ) は 、 日本 に おけ る 仏堂 の 呼称 の 1 つ で 、 大師 ( 僧 ) を 贈 ら れ た 僧 を 礼拝 の 対象 と し て 祀 る もの で あ る 。 +1 小堀 正之 ( こぼり まさゆき 、 元和 ( 日本 ) 6 年 ( 1620 年 ) 2 月 15 日 ( 旧暦 ) - 延宝 2 年 8 月 24 日 ( 旧暦 ) ( 167 4 年 9 月 23 日 ) ) は 、 近江 小室 藩 小堀 氏 の 第 2 代 藩 主 。 +-1 仁海 ( にんが い 、 天暦 5 年 ( 951 年 ) - 永承 元年 5 月 16 日 ( 旧暦 ) ( 1046 年 6 月 22 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +1 北白川 宮 智成親王 ( きたしらかわ の みやさ と な り しんのう 、 安政 3 年 6 月 21 日 ( 旧暦 ) ( 1856 年 7 月 22 日 ) - 明治 5 年 1 月 2 日 ( 旧暦 ) ( 1872 年 2 月 10 日 ) ) は 、 江戸 時代 末期 、 明治 時代 初期 の 日本 の 皇族 。 +1 後 堀河 天皇 ( ごほり かわ てんのう 、 建暦 2 年 2 月 18 日 ( 1212 年 3 月 22 日 ) - 天福 2 年 8 月 6 日 ( 1234 年 8 月 31 日 ) ) は 、 鎌倉 時代 の 第 86 代 天皇 ( 在位 : 承久 3 年 7 月 9 日 ( 1221 年 7 月 29 日 ) - 貞永 元年 10 月 4 日 ( 1232 年 11 月 17 日 ) ) 。 +-1 沓島 ( くつじま ) と は 、 京都 府 舞鶴 市 の 沖合い の 若狭 湾 に 浮か ぶ 島 。 +-1 観光 ボランティア ガイド ( かんこう ぼらんてぃあ がいど ) と は 、 地域 を 訪れ る 観光 客 に 対 し 、 無料 若しくは 低廉 な 料金 で 、 自発 的 に 、 継続 し て 、 自分 なり の や り 方 で 案内 ・ ガイド する 人 の こと で あ る 。 +-1 中陰 ( ちゅういん ) 、 中有 ( ちゅうう ) と は 、 仏教 で 人 が 死 ん で から の 49 日間 を 指 す 。 +-1 番役 ( ばんやく ) と は 、 日本 史上 に お い て 順番 に 交替 勤務 に あた る こと 。 +-1 三 斎流 ( さん さい りゅう ) は 、 細川 三斎 を 祖 と 仰 ぐ 茶道 の 一派 。 +1 生駒 親正 ( いこまちかまさ ) は 安土 桃山 時代 、 江戸 時代 初期 の 大名 。 +-1 川原宮 ( かわら の みや ) は 、 7 世紀 中期 の 皇極 天皇 が 営 ん だ 宮 。 +-1 河原 山城 の 戦い ( かわら やま じょう の たたか い ) は 天正 13 年 ( 1585 年 ) 7 月 に 伯耆 国 汗入郡 の 河原 山城 で 起き た 戦い 。 +-1 桃尾 の 滝 ( もも のお の たき ) は 奈良 県 天理 市 滝 本町 に あ る 滝 。 +1 蒲生 忠知 ( が もう ただ と も ) は 、 出羽 国 上山 藩主 。 +-1 三昧 ( さん まい 、 Sam ā dhi , サマーディ の 音写 ) と は 、 仏教 に おけ る 禅 、 ヒンドゥー 教 に おけ る 瞑想 に お い て 、 精神 集中 が 深ま り き っ た 状態 の こと 。 +-1 北野 天満 宮 ( きた の てんまんぐう ) は 京都 市 上京 区 に あ る 神社 で あ る 。 +1 宇田川 玄真 ( うだ がわ げんしん 、 明和 6 年 12 月 28 日 ( 旧暦 ) ( 1770 年 1 月 24 日 ) - 天保 5 年 12 月 4 日 ( 旧暦 ) ( 1835 年 1 月 2 日 ) ) は 、 江戸 時代 後期 の 蘭方 医 。 +-1 古都 京都 の 文化 財 ( こと きょうと の ぶんか ざい ) は 、 京都 府 京都 市 ・ 宇治 市 、 滋賀 県 大津 市 に 存在 する 寺院 等 の 総称 。 +-1 漢國 神社 ( かんごう じんじゃ ) は 、 奈良 県 奈良 市 に あ る 神社 で あ る 。 +1 大伴 弟 麻呂 ( おおとも の おとまろ 、 天平 3 年 ( 731 年 ) ? - 大同 ( 日本 ) 4 年 5 月 28 日 ( 旧暦 ) ( 80 9 年 7 月 14 日 ) ) は 、 奈良 時代 ・ 平安 時代 初期 の 公卿 ・ 武将 。 +-1 生食 ( いけづき ) は 平安 時代 末期 に 活躍 し た 名馬 一覧 の 名称 で あ る 。 +1 宗祇 ( そうぎ 、 142 1 年 ( 応永 28 年 ) - 15 0 2 年 9 月 1日 ( 文亀 2 年 7 月 30 日 ( 旧暦 ) ) ) は 、 室町 時代 の 連歌 師 。 +-1 永谷 宗 円生 家 ( ながたに そう えんせい か ) と は 、 元文 3 年 ( 1738 年 ) 、 「 青製 煎茶 製法 」 を 開発 ・ 普及 さ せ た と 伝え られ る 永谷 宗 円 が 暮ら し 、 明治 まで 永谷 家 が 存在 し て い た 場所 ( 京都 府 綴喜 郡 宇治田原町 大字 湯屋谷 小字 空広 ) に 、 製茶 道具 や ほいろ 跡 を 保存 する ため 、 地元 有志 の 手 に よ り 昭和 35 年 に 建設 さ れ た 施設 。 +-1 吉水 神社 ( よしみず じんじゃ ) は 、 奈良 県 吉野 郡 吉野 町 に あ る 神社 で あ る 。 +1 花山院 忠長 ( かざん いん ただな が 、 天正 16 年 ( 1588 年 ) - 寛文 2 年 9 月 26 日 ( 旧暦 ) ( 1662 年 11 月 6 日 ) ) は 、 江戸 時代 初期 の 朝臣 。 +1 橋本 経子 / 観行 院 ( はしもと つねこ / かんぎょう いん 、 文政 9 年 11 月 26 日 ( 旧暦 ) ( 1826 年 12 月 24 日 ) - 慶応 元年 8 月 9 日 ( 旧暦 ) ( 1865 年 9 月 28 日 ) ) は 、 幕末 期 の 日本 の 女官 。 +-1 供御 院 ( くご いん ) と は 、 大炊 寮 の 付属 機関 。 +-1 社会 民主 党 ( しゃかい みんしゅ とう ) は 1901 年 に 結成 さ れ た 日本 最初 の 社会 主義 政党 で あ る 。 +1 熊谷 直好 ( くまがい なお よし 、 天明 2 年 2 月 8 日 ( 旧暦 ) ( 1782 年 3 月 21 日 ) - 文久 2 年 8 月 8 日 ( 旧暦 ) ( 1862 年 9 月 1日 ) ) は 、 江戸 時代 後期 の 歌人 。 +-1 から し ( カラシ 、 芥子 、 辛子 ) は アブラナ 科 の 植物 カラシナ および 近縁 種 の 種子 から 作 ら れ る 香辛 料 。 +-1 臣 ( しん ) は 、 君主 に つかえ る 家来 の 事 。 +1 能世 国能 ( のせくに よし 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 武士 。 +1 若槻 頼胤 ( わかつきより たね 、 生没年 不詳 ) は 鎌倉 時代 の 武将 。 +-1 式神 ・ 識神 ( しきがみ 、 しきじん ) 、 式 の 神 と も い い 、 文献 に よ っ て は 式鬼 ( しき ) 、 式 鬼神 と も ) と は 、 陰陽 師 が 使役 する 鬼神 の こと で 、 人心 から 起こ る 悪行 や 善行 を 見定め る 役 を 務め る もの 。 +-1 若狭 町 ( わかさ ちょう ) は 、 福井 県 に あ る 町 。 +-1 智恵 光 院 通 ( ちえ こう いんどおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +1 二条 派 ( に じょう は ) は 、 中世 に おけ る 和歌 の 流派 。 +1 千葉 宗胤 ( ちば むね た ね 、 1265 年 ( 文永 2 年 ) - 1294 年 2 月 12 日 ( 永仁 2 年 1 月 16 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 中期 の 武将 。 +1 鎌倉 景政 ( かまくら かげまさ / 平景 政 ( たいら の かげまさ ) ) は 、 平安 時代 後期 の 武将 。 +1 貝原 益 軒 ( かいばら えきけん 、 1630 年 12 月 17 日 ( 寛永 7 年 11 月 14 日 ( 旧暦 ) ) - 1 71 4 年 10 月 5 日 ( 正徳 ( 日本 ) 4 年 8 月 27 日 ( 旧暦 ) ) ) は 江戸 時代 の 本草 学 者 、 儒学 者 。 +1 山前王 ( やまくま の おおきみ 、 生年 不詳 - 養老 7 年 12 月 ( 723 年 12 月 ) ) は 飛鳥 時代 末期 から 奈良 時代 初期 に かけ て の 皇族 で あ る 。 +-1 中古 ( ちゅうこ ) と は 、 時代 区分 に 用い られ る 表現 の 1 つ で 、 上古 ・ 中古 ・ 近古 の 三 分 法 を 用い た 際 の 2 番 目 に 相当 する 。 +-1 両統迭立 ( りょう とう てつりつ ) と は 、 一 国 の 君主 の 家系 が 2 つ に 分裂 し 、 それぞれ の 家系 から 交互 に 国王 を 即位 さ せ て い る 状態 を い う 。 +-1 京都 市 西京極 総合 運動 公園 補助 競技 場 ( きょう とし にしきょうごく そうごう うんどう こうえん ほじょ きょうぎ じょう ) は 、 京都 府 京都 市 右京 区 に あ る 京都 市 西京極 総合 運動 公園 陸上 競技 場 兼球技 場 の サブグラウンド で 、 京都 市 が 所有 ・ 運営 し て い る 。 +-1 『 一 枚 起請 文 』 ( いち まい き しょう もん ) と は 、 建暦 2 年 1 月 23 日 _ ( 旧暦 ) ( ユリウス 暦 1212 年 2 月 27 日 ) に 法然 が 死 の 直前 に 自身 で 遺言 を 記 し た もの で あ る 。 +-1 『 学問 の す ゝ め 』 ( がくもん の すすめ ) は 、 福澤 諭吉 の 著書 の ひと つ 。 +-1 珍海 ( ちんかい 、 寛治 5 年 ( 1091 年 ) - 仁平 2 年 11 月 23 日 ( 旧暦 ) ( 1152 年 12 月 20 日 ) ) は 、 平安 時代 後期 の 学僧 ・ 画僧 。 +1 伊良子 光順 ( いらこ みつお さ 、 文政 6 年 9 月 4 日 ( 旧暦 ) ( 1823 年 10 月 7 日 ) - 明治 14 年 ( 1881 年 ) 9 月 23 日 ) は 、 幕末 から 明治 時代 初期 の 日本 の 医師 。 +-1 教相 判釈 ( きょうそう はん じゃく ) と は 、 中国 を はじめ と する 漢訳 仏典 圏 に お い て 、 仏教 の 経典 を 、 その 相 ( 内容 ) に よ っ て 、 高低 、 浅深 を 判定 し 解釈 し た もの 。 +-1 高野 街道 ( こうや かいどう ) と は 、 かつて 京都 ・ 大阪 から の 高野山 ( 和歌山 県 ) へ の 参詣 道 と し て 用い られ た 街道 。 +-1 巫女 、 また は 神子 ( みこ 、 ふじょ ) と は 、 主 と し て 日本 ( 大和 ) の 神 に 仕え る 女性 の こと 。 +-1 花見 ( はなみ ) と は 主に サクラ など の 花 を 鑑賞 し 、 春 の 訪れ を 寿 ぐ 慣習 で あ る 。 +-1 五 大紋 ( ご だい もん ) は 、 日本 の 家紋 の うち 、 一般 的 に 特 に 多 く 分布 する 藤 、 桐 、 鷹 の 羽 、 木瓜 、 片喰 の 5 つ の 紋 の こと を 指 す 。 +-1 藩医 ( はんい ) と は 、 江戸 時代 に 藩 に 仕え た 医師 の こと 。 +-1 赤口 日 ( し やく こうにち ・ しゃっこう にち ) と は 、 陰陽 道 の 八嶽 卒 神 が 支配 する 日 で あ り 、 公事 ・ 訴訟 ・ 契約 など の 凶日 と さ れ る 。 +-1 慈延 ( じえん 、 寛延 元年 ( 1748 年 ) - 文化 ( 元号 ) 2 年 7 月 8 日 ( 旧暦 ) ( 180 5 年 8 月 2 日 ) ) は 、 江戸 時代 中期 から 後期 に かけ て の 天台 宗 の 僧 ・ 歌人 。 +1 西園寺 公顕 ( さいおんじ きん あき 、 文永 11 年 ( 1274 年 ) - 元応 3 年 2 月 8 日 ( 旧暦 ) ( 132 1 年 3 月 7 日 ) ) は 、 鎌倉 時代 後期 の 公卿 。 +1 長島 五郎 作 ( ながしま ごろ さく 、 嘉永 5 年 ( 1852 年 ) - 明治 2 年 5 月 11 日 ( 旧暦 ) ( 1869 年 6 月 20 日 ) ) は 、 安房 国 出身 の 新 選 組 隊士 。 +1 伊達 邦直 ( だて くに なお 、 天保 5 年 9 月 12 日 ( 旧暦 ) ( 1835 年 11 月 2 日 ) - 明治 24 年 ( 1891 年 ) 1 月 12 日 ) は 、 江戸 時代 末期 の 仙台 藩 一門 ・ 岩出山 伊達 家 当主 で 、 明治 維新 後 は 北海道 開拓 に 身 を 投 じ 当別 町 の 基礎 を 築 く 。 +-1 京都 扶 持衆 ( きょうと ふち しゅう ) と は 、 室町 時代 に 室町 幕府 の 征夷 大将軍 と 直接 主従 関係 を 結 ん だ 関東 地方 ・ 東北 地方 の 武士 。 +-1 蔵人 頭 ( く ろうど の とう ) と は 、 令外 官 の 役職 で 、 蔵人 所 の 実質 的 な 長 ( 名目的 な 長官 は 他 に 「 蔵人 別当 」 と 呼 ん で 大臣 が 兼任 し て い た ) 。 +1 橋本 実久 ( はしもと さねひさ 、 寛政 2 年 4 月 25 日 ( 旧暦 ) ( 1790 年 6 月 7 日 ) - 安政 4 年 1 月 28 日 ( 旧暦 ) ( 1857 年 2 月 22 日 ) ) は 江戸 時代 後期 の 公家 、 公卿 。 +-1 行宮 ( あんぐう ( かりみや ) ) と は 、 皇帝 もしくは 天皇 の 、 行幸 時 あるいは 、 政変 など の 理由 で 御所 を 失陥 し て い る など と い っ た 場合 、 一時 的 な 宮殿 と し て 建設 あるいは 使用 さ れ た 施設 の 事 を 言 わ れ る 。 +1 高坂 正 顕 ( こうさか まさあき 、 190 0 年 1 月 23 日 - 1969 年 12 月 9 日 ) は 、 日本 の 哲学 者 。 +-1 軍忠状 ( ぐん ちゅうじょう ) と は 、 中世 日本 に お い て 、 参陣 や 軍功 など を 証 する 書類 。 +-1 比良 招福 温泉 ( ひら しょう ふくおんせん ) は 滋賀 県 大津 市 北 比良 948 - 10 に あ る 温泉 。 +-1 尼 五山 ( あまござん ) と は 、 室町 時代 に 五山 の 制 に 倣 っ て 尼寺 に 導入 さ れ た 臨済 宗 の 寺格 。 +1 洒落本 ( しゃれぼん ) と は 、 江戸 時代 中期 の 戯作 の 一種 で あ る 文学 。 +1 玉木 吉保 ( たまきよしやす 、 天文 ( 元号 ) 21 年 7 月 8 日 ( 1552 年 ) - 寛永 10 年 ( 1633 年 ) ) は 、 戦国 時代 ( 日本 ) の 安芸 国 の 戦国 武将 。 +1 後 円 融 天皇 ( ご えんゆうてんのう 、 延文 3 年 / 正平 13 年 12 月 12 日 ( 1359 年 1 月 11 日 ) - 明徳 4 年 4 月 26 日 ( 1393 年 6 月 6 日 ) 在位 : 応安 4 年 / 建徳 2 年 3 月 23 日 ( 13 71 年 4 月 9 日 ) - 永徳 2 年 / 弘和 2 年 4 月 11 日 ( 1382 年 5 月 24 日 ) ) は 、 南北朝 時代 の 北朝 第 5 代 天皇 で あ る 。 +1 一色 義定 ( いっ し きよし さだ 、 ? - 天正 10 年 9 月 8 日 ( 旧暦 ) ( 15 8 2 年 9 月 24 日 ) ? ) は 一色 氏 の 当主 。 +1 安達 時長 ( あだち と きな が 、 生没 年 未詳 ) は 、 鎌倉 時代 前期 の 鎌倉 幕府 の 御 家人 。 +1 大内 義綱 ( おお う ち よしつな 、 生没年 不詳 ) は 戦国 時代 ( 日本 ) の 武将 。 +-1 漏刻 博士 ( ろうこく はかせ ) は 、 日本 律令 制 に お い て 陰陽 寮 に 置 か れ た 博士 。 +1 三条 実行 ( さんじょうさねゆき 、 承暦 4 年 ( 1080 年 ) - 応保 2 年 7 月 28 日 ( 旧暦 ) ( 1162 年 9 月 9 日 ) ) は 、 平安 時代 後期 の 公卿 で 三 条 家 初代 当主 。 +1 内 山彦次郎 ( うちやま ひこじろう 、 寛政 9 年 ( 1797 年 ) ‐ 元治 元年 5 月 20 日 ( 旧暦 ) ( 1864 年 6 月 23 日 ) ) は 、 幕末 の 大阪 西町 奉行 所 与力 で あ る 。 +-1 元 老院 議官 ( げんろういんぎ かん ) は 、 元 老院 ( 日本 ) を 組織 し た 人員 。 +1 高畠 長 直 ( たかばたけなが なお 、 ? - 天文 ( 元号 ) 18 年 6 月 24 日 ( 旧暦 ) ( 1549 年 7 月 18 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 陣屋 ( じんや ) と は 、 江戸 時代 の 幕藩 体制 に おけ る 大名領 ( 藩 ) の 藩庁 が 置 か れ た 屋敷 、 また は 徳川 幕府 天領 の 代官 の 住居 および 役所 が 置 か れ た 建物 の こと で あ る 。 +1 浅井 了意 ( あさいりょうい 、 慶長 17 年 ( 1612 年 ) - 元禄 4 年 1 月 1日 ( 旧暦 ) ( 1691 年 1 月 29 日 ) ) は 、 江戸 時代 前期 の 浄土 真宗 の 僧 ・ 仮名 草子 作家 。 +-1 大溝 藩 ( おおみぞ はん ) は 、 近江国 高島 郡 ( 現在 の 滋賀 県 高島 市 勝野 ) に 存在 し た 藩 。 +-1 本項 京都 市 東山 区 の 町名 ( きょうと し ひがしやま く の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +-1 職 ( しき ) は 律令 制 に おけ る 官司 の 等級 の 一 つ で あ る 。 +1 源 頼綱 ( みなもと の よりつな 、 万寿 2 年 ( 1025 年 ) - 承徳 元年 1 月 27 日 ( 旧暦 ) ( 1097 年 3 月 13 日 ) ) は 平安 時代 後期 の 摂津 源 氏 の 武将 ・ 歌人 。 +-1 城代 ( じょうだい ) と は 、 城主 の 留守 中 に 代理 と し て 城 を 管理 し た 者 。 +-1 醍醐 寺 三宝院 庭園 ( だい ご じ さんぽう いん てい えん ) は 、 京都 府 京都 市 伏見 区 に あ る 日本 庭園 で あ る 。 +1 内藤 湖南 ( ない とう こなん 、 1866 年 8 月 27 日 ( 慶応 2 年 7 月 18 日 ( 旧暦 ) 戸籍 上 は 5 月 27 日 ( 旧暦 ) ) - 1934 年 ( 昭和 9 年 ) 6 月 26 日 ) は 日本 の 歴史 家 の 一覧 。 +-1 日華門 ( にっかもん ・ じっかもん ) は 、 内裏 を 構成 する 内 閤門 の うち の 一 つ で 、 紫宸 殿 南庭 ( なんて い ・ だんてい ) の 東側 の 門 で あ る 。 +-1 豊道 春海 ( ぶんどうしゅんかい 、 1878 年 9 月 1日 - 1970 年 9 月 26 日 ) は 、 大正 期 から 昭和 に かけ て の 天台 宗 の 僧 。 +-1 園部 藩 ( そのべ はん ) は 、 丹波 国 船井 郡 ( 現在 の 京都 府 南丹 市 園部 町 小桜町 ) に 存在 し た 藩 。 +1 中村 源左衞門 ( なかむら げんざえ もん ) は 、 歌舞伎 の 名跡 の 一 つ 。 +1 玉藻 前 ( たまもの まえ 。 玉藻 の 前 ・ 玉藻 御前 と 紹介 さ れ る こと も あ る ) は 平安 時代 末期 、 鳥羽 天皇 に 仕え た 白面 金毛 九尾 の 狐 が 化け た 架空 の 絶世 の 美女 。 +1 九条 基家 ( くじょう も と いえ 、 建仁 3 年 ( 120 3 年 ) - 弘安 3 年 7 月 11 日 ( 旧暦 ) ( 1280 年 8 月 7 日 ) ) は 、 鎌倉 時代 中期 の 宮廷 歌人 。 +-1 京都 学連 事件 ( きょう と がくれん じけん ) は 1925 年 ( 大正 14 年 ) 12 月 以降 、 京都 帝国 大学 など で の 左翼 学生 運動 に 対 し て 行 わ れ た 弾圧 事件 。 +1 右近 ( うこん 、 生没年 不詳 ) は 、 平安 時代 中期 の 女流 歌人 。 +1 柳 宗悦 ( やな ぎむね よし 、 1889 年 3 月 21 日 - 1961 年 5 月 3 日 ) は 、 民芸 運動 を 起こ し た 思想 家 、 宗教 哲学 者 、 美術 研究 家 。 +1 藤原 興風 ( ふじわら の おきかぜ 、 生没年 不詳 ) は 、 平安 時代 の 貴族 ・ 歌人 。 +1 天皇 陵 ( てんのうりょう ) と は 、 天皇 の 墓 と し て 宮内 庁 が 指定 し て い る 墓 。 +1 弘瀬 金蔵 ( ひろせ きんぞう 、 文化 ( 元号 ) 9 年 10 月 1日 ( 旧暦 ) ( 1812 年 11 月 4 日 ) - 明治 9 年 ( 1876 年 ) 3 月 8 日 ) は 、 幕末 ・ 明治 期 の 浮世 絵 師 。 +-1 金剛山 ( こんごう さん ) は 、 奈良 県 御所 市 と 大阪 府 南河内 郡 千早 赤阪村 と の 境目 に あ る 山 。 +1 佐々木 道誉 ( ささき どう よ ) / 京極 道誉 ( きょうごく どう よ ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 武将 。 +-1 木幡 駅 ( こ は た えき ) は 、 京都 府 宇治 市 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 で あ る 。 +1 伊勢 大輔 ( いせ の たいふ / いせ の おおすけ 、 永祚 ( 日本 ) 元年 ( 989 年 ) 頃 ? - 康平 3 年 ( 10 60 年 ) 頃 ? ) は 平安 時代 中期 の 女流 歌人 。 +-1 新沢 千塚 古墳 群 ( にいざわ せん づか こふん ぐん ) は 、 奈良 県 橿原 市 南部 の 貝吹山 に 位置 する 総数 600 以上 の 墳墓 から な る 日本 有数 の 大古墳 群 で あ る 。 +-1 江 家 次第 ( ごうけ しだい ) は 、 平安 時代 後期 の 有職 故 実書 。 +1 勅語 ( ちょくご ) と は 、 原則 と し て 天皇 が 口頭 に よ り 発 する 公務 上 の 意思 表示 で あ り 、 詔勅 の 一種 で あ る 。 +1 続詞 花 和 歌集 ( しょくしか わかしゅう ) は 平安 時代 末期 の 私撰 集 。 +1 藤原 鎌足 ( ふじわら の かまたり 、 推古 天皇 22 年 ( 614 年 ) - 天智 天皇 8 年 10 月 16 日 ( 旧暦 ) ( 669 年 11 月 14 日 ) ) は 、 飛鳥 時代 の 政治 家 で 藤原 氏 の 始祖 。 +-1 平群 氏 ( へぐ りし ) は 、 武内 宿禰 の 後裔 と 伝え られ 、 大和 国平群 郡 平群 郷 ( 奈良 県 生駒 郡 平群 町 ) を 本拠 地 と し た 古代 在 地 豪族 の 一 つ 。 +-1 和尚 ( おしょう 、 サンスクリット up ā dhy ā ya ) と は 、 仏教 の 僧侶 の 敬称 で あ る 。 +-1 八坂 神社 ( やさか じんじゃ ) は 、 素戔 嗚尊 ( スサノオ ) を 祭神 と する 全国 各地 に あ る 神社 の 名称 。 +-1 明法道 ( みょうぼうどう ) と は 、 古代 日本 の 律令 制 の 元 で 設置 さ れ た 大学 寮 に お い て 、 律令 法 ( 法学 ) を 講義 し た 学科 。 +-1 天守 ( てんしゅ ) と は 日本 の 戦国 時代 ( 日本 ) 以降 城 の 象徴 的 存在 と な っ た 建造 物 の こと で あ る 。 +1 常陸 娘 ( ひたち の いらつめ 、 生没年 不詳 ) は 、 蘇我 赤兄 の 娘 。 +1 山内 豊範 ( やまうち とよの り 、 弘化 3 年 4 月 17 日 ( 旧暦 ) ( 1846 年 5 月 12 日 ) - 明治 19 年 ( 1886 年 ) 7 月 13 日 ) は 、 江戸 時代 末期 の 大名 。 +-1 ウェスティン 都 ホテル 京都 ( The West in MiyakoKyoto ) は 、 京都 市 東山 区 三 条 通 に あ る 最 高級 ホテル 。 +-1 五 芒星 ( ごぼう せい 、 英語 : Pentagram ) また は 五 芒 星形 ・ 五 角 星形 ・ 五 線 星 型 ・ 星型 五角 形 ・ 正 5 / 2 角形 は 、 互い に 交差 する 、 長 さ の 等し い 5 本 の 線分 から 構成 さ れ る 図形 で 星型 正 多 角 形 の 一種 で あ る 。 +-1 豚汁 ( ぶたじ る 、 とんじる ) と は 、 豚肉 と 野菜 を 煮込 ん で 味噌 で 調味 し た 日本 の 料理 。 +-1 綾小路 家 ( あや の こうじけ ) は 宇多 源 氏 の 流れ を 汲 む 源 氏 堂上 源 氏 。 +1 徳川 家定 ( とくがわ いえさだ ) は 、 江戸 幕府 第 13 代 征夷 大将軍 。 +-1 熊野 筆 ( くま の ふで ) は 、 広島 県 安芸 郡 ( 広島 県 ) 熊野 町 で 生産 さ れ て い る 筆 。 +1 辰路 ( たつじ 、 弘化 3 年 ( 1846 年 ) - 明治 43 年 ( 1910 年 ) ) は 、 京都 嶋 原 桔梗 屋 の 芸妓 で あ る 。 +-1 南蛮 寺 ( なんばん じ 、 なん ばん で ら ) は 、 戦国 時代 ~ 江戸 初期 まで 、 すなわち キリスト 教 伝来 ( 1549 年 ) から 徳川 幕府 に よ る キリスト 教 禁 教 まで の 期間 、 日本 に 建て られ た 教会 堂 の 通称 。 +-1 三国 岳 トンネル ( みくに だけ トンネル ) は 、 京都 府 舞鶴 市 と 福井 県 大飯 郡 高浜 町 を 貫 く 舞鶴 若狭 自動 車 道 の トンネル 。 +1 久子 内 親王 ( ひさこ な い しんのう 、 生年 不詳 - 貞観 ( 日本 ) 18 年 6 月 18 日 ( 旧暦 ) ( 876 年 7 月 12 日 ) ) は 、 平安 時代 前期 の 皇族 。 +-1 火葬 ( かそう ) は 、 死体 を 葬 る ため の 処理 の 一 つ で 、 遺体 を 燃焼 する こと で あ る 。 +-1 了庵 桂 悟 ( りょう あん けい ご 、 応永 32 年 ( 1425 年 ) - 永正 11 年 9 月 15 日 ( 旧暦 ) ( 1514 年 10 月 3 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 臨済 宗 の 僧 。 +-1 西院 春日 神社 ( さいいん かす が じんじゃ ) は 、 京都 市 右京 区 に あ る 神社 で あ る 。 +-1 切捨 御免 ( きりすて ごめん ・ 斬捨 御免 ) と は 苗字 帯刀 と 並 ぶ 江戸 時代 の 武士 の 特権 で あ る 。 +-1 一条通 ( いちじょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +-1 門徒 物 知 ら ず ( もん とも の し ら ず ) は 、 浄土 真宗 の 信者 ( 門徒 ) に 対 し て 他宗 の 信者 が 「 仏教 の 作法 を 知 ら な い 」 と 批判 する 際 に 使 わ れ る 言葉 。 +1 一条 兼香 ( いちじょう かねよし / かね か 、 元禄 5 年 12 月 16 日 ( 旧暦 ) ( 1693 年 1 月 12 日 ) - 寛延 4 年 8 月 2 日 ( 旧暦 ) ( 175 1 年 9 月 21 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 寂円 ( じゃくえん 、 開禧 3 年 ( 1207 年 ) - 正安 元年 9 月 13 日 ( 旧暦 ) ( 1299 年 10 月 8 日 ) ) は 、 鎌倉 時代 に 中国 南宋 から 来日 し た 曹洞 宗 の 僧 。 +-1 山 の 神 ( やま の かみ ) は +-1 北野 を どり ( きたの- ) は 毎年 4 月 15 日 から 4 月 25 日 に かけ て 上七 軒 歌 舞 練場 で 上演 さ れ る 。 +-1 酒波寺 ( さなみじ ) は 滋賀 県 高島 市 今津 町 に あ る 真言 宗 智山 派 の 寺院 ・ 京都 智積院 の 末寺 。 +1 中院 通茂 ( なかの いん みちしげ 、 寛永 8 年 4 月 13 日 ( 旧暦 ) ( 1631 年 5 月 14 日 ) - 宝永 7 年 3 月 21 日 ( 旧暦 ) ( 1 71 0 年 4 月 19 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +-1 天之 御 中主神 ( アメノミナカヌシノカミ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +-1 手締め ( てじめ ) と は 日本 の 風習 の 一 つ で 、 物事 が 無事 に 終わ っ た こと を 祝 っ て 、 その 関係 者 が 掛け声 と とも に リズム を 合わせ て 打 つ 手 拍子 。 +-1 神幸祭 ( しんこう さい ) は 、 神霊 の 行幸 が 行 わ れ る 神社 の 祭礼 。 +-1 オランダ 正月 ( - しょうがつ ) は 、 江戸 時代 に 長崎 の 出島 在住 の オランダ 人 たちや 、 江戸 の 蘭学 者 たち に よ っ て 行 わ れ た 、 太陽 暦 ( グレゴリオ 暦 ) に よ る 正月 元日 を 祝 う 宴 で あ る 。 +-1 左近桜 ( さこん の さくら ) は 、 平安 京内 裏 紫宸 殿 から おり る 南階 の 、 紫宸 殿 から 見 て 左方 、 東南 隅 第 一 間 に あ っ た 桜 の 樹 。 +-1 浪速 神楽 ( なにわかぐら ) は 関西 地方 を 中心 に 伝わ る 里 神楽 の 一種 。 +-1 大台ヶ原 山 ( おお だいが はら やま ) は 奈良 県 吉野 郡 上北山村 、 同郡 川上村 ( 奈良 県 ) および 三重 県 多気 郡 大台 町 旧 宮川 村 ( 三重 県 ) に 跨 っ て 座 す 山 。 +-1 与力 ( よりき ) と は 、 江戸 幕府 に おけ る 代表 的 な 職名 。 +-1 妙 顕寺 ( みょうけんじ ) は 、 京都 府 京都 市 上京 区 に あ る 、 日蓮 宗 の 大 本山 。 +-1 襲 の 色目 ( かさね の いろめ ) は 女房 装束 の 袿 の 重ね ( 五 つ 衣 ) に 用い られ た 襲色 目 の 一覧 。 +-1 物部 氏 ( もの のべうじ ) は 河内 国 の 哮峰 ( 現 ・ 大阪 府 交野 市 か ) に 天皇 家 より も 前 に 天孫 降臨 し た と さ れ る ニギハヤヒミコト を 祖先 と 伝え られ る 氏族 。 +-1 韓国 併合 ( かんこく へいごう ) は 、 1910 年 8 月 22 日 、 日韓 併合 条約 に 基づ い て 日本 が 大韓 帝国 ( 今日 の 大韓民国 と 朝鮮 民主 主義 人民 共和 国 に 相当 する 地域 ) を 併合 し た 事 を 指 す 。 +-1 宝山 乾珍 ( ほうざん けんちん 、 応永 元年 ( 1394 年 ) - 嘉吉 元年 12 月 25 日 ( 旧暦 ) ( グレゴリオ 暦 1442 年 2 月 5 日 ) ) は 室町 時代 の 僧 。 +1 鹿 島房次郎 ( かじま ふさじろう 、 1869 年 10 月 25 日 - 1932 年 7 月 29 日 ) は 、 広島 県 比婆 郡 庄原村 ( 現 ・ 庄原 市 ) 出身 の 実業 家 、 政治 家 。 +-1 概要 +1 宮将軍 ( みや しょうぐん ) と は 、 鎌倉 時代 に 征夷 大将軍 に 任 じ られ た 4 人 の 親王 を まとめ て 指 す 言葉 。 +1 慈訓 ( じくん ・ じきん 、 持統 天皇 5 年 ( 691 年 ) - 宝亀 8 年 ( 777 年 ) ) は 、 奈良 時代 の 奈良 興福寺 の 僧 。 +-1 本所 奉行 ( ほんじょ ぶぎょう ) と は 、 江戸 幕府 の 役職 の 1 つ 。 +-1 白川 通 ( しらかわ どおり ) は 、 京都 市 の 主要 な 南北 の 通り の 一 つ 。 +1 那珂 通世 ( なかみちよ 、 嘉永 4 年 1 月 6 日 ( 旧暦 ) ( 1851 年 2 月 6 日 ) - 明治 41 年 ( 190 8 年 ) 3 月 2 日 ) は 、 明治 時代 の 歴史 学 者 。 +-1 鶯餅 ( うぐいすもち ) は 、 餡 を 求肥 で 包 み 、 丸 く 包 ん だ もの を 楕 円 形 に し 、 左右 に 引っ張 り ウグイス の 形 に し た 和 菓子 で あ る 。 +1 物部 麁鹿火 ( もの のべ の あらか い 、 ? - 宣化 天皇 元年 ( 536 年 ) 7 月 ( 旧暦 ) ) は 、 古墳 時代 の 豪族 。 +1 千葉 氏 胤 ( ちばう じ た ね 、 1337 年 6 月 10 日 ( 延元 2 年 / 建武 ( 日本 ) 4 年 5 月 11 日 ( 旧暦 ) ) - 1365 年 9 月 28 日 ( 正平 ( 日本 ) 20 年 / 貞治 4 年 9 月 13 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +1 火焔 皇子 ( ほの おおうじ ・ ほのお のみこ 。 生没年 不詳 ) +-1 師範 学校 令 ( しはん がっこう れい ) と は 、 1886 年 ( 明治 19 年 ) 4 月 10 日 に 公布 さ れ た 勅令 で あ る 。 +-1 百 万 遍 念仏 ( ひゃく まん べん ねんぶつ ) と は 、 自身 の 往生 、 故人 へ の 追善 、 各種 の 祈祷 を 目的 と し て 念仏 を 百 万 回 唱え る こと 。 +1 浅井 国幹 ( あざい こっかん 、 1848 年 - 190 3 年 ) は 、 明治 時代 に 漢方 復興 運動 に 奔走 し た 日本 の 医師 。 +1 小 大君 ( こ おおきみ 、 生没年 不詳 ) は 、 平安 時代 中期 の 女流 歌人 。 +-1 黄泉 ( よみ ) と は 、 死者 の 世界 の こと で あ る 。 +1 広幡 基豊 ( ひろ は た もと と よ 、 寛政 12 年 4 月 22 日 ( 旧暦 ) ( 180 0 年 5 月 15 日 ) - 安政 4 年 5 月 29 日 ( 旧暦 ) ( 1857 年 6 月 20 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +-1 祭壇 ( さいだん ) は 、 神 や 精霊 、 死 など に 生贄 や 供物 を 捧げ る 為 の 壇 。 +1 重祚 ( ちょうそ ) と は 、 一 度 退位 し た 皇帝 が 再び 践祚 ( せんそ : 皇帝 に 即位 する こと ) する こと を い う 。 +1 理子 女王 ( まさこ じょ おう 、 元禄 4 年 8 月 18 日 ( 旧暦 ) ( 1691 年 9 月 10 日 ) - 宝永 7 年 6 月 4 日 ( 旧暦 ) ( 1 71 0 年 6 月 30 日 ) ) は 、 紀州 藩 第 5 代 藩 主 徳川 吉宗 ( 後 の 第 8 代 征夷 大将軍 ) の 正室 。 +1 近江 毛野 ( おうみの け ぬ 、 生年 不詳 - 継体 天皇 24 年 ( 530 年 ) ) は 、 継体 天皇 朝 で 活躍 し た 豪族 、 将軍 。 +-1 穴太衆 ( あのうしゅう ) は 、 織豊 時代 ( 安土 桃山 時代 ) に 活躍 し た 、 主に 寺院 や 城郭 など の 石垣 施工 を 行 っ た 技術 者 集団 。 +-1 佛教 大学 ( ぶっきょう だいがく 、 英称 BukkyoUniversity ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) に あ る 浄土 宗立 の 私立 大学 。 +-1 徳川 将軍 家 ( 德川 將軍 家 、 とくがわ しょうぐん け ) は 、 徳川 宗家 ( 德川 宗家 、 とくがわ そうけ 、 徳川 氏 の 宗家 ) で あ り 、 江戸 幕府 の 征夷 大将軍 家 。 +-1 船霊 ( ふなだま ) と は 海 の 民 が 航海 の 安全 を 願 う 神 。 +1 大炊 御門 家 信 ( おおい の みかど いえのぶ 、 文政 元年 6 月 8 日 ( 旧暦 ) ( 1818 年 7 月 10 日 ) - 明治 18 年 ( 1885 年 ) 8 月 30 日 ) は 、 江戸 時代 末期 の 公卿 。 +-1 一味 唐 辛子 ( いちみ とうがらし ) は 、 乾燥 さ せ た トウガラシ の 実 を すりつぶ し て 粉末 に し た 調味 料 。 +-1 景徳 傳燈録 ( けいとく でんとうろく 、 新字 表記 景 徳 伝灯 録 、 全 30 巻 ) は 、 中国 ・ 北宋 代 に 道原 に よ っ て 編纂 さ れ た 禅宗 を 代表 する 燈史 で あ る 。 +1 岡崎 雪聲 ( おかざき せっせい 、 嘉永 7 年 1 月 29 日 ( 旧暦 ) ( 1854 年 2 月 26 日 ) - 大正 10 年 ( 1921 年 ) 4 月 16 日 ) は 、 明治 から 大正 の 鋳造 師 、 彫金 家 。 +1 實川 額 十郎 ( じつか わ が くじゅうろう ) は 、 歌舞伎 役者 。 +1 平能 宗 ( たいら の よしむね 、 治承 2 年 ( 1178 年 ) ? - 元暦 2 年 5 月 7 日 ( 旧暦 ) ( 1185 年 6 月 6 日 ) ) は 平安 時代 末期 の 武将 。 +-1 菊亭 家 ( きくていけ ) は 、 清華 家 の 家格 を 有 する 公家 。 +-1 行燈 山 古墳 ( あんどん やまこふん 、 あんど やまこふん 、 行灯 と も 書 く ) は 、 奈良 県 天理 市 柳 本町 に 所在 する 古墳 時代 前期 の 前方 後 円墳 で あ る 。 +-1 たくあん の 煮物 ( たくあん の に もの ) は 日本 の 郷土 料理 。 +-1 広隆 寺 ( こうりゅうじ ) は 、 京都 市 右京 区 太秦 ( うずまさ ) に あ る 真言 宗 御 室 派 の 寺院 。 +-1 青葉山 ( あおば さん 、 あおばやま ) は 、 京都 府 舞鶴 市 と 福井 県 大飯 郡 高浜 町 の 境界 に 峙え る 山 で 、 高浜 町 の 最高 峰 で あ る 。 +-1 石仏 ( せきぶつ ) と は 、 石 に 彫 ら れ た 仏像 や 道祖 神 など の 神像 など も 含め 総称 さ れ る が 、 その 規模 は 寺院 や 神社 の 境内 、 路傍 など で 見 られ る よう な 小さ い もの から 、 臼杵 磨崖 仏 、 インド の アジャンター 石窟 、 エローラ 石窟 、 中国 の 雲岡 石窟 、 龍門 石窟 など に 代表 さ れ る よう な 巨大 な 岩盤 に 彫 ら れ た 磨崖 仏 まで 多様 で あ る 。 +1 三条 実 顕 ( さんじょうさ ねあき 、 宝永 5 年 5 月 29 日 ( 旧暦 ) ( 170 8 年 7 月 16 日 ) - 安永 元年 12 月 19 日 ( 旧暦 ) ( 1773 年 1 月 11 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 下天津 駅 ( し も あまづ えき ) は 、 京都 府 福知 山 市 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮 福線 の 鉄道 駅 。 +1 千 少庵 ( せん の しょう あん 、 せんしょう あん 、 天文 ( 元号 ) 15 年 ( 1546 年 ) - 慶長 19 年 9 月 7 日 ( 旧暦 ) ( 1614 年 10 月 10 日 ) ) は 茶道 。 +1 白井 松次郎 ( しらい まつじろう 、 1877 年 12 月 13 日 - 1951 年 1 月 23 日 ) は 、 松竹 の 創業 者 の 一人 ( 松竹 株式 会社 社長 ) 。 +-1 鬘能 ( か づら の う 、 かつら の う ) と は 、 能 の 演目 の 中 で 、 優美 な 女性 や 貴 公子 、 天人 など が シテ の 曲 。 +-1 舞鶴 親海 公園 ( まいづる しん かい こうえん ) は 、 京都 府 舞鶴 市 に あ る 公園 。 +1 宗形 氏 祀 ( むなかた のうしし ) は 、 宗像 ( 現在 の 福岡 県 宗像 市 ) の 豪族 。 +-1 西京 ( さいきょう 、 にしきょう ) 、 西 の 京 ( にし の きょう ) は 「 西 の 京 」 、 あるいは 「 京 の 西 」 を 意味 する 。 +1 後冷泉 天皇 ( ご れいぜい てんのう 、 万寿 2 年 8 月 3 日 ( 1025 年 8 月 28 日 ) - 治暦 4 年 4 月 19 日 ( 1068 年 5 月 22 日 ) ) は 、 日本 の 70 代 天皇 ( 在位 1045 年 - 1068 年 ) 。 +-1 幸西 ( こうさい 、 長寛 元年 ( 1163 年 ) - 宝治 元年 4 月 14 日 ( 旧暦 ) ( 1247 年 5 月 20 日 ) ) は 、 鎌倉 時代 前期 の 浄土 宗 の 僧 。 +-1 重陽 ( ちょうよう ) と は 五 節 句 の 一 つ で 、 9 月 9 日 の こと 。 +-1 松井 友閑 ( まつい ゆうかん ) は 安土 桃山 時代 ( 戦国 時代 ( 日本 ) ) の 文官 。 +1 花野井 ( はな の い 、 生年 不詳 - 1873 年 ( 明治 6 年 ) ) は 、 幕末 の 水戸 藩 女中 。 +-1 往生 要集 ( おう じょうよう しゅう ) は 、 比叡 山中 、 横川 の 恵心 院 僧都 の 源信_ ( 僧侶 ) が 、 寛和 元年 ( 98 5 年 ) に 、 浄土 教 の 観点 より 、 多く の 仏教 の 経典 や 論書 など から 、 極楽 往生 に 関 する 重要 な 文章 を 集め た 仏教書 で 、 1 部 3 巻 から な る 。 +-1 夫役 ( ぶや く ) は 、 日本 史上 の 各 支配 者 が 被 支配 者 に 賦課 し た 労働 課 役 の こと 。 +1 長 慶 天皇 ( ちょうけい てんのう 、 興国 4 年 / 康永 2 年 ( 1343 年 ) - 応永 元年 8 月 1日 ( 旧暦 ) ( 1394 年 8 月 27 日 、 在位 : 正平 ( 日本 ) 23 年 / 応安 元年 3 月 11 日 ( 旧暦 ) ( 1368 年 3 月 29 日 ) - 弘和 3 年 / 永徳 3 年 ( 1383 年 ) 10 月 ) は 、 南北朝 時代 ( 日本 ) の 第 98 代 天皇 で あ る 。 +1 武内 宿禰 ( たけうち の すくね ・ たけの うち の- ・ たけしうち の- 、 景行 天皇 14 年 ( 84 年 ) ? - 仁徳 天皇 55 年 ( 367 年 ) 4 月 ( 旧暦 ) ? ) は 、 『 古事 記 』 『 日本 書紀 』 で 大和 朝廷 初期 ( 景行 天皇 ・ 成務 天皇 ・ 仲哀 天皇 ・ 応神 天皇 ・ 仁徳 天皇 の 5 代 の 天皇 の 時期 ) に 棟梁 之臣 ・ 大臣 と し て 仕え 、 国政 を 補佐 し た と さ れ る 伝説 的 人物 。 +-1 日野 事件 ( ひ の じけん ) と は 、 昭和 26 年 ( 1951 年 ) 10 月 18 日 に 、 滋賀 県 蒲生 郡 日野 町 ( 滋賀 県 ) で 発生 し た 公安 事件 。 +1 河鰭 基秀 ( かわばた もとひで 、 慶長 11 年 ( 160 6 年 ) - 寛文 4 年 2 月 11 日 ( 旧暦 ) ( 1664 年 3 月 8 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +1 荷田 在満 ( かだ の あ り ま ろ 、 宝永 3 年 ( 170 6 年 ) - 寛延 4 年 8 月 4 日 ( 旧暦 ) ( 175 1 年 9 月 23 日 ) ) は 、 江戸 時代 中期 の 国学 者 。 +-1 治部 省 ( じ ぶしょう ) は 律令 制 に おけ る 日本 の 官制 の うち の ひと つ 。 +1 松平光 煕 ( まつだいら みつひろ 、 延宝 2 年 ( 1674 年 ) - 享保 2 年 9 月 4 日 ( 旧暦 ) ( 1 71 7 年 10 月 8 日 ) ) は 、 美濃 国 加納 藩 の 第 3 代 藩 主 。 +1 中村 恭平 ( なかむら きょうへい 、 1855 年 7 月 4 日 ( 安政 2 年 5 月 21 日 ( 旧暦 ) ) - 1934 年 ( 昭和 9 年 ) 1 月 21 日 ) は 、 教育 者 。 +-1 からくり と は 日本 の 伝統 的 な 機械 仕掛け の 人形 や 模型 、 あるいは 機械 装置 で あ る 。 +1 堀 景山 ( ほり けいざん 、 元禄 元年 ( 1688 年 ) - 宝暦 7 年 9 月 19 日 ( 旧暦 ) ( 175 7 年 10 月 31 日 ) ) は 、 江戸 時代 中期 に おけ る 儒学 者 ・ 医師 ( 儒医 ) 。 +-1 法華 曼荼羅 ( ほっけま ん だら ) と は 、 法華 経 の 世界 を 図 、 梵字 、 漢字 など で 表 し た 曼荼羅 の 一種 。 +1 松尾 卯 一太 ( まつおう い っ た 、 1879 年 1 月 27 日 - 19 11 年 1 月 24 日 ) は 社会 主義 者 。 +-1 裏千家 ( うらせんけ ) は 、 茶道 流 派 の 一 つ 。 +1 建皇子 ( たけ る のみこ 、 白雉 2 年 ( 651 年 ) - 皇極 天皇 4 年 ( 658 年 ) は 、 飛鳥 時代 の 皇族 。 +-1 武者 小路 千家 ( む しゃこうじ せん け ) は 、 茶道 流 派 の 一 つ 。 +-1 京福 電気 鉄道 株式 会社 ( けい ふく でんき てつどう ) と は 、 京都 市 内 で 軌道 事業 ( 路面 電車 ) と ケーブル カー 及び 索道 を 運営 し て い る 会社 で あ る 。 +1 大内 政弘 ( おお うち まさひろ ) は 、 室町 時代 の 守護 大名 大内 氏 第 29 代 当主 。 +1 皇国史観 ( こうこく し かん ) は 、 日本 国 と 日本 人 は 歴代 天皇 を 中心 と し た 国造り が 行 わ れ 、 現代 まで に 到 る 伝承 と 歴史 が 紡 が れ 継承 さ れ て 来 た と する 歴史 観 。 +-1 おにぎり ( 御握り ) と は 、 炊 い た 米 に 味 を つけ たり 、 具 を 入れ たり し 、 三角 形 ・ 俵形 ・ 球状 など に 握 っ て まとめ た 食べ物 で あ る 。 +-1 孤雲 懐奘 ( こうんえじょう 、 建久 9 年 ( 1198 年 ) - 弘安 3 年 8 月 24 日 ( 旧暦 ) ( 1280 年 9 月 19 日 ) ) は 鎌倉 時代 の 禅宗 僧侶 。 +1 革命 家 +1 日野 康子 ( ひ の やすこ 、 正平 ( 日本 ) 24 年 / 応安 2 年 ( 1369 年 ) - 応永 26 年 11 月 11 日 ( 旧暦 ) ( 1419 年 11 月 28 日 ) ) は 、 室町 時代 の 人物 。 +-1 岩滝 温泉 ( いわた き おんせん ) は 、 京都 府 与謝 郡 与謝野 町 ( 旧 岩滝 町 ) ( 旧 国丹 後 国 ) に あ る 温泉 。 +1 淳仁 天皇 ( じゅん にん てんのう 、 天平 5 年 ( 733 年 ) - 天平 神護 元年 10 月 23 日 ( 旧暦 ) ( 76 5 年 11 月 10 日 ) ) は 、 日本 の 第 47 代 天皇 ( 在位 : 天平 宝字 2 年 8 月 1日 ( 旧暦 ) ( 75 8 年 9 月 7 日 ) - 天平 宝字 8 年 10 月 9 日 ( 旧暦 ) ( 764 年 11 月 6 日 ) ) 。 +-1 須賀谷 温泉 ( すがた に おんせん ) は 、 滋賀 県 長浜 市 ( 旧 国近 江国 ) に あ る 温泉 。 +1 蘇我 娼子 ( そが の しょうし / そがの まさこ 、 生没 年 未詳 ) は 飛鳥 時代 後期 の 蘇我 氏 の 女性 。 +1 本因坊 秀栄 ( ほんいん ぼうしゅうえい 、 嘉永 5 年 9 月 20 日 ( 旧暦 ) ( 1852 年 11 月 1日 ) - 明治 40 年 ( 1907 年 ) 2 月 10 日 ) は 江戸 時代 ・ 明治 の 囲碁 棋士 ( 囲碁 ) 、 十 三 世 林 秀栄 、 十 七 世 、 十 九 世 本因坊 、 名人 ( 囲碁 ) 。 +-1 加判 ( かはん ) と は 、 加判 の 列 と も 呼 び 、 本来 の 意味 は 主君 の 上意 を 執行 する に あた っ て 、 署名 ・ 押捺 を 行 う 職権 を 有 する 重臣 を い う 。 +1 三室戸 和光 ( みむろど まさみつ 、 天保 13 年 11 月 9 日 ( 旧暦 ) ( 1842 年 12 月 10 日 ) - 大正 11 年 ( 1922 年 ) ) は 、 江戸 時代 末期 の 公卿 。 +-1 棚田 ( たなだ ) と は 、 傾斜 地 に あ る 稲作 地 の こと 。 +-1 奝然 ( ちょうねん 、 天慶 元年 1 月 24 日 ( 旧暦 ) ( 93 8 年 2 月 25 日 ) - 長和 5 年 3 月 16 日 ( 旧暦 ) ( 1016 年 4 月 25 日 ) ) は 、 平安 時代 中期 の 東大 寺 の 僧 。 +-1 五 畿 七 道 ( ご き し ちどう ) と は 、 古代 日本 の 律令 制 に おけ る 、 広域 地方 行政 区画 で あ る 。 +-1 四 道 将軍 ( しどう しょうぐん ) は 、 『 日本 書紀 』 に 登場 する 皇族 ( 王族 ) の 将軍 で 、 大彦命 ( おおび この みこと ) 、 武渟 川 別 ( たけ ぬなかわわけ の みこと ) 、 吉備 津彦命 ( きびつひこの みこと ) 、 丹波 道 主命 ( たんば み ちぬし の みこと ) の 4 人 を 指 す 。 +1 『 古今 百 物語 評判 』 ( ここん ひゃく ものがたり ひょうばん ) は 、 江戸 時代 前期 の 文人 ・ 山岡 元 隣 に よ る 怪談 本 。 +-1 ホケノ 山 古墳 ( ほけ の やま こふん ) は 、 奈良 県 桜井 市 大字 箸 中字 ホケノ 山 に 所在 する 古墳 時代 前期 初頭 の 纒向 型 と い わ れ る ホタテ 貝型 の 前方 後 円墳 で あ る 。 +1 藤原 清成 ( ふじわらの きよなり 、 生没年 不詳 ) は 奈良 時代 の 貴族 。 +-1 二 朱 金 ( に しゅきん ) と は 、 江戸 時代 に 流通 し た 金貨 の 一種 。 +-1 唐物 ( からもの ) と は 、 中世 から 近世 に かけ て 尊 ば れ た 中国 製品 の 雅称 で あ る 。 +-1 エビフライ ( 海老 フライ ) は 、 エビ を 用い た 揚げ る 料理 の 一種 。 +-1 柳沢 氏 ( やなぎさわ し ) は 、 日本 の 氏族 ( 武士 ) 。 +1 石田 重家 ( いしだ し げいえ ) は 、 安土 桃山 時代 から 江戸 時代 前期 の 武将 。 +-1 きっづ 光 科学 館 ふぉとん ( きっ づ ひかり かがく かん ふぉとん ) は 関西 文化 学術 研究 都市 に あ る 光 に 関 する 日本 で はじめて の 科学 館 で あ る 。 +-1 桂川原 の 戦い ( かつら かわら の たたか い ) は 大永 7 年 2 月 12 日 ( 旧暦 ) ( 152 7 年 3 月 14 日 ) 夜中 - 2 月 13 日 まで 京都 の 桂川 ( 淀川 水系 ) 原 一帯 で 行 わ れ た 戦い 。 +1 興世王 ( おきよおう / おきよ の おほきみ   生年 不詳 - 天慶 4 年 ( 940 年 ) ) は 平安 時代 中期 の 皇族 。 +-1 打太刀 ( うち たち ) と は 、 武術 ( 特に 剣術 ) 、 武道 ( 特に 剣道 ) に お い て 用い られ る 用語 の 一 つ 。 +-1 文智 女王 ( ぶんち じょおう 、 元和 ( 日本 ) 5 年 6 月 20 日 ( 旧暦 ) ( 1619 年 7 月 30 日 ) - 元禄 10 年 1 月 13 日 ( 旧暦 ) ( 1697 年 2 月 4 日 ) ) は 、 江戸 時代 前期 の 尼僧 。 +1 似絵 と は 13 世紀 中頃 から 15 世紀 中頃 に かけ て 、 写生 的 で 記録 性 の 強 い 大和 絵 系 の 肖像 画 や 牛馬 具足 など の 図 を 似絵 ( にせえ ) と 呼 ん だ 。 +-1 天正 壬午 の 乱 ( てんしょうじん ご の らん ) は 、 天正 10 年 ( 15 82 年 ) から 甲斐 国 ・ 信濃 国 ・ 上野 国 で 繰り広げ られ た 徳川 家康 と 北条 氏 直 の 戦い で あ る 。 +-1 日静 ( にちじょう 、 永仁 6 年 ( 1298 年 ) - 正平 ( 日本 ) 24 年 / 応安 2 年 6 月 27 日 ( 旧暦 ) ( 1369 年 7 月 31 日 ) ) は 、 南北朝 時代 ( 日本 ) の 日蓮 宗 ・ 法華 宗 の 僧 。 +-1 長狭 国造 ( ながさ の くにのみやつこ ・ なが さ こく ぞう ) は 安房 国東部 を 支配 し た 国造 。 +-1 新橋 通 ( しんばし どおり ) は 京都 市 東山 区 内 の 東西 の 通り の 一 つ 。 +1 牛原 虚彦 ( うしはら きよひこ 、 本名 ・ 清彦 、 1897 年 3 月 22 日 - 1985 年 5 月 20 日 ) は 、 大正 ・ 昭和 期 の 映画 監督 。 +-1 勅旨 所 ( ちょくし しょ ) と は 、 延暦 元年 ( 782 年 ) に 廃止 さ れ た 勅旨 省 の 継承 機関 。 +1 安 日彦 ( あびひこ ) は 中世 日本 紀 に 伝わ る 伝説 の 人物 の 一人 。 +-1 高津 駅 ( た かつ えき ) は 、 京都 府 綾部 市 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本 線 の 駅 で あ る 。 +-1 樹下 神社 ( じゅげ じんじゃ ) は 、 日吉 大社 の 上 七 社 の ひと つ 、 樹下宮 を 勧請 し た 以下 の 神社 で あ る 。 +-1 大津 プリンス ホテル ( おおつ プリンス ホテル ) は 、 滋賀 県 大津 市 の 琵琶 湖 畔 に 建 つ シティ ホテル 。 +-1 十 石 舟 ( じっこくぶね ) は 、 月 桂 冠 など 55 社 の 出資 に な る 株式 会社 伏見夢 工房 が 運航 する 遊覧 船 。 +1 蒲生 貞秀 ( が もう さだひ で 、 文安 元年 ( 1444 年 ) ? - 永正 10 年 ( 1513 年 ) ) は 室町 時代 の 武将 、 歌人 。 +-1 『 先代 旧 事 本紀 』 ( せん だいくじ ほんぎ 、 先代 舊事 本紀 ) は 、 日本 の 歴史 的 書物 で あ る 。 +-1 鉄眼 道光 ( てつげん どうこう 、 寛永 7 年 1 月 1日 ( 旧暦 ) ( 1630 年 2 月 12 日 ) - 天和 ( 日本 ) 2 年 3 月 20 日 ( 旧暦 ) ( 1682 年 4 月 27 日 ) ) は 、 江戸 時代 前期 の 黄檗 宗 の 僧 。 +1 上野 忠則 ( うえの ただのり 、 天正 9 年 ( 1581 年 ) - 没年 不詳 ) は 安土 桃山 時代 から 江戸 時代 の 武将 。 +1 松平定猷 ( まつだいら さだみち 、 天保 5 年 5 月 28 日 ( 旧暦 ) ( 1834 年 7 月 4 日 ) - 安政 6 年 8 月 22 日 ( 旧暦 ) ( 1859 年 9 月 18 日 ) ) は 、 江戸 時代 末期 の 大名 。 +-1 性信 ( しょうしん 、 文治 3 年 ( 1187 年 ) - 建治 元年 7 月 17 日 ( 旧暦 ) ( 1275 年 8 月 9 日 ) ) は 、 鎌倉 時代 中期 の 浄土 真宗 の 僧 。 +-1 毛島 ( けしま ) は 、 京都 府 舞鶴 市 に 存在 する 島 で あ る 。 +-1 虎口 ( こぐち ) と は 中世 以降 の 城郭 に おけ る 出入り 口 の こと で 、 「 こぐち 」 に は 狭 い 道 ・ 狭 い 口 と い う 意味 が あ る 。 +1 藤原 範能 ( ふじわら の のりよし 、 生没年 不詳 ) は 、 平安 時代 末期 の 官人 。 +-1 上代 様 ( じょう だいよう ) と は 、 平安 時代 の 三 跡 の 書 や 古筆 など の 日本 の 書流 和 様 と 仮名 書 の 総称 で あ る 。 +-1 日本 教育 史 ( に ほん きょういく し ) は 、 日本 の 古代 から 現代 まで の 教育 の あ り 方 と その 歴史 、 教育 観 、 教材 、 制度 など の 変遷 を 扱 う もの で あ る 。 +1 高橋 虫麻呂 ( たかはし の むしまろ 、 生没年 不詳 ) は 、 奈良 時代 の 万葉 歌人 。 +1 周阿 ( しゅうあ 、 ? - 永和 ( 日本 ) 3 年 / 天授 ( 日本 ) 3 年 ( 1377 年 ) ? ) は 、 南北朝 時代 ( 日本 ) の 地下 ( じげ = 庶民 ) の 連歌 師 。 +-1 田 の 神 ( た の かみ ) は 、 日本 の 農耕民 の 間 で 、 稲作 の 豊凶 を 見守 り 、 あるいは 、 稲作 の 豊穣 を もたら す と 信 じ られ て き た 神 ( 神道 ) で あ る 。 +-1 本法 寺 ( ほんぽう じ ) は 、 京都 市 上京 区 の 寺之 内 に あ る 日 蓮 宗 の 本山 ( 由緒 寺院 ) 。 +-1 法蔵 ( ほうぞう 、 延喜 5 年 ( 90 5 年 ) - 安和 2 年 ( 969 年 ) ) は 、 平安 時代 中期 の 法相 宗 の 僧 。 +-1 かんぴょう ( 干瓢 、 乾瓢 、 driedgourdshavings ) と は 、 ウリ 科 ユウガオ の 果実 ( ふくべ と よ ば れ る ) を ひも 状 に 剥 い て 乾燥 さ せ た 食品 ( ヒルガオ 科 の ユウガオ ( = ヨルガオ ) と は 同名 異物 で あ る ) 。 +-1 貝合わせ ( かいあわせ ) は 、 平安 時代 から 伝わ る 遊び 。 +-1 十 二 天 ( じゅう に てん ) は 、 仏教 の 護法 善神 で あ る 「 天 」 の 諸尊 12 種 を 組み合わせ た もの で あ り 、 密教 に お い て は 四 天王 と とも に 重視 さ れ て い る 。 +1 三条 実教 ( さんじょうさねの り 、 生年 不詳 - 寛永 18 年 8 月 27 日 ( 旧暦 ) ( 1641 年 10 月 1日 ) ) は 、 室町 時代 後期 から 江戸 時代 の 公家 。 +-1 伏見 桃山 駅 ( ふしみ も もやま えき ) は 、 京都 府 京都 市 伏見 区 両替町 4 丁目 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +-1 膳所 焼 ( ぜぜやき ) と は 滋賀 県 大津 市 膳所 に て 焼 か れ る 陶器 。 +1 細川 氏春 ( ほそかわ うじ はる ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +-1 ツキガタ プロダクション ( 登記 上 正式 表記 ツキガタ プロタクシヨン 、 1 928 年 設立 - 1932 年 解散 ) は 、 かつて 京都 、 のち に 奈良 に 存在 し た 映画 会社 で あ る 。 +-1 鎌倉 幕府 ( かまくら ばくふ ) は 、 源 頼朝 が 鎌倉 ( 現在 の 神奈川 県 鎌倉 市 ) に 創設 し た 武家 政権 ( 幕府 ) で あ る 。 +-1 山津照 神社 ( やまつて る じんじゃ ) は 滋賀 県 米原 市 に あ る 神社 で あ る 。 +1 小出 英尚 ( こい で ふさなお 、 嘉永 2 年 9 月 3 日 ( 旧暦 ) ( 1849 年 10 月 18 日 ) - 明治 38 年 ( 190 5 年 ) 9 月 27 日 ) は 、 丹波 国 園 部 藩 の 第 10 代 ( 最後 ) の 藩主 。 +-1 古市 胤栄 ( ふる いち いんえい 、 生年 不詳 - 永正 2 年 ( 150 5 年 ) ) は 、 戦国 時代 ( 日本 ) の 僧 ・ 武将 。 +1 三善 清行 ( みよしきよゆき / きよつら 、 承和 ( 日本 ) 14 年 ( 847 年 ) - 延喜 18 年 12 月 7 日 _ ( 旧暦 ) ( 919 年 1 月 16 日 ) あるいは 延喜 18 年 12 月 6 日_ ( 旧暦 ) ( 919 年 1 月 15 日 ) は 平安 時代 中期 の 漢学 者 。 +-1 普請 ( ふしん ) と は 、 普く ( あまねく ) 請 う ( こう ) と も 読み 広 く 平等 に 奉仕 ( 資金 ・ 労力 ・ 資金 の 提供 ) を 願 う 事 で あ り 、 社会 基盤 を 地域 住民 で 作り 維持 し て い く 事 を 指 す 。 +-1 洛西口 駅 ( らくさいぐち えき ) は 、 京都 府 京都 市 西京 区 と 向日 市 の 境 に あ る 、 阪急 電鉄 阪急 京都 本線 の 鉄道 駅 。 +1 山本 覚馬 ( やまもと かくま 、 文政 11 年 1 月 11 日 ( 旧暦 ) ( 182 8 年 2 月 25 日 ) - 12 月 28 日 ) は 、 江戸 時代 末期 の 会津 藩 、 砲術 家 。 +-1 壬生 浪士 ( みぶろうし ) あるいは 精忠 浪士 ( せいちゅうろう し ) は 、 新 選 組 の 前身 集団 。 +-1 辻占 ( つじ うら ) と は 、 日本 で 行 わ れ た 占い の 一種 で あ る 。 +-1 半済 ( はんぜい ) は 、 室町 幕府 が 荘園 ・ 公領 の 年貢 半分 の 徴収 権 を 守護 に 認め た こと を 指 す 。 +-1 弓矢 ( ゆみや ) と は 、 弓 ( 武器 ) と 矢 から な る 狩猟具 。 +-1 盂蘭盆 会 ( うら ぼんえ 、 ullambana 、 ) と は 、 安居 ( あんご ) の 最後 の 日 、 7 月 15 日 ( 旧暦 ) を 盂蘭 盆 ( ullambana ) と よ ん で 、 父母 や 祖霊 を 供養 し 、 倒懸 ( とうけん ) の 苦 を 救 う と い う 行事 で あ る 。 +1 山路 の 露 ( やまじ の つゆ ) と は 、 『 源氏 物語 』 の 補作 の 一 つ で あ る 。 +1 長束 正家 ( なつか まさいえ / ながつか まさいえ ) は 、 安土 桃山 時代 の 大名 で あ り 、 豊臣 政権 の 五 奉行 の 一人 で あ る 。 +-1 舞鶴 都市 圏 ( まいづる と し けん ) と は 、 舞鶴 市 を 中心 と し た 経済 地域 の 総称 。 +-1 表千家 ( おもて せんけ ) は 、 茶道 流 派 の 一 つ 。 +-1 釈迦堂 ( しゃかどう ) は 、 釈迦 如来像 を 本尊 と する 仏堂 また は 寺院 に 付 せ られ る 名称 。 +-1 白倉 敬彦 ( しらくら よしひこ 、 1940 年 - ) は 、 浮世 絵 研究 家 、 文筆 家 。 +-1 日昌 ( にっしょう 、 1562 年 - 1622 年 4 月 7 日 ) は 、 大石 寺 第 15 世 法 主 。 +-1 六波羅 ( ろくはら ) は 京都 の 鴨川 東岸 の 五条 大路 から 七条 大路 一帯 の 地名 で あ る 。 +-1 歴名 土代 ( りゃく みょうど だい / れきめい ど だい ) と は 、 中世 日本 の 四位 ・ 五 位 の 位 階 補任 ( 叙位 ) の 記録 簿 で あ る 。 +1 佐々木 高行 ( ささき たかゆき 、 文政 13 年 10 月 12 日 ( 旧暦 ) ( 1830 年 11 月 26 日 ) - 明治 43 年 ( 1910 年 ) 3 月 2 日 ) は 、 江戸 時代 末 の 武士 ・ 土佐 藩 、 明治 時代 の 政府 高官 の 中 で も 保守 派 を 代表 する 一人 で あ る 。 +-1 タヂマモリ は 、 日本 神話 に 登場 する 人物 で 、 菓子 の 神 ( 神道 ) 。 +-1 賤ヶ岳 の 戦い ( しずがたけ の たたかい ) と は 天正 11 年 ( 1583 年 ) 、 近江 国 伊香 郡 ( 現 : 滋賀 県 伊香 郡 ) の 賤ヶ岳 附近 で 行 わ れ た 羽柴 秀吉 ( のち の 豊臣 秀吉 ) と 柴田 勝家 と の 戦い で あ る 。 +1 三輪 文屋 ( みわの ふみや 、 生年 不詳- 皇極 天皇 2 年 ( 643 年 ) ? ) は 、 飛鳥 時代 の 人物 。 +1 皇統譜 ( こうとうふ ) と は 、 天皇 及び 皇族 の 身分 に 関 する 事項 を 登録 する 帳簿 。 +-1 預所 ( あずかりどころ / あずけ しょ / あず がっそ / あずかり しょ ) と は 、 中世 の 荘園 に お い て 本所 の 補任 を 受け て 在地 を 統括 し た 職 の 体系 。 +1 飛鳥部 奈止 麻呂 ( あすかべ の な と まろ 。 生没年 不明 ) は 奈良 時代 の 官人 。 +-1 六波羅 館 ( ろくはら やかた ) は 京都 の 東山 山麓 に かつて 存在 し た 邸宅 群 の 総称 で あ る 。 +-1 岡崎 公園 ( おかざき こうえん ) は 、 京都 市 左京 区 岡崎 に あ る 都市 型 の 公園 で あ る 。 +-1 叡山本線 ( えいざん ほんせん ) は 、 京都 府 京都 市 左京 区 の 出町 柳 駅 から 八瀬 比叡 山口 駅 まで を 結 ぶ 叡山 電鉄 の 鉄道 路線 。 +-1 沓頬 ( く つつら ) は 、 鳥山 石燕 に よ る 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +1 履中 天皇 ( り ちゅうてんのう 、 仁徳 天皇 24 年 ( 336 年 ) ? - 履中 天皇 6 年 3 月 15 日 ( 旧暦 ) ( 40 5 年 4 月 29 日 ) ) は 、 第 17 代 の 天皇 ( 在位 : 履中 天皇 元年 2 月 1日 ( 旧暦 ) ( 40 0 年 3 月 12 日 ) - 同 6 年 3 月 15 日 ( 40 5 年 4 月 29 日 ) ) 。 +-1 伊弉諾 神社 ( いざなぎ じんじゃ ) は 奈良 県 生駒 市 に あ る 神社 。 +-1 神社 神道 ( じんじゃしんとう ) と は 神道 の 一 つ の 形態 で あ る 。 +1 西園寺 公満 ( さいおんじ きんみつ 、 元和 ( 日本 ) 8 年 ( 1622 年 ) ‐ 慶安 4 年 7 月 20 日 ( 旧暦 ) ( 1651 年 9 月 4 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 久世家 ( くぜけ ) は 、 村上 源 氏 系 の 堂上 家 ( 新家 ) 。 +1 波多野 精一 ( はた の せいいち 、 1877 年 7 月 21 日 - 1950 年 1 月 17 日 ) は 、 日本 の 哲学 史家 ・ 宗教 哲学 者 。 +1 国分 胤 重 ( こくぶん たねしげ ) は 、 日本 の 鎌倉 時代 の 武士 で 、 御 家人 で あ る 。 +-1 水羊羹 ( みず よう かん ) は 、 菓子 で あ る 羊羹 の 一種 で あ る 。 +-1 冬祭り ( ふゆまつり ) と は 、 冬 に 行 わ れ る 祭り の こと 。 +-1 台子 ・ 臺子 ( だいす ) は 茶道 の 点前 に 用い る 茶 道具 で 、 水指 など 他 の 茶 道具 を 置 く ため の 棚物 の 一種 。 +1 近衛 経家 ( この えつね いえ 、 正慶 元年 ( 1332 年 ) - 康応 元年 ( 1389 年 ) ) は 室町 時代 の 公卿 。 +-1 宇治 淀 線 ( うじ よど せん ) と は 、 京都 府 宇治 市 と 京都 市 伏見 区 を 結 ぶ バス 路線 の 事 で あ る 。 +-1 勘合符 ( かんごう ふ ) は 日明 貿易 等 に 用い られ た 、 明 と 朝貢 国 間 の 正式 の 来貢 、 通交 船 で あ る こと を 証明 する 明 が 発行 し た 割符 。 +1 細川 元常 ( ほそかわ もと つね ) は 、 戦国 時代 ( 日本 ) の 和泉 国上 半国 守護 ・ 山城 国 勝龍 寺 城 城 主 。 +1 北条 政範 ( ほうじょう まさのり 、 文治 5 年 ( 1189 年 ) - 元久 元年 11 月 5 日 ( 旧暦 ) ( 120 4 年 11 月 27 日 ) は 鎌倉 時代 初期 の 武将 。 +1 慈運 法 親王 ( じうん ほっ しん の う 、 文正 元年 ( 1466 年 ) - 天文 6 年 ( 1537 年 ) ) は 、 戦国 時代 の 法親 王 。 +1 西園寺 公名 ( さいおんじ きんな 、 応永 17 年 ( 1410 年 ) - 応仁 2 年 5 月 22 日 ( 旧暦 ) ( 1468 年 6 月 12 日 ) ) は 室町 時代 の 公卿 。 +-1 祖霊 ( それ い ・ みおや の み たま ) と は 、 先祖 の 霊魂 の こと で あ る 。 +1 蘆名 盛久 ( あしな もりひさ 、 生年 不詳 - 1444 年 ( 文安 元年 ) ) は 、 室町 時代 中期 の 武将 。 +1 藤原 滋実 ( ふじわら の しげざね 、 生年 不詳 - 延喜 元年 ( 901 年 ) ) は 、 平安 時代 前期 の 武官 。 +-1 愚管 抄 ( ぐ かんしょう ) と は 、 天台 宗 僧侶 の 慈円 著 に よ る 、 鎌倉 時代 初期 の 史論 書 。 +1 中田 錦吉 ( なかた きんきち 、 元治 元年 12 月 9 日 ( 旧暦 ) ( 1865 年 1 月 6 日 ) - 大正 15 年 ( 1926 年 ) 2 月 20 日 ) は 、 第 四 代 住友 総理事 で あ る 。 +1 境 部薬 ( さかい べ の くすり 、 生年 不明 - 天武 天皇 元年 7 月 7 日 ( 旧暦 ) ( 67 2 年 8 月 5 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 関西 花 の 寺 二十 五 霊場 ( かんさい はな の てら にじゅう ご れいじょう ) は 、 季節 の 花 で 名高 い 、 大阪 府 、 兵庫 県 、 京都 府 、 滋賀 県 、 奈良 県 、 和歌山 県 、 の 六 府 県 六 宗 派 二十 五 ヶ寺 の 霊場 。 +-1 高札 ( こうさつ ) と は 、 古代 から 明治 時代 初期 に かけ て 行 わ れ た 法令 ( 一般 法 、 基本 法 ) を 板面 に 記 し て 往来 など に 掲示 し て 民衆 に 周知 さ せ る 方法 で あ る 。 +-1 皇居 ( こうきょ ) は 、 天皇 の 平常 時 に おけ る 住居 で あ る 。 +1 勅旨 牧 ( ちょくしまき ) は 、 古代 日本 に お い て 、 天皇 の 勅旨 に よ り 開発 さ れ た 牧場 で あ り 、 馬寮 など が 用い る 軍馬 など の 供給 源 と さ れ た 。 +-1 養和 の 北陸 出兵 ( ようわ の ほくりく しゅっぺい ) と は 、 養和 元年 ( 1181 年 ) 7 月 頃 から 活発 化 し た 北陸 地方 反乱 勢力 に 対 する 平家 の 追討 活動 の こと で あ る ( 養和 元年 11 月 まで ) 。 +1 国方 姫命 ( くに かた ひめ の みこと 、 生没 年 未詳 ) は 、 崇神 天皇 の 皇女 。 +-1 女性 神職 装束 ( じょせい しん しょく しょうぞく ) と は 、 戦後 登場 し た 女性 神職 の ため の 装束 で あ る 。 +-1 『 高砂 』 ( たか さご ) は 能 の 作品 の 一 つ 。 +-1 国役 ( こくやく / くにやく ) と は 、 平安 時代 から 南北朝 時代 ( 日本 ) に かけ て 朝廷 及び 国衙 が 諸国 に 課 し た 雑役 ・ 一 国 平均 役 など の 課役 の こと 。 +-1 元杲 ( げんごう 、 延喜 14 年 ( 914 年 ) - 長徳 元年 2 月 27 日 ( 旧暦 ) ( 995 年 3 月 30 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +1 村山 たか ( むらやま たか 、 文化 ( 元号 ) 6 年 ( 1809 年 ) - 明治 9 年 ( 1876 年 ) 9 月 30 日 ) は 、 江戸 時代 末期 ( 幕末 ) から 明治 時代 初期 に 活躍 し た 女性 で 、 舟橋 聖一 著 の 『 花 の 生涯 』 の ヒロイン と し て 知 ら れ る 。 +-1 元禄 文化 ( げんろく ぶんか ) と は 、 17 世紀 終わり 頃 から 18 世紀 初頭 に かけ て 、 元禄 時代 ( 16 8 8 ~ 17 0 7 ) を 中心 と し て 、 主に 京都 ・ 大阪 など の 上方 を 中心 に 発展 し た 文化 で あ る 。 +1 朽木 稙昌 ( く つき たねまさ ) は 、 常陸 国土浦 藩 の 第 2 代 藩 主 。 +1 菅原 文時 ( すがわら の ふみとき 、 昌泰 2 年 ( 899 年 ) - 天元 ( 日本 ) 4 年 9 月 8 日 ( 旧暦 ) ( 98 1 年 10 月 8 日 ) ) は 、 平安 時代 中期 の 文人 ・ 政治 家 。 +-1 かえし と は 「 煮かえし 」 の 略 さ れ た 物 で 、 蕎麦 汁 ( そばつゆ ) に 使 わ れ る 調味 料 。 +-1 浄土 三 曼 荼羅 ( じょうど さん まん だら ) と は 、 日本 に お い て 伝統 的 な 浄土 曼 荼羅 ( 正し く は 浄土 変 相 図 ) の うち 主要 な 三種 の 構図 を 指 す 言葉 で あ る 。 +-1 財団 法人 日本 イタリア 京都 会館 ( にほん イタリア きょう と かいかん 、 伊 : CentroCulturaleItaloGiapponesediKyoto ) は 京都 ・ 大阪 に あ る 、 外務 省 ・ 文部 科学 省 所管 の 財団 法人 で あ る 。 +-1 延久 蝦 夷 合戦 ( えんきゅう えぞ かっせん ) は 平安 時代 の 戦役 。 +1 源 師俊 ( みなもと の もろ と し 、 承暦 4 年 ( 1080 年 ) - 永治 元年 12 月 7 日 ( 旧暦 ) ( 1142 年 1 月 5 日 ) ) は 、 平安 時代 後期 の 公卿 ・ 歌人 。 +-1 端唄 ( はうた ) は 、 もともと 長唄 に 対 する 端歌 で あ る 。 +-1 後藤 環爾 ( ごとう かん じ 、 明治 4 年 4 月 1日 ( 旧暦 ) ( 18 71 年 5 月 19 日 ) - 昭和 11 年 ( 1936 年 ) 2 月 23 日 ) は 日本 の 従軍 布教僧 、 学校 創設 者 。 +1 『 清少 納言 枕 草紙 抄 』 ( せいしょう なごん まくら の そうししょう ) は 、 江戸 時代 に 書 か れ た 『 枕草子 』 の 注釈 書 。 +-1 嘉吉 条約 ( か きつ じょうやく ) と は 、 日本 史 で の 室町 時代 、 1443 年 ( 日本 暦 嘉吉 3 年 ) に 朝鮮 王朝 と 対馬 国 の 宗貞盛 と の 間 で 結 ば れ た 貿易 協定 で あ る 。 +-1 火落ち ( ひおち ) と は 、 日本 酒 の 製法 用語 の 一 つ で 、 製造 し て い る 日本 酒 が 貯蔵 中 に 白濁 し て 腐造 する こと を い う 。 +-1 大和 棟 ( やまと むねむね ) 又 は 高塀造 ( たかへいづくり ) は 日本 の 民家 建築 の 1 つ で あ る 。 +-1 上杉 禅秀 の 乱 ( うえすぎ ぜんしゅう の らん ) と は 、 室町 時代 の 1416 年 ( 応永 23 年 ) に 関東 地方 で 起こ っ た 戦乱 。 +1 楠木 正顯 ( くすのき まさあき ) は 室町 時代 の 武将 。 +-1 寺田屋 事件 ( てらだ や じけん ) と は 江戸 時代 末期 の 京都 郊外 の 伏見 ( 現在 の 京都 府 京都 市 伏見 区 ) の 旅館 ・ 寺田 屋 で 発生 し た 事件 で あ る 。 +-1 天領 ( てんりょう ) と は 江戸 幕府 の 直轄 領 の こと を 指 す 通称 。 +-1 兼俊 ( けんしゅん 、 康平 5 年 ( 96 2 年 ) - 没年 不詳 ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +1 京極 マリア ( きょうごく まりあ 、 天文 ( 元号 ) 11 年 ( 1542 年 ) 頃 - 元和 ( 日本 ) 4 年 7 月 1日 ( 旧暦 ) ( 1618 年 8 月 20 日 ) ) は 戦国 時代 ( 日本 ) の 女性 。 +-1 利休 七 哲 ( りきゅう しち てつ ) は 、 千 利休 の 高弟 七 人 を 指 す 呼称 で あ る 。 +1 加藤 清正 ( かとう きよまさ ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 ・ 大名 で あ る 。 +-1 杲宝 ( こうほう 、 徳治 元年 ( 130 6 年 ) - 貞治 元年 / 正平 ( 日本 ) 17 年 7 月 7 日 ( 旧暦 ) ( 1362 年 7 月 28 日 ) ) は 、 南北朝 時代 ( 日本 ) の 真言 宗 の 学僧 。 +-1 大舎 人 寮 ( おおとね り りょう ) は 律令 制 に お い て 中務 省 に 属 する 機関 の 一 つ で あ る 。 +1 佳人 之 奇遇 ( かじん の きぐう ) は 、 東海 散士 ( 柴 四朗 ) の 政治 小説 。 +-1 はら こ 飯 ( はら こめし ) は 、 炊 い た 飯 の 上 に 、 サケ の 身 と イクラ ( はらこ ) を 乗せ た もの 。 +-1 古市 澄胤 ( ふる いち ちょういん 、 享徳 元年 ( 1452 年 ) - 永正 5 年 7 月 26 日 ( 旧暦 ) ( 150 8 年 8 月 22 日 ) ) は 、 戦国 時代 ( 日本 ) の 僧 ・ 武将 。 +-1 大舘 常興 書札 抄 ( おおだ ちじょう こうしょさつ しょう ) は 、 室町 時代 後期 から 戦国 時代 ( 日本 ) に かけ て の 室町 幕府 幕臣 大舘 尚 氏 の 書札 礼書 ( 「 大館 」 と も 表記 、 常興 は 法号 ) 。 +-1 万願 寺 とうがらし ( まんがん じ とうがらし ) と は 、 春 の 京野 菜 。 +-1 夜 都岐 神社 ( やつぎ じんじゃ ) は 、 奈良 県 天理 市 に あ る 神社 で あ る 。 +1 三輪 子首 ( みわ の こび と 、 生年 不明 - 天武 天皇 5 年 ( 67 6 年 ) 8 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 中村 弘毅 ( なかむら こうき / ひろたけ 、 天保 9 年 ( 1838 年 ) 11 月 _ ( 旧暦 ) - 明治 20 年 ( 1887 年 ) 7 月 3 日 ) は 、 幕末 の 土佐 藩 藩士 。 +1 八条宮 尚仁親王 ( はちじょう の みや なお ひと しんのう 、 寛文 11 年 11 月 9 日 ( 旧暦 ) ( 16 7 1 年 12 月 10 日 ) - 元禄 2 年 8 月 6 日 ( 旧暦 ) ( 1689 年 9 月 19 日 ) ) は 江戸 時代 前期 の 皇族 。 +-1 烏丸 駅 ( からすま えき ) は 、 京都 市 下京 区 四条 通 烏丸 東入ル 長 刀 鉾町 17 に あ る 、 阪急 電鉄 阪急 京都 本線 の 鉄道 駅 。 +-1 退位 ( たいい ) と は 、 天皇 や 国王 と い っ た 世襲 の 君主 が その 地位 を 退 く 事 。 +-1 和風 +-1 高城 ( たかじょう ) は 宮崎 県 ( 旧 日向 国 ) に あ っ た 城 で 同名 の 城 が 3 つ 存在 する 。 +-1 石鐵 県 死刑 囚 蘇生 事件 ( いしづち けん し けい しゅう そせい じけん ) と は 、 明治 時代 初期 の 石鐵 県 ( 現在 の 愛媛 県 ) で 絞柱 に よ る 死刑 執行 から 死刑 囚 が 蘇生 し た 事件 で あ る 。 +-1 三十 絃 ( さんじゅう げん ) と は 箏 の 一種 で あ る 。 +1 清河 八郎 ( きよかわはちろう 、 天保 元年 10 月 10 日 ( 旧暦 ) ( 1830 年 11 月 24 日 ) - 文久 3 年 4 月 13 日 ( 旧暦 ) ( 1863 年 5 月 30 日 ) ) は 、 幕末 ( 江戸 時代 ) の 志士 で 、 浪士 組 の 幹部 で あ っ た 。 +-1 倉橋 家 ( くらはしけ ) は 、 阿倍 氏 土 御門 庶流 の 堂上 家 、 家格 は 、 半家 ( 公家 ) 。 +-1 吉野 神宮 ( よしの じんぐう ) は 、 奈良 県 吉野 郡 吉野 町 に 鎮座 する 後醍醐 天皇 を 祭神 と する 神社 。 +1 神武 天皇 祭 ( じんむ てん のうさい ) と は 、 神武 天皇 を 祀 る 皇室 祭礼 。 +-1 手まり ( てまり 、 手毬 、 手鞠 ) は 、 日本 に 古く から あ る 遊具 ( 玩具 ) の ひと つ で あ る 。 +-1 造 寺司 ( ぞうじ し ) と は 、 奈良 時代 に 官寺 あるいは これ に 准 じ た 寺院 を 造営 する ため に 設置 さ れ た 令外 官 の こと 。 +-1 御 霊 会 ( ご りょう え ) と は 、 思いがけ な い 死 を 迎え た 者 の 御 霊 ( ご りょう ) に よ る 祟り を 防 ぐ ため の 、 鎮魂 の ため の 儀礼 で あ り 、 御 霊祭 と も 呼 ば れ て い る 。 +-1 通幻 寂霊 ( つう げん じゃくれい 、 元亨 2 年 ( 1322 年 ) - 明徳 2 年 / 元中 8 年 5 月 5 日 ( 旧暦 ) ( 1391 年 6 月 7 日 ) ) は 、 南北朝 時代 ( 日本 ) の 曹洞 宗 の 僧 。 +1 藤原 家房 ( ふじわら の いえ ふさ 、 仁安 ( 日本 ) 2 年 ( 11 67 年 ) - 建久 7 年 7 月 22 日 _ ( 旧暦 ) ( 1196 年 8 月 17 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 に かけ て の 公卿 ・ 歌人 。 +1 大江 挙周 ( おおえ の たかち か 、 生年 不詳 - 永承 元年 ( 1046 年 ) 6 月 ( 旧暦 ) は 、 平安 時代 の 貴族 。 +-1 交野 家 ( かた の け ) は 桓 武平 氏 高 棟 王流 で 、 西洞院 時 慶 ( 従二 位 ・ 参議 ) ( 155 2 年 - 1640 年 ) の 末子 交野 時貞 ( 大膳 大夫 ) を 祖 と する 堂上 家 。 +-1 諸山 ( しょざん ) と は 、 日本 に おけ る 禅林 ( 禅宗 寺院 ) の 格式 で あ り 、 五山 ・ 十刹 の 下 。 +-1 伊奈 氏 ( い なし ) は 、 日本 の 氏族 ( 武士 ) 。 +1 日置 浄足 ( へき の きよたり 、 生没年 不明 ) は 奈良 時代 の 官人 。 +1 高橋 宗直 ( たかはし むねなお 、 元禄 16 年 ( 170 3 年 ) - 天明 5 年 ( 1785 年 ) ) は 江戸 時代 の 公家 、 故 実家 、 国学 者 。 +-1 角屋 ( すみや ) は もと 京都 、 嶋原 遊廓 の 揚屋 で あ る 。 +1 恒世 親 王 ( つねよしんのう 、 延暦 24 年 ( 80 5 年 ) - 天長 3 年 5 月 1日 ( 旧暦 ) ( 82 6 年 6 月 9 日 ) ) は 、 平安 時代 前期 の 皇族 。 +-1 洗い ( 洗膾 、 洗魚 あら い ) は 刺身 の 一種 で あ る 。 +-1 平忠常 の 乱 ( たいら の ただつね の らん ) は 平安 時代 に 房 総 半島 ( 上 総 国 、 下総 国 、 安房 国 ) で 起き た 反乱 。 +1 松貫 四 ( まつかんし ) は 歌舞伎 作者 の 名跡 。 +1 川柳 ( せんりゅう ) は 、 五 ・ 七 ・ 五 の 音 を 持 つ 日本 語 の 詩 の 一 つ 。 +-1 横川 景三 ( おうせん けい さん 、 永享 元年 ( 1429 年 ) - 明応 2 年 11 月 17 日 ( 旧暦 ) ( 1493 年 12 月 25 日 ) ) は 、 室町 時代 中期 から 後期 に かけ て の 禅僧 ( 臨済 宗 ) 。 +1 天逆鉾 ( あまの さかほこ ・ あめ の さかほこ ) は 、 日本 の 中世 神話 に 登場 する 矛 で あ る 。 +1 鷹司房 煕 ( たかつかさ ふさひろ 、 宝永 7 年 8 月 13 日 ( 旧暦 ) ( 1 71 0 年 9 月 6 日 ) - 享保 15 年 4 月 24 日 ( 旧暦 ) ( 1730 年 6 月 9 日 ) ) は 江戸 時代 の 公卿 。 +-1 大江 ( おおえ ) 氏 は 古代 から 近世 の 貴族 。 +1 橘敏通 ( たちばな の としみち ) は 平安 時代 の 筑後 国 蒲池 の 領主 。 +-1 官 宣旨 ( かんせんじ ) と は 、 弁官 下文 ( べんかんくだ しぶみ ) と も 呼 ば れ 、 平安 時代 に 太政 官 上卿 の 口宣 を 弁官 が 令制 国 ・ 寺社 に 対 し て 発給 する 下文 。 +-1 黒塚 古墳 ( くろつか こ ふん 、 くろづか こふん ) は 、 奈良 県 天理 市 柳 本町 に あ る 前期 ( 3 世紀 末頃 ) 前方 後 円 墳 。 +1 小堀 政方 ( こぼり まさみ ち 、 寛保 2 年 ( 1742 年 ) - 享和 3 年 9 月 8 日 ( 旧暦 ) ( 180 3 年 10 月 23 日 ) ) は 、 近江 小室 藩 の 第 6 代 ( 最後 ) の 藩主 。 +-1 兵粮 料 所 ( ひょうろう りょう しょ ) と は 、 中世 に お い て 兵粮 米 を 徴収 する ため に 指定 さ れ た 特定 の 所領 の こと 。 +1 佐伯 石湯 ( さえき の いわゆ 、 生没年 不詳 ) は 、 奈良 時代 の 貴族 。 +1 日下部 定好 ( くさかべ さだよし ) は 、 戦国 時代 ( 日本 ) の 徳川 氏 家臣 。 +-1 天社 土 御門 神道 ( てんしゃ つちみかど しんとう ) は 、 福井 県 おお い 町 ( 旧 名田 庄村 地区 ) に 本庁 を 置 く 神道 ・ 陰陽 道 の 流派 。 +1 日野 重子 ( ひの しげこ 、 応永 18 年 ( 1411 年 ) - 寛正 4 年 8 月 8 日 ( 旧暦 ) ( 1463 年 9 月 20 日 ) ) は 、 室町 時代 の 人物 。 +1 桑山 重晴 ( くわやま しげはる ) は 、 安土 桃山 時代 の 武将 。 +1 脇坂 安弘 ( わきさか やすひろ ) は 、 播磨 国 龍野 藩 の 第 5 代 藩 主 。 +-1 己爾乃 神社 ( こじ の じんじゃ ) は 滋賀 県 守山 市 に 鎮座 する 神社 で あ る 。 +1 大野 群右衛門 ( おおの ぐんえもん ) は 、 赤穂 藩 浅野 氏 の 家老 大野 知房 の 嫡男 。 +-1 如意 自在 ( にょいじざい ) は 、 鳥山 石燕 に よ る 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 で 、 付喪神 ( 器物 が 変化 し た 妖怪 ) の 一種 。 +-1 里 ( り ) は 、 尺貫 法 に おけ る 長 さ の 単位 で あ る 。 +-1 福智院 ( ふくち いん ) は 、 奈良 県 奈良 市 の なら ま ち に あ る 真言 律 宗 の 寺院 。 +-1 真宗 大谷 派 に おけ る 勤行 ( ごんぎょう ) と は 、 「 お 内仏 」 や 、 携帯 する 事 の でき る 「 三 折 本尊 」 など の 前 で 、 合掌 礼拝 ・ 称名 念仏 し 、 偈文 など を 読誦 する こと を い う 。 +-1 三 中老 ( さん ちゅうろう ) は 豊臣 政権 末期 に 制定 さ れ た 役職 で 、 政事 に 参与 し 、 五大 老 と 五 奉行 と の 意見 が 合 わ な い とき の 仲裁 役 で あ っ た 。 +1 海部 壮平 ( 1847 年 - 1895 年 ) は 元尾張 藩 藩士 。 +-1 偽銘 ( ぎめい ) と は 、 本来 の 作者 と は 異な る 人物 の 名 が 入れ られ た 銘 の こと で あ る 。 +1 藤原 清河 ( ふじわらの きよかわ 、 慶雲 3 年 ( 70 6 年 ) - 宝亀 9 年 ( 778 年 ) ) は 奈良 時代 の 貴族 。 +-1 十 王 ( じゅうおう ) は 、 地獄 ( 仏教 ) の 10 尊 の 裁判 官 で あ る 。 +1 即位 の 礼 ( そくい の れい ) は 、 天皇 が 践祚 ( せんそ ) の 後 、 皇位 を 継承 し た こと を 公示 する 儀式 。 +1 西洋 道中 膝栗毛 ( せいよう どう ちゅうひ ざくりげ ) は 、 仮名垣 魯文 ・ 総生 寛 ( 第 12 編 より ) 作 の 滑稽 本 。 +1 歌枕 +1 足利 氏 満 ( あしかが うじみつ 、 延文 4 年 / 正平 ( 日本 ) 14 年 8 月 12 日 ( 旧暦 ) ( 1359 年 9 月 4 日 ) - 応永 5 年 11 月 4 日 ( 旧暦 ) ( 1398 年 12 月 12 日 ) 、 在位 1367 年 - 1398 年 ) は 室町 時代 の 第 2 代 鎌倉 公方 で あ る 。 +-1 仏隆寺 ( ぶつりゅうじ ) は 奈良 県 宇陀 市 榛原町 ( 奈良 県 ) 赤埴 に あ る 真言 宗 室生 寺 派 の 寺院 で あ る 。 +1 島津 忠時 ( しまづ ただ とき 、 120 2 年 ( 建仁 2 年 ) - 1272 年 5 月 8 日 ( 文永 9 年 4 月 10 日 ( 旧暦 ) ) ) は 鎌倉 時代 前 ・ 中期 の 武将 。 +-1 鎮守 府 ( ちんじゅふ ) は 、 陸奥 国 に 置 か れ た 古代 日本 に おけ る 軍政 を 司 る 役所 で あ る 。 +-1 正徳 の 治 ( しょうとく の ち ) と は 正徳 ( 日本 ) 年間 を 中心 に 進め られ た 政治 改革 で あ る 。 +-1 醸造 年度 ( じょうぞう ねんど ) と は 、 醸造 業界 ・ 酒造 業界 に おけ る 一 年 の 区切 り 方 で 、 毎年 の 7 月 1日 から 翌年 の 6 月 30 日 まで を い う 。 +-1 坂田 古典 音楽 研究 所 ( 東京 ) に よ る レクチャー コンサート 。 +-1 摂政 ( せっしょう ) と は 、 君主 制 を 取 る 国家 に お い て 、 君主 が 幼少 、 病弱 、 国都 不在 など の 理由 で 政務 や 国事 行為 を 行 う こと が でき な い とき 、 君主 に 代わ っ て それ を 行 う ( 政 を 摂 る ) こと 、 また は その 役職 の こと で あ る 。 +1 平時子 ( たいら の とき こ 、 大治 ( 日本 ) 元年 ( 1126 年 ) - 文治 元年 3 月 24 日 ( 旧暦 ) ( 1185 年 4 月 25 日 ) ) は 、 平安 時代 末期 の 女性 。 +1 藤原 忠隆 ( ふじわら の ただ たか 、 康和 4 年 ( 110 2 年 ) - 久安 6 年 8 月 3 日 ( 旧暦 ) ( 1150 年 8 月 26 日 ) ) は 、 平安 時代 末期 の 公卿 。 +-1 京都 賞 ( きょう と しょう ) と は 、 科学 や 技術 、 文化 に お い て 著し い 貢献 を し た 人々 に 与え られ る 国際 賞 。 +-1 印籍 ( いんせき ) と は 、 篆刻 に 関 する 書籍 全般 を 差 す 。 +-1 万延 大判 ( まんえん おおばん ) と は 万延 元年 ( 18 60 年 ) 閏 3 月 に 発行 さ れ た 大判 で あ り 、 新 大判 ( しん おおばん ) と も 呼 ば れ る 。 +1 大原 重徳 ( おおはら しげと み 、 享和 元年 10 月 16 日 ( 旧暦 ) ( 180 1 年 11 月 21 日 ) - 明治 12 年 ( 1879 年 ) 4 月 1日 ) は 、 江戸 時代 後期 から 明治 の 公家 、 父 は 宇多 源 氏 の 流れ を 汲 む 大原 重尹 ( 養父 は 大原 重成 ) 、 母 は 唐橋 在家 の 娘 。 +-1 るり渓温泉 ( るり けい おんせん ) は 、 京都 府 南丹 市 園部 町 ( 旧 国 丹波 国 ) に あ る 温泉 。 +-1 浄福寺 通 ( じょうふくじ どおり ) は 京都 市 の 南北 の 通り の 一 つ 。 +1 宗金 ( そうきん 、 生年 不詳 - 1455 年 ( 康正 元年 ) ) は 、 室町 時代 中期 の 博多 の 大商人 で あ る 。 +1 孝徳 天皇 ( こう とくてんのう 、 推古 天皇 4 年 ( 596 年 ) - 白雉 5 年 10 月 10 日 ( 旧暦 ) ( 654 年 11 月 24 日 ) ) は 、 日本 の 第 36 代 天皇 ( 在位 : 孝徳 天皇 元年 6 月 14 日 ( 旧暦 ) ( 645 年 7 月 12 日 ) - 白雉 5 年 10 月 10 日 ( 654 年 11 月 24 日 ) ) 。 +1 続 千 載 和 歌集 ( しょく せんざい わかしゅう ) は 、 文保 2 年 ( 1318 年 ) 、 後宇多 法皇 の 命 に よ っ て 編纂 さ れ た 15 番 目 の 勅撰 和 歌集 。 +-1 三傑 ( さんけつ ) と は 、 歴史 上 の あ る 事柄 や 、 同じ 主君 に 仕え た 家臣 など の うち 、 特に 功績 が 大き かっ た 者 を 3 人 選 ん で い う こと 。 +-1 玉垣 ( たま がき ) と は 、 神社 ・ 神域 の 周囲 に めぐら さ れ る 垣 の こと で あ る 。 +-1 八 部衆 ( はちぶ しゅう ) また は 天龍 八 部衆 ( てんりゅう はち ぶ しゅう ) は 、 仏法 を 守護 する 8 神 。 +-1 能楽 協会 ( のうがく きょうかい ) と は 、 大和 四 座 の 流れ を 直接 継承 し て い る 流派 に 所属 する 能楽師 に よ っ て 構成 さ れ る 団体 で あ る 。 +1 糟屋 重行 ( かすや しげゆき 、 文永 7 年 ( 1270 年 ) - 元弘 3 年 5 月 9 日 _ ( 旧暦 ) ( 1333 年 6 月 21 日 ) ) は 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) 初期 に かけ て の 武将 で 伯耆 国 守護 代 。 +-1 院 派 ( いんぱ ) は 、 平安 時代 後期 から 鎌倉 時代 の 仏師 の 一派 。 +1 源 頼平 ( みなもと の より ひら 、 生没年 不詳 ) は 平安 時代 中期 の 武将 ・ 官人 。 +1 大原 大刀自 ( おおはら の おお と じ 、 生没年 不詳 ) は 、 藤原 鎌足 の 子 。 +1 欽明 天皇 ( きんめい てんのう 、 継体 天皇 3 年 ( 509 年 ) - 欽明 天皇 32 年 4 月 15 日 ( 旧暦 ) ( 57 1 年 5 月 24 日 ) ) は 、 第 29 代 の 天皇 ( 在位 : 宣化 天皇 4 年 12 月 5 日 ( 旧暦 ) ( 539 年 12 月 30 日 ) - 欽明 天皇 32 年 ( 571 年 ) 4 月 15 日 ( 旧暦 ) ) 。 +1 臺與 ( とよ 、 235 年 頃 ? - 没年 不詳 ) は 日本 の 弥生 時代 3 世紀 に 『 三国志 ( 歴史 書 ) 』 、 魏志 倭人 伝中 の 邪馬 壹 国 の 女王 卑弥呼 の 親族 に し て 、 卑弥呼 の 跡 を 継 い だ と さ れ る 女性 ・ 壹與 の こと で あ る 。 +1 細川 清 氏 ( ほそかわきよう じ 、 生年 不詳 - 貞治 元年 / 正平 ( 日本 ) 17 年 7 月 24 日 ( 旧暦 ) ( 1362 年 8 月 14 日 ) ) は 南北朝 時代 ( 日本 ) の 武将 で 、 室町 幕府 の 執事 で あ る 。 +1 高杉 晋作 ( たかすぎ しんさく 、 天保 10 年 8 月 20 日 ( 旧暦 ) ( 1839 年 9 月 27 日 ) - 慶応 3 年 4 月 14 日 ( 旧暦 ) ( 1867 年 5 月 17 日 ) ) は 、 日本 の 武士 ( 長州 藩士 ) 。 +1 一条 兼良 ( いちじょう かね よし 、 応永 9 年 5 月 7 日 ( 旧暦 ) ( 140 2 年 6 月 7 日 ) - 文明 ( 日本 ) 13 年 4 月 2 日 ( 旧暦 ) ( 1481 年 4 月 30 日 ) ) は 、 室町 時代 の 公卿 ・ 摂政 関白 で 古典 学者 で あ る 。 +-1 御 廟野 古墳 ( ご びょう の こふん ) は 、 京都 市 山科 区 に 所在 する 古墳 時代 終末 期 の 古墳 ( 八角 墳 ) で あ る 。 +-1 万川 集海 ( まんせん しゅうかい 、 ばんせん しゅうかい 、 正式 に は 『 萬川 集海 』 と 表記 する ) と は 延宝 四 年 ( 1676 年 ) に 伊賀 の 国 、 郷士 で 藤林 長門守 の 子孫 で あ る 藤林 左 武次 保武 が 書 い た 22 巻 、 別巻 1 から な る 忍術 兵 法 書 で あ る 。 +-1 鬼門 ( きもん ) と は 、 北東 ( 艮 = うしとら : 丑 と 寅 の 間 ) の 方位 の こと で あ る 。 +-1 栄山 寺 ( えい さんじ ) は 奈良 県 五條 市 に あ る 真言 宗 豊山 派 の 寺院 。 +-1 城興 寺 ( じょうこうじ ) は 日本 の 京都 市 南 区 ( 京都 市 ) に あ る 真言 宗 の 寺院 で あ る 。 +1 藤原 資家 ( ふじわらのす けいえ 、 生没年 不詳 ) は 、 平安 時代 の 人物 で 、 藤原 北家 道 長 流 の 一族 。 +-1 大原 家 ( おおはら け ) は 宇多 源 氏 の 流れ を 引 く 源 氏 堂上 源 氏 。 +-1 八瀬 比叡 山口 駅 ( やせ ひ えいざんぐち えき ) は 、 京都 府 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 叡山本線 の 終着 鉄道 駅 。 +1 神叡 ( しんえい 、 生年 不詳 - 天平 9 年 ( 737 年 ) ) は 、 奈良 時代 の 僧 。 +-1 『 班女 』 ( はんじょ ) は 世阿弥 作 と 考え られ る 能 の 一 つ で あ る 。 +1 当摩 広 麻呂 ( たいま の ひろま ろ 、 生年 不明 - 天武 天皇 14 年 5 月 19 日 ( 旧暦 ) ( 685 年 6 月 26 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 慶滋 保胤 ( よししげの やすたね 、 承平 ( 日本 ) 元年 ( 931 年 ) 頃 ? - 長保 4 年 10 月 21 日 ( 旧暦 ) ( 100 2 年 11 月 27 日 ) ) は 、 平安 時代 中期 の 文人 ・ 儒学 者 。 +-1 北野 大 茶湯 ( きた の おお ちゃ の ゆ ) と は 、 天正 15 年 10 月 1日 ( 旧暦 ) ( グレゴリオ 暦 1587 年 11 月 1日 ) に 京都 北野 天満 宮 境内 に お い て 豊臣 秀吉 が 主催 し た 大 規模 な 茶会 の こと 。 +-1 振売 ( ふりうり 。 +-1 譜代 大名 ( ふだいだいみょう ) と は 、 江戸 時代 の 大 名出 自 に よ る 分類 の 一 で あ る 。 +1 鯰絵 ( なまず え ) は 江戸 時代 の 日本 で 出版 さ れ た 、 ナマズ を 題材 に 描 か れ た 錦絵 ( 多色 刷り の 浮世 絵 ) の 総称 で あ る 。 +-1 百 万 町 歩 開墾 計画 ( ひゃく まん ちょう ぶかい こん けいかく ) と は 奈良 時代 に 政府 が 掲げ た 計画 で あ る 。 +1 『 権記 』 ( ごんき ) は 、 平安 時代 中期 に 活躍 し た 藤原 行成 の 記 し た 日記 。 +-1 伝統 工芸士 ( でんとう こうげい し ) と は 、 伝統 的 工芸 品 産業 の 振興 に 関 する 法律 第 24 条 第 8 号 に 基づ い て 伝統 的 工芸 品 産業 振興 協会 が 行 う 認定 試験 で あ る 。 +1 平師 盛 ( たいら の もろもり 、 承安 ( 日本 ) 元年 ( 11 71 年 ) ? - 寿永 3 年 2 月 7 日 ( 旧暦 ) ( 1184 年 3 月 20 日 ) ) は 、 平安 時代 末期 の 武将 。 +1 松平 資昌 ( まつだいら すけまさ ) は 、 遠江 国 浜松 藩 の 第 2 代 藩 主 。 +1 高梨 高 信 ( たかな し たかのぶ ) は 、 平安 時代 末期 の 武士 。 +-1 庄内 の 乱 ( しょうない の らん ) は 、 慶長 4 年 ( 1599 年 ) に 日向 国 庄内 ( 現在 の 宮崎 県 都城 市 及び その 周辺 ) で 起き た 、 島津 氏 と その 重臣 で あ る 伊集院 氏 と の 争乱 で あ る 。 +-1 株式 会社 藤井 大丸 ( ふじい だいまる ) は 日本 の 京都 市 に あ る 百貨 店 。 +-1 胡麻駅 ( ごま えき ) は 、 京都 府 南丹 市 日吉町 ( 京都 府 ) に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 鉄道 駅 。 +-1 遍照寺 ( へん じょうじ ) は 、 京都 市 右京 区 に あ る 真言 宗 御 室 派 の 寺院 。 +1 川崎 九淵 ( かわさき きゅう えん 、 1874 年 7 月 11 日 - 1961 年 1 月 24 日 ) は 能楽 大鼓 の 名手 。 +-1 慈周 ( じしゅう 、 享保 19 年 ( 1734 年 ) - 享和 元年 3 月 16 日 ( 旧暦 ) ( 180 1 年 4 月 28 日 ) ) は 、 江戸 時代 中期 の 天台 宗 の 僧 ・ 漢詩 人 。 +-1 藩閥 ( はんばつ ) は 明治 から 大正 に かけ て 、 日本 の 政府 と 軍 の 要職 を 占め た 旧 ・ 西南 諸藩 ( 薩摩 藩 ・ 長州 藩 ・ 土佐 藩 ・ 肥前 藩 の いわゆる 薩長 土肥 ) 出身 者 の グループ に 対 する 批判 的 呼称 で あ る 。 +1 二階堂 貞藤 ( に かいどう さ だ ふじ 、 文永 4 年 ( 1267 年 ) - 建武 ( 日本 ) 元年 12 月 28 日 ( 旧暦 ) ( 1335 年 1 月 23 日 ) ) は 、 鎌倉 時代 後期 の 御 家人 。 +-1 もの の あはれ ( もの の あわれ 、 物 の 哀れ ) と は 、 平安 時代 の 王朝 文学 を 知 る 上 で 重要 な 文学 的 ・ 美的 理念 の 一 つ 。 +1 宝物 集 ( ほうぶつ しゅう ) は 平安 時代 末期 の 仏教 説 話 集 。 +1 高田 文二郎 ( たかだ ぶんじろう 、 天保 9 年 ( 1838 年 ) - 慶応 4 年 9 月 5 日 ( 旧暦 ) ( 1868 年 10 月 20 日 ) ) は 、 武蔵 国 江戸 出身 の 新 選 組 隊士 。 +-1 大内 氏 ( おおうち し ) は 日本 の 氏族 の 一 つ 。 +-1 手水鉢 ( ちょうずばち ) と は 、 元来 、 神前 、 仏前 で 口 を す すぎ 、 身 を 清め る ため の 水 を 確保 する ため の 器 を さ す 。 +1 佐伯 今 毛人 ( さえき の いまえみ し 、 養老 3 年 ( 71 9 年 ) - 延暦 9 年 10 月 3 日 ( 旧暦 ) ( 790 年 11 月 17 日 ) ) は 奈良 時代 の 貴族 。 +1 大島 久直 ( おおしま ひさなお 、 1848 年 10 月 1日 ( 嘉永 元年 9 月 5 日 ( 旧暦 ) ) - 1928 年 9 月 27 日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 、 華族 。 +-1 鉄甲船 ( てっこう せん ) と は 、 織田 信長 が 九鬼 嘉隆 に 命 じ て 、 毛利 水 軍 ・ 村上 水軍 に 対抗 する ため に 建造 さ せ た 大型 の 安宅 船 で あ る 。 +1 道歌 ( どう か ) は 、 芸術 で あ る 短歌 と は 違 っ て 、 仏教 の 教え や 禅僧 が 悟り や 修業 の 要点 を わか り やす く 詠み込 ん だ 短歌 や 和歌 を の こと 。 +-1 御 恩 と 奉公 ( ごおん と ほうこう ) と は 、 中世 日本 に お い て 、 主に 武士 の 主従 関係 を 構成 し た 要素 ・ 概念 。 +1 中村 吉右衛門 ( なかむら きちえもん ) は 、 歌舞伎 役者 の 名跡 。 +1 徳大寺 実淳 ( とくだいじ さねあつ 、 文安 2 年 5 月 17 日 ( 旧暦 ) ( 1445 年 6 月 22 日 ) - 天文 ( 元号 ) 2 年 8 月 24 日 ( 旧暦 ) ( 1533 年 9 月 12 日 ) ) は 室町 時代 の 公卿 。 +1 安達 時 顕 ( あだち ときあき 、 生年 未詳 - 元弘 3 年 / 正慶 2 年 5 月 22 日 ( 旧暦 ) ( 1333 年 7 月 4 日 ) ) は 鎌倉 時代 末期 の 鎌倉 幕府 の 御 家人 。 +-1 風炉 先屏風 ( ふろさき びょうぶ ) は 茶 道具 の 一 つ で 、 広間 の 点前 の 際 に 道具 畳 の 向こう側 に 置 く 2 つ 折り の 屏風 の こと 。 +-1 浄蔵 ( じょうぞう 、 寛平 3 年 ( 891 年 ) - 康保 元年 11 月 21 日 ( 旧暦 ) ( 96 4 年 12 月 27 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +1 広幡 経豊 ( ひろは た つね と よ 、 安永 8 年 6 月 25 日 ( 旧暦 ) ( 1779 年 8 月 7 日 ) - 天保 9 年 8 月 23 日 ( 旧暦 ) ( 1838 年 10 月 11 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +1 黒歯 常之 ( こくしじょうし 、 生年 不詳- 689 年 ( 永昌 ( 唐 ) 元年 ) 1 1 月 26 日 ) は 百済 の 将軍 。 +1 藤原 道隆 ( ふじわら の みち た か 、 天暦 7 年 ( 953 年 ) - 長徳 元年 4 月 10 日 ( 旧暦 ) ( 995 年 5 月 16 日 ) ) は 、 平安 時代 中期 の 公卿 。 +1 本朝 皇胤 紹運録 ( ほんちょう こういん じょううんろく ) は 、 天皇 ・ 皇族 の 系 図 。 +-1 回遊 式 庭園 ( かいゆうしきてい えん ) は 、 日本 庭園 の 形式 の ひと つ で 、 園内 を 回遊 し て 鑑賞 する 庭園 。 +-1 安倍 氏 ( あべし ) は 平安 時代 の 陸奥 国 ( 後 の 陸 中国 ) の 豪族 。 +-1 飯 ( めし 、 い い 、 はん 、 まんま ) と は 、 イネ 科 穀 物 の 米 や ムギ に 水 を 加え て 汁気 が 残 ら な い よう に 炊 い た 、 あるいは 蒸 し た 食品 で あ る 。 +-1 文治 政治 ( ぶんち せいじ ) は 、 4 代将軍 徳川 家綱 から 7 代将軍 徳川 家継 まで の 時期 の 政治 を さ す 。 +-1 どら焼き ( どらやき 。 +1 平間 重助 ( ひらま じゅうすけ   文政 7 年 ( 1824 年 ) - 明治 7 年 ( 1874 年 ) 8 月 22 日 ( 旧暦 ) ) 。 +-1 池田 町 洋館 街 ( いけだ ま ち よう かんがい ) は 滋賀 県 近江八幡 市 旧 市街 の 一角 の 名称 。 +-1 大政 奉還 ( たいせい ほうかん ) と は 、 江戸 時代 末期 の 慶応 3 年 10 月 14 日 ( 1867 年 11 月 9 日 ) に 、 江戸 幕府 第 15 代将軍 徳川 慶喜 が 、 統治 権 返上 を 明治 天皇 に 上奏 し 、 翌 15 日 に 天皇 が 上奏 を 勅許 し た 政治 的 事件 で あ る 。 +1 楠木 正秀 ( くすのき まさひで 、 生年 不詳 - 文安 3 年 ( 1446 年 ) ) は 室町 時代 の 武将 。 +1 松平光 熙 ( まつだいら みつひろ 、 1674 年 ( 延宝 2 年 ) - 1 71 7 年 10 月 8 日 ( 享保 2 年 9 月 4 日 ( 旧暦 ) ) ) は 江戸 時代 中期 の 譜代 大名 。 +1 源 経仲 ( みなもと の つね なか 、 生没年 不詳 ) は 、 平安 時代 後期 の 官人 ・ 歌人 。 +1 曲直瀬 道三 ( まなせ どうさん 、 永正 4 年 9 月 18 日 ( 旧暦 ) ( 150 7 年 10 月 23 日 ) - 文禄 3 年 1 月 4 日 ( 旧暦 ) ( 1594 年 2 月 23 日 ) ) は 、 戦国 時代 ( 日本 ) の 医師 。 +-1 ICOCA ( イコカ ) は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) が 2003 年 11 月 1日 に 近畿 地方 の アーバン ネットワーク で 最初 に 導入 し た 、 主に 乗車 カード や 電子 マネー 、 ロッカー の 鍵 と し て 利用 でき る IC カード で あ る 。 +1 今出川 公興 ( いまで がわ きん おき 、 文安 3 年 ( 1446 年 ) - 永正 11 年 2 月 4 日 ( 旧暦 ) ( 1514 年 2 月 28 日 ) ) は 、 室町 時代 の 公卿 。 +1 高岳 親王 ( たかおか しんのう 、 延暦 18 年 ( 799 年 ) - 貞観 ( 日本 ) 7 年 ( 865 年 ) ) は 平安 時代 初期 の 皇族 ・ 僧侶 。 +1 多治 比 廣成 ( た じひ の ひろ な り 、 ? - 739 年 5 月 22 日 ( 天平 11 年 4 月 7 日 ( 旧暦 ) ) ) は 、 飛鳥 時代 から 奈良 時代 に かけ て の 貴族 。 +-1 存如 ( ぞんにょ 1396 年 ( 応永 3 年 ) - 1457 年 7 月 9 日 ( 長禄 元年 6 月 18 日 ( 旧暦 ) ) ) は 、 室町 時代 の 浄土 真宗 の 僧 で 、 本願 寺 第 7 世 。 +-1 和讃 ( わ さん ) は 、 仏 ・ 菩薩 や 祖師 ・ 先徳 、 経典 ・ 教義 など を 日本 語 で 讃歎 し た 讃歌 。 +-1 小槻 氏 ( おづき し / おつき し ) は 、 古代 から 続 く 公家 の 氏族 。 +-1 松花堂 ( しょう か どう ) は 、 京都 府 八幡 市 に あ る 日本 庭園 と 美術 館 。 +1 俵屋 宗達 ( たわら や そうたつ 、 生没年 不詳 - 慶長 から 寛永 年間 に 活動 ) は 、 江戸 時代 初期 の 画家 。 +-1 田辺 城 の 戦い ( たなべ じょう の たたかい ) と は 、 慶長 5 年 7 月 19 日 ( 旧暦 ) ( 160 0 年 8 月 27 日 ) から 9 月 6 日 ( 旧暦 ) ( 160 0 年 10 月 12 日 ) に かけ て 、 丹後 国 の 田辺 城 ( 丹後 国 ) ( 現在 の 京都 府 舞鶴 市 ) を めぐ り 起こ っ た 戦い 。 +1 「 初音 」 ( はつね ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 阿曇 磯良 ( あづみ の いそら 、 安曇 磯良 と も 書 く ) は 、 神道 の 神 で あ る 。 +1 俣野 景久 ( また の かげひさ 、 生年 不詳 - 寿永 2 年 ( 1183 年 ) ) は 、 平安 時代 の 武士 。 +-1 五 重塔 ( ごじゅう の とう ) は 仏塔 の 形式 の 一 つ 。 +1 円仁 ( えんにん 、 延暦 13 年 ( 794 年 ) - 貞観 ( 日本 ) 6 年 1 月 14 日 ( 旧暦 ) ( 864 年 2 月 24 日 ) ) は 、 第 3 代 天 台 座主 。 +-1 天津 麻羅 ( あま つまら ) は 、 日本 神話 に 登場 する 鍛冶 の 神 で あ る 。 +-1 京都 線 ( きょう と せん ) は 、 京都 府 京都 市 下京 区 の 京都 駅 から 奈良 県 奈良 市 の 大和 西 大寺 駅 まで を 結 ぶ 近畿 日本 鉄道 ( 近鉄 ) の 鉄道 路線 。 +-1 京丹波 町 ( きょうたんば ちょう ) は 、 京都 府 中部 の 船井 郡 に 属 する 町 。 +-1 亀岡 市 ( かめおかし ) は 、 京都 府 の 中西部 に 位置 する 市 で あ る 。 +-1 茶 道具 ( さどうぐ 、 ちゃ どうぐ ) と は 、 茶道 に 用い る 道具 類 の 総称 。 +1 足助 重範 ( あすけ しげの り 、 正応 5 年 ( 1292 年 ) - 正慶 元年 / 元弘 2 年 5 月 3 日 ( 旧暦 ) ( 1332 年 5 月 27 日 ) ) は 鎌倉 時代 末期 の 武将 。 +1 ジュリア ・ おたあ ( 生没年 不明 ) は 、 文禄 ・ 慶長 の 役 ( 1592 年 - 1653 年 ) で 朝鮮 半島 の 平壌 近郊 から 日本 に 連行 さ れ て き た 朝鮮 人 の 女性 。 +1 坂上 広野 ( さかの うえの ひろ の 、 延暦 6 年 ( 787 年 ) - 天長 5 年 3 月 9 日 ( 旧暦 ) ( 82 8 年 3 月 28 日 ) ) は 坂上田村 麻呂 の 次男 。 +1 吉川 重吉 ( きっかわ ちょうきち 、 安政 5 年 ( 1859 年 ) - 大正 4 年 ( 1915 年 ) は 、 旧 岩国 藩 主 吉川 氏 の 一族 。 +-1 日本 の 絵の具 ( にほん の えのぐ ) は 、 伝統 的 な 日本 画 に 使 わ れ る 材料 の 一覧 。 +-1 山車 ( だし ) と は 祭 の 際 に 使 わ れ る 出し物 。 +1 大炊 御門 経秀 ( おおい の みかど つね ひ で 、 宝永 8 年 3 月 1日 ( 旧暦 ) ( 1 71 1 年 4 月 18 日 ) - 宝暦 2 年 11 月 15 日 ( 旧暦 ) ( 175 2 年 12 月 20 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +1 応神 天皇 ( おうじん てんのう 、 仲哀 天皇 9 年 12 月 14 日 ( 旧暦 ) ( 20 1 年 1 月 5 日 ) - 応神 天皇 41 年 2 月 15 日 ( 旧暦 ) ( 310 年 3 月 31 日 ) ) は 、 第 15 代 の 天皇 ( 在位 : 応神 天皇 元年 1 月 1日 ( 旧暦 ) ( 27 0 年 2 月 8 日 ) - 同 41 年 2 月 15 日 ( 310 年 3 月 31 日 ) ) 。 +-1 龍角 寺 岩屋 古墳 ( りゅうかく じいわ や こふん ) は 、 千葉 県 印旛 郡 栄町 に あ る 方墳 。 +-1 大臣 ( おおおみ ) と は 、 古墳 時代 に おけ る ヤマト 王権 に 置 か れ た 役職 の 1 つ 。 +-1 大炊 御門家 ( おおい の みかど け ) は 、 清華 家 の 家格 を 有 する 公家 。 +-1 粟飯原 氏 ( あいはら う じ ) は 中世 に 活躍 し た 武家 。 +1 平時望 ( たいら の ときもち 、 元慶 元年 ( 877 年 ) - 承平 ( 日本 ) 8 年 3 月 24 日 ( 旧暦 ) ( 938 年 4 月 26 日 ) ? ) は 、 平安 時代 前期 の 貴族 。 +-1 末期 養子 ( まつご ようし ) と は 、 養父 が 死 に 瀕 し た とき に 縁組 さ れ た 養子 。 +1 姉小路 済継 ( あね が こうじ なる つぐ / なりつ ぐ 、 文明 ( 日本 ) 2 年 ( 1470 年 ) - 永正 15 年 5 月 30 日 ( 旧暦 ) ( 1518 年 7 月 7 日 ) ) は 戦国 時代 ( 日本 ) 初期 の 飛騨 国 の 大名 で 、 姉小路 基綱 の 嫡男 。 +-1 目代 ( もくだい ) と は 、 日本 の 平安 時代 中期 から 鎌倉 時代 に 、 遙任 国司 が 現地 に 私的 な 代官 派遣 し た 家人 など の 代理 人 の こと で あ る 。 +1 観世 清和 ( かんぜ きよ かず 、 1959 年 ( 昭和 34 年 ) 5 月 21 日 - ) は 、 シテ 方 観世 流能 楽師 。 +1 伊賀 光宗 ( いが みつ むね 、 治承 2 年 ( 1178 年 ) - 康元 2 年 1 月 25 日 ( 旧暦 ) ( 1257 年 2 月 10 日 ) ) は 、 鎌倉 時代 初期 の 武将 。 +1 秋子 内 親王 ( あきこ な い しんのう 、 貞建 親 王 妃 秋子 内 親王 、 元禄 13 年 1 月 5 日 ( 旧暦 ) ( 170 0 年 2 月 23 日 ) - 宝暦 6 年 3 月 29 日 ( 旧暦 ) ( 1756 年 4 月 28 日 ) は 、 江戸 時代 の 皇族 。 +1 小田 孝朝 ( おだ たか とも 、 延元 2 年 / 建武 ( 日本 ) 4 年 ( 1337 年 ) - 応永 21 年 6 月 16 日 ( 旧暦 ) ( 1414 年 7 月 3 日 ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 武将 。 +-1 片岡 十 二 集 ( かたおか じゅう に しゅう ) は 、 片岡 仁左衛門 ( 11 代 目 ) が 撰 じ た 松嶋 屋 の お 家芸 。 +-1 七将 ( ななしょう ) と は 豊臣 秀吉子飼い 大名 で 猛将 と し て 知 ら れ た 7 人 の 武将 を あらわ す 。 +-1 もつ 鍋 ( - なべ ) は 、 もつ を 用い て 作 る 鍋 料理 。 +-1 明保野 亭 事件 ( あけぼのてい じけん ) は 、 幕末 の 京都 に お い て 発生 し た 、 長州 系 浪士 捕縛 活動 に お い て の 誤報 に 起因 する 土佐 藩 士 傷害 ・ 切腹 と 、 それ に 伴 う 会津 藩 士 自刃 事件 で あ る 。 +-1 大元 帥 法 ( だい げんすい ほう / だい げん の ほう ) は 、 密教 に おけ る 大 法 ( 呪術 ) の 1 つ 。 +-1 岩屋 寺 ( いわ やじ ) は 、 京都 府 京都 市 山科 区 に あ る 曹洞 宗 の 寺院 。 +-1 隠居 ( いんきょ ) と は 、 戸主 が 家督 を 他 の 者 に 譲 っ て 、 隠退 する こと 。 +-1 九州 の 役 ( きゅうしゅう の えき ) は 、 天正 14 年 ( 1586 年 ) 7 月 から 同 15 年 ( 1587 年 ) 4 月 に かけ て 行 わ れ た 、 豊臣 秀吉 ( 158 6 年 9 月 9 日 、 豊臣 賜姓 ) と 島津 氏 と の 戦い の 総称 で あ る 。 +-1 二条 駅 ( に じょう えき ) は 、 京都 府 京都 市 中京 区 西ノ京 栂尾 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) ・ 京都 市 交通 局 の 鉄道 駅 。 +1 江村 専斎 ( えむら せんさい 、 永禄 8 年 ( 1565 年 ) - 寛文 4 年 9 月 26 日 ( 旧暦 ) ( 1664 年 11 月 13 日 ) ) は 、 安土 桃山 時代 ・ 江戸 時代 の 儒医 。 +-1 『 解體 新書 』 ( かい たい しんしょ 、 解体 新書 ) は 、 ドイツ 人 医師 クルムス の 医学 書 Anatom i s cheTabellen の オランダ 語 訳 『 ターヘル ・ アナトミア 』 を 江戸 時代 の 日本 で 翻訳 し た 書 。 +1 短歌 ( たんか ) は 、 和歌 の 一形式 で 、 五 ・ 七 ・ 五 ・ 七 ・ 七 の 五 句 体 の 歌 。 +1 大姫 ( おおひめ 、 治承 2 年 ( 1178 年 ) - 建久 8 年 7 月 14 日 ( 旧暦 ) ( 1197 年 8 月 28 日 ) ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 女性 。 +-1 黒谷 真倉 トンネル ( くろた に まぐら トンネル ) は 、 京都 府 綾部 市 と 舞鶴 市 を 貫 く 舞鶴 若狭 自動 車 道 の トンネル 。 +-1 京屋敷 ( きょう や しき ) は 、 江戸 時代 に 諸藩 が 京都 に 設置 し た 藩邸 の こと 。 +1 皇族 に おけ る 女王 ( じょおう / にょおう ) と は 、 皇室 典範 で は 天皇 から み て 直系 で 三 親 等 以遠 の 女子 を 指 す ( 傍系 で な く 直系 尊属 の 天皇 から 数え る ) 。 +-1 奉行 ( ぶぎょう ) と は 、 平安 時代 から 江戸 時代 に かけ て 武家 に おけ る 職名 の 一 つ 。 +1 平盛兼 ( たいら   の   もりかね 、 生没年 不詳 ) は 、 平安 時代 末期 の 武将 。 +1 勧修 寺 藤子 ( かじゅうじ ふじこ 、 寛正 5 年 8 月 26 日 ( 旧暦 ) ( 1464 年 9 月 27 日 ) - 天文 ( 元号 ) 4 年 1 月 11 日 ( 旧暦 ) ( 1535 年 2 月 13 日 ) ) は 、 後柏 原 天皇 の 典侍 で 、 後奈良 天皇 の 母 、 女院 。 +-1 たこ焼き ( たこ 焼 、 蛸焼 、 たこやき ) は 、 小麦 粉 の 生地 の 中 に タコ の 小片 を 入れ 直径 3 cm 〜 5 cm ほど の 球 に 焼き 上げ た 大阪 発祥 の 料理 で あ る 。 +-1 登り 窯 ( のぼり がま 、 英語 : ) と 現在 一般 に 呼 ば れ る もの は 、 窯業 で 陶磁 器 等 の 大量 に 焼成 する ため に 、 炉内 を 各間 に 仕切 り 、 斜面 等 地形 を 利用 し 重力 に よ る 燃焼 ガス の 対流 を 利用 し て 、 炉内 の 各 製品 を 焼成 時 に 一定 に 高温 に 保 て る よう 工夫 さ れ た 窯 の 形態 の こと を い う 。 +1 源義資 ( みなもと の よしすけ 、 生年 不詳 - 治承 4 年 ( 1180 年 ) ) は 、 平安 時代 末期 の 武将 。 +1 吉沢 検校 ( よしざわ けん ぎょう 、 寛政 12 年 ( 180 0 年 ) - 明治 5 年 ( 1872 年 ) 、 生年 は 一説 に は 文化 _ ( 元号 ) 5 年 ( 1808 年 ) ) は 、 幕末 に 活躍 し た 盲人 音楽 家 ( 地歌 三味 線 、 箏曲 、 胡弓 、 平家 琵琶 演奏 家 、 作曲 家 ) 。 +-1 仏塔 ( ぶっとう ) と は 、 インド の 「 ストゥーパ ( st û pa ) 」 が 起源 の 仏教 建築 物 で あ る 。 +-1 京 の 花街 ( きょう の か が い / はなまち ) で は 、 京都 に あ る 花街 に つ い て 述べ る 。 +1 紅葉 賀 ( もみじ の が ) は 、 源氏 物語 五十 四 帖 の 巻 の 一 つ 。 +-1 足軽 大将 ( あしが る たいしょう ) と は 、 日本 の 戦国 時代 _ ( 日本 ) に 、 戦国 大名 の もと で 足軽 隊 を 率い た 部将 及び その 職 の こと を い う 。 +1 高 山彦 九郎 ( たかやま ひこくろう   延享 4 年 5 月 8 日 ( 旧暦 ) ( 1747 年 6 月 15 日 ) - 寛政 5 年 6 月 28 日 ( 旧暦 ) ( 1793 年 8 月 4 日 ) ) は 、 江戸 時代 後期 の 尊皇 思想 家 で あ る 。 +1 千葉 孝胤 ( ちば の りたね 、 長禄 3 年 ( 1459 年 ) ? - 永正 18 年 8 月 19 日 ( 旧暦 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) 初期 に かけ て の 武将 。 +1 西郷 従道 ( さいごう じゅうどう 、 天保 14 年 5 月 4 日 ( 旧暦 ) ( 1843 年 6 月 1日 ) - 明治 35 年 ( 190 2 年 ) 7 月 18 日 ) は 、 日本 の 武士 ・ 薩摩 藩 士 、 政治 家 、 大 日本 帝国 海軍 軍人 。 +-1 竹刀 ( しない ) は 、 日本 の 武道 で あ る 剣道 の 稽古 および 試合 で 防具 ( 剣道 ) に 対 し て 打突 する 竹 で でき た 刀 の 代替 品 で あ る 。 +1 恒貞 親王 ( つねさだしんの う 、 天長 2 年 ( 82 5 年 ) - 元 慶 8 年 9 月 20 日 ( 884 年 10 月 12 日 ) ) は 、 平安 時代 前期 の 皇族 。 +1 日野 晴光 ( ひ の はるみつ 、 永正 15 年 1 月 1日 ( 旧暦 ) ( 1518 年 2 月 10 日 ) - 天文 ( 元号 ) 24 年 9 月 18 日 ( 旧暦 ) ( 155 5 年 10 月 3 日 ) ) は 戦国 時代 ( 日本 ) の 公家 。 +1 毛利 正周 ( もうり まさちか 、 生年 不詳 - 享保 6 年 3 月 28 日 ( 旧暦 ) ( 1721 年 4 月 24 日 ) ) は 江戸 時代 の 薩摩 藩 の 武士 。 +-1 道昌 ( どうしょう 、 延暦 17 年 3 月 8 日 ( 旧暦 ) ( 79 8 年 4 月 2 日 ) - 貞観 ( 日本 ) 17 年 2 月 9 日 ( 旧暦 ) ( 87 5 年 3 月 20 日 ) ) は 、 平安 時代 前期 の 僧 。 +-1 高槻 藩 ( たかつきはん ) は 、 摂津 国 に 存在 し た 藩 の 一 つ 。 +-1 新西国 三十 三 箇所 観音 霊場 ( しんさいごく さんじゅう さん かしょ かんの ん れい じょう ) は 、 1932 年 ( 昭和 7 年 ) に 大阪 時事 新報 、 神戸 新聞 、 京都 日日 新聞 の 三都 新聞 連合 の 企画 に よ り 読者 の 人気 投票 に 基づ い て 選定 さ れ た 33 箇所 の 観音 霊場 を はじまり と し 、 1967 年 ( 昭和 42 年 ) に 客番 5 霊場 を 加え て 38 箇所 と な っ た 。 +1 石井 邦猷 ( いしい く に みち 、 天保 8 年 6 月 13 日 ( 旧暦 ) ( 1837 年 7 月 15 日 ) - 明治 26 年 ( 1893 年 ) 2 月 3 日 ) は 、 幕末 から 明治 に かけ て の 官僚 。 +-1 鰻飯 ( うなぎめし ) は 、 飯 の 上 に ウナギ の 蒲焼 を 乗せ た 日本 料理 の 一種 で あ る 。 +1 葦原 中国 ( 葦原 中 國 あしはら の なかつくに ) と は 、 日本 神話 に お い て 、 高天原 と 黄泉 の 間 に あ る と さ れ る 世界 、 すなわち 日本 の 国土 の こと で あ る 。 +-1 圓證 寺 ( えんしょうじ ) は 、 奈良 県 生駒 市 に あ る 真言 律 宗 の 寺院 。 +-1 後 南朝 ( ご なんちょう ) と は 、 1392 年 ( 元中 9 年 / 明徳 3 年 ) の 南北朝 合一 後 、 南朝 ( 日本 ) の 再建 を 図 っ た 南朝 の 皇統 の 子孫 や 遺臣 に よ る 南朝 復興 運動 と それ に よ っ て 樹立 さ れ た 政権 、 皇室 の 総称 で あ る 。 +-1 近江 牛 ( おう みぎゅう ) は 、 滋賀 県 で 肥育 さ れ る 和牛 で あ る 。 +1 『 続拾 遺和 歌集 』 ( しょくしゅう いわかしゅう ) は 、 建治 2 年 ( 1276 年 ) 、 亀山 上皇 の 命 に よ っ て 編纂 さ れ た 12 番 目 の 勅撰 和 歌集 。 +1 近衛 政家 ( このえ まさ いえ 、 文安 元年 ( 1444 年 ) - 永正 2 年 6 月 19 日 ( 旧暦 ) ( 150 5 年 7 月 20 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) 前期 に かけ て の 公家 。 +-1 アニミズム ( 英語 anim is m ) は 生物 ・ 無機 物 を 問 わ な い すべて の もの の 中 に 霊魂 、 もしくは 精霊 が 宿 っ て い る と い う 考え 方 。 +1 若菜 ( わかな ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 瓜生 山城 ( うりゅうやま じょう ) は 、 現在 の 京都 市 左京 区 北 白川 清沢口町 ( 当時 は 山城 国 愛宕 郡 ) に あ る 瓜生 山 ( 標高 301 m ) に 築 か れ た 戦国 時代 ( 日本 ) の 山城 で あ る 。 +-1 役行 者 霊 蹟 札 所 ( えんの じょう しゃれい せき ふだ しょ ) は 、 修験 道 の 開祖 と さ れ る 役 小角 ゆかり の 三十 六 寺 社 の 霊場 巡礼 で あ る 。 +-1 七 本 松通 ( しち ほん まつ どおり ) は 京都 市 の 南北 の 通り の 一 つ 。 +-1 義和団 の 乱 ( ぎわだん の らん ) は 、 中国 清朝 末期 の 動乱 で あ る 。 +1 紀 若子 ( き の わかこ 、 生没年 不詳 ) は 、 平安 時代 初期 の 女官 。 +-1 散切物 ( ざんぎり もの ) は 明治 維新 以降 の 風俗 を 世話 物 と し て 取り入れ た 歌舞伎 狂言 ( 演目 ) 。 +-1 百 円 硬貨 ( ひゃく えん こう か ) は 、 日本 政府 発行 の 補助 硬貨 。 +1 藤原 盛重 ( ふじわら の もりしげ 、 生没 不詳 ) は 平安 時代 の 武士 。 +-1 枕草子 絵詞 ( まくら の そうし えことば ) は 、 『 枕草子 』 の 日記 章 段 の 印象 的 な 場面 を 抽出 し て 絵画 化 し た 絵巻 。 +-1 油揚げ ( あぶらあげ ) は 、 薄切り に し た 豆腐 を 油 で 揚げ た 食品 。 +-1 内藤 氏 ( ないとう し 、 ない とううじ ) は 、 日本 人 の 姓 。 +1 卜半斎了 珍 ( ぼく はんさい りょうちん 、 大永 6 年 ( 1526 年 ) - 慶長 7 年 10 月 16 日 ( 旧暦 ) ( 160 2 年 11 月 29 日 ) ) は 和泉 国 貝塚 寺内 町 の 地頭 。 +-1 上卿 ( しょうけい ) は 、 主に 平安 時代 に お い て 、 公卿 が 関わ る 組織 、 役目 の 中 の 筆頭 の 者 を 指 す が 、 通常 現れ る の は 次ぎ の 2 つ で あ る 。 +-1 顕真 ( けんしん 、 天承 元年 ( 1131 年 ) - 建久 3 年 11 月 14 日 ( 旧暦 ) ( 1192 年 12 月 20 日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +-1 寄船 ( より ふね ) と は 、 中世 ・ 近世 の 日本 に おけ る 遭難 に よ る 漂流 船 ・ 漂着 船 及び その 搭載 物 の こと 。 +1 物集 高世 ( もずめ た か よ 、 文化 ( 元号 ) 14 年 2 月 1日 ( 旧暦 ) ( 1817 年 3 月 18 日 ) - 明治 16 年 ( 1883 年 ) 1 月 2 日 ) は 豊後 国 出身 の 国学 者 。 +1 蜷川 虎三 ( に ながわ とらぞう 、 1897 年 2 月 24 日 - 1981 年 2 月 27 日 ) は 、 経済 学 者 ・ 統計 学 者 。 +1 稲葉 正益 ( いなば まさよし 、 享保 3 年 ( 1 71 8 年 ) - 明和 8 年 9 月 28 日 ( 旧暦 ) ( 17 71 年 11 月 4 日 ) ) は 、 山城 国 淀藩 の 第 5 代 藩 主 。 +1 千葉 頼胤 ( ちば より たね 、 1239 年 12 月 16 日 ( 延応 元年 11 月 20 日 ( 旧暦 ) ) - 1275 年 9 月 7 日 ( 建治 元年 8 月 16 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 中期 の 武将 。 +-1 玄賓 庵 ( げんぴん あん ) は 奈良 県 桜井 市 茅原 に あ り 、 三輪 山麓 に 建 つ 真言 宗 醍醐 派 の 寺院 で あ る 。 +1 北条 氏 規 ( ほうじょう うじ のり ) は 、 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 武将 。 +1 桜川 大龍 ( さくら がわ だいりゅう 、 本名 : 西沢 寅吉 、 文化 ( 元号 ) 6 年 ( 1809 年 ) - 明治 23 年 ( 1890 年 3 月 29 日 ) は 江州 音頭 の 宗家 。 +1 隆尊 ( りゅう そん 、 慶雲 3 年 ( 70 6 年 ) - 天平 宝字 4 年 4 月 18 日 ( 旧暦 ) ( 76 0 年 6 月 9 日 ) は 、 奈良 時代 の 僧 。 +-1 樂 吉左衛門 ( らく きちざえもん ) は 、 千家 十 職 の 一 つ 、 楽焼 の 茶碗 を 作 る 茶碗 師 の 樂家 が 代々 襲名 し て い る 名称 で あ る 。 +1 納采 の 儀 ( のうさい の ぎ ) と は 皇室 の 儀式 の ひと つ 。 +1 多賀 高忠 ( たが た かただ 、 応永 32 年 ( 1425 年 ) - 文明 ( 日本 ) 18 年 8 月 17 日 ( 旧暦 ) ( 1486 年 9 月 14 日 ) ) は 室町 時代 の 武将 。 +-1 烏丸 線 ( からす ま せ ん ) は 、 京都 府 京都 市 左京 区 の 国際 会館 駅 から 同市 伏見 区 の 竹田 駅 ( 京都 府 ) まで を 結 ぶ 京都 市営 地下 鉄 の 路線 で あ る 。 +1 手習 ( てなら い ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の 一 つ 。 +1 亮子 内 親王 ( りょう し な い しんのう 、 久安 3 年 ( 1147 年 ) - 建保 4 年 4 月 2 日 ( 1216 年 4 月 27 日 ) ) は 、 第 77 代 後 白河 天皇 の 第 一 皇女 。 +-1 平 氏 政権 ( へいし せいけん ) は 、 平安 時代 末期 ( 11 60 年代 - 1185 年 ) に 登場 し た 平清盛 を 中心 と する 伊勢 平 氏 に よ る 政権 。 +1 片山 東熊 ( かたやまとう くま 、 嘉永 6 年 12 月 20 日 ( 旧暦 ) ( 1854 年 1 月 18 日 ) - 1917 年 ( 大正 6 年 ) 10 月 24 日 ) は 明治 期 に 活躍 し た 建築 家 で あ る 。 +-1 和蝋燭 ( わ ろうそく ) は 灯具 で あ る ろうそく の 一種 。 +-1 宮市 ( み や いち ) は 、 古代 日本 に お い て 中国 の 制度 を 模倣 し て 設け られ た 宮廷内 の 市場 を い う 。 +-1 光崎 検校 ( みつざき けん ぎょう 、 生年 不詳 - 1853 年 頃 ) は 、 19 世紀 前半 に 京都 で 活躍 し た 盲人 音楽 家 ( 地歌 三味 線 、 箏 演奏 家 、 作曲 家 ) 。 +-1 『 敦盛 』 ( あつもり ) は 、 能 の 演目 の ひと つ で 、 二 番 目物 、 公達 物 。 +1 平維 良 ( たいら の これ よし ) は 、 平安 時代 中期 の 武将 。 +-1 小笠原 氏 ( おがさわら し ) は 日本 の 氏族 。 +-1 栃餅 ( とちもち ) は 、 灰汁 灰 汁抜き し た 栃 の 実 ( トチノキ の 実 ) を もち米 と とも に 蒸 し て から つ き 、 餅 に し た もの で あ る 。 +-1 藤原 広嗣 の 乱 ( ふじわら の ひろつぐ の らん ) は 奈良 時代 の 内乱 で あ る 。 +-1 敵 は 本能 寺 に あり ( てき は ほんのうじ に あり ) は 、 戦国 時代 の 武将 明智光 秀 が 本能 寺 の 変 の 際 に 発 し た と さ れ る 言葉 。 +1 小笠原 秀清 ( おがさわら ひでき よ ) は 戦国 時代 から 安土 桃山 時代 に かけ て の 武将 ・ 有職 故 実家 。 +1 宮道 国平 ( みやじ の くに ひら 、 生没年 不詳 ) は 鎌倉 時代 初期 の 武将 、 御 家人 。 +1 仁徳 天皇 ( にん とく てんのう 、 神功 皇后 摂政 57 年 ( 257 年 ) - 仁徳 天皇 87 年 1 月 16 日 ( 旧暦 ) ( 399 年 2 月 7 日 ) ) は 、 日本 の 第 16 代 天皇 ( 在位 : 仁徳 天皇 元年 1 月 3 日 ( 旧暦 ) ( 313 年 2 月 14 日 ) - 同 87 年 1 月 16 日 ( 399 年 2 月 7 日 ) ) 。 +-1 肝吸い ( きも す い ) は 、 具 に ウナギ の 内臓 を 入れ た 吸い物 。 +1 若柳 壽童 ( わかや ぎじゅどう ) は 、 若柳 流宗家 家元 の 名跡 。 +1 満佐須 計 装束抄 ( 雅亮 装束抄 ) ( まさす け しょうぞく しょう ) は 、 平安 時代 末期 に 成立 し た 仮名文 の 装束 有職 故 実書 。 +1 石上 乙 麻呂 ( いその かみ の おつまろ 、 生年 不詳 - 天平 勝宝 2 年 9 月 1日 ( 旧暦 ) ( 75 0 年 10 月 9 日 ) ) は 、 奈良 時代 の 公卿 ・ 文人 。 +1 平賀 朝雅 ( ひら が とも まさ ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 鎌倉 幕府 の 御 家人 。 +1 東漢駒 ( やまと の あや の こま 、 生年 不詳 - 崇峻 天皇 5 年 ( 592 年 ) 11 月 ( 旧暦 ) ) は 飛鳥 時代 の 人物 。 +-1 算用 状 ( さんよう じょう ・ 散用 状 ) と は 、 中世 の 荘園 に お い て 、 荘園 領主 と 現地 の 荘官 と の 間 で 交わ さ れ た 個々 の 荘園 の 年貢 ・ 公事 など に 関 する 年間 の 収支 決算 報告 の こと 。 +-1 胤舜 ( いんしゅん 、 天正 17 年 ( 1589 年 ) - 正保 5 年 1 月 12 日 ( 旧暦 ) ( 1648 年 2 月 5 日 ) ) は 、 江戸 時代 前期 の 僧 ・ 武道 家 。 +-1 水琴窟 ( すいきん くつ ) は 、 日本 庭園 の 装飾 の 一 つ で 水滴 に よ り 琴 の よう な 音 を 発生 する 仕掛け で あ る 。 +1 藤 原 房前 ( ふじわら の ふささき 、 天武 天皇 10 年 ( 681 年 ) - 天平 9 年 4 月 17 日 ( 旧暦 ) ( 73 7 年 5 月 25 日 ) ) は 、 飛鳥 時代 から 奈良 時代 初期 に かけ て の 貴族 。 +-1 妙 円 寺 ( みょう えんじ ) は 、 京都 市 左京 区 松ヶ崎 に あ る 日 蓮 宗 の 寺院 。 +1 杉若 氏 宗 ( すぎわか う じむ ね 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +1 藤谷 為賢 ( ふじた に ため かた 、 文禄 2 年 8 月 13 日 ( 旧暦 ) ( 1593 年 9 月 8 日 ) - 承応 2 年 7 月 11 日 ( 旧暦 ) ( 1653 年 9 月 2 日 ) ) は 、 江戸 時代 初期 の 公家 。 +1 京極 高直 ( きょうごく たかなお 、 寛永 9 年 11 月 21 日 ( 旧暦 ) ( 1633 年 1 月 1日 ) - 寛文 3 年 1 月 7 日 ( 旧暦 ) ( 1663 年 2 月 14 日 ) ) は 、 丹後 田辺藩 の 第 2 代 藩 主 。 +1 玉鬘 ( たまかずら ) は 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 御 朱 印 ( ご しゅいん ) と は 、 神社 や 寺院 で 頂け る 印 で あ る 。 +1 橘道貞 ( たちばな の みちさだ 、 生年 不詳 - 長和 5 年 4 月 16 日 ( 旧暦 ) ( 1016 年 5 月 24 日 ) ) は 、 平安 時代 中期 の 官僚 。 +-1 両替 町 通 ( りょうがえ まち どおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +-1 発泡 酒 ( はっぽう しゅ ) と は 、 日本 の 酒税 法 で 定義 さ れ て い る 酒 の 一 つ 。 +1 喜連川 頼 氏 ( きつれ がわ より う じ 、 天正 8 年 ( 1580 年 ) - 寛永 7 年 6 月 13 日 ( 旧暦 ) ( 1630 年 7 月 22 日 ) ) は 、 下野 国 喜連川 藩 初代 藩 主 。 +1 藤原 呈子 ( ふじわら の ていし ( しめこ ) 、 天承 元年 ( 1131 年 ) - 安元 2 年 9 月 19 日 ( 旧暦 ) ( 1176 年 10 月 23 日 ) ) は 平安 時代 末期 の 皇妃 、 女院 。 +1 松平 忠栄 ( まつだいら ただひで 、 寛永 17 年 ( 1640 年 ) - 没年 不明 ) は 、 江戸 時代 の 人物 。 +-1 王朝 国家 ( おうちょう こっか ) は 、 日本 が 律令 制 から 中世 国家 体制 へ 移行 する 過渡 期 の 国家 体制 を 表 す 歴史 概念 。 +-1 喧嘩 両成敗 ( けんか りょうせい ばい ) と は 、 中世 日本 の 法 ( 法学 ) 原則 の 1 つ 。 +1 安斗 阿加布 ( あと の あかふ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 安法 ( あんぽう 生没年 不詳 ) は 、 平安 時代 中期 の 僧 ・ 歌人 。 +1 黒田 清隆 ( くろだ きよたか 、 天保 11 年 10 月 16 日 ( 旧暦 ) ( 1840 年 11 月 9 日 ) - 明治 33 年 ( 190 0 年 ) 8 月 23 日 ) は 、 日本 の 武士 ・ 薩摩 藩 士 、 政治 家 。 +1 賀古 残夢 ( かこざんむ 、 本名 ・ 保五郎 、 1869 年 1 月 13 日 - 1938 年 3 月 21 日 ) は 、 大正 ・ 昭和 初期 の 映画 監督 。 +-1 寛遍 ( かんぺん 、 康和 2 年 ( 1100 年 ) - 永 万 2 年 6 月 30 日 ( 旧暦 ) ( 116 6 年 7 月 28 日 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +-1 淤 加美 神 、 また は 、 龗神 ( おかみ の かみ 、 神 ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +-1 クマノクスビ は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +-1 「 ハレ とケ 」 と は 、 時間 論 を ともな う 日本 人 の 伝統 的 な 世界 観 の ひと つ 。 +-1 競技 かるた ( きょうぎかるた ) と は 、 百 人 一首 を 用い て 、 社団 法人 全 日本 かる た 協会 が 定め た 規則 に 則 っ て 行 う 競技 で あ る 。 +1 風姿 花伝 ( ふうし か でん ) 、 風姿 華 傳 は 、 世阿弥 が 記 し た 能 の 理論 書 。 +1 為平 親王 ( ためひら しんの う 、 天暦 6 年 ( 952 年 ) - 寛弘 7 年 11 月 7 日 ( 1010 年 12 月 15 日 ) ) は 平安 時代 の 皇族 で 村上 天皇 第 四 皇子 。 +1 九条 輔 嗣 ( くじょうすけつ ぐ 、 天明 4 年 9 月 15 日 ( 旧暦 ) ( 1784 年 10 月 28 日 ) - 文化 ( 元 号 ) 4 年 1 月 28 日 ( 旧暦 ) ( 180 7 年 3 月 6 日 ) ) は 江戸 時代 後期 の 公卿 。 +-1 鉄炮 記 ( てっぽう き 、 鐵炮 記 ) は 、 江戸 時代 の に 成立 し た 鉄砲 伝来 に 関わ る 歴史 書 で あ る 。 +-1 小荷駄 ( こにだ ) と は 、 中世 から 近世 に かけ て の 日本 に お い て 、 戦争 の ため に 必要 な 兵糧 や 弾薬 、 陣地 設営 道具 など を 運 ぶ ため の 駄賃 馬 稼 ( もしくは ウシ ) ・ 車 輌 、 及び それ を 率い る 部隊 「 小荷 駄隊 ( こにだ たい ) 」 の こと 。 +1 土 御門 泰誠 ( つちみかど やすまさ 、 延宝 5 年 2 月 20 日 ( 旧暦 ) ( 167 7 年 3 月 23 日 ) - 元禄 4 年 12 月 17 日 ( 1692 年 2 月 3 日 ) ) は 、 江戸 時代 前期 の 公家 。 +1 三浦 義村 ( みうら よしむら ) は 、 鎌倉 時代 初期 の 相模 国 の 武将 。 +-1 立命 館 大学 国際 平和 ミュージアム ( りつめい かん だいがく こくさい へいわ ミュージアム ) は 、 立命 館 大学 が 設立 し た 『 平和 』 を テーマ と し た 博物 館 。 +-1 神宝 ( じんぽう 、 かむ だ から ) と は 、 神社 の 本殿 内陣 に 納め られ て い る 物 で あ る 。 +-1 公儀 ( こうぎ / くうぎ ) と は 、 中世 ・ 近世 に お い て 公権 力 を 指 し て 用い た 言葉 。 +1 織田 信秀 ( おだ のぶひで ) は 、 織田 信長 の 六男 。 +1 平田 篤胤 ( ひらた あつたね ) は 、 江戸 時代 後期 の 国学 者 ・ 神道 家 。 +-1 北条 泰家 ( ほうじょう や す いえ 、 ? - 1335 年 ( 建武 ( 日本 ) 2 年 ) 頃 ? ) は 鎌倉 時代 から 南北朝 時代 ( 日本 ) に かけ て の 北条 氏 の 一族 。 +-1 仁政方 ( じんせい がた ) と は 、 室町 幕府 初期 に 設置 さ れ た 機関 の 1 つ で あ る 。 +1 安達 宗景 ( あだち むね かげ 、 正元 ( 日本 ) 元年 ( 1259 年 ) - 弘安 8 年 ( 1285 年 ) 11 月 ) 鎌倉 時代 中期 の 鎌倉 幕府 の 御 家人 。 +-1 多坐 弥 志理都 比古 神社 ( おお に ます みしりつ ひ こ じんじゃ ) は 、 奈良 県 磯城 郡 田原本 町 に あ る 神社 で あ る 。 +1 皇太子 妃 ( こうたいしひ ) と は 、 皇太子 の 妃 の 身位 、 また その 身位 に あ る 人 を い う 。 +-1 地下 請 ( じげうけ ) と は 、 中世 日本 の 村落 が 、 荘園 ・ 国衙 領 へ の 年貢 徴収 を 領主 から 請け負 っ て い た 制度 。 +1 平忠頼 ( たいら の ただより 、 延長 ( 元号 ) 8 年 6 月 18 日 ( 旧暦 ) ( 930 年 7 月 16 日 ) ? - 寛仁 2 年 12 月 17 日 ( 旧暦 ) ( 1019 年 1 月 25 日 ) ? ) は 、 平安 時代 中期 の 武将 。 +-1 自身 番 ( じしん ばん ) は 、 江戸 時代 に 江戸 や 大阪 など の 町人 地 で 設け られ た 番所 。 +-1 中宮 職 ( ちゅうぐう しき ) は 、 律令 制 に お い て 中務 省 に 属 し て 后妃 に 関わ る 事務 など を 扱 う 役所 。 +-1 坂戸 城 ( さか と じょう ) は 、 新潟 県 南魚沼 市 に 存在 し た 大 規模 な 山城 。 +1 大野 東人 ( おおのの あずまび と 、 生年 不詳 - 天平 14 年 11 月 2 日 ( 旧暦 ) ( 74 2 年 12 月 7 日 ) ) は 奈良 時代 の 武人 。 +1 安藤 家季 ( あんどう いえすえ 、 生没年 不詳 ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 陸奥 国 の 武将 。 +-1 鄭舜功 ( ていしゅん こう 、 生没年 不詳 ) は 、 中国 明 後期 の 冒険 家 。 +1 金井 延 ( か ない の ぶる 、 1865 年 2 月 26 日 ( 元治 2 年 2 月 1日 ( 旧暦 ) ) - 1933 年 8 月 13 日 ) は 静岡 県 出身 の 経済 学 者 ・ 社会 政策 学会 。 +1 観世 清尚 ( かんぜきよひさ 、 - 17 82 年 ( 天明 2 年 ) ) と は 、 江戸 中期 の シテ 方 観世 流能 楽師 。 +-1 菱餅 ( ひしもち ) は 、 和 菓子 の 一種 。 +-1 東寺 駅 ( とうじ えき ) は 、 京都 府 京都 市 南 区 ( 京都 市 ) 西 九 条 蔵王 町 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +-1 日蓮 正宗 の 本尊 は 、 本門 戒 壇之 大 御 本尊 ( 通称 ・ 法華 曼荼羅 ) と い う 。 +1 康弁 ( こうべん ) は 鎌倉 時代 の 仏師 。 +-1 坊官 ( ぼうかん ・ 房官 ) と は 、 平安 時代 以後 に 寺院 の 最高 指導 者 ( 別当 ・ 三綱 ) など の 家政 を 担当 し た 機関 及び そこ に 属 し た 僧侶 の こと 。 +1 三雲 仙嘯 ( みくも せんしょう 、 男性 、 明和 6 年 ( 1769 年 ) – 弘化 元年 12 月 14 日 ( 旧暦 ) ( 1845 年 1 月 21 日 ) ) は 、 江戸 時代 後期 の 日本 の 篆刻 家 で あ る 。 +-1 最上 氏 ( もがみし ) は 、 清和 源 氏 の 足利 氏 の 一族 で あ る 管領 の 斯波 氏 の 分家 。 +-1 東大 寺 大仏殿 の 屋根 を 支え る 2 本 の 梁 ( 建築 ) ( こうりょう ) は 、 それぞれ 長 さ 23 . 5 メートル の アカマツ が 使 わ れ て お り 、 170 4 年 ( 宝永 元年 ) 、 日向 国 の 白鳥 神社 ( えびの 市 ) から 大和 国 の 東大 寺 まで 延べ 10 数 万 人 が 参加 し 9 ヶ月 を かけ て 運搬 さ れ た 。 +-1 太子 道 ( たいしみち ) と は 、 日本 の 古代 道路 、 街道 の うち 、 聖徳 太子 が 通 っ た と さ れ 、 その 通称 が つけ られ た もの を さ す 。 +1 島津 忠長 ( しまづ ただ なが / ただたけ 、 天文 ( 元号 ) 20 年 7 月 17 日 ( 旧暦 ) ( 155 1 年 8 月 18 日 ) - 慶長 15 年 11 月 9 日 ( 旧暦 ) ( 1610 年 12 月 23 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 道命 ( どうみょう 、 天延 2 年 ( 974 年 ) - 寛仁 4 年 7 月 4 日 ( 旧暦 ) ( 1020 年 7 月 26 日 ) ) は 、 平安 時代 中期 の 僧 ・ 歌人 。 +1 畠山 義堯 ( はたけやま よした か 、 ? - 享禄 5 年 6 月 15 日 ( 旧暦 ) ( 153 2 年 7 月 17 日 ) ) は 、 戦国 時代 ( 日本 ) の 河内 国 ・ 山城 国 の 守護 で 室町 幕府 管領 。 +-1 山陵 奉行 ( さん りょうぶぎょう ) は 、 幕末期 に 置 か れ た 江戸 幕府 の 職 の ひと つ で 、 天皇 陵 の 管理 、 修補 を 掌 っ た 。 +-1 ここ で は 日本 料理 の 中 に あ る 和食 の 一 分野 で ある 会席 料理 を 紹介 する 。 +1 赤井 直正 ( あかい なおまさ 、 享禄 2 年 ( 1529 年 ) - 天正 6 年 3 月 9 日 ( 旧暦 ) ( 1578 年 4 月 8 日 ) ) は 、 戦国 時代 ( 日本 ) の 丹波 国 の 豪族 。 +1 孝安 天皇 ( こう あんてんのう 、 孝昭 天皇 49 年 ( 紀元 前 427 年 ) - 孝安 天皇 10 2 年 1 月 9 日 ( 旧暦 ) ( 紀元 前 291 年 2 月 27 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 伝え られ る 第 6 代 の 天皇 ( 在位 : 孝安 天皇 元年 1 月 7 日 ( 旧暦 ) ( 紀元 前 392 年 3 月 3 日 ) - 同 10 2 年 1 月 9 日 ( 旧暦 ) ( 紀元 前 291 年 2 月 27 日 ) ) 。 +1 良岑 清風 ( よしみね の きよ かぜ 、 生年 不詳 - 863 年 5 月 10 日 ( 貞観 ( 日本 ) 5 年 4 月 15 日 ( 旧暦 ) ) ) は 、 平安 時代 の 貴族 。 +-1 龍源 院 ( りょう げんいん ) は 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 、 臨済 宗 大 本山 大徳 寺 の 塔頭 ( たっちゅう ) で あ る 。 +-1 念仏 峠 ( ねんぶつ とうげ ) は 、 京都 府 舞鶴 市 の 京都 府道 568 号 念仏 峠線 に あ る 峠 。 +-1 管領代 ( かんれい だい ) と は 室町 幕府 の 職名 。 +1 海北 友松 ( かいほう ゆうしょう 、 天文 ( 元号 ) 2 年 ( 1533 年 ) - 元和 ( 日本 ) 元年 6 月 2 日 ( 旧暦 ) ( 1615 年 6 月 27 日 ) ) は 、 安土 桃山 時代 ~ 江戸 時代 初期 の 絵師 。 +1 湯川 秀樹 ( ゆかわ ひでき 、 明治 40 年 ( 1907 年 ) 1 月 23 日 - 昭和 56 年 ( 1981 年 ) 9 月 8 日 ) は 、 日本 の 理論 物理 学 者 。 +-1 本項 京都 市 伏見 区 の 町名 ( きょう と し ふしみく の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +-1 西 大路家 ( にし おおじけ ) は 、 羽 林 家 の 家格 を 持 つ 公家 で あ る 。 +-1 唐造 ( からづくり ) と は 、 日本 の 城郭 建築 、 特に 天守 の 外観 上 の 区分 。 +-1 スサノオ ( スサノヲ 、 スサノオノミコト ) は 、 日本 神話 に 登場 する 一柱 の 神 ( 神道 ) で あ る 。 +1 鳳林 承章 ( おうりん じょうしょう 、 文禄 2 年 ( 1593 年 ) - 寛文 8 年 ( 1668 年 ) ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 禅僧 。 +-1 喪儀司 ( そうぎ し ) は 律令 制 に お い て 治部 省 に 属 し た 機関 。 +1 小山 政光 ( おやま まさみつ 、 生没 年 未詳 ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 武将 。 +-1 大安 寺 ( だいあんじ ) は 、 奈良 県 奈良 市 に あ る 高野山 真言宗 の 仏教 寺院 。 +1 坂上 国 麻呂 ( さかの うえ の くに まろ 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 阿佐太子 ( あさたい し 、 アジャテサ 、 55 7 年 - 631 年 ) 百済 の 威徳王 ( 百済 ) の 息子 。 +1 遠藤 謹助 ( えんどうきんすけ 、 男性 、 1836 年 ( 天保 7 年 ) 2 月 15 日 - 1893 年 ( 明治 26 年 ) ) は 、 明治 時代 の 長州 藩 出身 の 官僚 で 長州 五傑 の 一人 。 +-1 度 牒 ( どちょう ) は 、 国家 公認 の 得度 に 際 し て 、 国家 機関 に よ っ て 新た に 得度 し た 僧尼 に 交付 さ れ る 身分 証 の こと で あ る 。 +-1 済物 浦 条約 ( さい も っぽ じょうやく ) と は 、 18 82 年 8 月 30 日 に 日本 と 李 氏 朝鮮 の 間 で 締結 さ れ た 条約 。 +-1 番組 小 学校 ( ばんぐみ しょう がっこう ) は 、 明治 維新 後 の 1869 年 ( 明治 2 年 ) 、 京都 の 町衆 たち の 手 に よ っ て 、 当時 の 住民 自治 組織 で あ っ た 「 番組 ( 町組 ) 」 を 単位 と し て 創設 さ れ た 、 64 の 小 学校 を 指 す 。 +-1 追説 追泯 ( ついせつ ついみん ) と は 、 仏教 に お い て 、 天台 宗 や 日蓮 宗 など の 法華 経 一 乗 の 立場 から 、 『 大般 涅槃 経 』 を 指 し た 語 を い う 。 +-1 一言 主 ( ひとこと ぬし ) は 、 日本 の 神 で あ る 。 +-1 沈香 ( ぢんこう 、 正し く は 沈水 香木 ( ぢん すい こうぼく ) ) は 代表 的 な 香木 。 +1 小石元 俊 ( こい しげんしゅん 、 寛保 3 年 ( 1743 年 ) - 文化 ( 元号 ) 5 年 12 月 25 日 ( 旧暦 ) ( 1809 年 2 月 9 日 ) は 、 江戸 時代 後期 の 蘭学 者 、 蘭方 医 。 +-1 元日節 会 ( がんじつ の せちえ ) は 、 古来 の 正月 行事 の 一 つ 。 +1 糠手 姫 皇女 ( ぬか で ひめ の ひめみこ 、 生年 不詳 - 天智 天皇 3 年 ( 664 年 ) 6 月 ) は 古墳 時代 末期 から 飛鳥 時代 に かけ て の 皇族 。 +-1 禁闕 の 変 ( きんけつ の へん ) は 、 室町 時代 の 1443 年 ( 嘉吉 3 年 ) 9 月 に 京都 で 起こ っ た 後 花園 天皇 内 裏 の 襲撃 事件 で あ る 。 +-1 神火 ( じんか / しんか ) と は 、 8 世紀 後半 から 10 世紀 に かけ て 、 主に 東国 の 官衙 を 中心 に 頻発 し た 不審 火 の こと 。 +-1 尭恕 法 親王 ( ぎょうじょ ほっ しん のう 、 寛永 17 年 10 月 16 日 ( 旧暦 ) ( 1640 年 11 月 29 日 ) - 元禄 8 年 4 月 16 日 ( 旧暦 ) ( 1695 年 5 月 28 日 ) ) は 、 江戸 時代 前期 の 皇族 ・ 僧 。 +-1 剣璽 ( けんじ ) は 三 種 の 神器 の うち 、 天叢 雲剣 と 八尺 瓊 勾玉 を 併せ た 呼称 。 +-1 大雲 寺 ( だい うんじ ) は 、 京都 市 左京 区 岩倉 に あ る 単立 ( 天台 証門 宗 ) の 寺院 。 +-1 御 触書 集成 ( お ふれ が きしゅうせい ) と は 、 江戸 幕府 が 出 し た 御 触書 を まとめ た 法令 集 の こと 。 +1 河田 次郎 ( かわだの じろう 、 生年 不詳 - 文治 5 年 9 月 6 日 ( 旧暦 ) ( 1189 年 10 月 17 日 ) ) は 平安 時代 ・ 鎌倉 時代 期 の 武士 。 +1 藤原 尊子 ( ふじわら の たかこ ) +1 県 犬養 広 刀自 ( あがた の いぬかい ひろと じ 、 生年 不詳 - 762 年 11 月 8 日 ( 天平 宝字 6 年 10 月 14 日 ( 旧暦 ) ) ) は 聖武 天皇 の 夫人 。 +-1 知藩事 ( ちはんじ ) は 、 明治 時代 初期 に 置 か れ た 地方 行政 官 の 名称 。 +-1 五色 豆 ( ご しき まめ ) は 糖衣 の いり 豆 に 5 色 の 色 を 付け た もの で 、 京都 の 銘菓 と さ れ る 。 +1 伊賀 朝光 ( いが ともみつ 、 生年 未詳 - 建保 3 年 9 月 14 日 ( 旧暦 ) ( 1215 年 10 月 8 日 ) ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 武将 。 +1 景戒 ( きょうかい / けいかい 生没年 不詳 ) は 、 奈良 時代 の 薬師寺 の 僧 。 +-1 飛鳥 文化 ( あすか ぶんか ) は 、 推古 天皇 を 頂点 と し て 大和国 を 中心 に 華開 い た 仏教 文化 で あ る 。 +1 葦原 中国 平定 ( あしはら の なかつ くに へ いて い ) は 、 天津 神 が 国津 神 から 葦原 中国 の 国譲り を 受け る 日本 神話 の 説話 で あ る 。 +1 源 雅忠 ( みなもとの まさただ 、 安貞 2 年 ( 1228 年 ) - 文永 9 年 8 月 3 日 ( 旧暦 ) ( 1272 年 9 月 3 日 ) ) は 鎌倉 時代 の 公卿 。 +1 川口 雪篷 ( かわぐち せっぽう 、 文政 元年 ( 1818 年 ) - 明治 23 年 ( 1890 年 ) ) は 、 江戸 時代 後期 ( 幕末 ) の 薩摩 藩 出身 の 書家 で あ り 、 西郷 隆盛 の 知遇 を 得 て 、 書道 と 漢詩 を 教え た 。 +-1 関山 慧玄 ( かんざん えげん 、 建治 3 年 ( 1277 年 ) - 正平 ( 日本 ) 15 年 / 延文 5 年 12 月 12 日 ( 旧暦 ) ( 1361 年 1 月 19 日 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 臨済 宗 の 僧 。 +-1 遠近 競射 と は 弓道 の 個人 競技 に おけ る 順位 決定 方法 。 +1 宮家 ( みやけ ) と は 、 日本 の 皇室 で 代々 皇族 の 身分 の 保持 を 許 さ れ た 一家 の こと で あ る 。 +-1 堺 祭 ( さかい の まつり ) は 、 古代 ・ 中世 日本 の 王都 ・ 令制 国郡 の 堺 ( 境 ) で 行 わ れ た 祭 。 +-1 四 箇格言 ( しか 、 しこ ・ かくげん 、 しか の かく げん ) と は 、 日蓮 宗 の 宗祖 日蓮 が 他 の 仏教 宗 派 を 批判 し た もの で あ る 。 +-1 文観 ( もんかん 、 弘安 元年 ( 1278 年 ) - 正平 ( 日本 ) 12 年 / 延文 2 年 10 月 9 日 ( 旧暦 ) ( 1357 年 11 月 21 日 ) ) は 、 鎌倉 時代 から 南北朝 時代 の 僧 で あ る 。 +1 藤原 安親 ( ふじわら の やすちか 、 延喜 22 年 ( 922 年 ) - 長徳 2 年 3 月 5 日 ( 旧暦 ) ( 996 年 3 月 26 日 ) ) は 、 平安 時代 中期 の 公卿 。 +1 藤原 種継 ( ふじわら の たねつぐ 、 天平 9 年 ( 737 年 ) - 延暦 4 年 9 月 24 日 ( 旧暦 ) ( 785 年 11 月 4 日 ) ) は 奈良 時代 末期 の 公卿 。 +-1 如宝 ( にょほう 、 天平 3 年 ( 731 年 ) - 弘仁 6 年 1 月 7 日 ( 旧暦 ) ( 815 年 2 月 19 日 ) ) は 、 奈良 時代 から 平安 時代 に かけ て の 律宗 の 渡来 僧 。 +1 法蓮 ( ほうれん 、 生没年 不明 ) は 、 飛鳥 時代 から 奈良 時代 の 僧 。 +1 伏見 天皇 ( ふしみ てんのう 、 文永 2 年 4 月 23 日 ( 1265 年 5 月 10 日 ) - 文保 元年 9 月 3 日 ( 1317 年 10 月 8 日 ) ) は 日本 の 第 92 代 天皇 ( 在位 弘安 10 年 10 月 21 日 ( 1287 年 11 月 27 日 ) - 永仁 6 年 7 月 22 日 ( 1298 年 8 月 30 日 ) ) 。 +-1 物合 ( もの あわせ ) は 平安 時代 に 隆盛 を 極め た 遊戯 。 +-1 天文 博士 ( てんもん は かせ ) は 、 古代 日本 の 律令 制 に お い て 、 陰陽 寮 に 属 し た 官職 。 +1 藤原 兼雅 ( ふじわら の かねまさ 、 久安 4 年 ( 1148 年 ) - 正治 2 年 7 月 18 日 ( 旧暦 ) ( 120 0 年 8 月 29 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公卿 。 +-1 洒落 ( しゃれ ) と は 、 垢抜け て い る こと 、 気 の 利 い て い る こと 。 +-1 帯締め ( おびじめ ) は 、 着物 の 着付け を する ため に 必要 な 小 道具 の 一 つ で 、 帯 を 固定 する の に 用い る 紐 。 +-1 令旨 ( りょうじ ) と は 、 律令 制 の もと で 出 さ れ た 、 皇太子 ・ 三后 ( 太皇 太后 ・ 皇太后 ・ 皇后 ) の 命令 を 伝え る ため に 出 し た 文書 。 +-1 べっ たら 漬 ( べっ たら づけ ) は 、 ダイコン の 漬物 の 一種 。 +-1 酉 の 市 ( とりの いち ) は 、 例年 11 月 の 酉 に 行 わ れ る 、 各地 の 鷲 神社 ( おおとり じんじゃ ) の 祭 。 +1 藤原理忠 ( ふじわら の まさただ ) は 、 平安 時代 の 武将 。 +1 松平 信志 ( まつだい ら のぶゆき ) は 、 丹波 亀山 藩 の 第 5 代 藩 主 。 +1 凡河内 躬 恒 ( おおしこうち の みつね 、 貞観 ( 日本 ) 元年 ( 859 年 ) ? - 延長 ( 元 号 ) 3 年 ( 925 年 ) ? ) は 、 平安 時代 前期 の 歌人 。 +-1 京都 旭丘 中学 事件 ( きょう と あさひ がおか ちゅうがく じけん ) と は 、 1953 年 4 月 29 日 - 19 54 年 6 月 1日 に かけ て 発生 し た 京都 市 立 旭丘 中 学校 の 教育 方針 を 巡 る 保守 派 と 進歩 派 の 教員 ・ 父母 に よ る 対立 事件 。 +-1 小貫 氏 ( お ぬきし ) は 日本 の 氏族 の 一 つ 。 +-1 番屋 ( ばんや ) +1 大内 惟信 ( おお うち これ の ぶ 、 生没 年 未詳 ) は 、 鎌倉 時代 前期 の 御 家人 。 +1 阿野 実藤 ( あの さね ふじ 、 寛永 11 年 2 月 15 日 ( 旧暦 ) ( 1634 年 3 月 14 日 ) - 元禄 7 年 9 月 21 日 ( 旧暦 ) ( 1694 年 11 月 8 日 ) ) は 、 江戸 時代 初期 の 公家 。 +-1 碧雲 荘 ( へきうん そう ) は 、 日本 の 実業 家 で あ る 二 代 目野村 徳七 ( のむら とくしち ) が 、 大正 時代 から 昭和 時代 に かけ て 京都 市 ・ 南禅 寺 付近 に 築造 し た 数寄 屋 造り の 別邸 。 +-1 三事 兼帯 ( さん じけん たい ) と は 、 五 位 蔵人 ・ 弁官 ・ 検非 違使 佐 を 兼帯 する こと 。 +1 小田 治久 ( おだ はるひさ 、 1283 年 2 月 10 日 ( 弘安 6 年 1 月 12 日 ( 旧暦 ) ) - 1353 年 1 月 16 日 ( 正平 ( 日本 ) 7 年 / 文和 元年 12 月 11 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +1 鷹司 冬 経 ( たかつかさ ふゆつね 、 弘安 6 年 ( 1283 年 ) - 元応 元年 6 月 18 日 ( 旧暦 ) ( 1319 年 7 月 6 日 ) ) は 、 鎌倉 時代 末期 公卿 。 +1 六条 御 息所 ( ろくじょう の み やす ( ん ) どころ ) は 『 源氏 物語 』 に 登場 する 架空 の 人物 。 +1 朽木 為 綱 ( く つき もりつな ) は 、 丹波 国 福知 山 藩 の 第 13 代 ( 最後 ) の 藩主 。 +1 タケヌナカワワケ 、 タケヌナカワワケノ ミコト は 『 日本 書紀 』 で は 武渟 川別 、 『 古事 記 』 で は 建沼 河 別命 と 表記 さ れ る 、 記紀 に 登場 する 人物 。 +-1 襟立衣 ( えりた てごろ も ) は 、 鳥山 石燕 の 妖怪 画 集 『 画図 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +-1 宝ヶ池 通 ( たから が いけどおり ) は 京都 市 の 主要 な 東西 の 通り の ひと つ 。 +-1 国際 会館 駅 ( こくさい かいかん えき ) は 、 京都 府 京都 市 左京 区 岩倉 に あ る 、 京都 市営 地下 鉄 烏丸 線 の 終着 駅 。 +-1 京都 ハリストス 正教会 ( きょう と はりすと す せいきょうかい ) は 京都 府 京都 市 中京 区 に あ る 正教 会 ( ギリシャ 正教 ) ・ 日本 ハリストス 正教会 の 教会 。 +1 源 義仲 ( みなもと の よしなか ) は 、 平安 時代 末期 の 信濃 源 氏 の 武将 。 +1 藤原 行経 ( ふじわら の ゆきつね 、 寛弘 9 年 ( 1012 年 ) - 永承 5 年 閏 10 月 14 日 ( 旧暦 ) ( 1050 年 11 月 30 日 ) ) は 、 平安 時代 中期 の 公卿 ・ 能書 家 。 +-1 建勲 通 ( けんくんどおり ) は 京都 市 北 区 ( 京都 市 ) の 東西 の 通り の 一 つ 。 +-1 定誉 ( じょうよ 、 天徳 ( 日本 ) 2 年 ( 958 年 ) - 永承 2 年 ( 1047 年 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +-1 中納言 ( ちゅう なごん ) は 、 朝廷 組織 の 最高 機関 、 太政 官 の 職 の 一 つ で 、 大納言 に 次 ぐ 官位 で 、 四 等 官 の 中 の 次官 ( すけ ) に 相当 する 令外 官 。 +-1 八塔 寺 ( はっとう じ ) は 、 岡山 県 備前 市 ( 旧 吉永 町 ) に あ る 天台 宗 の 寺院 。 +-1 利休揚げ ( りきゅう あげ ) は 、 和食 の 揚げ物 の ひと つ 。 +-1 院 近臣 ( いんの きんしん 、 院 の 近臣 ) と は 、 院政 を 行 う 治天 の 君 の 側近 及び その 集団 の 事 を 指 す 。 +1 長 宗我部 盛親 ( ちょうそ かべ もりちか ) は 、 安土 桃山 時代 から 江戸 時代 前期 の 土佐 国 の 大名 ・ 武将 。 +-1 吉山 明 兆 ( きつ さんみん ちょう 、 正平 ( 日本 ) 7 年 / 文和 元年 ( 1352 年 ) - 永享 3 年 8 月 20 日 ( 旧暦 ) ( 1431 年 9 月 26 日 ) ) は 、 室町 時代 前 ・ 中期 の 画僧 。 +-1 高辻 家 ( たかつじけ ) は 菅原 道真 の 子孫 で あ る 高辻 是綱 ( 正四 位 下 ・ 大学 寮 ) ( 10 30 年 - 11 07 年 ) を 祖 と する 堂上 家 で あ る 。 +-1 道中 諸 法度 ( どう ちゅうしょ はっと ) は 、 道中 条目 ( どう ちゅう じょうもく ) と も 呼 ば れ 、 江戸 幕府 が 大名 ・ 公家 や 幕府 役 人 など の 特定 身分 の 者 に 対 し て 出 し た 交通 法規 。 +1 松平 春嶽 ( まつだいら しゅん がく ) は 、 江戸 時代 後期 の 大名 、 第 16 代 越前 国 福井 藩 主 。 +1 淀殿 ( よどどの 、 永禄 12 年 ( 1569 年 ) ? - 慶長 20 年 5 月 8 日 ( 旧暦 ) ( 1615 年 6 月 4 日 ) ? ) は 、 戦国 時代 ( 日本 ) ( 室町 時代 末期 ) から 江戸 時代 初頭 の 女性 で 、 豊臣 秀吉 ( 羽柴 秀吉 ) の 側室 。 +1 馬屋 古 女王 ( うまやこの ひめみこ 、 生没年 不詳 ) は 、 聖徳 太子 と 膳部 菩 岐々 美郎 女 の 第 8 子 ( 第 4 王女 ) 。 +-1 死罪 ( しざい ) と は 、 江戸 時代 に 庶民 に 科 さ れ て い た 6 種類 あ る 死刑 の うち の 一 つ で 、 斬首 に よ り 命 を 絶 ち 、 死骸 を 試し 斬り に する 斬首 刑 の 刑罰 の こと 。 +-1 人類 館 事件 ( じんるい かん じけん 、 「 学術 人類 館 事件 」 、 「 大阪 博覧 会 事件 」 と も ) は 、 190 3 年 に 大阪 天王 寺 で 開 か れ た 第 5 回 内 国 勧業 博覧 会 の 「 学術 人類 館 」 に お い て 、 沖縄 県 や 、 朝鮮 ・ アイヌ ・ 台湾 高砂族 ・ インド ・ マレー ・ ジャワ ・ アフリカ の 人々 を 、 民族 衣装 姿 で それぞれ の 民族 住居 に 住ま わ せ 展示 さ れ 、 見世物 と し て 観覧 さ せ た 事件 で あ る 。 +1 多田 基綱 ( ただもと つな 、 生年 未詳 - 承久 3 年 6 月 ( 1221 年 ) ) は 、 鎌倉 時代 初期 の 武将 。 +-1 雪村 ( せっそん 、 永正 元年 ( 150 4 年 ) ? - 天正 17 年 ( 1589 年 ) 頃 ) は 、 室町 時代 後期 の 、 水墨 画家 。 +-1 カヤナルミ と は 、 『 延喜 式 』 「 祝詞 式 」 に あ る 『 出雲 国造 神賀詞 』 で は 賀夜 奈 流美 、 飛鳥 坐 神社 ・ 加夜 奈留美命 神社 で は 加夜 奈留美 と さ れ て い る 女神 。 +-1 琴古主 ( こと ふる ぬし ) は 、 鳥山 石燕 に よ る 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 の 一 つ で 、 琴 の 付喪神 ( 器物 が 変化 し た 妖怪 ) 。 +-1 獅子 舞 ( し しまい ) と は 、 伝統 芸能 の 一 つ で 、 祭囃子 に あわせ て 獅子 が 舞い 踊 る もの で あ る 。 +-1 玉串 ( たまぐし ) と は 、 神道 の 神事 に お い て 参拝 者 や 神職 が 神前 に 捧げ る 、 紙垂 ( し で ) や 木綿 ( ゆう ) を つけ た 榊 の 枝 で あ る 。 +-1 二 陪 織物 ( ふたえ おりもの 、 ふたべ おりもの ) は 全面 に 亀甲 や 唐草 など の 連続 紋 を 織り出 し て 地紋 と し 、 その 上 に 「 上紋 ( うわもん ) 」 と 称 し て 丸文 や 花鳥 文 など を 地 と は 別 の 色糸 で 飛び飛び に 織り出 し た もの 。 +-1 辞 ( じ ) と は 、 律令 制 に お い て 雑任 以下 の 下級 官人 及び 一般 庶民 ( 白丁 ) が 、 官司 に 上申 する 際 に 用い た と さ れ る 文書 。 +-1 三山木 駅 ( みやま き えき ) は 、 京都 府 京田辺 市 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +1 足利 直義 ( あしか が ただよし ) は 、 南北朝 時代 ( 日本 ) の 武将 で あ る 。 +1 司馬 達 等 ( しば だっと ・ しばたちと ・ しば の たちと ・ しめ たち と 、 生没年 不詳 ) は 、 6 世紀 頃 に 朝鮮 半島 から 渡来 し た と 見 られ る 人物 。 +1 朱宮 ( 緋宮 ) 光子 内 親王 ( あけのみや て るこ な い しんのう 、 寛永 11 年 7 月 1日 ( 旧暦 ) ( 1634 年 7 月 25 日 ) - 享保 12 年 10 月 6 日 ( 旧暦 ) ( 1727 年 11 月 18 日 ) ) は 江戸 時代 初期 の 皇族 。 +1 道尊 ( どう そん 、 安元 元年 ( 1175 年 ) ‐ 安貞 2 年 ( 1228 年 ) ) は 、 平安 時代 末期 の 皇族 ・ 僧侶 。 +-1 打ち水 ( うちみず ) と は 、 庭 や 道路 など 屋外 に 水 を 撒 く 、 昔 から の 日本 の 風習 で あ る 。 +1 五行 歌 ( ごぎょう か ) と は 、 『 古事 記 』 、 『 日本 書紀 』 に 遺 さ れ て い た 古代 歌謡 、 和歌 を 日本 の 詩歌 の 原型 と し て 現代 に 生か し た 新 詩型 。 +-1 舞鶴 湾 ( まいづる わん ) は 、 京都 府 舞鶴 市 の 海岸 の 地形 を 形成 する 湾 。 +-1 乃木 神社 ( のぎ じんじゃ ) は 、 京都 市 伏見 区 の 伏見 桃山陵 ( 明治 天皇 陵 ) の 麓 に あ る 神社 で あ る 。 +1 藤原 仲平 ( ふじわら の なか ひら   貞観 ( 日本 ) 17 年 ( 875 年 ) - 天慶 8 年 ( 945 年 ) 9 月 1日 ( 旧暦 ) ) は 平安 時代 の 廷臣 。 +-1 保津 峡 ( ほづ きょう ) は 、 京都 府 亀岡 市 から 京都 市 右京 区 嵐山 の 渡月 橋 に 至 る 大堰川 ( 保津 川 ) の 景勝 地 。 +-1 日本 の 古代 から 中世 、 近世 初期 まで に お い て 、 軍 の 兵 や 武官 、 武士 が 当時 の 戦場 で 戦 う ため に 訓練 し た 技芸 を 武芸 と い う 。 +-1 佐紀盾列 古墳 群 ( さき たてなみ こふん ぐん ) は 、 奈良 市 曾布 に 所在 する 古墳 時代 前期 中葉 過ぎ から 後半 に かけ て 営 ま れ た ヤマト 政権 の 王墓 を 多 く 含 む 古墳 群 で あ る 。 +1 佐伯 全成 ( さえき の また な り 、 ? - 天平 勝宝 9 歳 ( 75 7 年 ) ) は 、 奈良 時代 の 貴族 。 +1 大分 恵 尺 ( おおきだ の えさか 、 生年 不詳 - 天武 天皇 4 年 ( 67 5 年 ) 6 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 御息所 ( みやすんどころ 、 みやす どころ ) +-1 裸祭り ( はだかまつり ) と は 、 参加 者 が 裸体 で 参加 する 祭 で あ る 。 +-1 京都 賞 基礎 科学 部門 ( きょう と しょうきそ かがく ぶもん ) は 、 京都 賞 の 一部門 で あ り 、 優れ た 業績 を 上げ た 科学 者 に 与え られ る 賞 で あ る 。 +-1 天理 市 立 黒塚 古墳 展示 館 ( てんりし り つくろ づか こふん てん じ かん ) は 奈良 県 天理 市 に あ る 博物 館 。 +1 武者小路 実陰 ( むしゃの こうじ さね かげ 、 寛文 元年 11 月 1日 ( 旧暦 ) ( 1661 年 12 月 22 日 ) - 元文 3 年 9 月 30 日 ( 旧暦 ) ( 1738 年 11 月 11 日 ) ) は 、 江戸 時代 前期 から 中期 に かけ て の 公卿 、 歌人 。 +-1 町並み 保存 ( まちなみ ほぞん ) と は 、 伝統 的 な 建築 等 が 残 る 町並み を 保存 する こと に よ っ て 、 その 町 な ら で は の 個性 や 魅力 を 再生 さ せ 、 あわせ て 住民 の 生活 環境 を 整備 する こと 。 +-1 晒 ( さらし ) は 、 白 く て 長 い 布 ( 幅 34 センチ 、 長 さ 2 ~ 10 メートル ) で 、 主に 腹 に 巻 い て 使用 する 。 +-1 三 日 平 氏 の 乱 ( みっ か へいし の らん ) は 、 平安 時代 末期 の 内乱 、 治承 ・ 寿永 の 乱 の 戦い の 一 つ 。 +-1 奥村   吉兵衛 ( おくむら   きちべえ ) は 千家 十 職 の 1人 。 +1 大炊 御門 信名 ( おおい の みかど の ぶな 、 寛文 9 年 ( 1669 年 ) - 貞享 元年 10 月 14 日 ( 旧暦 ) ( 1684 年 11 月 20 日 ) ) は 、 江戸 時代 前期 の 廷臣 。 +-1 重箱 ( じゅうばこ ) と は 、 二 重 から 五 重 に 積み重ね られ た 、 料理 を 入れ る 箱 で あ る 。 +1 明石 覚一 ( あかしかく いち 、 正安 元年 ( 1299 年 ) - 応安 4 年 ( 13 71 年 ) ) は 、 南北朝 時代 ( 日本 ) の 平家 琵琶 ( 一方 流 ) 演奏 家 で あ る 。 +1 花山院 忠定 ( かざん いんただ さ だ 、 天授 ( 日本 ) 5 年 / 康暦 元年 10 月 5 日 ( 旧暦 ) ( 1379 年 11 月 14 日 ) - 応永 23 年 8 月 15 日 ( 旧暦 ) ( 1416 年 9 月 6 日 ) ) は 、 室町 時代 の 公卿 。 +-1 寛政暦 ( かん せいれき ) と は 、 かつて 日本 で 使 わ れ て い た 太陰 太陽 暦 の 暦法 の 和暦 で あ る 。 +1 有吉 熊次郎 ( あり よし く まじろう 、 天保 13 年 ( 1842 年 ) - 元治 元年 7 月 19 日 ( 旧暦 ) ( 1864 年 8 月 20 日 ) ) は 、 日本 の 武士 ・ 長州 藩 、 尊皇 攘夷 派 の 志士 。 +1 吉田 兼見 ( よしだ かね み 、 天文 ( 元号 ) 4 年 ( 1535 年 ) - 慶長 15 年 8 月 20 日 ( 旧暦 ) ( 1610 年 10 月 6 日 ) ) は 、 堂上 家 ( 家格 は 、 半家 、 卜部 氏 ) で あ る 吉田 家 の 9 代 当主 ( 卜部 氏 25 代 ) 。 +1 古川 節蔵 ( ふる かわ せつぞう 、 幼名 ・ 岡本 亀五郎 。 通称 ・ 岡本 周吉 、 のち 古川 節蔵 、 古川 正雄 。 ペン ネーム ・ 岡本 博卿 など 。 1837 年 ( 天保 8 年 ) 3 月 4 日 ) - 1877 年 ( 明治 10 年 ) 4 月 2 日 ) は 、 明治 期 の 教育 者 。 +-1 国阿 ( こくあ 、 正和 3 年 ( 1314 年 ) - 応永 12 年 9 月 11 日 ( 旧暦 ) ( 140 5 年 10 月 4 日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 に かけ て の 時宗 の 僧 。 +1 蒔田   広光 ( まいた   ひろみつ 、 1533 年 ( 天文 ( 元号 ) 2 年 ) - 1595 年 4 月 3 日 ( 文禄 4 年 2 月 24 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 ( 大名 ) 。 +1 三条 実綱 ( さんじょうさ ねつな 、 永禄 5 年 ( 1562 年 ) ‐ 天正 9 年 2 月 7 日 ( 旧暦 ) ( 158 1 年 3 月 11 日 ) ) は 、 室町 時代 後期 から 安土 桃山 時代 の 公卿 。 +-1 散曲 ( さんきょく ) と は 、 曲 の 一種 で あ り 、 口語 に よ る 韻文 形式 また は 歌謡 文芸 の 一 つ 。 +1 源 旧 鑑 ( 源 舊 鑒 、 みなもと の もと み 、 生年 不詳 - 延喜 8 年 2 月 ( 90 8 年 ) ) は 、 平安 時代 前期 の 賜姓 皇族 。 +1 小沢 蘆庵 ( おざわ ろ あん 、 享保 8 年 ( 1723 年 ) - 享和 元年 7 月 11 日 ( 旧暦 ) ( 180 1 年 8 月 19 日 ) ) は 、 江戸 時代 中期 の 歌人 、 国学 者 。 +-1 演歌 ( えんか ) と は 、 日本 の 大衆 音楽 の ジャンル の ひと つ で あ り 、 日本 人 独特 の 感覚 や 情念 に もとづ く 娯楽 的 な 歌曲 の 分類 で あ る と さ れ て い る 。 +-1 雲母 坂 ( きららざか ) は 、 京都 市 左京 区 修学院 の 修学 院 離宮脇 より 、 比叡 山 の 山頂 に 至 る 古道 で あ り 、 また 、 延暦 寺 千 日 回 峰行 の 行 者 道 で も あ る 。 +1 篠原 泰之 進 ( しのはら たい の しん 、 文政 11 年 11 月 16 日 ( 旧暦 ) ( 182 8 年 12 月 22 日 ) - 明治 44 年 ( 1911 年 ) 6 月 13 日 ) は 、 江戸 時代 後期 の 志士 。 +1 多 品治 ( おおの ほん じ 、 生年 不詳 - 持統 天皇 10 年 ( 696 年 ) 8 月 ? ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 ドゥーフ ・ ハルマ ( Doeff - HalmaDictionary , 通布 字 典 、 道訳 法 児馬 、 ヅーフ ・ ハルマ また は ズーフ ・ ハルマ と も 表記 さ れ る ) は 、 江戸 時代 後期 に 編纂 さ れ た 蘭和 辞典 。 +-1 有栖川 駅 ( ありすがわ えき ) は 、 京都 市 右京 区 嵯峨野 神ノ 木町 に あ る 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 の 鉄道 駅 。 +-1 概要 +1 平知 忠 ( たいらの とも ただ 、 治承 4 年 ( 1180 年 ) - 建久 7 年 6 月 25 日 ( 旧暦 ) ( 1196 年 7 月 22 日 ) ) は 、 平安 時代 末期 の 平家 一門 。 +-1 坊門家 ( ぼうもん け ) は 、 鎌倉 時代 から 室町 時代 に かけ て 存在 し た 公家 。 +1 陣幕 久五郎 ( じんまく きゅうごろう 、 文政 12 年 5 月 3 日 ( 旧暦 ) ( 1829 年 6 月 4 日 ) - 明治 36 年 ( 190 3 年 ) 10 月 21 日 ) は 、 江戸 時代 の 相撲 力士 。 +-1 街道 ( かいどう ) と は 、 ある 場所 と 場所 を 陸上 で つな ぐ 交通 路 ・ 道路 の こと で あ る 。 +1 藤原 宗通 ( ふじわら の むね みち 、 延久 3 年 ( 10 71 年 ) - 保安 ( 元号 ) 元年 7 月 22 日 ( 旧暦 ) ( 1120 年 8 月 17 日 ) ) は 、 平安 時代 後期 の 官人 。 +-1 寺子 屋 ( てらこや ) と は 、 江戸 時代 の 庶民 を 対象 と し た 教育 施設 で あ る 。 +-1 く な い と は 、 忍者 が 使用 し た 小型 の 道具 で あ る 。 +1 大炊 御門 家 孝 ( おおい の みかど いえ た か 、 延享 4 年 1 月 25 日 ( 旧暦 ) ( 1747 年 3 月 6 日 ) - 寛政 11 年 5 月 13 日 ( 旧暦 ) ( 1799 年 6 月 16 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 延鎮 ( えんちん 、 生没年 不詳 ) は 、 平安 時代 前期 の 法相 宗 の 僧 。 +-1 九鬼ヶ坂 ( く きがさか ) は 京都 府 南丹 市 美山 町 ( 京都 府 ) 上平屋 に あ る 峠 。 +1 西園寺 致季 ( さいおん じ むねすえ 、 天和 ( 日本 ) 3 年 11 月 9 日 ( 旧暦 ) ( 1683 年 12 月 26 日 ) - 宝暦 6 年 7 月 4 日 ( 旧暦 ) ( 1756 年 7 月 30 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 口分田 ( くぶんでん ) と は 、 律令 制 に お い て 、 民衆 へ 一律 に 支給 さ れ た 農地 で あ る 。 +1 徳川 昭武 ( とくがわ あきた け ) は 、 清水 徳川 家 第 6 代 当主 、 のち 水戸 藩 最後 ( 第 11 代 ) の 藩主 。 +1 磐撞 別命 ( いわつ く わけ の みこと 、 生没年 不詳 ) は 、 記紀 など に 伝え る 古墳 時代 初期 の 皇族 ( 王族 ) 。 +-1 祭神 ( さいじん ) と は 、 ある 神社 に つ い て 、 そこ に 祀 ら れ て い る 神 ( 神道 ) を 指 す 言葉 で あ る 。 +1 佐竹 昌義 ( さたけ まさよし 、 承暦 5 年 ( 1081 年 ) - 久安 3 年 ( 1147 年 ) ? ) は 、 平安 時代 の 武将 。 +-1 くちこ ( 海鼠子 、 口子 ) は 、 ナマコ の 卵巣 で あ る 。 +-1 北山 駅 ( きたやま えき ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) に あ る 、 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +1 神余 親綱 ( かなまり ちかつ な 、 大永 6 年 ( 1526 年 ) ? - 天正 8 年 7 月 2 日 ( 旧暦 ) ( 1580 年 8 月 2 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 二階堂 行忠 ( に かいどう ゆき ただ 、 1221 年 ( 承久 3 年 ) - 1290 年 12 月 24 日 ( 正応 3 年 11 月 21 日 ( 旧暦 ) ) ) は 、 二階堂 行盛 の 子 で 鎌倉 幕府 の 政所 執事 。 +-1 田荘 ( たどころ ) と は 古墳 時代 に 設け られ た 土地 や 人民 の 支配 制度 の 一 つ で 、 豪族 たち が 支配 し た 私有 地 の こと を 指 す 。 +1 平善 棟 ( たいら の よしむね / 善棟王 ( よしむねお う ) 、 生年 未詳 - 天長 6 年 6 月 22 日 ( 旧暦 ) ( 82 9 年 7 月 26 日 ) ) は 平安 時代 前期 の 賜姓 皇族 。 +-1 関東 申次 ( かんとう もう しつぎ ) は 、 関東 執奏 ( かんとう しっそう ) と も 言 い 、 鎌倉 時代 の 朝廷 に 設け られ た 役職 で 鎌倉 幕府 側 の 六波羅 探題 と とも に 、 朝廷 ・ 院政 と 幕府 の 間 の 連絡 ・ 意見 調整 を 行 っ た 。 +1 珣子 内 親王 ( じゅん し な い しんのう 、 延慶 4 年 2 月 23 日 ( 1311 年 3 月 13 日 ) - 延元 2 年 / 建武 4 年 5 月 12 日 ( 1337 年 6 月 11 日 ) ) は 後醍醐 天皇 の 中宮 。 +-1 念 阿弥 慈恩 ( ねん なみじおん 、 ? - 没年 不詳 ) は 日本 の 南北朝 時代 ( 日本 ) から 室町 時代 に かけ て の 剣客 、 禅僧 。 +1 正親町 三条 実彦 ( おおぎまち さんじょうさねひこ 、 元禄 16 年 10 月 30 日 ( 旧暦 ) ( 170 3 年 12 月 8 日 ) - 享保 10 年 8 月 28 日 ( 旧暦 ) ( 1725 年 10 月 4 日 ) は 、 江戸 時代 中期 の 廷臣 。 +1 源 有光 ( みなもと の ありみつ 、 長元 10 年 1 月 12 日 ( 旧暦 ) ( 10 3 7 年 1 月 30 日 ) - 応徳 3 年 10 月 2 日 ( 旧暦 ) ( 1086 年 11 月 10 日 ) ) は 、 平安 時代 後期 の 武将 。 +-1 金屋子神 ( かなや ご かみ 、 かなやこ かみ 、 等 ) と は 、 中国 地方 を 中心 に 、 鍛冶屋 に 信仰 さ れ る 神 ( 神道 ) 。 +-1 廬山 寺 ( ろざんじ ) は 京都 市 上京 区 に あ る 天台 系 の 仏教 寺院 。 +-1 市司 ( いち の つかさ ) は 律令 制 日本 の 律令 制 に お い て 京職 に 属 する 機関 。 +1 妃 ( ひ ) と は 、 後宮 に おけ る 后妃 の 身分 の 1 つ 。 +-1 平生 業成 ( へ い ぜいごう じょう ) は 、 「 平生 に 業事 成弁 ( 生き て い る 平生 に 、 往生 の 業事 が 、 完成 ( 成 弁 ) する ) 」 と い う 意味 の 浄土 真宗 の 言葉 で あ る 。 +1 近藤 勇五郎 ( こんどう ゆうごろう 、 嘉永 4 年 12 月 2 日 ( 旧暦 ) ( 1851 年 12 月 24 日 ) - 昭和 8 年 ( 1933 年 ) 2 月 23 日 ) は 幕末 ・ 明治 の 剣客 で あ る 。 +-1 縁側 ( えんがわ ) は 、 日本 の 日本 の 住宅 に 独特 の 構造 で 、 家屋 の 建物 の 縁 ( へり ) 部分 に 張り出 し て 設け られ た 板敷き 状 の 通路 で あ る 。 +1 真如 ( しんにょ 、 天和 ( 日本 ) 2 年 ( 1682 年 ) - 延享 元年 10 月 2 日 ( 旧暦 ) ( 1744 年 11 月 5 日 ) ) は 、 浄土 真宗 の 僧 で 、 東本願 寺 第 17 代 法 主 。 +-1 現在 一般 に 販売 さ れ て い る 千 枚 漬 ( せん まい づけ ) と は 、 蕪 ( かぶ ) を 薄 く 切 っ て 昆布 、 唐辛子 と とも に 酢漬け に し た 京都 の 伝統 的 な 漬物 で あ る 。 +-1 稚児 ( ちご ) に は 、 概ね 、 以下 の 意味 が あ る 。 +1 多田 経実 ( ただつねざね 、 生没年 不詳 ) は 鎌倉 時代 初期 の 武士 。 +-1 京極 氏 ( きょうごく し ) は 日本 の 武家 の ひと つ 。 +-1 神仏 習合 ( しんぶつ しゅうごう ) と は 、 土着 の 信仰 と 仏教 信仰 を 折衷 し て 、 一 つ の 信仰 体系 と し て 再 構成 ( 習合 ) する こと 。 +1 安斗 智徳 ( あと の ち とこ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 二 代 目林 又 一郎 ( に だい め はやし また いちろう 、 1893 年 ( 明治 26 年 ) 7 月 3 日 - 1966 年 ( 昭和 41 年 ) 12 月 31 日 ) は 、 大阪 の 歌舞伎 役者 。 +1 本庄 時 家 ( ほん じょう と き いえ 、 生没年 不詳 ) は 、 鎌倉 時代 前期 の 武蔵 国 児玉 党 の 武将 ( 実質 的 に 児玉 党 本 宗家 を 継 い だ ) 。 +-1 倭国 ( わこく ) は 、 古代 の 中国 の 諸王朝 や その 周辺 諸国 が 、 当時 日本 列島 に あ っ た 政治 勢力 あるいは 地域 を 指 し て 用い た 呼称 。 +-1 まいづる と は 、 西 日本 旅客 鉄道 が 京都 駅 ~ 東舞鶴 駅間 を 山陰 本線 ・ 舞鶴 線 経由 で 運行 する 特別 急行 列車 。 +1 町野 主水 ( まち の もんど 、 天保 10 年 11 月 25 日 ( 旧暦 ) ( 1839 年 12 月 30 日 ) - 大正 12 年 ( 1923 年 ) 6 月 9 日 ) は 、 幕末 の 会津 藩 士 。 +-1 三方 ( さんぼう 、 さんぽう ) と は 、 神道 の 神事 に お い て 使 わ れ る 、 神饌 を 載せ る ため の 台 で あ る 。 +-1 三輪山 ( みわやま ) は 、 奈良 県 の 最北部 一帯 の 奈良 盆 地 の 南東部 も 位置 する 奈良 県 桜井 市 の 南東部 に そびえる 、 なだらか な 円錐 形 の 山 で あ る 。 +-1 塩津 哲生 ( し おつ あきお 、 1945 年 ( 昭和 20 年 ) 1 月 22 日 - ) は 、 能 シテ 方 喜 多 流 の 能楽師 。 +-1 御所 +-1 黄檗 駅 ( おうばく えき ) は 、 京都 府 宇治 市 に あ る 、 京阪 電気 鉄道 ・ 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 駅 。 +1 正親町 三条 公仲 ( おおぎまち さんじょう きみ なか 、 弘治 ( 日本 ) 3 年 4 月 20 日 ( 旧暦 ) ( 155 7 年 5 月 18 日 ) - 文禄 3 年 6 月 26 日 ( 旧暦 ) ( 1594 年 8 月 12 日 ) ) は 、 安土 桃山 時代 の 公家 ( 公卿 ) 。 +-1 海岸 防禦 御 用掛( かいがん ぼうぎょ ご ようがかり ) は 、 江戸 幕府 の 職名 の 一 つ 。 +-1 院 庁 牒 ( いんの ちょうちょう ) は 、 太上 天皇 の 院庁 より 、 被管 関係 に な い 官司 や 僧綱 など に 対 し て 出 し た 牒形式 の 命令 文書 。 +-1 天正 大 地震 ( てんしょう おお じしん ) は 、 天正 13 年 11 月 29 日_ ( 旧暦 ) ( 1586 年 1 月 18 日 ) に 発生 し た 地震 で あ る 。 +-1 従 五 位 ( じゅご い ) と は 、 日本 の 位 階 及び 神階 に おけ る 位 の ひと つ 。 +1 堀尾 忠晴 ( ほり お ただはる 、 慶長 4 年 ( 1599 年 ) - 寛永 10 年 9 月 24 日 ( 旧暦 ) ( 1633 年 10 月 26 日 ) ) は 、 江戸 時代 の 外様 大名 。 +-1 青鷺 火 ( あおさぎ び 、 あおさぎ の ひ ) は 、 サギ の 体 が 夜間 など に 青白 く 発光 する と い う 日本 の 怪 現象 。 +-1 他阿 ( たあ 、 嘉禎 3 年 ( 1237 年 ) - 文保 3 年 1 月 28 日 ( 旧暦 ) ( 1319 年 2 月 18 日 ) ) は 、 鎌倉 時代 後期 の 時宗 の 僧 。 +-1 山門 駅 ( さん もん えき ) は 、 京都 府 京都 市 左京 区 に あ る 宗教 法人 鞍馬 寺 が 運行 する ケーブル カー 、 鞍馬 山 鋼索 鉄道 の 鉄道 駅 で あ る 。 +-1 北大路 通 ( きたおおじ どおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +-1 割符 ( さいふ / わっぷ ) と は 、 中世 日本 に お い て 遠隔 地間 の 金銭 取引 など の 決済 の ため に 用い られ た 証紙 で 、 日本 に おけ る 為替 の 元 と な っ た 。 +1 四 鏡 ( しきょう ) は 平安 時代 後期 から 室町 時代 前期 まで に 成立 し た 「 鏡物 ( かがみもの ) 」 と 呼 ば れ る 『 大鏡 』 ・ 『 今鏡 』 ・ 『 水鏡 』 ・ 『 増鏡 』 の 4 つ の 歴史 物語 ( 歴史 書 ) 。 +1 聖護 院 宮 嘉言 親王 ( しょうご いんの みや よしこ としん のう ) 、 文政 4 年 1 月 26 日 ( 旧暦 ) ( 182 1 年 2 月 28 日 ) - 慶応 4 年 8 月 11 日 ( 旧暦 ) ( 1868 年 9 月 26 日 ) ) は 、 江戸 時代 末期 、 明治 時代 の 日本 の 皇族 。 +1 閑院宮 直仁 親王 ( かんいんの みや なお ひと しんのう 、 宝永 元年 9 月 9 日 ( 旧暦 ) ( 170 4 年 10 月 7 日 ) - 宝暦 3 年 6 月 3 日 ( 旧暦 ) ( 175 3 年 7 月 3 日 ) ) は 江戸 時代 の 皇族 。 +1 夢窓 疎石 ( むそう そ せき 、 道号 が 夢窓 、 法諱 が 疎石 、 建治 元年 ( 1275 年 ) - 観応 2 年 9 月 30 日 ( 旧暦 ) ( 1351 年 10 月 20 日 ) ) は 、 鎌倉 時代 末 から 南北朝 時代 ( 日本 ) 、 室町 時代 初期 に かけ て の 臨済 宗 の 禅僧 。 +1 丸毛 兼利 ( まる もかね とし 、 生年 不詳- 正保 4 年 1 月 28 日 ( 旧暦 ) ( 1647 年 3 月 4 日 ) ) は 、 安土 桃山 時代 の 武将 。 +-1 集外 三十 六 歌仙 ( しゅうがい さんじゅう ろっ かせん ) は 、 室町 時代 から 江戸 時代 初頭 に かけ て の 歌人 を 三十 六 歌仙 に 倣 っ て 取り上げ た もの 。 +1 榎本 武揚 ( えの もと たけあき 、 天保 7 年 8 月 25 日 ( 旧暦 ) ( 1836 年 10 月 5 日 ) - 明治 41 年 ( 190 8 年 ) 10 月 26 日 ) は 、 江戸 幕末 ~ 明治 期 の 武士 ・ 幕臣 、 政治 家 。 +-1 被布 ( ひふ ) と は 、 着物 の 上 に 羽織 る 上着 の 一種 。 +-1 武道 ( ぶどう ) と は 、 伝統 的 な 日本 武術 ( 古武道 ) から 発展 し た もの で 、 人 を 殺傷 ・ 制圧 する 技術 に 、 その 技 を 磨 く 稽古 を 通 じ て 人格 の 完成 を めざ す 、 と い っ た 芸道 の 面 が 加わ っ た もの で あ る 。 +1 藤原 定頼 ( ふじわら の さだより 、 長徳 元年 ( 995 年 ) - 寛徳 2 年 1 月 19 日 ( 旧暦 ) ( 1045 年 2 月 8 日 ) ) は 平安 時代 中期 の 公家 ・ 歌人 。 +-1 腰巻 ( こしまき ) +-1 宋銭 ( そうせん ) と は 、 中国 ・ 北宋 代 に 鋳造 さ れ た 貨幣 で あ る 銅銭 の こと で あ る 。 +-1 孤峰 覚明 ( こほうかく みょう 、 文永 8 年 ( 12 71 年 ) - 康安 元年 / 正平 ( 日本 ) 16 年 5 月 24 日 ( 旧暦 ) ( 1361 年 6 月 27 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 臨済 宗 の 僧 。 +-1 尊純 法 親王 ( そんじゅん ほっ しん の う 、 天正 19 年 10 月 16 日 ( 旧暦 ) ( 1591 年 12 月 1日 ) - 承応 2 年 5 月 26 日 ( 旧暦 ) ( 1653 年 6 月 21 日 ) ) は 、 江戸 時代 前期 の 天台 宗 の 僧 。 +1 細川 政元 ( ほそかわ まさもと ) は 、 室町 時代 中後期 の 守護 大名 。 +-1 往馬 坐 伊古 麻都 比古 神社 ( いこま に ますいこまつ ひ こ じんじゃ ) は 、 奈良 県 生駒 市 に あ る 神社 で あ る 。 +-1 東野 駅 ( ひがしの えき ) は 、 京都 市 山科 区 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 +-1 手刀 ( しゅとう 、 てがたな ) +-1 足利庄 ( あしかが の しょう ) は 、 下野 国 足利 郡 ( 栃木 県 足利 市 ) に あ っ た 荘園 。 +1 横浜 一庵 ( よこはま いちあん 、 天文 ( 元号 ) 19 年 ( 1550 年 ) - 文禄 5 年 閏 7 月 13 日 ( 旧暦 ) ( 1596 年 9 月 5 日 ) ) は 、 安土 桃山 時代 の 大名 。 +-1 家道 ( かどう ) と は 、 特定 の 家 に お い て 代々 伝え られ て き た 技能 ・ 芸能 の こと 。 +1 山口 宗永 ( やまぐち むねなが 、 生年 不詳- 慶長 5 年 8 月 3 日 ( 旧暦 ) ( 160 0 年 9 月 10 日 ) ) は 、 戦国 時代 ( 日本 ) 後期 から 江戸 時代 初期 の 大名 で 加賀 国 大聖寺 六 万 石 余 。 +1 尾崎 局 ( おざき の つぼね 、 152 7 年 ( 大永 7 ) - 15 72 年 ( 元亀 3 ) ) は 、 戦国 時代 ( 日本 ) の 女性 。 +-1 小 正月 ( こしょう がつ ) と は 、 正月 の 望 の 日 ( 満月 の 日 、 1 月 15 日 ( 旧暦 ) ) の こと 。 +-1 画讃 ( が さん ) +-1 田原 の 御田 ( たわら の おんだ ) は 、 京都 府 南丹 市 日吉町 ( 京都 府 ) 田原 地区 に あ る 多治 神社 で 、 毎年 5 月 3 日 に 行 わ れ る 神事 で あ る 。 +-1 雅楽 ( が がく ) は 、 日本 、 中国 、 朝鮮 半島 、 ベトナム の 伝統 的 な 音楽 の 一 つ 。 +-1 五 節 舞 、 五節 の 舞 ( ごせち の まい ) と は 、 大嘗 祭 や 新嘗 祭 に 行 わ れ る 豊明 節会 で 、 大歌 所 の 別当 が 歌 う 大歌 に 合わせ て 舞 わ れ る 、 4 ~ 5 人 の 舞姫 に よ っ て 舞 わ れ る 舞 。 +-1 比佐津 媛 ( ヒサツヒメ ) は 大分 県 日田 市 大字 日高 に あ る 會所 ( よそ ) 神社 に 祀 ら れ て い る 女神 。 +-1 私塾 ( しじゅく ) と は 、 中国 や 江戸 時代 の 日本 に おけ る 民間 ( 秀才 及び 元 長官 など が 先生 と な っ た ) の 教育 機関 で あ る 。 +1 役 小角 ( えん の おづの 、 えん の おづぬ 、 えん の おつ の 、 634 年 伝 - 70 6 年 伝 ) は 、 飛鳥 時代 から 奈良 時代 の 呪術 者 で あ る 。 +-1 梛 神社 ( なぎ じんじゃ ) は 、 京都 市 中京 区 壬生 に あ る 神社 で あ る 。 +-1 尋禅 ( じんぜん 、 天慶 6 年 ( 943 年 ) - 永祚 ( 日本 ) 2 年 2 月 17 日 ( 旧暦 ) ( 990 年 3 月 16 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +-1 塑像 ( そぞう ) は 、 粘土 を 素材 と し た 像 。 +1 湯浅 宗貞 ( ゆあさむ ねさ だ 、 生没年 不詳 ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 源 定房 ( みなもと の さだふさ 、 大治 ( 日本 ) 5 年 ( 1130 年 ) - 文治 4 年 7 月 17 日 ( 旧暦 ) ( 1188 年 8 月 11 日 ) ) は 平安 時代 後期 の 公卿 。 +1 勧修 寺 婧子 ( かじゅう じ ただ こ 、 安永 ( 元号 ) 9 年 11 月 6 日 ( 旧暦 ) ( 1780 年 12 月 1日 ) - 天保 14 年 3 月 21 日 ( 旧暦 ) ( 1843 年 4 月 20 日 ) ) は 、 光格 天皇 の 典侍 で 、 仁孝 天皇 の 生母 。 +-1 永仁 の 徳政令 ( えいにん の とく せい れい ) は 、 1297 年 ( 永仁 5 年 ) に 鎌倉 幕府 の 9 代 執権 北条 貞時 が 発令 し た 、 日本 で 最初 の 徳政令 と さ れ る 。 +1 六条 有房 ( ろくじょう ありふさ 、 建長 3 年 ( 1251 年 ) - 元応 元年 7 月 2 日 _ ( 旧暦 ) ( 1319 年 7 月 19 日 ) ) は 、 鎌倉 時代 後期 の 公卿 ・ 歌人 。 +-1 銅鏡 ( どう きょう ) は 、 銅合 金 製 の 鏡 で あ る 。 +1 藤堂 高邦 ( とうどう たか く に ) は 、 伊勢 久居 藩 の 第 16 代 ( 最後 ) の 藩主 。 +1 弓削 元 宝 ( ゆげ の がん ほう ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 官司 ( かんし ) と は 、 古代 日本 に おけ る 官庁 及び 官人 の こと 。 +-1 護摩 ( ごま ) と は 、 サンスクリット の ホーマ を 音訳 し て 書き 写 し た 語 で あ る 。 +-1 明治 維新 ( めいじ いしん ) は 、 江戸 幕府 に よ る 幕藩 体制 から 、 明治 政府 に よ る 倒幕 運動 および 天皇 親政 体制 の 転換 と 、 それ に 伴 う 一連 の 戦争 ( 戊辰 戦争 ) ・ 改革 を い う 。 +1 藤原 伊尹 ( ふじわら の これ ただ 、 延長 ( 元号 ) 2 年 ( 924 年 ) - 天禄 3 年 11 月 1日 ( 旧暦 ) ( 97 2 年 12 月 14 日 ) ) は 平安 時代 中期 の 公卿 。 +-1 片町 駅 ( かたまち えき ) は 、 大阪 府 大阪 市 都島 区 に あ っ た 鉄道 駅 で 歴史 上 以下 の 二 つ が あ っ た が 今 は いずれ も 廃止 さ れ て い る 。 +1 島津 歳久 ( しまづ としひさ 、 天文 ( 元号 ) 6 年 ( 1537 年 ) - 天正 20 年 7 月 18 日 ( 旧暦 ) ( 1592 年 8 月 25 日 ) ) は 島津 貴久 の 三男 で 、 島津 義久 、 島津 義弘 の 弟 。 +-1 トヨウケビメ は 、 日本 神話 に 登場 する 神 。 +-1 半家 ( はんけ ) と は 鎌倉 時代 以降 に 成立 し た 公卿 の 家格 で 堂上 家 の 中 で も 最 下位 の 家柄 で あ る 。 +-1 初宮 参り ( はつみ やまいり ) と は 、 赤ちゃん が 無事 に 生誕 1 ヶ月 目 を 迎え た こと を 産土神 に 感謝 し て 報告 する こと を 指 す 。 +-1 伊根 の 舟屋 ( いね の ふなや ) は 、 京都 府 与謝 郡 伊根 町 の 伊根 地区 に あ る 民家 の 種類 の ひと つ で あ る 。 +-1 富小路 家 ( とみの こうじけ ) は 藤原 氏 系 の 堂上 家 。 +1 岡本 綺堂 ( おかもと きどう 、 明治 5 年 10 月 15 日 ( 1872 年 11 月 15 日 ) - 昭和 14 年 ( 1939 年 ) 3 月 1日 ) は 、 小説 家 、 劇作 家 。 +1 豊臣 国松 / 羽柴 国松 ( とよとみの ひでより / とよと み くに まつ 、 はしばくに まつ 、 慶長 13 年 ( 160 8 年 ) - 慶長 20 年 5 月 23 日 ( 旧暦 ) ( 1615 年 6 月 19 日 ) ) は 、 豊臣 秀頼 の 子 。 +-1 長享 ・ 延徳 の 乱 ( ちょうきょう ・ えんとく の らん ) と は 、 室町 時代 後期 の 長享 元年 ( 1487 年 ) と 延徳 3 年 ( 1491 年 ) の 2 度 に 亘 っ て 室町 幕府 が 行 っ た 近江 国 守護 ・ 六角 高頼 に 対 する 親征 で 、 六角 征伐 と も 言 わ れ る 。 +-1 三 段 池 公園 ( さん だん いけ こうえん ) は 、 京都 府 福知 山 市 に あ る 公園 。 +1 倭迹 迹稚 屋 姫命 ( やまと と と わか や ひめ の みこと 、 生没年 不詳 ) は 、 孝霊 天皇 の 皇女 。 +1 徳大寺 公能 ( とくだいじ きん よし 、 永久 ( 元 号 ) 3 年 ( 1115 年 ) - 永暦 2 年 8 月 11 日 ( 旧暦 ) ( 1161 年 9 月 2 日 ) ) は 平安 時代 後期 の 公卿 。 +-1 巫 ( ふ 、 かんなぎ ) は 、 巫覡 ( ふげき ) と も 言 い 、 神 を 祀 り 神 に 仕え 、 神意 を 世俗 の 人々 に 伝え る こと を 役割 と する 人々 を 指 す 。 +1 大石造 酒蔵 ( おおいし   みきぞう 、 ? - 慶応 2 年 2 月 5 日 ( 旧暦 ) ( 1866 年 3 月 21 日 ) ) は 、 幕末 の 一橋 徳川 家 家臣 。 +-1 鉄剣 ・ 鉄刀 銘文 ( てっけん ・ てっとう めい ぶん ) は 、 鉄剣 また は 鉄刀 に 刻 ま れ た 文字 や 文章 の こと 。 +-1 浦安 の 舞 ( うらやす の まい ) は 、 神楽 ( 巫女 舞 ) の 1 つ 。 +-1 国分寺 ( こくぶんじ ) は 、 奈良 県 橿原 市 北 八木 2 丁目 に あ る 浄土 宗 の 寺院 。 +-1 長勢 ( ちょうせい 、 寛弘 7 年 ( 1010 年 ) - 寛治 5 年 11 月 9 日 ( 旧暦 ) ( 1091 年 12 月 21 日 ) ) は 、 平安 時代 中期 の 仏師 。 +1 荒田尾 赤麻呂 ( あらた お の あかまろ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 尾張馬身 ( おわり の まみ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 玄恵 ( げんえ ・ げんね 、 生年 不詳- 正平 ( 日本 ) 5 年 / 観応 元年 3 月 2 日 ( 旧暦 ) ( 1350 年 4 月 9 日 ) ) は 、 南北朝 時代 ( 日本 ) の 天台 宗 の 僧 ・ 儒学 者 。 +1 和田 高家 ( にぎ たたか いえ ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +1 平通盛 ( たいら の みちもり ) は 、 平安 時代 末期 の 武将 。 +1 源義重 ( みなもと の よししげ / 新田 義重 に った よししげ ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 河内 源 氏 の 武将 。 +-1 島津 創業 記念 資料 館 ( しまづ そうぎょう きねん しりょうかん ) は 、 島津 製作 所 が 1975 年 に 創業 100 周年 を 記念 し て 、 創業 者 の 島津 源蔵 を 偲 ん で 開設 し た 資料 館 。 +1 聖武 天皇 ( しょうむ てんのう 、 大宝 ( 日本 ) 元年 ( 70 1 年 ) - 天平 勝宝 8 年 5 月 2 日 ( 旧暦 ) ( 75 6 年 6 月 4 日 ) 、 在位 : 神亀 元年 2 月 4 日 ( 旧暦 ) ( 72 4 年 3 月 3 日 ) - 天平 勝宝 元年 7 月 2 日 ( 旧暦 ) ( 74 9 年 8 月 19 日 ) ) は 奈良 時代 の 第 45 代 天皇 で あ る 。 +1 伊治 呰 麻呂 ( これ はり の あざまろ 、 これ はる の あざまろ 、 生没年 不明 ) は 、 日本 の 奈良 時代 の 陸奥 国 ( 後 の 陸前 国 ) の 蝦夷 の 指導 者 で あ る 。 +-1 古都 保存 協力 税 ( こと ほぞん きょうりょくぜい ) は 、 かつて 京都 市 が 制定 し た 税 条例 に 基づ き 実施 さ れ た 地方 税 の ひと つ で あ る 。 +-1 薩長 同盟 ( さっ ちょうどうめい ) は 、 江戸 時代 後期 の 慶応 2 年 1 月 21 日 ( 旧暦 ) ( 1866 年 3 月 7 日 ) に 幕末 の 薩摩 藩 と 長州 藩 の 間 で 締結 さ れ た 政治 的 、 軍事 的 同盟 で あ る 。 +1 隆姫 女王 ( たかひめじょおう 、 長徳 元年 ( 995 年 ) - 寛治 元年 11 月 22 日 ( 旧暦 ) ( 1087 年 12 月 19 日 ) ) は 村上 天皇 第 7 皇子 ・ 具平 親王 の 長女 。 +-1 吉野 の 盟約 と は 天武 天皇 と 皇后 の 持統 天皇 が その 間 に も うけ た 草壁 皇子 を 次期 天皇 で あ る と 宣言 し た 盟約 。 +1 松平 容保 ( まつだいら かたもり ) は 、 幕末 の 大名 ・ 陸奥 国会津 藩 9 代 目 藩主 で あ り 、 また 最後 の 藩主 で も あ る 。 +-1 雲章 一 慶 ( うんしょう いっ けい 、 至徳 ( 日本 ) 3 年 / 元中 3 年 5 月 12 日 ( 旧暦 ) ( 1386 年 6 月 9 日 ) - 寛正 4 年 1 月 23 日 ( 旧暦 ) ( 1463 年 2 月 11 日 ) ) は 、 室町 時代 中期 の 臨済 宗 の 僧 。 +-1 興利 倭船 ( こうり わせん ) と は 、 室町 時代 、 日本 から 朝鮮 へ 交易 のみ を 目的 に 訪れ た 商船 の こと を 指 す 。 +-1 的屋 ( てきや ) と は 、 祭礼 ( 祭り ) や 市 や 縁日 など が 催 さ れ る 、 境内 、 参道 や 門前 町 に お い て 屋台 や 露天 で 出店 し て 食品 や 玩具 等 を 売 る 小売 商 を 指 す 。 +-1 小倉 駅 ( おぐら えき ) は 、 京都 府 宇治 市 小倉町 神楽田 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +1 五条 頼元 ( ご じょう   より も と 、 正応 3 年 ( 1290 年 ) - 正平 ( 日本 ) 22 年 ( 1367 年 ) 5 月 ) は 、 南北朝 時代 ( 日本 ) の 公家 。 +-1 即非 如一 ( そく ひにょいつ 、 万暦 44 年 5 月 14 日 ( 旧暦 ) ( 1616 年 6 月 27 日 ) - 寛文 11 年 5 月 20 日 ( 旧暦 ) ( 16 7 1 年 6 月 26 日 ) ) は 、 江戸 時代 前期 中国 の 明 から 渡来 し た 臨済 宗 黄檗 派 ( 黄檗 宗 ) の 僧 。 +-1 びわ 湖 パラダイス ( びわ こ パラダイス ) は 、 かつて 滋賀 県 大津 市 に あ っ た びわ 湖 温泉 ( ホテル 紅葉 ( 現在   旅亭 紅葉 ) ) と 併設 さ れ て い た 、 温泉 宿泊 施設 ( 健康 センター ) 併設 型 の レジャー 施設 ・ 遊園 地 で あ る 。 +-1 備 ( そなえ ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 に お い て 戦時 に 編成 さ れ た 部隊 。 +1 川上 忠兄 ( かわかみ ただえ 、 永禄 2 年 ( 1559 年 ) - 元和 ( 日本 ) 8 年 3 月 23 日 ( 旧暦 ) ( 1622 年 5 月 3 日 ) ) は 戦国 時代 ( 日本 ) から 江戸 時代 の 武将 。 +1 西園寺 実韶 ( さいおんじ さねつ ぐ 、 安永 6 年 12 月 7 日 ( 旧暦 ) ( 1778 年 1 月 5 日 ) - 天明 6 年 11 月 23 日 ( 旧暦 ) ( 1787 年 1 月 12 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +1 皇極 天皇 ( こうぎょく てんのう 、 推古 天皇 2 年 ( 594 年 ) - 斉明 天皇 7 年 7 月 24 日 ( 旧暦 ) ( 661 年 8 月 24 日 ) は 、 日本 の 第 35 代 天皇 ( 在位 : 皇極 天皇 元年 1 月 15 日 ( 旧暦 ) ( 642 年 2 月 19 日 ) - 4 年 6 月 14 日 ( 旧暦 ) ( 645 年 7 月 12 日 ) ) 。 +-1 芸妓 ( げいぎ ) と は 、 日本 舞踊 や 音曲 ・ 長唄 囃子 で 宴席 に 興 を 添え 、 客 を もてな す 芸者 芸子 の こと 。 +-1 麩 ( ふ ) は 、 グルテン を 主原料 と し た 加工 食品 。 +-1 菩提泉 ( ぼだいせん ) と は 、 平安 時代 中期 から 室町 時代 末期 に かけ て 、 もっとも 上質 で 高級 で あ っ た 日本 酒 と さ れ る 銘柄 名 。 +1 高橋 道八 ( たかはしどう はち ) は 京焼 ( 清水 焼 ) の 窯元 の 一 つ で 、 陶芸 家 の 名跡 。 +1 光源 氏 ( ひかる げんじ ) は 、 紫式 部 の 物語 『 源氏 物語 』 の 主人 公 で あ る 。 +-1 上 御 霊前通 ( かみごりょう まえ どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +-1 地車 囃子 ( だんじり ばやし ) と は 、 地車 曳行 の 際 に 演奏 さ れ る 祭囃子 の こと で あ る が 、 何 ら か の 事情 で 山車 ( 地車 ) を 保有 し て い な い 大阪 市 北部 を 中心 と し た 地域 など で 、 地車 と は 独立 し た 音楽 と し て 舞台 や 櫓 ( 矢倉 ) 、 さらに 船渡 御 の 船 等 に お い て 「 へたり 」 で 演奏 ・ 奉納 さ れ る 祭囃子 の こと で も あ る 。 +-1 仁覚 ( にんかく 、 寛徳 2 年 ( 1045 年 ) - 康和 4 年 3 月 28 日 ( 旧暦 ) ( 110 2 年 4 月 17 日 ) ) は 平安 時代 後期 の 天台 宗 の 僧 。 +-1 解放 令 反対 一揆 ( かいほうれい はんたい いっき ) は 、 日本 の 明治 時代 はじめ に 各地 で おき た 暴動 、 襲撃 事件 で 、 解放 令 に 反対 し て 起こ さ れ た 。 +-1 玩 辞楼 十 二 曲 ( がんじろう じゅう に きょく ) は 、 中村 鴈治郎 ( 初代 ) が 撰 じ た 成駒 屋 中村 鴈治郎 の お 家芸 。 +1 京極 高 供 ( きょうごく たか と も 、 元和 ( 日本 ) 9 年 1 月 24 日 ( 旧暦 ) ( 1623 年 2 月 23 日 ) - 延宝 2 年 2 月 28 日 ( 旧暦 ) ( 167 4 年 4 月 4 日 ) ) は 、 丹後 国峰山 藩 の 第 2 代 藩 主 。 +-1 東向 観音寺 ( ひがしむ かいかんの んじ ) は 、 京都 市 上京 区 に あ る 真言 宗 泉涌 寺 派 の 寺院 。 +-1 阿羅漢 ( あらかん 、 サンスクリット : arhat ) は 、 仏教 に お い て 、 尊敬 や 施し を 受け る に 相応し い 聖者 の こと 。 +1 源信 ( みなもと の まこと 、 弘仁 元年 ( 810 年 ) - 貞観 ( 日本 ) 10 年 閏 12 月 28 日 ( 旧暦 ) ( 869 年 2 月 13 日 ) ) は 平安 時代 前期 の 公卿 。 +-1 臨川 寺 ( りんせんじ ) は 、 京都 市 右京 区 に あ る 臨済 宗 天龍 寺 派 の 寺院 。 +-1 長 白羽 神 ( ながしら は の かみ ) は 古語 拾遺 の 岩戸 隠れ に 登場 する 神 。 +1 平田 職忠 ( ひらた もと ただ 、 天正 8 年 ( 1580 年 ) - 万治 3 年 6 月 16 日 ( 旧暦 ) ( 16 60 年 7 月 23 日 ) ) は 、 安土 桃山 時代 ・ 江戸 時代 初期 の 地下 家 官人 。 +1 鈴木 三樹三郎 ( すずき みきさぶろう 、 天保 8 年 7 月 15 日 ( 旧暦 ) ( 1837 年 8 月 15 日 ) - 大正 8 年 ( 1919 年 ) 7 月 11 日 ) は 、 新 選 組 九 番 隊 組長 、 御陵 衛士 。 +-1 辰巳 芸 者 ( たつみ げいしゃ ) と は 、 江戸 時代 を 中心 に 、 江戸 の 深川 ( 今 の 東京 都 深川 区 ) で 活躍 し た 芸 者 衆 の こと 。 +1 源 頼義 ( みなもと の より よし ) は 、 平安 時代 中期 の 武将 。 +-1 弘仁寺 ( こうにんじ ) は 、 奈良 市 に あ る 高野山 真言 宗 の 寺院 。 +1 源 兼 俊母 ( みなもと の かね と しの はは 、 生没年 不詳 ) は 、 平安 時代 後期 の 歌人 。 +1 山科 言縄 ( やましな ときなお 、 天保 6 年 6 月 20 日 ( 旧暦 ) ( 1835 年 7 月 15 日 ) - 大正 5 年 ( 1916 年 ) 1 1 月 6 日 ) は 、 江戸 時代 末期 の 公家 。 +1 松平 資尹 ( まつだいら すけただ ) は 、 丹後 国宮津 藩 の 第 2 代 藩 主 。 +-1 奥州 藤原 氏 ( おうしゅう ふじわら し ) は 前九 年 の 役 ・ 後 三 年 の 役 の 後 の 寛治 元年 ( 1087 年 ) から 源 頼朝 に 滅ぼ さ れ る 文治 5 年 ( 1189 年 ) まで の 間 、 陸奥 国 ( 後 の 陸 中国 ) 平泉 を 中心 に 出羽 国 を 含 む 東北 地方 一帯 に 勢力 を 張 っ た 一族 で あ る 。 +-1 大 政所 ( おお まん どころ ) +-1 木魚 達磨 ( もくぎょ だるま ) は 、 鳥山 石燕 に よ る 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 で 、 木魚 の 付喪神 。 +1 木内 峰太 ( きうちみね た 、 生没年 不詳 ) は 、 新 選 組 隊士 。 +1 島津 貞久 ( しまづ さだひさ 、 1269 年 5 月 10 日 ( 文永 6 年 4 月 8 日 ( 旧暦 ) ) - 1363 年 8 月 12 日 ( 貞治 2 年 / 正平 ( 日本 ) 18 年 7 月 3 日 ( 旧暦 ) ) ) は 島津 氏 第 五 代 当主 。 +1 玄愷 ( げんがい ) は 、 奈良 時代 の 東大 寺僧 。 +1 藤原 輔子 ( ふじわら の ほし / すけこ 、 生没年 不詳 ) は 、 平安 時代 後期 の 女官 。 +-1 曽爾 高原 ( そ に こうげん ) は 、 奈良 県 宇陀 郡 曽爾 村 大字 太郎 路 に あ る 高原 。 +1 稲葉 紀通 ( いなば のりみち 、 慶長 8 年 ( 160 3 年 ) - 慶安 元年 8 月 20 日 ( 旧暦 ) ( 1648 年 10 月 6 日 ) ) は 、 伊勢 国田 丸藩 の 第 2 代 藩 主 。 +-1 長浜 びわ こ 大仏 ( ながはま びわ こ だいぶつ ) は 、 滋賀 県 長浜 市 の 平安山 良畴 寺 に あ る 大仏 で あ る 。 +1 源 師仲 ( みなもと の もろ なか 、 永久 ( 元 号 ) 4 年 ( 1116 年 ) - 承安 ( 日本 ) 2 年 ( 1172 年 5 月 16 日 ) は 、 平安 時代 後期 の 公卿 、 歌人 。 +-1 第 1 次 伊藤 内閣 ( だい 1 じい とう ないかく ) は 、 参議 の 伊藤 博文 が 初代 内閣 総理 大臣 に 任命 さ れ 、 12 月 22 日 から 4 月 30 日 まで 続 い た 内閣 ( 日本 ) 。 +-1 真言 宗 東寺 派 は 、 日本 に おけ る 真言 宗 系 の 仏教 宗 派 。 +-1 社会 主義 協会 ( しゃかい しゅぎ きょうかい ) と は 、 明治 時代 の 社会 主義 団体 で あ る 。 +1 後 陽成 天皇 ( ご ようぜい てんのう 、 元亀 2 年 12 月 15 日 ( 15 7 1 年 12 月 31 日 ) - 元和 3 年 8 月 26 日 ( 161 7 年 9 月 25 日 ) 在位 : 天正 14 年 11 月 7 日 ( 1586 年 12 月 17 日 ) - 慶長 16 年 3 月 27 日 ( 161 1 年 5 月 9 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 第 107 代 天皇 で あ る 。 +1 木梨 軽 皇子 ( きなしの かる のみこ ) は 第 19 代 天皇 で あ っ た 允恭 天皇 の 第 一 皇子 、 皇太子 で あ っ た 。 +-1 真言宗 ( しんごん しゅう ) は 、 空海 ( 弘法 大師 ) に よ っ て 9 世紀 初頭 に 開 か れ た 、 日本 の 仏教 の 宗派 。 +1 大岡 忠俊 ( おおおかた だ と し 、 元亀 3 年 ( 1572 年 ) - 慶長 5 年 8 月 1日 ( 旧暦 ) ( 160 0 年 9 月 8 日 ) ) は 安土 桃山 時代 の 武将 。 +-1 女院 ( にょいん / にょういん ) と は 、 三后 ( 太皇 太后 ・ 皇太后 ・ 皇后 ) や 、 それ に 準 ずる 身位 ( 准后 、 内親王 など ) の 女性 に 宣下 さ れ た 称号 を 指 し 、 平安 時代 中期 から 明治 維新 まで 続 い た 制度 で あ る 。 +-1 明六 雑誌 ( めいろく ざっし ) は 、 明六 社 の 機関 誌 。 +-1 篠塚 流 ( しのづかりゅう ) と は 、 江戸 時代 の 後期 、 文化 ( 元号 ) ・ 文政 期 ( 180 4 年 - 1830 年 ) に 、 歌舞伎 上方 歌舞伎 所 作事 の 振付 師 ・ 篠塚 文三郎 に よ っ て 創設 さ れ た 上方 舞 最古 の 流派 で あ る 。 +-1 三室戸 寺 ( みむろ と じ ) は 、 京都 府 宇治 市 に あ る 寺院 。 +-1 居留 地 警察 ( きょりゅうち けいさつ ) と は 、 条約 改正 前 の 大 日本 帝国 の 外国 人 居留地 に 置 か れ た 警察 。 +-1 典鑰 ( てんやく ) と は 、 律令 制 に お い て 中務 省 に 属 し た 品官 ( ほんかん ) で あ る 。 +1 細川 内匠 ( ほそかわ たくみ 、 生没年 不詳 ) は 新 選 組 の 前身 、 壬生 浪士 組 の 隊士 で あ る 。 +-1 袱紗 ( ふくさ ) +1 『 増基 法 師 集 』 ( ぞうき ほう ししゅう ) は 平安 時代 の 歌集 。 +-1 評論 新聞 ( ひょうろん しんぶん ) と は 明治 時代 に 存在 し た 定期 刊行 物 。 +1 一条 輝良 ( いちじょう てる よし 、 宝暦 6 年 11 月 7 日 ( 旧暦 ) ( 1756 年 11 月 28 日 ) - 寛政 7 年 10 月 14 日 ( 旧暦 ) ( 1795 年 11 月 25 日 ) ) は 、 江戸 時代 の 公卿 。 +-1 豪族 ( ごうぞく ) と は 、 国家 や 諸侯 など の 広域 政権 の 領域 の 内部 に 存在 し 、 ある 地方 に お い て 多く の 土地 や 財産 や 私兵 を 持 ち 一定 の 地域 的 支配 権 を 持 つ 一族 で あ る 。 +-1 湯 の 花 温泉 ( ゆの はな おんせん ) は 、 京都 府 亀岡 市 ( 旧 国 丹波 国 ) に あ る 温泉 。 +-1 インターネット 参拝 ( インターネット さんぱい ) と は 、 神社 や 寺院 が ホーム ページ を 作成 し て 、 パソコン の 前 で 参拝 を 行 う こと で あ る 。 +-1 日本 酒 に おけ る 健全 醗酵 ( けんぜん はっこう ) と は 、 製法 上 の 概念 の 一 つ で 、 人為 的 もしくは 非 人為 的 に 並行 複 醗 酵 が 阻害 さ れ る こと な く 、 ほんらい の 清酒 酵母 が 自然 に 持 っ て い る 力 が 十 全 に 活か さ れ て のびのび と 醗酵 を 遂げ る こと を い う 。 +-1 本堂 ( ほんどう ) と は 、 仏教 寺院 に お い て 、 本尊 仏 を 安置 する 建物 の 呼称 。 +-1 マキノ トーキー 製作 所 ( - せいさく しょ 、 1935 年 11 月 設立 - 1937 年 4 月 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +-1 通夜 ( つや ) と は 葬儀 前夜 に 夜通し で 行 う 儀式 の 事 。 +-1 三和 町 ( みわちょう ) は 、 かつて 京都 府 天田 郡 に お か れ て い た 町 。 +-1 素麺 ( 索麺 、 そう めん ) は 、 小麦 粉 を 原料 と し た 麺 の ひと つ 。 +1 亀井 茲矩 ( かめい これ の り 、 1557 年 ( 弘治 ( 日本 ) 3 年 ) - 1612 年 2 月 27 日 ( 慶長 17 年 1 月 26 日 ( 旧暦 ) ) ) は 、 日本 の 武将 。 +1 御 湯殿 上 日記 ( お ゆどの の うえ の にっき ・ お 湯殿 の 上 の 日記 ) と は 、 宮中 に 仕え る 女官 達 に よ っ て 書き継 が れ た 当番 日記 。 +-1 東大 寺山 古墳 ( とうだいじ やまこふん ) は 、 奈良 県 天理 市 に 所在 する 古墳 時代 前期 中葉 に あた る 4 世紀 後半頃 に 築造 さ れ た 前方 後 円墳 で あ る 。 +-1 ククノチ ( クグノチ と も ) は 、 日本 神話 に 登場 する 木 の 神 ( 神道 ) で あ る 。 +-1 浄土院 ( じょうど いん ) は 、 京都 市 左京 区 銀閣 寺町 に あ る 浄土 宗 の 寺院 。 +1 宗形清 氏 ( むなかた の きようじ ) は 日本 の 皇族 で 、 宗像 大社 ( 現在 の 福岡 県 宗像 市 ) の 初代 大宮司 。 +1 宇田川 榕菴 ( うだ がわ よう あん 、 1798 年 3 月 9 日 ( 寛政 10 年 1 月 22 日 ( 旧暦 ) ) - 1846 年 6 月 22 日 ( 弘化 3 年 5 月 29 日 ( 旧暦 ) ) ) は 江戸 時代 後期 の 日本 の 蘭学 者 。 +1 大島 高任 ( おおしま た かとう 、 文政 9 年 ( 1826 年 ) - 明治 34 年 ( 1901 年 ) ) は 明治 時代 の 鉱山 学 者 。 +1 小田 為綱 ( おだ ため つな 、 天保 10 年 ( 1839 年 ) - 明治 34 年 ( 1901 年 ) ) は 、 岩手 県 九戸 郡 宇部 村 ( 現 : 久慈 市 宇部 町 ) 出身 の 学者 ・ 教育 者 ・ 政治 家 。 +-1 伊香具 神社 ( いかぐ じんじゃ ) は 、 滋賀 県 伊香 郡 木之本 町 大音 に あ る 神社 で あ る 。 +-1 馬借 ( ばしゃく ) は 馬 を 利用 し 、 荷物 を 運搬 する 輸送 業 者 。 +-1 公家 悪 ( くげあく ) は 歌舞伎 の 役柄 の 一 つ で 、 皇位 を 奪 お う と する 身分 の 高 い 貴族 ( 公家 ) を 表 し て い る 。 +-1 真性 ( しんしょう 、 仁安 ( 日本 ) 2 年 ( 11 67 年 ) - 寛喜 2 年 6 月 14 日 ( 旧暦 ) ( 1230 年 7 月 25 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 前期 に かけ て の 天台 宗 の 僧 。 +1 『 善 の 研究 』 は 、 日本 の 哲学 者 、 西田 幾 多郎 が 著 し た 哲学 の 書 。 +-1 武家 の 棟梁 ( ぶけ の とうりょう ) と は 、 武士 集団 の 指導 者 の こと 。 +-1 鴨川 ( かもがわ ) は 、 京都 府 京都 市 を 流れ る 淀川 水系 の 一 級 河川 。 +-1 大谷 光演 ( おおた に こうえん   1875 年 ( 明治 8 年 ) 2 月 27 日 - 1943 年 ( 昭和 18 年 ) 2 月 6 日 ) は 、 浄土 真宗 の 僧 で 、 真宗 大谷 派 第 23 代 法主 。 +-1 仙覚 ( せんがく ) は 鎌倉 時代 初期 に おけ る 天台 宗 の 学問 僧 。 +-1 完全 醗酵 また は 完全 発酵 ( かんぜん はっこう ) と は 、 日本 酒 の 製法 上 の 重要 概念 の 一 つ で 、 並行 複 醗 酵 に お い て 、 酵母 が 日本 酒醪 ( もろみ ) の 中 の 糖分 を ほぼ 分解 し つく し た こと に よ っ て 自然 に 衰弱 し 、 これ に よ っ て 醗酵 作用 が 止ま る こと 、 あるいは 、 そこ まで 自然 に 醗酵 を 全う さ せ る こと を い う 。 +-1 近的 ( きん てき ) は 、 全 日本 弓道 連盟 弓道 競技 規則 に よ っ て 定め られ た 、 弓道 競技 種目 の 一種 。 +-1 羽柴 氏 ( は しばうじ ) は 、 豊臣 秀吉 に よ っ て 創始 さ れ た 一族 。 +1 藤田 伝三郎 ( ふじた でんざ ぶろう 、 天保 12 年 6 月 16 日 ( 旧暦 ) ( 1841 年 8 月 3 日 ) - 明治 45 年 ( 1912 年 ) 3 月 30 日 ) は 、 明治 期 の 関西 財界 の 重鎮 で 、 藤田 財閥 の 創立 者 で あ る 。 +-1 生長 の 家 宇治 別 格 本山 ( せいちょう の いえうじ べっかく ほんざん ) は 京都 府 宇治 市 に あ る 宝蔵 神社 を 中心 と する 生長 の 家 の 別格 本山 。 +1 藤堂 平助 ( とうどう へいすけ 、 弘化 元年 ( 1844 年 ) - 慶応 3 年 11 月 18 日 ( 旧暦 ) ( 1867 年 12 月 13 日 ) ) は 、 新 選 組 8 番 隊 組長 。 +-1 留守 政府 ( るす せいふ ) と は 、 明治 初期 に お い て 、 明治 政府 首脳 部 で 組織 さ れ た 岩倉 使節 団 が 欧米 歴訪中 に その 留守 を 守 る ため に 組織 さ れ た 体制 を 指 す ( 明治 4 年 11 月 12 日 ( 旧暦 ) ( 18 71 年 12 月 23 日 ) - 明治 6 年 ( 1873 年 ) 9 月 13 日 ) 。 +1 市川 銀之助 ( いちかわ ぎんのすけ ) は 、 歌舞伎 役者 。 +1 狭衣 物語 ( さごろも ものがたり ) は 平安 時代 、 王朝 末期 の 作り 物語 。 +1 祖阿 ( そあ 、 生没年 不詳 ) は 、 室町 時代 の 僧侶 で 、 室町 幕府 の 第 1 回 遣明船 の 正使 。 +-1 銀杏髷 ( いちょう まげ ) と は 江戸 時代 を 通 し て 最も 一般 的 だっ た 男性 の 髪形 を 指 す 。 +-1 実相 院 ( じっそう いん ) は 、 京都 市 左京 区 岩倉 に あ る 仏教 寺院 。 +-1 京都 市 交通 局 ( きょう とし こうつう きょく ) は 、 京都 府 京都 市 内 及び その 周辺 地域 で 公営 交通 事業 を 行 う 京都 市 の 地方 公営 企業 の 一 つ で あ る 。 +-1 足利 学校 ( あしかが がっこう ) は 、 平安 時代 初期 、 もしくは 鎌倉 時代 に 創設 さ れ た と 伝え られ る 中世 の 高等 教育 機関 。 +-1 ここ で は 日本 料理 の 一 分野 で あ る 鉄板 焼き 料理 また は 鉄板 焼き を 紹介 する 。 +1 後柏原 天皇 ( ご かしわばら てんのう 、 寛正 5 年 10 月 20 日 ( 1464 年 11 月 19 日 ) - 大永 6 年 4 月 7 日 ( 152 6 年 5 月 19 日 ) ) は 、 室町 時代 、 戦国 時代 の 第 104 代 天皇 ( 在位 : 明応 9 年 10 月 25 日 ( 150 0 年 11 月 16 日 ) - 大永 6 年 4 月 7 日 ( 152 6 年 5 月 19 日 ) 。 +-1 迎賓館 ( げい ひん かん ) と は 、 外国 の 国家 元首 や 首脳 など の 国賓 を 迎え入れ た とき に 、 宿泊 等 の 接遇 を 行 う 施設 で あ る 。 +1 尾上 辰之助 ( おのえ た つのすけ ) は 、 歌舞伎 役者 。 +1 親王 ( しん のう ) と は 、 東 アジア に お い て 、 男性 皇族 に 与え られ る 称号 、 又 は かか る 称号 を 有 する 者 。 +-1 大 日本 帝国 憲法 ( だい に ほんてい こく けんぽう 、 だい にっぽん てい こく けんぽう 、 大 日本 帝國 憲法 ) は 、 1889 年 ( 明治 22 年 ) 2 月 11 日 に 発布 、 1890 年 ( 明治 23 年 ) 1 1 月 29 日 に 施行 さ れ た 、 近代 立憲 主義 に 基づ く 日本 の 憲法 。 +-1 美人 画 ( びじん が ) は 、 一般 に 女性 的 な 容姿 や 内面 の 美し さ 、 いわゆる 女性 美 を モチーフ に し た 絵画 の こと を 指 す 。 +-1 三都 ( さん と ) +-1 十津川 郷士 ( とつか わ ごう し ) は 、 南 大和 ( 奈良 県 ) の 十津川 郷 に 在住 し て い た 郷士 集団 。 +-1 鯨肉 ( げいにく ) と は 、 食品 と し て 扱 わ れ る クジラ 目 や 、 その 小型 種 の 一部 の 総称 で あ る イルカ の 可食 部 全般 を 指 す 。 +1 源 親弘 ( みなもと の ちかひろ 、 生没年 不詳 ) は 、 平安 時代 末期 の 武将 。 +1 来目 ( くめ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 豆乳 ( とうにゅう ) は 、 ダイズ を 水 に 浸 し て すりつぶ し 、 水 を 加え て 煮 つめ 、 かす を 漉 し た 飲料 で あ る 。 +-1 三条 大橋 ( さんじょう おおはし ) は 京都 市 に あ る 三条 通 の 橋 。 +-1 真妙 寺 ( しんみょうじ ) は 、 京都 府 船井 郡 京丹波 町 に 所在 する 日蓮 正宗 の 寺院 。 +-1 長良川 鵜飼 ( ながら がわうかい ) と は 、 岐阜 県 岐阜 市 の 長良 川 で 毎年 5 月 11 日 から 10 月 15 日 まで 行 わ れ る 鵜飼い で あ る 。 +-1 寸 ( すん ) は 、 尺貫 法 に おけ る 長 さ の 単位 で あ る 。 +1 俳句 ( はいく ) と は 五 ・ 七 ・ 五 の 音節 から 成 る 日本 語 の 定型 詩 で あ る 。 +1 雪中梅 ( せっちゅうばい ) は 、 末広 鉄腸 の 政治 小説 。 +-1 斎宮 ( さいぐう 、 さいく うまた は いつき のみや 、 いわい のみや ) は 古代 から 南北朝 時代 ( 日本 ) に かけ て 、 伊勢 神宮 に 奉仕 し た 斎王 の 御所 。 +1 茂山 宗彦 ( しげやまもとひこ 、 1975 年 6 月 4 日 - ) は 、 大蔵 流狂言 方 の 狂言 師 で あ る 。 +1 赤 松則村 ( あかまつ の りむら 、 建治 3 年 ( 1277 年 ) - 正平 ( 日本 ) 5 年 / 観応 元年 1 月 11 日 ( 旧暦 ) ( 1350 年 2 月 18 日 ) ) は 、 日本 の 南北朝 時代 ( 日本 ) の 武将 で あ る 。 +1 宇喜多 能 家 ( うきた よしいえ 、 生年 不詳 - 天文 ( 元 号 ) 3 年 ( 1534 年 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +-1 学問 所 ( がくもんじょ ) と は 、 中世 ・ 近世 に おけ る 教育 機関 の 名称 の 1 つ 。 +1 橘為 仲 ( たちばな の ため なか 、 長和 3 年 ( 1014 年 ) 頃 - 応徳 2 年 10 月 21 日 ( 旧暦 ) ( 1085 年 11 月 11 日 ) ) は 、 平安 時代 後期 の 公家 ・ 歌人 。 +-1 遣渤 海使 ( けん ぼっかいし ) と は 、 日本 が 渤海 ( 国 ) に 派遣 し た 使節 。 +-1 祭 ( まつり ) もしくは 祭り ( まつ - り ) と は 、 神霊 魂 など を 祀 る 儀式 や 神事 の こと 。 +-1 大乗院 日記 目録 ( だい じょういん にっき もくろく ) と は 、 奈良 興福寺 の 門跡 寺院 で あ る 大 乗院 の 、 第 27 代 大 僧正尋尊 が 当時 の 政治 ・ 社会 ・ 文化 ・ 宗教 史 等 に つ い て 記 し た 書物 。 +1 山上 憶良 ( やまの うえ の おくら 、 ( 斉明 天皇 6 年 ( 660 年 ) ? - 天平 5 年 ( 733 年 ) ? ) は 、 奈良 時代 初期 の 歌人 。 +-1 宮司 ( ぐう じ 、 みやづかさ ) と は 神職 や 巫女 を まとめ る 神社 の 長 ( おさ ) で あ る 神職 の 職階 ( 職名 ・ 職称 ) で あ る 。 +1 並木 宗輔 ( なみき そうすけ 、 並木 千 柳 ( 初代 ) 、 並木 宗助 、 田中 千柳 、 松 屋 宗助 、 元禄 8 年 ( 1695 年 ) - 寛延 4 年 9 月 7 日 ( 旧暦 ) ( 175 1 年 10 月 25 日 ) ) は 、 江戸 時代 期 の 歌舞伎 、 人形 浄瑠璃 作家 。 +-1 藩庁 ( はんちょう ) と は 、 江戸 時代 の 日本 の 政治 用語 の 一 つ 。 +1 藪井 星池 ( やぶい せいち 、 寛延 元年 ( 1748 年 ) – 文化 ( 元号 ) 13 年 閏 8 月 23 日 ( 旧暦 ) ( 1816 年 10 月 14 日 ) ) は 、 江戸 時代 中期 の 日本 の 篆刻 家 で あ る 。 +1 日置 雄 三成 ( へ き の おみな り 、 生没年 不明 ) は 奈良 時代 の 官人 。 +-1 上津 屋 橋 ( こうづ やばし ) は 、 京都 府 久世 郡 久御山 町 と 八幡 市 を 結 ぶ 、 木津川 に 架け られ た 木造 橋 で あ る 。 +-1 総社 ( そうじゃ 、 惣社 と も 書 く ) と は 、 ある 地域 内 の 神社 の 神 を 集め て 祀 っ た 神社 の こと で あ る 。 +-1 読本 ( とくほん ) は 、 語学 の 教科 書 や 一般 向け の 入門 書 。 +-1 桃山 南口 駅 ( ももやま みなみぐち えき ) は 、 京都 府 京都 市 伏見 区 に あ る 、 京阪 電気 鉄道 京阪 宇治 線 の 鉄道 駅 。 +1 山田 重継 ( やまだ しげつ ぐ 、 生年 不詳 - 承久 3 年 6 月 15 日 ( 旧暦 ) ( 1221 年 7 月 6 日 ) ) は 、 鎌倉 時代 初期 の 武士 。 +-1 JR 小倉 駅 ( じぇいあーる おぐら えき ) は 、 京都 府 宇治 市 小倉町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 で あ る 。 +1 大伴 榎本 大国 ( おおと も のえ の もと の おおく に 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +-1 親 王 任国 ( しんのうにんごく ) と は 、 親王 が 国司 に 任 じ られ た 令制 国 及び その 制度 を 指 す 。 +1 泰澄 ( たいちょう 、 天武 天皇 11 年 6 月 11 日 ( 旧暦 ) ( 682 年 7 月 20 日 ) - 神護 景雲 元年 3 月 18 日 ( 旧暦 ) ( 76 7 年 4 月 20 日 ) ) は 、 奈良 時代 の 修験 道 の 僧 。 +1 高田 治忠 ( たかだ はる ただ 、 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +-1 利き 酒 ( ききざけ 、 唎 き 酒 、 きき 酒 と も ) は 酒 の 品質 を 評価 する こと 。 +-1 伝香 寺 ( でんこうじ ) は 奈良 県 奈良 市 小川 町 に あ る 律宗 の 寺院 。 +-1 雛 の つるし 飾り ( ひな の つる し かざり ) と は 、 江戸 時代 から 伝わ る 伊豆 稲取 地方 の 風習 、 吊る し 飾り の こと 。 +-1 上 棟 式 ( じょうとうしき ) と は 、 日本 で 建物 の 新築 の 際 に 行 わ れ る 神道 の 祭祀 で あ る 。 +-1 大学 +-1 古 文 辞学 ( こぶんじ がく ) と は 、 江戸 時代 に 興 っ た 荻生 徂徠 に 始ま る 儒教 の 一派 。 +1 藤原 原子 ( ふじわら の げんし ( もとこ ) 、 天元 ( 日本 ) 3 年 ( 980 年 ) 頃 ? - 長保 4 年 8 月 3 日 ( 旧暦 ) ( 100 2 年 9 月 12 日 ) ) は 、 平安 時代 中期 の 皇妃 。 +1 吉良 義真 ( きら よしざね 、 応永 29 年 ( 1422 年 ) ? - 文明 ( 日本 ) 13 年 7 月 21 日 ( 旧暦 ) ( 1481 年 8 月 16 日 ) ) は 室町 時代 の 武将 。 +-1 黄 不動 ( きふ どう ) は 、 滋賀 県 大津 市 の 園城 寺 、 通称 三井寺 に 秘仏 と し て 伝わ る 、 全身 が 黄色 の 不動 明 王 立像 の 仏画 で あ る 。 +-1 嫌い 箸 ( きら いばし ) また は 、 忌 み 箸 、 禁 じ 箸 と は 、 日本 に 於 い て 箸 を 使 う とき の 禁 じ 手 。 +1 日陣 ( にちじん 、 延元 4 年 / 暦応 2 年 4 月 21 日 ( 旧暦 ) ( 1339 年 5 月 30 日 ) - 応永 26 年 5 月 21 日 ( 旧暦 ) ( 1419 年 6 月 14 日 ) ) は 、 法華 宗 陣 門 流 の 門祖 ( 派祖 ) で あ る 。 +-1 出挙 ( すいこ ) は 、 古代 ~ 中世 の 日本 に 見 られ た 利子 付き 貸借 を 指 す 用語 。 +1 忌部 色 夫知 ( いんべ の しこぶち 、 生年 不明 - 大宝 ( 日本 ) 元年 6 月 2 日 ( 旧暦 ) ( 70 1 年 7 月 11 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 佐伯 又 三郎 ( さえき また さぶろう 、 生年 不詳 - 文久 三 年 8 月 10 日 ( 旧暦 ) ( 1863 年 9 月 22 日 ) ) は 、 新撰 組 の 副長助勤 。 +-1 淡島 神 ( あわしま の かみ ) は 、 神道 および 日本 の 民間 信仰 の 神 ( 神道 ) で あ る 。 +1 即位 ( そくい ) と は 、 亡くな っ たり 、 譲位 し た 君主 ( 皇帝 、 国王 など ) の 跡 を 継 い で 、 その 君 主位 に 就 く こと で あ る 。 +-1 宇佐山城 ( うさやま じょう ) は 滋賀 県 大津 市 錦織 に 残 る 、 中世 の 山城 で あ る 。 +1 今出川 実種 ( いまで がわ さね た ね 、 宝暦 4 年 6 月 4 日 ( 旧暦 ) ( 175 4 年 7 月 23 日 ) - 享和 元年 6 月 22 日 ( 旧暦 ) ( 180 1 年 8 月 1日 ) ) は 、 江戸 時代 中期 から 後期 の 公卿 。 +-1 地蔵 院 ( じぞう いん ) は 、 京都 府 宇治 市 に あ る 浄土 宗 の 寺院 。 +1 大炊 御門 経孝 ( おおい の みかど つね たか 、 慶長 18 年 12 月 14 日 ( 旧暦 ) ( 1614 年 1 月 23 日 ) - 天和 ( 日本 ) 2 年 6 月 26 日 ( 旧暦 ) ( 1682 年 7 月 30 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +-1 宗門 人 別 改帳 ( しゅうもん にん べつ あらためちょう ) と は 、 江戸 時代 に 作製 さ れ て い た 現在 の 戸籍 に 相当 する 台帳 。 +-1 天下 統一 ( てんか とういつ / てん が とういつ ) は 、 主に 日本 の 戦国 時代 ( 日本 ) から 江戸 時代 初期 に かけ て 、 日本 全土 ( 琉球 と 蝦夷 の 大半 を 除 く ) を 、 自ら の 支配 下 に 置 き 日本 全土 を 統一 する 事 を 指 す 。 +-1 寛政 の 遺老 ( かんせい の いろう ) と は 、 寛政 の 改革 を 主導 し た 松平定 信 失脚 後 、 定信 に よ っ て 取り立て られ た 松平 信明 ( 三河 吉田 藩主 ) ら 幕政 を 主導 し た 政治 家 たち の こと を 指 す 。 +-1 オオトノヂ ・ オオトノベ は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +1 藤原 家通 ( ふじわら の いえみ ち 、 康治 2 年 ( 1143 年 ) - 文治 3 年 11 月 1日 ( 旧暦 ) ( 1187 年 12 月 2 日 ) ) は 、 平安 時代 後期 の 公卿 。 +-1 味舌 藩 ( ま した はん ) は 摂津 国嶋 下郡 味舌 ( 現在 の 大阪 府 摂津 市 三島 ) に あ っ た 藩 で あ る 。 +-1 曇鸞 ( どんらん 、 t án - lu á n ) は 、 中国 南北朝 時代 ( 中国 ) の 僧侶 。 +1 藤原 家隆 ( ふじわら の いえ た か 、 生年 未詳 - 天治 2 年 11 月 11 日 ( 旧暦 ) ( 1125 年 12 月 7 日 ) ) は 平安 時代 末期 の 廷臣 。 +-1 十念 ( じゅう ねん ) と は 南無 阿弥陀 仏 を 十 回 称え る 事 ( 作法 ) を い う 。 +1 源 経基 ( 源經 基 、 みなもと の つねもと 、 ? - 応和 元年 11 月 10 日 ( 旧暦 ) ( 96 1 年 12 月 25 日 ? ) は 、 平安 時代 中期 の 皇族 ・ 武将 。 +1 『 鞍馬 天狗 』 ( くらま てんぐ ) は 、 大佛 次郎 の 大正 ・ 昭和 期 に おけ る 時代 小説 、 および その 主人 公 の 名前 で あ る 。 +-1 醒ヶ井通 ( さめ がい どおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +-1 在朝鮮 日本 郵便 局 ( ざい ちょうせん に ほにゅう びん きょく ) と は 、 明治 時代 に 日本 が 朝鮮 半島 に 設置 し て い た 郵便 局 で あ る 。 +-1 任官 ( にんかん ) と は 、 官職 に 任用 さ れ る こと を い う 。 +-1 日本 の 暦 ( にっぽん の こよみ ) は 、 暦 に 関 する 日本 に 特有 の 話題 を 扱 う 。 +-1 『 不動 』 ( ふ どう ) は 歌舞伎 十 八 番 の 一 つ 。 +-1 嘉応 の 強訴 ( かおう の ごうそ ) は 、 嘉応 元年 ( 1169 年 ) 12 月 23 日 ( 旧暦 ) 、 延暦 寺 の 大衆 ( 仏教 ) が 尾張 国 知行 国主 ・ 藤原 成親 の 配流 を 求め て 起こ し た 強訴 。 +1 尊 円 法 親王 ( そんえん ほうしん のう 、 永仁 6 年 6 月 23 日 ( 1298 年 8 月 1日 ) - 正平 11 年 / 延文 1 年 9 月 13 日 ( 1356 年 10 月 7 日 ) は 、 青蓮 院 第 十 七 世 門 跡 。 +-1 南 観音山 ( みなみ かん の ん やま ) は 、 毎年 7 月 17 日 に 京都 市 内 で 行 わ れ る 祇園 祭 に て 巡行 する 「 山鉾 」 の ひと つ 。 +-1 検田 ( けんでん ) と は 、 農耕地 の 面積 や 耕作 者 ・ 土質 など を 調査 する こと 。 +-1 貞観 式 ( じょうがん しき ) は 、 平安 時代 初期 に 編纂 ・ 施行 さ れ た 格式 。 +1 藤原 穏子 ( ふじわら の おんし ・ やすこ 、 仁和 元年 ( 885 年 ) - 天暦 8 年 1 月 4 日 ( 954 年 2 月 9 日 ) ) は 、 関白 藤原 基経 女 。 +1 新田部 皇女 ( に い たべ の ひめみこ 、 生年 不詳 - 文武 天皇 3 年 9 月 25 日 ( 旧暦 ) ( 699 年 10 月 23 日 ) ) は 天智 天皇 の 皇女 。 +-1 石皿 +-1 天部 ( てんぶ 、 サンスクリット ( deva ) ) は 、 仏教 に おけ る 神々 。 +1 川島 皇子 ( かわしま のみこ 、 斉明 天皇 3 年 ( 657 年 ) - 持統 天皇 5 年 9 月 9 日 ( 旧暦 ) ( 691 年 10 月 6 日 ) ) は 、 7 世紀 後半 の 皇族 。 +-1 禁門 の 変 ( きんもん の へん ) は 、 江戸 時代 後期 の 元治 元年 7 月 19 日 ( 旧暦 ) ( 1864 年 8 月 20 日 ) に 起き た 事件 で あ る 。 +1 林 広守 ( はやし ひろもり 、 天保 2 年 11 月 25 日_ ( 旧暦 ) ( 1831 年 12 月 28 日 ) - 明治 29 年 ( 1896 年 ) 4 月 5 日 ) は 、 幕末 ・ 明治 前期 の 雅楽 演奏 家 。 +1 『 羅生門 』 ( らしょう もん ) は 、 芥川 龍之介 に よ る 初期 の 小説 。 +-1 天文 密奏 ( てんもん みっそう ) と は 、 古代 の 東 アジア に お い て 、 異常 な 天文 現象 が 観測 さ れ た 場合 に 、 その 観測 記録 と 占星 術 に よ る 解釈 ( 占言 ) を 内密 に 君主 に 対 し て 上奏 する こと を 指 す 。 +-1 摩訶 止観 ( まかし かん ) は 、 仏教 の 論書 の 1 つ で 、 止観 ( 禅定 の 1 種 ) に つ い て の 解説 書 。 +1 徳大寺 実盛 ( とくだいじ さねもり 、 応永 7 年 8 月 5 日 ( 旧暦 ) ( 140 0 年 8 月 24 日 ) - 応永 35 年 4 月 23 日 ( 旧暦 ) ( 142 8 年 6 月 6 日 ) ) は 、 室町 時代 の 公卿 。 +-1 麩屋 町 通 ( ふや ちょうどおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +1 後藤 基綱 ( ごとう もと つ な 、 養和 元年 ( 1181 年 ) - 康元 元年 11 月 28 日 ( 旧暦 ) ( 1256 年 12 月 16 日 ) ) は 、 鎌倉 時代 前期 の 武士 。 +1 堀 秀政 ( ほり ひでまさ ) は 、 戦国 時代 ( 日本 ) の 武将 ・ 大名 。 +-1 矢 大臣 ( や だいじん ) は 、 神社 の 随身 門 の 左右 に 安置 さ れ て い る 、 随身 の 装束 を し た 2 神像 の うち 、 向か っ て 左方 の 弓矢 を も っ て い る 神像 。 +-1 中 御門 家 +-1 願証尼 ( がんしょう に 、 天暦 7 年 ( 953 年 ) - 長元 7 年 8 月 25 日 ( 旧暦 ) ( 10 34 年 10 月 10 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 尼僧 。 +-1 御 内 仏 ( お ないぶつ ) と は 、 仏壇 の こと で あ り 、 また その 中 に 迎え た 本尊 を 言 う 。 +-1 松風 ( まつかぜ ) は 、 マツ 林 に うちつけ る 風 。 +1 藤原 成子 ( ふじわら の しげこ 、 生年 不詳 - 安元 3 年 3 月 11 日 ( 旧暦 ) ( 1177 年 4 月 5 日 ) ) は 、 平安 時代 後期 ・ 後白河 天皇 後宮 の 女官 。 +1 徳大寺 公純 ( とくだいじ きんい と 、 文政 4 年 11 月 28 日 ( 旧暦 ) ( 182 1 年 12 月 22 日 ) - 明治 16 年 ( 1883 年 ) 1 1 月 5 日 ) は 、 幕末 期 の 公卿 ( 大納言 後 に 内 大臣 ・ 右 大臣 ) 。 +-1 赦律 ( しゃりつ ) と は 、 日本 の 幕末 期 の 文久 2 年 ( 1862 年 ) に 江戸 幕府 に よ っ て 制定 さ れ た 恩赦 に 関 する 法令 を い う 。 +1 竹内 文書 ( たけうち もんじょ / たけの うち もんじょ 。 磯原 文書 、 天津 教文書 と も い う ) と は 、 神代 文字 で 記 さ れ た 文書 と 、 それ を 武烈 天皇 の 勅命 に よ り 武内 宿禰 ( たけの うち の すくね ) の 孫 の 平群 真鳥 ( へぐり の まとり ) が 漢字 と 片仮名 交じり 文 に 訳 し た と する 写本 群 と 、 文字 の 刻 ん だ 石 、 鉄剣 など 、 一連 の 総称 で あ る 。 +1 今上 天皇 ( きんじょうてん のう ) は 、 その 時点 に お い て 天皇 と し て 在位 し て い る 人物 を 指 す 呼称 。 +1 六角 義賢 / 六角 承禎 ( ろっかく よしかた / ろっかく しょうてい ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 。 +-1 野暮 ( やぼ ) と は 、 洗練 さ れ て い な い さま で あ る 。 +-1 京都 所司 代 ( きょうと しょし だい ) は 、 織田 信長 が 1568 年 に 足利 義昭 を 擁 し て 上洛 し 、 京都 を 支配 下 に 置 い た とき 、 室町 幕府 の 機構 を 踏襲 し 、 家臣 の 村井 貞勝 を 京都 の 治安 維持 の ため に 置 い た 機関 。 +-1 公事 根源 ( くじ こんげん ) は 、 室町 時代 に 一条 兼良 に よ っ て 書 か れ た 有職 故 実書 。 +-1 大宰 権 帥 ( だざいごん の そち ) は 大宰府 の 副 司令 官 の こと で あ る 。 +-1 坪 ( つぼ ) は 、 尺貫 法 に よ る 面積 の 単位 。 +-1 紋付 ( もんつき ) と は 家紋 の 入 っ た 着物 の こと 。 +-1 戊午 の 密勅 ( ぼご の みっ ちょく ) は 1858 年 9 月 14 日 ( 安政 5 年 8 月 8 日 ( 旧暦 ) ) に 孝明 天皇 が 水戸 藩 に 勅書 ( 勅諚 ) を 下賜 し た 事件 で あ る 。 +-1 文殊 菩薩 ( もんじゅ ぼさつ ) 、 サンスクリット マンジュシュリー ( maJjuzrii ) は 、 大乗 仏教 の 崇拝 の 対象 で あ る 菩薩 の 一尊 。 +-1 延年 ( えんねん ) は 、 寺院 に お い て 大法 会 の 後 に 僧侶 や 稚児 に よ っ て 演 じ られ た 日本 の 芸能 。 +-1 随身 ( ずいじん 、 ずいしん ) と は 、 平安 時代 以降 、 貴族 の 外出 時 に 警護 の ため に 随従 し た 近衛 府 の 官人 の こと で あ る 。 +-1 江戸 幕藩 体制 に おけ る 国主 ( こくしゅ ) は 、 近世 江戸 時代 の 大名 の 格式 の ひと つ で 、 領地 が 一 国 以上 で あ る 大名 を 言 い 、 国持 大名 と も 言 う 。 +1 箕作 省吾 ( みつくり しょう ご 、 文政 4 年 ( 1821 年 ) - 弘化 3 年 12 月 13 日 ( 旧暦 ) ( 1847 年 1 月 29 日 ) ) は 、 江戸 時代 後期 の 日本 の 地理 学 者 。 +-1 守護 請 ( しゅごうけ ) は 、 日本 の 室町 時代 に お い て 、 守護 が 荘園 領主 や 知行 国主 から 荘園 ・ 国衙 領 ( 公領 ) の 年貢 納入 を 請け負 っ た こと を 指 す 。 +-1 補陀 落 渡海 ( ふだらく と か い ) は 、 日本 の 中世 に お い て 行 わ れ た 、 捨身 行 の 形態 で あ る 。 +-1 橘 ( たちばな ) 氏 は 、 古代 日本 に 活躍 し た 氏族 。 +-1 中河 御厨 ( なかがわ の みくりや ) は 、 平安 時代 ~ 安土 桃山 時代 に かけ て 美濃 国 に あ っ た 荘園 。 +-1 壬申 の 乱 ( じんしん の らん ) と は 天武 天皇 元年 ( 67 2 年 ) に 起き た 日本 古代 最大 の 内乱 で あ り 、 天智 天皇 の 太子 ・ 大友 皇子 ( おおとも の みこ 、 明治 3 年 ( 1870 年 ) 、 弘文 天皇 の 称号 を 追号 ) に 対 し 皇弟 ・ 大海 人 皇子 ( おおあまのみこ 、 後 の 天武 天皇 ) が 地方 豪族 を 味方 に 付け て 反旗 を ひるがえ し た もの で あ る 。 +-1 亭子 院 歌合 ( ていじ いん うた あわせ ) と は 、 延喜 13 年 3 月 13 日 ( 旧暦 ) ( 913 年 4 月 22 日 ) に 宇多 法皇 が 自分 の 御所 と し て い た 亭子 院 に お い て 開 い た 歌合 。 +-1 借位 ( しゃくい ) と は 、 官人 に 高 い 位 階 を 仮 に 授け る こと 。 +1 花房 義質 ( はなぶさよし もと 、 天保 13 年 1 月 1日 ( 旧暦 ) ( 1842 年 2 月 10 日 ) - 大正 6 年 ( 1917 年 ) 7 月 9 日 ) は 明治 、 大正 期 の 外交 官 。 +1 藤原 保成 ( ふじわら の やすな り 、 生没 年 未詳 ) は 平安 時代 末期 の 廷臣 。 +-1 御室 仁和 寺 駅 ( おむろ にん なじ えき ) は 、 京都 市 右京 区 御 室 小松 町 に あ る 京福 電気 鉄道 京福 電気 鉄道 北野 線 の 鉄道 駅 。 +1 祇園 梶子 ( ぎおん かじこ 、 生没年 不明 ) は 江戸 時代 中期 の 歌人 。 +1 橋本 長兵衛 ( はしもと ちょうべい 、 初代 生没 不詳 、 二 代 目 生年 不明 - 1647 年 、 三 代 目生没 不詳 ) は 、 江戸 時代 の 日本 画 家 ( 浮世 絵 師 ) の 名跡 。 +1 明子 女王 ( あきこ にょ おう 寛永 15 年 ( 1638 年 ) - 延宝 8 年 7 月 8 日 ( 1680 年 8 月 2 日 ) ) は 、 日本 の 皇族 。 +1 広幡 前秀 ( ひろはたさきひ で 、 宝暦 12 年 12 月 2 日 ( 旧暦 ) ( 1763 年 1 月 15 日 ) - 文化 ( 元号 ) 5 年 6 月 19 日 ( 旧暦 ) ( 180 8 年 7 月 12 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 『 関羽 』 ( かんう ) は 歌舞伎 十 八 番 の ひと つ 。 +1 尭胤 法 親王 ( ぎょう いん ほっ しん の う 、 長禄 2 年 ( 1458 年 ) - 永正 17 年 ( 1520 年 ) ) は 、 室町 時代 中期 から 戦国 時代 に かけ て の 法親 王 。 +-1 南無 阿弥陀 仏 ( なむあみだぶつ 、 南無 阿弥陀佛 、 南無 阿彌陀佛 ) と は 、 「 南無 」 は namo ( sanskrit ) の 音写 語 で 「 わたくし は 帰依 し ま す 」 と 意味 し 、 「 阿弥陀 如来 」 は 、 その サンスクリット 語 の 「 無量 の 寿命 の 大仏 ( amitaayus ) 」 「 無量 の 光明 の 仏 ( amitaabha ) 」 の 「 はか る こと の でき な い 」 と い う 部分 の amita ( sanskrit ) を 略出 し た もの で あ る 。 +1 東伏見 慈洽 ( ひがしふしみ じごう 、 1910 年 ( 明治 43 年 ) 5 月 16 日 - ) は 、 日本 の 僧侶 。 +1 高坂 王 ( たかさか の おおきみ 、 たか さか お う 、 生年 不詳 - 天武 天皇 12 年 ( 683 年 ) 6 月 6 日 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 お 軽 ( おかる 、 貞享 2 年 ( 1684 年 ) - 正徳 ( 日本 ) 3 年 10 月 6 日 ( 旧暦 ) ( 1 71 3 年 11 月 23 日 ) ) は 山科 に 潜伏 し て い た 頃 の 大石 内蔵助 の 妾 。 +1 親元 日記 ( ちかもと にっき ) は 、 室町 時代 の 政所 執事 代 で あ っ た 蜷川 親元 ( 新右衛門 尉 ) の 日記 。 +-1 専貞 ( せんてい 、 万治 3 年 ( 16 60 年 ) - 元禄 11 年 8 月 22 日 ( 旧暦 ) ( 169 8 年 9 月 25 日 ) ) は 、 江戸 時代 前期 の 僧侶 。 +1 藤原 長家 ( ふじわら の なが いえ 、 寛弘 2 年 8 月 20 日 ( 旧暦 ) ( 100 5 年 9 月 26 日 ) - 康平 7 年 11 月 9 日 ( 旧暦 ) ( 1064 年 12 月 19 日 ) ) は 、 平安 時代 中期 の 公卿 ・ 歌人 。 +-1 御幸町 通 ( ご こまち どおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +1 梶原 景時 ( かじわら かげ とき ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +1 藤原 兼平 ( ふじわら の かねひら ) +1 大原内 親王 ( おおはら な い しんのう 、 生年 不詳 - 貞観 ( 日本 ) 5 年 1 月 19 日 ( 旧暦 ) ( 863 年 2 月 10 日 ) ) は 、 平安 時代 前期 の 皇族 。 +-1 専売 制 ( せんばい せい ) と は 、 国家 など が 財政 収入 を 増加 さ せ る ため に 、 特定 物資 の 生産 ・ 流通 ・ 販売 など を 全面 的 に 管理 下 に 置 い て 、 そこ から 発生 する 利益 を 独占 する 制度 。 +-1 関流 砲術 ( せき りゅう ほうじゅつ ) は 砲術 の 流派 の ひと つ 。 +1 源義清 ( みなもと の よしきよ ) は 平安 時代 末期 の 武将 。 +-1 大 垂髪 ( お すべらかし 、 また は 、 おおすべらかし ) と は 、 平安 時代 の 貴族 女性 の 髪形 。 +-1 山門 ( さん もん ) +1 近衛 天皇 ( このえ てんのう 、 保延 5 年 5 月 18 日 ( 1139 年 6 月 16 日 ) - 久寿 2 年 7 月 23 日 ( 1155 年 8 月 22 日 ) ) は 、 日本 の 第 76 代 天皇 ( 在位 永治 元年 12 月 7 日 ( 1142 年 1 月 5 日 ) - 久寿 2 年 7 月 23 日 ( 1155 年 8 月 22 日 ) ) 。 +-1 蒲鉾 ( かまぼこ ) は 、 主 と し て タラスケトウダラ など の 白身 魚 の すり身 を 主 原料 と し 、 塩分 を 加え て 加熱 する こと に よ り 、 木 の 板 ( 臭み の な い モミ 、 シラベ など の 木 が 好 ま れ る ) の 上 に ゲル 化 さ せ て 製造 し た 魚肉 練り 製品 。 +-1 穂波 家 ( ほなみ け ) は 、 藤原 北家 勧修 寺 流庶 家 の 堂上 家 、 家格 は 、 名家 ( 公家 ) 。 +-1 火鉢 ( ひばち ) と は 、 日本 の 暖房 器具 の ひと つ で 、 木炭 を 焚 い て 使用 する 。 +1 中村 亀鶴 ( なかむら きかく ) は 、 歌舞伎 役者 。 +1 大舘 晴光 ( おおだ ち はるみつ 、 生年 不詳 - 永禄 8 年 4 月 28 日 ( 旧暦 ) ( 1565 年 6 月 6 日 ) ) は 、 戦国 時代 ( 日本 ) の 室町 幕府 幕臣 。 +-1 三跡 ( さんせき ) は 、 書道 の 大 御所 三 人 の こと 。 +1 藤 裏葉 ( ふじ の うらば ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +-1 旅籠 ( はたご ) と は 、 江戸 時代 、 旅人 を 宿泊 さ せ 、 食事 を 提供 する こと を 業 と する 家 の こと で あ る 。 +1 九 代 目 市川 團 十 郞 ( く だいめい ちかわ だんじゅうろう 、 新字体 : 団十郎 、 天保 9 年 10 月 13 日 ( 旧暦 ) ( 1838 年 11 月 29 日 ) - 明治 36 年 ( 190 3 年 ) 9 月 13 日 ) は 明治 時代 に 活躍 し た 歌舞伎 役者 。 +1 大谷 光見 ( おおた に こうけん   1965 年 ( 昭和 40 年 ) 9 月 4 日- ) は 、 浄土 真宗 の 僧 で 、 浄土 真宗 東 本願 寺 派 第 26 世 法 主 。 +-1 かるた ( 歌留 多 、 加留 多 、 嘉留太 、 骨牌 ) は 、 絵札 を 使 う 競技 の 一種 。 +-1 許波多 神社 ( こ は た じんじゃ ) は 、 京都 府 宇治 市 に あ る 神社 で あ る 。 +-1 切り 通 し ( きりとおし ) は 京都 市 東山 区 内 の 南北 の 通り の 一 つ 。 +-1 還俗 ( げんぞく ) と は 、 僧侶 に な っ た 者 が 、 戒律 を 堅持 する 僧侶 で あ る こと を 捨て 、 在俗 者 ・ 俗人 に 戻 る 事 を い う 。 +1 斯波 義敏 ( しば よしと し 、 永享 7 年 ( 1435 年 ) - 永正 5 年 11 月 16 日 ( 旧暦 ) ( 150 8 年 12 月 8 日 ) ) は 、 室町 時代 後期 の 守護 大名 。 +1 間部 詮房 ( まなべ あきふさ ) は 、 上野 国 高崎 藩主 、 越後 国 村上 藩 の 間部 氏 初代 藩 主 。 +-1 十 七 条 憲法 ( じゅう しち じょう けんぽう ) と は 、 『 日本 書紀 』 、 『 先代 旧 事 本紀 』 に 推古 天皇 12 年 ( 60 4 年 ) 4 月 3 日 ( 旧暦 ) に 「 夏 四 月 丙寅 朔戊 辰 皇太子 親 肇 作 憲法 十 七 條 」 と 記述 さ れ て い る 17 条 から な る 条文 で あ る 。 +-1 サルタヒコ は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +-1 満州 善後 条約 ( まんしゅう ぜんご じょうやく 、 満洲 善 後 条約 ) と は 、 190 5 年 ( 明治 38 年 ) 12 月 22 日 に 北京 市 に お い て 日本 ・ 清国 両国 間 で 締結 さ れ た 条約 。 +1 基王 ( もと いおう 、 神亀 4 年 9 月 29 日 ( 旧暦 ) ( 72 7 年 11 月 20 日 ) - 神亀 5 年 9 月 13 日 ( 旧暦 ) ( 72 8 年 10 月 24 日 ) ) は 、 聖武 天皇 の 第 1 皇子 。 +-1 年料 雑器 ( ねんりょう ざっき ) と は 、 律令 制 に お い て 尾張国 ・ 長門 国 両国 より 中央 に 貢納 さ せ た 陶器 。 +-1 地下 家 ( じげけ ) は 、 昇殿 が 許 さ れ な い 廷臣 の 家格 。 +-1 神戸 海軍 操練 所 ( こうべ かいぐん そうれん じょ ) は 、 江戸 時代 の 1864 年 ( 元治 1 年 ) 5 月 に 、 軍艦 奉行 の 勝海 舟 の 建言 に よ り 幕府 が 神戸 市 に 設置 し た 海軍 士 官 養成 機関 、 海軍 工廠 で あ る 。 +-1 畝 火山口 神社 ( うねび やまぐち じんじゃ ) は 、 奈良 県 橿原 市 の 畝傍 山 西麓 に あ る 神社 で あ る 。 +-1 琵琶 湖 疏水 ( びわ こそ すい 、 「 疏 」 が 常用 漢字 外 で あ り 「 疎 」 に 書き換え られ る ため 琵琶 湖 疎水 と も 表記 さ れ る ) と は 、 琵琶 湖 の 湖水 を 、 京都 市 へ 運 ぶ ため に 作 ら れ た 水路 ( 疏水 ) で あ る 。 +-1 『 用心棒 』 ( ようじんぼう ) は 、 1961 年 に 公開 さ れ た 黒澤 明 監督 の アクション 時代 劇 映画 。 +1 飯豊 青 皇女 ( いい と よあおの ひめみこ 、 允恭 天皇 29 年 ( 440 年 ) ? - 清寧 天皇 5 年 ( 484 年 ) 11 月 ( 旧暦 ) ? ) は 、 記紀 に 伝え られ る 5 世紀 末 の 皇族 ( 王族 ) 。 +-1 アンティーク 着物 と は 昭和 初期 以前 に 作 ら れ た 着物 ( 和服 ) の こと で 、 特に 状態 の 良 い もの を 指 す 。 +1 三野 小林 ( みの の おばやし ) は 奈良 時代 の 人 。 +1 梨本宮 ( なしもと のみや ) は 、 伏見 宮 貞 敬親王 の 王子 、 守脩 ( もりお さ ) 親王 が 創設 し た 宮家 。 +-1 治承 ・ 寿永 の 乱 ( じしょう ・ じゅえい の らん ) は 、 平安 時代 末期 の 治承 4 年 ( 1180 年 ) から 元暦 2 年 ( 1185 年 ) に かけ て の 6 年間 に わた る 大 規模 な 内乱 で あ る 。 +1 浮世 草子 ( うきよぞうし ) は 、 江戸 時代 に 生まれ た 前期 近世 文学 の 主要 な 文芸 形式 の ひと つ 。 +1 狩野 山雪 ( かのうさん せつ 、 天正 17 年 ( 1589 年 ) - 慶安 4 年 3 月 12 日 ( 旧暦 ) ( 1651 年 5 月 1日 ) ) は 、 狩野 派 の 絵師 。 +-1 巡見 使 ( じゅんけんし ) と は 、 江戸 幕府 が 諸国 の 大名 ・ 旗本 の 監視 と 情勢 調査 の ため に 派遣 し た 上使 の こと 。 +1 源 宗綱 ( みなもと の むねつ な 、 生年 未詳 - 1180 年 6 月 20 日 ( 治承 4 年 5 月 26 日 ( 旧暦 ) ) ) は 、 平安 時代 末期 の 摂津 源 氏 の 武将 。 +-1 令 制 国 一覧 > 山陰 道 > 丹波 国 +-1 千總 ( ちそう ) は 京友禅 の 老舗 。 +-1 金ヶ岬 ( かながみさき ) は 、 京都 府 舞鶴 市 に 属 し 、 日本 海 ( 若狭 湾 西部 ) に 面 する 岬 。 +1 坊城 俊克 ( ぼうじょう と しかつ 、 享和 2 年 9 月 11 日 ( 旧暦 ) ( 180 2 年 10 月 7 日 ) - 慶応 元年 7 月 20 日 ( 旧暦 ) ( 1865 年 9 月 9 日 ) ) は 、 幕末 の 公家 。 +-1 福浦 港 ( ふくら こう ) は 、 石川 県 志賀 町 ( 旧 ・ 富来 町 ) に あ る 地方 港湾 。 +-1 和気 氏 ( わけうじ ) は 、 備前 国 和気 郡 ( 古く は 藤野 郡 と 称 し た ) を 本拠 と し た 豪族 で あ る 。 +1 幕末 百 話 ( ばくまつ ひゃく わ ) は 、 190 2 年 に 報知 新聞 紙上 に 連載 さ れ た 幕末 維新 期 の 回顧 談 集 で あ る 。 +-1 衣冠 ( いかん ) は 平安 時代 以降 の 貴族 や 官人 の 宮中 で の 勤務 服 。 +-1 伊藤 は 8 月 31 日 に 首相 を 辞任 し 、 同年 9 月 18 日 に 松方 正義 が 組閣 する まで 、 黒田 清隆 ・ 枢密院 ( 日本 ) 議長 が 内閣 総理 大臣 を 臨時 兼務 し た 。 +1 皇籍 ( こうせき ) と は 、 皇族 の 一員 た る 籍 ・ 資格 を い う 。 +-1 中央 交渉 会 ( ちゅうおう こうしょうかい ) と は 、 明治 時代 に 存在 し た 院内 会 派 ( 1892 年 4 月 23 日 - 1893 年 3 月 1日 ) 。 +1 夜 御殿 ( よる の おとど ) は 、 清涼 殿 の 天皇 の 寝所 で あ る 。 +1 二条 治孝 ( に じょう はるたか 、 宝暦 4 年 9 月 15 日 ( 旧暦 ) ( 175 4 年 10 月 30 日 ) - 文政 9 年 10 月 6 日 ( 旧暦 ) ( 1826 年 11 月 5 日 ) ) は 江戸 時代 後期 の 公卿 。 +1 花吹雪 ( はなふぶき ) と は 、 花び ら が 、 あたかも 雪 が ふぶ い て い る か の ごと く 舞 い 散る さま の こと で あ る 。 +-1 六方 ( ろっぽう ) と は 歌舞伎 ・ 人形 浄 瑠璃 ・ 舞踊 の 演技 動作 。 +-1 日本 > 近畿 地方 > 京都 府 > 相楽 郡 +-1 唐 人歌 ( とうじん うた ) は 、 江戸 時代 から 明治 時代 に うた わ れ た 流行 歌 で あ る 。 +-1 賣太 神社 ( め た じんじゃ 、 売太 神社 ) は 奈良 県 大和郡山 市 の 稗田 環濠 集落 の 端 に あ る 神社 で あ る 。 +-1 宣命 ( せんみょう ) と は 、 天皇 の 命令 を 漢字 だけ の 日本 語 体 で 記 し た 文書 で あ り 、 漢文体 の 詔勅 に 対 し て い う 。 +1 島井 ( 嶋井 ) 宗室 ( しまい そうしつ 、 天文 ( 元号 ) 8 年 ( 1539 年 ) - 元和 ( 日本 ) 元年 8 月 24 日 ( 旧暦 ) ( 1615 年 10 月 16 日 ) ) は 、 戦国 時代 ( 日本 ) 、 安土 桃山 時代 から 江戸 時代 の 博多 の 商人 、 茶道 で あ る 。 +1 加藤 嘉明 ( かとう よしあき ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 武将 ・ 大名 。 +-1 宇都宮 ( うつのみや ) 氏 は 日本 の 氏族 。 +-1 吉田 神道 ( よしだしんとう ) と は 、 室町 時代 京都 吉田 神社 の 神官 吉田 兼倶 に よ っ て 大成 さ れ た 神道 の 一流 派 。 +-1 十 条 駅 ( じゅう じょう えき ) は 、 京都 府 京都 市 南 区 ( 京都 市 ) 西 九 条柳 の 内町 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +1 舒明 天皇 ( じょめい てんのう 、 推古 天皇 元年 ( 593 年 ) ? - 舒明 天皇 13 年 10 月 9 日 ( 旧暦 ) ( 641 年 11 月 17 日 ) ) は 、 日本 の 第 34 代 天皇 ( 在位 : 舒明 天皇 元年 1 月 4 日 ( 旧暦 ) ( 629 年 2 月 2 日 ) - 舒明 天皇 13 年 10 月 9 日 ( 641 年 11 月 17 日 ) ) 。 +-1 山家 藩 ( やま が はん ) は 、 丹波 国 何 鹿 郡 ( いかるが ぐん ) 山家 周辺 を 領有 し た 藩 。 +1 大谷 暢 顕 ( おおた に ちょうけん   1930 年 ( 昭和 5 年 ) 3 月 27 日 - ) は 、 浄土 真宗 の 僧 で 、 真宗 大谷 派 第 25 代 門 首 。 +-1 記念 物 ( きねん ぶつ ) +-1 美観 地区 ( びかんちく ) は 、 「 市街 地 の 美観 を 維持 する ため に 定め る 地区 」 で あ る ( 都市 計画 法 第 9 条 ) 。 +-1 『 ターヘル ・ アナトミア 』 は 『 解体 新書 』 の 底本 と な っ た 解剖 学書 。 +1 正親町 実連 ( おおぎまち さ ねつら 、 享保 5 年 7 月 23 日 ( 旧暦 ) ( 1720 年 8 月 26 日 ) - 享和 2 年 9 月 29 日 ( 旧暦 ) ( 180 2 年 10 月 25 日 ) ) は 、 江戸 時代 中期 の 公家 。 +1 倭迹迹日 百 襲 媛命 ( やまと と と ひも も そひめ の みこと 、 生没年 不詳 ) は 、 孝霊 天皇 の 皇女 。 +-1 大谷 光照 ( おおた に こうしょう 、 1911 年 ( 明治 44 年 ) 1 1 月 1日 - 2002 年 ( 平成 14 年 ) 6 月 14 日 ) は 日本 の 宗教 家 。 +1 藤原 正光 ( ふじわら の まさみつ 、 天暦 11 年 ( 957 年 ) - 長和 3 年 2 月 29 日 ( 旧暦 ) ( 1013 年 4 月 1日 ) ) は 、 平安 時代 中期 の 公卿 。 +-1 語録 ( ごろく ) と は 、 一般 的 に あ る 人物 の 言葉 を 集め た 物 で あ る 。 +-1 半衿 ( はんえり ) と は 、 和服 用 の 下着 で あ る 襦袢 に 縫い付け る 替え 衿 の こと 。 +-1 ヒジキ ( 鹿尾菜 、 羊栖菜 、 学名 : Sargassumf us iforme 、 シノニム : Hizikia f us iformis ) は 、 褐藻 類 ホンダワラ 科 ホンダワラ 属 の 海藻 の 一種 で あ る 。 +1 静之窟 ( しず の いわや ) は 、 島根 県 大田 市 静間 町 魚津 の 海岸 に 存在 する 海食 洞 ( 奥行 は 約 45 m 、 高 さ は 約 13 m ) 。 +-1 寄席 ( よせ ) と は 、 都市 に お い て 落語 ・ 浪曲 ・ 講談 ・ 漫才 ・ 奇術 など の 技芸 を 観客 に 見せ る ため 席亭 ( 興行 主 ) が 経営 する 常設 の 興行 小屋 で あ る 。 +-1 死亡 帳 ( しぼう ちょう ) と は 古代 の 律令 制度 の 下 で 、 造籍 と 造籍 の 間 に 毎年 作成 さ れ る 帳簿 の こと 。 +1 後伏見 天皇 ( ご ふしみ てんのう 、 弘安 11 年 3 月 3 日 ( 1288 年 4 月 5 日 ) - 延元 元年 / 建武 3 年 4 月 6 日 ( 1336 年 5 月 17 日 ) ) は 鎌倉 時代 の 第 93 代 天皇 ( 在位 : 永仁 6 年 7 月 22 日 ( 1298 年 8 月 30 日 ) - 正安 3 年 1 月 21 日 ( 130 1 年 3 月 2 日 ) ) 。 +-1 秋山之 下氷 壮夫 ( あきやま の したび を とこ ) は 日本 の 神 。 +-1 三 柱 鳥居 ( み はしら とりい ) は 、 鳥居 を 3 基 組み合わせ た もの 。 +-1 中外抄 ( ちゅうがいしょう ) は 、 院政 期 の 聞書 集 。 +-1 九条 葱 ( くじょう ねぎ ) と は 、 日本 を 代表 する 青ねぎ ( 葉 ねぎ ) の 一種 で あ る 。 +-1 天正 の 陣 ( てんしょう の じん ) は 、 1585 年 ( 天正 13 年 ) に 全国 統一 を 目指 す 羽柴 秀吉 ( 豊臣 秀吉 ) の 命 を 受け た 中国 ・ 毛利 氏 の 小早川 隆景 率い る 軍勢 が 四国 は 伊予 国 新居 郡 ( 現在 の 愛媛 県 新居浜 市 ) に 上陸 し 、 金子 城 城 主 金子 氏 金子 元 宅 率い る 地元 勢力 を 圧倒 的 な 戦力 で 制圧 し た 戦 で あ る 。 +-1 庵点 ( いおりてん ) 「 & 12349 」 は 、 日本 語 で 、 歌 の はじめ など に 置 か れ る 約 物 の ひと つ 。 +-1 紙垂 ( し で ) と は 、 注連 縄 や 玉串 、 祓串 、 御幣 など に つけ て 垂ら す 、 特殊 な 断 ち 方 を し て 折 っ た 紙 で あ る 。 +1 中原 猶介 ( なかはら なおすけ 、 天保 3 年 4 月 8 日 ( 旧暦 ) ( 1832 年 5 月 8 日 ) - 慶応 4 年 8 月 7 日 ( 旧暦 ) ( 1868 年 9 月 22 日 ) ) は 、 薩摩 国 ( 鹿児島 県 ) 出身 の 蘭学 者 ・ 科学 者 ・ 軍人 。 +1 吉良経 氏 ( きらつねうじ 、 生没年 不詳 ) は 鎌倉 時代 の 武将 。 +-1 方丈 ( ほうじょう ) は 、 1 丈 四方 の 面積 を 指 す 。 +1 大伴 坂上郎女 ( おおとも の さかの うえ の いらつめ 、 生没年 不詳 ) は 、 『 万葉 集 』 の 代表 的 歌人 。 +-1 多紀 連山 ( たきれんざん ) は 、 京都 府 から 篠山 市 、 丹波 市 に かけ て 高 い 岸壁 状 に 連な る 500 m ~ 700 m の 山々 の 総称 で 、 旧 多紀 郡 に ちな み 多紀 アルプス と も 呼 ば れ る 。 +-1 丸髷 ( まるまげ ) と は 、 江戸 時代 から 明治 時代 を 通 じ て 最も 代表 的 な 既婚 女性 の 髪形 ( 日本 髪 ) 。 +1 稲富 祐直 ( い など めすけなお 、 天文 ( 元号 ) 21 年 ( 1552 年 ) - 慶長 16 年 2 月 6 日 ( 旧暦 ) ( 161 1 年 3 月 20 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 初期 の 砲術 家 。 +-1 判 補 ( はんぽ ) と は 、 律令 制 に おけ る 補任 の 1 つ 。 +-1 伝馬 ( てんま ) また は 伝馬 制 ( - せい ) と は 、 古代 から 近世 まで の 日本 に 見 られ た 使者 や 物資 を 馬 で 運 ぶ 交通 制度 、 また は その 馬 。 +-1 行事 所 ( ぎょうじ しょ ) は 、 9 世紀 中頃 に 大嘗 祭 ( だい じょうえ ) など に 現れ 、 徐々 に 恒常 ・ 臨時 を 問 わ ず 様々 な 行事 に 設け られ た 機能 性 を 重視 し た プロジェクト チーム で あ り 、 必要 な 物資 の 調達 を 含 む 行事 事務 全般 を 取り 仕切 る 。 +-1 藤波家 ( ふじなみ け ) は 大 中臣 氏 の 末裔 で あ る 堂上 家 で あ る 。 +-1 知行 ( ちぎょう ) と は 、 日本 の 中世 ・ 近世 に お い て 、 領主 が 行使 し た 所領 支配 権 を 意味 する 歴史 概念 。 +1 青山 胤通 ( あおやま たねみち 、 安政 6 年 5 月 15 日 ( 旧暦 ) ( 1859 年 6 月 15 日 ) - 大正 6 年 ( 1917 年 ) 12 月 23 日 ) は 医学 者 、 医学 博士 。 +1 北条時 氏 ( ほうじょう ときうじ ) は 、 鎌倉 時代 前期 の 北条 氏 の 一門 。 +-1 越中 褌 ( えっちゅう ふんどし ・ 越中 ふんどし ) と は 、 ふんどし の 一種 。 +-1 イクラ ( ; ikra ) と は サケ の 魚卵 。 +1 五十 五 世 梅若 六郎 ( うめわか ろくろう 、 1907 年 8 月 3 日 - 1979 年 2 月 8 日 ) は 観世 流 シテ 方 能 楽師 、 人間 国宝 、 日本 芸術 院 会員 。 +-1 吉備 大臣 入唐 絵巻 ( きび の おとど にっと う えまき ) は 、 日本 の 絵巻物 の 一 つ で あ る 。 +1 万里小路 充房 ( まで の こうじ あつ ふさ 、 永禄 5 年 6 月 24 日 ( 旧暦 ) ( 1562 年 7 月 25 日 ) - 寛永 3 年 9 月 12 日 ( 旧暦 ) ( 1626 年 10 月 31 日 ) ) は 、 江戸 時代 の 公家 。 +-1 習合 ( しゅうごう ) と は さまざま な 宗教 の 神々 や 教義 など の 一部 が 混同 な い し は 同一 視 さ れ る 現象 の こと 。 +1 下間 仲孝 ( しもつまなかた か 、 天文 ( 元号 ) 20 年 ( 1551 年 ) - 元和 ( 日本 ) 2 年 5 月 15 日 ( 旧暦 ) ( 1616 年 6 月 28 日 ) ) は 日本 の 戦国 時代 ( 日本 ) 末期 から 江戸 時代 初期 の 武将 。 +1 藤原 聖子 ( ふじわらの きよこ 、 保安 ( 元 号 ) 3 年 ( 1122 年 ) - 養和 元年 12 月 4 日 ( 旧暦 ) ( 1182 年 1 月 10 日 ) ) は 平安 時代 末期 の 后妃 。 +1 九条 武子 ( くじょう たけこ 、 1887 年 ( 明治 20 年 ) 10 月 20 日 - 1928 年 ( 昭和 3 年 ) 2 月 7 日 ) は 、 教育 者 ・ 歌人 、 後年 に は 社会 運動 活動 家 と し て も 活躍 し た 。 +-1 多々良浜 の 戦い ( たた ら はま の たたか い ) は 、 南北朝 時代 ( 日本 ) の 1336 年 ( 建武 ( 日本 ) 3 年 ) に 行 わ れ た 合戦 で あ る 。 +1 源 光保 ( みなもと の みつや す 、 生年 未詳 - 永暦 元年 ( 11 60 年 ) ) は 、 平安 時代 末期 の 武将 。 +1 松原 忠司 ( まつばら ちゅうじ 、 天保 五 年 ( 1835 年 ) ? - 慶応 元年 9 月 1日 ( 旧暦 ) ( 1865 年 10 月 20 日 ) ) は 新 選 組 に お い て 副 長助勤 及び 四番 隊 組長 と 柔術 師範 を 務め た 播磨 国 出身 の 浪士 ( 永倉 新八 に よ れ ば 大坂 浪人 ) 。 +-1 地租 改正 事務 局 ( ちそかいせい じむ しょく ) と は 、 1875 年 3 月 24 日 - 18 81 年 6 月 30 日 に 明治 政府 に 設置 さ れ た 部局 。 +-1 相州 炮術 調練 場 ( そしゅう ほうじゅつ ちょうれん じょう ) は 、 現在 の 神奈川 県 藤沢 市 および 茅ヶ崎 市 の 海岸 に あ っ た 、 江戸 時代 の 銃術 鍛練場 。 +-1 勧農 ( かんのう ) と は 、 主 と し て 支配 者 が 農業 を 振興 ・ 奨励 する ため に 実施 する 行為 全般 を 指 す 日本 史 の 用語 。 +-1 甘酒 ( あまざけ 、 醴 ) は 日本 の 伝統 的 な 甘味 飲料 の 一種 で 、 見 た 目 は どぶろく ( 濁酒 ) に 類似 する 白濁 液 で あ る 。 +1 尾崎 紅葉 ( おざき こうよう 、 慶応 3 年 12 月 16 日 ( 旧暦 ) ( 1868 年 1 月 10 日 ) - 明治 36 年 ( 190 3 年 ) 10 月 30 日 ) は 、 日本 の 小説 家 。 +1 京極 高 鎮 ( きょうごく た かつね 、 文化 ( 元号 ) 7 年 ( 1810 年 ) - 天保 5 年 6 月 23 日 ( 旧暦 ) ( 1834 年 7 月 29 日 ) ) は 、 丹後 国峰山 藩 の 第 9 代 藩 主 。 +1 鷹司 兼 基 ( たかつか さ かねもと 、 文治 元年 ( 1185 年 ) - 没年 不詳 ) は 、 鎌倉 時代 前期 の 公卿 。 +-1 大同 団結 運動 ( だいどう だんけつ うんどう ) と は 、 1887 年 - 18 89 年 に 発生 し た 帝国 議会 開設 に 備え た 自由 民権 運動 各派 に よ る 統一 運動 。 +1 大隈 重信 ( おおくま しげのぶ 、 天保 9 年 2 月 16 日 ( 旧暦 ) ( 1838 年 3 月 11 日 ) - 大正 11 年 ( 1922 年 ) 1 月 10 日 ) は 、 日本 の 武士 ・ 佐賀 藩 士 、 政治 家 、 教育 者 。 +1 片岡 直温 ( かたおか なおはる 、 1859 年 10 月 13 日 ( 安政 6 年 9 月 18 日 ) - 1934 年 5 月 21 日 ) は 明治 ・ 大正 ・ 昭和 初期 の 実業 家 、 政治 家 で あ る 。 +-1 大江 高校 前 駅 ( おおえ こうこう まえ えき ) は 、 京都 府 福知 山 市 大江町 ( 京都 府 ) 金屋 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮 福線 の 鉄道 駅 。 +-1 葛城 一言主 神社 ( かつらぎ ひとこと ぬし じんじゃ ) は 奈良 県 御所 市 に あ る 神社 。 +1 足利 義視 ( あしかが よしみ ) は 、 室町 時代 中期 から 後期 に かけ て の 足利 一族 。 +-1 真蛇 ( しんじゃ ) と は 能面 の 一種 。 +-1 嵯峨野 線 ( さがの せん ) は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 京都 駅 ~ 園部 駅 間 の 愛称 で あ る 。 +1 源 方子 ( みなもとの まさこ 、 治暦 2 年 ( 1066 年 ) - 仁平 2 年 3 月 21 日 ( 旧暦 ) ( 1152 年 4 月 27 日 ) ) は 、 中納言 藤原 長実 の 妻 。 +-1 坐禅 ( ざぜん ) と は 、 姿勢 を 正 し て 坐 っ た 状態 で 精神 統一 を 行 う 、 禅 の 基本 的 な 修行 法 。 +-1 近江 神宮 ( おう みじんぐう ) は 、 滋賀 県 大津 市 に 鎮座 する 神社 。 +-1 大 念仏 狂言 ( だい ねんぶつ きょうげん ) と は 、 融通 念 仏 宗 ( 大 念仏 ) の 中興 者 で あ る 円覚 上人 に よ る 念仏 の 教え を 無言 劇 と し た もの 。 +-1 大和野菜 ( やまと やさい ) と は 、 現在 の 奈良 県 ( 旧 大和 国 ) で 生産 さ れ て い る 野菜 の うち 、 奈良 県 が 「 大和野菜 」 と 認定 し た もの で 、 在来 種 で あ る 「 大和 の 伝統 野菜 」 17 品目 と 栽培 等 に 工夫 を 加え た 「 大和 の こだわり 野菜 」 4 品目 から な る 。 +-1 不動 明王 ( ふ どうみょうおう ) 、 サンスクリット アチャラ ・ ナータ ( acalanaatha ) は 、 仏教 の 信仰 対象 で あ り 、 密教 特有 の 尊格 で あ る 明王 の 一尊 。 +-1 日本 の 鉄道 史 ( 明治 ) で は 、 幕末 から 明治 が 終わ る まで の 期間 の 日本 の 鉄道 の 変遷 に つ い て 概説 する 。 +1 在原 氏 ( ありわらし ) は 、 平城 天皇 皇子 の 阿保 親王 ・ 高岳 親王 の 子男 が 臣籍 降下 し た こと に 興 る 皇別 氏族 ( 賜姓 皇族 参照 ) 。 +-1 京都 三 大祭り ( きょうと さん だい まつり ) と は 京都 府 京都 市 内 で 行 わ れ る 3 つ の 祭り の こと 。 +-1 茶話 会 ( さわか い ) と は 、 大 日本 帝国 憲法 下 に おけ る 貴族 院 _ ( 日本 ) に おけ る 院内 会 派 の 一 つ 。 +1 『 秋夜 長 物語 ( あき の よなが ものがたり ) 』 は 、 僧侶 と 稚児 と の 男色 を 主題 と する 稚児 物語 の 代表 作 。 +1 稚 武彦 命 ( わかたけひこ の みこと ) また は 若日子 建 吉備津 日子 命 は 古墳 時代 の 皇族 。 +-1 奈良 国立 博物 館 ( なら こくりつ はくぶつ かん ) は 、 奈良 県 奈良 市 登 大路 町 に あ る 、 独立 行政 法人 国立 文化 財 機構 が 運営 する 博物 館 で あ る 。 +1 天武 天皇 ( てんむ てんのう 、 舒明 天皇 3 年 ( 631 年 ) ? - 朱 鳥 元年 9 月 9 日 ( 旧暦 ) ( 686 年 10 月 1日 ) ) は 『 皇統譜 』 に よ る と 第 40 代 に 数え られ る 天皇 で あ る ( 在位 : 天武 天皇 2 年 2 月 27 日 ( 旧暦 ) ( 67 3 年 3 月 20 日 ) - 朱 鳥 元年 9 月 9 日 ( 686 年 10 月 1日 ) ) 。 +-1 雑炊 ( ぞうすい ) は 、 米飯 に 肉 、 魚介 類 、 キノコ や 野菜 を 加え て 、 醤油 や 味噌 など の 調味 料 と とも に 再度 炊 く 。 +-1 夜久野 ヶ原 スキー 場 ( やく の が はら スキー じょう ) は 、 かつて 京都 府 福知山 市 夜久野 町 上 夜 久野 に あ っ た スキー 場 で あ る 。 +-1 財団 法人 大学 コンソーシアム 京都 ( ざいだん ほうじん だいがく こんそーしあむ きょう と ) と は 、 日本 の 京都 府 京都 市 周辺 に 所在 する 立命 館 大学 、 龍谷 大学 、 同志社 大学 など を 中心 と し た 大学 に よ っ て 構成 さ れ た 財団 法人 。 +-1 応量 器 ( おうりょうき ) と は 、 禅宗 の 修行 増 が 使用 する 個人 の 食器 の こと 。 +1 姉小路 公知 ( あね が こうじ きん と も 、 天保 10 年 12 月 5 日 ( 旧暦 ) ( 1839 年 1 月 22 日 ) - 文久 3 年 5 月 20 日 ( 旧暦 ) ( 1863 年 7 月 5 日 ) ) は 、 江戸 時代 末期 の 公家 。 +1 石橋 政方 ( いしばし ま さかた 、 天保 11 年 ( 1840 年 ) - 大正 5 年 ( 1916 年 ) ) は 日本 の 武士 ・ オランダ 通詞 、 外務 省 官吏 。 +1 北条 高広 ( きたじょう たかひろ 、 永正 14 年 ( 1517 年 ? ) - 天正 15 年 ( 1587 年 ? ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 下野 公忠 ( しもつけ の きん ただ 、 生没年 不詳 ) は 、 平安 時代 の 武人 。 +1 三雲 成持 ( みくもしげ も ち 、 天文 ( 元号 ) 9 年 ( 1540 年 ) - 慶長 8 年 ( 160 3 年 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +1 奥州 探題 ( おうしゅうたんだい ) と は 、 室町 時代 から 戦国 時代 ( 日本 ) に おけ る 幕府 の 地方 官制 で あ る 。 +1 順徳 天皇 ( じゅんとく てんのう 、 建久 8 年 9 月 10 日 ( 1197 年 10 月 22 日 ) - 仁治 3 年 9 月 12 日 ( 1242 年 10 月 7 日 ) は 鎌倉 時代 の 第 84 代 天皇 。 +-1 弽 ( ゆがけ 、 かけ 、 しょう ) は 日本 の 弓道 ・ 弓術 に 於 い て 使用 さ れ る 和弓 を 引 く ため の 道具 で 、 鹿革 製 の 手袋 状 の もの 。 +-1 褌祝 ( ふんどし いわい 、 へこいわい ) は 、 日本 の 一部 地方 で 行 わ れ る 男子 の 成人 に な る ため の 祭事 。 +-1 瑞泉 寺 ( ずいせんじ ) は 京都 府 京都 市 中京 区 木屋 町 三 条 下 る 石屋 町 に あ る 寺院 で あ る 。 +1 一条 冬経 ( いちじょうふゆつね 、 慶安 5 年 4 月 13 日 ( 旧暦 ) ( 1652 年 5 月 20 日 ) - 宝永 2 年 9 月 10 日 ( 旧暦 ) ( 170 5 年 10 月 27 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +1 孟津 抄 ( もうしん しょう ) は 、 戦国 ( 日本 ) ・ 安土 桃山 時代 の 関白 ・ 九条 稙通 が 著 し た 『 源氏 物語 』 の 注釈 書 。 +-1 水口 岡山城 ( みな くち おかやま じょう ) は 滋賀 県 甲賀 市 水口 町 水口 に あ る 城 。 +-1 直指庵 ( じき しあん ) は 、 京都 市 右京 区 に あ る 浄土 宗 の 寺院 。 +1 四条 隆資 ( しじょう たかすけ 、 正応 5 年 ( 1292 年 ) - 正平 ( 日本 ) 7 年 / 観応 3 年 5 月 10 日 ( 旧暦 ) ( 1352 年 6 月 22 日 ) ) は 、 南北朝 時代 ( 日本 ) の 吉野 朝廷 に 仕え た 公卿 。 +-1 金銀 複本位 制 ( きんぎん ふく ほんい せい ) と は 、 金貨 ・ 銀貨 両方 を 本位 貨幣 と し て その 鋳造 と 輸出入 の 自由 を 保持 し 、 なおかつ 固定 化 し た 金銀 比価 を 保持 する 通貨 制度 の こと で あ る 。 +1 山科 言継 ( やましな ときつ ぐ 、 永正 4 年 4 月 26 日 ( 旧暦 ) ( 150 7 年 6 月 6 日 ) - 天正 7 年 3 月 2 日 ( 旧暦 ) ( 1579 年 3 月 28 日 ) ) は 、 戦国 時代 ( 日本 ) の 公家 で 内蔵 頭 から 権 大 納言 に 昇 っ た 。 +-1 師長 国造 ( しながの くにのみやつこ ・ しなが こくぞう ) は 相模 国 西部 を 支配 し た 国造 。 +1 松井 須磨子 ( まついすまこ 、 1886 年 3 月 8 日 - 1919 年 1 月 5 日 ) は 、 日本 の 新劇 俳優 。 +1 御璽 ( ぎょじ ) と は 天皇 の 璽 ( 公印 ) の こと 。 +-1 御代 参 街 道 ( ご だい さん かいどう ) は 、 江戸 時代 に 近江 国 に 整備 さ れ た 土山 ( 現 甲賀 市 ) から 小幡 ( 現 東 近江 市 ) の 間 約 36 ㎞ の 脇 街道 。 +-1 問屋 ( といや 、 とんや ) と は 、 現代 に おけ る 一般 的 意味 と し て は 卸売 業 者 を 指 す が 、 歴史 用語 及び 法律 用語 と し て 用い られ る 場合 は 異な る 意味 を 持 つ 。 +-1 叡尊 ( えいそん ・ えいぞん 、 建仁 元年 ( 120 1 年 ) - 正応 3 年 8 月 25 日 ( 旧暦 ) ( 1290 年 9 月 29 日 ) ) は 、 鎌倉 時代 中期 の 真言律宗 の 僧 。 +1 蘇我 高麗 ( そ が の こま ) は 古墳 時代 の 豪族 。 +-1 政事 要略 ( せいじ よう りゃく ) は 、 平安 時代 の 政務 運営 に 関 する 事例 を 掲げ た 書 。 +1 楠瀬 喜多 ( くすのせき た 、 天保 7 年 ( 1836 年 ) - 大正 9 年 ( 1920 年 ) ) は 日本 の 婦人 運動 家 。 +-1 徳川 家康 の 影武者 説 ( とくがわ いえやす の かげむ しゃせつ ) 、 は 江戸 幕府 を 開 い た 徳川 家康 の 生涯 は 通説 で 考え られ て い る もの と 異な り 、 人生 の いずれ か の 段階 で 別人 と 入れ替わ っ た と い う 俗説 。 +-1 日本 の 鉄道 ( にほん の てつどう ) と は 、 日本 に おけ る 鉄道 および 軌道 ( 鉄道 ) 等 の 総称 で あ る 。 +1 稲生 若水 ( いのう じゃく すい 、 明暦 元年 7 月 27 日 ( 旧暦 ) ( 1655 年 8 月 28 日 ) - 正徳 ( 日本 ) 5 年 7 月 6 日 ( 旧暦 ) ( 1 71 5 年 8 月 4 日 ) ) は 江戸 時代 中期 の 医学 者 ・ 本草 学者 ・ 儒学 者 。 +-1 上喜撰 ( じょうきせん ) は 、 緑茶 の 銘柄 ( ブランド 名 ) 。 +-1 大名 ( だいみょう ) と は 、 大名主 より 転 じ た 語 。 +1 財団 法人 冷泉 家 時雨亭 文庫 ( れいぜいけし ぐれ て い ぶんこ ) は 、 藤原 定家 の 子孫 で あ り 、 歌道 の 家 と し て 知 ら れ る 冷泉 家 ( 上冷泉 家 ) に 伝わ る 古写 本 、 建築 、 年中 行事 など の 文化 遺産 を 保存 し 、 冷泉 流古 今 伝授 を 継承 する こと を 目的 と し て 設立 さ れ た 。 +-1 大宮 御所 ( おおみやごしょ ) と は 、 大正 天皇 崩御 に よ っ て 皇太后 と な っ た 貞明 皇后 の ため に 赤坂 離宮 の 敷地 内 ( 現在 の 赤坂 御 用地 ) に 建設 さ れ た 御殿 の こと 。 +1 福岡 孝悌 ( ふくおか た かち か 、 天保 6 年 2 月 5 日 ( 旧暦 ) ( 1835 年 3 月 3 日 ) - 大正 8 年 ( 1919 年 ) 3 月 7 日 ) は 、 幕末 期 の 土佐 藩 の 家老 、 明治 時代 の 政治 家 。 +1 楠本 高子 ( くすもと たかこ 、 嘉永 5 年 2 月 7 日 _ ( 旧暦 ) ( 1852 年 2 月 26 日 ) - 昭和 13 年 ( 1938 年 ) 7 月 18 日 ) は フィリップ ・ フランツ ・ フォン ・ シーボルト の 孫娘 で 楠本 イネ の 娘 。 +-1 安倍 文殊 院 ( あべ もんじゅ いん ) は 奈良 県 桜井 市 に あ る 華厳 宗 の 寺院 で あ る 。 +1 桑山 玉洲 ( くわやま ぎょくしゅう 、 延享 3 年 ( 1746 年 ) - 寛政 11 年 4 月 13 日 ( 旧暦 ) ( 1799 年 5 月 17 日 ) ) は 、 江戸 時代 中期 の 文人 画 ・ 美術 評論 家 。 +-1 かま 風呂 は 京都 市 左京 区 八瀬 周辺 に 存在 する 日本 古式 の サウナ の 一種 。 +1 姫 の 前 ( ひめ の まえ 、 生没年 不詳 ) は 鎌倉 時代 初期 の 女性 。 +1 伊庭 貞剛 ( いばていごう 、 弘化 4 年 1 月 5 日 ( 旧暦 ) ( 1847 年 2 月 19 日 ) - 大正 15 年 ( 1926 年 ) 10 月 22 日 ) は 、 第 二 代 住友 総理事 で あ る 。 +-1 官途状 ( かん とじょう ) と は 、 室町 時代 以降 、 主君 が 武功 を 挙げ た 家臣 に 対 し て 特定 の 官職 を 私称 する こと を 許 し た 書状 の こと で あ る 。 +1 吉弘 菊姫 ( よしひろ き くひめ 、 ? - 文禄 4 年 11 月 4 日 ( 旧暦 ) ( 1595 年 12 月 4 日 ) ) は 戦国 時代 ( 日本 ) 末期 から 安土 桃山 時代 の 武家 女性 。 +-1 高瀬川 ( たかせ がわ ) は 、 江戸 時代 初期 に 角倉 了 以 ・ 角倉 素庵 父子 に よ っ て 、 京都 の 中心 部 と 伏見 を 結 ぶ ため に 物流用 に 開削 さ れ た 運河 で あ る 。 +-1 飛鳥 浄 御原宮 ( あすか の きよみはらの みや 、 あすか きよみ が はらのみや ) は 、 7 世紀 後半 の 天皇 で あ る 天武 天皇 と 持統 天皇 の 2 代 が 営 ん だ 宮 。 +-1 申次 ( もう しつぎ ) と は 、 奏者 ( そうじゃ / そうしゃ ) と も 呼 ば れ 、 主君 に 奏事 伝達 を 行 う 役目 を 担 っ た 役職 、 あるいは 奏事 伝達 行為 その もの を 「 申次 」 と 呼 ぶ 。 +-1 唐揚げ ( からあげ 、 空揚げ ) と は 、 揚げ 油 を 使用 し た 調理 方法 、 また その 調理 さ れ た 料理 を 指 す 。 +-1 岡田 鴨 神社 ( おかだか も じんじゃ ) は 、 京都 府 木津川 市 ( 旧 相楽 郡 加茂 町 ( 京都 府 ) ) に あ る 神社 で あ る 。 +-1 本願 寺 聖人 伝絵 ( ほんがん じ しょうにん でん ね ) と は 、 浄土 真宗 の 宗祖 親鸞 の 生涯 を 絵詞 で 記 し た 仏教 書 。 +1 勅撰集 ( ちょくせんしゅう ) は 帝王 の 命 に よ っ て 編纂 さ れ た 書物 、 もしくは 帝王 が 記 し た 書物 の うち 特に 公式 の もの と し て 認め られ て い る もの を 指 す 。 +1 紀安雄 ( きの やすお 、 弘仁 13 年 ( 82 2 年 ) - 仁和 2 年 5 月 28 日 ( 旧暦 ) ( 886 年 7 月 7 日 ) ) は 、 平安 時代 の 貴族 。 +1 上杉 謙信 / 上杉 輝虎 ( うえすぎ けんしん / うえ すぎ てるとら ) は 、 戦国 時代 ( 日本 ) に おけ る 越後 国 の 戦国 大名 。 +-1 天照 大神 ( あまてら す おおみかみ ・ てんしょう だいじん ) は 、 日本 神話 に 登場 する 神 ( 神道 ) ( 人格 神 ) で あ る 。 +1 井 深彦三郎 ( いぶか ひこさぶろう 、 慶応 2 年 ( 1868 年 ) - 大正 5 年 ( 1916 年 ) ) は 、 明治 時代 の 陸軍 工作 員 、 後 に 衆議 院 議員 。 +-1 荘園 ( しょう えん ) と は 、 公的 支配 を 受け な い ( あるいは 公的 支配 を 極力 制限 し た ) 一定 規模 以上 の 私的 所有 ・ 経営 の 土地 で あ る 。 +1 藤原 仲文 ( ふじわら の なか ふみ 、 923 年 - 992 年 ) は 、 平安 時代 中期 の 歌人 。 +1 呉春 ( ご しゅん 、 宝暦 2 年 3 月 15 日 ( 旧暦 ) ( 175 2 年 4 月 28 日 ) - 文化 ( 元号 ) 8 年 7 月 17 日 ( 旧暦 ) ( 1811 年 9 月 4 日 ) ) は 、 江戸 時代 の 絵師 。 +-1 茶道 ・ 遠州 流 と は 別 に 、 独自 に 派生 し た い けば な 流派 。 +-1 泗川 の 戦い ( しせん の たたかい ) と は 文禄 ・ 慶長 の 役 に おけ る 日本 の 合戦 一覧 の 一 つ 。 +-1 豊臣 姓 と は 、 天正 時代 に 関白 と な っ て 政権 を 掌握 し た 豊臣 秀吉 に 与え られ た 本姓 で あ る 。 +-1 唐崎 神社 ( からさき じんじゃ ) は 、 滋賀 県 大津 市 に あ る 神社 。 +-1 官途 奉行 ( かんと ぶぎょう ) は 、 鎌倉 幕府 ・ 室町 幕府 に お い て 、 御 家人 の 位 階 任官 を 職掌 と し た 役職 で あ る 。 +1 遠山 直景 ( とおやま なおかげ 、 生年 不詳 - 天文 2 年 3 月 13 日 ( 1533 年 4 月 7 日 ) ) は 小田原 後 北条 氏 ( 以降 、 北条 氏 と 略 す ) の 家臣 。 +-1 『 蕪村 妖怪絵 巻 』 ( ぶそん よう かいえまき ) は 、 江戸 時代 中期 の 俳人 ・ 画家 で あ る 与謝 蕪村 に よ る 日本 の 妖怪 絵 巻 。 +-1 カツ丼 ( カツどん ) は 、 丼物 の 一種 で 、 丼 に 盛 っ た 飯 の 上 に 、 味 を 付け た カツレツ を 乗せ た 日本 料理 。 +1 大 行天皇 ( たいこうてん のう ) は 、 天皇 が 崩御 ( 死去 の 意 ) し た 後 、 追号 が 贈 ら れ る まで の 呼称 。 +1 中原 師連 ( なかはら の もろつら 、 承久 3 年 ( 1220 年 ) - 弘安 6 年 ( 1283 年 ) ) は 鎌倉 時代 中期 の 幕府 実務 官 。 +1 八木 倍 年説 ( やぎ ばいねん せつ ) と は 八木 荘司 の 神話 上 の 天皇 の 実在 を 主張 する 説 。 +1 八条 宮長 仁親王 ( はちじょう の みや おさひとしんの う 、 明暦 元年 5 月 14 日 ( 旧暦 ) ( 1655 年 6 月 18 日 ) - 延宝 3 年 6 月 25 日 ( 旧暦 ) ( 167 5 年 8 月 16 日 ) ) は 、 江戸 時代 前期 の 日本 の 皇族 。 +-1 応永 の 外寇 ( おうえい の がいこう 、 朝鮮 で は 己亥 東征 と 称 す ) と は 、 日本 史 の 時代 区分 で は 室町 時代 の 1419 年 ( 応永 26 年 ) に 起き た 、 李 氏 朝鮮 軍 に よ る 対馬 国 襲撃 を さ す 。 +-1 神仏 分離 ( しんぶつ ぶんり ) は 、 神仏 習合 の 慣習 を 禁止 し 、 神道 と 仏教 、 神 ( 神道 ) と 仏 、 神社 と 寺院 と を はっきり 区別 さ せ る こと 。 +-1 五輪 塔 ( ごりん とう ) は 、 主に 供養 塔 ・ 墓塔 と し て 使 わ れ る 仏塔 の 一種 で あ る 。 +1 宍戸 ( ししど たまき 、 文政 12 年 3 月 15 日 ( 旧暦 ) ( 1829 年 4 月 18 日 ) - 明治 34 年 ( 1901 年 ) 10 月 1日 ) は 、 江戸 時代 末期 ( 幕末 ) から 明治 時代 に かけ て の 政治 家 ・ 官僚 。 +-1 大 日本 史 ( だい に ほんし ) は 、 日本 の 歴史 書 。 +-1 円融 寺 ( えんゆうじ ) は 、 かつて 京都 に 存在 し た 円融 天皇 の 御願 寺 。 +1 一 条房 冬 ( いちじょうふさ ふゆ 、 明応 7 年 ( 1498 年 ) - 天文 ( 元号 ) 10 年 11 月 6 日 ( 旧暦 ) ( 1541 年 11 月 23 日 ) ) は 戦国 時代 ( 日本 ) の 人物 。 +-1 学校 法人 同志社 ( がっこう ほう じんどう し しゃ 、 英字 表記 The Dos hisha ) は 、 同志社 大学 や 同志社 女子 大学 が 属 する 学校 法人 。 +-1 茶壺 ( ちゃつぼ ) と は 、 石臼 で 擂りつぶ す 前 の 抹茶 、 すなわち 碾茶 ( 葉茶 ) を 保管 する ため に 用い られ る 陶器 製 の 壺 ( 葉茶壺 ) で あ る 。 +1 慈道 法 親王 ( じどう ほっ しん のう 、 弘安 5 年 ( 12 82 年 ) - 暦応 4 年 / 興国 2 年 4 月 11 日 ( 1341 年 4 月 27 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 に かけ て の 法親 王 。 +1 時範記 ( ときのりき ) は 、 平安 時代 後期 の 官人 、 平時 範 が 記 し た 日記 。 +-1 麝香 間 祗候 ( じゃこう の ましこう ) は 帝国 憲法 下 に 於 い て 、 華族 ・ 親任 官 及び 明治 維新 の 功労 者 を 優遇 する 為 に 設け られ た 資格 。 +1 阿倍 陸奥 永宗 ( あべの むつ の なが むね 、 生没年 不明 ) は 、 9 世紀 日本 の 陸奥 国 ( 現在 の 宮城 県 ) 柴田 郡 の 郡司 で あ る 。 +-1 鐙口 ( あぶみくち ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +-1 龍山 徳見 ( りゅう さんとく けん 、 弘安 7 年 ( 1284 年 ) - 延文 3 年 / 正平 ( 日本 ) 13 年 11 月 13 日 ( 旧暦 ) ( 1358 年 12 月 14 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 臨済 宗 の 僧 。 +-1 日野城 ( ひ の じょう ) は 、 滋賀 県 蒲生 郡 日野 町 ( 滋賀 県 ) に あ っ た 日本 の 城 。 +-1 朱子学 ( しゅし がく ) と は 、 南宋 の 朱熹 に よ っ て 再 構築 さ れ た 儒教 の 新し い 学問 体系 。 +1 平滋子 ( たいら の しげこ 、 康治 元年 ( 1142 年 ) - 安元 2 年 7 月 8 日 ( 1176 年 8 月 14 日 ) ) は 、 後白河 天皇 の 譲位 後 の 妃 。 +1 藤原 泰子 ( ふじわら の たいし / やすこ 、 嘉保 2 年 ( 1095 年 ) - 久寿 2 年 12 月 16 日 ( 1156 年 1 月 10 日 ) ) は 平安 末期 の 后妃 、 女院 。 +-1 山号 勝軍 山 +1 松平 忠英 ( まつだいら ただつね 、 寛政 2 年 1 月 9 日 ( 旧暦 ) ( 1790 年 2 月 22 日 ) - 文化 ( 元号 ) 7 年 4 月 10 日 ( 旧暦 ) ( 1810 年 5 月 12 日 ) ) は 、 信濃 国 上田 藩 の 嫡子 。 +1 佐野 常民 ( さ の つねたみ 、 1823 年 2 月 8 日 ( 文政 5 年 12 月 28 日 ( 旧暦 ) ) - 190 2 年 12 月 7 日 ) は 、 日本 の 武士 ・ 佐賀 藩 士 。 +-1 大手 門 ( おおて もん ) と は 、 日本 の 城郭 に おけ る 内部 二の丸 また は 、 三 の丸 など の 曲輪 へ 通じ る 虎口 に 設け られ た 門 。 +1 北条 義宗 ( ほうじょうよしむね 、 建長 5 年 ( 1253 年 ) - 建治 3 年 8 月 17 日 ( 旧暦 ) ( 1277 年 9 月 16 日 ) ) は 、 鎌倉 時代 中期 の 北条 氏 一門 。 +-1 成尋 ( じょうじん 、 寛弘 8 年 ( 1011 年 ) - 永保 元年 10 月 6 日 ( 旧暦 ) ( 1081 年 11 月 9 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +-1 広小路 通 ( ひろこうじ どおり ) は 、 京都 府 京都 市 の 東西 の 通り の 一 つ 。 +-1 『 花月 』 ( かげつ ) は 、 能 の 遊狂 物 の 一 曲 で あ る 。 +-1 三好 氏 ( みよし し ) は 信濃 源 氏 で 鎌倉 時代 の 阿波 の 守護 小笠原 氏 の 末裔 。 +-1 御所田 通 ( ご しょ でんどおり ) は 京都 市 北 区 ( 京都 市 ) 紫野 東 御所田 町内 を 通 る 東西 の 道 。 +1 三村 親成 ( みむら ちかしげ 、 生年 不詳 - 慶長 14 年 10 月 1日 ( 旧暦 ) ( 1609 年 10 月 28 日 ) ) は 、 三村 期 ~ 毛利 期 の 備 中国 成羽 ( 鶴首 城 ) 主 。 +1 八条 宮 智仁親王 ( はちじょう のみや としひと しんの う 、 天正 7 年 1 月 8 日 ( 1579 年 2 月 3 日 ) - 寛永 6 年 4 月 7 日 ( 1629 年 5 月 29 日 ) ) は 、 戦国 時代 から 江戸 時代 前期 に かけ て の 皇族 。 +-1 七 手 組 ( なな てぐみ ) と は 、 豊臣 秀吉 が 創設 し た 旗本 衆 。 +-1 みなと 舞鶴 ちゃ っ た まつり ( みなと まいづる ちゃ っ た まつり ) と は 、 京都 府 舞鶴 市 で 行 わ れ て い る お 祭り 。 +-1 シオツチノオジ ( シホツチノヲヂ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ り 塩竈 明神 と も 言 う 。 +-1 神社 局 ( じんじゃ きょく ) は 、 明治 政府 に 置 か れ た 局 の 一 つ で あ る 。 +1 泉沢 久秀 ( いずみさわ ひさひで 、 生年 不詳 - 元和 ( 日本 ) 元年 ( 1615 年 ) 3 月 ( 旧暦 ) ) は 、 戦国 時代 ( 日本 ) の 武将 、 上杉 家臣 。 +1 新撰 莬 玖 波集 ( しんせん つくば しゅう ) は 、 室町 時代 後期 の 准勅 撰 連歌 撰集 。 +1 慶運 ( けい うん / きょううん 、 永仁年間 ( 1293 年 - 1299 年 ) - 正平 ( 日本 ) 24 年 / 応安 2 年 ( 1369 年 ) 頃 ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 天台 宗 の 僧 ・ 歌人 。 +1 胡蝶 ( こちょう ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +1 近衛 基前 ( このえもと さき 、 天明 3 年 8 月 11 日 ( 旧暦 ) ( 1783 年 9 月 7 日 ) - 文政 3 年 4 月 19 日 ( 旧暦 ) ( 1820 年 5 月 30 日 ) ) は 江戸 時代 後期 の 公卿 。 +-1 竹伐 狸 、 竹切 狸 ( たけきりだ ぬき ) は 、 京都 府 南 桑田 郡 保津 村 大年 ( 現 ・ 亀岡 市 ) に 伝わ る タヌキ の 妖怪 。 +-1 中世 日本 紀 ( ちゅうせい に ほんぎ ) は 、 日本 中世 に お い て 、 『 日本 書紀 』 等 に 基づ き ながら も 主 に 本地 垂迹説 など に 則 り 多様 に 解釈 ・ 再編成 さ れ た 神話 群 の 総称 で あ る 。 +-1 宿曜 道 ( すくようどう ) と は 、 平安 時代 、 空海 を はじめ と する 留学 僧 ら に よ り 、 密教 の 一 分野 と し て 日本 へ もたら さ れ た 占星 術 の 一種 。 +-1 白浪物 ( し らなみもの ) と は 歌舞伎 の 演目 の 種類 名 。 +-1 日本 画 家 ( にほん が か ) と は 明治 時代 以降 、 日本 の 絵画 が 洋画 と 日本 画 の ジャンル に 分かれ た ため 、 洋画 家 の 対義 語 と し て 使 わ れ る 言葉 。 +-1 胞衣 壺 ( えなつぼ ) は 、 胞衣 ( 人間 の 胎盤 ) を 埋納 する 際 に 納め る 容器 ( 壺 ) 。 +1 三十 六 歌仙 ( さんじゅう ろっ かせん ) と は 、 藤原 公任 の 『 三十 六 人 撰 』 に 載 っ て い る 和歌 の 名人 36 人 の 総称 で あ る 。 +1 平清 貞 ( たいらの きよ さ だ 、 生年 未詳 - 寿永 3 年 2 月 7 日 ( 旧暦 ) ( 1184 年 3 月 20 日 ) ) は 、 平安 時代 末期 の 武将 。 +1 了翁 道覚 ( りょう おう どうかく 、 寛永 7 年 3 月 18 日 ( 1630 年 4 月 29 日 ) - 宝永 4 年 5 月 22 日 ( 17 0 7 年 6 月 21 日 ) ) は 、 江戸 時代 前期 、 教育 文化 、 社会 福祉 、 公共 事業 など 各種 の 社会 事業 に 貢献 し た 黄檗 宗 の 僧 。 +1 松平 信道 ( まつだい ら のぶみち ) は 、 丹波 亀山 藩 の 第 3 代 藩 主 。 +-1 現生 正定聚 ( げん しょう しょう じょうじゅ ) と は 、 「 現生 不退 ( げんしょうふたい ) 」 と も 言 う 。 +-1 不受 不 施義 ( ふ じゅふせぎ ) と は 、 日蓮 宗 に おけ る 思想 の 1 つ で の 不受 と は 法華 経 の 信者 以外 から は 施し を 受け ず 、 不施 と は 法華 経 以外 の 教え を 広め る 僧侶 に は 施し を し な い と い う こと 。 +-1 京都 市 美術 館 ( きょう と し びじゅつ かん ) は 京都 府 京都 市 の 岡崎 公園 に あ る 美術 館 。 +-1 三 種 の 神器 ( みくさ の かむ だ から 、 さんしゅ の じんぎ ) と は 、 天孫 降臨 の 時 に 、 天照 大神 から 授け られ た と する 鏡 ・ 剣 ・ 玉 を 指 す 。 +1 野呂 元 丈 ( のろ げんじょう 、 元禄 6 年 12 月 20 日 ( 旧暦 ) ( 1694 年 1 月 15 日 ) - 宝暦 11 年 7 月 6 日 ( 旧暦 ) ( 1761 年 8 月 6 日 ) ) は 、 江戸 時代 中期 の 本草 学 者 。 +1 懐良 親王 ( かねな が しん の う / かねよし しんの う 、 元徳 元年 ( 1329 年 ) ? - 弘和 3 年 / 永徳 3 年 3 月 27 日 ( 旧暦 ) ( 1383 年 4 月 30 日 ) ) は 、 後醍醐 天皇 の 皇子 で あ る 。 +-1 落ち ( おち ・ オチ ) +-1 御 年寄 ( お としより ) は 江戸 時代 の 大奥 女 中 の 役職 名 で 、 老女 と 呼称 さ れ る 事 も あ る 。 +1 青木 木米 ( あおき もくべい 、 明和 4 年 ( 1767 年 ) - 天保 4 年 5 月 15 日 ( 旧暦 ) ( 1833 年 7 月 2 日 ) ) は 江戸 時代 の 絵師 、 京焼 の 陶工 で あ る 。 +1 藤原 豊子 ( ふじわら の ほうし ( とよこ ) 、 生没年 不詳 ) は 平安 時代 中期 の 女官 。 +-1 南丹 ( なんたん ) と は 、 京都 府 の 丹波 地方 南部 を 指 す 呼称 で 、 行政 区分 と し て 京都 府 中央 部 の 亀岡 市 、 南丹 市 、 船井 郡 京丹波 町 の 3 市 町 の 地域 ( 旧 船井 郡 ・ 旧 北桑田 郡 ・ 旧 南 桑田 郡 ) を い う 。 +-1 北 政所 ( きたの まんどころ ) と は 、 天皇 の 宣旨 に よ り 摂政 や 関白 の 正室 に 対 し て 贈 ら れ た 称号 。 +1 浅井 久政 ( あざい ひさまさ 、 淺井 久政 、 ) は 日本 の 戦国 時代 ( 日本 ) の 武将 。 +1 大西 清右衛門 ( おお にしせいえもん ) は 、 千家 十 職 の 釜師 。 +-1 民俗 文化 財 ( みんぞく ぶんか ざい ) と は 、 民俗 資料 の うち 、 とくに 資料 性 が 高 く 、 保存 措置 が 必要 だっ たり 、 あるいは 、 保存 の ため の 措置 や 施策 が 功 を 奏 する と 期待 さ れ る 資料 で あ る 。 +1 観世 清長 ( かんぜきよなが 、 - 1842 年 ( 天保 13 年 ) と は 、 シテ 方 観世 流能 楽師 。 +1 千本 福隆 ( せん ぼん よ し た か 、 1854 年 6 月 19 日 ( 嘉永 7 年 5 月 24 日 ( 旧暦 ) ) - 1918 年 ( 大正 7 年 ) ) は 、 師範 学校 高等 師範 学校 ・ 女子 高等 師範 学校 名誉 教授 。 +1 猿 丸 太夫 ( さる まる の たいふ 、 さる まる だ ゆう 、 生没年 不詳 ) は 、 三十 六 歌仙 の 一人 。 +-1 太平 御覧 ( たいへい ぎょらん ) と は 、 中国 北宋 代 初期 に 成立 し た 類書 の 一 つ で あ る 。 +1 九条 兼 孝 ( くじょう かね たか 、 天文 ( 元号 ) 22 年 11 月 20 日 ( 旧暦 ) ( 1553 年 12 月 25 日 ) - 寛永 13 年 1 月 17 日 ( 旧暦 ) ( 1636 年 2 月 23 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 に かけ て の 関白 。 +1 俊恵 ( しゅんえ 、 永久 ( 元号 ) 元年 ( 1113 年 ) - 建久 2 年 ( 1191 年 ) 頃 ? ) は 、 平安 時代 末期 の 僧 ・ 歌人 。 +-1 他 力 本願 ( たり きほん がん ) に は 、 次 の 意味 が あ る 。 +-1 覚助 ( かくじょ 、 生年 不詳- 承暦 元年 ( 1077 年 ) ) は 、 平安 時代 中期 の 仏師 。 +-1 広如 ( こうにょ 、 寛政 10 年 ( 1798 年 ) - 明治 4 年 ( 18 71 年 ) 8 月 19 日 は 、 幕末 の 浄土 真宗 の 僧 、 西本願 寺 20 世 宗 主 、 大僧正 。 +-1 日本 海 ( に ほんかい 、 また は にっぽん か い ) は 、 西 太平 洋 の 縁海 で 、 樺太 、 北海道 、 本州 、 九州 、 ユーラシア 大陸 の 朝鮮 民主 主義 人民 共和 国 、 大韓民国 、 ロシア 連邦 に 囲 ま れ て い る 。 +-1 割烹着 ( かっぽう ぎ ) は 、 日本 で 考案 さ れ た 、 主に 和服 に かけ る エプロン の 一種 。 +-1 退蔵 院 ( たいぞう いん ) は 京都 市 右京 区 花園 に あ る 臨済 宗 大 本山 妙心 寺 の 塔頭 ( たっちゅう ) で あ る 。 +-1 虎関 師錬 ( こかんし れん 、 弘安 元年 ( 1278 年 ) - 正平 ( 日本 ) 元年 / 貞和 2 年 7 月 24 日 ( 旧暦 ) ( 1346 年 8 月 11 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 臨済 宗 の 僧 。 +1 冷泉 為広 ( れいぜい ため ひろ 、 宝徳 2 年 ( 1450 年 ) - 大永 6 年 7 月 23 日 ( 旧暦 ) ( 152 6 年 8 月 30 日 ) ) は 日本 の 歌人 。 +1 智鸞 ( ちらん 、 生没年 不詳 ) は 、 奈良 時代 の 法 相 宗 の 僧 。 +1 加納 鷲雄 ( かのうわしお 、 天保 10 年 11 月 9 日 ( 旧暦 ) ( 1839 年 12 月 14 日 ) - 明治 35 年 ( 190 2 年 ) 10 月 27 日 ) は 、 新 選 組 の 隊士 、 伍長 で 、 のち 御陵 衛士 ( 高台 寺 党 ) 。 +1 安保 実員 ( あぼさね かず / あぶさね か ず 、 生没 年 未詳 ) は 、 鎌倉 時代 前期 の 鎌倉 幕府 の 御 家人 。 +-1 真興 ( しんぎょう 、 承平 ( 日本 ) 5 年 ( 935 年 ) - 寛弘 元年 10 月 23 日 ( 旧暦 ) ( 100 4 年 12 月 7 日 ) ) は 、 平安 時代 中期 の 法相 ・ 真言 宗 の 僧 。 +-1 煮豆 ( にまめ ) は 、 ダイズ や アズキ 、 の 乾燥 豆 を 水 で もど し 、 甘 い 味付け で やわらか く 煮 た もの で あ る 。 +-1 祭囃子 ( まつり ばやし ) は 祭 の 際 に 演奏 さ れ る 音楽 で 、 邦楽 の ジャンル の 一 つ 。 +-1 直会 ( なおらい ) と は 、 神社 に 於け る 祭 の 最後 に 、 神事 に 参加 し た もの 一同 で 神酒 を 戴 き 神饌 を 食 する 行事 ( 共飲 共食 儀礼 ) で あ る 。 +-1 直務 ( じきむ ) と は 、 荘園 領主 ( 本所 ・ 領家 ) が 荘務 権 を 直接 執行 し て 荘園 の 直接 支配 ( 所務 ) を 行 う こと 。 +-1 骨傘 ( ほね からかさ ) は 、 鳥山 石燕 の 『 百 器 徒然 袋 』 に 描 か れ る 日本 の 妖怪 。 +-1 国免荘 ( こくめん の しょう ) は 、 平安 時代 後期 の 荘園 の うち 、 国司 に よ っ て 諸役 の 免除 を 受け た もの 。 +1 藤原 宗忠 ( ふじわら の むねただ 、 康平 5 年 ( 1062 年 ) - 永治 元年 4 月 20 日 ( 旧暦 ) ( 1141 年 5 月 27 日 ) ) は 、 平安 時代 の 公家 。 +1 黒川 道祐 ( くろかわどう ゆう 、 生年 不詳 - 1691 年 ( 元禄 4 年 ) ) は 、 江戸 時代 初期 の 医者 で あ り 、 歴史 家 で あ る 。 +-1 宝永 通宝 ( ほうえい つうほう ) と は 、 江戸 時代 に 鋳造 さ れ た 銭貨 の 一種 で 宝永 5 年 ( 170 8 年 ) に 発行 さ れ た 十 文 銭 で あ る 。 +1 大枝 諸上 ( おおえ の もろが み 、 生没年 不詳 ) は 奈良 時代 末期 から 平安 時代 初期 の 下級 官人 。 +1 神八井 耳命 ( かむや いみみの みこと 、 ? - 綏靖 天皇 4 年 ( 紀元 前 578 年 ) 4 月 ) は 、 『 古事 記 』 『 日本 書紀 』 等 に 記 さ れ る 日本 の 皇族 ( 王族 ) 。 +1 松殿 忠房 ( まつど の ただふさ 、 建久 4 年 ( 1193 年 ) - 没年 未詳 ) は 鎌倉 時代 の 公卿 。 +1 藤原 保則 ( ふじわら の やすのり 、 天長 2 年 ( 82 5 年 ) - 寛平 7 年 4 月 21 日 ( 旧暦 ) ( 895 年 5 月 23 日 ) ) は 平安 時代 初期 の 貴族 。 +-1 石山 本願寺 ( いしやま ほんがん じ ) は 、 1496 年 ( 明応 5 ) 、 蓮如 の とき に 摂津 国 石山 ( 大阪 市 中央 区 ) に 建て られ 、 後 に 浄土 真宗 の 本山 と な っ て い た 寺院 で あ る 。 +1 正親町 三条 公治 ( おおぎまち さんじょうきん はる 、 嘉吉 元年 ( 1441 年 ) - 明応 4 年 3 月 12 日 ( 旧暦 ) ( 1495 年 4 月 7 日 ) ) は 、 室町 時代 の 公卿 。 +-1 高麗楽 ( こまがく ) は 、 朝鮮 から 日本 に 伝わ っ た 雅楽 の 一種 で あ る 。 +1 三条 公睦 ( さんじょう きんむ つ 、 文政 11 年 5 月 7 日 ( 旧暦 ) ( 182 8 年 6 月 18 日 ) - 嘉永 7 年 2 月 11 日 ( 旧暦 ) ( 1854 年 3 月 9 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +1 ヤマタ ノ オロチ ( 八岐 大 蛇 、 八俣 遠呂 智 、 八俣 遠呂知 ) は 、 日本 神話 に 登場 する 伝説 の 生物 一覧 。 +-1 園部 駅 ( そのべ えき ) は 、 京都 府 南丹 市 園部 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 鉄道 駅 。 +-1 たいまつ ( 松明 、 炬火 、 トーチ 、 torch ) は 、 光源 や 照明 と し て 使 う ため に 、 手 で 持て る よう に し た 火 の つ い た 木切れ など で あ る 。 +1 山辺 安摩呂 ( やま へ の やすまろ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +1 酒井 抱一 ( さかい ほういつ 、 宝暦 11 年 7 月 1日 ( 旧暦 ) ( 1761 年 8 月 1日 ) - 文政 11 年 11 月 29 日 ( 旧暦 ) ( 1829 年 1 月 4 日 ) ) は 、 江戸 時代 後期 の 絵師 。 +1 徳大寺 実憲 ( とくだいじ さねのり 、 正徳 ( 日本 ) 4 年 1 月 18 日 ( 旧暦 ) ( 171 4 年 3 月 4 日 ) - 元文 5 年 7 月 16 日 ( 旧暦 ) ( 1740 年 8 月 8 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +-1 金 峯山 寺 ( きんぷ せんじ ) は 、 奈良 県 吉野 郡 吉野 町 に あ る 修験 道 系 の 仏教 寺院 。 +-1 額安寺 ( かく あんじ ) は 奈良 県 大和郡山 市 額田部 寺町 ( ぬか た べ てらまち ) に あ る 真言 律 宗 の 寺院 で あ る 。 +-1 すり鉢 ( すりばち 、 擂り 鉢 ) と は 、 食材 を 細か な 粒子 状 に 砕 い たり 、 ペースト 状 に すりつぶ す 加工 を 行 う ため の 調理 器具 で あ る 。 +1 竹崎 季長 ( たけさき すえな が 、 寛元 4 年 ( 1246 年 ) - 正和 3 年 ( 1314 年 ) 頃 ) は 、 鎌倉 時代 中期 に おけ る 九州 地方 の 御 家人 。 +1 万世 一 系 ( ばんせい いっ けい ) は 、 永久 に 一 つ の 系統 が 続 く こと 。 +-1 奈良漬け ( 奈良 漬 、 なら づけ ) と は ウリ 、 キュウリ 、 スイカ 、 ショウガ など の 野菜 を 塩漬け に し 、 何 度 も 新し い 酒粕 ( さけかす ) に 漬け 替え ながら でき た 漬物 で あ る 。 +1 村 国島 主 ( むら くに の し ま ぬし 、 生年 不明 - 天平 宝字 8 年 ( 764 年 ) 9 月 20 日 ) ) は 、 日本 の 奈良 時代 の 人物 で あ る 。 +1 源 国信 ( みなもと の くにざね 、 延久 元年 ( 1069 年 ) - 天永 2 年 1 月 10 日 ( 旧暦 ) ( 1111 年 2 月 26 日 ) ) は 、 平安 時代 後期 の 公卿 、 勅撰 歌人 。 +1 三条 公頼 ( さんじょうきん より 、 1495 年 ( 明応 4 年 ) - 155 1 年 9 月 30 日 ( 天文 ( 元号 ) 20 年 9 月 1日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 三条 家 の 当主 。 +-1 地下 家伝 ( じげかでん : 地下 家 傳 ) は 、 江戸 時代 後期 の 天保 に 成立 し た 、 地下 人 諸家 の 系 図 を まとめ た 歴史 書 。 +-1 東山 女子 技芸 学校 ( ひがしやま じょし ぎげ い がっこう ) は 、 京都 市 東山 区 宮川町 に あ る 舞妓 ・ 芸妓 の ため の 教育 施設 。 +-1 大乗院 ( だい じょういん ) は 奈良 県 奈良 市 の 興福寺 に あ っ た 塔頭 の 一 つ 。 +1 黒田 辰秋 ( くろだ た つあき 、 190 4 年 9 月 21 日 - 1982 年 6 月 4 日 ) は 、 漆芸 家 、 木工 家 。 +-1 京都 議定 書 ( きょうと ぎてい しょ 、 英 Kyoto Protocol ) は 、 気候 変動 枠組 条約 に 基づ き 、 1997 年 12 月 11 日 に 京都 市 の 国立 京都 国際 会館 で 開 か れ た 第 3 回 気候 変動 枠組 条約 締約 国 会議 ( 地球 温暖 化 防止 京都 会議 、 COP 3 ) で の 議決 し た 議定 書 で あ る 。 +-1 明治 通宝 ( めいじ つうほう ) と は 明治 時代 初期 に 発行 さ れ た 政府 紙幣 ( 不換 紙幣 ) で あ る 。 +-1 寺 つつき ( てら つつき ) は 、 鳥山 石燕 の 妖怪 画 集 『 今昔 画 図 続 百 鬼 』 に あ る 妖怪 で 、 啄木鳥 の よう な 怪鳥 。 +-1 屯田 +-1 茨木 童子 ( いばらき どうじ ) は 、 平安 時代 に 大江山 を 本拠 に 京都 を 荒らし 回 っ た と さ れ る 「 鬼 」 の 一人 。 +1 山辺 皇女 ( やまのべ の ひめみこ 、 663 年 ( 天智 天皇 2 年 ) ? - 686 年 10 月 25 日 ( 朱 鳥 元年 10 月 3 日 ( 旧暦 ) ) ) と は 天智 天皇 皇女 。 +-1 猿丸 神社 ( さる まる じんじゃ ) は 、 京都 府 綴喜 郡 宇治田原町 に あ る 神社 で あ る 。 +-1 新古 演劇 十 種 ( しんこ えんげき じっしゅ ) は 、 尾上 菊五郎 ( 5 代 目 ) と 尾上 菊五郎 ( 6 代 目 ) に よ っ て 撰 じ られ た 音羽 屋 尾上 菊五郎 の お 家芸 。 +-1 佐伯 部 ( さえき べ ) は 古代 日本 に おけ る 品部 の 1 つ で あ る 。 +1 鈴木 由哲 ( すずき ゆうてつ ・ 旧姓 : 倉持 ( くらもち ) ) は 、 幕末 の 関宿 藩 久世 氏 の 家老 。 +1 稲村 三伯 ( いなむら さんぱく 、 宝暦 8 年 ( 1758 年 ) - 文化 ( 元号 ) 8 年 1 月 18 日 ( 旧暦 ) ( 1811 年 2 月 11 日 ) ) は 江戸 時代 後期 の 蘭学 者 。 +1 沖田 総司 ( おき た そうじ 、 天保 13 年 ( 1842 年 ) 又 は 15 年 ( 1844 年 ) 夏 の 日 - 慶応 4 年 5 月 30 日 ( 旧暦 ) ( 1868 年 7 月 19 日 ) ) ( 生年 に つ い て は 2 つ の 説 が あ り 、 どちら も 決定 的 な 否定 史料 が 見つか っ て い な い 。 また 、 生誕 時 の 月日 に 関 し て は 特定 でき る 史料 が 一切 出 て お ら ず 、 夏 で あ っ た と い う こと しか 分か っ て い な い ) は 、 江戸 時代 後期 、 幕末 の 新 選 組 の 隊士 。 +-1 智恩 寺 ( ちおんじ ) は 、 京都 府 宮津 市 に あ る 臨済 宗 妙心 寺 派 の 寺院 。 +1 二階堂 行義 ( に かいどう ゆきよし 、 建仁 3 年 ( 120 3 年 ) - 文永 5 年 閏 1 月 25 日 ( 旧暦 ) ( 1268 年 3 月 10 日 ) ) は 鎌倉 時代 中期 の 幕府 実務 官僚 。 +-1 JR 京都 線 ( ジェイアール きょう と せん ) は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 の 京都 駅 ~ 大阪 駅 間 の 愛称 で あ る 。 +1 広平 親王 ( ひろひら しんの う 、 天暦 4 年 ( 950 年 ) - 天禄 2 年 9 月 10 日 ( 旧暦 ) ( 97 1 年 10 月 1日 ) ) は 平安 時代 の 皇族 で 村上 天皇 第 一 皇子 。 +-1 皇大 神社 ( こうたい じんじゃ ) は 、 京都 府 福知 山 市 大江町 に 鎮座 する 神社 で あ る 。 +-1 お 盆 ( お ぼん ) は 、 太陰 太陽 暦 で あ る 和暦 ( 天保暦 など 旧暦 と い う ) の 7 月 15 日 ( 旧暦 ) を 中心 に 日本 で 行な わ れ る 祖先 の 霊 を 祀 る 一連 の 行事 。 +-1 油坊 ( あぶら ぼう ) は 、 滋賀 県 や 京都 府 に 伝わ る 怪火 、 また は 亡霊 。 +-1 卑弥呼 ( ひみこ 、 175 年 頃 ? - 248 年 頃 ) は 、 日本 の 弥生 時代 後期 に おけ る 倭国 の 女王 ( 倭王 ) と さ れ る 人物 。 +1 藤井 直明 ( ふじい なおあき 、 享保 5 年 ( 1720 年 ) - 明和 4 年 8 月 22 日 ( 旧暦 ) ( 1767 年 9 月 14 日 ) ) は 、 江戸 時代 中期 の 尊王 論 者 。 +1 織田 信徳 ( おだ のぶのり ) は 江戸 時代 の 旗本 。 +-1 御前 会議 ( ごぜん かいぎ ) と は 、 明治 以降 、 重要 な 国策 を 決め た 天皇 臨席 の 会議 。 +1 光孝 天皇 ( こうこうてんのう 、 天長 7 年 ( 830 年 ) - 仁和 3 年 8 月 26 日 ( 88 7 年 9 月 17 日 ) 在位 : 元 慶 8 年 2 月 23 日 ( 884 年 3 月 23 日 ) - 仁和 3 年 8 月 26 日 ( 88 7 年 9 月 17 日 ) ) は 、 第 58 代 の 天皇 。 +-1 ある 人 の 代わり を つとめ る こと 。 +1 松林 宗恵 ( まつばや し しゅうえ 、 1920 年 7 月 7 日 - ) は 、 日本 の 映画 監督 。 +1 根井 行親 ( ね のいゆきちか 、 生年 未詳 - 元暦 元年 1 月 20 日 ( 旧暦 ) ( 1184 年 3 月 4 日 ) ? ) は 、 平安 時代 末期 の 武将 。 +1 藤原 兼房 ( ふじわら の かねふさ 、 仁平 3 年 ( 1153 年 ) - 建保 5 年 2 月 22 日 ( 旧暦 ) ( 1217 年 3 月 30 日 ) ) は 、 平安 時代 末期 ・ 鎌倉 時代 初期 の 公卿 。 +1 大野木 秀次郎 ( おおのぎ ひでじろう 、 1895 年 11 月 25 日 - 196 6 年 3 月 4 日 ) は 、 政治 家 。 +-1 不入 の 権 ( ふにゅう の けん ) と は 、 荘園 など が 国衙 から の 使者 ( 検田 使 ・ 収納 使 ・ 四 度 使 など ) の 立入 を 拒否 する こと が 出来 る 権利 。 +-1 史 ( し ) と は 、 日本 律令 制 に お い て 神祇 官 ・ 太政 官 ( 弁官 局 ) に 設置 さ れ た 大史 ・ 少史 の 総称 。 +1 劉仁 軌 ( りゅうじん き 、 ピンイン Li ú R é ngu ĭ 、 60 2 年 - 685 年 3 月 2 日 ) は 、 中国 唐代 の 武将 で あ る 。 +1 中島 正時 ( なかしま まさとき 、 ? - 慶長 16 年 12 月 20 日 ( 旧暦 ) ( 1612 年 1 月 22 日 ) ) は 安土 桃山 時代 の 武士 、 通称 ・ 四郎 左衛門 、 父 は 中島 正義 。 +1 京極 高 景 ( きょうごく たかかげ 、 文化 ( 元号 ) 8 年 ( 1811 年 ) - 文久 3 年 7 月 20 日 ( 旧暦 ) ( 1863 年 9 月 2 日 ) ) は 、 丹後 国峰山 藩 の 第 10 代 藩 主 。 diff --git a/data/titles-ja-train.word b/data/titles-ja-train.word new file mode 100644 index 0000000..99f0a00 --- /dev/null +++ b/data/titles-ja-train.word @@ -0,0 +1,11288 @@ +正院 ( せいいん ) と は 18 71 年 ( 明治 4 年 ) の 廃藩 置県 後 に 発布 さ れ た 、 太政 官職 制 の 最高 機関 で あ る 。 +藤原 忠房 ( ふじわら の ただふさ 、 生年 未詳 - 延長 ( 元号 ) 6 年 ( 928 年 ) 12 月 1日 ( 旧暦 ) ) は 、 平安 時代 前期 の 廷臣 、 舞楽 家 、 歌人 。 +公暁 ( くぎょう 、 正治 2 年 ( 120 0 年 ) - 建保 7 年 1 月 27 日 ( 旧暦 ) ( 1219 年 2 月 13 日 ) ) は 、 鎌倉 幕府 2 代 征夷 大将軍 源 頼家 の 二男 。 +地方 官 会議 ( ちほう かん かいぎ ) と は 、 1874 年 ( 明治 7 年 ) に 設置 さ れ た 、 明治 政府 が 招集 し た 府 県 長官 の 会議 の こと で あ る 。 +飛鳥井 雅庸 ( あすかい まさつね 、 永禄 12 年 10 月 20 日 ( 旧暦 ) ( 1569 年 11 月 28 日 ) - 元和 ( 日本 ) 元年 12 月 22 日 ( 旧暦 ) ( 1616 年 2 月 9 日 ) ) は 、 戦国 時代 ( 日本 ) の 戦国 期 から 江戸 時代 前期 に かけ て の 公家 ・ 歌人 。 +帝国 農会 ( ていこく のうかい ) と は 、 1910 年 ( 明治 43 年 ) に 公認 さ れ た 、 中央 農政 機関 の こと で あ る 。 +鎌田 政清 ( か また まさき よ 、 保安 ( 元号 ) 4 年 ( 1123 年 ) - 永暦 元年 1 月 3 日 ( 11 60 年 2 月 11 日 ) ) は 平安 時代 末期 の 武将 。 +長谷 家 ( ながたに け ) は 桓 武平 氏 高 棟 王流 で 、 西洞院 時 慶 ( 従二 位 ・ 参議 ) ( 155 2 年 - 1640 年 ) の 五 男 長谷 忠康 ( 正三 位 ・ 民部 大輔 ) ( 1612 年 - 1669 年 ) を 祖 と する 堂上 家 。 +財閥 ( ざいばつ ) と は 、 財閥 解体 以前 の 非常 に 大き い 独占 的 な 資本 家 また は 企業 の 事 で あ る が 、 一般 的 に は 、 家族 また は 同族 に よ っ て 出資 さ れ た 親 会社 ( 持株 会社 ) が 中核 と な り 、 それ が 支配 し て い る 諸 会社 ( 子 会社 ) に 多種 の 産業 を 経営 さ せ て い る 企業 集団 で あ っ て 、 大 規模 な 子 会社 は それぞれ の 産業 部門 に お い て 寡占 的 地位 を 占め る と 定義 さ れ る 。 +能勢 氏 ( のせし ) は 、 摂津 国 ( 北摂 地方 ) の 大身 領主 。 +大化 の 改新 ( たいか の かいしん ) は 飛鳥 時代 の 孝徳 天皇 2 年 春 正月 甲子 朔 ( 西暦 646 年 ) に 発布 さ れ た 改新 の 詔 ( かいしん の みこと のり ) に 基づ く 政治 的 改革 。 +藤原 盛憲 ( ふじわら の もりの り 、 生没 年 未詳 ) は 、 平安 時代 末期 の 廷臣 。 +ミシャグジ は 、 古来 より 日本 に 伝わ る が 、 謂れ の よく わか ら な い 神 ( 神道 ) で あ る 。 +長次郎 ( ちょうじろう 、 ? - 天正 17 年 ( 1589 年 ) ) は 、 安土 桃山 時代 を 代表 する 陶芸 家 。 +堀内 家 ( ほり の うち け ) は 代々 表 千家 の 宗匠 を 務め る 茶家 。 +裾除け ( すそよけ ) は 、 和服 の 下 に 着用 する 下着 。 +二条 宗煕 ( に じょうむねひろ 、 享保 3 年 11 月 6 日 ( 旧暦 ) ( 1 71 8 年 12 月 27 日 ) - 元文 3 年 6 月 18 日 ( 旧暦 ) ( 1738 年 8 月 3 日 ) ) は 江戸 時代 の 公卿 。 +騎射 三 物 ( きしゃ みつも の ) と は 馬上 の 弓術 、 犬追物 ・ 笠懸 ・ 流鏑馬 を 総称 し て 言 っ た もの 。 +基礎 情報 天皇 +有楽流 ( うらくりゅう ) は 、 織田 信長 の 実弟 織田 長益 ( 有楽斎 ) に 始ま る 茶道 の 流派 の 一 つ 。 +三島 弥彦 ( みしま や ひこ 、 1886 年 ( 明治 19 年 ) 2 月 23 日 - 1954 年 ( 昭和 29 年 ) 2 月 1日 ) は 明治 期 の 陸上 選手 。 +白拍子 ( しらびょうし ) は 、 平安 時代 末期 から 鎌倉 時代 に かけ て 起こ っ た 歌舞 の 一種 。 +大 森 彦七 盛長 ( おおもり ひこ しち も りなが ) は 、 清和 源 氏 に 属 する 南北朝 時代 ( 日本 ) の 武将 。 +赤山 禅院 ( せきざん ぜんいん ) は 、 京都 市 左京 区 修学院 に あ る 天台 宗 の 寺院 。 +五条 大橋 ( ごじょう おおはし ) は 、 京都 府 京都 市 を 流れ る 鴨川 に 掛か る 橋 。 +雛祭り ( ひなまつり ) は 女性 の 子供 の すこやか な 成長 を 祈 る 節句 の 年中 行事 。 +伊藤 大輔 ( いとう だいすけ 、 189 8 年 10 月 12 日 - 1981 年 7 月 19 日 ) は 、 大正 ・ 昭和 期 の 映画 監督 、 脚本 家 。 +京極 高美 ( きょうごく たか よし 、 文化 ( 元号 ) 15 年 4 月 12 日 ( 旧暦 ) ( 1818 年 5 月 16 日 ) - 弘化 2 年 7 月 16 日 ( 旧暦 ) ( 1845 年 8 月 18 日 ) ) は 、 讃岐 国 丸亀 藩 の 世嗣 。 +尾上 多 見蔵 ( おのえ たみぞう ) は 、 歌舞伎 役者 の 名跡 。 +立役 ( たちやく ) は 、 歌舞伎 に おけ る 尋常 な 成年 男子 の 役 、 また その 役 を 演じ る 役者 。 +小弓 公方 ( お ゆみくぼう ) は 、 関東 に おけ る 足利 氏 ( 基 氏 流 ) の 公方 家 の ひと つ 。 +鰻丼 ( う などん 、 うなぎ どんぶり ) は 、 丼 に 入れ た 飯 の 上 に ウナギ の 蒲焼 を 乗せ 、 タレ と 好み に よ り サンショウ の 粉 を 振りかけ た 日本 料理 。 +伏見 港 ( ふしみ こう ) は 京都 府 京都 市 伏見 区 に かつて 存在 し た 港湾 分類 。 +金ヶ崎 の 戦い ( かねがさき の たたか い ) は 、 南北朝 時代 ( 日本 ) の 1336 年 ( 延元 元年 / 建武 ( 日本 ) 3 年 ) から 翌 1337 年 ( 延元 2 年 / 建武 4 年 ) に かけ て 、 越前 国金 ヶ崎 城 ( 福井 県 敦賀 市 ) に 籠城 する 新田 義貞 率い る 南朝 ( 日本 ) 方 の 軍勢 と 、 それ を 攻撃 する 斯波 高 経 率い る 北朝 ( 日本 ) 方 の 軍勢 と の 間 で 行 わ れ た 戦い で あ る 。 +川村 景明 ( かわむら かげあき 、 嘉永 3 年 2 月 26 日 ( 旧暦 ) ( 1850 年 4 月 8 日 ) - 4 月 28 日 ) は 、 日本 の 陸軍 軍人 、 華族 。 +観世 雅雪 ( かんぜ が せつ 、 1898 年 - 1988 年 12 月 7 日 ) は 、 日本 の 能楽師 。 +東 舞鶴 ( ひがしまい づる ) と は 、 舞鶴 市 の 東 半分 。 +広沢 真臣 ( ひろさわ さねお み 、 天保 4 年 12 月 29 日 ( 旧暦 ) ( 1834 年 2 月 7 日 ) - 明治 4 年 1 月 9 日 ( 旧暦 ) ( 18 71 年 2 月 27 日 ) 、 正字 体 は 廣澤 眞臣 ) は 、 日本 の 武士 ( 長州 藩士 ) 、 政治 家 。 +有形 文化 財 ( ゆうけい ぶんか ざい ) と は 、 下記 の とおり で あ る 。 +開国 ( かいこく ) と は 、 鎖国 の 反対 で 外国 と 交際 ・ 貿易 を する こと 。 +国之常 立神 ( くに の とこ たち の かみ ) は 、 日本 神話 に 登場 する 神 で あ る 。 +閑院 宮 愛仁親王 ( かんいんの みや なる ひと しんの う 、 文化 ( 元号 ) 15 年 1 月 13 日 ( 旧暦 ) ( 1818 年 2 月 17 日 ) - 天保 13 年 9 月 17 日 ( 旧暦 ) ( 1842 年 10 月 20 日 ) ) は 、 江戸 時代 の 皇族 。 +中村 梅雀 ( なかむら ばいじゃく ) は 、 歌舞伎 役者 、 ベーシスト 。 +入之波 温泉 ( しおの は おんせん ) は 、 奈良 県 吉野 郡 川上村 ( 奈良 県 ) ( 旧 国 大 和国 ) に あ る 温泉 。 +すぐき は 、 漬物 の ひと つ 。 +国司 苛 政 上訴 ( こくしか せいじょうそ ) は 、 日本 の 平安 時代 に 郡司 ・ 田堵 ・ 負名 ・ 百 姓 階層 が 地方 官 で あ る 国司 ( 受領 ) の 苛政 ・ 非 法 を 中央 政府 ( 太政 官 ) へ 訴え た 行為 、 現象 また は 闘争 形態 。 +灌仏 会 ( かんぶつ え ) は 、 釈迦 の 誕生 を 祝 う 行事 で あ る 。 +六角 政頼 ( ろっかく まさより 、 生没年 不詳 ) は 、 室町 時代 後期 の 人物 。 +日露 協約 ( にちろ きょうやく ) は 日露 戦争 後 に 締結 し た 日本 と ロシア 帝国 が お 互い に 権益 を 認め合 っ た 4 次 に わた る 協約 。 +六条 河原 ( ろくじょうがわら ) は 、 京都 市 内 を 流れ る 鴨川 ( 淀川 水系 ) の 河原 に 存在 し た 刑場 。 +推古 天皇 ( すいこてんのう 、 欽明 天皇 15 年 ( 554 年 ) - 推古 天皇 36 年 3 月 7 日 ( 旧暦 ) ( 628 年 4 月 15 日 ) 『 古事 記 』 で は 戊子 年 3 月 15 日 ) は 、 第 33 代 の 天皇 ( 在位 : 崇峻 天皇 5 年 12 月 8 日 ( 旧暦 ) ( 593 年 1 月 15 日 ) - 推古 天皇 36 年 3 月 7 日 ( 628 年 4 月 15 日 ) 36 年 、 『 古事 記 』 で は 37 年 ) 。 +水揚げ ( みずあげ ) に は 以下 の 意味 が あ る 。 +酒粕 ( さけかす 、 酒糟 ) と は 、 日本 酒 など の もろみ を 、 圧搾 し た 後 に 残 る 白色 の 固形 物 の こと で あ る 。 +有栖川宮 幟仁親王 ( ありすがわ のみや たかひと しんの う 、 文化 ( 元号 ) 9 年 1 月 5 日 ( 1812 年 2 月 17 日 ) - 明治 19 年 ( 1886 年 1 月 24 日 ) ) は 幕末 ・ 明治 期 の 日本 の 皇族 。 +黄檗 宗 ( おうばくしゅう ) は 、 日本 に おけ る 仏教 の 宗派 で あ り 、 臨済 宗 、 曹洞 宗 に 次 ぐ 禅宗 の 一 つ で あ る 。 +崇光 天皇 ( す こうてんのう 、 建武 元年 4 月 22 日 ( 1334 年 5 月 25 日 ) - 応永 5 年 1 月 13 日 ( 1398 年 1 月 31 日 ) 在位 : 正平 3 年 / 貞和 4 年 10 月 27 日 ( 1348 年 11 月 18 日 ) - 正平 6 年 / 観応 2 年 11 月 7 日 ( 1351 年 11 月 26 日 ) ) は 、 南北朝 時代 の 北朝 第 3 代 天皇 で あ る 。 +豊臣 政権 ( とよとみ せいけん ) は 、 天正 18 年 ( 1590 年 ) 、 ( ただし 、 実質 的 に は 天正 13 年 ( 1585 年 ) ) から 、 慶長 8 年 ( 160 3 年 ) まで 成立 し て い た 豊臣 氏 に よ る 日本 国 の 政権 。 +西院 駅 は 、 京都 市 右京 区 西 大路 四条 に あ る 、 阪急 電鉄 ・ 京福 電気 鉄道 の 鉄道 駅 。 +原田 直次郎 ( はらだ なお じろう 、 文久 3 年 8 月 30 日 ( 旧暦 ) ( 1863 年 10 月 12 日 ) - 明治 32 年 ( 1899 年 ) 12 月 26 日 ) は 、 洋画 家 。 +ジャポニズム ( 英語 : Japonism ) 、 あるいは ジャポニスム ( フランス 語 : Japonisme ) と は 、 ヨーロッパ で 見 られ た 日本 趣味 ・ 日本 心酔 の こと 。 +四 万 十 川 の 戦い ( しまん と がわ の たたか い ) は 、 「 渡川 の 戦い 」 と も い い 、 天正 3 年 ( 1575 年 ) に 発生 し た 長 宗我部 元親 の 土佐 国 ( 高知 県 ) 統一 を 決定 づけ た 戦い 。 +良源 ( りょうげん 、 延喜 12 年 ( 912 年 ) - 永観 3 年 1 月 3 日 ( 旧暦 ) ( 98 5 年 1 月 31 日 ) ) は 、 平安 時代 の 天台 宗 の 僧 。 +寛平 御 遺誡 ( かんぴょう の ご ゆいかい ) と は 、 寛平 9 年 7 月 3 日 ( 旧暦 ) ( 897 年 8 月 4 日 ) に 宇多 天皇 が 醍醐 天皇 へ の 譲位 に 際 し て 当時 13 歳 の 新帝 に 与え た 書置 。 +牧野 教育 映画 製作 所 ( まきの きょういく えい が せいさく しょ 、 1921 年 6 月 設立 - 1924 年 改組 ) は 、 かつて 存在 し た 日本 の 映画 会社 で あ る 。 +野々 村 正成 ( の のむら まさしげ 、 生年 不詳 - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ? ) は 、 戦国 時代 ( 日本 ) の 武将 。 +狩野 探幽 ( かのうたんゆう 、 慶長 7 年 1 月 14 日 ( 旧暦 ) ( 160 2 年 3 月 7 日 ) - 延宝 2 年 10 月 7 日 ( 旧暦 ) ( 167 4 年 11 月 4 日 ) ) は 江戸 時代 の 狩野 派 を 代表 する 絵師 で あ る 。 +掛詞 ( かけ ことば ) と は 、 和歌 など に おけ る 修辞 用 法 の 一 つ 。 +坂上 春子 ( さかの うえの はるこ 、 生年 不詳 - 承和 ( 日本 ) 元年 ( 834 年 ) ) は 、 坂上 田村 麻呂 の 娘 。 +長岡 京 ( ながおか きょう ) +栗山 家 住宅 ( くりやま け じゅうたく ) と は 、 奈良 県 五條 市 五條 1 丁目 に あ る 建築 年代 の 判明 し て い る 民家 と し て 日本 最古 の 建物 。 +五 畿 内志 ( ごきない し ) と は 、 江戸 時代 に 編纂 さ れ た 畿内 の 地誌 。 +網野 駅 ( あみの えき ) は 、 京都 府 京丹後 市 網野町 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +氷上 志計 志麻呂 ( ひかみ の しけし まろ 、 生没年 不詳 ) は 奈良 時代 の 皇族 。 +恂子 内 親王 ( じゅん し な い しんのう 、 寛治 7 年 ( 1093 年 ) - 長承 元年 10 月 16 日 ( 旧暦 ) ( 1132 年 11 月 25 日 ) ) は 、 平安 時代 後期 の 皇族 。 +媞子 内 親王 ( ていし ( やすこ ) ないしんのう 、 承保 3 年 4 月 5 日 ( 1076 年 5 月 10 日 ) - 嘉保 3 年 8 月 7 日 ( 1096 年 8 月 27 日 ) ) は 、 第 72 代 白河 天皇 の 第 一 皇女 。 +三条 通 ( さんじょうどおり ) は 京都 府 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +西園寺 公望 ( さいおんじ きん も ち 、 嘉永 2 年 10 月 23 日 ( 旧暦 ) ( 1849 年 12 月 7 日 ) - 昭和 15 年 ( 1940 年 ) 1 1 月 24 日 ) は 日本 の 公家 、 政治 家 。 +天台 座主 ( てんだいざ す ) は 、 日本 の 天台 宗 の 本山 で あ る 比叡山 延暦 寺 の 貫主 ( 住職 ) で 、 天台 宗 の 諸末 寺 を 総監 する 役職 。 +難波 頼輔 ( なんば より すけ 、 天永 3 年 ( 1112 年 ) - 文治 2 年 ( 1186 年 ) ) は 平安 時代 後期 の 公卿 ・ 歌人 。 +三宝礼 ( さんぼうらい ) と は 遵式 浄土 懺 願儀 から 採 っ た 偈文 ( げもん ) で あ る 。 +白米山 古墳 ( しらげ やま こふん ) は 、 京都 府 与謝 郡 与謝野 町 に 所在 する 前方 後 円墳 で あ る 。 +京極 為 教 ( きょうごく ため の り 、 嘉禄 3 年 3 月 20 日 ( 旧暦 ) ( 1227 年 5 月 7 日 ) - 弘安 2 年 5 月 24 日 ( 旧暦 ) ( 1279 年 7 月 4 日 ) ) は 、 鎌倉 時代 中期 の 歌人 。 +小堀 正行 ( こぼり まさゆき 、 天正 11 年 ( 1583 年 ) - 元和 ( 日本 ) 元年 8 月 14 日 ( 旧暦 ) ( 1615 年 10 月 6 日 ) ) は 、 江戸 時代 前期 の 武将 。 +春日 流 ( しゅん に ちりゅう ) は 能楽 笛 方 の 廃絶 し た 一流 。 +橘 公業 ( たちばな の きみな り 、 生没 年 未詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 橘 氏 の 武将 。 +シュンギク ( 春菊 、 学名 : Chrysan the mumcoronarium . Syn , Leucan the mumcoronarium また は Glebion is coronaria , 英名 Crowndaisy ) は キク 科 キク 属 ( また は シュンギク 属 ) に 分類 さ れ る 原産地 が 地中 海 沿岸 の 植物 で あ る 。 +二条 昭実 ( に じょう あきざね 、 弘治 ( 日本 ) 2 年 11 月 1日 ( 旧暦 ) ( 1556 年 12 月 2 日 ) - 元和 ( 日本 ) 5 年 7 月 14 日 ( 旧暦 ) ( 1619 年 8 月 23 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 に かけ て の 公卿 。 +源 成雅 ( みなもと の なりまさ 、 生没 年 未詳 ) は 、 平安 時代 後期 の 公家 。 +寿永 二 年 十 月 宣旨 ( じゅえい に ねん じゅう がつ の せんじ ) は 、 寿永 2 年 ( 1183 年 ) 10 月 ( 旧暦 ) に 朝廷 から 源 頼朝 に 下 さ れ た 宣旨 。 +鷹司 教平 ( たかつかさ のり ひら 、 慶長 14 年 1 月 10 日 ( 旧暦 ) ( 1609 年 2 月 14 日 ) - 寛文 8 年 10 月 3 日 ( 旧暦 ) ( 1668 年 11 月 7 日 ) ) は 江戸 時代 の 公卿 。 +仁実 ( にんじつ 、 寛治 5 年 ( 1091 年 ) - 天承 元年 6 月 8 日 ( 旧暦 ) ( 1131 年 7 月 4 日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +中村 勘三郎 ( なかむら かんざ ぶろう ) は 、 歌舞伎 役者 の 名跡 。 +不動穀 ( ふ どうこく ) と は 、 律令 制 に お い て 令 制 国 に 置 か れ た 不動倉 に 保管 さ れ た 稲穀 の こと 。 +玄証 ( げんしょう 、 久安 2 年 ( 1146 年 ) - 元久 元年 ( 120 4 年 ) ? ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 真言 宗 の 僧 。 +山名   氏清 ( やまな   うじきよ 、 興国 5 年 / 康永 3 年 ( 1344 年 ) - 元中 8 年 / 明徳 2 年 12 月 30 日 ( 旧暦 ) ( 1392 年 1 月 24 日 ) ) は 南北朝 時代 ( 日本 ) の 守護 大名 で あ る 。 +鞍馬 寺 ( くら まで ら ) は 、 京都 府 京都 市 左京 区 鞍馬 本町 に あ る 仏教 寺院 。 +門跡 ( もんせき 、 もんぜき ) と は 、 日本 の 仏教 の 開祖 の 正式 な 後継 者 。 +北条 治 時 ( ほうじょう   はるとき 、 文保 2 年 ( 1318 年 ) - 元弘 3 年 / 正慶 2 年 7 月 9 日 ( 旧暦 ) ( 1333 年 8 月 19 日 ) ) は 、 得宗 家 の 分家 で 北条 時宗 の 弟 で あ る 北条 宗 時 の 子 ( 一説 で は 北条 随時 と も ) 。 +西園寺 公益 ( さいおんじ きん ます 、 天正 10 年 4 月 20 日 ( 旧暦 ) ( 15 8 2 年 5 月 22 日 ) ‐ 寛永 17 年 2 月 17 日 ( 旧暦 ) ( 1640 年 4 月 8 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 の 公卿 。 +具志頭 制縛 致死 事件 ( ぐ し ちゃん せい ばくちし じけん ) と は 、 1907 年 ( 明治 40 年 ) 5 月 18 日 に 沖縄 県 島尻 郡 具志頭 村 間切 ( 現 八重瀬 町 ) で 発生 し た 私刑 殺人 事件 。 +軍記 物語 ( ぐん き ものがたり ) と は 、 鎌倉 時代 から 室町 時代 に かけ て 書 か れ た 歴史 上 の 合戦 を 題材 と し た 文芸 で あ る 。 +華道 ( かどう ) と は 、 草花 や 樹木 など の 植物 材料 を 組み合わせ て 構成 し 、 鑑賞 する 芸術 で あ る いけ ば な に 、 芸道 と し て の 側面 を 加え た もの 。 +観世 元 信 ( かんぜ ・ もと のぶ 、 1931 年 8 月 8 日 - ) は 日本 の 能楽師 。 +魚 魯 愚鈔 ( ぎょろぐ しょう ) は 、 除目 に 関 する 申文 や 大間 書 など の 資料 や 『 清涼 記 』 ・ 『 西宮 記 』 など の 除目 関係 記事 を 集成 し た 有職 故 実書 。 +尋有 ( じんう 、 生没年 不詳 ) は 、 鎌倉 時代 天台 宗 の 僧 。 +伊藤 鉄五郎 ( いとう てつごろう 、 天保 11 年 ( 1840 年 ) - 慶応 4 年 5 月 1日 ( 旧暦 ) ( 1868 年 6 月 20 日 ) ? ) は 、 山城 国 京都 出身 の 新 選 組 隊士 。 +大善 寺 ( だい ぜんじ ) は 、 京都 市 伏見 区 に あ る 浄土 宗 の 寺院 。 +平将頼 ( 平將 頼 ・ たいら の まさより 、 生年 不詳 - 天慶 3 年 ( 940 年 ) ) は 、 平安 時代 中期 の 武将 。 +天津 飯 ( てんしん はん ) は 、 日本 生まれ の 中華 料理 。 +秋祭り ( あきまつり ) は 、 秋 に 行 わ れ る 祭 の 総称 。 +舞鶴 つつじまつり ( まいづる つつじまつり ) と は 、 京都 府 舞鶴 市 で 行 わ れ て い る お 祭り の ひと つ 。 +鳳潭 ( ほうたん 、 承応 3 年 ( 1654 年 ) - 元文 3 年 2 月 26 日 ( 旧暦 ) ( 1738 年 4 月 14 日 ) ) は 、 江戸 時代 中期 の 学僧 。 +交代 寄合 ( こうたい より あい ) は 、 江戸 幕府 に おけ る 旗本 の 家格 の 一 つ 。 +木下 勝俊 ( きのした かつとし 、 1569 年 ( 永禄 12 年 ) - 1649 年 7 月 24 日 ( 慶安 2 年 6 月 15 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 の 武将 。 +上方 文化 ( かみがた ぶんか ) と は 、 大坂 と 京都 を 中心 に し た 上方 の 地 で は ぐく ま れ て き た 、 +平将平 ( 平將 平 ・ たいら の まさひら   生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +石川 理紀之助 ( いしかわりきのすけ 、 1845 年 ( 弘化 2 年 ) - 1915 年 ( 大正 4 年 ) ) は 、 秋田 県 生まれ 。 +本項 京都 市 右京 区 の 町名 ( きょうと しう きょうく の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +中臣 鎌子 ( なか とみの かまこ 、 生没年 不詳 ) は 飛鳥 時代 、 欽明 天皇 の 時代 の 連 。 +吉良 義俊 ( きら よしと し 、 寛文 11 年 ( 16 7 1 年 ) 頃 - 寛保 2 年 2 月 26 日 ( 旧暦 ) ( 1742 年 4 月 1日 ) ) は 江戸 幕府 の 高家 旗本 。 +藤原 有国 ( ふじわら の あ りく に 、 天慶 6 年 ( 943 年 ) - 寛弘 8 年 7 月 11 日 ( 旧暦 ) ( 1011 年 8 月 12 日 ) ) は 、 平安 時代 中期 の 公卿 。 +側 室 理 真院 、 越智 氏 +熊沢 蕃山 ( くまざわ ばん ざん 、 元和 5 年 ( 1619 年 ) - 元禄 4 年 8 月 17 日 ( 旧暦 ) ( 1691 年 9 月 9 日 ) ) は 江戸 時代 初期 の 陽明 学 者 。 +五十 四 世 梅若 六郎 ( うめわか ろくろう 、 1878 年 ( 明治 11 年 ) 4 月 28 日 - 1959 年 ( 昭和 34 年 ) 8 月 16 日 ) と は 、 観世 流 シテ 方 能 楽師 。 +不退 寺 ( ふたいじ ) は 、 奈良 市 法蓮 町 に あ る 真言 律 宗 の 寺院 。 +千種 有能 ( ちぐさ あり よし 、 元和 ( 日本 ) 元年 ( 1615 年 ) - 貞享 4 年 3 月 1日 ( 旧暦 ) ( 1687 年 4 月 12 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +慶祚 ( けいそ 、 天暦 9 年 ( 955 年 ) - 寛仁 3 年 12 月 22 日 ( 旧暦 ) ( 1020 年 1 月 19 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +拳遊び ( けん あそび ) は 、 二人 で 手 の 開閉 また は 指 の 屈伸 など に よ っ て 勝負 を 争 う 遊戯 の 事 。 +木 活字 版 ( もっかつ じばん ) と は 、 木製 活字 で 印刷 さ れ た 出版 物 を 指 す が 、 狭義 に お い て は 江戸 時代 中期 から 明治 時代 初期 に かけ て 出版 さ れ た 木製 活字 印本 ( 近世 木 活字 版 ) を 指 す 場合 が あ る 。 +ボロネーゼ ( イタリア 語 rag ù allabolognese , ボローニャ 方言 rag ò alabulgn à isa ) また は ボロネーズ ( フランス 語 saucebolognaise ) は 、 イタリア ・ ボローニャ を 発祥 と する 肉 と トマト を 主な 材料 と する ソース ( 調味 料 ) で あ る 。 +柳生 藩 ( やぎゅうはん ) は 、 大和 国添上 郡 柳生 郷 ( 現 奈良 市 柳生 地区 ) を 治め た 藩 。 +富山 弥兵衛 ( とやま や へえ 、 天保 14 年 ( 1843 年 ) - 明治 元年 4 月 1日 ( 旧暦 ) ( 1868 年 5 月 22 日 ) ) は 、 新 選 組 隊士 、 御陵 衛士 。 +京都 赤旗 事件 ( きょう と あか は た じけん ) と は 、 1920 年 ( 大正 9 年 ) 1 1 月 30 日 に 発生 し た 社会 主義 者 弾圧 事件 で あ る 。 +駄賃 馬 稼 ( だちん うまかせぎ ) と は 、 近代 以前 の 日本 に お い て ウマ の 背中 に 貨物 や 人 を 乗せ て 輸送 に 従事 する 職業 の こと 。 +使番 ( つかいばん ) と は 、 江戸 幕府 の 職名 。 +この 記事 で は 、 日本 神話 に おけ る 食物 起源 神話 に つ い て 記述 する 。 +摂津 源 氏 ( せっつ げんじ ) +月見 ( つきみ ) と は 、 満月 など 月 を 眺め て 楽し む こと 。 +実恵 ( じちえ / じつえ ・ 実慧 、 延暦 5 年 ( 786 年 ) - 承和 ( 日本 ) 14 年 11 月 13 日 ( 旧暦 ) ( 847 年 12 月 24 日 ) ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +天智 天皇 ( てんち てんのう / てん じ てん の う 。 +穀断 ち ( こくだち ) は 、 仏教 の 行 ( 仏教 ) の ひと つ 。 +村 国志我 麻呂 ( むら くに の し が まろ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 から 奈良 時代 に かけ て の 人物 で あ る 。 +『 狂雲 集 』 ( きょう うんしゅう ) は 、 一休 宗純 に よ る 風狂 破格 の 世界 を 呈 する 漢詩 集 。 +神酒 ( みき 、 しんしゅ ) と は 、 神道 に お い て 神 ( 神道 ) に 供え る 酒 ( 通常 は 日本 酒 ) 。 +大阪 会議 ( おおさか かいぎ ) は 、 明治 8 年 ( 1875 年 ) 2 月 11 日 に 明治 政府 の 要人 で あ る 大久保 利通 ・ 木戸 孝允 ・ 板垣 退助 ら が 大阪 府 に 集 い 、 今後 の 政府 の 方針 ( 立憲 政治 の 樹立 ) および 参議 就任 等 の 案件 に つ い て 協議 し た 会議 。 +バテレン 追放令 ( - ついほうれい ・ 伴天連 追 放令 ) は 1587 年 7 月 24 日 ( 天正 15 年 6 月 19 日 ( 旧暦 ) ) に 筑前 箱崎 に お い て 豊臣 秀吉 が 発令 し た キリスト 教 宣 教 と 南蛮 貿易 に 関 する 禁制 文書 。 +永樂 保全 ( えいらく ほぜん 、 1795 年 ( 寛政 7 年 ) - 1854 年 ( 嘉永 7 年 ) 9 月 16 日 ) は 、 19 世紀 に 活躍 し た 京焼 の 陶芸 家 。 +帚木 ( ははきぎ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の 一 つ 。 +ごぼう 巻き ( ごぼう まき ) は 、 ゴボウ を 使 っ た 料理 の 一 つ 。 +安達 時盛 ( あだち ときもり ) は 、 鎌倉 時代 中期 の 鎌倉 幕府 の 御 家人 。 +土曜 会 ( どよう かい ) と は 、 明治 時代 ・ 大正 時代 に 存在 し た 貴族 院 _ ( 日本 ) の 院内 会 派 ( 1901 年 12 月 7 日 - 19 19 年 11 月 15 日 ) 。 +滋野井家 ( しげ の いけ ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +融通 念 仏 宗 ( ゆうずう ねんぶつ しゅう ・ 融通 念佛 宗 ) は 、 浄土 教 の 宗派 の 一 つ 。 +細川 頼之 ( ほそかわ よりゆき 、 元徳 元年 ( 1329 年 ) - 元中 9 年 / 明徳 3 年 3 月 2 日 ( 旧暦 ) ( 1392 年 3 月 25 日 ) ) は 南北朝 時代 ( 日本 ) から 室町 時代 の 武将 、 政治 家 、 幕府 管領 で あ る 。 +坂上 正野 ( さかの うえの まさの ) は 、 坂上 田村 麻呂 の 四男 。 +『 別離 』 ( べつり ) は 、 若山 牧水 の 歌集 で あ る 。 +堀口 貞満 ( ほりぐち さだみつ 、 永仁 5 年 ( 1297 年 ) - 延元 3 年 / 建武 ( 日本 ) 5 年 ( 1338 年 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 武将 。 +昭和 26 年 12 月 大阪 歌舞伎 座 顔 見世興行 『 少将 滋幹 の 母 』 +一 国 平均 役 ( いっ こく へいきん やく ) は 、 日本 の 中世 に お い て 、 ある 令制 国内 の 荘園 ・ 国衙 領 へ 一律 的 に 賦課 さ れ た 租税 ・ 課役 で あ る 。 +『 吾妻 鏡 』 ( あづま かがみ ) と は 、 日本 の 中世 ・ 鎌倉 時代 に 成立 し た 歴史 書 。 +イチキシマヒメ ( イツキシマヒメ と も ) は 、 日本 神話 に 登場 する 水 の 神 で あ る 。 +山科 本願 寺 ( やましな ほんがん じ ) は 、 京都 市 山科 区 に あ っ た 浄土 真宗 の 寺院 。 +大倉 正之助 ( おおくら しょう のすけ 、 1955 年 - ) は 、 大倉 流 大鼓 方 。 +ナキサワメ は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +灯火 目付 ( とうかめつけ ) は 忍者 の 肉体 鍛錬 法 の 一 つ 。 +丈 ( じょう ) +大森 禅戒 ( おおもり ぜん かい 、 18 71 年 - 1947 年 2 月 4 日 ) は 、 明治 から 昭和 に かけ て の 曹洞 宗 の 僧 。 +執事 ( しつじ ) は 、 一般 に 事務 を 管轄 する 者 を 意味 し 、 高位 の 人物 の 家 や 寺社 で 家政 ・ 事務 を 執りしき る 者 を 指 す 。 +吉田 の しだれ 桜 ( よしだ の しだれ ざくら ) は 、 京都 府 舞鶴 市 吉田 地区 に あ る サクラ 。 +藤崎 八郎 ( ふじさきはちろう 、 天保 14 年 ( 1843 年 ) - 元治 元年 6 月 5 日 ( 旧暦 ) ( 1864 年 7 月 8 日 ) ) は 、 幕末 の 土佐 藩 士 。 +長押 ( なげし ) と は 、 日本 建築 に 見 られ る 部材 で 、 柱 を 水平 方向 に つな ぐ もの 。 +渡辺 守 ( わたなべ まも る 、 慶長 15 年 ( 1610 年 ) - ? ) は 江戸 時代 の 人物 。 +海人 ( あま 、 別表 記 海士 ) は 、 能作品 の ひと つ 。 +手白香 皇女 ( たしらか の ひめみこ ) は 古墳 時代 の 皇族 で 継体 天皇 の 皇后 。 +清浄 華院 ( しょう じょうけいん ) は 京都 市 上京 区 に あ る 浄土 宗 大 本山 七ヶ寺 の 一 つ で あ る 。 +正二 位 ( しょう に い ) は 、 日本 の 位 階 及び 神階 に おけ る 位 の 一 つ 。 +ヒルコ ( 大日 霊子 貴尊 、 水 蛭子 、 蛭子 神 、 蛭子 命 ) は 、 日本 神話 に 登場 する 神 。 +藤原 家長 ( ふじわら の いえな が 、 生没 年 未詳 ) は 平安 時代 末期 の 廷臣 。 +長浜 八幡宮 ( ながはま はち まんぐう ) は 滋賀 県 長浜 市 に あ る 神社 。 +石黒 宗麿 ( いしぐろ むねまろ 、 1893 年 4 月 14 日 - 1968 年 6 月 3 日 ) は 、 富山 県 射水 市 久々湊 出身 の 陶芸 家 。 +国宝 ( こくほう 、 英語 : Nationaltreasures ) と は 日本 の 文化 財 保護 法 に よ っ て 国 が 指定 し た 有形 文化 財 ( 重要 文化 財 ) の うち 、 世界 文化 の 見地 から 価値 の 高 い もの で たぐい な い 国民 の 宝 た る もの で あ る と し て 国 ( 文部 科学 省 ) が 指定 し た もの で あ る ( 文化 財 保護 法 第 27 条 第 2 項 ) 。 +祇王 寺 ( ぎおうじ ) は 、 京都 市 右京 区 に あ る 真言 宗 大覚寺 派 の 寺院 ( 尼寺 ) 。 +宮内 庁 京都 事務 所 ( く な いちょう きょう と じむ しょ ) は 、 宮内 庁 の 地方 支分 部局 。 +円福寺 ( えんぷくじ ) は 奈良 県 生駒 市 に あ る 真言 律 宗 の 寺院 。 +万国 公法 ( ばんこく こうほう ) は 、 19 世紀 後半 から 20 世紀 前半 に かけ て 近代 国際 法 を 普及 さ せ た と い う 点 で 、 東 アジア 各国 に 多大 な 影響 を 与え た 国際 法解説 書 の 翻訳 名 で あ る 。 +醍醐 兼 純 ( だい ご かねずみ 、 延享 4 年 10 月 16 日 ( 旧暦 ) ( 1747 年 11 月 18 日 ) ‐ 宝暦 8 年 4 月 21 日 ( 旧暦 ) ( 175 8 年 5 月 27 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +無常 ( む じょう 、 サンスクリット anitya ) は 、 この 現象 世界 の すべて の もの は 消滅 し て 、 とどま る こと な く 常 に 変移 し て い る と い う こと を 指 す 。 +藤原 成隆 ( ふじわら の なりたか 、 生没 年 未詳 ) は 平安 時代 末期 の 廷臣 。 +夕顔 ( ゆうがお ) と は 、 『 源氏 物語 』 五十 四 帖 の 巻 の 一 つ 。 +山陰 本線 ( さんいん ほんせん ) は 、 京都 府 京都 市 下京 区 の 京都 駅 から 福知 山 駅 、 鳥取 駅 、 米子 駅 、 出雲 市 駅 、 長門 市 駅 を 経 て 山口 県 下関 市 の 幡生 駅 に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 幹線 ) で あ る ( ただし 幡生 側 の 列車 は 下関 駅 まで 運転 ) 。 +寒 巌 義尹 ( かんがん ぎいん 、 建保 5 年 ( 1217 年 ) - 正安 2 年 8 月 21 日 ( 旧暦 ) ( 130 0 年 10 月 4 日 ) ) は 、 鎌倉 時代 中期 の 曹洞 宗 の 僧 。 +禊 ( みそぎ ) と は 、 2 つ の 意味 が あ る 。 +細川 頼有 ( ほそかわ より あ り 、 元徳 3 年 5 月 2 日 ( 旧暦 ) ( 1332 年 5 月 26 日 ) - 元中 8 年 / 明徳 2 年 8 月 9 日 ( 旧暦 ) ( 1391 年 9 月 7 日 ) ) は 、 南北朝 時代 ( 日本 ) 、 室町 時代 の 武将 。 +徳大寺 公信 ( とくだいじ きんのぶ 、 慶長 11 年 7 月 15 日 ( 旧暦 ) ( 160 6 年 8 月 18 日 ) - 貞享 元年 7 月 21 日 ( 旧暦 ) ( 1684 年 8 月 31 日 ) ) は 、 江戸 時代 初期 から 前期 の 公卿 。 +朝鮮 出兵 に おけ る 五島 勢 ( ちょうせん しゅっぺい に おけ る ごとうぜい ) で は 、 豊臣 秀吉 の 文禄 ・ 慶長 の 役 に おけ る 、 肥前 国 五 島 藩 ( 福江 藩 、 現長崎 県 五島 列島 ) の 動き に つ い て 述べ る 。 +今井 似閑 ( いまい じかん 、 明暦 3 年 ( 1657 年 ) - 享保 8 年 10 月 4 日 ( 旧暦 ) ( 1723 年 11 月 1日 ) ) は 、 江戸 時代 前期 の 国学 者 。 +ホオリ ( 火遠理命 ( ホオリノミコト ) ) は 、 日本 神話 に 登場 する 神 。 +歌川 国芳 ( うたがわ く に よ し 、 1798 年 1 月 1日 ( 寛政 9 年 11 月 15 日 ( 旧暦 ) ) - 1861 年 4 月 14 日 ( 文久 元年 3 月 5 日 ( 旧暦 ) 〉 ) は 、 江戸 時代 末期 の 浮世 絵 。 +道祖 神 ( どうそ じん 、 どうそ しん ) は 、 路傍 の 神 で あ る 。 +吉野 ( よしの ) と は 、 奈良 県 南部 の 別名 。 +春日大 娘 皇女 ( かすが の おお いらつめ の ひめみこ ) は 、 記紀 に 伝え られ て い る 皇族 。 +東常縁 ( とうつね より : 140 1 年 ( 応永 8 年 ) ? - 1484 年 4 月 11 日 ( 文明 ( 日本 ) 16 年 3 月 16 日 ( 旧暦 ) ) ) は 、 室町 時代 の 武将 で あ り 、 歌人 で も あ る 。 +揚 名介 ( ようめいのすけ ) と は 、 職掌 及び 給付 の な い 名誉 職 と し て の 国司 の 次官 を 意味 する 。 +日野 業子 ( ひ の なりこ 、 正平 ( 日本 ) 6 年 / 観応 2 年 ( 1351 年 ) - 応永 12 年 7 月 11 日 ( 旧暦 ) ( 140 5 年 8 月 5 日 ) ) は 、 室町 時代 の 人物 。 +木津川 駅 ( きづ がわ えき ) は 、 かつて 京都 府 京田辺 市 ( 当時 田辺 町 ) の 奈良 電気 鉄道 線 → 近鉄 京都 線 上 に 存在 し た 臨時 駅 。 +るり渓 ( るりけい ) は 、 京都 府 南丹 市 園部 町 に 位置 し 、 大堰 川 支流 、 園部 川 が 流れ る 全長 4 km の 渓谷 で あ る 。 +なら 燈花 会 ( なら とうかえ ) は 、 1999 年 から 毎年 8 月 上旬 ( 10 日間 ) に 、 奈良 市 ( 奈良 公園 一帯 ) で 開催 さ れ る 燈花 と 呼 ば れ る ろうそく を 使用 し た 行事 。 +良暹 ( りょうぜん 生没年 不詳 ) は 、 平安 時代 中期 の 僧 ・ 歌人 。 +神楽 ( かぐら ) は 、 神道 の 神事 に お い て 神 ( 神道 ) に 奉納 する ため に 奏 さ れ る 歌舞 。 +剣道 ( けんどう 、 劍道 ) と は 日本 古来 の 武術 で あ る 剣術 の 竹刀 稽古 で あ る 撃剣 を 競技 化 し た 武道 で 、 剣 の 理法 の 修練 に よ る 人間 形成 を 目的 と する 道 また は 修行 で あ る 。 +安土 桃山 時代 ( あづち も もやま じだい 、 1568 年 - 160 3 年 ) と は 、 織田 信長 と 豊臣 秀吉 が 天下 人 と し て 日本 の 統治 権 を 握 っ て い た ( 織田 政権 ・ 豊臣 政権 ) 時代 を 指 す 、 日本 の 歴史 の 時代 区分 の 一 つ 。 +鷹司 尚輔 ( たかつかさ ひさすけ 、 享保 11 年 ( 1726 年 ) - 享保 18 年 3 月 6 日 ( 旧暦 ) ( 1733 年 4 月 19 日 ) ) は 、 江戸 時代 の 公家 。 +二条 斉信 ( にじょう なりのぶ 、 天明 8 年 3 月 5 日 ( 旧暦 ) ( 1788 年 4 月 10 日 ) - 弘化 4 年 4 月 26 日 ( 旧暦 ) ( 1847 年 6 月 9 日 ) ) は 江戸 時代 後期 の 公卿 。 +宝暦 事件 ( ほうれき じけん ) は 、 江戸 時代 中期 尊王 論 者 が 弾圧 さ れ た 最初 の 事件 。 +石作 神社 ・ 玉作 神社 ( い しつくり じんじゃ ・ たまつくり じんじゃ ) は 、 滋賀 県 伊香 郡 木之本 町 に 鎮座 する 神社 で あ る 。 +高島 秋帆 ( たかし ま しゅう はん 、 179 8 年 9 月 24 日 ( 寛政 10 年 8 月 15 日 ( 旧暦 ) ) - 1866 年 2 月 28 日 ( 慶応 2 年 1 月 14 日 ( 旧暦 ) ) ) は 、 江戸 時代 後期 ・ 幕末期 の 砲術 家 。 +今宮 神社 ( いまみや じんじゃ ) は 、 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 神社 で あ る 。 +平盛子 ( たいら の もりこ / せい し 、 保元 元年 ( 1156 年 ) - 治承 3 年 6 月 17 日 ( 旧暦 ) ( 1179 年 7 月 23 日 ) ) は 、 摂政 ・ 近衛 基実 の 正室 ( 北 政所 ) 。 +衣笠 球場 ( きぬ がさ きゅうじょう ) +日隆 ( にちりゅう 、 至徳 ( 日本 ) 2 年 / 元中 2 年 ( 1385 年 ) - 寛正 5 年 2 月 25 日 ( 旧暦 ) ( 1464 年 4 月 1日 ) ) は 、 室町 時代 中期 の 日蓮 宗 の 僧 。 +大内 義興 ( おお う ち よしおき ) は 室町 時代 後期 から 戦国 時代 ( 日本 ) に かけ て の 周防 国 の 戦国 大名 。 +石川 元盛 ( いしかわ もともり 、 生年 不詳 - 徳治 2 年 6 月 5 日 ( 旧暦 ) ( 1307 年 7 月 5 日 ) ) は 、 鎌倉 時代 の 武将 。 +花山院 師継 ( かざん いん もろつ ぐ 、 貞応 元年 ( 1222 年 ) - 弘安 4 年 4 月 9 日 ( 旧暦 ) ( 1281 年 4 月 28 日 ) ) は 鎌倉 時代 の 公卿 。 +京都 都市 圏 ( きょうと とし けん ) は 、 京都 府 京都 市 を 中心 と する 経済 地域 で 、 京都 市 と 周辺 の 衛星 都市 と を まとめ て 指 す 呼び名 で あ る 。 +お 菊 ( おき く 、 文禄 4 年 7 月 2 日 ( 旧暦 ) ( 1595 年 8 月 7 日 ) - 元和 ( 日本 ) 元年 6 月 6 日 ( 旧暦 ) ( 1615 年 7 月 1日 ) ) は 、 豊臣 秀次 の 娘 。 +洞 部落 ( ほらぶらく ) は 、 奈良 県 橿原 市 に かつて 存在 し た 被 差別 部落 。 +奈良 海軍 航空 隊 ( なら かいぐん こうくう た い ) 及び その 前身 組織 ・ 三 重 海軍 航空 隊 奈良 分遣 隊 ( みえ かい ぐん こうくう た い なら ぶんけんたい ) は 、 大 日本 帝国 海軍 の 部隊 ・ 教育 機関 の 一 つ 。 +咫 ( あた ) は 、 中国 および 日本 で 用い られ て い た 長 さ の 単位 で あ る 。 +桂 春院 ( けいしゅんいん ) は 京都 市 右京 区 花園 に あ る 臨済 宗 大 本山 妙心 寺 の 塔頭 ( たっちゅう ) で あ る 。 +大老 ( たいろう ) は 、 江戸 幕府 の 職制 で 、 将軍 の 補佐 役 、 臨時 に 老中 の 上 に 置 か れ た 最高 職 。 +藤原 苡子 ( ふじわら の いし 、 承保 3 年 ( 1076 年 ) - 康和 5 年 1 月 25 日 ( 旧暦 ) ( 110 3 年 3 月 5 日 ) ) は 平安 時代 後期 の 皇妃 。 +生駒山 ( いこまやま ・ いこま さん ) は 、 奈良 県 生駒 市 と 大阪 府 東 大阪 市 と の 県境 に あ る 標高 642 m の 山 。 +山田 寒山 ( やまだ かんざん 、 男性 、 安政 3 年 ( 1856 年 ) - 大正 7 年 12 月 26 日 ( 1918 年 ) ) は 、 明治 期 の 日本 の 篆刻 家 で あ る 。 +花山院 愛徳 ( かざん いん よしのり 、 宝暦 5 年 3 月 3 日 ( 旧暦 ) ( 175 5 年 4 月 14 日 ) - 文政 12 年 3 月 16 日 ( 旧暦 ) ( 1829 年 4 月 19 日 ) ) は 、 江戸 時代 中期 から 後期 の 公卿 。 +祇園 信仰 ( ぎおんしんこう ) は 、 牛頭 天王 ・ スサノオ に 対 する 神仏 習合 の 信仰 で あ る 。 +生蓮 寺 ( しょうれんじ ) は 、 奈良 県 五條 市 に あ る 高野山 真言 宗 の 寺院 。 +法堂 ( はっとう ) と は 、 仏教 寺院 に お い て 、 僧侶 が 仏教 を 講義 する 建物 の 事 で あ る 。 +笠置 町 ( かさぎちょう ) は 、 京都 府 相楽 郡 に あ る 町 で あ る 。 +松井 氏 ( まついし ) は 日本 の 氏族 の 一 つ 。 +御陵 駅 ( みささぎ えき ) は 、 京都 市 山科 区 に あ る 京都 市 交通 局 ・ 京阪 電気 鉄道 の 鉄道 駅 。 +大伴 長徳 ( おおとも の な が とこ 、 生年 不詳 - 白雉 2 年 ( 651 年 ) 7 月 ) は 、 飛鳥 時代 の 豪族 。 +静安 ( じょう あん 、 延暦 9 年 ( 790 年 ) - 承和 ( 日本 ) 11 年 3 月 3 日 ( 旧暦 ) ( 844 年 3 月 25 日 ) ) は 、 平安 時代 前期 の 法相 宗 の 僧 。 +安倍 貞任 ( あべの さだとう ) は 、 平安 時代 中期 の 武将 。 +西ノ海 嘉治郎 ( にし の うみ かじろう 、 安政 2 年 1 月 3 日 ( 旧暦 ) ( 1855 年 2 月 19 日 ) - 明治 41 年 ( 190 8 年 ) 1 1 月 30 日 ) は 、 明治 中期 に 活躍 し た 大 相撲 の 力士 。 +尾張造 ( おわり づくり ) は 、 日本 に おけ る 神社 建築 様式 の 1 つ 。 +花宴 ( はな の えん ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の 一 つ 。 +竜田 藩 ( たつ た はん ) は 、 大和 国 ( 現在 の 奈良 県 生駒 郡 斑鳩 町 竜田 ) に 存在 し た 藩 。 +尊卑 分脈 ( 正し く は 『 尊卑 分脉 』 、 そんぴ ぶんみゃく ) は 、 日本 の 初期 の 系 図 集 で あ る 。 +オノゴロ 島 ( オノコロ 島 と も ) と は 、 日本 神話 に 登場 する 島 。 +平良 兼 ( たいら の よしかね ) は 、 平安 時代 中期 の 武将 。 +神職 ( しんしょく ) と は 、 神道 、 神社 に お い て 神 に 奉仕 し 祭儀 や 社務 を おこな う 者 の こと で あ る 。 +大国主 の 神話 ( おおく に ぬし の しんわ ) 。 +初花 ( はつ はな ) は 天下 三 茶入 の 一 つ 。 +新島 襄 ( にいじま じょう 、 英字 表記 : JosephHardyNeesima 、 天保 14 年 1 月 14 日 ( 旧暦 ) ( 1843 年 2 月 12 日 ) - 明治 23 年 ( 1890 年 ) 1 月 23 日 ) は キリスト 教 の 布教 家 で 、 同志社 大学 の 前身 と な る 同志 社 英 学校 の 創立 者 で あ る 。 +徹 通 義介 ( てっ つう ぎかい 、 承久 元年 2 月 2 日 ( 旧暦 ) ( 1219 年 2 月 18 日 ) - 延慶 ( 日本 ) 2 年 9 月 14 日 ( 旧暦 ) ( 1309 年 10 月 18 日 ) ) は 、 鎌倉 時代 中期 の 曹洞 宗 の 僧 。 +寺田 ( じでん 、 てらだ ) と は 、 日本 に お い て 、 仏教 寺院 の 運営 経費 に あて る 田 を い う 。 +秋月 の 乱 ( あきづき の らん ) は 、 1876 年 ( 明治 9 年 ) に 福岡 県 秋月 ( 現 ・ 福岡 県 朝倉 市 秋月 ) で 起こ っ た 明治 政府 に 対 する 士族 反乱 の 一 つ で あ る 。 +倭館 ( わかん 、 왜 관 ) は 、 中世 から 近世 に かけ て 、 李 氏 朝鮮 ( 朝鮮 王朝 ) 時代 に 朝鮮 半島 南部 に 設定 さ れ た 日本 人 居留 地 の こと で あ る 。 +五山 ( ござん ) と は 、 中国 ・ 日本 に おけ る 禅林 ( 禅宗 寺院 ) の 格式 で あ り 、 十刹 ・ 諸山 の 上 。 +編年 体 ( へん ねん たい ) と は 歴史 の 記述 法 の 一 つ で 、 起こ っ た 出来事 を 年代 順 に 記 し て ゆ く 方法 を 指 す 。 +平時 家 ( たいら の とき いえ 、 ? - 建久 4 年 5 月 10 日_ ( 旧暦 ) ( 1199 年 6 月 5 日 ) ) は 、 平安 時代 末期 ・ 鎌倉 時代 初期 の 武将 ・ 貴族 。 +平田 東助 ( ひらた とうすけ 、 嘉永 2 年 3 月 3 日 ( 旧暦 ) ( 1849 年 3 月 26 日 ) - 大正 14 年 ( 1925 年 ) 4 月 14 日 ) は 、 日本 の 明治 時代 ・ 大正 時代 期 の 官僚 ・ 政治 家 。 +長谷川 宗仁 ( はせがわ そう にん 、 1539 年 ( 天文 ( 元号 ) 8 年 ) - 160 6 年 3 月 17 日 ( 慶長 11 年 2 月 9 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 ・ 江戸 時代 前期 の 武将 、 茶人 、 画家 。 +直仁 親王 ( なおひと しんの う 、 建武 2 年 ( 1335 年 ) - 応永 2 年 5 月 14 日 ( 1398 年 ) ) は 、 南北朝 時代 の 持明 院 統 の 皇族 。 +藤原 顕信 ( ふじわら の あきのぶ 、 正暦 5 年 ( 994 年 ) - 万寿 4 年 ( 1027 年 ) 5 月 14 日 ( 旧暦 ) ) は 、 平安 時代 の 貴族 。 +藤原 季成 ( ふじわら の すえ な り 、 康和 4 年 ( 110 2 年 ) - 長寛 3 年 2 月 1日 ( 旧暦 ) ( 1165 年 3 月 14 日 ) ) は 、 平安 時代 末期 の 公卿 。 +濱口 鬼一 ( はまぐち きいち 、 生没年 不詳 ) は 壬生 浪士 組 、 新 選 組 の 隊士 で あ る 。 +藤原 師兼 ( ふじわら の もろ かね 、 永承 3 年 ( 1048 年 ) - 承保 3 年 3 月 2 日 ( 旧暦 ) ( 1076 年 4 月 7 日 ) ) は 、 平安 時代 後期 の 公卿 。 +正親町 公明 ( おおぎま ちきん あき 、 延享 元年 3 月 25 日 ( 旧暦 ) ( 1744 年 5 月 7 日 ) - 文化 ( 元号 ) 10 年 10 月 13 日 ( 旧暦 ) ( 1813 年 11 月 5 日 ) ) は 、 江戸 時代 後期 の 公家 。 +河原町 御池 交差 点 ( かわら まち お いけ こうさ てん ) は 、 京都 府 京都 市 中京 区 に あ る 交差 点 。 +平信範 ( たいら の のぶのり 、 天永 3 年 ( 1112 年 ) - 文治 3 年 2 月 12 日 ( 旧暦 ) ( 1187 年 3 月 23 日 ) ) は 、 平安 時代 末期 の 公卿 。 +葬式 仏教 ( そうしき ぶっきょう ) と は 、 葬式 や 法事 に お い て は 仏教 の 方式 で 執り行 う が 、 実 生活 に お い て は 仏教 の 活動 ・ 教義 と ほとんど 関わ ら な い 信仰 の あ り かた を 指 す 言葉 で あ る 。 +玉子 豆腐 ( たまご どうふ ) は 日本 料理 の 一種 。 +負名 ( ふみょう ) と は 、 日本 の 平安 時代 ごろ から 始ま る 王朝 国家 体制 の もと で の 租税収取 形態 また は 租税 収取 を 請け負 っ た 者 を い う 。 +同志社 中 学校 ( どう し しゃちゅう がっこう 、 英字 表記 Dos hishaJunior High School ) は 、 京都 市 上京 区 烏丸 通 今出川 通 に 位置 する 、 男女 共学 の 私立 学校 中 学校 。 +鈴木 清順 ( すずき せいじゅん 、 1923 年 5 月 24 日 - ) は 映画 監督 、 俳優 。 +経ヶ岬 ( きょう が みさき ) は 、 京都 府 京丹後 市 丹後町 袖志 に 属 し 、 日本 海 ( 若狭 湾 西部 ) に 面 する 岬 。 +尾上 鯉 三郎 ( お のえこいさぶろう ) は 、 歌舞伎 役者 。 +澤村 源之助 ( さわむら げんのすけ ) は 歌舞伎 役者 の 名跡 +御 料 所 ( ご りょう しょ ) と は 、 料所 ( りょうしょ ) ・ 御料 ( ご りょう ) と も 呼 ば れ 、 天皇 ( 皇室 ) 及び 幕府 など の いわゆる 「 公儀 」 と 称 さ れ る 公権 力 が 直接 支配 し た 土地 ( 直轄 地 ) 。 +中村 東蔵 ( なかむら とうぞう ) は 、 歌舞伎 の 名跡 の 一 つ 。 +金地院 ( こんちいん ) は 京都 府 京都 市 左京 区 に あ る 臨済 宗 大 本山 南禅 寺 の 塔頭 の 1 つ 。 +瓢鮎 図 ( ひょうねん ず ) は 、 日本 の 初期 水墨画 を 代表 する 画僧 ・ 如拙 作 の 絵画 作品 で あ る 。 +道助 入道 親王 ( どうじょ にゅうどう しん の う 、 建久 7 年 10 月 16 日 ( 旧暦 ) ( 1196 年 11 月 7 日 ) - 宝治 3 年 1 月 15 日 ( 旧暦 ) ( 1249 年 2 月 28 日 ) ) は 、 鎌倉 時代 前期 の 入道 親王 。 +『 とりか へ ばや 物語 』 ( とりかえ ば や ものがたり ) は 平安 時代 後期 に 成立 し た 物語 で あ る 。 +福井 端隠 ( ふく い たんいん 、 男性 、 享和 元年 9 月 1日 ( 旧暦 ) ( 180 1 年 10 月 8 日 ) - 明治 18 年 ( 1885 年 ) 8 月 22 日 ) は 、 幕末 から 明治 の 日本 の 篆刻 家 で あ る 。 +橋本家 ( はしもと け ) +松平光 慈 ( まつだいら みつちか ) は 、 山城 国 淀藩 の 第 2 代 藩 主 。 +京都 人文 学園 ( きょう と じんぶん がくえん ) は 、 第 二 次 世界 大戦 直後 の 1946 年 、 京都 に お い て 設立 さ れ た 民間 教育 運動 の ひと つ で あ る 。 +直江 版 ( なお え ばん ) は 慶長 12 年 ( 1607 年 ) 、 上杉 氏 の 家老 で あ る 直江 兼続 が 出版 し た 中国 の 古典 「 文選 ( 書物 ) 」 の こと 。 +春興殿 ( しゅん こう でん 、 しゅん きょうでん ) は 、 平安 京内 裏 十 七 殿 の 一 。 +達磨 寺 ( だるまじ ) は 、 奈良 県 北葛城 郡 王寺 町 に あ る 臨済 宗 南禅 寺 派 の 寺院 。 +中山 勝時 ( なかやま かつとき 、 ? - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +年 預 ( ねん よ ) は 、 中世 日本 に 置 か れ た 役職 の 1 つ 。 +醍醐 家 ( だい ご け ) は 、 清華 家 の 家格 を 有 する 公家 。 +桐野 利秋 ( きり の としあき 、 天保 9 年 ( 1838 年 ) 12 月 - 明治 10 年 ( 1877 年 ) 9 月 24 日 ) は 、 江戸 時代 後期 ( 幕末 ) の 薩摩 藩 士 、 明治 初期 の 軍人 で あ る 。 +京枡 ( きょう ます ) と は 、 日本 の 中世 末期 から 戦後 に かけ て 公定 の 枡 と し て 採用 さ れ て い た 枡 の 様式 。 +慶長 小判 ( けい ちょう こばん ) と は 江戸 時代 の 初期 すなわち 慶長 6 年 ( 160 1 年 ) より 発行 さ れ た 小判 で 一 両 と し て の 額面 の 計 数 貨幣 で あ る 。 +野村 萬斎 ( のむら まんさい ) は 、 狂言 和泉 流野村 万蔵 家 の 名跡 で 、 当代 は 二 世 。 +芳野 監 ( よしの げん ) は 、 8 世紀 の 日本 で 吉野 地方 に 設け られ た 特別 な 地方 行政 区分 、 機関 で あ る 。 +武家 領 ( ぶけりょう ) と は 、 中世 日本 に おけ る 武家 の 所領 の こと 。 +吉備 姫王 ( きびひめ の おおきみ ・ きびひめ の みこ 、 生年 不詳 - 皇極 天皇 2 年 9 月 11 日 ( 旧暦 ) ( 643 年 10 月 28 日 ) ) は 、 日本 の 皇族 ( 王族 ) 。 +弾正 台 ( だんじょう だい 、 彈正 臺 ) は 、 下記 の とおり で あ る 。 +正映 マキノ キネマ ( しょうえい - 、 1932 年 2 月 設立 - 4 月 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +女房 ( にょうぼう ) と は 、 平安 時代 から 江戸 時代 ごろ まで の 貴族 社会 に お い て 、 朝廷 や 貴顕 の 人々 に 仕え た 奥向き の 女性 使用 人 。 +原田 左之助 ( はらだ さのすけ 、 天保 11 年 ( 1840 年 ) - 慶応 4 年 5 月 17 日 ( 旧暦 ) ( 1868 年 7 月 6 日 ) ) は 、 新 選 組 十 番 隊 組長 。 +渡 月 橋 ( とげつ きょう ) は 、 京都 府 京都 市 の 桂川 に かか る 橋 で あ る 。 +茂山 千 作 ( しげやま せん さく ) は 、 狂言 大蔵 流 の 名跡 。 +牟漏女王 ( むろ の おおきみ 生年 不詳 - 天平 18 年 ( 746 年 ) ) は 、 日本 の 皇族 。 +都岐 沙羅 柵 ( つきさらの き 、 つき さらさく 、 とき さらの き 、 とき さらさく ) は 、 古代 日本 の 城柵 の 一 つ で 、 越国 に お か れ た 。 +脇坂 氏 ( わきさかし ) は 日本 の 氏族 。 +『 古都 』 ( こと ) は 、 川端 康成 の 昭和 30 年代 前半 の 小説 。 +沖田 林太郎 ( おき た りんたろう 文政 10 年 ( 1827 年 ) - 明治 16 年 ( 1883 年 ) ) は 幕末 の 新徴 組 隊士 。 +福知 山 藩 ( ふくちやまはん ) は 、 丹波 国 天田 郡 ( 現在 の 京都 府 福知 山 市 内記 ) に 存在 し た 藩 。 +豊原 国周 ( とよは らく にち か 、 天保 6 年 ( 1835 年 ) - 明治 33 年 ( 190 0 年 ) ) は 幕末 から 明治 に かけ て の 浮世 絵 師 。 +日系 アメリカ 人 ( にっけい アメリカ じん 、 Japanese American ) と は アメリカ 合衆 国 市民 の 中 で 、 日本 に ルーツ が あ る 人々 の こと 。 +違勅 ( いちょく ) と は 、 天皇 の 勅 に 違 う こと に よ る 罪 の こと 。 +織田 信民 ( おだ の ぶた み 、 天保 11 年 2 月 2 日 ( 旧暦 ) ( 1840 年 3 月 5 日 ) - 慶応 元年 6 月 10 日 ( 旧暦 ) ( 1865 年 8 月 1日 ) ) は 江戸 時代 の 大名 。 +勝覚 ( しょうかく 、 天喜 5 年 ( 1057 年 ) - 大治 4 年 4 月 1日 ( 旧暦 ) ( 1129 年 4 月 21 日 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +算道 ( さんどう ) と は 、 日本 律令 制 の 大学 寮 に お い て 、 算術 ・ 数学 を 研究 する 学科 。 +西 徳二郎 ( に し とくじろう 1847 年 9 月 4 日 ( 弘化 4 年 7 月 25 日 ( 旧暦 ) ) - 1912 年 3 月 13 日 ) は 、 日本 の 外交 官 。 +五 重 相 対 ( ごじゅう ・ の ・ そうたい ) と は 、 日蓮 が 立て た と さ れ る 教相 判釈 の 一 つ 。 +銭座 ( ぜにざ ) と は 、 江戸 時代 に 寛永 通寳 を 始め と する 銭貨 を 鋳造 し た 組織 あるいは 機関 で あ る 。 +密教 ( みっきょう ) と は 、 秘密 仏教 ( ひみつ ぶっきょう ) の 略称 。 +屋形船 ( やかたぶね ) と は 、 和船 の 一種 で 、 主に 船上 で 宴会 や 食事 を し て 楽し む 、 屋根 と 座敷 が 備え られ た 船 の こと 。 +菊岡 検校 ( きくおか けん ぎょう 、 寛政 4 年 ( 1792 年 ) - 弘化 4 年 11 月 12 日 ( 旧暦 ) ( 1847 年 12 月 19 日 ) ) は 19 世紀 前半 に 京都 で 活躍 し た 盲人 音楽 家 ( 地歌 三味 線 演奏 家 、 作曲 家 ) 。 +日本 食 ブーム と は 、 日本 以外 の 諸国 ・ 地域 に お い て 日本 食 が 現地 の 人々 に 持て囃 さ れ る 状態 を 指 す 。 +白幽子 ( はくゆうし ) は 、 江戸 時代 に 京都 白川 の 山中 の 岩窟 に 住 ん で い た 隠士 。 +岩倉 具慶 ( いわくら ともやす 、 文化 ( 元 号 ) 4 年 2 月 4 日 ( 旧暦 ) ( 180 7 年 3 月 12 日 ) - 明治 6 年 ( 1873 年 ) 2 月 13 日 ) は 、 江戸 時代 後期 の 公卿 、 明治 時代 の 政府 高官 。 +明法 勘文 ( みょう ぼう かん もん ) と は 、 明法 博士 ら 明法 道 の 学者 ( 明法 家 ) が 、 諮問 に 対 する 解答 と し て 勘申 し た 文書 ( 勘文 ) 。 +平野 神社 ( ひら の じんじゃ ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) に あ る 神社 で あ る 。 +宗助 国 ( そうすけく に 、 承元 元年 ( 1207 年 ) ? - 文永 11 年 10 月 5 日 ( 旧暦 ) ( 1274 年 11 月 4 日 ) ) は 鎌倉 時代 中期 の 武将 。 +怨霊 ( おんりょう ) と は 一般 的 に 、 人間 の 目 に は 見え ず 、 人間 に 対 し て 敵意 や 悪意 を 抱 い て い る と さ れ る 、 超 自然 的 、 あるいは 霊的 存在 。 +短 冊 ( たんざく ) は 、 細長 く 切 っ た 紙 や 薄 い 木 の こと 。 +堀 景光 ( ほり かげ みつ 、 生没年 不詳 ) は 平安 時代 末期 の 武士 。 +神事 ( しんじ ) と は 、 神 に 関 する まつり ごと 、 儀式 。 +須恵 器 ( す えき ) は 、 日本 で 古墳 時代 から 平安 時代 まで 生産 さ れ た 陶質 土器 で あ る 。 +歳 時記 ( さいじき ) と は 、 国 や 地方 また は 各種 団体 の 年中 行事 の 事柄 や 自然 の 風物 等 を まとめ た 書物 。 +嵯峨野 観光 鉄道 ( さがの かんこう てつどう ) は 、 京都 府 京都 市 と 亀岡 市 で 山陰 本 線 旧 線 を 利用 し て 嵯峨野 観光 鉄道 嵯峨野 観光 線 に トロッコ 列車 を 運行 し て い る 会社 。 +江戸 氏 ( えどし ) は 日本 の 氏族 の 一 つ 。 +加悦 SL 広場 ( か やえすえ る ひろば ) と は 京都 府 与謝野 町 加悦 に あ る カヤ 興産 が 運営 する 鉄道 保存 展示 施設 で あ る 。 +源 頼光 ( みなもと の よりみつ 、 天暦 2 年 ( 948 年 ) - 治安 ( 元号 ) 元年 7 月 19 日 ( 旧暦 ) ( 1021 年 8 月 29 日 ) ) は 、 平安 時代 中期 の 武将 。 +おつや の 方 ( おつや の かた 、 生年 不詳 - 天正 3 年 11 月 21 日 ( 旧暦 ) ( 1575 年 12 月 23 日 ) ) は 、 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 人物 。 +園部 城 ( その べ じょう ) は 京都 府 南丹 市 に あ っ た 城郭 ( 当初 は 陣屋 ) で あ る 。 +難波田 憲次 ( なんばた のりつぐ 、 生没年 不詳 ) は 戦国 時代 から 安土 桃山 時代 の 武蔵 国 の 武将 。 +白米 ( はくまい ) と は 、 玄米 を 精米 ( 精米 機 、 搗精 ) し た 米 の こと 。 +新撰 組 顛末記 ( しんせん ぐみ てんまつ き ) は 、 新撰 組 幹部 の 生き残り 永倉 新八 に よ る 口述 を 記録 し た 、 新撰 組 を 知 る 上 で 貴重 な 資料 の 一 つ 。 +離宮 八幡宮 ( りきゅう はち まんぐう ) と は 京都 府 乙訓 郡 大山崎 町 に あ る 神社 。 +諸白 ( もろはく ) と は 、 日本 酒 の 醸造 に お い て 、 麹米 と 掛け 米 ( 蒸米 ) の 両方 に 精白 米 を 用い る 製法 の 名 。 +大仙院 ( だい せんいん ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) に あ る 臨済 宗 の 大徳 寺内 に あ る 塔頭 寺院 。 +大宮 駅 ( おおみや えき ) +華族 ( かぞく ) と は 、 1869 年 から 1947 年 まで 存在 し た 日本 近代 の 貴族 階級 の こと で あ る 。 +奉行 衆 ( ぶぎょう しゅう ) は 、 右筆 方 ( ゆうひつ かた ) と も 呼 ば れ 、 室町 幕府 の 法曹 官僚 で あ る 奉行 人 の 集団 で あ る 。 +京都 町 奉行 ( きょうとまち ぶぎょう ) は 、 江戸 幕府 が 京都 に 設置 し た 遠国 奉行 の 1 つ 。 +角隠し ( つのかくし ) は 、 和式 の 婚礼 の 儀 に お い て 、 花嫁 が 文金 高島田 ( ぶんきん たかしまだ ) と 呼 ば れ る 、 日本 的 な 高 い 髷 ( まげ ) を 結 っ た 髪 の 上 に 、 頭 を 覆 う 形 で 被 る 帯状 ・ 幅広 の 布 を 言 う 。 +茂山 千五郎 家 ( しげやま せんご ろう け ) と は 、 狂言 大蔵 流 の 名門 。 +西国 愛染 十 七 霊場 ( さいこく あいぜん じゅう なな れいじょう ) は 、 大阪 ・ 兵庫 ・ 岡山 ・ 京都 ・ 滋賀 ・ 三重 ・ 奈良 ・ 和歌山 を 結 ぶ 愛染 明 王 祀 る 十 七 の 霊場 の 総称 。 +八代 目 嘉納 治郎右衛門 ( はち だい め かのう じろう えもん 、 嘉永 6 年 7 月 3 日 ( 旧暦 ) ( 1853 年 8 月 7 日 ) - 昭和 10 年 ( 1935 年 ) 3 月 19 日 ) は 、 日本 の 実業 家 。 +この 項 で は 日本 の 首都 ( にっぽん の しゅと 、 にほん の しゅと ) に つ い て 記述 する 。 +音羽山 ( おとわ やま ) は 、 滋賀 県 大津 市 と 京都 府 京都 市 山科 区 の 境界 に 所在 する 山 で 、 山科 区 の 最高 峰 で あ る 。 +藤原 長良 ( ふじわら の ながら / ながよし 、 延暦 21 年 ( 80 2 年 ) - 斉衡 3 年 7 月 3 日 ( 旧暦 ) ( 856 年 8 月 6 日 ) ) は 、 平安 時代 初期 の 公卿 。 +三宅 雪嶺 ( みやけ せつれい 、 万延 元年 5 月 19 日 ( 旧暦 ) ( 18 60 年 7 月 7 日 ) - 昭和 20 年 ( 1945 年 ) 1 1 月 26 日 ) は 、 哲学 者 、 評論 家 。 +歌経標式 ( か きょう ひょうしき ) は 、 藤原 浜成 が 著 し た 、 現存 最古 の 歌学 書 。 +橘古 那可智 ( たちばなの こ な かち 、 生年 不詳 - 天平 宝字 3 年 7 月 5 日 ( 旧暦 ) ( 75 9 年 8 月 21 日 ) ) は 、 聖武 天皇 の 夫人 。 +内侍 ( ないし ) は 近代 以前 の 日本 の 女性 職 の 1 種 で あ る 。 +大徳 寺 納豆 ( だいとく じ なっとう ) は 、 京都 市 北 区 ( 京都 市 ) 紫野 の 大徳 寺門 前 で 生産 さ れ て い る 納豆 で あ る 。 +三条 実香 ( さんじょうさ ね か 、 文明 ( 日本 ) 元年 ( 1469 年 ) - 永禄 2 年 2 月 25 日 ( 旧暦 ) ( 1559 年 4 月 2 日 ) ) は 室町 時代 の 公卿 。 +永田 方正 ( ながたほうせい 、 天保 9 年 3 月 1日 ( 旧暦 ) ( 1838 年 3 月 26 日 ) - 明治 44 年 ( 1911 年 ) 8 月 22 日 ) は 、 明治 時代 の 教育 者 。 +冠位 十 二 階 ( かん いじゅう に か い ) は 、 推古 11 年 ( 60 3 年 ) 12 月 5 日 ( 旧暦 ) に 定め られ た 位 階 制度 。 +祐子 内 親王 ( ゆうし ( すけこ ) / さちこ な い しん のう ) +出初め 式 ( でぞめ しき ) は 、 概ね 1 月 上旬 に 行 わ れ る 消防 職員 ・ 消防 団 に よ る その 年 最初 の 消防 訓練 で あ る 。 +鉄火巻 ( てっか まき ) は 、 寿司 ( 寿司 巻き 寿司 ) の 一種 。 +久我 通世 ( こが みちよ 、 天正 11 年 ( 1583 年 ) - 元和 ( 日本 ) 元年 ( 1615 年 ) ) は 、 安土 桃山 時代 の 公卿 。 +椎本 ( しい が もと ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +角倉 素庵 ( すみの くら そ あん 、 元亀 2 年 6 月 5 日 ( 旧暦 ) ( 15 7 1 年 6 月 27 日 ) - 寛永 9 年 6 月 22 日 ( 旧暦 ) ( 1632 年 8 月 7 日 ) ) は 、 江戸 時代 初期 の 土木 事業 家 、 書家 、 貿易 商 。 +大興 寺 ( だい こうじ ) は 、 京都 府 福知 山 市 正明寺 ( しょうみょうじ ) に あ る 臨済 宗 の 寺院 。 +伏見 桃山城 キャッスルランド ( ふしみ も もやま じょう キャッスルランド ) は 、 かつて 京都 府 京都 市 伏見 区 に あ っ た 近鉄 グループ ( 近畿 日本 鉄道 子 会社 の 株式 会社 桃山城 が 運営 ) の 遊園 地 で あ る 。 +黄泉 醜女 ( よもつ しこめ ) は 、 日本 神話 に 伝わ る 黄泉 の 鬼女 。 +黒田 清輝 ( くろ だ せいき 、 1866 年 8 月 9 日 ( 慶応 2 年 6 月 29 日 ( 旧暦 ) ) - 1924 年 ( 大正 13 年 ) 7 月 15 日 ) は 、 鹿児島 県 鹿児島 市 出身 の 洋画 家 で あ る 。 +艶紅 ( ひかりべ に ・ つやべ に ) と は 、 紅花 の 色素 を 梅酢 で 分離 し た 顔料 の こと 。 +勅願 寺 ( ちょくがんじ ) と は 、 時 の 天皇 ・ 太上 天皇 の 発願 に よ り 、 国家 鎮護 ・ 皇室 繁栄 など を 祈願 し て 創建 さ れ た 祈願 所 の こと 。 +太秦 広隆 寺 駅 ( うずまさ こうりゅうじ えき ) は 、 京都 市 右京 区 太秦 組 石町 に あ る 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 の 鉄道 駅 。 +実仁 親王 ( さねひと しんのう 、 延久 3 年 2 月 10 日 ( 旧暦 ) ( 10 71 年 3 月 14 日 ) - 応徳 2 年 11 月 8 日 ( 旧暦 ) ( 1085 年 11 月 27 日 ) ) は 、 平安 時代 の 皇族 。 +佃煮 ( つくだに ) と は 、 東京 都 中央 区 ( 東京 都 ) 佃 ( 東京 都 中央 区 ) を 発祥 と さ れ る 海産 物 の 煮物 の こと 。 +大粮 ( たいろう ) と は 、 古代 律令 制 に お い て 、 中央 官司 の もと で 働 く 仕丁 ・ 衛士 ・ 采女 ら に 支給 し た 食料 。 +同心 ( どうしん ) は 、 江戸 幕府 の 下級 役人 の ひと つ 。 +三宅 藤 九郎 ( みやけ とう くろう ) は 、 狂言 の 名跡 の 一 つ 。 +竜宮浜 海水 浴 場 ( りゅうぐう は まかい すい よくじょう ) は 、 京都 府 舞鶴 市 の 日本 海 に 面 する 海水 浴場 。 +舞鶴 弁 ( まいづる べん ) は 、 若狭 湾岸 の 京都 府 舞鶴 市 から 福井 県 嶺南 の 一部 ( 高浜 町 ) に 広が る 、 近畿 方言 の 系統 を 汲 む 日本 語 の 方言 。 +『 上記 』 ( うえつ ふみ ) は 、 いわゆる 古史 古伝 と 呼 ば れ る 文書 の 一 つ で 、 大和 朝廷 以前 の ウガヤフキアエズ 王朝 を 含 む 古代 日本 の 歴史 など が 神代 文字 で 書 か れ て い る 偽書 と さ れ る 。 +菊池 武房 ( きく ちたけふさ 、 寛元 3 年 ( 1245 年 ) - 弘安 8 年 3 月 26 日 ( 旧暦 ) ( 1285 年 5 月 2 日 ) ) は 鎌倉 時代 中期 の 武将 。 +豊岡 県 ( とよおか けん ) は 廃藩 置県 に よ り 18 71 年 ( 明治 4 年 ) に 設置 さ れ た 県 。 +文室 浄三 ( ふんや の きよみ 、 持統 天皇 7 年 ( 693 年 ) - 宝亀 元年 10 月 9 日 ( 旧暦 ) ( 770 年 10 月 31 日 ) ) は 、 奈良 時代 の 皇親 ( 後 に 臣籍 降下 ) 。 +旧 制 高等 学校 ( きゅう せい こうとう がっこう ) と は 、 高等 学校 令 ( 1894 年 および 1918 年 ) に もとづ く 、 1950 年 まで 存在 し た 日本 の 高等 教育 機関 で あ る 。 +冷泉 為章 ( れいぜいため ふみ 、 宝暦 ( 日本 ) 2 年 4 月 27 日 ( 旧暦 ) ( 175 2 年 6 月 9 日 ) - 文政 5 年 3 月 19 日 ( 旧暦 ) ( 182 2 年 5 月 10 日 ) ) は 、 江戸 時代 後期 の 公家 ・ 歌人 。 +小倉 宮 恒敦 ( おぐら の みやつねあつ 、 生年 不詳- 応永 29 年 7 月 15 日 ( 旧暦 ) ( 142 2 年 8 月 11 日 ) ) は 、 南北朝 時代 ( 日本 ) の 第 99 代 、 南朝 ( 日本 ) 最後 の 第 4 代 天皇 で あ る 後亀山 天皇 の 皇子 。 +抄物 ( しょう もの ) は 、 室町 時代 中期 から 江戸 時代 初期 に かけ て 製作 さ れ た 、 ある 漢文 作品 に 対 する 解説 ・ 註釈 を むね と する 書物 の 総称 。 +京都 音楽 博覧 会 ( きょう と おんがく は くらん かい ) と は 、 2007 年 より 毎年 開催 さ れ て い る 京都 府 の 梅小路 公園 で 行 わ れ る 音楽 フェスティバル 。 +一 分 金 ( いちぶ きん ) と は 、 江戸 時代 に 流通 し た 金貨 の 一種 。 +西 舞鶴 ( に しまい づる ) は 、 現在 の 舞鶴 市 の 西 半分 。 +松平松 千代 ( まつだいらまつちよ 、 文禄 3 年 ( 1594 年 ) - 慶長 4 年 1 月 12 日 ( 旧暦 ) ( 1599 年 2 月 7 日 ) は 安土 桃山 時代 の 大名 。 +織田 信吉 ( おだ のぶよし 、 天正 元年 ( 1573 年 ) - 慶長 20 年 4 月 18 日 ( 旧暦 ) ( 1615 年 5 月 15 日 ) ) は 、 安土 桃山 時代 、 江戸 時代 の 人物 。 +藤原 四 兄弟 ( ふじわら し きょうだい 、 ふじわら よん きょうだい ) は 、 奈良 時代 前半 の 天平 年間 に 政権 を 握 っ た 藤原 不比 等 の 4 人 の 息子 を 指 す 歴史 用語 で あ る 。 +持統 天皇 ( じ とう てん のう ・ 大化 元年 ( 645 年 ) - 大宝 ( 日本 ) 2 年 12 月 22 日 ( 旧暦 ) ( 70 3 年 1 月 13 日 ) ) は 、 日本 の 第 41 代 天皇 。 +脇坂 安斐 ( わきさか やすあや ) は 、 播磨 国 龍野 藩 の 第 10 代 ( 最後 ) の 藩主 。 +器 局 ( ききょく ) は 煎茶道 で 使 わ れ る 茶 道具 の 一 つ 。 +女御 ( にょうご ) は 、 天皇 の 後宮 の 身位 の 一 つ で 、 天皇 の 寝所 に 侍 し た 。 +平生 昌 ( たいら の なりまさ 、 生没年 不詳 ) は 、 日本 の 平安 時代 中期 の 公家 。 +大原 ( おおはら / おはら ) は 、 京都 市 左京 区 北東部 の 比叡 山西麓 高野川 ( 京都 市 ) 上流 部 に 位置 する 小 規模 盆 地 の 名称 。 +坊門 清忠 ( ぼうもん きよただ 、 生年 不詳 - 延元 3 年 / 暦応 元年 3 月 21 日 ( 旧暦 ) ( 1338 年 4 月 11 日 ) ) は 、 南北朝 時代 _ ( 日本 ) の 公家 。 +九鬼 隆貞 ( く き たか さだ 、 享保 14 年 ( 1729 年 ) - 安永 9 年 12 月 12 日 ( 旧暦 ) ( 1781 年 1 月 6 日 ) ) は 、 丹波 国 綾 部 藩 の 第 5 代 藩 主 。 +伊勢田 駅 ( いせだ えき ) は 、 京都 府 宇治 市 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +花道 ( はなみち ) は 、 歌舞伎 等 が 行 わ れ る 劇場 で 、 舞台 から 客席 を 縦断 する よう に 張り出 し た 部分 。 +使節 遵行 ( しせつ じゅんぎょう ) と は 、 中世 日本 に お い て 、 不 動産 を めぐ る 訴訟 ( 所領 相 論 ) に 対 し 幕府 が 発 し た 裁定 を 執行 する ため の 現地 手続き を い う 。 +藤原 秀康 ( ふじわら の ひでやす 、 生年 不詳 - 1221 年 ( 承久 3 年 ) 10 月 ) は 鎌倉 時代 の 武士 で あ る 。 +澤庵 宗彭 ( たくあん そうほう 、 1573 年 12 月 24 日 ( 天正 元年 12 月 1日 ( 旧暦 ) ) - 1646 年 1 月 27 日 ( 正保 2 年 12 月 11 日 ( 旧暦 ) ) ) は 、 江戸 時代 の 臨済 宗 の 僧 。 +槊杖 ( かるか ・ さくじょう ・ こめや ) と は 、 前装 式 古 式 銃 の 装塡 用 の 棒 に つけ られ た 名称 で あ る 。 +あやべ 市民 バス ( あやべ しみん バス ) は 、 京都 府 綾部 市 で 運行 さ れ て い る 路線 バス で あ る 。 +松ヶ崎 駅 ( まつがさき えき ) は 、 京都 府 京都 市 左京 区 松ヶ崎 六 ノ 坪 町 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +常 寂光 寺 ( じょうじゃっこう じ ) は 京都 府 京都 市 の 嵯峨野 に あ る 日 蓮 宗 の 仏教 寺院 。 +在原 元 方 ( ありわら の もと かた 、 生没年 不詳 ) は 、 平安 時代 の 歌人 。 +栗 饅頭 ( くりまんじゅう ) は 、 和 菓子 の 種類 の 一 つ で あ り 、 饅頭 の 種類 の 一 つ で あ る 。 +関孝和 ( せき たか かず 、 寛永 19 年 ( 1642 年 ) 3 月 ? - 宝永 5 年 10 月 24 日 ( 旧暦 ) ( 170 8 年 12 月 5 日 ) ) は 、 日本 の 江戸 時代 の 和算 家 ( 数学 者 ) で あ る 。 +田辺城 ( たなべ じょう ) は 京都 府 舞鶴 市 に あ る 戦国 時代 から 江戸 時代 に かけ て の 城 。 +近鉄 丹波橋 駅 ( きんてつ たんば ば し えき ) は 、 京都 府 京都 市 伏見 区 桃山 筒井 伊賀 東町 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +舞鶴 市 ( まいづる し ) は 、 京都 府 北部 ( 旧 丹後 国 ) の 、 日本 海 に 面 する 港湾 都市 。 +三 尺帯 ( さんじゃく - おび ) は 男物 の 帯 の 一種 。 +滝川 事件 ( たきがわ じけん ) は 、 1933 ( 昭和 8 ) 年 に 京都 帝国 大学 で 発生 し た 思想 弾圧 事件 。 +稲葉 正親 ( いなば まさちか 、 元禄 5 年 ( 1692 年 ) - 享保 19 年 9 月 14 日 ( 旧暦 ) ( 1734 年 10 月 10 日 ) ) は 、 山城 国 淀藩 の 第 4 代 藩 主 。 +浄瑠璃 寺 ( じょうるりじ ) +白村江 の 戦い ( はくすき のえ の たたか い 、 はくそんこう の たたか い ) は 、 663 年 ( 天智 2 ) 8 月 に 朝鮮 半島 の 白村 江 ( 現在 の 錦江 ( 韓国 ) 近郊 ) で 行 わ れ た 倭国 ( 後 の 日本 ) と 百済 の 遺民 の 連合 軍 と 唐 ・ 新羅 連合 軍 と の 戦い 。 +一色 義道 ( いっ し き よしみち 、 - 天正 7 年 ( 1579 年 ) ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 武将 ・ 大名 。 +死絵 ( し に え ) は 、 役者 、 文学 者 など で 有名 な もの が 死去 し た とき 、 その 冥福 を 祈 る ため に 版行 さ れ た 似顔 絵 の 浮世 絵 で あ る 。 +県主 ( あがた の ぬし ) は 、 律令 制 が 導入 さ れ る 以前 の ヤマト 王権 の 職種 ・ カバネ ( かばね ) の 一 つ で あ る 。 +愛姫 ( よしひめ 、 めごひめ 、 永禄 11 年 ( 1568 年 ) - 承応 2 年 1 月 24 日 ( 旧暦 ) ( 1653 年 2 月 21 日 ) ) は 、 田村 清顕 の 一人娘 で 、 伊達 政宗 の 正室 。 +打根 ( うち ね ) は 、 長 さ 一尺 二 寸 から 一 尺 八 寸 、 直径 六 分 ほど の 矢 の 形 を し た 武器 で あ る 。 +藤原 忻子 ( ふじわら の きんし ( よしこ ) 、 長承 3 年 ( 1134 年 ) - 承元 3 年 8 月 12 日 ( 旧暦 ) ( 1209 年 9 月 12 日 ) ) は 平安 時代 末期 の 后妃 。 +盟神 探湯 ( く かたち 、 くかだ ち 、 く がたち ) は 、 古代 日本 で 行 わ れ て い た 神明 裁判 の こと 。 +橘 以政 ( たちばな の もち まさ 、 生没年 不詳 ) は 、 平安 時代 末期 の 官人 。 +塩焼 王 ( しおやき の おおきみ 、 生年 不詳 - 764 年 10 月 21 日 ( 天平 宝字 8 年 9 月 18 日 ( 旧暦 ) ) ) は 、 天武 天皇 の 孫 で 、 新田部 親王 の 子 。 +日本 書紀 ( に ほん しょき 、 やまと ぶみ ) は 、 奈良 時代 に 成立 し た 日本 の 歴史 書 で あ る 。 +下間 真頼 ( しもつま しんらい 、 永正 10 年 ( 1513 年 ) - 天文 ( 元号 ) 21 年 6 月 14 日 ( 旧暦 ) ( 155 2 年 7 月 5 日 ) は 、 大谷 家 に 仕え る 坊官 で あ る 。 +6 代 目 小川 後楽 ( おがわ こうらく 、 1940 年 4 月 22 日 - ) は 、 煎茶 道家 ( 小川 流 6 代 目 家元 ) 。 +智蘊 ( ちうん 、 生年 不詳 - 文安 5 年 5 月 12 日 ( 旧暦 ) ( 1448 年 6 月 13 日 ) ) は 、 室町 時代 中期 の 連歌 師 。 +春画 ( しゅん が ) と は 、 江戸 時代 に 流行 し た 性 風俗 ( 特に 異性 間 ・ 同性 間 の 性 行為 場面 ) を 描 い た 浮世 絵 の 一種 。 +大内 持世 ( おお うち もちよ 、 1394 年 3 月 23 日 ( 明徳 5 年 2 月 21 日 ( 旧暦 ) ) - 1441 年 8 月 14 日 ( 嘉吉 元年 7 月 28 日 ( 旧暦 ) ) ) は 、 室町 時代 中期 の 守護 大名 。 +七 代 目 坂東 三津 五郎 ( しちだい め   ばんどう   みつごろう 、 18 82 年 ( 明治 15 年 ) 9 月 21 日 - 1961 年 ( 昭和 36 年 ) 11 月 4 日 ) は 、 歌舞伎 役者 。 +智通 ( ちつう 、 生没年 不詳 ) は 、 飛鳥 時代 の 法 相 宗 の 僧 。 +藤原田 麻呂 ( ふじわら の たまろ 、 養老 6 年 ( 722 年 ) - 延暦 2 年 3 月 19 日 ( 旧暦 ) ( 783 年 4 月 28 日 ) ) は 、 奈良 時代 の 公卿 で 左 大臣 。 +世阿弥 ( ぜあみ 、 せあみ ( 改称 前 ) 世阿彌陀佛 、 正平 ( 日本 ) 18 年 / 貞治 2 年 ( 1363 年 ) ? - 嘉吉 3 年 8 月 8 日 ( 旧暦 ) ( 1443 年 9 月 1日 ) ? ) は 日本 の 室町 時代 初期 の 猿楽 師 。 +上田 宗箇流 ( うえだ そうこ りゅう ) は 茶道 流 派 の 一 つ で 、 広島 藩 浅野 家 の 家老 で あ っ た 上田 家 に 伝わ る 武家 茶道 の 一流 。 +長福寺 ( ちょうふくじ ) は 、 奈良 県 生駒 市 俵口町 に あ る 真言 律 宗 の 寺院 。 +地久 ( ちきゅう ) と は 、 雅楽 の 一 曲 。 +紀在昌 ( き の あり まさ 、 生没年 不詳 ) は 、 平安 時代 中期 の 官人 ・ 儒学 者 。 +紀州 征伐 ( きしゅうせい ばつ ) また は 紀州 攻め と は 、 戦国 時代 ( 日本 ) ( 安土 桃山 時代 ) に おけ る 織田 信長 ・ 豊臣 秀吉 に よ る 紀伊国 へ の 侵攻 の こと で あ る 。 +倭京 ( やまと の みやこ ) と は 、 古代 日本 に 存在 し た 都 。 +裏松 光世 ( うらまつ み つよ 、 元文 元年 11 月 11 日 ( 旧暦 ) ( 1736 年 12 月 12 日 ) - 文化 ( 元号 ) 元年 7 月 26 日 ( 旧暦 ) ( 180 4 年 8 月 31 日 ) ) は 、 江戸 時代 の 有職 故 実家 、 公卿 。 +宇治 郡 ( うじ ぐん ) は 、 山城 国 ・ 京都 府 に 存在 し た 郡 。 +聞香札 ( もん こうふ だ ) は 、 香道 に お い て 使用 する 札 の こと 。 +第 三 次 日韓 協約 ( だい さんじ にっかん きょうやく ) は 、 1907 年 ( 明治 40 年 ) 7 月 24 日 に 締結 さ れ た 協約 。 +明徳 の 乱 ( めいとく の らん ) は 、 室町 時代 の 明徳 2 年 ( 1391 年 ) に 山名 氏 清 、 山名 満幸 ら 山名 氏 が 室町 幕府 に 対 し て 起こ し た 反乱 で あ る 。 +大江 維時 ( おおえ ・ の ・ これ とき   仁和 4 年 ( 888 年 ) - 応和 3 年 6 月 7 日 ( 旧暦 ) ( 96 3 年 7 月 5 日 ) ) は 平安 時代 の 貴族 、 学者 。 +京都 - 広島 ・ 徳山 線 ( きょうと - ひろしま ・ とくやま せん ) は 、 京都 府 京都 市 ・ 乙訓 郡 大山崎 町 ・ 大阪 府 枚方 市 ・ 高槻 市 と 広島 県 広島 市 ・ 大竹 市 ・ 山口 県 岩国 市 ・ 周南 市 を 結 ぶ 高速 バス 路線 で あ る 。 +名取 団 ( なとりだん ) は 、 8 世紀 初め から 10 世紀 まで 日本 の 陸奥 国 ( 後 の 陸前 国 ) 名取 郡 に 置 か れ た 軍団 ( 古代 日本 ) で あ る 。 +花伝書 ( かでん しょ ) は 能 の 伝書 の 一種 。 +笛 ( ふえ ) は 気流 に よ っ て 音 を 出 す 器具 一般 を 指 す 。 +古語 拾遺 ( こご しゅうい ) は 、 平安 時代 の 神道 資料 で あ る 。 +エビイモ ( 海老芋 ) と は 、 サトイモ の 一種 。 +三川 泉 ( み かわいずみ 、 1922 年 ( 大正 11 年 ) 2 月 1日 - ) は 、 シテ 方 宝生 流能 楽師 。 +左太刀 ( ひだり たち ) と は 、 剣術 に お い て 通常 は 右手 を 前 、 左手 を 後ろ に 刀 を 持 つ の を 、 逆 に 左手 を 前 、 右手 を 後ろ に 持 つ 技術 の こと 。 +秋山 好古 ( あきやま よしふる 、 安政 6 年 1 月 7 日 ( 旧暦 ) ( 1859 年 2 月 9 日 ) - 1930 年 11 月 4 日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 。 +神体 ( しんたい ) また は 御神体 ( ご しん たい ) と は 、 神 ( 神道 ) の 体 の こと 。 +オムライス は 、 日本 で 生まれ た コメ 料理 の ひと つ で 、 ケチャップ で 味付け し た チキン ライス ( また は バター ライス ) を 卵焼き で オムレツ の よう に 包 ん だ 料理 で あ り 、 日本 料理 の うち 洋食 に 分類 さ れ る 。 +葵 の 上 ( あお い の うえ ) は 紫式 部 の 物語 『 源氏 物語 』 に 登場 する 架空 の 人物 。 +冷泉 為 系 ( れいぜい ため つぎ 、 1881 年 - 1946 年 ) は 日本 の 歌人 。 +源 頼房 ( みなもと の より ふさ 、 生没 年 未詳 ) は 、 平安 時代 中期 の 武将 。 +北条 九 代 名 家 功 ( ほうじょうく だい めいか の いさおし ) は 歌舞伎 狂言 の 外題 。 +国 人 ( こくじん ) と は 、 主に 鎌倉 時代 の 地頭 層 から 発 し 、 南北朝 時代 ( 日本 ) から 室町 時代 に かけ て 諸国 の 開発 を 推進 し た 武士 層 の こと 。 +ハイカラ ( はい から ) は 、 西洋 風 の 身なり や 生活 様式 を する 様 、 人物 、 事物 など を 表 す 日本 語 の 単語 。 +神階 ( しんかい ) と は 、 日本 に お い て 神道 の 神 ( 神道 ) に 授け られ た 位 階 で あ る 。 +年 料 給分 ( ねんりょう きゅうぶん ) と は 、 平安 時代 に おけ る 封禄 制度 の ひと つ 。 +橋姫 ( はしひめ ) は 、 橋 に まつわ る 伝承 に 現れ る 女性 ・ 鬼女 ・ 女神 で あ る 。 +梅干し ( うめぼし ) と は 、 ウメ の 果実 を 塩漬け し た 後 に 日干し に し た 塩漬け 。 +御 製 ( ぎょせい ) と は 、 天皇 や 皇帝 、 また 皇族 が 手ずから 書 い たり 作 っ たり し た 文章 ( 政令 の 類 は 除 く ) ・ 詩歌 ・ 絵画 など を い う 。 +財団 法人 益 富地 学 会館 ( ざいだん ほうじん ま す と みち がく かいかん ) は 、 京都 市 上京 区 に あ る 財団 法人 。 +石上 麻呂 ( いその かみ の まろ 、 舒明 天皇 12 年 ( 640 年 ) - 霊亀 3 年 3 月 3 日 ( 旧暦 ) ( 71 7 年 4 月 22 日 ) ) は 、 日本 の 飛鳥 時代 から 奈良 時代 に かけ て の 貴族 。 +北風 正造 ( きたかぜ しょうぞう 、 ( 天保 5 年 2 月 11 日 ( 旧暦 ) ( 1834 年 ) 3 月 20 日 - 明治 28 年 ( 1895 年 ) 12 月 5 日 ) は 、 江戸 時代 末期 から 明治 時代 の 日本 の 商人 。 +石田 重成 ( いしだ し げ な り 、 1589 年 ( 天正 17 年 ) ? - 1641 年 ( 寛永 18 年 ) ? ) は 、 石田 三成 の 次男 。 +末代 ( まつだい ) は 、 平安 時代 末期 の 僧 。 +山田 寺 塔 心礎 ( さんでんじ とう しんそ ) は 、 岐阜 県 各務原 市 蘇原 寺島 町 に あ る 飛鳥 時代 ( 7 世紀 後半 ) に 造 ら れ た 古代 寺院 山田 寺 の 塔心 礎 ( 塔 の 心柱 の 礎石 ) 。 +山尾 庸三 ( やまおようぞう 、 天保 8 年 10 月 8 日 ( 旧暦 ) ( 1837 年 11 月 5 日 ) - 大正 6 年 ( 1917 年 ) 12 月 21 日 ) は 幕末 ~ 明治 時代 の 人物 。 +源 伴存 ( みなもと と も あ り 、 寛政 4 年 〈 1792 年 〉 - 安政 6 年 〈 1859 年 〉 ) は 、 江戸 時代 後期 紀州 藩 の 本草 学者 ・ 博物 学 者 ・ 藩医 。 +仏光 寺 通 ( ぶっこうじ どおり ) は 、 京都 府 京都 市 の 東西 の 通り の 一 つ 。 +陰陽 師 ( おんみょう じ 、 おんようじ ) と は 、 古代 日本 の 律令 制下 に 於 い て 中務 省 の 陰陽 寮 に 属 し た 官職 の 1 つ で あ る 。 +京都 市 内 の 通り ( きょう と し な い の とおり ) は 単なる 道路 の 名前 に 留ま ら ず 、 住所 を 表 す ため に も 用い られ る ( 京都 市 地理 を 参照 せよ ) 。 +福地 源一郎 ( ふくち げんいちろう 、 1841 年 5 月 13 日 ( 天保 12 年 3 月 23 日 _ ( 旧暦 ) ) - 190 6 年 1 月 4 日 ) は 、 幕末 の 幕臣 、 明治 時代 の ジャーナリスト 、 作家 、 劇作 家 。 +琴 ( きん 、 こと ) と は 、 日本 の 伝統 楽器 。 +享保 大判 ( きょうほう おおばん ) と は 享保 10 年 ( 1725 年 ) 6 月 に 発行 さ れ た 大判 で あ る 。 +征東 大将軍 ( せいとう たいしょうぐん ) は 、 かつて 中国 と 日本 で 用い られ た 将軍 の 称号 で あ る 。 +だるま ( 達磨 ) は 、 仏教 の 1 派 で あ る 禅宗 開祖 の 達磨 の 坐禅 姿 を 模 し た 置物 、 また は 玩具 で あ り 、 現在 で は 禅宗 のみ な ら ず 宗教 、 宗派 を 越え 縁起 物 と し て 広 く 親し ま れ て い る 。 +宗形 徳善 ( むなかた の とくぜん ) は 、 福岡 県 宗像 地方 の 豪族 。 +千 社札 ( せん しゃ ふだ 、 せんじゃ ふだ ) と は 、 神社 や 仏閣 に 参拝 を し た 記念 と し て 貼 る 、 自分 の 名前 入り の 札 の こと 。 +安倍 宗明 ( あべの むねあき 、 生没年 不詳 ) は 、 平安 時代 後期 の 陰陽 師 。 +和気 清麻呂 ( わけ の きよまろ 、 733 年 ( 天平 5 年 ) - 799 年 4 月 4 日 ( 延暦 18 年 2 月 21 日 ( 旧暦 ) ) ) は 奈良 時代 末期 から 平安 時代 初期 の 高級 官僚 。 +下駄 ( げた ) は 、 日本 の 伝統 的 な 履物 で 、 木製 の 板 に 足 を のせ 、 緒 ( 鼻緒 ) で 固定 する もの で あ る 。 +嵐山 駅 ( あらしやま えき ) は 、 京都 市 西京 区 嵐山 東 一川 町 7 に あ る 、 阪急 電鉄 阪急 嵐山 線 の 終着 駅 で あ る 。 +朝倉 氏 ( あさくらし ) は 、 越前 国 を 拠点 と し た 豪族 で 、 後 に 発展 し て 戦国 大名 と な る 。 +定免 法 ( じょうめん ほう ) と は 、 江戸 時代 に おけ る 年貢 徴収 法 の ひと つ 。 +十 輪 院 ( じゅうりん いん ) は 奈良 県 奈良 市 十 輪 院 町 に あ る 真言 宗 醍醐 派 の 寺院 で あ る 。 +日本 の 軍事 史 ( にほんの ぐんじ し ) は 、 国内 安定 から 長 い 封建 的 な 戦い と 帝国 主義 に よ る 海外 遠征 に 特徴 づけ られ る 。 +岩切城 ( いわきり じょう ) は 、 宮城 県 仙台 市 宮城野 区 岩切 に あ る 、 峻険 な 山城 で あ る 。 +初日の出 ( はつひので ) と は 、 1 月 1日 ( 元日 ) の 天体 の 出没 ( 太陽 が 水平 線 や 地平 線 から 姿 を 現 す 様 ) の こと 。 +藤原 育子 ( ふじわら の むねこ ( いくし ) 、 久安 2 年 ( 1146 年 ) - 承安 ( 日本 ) 3 年 8 月 15 日 ( 旧暦 ) ( 1173 年 9 月 23 日 ) ) は 、 平安 時代 末期 の 后妃 。 +真言 ( しんご ん ) 、 サンスクリット マントラ ( mantra ) と は 、 大毘盧遮那 成仏 神変 加持 経 など の 密教 経典 に 由来 し 、 真実 の 言葉 と い う 意 。 +常世 長胤 ( とこよ ながたね 、 天保 3 年 ( 1832 年 ) - 明治 19 年 ( 1886 年 ) 3 月 19 日 ) は 江戸 末期 の 国学 者 ・ 明治 期 の 神祇 官 。 +宮ヶ浜 水 泳場 ( みや が はますいえいじょう ) は 、 滋賀 県 近江八幡 市 に あ る 水泳 場 。 +佐保姫 ( さほひめ ) は 春 の 神 。 +方墳 ( ほうふん ) と は 墳丘 の 平面 形 が 方形 に な る 古墳 の こと 。 +町 資藤 ( まち ( まち の ? ) すけふじ ? ( すけひさ ? ) 、 正平 ( 日本 ) 21 年 / 貞治 5 年 ( 1366 年 ) - 応永 16 年 6 月 5 日 ( 旧暦 ) ( 1409 年 7 月 17 日 ) ) は 、 室町 時代 初期 の 公卿 。 +樫原 ( かたぎ はら ) と は 、 京都 市 西京 区 の 一部 を い う 。 +坂東 曲 ( ばんどうぶし ) と は 、 真宗 大谷 派 の 法要 ・ 報恩 講 で な さ れ る 行事 。 +准 大臣 ( じゅん だいじん ) と は 律令 制下 に おけ る 官職 の ひと つ 。 +古今 和 歌集 仮名序 ( こきん わかしゅうか なじょ ) は 古今 和 歌集 の 序文 で あ る 。 +正親町 天皇 ( おおぎまち てんのう 、 永正 14 年 5 月 29 日 ( 1517 年 6 月 18 日 ) - 文禄 2 年 1 月 5 日 ( 1593 年 2 月 6 日 ) ) は 、 第 106 代 天皇 ( 在位 : 弘治 3 年 10 月 27 日 ( 1557 年 11 月 17 日 ) - 天正 14 年 11 月 7 日 ( 1586 年 12 月 17 日 ) ) 。 +まいづる 智恵蔵 ( まいづる ちえぐら ) は 、 京都 府 舞鶴 市 の 文化 施設 。 +国母 ( こくも / こくぼ ) は 、 天皇 、 国王 の 生母 の 称号 。 +山陰 海岸 国立 公園 ( さんいん かい がん こくりつ こうえん ) は 、 京都 府 丹後 の 網野 海岸 から 兵庫 県 の 但馬 御 火浦 を 経 て 鳥取 県 東部 の 鳥取 砂丘 まで の 日本 海 に 面 する 75 km の 海岸 線 を 中心 と する 日本 の 国立 公園 で あ る 。 +若江 薫子 ( わかえ に おこ 、 天保 6 年 ( 1835 年 ) - 明治 14 年 ( 1881 年 ) 10 月 11 日 ) は 幕末 から 明治 初期 の 公家 出身 女性 。 +喜海 ( きかい 、 治承 2 年 ( 1178 年 ) - 建長 2 年 12 月 20 日 ( 旧暦 ) ( 1251 年 1 月 13 日 ) ) は 、 鎌倉 時代 中期 の 華厳 宗 の 僧 。 +京 菓子 ( きょうが し ) は 、 京都 府 の お 菓子 。 +K 特急 ( K とっきゅう ) は 2003 年 に 設定 さ れ た 京阪 電気 鉄道 の 列車 種 別 の 1 つ で 、 同社 で は 最上 位 種別 に 当た る 。 +平清盛 ( たいらの きよもり ) は 、 平安 時代 末期 の 武将 。 +朽木 藩 ( く つきはん ) と は 、 近江国 高島 郡 ( 滋賀 県 ) ( 現在 の 滋賀 県 高島 市 朽木 ) に 存在 し た 藩 。 +安慧 ( あんえ 、 延暦 13 年 ( 794 年 ) - 貞観_ ( 日本 ) 10 年 4 月 3 日 ( 旧暦 ) ( 868 年 5 月 2 日 ) ) は 、 平安 時代 前期 の 天台 宗 の 僧 。 +藤原 高子 ( ふじわら の たか いこ 、 承和 9 年 ( 842 年 ) - 延喜 10 年 3 月 24 日 ( 910 年 4 月 18 日 ) ) は 、 平安 時代 、 清和 天皇 の 女御 。 +孝蔵主 ( こうぞう す 、 ? - 寛永 3 年 ( 1626 年 4 月 ) は 、 高 台 院 付き の 筆頭 上臈 ( 高級 女中 ) で 後 に 徳川 秀忠 付き 上臈 と な っ た 安土 桃山 時代 ~ 江戸 時代 初期 の 武家 女性 。 +平時 忠 ( たいら の とき ただ ) は 、 平安 時代 末期 の 公家 。 +天明 の 京都 大火 ( てんめい の きょう と たいか ) と は 、 天明 8 年 1 月 30 日 ( 旧暦 ) ( 1788 年 3 月 7 日 ) に 京都 で 発生 し た 火災 。 +源義国 ( みなもと の よしくに ) は 、 平安 時代 後期 の 河内 源 氏 の 武将 。 +昌泰 の 変 ( しょうたい の へん ) は 、 90 1 年 ( 昌泰 4 年 ) 1 月 、 左 大臣 藤原 時平 の 讒言 に よ り 醍醐 天皇 が 右 大臣 菅原 道真 を 大宰 権帥 と し て 大宰府 へ 左遷 し 、 道真 の 子供 や 右近衛 中 将源 善ら を 左遷 また は 流罪 に し た 事件 で あ る 。 +日本 三景 ( にほん さんけい ) と は 、 日本 の 3 つ の 名勝地 の こと で あ る 。 +小 御所 会議 ( こごしょ かいぎ ) は 、 江戸 時代 末期 ( 幕末 ) の 慶応 3 年 12 月 9 日 ( 旧暦 ) ( 1868 年 1 月 3 日 ) に 京都 の 京都 御所 で 行 わ れ た 国政 会議 。 +宇都宮 泰宗 ( うつのみや やす む ね ) は 、 鎌倉 時代 の 武将 。 +直毘 神 ( なおび の かみ 、 なほび の かみ ) は 神道 の 神 で あ る 。 +陽 泰院 ( よう たいいん 、 天文 _ ( 元号 ) 10 年 ( 1541 年 ) - 寛永 6 年 1 月 8 日 ( 旧暦 ) ( 1629 年 2 月 1日 ) ) は 、 肥前 国 佐賀 藩祖鍋島 直茂 の 正室 。 +羽田 矢国 ( はたの やく に 、 生年 不明 - 朱 鳥 元年 ( 686 年 ) 3 月 25 日没 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +景轍 玄蘇 ( けい てつげんそ 、 天文 ( 元号 ) 6 年 ( 1537 年 ) - 慶長 16 年 10 月 22 日 ( 旧暦 ) ( 161 1 年 11 月 26 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 に かけ て の 臨済 宗 の 僧 。 +一座 ( いちざ ) と は 、 朝廷 に おけ る 宮 中 座 次 の 最上 位 の こと で あ る 。 +研究 会 ( けんきゅ かい ) と は 、 大 日本 帝国 憲法 下 に おけ る 貴族 院 _ ( 日本 ) に おけ る 院内 会 派 の 一 つ 。 +勝光 寺 ( しょうこうじ ) は 、 京都 市 下京 区 に あ る 日 蓮 宗 の 寺院 。 +一条 忠香 ( いちじょうただ か 、 文化 ( 元号 ) 9 年 2 月 13 日 ( 旧暦 ) ( 1812 年 3 月 25 日 ) - 文久 3 年 11 月 7 日 ( 旧暦 ) ( 1863 年 12 月 17 日 ) ) は 江戸 時代 後期 の 公卿 。 +新田 氏 ( にったし ) は 、 上野 国 発祥 の 豪族 。 +ルイス ・ フロイス ( Luis Frois , 1532 年 - 1597 年 7 月 8 日 ) は 、 リスボン 生まれ の ポルトガル 人 。 +北畠 親房 ( きたばたけ ちかふさ 、 永仁 元年 1 月 29 日 ( 旧暦 ) ( 1293 年 3 月 8 日 ) - 正平 ( 日本 ) 9 年 / 文和 3 年 5 月 10 日 ( 旧暦 ) ( 1354 年 6 月 1日 ) ) 。 +一色 義貫 ( いっ し き よしつら 、 140 0 年 ( 応永 7 年 ) - 1440 年 6 月 14 日 ( 永享 12 年 5 月 15 日 ( 旧暦 ) ) ) は 、 室町 時代 前期 の 守護 大名 。 +藤原 伊通 ( ふじわら の これ み ち 、 寛治 7 年 ( 1093 年 ) - 長寛 3 年 2 月 15 日 ( 旧暦 ) ( 1165 年 3 月 28 日 ) ) は 平安 時代 末期 の 公卿 。 +九条 道 前 ( くじょうみ ちさき 、 延享 3 年 6 月 13 日 ( 旧暦 ) ( 1746 年 7 月 30 日 ) - 明和 7 年 6 月 5 日 ( 旧暦 ) ( 1770 年 6 月 27 日 ) ) は 江戸 時代 の 公卿 。 +撰 国史所 ( せんこく し しょ ) は 、 律令 制下 の 日本 で 正史 で あ る 六国 史 及び 『 新 国史 』 を 編纂 する ため に 設置 さ れ た 機関 。 +義倉 ( ぎそう ) と は 、 災害 や 飢饉 に 備え て 米 など の 穀物 を 一般 より 徴収 し 、 また は 富者 から 寄付 を 得 て 、 これ を 貯蓄 する ため に 国内 の 要地 に 設け た 倉庫 。 +九条 経 教 ( くじょう つねの り 、 元弘 元年 / 元徳 3 年 ( 1331 年 ) - 応永 7 年 5 月 21 日 ( 旧暦 ) ( 140 0 年 6 月 13 日 ) ) は 、 南北朝 時代 ( 日本 ) の 公家 。 +縁覚 ( えんがく 、 pratyekabuddha 、 paccekabuddha 、 サンスクリット : ) と は 、 仏教 や ジャイナ 教 に お い て 、 師 な く し て 独自 に さとり を 開 い た 人 を い う 。 +菊池 武朝 ( きく ち たけとも 、 1363 年 ( 正平 ( 日本 ) 18 年 / 貞治 2 年 ) - 1407 年 ( 応永 14 年 ) ) は 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 武将 。 +どぶろく ( 濁酒 ) と は 炊 い た 米 に 米麹 や 酒粕 等 に 残 る 酵母 など を 加え て 作 る 酒 で あ る 。 +べとべと さん は 日本 の 妖怪 の 一種 で 、 暗 い 夜道 を 歩 く 人間 の 後 を つけ て くる 。 +那波加 神社 ( なはか じんじゃ ) は 、 滋賀 県 大津 市 に あ る 神社 で あ る 。 +松平 康任 ( まつだいら やす とう ) は 、 江戸 時代 後期 の 大名 、 老中 。 +家里 次郎 ( いえさと つぐお 、 天保 11 年 ( 1840 年 ) - 文久 3 年 4 月 24 日 ( 旧暦 ) ( 1863 年 6 月 10 日 ) ) は 壬生 浪士 組 の 同士 で あ る 。 +有馬則頼 ( ありま のりより 、 1533 年 3 月 18 日 ( 天文 ( 元号 ) 2 年 2 月 23 日 ( 旧暦 ) ) - 160 2 年 9 月 13 日 ( 慶長 7 年 7 月 28 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 。 +迦邇 米 雷王 ( か に めいか ずち のみこ 、 生没年 不詳 ) は 、 『 古事 記 』 に 伝え る 古墳 時代 の 皇族 ( 王族 ) 。 +飛鳥井 雅綱 ( あすかい まさつな 、 長享 3 年 ( 1489 年 ) - 元亀 2 年 ( 15 71 年 ) ) は 、 室町 時代 後期 から 戦国 時代 ( 日本 ) の 公家 。 +藤原 魚名 ( ふじわら の うお な 、 養老 5 年 ( 721 年 ) - 延暦 2 年 7 月 25 日 ( 旧暦 ) ( 78 3 年 8 月 31 日 ) ) は 、 奈良 時代 の 公卿 。 +山中 貞雄 ( やまなか さだお 、 1909 年 11 月 8 日 - 1938 年 9 月 17 日 ) は 、 日本 の 映画 監督 、 脚本 家 で あ る 。 +律令 ( りつりょう ) と は 、 東 アジア で み られ る 法 体系 で あ る 。 +淡海 国 造 ( おうみの くにのみやつこ ・ おうみこく ぞう ) は 近江 国 西部 ( 琵琶 湖 西岸 ) を 支配 し た 国造 。 +中山道 ( なかせん どう ) は 、 江戸 時代 の 五 街道 の 一 つ で 、 本州 中部 の 内陸 側 を 経由 する 路線 で あ る 。 +葛城 円 ( かつらぎ の つぶら 、 生年 不詳 - 安康 天皇 3 年 ( 456 年 ) ) 、 紀元 5 世紀 ごろ に 活躍 し た 葛城 氏 の 豪族 。 +縄文 時代 ( じょうもん じだい ) は 、 年代 で い う と 今 から 約 16 , 50 0 年 から 約 3,00 0 年 前 ( 紀元 前 10 世紀 ) 、 地質 時代 で は 更新 世末期 から 完新 世 に かけ て 日本 列島 で 発展 し た 時代 で あ り 、 世界 史 で は 中石器 時代 な い し 新 石器 時代 に 相当 する 時代 で あ る 。 +永字 八 法 ( えいじ はっぽう 、 えいじ は ちほう ) と は 、 漢字 の 「 永 」 の 字 に は 、 書道 に 必要 な 技法 8 種 が 全て 含 ま れ て い る と い う 事 を 表 し た 言葉 。 +能勢 朝 次 ( のせ あさじ 、 1894 年 ( 明治 27 年 ) 4 月 1日 - 1955 年 ( 昭和 30 年 ) 2 月 25 日 ) は 、 日本 の 能楽 研究 者 、 国文学 者 。 +津田 信成 ( つだ の ぶなり ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 武将 、 大名 で 山城 国 御 牧 藩 主 。 +所務 沙汰 ( しょむさた ) は 、 中世 日本 で 使用 さ れ た 用語 で あ り 、 所領 や 年貢 に 関 する 相論 や 訴訟 ・ 裁判 の こと で あ る 。 +割り 鹿の子 ( わりか の こ ) と は 江戸 時代 後期 に 広 く 十 代 後半 から 二十 代 前半 の 女性 に 結 わ れ た 髪型 。 +木村 清久 ( きむら きよひさ 、 ? - 慶長 20 年 ( 1615 年 ) ) は 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 。 +大谷 光尊 ( おおた に こうそん 、 嘉永 3 年 2 月 4 日 ( 旧暦 ) ( 1850 年 3 月 7 日 ) - 明治 36 年 ( 190 3 年 ) 1 月 18 日 は 、 幕末 ~ 明治 時代 前期 の 浄土 真宗 の 僧 、 西本願 寺 21 世 法 主 。 +佐味田 宝塚 古墳 ( さみた たからづか こふん ) は 、 奈良 県 北葛城 郡 河合 町 に 所在 する 古墳 時代 前期 後半 の 前方 後 円墳 で あ る 。 +片岡 芦燕 ( かたおか ろ えん ) は 、 歌舞伎 役者 。 +井上馨 ( いのうえ かおる 、 天保 6 年 11 月 28 日 ( 旧暦 ) ( 1836 年 1 月 16 日 ) - 大正 4 年 ( 1915 年 ) 9 月 1日 ) は 、 日本 の 武士 ・ 長州 藩 士 、 政治 家 、 実業 家 。 +大 中臣 定長 ( おおなか とみ の さだな が 、 生年 不詳 - 康治 元年 12 月 9 日 ( 旧暦 ) ( 1142 年 12 月 27 日 ) ) は 、 平安 時代 後期 の 歌人 。 +文士 劇 ( ぶんしげき ) は 、 作家 、 新聞 雑誌 記者 など の 文学 者 が 演者 の 中心 と な っ て 上演 さ れ る アマチュア 演劇 で あ る 。 +文化 財 ( ぶんか ざい ) は 次 の とおり で あ る 。 +姫飯造り ( ひめいい づくり ) と は 、 日本 酒 の 現代 の 製法 の 一 つ で 、 高温糖 化 法 の 一種 。 +鷺森 神社 ( さぎもり じんじゃ 、 さぎ の もり じんじゃ ) は 京都 府 京都 市 左京 区 に あ る 神社 。 +榊原 鍵 吉 ( さかきばら けんきち , 1830 年 12 月 19 日 ( 文政 13 年 11 月 5 日 ( 旧暦 ) ) - 1894 年 ( 明治 27 年 ) 9 月 11 日 ) は 、 幕末 から 明治 に かけ て の 幕臣 、 剣客 。 +小子 部 鉏鉤 ( ちいさ こべ の さひち 、 生年 不詳 - 天武 天皇 元年 ( 67 2 年 ) 7 月 また は 8 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +会符 ( えふ ) と は 、 江戸 時代 に 朝廷 ・ 江戸 幕府 ・ 公家 ・ 武家 ・ 寺社 など が 物資 を 輸送 する に あた っ て 、 当該 荷物 の 所属 の 明示 の ため に 付け られ た 荷札 。 +桂宮盛仁親王 ( かつら の みや た けひと しんの う 、 文化 ( 元号 ) 7 年 6 月 27 日 ( 旧暦 ) ( 1810 年 ) - 文化 8 年 5 月 17 日 ( 旧暦 ) ( 1811 年 7 月 7 日 ) ) は 江戸 時代 後期 の 日本 の 皇族 。 +四条 家 ( 四條 家 、 しじょうけ ) は 、 羽 林 家 の 家格 を 持 つ 公家 。 +畠山 家 俊 ( はたけ やま いえ と し 、 寛正 6 年 ( 1465 年 ) - 享禄 4 年 ( 1531 年 ) ) は 、 戦国 時代 _ ( 日本 ) 初期 の 能登 畠山 氏 の 一族 。 +『 風林 火山 』 ( ふうりん かざん ) は 、 1969 年 3 月 1日 公開 の 時代 劇 映画 。 +逆柱 ( さかばしら ) また は 逆さ 柱 ( さかさ ば しら ) は 、 日本 の 木 構造 ( 建築 ) に おけ る 俗信 の 一 つ で あ る 。 +安寿 姫塚 ( あんじゅ ひめづか ) は 、 森 鴎外 の 「 山椒 大夫 」 で 有名 な 安寿 姫 の 墓 。 +頂妙 寺 ( ちょうみょうじ ) は 、 京都 市 左京 区 仁王 門 通新 麩屋 町 西入 に あ る 寺院 。 +『 松風 』 ( まつかぜ ) は 能 の 一 つ で あ る 。 +大和 遠州 流 ( やまと えんしゅうりゅう ) は 小堀 遠州 ( 政一 ) の 三男 小堀 政伊 に 始ま る 小堀 権 十郎 家 に 伝わ っ た 茶道 の 流派 で あ る 。 +『 暫 』 ( しばらく ) は 、 歌舞伎 の 演目 で 、 歌舞伎 十 八 番 の 一 つ 。 +慈光 寺 家 ( じこうじけ ) は 宇多 源 氏 の 流れ を 汲 む 源 氏 堂上 源 氏 。 +岸駒 ( がんく 、 宝暦 6 年 ( 1756 年 ) ( 寛延 2 年 ( 1749 年 ) 説 あり ) - 天保 9 年 12 月 5 日 ( 旧暦 ) ( 1839 年 1 月 19 日 ) ) は 、 江戸 時代 の 画家 。 +庭田 家 ( にわた け ) は 宇多 源 氏 の 流れ を 引 く 源 氏 堂上 源 氏 。 +季瓊 真蘂 ( きけいしんずい 、 140 1 年 ( 応永 8 年 ) - 1469 年 9 月 16 日 ( 文明 ( 日本 ) 元年 8 月 11 日 ( 旧暦 ) ) ) は 、 室町 時代 の 臨済 宗 の 僧 、 鹿苑 院 蔭 涼 軒 主 。 +摂受 ( しょうじゅ ) と は 、 折伏 ( しゃくぶく ) に 対 する 反対 語 。 +源 兼子 ( みなもと の けんし ( かねこ ) 、 延喜 15 年 ( 915 年 ) - 天禄 3 年 9 月 ( 972 年 ) ) は 、 平安 時代 中期 の 賜姓 皇族 。 +京都 市 立 芸術 大学 ( きょうとし りつ げいじゅつ だいがく 、 英称 Kyoto CityUniversity of Arts ) は 、 京都 市 西京 区 に あ る 公立 大学 で 、 日本 を 代表 する 美術 大学 ・ 音楽 大学 で あ る 。 +京都 府 に あ る 建造 物 の 重要 文化 財 一覧 ( きょうと ふ に あ る けんぞう ぶつ の じゅうよう ぶんか ざい いちらん ) は 、 重要 文化 財 の 建造 物 の うち 、 京都 府 に あ る もの の 一覧 で あ る 。 +醤油 だんご ・ 醤油 団子 ( しょうゆ だんご ) +平信 基 ( たいら の のぶもと 、 保延 3 年 ( 1137 年 ) ? - 没年 未詳 ) は 、 平安 時代 末期 の 廷臣 。 +中院 通躬 ( なかの いんみち み 、 寛文 8 年 5 月 12 日 ( 旧暦 ) ( 1668 年 6 月 21 日 ) - 元文 4 年 12 月 3 日 ( 旧暦 ) ( 1740 年 1 月 1日 ) ) は 江戸 時代 中期 の 公卿 、 歌人 。 +調淡 海 ( つき の おうみ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +聖 観音 ( しょうかんの ん ) 、 サンスクリット アーリヤ ・ アヴァ ローキテーシュヴァラ ( aaryaavalokitezvara ) は 、 仏教 に おけ る 信仰 対象 で あ る 菩薩 の 一尊 。 +夏珪 ( かけ い 、 生没年 不明 ) は 、 南宋 の 画家 。 +格子 戸 ( こうしど ) は 、 格子 状 の 引き戸 若しくは 扉 。 +長松 清風 ( ながまつ せいふう 、 日扇 ( にっせん ) 、 文化 ( 元号 ) 14 年 4 月 1日 ( 旧暦 ) ( 1817 年 5 月 6 日 ) - 明治 23 年 ( 1890 年 ) 7 月 17 日 ) は 、 本門 仏立宗 開導 ( 開祖 ) 。 +土田 友湖 ( つちだ ゆうこ ) は 、 千家 十 職 の 一 つ 、 袋師 。 +宇都宮 氏 綱 ( うつのみや うじつな 、 1326 年 ( 嘉暦 元年 ) - 1370 年 7 月 28 日 ( 建徳 元年 / 応安 3 年 7 月 5 日 ( 旧暦 ) ) ) は 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +田中 市兵衛 ( たなか いちべえ 、 1838 年 ( 天保 9 年 9 月 ) - 1910 年 ( 明治 43 年 ) 7 月 ) は 、 明治 時代 に 活躍 し た 実業 家 、 政治 家 で 関西 経済 界 の 重鎮 。 +紀元 節 ( きげんせつ ) は 、 『 日本 書紀 』 が 伝え る 神武 天皇 の 即位 日 と し て 定め た 祝日 。 +三 倍 増醸 清酒 ( さん ばいぞう じょうせいしゅ 、 三増 酒 ) と は 、 第 二 次 世界 大戦 後 の 米 不足 の 際 に 導入 さ れ た 日本 酒 の 一種 、 増醸 酒 の 通称 の こと で あ る 。 +片岡 千恵蔵 プロダクション ( かたおか ちえぞう - 、 1928 年 5 月 10 日 設立 - 1937 年 4 月 解散 ) は 、 かつて 京都 府 に 存在 し た 映画 会社 で あ る 。 +尊号 一 件 ( そんごう いっ けん ) と は 、 日本 の 江戸 時代 後期 に 起き た 京都 の 朝廷 と 江戸 の 江戸 幕府 と の 間 に 発生 し た 紛議 事件 で あ る 。 +織田 信直 ( おだ のぶなお 、 天文 ( 元号 ) 15 年 ( 1546 年 ) - 天正 2 年 9 月 29 日 ( 旧暦 ) ( 1574 年 10 月 13 日 ( 旧暦 ) ) ) は 戦国 時代 ( 日本 ) の 武将 。 +前鬼 ・ 後鬼 ( ぜんき ・ ごき ) は 、 修験 道 の 開祖 で あ る 役 小角 が 従え て い た と さ れ る 夫婦 の 鬼 。 +龍穴 ( りゅうけつ ) と は 、 陰陽 道 や 古代 道教 、 風水術 に おけ る 繁栄 する と さ れ て い る 土地 の こと で あ る 。 +鈴木 練三郎 ( すずき れんざ ぶろう 、 嘉永 元年 ( 1848 年 ) - 慶応 4 年 8 月 21 日 ( 旧暦 ) ( 1868 年 10 月 6 日 ) ) は 、 播磨 国 姫路 出身 の 新 選 組 隊士 。 +石川 年足 ( いしかわ の とし たり 、 持統 天皇 2 年 ( 688 年 ) - 天平 宝字 6 年 ( 762 年 ) 9 月 は 飛鳥 時代 末期 から 奈良 時代 中期 の 貴族 。 +中山 忠光 ( なかやま ただみつ 、 弘化 2 年 4 月 13 日 ( 旧暦 ) ( 1845 年 5 月 18 日 ) - 元治 元年 11 月 15 日 ( 旧暦 ) ( 1864 年 12 月 13 日 ) ) は 、 江戸 時代 末期 の 公家 で あ る 。 +中書島 ( ちゅうしょ じま ) は 京都 市 伏見 区 の 地名 。 +斎藤 信吉 ( さいとう のぶよし 、 永禄 2 年 ( 1559 年 ) - 慶長 15 年 2 月 3 日 ( 1610 年 2 月 26 日 ) は 、 戦国 時代 ( 日本 ) の 武将 。 +仙石 秀範 ( せんごく ひでのり ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 。 +竹越 与三郎 ( たけこし よさぶろう 、 慶応 元年 10 月 5 日 ( 旧暦 ) ( 1865 年 11 月 22 日 ) - 昭和 25 年 ( 1950 年 ) 1 月 12 日 ) ) は 、 明治 から 昭和 に かけ て の 歴史 家 ・ 評論 家 ・ 政治 家 。 +飛鳥井 雅経 ( あすかい まさつね 、 嘉応 2 年 ( 1170 年 ) - 承久 3 年 3 月 11 日 ( 旧暦 ) ( 1221 年 4 月 5 日 ) ) は 、 鎌倉 時代 前期 の 公家 ・ 歌人 。 +南進 論 ( なんしんろん ) と は 、 日本 が 南方 地域 へ 進出 す べ き で あ る と い う 第 二 次 世界 大戦 前 の 対外 論 で あ る 。 +景行 天皇 ( けいこうてんのう 、 垂仁 天皇 17 年 ( 紀元 前 13 年 ) - 景行 天皇 60 年 11 月 7 日 ( 旧暦 ) ( 130 年 12 月 24 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 第 12 代 の 天皇 ( 在位 : 景行 天皇 元年 7 月 11 日 ( 旧暦 ) ( 71 年 8 月 24 日 ) - 同 60 年 11 月 7 日 ( 130 年 12 月 24 日 ) ) 。 +源 重之 ( みなもと の しげゆき 、 ? - 長保 2 年 ( 1000 年 ) 頃 ? ) は 、 平安 時代 中期 の 歌人 。 +日野 富子 ( ひ の とみこ 、 女性 、 永享 12 年 〔 1440 年 〕 - 明応 5 年 5 月 20 日 _ ( 旧暦 ) 〔 1496 年 6 月 30 日 〕 ) は 、 室町 時代 の 人物 。 +沙沙貴 神社 ( ささき じんじゃ ) は 滋賀 県 蒲生 郡 安土 町 に あ る 神社 で あ る 。 +馬路 石邊 神社 ( うまじ いそべ じんじゃ ) は 滋賀 県 守山 市 に 鎮座 する 神社 で あ る 。 +もんぺ は 、 日本 で 用い られ る 女性 向け の 労働 用 ズボン な い し 袴 の 一種 で あ る 。 +松平 直政 ( まつだいら なおまさ 、 慶長 6 年 8 月 5 日 ( 旧暦 ) ( 160 1 年 9 月 1日 ) - ( 寛文 6 年 2 月 3 日 ( 旧暦 ) ( 1666 年 3 月 8 日 ) ) は 、 江戸 時代 前期 の 大名 。 +小国 頼連 ( おぐ に よ りつぐ 、 よりつら 、 生没 年 未詳 ) は 、 鎌倉 時代 前期 の 武将 ・ 御 家人 。 +成願 寺 ( じょうがんじ ) は 、 滋賀 県 東近江 市 ( 旧 八日市 市 ) 小脇 町 に あ る 天台 宗 の 寺院 。 +神道 大意 ( しんとう たい い ) は 、 中世 ・ 近世 に お い て 様々 な 神道 家 に よ っ て 書 か れ た 神道 書 の 書名 で あ る 。 +道摩 法師 ( どう まほうし ) は 平安 時代 、 一条 天皇 の 頃 の 大呪術 師 。 +酒造司 ( みき の つかさ 、 さけ の つかさ ) は 、 律令 制 の 下 で 置 か れ た 役所 で 宮内 省 の 被官 。 +寿曽我 対面 ( ことぶきそ が の たいめん 、 正字 体 : 壽 曾我 對面 ) は 歌舞伎 狂言 の 演目 。 +継室 ( けいしつ ) は 、 後妻 の こと 。 +下毛野 国造 ( しも みつけ ぬ の くにのみやつこ ・ しもつけ ぬ こくぞう ・ しもつけ の の くにのみやつこ ・ しもつけ の こくぞう ) は 下野 国 を 支配 し た 国造 。 +築山 古墳 ( つきやま こふん ) と は 、 奈良 県 大和 高田 市 築 山字 城山 に あ る 大型 前方 後 円 墳 。 +小柴垣 草紙 ( こしば がきぞうし ) は 、 絵巻物 で あ る 。 +坊城 俊昌 ( ぼうじょう としま さ 、 天正 10 年 ( 15 82 年 ) - 慶長 14 年 8 月 17 日 ( 旧暦 ) ( 1609 年 9 月 15 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 公家 ( 公卿 ) 。 +職 分田 ( しきぶんでん ) は 、 古代 東 アジア の 律令 制 に お い て 、 官職 に つ い た 者 へ 支給 さ れ た 田 で あ る 。 +大石 良欽 ( おおいし よ し た か 、 元和 ( 日本 ) 4 年 ( 1618 年 ) - 延宝 5 年 1 月 26 日 ( 旧暦 ) ( 167 7 年 2 月 27 日 ) ) は 、 江戸 時代 前期 の 武士 。 +岡崎 家 ( おかざき け ) は 、 藤原 北家 高藤 ( 勧修 寺 流 ) 流中 御門 家 庶 家 の 堂上 家 、 家格 は 、 名家 ( 公家 ) 。 +三好 長逸 ( みよし ながやす 、 ? - 天正 元年 ( 1573 年 ? ) ) は 戦国 時代 ( 日本 ) の 武将 。 +天下 人 ( てんかび と / てんか にん ) と は 、 天下 の 政権 を 掌握 し た 人 の こと を い う 。 +浄弁 ( じょうべん 、 生年 不詳 - 延文 元年 / 正平 ( 日本 ) 11 年 ( 1356 年 ) 頃 ? ) は 、 鎌倉 時代 の 天台 宗 の 僧 ・ 歌人 。 +源 為 満 ( みなもと の ため みつ 、 生没年 不詳 ) は 、 平安 時代 後期 の 武将 。 +大臣 家 ( だいじんけ ) と は 、 公家 の 家格 の ひと つ で 、 摂家 、 清華 家 に 次 ぐ 家格 。 +政井 みね ( まさいみね 、 1888 年 2 月 3 日 - 1909 年 11 月 20 日 ) は 、 日本 の 労働 者 。 +園 基任 ( その もと ただ / もと とう 、 元亀 4 年 1 月 11 日 ( 旧暦 ) ( 1573 年 2 月 13 日 ) - 慶長 18 年 1 月 13 日 ( 旧暦 ) ( 1613 年 3 月 4 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 の 公卿 。 +紀尾井坂 の 変 ( きおいざか の へん 、 1878 年 ( 明治 11 年 ) 5 月 14 日 ) は 、 明治 の 元勲 ・ 大久保 利通 が 東京 の 紀尾井町 清水坂 で 士族 6 名 に よ っ て 暗殺 さ れ た 事件 。 +平 氏 ( へい し 、 たいら うじ ) は 、 皇族 が 臣下 に 下 る 際 に 賜 る カバネ の 一 つ 、 「 平 朝臣 」 を 姓 と する 臣籍 降下 。 +松 囃子 ( まつばやし 、 まつ はやし ) は 正月 に 福 を 祝 っ て 行 う 芸事 の こと 。 +東本願 寺 借財 整理 ( ひがしほんがん じ しゃく ざいせいり ) と は 、 明治 時代 の 東本願 寺 が 借財 を 抱え て 政府 要人 に 救済 を 要請 し た 事件 で あ る 。 +悲田 院 ( ひでんいん ) は 、 仏教 の 慈悲 の 思想 に 基づ き 、 貧し い 人 や 孤児 を 救 う ため に 作 ら れ た 施設 。 +近衞 文麿 ( この えふみまろ 、 明治 24 年 ( 1891 年 ) 10 月 12 日 - 昭和 20 年 ( 1945 年 ) 12 月 16 日 ) は 、 日本 の 政治 家 。 +士族 ( しぞく ) と は 、 明治 維新 以降 、 江戸 時代 の 旗本 と 上級 武士 に 与え られ た 身分 階級 の 族称 で あ る 。 +少納言 ( しょう なごん ) は 、 朝廷 の 最高 機関 で あ る 太政 官 の 職 の 一 つ 。 +平盛綱 ( たいら の もりつな 、 生没年 不詳 ) は 、 鎌倉 時代 初期 の 武将 。 +二 箇 相承 ( に かそうじょう ) は 、 12 82 年 ( 弘安 5 年 ) 、 日蓮 が 、 弟子 の 日興 に 宛て た と さ れ る 書 。 +皇位 簒奪 ( こうい さん だつ ) と は 、 直接 血縁 に な い 者 、 あるいは 血縁 が より 遠 い 者 が 天皇 の 地位 ( 皇位 ) を 奪取 する こと 、 ないし それ を 批判 的 に 表現 し た 語 。 +本町 通 ( ほんまち どおり ) は 、 京都 市 の 南北 の 通り の 一 つ 。 +平凡 ( へいぼん ) は 、 二葉 亭 四迷 の 小説 。 +玉川 遠州 流 ( たま がわ えんしゅうりゅう 、 ぎょくせん - ) は 茶道 および 煎茶道 の 流派 。 +樋口 信孝 ( ひぐち のぶたか 、 慶長 4 年 12 月 24 日 ( 旧暦 ) ( 160 0 年 2 月 8 日 ) - 明暦 4 年 7 月 20 日 ( 旧暦 ) ( 1658 年 8 月 18 日 ) ) は 、 江戸 時代 初期 の 公家 。 +近衛 大将 ( この えだいしょう ) は 律令 制 に おけ る 官職 の 一 つ 。 +日本 国 皇帝 ( に ほんこく こうてい ) は 昭和 前期 まで 用い られ て い た 天皇 の 称号 の 一 つ 、 主 と し て 外交 分野 で 使用 さ れ た 。 +法然 上人 二十 五 霊場 ( ほうねん しょうにん に じゅう ご れいじょう ) は 、 浄土 宗 の 開祖 で あ る 法然 上人 ゆかり の 寺院 二十 五 箇所 を 巡 る 霊場 巡拝 で あ る 。 +木喰 ( もくじき 1 71 8 年 ( 享保 3 年 ) - 1810 年 ( 文化 ( 元号 ) 7 年 ) は 、 江戸 時代 後期 の 仏教行 者 ・ 仏像 彫刻 家 。 +撥 ( ばち ) と は 、 楽器 演奏 の 際 に 弦 ( 楽器 ) や 膜 を はじく ( 引っ掛け て 離 す 、 また は 打 つ ) ため に 用い る 棒状 の 道具 。 +縁日 ( えんにち ) と は 、 神仏 と の 有縁 ( うえん ) の 日 の こと で あ る 。 +褌 ( ふんどし ) は 、 日本 を はじめ と する 地域 で の 伝統 的 な 男性 用 の 下着 で あ る 。 +今川 氏親 ( いまがわ うじち か ) は 戦国 時代 の 武将 ・ 守護 大名 ・ 戦国 大名 で あ る 。 +能楽 に おけ る 八島 ( やしま ) は 、 平家 物語 に 取材 し た 作品 。 +月 桂 冠 大倉 記念 館 ( げっけい かん おおくら きねんかん ) は 京都 府 京都 市 伏見 区 に あ る 酒造 会社 月 桂冠 の 企業 博物 館 。 +茶筅 また は 茶筌 ( ちゃせん ) と は 、 茶道 に お い て 抹茶 を 点 て る の に 使用 する 茶 道具 の ひと つ 。 +足利 将軍 家 ( あしか が しょうぐん け ) は 、 足利 氏 の 惣領家 ( 宗家 ) の うち 、 とくに 足利 尊 氏 以来 の 、 代々 室町 幕府 の 征夷 大将軍職 を 世襲 し た 一家 。 +呑海 ( どんかい 、 文永 2 年 ( 1265 年 ) - 嘉禎 2 年 2 月 18 日 ( 旧暦 ) ( 1327 年 3 月 12 日 ) ) は 、 鎌倉 時代 後期 の 時宗 の 僧 。 +名家 ( め いけ 、 めいか ) と は 、 鎌倉 時代 以降 に 成立 し た 公家 の 家格 の ひと つ で 、 羽 林 家 と 同列 で 、 半家 ( 公家 ) の 上 の 序列 に 位置 する 。 +お 月見 泥棒 ( おつき み どろぼう ) は 各地 で 行 わ れ て い る 子供 たち の お 月見 イベント の ひと つ 。 +一条 実通 ( いちじょうさ ねみ ち 、 天明 8 年 8 月 2 日 ( 旧暦 ) ( 1788 年 9 月 1日 ) - 文化 _ ( 元号 ) 2 年 5 月 25 日 ( 旧暦 ) ( 180 5 年 6 月 22 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +葉室 家 ( はむろけ ) は 名家 ( 公家 ) の 家格 を 有 する 公家 。 +久田 家 ( ひさ だけ ) は 茶家 の 一 つ 。 +四条 駅 ( しじょう えき ) は 、 京都 府 京都 市 東山 区 宮川筋 1 丁目 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +花散里 ( はなちるさと ) は +特記 事項 +大友 黒主 ( おおと も の くろぬし 、 生没年 不詳 ) は 平安 時代 の 歌人 。 +山田 古嗣 ( やまた の ふるつぐ 、 延暦 17 年 ( 79 8 年 ) - 仁寿 3 年 ( 853 年 ) 12 月 21 日 ) は 、 平安 時代 初期 の 実務 官僚 ・ 貴族 。 +不輸 の 権 ( ふゆ の けん ) と は 、 荘園 が 国家 へ の 租税 の 一部 また は すべて が 免除 さ れ る 権利 。 +大鎧 ( おおよろ い ) は 、 日本 の 甲冑 ・ 鎧 の 形式 の 1 つ 。 +阿波 エクスプレス 京都 号 ( あわ エクスプレス   きょう と ごう ) は 、 京都 市 、 乙訓 郡 大山崎 町 、 高槻 市 と 鳴門 市 、 徳島 市 を 結 ぶ 昼行 高速 バス で あ る 。 +水指 ( みずさし ) は 、 茶 道具 の ひと つ 。 +中村 橋之助 ( なかむら はしのすけ ) は 歌舞伎 の 名跡 の 一 つ 。 +清順 ( せいじゅん 、 生年 不詳 - 永禄 9 年 4 月 3 日 ( 旧暦 ) ( 156 6 年 4 月 22 日 ) ) は 、 戦国 時代 _ ( 日本 ) の 臨済 宗尼 。 +鳳閣 寺 ( ほうかくじ ) は 、 奈良 県 吉野 郡 黒滝 村 に あ る 寺院 で 、 真言 宗 鳳閣 寺 派 の 本山 で あ る 。 +楢柴 肩衝 と は 、 新田 肩衝 ・ 初花 肩衝 と 共 に 天下 三 肩衝 と 呼 ば れ た 茶器 の 1 つ 。 +ダイダラボッチ は 、 日本 の 各地 で 伝承 さ れ る 巨人 ( 伝説 の 生物 ) 。 +横倉 甚五郎 ( よこくら じんごろう 、 天保 5 年 ( 1834 年 ) - 明治 3 年 8 月 15 日 ( 旧暦 ) ( 1870 年 9 月 10 日 ) ) は 、 武州 多摩 郡 八王子 市 出身 の 新 選 組 隊士 。 +攘夷 論 ( じょうい ろん ) は 、 日本 に 於 い て は 、 江戸 時代 末期 に 広ま っ た 考え で 、 夷人 ( 外国 人 ) を しりぞけ る 。 +後 一条 天皇 ( ご いち じょうてんのう 、 寛弘 5 年 9 月 11 日 ( 1 00 8 年 10 月 12 日 ) - 長元 9 年 4 月 17 日 ( 10 36 年 5 月 15 日 ) ) は 、 平安 時代 中期 の 第 68 代 天皇 ( 在位 1016 年 - 10 36 年 ) 。 +雷電 ( らいでん ) は 、 能楽 作品 の ひと つ 。 +藤原 高藤 ( ふじわら の たか ふじ 、 承和 ( 日本 ) 5 年 ( 838 年 ) - 昌泰 3 年 3 月 12 日 ( 旧暦 ) ( 90 0 年 4 月 18 日 ) ) は 、 平安 時代 前期 の 公家 。 +鹿 せんべい ( しか - ) は 、 奈良 市 の 奈良 公園 周辺 で 放し 飼い の 鹿 に 観光 客 が 与え る 餌 と し て 販売 さ れ て い る もの で あ る 。 +庭燎 ( にわび ) は 、 宮中 神楽 の 1 曲 で あ る 。 +源義清 ( みなもと の よしき よ 、 承保 2 年 ( 1075 年 ) - 久安 5 年 ( 1149 年 ) ) は 、 平安 時代 後期 の 武将 。 +千鳥 の 曲 ( ちどり の きょく ) は 、 吉沢 検校 ( 二 世 ) が 作曲 し た 、 箏 ( こと ) と 胡弓 の ため の 楽曲 。 +澤村 訥子 ( さわむら とっし ) は 、 歌舞伎 役者 。 +堀川 通 ( ほり かわ どおり ) は 京都 市 の 主要 な 南北 の 通り の 一 つ 。 +弓道場 ( きゅうどう じょう ) と は 弓道 、 弓術 を 行 う 為 の 道場 を 言 う 。 +僧兵 ( そうへい ) と は 、 日本 の 古代 後期 から 中世 、 近世 初頭 に かけ て 存在 し た 僧形 の 武者 で あ る 。 +森田 流 ( もり た りゅう ) は 能楽 笛 方 の 流儀 。 +西陣織 ( にしじん おり ) と は 、 京都 の 先染 め 織物 を まとめ た 呼び名 で あ る 。 +春屋 宗園 ( しゅん おく そう えん 、 152 9 年 ~ 1611 年 ) は 、 安土 桃山 時代 から 江戸 時代 初期 に かけ て の 臨済 宗 の 僧 。 +大 区 小区 制 ( だいくしょう くせい ) は 、 日本 の 明治 時代 の 1872 年 に 施行 さ れ た 地方 制度 の こと 。 +台密 ( たいみつ ) と は 、 天台 宗 に 伝わ る 密教 の こと 。 +遣迎院 ( けん ごういん ) は 、 京都 市 北 区 ( 京都 市 ) 鷹峯 ( たか がみね ) に あ る 浄土 真宗 系 の 寺院 で 、 浄土 真宗遣 迎院 派 の 本山 で あ る 。 +元明 天皇 ( げん めい てんのう 、 皇極 天皇 7 年 ( 661 年 ) - 養老 5 年 12 月 7 日 ( 旧暦 ) ( 72 1 年 12 月 29 日 ) ) は 、 奈良 時代 初代 天皇 で 第 43 代 の 天皇 で 女帝 ( 在位 : 慶雲 4 年 7 月 17 日 ( 旧暦 ) ( 70 7 年 8 月 18 日 ) - 和銅 8 年 9 月 2 日 ( 旧暦 ) ( 71 5 年 10 月 3 日 ) ) 。 +練 り 菓子 ( ねり が し ) は 、 別名 「 こなし 」 と も い い 、 粉状 もしくは 粒状 の 原料 と 液状 もしくは 粘土 状 の 原料 を 配合 し て から 、 外力 を 繰り返 し 加え て 分布 を 均一 化 し 、 粘土 状 の 塑性 変型 する 状態 に 仕上げ た 間食 用 の 食品 類 。 +日真 ( にち しん 、 文安 元年 ( 1444 年 ) - 享禄 元年 3 月 29 日 ( 旧暦 ) ( 152 8 年 4 月 18 日 ) ) は 、 室町 時代 中期 の 日蓮 宗 の 僧 。 +縁起 物 ( えんぎ もの ) と は 、 よ い 事 が あ る よう に と 祝 い 祈 る ため の 品物 。 +日本 の 便所 ( にほん の べんじょ ) で は 日本 の 便所 に つ い て 述べ る 。 +近江令 ( おうみりょう ) は 、 日本 の 飛鳥 時代 ( 天智 天皇 の 治世 ) に 制定 さ れ た と さ れ る 法令 体系 。 +宝生 閑 ( ほうしょうかん 、 1934 年 ( 昭和 9 年 ) 5 月 15 日 - ) は 、 ワキ 方 下 掛宝生 流 の 能楽師 。 +大野 果安 ( おおのの は たやす 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +平盛綱 ( たいら の もりつな 、 生没年 不詳 ) は 平安 時代 末期 の 武将 。 +小松 清直 ( こまつ きよ なお 、 慶応 2 年 9 月 18 日 ( 旧暦 ) ( 1866 年 10 月 26 日 ) - 大正 7 年 ( 1918 年 ) 3 月 5 日 は 、 明治 ~ 大正 の 華族 。 +『 熊野 』 ( ゆや ) は 、 能 を 代表 する 曲 の 一 つ で あ る 。 +巨勢 奈弖 麻呂 ( こせ の な で まろ 、 天智 天皇 9 年 ( 67 0 年 ) - 天平 勝宝 5 年 3 月 30 日 ( 旧暦 ) ( 75 3 年 5 月 11 日 ) ) は 、 飛鳥 時代 ・ 奈良 時代 の 貴族 。 +山 階 宮晃親王 ( やましなのみや あきら しんの う 文化 ( 元号 ) 13 年 9 月 2 日 ( 旧暦 ) ( 1816 年 10 月 22 日 ) - 明治 31 年 ( 1898 年 ) 2 月 17 日 ) は 、 日本 の 皇族 。 +楠本 イネ ( くすもと いね 、 文政 10 年 5 月 6 日 ( 旧暦 ) ( 182 7 年 5 月 31 日 ) - 明治 36 年 ( 190 3 年 ) 8 月 27 日 ) は 、 日本 人 で 初めて 女性 で 西洋 医学 を 学 ん だ 産科 医 。 +藤原 俊成 ( ふじわら の としな り 、 永久 ( 元号 ) 2 年 ( 1114 年 ) - 元久 元年 11 月 30 日 ( 旧暦 ) ( 120 4 年 12 月 29 日 ) は 平安 時代 後期 から 鎌倉 時代 初期 の 歌人 。 +仁寿殿 ( じ じゅうでん ・ じんじゅでん ) と は 、 平安 京 の 内裏 に おけ る 殿舎 の ひと つ 。 +前田 正名 ( まえだま さな 、 嘉永 3 年 ( 1850 年 ) - 大正 10 年 ( 1921 年 ) ) は 、 明治 の 官僚 。 +長篠 の 戦い ( ながしの の たたか い 、 長篠 の 合戦 ・ 長篠 合戦 と も ) は 、 天正 3 年 5 月 21 日 ( 旧暦 ) ( 1575 年 6 月 29 日 ) 、 三河 国長 篠城 ( 現 愛知 県 新城 市 長篠 ) を めぐ り 、 織田 信長 ・ 徳川 家康 連合 軍 3 万 800 0 と 武田 勝頼 軍 1 万 5000 と の 間 で 行 わ れ た 戦い 。 +作り物語 ( つくり ものがたり ) は 、 王朝 物語 の うち 架空 の 人物 を 主人 公 と し て 展開 さ れ る 小説 的 な 作品 を 指 す 。 +宮川町 ( みやがわちょう ) は 京都 市 東山 区 に 位置 し て お り 、 宮川 筋 二 丁目 から 六 丁 目 まで が 花街 で あ る 。 +司 ( つかさ / し ) は 日本 古代 の 律令 制 に お い て 主に 省 の もと に 置 か れ た 官司 の 等級 の 一 つ で あ る 。 +この 項目 で は 、 親鸞 を 宗祖 と する 浄土 真宗 に おけ る 本願 寺 の 歴史 に つ い て 述べ る 。 +ハルマ 和解 ( はるまわ げ 、 波留 麻和解 ) は 、 日本 最初 の 蘭和 辞典 。 +イザナミ ( 伊弉冉 、 伊邪 那美 、 伊弉 弥 ) は 、 日本 神話 の 神 。 +正岡 子規 ( まさお か し き 、 慶応 3 年 9 月 17 日 ( 旧暦 ) ( 1867 年 10 月 14 日 ) - 明治 35 年 ( 190 2 年 ) 9 月 19 日 ) は 俳人 ・ 歌人 ・ 国語 学 研究 家 で あ る 。 +壬生 新 選 組 屯所 跡 +あぶり 餅 ( あぶり もち ) は 、 黄粉 を まぶし た 親指 大 の 餅 を 竹串 に 刺 し 、 炭火 で あぶ っ た あと 白味噌 の タレ を ぬ っ た 餅 菓子 また は 、 串 に さ し て あぶ っ た おかき や 煎餅 の こと 。 +中 御門流 ( なかみかど りゅう ) は 、 藤原 北家 の 流れ を 汲 む 公卿 の 一門 。 +金剛寺 ( こんごう じ ) は 京都 市 東山 区 に あ る 寺院 。 +藤原 伊周 ( ふじわら の これ ちか 、 天延 2 年 ( 974 年 ) - 寛弘 7 年 1 月 28 日 ( 旧暦 ) ( 1010 年 2 月 14 日 ) ) は 平安 時代 中期 の 廷臣 。 +藤原 伊房 ( ふじわら の これ ふさ 、 長元 3 年 ( 10 30 年 ) - 永長 元年 9 月 16 日 ( 旧暦 ) ( 1096 年 10 月 4 日 ) ) は 、 平安 時代 中期 から 後期 に かけ て の 公家 。 +藤原 仲麻呂 ( ふじわら の なかまろ 、 慶雲 3 年 ( 70 6 年 ) - 天平 宝字 8 年 9 月 18 日 ( 旧暦 ) ( 764 年 10 月 21 日 ) ) は 、 奈良 時代 の 公卿 。 +鹿王院 駅 ( ろくおう いん えき ) は 、 京都 市 右京 区 嵯峨 北堀町 に あ る 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 の 鉄道 駅 。 +四条 大橋 ( しじょう おおはし ) は 、 京都 市 を 流れ る 鴨川 に 架か る 四条 通 の 橋 で あ る 。 +千 宗旦 ( せんそう たん 、 せん の そうたん 、 1578 年 ( 天正 6 年 1 月 1日 ) - 1658 年 12 月 13 日 ( 万治 元年 11 月 19 日 ( 旧暦 ) ) ) は 日本 の 茶人 。 +渋谷 重国 ( しぶや しげく に 、 生没 年 未詳 ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 武将 。 +谷 衛成 ( た にもり な り 、 15 82 年 ( 天正 10 年 ) - 1627 年 1 月 19 日 ( 寛永 3 年 12 月 2 日 ( 旧暦 ) ) ) は 、 丹波 国山 家 藩 の 世嗣 。 +歴劫 修行 ( りゃっこう しゅぎょう ) と は 、 菩薩 が 長 い 間 、 過去 現在 未来 の 三世 に お い て 転生 を 繰り返 し て 修行 する こと 。 +斯波 義寛 ( しば よしと お / よしひろ 、 康正 3 年 ( 1457 年 ) - 永正 11 年 4 月 17 日 ( 旧暦 ) ( 1514 年 5 月 21 日 ? ) は 室町 時代 後期 の 守護 大名 。 +淀城 ( よどじょう ) は 、 京都 府 京都 市 伏見 区 に あ っ た 城 で あ る 。 +施餓鬼 ( せがき ) と は 、 仏教 に おけ る 法会 の 名称 で あ る 。 +家元 ( いえもと ) と は 、 日本 の 芸道 など を 家伝 と し て 承継 し て い る 家系 の こと 。 +大正 政変 ( たいしょうせいへん ) は 、 1913 年 ( 大正 2 年 ) 2 月 、 前年 末 から 起こ っ た 憲政 擁護 運動 ( 第 1 次 ) に よ っ て 第 3 次 桂 内閣 が 倒れ た こと を 指 す 。 +岩倉 尚具 ( いわくら なおと も 、 元文 2 年 ( 1737 年 ) ‐ 寛政 11 年 1 月 7 日 ( 旧暦 ) ( 1799 年 2 月 11 日 ) は 、 江戸 時代 中期 の 廷臣 。 +吉姫 神社 ( よしひめじんじゃ ) は 、 滋賀 県 湖南 市 に あ る 神社 。 +下間 頼龍 ( しもつまらいりゅう 、 天文 ( 元号 ) 21 年 ( 1552 年 ) - 慶長 14 年 6 月 15 日 ( 旧暦 ) ( 1609 年 7 月 16 日 ) ) は 戦国 時代 ( 日本 ) の 大谷 家 の 僧侶 。 +相馬 御 厨 ( そうま みくりや ) は 現在 の 茨城 県 取手 市 、 守谷 市 、 千葉 県 柏 市 、 流山 市 、 我孫子 市 の あたり に あ っ た 中世 の 荘園 寄進地 系 荘園 の 一 つ 。 +吉田 経房 ( よしだ つねふさ 、 永治 2 年 ( 1142 年 ) - 正治 2 年 閏 2 月 11 日 _ ( 旧暦 ) ( 120 0 年 3 月 27 日 ) は 、 平安 時代 末期 ・ 鎌倉 時代 初期 の 公卿 。 +正法 寺 ( しょうぼう じ ) は 、 京都 府 八幡 市 に あ る 浄土 宗 の 寺院 。 +八神殿 ( はっしん でん ) は 、 日本 の 律令 制 の 下 で 神祇 官 西院 に 設け られ た 、 天皇 を 守護 する 八神 を 祀 る 神殿 で あ る 。 +東坊城 徳長 ( ひがしぼう じょう よ しなが 、 明治 2 年 5 月 17 日 ( 旧暦 ) ( 1869 年 6 月 26 日 ) - 大正 11 年 ( 1922 年 ) 8 月 8 日 ) は 、 日本 の 華族 。 +西山 宗因 ( にしやま そういん 、 慶長 10 年 ( 160 5 年 ) - 天和 ( 日本 ) 2 年 3 月 28 日 ( 旧暦 ) ( 1682 年 5 月 5 日 ) ) は 、 江戸 時代 前期 の 俳人 ・ 連歌 師 。 +雑役 ( ぞうやく / ざつえき ) と は 、 平安 時代 中期 以後 に 導入 さ れ た 租税 体系 の こと 。 +鐘楼 ( しょうろう 、 しゅろう ) と は 、 寺院 内 に あ っ て 梵鐘 を 吊 し 、 時 を 告げ る 施設 。 +府 県 会 規則 ( ふ けん かい きそく ) と は 、 明治 時代 に 制定 さ れ た 、 日本 の 府県 に 府 県 会 を 置 く こと を はじめて 定め た 規則 の こと 。 +一条 実経 ( いちじょうさ ねつね 、 貞応 2 年 ( 1223 年 ) - 弘安 7 年 7 月 18 日 ( 旧暦 ) ( 1284 年 8 月 30 日 ) ) は 、 鎌倉 時代 の 公卿 。 +綾部 藩 ( あやべ はん ) は 、 丹波 国 ( 現在 の 京都 府 綾部 市 青野 町 、 また は 同 本宮町 ) に 存在 し た 藩 。 +小式 部 内侍 ( こしき ぶ の な い し 、 長保 元年 ( 999 年 ) 頃 - 万寿 2 年 ( 1025 年 ) 11 月 ) は 平安 時代 の 女流 歌人 。 +先手 組 ( さきて ぐみ ) は 、 江戸 幕府 の 軍制 の 一 つ 。 +町小路 ( まち こうじ ) と は 、 中世 日本 京都 の 町衆 の 中心 と な っ た 通り で あ り 、 そこ に は 土倉 が 建ち 並 ん で い た 。 +浄土 宗 ( じょうどしゅう ) は 、 法然 上人 が 開祖 で あ る 、 浄土 教専修 念仏 を 宗旨 と する 日本 の 仏教 宗 派 の 一 つ 。 +白子 ( しらこ ) は 、 主に 魚類 の 精巣 を 食材 と する 際 の 呼び名 。 +一条 師良 ( いちじょう も ろな が 、 正嘉 2 年 ( 1258 年 ) - 永仁 元年 9 月 29 日 ( 旧暦 ) ( 1293 年 10 月 29 日 ) ) は 鎌倉 時代 の 公家 。 +近松 門左衛門 ( ちかまつ もんざえもん 、 近松 門 左衞門 、 承応 2 年 ( 1653 年 ) - 享保 9 年 11 月 22 日 ( 旧暦 ) ( 1725 年 1 月 6 日 ) ) は 江戸 時代 前期 の 元禄期 に 活躍 し た 歌舞伎 ・ 浄瑠璃 の 作者 で あ る 。 +『 学問 源 流 』 ( がくもん げん りゅう ) は 、 江戸 時代 中期 に 那波 師 曾 ( 魯堂 ) に よ っ て 書 か れ た 漢学 史書 。 +仏壇 ( ぶつだん ) と は 、 一般 家屋 の 中 に 常設 さ れ た 、 仏 を 祀 る 厨子 で あ り 、 家族 の 死者 を 祭 る 、 祭壇 で も あ る 。 +敦康 親王 ( あつやすしんの う 、 長保 元年 11 月 7 日 ( 旧暦 ) ( 999 年 12 月 17 日 ) - 寛仁 2 年 12 月 17 日 ( 旧暦 ) ( 1019 年 1 月 25 日 ) ) は 平安 時代 中期 の 皇族 。 +治承 三 年 の 政変 ( じしょう さん ねん の せいへん ) は 治承 3 年 ( 1179 年 ) 1 1 月 、 平清 盛 が 軍勢 を 率い て 京都 を 制圧 、 後白 河 院 政 を 停止 し た 事件 。 +折田 平内 ( おりた へいな い 、 1846 年 12 月 ( 旧暦 ) - 190 5 年 5 月 7 日 ) は 、 明治 時代 の 政治 家 。 +安東 蓮聖 ( あんどう れんしょう 、 延応 元年 ( 1239 年 ) - 嘉暦 4 年 1 月 19 日 ( 旧暦 ) ( 1329 年 2 月 18 日 ) ) は 、 鎌倉 時代 後期 の 武将 で 、 鎌倉 幕府 執権 北条 氏 得 宗家 の 被官 ( 御内 人 ) 。 +和田 義盛 ( わ だ よしもり ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 武将 。 +斎藤 一諾斎 ( さいとう いち だくさい 、 文化 ( 元号 ) 10 年 ( 1813 年 ) - 明治 7 年 ( 1874 年 ) 12 月 18 日 ) は 、 幕末 期 の 僧侶 。 +姥 尉輔 ( うば じょうすけ ) は 歌舞伎 作者 の 名跡 。 +平島 公方 ( ひらしま くぼう ) ( 又 は 阿波 公方 ) は 、 血統 的 に は 室町 幕府 11 代 征夷 大将軍 ・ 足利 義澄 の 次男 足利 義維 の 末裔 で 、 家柄 的 に は 、 足利 義視 から 義稙 、 そして 義維 と 続 く 将軍 家別 家 で あ る 。 +神大 市 比売 ( かむ おお い ち ひめ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +許儀 後 ( きょぎ ご 、 生没年 不詳 ) は 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 ・ 江戸 時代 の 人物 。 +久我 通宣 ( こが みちのぶ 、 文中 2 年 / 応安 6 年 ( 1373 年 ) - 永享 5 年 8 月 15 日 ( 旧暦 ) ( 1433 年 9 月 28 日 ) ) は 、 室町 時代 の 公卿 。 +佐伯男 ( さえき の おとこ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +てるてる 坊主 ( - ぼうず ) と は 、 日本 の 風習 の 一 つ で あ り 、 これ を 正立 さ せ た 状態 で 軒先 など に 飾 る と 、 明日 の 天気 が 晴れ に な る と 言 わ れ て い る 。 +平時継 ( たいら の ときつ ぐ 、 貞応 元年 ( 1222 年 ) - 永仁 2 年 7 月 10 日 ( 旧暦 ) ( 1294 年 8 月 2 日 ) ) は 、 鎌倉 時代 中期 の 公卿 。 +門流 ( もんりゅう ) と は 、 妙法 蓮華 経 ( 法華 経 ) を 正法 と とらえ る 日蓮 門 下 の 分派 を 、 派祖 もしくは 派祖 が 弘法 し た 地名 に よ っ て 示 す 場合 の 呼称 。 +百 錬 抄 ( ひゃく れん しょう ) は 、 公家 の 日記 など の 諸 記録 を 抜粋 ・ 編集 し た 歴史 書 。 +源 通親 ( みなもと の みちちか 、 久安 5 年 ( 1149 年 ) - 建仁 2 年 10 月 21 日 ( 旧暦 ) ( 120 2 年 11 月 7 日 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公家 政治 家 。 +石束 毎雅 ( いしづか つね まさ 、 元禄 13 年 ( 170 0 年 ) - 宝暦 2 年 5 月 22 日 ( 旧暦 ) ( 175 2 年 7 月 3 日 ) ) は 、 江戸 時代 中期 の 武士 。 +山科 教言 ( やましなのりとき 、 嘉暦 3 年 6 月 8 日 ( 旧暦 ) ( 1328 年 7 月 15 日 ) - 応永 17 年 12 月 15 日 ( 旧暦 ) ( 1411 年 1 月 9 日 ) ) は 、 南北朝 時代 ( 日本 ) の 公家 。 +和田 常盛 ( わ だ つねもり 、 承安 ( 日本 ) 2 年 ( 1172 年 ) - 建保 元年 ( 1213 年 ) ) は 、 鎌倉 幕府 の 御 家人 。 +宣教 使 ( せん きょうし ) は 、 日本 の 明治 の 官庁 の 一 つ で あ る 。 +西園寺 公朝 ( さいおんじ きん と も 、 永正 12 年 ( 1515 年 ) ‐ 天正 18 年 6 月 22 日 ( 旧暦 ) ( 1590 年 7 月 23 日 ) ) は 、 室町 時代 から 安土 桃山 時代 の 公卿 。 +顕妙 寺 ( けんみょうじ ) は 、 京都 府 福知 山 市 に 所在 する 日蓮 正宗 の 寺院 。 +松久 朋琳 ( まつひさ ほうりん 、 1901 年 ( 明治 34 年 ) - 1987 年 ( 昭和 62 年 ) 9 月 1日 ) は 、 仏師 。 +木曾 義宗 ( きそ よしむね 、 生没年 不詳 ) は 、 鎌倉 時代 の 武将 。 +西行 桜 ( さい ぎょうざくら ) は 、 世阿弥 作 の 能楽 作品 。 +足利 義教 ( あしかが よしのり 、 応永 元年 6 月 14 日 ( 1394 年 7 月 12 日 ) - 嘉吉 元年 6 月 24 日 ( 1441 年 7 月 12 日 ) は 、 室町 幕府 第 6 代 征夷 大将軍 ( 将軍 職 14 2 8 - 1441 年 ) 。 +六 国史 ( りっこく し ) と は 、 古代 日本 の 律令 国家 が 編纂 し た 6 つ の 一連 の 正史 の こと で あ る 。 +橘 氏 ( 筑後 ) ( たちばなし ) は 平安 時代 の 筑後 国 蒲池 の 領主 の 一族 。 +破魔矢 ( はまや ) と は 、 正月 の 縁起 物 と し て 寺院 ・ 神社 で 授与 さ れ る 矢 で あ る 。 +清洲 会議 ( きよ す かいぎ ) は 安土 桃山 時代 の 15 82 年 ( 天正 10 年 ) 6 月 27 日 ( 旧暦 ) に 開 か れ た 。 +北条 重 時 ( ほうじょうしげとき ) は 、 鎌倉 時代 前期 の 北条 氏 の 一門 。 +熊坂 長範 ( くまさか ちょう はん ) は 、 平安 時代 の 伝説 上 の 盗賊 。 +卒塔婆 ( そとば ) と は 、 サンスクリット 語 の 「 ストゥーパ ( st û pa ) 」 から の 音写 で あ る 。 +岩倉 槙子 ( いわくら まきこ 、 旧姓 : 野口 槇子 、 文政 10 年 ( 1827 年 ) - 明治 36 年 ( 190 3 年 ) 2 月 23 日 ) は 、 岩倉 具視 の 継室 。 +曾我 祐成 ( そ が すけな り 、 承安 ( 日本 ) 2 年 ( 1172 年 )   - 建久 4 年 5 月 28 日 ( 旧暦 ) ( 1193 年 6 月 28 日 ) ) は 、 鎌倉 時代 初期 の 武士 。 +鞍馬 電気 鉄道 株式 会社 ( くらま でんき てつどう ) は 、 現京 都 市 左京 区 の 山端 ( 現 : 宝ヶ池 駅 ) から 鞍馬 駅 へ の 鉄道 路線 を 運営 し て い た 鉄道 会社 。 +石 合戦 ( いし がっせん ) と は 、 戦国 時代 ( 日本 ) の 合戦 を 模 し て 、 二手 に 分かれ て 石 を ぶつけ合 う こと 。 +浅野 長政 ( あさ の なが まさ ) は 安土 桃山 時代 から 江戸 時代 の 大名 で あ る 。 +文鏡 秘府 論 ( ぶんきょうひ ふ ろん ) は 、 平安 時代 前期 に 編纂 さ れ た 文学 理論 書 で 、 中国 の 六朝 期 から 唐朝 に 至 る 詩文 の 創作 理論 を 取りまとめ た もの で あ る 。 +魚 っ 知館 ( うおっち かん ) は 京都 府 宮津 市 小田 宿野 に あ る 水族 館 。 +女 系 天皇 ( じょけい てん のう ) と は 、 日本 に お い て 母 のみ が 皇統 に 属 する 天皇 を 指 す 呼称 で あ り 、 また 、 「 母系 天皇 」 と 称 さ れ る こと も あ る 。 +桂園 一枝 ( けいえん いっ し ) は 、 江戸 時代 後期 に 刊行 さ れ た 香川 景樹 ( 1768 年 - 1843 年 ) の 自撰 歌集 。 +伊東 甲子太郎 ( いとうか し たろ う 、 天保 6 年 ( 1835 年 ) - 慶応 3 年 11 月 18 日 ( 旧暦 ) ( 1867 年 12 月 13 日 ) ) は 、 新 選 組 参謀 。 +寄木 細工 ( よせぎ ざいく ) は 、 箱根 町 や 海外 の 土産物 屋 で よく 見 られ る 伝統 工芸 品 で あ る 。 +京都 文化 博覧 会 ( きょうと ぶんか は くらん かい ) は 、 京都 市 で 開催 さ れ る 博覧 会 。 +光明 皇后 ( こうみょう こうごう 、 大宝 ( 日本 ) 元年 ( 70 1 年 ) - 天平 宝字 4 年 6 月 7 日 ( 旧暦 ) ( 76 0 年 7 月 27 日 ) ) は 、 奈良 時代 の 人 。 +太政 官 +源 道済 ( みなもと の みちな り 、 ? - 寛仁 3 年 ( 1019 年 ) ) は 、 平安 時代 中期 の 官人 ・ 歌人 。 +浦野 重直 ( うらの しげ なお 、 生没年 不詳 ) は 、 平安 時代 末期 の 武将 。 +大和 の 古道 ( やまと の こどう ) と は 、 日本 の 古代 道路 の うち 、 大和 国内 に 設置 さ れ た もの を い い 、 以下 の よう な もの が あ る 。 +興正寺 ( こうしょうじ ) は 、 京都 府 京都 市 下京 区 に あ る 浄土 真宗 の 寺 。 +茂山 逸平 ( しげ やま いっぺい 、 1979 年 6 月 12 日 - ) は 狂言 師 ・ 俳優 。 +鷹狩 ( たかがり ) と は 、 鷹 など の 鳥 を 使 っ た 狩猟 の 一種 。 +分国 法 ( ぶんこく ほう ) は 、 戦国 時代 ( 日本 ) に 戦国 大名 が 領国内 を 統治 する ため に 制定 し た 法律 規範 で あ る 。 +スルッと KANSAI ( するっと かんさい ) と は 、 関西 ( 近畿 地方 ) の 公共 交通 機関 の 乗車 カード の ネットワーク 、 また は 大阪 府 大阪 市 に 本社 を 置 く その 協議 会 の 筆頭 会社 で あ る 。 +一条 高能 ( いちじょう たか よし 、 安元 2 年 ( 1176 年 ) - 建久 9 年 9 月 17 日 _ ( 旧暦 ) ( 1198 年 10 月 19 日 ) ) は 、 鎌倉 時代 初期 の 公卿 ・ 政治 家 。 +尾崎 三良 ( おざき さぶろう 、 天保 13 年 1 月 22 日 ( 旧暦 ) ( 1842 年 3 月 3 日 ) - 大正 7 年 ( 1918 年 ) 10 月 13 日 ) は 、 幕末 の 三 条 家 家人 。 +近江 商人 ( おうみ しょうにん ) は 、 主に 鎌倉 時代 から 江戸 時代 、 明治 時代 、 大正 時代 、 昭和 時代 に かけ て 活動 し た 近江国 ・ 滋賀 県 出身 の 商人 。 +硬六 派 ( こう ろっぱ ) と は 、 1890 年代 に 対外 強硬 論 を 唱え て い た 対外 硬 路線 を 掲げ る 国家 主義 ・ 国粋 主義 的 な 6 党派 の 連合 の こと 。 +孫橋 通 ( まご は し どおり ) は 京都 市 左京 区 南部 の 東西 の 通り の 一 つ 。 +本草 和名 ( ほんぞう わみょう ) と は 深根 輔 仁撰 に よ る 日本 現存 最古 の 薬物 辞典 ( 本草 書 ) で あ る 。 +山城屋 事件 は 1872 年 ( 明治 5 年 ) 陸軍 省 の 御 用 商人 山城屋 和助 が 陸軍 省 から 無 担保 で 借り受け た 公金 を 返済 でき ず 自殺 し た 事件 。 +切腹 ( せっぷく ) は 、 みずから の 腹部 を 刀 で 切り裂 い て 死 ぬ 自殺 の 一 方法 。 +鷹司 輔煕 ( たかつかさ すけひろ 、 名 の 表記 は 輔 & 20 9 5 8 、 輔熈 と も 、 文化 ( 元 号 ) 4 年 11 月 7 日 ( 旧暦 ) ( 180 7 年 12 月 5 日 ) - 明治 11 年 ( 1878 年 ) 1 1 月 19 日 ) は 、 江戸 時代 末期 ( 幕末 ) の 公卿 。 +大谷 祖廟 ( おおたに そびょう ) は 、 京都 府 京都 市 東山 区 に あ る 、 真宗 大谷 派 ( 東本願 寺 ) の 宗祖 親鸞 の 墓 。 +齋田 梅亭 ( さいた   ばいてい   190 0 年 4 月 6 日 - 1981 年 6 月 1日 ) は 日本 の 截金 師 。 +鈴木 忠重 ( すずき ただしげ 、 天正 2 年 ( 1574 年 ) - 明暦 4 年 ( 1658 年 ) ) は 、 松代 藩 家老 。 +川勝 氏 ( かわかつ し 、 かわか つうじ ) は 、 日本 の 氏族 の ひと つ 。 +速水流 ( はやみ りゅう ) は 、 速水 宗達 に 始ま る 茶道 の 流派 。 +類聚符 宣抄 ( るいじゅう ふ せんしょう ) は 、 天平 9 年 ( 737 年 ) から 寛治 7 年 ( 1093 年 ) まで の 間 の 太政 官 符 ・ 宣旨 ・ 解状 を 、 部目 別 に 分類 し て 編集 し た 法令 集 で あ る 。 +付け下げ ( つけさげ ) は 付下げ とも 書 き 、 日本 の 女性 用 の 和服 。 +安達 泰盛 ( あだち やすもり ) は 鎌倉 時代 中期 の 鎌倉 幕府 の 有力 御 家人 。 +並行 複発 酵 ( へい こうふく はっこう ) と は 、 醸造 酒 の 製造 過程 で 起こ る 発酵 の 一種 で あ り 、 麹 の 酵素 に よ っ て デンプン が ブドウ 糖 に 変化 する 糖化 と 、 ブドウ 糖 が 酵母 の 働き に よ っ て アルコール に 変化 する 発酵 と が 、 同一 容器 中 で 同時 に 行 わ れ る こと を い う 。 +鳥羽 街道 駅 ( とば かいどう えき ) は 、 京都 府 京都 市 東山 区 福稲 下 高松 町 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +粉茶 ( こな ちゃ ) は 、 煎茶 の 製造 工程 で 出 た 粉状 の 切れ端 を 集め た もの 。 +長 皇子 ( ながの みこ 、 生年 不詳 - 和銅 8 年 6 月 4 日 ( 旧暦 ) ( 71 5 年 7 月 9 日 ) ) は 飛鳥 時代 後期 から 奈良 時代 初期 に かけ て 活躍 し た 皇族 。 +松風 ( まつかぜ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +花山院 長熙 ( かざん いん な が ひろ 、 享保 21 年 1 月 21 日 ( 旧暦 ) ( 1736 年 3 月 3 日 ) - 明和 6 年 8 月 14 日 ( 旧暦 ) ( 1769 年 9 月 13 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +陣屋 町 ( じんやまち ) と は 、 かつて の 日本 に おけ る 都市 形態 の ひと つ で あ る 。 +佐々 頼起 ( さっさより おき ) は 、 鎌倉 時代 中期 の 人物 。 +北山 通 ( きたやまどおり ) は 京都 市 の 主要 な 東西 の 通り の ひと つ 、 東西 方向 の 幹線 道路 と し て は 最北 に 位置 し て い る 。 +公式 令 ( く しきりょう ) は 、 令 に おけ る おけ る 編目 の 1 つ 。 +河原崎 権之助 ( かわら さき ごんのすけ ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +西村 道仁 ( にしむら どうにん 、 永正 元年 ( 150 4 年 ) - 弘治 ( 日本 ) 元年 ( 1555 年 ) ) は 、 戦国 時代 ( 日本 ) の 鋳物 師 、 釜師 。 +斎藤 利治 ( さいとう としはる 、 天文 ( 元号 ) 10 年 ( 1541 年 ) ? - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +阿弥陀 寺 ( あみだじ ) は 滋賀 県 高島 市 新旭町 に あ る 真言 律宗 の 仏教 寺院 。 +子守 学校 ( こもり がっこう ) と は 、 明治 初期 に 、 自身 の 幼 い 弟妹 や 他家 の 乳幼児 の 子守 の ため 学校 に 通 う こと が でき な い 子ども たち の ため に 作 ら れ た 学校 。 +石山寺 ( いしやまで ら ) は 、 滋賀 県 大津 市 石山寺 1 丁目 に あ る 東寺 真言 宗 の 寺院 。 +大炊 御門 信宗 ( おおい の みかど の ぶむね 、 元中 8 年 ・ 明徳 2 年 ( 1391 年 ) - 享徳 2 年 ( 1453 年 ) 以降 ) は 、 室町 時代 の 公卿 。 +歌合 ( うたあわせ ) と は 、 歌人 を 左右 二 組 に わけ て 行 う 遊び 。 +吉良 義央 ( きら よしひさ ) は 、 江戸 時代 前期 の 高家 。 +佐伯 三野 ( さえき のみ の ) は 、 奈良 時代 の 貴族 。 +光厳 天皇 ( こうごん てん の う 正和 2 年 7 月 9 日 ( 1313 年 8 月 1日 ) - 正平 19 年 / 貞治 3 年 7 月 7 日 ( 1364 年 8 月 5 日 ) 、 在位 : 元弘 元年 9 月 20 日 ( 1331 年 10 月 22 日 ) - 元弘 3 年 / 正慶 2 年 5 月 25 日 ( 1333 年 7 月 7 日 ) ) は 、 南北朝 時代 の 北朝 第 1 代 天皇 と さ れ て い る 。 +安然 ( あんねん 、 承和 ( 日本 ) 8 年 ( 841 年 ) ? - 延喜 15 年 ( 915 年 ) ? ) は 、 平安 時代 前期 の 天台 宗 の 僧 。 +富田 近行 ( とみだ ちかゆき ) は 、 鎌倉 時代 の 武蔵 国 児玉 党 ( 現在 の 埼玉 県 本庄 市 富田 出身 ) の 武士 。 +後撰 和 歌集 ( ごせん わかしゅう ) は 、 村上 天皇 の 下命 に よ っ て 編纂 さ れ た 第 二 番 目 の 勅撰 和 歌集 。 +志貴 皇子 ( しき の みこ 、 天智 天皇 7 年 ( 668 年 ) ? - 霊亀 2 年 8 月 11 日 ( 旧暦 ) ( 71 6 年 10 月 4 日 ) ) は 飛鳥 時代 末期 から 奈良 時代 初期 に かけ て の 皇族 。 +松岡 恕庵 ( まつおか じょ あん 、 寛文 8 年 ( 1668 年 ) - 延享 3 年 7 月 11 日 ( 旧暦 ) ( 1746 年 8 月 27 日 ) ) は 、 日本 の 儒家 、 本草 学 者 。 +県祭り ( あが た まつり ) は 、 毎年 6 月 5 日 から 翌 6 月 6 日 に かけ て 行 わ れ る 京都 府 宇治 市 の 祭 。 +橋本 皆 助 ( はしもと かいすけ 、 天保 6 年 ( 1835 年 ) - 明治 4 年 4 月 16 日 ( 旧暦 ) ( 18 71 年 6 月 3 日 ) ) は 、 大和 郡山 藩 出身 の 新 選 組 隊士 。 +二条   良実 ( にじょう   よしざね 、 建保 4 年 ( 1216 年 ) - 文永 7 年 11 月 29 日 ( 旧暦 ) ( 12 7 1 年 1 月 11 日 ) ) は 、 鎌倉 時代 中期 の 公卿 。 +源 忠重 ( みなもと の ただしげ 、 生没 年 未詳 ) は 、 平安 時代 中期 の 武士 ・ 官人 。 +平田 佐次郎 ( ひらた さじろう 、 1842 年 ( 天保 13 年 ) -   190 2 年 ( 明治 35 年 ) ) は 、 三重 県 四日市 市 出身 の 実業 家 ・ 平田 紡績 の 創設 者 +親王妃 ( しんのうひ / みこの みめ ) と は 、 親王 の 妃 の 身位 、 また は その 身位 に あ る 人 を い う 。 +雪村 友梅 ( せっそんゆう ばい 、 正応 3 年 ( 1290 年 ) - 貞和 2 年 12 月 2 日 ( 旧暦 ) ( 1347 年 1 月 14 日 ) ) は 、 鎌倉 時代 末 から 南北朝 時代 ( 日本 ) に かけ て の 臨済 宗 の 禅僧 で あ る 。 +但馬 皇女 ( たじま の ひめみこ 、 生年 不詳 - 和銅 元年 6 月 25 日 ( 旧暦 ) ( 70 8 年 ) ) は 天武 天皇 の 皇女 。 +長尾 景茂 ( ながおかげ も ち ) は 鎌倉 時代 の 相模 国 の 武士 。 +片白 ( かたは く ) は 、 平安 時代 から 江戸 時代 に かけ て の 日本 酒 の 醸造 に お い て 、 掛け 米 ( 蒸米 ) だけ に 精白 米 を 用い 、 麹米 に は 精米 し て い な い 玄米 を 用い る 製法 の こと で あ る 。 +擬宝珠 ( ぎぼし 、 ぎぼうしゅ ) は 、 橋 や 寺社 の 欄干 に 取り付け られ た 2 . に 似 た 飾り 。 +物部 日向 ( もの のべ の ひむ か 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +巡察 使 ( じゅんさつ し ) は 、 中国 ・ 唐代 に 置 か れ た 官名 で あ る 。 +二条 河原 の 落書 ( に じょうがわら の らくしょ ) と は 、 室町 幕府 問 注 所 執事 の 町野 氏 に 伝わ る 『 建武 年間 記 ( 建武記 ) 』 に 収録 さ れ て い る 文 で あ る 。 +追儺 ( ついな ) と は 、 大晦日 ( 12 月 30 日 ( 旧暦 ) ) の 宮中 の 年中 行事 で あ り 、 平安 時代 の 初期 頃 から 行 わ れ て い る 鬼払い の 儀式 。 +山口 素堂 ( やまぐち そどう 、 寛永 19 年 5 月 5 日 ( 旧暦 ) ( 1642 年 6 月 1日 ) - 享保 元年 8 月 15 日 ( 旧暦 ) ( 1 71 6 年 9 月 30 日 ) ) は 江戸 時代 前期 の 俳人 ・ 治水 家 で あ る 。 +玉置 神社 ( たまき じんじゃ ) は 、 奈良 県 吉野 郡 に あ る 神社 。 +一宮 ・ 一 の 宮 ( いちのみや ) と は +上桂 駅 ( かみかつら えき ) は 、 京都 市 西京 区 に あ る 、 阪急 電鉄 阪急 嵐山 線 の 鉄道 駅 。 +草薙 剣 盗難 事件 ( くさなぎ の つるぎ とうなん じけん ) は 、 668 年 ( 天智 天皇 7 年 ) に 発生 し た 盗難 事件 。 +西園寺 公潔 ( さいおんじ きん ず み 、 文化 ( 元号 ) 15 年 2 月 1日 ( 旧暦 ) ( 1818 年 3 月 7 日 ) - 天保 7 年 5 月 30 日 ( 旧暦 ) ( 1836 年 7 月 13 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +合方 ( あいかた ) また は 相方 ( あいかた ) は 日本 音楽 や 日本 舞踊 に おけ る 用語 の 一 つ 。 +善能 寺 ( ぜんのうじ ) は 、 京都 市 東山 区 に あ る 真言 宗 泉涌 寺 派 の 寺院 。 +百 鬼 夜行 ( ひゃっき や ぎょう 、 ひゃっ き や こう ) と は 、 説話 など に 登場 する 深夜 の 町 を 集団 で 徘徊 する 鬼 や 妖怪 の 群れ 及び その 行進 の こと 。 +富取益 斎 ( とみと りえき さい 、 男性 、 生年 不詳– 文政 5 年 2 月 10 日 ( 旧暦 ) ( 182 2 年 4 月 1日 ) ) は 、 江戸 時代 中期 の 日本 の 篆刻 家 で あ る 。 +藤原 家頼 ( ふじわら の いえ より 、 生没 年 未詳 ) は 、 平安 時代 末期 の 貴族 。 +恵印 灌頂 ( えいんかん ぢょう ) は 、 修験 道 の 当山 派 の 寺院 で あ る 醍醐 寺 三宝院 に おけ る 法流 を い い 、 また その 恵印 法流 を 継承 する 儀式 を い う 。 +棒術 ( ぼうじゅつ ) は 、 日本 武術 に お い て 長 い 棒 を 武器 と する 術 の こと で あ る 。 +真如 三昧耶堂 ( しんにょ さん ま や どう ) は 、 宗教 法人 真如 苑 教主 ・ 伊藤 真乗 の 浄行 を 荘厳 する ため に 、 真言 宗 醍醐 派 総 本山 醍醐 寺 に よ り 1997 年 に 建立 さ れ た 堂 。 +快誉 ( かいよ 、 長元 9 年 ( 10 36 年 ) - 天永 3 年 8 月 14 日 ( 旧暦 ) ( 1112 年 9 月 6 日 ) ) は 、 平安 時代 末期 ( 院 政 期 ) の 僧侶 。 +木村 由信 ( きむら よしのぶ 、 生年 不詳 - 慶長 5 年 9 月 18 日 ( 旧暦 ) ( 160 0 年 10 月 24 日 ) ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +伊良子 道牛 ( いら こ どう ぎゅう 、 寛文 11 年 12 月 30 日 ( 旧暦 ) ( 167 2 年 1 月 29 日 ) - 享保 19 年 1 月 12 日 ( 旧暦 ) ( 1734 年 2 月 15 日 ) ) は 、 江戸 時代 の 外科 医 。 +伎楽 ( ぎがく ) は 、 日本 の 伝統 演劇 の ひと つ 。 +稚桜 部 五百瀬 ( わか さ くらべ の い おせ 、 生年 不詳 - 持統 天皇 10 年 9 月 ( 旧暦 ) ( 696 年 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +日本 の 蒸気 機関 車史 ( にほんの じょうきき かん しゃ し ) で は 、 日本 に おけ る 蒸気 機関 車 の 歴史 に つ い て 記 す 。 +道中 奉行 ( どう ちゅうぶぎょう ) は 、 江戸 幕府 に おけ る 職名 の ひと つ 。 +井上 正経 ( いのうえ まさつね ) は 、 江戸 時代 の 大名 、 老中 。 +智積院 ( ちしゃくいん ) は 、 京都 市 東山 区 に あ る 真言 宗 智山 派 総 本山 の 寺院 で あ る 。 +伏見宮 ( ふしみのみや ) は 、 日本 の 宮家 の 一 つ 。 +法観 寺 ( ほうかんじ ) は 京都 市 東山 区 に あ る 臨済 宗 建仁 寺 派 の 寺院 。 +歌人 ( かじん ) と は 、 和歌 や 短歌 を 作 る 人 の こと を い う 。 +後鑑 ( の ちかがみ ) は 、 江戸 幕府 に よ っ て 編纂 さ れ た 室町 幕府 15 代 の 歴史 書 。 +会合衆 ( えごうしゅう 、 かいごう しゅう ) と は 、 室町 時代 から 安土 桃山 時代 の 都市 で 自治 の 指導 的 役割 を 果た し た 評定 組織 また は その 組織 の 構成 員 。 +菩提寺 ( ぼだいじ ) は 、 仏教 に 於 い て 、 もともと 菩提 を 弔 う 寺院 の 事 を 指 す が 、 先祖 代々 の 墓所 が あ る 寺院 の 事 も 指 す 。 +堅田 藩 ( かただ はん ) は 、 近江 国 滋賀 郡 ・ 高島 郡 ( 現在 の 滋賀 県 大津 市 堅田 ) に 存在 し た 藩 。 +地歌 ( ぢうた 、 地唄 ) は 、 上方 で 行 わ れ た 三味 線 を 用い た 音曲 ( 三味 線 唄 ) で あ る 。 +斉藤 時頼 ( さいとう ときより 、 生没年 不詳 ) は 、 平安 時代 末期 の 武士 。 +杜氏 組合 ( とうじ くみあい ) と は 、 日本 酒 の 酒造 技術 者 で あ る 杜氏 が 作 る 組合 。 +小瀬 鵜飼 ( おぜう かい ) と は 、 岐阜 県 関 市 小瀬 の 長良 川 で 毎年 5 月 11 日 から 10 月 15 日 まで 行 わ れ る 鵜飼い で あ る 。 +大口 袴 ( おおく ち ばかま ) と は 、 束帯 装束 の 表袴 の 下 に 履 く 裾 の 大き く 開 い た 紅色 の 肌袴 の こと 。 +賊軍 ( ぞく ぐん ) と は 、 「 官軍 」 の 対語 で 、 日本 史上 その 軍 の 正当 性 を 否定 する 言葉 。 +安楽 庵 策 伝 ( あんらく あん さく でん 、 天文 ( 元号 ) 23 年 ( 1554 年 ) - 寛永 19 年 1 月 8 日 ( 旧暦 ) ( 1642 年 2 月 7 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 浄土 宗 の 僧 。 +藤原 親通 ( ふじわら の ちかみ ち 、 生没年 不詳 ) は 、 平安 時代 後期 の 公家 。 +田中 寅蔵 ( たなか とらぞう 、 天保 12 年 ( 1841 年 ) - 慶応 3 年 4 月 15 日 ( 旧暦 ) ( 1867 年 5 月 18 日 ) ) は 新選 組 剣術 師範 。 +国友 一貫 斎 ( くに とも いっかん さい 、 九 代 目 国友 藤兵衛 ( - とうべえ ) 安永 7 年 10 月 3 日 ( 旧暦 ) ( 1778 年 11 月 21 日 ) - 天保 11 年 12 月 3 日 ( 旧暦 ) ( 1840 年 12 月 26 日 ) ) は 鉄砲 鍛冶師 、 発明 家 。 +出世 魚 ( しゅっせ うお ) と は 、 日本 に お い て 、 稚魚 から 成魚 まで の 魚類 の 成長 に 応 じ て 異な る 名前 で 呼 ば れ る 魚 の こと 。 +正 五 位 ( しょうご い ) と は 、 日本 の 位 階 及び 神階 に おけ る 位 の ひと つ 。 +蘇我 堅 塩媛 ( そが の きたしひめ 、 生没年 不詳 ) は 飛鳥 時代 の 皇妃 。 +藤原 京 ( ふじわら きょう ) は 、 飛鳥 京 の 西北部 、 奈良 県 橿原 市 に 所在 する 日本 史上 最初 で 最大 の 都城 で あ る 。 +豊嶋 弥左衛門 ( てしま やざえもん 、 1899 年 5 月 1日 - 1978 年 1 月 3 日 ) は 能 シテ 金 剛 流能 楽師 。 +『 平家 女護島 』 ( へいけ にょご がしま ) は 、 近松 門左衛門 作 の 人形 浄 瑠璃 。 +酒井 忠義 ( さかい ただ あき 、 文化 ( 元号 ) 10 年 7 月 9 日 ( 旧暦 ) ( 1813 年 8 月 4 日 ) - 明治 6 年 ( 1873 年 ) 12 月 5 日 ) は 、 江戸 時代 末期 の 大名 。 +山田 重満 ( やまだ しげみつ 、 生年 不詳 - 治承 5 年 3 月 10 日 ( 旧暦 ) ( 1181 年 4 月 25 日 ) ) は 、 平安 時代 末期 の 武将 。 +油小路 通 ( あぶら の こうじ どおり ) は 京都 市 の 主要 な 南北 の 通り の 一 つ 。 +手揉 み 茶 ( て も みちゃ ) 手揉 み は 煎茶 本来 の 製法 。 +柳原 家 ( やなぎわらけ 、 やなぎはら の 読み は 慣例 ) は 、 名家 ( 公家 ) の 家格 を 有 する 公家 。 +雲外 鏡 ( うんが いきょう ) は 、 特殊 な 鏡 が 長 い 年月 を 経 た のち に 変 じ た と い う 、 日本 の 妖怪 の 一種 。 +相馬 義胤 ( そうま よしたね 、 生没年 不詳 ) は 鎌倉 時代 の 武士 。 +徳大寺 公全 ( とくだいじ きん とも 、 延宝 6 年 7 月 10 日 ( 旧暦 ) ( 167 8 年 8 月 26 日 ) - 享保 4 年 12 月 2 日 ( 旧暦 ) ( 1720 年 1 月 11 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +東西線 ( とうざいせん ) は 、 京都 府 宇治 市 の 六 地蔵 駅 から 京都 市 右京 区 の 太秦 天神川 駅 まで を 結 ぶ 京都 市営 地下 鉄 の 路線 で あ る 。 +織田 頼長 ( お だ よりな が 、 天正 10 年 ( 15 82 年 ) - 元和 ( 日本 ) 6 年 9 月 20 日 ( 旧暦 ) ( 1620 年 10 月 15 日 ) ) は 、 織田 長益 ( 有楽斎 ) の 次男 で あ る 。 +逃散 ( ちょうさん ) と は 、 日本 の 中世 から 近世 に かけ て 行 わ れ た 農民 抵抗 の 手段 、 闘争 形態 で あ る 。 +吉川 経光 ( きっかわ つねみつ 、 建久 3 年 ( 1192 年 ) - 文永 4 年 ( 1267 年 ) ) は 鎌倉 時代 前期 の 武士 。 +田坂具 隆 ( たさか と も たか 、 190 2 年 4 月 14 日 - 1974 年 10 月 17 日 ) は 日本 の 映画 監督 。 +天孫 紀元 ( てんそん きげん ) は 、 天孫 降臨 が 行 わ れ た と さ れ る 年 を 基準 と する 日本 の 紀年 法 で あ る 。 +平為 盛 ( たいら の ため もり 、 生年 不詳 - 寿永 2 年 5 月 12 日 ( 旧暦 ) ( 1183 年 6 月 3 日 ? ) ) は 平安 時代 末期 の 武将 。 +策彦 周良 ( さくげんしゅうりょう 、 文亀 元年 4 月 2 日 ( 旧暦 ) ( 150 1 年 4 月 19 日 ) - 天正 7 年 6 月 30 日 ( 旧暦 ) ( 1579 年 7 月 23 日 ) ) は 、 戦国 時代 ( 日本 ) の 臨済 宗 の 禅僧 、 外交 官 。 +吉良 氏 ( きら ) は 日本 に おけ る 武士 の 名家 の 一 つ で あ り 、 代表 的 な もの に 下 の 三 つ の 流れ が あ る 。 +駅鈴 ( えきれい ) は 、 日本 の 古代 律令 制 に 、 官吏 の 公務 出張 の 際 に 、 朝廷 より 支給 さ れ た 鈴 で あ る 。 +橋本 宗吉 ( はしもと そうきち 、 宝暦 13 年 ( 1763 年 ) - 天保 7 年 5 月 1日 ( 旧暦 ) ( 1836 年 6 月 14 日 ) ) は 日本 の 蘭方 医 、 蘭学 者 。 +伏見宮 邦 高 親王 ( ふしみのみやく に たかしんのう 、 康正 2 年 2 月 2 日 ( 1456 年 3 月 8 日 ) - 享禄 5 年 3 月 19 日 ( 1532 年 4 月 24 日 ) ) は 、 室町 時代 後期 の 皇族 。 +ジョン ・ ウイリアム ・ ドレーク ( JohnWilliam Drake ) は 明治 時代 の イギリス 人 。 +大 本神諭 ( おおもと しんゆ ) は お 筆先 を 編集 し た 文書 集 +蹴鞠 ( けまり ) と は 、 平安 時代 に 流行 し た 競技 の ひと つ 。 +安倍 三寅 ( あべのみとら 、 生没年 不詳 ) は 、 平安 時代 前期 の 官人 。 +勧修 寺 政顕 ( かじゅうじ まさあき 、 享徳 元年 ( 1452 年 ) - 大永 2 年 7 月 28 日 ( 旧暦 ) ( 152 2 年 8 月 19 日 ) ) は 、 安土 桃山 時代 の 公家 ( 公卿 ) 。 +侏儒舞 ( ひき ひと まい ) は 、 猿楽 の 一種 で あ る 。 +有栖川宮 織仁親王 ( ありすがわ のみや おりひとしん のう   宝暦 4 年 7 月 2 日 ( 旧暦 ) ( 175 4 年 8 月 19 日 ) - 文政 3 年 2 月 20 日 ( 旧暦 ) ( 1820 年 4 月 2 日 ) ) は 、 江戸 時代 の 皇族 。 +藤原 園人 ( ふじわら の その ひと 、 天平 勝宝 8 歳 ( 75 6 年 ) - 弘仁 9 年 12 月 19 日 ( 旧暦 ) ( 819 年 1 月 18 日 ) ) は 、 日本 の 奈良 時代 末期 から 平安 時代 初期 に かけ て の 政治 家 。 +萩原 家 ( はぎわら け ) は 卜部 氏 を 本姓 と する 堂上 家 。 +日野 輝資 ( ひ の てるすけ 、 弘治 ( 日本 ) 元年 ( 1555 年 ) - 元和 ( 日本 ) 9 年 8 月 2 日 ( 旧暦 ) ( 1623 年 9 月 26 日 ) ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 、 江戸 時代 の 人物 。 +従 一 位 ( じゅいち い ) は 、 日本 の 位 階 及び 神階 の 位 の 一 つ 。 +名神 高速 道路 国道 1 号 国道 1 71 号 京滋 バイパス +簠簋 内伝 ( ほき な い でん ) と は 安倍 晴明 が 編纂 し た と 伝承 さ れ る 占い の 専門 書 。 +明智光秀 ( あけちみつ ひ で ) は 、 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 武将 。 +山口 俊雄 プロダクション ( やまぐち と しお - 、 1928 年 6 月 設立 - 8 月 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +大谷家 ( おおたに け ) は 、 覚信 尼 と 日野 広綱 の 間 の 息子 覚恵 の 子孫 の 家号 で あ る 。 +長尾 真墨 ( ながお の ますみ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +四条 隆貞 ( しじょう たか さだ 、 生年 不詳 - 建武 ( 日本 ) 元年 ( 1334 年 ) 12 月 ( 旧暦 ) ) は 、 南北朝 時代 ( 日本 ) の 吉野 朝廷 に 仕え た 公卿 。 +久努麻呂 ( くぬの まろ 、 生没年 不明 ) は 、 飛鳥 時代 の 人物 。 +近江源 氏 ( おうみ げんじ ) と は 、 中世 に 近江 国 に 土着 し 本拠 と し た 源 氏 の 流れ を 汲 む 一族 の 呼称 。 +新作能 ( しんさく の う ) と は 、 明治 時代 以後 に 書 か れ た 能 の 曲目 で あ る 。 +説 経節 ( せっきょうぶ し ) は 、 日本 近世 初期 の 語り物 文芸 。 +小中村 清矩 ( こなかむら きよのり 、 文政 4 年 12 月 30 日 ( 旧暦 ) ( 182 2 年 1 月 22 日 ) - 明治 28 年 ( 1895 年 ) 10 月 11 日 ) は 、 国学 者 ・ 歴史 家 。 +一保堂 ( いっぽう どう ) は 、 京都 市 寺町 通二 条 通上ル に あ る 茶舗 。 +氏姓 制度 ( しせい せいど ) と は 、 古代 日本 に お い て 、 中央 貴族 、 ついで 地方 豪族 が 、 国家 ( ヤマト 王権 ) に 対 する 貢献 度 、 朝廷 政治 上 に 占め る 地位 に 応 じ て 、 朝廷 より ウヂ の 名 と カバネ の 名と を 授与 さ れ 、 その 特権 的 地位 を 世襲 し た 制度 。 +清瀧 権現 ( せいりゅう ごんげん また は せいりょう ごん げん ) は 、 京都 市 伏見 区 所在 の 真言 宗 醍醐 派 総 本山 、 醍醐 寺 の 守護 女 神 。 +大和 五 条藩 ( やまと ご じょうはん ) は 、 大和 国 ( 現在 の 奈良 県 五條 市 二見 ) に 存在 し た 藩 。 +喜多 六 平太 ( きた ろっぺい た 、 1874 年 7 月 7 日 - 1971 年 1 月 11 日 ) は 、 喜多 流能 楽師 で 、 喜多 流 十 四 世 宗 家 。 +東遊 ( あずまあそび ) は 、 雅楽 の 国風 歌舞 に 類 さ れ る 、 演奏 時間 は 30 分 程度 かか る 、 かなり 長 い 組曲 で あ る 。 +旅館 ( りょかん ) と は 、 宿泊 料 を 受け て 人 を 宿泊 さ せ る ため の 、 和式 の 構造 及び 設備 を 主 と する 宿泊 施設 の こと で あ る 。 +日本 民族 ( にほん みんぞく ) と い う 言葉 は 、 一 つ に は 日本 の 国籍 や 日本 列島 に ルーツ を 持 つ 全て の 文化 的 集団 ( エスニック ・ グループ ) を 統合 し た 政治 的 共同 体 ( ネーション ) を 表 す 概念 で あ る 。 +水分 神 ( みくまり の かみ ) と は 、 神道 の 神 ( 神道 ) で あ る 。 +藤原 忠実 ( ふじわら の ただざね 、 承暦 2 年 ( 1078 年 ) - 応保 2 年 6 月 18 日 ( 旧暦 ) ( 1162 年 7 月 31 日 ) ) は 、 平安 時代 後期 の 公卿 。 +岩倉 具詮 ( いわくら ともあき 、 寛永 7 年 10 月 27 日 ( 旧暦 ) ( 1630 年 12 月 1日 ) - 延宝 8 年 4 月 16 日 ( 旧暦 ) ( 1680 年 5 月 14 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +烏丸 資任 ( からすま すけとう 、 応永 24 年 ( 1417 年 ) - 文明 ( 日本 ) 14 年 12 月 15 日 ( 旧暦 ) ( 1483 年 1 月 23 日 ) ) は 室町 時代 の 公家 。 +上国 ( じょうこく ) と は 律令 国 の 等級 区分 の ひと つ 。 +吉良俊 氏 ( きら としう じ 、 生没年 不詳 ) は 室町 時代 前期 の 武将 。 +天皇 主権 ( てんのうしゅ けん ) と は 、 大 日本 帝国 憲法 に お い て 、 天皇 が 保持 する と さ れ た 主権 。 +なぎ と は 平坦 な 安定 し た 状態 を あらわ し 、 古語 で も あ る 。 +日野 資宣 ( ひのすけのぶ 、 1224 年 - 1292 年 ) は 、 日野 家 16 代 当主 。 +琵琶 湖 線 ( びわ こ せん ) は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 京都 駅 ~ 米原 駅間 と 北陸 本 線 米原 駅 ~ 長浜 駅 間 の 愛称 で あ る 。 +勘定 奉行 ( かんじょうぶぎょう ) は 江戸 幕府 の 職名 の 一 つ で 、 勘定 方 の 最高 責任 者 で 財政 や 天領 支配 など を 司 る 。 +源季邦 ( みなもとの すえくに 、 仁平 元年 ( 1151 年 ) ? - 治承 4 年 5 月 26 日 ( 旧暦 ) ( 1180 年 6 月 20 日 ) ) は 、 平安 時代 末期 の 武将 。 +五百 塵 点 劫 ( ごひゃく じん てん ごう ) と は 、 法華 経 如 来寿量 品 で 、 釈迦 の 成道 の 久遠 を たとえ た 語 で あ る 。 +呪禁 師 ( じゅごんし ) と は 、 律令 制 に お い て 典薬 寮 に 属 し た 官人 。 +日野 重光 ( ひの しげみつ 、 応安 7 年 ( 1374 年 ) - 応永 20 年 3 月 16 日 ( 旧暦 ) ( 1413 年 4 月 16 日 ) ) は 、 室町 時代 の 公家 。 +協立 映画 プロダクション ( きょうりつ えいが - 、 1931 年 設立 - 1932 年 解散 ) は 、 かつて 存在 し た 日本 の 映画 会社 で あ る 。 +高階 栄子 ( たかしな の えいし 、 仁平 元年 ( 1151 年 ) ? - 建保 4 年 ( 1216 年 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 女性 政治 家 。 +慶雲 館 ( けい うんかん ) は 滋賀 県 長浜 市 に あ る 市 の 迎賓 館 。 +京都 向日 町 競輪 場 ( きょうと むこう まち けい りんじょう ) は 、 京都 府 向日 市 に あ る 競輪 場 。 +曼殊院 ( まんしゅ いん ) は 京都 市 左京 区 一乗 寺 に あ る 天台 宗 の 仏教 寺院 で あ る 。 +たい 焼き ( 鯛焼 き 、 たいや き 、 タイヤキ ) は 、 小麦 粉 など を 鯛 の 型 に 入れ て 焼 い た 日本 の 菓子 で 、 主に 日本 で 製造 ・ 販売 ・ 消費 さ れ る 。 +自叙 帖 ( じじょじょう ) は 、 唐代 の 書家 ・ 懐素 が 書 い た 書 作品 。 +『 鶴亀 』 ( つるかめ ) は 、 能 の 作品 。 +黙照 禅 ( もくしょうぜん ) は 、 禅宗 に おけ る 坐禅 の 流儀 の 一 つ を 示 す 言葉 。 +花山院 師信 ( かざん いん もろのぶ 、 建治 元年 ( 1275 年 ) - 元亨 元年 11 月 1日 _ ( 旧暦 ) ( 132 1 年 11 月 20 日 ) ) は 、 鎌倉 時代 後期 の 公家 。 +安心 ( あんじん 、 あんしん ) と は 気掛かり な 事 が 無 く 、 心 が 落ち着 き 安んじ る こと で あ る 。 +京極 派 ( きょうごく は ) は 、 鎌倉 時代 中期 から 室町 時代 初期 に かけ て の 和歌 の 流派 の 一 つ 。 +鄂隠慧奯 ( がくいん えかつ 、 正平 ( 日本 ) 12 年 / 延文 2 年 ( 1357 年 ) - 応永 32 年 2 月 18 日 ( 旧暦 ) ( 142 5 年 3 月 8 日 ) 、 奯 は ( 大 + 歳 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 に かけ て の 臨済 宗 の 僧 。 +戦国 時代 の 武将 で あ り 、 慶次郎 など の 通称 を 持 つ 前田 利久 の 養子 。 +東福寺 駅 ( とうふくじ えき ) は 、 京都 府 京都 市 東山 区 福 稲岸 ノ 上 町 に あ る 、 京阪 電気 鉄道 ・ 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 駅 。 +羽 林家 ( うりんけ ) は 、 鎌倉 時代 以降 の 公家 の 家格 の ひと つ で 、 摂家 、 清華 家 、 大臣 家 の 下 、 名家 ( 公家 ) と 同列 、 半家 ( 公家 ) の 上 の 序列 に 位置 する 。 +御 真津 比 売命 ( み まつ ひめ の みこと 、 生没年 不詳 ) は 、 開化 天皇 の 皇女 。 +古史 通 ( こし つう ) は 、 新井 白石 の 著作 に よ る 古代 史 解釈 の 書 。 +大 派 皇子 ( おおは のみこ 、 欽明 天皇 21 年 ( 560 年 ) 前後 ? - 没年 不詳 ) は 敏達 天皇 の 第 三 皇子 。 +惣 無事令 ( そうぶ じれい ) と は 、 豊臣 秀吉 が 出 し た 、 大名 間 の 私闘 を 禁 じ た 法令 で あ る 。 +藤原 百川 ( ふじわら の ももかわ 、 天平 4 年 ( 732 年 ) - 宝亀 10 年 7 月 9 日 ( 旧暦 ) ( 779 年 8 月 28 日 ) ) は 奈良 時代 の 政治 家 。 +杉田 成卿 ( すぎた ・ せいけい 、 文化 ( 元号 ) 14 年 11 月 11 日 ( 旧暦 ) ( 1817 年 12 月 18 日 ) - 安政 6 年 2 月 19 日 ( 旧暦 ) ( 1859 年 3 月 23 日 ) ) は 江戸 時代 ・ 幕末 期 の 蘭学 者 。 +強盗 返 ・ 龕灯 返 ( がんどう がえし ) と は 歌舞伎 で 用い る 舞台 用語 で 場面 転換 の 方法 で あ る 「 居所 変 ( 居所替 , いどころ がわり ) 」 の 一 つ 、 若しくは 強盗 返 を 用い た 仕掛け 。 +黄 表紙 ( きびょうし ) は 江戸 時代 中期 の 1775 年 以降 に 流行 し た 草双紙 ( 一種 の 絵本 ) の ジャンル の 一 つ 。 +福知山 市 内 自主 運行 バス ( ふくちやま し ない じしゅうんこう バス ) は 、 京都 府 福知 山 市 で 運行 さ れ て い る 廃止 代替 バス ( 80 条 バス ) 。 +和知 駅 ( わち えき ) は 、 京都 府 船井 郡 京丹波 町 本庄 馬場 19 番地 1 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 鉄道 駅 。 +小栗 判官 ( おぐり はんがん ) は 、 伝説 上 の 人物 で あ り 、 また これ を 主人 公 と し て 日本 の 中世 以降 に 伝承 さ れ て き た 物語 。 +藤原 長輔 ( ふじわら の なが すけ 、 長治 元年 ( 1104 年 ) - 久寿 3 年 1 月 14 日 ( 旧暦 ) ( 1156 年 2 月 6 日 ) ) は 、 平安 時代 末期 の 公卿 。 +結政 ( かたなし / けっせい ) と は 、 平安 時代 の 朝廷 に て 行 わ れ た 政務 の 1 つ 。 +清楽 ( しんがく ) と は 、 清国 から 伝来 し た 、 民謡 、 俗曲 を 中心 と する 音楽 群 の 名称 で あ る 。 +十 輪 寺 ( じゅうりんじ ) は 、 京都 市 西京 区 大原野 小塩 町 に あ る 天台 宗 の 寺院 。 +ぜんざい ( 善哉 ) は 、 主に 小豆 を 砂糖 で 甘 く 煮 て 、 この 中 に 餅 や 白玉 団子 、 栗 の 甘露 煮 など を 入れ た 食べ物 で あ る 。 +味噌 松風 ( みそ まつかぜ ) は 、 焼 き 菓子 の 一種 。 +康勝 ( こうしょう 、 生没年 不詳 ) は 、 鎌倉 時代 の 仏師 。 +真如 三昧 耶流 ( しんにょ さん まや りゅう ) は 、 真言 宗 醍醐 派 総 本山 醍醐 寺 に よ り 顕揚 さ れ た 真言 宗 の 一流 派 で あ り 、 また 、 真如 苑 独自 の 法流 で も あ る 。 +おかめ ( お 亀 、 阿亀 ) は 鼻 が 低 く 頬 が 丸 く 張り出 し た 女性 の 顔 、 あるいは その 仮面 。 +清水 卯三郎 ( しみずうさぶろう 、 文政 12 年 ( 1829 年 ) - 明治 43 年 ( 1910 年 ) 1 月 20 日 ) は 、 武蔵 国 埼玉 郡 羽生 村 ( 現在 の 羽生 市 ) 出身 の 実業 家 。 +歳暮 ( せいぼ ) と は 、 日本 に お い て 、 文字 通り 年の 暮れ 、 1 年 の 終わり を 告げ る 季語 で 12 月 の 季語 で も あ る 。 +大久保 春野 ( おおくぼ はる の 、 弘化 3 年 8 月 18 日 ( 旧暦 ) ( 1846 年 10 月 8 日 ) - 1915 年 1 月 26 日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 、 華族 。 +海潮音 ( かいちょう おん ) は 、 上田 敏 が 190 5 年 10 月 、 本郷 書院 より 出版 し た 訳 詩 集 。 +建 比 良 鳥命 ( たけひら とり の みこと ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +あやべ 温泉 ( あやべ おんせん ) と は 、 京都 府 綾部 市 に あ る 温泉 で あ る 。 +寛印 ( かんいん 、 生没年 不詳 ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +来目 皇子 ( くめ の みこ 、 生年 不詳 - 推古 天皇 11 年 2 月 4 日 ( 旧暦 ) ( 60 3 年 3 月 25 日 ) ) は 、 飛鳥 時代 の 皇族 。 +庭石 ( にわいし ・ ていせき ) と は 庭園 に おけ る 石 の 日本 独特 の 利用 法 で あ る 。 +武井 龍三 プロダクション ( た けいりゅうぞう - 、 1929 年 2 月 設立 - 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +真宗佛 光 寺 派 ( しんしゅう ぶっこうじ は ) と は 、 浄土 真宗 の 一派 。 +岩倉 具起 ( いわくら と もおき 、 慶長 6 年 6 月 14 日 ( 旧暦 ) ( 160 1 年 7 月 13 日 ) - 万治 3 年 2 月 6 日 ( 旧暦 ) ( 16 60 年 3 月 17 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +磯 禅師 ( いその ぜん じ 、 生没年 不詳 ) は 、 平安 時代 末期 の 女性 。 +広目 天 ( こうもくてん ) 、 サンスクリット ヴィルー パークシャ ( viruupaakSa 、 毘楼 博叉 ) は 仏教 に おけ る 天部 の 仏 。 +共和 演説 事件 ( きょうわ えんぜつ じけん ) は 、 第 1 次 大隈 内閣 ( 隈板 内閣 ) の 文部 大臣 で あ っ た 尾崎 行雄 が 189 8 年 8 月 21 日 に 行 っ た 演説 が 問題 と な り 、 内閣 瓦解 の 発端 と な っ た 事件 。 +吉川 経盛 ( きっかわ つねもり 、 正応 3 年 ( 1290 年 ) - 正平 ( 日本 ) 13 年 / 延文 3 年 ( 1358 年 ) ) は 南北朝 時代 ( 日本 ) の 武士 。 +塚本 善之助 ( つかもと ぜんのすけ 、 生没年 不詳 ) は 、 新 選 組 一番 隊 隊士 。 +本因坊 秀甫 ( ほんいん ぼうしゅうほ 、 天保 9 年 ( 1838 年 ) - 明治 19 年 ( 1886 年 ) 10 月 14 日 ) は 江戸 時代 から 明治 に かけ て の 囲碁 棋士 _ ( 囲碁 ) 。 +一条 能保 ( いちじょう よ しやす 、 久安 3 年 ( 1147 年 ) - 建久 8 年 10 月 13 日 ( 旧暦 ) ( 1197 年 11 月 23 日 ) ) は 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 公卿 。 +菊池 武光 ( きく ち たけみつ 、 1319 年 ( 元応 元年 ) ? - 1373 年 12 月 29 日 ( 文中 2 年 / 応安 6 年 11 月 16 日 ( 旧暦 ) ) ) は 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +尾上 菊之助 ( おのえき くのすけ ) は 、 歌舞伎 役者 の 名跡 の 一 。 +筑摩 神社 ( ちく ま じんじゃ ) は 滋賀 県 米原 市 に あ る 神社 。 +尾関 宗園 ( おぜき そう えん 、 1932 年 - ) は 大徳 寺 大仙院 の 住職 。 +鳥山 石燕 ( とりやま せき えん 、 本名 ・ 佐野 豊房 、 正徳 ( 日本 ) 2 年 ( 1 712 年 ) - 天明 8 年 8 月 23 日 ( 旧暦 ) ( 1788 年 9 月 22 日 ) ) は 、 江戸 時代 の 浮世 絵 師 。 +脇坂 安董 ( わきさか やすただ ) は 江戸 時代 後期 の 大名 、 老中 。 +今出川 教季 ( いまで がわ の りすえ 、 応永 32 年 ( 1425 年 ) - 文明 ( 日本 ) 15 年 12 月 19 日 ( 旧暦 ) ( 1484 年 1 月 17 日 ) ) は 、 室町 時代 の 公卿 。 +華 族 令 ( かぞく れい ) は 、 日本 の 法令 。 +河原崎 権 三郎 ( かわら さき ごんざ ぶろう ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +田口 卯吉 ( たぐちうきち 、 1855 年 6 月 12 日 ( 安政 2 年 4 月 29 日_ ( 旧暦 ) ) - 190 5 年 4 月 13 日 ) は 、 日本 の 経済 学 者 ・ 歴史 家 。 +永井 尚政 ( ながい な おまさ 、 1587 年 ( 天正 15 年 ) - 16 68 年 10 月 16 日 ( 寛文 8 年 9 月 11 日 ( 旧暦 ) ) ) は 、 江戸 時代 前期 の 大名 。 +藤原 実方 ( ふじわら の さね かた 、 生年 不詳- 長徳 4 年 12 月 12 日 ( 旧暦 ) ( 999 年 1 月 7 日 ) ) は 、 平安 時代 中期 の 公家 ・ 歌人 。 +松平 忠和 ( まつだいら ただ か ず 、 寛政 3 年 ( 1791 年 ) - 文政 11 年 4 月 10 日 ( 旧暦 ) ( 182 8 年 5 月 23 日 ) ) は 、 江戸 時代 の 人物 。 +三条 通り ( さんじょうどおり ) は 、 奈良 県 奈良 市 に あ る 街路 。 +半井 桃水 ( な から いとうすい 、 1861 年 1 月 12 日 〈 万延 2 年 12 月 2 日 ( 旧暦 ) 〉 - 1926 年 〈 大正 15 年 〉 11 月 21 日 ) は 、 日本 の 小説 家 。 +塔ノ 段通 ( とう の だんどおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +頭弁 ( とう の べん ) と は 日本 の 官制 に お い て 、 弁官 を 兼帯 し た 蔵人 頭 に 対 する 呼称 の 事 で あ る 。 +山本 義経 ( やまもと よしつね ) は 、 平安 時代 末期 の 武将 。 +世事 に 対応 し 、 社会 の なか で ものごと を 円滑 に 進め て ゆ く ため の 常識 や 世間 的 な 能力 。 +家風 ( かふう ) は 、 個々 の 特定 の 家 に お い て 世代 を 越え て 踏襲 さ れ る 固有 の 慣習 ・ 流儀 など の 行動 様式 で あ る 。 +天皇 誕生 日 ( てん の う たんじょう び ) は 、 日本 の 国民 の 祝日 の 1 日 で あ る 。 +湛慶 ( たんけい 、 承安 ( 日本 ) 3 年 ( 1173 年 ) - 建長 8 年 5 月 19 日 ( 旧暦 ) ( 1256 年 6 月 13 日 ) ) は 、 鎌倉 時代 の 仏師 。 +阿蘇 海 ( あそ か い 、 あそ の うみ ) は 京都 府 宮津 市 、 与謝 郡 与謝野 町 に またが る 内海 ( 海跡 湖 ) 。 +カンジョ 古墳 ( かんじょ こふん 、 乾城 古墳 、 与楽 カンジョ 古墳 と も ) は 、 奈良 県 高取 町 与楽 に 存在 する 古墳 。 +葛城 御 県 神社 ( かつらぎみあがた じんじゃ ) は 、 奈良 県 葛城 市 葛木 ( 旧 新庄 町 ) に あ る 神社 で あ る 。 +大津 線 ( おおつ せん ) と は 、 京阪 電気 鉄道 大津 鉄道 事業 部 が 管轄 する 京都 府 京都 市 山科 区 に あ る 御陵 駅 と 滋賀 県 大津 市 中心 部 に あ る 浜 大津 駅 と を 結 ぶ 京阪 京津 線 と 、 滋賀 県 大津 市 西部 地域 に あ る 坂本 駅 ( 滋賀 県 ) と 石山 寺 駅 と を 結 ぶ 京阪 石山 坂本線 の 2 路線 の こと を い い 、 これ ら の 総称 で あ る 。 +鐚銭 ( びた せん ) と は 、 日本 の 中世 後期 に 流通 し た 銭貨 の 中 で 、 品質 が 著し く 劣悪 な もの を い う 。 +田中 徳三 ( たなか とくぞう 、 1920 年 9 月 15 日 - 2007 年 12 月 20 日 ) は 、 日本 の 映画 監督 。 +姉小路 通 ( あね や こうじ どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +行阿 ( ぎょう あ 、 生没年 不詳 ) は 、 鎌倉 時代 の 和学 者 。 +藤原 宗家 ( ふじわら の むね いえ 、 保延 5 年 ( 1139 年 ) - 文治 5 年 4 月 22 日 ( 旧暦 ) ( 1189 年 6 月 7 日 ) ) は 、 平安 時代 後期 の 公卿 。 +住吉 大社 神代記 ( すみよし たいしゃ じんだい き ) は 、 古来 より 住吉 大社 に 伝来 し 、 その 由来 に つ い て 述べ た 古典 籍 。 +花山院 家定 ( かざん いん いえさだ 、 弘安 6 年 7 月 2 日 ( 旧暦 ) ( 1283 年 7 月 27 日 ) - 興国 3 年 / 康永 元年 4 月 28 日 ( 旧暦 ) ( 1342 年 6 月 2 日 ) ) は 、 鎌倉 時代 後期 の 公卿 。 +カワマタビメ は 、 綏靖 天皇 の 皇后 で 安寧 天皇 の 母 と さ れ る 人物 。 +宝筐 院 ( ほうきょういん ) は 、 京都 府 京都 市 右京 区 嵯峨野 に あ る 臨済 宗 の 単立 寺院 。 +磯部 豊直 ( いそべ とよなお 、 生没年 不詳 ) は 安土 桃山 時代 の 武将 。 +梅謙次郎 ( うめ けんじろう 、 18 60 年 7 月 24 日 ( 万延 元年 6 月 7 日 ( 旧暦 ) ) - 1910 年 ( 明治 43 年 ) 8 月 26 日 ) は 、 日本 の 法学 者 。 +壷 月 遠州 流 ( 壷月 遠州 流禪 茶道 ) ( こげつ えん しゅうりゅうぜん さどう ) は 、 遠州 流 の 流れ を く む 茶道 諸 流派 の 一 つ 。 +メカブ ( 和布 蕪 ) は 、 ワカメ の 付着 器 の 上 に あ る 、 葉状 部 の 中 で 厚 い 折れ 重な っ て ひだ 状 に な っ た 部分 で あ る 。 +僧位 ( そうい ) は 、 日本 に お い て 僧侶 に 対 し 与え られ た 位 階 の こと で あ る 。 +藤原 千晴 ( ふじわら の ちはる 生没年 不詳 ) は 、 平安 時代 中期 の 軍事 貴族 。 +源 英明 ( みなもと の ふさあきら 、 延喜 11 年 ( 911 年 ) ? - 天慶 2 年 ( 939 年 ) ) は 、 平安 時代 中期 の 歌人 。 +隠 し 念仏 ( かく し ねんぶつ ) は 、 種々 の 秘密 主義 を も つ 仏教 異端 宗派 を 意味 する 呼称 で あ る 。 +久我 通堅 ( こが み ち かた 、 天文 ( 元号 ) 10 年 ( 1541 年 ) - 天正 3 年 4 月 6 日 ( 旧暦 ) ( 1575 年 5 月 15 日 ) ) は 、 室町 時代 後期 の 公卿 。 +市 中引き回 し ( し ちゅう ひきまわし ) は 、 江戸 時代 に おけ る 日本 の 刑罰 で 、 罪人 を 馬 に 乗せ 、 罪状 を 書 い た 捨札 等 と 共 に 刑場 まで 公開 で 連行 し て い く もの で あ る 。 +のしい か ( 伸し 烏賊 、 熨斗 烏賊 ) と は イカ を 乾燥 さ せ た 食べ物 。 +檸檬 ( れもん ) は 梶井 基次郎 に よ る 小説 。 +遵西 ( じゅんさい 、 生年 不詳 - 建永 2 年 2 月 9 日 ( 旧暦 ) ( 120 7 年 3 月 9 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 浄土 宗 の 僧 。 +平川 廃寺 跡 ( ひらかわ はいじあと ) は 、 京都 府 城陽 市 平川 古宮 に あ る 古代 寺院 跡 で 、 国 指定 の 史跡 で あ る 。 +懇話 会 ( こん わか い ) と は 、 大 日本 帝国 憲法 下 に おけ る 貴族 院 _ ( 日本 ) に おけ る 院内 会 派 の 名称 。 +当道 座 ( とうどうざ ) と は 、 中世 から 近世 に かけ て 存在 し た 男性 盲人 の 自治 的 互助 組織 。 +斎藤 寅次郎 ( さいとう とらじろう 、 190 5 年 1 月 30 日 - 1982 年 5 月 1日 ) は 、 映画 監督 。 +山名 氏之 ( やまな うじゆき 、 生没年 不詳 ) は 室町 時代 の 伯耆 国 守護 。 +一 字 金輪 仏頂 ( いちじ きんりん ぶっちょう ) 、 サンスクリット エーカーク シャラ ・ ウシュニーシャチャクラ ( ekaakSara - uSNii Sacakra ) は 仏頂 尊 の 一尊 。 +仏堂 ( ぶつどう ) と は 、 仏教 寺院 に お い て 仏像 を 安置 し 、 礼拝 供養 する ため の 建物 で あ る 。 +ロバート ・ ウィリアム ・ アトキンソン ( RobertWilliamAtkinson ) は イギリス 人 の 化学 者 で 、 明治 時代 に 東京 開成 学校 で 教え た 人物 。 +探題 ( たんだい ) 仏教 寺院 に 置 か れ た 職 。 +京都 府 庁 旧 本館 ( きょうと ふ ちょう きゅう ほんかん ) は 、 京都 府 京都 市 上京 区 に あ る ルネサンス 様式 の 建築 物 。 +良弘 ( りょうこう 、 康治 元年 ( 1142 年 ) - 没年 未詳 ) は 、 平安 時代 後期 の 真言 宗 小野 流 の 僧 。 +二条 良 豊 ( に じょうよし と よ 、 天文 ( 元号 ) 5 年 ( 1536 年 ) - 天文 20 年 9 月 2 日 _ ( 旧暦 ) ( 155 1 年 10 月 1日 ) ) は 、 戦国 時代 _ ( 日本 ) の 公卿 。 +西園寺実 氏 ( さいおんじ さねう じ 、 建久 5 年 ( 1194 年 ) - 文永 6 年 6 月 7 日 ( 旧暦 ) ( 1269 年 7 月 7 日 ) ) は 、 鎌倉 時代 前期 の 公卿 。 +額 の 堂 ( がく の どう ) は 、 戦国 時代 ( 日本 ) 、 陣営 に おけ る 設備 の 名称 で あ る 。 +成 り 木責 め ( なりきぜめ ) と は 、 カキノキ 、 クリ 、 ウメ など 果樹 ( 成り木 ) に つ い て 行な わ れ る 豊作 祈願 の 習俗 で あ る 。 +東屋 ( あずまや ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の 一 つ 。 +鹿苑 寺 ( ろくおんじ ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 臨済 宗 相国 寺 派 の 寺院 。 +大江 嘉言 ( おおえ ・ の ・ よしとき 。 +正徹 ( しょうてつ 、 永徳 元年 / 弘和 元年 ( 1381 年 ) - 長禄 3 年 5 月 9 日 ( 旧暦 ) ( 1459 年 6 月 9 日 ) ) は 、 室町 時代 中期 の 臨済 宗 の 歌僧 。 +アリス ・ メイベル ・ ベーコン ( AliceMabelBacon 、 1858 年 ~ 1918 年 5 月 1日 ) は 、 アメリカ 合衆 国 人 女性 教育 者 。 +遠淡 海 国造 ( と おつ お うみの くに みやつこ ・ と おつ お うみこく ぞう ) は 遠江 国 西部 を 支配 し た 国造 。 +源 重成 ( みなもと の しげ な り 、 生年 未詳 - 平治 元年 ( 1159 年 ) 12 月 ) は 、 平安 時代 末期 の 武将 。 +上臈 御 年寄 ( じょうろう お としより ) は 江戸 時代 の 大奥 女 中 の 役職 名 。 +百 太夫 ( ももだ ゆう 、 ひゃく だ ゆう ) は 、 日本 の 民間 信仰 の 神 ( 神道 ) で あ る 。 +兵部 卿宮 ( ひょうぶきょう のみや ) は 、 物語 に 登場 する 、 本名 の わか ら な い 架空 の 皇子 の 便宜 上 の 名称 。 +丹前 ( たんぜん ) と は 、 厚 く 綿 を 入れ た 防寒 の ため の 日本 式 の 上着 。 +妙住寺 ( みょう じゅうじ ) は 、 奈良 県 五條 市 に 所在 する 日蓮 正宗 の 寺院 。 +甘露寺 豊長 ( かんろじ とよなが 、 天正 18 年 ( 1590 年 ) - 慶長 11 年 ( 160 6 年 ) ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 公家 。 +中井 貞次 ( なか いてい じ 、 1932 年 1 月 4 日 - ) は 、 京都 市 出身 の 染色 家 。 +弁内 侍 ( べん の な い じ 生没年 不詳 ) は 、 鎌倉 時代 の 女流 歌人 。 +水天宮 利生 深川 ( すいてんぐう めぐみ の ふかがわ ) は 歌舞伎 の 演目 。 +福羽 美静 ( ふくば び せい 、 「 よししず 」 と も 天保 2 年 7 月 17 日 ( 旧暦 ) ( 1831 年 8 月 24 日 ) - 明治 40 年 ( 1907 年 ) 8 月 14 日 ) は 日本 の 武士 ・ 津和野 藩士 、 国学 者 、 歌人 。 +大国主 の 国づくり ( おおく に ぬし の くにづくり ) 。 +五 条坂 ( ご じょうざか ) は 、 京都 市 内 の 通り の 一 つ で あ る 五条 通 の 東端 部分 の 別名 。 +高野 保春 ( たかの やす はる 、 慶安 3 年 3 月 3 日 ( 旧暦 ) ( 1650 年 4 月 3 日 ) - 正徳 ( 日本 ) 2 年 5 月 26 日 ( 旧暦 ) ( 1 71 2 年 6 月 29 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +五辻 高仲 ( いつつ じ たか なか 、 文化 ( 元 号 ) 4 年 12 月 22 日 ( 旧暦 ) ( 180 8 年 1 月 19 日 ) - 明治 29 年 ( 1896 年 ) 6 月 5 日 ) は 江戸 時代 末期 ( 幕末 ) から 明治 時代 に かけ て の 公卿 。 +日本 の 鉄道 開業 ( にっぽん の てつどう かいぎょう ) で は 、 日本 初 の 鉄道 路線 で あ る 汐留 駅 ( 国鉄 ) ~ 桜木町 駅 間 が 、 1872 年 ( 明治 5 年 ) 9 月 12 日 ( 旧暦 ) ( 天保 暦 、 翌年 から 採用 さ れ た グレゴリオ 暦 で は 10 月 14 日 ) の 正式 開業 を 迎え る まで に つ い て 記 す 。 +愛宕 山 鉄道 ( あたご やま てつどう ) は 、 現在 の 京都 府 京都 市 右京 区 の 嵐山 駅 ( 京福 電気 鉄道 ) から 清滝 駅 まで の 普通 鉄道 路線 ( 平坦 線 ) と 、 清滝 川 駅 から 愛宕 駅 まで の ケーブルカー ( 鋼索 鉄道 ) を 戦前 に 運営 し て い た 鉄道 事業 者 。 +北大路 駅 ( きたおおじ えき ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) 小山 北上 総 町 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +松平 忠明 ( まつだいら ただ あきら ) は 、 安土 桃山 時代 から 江戸 時代 前期 の 大名 。 +近藤 勇 ( こんどう いさ み 、 天保 5 年 10 月 9 日 ( 旧暦 ) ( 1834 年 11 月 9 日 ) - 慶応 4 年 4 月 25 日 ( 旧暦 ) ( 1868 年 5 月 17 日 ) は 、 新 選 組 局 長 。 +坊城 俊 完 ( ぼうじょう と し また 、 慶長 14 年 11 月 27 日 ( 旧暦 ) ( 1609 年 12 月 23 日 ) - 寛文 2 年 1 月 2 日 ( 旧暦 ) ( 1662 年 2 月 20 日 ) ) は 、 江戸 時代 の 公家 ( 公卿 ) 。 +吉田 光由 ( よしだ みつよし 、 慶長 3 年 ( 1598 年 ) - 寛文 12 年 11 月 21 日 ( 旧暦 ) ( 167 3 年 1 月 8 日 ) ) は 、 江戸 時代 前期 の 和算 家 で あ る 。 +佐伯 氏 ( さえきし ) は 古代 日本 の 有力 氏族 で あ る 。 +一揆 ( いっき ) と は 、 日本 に お い て 何 ら か の 理由 に よ り 心 を 共 に し た 共同 体 が 心 と 行動 を 一 つ に し て 目的 を 達成 し よ う と する こと 。 +天海 ( てんかい 、 天文 ( 元号 ) 5 年 ( 1536 年 ) ? - 寛永 20 年 10 月 2 日 ( 旧暦 ) ( 1643 年 11 月 13 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 天台 宗 の 僧 で あ る 。 +末法 思想 ( まっぽう しそう ) と は 、 仏教 の 予言 思想 の 一種 で あ り 、 釈迦 の 立教 以来 1,00 0 年 ( 50 0 年 と する 説 も あ る ) の 時代 を 正法 ( しょうぼう ) 、 次 の 1,00 0 年 を 像 法 ( ぞうぼう ) 、 その 後 10,00 0 年 を 末法 の 三 時 観 で 分け て 考え る 。 +正親司 ( おおきみ の つかさ ) は 日本 古代 の 律令 制 に お い て 宮内 省 に 属 する 機関 の 一 つ で あ る 。 +四辻 宮善統親王 ( よ つつじ の みや よしむね しんのう 、 貞永 2 年 ( 1233 年 ) - 文保 元年 3 月 29 日 ( 旧暦 ) ( 1317 年 5 月 10 日 ) ) は 鎌倉 時代 の 日本 の 皇族 。 +記録 荘園 券 契所 ( きろく しょう えんけん けい じょ ) は 平安 時代 の 荘園 調査 機関 。 +伏見宮 邦 尚親王 ( ふしみのみやく に な り しんの う 、 元和 ( 日本 ) 元年 ( 1615 年 ) - 承応 2 年 11 月 29 日 ( 旧暦 ) ( 1654 年 1 月 17 日 ) ) は 、 江戸 時代 初期 の 皇族 。 +神光院 ( じんこういん ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 真言 宗 系 の 単立 寺院 。 +如信 ( にょしん ) は 、 鎌倉 時代 中期 から 後期 に かけ て の 浄土 真宗 の 僧 。 +布部 山 の 戦い ( ふべやま の たたかい ) と は 、 15 70 年 ( 元亀 元年 ) に 山中 幸盛 率い る 尼子 氏 再興軍 と それ を 阻止 し よ う と する 毛利 氏 と の 間 に 起こ っ た 戦い で あ る 。 +錦 市場 ( に しきいちば ) は 、 京都 市街 ほぼ 中央 に 位置 する 錦小路 通 の うち 「 寺町 通 - 高倉 通 」 間 の 商店 街 で 、 魚 ・ 京野菜 など の 生鮮 食品 食材 や 、 乾物 ・ 漬物 ・ おばん ざい ( 京都 言葉 で 日常 の 惣菜 ) など の 加工 食品 を 商 う 老舗 ・ 専門 店 が 集ま る 市場 。 +練酒 ( ねりざけ ) は 日本 酒 の 一種 で あ り 、 古代 酒 の 原型 を 最も 留め て い る と い わ れ る 。 +藤原 北家 ( ふじわら ほっけ ) と は 、 右 大臣 藤原 不比 等 の 次男 藤 原 房前 を 祖 と する 家系 。 +中 御門 宣胤 ( なか の みかど の ぶたね 、 嘉吉 2 年 ( 1442 年 ) - 大永 5 年 11 月 17 日 ( 旧暦 ) ( 152 5 年 12 月 1日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 公卿 で あ る 。 +松平 重忠 ( まつだいら しげ ただ 、 15 70 年 ( 元亀 元年 ) - 1626 年 8 月 22 日 ( 寛永 3 年 7 月 1日 ( 旧暦 ) ) は 、 安土 桃山 時代 、 江戸 時代 の 武将 、 大名 。 +交友 倶楽部 ( こうゆう くらぶ ) は 、 1912 年 12 月 24 日 より 1947 年 5 月 3 日 の 日本 国 憲法 公布 まで 存在 し て い た 貴族 院 _ ( 日本 ) の 院内 会 派 。 +シドニー 号 事件 ( シドニー ごう じけん ) は 、 日清 戦争 の とき 、 日仏 2 国 間 で 問題 と な っ た 事件 。 +類聚 名義 抄 ( るい じゅみょうぎ しょう ) は 、 11 世紀 末 から 12 世紀 頃 に 日本 で 成立 し た 、 漢字 を 引 く ため の 辞典 ( 字 書 ) 。 +大身 ( たいしん ) と は 、 身分 が 高 く 、 禄高 の 多 い 人 。 +酒造 技能 士 ( しゅぞう ぎのう し ) と は 、 国家 資格 で あ る 技能 検定 制度 の 一種 で 、 都 道 府 県 知事 ( 問題 作成 等 は 中央 職業 能力 開発 協会 、 試験 の 実施 等 は 都 道 府 県 職業 能力 開発 協会 ) が 実施 する 、 酒造 に 関 する 学科 及び 実技 試験 に 合格 し た 者 を い う 。 +扶余 豊璋 ( ふよほう しょう 、 扶余 豐 璋 、 生没年 不詳 ) は 百済 最後 の 義慈王 ( 在位 : 641 年 - 6 60 年 ) の 王子 。 +甘露寺 経元 ( かんろ じつねもと 、 天文 ( 元号 ) 4 年 ( 1535 年 ) - 天正 13 年 5 月 8 日 ( 旧暦 ) ( 1585 年 6 月 5 日 ) ) は 、 室町 時代 から 安土 桃山 時代 に かけ て の 公家 ( 公卿 ) 。 +藤原 嫄子 ( ふじわら の げんし ( もとこ ) 、 長和 5 年 7 月 10 日 ( 旧暦 ) ( 1016 年 8 月 15 日 ) - 長暦 3 年 8 月 28 日 ( 旧暦 ) ( 10 39 年 9 月 19 日 ) ) は 、 平安 時代 中期 の 皇妃 。 +石上 家成 ( いその かみ の いえ な り 、 養老 _ ( 元号 ) 6 年 ( 722 年 ) - 延暦 23 年 6 月 20 日 _ ( 旧暦 ) ( 80 4 年 8 月 3 日 ) ) は 、 奈良 時代 から 平安 時代 初期 に かけ て の 官人 。 +毛利 元 就 ( もうり もとなり ) は 、 室町 時代 後期 から 戦国 時代 ( 日本 ) に かけ て の 安芸 国 の 国人 領主 ・ 戦国 大名 。 +三条 実治 ( さんじょうさねはる 、 慶安 3 年 12 月 6 日 ( 旧暦 ) ( 1651 年 2 月 6 日 ) ‐ 享保 9 年 8 月 12 日 ( 旧暦 ) ( 1724 年 9 月 28 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +石川 王 ( いしかわ の おおきみ 、 生年 不詳 - 天武 天皇 8 年 3 月 9 日 ( 旧暦 ) ( 67 9 年 4 月 24 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +惣村 ( そうそん ) は 、 中世 日本 に おけ る 百 姓 の 自治 的 ・ 地縁 的 結合 に よ る 共同 組織 ( 村落 形態 ) を 指 す 。 +ベルナール ・ プティジャン ( BernardThadeePetitjean , 1829 年 6 月 14 日 - 1884 年 10 月 7 日 ) は 、 フランス 出身 の カトリック 教会 司祭 で あ る 。 +源 範頼 ( みなもと の のりより ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +今出川 季孝 ( いまで がわ すえ た か 、 文明 ( 日本 ) 11 年 ( 1479 年 ) ‐ 永正 16 年 10 月 5 日 ( 旧暦 ) ( 1519 年 10 月 28 日 ) ) は 、 室町 時代 の 公卿 。 +煕子 女王 ( きし ( ひろこ ) じょおう 、 生年 不詳 - 天暦 4 年 5 月 5 日 ( 950 年 5 月 24 日 ) ) は 、 保明 親王 ( 醍醐 天皇 皇太子 ) 第 一 王女 。 +上川口 駅 ( かみかわぐち えき ) は 、 京都 府 福知 山 市 大字 六十 内 ( む そち ) 上 小田 小字 石郡 12 番 地 2 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 鉄道 駅 。 +長 髄彦 ( ながすねひこ ) は 、 日本 神話 に 登場 する 人物 。 +佛 徳山 興聖寺 ( ぶっとく さん こう しょうじ ) は 京都 府 宇治 市 に あ る 日本 曹洞 宗 最初 の 寺院 で 僧堂 が あ る 。 +法 学校 ( ほう がっこう ) は 、 明治 初期 に 司法 省 が 管轄 し た 教育 機関 で あ り 、 現在 の 東京 大学 法学 部 の 前身 の 一 つ で あ る 。 +道隠 ( どういん 、 寛保 元年 ( 1741 年 ) - 文化 ( 元号 ) 10 年 6 月 4 日 ( 旧暦 ) ( 1813 年 7 月 1日 ) ) は 、 江戸 時代 中期 から 後期 に かけ て の 浄土 真宗 の 僧 。 +常盤井宮 恒明 親王 ( ときわい の みや つねあき しんの う / - つねあきら しんのう 、 嘉元 元年 5 月 9 日 ( 130 3 年 6 月 24 日 ) - 正平 6 年 / 観応 2 年 9 月 6 日 ( 1351 年 9 月 26 日 ) ) は 、 南北朝 時代 の 大覚 寺 統 に 属 する 皇族 で 亀山 天皇 の 末子 。 +京都 宇治 ・ 洛南 1 day チケット ( きょう とうじ ・ らくなん ワン デイ チケット ) と は 、 大阪 市 交通 局 、 京阪 電気 鉄道 ( 京阪 ) 、 大阪 府 都市 開発 泉北 高速 鉄道 線 ( 泉北 高速 ) 、 南海 電気 鉄道 ( 南海 ) が 共同 で 発売 し て い る 乗り 放題 の 電子 カード と 各種 割引 ・ 特典 が 受け られ る クーポン 券 を セット に し た 切符 で あ る 。 +山崎 蒸溜 所 ( やまざき じょうりゅうしょ 、 SUNTORYYAMAZAKIDISTILLERY ) は 、 大阪 府 三島 郡 島 本 町 山崎 五 丁目 2 番 1 号 に あ る サントリー の ウイスキー 蒸留 所 で あ る 。 +西 大路通 ( にし おおじ どおり ) は 、 京都 市 中心 市街 地 の 西部 に 位置 する 主要 な 南北 の 通り の 一 つ 。 +京阪 バス 1 day チケット ( けいはん バス ワン ディチケット ) は 、 京阪 バス の 一 日 乗車 券 で あ る 。 +浄土 真宗 本願 寺 派 ( じょうど しんしゅう ほんがん じ は ) は 、 浄土 真宗 の 一派 。 +藤原 黒麻呂 ( ふじわら の くろまろ 、 生年 未詳 - 弘仁 元年 ( 810 年 ) ) は 、 奈良 時代 末期 から 平安 時代 初期 の 廷臣 。 +大炊 御門 冬忠 ( おおい の みかど ふゆ ただ 、 建保 6 年 ( 1218 年 ) - 文永 5 年 9 月 9 日 ( 旧暦 ) ( 1268 年 10 月 16 日 ) ) は 、 鎌倉 時代 中期 の 公卿 。 +元 田中 駅 ( もと たなか えき ) は 、 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 叡山本線 の 鉄道 駅 。 +都 を どり ( みやこ を どり ) は 、 毎年 4 月 1日 - 4 月 30 日 に かけ て 祇園 甲 部 歌舞 練場 で 開催 さ れ る 祇園 甲部 の 舞踊 公演 。 +石州 流 林 泉 寺 派 ( せき しゅうりゅう りんせん じ は ) は 武家 茶道 。 +伊東 茂右衛門 ( いとう もえもん 、 嘉永 4 年 ( 1851 年 、 1852 年 ) - 没年 不明 ) は 、 日本 の 著述 家 。 +検注 帳 ( けん ちゅうちょう ) と は 、 古代 ・ 中世 の 日本 の 荘園 に お い て 検注 の 結果 を 集計 し て 取りまとめ た 帳簿 の こと 。 +相聞 ( そうもん ) と は 、 雑歌 ・ 挽歌 と とも に 『 万葉 集 』 の 三 大 部立 を 構成 する 要素 の 1 つ 。 +『 小袖 曾我 薊 色 縫 』 ( こそ で そ が あざみ の いろぬ い ) は 歌舞伎 の 演目 。 +阿知 女 作法 ( あちめ の わざ 、 あちめわざ 、 あちめ さほう 、 あじめ の さほう 、 等々 ) と は 、 宮中 及び 神社 等 で 歌 わ れ る 神楽 歌 の 一 つ 。 +新田 義顕 ( にった よしあき ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +醍醐 地区 は 元々 京阪 バス と 京都 市営 バス に よ り 路線 バス が 運行 さ れ て お り 、 JR 奈良 線 、 京阪 本 線 の 六 地蔵 駅 や JR 東海道 線 の 山科 駅 、 京都 市 内 中心 部 ( 四条 河原町 など ) を 結 ん で い た 。 +園家 ( その け ) は 、 日本 の 氏族 。 +膝丸 ( ひざまる ) と は 、 平安 時代 に 源 満仲 が 作 ら せ た と さ れ る 刀 で 、 髭切 と とも に 源 氏 重代 の 刀 と し て 伝え られ て い る 。 +和宮 親子 内 親王 ( かずのみや ちか こ な い しんのう 、 ( 1846 年 7 月 3 日 - 1877 年 9 月 2 日 ) は 、 江戸 時代 後期 の 女性 、 江戸 幕府 第 14 代将軍 徳川 家茂 の 正室 で あ る 。 +寂照 ( じゃくしょう 、 応和 2 年 ( 96 2 年 ) 頃 ? - 長元 7 年 ( 10 34 年 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 ・ 文人 。 +大蔵 広隅 ( おおくら の ひろす み 、 生没年 不詳 ) は 、 飛鳥 時代 の 人物 。 +三宅 御 土居 ( みやけ おど い ) は 島根 県 益田 市 三宅 町 に あ っ た 城 。 +源 広綱 ( みなもと の ひろつな 、 生没 年 未詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +曇徴 ( どんちょう 、 生没年 不詳 ) は 、 7 世紀 に 高句 麗 から 渡来 し た 僧 。 +放免 ( ほうめん ) と は 日本 の 令外 官 で あ る 検非 違使 の 下部 ( しもべ ) を 指 す 名称 。 +後 朱 雀 天皇 ( ごすざく てんのう 、 寛弘 6 年 11 月 25 日 ( 1009 年 12 月 14 日 ) - 寛徳 2 年 1 月 18 日 ( 1045 年 2 月 7 日 ) ) は 、 平安 時代 中期 の 第 69 代 天皇 ( 在位 1036 年 - 1045 年 ) 。 +寛永 文化 ( かんえい ぶんか ) と は 、 16 世紀 の 桃山 文化 と 17 世紀 後半 の 元禄 文化 に 挟 ま れ た 17 世紀 前半 ( 江戸 時代 初期 ) の 文化 。 +日本 庭園 ( に ほんてい えん ) と は 、 日本 の 伝統 的 な 庭園 で あ る 。 +荻野 吟子 ( おぎの ぎんこ ( 本名 : 荻野 ぎん ) 、 1851 年 4 月 4 日 ( 嘉永 4 年 3 月 3 日 ( 旧暦 ) ) - 1913 年 ( 大正 2 年 ) 6 月 23 日 ) は 、 近代 日本 に おけ る 日本 初 の 一覧 の 女性 の 医師 で あ る 。 +シャルル ・ フェルディナン ・ カミーユ ・ ヒスラン ・ デカントン ・ ド ・ モンブラン 、 モン ブラン 伯爵 に し て 、 インゲルムン ステル 男爵 ( CountCharles Ferdinand CamilleGhislainDescantonsdeMontblanc , BarondIngelmunster 、 1833 年 5 月 11 日 - 1894 年 1 月 22 日 ) は 、 フランス / ベルギー の 貴族 、 実業 家 、 外交 官 、 日本 の お 雇 い 外国 人 。 +安土城 ( あづちじょう ) は 、 現在 の 滋賀 県 蒲生 郡 安土 町 下 豊浦 に あ っ た 日本 の 城 ( 平山 城 ) 。 +和田 正信 ( わ だまさのぶ 、 ? - 元和 ( 日本 ) 2 年 ( 1616 年 ) ) は 安土 桃山 時代 から 江戸 時代 初期 に かけ て の 武士 。 +徳川 家斉 ( とくがわ いえなり ) は 、 日本 の 武士 ・ 徳川 幕府 第 11 代 征夷 大将軍 ( 将軍 在職 1787 年 - 1837 年 ) 。 +紀真丘 ( きのまおか 、 生没年 不詳 ) は 、 平安 時代 初期 の 官人 。 +二条 斉通 ( にじょう なりみち 、 天明 元年 5 月 9 日 ( 旧暦 ) ( 1781 年 5 月 31 日 ) - 寛政 10 年 5 月 21 日 ( 旧暦 ) ( 179 8 年 7 月 4 日 ) ) は 江戸 時代 の 公卿 。 +寒造 り ( かんづくり ) と は 、 日本 酒 の 仕込 み 方 の 一 つ の 名称 で 、 気温 の 低 い 冬場 に 仕込 む もの を い う 。 +乙宝寺 ( おっぽう じ ) は 新潟 県 胎内 市 乙 ( きのと ) に あ る 真言 宗 智山 派 の 寺院 。 +饗庭 局 ( あえば の つぼね 、 生年 不詳 - 慶長 20 年 5 月 8 日 ( 旧暦 ) ( 1615 年 6 月 4 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 初頭 の 女性 。 +清水谷 実業 ( しみずだ に さね な り 、 慶安 元年 ( 1648 年 ) - 宝永 6 年 9 月 10 日 ( 旧暦 ) ( 1709 年 10 月 12 日 ) ) は 、 江戸 時代 前期 から 中期 に かけ て の 西園 寺 家 一門 の 公家 ・ 歌人 。 +壬生 基修 ( みぶ もと お さ 、 天保 6 年 3 月 7 日 ( 旧暦 ) ( 1835 年 4 月 4 日 ) - 明治 39 年 ( 190 6 年 ) 3 月 5 日 ) は 、 幕末 から 明治 に かけ て の 公卿 。 +治承 の 大火 ( じしょう の たいか ) は 、 治承 3 年 3 月 24 日 ( 旧暦 ) ( 1179 年 5 月 2 日 ) に 平安 京内 で 起こ っ た 大 火災 。 +石橋 氏 ( いしばし し ) は 日本 の 武家 の 姓 の ひと つ 。 +神道 集成 ( しんとう しゅうせい ) は 、 徳川 光圀 の 著作 。 +智鳳 ( ちほう 、 生没年 不詳 ) は 、 奈良 時代 に おけ る 新羅 の 僧 。 +田辺 玄々 ( たなべ げんげん 、 男性 、 寛政 8 年 ( 1796 年 ) – 安政 5 年 12 月 18 日 ( 旧暦 ) ( 1859 年 1 月 21 日 ) ) は 、 江戸 時代 後期 の 日本 の 書家 ・ 篆刻 家 で あ る 。 +酒船石 遺跡 ( さかふね いし い せき ) は 、 奈良 県 明日香 村岡 に あ る 、 いく つ か の 石造 物 から な る 遺跡 。 +久我 信通 ( こが のぶみち 、 延享 元年 9 月 6 日 ( 旧暦 ) ( 1744 年 10 月 11 日 ) - 寛政 7 年 9 月 13 日 ( 旧暦 ) ( 1795 年 10 月 25 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +藤原 景経 ( ふじわら の かげつ ね 。 生年 不詳 - 1185 年 ( 文治 元年 ) ) は 、 平安 時代 末期 に お い て 活躍 し て い た 武士 で あ る 。 +柴田 承桂 ( しばた しょう けい 、 嘉永 3 年 5 月 12 日 ( 旧暦 ) ( 1850 年 6 月 21 日 ) - 明治 43 年 ( 1910 年 ) 8 月 2 日 ) は 、 明治 の 化学 者 、 薬学 者 。 +灰持酒 ( あく もちざけ ・ あくもち しゅ 、 灰汁 持ち 酒 と も 書 く ) と は 、 醸造 し た もろみ に 灰 を 混入 さ せ る 、 日本 酒 の 一種 で あ る 。 +瀬川 菊之丞 ( せがわ きく の じょう ) は 歌舞伎 の 名跡 。 +後西 天皇 ( ご さい てんのう 、 寛永 14 年 11 月 16 日 ( 1638 年 1 月 1日 ) - 貞享 2 年 2 月 22 日 ( 1685 年 3 月 26 日 ) 、 在位 : 承応 3 年 11 月 28 日 ( 1655 年 1 月 5 日 ) - 寛文 3 年 1 月 26 日 ( 1663 年 3 月 5 日 ) ) は 、 江戸 時代 の 第 111 代 天皇 。 +賀茂 真淵 ( かもの まぶち 、 元禄 10 年 3 月 4 日 ( 旧暦 ) ( 1697 年 4 月 24 日 ) - 明和 6 年 10 月 30 日 ( 旧暦 ) ( 1769 年 11 月 27 日 ) は 、 江戸 時代 の 国学 者 、 歌人 。 +早川 長政 ( はやか わ なが まさ 、 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +沼尻 小文吾 ( ぬ まじり こぶん ご 、 天保 6 年 ( 1835 年 ) ? - 明治 35 年 ( 190 2 年 ) ) は 新選 組 隊士 。 +真言 宗 泉涌 寺 派 ( しんごん しゅうせん にゅうじ は ) は 、 日本 に おけ る 真言 系 仏教宗 派 の ひと つ で 、 古義 真言宗 に 属 する 。 +重野 安繹 ( しげの やすつぐ 、 文政 10 年 10 月 6 日 ( 旧暦 ) ( 1827 年 11 月 24 日 ) - 明治 43 年 ( 1910 年 ) 12 月 6 日 ) は 江戸 末期 から 明治 初期 に 活躍 し た 漢学 者 、 歴史 家 。 +神武 天皇 ( じんむ てんのう 、 庚午年 1 月 1日 ( 旧暦 ) ( 紀元 前 71 1 年 2 月 13 日 ? ) - 神武 天皇 76 年 3 月 11 日 ( 旧暦 ) ( 紀元 前 585 年 4 月 9 日 ? ) ) は 、 日本 の 伝説 的 な 初代 天皇 。 +段銭 ( たんせん ) と は 日本 の 中世 に おけ る 税 の 一種 。 +初代 武蔵 大掾 是一 ( しょだい むさしだい じょう これ か ず 、 石堂 是一 ) は 、 江戸 時代 の 武蔵 国 の 刀工 。 +平安 博物 館 ( へいあん は くぶつ かん 、 英称 : Heian Museumof Ancient History ) は 、 かつて 存在 し た 日本 の 博物 館 。 +香西 元長 ( こうざい も となが 、 生年 不詳 - 永正 4 年 8 月 1日 ( 旧暦 ) ( 150 7 年 9 月 7 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +塩谷 惟頼 ( しおの や これ より 、 生没年 不詳 ) は 、 平安 時代 末期 の 下野 国塩谷 郡 の 武将 。 +大内 教弘 ( おお うち のりひろ 、 142 0 年 5 月 2 日 ( 応永 27 年 3 月 20 日 ( 旧暦 ) ) - 1465 年 9 月 23 日 ( 寛正 6 年 9 月 3 日 ( 旧暦 ) ) ) は 、 室町 時代 中期 の 守護 大名 。 +満願 ( まんがん ) と は 、 日数 を 定め て 神仏 に 祈願 、 また は 修行 し 、 その 日数 が 満ち る こと を い う 。 +五条 駅 ( ご じょう えき ) +一色 義清 +松井 山手 駅 ( まついやま て えき ) は 、 京都 府 京田辺 市 山手 中央 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 片町 線 の 鉄道 駅 。 +奈良 公園 ( なら こうえん ) は 、 奈良 県 奈良 市 の 若草 山麓 に 広が る 都市 公園 。 +殖栗 皇子 ( えくり の みこ 、 敏達 天皇 6 年 ( 578 年 ) - 没年 不詳 ) は 用明 天皇 の 第 五 皇子 。 +冷泉 院 ( れいぜいいん ) は 、 平安 時代 の 天皇 の 譲位 後 の 御所 。 +有馬 豊 氏 ( ありま と ようじ 、 1569 年 5 月 18 日 ( 永禄 12 年 5 月 3 日 ( 旧暦 ) ) - 1642 年 11 月 22 日 ( 寛永 19 年 9 月 30 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 ( 大名 ) 。 +雪見 ( ゆき - み ) と は 、 中世 以降 の 日本 に 見 られ る 風俗 の 一 つ で あ り 、 降雪 や 雪景 色 を 眺め て 楽し む こと 。 +鼓月 ( こげつ ) は 、 京都 市 伏見 区 に 本社 を 置 く 京 菓子 の 製造 と 販売 を する 会社 。 +山崎 駅 ( やまざき えき ) は 、 京都 府 乙訓 郡 大山崎 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 ( JR 京都 線 ) の 鉄道 駅 。 +忍熊 皇子 ( おし くまのみこ 、 ? - 神功 皇后 元年 ( 20 1 年 ) 3 月 ( 旧暦 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 伝え られ る 古墳 時代 の 皇族 ( 王族 ) 。 +醸造 用 乳酸 ( じょうぞうよう にゅうさん ) と は 、 日本 酒 の 醸造 過程 に おけ る 日本 酒 酒母造り で 必要 と さ れ る 純度 の 高 い 乳酸 の こと で あ る 。 +今井 正 ( いまい ただし 、 1912 年 1 月 8 日 - 1991 年 11 月 22 日 ) は 、 日本 の 昭和 期 の 映画 監督 。 +吉田 寺 ( きち でんじ ) は 奈良 県 生駒 郡 斑鳩 町 に あ る 浄土 宗 の 寺院 で あ る 。 +国学 ( こくがく ) と は 、 律令 制 に お い て 、 官人 育成 の ため に 令 制 国 に 設置 さ れ た 地方 教育 機関 。 +『 十 住 毘 婆沙論 』 ( じゅうじゅう び ばしゃろん ) は 仏教 の 論書 で あ り 、 17 巻 。 +送り火 ( おくりび ) と は 、 お 盆 の 行事 の 一 つ で 、 お 盆 に 帰 っ て き た 死者 の 魂 を 現世 から ふたたび あの 世 へ と 送り出 す 行事 で あ る 。 +野沢 凡 兆 ( のざわ   ぼんちょう 、 寛永 17 年 ( 1640 年 ) ? - 正徳 ( 日本 ) 4 年 ( 1714 年 ) ) は 、 江戸 時代 前期 の 俳諧 師 。 +法載 ( ほうさい 、 生没年 不明 ) は 、 奈良 時代 の 唐僧 。 +土 御門 泰福 ( つちみかど や すと み 、 明暦 元年 6 月 20 日 ( 旧暦 ) ( 1655 年 7 月 23 日 ) - 享保 2 年 6 月 17 日 ( 旧暦 ) ( 1 71 7 年 7 月 25 日 ) ) は 、 江戸 時代 前期 の 公卿 ( 非 参議 ) ・ 陰陽 家 。 +太政 官 札 ( だ じょう かんさつ ) は 、 明治 政府 に よ っ て 明治 元年閏 4 月 から 翌 2 年 5 月 まで 発行 さ れ た 紙幣 。 +権官 ( ごん かん ) は 、 朝廷 の 官職 に つ い て 、 正規 の 員 数 を 越え て 任命 する 官職 。 +正月 事始め ( しょうがつ ごと はじめ ) と は 、 正月 を 迎え る 準備 を 始め る こと 。 +禍津 日神 ( まがつ ひ の かみ 、 まが つ い の かみ ) は 神道 の 神 ( 神道 ) で あ る 。 +新撰姓 氏 録 ( しんせん しょう じ ろく ) は 、 平安 時代 初期 の に 、 嵯峨 天皇 の 命 に よ り 編纂 さ れ た 古代 氏 族 名鑑 。 +足利義 氏 ( あしかが よしうじ ) は 、 鎌倉 時代 前期 の 武将 。 +黒闇天 ( こく あんてん 、 サンスクリット : K ā lar ā tri 、 K ā lar ā tr ī ) は 、 仏教 に おけ る 天部 の 神 の 1 つ 。 +元興寺 ( が ごぜ 、 が ごじ 、 ぐわごぜ ) また は 元興 寺 の 鬼 ( がんごう じの お に ) は 、 飛鳥 時代 に 奈良 県 の 元興寺 に 現れ た と い わ れ る 妖怪 。 +地子 交易 ( じし こう えき ) と は 、 律令 制 に お い て 国司 が 公田 から 得 た 地子 稲 を 中央 に 上供 する 際 に 運搬 に 便利 な よう に 軽貨 に 交換 ( 売買 ) する こと 。 +西洞院 時 慶 ( にし の とういん と きよし 、 天文 ( 元号 ) 21 年 11 月 5 日 ( 旧暦 ) ( 155 2 年 11 月 30 日 ) - 寛永 16 年 12 月 20 日 ( 旧暦 ) ( 1640 年 2 月 11 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 公家 。 +嵯峨野 観光線 ( さがの かんこう せん ) は 、 京都 府 京都 市 右京 区 の トロッコ 嵯峨 駅 から 京都 府 亀岡 市 の トロッコ 亀岡 駅 まで を 結 ぶ 嵯峨野 観光 鉄道 の 鉄道 路線 で あ る 。 +従如 ( じゅう にょ   1720 年 ( 享保 5 年 ) - 17 60 年 8 月 21 日 ( 宝暦 10 年 7 月 11 日 ) ) は 、 浄土 真宗 の 僧 で 、 東本願 寺 第 18 代 法 主 。 +藤原 重通 ( ふじわら の しげみ ち 、 康和 元年 ( 1099 年 ) - 永暦 2 年 6 月 5 日 ( 旧暦 ) ( 1161 年 6 月 29 日 ) ) は 、 平安 時代 末期 の 公卿 。 +フトダマ は 、 日本 神話 に 登場 する 神 。 +拝借金 ( はいしゃくきん ) と は 、 江戸 幕府 が 財政 支援 の ため に 、 大名 ・ 旗本 など に 無 利子 に 貸与 し た 金銭 。 +嵯峨本 ( さ が ぼん ) と は 、 日本 の 近世 初期 に 行 わ れ た 古 活字 本 で あ る 。 +暦道 ( れきどう ) と は 、 古代 日本 に おけ る 暦 を 作成 する ため の 学問 ( 暦学 ) の こと で あ る 。 +花山 天皇 ( かざん てんのう 、 安和 元年 10 月 26 日 ( 96 8 年 11 月 29 日 ) - 寛弘 5 年 2 月 8 日 ( 1 00 8 年 3 月 17 日 ) 、 在位 : 永観 2 年 10 月 10 日 ( 98 4 年 11 月 5 日 ) - 寛和 2 年 6 月 23 日 ( 98 6 年 7 月 31 日 ) ) は 、 第 65 代 の 天皇 。 +算師 ( さんし ) と は 、 律令 制 に お い て 計数 を 掌 る 官職 。 +庶家 ( しょけ ) と は 、 宗家 な い し 本家 より 別れ た 一族 の こと を い う 。 +今井 信郎 ( いまい のぶお 、 天保 12 年 10 月 2 日 ( 旧暦 ) ( 1841 年 11 月 14 日 ) - 大正 8 年 ( 1919 年 ) 6 月 25 日 ) は 、 幕末 から 明治 時代 初期 に 活躍 し た 武士 で あ る 。 +伏見宮 貞 教親王 ( ふしみのみや   さだの り しんの う 、 天保 7 年 9 月 17 日 ( 旧暦 ) ( 1836 年 10 月 26 日 ) - 文久 2 年 10 月 25 日 ( 旧暦 ) ( 1862 年 12 月 16 日 ) ) は 、 江戸 時代 末期 の 皇族 。 +大番 役 ( おおばん やく ) は 、 平安 時代 後期 から 室町 時代 初期 に かけ て 、 地方 の 武士 に 京都 、 鎌倉 時代 に 入 っ て から は 鎌倉 市 の 警護 を 命 じ た もの 。 +樫田村 ( かしだむら ) は 、 京都 府 の 南西 部 、 南桑田 郡 に 属 し て い た 村 で あ る 。 +スセリビメ は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +四至 ( しいし / しし ) と は 、 古代 ・ 中世 に おけ る 所領 ・ 土地 の 東西 南北 の 境界 を 指 し て 呼 ん だ 呼称 で あ る 。 +妙 多 羅天 ( みょう たらてん ) また は 妙多 羅 天女 ( みょう たら てんにょ ) は 、 神仏 、 善人 、 子供 の 守護 者 、 悪霊 退散 の 神 、 縁結び の 神 と さ れ る 日本 の 神 。 +文武一 道 ( ぶんぶ いちどう ) と は 、 文武 両道 と は 異な り 、 学問 も 武芸 ( スポーツ ) も 詰ま る ところ は 同じ で あ る と い う 意 で あ る 。 +源 光重 ( みなもと の みつしげ 、 生没年 不詳 ) は 、 平安 時代 末期 の 武士 。 +太閤 検地 ( たい こうけん ち ) は 、 豊臣 秀吉 が 全国 的 に 行 っ た 検地 ( 田畑 ( つまり 山林 は 除 く ) の 測量 及び 収穫 量 調査 ) 。 +禅定道 ( ぜん じょうどう ) と は 、 禅頂 ( 山頂 ) に 登ぼ る まで の 山道 を 言 う 。 +行基 ( ぎょうき / ぎょうぎ 、 天智 天皇 7 年 ( 668 年 ) - 天平 21 年 2 月 2 日 ( 旧暦 ) ( 74 9 年 2 月 23 日 ) ) は 日本 の 奈良 時代 の 僧 で あ る 。 +上知令 ( じょうちれい 、 あげち れい ) は 、 江戸 時代 後期 と 明治 初期 に 政権 者 が 出 し た 土地 没収 の 命令 。 +厚 化粧 ( あつげしょう ) と は 、 化粧 品 を 多め に 使 っ た 、 素顔 と は 明らか に 違 う 感じ の 化粧 の 事 。 +蛍兵 部 卿宮 ( ほたる ひょうぶきょう のみや ) は 、 紫式 部 が 著 し た 小説 『 源氏 物語 』 に 登場 する 架空 の 人物 で あ る ( 藤壺 の 兄 の 兵部 卿宮 と は 別人 ) 。 +渋川 敬典 ( しぶかわ よしのり 、 天保 9 年 ( 1838 年 ) - 明治 37 年 ( 190 4 年 ) ) は 、 幕末 ・ 明治 期 の 天文 学 者 。 +散華 ( さん げ ) と は 、 以下 を 意味 する 。 +稲葉 道通 ( いなばみち と お 、 元亀 元年 ( 1570 年 ) - 慶長 12 年 12 月 12 日 ( 旧暦 ) ( 160 8 年 1 月 29 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +藤原 訓儒 麻呂 ( ふじわら の くすまろ 、 ? - 天平 宝字 8 年 9 月 11 日 ( 旧暦 ) ( 764 年 10 月 14 日 ) ) は 奈良 時代 の 貴族 。 +請假解 ( しょうかげ / せいかげ ) と は 、 古代 日本 に お い て 律令 制 の 官人 が 、 所属 する 官司 ( 本司 ) に 提出 し た 解 ( 公文 書 ) 形式 の 休暇 届 。 +一世 一 元 の 詔 ( いっせい いちげん の みこと のり ) は 、 慶応 4 年 9 月 8 日 ( 旧暦 ) ( グレゴリオ 暦 1868 年 10 月 23 日 ) 、 慶応 4 年 を 改めて 明治 元年 と する と とも に 、 天皇 一代 に 元 号 一 つ と い う 一世 一元 の 制 を 定め た 詔 。 +白鬚 神社 ( しらひげじん しゃ ) は 、 滋賀 県 高島 市 鵜川 に 鎮座 する 神社 。 +黒木 為 楨 ( くろ き ため も と 、 天保 15 年 3 月 16 日 ( 旧暦 ) ( 1844 年 5 月 3 日 ) - 大正 12 年 ( 1923 年 ) 2 月 3 日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 。 +三条 公行 ( さんじょう きんゆき 、 長治 2 年 ( 110 5 年 ) - 久安 4 年 6 月 22 日 ( 旧暦 ) ( 1148 年 7 月 9 日 ) ) は 、 平安 時代 末期 の 公卿 。 +大賀 宗 九 ( おお がそう く 、 ? - 寛永 7 年 ( 1630 年 ) ) は 日本 の 商人 。 +三の丸殿 ( さんのまるどの 、 ? - 慶長 8 年 2 月 5 日 ( 旧暦 ) ( 160 3 年 3 月 17 日 ) ) は 、 織田 信長 の 五女 。 +中京 区 ( なかぎょう く ) は 、 京都 市 を 構成 する 11 区 の うち の ひと つ 。 +日露 戦争 ( にちろ せんそう 、 露語 ルースカ ・ イポーン スカヤ ・ ヴァイナー 、 190 4 年 ( 明治 37 年 ) 2 月 6 日 - 190 5 年 ( 明治 38 年 ) 9 月 5 日 ) は 、 大 日本 帝国 と ロシア 帝国 ( ロシア と 同盟 し て い た モンテネグロ ( 当時 は モンテネグロ 公国 ) も 宣戦 布告 する も 、 実際 の 戦闘 に は 参加 せ ず ) と の 間 で 朝鮮 半島 と 満州 ( 中国 東北部 ) 南部 を 主戦 場 と し て 発生 し た 戦争 で あ る 。 +衣笠 貞之助 ( きぬ が さていのすけ 、 本名 ・ 小亀 貞之助 、 1896 年 1 月 1日 - 1982 年 2 月 26 日 ) は 大正 ・ 昭和 期 の 俳優 、 映画 監督 。 +藤原 実頼 ( ふじわら の さねより 、 昌泰 3 年 ( 90 0 年 ) - 天禄 元年 5 月 18 日 ( 旧暦 ) ( 97 0 年 6 月 29 日 ) ) は 、 平安 時代 中期 の 公卿 。 +鷲崎 連 ( わしざき つらぬ 、 生没年 不詳 ) は 新選 組平 隊 士 。 +邪馬 台 国 ( やま たいこく ) は 、 『 魏志 倭人 伝 』 など に 出 て くる 国 で あ る 。 +南都 鏡 神社 ( なん と かが み じんじゃ ) と は 、 奈良 県 奈良 市 に あ る 神社 で あ る 。 +高木 貞作 ( たかぎていさく 、 嘉永 元年 11 月 23 日 ( 旧暦 ) ( 1848 年 12 月 18 日 ) - 昭和 8 年 ( 1933 年 ) 1 月 14 日 ) は 、 幕末 の 桑名 藩 士 で 、 新 選 組 隊士 。 +七口 の 関 ( なな くち の せき ) と は 、 中世 に 地方 より 京都 に 入 る 7 つ の 街道 ( 京都 七 口 ( きょう と なな くち ) ) に 設置 さ れ た 関所 の こと 。 +七五 調 ( しち ご ちょう ) と は 詩 で 七音 ・ 五 音 の 順番 で 繰り返 す 形式 。 +黄砂 ( こうさ ) と は 、 特に 中華 人民 共和 国 を 中心 と し た 東 アジア 内陸 部 の 砂漠 また は 乾燥 帯 の 砂塵 が 、 風 を 伴 う 砂嵐 ( 砂じん あらし ) など に よ っ て 空 に 巻き上げ られ 、 春 を 中心 に 東 アジア など の 広 範囲 に 飛来 し 、 地上 に 降り注 ぐ 気象 現象 。 +常 照皇 寺 ( じょう しょう こうじ ) は 、 京都 市 右京 区 ( 旧 京北 町 ) に あ る 臨済 宗 天竜 寺 派 の 寺院 。 +刺し子 ( さしこ ) と は 、 手芸 の 一 分野 で 、 布地 に 糸 で 幾 何 学 模様 等 の 図柄 を 刺繍 し て 縫いこ む こと 。 +池坊 専応 ( いけのぼうせんおう 、 文明 ( 日本 ) 14 年 ( 1482 年 ) - 天文 ( 元号 ) 12 年 ( 1543 年 ) ) は 、 戦国 時代 ( 日本 ) の 京都 頂法 寺 ( 六角 堂 ) の 僧 ・ 立花 師 。 +敷地 神社 ( しきち じんじゃ ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 神社 で あ る 。 +菊 の 前 ( きく の まえ 、 生年 不詳 - 天正 13 年 3 月 25 日 ( 旧暦 ) ( 1585 年 4 月 24 日 ) ) は 、 山田 城 の 城主 山田 辰業 の 正室 。 +五 所 平之助 ( ご しょ へいのすけ 、 本名 ・ 平右衛門 、 190 2 年 1 月 24 日 - 1981 年 5 月 1日 ) は 、 昭和 期 の 映画 監督 。 +検地 帳 ( けんちちょう ) と は 、 検地 の 結果 を 村 単位 で 集計 し て 取りまとめ た 帳簿 の こと 。 +中院 家 ( なかの いんけ ) は 、 大臣 家 の 家格 を 有 する 公家 。 +日本 の 鬼 の 交流 博物 館 ( にほんの お に の こうりゅう はくぶつ かん ) は 、 京都 府 福知 山 市 ( 旧 加佐 郡 大江 町 ) の 大江山麓 に あ る 鬼伝説 を テーマ と する 博物 館 。 +永楽 通宝 ( えいらく つうほう ) は 、 中国 、 明朝 第 3 代 皇帝 ・ 永楽 帝 の 時代 に 作 ら れ た 銭貨 。 +紀長田 麻呂 ( き の お さだま ろ 、 天平 勝宝 7 年 ( 75 5 年 ) - 天長 2 年 ( 82 5 年 ) 6 月 ( 旧暦 ) ) は 、 平安 時代 初期 の 官人 。 +左京 区 ( さきょう く ) は 、 京都 市 を 構成 する 11 区 の うち の ひと つ 。 +惟明 親王 ( これあき しんのう 、 治承 3 年 ( 1179 年 ) - 承久 3 年 5 月 3 日 ( 旧暦 ) ( 1221 年 5 月 25 日 ) ) は 、 高倉 天皇 の 第 三 皇子 。 +独神 ( ひとり がみ ) と は 、 神道 に お い て 夫婦 の 組 と し て で な く 単独 で 成 っ た 神 の こと 。 +霊仙山 ( りょうぜん さん ) は 、 滋賀 県 多賀 町 と 米原 市 に またが る 、 標高 1,094 m の 山 で あ る 。 +鰹 の タタキ ( かつお の たたき ) は 、 カツオ を 用い た 魚 料理 の ひと つ 。 +成田 達志 ( なりたた つ し 、 1964 年 - ) は 小鼓 方 幸流 の 能楽師 。 +伊達 氏 ( だてうじ / いだて うじ ) は 、 鎌倉 時代 から 江戸 時代 まで 東北 地方 南部 ( 南 東北 ) を 本拠 と し た 一族 で 、 藤原 氏 の 藤原 北家 山 蔭 流 と 称 する 。 +広橋 兼仲 ( ひろは し かね なか 、 寛元 2 年 ( 1244 年 ) - 徳治 3 年 1 月 20 日 ( 旧暦 ) ( 130 8 年 2 月 12 日 ) ) は 鎌倉 時代 後期 の 公卿 。 +美保海 軍 航空 隊 ( みほかいぐん こうくう た い ) は 、 大 日本 帝国 海軍 の 部隊 ・ 教育 機関 の 一 つ 。 +武奈ヶ岳 ( ぶながたけ ) は 、 滋賀 県 大津 市 に あ る 、 標高 121 4 . 4 m の 山 。 +茶釜 ( ちゃがま ) は 、 茶道 に 使用 する 茶 道具 の 一種 で 、 茶 に 使用 する 湯 を 沸 かす ため の 釜 の こと で あ る 。 +俳名 ( はい - みょう ) は 、 本来 俳号 と 同義 で あ る が 、 江戸 時代 中期 以降 の 芸能 分野 に お い て 次 の よう に 用い られ た 。 +近衞 家 ( この えけ ) は 、 摂家 筆頭 の 公家 。 +公事 師 ( くじし ) と は 、 江戸 時代 に 存在 し た 訴訟 の 代行 を 業 と し た 者 。 +手向山 八幡宮 ( たむけ やま は ち まんぐう ) は 、 奈良 県 奈良 市 に 鎮座 する 神社 。 +匁 ( もんめ ) と は 、 尺貫 法 に おけ る 質量 の 単位 で あ る 。 +二階堂 行盛 ( に かいどう ゆきもり 、 1181 年 ( 養和 元年 ) - 1253 年 12 月 30 日 ( 建長 5 年 12 月 9 日 ( 旧暦 ) ) ) は 、 二階堂 行政 の 孫 で 鎌倉 幕府 の 政所 執事 、 評定 衆 。 +倭彦命 ( やまとひこの みこと 、 生年 不詳 - 垂仁 天皇 28 年 10 月 5 日 ( 旧暦 ) ( 紀元 前 2 年 11 月 1日 ? ) ) は 、 記紀 伝承 上 の 皇族 ( 王族 ) 。 +蘇我 満智 ( そが の まち 、 男性 ) は 、 古墳 時代 の 豪族 。 +『 続古 今 和 歌集 』 ( しょく こ きん わかしゅう ) は 鎌倉 時代 の 勅撰 集 で 、 二十 一 代 集 の 第 十 一 番 目 。 +藤原 経憲 ( ふじわら の つねの り 、 生没 年 未詳 ) は 、 平安 時代 末期 の 廷臣 。 +九鬼 隆季 ( く き たかすえ 、 慶長 13 年 ( 160 8 年 ) - 延宝 6 年 5 月 30 日 ( 旧暦 ) ( 167 8 年 7 月 18 日 ) ) は 、 丹波 国 綾 部 藩 の 初代 藩 主 。 +籾井 教業 ( もみいのり な り 、 大永 7 年 ( 1527 年 ) - 天正 4 年 ( 1576 年 ) ) は 、 戦国 時代 ( 日本 ) の 丹波 国 の 武将 。 +還相 回向 ( げんそう えこう ) は 、 浄土 教 の 重要 な 教義 の ひと つ で あ る 。 +澤村 四郎 五郎 ( さわむら しろ うごろう ) は 、 歌舞伎 役者 の 名跡 。 +観世 銕 之亟 ( かんぜ ・ てつの じょう ) は 能楽 観世 流 宗家 観世家 の 分家 当主 が もっぱら 明治 以降 名乗 っ て い る 名 。 +持組 ( もちぐみ ) は 江戸 幕府 の 組織 。 +桑原 家 ( くわばらけ ) は 江戸 時代 に 五 条 為 庸 ( 正二 位 ・ 大納言 ) ( 1619 年 - 16 77 年 ) の 四男 で あ る 桑原 長義 ( 正二 位 ・ 中納言 ・ 式部 省 ) ( 1661 年 - 1737 年 ) が 起こ し た 堂上 家 で あ る 。 +子嶋 寺 ( こじまで ら ) は 奈良 県 高市 郡 高取 町 に あ る 高野山 真言 宗 の 寺院 。 +上杉 道満丸 ( うえすぎ どう まんまる 、 元亀 2 年 ( 15 71 年 ) - 天正 7 年 3 月 18 日 ( 旧暦 ) ( 1579 年 4 月 13 日 ) は 、 越後 国主 ・ 上杉 謙信 の 養子 、 上杉 景虎 の 嫡男 。 +河原院 ( かわら の いん ) は 、 京都 六 条 通 に あ っ た 源融 の 邸宅 で あ る 。 +貞信 公記 ( ていしんこうき ) は 、 関白 太政 大臣 藤原 忠平 の 日記 。 +聖守 ( しょうしゅ 、 建保 3 年 ( 1215 年 ) - 正応 4 年 11 月 27 日 ( 旧暦 ) ( 1291 年 12 月 19 日 ) ) は 、 鎌倉 時代 中期 の 東大 寺 の 僧 。 +大念 寺 ( だい ねんじ ) は 京都 府 乙訓 郡 大山崎 町 に あ る 浄土 宗 の 仏教 寺院 。 +絲鞋 ( しがい ・ いと の くつ ・ しあい ) と は 、 未 成年 の 皇族 や 童舞 の 舞楽 装束 や 神道 の 儀式 に 参加 する 幼 い 巫女 に 用い られ る 絹糸 製 の 靴 。 +長福寺 ( ちょうふくじ ) は 、 京都 市 右京 区 梅津 に あ る 臨済 宗 南禅 寺 派 の 寺院 。 +一 円 知行 ( いちえん ちぎょう ) と は 、 日本 の 中世 で 使用 さ れ た 用語 で 、 荘園 公領 制 の 重層 的 に 入り組 ん だ 支配 ・ 権利 関係 の 中 で 、 ある 者 が 一元 的 に 土地 を 支配 する こと を 指 す 。 +朝倉 孝景 ( あさくら たかかげ ) は 戦国 時代 ( 日本 ) の 武将 で 越前 国 の 戦国 大名 。 +久世 重之 ( くぜしげゆき 、 万治 2 年 ( 1659 年 ) - 享保 5 年 6 月 27 日 ( 旧暦 ) ( 1720 年 8 月 1日 ) ) は 、 江戸 時代 の 大名 、 徳川 幕府 閣僚 。 +元 嘉暦 ( げん か れき ) と は 中国 暦 の 一 つ で 、 かつて 中国 ・ 日本 など で 使 わ れ て い た 太陰 太陽 暦 の 暦法 。 +金 精神 ( こんせいしん ) は 、 金精 大 明神 ( こんせい だいみょう じん ) 、 金精様 ( こんせい さま ) など と も 呼 ば れ 、 石 、 木 、 金属 製 の 男根 の 形 を し た 御神体 を 祀 っ た 神 で あ る 。 +奥宮 健之 ( おく のみや けんし 、 1857 年 12 月 27 日 ( 安政 4 年 11 月 12 日 ( 旧暦 ) ) - 19 11 年 ( 明治 44 年 ) 1 月 24 日 ) は 、 自由 民権 運動 で 活躍 し た 日本 の 社会 運動 家 。 +日明 貿易 ( にちみん ぼうえき ) は 、 日本 の 室町 時代 に 日本 が 中国 の 明王 朝 に 行 っ た 貿易 を 指 す 。 +定額 寺 ( じょうがくじ ) と は 、 奈良 時代 ・ 平安 時代 に 官大 寺 ・ 国分寺 ( 国分 尼 寺 を 含 む ) に 次 ぐ 寺格 を 有 し た 仏教 寺院 。 +福王 流 ( ふくおう - りゅう ) は 能楽 ワキ 方 の 一流 派 。 +大伴 旅人 ( おおともの たび と 、 665 年 - 天平 3 年 ( 731 年 ) 7 月 25 日 ( 旧暦 ) ) は 奈良 時代 初期 の 政治 家 、 歌人 。 +西園寺 実晴 ( さいおんじ さねはる 、 慶長 6 年 ( 160 1 年 ) - 寛文 13 年 1 月 11 日 ( 旧暦 ) ( 167 3 年 2 月 27 日 ) ) は 江戸 時代 の 公卿 。 +西国筋 郡代 ( さいごく すじ ぐんだい ) と は 、 江戸 時代 に 4 ヶ所 設置 さ れ た 郡代 の 一 つ 。 +土用 の 丑 の 日 ( どよう の うし の ひ ) は 、 土用 の 間 で 日 の 十 二 支 が 丑 で あ る 日 の こと 。 +河野 通信 ( こう の みちのぶ 、 保元 元年 ( 1156 年 ) - 貞応 元年 ( 1223 年 ) 5 月 19 日 ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 伊予国 の 武将 。 +柿本人麻呂 ( かきの もと の ひと まろ 、 男性 、 6 60 年 頃 ~ 720 年 頃 ) は 、 飛鳥 時代 の 歌人 。 +京都 広河原 スキー 場 ( きょう と ひろがわら スキー じょう ) は 、 京都 市 左京 区 広河原 尾花町 に 位置 する 京都 市 内 の 唯一 の スキー 場 で あ る 。 +『 茶経 』 ( ちゃきょう   茶經 ) は 、 8 世紀 頃 中国 ・ 唐 の 、 陸羽 に よ っ て 著 さ れ た 書物 で あ る 。 +元良 親王 ( もとよししんのう 、 890 年 ( 寛平 2 年 ) - 943 年 9 月 3 日 ( 天慶 6 年 7 月 26 日 ( 旧暦 ) ) ) は 平安 時代 中期 の 皇族 、 歌人 。 +尾上 菊之丞 ( おのえき く の じょう ) は 、 日本 舞踊 の 尾上流 の 名跡 。 +源 氏 釈 ( げん じしゃく ) と は 、 『 源氏 物語 』 の 注釈 書 で あ る 。 +稷山 の 戦い ( ショクサン の たたか い ) は 慶長 の 役 に お い て 日本 軍 と 明軍 と の 間 で 戦 わ れ た 戦闘 。 +基礎 情報 天皇 +お から は 日本 、 中華 人民 共和 国 、 大韓 民国 など 、 東 アジア 特有 の 食品 の 一種 。 +京都 電燈 株式 会社 ( きょうと でんとう ) は 、 1888 年 ( 明治 21 年 ) に 創立 さ れ た 日本 の 電力 会社 。 +太安 万 侶 ( おおの やすま ろ 太安 萬 侶 、 生年 不詳 - 723 年 8 月 15 日 ( 養老 7 年 7 月 6 日 ( 旧暦 ) ) ) は 、 奈良 時代 の 文官 。 +片岡 市蔵 ( かたお か いち ぞう ) は 、 歌舞伎 役者 の 名跡 。 +筆子塚 ( ふ で こづか ) と は 、 江戸 時代 に 庶民 の 教育 機関 で あ っ た 寺子 屋 や 家塾 で 、 読書 算 や 実務 教育 を 教わ っ た 教え子 が 、 師匠 が 死 ん だ 際 に その 遺徳 を 偲 ん で 、 建て た 墓 で あ る 塚 、 また は 供養 塔 。 +宮 中 席 次 ( きゅう ちゅう せき じ ) と は 、 公的 な 宮中 行事 に おけ る 席次 の こと 。 +加悦 鉄道 ( か や てつどう ) は 京都 府 与謝 郡 野田川町 ( 現 ・ 与謝野 町 ) の 丹後 山田 駅 ( 現 北 近畿 タンゴ 鉄道 宮津 線 野田川 駅 ) から 、 同郡 加悦 町 ( 現 ・ 与謝野 町 ) の 加悦 駅 まで を 結 ん で い た 私鉄 で あ る 。 +囲塩 ( かこいしお ) は 、 古積 塩 と も 呼 ば れ る 日本 に 古来 から 伝わ る 特別 に 精製 さ れ た 保存 用 の 食塩 の こと 。 +藤原 頼嗣 ( ふじわら の よりつぐ 、 延応 元年 11 月 21 日 ( 旧暦 ) ( 1239 年 12 月 17 日 ) - 康元 元年 9 月 25 日 ( 旧暦 ) ( 1256 年 10 月 14 日 ) ) は 、 鎌倉 幕府 5 代 征夷 大将軍 で あ る 。 +出汁 ( だし ) は 、 調味 料 の 一 つ で 、 料理 に 甘味 ・ 酸味 ・ 苦味 ・ 塩味 の 味覚 に 加え て 、 肉 や 野菜 、 キノコ や 海藻 に 含 ま れ る うま 味 を 抽出 し て 加え る ため の 液体 。 +大聖院 ( だい しょういん ) は 、 京都 市 右京 区 ( 旧 北桑田 郡 京北町 ) に あ る 真言 宗 御 室 派 の 寺院 。 +紀咋 麻呂 ( きのくいま ろ 、 天平 勝宝 7 年 ( 75 5 年 ) - 天長 10 年 1 月 19 日 ( 旧暦 ) ( 833 年 2 月 12 日 ) ) は 、 平安 時代 初期 の 官人 。 +天龍 寺 ( てんりゅうじ ) は 、 京都 府 京都 市 右京 区 嵯峨 天龍 寺 芒 ノ 馬場 町 ( すすき の ばば ちょう ) に あ る 、 臨済 宗 天龍 寺 派 大 本山 の 寺院 。 +アメノオシホミミ ( マサカツ アカツカチハヤ ヒアメノオシホミミ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +伊賀 局 ( いが の つぼね 、 生年 不詳 - 元中 元年 / 至徳 ( 日本 ) 元年 10 月 13 日 ( 旧暦 ) ( 1384 年 11 月 26 日 ) ) は 、 南北朝 時代 ( 日本 ) の 勇女 と さ れ る 女性 。 +ない の 神 ( なゐ の 神 ) は 、 日本 神話 に 登場 する 地震 の 神 で あ る 。 +春日 皇子 ( かすが の みこ 、 欽明 天皇 21 年 ( 560 年 ) 前後 ? - 推古 天皇 23 年 ( 615 年 ) ? ) は 敏達 天皇 と 妃 ・ 春日 老 女子 の 第 二 皇子 。 +乾物 ( かんぶつ ) と は 、 保存 性 や 食味 の 向上 を 目的 と し て 水分 を 抜き 乾燥 さ せ た 食品 の こと で あ る 。 +勧学院 ( かんがく いん ) は 平安 時代 の 藤原 氏 の 大学 別曹 で あ る 。 +音 博士 ( おん は かせ / こえ の はかせ ) は 、 日本 の 律令 制 に お い て 置 か れ た 博士 の 1 つ 。 +九鬼 隆一 ( く きりゅう いち 、 嘉永 3 年 8 月 7 日 _ ( 旧暦 ) ( 1850 年 9 月 12 日 ) - 昭和 6 年 ( 1931 年 ) 8 月 18 日 ) は 日本 の 官僚 、 男爵 。 +地頭 ( じ とう ) は 、 鎌倉 幕府 ・ 室町 幕府 が 荘園 ・ 国衙 領 ( 公領 ) を 管理 支配 する ため に 設置 し た 職 。 +『 懐風藻 』 ( かいふうそう ) は 、 現存 する 最古 の 日本 漢 詩集 。 +高市 許梅 ( たけち の こめ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +松木 松年 ( まつ きしょうねん 、 男性 、 天保 14 年 ( 1843 年 ) - 大正 6 年 ( 1917 年 ) 12 月 28 日 ) は 、 幕末 から 近代 日本 の 画家 ・ 篆刻 家 で あ る 。 +浄土院 ( じょうど いん ) は 、 京都 市 上京 区 に あ る 浄土 宗 の 尼寺 。 +門前 町 ( もんぜん まち ) と は 、 有力 な 寺院 ・ 神社 の 周辺 に 、 社寺 関係 者 および 参拝 客 を 相手 に する 商工 業 者 が 集ま る こと に よ っ て 形成 さ れ た 町 の こと 。 +知恩 院 ( ち おんいん ) は 、 京都 府 京都 市 東山 区 に あ る 浄土 宗 総 本山 の 寺院 。 +京極 高 国 ( きょうごく   たかく に ) は 、 丹後 国宮津 藩 の 第 3 代 藩 主 。 +京 狩野 ( きょうが のう ) は 、 安土 桃山 時代 末 から 明治 期 まで 京都 で 活躍 し た 画家 の 流派 。 +焙炒造り ( ばいしょう づくり ) と は 、 日本 酒 の 現代 の 製法 の 一 つ で 、 日本 酒 の 現代 の 製法 の 一 つ で 高温糖 化 法 、 高温糖 化 法 の 一種 。 +宝林 伝 ( ほうりん でん ) は 、 正し く は 大唐 韶州 雙 峰山 曹侯 渓寶 林 傳 ( だい とう しょうしゅう そう ほう ざん そうこう けいほうりん でん ) を 書名 と する 、 唐 の 貞元 _ ( 唐 ) 17 年 ( 80 1 年 ) に 成立 し た 禅 の 燈史 で あ る 。 +君 手摩 ( きみ て ずり ) は 、 通説 で は 海 と 太陽 を 司 る 琉球 王国 の 守護 神 と さ れ る 。 +六 地蔵 駅 ( ろくじ ぞうえき ) は 、 京都 府 京都 市 伏見 区 と 宇治 市 に あ る 、 京阪 電気 鉄道 ・ 西 日本 旅客 鉄道 ( JR 西 日本 ) ・ 京都 市営 地下 鉄 の 鉄道 駅 。 +桜本坊 ( さくらもと ぼう ) は 奈良 県 吉野 郡 吉野 町 に あ る 金峯山 修験 本宗 別 格 本山 ・ 大 峯山 の 護持 院 で も あ る 。 +平瀬 作五郎 ( ひらせ さくごろう 、 安政 3 年 1 月 7 日 ( 旧暦 ) ( 1856 年 2 月 12 日 ) - 大正 14 年 ( 1925 年 ) 1 月 4 日 ) は 、 明治 ・ 大正 期 の 植物 学 者 。 +年 期 売 ( ねんきうり ・ 年季売 ・ 年紀売 ) と は 、 中世 日本 で 行 わ れ た 売買 契約 の 1 つ 。 +京都 法政 学校 ( きょう と ほう せい がっこう ) は 、 190 0 年 に 中川 小十郎 ら に よ っ て 創設 さ れ た 私立 学校 で 、 現在 の 立命 館 大学 ( 学校 法人 本部 : 京都 市 中京 区 ) の 前身 。 +瑞穂町 ( みずほ ちょう ) は 、 京都 府 に あ っ た 町 で あ る 。 +小笠原 家 茶道 古流 ( おがさわら け さどうこりゅう ) は 、 豊前 国 小倉 藩 ( 福岡 県 北九州 市 ) で 伝え られ た 茶道 の 流派 。 +満済 ( まんさい ・ まんぜい 、 天授 ( 日本 ) 4 年 / 永和 ( 日本 ) 4 年 ( 1378 年 ) - 永享 7 年 6 月 13 日 ( 旧暦 ) ( 1435 年 7 月 8 日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 に かけ て の 醍醐 寺 ( 真言 宗 ) の 僧 。 +禖子 内 親王 ( ばいし な い しんのう 、 生没年 不詳 ) は 、 後宇多 天皇 の 第 二 皇女 。 +放生 院 ( ほうじょういん ) は 、 京都 市 宇治 市 に あ る 真言 律 宗 の 寺院 。 +京都 見廻 組 ( きょうと みまわ り ぐみ ) は 、 江戸 時代 末期 ( 幕末期 ) に 幕臣 に よ っ て 結成 さ れ た 、 京都 治安 維持 の 組織 。 +嵯峨 ぎく ( さ が ぎく ) は 、 キク 科 の 多年 草 。 +洛中 法華 21 ヶ寺 ( らく ちゅう ほっけ 2 1 かじ ) は 京都 市 内 に あ る 日像 上人 の 妙顕 寺 建立 に 始ま る 日蓮 宗 系 仏教 各 宗派 の 21 の 本山 寺院 。 +大膳 職 ( だい ぜん しき ) は 、 日本 の 律令 制 に お い て 宮内 省 に 属 する 官司 。 +慈雲 妙意 ( じうんみょうい 、 文永 11 年 ( 1274 年 ) - 貞和 元年 / 興国 6 年 6 月 3 日 ( 旧暦 ) ( 1345 年 7 月 2 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 臨済 宗 の 僧 。 +小手子 ( こてこ ) は 崇峻 天皇 の 妃 で あ る 。 +阿野 廉子 ( あの やすこ また は かどこ ( 不明 な ため 暫定 的 に れんし と 呼 ば れ る こと が 多 い ) 、 正安 3 年 ( 130 1 年 ) - 正平 ( 日本 ) 14 年 / 延文 4 年 4 月 29 日 ( 旧暦 ) ( 1359 年 5 月 26 日 ) ) は 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) の 女性 。 +御 旅所 ( お たび しょ ) と は 、 神社 の 祭礼 ( 神幸祭 ) に お い て 神 ( 一般 に は 神体 を 乗せ た 神輿 ) が 巡幸 の 途中 で 休憩 また は 宿泊 する 場所 地 を さ す 。 +京北町 ( けいほくちょう ) は 、 2005 年 3 月 31 日 まで 京都 府 北 桑田 郡 に 存在 し た 町 。 +位牌 ( いはい ) と は 、 死者 の 祭祀 の ため 、 死者 の 戒名 など を 記 し た 木 の 板 を い う 。 +河内 十 人 斬り ( かわちじゅう にんぎり ) は 、 1893 年 ( 明治 26 年 ) に 大阪 府 南東部 の 金剛 山麓 の 赤坂 水分 ( あかさか すいぶん ) 村 で 起こ っ た 殺人 事件 。 +鷹司 兼平 ( たかつか さ かね ひら 、 安貞 2 年 ( 1228 年 ) - 永仁 2 年 8 月 8 日 ( 旧暦 ) ( 1294 年 8 月 30 日 ) ) は 、 鎌倉 時代 の 公卿 。 +撰銭 ( えりぜに 、 えり せん 、 せんせん ) と は 、 日本 の 中世 後期 に お い て 、 支払 決済 の 際 に 、 劣悪 な 銭貨 ( 鐚銭 ・ 悪銭 と も ) を 忌避 ・ 排除 し た こと を い う 。 +五 徳猫 ( ごと く ねこ ) は 、 鳥山 石燕 の 『 画図 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +林 きむ子 ( はやし   きむこ 、 明治 17 年 ( 1884 年 ) - 昭和 42 年 ( 1967 年 ) ) は 舞踏 家 、 作家 、 社会 運動 家 、 実業 家 。 +藤原 薬子 ( ふじわら の くすこ 、 生年 不詳 - 大同 ( 日本 ) 5 年 9 月 12 日 ( 旧暦 ) ( 810 年 10 月 17 日 ) ) は 平安 時代 初期 の 女官 。 +実忠 ( じっちゅう 、 神亀 3 年 ( 726 年 ) - ? ) は 、 奈良 時代 の 僧 。 +和洋 折衷 建築 ( わよう せっちゅう けんちく ) と は 、 近代 日本 に お い て 建て られ た 和風 建築 と 洋風 建築 の 要素 を 意図 的 に 折衷 し た 建物 。 +香 の 図 ( こう の ず ) は 、 香道 の 中 で 、 ある 種 の 組香 ( くみこう ) 、 もしくは 芸術 品 の 紋様 と し て 利用 さ れ る 縦線 と 横線 から な る 図柄 で あ る 。 +釈迦 如来 ( しゃか にょらい 、 しきゃ じらい ) また は 釈迦 牟 尼仏 は 、 仏教 の 開祖 釈迦 〔 姓名 : 瞿曇 悉 達 多 ( クドンシッタルタ ) 梵語 : Gautamasiddhaartha ( ガウタマ ・ シッダールタ ) パーリ 語 : GotamaSiddhattha ( ゴータマ ・ シッダッタ ) 〕 を 仏 ( 仏陀 ) と し て 敬 う 呼 び 方 。 +古本 説話 集 ( こほんせつ わ しゅう ) は 、 平安 時代 末期 か 、 遅 く と も 鎌倉 時代 初期 に は 成立 し た と 見 られ る 説話 集 。 +白隠 慧鶴 ( はくいん えか く 、 1686 年 1 月 19 日 ( 貞享 2 年 12 月 25 日 ( 旧暦 ) ) - 1769 年 1 月 18 日 ( 明和 5 年 12 月 11 日 ( 旧暦 ) ) ) は 、 臨済 宗 中興 の 祖 と 称 さ れ る 江戸 時代 の 禅僧 で あ る 。 +尊長 ( そんちょう 、 生年 未詳 - 安貞 元年 ( 1227 年 ) ) は 鎌倉 時代 初期 の 僧侶 。 +隈取 ( くまどり ) と は 、 歌舞伎 独特 の 化粧 法 の こと で あ る 。 +欠史 十 代 ( けっしじゅう だい ) と は 、 『 古事 記 』 に お い て 、 系譜 のみ が 記 さ れ 、 その 事績 は 記 さ れ て い な い 第 24 代 仁賢 天皇 から 第 33 代 推古 天皇 まで の 10 人 の 天皇 の こと 、 あるいは その 時代 を 指 す 。 +おけさ 号 ( おけさ ごう ) は 、 大阪 府 大阪 市 北 区 ( 大阪 市 ) から 京都 府 京都 市 下京 区 を 経由 し て 新潟 県 新潟 市 中央 区 ( 新潟 市 ) と を 結 ぶ 高速 バス 路線 の 愛称 で あ る 。 +大根 おろし ( だいこん おろし ) は 、 ダイコン の 根部 を おろ し 金 を 用い て すりおろ し た 食品 。 +残心 ( ざんしん ) と は 日本 の 武道 および 芸道 に お い て 用い られ る 言葉 。 +聚楽 第 ( じゅらくだい / じゅらく てい ) は 、 安土 桃山 時代 に 豊臣 秀吉 が 京都 の 内野 ( 平安 京 の 大内 裏跡 、 現在 の 京都 市 上京 区 に あた る ) に 建設 し た 大邸宅 。 +雲室 ( うんしつ 、 宝暦 3 年 3 月 5 日 ( 旧暦 ) ( 175 3 年 4 月 8 日 ) - 文政 10 年 5 月 9 日 ( 旧暦 ) ( 1827 年 6 月 3 日 ) ) は 、 日本 の 僧 、 学者 。 +東大 寺 の 歴史 ( とうだいじ の れきし ) に つ い て 、 解説 する 。 +源 経信 ( みなもと の つねのぶ 、 長和 5 年 ( 1016 年 ) - 永長 2 年 1 月 6 日 ( 旧暦 ) ( 1097 年 2 月 20 日 ) ) は 、 平安 時代 後期 の 公家 ・ 歌人 。 +仕事 納め ( しごと おさめ ) と は 年末 と な る 12 月 の 下旬 の 、 最後 の 仕事 の こと 。 +尭尋 ( ぎょうじん 、 生年 不詳 - 1412 年 ? ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 に かけ て の 僧 ・ 歌人 。 +大炊 御門 冬信 ( おおい の みかど ふゆのぶ 、 延慶 ( 日本 ) 2 年 ( 1309 年 ) - 正平 ( 日本 ) 5 年 ・ 観応 元年 6 月 28 日 ( 旧暦 ) ( 1350 年 8 月 1日 ) ) は 、 南北朝 時代 ( 日本 ) の 公卿 。 +瓦 ( かわら ) と は 、 主に 屋根 葺き に 使 わ れ る 、 建材 の こと で あ る 。 +平貞文 ( たいら の さだふみ 、 貞観 _ ( 日本 ) 14 年 ( 872 年 ) ? - 延長 ( 元号 ) 元年 9 月 27 日 ( 旧暦 ) ( 923 年 11 月 13 日 ) ) は 、 平安 時代 中期 の 歌人 。 +蹲踞 ( そんきょ 、 そんこ ) と は 、 体 を 丸 く し て しゃ が む 、 また は 膝 を 折り立て て 腰 を 落と し た 立膝 を つ い た 座法 を 言 う 。 +京都 サンガ F . C . ( きょうと サンガエフシー 、 KyotoSangaFC ) は 、 日本 の 京都 市 に ホーム を 置 く 、 日本 プロ サッカーリーグ ( J リーグ ) に 加盟 する プロ サッカー クラブ 。 +不動倉 ( ふ どうそう ) と は 、 律令 制 に お い て イネ穀 を 収納 し た 正倉 が 満載 と な っ た 後 に 、 国司 ・ 郡司 に よ る 検封 作業 を 経 て 封印 さ れ た 倉庫 の こと 。 +漫才 ( まんざい ) は 、 古来 の 萬歳 を 元 に 、 日本 の 近畿 地方 で 独自 に 発達 し た と さ れ る 、 主に 2人 組 で 披露 さ れ る 演芸 ・ 話芸 。 +国衙 軍制 ( こくが ぐんせい ) と は 、 日本 の 古代 末期 から 中世 初頭 に かけ て ( 10 世紀 - 12 世紀 ) 成立 し た 国家 軍事 制度 を 指 す 歴史 概念 。 +平安 装束 ( へい あん しょうぞく ) は 、 平安 時代 の 皇族 ・ 貴族 の 衣服 。 +移配 ( いはい ) と は 、 8 世紀 から 9 世紀 に かけ て 、 当時 の 日本 の 律令 政府 ( 朝廷 ) が 現在 の 東北 地方 に 居住 し て い た 蝦夷 を 内地 ( 関東 地方 以西 の 本州 ・ 四国 ・ 九州 ) に 強制 移住 さ せ た 政策 の こと 。 +経賢 ( けいけん 、 生没年 不詳 ) は 、 南北朝 時代 ( 日本 ) の 僧 ・ 歌人 。 +京田辺 駅 ( きょう たなべ えき ) は 、 京都 府 京田辺 市田辺 久戸 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 片町 線 の 鉄道 駅 。 +日本 髪 ( に ほん がみ ) は 、 広義 で は 古墳 時代 から 昭和 戦前 まで の 日本 固有 の 髪形 の 事 。 +藤原 真雄 ( ふじわら の さねお 、 神護 景雲 元年 ( 767 年 ) - 弘仁 2 年 7 月 8 日 ( 旧暦 ) ( 811 年 7 月 31 日 ) は 、 平安 時代 初期 の 貴族 。 +歌 物語 ( うた ものがたり ) と は 、 和歌 に まつわ る 説話 を 集成 し た 、 物語 文学 の 総称 で あ る 。 +稲葉 通重 ( いなば みちしげ ) は 、 安土 桃山 時代 の 武将 。 +足高 の 制 ( たしだ か の せい 、 足高 制 ) と は 、 徳川 吉宗 が 享保 8 年 ( 1723 年 ) 6 月 に 施行 し た 法令 。 +清胤 ( しょういん ( 「 清因 ( せいいん ) 」 と も ) 、 天慶 6 年 ( 943 年 ) - 長徳 元年 5 月 8 日 _ ( 旧暦 ) ( 995 年 6 月 13 日 ) ) は 、 平安 時代 の 天台 宗 の 僧侶 ・ 歌人 。 +のっぺ は 日本 の 郷土 料理 の ひと つ 。 +庭田 重基 ( にわた し げもと 、 寛政 11 年 8 月 22 日 ( 旧暦 ) ( 1799 年 9 月 21 日 ) - 天保 11 年 2 月 17 日 ( 旧暦 ) ( 1840 年 3 月 20 日 ) ) は 江戸 時代 後期 の 公家 、 公卿 。 +土岐 康行 の 乱 ( ときやす ゆき の らん ) は 、 室町 時代 の 康応 元年 ( 1389 年 ) - 明徳 元年 ( 1390 年 ) に 守護 大名 の 土岐 康行 が 室町 幕府 に 討伐 さ れ た 事件 で あ る 。 +申次衆 ( もう しつぎ しゅう ) と は 、 室町 幕府 の 職名 の 1 つ 。 +林 遠里 ( はやし   おんり 、 1831 年 3 月 8 日 ( 天保 2 年 1 月 24 日 ( 旧暦 ) ) - 190 6 年 ( 明治 39 年 ) 1 月 30 日 ) は 、 福岡 県 生まれ の 老農 ( 篤農家 ) ・ 農業 技術 指導 者 。 +昇殿 ( しょうでん ) と は 、 平安 時代 以降 に 五 位 以上 の 者 および 六位 蔵人 の 職 に あ る 者 が 内裏 清涼 殿 の 南廂 に あ る 殿上 の 間 に 昇 る こと を 許 さ れ る こと 。 +義昭 ( ぎしょう 、 応永 11 年 ( 140 4 年 ) - 嘉吉 元年 3 月 13 日 ( 旧暦 ) ( 1441 年 4 月 4 日 ) ) は 、 室町 幕府 第 3 代 征夷 大将軍 ・ 足利 義満 の 子 。 +宗門 改 ( しゅうもん あらため ) は 、 江戸 幕府 が 行 っ た 宗教 政策 および 民衆 統制 政策 。 +平重衡 ( たいら の しげひら ) は 、 平安 時代 末期 の 武将 。 +儀鳳暦 ( ぎ ほうれき ) と は 中国 暦 の 一 つ で 、 中国 唐 の 天文 学 者 ・ 李 淳風 が 編纂 し た 太陰 太陽 暦 の 暦法 で あ る 。 +藤原 清衡 ( ふじわらの きよひら ) は 、 平安 時代 後期 の 武将 で 奥州 藤原 氏 の 祖 。 +遊廓 ( ゆうかく ) は 、 公許 の 遊女 屋 を 集め 、 周囲 を 塀 や 堀 など で 囲 っ た 区画 。 +得宗 ( とくそう ) は 、 鎌倉 幕府 の 北条 氏 惣領 の 家系 。 +平等 院 ( びょうどう いん ) は 、 京都 府 宇治 市 に あ る 藤原 氏 ゆかり の 寺院 。 +石川 丈山 ( いしかわ じょうざん 、 1583 年 ( 天正 11 年 ) - 167 2 年 6 月 18 日 ( 寛文 12 年 5 月 23 日 ( 旧暦 ) ) ) は 、 江戸 時代 初期 の 文人 で 、 もと は 武士 。 +隆光 ( りゅうこう 、 慶安 2 年 2 月 8 日 ( 旧暦 ) ( 1649 年 3 月 20 日 ) - 享保 9 年 6 月 7 日 ( 旧暦 ) ( 1724 年 7 月 26 日 ) ) は 、 江戸 時代 中期 の 新義 真言宗 の 僧 。 +殉死 ( じゅんし ) と は 、 王 や 皇帝 、 首長 、 祭司 王 など の 喪 や 埋葬 に 際 し て 、 近親 者 や 従者 が それ を 追 っ て 死 ぬ こと 。 +富田 近重 ( とみだ ちかしげ ) は 、 鎌倉 時代 の 武蔵 国 児玉 党 ( 現在 の 埼玉 県 本庄 市 富田 出身 ) の 武士 。 +稲葉 良通 / 稲葉 一鉄 ( いなば よしみち / いなば いってつ ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 。 +コンニャク ( 蒟蒻 、 菎蒻 、 学名 : Amorphophalluskonjac ) と は サトイモ 科 の 植物 、 あるいは その 球根 から 製造 さ れ る 食品 の こと で あ る 。 +榎本 神社 ( えの もと じんじゃ ) は 、 奈良 県 奈良 市 に あ る 春日 大社 の 境内 摂社 で あ る 。 +祇園 豆腐 ( ぎ おんどうふ ) は 、 江戸 時代 、 京都 の 八坂 神社 ( 祇園 神社 ) 門前 の 2 軒 の 茶屋 で 売 ら れ た 田楽 豆腐 の 料理 で あ る 。 +石 包丁 ( い しぼう ちょう 、 石庖 丁 ) は 、 日本 の 縄文 時代 や 弥生 時代 の 遺跡 から 、 ( 中国 で は 仰韶 文化 、 竜山 文化 ) 発掘 さ れ る 磨製 石器 。 +上士 ( じょうし ) は 、 江戸 時代 の 上級 藩士 で あ る 。 +山岡 景佐 ( やまおかかげすけ ) は 、 戦国 時代 ( 日本 ) の 武将 。 +侍 ( さむらい ) は 、 古代 から 中世 に かけ て の 日本 に おけ る 官人 の 身分 呼称 、 あるいは そこ から 発展 的 に 生 じ た 武士 の 別名 。 +阪妻 ・ 立花 ・ ユニヴァーサル 聯合 映画 ( ばんつま たちばな ユニヴァーサル れんごう えい が 、 1926 年 9 月 契約 - 1927 年 5 月 契約 解除 ) は 、 かつて 存在 し た 日本 と アメリカ 合衆 国 と の 合弁 に よ る 、 日本 の 映画 会社 で あ る 。 +八 代 目 市川 海老蔵 ( はち だいめい ちかわ えびぞう 、 弘化 2 年 ( 1845 年 ) - 明治 19 年 ( 1886 年 ) 1 1 月 12 日 ) は 幕末 から 明治 初期 の 歌舞伎 役者 。 +神崎 海水 浴 場 ( かんざき かいすい よくじょう ) は 、 京都 府 舞鶴 市 に あ る 日本 海 に 面 する 風光 明媚 な 海水 浴場 。 +金剛 謹之助 ( こんごう きんのすけ 、 1854 年 ( 嘉永 7 年 ) - 1923 年 ( 大正 12 年 ) ) は 、 シテ 方 金 剛 流能 楽師 。 +吉良 経家 ( きらつ ね いえ 、 生没年 不詳 ) は 鎌倉 時代 の 武将 。 +有限 会社 上林 春松 本店 ( かんばや し しゅん しょう ほんてん ) は 、 京都 市 宇治 市 に あ る 茶問屋 で あ る 。 +藤原 経子 ( ふじわら の けいし / つねこ 、 生没 年 未詳 ) は 、 平安 時代 後期 の 女官 。 +医心 方 ( い しんぼう ) と は 平安 時代 の 宮中 医官 で あ る 鍼博士 丹波 康頼撰 に よ っ て 書 か れ た 。 +桐塑 ( とうそ ) は 、 粘土 の 一種 で あ る 。 +菊池 兼朝 ( きく ち かね とも 、 1383 年 ( 弘和 3 年 / 永徳 3 年 ) - 1444 年 3 月 27 日 ( 文安 元年 3 月 8 日 ( 旧暦 ) ) ) は 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 武将 。 +持明院 基定 ( じみょういん も と さだ 、 慶長 12 年 4 月 10 日 ( 旧暦 ) ( 160 7 年 5 月 5 日 ) - 寛文 7 年 10 月 17 日 ( 旧暦 ) ( 1667 年 12 月 2 日 ) ) は 、 江戸 時代 初期 の 公家 。 +一条 信能 ( いちじょう のぶよし 、 建久 元年 ( 1190 年 ) - 承久 3 年 ( 1221 年 ) は 、 鎌倉 時代 初期 の 公卿 。 +奥田 頴川 ( おくだ えいせん 、 宝暦 3 年 ( 1753 年 ) - 文化 ( 日本 ) 8 年 ( 1811 年 ) ) は 江戸 時代 中後期 の 陶芸 家 。 +三上 藩 ( みかみ はん ) は 、 滋賀 県 野洲 市 野洲 町 三上 に 存在 し た 藩 。 +鉦鼓 ( しょうこ ) と は 、 雅楽 で 使 わ れ る 打楽器 の 一 つ だ が 、 雅楽 で 唯一 の 金属 製 楽器 で あ る 。 +称制 ( しょうせい ) と は 先帝 崩 御 後 、 新帝 ( 主に 皇太子 また は 皇后 ) が 即位 の 式 を 挙げ ず に 政務 を 執 る こと 。 +京都 府立 堂本 印象 美術 館 ( きょうと ふ りつどう もと いんしょう びじゅつ かん ) は 、 京都 府 京都 市 北 区 に あ る 美術 館 。 +天津 神 ( あまつかみ ) ・ 国津 神 ( く に つかみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) の 分類 で あ る 。 +橘広相 ( たちばなの ひろみ 、 承和 ( 日本 ) 4 年 ( 837 年 ) - 寛平 2 年 5 月 16 日 ( 旧暦 ) ( 890 年 6 月 10 日 ) ) は 、 平安 時代 前期 の 公卿 ・ 学者 。 +安藤 正勝 ( あんどう まさかつ 、 天保 14 年 ( 1843 年 ) - 慶応 3 年 ( 1867 年 ) ) は 、 江戸 時代 末期 の 幕末 志士 。 +観音 正寺 ( かんのん しょうじ ) は 、 滋賀 県 蒲生 郡 安土 町 に あ る 天台 宗 の 寺院 。 +丹波 康頼 ( たんば の やす より 、 延喜 12 年 ( 912 年 ) - 長徳 元年 ( 995 年 ) ) は 平安 時代 の 医家 。 +今川 焼き ( いまがわ やき ) は 、 小麦 粉 を 主体 と し て 型 で 焼 い た 料理 。 +三府 ( さんぷ ) +クリー ブランド 美術 館 所蔵 。 +愛宕 百 韻 ( あた ごひゃく いん ) は 、 本能 寺 の 変 の 直前 に 愛宕 山 ( 京都 市 ) で 明智 光 秀 が 張行 し た 連歌 で あ る 。 +京都 市 宝 が 池 公園 運動 施設 球技 場 ( きょう と し ・ たから が いけ こうえん ・ うんどう しせつ ・ きゅうぎ じょう ) は 、 京都 府 京都 市 左京 区 松ヶ崎 西 池ノ内 町 の 宝ヶ池 公園 内 に あ る 球技 場 。 +御 庭番 ( お にわばん ) は 江戸 時代 の 第 8 代 征夷 大将軍 、 徳川 吉宗 が 新設 し た 江戸 幕府 の 役職 。 +西園寺 公基 ( さいおんじ きん も と 、 承久 2 年 ( 1220 年 ) - 文永 11 年 12 月 14 日 ( 旧暦 ) ( 1275 年 1 月 12 日 ) ) は 、 鎌倉 時代 の 公卿 。 +宮 騒動 ( みや そうどう ) は 、 鎌倉 時代 の 寛元 4 年 ( 1246 年 ) に 起き た 、 北条 光 時 の 反乱 未遂 、 および 前征夷 大将軍 ・ 藤原 頼経 が 鎌倉 から 追放 さ れ 、 京都 へ 戻 さ れ た 事件 。 +義烈 回天 百 首 ( ぎれつ か いてん ひゃく しゅ ) と は 、 1874 年 ( 明治 7 年 ) 9 月 に 発行 さ れ た 幕末 志士 の 歌 を 集め た 和 歌集 。 +延慶 ( えんけい 、 生没年 不詳 ) は 、 奈良 時代 の 僧 。 +藤原 家宗 ( ふじわら の いえ むね 、 弘仁 8 年 ( 817 年 ) - 元慶 元年 10 月 4 日 ( 旧暦 ) ( 877 年 11 月 16 日 ) ) は 藤原 北家 藤原 濱雄 の 子 。 +松平定綱 ( まつだいら さだつな 、 1592 年 3 月 8 日 ( 文禄 元年 1 月 25 日 ( 旧暦 ) ) - 1652 年 2 月 4 日 ( 慶安 4 年 12 月 25 日 ( 旧暦 ) ) ) は 江戸 時代 の 大名 。 +藤原 秀衡 ( ふじわら の ひでひら ) は 、 平安 時代 末期 の 武将 。 +亀岡 祭 ( かめおかまつり ) は 、 京都 府 亀岡 市 で 毎年 10 月 23 日 から 10 月 25 日 まで の 3 日間 行 わ れ る 祭 で 鍬山 神社 の 例祭 で あ る 。 +掲子 内 親王 ( なが こ な い しんのう 、 生年 不詳 - 延喜 14 年 2 月 23 日 ( 旧暦 ) ( 914 年 3 月 22 日 ) ) は 、 平安 時代 前期 の 皇族 。 +長講堂 領 ( ちょう こうどう - りょう ) は 、 中世 荘園 公領 制下 に おけ る 王家領 荘園 群 の 一 つ 。 +巨勢 徳多 ( こせ の とくた 、 ? - 斉明 天皇 4 年 1 月 13 日 ( 旧暦 ) ( 658 年 2 月 20 日 ) ) は 、 飛鳥 時代 の 政治 家 。 +竪穴 式 住居 ( たてあな し きじゅうきょ , 英語 : ) と は 、 地面 を 円形 や 方形 に 掘り窪め 、 その 中 に 複数 の 柱 を 建て 、 梁 や 垂木 を つなぎあわせ て 家 の 骨組み を 作 り 、 その 上 から 土 、 葦 など の 植物 で 屋根 を 葺 い た 建物 の こと を い う 。 +酒盗 ( しゅとう ) と は 、 カツオ の 内臓 を 原料 と する 塩辛 で あ る 。 +白河 舟田 ・ 本沼 遺跡 群 ( しらかわ ふなだ ・ もと ぬま い せきぐん ) は 、 下総 塚 古墳 、 谷地 久保 古墳 、 舟田中道 遺跡 で 構成 さ れ て い る 遺跡 群 で 、 福島 県 白河 市 北部 に 位置 する 。 +五 代 目 中村 歌右衛門 ( ご だい め なかむら うたえもん 、 慶応 元年 12 月 29 日 ( 旧暦 ) ( 1866 年 2 月 14 日 ) - 昭和 15 年 ( 1940 年 ) 9 月 12 日 ) は 、 明治 から 大正 、 昭和 の 戦前期 に かけ て 活躍 し た 歌舞伎 役者 。 +別聚符 宣抄 ( べっしゅうふ せんしょう ) は 、 延喜 2 年 ( 90 2 年 ) から 天禄 2 年 ( 97 1 年 ) の 間 に 発給 さ れ た 太政 官 符 ・ 宣旨 を 収録 し た 法令 集 。 +忌寸 ( いみき ) は 、 684 年 ( 天武 天皇 13 年 ) に 制定 さ れ た 八色 の 姓 ( やくさ の かばね ) の 制度 で 新た に 作 ら れ た 姓 ( かばね ) で 上 から 4 番 目 。 +紙切り ( かみきり ) と は 、 紙 を 鋏 で 切 り 、 形 を 作 る 伝統 芸能 の ひと つ で あ る 。 +嵯峨 鳥居本 ( さ が とりいもと ) は 、 古く は 「 化野 ( あだし の ) 」 と 呼 ば れ 、 京 の 人々 の 埋葬 の 地 で あ っ た 。 +蚊帳 ( 蚊屋 、 かや ) は 、 カ など の 害虫 から 人 など を 守 る ため の 箱状 の 網 。 +多利 思 北孤 は 『 隋書 』 「 卷 八十 一 列 傳 第 四十 六 東 夷 俀國 」 で 記述 さ れ る 倭国王 で あ る 。 +右田 弘詮 ( みぎた ひろあき 、 生年 不詳 - 大永 3 年 10 月 24 日 ( 旧暦 ) ( 1523 年 12 月 1日 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +藤原 遠経 ( ふじわら の と おつね 、 承和 ( 日本 ) 2 年 ( 835 年 ) - 仁和 4 年 10 月 26 日 ( 旧暦 ) ( 88 8 年 12 月 3 日 ) ) は 、 平安 時代 前期 の 官人 。 +天叢 雲剣 ( あまの むら く も のつるぎ 、 あめ の むら く も のつるぎ ) と は 、 三 種 の 神器 の 一 つ で 、 熱田 神宮 の 神体 で あ る 。 +宝ヶ池 公園 ( たから が いけ こうえん ) は 、 京都 府 京都 市 左京 区 に あ る 公園 。 +走馬 灯 、 走 馬燈 ( そうまとう ) と は 内外 二 重 の 枠 を 持 ち 、 影絵 が 回転 し ながら 写 る よう に 細工 さ れ た 灯籠 ( 灯篭 ) の 一種 。 +『 再茲 歌舞伎 花轢 』 ( また ここ に かぶき の はなだし ) は 清元 節 の 曲目 。 +行空 ( ぎょう くう 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 浄土 宗 の 僧 。 +古 活字 本 ( こかつ じ ぼん ) また は 古 活字 版 ( ― はん ) と は 、 文禄 より 慶安 ごろ まで の 間 に 日本 で 刊行 さ れ た 活字 印刷 本 の 総称 で あ る 。 +千本 通 ( せん ぼんどおり ) は 京都 市 の 主要 な 南北 の 通り の 一 つ 。 +花山 トンネル ( かざん トンネル ) 、 花山洞 ( かざん どう ) 、 は 京都 府 京都 市 東山 区 清閑 寺山内 町 と 京都 府 京都 市 山科 区 北 花山 町 と を 結 ぶ 歩行 者 専用 トンネル 。 +承和楽 ( しょうわらく / じょうわらく ) と は 雅楽 の 曲 で あ る 。 +六条 万里小路 仏所 ( ろくじょう まで の こうじ ぶっしょ ) は 、 平安 時代 の 仏師 工房 。 +眉輪 王 ( まよわ の おおきみ 、 允恭 天皇 39 年 ( 450 年 ) - 安康 天皇 3 年 ( 456 年 ) 8 月 ( 旧暦 ) ) は 、 記紀 に 伝え られ る 5 世紀 頃 の 皇族 ( 王族 ) 。 +慈遍 ( じへん 、 生没年 不詳 ) は 、 鎌倉 時代 末 から 南北朝 時代 ( 日本 ) に かけ て の 天台 宗 の 学僧 で あ り 、 神道 家 で あ っ た 。 +通し 矢 ( とおしや ) は 、 弓術 の 一 種目 。 +難波 大道 ( なにわだいどう ) は 、 古代 に 大阪 府 大阪 市 から 大阪 府 堺 市 に かけ て 建設 さ れ た 道路 で あ る 。 +澄月 ( ちょうげつ 、 正徳 ( 日本 ) 4 年 ( 1714 年 ) - 寛政 10 年 5 月 2 日 ( 旧暦 ) ( 1798 年 6 月 15 日 ) ) は 、 江戸 時代 中期 の 僧 ・ 歌人 。 +寂源 ( じゃくげん 、 ? - 治安 ( 日本 ) 4 年 3 月 2 日 ( 旧暦 ) ( 1024 年 4 月 12 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧侶 。 +藤原 乙牟漏 ( ふじわら の おとむろ 、 天平 宝字 4 年 ( 760 年 ) - 延暦 9 年 3 月 10 日 ( 旧暦 ) ( 790 年 4 月 28 日 ) ) は 、 奈良 時代 末期 の 皇妃 。 +浅見 真州 ( あさみまさくに 、 1941 年 6 月 17 日 - ) は 、 東京 都 出身 の 能楽師 、 観世 流 の シテ 方 で あ る 。 +官職 秘抄 ( かんしょく ひしょう ) と は 、 鎌倉 時代 初期 の 元治 2 年 ( 120 0 年 ) 頃 に 平基親 に よ っ て 書 か れ た 有職 故 実 の 解説 書 。 +橘逸勢 ( たちばな の は やなり 、 延暦 元年 ( 782 年 ) ? ~ 承和 ( 日本 ) 9 年 8 月 13 日 ( 旧暦 ) ( 84 2 年 9 月 24 日 ) ) は 、 平安 時代 の 書家 ・ 官人 。 +佐野 七五三 之助 ( さ の しめの すけ 、 天保 7 年 ( 1836 年 ) - 慶応 3 年 6 月 14 日 ( 旧暦 ) ( 1867 年 7 月 15 日 ) ) は 、 新 選 組平 隊士 で 伊東 甲子太郎 派 の 隊士 。 +上 円 下方墳 ( じょうえん か ほう ふん ) と は 日本 列島 で かつて 築造 さ れ た 古墳 の 一類型 、 及び 近代 に 築造 さ れ た 天皇 家 の 陵墓 の 一形式 で あ る 。 +一色 数馬 ( いっしき かずま 、 生年 不詳 - 天正 18 年 ( 1590 年 ) ) は 、 安土 桃山 時代 の 武将 ・ 国人 で あ る 。 +世尊 寺 ( せそんじ ) は 奈良 県 吉野 郡 大淀 町上 比曾 に あ る 曹洞 宗 の 寺院 で あ る 。 +三条 西 実枝 ( さんじょう に し さね き 、 永正 8 年 8 月 4 日 ( 旧暦 ) ( 1511 年 8 月 27 日 ) - 天正 7 年 1 月 24 日 ( 旧暦 ) ( 1579 年 2 月 19 日 ) ) は 、 戦国 時代 ( 日本 ) の 公家 ・ 歌人 ・ 古典 学 者 。 +宝永 大火 ( ほうえい たい か ) と は 、 宝永 5 年 3 月 8 日 ( 旧暦 ) ( 170 8 年 4 月 28 日 ) に 京都 で 発生 し た 火災 。 +茶碗蒸し ( ちゃわん むし ) は 、 日本 料理 の 一種 。 +五 大老 ( ご たい ろう ) と は 、 豊臣 政権 末期 ( 文禄 年間 ) に 豊臣 家 の 家老 ( 大老 ) と し て 政務 に あた っ た 有力 五 大名 を 指 し た 言葉 で あ る 。 +日蓮 本 門 宗 ( にちれん ほんもん しゅう 、 本門 宗 ) は 、 日興 門流 ( = 日蓮 の 弟子 日興 の 法脈 を 受け継 ぐ 本山 末 寺 ) が 1876 年 ( 明治 9 年 ) に 結成 し 、 1941 年 の 日蓮 宗 、 顕本 法華 宗 と の 三 派 合同 に よ っ て 発展 解消 し た 、 日蓮 系 の 宗派 。 +淡海 三 船 ( おうみの み ふね 、 養老 6 年 ( 722 年 ) - 延暦 4 年 7 月 17 日 ( 旧暦 ) ( 78 5 年 8 月 30 日 ) ) は 、 奈良 時代 後期 の 文人 。 +開成 ( か いじょう 、 神亀 元年 ( 724 年 ) - 天応 ( 日本 ) 元年 10 月 4 日 ( 旧暦 ) ( 78 1 年 10 月 29 日 ) は 、 奈良 時代 の 僧 。 +正月 三 が 日 ( しょうがつ さん が にち ) と は 、 毎年 元日 で あ る 1 月 1日 、 1 月 2 日 、 1 月 3 日 の 3 日間 の 総称 で あ る 。 +荒木田 左馬之助 ( あらき だ さまのすけ 、 天保 9 年 ( 1838 年 ) 頃 - 文久 3 年 9 月 26 日 ( 旧暦 ) ( 1863 年 11 月 7 日 ) ) は 、 新 選 組 隊士 。 +豊明 節会 ( とよあかり の せちえ ) と は 大嘗 祭 ( 卯 ・ 辰 ・ 巳 ・ 午 の 日 の 4 日間 : 但し 、 辰 の 日 に 悠紀 ( ゆき ) の 節会 、 巳 の 日 に 主基 ( すき ) の 節会 が 行 わ れ た 。 ) 、 新嘗 祭 ( 卯 ・ 辰 の 日 の 2 日 間 ) の 最終 日 に 行 わ れ た 宮中儀式 。 +洩矢神 ( もり や しん 、 もれ やしん ) は 、 長野 県 諏訪 地域 を 中心 に 信仰 を 集め た 土着 神 。 +蓄銭 叙位 令 ( ちく せんじょ いれい ) は 、 和銅 4 年 ( 71 1 年 ) 10 月 に 、 銭 の 流通 を 促進 する ため と 、 政府 へ の 環流 を 計 っ て 施行 さ れ た 法令 。 +藩鎮 ( はんちん ) は 中国 唐 から 北宋 代 まで 存在 し た 地方 組織 の 名称 で あ る 。 +藤原 信隆 ( ふじわら の のぶたか 、 大治 元年 ( 1126 年 ) - 治承 3 年 11 月 17 日 ( 旧暦 ) ( 1179 年 12 月 17 日 ) ) は 平安 時代 後期 の 公卿 。 +下鴨 西通 ( しも が も にしどおり ) は 京都 市 左京 区 の 南北 の 通り の 一 つ 。 +西園寺 ( さいおんじ ) 家 は 、 藤原 氏 の 流れ を 汲 む 公家 。 +中村 吉六 ( なかむら きちろく 、 昭和 48 年 1973 年 11 月 21 日 - ) は 、 立役 。 +志筑 忠雄 ( しつき ただお 、 宝暦 10 年 ( 17 60 年 ) - 文化 ( 元 号 ) 3 年 7 月 3 日 ( 旧暦 ) ( 180 6 年 8 月 16 日 ) ) は 、 江戸 時代 の 蘭学 者 、 長崎 通詞 。 +弓木城 ( ゆみ の きじょう ) は 、 丹後 国 ( 現 京都 府 与謝野 町 岩滝 ) に あ っ た 城 。 +徳川 家宣 ( とくがわ いえ のぶ ) は 江戸 幕府 第 6 代 征夷 大将軍 で あ る ( 在職 : 宝永 6 年 5 月 1日 ( 旧暦 ) ( 1709 年 6 月 8 日 ) - 正徳 ( 日本 ) 2 年 10 月 14 日 ( 旧暦 ) ( 1 71 2 年 11 月 12 日 ) ) 。 +中島 登 ( なかじま のぼ り 、 天保 9 年 2 月 2 日 ( 旧暦 ) ( 1838 年 2 月 25 日 ) - 明治 20 年 ( 1887 年 ) 4 月 2 日 ) は 新選 組平 隊 士 。 +高市 皇子 ( たけちのみこ ・ たけち の おうじ 、 654 年 ( 白雉 5 年 ) ? - 696 年 8 月 13 日 ( 持統 天皇 10 年 7 月 10 日 ( 旧暦 ) ) ) は 、 日本 の 飛鳥 時代 の 人物 で 、 天武 天皇 の 皇子 ( 長男 ) で あ る 。 +宣旨 ( せんじ ) は 、 律令 期 以降 の 日本 に お い て 天皇 ・ 太政 官 の 命令 を 伝達 する 文書 の 形式 名 。 +鮫島 重雄 ( さめ じま しげお 、 嘉永 2 年 9 月 6 日 ( 旧暦 ) ( 1849 年 10 月 21 日 ) - 昭和 3 年 ( 1928 年 ) 4 月 17 日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 。 +法界 寺 ( ほうかいじ ) は 、 京都 市 伏見 区 日野 に あ る 真言 宗 醍醐 派 別 格 本山 。 +竹 御所 ( たけの ご しょ 、 建仁 2 年 ( 120 2 年 ) - 天福 ( 日本 ) 2 年 7 月 27 日 ( 旧暦 ) ( 1234 年 8 月 23 日 ) ) は 、 鎌倉 時代 初期 の 女性 。 +定食 ( ていしょく ) は 、 日本 の 飲食 店 に お い て 多 く 見受け られ る 料理 の 提供 形態 。 +碾茶 ( てんちゃ ) は 、 蒸し 製 緑茶 の 一種 。 +候文 ( そうろう ぶん ) は 日本 語 の うち 中世 から 近代 に かけ て 用い られ た 文語 の 文体 の 一 つ で あ る 。 +しおじ プラザ と は 、 京都 府 舞鶴 市浜 に あ る 海浜 公園 。 +大事 忍 男神 ( おおごと おしお の かみ / お ほご と おし を の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +寛政 異学 の 禁 ( かんせい いがく の きん ) と は 、 1790 年 ( 寛政 2 年 ) 、 江戸 幕府 老 中 松平定信 が 寛政 の 改革 で 行 っ た 学問 の 統制 で あ る 。 +蘇志摩利 ( そしまり ) と は 、 雅楽 の 一 曲 。 +お 梅 ( おうめ 、 生年 不詳 - 文久 3 年 9 月 16 日 ( 旧暦 ) もしくは 9 月 18 日 ( 旧暦 ) ( 1863 年 10 月 30 日 ) ) は 江戸 時代 末期 の 女性 。 +践祚 ( せんそ ) と は 、 天子 の 位 を 受け継 ぐ こと で あ り 、 それ は 先帝 の 崩御 あるいは 譲位 に よ っ て 行 わ れ る 。 +沼田 祐光 ( ぬまた すけみつ 、 ? - 慶長 17 年 ( 1612 年 ) ? ) は 安土 桃山 時代 から 江戸 時代 の 武将 。 +高 台院 ( こう だい いん 、 天文 ( 元号 ) 11 年 〔 15 42 年 ) 〕 ? - 寛永 元年 9 月 6 日 ( 旧暦 ) 〔 1624 年 10 月 17 日 〕 ) は 、 戦国 時代 ( 日本 ) ( 室町 時代 後期 ) から 江戸 時代 初期 の 女性 で 、 豊臣 秀吉 の 正室 で あ る 。 +准太上 天皇 ( じゅん だい じょう てん のう ) と は 、 太上 天皇 に 准 じ た 待遇 の こと 。 +月輪 寺 ( がつ りんじ 、 つき のわで ら ) は 、 京都 市 右京 区 嵯峨 清滝 月 ノ輪 町 に あ る 天台 宗 の 寺院 。 +歌道 ( かどう ) と は 、 和歌 の 創作 や 和歌 自体 に 関 する 学問 ( 歌論 ・ 歌学 ) を 追及 する 学芸 を 道 に 擬え た もの 。 +浪人 ( ろうにん ) と は 、 古代 に お い て は 、 戸籍 に 登録 さ れ た 地 を 離れ て 他国 を 流浪 し て い る 者 の こと を 意味 し 、 浮浪 と も 呼 ば れ た 。 +ウェー サーカ 祭 ( ウエサク 祭 、 Vesak 、 カンボジア : VisakaBochea 、 インド ・ バングラデシュ ・ ネパール : VisakahPuja , BuddhaPurnima また は BuddhaJayanti 、 タイ 王国 : ウィッサー カーブチャー 、 VisakhaBucha 、 ベトナム : Ph ật Đ ả n 、 インドネシア : Waisak 、 スリランカ ・ マレーシア : Vesak ( Wesak ) 、 中国 語 文化 圏 : 佛 誕 、 f ó d à n 、 チベット : and SagaDawa 、 ラオス : VixakhaBouxa ) は 、 仏教 に お い て 行 わ れ る 年 に 一 度 の 祭り で あ る 。 +蘭亭 序 ( らんていじょ ) は 、 王 羲之 が 書 い た 書道 界 上 最も 有名 な 書 作品 。 +能吏 ( のうり ) と は 政治 的 手腕 、 行政 的 手腕 に 優れ た 人物 を 指 す 。 +地方 税 規則 ( ちほう ぜい き そく ) と は 、 日本 の 明治 及び 大正 時代 に お い て 、 府県 が 徴収 でき る 税金 の 種目 ( 税目 ) と その 税収 に よ っ て 支払 わ れ る べ き 費目 を 定め た 規則 の こと 。 +サクラ ( 桜 、 櫻 ) は 、 バラ 科 サクラ 属 の 植物 の うち 、 ウメ 、 モモ 、 アンズ など を 除 い た 総称 で あ り 、 一般 に は サクラ 亜属 ( Subgen . Cerasus ) に 属 する もの を 指 す 。 +局 部 磨製 石斧 ( きょく ぶ ま せいせきふ ) と は 、 いま より 約 3 万 年 前 の 後期 旧 石器 時代 初頭 に 登場 し た 、 刃先 に 磨き を かけ た 石斧 の こと で あ る 。 +五 箇条 の 御 誓文 ( ご かじょう の ご せいもん ) と は 、 明治 元年 3 月 14 日 ( 旧暦 ) ( 1868 年 4 月 6 日 ) に 明治 天皇 ( 当時 15 歳 ) が 公卿 や 諸侯 など に 示 し た 明治 政府 の 基本 方針 。 +松山 幾之助 ( まつ や ま いくのすけ 、 生年 不詳 - 元治 元年 7 月 6 日 ( 旧暦 ) ( 1864 年 8 月 7 日 ) ) は 新選 組 隊士 。 +紙衣 ( かみころ も 、 かみき ぬ ) は 和紙 を 材料 と し た 着物 の こと で あ る 。 +稲飯命 ( いなひ の みこと )   稲氷命   彦稲 氷命 は 日本 神話 に 登場 する 日本 の 皇族 。 +二十 五 三 昧 会 ( にじゅう ござん まいえ ) と は 、 平安 時代 に 結成 さ れ た 念仏 結社 で あ る 。 +俄 ( にわか ) と は 、 江戸 時代 から 明治 時代 に かけ て 、 宴席 や 路上 など で 行 わ れ た 即興 の 芝居 。 +木戸 孝允 ( きど たか よし 、 天保 4 年 6 月 26 日 ( 旧暦 ) ( 1833 年 8 月 11 日 ) - 明治 10 年 ( 1877 年 ) 5 月 26 日 ) は 、 幕末 ~ 明治 初期 に 活躍 し た 日本 の 武士 ・ 政治 家 。 +五 辻 宮 ( いつつ じ のみや ) は 鎌倉 時代 後期 から 南北朝 時代 の ころ まで 存在 し て い た 宮家 の 一 つ 。 +喜多 実 ( きた みのる 、 190 0 年 ( 明治 33 年 ) 2 月 23 日 - 1986 年 ( 昭和 61 年 ) 10 月 2 日 ) は 、 シテ 方 喜多 流能 楽師 で 、 喜多 流 十 五 世 宗 家 。 +小野 駅 ( おの えき ) は 、 京都 市 山科 区 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 +佐々 輝子 ( さっさて るこ 、 ? - 寛永 7 年 ( 1630 年 ) ) は 安土 桃山 時代 から 江戸 時代 に かけ て の 女性 。 +高瀬川 一之 船入 ( たかせ が わ いち の ふないり ) は 、 京都 府 の 高瀬川 ( 京都 府 ) に 作 ら れ た 船入 ( 船 を 接岸 さ せ る ため の 入り江 ) で あ る 。 +日韓 通信 業務 合同 ( にっかん つうしん っ ぎょうむ ごうどう ) と は 、 正式 に は 「 韓国 通信 機関 委託 ニ関 スル 取極 書 」 と 呼称 する 協定 で あ る 。 +四条 隆謌 ( しじょう たか う た 、 文政 11 年 9 月 9 日 ( 旧暦 ) ( 182 8 年 10 月 17 日 ) - 明治 31 年 ( 1898 年 ) 1 1 月 24 日 ) は 江戸 時代 末期 から 明治 時代 に かけ て の 日本 の 華族 、 陸軍 軍人 。 +南鐐 二 朱 銀 ( なんりょう に しゅぎん ) と は 、 江戸 時代 に 流通 し た 銀貨 の 一種 で 、 初期 に 発行 さ れ た 良質 の 二 朱 銀 を 指 す 。 +夷川 通 ( えびす がわ どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +地鎮祭 ( じちんさい ・ とこしずめ の まつり ) は 、 土木 工事 や 建築 など で 工事 を 始め る 前 に 行 う 、 その 土地 の 神 ( 神道 ) ( 氏神 ) を 鎮め 、 土地 を 利用 さ せ て もら う こと の 許し を 得 る 。 +宮城 豊盛 ( みやぎ と よもり 、 15 54 年 ( 天文 ( 元号 ) 23 年 ) - 1620 年 ( 元和 ( 日本 ) 6 年 ) ) は 、 安土 桃山 時代 から 江戸 時代 まで の 武将 。 +四辻 公遠 ( よ つつじ きんとお 、 天文 ( 日本 ) 9 年 ( 1540 年 ) - 文禄 4 年 8 月 13 日 ( 旧暦 ) ( 1595 年 9 月 16 日 ) ) は 、 戦国 時代 ( 日本 ) の 公卿 ・ 書家 。 +塩谷 泰朝 ( しおの ややすと も 、 建保 2 年 7 月 9 日 ( 旧暦 ) ( 1214 年 8 月 16 日 ) - 弘安 元年 12 月 7 日 ( 旧暦 ) ( 1279 年 1 月 20 日 ) ) は 、 下野 国塩谷 郡 の 鎌倉 時代 の 武将 。 +桓舜 ( かんしゅん 、 天元 ( 日本 ) 元年 ( 978 年 ) - 天喜 5 年 9 月 9 日 ( 旧暦 ) ( 105 7 年 10 月 9 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +禅頂 ( ぜんちょう ) と は 、 山 の 頂上 、 特に 霊山 の 頂上 の 事 を 言 う 。 +喜多川 歌麿 ( きたがわ うたまろ 、 宝暦 3 年 ( 1753 年 ) - 文化 ( 元 号 ) 3 年 9 月 20 日 ( 旧暦 ) ( 180 6 年 10 月 31 日 ) は 江戸 時代 の 浮世 絵 師 で あ る 。 +広沢 局 ( ひろさわ の つぼね 、 元亀 3 年 ( 1573 年 ) - 寛永 14 年 ( 1637 年 ) ) は 、 肥前 国 垣添城 主 名護屋 経勝 の 娘 で 豊臣 秀吉 の 側室 。 +臨済 宗 ( 臨濟 宗 、 りんざい しゅう ) は 、 中国 禅 五 家 七 宗 ( ごけ しち しゅう ) ( 臨済 、 潙仰 宗 、 曹洞 宗 、 雲門 宗 、 法眼 宗 ) の ひと つ で 、 唐 の 臨済 義玄 ( ? - 867 年 ) を 宗祖 と する 。 +北村 美術 館 ( きたむら びじゅつ かん ) は 、 京都 市 上京 区 に あ る 、 古 美術 ・ 茶 道具 を 中心 と し た 私立 美術 館 で あ る 。 +神祇 省 ( じんぎしょう ) と は 、 明治 4 年 8 月 8 日 ( 旧暦 ) ( 18 71 年 9 月 22 日 ) - 明治 5 年 3 月 14 日 ( 旧暦 ) ( 1872 年 4 月 21 日 ) に 神祇 の 祭祀 と 行政 を 掌 る 機関 と し て 律令 制 以来 の 神祇 官 に 代わ っ て 設置 さ れ た 。 +御座楽 ( うざがく 、 おざがく ) と は 、 琉球 王国 の 室内 楽 で あ る 。 +『 塵劫 記 』 ( じんこうき ) は 江戸 時代 の 数学 書 。 +楠木 正綱 ( くすのき まさつな 、 1346 年 - 没年 不詳 ) は 南北朝 時代 ( 日本 ) の 武将 。 +奈良 鉄道 ( なら てつどう ) は 現在 の 奈良 線 全線 、 桜井 線 の 過半 など を 建設 、 運営 し て い た 日本 の 私鉄 で あ っ た 。 +正親町 三条 実福 ( おおぎまち さんじょうさ ねと み 、 天文 ( 元号 ) 5 年 ( 1536 年 ) - 永禄 11 年 1 月 25 日 ( 旧暦 ) ( 1568 年 2 月 22 日 ) ) は 、 室町 時代 後期 の 公卿 。 +道昭 ( どうしょう 、 道照 と も 。 舒明 天皇 元年 ( 629 年 ) - 文武 天皇 4 年 3 月 10 日 ( 旧暦 ) ( 70 0 年 4 月 3 日 ) ) は 、 河内 国 ( 現 ・ 大阪 府 ) 丹比 郡 船連 ( ふね の むらじ ) 出身 の 法 相 宗 の 僧侶 で あ る 。 +同志社 大学 今出川 校地 ( どう し しゃ だいがく いまで がわ こうち ) は 同志社 大学 の キャンパス 。 +向島 駅 ( む かいじま えき ) は 、 京都 府 京都 市 伏見 区 向島 東定請 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +木刀 ( ぼく とう ) は 、 木 で 日本 刀 を 模 し た もの で あ る 。 +勅使 河原 蒼風 ( てしが はら そうふう 、 190 0 年 12 月 17 日 - 1979 年 9 月 5 日 ) は 、 華道 草 月 流 の 創始 者 。 +明法 ( みょうほう 、 元暦 元年 ( 1184 年 ) - 建長 3 年 10 月 13 日 ( 旧暦 ) ( 1251 年 11 月 27 日 ) ) は 、 鎌倉 時代 の 浄土 真宗 の 僧 。 +菊酒 と は 重陽 の 節句 ( 旧暦 の 九 月 九 日 ) いわゆる 「 菊 の 節句 」 に 飲 む 菊 の 花 を 浸 し た 日本 酒 の こと 。 +郡代 ( ぐんだい ) と は 室町 時代 から 江戸 時代 に かけ て の 幕府 ・ 諸藩 に 置 か れ た 職名 。 +明治 十 四 年 の 政変 ( めいじ じゅう よ ねん の せいへん ) は 、 1881 年 ( 明治 14 年 ) 自由 民権 運動 の 流れ の 中 、 憲法 制定 論議 が 高ま り 、 政府 内 で も 君主 大 権 を 残 す ビスマルク 憲法 か イギリス 型 の 議院 内閣 制 の 憲法 と する か で 争 わ れ 、 前者 を 支持 する 伊藤 博文 が 、 後者 を 支持 する 大隈 重信 を 政府 から 追放 し た 政治 事件 を さ す 。 +星川 麻呂 ( ほしかわ の まろ 、 生年 不明 - 天武 天皇 9 年 5 月 27 日 ( 旧暦 ) ( 680 年 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +少弐 頼尚 ( しょう に よ り なお ( より ひさ ) 、 1293 年 ( 永仁 元年 ) - 13 71 年 ( 建徳 2 年 / 応安 4 年 ) ) は 、 南北朝 時代 ( 日本 ) 、 室町 時代 の 九州 の 武将 で あ る 。 +山名 豊之 ( やまな とよゆき ) は 室町 時代 の 人物 で 伯耆 国 守護 を 務め た 。 +斯波 氏 経 ( しばうじつね 、 生没年 不詳 ) は 南北朝 時代 ( 日本 ) の 斯波 氏 の 人物 。 +覚如 ( かくにょ ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 浄土 真宗 の 僧 。 +ばさら と は 、 日本 の 中世 、 南北朝 時代 の 社会 風潮 や 文化 的 流行 を あらわ す 言葉 で あ り 、 実際 に 当時 の 流行 語 と し て 用い られ た 。 +紫香 楽宮 / 信楽宮 ( しがらきのみや ) は 、 奈良 時代 、 聖武 天皇 が 近江 国 甲賀 郡 ( 現在 の 滋賀 県 甲賀 市 信楽 町 ) に 営 ん だ 離宮 。 +大内 義尊 ( おお う ち よし た か 、 天文 ( 元号 ) 14 年 ( 1545 年 ) - 天文 20 年 9 月 2 日 ( 旧暦 ) ( 155 1 年 10 月 1日 ) ) は 大内 義隆 の 嫡子 。 +大和国 ( やまと の くに ) は 、 かつて 日本 に 設け られ た 地方 行政 区分 の 令 制 国 の 一 つ で あ る 。 +藤原継縄 ( ふじわら の つぐ ただ 、 神亀 4 年 ( 727 年 ) - 延暦 15 年 7 月 16 日 ( 旧暦 ) ( 796 年 8 月 27 日 ) ) は 、 奈良 時代 後期 から 平安 時代 初頭 の 公卿 。 +藤原 頼長 ( ふじわら の よりな が 、 保安 ( 日本 ) 元年 ( 1120 年 ) - 保元 元年 7 月 14 日 ( 旧暦 ) ( 1156 年 8 月 1日 ) ) は 、 平安 時代 末期 の 公卿 。 +穴太 寺 ( あなおじ ) は 、 京都 府 亀岡 市 に あ る 寺院 。 +今川 範 以 ( いまがわ のりも ち 、 元亀 元年 ( 1570 年 ) - 慶長 12 年 11 月 27 日 ( 旧暦 ) ( 160 8 年 1 月 14 日 ) ) は 、 安土 桃山 時代 の 武将 ・ 歌人 。 +樺太庁 ( からふと ちょう 、 、 ) は 、 日本 の 領有 下 に お い て 樺太 を 管轄 し た 地方 行政 官庁 で あ る 。 +護命 ( ごみょう 、 天平 勝宝 2 年 ( 750 年 ) - 承和 ( 日本 ) 元年 9 月 11 日 ( 旧暦 ) ( 834 年 10 月 20 日 ) ) は 、 奈良 時代 から 平安 時代 前期 に かけ て の 法相 宗 の 僧 。 +織田 信秀 ( おだ のぶひで ) は 戦国 時代 ( 日本 ) の 尾張 国 の 武将 、 大名 。 +西村 茂樹 ( にしむら しげき 、 1828 年 4 月 26 日 ( 文政 11 年 3 月 13 日 ( 旧暦 ) ) - 190 2 年 ( 明治 35 年 ) 8 月 18 日 ) は 日本 の 啓蒙 思想 家 。 +楠木 正具 ( くすのき まさとも 、 永正 13 年 ( 1516 年 ) - 天正 4 年 ( 1576 年 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +多比 理 岐 志麻流美神 ( た ひ りきし まるみ の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +徳川 氏 ( 德川 氏 、 とくがわ し ) は 、 徳川 家康 が 創始 し た 日本 の 名字 。 +頼豪 ( らいごう 、 長保 4 年 ( 100 2 年 ) - 応徳 元年 ( 1084 年 ) ) は 、 平安 時代 中期 の 天台 宗 の 日本 の 僧 。 +得度 ( とくど ) は 仏教 に おけ る 僧侶 と な る ため の 出家 の 儀式 。 +阿弥陀 信仰 ( あみだ しんこう ) と は 、 阿弥陀 如来 を 礼拝 する こと で 極楽 往生 でき る と 説 く 、 他力 本願 を 根本 と する 浄土 思想 。 +羽柴 秀勝 ( は しば ひでかつ ) は 、 安土 桃山 時代 の 武将 。 +一条 富子 ( いちじょう と みこ 、 寛保 3 年 2 月 4 日 ( 旧暦 ) ( 1743 年 2 月 27 日 ) - 寛政 7 年 11 月 30 日 ( 旧暦 ) ( 1796 年 1 月 9 日 ) ) は 、 江戸 時代 中期 の 皇太后 。 +矢田部 良吉 ( やたべ りょうきち 、 嘉永 4 年 9 月 19 日 ( 旧暦 ) ( 1851 年 10 月 13 日 ) - 1899 年 8 月 8 日 ) は 、 日本 の 植物 学 者 、 詩人 。 +任那 日本 府 ( みま な の に ほんふ 、 やまと の みこと も ち ) と は 、 古代 、 朝鮮 半島 南部 の 任那 に あ っ た と さ れ る 倭国 の 統治 機関 で あ る 。 +松平 忠周 ( まつだいら ただちか ) 、 また は 松平 忠徳 ( まつだいら ただのり ) 、 は 、 江戸 時代 中期 の 大名 。 +梨本宮守 脩 親王 ( なしもと の みや もり おさしんの う 、 文政 2 年 10 月 29 日 ( 旧暦 ) ( 1819 年 12 月 16 日 ) - 明治 14 年 ( 1881 年 ) 9 月 1日 ) は 、 江戸 時代 末期 から 明治 時代 に かけ て の 日本 の 皇族 。 +吉川 経基 ( きっかわ つねもと 、 142 8 年 ( 正長 元年 ) - 152 0 年 1 月 28 日 ( 永正 17 年 1 月 8 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +念仏 ( ねんぶつ ) と は 、 今日 一般 的 に は 、 浄土 教系 の 宗派 教団 に お い て 、 勤行 と し て 「 南無 阿弥陀 仏 」 と 称え る こと を い う 。 +虎拳 ( とらけん ) は 、 襖 を しめ て 、 左右 の 部屋 で 、 虎 ・ 女物 ・ 鉄砲 の いずれ か を 身 に つけ て 待 ち 、 襖 を 開 く と 、 虎女 ( 和藤内 ( = 鄭 成功 ) の 母 ) 鉄砲 ( 和藤 内 あるいは 加藤 清正 ) 虎 と い う 三 すくみ で 勝負 が つ く 拳遊 び 。 +盆踊り ( ぼん おどり ) は 、 お 盆 の 時期 の 夜間 に 集団 で 行な わ れ る 踊り の 一種 。 +東山 魁夷 ( ひがしやま かい い 、 男性 、 190 8 年 7 月 8 日 - 1999 年 5 月 6 日 ) は 、 日本 の 画家 。 +由良 御前 ( ゆら ごぜん 、 生年 未詳 - 保元 4 年 3 月 1日 ( 旧暦 ) ( 1159 年 3 月 22 日 ) ) は 平安 時代 末期 の 女性 。 +薬師寺 国長 ( やくしじ く に なが ) は 、 戦国 時代 の 武将 。 +金蓮 寺 ( こんれんじ ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 時宗 の 寺 で あ る 。 +文楽 ( ぶんらく ) は 、 本来 操り 人形 浄 瑠璃 専門 の 劇場 の 名 で あ る 。 +西京味噌 ( さい きょうみそ ) は 、 近畿 地方 を 中心 と し て 広 く 作 ら れ る 米麹 を 多 く 配合 し た 白黄色 の 甘口 味噌 の 通称 で 、 通常 味噌 汁 用 の 味噌 が 12 % 前後 の 塩分 で あ る の に 対 し 5 % 前後 と 低 い の が 特徴 で あ る 。 +大根 焚 き ( だい こだき ) と は 、 京都 市 で 12 月 に 行な わ れ る 歳時 記 、 年中 行事 の こと で あ る 。 +万里小路 孝房 ( まで の こうじ た かふさ 、 天正 20 年 10 月 10 日 ( 旧暦 ) ( 1592 年 11 月 13 日 ) - 元和 ( 日本 ) 3 年 4 月 1日 ( 旧暦 ) ( 161 7 年 5 月 5 日 ) ) は 、 江戸 時代 の 公家 。 +ウマシアシカビ ヒコヂ は 、 日本 神話 に 登場 する 神 。 +直衣 ( のうし ) は 、 平安 時代 以降 の 天皇 、 皇太子 、 親王 、 および 公家 の 平常 服 ( 平安 装束 ) 。 +手裏剣 ( しゅりけん ) は 、 敵 の 戦闘 力 を 減退 さ せ る ため 相手 に 打 つ 、 小形 の 刀剣 ・ 針 様 など の 形状 を も つ 武器 で あ る 。 +陰陽 寮 ( おんみょうりょう ) は 、 律令 制 日本 の 律令 制 に お い て 中務 省 に 属 する 機関 の ひと つ 。 +六角 氏 式 目 ( ろっかく し しきもく ) は 、 戦国 時代 の 分国 法 の 一 つ 。 +奉幣 ( ほうべい 、 ほうへい ) と は 、 天皇 の 命 に よ り 神社 ・ 天皇 陵 など に 幣帛 を 奉献 する こと で あ る 。 +姉小路 高 基 ( あね こう じ た かもと 、 永仁 6 年 ( 1298 年 ) - 正平 ( 日本 ) 13 年 / 延文 3 年 3 月 2 日 ( 旧暦 ) ( 1358 年 4 月 10 日 ) ) は 鎌倉 時代 から 南北朝 時代 ( 日本 ) の 公家 。 +藤原 季能 ( ふじわら の すえよし 、 仁平 3 年 ( 1153 年 ) - 建暦 元年 ( 1211 年 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公家 。 +壬午事 変 ( じんご じへん ) と は 、 18 82 年 7 月 23 日 に 、 大院 君 ら の 煽動 を 受け て 、 李 氏 朝鮮 の ソウル 特別 市 ( 後 の ソウル 特別 市 ) で 大 規模 な 兵士 の 反乱 が 起こ り 、 政権 を 担当 し て い た 閔妃 の 政府 高官 や 、 日本 人 軍事 顧問 、 日本 外交 官 ら が 殺害 さ れ 、 日本 公使 館 が 襲撃 を 受け た 事件 で あ る 。 +谷衛友 ( たにもり とも 、 1563 年 ( 永禄 6 年 ) - 1628 年 1 月 29 日 ( 寛永 4 年 12 月 23 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 ( 大名 ) 。 +待合 茶屋 ( まちあい ちゃや ) と は 、 待ち合わせ や 会合 の ため の 場所 を 提供 する 貸席 業 の こと 。 +本多 忠勝 ( ほんだただかつ ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 ・ 大名 。 +寛助 ( かんじょ 、 天喜 5 年 ( 1057 年 ) - 天治 2 年 1 月 15 日 ( 旧暦 ) ( 1125 年 2 月 19 日 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +勘定 組頭 ( かんじょう くみ がしら ) と は 、 江戸 幕府 の 役職 の 1 つ 。 +賀 名生 ( あのう ) は 、 奈良 県 五條 市 ( 旧 吉野 郡 西 吉野村 ) に あ る 丹生川 の 下流 沿い の 谷 で あ る 。 +伊賀 の 方 ( いが の かた 、 生没 年 未詳 ) は 、 鎌倉 時代 初期 の 女性 。 +東大路通 ( ひがしおおじ どおり ) は 京都 市 の 主要 な 南北 の 通り の 一 つ 。 +平宗盛 ( たいら の むねもり ) は 、 平安 時代 末期 の 武将 、 公卿 。 +上 御 霊 神社 ( かみご りょう じんじゃ ) は 、 京都 市 上京 区 に あ る 神社 で あ る 。 +春日 局 ( かすが の つぼね 、 天正 7 年 ( 1579 年 ) - 寛永 20 年 9 月 14 日 ( 旧暦 ) ( 1643 年 10 月 26 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 の 女性 で 、 江戸 幕府 3 代 征夷 大将軍 ・ 徳川 家光 の 乳母 。 +汗衫 ( かざみ ) と は 、 平安 時代 の 貴族 階級 の 女児 用 の 薄手 の トップス ( 衣服 ) 。 +公家 列 影 図 ( くげれつ えいず / こうけれつ えいず ) は 、 鎌倉 時代 に 成立 し た と さ れ る 肖像 画 集 。 +宝鏡 寺 ( ほうきょうじ ) は 、 京都 市 上京 区 に あ る 臨済 宗 の 尼門 跡 寺 。 +下襲 ( した がさね ) と は 、 束帯 及び 衣冠 装束 の とき 袍 と 半臂 の 間 に 着 る 衣服 。 +神祇 官 ( じんぎ かん ・ かみづかさ ・ かんづかさ ) と は 、 日本 の 国家 機関 の 一 つ 。 +宝幢 寺 ( ほうどう じ ) は 、 奈良 県 生駒 市 に あ る 融通 念 仏 宗 の 寺院 。 +馨子 内 親王 ( けいし ( かおるこ ) ないしんの う 、 長元 2 年 2 月 2 日 ( 旧暦 ) ( 1029 年 2 月 17 日 ) - 寛治 7 年 9 月 4 日 ( 旧暦 ) ( 1093 年 9 月 26 日 ) ) は 、 第 68 代 後 一条 天皇 第 二 皇女 。 +西洞院 時 直 ( にし の とういん と きなお 、 天正 12 年 ( 1584 年 ) - 寛永 13 年 10 月 9 日 ( 1636 年 11 月 6 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 公家 。 +複都 制 ( ふく と せい ) は 、 国家 に 複数 の 都 を 置 く 制度 。 +山手殿 ( やまの てどの 、 生年 不詳 - 1613 年 7 月 20 日 ( 慶長 18 年 6 月 3 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 、 江戸 時代 の 女性 。 +衣笠 山 ( きぬ がさやま ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 山 。 +祈年 祭 ( きねん さい 、 とし ごい の まつり ) は 、 毎年 2 月 に 行 わ れ 、 一 年 の 五穀 豊穣 など を 祈 る 神道 の 祭祀 で あ る 。 +北郷 忠能 ( ほんごう ただよし 、 天正 18 年 2 月 6 日 ( 旧暦 ) ( 1590 年 3 月 11 日 ) - 寛永 8 年 2 月 5 日 ( 旧暦 ) ( 1631 年 3 月 7 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初頭 に かけ て の 九州 の 武将 。 +坪野 平太郎 ( つぼ の へい たろう 、 1859 年 - 1925 年 ) は 、 日本 の 教育 者 、 政治 家 。 +舞鶴 かまぼこ ( まいづる かまぼこ ) は 、 京都 府 舞鶴 市 で 製造 ・ 販売 さ れ て い る 蒲鉾 の ブランド 。 +如仏 の 判決 ( にょぶつ の はんけつ ) は 、 囲碁 の ルール の うち の 死活 に お い て 「 両劫 に 仮生 一 つ 」 を 認め た と い う 鎌倉 時代 の 判例 。 +朝倉 孝景 ( あさくら たかかげ ) は 室町 時代 中期 の 武将 。 +北畠 顕泰 ( きたばたけあきやす 、 永徳 3 年 / 弘和 3 年 ( 1338 年 ) - 応永 19 年 ( 1412 年 ) ? ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 公家 。 +伏見宮 邦永 親王 ( ふしみのみやく に なが しんのう 、 延宝 4 年 3 月 28 日 ( 旧暦 ) ( 167 6 年 5 月 10 日 ) - 享保 11 年 10 月 21 日 ( 旧暦 ) ( 1726 年 11 月 14 日 ) ) は 、 江戸 時代 中期 の 皇族 。 +則宗 ( のりむね ) は 、 福岡 一 文字 派 の 祖 で 備前 国 の 刀工 で あ り 、 則宗 が 製作 し た 一連 の 日本 刀 の 総称 で も あ る 。 +東活 映画 社 ( とうかつ えいが しゃ 、 1931 年 設立 - 1932 年 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +九条 教実 ( くじょう の りざね 、 建暦 元年 ( 1211 年 ) - 文暦 2 年 3 月 28 日 ( 旧暦 ) ( 1235 年 4 月 23 日 ) ) は 、 鎌倉 時代 中期 の 公卿 。 +源 為朝 ( 源 爲 朝 ) ( みなもと の ため とも 、 保延 5 年 ( 1139 年 ) - 嘉応 2 年 4 月 6 日 ( 旧暦 ) ( 1170 年 4 月 23 日 ) ? ) は 平安 時代 末期 の 武将 。 +丹後 大宮 駅 ( たんご おおみや えき ) は 、 京都 府 京丹後 市 大宮町 ( 京都 府 ) 口 大野 に あ る 、 北 近畿 タンゴ 鉄道 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +大谷 光真 ( おおた に こうしん 、 1945 年 8 月 12 日 - ) は 、 浄土 真宗 本願 寺 派 第 24 代 門主 で あ り 、 宗教 法人 本願 寺 住職 を 務め る 。 +醍醐 の 花見 ( だい ご の はなみ ) と は 、 慶長 3 年 3 月 15 日 ( 旧暦 ) ( 159 8 年 4 月 20 日 ) に 豊臣 秀吉 が 京都 の 醍醐 寺 に お い て 、 豊臣 秀頼 、 高 台 院 、 淀殿 ら 近親 の 者 を 初め と し て 、 諸 大名 から その 配下 の 者 など 約 1300 名 を 従え て 盛大 に 催 し た 花見 の 宴 で あ る 。 +宮刑 ( きゅう けい 、 castration ) は 、 去勢 する 刑罰 。 +薬子 の 変 ( くすこの へん ) は 、 平安 時代 初期 に 起こ っ た 事件 で あ る 。 +斎院 ( さいいん ) は 、 平安 時代 から 鎌倉 時代 に かけ て 賀茂 神社 に 奉仕 し た 斎王 、 また は 斎王 の 御所 。 +脇屋 義治 ( わきや よしはる ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +征討 大将軍 ( せいとう たいしょうぐん ) と は 、 戊辰 戦争 に お い て 新 政府 が 設置 し た 臨時 軍 政官 の こと 。 +十 二 神将 ( じゅう に しんしょう ) は 、 仏教 の 信仰 ・ 造像 の 対象 で あ る 天部 の 神々 で 、 また 護法 善神 で あ る 。 +物部 小事 ( もの のべ の おごと 、 生没年 不詳 ) は 、 6 世紀 前期 ( 仁賢 天皇 - 安閑 天皇 期 ) の 豪族 。 +徳川 綱吉 ( とくがわ つな よし 、 正保 3 年 1 月 8 日 ( 旧暦 ) ( 1646 年 2 月 23 日 ) - 宝永 6 年 1 月 10 日 ( 旧暦 ) ( 1709 年 2 月 19 日 ) 、 在職 延宝 8 年 ( 1680 年 ) - 宝永 6 年 ( 1709 年 ) は 江戸 幕府 の 第 5 代 征夷 大将軍 で あ る 。 +久我 敏通 ( こが としみ ち 、 享保 20 年 1 月 27 日 ( 旧暦 ) ( 1735 年 2 月 19 日 ) - 宝暦 6 年 2 月 25 日 ( 旧暦 ) ( 1756 年 3 月 25 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +茂山 千五郎 ( しげやま せんご ろう ) は 、 狂言 大蔵 流 の 名跡 で 茂山 千五郎 家 の 当主 名 。 +鳶職 ( とびしょく ) ( 曳 き 屋 、 遣 り 方 と 同じ ) と は 、 一般 的 に 建設 業 で 、 高 い 所 で の 作業 を 専門 と する 職人 を 指 す 。 +青苧 座 ( あおそざ ) と は 中世 後期 に 繊維 素材 で あ る 青苧 を 扱 う 商人 たち で 結成 さ れ た 座 の こと 。 +藤原 顕綱 ( ふじわら の あきつ な 、 長元 2 年 ( 1029 年 ) - 康和 5 年 6 月 27 日 ( 旧暦 ) ( 110 3 年 8 月 1日 ) ) は 平安 時代 後期 の 廷臣 、 歌人 。 +公文 ( くもん ) と は 、 本来 は 律令 制 に おけ る 公文 書 の 総称 で あ り 、 転 じ て こう し た 文書 の 取り扱 う 官吏 の 事 も 指 し た 。 +薩長 土肥 ( さっ ちょうど ひ ) は 、 幕末 期 、 「 雄藩 」 と 呼 ば れ 、 かつ 、 明治 維新 を 推進 し て 明治 政府 の 主要 官職 に 人材 を 供給 し た 薩摩 藩 、 長州 藩 、 土佐 藩 、 肥前 藩 4 藩 の 総称 。 +アメノウズメ ( アマノウズメ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +鈴木 氏 ( すずき し ) 日本 の 代表 的 姓 氏 の ひと つ 。 +嫡流 ( ちゃくりゅう ) と は 、 氏族 の 直系 の 血筋 の こと を い う 。 +二 分 金 ( に ぶきん ) と は 、 江戸 時代 に 流通 し た 金貨 の 一種 で あ る 。 +高温糖 化 法 ( こうおんとう かほう ) と は 、 日本 酒 の 現代 の 製法 の 一 つ で 、 精米 を 蒸 す 代わり に 高熱 に よ っ て デンプン 質 を α 化 し 、 これ に 麹 と 酵母 を 加え て 醗酵 さ せ て 造 る 方法 で あ る 。 +燗酒 ( かんざけ ) と は 、 加熱 し た 酒 の こと で あ る 。 +『 旧辞 』 ( きゅうじ ) と は 、 記紀 編纂 の 基本 資料 に な っ た と さ れ る 各氏 族 伝来 の 歴史 書 で あ る と 考え られ て い る が 、 帝紀 と 同じく 散逸 し て お り 、 現存 し て い な い 。 +寄人 ( よりうど / よりゅうど ) と は 、 平安 時代 以後 中世 に かけ て 用い られ た 一定 の 人々 に 対 する 呼称 で あ る が 、 複数 の 意味 が あ る 。 +行善 ( ぎょうぜん 、 生没年 不明 ) は 、 飛鳥 時代 - 奈良 時代 の 僧 。 +押買 ( おしかい / おしがい ) と は 、 市場 に お い て 双方 の 折り合い が 付 い て い な い に も 関わ ら ず 、 強引 に 商品 を 買いあさ る 行為 。 +大江 親広 ( おおえ の ちかひろ 、 生年 不詳 - 1242 年 1 月 17 日 ( 仁治 2 年 12 月 15 日 ( 旧暦 ) ) ) は 鎌倉 時代 前期 の 武将 。 +国家 神道 ( こっか しんとう ) と は 明治 から 太平 洋 戦争 の 終戦 まで の 間 に 大 日本 帝国 の 政策 に よ り 成立 し て い た 国教 、 あるいは 祭祀 の 形態 の 歴史 学 的 呼称 で あ る 。 +集会 ( しゅうえ / しゅえ ) と は 、 中世 日本 の 寺院 に お い て 僧侶 達 が 寺院 内部 の 意思 決定 の ため 行 う 合議 ・ 自治 機関 を 指 す 。 +氷上 川継 の 乱 ( ひ かみ の かわつぐ の らん ) は 奈良 時代 の 政治 事件 。 +初代 瀬川 如皐 ( しょだいせがわ じょこう 、 元文 4 年 ( 1739 年 ) - 寛政 6 年 1 月 23 日 ( 旧暦 ) ( 1794 年 2 月 22 日 ) ) は 江戸 時代 中期 に 活躍 し た 歌舞伎 作者 。 +ビジット ・ ジャパン ・ キャンペーン は 、 外国 人 旅行 者 の 訪日 促進 活動 で あ る 。 +缶 コーヒー ( かん コーヒー ) と は 、 缶 に 入 っ て い て 、 すぐ に 飲 む こと の でき る コーヒー で あ る 。 +藤原 隆能 ( ふじわら の たか よし 、 生没年 不詳 ) は 、 平安 時代 後期 の 絵師 。 +川崎 正蔵 ( かわさき しょうぞう 、 天保 7 年 7 月 10 日 ( 旧暦 ) ( 1836 年 8 月 10 日 ) - 大正 元年 ( 1912 年 ) 12 月 2 日 ) は 日本 の 実業 家 、 政治 家 。 +光格 天皇 ( こうかく てんのう 、 明和 8 年 8 月 15 日 ( 17 71 年 9 月 23 日 ) - 天保 11 年 11 月 18 日 ( 1840 年 12 月 11 日 ) ) は 、 江戸 時代 の 第 119 代 天皇 ( 在位 : 安永 8 年 11 月 9 日 ( 1779 年 12 月 16 日 ) - 文化 14 年 3 月 22 日 ( 1817 年 5 月 7 日 ) ) 。 +新納 旅庵 ( にいろ りょ あん 、 天文 ( 元号 ) 12 年 ( 1553 年 ) - 慶長 7 年 ( 160 2 年 ) ) は 戦国 時代 ( 日本 ) の 薩摩 国 の 武将 。 +坊城 俊定 ( ぼうじょう としさだ 、 建長 3 年 ( 1251 年 ) ? ( 1252 年 と も ) ? - 延慶 ( 日本 ) 4 年 12 月 4 日 ( 旧暦 ) ( 1310 年 12 月 25 日 ) ) は 鎌倉 時代 の 公家 。 +料理 物語 ( りょうり ものがたり ) は 、 江戸 時代 の 料理 書 。 +絞罪 器械 図式 ( こうざいきかいずし き ; 明治 6 年 太政 官 布告 第 65 号 ) は 日本 の 死刑 執行 の 際 に 使用 さ れ る 絞首 器 の 図式 を 定め た 法令 。 +山川浩 ( やまかわ ひろし 、 1845 年 12 月 4 日 ( 弘化 2 年 11 月 6 日 ( 旧暦 ) ) - 189 8 年 2 月 4 日 ) は 幕末 ・ 明治 時代 の 会津 藩 士 及び 斗南 藩 大 参事 。 +吉良 義堯 ( きら よし た か 、 生没年 不詳 ) は 、 戦国 時代 _ ( 日本 ) の 武将 。 +姉小路 家 ( あね が こうじけ / あね こうじけ ) は 、 藤原 氏 系 の 公家 の 家系 で あ る 。 +五日市 憲法 ( いつ か いち けんぽう ) は 、 明治 時代 初期 に 作 ら れ た 私擬 憲法 の 一 つ 。 +代銭 納 ( だい せん のう ) と は 、 中世 日本 の 荘園 ・ 国衙 領 ・ 武家 領 など に お い て 、 公事 や 年貢 、 地子 など の 納入 を 現物 に 代わ っ て 貨幣 で 納入 する 制度 。 +厄年 ( やくどし ) は 、 陰陽 道 で 教宣 さ れ て い る 、 厄災 が 多 く 降りかか る と さ れ る 年齢 の こと で あ る 。 +祓戸 大神 ( はらえど の おおかみ ) と は 、 神道 に お い て 祓 を 司ど る 神 ( 神道 ) で あ る 。 +京極 高 陳 ( きょうごく たかのぶ 、 天保 9 年 ( 1838 年 ) - 明治 26 年 ( 1893 年 ) 5 月 13 日 ? ) は 、 丹後 国峰山 藩 の 第 12 代 ( 最後 ) の 藩主 。 +傘松 公園 ( かさまつ こうえん ) は 、 京都 府 宮津 市 に あ る 公園 。 +一心 院 ( いっ しん いん ) は 、 京都 市 東山 区 に あ る 浄土 宗 の 寺院 で 、 浄土 宗捨世派 の 本山 。 +蝶夢 ( ちょうむ 、 享保 17 年 ( 1732 年 ) - 寛政 7 年 12 月 24 日 ( 旧暦 ) ( 1796 年 2 月 2 日 ) ) は 、 江戸 時代 中期 の 僧 ・ 俳人 。 +勝竜 寺城 ( しょうりゅうじじょう ) は 、 現在 の 京都 府 長岡 京 市 に 所在 し た 、 南北朝 時代 から 江戸 時代 初期 の 城 で あ る 。 +渤海 使 ( ぼっかいし ) は 渤海 ( 国 ) より 日本 を 訪問 し た 使節 で あ り 、 728 年 から 922 年 まで の 間 に 34 回 ( この ほか 遼 に よ る 派遣 が 1 度 ) の 使節 が 記録 に 残 っ て い る 。 +渋川 義満 ( しぶかわ よしみつ 、 生年 不詳 - 元亀 4 年 2 月 17 日 ( 旧暦 ) ( 1573 年 3 月 20 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +和洋 折衷 ( わよう せっちゅう ) と は 、 日本 風 と 西洋 風 の 様式 を 一緒 に 取り入れ る こと 。 +皿 屋敷 ( さら やしき ) は 、 お 菊 と い う 女性 の 亡霊 が 皿 を 数え る こと で 有名 な 怪談 話 の 総称 。 +『 義経 記 』 ( ぎけいき ) は 、 源 義経 と その 主従 を 中心 に 書 い た 軍記 物語 で 、 南北朝 時代 ( 日本 ) から 室町 時代 初期 に 成立 し た と 考え られ て い る 。 +世襲 親王家 ( せ しゅうしん の うけ ) と は 、 また 「 定親 王家 」 と も い う 。 +松尾 寺 駅 ( まつ の お でら えき ) は 、 京都 府 舞鶴 市字 吉坂 無 番地 に あ る 西 日本 旅客 鉄道 ( JR 西 日本 ) 小浜 線 の 鉄道 駅 。 +大住 駅 ( おおすみ えき ) は 、 京都 府 京田辺 市 大住 丸山 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 片町 線 の 鉄道 駅 。 +尊王 攘夷 ( そんのう じょうい 、 尊攘 ) と は 、 王 を 尊 び 外圧 ・ 外敵 を 撃退 し な けれ ば な ら な い と する 思想 。 +奈良 文化 財 研究 所 ( なら ぶんか ざい けんきゅう しょ ) は 独立 行政 法人 国立 文化 財 機構 の 一 部門 。 +宗良 親王 ( むねよし しん の う / むねなが しんのう 、 1311 年 ( 応長 元年 ) - 1385 年 9 月 14 日 ( 元中 2 年 / 至徳 2 年 8 月 10 日 ) ? ) は 、 南北朝 時代 ・ 室町 時代 の 皇族 で 後醍醐 天皇 の 皇子 で 、 信濃 の 宮 や 大草 の 宮 ・ 幸坂 の 宮 ( 庇護 者 と な っ た 香坂 氏 に 由来 ) と 呼 ば れ た 。 +纒向 矢塚 古墳 ( まきむく やづか こふん ) は 、 奈良 県 桜井 市 の 纒向 古墳 群 に 属 する 古墳 。 +大送 神社 の 大綱引き ( おおおくり じんじゃ の つなひき ) と は 、 の 綱引き 祭 。 +動 用 倉 ( どう よう そう ) と は 、 古代 律令 制 に お い て 、 出納 が 許 さ れ た 正税 ( 動用 ) を 納め た 正倉 の こと 。 +写経 ( しゃきょう ) と は 、 仏教 に お い て 経典 を 書 写 する こと 、 また は その 書写 さ れ た 経典 の こと を 指 す 。 +茂山 忠三郎 ( しげやま ちゅうざ ぶろう 、 1928 年 4 月 3 日 - ) は 狂言 師 。 +所司 代 ( しょし だい ) と は +百 人 一首 ( ひゃく にん いっしゅ 、 故 実読み は ひゃく にんしゅ ) と は 、 古来 の 代表 的 な 歌人 百 人 に つ い て 、 一人 一首 を 選 ん で つく っ た 詞華 集 の こと で あ る 。 +明一 ( みょういつ 、 神亀 5 年 ( 728 年 ) - 延暦 17 年 3 月 27 日 ( 旧暦 ) ( 79 8 年 4 月 21 日 ) ) は 、 奈良 時代 から 平安 時代 前期 に かけ て の 僧 。 +角煮 ( かく に ) と は 、 豚肉 の ばら肉 ( 三 枚 肉 ) を 使 っ た 惣菜 で あ る 。 +南条 文雄 ( なんじょうぶんゆう 、 嘉永 2 年 5 月 12 日 ( 旧暦 ) ( 1849 年 7 月 1日 ) - 昭和 2 年 ( 1927 年 ) 1 1 月 9 日 ) は 、 日本 の 明治 ・ 大正 期 に 活躍 し た 仏教 学 者 ・ 宗教 家 。 +預 ( あずけ ) と は 、 武家 法 に おけ る 未決 拘留 ・ 刑罰 の 1 つ で 親族 など の 私人 の 元 で 拘禁 状態 に 置 く こと 。 +徳麻呂 ( と こまろ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +須弥 壇 ( しゅみだん ) と は 、 仏教 寺院 に お い て 本尊 を 安置 する 場所 で あ り 、 仏像 等 を 安置 する ため に 一 段 高 く 設け られ た 場所 の こと 。 +近衛 熙子 ( この えひろこ 、 寛文 6 年 3 月 26 日 ( 旧暦 ) ( 1666 年 4 月 30 日 ) - 寛保 元年 2 月 28 日 ( 旧暦 ) ( 1741 年 4 月 13 日 ) ) は 江戸 幕府 6 代 将軍 ・ 徳川 家宣 の 正室 で あ る 。 +続 後 拾遺和 歌集 ( しょくご しゅう いわかしゅう ) は 、 勅撰 和 歌集 。 +福知山 駅 ( ふくちやま えき ) は 、 京都 府 福知 山 市 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) ・ 北 近畿 タンゴ 鉄道 ( KTR ) の 鉄道 駅 。 +一条 政房 ( いちじょう まさふさ   嘉吉 3 年 ( 1443 年 ) ? - 文明 ( 日本 ) 元年 10 月 17 日 ( 旧暦 ) ( 1469 年 11 月 20 日 ) は 室町 時代 の 公卿 。 +大輪田 泊 ( おおわだ の とまり ) は 兵庫 県 神戸 市 兵庫 区 に 所在 し て い た 港 で 、 現在 の 神戸 港 西側 の 一部 に 相当 する 。 +金春 欣三 ( こんぱる きんぞう 1925 年 1 月 2 日 - ) は シテ 方 金 春 流 の 能楽師 。 +藤間 勘兵衛 ( ふじま かんべえ ) は 、 藤間 流勘兵衛 派 の 名跡 。 +盤珪 永琢 ( ばん けいよう たく 、 元和 ( 日本 ) 8 年 3 月 8 日 ( 旧暦 ) ( 1622 年 4 月 18 日 ) - 元禄 6 年 9 月 3 日 ( 旧暦 ) ( 1693 年 10 月 2 日 ) ) は 、 江戸 時代 前期 の 臨済 宗 の 僧 。 +日置 光平 ( へきみつ ひ ら ) は 、 江戸 時代 の 武蔵 国 の 刀工 。 +庭田 嗣子 ( に わた つぐこ 、 文政 3 年 ( 1820 年 ) - 慶応 3 年 11 月 9 日 ( 旧暦 ) ( 1867 年 12 月 4 日 ) ) は 、 仁孝 天皇 の 典侍 。 +脱亜 入欧 ( だつ あにゅうおう ) と は 、 「 第 三 世界 で あ る アジア を 脱 し 、 ヨーロッパ 列 強 の 一員 と な る 」 こと を 目的 と し た 、 日本 に おけ る スローガン や 思想 で あ る 。 +童子 切 ( どう じぎり ) は 、 日本 の 国宝 に 指定 さ れ て い る 日本 刀 。 +丹波 道 主 王命 ( たんば の みち の うし の みこと 、 生没年 不詳 ) と は 、 記紀 に おけ る 皇族 ( 王族 ) 。 +源光 +若草山 ( わか くさやま ) は 奈良 県 奈良 市 、 奈良 公園 の 東端 に 位置 する 標高 342 m 、 面積 33 ha の 山 。 +権現 ( ごんげん ) は 日本 の 神 の 神号 の 一 つ 。 +八代 目 坂東 三津 五郎 ( はち だい め ばんどう みつごろう 、 190 6 年 10 月 19 日 - 1975 年 1 月 16 日 ) は 、 歌舞伎 役者 。 +片岡 直輝 ( かたおか な おて る 、 安政 3 年 7 月 3 日 ( 旧暦 ) ( 1856 年 8 月 3 日 ) - 昭和 2 年 ( 1927 年 ) 4 月 13 日 ) は 、 明治 ・ 大正 ・ 昭和 初期 の 実業 家 。 +玄叡 ( げんえい 、 生年 不詳 - 承和 ( 日本 ) 7 年 ( 840 年 ) ) は 、 平安 時代 前期 の 三 論 宗 の 僧 。 +源氏 物語 ( げんじ ものがたり ) は 、 平安 時代 中期 に 成立 し た 、 日本 の 長編 物語 、 小説 。 +小村 壽太郎 ( こむら じゅたろう 、 1855 年 10 月 26 日 ( 安政 2 年 9 月 16 日 ( 旧暦 ) ) - 19 11 年 ( 明治 44 年 ) 1 1 月 26 日 ) は 、 明治 の 外務 官僚 。 +一 竿子 忠綱 ( いっかん し ただつな ) は 、 江戸 時代 元 禄 期頃 の 摂津 国 の 刀工 。 +ここ で は 、 仏教 から 成立 し た 精進 料理 と 、 日本 料理 の 中 に あ る 和食 の 一 分野 で あ る 精進 料理 に つ い て 紹介 する 。 +大井 荘 ( おおい の しょう ) は 、 奈良 時代 ~ 室町 時代 に かけ て 美濃 国 に あ っ た 荘園 。 +合 ( ごう ) は 、 尺貫 法 に おけ る 体積 の 単位 で あ る 。 +千葉 時 胤 ( ちば と きたね 、 建保 6 年 8 月 11 日 ( 旧暦 ) ( 1218 年 9 月 2 日 ) - 仁治 2 年 9 月 17 日 ( 旧暦 ) ( 1241 年 10 月 23 日 ) ) は 、 鎌倉 時代 前期 の 武士 。 +朗詠 ( ろうえい ) は 、 日本 の 歌曲 の 一 形式 。 +京都 市 中央 卸売 市場 第 二 市場 ( きょうと し ちゅうおう おろしうり し じょう だい に しじょう ) は 、 京都 市 に あ る 食肉 専門 の 中央 卸売 市場 。 +源光 経 ( みなもと の み つつね 、 生年 不詳 - 寿永 2 年 11 月 19 日 ( 旧暦 ) ( 1184 年 1 月 3 日 ) ) は 、 平安 時代 末期 の 武将 。 +九条 道 孝 ( くじょう みち た か 、 天保 10 年 5 月 1日 ( 旧暦 ) ( 1839 年 6 月 11 日 ) - 明治 39 年 ( 190 6 年 ) 1 月 4 日 ) は 、 幕末 期 の 公卿 。 +勧修 寺 ( かじゅうじ ) は 、 京都 市 山科 区 に あ る 門跡 寺院 。 +法会 ( ほうえ ) と は 、 仏教 に お い て 仏法 を 説 く ため や 供養 を 行 う ため の 僧侶 ・ 檀信徒 の 集まり で あ る 。 +『 玉葉 』 ( ぎょくよう ) は 、 関白 ・ 太政 大臣 九条 兼実 の 日記 。 +伏見 稲荷 大社 ( ふしみ い なり たいしゃ ) は 京都 市 伏見 区 に あ る 神社 で あ る 。 +坪内 逍遥 ( つぼう ち しょうよう 、 正字 体 : 逍遙 、 1859 年 6 月 22 日 ( 安政 6 年 5 月 22 日 ( 旧暦 ) ) - 2 月 28 日 ) は 明治 に 活躍 し た 日本 の 小説 家 、 評論 家 、 翻訳 家 、 劇作 家 。 +忍海 大国 ( おし うみ の おおく に 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +正親町 三条 実有 ( おおぎまち さんじょうさねよし 、 天正 16 年 ( 1588 年 ) ‐ 寛永 10 年 7 月 13 日 ( 旧暦 ) ( 1633 年 8 月 17 日 ) ) は 、 安土 桃山 時代 後期 から 江戸 時代 前期 の 公卿 。 +源 頼国 ( みなもと の よりくに 、 生年 未詳 - 天喜 元年 ( 1058 年 ) ? ) は 平安 時代 の 武将 ・ 官人 。 +石井 貞興 ( いしいさだおき 、 天保 13 年 ( 1842 年 ) 3 月 - 明治 10 年 ( 1877 年 ) 10 月 26 日 ) は 、 幕末 から 明治 初期 に かけ て の 肥前 国 佐賀 藩 士 、 政府 地方 官 。 +般若 寺 ( はんにゃじ ) は 、 奈良 市 北部 ・ 奈良坂 ( 奈良 きたまち ) に 位置 する 真言 律 宗 の 寺院 。 +小辺路 ( こへ ち ) は 、 熊野 三山 へ の 参詣 道 ・ 熊野 古道 の ひと つ 。 +季 御 読経 ( きのみどきょう ) は 、 平安 時代 に 行 わ れ た 宮中 行事 の ひと つ 。 +茶器 ( ちゃき ) と は 、 茶の湯 に お い て 用い られ る 、 抹茶 を 入れ る 容器 の 総称 で あ る 。 +円 目王 、 圓目 王 ( つぶらめ おう ) と は 古墳 時代 の 皇族 。 +物語 ( ものがたり ) と は 、 語り手 が 語 ら れ る 主体 に 語 る さまざま な 出来事 の こと 。 +宸翰 ( しんかん 、 宸筆 、 親翰 ) は 、 天皇 自筆 の 文書 。 +清閑 寺 熙定 ( せいかんじ ひろ さだ 、 寛文 2 年 7 月 13 日 ( 旧暦 ) ( 1662 年 8 月 26 日 ) - 宝永 4 年 1 月 10 日 ( 旧暦 ) ( 17 0 7 年 2 月 12 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +源 経光 ( みなもと の つねみつ 、 生年 未詳 - 久安 2 年 3 月 9 日 ( 旧暦 ) ( 1146 年 4 月 21 日 ) ) は 、 平安 時代 後期 の 武士 。 +八釣 白彦 皇子 ( やつり の しろひこの みこ 、 履中 天皇 2 年 ( 40 1 年 ) 以後 - 安康 天皇 3 年 ( 456 年 ) ) は 允恭 天皇 の 第 四 皇子 。 +西明寺 ( さいみょうじ ) は 、 京都 市 右京 区 に あ る 真言 宗 大覚寺 派 の 寺院 。 +唐 招提寺 ( とうしょう だいじ ) は 、 奈良 市 五条町 に あ る 鑑真 ゆかり の 寺院 。 +領家 ( りょうけ ) は 、 日本 の 荘園 に お い て 、 荘園 を 開発 し た 開発 領主 ( かいほつりょうしゅ ) から 寄進 を 受け た 荘園 領主 で あ る 。 +松川 の 戦い ( まつかわ の たたか い ) は 、 『 改正 三 河 後 風土 記 』 ( 第 42 巻 : 上杉 ・ 伊達 合戦 の 事 ) 、 『 常山 紀談 』 ( 巻之 16 : 伊達 上杉 陸奥 国松 川 合戦 の 事   附永井 善左衛門   岡 左内 が 事 ) 、 『 東国 太平 記 』 ( 巻 第 15 : 松川 合戦 政宗 福島 ノ城 ヲ 攻 ムル 事 ) 、 『 会津 陣 物語 』 ( 第 4 巻 : 松川 合戦 に 政宗 、 福島 城 を 攻め る 事 、 井 せ て 須田 大炊介 、 政宗 と 逢隈 川 合戦 ( 陣幕 を 切り取 る ) 事 ) に よ れ ば 、 慶長 6 年 ( 160 1 年 ) 4 月 26 日 に 、 現在 の 福島 県 福島 市 の 中心 部 で 伊達 政宗 と 上杉 景勝 麾下 の 本庄 繁長 ・ 須田 長義 が 戦 っ た 合戦 だ と さ れ る 。 +『 偐紫田 舎源 氏 』 ( にせ むらさき いな か げんじ ) は 、 柳亭 種彦 の 、 未 完 の 、 長編 合巻 。 +骨女 ( ほねおんな ) は 、 鳥山 石燕 の 妖怪 画 集 『 今昔 画 図 続 百 鬼 』 に あ る 妖怪 。 +阿蘇 ( あそ ) 氏 は 、 肥後 国 の 氏族 。 +富士谷 成章 ( ふじた に な り あきら 、 元文 3 年 ( 1738 年 ) - 安永 8 年 10 月 2 日 ( 旧暦 ) ( 1779 年 11 月 9 日 ) ) は 、 江戸 時代 中期 の 国学 者 。 +遠山 秀友 ( とおやま ひでと も 、 1609 年 12 月 2 日 ( 慶長 14 年 11 月 6 日 ( 旧暦 ) ) - 1642 年 2 月 6 日 ( 寛永 19 年 1 月 7 日 ( 旧暦 ) ) ) は 、 美濃 国 苗木 藩 の 第 2 代 藩 主 。 +石田 梅岩 ( いしだ ばいがん 、 貞享 2 年 9 月 15 日 ( 旧暦 ) ( 1685 年 10 月 12 日 ) - 延享 元年 9 月 24 日 ( 旧暦 ) ( 1744 年 10 月 29 日 ) ) は 江戸 時代 の 思想 家 、 倫理 学 。 +大内 裏 ( だい だいり ) と は 、 平安 京 に おけ る 宮城 を 指 す 。 +小関 三 英 ( こ せき さんえい 、 天明 7 年 6 月 11 日 ( 旧暦 ) ( 1787 年 7 月 25 日 ) - 天保 10 年 5 月 17 日 ( 旧暦 ) ( 1839 年 6 月 27 日 ) ) は 、 江戸 時代 後期 の 医者 ・ 蘭学 者 。 +日吉 ダム ( ひよし- ) は 京都 府 南丹 市 日吉町 ( 旧 ・ 船井 郡 日吉町 ) 中地 先 、 淀川 の 主要 支川 の 一 つ で あ る 桂川 中流部 に 位置 する ダム で あ る 。 +仕舞袴 ( しまい - ば ( は ) かま ) は 主 と し て 能楽 に お い て 用い られ る 特殊 な 形状 の 袴 。 +経国 集 ( けいこく しゅう ) は 、 平安 時代 初期 の 天長 4 年 ( 827 年 ) 、 淳和 天皇 の 命 に よ り 編纂 さ れ た 勅撰 漢 詩集 。 +六 条 宮 ( ろくじょう のみや ) は 鎌倉 時代 に 存在 し た と さ れ る 宮家 。 +承平 ・ 天慶 の 乱 ( じょうへい ・ てんぎょう の らん ) は 平安 時代 中期 に 、 ほぼ 同 時期 に 関東 と 瀬戸 内海 で 起き た 平将門 の 乱 ( たいら の まさかど の らん ) と 藤原 純友 の 乱 ( ふじわら の すみとも の らん ) の 総称 で あ る 。 +細川 忠興 / 長岡 忠興 ( ほそかわ ただおき / ながお か ただおき ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 、 大名 。 +沼間 守一 ( ぬまも り かず 、 しゅいち 、 天保 14 年 12 月 2 日 ( 旧暦 ) ( 1844 年 1 月 21 日 ) - 明治 23 年 ( 1890 年 ) 5 月 17 日 ) は 、 江戸 幕臣 出身 の 政治 家 、 ジャーナリスト 。 +きず し ( 生 寿司 、 生鮨 ) は 、 青魚 を 塩締め し た もの 。 +廃刀令 ( はいとう れい ) と は 、 3 月 28 日 に 発 せ られ た 大禮服 竝ニ 軍人 警察 官 吏 等 制服 著用 ノ外 帶 刀 禁止 の 太政 官 布告 ・ 太政 官 達 の 略称 。 +法然 院 ( ほうねん いん ) は 、 京都 市 左京 区 鹿ヶ谷 に あ る 浄土 宗 系 の 単立 寺院 で あ る 。 +高野瀬 宗則 ( たかの せ むねのり 、 1852 年 11 月 3 日 ( 嘉永 5 年 9 月 22 日 ( 旧暦 ) ) - 1915 年 ( 大正 4 年 ) ) は 、 理学 士 。 +鎌倉 府 ( かまくらふ ) と は 、 南北朝 時代 ( 日本 ) から 室町 時代 に かけ て 、 室町 幕府 が 関東 を 統治 する ため に 設置 し た 政庁 で あ る 。 +源 頼遠 ( みなもと の より とお 、 寛弘 4 年 3 月 28 日 ( 旧暦 ) ( 100 7 年 4 月 18 日 ) - 康平 5 年 ( 1062 年 ) ) は 、 平安 時代 中期 の 武将 。 +弥生 時代 ( やよい じだい ) は 、 北海道 ・ 沖縄 諸島 を 除 く 日本 列島 に おけ る 時代 区分 の 一 つ で あ る 。 +大将軍 八 神社 ( だい しょうぐん はち じんじゃ ) は 京都 府 京都 市 上京 区 に あ る 神社 。 +勘定 帳 ( かんじょうちょう ) と は 、 米 や 大豆 、 金 ・ 銀 など の 収支 決算 を 行 う ため に 作成 し た 会計 帳簿 の 1 つ 。 +あん パン ( 餡 パン ) は 、 菓子 パン の 一種 で 、 中 に 餡 が 入 っ て い る こと を 特徴 と する 。 +神籠石 ( こうご いし ) また は 神籠 石 式 山城 ( こうご い ししきやましろ ) と は 古代 に 築造 さ れ た 山城 で 、 「 日本 書紀 」 「 続 日本 紀 」 に 記載 が な く 、 遺構 で しか 存在 の 確認 でき な い もの を 指 す 。 +文車 妖妃 ( ふぐるま よう び ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +奈古屋 里人 ( なごや さとんど 、 寛文 11 年 ( 16 7 1 年 ) - 寛保 元年 ( 1741 年 ) ) は 、 江戸 時代 の 人物 。 +鎌倉 仏教 ( かまくらぶっきょう ) と は 、 平安 時代 末期 から 鎌倉 時代 に かけ て 発生 し た 仏教 変革 の 動き を 指 す 。 +藤原 光家 ( ふじわら の みついえ 、 元暦 元年 ( 1184 年 ) - ? ) は 、 鎌倉 時代 初期 の 公家 ・ 歌人 。 +猪苗代 兼載 ( いなわしろ けんさい 、 享徳 元年 ( 1452 年 ) - 永正 7 年 6 月 6 日 ( 旧暦 ) ( 1510 年 7 月 11 日 ) ) は 、 戦国 時代 ( 日本 ) の 連歌 師 。 +源弘 ( みなもと の ひろむ 、 弘仁 3 年 ( 812 年 ) - 貞観 5 年 1 月 25 日 ( 863 年 2 月 16 日 ) ) は 、 平安 時代 前期 の 公卿 。 +内 膳司 ( ないぜんし ) は 、 日本 の 日本 の 官制 に お い て 宮内 省 に 属 し た 機関 。 +慈 円 ( じえん 、 久寿 2 年 4 月 15 日 ( 旧暦 ) ( 1155 年 5 月 17 日 ) - 嘉禄 元年 9 月 25 日 ( 旧暦 ) ( 1225 年 10 月 28 日 ) ) は 、 歴史 書 『 愚管 抄 』 で 有名 な 鎌倉 時代 の 天台 宗 僧侶 で あ る 。 +勝持 寺 ( しょうじじ ) は 、 京都 市 西京 区 に あ る 天台 宗 の 寺院 。 +奥 都城 ( おく つき ) と は 、 上代 の 墓 の こと 。 +平忠度 ( たいら の ただのり ) は 、 平安 時代 の 武将 。 +春峯庵 事件 ( しゅんぽう あん じけん ) は 昭和 初期 に 起こ っ た 肉筆 浮世絵 の 大 規模 な 偽造 事件 で あ る 。 +葛木 二上 神社 ( かつらぎ ふたかみ じんじゃ 、 かつらぎ に じょう じんじゃ ) は 、 奈良 県 葛城 市 の 二上山 ( 奈良 県 ・ 大阪 府 ) 雄岳 山頂 付近 に あ る 神社 で あ る 。 +山国 隊 ( やまぐに たい ) は 、 幕末期 に 丹波 国 桑田 郡山 国郷 ( 現 京都 市 右京 区 京北町 ) で 結成 さ れ た 農兵 隊 。 +石焼き芋 ( いしやきいも ) は 、 サツマ イモ を 使 っ た 料理 の ひと つ で あ る 。 +藤堂 高潔 ( とうどう たか きよ 、 天保 8 年 9 月 20 日 ( 旧暦 ) ( 1837 年 10 月 19 日 ) - 明治 22 年 ( 1889 年 ) 1 1 月 18 日 ) は 、 伊勢 国津 藩 の 第 12 代 ( 最後 ) の 藩主 。 +山崎 の 戦い ( やまざき の たたか い ) は 、 天正 10 年 ( 15 82 年 ) 6 月 に 本能 寺 の 変 で 織田 信長 を 討 っ た 明智 光 秀 に 対 し て 、 高松城 ( 備 中国 ) の 攻城 戦 から 引き返 し て き た 豊臣 秀吉 が 、 6 月 13 日 ( 西暦 7 月 2 日 ) 京都 へ 向か う 途中 の 摂津 国 と 山城 国 の 境 に 位置 する 山崎 ( 大阪 府 三島 郡 ( 大阪 府 ) 島 本 町 山崎 、 京都 府 乙訓 郡 大山崎 町 ) で 、 明智 軍 と 激突 し た 戦い で あ る 。 +宮 の 前廃 寺 跡 ( みや の まえ は いじあと ) と は 広島 県 福山 市 蔵王 町 に あ る 奈良 時代 から 平安 時代 に かけ て の 仏教 寺院 遺跡 で あ る 。 +地蔵 院 ( じぞう いん ) は 、 京都 市 西京 区 に あ る 臨済 宗 系 の 単立 寺院 。 +藤原 惟成 ( ふじわら の これ しげ / これ なり 、 天暦 7 年 ( 953 年 ) - 永祚 ( 日本 ) 元年 ( 989 年 ) ) は 、 平安 時代 中期 の 宮廷 政治 家 。 +三条 京阪 ( さんじょうけいはん ) は 、 京都 市 東山 区 に あ る 三条 大橋 の 東側 周辺 の 地域 名 で あ る 。 +岩倉 恒具 ( いわくら つね と も 、 元禄 14 年 7 月 24 日 ( 旧暦 ) ( 170 1 年 8 月 27 日 ) - 宝暦 10 年 7 月 29 日 ( 旧暦 ) ( 17 60 年 9 月 8 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +官職 ( かんしょく 、 Governmentpost ) と は 官吏 の 職 の こと を い う 。 +宗湛 ( そうたん 、 応永 20 年 ( 1413 年 ) - 文明 ( 日本 ) 8 年 ( 1481 年 ) ) は 、 室町 時代 中期 の 画僧 。 +青木 重兼 ( あおき し げ か ね 、 慶長 11 年 12 月 29 日 ( 旧暦 ) ( 160 7 年 1 月 27 日 ) - 天和 ( 日本 ) 2 年 9 月 14 日 ( 旧暦 ) ( 1682 年 10 月 14 日 ) ) は 、 摂津 国 麻田 藩 の 第 2 代 藩 主 。 +近津尾 神社 ( ち かつお じんじゃ ) は 、 滋賀 県 大津 市 国分 に 鎮座 する 神社 で あ る 。 +黒 文字 ( くろ もじ ) : +石州 流 伊佐派 ( せき しゅうりゅういさ は ) は 武家 茶道 。 +新庄 直好 ( しんじょう なお よし 、 1599 年 ( 慶長 4 年 ) - 1662 年 9 月 4 日 ( 寛文 2 年 7 月 22 日 ( 旧暦 ) ) ) は 、 江戸 時代 の 大名 。 +伊勢平 氏 は 、 承平 天慶 の 乱 に 功 の あ っ た 平貞盛 の 子 、 平維 衡 より はじま る 平氏 一族 の 一 つ 。 +ウメ ( 梅 、 学名 : Prunus mume ) は 、 バラ 科 サクラ 属 の 落葉 高木 、 また は その 果実 の こと 。 +久自国 造 ( くじ の くにのみやつこ ・ くじこく ぞう ) は 常陸 国 北 中部 を 支配 し た 国造 。 +小田 朝久 ( おだ ともひさ 、 1417 年 3 月 23 日 ( 応永 24 年 3 月 5 日 ( 旧暦 ) ) - 1455 年 6 月 5 日 ( 享徳 4 年 4 月 20 日 ( 旧暦 ) ) ) は 、 室町 時代 中期 の 武将 。 +本野 盛亨 ( もと の もりみち 、 1836 年 9 月 25 日 ( 天保 7 年 8 月 15 日 ( 旧暦 ) ) - 1909 年 ( 明治 42 年 ) 12 月 10 日 ) は 、 日本 の 官僚 、 実業 家 。 +摂家 ( せっけ ) と は 、 鎌倉 時代 に 成立 し た 藤原 氏 嫡流 で 公家 の 家格 の 頂点 に 立 っ た 5 家 の こと 。 +承久 の 乱 ( じょうきゅう の らん ) は 、 鎌倉 時代 の 承久 3 年 ( 1221 年 ) に 、 後鳥 羽 天皇 が 鎌倉 幕府 に 対 し て 討幕 の 兵 を 挙げ て 敗れ た 兵乱 で あ る 。 +色目 ( いろめ ) と は 十 二 単 など に おけ る 色 の 組み合わせ を い う 。 +元老 ( げんろう 、 英 : elderstatesman ) と は 、 明治 時代 後期 から 昭和 時代 初期 に かけ て 、 日本 政府 の 最高 首脳 で あ っ た 重臣 で あ る 。 +双方 中 円 墳 ( そうほう ちゅうえんふん ) と は 、 古墳 の 形 の ひと つ 。 +小十 人 ( こじゅう にん ) は 、 江戸 幕府 に おけ る 警備 ・ 軍事 部門 ( 番方 ) の 役職 の ひと つ で あ る 。 +行意 ( ぎょうい 、 1177 年 - 12 17 年 ? ) は 、 平安 時代 末 から 鎌倉 時代 初期 に かけ て の 天台 宗 の 僧 。 +株式 会社 京都 銀行 ( きょう と ぎんこう 、 The BankofKyoto , Ltd . ) は 、 京都 府 京都 市 下京 区 に 本店 を 構え 、 京都 府 を 中心 に 営業 し て い る 地方 銀行 で あ る 。 +石清水 八幡宮 ( いわしみず はち まんぐう ) は 京都 府 八幡 市 の 男山 山上 に あ る 神社 で あ る 。 +中村 太郎 ( なかむら たろう 、 嘉永 5 年 ( 1852 年 ) - 明治 11 年 ( 1878 年 ) 5 月 14 日 ) と は 、 初代 内務 卿 ・ 大久保 利通 の 従者 。 +仮名 草子 ( かなぞうし ) と は 、 江戸 時代 初期 に 仮名 ( 文字 ) 、 もしくは 仮名 交じり 文 で 書 か れ た 、 近世 文学 に おけ る 物語 ・ 実用 的 な 文章 を 総称 し た もの 。 +三輪 高市 麻呂 ( みわの たけちまろ 、 生年 不明 - 慶雲 3 年 ( 70 6 年 2 月 6 日 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +新田辺 駅 ( しんたなべ えき ) は 、 京都 府 京田辺 市 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +甲賀 の 里 忍術 村 ( こうが の さ と にんじゅつ むら ) は 、 滋賀 県 甲賀 市 甲賀 町 隠岐 に あ る 忍術 の テーマ パーク 。 +織田 信高 ( おだ のぶたか ) は 、 安土 桃山 時代 の 武将 。 +天狗 党 の 乱 ( てんぐ とう の らん ) と は 、 元治 元年 3 月 27 日 ( 旧暦 ) ( 1864 年 5 月 2 日 ) に 起き た 、 水戸 藩 藩士 藤田 小四郎 ら 尊皇 攘夷 過激 派 に よ る 筑波山 で の 挙兵 と 、 その 後 これ に 関連 し て 各地 で 発生 し た 争乱 の こと で あ る ( 元治 元年 12 月 17 日 ( 旧暦 ) ( 1865 年 1 月 14 日 ) に 主導 者 投降 ) 。 +畠山 持国 ( はたけ やま もちく に 、 応永 5 年 ( 1398 年 ) - 享徳 4 年 3 月 26 日 ( 旧暦 ) ( 1455 年 4 月 12 日 ) ) は 、 室町 時代 の 室町 幕府 の 管領 。 +院 の 御子 ( いんの みこ 、 長寛 3 年 / 永万 元年 ( 1165 年 ) - ? ) は 平安 時代 末期 の 文献 ・ 『 玉葉 』 に 出 て くる 人物 。 +祭神 磐衝 別命 比 咩 神 +真言 宗 大覚寺 派 ( しんごん しゅうだい かくじ は ) は 、 日本 に おけ る 真言 系 仏教宗 派 の ひと つ で 、 古義 真言宗 に 属 する 。 +勝見 庸太郎 プロダクション ( かつみ ようたろう - 、 1926 年 設立 - 1930 年 活動 停止 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +初代 中村 勘三郎 ( しょだい なかむら かんざ ぶろう 、 慶長 3 年 ( 1598 年 ) - 万治 元年 6 月 9 日 ( 旧暦 ) ( 1658 年 7 月 9 日 ) ) は 、 江戸 時代 初期 の 歌舞伎 役者 。 +小野 小町 ( おのの こまち 、 大同 ( 日本 ) 4 年 ( 809 年 ) 頃 - 延喜 元年 ( 901 年 ) 頃 ) は 、 平安 前期 9 世紀頃 の 女流 歌人 。 +観光 圏 ( かんこうけん ) は 日本 の 一 つ の 都 道 府 県 また は 複数 の 都 道 府 県 に またが っ た 地域 を 観光 の ため に まとめ た もの で 、 日本 を 観光 立国 と する 実現 に 向け て の 整備 を し 、 観光 旅客 の 来訪 および 長期 の 滞在 を 促進 する ため に 日本 の 国土 交通 省 の 外局 で あ る 観光 庁 に 認定 さ れ た 地域 。 +富家 語 ( ふけご ) は 富家 語 談 と も い い 、 富家 殿 と 号 し た 関白 藤原 忠実 ( 107 8 ― 1 1 6 2 ) の 語録 。 +囲碁 の 精 ( いご の せい ) は 、 江戸 時代 の 古書 など に 記述 の あ る 囲碁 の 精霊 。 +小出 英知 ( こい で ふさ と も 、 元和 ( 日本 ) 4 年 ( 1618 年 ) - 元禄 8 年 1 月 13 日 ( 旧暦 ) ( 1695 年 2 月 25 日 ) ) は 、 丹波 国 園 部 藩 の 第 2 代 藩 主 。 +上杉 頼重 ( うえすぎ より しげ   生没年 未詳 ) は 、 鎌倉 時代 の 人物 。 +塩谷 氏 ( しおのやし ) は 日本 の 氏族 。 +尊子 内 親王 ( そん し な い しんのう 、 康保 3 年 ( 96 6 年 ) - 永観 3 年 5 月 2 日 ( 98 5 年 5 月 24 日 ) ) は 、 第 63 代 冷泉 天皇 の 第 二 皇女 。 +古典 落語 ( こてん らくご ) と は 、 落語 の 演目 の うち 、 一般 に 江戸 時代 から 明治 時代 に 作 ら れ た もの を 指 す 。 +年爵 ( ねんしゃく ) と は 、 日本 の 古代 ・ 中世 前期 に お い て 、 治天 の 君 及び 三宮 ( 太皇 太后 、 皇太后 、 皇后 ) が 保有 し て い た 叙位 権 を 指 す 用語 。 +釜師 ( かまし ) は 、 茶釜 を 鋳 る 職人 。 +葛野 流 ( かどの - りゅう ) は 能楽 大鼓方 の 一流儀 。 +神馬 ( しんめ 、 あるいは 、 じんめ ) は 、 日本 の 神社 に 奉納 さ れ た ウマ 、 あるいは 祭事 の 際 に 使用 さ れ る 馬 を 指 す 。 +『 浮雲 』 ( うきぐ も ) は 、 二葉 亭 四迷 の 長編 小説 。 +等 持院 駅 ( とうじいん えき ) は 、 京都 市 北 区 ( 京都 市 ) 等 持 院 西町 に あ る 京福 電気 鉄道 北野 線 の 鉄道 駅 。 +懌子 内 親王 ( えき し な い しんのう 、 弘長 2 年 ( 1262 年 ) - 永仁 2 年 11 月 25 日 ( 旧暦 ) ( 1294 年 12 月 13 日 ) ) は 、 鎌倉 時代 の 皇族 、 女院 。 +澤村 宗之助 ( さわむら そうのすけ ) は 、 歌舞伎 役者 。 +鉄鼠 ( てっそ ) は 、 僧 の 怨念 と ネズミ に まつわ る 古代 日本 の 妖怪 。 +若あゆ ( 若鮎 、 わか あゆ ) は 、 楕 円 形 に 焼き 上げ た カステラ 生地 で 求肥 を つつ み 、 半月 形 に 整形 し 、 焼印 で 目 と ひれ の 印 を つけ た 和 菓子 で あ る 。 +鴨蝦夷 ( かも の えみし 、 生年 不明 - 持統 天皇 9 年 ( 695 年 ) 4 月 17 日 ? ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +藤原 朝経 ( ふじわら の あさつね 、 天延 元年 ( 973 年 ) - 長元 2 年 7 月 4 日 ( 旧暦 ) ( 1029 年 8 月 16 日 ) ) は 、 平安 時代 中期 の 公卿 。 +阿加流 比 売神 ( あかる ひめ の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +鷹司 基輝 ( たかつかさ も と てる 、 享保 12 年 2 月 28 日 ( 旧暦 ) ( 1727 年 4 月 19 日 ) - 寛保 3 年 5 月 15 日 ( 旧暦 ) ( 1743 年 7 月 6 日 ) ) は 、 江戸 時代 中期 の 公家 。 +陰首 ( おんしゅ ) と は 、 律令 制 に お い て 戸籍 や 計帳 から 欠落 し て い る 者 及び 浮浪 の 者 が 自主 的 に 名乗り出 て 登録 さ れ る こと 。 +四条 天皇 ( しじょうてんのう 、 寛喜 3 年 2 月 12 日 ( 1231 年 3 月 17 日 ) - 仁治 3 年 1 月 9 日 ( 1242 年 2 月 10 日 ) ) は 、 鎌倉 時代 の 第 87 代 天皇 ( 在位 : 貞永 元年 10 月 4 日 ( 1232 年 10 月 26 日 ) - 仁治 3 年 1 月 9 日 ( 1242 年 2 月 10 日 ) ) 。 +『 盲長 屋 梅加賀 鳶 』 ( めくら なが や う め が か が とび ) は 歌舞伎 の 演目 。 +お 蔭参り ( おかげ まいり ) と は 、 江戸 時代 に 起こ っ た 伊勢 神宮 へ の 集団 参詣 運動 。 +赤松 氏 ( あかまつ し ) は 、 鎌倉 時代 末期 から 安土 桃山 時代 に かけ て 播磨 国 を 支配 し た 大名 で あ る 。 +外山 算節 ( とやまさんせつ 、 生没年 不詳 ) は 、 文政 年間 頃 に 活躍 し た 囲碁 棋士 ( 囲碁 ) 。 +すっぽん と は 、 歌舞伎 など の 劇場 に あ る 花道上 に 、 舞台 下 の 奈落 から 、 役者 が 登場 し て くる ため に あ る 舞台 装置 の こと で あ る 。 +膳部 菩 岐々 美郎 女 ( かしわ で の ほき きみ の いらつめ   生年 不詳 - 推古 天皇 30 年 2 月 21 日 ( 旧暦 ) ( 622 年 4 月 7 日 ) ) は 飛鳥 時代 の 女性 。 +唐名 ( とうめい 、 とうみょう 、 からな ) は 、 律令 制 日本 の 律令 制下 の 官職 名 ・ 部署名 を 同様 の 職掌 を 持 つ 中国 の 官称 に あてはめ た もの 。 +原田 種直 ( はらだ たねなお 、 生没年 不詳 ) は 、 平安 時代 末期 の 武将 、 大宰 権 少弐 。 +釜 ( かま ) は 、 熱 を 材料 、 食品 に 加え る ため の 器具 で あ る 。 +不輸租田 ( ふゆそでん ) と は 日本 の 律令 制 に お い て 、 租税 を 免除 さ れ た 田 。 +武田 信豊 ( たけだ のぶと よ ) は 、 、 戦国 時代 ( 日本 ) の 武将 。 +杉原 鐡城 ( すぎはら てつじょう 、 1870 年 ? - ? ) は 、 明治 時代 に 広島 県 一帯 で 「 未来 の 内閣 総理 大臣 」 と し て 知 ら れ た 人物 。 +『 仏祖 歴代 通載 』 ( ぶっそれ きだい つうさい ) と は 、 中国 で 編纂 さ れ た 、 古代 より 元統 ( 元 ) 元年 ( 1333 年 ) に 及 ぶ 仏教 編 年 史書 で あ る 。 +花山院 定 誠 ( かざん いん さだのぶ 、 寛永 17 年 2 月 26 日 ( 旧暦 ) ( 1640 年 4 月 17 日 ) - 宝永 元年 10 月 21 日 ( 旧暦 ) ( 170 4 年 11 月 18 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +真言律宗 ( しんごん りっしゅう ) は 、 真言 密教 の 宗義 に 基づ い て 金剛 乗 の 戒律 を 修学 する 一派 。 +松平康信 ( まつだいら やす のぶ ) は 、 下総 国佐倉 藩 の 第 2 代 藩 主 。 +願暁 ( がんぎょう 、 生年 不詳- 貞観_ ( 日本 ) 16 年 3 月 27 日 ( 旧暦 ) ( 874 年 4 月 21 日 ) ) は 、 平安 時代 前期 の 学僧 。 +源 氏 ( げん じ 、 みなも とうじ ) は 、 「 源 」 を 氏 ・ 姓 ( 本姓 ) と する 一族 で あ る 。 +下馬 ( げば ) は 、 貴人 の 前 で 、 社寺 の 境内 で 、 また 城内 に 入 る 前 に 、 敬意 を 表わ す ため に 、 騎 ( の ) っ て い る ウマ から 下り る こと で あ る 。 +弓削 浄人 ( ゆげの きよひと 、 生没 年 未詳 ) は 奈良 時代 の 公卿 。 +陽明 文庫 ( ようめい ぶんこ ) は 、 京都 市 右京 区 宇多野 上ノ谷町 に あ る 特殊 図書 館 。 +丁髷 ( ちょんまげ ) と は 江戸 時代 の 老人 が 結 う 男髷 。 +江文 神社 ( えぶみじんじゃ ) は 京都 府 京都 市 左京 区 に あ る 神社 。 +院宮 分国制 ( いんぐう ぶんこく せい ) と は 、 太上 天皇 や 女院 、 中宮 、 斎宮 など に 除目 の 際 に 特定 の 令制 国 の 受領 を 推挙 する 権利 を 与え 、 そこ から 経済 的 利益 の 配分 を 受け る こと で 俸禄 の 代わり と する 制度 。 +行玄 ( ぎょうげん 、 承徳 元年 ( 1097 年 ) - 久寿 2 年 11 月 5 日 ( 旧暦 ) ( 1155 年 12 月 1日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +桜木 太夫 ( さくらぎ た ゆう 、 生没 年 未詳 ) は 幕末 の 嶋原 太夫 ( 「 遊女 桜木 」 、 「 さくら 木 」 と も ) 。 +伊集院 久信 ( いじゅういん ひさのぶ 、 生年 不詳 - 元和 ( 日本 ) 2 年 ( 1616 年 ) ) は 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 。 +松平 信彰 ( まつだい ら のぶたか ) は 、 丹波 亀山 藩 の 第 4 代 藩 主 。 +桂川 ( かつら がわ ) は 京都 府 を 流れ る 淀川 水系 の 一 級 水系 。 +藤原 広嗣 ( ふじわら の ひろつぐ 、 生年 不詳 - 天平 12 年 11 月 1日 ( 旧暦 ) ( 740 年 11 月 28 日 ) ) は 、 奈良 時代 の 廷臣 。 +川路 利良 ( かわじ とし よし 、 1834 年 6 月 17 日 ( 天保 5 年 5 月 11 日 ( 旧暦 ) ) - 1879 年 ( 明治 12 年 ) 10 月 13 日 ) は 、 江戸 時代 後期 の 幕末 から 明治 時代 初期 の 警察 官僚 ・ 陸軍 軍人 。 +源 氏 将軍 ( げん じしょうぐん ) と は 、 征夷 大将軍 に 任 ぜ られ た 源 氏 。 +家領 ( けりょう ) と は 中世 の 権門 が 代々 伝領 し て き た 所領 ・ 荘園 など の こと 。 +玄智 ( げんち ) は 、 奈良 時代 の 大安 寺僧 。 +畠山 基国 ( はたけ やまもとくに 、 1352 年 ( 正平 ( 日本 ) 7 年 / 文和 元年 ) - 140 6 年 2 月 5 日 ( 応永 13 年 1 月 17 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 の 守護 大名 、 室町 幕府 管領 。 +瀬織津姫 ( せおりつ ひめ ) は 、 祓戸 大神 の 一柱 で あ る 。 +仲国造 ( なかの くにのみやつこ ・ なかこく ぞう ) は 常陸 国 東部 を 支配 し た 国造 。 +稲毛 重成 ( い なげし げ なり ) は 平安 時代 末期 、 鎌倉 時代 初期 の 武将 。 +時代 物 ( じだい もの ) +貝賀 友信 ( かいが とものぶ ( 弥左衛門 やざえもん ) 、 慶安 3 年 ( 1650 年 ) - 元禄 16 年 2 月 4 日 ( 旧暦 ) ( 170 3 年 3 月 20 日 ) ) は 、 赤穂 四十 七 士 の 一人 。 +建仁 寺 ( けんにん じ 、 けんねんじ ) は 、 京都 府 京都 市 東山 区 に あ る 臨済 宗 建仁 寺 派 大 本山 の 寺院 。 +京都 霊山 護国 神社 ( きょうと りょう ぜんご こく じんじゃ ) は 、 京都 府 京都 市 東山 区 に あ る 神社 で あ る 。 +旧 鼠 ( きゅうそ ) は 、 変化 し て 何百 年 ・ 何千 年 を 生き て い る と い う 日本 の ネズミ の 妖怪 。 +三条 実美 ( さんじょうさ ねと み 、 正字 体 : 三條 實美 、 天保 8 年 2 月 7 日 ( 旧暦 ) ( 1837 年 3 月 13 日 ) - 明治 24 年 ( 1891 年 ) 2 月 18 日 ) は 、 江戸 時代 後期 、 幕末 から 明治 の 公卿 、 政治 家 で あ る 。 +安倍 吉昌 ( あべの よしまさ   天暦 9 年 ( 955 年 ) ? - 寛仁 3 年 4 月 28 日 ( 旧暦 ) ( 1019 年 6 月 4 日 ) ) は 平安 時代 の 陰陽 師 ・ 陰陽 家 。 +大蔵 卿 局 ( おおくら きょう の つぼね 、 ? - 慶長 20 年 5 月 8 日 ( 旧暦 ) ( 1615 年 6 月 4 日 ) ) は 戦国 時代 ( 日本 ) ~ 江戸 時代 の 女性 。 +在原 滋春 ( ありわら の しげはる 、 生没年 不詳 ) は 、 平安 時代 前期 の 歌人 。 +源 義経 ( みなもと の よしつね 、 源義經 ) は 、 平安 時代 末期 の 河内 源 氏 の 武将 。 +四 世浜 村 蔵六 ( よんせ はまむら ぞうろく 、 男性 、 文政 9 年 ( 1826 年 ) - 明治 28 年 2 月 24 日 ( 1895 年 ) ) は 、 明治 期 の 日本 の 篆刻 家 で あ る 。 +源 仲綱 ( みなもと の なかつな 、 大治 元年 ( 1126 年 ) ? - 治承 4 年 5 月 26 日 ( 旧暦 ) ( 1180 年 6 月 20 日 ) は 、 平安 時代 末期 の 摂津 源 氏 の 武将 。 +三要 元佶 ( さん よう げんきつ , 天文 ( 元号 ) 17 年 ( 1548 年 ) - 慶長 17 年 5 月 20 日 ( 旧暦 ) ( 1612 年 6 月 19 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初頭 に かけ て 活躍 し た 禅僧 で あ る 。 +神道 ( しんとう 、 かん ながら の みち ) と は 日本 の 民俗 的 な 信仰 体系 で あ り 、 日本 固有 の 多神 教 の 宗教 で あ る 。 +小姓 組 ( こしょう くみ ) と は 、 江戸 幕府 の 組織 で 、 軍事 を 司 る 番方 の ひと つ 。 +阿比 類 鋭 三郎 ( あびる えい さぶろう 、 天保 13 年 ( 1842 年 ) - 文久 3 年 4 月 6 日 ( 旧暦 ) ( 1863 年 5 月 23 日 ) ) は 壬生 浪士 組 隊士 。 +鈴虫 ( すずむし ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +網野 銚子山 古墳 ( あみ の ちょうしやま こふん ) は 、 京都 府 京丹後 市 網野町 ( 旧 ・ 竹野 郡 網野 町 ) に あ る 前方 後 円墳 で あ る 。 +終南 浄寿 ( しゅう なん じょうじゅ 、 宝永 7 年 ( 1 710 年 ) – 明和 4 年 8 月 22 日 ( 旧暦 ) ( 1767 年 ) ) は 、 江戸 時代 中期 の 黄檗 宗 の 僧侶 で 書家 ・ 篆刻 家 で あ る 。 +勾玉 ( まがたま 、 曲玉 と も 表記 ) は 、 古代 の 日本 に おけ る 装身 具 の 一 つ で あ る 。 +勅祭 ( ちょくさい ) と は 、 天皇 の 使者 ( 勅使 ) が 派遣 さ れ て 執行 さ れ る 神社 の 祭祀 の こと で あ る 。 +紬 ( つむぎ ) と は 、 紬糸 を 機織り の 緯線 ・ 経線 の 片方 若しくは 両方 に 用い て 織 っ た 布 で あ る 。 +織田 信成 ( お だ のぶしげ 、 天保 14 年 7 月 14 日 ( 旧暦 ) ( 1843 年 8 月 9 日 ) - 明治 31 年 ( 1898 年 ) 2 月 17 日 ) は 、 大和 国 柳本 藩 の 第 12 代 藩 主 。 +歓喜天 ( かん ぎてん 、 サンスクリット 語 : Ganapati ) は 、 仏教 の 守護 神 で あ る 天部 の 一 つ 。 +間 +うぐいす 餡 ( うぐいす あん 、 鶯餡 ) と は 、 グリーン ピース を 茹で た もの を 潰 し て 、 砂糖 また は 蜜 で 甘 い 味 を つけ た 緑色 の 漉 し 餡 の こと 。 +千   玄室 ( せん   げんしつ 、 1923 年 4 月 19 日 - ) は 茶道 裏 千家 前 家元 15 代 汎 叟 宗室 。 +元服 ( げん ぶく 、 げんぷく ) と は 、 平安 時代 以降 、 公家 ・ 武家 の 間 で 行 わ れ た 男子 の 成人 式 と い う 通過 儀礼 で あ る 。 +観世華 雪 ( かんぜか せつ 、 1884 年 11 月 14 日 - 1959 年 1 月 6 日 ) は 昭和 期 の シテ 方 観世 流能 楽師 。 +藤牧 義夫 ( ふじま きよしお 、 1911 年 1 月 19 日 - 1935 年 9 月 2 日 失踪 ) は 、 群馬 県 館林 市 出身 の 版画 家 。 +神戸 事件 ( こうべ じけん ) と は 慶応 4 年 1 月 11 日 ( 旧暦 ) ( 1868 年 2 月 4 日 ) 、 神戸 ( 現 ・ 神戸 市 ) 三宮 神社 前 に お い て 備前 藩 ( 現 ・ 岡山 県 ) 兵 が 隊列 を 横切 っ た フランス 人 水兵 ら を 負傷 さ せ た うえ 、 居留 地 ( 現 ・ 旧居留 地 ) 予定 地 を 検分 中 の 欧米 諸国 公使 ら に 水平 射撃 を 加え た 事件 で あ る 。 +春日 顕国 ( かす が あき く に 、 生年 不詳 - 興国 5 年 / 康永 3 年 3 月 8 日 ( 旧暦 ) ( 1344 年 4 月 21 日 ) ) は 、 南北朝 時代 ( 日本 ) の 貴族 。 +来迎院 ( らい ごういん ) は 京都 市 東山 区 に あ る 真言 宗 泉涌 寺 派 に 属 する 仏教 寺院 。 +橘成季 ( たちばな の なりすえ 生没年 不詳 ) は 、 鎌倉 時代 九条 道家 の 近習 。 +平高 棟 ( たいら の たかむね / 高棟 王 ( たかむねお う ) 、 延暦 23 年 ( 80 4 年 ) - 貞観 9 年 5 月 19 日 ( 867 年 6 月 24 日 ) ) は 平安 時代 前期 の 賜姓 皇族 。 +源 清光 ( みなもと の きよみつ ) は 、 平安 時代 末期 の 武将 。 +五条 通 ( ご じょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +カップ 麺 ( カップ めん ) と は 、 乾燥 麺 や 生 タイプ 麺 等 の 即席 麺類 の うち 、 食器 と し て 使用 でき る 容器 ( カップ 状 の 耐熱 耐水 容器 等 ) に 入れ た もの で 、 加薬 を 添付 し た もの を い う 。 +藤原 兼輔 ( ふじわら の かねすけ 、 元慶 元年 ( 877 年 ) - 承平 ( 日本 ) 3 年 2 月 18 日 ( 旧暦 ) ( 933 年 3 月 21 日 ) ) は 、 平安 時代 中期 の 公家 ・ 歌人 。 +バンカラ ( ばん から ・ 蛮殻 / 蛮カラ ) と は 、 ハイカラ ( 西洋 風 の 身なり や 生活 様式 ) を も じっ た 語 で あ る 。 +神領 奉行 ( じんりょうぶぎょう ) と は 、 室町 幕府 の 役職 。 +相打ち ( 相討 ち 、 相撃 ち 、 あいうち ) と は 、 剣道 など で 、 双方 が 同時 に 相手 を 打突 する こと 。 +神楽歌 ( かぐら うた ) は 、 神楽 で うた わ れ る 歌 で あ る 。 +九鬼 久隆 ( くきひさたか 、 元和 ( 日本 ) 3 年 ( 1617 年 ) - 慶安 2 年 1 月 23 日 ( 旧暦 ) ( 1649 年 3 月 6 日 ) ) は 、 志摩 国 鳥 羽 藩 の 第 2 代 藩 主 、 摂津 国 三田 藩 の 初代 藩 主 。 +関東 御 分国 ( かんとうご ぶんこく ) と は 、 日本 の 鎌倉 時代 に お い て 将軍 家 ( 鎌倉 殿 ) が 支配 し た 知行 国 を 指 す 。 +高崎 正風 ( たかさき まさかぜ 、 天保 7 年 7 月 28 日 ( 旧暦 ) ( 1836 年 9 月 8 日 ) - 明治 45 年 ( 1912 年 2 月 28 日 ) は 志士 、 歌人 、 作詞 家 。 +飯田 忠彦 ( いいだ ただひこ 、 寛政 10 年 12 月 18 日 ( 旧暦 ) ( 1799 年 1 月 23 日 ) - 万延 元年 5 月 27 日 ( 旧暦 ) ( 18 60 年 7 月 15 日 ) ) は 、 幕末 の 徳山 藩 出身 の 国学 者 ・ 歴史 家 。 +刺身 ( さしみ ) と は 、 魚介 類 を 生 の まま 切 り 、 醤油 ・ 酢味噌 など の 調味 料 に ワサビ ・ ショウガ など の 薬味 を 合わせ て 食べ る 料理 の 総称 で あ る 。 +お 登勢 は 、 庚午 事 変 を 描 い た 船山 馨 の 小説 と 、 それ を 元 に し た NHK の ドラマ 。 +海量 ( かいりょう 、 1733 年 - 1817 年 ) は 、 江戸 時代 後期 の 浄土 真宗 の 僧 、 教育 者 、 歌人 。 +全 日本 煎 茶道 連盟 は 、 煎茶道 の 普及 発展 を 目的 と し て 結成 さ れ た 社団 法人 。 +上方 歌 ( かみが た うた ) は 、 「 上方 唄 」 と も 、 「 上方 端唄 ( 歌 ) 」 と も 呼 ば れ る 京阪 都市 部 の 三味 線 音楽 で あ る 。 +松平 重勝 ( まつだいら しげかつ 、 天文 ( 元号 ) 18 年 ( 1549 年 ) - 元和 ( 日本 ) 6 年 12 月 14 日 ( 旧暦 ) ( 1621 年 1 月 6 日 ) ) ) は 、 江戸 時代 前期 の 大名 。 +足尾 暴動 事件 ( あしお ぼうどう じけん ) は 、 1907 年 2 月 4 日 から 2 月 7 日 まで 、 足尾 銅山 の 坑夫 ら が 、 鉱山 施設 など を 破壊 、 放火 し た 事件 。 +師範 ( しはん ) +丹波口 駅 ( たんばぐち えき ) は 、 京都 府 京都 市 下京 区 中堂 寺南町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 。 +穴山 信君 / 穴山 梅雪 ( あなやま のぶきみ / あなやま ばいせつ ) は 、 戦国 時代 ( 日本 ) の 武将 で あ る 。 +前田 半田 ( まえだ はんでん 、 1817 年 ( 文化 ( 日本 ) 14 年 ) - 1878 年 ( 明治 11 年 ) ) は 日本 の 画家 。 +小茶巾 ( こぢゃ きん ) と は 、 茶道 裏 千家 に お い て 抹茶 を 飲 ん だ 後 の 茶碗 を 清め る ため に 用い られ る 小布 で あ る 。 +本門 法華 宗 ( ほんもん ほっけしゅう ) は 、 日蓮 を 宗祖 と し 、 日隆 ( 法華 宗 本門流 ) を 派祖 と する 、 日蓮 門 下 の 一派 で あ る 。 +蜷川 親元 ( に ながわ ちかもと 、 永享 5 年 ( 1433 年 ) - 長享 2 年 5 月 25 日 ( 旧暦 ) ( 1488 年 7 月 4 日 ) ) は 、 足利 義政 、 足利 義 尚将軍 期 の 政所 執事 代 。 +織田 信長 ( おだ の ぶなが ) は 、 日本 の 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て 、 世 に 多大 な 影響 を 残 し た 武将 ・ 戦国 大名 ・ 政治 家 で あ る 。 +国立 銀行 紙幣 ( こくりつ ぎんこう し へい ) と は 明治 の 初期 に 国立 銀行 ( 明治 ) が 発行 し た 紙幣 で あ る 。 +金森 長則 ( かな も り ながの り 、 永禄 7 年 ( 1564 年 ) - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +道祖王 ( ふ など の おおきみ 、 生年 不詳 - 天平 勝宝 9 年 ( 75 7 年 ) 7 月 ) は 奈良 時代 の 皇族 。 +足助 重長 ( あすけし げな が 、 生年 不詳 - 治承 5 年 ( 1181 年 ) ? ) は 、 平安 時代 末期 の 武将 。 +八瀬 童子 ( やせどう じ 、 やせ の どうじ 、 はせどうじ ) は 京都 洛北 八瀬 郷 ( 現在 の 京都 府 京都 市 左京 区 八瀬 ) に 住 み 、 室町 時代 から 天皇 の 輿丁 と し て 奉仕 し た 人々 の こと 。 +御 供衆 ( おと も しゅう ) と は 、 足利 尊 氏 の 挙兵 に お 供 を し て 鎌倉 から 上洛 し た 武将 たち の こと で あ る 。 +饗応 役 ( きょうおうやく ) と は 、 江戸 時代 、 天皇 ・ 太上 天皇 ・ 皇后 より 派遣 さ れ て 江戸 に 下向 し て き た 使者 ( それぞれ 勅使 ・ 院使 ・ 女院 使 ) を 接待 する ため に 江戸 幕府 が 設け た 役職 で あ る 。 +山中 幸盛 ( やまなか ゆきもり ) は 、 戦国 時代 ( 日本 ) の 山陰 地方 の 武将 。 +俗箏 ( ぞくそう また は ぞくごと ) と は 、 雅楽 の 楽箏 に 対 し 、 近世 、 八橋 検校 に よ っ て 始め られ た 箏曲 以降 の 箏 、 および 箏曲 を 指 す 。 +金井 沢 碑 ( か ないざわ の ひ ) は 、 群馬 県 高崎 市 山名町 に あ る 古碑 で あ り 、 国 の 史跡 に 指定 さ れ て い る 。 +覚仁 ( かくにん 、 生没年 不詳 ) は 、 平安 時代 末期 の 東大 寺 の 僧 。 +河井 章石 ( かわい しょうせき 、 男性 、 明治 9 年 ( 1876 年 ) - 昭和 31 年 ( 1956 年 ) ) は 、 京都 で 活躍 し た 篆刻 家 で あ る 。 +宣阿 ( せんあ 、 正保 4 年 ( 1647 年 ) - 享保 20 年 9 月 22 日 ( 旧暦 ) ( 1735 年 11 月 6 日 ) ) は 、 江戸 時代 中期 の 歌人 。 +絵本 太功 記 ( えほん たい こうき ) は 、 江戸 中期 の 人形 浄 瑠璃 。 +今川 義元 ( いまがわ よしもと ) は 、 戦国 時代 ( 日本 ) の 武将 ・ 大名 。 +正親町 三条 実昭 ( おおぎまち さんじょうさ ねあき 、 寛永 元年 11 月 24 日 ( 旧暦 ) ( 1625 年 1 月 3 日 ) ‐ 寛文 8 年 5 月 7 日 ( 旧暦 ) ( 1668 年 6 月 16 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +御池通 ( お い けどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +忌み ・ 斎み ( いみ ) と は +堀河 康親 ( ほり かわ やすちか 、 寛政 9 年 2 月 20 日 ( 旧暦 ) ( 1797 年 3 月 18 日 ) - 安政 6 年 9 月 3 日 ( 旧暦 ) ( 1859 年 9 月 28 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +上村 松篁 ( うえむら しょうこう 、 190 2 年 11 月 4 日 - 2001 年 3 月 11 日 ) は 日本 画 家 。 +節用 集 ( せつよう しゅう ) は 、 室町 時代 から 昭和 初期 に かけ て 出版 さ れ た 日本 の 用字 集 ・ 国語 辞典 の 一種 。 +山科 言経 ( やましな と きつ ね 、 天文 ( 元号 ) 12 年 7 月 2 日 ( 旧暦 ) ( 1543 年 8 月 2 日 ) - 慶長 16 年 2 月 27 日 ( 旧暦 ) ( 161 1 年 4 月 10 日 ) ) は 、 戦国 から 江戸 時代 初期 の 公卿 。 +最雲 法 親王 ( さいうん ほっ しん の う 、 長治 元年 ( 1104 年 ) - 応保 2 年 2 月 16 日 ( 旧暦 ) ( 1162 年 3 月 3 日 ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +分部 光寧 ( わけべ みつや す 、 文化 ( 元号 ) 6 年 7 月 24 日 ( 旧暦 ) ( 1809 年 9 月 3 日 ) - 安政 5 年 7 月 21 日 ( 旧暦 ) ( 1858 年 8 月 29 日 ) ) は 、 近江国 大溝 藩 の 第 10 代 藩 主 。 +月岡 芳年 ( つきおか よしと し 、 天保 10 年 3 月 17 日 ( 旧暦 ) ( 1839 年 4 月 30 日 ) - 明治 25 年 ( 1892 年 ) 6 月 9 日 ) は 幕末 から 明治 前期 に かけ て の 浮世 絵 師 。 +大江 忠成 ( おおえ ただなり ) は 鎌倉 時代 の 武士 。 +斎宮寮 ( さいぐうりょう ) は 日本 の 律令 制 に お い て 伊勢 に 置 か れ た 令外 官 。 +天目 茶碗 ( てんもく ぢゃわん ) と は 、 天目 釉 と 呼 ば れ る 釉薬 を かけ て 焼 か れ た 陶器 製 の 茶碗 の こと 。 +南浦 文之 ( なんぽ ぶんし 、 弘治 ( 日本 ) 元年 ( 1555 年 ) - 元和 ( 日本 ) 6 年 9 月 30 日 ( 旧暦 ) ( 1620 年 10 月 25 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 臨済 宗 の 僧 。 +源 光信 ( みなもと の みつのぶ 、 寛治 4 年 ( 1092 年 ) ? - 久安 元年 10 月 ( 1145 年 ) は 、 平安 時代 末期 の 武士 。 +竹本 ( たけもと ) は 、 義太夫 節 の 開祖 竹本 義太夫 の 芸名 の 苗字 。 +謀叛 ( むほん ) と は 、 現代 の 日本 語 で は 、 家臣 が 主君 に 対 し て 企て る 反乱 の こと で あ る 。 +建礼 門 院 右京 大夫 集 ( けん れい もん いん うきょう の だいぶ しゅう ) は 鎌倉 時代 初期 に 成立 し た 歌数 約 360 首 ( 他人 と の 贈答 を 含 む ) の 私 家 集 。 +菅 茶山 ( かんちゃざん ( さざん ) 、 延享 5 年 2 月 2 日 ( 旧暦 ) ( 1748 年 2 月 29 日 ) - 文政 10 年 8 月 13 日 ( 旧暦 ) ( 1827 年 10 月 3 日 ) ) は 、 江戸 時代 後期 の 儒学者 ・ 漢詩 人 。 +元勲 ( げんくん ) は 、 倒幕 ・ 明治 維新 に 絶大 な 功 が あ り 、 明治 の 政治 に 重き を 為 し た 勤皇 志士 出身 の 政治 家 たち の 一群 の こと 。 +国分 胤長 ( こくぶん たねな が 、 治承 2 年 ( 1178 年 ) ? - 正治 2 年 4 月 13 日 ( 旧暦 ) ( 120 0 年 5 月 27 日 ) ? ) は 、 日本 の 鎌倉 時代 に 陸奥 国宮城 郡 に い た と さ れ る 武士 で あ る 。 +妙蓮 寺 ( みょうれんじ ) は 、 京都 府 京都 市 上京 区 に あ る 、 本門 法華 宗 の 大 本山 。 +呉竹 の 台 ( くれ た けの だい ) は 、 清涼 殿 の 東庭 の 北寄り の 、 呉竹 を 植え た 所 で あ る 。 +与 保呂 川 ( よほろ がわ ) は 、 京都 府 舞鶴 市 を 流れ る 二級 水系 の 川 。 +藤原 成親 ( ふじわら の なりちか 、 保延 4 年 ( 1138 年 ) - 治承 元年 7 月 9 日 ( 旧暦 ) ( 1177 年 8 月 4 日 ) ) は 平安 時代 末期 の 公卿 。 +尾上 菊次郎 ( おのえきくじろう ) は 、 歌舞伎 役者 。 +細川 信良 ( ほそかわ のぶよし 、 天文 ( 元号 ) 17 年 ( 1548 年 ) - 文禄 元年 ( 1592 年 ) ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 武将 ・ 大名 。 +信空 ( しんくう 、 寛喜 3 年 ( 1231 年 ) - 正和 5 年 1 月 26 日 ( 旧暦 ) ( 1316 年 2 月 20 日 ) ) は 、 鎌倉 時代 後期 の 真言律宗 の 僧侶 。 +高麗 大山 ( こま の おおやま 、 天平 宝字 6 年 ( 762 年 ) ) は 奈良 時代 の 官人 。 +牧士 ( もくし ) と は 江戸 時代 、 幕府 の 役人 の 配下 と し て 、 幕府 直轄 の 牧場 の 維持 管理 を 担 っ た 一 つ の 役職 の こと を 言い 、 徳川 幕府 の 御 用 牧 ( 公営 馬 牧場 + 将軍 の 狩猟 場 ) の 管理 を 任 さ れ て い た と さ れ る 。 +土佐 日記 ( と さ にっき ) は 、 紀 貫之 が 土佐 の 国 から 京都 まで 帰京 する 最中 に 起き た 出来事 や 思い など を 書 い た 日記 。 +井伊 直弼 ( いいなおすけ ) は 、 近江 国彦根 藩 の 第 13 代 藩 主 。 +南都 七 大寺 ( なんと し ち だいじ ) は 、 奈良 時代 に 平城 京 ( 南都 ・ 奈良 ) 及び に その 周辺 に 存在 し て 朝廷 の 保護 を 受け た 7 つ の 大寺 を 指 す 。 +女房 名 ( にょうぼう - な ) は 女房 が 出仕 に あた っ て 名乗 る 名前 の こと 。 +北条 久 時 ( ほうじょうひ さとき 、 1272 年 ( 文永 9 年 ) - 13 07 年 12 月 23 日 ( 徳治 2 年 11 月 28 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 中期 の 北条 氏 の 一族 。 +タデ ( 蓼 、 英名 waterpepper 、 学名 Persicariahydropiper ) は 、 タデ 科 の 1 年 草 。 +信太 巻 ( しのだ ま き ) は 、 油揚げ を 開 い て 、 肉 ・ 野菜 ・ 豆腐 ・ 蒲鉾 など いろいろ な 食材 を 巻 き 、 煮 て 味 を つけ た 食品 。 +選択 無形 文化 財 ( せんたく   むけい   ぶんか ざい ) と は 、 重要 無形 文化 財 以外 の 無形 文化 財 の うち 、 記録 ・ 保存 ・ 公開 に 関 する 経費 の 一部 に 公費 に よ る 補助 を 充て る こと が でき る もの 。 +舞鶴 ふる る ファーム ( まいづる ふるる ファーム ) は 、 京都 府 舞鶴 市 瀬崎 に あ る 農業 公園 。 +初代 歌川 国政 ( しょだい うたがわ く に まさ 、 安永 2 年 ( 1773 年 ) 頃 - 文化 ( 元号 ) 7 年 11 月 30 日 ( 旧暦 ) ( 1810 年 12 月 26 日 ) ) は 江戸 時代 後期 の 浮世 絵 師 で あ る 。 +タケミカヅチ ( タケミカヅチオ ) は 、 日本 神話 に 登場 する 神 。 +蘇我 果安 ( そがの は たやす 、 生年 不明 - 天武 天皇 元年 ( 67 2 年 ) 7 月 2 日 ? ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +湯 文字 ( ゆもじ ) と は 、 女性 の 下着 の 一種 。 +石田 三成 ( いしだ みつなり ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +良子 内 親王 ( りょうし ( なが こ ) ないしんの う 、 長元 2 年 12 月 13 日 ( 旧暦 ) ( 10 30 年 1 月 25 日 ) - 承暦 元年 8 月 26 日 ( 旧暦 ) ( 1077 年 9 月 15 日 ) ) は 、 第 67 代 後 朱 雀 天皇 第 一 皇女 。 +義演 ( ぎえん 、 永禄 元年 8 月 20 日 ( 旧暦 ) ( 15 5 8 年 10 月 1日 ) - 寛永 3 年 4 月 21 日 ( 旧暦 ) ( 1626 年 6 月 15 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 に かけ て の 真言 宗 の 僧 。 +大将軍 ( だい しょうぐん ) は 陰陽 道 に お い て 方位 の 吉凶 を 司 る 八将神 ( はっしょうじん ) の 一 。 +一 噌 流 ( いっそう りゅう ) は 能楽 笛 方 の 一流儀 。 +作務 衣 ( さむえ ) は 、 禅宗 の 僧侶 が 務め 、 日々 の 読経 や 境内 の 清掃 など 、 ( 作務 ) を 行 う とき に 着 る 衣 の 事 で あ る 。 +鯉 こく ( こいこく ) と は 、 輪切り に し た コイ を 、 味噌 汁 で 煮 た 料理 。 +明法 肝 要鈔 ( みょう ぼう かんよう しょう ) は 、 平安 時代 後期 に 書 か れ た 法律 書 。 +肉じゃが ( にくじゃが ) と は 日本 料理 の ひと つ で あ る 。 +伊根 町 ( いねちょう ) は 、 京都 府 の 町 。 +役金 ( やく きん ) と は 、 江戸 幕府 が 幕臣 に 支給 し た 役職 手当 の 1 種 。 +三 枡 源之助 ( み ま す げんのすけ ) は 歌舞伎 の 名跡 の 一 つ 。 +鏑矢 ( かぶらや : 希 に 蕪矢 と も 書 く ) は 矢 の 先端 、 鏃 の 根元 に 位置 する 形 で 鏑 ( 後述 ) を 取り付け られ た 矢 の 名称 。 +小槻 広房 ( おづき の ひろ ふ さ 、 ? - 建仁 2 年 6 月 15 日 ( 旧暦 ) ( 120 2 年 7 月 6 日 ) ) は 、 平安 時代 末期 の 官人 。 +ホデリ ( 火照命 ) は 、 日本 神話 の 古事 記 に 登場 する 神 。 +長信 ( ちょうしん 、 長和 3 年 ( 1014 年 ) - 延久 4 年 9 月 30 日 ( 旧暦 ) ( 1072 年 11 月 12 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧侶 。 +武生 騒動 ( たけふ そうどう ) と は 、 福井 県 越前 市 で 明治 維新 後 の 明治 3 年 に 発生 し た 暴動 。 +猿石 ( さるいし ) は 、 梅山 古墳 ( 現 欽明 天皇 陵 指定 ) の 西 に 隣接 する 吉備 姫皇女王墓 内 に あ る 奇石 で 、 全部 で 4 体 あ る 。 +神櫛王 ( かむくし の みこ ・ かみくし の みこ 、 生没年 不詳 ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 日本 の 皇族 ( 王族 ) 。 +『 枕草子 』 ( まくら の そうし ) は 、 平安 時代 中期 の 女流 作家 、 清少 納言 に よ り 執筆 さ れ た と 伝わ る 随筆 。 +二条 師 基 ( にじょう もろ もと 、 正安 3 年 ( 130 1 年 ) - 正平 ( 日本 ) 20 年 / 貞治 4 年 1 月 26 日 ( 旧暦 ) ( 1365 年 2 月 17 日 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 公卿 で あ る 。 +本仏 ( ほんぶつ ) と は 、 無数 の 仏 ( 如来 ) の 中 で 、 根本 と な る 仏 ( 如来 ) の こと 。 +稲葉 騒動 ( いなば そうどう ) と は 、 明治 2 年 ( 1869 年 ) 12 月 に 、 西尾張 地域 一帯 ( 稲沢 ・ 尾西 ・ 一宮 ・ 津島 の 133 村 ) で 起こ っ た 大 規模 な 農民 一揆 で あ る 。 +上方 落語 ( かみがた らくご ) と は 、 大阪 府 ・ 京都 府 を 中心 と する 地域 で 主に 演 じ られ る 落語 。 +河越 貞重 ( かわごえ さだ しげ 、 文永 9 年 ( 1272 年 ) - 元弘 3 年 5 月 9 日 ( 旧暦 ) ( 1333 年 6 月 21 日 ) ) は 鎌倉 時代 末期 の 武蔵 国 入間 郡 河越 館 の 武将 。 +前方 後 円墳 ( ぜんぽう こうえん ふん ) は 、 日本 に おけ る 古墳 の 一形式 。 +二条 院 讃岐 ( に じょういん の さぬき 、 永治 元年 ( 1141 年 ) 頃 ? - 建保 5 年 ( 1217 年 ) 頃 ? ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 女流 歌人 。 +藤原 公季 ( ふじわら の きんすえ 天暦 10 年 ( 956 年 ) - 長元 2 年 10 月 17 日 ( 旧暦 ) ( 1029 年 11 月 25 日 ) ) は 、 平安 時代 の 公卿 。 +有栖川 宮正仁 親王 ( ありすがわ のみや ただひとしん のう   元禄 7 年 2 月 11 日 ( 旧暦 ) ( 1694 年 3 月 6 日 ) - 享保 元年 9 月 24 日 ( 旧暦 ) ( 1 71 6 年 11 月 7 日 ) ) は 、 江戸 時代 の 皇族 。 +大夫 ( たいふ ) と は 、 中国 の 周代 から 春秋 戦 国 時代 に かけ て の 身分 を 表 す 言葉 で 領地 を 持 っ た 貴族 の こと で あ る 。 +神輿 渡御 ( みこし と ぎょ ) と は 、 神輿 が 練り歩 き 、 沿道 の 人々 の 幸福 を 祈願 する 神事 。 +大番頭 に は 、 次 の よう な 意味 が あ る 。 +冷泉 天皇 ( れいぜい てんのう 、 天暦 4 年 5 月 24 日 ( 950 年 6 月 12 日 ) - 寛弘 8 年 10 月 24 日 ( 1011 年 11 月 21 日 ) 、 在位 : 康保 4 年 10 月 11 日 ( 96 7 年 11 月 15 日 ) - 安和 2 年 8 月 13 日 ( 96 9 年 9 月 27 日 ) ) は 、 第 63 代 の 平安 時代 中期 の 天皇 。 +松平定直 ( まつだいら さだなお 、 万治 3 年 1 月 19 日 ( 旧暦 ) ( 16 60 年 2 月 29 日 ) - 享保 5 年 10 月 25 日 ( 旧暦 ) ( 1720 年 11 月 24 日 ) ) は 江戸 時代 の 大名 。 +三 大 秘法 ( さん だいひ ほう ) と は 、 日蓮 の 仏教 に おけ る 根本 的 教義 で あ り 、 本門 の 本尊 、 本門 の 戒壇 、 本門 の 題目 の 3 つから な る 。 +臨終 ( りんじゅう ) と は 、 死 を 迎え る 直前 の 時期 を い う 。 +樫原 廃 寺跡 ( かたぎ はら はいじあと ) は 、 京都 府 京都 市 西京 区 樫原 に あ る 古代 寺院 跡 で 、 国 指定 の 史跡 で あ る 。 +千種 忠 顕 ( ちぐさただ あき 、 生年 不詳 - 1336 年 7 月 13 日 ( 延元 元年 / 建武 ( 日本 ) 3 年 6 月 5 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) の 公家 、 武将 で あ る 。 +金剛 流 ( こんごうりゅう ) と は 、 日本 の 伝統 芸能 で あ る 能楽 の うち 、 能 の シテ 方 の 流派 の 一 つ で あ る 。 +問丸 ( と いまる ) は 、 年貢 米 の 陸揚 地 で あ る 河川 ・ 港 の 近郊 の 都市 に 居住 し 、 運送 、 倉庫 、 委託 販売 業 を 兼ね る 組織 。 +大津 皇子 ( おおつ の みこ 、 663 年 ( 天智 天皇 2 年 ) - 686 年 10 月 25 日 ( 朱 鳥 元年 10 月 3 日 ( 旧暦 ) ) ) は 天武 天皇 皇子 。 +今井 祐次郎 ( いまい ゆうじろう 、 天保 14 年 ( 1843 年 ) ? - 慶応 4 年 1 月 5 日 ( 旧暦 ) ( 1868 年 1 月 29 日 ) ? ) は 、 新 選 組平 隊 士 。 +砧 ( きぬた ) は 、 世阿弥 作 と い わ れ る 能楽 作品 。 +武田 晴信 / 武田 信玄 ( たけだ はるの ぶ / たけだ しんげん ) は 、 戦国 時代 ( 日本 ) の 武将 、 甲斐 国 の 守護 大名 ・ 戦国 大名 。 +古 袱紗 ( こぶくさ ) と は 、 茶道 の 一部 流派 に お い て 、 茶席 で の 茶器 の 拝見 や 点 て 出し の 際 に 用い られ る 小型 の 布 で あ る 。 +西久保 豊一郎 ( にしくぼ と よいちろう 、 明治 2 年 12 月 6 日 ( 旧暦 ) ( 1870 年 1 月 7 日 ) - 明治 38 年 ( 190 5 年 ) 7 月 12 日 ) は 、 日本 の 陸軍 軍人 。 +小川 月 神社 ( おがわ つき じんじゃ ) は 、 京都 府 亀岡 市 馬路 町 に 鎮座 する 神社 。 +稲富 祐秀 ( い など め すけひ で 、 永正 5 年 ( 150 8 年 ) - 永禄 10 年 ( 1567 年 ) ) は 、 戦国 時代 ( 日本 ) の 武将 で 一色 氏 の 家臣 。 +誉津 別命 ( ほむ つ わけ の みこと 、 生没 年 未詳 ) は 、 記紀 に おけ る 皇族 ( 王族 ) 。 +当摩 広島 ( たいま の ひろしま 、 天武 天皇 元年 ( 67 2 年 ) 6 月 また は 7 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +かぶき 者 ( かぶきもの 。 傾奇 者 ・ 歌舞伎 者 と も 表記 。 ) +京阪神 ( けいはんしん ) は 、 京都 市 ・ 大阪 市 ・ 神戸 市 の 3 市 の 総称 、 あるいは 、 これ ら 3 市 を 中心 と し た 近畿 地方 の 主要 部 を 指 す 地域 名称 で あ る 。 +小治田 安萬 侶 の 墓 ( お はりだ の やすまろ の はか ) は 、 奈良 県 都祁 村 甲岡 ( 現在 は 奈良 市 都祁 甲岡 町 ) で 発見 さ れ た 奈良 時代 の 官僚 で あ る 小治田 朝臣 安萬 侶 の 火葬 墓 で 、 国 の 史跡 に な っ て い る ( 1969 年 11 月 29 日 指定 ) 。 +小野宮 流 ( おののみや りゅう ) は 、 平安 時代 に 始ま っ た 有職 故 実 の 流派 。 +山崎 宿 ( やまざき しゅく ) は 、 山陽 道 西国 街道 の 摂津 国 と 山城 国 の 境 に 位置 し た 宿場 町 。 +三上山 ( みかみ やま ) は 滋賀 県 野洲 市 三上 に あ る 山 。 +株 仲間 ( かぶなかま ) と は 、 問屋 など が 一種 の 座 を 作 り 、 カルテル を 形成 する こと で あ る 。 +大伴子 君 ( おおと も の こきみ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +北畠 顕信 ( きたばたけあきのぶ 、 正和 6 年 ? ( 1317 年 ? ) - 天授 ( 日本 ) 6 年 / 康暦 2 年 ? ( 1380 年 ? ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +春分 の 日 ( しゅん ぶん の ひ ) は 春分 が 起こ る 日 で あ る 。 +続 群 書類 従 ( ぞくぐん しょるい じゅう ) は 、 叢書 。 +藤井 宣正 ( ふじい せんしょう 、 安政 6 年 3 月 2 日 _ ( 旧暦 ) ( 1859 年 4 月 4 日 ) - 190 3 年 6 月 6 日 ) は 、 日本 の 宗教 家 ・ 探検 家 。 +木俣 神 ( き の また の か み 、 この また の かみ ) は 日本 神話 の 中 で 、 大国 主 が 因幡 の 八上 比売 に 生 ま せ た 神 。 +広橋 光成 ( ひろはしみつ しげ 、 寛政 9 年 1 月 26 日 ( 旧暦 ) ( 1797 年 2 月 22 日 ) - 文久 2 年 閏 8 月 6 日 ( 旧暦 ) ( 1862 年 9 月 29 日 ) ) は 、 江戸 時代 の 公家 。 +平等 寺 ( びょうどう じ ) は 、 奈良 県 桜井 市 三輪 に あ る 現在 は 曹洞 宗 の 寺院 。 +林 忠正 ( はやし ただまさ 、 嘉永 6 年 11 月 7 日 ( 旧暦 ) ( 1853 年 ) 12 月 7 日 - 明治 39 年 ( 190 6 年 ) 4 月 10 日 ) は 、 日本 の 美術 商 、 美術 収集 家 。 +河越 重員 ( かわごえ しげか ず 、 生没 年 未詳 ) は 、 鎌倉 時代 の 武蔵 国 入間 郡 河越 館 の 武将 。 +羽田 大人 ( はた のうし 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +永井 直清 ( ながい な おきよ ) は 、 江戸 時代 の 大名 。 +善如 ( ぜんにょ ) は 、 南北朝 時代 ( 日本 ) の 浄土 真宗 の 僧 。 +西園寺 実永 ( さいおんじ さねな が 、 天授 ( 日本 ) 3 年 / 永和 ( 日本 ) 3 年 ( 1377 年 ) ‐ 永享 3 年 10 月 9 日 ( 旧暦 ) ( 1431 年 11 月 13 日 ) ) は 、 室町 時代 の 公卿 。 +日禎 ( にっしん 、 永禄 4 年 ( 1561 年 ) - 元和 ( 日本 ) 3 年 ( 1617 年 ) ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 日蓮 宗 の 高僧 。 +続 豊治 ( つづき と よじ 、 寛政 10 年 ( 1798 年 ) 3 月 - 明治 13 年 ( 1880 年 ) 3 月 ) は 、 日本 の 大工 。 +朝野 群載 ( ちょうや ぐん さい ) は 平安 時代 の 詩文 ・ 宣旨 ・ 官符 ・ 書札 等 各種 文書 を 分類 し て 算 博士 ・ 三 善 為 康 が 編纂 し た もの 。 +規庵 祖 円 ( きあん   そえん 、 弘長 元年 1 月 8 日 ( 旧暦 ) ( 1261 年 2 月 8 日 ) - 正和 2 年 4 月 2 日 ( 旧暦 ) ( 1313 年 4 月 28 日 ) ) は 、 鎌倉 時代 後期 の 臨済 宗 の 僧 。 +針 供養 ( はりく よう ) は 、 折れ た 縫い 針 を 供養 し 、 近く の 神社 に 収め る 行事 。 +南 の 局 ( みなみ の つぼね 、 永禄 9 年 ( 1566 年 ) ? - 没年 不詳 ) は 、 鳥取 城 主山 名 豊国 の 娘 。 +岡崎 道駅 ( おかざき みち えき ) は 、 京阪 電気 鉄道 京阪 京津 線 の 鉄道 駅 。 +付喪神 ( つくも がみ ) と は 、 日本 の 民間 信仰 に おけ る 観念 で 、 長 い 年月 を 経 て 古く な っ たり 、 長 く 生き た 依り 代 ( 道具 や 生き物 や 自然 の 物 ) に 、 神 ( 神道 ) や 霊魂 など が 宿 っ た もの の 総称 で あ る 。 +柴田 勝家 ( しばた かつ いえ ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 の 武将 ・ 大名 。 +藤原 済時 ( ふじわら の なりとき 、 天慶 4 年 ( 941 年 ) - 長徳 元年 4 月 23 日 ( 旧暦 ) ( 995 年 5 月 29 日 ) ) は 平安 時代 の 公卿 。 +守貞 親王 ( もりさだしんのう 、 治承 3 年 2 月 28 日 ( 1179 年 4 月 6 日 ) - 貞応 2 年 5 月 14 日 ( 1223 年 6 月 14 日 ) ) は 高倉 天皇 の 第 二 皇子 で 母 は 坊門 信隆 の 娘 ・ 坊門 殖子 ( 七 条 院 ) 。 +可江集 ( かこうしゅう ) は 市村 羽左衛門 ( 15 代 目 ) が 自ら の 当たり 芸 を 十 二 種 選定 し た もの 。 +四 代 目 中村 雀右衛門 ( よだい め なかむら じゃくえもん 、 大正 9 年 ( 1920 年 ) 8 月 20 日 - ) は 、 俳優 、 歌舞伎 役者 。 +式目 ( しきもく ) と は 、 中世 日本 で 用い られ た 箇条 書 き 形式 の 法令 集 の こと 。 +紙背 文書 ( しはい もん じょ ) と は 、 和紙 の 使用 済み の 面 を 反故 ( ほご ) と し て 、 その 裏面 を 利用 し て 別 の 文書 ( 古 文書 ) が 書 か れ た 場合 に 、 先 に 書 か れ た 面 の 文書 の こと を い う 。 +毬杖 ( ぎっ ちょう ) は 、 木製 の 槌 ( つち ) を つけ た 木製 の 杖 を 振る い 、 木製 の 毬 を 相手 陣 に 打ち込 む 遊び の こと で あ る 。 +上許曾 神社 ( かみこそ じんじゃ ) は 、 滋賀 県 長浜 市 に 鎮座 する 神社 で あ る +釜飯 ( かまめし ) は 、 米 に 醤油 、 みりん 等 の 調味 料 を 加え 、 その 上 に シイタケ 、 鶏肉 など の 具 を 載せ 、 一人 用 の 釜 で 炊 い た 飯 料理 で あ る 。 +生野 県 ( いく の けん ) は 、 1869 年 ( 明治 2 年 ) に 設置 さ れ た 県 。 +徳大寺 公城 ( とくだいじ きん む ら 、 享保 14 年 10 月 17 日 ( 旧暦 ) ( 1729 年 12 月 7 日 ) - 天明 2 年 7 月 11 日 ( 旧暦 ) ( 1782 年 8 月 19 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +豐臣 秀吉 ( とよとみの ひでよし / とよとみ ひでよし ) / 羽柴 秀吉 ( は しば ひでよし ) は 、 戦国 時代 ( 日本 ) ( 室町 時代 後期 ) から 安土 桃山 時代 に かけ て の 武将 ・ 戦国 大名 。 +銀本位 制 ( ぎん ほんい せい 、 silverstand ard < 英> ) と は 、 一 国 の 貨幣 制度 の 根幹 を 成 す 基準 を 銀 と 定め た 。 +大伴 室屋 ( おおとも の むろ や 、 生没年 不詳 ) は 、 5 世紀 後半 の 豪族 。 +辻 与次郎 ( つじ よ じろう 、 生没 年 未詳 ) は 、 安土 桃山 時代 の 釜師 、 鋳物 師 。 +寺 社 本所領 ( じしゃ ほん じょ りょう ) と は 、 武家 領 に 対 し て 公家 領 ・ 寺社領 に あた る 荘園 ・ 所領 の こと で あ る 。 +大碓 皇子 ( おおうす のみこ ) は 記紀 に 伝え られ る 古墳 時代 の 皇族 ( 王族 ) 。 +藤原師 氏 ( ふじわら の も ろうじ 、 延喜 13 年 1 月 7 日 ( 旧暦 ) 頃 ( 913 年 2 月 20 日 頃 ) - 天禄 元年 7 月 14 日 ( 旧暦 ) ( 97 0 年 8 月 23 日 ) ) は 、 平安 時代 中期 の 公卿 。 +平好 風 ( たいら の よしかぜ 、 生没年 不詳 ) は 、 平安 時代 中期 の 人物 。 +裁判 至 要抄 ( さいばん しよう しょう ) は 、 鎌倉 時代 初期 の 承元 元年 ( 1207 年 ) に 後鳥羽 上皇 の 院宣 を 受け た 坂上 明 基 に よ っ て 編纂 さ れ た 勅撰 法律 書 。 +長井 宗秀 ( なが い むね ひ で 、 1265 年 ( 文永 2 年 ) - 1327 年 12 月 20 日 ( 嘉暦 2 年 11 月 7 日 ( 旧暦 ) ) ) は 鎌倉 時代 の 人物 。 +明石 の 姫君 ( あかし の ひめ ぎみ ) は 、 紫式 部 の 物語 『 源氏 物語 』 の 作中 人物 で あ る 。 +溝江 長 晴 ( みぞえ な が はる 、 生年 不詳- 正保 3 年 5 月 10 日 ( 旧暦 ) ( 1646 年 6 月 23 日 ) ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +平維 茂 ( たいら の これ も ち ) は 、 平安 時代 中期 の 武将 。 +藤原 為任 ( ふじわら の ため とう 、 生年 不詳 - 寛徳 2 年 ( 1045 年 ) ) は 、 平安 時代 中期 の 貴族 。 +下地 中分 ( したじ ちゅうぶん ) と は 、 日本 の 中世 日本 に 使用 さ れ た 用語 で 、 荘園 公領 制下 の 重層 的 に 入り組 ん だ 支配 ・ 権利 関係 の 中 で 、 それぞれ の 主体 が 一元 的 に 土地 を 支配 する こと ( 一 円 知行 ) を 目的 に し て 行 わ れ た 、 土地 の 分割 を 指 し 示 す 用語 で あ る 。 +『 牛郎 織女 』 ( ぎゅうろう しょくじょ ) は 、 中華 人民 共和 国 の 神話 伝説 で あ り 、 中国 の 民話 の 一 つ と さ れ て い る 。 +新治 国造 ( にいはり の くにのみやつこ ・ にいはり こく ぞう ) は 常陸 国 西部 を 支配 し た 国造 。 +青山 忠敏 ( あおやま ただゆき ) は 、 丹波 国 篠山 藩 の 第 6 代 ( 最後 ) の 藩主 。 +六波羅 蜜 寺 ( ろくはら みつじ ) は 、 京都 市 東山 区 に あ る 真言 宗 智山 派 の 寺院 で あ る 。 +遊庭 秘抄 ( ゆうてい ひしょう ) は 、 南北朝 時代 ( 日本 ) に 書 か れ た 御子 左 流 蹴鞠 の 書 。 +松殿 基房 ( まつどの   もと ふさ 、 久安 元年 ( 1145 年 ) - 寛喜 2 年 12 月 28 日 ( 旧暦 ) ( 1231 年 2 月 1日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 公卿 。 +武蔵 府 中 熊野 神社 古墳 ( むさし ふ ちゅうしくま の じんじゃ こふん ) は 、 東京 都 府中 市 ( 東京 都 ) に あ る 上 円 下方 墳 で あ る 。 +源 兼昌 ( みなもと の かねまさ 生没年 不詳 ) は 、 平安 時代 中期 から 後期 に かけ て の 歌人 。 +押小路 家 ( おしこうじけ 、 おし の こうじけ ) +藤原 淑子 ( ふじわら の よしこ 、 貞観 ( 日本 ) 2 年 ( 838 年 ) - 延喜 6 年 5 月 28 日 _ ( 旧暦 ) ( 90 6 年 6 月 22 日 ) ) は 平安 時代 前期 の 貴族 女性 、 女官 。 +醤油 ( しょうゆ ) は 、 主に 日本 料理 で 使 わ れ る 、 大豆 と コムギ を 原料 と し 、 麹菌 や 酵母 を 利用 し た 、 塩味 とうま 味 の 強 い 汎用 の 液体 発酵 調味 料 で あ る 。 +焼き魚 ( やきざかな ) は 、 魚 を 直火 で 焼 い た 料理 。 +本圀 寺 の 変 ( ほんこく じ の へん ・ 本國 寺 の 変 ) と は 、 永禄 12 年 1 月 5 日 ( 旧暦 ) ( 1569 年 1 月 21 日 ) に 三好 三 人 衆 が 京都 本圀 寺 ( 当時 の 呼称 は 「 本國 寺 」 ) に 仮 の 御所 ( 六条 御所 ) を 置 い て い た 室町 幕府 征夷 大将軍 ・ 足利 義昭 を 襲撃 し た 事件 。 +能 ( のう ) は 、 鎌倉 時代 後期 から 室町 時代 初期 に 完成 を 見 た 、 日本 独自 の 舞台 芸術 の 一種 で あ る 「 能楽 」 の 一 分野 で あ る 。 +欣子 内 親王 ( よしこ な い しんのう 、 安永 8 年 1 月 24 日 ( 1779 年 3 月 11 日 ) - 弘化 3 年 6 月 20 日 ( 1846 年 8 月 11 日 ) ) は 、 江戸 時代 の 皇族 。 +東映 株式 会社 ( とうえい 、 TOEICOMPANY , LIMITED ) は 、 日本 の 映画 の 製作 配給 会社 。 +沙也可 ( さや か ? ・ 沙也 加 、 15 7 1 年 ? - 1643 年 ? ) 朝鮮 名金 忠善 ( 김 충 선 ) は 、 文禄 ・ 慶長 の 役 ( 朝鮮 に お い て は 壬辰 倭乱 ) の 際 、 加藤 清正 の 配下 と し て 朝鮮 に 渡 っ た が 、 投降 し て 朝鮮 軍 に 加わ り 日本 軍 を 撃退 し た と さ れ る 人物 。 +贖銅 ( しょくどう 、 ぞくどう と も 言 う ) は 、 実刑 の 代わり に 罪 相当 額 の 銅 ( な いし 財貨 ) を 官司 へ 納入 する 換刑 で あ っ た 。 +賢俊 ( けんしゅん 、 正安 元年 ( 1299 年 ) - 正平 ( 日本 ) 12 年 / 延文 2 年 7 月 16 日 ( 旧暦 ) ( 1357 年 8 月 2 日 ) ) は 、 南北朝 時代 ( 日本 ) の 真言 宗 の 僧 。 +狩野 正信 ( かのう まさのぶ 、 永享 6 年 ( 1434 年 ) ? - 享禄 3 年 7 月 9 日 ( 旧暦 ) ( 1530 年 8 月 2 日 ) ? ) は 、 室町 時代 の 絵師 で 、 狩野 派 の 祖 で あ る 。 +平敦盛 ( たいら の あつもり ) は 、 平安 時代 末期 の 武将 。 +株式 会社 一澤 信三郎 帆布 ( かぶしき がいしゃ いちざわ しんざ ぶろう はんぷ ) と は 、 京都 市 東山 区 に あ る 布製 かばん の メーカー で あ る 。 +よーじ や は 、 京都 市 に 本社 を 置 く あぶらとり 紙 を 中心 と し た 和製 化粧 雑貨 品 の 会社 および その ブランド 名 で あ る 。 +源 基子 ( みなもと の きし ( もとこ ) 、 永承 4 年 ( 1049 年 ) - 長承 3 年 7 月 7 日 ( 旧暦 ) ( 1134 年 7 月 29 日 ) ) は 、 源 基平 の 娘 、 小一 条院 敦明 親王 の 孫 。 +皇太子 ( こうたい し 、 CrownPrince ) は 、 皇位 継承 ( 帝位 継承 ) の 第 一 順位 に あ る 皇子 を 指 す 称号 。 +日高 ( にち こう 、 正嘉 元年 ( 1257 年 ) - 正和 3 年 4 月 26 日_ ( 旧暦 ) ( 1314 年 6 月 9 日 ) ) は 、 鎌倉 時代 後期 の 日蓮 宗 の 僧侶 で 法華 経 寺 第 2 代 貫首 と さ れ て い る 人物 。 +梅山 古墳 ( うめやま こふん ) は 奈良 県 高市 郡 明日香村 に あ る 古墳 。 +藤貞幹 ( とうていかん 、 享保 17 年 6 月 23 日 _ ( 旧暦 ) ( 1732 年 8 月 13 日 ) - 寛政 9 年 8 月 19 日_ ( 旧暦 ) ( 1797 年 10 月 8 日 ) ) は 、 江戸 時代 中期 の 有職 故 実 研究 家 。 +河瀬 神社 ( かわせ じんじゃ ) は 滋賀 県 彦根 市 に 鎮座 する 神社 。 +目安箱 ( めやすばこ ) は 施政 の 参考 意見 や 社会 事情 の 収集 など を 目的 に 、 庶民 の 進言 の 投書 を 集め る ため に 設置 し た 箱 、 及び その 制度 の 事 で あ る 。 +日月 神示 ( ひつき しんじ ) は 神典 研究 家 で 画家 で も あ っ た 岡本 天明 、 1897 年 ( 明治 30 年 ) 明治 30 年 – 1963 年 ( 昭和 38 年 ) 昭和 38 年 に 「 国常 立尊 」 ( 別名 、 国之 常 立神 ) と 呼 ば れ て い る 高級 神霊 より 自動 書記 に よ っ て 降ろ さ れ た と さ れ る 神示 、 神典 で あ る 。 +貫名 菘翁 ( ぬきな すうおう 、 安永 7 年 7 月 3 日 ( 旧暦 ) ( 1778 年 7 月 26 日 ) - 文久 3 年 5 月 6 日 ( 旧暦 ) ( 1863 年 6 月 21 日 ) ) は 江戸 時代 後期 の 儒学 者 、 書家 、 文人 画 。 +菅原 道真 ( すがわら の みちざね 、 みちまさ 、 どうしん 、 正字 体 で は 菅原 道眞 、 承和 ( 日本 ) 12 年 6 月 25 日 ( 旧暦 ) ( 845 年 8 月 1日 ) - 延喜 3 年 2 月 25 日 ( 旧暦 ) ( 90 3 年 3 月 31 日 ) ) は 日本 の 平安 時代 の 学者 、 漢詩 人 、 政治 家 で あ る 。 +宅部 皇子 ( やかべ のみこ 、 宣化 天皇 4 年 2 月 10 日 ( 旧暦 ) ( 539 年 3 月 15 日 ) - 用明 天皇 2 年 6 月 8 日 ( 旧暦 ) ( 58 7 年 7 月 18 日 ) ) は 宣化 天皇 の 皇子 。 +新義真言宗 ( しんぎ しんごん しゅう ) は 弘法 大 師 空海 を 始祖 と する 真言 宗 の 宗派 の 一 つ で 、 真言 宗 中興 の 祖興教大 師覚鑁 ( かく ばん ) の 教学 を 元 に 覚鑁 派 の 僧正 頼瑜 に 連な る 。 +概要 +徳大寺 実維 ( とくだいじ さね ふ さ 、 寛永 13 年 3 月 1日 ( 旧暦 ) ( 1636 年 4 月 6 日 ) - 天和 ( 日本 ) 2 年 9 月 11 日 ( 旧暦 ) ( 1682 年 10 月 11 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +戒長 寺 ( かいちょうじ ) は 奈良 県 宇陀 市 榛原町 ( 奈良 県 ) に あ る 真言 宗 御 室 派 の 寺院 で あ る 。 +『 一握 の 砂』 ( いちあく の すな ) は 、 石川 啄木 の 第 一 歌集 。 +藤原 邦通 ( ふじわら の くに みち 、 生没 年 未詳 ) は 鎌倉 時代 初期 の 役人 ・ 官吏 。 +本願 寺 ( ほんがん じ ) は 仏教 寺院 の 名称 。 +菊池 隆盛 ( きく ち たかもり ) は 、 鎌倉 時代 の 武将 。 +京都 駅 ( きょうと えき ) は 、 京都 府 京都 市 下京 区 東塩小路 町 ・ 南区 ( 京都 市 ) に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) ・ 東海 旅客 鉄道 ( JR 東海 ) ・ 近畿 日本 鉄道 ・ 京都 市 交通 局 の 鉄道 駅 。 +亀山城 ( かめやま じょう ) は 、 丹波 国 桑田 郡 亀岡 ( 現在 の 京都 府 亀岡 市 荒塚南 ) に あ っ た 城 。 +良尚 入道 親王 ( りょう しょうにゅうどう しん の う 、 元和 ( 日本 ) 8 年 12 月 16 日 ( 旧暦 ) ( 1623 年 1 月 16 日 ) - 元禄 6 年 7 月 5 日 ( 旧暦 ) ( 1693 年 8 月 6 日 ) ) は 、 江戸 時代 前期 の 京都 曼 殊院 の 門跡 。 +ビッグ ひな祭り ( ビッグ ひなまつり ) は 、 徳島 県 勝浦 町 ( 旧 阿波 国 ) 、 千葉 県 勝浦 市 ( 旧 上 総 国 ) 及び 長野 県 須坂 市 ( 旧 信濃 国 ) に お い て 、 毎年 2 月 から 3 月 ( 須坂 で は 3 月 から 4 月 ) に 開催 さ れ て い る 雛祭り で あ る 。 +渋谷 重助 ( しぶや しげすけ 、 生没 年 未詳 ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 武将 。 +概要 +柳原 銀行 ( やなぎはら ぎんこう ) は 、 明治 期 に 京都 府 柳原町 ( 現 京都 市 ) で 設立 さ れ た 私立 銀行 。 +星亨 ( ほし とおる 、 嘉永 3 年 4 月 8 日 _ ( 旧暦 ) ( 1850 年 5 月 19 日 ) - 明治 34 年 ( 1901 年 ) 6 月 21 日 ) は 、 明治 時代 の 政治 家 ( 「 星享 」 は 誤表記 ) 。 +斗 ( と ) +中牟田 倉之助 ( なかむ たくらのすけ 、 天保 8 年 2 月 24 日 ( 旧暦 ) ( 1837 年 3 月 30 日 ) - 大正 5 年 ( 1916 年 ) 3 月 30 日 ) は 、 日本 の 大 日本 帝国 海軍 軍人 。 +続 日本 紀 ( しょく に ほんぎ ) は 、 平安 時代 初期 に 編纂 さ れ た 勅撰 史 書 。 +道嶋 嶋足 ( みち しま の しまたり 、 生年 不詳 - 延暦 2 年 ( 783 年 ) 1 月 8 日 ) は 奈良 時代 の 武人 。 +武士 道 ( ぶし どう ) と は 、 封建 社会 の 日本 に おけ る 武士 階級 の 倫理 及び 価値 基準 の 根本 を な す 、 体系 化 さ れ た 思想 一般 を さ す 。 +木下 順庵 ( きの した じゅん あん 、 元和 ( 日本 ) 7 年 6 月 4 日 ( 旧暦 ) ( 1621 年 7 月 22 日 ) - 元禄 11 年 12 月 23 日 ( 旧暦 ) ( 1699 年 1 月 23 日 ) ) は 、 江戸 時代 前期 の 儒学 者 。 +紫微 中台 ( しびちゅうだい ) は 藤原 仲麻呂 ( 恵美 押勝 ) が 749 年 に 創設 し た 、 光明 皇后 ( 紫微 中台 創設 当時 、 既に 夫 の 聖武 天皇 は 娘 の 孝謙 天皇 に 譲位 し て い た ため 、 光明 皇太后 で あ る ) の 家政 機関 。 +朱 雀門 ( すざく もん ) は 、 古代 、 平城 京 や 平安 京 と い っ た 条坊 制 の 宮城 ( 大内 裏 ) に お い て 南面 する 正門 。 +東映 太秦 映画 村 ( とうえい うずまさえ い が むら ) は 、 京都 市 右京 区 太秦 東 蜂 ケ岡 町 に あ る 映画 の テーマ パーク 。 +知々夫 国造 ( ちちぶ の くにのみやつこ ・ ちちぶ こく ぞう ) は 武蔵 国 西部 を 支配 し た 国造 。 +馬印 、 馬標 、 馬験 と も 書 く 。 +浅漬け ( あさづけ ) と は キュウリ 、 ダイコン 、 ナス など の 野菜 を 調味 液 に 短 時間 漬け た 漬物 の こと で あ る 。 +永正 の 錯乱 ( えいしょう の さくらん ) は 、 戦国 時代 ( 日本 ) の 初期 に あた る 永正 4 年 ( 1507 年 ) 、 室町 幕府 管領 ・ 細川 政元 が 殺害 さ れ た 事件 を 指 し 示 す 。 +鬼 の 俎 ( おに の ま な い た ) と 鬼 の 雪隠 ( お に の せっちん ) は 、 奈良 県 高市 郡 明日香 村 野口 ( 鬼 の 俎 ) 、 明日香 村 平田 ( 鬼 の 雪隠 ) に あ る 花崗 岩 で 作 ら れ た 遺構 。 +秤座 ( はかりざ ) は 、 江戸 時代 、 江戸 幕府 の 特別 認可 を 得 て 、 秤 の 製造 、 頒布 、 検定 、 修繕 など を 独占 し た 座 で あ る 。 +京都 市 動物 園 ( きょうと し どう ぶつ えん ) は 、 京都 市 左京 区 岡崎 に あ る 京都 市立 の 動物 園 で あ る 。 +七 条 大宮 仏所 ( しちじょう おおみや ぶっしょ ) は 、 平安 時代 の 仏師 工房 。 +桜 前線 ( さくら ぜんせん ) と は 、 日本 各地 の サクラ ( 主に ソメイヨシノ ) の 開花 予想 日 を 結 ん だ 線 の こと 。 +新年 宴会 ( しんねん えん かい ) と は 、 戦前 の 祝祭 日 の 一 つ 。 +鮒 寿司 ( ふなずし ) は 、 フナ を 用い て 作 ら れ る 熟 れ 寿司 ( なれずし ) の 一種 で 、 滋賀 県 の 郷土 料理 。 +宿院 良蔵 ( しゅくいんりょうぞう 、 文政 4 年 ( 1821 年 ) 頃 ? - 慶応 4 年 1 月 6 日 ( 旧暦 ) ( 1868 年 1 月 30 日 ) ) は 、 壬生 浪士 組 及び 、 新選 組平 隊 士 。 +京都 会議 ( きょう と かいぎ ) は 、 京都 ( 京都 府 、 京都 市 ) で 開催 さ れ る 会議 の 通称 。 +初世花 柳 壽輔 ( はなや ぎ じゅすけ 、 182 1 年 3 月 22 日 ( 文政 4 年 2 月 19 日 ( 旧暦 ) ) - 190 3 年 ( 明治 36 年 ) 1 月 28 日 ) は 、 日本 舞踊 家 、 振付 師 。 +京焼 ( きょう やき ) は 日本 の 陶磁 器 の 一種 。 +数寄者 ( すきしゃ 、 すきもの ) は 芸道 に 執心 な 人物 の 俗称 。 +磯貝 宗和 ( いそがいそうわ 、 1854 年 - 1940 年 ) は 、 石州 流宗猿 系 の 家元 。 +鷹山 ( たかやま ) は 、 かつて 京都 の 祇園 祭 に 有 っ た 山鉾 の 1 つ 。 +如庵 ( じょあん ) は 、 愛知 県 犬山 市 の 有楽 苑 に あ る 茶室 で あ る 。 +中天游 ( なかてんゆう 、 男性 、 天明 3 年 ( 1783 年 ) - 天保 6 年 3 月 26 日 ( 旧暦 ) ( 1835 年 4 月 23 日 ) ) は 日本 の 蘭方 医 、 蘭学 者 。 +郡司 ( ぐんじ ) と は 、 +南都 諸白 ( なん と もろはく ) と は 、 平安 時代 中期 から 室町 時代 末期 に かけ て 、 もっとも 上質 で 高級 な 日本 酒 と し て 名声 を 揺るぎな く 保 っ た 、 奈良 ( 南都 ) の 寺院 で 諸白 で つく ら れ た 僧坊 酒 の 総称 。 +狛犬 ( こまいぬ 、 中国 語 : 石獅子 、 英語 : imperialguardianlion ) と は 、 犬 に 似 た 想像 上 の 獣 の 像 で あ る 。 +難 太平 記 ( なん たい へいき ) は 今川 貞世 ( 出家 後 は 今川 了俊 ) が 応永 9 年 ( 140 2 年 ) に 完成 さ せ た 書物 で あ る 。 +大師 ( だいし ) は 、 中国 ・ 日本 に お い て 、 高徳 な 僧 に 朝廷 から 勅賜 の 形 で 贈 ら れ る 尊称 の 一種 で 、 多く は 諡 で あ る 。 +猪名 県 ( いな の あがた ) は 古墳 時代 の ヤマト 王権 の 時代 に 現在 の 吹田 市 から 尼崎 市 まで の 北摂 に 置 か れ た 古代 日本 の 地方 官制 地方 官制 の はじまり ( アガタ ) の 一 つ 。 +菅原 孝標女 ( すがわら の たか すえ の むすめ 、 寛弘 5 年 ( 100 8 年 ) - 康平 2 年 ( 1059 年 ) 以降 ? ) は 、 平安 時代 の 貴族 の 女性 。 +肥後 古流 ( ひごこ りゅう ) は 、 熊本 藩 で 伝承 さ れ た 茶道 の 流派 の 一 つ 。 +早良 親王 ( さわら しんの う 、 天平 勝宝 2 年 ( 750 年 ) ? - 延暦 4 年 9 月 28 日 ( 旧暦 ) ( 785 年 11 月 8 日 ) ) は 、 奈良 時代 末期 の 皇族 。 +河野 敏鎌 ( こう の とがま 、 1844 年 11 月 29 日 ( 天保 15 年 10 月 20 日 ( 旧暦 ) ) - 1895 年 4 月 20 日 ) は 明治 時代 前期 の 日本 の 政治 家 。 +餅花 ( もちばな ) と は 、 正月 とくに 小 正月 に 、 ヌルデ ・ エノキ ・ ヤナギ など の 木 に 小さ く 切 っ た 餅 や 団子 を さ し て 飾 る もの 。 +祇園 甲部 ( ぎおん こうぶ 、 京都 市 東山 区 ) は 、 京都 で 最大 の 京 の 花街 。 +藤原 麻呂 ( ふじわら の まろ 、 持統 天皇 9 年 ( 695 年 ) - 天平 9 年 7 月 13 日 ( 旧暦 ) ( 73 7 年 8 月 17 日 ) ) は 、 奈良 時代 の 貴族 。 +木下 延重 ( きのした のぶしげ 、 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 。 +夫人 ( ふじん 、 ぶにん 、 ones wife ) +タンゴ エクスプローラー ( Tango Explorer ) と は 、 北 近畿 タンゴ 鉄道 KTR001 形 気動 車 の 愛称 で あ り 、 同車両 を 使用 し て 運行 さ れ る 北 近畿 タンゴ 鉄道 ・ 西 日本 旅客 鉄道 の 特別 急行 列車 の 愛称 で あ る 。 +掌典職 ( しょうてん しょく ) は 、 日本 の 皇室 に お い て 宮中 祭祀 を 担当 する 部門 で あ る 。 +広橋 兼秀 ( ひろは し かねひ で 、 永正 3 年 ( 150 6 年 ) - 永禄 10 年 8 月 5 日 ( 旧暦 ) ( 1567 年 9 月 17 日 ) は 、 戦国 時代 ( 日本 ) の 公家 。 +弁長 ( べんちょう 、 応保 2 年 5 月 6 日 ( 旧暦 ) ( 1162 年 6 月 20 日 ) - 嘉禎 4 年 2 月 29 日 ( 旧暦 ) ( 1238 年 3 月 16 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 に かけ て の 浄土 宗 の 僧 。 +世子 六十 以後 申楽 談儀 ( ぜ しろく じゅうい ご さる がくだん ぎ ) 、 通称 『 申楽 談儀 』 は 室町 時代 に 成立 し た 、 世阿弥 の 芸談 を 筆録 し た 能楽 の 伝書 、 芸道 論 。 +蘆名 ( あしな ) 氏 は 、 平氏 系統 の 三浦 氏 から 興 っ た 氏族 で 、 蘆名 ( 現在 横須賀 市 芦名 ) の 地名 に 由来 する 。 +浦上春琴 ( うらがみ しゅん きん 、 安永 8 年 ( 1779 年 ) - 弘化 3 年 5 月 23 日 ( 旧暦 ) ( 1846 年 6 月 16 日 ) ) は 、 江戸 時代 後期 の 日本 の 文人 画 。 +かりん とう は 、 小麦 粉 を 砂糖 ・ 水 ・ 酵母 や 、 食塩 、 重曹 など と 共 に 練り合わせ 、 棒状 に 成形 し て つく っ た 生地 を 植物 油 で 揚げ 、 黒 砂糖 や 上白糖 で つく っ た 蜜 で からめて 乾燥 さ せ た 駄 菓子 の 一種 で あ る 。 +小早川 重景 ( こばやかわ し げかげ 、 生没 年 未詳 ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +風俗 博物 館 ( ふうぞく はくぶつ かん ) は 、 京都 市 下京 区 井筒 南店 ビル 5 階 に あ る 源氏 物語 に 関 する 私立 の 博物 館 で あ る 。 +海道 記 ( かいどう き ) は 、 貞応 2 年 ( 1223 年 ) 成立 と 考え られ る 紀行 文 。 +小野 道風 ( おのの みちかぜ / おのの とうふう 、 寛平 6 年 ( 894 年 ) - 康保 3 年 12 月 27 日 ( 旧暦 ) ( 96 7 年 2 月 9 日 ) ) は 、 平安 時代 の 代表 的 な 書道 家 で 、 「 三蹟 」 ( 三跡 ) の 一人 に 数え られ る 。 +源 頼朝 ( みなもと の より とも ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 武将 で あ る 。 +勝林 院 ( しょうりん いん ) は 、 京都 市 左京 区 大原 三千 院 の 北 に あ る 天台 宗 の 寺院 。 +駒牽 ( こまひき ) と は 、 宮中 行事 の 1 つ で 毎年 8 月 に 東国 に 置 か れ た 勅旨 牧 から 貢進 さ れ た ウマ を 内 裏 南殿 に お い て 天皇 の 御前 に て 披露 し た 後 に 出席 し た 公卿 ら に 一部 を 下賜 し 、 残り を 馬寮 ・ 近衛 府 に 分配 する 行事 。 +狩野 元信 ( かのう もとのぶ 、 文明 ( 日本 ) 8 年 8 月 9 日 ( 旧暦 ) ( 147 6 年 8 月 28 日 ) ? - 永禄 2 年 10 月 6 日 ( 旧暦 ) ( 1559 年 11 月 5 日 ) ) は 、 室町 時代 の 絵師 で 、 狩野 派 の 祖 ・ 狩野 正信 の 子 で あ る 。 +番衆 ( ばんしゅう ) と は 、 番 を 編成 し て 宿直 警固 に あた る 者 。 +小鴨 元 清 ( お が も もときよ ) は 、 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 で 伯耆 国久米 郡 岩倉 城 ( 伯耆 国 ) 主 。 +新藤 兼人 ( しんどう か ね と 、 本名 : 新藤 兼登 ( 読 み 方 同じ ) 、 1912 年 4 月 22 日 - ) は 日本 の 映画 監督 、 脚本 家 で あ る 。 +末松 謙澄 ( すえまつ けんちょう 、 1855 年 9 月 30 日 ( 安政 2 年 8 月 20 日 _ ( 旧暦 ) ) - 1920 年 ( 大正 9 年 ) 10 月 5 日 ) は 明治 - 大正 時代 の 政治 家 。 +被官 ( ひかん ) と は +藤原 道雅 ( ふじわら の みちまさ 、 正暦 三 年 ( 992 年 ) - 天喜 二 年 7 月 20 日 ( 旧暦 ) ( 105 4 年 8 月 25 日 ) ) は 平安 時代 の 歌人 ・ 公卿 。 +下人 ( げ にん ) と は 近世 以前 の 家内 隷属民 に 対 する 呼称 。 +高野 貞吉 ( たか の さだ よし 、 文政 12 年 ( 1829 年 ) - 大正 2 年 ( 1913 年 ) 2 月 21 日 ) は 、 日本 の 武士 ・ 越後 長岡 藩 士 。 +長岡 駅 ( ながおか えき ) は 、 新潟 県 長岡 市 城内町 に あ る 東 日本 旅客 鉄道 ( JR 東 日本 ) の 鉄道 駅 で あ る 。 +磨崖 仏 ( まがいぶつ ) は 、 そそり立 つ 岩壁 や 岩壁 を 龕状 に 彫 っ た 内側 に 刻 ま れ る など 、 自然 の 岩壁 や 露岩 、 あるいは 転石 に 造立 さ れ た 仏像 を 指 す 。 +数え年 ( かぞえどし ) と は 、 年齢 の 数え 方 の 一 つ 。 +大石 良勝 ( おおいし よしかつ 、 天正 15 年 ( 1587 年 ) - 慶安 3 年 8 月 23 日 ( 旧暦 ) ( 1650 年 9 月 18 日 ) ) は 、 安土 桃山 時代 ・ 江戸 時代 初期 の 武士 。 +九条 良 経 ( くじょう よしつね 、 嘉応 元年 ( 1169 年 ) - 元久 3 年 3 月 7 日 ( 旧暦 ) ( 120 6 年 4 月 16 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 公卿 。 +金売 吉次 ( かねうり きちじ ) と は 平安 時代 末期 の 商人 で 、 奥州 で 産出 さ れ る 金 を 平安 京 で 商 う 事 を 生業 と し た と さ れ る 人物 で あ る 。 +峰山 海軍 航空 隊 ( みねやま かい ぐん こうくう た い ) は 、 大 日本 帝国 海軍 の 部隊 の 一 つ 。 +京都 市営 地下 鉄 ( きょう と しえい ちか てつ ) は 、 京都 市 交通 局 が 運営 する 地下 鉄 。 +保守 革命 ( ほしゅ かくめい 、 Konservative Revolution ) と は 、 ドイツ の 思想 史 家 の アルミン ・ モーラー ( Armin Mohler ) が ヴァイマル 共和 政 時代 の 、 非 ナチス 的 で ナショナリズム 的 な 一連 の 思想 に 与え た 総称 で あ る 。 +ちりめん じゃこ ( 縮緬 雑魚 ) は 、 イワシ 類 ( カタクチ イワシ ・ マ イワシ ・ ウルメ イワシ ・ シロウオ ・ イカナゴ など ) の 仔稚魚 を 食塩 水 で 煮 た 後 、 天日 など で 干 し た 食品 。 +金剛 永謹 ( こんごう ひさのり 、 1951 年 ( 昭和 26 年 ) 6 月 24 日 - ) は 、 シテ 方 金 剛 流能 楽師 。 +言国 卿記 ( とき く に きょうき ) は 、 室町 時代 の 公家 、 山科 言 国 の 記 し た 日記 。 +尼子 娘 ( あまこの いらつめ 、 生没年 不詳 ) は 、 筑紫 宗像 郡 の 豪族 ・ 胸形 君 徳善 の 娘 。 +河内 源 氏 ( かわち げんじ ) は 、 河内 国 に 根拠 地 を 置 い た 清和 源 氏 の 一流 。 +慧慈 ( えじ 、 生年 不詳 - 推古 天皇 31 年 2 月 22 日 ( 旧暦 ) ( 623 年 3 月 31 日 ) ) は 、 飛鳥 時代 に 高句 麗 から 渡来 し た 僧 。 +藤原 小黒 麻呂 ( ふじわら の おぐろ まろ 、 天平 5 年 ( 733 年 ) - 延暦 13 年 7 月 1日 ( 旧暦 ) ( 794 年 7 月 31 日 ) ) は 、 奈良 時代 の 貴族 。 +須磨 ( すま ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の 一 つ 。 +定額 僧 ( じょうがく そう ) と は 、 古代 律令 制 の 寺院 など に 定め られ た 一定 数 の 僧侶 あるいは その 僧侶 自身 の こと 。 +高鴨 神社 ( たか かも じんじゃ ) は 、 奈良 県 御所 市 の 金剛山 ( 金剛 山地 ) 東山 麓 に あ る 神社 。 +道綽 ( どう しゃく 、 Dao - chuo ) は 、 唐代 の 中国 浄土 教 の 僧侶 。 +千 千速 比 売命 ( ちち は や ひめ の みこと 、 生没年 不詳 ) は 、 孝霊 天皇 の 皇女 。 +延 喜格 ( えんぎ きゃく ) は 、 平安 時代 の 延喜 7 年 ( 90 7 年 ) 11 月 _ ( 旧暦 ) に 完成 し 、 翌年 12 月 の 宣旨 に よ っ て 施行 さ れ た 格式 。 +屋台 ( やたい ) は 、 移動 式 の 簡易 店舗 。 +分部 光命 ( わけべ みつな が 、 正徳 ( 日本 ) 4 年 1 月 8 日 ( 旧暦 ) ( 171 4 年 2 月 22 日 ) - 天明 3 年 11 月 22 日 ( 旧暦 ) ( 1783 年 12 月 15 日 ) ) は 、 近江国 大溝 藩 の 第 6 代 藩 主 。 +静遍 ( じょうへん 、 仁安 ( 日本 ) 元年 ( 1166 年 ) - 貞応 3 年 4 月 20 日 ( 旧暦 ) ( 1224 年 5 月 9 日 ) ) は 、 鎌倉 時代 前期 の 真言 宗 の 僧 。 +五代 友厚 ( ご だい とも あつ 、 天保 6 年 12 月 26 日 ( 旧暦 ) ( 1836 年 2 月 12 日 ) - 明治 18 年 ( 1885 年 ) 9 月 25 日 ) は 、 江戸 末期 の 武士 ・ 薩摩 藩 士 、 明治 期 の 実業 家 。 +ちゃんこ 鍋 ( ちゃんこなべ ) と は 、 主に 大 相撲 の 力士 や 日本 の プロ レスラー が 食べ る 鍋 料理 で あ る 。 +古筆 了佐 ( こひつりょうさ 、 元亀 3 年 ( 1572 年 ) - 寛文 2 年 1 月 28 日 ( 旧暦 ) ( 1662 年 3 月 18 日 ) ) は 、 近江 国生まれ の 古筆 鑑定 人 。 +藤原 永手 ( ふじわら の なが て 、 和銅 7 年 ( 71 4 年 ) - 宝亀 2 年 2 月 21 日 ( 旧暦 ) ( 7 7 1 年 3 月 15 日 ) ) は 、 奈良 時代 の 政治 家 。 +牙符 制 ( が ふせい ) と は 、 外交 使節 の 審査 ・ 認証 を 行な う 制度 ( 査証 制度 ) の 一 つ 。 +小曽根 乾堂 ( こそね けんどう 、 男性 、 文政 11 年 5 月 2 日 ( 旧暦 ) ( 182 8 年 6 月 13 日 ) - 明治 18 年 ( 1885 年 ) 1 1 月 27 日 ) は 、 江戸 時代 末期 から 明治 時代 の 日本 の 篆刻 家 で あ る 。 +天皇 機関 説 ( てんのう きかんせつ 、 天皇 機關 說 ) と は 、 大 日本 帝国 憲法 下 で 確立 さ れ た 、 天皇 に 関 する 憲法 学説 で あ る 。 +橋本 菱華 ・ 橋本 陵華 ( はしもと ・ りょうか ) は 明治 時代 に 活躍 し た 日本 画 家 。 +良忠 ( りょうちゅう 、 正治 元年 7 月 27 日 ( 旧暦 ) ( 1199 年 8 月 20 日 ) - 弘安 10 年 7 月 6 日 ( 旧暦 ) ( 1287 年 8 月 16 日 ) ) は 、 鎌倉 時代 中期 の 浄土 宗 の 僧 。 +源融 ( みなもと ・ の ・ とおる 、 弘仁 13 年 ( 82 2 年 ) - 寛平 7 年 8 月 25 日 ( 旧暦 ) ( 895 年 9 月 21 日 ) ) は 、 嵯峨 天皇 の 12 男 。 +伝書 ( でんしょ 、 傳書 ) と は 、 日本 の 芸道 など に お い て 芸術 や 武術 の 流派 の 奥義 や 秘伝 を 記 し た 写本 や 本 で あ る 。 +品官 ( ほんかん ) と は 、 日本 の 律令 制 に お い て 各 官司 の 四 等 官 の 体系 に 属 し な い 官職 の 総称 を 指 す 。 +葉桜 ( はざくら ) と は 、 サクラ の 花 が 散 り 若葉 が 出 始め た 頃 から 新緑 で 覆 わ れ た 時期 まで の 桜 の 木 、 また は その 様 を 言 う 。 +伏見宮 貞致 親王 ( ふしみのみや さだゆき しんのう 、 寛永 9 年 5 月 27 日 ( 旧暦 ) ( 1632 年 7 月 14 日 ) - 元禄 7 年 5 月 18 日 ( 旧暦 ) ( 1694 年 6 月 10 日 ) ) は 、 江戸 時代 初期 の 皇族 。 +亮賢 ( りょうけん 、 慶長 16 年 ( 1611 年 ) - 貞享 4 年 3 月 7 日 ( 旧暦 ) ( 1687 年 4 月 18 日 ) ) は 、 江戸 時代 前期 の 新義 真言宗 の 僧 。 +蘇我 倉山田 石川 麻呂 ( そがの くら の やまだ の いしかわ の まろ 、 生年 不詳 - 大化 5 年 3 月 25 日 ( 旧暦 ) ( 649 年 5 月 15 日 ) ) は 飛鳥 時代 の 豪族 。 +舞鶴 鎮守 府 ( まいづる ちんじゅふ ) と は 、 京都 府 舞鶴 市 に あ っ た 旧 大 日本 帝国 海軍 の 鎮守 府 海軍 鎮守 府 。 +不受 不 施日 蓮 講 門 宗 ( ふ じゅふせ にちれん こうもん しゅう ) は 、 日蓮 を 宗祖 と し 、 日奥 を 派祖 と する 、 日蓮 門 下 の 一派 で あ る 。 +平賀 義信 ( ひら が よしのぶ / 源 義信   みなもと の よしのぶ ) は 、 平安 時代 末期 の 河内 源 氏 の 武将 。 +屋嶋 城 ( やしま の き 、 やし まじょう ) は 、 讃岐 国 屋島 ( 香川 県 高松 市 屋島 ) に あ っ た 古代 山城 で あ る 。 +大炊 御門 経音 ( おおい の みかど つね なり 、 天和 ( 日本 ) 2 年 12 月 7 日 ( 旧暦 ) ( 1683 年 1 月 4 日 ) - 正徳 ( 日本 ) 4 年 4 月 13 日 ( 旧暦 ) ( 171 4 年 5 月 26 日 ) ) は 江戸 時代 前期 の 公卿 。 +妙傳 寺 ( みょう でんじ ) は 、 京都 市 左京 区 東大路 通 二 条 通下ル に あ る 日 蓮 宗 寺院 。 +三宝 絵詞 ( さん ぼうえことば ) は 、 平安 時代 中期 の 仏教 説 話 集 。 +巡爵 ( じゅん しゃく ) と は 平安 時代 初期 に 成立 し た 蔵人 の 叙位 に 関 する 慣例 。 +四 神 相応 ( し じん そうおう ) は 、 中国 ・ 朝鮮 ・ 日本 に お い て 、 天 の 四方 の 方角 を 司 る 「 四神 」 の 存在 に 最も ふさわし い と 伝統 的 に 信 じ られ て き た 地勢 や 地相 の こと を い う 。 +合掌 造り ( がっしょう づくり ) は 、 急 傾斜 の 屋根 を 持 つ 日本 の 住宅 建築 様式 。 +巨勢 親王 ( こせ しんのう 、 延暦 18 年 ( 799 年 ) ? - 元 慶 6 年 8 月 5 日 _ ( 旧暦 ) ( 88 2 年 9 月 20 日 ) ) は 、 平安 時代 前期 の 皇族 。 +梨木 神社 ( なし の き じんじゃ ) は 、 京都 府 京都 市 上京 区 に あ る 神社 で あ る 。 +川村 純義 ( かわむら すみよし 、 天保 7 年 11 月 11 日 ( 旧暦 ) ( 1836 年 12 月 18 日 ) - 明治 37 年 ( 190 4 年 ) 8 月 12 日 ) は 、 日本 の 武士 ・ 薩摩 藩 士 、 海軍 軍人 、 海軍 大将従 一 位 勲一 等 伯爵 。 +鞍馬 駅 ( くらま えき ) は 、 京都 府 京都 市 左京 区 鞍馬 本町 に あ る 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +小野 篁 ( おのの たか むら 、 延暦 21 年 ( 80 2 年 ) - 仁寿 2 年 12 月 22 日 ( 旧暦 ) ( 853 年 2 月 3 日 ) ) は 、 平安 時代 前期 の 官人 、 学者 、 歌人 。 +野村 万作 ( 二 世 ) ( 狂言 師 、 1931 年 6 月 22 日 - ) は 東京 生まれ 。 +源 義隆 ( みなもと の よし た か 、 生年 未詳 - 平治 元年 ( 1159 年 ) ) は 、 平安 時代 末期 の 武将 。 +上杉 重房 ( うえすぎ しげふさ 、 生没年 不詳 ) は 鎌倉 時代 中期 の 公家 、 武士 で あ る 。 +陰摩 羅 鬼 、 陰魔 羅 鬼 ( おんもらき ) は 、 中国 や 日本 の 古書 に あ る 怪鳥 。 +吉田 家 ( よしだけ ) は 卜部 氏 の 流れ を 汲 む 堂上 家 で あ る 。 +天正 遣欧 少年 使節 ( てんしょう けん おうしょうねん しせつ ) は 15 82 年 ( 天正 10 年 ) に 九州 の キリシタン 大名 、 大友 義鎮 ・ 大村 純忠 ・ 有馬 晴信 の 名代 と し て ローマ へ 派遣 さ れ た 4 名 の 少年 を 中心 と し た 使節 団 。 +難波 京 ( なにわ きょう 、 なにわ の みやこ ) は 、 古代 日本 に お い て 大阪 市 の 地 に 設営 さ れ た 都城 で あ る 。 +服部 南郭 ( はっとり なんかく 、 天和 _ ( 日本 ) 3 年 9 月 24 日_ ( 旧暦 ) ( 1683 年 11 月 12 日 ) - 宝暦 9 年 6 月 21 日 _ ( 旧暦 ) ( 175 9 年 7 月 15 日 ) ) は 、 江戸 時代 中期 の 日本 の 儒者 、 漢詩 人 、 画家 で あ り 、 荻生 徂徠 の 高弟 と し て 知 ら れ る 。 +外国 人 居留 地 ( がいこく じん きょ りゅうち ) は 、 政府 が 外国 人 の 居留 及び 交易 区域 と し て 特に 定め た 一定 地域 を い う 。 +落柿舎 ( らく し しゃ ) は 、 嵯峨野 ( 京都 府 京都 市 右京 区 ) に あ る 松尾 芭蕉 の 弟子 、 向井 去来 の 草庵 。 +平安 京 ( へい あんきょう ) は 、 794 年 ( 延暦 13 ) に 桓武 天皇 に よ り 定め られ た 日本 の 首都 で あ る 。 +七味 唐 辛子 ( しちみ とうがらし ) は 日本 の 調味 料 。 +硯洗い ( すずりあらい ) と は 、 七夕 を 迎え る 準備 と し て 旧暦 七 月 六 日 に 行 わ れ る 行事 。 +荒木 舜庵 ( あらきしゅん あん ) は 、 江戸 時代 末期 の 人物 。 +林 元 美 ( はや しげん び 、 安永 2 年 ( 1778 年 ) - 文久 元年 ( 1861 年 ) ) は 、 江戸 時代 の 囲碁 棋士 ( 囲碁 ) で 、 家元 林家 ( 囲碁 ) 十 一 世 、 八 段 準 名人 。 +蝦夷 ( えみし 、 えびす 、 えぞ ) は 、 日本 列島 の 東方 、 北方 に 住 み 、 日本 人 に よ っ て 異族 視 さ れ て い た 人々 に 対 する 呼称 で あ る 。 +系 図 纂要 ( けいず さんよう ) は 、 江戸 時代 末期 の 系譜 集成 。 +甘納豆 ( あま なっとう ) は 、 豆類 や クリ 、 ハス の 実 、 サツマ イモ の 輪切り ( 芋納豆 と 呼 ば れ る ) など を 砂糖 漬け に し た 和 菓子 の ひと つ 。 +勲 等 ( くんとう ) は 、 勲功 に 対 し て 授与 さ れ た もの 。 +桂庵 玄樹 ( けいあん げんじゅ 、 142 7 年 ( 応永 34 年 ) - 150 8 年 6 月 28 日 ( 永正 5 年 6 月 1日 ( 旧暦 ) ) ) は 、 薩南 学派 を 形成 し た 臨済 宗 の 僧侶 。 +多忠麿 ( おおの ただまろ 、 1933 年 12 月 5 日 - 1994 年 12 月 19 日 ) は 、 雅楽 師 、 日本 芸術 院 会員 。 +律宗 ( りっしゅう ) は 、 戒律 の 研究 と 実践 を 行 う 仏教 の 一宗 派 で あ る 。 +享年 75 ( 満 73 歳 没 ) +銅壷 ( どうこ ) と は 、 火鉢 の 中 に 置 き 、 湯 を 沸か し 燗酒 を つく る 民具 で あ る 。 +風信帖 ( ふうしんじょう ) と は 、 空海 が 最澄 に 宛て た 尺牘 3 通 の 総称 で あ る 。 +粕汁 ( かすじる ) と は 、 出汁 に 酒粕 を 溶 い た 汁物 、 また は だし 汁 に 味噌 と 酒粕 を 合わせ た もの を 溶 い た 汁物 の こと で 、 具材 に は にんじん 、 ダイコン 、 魚 等 が よく 使 わ れ る 。 +倭大国 魂神 ( やまと の おおく に たま の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +山名 満幸 ( やまなみつゆき 、 ? - 応永 2 年 3 月 10 日 ( 旧暦 ) ( 1395 年 3 月 31 日 ) ) は 室町 時代 の 武将 。 +徳政 一揆 ( とくせい いっき ) は 、 土一 揆 の 一種 。 +忘年 会 ( ぼうねんかい ) と は 、 組織 や 集団 が 一 年 の 終わり に その 一 年間 を 振り返 り 、 その 間 の 苦労 を ねぎらい 、 忘れ る と 共 に 新た な 一 年 に 向け て 気持ち を 新た に する ため に 行 わ れ る 年中 行事 で あ る 。 +狭穂彦王 ( さほひこの みこ 、 生年 不詳 - 垂仁 天皇 5 年 ( 紀元 前 24 年 ) 10 月 没 ) と は 、 記紀 に おけ る 皇族 ( 王族 ) 。 +清慎 公記 ( せいしんこうき ) と は 、 平安 時代 中期 に 関白 を 務め た 藤原 実頼 の 日記 。 +京都 市 西京極 総合 運動 公園 野球 場 ( きょう と し   にしきょうごく そうごう うんどう こうえん   やきゅうじょう ) は 、 京都 府 京都 市 右京 区 の 京都 市 西京極 総合 運動 公園 内 に あ る 野球 場 。 +淀 君 集 ( よどぎみ しゅう ) は 、 中村 歌右衛門 ( 5 代 目 ) が 選定 し た 家 の 芸 。 +五條 市 ( ご じょうし ) は 、 奈良 県 の 中西部 に 位置 する 市 。 +藤原 良継 ( ふじわら の よしつぐ 、 霊亀 2 年 ( 71 6 年 ) - 宝亀 8 年 9 月 18 日 ( 旧暦 ) ( 777 年 10 月 27 日 ) ) は 奈良 時代 の 貴族 。 +中村 扇雀 ( なかむら せんじゃく ) は 、 中村 鴈治郎 家 所縁 の 名跡 の 一 つ 。 +藤原 師尹 ( ふじわら の もろただ 、 延喜 20 年 6 月 2 日 ( 旧暦 ) ( 920 年 7 月 24 日 ) - 安和 2 年 10 月 15 日 ( 旧暦 ) ( 96 9 年 12 月 1日 ) ) は 平安 時代 中期 の 公卿 。 +宇治 拾遺 物語 ( うじ しゅうい ものがたり ) は 、 13 世紀 前半 頃 に 成立 し た 、 中世 日本 の 説話 物語 集 で あ る 。 +田村 神社 ( たむら じんじゃ ) は 滋賀 県 甲賀 市 土山 町 に あ る 神社 で あ る 。 +狗子 仏 性 ( く し ぶっしょう ) は 、 禅 の 代表 的 な 公案 の ひと つ 。 +聖助 法 親王 ( せいじょ ほっ しん のう 、 生没年 不詳 ) は 、 南北朝 時代 の 法親 王 。 +山座 円次郎 ( やまざ えんじろう 、 慶応 2 年 10 月 26 日 ( 旧暦 ) ( 1866 年 12 月 2 日 ) - 大正 3 年 ( 1914 年 ) 5 月 28 日 ) は 、 明治 、 大正 期 の 日本 国 の 外交 官 。 +目刺 ( めざし ) は 、 干物 の 一種 。 +藤原 道長 ( ふじわら の みちな が 、 康保 3 年 ( 96 6 年 ) - 万寿 4 年 ( 1027 年 ) ) は 平安 時代 中期 の 公卿 、 太政 大臣 ( 寛仁 元年 12 月 4 日 ( 旧暦 ) - 寛仁 2 年 2 月 9 日 ( 旧暦 ) 、 在任 ) 。 +善阿 ( ぜん な 、 生没年 不詳 ) は 、 鎌倉 時代 後期 の 僧 ・ 連歌 師 。 +庭田 重嗣 ( にわた し げつ ぐ 、 宝暦 7 年 1 月 30 日 ( 旧暦 ) ( 175 7 年 3 月 19 日 ) - 天保 2 年 4 月 5 日 ( 旧暦 ) ( 1831 年 5 月 16 日 ) ) は 江戸 時代 の 公家 ( 公卿 ) 。 +120 形 は 、 1874 年 ( 明治 7 年 ) 、 阪神 間 の 鉄道 開業 に 際 し て イギリス から 輸入 さ れ た 蒸気 機関 車 で あ る 。 +織田 敏信 ( お だ としのぶ ) は 、 戦国 時代 ( 日本 ) の 武将 。 +正親町 家 ( おおぎまち け ) は 羽林 家 の 家格 を 有 する 公家 。 +御厨 ( みくりや ) と は 、 「 厨 ( くりや ) 」 ( 「 台所 」 の 意 ) の 敬語 的 表現 で あ る 。 +鈴木 成高 ( すずき しげ た か 、 1907 年 - 1988 年 ) は 、 日本 の 西洋 史 学 者 ( 専門 は 西洋 中世史 ) 。 +牧野 貞長 ( まきの さだな が 、 享保 18 年 11 月 21 日 ( 旧暦 ) ( 1733 年 12 月 26 日 ) - 寛政 8 年 9 月 30 日 ( 旧暦 ) ( 1796 年 10 月 30 日 ) ) は 、 江戸 時代 中期 の 大名 、 政治 家 。 +義 円 ( ぎえん 、 久寿 2 年 ( 1155 年 ) - 治承 5 年 3 月 10 日 ( 旧暦 ) ( 1181 年 4 月 25 日 ) ) は 平安 時代 末期 の 僧 で 、 源義朝 の 八男 。 +七草 ( ななくさ ) は 、 人日 の 節句 ( 1 月 7 日 ) の 朝 に 、 7 種 の 野菜 が 入 っ た 羮 を 食べ る 風習 の こと 。 +万里小路 輔房 ( まで の こうじ すけふ さ 、 天文 ( 日本 ) 11 年 ( 1542 年 ) - 天正 元年 8 月 5 日 ( 旧暦 ) ( 1573 年 9 月 1日 ) ) は 、 安土 桃山 時代 の 公家 。 +中 御門 天皇 ( なかみかど てんのう 、 元禄 14 年 12 月 17 日 ( 170 2 年 1 月 14 日 ) - 元文 2 年 4 月 11 日   ( 1737 年 5 月 10 日 ) ;   在位 : 宝永 6 年 6 月 21 日 ( 1709 年 7 月 27 日 ) - 享保 20 年 3 月 21 日 ( 1735 年 4 月 13 日 ) ) は 、 江戸 時代 の 第 114 代 天皇 で あ る 。 +覚盛 ( かく じょう 、 建久 5 年 ( 1194 年 ) - 建長 元年 5 月 19 日 ( 旧暦 ) ( 1249 年 7 月 1日 ) ) は 、 鎌倉 時代 中期 の 律宗 の 僧 。 +駿府 ( すんぷ ) は 、 駿河 国 の 国府 が 置 か れ た 都市 で 駿河 国 の 府中 の こと で あ る 。 +ジャパニーズ ・ ウイスキー ( ) と は 、 日本 で 生産 さ れ る ウイスキー 。 +人 日 +堤 代長 ( つつみ しろな が 、 正徳 ( 日本 ) 6 年 2 月 20 日 ( 旧暦 ) ( 1 71 6 年 3 月 13 日 ) - 天明 3 年 11 月 28 日 ( 旧暦 ) ( 1783 年 12 月 21 日 ) ) は 、 江戸 時代 の 公卿 。 +鎌倉 時代 ( かまくら じだい 、 1185 年 頃 - 1333 年 ) は 、 日本 史 で 幕府 が 鎌倉 に 置 か れ て い た 時代 を 指 す 日本 の 歴史 の 時代 区分 の 一 つ 。 +5 代 目澤村 四郎 五郎 ( さわむら しろ うごう 、 1877 年 ( 明治 10 年 ) 9 月 15 日 - 1932 年 ( 昭和 7 年 ) 8 月 27 日 ) は 日本 の 歌舞伎 役者 、 映画 俳優 。 +仁孝 天皇 ( にん こうてんのう 、 寛政 12 年 2 月 21 日 ( 180 0 年 3 月 16 日 ) - 弘化 3 年 1 月 26 日 ( 1846 年 2 月 21 日 ) ) は 、 第 120 代 天皇 ( 在位 文化 ( 元号 ) 14 年 9 月 21 日 ( 1817 年 10 月 31 日 ) - 弘化 3 年 1 月 26 日 ) 。 +鎮守神 ( ちんじゅ が み ) と は 特定 の 建造 物 や 一定 区域 の 土地 を 守護 する ため に 祀 ら れ た 神 ( 神道 ) で あ る 。 +官位 相当 制 ( かん い そうとうせい ) と は 、 日本 の 律令 制 に お い て 、 官人 に 付与 する 位 階 と 官職 と の 間 に 一定 の 相当 関係 を 設定 し た 官僚 序列 システム 。 +切妻 造 ( きりづま づくり ) と は 屋根 形状 の ひと つ で 屋根 の 最頂 部 の 棟 から 地上 に 向か っ て 二 つ の 傾斜 面 が 本 を 伏せ た よう な 山形 の 形状 を し た 屋根 。 +足助 氏 ( あすけし ) は 、 日本 の 氏族 の 一 つ 。 +現代 雅楽 ( げん だい が がく ) と は 、 日本 古代 の 伝統 音楽 で あ る 雅楽 の 編成 および 一部 の 楽器 を 用い て 現代 に 新し く 作 ら れ た 現代 音楽 で あ る 。 +増鏡 ( ますかがみ ) は 、 歴史 物語 。 +藤原 惺窩 ( ふじわら せい か 、 永禄 4 年 1 月 24 日 ( 旧暦 ) ( 1561 年 2 月 8 日 ) - 元和 ( 日本 ) 5 年 9 月 12 日 ( 旧暦 ) ( 1619 年 10 月 19 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 儒学 者 。 +教部 省 ( きょう ぶしょう ) は 明治 初期 の 太政 官 制度 の もと 、 宗教 統制 に よ る 国民 教化 の 目的 で 設置 さ れ た 中央 官庁 組織 で あ る 。 +砂紋 ( さもん 、 英 Ripplemarks ) と は 水 や 空気 が 流れ る こと に よ っ て でき る 、 規則 的 な 波状 の 起伏 。 +岡田 国 神社 ( おかだくに じんじゃ ) は 、 京都 府 木津川 市 ( 旧 相楽 郡 木津 町 ) に あ る 神社 で あ る 。 +禎子 内 親王 ( ていし ( よしこ / さだこ ) ないしんの う 、 長和 2 年 7 月 6 日 ( 1013 年 8 月 15 日 ) - 寛治 8 年 1 月 16 日 ( 1094 年 2 月 3 日 ) ) は 、 第 67 代 三 条 天皇 の 第 三 皇女 。 +杏花 戯曲 十 種 ( きょうか ぎ きょく じっしゅ ) は 、 市川 左團次 ( 2 代 目 ) が 撰 し た 高島 屋 ( 歌舞伎 ) 市川 左團次 の お 家芸 8 種 。 +練香 と は 粉末 状 の 香木 や スパイス 、 ハーブ など を 蜂蜜 や アラビアゴム 等 で 練 っ て 固形 状 に し た もの 。 +三 時 知恩 寺 ( さんじ ち おんじ ) は 、 京都 市 上京 区 に あ る 浄土 宗 の 寺院 ( 尼寺 ) 。 +源多 ( みなもとの まさる 、 天長 8 年 ( 831 年 ) - 仁和 4 年 10 月 17 日 ( 旧暦 ) ( 88 8 年 11 月 24 日 ) ) は 平安 時代 前期 の 公卿 。 +源 行家 ( みなもと の ゆき いえ ) は 、 平安 時代 末期 の 武将 。 +錦小路 通 ( にしきこうじ どおり ) は 京都 市 の 東西 の 通り の 一 つ 。 +内陣 ( ないじん ) は 、 寺院 の 本堂 内部 に お い て 本尊 を 、 神社 の 本殿 内部 に お い て 神体 を 安置 する 場所 。 +御所 千 度 参り ( ご しょせんど まいり ) は 、 天明 7 年 6 月 7 日 ( 旧暦 ) ( 1787 年 7 月 21 日 ) に 発生 し た 、 京都 御所 の 周囲 を 多数 の 人々 が 廻 り 、 千 度 参り を し た 事件 。 +森 一生 ( もり かずお 、 1911 年 1 月 15 日 - 1989 年 6 月 29 日 ) は 、 昭和 期 の 映画 監督 。 +蝉翼 拓 ( せんよく たく ) は セミ の 羽根 の よう に 薄 く と ら れ た 拓本 、 もしくは 拓本 を と る 技法 。 +水石 ( すいせき ) は 、 室内 で 石 を 鑑賞 する 日本 の 文化 、 趣味 で あ る 。 +由良 国 繁 ( ゆらくにしげ 、 1550 年 ( 天文 ( 元号 ) 19 年 ) - 161 1 年 2 月 15 日 ( 慶長 16 年 1 月 3 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 。 +南北朝 正閏 論 ( なんぼく ちょう せい じゅん ろん ) と は 日本 の 南北朝 時代 ( 日本 ) に お い て 南北 の どちら が 正統 と する か の 論争 ( 閏 は う る う と 同じ で 「 正統 で は な い が 偽物 で は な い 」 の 意 ) 。 +狩野 山楽 ( かのう さんらく 、 永禄 2 年 ( 1559 年 ) - 寛永 12 年 8 月 19 日 ( 旧暦 ) ( 1635 年 9 月 30 日 ) は 、 安土 桃山 時代 ~ 江戸 時代 初期 の 狩野 派 の 絵師 。 +野村 芳太郎 ( のむら よしたろう 、 1919 年 4 月 23 日 - 2005 年 4 月 8 日 ) は 、 日本 の 映画 監督 。 +トヨクモノ は 、 日本 神話 の 天地 開闢 ( 日本 神話 ) の 段 に 登場 する 神 ( 神道 ) で あ る 。 +背奈 行文 ( せな の ゆきふみ 、 生没年 不詳 ) は 奈良 時代 の 歌人 、 明経道 。 +新 三十 六 歌仙 ( しん - さんじゅう ろく / っ - かせん ) は 歌人 に 関 する 名数 の 一種 。 +妙泰寺 ( みょう たいじ ) は 、 京都 府 京丹後 市 に 所在 する 日蓮 正宗 の 寺院 。 +指物 ( さしもの ) と は 、 釘 など の 接合 道具 を 使 わ ず に 、 木 と 木 を 組み合わせ て 作 ら れ た 家具 、 建具 、 調度 品 など の 伝統 工芸 品 の 総称 の 事 で あ る 。 +ワタツミ ( ワダツミ と も ) は 、 日本 神話 に 登場 する 海 の 神 ( 神道 ) で あ る 。 +西郷 寅太郎 ( さいごう とらたろう 、 1866 年 8 月 21 日 ( 慶応 2 年 7 月 12 日 ( 旧暦 ) ) - 1919 年 1 月 1日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 。 +信貴山 真言宗 ( しぎ さん しんごん しゅう ) は 毘沙門 天 ( 多聞 天 ) を 本尊 と する 真言 宗 の 宗派 の 一 つ で 、 総 本山 は 朝護 孫子 寺 ( 信貴山 寺 ) で あ る 。 +源典侍 ( げん の な いしのすけ ) は 、 『 源氏 物語 』 の 登場 人物 の 一人 の 通称 。 +千光 寺 ( せんこうじ ) は 、 京都 府 京都 市 西京 区 に あ る 黄檗 宗 の 寺院 。 +昌子 内 親王 ( しょうし ( まさこ ) ないしんの う 、 天暦 4 年 ( 950 年 ) - 長保 元年 12 月 1日 _ ( 旧暦 ) ( 100 0 年 1 月 10 日 ) ) は 、 第 61 代 朱 雀 天皇 第 一 皇女 。 +舞事 ( まい - ごと ) と は 、 能 に お い て 、 主 と し て 一 曲 の 能 や 狂言 の 後半 部分 に 能 シテ 、 能 シテ 、 能 ワキ が 能囃子 のみ に よ っ て 演じ る 抽象 的 な 所作 ( 舞 ) を い う 。 +斎藤 道三 / 斎藤 秀龍 ( さいとう どう さん / さいとう ひでたつ ) は 、 戦国 時代 ( 日本 ) の 武将 。 +小川 祐滋 ( おがわ すけ しげ   生没年 不詳 ) は 、 安土 桃山 時代 の 武将 。 +足袋 ( たび ) と は 日本 固有 の 伝統 的 な 衣類 で 、 足 に 履 く 一種 の 下着 で あ る 。 +襖 ( ふすま ) は 、 和室 の 仕切り に 使 う 建具 の ひと つ 。 +武田 物外 ( たけだ もつが い 、 寛政 7 年 ( 1795 年 ) 3 月 ( 旧暦 ) - 慶応 3 年 11 月 25 日 ( 旧暦 ) ( 1867 年 12 月 20 日 ) ) は 幕末 の 曹洞 宗 の 僧侶 、 武術 家 。 +宇都宮 公綱 ( うつのみや きん つな 、 乾元 ( 日本 ) 元年 ( 130 2 年 ) - 正平 ( 日本 ) 11 年 / 延文 元年 11 月 25 日 ( 旧暦 ) ( 1356 年 12 月 17 日 ) ) は 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +延昌 ( えんしょう 、 元慶 4 年 ( 880 年 ) - 応和 4 年 1 月 15 日 ( 旧暦 ) ( 96 4 年 2 月 6 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +笠懸 ( かさが け ) と は 、 疾走 する ウマ 上 から 的 に 鏑矢 ( かぶらや ) を 放 ち 的 を 射 る 、 日本 の 伝統 的 な 騎射 の 技術 ・ 稽古 ・ 儀式 ・ 様式 の こと 。 +土豪 ( どごう ) と は 、 広義 に は 広域 を 支配 する 領主 や 在地 の 大 豪族 に 対 し て 、 特定 の 「 土地 の 小豪族 」 を さ す 。 +竹中 重利 ( たけなかしげと し 、 1562 年 ( 永禄 5 年 ) - 1615 年 12 月 6 日 ( 元和 ( 日本 ) 元年 10 月 16 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 武将 ・ 大名 。 +牛頭 天王 ( ごず てんのう   ゴーシール シャ   go ś īr ş a ) は 、 もともと は インド の 神 で 祇園 精舎 の 守護 神 で あ る 。 +渉成園 ( しょうせい えん ) は 、 京都 府 京都 市 下京 区 に あ る 真宗 大谷 派 本山 真宗 本 廟 ( 東本願 寺 ) の 飛地 境 内 地 。 +侍所 ( さむらいどころ ) は 、 鎌倉 幕府 と 室町 幕府 に お い て 、 軍事 ・ 警察 を 担 っ た 組織 。 +覚深 法 親王 ( かくしん ほっ しん の う 、 天正 16 年 5 月 5 日 ( 旧暦 ) ( 158 8 年 5 月 29 日 ) - 慶安 元年 1 月 21 日 ( 旧暦 ) ( 1648 年 3 月 15 日 ) ) は 、 江戸 時代 前期 の 真言 宗 の 僧 。 +谷 三十郎 ( た にさんじゅうろう 、 ? - 慶応 2 年 4 月 1日 ( 旧暦 ) ( 1866 年 5 月 15 日 ) ) は 新選 組 七 番 隊 組長 で 、 槍術 師範 で あ っ た と も さ れ る 。 +岩佐一亭 ( いわさ いって い 、 安永 ( 1779 年 ) 8 年 8 月 24 日 ) - 安政 5 年 ( 1858 年 ) 1 1 月 28 日 ) は 、 江戸 時代 後期 の 日本 の 書家 。 +源 頼親 ( みなもと の より ちか 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +俳号 ( はいごう ) あるいは 俳名 ( はいめい 、 はいみょう ) と は 、 俳諧 あるいは 後 の 俳句 を 作 る 際 に 用い る 号 の こと で あ る 。 +神社 ( じんじゃ ) と は 、 神道 信仰 に 基づ い て 作 ら れ た 宗教 施設 。 +京都 府 ( きょうと ふ 、 英語 表記 : KyotoPrefecture ) は 、 日本 の 都 道 府 県 の 一 つ で 、 近畿 地方 に 属 する 。 +高雲 寺 ( こううんじ ) は 、 京都 市 北 区 ( 京都 市 ) 雲ヶ畑 中畑 町 に あ る 臨済 宗 永源 寺 派 の 末寺 。 +シタテルヒメ は 、 日本 神話 に 登場 する 神道 の 神 で あ る 。 +津村 禮次郎 ( つむら   れいじろう 、 1942 年 - ) は 能楽 師 。 +天津 甕星 ( あまつみかぼし ) は 、 日本 神話 に 登場 する 星 の 神 ( 神道 ) で あ る 。 +源 仲政 ( みなもと の なかま さ 、 生没 年 未詳 ) は 平安 時代 末期 の 武将 ・ 歌人 。 +密陀 絵 ( みつだ え ) は 、 絵画 技法 の 一 つ 。 +坂田 神明宮 ( さかた しん めい ぐう ) は 滋賀 県 米原 市 近江町 に 鎮座 する 神社 で あ る 。 +土岐 頼遠 ( ときより とお 、 ? - 興国 3 年 / 康永 元年 12 月 1日 ( 旧暦 ) ( 1342 年 12 月 29 日 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +市村 辰之助 ( いちむら たつのすけ 、 弘化 3 年 ( 1846 年 ) - 明治 5 年 2 月 7 日 ( 旧暦 ) ( 1872 年 3 月 15 日 ) ) は 、 新撰 組 隊士 。 +奈良 街道 ( なら かいどう ) ・ 大和 街道 ( やまと かいどう ) は 奈良 あるいは 大和 国 に 向か う 街道 の 総称 。 +雁金 準一 ( かりが ね じゅんいち 、 1879 年 ( 明治 12 年 ) 7 月 30 日 - 1959 年 ( 昭和 34 年 ) 2 月 21 日 ) は 、 明治 から 昭和 に かけ て の 棋士 ( 囲碁 ) 。 +『 古今 和 歌集 』 ( こきん わかしゅう ) と は 初めて の 勅撰 和 歌集 で あ る 。 +大蔵 善行 ( おおくら の よしゆき 、 天長 9 年 ( 832 年 ) - 延喜 21 年 ( 921 年 ) ? ) は 、 平安 時代 の 学者 。 +僧坊 酒 ( そうぼうしゅ ) は 平安 時代 から 江戸 時代 に 至 る まで 、 大寺院 で 醸造 さ れ た 日本 酒 の 総称 。 +葛飾 北斎 ( 葛飾 北齋 、 かつ しか ほくさい 。 宝暦 10 年 9 月 23 日 ( 旧暦 ) ? 〈 17 60 年 10 月 31 日 ? 〉 - 嘉永 2 年 4 月 18 日 ( 旧暦 ) 〈 1849 年 5 月 10 日 〉 ) は 、 日本 の 近世 に あた る 江戸 時代 に 活躍 し た 浮世 絵 で あ り 、 とりわけ 後期 、 文化 ( 元号 ) ・ 文政 の 頃 ( 化 政 文化 ) を 代表 する 一人 。 +味噌 汁 ( みそ しる ) は 、 出汁 に 野菜 や 魚介 類 など の 具 ( 「 実 」 と も 称 さ れ る ) を 加え 、 煮 て 、 味噌 で 調味 し た 日本 料理 。 +御田 ( おた 、 み た 、 お みた 、 おんた 、 おんだ 、 おでん ) と は 、 寺社 や 皇室 等 が 所有 する 領田 の こと 、 また その 領田 で 行 わ れ る 行事 の こと も 指 す 。 +津田 梅子 ( つだうめこ 、 元治 元年 12 月 8 日 ( 旧暦 ) ( 1864 年 12 月 31 日 ) - 1929 年 ( 昭和 4 年 ) 8 月 16 日 ) は 、 明治 の 教育 者 。 +跳び 六方 ( とびろっぽう ) と は 、 歌舞伎 に お い て 役者 の 舞台 から の 退場 時 、 大き く 横とび を し て 、 感動 を 高め る 演技 技 法 で あ る 。 +雪 月花 ( せつげつ か 、 ゆき つきはな と も ) は 、 白居易 の 漢詩 「 寄殷 協律 」 の 一 句 「 雪 月 花 時 最憶 君 」 に よ る 語 。 +川田 神社 ( かわた じんじゃ ) は 、 滋賀 県 湖南 市 甲西町 に 鎮座 する 神社 で あ る 。 +班田 収授法 ( はんでんしゅうじゅ の ほう ) と は 、 古代 日本 に お い て 施行 さ れ た 農地 ( 田 ) の 支給 ・ 収容 に 関 する 法 体系 で あ る 。 +芹沢 鴨 ( せりざ わかも 、 芹澤 鴨 、 文政 10 年 ( 1827 年 ) ? - 文久 3 年 9 月 16 日 ( 旧暦 ) ( 1863 年 10 月 28 日 ) ) もしくは 9 月 18 日 ( 旧暦 ) ( 10 月 30 日 ) ) は 、 幕末 の 水戸 藩 浪士 、 新 選 組 ( 壬生 浪士 ) の 初代 筆頭 局長 。 +主水司 ( しゅすいし ・ もいとり の つかさ ) は 律令 制 に お い て 宮内 省 に 属 する 機関 の 一 つ で あ る 。 +風神 ( ふうじん ) 、 風 の 神 ( かぜ の かみ ) 、 風伯 ( ふうはく ) は 、 風 を 司 る 神 。 +行 者 に は 、 次 の 意味 が あ る 。 +大友 氏 泰 ( おおと も うじやす 、 1321 年 ( 元亨 元年 ) - 1362 年 ( 正平 ( 日本 ) 17 年 / 貞治 元年 ) ) は 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +ひれ 酒 ( ひれざけ ) は 、 日本 酒 の 飲 み方 の ひと つ 。 +中山家 ( なかやま け ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +皇円 ( こうえん 、 承保 元年 ( 1074 年 ) ? - 嘉応 元年 6 月 13 日 ( 旧暦 ) ( 1169 年 7 月 9 日 ) ? ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +藤原 雅正 ( ふじわら の まさただ 、 生年 未詳- 応和 元年 ( 96 1 年 ) ) は 、 平安 時代 中期 の 公家 ・ 歌人 。 +井田 武雄 ( いだ たけお 、 嘉永 4 年 ( 1851 年 ) 11 月 - 昭和 8 年 ( 1933 年 ) ) は 、 日本 の 医師 、 実業 家 。 +打衣 ( うち ぎぬ ) は 、 十 二 単 で 着用 する 着物 の 一 つ 。 +源 潔姫 ( みなもと の きよひめ 、 弘仁 元年 ( 810 年 ) - 斉衡 3 年 ( 856 年 ) 6 月 25 日 ) は 、 嵯峨 天皇 の 皇女 。 +令 集解 ( りょう の しゅうげ ) は 、 9 世紀 前半 ( 868 年 頃 ) に 編纂 さ れ た 養老 律令 の 注釈 書 。 +三善 長衡 ( みよし の なが ひら 、 仁安 ( 日本 ) 3 年 ( 1168 年 ) - 寛元 2 年 3 月 25 日 ( 旧暦 ) ( 1244 年 5 月 3 日 ) は 、 鎌倉 時代 初期 の 官人 。 +駒沢 利斎 ( こまざわ   りさい ) は 千家 十 職 の 一 つ 。 +呂宋 助左衛門 ( るそんすけざえもん 、 永禄 8 年 ( 1565 年 ) ? - 没年 不詳 ) は 、 戦国 時代 ( 日本 ) の 和泉 国堺 市 の 貿易 商人 で あ る 。 +日本 国 に おけ る 古代 ・ 中世 の 荘園 や 荘園 公領 制 下 の 村落 の 領主 で あ る 権門 勢家 や 在地 の 地頭 たち は 、 その 領域 ( 国家 ) を 明確 に し て 支配 の 正統 性 を 主張 し て い た 。 +賀静 ( が しょう 、 仁和 3 年 ( 887 年 ) - 康保 4 年 1 月 9 日 ( 旧暦 ) ( 96 7 年 2 月 20 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +大原 雑魚 寝 ( おおはら ざこね ) は 、 節分 の 夜 、 京都 府 愛宕 郡 大原 村井出 ( 京都 市 左京 区 大原野村 町 ) の 江文 神社 で 雑魚 寝 し た 風習 で あ る 。 +藤原 宗円 ( ふじわら   の そうえん 、 長元 6 年 ( 10 33 年 ) 又 は 長久 4 年 ( 1043 年 ) - 天永 2 年 10 月 18 日 ( 旧暦 ) ( 1111 年 11 月 20 日 ) は 平安 時代 後期 の 人物 。 +二条 重良 ( に じょう しげよし 、 宝暦 元年 11 月 8 日 ( 旧暦 ) ( 175 1 年 12 月 25 日 ) - 明和 5 年 7 月 2 日 ( 旧暦 ) ( 1768 年 8 月 13 日 ) ) は 江戸 時代 の 公家 。 +紅梅 ( こうばい ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +範俊 ( はんしゅん 、 長暦 2 年 ( 10 38 年 ) - 天永 3 年 4 月 24 日 ( 旧暦 ) ( 1112 年 5 月 21 日 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +竜田 姫 ( たつたひめ ) は 日本 の 秋 の 神 。 +宇治 駅 ( うじ えき ) は 、 京都 府 宇治 市 に あ る 、 京阪 電気 鉄道 京阪 宇治 線 の 鉄道 駅 。 +日本 現報 善 悪 霊異記 / 日本 国 現報 善 悪 霊異記 ( に ほん こくげん ほう ぜん あくりょういき ) は 、 平安 時代 初期 に 書 か れ た 日本 最古 の 説話 集 で あ る 。 +奥平信昌 ( おくだいら のぶまさ ) は 戦国 時代 ( 日本 ) から 江戸 時代 に かけ て の 武将 。 +二 条為 氏 ( に じょう ためうじ 、 貞応 元年 ( 1222 年 ) - 弘安 9 年 9 月 14 日 ( 旧暦 ) ( 1286 年 10 月 3 日 ) ) は 、 鎌倉 時代 中期 の 公卿 ・ 歌人 。 +有地 品 之允 ( ありちしな の じょう 、 1843 年 4 月 14 日 ( 天保 14 年 3 月 15 日 ( 旧暦 ) ) - 1919 年 ( 大正 8 年 ) 1 月 17 日 ) は 日本 の 海軍 軍人 、 政治 家 。 +松井 興長 ( まつい お きな が 、 天正 10 年 ( 15 82 年 ) - 寛文 元年 ( 1661 年 ) ) は 、 安土 桃山 時代 、 江戸 時代 の 人物 。 +加東 大介 ( かとう だいすけ 、 1911 年 2 月 18 日 - 1975 年 7 月 31 日 ) は 東京 都 生まれ の 俳優 。 +血脈 相承 ( けちみゃく ・ そうじょう 、 そうしょう ) は 、 仏教 に お い て 、 法 ( 仏教 ) が 師 から 、 弟子 へ と 相続 さ れ る こと を 、 人体 に おけ る 血液 の 流れ に 譬え た 語 。 +白粉 婆 ( おしろ い ばばあ 、 おしろ い ばば ) また は 白粉 婆 さん ( おしろ い ばあ さん ) は 、 奈良 県 吉野 郡 十津川 流域 に 伝わ る 老婆 の 妖怪 。 +宇多 天皇 ( うだてんのう 、 貞観 9 年 5 月 5 日 ( 867 年 6 月 10 日 ) - 承平 元年 7 月 19 日 ( 93 1 年 9 月 3 日 ) ) は 、 日本 の 第 59 代 天皇 ( 在位 : 仁和 3 年 11 月 17 日 ( 887 年 12 月 5 日 ) - 寛平 9 年 7 月 3 日 ( 897 年 8 月 4 日 ) ) 。 +大王 ( おおきみ ) と は 、 一般 に 3 世紀 後半 から 7 世紀 末頃 、 古墳 時代 から 飛鳥 時代 に かけ て の ヤマト 王権 ( 倭国 ) の 首長 を 指 し て い う 歴史 用語 。 +平将門 ( たいら の まさかど 平 將門 、 延喜 3 年 ( 90 3 年 ) ? - 天慶 3 年 2 月 14 日 ( 旧暦 ) ( 940 年 3 月 25 日 ) ) は 、 平安 時代 中期 の 武将 。 +薙鎌 ( なぎ がま 、 ないか ま ) は 、 長 さ 七 尺 程度 ( 約 210 cm ) の 円柱 の 木棒 を 柄 と し 、 刃 を 手前 に し た 短 い 直刀 を 柄 の 先端 に 直角 に 付け た 武器 。 +行賀 ( ぎょう が 、 天平 元年 ( 729 年 ) - 延暦 22 年 2 月 8 日 ( 旧暦 ) ( 80 3 年 3 月 4 日 ) ) は 、 奈良 時代 の 僧 。 +新 幹線 ( しんかんせん ) は 、 旧 日本 国 有 鉄道 ( 国鉄 ) が 1964 年 ( 昭和 39 年 ) 10 月 1日 に 営業 運転 を 始め た 東海道 新 幹線 を 初 の 路線 と し 、 現在 JR グループ が 運行 する 高速 鉄道 路線 および それ に 用い られ る 車両 、 並び に 関連 する 鉄道 輸送 システム 全体 を も 指 す 呼称 で あ る 。 +山伏 ( やまぶし ) と は 、 山 の 中 を ひたすら 歩 き 、 修行 を する 修験 道 の 行者 。 +吉村 公三郎 ( よしむら こうざ ぶろう 、 1911 年 9 月 9 日 - 2000 年 11 月 7 日 ) は 、 昭和 期 の 映画 監督 。 +傘福 ( かさふく ) と は 、 山形 県 酒田 市 周辺 で 飾 ら れ る つるし 飾り 。 +成 石平四郎 ( な るいしへいしろう 、 18 82 年 8 月 12 日 - 19 11 年 1 月 24 日 ) は 社会 主義 者 。 +お 雇 い ( 御雇 ) 外国 人 ( おやと いがいこく じん ) と は 、 幕末 以降 明治 初期 に 、 「 殖産 興業 」 など を 目的 と し て 、 欧米 の 先進 技術 や 学問 、 制度 を 輸入 する ため に 雇用 さ れ た 欧米 人 の こと で あ る 。 +伊勢 貞興 +十 条 駅 ( じゅう じょう えき ) は 、 京都 府 京都 市 南区 _ ( 京都 市 ) に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +上 杉 房定 ( うえすぎふ さ さだ 、 永享 5 年 ( 1433 年 ) ? - 明応 2 年 10 月 17 日 _ ( 旧暦 ) ( 1494 年 11 月 14 日 ) ) は 、 室町 時代 ・ 戦国 時代 ( 日本 ) の 人物 。 +日本 三 大 天神 ( にほん さんだい てんじん ) と は 、 日本 の 代表 的 な 3 ヶ所 の 天満 宮 の 総称 で あ る 。 +木食養 阿 ( もくじ き ようあ 、 生年 不詳- 宝暦 13 年 11 月 21 日 ( 旧暦 ) ( 1763 年 12 月 25 日 ) ) は 、 江戸 時代 中期 の 真言 宗 の 僧 。 +寂如 ( じゃくにょ 、 慶安 4 年 ( 1651 年 ) - 享保 10 年 8 月 15 日 ( 旧暦 ) ( 1725 年 8 月 15 日 ) ) は 、 江戸 時代 前期 の 浄土 真宗 の 僧 。 +京都 青年 師範 学校 ( きょう と せいねんしはん がっこう ) は 、 1944 年 ( 昭和 19 年 ) に 設立 さ れ た 青年 師範 学校 で あ る 。 +京都 御苑 ( きょう と ぎょえん ) は 京都 府 京都 市 上京 区 に あ る 国民 公園 。 +土蜘蛛 ( つちぐも ) と は 、 実在 する クモ の 名前 で は な い 。 +焼酎 ( しょうちゅう ) と は 酒類 の うち 蒸留 酒 の 一種 で あ る 。 +石川 盛義 ( いしかわ もり よし 、 生年 不詳 - 文保 2 年 8 月 2 日 ( 旧暦 ) ( 1318 年 8 月 28 日 ) ) は 、 鎌倉 時代 の 武将 。 +占事 略 决 ( せん じ りゃっけつ 、 せん じりゃく けつ ) は 、 平安 時代 の 陰陽 師 ・ 安倍 晴明 が 撰 し た と さ れ る 、 現存 最古 の 陰陽 道 に 関 する 書物 で あ る 。 +野口 王墓 ( のぐち の おう の はか ) は 、 奈良 県 明日香 村 に 所在 する 古墳 時代 終末 期 の 八角 墳 で あ る 。 +美泉 定山 ( みいずみ じょうざん 、 文化 ( 元号 ) 2 年 ( 180 5 年 ) - 明治 10 年 ( 1877 年 ) 11 月 4 日 ) は 、 備前 国 ( 現在 の 岡山 県 ) 出身 の 僧侶 。 +久多 ( くた ) は 京都 府 京都 市 左京 区 の 最北端 に 位置 する 地名 で あ る 。 +因幡 国造 浄成女 ( いなば の くにのみやつこ きよなり の むすめ 、 ? - 延暦 15 年 ( 796 年 ) 10 月 15 日 ( 旧暦 ) ) は 奈良 時代 から 平安 時代 初頭 に かけ て の 人物 。 +入唐 求法 巡礼 行 記 ( にっとう ぐ ほうじゅん れい こうき ) と は 、 9 世紀 の 日本 人 僧 で 、 最後 の 遣唐 使 ( 承和 ) に おけ る 入唐 請益 僧 で あ る 円仁 ( 794 年 ‐ 864 年 ) の 旅行 記 で あ る 。 +大伴 坂上 二嬢 ( さかの うえ の お と いらつめ 、 生没年 不詳 ) は 、 大伴 宿奈 麻呂 と 大伴 坂上郎 女 の 間 の 次女 。 +大岩山 ( おお いわやま ) と は 、 京都 府 京都 市 伏見 区 と 山科 区 南西部 に またが る 山 。 +勧修 寺 経直 ( かじゅうじつね なお 、 生年 不明- 文安 6 年 3 月 13 日 ( 旧暦 ) ( 1449 年 4 月 5 日 ) ) は 、 室町 時代 の 公家 ( 公卿 ) 。 +桂 離宮 ( かつら りきゅう ) は 京都 市 西京 区 桂 に あ る 離宮 ( 離宮 と は 皇居 と は 別 に 設け た 宮殿 の 意 ) で あ る 。 +尭孝 ( ぎょうこう 、 明徳 2 年 / 元中 8 年 ( 1391 年 ) - 康正 元年 7 月 5 日 ( 旧暦 ) ( 1455 年 8 月 17 日 ) ) は 、 室町 時代 中期 の 僧 ・ 歌人 。 +橘大郎女 ( たちばな の おお いらつめ 、 生没年 不詳 ) は 、 聖徳 太子 の 妃 。 +JAL 音 舞台 シリーズ ( じゃる おと ぶたい しりーず ) は 、 毎年 9 月 頃 に 京都 ・ 奈良 の 歴史 建造 建物 で あ る 寺院 を 舞台 に 、 国内 ・ 海外 の 一流 アーティスト を 招 い て 行 わ れ る コンサート で あ る 。 +多聞院 日記 ( た もんいん にっき ) は 奈良 興福寺 の 塔頭 多聞 院 に お い て 、 文明 _ ( 日本 ) 10 年 ( 1478 年 ) から 元和 ( 日本 ) 4 年 ( 1618 年 ) に かけ て 140 年 も の 間 、 僧 の 英俊 を 始め 、 三 代 の 筆者 に よ っ て 延々 と 書き継 が れ た 日記 。 +石川 光貞 ( いしかわ みつ さだ 、 生年 不詳 - 文永 6 年 2 月 2 日 ( 1269 年 3 月 13 日 ) ) は 、 鎌倉 時代 の 武将 。 +凡海 麁 鎌 ( おおあま の あらかま 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +末吉 孫左衛門 ( すえよしまござえもん 、 元亀 元年 ( 1570 年 ) - 元和 ( 日本 ) 3 年 3 月 26 日 ( 旧暦 ) ( 161 7 年 5 月 1日 ) ) は 、 江戸 時代 初期 に 朱 印船 貿易 で 活躍 し た 大坂 の 大 商人 。 +『 観無 量 寿経疏 』 ( かんむりょう じゅ きょうしょ ) は 、 中国 の 善導 が 撰述 し た 注釈 書 。 +東亞 キネマ 株式 會社 ( とうあ - 、 1923 年 設立 - 1932 年 11 月 買収 ) は 、 かつて 存在 し た 日本 の 映画 会社 で あ る 。 +源智 ( げんち 、 寿永 2 年 ( 1183 年 ) - 暦仁 元年 12 月 12 日 ( 旧暦 ) ( 1239 年 1 月 18 日 ) ) は 、 鎌倉 時代 前期 の 浄土 宗 の 僧 。 +飯 富季貞 ( おぶす えさだ / 源季貞 ( みなもとの すえさだ ) 、 生没年 不詳 ) は 、 平安 時代 末期 の 武将 ・ 歌人 。 +和佐範遠 ( わさのりと お ) は 、 江戸 時代 前期 の 紀州 藩士 。 +大槻 俊斎 ( おおつき しゅんさい 、 文化 ( 元 号 ) 3 年 ( 180 6 年 ) - 文久 2 年 4 月 9 日 ( 旧暦 ) ( 1862 年 5 月 7 日 ) ) は 、 幕末 の 蘭方 医 。 +山田 春隆 ( やまだ はるたか 、 生没年 不詳 ) は 新 選 組 の 前身 、 壬生 浪士 組 の 隊士 で あ る 。 +西洞院 通 ( にし の とういんどおり ) は 京都 市 の 南北 の 道路 の 一 つ 。 +二俣 駅 ( ふたまた えき ) は 、 京都 府 福知 山 市 大江町 ( 京都 府 ) 二俣 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮 福線 の 鉄道 駅 。 +新庄 二塚 古墳 ( しんじょう ふたづか こふん ) は 、 奈良 県 葛城 市 ( 旧 北葛城 郡 新庄 町 ) に あ る 古墳 で 、 国 の 史跡 に 指定 さ れ て い る 。 +櫻間 伴馬 ( さくらまばんま 、 1835 年 ( 天保 6 年 ) - 1917 年 ( 大正 6 年 ) ) は 、 シテ 方 金 春 流能 楽師 。 +法華 経 ( ほけ きょう 、 ほっけ きょうと も ) は 、 大乗 仏教 の 経典 「 サッダルマ ・ プンダリーカ ・ スートラ ( saddharmapuNDariika - suutra ) 」 ( 「 正し い 教え で あ る 白 い 蓮 の 花 」 の 意 ) の 漢訳 で の 総称 。 +岩佐 又兵衛 ( いわ さまたべえ 、 天正 6 年 ( 1578 年 ) - 慶安 3 年 6 月 22 日 ( 旧暦 ) ( 1650 年 7 月 20 日 ) は 、 江戸 時代 初期 の 絵師 。 +平国香 ( たいら の くに か 平國 香 、 生年 未詳 - 承平 ( 日本 ) 5 年 ( 935 年 ) 2 月 ( 旧暦 ) ) は 、 平安 時代 中期 の 武将 。 +宇川 温泉 ( うかわ おんせん ) は 、 京都 府 京丹後 市 丹後町 に あ る 温泉 。 +九条 稙 通 ( くじょう たねみち 、 永正 4 年 1 月 11 日 ( 旧暦 ) ( 150 7 年 2 月 22 日 ) - 文禄 3 年 1 月 5 日 ( 旧暦 ) ( 1594 年 2 月 24 日 ) ) は 、 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 関白 ・ 古典 学 者 。 +アオノリ ( 青海苔 、 英 greenlaver ) は 緑藻 類 アオサ 科 アオノリ 属 ( Enteromorpha ) の 海藻 で 、 スジアオノリ 、 ウスバアオノリ 、 ヒラアオノリ 、 ボウアオノリ など の 総称 。 +鳴釜 ( な りかま 、 なりがま ) また は 釜鳴 ( か まなり ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +神世 七 代 ( かみ の よ なな よ ) と は 、 日本 神話 で 、 天地 開闢 ( 日本 神話 ) の とき 生成 し た 七代 の 神 の 総称 。 +鬼 ( おに ) は 、 日本 の 妖怪 。 +藤原 頼通 ( ふじわら の より みち 、 正暦 3 年 ( 992 年 ) - 承保 元年 2 月 2 日 ( 旧暦 ) ( 1074 年 3 月 2 日 ) ) は 、 平安 時代 の 公卿 ・ 廷臣 。 +本項 京都 市 左京 区 の 町名 ( きょう とし さ きょうく の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +冷泉 為和 ( れいぜいため か ず 、 文明 ( 日本 ) 18 年 ( 1486 年 ) - 天文 ( 元号 ) 18 年 7 月 10 日 ( 旧暦 ) ( 1549 年 8 月 3 日 ) ) は 室町 時代 の 公卿 、 歌人 。 +藤原 定子 ( ふじわら の ていし / さだこ ) 、 貞元 ( 日本 ) 2 年 ( 977 年 ) ― 長保 2 年 12 月 16 日 ( 旧暦 ) ( ユリウス 暦 100 1 年 1 月 13 日 ) ) は 、 平安 時代 、 第 66 代 一 条 天皇 の 中宮 、 のち 皇后 ( 享年 は 同 時代 の 公卿 藤原 行成 の 日記 『 権記 』 に よ る 。 +稲葉 正発 ( いなば まさのり 、 享和 元年 9 月 21 日 ( 旧暦 ) ( 180 1 年 10 月 28 日 ) - 文政 6 年 6 月 21 日 ( 旧暦 ) ( 1823 年 7 月 28 日 ) ) は 、 山城 国 淀藩 の 第 9 代 藩 主 。 +相撲 ( すもう ) は 日本 古来 の 神事 や 祭り で あ る 。 +藤原 顕季 ( ふじわら の あきすえ 、 天喜 3 年 ( 1055 年 ) - 保安 ( 元号 ) 4 年 9 月 6 日 ( 旧暦 ) ( 1123 年 9 月 27 日 ) ) は 、 平安 時代 後期 の 貴族 。 +外戚 ( がいせき ) と は 皇帝 、 王 の 母親 又 は 妃 の 一族 の 事 で あ る 。 +民家 ( みんか ) と は 、 一般 の 庶民 が 暮ら す 住まい の こと 。 +西吉野 温泉 ( にし よしの おんせん ) は 、 奈良 県 五條 市 西 吉野 町 城戸 ( 旧 西 吉野村 ) ( 旧 国 大 和国 ) に あ る 温泉 。 +後二 条 師 通記 ( ご に じょう もろみちき ) は 、 平安 時代 後期 に 活躍 し た 藤原 師通 の 記 し た 日記 。 +橋本 勘五郎 ( はしもと かんご ろ う 、 文政 5 年 ( 1822 年 ) - 明治 30 年 ( 1897 年 ) ) は 、 江戸 時代 末期 から 明治 時代 に かけ て 活躍 し た 肥後 藩 の 石工 で あ る 。 +神具 ( しんぐ ) と は 、 神道 の 祭祀 に 用い られ る 道具 また は 器具 を い う 。 +初陣 ( ういじん ) は 日本 に おけ る 武士 階級 の 子弟 が 初めて 戦闘 行為 に 参加 する こと を い う 。 +低 濃度 酒 ( ていのうどしゅ ) と は 、 近年 開発 さ れ た アルコール 度 数 13 度 以下 、 平均 的 に は 8 度 前後 の 日本 酒 の こと で あ る 。 +藤原 清廉 ( ふじわらの きよ かど 生没年 不詳 ) は 、 平安 時代 中期 の 下級 官人 。 +経津 主神 ( ふつぬし の かみ ) は 日本 神話 に 登場 する 神 で あ る 。 +水切り ( みずきり ) +小川 宮 ( おがわ の みや 、 応永 11 年 ( 140 4 年 ) 6 月 - 応永 32 年 2 月 16 日 ( 旧暦 ) ( 142 5 年 3 月 6 日 ) ) は 、 室町 時代 の 日本 の 皇族 。 +台湾 出兵 ( たいわん しゅっぺい ) は 、 1874 年 ( 明治 7 年 ) に 明治 政府 が 行 っ た 台湾 へ の 軍事 出兵 で あ る 。 +嵐山本線 ( あらしやま ほんせん ) は 、 京都 府 京都 市 下京 区 の 四条 大宮 駅 から 右京 区 の 嵐山 駅 ( 京福 電気 鉄道 ) まで を 結 ぶ 京福 電気 鉄道 の 路線 。 +大極 殿 ( だい ごくでん ) は 、 古代 の 朝廷 の 正殿 。 +天文道 ( てんもん どう ) と は 、 天文 現象 の 異常 ( 天文 異変 / 天変 現象 ) を 観測 ・ 記録 し 、 その 地上 へ の 影響 に つ い て 研究 する 古代 の 学問 。 +桜湯 ( さくらゆ ) と は 、 塩漬け に し た サクラ の 花 を 湯 に 入れ た 飲み物 。 +真紹 ( しんしょう 、 延暦 16 年 ( 797 年 ) - 貞観_ ( 日本 ) 15 年 7 月 7 日 ( 旧暦 ) ( 873 年 8 月 3 日 ) ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +近衛 尚嗣 ( このえ   ひさつ ぐ 、 元和 ( 日本 ) 8 年 3 月 10 日 ( 旧暦 ) ( 1622 年 4 月 20 日 ) - 承応 2 年 7 月 19 日 ( 旧暦 ) ( 1653 年 9 月 10 日 ) ) は 、 江戸 時代 前期 の 公家 。 +命婦 ( みょうぶ ) と は 、 律令 制 日本 の 律令 制下 の 日本 に お い て 従 五 位 下 以上 の 位 階 を 有 する 女性 、 ないし 官人 の 妻 の 地位 を 示 す 称号 。 +院庁 ( いんの ちょう ) は 、 日本 の 古代 ・ 中世 に お い て 、 院政 を 布 い た 太上 天皇 直属 の 政務 機関 、 また は 女院 の 所務 沙汰 ・ 雑務 沙汰 を 処理 し た 機関 。 +長尾 雨山 ( なが おうざん 、 元治 元年 9 月 18 日 ( 旧暦 ) ( 1864 年 10 月 18 日 ) - 昭和 17 年 ( 1942 年 ) 4 月 1日 ) は 、 明治 期 の 日本 の 漢学 者 ・ 書家 ・ 文人 画 ・ 篆刻 家 で あ る 。 +共同 運輸 会社 ( きょうどう うんゆ がいしゃ ) は 、 三井 財閥 など の 反三菱 財閥 勢力 が 投資 しあ い 、 東京 風帆船 会社 ・ 北海道 運輸 会社 ・ 越中 風 帆船 会社 の 三 社 が 合併 し て 18 82 年 7 月 に 創立 さ れ た 船 会社 。 +織田 一磨 ( おだ かずま 、 18 82 年 11 月 11 日 - 1956 年 3 月 18 日 ) は 明治 期 から 昭和 期 の 芸術 家 、 版画 家 。 +夷千 島 王 遐叉 ( えぞち しま おう か しゃ 又 は えぞ がちしま おう か ひ 、 えぞ がちしま お う カユー と も ) と は 、 14 82 年 に 李 氏 朝鮮 に 対 し て 高麗 八 萬 大蔵 経 を 求め る 使者 を 送 っ た 名義 人 で あ る 。 +百 度 参り ( ひゃく ど まいり ) は 、 日本 の 民間 信仰 で 、 神仏 に 祈願 する ため に 同一 の 社寺 に 百 度 参拝 する こと で あ る 。 +トロッコ 保津 峡 駅 ( トロッコ ほづ きょう えき ) は 、 京都 府 京都 市 西京 区 嵐山 北 松尾山 に あ る 、 嵯峨野 観光 鉄道 嵯峨野 観光 鉄道 嵯峨野 観光 線 の 鉄道 駅 。 +うい ろう ( 外郎 ) は 蒸 し 菓子 の 一 つ 。 +土 御 門 藤子 ( つちみかど ふじこ 、 1842 年 ( 天保 13 年 ) ? - 1875 年 ( 明治 8 年 ) 7 月 13 日 ) は 、 江戸 時代 後期 ~ 幕末 の 公家 の 女性 、 女官 、 大奥 女 中 。 +川端 茅舎 ( かわばた ぼうしゃ 、 1897 年 8 月 17 日 - 1941 年 7 月 17 日 ) は 、 東京 都 日本橋 蛎殻町 出身 の 日本 の 俳人 、 画家 。 +黒川 能 ( くろかわ のう ) と は 、 山形 県 の 鶴岡 市 に 伝わ る 伝統 芸能 。 +元 親 夫人 ( もとちか ふじん 、 生年 不詳 - 天正 11 年 7 月 22 日 ( 1583 年 ) ) は 、 戦国 時代 ( 日本 ) の 女性 。 +採訪 処置 使 ( さいほうしょちし ) は 、 中国 ・ 唐代 の 官名 で あ る 。 +丹後 海陸 交通 株式 会社 ( たんご かいりく こうつう ) は 、 京都 府 宮津 市 ・ 京丹後 市 ・ 与謝 郡 など 丹後 半島 周辺 地域 で 路線 バス ・ 船舶 ・ ケーブルカー および リフト を 運営 し て い る 会社 。 +玉城 織衛 ( たまき おりえ ) は 、 豊後 国 ( 現 大分 県 ) 出身 の 幕末 の 直心 影 流 剣術 の 剣客 。 +兵法 家 と は 、 以下 を 意味 する 。 +木沢 長政 ( きざわ なが まさ 、 明応 2 年 ( 1493 年 ) ? - 天文 ( 元号 ) 11 年 3 月 17 日 ( 旧暦 ) ( 1542 年 4 月 2 日 ) ) は 、 戦国 時代 ( 日本 ) の 人物 。 +小山   秀朝 ( おやま   ひでと も 、 ? - 13 35 年 8 月 2 日 ( 建武 ( 日本 ) 2 年 7 月 13 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +二 月 騒動 ( に がつ そうどう ) は 、 鎌倉 時代 の 1272 年 ( 文永 9 年 ) 2 月 に 起こ っ た 事件 。 +峰山 駅 ( みねやま えき ) は 、 京都 府 京丹後 市 峰山 町 に あ る 、 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +竺雲 等 連 ( じく うんとう れん 、 永徳 3 年 / 弘和 3 年 ( 1383 年 ) - 文明 ( 日本 ) 3 年 1 月 7 日 ( 旧暦 ) ( 14 7 1 年 1 月 27 日 ) ) は 、 室町 時代 中期 の 臨済 宗 の 僧 。 +新 丸太町 通 ( しん まるたまち どおり ) は 京都 市 左京 区 の 南北 の 通り の 一 つ 。 +保長 ( ほちょう ) と は 、 古代 日本 の 律令 制 で 設置 さ れ た 五保 の 長 。 +藤原 長岡 ( ふじわら の ながおか 、 786 年 ( 延暦 5 年 ) - 849 年 ( 嘉祥 2 年 ) ) は 、 平安 時代 前期 の 官僚 。 +凹石 ( くぼみ いし ) と は 、 こぶし 大 の 円礫 ・ 楕 円 礫 の ほぼ 中央 に 浅 い 凹み を も つ 礫 石器 。 +高向 玄理 ( たかむ この くろまろ 、 生年 不詳 - 白雉 5 年 ( 654 年 ) ) は 飛鳥 時代 の 学者 。 +武田 勝頼 ( たけだ かつより ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 甲斐 国 の 武将 ・ 戦国 大名 。 +本能 寺 の 変 ( ほんのうじ の へん ) は 、 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) 、 織田 信長 の 重臣 明智光 秀 が 謀反 を 起こ し 、 京都 ・ 本能 寺 に 宿泊 し て い た 主君 信長 を 襲 い 、 自殺 さ せ た 事件 。 +日高見 国 ( ひたかみ の くに ) は 、 『 日本 書紀 』 に 登場 する 、 現在 の 東北 地方 ( 岩手 県内 の 北上川 流域 ) に あ っ た 蝦夷 の 国 ( 地方 勢力 圏 ) で あ る 。 +上杉 景勝 ( うえすぎ かげ かつ ) / 長尾 顕景 ( ながお あきかげ ) また は 長尾 景勝 ( ながおかげ かつ ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 大名 。 +植松 雅永 ( うえまつ まさな が 、 承応 3 年 10 月 23 日 ( 旧暦 ) ( 1654 年 12 月 1日 ) - 宝永 4 年 12 月 16 日 ( 旧暦 ) ( 170 8 年 1 月 8 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +涅槃 会 ( ね はんえ ) は 、 涅槃 講 や 涅槃 忌 と も 称 し 、 陰暦 2 月 15 日 ( 旧暦 ) 、 釈迦 の 入滅 ( にゅうめつ ) の 日 に 、 日本 や 中国 など で 勤修 さ れ る 、 釈迦 の 遺徳 追慕 と 報恩 の ため の 法要 で あ る 。 +万里小路 正房 ( まで の こうじ なおふ さ 、 享和 2 年 12 月 1日 ( 旧暦 ) ( 180 2 年 12 月 25 日 ) - 安政 6 年 10 月 22 日 ( 旧暦 ) ( 1859 年 11 月 16 日 ) ) は 、 幕末 の 公家 。 +一条 内経 ( いちじょう うち つね 、 正応 4 年 7 月 17 日 ( 旧暦 ) ( 1291 年 8 月 12 日 ) - 正中 ( 日本 ) 2 年 10 月 1日 _ ( 旧暦 ) ( 1325 年 11 月 7 日 ) ) は 、 鎌倉 時代 後期 の 公卿 ・ 歌人 。 +後 嵯峨 天皇 ( ご さ が てんのう 、 承久 2 年 2 月 26 日 ( 1220 年 4 月 1日 ) - 文永 9 年 2 月 17 日 ( 1272 年 3 月 17 日 ) ) は 、 鎌倉 時代 の 第 88 代 天皇 ( 在位 : 仁治 3 年 1 月 20 日 ( 1242 年 2 月 21 日 ) - 寛元 4 年 1 月 29 日 ( 1246 年 2 月 16 日 ) ) 。 +築 地 塀 ( ついじ べい ) と は 泥土 を つき固め て 作 っ た 塀 。 +阿波 和 三 盆糖 ( あわわ さん ぼん とう ) は 、 徳島 県 で 生産 し た 和三 盆 で 、 伝統 的 に 生産 さ れ て い る 砂糖 の 一種 。 +佐久間 信盛 ( さくま のぶもり ) は 、 安土 桃山 時代 の 武将 。 +関西 歌舞伎 ( かんさい かぶ き ) +神体山 ( しんたいさん ) と は 主に 神道 に お い て 神 ( 神道 ) が 宿 る と さ れ る 山岳 信仰 や 神奈備 ( かむなび ・ 神々 が 神留 ま る 森林 を 抱 く 山 ) の 山 を い う 。 +山上 藩 ( やま かみ はん ) は 、 近江 国 ( 現在 の 滋賀 県 東近江 市 山上 町 ) に 存在 し た 藩 。 +後深草 院 二条 ( ご ふ か くさ いん の に じょう 、 正嘉 2 年 ( 1258 年 ) - 没年 不詳 ) は 鎌倉 時代 の 女性 。 +金鵄 勲章 ( きん し くんしょう ) は 、 日本 の 勲章 の 一 つ 。 +1918 年 米 騒動 ( 19 1 8 ねん こめ そうどう ) と は 、 近世 から 近代 に かけ て の 日本 に おけ る 米 価格 急騰 に ともな う 暴動 。 +将軍継嗣 問題 ( しょうぐん けい し もんだい ) と は 、 幕府 の 次期 征夷 大将軍 ( 将軍 ) の 選定 を 巡 る 政争 。 +交替 式 ( こうたいしき ) は 、 日本 の 律令 官吏 が 交替 する 際 の 事務 引継ぎ に 関 する 法規 集 で あ る 。 +愛国 公党 ( あいこく こうとう ) は 、 最初 の 自由 民権 運動 の 政治 結社 。 +親子 丼 ( おやこ どん 、 おやこ どんぶり ) と は 、 鶏肉 、 玉 ねぎ など を 割り下 で 煮 て 鶏卵 で と じ 、 ご飯 の 上 に 乗せ た 料理 で 丼物 の 一種 。 +廃藩 置県 ( はいはん ちけん ) と は 明治 維新 期 の 明治 4 年 7 月 14 日 ( 旧暦 ) ( 18 71 年 8 月 29 日 ) に 、 明治 政府 が それ まで の 藩 を 廃止 し て 地方 統治 を 中央 管下 の 府 と 県 に 一元 化 し た 行政 改革 で あ る 。 +胆香 瓦 安倍 ( いかご の あへ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +源 師頼 ( みなもと の もろ より 、 治暦 4 年 ( 1068 年 ) - 保延 5 年 12 月 4 日 ( 旧暦 ) ( 1139 年 12 月 26 日 ) ) は 、 平安 時代 後期 の 公卿 ・ 歌人 。 +掃部 寮 ( かもんりょう ) は 、 律令 制 日本 の 律令 制 に お い て 宮内 省 に 属 する 令外 官 。 +御 膳酒 ( ごぜん しゅ ) と は 、 江戸 時代 の 日本 に お い て 征夷 大将軍 や 大名 など 、 いわゆる 殿 様 の 飲用 と し て 醸造 ・ 納品 さ れ た 日本 酒 を い う 。 +京都 府 立 図書 館 は 京都 府 京都 市 左京 区 に あ る 府立 図書 館 で あ る 。 +万里小路 宣房 ( まで の こうじ の ぶふさ 、 正嘉 2 年 ( 1258 年 ) - 貞和 4 年 / 正平 ( 日本 ) 3 年 10 月 18 日 ( 旧暦 ) ( 1348 年 11 月 9 日 ) ? ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) の 公家 で あ る 。 +勤行 ( ごんぎょう ) は 、 精進 の こと 。 +総 大将 ( そうだいしょう ) と は 、 一軍 以上 編成 する 軍団 に お い て 全軍 を 指揮 する 大将 の こと 。 +硯 の 魂 ( すずり の たましい ) また は 硯 の 精 ( すずり の せい ) は 、 鳥山 石燕 の 妖怪 画 集 『 今昔 百 鬼 拾遺 』 に あ る 付喪神 ( 器物 が 変化 し て 生まれ た 妖怪 ) の 一 つ 。 +大兄 ( おおえ ) と は 、 6 世紀 前期 から 7 世紀 中期 まで の 倭 ( 日本 ) に お い て 、 一部 の 有力 な 皇子 が 持 っ た 呼称 ・ 称号 で あ る 。 +矢 部 定政 ( やべ さだまさ 、 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 で 織田 信長 、 後 に 豊臣 秀吉 家臣 。 +彦人 大 兄命 ( ひこ ひ と おおえの みこと ) また は 大江 王 は 、 古墳 時代 の 皇族 。 +吉良 義信 ( きら よしのぶ 、 生没年 不詳 ) は 室町 時代 の 武将 。 +没官 ( もっかん / ぼっかん ) と は 、 律令 法 に お い て 科 さ れ た 付加 刑 の 1 つ で 、 人身 また は 財物 を 官 が 没収 する こと 。 +保食 神 ( うけもち の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +じゃんじゃん 火 ( じゃんじゃんび ) また は ジャンジャン 火 ( ジャンジャンび ) は 、 奈良 県 各地 に 伝わ る 怪火 。 +島津 久光 ( しまづ ひさみつ 、 文化 ( 元号 ) 14 年 10 月 24 日 ( 旧暦 ) ( 1817 年 12 月 2 日 ) - 明治 20 年 ( 1887 年 ) 12 月 6 日 ) は 、 幕末 の 薩摩 藩 に おけ る 事実 上 の 最高 権力 者 。 +古代 の 戸籍 制度 と は 、 飛鳥 時代 に 撰定 ・ 編纂 さ れ た 律令 に よ る 人民 把握 の ため の 戸籍 を い う 。 +熊野 国造 ( くまの の くにのみやつこ 、 くま の こくそう ) と は 、 熊野 国 ( 後 の 紀伊国 牟婁 郡 、 現在 の 和歌山 県 南部 と 三重 県 南部 ) を 古代 に 支配 し た 氏族 。 +和泉 式部 日記 ( いずみ しき ぶ にっき ) は 和泉 式部 に よ っ て 記 さ れ た 日記 で あ り 、 女流 日記 文学 の 代表 的 作品 で あ る 。 +忍び 物見 ( し のび も のみ ) は 、 戦国 時代 ( 日本 ) 、 戦場 で 、 山野 に 隠れ て 敵情 を さぐ る 斥候 。 +藤原 伊勢 人 ( ふじわら の いせんど 、 生没 年 未詳 ) は 、 奈良 時代 末期 から 平安 時代 初期 の 廷臣 。 +大川 神社 ( おおかわ じんじゃ ) は 、 京都 府 舞鶴 市 大川 に あ る 神社 で あ る 。 +戸矢学 ( とやまなぶ 、 昭和 28 年 ( 1953 年 ) - ) は 、 日本 の 神道家 ・ 作家 ・ 企業 コンサルタント 。 +鰻重 ( うなじゅう , うな 重 ) と は 、 一般 に は 木製 の 四角 い 箱 に 漆塗り 等 の 塗り を かけ た 蓋 の 付 い た 食器 で あ る 重箱 の 中 に 御飯 を 入れ ウナギ の 蒲焼 を 載せ 、 上 から 蒲焼 の タレ を かけ た 日本 料理 の 一 つ 、 又 は 鰻 料理 を 入れ る 食器 の 名称 。 +『 贈位 諸 賢伝 』 ( ぞうい しょけん でん ) と は 、 明治 元年 ( 1868 年 ) より 同 43 年 ( 1911 年 ) に かけ て 贈位 さ れ た 人物 、 96 6 人 の 略伝 を 叙述 し た 文献 の こと を い う 。 +平兼盛 ( たいら の かねもり 、 生年 不詳 - 正暦 元年 12 月 28 日 ( 旧暦 ) ( 99 1 年 1 月 21 日 ) ) は 、 平安 時代 中期 の 歌人 。 +石斧 ( せきふ ・ いしおの ) は 石器 の 一種 で 、 木 の 柄 に 取り付け た 石製 の 斧 。 +京都 証券 取引 所 ( きょう と しょうけん とりひき じょ ) は 、 2001 年 3 月 1日 に 廃止 さ れ た 証券 取引 所 で あ る 。 +松平 忠誠 ( まつだいら ただざね 、 天保 11 年 1 月 5 日 ( 旧暦 ) ( 1840 年 2 月 7 日 ) - 明治 2 年 6 月 5 日 ( 旧暦 ) ( 1869 年 7 月 13 日 ) ) は 、 江戸 時代 末期 の 大名 。 +京都 タワー ( きょうと タワー ) は 、 京都 駅 烏丸 中央 口前 に 一際 大き く そびえ立 つ 展望 塔 。 +坂東 蓑助 ( ばん どうみのすけ ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +一代 要記 ( いち だい ようき ) は 、 年代 記 の 一 つ 。 +種熟脱 ( しゅじゅくだつ ) は 、 三益 ( さんやく ) と も い う 。 +葵祭 ( あおい まつり 、 正式 に は 賀茂 祭 ) は 、 京都 市 の 賀茂 御祖 神社 ( 下鴨 神社 ) と 賀茂 別雷 神社 ( 上賀茂 神社 ) で 、 5 月 15 日 ( 陰暦 四 月 の 中 の 酉 の 日 ) に 行な わ れ る 例祭 。 +坂東 亀三郎 ( ばんどう かめさぶろう ) は 、 歌舞伎 役者 。 +随心 院 ( ずいしんいん ・ ずいしん にん ) は 京都 市 山科 区 小野 に あ る 真言 宗 善通寺 派 大 本山 の 仏教 寺院 。 +花園 駅 ( はなぞの えき ) は 、 京都 府 京都 市 右京 区 花園 寺 ノ内町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 で あ る 。 +門葉 ( もんよう ) と は 、 一般 的 に 血縁 関係 が あ る 一族 を 指 す 。 +南明 寺 ( なんみょうじ ) は 奈良 県 奈良 市 阪原町 に あ る 真言 宗 御 室 派 の 寺院 。 +切り戻 し ( きりもどし ) は 、 生け 花 や 、 生花 を 扱 う 業種 で 、 切花 が 長持ち する よう に する 処理 方法 の 一 つ 。 +西園寺 実尚 ( さいおんじ さね なお 、 正保 2 年 ( 1645 年 ) ‐ 万治 3 年 12 月 29 日 ( 旧暦 ) ( 1661 年 1 月 29 日 ) ) は 、 江戸 時代 前期 の 公家 。 +小袿 ( こうちぎ ) は 日本 の 衣服 の 1 つ 。 +弓術 ( きゅうじゅつ ) は 、 弓 ( 武器 ) を 用い て 矢 で 的 を 射 る 技術 、 武術 、 技法 の 事 。 +鵜塚 ( うづか ) は 、 岐阜 県 岐阜 市 に あ る 長良 川 鵜飼 の 鵜 を 供養 する ため の 慰霊 碑 で あ る 。 +怡子 女王 ( いし ( よしこ ) じょおう 、 生没 年 未詳 ) は 、 平安 時代 後期 の 皇族 。 +蒲生 氏 郷 ( が もう うじさと ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 。 +大田 皇女 ( おおた の ひめみこ 、 生年 不詳 - 天智 天皇 6 年 ( 667 年 ) 2 月 ( 旧暦 ) 頃 ) は 、 飛鳥 時代 の 皇族 。 +藤原 重隆 ( ふじわら の しげ た か 、 承保 3 年 ( 1076 年 ) - 元永 元年 ( 1118 年 ) ) は 平安 時代 後期 の 廷臣 。 +若柳 吉蔵 ( わかや ぎ きち ぞう ) は 、 若柳 流宗家 家元 の 名跡 。 +新古 今 時代 ( しんこ きん じだい ) と は 、 文学 の 区分 の こと で 平安 文学 ( 中古 文学 ) と 鎌倉 文学 ( 中世 文学 ) の 間 の 移行 期 に 当た る 。 +大饗 正盛 ( おおあえ まさもり ) は 室町 時代 の 武将 。 +半幅 帯 ( はん は ば おび ) は 、 日本 で 使用 さ れ る 女帯 の 一種 。 +法進 ( ほうしん ・ ほっしん 、 はっしん 。 景竜 3 年 ( 709 年 ) - 宝亀 9 年 9 月 29 日 ( 旧暦 ) ( 778 年 10 月 23 日 ) ) は 、 奈良 時代 唐 から 渡来 し た 僧 。 +源 仲光 ( みなもと の なかみつ 、 生年 不詳 - 治承 4 年 5 月 26 日 ( 旧暦 ) ( 1180 年 6 月 20 日 ) ) は 平安 時代 末期 の 武将 。 +七 福神 ( しち ふく じん ) と は 、 福 を もたら す と し て 日本 で 信仰 さ れ て い る 七柱 の 神 で あ る 。 +義民 ( ぎみん ) と は 、 飢饉 など の 際 の 一揆 の 首謀 者 。 +漢詩 ( かんし ) と は 、 中国 の 伝統 的 な 詩 。 +理忠 女王 ( り ちゅうにょ おう 、 寛永 18 年 8 月 22 日 ( 旧暦 ) ( 1641 年 9 月 26 日 ) - 元禄 2 年 8 月 26 日 ( 旧暦 ) ( 1689 年 10 月 9 日 ) ) は 、 江戸 時代 前期 の 尼僧 。 +金春 禅鳳 ( こんぱる ぜんぽう 、 1454 年 ( 享徳 3 年 ) - 1532 年 ( 天文 ( 日本 ) 元年 ) ? ) は 、 室町 時代 後期 の 能楽師 。 +伏見 宮治 仁王 ( ふしみのみや はる ひと おう   建徳 元年 / 応安 3 年 ( 1370 年 ) - 応永 24 年 2 月 12 日 ( 1417 年 2 月 28 日 ) ) は 、 南北朝 時代 、 室町 時代 の 日本 の 皇族 。 +都良香 ( みやこのよしか 、 承和 ( 日本 ) 元年 ( 834 年 ) - 元 慶 3 年 2 月 25 日 ( 旧暦 ) ( 879 年 3 月 25 日 ) ) は 、 平安 時代 前期 の 漢詩 人 ・ 文人 。 +本丸 、 二の丸 、 曲輪 、 土塁 、 石垣 、 堀 、 門跡 等 多数 +大久保 忠隣 ( おおくぼ ただちか ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 ・ 譜代 大名 。 +役木 ( やく ぼく ) と は 日本 庭園 に おけ る 、 庭 の 景観 の 趣 を 出 す ため に 植え られ る 庭木 の こと で あ る 。 +鎖国 ( さこく ) は 、 江戸 幕府 が 日本 人 の 海外 交通 を 禁止 し 、 外交 ・ 貿易 を 制限 し た 政策 の こと 。 +打ちこわ し ( うちこわ し ) と は 、 江戸 時代 の 民衆 運動 の 形態 の うち 、 不正 を 働 い た と みな さ れ た 者 の 家屋 など を 破壊 する 行為 の こと 。 +三七 延 ( さん しち のべ ) は 、 江戸 時代 、 年貢 の 納め 方 の ひと つ で あ る 。 +株式 会社 平楽 寺 書店 ( へいらく じしょてん ) は 京都 市 中京 区 に あ る 出版 社 で あ る 。 +尊良 親王 ( たか よししん の う / たかな が しんのう 、 1310 年 ( 延慶 3 年 ) ? - 1337 年 4 月 7 日 ( 延元 2 年 / 建武 4 年 3 月 6 日 ) ) は 、 後醍醐 天皇 の 皇子 。 +県令 ( けん れい ) は 、 +石田 駅 ( いしだ えき ) は 、 京都 府 京都 市 伏見 区 石田 森 東町 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 鉄道 駅 で あ る 。 +禅師 ( ぜん じ 、 旧字 : 禪師 ) は 、 中国 ・ 日本 に お い て 、 高徳 な 禅僧 に 対 する 尊称 。 +東田 大塚 古墳 ( ひがい だ おおつか こふん ) は 、 奈良 県 桜井 市 の 纒向 古墳 群 に 属 する 古墳 。 +伏見宮 貞 建親王 ( ふしみのみや さだ たけしんの う 、 元禄 13 年 12 月 21 日 ( 170 1 年 1 月 29 日 ) - 宝暦 4 年 7 月 21 日 ( 175 4 年 9 月 7 日 ) ) は 、 江戸 時代 中期 の 皇族 。 +封建制 ( ほうけん せい ) と は 、 中国 など 漢字 文化 圏 に おけ る 政治 思想 に お い て 主張 さ れ た 、 周王 朝 を 規範 と する 政治 制度 。 +書道 ( しょどう ) と は 、 日本 律令 制 の 大学 寮 に お い て 、 書道 に つ い て 教え た 学科 。 +平頼盛 ( たいら の より もり ) は 、 平安 時代 末期 の 武将 。 +河鰭 実文 ( かわばた さねふみ 、 弘化 2 年 4 月 5 日 ( 旧暦 ) ( 1845 年 5 月 10 日 ) - 明治 43 年 ( 1910 年 ) 7 月 16 日 ) は 、 幕末 から 明治 時代 に かけ て の 公家 ・ 政治 家 。 +滋野井 公麗 ( しげ の いきん かず 、 享保 18 年 11 月 14 日_ ( 旧暦 ) ( 1733 年 12 月 19 日 ) - 天明 元年 9 月 7 日 _ ( 旧暦 ) ( 1781 年 10 月 23 日 ) ) 、 は 江戸 時代 中期 の 公卿 。 +瀧川 辨三 ( たきがわ べんぞう 、 1851 年 - 1925 年 ) は 、 日本 の 実業 家 、 政治 家 で 神戸 市 実業界 の 重鎮 。 +鬼籍 ( きせき ) と は 死者 ( 中国 語 で 言 う 「 鬼 」 ) の 戸籍 。 +天守 、 櫓 、 門 、 塀 、 馬屋 、 石垣 、 土塁 、 堀 +安部井 櫟堂 ( あべい れきどう 、 男性 、 文化 ( 元号 ) 2 年 ( 180 5 年 ) – 明治 16 年 ( 1883 年 ) 9 月 16 日 ) は 、 近代 日本 の 篆刻 家 で あ る 。 +大浦 半島 ( おおうら はんとう ) は 京都 府 北部 と 福井 県 若狭 地方 に またが っ て 、 若狭 湾 に 突き出 た 半島 。 +稲葉 正恒 ( いなば まさつね 、 宝永 3 年 ( 170 6 年 ) - 享保 15 年 3 月 24 日 ( 旧暦 ) ( 1730 年 5 月 10 日 ) ) は 、 山城 国 淀藩 の 第 3 代 藩 主 。 +竹久 夢 二 ( たけひさ ゆめ じ 、 明治 17 年 ( 1884 年 ) 9 月 16 日 - 昭和 9 年 ( 1934 年 ) 9 月 1日 ) は 、 日本 の 画家 ・ 詩人 。 +内藤 信正 ( ない とう のぶまさ ) は 、 戦国 時代 ( 日本 ) の 武将 。 +一条 内実 ( いちじょう な かさね 、 建治 2 年 ( 1276 年 ) - 嘉元 2 年 12 月 17 日 ( 旧暦 ) ( 130 5 年 1 月 13 日 ) ) は 鎌倉 時代 の 公卿 。 +北条 氏 政 ( ほうじょう うじまさ ) は 、 戦国 時代 ( 日本 ) の 相模 国 の 武将 ・ 戦国 大名 。 +遠的 ( えんてき ) は 、 全 日本 弓道 連盟 弓道 競技 規則 に よ っ て 定め られ た 、 弓道 競技 種目 の 一種 。 +本居 宣長 ( もとおり のりなが 、 1730 年 6 月 21 日 ( 享保 15 年 5 月 7 日 ( 旧暦 ) ) - 180 1 年 11 月 5 日 ( 享和 元年 9 月 29 日 ( 旧暦 ) ) ) は 、 江戸 時代 日本 の 国学 者 ・ 文献 学者 ・ 医師 で あ る 。 +東福寺 ( とうふくじ ) は 、 京都 市 東山 区 本町 に あ る 臨済 宗 東福寺 派 本山 の 寺院 。 +国学 ( こくがく ) は 、 日本 の 江戸 時代 中期 に 勃興 し た 学問 で あ る 。 +『 万葉 集 』 ( まんよう しゅう 、 萬葉 集 ) と は 、 7 世紀 後半 から 8 世紀 後半頃 に かけ て 編 ま れ た 、 日本 に 現存 する 最古 の 歌集 で あ る 。 +九州 王朝説 ( きゅうしゅうおう ちょうせつ ) と は 、 古田 武彦 に よ っ て 提唱 さ れ た 、 7 世紀 末 まで 九州 に 王朝 が あ り 、 大宰府 ( 太宰 府 ) が その 首都 で あ っ た と する 説 で あ る 。 +下平屋 ( しもひらや ) は 、 京都 府 北 桑田 郡 に あ っ た 村 。 +藤原 吉野 ( ふじわら の よしの 、 延暦 5 年 ( 786 年 ) - 承和 _ ( 日本 ) 13 年 8 月 12 日 ( 旧暦 ) ( 846 年 9 月 10 日 ) ) は 平安 時代 初期 の 貴族 。 +山路 之徽 ( やまじゆきよし 、 享保 14 年 ( 1729 年 ) - 安永 7 年 1 月 30 日 ( 旧暦 ) ( 1778 年 2 月 26 日 ) ) は 、 江戸 時代 中期 の 儒学 者 ・ 蘭学 者 ・ 和算 家 ・ 天文 学 者 ・ 地理 学 者 。 +朝井 家 ( あさいけ ) は 、 日本 の 氏族 。 +副島 種臣 ( そえじま た ねお み 、 文政 11 年 9 月 9 日 ( 旧暦 ) ( 182 8 年 10 月 17 日 ) - 明治 38 年 ( 190 5 年 ) 1 月 31 日 ) は 、 日本 の 武士 ・ 佐賀 藩 士 、 官僚 、 政治 家 。 +花山院 定教 ( かざん いん さだの り 、 寛永 6 年 10 月 1日 ( 旧暦 ) ( 1629 年 11 月 15 日 ) - 承応 2 年 12 月 12 日 ( 旧暦 ) ( 1654 年 1 月 30 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +安国 寺 利生塔 ( あんこく じ り しょう とう ) は 、 南北朝 時代 ( 日本 ) に 足利 尊 氏 ・ 足利 直義 兄弟 が 、 北海道 、 沖縄 を 除 く 日本 各地 に 設け た 寺院 。 +葛切り ( くずきり ) は 、 葛粉 を 水 で 溶か し て から 加熱 し 、 冷却 し て 板状 に 固め た もの を うどん の よう に 細長 く 切 っ た 麺状 の 食べ物 。 +神領 興行 ( しんりょう こうぎょう ) と は 、 主に 鎌倉 時代 中期 以降 に 、 天人 相関 思想 に 基づ き 、 天皇 、 鎌倉 幕府 が 行 っ た 神事 の 興行 を 図 る 政策 の こと で あ る 。 +高麗 茶碗 ( こうらい ちゃわん ) は 、 16 世紀 半ば 頃 から 、 日本 の 茶道 で 用い られ た 茶碗 の 分類 の 一 つ で あ り 、 朝鮮 半島 で 焼 か れ た 日常 雑器 を 日本 の 茶人 が 賞玩 し 茶器 に 見立て た もの で あ る 。 +物部 郡司 ( もの のべ   ぐんじ 、 生没年 不詳 ) は 鎌倉 時代 、 結城 親朝 に 属 し た 。 +往来 物 ( おうらい もの ) と は 、 平安 時代 後期 より 、 明治 時代 初頭 に かけ て 主に 書簡 など の 手紙 類 の 形式 を と っ て 作成 さ れ た 初等 教育 用 の 教科 書 の 総称 で あ る 。 +膳所 城 ( ぜぜじょう ) は 、 現在 の 滋賀 県 大津 市 本丸町 に あ っ た 城 で あ る 。 +正道 王 ( まさみちお う 、 弘仁 12 年 ( 821 年 ) - 承和 ( 日本 ) 8 年 6 月 11 日 ( 旧暦 ) ( 84 1 年 7 月 3 日 ) ) は 、 平安 時代 前期 の 皇族 。 +村 社会 ( むら しゃかい ) と は 、 おもに 集落 に おけ る 社会 構造 の こと を さ す 。 +二条 良 基 ( に じょう よしもと 、 元応 2 年 ( 1320 年 ) - 嘉慶 ( 日本 ) 2 年 6 月 13 日 ( 旧暦 ) ( 1388 年 7 月 16 日 ) ) は 、 南北朝 時代 ( 日本 ) の 公卿 、 歌人 で あ り 連歌 の 大成 者 で あ る 。 +阿野 家 ( あの け ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +天明 屋 尚 ( てんみょう や ひさし ) は 、 レコード 会社 の アート ディレクター を 経 た のち に 美術 家 と し て 活動 し て い る 作家 。 +清水 寺 ( きよみず でら ) は 、 京都 府 京都 市 東山 区 清水 に あ る 寺院 。 +蓮綱 ( れんこう 、 宝徳 2 年 ( 1450 年 ) - 享禄 4 年 10 月 18 日 ( 旧暦 ) ( 1531 年 11 月 26 日 ) ) は 、 室町 時代 中期 から 戦国 時代 _ ( 日本 ) に かけ て の 浄土 真宗 の 僧 。 +江文峠 ( えぶみ とうげ ) は 京都 府 京都 市 左京 区 に あ る 峠 で あ る 。 +藤原 賢子 ( ふじわら の けんし ・ かたいこ 、 天喜 4 年 ( 1057 年 ) - 応徳 元年 9 月 22 日 ( 旧暦 ) ( 1084 年 10 月 24 日 ) ) は 、 第 72 代 白河 天皇 中宮 。 +瑞峯院 ( ずい ほう いん ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 、 臨済 宗 大 本山 大徳 寺 の 塔頭 ( たっちゅう ) で あ る 。 +仁賢 天皇 ( にんけんてんのう 、 允恭 天皇 38 年 ( 449 年 ) - 仁賢 天皇 11 年 8 月 8 日 ( 旧暦 ) ( 49 8 年 9 月 9 日 ) ) は 、 第 24 代 の 天皇 ( 在位 : 仁賢 天皇 元年 1 月 5 日 ( 旧暦 ) ( 488 年 2 月 4 日 ) - 同 11 年 8 月 8 日 ( 49 8 年 9 月 9 日 ) ) 。 +本間 玄調 ( ほんま げん ちょう 、 文化 ( 元号 ) 元年 ( 180 4 年 ) - 明治 5 年 2 月 8 日 ( 旧暦 ) ( 1872 年 3 月 16 日 ) ) は 、 幕末 の 水戸 藩 医 で あ る 。 +有栖川宮職仁親王 ( ありすがわ のみや より ひと しん のう   正徳 3 年 9 月 10 日 ( 1 71 3 年 10 月 28 日 ) - 明和 6 年 10 月 22 日 ( 1769 年 11 月 19 日 ) ) は 江戸 時代 の 皇族 。 +龍宮 ( りゅうぐう 、 竜宮 と も 書 く ) また は 海宮 ( かいぐう ) は 、 日本 各所 に 伝わ る 海神 に まつわ る 伝説 に 登場 する 海神 の 宮 の こと で あ る 。 +松平 乗保 ( まつだい ら の りやす 、 寛延 元年 ( 1748 年 ) - 文政 9 年 6 月 26 日 ( 旧暦 ) ( 1826 年 7 月 30 日 ) ) は 、 江戸 時代 後期 の 大名 、 政治 家 。 +生身 天満 宮 ( いくみ てんまんぐう ) は 、 京都 府 南丹 市 園部 町 に あ る 神社 で あ る 。 +盟 三五 大切 ( かみかけ て さん ご たいせつ ) は 、 鶴屋 南北 ( 4 代 目 ) に よ る 歌舞伎 狂言 。 +部民 制 ( べみんせい ) と は 、 ヤマト 王権 の 制度 で あ り 、 王権 へ の 従属 ・ 奉仕 の 体制 、 朝廷 の 仕事 分掌 の 体制 を い う 。 +紀伝 博士 ( きでん は かせ ) と は 、 平安 時代 の 初期 に 大学 寮 に 置 か れ た 役職 で 紀伝道 を 講 じ た が 、 後 に 文章 博士 に 統合 さ れ た 。 +六角 義郷 ( ろっかく よし さと ) は 戦国 時代 _ ( 日本 ) 、 安土 桃山 時代 の 武将 。 +谷川 士清 ( たにかわ こと す が 、 1709 年 4 月 5 日 ( 宝永 6 年 2 月 26 日 ( 旧暦 ) ) - 1776 年 11 月 20 日 ( 安永 5 年 10 月 10 日 ( 旧暦 ) ) ) は 、 江戸 時代 の 国学 者 で あ る 。 +源具親 ( みなもと の ともちか 、 生没年 不詳 ) は 、 鎌倉 時代 初期 の 官人 ・ 歌人 。 +供 御 方 ( くご かた ) と は 、 室町 幕府 に お い て 征夷 大将軍 及び その 家族 の 供御 ( 食事 ) を 調進 する 役職 。 +常騰 ( じょうとう 、 天平 12 年 ( 740 年 ) - 弘仁 6 年 9 月 4 日 ( 旧暦 ) ( 815 年 10 月 9 日 ) ) は 、 奈良 時代 から 平安 時代 前期 に かけ て の 僧 。 +宮部 継潤 ( みやべ けいじゅん 、 享禄 元年 ( 1528 年 ) ? - 慶長 4 年 3 月 25 日 ( 旧暦 ) ( 1599 年 4 月 20 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +矢沢 頼綱 ( やざわ よりつな 、 1518 年 ( 永正 15 年 ) - 1597 年 6 月 21 日 ( 慶長 2 年 5 月 7 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +実如 ( じつにょ 、 長禄 2 年 8 月 10 日 ( 旧暦 ) ( 1458 年 9 月 17 日 ) - 大永 5 年 2 月 2 日 ( 旧暦 ) ( 152 5 年 2 月 23 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 浄土 真宗 の 僧 。 +西園寺 実輔 ( さいおんじ さねすけ 、 寛文 元年 ( 1661 年 ) - 貞享 2 年 1 月 5 日 ( 旧暦 ) ( 1685 年 2 月 8 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +内位 ( ない い ) と は 、 日本 律令 制 の 位 階 の 中核 を な す 序列 で あ る 。 +九鬼 隆常 ( く き たかつね 、 正保 3 年 ( 1646 年 ) - 元禄 11 年 4 月 1日 ( 旧暦 ) ( 1698 年 5 月 10 日 ) ) は 、 丹波 国 綾 部 藩 の 第 2 代 藩 主 。 +福 の 神 ( ふく の かみ ) は 狂言 の 演目 の ひと つ 。 +杉原 家次 ( すぎはら   いえつぐ ) は 、 戦国 時代 _ ( 日本 ) の 武将 。 +山科 言行 ( やましな ときゆき 、 寛永 9 年 10 月 22 日 ( 旧暦 ) ( 1632 年 12 月 3 日 ) - 寛文 5 年 4 月 22 日 ( 旧暦 ) ( 1665 年 6 月 5 日 ) ) は 、 江戸 時代 前期 の 公家 。 +稲垣 浩 ( いながき ひろ し 、 190 5 年 12 月 30 日 - 1980 年 5 月 21 日 ) は 、 日本 の 映画 監督 。 +坂本 財 ( さかもと の た から 、 生年 不明 - 天武 天皇 2 年 5 月 29 日 ( 旧暦 ) ( 67 3 年 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +赤飯 ( せきはん ) と は もち米 に 小豆 また は ササゲ ( 大角豆 ) を 1 ~ 2 割 混ぜ て 蒸しあげ た 飯 で あ る 。 +藤原 基経 ( ふじわら の もと つね 、 承和 ( 日本 ) 3 年 ( 836 年 ) - 寛平 3 年 1 月 13 日 ( 旧暦 ) ( 89 1 年 2 月 24 日 ) ) は 、 平安 時代 前期 の 公卿 。 +元禄 の 大古酒 ( げんろく の だいこ しゅ ) は 1968 年 に 長野 県 北佐久 郡 望月 ( もちづき ) 町 で 開封 さ れ た 、 元禄 時代 に 仕込 ま れ た と さ れ る 日本 酒 。 +即位 灌頂 ( そくい かんじょう ) と は 、 11 世紀 な い し 13 世紀 から 江戸 時代 に かけ て 、 天皇 の 即位 の 礼 の 中 で 行 わ れ た 密教儀式 で 、 その 内容 は 秘儀 と さ れ て い た 。 +比翼 入母屋 造 ( ひ よく いり もやづくり ) は 、 日本 に おけ る 神社 建築 様式 の 一 つ 。 +朽木 稙 元 ( く つき たねもと ) は 、 丹波 国 福知 山 藩 の 第 2 代 藩 主 。 +立命 館 孔子 学院 ( りつめい かんこう し がくいん 、 英字 表記 : The RitsumeikanUniversity Confucius Institute ) は 、 中国 語 教育 ・ 文化 の 普及 を 目的 と する 私立 学校 。 +小田 友治 ( おだ ともはる 、 天文 _ ( 元号 ) 17 年 ( 1548 年 ) - 慶長 9 年 2 月 3 日 ( 旧暦 ) ( 160 4 年 3 月 3 日 ) ) は 戦国 時代 ( 日本 ) から 江戸 時代 の 常陸 国 の 土豪 、 武将 。 +賀茂 建角 身命 ( かも たけつ ぬ み の みこと ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +大含 ( だいがん 、 安永 2 年 4 月 1日 ( 旧暦 ) ( 1773 年 5 月 21 日 ) - 嘉永 3 年 10 月 9 日 ( 旧暦 ) ( 1850 年 11 月 12 日 ) ) は 、 江戸 時代 後期 の 浄土 真宗 ( 大谷 派 ) の 僧 。 +池田屋 事件 ( いけだ や じけん ) は 、 江戸 時代 後期 の 元治 元年 6 月 5 日 ( 旧暦 ) ( 1864 年 7 月 8 日 ) に 、 京都 三条 通 木屋 町 通 ( 三条 小橋 ) の 旅館 池田屋 で 京都 守護 職 配下 の 治安 維持 組織 で あ る 新撰 組 が 、 潜伏 し て い た 長州 藩 の 尊皇 攘夷 派 を 襲撃 し た 事件 で あ る 。 +箕作 秋 坪 ( みつく り しゅうへい 、 文政 8 年 12 月 8 日 ( 旧暦 ) ( 1826 年 1 月 15 日 ) - 明治 19 年 ( 1886 年 ) 12 月 3 日 ) は 、 蘭学 者 。 +烏丸 光榮 ( からす まる みつ ひ で 、 元禄 2 年 8 月 3 日 ( 旧暦 ) ( 1689 年 9 月 16 日 ) - 延享 5 年 3 月 14 日 ( 旧暦 ) ( 1748 年 4 月 11 日 ) ) は 江戸 時代 の 公卿 、 歌人 。 +地蔵 盆 ( じぞう ぼん ) は 、 地蔵 菩薩 の 縁日 ( 毎月 24 日 ) で あ り 、 尚 かつお 盆 の 期間 中 で も あ る 旧暦 7 月 24 日 に 向け 、 その 前日 の 宵縁 日 を 中心 と し た 3 日間 の 期間 を 指 し 、 また その うち の 日 を 選 ん で 行 わ れ る 地蔵 菩薩 の 祭 の こと を い う 。 +日吉町 ( ひよし ちょう ) は 、 2005 年 12 月 31 日 まで 京都 府 船井 郡 に 存在 し た 町 で あ る 。 +黒衣 ( くろご ) +福知 山城 ( ふくちやま じょう ) は 、 京都 府 福知 山 市 に あ る 平山 城 。 +林 滝野 ( はやし た きの ) は 、 与謝野 鉄幹 、 正富 汪洋 の 妻 。 +伏見宮 貞康 親王 ( ふしみのみや さだ やすしんの う 、 天文 ( 元号 ) 16 年 1 月 11 日 ( 1547 年 2 月 1日 ) - 永禄 11 年 4 月 15 日 ( 1568 年 5 月 11 日 ) ) は 、 戦国 時代 の 皇族 。 +梵灯庵 ( ぼんとう あん 、 正平 ( 日本 ) 4 年 / 貞和 5 年 ( 1349 年 ) - 応永 24 年 ( 1417 年 ) ? ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 に かけ て の 連歌 師 。 +藤原 公任 ( ふじわら の きんとう 、 康保 3 年 ( 96 6 年 ) - 長久 2 年 1 月 1日 ( 旧暦 ) ( 1041 年 2 月 4 日 ) ) は 、 平安 時代 中期 の 公卿 ・ 歌人 。 +用人 ( よう にん ) は 、 江戸 時代 の 武家 の 職制 の ひと つ 。 +東儀 俊美 ( とうぎ としはる 、 1929 年 9 月 14 日 - ) は 、 雅楽 家 、 日本 芸術 院 会員 。 +観音 菩薩 ( かんのん ぼさつ 、 觀音 菩薩 ) 、 サンスクリット アヴァ ローキテーシュヴァラ ( अ व ल ो क ि त े श ् व र Avalokite ś vara ) は 、 仏教 の 菩薩 の 一尊 で あ り 、 特に 日本 に お い て 古代 より 広 く 信仰 を 集め て い る 尊格 で あ る 。 +称光 天皇 ( しょうこうてん の う 応永 8 年 3 月 29 日 ( 140 1 年 5 月 12 日 ) - 正長 元年 7 月 20 日 ( 142 8 年 8 月 30 日 ) ; 在位 : 応永 19 年 8 月 29 日 ( 1412 年 10 月 5 日 ) - 正長 元年 7 月 20 日 ( 142 8 年 8 月 30 日 ) は 、 室町 時代 の 第 101 代 天皇 で あ る 。 +京極 高清 ( きょうごく たかきよ 、 14 60 年 ( 寛正 元年 ) - 1538 年 ( 天文 ( 元号 ) 7 年 ) ) は 室町 時代 末期 から 戦国 時代 ( 日本 ) 初期 の 大名 。 +京極 高盛 ( きょうごく たかもり 、 慶安 3 年 8 月 27 日 ( 旧暦 ) ( 1650 年 9 月 22 日 ) - 宝永 6 年 2 月 1日 ( 旧暦 ) ( 1709 年 3 月 11 日 ) ) は 、 丹後 田辺藩 の 第 3 代 藩 主 。 +東亜 同文会 ( とうあ どう ぶんかい 、 1898 年 ( 明治 31 年 ) - 1946 年 ( 昭和 21 年 ) ) は 、 かつて 日本 に 存在 し た 民間 外交 団体 。 +両部 神道 と は 、 仏教 の 真言 宗 ( 密教 ) の 立場 から な さ れ た 神道 解釈 に 基づ く 神仏 習合 で あ る 。 +池 大雅 ( いけ の たい が / いけた い が 、 享保 8 年 5 月 4 日 ( 旧暦 ) ( 1723 年 6 月 6 日 ) - 安永 ( 元号 ) 5 年 4 月 13 日 ( 旧暦 ) ( 1776 年 5 月 30 日 ) ) は 、 日本 の 江戸 時代 の 文人 画家 。 +永享 の 乱 ( えいきょう の らん ) は 、 室町 時代 の 1437 年 ( 永享 9 年 ) に 関東 地方 で 発生 し た 戦乱 。 +伎楽面 ( ぎ がくめん ) は 伎楽 に つか わ れ た 仮面 の こと 。 +足利 義稙 ( 義材 ) ( あしかが よし たね ( よしき ) ) は 、 室町 幕府 の 第 10 代 征夷 大将軍 ( 将軍 職在位 : 延徳 2 年 ( 1490 年 ) - 明応 3 年 ( 1493 年 ) 。 +紀 友則 ( きの とものり 、 承和 ( 日本 ) 12 年 ( 845 年 ) ? - 延喜 7 年 ( 90 7 年 ) ) は 、 平安 時代 の 歌人 。 +袿 ( うち き 、 うちぎ ) は 十 二 単 、 五衣 、 等 、 女性 の 平安 装束 を 構成 する 着物 の 一 つ で あ る が 、 単独 で 着用 する 場合 も あ る 。 +脇坂 安坦 ( わきさか やすひら 、 文化 ( 元号 ) 10 年 10 月 8 日 ( 旧暦 ) ( 1813 年 10 月 31 日 ) - 天保 10 年 2 月 9 日 ( 旧暦 ) ( 1839 年 3 月 23 日 ) ) は 播磨 国 龍野 藩 の 世嗣 。 +木邊 孝慈 ( きべ   こうじ 、 1881 年 - 1969 年 ) は 、 真宗 木辺 派 の 僧侶 。 +馬廻 ( うままわり ) は 、 戦国 時代 ( 日本 ) に 生まれ た 武家 の 職制 の ひと つ で あ る 。 +寺島 宗則 ( てらじま むねのり 、 1832 年 6 月 21 日 ( 天保 3 年 5 月 23 日 ( 旧暦 ) ) - 1893 年 ( 明治 26 年 ) 6 月 6 日 ) は 、 江戸 時代 後期 の 幕臣 、 明治 時代 の 政治 家 で あ る 。 +正親町 三条 公統 ( おおぎまち さんじょうきん お さ 、 寛文 8 年 2 月 18 日 ( 旧暦 ) ( 1668 年 3 月 30 日 ) - 享保 4 年 8 月 16 日 ( 旧暦 ) ( 1 71 9 年 9 月 29 日 ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +くい な 橋 駅 ( くいな ばし えき ) は 、 京都 府 京都 市 伏見 区 に あ る 、 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +横井 小楠 ( よこいしょうなん 、 男性 、 文化 ( 元号 ) 6 年 8 月 13 日 ( 旧暦 ) ( 1809 年 9 月 22 日 ) - 明治 2 年 1 月 5 日 ( 旧暦 ) ( 1869 年 2 月 15 日 ) ) は 日本 の 武士 ・ 熊本 藩 士 、 儒学 者 。 +水主 皇女 ( みぬし の ひめみこ 、 生年 不詳 - 天平 9 年 8 月 20 日 ( 旧暦 ) ( 73 7 年 9 月 22 日 ) ) は 、 天智 天皇 の 皇女 。 +トロッコ 嵯峨 駅 ( と ろっこ さ が えき ) は 、 京都 府 京都 市 右京 区 に あ る 、 嵯峨野 観光 鉄道 嵯峨野 観光 鉄道 嵯峨野 観光 線 の 鉄道 駅 。 +社格 ( しゃかく ) と は 、 神社 の 格式 。 +京都 法 学校 ( きょう と ほう がっこう ) は 、 1889 年 ( 明治 22 年 ) に 、 京都 府 京都 市 下京 区 寺町 通 四 条 通下ル 大 雲院 ( 京都 市 ) 内 に 設立 さ れ た 私立 学校 。 +放生 会 ( ほうじょうえ ) と は 、 捕獲 し た 魚 や 鳥獣 を 野 に 放 し 、 殺生 を 戒め る 宗教 儀式 で あ る 。 +是忠親王 ( これ ただしんの う 、 天安 ( 日本 ) 元年 ( 857 年 ) - 延喜 22 年 11 月 22 日 ( 旧暦 ) ( 92 2 年 12 月 13 日 ) ) は 平安 時代 前期 の 皇族 。 +町 資将 ( まち ? ( まち の ? ) すけまさ 、 永正 15 年 3 月 9 日 ( 旧暦 ) ( 1518 年 4 月 18 日 ) - 弘治 ( 日本 ) 元年 10 月 24 日 ( 旧暦 ) ( 155 5 年 12 月 8 日 ) ) は 戦国 時代 ( 日本 ) 中期 の 公卿 。 +無文元 選 ( む もんげん せん 、 元亨 3 年 2 月 15 日 ( 旧暦 ) ( 1323 年 3 月 22 日 ) - 明徳 元年 / 元中 7 年 3 月 22 日 ( 旧暦 ) ( 1390 年 5 月 7 日 ) ) は 、 南北朝 時代 ( 日本 ) の 臨済 宗 の 僧 。 +冷泉 為尹 ( れいぜいため まさ 、 康安 元年 / 正平 ( 日本 ) 16 年 ( 1361 年 ) - 応永 24 年 1 月 15 日 ( 旧暦 ) ( 1417 年 2 月 1日 ) ) は 室町 時代 の 公卿 、 歌人 。 +京都 賞 先端 技術 部門 ( きょう と しょう せんたん ぎじゅつ ぶもん ) は 、 京都 賞 の 一部門 で あ り 、 優れ た 業績 を 上げ た 科学 者 に 与え られ る 賞 で あ る 。 +タギツヒメ ( タキツ ヒメ と も ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で 、 宗像 三 女 神 の 一柱 で あ る 。 +平永 衡 ( たいら の な が ひら 、 生年 不詳 - 天喜 4 年 ( 1056 年 ) 頃 ) は 、 平安 時代 後期 の 陸奥 国 伊具 郡 の 豪族 で 、 伊具 十郎 と 称 し た 。 +新 歌舞伎 十 八 番 ( しんかぶ き じゅう はち ばん ) は 、 市川 團十郎 ( 7 代 目 ) と 市川 團十郎 ( 9 代 目 ) が 撰 し た 成田 屋 ・ 市川 團十郎 の お 家芸 。 +八虐 ( はちぎやく ) と は 、 律令 法 に お い て 、 もっとも 重 い と さ れ た 8 つ の 犯罪 。 +一流 伝授 ( いちりゅう でんじゅ ) と は 真言 宗 の 事相 伝授 の こと 。 +京阪神 緩行 線 ( けいはんしん かんこう せん ) は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) の 大 都市 近郊 区間 の アーバン ネットワーク の うち 、 東海道 本線 京都 駅 ~ 神戸 駅 ( 兵庫 県 ) 間 と 山陽 本線 神戸 ~ 西明石 駅 間 で 運行 さ れ る 各 駅 停車 の 日本 国 有 鉄道 時代 から の 通称 で あ る 。 +日比谷 焼打 事件 ( ひび や やきうち じけん ) は 、 日露 戦争 後 の 賠償 に 対 する 不満 から 、 190 5 年 9 月 5 日 、 東京 日比谷 公園 の 集会 を きっかけ に 起こ っ た 暴動 の こと 。 +冷泉 家 ( れいぜいけ ) は 公家 の 一 。 +瑞光 寺 ( ずいこうじ ) は 、 京都 市 伏見 区 に あ る 日 蓮 宗 の 寺 。 +大谷 智子 ( おおたに さとこ   190 6 年 ( 明治 39 年 ) 9 月 1日 - 1989 年 ( 平成 元年 ) 1 1 月 15 日 ) は 、 東本願 寺 第 24 世 法 主 ・ 大谷 光暢 の 妻 ( 裏方 ) 。 +影 武者 ( かげむ しゃ ) と は 、 日本 の 戦国 時代 ( 日本 ) の 武将 など が 用い た 、 自分 と 同じ 服装 を さ せ て 身代わり と さ せ た 人物 の こと 。 +氷上 大刀自 ( ひかみ の おお と じ - 天武 天皇 11 年 ( 682 年 ) ) は 藤原 鎌足 の 子 。 +塩汲 峠 ( しおくみ とうげ ) は 日本 の 福井 県 大飯 郡 高浜 町 と 京都 府 舞鶴 市 を 隔て る 峠 で あ る 。 +藤ノ木古墳 ( ふじ の き こふん ) は 奈良 県 生駒 郡 斑鳩 町 に あ る 古墳 。 +大山 咋神 ( おおやま く い の かみ 、 おほやま く ひ の かみ ) は 、 日本 の 神 で あ る 。 +林 羅山 ( はやし らざん 、 天正 11 年 ( 1583 年 ) - 明暦 3 年 1 月 23 日 ( 旧暦 ) ( 1657 年 3 月 7 日 ) ) は 、 江戸 時代 初期 の 朱子学派 儒教 、 林家 ( 儒者 ) の 祖 。 +宝生 流 ( ほうしょう - りゅう ) は 能楽 の 流派 の 一 。 +西 ・ ローゼン 協定 ( にし ・ ろーぜんきょうてい 、 ) と は 、 1898 年 4 月 25 日 に 大 日本 帝国 と ロシア 帝国 の 間 で 結 ば れ た 、 韓国 ( 大韓 帝国 ) に つ い て の 紛争 に 関 する 協定 の こと 。 +観音寺 騒動 ( かんの ん じ そうどう ) は 、 戦国 時代 ( 日本 ) の 永禄 6 年 ( 1563 年 ) に 、 南近 江国 の 戦国 大名 ・ 六角 氏 の 家中 で 起こ っ た 御 家 騒動 。 +歌学 ( かがく ) は 、 和歌 の 本質 ・ 作法 、 古歌 の 解釈 、 故実 、 歴史 など 和歌 に 関 する 総 て を 研究 する 学問 。 +和与 状 ( わよじょう ) と は 、 和与 の 成立 の 際 に 当事 者 双方 の 間 で 交わ さ れ る 合意 文書 の こと 。 +産業 組合 法 ( さんぎょう くみあい ほう ) は 、 かつて 存在 し た 日本 の 法律 。 +紅 しょうが ( べ に しょうが ) は 、 ショウガ の 塊根 を 梅酢 に 漬け た 漬物 の 一種 。 +嫐 ( うわなり ) は 歌舞伎 十 八 番 の ひと つ 。 +筋 ( すじ ) と は 、 江戸 時代 に 地勢 に よ っ て 区分 さ れ た 行政 区画 を い う 。 +毛利重能 ( もうり しげよし 、 生没年 不詳 ) は 江戸 時代 前期 に 活躍 し た 和算 家 で 、 現在 知 ら れ て い る 中 で は 最も 古 い 。 +幡随意 ( ばんずい い 、 天文 ( 元号 ) 11 年 10 月 15 日 ( 旧暦 ) ( 1542 年 11 月 21 日 ) - 慶長 20 年 1 月 5 日 ( 旧暦 ) ( 1615 年 2 月 2 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 初期 に かけ て の 浄土 宗 の 学僧 。 +岩崎 究香 ( いわさき みねこ 、 1949 年 - ) は 、 京都 府 京都 市 出身 の 作家 で 元 祇園 甲 部 芸妓 。 +石高 ( こくだか ) と は 、 近世 の 日本 に お い て 、 土地 の 生産 性 を 石 ( 単位 ) と い う 単位 で 表 し た もの 。 +佐久良 東雄 ( さくら あずまお 、 文化 ( 日本 ) 8 年 3 月 21 日 ( 旧暦 ) ( 1811 年 5 月 13 日 ) - 万延 元年 6 月 27 日 ( 旧暦 ) ( 18 60 年 8 月 13 日 ) ) は 日本 の 幕末 時代 の 国学 、 和歌 。 +明菴 栄西 ( みんなん えい さい ・ ようさい 、 諡 は 千 光 国師 、 葉上 ( ようじょう ) 房 と も 称 し た 。 +地車 ( だんじり ・ だんぢり ) は 、 神社 の 祭 で 用い られ る 山車 ・ だんじり の 一種 。 +日本 い け ば な 芸術 協会 は 、 華道 の 振興 を 目的 と する 日本 の 財団 法人 。 +『 十 住 心 論 』 ( じゅうじゅうしんろん ) 、 正確 に は 『 秘密 曼 陀羅 十 住 心 論 』 は 、 空海 の 代表 的 著述 の ひと つ で 、 83 0 年 ころ 、 淳和 天皇 の 勅 に こたえ て 真言 密教 の 体系 を 述べ た 書 。 +天橋 立 鋼索 鉄道 ( あまの はしだて こうさく てつどう ) は 、 京都 府 宮津 市 の 府中 駅 から 傘松 駅 に 至 る 丹後 海陸 交通 の ケーブル カー 路線 。 +朽木 舖綱 ( く つき の ぶつな ) は 、 丹波 国 福知 山 藩 の 第 7 代 藩 主 。 +佐伯定胤 ( さえき じょういん 、 慶応 3 年 6 月 25 日 ( 旧暦 ) ( 1867 年 7 月 26 日 ) - 昭和 27 年 ( 1952 年 ) 1 1 月 23 日 ) は 、 日本 の 法相宗 ・ 聖徳 宗 の 僧侶 、 仏教 学 者 。 +大 錦旛 ( だい きんばん ) は 、 即位 の 礼 の 日 、 紫宸 殿 前 の 庭 に 立て られ る 錦旛 の ひと つ で あ る 。 +蔵王 権 現 ( ざおうごん げん ) は 、 日本 仏教 に おけ る 信仰 対象 の 一 つ 。 +検断 沙汰 ( けんだん さた ) と は 、 中世 日本 で 使用 さ れ た 用語 で あ り 、 刑事 関係 の 訴訟 ・ 裁判 の こと で あ る 。 +尚歯 会 ( しょうし かい ) と は 、 江戸 時代 後期 に 蘭学 、 儒学 者 など 幅広 い 分野 の 学者 ・ 技術 者 ・ 官僚 など が 集ま っ て 発足 し た サロン で あ り 頭脳 集団 ( シンク タンク ) の 名称 。 +横笛 ( よこぶえ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +浦島 太郎 ( うらしまたろう ) は 、 日本 各地 に あ る 龍宮 伝説 の 一 つ 。 +隼人 の 反乱 ( はやと の はんらん ) は 、 720 年 ( 養老 4 年 ) 九州 南部 に 住 む 隼人 が ヤマト 王権 に 対 し て 起こ し た 反乱 で あ る 。 +遠州 流 ( えんしゅうりゅう ) は 小堀 政一 ( 政一 ) に 始ま る 小堀 氏 に 伝わ る 武家 茶道 の 一派 で あ る 。 +嵐山 ( あらしやま 、 らんざん ) +国分 胤光 ( こくぶん たねみつ 、 仁治 2 年 ( 1241 年 ) ? - 嘉元 2 年 4 月 16 日 ( 旧暦 ) ( 130 4 年 5 月 21 日 ) ? ) は 、 日本 の 鎌倉 時代 に 陸奥 国宮城 郡 に い た と さ れ る 武士 で あ る 。 +維新 の 三傑 ( いしん の さんけつ ) と は 、 倒幕 ・ 維新 に 尽力 し た 木戸 孝允 と 西郷 隆盛 と 大久保 利通 の こと 。 +佐伯 葛城 ( さえき の かずら ぎ ) は 、 奈良 時代 の 貴族 。 +粉河 寺 縁起 絵巻 ( こかわ でらえんぎえまき ) は 、 日本 の 代表 的 な 絵巻物 の 一 つ で あ り 、 国宝 に 指定 さ れ て い る 。 +井戸 峠 ( いど とうげ ) は 京都 府 京都 市 右京 区 に あ る 主要 地方 道上 の 峠 で あ る 。 +将軍 家 ( しょうぐん け ) と は 、 日本 の 中世 に お い て 、 征夷 大将軍 また は 近衛 大将 に 叙任 さ れ た 武家 の 棟梁 が 、 政権 を 樹立 する 際 に 公家 の 家政 制度 に 倣 っ て 創始 し た もの で あ る 。 +衆徒 ( しゅと ) は 、 堂衆 ( どうしゅ / どうしゅう ) と も 呼 ば れ 、 本来 は 平安 時代 以後 に 大寺院 に 居住 し て 学問 ・ 修行 の 他 に 寺内 の 運営 実務 に あた っ た 僧侶 身分 の こと 。 +小野川 喜三郎 ( おの がわきさぶろう 、 175 8 年 ( 宝暦 8 年 ) - 180 6 年 4 月 30 日 ( 旧暦 文化 ( 元 号 ) 3 年 3 月 12 日 ( 旧暦 ) ) ) は 、 大 相撲 の 江戸 相撲 の 力士 。 +在原 行平 ( ありわら の ゆきひら 、 弘仁 9 年 ( 818 年 ) - 寛平 5 年 7 月 19 日 ( 旧暦 ) ( 89 3 年 9 月 6 日 ) ) は 平安 時代 の 日本 の 歌人 、 公家 。 +藤田 信吉 ( ふじた のぶよし 、 永禄 2 年 ( 1559 年 ) - 元和 ( 日本 ) 2 年 7 月 14 日 ( 旧暦 ) ( 1616 年 8 月 26 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 。 +源季宗 ( みなもとの すえ むね 、 永承 4 年 ( 1049 年 ) - 応徳 3 年 8 月 21 日 ( 旧暦 ) ( 1086 年 10 月 1日 ) は 、 平安 時代 後期 の 公卿 。 +都賀 庭鐘 ( つが ていしょう 、 男性 、 享保 3 年 ( 1 71 8 年 ) - 寛政 6 年 ( 1794 年 ) ? ) は 、 江戸 時代 中期 の 読本 作家 ・ 儒学 者 ・ 医師 で あ る 。 +飛鳥井   雅春 ( あすかい   まさはる 、 永正 17 年 9 月 22 日 ( 旧暦 ) ( 152 0 年 11 月 2 日 ) - 文禄 3 年 1 月 12 日 ( 旧暦 ) ( 1594 年 3 月 3 日 ) ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 公家 。 +鏡王女 ( かがみ の おおきみ 、 生年 不詳 - 天武 天皇 12 年 7 月 5 日 ( 旧暦 ) ( 683 年 8 月 2 日 ) ) は 藤原 鎌足 の 正妻 。 +お 焦げ と は 、 食品 を 調理 し て 焦が し た 部分 、 あるいは それ に よ っ て 多少 焦げ付 い た 食品 の こと を 指 す 。 +山岳 仏教 ( さんがく ぶっきょう ) と は 、 天台 宗 開祖 最澄 ( 76 7 年 ~ 82 2 年 ) 、 真言 宗 開祖 の 空海 ( 774 年 ~ 835 年 ) など に よ り 政治 と 結びつき の 強 く な っ た 奈良 仏教 の 世俗 化 など に 対 する 形 で 始め られ た 山岳 に 行場 を 求めん と する 修行 者 の 仏教 で あ る 。 +身位 ( しんい ) と は 、 身分 や 地位 の こと を い う 。 +感応 道交 ( かんのうどうこう ) と は 、 仏 と 人間 の 気持ち 、 また 教え る 者 と 教え られ る 者 の 気持ち が 通じ合 う こと 。 +仏哲 ( ぶっ て つ 、 生没年 不詳 ) は 、 奈良 時代 の 渡来 僧 。 +宮津 藩 ( みやづ はん ) は 江戸 時代 、 丹後 国与謝 郡 に あ っ た 藩 の 一 つ 。 +談山 神社 ( たんざん じんじゃ ) は 、 奈良 県 桜井 市 の 多武峰 ( とうのみね ) に あ る 神社 。 +郡山 遺跡 ( こおり やま いせき ) は 、 現在 の 宮城 県 仙台 市 太白 区 郡山 に 所在 する 古代 の 官衙 ( 役所 ) 跡 で あ る 。 +宮崎 友禅斎 ( みやざき ゆうぜんさい ) と は 、 江戸 時代 前期 から 中期 に 掛け て の 京都 で 活躍 し た 扇絵 師 。 +徳川 家慶 ( とくがわ いえよし ) 、 は 、 江戸 幕府 の 第 12 代 征夷 大将軍 ( 将軍 在職 : 天保 8 年 ( 1837 年 ) - 嘉永 6 年 ( 1853 年 ) ) 。 +佐々木 秀綱 ( ささき ひで つな ) は 、 鎌倉 時代 末期 から 室町 時代 初期 の 武将 。 +髭切 ( ひげきり ) と は 、 平安 時代 に 源 満仲 が 作 ら せ た と さ れ る 刀 で 、 膝丸 と とも に 源 氏 重代 の 刀 と し て 伝え られ て い る 。 +田能村 竹田 ( たの むら ちく でん 、 安永 6 年 6 月 10 日 ( 旧暦 ) ( 1777 年 7 月 14 日 ) - 天保 6 年 8 月 29 日 ( 旧暦 ) ( 1835 年 10 月 20 日 ) ) は 、 江戸 時代 後期 の 南画 ( 文人 画 ) 家 。 +富岡 鉄斎 ( とみおか てっさい 、 天保 7 年 12 月 19 日 ( 旧暦 ) ( 1836 年 1 月 25 日 ) - 大正 13 年 1924 年 12 月 31 日 ) は 、 明治 ・ 大正 期 の 日本 の 文人 画 、 儒学 者 。 +延喜 の 治 ( えんぎ の ち ) は 、 平安 時代 中 期 ( 10 世紀 前期 ) の 醍醐 天皇 の 治世 を 理想 視 し た 呼称 。 +亥 の 子 ( いのこ ) は 、 旧暦 10 月 ( 亥 の 月 ) の 亥 の 日 に 行 わ れ る 年中 行事 。 +右京 区 ( うきょう く ) は 、 京都 市 を 構成 する 11 区 の ひと つ 。 +役料 ( やくりょう ) と は 、 江戸 幕府 が 幕臣 に 支給 し た 役職 手当 の 1 種 。 +糸里 ( いと さ と 、 生没年 不詳 ) は 江戸 時代 末期 の 女性 。 +学問 料 ( がくもん りょう ) と は 、 平安 時代 に 大学 寮紀 伝道 の 学生 で あ る 文章 生 から 選抜 さ れ て 支給 さ れ た 奨学 の ため の 費用 で あ り 、 給料 ( きゅうりょう ) と も 称 し た 。 +那須 資村 ( なすすけ むら 、 建久 元年 ( 1190 年 ) ?   -   文永 五 年 ( 1268 年 ) ? ) は 鎌倉 時代 の 人物 。 +五 山 送り火 ( ござん の おくりび ) は 、 毎年 8 月 16 日 に 京都 市 に あ る 如意ヶ岳 ( 大 文字 山 ) など で 行 わ れ る かが り火 。 +洞院 実泰 ( とういん さ ね やす 、 文永 6 年 ( 1269 年 ) - 嘉暦 2 年 8 月 15 日 ( 旧暦 ) ( 1327 年 9 月 1日 ) ) は 鎌倉 時代 後期 の 公卿 。 +西園寺 賞季 ( さいおんじ よしすえ 、 寛保 3 年 8 月 12 日 ( 旧暦 ) ( 1743 年 9 月 29 日 ) - 寛政 11 年 12 月 22 日 ( 旧暦 ) ( 180 0 年 1 月 16 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +進藤 長房 ( しんどうなが ふさ 、 寛永 19 年 ( 1642 年 ) - 享保 3 年 8 月 6 日 ( 旧暦 ) ( 1 71 8 年 8 月 31 日 ) ) は 、 江戸 時代 前期 から 中期 の 青侍 。 +河野 玉澄 ( こう の たますみ ) は 7 世紀 ごろ の 武将 。 +西 大路 駅 ( にし おおじ えき ) は 、 京都 府 京都 市 南 区 ( 京都 市 ) 唐橋 西平垣 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 ( JR 京都 線 ) の 鉄道 駅 。 +秋分 の 日 ( しゅうぶん の ひ ) は 、 秋分 が 起こ る 日 で あ る 。 +一色 詮範 ( いっ しき あきの り 、 興国 元年 / 暦応 3 年 ( 1340 年 ) ? - 応永 13 年 6 月 7 日 ( 旧暦 ) ( 140 6 年 6 月 22 日 ) ) は 、 南北朝 時代 ( 日本 ) 、 室町 時代 前期 の 武将 。 +離縁 状 ( り えんじょう ) と は 、 江戸 時代 に 庶民 が 離婚 する 際 、 夫 から 妻 ( また は 妻 の 父兄 ) に 宛て て 交付 する 、 離婚 を 確認 する 文書 で あ る 。 +アサヒ ビール 大山崎 山荘 美術 館 ( あさひ びーる ・ おおやまざき さんそう びじゅつ かん ) は 、 アサヒ ビール 運営 に よ る 私立 美術 館 で あ る 。 +伊藤忠兵衛 ( いとう ちゅうべえ 、 天保 13 年 7 月 2 日 ( 旧暦 ) ( 1842 年 8 月 7 日 ) - 190 3 年 ( 明治 36 年 ) 7 月 8 日 ) は 日本 の 商人 、 実業 家 。 +勧修 寺 光豊 ( かじゅうじみつ と よ 、 天正 3 年 12 月 7 日 ( 旧暦 ) ( 1576 年 1 月 7 日 ) - 慶長 17 年 10 月 26 日 ( 旧暦 ) ( 1612 年 11 月 18 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 公家 ( 公卿 ) 。 +大麻 、 大幣 ( おおぬさ ) は 、 神道 の 祭祀 に お い て 祓 に 使 う 道具 の 一 つ 。 +上方 舞 ( かみがた まい ) と は 、 江戸 時代 中 期 ( 180 0 年 ) から 末期 に かけ て 上方 で 発生 し た 、 日本 舞踊 の 一種 。 +藤娘 ( ふじむすめ ) と は 、 下記 の とおり で あ る 。 +宝山 寺 ( ほうざんじ ) は 、 奈良 県 生駒 市 門前町 に あ る 真言律 宗 大 本 山 の 寺院 。 +羽織 ( はおり ) は 和服 の 一種 。 +源 為成 ( みなもと の ため な り 、 生年 未詳 - 保元 元年 7 月 30 日 ( 旧暦 ) ( 1156 年 8 月 17 日 ) ) は 平安 時代 末期 の 河内 源 氏 の 武将 。 +公事 ( くじ 、 くう じ 、 おほやけごと ) と は 日本 史 に おけ る 用語 の 1 つ で 、 下記 の 意味 で 用い られ て い る 。 +騰勅符 ( とうちょくふ ) と は 、 天皇 の 勅 を 伝え て 施行 する ため に 出 さ れ る 太政 官 符 。 +豊安 ( ぶ あん 、 天平 宝字 8 年 ( 764 年 ) 頃 ? - 承和 ( 日本 ) 7 年 9 月 13 日 ( 旧暦 ) ( 840 年 10 月 11 日 ) ) は 、 平安 時代 初期 の 律宗 の 僧 。 +生 利節 ( なまりぶし ) 、 また は 生節 ( なまぶし ) と は 、 生 の カツオ を 解体 し 、 蒸 す 、 茹で る など の 処理 を 施 し た 一 次 加工 食品 。 +琵琶 湖 ( びわ こ ) は 、 滋賀 県 に あ る 湖 。 +岡 研介 ( お か けんかい 、 寛政 11 年 ( 1799 年 ) - 天保 10 年 11 月 3 日 ( 旧暦 ) ( 1839 年 12 月 8 日 ) ) は 、 江戸 時代 の 蘭方 医 。 +鞍馬 弘教 ( くらま こうきょう ) と は 、 神智学 の 影響 を 受け た 鞍馬 寺 貫主 信楽 香雲 が 昭和 22 年 ( 1947 年 ) 10 月 に 天台 宗 より 独立 し て 立て た 宗派 。 +砂かけ 婆 ( すなか け ば ばあ ) は 、 奈良 県 や 兵庫 県 に 伝わ る 妖怪 。 +阿波 局 ( あわ の つぼね ) +贖命 重宝 と は 、 命 を 贖 ( あがな ) う 重宝 の 意 で 、 天台 大師 ・ 智顗 が 定め た 『 涅槃 経 』 の 教え を 指 す 。 +中村 宗哲 ( なかむら そう てつ ) は 、 千家 十 職 の 塗師 。 +雑徭 ( ぞうよう 、 ざつよう ) は 、 中国 及び 日本 の 律令 制 下 で の 労役 の 形態 を 取 る 租税 制度 で あ る 。 +袋帯 ( ふくろおび ) と は 日本 で 用い られ る 帯 の 一種 。 +十 牛 図 ( じゅう ぎゅうず ) は 、 禅 の 悟り に いた る 道筋 を ウシ を 主題 と し た 十 枚 の 絵 で 表 し た もの 。 +源 兼行 ( みなもと の かねゆき 、 生没年 不詳 ) は 、 平安 時代 中期 の 能書 家 。 +灯籠 ( とうろう ) は 、 日本 の 伝統 的 な 照明 器具 の 一 つ 。 +斯波 義将 ( しば よしゆき / よしまさ ) 、 観応 元年 / 正平 ( 日本 ) 5 年 ( 1350 年 ) - 応永 17 年 5 月 7 日 ( 旧暦 ) ( 1410 年 6 月 9 日 ) ) は 南北朝 時代 ( 日本 ) から 室町 時代 の 武将 ・ 守護 大名 。 +小墾田 猪手 ( お はりた の い て 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +中山 信吉 ( なかやま のぶよし 、 天正 5 年 ( 1577 年 ) - 寛永 19 年 1 月 6 日 ( 旧暦 ) ( 1642 年 2 月 5 日 ) ) は 、 水戸 藩 附 家老 。 +川俣 事件 は 、 190 0 年 2 月 13 日 、 群馬 県 邑楽 郡 佐貫 村 川俣 ( 現 明和 町 ( 群馬 県 ) ) で 、 足尾 鉱毒 事件 に 関 し て 、 政府 に 請願 する ため に 出かけ る 途中 の 農民 と 警官 が 衝突 し た 事件 。 +本沢 竹雲 ( もと さわ ちくうん 、 1836 年 3 月 26 日 ( 天保 7 年 2 月 10 日_ ( 旧暦 ) ) - 1907 年 ( 明治 40 年 ) 10 月 13 日 ) は 「 チョンマゲ 学校 」 と し て 知 ら れ る 山形 県 東村山 郡 所在 の 格知 学舎 を 開 い た 浄土 真宗 の 僧 で 漢学 者 。 +柚子 胡椒 ( ゆず こしょう 、 ゆず ごしょう ) と は 、 トウガラシ と ユズ の 果皮 の ペースト に 塩 を ブレンド し て 熟成 さ せ た 調味 料 の 一種 で あ る 。 +平知盛 ( たいらの とももり ) は 、 平安 時代 末期 の 武将 。 +鳥獣 人物 戯画 ( ちょうじゅう じんぶつぎ が ) は 、 京都 市 右京 区 の 高山 寺 に 伝わ る 絵巻物 。 +新宮 氏 ( しんぐう ) は 、 日本 の 氏族 の 一 つ 。 +浄厳院 ( じょうごん いん ) は 、 滋賀 県 蒲生 郡 安土 町 に あ る 浄土 宗 の 寺院 。 +黒壁 スクエア ( くろかべ ) は 、 滋賀 県 長浜 市 旧 市街 に あ る 、 伝統 的 建造 物 群 を 生か し た 観光 スポット 。 +公方 御倉 ( くぼう おくら ) と は 、 室町 幕府 に おけ る 財産 の 管理 ・ 出納 を 行 っ て い た 機関 。 +西園寺 公永 ( さいおんじ きんな が 、 正平 ( 日本 ) 8 年 ・ 文和 2 年 ( 1353 年 ) - 元中 7 年 ・ 明徳 元年 7 月 15 日 ( 旧暦 ) ( 1390 年 8 月 25 日 ) ) は 、 南北朝 時代 ( 日本 ) の 公卿 。 +三曲 ( さんきょく ) は 、 地歌 三味 線 ( 三弦 ) 、 箏 、 胡弓 の 三 種 の 楽器 の 総称 。 +吉崎 御坊 ( よしざき ごぼう ) は 、 越前 国 吉崎 ( 現在 の 福井 県 あわら 市 吉崎 ) に あ っ た 坊舎 。 +禰宜 ( ねぎ ) と は 、 神職 の 職称 ( 職名 ) の 一 つ で あ る 。 +三野 馬甘 ( み の のうまか い ) は 奈良 時代 の 人 。 +慶 円 ( けいえん / きょうえん 、 保延 6 年 ( 1140 年 ) - 貞応 2 年 1 月 27 日 ( 旧暦 ) ( 1223 年 2 月 28 日 ) ) は 、 鎌倉 時代 初期 に 神仏 両部 思想 を 確立 し た 僧侶 。 +板張り ( いたばり ) は 、 洗い 張り の うち 、 布 を 洗濯 し 、 糊づけ し て 板 に 張 り 、 しわ を のば し 、 光沢 を 出 し 、 仕上げ を する こと で あ る 。 +時代 劇 ( じだい げき ) と は 、 日本 の 歴史 に おけ る 各 時代 的 背景 など を 取り入れ た 演劇 や 映画 、 テレビ ドラマ など で あ る 。 +日主 ( にっしゅ 、 弘治 ( 日本 ) 元年 11 月 17 日 ( 旧暦 ) ( 155 5 年 12 月 29 日 ) - 元和 ( 日本 ) 3 年 8 月 17 日 ( 旧暦 ) ( 1617 年 10 月 5 日 ) ) は 、 大石 寺 第 14 世 法 主 。 +鈴彦姫 ( すずひこ ひめ ) は 、 鳥山 石燕 の 『 画図 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +羅 城門 の 鬼 、 羅生 門 の 鬼 ( らしょうもん の お に ) は 、 平安 京 の 正門 ・ 羅 城門 に 巣食 っ て い た と い わ れ る 鬼 。 +東山 区 ( ひがしやま く ) は 、 京都 市 を 構成 する 11 区 の うち の ひと つ 。 +山 内容堂 / 豊信 ( やまう ちようどう / とよしげ 、 文政 10 年 10 月 9 日 ( 旧暦 ) ( 1827 年 11 月 27 日 ) - 明治 5 年 6 月 21 日 ( 旧暦 ) ( 1872 年 7 月 26 日 ) は 、 日本 の 武士 ・ 外様 大名 ・ 土佐 藩 15 代 藩主 ( 在任 期間 : 嘉永 元年 12 月 27 日 ( 旧暦 ) ( 1849 年 1 月 21 日 ) - 安政 6 年 ( 1859 年 ) 2 月 ) 。 +二条 斉 敬 ( にじょう なりゆき 、 文化 ( 元号 ) 13 年 9 月 12 日 ( 旧暦 ) ( 1816 年 11 月 1日 ) - 明治 11 年 ( 1878 年 ) 12 月 5 日 ) は 、 幕末 から 明治 時代 に かけ て の 公卿 。 +舞鶴 自然 文化 園 ( まいづる し ぜん ぶんか えん ) は 、 約 1,500 種 3 万 本 の ツバキ や 、 50 種 5 万 本 の アジサイ が 整備 さ れ た 公園 。 +銅鐸 ( どうたく ) と は 、 弥生 時代 に 製造 さ れ た 釣鐘 型 の 青銅 器 の こと 。 +梅宮 大社 ( うめ の みや たいしゃ ) は 、 京都 市 右京 区 に あ る 神社 で あ る 。 +真土 事件 ( しんど じけん ) は 1878 年 ( 明治 11 年 ) 、 神奈川 県 大住 郡 真土村 ( 現 平塚 市 ) に 起こ っ た 農民 暴動 。 +江戸 開城 ( えど かいじょう ) と は 、 江戸 時代 末期 ( 幕末 ) の 慶応 4 年 ( 1868 年 ) 3 月 から 4 月 ( 旧暦 ) に かけ て 、 明治 新 政府 軍 の 代表 西郷 隆盛 と 旧 江戸 幕府 軍 ( 徳川 家 ) の 代表 勝海 舟 ら の 交渉 に よ り 、 江戸 城 の 無血 開城 が もたら さ れ た こと を い う 。 +結城   直朝 ( ゆうき な おと も 、 1325 年 ( 正中 ( 元号 ) 2 年 ) - 1343 年 4 月 26 日 ( 興国 4 年 / 康永 2 年 4 月 2 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +犬食い ( いぬぐい ) と は 、 日本 の 食 文化 の 上 で 「 犬 の よう に 食事 を 食べ る 」 状態 を 指 し 、 テーブル 上 に あ る 食器 に 盛 ら れ た 料理 に 、 極端 な 前屈 姿勢 で 顔 ( 口 ) を 突っ込 ま ん ばかり に 近づけ て 食べ る こと 。 +鴨 長明 ( かも の ちょうめい 、 1155 年 ( 久寿 2 年 ) - 1216 年 7 月 26 日 ( 建保 4 年 6 月 10 日 ( 旧暦 ) ) ) は 、 平安 時代 末期 から 鎌倉 時代 に かけ て の 日本 の 有名 な 歌人 一覧 、 随筆 家 で あ る 。 +灯籠流 し ( とうろう ながし ) また は 精霊 流し ( しょうりょう ながし ) は 、 死者 の 魂 を 弔 っ て 灯籠 ( 灯篭 ) や お 盆 の 供物 を 海 や 川 に 流 す 日本 の 行事 。 +京都 平野 ( みやこ へいや ) と は 、 主に 福岡 県 行橋 市 の 中心 部 から 京都 郡 東部 ・ 築上 郡 北部 に 広が る 平野 を 指 す 。 +北京 議定 書 ( ぺきん ぎてい しょ ) と は 、 1901 年 9 月 7 日 に 北京 市 で 調印 さ れ た 義和 団 の 乱 に おけ る 列国 と 清 ・ 義和 団 と の 戦闘 の 事後 処理 に 関 する 最終 議定 書 。 +働事 ( はたらき - ごと ) は 、 能 に お い て 、 演者 の 所作 と 、 能囃子 に よ っ て 構成 さ れ る 部分 の うち 、 その 所作 が 一定 の 表意 的 ・ 具象 的 な 要素 を 持 つ もの を 指 す 。 +天つ 罪 ・ 国 つ 罪 ( あま つつみ ・ く に つつみ ) と は 、 神道 に おけ る 罪 の 観念 で あ る 。 +建学 の 精神 +西園 寺 師季 ( さいおんじ もろすえ 、 文政 9 年 9 月 1日 ( 旧暦 ) ( 1826 年 10 月 2 日 ) - 嘉永 4 年 7 月 19 日 ( 旧暦 ) ( 1851 年 8 月 15 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +巾筒 ( きんとう ) は 茶道 、 煎 茶道 で 茶巾 を 入れ る 道具 。 +大炊 御門 信量 ( おおい の みかど の ぶか ず 、 嘉吉 2 年 ( 1442 年 ) - 長享 元年 8 月 4 日 ( 旧暦 ) ( 1487 年 8 月 22 日 ) ) は 、 室町 時代 の 公卿 。 +明法 博士 ( みょうほう は かせ ) は 、 古代 日本 の 律令 制下 に お い て 大学 寮 に 属 し た 官職 の 一 つ 。 +德川 秀忠 ( とくがわ ひで ただ 、 天正 7 年 4 月 7 日 ( 旧暦 ) ( 1579 年 5 月 2 日 〈 ユリウス 暦 〉 ) - 寛永 9 年 1 月 24 日 ( 1632 年 3 月 4 日 〈 ユリウス 暦 〉 ・ 1632 年 3 月 14 日 〈 グレゴリオ 暦 〉 ) は 、 安土 桃山 時代 から 江戸 時代 の 武将 、 江戸 幕府 第 二 代将軍 。 +官印 ( かんいん ) と は 、 中国 や 日本 に お い て 身分 証明 ・ 公的 証明 の ため に 官吏 ・ 役所 に 配 ら れ た 官製 の 印章 。 +平城 京 ( へいぜいきょう 、 へいじょうきょう ) は 、 かつて の 日本 の 首都 。 +初荷 ( はつ に ) と は 、 年 が 明け て 、 最初 に 工場 や 倉庫 など 物流 拠点 から 販売 店 へ 向け て 商品 ( 製品 ) が 出荷 さ れ る こと 。 +山岡 景宗 ( やまおかかげ むね ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 。 +一 領 具足 ( いちりょうぐ そく ) は 、 戦国 時代 ( 日本 ) の 土佐 国 の 戦国 大名 、 長 宗我部 氏 が 兵農 分離 前 の 武装 農民 や 地侍 を 対象 に 編成 、 運用 し た 半農 半兵 の 兵士 および 組織 ( 社会 科学 ) の 呼称 で あ る 。 +勧修 寺 教豊 ( かじゅうじ のり と よ 、 慶長 15 年 ( 1610 年 ) - 慶長 20 年 6 月 22 日 ( 旧暦 ) ( 1615 年 7 月 17 日 ) ) は 、 江戸 時代 の 公家 ( 公卿 ) 。 +羽根突き ( はねつき ) は 、 130 0 年 の 歴史 を 持 つ 、 日本 の 正月 に よく 行 わ れ る 伝統 的 な 遊戯 の ひと つ で あ り 、 2人 が ムクロジ の 種子 に 羽 を 付け た もの を 羽子 板 で 打ち合 う 、 女子 の 遊戯 や 縁起 行為 で あ る 。 +神国 ( しんこく ・ 神州 ( しんしゅう ) ) と は 、 「 神 の 国 」 。 +鈴木 泉三郎 ( すずき せんざ ぶろう 、 1893 年 5 月 10 日 - 1924 年 10 月 6 日 ) は 、 日本 の 劇作 家 、 編集 者 で あ る 。 +伏見宮 邦家 親王 ( ふしみのみやく に いえ しんのう 、 享和 2 年 10 月 24 日 ( 旧暦 ) ( 180 2 年 11 月 19 日 ) - 明治 5 年 8 月 5 日 ( 旧暦 ) ( 1872 年 9 月 7 日 ) ) は 、 江戸 時代 、 幕末 の 日本 の 皇族 。 +『 新続 古 今 和 歌集 』 ( しんしょく こ きん わかしゅう ) は 、 室町 時代 の 勅撰 集 。 +重要 無形民俗 文化 財 ( じゅうよう むけい みんぞく ぶんか ざい ) は 、 衣 食 住 、 生業 、 信仰 、 年中 行事 など に 関 する 風俗 慣習 、 民俗 芸能 、 民俗 技術 など 、 人々 が 日常 生活 の 中 で 生み出 し 継承 し て き た 無形 の 民俗 文化 財 の うち 、 特に 重要 な もの と し て 国 が 指定 し た もの で あ る 。 +源   則理 ( みなもと ・ の ・ のりまさ 、 生没年 不詳 ) は 、 平安 時代 後期 の 貴族 。 +滝川 具挙 ( たきがわ   ともあき 、 生没年 不詳 ) と は 、 江戸 時代 の 幕臣 。 +東山 三条 駅 ( ひがしやま さん じょう えき ) は 、 かつて 京都 市 東山 区 三条 大和 大路 下ル 古川 町 に あ っ た 京阪 電気 鉄道 京阪 京津 線 の 鉄道 駅 。 +たたみいわし ( 畳鰯 ) は 、 カタクチ イワシ の 稚魚 を 洗 い 、 生 の まま あるいは 一 度 ゆで て から 、 葭簀 ( よしず ) や 木枠 に 貼 っ た 目 の 細か い 網 で 漉 い て 天日 干し し 、 薄 い 板状 ( 網状 ) に 加工 し た 食品 。 +名人 ・ クイーン ( めいじん ・ クイーン ) と は 、 百 人 一首 を 用い て 、 全 日本 かる た 協会 が 定め た 規則 に 則 っ て 行 う 競技 、 競技 かるた に お い て 、 男性 の 名人 戦 、 女性 の クイーン 戦 の 予選 を 勝 ち 抜 き 、 さらに 前年 の 優勝 者 と の 対戦 に 勝利 し 日本 一 と な っ た 者 に 与え られ る 称号 で あ る 。 +市村 鉄之助 ( いちむら てつのすけ 、 安政 元年 ( 1854 年 ) - 明治 6 年 ( 1873 年 ) ? ) は 、 美濃 国 大垣 藩 出身 の 新 選 組 隊士 。 +外山 光 顕 ( とやま みつあき 、 慶安 5 年 7 月 7 日 ( 旧暦 ) ( 1652 年 8 月 10 日 ) - 元文 3 年 4 月 13 日 ( 旧暦 ) ( 1738 年 5 月 31 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +解放令 ( かいほうれい ) と は 、 明治 4 年 8 月 28 日 ( 旧暦 ) ( 18 71 年 10 月 12 日 ) に 明治 政府 が 行 っ た 穢多 非 人 等 の 身分 の 廃止 など の 旨 を 記 し た 太政 官 布告 で あ る 。 +百 首 歌 ( ひゃく しゅうた ) は 、 数 を 定め て 詠 う 和歌 ( 定数 和歌 ) の ひと つ で 、 100 首 を 単位 と し て 詠 ま れ る もの 。 +永久 の 強訴 ( えいきゅう の ごうそ ) と は 、 天永 4 年 ・ 永久 ( 元号 ) 元年 ( 1113 年 ) 、 興福 寺 の 末寺 ・ 清水 寺 の 別当 に 延暦 寺 で 出家 し た 仏師 ・ 円勢 が 任 じ られ た こと から 閏 3 月 20 日 に 数千 人 の 興福 寺 大衆 が 人事 の 停止 を 求め て 行 わ れ た 強訴 の こと 。 +JR 京都 駅 ビル 大 階段 駆け上が り 大会 ( じぇいあーる きょうと えき ビル だい かいだん かけあが り たいかい ) は 、 京都 駅 の 駅 ビル 階段 で 1998 年 から 毎年 2 月 の 第 3 土 曜 日 に 開催 さ れ る 京都 放送 主催 の イベント 。 +二 朱 銀 ( に しゅぎん ) と は 、 江戸 時代 末期 の 日本 で 流通 し た 銀貨 の 一種 。 +ここ で は 日本 料理 の 中 に あ る 和食 の 一 分野 で あ る 本膳 料理 を 紹介 する 。 +園 池司 ( えんちし ) は 律令 制 に お い て 宮内 省 に 属 する 機関 の 一 つ で あ る 。 +伊勢 集 ( いせしゅう ) は 平安 時代 の 歌人 伊勢 ( 歌人 ) の 私 家 集 。 +法成 寺 ( ほうじょうじ ) は 、 現在 の 京都 市 上京 区 に あ っ た 寺院 。 +幻 ( まぼろし ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +鬼庭 綱 元 ( お に にわつなもと 、 天文 ( 元号 ) 18 年 ( 1549 年 ) - 寛永 17 年 5 月 24 日 ( 旧暦 ) ( 1640 年 7 月 13 日 ) ) は 、 伊達 氏 の 武将 。 +反正 天皇 ( はんぜい てんのう 、 仁徳 天皇 24 年 ( 336 年 ) ? - 反正 天皇 5 年 1 月 23 日 ( 旧暦 ) ( 410 年 2 月 12 日 ) ) は 、 第 18 代 の 天皇 ( 在位 : 反正 天皇 元年 1 月 2 日 ( 旧暦 ) ( 40 6 年 2 月 3 日 ) - 同 5 年 1 月 23 日 ( 410 年 2 月 12 日 ) ) 。 +前田 利政 ( まえだ としま さ 天正 6 年 ( 1578 年 ) - 寛永 10 年 7 月 14 日 ( 旧暦 ) ( 1633 年 8 月 18 日 ) ) は 安土 桃山 時代 から 江戸 時代 の 武将 、 加賀 加賀 藩 初代 藩主 で あ る 前田 利家 の 次男 、 母 は 芳春 院 。 +畠山 高政 ( はたけ やま たかまさ ) は 、 戦国 時代 ( 日本 ) の 紀伊国 ・ 河内 国 の 守護 大名 ・ 戦国 大名 。 +豆板 銀 ( まめい た ぎん ) は 、 江戸 時代 に 流通 し た 銀貨 の 一種 。 +能 の 歴史 と は 、 日本 の 伝統 芸能 で あ る 能 の 発展 史 の こと で あ る 。 +高倉 陸橋 ( たか く ら りっきょう ) は 、 京都 駅 の 東側 に あ る 陸橋 で あ る 。 +『 保元 物語 』 ( ほうげん ものがたり ) は 保元 の 乱 の 顛末 を 描 い た 軍記 物語 で あ る 。 +正親町 三条 公則 ( おおぎまち さんじょうきん の り 、 安永 3 年 6 月 16 日 ( 旧暦 ) ( 1774 年 7 月 24 日 ) ‐ 寛政 12 年 9 月 1日 ( 旧暦 ) ( 180 0 年 10 月 18 日 ) は 、 江戸 時代 の 公卿 。 +松平康 重 ( まつだいら やすし げ 、 1568 年 ( 永禄 11 年 ) - 1640 年 8 月 14 日 ( 寛永 17 年 6 月 27 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 ( 大名 ) 。 +伊勢 ( いせ ) 氏 は 、 日本 の 氏族 。 +平岩 流 ( ひらい わ りゅう ) は 能楽 笛 方 の 廃絶 し た 一流 。 +神道 五 部 書 ( しんとうごう ぶしょ ) と は 、 伊勢 神道 ( 度会 神道 ) の 根本 経典 で 、 以下 の 5 つ の 経典 の 総称 で あ る 。 +承元 の 法難 ( じょうげん の ほうなん ) と は 、 法然 が 率い る 専修 念仏 の 衆徒 が 弾圧 さ れ 、 法然 以下 、 親鸞 ら 中心 的 な 僧徒 が 各地 に 流罪 と な っ た 事件 の こと で あ る 。 +野点 ( のだて ) と は 、 屋外 で 緑茶 また は 抹茶 を いれ て 楽し む 茶会 の こと 。 +後桜町 天皇 ( ご さくらまち てんのう 、 元文 5 年 8 月 3 日 ( 1740 年 9 月 23 日 ) - 文化 10 年 11 月 2 日 ( 1813 年 12 月 24 日 ) ) は 第 117 代 天皇 ( 在位 : 宝暦 12 年 7 月 27 日 ( 1762 年 9 月 15 日 ) - 明和 7 年 11 月 24 日 ( 17 71 年 1 月 9 日 ) ) 。 +京都 学派 四 天王 ( きょう と がく は してん のう ) と は 高坂 正 顕 、 西谷 啓治 、 高山 岩男 、 鈴木 成高 の 京都 学派 に 属 する 四 人 の 学者 の こと で あ る 。 +娟子 内 親王 ( けん し な い しんの う 、 長元 5 年 9 月 13 日 ( 旧暦 ) ( 10 3 2 年 10 月 19 日 ) - 康和 5 年 3 月 12 日 ( 旧暦 ) ( 110 3 年 4 月 20 日 ) ) は 、 第 67 代 後 朱 雀 天皇 第 二 皇女 。 +山科 言国 ( やましな とき くに 、 享徳 元年 ( 1452 年 ) - 文亀 3 年 2 月 28 日 ( 旧暦 ) ( 150 3 年 4 月 5 日 ) ) は 、 室町 時代 の 公家 。 +高輪 談判 ( たかなわ だんぱん ) と は 、 明治 2 年 7 月 12 日 ( 1869 年 8 月 19 日 ) に 、 東京 高輪 に お い て 開催 さ れ た 明治 政府 首脳 と イギリス ・ フランス ・ アメリカ 合衆 国 ・ イタリア ・ 北 ドイツ 連邦 の 5 ヶ国 の 駐日 公使 に よ る 会談 。 +覚鑁 ( かく ばん 、 嘉保 2 年 6 月 17 日 ( 旧暦 ) ( 1095 年 7 月 21 日 ) - 康治 2 年 12 月 12 日 ( 旧暦 ) ( 1144 年 1 月 18 日 ) ) は 、 平安 時代 後期 に 活躍 し た 真言 宗 の 高僧 で 、 真言 宗 中興 の 祖 に し て 新義 真言 宗 始祖 。 +続 日本 後紀 ( しょく に ほんこうき ) は 、 日本 の 平安 時代 の 869 年 に 成立 さ れ た 歴史 書 で 、 六 国 史 の 第 四 に あた る 。 +結城 宗広 ( ゆうき むねひろ 、 1266 年 ( 文永 3 年 ) - 1339 年 1 月 1日 ( 延元 3 年 / 暦応 元年 11 月 21 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +武家 政権 ( ぶけ せいけん ) と は 武家 に よ る 政権 で あ る 。 +狂言 ( きょうげん ) は 、 能 と 同様 に 猿楽 から 発展 し た 伝統 芸能 で あ る 。 +敏達 天皇 ( びだつ てんのう 、 宣化 天皇 3 年 ( 538 年 ) ? - 敏達 天皇 14 年 8 月 15 日 ( 旧暦 ) ( 58 5 年 9 月 14 日 ) は 、 第 30 代 天皇 ( 在位 : 敏達 天皇 元年 4 月 3 日 ( 旧暦 ) ( 572 年 4 月 30 日 ) - 同 14 年 8 月 15 日 ( 58 5 年 9 月 14 日 ) ) 。 +たま が き / たまか き ( 生没年 不詳 ) は 、 京都 教王 護国 寺 領 の 新見 庄 ( 岡山 県 新見 市 ) の 荘官 、 惣追 捕使 の 福本 盛吉 の 妹 と さ れ る 。 +供 御田 ( く ご でん ) と は 、 天皇 の 食膳 ( 供御 ) に 出 す 米 ( 供御 米 ) を 作 る 田地 。 +法要 ( ほうよう ) と は 、 +この 項目 で は 、 競馬 ( くらべ うま / きそ い うま ) 、 また は 駒競 と も 呼 ば れ る 日本 の 古式 競馬 ( 馬 を 走 ら せ て その 走行 速度 を 競 わ せ て その 馬 の 優劣 を 定め る 競技 ) に つ い て 記述 する 。 +単立 ( たん りつ ) は 、 単立 宗教 団体 の こと で あ る 。 +土屋 政直 ( つちやまさなお ) は 、 江戸 時代 の 大名 、 老中 。 +京都 鉄道 ( きょう と てつどう ) は 、 1893 年 ( 明治 26 年 ) に 設立 さ れ た 民営 鉄道 。 +古学 +藤田 流 ( ふじた りゅう ) は 能楽 笛 方 の 一流儀 。 +征韓 論 ( せいかんろん ) は 、 日本 の 明治 初期 に お い て 、 当時 留守 政府 の 首脳 で あ っ た 西郷 隆盛 、 板垣 退助 ・ 江藤 新平 ・ 後藤 象二郎 ・ 副島 種臣 ら に よ っ て な さ れ た 、 武力 を も っ て 朝鮮 を 開国 し よ う と する 主張 で あ る 。 +鳴滝 塾 ( なるたきじゅく ) は 、 文政 7 年 ( 1824 年 ) に 、 フィリップ ・ フランツ ・ フォン ・ シーボルト が 長崎 郊外 に 設け た 私塾 。 +中村 歌昇 ( なかむら かしょう ) は 、 歌舞伎 役者 の 名跡 。 +円 相 ( えんそう ) は 、 禅 に おけ る 書画 の ひと つ で 、 図形 の 丸印 ( 円形 ) を 一筆 で 描 い た もの 。 +冷泉 為益 ( れいぜいため ま す 、 永正 13 年 ( 1516 年 ) - 元亀 元年 8 月 23 日 ( 旧暦 ) ( 1570 年 9 月 22 日 ) は 戦国 時代 ( 日本 ) の 公卿 、 歌人 。 +万葉 仮名 ( まんよう が な ) と は 仮名 ( 文字 ) の 一種 で 、 主 と し て 上代 に 日本 語 を 表記 する ため に 漢字 の 音 を 借用 し て 用い られ た 文字 の こと で あ る 。 +坂上 大野 ( さかの うえ の おおの ) は 、 坂上 田村 麻呂 の 長男 。 +坂上 望城 ( さかの うえ の もちき 、 生没年 不詳 ) は 、 平安 時代 中期 の 歌人 。 +ところ てん ( 心太 また は 心天 、 瓊脂 ) は 、 テングサ や オゴノリ など の 海藻 類 を ゆで て 煮溶か し 、 発生 し た 寒天質 を 冷ま し て 固め た 食品 。 +『 無名 抄 』 ( むみょう しょう ) は 、 鴨 長明 に よ る 鎌倉 時代 の 歌論 書 ( 和歌 に 関 する 理論 および 評論 の 書 ) 。 +榊原 忠長 ( さかきばら ただな が 、 天正 13 年 ( 1585 年 ) - 慶長 9 年 2 月 15 日 ( 旧暦 ) ( 160 4 年 3 月 15 日 ) ) は 、 上野 国 館 林 藩 初代 藩主 ・ 榊原 康政 の 次男 。 +軍事 貴族 ( ぐんじ きぞく ) と は 、 日本 の 古代 後期 から 中世 最初期 に かけ て 出現 し た 軍事 専門 の 貴族 を い う 。 +伏見宮 邦房 親王 ( ふしみのみや くに の ぶしんのう 、 永禄 9 年 4 月 4 日 ( 旧暦 ) ( 156 6 年 4 月 23 日 ) - 元和 ( 日本 ) 7 年 11 月 25 日 ( 旧暦 ) ( 1622 年 1 月 6 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 初期 の 皇族 。 +河瀬 秀治 ( かわせ ひ でじ 、 天保 12 年 12 月 15 日 _ ( 旧暦 ) ( 1842 年 1 月 26 日 ) - 明治 40 年 ( 1907 年 ) ) は 、 日本 の 武士 ・ 宮津 藩 藩士 。 +南朝 ( なんちょう ) は 、 吉野 朝廷 ( よしの ちょうてい ) と も 称 さ れ 、 南北朝 時代 ( 日本 ) に 京都 以南 の 大和国 の 吉野 ( 奈良 県 吉野 郡 吉野 町 ) 、 賀名生 ( 同県 五條 市 西 吉野 町 ) 、 摂津 国 の 住吉 行宮 ( 大阪 府 大阪 市 住吉 区 ) を 本拠 と し た 大覚 寺 統 の 後醍醐 天皇 に 属 する 朝廷 。 +円通 ( えんつう 、 175 4 年 - 1834 年 ) は 、 江戸 時代 後期 の 天台 宗 の 僧 。 +長西 ( ちょうさい 、 元暦 元年 ( 1184 年 ) - 文永 3 年 1 月 6 日 ( 旧暦 ) ( 1266 年 2 月 12 日 ) ) は 、 鎌倉 時代 中期 の 浄土 宗 の 僧 。 +高木 正弘 ( たかぎ   まさひろ 、 慶長 18 年 ( 1613 年 ) - 明暦 4 年 6 月 23 日 ( 旧暦 ) ( 1658 年 7 月 23 日 ) ) は 、 河内 国丹 南 藩 の 第 3 代 藩 主 。 +石篦 ( いしべら ) は 剥 片 石器 の 一種 で 、 木 や 骨 の 切削 や 獣皮 の 皮 なめ し 、 一部 に は 土掘り の 道具 と し て 使 わ れ た と 考え られ る ヘラ 状 の 石器 。 +渡辺 了 ( わたなべ さとる 、 永禄 5 年 ( 1562 年 ) - 寛永 17 年 ( 1640 年 ) ) は 安土 桃山 時代 から 江戸 時代 の 武士 で あ る 。 +合気 道 ( あいきどう ) は 植芝 盛平 が 昭和 前期 に 創始 し た 現代 武道 。 +管野 スガ ( かん の すが 、 1881 年 ( 明治 14 年 ) 6 月 7 日 - 19 11 年 ( 明治 44 年 ) 1 月 25 日 ) は 、 明治 時代 の 新聞 記者 ・ 著作 家 ・ 女性 解放 運動 ・ 社会 主義 運動 家 。 +義空 ( ぎくう 、 生没年 不詳 ) は 、 平安 時代 前期 唐 から 渡来 し た 禅僧 。 +山城 ( やまじろ ) は 、 険阻 な 山 を 利用 し て 築 か れ た 城 の こと で あ る 。 +千代紙 ( ちよがみ ) と は 、 日本 の 伝統 的 な 遊び で あ る 折り紙 を 作 る ため に 使 わ れ たり 、 紙 人形 の 衣装 、 工芸 品 や 化粧 箱 に 装飾 の 目的 で 貼 ら れ る 、 紋 や 柄 の 豊か な 和紙 で 作 ら れ た 正方 形 の 紙 で あ る 。 +木 寺 宮 ( きで らのみや ) は 、 鎌倉 時代 から 室町 時代 中期 に かけ て 存続 し た 宮家 。 +藤掛永勝 ( ふじかけ な が かつ 、 弘治 ( 日本 ) 3 年 ( 1557 年 ) - 元和 ( 日本 ) 3 年 6 月 5 日 ( 旧暦 ) ( 161 7 年 7 月 7 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 。 +上坂 神社 ( こうさか じんじゃ ) は 、 滋賀 県 長浜 市 東上坂 町 に あ る 神社 で あ る 。 +藤原 胤子 ( ふじわら の いんし ( たねこ ) 、 生年 不詳 - 寛平 8 年 6 月 30 日 ( 旧暦 ) ( 896 年 8 月 12 日 ) ) は 、 内 大臣 藤原 高藤 女 。 +磯田 多佳 ( いそだ ・ たか   本名 たか   1879 年 - 1945 年 ) は 、 祇園 甲部 の 芸妓 で 京都 市 東山 区 祇園 新橋 に 営業 し て い た お 茶屋 『 大友 ( だい と も ) 』 の 女将 。 +伊賀 流 ( いがりゅう ) と は 甲賀 流 と 並 ん で 忍術 の 中 で 最も 有名 な 流派 の 1 つ で あ る 。 +白峯 神宮 ( しらみね じんぐう ) は 、 京都 市 上京 区 に あ る 神社 で あ る 。 +宮塚 古墳 ( みやづか こふん ) は 埼玉 県 熊谷 市 広瀬 608 番地 に あ る 上 円 下方 墳 で あ る 。 +仏塔 古寺 十 八 尊 ( ぶっとう こ じ じゅう はっそん ) は 、 近畿 に あ る 仏塔 霊場 。 +阿倍 仲麻呂 ( あべ の なかまろ 、 文武 天皇 2 年 ( 698 年 ) - 宝亀 元年 ( 770 年 ) ) は 奈良 時代 の 遣唐 留学 生 。 +足利尊 氏 ( あしか が たか う じ 、 130 5 年 - 1358 年 ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) の 武将 。 +源脩 ( みなもと の おさむ 、 生年 不詳 - 天徳 ( 日本 ) 4 年 7 月 7 日 ( 旧暦 ) ( 96 0 年 8 月 2 日 ) ) は 、 平安 時代 中期 の 官人 ・ 雅楽 家 。 +太上 法皇 ( だ じょうほうおう 、 だい じょうほうおう ) と は 、 出家 し た 太上 天皇 。 +埿部 視枳 ( はつ か し べ のしき 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +高 階 成忠 ( たかしな の なりただ 、 延長 ( 日本 ) 元年 ( 923 年 ) - 長徳 4 年 ( 99 8 年 ) 7 月 ) は 平安 時代 中期 の 公卿 。 +高台 寺 ( こうだいじ ) は 京都 府 京都 市 東山 区 に あ る 臨済 宗 建仁 寺 派 の 寺院 。 +周防 内 侍 ( すおう の な い し 、 長暦 元年 ( 10 37 年 ) 頃 ? - 天仁 2 年 ( 1109 年 ) 頃 ? ) は 、 平安 時代 後期 の 女流 歌人 。 +張り子 、 あるいは 張子 ( はりこ ) と は 、 竹 や 木材 など で 組 ん だ 枠 、 また は 粘土 で 作 っ た 型 に 紙 など を 張りつけ 、 成形 する 造形 技法 の ひと つ 。 +山 あら し 、 山荒 ( やまあらし ) は 、 尾田 淑 に よ る 妖怪画 『 百 鬼 夜行 絵巻 』 など に あ る 日本 の 妖怪 。 +唯一 神道 名 法要集 ( ゆいいつ しん とうみょう ほうようしゅう ) は 、 卜部 兼延 の 著作 と さ れ る が 、 祖先 に 仮託 し た 吉田 兼倶 の 偽作 で あ ろ う と さ れ る 。 +南画 ( なん が ) と は 、 中国 の 南宗 画 に 由来 する 日本 独特 の 用語 で あ る 。 +石川 勾当 ( いしかわ こうとう 、 生没年 不詳 ) は 、 19 世紀 前半 に 京都 で 活躍 し た 盲人 音楽 家 ( 地歌 三味 線 演奏 家 、 作曲 家 ) 。 +文治 の 勅許 ( ぶんじ の ちょっきょ ) と は 、 日本 に お い て 、 文治 元年 11 月 28 日 ( 旧暦 ) ( 1185 年 12 月 21 日 ) に 朝廷 より 源 頼朝 に 対 し 与え られ た 諸国 へ の 守護 ・ 地頭 職 の 設置 ・ 任免 を 許可 し た 勅許 の こと で あ る 。 +市橋 長和 ( いちは し なが かず 、 文政 4 年 5 月 8 日 ( 旧暦 ) ( 182 1 年 6 月 7 日 ) - 明治 15 年 ( 18 82 年 ) 1 月 17 日 ) は 、 近江 国 仁正 寺 藩 ( 西 大路 藩 ) の 第 10 代 ( 最後 ) の 藩主 。 +波久奴 神社 ( はくぬ じんじゃ ) は 滋賀 県 長浜 市 浅井町 に 鎮座 する 神社 で あ る 。 +梶川 正教 ( かじかわ まさのり ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 武将 。 +外記 ( げき ) は 律令 制 に お い て 朝廷 組織 の 最高 機関 ・ 太政 官 に 属 し た 職 の 一 つ で あ る 。 +森 幸安 ( もりこうあん ) ( 17 0 1 ( 元禄 14 年 )   - ? ) は 、 江戸 時代 中期 に 活躍 し た 地図 考証家 。 +杖罪 ( じょうざい ) 、 もしくは 杖刑 ( じょうけい ) と は 、 律令 法 の 五 刑 の 一 つ 。 +杉玉 ( すぎたま ) と は 、 スギ の 葉 ( 穂先 ) を 集め て ボール 状 に し た 造形物 。 +徳大寺 公俊 ( とくだいじ きん と し 、 応安 4 年 1 月 7 日 ( 旧暦 ) ( 13 71 年 1 月 24 日 ) - 正長 元年 6 月 19 日 ( 旧暦 ) ( 142 8 年 7 月 31 日 ) ) は 室町 時代 の 公卿 。 +鳥居 禅尼 ( とりいぜん に 、 生没年 不詳 ) 、 平安 時代 末期 、 鎌倉 時代 初期 の 女性 。 +新 薬師寺 ( しんやく しじ ) は 、 奈良 市 高畑 福井 町 に あ る 華厳 宗 の 寺院 で あ る 。 +日野 勝光 ( ひ の かつみつ 、 永享 元年 ( 1429 年 ) - 文明 ( 日本 ) 8 年 6 月 15 日 ( 旧暦 ) ( 147 6 年 7 月 6 日 ) ) は 室町 時代 の 公家 。 +総髪 ( そうはつ ) は 、 江戸 時代 前期 から 男性 神官 や 儒学 者 の 髪形 と し て 結 わ れ た もの 。 +老中 ( ろうじゅう ) は 、 江戸 幕府 および 藩 の 職名 。 +一条 ( いちじょう ) 家 は 、 摂家 の ひと つ で 公家 で あ る 。 +岩倉 具視 ( いわくら ともみ 、 文政 8 年 9 月 15 日 ( 旧暦 ) ( 182 5 年 10 月 26 日 ) - 明治 16 年 ( 1883 年 ) 7 月 20 日 ) は 日本 の 公家 、 政治 家 。 +奉書 船 ( ほうしょせん ) と は 、 征夷 大将軍 が 発給 し た 朱印状 に 加え て 、 老中 の 書 い た 奉書 と い う 許可 証 を も っ た 船 の こと 。 +労働 組合 期 成 会 ( ろうどう くみあい き せいかい ) は 、 明治 時代 の 、 労働 組合 の 結成 を 目的 と し た 団体 。 +大和 大路通 ( やまと おおじ どおり ) は 、 京都 市 の 南北 の 通り の 一 つ 。 +和束 町 ( わづか ちょう ) は 、 京都 府 相楽 郡 に あ る 町 で あ る 。 +当子 内 親王 ( とうし ( まさこ ) ないしんの う 、 長保 3 年 ( 1001 年 ) - 治安 ( 元号 ) 2 年 9 月 12 日 ( 旧暦 ) ( 1022 年 10 月 10 日 ) は 、 日本 の 第 67 代 三 条 天皇 の 第 一 皇女 。 +本項 京都 市 南 区 の 町名 ( きょうと し みなみ く の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +書 智徳 ( ふみの ち とこ 、 生年 不明 - 持統 天皇 6 年 ( 692 年 ) 5 月 20 日 ? ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +三 好 之長 ( みよしゆきなが ) は 、 戦国 時代 ( 日本 ) の 武将 。 +霊元 天皇 ( れいげん てんのう 、 承応 3 年 5 月 25 日 ( 1654 年 7 月 9 日 ) - 享保 17 年 8 月 6 日 ( 1732 年 9 月 24 日 ) ) は 神武 天皇 から 数え て 第 112 代 天皇 。 +滝口 武者 ( た きぐち の むしゃ ) は 、 蔵人 所 の 下 で 9 世紀 末頃 から 内裏 の 警護 に あた っ て い た 武士 。 +岡 っ引 ( お かっぴき ) は 、 江戸 時代 の 町 奉行 所 や 火付 盗賊 改方 等 の 警察 機能 の 末端 を 担 っ た 非 公認 の 協力 者 。 +都城 制 ( とじょうせい ) と は 東 アジア 文化 圏 に お い て 中国 の 都城 の 影響 を 受け た 都市 設計 を い う 。 +勾当内 侍 ( こうとう の ないし ) は 、 南北朝 時代 ( 日本 ) の 公家 の 女性 で あ る 。 +松平定 良 ( まつだいら さだよし ) は 、 伊勢 国 桑 名 藩 の 第 2 代 藩 主 。 +堀之内 ( ほり の うち ) は 中世 日本 に おけ る 武士 ・ 在地 領主 の 館 ( たち ・ たて ) を 指 す 歴史 用語 。 +源 俊賢 ( みなもと の としかた 、 天徳 ( 日本 ) 3 年 ( 959 年 ) - 万寿 4 年 6 月 13 日 ( 旧暦 ) ( 102 7 年 7 月 19 日 ) ) は 平安 中期 の 廷臣 。 +高橋 順太郎 ( たかはし じゅんたろう 、 安政 3 年 3 月 28 日 ( 旧暦 ) ( 1856 年 5 月 2 日 ) - 大正 9 年 ( 1920 年 ) 6 月 4 日 ) は 石川 県 金沢 市 出身 、 医学 博士 。 +梅小路 公園 ( うめこうじ こうえん ) と は 、 京都 市 下京 区 観喜 寺 町 、 八条 坊門 町 、 梅小路頭 町 に またが る 公園 。 +石 舞台 古墳 ( いしぶたい こふん ) は 、 奈良 県 明日香村 に あ る 古墳 時代 後期 の 古墳 。 +稚狭 王 ( わかさ の おおきみ 、 生年 不明 - 天武 天皇 7 年 ( 67 8 年 ) 9 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +寄親 ・ 寄子 ( よりおや ・ よりこ ) と は 、 中世 日本 に お い て 親子 に 擬制 し て 結 ば れ た 主従 関係 あるいは これ に 准 ずる 保護 者 ・ 被 保護 者 の 関係 。 +伊根湾 ( いねわん ) は 京都 府 与謝 郡 伊根 町 に あ る 湾 。 +くノ 一 ( く の いち ) は 忍者 の 隠語 で 女性 の こと を 指 し 、 仕事 の しかけ に 女性 を 使 う こと を くの いち の 術 と 呼 ん だ 。 +照り焼き ( てりやき ) と は 日本 料理 の 調理 法 。 +大 中臣 頼 基 ( おおなか とみ の より も と 、 仁和 2 年 ( 886 年 ) 頃 ? - 天徳 ( 日本 ) 2 年 ( 958 年 ) ? ) は 、 平安 時代 中期 の 歌人 。 +藤原 清房 ( ふじわらの きよふさ 、 生没 年 未詳 ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公家 、 廷臣 。 +久明 親王 ( ひさあき しんのう / ひさあきら しんの う 、 建治 2 年 9 月 11 日 ( 旧暦 ) ( 1276 年 10 月 19 日 ) - 嘉暦 3 年 10 月 14 日 ( 旧暦 ) ( 1328 年 11 月 16 日 ) ) は 、 鎌倉 幕府 8 代 征夷 大将軍 。 +源 重貞 ( みなもと の しげさ だ 、 生年 不詳 - 治承 4 年 ( 1180 年 ) ) は 、 平安 時代 末期 の 武将 。 +油かす ( あぶらか す ) と は 、 食肉 から 油脂 を 抽出 し た 残滓 で あ り 、 元 の 原料 や 地方 に よ り 様々 な 呼 び 方 が あ る 。 +北白川 宮能久 親王 ( きたしらかわ の みや よしひさしんのう 、 1847 年 4 月 1日 ( 弘化 4 年 2 月 16 日 ( 旧暦 ) ) - 1895 年 ( 明治 28 年 ) 10 月 28 日 は 、 幕末 ・ 明治 時代 の 皇族 、 陸軍 軍人 。 +源順 ( みなもと の したごう 、 延喜 11 年 ( 911 年 ) - 永観 元年 ( 983 年 ) ) は 日本 の 平安 時代 初期 の 学者 、 歌人 。 +唐橋 ( からはし 、 生没年 不詳 ) は 、 江戸 幕府 大 奥 女 中 。 +時服 ( じふく ) は 、 毎年 、 春 と 秋 と に 、 また は 夏 と 冬と に 、 朝廷 から 皇親 以下 諸臣 に 賜 っ た 衣服 で あ る 。 +十 王 信仰 ( じゅうおう しんこう ) と は 、 地獄 ( 仏教 ) を 統べ る 10 人 の 裁判 官 に 対 し て 慈悲 を 乞 う 信心 の 一種 で あ る 。 +准后 ( じゅごう ) と は 、 太皇 太后 、 皇太后 、 皇后 の 三后 に 准 じ た 貴族 の 称号 。 +貞観 の 治 ( じょうがん の ち ) と は 中国 唐 ( 61 8 年 - 90 7 年 ) の 第 2 代 皇帝 ・ 太宗 ( 唐 ) の 治世 、 貞観 ( 唐 ) ( 元年 - 23 年 ) 時代 ( 627 年 - 649 年 ) の 政治 を 指 す 。 +蚊屋 木間 ( かや の このま 、 生年 不明 - 持統 天皇 7 年 ( 693 年 ) 8 月 16 日 ? ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +阪急 電鉄 株式 会社 ( はん きゅう でんてつ 、 英語 Hankyu Corporation ) は 、 大阪 梅田 駅 と 神戸 市 ・ 宝塚 市 ・ 京都 市 を 結 ぶ 大手 私鉄 。 +吉備 真備 ( きび の まきび 、 持統 天皇 9 年 ( 695 年 ) - 宝亀 6 年 10 月 2 日 ( 旧暦 ) ( 775 年 11 月 3 日 ) ) は 、 日本 の 奈良 時代 の 学者 、 政治 家 ( 公卿 ) 。 +大連 ( おおむらじ ) と は 、 古墳 時代 に おけ る ヤマト 王権 に 置 か れ た 役職 の 1 つ 。 +天下 一 品 ( てんか いっ ぴん ) は 京都 府 京都 市 が 発祥 の ラーメン チェーン 店 で あ る 。 +宇賀神 ( うがじん ) は 、 日本 で 中世 以降 信仰 さ れ た 民間 信仰 の 神 ( 神道 ) で あ る 。 +『 五番町 夕霧楼 』 ( ご ばん ちょう ゆうぎり ろう ) は 、 水上 勉 の 代表 作 で あ り 1950 年 に おき た 金閣 寺 放火 事件 と 著者 の 実 体験 を 基 に し て い る 。 +金森 重近 ( かな もり しげちか   天正 12 年 ( 1584 年 ) - 明暦 2 年 12 月 16 日 ( 旧暦 ) ( 1657 年 1 月 30 日 ) ) は 武将 金森 可重 ( 飛騨 高山 藩 藩主 ) の 長男 。 +『 破戒 』 ( はかい ) は 、 島崎 藤村 の 長編 小説 。 +帝釈 天 ( たいしゃくてん ) は 、 仏教 の 守護 神 で あ る 天部 の 一 つ 。 +手事物 ( てごとも の ) は 、 三曲 の 音楽 で あ る 地歌 、 箏曲 、 胡弓 楽 に お い て 、 器楽 部 で あ る 手事 を 備え た 楽曲 形式 ( この 場合 『 手事 物 形式 』 と も 呼 ぶ ) 、 また 曲種 の こと 。 +空海 ( くうかい ) は 、 平安 時代 初期 の 僧 。 +地蔵 院 ( じぞう いん ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 浄土 宗 の 寺院 。 +済信 ( さいじん ・ せいじん 、 天暦 8 年 1 月 30 日 ( 旧暦 ) ( 954 年 3 月 12 日 ) - 長元 3 年 6 月 11 日 ( 旧暦 ) ( 10 30 年 7 月 14 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +応天門 ( おうてんもん 、 應天門 ) +岩倉宮 ( いわくら のみや ) は 鎌倉 時代 初期 に 存在 し た 宮家 の 一 つ 。 +今出川 駅 ( いまで がわ えき ) は 、 京都 府 京都 市 上京 区 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +観世流 ( かんぜ - りゅう ) は 能楽 に おけ る 能 の 流派 の 一 。 +大炊 御門 信経 ( おおい の みかど の ぶつね 、 文和 4 年 ( 1355 年 ) - 没年 不詳 ) は 南北朝 時代 ( 日本 ) の 公卿 。 +山岳 信仰 ( さん がく しんこう ) と は 、 山 を 神聖 視 し 崇拝 の 対象 と する 信仰 。 +土御門 久脩 ( つちみかど ひさな が 、 永禄 3 年 ( 15 60 年 ) - 寛永 2 年 1 月 18 日 ( 旧暦 ) ( 1625 年 2 月 24 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 の 公卿 ・ 陰陽 家 。 +茶室 ( ちゃしつ ) は 、 茶事 の 主催 者 ( 主人 、 亭主 ) が 客 を 招 き 、 茶 を 出 し て もてな す ため に 造 ら れ る 施設 で あ る 。 +大内 弘茂 ( おおうち ひろしげ 、 ? - 140 1 年 ( 応永 8 年 ) ) は 、 室町 時代 前期 の 武将 。 +法華 堂 ( ほっけどう ) は 、 法華 三 昧 堂 の 略 で 天台 宗 の 法華 経 三 昧 の 行 ( 仏教 ) を 行 う 仏堂 の こと で あ る 。 +朽木 綱 方 ( く つき つ な かた ) は 、 丹波 国 福知 山 藩 の 第 10 代 藩 主 。 +比叡山 ドライブ ウェイ ( ひ えいざん ドライブ ウェイ ) は 、 滋賀 県 大津 市 の 比叡山 に あ る 、 京阪 電気 鉄道 の 子 会社 で あ る 比叡山 自動 車 道 株式 会社 ( 京阪 グループ の 項目 参照 ) が 運営 する 自動 車 道 。 +淳子 女王 ( あつこ / じゅんしじょおう 、 生没年 不詳 ) は 、 平安 時代 後期 の 皇族 。 +秦 公春 ( はた の きみはる 、 生年 不詳 - 仁平 3 年 1 月 19 日 ( 旧暦 ) ( 1152 年 2 月 26 日 ) ) は 、 平安 時代 末期 の 官人 。 +土岐 頼貞 ( ときより さだ 、 文永 8 年 ( 12 71 年 ) - 暦応 2 年 ( 1339 年 ) ) は 鎌倉 時代 から 南北朝 時代 ( 日本 ) の 武将 。 +七 代 目尾上 菊五郎 ( しちだい め おの えき くごろう 、 1942 年 10 月 2 日 - ) は 、 日本 の 俳優 、 歌舞伎 役者 、 歌舞伎 の 名跡 「 尾上 菊五郎 」 の 当代 。 +『 新後 拾遺和 歌集 』 ( しんご しゅう いわかしゅう ) は 、 勅撰 和 歌集 。 +鞍 作止利 ( くら つくり の とり ) は 、 飛鳥 時代 に 活躍 し た 帰化 人 系 の 仏師 。 +平信季 ( たいら の のぶすえ 、 天養 元年 ( 1144 年 ) ? - 治承 3 年 7 月 1日 ( 旧暦 ) ( 1179 年 8 月 5 日 ) ) は 、 平安 時代 末期 の 官人 。 +金春 禅竹 ( こんぱるぜんちく 、 応永 12 年 ( 140 5 年 ) - 文明 ( 日本 ) 3 年 ( 14 7 1 年 ) 以前 ) は 室町 時代 の 能 役者 、 能作 者 。 +小幡 三郎 ( おばたさぶろう 、 生年 不明 - 慶応 4 年 9 月 4 日 ( 旧暦 ) ( 1868 年 10 月 19 日 ) ) は 、 新 選 組 隊士 。 +ハヤシライス と は 、 薄切り し た 牛肉 と タマネギ を バター で 炒め 、 赤 ワイン と ドミグラス ソース で 煮 た もの を 白飯 の 上 に かけ た 料理 。 +室 町 家 ( むろまち け ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +融米 造り ( ゆうま い づくり ) と は 、 日本 酒 の 現代 の 製法 の 一 つ で 高温糖 化 法 、 高温糖 化 法 の 一種 。 +一上 ( いち の かみ ) と は 、 筆頭 の 公卿 ( 一 ノ 上卿 ) と い う 意味 で 、 通常 は 左 大臣 の こと を 指 す 。 +脇坂 安信 ( わきさか やすのぶ 、 生年 不詳 - 寛永 14 年 4 月 1日 ( 旧暦 ) ( 1637 年 5 月 24 日 ) ) は 、 江戸 時代 初期 の 大名 。 +奉納 ( ほうのう ) と は 、 氏子 ・ 檀家 が 神仏 を 敬 い 、 また 鎮め 愉 し ま せ る 目的 の ため 、 人々 に と っ て 「 価値 の あ る もの 」 を 供物 と し て 神仏 ( お 墓 など も 含 む ) に 捧げ る 宗教 的 な 行為 の こと を い う 。 +伏見 桃山陵 ( ふしみ も も やま の みささぎ 、 ふしみ も も やまりょう ) は 京都 府 京都 市 伏見 区 に あ る 明治 天皇 の 天皇 陵 。 +松平仙 千代 ( まつだいら せんち よ 、 文禄 4 年 3 月 13 日 ( 旧暦 ) ( 1595 年 4 月 22 日 ) - 慶長 5 年 2 月 7 日 ( 旧暦 ) ( 160 0 年 3 月 21 日 ) ) は 安土 桃山 時代 の 武家 の 人物 。 +真言 宗 御 室 派 ( しんごん しゅうおむろ は ) は 、 日本 に おけ る 真言 系 仏教宗 派 の ひと つ で 、 古義 真言宗 に 属 する 。 +保科 正貞 ( ほし な まささだ ) は 、 上総 国 飯野 藩 の 初代 藩 主 。 +能勢 勝右衛門 ( のせかつえもん 、 寛永 15 年 ( 1638 年 ) - 元禄 4 年 10 月 2 日 ( 旧暦 ) ( 1691 年 11 月 21 日 ) ) は 、 岡山 藩士 ・ 知行 800 石 。 +酒井 兵庫 ( さかい ひょうご 、 生年 不詳 - 慶応 元年 ( 1865 年 ) 7 月 頃 ) は 新選 組 会計 方 。 +新井 破魔男 ( あらい はまお 、 天保 14 年 ( 1843 年 ) - 慶応 4 年 9 月 5 日 ( 旧暦 ) ( 1868 年 10 月 20 日 ) ? ) は 、 甲斐 国 出身 の 新 選 組 隊士 。 +改正 掛( かいせい がかり ) と は 、 明治 2 年 11 月 18 日 _ ( 旧暦 ) ( 1869 年 12 月 20 日 ) に 民部 省 に 設置 さ れ た 部局 で あ る 。 +多田 頼盛 ( ただより も り 、 生没年 不詳 ) あるいは 源頼盛 ( みなもと の より もり ) は 、 平安 時代 末期 の 武将 。 +文明 論之 概略 ( ぶんめい ろん の がいりゃく ) は 、 福澤 諭吉 の 著書 。 +洛陽 三十 三 所 観音 霊場 ( らくよう さんじゅう さんしょ かんの ん れい じょう ) は 、 観音 菩薩 を ま つ る 京都 府 京都 市 の 三十 三 ヶ寺 の 観音 霊場 。 +九条 通 ( くじょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +『 日本 楽府 』 ( にほん が ふ ) は 、 頼山 陽 が 著 し た 詩集 。 +桂宮節仁親王 ( かつら の みや みさひとしんの う 、 天保 4 年 11 月 1日 ( 旧暦 ) ( 1833 年 12 月 11 日 ) - 天保 7 年 3 月 5 日 ( 旧暦 ) ( 1836 年 4 月 20 日 ) ) は 江戸 時代 後期 の 日本 の 皇族 。 +亀岡 市 コミュニティバス ( かめおかし こみゅにてぃばす ) は 、 京都 府 亀岡 市 で 運行 さ れ て い る コミュニティバス 。 +西園寺 姞子 ( さいおん じきつ し 、 嘉禄 元年 ( 1225 年 ) - 正応 5 年 9 月 9 日 ( 1292 年 10 月 20 日 ) ) は 、 後嵯峨 天皇 の 中宮 で 後 に 皇太后 。 +棒手売 ( 棒天振 と も 、 ぼてふり ) は 、 商品 を 天秤 棒 に 担 い で 売買 する こと 。 +紀夏井 ( き の なつ い 、 生没 年 未詳 ) は 平安 時代 初期 の 貴族 、 政治 家 。 +伊勢 商人 ( いせ しょうにん ) は 、 大阪 商人 、 近江 商人 と 並 ぶ 日本 三 大 商人 の 1 つ で あ る 。 +本項 京都 市 北 区 の 町名 ( きょう と し きた く の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +賀茂 別 雷命 ( か も わけいかづち の みこと ) は 、 神道 の 神 ( 神道 ) で あ る 。 +JR 藤森 駅 ( じぇいあーる ふじ の も り えき ) は 、 京都 府 京都 市 伏見 区 深草 大亀谷 大山 町 99 番地 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 。 +和田 賢秀 ( にぎ た かた ひで 、 ? - 貞和 4 年 / 正平 ( 日本 ) 3 年 1 月 5 日 ( 旧暦 ) ( 1348 年 2 月 4 日 ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +八尺 瓊 勾玉 ( やさか に の まがたま ) は 八咫 鏡 ・ 天叢 雲剣 と 共 に 三 種 の 神器 の 一 つ 。 +末川 記念 会館 ( すえかわ きねん かいかん ) は 、 京都 府 京都 市 中京 区 に 本部 を 置 く 学校 法人 立命 館 の 施設 で あ る 。 +行 修 ( ぎょうしゅう 、 生没年 不明 ) は 、 奈良 時代 の 大安 寺僧 。 +一休 宗純 ( いっ きゅう そうじゅん ) は 、 室町 時代 の 臨済 宗 臨済 宗 大徳 寺 派 の 禅僧 で あ る 。 +御 曹司 ( おんぞうし ) +花井 お 梅 ( は ない おうめ 、 文久 3 年 ( 1863 年 ) - 大正 5 年 ( 1916 年 ) 12 月 14 日 ) は 、 明治 ・ 大正 時代 の 毒婦 、 および 彼女 と その 殺人 事件 を モデル と し た 映画 の タイトル 、 登場 人物 の 名称 で あ る 。 +藤原 尹明 ( ふじわら の ただ あき また は まさあき 、 生没 年 未詳 ) は 平安 時代 末期 の 公家 。 +士 農工商 ( し のうこうしょう ) と は 、 儒教 に お い て 社会 を 構成 する 主要 な 身分 ( 官吏 ・ 百 姓 ・ 職人 ・ 商人 ) の 上下 関係 を 指 す 概念 で あ る 。 +三宅 秀 ( みやけ ひ いず 、 嘉永 元年 ( 1848 年 ) 11 月 - 昭和 13 年 ( 1938 年 ) 3 月 16 日 ) は 、 日本 の 医師 ・ 蘭学 者 ・ 医学 者 ・ 国会 議員 ( 貴族 院 ( 日本 ) ) 。 +牧野 忠雅 ( まきの ただまさ 、 寛政 11 年 11 月 6 日 ( 旧暦 ) ( 1799 年 12 月 2 日 ) - 安政 5 年 10 月 25 日 ( 旧暦 ) ( 1858 年 11 月 30 日 ) ) は 、 江戸 時代 の 大名 、 老中 。 +関所 ( せきしょ ) と は 、 交通 の 要所 に 設置 さ れ た 、 徴税 や 検問 の ため の 施設 で あ る 。 +孝霊 天皇 ( こうれい てんのう 、 孝安 天皇 51 年 ( 紀元 前 342 年 ) - 孝霊 天皇 76 年 2 月 8 日 ( 旧暦 ) ( 紀元 前 215 年 3 月 27 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 第 7 代 の 天皇 ( 在位 : 孝霊 天皇 元年 1 月 12 日 ( 旧暦 ) ( 紀元 前 290 年 2 月 19 日 ) - 同 76 年 2 月 8 日 ( 旧暦 ) ( 紀元 前 215 年 3 月 27 日 ) ) 。 +民 小鮪 ( たみの おしび 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +朝廷 ( ちょうてい ) と は 、 天子 が 政事 を 行 う 場所 。 +龍草廬 ( りゅう ( たつ ) そうろ 、 正徳 ( 日本 ) 4 年 ( 1714 年 ) - 寛政 4 年 ( 1792 年 ) ) は 、 江戸 時代 後期 の 儒学者 ・ 漢詩 人 で あ る 。 +明円 ( みょうえん / めいえん 、 生年 不詳 - 正治 元年 ( 1199 年 ) ) は 、 平安 時代 末期 - 鎌倉 時代 初期 の 仏師 。 +拝郷 蓮茵 ( はいごう れん いん 、 180 7 年 - 1892 年 ) は 江戸 時代 、 明治 時代 の 国学 者 。 +襦袢 ( じゅばん 、 じゅはん 、 ジバン ) は 、 和服 用 の 下着 の 一 。 +角宮 神社 ( すみのみや じんじゃ ) は 、 京都 府 長岡 京 市 に あ る 神社 で あ る 。 +殿 中 御 掟 ( でんちゅうおん おき て ) と は 、 織田 信長 が 将軍 ・ 足利 義昭 に 承認 さ せ た 掟 で あ る 。 +鹽津 神社 ( し おつ じんじゃ ) は 、 滋賀 県 伊香 郡 西 浅井 町 に 鎮座 する 神社 で あ る 。 +民撰 議院 設立 建白書 ( みんせん ぎいん せつりつ けんぱく しょ ) は 、 1874 年 ( 明治 7 年 ) 1 月 17 日 、 前 参議 ・ 板垣 退助 、 後藤 象二郎 ら が 、 政府 に 対 し て 最初 に 民選 の 議会 開設 を 要望 し た 建白書 。 +平季長 ( たいら の すえな が 、 生年 未詳 - 寛平 9 年 7 月 22 日 ( 旧暦 ) ( 897 年 8 月 23 日 ) は 、 平安 時代 前期 の 貴族 。 +禅 ( ぜん , Zen . 禅宗 ) は 、 達磨 が インド から 中国 に 伝え て 成立 し た と さ れ る 大乗 仏教 の 一派 。 +木津川 台 駅 ( きづ が わだい えき ) は 、 京都 府 木津川 市 吐師 高樋 10 - 2 に あ る 近畿 日本 鉄道 ( 近鉄 ) 近鉄 京都 線 の 鉄道 駅 。 +禖子 内 親王 ( ばいし ( みわこ ) ないしんの う 、 長暦 3 年 8 月 19 日_ ( 旧暦 ) ( 10 39 年 9 月 10 日 ) - 嘉保 3 年 9 月 13 日 _ ( 旧暦 ) ( 1096 年 10 月 1日 ) は 、 後朱 雀 天皇 の 第 四 皇女 。 +官田 ( かんでん ) は 日本 と 中国 で 用法 が 異な る 。 +八幡 市 ( やわたし ) は 、 京都 府 の 南部 、 大阪 府 と の 境界 線 沿い に 位置 する 市 で あ る 。 +井ノ奥 公園 ( い の おく こうえん ) は 、 京都 府 福知 山 市 三和 町 千束 に あ る 都市 公園 。 +谷干城 ( た にたてき 、 天保 8 年 2 月 12 日 ( 旧暦 ) ( 1837 年 3 月 18 日 ) - 明治 44 年 ( 1911 年 ) 5 月 13 日 ) は 、 幕末 から 明治 に かけ て 活躍 し た 、 土佐 藩 士 、 軍人 、 政治 家 。 +紀淑人 ( きの よし と 、 生没年 不詳 ) は 、 平安 時代 中期 の 官人 。 +境内 ( けいだい ) は 、 神社 や 寺院 の あ る 敷地 の こと で あ る 。 +阿佐美 実高 ( あさみ さね たか 、 生年 不詳 - 仁治 2 年 ( 1241 年 ) ) は 、 平安 時代 末期 から 鎌倉 時代 に かけ て の 武蔵 国 児玉 党 の 武士 。 +半臂 ( はんぴ ) と は 、 武官 束帯 や 舞楽 の 装束 で 、 袍 の 下 に 着 る 袖なし の 胴着 の こと 。 +建振 熊命 ( たけふる くまのみこと ) 、 難波 根子 建振熊 ( なにわ ねこ たけふる くま ) は 、 古墳 時代 の 人物 。 +火付 盗賊 改方 ( ひつけ とうぞく あらためかた ) は 、 江戸 時代 に 主に 重罪 で あ る 火付け ( 放火 ) 、 盗賊 ( 押し込み 強盗 団 ) 、 賭博 を 取り締ま っ た 役職 。 +法隆 寺 金堂 壁画 ( ほうりゅうじ こんどう へきが ) は 、 奈良 県 斑鳩 町 の 法隆 寺 金堂 の 壁面 に 描 か れ て い た 7 世紀 末頃 の 仏教 絵画 で あ る 。 +年 官 ( ねんかん ) と は 、 日本 の 古代 ・ 中世 前期 に お い て 、 皇族 及び 貴族 が 保有 し て い た 官職 推薦 権 を 指 す 用語 。 +佐々 氏綱 ( さっさうじつな ) は 、 佐々木 盛綱 の 子加地 信実 の 八男 。 +小石 元 瑞 ( こい しげん ずい 、 天明 4 年 11 月 20 日 ( 旧暦 ) ( 1784 年 12 月 31 日 ) - 嘉永 2 年 2 月 10 日 ( 旧暦 ) ( 1849 年 3 月 4 日 ) ) は 、 江戸 時代 後期 の 蘭学 者 、 蘭方 医 。 +御 節 料理 ( おせちりょうり ) は 、 節日 ( 節句 ) に 作 ら れ る 料理 。 +茶道 ( さどう 、 ちゃどう ) と は 、 様式 に のっと って 客人 に 茶 を ふるま う 行為 の こと 。 +大内 義弘 ( おお う ち よしひろ 、 延文 元年 / 正平 ( 日本 ) 11 年 ( 1356 年 ) - 応永 6 年 12 月 21 日 ( 旧暦 ) ( 140 0 年 1 月 17 日 ) ) は 室町 時代 の 守護 大名 で あ る 。 +路益 人 ( みち の ます ひと 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +斎藤 利三 ( さいとう としみつ ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 。 +祇園 神社 ( ぎおん じんじゃ ) は 、 祇園 信仰 の ため の 神社 。 +種子島 時尭 ( たねがしま と き たか 、 152 8 年 ( 享禄 元年 ) - 15 79 年 10 月 21 日 ( 天正 7 年 10 月 2 日 ( 旧暦 ) ) ) は 、 島津 氏 の 家臣 で 種子島 の 領主 。 +大江 千古 ( おおえ の ちふる 、 貞観 ( 日本 ) 8 年 ( 866 年 ) - 延長 ( 元号 ) 2 年 5 月 29 日 ( 旧暦 ) ( 924 年 7 月 8 日 ) ) は 、 平安 時代 の 貴族 、 公家 。 +観賢 ( かんげん 、 斉衡 元年 ( 854 年 ) - 延長 ( 元 号 ) 3 年 6 月 11 日 ( 旧暦 ) ( 92 5 年 7 月 4 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +居合道 ( いあいどう ) と は 、 武術 で あ る 抜刀術 ・ 居合 を 武道 と し た もの で あ る 。 +隻手 の 声 ( せきしゅ の こえ ) 、 隻手 音声 ( せき しゅ おん じょう ) は 、 白隠 が 創案 し た 禅 の 代表 的 な 公案 の ひと つ 。 +揚げ出し 豆腐 ( あげだ し どう ふ ) は 、 豆腐 に 衣 を まと わせ て 揚げ 、 出汁 また は 、 醤油 で 味 を 付け た つゆ を かけ た 料理 で あ る 。 +板蓋宮 ( いたぶき のみや ) は 、 7 世紀 中葉 に 皇極 天皇 が 営 ん だ 宮 。 +妙慧 山 善正 寺 ( ぜん しょうじ ) は 京都 府 京都 市 左京 区 岡崎 東福 ノ川町 に あ る 、 黒谷 龍光院 の 西 に あた る 。 +古 文書 ( こもん じょ ) と は 、 歴史 学 上 、 特定 の 対象 へ 意思 を 伝達 する ため に 作成 さ れ た 伝達 手段 の こと で あ る 。 +洞院 実夏 ( とういん さねなつ 、 正和 4 年 ( 1315 年 ) - 貞治 6 年 / 正平 ( 日本 ) 22 年 6 月 1日 ( 旧暦 ) ( 1367 年 6 月 28 日 ) ) は 、 南北朝 時代 _ ( 日本 ) の 公卿 ( 内 大臣 ( 持明 院 統 ) ) 。 +東山 ( ひがしやま ) は 京都 盆地 の 東側 に あ る 山 の 総称 で あ る 。 +報恩 講 と は 、 浄土 真宗 の 開祖 で あ る 親鸞 ( 11 73 ~ 1262 ) の 命日 の 前後 に 、 宗祖 に 対 する 報恩 謝 徳 の 為 に 営 ま れ る 法要 の こと 。 +福袋 ( ふくぶくろ ) は 、 年始 ( 正月 ) に 百貨 店 ( 初売り 前後 から ) など で 販売 さ れ る 、 複数 の 商品 を 組み合わせ て 袋詰め に し た もの 。 +大久保 忠教 ( おおくぼ ただ たか 、 永禄 3 年 ( 15 60 年 ) - 寛永 16 年 2 月 29 日 ( 旧暦 ) ( 1639 年 4 月 2 日 ) ) は 戦国 時代 ( 日本 ) から 江戸 時代 前期 の 武将 。 +徳大寺 公維 ( とくだいじ きん ふさ 、 天文 ( 元号 ) 6 年 ( 1537 年 ) - 天正 16 年 5 月 19 日 ( 旧暦 ) ( 158 8 年 6 月 12 日 ) ) は 、 室町 時代 後期 から 安土 桃山 時代 の 公卿 。 +永田 徳本 ( ながた とくほん 、 1513 年 ( 永正 10 年 ) - 1630 年 3 月 27 日 ( 寛永 7 年 2 月 14 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) 後期 から 江戸 時代 初期 に かけ て の 医師 。 +錦絵 新聞 ( にしきえ しんぶん ) と は 、 日本 の 明治 初期 の 数 年間 に 発行 さ れ て い た 視覚 的 ニュース ・ メディア で 、 一 つ の 新聞 記事 を 浮世 絵 の 一種 で あ る 錦絵 一 枚 で 絵説 き し た もの 。 +静尊 法 親王 ( じょうそん ほっ しん のう 、 生没年 不詳 ) は 、 鎌倉 時代 後期 から 南北朝 時代 に かけ て の 法親 王 。 +花園 天皇 宸記 ( はなぞの てんの うしんき ) は 、 花園 天皇 の 日記 。 +酢香手 姫 皇女 ( すかて ひめ の ひめみこ 、 生没 年 未詳 ) は 、 飛鳥 時代 の 皇女 で あ る 。 +鼓 ( つづみ ) は 日本 特有 の 伝統 的 な 楽器 の ひと つ で 、 もっとも 狭義 に は 小鼓 を 指 す 。 +金春 八条 ( こんぱる はちじょう 、 1886 年 9 月 30 日 - 1962 年 5 月 17 日 ) は シテ 方 金 春 流 七十 八 世 宗 家 。 +明覚 ( みょうがく 、 天喜 4 年 ( 1056 年 ) - 没年 不詳 ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +橘則長 ( たちばなの のりなが 9 8 2 ~ 10 3 4 ) は 、 平安 時代 中期 の 歌人 。 +慈眼 院 ( じげんいん ) は 大阪 府 泉佐野 市 に あ る 真言 宗 御 室 派 の 寺院 。 +美田村 顕教 ( みたむら あきの り 、 1850 年 1 月 16 日 ( 嘉永 2 年 12 月 4 日 ( 旧暦 ) ) - 1931 年 ( 昭和 6 年 ) 1 月 10 日 ) は 、 旧 丹波 亀岡 藩 ( 丹波 亀山 藩 ) 出身 の 武術 家 ( 天道 流 第 14 代 ) 。 +森近 運平 ( もりちか うんぺい 、 1881 年 1 月 20 日 - 19 11 年 1 月 24 日 ) は 社会 主義 者 。 +梅若 流 ( うめわか りゅう ) と は 、 1921 年 ( 大正 14 年 ) から 1954 年 ( 昭和 29 年 ) まで 存在 し た 能楽 の 流派 。 +三条 天皇 ( さんじょうてんのう 、 天延 4 年 1 月 3 日 ( 97 6 年 2 月 5 日 ) - 寛仁 元年 5 月 9 日 ( 1017 年 6 月 5 日 ) ) は 第 67 代 の 天皇 。 +高野山 真言宗 ( こうや さん しんごん しゅう ) は 、 平安 時代 初頭 に 弘法 大師 ( 空海 ) が 入唐 し 、 唐 ( 中国 ) ・ 長安 ( 西安 市 ) の 青龍 寺 ( 西安 市 ) で 恵果 ( けいか ・ えか ) から 密教 を 学 び 、 日本 に 帰国 後 、 開 い た 真言 宗 の 一 宗 派 。 +巡礼 ( じゅんれい ) は 、 聖地 を 巡 る と い う 宗教 的 行為 の こと を 指 す 。 +天道 は 日本 に おけ る 太陽 神 。 +手事 ( てごと ) は 、 三曲 の 音楽 で あ る 地歌 、 箏曲 、 胡弓 楽 に お い て 、 歌 と 歌 の 間 に 挟 ま れ た 長 い 器楽 部分 。 +小忌衣 ( お みごろ も ) と は 、 古代 から 伝わ る 、 神事 など に 使用 さ れ る 上衣 。 +逆水 ( さかみず ) と は 、 水揚げ の 方法 の 一 つ 。 +近畿 三十 六 不動 尊 ( きんき さんじゅう ろく ふ どうそん ) は 、 大阪 府 ・ 兵庫 県 ・ 京都 府 ・ 和歌山 県 ・ 滋賀 県 ・ 奈良 県 に あ る 不動 尊 ( 不動 明王 ) を 祀 る 三十 六 ヶ所 の 霊場 。 +法仁 法 親王 ( ほうにん ほっ しん のう 、 正中 2 年 ( 1325 年 ) - 文和 元年 / 正平 7 年 10 月 25 日 ( 1352 年 12 月 2 日 ) ) は 、 南北朝 時代 の 法親 王 。 +『 平治 物語 』 ( へいじ ものがたり ) は 平治 の 乱 の 顛末 を 描 い た 軍記 物語 。 +古都 奈良 の 文化 財 ( こと なら の ぶんか ざい ) は 、 奈良 県 奈良 市 地域 に 存在 する 寺院 等 の 総称 。 +伊木 八郎 ( いきはちろう 、 生没年 不詳 ) は 、 新 選 組 隊士 。 +岸田 劉生 ( きしだ りゅうせい 、 男性 、 1891 年 6 月 23 日 - 1929 年 12 月 20 日 ) は 、 大正 ~ 昭和 初期 の 洋画 家 。 +三田 藩 ( さん だ はん ) は 摂津 国 有馬 郡 三田 ( 現 ・ 兵庫 県 三田 市 ) 周辺 を 領有 し た 藩 。 +八木城 ( やぎじょう ) は 京都 府 南丹 市 八木町 八木 および 亀岡 市 宮前 町 神前 周辺 に あ っ た 城 。 +源氏 物語 大成 ( げんじ ものがたり たいせい ) と は 、 池田 亀鑑編 著 に よ る 源氏 物語 の 校異 を 中心 に し た 研究 書 で あ る 。 +裴世清 ( はいせい せい 、 生没年 不明 ) は 、 7 世紀 前半 に 中国 王朝隋 の 煬帝 に よ る 命 で 俀國 ( 倭国 ) を 訪れ た 使者 。 +堺 浦 の 戦い ( さかい うら の たたか い ) は 、 和泉 国 堺 浦 ( 現在 の 大阪 府 堺 市 ) に て 行 わ れ た 戦い の こと 。 +藤原 不比 等 ( ふじわら の ふひと 、 皇極 天皇 5 年 ( 659 年 ) - 養老 4 年 8 月 3 日 ( 旧暦 ) ( 720 年 9 月 13 日 ) ) は 、 飛鳥 時代 から 奈良 時代 初期 に かけ て の 公卿 。 +遊女 ( ゆうじょ 、 あそびめ ) と は 、 遊郭 や 宿場 で 男性 に 性的 サービス を し た 娼婦 で 、 「 客 を 遊 ば せ る 女性 」 と 言 う 意味 が 一般 的 で あ る 。 +えん がわ ( 縁側 、 エンガワ ) と は 、 魚 の 部位 の 通称 で 、 刺身 や 寿司 の ネタ の ひと つ 。 +え え じゃ な い か は 、 日本 の 江戸 時代 末期 の 慶応 3 年 ( 1867 年 ) 7 月 から 翌 明治 元年 ( 1868 年 ) 4 月 に かけ て 、 東海道 、 畿内 を 中心 に 、 江戸 から 四国 に 広が っ た 社会 現象 で あ る 。 +仏教 公伝 ( ぶっきょうこうでん ) と は 、 国家 間 の 公的 な 交渉 と し て 仏教 が 伝え られ る こと を い う 。 +物部 小前 ( もの のべ の おまえ 、 生没年 不詳 ) は 安康 天皇 朝頃 の 古代 豪族 物部 氏 の 人物 で あ る 。 +内豎 所 ( ないじゅどころ ) は 、 日本 律令 制 に おけ る 令外 官 の 官司 。 +京都 国立 近代 美術 館 ( きょうと こくりつ きんだい びじゅつ かん 英表記 The National Museumof ModernArt , Kyoto   略称 MOMAK ) は 、 京都 市 左京 区 岡崎 公園 内 に あ る 、 独立 行政 法人 国立 美術 館 が 運営 する 美術 館 で あ る 。 +大久保 駅 ( おおくぼ えき ) は 、 京都 府 宇治 市 広野 町 西裏 81 番地 の 2 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +ツヌグイ ・ イクグイ は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +安堵 状 ( あんどじょう ) は 、 鎌倉 時代 以降 、 征夷 大将軍 、 守護 、 大名 など の 主君 が 家臣 の 武士 に 対 し て 、 所領 ・ 知行 の 所有 を 保証 し た 書状 。 +大親 寺 ( だい しんじ ) は 奈良 県 天理 市 滝 本町 に あ る 仏教 寺院 で あ る 。 +貝 の 口 ( かい の くち ) は 帯 の 結び かた の 一種 。 +日本 > 近畿 地方 > 京都 府 > 久世 郡 +酒人 内 親王 ( さかひと な いしんの う 、 天平 勝宝 6 年 ( 75 4 年 ) - 天長 6 年 8 月 20 日 ( 82 9 年 9 月 25 日 ) ) は 、 光仁 天皇 の 皇女 。 +三ノ宮 神社 ( さんのみや じんじゃ ) は 、 京都 市 西京 区 樫原 杉原町 に あ る 神社 で あ る 。 +徳大寺 公有 ( とくだいじ きん あ り 、 応永 29 年 2 月 5 日 ( 旧暦 ) ( 142 2 年 2 月 26 日 ) - 文明 ( 日本 ) 18 年 1 月 26 日 ( 旧暦 ) ( 1486 年 3 月 2 日 ) ) は 、 室町 時代 の 公卿 。 +細川 興元 ( ほそかわ おきもと ) は 、 安土 桃山 時代 の 武将 。 +堀川 ( ほり かわ ) は 京都 府 京都 市 を 流れ る 淀川 水系 の 河川 。 +洋風画 ( ようふう が ) は 、 明治 時代 以前 、 油彩画 の 道具 が 日本 に まだ 輸入 さ れ て い な かっ た 頃 に 、 西洋 画 を 見 よ う 見真似 で 描 い た 絵 。 +百 万 塔 陀羅尼 ( ひゃく まん とう だら に ) と は 、 日本 の 奈良 時代 に 、 鎮護 国家 と 滅罪 を 祈願 する ため に 、 100 万 の 小塔 に 陀羅尼 を 納め て 、 仏教 寺院 に 奉納 さ れ た 陀羅 尼 で あ る 。 +幣帛 ( へい はく ) と は 、 神道 の 祭祀 に お い て 神 ( 神道 ) に 奉献 する もの の うち 、 神饌 以外 の もの の 総称 で あ る 。 +勅旨 省 ( ちょくし しょう ) は 日本 律令 制 で 奈良 時代 後期 に 設置 さ れ た 令外 官 。 +吉良 義藤 ( きら よしふじ 、 生没年 不詳 ) は 室町 時代 の 武将 。 +開化 天皇 ( かいかてんのう 、 孝元 天皇 7 年 ( 紀元 前 20 8 年 ) - 開化 天皇 60 年 4 月 9 日 ( 旧暦 ) ( 紀元 前 98 年 5 月 23 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 第 9 代 の 天皇 ( 在位 : 孝元 天皇 57 年 ( 紀元 前 158 年 ) 1 1 月 12 日 ( 旧暦 ) - 開化 天皇 60 年 ( 紀元 前 98 年 ) 4 月 9 日 ( 旧暦 ) ) 。 +慈雲 ( じうん   享保 3 年 7 月 28 日 ( 旧暦 ) ( 1 71 8 年 8 月 24 日 ) - 文化 ( 元号 ) 元年 12 月 22 日 ( 旧暦 ) ( 180 5 年 1 月 22 日 ) ) は 江戸 時代 後期 の 真言 宗 の 僧侶 。 +西洋 館 ( せいよう かん ) と は 、 幕末 、 明治 時代 以降 に 日本 で 建設 さ れ た 西洋 の 建築 様式 を 用い た 建物 の こと 。 +伽藍 ( がらん ) は 、 僧侶 が 集ま り 修行 する 清浄 な 場所 の 意味 で あ り 、 後 に は 寺院 また は 寺院 の 主要 建物 群 を 意味 する よう に な っ た 。 +橘 公頼 ( たちばな の きみより 、 元慶 元年 ( 877 年 ) - 天慶 4 年 2 月 20 日 ( 旧暦 ) ( 94 1 年 3 月 25 日 ) ) は 、 平安 時代 の 貴族 。 +堀川 通具 ( ほり かわ みちと も 、 承安 ( 日本 ) 元年 ( 11 71 年 ) - 嘉禄 3 年 9 月 2 日 ( 旧暦 ) ( 1227 年 10 月 13 日 ) ) は 、 鎌倉 時代 前期 の 歌人 。 +日韓 議定 書 ( にっかん ぎてい しょ ) は 、 日露 戦争 中 の 190 4 年 ( 明治 37 ) 2 月 23 日 に 、 日本 と 大韓 帝国 と の 間 で 締結 さ れ た 条約 で あ る 。 +平兼 忠 ( たいら の かねただ ) は 平安 時代 の 「 兵 ( つわもの ) 」 と 呼 ば れ る 受領 層 の 軍事 貴族 。 +蒲生 君平 ( が もう くんぺい 、 明和 5 年 ( 1768 年 ) - 文化 ( 元号 ) 10 年 7 月 5 日 ( 1813 年 7 月 31 日 ) ) は 、 江戸 時代 後期 の 儒学 者 。 +藤原 真楯 ( ふじわら の また て 、 霊亀 元年 ( 71 5 年 ) - 天平 神護 2 年 3 月 12 日 ( 旧暦 ) ( 76 6 年 4 月 29 日 ) ) は 、 奈良 時代 の 政治 家 。 +笠 金村 ( かさの かな むら 、 生没年 不詳 ) は 、 奈良 時代 の 歌人 。 +子育て 幽霊 ( こそだて ゆうれい ) は 日本 の 民話 。 +北条 時政 ( ほうじょう ときまさ 、 保延 4 年 ( 1138 年 ) - 建保 3 年 1 月 6 日 ( 1215 年 2 月 6 日 ) ) は 、 源 頼朝 の 妻 北条 政子 の 父 。 +狩野 養信 ( かのう おさのぶ 、 寛政 8 年 7 月 26 日 ( 旧暦 ) ( 1796 年 8 月 18 日 ) - 弘化 3 年 5 月 19 日 ( 旧暦 ) ( 1846 年 6 月 12 日 ) ) は 江戸 時代 の 木挽 町 家 狩野 派 9 代 目 の 絵師 で あ る 。 +福知 山 市 ( ふくちやまし ) は 、 京都 府 北部 ( 旧 丹波 国 ) の 丹波 地方 に 位置 する 京都 府 下 で 2 番 目 に 出来 た 市 で あ る 。 +仙石 秀久 ( せんごく ひでひさ ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 ・ 大名 。 +藤原 信長 ( ふじわら の のぶなが 、 治安 ( 元号 ) 2 年 ( 1022 年 ) - 寛治 8 年 9 月 3 日 ( 旧暦 ) ( 1094 年 10 月 14 日 ) ) は 、 平安 時代 中期 から 後期 に かけ て の 公卿 。 +良純 入道 親王 ( りょうじゅん にゅうどう しん のう 、 慶長 8 年 12 月 17 日 ( 160 4 年 1 月 18 日 ) - 寛文 9 年 8 月 1日 ( 1669 年 8 月 27 日 ) ) は 、 江戸 時代 初期 の 皇族 。 +日親 ( にっしん 、 1407 年 ( 応永 14 年 ) - 1488 年 10 月 21 日 ( 長享 2 年 9 月 17 日 ( 旧暦 ) ) ) は 、 室町 時代 の 日蓮 宗 の 僧 で あ る 。 +法嗣 ( ほうし 、 はっす ) と は 、 師匠 の 教え を 受け継 い だ 人 の こと 。 +相武 国造 ( さが む の くにのみやつこ ・ さが む こく ぞう ) は 相模 国 東部 を 支配 し た 国造 。 +藤原 光能 ( ふじわら の みつよし 、 長承 元年 ( 1132 年 ) - 寿永 2 年 2 月 28 日 ( 旧暦 ) ( 1183 年 3 月 23 日 ) は 、 平安 時代 末期 の 貴族 。 +輝 く 日 の 宮 ( かがや く ひの みや 、 か かやく ひの みや ) と は 、 『 源氏 物語 』 の 巻名 。 +宗門 改役 ( しゅうもん あらためやく ) は 、 江戸 幕府 および 諸藩 に 設置 さ れ た 役職 の ひと つ 。 +投扇 興 ( とうせん きょう ) と は 日本 の 伝統 的 対戦 型 ゲーム の 一種 で あ る 。 +地方 貨幣 ( ちほう かへい ) と は 、 江戸 時代 に 各藩 に よ り 原則 と し て 領内 通用 と し て 発行 さ れ た 貨幣 で あ り 、 戦国 時代 ( 日本 ) から 江戸 時代 初期 に かけ て 、 各 大名 が 自国 領 内 通用 と し て 発行 し た 金貨 銀貨 は 特に 領国 貨幣 ( りょうごく かへい ) と も 呼 ば れ る 。 +入内 雀 ( にゅうない すずめ ) また は 実方 雀 ( さねかたすずめ ) と は 、 平安 時代 の 歌人 で あ る 藤原 実方 の 伝承 に あ る 怪鳥 。 +伊邪那岐 神社 ( いざなぎ じんじゃ ) は 奈良 県 北葛城 郡 上牧 町 に あ る 神社 で あ る 。 +雑賀 衆 ( さいかしゅう ) は 、 戦国 時代 ( 日本 ) に 紀伊国 北西部 の 雑賀 荘 を 中心 と する 一帯 ( 現在 の 和歌山 市 の 雑賀 崎 ) の 諸荘園 に 居住 し た 国人 ・ 土豪 ・ 地侍 たち の 結合 し た 集団 ( 一揆 ) で あ る 。 +烏丸 資慶 ( からすまる すけよし 、 元和 ( 日本 ) 8 年 5 月 11 日 ( 旧暦 ) ( 1622 年 6 月 19 日 ) - 寛文 9 年 11 月 28 日 ( 旧暦 ) ( 167 0 年 1 月 19 日 ) ) は 、 江戸 時代 前期 の 公家 ・ 歌人 。 +賞典禄 ( しょうてん ろく ) は 、 明治 維新 に 功労 の あ っ た 公卿 、 大名 および 士族 に 対 し て 、 政府 から 家禄 の 他 に 賞与 と し て 与え られ た 禄 で あ る 。 +伏見宮 邦忠親王 ( ふしみのみや   く に ただしんのう 、 享保 16 年 12 月 23 日 ( 旧暦 ) ( 1732 年 1 月 20 日 ) - 宝暦 9 年 6 月 2 日 ( 旧暦 ) ( 175 9 年 6 月 26 日 ) ) は 、 江戸 時代 の 皇族 。 +青製 煎茶 製法 ( あお せい せんちゃ せいほう ) と は 、 日本 の 茶業 に おけ る 大きな 変革 の ひと つ 。 +忍坂 大 摩侶 ( おしさか の おおまろ 、 生没年 不明 ) は 日本 の 飛鳥 時代 の 人物 で あ る 。 +藤原 隆季 ( ふじわら の たかすえ 、 大治 2 年 ( 1127 年 ) - 元暦 2 年 1 月 11 日 ( 旧暦 ) ( 1185 年 2 月 12 日 ) ) は 平安 時代 後期 の 公卿 。 +薪能 ( たきぎのう ) は 、 主 と し て 夏場 の 夜間 、 能楽 堂 、 もしくは 野外 に 臨時 に 設置 さ れ た 能 舞台 の 周囲 に かが り火 を 焚 い て 、 その 中 で 特に 選 ば れ た 演目 を 演じ る 能 。 +和 太鼓 ( わ だいこ ) は 、 打楽器 の ひと つ 。 +平政連 ( たいら の まさつら 、 生没年 不詳 ) は 、 鎌倉 時代 末期 の 幕府 官僚 。 +舞妓 ( まいこ ) は 年少 芸 妓 、 芸子 ( 芸妓 ) の 見習 い 、 修行 段階 の 者 を 指 す 。 +児島 高徳 ( 兒嶋   髙德 ・ こじま た かのり 、 生没 年 未詳 ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て 活躍 し た 備前 国 出身 の 武士 。 +伊集院 忠国 ( いじゅう いんただくに 、 生没年 不詳 ) は 、 鎌倉 時代 末期 から 室町 時代 前期 の 薩摩 国 の 人 。 +壇ノ浦 の 戦い ( だん の うら の たたかい ) と は 、 平安 時代 の 後期 の 元暦 2 年 ( 寿永 4 年 ) 3 月 24 日 ( 旧暦 ) ( 1185 年 4 月 25 日 ) に 長門 国 赤間 関壇 ノ浦 ( 現在 の 山口 県 下関 市 ) で 行 わ れ た 合戦 で あ る 。 +源 倫子 ( みなもと の りんし 、 康保 元年 ( 964 年 ) - 天喜 元年 6 月 1日 ( 旧暦 ) ( 105 3 年 6 月 19 日 ) ) は 、 平安 時代 中期 の 貴族 女性 で 、 藤原 道長 の 正室 。 +氏家 行広 ( うじいえ ゆきひろ 、 1546 年 ( 天文 ( 元号 ) 15 年 ) - 1615 年 6 月 4 日 ( 慶長 20 年 5 月 8 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 初期 の 武将 ・ 大名 。 +能登内 親王 ( の と の ひめみこ 、 の とないしんの う 、 天平 7 年 ( 733 年 ) - 天応 ( 日本 ) 元年 ( 781 年 ) 2 月 17 日 ( 旧暦 ) ) は 、 奈良 時代 の 皇族 。 +徳大寺 実孝 ( とくだいじ さね たか 、 永仁 元年 ( 1293 年 ) - 元亨 2 年 1 月 17 日 ( 旧暦 ) ( 132 2 年 2 月 3 日 ) ) は 、 鎌倉 時代 後期 の 公卿 。 +西光 ( さいこう 、 生年 不詳 - 安元 3 年 6 月 3 日 ( 旧暦 ) ( 1177 年 6 月 30 日 ) ) は 平安 時代 後期 の 僧 ・ 後白河院 の 近臣 。 +巨勢 君成 ( こせ の きみ な り 、 生没年 不詳 ) は 、 奈良 時代 の 貴族 。 +龍臺 ( りゅうだい   175 1 年 ( 宝暦 元年 ) - 1843 年 ( 天保 14 年 7 月 2 日 ) は 真言 宗 の 僧侶 。 +手伝 普請 ( てつだい ふしん ) は 、 豊臣 政権 や 江戸 幕府 が 諸 大名 に 命 じ て 行 わ せ た 大 規模 な 土木 建築 工事 の こと で あ る 。 +熨斗 ( のし ) と は 、 慶事 に おけ る 進物 や 贈答 品 に 添え る 飾り で あ る 。 +秋山 定輔 ( あきやま ていすけ 、 慶応 4 年 7 月 7 日 ( 旧暦 ) ( 1868 年 8 月 24 日 ) - 昭和 25 年 ( 1950 年 ) 1 月 19 日 ) は 、 岡山 県 出身 の 政治 家 、 実業 家 。 +温泉 卵 ( おんせん たまご ) は 、 半熟 卵 の 一種 で 、 卵黄 部分 は 半熟 、 卵白 部分 は 半凝固 状態 に 茹で た 鶏卵 。 +摩 多 羅 神 ( またら ・ しん 、 あるいは 摩怛 利神 : またり しん ) は 、 天台 宗 、 特に 玄旨 帰命 壇 に おけ る 本尊 で 、 阿弥陀 経 および 念仏 の 守護 神 と も さ れ る 。 +墨 ( すみ ) は 、 ランプ ブラック や 松煙 など から 採取 し た スス を ゼラチン で 練り固め た もの ( 固形 墨 ) い う 。 +『 教学 聖旨 』 ( きょうがく せい し ) は 、 1879 年 に 明治 天皇 より 参議 伊藤 博文 ・ 同寺 島 宗則 ( 文部 卿 兼務 ) に 出 さ れ た 教育 方針 。 +降嫁 ( こうか ) と は 、 皇女 や 王女 が 皇族 ・ 王族 以外 の 男性 に 嫁 ぐ こと を い う 。 +冷泉 為村 ( れいぜい ため むら 、 正徳 ( 日本 ) 2 年 1 月 28 日 ( 旧暦 ) ( 1 71 2 年 3 月 5 日 ) - 安永 3 年 7 月 29 日 ( 旧暦 ) ( 1774 年 9 月 4 日 ) ) は 、 江戸 時代 中期 の 公家 ・ 歌人 。 +二卿 事件 ( に きょう じけん ) は 、 明治 4 年 ( 18 71 年 ) 、 攘夷 派 の 公卿 、 愛宕 通旭 と 外山 光輔 が 明治 政府 の 転覆 を 謀 っ た クーデター 未遂 事件 。 +寺請 証文 ( てらう け しょう もん ) は 、 江戸 時代 の 寺請 制度 に お い て 、 寺院 が 檀家 に 対 し て 自己 の 檀家 で あ る こと を 証明 する ため に 発行 し た 文書 の こと 。 +伊佐津川 ( いさつ がわ ) は 、 京都 府 の 主 に 舞鶴 市 を 流れ る 二級 水系 の 川 。 +晦日 ( かいじつ 、 つごも り 、 みそか ) は 、 太陰 太陽 暦 の 暦法 で あ る 中国 暦 、 和暦 の 月 の 最終 日 の こと で あ る 。 +大原野 神社 ( おおはら の じんじゃ ) は 、 京都 市 西京 区 大原野 に あ る 神社 で あ る 。 +御陵 衛士 ( ご りょう えじ ) は 、 孝明 天皇 の 御所 を 守 る ため の 組織 。 +清水 卯一 ( しみずう いち 、 1926 年 3 月 5 日 - 2004 年 2 月 18 日 ) は 陶芸 家 。 +応仁 の 乱 ( おうにん の らん 、 1467 年 ( 応仁 元年 ) - 1477 年 ( 文明 ( 日本 ) 9 年 ) ) は 、 室町 時代 の 8 代 征夷 大将軍 足利 義政 の とき に 起こ っ た 内乱 。 +旗本 ( はたもと ) と は 、 主 と し て 江戸 時代 に 徳川 将軍 家 直属 の 家臣 団 の うち 、 石高 が 1 万 石 未満 で 儀式 など で 将軍 が 出席 する 席 に 参列 する 御目見 以上 の 家格 を も つ もの の 総称 。 +大炊 御門 冬 宗 ( おおい の みかど ふゆ むね 、 正平 ( 日本 ) 23 年 ・ 延文 2 年 ( 1357 年 ) - 応永 12 年 5 月 5 日 ( 旧暦 ) ( 140 5 年 6 月 1日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 の 公卿 。 +お みくじ ( お 神籤 ・ お 御籤 ・ お 仏籤 ・ 御 神籤 ・ 御 御 籤 ・ 御 仏籤 ・ お み 籤 また は みくじ ・ 神籤 ・ 御籤 ・ 仏籤 ( みくじ ) ) と は 神社 ・ 寺 等 で 吉凶 を 占 い ため に 引 く くじ で あ る 。 +阿古 御 局 ( おこご の つぼね 、 天正 18 年 〔 1590 年 〕 - 慶長 20 年 5 月 8 日 ( 旧暦 ) 〔 1615 年 6 月 4 日 〕 ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 初頭 に かけ て 生き た 女性 。 +日野 義資 ( ひ の よしすけ 、 応永 4 年 ( 1397 年 ) - 永享 6 年 6 月 9 日 ( 旧暦 ) ( 1434 年 7 月 15 日 ) ) は 室町 時代 の 人物 。 +大江 磐代 ( おおえいわしろ 、 延享 元年 ( 1744 年 ) - 文化 ( 元号 ) 9 年 12 月 9 日 ( 旧暦 ) ( 1813 年 1 月 11 日 ) ) は 、 日本 の 皇族 。 +源光 ( みなもと の ひか る 、 承和 12 年 6 月 2 日 ( 845 年 7 月 9 日 )   - 延喜 13 年 3 月 12 日 ( 913 年 4 月 21 日 ) ) は 、 平安 時代 の 公卿 。 +無鄰 菴 ( む りんあん ) は 京都 府 京都 市 左京 区 に あ る 日本 庭園 を 中心 と する 施設 で 、 国 指定 の 名勝 。 +六道 ( りくどう 、 ろくどう ) は 、 仏教 用語 で 、 死後 に 転生 する と い う 6 種類 の 世界 の こと で あ る 。 +中村 魁春 ( なかむら かいしゅん ) は 歌舞伎 の 名跡 の 一 。 +藤原 中清 ( ふじわら の なか き よ 、 生没 年 未詳 ) は 、 平安 時代 中期 の 廷臣 。 +破精 ( はぜ ) と は 、 日本 酒 の 醸造 過程 の 中 で 日本 酒 麹造り ( せいぎく ) 、 すなわち 日本 酒 麹造り の 段階 で 重要 視 さ れ る 概念 で あ る 。 +小梁川 盛宗 ( こやながわ   もりむね ) +白 溶裔 、 白容 裔 、 白 うねり ( しろ うねり ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 で 、 付喪神 の 一種 。 +大炊 御門 氏 忠 ( おおい の みかどう じ ただ 、 乾元 ( 日本 ) 元年 ( 130 2 年 ) - 没年 不詳 ) は 南北朝 時代 ( 日本 ) の 公卿 。 +大谷 演慧 ( おおたに えんね い 1914 年 ( 大正 3 年 ) 1 1 月 14 日 - 2008 年 ( 平成 20 年 ) 1 月 28 日 ) は 、 浄土 真宗 の 僧 。 +舞鶴 港 と れ とれ センター ( まいづる こう と れとれ センター ) は 、 京都 府 舞鶴 市 に あ る 舞鶴 港 で 水揚げ さ れ た 魚介 類 や 、 丹後 地方 の 名産 品 を 販売 する 観光 施設 。 +頂相 ( ちんぞう 、 他 に ちんそう 、 ちょうそう と も ) は 、 禅宗 の 僧侶 の 肖像 画 、 また は 彫刻 の こと 。 +菊池 武政 ( きく ち たけまさ 、 1342 年 ( 興国 3 年 / 康永 元年 ) - 1374 年 7 月 6 日 ( 文中 3 年 / 応安 7 年 5 月 26 日 ( 旧暦 ) ) ) は 南北朝 時代 ( 日本 ) の 武将 。 +王朝 時代 ( おうちょう じだい ) は 日本 史上 に おけ る 時代 区分 の 一 つ 。 +立本寺 ( りゅう ほんじ ) は 、 京都 市 上京 区 に あ る 日蓮 宗 本山 ( 由緒 寺院 ) 。 +坂東 三津 五郎 ( ばん どう みつごろう ) は 、 歌舞伎 役者 の 名跡 。 +一条 忠輔 ( いちじょう ただすけ 、 生没年 不詳 ) は 鎌倉 時代 の 公家 。 +倶会 一 処 ( くえ いっしょ ) と は 、 浄土 教 の 往生 の 利益 の 一 つ 。 +五百 城 入彦 皇子 ( いおき い りび このみこ ) は 、 古墳 時代 の 皇族 。 +ツクヨミ ( 月讀 、 ツクヨミノ ミコト ) は 、 日本 神話 の 神 。 +太岳 周崇 ( たい がくしゅうすう 、 貞和 元年 / 興国 6 年 ( 1345 年 ) - 応永 30 年 9 月 14 日 ( 旧暦 ) ( 142 3 年 10 月 18 日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 に かけ て の 臨済 宗 の 僧 。 +ワサビ ( 山葵 ) は 、 アブラナ 科 ワサビ 属 の 植物 。 +内談衆 ( ないだんしゅう ) と は 、 室町 幕府 の 引付 方 あるいは 内談 方 に お い て 所務 沙汰 の 審議 に あた っ た 構成 員 。 +中村 金吾 ( なかむらきん ご 、 生没年 不詳 ) は 壬生 浪士 組 、 新 選 組 の 隊士 で あ る 。 +白鳳 文化 ( はくほう ぶんか ) と は 、 645 年 ( 大化 元年 ) の 大化 の 改新 から 710 年 ( 和銅 3 年 ) の 平城 京 遷都 まで の 飛鳥 時代 に 華咲 い た おおらか な 文化 で あ り 、 法隆 寺 の 建築 ・ 仏像 など に よ っ て 代表 さ れ る 飛鳥 文化 と 、 東大 寺 の 仏像 、 唐 招提寺 の 建築 など に よ っ て 代表 さ れ る 天平 文化 と の 中間 に 位置 する 。 +穴師 坐兵主 神社 ( あなせ に ま す ひょう ず じんじゃ ) は 、 奈良 県 桜井 市 に あ る 神社 で あ る 。 +御 称号 ( ごしょうごう ) と は 、 日本 の 皇族 に 与え られ る 称号 。 +万里小路 博房 ( まで の こうじ ひろふ さ 、 文政 7 年 6 月 25 日 ( 旧暦 ) ( 1824 年 7 月 21 日 ) - 明治 17 年 ( 1884 年 ) 2 月 22 日 ) は 、 江戸 時代 後期 から 明治 時代 に かけ て の 公卿 で あ る 。 +山背 大 兄王 ( やましろ の おおえ の おう 、 生年 不詳 - 皇極 天皇 2 年 11 月 11 日 ( 旧暦 ) ( 643 年 12 月 30 日 ) ) は 、 『 日本 書紀 』 に よ れ ば 7 世紀 前半 の 皇族 。 +森 有礼 ( もり ありのり 、 正字 体 : 森 有禮 、 1847 年 8 月 23 日 ( 弘化 4 年 7 月 13 日 ( 旧暦 ) ) - 1889 年 ( 明治 22 年 ) 2 月 12 日 ) は 、 日本 の 武士 ・ 薩摩 藩 士 ・ 政治 家 で あ る 。 +石川 真守 ( いしかわ の まも り 、 730 年 ? ( 天平 2 年 ) - 79 8 年 10 月 3 日 ( 延暦 17 年 8 月 19 日 ) ) は 奈良 時代 中期 から 平安 時代 初期 の 貴族 。 +下鴨 本通 ( しもが も ほんどおり ) は 京都 市 の 南北 の 主要 な 通り の 一 つ 。 +旧 皇族 ( きゅう こうぞく ) と は 、 1947 年 ( 昭和 22 年 ) に 皇籍 離脱 し た 11 宮家 51 名 の 皇族 及び その 男系 子孫 を 指 す 俗称 で あ る 。 +上品 蓮台 寺 ( じょうぼん れんだいじ ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 真言 宗 智山 派 の 寺院 。 +律令 法 ( りつりょう ほう ) は 律令 格式 ( きゃくしき ) など の 制定 法 および 平安 時代 に な っ て 律令 を 基礎 に し て 成立 し た 各種 の 慣習 法 を ふくめ た もの 。 +八乙女 ( や おとめ ) と は 、 主に 神楽 や 舞 ( いわゆる 巫女 神楽 ・ 巫女 舞 ) を も っ て 奉仕 する 8 人 の 巫女 の こと 。 +鴨東 線 ( おうとうせん ) は 、 京都 府 京都 市 東山 区 の 三条 駅 ( 京都 府 ) から 同市 左京 区 の 出町 柳 駅 まで を 結 ぶ 京阪 電気 鉄道 の 鉄道 路線 。 +新 国史 ( しんこく し ) と は 、 六 国 史 最後 の 『 日本 三 代 実録 』 の 後 を 受け て 10 世紀 編纂 さ れ て い た と さ れ る 日本 の 国史 。 +本項 京都 市 下京 区 の 町名 ( きょう と しもぎょう く の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +境川 浪右衛門 ( さかいが わ な みえもん 、 天保 12 年 4 月 8 日 ( 旧暦 ) ( 1841 年 5 月 28 日 ) - 明治 20 年 ( 1887 年 ) 9 月 16 日 ) は 、 慶応 期 から 明治 期 に かけ て の 相撲 力士 。 +花山院 定雅 ( かざん いん さだまさ 、 建保 6 年 12 月 2 日 ( 旧暦 ) ( 1218 年 12 月 21 日 ) - 永仁 2 年 2 月 30 日 ( 旧暦 ) ( 1294 年 3 月 28 日 ) ) は 鎌倉 時代 の 公卿 。 +『 旧 唐 書 』 ( く とうじょ ) は 、 中国 五代 十 国 時代 の 後晋石 重貴 の 時 に 劉クら に よ っ て 編纂 さ れ た 歴史 書 。 +右筆 ( ゆうひつ ) と は 、 中世 ・ 近世 に 置 か れ た 武家 の 秘書 役 を 行 う 文官 の こと 。 +中国 の 本 の 名 。 +圓照寺 ( えんしょう じ , 円照 寺 ) は 、 奈良 市山 町 に あ る 尼寺 。 +源 厳子 ( みなもと の たけ こ / げんし 、 生年 不詳- 元 慶 3 年 6 月 26 日 ( 旧暦 ) ( 879 年 7 月 19 日 ) ) は 、 清和 天皇 の 女御 。 +尖頭器 ( せんとうき 、 point ) と は 、 先端 を 鋭 く 尖 ら せ た 打製 石器 の こと 。 +留守 居 ( るすい ) は 、 江戸 幕府 および 諸藩 に 置 か れ た 職名 の ひと つ 。 +北大路 魯山人 ( きたおお じろ さんじん / きたおお じろざん じん 、 男性 、 1883 年 ( 明治 16 年 ) 3 月 23 日 - 1959 年 ( 昭和 34 年 ) 12 月 21 日 ) は 日本 の 芸術 家 。 +勧修 寺 流 ( かじゅう じりゅう 、 かんじゅ じりゅう ) は 藤原 北家 藤原 高藤 流 の 公家 の 一流 で あ る 。 +お 好み 焼き ( お このみやき ) は 、 鉄板 焼き 料理 の ひと つ 。 +平安 騎馬 隊 ( へいあんき ばた い ) は 京都 府 警察 の 騎馬 隊 で あ る 。 +菅沼 定昭 ( すがぬま さだ あきら ) は 、 丹波 亀山 藩 の 第 2 代 藩 主 。 +皇 嘉門 院 別当 ( こうか もんいん の べっと う 生没年 不詳 ) は 、 平安 時代 末期 の 女流 歌人 。 +今出川 伊季 ( いまで がわ これ すえ 、 万治 3 年 5 月 29 日 ( 旧暦 ) ( 16 60 年 7 月 6 日 ) - 宝永 6 年 2 月 26 日 ( 旧暦 ) ( 1709 年 4 月 5 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +私塾 立命 館 ( しじゅく りつめい かん ) は 、 西園寺 公望 が 1869 年 に 京都 御所内 の 私邸 に 開設 し た 家塾 。 +金森 長光 ( かな も り なが みつ ) は 、 美濃 国 上有知 藩 の 第 2 代 ( 最後 ) の 藩主 。 +長井 時秀 ( なが い とき ひ で 、 生没年 不詳 ) は 鎌倉 時代 の 人物 。 +未生斎 広甫 ( み しょうさい   こうほ 、 寛政 3 年 ( 1791 年 ) - 文久 元年 ( 1861 年 ) 7 月 ) は 、 日本 の 華道 家 。 +岡 鬼太郎 ( おかお に たろ う 、 明治 5 年 8 月 1日 ( 旧暦 ) ( 1872 年 9 月 3 日 ) - 昭和 18 年 ( 1943 年 ) 10 月 29 日 ) は 、 歌舞伎 作家 、 劇評 家 、 著述 家 。 +毛利 良勝 ( もうりよしかつ 、 生年 不詳 - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ) は 、 織田 信長 の 家臣 。 +ノルマントン 号 事件 ( Normanton Incident ) と は 、 1886 年 ( 明治 19 年 ) 10 月 24 日 に イギリス 船籍 の 貨物 船 、 ノルマントン 号 ( Normanton 、 より 英語 に 忠実 な 表記 は 「 ノーマントン 」 ) が 、 紀伊国 沖 ( 和歌山 県 東牟婁 郡 串本 町 潮岬 沖 ) で 座礁 沈没 し た 事 から 始ま っ た 事件 で あ る 。 +吉村 貫一郎 ( よしむら   かん いちろう   天保 11 年 ( 1840 年 ) - 慶応 4 年 1 月 3 日 ( 旧暦 ) ( 1868 年 1 月 27 日 ) ) 。 +楠木 氏 ( くすのきし ) は 、 河内 国 の 豪族 で 、 南北朝 時代 _ ( 日本 ) に 活躍 し た 南朝 ( 日本 ) 方 の 武家 。 +天皇 および 天皇 家 の 御紋 で あ る 。 +徳姫 ( とくひめ 、 1559 年 11 月 11 日 ( 永禄 2 年 10 月 12 日 ( 旧暦 ) ) - 1636 年 2 月 16 日 ( 寛永 13 年 1 月 10 日 ( 旧暦 ) ) ) は 、 織田 信長 の 長女 。 +正親町 三条 公積 ( おおぎまち さんじょうきん つむ 、 享保 6 年 9 月 3 日 ( 旧暦 ) ( 1721 年 10 月 23 日 ) ‐ 安永 6 年 6 月 2 日 ( 旧暦 ) ( 1777 年 7 月 6 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +東 高野 街道 ( ひがし こう や かいどう ) と は 、 かつて 京都 から 高野山 へ の 参詣 道 と し て 用い られ た 街道 。 +サンシー 事件 ( サンシー じけん ) は 、 明治 初期 の 沖縄 県 で 起き た 、 県 役人 殺害 事件 を い う 。 +畝 +多宝塔 駅 ( たほう とう えき ) は 、 京都 府 京都 市 左京 区 に あ る 宗教 法人 鞍馬 寺 が 運行 する ケーブル カー 、 鞍馬 山 鋼索 鉄道 の 鉄道 駅 で あ る 。 +三左衛門 事件 ( さん さえ もん じけん ) と は 、 一条 能 保 ・ 一条 高能 父子 の 遺臣 が 権 大 納言 土 御門 通親 襲撃 を 企て た と し て 捕らえ られ た 事件 。 +吉 兆 ( きっ ちょう ) と は 大阪 市 に 本拠 が あ る 日本 料理 の 高級 料亭 で あ る 。 +渋沢 栄一 ( しぶさわ えいいち 、 天保 11 年 2 月 13 日 ( 旧暦 ) ( 1840 年 3 月 16 日 ) - 昭和 6 年 ( 1931 年 ) 1 1 月 11 日 ) は 、 幕末 の 幕臣 、 明治 ~ 大正 初期 の 大蔵 省 官僚 、 実業 家 。 +求肥 ( ぎゅうひ ) は 和 菓子 の 材料 の ひと つ で 、 練 っ て 作 る 餅 の 一種 。 +「 だんじり 」 もしくは 「 だんぢり 」 と は 、 +一 本 だ たら 、 一 本 踏鞴 ( いっ ぽん だ たら ) と は 、 日本 に 伝わ る 妖怪 の 一種 で 、 熊野 ( 和歌山 県 ) の 山中 など に 棲 む 。 +藤原 為通 ( ふじわら の ため み ち 、 天永 3 年 ( 1112 年 ) - 仁平 4 年 6 月 13 日 ( 旧暦 ) ( 1154 年 7 月 25 日 ) ) は 、 平安 時代 末期 の 公卿 。 +頒暦 商社 ( はん れきしょうしゃ ) は 、 明治 時代 初期 に 本暦 の 発行 を 独占 的 に 行 っ て い た 組織 。 +耳面 刀自 ( みみもと じ 、 みみもの と じ 、 生没 年 未詳 ) は 飛鳥 時代 の 女性 。 +東西声 ( とうざいごえ ) は 歌舞伎 や 人形 浄 瑠璃 の 序 びらき 、 口上 の 前 など に 「 東西 、 東西 」 と 裏 から 声 を 掛け る こと 。 +かき揚げ ( かきあげ ) は 、 魚介 類 や 野菜 など を 数 種類 組み合わせ 、 衣 と とも に 揚げ た 天ぷら の 一種 。 +良遍 ( りょうへん 、 建久 5 年 ( 1194 年 ) - 建長 4 年 8 月 28 日 ( 旧暦 ) ( 1252 年 10 月 3 日 ) ) は 、 鎌倉 時代 前期 の 法相 宗 の 僧 。 +天の 川 温泉 ( てん の か わ おんせん ) は 、 奈良 県 吉野 郡 天川 村 ( 旧国 大 和国 ) に あ る 温泉 。 +朽木 紘綱 ( く つき ひろ つな 、 天保 6 年 ( 1835 年 ) 8 月 - 嘉永 7 年 閏 7 月 19 日 ( 旧暦 ) ( 1854 年 9 月 11 日 ) ) は 、 丹波 国 福知 山 藩 の 世嗣 。 +立太子 ( りったいし ) と は 、 広 く 東 アジア に お い て 広ま っ た 儀礼 で 、 中国 の 皇帝 や 日本 の 天皇 の 皇子 を 跡継ぎ と し て 皇太子 に 立て る 事 で あ る 。 +番匠 ( ばんしょう / ばんじょう ) と は 、 中世 日本 に お い て 木造 建築 に 関わ っ た 建築 工 の こと 。 +武国 凝 別命 ( たけくにこり わけ の みこと ) は 、 記紀 など に 伝え る 古墳 時代 の 皇族 。 +田 沼 意次 ( たぬま お きつぐ ) は 、 江戸 時代 中期 の 武士 ・ 大名 。 +吉田 兼熈 ( よしだ かねひろ 、 1348 年 - 14 0 2 年 ) は 、 南北朝 時代 ( 日本 ) の 神祇 を つかさど る 官人 、 吉田 神社 社務 。 +祖霊舎 ( それ いしゃ ・ みたまや ) と は 、 神道 に お い て 祖先 の 霊 を 祭 る ため の 神棚 で あ る 。 +地方 知行 ( じ が た ちぎょう ) と は 、 江戸 時代 に 征夷 大将軍 あるいは 藩主 が 家臣 に 対 し て 禄 と し て 与え る 知行 を 所領 ( 地方 と 呼 ば れ る 土地 ) 及び そこ の 付随 する 百 姓 の 形 で 与え 、 支配 さ せ る こと 。 +五 衛府 ( ごえふ ) と は 、 天皇 の 身辺 警護 を はじめ 、 宮城 の 警護 、 京内 の 夜間 巡回 など を 主な 任務 と する 律令 制 下 の 中央 軍事 組織 を い う 。 +寛和二 年 内 裏 歌合 ( かんな に ねん だいり うた あわせ ) は 、 寛和 2 年 6 月 10 日 ( 旧暦 ) ( 98 6 年 7 月 19 日 ) 、 花山 天皇 に よ っ て 行 わ れ た 歌合 。 +鶴屋 南北 ( つるや なんぼく ) は 、 歌舞伎 の 役者 および 作者 の 名跡 。 +紫 の 上 ( むらさき の うえ ) は 、 紫式 部 の 古典 『 源氏 物語 』 の ヒロイン 。 +源光 ( げんこう 、 生没 年 未詳 ) は 平安 時代 後期 の 天台 宗 の 僧 。 +高橋 お 伝 ( たかはしおでん 、 嘉永 元年 ( 1848 年 ) - 明治 12 年 ( 1879 年 ) 1 月 31 日 ) は 仮名垣 魯文 の 「 高橋 阿伝夜 叉譚 」 の モデル と な っ た 女性 で あ る 。 +建水 ( けんすい ) は 茶 を 入れ る とき に 使用 する 道具 の 一 つ 。 +余慶 ( よけい 、 延喜 19 年 ( 919 年 ) - 正暦 2 年 2 月 18 日 ( 旧暦 ) ( 99 1 年 4 月 5 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +片岡 仁左衛門 ( かたおか にざえもん ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +大弐 三 位 ( だい に の さん み 、 長保 元年 ( 999 年 ) 頃 ? - 永保 2 年 ( 1082 年 ) 頃 ? ) は 、 平安 時代 中期 の 女流 歌人 。 +作文 大体 ( さく もんだい たい ) と は 、 平安 時代 に 書 か れ た 漢詩 作成 の 手引 書 。 +妙覚 寺 ( みょうかくじ ) は 、 京都 府 京都 市 上京 区 に あ る 、 日蓮 宗 の 本山 ( 由緒 寺院 ) 。 +阿衡 事件 ( あこう じけん ) は 、 平安 時代 前期 に 起こ っ た 政治 事件 で あ る 。 +中 御門 経任 ( なかみかど つね ただ 、 天福 ( 日本 ) 元年 ( 1233 年 ) - 永仁 5 年 1 月 19 日 ( 旧暦 ) ( 1297 年 2 月 12 日 ) ) は 、 鎌倉 時代 中期 の 公卿 ( 従二 位 権 大 納言 兼 大宰 権帥 ) 。 +庄屋 ( しょうや ) ・ 名主 ( なぬし ) は 、 江戸 時代 の 村 役人 ( 村方 三 役 ) の ひと つ 、 あるいは 町 役人 の ひと つ で あ る 。 +経覚 ( きょうかく / ぎょうかく 、 応永 2 年 ( 1395 年 ) - 文明 ( 日本 ) 5 年 8 月 27 日 ( 旧暦 ) ( 147 3 年 9 月 19 日 ) ) は 、 室町 時代 の 法 相 宗 の 僧侶 。 +守護 代 ( しゅご だい ) と は 、 鎌倉 時代 と 室町 時代 に 守護 の 下 に 置 か れ た 役職 で あ る 。 +大炊 御門 経頼 ( おおい の みかど つね より 、 弘治 ( 日本 ) 元年 ( 1555 年 ) - 元和 ( 日本 ) 3 年 7 月 18 日 ( 旧暦 ) ( 161 7 年 8 月 19 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 公卿 。 +符 ( ふ ) と は 、 律令 制 に お い て 上級 の 官司 ( 所管 ) より 下級 の 官司 ( 被管 ) に 対 し て 命令 を 下 す 際 に 用い る 公文 書 の こと 。 +贈位 ( ぞうい ) +秦 氏 ( はたうじ ) は 、 古代 の 氏族 。 +洋装 化 ( ようそう か ) と は 、 西欧 以外 の 民族 が 、 民族 衣装 の 日常 着用 を 棄 て 、 洋服 を 採用 する こと を 指 す 。 +マキノ 芸能 社 ( - げいのう しゃ 、 1946 年 6 月 設立 - 1948 年 10 月 解散 ) は 、 かつて 京都 に 存在 し た 芸能 事務 所 で あ る 。 +曽谷 学川 ( そだ に がく せん 、 元文 3 年 ( 1738 年 ) - 寛政 9 年 10 月 20 日 ( 旧暦 ) ( 1797 年 12 月 7 日 ) ) は 、 江戸 時代 中期 の 篆刻 家 で あ る 。 +問注 所 ( もんちゅうじょ 、 もんじゅうしょ ) は 、 日本 の 鎌倉 幕府 ・ 室町 幕府 に 設置 さ れ た 訴訟 事務 を 所管 する 機関 で あ る 。 +釈 日本 紀 ( しゃく にほんぎ ) は 、 鎌倉 時代 末期 の 1274 年 ( 文永 11 年 ) ~ 130 1 年 ( 正安 3 年 ) 頃 に 成立 し た と 推定 さ れ る 『 日本 書紀 』 の 注釈 書 。 +画 工司 ( が こうし ) は 、 日本 の 律令 制 に お い て 中務 省 に 属 する 機関 の 一 つ で あ る 。 +細川 晴元 ( ほそかわ はる も と ) は 室町 時代 末期 から 戦国 時代 ( 日本 ) に かけ て の 戦国 武将 ・ 戦国 大名 。 +聖宝 ( しょうぼう 、 天長 9 年 ( 832 年 ) - 延喜 9 年 7 月 6 日 ( 旧暦 ) ( 909 年 8 月 29 日 ) ) は 、 平安 時代 初期 の 真言 宗 の 僧 。 +伊藤 若冲 ( いとう じゃく ちゅう 、 正徳 ( 日本 ) 6 年 2 月 8 日 ( 旧暦 ) ( 1 71 6 年 3 月 1日 ) - 寛政 12 年 9 月 10 日 ( 旧暦 ) ( 180 0 年 10 月 27 日 ) ) は 、 江戸 時代 の 京 の 絵師 。 +松平 宗武 ( まつだいら むねたけ ) は 、 丹後 国宮津 藩 の 第 7 代 ( 最後 の ) 藩主 。 +山口 重勝 ( やまぐち しげかつ ) は 、 戦国 時代 _ ( 日本 ) の 武将 。 +藤原 道綱 ( ふじわら の みちつな 、 天暦 9 年 ( 955 年 ) - 寛仁 4 年 10 月 15 日 ( 旧暦 ) ( 1020 年 11 月 2 日 ) ) は 、 平安 時代 中期 の 公家 。 +羽 二 重 ( はぶたえ 、 英 : habutaesilk ) は 、 平織り と 呼 ば れ る 経糸 ( たてい と ) と 緯糸 ( よこいと ) を 交互 に 交差 さ せ る 織 り 方 で 織 ら れ た 織物 の 一種 。 +承天 閣 美術 館 ( じょうてんかく びじゅつ かん ) は 京都 府 京都 市 に あ る 美術 館 。 +神 無月 ( かんなづき 、 かみなしづき ) は 、 日本 に おけ る 10 月 ( 旧暦 ) の 異称 で あ る 。 +五男 三 女 神 ( ゴナン サンジョシン ) は 、 日本 神話 に 登場 する アマテラス と スサノオ が 天真名井 で 行 っ た うけい ( アマテラス と スサノオ の 誓約 ) の 際 に 生まれ た 神々 で あ る 。 +妻木 煕子 ( つまき ひろ こ 、 享禄 3 年 ( 1530 年 ) 頃 - 天正 4 年 11 月 7 日 _ ( 旧暦 ) ( 1576 年 11 月 27 日 ) ? ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 武将 明智光 秀 の 2 番 目 の 妻 。 +万里小路 家 ( まで の こうじけ ) は 、 名家 ( 公家 ) の 家格 を 有 する 公家 。 +愛宕 神社 ( あた ご じんじゃ ) は 、 京都 市 右京 区 の 神社 で あ る 。 +園 光子 ( その みつこ 、 慶長 7 年 ( 160 2 年 ) - 明暦 2 年 2 月 11 日 ( 旧暦 ) ( 1656 年 3 月 6 日 ) ) は 、 後水尾 天皇 の 後宮 の 一人 。 +大 日本 茶道 学会 ( だい に ほん ちゃどう がっかい ) は 、 茶道 の 流派 の 一 つ 。 +山 段 芳春 ( さん だん よしはる 、 1930 年 - 1998 年 ) は 、 元 京都 自治 経済 協議 会 理事 長 。 +上海上 国造 ( かみつう なかみ の くに みやつこ ・ かみつう なかみこく ぞう ) は 上総 国 中部 を 支配 し た 国造 。 +吉備 由利 ( きび の ゆり 、 生年 不詳 - 宝亀 5 年 1 月 2 日 ( 旧暦 ) ( ユリウス 暦 774 年 2 月 17 日 ) ) は 奈良 時代 後期 の 宮人 。 +冷泉 為守 ( れいぜい ため もり 、 文永 2 年 ( 1265 年 ) - 嘉暦 3 年 11 月 8 日 ( 旧暦 ) ( 1328 年 12 月 9 日 ) ) は 、 鎌倉 時代 後期 の 公家 ・ 歌人 。 +意富 富杼王 ( おお ほど の おおきみ 、 生没年 不詳 ) は 、 『 古事 記 』 ・ 「 上宮 記 」 に 伝え られ る 古墳 時代 の 皇族 ( 王族 ) 。 +烏丸 今出川 ( からすま い まで がわ ) は 京都 府 京都 市 上京 区 今出川 町 に あ る 交差 点 及び その 近隣 の 名称 。 +重要 文化 財 ( じゅうよう ぶんか ざい ) と は 日本 に 所在 する 建造 物 、 美術 工芸 品 等 の 有形 文化 財 の うち 、 文化 史 的 ・ 学術 的 に 特 に 重要 な もの と し て 文化 財 保護 法 に 基づ き 日本 国 政府 ( 文部 科学 大臣 ) が 指定 し た 文化 財 を 指 す 。 +九条 政 基 ( くじょう まさもと 、 文安 2 年 5 月 7 日 ( 旧暦 ) ( 1445 年 6 月 12 日 ) - 永正 13 年 4 月 4 日 ( 旧暦 ) ( 1516 年 5 月 5 日 ) ) は 、 室町 時代 末期 から 戦国 時代 ( 日本 ) 初期 の 公家 ・ 関白 。 +掛軸 ( かけ じく ) と は 、 書道 や 日本 画 を 裂 ( きれ ) や 紙 で 表装 し て 、 床 の 間 など に 掛け て 鑑賞 する もの で あ る 。 +私 鋳銭 ( し ちゅうせん ) と は 、 政府 が 作 っ た 公 の 銭 で は な く 、 私的 に 偽造 さ れ た 銭 の こと 。 +結城 親朝 ( ゆうき ちか と も 、 生年 不詳 - 1347 年 ( 正平 ( 日本 ) 2 年 / 貞和 3 年 ) ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +三条 実起 ( さんじょうさ ねお き 、 宝暦 6 年 11 月 14 日 ( 旧暦 ) ( 1756 年 12 月 5 日 ) - 文政 6 年 9 月 7 日 ( 旧暦 ) ( 1823 年 10 月 10 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +西園寺 実兼 ( さいおんじさね かね 、 建長 元年 ( 1249 年 ) - 元亨 2 年 9 月 10 日 ( 旧暦 ) ( 132 2 年 10 月 21 日 ) ) は 、 鎌倉 時代 後期 の 公卿 。 +脇坂 安宅 ( わきさか やすお り 、 文化 ( 元号 ) 6 年 2 月 15 日 ( 旧暦 ) ( 1809 年 3 月 30 日 ) - 明治 7 年 ( 1874 年 ) 1 月 10 日 ) は 、 江戸 時代 末期 の 政治 家 、 播磨 国 龍野 藩 第 9 代 藩 主 。 +出作 ( で さく / で つくり ) と は 、 ある 地域 の 住民 が 別 の 地域 に あ る 田畑 を 耕作 する こと を 指 す 。 +以仁 王 ( もちひと おう 、 仁平 元年 ( 1151 年 ) - 治承 4 年 5 月 26 日 ( 1180 年 6 月 20 日 ) ) は 、 平安 時代 末期 の 皇族 。 +小早川 祐景 ( こばやかわ すけかげ ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +伏見宮 貞常 親王 ( ふしみのみや さだつね しんのう 、 応永 32 年 12 月 19 日 ( 142 6 年 1 月 27 日 ) - 文明 6 年 7 月 3 日 ( 1474 年 8 月 15 日 ) ) は 、 室町 時代 の 皇族 。 +松田 道之 ( まつだ みちゆき 、 天保 10 年 5 月 12 日 ( 旧暦 ) ( 1839 年 6 月 22 日 ) - 明治 15 年 ( 18 82 年 ) 7 月 6 日 ) は 、 日本 の 内務 官僚 ・ 政治 家 。 +参議 ( さんぎ ) は 、 日本 の 令外 官 の 朝廷 組織 の 最高 機関 で あ る 太政 官 の 職 の 一 つ で あ る 。 +大奥 ( おおおく ) と は 江戸 城 に 存在 し た 徳川 将軍 家 の 子女 や 正室 、 奥女 中 ( 御殿 女 中 ) たち の 居所 。 +輪 入道 ( わ にゅうどう ) は 、 鳥山 石燕 の 妖怪 画 集 『 今昔 画 図 続 百 鬼 』 に あ る 日本 の 妖怪 。 +竹輪 ( ちくわ ) は 、 魚肉 の すりみ を 竹 など 棒 に 巻きつけ て 焼 い た もの 、 また は 蒸 し た 食品 。 +田辺福麻呂 ( たなべ の さきまろ 、 生没年 不詳 ) は 、 奈良 時代 の 万葉 歌人 。 +中村 児太郎 ( なかむら こたろう ) は 歌舞伎 の 名跡 の 一 。 +みつまめ ( みつ豆 、 蜜豆 ) は 和風 の 甘味 、 デザート の ひと つ 。 +平忠常 ( たいら の ただつね ) は 平安 時代 の 人物 、 武士 。 +頼源 ( らいげん 、 ? - 寿永 2 年 2 月 24 日 ( 旧暦 ) ( 1183 年 3 月 19 日 ) ) は 、 平安 時代 後期 の 絵仏 師 。 +選子 内 親王 ( せん し ( のぶこ ) ないしんのう 、 応和 4 年 4 月 24 日 ( 96 4 年 6 月 11 日 ) - 長元 8 年 6 月 22 日 ( 10 35 年 7 月 29 日 ) ) は 、 第 62 代 村上 天皇 の 第 十 皇女 。 +せい か ガーデン シティ ( せいかが ーでんしてぃ ) は 、 京都 府 相楽 郡 精華 町 祝園 西 の JR 片町 線 ( 学研 都市 線 ) 祝園 駅 ・ 近鉄 京都 線 新 祝園 駅前 に あ る ショッピング センター 。 +高麗 若光 ( こまの じゃっこう 、 生没年 不詳 ) ) は 奈良 時代 の 豪族 、 在庁 官人 。 +貫 ( かん ) は 、 尺貫 法 に おけ る 質量 の 単位 、 また 江戸 時代 以前 の 秤量 銀貨 の 通貨 の 単位 で あ る 。 +成功 ( じょうごう ) と は 、 朝廷 の 公事 ・ 行事 及び 殿舎 の 営繕 、 寺社 の 堂塔 修造 費用 など 本来 、 朝廷 の 公費 で 負担 す べ き ところ を 、 任官 希望 者 を 募 り 任料 を 納め させ る か 、 また は 自己 負担 で それぞれ の 事業 の 功 を 成 ら せ て 、 見返り に 官職 に 叙任 する と い う 売官 制度 の 一種 で あ る 。 +千福 ( せんぷく ) と は 、 広島 県 呉 市 の 酒造 メーカー 、 株式 会社 三宅 本店 に よ っ て 造 ら れ て い る 日本 酒 の 銘柄 で あ る 。 +ひつまぶし ( 櫃塗 し ) と は 主に 名古屋 市 近辺 で 食べ られ て い る 、 ウナギ を 用い た 郷土 料理 で あ る 。 +儀子 内 親王 ( ぎし ( のりこ ) ないしんのう 、 生年 不詳 - 元慶 3 年 閏 10 月 5 日 ( 879 年 11 月 22 日 ) ) は 、 平安 時代 前期 の 皇族 。 +観察 使 ( かんさつ し ) は 、 唐 の 中国 、 李 氏 朝鮮 、 および 平安 時代 初期 の 日本 が 設置 し た 地方 行政 監察 の ため の 官職 。 +造宮 省 ( ぞうぐうしょう ) と は 、 宮城 の 造営 ・ 修理 を 掌 る 造宮 卿 ( ぞううぐうきょう ) を 長 と する 令外 官 。 +大伴談 ( おおとも の かたり 、 生没年 不詳 ) は 、 古墳 時代 の 将軍 。 +守覚 法 親王 ( しゅ かく ほっ しん のう 、 久安 6 年 3 月 4 日 ( 1150 年 4 月 3 日 ) - 建仁 2 年 8 月 26 日 ( 120 2 年 9 月 13 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 初期 に かけ て の 皇族 ・ 僧 。 +香 ( こう 、 incense ) と は 、 本来 、 伽羅 、 沈香 、 白檀 など の 天然 香木 の 香り を さ す 。 +在京 御 家人 ( ざいきょうごけ にん ) と は 、 鎌倉 幕府 傘下 の 京都 及び その 周辺 部 に 常駐 する 御 家人 の こと 。 +相性 ( あいしょう ) と は 、 二人 な い し 複数 の 人間 が 各々 持 つ 性質 や 性格 が 合 う か どう か の こと で あ る 。 +源 威集 ( げん いしゅう ) は 、 南北朝 時代 ( 日本 ) 後期 ( 14 世紀 後半 ) に 書 か れ た 軍記物 。 +鞍馬 の 火祭 ( くらま の ひまつり ) は 、 京都 府 京都 市 左京 区 鞍馬 に あ る 由岐 神社 例祭 の 一 つ 。 +金春 信高 ( こんぱる のぶたか 、 1920 年 ( 大正 9 年 ) - ) は 、 シテ 方 金 春 流能 楽師 。 +提灯 お 化け ( ちょうちん お ばけ ) は 、 日本 の 妖怪 の 一種 で 、 提灯 の 妖怪 。 +定昭 ( じょうしょう 、 90 6 年 - 983 年 ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +吏部 王記 ( り ほうおうき / りぶおうき ) は 、 醍醐 天皇 第 四 皇子 重明 親王 の 日記 で 、 平安 時代 中期 の 政務 や 朝儀 を 理解 する 上 で の 重要 な 史料 で あ る 。 +うけい ( うけひ ) は 、 古代 日本 で 行 わ れ た 占い で あ る 。 +坂上 広雄 ( さかの うえの ひろお ) は 、 坂上 田村 麻呂 の 子 。 +同志 社 英 学校 ( どう し しゃ えい がっこう ) は 、 新島 襄 が 1875 年 に 京都 に 創設 し た 私立 学校 。 +松尾 芭蕉 ( まつお ばしょう 、 寛永 21 年 ( 1644 年 ) - 元禄 7 年 10 月 12 日 ( 旧暦 ) ( 1694 年 11 月 28 日 ) ) は 現在 の 三重 県 伊賀 市 出身 の 江戸 時代 前期 の 俳諧 師 で あ る 。 +十 条 通 ( じゅう じょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +桜田 門 外 の 変 ( さくらだ もん がい の へん ) は 、 安政 7 年 3 月 3 日 ( 18 60 年 3 月 24 日 ) 、 江戸 城 桜田 門 外 ( 東京 都 千代田 区 ) に て 水戸 藩 の 浪士 ら が 大老 ・ 井伊 直弼 の 行列 を 襲撃 し 暗殺 し た 事件 。 +親藩 ( しんぱん ) は 、 江戸 時代 の 藩 の 分類 の 一 つ で 、 徳川 家康 の 男系 男子 ・ 子孫 が 始祖 と な っ て い る 藩 を 指 す 。 +本直し ( ほんなおし ) は 、 アルコール 飲料 の 一種 。 +伊根 町営 バス ( いね ちょうえい バス ) は 、 京都 府 与謝 郡 伊根 町 で 運行 し て い る コミュニティバス 。 +渡辺 津 ( わたなべ ・ の ・ つ ) は 、 摂津 国 の 旧 淀川 河口 近く に 存在 し た 、 瀬戸 内海 沿岸 で 最大 級 の 港湾 。 +短陌 ( たん は く 、 省陌 ( しょうはく ) と も ) は 、 近代 以前 の 東 アジア 地域 で 行 わ れ て き た 商 慣習 で 、 100 枚 以下 の 一定 枚数 に よ っ て 構成 さ れ た 銅銭 の 束 を 銅銭 100 枚 と 同一 の 価値 と し て 扱 う 事 。 +福禄 寿 ( ふくろくじゅ ) は 、 七 福神 の 一 つ 。 +安倍 有世 ( あべの あ り よ 、 嘉暦 2 年 ( 1327 年 ) - 応永 12 年 1 月 29 日 ( 旧暦 ) ( 140 5 年 2 月 28 日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 初期 に かけ て 活躍 し た 陰陽 師 ・ 公卿 。 +梶原 景季 ( かじわら かげすえ ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 武将 。 +村 国男 依 ( むら くに の お より 、 生年 不明 - 天武 天皇 5 年 ( 67 6 年 ) 7 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +徳大寺 実久 ( とくだいじ さね ひさ 、 天正 11 年 8 月 16 日 ( 旧暦 ) ( 1583 年 10 月 1日 ) - 元和 ( 日本 ) 2 年 11 月 26 日 ( 旧暦 ) ( 1617 年 1 月 3 日 ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 公卿 。 +源 盛経 ( みなもと の もりつね   生没年 不詳 ) は 平安 時代 の 人物 。 +殿 上人 ( てんじょう び と / うえび と ) は 、 日本 の 官制 に お い て 五 位 以上 の 者 の うち 、 天皇 の 日常 生活 の 場 で あ る 清涼 殿 南廂 へ 昇 る こと を 許 さ れ た 者 の こと 。 +佐久間 左馬太 ( さくま さまた 、 天保 15 年 10 月 10 日 ( 旧暦 ) ( 1844 年 11 月 19 日 ) - 大正 4 年 ( 1915 年 ) 8 月 5 日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 、 華族 。 +穂波 経尚 ( ほなみつねひさ 、 正保 3 年 8 月 14 日 ( 旧暦 ) ( 1646 年 9 月 23 日 ) - 宝永 3 年 6 月 12 日 ( 旧暦 ) ( 170 6 年 7 月 21 日 ) ) は 、 江戸 時代 の 公家 ( 公卿 ) 。 +九暦 ( きゅうれき ) は 、 平安 時代 中期 の 公卿 で 、 朝廷 儀礼 の ひと つ で あ る 九条 流 の 祖 、 右 大臣 藤原 師輔 の 日記 で あ る 。 +山吹 御前 ( やまぶき ごぜん ) は 平安 時代 末期 の 武将 源 義仲 の 便女 で あ る 。 +神郡 ( しんぐん / かみこおり ) と は 、 国郡 制 成立 に 伴 い 神社 の 神域 ( 神 の 領土 ) と し て 誕生 し た 他郡 と は 違 う 特別 な 郡 の こと で あ る 。 +角倉 了 以 ( すみの くら りょうい 、 天文 ( 元号 ) 23 年 ( 1554 年 ) - 慶長 19 年 7 月 12 日 ( 旧暦 ) ( 1614 年 8 月 17 日 ) ) は 、 戦国 期 の 京都 の 豪商 。 +徳一 ( とくいつ 、 天平 宝字 4 年 ( 760 年 ) ? - 承和 ( 日本 ) 2 年 ( 835 年 ) ? ) は 、 奈良 時代 から 平安 時代 前期 に かけ て の 法相 宗 の 僧 。 +天之 尾 羽張 ( あめ の おはばり ) は 、 日本 神話 に 登場 する 刀 で あ り 、 また 神 ( 神道 ) の 名前 で あ る 。 +兼 松房 治郎 ( かねまつ ふさじろう 、 弘化 2 年 5 月 21 日 ( 旧暦 ) ( 1845 年 6 月 25 日 ) - 大正 2 年 ( 1913 年 ) 2 月 6 日 ) は 、 日本 の 実業 家 。 +塩谷 朝業 ( しおの や ともなり ) は 平安 時代 末期 から 鎌倉 時代 初期 の 御 家人 。 +高倉 殿継 ( たか く ら の と の つぐ 、 生没年 不詳 ) は 奈良 時代 から 平安 時代 初期 の 官人 。 +タカミムスビ は 、 日本 神話 の 神 。 +東寺 真言宗 ( とうじ しんごん しゅう ) は 、 日本 に おけ る 真言 系 仏教宗 派 の ひと つ で 、 古義 真言宗 に 属 する 。 +三好 幸信 ( みよしゆき のぶ ) は 、 真田 信繁 ( 幸村 ) の 三男 。 +日本 槍柱 七 本 は 豊臣 秀吉 に よ っ て その 槍働き を 賞賛 さ れ た 七 人 。 +活津 日子命 ( 古事 記 ) あるいは 活津 彦根命 ( 日本 書紀 ) と は 、 アマテラス と スサノオ の 誓約 に よ っ て 生まれ た 5 男 3 女 の 四男 で 、 アマテラス が 左手 に 巻 い て い た 玉 から 生まれ た 神 。 +織田 氏 ( おだし ) は 、 日本 の 氏族 。 +宇治 駅 ( うじ えき ) は 、 京都 府 宇治 市 宇治 宇 文字 16 番地 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 。 +常照寺 ( じょう しょうじ ) は 、 京都 市 北 区 ( 京都 市 ) 鷹峰 に あ る 日 蓮 宗 の 寺院 。 +『 道成 寺 』 ( どう じょうじ ) は 、 紀州 道成 寺 に 伝わ る 、 安珍 ・ 清姫 伝説 に 取材 し た 能楽 作品 。 +善五郎 は 、 京焼 の 家元 の 一 つ 。 +源定 ( みなもと の さだむ 、 弘仁 5 年 ( 816 年 ) - 貞観 _ ( 日本 ) 5 年 1 月 3 日 ( 旧暦 ) ( 863 年 1 月 25 日 ) ) は 平安 時代 前期 の 公卿 。 +伊甚 国造 ( いじむ の くにのみやつこ ・ いじみ の くにのみやつこ ・ いじむ こくぞう ・ いじみ こく ぞう ) は 上総 国東部 を 支配 し た 国造 。 +県 犬養 三千代 ( あがた ( の ) いぬかい の みちよ 、 天智 4 年 ( 665 年 ) ? - 天平 5 年 1 月 11 日 ( 旧暦 ) ( 73 3 年 2 月 4 日 ) ) は 、 奈良 時代 前期 の 女官 。 +百 万 塔 ( ひゃく まん とう ) と は 、 奈良 時代 後期 に 称徳 天皇 の 発願 に よ っ て 製作 さ れ た 。 +『 影 武者 』 ( かげむ しゃ ) は 、 1980 年 に 公開 さ れ た 黒澤 明 監督 の 日本 映画 。 +善導 ( ぜんどう 、 ピンイン : sh ` an - d ~ ao ) は 中国 浄土 教 の 大成 者 。 +岩船 寺 ( がんせんじ ) は 京都 府 木津川 市 加茂 町 に あ る 真言 律 宗 の 寺院 で あ る 。 +バナナ 型 神話 ( バナナ がた しんわ ) と は 、 東南 アジア や ニューギニア を 中心 に 各地 に 見 られ る 、 死 や 短命 に まつわ る 起源 神話 で あ る 。 +薄茶器 ( うすちゃき ) は 茶器 の 一種 で 、 特に 濃茶 を 入れ る 陶器 製 の 茶入 を 濃茶 器 と 呼 ぶ こと に 対 し て 、 抹茶 を 入れ る の に 用い る 容器 を 指 す 。 +上田 合戦 ( うえだ かっせん ) は 、 信濃 国 の 上田 城 ( 現 : 長野 県 上田 市 ) と 近隣 の 山城 周辺 、 上田 市 の 東部 を 南北 に 流れ る 神川 付近 など で 行 わ れ た 真田 氏 と 徳川 氏 の 戦い の 総称 で あ る 。 +本所 ( ほんじょ ) は 、 日本 荘園 の 荘園 領主 で あ る 本家 および 領家 の うち 、 荘務 を 行 う 権限 、 すなわち 荘園 の 実効 支配 権 を 有 し た 者 を い う 。 +京都 大学 新聞 社 ( きょう と だいがく しん ぶん しゃ ) は 、 京都 大学 の 学生 新聞 で あ る 『 京都 大学 新聞 』 ( 通称 『 京大 新聞 』 ) や 関連 書籍 など を 発行 する サークル ・ 京都 大学 公認 団体 。 +山本 礼三郎 プロダクション ( やまもと れいさぶろう - 、 1928 年 6 月 設立 - 8 月 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +西洋 料理 ( せいよう りょうり ) と は 、 西洋 の 料理 。 +町代 ( まちだい ) と は 、 江戸 時代 の 京都 に おけ る 町 役人 の こと 。 +高野 家 ( たかの け ) は 、 日本 の 氏族 ( 公家 ) 。 +歌橋 ( うた はし 、 生没年 不詳 ) は 江戸 時代 後期 ~ 幕末 の 女性 で 13 代 征夷 大将軍 ・ 徳川 家定 の 乳母 。 +二条 尚 基 ( に じょうひさも と 、 文明 ( 日本 ) 3 年 ( 14 7 1 年 ) - 明応 6 年 10 月 10 日 ( 旧暦 ) ( 1497 年 11 月 4 日 ) ) は 室町 時代 の 公卿 。 +中村 七之助 ( なかむら しちのすけ ) は 歌舞伎 の 名跡 の 一 。 +天忍 日命 ( アメノオシヒノ ミコト ) は 、 日本 神話 の 神 ( 神道 ) 。 +野村 万禄 ( のむら まんろく 、 196 6 年 - ) は 、 六 世 野 村 万蔵 の 長女 華子 の 長男 と し て 生まれ る 。 +宮原 義久 ( みやはら よしひさ 、 天正 5 年 ( 1577 年 ) - 寛永 7 年 12 月 5 日 ( 旧暦 ) ( 1631 年 1 月 7 日 ) ) は 、 江戸 時代 の 高家 旗本 。 +石塔 義房 ( いしどう よしふさ 、 生没年 不詳 ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +袋 草紙 ( ふくろ ぞうし ) は 、 平安 時代 後期 の 保元 年間 ( 1156 年 - 1159 年 ) 頃 に 公家 で 六条 家 流 の 歌人 で あ っ た 藤原 清輔 が 著 し た 歌論 書 で あ る 。 +清華 家 ( せいがけ ) と は 、 公家 ・ 公卿 の 家格 の ひと つ で 、 大臣 家 の 上 で 摂家 に 次 ぐ 家格 。 +貞慶 ( じょうけい 、 久寿 2 年 5 月 21 日 ( 旧暦 ) ( 1155 年 6 月 22 日 ) - 建暦 3 年 2 月 3 日 ( 旧暦 ) ( 1213 年 2 月 24 日 ) ) は 、 鎌倉 時代 前期 の 法相 宗 の 僧 。 +佐々 氏 長 ( さっさうじ なが ) は 、 佐々 氏 綱 の 子 。 +島物 ( しまもの ) と は 茶 道具 の 分類 の 一種 で あ る 。 +阿字 観 ( あじかん ) は 、 平安 時代 に 空海 に よ っ て 伝え られ た 瞑想 法 。 +藤原 定能 ( ふじわら の さだ よし 、 久安 4 年 ( 1148 年 ) - 承元 3 年 8 月 22 日 ( 旧暦 ) ( 1209 年 9 月 22 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公卿 。 +西寺 ( さいじ ) は 、 平安 時代 、 現在 の 京都 市 南 区 ( 京都 市 ) 唐橋 に あ っ た と さ れ る 寺 で 、 796 年 桓 武 天皇 の 勅願 に よ り 平安 京内 で 最初 に 建造 が 許 さ れ た 2 つ の 官寺 の 一 つ 。 +伏見城 ( ふしみ じょう ) は 、 現在 の 京都 市 伏見 区 に あ っ た 城 。 +源 義家 ( みなもと の よしいえ ) は 、 平安 時代 後期 の 武将 で 、 河内 源 氏 の 源頼信 の 孫 。 +忠房 親王 ( ただふさ しんのう 、 弘安 8 年 ( 1285 年 ) ? - 貞和 3 年 ( 1347 年 ) 7 月 ( 旧暦 ) ) は 鎌倉 時代 の 皇族 。 +東坊城 恭長 ( ひがしぼう じょう や すな が 、 190 4 年 9 月 9 日 - 1944 年 9 月 22 日 ) は 、 日本 の 映画 俳優 、 脚本 家 、 映画 監督 で あ る 。 +皇代暦 ( こうだいれき ) は 、 南北朝 時代 _ ( 日本 ) から 室町 時代 に かけ て に 書 か れ た 年代 記 。 +玄米 茶 ( げん まい ちゃ ) は 、 番茶 ( 稀 に 煎茶 ) を 強火 で 加熱 し た もの と 、 蒸 し て から 炒 って 狐色 に な っ た 玄米 や 爆ぜ て ポップコーン 状 に な っ た 玄米 と を 、 ほぼ 同量 ずつ 混ぜ た もの 。 +河野 広中 ( こう の ひろ なか 、 嘉永 2 年 7 月 7 日 ( 旧暦 ) ( 1849 年 8 月 24 日 ) - 大正 12 年 ( 1923 年 ) 12 月 29 日 ) は 、 明治 ・ 大正 時代 の 政党 政治 家 。 +木下 逸雲 ( きのしたい つうん 、 寛政 12 年 8 月 1日 ( 旧暦 ) ( 180 0 年 9 月 19 日 ) - 慶応 2 年 8 月 4 日 ( 旧暦 ) ( 186 6 年 9 月 12 日 ) ) は 、 江戸 時代 後期 の 長崎 の 南画 。 +今出川 季持 ( いまで がわ すえ も ち 、 天正 3 年 ( 1575 年 ) - 文禄 5 年 2 月 9 日 ( 旧暦 ) ( 1596 年 3 月 7 日 ) は 、 安土 桃山 時代 の 公卿 。 +曲輪 ( くるわ ) と は 、 城内 に あ る 一定 区画 を 分かつ 区域 で あ る 。 +東使 ( とうし ) は 、 関東 御使 と も い い 、 鎌倉 時代 に 鎌倉 幕府 から 京都 に あ る 朝廷 や 六波羅 探題 、 関東 申次 など に 派遣 さ れ た 使者 の 事 で 、 政治 的 に 特 に 重要 な 事項 に 関 する 幕府 側 の 意向 を 伝え る ため に 派遣 さ れ た 者 を 特に 称 し た 。 +藤原 仲光 ( ふじわら の なかみつ 、 生没年 不詳 ) は 、 平安 時代 中期 の 武士 。 +ハニヤス は 、 日本 神話 に 登場 する 土 の 神 ( 神道 ) で あ る 。 +油 徳利 ( あぶら とっくり ) は 、 日本 の 民具 の 一 つ で 、 灯明 など に 用い る 油 の 購入 用 また は 保存 用 の 容器 。 +讃岐典侍 日記 ( さぬきのすけ にっき ) と は 、 平安 時代 後期 に 讃岐 典 侍 藤原 長子 に よ っ て 書 か れ た 日記 文学 で あ る 。 +蘇我 石川 宿禰 ( そがの いしかわ の すくね ) は 、 蘇我 石川 ( そがの いしかわ ) と も 呼 ば れ る 日本 神話 の 人物 で 、 蘇我 氏 の 祖 と さ れ る 。 +菖蒲 湯 ( しょうぶ ゆ ) と は 5 月 5 日 の 端午 の 節句 の 日 に 、 ショウブ の 根 や 葉 を 入れ て 沸 か す 風呂 の こと で あ る 。 +送仏 偈 ( そうぶつ げ ) と は 仏 を 本国 に 送 る 為 の 偈文 で あ る 。 +六 家 集 ( ろっ かしゅう ) と は 、 新古 今 時代 の 優れ た 六 つ の 私 家 集 の こと で あ る 。 +山王 神道 ( さん の う しんとう ) は 、 平安 時代 末期 から 鎌倉 時代 に かけ て 、 天台 宗 の 総 本山 で あ る 比叡山 延暦 寺 で 生まれ た 神道 の 流派 で あ る 。 +源氏 物語 千 年紀 ( げんじ ものがたり せん ねんき ) と は 、 源氏 物語 の 成立 千 年 を 記念 し て 実施 さ れ る 様々 な 事業 で あ る 。 +公家 領 ( くげりょう ) と は 、 公家 ( 公卿 ・ 官人 ) の 所領 の 総称 。 +久邇宮 ( く にのみや ) は 、 明治 時代 前期 に 伏見 宮 邦家 親王 の 第 4 王子 ・ 久邇宮 朝彦 親王 が 創立 し た 宮家 。 +前ヶ畑峠 ( まえ が はた とうげ ) は 京都 府 京都 市 左京 区 内 に あ る 国道 上 の 峠 で あ る 。 +梅雨 ( ばい う 、 つゆ 。 黴雨 と も ) と は 、 北海道 と 小笠原 諸島 を 除 く 日本 、 朝鮮 半島 南部 、 中華 人民 共和 国 の 華南 や 華中 の 沿海 部 、 および 台湾 など 、 東 アジア の 広 範囲 に お い て 見 られ る 特有 の 気象 で 、 5 月 から 7 月 に かけ て 毎年 巡 っ て 来る 雨 の 多 い 期間 の こと 。 +平田 荘 ( ひらた の しょう ) と は 、 旧 大和 国 に あ っ た 荘園 。 +官戸 ( かんこ ) は 中国 前 近代 および 日本 の 律令 制 に おけ る 身分 呼称 。 +片岡 秀太郎 ( かたおか ひでたろう ) は 、 歌舞伎 役者 。 +今出川 公言 ( いまで がわ きん こ と 、 元文 3 年 8 月 1日 ( 旧暦 ) ( 1738 年 9 月 14 日 ) - 安永 5 年 8 月 25 日 ( 旧暦 ) ( 1776 年 10 月 7 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +仏足 石 歌 ( ぶっそく せき か ) は 、 和歌 の 作歌 に おけ る 内容 と 形式 に よ る 歌 の 名前 で 、 仏足 石 ( 仏足 跡 ) の 歌 と も 称 さ れ る 。 +蛤 御門 ( はまぐり ご もん ) は 、 現在 の 京都 御苑 西門 の 一 つ 。 +中西 君尾 ( なか に しきみお 、 1843 年 ( 天保 14 年 ) - 1918 年 ( 大正 7 年 ) ) は 祇園 甲部 の 芸妓 。 +片岡 當十郎 ( かたおか とうじゅうろう ) は 、 歌舞伎 役者 の 名跡 。 +風葉 和 歌集 ( ふうよう わかしゅう ) は 鎌倉 時代 中期 の 物語 和 歌集 。 +近衛 尚子 ( この え ひさこ 、 元禄 15 年 3 月 9 日 ( 旧暦 ) ( 170 2 年 4 月 5 日 ) - 享保 5 年 1 月 20 日 ( 旧暦 ) ( 1720 年 2 月 27 日 ) ) は 、 江戸 時代 の 中 御 門 天皇 の 女御 で 、 桜町 天皇 の 生母 。 +牧野 福成 ( ま きの とみしげ 、 宝暦 11 年 ( 1761 年 ) - 天明 3 年 5 月 10 日 ( 旧暦 ) ( 1783 年 6 月 9 日 ) ) は 、 丹後 田辺藩 の 世嗣 。 +題目 ( だいもく ) と は 、 日蓮 系 ・ 法華 経 系 の 宗教 団体 など に お い て 勤行 の 際 に 用い られ る 南無 妙法 蓮華 経 ( なむみょう ほうれん げきょう ) の 文句 の こと で あ る 。 +露天 商 ( ろてんしょう ) と は 露天 ( 屋外 や 青空 の 下 ) で 店舗 を 持 た ず 商売 を する 者 。 +平家継 ( たいら の いえつぐ 、 生年 未詳 - 元暦 元年 7 月 7 日 ( 旧暦 ) ( 1184 年 8 月 14 日 ) ) は 、 平安 時代 末期 の 武将 。 +楼閣 ( ろうかく ) と は 、 重層 の 建築 物 を い う 。 +源 師忠 ( みなもと の もろただ 、 天喜 2 年 ( 1054 年 ) - 永久 ( 元号 ) 2 年 9 月 25 日 ( 旧暦 ) ( 1114 年 10 月 25 日 ) ) は 平安 時代 後期 の 公卿 。 +澄覚 法 親王 ( ちょう かく ほっ しん のう 、 承久 元年 ( 1219 年 ) - 正応 2 年 ( 1289 年 ) ) は 、 鎌倉 時代 の 天台 宗 三千 院 の 門跡 。 +三筆 ( さんぴ つ ) と は 、 三 人 の 優れ た 書道 家 の 呼び名 で あ る 。 +出納 ( すいとう ) と は 、 中世 日本 の 荘園 に 設置 さ れ た 下級 荘官 の 1 つ 。 +聖林 寺 ( しょうりんじ ) は 奈良 県 桜井 市 に あ る 真言 宗 室生 寺 派 の 寺院 で あ る 。 +山名時 氏 ( やまな ときうじ 、 嘉元 元年 ( 130 3 年 ) - 建徳 2 年 / 応安 4 年 3 月 28 日 ( 旧暦 ) ( 13 71 年 4 月 14 日 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 武将 で あ る 。 +縁語 ( えんご ) と は 、 一首 の 中 に 意味 上 関連 する 語 を 連想 的 に 2 つ 以上 用い る こと で 歌 に 情趣 を 持 た せ る 、 和歌 の 修辞 技法 の ひと つ 。 +輔仁 親王 ( すけひと しんのう 、 延久 5 年 1 月 19 日 ( 1073 年 2 月 28 日 ) - 元永 2 年 11 月 28 日 ( 1119 年 12 月 31 日 ) ) は 、 平安 時代 の 皇族 。 +南浦 紹明 ( なんぽ しょうみょう 、 嘉禎 元年 ( 1235 年 ) - 延慶 ( 日本 ) 元年 12 月 29 日 ( 旧暦 ) ( 1309 年 2 月 9 日 ) ) は 、 鎌倉 時代 の 臨済 宗 の 僧 。 +平盛 国 ( たいら の もりくに 、 永久 ( 元号 ) 元年 ( 1113 年 ) - 文治 2 年 7 月 25 日 ( 旧暦 ) ( 1186 年 8 月 11 日 ) ) は 、 父 は 平盛 遠 ( また は 異説 と し て 平季 衡 ) 。 +名 のり ・ 注連 縄 切り ・ 火祭り ( なのり ・ しめな わ きり ・ ひまつり ) は 、 三重 県 志摩 市 大王町 で 大晦日 から 元日 に かけ て 行な わ れ る 一連 の 年中 行事 。 +近代 日本 の 官制 ( きんだい に ほん の かんせい ) は 、 王政 復古 ( 日本 ) に よ っ て 明治 維新 が 始ま っ た 慶応 3 年 12 月 9 日 ( 旧暦 ) ( 西暦 1868 年 1 月 3 日 ) から 、 内閣 官 制 が 制定 さ れ た 1889 年 ( 明治 22 年 ) 12 月 24 日 に 至 る まで の 中央 政府 に おけ る 主な 機関 の 変遷 を 概観 する 。 +大谷 廟堂 ( おおたに びょうどう ) は 、 浄土 真宗 の 宗祖 親鸞 の 墓 。 +安祥寺 ( あん しょうじ ) は 京都 市 山科 区 に あ る 高野山 真言宗 の 仏教 寺院 。 +池田 輝政 ( いけだ てる まさ ) は 戦国 時代 ( 日本 ) 末期 から 江戸 時代 初期 に かけ て の 武将 ・ 大名 。 +南座 ( みなみ ざ ) は 京都 市 東山 区 に あ る 劇場 。 +高橋 高種 ( たかはし た かたね 、 生年 不詳- 天文 _ ( 元号 ) 4 年 ( 1535 年 ) ) は 筑後 国 を 領 し た 戦国 時代 ( 日本 ) の 大名 で あ る 。 +御 家人 ( ごけにん ) は 、 征夷 大将軍 の 家人 で あ る 武士 の 身分 を 指 す 語 で あ る が 、 中世 と 近世 で は 意味 合い が 異な る 。 +佐藤 忠信 ( さとう ただのぶ 、 応保 元年 ( 1161 年 ) ? - 文治 2 年 9 月 21 日 ( 旧暦 ) ( 1186 年 11 月 4 日 ) ) は 、 平安 時代 末期 の 武将 で 、 源 義経 の 家臣 。 +松本 金太郎 ( まつもと きんたろう 、 ) シテ 方 宝生 流能 楽師 。 +後桃園 天皇 ( ご も もぞの てんのう 、 宝暦 8 年 7 月 2 日 ( 175 8 年 8 月 5 日 ) - 安永 8 年 10 月 29 日 ( 1779 年 12 月 6 日 ) ) は 、 江戸 時代 の 第 118 代 天皇 ( 在位 : 明和 7 年 4 月 28 日 ( 1770 年 5 月 23 日 ) - 安永 8 年 11 月 9 日 ( 1779 年 12 月 16 日 ) ) 。 +漢学 ( かんがく ) と は 、 狭義 で 言 え ば 宋明 理学 に 対 する 伝統 的 な 経学 及び 清代 の 考証 学 の 事 を 指 し 、 広義 で は 洋学 ・ 国学 に 対 する 中国 伝来 の 学問 の 総称 。 +相撲 節会 ( すまひ の せちえ ) と は 、 奈良 時代 ・ 平安 時代 に かけ て 行 わ れ た 宮中 行事 の 1 つ 。 +高城 胤吉 ( たかぎ たね よし 、 文明 ( 日本 ) 16 年 ( 1484 年 ) また は 文亀 元年 ( 150 1 年 ) ? - 永禄 8 年 2 月 12 日 ( 旧暦 ) ( 1565 年 4 月 22 日 ) ) は 戦国 時代 _ ( 日本 ) の 千葉 氏 の 家臣 。 +洞川 温泉 ( どろ が わ おんせん ) は 、 奈良 県 吉野 郡 天川 村 洞川 ( 旧国 大 和国 ) に あ る 温泉 。 +加山 又 造 ( かやま また ぞう 、 1927 年 9 月 24 日 - 2004 年 4 月 6 日 ) は 、 日本 画 家 、 版画 家 で あ る 。 +平田 銕胤 ( ひらた かね たね 、 1799 年 12 月 31 日 ( 寛政 11 年 12 月 6 日 ( 旧暦 ) ) - 1880 年 ( 明治 13 年 ) 10 月 25 日 ) は 、 日本 の 国学 。 +北条 時房 ( ほうじょう ときふさ 、 安元 元年 ( 1175 年 ) - 仁治 元年 1 月 24 日 ( 旧暦 ) ( 12 40 年 2 月 18 日 ) ) は 鎌倉 時代 初期 の 武将 。 +『 決闘 ! 高田 馬場 』 ( けっとう たかだ の ばば ) は 、 三谷 幸喜作 ・ 演出 に よ る 日本 の 歌舞伎 作品 。 +ラッキョウ ( 辣韮 、 薤 、 辣韭 、 学名 Alliumchinensesyn . Alliumbakeri ) は 、 ユリ 科 ( ネギ 科 と する 場合 も あ る 。 ) の 多年 草 ・ 野菜 。 +藤原 家保 ( ふじわら の いえやす 、 承暦 4 年 ( 1080 年 ) - 保延 2 年 ( 1136 年 ) ) は 平安 時代 後期 の 公卿 。 +天満 宮 ( てんまぐう 、 てんまんぐう ) は 、 政治 的 不遇 を 被 っ た 菅原 道真 の 怒り を 静め る ため 神格 化 し 祀 ( まつ ) っ て い る 神社 。 +武田 観柳 斎 ( たけだ かんりゅうさい 、 天保 元年 ( 1830 年 ) 頃 - 慶応 三 年 6 月 22 日 ( 旧暦 ) ( 1867 年 7 月 23 日 ) ) は 、 出雲 国 母里 出身 の 新 選 組 隊士 。 +土師 馬手 ( はじ の う ま て 、 生年 不詳 - 和銅 4 年 ( 71 1 年 ) 2 月 26 日 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +山城 地区 ( やましろ ちく ) と は 、 京都 府 南部 の 山城 国 の うち 、 宇治 市 以南 に あ る 12 市 町 村 を 指 す 。 +吉田 兼好 ( よしだけんこう 、 弘安 6 年 ( 1283 年 ) - 観応 元年 / 正平 ( 日本 ) 5 年 4 月 8 日 ( 旧暦 ) ( 1350 年 5 月 14 日 ) ? ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) の 随筆 家 ・ 和歌 。 +手児奈 ( てこな ) と は 、 下総 国勝鹿 ( 葛飾 ) の 真間 ( 現在 の 千葉 県 市川 市 ) に 奈良 時代 以前 に 住 ん で い た と さ れ る 女性 の 名前 。 +補任 状 ( ぶにんじょう ) と は 、 特定 の 個人 を 官職 ・ 位 階 ・ 諸職 に 補任 する 際 に 任命 権 者 側 から 発給 さ れ た 文書 の 総称 。 +天ヶ瀬 ダム ( あま が せ ダム ) は 京都 府 宇治 市 、 一 級 河川 ・ 淀川 本川 中流部 、 通称 宇治川 と 呼 ば れ る 流域 に 建設 さ れ た ダム で あ る 。 +砲術 ( ほうじゅつ ) +精華 くるりん バス ( せいか - ) は 、 京都 府 相楽 郡 精華 町 で 運行 し て い る コミュニティバス 。 +有司 専制 ( ゆうし せんせい ) と は 、 明治 政府 の 藩閥 官僚 中心 ・ 超然 主義 の 政府 を 批判 し た 言葉 。 +鳥羽 天皇 ( とばてんのう 、 康和 5 年 1 月 16 日 ( 110 3 年 2 月 24 日 ) - 保元 元年 7 月 2 日 ( 1156 年 7 月 20 日 ) ) は 平安 時代 後期 の 第 74 代 天皇 ( 在位 1107 年 - 1123 年 ) 。 +風情 ( ふぜい ) は 、 日本 古来 より 存在 する 美 意識 の 1 つ 。 +京極 高 詮 ( きょうごく たかのり 1352 年 ( 正平 ( 日本 ) 7 年 / 文和 元年 ) - 140 1 年 ( 応永 8 年 ) ) ) は 、 守護 大名 で あ る 京極 氏 の 室町 時代 前期 の 当主 。 +新嘗祭 ( に いなめ の まつり 、 にいなめ さい 、 しんじょうさい ) と は 、 11 月 23 日 に 、 天皇 が 五穀 の 新穀 を 天神 地祇 ( てんじん ちぎ ) に 勧め 、 また 、 自ら も これ を 食 し て 、 その 年 の 収穫 を 感謝 する 祭儀 。 +神木 ( しんぼく ) と は 、 古神道 に おけ る 神籬 ( ひもろぎ ) と し て の 木 や 森 を さ し 、 神体 の こと 。 +大 日本 野史 ( だい にほんやし ) は 、 後 小松 天皇 ( 明徳 年間 ) から 仁孝 天皇 まで の 二十 一 代 の 帝王 の 治世 を 紀伝体 で 記 し た 日本 の 歴史 書 。 +京丹後 市 ( きょうたんご し ) は 京都 府 の 市 。 +藤原 顕頼 ( ふじわら の あき より 、 嘉保 元年 ( 1094 年 ) - 久安 4 年 1 月 5 日 ( 旧暦 ) ( 1148 年 1 月 27 日 ) ) は 平安 時代 後期 の 公卿 。 +女 三宮 ( おんな さん のみや ) は 、 +中村 鶴蔵 ( なかむら つる ぞう ) は 、 歌舞伎 役者 の 名跡 。 +本朝 世紀 ( ほんちょうせいき ) は 、 平安 時代 末期 に 編纂 さ れ た 歴史 書 で あ る 。 +東巌 慧安 ( とうがん え あん 、 嘉禄 元年 ( 1225 年 ) - 建治 3 年 11 月 3 日 ( 旧暦 ) ( 1277 年 12 月 29 日 ) ) は 、 鎌倉 時代 中期 の 臨済 宗 の 僧 。 +自天王 ( じてんのう 、 永享 12 年 ( 1440 年 ) - 長禄 元年 12 月 2 日 ( 旧暦 ) ( 1457 年 12 月 18 日 ) は 、 南朝 ( 日本 ) の 再建 を 図 っ た 後 南 朝 の 最後 の 指導 者 。 +斎尾 廃寺跡 ( さい の お はいじあと ) は 、 鳥取 県 東伯 郡 琴浦 町 に あ る 奈良 時代 前期 ・ 白鳳 時代 の 法隆 寺 式 伽藍 配置 の 寺院 跡 。 +類聚 国史 ( るい じゅうこく し ) は 編年 体 で あ る 六 国 史 の 記載 を 中国 の 類書 に な ら い分類 再 編集 し た もの で 、 菅原 道真 の 編纂 に よ り 、 892 年 ( 寛平 4 年 ) に 完成 ・ 成立 し た 歴史 書 で あ る 。 +山下 又 太郎 ( やました またた ろう ) は 、 歌舞伎 役者 の 名跡 。 +印相 ( いんそう 、 いん ぞう ) は 、 ヒンドゥー 教 および 仏教 の 用語 で 、 両手 で 示 す ジェスチャー に よ っ て 、 ある 意味 を 象徴 的 に 表現 する もの で あ る 。 +蒲生 氏 ( が もうし ) は 日本 の 氏族 の 一 つ +吉川 経茂 ( きっかわ つねしげ 、 生没年 不詳 ) は 鎌倉 時代 後期 の 武士 。 +住友 政友 ( すみとも まさとも 、 天正 13 年 11 月 11 日 ( 旧暦 ) ( 1585 年 12 月 31 日 ) - 慶安 5 年 ( 1652 年 ) ) は 、 江戸 時代 の 商人 。 +宗像 三 女 神 ( むなかた さんじょ じん ) は 、 宗像 大社 ( 福岡 県 宗像 市 ) に 祀 ら れ て い る 三柱 の 女神 の 総称 で あ る 。 +鯉幟 ( こいのぼり ) と は 元来 、 日本 の 風習 で 、 江戸 時代 に 武家 で 始ま っ た 。 +野村 万蔵 ( のむら まん ぞう ) は 、 和泉 流狂言 師 の 名跡 。 +増上 寺 ・ 墓所 に あ る 家継 の 石塔 +鹿の子絞り ( かのこ しぼり ) は 絞り染め の 一種 で 、 小鹿 の 背 の 斑点 の よう に 小さな 絞り を 規則 的 に 並べ た もの 。 +採物 ( とりもの ) は 、 神事 や 神楽 に お い て 巫女 や 神楽 など が 手 に 取り持 つ 道具 。 +曳田 康貞 ( ひけ た やす さだ 、 生没年 不詳 ) は 鎌倉 時代 の 武士 。 +三好 義継 ( みよし よしつぐ ) は 、 河内 国 の 戦国 大名 。 +阿野 全成 ( あの ぜん じょう / ぜんせい 、 仁平 3 年 ( 1153 年 ) - 建仁 3 年 6 月 23 日 ( 旧暦 ) ( 120 3 年 8 月 1日 ) ) は 平安 時代 末期 、 鎌倉 時代 初期 の 僧 で 、 源義朝 の 七男 。 +石上 部 皇子 ( いその かみべ の おうじ ・ いその かみべ のみこ 。 生没年 不詳 ) +民芸 運動 ( みんげい うんどう ) と は 、 1926 年 ( 大正 15 年 ) 、 「 日本 民芸 美術 館 設立 趣意 書 」 の 発刊 に よ り 開始 さ れ た . +大谷 光勝 ( おおた に こうしょう 、 文化 ( 日本 ) 14 年 3 月 7 日 ( 旧暦 ) 〈 旧暦 〉 〈 1817 年 4 月 22 日 〉 - 明治 27 年 ( 1894 年 ) 1 月 15 日 〈 新暦 〉 ) は 、 浄土 真宗 の 僧 で 、 東本願 寺 第 21 代 法主 。 +『 法華 三 部 経 』 ( ほっけさんぶ きょう ) は 、 大乗 仏教 の 経典 群 で あ る 。 +中村 芝翫 ( なかむら し かん ) は 歌舞伎 の 名跡 の 一 。 +恒良 親王 ( つねよし しん の う / つねなが しんのう 、 正中 元年 ( 1324 年 ) - 延元 3 年 / 建武 5 年 4 月 13 日 ( 1338 年 5 月 3 日 ) ) は 後醍醐 天皇 の 皇子 で あ る 。 +近衛 信尹 ( このえ のぶただ   永禄 8 年 11 月 1日 ( 旧暦 ) ( 1565 年 11 月 23 日 ) - 慶長 19 年 11 月 25 日 ( 旧暦 ) ( 1614 年 12 月 25 日 ) ) は 、 安土 桃山 時代 の 公家 。 +登録 有形 民俗 文化 財 ( とうろく ゆうけい みんぞく ぶんか ざい ) は 、 文部 科学 大臣 に よ っ て 文化 財 登録 原簿 に 登録 さ れ て い る 。 +吊る し 飾り ( つるし かざり ) は 伝統 工芸 の 一種 。 +門徒 ( もんと ) と は 、 一門 の ともがら の こと を 指 す 呼 び 方 で あ る 。 +年賀 状 ( ねん が じょう ) と は 新年 に 送 ら れ る はがき や カード を 用い た 挨拶 状 の こと で あ る 。 +寒風 古 窯跡 群 ( さぶかぜ こよう せき ぐん ) は 岡山 県 瀬戸内 市 牛窓 町長浜 に あ る 須恵 器 窯 の 遺跡 。 +阪谷朗廬 ( さかた に ろうろ 、 182 2 年 11 月 17 日 - 1881 年 1 月 15 日 ) は 、 岡山 県 出身 の 漢学 者 、 儒学 者 。 +大炊 寮 ( おおいりょう ) と は 日本 の 律令 制 に お い て 宮内 省 に 属 する 機関 の 一 つ で あ る 。 +坐禅 和讃 ( ざぜんわ さん ) と は 、 漢文 表記 で あ っ た 坐禅 の 本質 ・ 目的 を 日本 語 で 解説 し た もの で 、 民衆 に も 分か り やす く 説 い た もの で あ る 。 +殿内 義雄 ( と のうち よしお 、 天保 元年 ( 1830 年 ) ~ 文久 3 年 3 月 25 日 ( 旧暦 ) ( 1863 年 4 月 29 日 ) ) は 、 江戸 時代 ・ 幕末 の 人物 。 +東南院 ( とうなんいん ) は 、 奈良 県 吉野 郡 吉野 町 に あ る 大峰山 の 持護 院 。 +老女 ( ろうじょ ) と は 、 武家 や 公家 で 、 侍女 の 筆頭 で あ る 年長 の 女性 の こと 。 +開拓 使 ( かいたくし ) は 、 北方 開拓 の ため に 明治 2 年 ( 1869 年 ) 7 月 8 日 から 明治 15 年 ( 18 82 年 ) 2 月 8 日 まで 置 か れ た 官庁 で あ る 。 +源致 公 ( みなもと の おき ただ 、 天徳 ( 日本 ) 元年 ( 957 年 ) - 寛仁 2 年 ( 1018 年 ) 8 月 ) は 、 平安 時代 中期 の 武将 。 +覚尋 ( かくじん 、 治安 ( 元号 ) 元年 ( 1021 年 ) - 永保 元年 ( 1081 年 ) ) は 平安 時代 中期 の 延暦 寺 の 僧 。 +野宮 神社 ( ののみや じんじゃ ) は 、 京都 市 右京 区 の 嵯峨野 に あ る 神社 で あ る 。 +武家 諸 法度 ( ぶけ しょ はっと ) は 、 江戸 時代 に 江戸 幕府 が 諸 大名 を 統制 する ため に 定め た 法令 で あ る 。 +成伯 ( せいは く 、 生没年 不詳 ) は 江戸 時代 初期 の 僧 。 +桂川 甫周 ( かつら がわ ほしゅう 、 1826 年 ( 文政 9 年 ) - 1881 年 ( 明治 14 年 ) 9 月 25 日 ) は 、 医師 及び 蘭学 者 。 +山背 国造 ・ 山代 国造 ( やましろ の くにのみやつこ ・ やましろ こく ぞう ) は 山城 国 南西 部 を 支配 し た 国造 。 +光悦 寺 ( こうえつじ ) は 京都 市 北 区 ( 京都 市 ) 鷹ヶ峰 に あ る 日 蓮 宗 の 寺院 。 +連 ( むらじ ) は 、 ヤマト 王権 で 使 わ れ て い た カバネ ( かばね ) の 一 つ で 、 家臣 の 中 で は 最高 位 に 位置 し て い た 姓 の 一 つ で あ る 。 +脩子 内 親王 ( しゅうし / なが こ な い しんの う 、 長徳 2 年 12 月 16 日 ( 旧暦 ) ( 997 年 1 月 27 日 ) - 永承 4 年 2 月 7 日 ( 旧暦 ) ( 1049 年 3 月 13 日 ) ) は 、 第 66 代 一 条 天皇 の 第 一 皇女 で 、 母 は 皇后 藤 原 定子 。 +田中 吉政 ( たなか よしま さ 、 天文 ( 元号 ) 17 年 ( 1548 年 ) - 慶長 14 年 2 月 18 日 ( 旧暦 ) ( 1609 年 3 月 23 日 ) ) は 、 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 、 江戸 時代 の 大名 。 +称名 ( しょうみょう ) と は 、 仏 ・ 菩薩 の 名 を 称え る こと 。 +兵糧 ( ひょうろう ・ 兵粮 ) と は 、 戦争 時 に おけ る 軍隊 の 食糧 の こと 。 +平親 宗 ( たいら の ちかむね 、 天養 元年 ( 1144 年 ) - 正治 元年 7 月 17 日 ( 旧暦 ) ( 1199 年 8 月 10 日 ) ) は 平安 時代 末期 の 公卿 。 +京都 ・ 東山 花 灯路 ( きょうと ・ ひがしやま は な とうろ ) は 、 3 月 中旬 に 京都 の 東山 ( 京都 府 ) 山麓 の 青蓮 院 から 清水 寺 に 至 る 約 4 . 6 キロ の 小路 に 京都 の 伝統 工芸 で あ る 清水 焼 、 北山 杉 、 京銘 竹 、 石工 、 金属 など で 作 ら れ た 約 2400 基 の 行灯 を 点 し 、 夜 の 散策 を 楽し む 趣向 の 、 早春 を 告げ る 観光 イベント で あ る 。 +車屋 町 通 ( くるま や ちょうどおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +佐々木 千吉 ( ささき せんきち 、 1930 年 12 月 18 日 - ) は 大蔵 流 ( 京都 ・ 茂山 家 ) 狂言 師 。 +春光院 ( しゅん こういん 、 延享 4 年 ( 1747 年 ) - 文化 ( 元号 ) 8 年 10 月 14 日 ( 旧暦 ) ( 1811 年 11 月 29 日 ) ) は 、 薩摩 藩 第 8 代 藩 主 ・ 島津 重豪 の 側室 。 +田辺 藩 ( たなべ はん ) は 江戸 時代 、 丹後 国 に あ っ た 藩 の 1 つ 。 +土師 千島 ( はじ の ちしま 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +預 ( あずかり ) と は 、 平安 時代 の 官司 ・ 寺社 ・ 荘園 など に 置 か れ た 職名 。 +後 水尾 天皇 ( ご みず の お てんのう 、 慶長 元年 6 月 4 日 ( 1596 年 6 月 29 日 ) - 延宝 8 年 8 月 19 日 ( 1680 年 9 月 11 日 ) 在位 : 慶長 16 年 3 月 27 日 ( 161 1 年 5 月 9 日 ) - 寛永 6 年 11 月 8 日 ( 1629 年 12 月 22 日 ) は 第 108 代 天皇 で あ る 。 +枯山水 ( かれ さんすい ) と は 日本 庭園 や 日本 画 の 様式 ・ 風 の ひと つ で あ る 。 +豊鍬 入 姫命 ( とよすき いり びめ の みこと 、 生没 年 未詳 ) は 、 記紀 に 伝え られ る 古墳 時代 の 皇族 。 +和 菓子 ( わがし ) と は 、 日本 の 伝統 的 製造 法 で 作 ら れ た 菓子 の こと 。 +鷹司 政熙 ( たかつかさ まさひろ   宝暦 11 年 4 月 10 日 ( 1761 年 5 月 14 日 ) - 天保 11 年 2 月 7 日 ( 1841 年 3 月 29 日 ) ) は 、 江戸 時代 中期 の 公家 。 +ガルトネル 開墾 条約 事件 ( が る とねる かいこんじょうやく じけん ) あるいは ガルトネル 事件 ( が る とねる じけん ) と は 、 明治 初年 に 、 七飯 町 の 開墾 地 を めぐ っ て 発生 し た 外交 事件 で あ る 。 +大寧 寺 ( たいねいじ ) は 山口 県 長門 市 深川 湯本 に あ る 曹洞 宗 の 寺院 で あ る 。 +十 市 遠忠 ( とおち ・ とお い ち と おただ ) 1497 年 ( 明応 6 年 ) - 1545 年 ( 天文 14 年 ) 、 室町 時代 - 戦国 時代 ( 日本 ) の 武将 。 +信長 公記 ( しんちょう こうき また は のぶなが こうき ) と は 、 日本 の 安土 桃山 時代 の 戦国 大名 で あ る 織田 信長 の 一代 記 。 +縫腋 袍 ( ほうえき の ほう ) と は 日本 の 朝服 の うわぎ の 一 つ で 、 腋 が 縫 わ れ 、 裾周り に 襴 と い う 裂 を 横向き に めぐら さ れ て い る 和服 用語 集 の こと 。 +太平 元 宝 ( たいへい げんぽう ) は 、 日本 古代 の 銀貨 。 +『 花 より も 花 の 如 く 』 ( はな より も はな の ごと く ) は 、 能 を テーマ と し た 成田 美名子 に よ る 漫画 作品 。 +汁粉 ( しるこ ) は 、 主に 小豆 を 砂糖 で 甘 く 煮 て 、 この 中 に 餅 や 白玉 団子 、 クリ の 甘露 煮 など を 入れ た 食べ物 。 +藤原 忠宗 ( ふじわら の ただむね 、 寛治 元年 ( 1087 年 ) - 長承 2 年 9 月 1日 ( 旧暦 ) ( 1133 年 9 月 30 日 ) ) は 、 平安 時代 後期 の 公卿 。 +国産 み ( くに うみ ) と は 、 日本 の 国土 創世 譚 を 伝え る 神話 で あ る 。 +清洲 同盟 ( きよ す どうめい ) と は 、 戦国 時代 ( 日本 ) の に 尾張 国 の 戦国 大名 ・ 織田 信長 と 三河 国 の 戦国 大名 ・ 徳川 家康 と の 間 で 結 ば れ た 軍事 同盟 。 +蜂子 皇子 ( はちこ の おうじ 、 波知 乃子 王 、 欽明 天皇 23 年 ? ( 562 年 ? ) - 舒明 天皇 13 年 10 月 20 日 ( 旧暦 ) ? ( 641 年 11 月 28 日 ? ) ) は 、 崇峻 天皇 の 第 一 皇子 、 聖徳 太子 の 従兄弟 。 +王妃 ( おう ひ ) と は 、 日本 の 皇族 に 属 する 王 ( 皇族 ) の 妃 の 身位 、 また は その 身位 に あ る 人 を い う 。 +兵児 帯 ( へこおび ) と は 和服 に おけ る 男物 の 帯 の 一種 。 +菱川 師宣 ( ひしかわ もろのぶ 、 男性 、 元和 ( 日本 ) 4 年 ( 1618 年 ) 月日 不詳 - 元禄 7 年 6 月 4 日 ( 旧暦 ) ( 1694 年 7 月 25 日 ) ) は 、 日本 の 近世 に あた る 江戸 時代 、 その 初期 に 活躍 し た 絵師 の 一人 。 +安達 高景 ( あだち たかかげ 、 生没 年 未詳 ) は 、 鎌倉 時代 末期 の 鎌倉 幕府 の 御 家人 。 +堀田 正倫 ( ほった まさとも 、 1851 年 12 月 28 日 ( 嘉永 4 年 12 月 6 日 ( 旧暦 ) ) - 19 11 年 ( 明治 44 年 ) 1 月 11 日 ) は 、 江戸 時代 末期 の 大名 。 +即成院 ( そくじょういん ) は 、 京都 府 京都 市 東山 区 に あ る 真言 宗 の 寺院 。 +地下 人 ( じげ にん / しもびと ) は 、 日本 に おけ る 貴族 身分 の 一 つ 。 +平家 盛 ( たいら の いえ も り 、 保安 ( 元号 ) 元年 ( 1120 年 ) ? - 久安 5 年 ( 1149 年 ) ) は 、 平安 時代 末期 の 武将 。 +山内 上杉 家 の 人物 。 +植松 雅孝 ( うえまつ まさたか 、 貞享 4 年 8 月 26 日 ( 旧暦 ) ( 1687 年 10 月 2 日 ) - 享保 15 年 9 月 24 日 ( 旧暦 ) ( 1730 年 11 月 4 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +藤原 朝狩 ( ふじわら の あさか り 、 ? - 天平 宝字 8 年 9 月 18 日 ( 旧暦 ) ( 764 年 10 月 21 日 ) ) は 奈良 時代 の 公卿 。 +伊藤 真聰 ( いとうしんそう 、 本名 : 真砂子 、 1942 年 ( 昭和 17 年 ) 4 月 25 日 - ) は 宗教 家 で 真如 苑現苑主 ( 継主 ) 。 +一山 一寧 ( いっ さん いち ねい 、 宝治 元年 ( 南宋 の 淳祐 ( 南宋 ) 7 年 、 1247 年 ) - 文保 元年 10 月 24 日 ( 旧暦 ) ( 1317 年 11 月 28 日 ) ) は 元 ( 王朝 ) の 渡来 僧 。 +台湾 総督 府 ( たいわん そうとく ふ 、 旧 字体 : 臺灣 總督 府 ) は 、 清 から 大 日本 帝国 へ 割譲 さ れ 、 日本 領 と な っ た 台湾 を 統治 する ため に 設置 さ れ た 当時 の 日本 の 官庁 名 で あ る 。 +亭子院 ( ていじ の いん ) は 、 西洞院 通 の 西側 、 左京 七 条 二 坊 の 十 三 町 十 四 町 に 位置 し た 平安 時代 に 在位 し た 宇多 天皇 の 譲位 後 の 後院 で あ る 。 +久津川 駅 ( く つかわ えき ) は 、 京都 府 城陽 市 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +新田 駅 ( しんでん えき ) は 、 京都 府 宇治 市 広野 町 東裏 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 。 +松永 尺 五 ( まつなが しゃくご ( せき ご ) 、 文禄 元年 ( 1592 年 ) - 明暦 3 年 6 月 2 日 ( 旧暦 ) ( 1657 年 7 月 12 日 ) ) は 江戸 時代 の 儒学 者 。 +平賀 源内 ( ひら が げんない 、 享保 13 年 ( 1728 年 ) - 安永 8 年 12 月 18 日 ( 旧暦 ) ( 1780 年 1 月 24 日 ) ) は 江戸 時代 の 日本 の 本草 学 者 、 蘭学 者 、 医者 、 作家 、 発明 家 、 画家 ( 蘭画 家 ) で あ る 。 +法華 一揆 ( ほっけいっき ) と は 、 日本 の 戦国 時代 ( 日本 ) ( 1532 年 ・ 天文 1 年 ) の 京都 に おけ る 宗教 一揆 。 +油小路 事件 ( あぶら の こうじ じけん ) は 、 新 選 組 参謀 ・ 伊東 甲子太郎 ら が 暗殺 さ れ た 事件 で あ る 。 +初売り ( はつうり ) と は 、 年 が 変わ っ て 最初 に 小売 店 が 営業 を 始め る こと を い う 。 +大内 教幸 ( おお うち のりゆき 、 永享 2 年 ( 1430 年 ) - 文明 ( 日本 ) 3 年 12 月 26 日 ( 旧暦 ) ( 147 2 年 2 月 5 日 ) ) は 大内 氏 の 一族 。 +北垣 国道 ( きたがき く に みち 、 天保 7 年 8 月 7 日 ( 旧暦 ) ( 1836 年 9 月 17 日 ) - 大正 5 年 ( 1916 年 ) 1 月 16 日 ) は 、 明治 時代 の 政治 家 、 男爵 。 +無学祖元 ( むがくそげん 、 嘉禄 2 年 ( 1226 年 ) - 弘安 9 年 9 月 3 日 ( 旧暦 ) ( 1286 年 9 月 22 日 ) ) は 、 中国 明州 慶元 府 ( 浙江 省 ) 出身 の 鎌倉 時代 の 臨済 宗 の 僧侶 。 +平手 汎秀 ( ひらて ひろひ で 、 天文 ( 元号 ) 22 年 ( 1553 年 ) - 元亀 3 年 12 月 22 日 ( 旧暦 ) ( 1573 年 1 月 25 日 ) ) は 、 安土 桃山 時代 の 武将 。 +吉村 流 ( よしむら りゅう ) と は 、 明治 初期 に 吉村 ふじ に よ っ て 創設 さ れ た 上方 舞 の 流派 で あ る 。 +藤原 兼家 ( ふじわら の かねいえ 、 延長 ( 元号 ) 7 年 ( 929 年 ) - 永祚 ( 日本 ) 2 年 7 月 2 日 ( 旧暦 ) ( 990 年 7 月 31 日 ) ) は 、 平安 時代 の 公卿 。 +狭穂 姫命 ( さほひめ の みこと 、 生年 不詳 - 垂仁 天皇 5 年 ( 紀元 前 24 年 ) 10 月 没 ) と は 、 記紀 に 伝え られ る 垂仁 天皇 の 最初 の 皇后 ( 垂仁 天皇 2 年 ( 紀元 前 28 年 ) 2 月 9 日立后 ) 。 +久安 百 首 ( きゅうあん ひゃく しゅ ) は 、 平安 時代 後期 の 1150 年 ( 久安 6 年 ) 、 崇徳院 の 命 に よ り 作成 し た 百 首 歌 。 +東大 寺 盧舎那 仏像 ( とうだいじ るしゃな ぶつぞう ) は 、 一般 に 「 奈良 の 大仏 」 と し て 知 ら れ る 仏像 で あ る 。 +運慶 ( うんけい 、 - 貞応 2 年 12 月 11 日 ( 旧暦 ) ( 1224 年 1 月 3 日 ) ) は 、 平安 時代 末期 、 鎌倉 時代 初期 に 活動 し た 仏師 。 +家職 ( かしょく ) と は 、 家 に よ っ て 世襲 さ れ た 職務 や 職能 、 官職 ( 及び その 昇進 次第 ) を 指 す 。 +下剋上 / 下克上 ( げこ くじょう ) と は 、 日本 史 に お い て 下位 の 者 が 上位 の 者 を 政治 的 、 軍事 的 に 打倒 し て 身分 秩序 を 侵 す 行為 を さ す 。 +蟻通 勘吾 ( ありどおし かん ご 、 天保 10 年 ( 1839 年 ) - 明治 2 年 5 月 11 日 ( 旧暦 ) ( 1869 年 6 月 20 日 ) ) は 、 新 選 組 隊士 。 +日本 に おけ る 南北朝 時代 ( なんぼく ちょう じだい ) と は 、 中世 の 時代 区分 の 1 つ で あ る 。 +日本 逸史 ( に ほん いっ し ) は 、 歴史 書 。 +広橋 兼勝 ( ひろは しかね かつ 、 永禄 元年 10 月 23 日 ( 旧暦 ) ( 15 5 8 年 12 月 2 日 ) - 元和 ( 日本 ) 8 年 12 月 18 日 ( 旧暦 ) ( 1623 年 1 月 18 日 ) ) は 、 安土 桃山 時代 、 江戸 時代 初期 の 公家 、 歌人 。 +九条 幸家 ( く じょうゆきいえ 、 天正 14 年 2 月 9 日 ( 旧暦 ) ( 1586 年 4 月 7 日 ) - 寛文 5 年 8 月 21 日 ( 旧暦 ) ( 1665 年 9 月 29 日 ) ) は 、 江戸 時代 初期 の 公家 。 +行商 ( ぎょう しょう ) は 、 ( 特定 の 店舗 を 持 た ず ) 商品 を 顧客 が い る ところ へ 運び 販売 を する 小売 業 ( サービス 業 ) の こと 。 +貞享暦 ( じょうきょうれき ) と は 、 かつて 日本 で 使 わ れ て い た 太陰 太陽 暦 の 暦法 で あ る 。 +オオヤマツミ ( 大山積神 、 大山津 見神 、 大山 祇神 ) は 、 日本 神話 に 登場 する 神 。 +建勲 神社 ( たけいさお じんじゃ ) は 、 京都 市 北 区 ( 京都 市 ) の 船岡 山 の 中腹 に あ る 神社 で あ る 。 +大衍暦 ( たいえん れき / だいえん れき ) と は 、 かつて 中国 や 日本 で 使 わ れ て い た 太陰 太陽 暦 の 暦法 で あ る 。 +悔返 ( くいかえし ) と は 、 中世 日本 に お い て 、 和与 ・ 寄進 など の 財産 処分 を 行 っ て 所有 権 の 移動 が 行 わ れ た 後 に 元 の 所有 者 あるいは その 子孫 ら が その 行為 を 否定 し て 取り戻 す 行為 。 +山口 誓子 ( やまぐち せい し 、 1901 年 11 月 3 日 - 1994 年 3 月 26 日 ) は 京都 府 京都 市 出身 の 俳人 。 +精進 落とし ( しょうじん おとし ) と は 、 もともと 中陰 の 忌明け に 精進 料理 から 通常 の 食事 に 戻 す こと 。 +従容 録 ( しょう ようろく ) は 、 中国 宋 ( 王朝 ) 時代 の 仏教 書 。 +中平康 ( なか ひらこう 、 大正 15 年 ( 1926 年 ) 1 月 3 日 - 昭和 53 年 ( 1978 年 ) 9 月 11 日 ) は 、 映画 監督 。 +笠間 時朝 ( 養子 ) +山名 政豊 ( やまな まさとよ ) は 、 室町 時代 後期 の 守護 大名 。 +柄頭 ( つかがしら ) と は 刀 に 装着 する 刀装具 。 +町 ( ちょう ) は 尺貫 法 で の 長 さ ( 距離 ) また は 面積 の 単位 で あ る 。 +九条 幸 教 ( く じょうゆきの り 、 元禄 13 年 5 月 16 日 ( 旧暦 ) ( 170 0 年 7 月 2 日 ) - 享保 13 年 5 月 26 日 ( 旧暦 ) ( 1728 年 7 月 3 日 ) ) は 江戸 時代 の 公卿 。 +元 寇 防塁 ( げん こうぼうるい ) は 、 鎌倉 時代 に 北九州 の 博多 湾 沿岸 一帯 に 築 か れ た 石 に よ る 防塁 。 +堀河 家 ( ほり かわけ ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +京都 国際 マンガ ミュージアム ( きょうと こくさい マンガ ミュージアム 、 Kyoto International MangaMuseum ) と は 京都 市 中京 区 の 旧 ・ 京都 市 立 龍池 小 学校 跡地 に あ る 漫画 の 博物 館 で あ る 。 +右院 ( ういん ) と は 明治 初期 の 行政 機関 。 +鎌倉 ( かまくら ) は 、 現在 の 鎌倉 市 の 中心 部 に 当たり 、 源 頼朝 に よ っ て 鎌倉 幕府 が 置 か れ た 都市 で あ る 。 +山代之 大 筒木 真若王 ( やましろ の おお つつきまわ か の みこ 、 生没年 不詳 ) は 、 『 古事 記 』 に 伝え る 古墳 時代 の 皇族 ( 王族 ) 。 +谷 周平 ( た にしゅうへい 、 嘉永 元年 ( 1848 年 ) 5 月 20 日 - 明治 34 年 ( 1901 年 ) 12 月 2 日 ) は 、 新 選 組 隊士 。 +元禄 大判 ( げん ろく おおばん ) と は 元禄 8 年 ( 1695 年 ) 11 月 に 慶長 大判 に つ いで 発行 さ れ た 大判 で あ る 。 +蔦屋 重三郎 ( つたや じゅうざ ぶろう 、 寛延 3 年 1 月 7 日 ( 旧暦 ) ( 1750 年 2 月 13 日 ) - 寛政 9 年 5 月 6 日 ( 旧暦 ) ( 1797 年 5 月 31 日 ) ) は 江戸 時代 の 版元 ( 出版 人 ) で あ る 。 +今 物語 ( いま ものがたり ) は 鎌倉 時代 の 説話 集 。 +ワカメ ( 若布 、 和布 、 稚 海藻 、 裙蔕菜 、 学名 : Undariapinnatifida ) は 、 褐藻 コンブ 目 チガイソ 科 の 海藻 。 +国造 ( く にのみやつこ ・ こくぞう ) は 、 律令 制 が 導入 さ れ る 以前 の ヤマト 王権 の 地方 支配 形態 の 一 つ で あ る 。 +和服 ( わふく ) と は 、 日本 在来 の 衣服 の こと 。 +牧 氏 事件 ( まきし じけん ) と は 、 鎌倉 時代 初期 、 元久 2 年 ( 120 5 年 ) 閏 7 月 に 起こ っ た 鎌倉 幕府 の 政変 。 +見瀬 丸山 古墳 ( みせ ま るやま こふん ) は 、 奈良 県 橿原 市 見瀬町 、 五条 町 、 大軽 町 に またが っ た 地区 に 存在 する 前方 後 円 墳 。 +乗阿 ( じょうあ 、 天文 ( 元号 ) 9 年 ( 1540 年 ) - 元和 ( 日本 ) 5 年 7 月 19 日 ( 旧暦 ) ( 1619 年 8 月 28 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 時宗 の 僧 ・ 歌人 。 +葛城 氏 ( かずらきし ) は 、 古墳 時代 、 大和 国 葛城 地方 ( 現在 の 奈良 県 御所 市 ・ 葛城 市 ) に 本拠 を 置 い て い た 有力 な 古代 在 地 豪族 。 +八幡田辺線 ( やわた た なべ せん ) と は 、 京都 府 の 八幡 市 の 八幡 市 駅 と 京田辺 市 の 京田辺 駅 ・ 新田辺 駅 の 路線 を 核 と する 京阪 バス の 路線 バス の 路線 名 で あ る 。 +藤原 公実 ( ふじわら の きんざね 、 天喜 元年 ( 1053 年 ) - 嘉承 2 年 11 月 14 日 ( 旧暦 ) ( 1107 年 12 月 29 日 ) ) は 、 平安 時代 の 公卿 、 歌人 。 +恩賞 ( おんしょう ) と は 、 次 の よう に 定義 さ れ る 。 +五榜 の 掲示 ( ごぼう の けいじ ) と は 、 慶応 4 年 3 月 15 日 ( 旧暦 ) ( 1868 年 4 月 7 日 ) に 立て られ た 五 つ の 高札 の こと で あ り 、 明治 政府 が 出 し た 民衆 に 対 する 最初 の 禁止 令 で あ る 。 +山城 総合 運動 公園 ( やましろ そうごう うんどう こうえん ) は 、 京都 府 宇治 市 の 運動 公園 。 +観世 清廉 ( かんぜきよ かど 、 慶応 3 年 ( 1867 年 ) - 明治 44 年 ( 1911 年 ) ) と は 、 シテ 方 観世 流能 楽師 。 +藤原 基通 ( ふじわら の もと み ち 、 生没年 不詳 ) は 平安 時代 後期 の 陸奥 国 の 在庁 官人 。 +都久夫須麻 神社 ( つくぶすま じんじゃ ) は 滋賀 県 長浜 市 の 竹生 島 に あ る 神社 。 +京滋奈 ( けいじ な ) と は 、 京都 府 と 滋賀 県 と 奈良 県 を 併せ た 地域 の こと で あ る 。 +伏見宮 貞成親王 ( ふしみのみや さだふさ しんのう 、 応安 5 年 3 月 25 日 ( 1372 年 4 月 9 日 ) - 康正 2 年 8 月 29 日 ( 1456 年 9 月 28 日 ) ) は 、 室町 時代 の 皇族 。 +本多 髷 ( ほんだまげ ) と は 江戸 時代 に 粋人 の 間 に 流行 し た 男髷 。 +蘭方 医学 ( らんぽう いがく ) と は 、 主に 長崎 出島 の オランダ 商館 医官 ( 医師 ) など を 介 し て 、 江戸 時代 の 日本 に 伝え られ た 医学 。 +大名 証人 制度 ( だいみょう しょうにん せいど ) は 江戸 幕府 が 大名 および その 重臣 から 人質 を と っ て 江戸 に 住ま わ せ た 制度 。 +饅頭 ( まんじゅう ) と は 小麦 粉 など を 練 っ て 作 っ た 皮 ( 生地 : きじ ) で アズキ 餡 など の 具 を 包 み 、 蒸 し た 菓子 で あ る 。 +坐摩巫 祭神 ( いかすり の み かんなぎ の まつ る かみ ) は 、 神道 の 神 ( 神道 ) で あ る 。 +海野幸 氏 ( うんの ゆきうじ ) は 鎌倉 時代 初期 の 御 家人 で 、 信濃 国 の 名族 滋野 氏 の 嫡流 と さ れ る 海野 氏 の 当主 。 +毘沙門 堂 ( びしゃ もんどう ) は 、 京都 市 山科 区 に あ る 天台 宗 の 寺院 。 +町 藤光 ( まち ( まち の ? ) ふじみつ ? ( ひさみつ ? ) 、 明徳 元年 / 元中 7 年 ( 1390 年 ) - 文明 ( 日本 ) 元年 11 月 12 日 ( 旧暦 ) ( 1469 年 12 月 15 日 ) ) は 、 室町 時代 中期 の 公卿 。 +カレー ライス は 、 米飯 ( ライス ) に カレー ソース を 掛け た 日本 の 料理 で あ る 。 +三善 為長 ( みよし の ため な が 、 寛弘 4 年 ( 1007 年 ) - 永保 元年 8 月 3 日 ( 旧暦 ) ( 1081 年 9 月 8 日 ) ) は 、 平安 時代 中期 の 貴族 。 +和気 広世 ( わけ の ひろ よ 、 生没年 不詳 ) は 、 奈良 時代 末期 から 平安 時代 初期 に かけ て の 医官 。 +温泉 饅頭 ( おんせん まんじゅう ) と は 、 温泉 地 で 売 ら れ て い る 饅頭 の こと 。 +岩村 通俊 ( いわむら みち と し 、 天保 11 年 6 月 10 日 ( 旧暦 ) ( 1840 年 7 月 8 日 ) - 大正 4 年 ( 1915 年 ) 2 月 20 日 ) は 、 日本 の 武士 、 政治 家 。 +冥加 ( みょう が ) と は 、 江戸 時代 に 山野 河海 など を 利用 し たり 、 営業 など の 免許 の 代償 と し て 江戸 幕府 や 藩 に 対 し て 支払 っ た 租税 の 1 種 。 +上方 落語 の 古 い 別称 。 +前方 後 方墳 ( ぜんぽう こうほう ふん ) と は 、 古墳 の 墳形 の 一種 で あ る 。 +棗 ( なつめ ) は 茶器 の 一種 で 、 抹茶 を 入れ る の に 用い る 木製 漆 塗り の 蓋物 容器 で あ る 。 +源盛 ( げんじょう / げんせい 、 嘉元 元年 ( 130 3 年 ) - 正平 ( 日本 ) 13 年 / 延文 3 年 12 月 13 日 ( 旧暦 ) ( 1359 年 1 月 12 日 ) ) は 、 南北朝 時代 ( 日本 ) の 武将 ・ 天台 宗 の 僧 。 +郡 区 町 村 編制 法 ( ぐんくちょう そん へんせい ほう ) は 、 1878 年 ( 明治 11 年 ) に 制定 さ れ た 日本 の 地方 制度 に 関 する 法令 で あ る 。 +閑院 宮 美仁親王 ( かんいんの みや はるひと しんのう 、 宝暦 7 年 11 月 25 日 ( 旧暦 ) ( 175 8 年 1 月 4 日 ) - 文政 元年 10 月 6 日 ( 旧暦 ) ( 1818 年 11 月 4 日 ) ) は 、 江戸 時代 の 皇族 。 +紀静子 ( き のしずこ 、 生年 不詳 - 貞観 ( 日本 ) 8 年 ( 866 年 ) 2 月 ( 旧暦 ) ) は 、 文徳 天皇 の 更衣 ( 女官 ) 。 +川島雄三 ( かわしま ゆうぞう 、 1918 年 2 月 4 日 - 1963 年 6 月 11 日 ) は 、 日本 の 映画 監督 。 +物部 尾輿 ( もの のべ の おこし 、 生没年 不詳 ) は 、 6 世紀 半ば の 豪族 。 +漬物 に 関 し て は 、 正し く は 「 紫葉 漬け 」 で あ り 「 柴漬 」 は 誤り 。 +千 宗室 ( せんそう しつ ) は 、 茶道 の 流派 の 一 つ で あ る 裏千 家 の 家元 名 。 +桓算 ( かんさん 、 生没年 不詳 ) は 、 平安 時代 の 僧侶 。 +建武 以来 追加 ( けんむ いらい ついか ) と は 、 室町 幕府 が 制定 し た 追加 法 の 法令 集 。 +琳派 ( りんぱ ) と は 、 俵屋 宗達 、 尾形 光琳 ら 江戸 時代 に 活躍 し 、 同 傾向 の 表現 手法 を 用い る 美術 家 ・ 工芸 家 ら を 指 す 名称 で あ る 。 +所当 ( しょとう ) と は 、 中世 の 田畠 に かけ られ た 租税 の こと 。 +久米 邦武筆禍 事件 ( くめくに たけ ひっか じけん ) と は 、 久米 邦武 の 論文 「 神道 ハ 祭天 ノ 古俗 」 を 1892 年 ( 明治 25 年 ) に 田口 卯吉 が 主宰 する 『 史海 』 に 転載 し た の を きっかけ に 問題 と な り 、 帝国 大学 教授 職 を 辞 する こと と な っ た 事件 。 +大槻 玄沢 ( おおつき げんたく 、 宝暦 7 年 9 月 28 日 ( 旧暦 ) ( 175 7 年 11 月 9 日 ) - 文政 10 年 3 月 30 日 ( 旧暦 ) ( 1827 年 4 月 25 日 ) ) は 、 仙台 藩 の 支藩 、 一関 藩 ( 田村 藩 ) 出身 の 江戸 時代 後期 の 蘭学 者 。 +流派 ( りゅう は ) と は 日本 の 芸道 や 酒造り など の 分野 に お い て ひと つ の 体系 化 さ れ た 技 ( 技術 、 技能 ) を 継承 する 家元 、 宗家 など を 頂点 と し た 集団 の こと を い う 。 +織部 流 ( おりべ りゅう ) は 茶道 流 派 の 一 つ 。 +櫻井 清香 ( さくらい き よ か 、 桜井 清香 と 表記 する 場合 も あ る 、 明治 28 年 ( 1895 年 ) 8 月 7 日 - 昭和 44 年 ( 1969 年 ) 、 男性 ) は 芸術 家 ( 画家 ) 。 +無縫塔 ( む ほう とう ) は 、 主に 僧侶 の 墓塔 と し て 使 わ れ る 石塔 ( 仏塔 ) 。 +藤原 頼忠 ( ふじわら の より ただ 、 延長 ( 元号 ) 2 年 ( 924 年 ) - 永祚 ( 日本 ) 元年 6 月 26 日 ( 旧暦 ) ( 98 9 年 8 月 5 日 ) ) は 平安 時代 中期 の 公卿 。 +八条通 ( はちじょうどおり ) は +坂上 瀧守 ( さかの うえの たきもり 、 天長 2 年 ( 82 5 年 ) - 元慶 5 年 11 月 9 日 ( 旧暦 ) ( 88 1 年 12 月 3 日 ) ) は 平安 時代 の 官人 、 武官 。 +文治 派 ( ぶんち は ) は 、 豊臣 政権 に おけ る 派閥 。 +打突 と は 、 剣道 に おけ る 技 の こと で あ る 。 +焼きな す ( 焼き 茄子 、 やきなす ) は 、 ナス の 料理 法 の 一 つ 。 +藤原 清正 ( ふじわらの きよただ 、 生年 未詳 - 天徳 ( 日本 ) 2 年 ( 958 年 ) 7 月 ) は 、 平安 時代 中期 の 公家 ・ 歌人 。 +隼人司 ( はやとし ) は 、 律令 制 に お い て 衛門 府 、 後 に 兵部 省 に 属 し た 機関 。 +絵師 ( えし ) と は 、 浮世 絵 の 原画 を 描 く こと を 職業 と する 人間 の こと 。 +岩倉 具成 ( いわくら と もな り 、 寛文 8 年 ( 1668 年 ) ‐ 延宝 8 年 ( 1680 年 ) ) は 、 江戸 時代 前期 の 廷臣 。 +千田 兵衛 ( せん だひょうえ 、 弘化 3 年 ( 1846 年 ) - 慶応 4 年 8 月 21 日 ( 旧暦 ) ( 1868 年 10 月 6 日 ) ) は 、 陸奥 国弘前 藩 出身 の 新 選 組 隊士 。 +日本 文徳 天皇 実録 ( に ほんもん とく てん のうじつろく ) は 、 平安 時代 の 日本 で 編纂 さ れ た 歴史 書 で 、 六 国 史 の 第 五 に あた る 。 +年料 別納 租 穀 ( ねんりょう べつ のうそこく ) と は 、 平安 時代 に 令 制 国 の 正倉 に 納め られ た 租 を 不動 穀 と は 別 に 稲穀 の 形態 で 現地 で 保管 し て 、 中央 に お い て 財政 が 不足 し た 折 に 太政 官 符 に 基づ い て 位禄 ・ 季禄 ・ 衣服 料 と し て 京官 に 支給 し た もの 。 +源 義広 ( みなもと の よしひろ / 紺戸 義広   こんど よしひろ 、 生年 不詳 - 治承 4 年 ( 1180 年 ) ? ) 源義 時 の 四男 。 +結城 無二三 ( ゆうきむ に ぞう ・ 弘化 2 年 4 月 17 日 ( 旧暦 ) ( 1845 年 5 月 22 日 ) - 明治 45 年 ( 1912 年 ) 5 月 17 日 ) は 、 京都 見廻 組 及び 新 選 組 の 元 隊士 だ と 主張 し て い た 人物 。 +寂超 ( じゃくちょう 、 生没年 不詳 ) は 、 平安 時代 末期 の 歌人 。 +千種 有敬 ( ちぐさありのり 、 貞享 4 年 9 月 10 日 ( 旧暦 ) ( 1687 年 10 月 15 日 ) ‐ 元文 3 年 3 月 30 日 ( 旧暦 ) ( 1738 年 5 月 18 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +証如 ( しょうにょ 、 1516 年 12 月 13 日 ( 永正 13 年 11 月 20 日 ( 旧暦 ) ) - 15 5 4 年 9 月 9 日 ( 天文 ( 元号 ) 23 年 8 月 13 日 ( 旧暦 ) ) ) は 、 戦国 時代 _ ( 日本 ) の 浄土 真宗 の 僧 。 +良岑 衆樹 ( よしみね の もろ き 、 貞観 ( 日本 ) 4 年 ( 862 年 ) - 延喜 20 年 9 月 25 日 ( 旧暦 ) ( 920 年 11 月 8 日 ) ) は 平安 時代 前期 の 貴族 。 +大塚 霍之丞 ( おおつ かかく の じょう 、 天保 14 年 ( 1843 年 ) - 明治 38 年 ( 190 5 年 ) ) は 幕臣 、 彰義 隊士 。 +明智光 慶 ( あけち みつよし 、 永禄 12 年 ( 1569 年 ) - 天正 10 年 6 月 15 日 _ ( 旧暦 ) ( 15 8 2 年 7 月 4 日 ) ) は 、 室町 時代 末期 から 安土 桃山 時代 に かけ て の 戦国 武将 。 +三 人 吉三 廓 初買 ( さん にんき ち さくるわ の はつがい ) は 、 幕末 期 の 河竹 黙 阿弥 作 の 歌舞伎 。 +シナツ ヒコ は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +武家 奉 公人 ( ぶけ ほうこう にん ) と は 、 文字 通り 、 武家 に 奉公 する 者 を 言 う 。 +楠木 正季 ( くすのきまさすえ ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) の 武将 。 +鉄牛道 機 ( てつぎゅうどう き 、 寛永 5 年 7 月 26 日 ( 旧暦 ) ( 1628 年 8 月 25 日 ) - 元禄 13 年 8 月 20 日 ( 旧暦 ) ( 170 0 年 10 月 2 日 ) ) は 、 江戸 時代 前期 の 黄檗 宗 の 禅僧 。 +屯鶴峯 ( どんづる ぼう ) は 、 奈良 県 香芝 市 に あ る 奇岩 群 ・ 奇勝 。 +西園寺 公遂 ( さいおんじ きんすい 、 寛文 3 年 2 月 23 日 ( 旧暦 ) ( 1663 年 4 月 1日 ) - 延宝 6 年 6 月 10 日 ( 旧暦 ) ( 167 8 年 7 月 28 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +文徳 天皇 ( もんとく てんのう 、 天長 4 年 ( 827 年 ) - 天安 2 年 8 月 27 日 ( 85 8 年 10 月 7 日 ) 、 在位 : 嘉祥 3 年 4 月 17 日 ( 850 年 5 月 31 日 ) - 天安 2 年 8 月 27 日 ( 85 8 年 10 月 7 日 ) ) は 第 55 代 天皇 。 +上鳥 羽口 駅 ( かみ とばぐち えき ) は 、 京都 府 京都 市 伏見 区 竹田向代 町川町 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +吉田 清成 ( よしだ きよなり 、 1845 年 3 月 21 日 ( 弘化 2 年 2 月 14 日_ ( 旧暦 ) ) - 1891 年 ( 明治 24 年 ) 8 月 3 日 ) は 、 幕末 の 薩摩 藩 。 +三弦 ( さん げん ) は 、 日本 の 伝統 楽器 で あ る 三味 線 の 別称 。 +カツカレー は 日本 の 料理 、 カレー ライス の 一種 で あ る 。 +小笠原 流 ( おがさわら りゅう ) は 、 武家 故 実 の 流派 、 それ に 含 ま れ る 騎射 の 流派 から 始ま る 諸芸 の 流派 で あ る 。 +阿弥 派 ( あみは ) は 室町 時代 を 代表 する 画派 の 一 。 +宣下 ( せんげ ) と は 、 天皇 の 命令 を 伝え る 公文 書 を 公布 する こと で あ る 。 +東 三 条殿 ( ひがし さん じょうど の ) は 、 平安 時代 に 平安 京 左京 3 条 3 坊 1 町 及び 2 町 ( 二条 大路 南西 洞院 大 路 東 ) の 南北 2 町 に 跨 っ て 建て られ た 邸宅 。 +大松 系 斎 ( だいまつ けいさい 、 生没年 不詳 ) は 新 選 組 の 前身 、 壬生 浪士 組 の 隊士 で あ る 。 +三 世 梅若 万 三郎 ( さんせい うめわか まんざぶろう 、 1941 年 - ) は シテ 方 観世 流能 楽師 。 +大阪 都市 圏 ( おおさか とし けん ) は 、 大阪 府 大阪 市 を 中心 と する 経済 地域 で 、 大阪 市 と 周辺 の 衛星 都市 と を まとめ て 指 す 呼び名 で あ る 。 +参道 ( さんどう ) と は 、 神社 や 寺院 に 参詣 する ため の 道 の こと で あ る 。 +祇園 を どり ( ぎおん - ) は 毎年 11 月 1日 から 10 日 まで 祇園 会館 で 行 わ れ る 。 +元禄 忠臣 蔵 ( げんろく ちゅうしんぐら ) は 歌舞伎 の 演目 で 、 真山 青果 作 の 新 歌舞伎 。 +土岐   定政 ( とき   さだまさ 、 1551 年 ( 天文 ( 元号 ) 20 年 ) - 1597 年 4 月 19 日 ( 慶長 2 年 3 月 3 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 ( 大名 ) 。 +がんもどき は 、 豆腐 の 食品 加工 食品 の ひと つ 。 +細川 忠隆 / 長岡 休 無 ( ほそかわ ただ たか / ながおか きゅうむ ) は 、 安土 桃山 時代 から 江戸 時代 の 武将 。 +真仏 ( しんぶつ 、 承元 3 年 2 月 10 日 ( 旧暦 ) ( 1209 年 3 月 17 日 ) - 正嘉 2 年 3 月 8 日 ( 旧暦 ) ( 1258 年 4 月 13 日 ) ) は 、 鎌倉 時代 中期 の 浄土 真宗 の 僧 。 +篤子 内 親王 ( とくし ( あつこ ) ないしんのう 、 康平 3 年 ( 10 60 年 ) - 永久 ( 元号 ) 2 年 10 月 1日 ( 旧暦 ) ( 1114 年 10 月 30 日 ) ) は 、 第 71 代 後 三 条 天皇 の 第 四 皇女 。 +平公雅 ( たいら の きん まさ 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +竹田 駅 ( たけだ えき ) は 、 京都 府 京都 市 伏見 区 に あ る 、 京都 市営 地下 鉄 と 近畿 日本 鉄道 の 鉄道 駅 。 +醍醐 輝弘 ( だい ご てる ひろ 、 寛政 3 年 4 月 27 日 ( 旧暦 ) ( 1791 年 5 月 29 日 ) ‐ 安政 6 年 9 月 9 日 ( 旧暦 ) ( 1859 年 10 月 4 日 ) ) は 、 江戸 時代 後期 の 公卿 、 廷臣 。 +意見 封事 三 箇条 ( いけん ふう じ さんかじょう ) と は 、 天徳 ( 日本 ) 元年 12 月 27 日 ( 旧暦 ) ( 95 8 年 1 月 19 日 ) に 従 五 位 上右 少弁 菅原 文時 が 村上 天皇 に 対 し て 提出 し た 封事 。 +Infobox 軍人 +醍醐 冬熙 ( だい ご ふゆ ひろ 、 延宝 7 年 5 月 4 日 ( 旧暦 ) ( 167 9 年 6 月 12 日 ) - 宝暦 6 年 10 月 9 日 ( 旧暦 ) ( 1756 年 11 月 1日 ) ) は 、 江戸 時代 中期 の 公卿 。 +経典 ( きょうてん 、 きょうでん 、 ( サンスクリット 語 ) sutra ( स ू त ् र ) sanskrit 、 ( パーリ 語 ) sutta ) の 、 「 経 」 と は 仏教 聖典 の 内 、 釈迦 が 説 い た 教え を 記録 し て い る もの 。 +藤原 多比能 ( ふじわら の たび の 、 生没年 不詳 ) は 藤原 不比 等 の 娘 で 、 母 は 県 犬養 三千代 。 +稲葉 正諶 ( いなば まさのぶ 、 寛延 2 年 9 月 29 日 ( 旧暦 ) ( 1749 年 11 月 8 日 ) - 文化 ( 元 号 ) 3 年 8 月 24 日 ( 旧暦 ) ( 180 6 年 10 月 5 日 ) ) は 、 山城 国 淀藩 の 第 7 代 藩 主 。 +喜撰 ( きせん ) +道鏡 ( どう きょう 、 文武 天皇 4 年 ( 70 0 年 ) ? - 宝亀 3 年 4 月 7 日 ( 旧暦 ) ( 772 年 5 月 13 日 ) ) は 、 奈良 時代 の 法 相 宗 の 僧 。 +錣 屋根 ( しころ や ね ) と は 、 屋根 形状 の 一 つ 。 +『 助六 』 ( すけろく ) は 、 歌舞伎 の 演目 の 一 つ の 通称 。 +図書 寮 ( ず しょりょう ) は 日本 の 律令 制 に お い て 中務 省 に 属 する 機関 の 一 つ で あ る 。 +吉良 尊義 ( きら たか よし 、 貞和 4 年 / 正平 ( 日本 ) 3 年 ( 1348 年 ) - 没年 不詳 ) は 南北朝 時代 ( 日本 ) の 武将 。 +伴 健岑 ( と も の こわ みね 、 生没年 不詳 ) は 、 平安 時代 初期 の 官人 。 +宮下 太吉 ( みやし た たきち 、 1875 年 9 月 30 日 - 19 11 年 1 月 24 日 ) は 無 政府 主義 者 。 +大和 路線 ( やま とじ せん ) は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 関西 本線 の 加茂 駅 ( 京都 府 ) から JR 難波 駅 まで の 電化 区間 に 付け られ た 愛称 。 +秦綱手 ( はだ の つな て 、 生年 不明 - 天武 天皇 9 年 ( 680 年 ) 5 月 21 日 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +藤原 忠雅 ( ふじわら の ただまさ 、 大治 4 年 ( 1129 年 ) - 建久 4 年 8 月 26 日 ( 旧暦 ) ( 1193 年 9 月 23 日 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公家 。 +木目込 人形 ( きめこみ にんぎょう ) と は 木製 の 人形 の 一種 で あ る 。 +千種 有維 ( ちぐさあ り これ 、 寛永 15 年 9 月 22 日 ( 旧暦 ) ( 1638 年 10 月 29 日 ) - 元禄 5 年 11 月 29 日 ( 旧暦 ) ( 1693 年 1 月 5 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +日本 史 の 五 人 組 ( ご にんぐみ ) と は 、 江戸 時代 に 領主 の 命令 に よ り 組織 さ れ た 隣保 制度 。 +植松 賞 雅 ( うえま つ よし ま さ 、 宝永 2 年 7 月 24 日 ( 旧暦 ) ( 170 5 年 9 月 11 日 ) - 天明 5 年 10 月 26 日 ( 旧暦 ) ( 1785 年 11 月 27 日 ) ) は 、 江戸 時代 中期 の 公卿 、 華道 家 。 +久我 通光 ( こが みちて る 、 文治 3 年 ( 1187 年 ) - 宝治 2 年 1 月 18 日 ( 旧暦 ) ( 1248 年 2 月 14 日 ) ) は 、 鎌倉 時代 の 公卿 ・ 歌人 。 +八十 梟帥 ( や そたけ る ) は 『 日本 書紀 』 に あ る 人名 。 +足利 義晴 ( あしかが よしはる ) は 、 室町 幕府 の 第 12 代 征夷 大将軍 ( 将軍 在位 : 大永 元年 ( 1521 年 ) - 天文 15 年 ( 1546 年 ) ) 。 +進藤 流 ( しんどう - りゅう ) は 廃絶 し た 能楽 ワキ 方 の 流儀 。 +黄櫨染 御 袍 ( こうろぜん の ご ほう ) と は 、 天皇 が 重要 な 儀式 の 際 に 着用 する 束帯 装束 の 和服 用語 集 の こと で あ る 。 +仲源 寺 ( ちゅう げんじ ) は 、 京都 市 東山 区 に あ る 浄土 宗 の 寺院 。 +コンブ は 、 不 等 毛 植物 門 褐藻 コンブ 目 コンブ 科 に 属 する 海藻 で あ る 。 +藤原 道頼 ( ふじわら の みちより 、 天禄 2 年 ( 97 1 年 ) - 長徳 元年 6 月 11 日 _ ( 旧暦 ) ( 995 年 7 月 16 日 ) ) は 、 平安 時代 中期 の 公卿 。 +藤原 実兼 ( ふじわら の さね かね 、 応徳 2 年 ( 1085 年 ) - 天永 3 年 4 月 2 日 ( 旧暦 ) ( 1112 年 4 月 29 日 ) ) は 、 平安 時代 末期 の 廷臣 、 漢詩 人 。 +田口 俊平 ( たぐち しゅんぺい 、 文化 ( 元号 ) 15 年 ( 1818 年 ) - 慶応 3 年 ( 1867 年 ) 11 月 ) は 、 幕末期 の 砲術 、 測量 術 の 技術 者 。 +文華 秀麗 集 ( ぶんか しゅうれい しゅう ) は 、 平安 時代 初期 の 弘仁 9 年 ( 818 年 ) に 、 嵯峨 天皇 の 勅命 に よ り 編纂 さ れ た 勅撰 漢 詩集 。 +綸旨 ( りんじ ) と は 、 蔵人 が 天皇 の 意 を 受け て 発給 する 命令 文書 。 +今年 の 漢字 ( ことし の かんじ ) と は 、 財団 法人 日本 漢字 能力 検定 協会 が 、 毎年 12 月 12 日 の 「 漢字 の 日 」 に 発表 し て い る 、 その 年 の 日本 や 世界 の 世相 を 表 し た 漢字 一字 の こと で あ る 。 +島嶼 町村 制 ( とうしょ ちょう そんせい ) と は 、 本土 に おけ る 町村 制 と 別 に 、 島嶼 部 で 施行 さ れ た 制度 の 一般 名称 。 +久世 通 式 ( くぜみちの り 、 文禄 2 年 ( 1593 年 ) - 寛永 5 年 ( 1628 年 ) ) は 江戸 時代 初期 の 公卿 。 +檜皮 姫 ( ひわだ ひめ 、 寛喜 2 年 ( 1230 年 ) - 宝治 元年 ( 1247 年 ) 5 月 13 日 ( 旧暦 ) ) は 、 鎌倉 時代 中期 の 北条 氏 一門 の 女性 。 +歴史 物語 ( れきし の もがたり ) と は 、 日本 文学 に お い て 、 実際 の 歴史 に 基づ い て 物語 風 に 書 か れ た 作品 の こと 。 +粕屋 十郎 ( かすや じゅうろう 、 天保 11 年 ( 1840 年 ) - 明治 2 年 5 月 11 日 ( 旧暦 ) ( 1869 年 6 月 20 日 ) ) は 、 幕末 期 の 幕臣 で 、 武蔵 国 江戸 出身 の 回天 隊 隊士 。 +佐野 源左衛門 ( さ の げんざえもん 、 生没年 不詳 ) は 鎌倉 時代 中期 の 上野 国佐野 庄 の 武士 だっ た と さ れ る 人物 。 +竹中 木版 ( たけなかもく はん   1884 年 創業 ) は 、 京都 府 京都 市 に 工房 を 置 く 、 日本 の 木版 印刷 工房 。 +西谷 啓治 ( に し た に けいじ 、 190 0 年 2 月 27 日 - 1990 年 11 月 24 日 ) は 、 日本 の 哲学 ・ 宗教 哲学 研究 。 +香合 ( こうごう ) と は 、 香 を いれ る 蓋 付き の 小さな 容器 。 +国清 寺 跡 ( こくせい じあと ) は 、 秋田 県 能代 市 に 存在 し た 華厳 宗 の 寺院 国清 寺 の 跡 。 +この 後 、 10 年 以上 に わた っ て 続 く 桂園 時代 の 初め の 内閣 で あ る 。 +大彦命 ( おおび この みこと 、 生没年 不詳 ) は 古代 日本 の 皇族 。 +伴 国道 ( とものくに みち 、 神護 景雲 2 年 ( 768 年 ) - 天長 5 年 ( 828 年 ) ) は 平安 時代 前期 の 貴族 。 +整粒 歩合 ( せいりゅう ぶ あい ) と は 、 米 の 状態 を 見極め る 基準 の ひと つ で 、 一定 量 の 玄米 の なか に 存在 する 整粒 ( せいりゅう ) 、 すなわち きちんと 整 っ た 形 を し て い る 米つぶ の 割合 を % で 示 し た もの で あ る 。 +ヒスイ 製勾玉 ( ひすいせい まがたま ) は 、 勾玉 の うち ヒスイ ( 翡翠 ) で でき て い る もの を さ す 。 +手拭 ( てぬぐい 、 江戸 弁 ・ 博多 弁 で は 、 て の ご い ) は 、 手 を 拭 い たり 洗顔 、 入浴 時 に 体 を 洗 っ たり する ため の 綿 の 平織り の 布 で あ る 。 +補任 ( ぶにん ) と は 、 官人 に 官職 ・ 位 階 を 与え る こと 。 +走 り 坊主 ( はしり ぼうず 、 1872 年 ( 明治 5 年 ) 1 1 月 20 日 ) ー 19 18 年 ( 大正 7 年 ) 1 1 月 20 日 ) と は 、 明治 時代 ・ 大正 時代 の 京都 市 中 を 一 日 中 走 る と い う 奇行 で 知 ら れ た 僧 で あ る 。 +緒方 洪庵 ( おがた こう あん 、 文化 ( 元号 ) 7 年 7 月 14 日 ( 旧暦 ) ( 1810 年 8 月 13 日 ) - 文久 3 年 6 月 10 日 ( 旧暦 ) ( 1863 年 7 月 25 日 ) ) は 日本 の 武士 ・ 足守 藩 士 、 医師 、 蘭学 者 で あ る 。 +日本 の 住宅 ( にほんの じゅうたく ) +大国主 ( おおく にぬし ) は 日本 神話 の 中 で 、 出雲 神話 に 登場 する 神 で あ る 。 +珠流河 国造 ( する が の くに みやつこ ・ する が こくぞう ) は 駿河 国 東部 を 支配 し た 国造 。 +教如 ( きょうにょ 、 永禄 元年 9 月 16 日 ( 旧暦 ) ( 15 5 8 年 10 月 27 日 ) - 慶長 19 年 10 月 5 日 ( 旧暦 ) ( 1614 年 11 月 6 日 ) ) は 、 石山 本願 寺 の 第 12 代 門 主 。 +雛霰 ( ひなあられ ) と は 、 桃 の 節句 ( 3 月 3 日 ) に 供え られ る 節句 菓子 で あ り 、 和 菓子 の 一種 。 +めんつゆ と は 出汁 と 醤油 と みりん ( また は 日本 酒 ) 、 砂糖 を ベース に 作 ら れ た 調味 料 で あ る 。 +興良 親王 ( お きな がしん の う / おきよし しん のう ) +藤原 良房 ( ふじわら の よしふさ 、   延暦 23 年 ( 80 4 年 ) - 貞観 ( 日本 ) 14 年 9 月 2 日 ( 旧暦 ) ( 872 年 10 月 11 日 ) ) は 、 平安 時代 初期 の 公卿 。 +西園寺 公子 ( さいおん じこう し 、 1232 年 ( 寛喜 4 年 ) - 130 4 年 3 月 6 日 ( 嘉元 2 年 1 月 21 日 ( 旧暦 ) ) ) は 鎌倉 時代 の 女性 。 +忍刀 ( しのび がたな ) と は 、 忍者 が 使用 し た と さ れ る 刀 で あ り 、 忍者 刀 ( にんじゃ とう ) と も い う 。 +小笠原 長重 ( おがさわら ながしげ 、 慶安 3 年 5 月 7 日 ( 旧暦 ) ( 1650 年 6 月 5 日 ) - 享保 17 年 8 月 1日 ( 旧暦 ) ( 1732 年 9 月 19 日 ) ) は 、 江戸 時代 の 譜代 大名 、 老中 。 +高橋 氏 文 ( たかはし うじぶみ ) は 、 日本 の 歴史 書 、 古 記録 で あ る 。 +尾上 榮三郎 ( お の え えいざ ぶろう 、 新字体 : 栄三郎 ) は 歌舞伎 役者 の 名跡 。 +天地 開闢 ( てんちか いびゃく ) と は 、 天地 に 代表 さ れ る 世界 が 、 初めて 生まれ た 時 の こと を 示 す 。 +黒川 良安 ( くろかわ まさやす 、 1817 年 3 月 21 日 ( 文化 ( 元号 ) 14 年 2 月 4 日 ( 旧暦 ) ) - 1890 年 ( 明治 23 年 ) 9 月 28 日 ) は 、 江戸 時代 末期 の 蘭学 医者 、 蘭学 者 で あ る 。 +朝日 倶楽部 ( あさひ くらぶ ・ 旭倶 楽部 ) と は 、 明治 時代 に 存在 し た 貴族 院 _ ( 日本 ) の 院内 会 派 ( 189 8 年 5 月 25 日 - 1901 年 12 月 7 日 ) 。 +九条 満家 ( くじょう みついえ 、 応永 元年 ( 1394 年 ) - 文安 6 年 5 月 4 日 ( 旧暦 ) ( 1449 年 5 月 25 日 ) ) は 、 室町 時代 の 関白 。 +脇坂 安村 ( わきざか やす むら 、 明暦 2 年 ( 1656 年 ) - 宝永 3 年 9 月 25 日 ( 旧暦 ) ( 170 6 年 10 月 31 日 ) ) は 、 播磨 国 龍野 藩 の 世嗣 。 +四辻 季遠 ( よ つつじ すえ とお 、 永正 10 年 7 月 7 日 ( 旧暦 ) ( 1513 年 8 月 7 日 ) - 天正 3 年 8 月 2 日 ( 旧暦 ) ( 1575 年 9 月 6 日 ) は 、 戦国 時代 ( 日本 ) の 公家 ・ 書家 。 +芸道 ( げいどう ) は 、 芸能 ・ 技芸 を 日本 独自 の かたち で 体系 化 し た もの の こと を 指 す 。 +年神 ( としが み 、 歳神 と も ) は 、 神道 の 神 ( 神道 ) で あ る 。 +あんころ 餅 ( 餡ころ 餅 、 あんころ も ち ) は 、 和 菓子 の 一種 。 +栗山 潜鋒 ( くりやま せんぽう 、 16 7 1 年 - 170 6 年 ) は 、 江戸 時代 中期 の 朱子 学者 。 +三好 元長 ( みよし もと なが ) は 、 阿波 国 ( 現在 の 徳島 県 ) 出身 の 戦国 時代 の 武将 で あ る 。 +二 代 目尾 上松 緑 ( に だい め お のえ しょうろく 、 大正 2 年 ( 1913 年 ) 3 月 28 日 - 平成 元年 ( 1989 年 ) 6 月 25 日 ) は 昭和 期 の 歌舞伎 役者 。 +東宮 学士 ( とうぐう がくし ) は 、 律令 制 に 定め られ た 皇太子 ( 東宮 ) 付き の 教育 官 の 一 つ で あ る 。 +依水園 ( い すいえん ) は 奈良 県 奈良 市 に あ る 回遊 式 庭園 ( 日本 庭園 ) 。 +進藤 貞治 ( しんどう さだはる 、 明応 6 年 ( 1497 年 ) - 天文 ( 元号 ) 20 年 ( 1551 年 ) ) は 日本 の 戦国 時代 _ ( 日本 ) の 武将 で 、 近江 の 六角 氏 の 重臣 。 +五十嵐 信斎 ( いがらし しんさい 、 生没 年 未詳 ) は 、 室町 時代 の 漆芸 家 。 +伊豆 国造 ( いずの くに みやつこ ・ いずこく ぞう ) は 伊豆 国 を 支配 し た 国造 。 +諸国 牧 ( しょこく まき ) は 、 古代 の 日本 に お い て 、 兵部 省 に よ り 開発 ・ 管轄 さ れ た 牧場 で あ り 、 主に 軍馬 や 貴族 へ の 貢馬 、 駅伝 など の 供給 源 と さ れ た 。 +藤原 純友 ( ふじわら の すみとも 、 寛平 5 年 ( 893 年 ) ? - 天慶 4 年 6 月 20 日 ( 旧暦 ) ( 94 1 年 7 月 21 日 ) ) は 、 平安 時代 の 貴族 。 +大蔵 春実 ( おおくら の はるざね 、 生没年 不詳 ) は 、 平安 時代 中期 10 世紀 頃 の 貴族 。 +小山 肆成 ( こやま しせい 、 文化 ( 元 号 ) 4 年 ( 180 7 年 ) - 文久 2 年 9 月 6 日 ( 旧暦 ) ( 1862 年 10 月 28 日 ) ) は 、 江戸 時代 後期 の 医師 。 +若水 ( わかみず ) と は 、 元日 の 早朝 に 井戸 から 水 を 汲 ん で 神棚 に 供え る こと 。 +尊朝 法 親王 ( そんちょう ほうしん の う 、 天文 21 年 8 月 20 日 ( 155 2 年 9 月 8 日 ) - 慶長 2 年 2 月 13 日 ( 1597 年 3 月 30 日 ) ) は 伏見 宮 邦輔 親王 の 第 6 王子 。 +雅慶 ( が きょう ・ がけい 、 生年 不詳- 長和 元年 12 月 25 日 ( 旧暦 ) ( 1013 年 2 月 8 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +菅原 ( すがわら ) 氏 は 、 日本 の 古代 から 近世 まで の 貴族 。 +早蕨 ( さわらび ) は 、 『 源氏 物語 』 五十 四 帖 の 巻 の 一 つ 。 +重要 伝統 的 建造 物 群 保存 地区 ( じゅうよう でんとう てき けんぞう ぶつ ぐん ほぞん ちく ) は 、 日本 の 文化 財 保護 法 第 144 条 に 基づ き 、 市 町 村 が 条例 等 に よ り 決定 し た 「 伝統 的 建造 物 群 保存 地区 」 の うち 、 特に 価値 が 高 い もの と し て 国 ( 文部 科学 大臣 ) が 選定 し た もの を 指 す 。 +師範代 ( し はんだい ) と は 芸道 分野 の 指導 者 で あ り 、 師範 の 次席 に あ る 者 。 +数寄屋 造り ( すきや づくり ) と は 、 日本 の 建築 様式 の 一 つ で あ り 、 数寄屋 ( 茶室 ) 風 を 取り入れ た 住宅 の 様式 と さ れ る 。 +平禅門 の 乱 ( へいぜんもん の らん ) は 、 鎌倉 時代 の 1293 年 ( 永仁 元年 ) に 鎌倉 で 起こ っ た 政変 で あ る 。 +聖恵 法 親王 ( しょう え ほっ しん のう 、 嘉保 元年 ( 1094 年 ) - 保延 3 年 2 月 11 日 ( 旧暦 ) ( 1137 年 3 月 4 日 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +円載 ( えんさい 、 生年 不詳- 元 慶 元年 ( 877 年 ) ) は 、 平安 時代 前期 の 天台 宗 の 僧 。 +浦 上則宗 ( うらがみ のりむね   永享 元年 ( 1429 年 ) - 文亀 2 年 ( 150 2 年 ) ) は 室町 時代 の 武将 。 +本阿弥 切 ( ほんあみぎれ ) は 、 12 世紀 初め頃 の 書写 と 推定 さ れ る 『 古今 和 歌集 』 の 写本 の 通称 で あ る 。 +御 注 孝経 ( ぎょう ちゅう こうきょう ) と は 、 唐 の 玄宗 ( 唐 ) に よ っ て 撰述 さ れ た 『 孝経 』 の 注釈 書 。 +吉本 伊信 ( よしもと いしん 、 大正 5 年 ( 1916 年 ) 5 月 25 日 - 昭和 63 年 ( 1988 年 ) 8 月 1日 ) は 内観 法 ( 内観 療法 ) の 創始 者 。 +功田 ( こうでん ) は 、 日本 の 律令 制 に お い て 、 特別 の 勲功 者 へ 給与 さ れ た 田地 を い う 。 +氏 爵 ( うじ の しゃく ) と は 、 平安 時代 より 、 毎年 正月 6 日 に 行 わ れ る 叙位 に 際 し 、 王 氏 、 源 氏 、 平氏 、 藤原 氏 、 橘 氏 など の 正六 位 上 の 者 より 、 毎年 1人 ずつ 従 五 位 に 叙 す こと を い う 。 +新年 会 ( しんねん かい ) は 一 年 の 最初 ( 正月 ) など に 行 わ れ る 、 学校 や 職場 など で 行 わ れ る 団体 年中 行事 。 +硯箱 ( すずりばこ ) は 、 硯 その 他 を 納め て お く 箱 で あ る 。 +山科 盆地 ( やましな ぼんち ) は 、 京都 市 山科 区 および 伏見 区 醍醐 地区 を 主 範囲 と する 盆地 。 +足利 成綱 ( あしかが な りつな 、 生没年 不詳 ) は 、 平安 時代 後期 の 武家 ・ 武士 ・ 武将 。 +楠 小十郎 ( くすのき こ じゅうろう 、 嘉永 元年 ( 1840 年 ) 頃 ? - 元治 元年 9 月 26 日 ( 旧暦 ) ( 1864 年 10 月 26 日 ) ) は 京都 出身 の 新 選 組 隊士 で あ る 。 +覚海 円成 ( かく かいえんじょう 、 生年 未詳 - 興国 6 年 / 康永 4 年 ( 1345 年 ) 8 月 12 日 ( 旧暦 ) ) は 、 鎌倉 時代 末期 、 南北朝 時代 ( 日本 ) 初期 の 女性 。 +諒闇 ( りょうあん ) と は 、 天皇 が 、 その 父母 の 死 に あた り 喪 に 服 する 期間 。 +時雨 ( しぐれ ) と は 、 主に 秋 から 冬 に かけ て 起こ る 、 一時 的 に 降 っ たり 止 ん だり する 雨 や 雪 の こと 。 +桜餅 ( さくらもち ) は 、 サクラ の 葉 を 用い た 和 菓子 。 +卒都 婆 小町 ( そとば こまち ) は 能楽 作品 。 +二十 四 輩 ( にじゅうよ はい ) と は 、 親鸞 の 関東 時代 の 高弟 24 人 と 、 その 24 人 を 開基 と する 寺院 の こと 。 +金胎 寺 ( こんたいじ ) は 、 京都 府 相楽 郡 和束 町 原山 に あ る 真言 宗 醍醐 派 の 寺院 。 +牓示 ( ぼうじ ) と は 、 所領 など の 土地 の 四 至 あるいは 境界 の うち 重要 な 地点 に 立て た 掲示 の こと 。 +大友 義鎮 / 大友 宗麟 ( おお とも よし しげ / - そうりん ) は 戦国 時代 ( 日本 ) の 武将 で あ る 。 +木工寮 ( もくりょう ) は 律令 制 日本 の 律令 制 に お い て 宮内 省 に 属 する 機関 。 +買 米令 ( かわ せ ま いれい ) は 、 1730 年 ( 享保 16 年 ) に 、 享保 の 改革 の 一環 と し て 行 わ れ た 法令 。 +東伏見宮 ( ひがし ふしみのみや ) は 、 明治 後期 に 伏見 宮 邦家 親王 の 王子 、 東伏見宮 依仁 親王 が 創立 し た 宮家 。 +地租 改正 ( ちそかいせい ) と は 、 に 明治 政府 が 行 っ た 租税 制度 改革 で あ る 。 +下座 見 と は 江戸 の 見附 に 勤務 し た 門番 の 下役 で あ る 。 +五 代 目上村 吉彌 ( ご だい め かみむら きちや 、 新 字体 : 吉弥 、 明治 42 年 ( 1909 年 ) 12 月 13 日 - 平成 4 年 ( 1992 年 ) 1 月 1日 ) は 、 歌舞伎 役者 。 +北畠 顕家 ( きたばたけあき いえ 、 文保 2 年 ( 1318 年 ) - 延元 3 年 / 建武 ( 日本 ) 5 年 5 月 22 日 ( 旧暦 ) ( 1338 年 6 月 10 日 ) ) は 、 南北朝 時代 ( 日本 ) の 公家 で あ る 。 +政所 ( まんどころ ) は 、 親王 、 三 位 以上 の 公卿 に 設置 を 許 さ れ た 家政 機関 の こと 。 +源扶 ( みなもと の たすく 、 生年 不明 - 承平 _ ( 日本 ) 5 年 ( 935 年 ) 2 月 2 日 ) は 、 平安 時代 中期 の 武将 。 +澤瀉 十 種 ( おもだか じっしゅ ) は 、 昭和 50 年 ( 1975 年 ) に 市川 猿之助 ( 3 代 目 ) が 撰 し た 澤瀉 屋 ・ 市川 猿之助 の お 家芸 。 +内蔵 寮 ( くらりょう ) は 律令 制 日本 の 律令 制 に お い て 中務 省 に 属 し た 機関 。 +高野 長 英 ( たか の ちょうえい 、 文化 ( 元号 ) 元年 5 月 5 日 ( 旧暦 ) ( 180 4 年 6 月 12 日 ) - 嘉永 3 年 10 月 30 日 ( 旧暦 ) ( 1850 年 12 月 3 日 ) ) は 、 江戸 時代 後期 の 医者 ・ 蘭学 者 で あ る 。 +大日 如来 ( だい にち にょらい ) 、 サンスクリット マハー ・ ヴァイローチャナ ( mahaavairocana ) は 、 密教 に お い て 宇宙 その もの と 一体 と 考え られ る 汎神論 的 な 如来 ( 法身 仏 ) の 一尊 。 +禁秘抄 ( きんぴ しょう ) は 、 第 84 代 順徳 天皇 自身 の 手 に よ る 有職 故 実 の 解説 書 で あ る 。 +能因 ( のういん 、 永延 2 年 ( 988 年 ) - 康平 元年 ( 1058 年 ) 頃 ? ) は 、 平安 時代 中期 の 僧 ・ 歌人 。 +あなご飯 ( あなごめ し ) と は 広島 県 の 瀬戸 内 地域 の 郷土 料理 で あ る 。 +加茂 街道 ( か も かいどう ) は 京都 市 内 の 通り の 一 つ で 賀茂川 右岸 ( 西岸 ) 堤防 上 を 走 る 。 +蕉門 十 哲 ( しょうもんじ っ てつ ) と は 、 松尾 芭蕉 の 弟子 の 中 で 、 特に 優れ た 高弟 10 人 を 指 し て い う 。 +重臣 会議 ( じゅう しん かいぎ ) は 、 昭和 時代 に 元 老 の 職掌 を 引き継 ぐ 形 で 、 後継 の 内閣 総理 大臣 の 選定 や 国家 の 重要 事項 に 関 し て 、 天皇 の 諮問 に 答え る 形 で 開 か れ た 会議 。 +圓徳院 ( えん とくいん ) は 、 京都 市 東山 区 に あ る 高台 寺 ( 臨済 宗 建仁 寺 派 ) の 塔頭 の ひと つ 。 +丸子 ( まるこ 、 まりこ ) 氏 は 、 古代 日本 の 氏族 の 一 つ 。 +解官 ( げかん ) と は 、 律令 制 に お い て 、 現職 の 官人 が 解任 さ れ る こと 。 +稲葉 正知 ( いなば まさとも 、 貞享 2 年 ( 1685 年 ) - 享保 14 年 5 月 29 日 ( 旧暦 ) ( 1729 年 6 月 25 日 ) ) は 、 下総 国佐倉 藩 の 第 2 代 藩 主 。 +大内 青巒 ( おおうち せい らん 、 弘化 2 年 4 月 17 日 ( 旧暦 ) ( 1845 年 5 月 22 日 ) - 大正 7 年 ( 1918 年 ) 12 月 16 日 ) は 、 明治 期 から 大正 期 に おけ る 仏教 学 者 ・ 思想 家 。 +牧谿 ( もっけい 、 生没年 不明 ) は 、 13 世紀 後半 、 南宋 末元 ( 王朝 ) 初 の 僧 。 +歌会 始 ( うたか い はじめ ) は 年頭 に 行 わ れ る その 年初めて の 歌会 。 +荷田 春満 ( かだ の あずままろ 、 寛文 9 年 1 月 3 日 ( 旧暦 ) ( 1669 年 2 月 3 日 ) - 元文 元年 7 月 2 日 ( 旧暦 ) ( 1736 年 8 月 8 日 ) ) は 、 江戸 時代 中期 の 国学 者 ・ 歌人 。 +成良 親王 ( なりよししん の う / なりなが しんのう 、 嘉暦 元年 ( 1326 年 ) - 興国 5 年 / 康永 3 年 1 月 6 日 ( 旧暦 ) ( 1344 年 1 月 21 日 ) ) は 、 南北朝 時代 ( 日本 ) の 後醍醐 天皇 の 皇子 で あ る 。 +田中 好 ( たなかよしみ 、 1886 年 12 月 - 1956 年 11 月 14 日 ) は 、 京都 府 船井 郡 ( 後 の 園部 町 城南 町 、 現在 の 南丹 市 園部 町 城南 町 ) 生まれ の 元 政治 家 ( 衆議 院 議員 ) 。 +足利 義量 ( あしかが よしかず ) は 、 室町 幕府 第 5 代 征夷 大将軍 ( 在職 : 応永 30 年 ( 1423 年 ) 3 月 18 日 -応永 32 年 ( 1425 年 ) 2 月 24 日 ) 。 +澤村 訥升 ( さわむら とっしょう ) は 、 歌舞伎 役者 。 +美努王 ( みぬ お う 、 生年 不詳 - 和銅 元年 ( 70 8 年 ) 5 月 ) は 、 飛鳥 時代 の 皇族 。 +日本 文学 ( に ほんぶんがく ) と は 、 日本 語 で 書 か れ た 文学 作品 、 もしくは それ ら の 作品 や 作家 を 研究 する 学問 の こと 。 +稲葉 正往 ( いなば まさみち ・ 稲葉 正通 ) は 江戸 時代 の 大名 、 老中 。 +多武峯 少将 物語 ( とうのみね しょうしょう ものがたり ) は 、 物語 。 +市原 駅 ( いちはら えき ) は 、 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +姉川 地震 ( あね がわ じしん ) は 、 1909 年 ( 明治 42 年 ) 8 月 14 日 午後 3 時 31 分 、 滋賀 県 北東部 の 姉川 付近 ( 北緯 35 . 4 度 、 東経 136 . 3 度 ) を 震源 と し て 発生 し た 地震 。 +伝習 隊 ( でんしゅうたい ) と は 、 江戸 幕府 が 幕府 陸軍 の 精鋭 部隊 と し て 編成 し た 、 フランス 軍事 顧問 団 の 直接 指導 を 受け る 西洋 式 軍隊 の こと 。 +阿紀 神社 ( あき じんじゃ ) は 奈良 県 宇陀 市 に 鎮座 する 神社 。 +百 姓 ( ひゃく しょう / ひゃく せい / おおみた から ) と は 、 元 は 百 ( たくさん ) の 姓 を 持 つ 者 たち 、 すなわち 有姓 階層 全体 を 指 す 漢語 で あ っ た 。 +『 新拾遺和 歌集 』 ( しんしゅう いわかしゅう ) は 、 勅撰 和 歌集 。 +豊田 四郎 ( とよだ し ろ う 、 190 6 年 1 月 3 日 - 1977 年 11 月 13 日 ) は 、 日本 の 映画 監督 。 +落武者 ( おちむ しゃ ) と は 、 戦乱 に お い て 敗者 と し て 生き延び 、 逃亡 する 武士 の こと 。 +顕密 体制 ( けんみつ たいせい ) と は 、 歴史 学 者 黒田 俊雄 が 提唱 し た 日本 の 中世 宗教 体制 に 関 する 学説 。 +藤原 成経 ( ふじわら の なりつね 、 生年 不詳 - 建仁 2 年 3 月 19 日 ( 旧暦 ) ( 120 2 年 4 月 13 日 ) ) は 平安 時代 後期 の 公卿 。 +日本 の 歴史 ( にほん の れきし ) 、 日本 史 ( にほんし ) と は 、 日本 また は 日本 列島 に おけ る 歴史 で あ る 。 +紀真人 ( きのまひと 、 天平 19 年 ( 747 年 ) - 延暦 24 年 8 月 27 日 ( 旧暦 ) ( 80 5 年 9 月 27 日 ) ) は 、 平安 時代 初期 の 官人 。 +丁子 屋 ( ちょうじ や ) は 、 江戸 時代 に は すでに 存在 が 確認 さ れ て い る 、 日本 の 古く から の 屋号 ( 商号 ) の ひと つ 。 +山 号 釈迦山 ( しゃか さん ) +宮座 ( みやざ ) と は 、 地域 の 鎮守 もしくは 氏神 で あ る 神社 の 祭祀 に 携わ る 村落内 の 特権 的 な 組織 及び それ を 構成 する 資格 者 の 集団 。 +星川 稚宮 皇子 ( ほしかわ の わかみや のみこ 、 生年 不詳 - 雄略 天皇 23 年 ( 479 年 ) ) は 、 『 日本 書紀 』 に 伝え られ る 古墳 時代 の 皇族 ( 王族 ) 。 +刀狩 ( かたなが り 、 刀狩り ) と は 、 百 姓 身分 の 者 の 帯刀 権 を 剥奪 する 兵農 分離 政策 で 、 特に 安土 桃山 時代 の 158 8 年 8 月 29 日 ( 天正 16 年 7 月 8 日 ( 旧暦 ) ) に 豊臣 秀吉 が 刀狩令 ( 同時 に 海上 賊船 禁止 令 ) を 出 し て 大 規模 に 推進 し た 政策 を 指 す ( ただし 、 刀狩 を 最初 に 行な っ た の は 柴田 勝家 で あ る 。 +平 忠房 ( たいら の ただふさ 、 生年 未詳 - 文治 元年 12 月 16 日 ( 旧暦 ) ( 1186 年 1 月 8 日 ) ) は 平安 時代 末期 の 武将 。 +日野 ( ひ の ) 家 は 、 藤原 氏 藤原 北家 流 の 名家 ( 公家 ) の 家格 を 有 し た 公家 。 +二条舎子 ( に じょう いえこ 、 享保 元年 8 月 24 日 ( 1 71 6 年 10 月 9 日 ) - 寛政 2 年 1 月 29 日 ( 1790 年 3 月 14 日 ) ) は 、 桜町 天皇 の 女御 で 、 後桜 町 天皇 の 生母 。 +ホラガイ ( 法螺 貝 、 Charoniatritonis ) は 、 フジツガイ 科 ( 旧 分類 中腹足目 フジ ツガイ 科 ) に 属 する 巻貝 の 一種 。 +石川 氏 ( いしかわ し ) と は 、 石川 を 苗字 と する 一族 の こと で あ る 。 +福田 純 ( ふく だじゅん 、 1923 年 2 月 17 日 - 2000 年 12 月 3 日 ) は 日本 の 映画 監督 。 +寺田 光吉 ( てらだ みつよし 、 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 。 +青山 忠朝 ( あおやま ただ と も ) は 江戸 時代 の 大名 、 大坂 城代 。 +金毘羅 ( こんぴら ) は 、 水神 で 、 天竺 霊 鷲山 の 鬼神 で 、 薬師 如来 十 二 神 将 の 筆頭 で あ る 。 +徳川 和子 ( とくがわ まさこ 、 慶長 12 年 10 月 4 日 ( 160 7 年 11 月 23 日 ) - 延宝 6 年 6 月 15 日 ( 167 8 年 8 月 2 日 ) ) は 、 徳川 秀忠 の 娘 ( 五女 ) で 、 後水尾 天皇 の 中宮 。 +兵部 省 ( ひょう ぶしょう 、 つわもの の つかさ ) は かつて 日本 に あ っ た 軍政 ( 行政 ) ( 国防 ) を 司 る 行政 機関 。 +カキフライ ( 牡蠣 フライ ) と は 、 揚げ る 料理 の 一種 。 +福王 和幸 ( ふくおう かずゆき 、 1973 年 ( 昭和 48 年 ) 7 月 30 日 - ) は 、 ワキ 方 福王 流能 楽師 。 +河井 寛次郎 ( かわい かんじろう 、 1890 年 ( 明治 23 年 ) 8 月 24 日 - 1966 年 ( 昭和 41 年 ) 1 1 月 18 日 ) は 、 日本 の 陶芸 家 。 +利休 饅 頭 ( りきゅう まんじゅう ) は 茶聖千 利休 に ちな ん だ お 茶請け の 和 菓子 で あ る 。 +山口 憲 ( やまぐち あきら 、 1948 年 - ) は 能装束 研究 者 。 +刑部 本継 ( おさかべ の もと つ ぎ 、 生没年 不明 ) は 、 9 世紀 に 日本 の 陸奥 国 ( 現在 の 宮城 県 ) で 名取 団 と い う 軍団 ( 古代 日本 ) を 率い た 人物 で あ る 。 +『 小説 神髄 』 ( しょうせつ しんずい ) は 、 坪内 逍遥 の 文芸 評論 。 +山城 町 ( やましろ ちょう ) は 、 京都 府 の 南部 に あ っ た 町 。 +奥州 後 三 年 記 ( おうしゅう ご さん ねんき ) は 、 平安 時代 後期 の 1083 年 ( 永保 3 ) から 、 1088 年 ( 寛治 2 ) に かけ て の 、 陸奥 国 ・ 出羽 国 両国 に またが っ た 争乱 、 いわゆる 「 後 三 年 の 役 」 、 また は 「 源義 家 合戦 」 と 呼 ば れ る もの を 描 い た もの で あ る 。 +松花堂 昭乗 ( しょう か どう しょうじょう 、 天正 10 年 ( 15 82 年 ) - 寛永 16 年 9 月 18 日 ( 旧暦 ) ( 1639 年 10 月 14 日 ) ) は 、 江戸 時代 初期 の 真言 宗 の 僧侶 、 文化 人 。 +官年 ( かんねん ) と は 、 近世 武家 社会 に お い て 幕府 や 主家 など の 公儀 に 対 し 届け られ た 公式 な 年齢 を い う 。 +大谷本廟 ( おおた に ほんびょう ) は 、 京都 府 京都 市 東山 区 に あ る 浄土 真宗 の 宗祖 親鸞 の 墓 。 +安賀 両家 ( あん が りょうけ ) と は 陰陽 道 の 宗家 で あ る 阿倍 氏 と 賀茂 氏 の 総称 。 +多賀谷 家政 ( たがや いえまさ 、 生没年 不詳 ) は 、 鎌倉 時代 初期 の 武蔵 国 の 武将 で あ る 。 +骨皮 道賢 ( ほねかわ どうけん 、 ? - 応仁 2 年 3 月 21 日 ( 旧暦 ) ( ? - 1468 年 4 月 13 日 ) ) は 、 室町 時代 の 盗賊 集団 の 首領 で あ る 。 +轟 夕起子 ( とどろき   ゆきこ 、 1917 年 9 月 11 日 - 1967 年 5 月 11 日 ) は 日本 の 女優 。 +相国 寺 ( しょうこくじ ) は 、 京都 市 上京 区 に あ る 臨済 宗 相国 寺 派 大 本山 の 寺院 。 +帝国 国防 方針 ( ていこく こくぼう ほうしん ) と は 、 大 日本 帝国 に おけ る 軍事 戦略 に つ い て の 基本 的 な 方針 を 定め た もの 。 +『 和漢朗 詠集 』 ( わかん ろうえい しゅう ) は 、 藤原 公任 撰 の 歌集 で あ る 。 +村井 茂兵衛 ( むらいも へえ 、 文政 4 年 5 月 11 日 ( 旧暦 ) ( 182 1 年 6 月 10 日 ) - 明治 6 年 ( 1873 年 ) 5 月 ) は 旧 盛岡 藩 の 豪商 で あ る 。 +佐久間 信栄 ( さくま のぶひで 、 弘治 ( 日本 ) 2 年 ( 1556 年 ) - 寛永 8 年 11 月 23 日 ( 旧暦 ) ( 1632 年 1 月 14 日 ) ) は 、 安土 桃山 時代 の 武将 。 +尺 ( しゃく ) は 、 尺貫 法 に おけ る 長 さ の 単位 で あ る 。 +檜皮葺 ( ひわだぶき ) と は 、 屋根 葺 手法 の 一 つ で 、 ヒノキ の 樹皮 を 用い て 施工 する 。 +野本 家定 ( の もと いえさだ 、 生没年 不詳 ) は 、 鎌倉 時代 の 武将 で 、 鎌倉 幕府 の 御 家人 で あ っ た と 言 わ れ る 。 +佐々 氏 春 ( さっさうじ はる ) は 、 佐々 氏 長 の 子 。 +黄書 大伴 ( きふみの おおと も 、 生年 不詳 - 和銅 3 年 10 月 14 日 ( 旧暦 ) ( 71 0 年 11 月 9 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +JR 桂駅 ( じぇいあーる かつら えき ) は 、 京都 府 京都 市 南 区 ( 京都 市 ) 久世 高田 町 に 開業 予定 の 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 ( JR 京都 線 ) の 鉄道 駅 。 +軍団 ( ぐんだん ) は 、 日本 古代 の 律令 制 で 全国 に 設け られ た 軍事 組織 。 +嵐電 嵯峨 駅 ( らんでんさが えき ) は 、 京都 市 右京 区 嵯峨 天龍 寺 今堀 町 に あ る 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 の 鉄道 駅 。 +泉崎 横穴 ( いずみざき よこあな ) は 、 福島 県 西白河 郡 泉崎 村 に あ る 横穴 式 装飾 古墳 。 +守護 大名 ( しゅご だいみょう ) は 、 軍事 ・ 警察 権能 だけ で な く 、 経済 的 権能 を も 獲得 し 、 一 国 内 に 領域 的 ・ 一 円 的 な 支配 を 強化 し て い っ た 室町 時代 の 守護 を 表 す 日本 史上 の 概念 。 +高山 竹林 園 ( たかやま ちくりん えん ) は 、 奈良 県 生駒 市 に あ る 庭園 で あ る 。 +花園 ( はなぞの ) は 、 京都 市 右京 区 の 地名 で あ る 。 +無形 文化 財 ( むけい ぶんか ざい ) は 、 +屋 主忍男 武雄 心命 ( やぬしおしお たけおごころ の みこ と 生没年 不詳 ) は 、 3 世紀 から 4 世紀 頃 の 日本 の 皇族 。 +谷 万太郎 ( たにまんたろう 、 1835 年 ( 天保 6 年 ) - 1886 年 ( 明治 19 年 ) 6 月 30 日 ) は 、 新 選 組 隊士 。 +女 二宮 ( おんな に のみや ) は 、 歴代 の 天皇 の 二 番 目 の 姫宮 、 第 二 皇女 の こと 。 +横山城 ( よこやま じょう ) は 近江 国 坂田 郡 ( 滋賀 県 長浜 市 堀部 町 ・ 石田 町 ) に あ っ た 城 。 +大伴 馬来田 ( おおとも の まく た 、 生年 不詳 - 天武 天皇 12 年 6 月 3 日 ( 旧暦 ) ( 683 年 7 月 2 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +覚円 ( かく えん 、 長元 4 年 ( 10 31 年 ) - 承徳 2 年 4 月 16 日 ( 旧暦 ) ( 1098 年 5 月 19 日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +タギシミミ の 反逆 ( タギシミミ の はんぎゃく ) は 、 神武 天皇 が 亡くな っ た 後 、 皇位 に 就 こ う と 策略 し た 手研 耳命 を カムヌナ カワミミ ( 後 の 綏靖 天皇 ) ら が 討 っ た と い う 日本 神話 の 説話 で あ る 。 +夕日 ヶ浦 温泉 ( ゆうひ が うら おんせん ) は 、 京都 府 京丹後 市 網野町 ( 旧 国丹 後 国 ) に あ る 温泉 。 +漆部 友背 ( ぬりべの とも せ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +富野 荘駅 ( と の しょう えき ) は 、 京都 府 城陽 市 富野 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +検地 ( けんち ) と は 中世 から 近世 に かけ て 行 わ れ た 田畑 の 面積 と 収量 の 調査 の こと で あ る 。 +布袋 ( ほてい ) は 、 唐末 の 明州 ( 現在 の 中国 浙江 省 ) に 実在 し た と さ れ る 伝説 的 な 僧 。 +武田 信賢 ( たけだ の ぶかた 、 応永 27 年 ( 1420 年 ) - 文明 ( 日本 ) 3 年 6 月 2 日 ( 旧暦 ) ( 14 7 1 年 6 月 20 日 ) ) は 室町 時代 の 守護 大名 、 武田 氏 若狭 武田 氏 の 第 2 代 当主 で あ る 。 +無 所属 団 ( む しょぞく だん ) と は 、 大 日本 帝国 憲法 下 に おけ る 貴族 院 _ ( 日本 ) に おけ る 院内 会 派 の 名称 。 +松尾 寺 の 仏舞 ( まつ の おでら の ほとけ ま い ) は 、 京都 府 舞鶴 市 に あ る 松尾 寺 ( 舞鶴 市 ) に 伝わ る 宗教 的 儀式 。 +大内 惟義 ( おお うち これ よし ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +十 六 世 喜多 六 平太 ( じゅう ろく せき た ろっぺい た 、 1924 年 ( 大正 13 年 ) 12 月 6 日 - ) と は 、 シテ 方 喜多 流能 楽師 。 +仕太刀 ( し たち ) と は 、 武術 ( 特に 剣術 ) 、 武道 ( 特に 剣道 ) に お い て 用い られ る 用語 の 一 つ 。 +精霊 流し ( しょうろう ながし ) と は 、 長崎 県 の 各地 で お 盆 に 行な わ れ る 。 +新 烏丸 通 ( しん から すまどおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +釈迦山 大 菩提寺 ( しゃ かざん だいぼだいじ ) と は 京都 府 京都 市 山科 区 に あ る 阿含 宗 本山 の 本殿 。 +北条 宗 宣 ( ほうじょうむねのぶ 、 正元 ( 日本 ) 元年 ( 1259 年 ) - 正和 元年 6 月 12 日 ( 旧暦 ) ( 1312 年 7 月 16 日 ) ) は 、 鎌倉 時代 後期 の 北条 氏 の 一門 。 +源 資兼 ( みなもとのすけ かね 、 生没年 不詳 ) は 、 平安 時代 後期 の 武士 。 +新宮 行朝 ( しんぐう ゆきと も ) は 、 戦国 時代 ( 日本 ) の 武将 。 +久松 寺 ( きゅう しょうじ ) は 、 奈良 県 大和郡山 市 に あ る 曹洞 宗 の 寺院 。 +守邦 親王 ( もりく に しんのう 、 正安 3 年 5 月 12 日 ( 旧暦 ) ( 130 1 年 6 月 19 日 ) - 正慶 2 年 / 元弘 3 年 8 月 16 日 ( 旧暦 ) ( 1333 年 9 月 25 日 ) ) は 、 鎌倉 幕府 9 代 征夷 大将軍 で 、 鎌倉 幕府 最後 の 将軍 で あ る 。 +新田 革左衛門 ( にったか くざえもん 、 生年 不詳 - 元治 元年 7 月 22 日 ( 旧暦 ) ( 1864 年 8 月 23 日 ) 頃 ) は 、 新 選 組平 隊 士 。 +篠笛 ( しのぶえ ) は 日本 の 木管 楽器 の 一 つ 。 +三野 園生 ( みの の その き ) は 奈良 時代 の 人 。 +矢野 玄道 ( やの はるみ ち 、 1823 年 12 月 18 日 ( 文政 6 年 11 月 17 日 ( 旧暦 ) ) - 1887 年 5 月 19 日 ) は 、 伊予 国 喜多 郡 阿蔵 村 有松 ( 現 、 愛媛 県 大洲 市 ) の 国学 者 ・ 神道 学者 で あ る 。 +二 代 目 吉野 太夫 ( よしの たゆう 、 慶長 11 年 3 月 3 日 ( 旧暦 ) ( 160 6 年 4 月 10 日 ) - 寛永 20 年 8 月 25 日 ( 旧暦 ) ( 1643 年 10 月 7 日 ) ) は 嶋原 ( 後 に 嶋原 に 移転 ) の 太夫 で 本名 は 松田 徳子 、 生まれ た の は 京都 の 方広 寺 近く と 伝え られ る 。 +庸 軒流 ( よう けんりゅう ) は 、 藤村 庸軒 を 流祖 と 仰 ぐ 茶道 の 流派 の 総称 。 +大 参事 ( だい さんじ ) は 、 明治 時代 初期 の 府藩 県 三治 制 の 時期 に 置 か れ た 、 地方 官 の 長官 に 次 ぐ 官職 。 +抹茶 ( まっちゃ ) は 緑茶 の 一種 。 +藤原 薩雄 ( ふじわら の よしお 、 生没年 不詳 ) は 、 奈良 時代 の 官僚 。 +金魚 酒 ( きんぎょ ざけ ) と は 金魚 が 泳げ る ほど 薄 い 酒 の 俗称 。 +舟橋 家 ( ふなばし け ) は 第 40 代 天武 天皇 の 皇子 舎人 親王 の 子孫 。 +桑山 一 晴 ( くわやま かずはる 、 天正 3 年 ( 1575 年 ) - 慶長 9 年 2 月 26 日 ( 旧暦 ) ( 160 4 年 3 月 26 日 ) ) は 、 安土 桃山 時代 の 武将 。 +北 区 ( きた く ) は 、 京都 市 を 構成 する 11 区 の ひと つ で あ る 。 +柳川 一 件 ( やながわ いっけん ) と は 、 江戸 時代 初期 に 対馬 藩 主 宗 義成 ( そう よしなり ) と 家老 柳川 調興 ( やながわ しげおき ) が 日本 と 李 氏 朝鮮 の 間 で 交わ さ れ た 国書 の 偽造 を 巡 っ て 対立 し た 事件 。 +伴 大 納言 絵詞 ( ばんだい な ごん えことば 、 ともの だい な ごん えことば ) と は 、 応天門 の 変 を 題材 に し た 平安 時代 末期 の 絵巻物 。 +近江屋 ( おうみや ) は 京都 の 由緒 あ る 醤油 屋 で あ る 。 +内裏 ( だいり ) と は 、 古代 都城 の 宮城 に おけ る 天皇 の 私的 区域 の こと 。 +鈴鹿王 ( すずか の おおきみ 、 生年 不詳 - 天平 17 年 9 月 4 日 ( 旧暦 ) ( 745 年 10 月 17 日 ) ) は 、 奈良 時代 の 皇族 。 +高倉 家 ( たかくら け ) は 藤原 北家 で あ る 藤原 長良 の 子孫 で あ る 藤原 範賢 の 子高 倉 永季 ( なが す え ) ( 位階 ・ 参議 ) ( 1338 年 - 1392 年 ) を 祖 と する 堂上 家 で あ る 。 +菅原 清公 ( すがわら の きよ きみ / きよ と も 、 宝亀 元年 ( 770 年 ) - 承和 ( 日本 ) 9 年 10 月 17 日 ( 旧暦 ) ( 842 年 11 月 26 日 ) ) は 、 平安 時代 初期 の 公家 ・ 文人 。 +一 条房 通 ( いちじょう ふさ み ち 、 永正 6 年 ( 1509 年 ) - 弘治 _ ( 日本 ) 2 年 10 月 30 日 ( 旧暦 ) ( 1556 年 12 月 1日 ) ) は 戦国 時代 ( 日本 ) の 公卿 ・ 関白 。 +石山 合戦 ( いしやま がっせん ) は 、 元亀 元年 9 月 12 日 ( 旧暦 ) ( 1570 年 10 月 11 日 ) から 天正 8 年 8 月 2 日 ( 旧暦 ) ( 1580 年 9 月 10 日 ) に かけ て の 、 浄土 真宗 本願 寺 勢力 ( 一向 一揆 ) と 織田 信長 と の 戦い 。 +文武王 ( ぶんぶ おう 、 生年 不詳 - 681 年 ) は 、 新羅 の 第 30 代 の 王 ( 在位 661 年 - 681 年 ) で あ り 、 姓 は 金 、 諱 は 法敏 。 +那須 与一 ( なす の よいち 、 嘉応 元年 ( 1169 年 ) ? - 没年 不詳 ) は 、 平安 時代 末期 の 武将 。 +ゆ する つき ( 泔坏 ) は 、 洗髪 、 調髪 の ため の 米 の とぎ 汁 、 白水 ( しろみず ) を いれ る 容器 。 +『 自然 居士 』 ( じねん こじ ) は 、 観阿弥 作 の 能 の 一 曲 で あ る 。 +姉小路 済俊 ( あね が こうじ なる と し / なりと し 、 永正 2 年 ( 150 5 年 ) - 大永 7 年 ( 1527 年 ) ) は 戦国 時代 ( 日本 ) の 公家 、 飛騨 国 国司 。 +妹尾 兼康 ( せ の お かね やす 、 保安 ( 元号 ) 4 年 ( 1123 年 ) - 寿永 2 年 10 月 12 日 ( 旧暦 ) ( 1183 年 11 月 28 日 ) ) は 、 平安 時代 末期 の 平 氏 方 の 武将 。 +阿仏 尼 ( あぶつ に 、 貞応 元年 ( 1222 年 ) ? - 弘安 6 年 4 月 8 日 ( 旧暦 ) ( 1283 年 5 月 6 日 ) ) は 鎌倉 時代 中期 の 女流 歌人 。 +鷹司 輔平 ( たかつかさ すけ ひら 元文 4 年 2 月 8 日 ( 旧暦 ) ( 1739 年 3 月 17 日 ) - 文化 ( 元号 ) 10 年 1 月 8 日 ( 旧暦 ) ( 1813 年 2 月 8 日 ) ) は 、 江戸 時代 中期 の 公家 。 +深蒸 し 茶 ( ふかむ し ちゃ ) は 煎茶 の 一種 。 +相馬 愛蔵 ( そうま ・ あいぞう 、 1870 年 - 1954 年 ) は 、 長野 県 出身 の 社会 事業 家 、 東京 新宿 中村 屋 の 創業 者 で あ る 。 +大 柴 燈護 摩 供 ( だい さいとう ごまく ) と は 、 野外 で 行 う 大 規模 な 護摩 法要 の こと で あ る 。 +土岐 頼康 ( ときより やす 、 文保 2 年 ( 1318 年 ) - 嘉慶 ( 日本 ) 元年 / 元中 4 年 12 月 25 日 ( 旧暦 ) ( 1388 年 2 月 3 日 ) ) は 南北朝 時代 ( 日本 ) の 有力 守護 大名 。 +本項 で は 、 黒田 内閣 の 事績 と とも に 、 黒田 の 総理 辞任 後 2 ヵ月 間 に わた っ て 存在 し た 内 大臣 ・ 三條 實美 を 首班 と する 三條 暫定 内閣 ( さんじょう ざんてい ないかく ) の 背景 に つ い て も 解説 する 。 +宿坊 ( しゅくぼう ) は 、 主に 仏教 寺院 など で 修行 中 の 僧 が 寝泊り を する 建物 で あ る 。 +大津 藩 ( おおつ はん ) は 、 近江 国 ( 現在 の 滋賀 県 大津 市 ) に 存在 し た 藩 。 +存牛 ( そん ぎゅう 、 文明 ( 日本 ) 元年 6 月 5 日 ( 旧暦 ) ( 1469 年 7 月 13 日 ) - 天文 ( 元号 ) 18 年 12 月 20 日 ( 旧暦 ) ( 1550 年 1 月 7 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 浄土 宗 の 僧 。 +三淵 藤英 ( みつぶち ふじひ で 、 ? - 天正 2 年 7 月 6 日 ( 旧暦 ) ( 1574 年 7 月 23 日 ) ) は 、 室町 幕府 末期 の 幕臣 ( 奉 公衆 ) 。 +お 年玉 ( おとしだま 、 御 年玉 、 年玉 ) は 、 正月 に 新年 を 祝 う ため に 贈答 さ れ る 品物 の こと 。 +玄宥 ( げんゆう 、 享禄 2 年 ( 1529 年 ) - 慶長 10 年 10 月 4 日 ( 旧暦 ) ( 160 5 年 11 月 14 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 真言 宗 の 僧 。 +建武 の 新政 ( けんむ の しんせい ) は 、 鎌倉 幕府 滅亡 後 の 1333 年 ( 元弘 3 年 / 正慶 2 年 ) 6 月 に 後醍醐 天皇 が 「 親政 」 ( 天皇 が みずから 行 う 政治 ) を 開始 し た 事 に よ り 成立 し た 政権 及び その 新 政策 ( 「 新政 」 ) で あ る 。 +和歌 ( わか ) は 、 上代 から 日本 で 行 わ れ た 定型 の 歌 。 +荻生 徂徠 ( おぎゅう そら い 、 寛文 6 年 2 月 16 日 ( 旧暦 ) ( 1666 年 3 月 21 日 ) - 享保 13 年 1 月 19 日 ( 旧暦 ) ( 1728 年 2 月 28 日 ) は 、 江戸 時代 中期 の 儒学 者 ・ 思想 家 ・ 文献 学学者 で あ る 。 +西園寺 実遠 ( さいおんじ さね とお 、 永享 6 年 ( 1434 年 ) ‐ 明応 4 年 11 月 25 日 ( 旧暦 ) ( 1495 年 12 月 11 日 ) ) は 、 室町 時代 の 公卿 、 歌人 。 +増山 正賢 ( ましやま ま さかた 、 宝暦 4 年 10 月 14 日 ( 旧暦 ) ( 175 4 年 11 月 27 日 ) - 文政 2 年 1 月 29 日 ( 旧暦 ) ( 1819 年 2 月 23 日 ) ) は 江戸 時代 の 大名 。 +七 世野 村 万蔵 ( のむら まんぞう 、 1930 年 ( 昭和 5 年 ) 1 月 10 日 - ) と は 和泉 流狂言 師 。 +四十 八 願 ( し じゅう はち がん ) と は 、 法蔵 菩薩 が 仏 に 成 る ため の 修行 に 先立 っ て 立て た 4 8 の 願 の こと 。 +近衛 府 ( この えふ ) は 令外 官 の ひと つ 。 +舞鶴 市 郷土 資料 館 ( まいづる し きょうど しりょうかん ) は 、 京都 府 舞鶴 市 北田辺 の 舞鶴 市民 会館 の 2 階 に あ る 舞鶴 市 の 歴史 を 語 る 資料 館 。 +平民 社 ( へい みんしゃ ) は 、 190 3 年 11 月 に 、 日露 戦争 を 開戦 し よ う と する 動き に 対 し て 非 戦 論 を 主張 し て い た 『 萬 朝報 』 が 、 社論 を 開戦 論 へ と 転換 し た とき に 、 非 戦論 を 訴え つづけ て い た 同紙 記者 の 幸徳 秋水 と 堺 利彦 ( 枯川 ) が 、 非 戦 論 の 主張 を 貫 く ため に 朝報 社 を 退社 し 、 あらた に 非 戦論 を 訴え 、 社会 主義 思想 の 宣伝 ・ 普及 を おこな う ため に 開業 し た 新聞 社 。 +松花堂 弁当 ( しょう か どう べんとう ) は 、 中 に 十字 形 の 仕切り が あ り 、 縁 の 高 い かぶ せ 蓋 の あ る 弁当 箱 を 用い た 弁当 。 +五 代 目 中村 富十郎 ( ご だい め なかむら とみじゅうろう 、 1929 年 ( 昭和 4 年 ) 6 月 4 日 - ) は 、 歌舞伎 役者 。 +マキノ 佐代子 ( まきの さよこ 、 1958 年 4 月 29 日 - 、 本名 は 牧野 左代子 ) は 東京 都 世田谷 区 出身 の 女優 で あ る 。 +近衛 尚通 ( この え ひさみ ち 、 文明 ( 日本 ) 4 年 10 月 12 日 ( 旧暦 ) ( 147 2 年 11 月 12 日 ) - 天文 ( 元号 ) 13 年 8 月 26 日 ( 旧暦 ) ( 1544 年 9 月 13 日 ) ) は 、 戦国 時代 ( 日本 ) の 公卿 、 関白 。 +ウナギ ( 鰻 、 うなぎ ) は 、 ウナギ 目 ウナギ 科 Anguillidae に 属 する 魚 の 総称 。 +御船 千鶴子 ( みふね ちづこ 、 1886 年 7 月 17 日 - 19 11 年 1 月 19 日 、 24 歳 没 ) は 、 透視 ( 超 心理 学 ) 能力 を 持 つ 超 能力 者 と し て 福来 友吉 博士 に 紹介 さ れ た 女性 。 +武家 執奏 ( ぶけ しっそう ) と は 、 武家 政権 で あ る 室町 幕府 と 公家 政権 で あ る 北朝 ( 日本 ) ( 朝廷 ) の 公武 関係 ( 朝幕 関係 ) に 関連 する 用語 で 次 の 2 つ の 意味 が あ る 。 +中臣 氏 ( なか と みうじ ) は 、 古代 の 日本 に お い て 、 忌部 氏 と とも に 神事 ・ 祭祀 を つかさど っ た 中央 豪族 で 、 古く から 現在 の 京都 市 山科 区 中臣 町 付近 の 山階 を 拠点 と し て い た 。 +源信雅 ( みなもと の のぶまさ 、 承暦 3 年 ( 1079 年 ) - 保延 元年 ( 1135 年 ) ) は 、 平安 時代 末期 の 貴族 。 +出品 酒 ( しゅっぴん しゅ ) と は 、 鑑評 会 など に 出品 さ れ る 目的 で 製造 さ れ る アルコール 飲料 で あ る 。 +三門 ( さん もん ) と は 寺院 の 正面 に 配置 さ れ る 門 の こと 。 +秘仏 ( ひぶつ ) と は 、 信仰 上 の 理由 に よ り 非 公開 と さ れ 、 厨子 など の 扉 が 閉じ られ た まま 祀 ら れ る 仏像 を 指 す 。 +顕子 女王 ( あきこ じょ おう 、 寛永 17 年 2 月 13 日 ( 旧暦 ) ( 1640 年 4 月 4 日 ) - 延宝 4 年 8 月 5 日 ( 旧暦 ) ( 167 6 年 9 月 12 日 ) ) は 、 江戸 幕府 第 4 代 将軍 ・ 徳川 家綱 の 正室 ( 御 台所 ) 。 +宝生 英照 ( ほうしょう ふさて る ) と は 、 シテ 方 宝生 流能 楽師 。 +源 是恒 ( みなもと の これ つね 、 生年 不詳 - 延喜 5 年 7 月 28 日 ( 旧暦 ) ( 90 5 年 8 月 31 日 ) ) は 、 平安 時代 前期 の 賜姓 皇族 。 +正親町 三条 公兄 ( おおぎまち さんじょうきんえ 、 明応 3 年 ( 1494 年 ) - 天正 6 年 1 月 20 日 ( 旧暦 ) ( 1578 年 2 月 26 日 ) ) は 、 室町 時代 後期 ( 戦国 時代 ( 日本 ) ) の 公卿 。 +小堀 正次 ( こぼり まさつぐ 、 1540 年 ( 天文 ( 元号 ) 9 年 ) - 160 4 年 4 月 29 日 ( 慶長 9 年 3 月 30 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 大名 。 +今川 泰範 ( いまがわ やすのり 、 1334 年 ( 建武 ( 日本 ) 元年 ) ? - 1409 年 11 月 3 日 ( 応永 16 年 9 月 26 日 ( 旧暦 ) ) ? ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 守護 大名 。 +宮川 信吉 ( みやがわ のぶきち 、 天保 14 年 ( 1843 年 ) - 慶応 3 年 12 月 7 日 ( 旧暦 ) ( 1868 年 1 月 1日 ) ) は 、 武蔵 国 多摩 郡 出身 の 新 選 組 隊士 。 +田中 大秀 ( たなか おお ひで 、 安永 6 年 8 月 15 日 ( 旧暦 ) ( 1777 年 9 月 16 日 ) - 弘化 4 年 9 月 16 日 ( 旧暦 ) ( 1847 年 10 月 24 日 ) ) は 、 江戸 時代 後期 の 日本 の 国学 者 。 +花園 大学 歴史 博物 館 ( はなぞの だいがく れきし はくぶつ かん ) は 、 京都 市 中京 区 に あ る 花園 大学 が 2000 年 に 創設 し た 博物 館 ( 博物 館 相当 施設 ) 。 +宇治川 の 戦い ( うじ がわ の たたか い ) は 、 平安 時代 末期 の 寿永 3 年 ( 1184 年 ) 1 月 に 源 義仲 と 鎌倉 の 源 頼朝 から 派遣 さ れ た 源 範頼 、 源 義経 と で 戦 わ れ た 合戦 。 +大名 貸 ( だいみょう が し ) と は 、 大坂 ・ 京都 ・ 江戸 など の 有力 商人 に よ っ て 財政 窮乏 に 苦し む 大名 ( 藩 ) に 対 し て 行 わ れ る 金融 の こと 。 +朝敵 ( ちょう てき ) と は 、 日本 に お い て 天皇 ( 皇統 ) に 仇 な す 者 を 意味 する 呼称 。 +大宝 天皇 ( たいほうてんのう 、 - 、 在位 - ) は 、 南朝 ( 日本 ) 正統 を 自称 し た 三浦 芳聖 に よ り 、 彼 の 祖先 と 主張 さ れ た 人物 。 +正親町 三条 公廉 ( おおぎまち さんじょうきん かど 、 慶安 2 年 3 月 17 日 ( 旧暦 ) ( 1649 年 4 月 28 日 ) ‐ 寛文 11 年 8 月 28 日 ( 旧暦 ) ( 16 7 1 年 9 月 30 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +三貴子 ( み はしら の うず のみこ ) と は 記紀 神話 で 黄泉 の 国 から 帰 っ て き た イザナギ が 黄泉 の 汚れ を 落と し た とき に 最後 に 生まれ 落ち た 三柱 の 神々 の こと で あ る 。 +土 御門 泰重 ( つちみかど やすし げ 、 天正 14 年 1 月 8 日 ( 旧暦 ) ( 1586 年 2 月 26 日 ) - 寛文 元年 8 月 19 日 ( 旧暦 ) ( 1661 年 9 月 12 日 ) ) は 、 江戸 時代 初期 の 公卿 ・ 陰陽 家 。 +武断 政治 ( ぶ だんせいじ ) と は 、 武力 を 背景 に し て 行 わ れ る 専制 的 な 政治 の こと 。 +北条 泰時 ( ほうじょう や すとき ) は 、 鎌倉 時代 前期 の 武将 。 +石部 宿場 の 里 ( いしべ しゅくば の さと ) は 滋賀 県 湖南 市 の 雨山 運動 公園 内 に あ る 石部 宿 の テーマ パーク 。 +近衛 基熙 ( このえ もとひろ 、 慶安 元年 3 月 6 日 ( 旧暦 ) ( 1648 年 4 月 28 日 ) - 享保 7 年 9 月 4 日 ( 旧暦 ) ( 1722 年 10 月 13 日 ) ) は 江戸 時代 前 ・ 中期 の 公家 、 関白 。 +京都 劇場 ( きょうと げきじょう ) は 、 京都 府 京都 市 下京 区 に あ る 劇場 で あ る 。 +八咫 鏡 ( やた の か がみ ) は 三 種 の 神器 の 一 つ で あ る 鏡 で あ る 。 +織田 信良 ( おだ のぶよし 、 1584 年 ( 天正 12 年 ) - 1626 年 7 月 10 日 ( 寛永 3 年 5 月 17 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 、 江戸 時代 の 武将 、 大名 。 +佐々木 秀義 ( ささき ひでよし ) は 、 平安 時代 末期 の 武将 。 +大炊 御門 宗実 ( おおい の みかど むねざね 、 興国 4 年 ・ 康永 2 年 ( 1343 年 ) - 応永 11 年 5 月 5 日 ( 旧暦 ) ( 140 4 年 6 月 12 日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 の 公卿 。 +伊地知 正治 ( いぢち まさはる 、 文政 11 年 6 月 10 日 ( 旧暦 ) ( 182 8 年 7 月 21 日 ) - 明治 19 年 ( 1886 年 ) 5 月 23 日 ) は 、 薩摩 藩 士 。 +久我 通明 ( こが みちあき 、 安永 9 年 1 月 16 日 ( 旧暦 ) ( 1780 年 2 月 20 日 ) - 安政 2 年 12 月 2 日 ( 旧暦 ) ( 1856 年 1 月 9 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +若一 王子 ( にゃく いちおう じ ) は 、 神仏 習合 の 神 ( 神道 ) で あ る 。 +外地 ( がいち ) と は 、 第 二 次 世界 大戦 終結 前 の 日本 ( 大 日本 帝国 ) に お い て 、 いわゆる 内地 以外 の 統治 区域 を い う 。 +『 入出 二 門 偈 ( にゅうしゅつ に もんげ ) 』 と は 、 親鸞 が 著わ し た 偈頌 ( げじゅ ) で あ る 。 +甘露寺 経遠 ( かんろ じつね とう 、 天正 4 年 ( 1576 年 ) - 慶長 7 年 ( 160 2 年 ) ) は 、 安土 桃山 時代 の 公家 。 +源 親行 ( みなもと の ちかゆき 、 生没年 不詳 ) は 、 鎌倉 時代 前期 の 文人 政治 家 ・ 古典 学者 ・ 歌人 。 +岩城 四十 八 館 ( いわき し じゅう はち たて ) は 、 岩城 氏 に よ っ て に お か れ た 四十 八 の 館 の 総称 。 +書 の 三 聖 ( しょ の さんせい ) は 、 3 人 の 書道 の 名人 の こと 。 +香道 ( こうどう ) と は 、 香り を 楽しみ 、 日常 を 離れ た 集中 と 静寂 の 世界 に 遊 ぶ こと を 目的 と し た 芸道 で 、 一定 の 作法 の もと に 香木 を 炷 ( た ) き 、 立ち上 る 香り を 鑑賞 する もの で あ る 。 +徽子 女王 ( きし ( よしこ ) じょおう 、 延長 ( 元号 ) 7 年 ( 929 年 ) - 寛和 元年 ( 98 5 年 ) ) は 平安 時代 中期 の 皇族 、 歌人 。 +佐井 通 ( さい どおり ) は 京都 市 の 南北 の 通り 。 +忠快 ( ちゅうかい 、 応保 2 年 ( 1162 年 ) - 嘉禄 3 年 3 月 16 日 ( 旧暦 ) ( 1227 年 4 月 3 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 天台 宗 の 僧 。 +月形 潔 ( つきがた きよし 、 1846 年 ( 弘化 3 年 ) - 1894 年 ( 明治 27 年 ) ) は 、 明治 時代 の 官僚 。 +五 大 菩薩 ( ご だい ぼさつ ) は 、 仏教 の 信仰 ・ 造像 の 対象 で あ る 菩薩 ( 真理 を 探求 し 、 悟り を 開 く ため に 修行 中 の 者 ) の 組み合わせ の 1 つ で あ る 。 +皇太后 ( こうたいごう 、 ピンイン : HuangTaiHou ) は 、 先代 の 天皇 ・ 皇帝 の 皇后 また は その 人 の 称号 。 +野槌 ( のづち ) は 、 日本 に 伝わ る 妖怪 。 +大喜利 ( おおぎり 、 おおきり ) +常暁 ( じょうぎょう 、 生年 不詳- 貞観_ ( 日本 ) 8 年 11 月 30 日 ( 旧暦 ) ( 867 年 1 月 9 日 ) ) は 、 平安 時代 前期 の 僧 。 +木津川 ( きづ がわ ) は 、 三重 県 および 京都 府 を 流れ る 淀川 水系 の 支流 で 一 級 河川 。 +勧修 寺 経茂 ( かじゅうじつね しげ 、 永享 2 年 ( 1430 年 ) - 明応 9 年 5 月 21 日 ( 旧暦 ) ( 150 0 年 6 月 17 日 ) ) は 、 室町 時代 の 公家 ( 公卿 ) 。 +坂東 志賀 次 ( ばんどうし が じ ) は 、 日本 舞踊 に おけ る 五 大 流派 の 一 つ 、 坂東 流 志賀 次 派 の 名跡 。 +長岡 京 市 ( ながおか きょうし ) は 、 京都 府 の 南西 に 位置 する 市 。 +ステテコ と は 主に 男子 が 着用 する 、 裾 が 股 より 長 く 膝下 丈 まで あ る ズボン 下 で あ る 。 +蔵人 ( く ろうど 、 藏人 ) は 日本 の 律令 制下 の 令外 官 の 一 つ 。 +ちりめん ( 縮緬 、 クレープ 織 り 、 仏 : cr ê pe ) は 、 絹 を 平織り に し て 作 っ た 織物 。 +かやぶき の 里 ・ 北村 は 、 京都 府 南丹 市 美山 町 北 ( 旧 北桑田 郡 美山 町 ( 京都 府 ) ) に あ る 集落 の こと 。 +平康 頼 ( たいら の やす より 、 久安 2 年 ( 1146 年 ) ? - 承久 2 年 ( 1220 年 ) ) は 、 平安 時代 の 貴族 。 +森山 栄之助 ( もりやま えいのすけ 、 また は 森山 多吉郎 、 文政 3 年 6 月 1日 ( 旧暦 ) ( 1820 年 7 月 10 日 ) - 明治 4 年 ( 18 71 年 ) ) は 、 江戸 時代 に 活躍 し た 日本 の 通詞 ( 通訳 ) 。 +近江 八景 ( おうみ はっけい ) と は 、 日本 の 八景 の 一 つ で あ る 。 +甲斐 の 勇者 ( かい の ゆうしゃ ) は 、 天武 天皇 元年 ( 67 2 年 ) に 日本 で 起き た 壬申 の 乱 に 現れ る 騎兵 。 +戸田 忠昌 ( とだただまさ 、 寛永 9 年 ( 1632 年 ) - 元禄 12 年 9 月 10 日 ( 旧暦 ) ( 1699 年 10 月 2 日 ) ) は 、 江戸 時代 前期 の 大名 。 +稲荷 塚 古墳 ( いなりづか こふん ) は 、 東京 都 多摩 市 百 草 に あ る 、 古墳 時代 後期 ( 7 世紀 前半 ) の 古墳 。 +副 将軍 ( ふくしょうぐん ) は 、 日本 に お い て は 大将軍 或いは 将軍 の 次席 に 位 する 武官 の 職 で あ る 。 +坂上 浄野 ( さかの うえの きよの 、 延暦 11 年 ( 791 年 ) - 嘉祥 3 年 ( 850 年 ) ) は 、 坂上 田村 麻呂 の 三男 。 +三 手掛( さん てがかり ) と は 、 江戸 時代 に 行 わ れ た 御 目見 以上 の 家格 を 持 つ 武士 及び その 妻子 ら に 対 する 刑事 裁判 の こと 。 +立志 社 の 獄 ( りっし しゃ の ごく ) と は 、 1877 年 の 西南 戦争 に 乗 じ て 立志 社 ( 政治 団体 ) の 林 有造 や 大江 卓 が 元 老院 議 官 陸奥 宗光 ら と 共謀 し て 高知 県 に て 挙兵 を 企て た と さ れ る 事件 。 +沢 忠助 ( さわ ちゅうすけ 、 生没年 不明 ) は 、 新 選 組 隊士 。 +寛文 印知 ( かんぶんいん ち ) と は 、 寛文 4 年 4 月 5 日 ( 旧暦 ) ( 1664 年 4 月 30 日 ) に 江戸 幕府 が 日本 全国 の 大名 に 対 し て 一斉 に 領知 判物 ・ 朱印状 ・ 領知 目録 を 交付 し た 。 +松平 輝高 ( まつだいら てる たか 、 享保 10 年 8 月 29 日 ( 旧暦 ) ( 1725 年 10 月 5 日 ) - 天明 元年 9 月 25 日 ( 旧暦 ) ( 1781 年 11 月 10 日 ) ) は 、 江戸 時代 の 上野 国 高崎 藩主 。 +小笠原 長育 ( おがさわら な が な り 、 安政 6 年 ( 1859 年 ) 11 月 - 明治 28 年 ( 1895 年 ) 1 月 ) は 、 明治 天皇 、 大正 天皇 の 東宮 侍従 で あ っ た 人物 。 +堀河 天皇 ( ほり かわ てんのう 、 承暦 3 年 7 月 9 日 ( 1079 年 8 月 8 日 ) - 嘉承 2 年 7 月 19 日 ( 1107 年 8 月 9 日 ) ) は 平安 時代 後期 の 第 73 代 天皇 ( 在位 1086 年 - 1107 年 ) 。 +岸島 芳太郎 ( きしじま よしたろう 、 生没年 不詳 ) は 、 会計 方 。 +三 公 九 卿 ( さん こうきゅうけい ) と は 、 中国 の 秦漢 時代 の 行政 官職 の 総称 で あ る 。 +公胤 ( こういん 、 久安 元年 ( 1145 年 ) - 建保 4 年 6 月 20 日 ( 旧暦 ) ( 1216 年 8 月 5 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 天台 宗 の 僧 ・ 歌人 。 +与党 と な っ た 憲政党 の うち 、 旧 進歩 党 ( 日本 ) 系 の 大隈 を 首相 に 、 旧 自由 党 ( 日本 ) 系 の 板垣 退助 を 特に 内務 大臣 ( 日本 ) に 迎え て 組織 し た 。 +定恵 ( じょうえ 、 皇極 天皇 2 年 ( 643 年 ) - 天智 天皇 4 年 12 月 23 日 ( 旧暦 ) ( 66 6 年 2 月 2 日 ) ) は 、 飛鳥 時代 の 学僧 。 +堀 秀治 ( ほり ひで はる 、 天正 4 年 ( 1576 年 ) - 慶長 11 年 5 月 26 日 ( 旧暦 ) ( 160 6 年 7 月 1日 ) ) は 安土 桃山 時代 ・ 江戸 時代 の 武将 ・ 大名 。 +治天 の 君 ( ちてん の きみ ) は 、 日本 の 古代 末期 から 中世 に お い て 、 天皇 家 の 家督 者 と し て 政務 の 実権 を 握 っ た 太上 天皇 又 は 天皇 を 指 す 用語 。 +九条 良平 ( くじょう よしひら 、 元暦 元年 4 月 19 日 ( 旧暦 ) ( 1184 年 5 月 30 日 ) - 延応 2 年 3 月 17 日 ( 旧暦 ) ( 12 40 年 4 月 10 日 ) ) は 、 鎌倉 時代 の 公卿 。 +六郷 政速 ( ろくごう まさちか 、 明和 元年 ( 1764 年 ) - 文化 ( 元号 ) 9 年 10 月 26 日 ( 旧暦 ) ( 1812 年 11 月 29 日 ) ) は 、 出羽 国本 荘 藩 の 第 7 代 藩 主 。 +桂川 パーキング エリア ( かつら がわ パーキング エリア ) は 、 京都 府 京都 市 南 区 ( 京都 市 ) 久世 東 土川 町 の 名神 高速 道路 上 に あ る パーキング エリア 。 +藤本 鉄石 ( ふじもと てっせき 、 文化 ( 元号 ) 13 年 3 月 17 日 ( 旧暦 ) ( 1816 年 4 月 14 日 ) - 文久 3 年 9 月 25 日 ( 旧暦 ) ( 1863 年 11 月 6 日 ) ) は 幕末 の 志士 。 +准如 ( じゅんにょ 、 1577 年 8 月 3 日 ( 天正 5 年 7 月 9 日 ( 旧暦 ) ) - 1631 年 1 月 2 日 ( 寛永 8 年 11 月 30 日 ( 旧暦 ) ) ) は 安土 桃山 時代 、 江戸 時代 の 人物 。 +水蜘蛛 ( みずぐ も ) と は 、 忍者 が 用い る 道具 の 1 つ と し て 伝え られ る 、 堀 や 川 など 水上 を 渡 る 際 に 用い た と い う 忍び 道具 。 +清閑 寺 熙房 ( せいかんじ ひろふ さ 、 寛永 10 年 3 月 29 日 ( 旧暦 ) ( 1633 年 5 月 7 日 ) ‐ 貞享 3 年 10 月 10 日 ( 旧暦 ) ( 1686 年 11 月 25 日 ) ) は 、 江戸 時代 前期 の 公卿 、 廷臣 。 +飛鳥井 家 ( あすかいけ ) は 、 藤原 北家 藤原 師実 で あ る 難波 家 の 諸流 で あ る 。 +松平 信豪 ( まつだい ら のぶひで ) は 、 丹波 亀山 藩 の 第 6 代 藩 主 。 +『 理趣 経 』 ( り しゅきょう ) は 、 「 金剛 頂経 」 の 第 6 会 に あた る 密教 の 経典 で あ る 。 +四条 流 庖 丁道 ( しじょうりゅう ほう ちょうどう ) は 、 平安 時代 から 始ま る と 伝え られ る 日本 料理 の 流派 。 +藤原 保昌 ( ふじわら の やすまさ 、 天徳 ( 日本 ) 2 年 ( 958 年 ) - 長元 9 年 ( 10 36 年 ) ) は 、 平安 時代 中期 の 公家 。 +壱志 濃王 ( いちし の おう 、 天平 5 年 ( 733 年 ) - 延暦 24 年 11 月 12 日 _ ( 旧暦 ) ( 80 5 年 12 月 6 日 ) ) は 、 奈良 時代 後期 ・ 平安 時代 初期 の 皇族 。 +箏曲 ( そうきょく ) は 、 箏 ( そう ) つまり 「 こと 」 の 音楽 。 +月 桂院 ( げつ けいいん 、 永禄 11 年 ( 1568 年 ) - 明暦 元年 ( 1655 年 ) ) は 、 小弓 公方 家 足利頼 淳 の 娘 。 +道覚法 親王 ( どう かく ほっ しん の う 、 元久 元年 ( 120 4 年 ) - 建長 2 年 1 月 11 日 ( 旧暦 ) ( 1250 年 2 月 13 日 ) ) は 、 鎌倉 時代 前期 から 中期 に かけ て の 天台 宗 の 僧 。 +軽 大 娘 皇女 ( かるの おお いらつめ ) は 第 19 代 天皇 で あ っ た 允恭 天皇 の 皇女 で あ っ た 。 +『 無量 寿経優 婆 提舎 願生 偈註 ( むりょう じゅきょう うば だいしゃ がん しょうげ ちゅう ) 』 と は 、 北魏 ( 中国 ) の 僧曇 鸞 が 撰述 し た 。 +正親町 三条 実 同 ( おおぎまち さんじょうさ ねと も 、 寛延 元年 9 月 3 日 ( 旧暦 ) ( 1748 年 9 月 25 日 ) ‐ 天明 5 年 1 月 15 日 ( 旧暦 ) ( 1785 年 2 月 23 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +西征 日記 ( せいせい にっき ) は 、 文禄 ・ 慶長 の 役 の 際 、 小西 行長 軍 に 従軍 し た 妙心 寺 の 外交 僧 天荊 の 陣中 日記 。 +射詰 ( いづめ ) と は 、 弓道 の 個人 競技 に お い て 、 決勝 で 順位 を 決定 する 方法 。 +安勅 内 親王 ( あて な い しんのう 、 生年 不詳 - 斉衡 2 年 9 月 17 日 ( 旧暦 ) ( 855 年 10 月 31 日 ) ) は 、 平安 時代 初期 の 皇族 。 +『 将門 記 』 ( しょうもん き ) は 、 10 世紀 半ば に 東国 で おこ っ た 平将門 の 乱 の 顛末 を 描 い た 初期 軍記 物語 。 +一条 実雅 ( いちじょうさ ね まさ 、 建久 7 年 ( 1196 年 ) - 安貞 2 年 4 月 1日 _ ( 旧暦 ) ( 1228 年 5 月 6 日 ) ) は 、 鎌倉 時代 初期 の 公卿 。 +槇島 城 ( まきしま じょう ) は 京都 府 宇治 市 槇島町 に かつて 存在 し た 城郭 。 +三条 公広 ( さんじょうきん ひろ 、 天正 5 年 ( 1577 年 ) ‐ 寛永 3 年 10 月 7 日 ( 旧暦 ) ( 1626 年 11 月 25 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 の 公卿 。 +豊日別 ( とよひわけ 、 と よびわけ ) は 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +岩倉 具賢 ( いわくら と も かた 、 享和 2 年 ( 180 2 年 ) - 文政 元年 5 月 22 日 ( 旧暦 ) ( 1818 年 6 月 25 日 ) ) は 、 江戸 時代 後期 の 廷臣 。 +宮津 県 ( みやづけん ) は 廃藩 置県 に よ り 18 71 年 ( 明治 4 年 ) に 設置 さ れ た 県 。 +青標紙 ( あお びょうし ) と は 、 江戸 時代 後期 の 幕臣 ・ 国学 者 の 大野 広城 ( 権之丞 ・ 忍軒 ) が 著 し た 武家 故 実書 。 +文室 秋津 ( ふんや の あきつ 、 延暦 6 年 ( 787 年 ) - 承和 ( 日本 ) 13 年 3 月 27 日 ( 旧暦 ) ( 846 年 4 月 30 日 ) ) は 平安 時代 の 将軍 で 政治 家 。 +九 条 任子 ( くじょうにん し 、 承安 3 年 9 月 23 日 ( 1173 年 10 月 31 日 ) - 暦仁 元年 12 月 28 日 ( 1239 年 2 月 3 日 ) ) は 平安 時代 末期 から 鎌倉 時代 に かけ て の 后妃 、 女院 。 +道 登 ( どうとう 、 生没年 不詳 ) は 、 飛鳥 時代 の 僧 。 +ハヤアキツ ヒコ ・ ハヤアキツ ヒメ は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +第 一 次 日韓 協約 ( だい いち じ にっかん きょうやく ) は 、 日露 戦争 中 の 190 4 年 ( 明治 37 年 ) 8 月 22 日 に 大 日本 帝国 と 大韓 帝国 ( 李 氏 朝鮮 ) が 締結 し た 協約 。 +外山 脩造 ( とやま しゅうぞう 、 1842 年 11 月 10 日 - 1916 年 1 月 13 日 ) は 、 新潟 県 長岡 市 ( 旧 栃尾 市 ) 出身 の 明治 期 の 実業 家 、 政治 家 。 +国約 憲法 ( こくやく けんぽう ) と は 、 国民 代表 の 会議 に よ っ て 憲法 を 作成 し て 君主 ( 日本 の 場合 は 天皇 ) に 承認 さ せ る 手続 を 経 る 事 で 国民 と 君主 間 の 約束 事 と し て 位置 づけ られ た 憲法 の こと 。 +槍 奉行 ( やりぶぎょう ) は 、 江戸 幕府 に 置 か れ た 役職 の ひと つ 。 +藤原 頼経 ( ふじわら の よりつね 、 建保 6 年 1 月 16 日 ( 旧暦 ) ( 1218 年 2 月 12 日 ) - 康元 元年 8 月 11 日 ( 旧暦 ) ( 1256 年 9 月 1日 ) ) は 、 鎌倉 幕府 4 代 征夷 大将軍 で あ る 。 +日野 宗子 ( ひ の むねこ 、 生年 不詳 - 文安 4 年 4 月 29 日 ( 旧暦 ) ( 1447 年 6 月 12 日 ) ) は 、 室町 幕府 第 6 代 征夷 大将軍 ・ 足利 義教 の 正室 ( 御 台所 ) 。 +大石 信清 ( おお いし のぶきよ 、 延宝 5 年 ( 1677 年 ) - 元禄 16 年 2 月 4 日 ( 旧暦 ) ( 170 3 年 3 月 20 日 ) ) は 赤穂 浪士 四十 七 士 の 一人 。 +明石 の 御方 ( あかし の おん かた ) は 紫式 部 の 物語 『 源氏 物語 』 に 登場 する 架空 の 人物 。 +洋銀 ( ようぎん ) と は 、 幕末 から 明治 初期 に かけ て 日本 に 流入 し た 外国 製 の 銀貨 の こと 。 +尾上 左近 ( お の えさこん ) は 、 歌舞伎 役者 。 +五 条 局 ( ご じょう の つぼね 、 ? - 建久 4 年 5 月 13 日 ( 旧暦 ) ( 1193 年 6 月 13 日 ) ) は 、 平安 時代 後期 の 女房 ・ 歌人 。 +畠山 勇子 ( はたけやま ゆうこ 、 慶応 元年 ( 1865 年 ) 12 月 - 明治 24 年 ( 1891 年 ) 5 月 20 日 ) は 、 1891 年 の 大津 事件 で 日露 関係 が 緊張 し た 際 、 被害 者 の ロシア 皇太子 に 謝罪 の 遺書 を 残 し て 自殺 し た 女性 で あ る 。 +私 軍 ( わたくし いくさ ・ 私戦 ( しせん ) ) と は 、 近世 以前 の 日本 に お い て 太政 官 符 や 宣旨 、 幕府 の 命令 など の 公的 命令 に よ ら ず し て 、 敵討 や 自力 救済 の ため に 行 わ れ る 小 規模 な 武力 行使 ・ 戦闘 行為 。 +一条 家房 ( いちじょう いえ ふさ 、 文永 7 年 ( 1270 年 ) - 没年 不詳 ) は 鎌倉 時代 の 公家 。 +佐々木 盛綱 ( ささき もりつな ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 武将 。 +井口 喜源 冶 ( いぐち きげん じ 、 明治 3 年 ( 1870 年 ) - 昭和 13 年 ( 1938 年 ) 7 月 21 日 ) は 、 長野 県 安曇野 市 出身 で 、 キリスト 教 精神 に 基づ く 私塾 「 研成 義塾 」 の 創設 者 で あ る 。 +北山 杉 ( きたやま すぎ ) は 、 京都 市 北部 から 産 する スギ 。 +賽銭 ( さいせん ) と は 、 神 ( 神道 ) や 仏 に 供え る 金銭 の こと で あ る 。 +菊亭 晴季 ( きくてい はるすえ 、 天文 ( 元号 ) 8 年 ( 1539 年 ) - 元和 ( 日本 ) 3 年 3 月 28 日 ( 旧暦 ) ( 161 7 年 5 月 3 日 ) ) は 、 安土 桃山 ・ 江戸 時代 前期 の 公卿 。 +細川 氏綱 ( ほそかわ うじつな 、 永正 11 年 ( 1514 年 ) - 永禄 6 年 12 月 20 日 ( 旧暦 ) ( 1564 年 1 月 4 日 ) ) は 戦国 時代 ( 日本 ) 前期 の 武将 で 室町 幕府 最後 の 管領 。 +茵 ( しとね ) と は 座 っ たり 寝 たり する とき の 敷物 の 古風 な 呼称 。 +観阿弥 ( かんあみ / かんなみ 觀阿彌 陀仏   正慶 2 年 / 元弘 3 年 ( 1333 年 ) - 至徳 ( 日本 ) 元年 / 元中 元年 5 月 19 日 ( 旧暦 ) ( 1384 年 6 月 8 日 ) ) は 日本 の 南北朝 時代 ( 日本 ) から 室町 時代 に かけ て の 猿楽 師 。 +中院 通方 ( なかの いんみ ち かた 、 文治 5 年 ( 1189 年 ) - 暦仁 元年 12 月 28 日 ( 旧暦 ) ( 1239 年 2 月 3 日 ) ) は 、 鎌倉 時代 初期 の 公卿 、 故 実家 で 歌人 。 +池田 勝正 ( いけだ かつまさ 、 天文 ( 元号 ) 8 年 ( 1539 年 ) - 没年 不詳 ) は 戦国 時代 ( 日本 ) から 安土 桃山 時代 の 武将 ・ 大名 。 +朗詠 百 首 ( ろうえい ひゃく しゅ ) は 、 和漢朗詠集 等 の 詩句 を 題 と し 、 和歌 に 翻案 し た 定数 歌 。 +安藤 早太郎 ( あんどう は やたろう 、 文政 四 年 ( 182 1 年 ? ) - 元治 元年 7 月 22 日 ( 旧暦 ) ( 1864 年 8 月 23 日 ) ) は 新選 組 副 長助勤 。 +大炊 御門 家 嗣 ( おおい の みかど いえつぐ 、 建久 8 年 ( 1197 年 ) - 文永 8 年 7 月 8 日 ( 旧暦 ) ( 12 7 1 年 8 月 14 日 ) ) は 、 鎌倉 時代 中期 の 公卿 。 +王政復古 ( おう せい ふ っこ , restoration ) は 、 かつて 君主 に よ っ て 統治 さ れ て い た 国家 に お い て 、 一 度 は クーデター や 内戦 など に よ っ て 廃止 さ れ た 君主 制 が 、 何 等 か の 理由 に よ っ て 復活 する こと で あ る 。 +四条 有資 ( しじょう ありすけ 、 生没年 不詳 ) は 、 南北朝 時代 ( 日本 ) の 吉野 朝廷 に 仕え た 公家 。 +河田 景与 ( かわたかげ と も 、 文政 11 年 10 月 18 日 ( 旧暦 ) ( 182 8 年 11 月 24 日 ) - 明治 30 年 ( 1897 年 ) 10 月 12 日 ) は 、 江戸 時代 末期 ( 幕末 ) から 明治 時代 に かけ て 活躍 し た 武士 、 政治 家 、 華族 。 +『 大毘盧遮那 成仏 神変 加持 経 』 、 別名 『 毘盧 遮那 経 』 ( びる しゃなきょう ) 、 『 大日経 』 ( だいにち きょう ) は 、 7 - 8 世紀 頃 成立 し た と 考え られ て い る 密教 経典 で あ る 。 +筆 ( ふで ) と は 、 軸 ( 竹筒 など の 細 い 棒 ) の 先端 に 毛 ( 繊維 の 束 ) を 付け た 道具 で あ り 、 筆記具 ・ 画材 など に 使 わ れ る 。 +京都 賞 思想 ・ 芸術 部門 ( きょう と しょうしそう ・ げいじゅつ ぶもん ) は 、 京都 賞 の 一部門 で あ り 、 優れ た 業績 を 上げ た 芸術 家 や 思想 家 に 与え られ る 賞 で あ る 。 +松永 氏 ( まつなが し ) は 大和 国 の 戦国 大名 で あ る 。 +近代 以前 の 日本 に おけ る 教科 書 ( きんだい いぜん の にほん に おけ る きょうか しょ ) で は 、 明治 の 学校 制度 確立 以前 の 日本 の 教科 書 ( 学習 教材 ) の 歴史 に つ い て 解説 する 。 +立憲 改進 党 ( りっけん かい しんとう ) は 明治 時代 の 自由 民権 運動 の 代表 的 政党 の 一 つ ( 18 82 年 4 月 16 日 - 18 96 年 3 月 1日 ) 。 +毛利 氏 は 武家 の ひと つ 。 +鏡 の 宿 ( かがみ の しゅく ) は 、 平安 時代 から 見え る 近江 国 蒲生 郡 鏡山 ( 滋賀 県 ) の 北 ( 現 滋賀 県 蒲生 郡 竜王 町 大字 鏡 ) に あ る 東山道 の 宿場 ( 宿駅 ) 。 +野生 酵母 ( やせい こうぼ ) と は 、 もともと 空気 中 、 土壌 、 植物 を はじめ 自然 界 に 存在 し て い る すべて の 酵母 を 意味 する が 、 日本 酒 の 醸造 過程 に お い て は 目指 す 酒質 を 得 る ため の 酵母 以外 の すべて の 酵母 を 意味 する 。 +太田 時連 ( おおた ときつら 、 1269 年 ( 文永 6 年 ) - 1345 年 3 月 13 日 ( 興国 6 年 / 康永 4 年 2 月 9 日 ( 旧暦 ) ) ) は 鎌倉 幕府 後期 の 実務 官僚 。 +藤原 濱雄 ( ふじわら の はまお 、 生年 不詳 - 承和 ( 日本 ) 7 年 7 月 28 日 ( 旧暦 ) ( 840 年 9 月 1日 ) ) は 平安 時代 の 公家 。 +破風 ( はふ ) は 、 切妻 造 や 入母 屋 造 など に でき る 、 妻側 の 三角 形 部分 の 造形 。 +今出川 誠季 ( いまで がわ の ぶすえ 、 正徳 ( 日本 ) 3 年 9 月 17 日 ( 旧暦 ) ( 1 71 3 年 11 月 4 日 ) - 延享 3 年 6 月 13 日 ( 旧暦 ) ( 1746 年 7 月 30 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +吉 弥 結び ( きちや むすび ) と は 江戸 時代 元禄 の ころ 流行 し た 帯和装 の 帯 の 結び 方 。 +続古 事 談 ( ぞく こじだん ) は 鎌倉 時代 初期 の 説話 集 。 +薄皮 饅頭 ( うすかわ まんじゅう ) は 、 通常 の より 小ぶり の 茶饅頭 。 +安珍 ・ 清姫 伝説 ( あんちん きよ ひめ でんせつ ) は 紀伊国 に 伝わ る 伝説 で あ る 。 +『 枕草子 春 曙抄 』 ( まくら の そうし しゅん しょしょう ) は 、 江戸 時代 に 書 か れ た 『 枕草子 』 の 注釈 書 。 +吉良 貞家 ( きら さ だいえ 、 生没年 不詳 ) は 室町 時代 初期 の 武将 。 +大内 晴持 ( おお うち はる も ち 、 大永 4 年 ( 1524 年 ) - 天文 ( 元号 ) 12 年 5 月 7 日 ( 旧暦 ) ( 1543 年 6 月 9 日 ) ) は 周防 国 山口 ( 山口 県 ) の 戦国 大名 で あ る 大内 義隆 の 養嗣子 。 +三品 仲治 ( みしな ちゅうじ 、 生没年 不詳 ) は 、 新 選 組 隊士 。 +安倍 黒 麻呂 ( あべの くろまろ 、 生没年 不詳 ) は 、 奈良 時代 中期 の 官人 。 +宗碩 ( そうせき 、 文明 ( 日本 ) 6 年 ( 1474 年 ) - 天文 ( 元号 ) 2 年 4 月 24 日 ( 旧暦 ) ( 1533 年 5 月 18 日 ) ) は 、 戦国 時代 ( 日本 ) の 連歌 師 。 +神明山 古墳 ( しん めい やま こふん ) は 、 京都 府 京丹後 市 に 所在 する 古墳 時代 前期 後半 の 前方 後 円墳 で あ る 。 +前田 茂勝 ( まえだ しげかつ ) ) は 、 江戸 時代 前期 の 大名 。 +藤原 武智 麻呂 ( ふじわら の むちまろ 、 天武 天皇 9 年 ( 680 年 ) - 天平 9 年 7 月 25 日 ( 旧暦 ) ( 73 7 年 8 月 29 日 ) ) は 、 飛鳥 時代 から 奈良 時代 前期 に かけ て の 貴族 ・ 政治 家 。 +概要 +青松葉 事件 ( あお まつ ば じけん ) と は 、 慶応 4 年 ( 1868 年 ) 1 月 20 日 から 25 日 に かけ て 発生 し た 尾張 藩 内 で の 佐幕 派 弾圧 事件 で あ る 。 +ゲーム アーカイブ ・ プロジェクト ( GameArchive Project 、 略称 GAP ) は 、 京都 府 を 中心 に 1998 年 に 発足 し た 。 +藤間 勘右衛門 ( ふじま かんえもん ) は 、 藤間 流 勘右衛門 派 宗家 家元 の 名跡 。 +片岡 愛之助 ( かたおかあいのすけ ) は 、 歌舞伎 役者 。 +星野 味庵 ( ほしの みあん ) は 、 戦国 時代 会津 の 人 。 +御 手印 遺告 ( ご ていん ゆいごう ) は 、 後宇多 天皇 が 1321 年 ( 元享 元年 ) に 大覚 寺 が 建立 さ れ る 経緯 、 大覚 寺 と 真言 密教 が 永 く 興隆 を する こと を 願 っ て 定め た 遺誡 21 ヶ条 を 記 し た 書 。 +水無瀬 家 ( みなせけ ) は 、 藤原 北家 藤原 隆家 流 の 堂上 家 。 +雲図 抄 ( うんず しょう ) は 、 平安 時代 後期 に 描 か れ た 儀式 書 。 +大津 港 ( おおつ こう ) は 滋賀 県 に あ る 港湾 。 +甘露寺 規長 ( かんろじ のりなが 、 正徳 ( 日本 ) 3 年 6 月 23 日 ( 旧暦 ) ( 1 71 3 年 8 月 13 日 ) - 天明 3 年 12 月 22 日 ( 旧暦 ) ( 1784 年 1 月 14 日 ) ) は 、 江戸 時代 の 公卿 。 +加賀爪 勝之進 ( か がつめかつ の しん 、 生年 不詳 - 慶応 4 年 3 月 6 日 ( 旧暦 ) ( 1868 年 3 月 29 日 ) ) は 新選 組平 隊 士 。 +黒田   正玄 ( くろだ   せいげん ) は 千家 十 職 の 一 つ で 、 竹 細工 ・ 柄杓 師 を 務め る 家 が 代々 襲名 し て い る 名称 。 +野田川 駅 ( のだ がわ えき ) は 、 京都 府 与謝 郡 与謝野 町 字 下山田 小字 柿内 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 で あ る 。 +関白 相論 ( かんぱく そうろん ) と は 、 天正 13 年 ( 1585 年 ) に 二条 昭実 と 近衛 信輔 の 間 で 発生 し た 関白 の 地位 を 巡 る いざこざ 。 +名神 大社 ( みょう じん たいしゃ ) と は 、 古来 より 霊験 が 著し い と さ れ る 名神 を 祀 る 神社 で あ る 。 +豊臣 秀次 ( とよとみの ひでつぐ 、 とよとみ ひでつぐ ) / 羽柴 秀次 ( は しば ひでつぐ ) は 、 戦国 時代 ( 日本 ) ( 室町 時代 末期 ) から 天正 時代 の 武将 ・ 大名 ・ 関白 で あ る 。 +源 信明 ( みなもと の さねあきら 、 延喜 10 年 ( 910 年 ) - 天禄 元年 ( 970 年 ) ) は 、 平安 時代 中期 の 官人 ・ 歌人 。 +長屋 ( ながや ) と は 集合 住宅 の 一 形態 で あ る 。 +石川 石足 ( いしかわ の いわた り 、 667 年 ( 天智 天皇 6 年 ) - 729 年 ( 天平 元年 ) ) は 飛鳥 時代 後期 から 奈良 時代 初期 の 貴族 。 +海 住山 寺 ( かいじゅう せんじ ) は 、 京都 府 木津川 市 加茂 町 に あ る 真言 宗 智山 派 の 仏教 寺院 。 +藤原 通基 ( ふじわら の みちもと 、 寛治 4 年 ( 1090 年 ) - 久安 4 年 10 月 10 日 ( 旧暦 ) ( 1148 年 11 月 22 日 ) ) は 、 平安 時代 後期 の 貴族 。 +大木 喬任 ( おおき た かとう 、 天保 3 年 3 月 23 日 ( 旧暦 ) ( 1832 年 4 月 23 日 ) - 明治 32 年 ( 1899 年 ) 6 月 26 日 ) は 、 江戸 時代 後期 の 佐賀 藩 士 、 明治 時代 の 政治 家 。 +山廃仕込み ( やまは いしこみ / - じこみ ) と は 、 単に 山廃 と も 称 さ れ 、 日本 酒生酛 系 ( きもとけい ) に 属 する 日本 酒 の 製法 の 一 つ 。 +日野 有光 ( ひ の ありみつ 、 元中 4 年 / 嘉慶 ( 日本 ) 元年 ( 1387 年 ) - 嘉吉 3 年 9 月 27 日 ( 旧暦 ) ( 1443 年 10 月 20 日 ) ) は 、 室町 時代 前期 の 公卿 。 +千葉 国造 ( ち は の くに みやつこ ・ ち は こくぞう ) は 下総 国 中南部 を 支配 し た 国造 。 +佐久間 象山 ( さく ま しょ うざん ( ぞうざん ) 、 1811 年 3 月 22 日 ( 文化 ( 元号 ) 8 年 2 月 28 日 ) - 1864 年 8 月 12 日 ( 元治 元年 7 月 11 日 ) ) は 、 日本 の 武士 、 兵学 者 ・ 思想 家 。 +括 り緒 の 袴 ( くくりお の はかま ) と は 裾 を 括 っ て 着用 する 袴 の 総称 。 +古墨 ( こぼく ) と は 、 文房 四宝 に おけ る 墨 の 中 で 、 製造 さ れ て から 長 い 年月 を 経 て い る もの を い い 、 品質 の 良 い 墨 と さ れ て い る 。 +神官 ( しんかん ) と は 、 国家 の 官吏 と し て 、 何 ら か の 神 に 仕え る 、 また は 神 を 祀 る 施設 に 奉職 する 者 の こと で あ る 。 +平知 度 ( たいらの とものり 、 生年 不詳 - 1183 年 6 月 2 日 ( 寿永 2 年 5 月 11 日 ( 旧暦 ) ) ) は 、 平安 時代 末期 の 武将 。 +別所 吉治 ( べっしょ よしはる 、 天正 7 年 ( 1579 年 ) - 承応 3 年 7 月 13 日 ( 旧暦 ) ( 1654 年 8 月 25 日 ) ) は 江戸 時代 の 大名 。 +桐壺帝 / 桐壺 院 ( きりつぼ てい ・ きりつぼ の みかど / きりつぼ いん ) は 、 『 源氏 物語 』 に 登場 する 一番 目 の 帝 ( 在位 「 桐壺 」 ~ 「 花宴 」 ) 。 +久良岐 公園 ( くらき こうえん ) は 、 横浜 市 港南 区 と 磯子 区 に またが る 、 面積 約 23 万 m2 の 総合 公園 。 +替地 ( かえち ) は 各々 の 領土 の 交換 で あ る 。 +筥 陶司 ( きょとう し ) は 律令 制 に お い て 宮内 省 に 属 する 機関 の 一 つ で あ る 。 +近衛 基実 ( このえも とざね 、 康治 2 年 ( 1143 年 ) - 永 万 2 年 7 月 26 日 ( 旧暦 ) ( 116 6 年 8 月 23 日 ) ) は 平安 時代 末期 の 公卿 。 +牧野 忠 恭 ( まきの ただゆき ) は 、 江戸 時代 末期 の 大名 。 +長歌 ( ちょうか ) は 、 和歌 の 形式 の 一 つ 。 +陽明学 ( ようめい がく ) と は 、 中国 の 明代 に 、 王 陽明 が おこ し た 儒教 の 一派 で 、 孟子 の 性善説 の 系譜 に 連な る 。 +中村 時蔵 ( なかむら とき ぞう ) は 、 歌舞伎 役者 の 名跡 。 +弁官 ( べんかん 、 辨官 ) は 、 朝廷 の 最高 機関 、 太政 官 の 職 で あ る 左大弁 ( さ だいべん ) ・ 右 大 弁 ( うだいべん ) ・ 左中 弁 ( さちゅうべん ) ・ 右 中 弁 ( うちゅうべん ) ・ 左 少弁 ( さしょうべん ) ・ 右 少弁 ( うしょうべん ) の 総称 で あ る 。 +牛丼 ( ぎゅうどん ) と は 、 牛肉 の バラ肉 や 切り落と し 肉 を コマ 切れ に し て 、 タマネギ と とも に 甘辛 く に こ ん だ 具材 を 丼 に も っ た 飯 の うえ に かけ た だけ の 庶民 料理 。 +十 一 面 観音 ( じゅう いち めん かんの ん ) 、 サンスクリット エーカダシャ ・ ムカ ( ekadazamukha ) は 、 仏教 の 信仰 対象 で あ る 菩薩 の 一尊 。 +源 満国 ( みなもと の みつく に 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +光仁 天皇 ( こう にん てんのう 、 和銅 2 年 10 月 13 日 ( 旧暦 ) ( 709 年 11 月 18 日 ) - 天応 ( 日本 ) 元年 12 月 23 日 ( 旧暦 ) ( 78 2 年 1 月 11 日 ) ) は 、 第 49 代 天皇 ( 在位 : 宝亀 元年 10 月 1日 ( 旧暦 ) ( 770 年 10 月 23 日 ) - 天応 ( 日本 ) 元年 4 月 3 日 ( 旧暦 ) ( 78 1 年 4 月 30 日 ) ) 。 +久我 通兄 ( こが みちえ 、 宝永 6 年 11 月 4 日 ( 旧暦 ) ( 1709 年 12 月 4 日 ) - 宝暦 11 年 5 月 19 日 ( 旧暦 ) ( 1761 年 6 月 21 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +久美浜 県 ( くみはま け ん ) は 、 1868 年 ( 慶応 4 年 ) に 設置 さ れ た 県 。 +片桐 且元 ( かたぎり かつもと ) は 、 安土 桃山 時代 ・ 江戸 時代 の 大名 。 +大和 ( やまと ) と は 、 古代 から 明治 初期 まで 、 現在 の 奈良 県域 を 指 す と とも に 、 日本 の 別名 で も あ る 。 +久我 通前 ( こが みちさき 、 天正 19 年 10 月 14 日 ( 旧暦 ) ( 1591 年 11 月 29 日 ) - 寛永 12 年 10 月 24 日 ( 旧暦 ) ( 1635 年 12 月 3 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +太秦 発聲 映畫 株式 會社 ( うずまさ はっせいえい が - 、 1933 年 設立 - 1936 年 製作 中止 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +冷泉 為 純 ( れいぜい ため ず み 、 享禄 3 年 ( 1530 年 ) - 天正 6 年 4 月 1日 ( 旧暦 ) ( 1578 年 5 月 7 日 ) ) は 、 戦国 時代 _ ( 日本 ) から 安土 桃山 時代 に かけ て の 公卿 、 武将 。 +第 二 次 木津川口 の 戦い ( だい に じきづ が わぐち の たたか い ) は 、 天正 6 年 11 月 6 日 ( 旧暦 ) ( 1578 年 12 月 4 日 ) に 毛利 氏 と 織田 氏 と の 間 に 起こ っ た 海戦 で あ る 。 +蔵賀 ( ぞうが 、 延喜 17 年 ( 917 年 ) - 長保 5 年 6 月 9 日 ( 旧暦 ) ( 100 3 年 7 月 10 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +移 ( い ) と は 、 律令 制 に おけ る 公文 書 の 様式 の 1 つ で 、 上下 関係 に な い 官司 間 に お い て 相互 に 授受 する 文書 で あ る 。 +帯板 ( おび いた ) と は 、 帯 の 形 を 調え る ため に 使 う 小物 。 +荘園 の 一覧 ( しょうえん の いちらん ) は 、 古代 ~ 中世 に かけ て 日本 全国 ( 北海道 は 除 く ) に 点在 し た 荘園 の 一覧 で あ る 。 +社寺 局 ( しゃ じ きょく ) は 、 明治 政府 の 一局 で あ る 。 +沿革 +大学 +袱紗 挟み ( ふくさばさみ ) また は 懐紙入れ ( かいしいれ ) と は 、 茶道 の 稽古 や 茶席 に お い て 必要 と な る 小物 を 一 まとめ に 入れ て 携帯 する 袋 の 総称 で あ る 。 +回向 ( 廻向 、 えこう 、 pariNaama 、 〈 sanskrit 〉 ) 、 「 パリナーマ 」 と は 「 転回 する 」 「 変化 する 」 「 進 む 」 など の 意 、 その 漢訳 で あ る 「 回向 」 は 、 「 回 」 は 回転 ( えてん ) 、 「 向 」 は 趣向 ( しゅこう ) の 意 で 、 大乗 仏教 の 特徴 を な す 考え 方 で あ る 。 +宇津木 六 之丞 ( うつぎ ろく の じょう 、 文化 ( 元号 ) 6 年 ( 1809 年 ) - 文久 2 年 10 月 27 日 ( 旧暦 ) ( 1862 年 12 月 27 日 ) ) は 、 幕末期 の 彦根 藩 士 。 +落慶 ( らっけい ) と は 、 寺社 など の 新築 、 また 修理 の 完成 を 祝 う こと で あ る 。 +佐久 奈度 神社 ( さく など じんじゃ ) は 、 滋賀 県 大津 市 大石中町 に あ る 神社 で あ る 。 +年料 別 貢 雑物 ( ねんりょう べっこう ぞう もつ ) と は 、 律令 制 に お い て 紙 ・ 筆 ・ ウマ 皮革 ・ 薬草 など の 雑物 を 現物 の 形 で 毎年 規定 量 を 令 制 国 より 中央 に 貢納 さ せ た 制度 。 +女 学 雑誌 ( じょ がく ざっし ) は 明治 時代 に 出版 さ れ た 女性 向け の 雑誌 。 +神域 ( しんいき ) と は 、 神社 の 境内 また は 神 が 宿 る 場所 ( 依り 代 ) の こと 。 +脇坂 安 教 ( わきさか やすのり 、 宝暦 12 年 ( 1762 年 ) - 天明 元年 6 月 29 日 ( 旧暦 ) ( 1781 年 8 月 18 日 ) ) は 、 播磨 国 龍野 藩 の 世嗣 。 +近藤 乾之助 ( こんどうけんのすけ 、 1928 年 ( 昭和 3 年 ) 4 月 18 日 - ) と は 、 シテ 方 宝生 流能 楽師 。 +甲賀 二十 一 家 ( こう が にじゅう いっ け ) は 、 甲賀 五十 三 家 の 中 で も 六角 氏 より 感状 を 貰 う ほど 信頼 の 厚 かっ た 二十 一 家 を 指 し 、 後 の 甲賀 流 忍術 の 中心 と な っ た 家々 で あ る 。 +山縣 有朋 ( やまがた あり とも 、 天保 9 年 4 月 22 日 ( 旧暦 ) ( 1838 年 6 月 14 日 ) - 大正 11 年 ( 1922 年 ) 2 月 1日 は 、 日本 の 政治 家 、 軍人 。 +高階 氏 ( たかし なし ) は 、 天武 天皇 の 長子 、 高市 皇子 を 祖 と する 氏族 。 +惟宗 忠康 ( これ むね の ただやす 、 生年 未詳 - 1179 年 ? ) 〔 橋口 右衛門 尉 〕 は 、 秦 氏 後裔 で 、 摂関家 ( 藤原 氏 ) に 仕え た 京侍 。 +大和源 氏 ( やまと げんじ ) は 清和 源 氏 の 一流 で あ り 、 源 満仲 の 次男 の 源頼親 に 始ま る 。 +一遍 ( いっぺん ) は 鎌倉 時代 中期 の 僧侶 。 +平安 寺 ( へいあんじ ) は 、 京都 市 右京 区 に 所在 する 日蓮 正宗 の 寺院 。 +左衛門 尉 ( さえもん の じょう ) と は 、 日本 の 律令 制下 の 官職 の ひと つ 。 +山岡 景猶 ( やまおかかげ なお ) は 、 戦国 時代 ( 日本 ) の 武将 。 +山田 洋次 ( やまだ ようじ 、 1931 年 9 月 13 日 - ) は 、 大阪 府 豊中 市 出身 の 映画 監督 、 脚本 家 、 日本 芸術 院 会員 。 +藤原 玄茂 ( ふじわら の はる も ち 、 生年 不詳 - 天慶 3 年 ( 940 年 ) ) は 、 平安 時代 中期 の 武将 。 +土 御門 晴親 ( つちみかど は れち か 、 天明 7 年 12 月 8 日 ( 旧暦 ) ( 1788 年 1 月 15 日 ) - 天保 13 年 6 月 28 日 ( 旧暦 ) ( 1842 年 8 月 4 日 ) は 江戸 時代 後期 の 公卿 。 +覚快 法 親王 ( かく かい ほっ しん の う 、 長承 3 年 ( 1134 年 ) - 養和 元年 11 月 16 日 ( 旧暦 ) ( 1181 年 12 月 23 日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +上杉 朝定 ( うえすぎ と も さだ ) +三味 線 ( しゃみせん ) は 、 日本 の 有棹 弦楽器 。 +近衛 稙 家 ( このえ た ねいえ 、 文亀 3 年 ( 150 3 年 ) - 永禄 9 年 7 月 10 日 ( 旧暦 ) ( 156 6 年 7 月 26 日 ) ) は 、 戦国 時代 ( 日本 ) の 公家 ・ 関白 。 +古高 俊太郎 ( ふるたか しゅんたろう 、 文政 12 年 ( 1829 年 ) - 元治 元年 7 月 20 日 ( 旧暦 ) ( 1864 年 8 月 21 日 ) は 、 攘夷 派 の 志士 の 一人 。 +蜻蛉 ( かげろう ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の 一 つ 。 +松本 惠雄 ( まつもと しげお 、 1915 年 ( 大正 4 年 ) 10 月 7 日 - 2003 年 ( 平成 15 年 ) 2 月 5 日 ) は 、 シテ 方 宝生 流 の 能楽師 。 +内海 氏 ( うつみ し 、 うちうみ し 、 うちみ し 、 うちかいし ) と は 、 日本 の 姓 氏 の 1 つ 。 +容真 御 流 ( ようしんご りゅう ) と は 、 櫻井 成龍齋 一 如 居士 を 開祖 と する 華道 流 派 。 +柔術 ( じゅうじゅつ ) は 、 日本 古来 の 徒手 あるいは 短 い 武器 に よ る 攻防 の 技法 を 中心 と し た 武術 で あ る 。 +伊達 政宗 ( だて まさむね 、 1567 年 9 月 5 日 - 1636 年 6 月 27 日 ) は 、 戦国 時代 ( 日本 ) の 武将 。 +初穂 ( はつほ ) と は 、 日本 に お い て 秋 の イネ の 収獲 に 先立 っ て 神 ( 神道 ) に 献じ る 熟 し た 稲穂 の こと で あ る 。 +舞妓 変身 ( まいこ へんしん ) と は 、 主に 京都 市 内 、 特に 祇園 周辺 で 、 舞妓 や 姿 に あこがれ る 観光 客 に 舞妓 や 芸妓 など の 着物 、 鬘 、 簪 など の 着付け を 施 し 、 その 変身 願望 を 満足 さ せ る ため の サービス 業 。 +騎馬 隊 ( cavalry ) ( きばたい ) と は 、 兵士 が 馬 に またがり 刀剣 や 槍 、 銃 など で 武装 し た 兵士 たち を 集め て 戦闘 団 に し た もの 。 +常如 ( じょうにょ   1641 年 ( 寛永 18 年 ) - 1694 年 6 月 14 日 ( 元禄 7 年 5 月 22 日 ) ) は 、 浄土 真宗 の 僧 で 、 東本願 寺 第 15 代 法主 。 +芸道 論 ( げい どう ろん ) と は 、 平安 時代 から 江戸 時代 あたり まで の 和歌 、 能 、 華道 、 茶道 、 香道 、 武術 など の 道 を 究め る ため に 書 か れ た もの で あ る 。 +津田 宗及 ( つだ そう ぎゅう 、 生年 不詳 - 天正 19 年 4 月 20 日 ( 旧暦 ) ( 1591 年 6 月 11 日 ) ) は 、 安土 桃山 時代 の 堺 市 の 商人 、 茶道 。 +すごろく ( 雙六 ・ 双 六 ) と は 、 サイコロ を 振 っ て 、 出 た 目 に 従 っ て 升目 に あ る 駒 を 進め て 上がり に 近づけ る ボード ゲーム 。 +無宿 ( む しゅく ) は 、 江戸 時代 に お い て 、 現在 の 戸籍 台 帳 と 呼べ る 宗門 人 別 改帳 から 名前 を 外 さ れ た 者 の こと で あ る 。 +御 招霊 ( お しょうれい 、 お しょうらい ) は 、 日本 の 盂蘭 盆 ( うらぼん ) の 年中 行事 の 一 つ 。 +松林 図 屏風 ( しょうりん ず びょうぶ ) は 、 長谷川 等伯 の 代表 作 で 、 6 曲 1 双 の 屏風 画 で あ る 。 +宮城 千 賀子 ( みやぎ ちかこ 、 1922 年 11 月 26 日 - 1996 年 8 月 7 日 ) は 、 日本 の 俳優 で あ る 。 +御毛 沼命 ( みけぬの みこと ) は 、 日本 神話 に 登場 する 日本 の 皇族 で あ る 。 +連歌 ( れんが ) は 日本 の 伝統 的 詩形 の ひと つ で 、 複数 の 人間 で 和歌 の 上句 と 下句 を 繋げ て い く もの で あ る 。 +高国造 ( たかの く に みやつこ ・ たかこく ぞう ) は 常陸 国 北部 を 支配 し た 国造 。 +堀河 康胤 ( ほり かわ やすたね 、 天正 20 年 9 月 9 日 ( 旧暦 ) ( 1592 年 10 月 14 日 ) - 寛文 13 年 1 月 27 日 ( 旧暦 ) ( 167 3 年 3 月 15 日 ) ) は 、 江戸 時代 前期 の 公卿 ・ 堀河 家 の 祖 。 +一条 冬良 ( いちじょうふゆ よし 、 寛正 5 年 6 月 25 日 ( 旧暦 ) ( 1464 年 7 月 29 日 ) - 永正 11 年 3 月 27 日 ( 旧暦 ) ( 1514 年 4 月 21 日 ) ) は 戦国 時代 _ ( 日本 ) の 公卿 、 関白 。 +大 日本 沿海 輿地 全 図 ( だい に ほん えん かい よち ぜん ず ) は 、 江戸 時代 後期 の 測量 家 伊能 忠敬 が 中心 と な っ て 作製 さ れ た 日本 全土 の 実測 地図 で あ る 。 +藤原 通基 ( ふじわら の みちもと 、 治安 _ ( 元号 ) 元年 ( 1021 年 ) - 長久 元年 12 月 8 日 _ ( 旧暦 ) ( 1041 年 1 月 13 日 ) ) は 、 平安 時代 中期 の 公卿 。 +初午 ( はつうま ) は 、 2 月 の 最初 の 午 の 日 。 +後藤 象二郎 / 象次郎 ( ごとう しょう じろう 、 天保 9 年 3 月 19 日 ( 旧暦 ) ( 1838 年 4 月 13 日 ) - 明治 30 年 ( 1897 年 ) 8 月 4 日 ) は 、 日本 の 武士 ・ 土佐 藩 士 、 政治 家 。 +四職 ( ししき / ししょく ) は 、 室町 時代 の 武家 の 家格 。 +担 ( たん 、 元 の 用字 は 擔 ) は 、 中国 の 尺貫 法 ( 尺斤 法 。 市制 ( 単位 系 ) ・ 台 制 ) の 重量 ( 質量 ) の 物理 単位 で あ る 。 +日蓮 本 宗 ( にちれん ほんしゅう ) は 、 日蓮 を 宗祖 と し 、 富士 門流 の 日尊 を 派祖 と する 、 日蓮 門 下 の 一派 で あ る 。 +鬼室 神社 ( きしつ じんじゃ ) と は 、 滋賀 県 蒲生 郡 日野 町 ( 滋賀 県 ) に あ る 神社 で あ る 。 +木津 温泉 駅 ( きつ おんせん えき ) は 、 京都 府 京丹後 市 網野 町 木津 に あ る 、 北 近畿 タンゴ 鉄道 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +豊国 ( と よく に 、 生没年 不詳 ) は 、 6 世紀 ごろ の 僧 。 +東京 奠都 ( とうきょうてん と ) は 、 明治 維新 の とき 江戸 が 東京 と さ れ た こと 。 +御物 +中 先代 の 乱 ( なかせん だい の らん ) は 、 1335 年 ( 建武 ( 日本 ) 2 年 ) 7 月 ( 旧暦 ) 、 北条 高 時 ( 鎌倉 幕府 第 14 代 執権 ) の 遺児 北条 時行 が 、 信濃 国 の 諏訪 頼重 ( 南北朝 時代 ) ら に 擁立 さ れ 、 鎌倉 幕府 復興 の ため 挙兵 し た 反乱 。 +幕府 ( ばくふ ) は 、 武家 政治 の 政庁 や 武家 政権 その もの を 指 す ( 平 氏 政権 ・ 織豊 政権 など の 例外 は あ る ) 。 +嵐山 高雄 パーク ウェイ ( あらしやまたかお パーク ウェイ ) は 、 阪急 阪神 ホールディングス グループ の 西山 ドライブ ウエイ 株式 会社 が 経営 する 一般 自動 車 道 。 +京奈和 自動 車 道 ( けい なわ じどう しゃどう 、 英称 KEINAWAEXPRESSWAY ) は 、 京都 府 京都 市 を 起点 と し 、 奈良 県 を 北 から 西 に 抜け て 和歌山 県 和歌山 市 に 至 る 延長 約 120 キロメートル の 国土 交通 大臣 指定 に 基づ く 高規格 幹線 道路 ( 一般 国道 の 自動 車 専用 道路 ) 。 +越訴 方 ( おっそ かた ) と は 、 鎌倉 幕府 ・ 室町 幕府 に おけ る 訴訟 機関 。 +小 学校 令 ( しょう がっこう れい ) は 、 日本 の 近代 の 初等 教育 制度 を 定め て い た 勅令 ( 命令 ) で あ る 。 +福澤 桃介 ( ふくざわ も もすけ 、 1868 年 6 月 25 日 - 1938 年 2 月 15 日 ) は 、 日本 の 実業 家 、 政治 家 。 +土師 器 ( はじき ) と は 、 弥生 式 土器 の 流れ を 汲 み 、 古墳 時代 ~ 奈良 時代 ・ 平安 時代 まで 生産 さ れ 、 中世 ・ 近世 の かわらけ に 取 っ て 代わ ら れ る まで 生産 さ れ た 素焼き の 土器 で あ る 。 +法然 寺 ( ほうねんじ ) は 京都 府 京都 市 右京 区 嵯峨 天竜 寺 立石町 に あ る 、 浄土 宗 の 寺院 で あ る 。 +紫衣 事件 ( しえ じけん ) と は 、 江戸 時代 初期 に おけ る 、 江戸 幕府 の 朝廷 に 対 する 圧迫 と 統制 を 示 す 朝幕 間 の 対立 事件 で あ る 。 +岡 部 長 泰 ( おかべ ながやす 、 慶安 3 年 4 月 8 日 ( 旧暦 ) ( 1650 年 5 月 8 日 ) - 享保 9 年 7 月 18 日 ( 旧暦 ) ( 1724 年 9 月 5 日 ) ) は 、 和泉 国 岸和田 藩 の 第 3 代 藩 主 。 +森 常吉 ( もりつねきち 、 文政 9 年 6 月 12 日 ( 旧暦 ) ( 1826 年 7 月 16 日 ) - 明治 2 年 11 月 13 日 ( 旧暦 ) ( 1869 年 12 月 15 日 ) ) は 、 幕末 の 桑名 藩 士 。 +御 間城姫 ( みまき ひめ 、 生没年 不詳 ) は 崇神 天皇 の 皇后 。 +葛木 坐 火雷 神社 ( かつら き い ま す ほ の いかづち じんじゃ ) は 、 奈良 県 葛城 市 笛吹 ( 旧 新庄 町 笛吹 ) に あ る 神社 で あ る 。 +主 鷹司 ( しゅよう し ) は 律令 制 に お い て 兵部 省 に 属 し た 機関 。 +八条 上杉家 ( はちじょう うえすぎ け ) は 、 上杉 氏 の 諸家 の ひと つ 。 +奈良 流 ( なら りゅう ) と は 、 日本 酒 の 製法 に 関 する 流派 の 一 つ 。 +深泥池 ( みどろ が いけ 、 みぞろが いけ ) は 、 京都 府 京都 市 左京 区 に あ る 池 で あ る 。 +九品 寺 ( く ほんじ ) は 、 京都 市 南 区 ( 京都 市 ) 東 九 条 に あ る 浄土 宗 の 寺院 。 +細川 頼元 ( ほそかわ より も と 、 興国 4 年 / 康永 2 年 ( 1343 年 ) - 応永 4 年 5 月 7 日 ( 旧暦 ) ( 1397 年 6 月 2 日 ) ) は 、 室町 時代 の 幕府 管領 。 +薬師寺 ( やくしじ ) は 、 奈良 県 奈良 市 西ノ京町 に 所在 する 寺院 で あ り 、 興福 寺 と とも に 法 相 宗 の 大 本山 で あ る 。 +長沼 事件 ( ながぬま じけん ) と は 印旛 県 長沼 村 ( 現 ・ 千葉 県 成田 市 長沼 ) で 起き た 、 長沼 の 利権 を 巡 る 長沼 下戻 係争 の 事 で あ る 。 +諸 大夫 ( しょだいぶ ) は 日本 の 古代 から 中世 、 近世 に かけ て の 官人 の 階層 の 名称 。 +平経盛 ( たいら の つねもり 、 天治 元年 ( 1124 年 ) - 文治 元年 3 月 24 日 ( 旧暦 ) ( 1185 年 4 月 25 日 ) ) は 、 平安 時代 末期 の 武将 。 +藤原 良頼 ( ふじわら の よしより 、 長保 4 年 ( 100 2 年 ) - 永承 3 年 6 月 4 日 ( 旧暦 ) ( 1048 年 7 月 17 日 ) ) は 、 平安 時代 中期 の 公卿 。 +耳成山 ( みみな し やま ) は 、 奈良 県 橿原 市 に あ る 山 。 +飛鳥 京 ( あすか きょう 、 あすか の みやこ ) は 現在 の 奈良 県 高市 郡 明日香 村 一帯 に あ っ た と 想定 さ れ る 古代 都市 の 、 主に 飛鳥 時代 の もの を 指 し 示 す 名称 。 +富小路通 ( とみの こうじ どおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +藤原 玄明 ( ふじわら の はるあき 、 生年 不詳 - 天慶 3 年 ( 940 年 ) ) は 、 平安 時代 中期 の 豪族 。 +名所 江戸 百 景 ( めいしょえど ひゃっ けい ) と は 、 浮世 絵 師 の 歌川 広重 が 安政 3 年 ( 1856 年 ) から 同 5 年 ( 1858 年 ) に かけ て 制作 し た 連作 浮世絵 で あ る 。 +常盤井 宮 滿仁親王 ( ときわい のみや みつひ と しんの う 、 文和 3 年 / 正平 9 年 ( 1354 年 ) - 応永 33 年 10 月 8 日 ( 142 6 年 11 月 7 日 ) ) は 室町 時代 前期 の 皇族 。 +小曽根 星海 ( こそね せいかい 、 嘉永 4 年 5 月 ( 1851 年 ) - 明治 37 年 ( 190 4 年 ) 6 月 5 日 ) は 、 明治 時代 の 実業 家 ・ 書家 ・ 篆刻 家 で あ る 。 +かまど 神 ( かまどがみ ) は かまど や 囲炉 裏 など の 火 を 使 う 場所 に 祀 ら れ る 神 。 +東勝 寺 合戦 ( とうしょうじ がっせん ) は 、 鎌倉 時代 末期 の 1333 年 ( 元弘 3 年 、 正慶 2 年 ) に 相模 国 鎌倉 ( 現在 の 鎌倉 市 ) で 行 わ れ た 戦い 。 +源氏 物語古 系 図 ( げんじ ものがたり こけいず ) と は 、 『 源氏 物語 』 の 登場 人物 を 実在 の 人物 と 同様 に 系 図 の 形式 で 書き 表 し た 源氏 物語 系 図 ( げんじ ものがたり けいず ) の うち 、 三条 西 実隆 が 整え た と さ れ る もの 以前 の もの を い う 。 +平良 門 ( たいら の よしかど 、 生没 年 未詳 ) は 、 平安 時代 中期 の 伝説 上 の 武将 、 もしくは 妖怪 。 +松平定勝 ( まつだいら さだかつ 、 15 60 年 ( 永禄 3 年 ) - 1624 年 5 月 1日 ( 寛永 元年 3 月 14 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 武将 、 江戸 時代 初期 の 大名 。 +源 頼子 ( みなもと の より こ / らいし ) は 、 下記 の とおり で あ る 。 +人 の 名前 に 使 わ れ る 漢字 の 通常 の 音読み ・ 訓読 み 以外 の 読 み 方 。 +藤原 兼長 ( ふじわら の かねな が 、 保延 4 年 ( 1138 年 ) - 保元 3 年 ( 1158 年 ) 正月 ) は 平安 時代 末期 の 宮廷 政治 家 。 +済子 女王 ( なりこ / せい しじょおう 、 生没年 不詳 ) は 、 平安 時代 中期 の 皇族 。 +倭 ( わ 、 やまと ) は 、 紀元 前 から 中国 各 王朝 が 日本 列島 を 中心 と する 地域 および その 住人 を 指 す 際 に 用い た 呼称 で あ る 。 +中条 詮 秀 ( ちゅうじょう あきひ で 、 貞和 4 年 / 正平 ( 日本 ) 3 年 ( 1348 年 ) - 永享 4 年 11 月 7 日 ( 旧暦 ) ( 1432 年 11 月 29 日 ) ) は 室町 時代 前期 の 武将 。 +片切景重 ( かたぎり かげ しげ 、 生年 不詳 - 平治 元年 12 月 27 日 ( 旧暦 ) ( 11 60 年 2 月 6 日 ) ) は 、 平安 時代 末期 の 武将 。 +一 君 万民論 ( いっ くん ばん みんろん ) は ただ 一人 の 君主 に のみ 生来 の 権威 ・ 権限 を 認め 、 その 他 の 臣下 ・ 人民 の 間 に は 原則 と し て 一切 の 差別 ・ 身分 差 を 認め な い と する 思想 ・ 主張 で あ る 。 +上北山 温泉 ( かみき たやま おんせん ) は 、 奈良 県 吉野 郡 上北山村 ( 旧国 大 和国 ) に あ る 温泉 。 +唯善 ( ゆいぜん 、 建長 5 年 ( 1253 年 ) - 文保 元年 2 月 2 日 ( 旧暦 ) ( 1317 年 3 月 15 日 ) ) は 、 鎌倉 時代 後期 の 浄土 真宗 の 僧 。 +新家 ( しんけ ) +冷や し 飴 ( ひやしあめ ) また は 飴湯 ( あめゆ ) と は 、 麦芽 水飴 を 湯 で 溶 い て 、 風味 や 香り を 付け る ため に ショウガ の 搾 り 汁 また は おろし 生姜 を 加え た 、 日本 の 伝統 的 な 甘味 飲料 の 一 つ 。 +北山 駅 ( きたやま えき ) +実語 教 ( じつ ご きょう ) は 、 平安 時代 末期 から 明治 初期 に かけ て 普及 し て い た 庶民 の ため の 教訓 を 中心 と し た 初等 教科 書 で あ る 。 +隆弁 ( りゅうべん 、 承元 2 年 ( 120 8 年 ) - 弘安 6 年 8 月 15 日 ( 旧暦 ) ( 1283 年 9 月 7 日 ) ) は 、 鎌倉 時代 中期 の 天台 宗 寺門 派 の 僧侶 ・ 歌人 。 +法泉寺 ( ほうせんじ ) は 、 京都 府 京田辺 市 に あ る 真言 宗 智山 派 の 寺院 。 +高松塚 古墳 ( たかま つづ か こふん ) は 、 奈良 県 高市 郡 明日香 村 ( 国営 飛鳥 歴史 公園 内 ) に 存在 する 古墳 。 +宗像 氏 実 ( むなかた う じ さね 、 生没年 不詳 ) は 、 平安 時代 末期 の 宗像 大社 の 第 25 代 ・ 第 28 代 ・ 第 30 代 ・ 第 32 代 ・ 第 35 代 宮司 で あ る 。 +東郷 家平 ( とうごう いえ ひら 、 生年 不詳 - 治承 3 年 2 月 22 日 ( 旧暦 ) ( 1179 年 3 月 31 日 ) ) は 平安 時代 末期 、 伯耆 国 の 武士 で 原田 氏 の 一族 。 +佐伯 惟定 ( さえき これ さだ 、 永禄 12 年 ( 1569 年 ) - 元和 ( 日本 ) 4 年 6 月 9 日 ( 旧暦 ) ( 1618 年 7 月 30 日 ) ) は 佐伯 惟教 の 嫡孫 。 +九条 師 教 ( くじょう もろの り 、 文永 10 年 5 月 27 日 ( 旧暦 ) ( 1273 年 6 月 13 日 ) - 元応 2 年 6 月 7 日 ( 旧暦 ) ( 1320 年 7 月 13 日 ) ) は 鎌倉 時代 の 公卿 。 +品川 弥二郎 ( しながわ やじろう 、 天保 14 年 9 月 29 日 ( 旧暦 ) ( 1843 年 11 月 20 日 ) - 明治 33 年 ( 190 0 年 ) 2 月 26 日 ) は 、 日本 の 武士 ( 長州 藩士 ) 、 政治 家 。 +誠仁 親王 ( さねひと しんのう 、 155 2 年 5 月 16 日 ( 天文 21 年 4 月 23 日 ) - 158 6 年 9 月 7 日 ( 天正 14 年 7 月 24 日 ) ) は 、 安土 桃山 時代 の 皇族 。 +岩倉 使節 団 ( いわくら しせつ だん ) と は 明治 4 年 11 月 12 日 ( 旧暦 ) ( 18 71 年 12 月 23 日 ) から 明治 6 年 ( 1873 年 ) 9 月 13 日 まで 、 日本 から アメリカ 合衆 国 、 ヨーロッパ 諸国 に 派遣 さ れ た 使節 団 で あ る 。 +和泉 流 ( いずみ - りゅう ) は 狂言 の 流儀 の 一 。 +埴輪 ( はにわ ) と は 、 日本 の 古墳 時代 に 特有 の 素焼 の 焼き物 。 +昭平 親王 ( あきひら しんの う 、 天暦 8 年 ( 954 年 ) - 長和 2 年 6 月 28 日 _ ( 1013 年 8 月 7 日 ) ) は 、 平安 時代 の 皇族 。 +今出川 実尹 ( いまで がわ さね ただ 、 正和 5 年 ( 1316 年 ) ‐ 康永 元年 8 月 21 日 ( 旧暦 ) ( 1342 年 9 月 21 日 ) ) は 、 鎌倉 時代 ・ 建武 新 政期 の 公卿 。 +大宮 通 ( おおみや どおり ) は 、 京都 市 の 主要 な 南北 の 通り の 一 つ 。 +京都 市 平安 京 創生 館 ( きょう と し へい あんきょうそう せいかん ) は 京都 市 中京 区 に あ る 博物 館 施設 で 、 京都 市 生涯 学習 総合 センター ( 京都 アスニー ) 1 階 に 所在 。 +朽木 綱紀 ( く つき つなのり 、 文化 ( 元 号 ) 4 年 12 月 12 日 ( 旧暦 ) ( 180 8 年 1 月 9 日 ) - 文政 8 年 9 月 4 日 ( 旧暦 ) ( 182 5 年 10 月 15 日 ) ) は 、 丹波 国 福知 山 藩 の 世嗣 。 +三 枡 大五郎 ( み ます だい ごろう ) は 歌舞伎 の 名跡 の 一 つ 。 +蘇我 蝦夷 ( そが の えみし ) は 、 飛鳥 時代 に 大臣 ( おおおみ ) と な り 中大 兄 皇子 ( 後 の 天智 天皇 ) ・ 藤原 鎌足 ・ 蘇我 倉山田 石川 麻呂 ら の いわゆる 乙巳 の 変 で 自殺 し た 政治 家 、 貴族 。 +難波 三綱 ( なにわ の みつな 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +團菊爺 ( だんぎくじじい ) ・ 菊吉 爺 ( きく き ちじじい ) は 、 歌舞伎 の 好劇 家 間 で 用い られ る 俗語 ・ 隠語 の 一種 。 +笠縫邑 ( か さ ぬい むら 、 かさ ぬい の むら ) と は 、 崇神 天皇 6 年 に 、 宮中 に 奉祀 し て い た 天照 大神 を 移 し 、 豊鍬 入 姫命 に 託 し て 祀 ら せ た 場所 。 +権 現造 ( ごんげん づくり ) は 、 日本 の 神社 建築 様式 の 1 つ で あ る 。 +五 世 梅 若 吉之丞 ( ごせい うめわか きち の じょう ) と は 、 シテ 方 観世 流能 楽師 。 +源 氏名 ( げんじな ) と は 、 源氏 物語 に ちな ん で 付け られ た 名前 の こと 。 +類聚 三 代格 ( るいじゅ さん だい きゃく ) は 、 平安 時代 ( 恐らく 11 世紀 ) に 書 か れ た 法令 集 。 +命名 の 儀 ( めいめい の ぎ ) と は 生後 7 日 ( 御 七 夜 ) を 迎え た 皇族 に 命名 する 儀式 で あ る 。 +本多 俊次 ( ほん だ としつぐ ) は 、 近江 膳所 藩 の 第 2 代 藩 主 。 +北 近畿 ( きたきんき ) と は 、 西 日本 旅客 鉄道 が 新 大阪 駅 ~ 福知 山 駅 ・ 豊岡 駅 ( 兵庫 県 ) ・ 城崎 温泉 駅間 を 福知 山 線 ( JR 宝塚 線 ) ・ 山 陰 本線 経由 で 運行 する エル 特急 の 名称 で あ る 。 +伊東 祐亨 ( いとうすけゆき 、 天保 14 年 5 月 12 日 ( 旧暦 ) ( 1843 年 6 月 9 日 ) - 1 月 16 日 ) は 、 日本 の 武士 、 大 日本 帝国 海軍 軍人 、 華族 。 +本項 京都 市 中京 区 の 町名 ( きょう と し なか ぎょう く の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +鎮守 の 森 ( ちんじゅ の もり ) と は 、 日本 に お い て 、 神社 に 付随 し て 参道 や 拝所 を 囲 む よう に 設定 ・ 維持 さ れ て い る 森林 で あ る 。 +丹羽 正伯 ( にわ しょうは く 、 元禄 4 年 ( 1691 年 ) - 宝暦 6 年 4 月 14 日 ( 旧暦 ) ( 1756 年 5 月 12 日 ) ) は 、 江戸 中期 を 代表 する 本草 学者 で あ る 。 +上表文 ( じょうひょうぶん ) と は 、 君主 に 文書 を 奉 る こと 、 また その 文書 を い う 。 +持明院 統 ( じみょう いん とう ) と は 、 鎌倉 時代 後期 から 南北朝 時代 に かけ て 皇位 に 即 い た 日本 の 皇室 の 系統 で 、 第 88 代 後 嵯峨 天皇 の 子 で あ る 第 89 代 後 深草 天皇 の 子孫 で あ る 。 +誠拙 周樗 ( せいせつ しゅうちょ 、 延享 2 年 ( 1745 年 ) - 文政 3 年 6 月 28 日 ( 旧暦 ) ( 1820 年 8 月 6 日 ) ) 江戸 時代 中期 から 後期 に かけ て の 臨済 宗 の 僧 ・ 歌人 。 +堀 頼重 ( ほり より しげ 、 生没年 不詳 ) は 、 平安 時代 末期 の 武士 。 +薬師 如来 ( やく し にょらい ) 、 サンスクリット バイシャジヤ ・ グル ( bhaiSajya - guru ) は 、 大乗 仏教 に おけ る 如来 の 一尊 。 +細工所 ( さいくしょ / さいく どころ ) と は 、 中世 権 門 が 恒常 的 あるいは 臨時 に 設置 し た 手工業 の ため の 機関 及び 工房 の こと 。 +私 の しごと 館 ( わたし の しごと かん ) は 、 若者 を 対象 に 職業 体験 の 機会 、 職業 情報 、 職業 相談 等 を 提供 する 施設 で あ る 。 +飛鳥 京跡 ( あすか きょう あと ) は 奈良 県 高市 郡 明日香 村岡 に あ る 飛鳥 時代 の 遺跡 。 +大屋 都 比 賣神 ( おおやつ ひめ ) 、 及び 大屋 津 姫命 は 、 日本 神話 に 登場 する 樹木 の 女神 。 +松本 明慶 ( まつもと みょうけい , 1945 年 ( 昭和 20 年 ) - ) は 、 現代 日本 の 仏師 で あ り 、 慶派 に 属 する と さ れ る 。 +日野 俊光 ( ひ の としみつ 、 文応 元年 ( 12 60 年 ) - 嘉暦 元年 5 月 15 日 ( 旧暦 ) ( 1326 年 ) ) は 、 鎌倉 時代 の 公卿 。 +永光 院 ( えいこういん 、 寛永 元年 ( 1624 年 ) - 正徳 ( 日本 ) 元年 10 月 11 日 ( 旧暦 ) ( 1 71 1 年 11 月 20 日 ) は 、 江戸 時代 の 女性 、 江戸 幕府 3 代 征夷 大将軍 徳川 家光 の 側室 で あ る 。 +別本 ( べっぽん ) +みぞれ鍋 は 鍋 料理 の 一種 。 +谷 塩手 ( たにの しお て 、 天武 天皇 元年 7 月 23 日 ( 旧暦 ) ( 67 2 年 8 月 21 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +於大 の 方 ( お だい の かた 、 享禄 元年 ( 1528 年 ) - 慶長 7 年 8 月 28 日 ( 旧暦 ) ( 160 2 年 10 月 13 日 ) ) は 初め 松平 広 忠正 室 、 のち に 久松 俊勝 夫人 。 +辻斬 ( つじぎり ) と は 、 主に 江戸 時代 に 武士 が 街中 など で 無 差別 に 通行 人 を 刀 で 斬 る こと 。 +安康 天皇 ( あんこう てんのう 、 履中 天皇 2 年 ( 40 1 年 ) ? - 安康 天皇 3 年 8 月 9 日 ( 旧暦 ) ( 456 年 9 月 24 日 ) ) は 、 第 20 代 の 天皇 ( 在位 : 允 恭 天皇 42 年 12 月 14 日 ( 旧暦 ) ( 454 年 1 月 28 日 ) - 安康 天皇 3 年 8 月 9 日 ( 456 年 9 月 24 日 ) ) 。 +井上 玄覚因碩 ( いのうえ げんかく いん せき 、 慶長 10 年 ( 160 5 年 ) - 延宝 元年 ( 1673 年 ) 1 月 14 日 ) は 、 囲碁 の 棋士 ( 囲碁 ) 。 +武将 ( ぶしょう ) と は 軍人 、 武士 など 軍事 に 携わ る 人々 の うち 頭立 っ た 者 を 指 す 言葉 で あ る 。 +和珥部 君手 ( わ にべ の きみ て 、 生年 不明 - 文武 天皇 元年 ( 697 年 ) 9 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +人 掃令 ( ひとばらい れい ) は 、 安土 桃山 時代 の 1592 年 ( 文禄 元年 ) に 関白 豊臣 秀次 の 名 で 出 さ れ た 法令 で あ る 。 +道行 旅路 の 花聟 ( みちゆき たびじ の はなむこ ) は 、 歌舞伎 『 仮名 手本 忠臣 蔵 』 の 四 段 目 ( 判官 切腹 ) と 五 段 目 ( 山崎 街道 ) の あいだ に 挿入 さ れ る 所作事 。 +伺方 ( うかが い かた ) と は 、 江戸 幕府 の 職名 で 勘定 所 の 一部門 及び そこ に 属 する 職員 ( 勘定 衆 ) を 指 す 。 +手島 堵庵 ( てじま と あん 、 享保 3 年 5 月 13 日 ( 旧暦 ) ( 1 71 8 年 6 月 12 日 ) - 天明 6 年 2 月 9 日 ( 旧暦 ) ( 1786 年 3 月 8 日 ) ) は 、 江戸 時代 中期 の 心学 者 。 +時子 内 親王 ( ときこ な い しんのう 、 生年 不詳 - 承和 ( 日本 ) 14 年 2 月 12 日 ( 旧暦 ) ( 847 年 3 月 2 日 ) ) は 、 平安 時代 前期 の 皇族 。 +神功 皇后 ( じんぐう こうごう 、 成務 天皇 40 年 ( 170 年 ) - 神功 69 年 4 月 17 日 ( 旧暦 ) ( 269 年 6 月 3 日 ) ) は 、 仲哀 天皇 の 皇后 。 +寛平 の 治 ( かんぴょう の ち ) は 、 平安 時代 中期 ( 9 世紀 後期 ) の 宇多 天皇 の 治世 を 理想 視 し た 呼称 。 +並木 五 瓶 ( なみき ごへい ) は 歌舞伎 狂言 作者 の 名跡 。 +大石 信興 ( おお いし のぶおき 、 延宝 2 年 ( 1674 年 ) - 寛保 元年 9 月 6 日 ( 旧暦 ) ( 1741 年 10 月 15 日 ) ) は 、 江戸 時代 前期 の 武士 。 +打毬 ( だきゅう 、 うち まり ) は 、 日本 で かつて おこな わ れ た 、 ポロ に 似 た 競技 、 遊戯 で あ る 。 +谷根 麻呂 ( たに の ねまろ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +正史 ( せいし ) と は 、 +大炊 御門 良宗 ( おおい の みかど よしむね 、 文応 元年 ( 12 60 年 ) - 徳治 2 年 8 月 23 日 ( 旧暦 ) ( 1307 年 9 月 20 日 ) ) は 、 鎌倉 時代 中期 から 後期 の 公卿 。 +清滝 街道 ( きよた き かいどう ) は 、 大阪 府 と 奈良 県 ・ 京都 府 南端 部 を 結 ぶ 街道 の ひと つ で あ る 。 +安場 保和 ( やすばやす かず 、 男性 、 天保 6 年 4 月 17 日 ( 旧暦 ) ( 1835 年 5 月 14 日 ) - 明治 32 年 ( 1899 年 ) 5 月 23 日 ) は 、 近代 日本 草創 期 の 官僚 ・ 政治 家 。 +柴司 ( しばつかさ 、 弘化 元年 2 月 14 日 ( 旧暦 ) ( 1844 年 4 月 1日 ) - 元治 元年 6 月 12 日 ( 旧暦 ) ( 1864 年 7 月 15 日 ) ) は 、 幕末 の 京都 に 駐留 し て い た 会津 藩 士 で あ る 。 +大 中臣 輔親 ( おおなか とみのすけちか 、 天暦 8 年 ( 954 年 ) - 長暦 2 年 6 月 2 日 ( 旧暦 ) ( 10 3 8 年 7 月 6 日 ) ) は 、 平安 時代 中期 の 歌人 。 +三ツ 鳥居 ( みつ とりい ) は 、 明神 型 鳥居 3 つ を 1 つ に 組み合わせ た もの で 、 柱 が 4 本 に な る 為 、 四 脚 鳥居 と 呼 ば れ る 事 も あ る 。 +和田 胤長 ( わだ たねな が 、 寿永 2 年 ( 1183 年 ) - 建暦 3 年 5 月 9 日 ( 旧暦 ) ( 1213 年 5 月 30 日 ) ) は 、 鎌倉 幕府 の 御 家人 。 +木曜 会 ( もくよう かい ) と は 、 明治 時代 に 存在 し た 貴族 院 _ ( 日本 ) の 院内 会 派 ( 1897 年 7 月 28 日 - 19 13 年 1 月 26 日 、 なお 院内 交渉 団体 と し て の 成立 は 189 8 年 3 月 10 日 ) 。 +国立 国会 図書 館 ( こくりつ こっかい と しょ かん ) は 、 日本 の 国会 議員 の 調査 研究 、 行政 、 ならび に 日本 国民 の ため に 奉仕 を 提供 する 図書 館 で あ る 。 +名跡 ( みょうせき ) と は 家 制度 と 密接 に 結びつ き 、 代々 継承 さ れ る 個人 名 。 +西芳 寺 ( さいほうじ ) は 、 京都 市 西京 区 松尾 に あ る 臨済 宗 の 寺院 。 +藤堂 式 部 家信 ( とうどう しき ぶ   いえのぶ ) 、 天正 6 年 ( 1578 年 ) - 寛永 13 年 2 月 19 日 ( 旧暦 ) ( 1636 年 3 月 26 日 ) ) は 安土 桃山 時代 から 江戸 時代 前期 の 藤堂 氏 の 家臣 。 +酒屋 会議 ( さかや かいぎ ) は 、 明治 時代 前期 に 造酒 税 の 引き上げ に 対 する 抗議 と し て 酒造 業者 が 起こ し た 日本 全国 的 な 運動 。 +大島 渚 ( おおしま なぎさ 、 1932 年 3 月 31 日 - ) は 、 日本 の 映画 監督 。 +本善 寺 ( ほんぜん じ ) は 、 奈良 県 吉野 郡 吉野 町 に あ る 浄土 真宗 本願 寺 派 の 寺院 。 +箱館 裁判 所 ( はこだて さいばん しょ ) は 、 慶応 4 年 ( 9 月 8 日 から 改元 し て 明治 元年 ) ( 1868 年 ) の 短時 日 に 、 蝦夷 地 を 統治 する ため に 箱館 ( 現在 の 函館 市 ) に 設け られ た 裁判 所 ( 地方 制度 ) で あ る 。 +宇佐 八幡宮 神託 事件 ( うさ はち まんぐう しんたく じけん ) と は 奈良 時代 の 神護 景雲 3 年 ( 769 年 ) 、 宇佐 八幡宮 ( 大分 県 宇佐 市 ) より 称徳 天皇 ( 孝謙 天皇 ) に 対 し て 「 道鏡 が 皇位 に 就 く べ し 」 と の 託宣 を 受け て 、 道鏡 が 天皇 位 を 得 よ う と し た と さ れ る 事件 で あ る 。 +七 条 仏 所 ( しちじょう ぶっしょ / なな じょう ぶっしょ ) は 、 慶派 の 京都 七 条 通 に あ っ た 仏所 ( 仏師 の 工房 ) 。 +喬子 女王 ( たかこ じょ おう 、 寛政 7 年 6 月 14 日 ( 旧暦 ) ( 1795 年 7 月 29 日 ) - 天保 11 年 1 月 16 日 ( 旧暦 ) ( 1840 年 2 月 18 日 ) ) は 、 江戸 幕府 第 12 代 征夷 大将軍 ・ 徳川 家慶 の 正室 ( 御 台所 ) 。 +欠史 八代 ( けっし はち だい ) ( 正確 な 表記 は 、 闕史 八代 ) と は 、 『 古事 記 』 および 『 日本 書紀 』 に お い て 、 系譜 ( 帝紀 ) は 存在 する もの の その 事績 ( 旧辞 ) が 記 さ れ て い な い 第 2 代 綏 靖 天皇 から 第 9 代 開化 天皇 まで の 8 人 の 天皇 の こと 、 あるいは その 時代 を 指 す 。 +聚光院 ( じゅこういん ) は 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 臨済 宗 大 本山 大徳 寺 の 塔頭 の ひと つ で あ る 。 +障子 ( しょうじ ) は 、 日本 家屋 に おけ る 扉 、 窓 に 用い る 建具 の 一 つ で 、 明かり を 通 す よう に 木枠 に 紙張り に な っ て い る もの 。 +警策 は 、 警覚 策 励 ( けいかく さく れい ) の 略 。 +コノハナノ サクヤビメ は 、 日本 神話 に 登場 する 神 。 +藤原 重家 ( ふじわら の しげいえ 、 大治 ( 日本 ) 3 年 ( 1128 年 ) - 治承 4 年 12 月 21 日 ( 旧暦 ) ( 1181 年 1 月 8 日 ) ) は 平安 時代 後期 の 公卿 、 歌人 。 +赤穂 神社 ( あ こう じんじゃ ) と は 、 奈良 県 奈良 市 に あ る 神社 で あ る 。 +柊鰯 ( ひいらぎいわし ) と は 、 節分 に 、 魔除 け と し て ヒイラギ の 小枝 と 焼 い た イワシ の 頭 を 門口 に 挿 し た もの を い い 、 柊鰯 を 挿す の は 古く から の 日本 の 習慣 で あ る 。 +板前 ( いたま え ) と は 、 日本 料理 店 ・ 料亭 で 料理 を つく る 人 の こと 。 +軍役 ( ぐん やく 、 ぐん えき ) は 、 戦時 、 武士 が 主君 に 拠出 す べ く 課 せ られ る 軍事 力 や 兵糧 その 他 で あ る 。 +淡雪 ( あわゆき ) 、 淡雪 羹 ( あわゆきかん ) は 、 うっすら 積も っ た 淡雪 に 見立て 、 溶け出 し そう な 雪 の よう に 舌 の 上 で とろけ る 食感 の 和 菓子 で あ る 。 +蔵原 惟繕 ( くらはら これ よし 、 1927 年 5 月 31 日 - 2002 年 12 月 28 日 ) は 、 日本 の 映画 監督 。 +絣 ・ 飛白 ( かすり ) と は 、 模様 が ところどころ に お い て 「 かす っ た 」 よう に 織 ら れ た 染め 文様 、 もしくは その よう な 文様 を 持 つ 織物 の こと で あ る 。 +庄弘方 ( しょう ひろかた 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 の 武蔵 国 児玉 党 ( 現在 の 埼玉 県 本庄 市 栗崎 出身 ) の 武士 。 +日甫 ( にちほ 、 慶長 12 年 ( 1607 年 ) - 元禄 11 年 ( 1698 年 ) ) は 、 江戸 時代 前期 の 日蓮 宗 の 僧 で 立花 の 名手 。 +イルティッシュ 号 投降 事件 ( イルティッシュ ごうとう こう じけん ) は 、 日本 海海戦 で 損傷 を 受け た ロシア の バルチック 艦隊 の 特務 艦 イルティッシュ 号 が 航行 不能 と な り 、 190 5 年 ( 明治 38 年 ) 5 月 28 日 午後 2 時 頃 、 島根 県 那賀 郡 都濃 村 和木 ( 現 ・ 江津 市 和木町 ) で 投降 し た 事件 。 +浅野 幸長 ( あさの よしなが ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 戦国 武将 ・ 大名 。 +大谷 尊由 ( おおたに そんゆ 、 1886 年 ( 明治 19 年 ) 8 月 19 日 - 1939 年 ( 昭和 14 年 ) 8 月 1日 ) は 、 浄土 真宗 の 僧侶 、 政治 家 。 +京都 スタジアム ( きょうと - ) は 、 京都 府 城陽 市 で 建設 予定 だっ た 球技 場 。 +持明院 基家 ( じみょういん も と いえ 、 長承 元年 ( 1132 年 ) - 建保 2 年 2 月 26 日 ( 旧暦 ) ( 1214 年 4 月 7 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 初期 に かけ て の 公卿 。 +山田 兼継 ( やまだ かねつ ぐ 、 承元 2 年 ( 120 8 年 ) 頃 ? - 没年 不詳 ) は 、 鎌倉 時代 前期 の 武士 ・ 僧 。 +土一 揆 ( つちいっき ・ ど いっき ) は 、 室町 時代 中期 から 後期 に かけ て 発生 し た 民衆 の 政治 的 要求 活動 を い う 。 +古劇 八 種 ( こげき はっしゅ ) は 、 市川 團蔵 ( 6 代 目 ) が 撰 じ た 三河 屋 ( 歌舞伎 ) ・ 市川 團蔵 の お 家芸 。 +宇治 市 源氏 物語 ミュージアム ( うじ しげん じ ものがたり ‐ ) は 、 京都 府 宇治 市 に あ る 「 源氏 物語 」 に 関 する 資料 の 収集 ・ 保管 等 を 行 う 市立 の 博物 館 で あ る 。 +奈良 きたまち ( なら - ) は 、 奈良 県 奈良 市 の なら まち より 北側 の 古 い 市街 地 を 指 す 地域 。 +尾上松 緑 ( おのえ しょうろく ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +清酒 酵母 ( せいしゅ こうぼ ) と は 、 日本 酒 醸造 に 用い られ る 酵母 の 総称 。 +猪飼 昇貞 ( いかい のぶさだ 、 生没年 不詳 ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 。 +皇典 講究 所 ( こうてん こうきゅうじょ 1882 年 - 1946 年 ) は 、 日本 に 設置 さ れ た 神道 の 研究 ・ 教育 機関 で あ る 。 +歌舞伎 の 家 の 芸 ( かぶき の いえ の げい ) で は 、 歌舞伎 役者 の 権門 が 家 の 芸 と し て 特に 定め た 演目 集 を あげ る 。 +サンショウ ( 山椒 、 学名 : Zanthoxylumpiperitum ) は ミカン 科 サンショウ 属 の 落葉 低木 。 +宗養 ( そうよう 、 大永 6 年 ( 1526 年 ) - 永禄 6 年 11 月 18 日 ( 旧暦 ) ( 1563 年 12 月 3 日 ) ) は 、 戦国 時代 ( 日本 ) の 連歌 師 。 +段仕込み ( だんじこ み ) と は 、 日本 酒 の 醸造 工程 の 一 つ で あ る 日本 酒醪 ( もろみづくり ) に お い て 、 その 前 の 工程 で 造 ら れ た 日本 酒 酒母 ( しゅぼ ) もしくは 酛 ( もと ) へ 、 日本 酒麹 と 日本 酒蒸し マイ を 三 段階 に 分け て 加え て い く こと に よ っ て 、 酵母 に 対 し て 適応 可能 な ゆるやか な 環境 変化 を 与え 、 その 活性 を 損な わ な い よう に する 工夫 の こと 。 +安居 ( あんご ) は 、 それ まで 個々 に 活動 し て い た 僧侶 たち が 、 一定 期間 、 一 カ所 に 集ま っ て 集団 で 修行 する こと 。 +橘 清友 ( たちばなの きよ と も 、 天平 宝字 2 年 ( 75 8 年 ) - 延暦 8 年 ( 789 年 ) ) は 、 奈良 時代 後期 の 政治 家 。 +勧修 寺 経興 ( かじゅうじつね お き 、 応永 3 年 ( 1396 年 ) - 永享 9 年 3 月 24 日 ( 旧暦 ) ( 1437 年 4 月 29 日 ) ) は 、 室町 時代 の 公家 ( 公卿 ) 。 +松方 幸次郎 ( まつかた こうじろう 、 慶応 元年 12 月 1日 ( 旧暦 ) ( 1866 年 1 月 17 日 ) - 昭和 25 年 ( 1950 年 ) 6 月 24 日 ) は 、 日本 の 実業 家 、 政治 家 。 +柳馬場 通 ( やなぎ の ばんばどおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +浦上村 宗 ( うらが みむら むね 、 生年 不詳 - 享禄 4 年 ( 1531 年 ) 6 月 ) は 備前 国 ・ 美作 国 ・ 播磨 国 の 戦国 大名 。 +神勅 ( しんちょく ) と は 神 の 与え た 命令 、 また その 文書 を さ す 言葉 で あ る 。 +末寺 ( まつじ ) と は 、 本山 の 支配 下 に あ る 寺院 の こと を 指 す が 、 江戸 時代 の 本末 制度 成立 以前 に お い て は 今日 と は やや 違 っ た 意味 を 持 っ て い る 。 +神社 庁 ( じんじゃ ちょう ) と は 、 神社 本庁 の 地方 機関 で あ る 。 +催馬楽 ( さいばら ) と は 、 古代 歌謡 の 一 つ 。 +小国 氏 ( おぐに - し ) は 、 日本 の 氏族 の 一 つ 。 +三 世 一身 法 ( さんぜ いっしん の ほう ) と は 、 奈良 時代 前期 の 養老 7 年 4 月 17 日 ( 旧暦 ) ( 723 年 5 月 25 日 ) に 発布 さ れ た 格 ( 律令 の 修正 法令 ) で あ り 、 墾田 の 奨励 の ため 、 開墾 者 から 三 世代 ( 又 は 本人 一代 ) まで の 墾田 私有 を 認め た 法令 で あ る 。 +三方 楽所 ( さんぽう がくそ ) は 江戸 時代 初期 に 制度 化 さ れ た 雅楽 の 伝承 組織 で 、 一方 17 人 ずつ 計 51人 から な る 。 +大炊 御門 経光 ( おおい の みかど つね みつ 、 寛永 15 年 8 月 8 日 ( 旧暦 ) ( 1638 年 9 月 15 日 ) - 宝永 元年 9 月 6 日 ( 旧暦 ) ( 170 4 年 10 月 4 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +井上流 ( いのうえ りゅう ) は 、 日本 舞踊 の 一流 派 。 +時価 ( じか ) と は 、 経済 用語 と し て の 市場 価格 の こと   → 記事 「 市場 価格 」 を 参照 +北条 守 時 ( ほうじょう もり とき ) は 鎌倉 時代 末期 の 北条 氏 の 一門 。 +迦陵 頻 ( か りょう びん ) と は 、 雅楽 の 演目 で 、 「 林邑 八楽 」 ( りんゆう はち がく ) の 一 つ 。 +『 伊勢 物語 』 ( いせものがたり ) は 、 平安 時代 初期 に 成立 し た 歌 物語 。 +『 拾遺 和 歌集 』 ( しゅう いわかしゅう ) は 、 古今 和 歌集 ・ 後撰 和 歌集 に 次 ぐ 第 三 番 目 の 勅撰 和 歌集 で 、 いわゆる 「 三 代 集 」 の 最後 に あた る 。 +中臣 勝海 ( なか とみ の かつ み 、 生年 未詳 - 用明 天皇 2 年 ( 587 年 ) 4 月 ) は 、 飛鳥 時代 の 豪族 。 +飛鳥 時代 ( あすか じだい ) は 、 古墳 時代 の 終末期 と 重な る 。 +物売り ( ものうり ) と は 路上 で 移動 し ながら 、 主に 鳴り物 や 独特 の 売り声 を 発 し ながら 呼び込み を し て 食事 を 提供 し たり 、 物品 など を 販売 、 修理 や 古物 や 廃品 の 買取 や 交換 を する 者 。 +曼荼羅 ( まんだら 、 サンスクリット : ma ṇ ḍ ala ) は 仏教 ( 特に 密教 ) に お い て 聖域 、 仏 の 悟り の 境地 、 世界 観 など を 仏像 、 シンボル 、 文字 など を 用い て 視覚 的 ・ 象徴 的 に 表わ し た もの 。 +源 頼政 ( みなもと の より まさ ) は 、 平安 時代 末期 の 武将 、 歌人 。 +乙部 剛之進 ( お とべ ごう の しん 、 ? - 明治 2 年 5 月 11 日 ( 旧暦 ) ( 1869 年 6 月 20 日 ) ) は 、 幕末 期 の 備 中 国 備中 松山 藩士 。 +藤原 正家 ( ふじわら の まさいえ 、 万寿 3 年 ( 1026 年 ) - 天永 2 年 10 月 12 日 ( 1111 年 11 月 21 日 ) ) は 、 平安 時代 後期 の 貴族 。 +学令 ( がくりょう ) は 、 令 に おけ る おけ る 編目 の 1 つ 。 +観世 左近 ( かんぜさこん ) と は 、 シテ 方 観世 流 宗家 の 代々 の 名 。 +院 庁 下文 ( いんの ちょう くだ しぶみ ) は 、 平安 時代 院 政期 に 、 院庁 が 発給 し た 文書 。 +夏祭り ( なつまつり ) は 、 夏 に 行 わ れ る 祭 の 総称 。 +水引 ( みずひき ) は 贈答 品 や 封筒 に 付け られ る 飾り 紐 の こと で 、 その 形 や 色 に よ り 様々 な 使い分け を 行 う 。 +紀長谷雄 ( きの はせお 、 承和 ( 日本 ) 12 年 ( 845 年 ) - 延喜 12 年 2 月 10 日 ( 旧暦 ) ( 912 年 3 月 6 日 ) ) は 、 平安 時代 前期 から 中期 に かけ て の 公卿 ・ 文人 。 +弘仁儀式 ( こうにんぎしき ) と は 、 平安 時代 初期 弘仁 年間 に 作 ら れ た と さ れ た 儀式 ( 書物 ) 。 +福笑い ( ふくわらい ) と は 、 正月 に 遊 ば れ る 日本 の 伝統 的 な 遊び で あ る 。 +堀 基 ( ほり もと い 、 1844 年 7 月 29 日 ( 天保 15 年 6 月 15 日 ( 旧暦 ) ) - 1912 年 ( 明治 45 年 ) 4 月 8 日 ) は 、 江戸 時代 末期 の 武士 ・ 薩摩 藩 士 、 明治 期 の 実業 家 。 +深作 欣二 ( ふかさく きん じ 、 1930 年 7 月 3 日 - 2003 年 1 月 12 日 ) は 日本 の 映画 監督 。 +三角 縁神獣 鏡 ( さんかく ぶ ち しんじゅう きょう ・ さんかく えん しんじゅう きょう ) は 、 銅鏡 の 形式 の 一種 で 、 縁部 の 断面 形状 が 三角 形状 と な っ た 大型 神獣 鏡 。 +除夜 の 鐘 ( じょや の かね ) と は 12 月 31 日 の 除夜 ( 大晦日 の 夜 ) の 深夜 0 時 を 挟 ん で 寺院 で 撞 か れ る 梵鐘 の こと で あ る 。 +乙巳 の 変 ( いっ し の へん ・ おっし の へん ) は 天智 天皇 、 藤原 鎌足 ら が 宮中 で 蘇我 入鹿 を 暗殺 し て 蘇我 氏 ( 蘇我 本 宗家 ) を 滅ぼ し た 飛鳥 時代 の 政変 。 +麹蓋 ( こうじ ぶた ) と は 、 日本 酒 の 醸造 工程 で 使 う 道具 の 一 つ で 、 日本 酒 麹造り の 段階 で 用い られ る 。 +蔵 奉行 ( くらぶ ぎょう ) は 、 江戸 時代 に 江戸 浅草 ( 浅草 御蔵 ) を はじめ と する 主要 都市 に あ っ た 幕府 の 御 米蔵 の 管理 を 司 っ た 奉行 。 +道慈 ( どう じ 、 生年 不詳 - 天平 16 年 10 月 2 日 ( 旧暦 ) ( 74 4 年 11 月 14 日 ) ) は 、 奈良 時代 の 三 論 宗 の 僧 。 +荒魂 ( あらたま 、 あら み たま ) ・ 和魂 ( にき たま ( にぎたま ) 、 に きみ たま ( にぎ み たま ) ) と は 、 神道 に おけ る 概念 で 、 神 ( 神道 ) の 霊魂 が 持 つ 2 つ の 側面 の こと で あ る 。 +休子 内 親王 ( きゅうし ( やすこ ) ないしんの う 、 保元 2 年 ( 1157 年 ) - 嘉応 3 年 3 月 1日 ( 旧暦 ) ( 11 71 年 4 月 7 日 ) ) は 、 平安 時代 末期 の 皇族 。 +菅谷 館 ( 城 ) ( すがや やかた ( じょう ) ) と は 、 武蔵 国男衾 郡 ( 鎌倉 時代 当時 、 現在 の 埼玉 県 比企郡 嵐山 町 ) に あ っ た 城 で あ る 。 +隆妙 寺 ( りゅうみょうじ ) は 、 奈良 県 大和 高田 市 に 所在 する 日蓮 正宗 の 寺院 。 +太上 天皇 ( だい じょう てんのう 、 だじょうてん のう ) と は 、 皇位 を 後継 者 に 譲 っ た 天皇 に 送 ら れ る 尊号 。 +鷹司 景子 ( たかつかさ ひろこ 、 文化 ( 元号 ) 10 年 11 月 24 日 ( 旧暦 ) ( 1814 年 1 月 15 日 ) - 明治 25 年 8 月 8 日 ( 旧暦 ) ( 1892 年 9 月 28 日 ) ) は 江戸 時代 の 女性 。 +皇族 ( こうぞく ) と は 、 時代 や 国 に よ っ て 定義 が 異な る が 一般 的 に 皇帝 、 天皇 の 親族 の 内 、 男系 の 血族 及び その 配偶 者 。 +犬 追物 ( いぬ お う もの ) は 鎌倉 時代 から 始ま っ た と さ れ る 日本 の 弓術 の 作法 の 一 つ 。 +法輪 ( ほうりん 、 サンスクリット : dharma - cakra 、 ピン 音 : falun ) は 、 仏教 の 教義 、 特に 釈迦 が 説 い た 四 諦 ・ 八 正道 の 別称 。 +長禄 ・ 寛正 の 飢饉 ( ちょうろく ・ かんせい の ききん ) は 、 長禄 3 年 ( 1459 年 ) から 寛正 2 年 ( 1461 年 ) に かけ て 日本 全国 を 襲 っ た 飢饉 の こと 。 +今 参局 ( いまま いり の つぼね 、 ? - 長禄 3 年 1 月 19 日 ( 旧暦 ) ( 1459 年 2 月 22 日 ) ) は 、 室町 時代 の 女性 で 、 幕府 8 代 将軍 足利 義政 の 乳母 、 側室 で あ る 。 +斐陀 国造 ( ひだ の くにのみやつこ ・ ひだ こく ぞう ) は 飛騨 国 を 支配 し た 国造 。 +和田 朝盛 ( わ だ とももり 、 生没年 不詳 ) は 、 鎌倉 幕府 の 御 家人 。 +夢 浮橋 ( ゆめ の うきはし ) は 、 『 源氏 物語 』 五十 四 帖 の 第 54 帖 ( 最後 の 巻 ) 。 +春光院 ( しゅん こういん ) は 、 京都 市 右京 区 花園 の 臨済 宗 大 本山 妙心 寺 の 塔頭 寺院 で 、 大庫 裏 の 北 に 位置 する 。 +大伴 ( おおと も ) 氏 は 、 古代 日本 の 有力 氏 の 一 つ 。 +隆禅 ( りゅうぜん 、 長暦 2 年 ( 10 38 年 ) - 康和 2 年 7 月 14 日 ( 旧暦 ) ( 110 0 年 8 月 21 日 ) ) は 、 平安 時代 後期 の 法相 宗 の 僧 。 +京都 将棋 ( きょう と しょうぎ ) と は 将棋 の 一種 で あ り 、 二人 で 行な う ボード ゲーム ( 盤上 遊戯 ) の 一種 で あ る 。 +二条 天皇 ( に じょうてんのう 、 康治 2 年 6 月 18 日 ( 1143 年 7 月 31 日 ) - 永 万 元年 7 月 28 日 ( 1165 年 9 月 5 日 ) ) は 第 78 代 天皇 ( 在位 保元 3 年 8 月 11 日 ( 1158 年 9 月 5 日 ) - 永 万 元年 6 月 25 日 ( 1165 年 8 月 3 日 ) ) 。 +木屋 町 通 ( きやまちどおり ) は 、 京都 市 の 南北 の 通り の 一 つ 。 +おひたし ( 御浸 し 、 ひた し 、 ひたし 物 と も ) と は 、 調理 法 の 1 種 で あ る 。 +坂上 今継 ( さかの うえ の いまつぐ ) は 、 平安 時代 初期 の 官人 。 +稲葉 正弘 ( いなば まさひろ 、 延享 4 年 ( 1747 年 ) - 安永 2 年 9 月 12 日 ( 旧暦 ) ( 1773 年 10 月 27 日 ) ) は 、 山城 国 淀藩 の 第 6 代 藩 主 。 +中村 歌右衛門 ( なかむら うたえもん ) は 歌舞伎 役者 の 名跡 。 +中原 頼季 ( なかはら の より すえ 、 生没年 不詳 ) は 、 平安 時代 末期 の 貴族 ・ 明法 家 。 +藤原 領子 ( ふじわら の むねこ 、 生没年 不詳 ) は 、 平安 時代 末期 の 女性 。 +柳本 大塚 古墳 ( やなぎもと おおつか こふん ) と は 、 奈良 県 天理 市 に あ る 古墳 で あ る 。 +飴 細工 ( あめざいく ) と は 、 製菓 技術 の 1 つ で あ り 、 砂糖 を 熱 し 、 飴状 に な っ た もの を 用い て 造形 物 を 作り出 す こと 、 および その 造形 物 を い う 。 +松平信直 ( まつだい ら のぶなお ) は 、 丹波 亀山 藩 の 第 2 代 藩 主 。 +渡辺 篤 ( わたなべ あつし 、 天保 14 年 ( 1843 年 ) - 大正 4 年 ( 1915 年 ) ) は 、 京都 生まれ の 剣客 、 京都 見廻 組 肝煎 。 +鞆 の 浦 ( とも のうら ) は 、 広島 県 福山 市 の 沼隈 半島 の 南端 に あ る 古代 より 栄え た 港 ・ 港町 および 海域 ( 湾 ) で あ る 。 +幸清流 ( こうせい - りゅう ) また は 幸清次郎 流 ( こう - せいじろう ・ りゅう ) は 能楽 小 鼓方 の 一流 派 。 +日本 酒 の 歴史 ( に ほんしゅ の れきし ) +畠山 政長 ( はたけやま まさな が 、 嘉吉 2 年 ( 1442 年 ) - 明応 2 年 閏 4 月 25 日 ( 旧暦 ) ( 1493 年 6 月 9 日 ) ) は 、 室町 時代 後期 の 武将 ・ 守護 大名 。 +住友 友純 ( すみとも とも い と 、 元治 元年 12 月 21 日 ( 旧暦 ) ( 1865 年 1 月 18 日 ) - 大正 15 年 ( 1926 年 ) 3 月 2 日 ) は 住友 家 15 代 目 当主 。 +石帯 ( せきたい ) は 、 束帯 装束 の とき に 用い られ る 黒皮 製 の 帯 。 +雪号 ( せつごう ) と は 能楽 シテ 方 観世 流 に お い て 、 隠居 後 に 名の る 「 雪 」 字 を 用い た 雅号 の こと 。 +青表 紙本 ( あお びょう しぼん ) と は 、 源氏 物語 の 写本 の うち 藤原 定家 が 作成 し た と さ れ る もの および それ を 写 し て 作成 さ れ た と さ れ る もの を い う 。 +新山 古墳 ( しんやま こふん ) は 、 奈良 県 北葛城 郡 広陵 町 に 所在 する 古墳 時代 前期 初頭 の 前方 後 方墳 で あ る 。 +六条 天皇 ( ろくじょうてんのう 、 長寛 2 年 11 月 14 日 ( 11 64 年 12 月 28 日 ) - 安元 2 年 7 月 17 日 ( 1176 年 8 月 23 日 ) ) は 日本 の 第 79 代 天皇 ( 在位 永 万 元年 6 月 25 日 ( 1165 年 8 月 3 日 ) - 仁安 3 年 2 月 29 日 ( 1168 年 3 月 30 日 ) ) 。 +良弁 ( ろうべん 、 持統 天皇 3 年 ( 689 年 ) - 宝亀 4 年 11 月 24 日 ( 旧暦 ) ( 774 年 1 月 10 日 ) ) は 、 奈良 時代 の 華厳 宗 の 僧 。 +藤原 敦敏 ( ふじわら の あつと し 、 延喜 18 年 ( 918 年 ) - 天暦 元年 ( 947 年 ) ) は 平安 時代 中期 の 貴族 。 +藤原 惟方 ( ふじわら の これ かた 、 天治 2 年 ( 1125 年 ) - 没年 不詳 ) は 平安 時代 末期 の 公家 。 +長谷 信篤 ( ながたに のぶあつ 、 文化 ( 元号 ) 15 年 2 月 24 日 ( 旧暦 ) ( 1818 年 3 月 30 日 ) - 明治 35 年 ( 190 2 年 ) 12 月 26 日 ) は 、 幕末 ・ 明治 期 の 公卿 ・ 華族 ( 子爵 ) ・ 政治 家 。 +善行 旌表 ( ぜんこう せい ひょう ) は 、 人 の 善行 を ほめ て 、 広 く 世間 に 示 す こと 。 +征夷 大将軍 ( せい いた いしょうぐん ) は 、 日本 の 令外 官 の 将軍 職 の 一 つ 。 +稚児 髷 ( ちごまげ 、 ちご わげ ) は 、 平安 時代 ~ 安土 桃山 時代 の 少年 の 髪形 、 及び 、 それ に 類似 し た 江戸 時代 から 結 わ れ た 少女 の 髪形 。 +亀井 政矩 ( かめい まさのり 、 1590 年 12 月 25 日 ( 天正 18 年 11 月 29 日 ( 旧暦 ) ) - 1619 年 9 月 22 日 ( 元和 ( 日本 ) 5 年 8 月 15 日 ( 旧暦 ) ) ) は 、 江戸 時代 前期 の 大名 。 +酒井定隆 ( さかい さだ たか 、 永享 7 年 ( 1435 年 ) - 大永 2 年 4 月 24 日 ( 旧暦 ) ( 152 2 年 5 月 19 日 ) ) は 、 室町 時代 後期 から 戦国 時代 ( 日本 ) 初期 に かけ て の 武将 で 上総 酒井 氏 の 祖 と さ れ る 人物 。 +源 光行 ( みなもと の みつゆき 、 長寛 元年 ( 1163 年 ) - 寛元 2 年 2 月 17 日 ( 旧暦 ) ( 1244 年 3 月 27 日 ) ) は 、 鎌倉 時代 初期 の 政治 家 ・ 文学 者 ・ 歌人 で あ る 。 +鯖 街道 ( さば かいどう ) と は 、 嶺南 で 獲れ た 魚介 類 を 京都 に 運 ぶ ため に 整備 さ れ た 街道 の 歴史 的 名称 。 +月華門 ( げっかもん ) は 、 内裏 を 構成 する 内 閤門 の うち の 一 つ で あ る 。 +公事 銭 ( くじ せん ) と は 、 中世 日本 に お い て 、 公事 の 代銭 納 と し て 現物 ( 労力 を 含め る ) の 代わり に 納付 する 銭 の こと 。 +孝子 内 親王 ( たかこ な い しんのう 、 慶安 3 年 10 月 11 日 ( 旧暦 ) ( 1650 年 11 月 4 日 ) - 享保 10 年 6 月 26 日 ( 旧暦 ) ( 1725 年 8 月 4 日 ) は 、 江戸 時代 の 皇族 。 +日本 酒 ( に ほんしゅ ) は 、 米 を 発酵 さ せ て 作 る 日本 の 伝統 的 な 酒 の 一 つ で あ る 。 +巨勢 人 ( こせ の ひと 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +『 春 の 日 』 ( はる の ひ ) は 、 俳諧 の 撰集 。 +柳原 資綱 ( やなぎわら す けつな 、 応永 26 年 ( 1419 年 ) - 文亀 元年 ( 150 1 年 ) 6 月 27 日 ( 旧暦 ) ) は 室町 時代 の 公家 、 柳原 家 当主 。 +『 海東 諸国紀 』 ( かいとう しょこく き , ) は 、 李 氏 朝鮮 領議 政 ( 宰相 ) 申叔 舟 ( シン ・ スクチュ ) が 日本 と 琉球 王国 に つ い て 記述 し た 漢文 書籍 の 歴史 書 。 +紀伝体 ( きでんたい ) は 、 東 アジア の 歴史 書 の 書式 の 一 つ 。 +行表 ( ぎょうひょう 、 養老 6 年 ( 722 年 ) - 延暦 16 年 2 月 ( 797 年 ) ) は 奈良 時代 の 僧 。 +三条 公充 ( さんじょうきんあつ 、 元禄 4 年 1 月 23 日 ( 旧暦 ) ( 1691 年 2 月 20 日 ) - 享保 11 年 9 月 17 日 ( 旧暦 ) ( 1726 年 10 月 12 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +袙 ( あこめ 。 「 衵 」 と 書 く こと も あ る ) は 、 装束 で 使 わ れ る 内着 の 一種 。 +津田 仙 ( つだせん 、 天保 8 年 7 月 6 日 ( 旧暦 ) ( 1837 年 8 月 6 日 ) - 190 8 年 4 月 24 日 ) は 、 日本 の 農学 者 、 キリスト 者 。 +筒井 氏 ( つついし ) は 、 大和 国 の 戦国 大名 で あ る 。 +光明 寺 ( こうみょうじ ) は 、 京都 府 長岡京 市 粟生 に あ る 寺院 で 、 西山 浄土 宗 の 総 本山 で あ る 。 +松本 良順 ( まつもと りょうじゅん 、 1832 年 7 月 13 日 ( 天保 3 年 6 月 16 日 ( 旧暦 ) ) - 1907 年 ( 明治 40 年 ) 3 月 12 日 ) は 、 江戸 時代 後期 の 幕臣 、 明治 期 の 官僚 。 +吹輪 ( ふきわ ) は 江戸 時代 初期 から 武家 の 姫君 に 結 わ れ た 髷 。 +普茶 料理 ( ふ ちゃりょうり ) は 、 江戸 時代 初期 に 中国 から もたら さ れ た 日本 の 精進 料理 。 +東司 ( とうす ) と は 、 仏教 寺院 に おけ る 便所 の こと を い う 。 +皇別 摂家 ( こうべつ せっけ ) と は 、 江戸 時代 に 摂家 を 相続 し た 皇族 及び その 男系 の 子孫 たち の こと 。 +町家 ( ちょうか 、 まち や ) と は 、 主に 京都 の 職住 一体 型 の 住居 形式 。 +両替 商 ( りょうがえ しょう ) と は 、 両替 および 金融 を 主な 業務 と する 商店 あるいは 商人 の こと で あ る 。 +式子 内 親王 ( のりこ ( しょく し ・ しきし ) ないしんのう 、 久安 5 年 ( 1149 年 ) - 建仁 元年 1 月 25 日 ( 120 1 年 3 月 1日 ) ) は 、 平安 時代 末期 の 皇族 、 歌人 。 +天かす ( てんかす 、 天 カス 、 天滓 と も 書 く ) と は 、 天ぷら を 揚げ る 時 に 副産物 と し て 生じ る 揚げか す の こと で あ る 。 +一進 会 ( イルチンフェ ・ いっしん かい ) と は 、 190 4 年 から 1910 年 まで 大韓 帝国 で 活動 し た 当時 最大 の 政治 結社 。 +下志 万 氏 は 、 京都 府 の 舞鶴 湾 を 拠点 に 活躍 し た 水軍 。 +吉田 兼右 ( よしだ かね みぎ 、 永正 13 年 4 月 20 日 ( 旧暦 ) ( 1516 年 5 月 21 日 ) - 元亀 4 年 1 月 10 日 ( 旧暦 ) ( 1573 年 2 月 12 日 ) ) は 、 堂上 家 ( 家格 は 半家 ( 公家 ) 、 卜部 氏 ) で あ る 吉田 家 の 8 代 当主 。 +非 人 ( ひにん ) は 、 主に 、 ( 1 ) 日本 中世 の 特定 職能民 ・ 芸能 民 の 呼称 で あ り 、 次第 に 被差 別民 の 呼称 と な り 、 ( 2 ) 江戸 時代 に は 、 穢多 ( え た 、 長吏 ) と とも に 賎民 身分 の 呼称 で あ る 。 +浅間 造 ( せんげん づくり ) は 、 日本 に おけ る 神社 建築 様式 の 1 つ 。 +五十 猛 神 ( イソタケル ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +振袖 ( ふりそで ) は 、 未 成年 者 の 者 が 着 る 和服 。 +梅照院 ( ばいしょういん ) と は 、 東京 都 中野 区 に あ る 真言 宗 豊山 派 の 寺院 。 +藤原 俊忠 ( ふじわら の とし ただ 、 延久 5 年 ( 1073 年 ) - 保安 ( 元号 ) 4 年 7 月 9 日 ( 旧暦 ) ( 1123 年 8 月 2 日 ) ) は 平安 時代 後期 の 公卿 、 歌人 。 +大浜 騒動 ( おおはま そうどう ) は 、 明治 4 年 ( 18 71 年 ) に 三河 国 碧海 郡 南部 の 鷲塚 ( 現在 の 愛知 県 碧南 市 ) で 起こ っ た 暴動 で 廃仏 毀釈 に 反対 する 運動 の 一 つ で あ る が 計画 的 な もの で は 無 く 偶発 的 に 起こ っ た もの で あ る 。 +土蔵 ( ど ぞう ) と は 、 日本 の 伝統 的 な 建築 様式 の ひと つ で 、 外壁 を 土壁 と し て 漆喰 など で 仕上げ られ る もの 。 +山田 川 駅 ( やまだ がわ えき ) は 、 京都 府 相楽 郡 精華 町 大字 山田 小字 下河原 3 - 1 に あ る 、 近畿 日本 鉄道 ( 近鉄 ) 近鉄 京都 線 の 鉄道 駅 。 +篳篥 ( ひちりき ) は 、 雅楽 や 、 雅楽 の 流れ を 汲 む 近代 に 作 ら れ た 神楽 など で 使 う 管楽 器 の 1 つ 。 +四 天王 寺 式 伽藍 配置 ( してん のうじ しき が らん は いち ) は 、 飛鳥 時代 の 代表 的 な 伽藍 配置 の 一 つ 。 +藤原 妍子 ( ふじわら の けんし ( きよこ ) 、 正暦 5 年 3 月 ( 994 年 4 月 ) - 万寿 4 年 9 月 14 日 ( 旧暦 ) ( 102 7 年 10 月 16 日 ) ) は 、 摂政 藤原 道長 の 次女 。 +大織冠 ( だい しょくかん 、 だい しきかん ) は 、 冠位 十 二 階 を 改訂 し 、 大化 の 改新 で 大化 3 年 ( 647 年 ) 制定 ( 施行 は 648 年 に さ れ た ) 、 冠位 ・ 官位 制度 の 変遷 冠位 十 三 階 で 新た に も うけ られ た 、 冠位 の 最高 位 。 +左院 ( さいん ) と は 明治 初期 の 立法 諮問 機関 。 +水神 ( すいじん 、 みずがみ ) は 、 水 ( 主に 淡水 ) に 関 する 神 の 総称 で あ る 。 +竹林 寺 ( ちくりんじ ) は 、 奈良 県 生駒 市 有里 町 に あ る 律宗 の 寺院 。 +紫宸 殿 ( ししんでん ) と は 、 天皇 の 私的 な 在所 で あ っ た 内裏 に お い て 、 天皇 元服 や 立太子 、 節会 など の 儀式 が 行 わ れ た 正殿 。 +『 国意考 』 ( こくいこう ) は 、 江戸 時代 の 国学 者 ・ 賀茂 真淵 の 著作 。 +源空寺 ( げん くう じ ) は 京都 府 京都 市 伏見 区 瀬戸 物町 に あ る 、 浄土 宗 の 寺院 で あ る 。 +山背 小林 ( やましろ の おばやし 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +石堂 頼房 ( いしどう より ふさ ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +議奏 ( ぎそう ) と は 、 律令 制度 の もと 、 太政 官 が 政務 に 関 し て 審議 し 、 結論 が 出 た 事柄 に つ い て 、 天皇 に 上奏 する こと 。 +川田 神社 ( かわた じんじゃ ) は 、 滋賀 県 甲賀 市 土山 町 に 鎮座 する 神社 で あ る 。 +法被 ( はっぴ ) と は 、 祭 など の 際 に 着用 し 、 また 、 職人 など が 着用 する 印半纏 の こと で あ る 。 +鞍馬山 ( くらまやま ) は 、 京都 府 京都 市 左京 区 に あ る 山 。 +大典 顕常 ( だい てんけんじょう 、 享保 4 年 ( 1 719 年 ) - 享和 元年 2 月 8 日 ( 旧暦 ) ( 180 1 年 3 月 22 日 ) ) は 江戸 時代 中期 - 後期 の 禅僧 、 漢詩 人 で あ る 。 +膳摩漏 ( かしわ で の まろ 、 生年 不明 - 天武 天皇 11 年 7 月 18 日 ( 旧暦 ) ( 682 年 8 月 26 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +小笠原 長清 ( おがさわら なが きよ ) は 、 平安 時代 末期 から 鎌倉 時代 前期 の 甲斐 国 の 武将 。 +高山 友照 ( たかやま ともて る 、 大永 7 年 ( 1527 年 ) - 文禄 4 年 ( 1595 年 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +健磐 龍命 ( たけいわた つ の みこと ) と は 、 日本 神話 に 登場 する 人物 で 、 阿蘇 神社 の 主祭 神 で あ る 。 +大葬 ( たいそう ) と は 、 天皇 ・ 皇后 ら 三后 の 葬儀 の こと 。 +三条 公教 ( さんじょう きみのり ( 「 きんの り 」 と も ) 、 康和 5 年 ( 110 3 年 ) - 永暦 元年 7 月 9 日 ( 旧暦 ) ( 11 60 年 8 月 12 日 ) ) は 、 平安 時代 後期 の 公卿 で 藤原 北家 閑院 家流 三 条 家 当主 。 +高師 冬 ( こう もろふゆ 、 ? - 正平 ( 日本 ) 6 年 / 観応 2 年 1 月 17 日 ( 旧暦 ) ( 1351 年 2 月 13 日 ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +『 鼠 小紋 東 君 新形 』 ( ねずみ こもん はる の しんがた ) は 、 歌舞伎 の 演目 。 +藤原 弘蔭 ( ふじわら の ひろかげ 、 生年 不詳 - 延喜 4 年 3 月 2 日 ( 旧暦 ) ( 90 4 年 3 月 26 日 ) ) は 平安 時代 の 人物 。 +府中 ( ふちゅう ) と は 、 令制 国 の 地方 官庁 ( 国衙 ) を 中心 と し て 成立 し た 都市 域 で あ る 国府 の 別称 。 +祇園 辻 利 ( ぎおん つじり ) は 、 京都 市 東山 区 祇園 に あ る 企業 。 +日英 同盟 ( にちえい どうめい , The Anglo - JapaneseAlliance ) は 、 明治 後期 に 結 ば れ た 日本 と イギリス と の 間 の 軍事 同盟 。 +弘仁格 ( こうにんきゃく ) は 、 平安 時代 初期 に 編纂 ・ 施行 さ れ た 格式 。 +醍醐 寺 ( だい ごじ ) は 、 京都 府 京都 市 伏見 区 醍醐 東 大路 町 に あ る 真言 宗 醍醐 派 総 本山 の 寺院 。 +道興 ( どうこう 、 永享 2 年 ( 1430 年 ) - 大永 7 年 1527 年 ) は 、 室町 時代 の 僧侶 で 聖護 院 門跡 。 +細長 ( ほそなが ) は 平安 時代 の 産着 の 一 形態 で あ り 、 狩衣 に 形状 が 似 て い る 。 +姪娘 ( めい の いらつめ 、 生没年 不詳 ) は 、 蘇我 倉山田 石川 麻呂 の 娘 。 +藤原 顕輔 ( ふじわら の あきすけ 、 寛治 4 年 ( 1090 年 ) - 久寿 2 年 5 月 7 日 ( 旧暦 ) ( 1155 年 6 月 8 日 ) ) は 平安 時代 後期 の 公家 ・ 歌人 。 +藤原 朝忠 ( ふじわら の あさただ 、 延喜 10 年 ( 910 年 ) - 康保 3 年 12 月 2 日 ( 旧暦 ) ( 96 7 年 1 月 19 日 ) ) は 平安 時代 中期 の 公家 ・ 歌人 。 +牛車 ( ぎっ しゃ ) は 、 ウシ や 水牛 に 牽引 さ せ る 乗り物 の ひと つ 。 +康尚 ( こうしょう 、 生没 年 未詳 ) は 、 平安 時代 中期 の 仏師 。 +和人 地 は 、 近世 の 北海道 に おけ る 地域 区分 の ひと つ 。 +石田 散薬 ( いしだ さん やく ) と は 新 選 組 の 副長 、 土方 歳 三 の 生家 が 製造 、 販売 し て い た 薬 。 +尾張 徳川 家 は 、 徳川 氏 の 支系 徳川 御 三家 の 一 つ で 、 尾張 藩 主 の 家系 。 +文久 の 改革 ( ぶんきゅう の かいかく ) は 、 文久 2 年 ( 1862 年 ) に 江戸 幕府 で 行 わ れ た 一連 の 人事 ・ 職制 ・ 諸 制度 の 改革 を 指 す 。 +湖 月 抄 ( こげつ しょう ) と は 、 北村 季吟 に よ っ て 著 さ れ た 源氏 物語 の 注釈 書 で あ る 。 +日延 ( にちえん 、 生没年 不詳 ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +中央 道 昼 特急 京都 号 ( ちゅうおうどう ひる とっきゅう きょう と ごう ) は 、 昼 特急 の 一 路線 で 、 東京 都 と 京都 府 京都 市 を 結 ぶ 昼行 高速 バス で あ る 。 +平知 康 ( たいらの ともやす 生没年 不詳 ) は 平安 時代 末期 の 貴族 。 +祭神 武甕 槌命 経津 主命 天児 屋根命 比売 神 +藤原 美都子 ( ふじわら の みつこ 、 ( 781 年 ) - 天長 5 年 ( 828 年 ) 9 月 5 日 ) は 平安 時代 初期 の 貴族 女性 、 女官 。 +宣明暦 ( せんみょうれき ) と は 中国 暦 の 一 つ で あ る 。 +源義兼 ( みなもと の よしかね 、 生没年 不詳 ) は 、 平安 時代 末期 の 河内 源 氏 の 武将 。 +主鈴 ( しゅれい ) は 律令 制 に お い て 中務 省 に 属 し た 品官 。 +鷹司 政通 ( たかつかさ まさみ ち 、 寛政 元年 7 月 2 日 ( 旧暦 ) ( 1789 年 8 月 22 日 ) - 明治 元年 10 月 16 日 ( 旧暦 ) ( 1868 年 11 月 29 日 ) ) は 、 江戸 時代 の 公家 、 政治 家 で あ る 。 +菅沼 定芳 ( すがぬま さだよし ) は 、 江戸 時代 前期 の 譜代 大名 。 +オモダル ・ アヤカシコネ は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +歳旦祭 ( さいたんさい ) は 、 戦前 の 祝祭 日 の 中 の 皇室 祭 祀令 に 基づ く 祭日 の 一 つ 。 +千手 観音 ( せんじゅ かんの ん ) 、 サンスクリット サハスラブ ジャ ・ アーリヤ ・ アヴァ ローキテーシュヴァラ ( sahasrabhujaaaryaavalokitezvara ) は 、 仏教 に おけ る 信仰 対象 で あ る 菩薩 の 一尊 。 +鯨塚 ( くじらづか ) と は 、 海浜 に お い て 岸 に 打ち上げ られ た クジラ を 祀 っ た 塚 の こと で 、 日本 独特 の 慣わし で あ る 。 +松殿 家 ( まつど の け ) は 、 摂関 家 と し て 創設 さ れ 、 『 本来 で あ れ ば 』 摂家 の 近衛 家 ・ 九条 家 に 並 ぶ 序列 の 公家 で あ る 。 +護良 親王 ( もりなが しん の う / もりよししん のう ) 、 延慶 ( 日本 ) 元年 ( 130 8 年 ) - 建武 ( 日本 ) 2 年 7 月 23 日 ( 旧暦 ) ( 1335 年 ) は 、 鎌倉 時代 後期 から 建武 の 新政期 の 人物 。 +瓶長 、 甕長 、 甌長 ( かめお さ ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +玉葉 和 歌集 ( ぎょくよう わかしゅう ) は 鎌倉 時代 の 勅撰 集 。 +『 西王母 』 ( せいおうぼ 、 さいおう ぼ ) は 能 の 演目 の 一 つ 。 +府 藩 県 三治 制 ( ふ はん けん さんち せい ) は 、 明治 初年 の 地方 行政 制度 。 +尋 ( ひろ ) は 、 尺貫 法 の 長 さ の 単位 で あ る 。 +『 紅葉 狩 』 ( もみじがり ) は 、 能 の 一 曲 で あ る 。 +京都 縦貫 自動 車 道 ( きょう と じゅう かん じ どう しゃ どう ) は 、 起点 を 京都 府 久世 郡 久御山 町 、 終点 を 同府 宮津 市 と する 延長 約 100 km の 高規格 幹線 道路 ( 一般 国道 478 号 ) で あ る 。 +京極 政経 ( きょうごく まさつね 、 生年 不詳 - 15 0 2 年 又 は 150 8 年 ) は 守護 大名 で あ る 京極 氏 の 室町 時代 後期 の 当主 。 +北畠 具行 ( きたばたけ ともゆき 、 正応 3 年 ( 1290 年 ) - 正慶 元年 / 元弘 2 年 6 月 19 日 ( 旧暦 ) ( 1332 年 7 月 12 日 ) ) は 、 鎌倉 時代 末期 の 公卿 。 +給人 ( きゅうじん ) +天文 方 ( てんもん か た ) は 、 江戸 幕府 に よ っ て 設置 さ れ た 科学 研究 機関 。 +控櫓 ( ひかえ や ぐら ) と は 、 江戸 時代 に 江戸 幕府 公認 の 芝居 小屋 ( 本櫓 ) が 経営 難 など で 興行 が 出来 な く な っ た 場合 に 、 興行 権 を 譲り受け て 劇場 運営 を 代行 し た 座元 の こと で あ る 。 +有栖川 宮幸仁 親王 ( ありすがわ のみや ゆきひと しん のう   明暦 2 年 3 月 15 日 ( 旧暦 ) ( 1656 年 4 月 9 日 ) - 元禄 12 年 7 月 25 日 ( 旧暦 ) ( 1699 年 8 月 20 日 ) ) は 、 江戸 時代 の 皇族 。 +天下 三 茄子 ( てんか さんな す ) と は 、 九十 九 髪 茄子 、 松本 茄子 、 富士 茄子 の 三 つ の こと で あ る 。 +明治 天皇 ( めいじ てんのう 、 嘉永 5 年 9 月 22 日 ( 1852 年 11 月 3 日 ) - 明治 45 年 ( 1912 年 ) 7 月 30 日 ) は 、 第 122 代 天皇 ( 在位 慶応 3 年 ( 1867 年 ) - 明治 45 年 ( 1912 年 ) ) 。 +甚句 ( じんく ) は 日本 の 伝統 的 な 歌謡 の 一形式 で あ る 。 +中村 春続 ( なかむら はるつぐ 、 生年 不詳 - 天正 9 年 10 月 24 日 ( 158 1 年 11 月 19 日 ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 人物 、 初め 大炊 助 、 後 に 対馬 守 。 +最中 ( もなか ) と は 、 餅 から 作 っ た 皮 で 餡 を 包 ん だ 和 菓子 の 一種 で あ る 。 +關 三十 郞 ( せき さんじゅうろう 、 新字体 : 関 三十郎 ) は 歌舞伎 の 名跡 。 +円行 ( えんぎょう 、 延暦 18 年 ( 799 年 ) - 仁寿 2 年 3 月 6 日 ( 旧暦 ) ( 85 2 年 3 月 29 日 ) ) は 、 平安 時代 の 真言 宗 の 僧 。 +和弓 ( わきゅう ) と は 、 日本 の 弓道 ・ 弓術 及び そこ で 使用 さ れ る 長弓 の 弓 ( 武器 ) の こと 。 +観勒 ( かんろく 、 生没年 不詳 ) と は 、 7 世紀 初頭 の 百済 の 僧侶 。 +芸亭 ( うんてい ) は 、 日本 で 最初 の 公開 図書 館 と さ れ て い る 施設 。 +明仁 ( あきひと 、 昭和 8 年 ( 1933 年 ) 12 月 23 日 - ) は 、 日本 の 第 125 代 天皇 。 +藤原 多子 ( ふじわら の まさる こ 、 保延 6 年 ( 1140 年 ) - 建仁 元年 12 月 24 日 ( 120 2 年 1 月 19 日 ) ) は 平安 時代 末期 の 后妃 。 +斎村 政広 ( さいむら まさひろ 、 永禄 5 年 ( 1562 年 ) - 慶長 5 年 10 月 28 日 ( 旧暦 ) ( 160 0 年 12 月 3 日 ) ) は 、 安土 桃山 時代 の 武将 。 +十 種 神宝 ( とくさ の かん だ から 、 じっ しゅ しんぽう ) と は 、 物部 氏 の 祖神 で あ る 饒速 日命 が 伝え た と さ れ る 十種 の 神宝 で あ る 。 +和田 重郎 ( わ だ じゅうろう 、 生年 不詳 - 慶応 4 年 1 月 4 日 ( 旧暦 ) ( 1868 年 1 月 28 日 ) ) は 新選 組 隊士 。 +井戸 良弘 ( いど よしひろ 、 天文 ( 元号 ) 元年 ( 1532 年 )   -   慶長 17 年 ( 1612 年 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +藤森 神社 ( ふじ の もり じんじゃ ) は 、 京都 市 伏見 区 に あ る 神社 で あ る 。 +天気 輪 ( てんき りん ) 、 天気 柱 ( てんき ばしら ) もしくは 後生 車 ( ごしょうぐるま ) は 、 寺 や 墓場 の 入り口 付近 に 置 か れ て い る 輪 の つ い た 石 もしくは 木製 の 柱 の こと 。 +川上 忠智 ( かわかみ ただ と も 、 生年 不詳 - 慶長 12 年 ( 1607 年 ) ) は 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 。 +慶寿院 ( けい じゅいん 、 永正 11 年 ( 1514 年 ) - 永禄 8 年 5 月 19 日 ( 旧暦 ) ( 1565 年 6 月 17 日 ) ) は 、 室町 幕府 第 12 代 征夷 大将軍 足利 義晴 の 正室 。 +市川 流 ( いちかわ りゅう ) +法輪 寺 ( ほうりんじ ) は 京都 市 上京 区 に あ る 臨済 宗 妙心 寺 派 の 寺院 で あ る 。 +宮川 数馬 ( み や かわかずま 、 天保 12 年 ( 1841 年 ) ? - 慶応 4 年 1 月 3 日 ( 旧暦 ) ( 1868 年 1 月 27 日 ) ) は 新選 組 隊士 。 +源 頼定 ( みなもと の より さだ 、 貞元 ( 日本 ) 2 年 ( 977 年 ) - 寛仁 4 年 6 月 11 日 ( 旧暦 ) ( 1020 年 7 月 4 日 ) ) は 平安 中期 の 公卿 。 +松尾 流 ( まつおりゅう ) は 、 松尾 宗二 に 始ま る 茶道 の 流派 。 +秦楽 寺 ( じんらくじ ) と は 、 奈良 県 磯城 郡 田原本 町 秦庄 に あ る 真言 律 宗 の 寺 。 +新撰朗 詠 集 ( しんせん ろうえい しゅう ) は 、 日本 の 歌集 で 漢詩 集 。 +斉子 内 親王 ( ただこ ( せいし ) ないしん のう ) は 、 平安 時代 の 皇族 。 +神田 孝平 ( かんだ たかひら 、 文政 13 年 9 月 15 日 ( 旧暦 ) ( 1830 年 10 月 31 日 ) - 明治 31 年 ( 1898 年 ) 7 月 5 日 ) は 幕末 の 洋学 者 、 明治 時代 の 兵庫 県 県令 、 元 老院 議官 、 貴族 院 議員 。 +満天姫 ( まてひめ 、 天正 17 年 ( 1589 年 ) ? - 寛永 15 年 3 月 22 日 ( 旧暦 ) ( 1638 年 5 月 5 日 ) ) は 、 安土 桃山 時代 - 江戸 時代 の 女性 で 、 徳川 家康 の 異父 弟 ・ 下総 関宿 藩 主 松平康元 の 娘 。 +平盛俊 ( たいら の もり とし 、 生年 未詳 - 寿永 3 年 2 月 7 日 ( 旧暦 ) ( 1184 年 3 月 20 日 ) は 、 平安 時代 末期 の 伊勢 平 氏 方 の 武将 。 +亀 の 前 ( かめ の まえ   生没年 不詳 ) は 平安 時代 末期 の 女性 。 +『 歎異抄 』 ( たん に しょう ) は 、 鎌倉 時代 後期 に 書 か れ た 日本 の 仏教 書 。 +坪井 遺跡 ( つぼい いせき ) と は 、 橿原 市 常盤 町 と 桜井 市 大福 に またが る 弥生 時代 中期 ・ 後期 の 遺跡 。 +若紫 ( わかむらさき ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +若桜 藩 ( わかさ はん ) は 因幡 国 八東 郡 ( 鳥取 県 八頭 郡 若桜 町 ) 周辺 を 領 し た 藩 。 +ほめことば は 、 歌舞伎 で 、 役者 を ほめ たたえ る ため に 発 し 、 投げかけ られ る ことば で あ る 。 +松本 謙三 ( まつもと けんぞう 、 1899 年 ( 明治 32 年 ) 3 月 21 日 - 1980 年 ( 昭和 55 年 ) 9 月 15 日 ) と は 、 ワキ 方 下 掛宝生 流能 楽師 。 +民部 省 ( みんぶ しょう ) は 、 律令 制下 の 日本 の 官制 の 一 つ 。 +国史 大系 ( こく し た いけい ) は 、 日本 史 を 研究 する 上 で の 基礎 史料 た る 古典 籍 を 集成 し 、 校訂 を 加え て 刊行 し た 叢書 で あ る 。 +『 水鏡 』 ( みずかがみ ) は 、 歴史 物語 。 +益信 ( やくしん 、 天長 4 年 ( 827 年 ) - 延喜 6 年 3 月 7 日 ( 旧暦 ) ( 90 6 年 4 月 8 日 ) ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +引田 虫 麻呂 ( ひけた の むしまろ ) は 奈良 時代 の 官人 。 +鷹司 隆子 ( たかつかさ たかこ 、 天明 7 年 4 月 28 日 ( 旧暦 ) ( 1787 年 6 月 13 日 ) - 明治 3 年 6 月 8 日 ( 旧暦 ) ( 1870 年 7 月 6 日 ) ) は 江戸 時代 の 女性 。 +建稲 種命 ( たけ いな だね の みこと ) は 、 日本 の 神 。 +和様 ( わよう ) と は 、 日本 風 あるいは 、 日本 様式 の 事物 を 意味 し 、 中国 風 ・ 中国 様式 を 意味 する 唐様 に 対 し て 用い られ る 。 +木野 駅 ( きの えき ) は 、 京都 府 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +大原女 ( おはらめ ) と は 、 山城 国 大原 ( 京都 市 ) ( 京都 府 京都 市 左京 区 大原 ) の 女子 が 薪 を 頭 に 載せ て 京 の 都 で 売 る こと を さ す 。 +府 ( ふ ) +『 新古 今 和 歌集 』 ( しんこ きん わかしゅう ) は 鎌倉 時代 初期 、 後鳥 羽 天皇 の 勅命 に よ っ て 編 ま れ た 勅撰 和 歌集 。 +暑中 見舞い ( しょちゅう みまい ) と は 、 暑中 に 知人 など へ 安否 を 尋ね る ため に 出 し た 手紙 の こと 。 +御 経坂 峠 ( みきょうざか とうげ ) は 京都 府 京都 市 右京 区 内 に あ る 国道 上 の 峠 で あ る 。 +藪内流 ( やぶ の うち りゅう ) は 茶道 流 派 の 一 つ 。 +京都 精華 大前 駅 ( きょう と せいか だい まえ えき ) は 、 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +神応 寺 ( しんのうじ ) は 、 京都 府 八幡 市 に あ る 曹洞 宗 の 寺院 。 +神棚 ( かみだな ) は 家 や 事務 所 など に お い て 神道 の 神 ( 神道 ) を ま つ る ため の 棚 で あ る 。 +琵琶 牧々 ( びわ ぼく ぼく ) は 、 鳥山 石燕 に よ る 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 の 一 つ で 、 琵琶 の 妖怪 。 +女人 禁制 ( にょにんきんせい ) と は 、 女性 に 対 し て 社寺 や 霊場 、 祭場 など へ の 立入り を 禁 じ 、 男性 主体 の 修行 や 参拝 に 限定 する 事 。 +母岩 ( ぼがん 、 、 wallrock 、 hostrock ) と は 何 か の 元 と な る 岩石 の こと 。 +関西 鉄道 ( 關西 鐵道 。 かんさい てつどう 、 かんせい てつどう ) は 、 明治 時代 に 存在 し た 現在 の 東海 旅客 鉄道 ・ 西 日本 旅客 鉄道 の 路線 に またが る 鉄道 事業 者 で 、 関西 本線 ・ 草津 線 ・ 片町 線 ・ 紀勢本線 ・ 桜井 線 ・ 和歌山 線 ・ 奈良 線 ・ 大阪 環状 線 の 前身 で あ る 。 +巨勢 堺 麻呂 ( こせ の さかい まろ 、 生年 不詳 - 天平 宝字 5 年 4 月 1日 ( 旧暦 ) ( 76 1 年 5 月 9 日 ) ) は 、 奈良 時代 の 貴族 。 +中川 淳庵 ( なかがわ じゅんあん / じゅんなん 、 元文 4 年 ( 1739 年 ) - 天明 6 年 6 月 7 日 ( 旧暦 ) ( 1786 年 7 月 2 日 ) は 江戸 時代 中期 の 医者 ・ 本草 学者 ・ 蘭学 者 。 +十 社 大 明神 ( じっ しゃ だいみょう じん ) と は 、 御毛 沼命 と その 妻子 神 。 +緩発 式 火縄銃 ( かんぱつ しき ひなわ じゅう ) は 火縄 銃 の 撃発 機構 の 一種 「 緩発 式 」 機構 を 備え た 銃 。 +鷹司 繋子 ( たかつかさつ な こ 、 寛政 10 年 2 月 1日 ( 旧暦 ) ( 1798 年 3 月 17 日 ) - 文政 6 年 4 月 4 日 ( 旧暦 ) ( 1823 年 5 月 14 日 ) ) 、 のち の 贈皇 后 繋子 は 、 江戸 時代 後期 の 仁孝 天皇 の 女御 。 +幕府 海軍 ( ばくふ かい ぐん ) と は 、 江戸 幕府 が 設置 し た 、 海上 戦闘 を 任務 と し た 西洋 式 軍備 の 海軍 で あ る 。 +仁和 寺 ( にんなじ ) は 、 京都 府 京都 市 右京 区 御室 ( おむろ ) に あ る 真言 宗 御室 派 総 本山 の 寺院 で あ る 。 +小直衣 ( このうし ) と は 、 狩衣 に 袍 や 直衣 の よう な 襴 ( らん ) を 縫い 付け た 衣服 の こと 。 +荘務 ( しょうむ ) と は 、 荘園 内部 の 勧農 ・ 検断 ・ 徴税 など 、 在地 に おけ る 実際 の 支配 ・ 管理 を 行 う こと 、 また は その 権限 を 持 つ 者 。 +村上 天皇 ( むらかみ てんのう 、 延長 4 年 6 月 2 日 ( 926 年 7 月 14 日 ) - 康保 4 年 5 月 25 日 ( 96 7 年 7 月 5 日 ) 、 在位 : 天慶 9 年 4 月 28 日 ( 946 年 5 月 31 日 ) - 康保 4 年 5 月 25 日 ( 96 7 年 7 月 5 日 ) ) は 、 平安 時代 中期 の 天皇 。 +籠 神社 ( この じんじゃ 、 こもり じんじゃ ) は 、 京都 府 宮津 市 の 天橋 立 の 近く に あ る 神社 で あ る 。 +猿之助 十 八 番 ( えんの すけじゅう はち ばん ) は 、 市川 猿之助 ( 3 代 目 ) が 昭和 63 年 ( 1988 年 ) に 撰 し た 澤瀉 屋 ・ 市川 猿之助 の お 家芸 。 +刹那 ( せつな 、 Sktksana ) は 仏教 の 時間 の 概念 の 1 つ で 、 最小 単位 を 表 す 。 +法輪 寺 ( ほうりんじ ) は 、 京都 市 西京 区 に あ る 仏教 寺院 。 +大河内山荘 ( おおこう ち さんそう ) は 京都 市 右京 区 嵯峨野 に あ る 史跡 、 日本 庭園 。 +一条   能成 ( いちじょう   よしな り 、 長寛 2 年 ( 1163 年 ) - 嘉禄 4 年 ( 1238 年 ) ) は 平安 時代 末期 から 鎌倉 時代 前期 の 公家 。 +高髻 ( こうけい ) と は 奈良 時代 の 女性 貴族 の 髪型 。 +難波津 ( なにわつ 、 旧 仮名遣い : なに はつ ) と は 、 古代 大阪 湾 に 存在 し た 港湾 施設 の 名称 で あ る 。 +古 武道 ( こぶどう ) ( 古流 武術 、 古武術 等 も ほぼ 同義 ) と は 、 日本 の 伝統 的 な 、 徒手 もしくは 鈍器 や 刃物 、 火器 など の 武器 に よ る 闘い の ため の 技術 を 体系 化 し た もの の 総称 。 +濃姫 ( のう ひめ 、 天文 ( 元号 ) 4 年 ( 1535 年 ) ? - 慶長 17 年 7 月 9 日 ( 旧暦 ) ( 1612 年 8 月 5 日 ) ? ) は 、 斎藤 道三 の 娘 で 、 織田 信長 の 正室 。 +山形 県 東田 川 郡 朝日 村 ( 山形 県 ) ( 現 ・ 鶴岡 市 ) +金禄 公債 ( きんろく こうさい ) は 、 明治 維新 で 、 禄制 の 廃止 に よ り 還禄 し た 華士 族 以下 に その 代償 と し て 交付 さ れ た 公債 で あ る 。 +明石 ( あかし ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +装飾 古墳 ( そうしょく こふん ) と は 、 内部 の 壁 や 石棺 に 絵画 、 文様 、 彫刻 など の 装飾 の あ る 古墳 の 総称 で 、 墳丘 を 持 た な い 横穴 墓 も 含 ま れ る 。 +京都 大学 学生 寄宿 舎 吉田 寮 ( きょう と だいがく がく せい き しゅくしゃ よしだ りょう ) と は 、 京都 大学 の 寄宿 舎 の ひと つ 。 +充行 状 ( お て おこな い じょう / あてが いじょう ) と は 、 中世 に 見 られ る 文章 形式 。 +熊野 古道 ( くま の こどう ) は 、 熊野 三山 ( 熊野 本宮 大社 、 熊野 速玉 大社 、 熊野 那智 大社 ) へ と 通じ る 参詣 道 の 総称 。 +中将 姫 ( ちゅうじょう ひめ 、 天平 19 年 8 月 18 日 ( 74 7 年 9 月 30 日 ) - 宝亀 6 年 3 月 14 日 ( 775 年 4 月 22 日 ) ) は 、 右 大臣 藤原 豊成 の 娘 と さ れ る 、 日本 の 伝説 上 の 人物 。 +選択 無形民俗 文化 財 ( せんたく む けい みんぞく ぶんか ざい ) と は 、 重要 無形民俗 文化 財 以外 の 無形 の 民俗 文化 財 の うち 、 記録 、 保存 、 公開 に 対 し て 経費 の 一部 を 公費 に よ る 補助 を 受け る こと が でき る 。 +常康 親王 ( つね やすしんのう 、 生年 不詳 - 貞観 ( 日本 ) 11 年 5 月 14 日 ( 旧暦 ) ( 869 年 6 月 27 日 ) は 、 平安 時代 前期 の 皇族 。 +朗詠 江注 ( ろう えいごう ちゅう ) は 、 大江 匡房 に よ っ て 著 さ れ た 和漢朗 詠集 の 注釈 書 で あ る 。 +平清宗 ( たいらの きよ むね 、 嘉応 2 年 ( 1170 年 ) - 文治 元年 6 月 21 日 ( 旧暦 ) ( 1185 年 7 月 19 日 ) ) は 、 平安 時代 末期 の 武将 で あ る 。 +皇朝 十 二 銭 ( こうちょう じゅう にせん ) と は 、 70 8 年 ( 和銅 元年 ) から 963 年 ( 応和 3 年 ) に かけ て 、 日本 で 鋳造 さ れ た 12 種類 の 銅貨 の 総称 で あ る 。 +日本 の 城郭 概要 表 +塵塚 怪王 ( ちりづか かいおう ) は 、 日本 に 伝わ る 妖怪 の 一種 。 +北野 駅 ( きたの えき ) は 、 かつて 京都 府 京都 市 の 京福 電気 鉄道 北野 線 に 存在 し た 鉄道 駅 で あ る 。 +阿部 正由 ( あべ まさよし ) は 、 江戸 時代 の 大名 。 +牛若丸 ( うし わかま る ) は 童謡 の 一 つ 。 +仏舎利塔 ( ぶっしゃ り とう ) と は 、 仏舎利 ( 釈迦 牟尼 の 遺骨 ) を 納め る と さ れ る 仏塔 。 +日珖 ( にち こう 、 天文 ( 元号 ) 元年 ( 1532 年 ) - 慶長 3 年 ( 1598 年 ) ) は 、 安土 桃山 時代 の 日蓮 宗 の 僧 。 +平等 院 鳳翔 館 ( びょうどう いん ほうしょうかん ) は 京都 府 宇治 市 の 平等 院 の 敷地 内 に あ る 博物 館 。 +仁寛 ( にんかん 、 生年 不詳 – 11 14 年 ( 永久 ( 元号 ) 2 年 ) ) は 、 立川 流 ( 密教 ) の 創始 者 と さ れ る 僧 で あ る 。 +大友 皇子 即位 説 ( おおとも の み こそく いせつ ) は 、 江戸 時代 から 唱え られ た 学説 で 、 日本 史学 で 長 く 続 く 論争 点 で あ る 。 +中島 宣長 ( なかしま のりなが ) は 、 鎌倉 時代 の 尾張 国 中島 郡 中島 村 の 中島 城主 。 +賀茂 光栄 ( かもの みつよし 、 天慶 2 年 ( 939 年 ) - 長和 4 年 6 月 7 日 ( 旧暦 ) ( 1015 年 6 月 25 日 ) ) は 、 平安 時代 の 陰陽 師 、 陰陽 家 。 +疱瘡 神 ( ほうそう がみ 、 ほうそうしん ) は 、 疱瘡 ( 天然 痘 ) を 擬神 化 し た もの で 、 疫病 神 の 一種 で あ る 。 +桂園 時代 ( けいえん じだい / けいおん じだい ) と は 、 大 日本 帝国 陸軍 ・ 山縣 有朋閥 に 属 する 桂太郎 と 、 伊藤 博文 の 後継 者 と し て 立憲 政友 会 総裁 に 就 い た 西園寺 公望 が 、 政権 を 交互 に 担当 し た 190 5 年 から 1912 年 の 8 年間 を い う 。 +西本願 寺 ( に しほんがん じ ) は 、 京都 府 京都 市 下京 区 に あ る 浄土 真宗 本願 寺 派 本山 の 寺院 。 +天書 ( てんしょ ・ あまつふみ ・ あめ の ふみ ) は 、 奈良 時代 末期 に 藤原 浜成 の 撰 と さ れ る 編年 体 の 歴史 書 。 +幽庵 焼き ( ゆうあん や き ) は 、 和食 の 焼き物 の ひと つ 。 +千家 十 職 ( せんけ じっ そく ) と は 、 茶道 に 関わり 三千 家 に 出入り する 塗り師 ・ 指物 師 など 十 の 職家 を 表 す 尊称 で あ る 。 +三味 長老 ( しゃみちょうろう ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +三 つ 葉葵 ( みつば あお い ) は 日本 の 家紋 で あ る 葵紋 の 一種 。 +九条 良 通 ( くじょう よしみち 、 仁安 ( 日本 ) 2 年 11 月 6 日 ( 旧暦 ) ( 11 67 年 12 月 19 日 ) - 文治 4 年 2 月 20 日 ( 旧暦 ) ( 1188 年 3 月 19 日 ) ) は 平安 時代 末期 の 公卿 。 +静 神社 ( しずか じんじゃ ) は 京都 府 京丹後 市 網野町 に あ る 神社 で あ る 。 +七 代 目尾上 梅幸 ( しちだい め お の え ば いこう 、 大正 4 年 ( 1915 年 ) 8 月 31 日 - 平成 7 年 ( 1995 年 ) 3 月 24 日 ) は 、 歌舞伎 役者 。 +蓮 の 葉 ( はす の は ) と は 蓮 と い う 水生 植物 の 水面 に 浮 い て い る 葉 の こと を さし 漢方 薬 の 伝来 に よ り 荷葉 ( かよう ) と も い う 。 +吉野 温泉 ( よしの おんせん ) は 、 奈良 県 吉野 郡 吉野 町 に あ る 温泉 。 +京極 騒乱 ( きょうごく そうらん ) は 、 室町 時代 から 戦国 時代 ( 日本 ) に かけ て 近江 国 に お い て 起こ っ た 京極 氏 の 家督 相続 を 巡 る 御家 騒動 の 一 つ 。 +角田 無幻 ( つの だむげん 、 ? - 文化 ( 元号 ) 6 年 ( 1809 年 ) ) は 、 江戸 時代 の 書道 家 。 +自玉 手 祭来 酒解 神社 ( たまで より まつり きたる さか とけ じんじゃ ) は 京都 府 乙訓 郡 大山崎 町 に あ る 神社 。 +實川 延若 ( じつかわ えんじゃく 、 新 字体 : 実川 ) は 、 歌舞伎 役者 の 名跡 。 +姈子 内 親王 ( れい こ な い しんの う 、 文永 7 年 9 月 19 日 ( 旧暦 ) ( 1270 年 10 月 5 日 ) - 徳治 2 年 7 月 24 日 ( 旧暦 ) ( 1307 年 8 月 22 日 ) ) は 後深草 天皇 の 皇女 。 +大犯 三 箇条 ( たい ぼん さん かじょう ) と は 、 鎌倉 幕府 、 室町 幕府 に おけ る 守護 の 基本 的 権限 。 +衛士 ( えい し 、 えじ と も ) +梅ヶ谷 藤太郎 ( うめがた に とうたろう 、 弘化 2 年 2 月 9 日 ( 旧暦 ) ( 1845 年 3 月 16 日 ) - 1928 年 ( 昭和 3 年 ) 6 月 15 日 ) は 、 大 相撲 の 第 15 代 横綱 。 +一向 宗 ( いっ こう しゅう ) と は 、 鎌倉 時代 の 浄土 宗 の 僧 ・ 一向 俊聖 が 創め た 仏教 宗 派 。 +正月 ( しょうがつ ) と は 、 各暦 の 年 の 始め の 数 日間 の こと で 、 文化 的 に は 昨年 が 無事 に 終わ っ た こと と 、 新し い 年 を 祝 う 行事 で あ る 。 +西園寺 嬉子 ( さいおんじき し 、 藤原 嬉子 ( ふじわら の きし ) 、 中宮 嬉子 、 建長 4 年 ( 1252 年 ) - 文保 2 年 4 月 25 日 ( 旧暦 ) ( 1318 年 5 月 26 日 ) ) は 、 鎌倉 時代 の 亀山 天皇 の 中宮 。 +久美 の 浜 温泉 ( くみ の はま おんせん ) は 、 京都 府 京丹後 市 久美浜 町 平田 ( 旧 久美浜 町 ) ( 旧 国丹 後 国 ) に あ る 温泉 。 +深見 トンネル ( ふかみ トンネル ) は 京都 府 京都 市 右京 区 と 同府 南丹 市 に 跨 る トンネル で あ る 。 +荼枳 尼天 ( だき に てん 、 荼吉 尼 天と も ) は 、 仏教 の 神 。 +康子 内 親王 ( やすこ な い しん の う / こう し な い しんのう 、 延喜 19 年 ( 919 年 ) - 天暦 11 年 6 月 6 日 ( 95 7 年 7 月 10 日 ) は 、 平安 時代 の 皇族 、 藤原 師輔 の 4 番 目 の 正妻 と さ れ る 。 +尼子 勝久 ( あまご かつひさ ) は 戦国 時代 ( 日本 ) の 武将 。 +香川 景樹 ( かがわ かげき 、 明和 5 年 4 月 10 日 ( 旧暦 ) ( 1768 年 5 月 25 日 ) - 天保 14 年 3 月 28 日 ( 旧暦 ) ( 1843 年 4 月 26 日 ) ) は 、 江戸 時代 後期 の 歌人 。 +曙立王 ( あけた つ の おう ) は 、 『 古事 記 』 に 登場 する 皇族 。 +野狐禅 ( やこぜん ) と は 、 禅宗 に お い て 、 禅 に 似 て 非 な る 邪禅 の こと 。 +ししおどし ( 鹿威し ) と は 、 農業 など に 被害 を 与え る 鳥獣 を 威嚇 し 、 追い払 う ため に 設け られ る 装置 全般 の 総称 。 +梅小路 蒸気 機関 車 館 ( うめこうじ じょうきき かん しゃ かん ) は 、 京都 府 京都 市 下京 区 観喜 寺 町 に あ る 西 日本 旅客 鉄道 ( JR 西 日本 ) が 運営 する 蒸気 機関 車 の 鉄道 保存 展示 施設 で あ る 。 +姉小路 忠方 ( あね が こうじ た だ かた 、 仁治 2 年 ( 1241 年 ) - 弘安 5 年 12 月 19 日 ( 旧暦 ) ( 1283 年 1 月 19 日 ) ) は 、 鎌倉 時代 中期 の 公卿 。 +后位 ( こうい ) と は 、 先代 あるいは 当代 の 天皇 の 嫡妻 に 与え られ た 地位 で あ る 太皇 太后 ・ 皇太后 ・ 皇后 を 指 す 。 +小唄 ( こうた ) に は 、 もともと 端唄 から 派生 し た 俗謡 で あ る 。 +漬物 ( つけもの ) と は 、 野菜 ( 場合 に よ っ て は 魚 や 動物 ) など を 食塩 、 酢 、 糠味噌 、 醤油 、 酒粕 、 油脂 など 高 い 浸透 圧 を 生 じ たり 水素 イオン 指数 を 下げ る 効果 を 持 つ 、 あるいは 空気 と 遮断 する 効果 を 持 つ 漬け込 み 材料 と とも に 漬け込 み 、 保存 性 を 高め る と とも に 熟成 さ せ 、 風味 を 良 く し た 保存 食品 。 +永谷 宗 円 ( ながたに そう えん 、 天和 ( 日本 ) 元年 ( 1681 年 ) - 安永 7 年 ( 1778 年 ) ) は 山城 国 宇治田 原郷 湯屋 谷村 ( 現 京都 府 綴喜 郡 宇治田原町 湯屋谷 ) の 農家 。 +横浜 茂勝 ( よこはま しげかつ 、 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 。 +正税 帳 ( しょう ぜいちょう ) は 、 律令 制 の もと で 国司 が 毎年 太政 官 に 対 し て 提出 する 帳簿 の 1 つ で 、 令 制 国 に おけ る 正税 の 収支 決算 書 。 +蓑草鞋 ( みの わら じ 、 みの そうじ ) は 、 鳥山 石燕 の 妖怪 画 集 『 画図 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +一条 天皇 ( いちじょうてんのう 、 天元 3 年 6 月 1日 ( 980 年 7 月 15 日 ) - 寛弘 8 年 6 月 22 日 ( 1011 年 7 月 25 日 ) ) は 第 66 代 天皇 。 +施薬 院 ( せ やくいん / やくいん ) は 、 奈良 時代 に 設置 さ れ た 令外 官 で あ る 庶民 救済 施設 ・ 薬園 。 +Infobox Buddhist +新見 錦 ( に いみ にしき 、 天保 7 年 ( 1836 年 ) - 文久 3 年 9 月 13 日 ( 旧暦 ) ( 1863 年 10 月 25 日 ) ? ) 。 +平城 天皇 ( へいぜい てんのう 、 へいじょう てんのう 、 宝亀 5 年 8 月 15 日 ( 774 年 9 月 26 日 ) - 弘仁 15 年 7 月 7 日 ( 82 4 年 8 月 5 日 ) ) は 第 51 代 の 天皇 ( 在位 : 大同 元年 5 月 18 日 ( 80 6 年 6 月 8 日 ) - 大同 4 年 4 月 1日 ( 80 9 年 5 月 8 日 ) ) 。 +瞬発 式 火縄 銃 ( しゅんぱつ しき ひなわ じゅう ) は 、 火縄 銃 の 点火 方式 の 一 つ で 、 これ を 用い た 銃 は 日本 の 火縄 銃 に 代表 さ れ る 。 +和算 ( わ さん ) と は 日本 独自 に 発達 し た 数学 で あ る 。 +西 大寺 ( さいだいじ ) は 、 奈良 県 奈良 市 西 大寺 芝町 に あ る 、 真言律宗 総 本山 の 寺院 。 +能 の 現行 演目 一覧 ( のう の げん こう えんも く いちらん ) は 、 能 の シテ 方 五 流 が 、 現在 上演 する 演目 を まとめ た 一覧 で あ る 。 +売茶 翁 ( ばいさおう 、 まいさおう 、 延宝 3 年 5 月 16 日 ( 旧暦 ) ( 167 5 年 7 月 8 日 ) - 宝暦 13 年 7 月 16 日 ( 旧暦 ) ( 1763 年 8 月 24 日 ) は 、 江戸 時代 の 黄檗 宗 の 僧 。 +藤原 盛房 ( ふじわら の もり ふさ 、 生没 年 未詳 ) は 、 平安 時代 後期 の 廷臣 、 歌人 。 +近衛 基通 ( このえ もと み ち 、 永暦 元年 ( 11 60 年 ) - 天福 ( 日本 ) 元年 5 月 29 日 ( 旧暦 ) ( 1233 年 7 月 8 日 ) ) は 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 公卿 。 +無名 草子 ( むみょう ぞうし ) は 鎌倉 時代 初期 の 古典 で 、 文芸 評論 書 と し て は 最古 。 +当摩 国見 ( たいま の くに み / たぎまの- 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 。 +千 宗室 ( せんそうしつ 、 1956 年 - ) は 、 茶道 裏 千家 家元 16 代 玄黙 宗 室 で 斎号 は 坐忘斎 。 +寺社 興行 法 ( じ しゃ こうぎょう ほう ) と は 、 神社 仏 寺 の 社殿 仏閣 を 修復 し て 、 神事 仏事 を 厳格 に 実施 さ せ る ため に 公武 権力 が 実施 し た 一連 の 法 制度 の こと 。 +明智光春 ( あけちみつ はる 、 1537 年 ( 天文 ( 元号 ) 6 年 ) ? - 15 82 年 ( 天正 10 年 ) ) は 、 日本 の 安土 桃山 時代 の 武将 。 +多賀 SL パーク ( たが エスエル パーク ) は 、 かつて 滋賀 県 犬上 郡 多賀 町 敏満寺 に あ っ た SL ホテル で あ る 。 +大映 株式 会社 ( だいえい かぶしき がいしゃ ) は 、 1942 年 から 2002 年 まで 存在 し た 映画 会社 。 +三善 氏 ( みよし し ) は 、 日本 の 姓 氏 の 1 つ 。 +桃井 春蔵 ( もも の いしゅんぞう 、 182 5 年 ( 文政 8 年 ) - 18 85 年 ( 明治 18 年 ) 12 月 3 日 ) は 、 幕末 期 の 剣術 家 。 +凝然 ( ぎょうねん 、 仁治 元年 3 月 6 日 ( 旧暦 ) ( 12 40 年 3 月 30 日 ) - 元亨 元年 9 月 5 日 ( 旧暦 ) ( 132 1 年 9 月 26 日 ) ) は 、 鎌倉 時代 後期 の 東大 寺 の 学僧 。 +源 国明 ( みなもと の くにあき 、 康平 7 年 ( 1064 年 ) - 長治 2 年 4 月 17 日 ( 旧暦 ) ( 110 5 年 6 月 8 日 ) ) は 平安 時代 後期 の 廷臣 。 +萩原 兼従 ( はぎわら かね より 、 天正 16 年 ( 1588 年 ) - 万治 3 年 8 月 13 日 ( 旧暦 ) ( 16 60 年 9 月 17 日 ) ) は 、 江戸 時代 前期 の 神道 家 。 +野村 美術 館 ( のむら びじゅつ かん ) は 、 京都 府 京都 市 左京 区 南禅 寺 下河原町 61 に あ る 美術 館 。 +浄土 教 ( じょうどきょう ) は 、 阿弥陀 仏 の 極楽 浄土 に 往生 し 成仏 する こと を 説 く 教え 。 +公家 ( くげ ) と は 、 日本 に お い て 朝廷 に 仕え る 貴族 ・ 官人 の 総称 。 +藤原 隆信 ( ふじわら の たかのぶ 、 1142 年 ( 康治 元年 ) - 120 5 年 3 月 19 日 ( 元久 2 年 2 月 27 日 ( 旧暦 ) ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 貴族 。 +正伝 寺 ( しょうでんじ ) は 、 京都 市 北 区 ( 京都 市 ) 西賀茂 に あ る 臨済 宗 南禅 寺 派 の 寺 で あ る 。 +内覧 ( ないらん ) と は 、 天皇 に 奉 る 文書 や 、 天皇 が 裁可 する 文書 など 一切 を 先 に 見 る こと 、 また は その 令外 官 の 役職 。 +目 ( さかん ) と は 、 日本 の 律令 制 四 等 官 の うち 四 等 官 を 指 す 。 +宗峰 妙超 ( しゅう ほうみょうちょう 、 弘安 5 年 ( 12 82 年 ) - 延元 2 年 / 建武 ( 日本 ) 4 年 12 月 22 日 ( 旧暦 ) ( 1338 年 1 月 13 日 ) ) は 、 鎌倉 時代 末期 の 臨済 宗 の 僧 。 +『 みだれ 髪 』 ( みだれ が み ) と は 歌人 ・ 与謝野 晶子 作 の 処女 歌集 で あ る 。 +落胤 ( らくいん ) と は 父親 に 認知 さ れ な い 私 生子 を 指 す 。 +桐壺 ( きりつぼ ) は 、 平安 御所 の 後宮 の 七殿 五舎 の うち の 一 つ 。 +西山 塚 古墳 ( にしやま づか こふん ) と は 、 奈良 県 天理 市 に あ る 前方 後 円墳 で あ る 。 +大坂 の 役 ( おおざか の えき 、 慶長 19 年 ( 1614 年 ) 〕 - 慶長 20 年 ( 1615 年 ) ) は 、 江戸 幕府 が 豊臣 氏 を 滅ぼ し た 戦い で あ る 大坂 冬 の 陣 ( おおざか ふゆ の じん ) と 大坂 夏 の 陣 ( おおざか なつ の じん ) ( 6 月 4 日 ( 5 月 8 日 ( 旧暦 ) ) 終局 ) を まとめ た 呼称 。 +玄賓 ( げんぴん 、 天平 6 年 ( 734 年 ) - 弘仁 9 年 6 月 17 日 ( 旧暦 ) ( 818 年 7 月 23 日 ) ) は 、 奈良 時代 から 平安 時代 前期 の 法相 宗 の 僧 。 +譜代 下人 ( ふだい げ にん ) と は 、 譜代 奉 公人 ( ふだい ほうこう にん ) と も 呼 ば れ 、 近世 農村 に お い て 主家 に 人身 的 な 隷属 に あ り 、 譜代 と し て 永代 ・ 世襲 的 に 労役 を 提供 する 形 に よ っ て 奉公 し た 下人 ・ 奉公人 を 指 す 。 +屯田 兵 ( とんでん へ い ) は 、 明治 時代 に 北海道 の 警備 と 開拓 に あた っ た 兵士 と その 部隊 で あ る 。 +金 山彦神 ( かなやま ひこ の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +曜変 天目 茶碗 ( ようへん てん もく ちゃわん ) は 、 天目 茶碗 の うち 、 最上 級 と さ れ る もの 。 +北面 武士 ( ほくめん の ぶし ) と は 、 太上 天皇 に 仕え 、 院 の 北面 下臈 に 詰め 、 身辺 の 警衛 あるいは 御幸 に 供奉 し た 武士 の こと 。 +印可 ( いんか ) と は 、 師 が その 道 に 熟達 し た 弟子 に 与え る 許可 の こと 。 +三条 公兼 ( さんじょうきん かね 、 延宝 7 年 8 月 16 日 ( 旧暦 ) ( 167 9 年 9 月 20 日 ) - 元文 5 年 ( 1740 年 ) ) は 、 江戸 時代 中期 の 公卿 。 +柏尾   馬之助   ( かしお   うまのすけ ・ KashioUmanosuke 、 天保 9 年 ( 1838 年 ) -   明治 元年 4 月 8 日 ( 旧暦 ) ( 1868 年 4 月 30 日 ) ) は 幕末 の 阿波 国 出身 の 人物 。 +京都 府 立植物 園 ( きょうと ふりつ しょくぶつ えん ) と は 、 京都 市 左京 区 に あ る 植物 園 。 +牧野 忠精 ( まきの ただ き よ 、 宝暦 10 年 10 月 19 日_ ( 旧暦 ) ( 17 60 年 11 月 26 日 ) - 天保 2 年 7 月 10 日_ ( 旧暦 ) ( 1831 年 8 月 17 日 ) ) は 、 江戸 時代 後期 の 大名 、 政治 家 。 +源 頼弘 ( みなもと の より ひろ 、 生没 年 未詳 ) は 、 平安 時代 中期 の 武士 ・ 官人 。 +京都 十 三 仏 霊場 ( きょう と じゅう さん ぶつ れいじょう ) は 、 京都 市 内 の 十 三 箇 寺 の 霊場 巡礼 。 +ワクムスビ ( ワクムスヒ ) は 、 日本 神話 に 登場 する 穀物 ・ 養蚕 の 神 で あ る 。 +松永久通 ( まつなが ひさみち ) は 、 戦国 時代 ( 日本 ) の 大和 国 の 武将 。 +からかさ 小僧 ( からかさ こ ぞう , 唐 傘 小僧 ) は 、 古 い 傘 が 変化 し た 妖怪 。 +藤原 雅子 ( ふじわら の まさこ 、 生没年 不詳 ) は 、 鎌倉 時代 の 女官 。 +東京 時代 ( とうきょう じだい ) と は 、 日本 の 歴史 に おけ る 時代 区分 の うち で 、 江戸 幕府 が 崩壊 し て 明治 維新 が 開始 さ れ た 1868 年 以後 に つ い て の 呼称 と し て 考え出 さ れ た 概念 の 一 つ 。 +道場 ( どうじょう 、 生没年 不詳 ) は 、 飛鳥 時代 の 僧 。 +大草 香 皇子 ( おおく さか の みこ 、 生年 不詳 - 安康 天皇 元年 2 月 1日 ( 旧暦 ) ( 454 年 ) ) は 、 古墳 時代 の 皇族 。 +仏教 に お い て 、 清浄 ( しょうじょう ) 、 透明 な ラピスラズリ の こと 。 +機務 六 条 ( きむ ろくじょう ) と は 、 1886 年 9 月 7 日 に 明治 天皇 と 伊藤 博文 ( 内閣 総理 大臣 兼宮内 大臣 ) が 内閣 _ ( 日本 ) を 代表 する 形 で 交わ し た 約束 事 。 +十 二 月 将 ( じゅう に げっしょう ) と は 、 太陽 が 黄道 上 の どの 位置 に あ る か の 指標 で 、 西洋 占星術 の サイン と 1 対 1 の 対応 が あ る 。 +宝生 新 ( ほうしょう あらた / しん 、 明治 3 年 10 月 23 日 ( 旧暦 ) ( 1870 年 11 月 16 日 ) - 昭和 19 年 ( 1944 年 ) 6 月 10 日 ) は ワキ 方 宝生 流能 楽師 。 +秋田 城介 ( あきた じょう のすけ ) は 、 律令 制 に お い て 出羽 国 の 秋田 城 を 専管 し た 国司 で あ る 。 +致平 親王 ( むねひら しんの う 、 天暦 5 年 ( 951 年 ) - 長久 2 年 2 月 20 日 ( 旧暦 ) ( 1041 年 3 月 24 日 ) ) は 、 平安 時代 の 皇族 。 +顕本 法華 宗 ( けんぽん ほっけしゅう ) は 、 日蓮 を 宗祖 と し 、 日什 を 派祖 と する 、 日蓮 門 下 の 一派 で あ る 。 +延寿寺 ( えんじゅじ ) は 、 滋賀 県 彦根 市 に あ る 臨済 宗 永源 寺 派 の 禅寺 。 +橘 広房 ( たちばなの ひろ ふ さ 、 生年 不詳 - 天永 2 年 ( 1111 年 ) ) は 、 平安 時代 後期 の 官人 ・ 歌人 。 +井 真成 ( せいしん せい 、 い の まなり ? 、 699 年 - 734 年 ( 日本 ・ 天平 6 年 、 唐 ・ 開元 22 年 ) ) は 、 中国 の 古都 ・ 西安 で 墓誌 が 発見 さ れ た 、 奈良 時代 ( 中国 の 唐朝 ) の 日本 人 留学 生 の 姓名 。 +干物 ( ひもの 、 英語 Driedfish ) と は 、 魚 など の 魚介 類 の 身 を 干 し た 加工 食品 。 +紀州 徳川 家 ( きしゅうとくがわ け ) は 、 江戸 時代 に 紀伊国 ・ 伊勢 国 を 治め た 徳川 氏 の 一支系 で 、 徳川 御 三家 の ひと つ 。 +藤原 冬緒 ( ふじわら の ふゆお 、 大同 ( 日本 ) 3 年 ( 80 8 年 ) - 寛平 2 年 ( 890 年 ) 5 月 25 日 ( 旧暦 ) ) は 平安 時代 前期 の 公卿 。 +正倉 ( しょうそう ) と は 、 律令 制 に お い て 中央 ・ 地方 の 官衙 や 寺院 など 公的 な 施設 に 設置 さ れ た 穀物 や 財物 を 保管 する 倉庫 の こと 。 +絵 仏師 ( え ぶっし ) と は 、 僧侶 に あ っ て 、 主に 仏教 絵画 の 制作 や 仏像 の 彩色 など に 従事 し た 専門 職 。 +時代 行列 ( じだい ぎょうれつ ) と は 、 祭り の 中 で 古墳 時代 から 昭和 初期 まで の 時代 考証 に 基づ き 、 各 時代 の 扮装 を 復元 し た 上 で 行 う 行列 で あ る 。 +六勝 寺 ( ろく しょう じ 、 りくしょうじ ) と は 、 平安 時代 後期 の 院 政 期 に 天皇 、 皇后 が 洛外 白河 ( 京都 市 ) ( 現在 の 京都 市 左京 区 岡崎 ・ 平安 神宮 の 周辺 ) に 建て た 6 つ の 仏教 寺院 で あ る 。 +本圀 寺 ( ほんこく じ ) は 、 京都 府 京都 市 山科 区 に あ る 日 蓮 宗 の 大 本山 。 +蘭学 ( らんがく ) は 、 江戸 時代 に オランダ を 通 じ て 日本 に 入 っ て き た ヨーロッパ の 学術 ・ 文化 ・ 技術 の 総称 。 +祈願 所 ( きがんじょ ) は 神社 、 寺院 の 1 つ で 、 特に 人々 が 神仏 に 願い 事 を 行 う 寺社 を 指 す 。 +了然 ( りょうねん 、 正保 3 年 ( 1646 年 ) - 正徳 ( 日本 ) 元年 9 月 18 日 ( 旧暦 ) ( 1 71 1 年 10 月 29 日 ) ) は 、 江戸 時代 前期 から 中期 に かけ て の 黄檗 宗 の 尼僧 。 +藤 氏 長者 ( とうし ちょうじゃ ) は 、 藤原 氏 一族 全体 の 氏 長 者 の こと 。 +東洋 自由 党 ( とうよう じゆう とう ) は 、 1892 年 11 月 6 日 に 自由 党_ ( 明治 ) 左派 の 大井 憲太郎 が 、 樽井 藤吉 ( 元 東洋 社会 党 ) や 小久保 喜七 、 新井 章吾 ら と とも に 結成 し た 政党 。 +雲隠 六 帖 ( くもがくれ ろくじょう ) と は 、 源氏 物語 の 補作 の 一 つ 。 +源 朝長 ( みなもと の ともな が 、 1143 年 - 11 60 年 ) は 、 平安 時代 末期 の 武将 。 +工藤 祐長 +久我 ( こが ) 家 は 、 日本 の 氏族 。 +嘉吉 の 徳政 一揆 ( かきつ の とくせい いっき ) は 、 嘉吉 元年 ( 1441 年 ) に 徳政令 を 求め て 京都 及び 近江国 など 周辺 地域 で 発生 し た 土一 揆 の こと 。 +通行 手形 ( つうこう てがた ) は 、 江戸 時代 の 人 ( 一部 例外 を 除 く ) が 旅 を し よ う と する とき に 、 許可 を 得 て 旅行 し て い る こと を 証明 し た 物 。 +京極 為 兼 ( きょうごく ため かね 、 建長 6 年 ( 1254 年 ) - 元徳 4 年 / 元弘 2 年 3 月 21 日 ( 旧暦 ) ( 1332 年 4 月 16 日 ) ) は 、 鎌倉 時代 後期 の 歌人 。 +中村 勘太郎 ( なかむら かんたろう ) は 、 歌舞伎 役者 。 +浅井 氏 羽柴 秀次 、 京極 高次 曲輪 、 石垣 +北條 早雲 / 伊勢 盛時 ( ほうじょうそううん / いせもり とき ) は 、 室町 時代 中 後期 ( 戦国 時代 ( 日本 ) 初期 ) の 武将 で 、 戦国 大名 と な っ た 後 北条 氏 の 祖 で あ る 。 +日野 資矩 ( ひのすけの り 、 宝暦 6 年 8 月 22 日 ( 旧暦 ) ( 1756 年 9 月 16 日 ) - 文政 13 年 7 月 9 日 ( 旧暦 ) ( 1830 年 8 月 26 日 ) ) は 江戸 時代 の 公卿 。 +花山院 家 ( かさん の いんけ ) は 、 藤原 氏 藤原 北家 師 実流 の 嫡流 ( 花山院 流 ) の 家 で あ る 。 +神使 ( しんし ) は 、 神道 に お い て 神 の 使者 ( 使い ) と 考え られ る 特定 の 動物 の こと で あ る 。 +中岡 慎太郎 ( なかおか しんたろう 、 天保 9 年 4 月 13 日 ( 旧暦 ) ( 1838 年 5 月 6 日 ) - 慶応 3 年 11 月 17 日 ( 旧暦 ) ( 1867 年 12 月 12 日 ) ) は 、 日本 の 志士 ( 活動 家 ) で あ る 。 +公武 合体 ( こうぶ が った い ) は 、 江戸 時代 後期 ( 幕末 ) に 公家 ( 朝廷 ) の 伝統 的 権威 と 、 武家 ( 幕府 ) を 結びつけ て 幕府 権力 の 再 構築 を はか ろう と し た 政策 論 を い う 。 +招き 猫 ( まねきねこ ) は 、 前足 で 人 を 招 く 形 を し た 、 ネコ の 置物 。 +千種 家 ( ちぐさけ ) は 、 日本 の 氏族 の 一 つ 。 +大沢 基恒 ( おおさわ もと つね 、 明暦 2 年 ( 1656 年 ) 頃 - 元禄 10 年 2 月 29 日 ( 旧暦 ) ( 1697 年 4 月 20 日 ) ) は 、 江戸 時代 前期 の 高家 旗本 。 +高辻 通 ( たかつじ どおり ) は 、 京都 府 京都 市 の 東西 の 通り の 一 つ 。 +楠木 正勝 ( くすのきまさかつ ) は 南北朝 時代 の 武将 。 +愛染 明王 ( あいぜんみょうおう ) は 、 仏教 の 信仰 対象 で あ り 、 密教 特有 の 尊格 で あ る 明王 の 1 つ 。 +陸奥 外交 ( むつがいこう ) と は 、 明治 中期 第 2 次 伊藤 内閣 に おけ る 陸奥 宗光 外務 大臣 の 外交 政策 を 指 す 。 +『 蜻蛉 日記 』 ( かげろう にっき 、 かげろう の にっき 、 かげろう に き ) は 、 平安 時代 の 女流 日記 。 +上方 ( かみがた ・ か みかた ) は 、 江戸 時代 に 、 大坂 や 京都 を 初め と する 畿内 を 呼 ん だ 名称 で あ る 。 +楠木 正遠 ( くすのき まさとお 、 生没年 不詳 ) は 、 河内 国 の 土豪 で 、 水銀 で 財 を 成 し た 一族 と い わ れ て い る 。 +尊 円 流 ( そんえん りゅう ) と は 尊 円 法 親王 が 起こ し た 書 ( 書道 ) の 流派 ( 書流 ) で あ る 。 +和辻 倫理 学 ( わつじ りんり がく ) は 、 和辻 哲郎 の 展開 し た 倫理 学 の 体系 を 指 す 呼称 。 +存覚 ( ぞんかく ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 浄土 真宗 の 僧 。 +梅戸 勝之進 ( うめど かつ の しん 、 生没年 不明 ) は 、 新 選 組 隊士 。 +天孫 族 ( てんそんぞく ) と は 、 記紀 に 登場 し 日本 神話 に 語り継 が れ る ヤマト 王権 を つく っ た と する 古代 勢力 の 総称 。 +宗厳 ( そうごん 、 天正 3 年 ( 1575 年 ) ? - 寛永 5 年 ( 1628 年 ) ) は 李 氏 朝鮮 の 人 。 +京滋 バイパス ( けいじ バイパス 、 英称 KEIJIBY - PASS ) は 滋賀 県 草津 市 から 京都 府 久世 郡 久御山 町 に 至 る 一般 国道 の バイパス 道路 で あ る 。 +石刃 技法 ( せき じんぎ ほう ) と は 、 後期 旧 石器 時代 に 出現 し 、 同 時代 を 特徴 づけ る 縦長 剥片 の 剥離 技術 の こと 。 +一色 持範 ( いっし き もち の り 、 生没年 不詳 ) は 、 室町 時代 の 武士 。 +小判 ( こばん ) と は 、 江戸 時代 に 流通 し た 金貨 の 一種 で あ る 。 +五色 不動 ( ご しき ふ どう ) と は 、 東京 の 瀧泉 寺 、 金 乗院 ( 豊島 区 ) 、 南谷 寺 、 最勝 寺 ( 世田谷 区 ) 、 五色 不動 複数 の 目黄 の 5 種 六 個 所 の 不動 尊 の 総称 。 +日本 の 中古 文学 史 ( にほん の ちゅうこ ぶんがくし ) は 、 中古 ( 時代 区分 ) ( およそ 平安 時代 ) の 日本 文学 の 歴史 で あ る 。 +京都 - 舞鶴 線 ( きょうと - まいづる せん ) は 、 京都 市 と 綾部 市 ・ 舞鶴 市 を 結 ぶ 高速 バス で あ る 。 +飛鳥井 雅有 ( あすかい まさあ り 、 仁治 2 年 ( 1241 年 ) - 正安 3 年 1 月 11 日 ( 旧暦 ) ( 130 1 年 2 月 20 日 ) ) は 、 鎌倉 時代 の 公家 ・ 歌人 で 羽 林 家 の 飛鳥井 家 の 当主 。 +波多野 秀治 ( はたの ひ ではる ) は 、 丹波 国 の 戦国 大名 。 +公家 法 ( くげ ほう ) と は 、 日本 の 平安 時代 から 江戸 時代 に かけ て 、 公家 社会 に 通用 し て い た 法 体系 。 +勧修 寺 顕彰 ( かしゅうじ あ き て る 、 文化 ( 日本 ) 11 年 12 月 2 日 ( 旧暦 ) ( 1815 年 1 月 11 日 ) - 万延 2 年 1 月 1日 ( 旧暦 ) ( 1861 年 2 月 10 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +那須 国造 ( なす の くにのみやつこ ・ なす こく ぞう ) は 下野 国 北 東部 を 支配 し た 国造 。 +巻藁 ( まきわら ) は 、 弓道 、 弓術 に おけ る 型 の 稽古 用 の 的 。 +京都 国際 学生 映画 祭 ( きょうと こくさい がく せいえいが さい ) は 毎年 秋 に 行 わ れ る 京都 の 映画 祭 。 +細川 政権 ( ほそ かわ せいけん ) と は 、 明応 2 年 ( 1493 年 ) から 天文 ( 元号 ) 18 年 ( 1549 年 ) まで 存在 し た 日本 の 戦国 時代 ( 日本 ) に おけ る 武家 政権 で あ る 。 +松本長 ( まつもと なが し 、 1877 年 ( 明治 10 年 ) 1 1 月 11 日 - 1935 年 ( 昭和 10 年 ) 1 1 月 29 日 ) は シテ 方 宝生 流能 楽師 。 +羽田   五郎 ( はねだ   ごろう ) は 足利 時代 後期 の 塗師 で あ る 。 +自然 詠 ( しぜん えい ) は 、 短歌 用語 で あ る ( 俳句 に つ い て も 用い られ る 。 ) +大江 維光 ( おおえ の これ みつ 、 天仁 3 年 ( 1110 年 ) - 承安 ( 日本 ) 5 年 1 月 18 日 ( 旧暦 ) ( 1175 年 2 月 17 日 ) ) は 平安 時代 の 貴族 。 +水呑 百 姓 ( みずのみ びゃく しょう ) は 、 江戸 時代 以降 、 在方 の 人別 に 加わ り つつ 、 石高 を 所持 し な い 無高 の 者 を 指 す 呼称 。 +南 総 里見 八 犬 伝 ( なん そうさ とみ はっ けん でん 、 南總 里見 八 犬 傳 ) は 、 江戸 時代 後期 に 曲亭 馬琴 ( 滝沢 馬琴 ) に よ っ て 著 さ れ た 読本 。 +松平 宗允 ( まつだいら むねただ ) は 、 丹後 国宮津 藩 の 第 4 代 藩 主 。 +放鳥 ( ほうちょう ) と は 、 人間 に よ っ て 捕獲 あるいは 飼育 さ れ て い た 鳥類 を 野外 に 放 し 、 人間 の 管理 下 から 離脱 さ せ る こと 。 +神野 寺 ( こう の じ ) は 、 奈良 県 山辺 郡 山添村 に あ る 真言 宗 豊山 派 の 寺院 。 +雄琴 神社 ( おごと じんじゃ ) は 、 滋賀 県 大津 市 雄琴 温泉 に あ る 神社 で あ る 。 +朝倉 義景 ( あさくら よしかげ ) は 、 戦国 時代 ( 日本 ) の 武将 。 +山科 区 ( やまし な く ) は 、 京都 市 を 構成 する 11 区 の 一 つ 。 +『 選択 本願念仏 集 』 ( せんちゃく ほんがんねん ぶつ しゅう ) は 、 建久 9 年 ( 1198 年 ) 、 関白 九条 兼実 の 要請 に よ っ て 、 法然 が 撰述 し た 2 巻 16 章 の 論文 。 +佐々木 愛次郎 ( ささき あいじろう 、 弘化 2 年 ( 1845 年 ) - 文久 3 年 8 月 10 日 ( 旧暦 ) ( 1863 年 9 月 14 日 ) ) は 、 摂津 国 大阪 市 出身 の 初期 の 新撰 組 隊士 。 +慶長 大判 ( けいちょう おおばん ) と は 江戸 時代 の 初期 すなわち 慶長 6 年 ( 160 1 年 ) より 発行 さ れ た 大判 で あ り 、 墨書 、 金 品位 および 発行 時期 など に よ り 数 種類 に 細分類 さ れ る 。 +拍手 ( はくしゅ 、 かしわ で ) と は 、 神道 の 祭祀 や 、 神社 ・ 神棚 など 神 ( 神道 ) に 拝 する 際 に 行 う 行為 で あ る 。 +供養 ( く よう ) と は 、 サンスクリット 語 の プージャー また は プージャナー の 訳 で 、 仏 、 菩薩 、 天部 など に 香 ・ 花 ・ 燈明 ・ 飲食 など の 供物 を 真心 から 捧げ る こと 。 +朽木 元 綱 ( く つき もと つ な 、 天文 ( 元号 ) 18 年 ( 1549 年 ) - 寛永 9 年 8 月 29 日 ( 旧暦 ) ( 1632 年 10 月 12 日 ) ) は 、 室町 時代 後期 ・ 江戸 時代 初期 の 大名 。 +大河原 駅 ( おお かわら えき ) は 、 京都 府 相楽 郡 南山城村 大字 北 大河原 字 欠ケ原 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 関西 本線 の 鉄道 駅 。 +蒲生 定秀 ( が もう さだひで ) は 、 戦国 時代 の 武将 。 +シダレザクラ ( 枝垂桜 ) と は 、 エドヒガン ザクラ の 変種 の 桜 で あ る 。 +淀藩 ( よど はん ) は 、 山城 国 ( 現在 の 京都 府 京都 市 伏見 区 淀 本町 ) に 存在 し た 藩 。 +源 頼隆 ( みなもと の より たか ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 河内 源 氏 の 武将 。 +安宅 ( あたか ) は 『 義経 記 』 など に 取材 し た 能楽 作品 。 +昭登 親王 ( あきな り しんの う 、 長徳 4 年 ( 99 8 年 ) - 長元 8 年 4 月 14 日 ( 旧暦 ) ( 10 35 年 5 月 23 日 ) ) は 、 平安 時代 の 皇族 。 +方広寺 ( ほうこうじ ) は 、 京都 市 東山 区 に あ る 天台 宗山門 派 の の 寺院 。 +ウヒヂニ ・ スヒヂニ は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +安元 御賀 日記 ( あんげん おん が の にっき ) は 、 平安 時代 の 歌人 、 藤原 隆房 に よ る 後白河 天皇 50 歳 の 祝賀 の 儀 の 様子 を 記 し た 日記 。 +修学院 離宮 ( しゅがくいんり きゅう ) は 京都 市 左京 区 の 比叡 山麓 に あ る 宮内 庁 所管 の 離宮 で あ る 。 +唐 菓子 ( とうが し ) は 、 奈良 時代 に 唐 ( 中国 ) から 伝来 し た 一連 の 菓子 と その 技術 を 言 う 。 +箸置き ( はしおき ) は 、 箸 が 転が り 落ち る の を 防 ぐ ため に 使 う テーブル の 上 に 置 く 小物 。 +『 古事 記伝 』 ( こじき でん 、 ふる こと ふみ の つたえ ) は 、 江戸 時代 の 国学 者 ・ 本居 宣長 の 『 古事 記 』 全編 に わた る 全 44 巻 の 註釈 書 で あ る 。 +有栖川宮 ( ありすがわ のみや ) は 、 かつて 存在 し た 宮家 の 一 つ 。 +三宝 荒神 ( さん ぼうこうじん 、 さんぽう こうじん ) は 、 日本 特有 の 仏教 に おけ る 信仰 対象 の 1 つ 。 +団子 ( だんご ) は 、 米 の 粉 に 水 や お 湯 を 加え て こね て 、 蒸 し たり 茹で たり し て でき た 餅 を 小さ く まるめ た 菓子 で あ る 。 +勅額 ( ちょくがく ) と は 、 皇帝 ・ 天皇 など の 為政 者 が 国内 の 寺院 に 特 に 与え る 直筆 の 書 で 記 さ れ た 寺額 。 +奨子 内 親王 ( しょうし な い しんのう 、 弘安 9 年 9 月 9 日 ( 旧暦 ) ( 1286 年 9 月 28 日 ) - 貞和 4 年 / 正平 ( 日本 ) 3 年 11 月 2 日 ( 旧暦 ) ( 1348 年 11 月 23 日 ) ) は 、 鎌倉 時代 後期 から 室町 時代 初期 ( 南北朝 時代 ( 日本 ) ) に かけ て の 皇族 。 +愛宕 信仰 ( あたご しん こう ) と は 、 京都 市 の 愛宕 山 ( 京都 市 ) 山頂 に 鎮座 する 愛宕 神社 ( 京都 市 ) から 発祥 し た 、 火防 の 神 に 対 する 神道 の 信仰 で あ る 。 +貞明 皇后 ( ていめ い こうごう 、 1884 年 6 月 25 日 - 1951 年 ( 昭和 26 年 ) 5 月 17 日 ) は 、 日本 の 皇族 。 +銀座 ( ぎんざ ) と は 、 中近世 の 日本 の 政権 に お い て 貨幣 の 鋳造 および 銀地 金 の 買売 を 担 っ た 場所 に 与え られ た 呼称 で あ る 。 +辰丸 事件 ( たつまる じけん ) は 、 中国 に おけ る 排日 運動 の 嚆矢 と な っ た 有名 な 事件 。 +鹿鳴 館 ( ろくめいかん ) と は 外国 から の 賓客 や 外交 官 を 接待 する ため に 明治 政府 に よ っ て 建て られ た 社交場 で あ る 。 +後村上 天皇 ( ごむらかみ てんの う 嘉暦 3 年 ( 1328 年 ) - 正平 ( 日本 ) 23 年 / 応安 元年 3 月 11 日 ( 旧暦 ) ( 1368 年 3 月 29 日 ) ) は 、 南北朝 時代 ( 日本 ) の 第 97 代 、 南朝 第 2 代 天皇 ( 在位 : 延元 4 年 / 暦応 2 年 8 月 15 日 ( 旧暦 ) ( 1339 年 9 月 18 日 ) - 正平 23 年 / 応安 元年 3 月 11 日 ) 。 +柳本 古墳 群 ( やなぎもと こふん ぐん ) は 、 天理 市 柳 本町 に 所在 する 古墳 時代 前期 の 古墳 群 で あ る 。 +令 制 国 一覧 > 山陰 道 > 丹後 国 +光悦村 ( こうえつ むら ) は 、 本阿弥 光悦 ら が 営 ん だ 江戸 時代 初期 の 芸術 村 。 +不落 不落 、 不落々々 ( ぶらぶら ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に 描 か れ て い る 日本 の 妖怪 の 一種 で 、 提灯 の 妖怪 。 +武烈 天皇 ( ぶれつ てんのう 、 仁賢 天皇 2 年 ( 489 年 ) - 武烈 天皇 8 年 12 月 8 日 ( 旧暦 ) ( 50 7 年 1 月 7 日 ) ) は 、 第 25 代 天皇 ( 在位 : 仁賢 天皇 11 年 ( 498 年 ) 12 月 ( 旧暦 ) - 武烈 天皇 8 年 12 月 8 日 ( 50 7 年 1 月 7 日 ) ) 。 +守澄 法 親王 ( しゅちょう ほっ しん のう 、 寛永 11 年 7 月 11 日 ( 旧暦 ) ( 1634 年 9 月 3 日 ) - 延宝 8 年 5 月 16 日 ( 旧暦 ) ( 1680 年 6 月 12 日 ) ) は 、 初代 輪王 寺 宮門跡 ( 日光 門跡 と も 呼 ば れ る ) 。 +鴨鍋 ( かもなべ ) は 、 鴨肉 を 白菜 、 ねぎ 、 豆腐 など の 野菜 と 一緒 に 煮込 ん で 作 る 鍋 料理 の こと 。 +朝日 焼 ( あさひ やき ) は 京都 府 宇治 市 で 焼 か れ る 陶器 。 +大友 親世 ( おおと も ちか よ 、 生年 不詳 - 1418 年 4 月 1日 ( 応永 25 年 2 月 25 日 ( 旧暦 ) ) ) は 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 守護 大名 。 +黄粉 ( きなこ ) は 、 ダイズ を 炒 って 皮 を 剥 き 、 挽 い た 穀粉 で あ る 。 +三浦 義明 ( みうら よしあき ) は 平安 時代 末期 の 武将 。 +藤原 高遠 ( ふじわら の たか とお 、 天暦 3 年 ( 949 年 ) - 長和 2 年 5 月 6 日 ( 旧暦 ) ( 1013 年 6 月 16 日 ) ) は 、 平安 時代 中期 の 歌人 。 +高松 エクスプレス 京都 号 ( たかまつ エクスプレス   きょう と ごう ) は 、 京都 市 、 乙訓 郡 大山崎 町 、 高槻 市 と 鳴門 市 、 東かがわ 市 、 さぬき 市 、 三木 町 、 高松 市 を 結 ぶ 昼行 高速 バス で あ る 。 +藤原 致忠 ( ふじわら の むねただ 、 生没 年 未詳 ) は 、 平安 時代 中期 の 貴族 。 +『 永享 記 』 ( えいきょうき ) は 、 室町 時代 の 永享 の 乱 ・ 結城 合戦 から その 後 の 東国 情勢 を 描 い た 軍記 で あ る 。 +神風 ( かむかぜ 、 しんぷう 、 かみかぜ ) は 神道 用語 。 +沿革 +小野 蘭山 ( おの らんざん 、 享保 14 年 8 月 21 日 ( 旧暦 ) ( 1729 年 9 月 13 日 ) - 文化 ( 元号 ) 7 年 3 月 2 日 ( 旧暦 ) ( 1810 年 4 月 5 日 ) ) は 、 江戸 時代 の 大 本 草学 者 。 +荒木 政羽 ( あらき まさ は ね 、 寛文 2 年 ( 1662 年 ) - 享保 17 年 2 月 14 日 ( 旧暦 ) ( 1732 年 3 月 10 日 ) ) は 江戸 幕府 の 旗本 。 +坂上老 ( さかの うえ の おきな 、 生年 不明 - 文武 天皇 3 年 ( 699 年 ) 5 月 8 日 ? ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +山 幸彦 と 海 幸彦 ( やまさち ひこ と うみさち ひこ ) は 、 日本 神話 の 一 挿話 。 +二 条定 高 ( にじょう さだ たか 、 建久 元年 ( 1190 年 ) - 暦仁 元年 1 月 22 日 ( 旧暦 ) ( 1238 年 2 月 8 日 ) ) は 、 鎌倉 時代 前期 の 公卿 。 +西川 利右衛門 ( にしかわ りえもん 、 生没年 不詳 ) は 、 近江 国 出身 の 、 江戸 時代 の 商人 。 +神葬祭 ( しん そうさい ) と は 、 日本 固有 の 宗教 で あ る 神道 の 葬儀 で あ る 。 +神祇院 ( じんぎいん ) は 、 日本 の 国家 機関 の 一 つ 。 +山号 二 上山 +赤だし ( あか - ) と は 八丁 味噌 など の 豆味噌 に 米味噌 を 合わせ て 作 っ た 味噌 汁 。 +日本 に おけ る 地名 。 +くず は ・ 男山 循環 コミュニティバス ( くず は ・ おとこやま じゅんかん コミュニティバス ) は 、 京阪 宇治 交通 が 『 バスビィ 』 と し て 運行 を 開始 し た コミュニティバス で あ る 。 +日本 美術 に は 実 に 多様 な 種類 が あ る 。 +僧録 ( そうろく ) と は 、 中世 以後 僧侶 の 登録 ・ 住持 の 任免 など の 人事 を 統括 し た 役職 で あ る 。 +安倍 宗任 ( あべの むね とう ) は 、 平安 時代 中期 の 武将 。 +藤原 為房 ( ふじわら の ため ふさ 、 永承 4 年 ( 1049 年 ) - 永久 ( 元 号 ) 3 年 4 月 2 日 ( 旧暦 ) ( 1115 年 4 月 27 日 ) ) は 、 平安 時代 後期 の 公家 。 +お 歯黒 ( お はぐろ ) は 明治 時代 以前 の 日本 や 中国 南東部 ・ 東南 アジア の 主 と し て 既婚 女性 、 まれ に 男性 など の 歯 を 黒 く 染め る 化粧 法 で あ る 。 +高原 美忠 ( たかはら   よし ただ 、 明治 25 年 ( 1892 年 ) 3 月 - 平成 元年 ( 1989 年 ) 6 月 12 日 ) は 、 日本 の 神職 。 +京都 府 道路 公社 ( きょうと ふ どうろ こうしゃ ) は 、 京都 府 を 設立 団体 と する 地方 道路 公社 で あ る 。 +一条 道香 ( いちじょう み ちか 、 享保 7 年 10 月 10 日 ( 旧暦 ) ( 1722 年 11 月 18 日 ) - 明和 6 年 9 月 5 日 ( 旧暦 ) ( 1769 年 10 月 4 日 ) ) は 江戸 時代 の 公卿 。 +伸子 ( 籡 、 しんし ) は 、 和服 の 洗い 張り ( 洗濯 ) や 反物 を 染色 する 際 に 、 用布 の 両長辺 に その 両端 を 刺 し て 弓 ( 武器 ) 形 に 張り わた し 、 布 を 縮 ま せ ず 、 幅 を 保 た せ る よう に 支え る ため の 道具 。 +片岡 市太郎 ( かたお かいち たろう 、 1877 年 2 月 13 日 - 没年 不詳 ) は 、 日本 の 俳優 で あ る 。 +寛朝 ( かんちょう 、 916 年 ( 延喜 16 年 ) - 99 8 年 7 月 13 日 ( 長徳 4 年 6 月 12 日 ( 旧暦 ) ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +近衛 兼 経 ( この え かねつ ね 、 承元 4 年 ( 1210 年 ) - 正元 ( 日本 ) 元年 5 月 4 日 ( 旧暦 ) ( 1259 年 5 月 27 日 ) ) は 、 鎌倉 時代 の 公卿 。 +邦子 内 親王 ( くに こ な い しんのう 、 承元 3 年 ( 1209 年 ) - 弘安 6 年 9 月 4 日 ( 1283 年 9 月 26 日 ) ) は 、 鎌倉 時代 の 皇族 、 女院 。 +胡粉 ( ご ふん ) は 顔料 の ひと つ 。 +北朝 ( ほくちょう ) と は 、 日本 の 南北朝 時代 ( 日本 ) に 、 足利 氏 を 頂点 に 、 全国 の 多く の 武士 が 支持 し た 持明 院 統 の 朝廷 で あ る 。 +山脇 東洋 ( やまわき とうよう 、 宝永 2 年 12 月 18 日 ( 旧暦 ) ( 170 6 年 2 月 1日 ) - 宝暦 12 年 8 月 8 日 ( 旧暦 ) ( 1762 年 9 月 25 日 ) ) は 、 江戸 時代 の 医学 者 。 +還来 神社 ( もどろ き じんじゃ ) は 、 滋賀 県 大津 市 伊香立 途中町 に あ る 神社 で あ る 。 +国立 京都 国際 会館 ( こくりつ きょうと こくさい かいかん ) は 、 京都 市 左京 区 宝ヶ池 に あ る 国際 会議 場 。 +鑑真 ( がんじん 、 688 年 ( 持統 天皇 2 年 ) - 763 年 6 月 25 日 ( 天平 宝字 7 年 5 月 6 日 ( 旧暦 ) ) ) は 、 奈良 時代 の 帰化 僧 。 +九鬼 隆直 ( く きたかなお 、 貞享 4 年 ( 1687 年 ) - 宝暦 2 年 8 月 4 日 ( 旧暦 ) ( 175 2 年 9 月 11 日 ) ) は 、 江戸 時代 の 大名 。 +尺八 ( しゃくはち ) は 日本 の 伝統 的 な 楽器 。 +文庫 結び ( ぶんこ むすび ) と は 振袖 の 帯結び の 一種 。 +蛮社 の 獄 ( ばんしゃ の ごく ) と は 、 1839 年 ( 天保 10 ) 5 月 に 起き た 言論 弾圧 事件 。 +琵琶 法師 ( びわ ほうし ) は 平安 時代 から 見 られ た 、 琵琶 を 街中 で 弾 く 盲目 の 僧 で あ る 。 +瓢箪 小僧 ( ひょうたんこぞう ) と は 、 瓢箪 が 変化 し て 生まれ た 日本 の 妖怪 で あ る 。 +織田 信雄 ( おだ の ぶかつ / のぶお ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 ・ 大名 。 +櫻間 道雄 ( さくらま みちお 、 1897 年 ( 明治 30 年 ) 9 月 14 日 - 1983 年 ( 昭和 58 年 ) 5 月 27 日 ) は 、 シテ 方 金 春 流能 楽師 。 +狩野 茂光 ( か の もちみつ 、 生年 未詳 - 治承 4 年 ( 1180 年 ) ) は 平安 時代 末期 の 武将 。 +中村 一 氏 ( なかむら かずうじ ) は 安土 桃山 時代 の 大名 。 +瀧 廉太郎 ( たきれんたろう 、 1879 年 8 月 24 日 - 190 3 年 6 月 29 日 ) は 、 日本 の 音楽 家 ・ 作曲 家 。 +覚花 一心 流 ( こうか いっ しん りゅう ) は 、 備中 商家 の 花本 家 家内 で 伝承 さ れ る 流派 。 +多田 盛綱 ( ただ もりつな 、 生年 不詳 - 保元 元年 ( 1156 年 ) ) は 、 平安 時代 末期 の 武将 。 +上野 信孝 ( うえの のぶたか 、 生没年 不詳 ) は 、 戦国 時代 の 武将 。 +柳原 紀光 ( やなぎはら のりみつ / もとみつ 、 延享 3 年 11 月 14 日 ( 旧暦 ) ( 1746 年 12 月 25 日 ) - 寛政 12 年 1 月 3 日 ( 旧暦 ) ( 180 0 年 1 月 27 日 ) ) は 、 江戸 時代 の 公卿 ( 正二 位 権 大 納言 ) ・ 歴史 家 。 +杣之 内 古墳 群 ( そま の うち こふん ぐん ) は 、 奈良 県 天理 市 に あ る 古墳 群 。 +禊祓 ( みそぎ はらえ ) と は 、 ミソギ ( 禊 ) と ハラエ ( 祓 ) を 合わせ た 用語 。 +三野 前 国造 ( みの の さき の くにのみやつこ ・ みの の さき の こくぞう ・ みの の みちの くち の くにのみやつこ ・ みの の みちの くち こくぞう ) は 美濃 国 を 支配 し た 国造 。 +平安 貴族 ( へいあん きぞく ) と は 、 平安 時代 の 貴族 を さ す 概念 。 +按察 使 ( あぜち ) +藤原 登任 ( ふじわら の なりとう 、 987 年 ( 永延 元年 ) - 没年 不詳 ) は 、 平安 時代 の 貴族 。 +忍者 ( にんじゃ ) と は 、 鎌倉 時代 から 江戸 時代 の 日本 で 、 大名 や 領主 に 仕え 諜報 活動 や 暗殺 を 仕事 と し て い た と さ れ る 、 個人 な い し 集団 の 名称 。 +行 慶 ( ぎょう けい 、 生年 不詳 - 永 万 元年 7 月 16 日 ( 旧暦 ) ( 1165 年 8 月 24 日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +末摘花 ( すえつむ は な ) と は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +内臣 ( うちつお み / ないしん ) は 、 飛鳥 時代 から 平安 時代 初め に かけ て 置 か れ た 役職 で 律令 政治 下 で は 令外 官 に あた っ た 。 +延久 宣旨 枡 ( えん きゅう せん じ ま す ) は 、 後三 条 天皇 が 延久 の 荘園 整理 令 など 新立 荘園 整理 政策 の 裏付け と し た 、 1072 年 ( 延久 4 年 ) に 再 指定 し た 国家 公定 枡 の こと で あ る 。 単に 宣旨 枡 と も い う 。 +書き 初め ( かきぞめ ) と は 、 年 が 明け て 初めて 毛筆 で 書 や 絵 を かく 行事 。 +豊嶋 三千春 ( て しま みちはる 、 1939 年 ( 昭和 14 年 ) 9 月 15 日 - ) は 、 シテ 方 金 剛 流能 楽師 。 +小泉 藩 ( こいずみ はん ) は 、 大和 国 ( 現在 の 奈良 県 大和郡山 市 小泉 町 ) に 存在 し た 藩 。 +水口 藩 ( みな くち はん )   滋賀 県 甲賀 市 水口 町 周辺 を 領 し た 藩 。 +八 甲田 雪中行 軍 遭難 事件 ( はっこう だ せっちゅうこう ぐん そう なん じけん ) は 、 1 月 に 大 日本 帝国 陸軍 第 8 師団 ( 日本 軍 ) の 歩兵 第 5 連隊 が 八甲田 山 で 冬季 訓練 中 に 遭難 し た 事件 。 +高野 新笠 ( たかの の にいがさ 、 生年 不詳 - 延暦 8 年 12 月 28 日 ( 旧暦 ) ( 790 年 1 月 21 日 ) ) は 桓武 天皇 の 生母 。 +監物 ( けんも つ ) は 律令 制 に お い て 中務 省 に 属 し た 官人 品 官 ( ほんかん ) 。 +紫明 通 ( しめい どおり ) は 京都 市 北 区 ( 京都 市 ) 南部 の 東西 の 通り の 一 つ 。 +広幡 前 豊 ( ひろはた さき と よ 、 寛保 2 年 2 月 20 日 ( 旧暦 ) ( 1742 年 3 月 26 日 ) - 天明 3 年 12 月 19 日 ( 旧暦 ) ( 1784 年 1 月 11 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +エルトゥールル 号 遭難 事件 ( エルトゥールル ごうそう なん じけん ) と は 、 1890 年 ( 明治 23 年 ) 9 月 16 日 夜 半 、 オスマン 帝国 ( 現在 の トルコ ) の 軍艦 エルトゥールル 号 ( Ertu ğ rulF ı rkateyni ) が 、 和歌山 県 串本 町 沖 、 紀伊 大島 の 樫野 埼 灯 台 東方 海上 で 遭難 し た 事件 。 +明里 ( あけさ と 、 生没年 不詳 ) は 江戸 時代 末期 の 女性 。 +大将軍 ( だい しょうぐん 、 たいしょうぐん ) +北条 貞 顕 ( ほうじょう さだあき ) は 、 鎌倉 時代 末期 の 北条 氏 の 一門 。 +日本 武尊 ( やまと たける の みこと 、 『 古事 記 』 で は 倭建命 と 表記 ) こと 小 碓 命 ( おうす の みこと ) 、 また の 名 を 日本 童男 ( やまと おぐな ) は 、 景行 天皇 の 皇子 で 、 仲哀 天皇 の 父 と さ れ る 人物 。 +八重崎 検校 ( やえざき けん ぎょう 、 安永 5 年 ( 1776 年 ) 頃 - 嘉永 元年 9 月 11 日 ( 旧暦 ) ( 1848 年 10 月 7 日 ) ) は 、 19 世紀 前半 に 京都 で 活躍 し た 盲人 音楽 家 ( 地歌 三味 線 、 箏曲 演奏 家 、 作曲 家 ) 。 +禅 文化 研究 所 ( ぜんぶん か けんきゅうじょ 、 英字 The InstituteforZenStudies ) は 、 臨済 宗 と 黄檗 宗 が 共同 で 設立 し た 禅 と その 文化 に 関 する 研究 所 ( 財団 法人 ) で あ り 、 花園 大学 内 に あ る 。 +高桐院 ( こうとういん ) は 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 臨済 宗 大 本山 大徳 寺 の 塔頭 の ひと つ で あ る 。 +環濠 集落 ( かんごう しゅうらく ) と は 、 周囲 に 堀 を めぐ ら せ た 集落 ( ムラ ) の こと 。 +尾上 芙雀 ( お のえ ふじゃく ) は 、 歌舞伎 役者 の 名跡 。 +五老 スカイ タワー ( ごろう スカイ タワー ) は 、 京都 府 舞鶴 市 に あ る 塔 。 +淀 ( よど ) は 京都 市 伏見 区 西 南部 に 位置 する 地域 。 +名田 ( みょう でん ) は 、 日本 の 平安 時代 中期 から 中世 を 通 じ て 見 られ る 、 荘園 公領 制 に おけ る 支配 ・ 収取 ( 徴税 ) の 基礎 単位 で あ る 。 +伊佐為 宗 ( いさため むね 、 生年 不明 - 承久 3 年 ( 1221 年 ) ? ) は 鎌倉 時代 初期 の 御 家人 。 +木内 石亭 ( きうち / きのうち せきてい 、 享保 9 年 12 月 1日 ( 旧暦 ) ( 1725 年 1 月 14 日 ) - 文化 ( 元号 ) 5 年 3 月 11 日 ( 旧暦 ) ( 180 8 年 4 月 6 日 ) ) と は 、 江戸 時代 の 奇石 収集 家 、 本草 学 者 。 +三和土 ( たたき ) は 、 叩 き 土 に 石灰 や 水 を 混ぜ て 練 っ た もの を 塗 り 、 叩 き固め て 仕上げ た 土間 。 +比売 神社 ( ひめがみ しゃ ) と は 、 奈良 県 奈良 市 に あ る 神社 で あ る 。 +一色 藤長 ( いっ しき ふじな が 、 ? - 慶長 元年 4 月 9 日 ( 旧暦 ) ( 1596 年 5 月 6 日 ) ? ) は 戦国 時代 ( 日本 ) の 武将 。 +赤沢 朝経 ( あかざわ ともつね ) は 、 戦国 時代 ( 日本 ) ( 室町 時代 後期 ) の 武将 。 +建武 式 目 ( けん む しき もく 、 建武 式 目 条々 ) と は 室町 幕府 の 施政 方針 を 示 し た 政綱 で あ る 。 +笠間 時朝 ( かさま と き と も 、 元久 元年 5 月 5 日 ( 旧暦 ) ( 120 4 年 6 月 4 日 ) - 文永 2 年 2 月 9 日 ( 旧暦 ) ( 1265 年 2 月 26 日 ) ) は 、 鎌倉 時代 の 常陸 国 の 武将 。 +般若 の 面 ( はんにゃ の めん ) 、 般若 面 、 あるいは 単に 般若 は 、 「 嫉妬 や 恨 み の こも る 女 の 顔 」 と し て の 鬼女 の 能面 。 +武断 派 ( ぶだん は ) と は 、 豊臣 政権 内部 の 派閥 で あ る 。 +旧 居留 地 ( きゅう きょりゅうち ) と は 、 主に 安政 五 カ国 条約 に よ っ て でき た 外国 人 の 治外 法権 の 区画 を さ す 。 +片岡 我當 ( かたおか が とう ) は 、 歌舞伎 役者 。 +茂山 正邦 ( しげやま まさくに 、 1972 年 7 月 7 日 - ) は 大蔵 流 の 狂言 師 ( 狂言 方 の 能楽師 ) 。 +清原 深養父 ( きよはら の ふかやぶ 、 生没年 不詳 ) は 、 平安 時代 中期 の 歌人 。 +池坊 ( いけのぼう ) は 、 日本 の 華道 家 元 。 +薬師寺 元一 ( やくしじ もと かず ) は 、 室町 時代 後期 ( 戦国 時代 ( 日本 ) ) の 武将 。 +横大路 ( よこおおじ ) と は 、 奈良 盆 地 を 東西 に 貫 く 日本 の 古代 道路 。 +橋本 駅 ( はしもと えき ) は 、 京都 府 八幡 市 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +長谷部 信連 ( はせべ の ぶつら , 生年 未詳 - 建保 6 年 ( 1218 年 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武士 。 +十 三 参り ( じゅう さん まいり ) は 、 旧暦 の 3 月 13 日 ( 現在 で は 月遅れ で 新暦 の 4 月 13 日 ) の 間 、 数え年 13 歳 に 成 っ た 少年 少女 が 元服 を 迎え 大人 と 成 っ た 事 に 感謝 し て 、 これ から 先 の 万物 の 福徳 と 英知 を 授か る ため に 、 虚空 蔵 菩薩 に 参詣 する 行事 。 +山名義幸 ( やまな よしゆき 、 生没年 不詳 ) は 南北朝 時代 ( 日本 ) の 守護 大名 。 +家集 ( か - しゅう ) は 王朝 和歌 の 世界 に お い て 、 個人 また は 一家 の 和歌 を まとめ て 収め た 歌集 を 指 す 。 +千観 ( せんかん 、 延喜 18 年 ( 918 年 ) - 永観 元年 12 月 13 日 ( 旧暦 ) ( 98 4 年 1 月 18 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +牛原 陽一 ( うしはら よういち 、 1924 年 3 月 25 日 - 1977 年 2 月 7 日 ) は 昭和 期 の 映画 監督 。 +はさみ 山 遺跡 ( はさみ やま いせき ) は 、 大阪 府 藤井寺 市 に 所在 する 旧 石器 時代 ( 日本 ) ~ 近世 の 各 時代 の 遺構 や 遺物 が 見つか っ た 複合 遺跡 。 +石州 流嘉順派 ( せき しゅうりゅうかじゅん は ) は 武家 茶道 。 +文覚 ( もんがく 、 保延 5 年 ( 1139 年 ) - 建仁 3 年 7 月 21 日 ( 旧暦 ) ( 120 3 年 8 月 29 日 ) ) は 平安 時代 から 鎌倉 時代 初期 に かけ て の 真言 宗 の 僧 。 +四 稜郭 ( しりょうかく ) は 、 箱館 戦争 の 際 に 蝦夷 共和 国 ( 箱館 政権 ) が 、 明治 2 年 ( 1869 年 ) に 現在 の 北海道 函館 市 に 築城 し た 堡塁 。 +『 愚禿 鈔 』 ( ぐ とくしょう ) と は 、 親鸞 の 著作 で 、 浄土 教 の 先徳 の 教え を 通 し て 親鸞 自身 の 信心 の 立場 を 明らか に し た 論書 で あ る 。 +京極 高長 ( きょうごく たかな が 、 元禄 8 年 5 月 1日 ( 旧暦 ) ( 1695 年 6 月 12 日 ) - 明和 6 年 4 月 3 日 ( 旧暦 ) ( 1769 年 5 月 8 日 ) ) は 、 丹後 国峰山 藩 の 第 5 代 藩 主 。 +准尊 ( じゅん そん 、 天正 13 年 10 月 7 日 ( 旧暦 ) ( 1585 年 11 月 28 日 ) - 元和 ( 日本 ) 8 年 4 月 24 日 ( 旧暦 ) ( 1622 年 6 月 3 日 ) ) は 、 日本 の 僧興正寺 第 十 八 世門 主 。 +変成 男子 ( へんじょうなんし ) と は 、 古来 、 女子 ( 女性 ) は 成仏 する こと か 非常 に 難し い と さ れ 、 いったん 男子 ( 男性 ) に 成 る こと で 、 成仏 する こと が でき る よう に な る と し た 思想 。 +ガリ と は 、 生姜 を 薄 く 切 っ て 甘酢漬け に し た もの 。 +斯波 良作 ( しば りょうさく 、 天保 11 年 ( 1840 年 ) ? - 没年 不詳 ) ) は 、 新 選 組 隊士 。 +衝田岡 ( つきだ の おか ) は 奈良 県 橿原 市 四条 町 字田 ノ 坪 に 所在 する 綏靖 天皇 の 陵墓 。 +未生斎 一甫 ( み しょうさい   いっ ぽ 、 宝暦 11 年 ( 1761 年 ) - 文政 7 年 ( 1824 年 ) ) は 、 日本 の 華道 家 。 +流鏑馬 ( やぶさめ ) と は 、 疾走 する 馬上 から 的 に 鏑矢 ( かぶらや ) を 射 る 、 日本 の 伝統 的 な 騎射 の 技術 ・ 稽古 ・ 儀式 の こと を 言 う 。 +茎茶 ( く きちゃ 、 英語 : もしくは ) は 、 日本 の 緑茶 の 一種 。 +源氏 物語 絵巻 ( げんじ ものがたり えまき ) は 、 源氏 物語 を 題材 に し た 絵巻物 で あ る 。 +平徳子 ( たいら の とくこ / とくし / のりこ 、 久寿 2 年 ( 1155 年 ) - 建保 元年 12 月 13 日 ( 1214 年 1 月 25 日 ) ) は 、 平安 時代 末期 の 高倉 天皇 の 中宮 、 女院 。 +武蔵 武芝 ( むさしの たけしば 、 生没年 不詳 ) は 平安 時代 中期 の 豪族 。 +鬼室 福信 ( きしつ ふく しん 、 生没年 不詳 ) は 、 百済 の 王族 ・ 将軍 。 +日本 三 代 実録 ( にほん さん だい じつろく ) は 、 平安 時代 の 日本 で 編纂 さ れ た 歴史 書 で 、 90 1 年 に 成立 。 +久我 志通 ( こが ふみみ ち 、 文化 ( 日本 ) 7 年 ( 1810 年 ) ‐ 文政 元年 ( 1818 年 ) ) は 、 江戸 時代 後期 の 廷臣 。 +建 御 名方 神 ( たけみなかた の かみ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +蛮書 和解 御 用 ( 蕃書 和解 御 用 、 ばんしょわげ ご よう ) は 、 1811 年 ( 文化 ( 元号 ) 8 年 ) に 江戸 幕府 に よ っ て 設置 さ れ た 翻訳 機関 。 +大内 輝弘 ( おお うち てる ひろ 、 永正 17 年 ( 1520 年 ) ? - 永禄 12 年 11 月 25 日 ( 旧暦 ) ( 1569 年 1 月 1日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +富本銭 ( ふほんせん ) / 富夲銭 ( ふとうせん ) は 、 683 年 頃 に 日本 で つく ら れ た 銭貨 で あ る 。 +天ぷら ( てんぷら ) と は 魚介 類 、 野菜 、 山菜 等 に 、 小麦 粉 で 作 っ た 衣 を つけ て 油 で 揚げ た 日本 料理 で あ る 。 +利休 道 歌 ( りきゅうどう か ) は 「 利休 百 首 ( りきゅうひゃく しゅ ) 」 と も い っ て 、 千 利休 の 教え を わか り やす く 、 覚え やす い よう に 、 和歌 の 形 に し た もの 。 +恵慶 ( えぎょう 、 生没年 不明 ) は 平安 時代 中期 の 日本 の 僧 、 歌人 。 +朝山 日乗 ( あさやま に ちじょう 、 ? - 天正 5 年 9 月 15 日 ( 旧暦 ) ( 1577 年 10 月 26 日 ) ) は 、 戦国 時代 ( 日本 ) の 日蓮 宗 の 僧 。 +忍性 ( にんしょう 、 建保 5 年 7 月 16 日 ( 旧暦 ) ( 1217 年 8 月 19 日 ) - 乾元 _ ( 日本 ) 2 年 7 月 12 日 ( 旧暦 ) ( 130 3 年 8 月 25 日 ) ) は 、 鎌倉 時代 の 律宗 ( 真言律宗 ) の 僧 で あ る 。 +脇坂 安元 ( わきざか やす もと 、 1584 年 4 月 14 日 ( 天正 12 年 3 月 4 日 ( 旧暦 ) ) - 1654 年 1 月 21 日 ( 承応 2 年 12 月 3 日 ( 旧暦 ) ) ) は 、 江戸 時代 初期 の 大名 。 +加茂 駅 ( かも えき ) は 、 京都 府 木津川 市 加茂 町 駅西 1 丁目 6 - 3 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 関西 本線 の 鉄道 駅 。 +三条 西 実条 ( さんじょう に しさ ねえ だ 、 天正 3 年 1 月 26 日 ( 旧暦 ) ( 1575 年 3 月 8 日 ) - 寛永 17 年 10 月 9 日 ( 旧暦 ) ( 1640 年 11 月 22 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 に かけ て 活躍 し た 公家 。 +袋 竹刀 ( ふくろ し な い ) は 、 竹刀 が 考案 さ れ る 以前 に 剣術 の 稽古 に 用い られ て い た 武道具 の 一種 。 +平民 ( へいみん ) は 、 官位 や 爵位 を 持 た な い 普通 の 人民 、 市民 の こと 。 +国立 銀行 ( こくりつ ぎんこう ) は 、 1872 年 ( 明治 5 年 ) の 国立 銀行 条例 に 基づ い て 開設 さ れ た 金融 機関 の こと 。 +一条 経通 ( いちじょう つね み ち 、 文保 元年 ( 1317 年 ) - 貞治 4 年 / 正平 ( 日本 ) 20 年 3 月 10 日 ( 旧暦 ) ( 1365 年 4 月 1日 ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 公卿 で あ る 。 +桂 ・ タフト 協定 ( かつら ・ たふと きょうてい 、 ) と は 、 日本 の 内閣 総理 大臣 兼臨時 外務 大臣 ( 日本 ) で あ っ た 桂太郎 と 、 フィリピン 訪問 の 途中 来日 し た アメリカ 特使 で あ り 、 後 の 第 27 代 アメリカ 大統領 ウィリアム ・ タフト 陸軍 長官 と の 間 で 交わ さ れ た 協定 。 +堀田 正賓 ( ほった まさざ ね 、 享保 元年 ( 1 71 6 年 ) - 宝暦 8 年 10 月 18 日 ( 旧暦 ) ( 175 8 年 11 月 18 日 ) ) は 、 近江 国 堅田 藩 の 第 4 代 藩 主 。 +日本 の 国歌 は 、 「 君が 代 ( きみがよ ) 」 。 +渡辺 競 ( わたなべ き おう / きそう 、 生年 不詳 - 治承 4 年 ( 1180 年 ) ) は 、 平安 時代 末期 の 武将 。 +河原町 駅 ( かわら まち えき ) は 、 京都 府 京都 市 下京 区 四条 通 河原町 西入ル 真 町 52 に あ る 、 阪急 電鉄 阪急 京都 本線 の 終着 駅 で あ る 。 +川上 操六 ( かわか み そうろく 、 嘉永 元年 11 月 11 日 ( 旧暦 ) ( 1848 年 12 月 6 日 ) - 1899 年 ( 明治 32 年 ) 5 月 11 日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 、 華族 。 +禅林 寺 ( ぜんりんじ ) は 、 京都 市 左京 区 永観堂 町 に あ る 浄土 宗 西山 禅林 寺 派 総 本山 の 寺院 。 +町衆 ( まちしゅう / ちょうしゅう ) と は 、 室町 時代 から 戦国 時代 ( 日本 ) に かけ て の 、 特に 土倉 など の 京都 の 裕福 な 商工 業 者 で あ る 。 +醍醐 冬香 ( だい ご ふゆ よし 、 宝暦 元年 11 月 21 日 ( 旧暦 ) ( 175 2 年 1 月 7 日 ) ‐ 安永 元年 2 月 13 日 ( 旧暦 ) ( 1772 年 3 月 16 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +芝村 藩 ( しばむら はん ) は 、 大和 国 式 上郡 芝村 ( 現在 の 奈良 県 桜井 市芝 ) に 存在 し た 藩 。 +日隆 ( にちりゅう 、 1385 年 - 1464 年 ) は 、 室町 時代 中期 の 日蓮 宗 の 僧 。 +佐伯 大目 ( さえき の おおめ 、 生年 不詳 - 持統 天皇 5 年 ( 691 年 ) 9 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +日重 ( にちじゅう 、 天文 ( 元号 ) 18 年 ( 1549 年 ) - 元和 ( 日本 ) 9 年 ( 1623 年 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 日蓮 宗 の 僧 。 +大学 全体 +正親町 雅子 ( おおぎまち なおこ 、 享和 3 年 11 月 1日 ( 旧暦 ) ( 180 3 年 12 月 14 日 ) - 安政 3 年 7 月 6 日 ( 旧暦 ) ( 1856 年 8 月 6 日 ) ) は 、 江戸 時代 後期 の 女院 。 +講 ( こう ) と は 、 同一 の 信仰 を 持 つ 人々 に よ る 結社 で あ る 。 +貝児 ( か いちご ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +延福寺 ( えんぷくじ ) は 、 亀岡 市 に あ る 高野山 真言 宗 の 寺院 。 +藤原 定信 ( ふじわら の さだのぶ 、 寛治 2 年 ( 1088 年 ) - 保元 元年 1 月 18 日 ( 旧暦 ) ( 1156 年 2 月 10 日 ) ) は 、 平安 時代 後期 の 書家 。 +負所 ( おっしょ ) と は 、 中世 の 荘園 に お い て 、 本来 は 国衙 に 納め る べ き 雑役 ( 場合 に よ っ て は 官物 の 一部 を 含 む ) を 免除 を 受け 、 その 分 を 自己 に 収め る こと が 出来 る 荘園 領主 及び その 土地 を 指 す 。 +菅原 古人 ( すがわら の ふる ひと 、 生没年 不詳 ) は 奈良 時代 から 平安 時代 に かけ て の 貴族 。 +白餡 ( しろあん ) と は 、 インゲン また は 小豆 を 茹で た もの を 潰 し て 、 砂糖 また は 蜜 で 甘 い 味 を つけ た 白色 の 漉 し 餡 の こと 。 +北条 政村 ( ほうじょう まさむら ) は 、 鎌倉 時代 前期 から 中期 に かけ て の 北条 氏 の 一門 。 +万里小路 藤房 ( まで の こうじ ふじふさ 、 永仁 4 年 ( 1296 年 ) - 康暦 2 年 / 天授 ( 日本 ) 6 年 3 月 28 日 ( 旧暦 ) ( 1380 年 5 月 3 日 ) ? ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) の 公家 で あ る 。 +刑部 省 ( ぎょう ぶしょう ) は 、 律令 制下 の 日本 の 官制 の 一 つ +常 高院 ( じょう こういん 、 永禄 13 年 ( 1570 年 ) ? - 寛永 10 年 8 月 27 日 ( 旧暦 ) ( 1633 年 9 月 30 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 の 女性 。 +淳和 天皇 ( じゅん な てんのう 、 延暦 5 年 ( 786 年 ) - 承和 7 年 5 月 8 日 ( 840 年 6 月 7 日 ) 、 在位 : 弘仁 14 年 4 月 27 日 ( 82 3 年 5 月 30 日 ) - 天長 10 年 2 月 28 日 ( 833 年 3 月 22 日 ) ) は 、 平安 時代 初期 の 第 53 代 天皇 。 +尼子 経久 ( あまごつねひさ ) は 、 戦国 時代 ( 日本 ) の 武将 ・ 戦国 大名 。 +醍醐 忠善 ( だい ご ただ たる 、 文政 2 年 ( 1819 年 ) ‐ 文政 3 年 ( 1820 年 ) は 、 江戸 時代 後期 の 廷臣 。 +平知 宗 ( たいらの とも むね 、 寿永 3 年 ( 1184 年 ) - 建長 7 年 7 月 5 日 ( 旧暦 ) ( 125 5 年 8 月 8 日 ) ) は 鎌倉 時代 の 平家 の 落人 。 +和裁 ( わさい ) は 、 和服 を 制作 する こと や その 技術 の こと 。 +稲荷 神 ( いなり の かみ 、 いなり しん ) は 、 日本 に おけ る 神 ( 神道 ) の 1 つ 。 +金剛寺 ( こんごう じ ) は 京都 府 亀岡 市 に あ る 臨済 宗 天龍 寺 派 の 仏教 寺院 。 +首座 ( しゅそ ) は 禅宗 の 修行 僧 の リーダー を さ す 役職 名 。 +西園寺 寛季 ( さいおんじ ひろすえ 、 天明 6 年 12 月 5 日 ( 旧暦 ) ( 1787 年 1 月 23 日 ) - 安政 3 年 2 月 12 日 ( 旧暦 ) ( 1856 年 3 月 18 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +特選 神名牒 ( とくせん しんみょう ちょう / - じんみょうちょう ) は 『 延喜 式 神名帳 』 の 注釈 書 で あ る 。 +延喜 式 神名 帳 ( えんぎしき じんみょうちょう ) と は 、 延長 ( 日本 ) 5 年 ( 927 年 ) に まとめ られ た 『 延喜 式 』 の 巻九 ・ 十 の こと で 、 当時 「 官社 」 と さ れ て い た 全国 の 神社 一覧 で あ る 。 +法輪 寺 ( ほうりんじ ) は 、 奈良 県 生駒 郡 斑鳩 町 に あ る 仏教 の 寺院 。 +吉岡 重堅 ( よしおか   しげかた 、 ? - 慶長 18 年 6 月 22 日 ( 旧暦 ) ( 1613 年 8 月 8 日 ) ) は 安土 桃山 時代 から 江戸 時代 に かけ て の 剣客 。 +西京極 駅 ( にしきょうごく えき ) は 、 京都 市 右京 区 に あ る 、 阪急 電鉄 阪急 京都 本線 の 鉄道 駅 。 +覚性 入道 親王 ( かく しょうにゅうどう しん のう 、 大治 4 年 ( 1129 年 ) - 嘉応 元年 12 月 11 日 ( 1169 年 12 月 30 日 ) ) は 、 平安 時代 後期 の 皇族 ・ 僧 ・ 歌人 。 +防人 ( さきもり ) は 古代 中国 や 、 日本 の 飛鳥 時代 から 平安 時代 、 律令 制度 下 で 行 わ れ た 軍事 制度 で あ る 。 +悪人 正機 ( あくにん しょうき ) は 、 浄土 真宗 の 教義 の 中 で 重要 な 意味 を 持 つ 思想 で 、 「 悪人 こそ が 阿弥陀 如来 の 本願 ( 他力 本願 ) に よ る 救済 の 主正 の 根機 で あ る 」 と い う 意味 で あ る 。 +二階堂 行方 ( に かいどう ゆき かた 、 建永 元年 ( 120 6 年 ) - 文永 4 年 ( 1267 年 ) ) は 鎌倉 時代 中期 の 幕府 実務 官僚 。 +山科 家 ( やま し なけ ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +琵琶 ( びわ 、 ビバ 、 ピーパー ) は 、 東 アジア の 有棹 ( リュート 属 ) 弦楽 器 の 一 つ 。 +風呂 吹き 大根 ( ふろ ふき だいこん ) は 、 ダイコン を 柔らか く ゆ で 、 練り 味噌 など を つけ て 食べ る 料理 。 +黒田 孝高 / 黒田 如水 ( くろだ よし たか / くろだ じょすい ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 、 江戸 時代 前期 に かけ て の 武将 ・ 大名 で あ る 。 +無極志玄 ( む きょく しげん 、 弘安 5 年 ( 12 82 年 ) - 延文 4 年 / 正平 ( 日本 ) 14 年 2 月 16 日 ( 旧暦 ) ( 1359 年 3 月 15 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 臨済 宗 の 僧 。 +古典 の 日 ( こてん の ひ ) と は 、 11 月 1日 に 日本 の 古典 文学 を 顕彰 する 記念 日 。 +馬詰柳太郎 ( まづめ りゅうたろう 、 弘化 元年 ( 1844 年 ) - ? ) は 、 中国 地方 出身 と 言 わ れ る 新選 組 隊士 。 +藤原 信実 ( ふじわら の のぶざね 、 安元 元年 ( 1175 年 ) ? - 文永 3 年 ( 1266 年 ) 以降 ) は 、 鎌倉 時代 前期 から 中期 に かけ て の 公家 ・ 画家 ・ 歌人 。 +六角 氏 ( ろっかく し ) は 宇多 源 氏 佐々木 氏 の 流れ を 汲 む 、 鎌倉 時代 から 戦国 時代 ( 日本 ) に かけ て 近江 国 南部 を 中心 に 勢力 を 持 っ た 武家 ( 守護 大名 ) 。 +天保 通宝 ( てんぽ つうほう ) と は 、 江戸 時代 末期 から 明治 に かけ て の 日本 で 流通 し た 銭貨 。 +舞鶴 港 ( まいづる こう ) は 京都 府 舞鶴 市 に あ る 重要 港湾 。 +泉涌 寺 ( せん にゅうじ ) は 、 京都 市 東山 区 泉涌 寺 山内 ( やまのうち ) 町 に あ る 真言 宗 泉涌 寺 派 総 本山 の 寺院 。 +大友 頼康 ( おお と も より やす 、 貞応 元年 ( 1222 年 ) - 正安 2 年 9 月 17 日 ( 旧暦 ) ( 130 0 年 10 月 30 日 ) ) は 大友 氏 三 代 当主 。 +東山 文化 ( ひがしやま ぶんか ) と は 、 室町 時代 中期 の 文化 を 指 す 用語 。 +鉄砲 伝来 ( てっぽう でんらい ) と は 、 15 世紀 に ヨーロッパ から 東 アジア へ 火縄 銃 型 の 銃 が 伝わ っ た こと 、 狭義 に は 日本 の 種子島 に 伝来 し た 事件 を 指 す 。 +賦算 ( ふさん ) と は 浄土 系 仏教 の 一派 時宗 に お い て 「 南無 阿弥陀 仏 、 決定 往生 六十 万 人 」 と 記 し た 札 を 配 る こと で あ る 。 +特記 事項 +藤原 小忌 古曾 ( ふじわら の こぎ こそ 、 生没年 不詳 ) また は 藤原 古木 古曾 は 、 平安 時代 の 女性 貴族 で 藤原 相 通 の 妻 に あた る 。 +常林 寺 ( じょうりんじ ) は 京都 市 左京 区 に あ る 浄土 宗 の 寺院 。 +藤原 実政 ( ふじわら の さね まさ 、 寛仁 3 年 ( 1019 年 ) - 寛治 7 年 2 月 18 日 ( 旧暦 ) ( 1093 年 3 月 23 日 ) ) は 平安 時代 中期 の 貴族 。 +安国造 ( やす の くにのみやつこ ・ やすこく ぞう ) は 近江 国 東部 ( 琵琶 湖 東岸 ) を 支配 し た 国造 。 +逸見 勝三郎 ( いつみかつ さぶろう 、 生年 不詳 ~ 明治 元年 ( 1868 年 ) 1 月 5 日 ) は 新選 組 隊士 。 +寛平 御 時 后宮 歌合 ( かんぴょう の おん とき き さい の みや うたあわせ ) は 、 歌合 の 一 。 1 巻 。 +荘園 領主 ( しょう えんりょうしゅ ) と は 、 荘園 を 支配 する 領主 の こと 。 +仏舎利 ( ぶっしゃり ) と は 、 入滅 し た 釈迦 が 荼毘 に 付 さ れ た 際 の 遺骨 及び 棺 、 荼毘 祭壇 の 灰塵 を 指 す 。 +日羅 ( にちら 、 ? - 583 年 12 月 ) は 、 6 世紀 朝鮮 半島 に あ っ た 百済 の 王 に 仕え た 日本 人 。 +成瀬 正一 ( なるせまさかず ) は 、 戦国 時代 ( 日本 ) の 徳川 氏 家臣 。 +稲荷 寿司 ( いなりずし ) は 、 油揚げ の 中 に 飯 を 詰め た 寿司 。 +蘭坡 景茝 ( らんぱ けい し 、 応永 26 年 ( 1417 年 ) - 文亀 元年 2 月 28 日 ( 旧暦 ) ( 150 1 年 3 月 17 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 臨済 宗 の 僧 。 +一 条房 基 ( いちじょう ふさも と 、 大永 2 年 ( 152 2 年 ) - 天文 ( 元号 ) 18 年 4 月 12 日 ( 旧暦 ) ( 1549 年 5 月 9 日 ) ) は 、 日本 の 戦国 時代 ( 日本 ) の 人物 。 +吉良 義冬 ( きら よしふゆ 、 慶長 12 年 ( 1607 年 ) - 寛文 8 年 3 月 25 日 ( 旧暦 ) ( 1668 年 5 月 6 日 ) ) は 江戸 時代 前期 の 高家 旗本 。 +神嘗祭 ( かんな め さい ・ かんな め の まつり ・ かん に え の まつり ) と は 、 神宮 ( 伊勢 神宮 ) と 宮中 の 祭礼 で あ る 。 +登り 石垣 ( のぼり いしがき ) は 、 豊臣 秀吉 の 文禄 ・ 慶長 の 役 の 際 、 朝鮮 半島 の 倭城 の 防備 を 固め る ため に 採 ら れ た 石垣 普請 の 手法 で あ る 。 +山本 勝一 ( やまもと まさかず ) 1928 年 - 、 大阪 府 出身 の 観世 流能 楽師 、 1943 年 旧 制 高津 中 学校 ( 現 大阪 府 立 高津 高等 学校 ) 卒業 。 +ヒゲダコ 亜目 ( 有触毛 亜目 ) enCirrina +清目 ( きよめ ) と は 、 寺社 に お い て 殺生 を 禁 じ られ て い る 僧侶 に 代わ っ て 小 動物 の 処理 や 清掃 の 業務 を 行 っ た 人々 の 事 で あ る 。 +筑紫 君 磐井 ( つくし の きみ いわ い 、 ? - 52 8 年 ? ) は 、 古墳 時代 末 の 九州 の 豪族 。 +京都 五山 ( きょうと ござん ) と は 、 五山 の 制 の うち 京都 の 禅宗 ( 臨済 宗 ) の 寺格 、 官寺 制度 で あ る 。 +奥沢 栄助 ( おくざわ えいすけ 、 生年 不詳- 元治 元年 6 月 5 日 ( 旧暦 ) ( 1864 年 7 月 8 日 ) ) は 、 新 選 組 隊士 。 +大江 匡衡 ( おおえの まさひら 、 天暦 6 年 ( 952 年 ) - 寛弘 9 年 7 月 16 日 ( 旧暦 ) ( 1012 年 8 月 6 日 ) ) は 、 平安 時代 中期 の 儒者 ・ 歌人 。 +蚊遣器 ( かやりき ) は 、 蚊取 り 線香 を 燃や す 際 、 その 上 や 中 で 香 を 燃や す こと で 線香 を 安定 し て 燃焼 さ せ 、 灰 の 飛散 を 防 い で 後 処理 を 容易 に する 道具 。 +行尊 ( ぎょう そん 、 天喜 3 年 ( 1055 年 ) - 長承 4 年 2 月 5 日 ( 旧暦 ) ( 1135 年 3 月 21 日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 ・ 歌人 。 +音曲 ( おんぎょく ) と は 、 近世 に お い て 音楽 、 あるいは 音楽 を 用い た 芸能 の こと を 指 し た 。 +宿木 ( やどりぎ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の 一 つ 。 +舞鶴 引揚 記念 館 ( まいづる ひきあげ きねんかん 、 英語 : MaizuruRepartriation Memorial Museum ) は 、 京都 府 舞鶴 市 に あ る 歴史 伝承 施設 で あ る 。 +菊池 氏 は 日本 の 氏族 の 一 つ 。 +托鉢 ( たくはつ 、 サンスクリット : pindapata ) と は 、 仏教 や ジャイナ 教 を 含 む 古代 インド 宗教 の 出家 者 の 修行 形態 の 1 つ で 、 信者 の 家々 を 巡 り 、 生活 に 必要 な 最低 限 の 食糧 など を 乞 い 、 信者 に 功徳 を 積 ま せ る 修行 。 +蜂屋 頼隆 ( はち や より たか 、 1534 年 ( 天文 ( 元 号 ) 3 年 ) - 1589 年 11 月 3 日 ( 天正 17 年 9 月 25 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +城屋 の 揚松明 ( じょうや の あげ たいまつ 、 あげだい まつ ) と は 、 京都 府 舞鶴 市 字 城屋 の お 祭り 。 +藤原 俊憲 ( ふじわら の としのり 、 保安 ( 元 号 ) 3 年 ( 1122 年 ) - 仁安 ( 日本 ) 2 年 ( 11 67 年 ) ) は 平安 時代 後期 の 廷臣 、 学者 。 +槍術 ( そうじゅつ ) は 、 日本 古来 の 武術 の ひと つ 。 +白丁 ( はくちょう 、 はくてい ) と は 中国 と 日本 の 律令 制 に お い て 、 公 の 職 を 持 た な い 無位 無冠 の 良民 の 男子 の こと を 指 す 。 +禅定 ( ぜん じょう 、 サンスクリット : dhyaana 、 パーリ 語 : jhaana ) は 、 心 を 統一 し て 瞑想 し 、 真理 を 観察 する こと 。 +唱歌 ( しょうか ) と は かつて の 尋常 小 学校 、 高等 小 学校 の 教科 の 一 で あ る 。 +宣子 女王 ( よしこ じょ おう 、 生没年 不詳 ) は 、 平安 時代 前期 の 皇族 。 +庶人 三 台 ( そにん さん だい ( しょにん さんだい ) ) は 雅楽 の 曲名 。 +主計 寮 ( しゅけい りょう ) は 律令 制 に お い て 民部 省 に 属 し た 機関 。 +新間之 町 通 ( しんあい の まち どおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +宮本 武蔵 ( みやもと むさ し 、 天正 12 年 ( 1584 年 ) ? - 正保 2 年 5 月 19 日 ( 旧暦 ) ( 1645 年 6 月 13 日 ) ) は 、 江戸 時代 初期 の 剣豪 。 +桜井 勉 ( さくらい つとむ 、 1843 年 10 月 6 日 ( 天保 14 年 9 月 13 日 ( 旧暦 ) ) - 1931 年 ( 昭和 6 年 ) 10 月 12 日 ) は 、 明治 時代 の 行政 官 。 +楽焼 ( らくやき ) +日本 後紀 ( に ほんこうき ) は 、 平安 時代 初期 に 編纂 さ れ た 勅撰 史書 で 、 続 日本 紀 に 続 く 六 国 史 の 第 三 に あた る 。 +蘇我 馬子 ( そがのうまこ 、 男性 、 欽明 天皇 13 年 ( 551 年 ) ? - 推古 天皇 34 年 5 月 20 日 ( 旧暦 ) ( 626 年 6 月 19 日 ) ) は 飛鳥 時代 の 政治 家 。 +脇坂 安経 ( わきざか やすつね 、 生年 不明 - 寛永 9 年 4 月 4 日 ( 旧暦 ) ( 1632 年 5 月 22 日 ) ) は 、 信濃 国 信濃 飯田 藩 の 世嗣 。 +国分 胤茂 ( こくぶん たねもち 、 建久 8 年 ( 1197 年 ) ? - 仁治 3 年 11 月 22 日 ( 旧暦 ) ( 1242 年 12 月 15 日 ) ? ) は 、 日本 の 鎌倉 時代 に 陸奥 国 ( 後 の 陸前 国 ) 宮城 郡 に い た と さ れ る 武士 で あ る 。 +鼓楼 ( ころう ) は 、 古来 中華 人民 共和 国 及び 、 その 文化 影響 圏 の 城内 ・ 都市 内 ・ 宗教 施設 敷地 内 に 建て られ る 。 +四条 通 ( しじょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +入道 親王 ( にゅうどう しん のう ) と は 、 別称 を 入道 の 宮 、 ウバソクノ 宮 と も い い 、 出家 ・ 入道 し た 親王 の こと を い う 。 +念仏 踊り ( ねんぶつ おどり ) と は 、 踊り手 と 歌 い手 が 分かれ て い る もの で 、 自ら 念仏 を 唱え ながら おど る 踊念仏 と は 区別 さ れ る 。 +渋川 春海 ( しぶかわ はるみ 、 しぶかわ しゅんかい ) 、 寛永 16 年 閏 11 月 ( 1639 年 ) - 正徳 ( 日本 ) 5 年 10 月 6 日 ( 旧暦 ) ( 1 71 5 年 11 月 1日 ) は 、 江戸 時代 前期 の 天文 学 者 、 囲碁 棋士 ( 囲碁 ) 、 神道 家 。 +帚木 は 、 +中村 五郎 ( なかむら ごろう 、 嘉永 2 年 ( 1849 年 ) - 慶応 3 年 6 月 14 日 ( 旧暦 ) ( 1867 年 7 月 15 日 ) ) は 、 下野 国 宇都宮 藩 出身 の 新 選 組 隊士 。 +宇佐神宮 御 神能 ( うさ じんぐうご しん のう ) は 、 大分 県 宇佐 市 の 宇佐神宮 で 、 毎年 10 月 20 日 、 21 日 に 行 わ れ る 風除 報賽 祭 ( ふうじょ ほう さいさい ) の 2 日 目 に 奉納 さ れ る 能 で あ る 。 +宝塔 ( ほう とう ) は 、 円筒 や 八角 など の 塔身 に 方形 など の 屋根 を 被 せ 、 さらに 相輪 を 載せ た 仏塔 。 +観世 寿夫 ( かんぜひ さお 、 1925 年 11 月 12 日 - 1978 年 12 月 7 日 ) は 、 観世 流 の 能楽 シテ 方 。 +牧 の 方 ( まき の かた 、 生没年 不詳 ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 女性 。 +大来 皇女 ( おおく の ひめみこ 、 大伯 皇女 とも   661 年 2 月 12 日 ( 斉明 天皇 7 年 1 月 8 日 ( 旧暦 ) ) - 70 2 年 1 月 29 日 ( 大宝 ( 日本 ) 元年 12 月 27 日 ( 旧暦 ) ) ) は 、 天武 天皇 皇女 。 +初代 大橋 宗桂 ( しょだい おおはし そう けい 、 1555 年 ( 弘治 ( 日本 ) 元年 ) - 1634 年 4 月 6 日 ( 寛永 11 年 3 月 9 日 ( 旧暦 ) ) ) は 、 将棋 指 し 、 将棋 の 名人 一覧 。 +高山 岩男 ( こう やま いわお 、 男性 、 190 5 年 4 月 18 日 - 1993 年 7 月 7 日 ) は 、 日本 の 哲学 者 。 +王政復古 ( おう せい ふっこ ) は 、 江戸 時代 末期 の 慶応 3 年 12 月 9 日 ( 旧暦 ) ( 1868 年 1 月 3 日 ) に 討幕 派 の 計画 に よ り 「 天皇 親政 」 が 宣言 さ れ た 政変 で あ る 。 +落首 ( らくしゅ ) は 、 平安 時代 から 江戸 時代 に かけ て 流行 し た 表現 主法 の 一 つ で あ る 。 +東 重胤 ( とうしげ た ね 、 治承 元年 ( 1177 年 ) ? - 宝治 元年 ( 1247 年 ) ? ) は 鎌倉 時代 初期 の 武将 、 鎌倉 幕府 3 代 目将軍 源 実朝 の 側近 で 歌人 。 +牒 ( ちょう ) と は 、 律令 制 に おけ る 公文 書 の 様式 の 1 つ 。 +庵 戸宮 ( 廬戸 宮 ) ( いおと のみや ) は 、 『 古事 記 』 『 日本 書紀 』 に 伝わ る 古代 日本 ( ヤマト 王権 初期 ) の 首都 と し て 営 ま れ た 皇宮 ( 皇居 ) 。 +石核 ( せっかく 、 core ) と は 、 一般 に 打製 石器 の 素材 と さ れ る 剥片 ( flake ) を はが し 取 っ た 際 に 残 っ た 原石 の こと を い う 。 +八幡 愚童 訓 ( はちまん ぐ どうくん ) は 、 鎌倉 時代 中期 ・ 後期 に 成立 し た と 思 わ れ る 八幡 神 の 霊験 ・ 神徳 を 説 い た 寺社 縁起 。 +宝厳院 ( ほう ごん いん ) は 京都 府 京都 市 右京 区 嵐山 に あ る 臨済 宗 天龍 寺 派 の 寺院 で 天龍 寺 の 塔頭 。 +那須 光 資 ( な すみつすけ 、 生没年 不詳 ) は 鎌倉 時代 の 人物 。 +豊原 時秋 ( とよはら の ときあき 、 康和 2 年 ( 1100 年 ) - 没年 未詳 ) は 平安 時代 後期 の 楽人 。 +漢文伝 ( かんぶんでん ) と は 、 中国 正史 の 紀伝体 や 日本 正史 の 国史 体 の 影響 を 受け て 書 か れ た 漢文 に よ る 伝記 の こと 。 +『 椿説 弓 張 月 』 ( ちんぜい ゆみはりづき ) は 、 曲亭 馬 琴作 ・ 葛飾 北斎画 の 読本 。 +小野 好古 ( おのの よしふる   884 年 ( 元慶 8 年 ) - 96 8 年 3 月 20 日 ( 康保 5 年 2 月 14 日 ( 旧暦 ) ) ) は 平安 時代 中期 の 公卿 、 従 三 位 、 参議 。 +鎮護 国家 ( ちんご こっか ) は 、 政府 が 仏教 を 利用 し て 内政 の 安定 を 図 ろ う と し た 政策 、 また は 、 仏教 に は 国家 を 守護 ・ 安定 さ せ る 力 が あ る と する 思想 。 +叡山 電鉄 株式 会社 ( えいざん でんてつ 、 EizanElectric Railway Co . , Ltd . ) は 、 京都 市 左京 区 の 出町 柳 駅 から 八瀬 ・ 鞍馬 へ の 路線 を 運営 する 鉄道 事業 者 。 +向日 神社 ( む こう じんじゃ ) は 、 京都 府 向日 市 に 鎮座 する 神社 。 +二 つ 銘則 宗 ( ふた つめい のりむね ) と は 、 備前 一 文字 則宗作 と さ れ る 日本 刀 で あ る 。 +文化 パルク 城陽 ( ぶんか パルク じょうよう ) は 、 京都 府 城陽 市 に あ る 複合 文化 施設 。 +折伏 ( しゃくぶく ) は 、 破折 屈伏 ( はしゃく くっぷく ) の 略 。 +伊集院 俊忠 ( いじゅういん と し た だ 、 生没年 不詳 ) は 鎌倉 時代 中期 、 薩摩 国 の 人 。 +木村 竹香 ( きむら ちっこう 、 男性 、 明治 元年 ( 1868 年 ) - 昭和 18 年 ( 1943 年 1 月 28 日 ) ) は 、 近代 日本 の 篆刻 家 で あ る 。 +大伴 古麻呂 ( おおと も の こまろ 、 生年 不詳 - 天平 宝字 元年 ( 75 7 年 ) 7 月 4 日 ) は 奈良 時代 の 貴族 。 +京阪東 ローズ タウン コミュニティバス ( けいはん ひがし ローズ タウン コミュニティバス ) は 、 京阪 宇治 交通 が 運行 を 開始 し た コミュニティバス で 、 現在 は 京阪 宇治 交通 と 合併 し た 京阪 バス が 運行 を 継承 し て い る 。 +根本 中堂 ( こんぽん ちゅうどう ) と は 比叡山 延暦 寺 の 総 本堂 で あ る 。 +相模 ( さがみ 、 生没年 不明 、 長徳 四 年 頃 ( 99 8 年 ? ) - 康平 四 年 ( 1061 年 ) 以降 か ) は 、 11 世紀 初頭 の 女流 歌人 で 、 中古 三十 六 歌仙 の 一人 。 +押戻 ( おしもどし ) は 、 歌舞伎 に おけ る 話型 の 一 に し て 荒事 芸 の 一 。 +石川 光家 ( いしかわ みついえ 、 生没年 不詳 ) は 平安 時代 後期 の 武士 。 +藤原 惟通 ( ふじわら の のぶみち 、 生年 不詳 - 寛仁 4 年 7 月 3 日 ( 旧暦 ) ( 1020 年 7 月 25 日 ) ) は 、 平安 時代 中期 の 官人 。 +好子 内 親王 ( こうし ( よしこ ) ないしんのう 、 生年 不詳 - 建久 3 年 7 月 3 日 ( 旧暦 ) ( 1192 年 8 月 12 日 ) ) は 、 平安 時代 末期 の 皇族 。 +太政 官 厨 家 ( だい じょう かん ちゅうけ ) は 、 本来 は 太政 官 に 付属 する 厨房 を 指 す が 、 古代 に お い て は これ を 管理 する 官司 を 指 し た 。 +蘆名 盛詮 ( あしな もりあきら ) は 、 室町 時代 中期 の 武将 。 +中川 浄益 ( なかがわ じょう えき ) は 千家 十 職 の 一 つ 、 金物 師 ( かなもの し ) の 中川 家 当主 が 代々 襲名 する 名称 。 +磯城 瑞 籬宮 ( しき の みずかき のみや ) は 六 国 史 日本 書紀 に 記載 さ れ て い る 崇神 天皇 王朝 の 都 。 +浮世 絵 類考 ( うき よえ る いこう ) は 、 浮世 絵 師 の 伝記 、 経歴 を あつめ た もの で 美術 史 の 基礎 史料 で あ る 。 +金春 安明 ( こんぱる やすあき 、 1952 年 ( 昭和 27 年 ) 5 月 29 日 - ) は 、 シテ 方 金 春 流能 楽師 。 +大江山 鉱山 ( おおえ やま こうざん ) は 京都 府 与謝 郡 与謝野 町 ( 旧 加悦 町 ) の 大江 山 北西 山麓 で 採掘 が 行 わ れ て い た ニッケル 鉱山 で あ る 。 +園 国子 ( その くにこ 、 寛永 元年 ( 1624 年 ) - 延宝 5 年 7 月 5 日 ( 旧暦 ) ( 167 7 年 8 月 3 日 ) ) は 、 江戸 時代 前期 の 皇族 。 +( 1622 年 ) 以降 に 日本 で 作成 さ れ た と 推定 。 +御成敗 式 目 ( ご せい ばいしき もく ) と は 、 鎌倉 時代 に 制定 さ れ た 武士 政権 の ため の 法令 ( 式目 ) の こと で あ る 。 +菊池央 ( きくち おう 、 弘化 4 年 ( 1847 年 ) - 慶応 4 年 4 月 25 日 ( 旧暦 ) ( 1868 年 6 月 15 日 ) ) は 、 陸奥 国弘前 藩 出身 の 新 選 組 隊士 。 +皇室 ( こうしつ ) は 天皇 および 皇族 の 総称 。 +御 流 神道 ( ご りゅうしんとう ) と は 、 法親 王 など に 相承 さ れ る 法流 の 神道 。 +十 河 千 松丸 ( そごうせん まつまる 、 天正 3 年 ( 1575 年 ) - 天正 17 年 ( 1589 年 ) 7 月 ) は 、 十 河 存保 の 子 。 +大久保 利通 ( おおくぼ としみ ち 、 文政 13 年 8 月 10 日 ( 旧暦 ) ( 1830 年 9 月 26 日 ) - 明治 11 年 ( 1878 年 ) 5 月 14 日 ) は 、 日本 の 武士 ( 薩摩 藩 士 ) 、 政治 家 。 +成瀬 正義 ( なるせ まさよし ) は 、 戦国 時代 ( 日本 ) の 武将 。 +舞鶴 線 ( まいづる せん ) は 、 京都 府 綾部 市 の 綾部 駅 から 京都 府 舞鶴 市 の 東舞鶴 駅 に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 地方 交通 線 ) で あ る 。 +浄土 真宗 ( じょうど しんしゅう 、 Shin - Buddhism , PureLand Buddhism ) は 、 日本 の 仏教 の 宗派 の ひと つ で 、 鎌倉 時代 初期 、 法然 の 弟子 ・ 親鸞 が 、 法然 の 教え ( 浄土 宗 ) を 継承 発展 さ せ た 教団 で あ る 。 +近江 西国 三十 三 箇所 ( おう みさいごく さんじゅう さん かしょ ) と は 、 滋賀 県 に あ る 33 か所 の 観音 霊場 の こと 。 +法栄 ( ほうえい 、 生没年 不明 ) は 、 奈良 時代 の 僧 。 +ゆべ し ( 柚餅子 ) と は 、 ユズ を 用い た 加工 食品 の ひと つ 。 +『 隅田 川 続俤 』 ( すみだ がわ ご にち の おもかげ ) は 奈河 七五三 助 ( ながわ しめ す け ) 作 の 歌舞伎 狂言 。 +化仏 ( けぶつ ) +『 蒲団 』 ( ふとん ) は 、 田山 花袋 の 中編 小説 。 +甲申 政変 ( こうしん せいへん ) と は 、 1884 年 12 月 に 朝鮮 で 起こ っ た クーデター 。 +四 奉請 ( しぶじょう ) と は 法照 禅 師 五 会 法 事 讃 から 採 っ た 偈文 ( げもん ) で あ る 。 +国友 藤兵衛 能 當 は 、 江戸 時代 まで 鉄砲 の 生産 地 と し て 栄え た 江州 国友 村 の 鉄砲 師 、 国友 藤兵衛 家 の 鍛冶 銘 で あ る 。 +伏原 宣明 ( ふせ は ら のぶはる 、 寛政 2 年 4 月 1日 ( 旧暦 ) ( 1790 年 5 月 14 日 ) - 文久 3 年 2 月 14 日 ( 旧暦 ) ( 1863 年 4 月 1日 ) ) は 、 江戸 時代 後期 の 儒学 者 、 公卿 。 +洞院 公賢 ( とういん きん かた 、 正応 4 年 8 月 ( 1291 年 ) - 延文 5 年 4 月 6 日 ( 旧暦 ) ( 1360 年 4 月 21 日 ) ) は 、 南北朝 時代 ( 日本 ) の 公家 。 +今出川 公彦 ( いまで がわきん ひこ 、 永正 3 年 ( 150 6 年 ) - 天正 6 年 1 月 23 日 ( 旧暦 ) ( 1578 年 3 月 1日 ) ) は 、 室町 時代 後期 ( 戦国 時代 ( 日本 ) ) の 公卿 。 +和尚魚 ( お しょううお ) は 、 江戸 時代 の 百科 辞典 『 和漢 三 才 図会 』 に あ る 海 の 妖怪 で 、 海 坊主 の 一種 。 +赤松 範資 ( あかまつ の りすけ 、 ? - 13 51 年 5 月 4 日 ( 正平 ( 日本 ) 6 年 / 観応 2 年 4 月 8 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) の 大名 。 +二条 道平 ( に じょう みちひら 、 弘安 10 年 ( 1287 年 ) - 建武 ( 日本 ) 2 年 2 月 4 日 ( 旧暦 ) ( 1335 年 2 月 27 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 _ ( 日本 ) 初期 の 公家 。 +長禄 の 変 ( ちょうろく の へん ) は 、 室町 時代 の 長禄 元年 12 月 2 日 ( 旧暦 ) ( 1457 年 12 月 27 日 ) に 赤松 家 遺臣 ら が 後南 朝 の 行宮 を 襲 い 、 南朝 の 皇胤 で あ る 尊秀 王 と 忠義 王 ( 後南朝 の 征夷 大将軍 で あ る ) の 兄弟 を 騙 し 討 っ て 、 神璽 を 持ち去 っ た 事件 。 +一紙 小 消息 ( いっ し こしょう そく ) と は 、 法然 の 法語 の 一部 。 +半片 ( はんぺん 、 半平 ) は 、 タラスケトウダラ など の 魚肉 の すり身 に すりおろ し た ヤマノイモ を 混ぜ て よく 摺 り 、 調味 し て 薄 く 四角 形 また は 半月 型 に し て ゆ で た 魚肉 練り 製品 。 +京都 府 立 総合 資料 館 ( きょうと ふりつ そうごう しりょうかん ) は 、 京都 市 左京 区 に あ る 、 図書 館 、 文書 館 、 博物 館 の 機能 を 兼ね備え た 総合 文化 施設 で あ る 。 +百々 綱 家 ( どどつな いえ 、 天文 ( 元号 ) 17 年 ( 1548 年 ) ? - 慶長 14 年 ( 1609 年 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 の 武将 。 +『 楼門 五三 桐 』 ( さん もん ご さん の きり ) は 、 安永 7 ( 1 778 年 ) 年 4 月 大阪 角 の 芝居 で 初演 さ れ た 、 初代 並木 五 瓶 作 の 歌舞伎 の 演目 。 +蓮誓 ( れんせい 、 康正 元年 ( 1455 年 ) - 大永 元年 8 月 7 日 ( 旧暦 ) ( 152 1 年 9 月 7 日 ) ) は 、 室町 時代 中期 から 戦国 時代 _ ( 日本 ) に かけ て の 浄土 真宗 の 僧 。 +織田 敏定 ( お だ としさだ ) は 戦国 時代 ( 日本 ) の 武将 。 +久我 惟通 ( こが これ み ち 、 貞享 4 年 10 月 30 日 ( 旧暦 ) ( 1687 年 12 月 4 日 ) - 寛延 元年 9 月 29 日 ( 旧暦 ) ( 1748 年 10 月 21 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +乃木 神社 ( のぎ じんじゃ ) は 、 明治 時代 に 活躍 し た 軍人 、 乃木 希典 を 祀 っ た 神社 。 +嵯峨 御 流 ( さが ごりゅう ) は 嵯峨 天皇 を 開祖 と する 華道 の 一派 で あ る 。 +富貴 ( ふうき ) は 、 かつて 存在 し た 上方 落語 の 寄席 。 +畠山 重忠 の 乱 ( はたけやま しげ ただ の らん ) は 、 鎌倉 時代 初期 の 元久 2 年 6 月 22 日 ( 旧暦 ) ( 120 5 年 7 月 10 日 ) 、 武蔵 国 二俣川 ( 現 神奈川 県 横浜 市 旭 区 ( 横浜 市 ) 保土ケ谷 区 ) に お い て 、 武蔵 国 の 有力 御 家人 ・ 畠山 重忠 が 武蔵 掌握 を 図 る 北条 時政 の 策謀 に よ り 、 北条 義時 率い る 大軍 に 攻め られ て 滅ぼ さ れ た 事件 。 +清原 令望 ( きよはらの よしもち 、 生没年 不詳 ) は 、 平安 時代 の 官人 。 +野呂介石 ( のろ かいせき 、 延享 4 年 1 月 20 日 ( 旧暦 ) ( 1747 年 3 月 1日 ) - 文政 11 年 3 月 14 日 ( 旧暦 ) ( 1828 年 4 月 27 日 ) ) は 、 江戸 時代 後期 の 日本 の 文人 画 で あ る 。 +伏見宮 邦頼 親王 ( ふしみのみやく に よ り しんのう 、 享保 18 年 10 月 28 日 ( 旧暦 ) ( 1733 年 12 月 4 日 ) - 享和 2 年 9 月 8 日 ( 旧暦 ) ( 180 2 年 10 月 4 日 ) ) は 、 江戸 時代 の 皇族 。 +巴 御前 ( ともえ ごぜん / ともゑ ごぜん 、 生没年 不詳 ) は 、 平安 時代 末期 の 信濃 国 の 武将 と さ れ る 女性 。 +極付 幡 随長兵衛 ( きわめつ きばん ずいちょうべえ ) は 歌舞伎 の 演目 。 +堅牢 地神 ( けんろう じしん ) は 、 仏教 に おけ る 天部 の 神 の 1 つ で 大地 を 司 る 。 +鈴木 重辰 ( すずき しげとき 、 慶長 12 年 ( 1607 年 ) - 寛文 10 年 10 月 2 日 ( 旧暦 ) ( 167 0 年 11 月 14 日 ) ) は 、 江戸 時代 前期 の 幕臣 。 +今出川 公直 ( いまで がわ きん なお 、 建武 ( 日本 ) 2 年 ( 1335 年 ) - 応永 3 年 ( 1396 年 ) 5 月 ) は 、 南北朝 時代 ( 日本 ) ・ 室町 時代 の 公卿 。 +花子 ( はなこ 、 本名 : 太田 ひさ 、 慶応 4 年 4 月 15 日 ( 旧暦 ) ( グレゴリオ 暦 1868 年 5 月 7 日 ) - 昭和 20 年 ( 1945 年 ) 4 月 2 日 ) は 、 明治 から 昭和 初期 に かけ て ヨーロッパ で 活躍 し た 日本 人 女優 、 ダンサー 。 +木庵 性 瑫 ( もくあん しょう とう 、 万暦 39 年 2 月 3 日 ( 旧暦 ) ( 161 1 年 3 月 16 日 ) - 貞享 元年 1 月 20 日 ( 旧暦 ) ( 1684 年 3 月 6 日 ) ) は 、 江戸 時代 前期 に 中国 の 明 から 渡来 し た 臨済 宗 黄檗 派 ( 黄檗 宗 ) の 僧 。 +藤原 大津 ( ふじわら の おおつ 、 延暦 11 年 ( 792 年 ) - 仁寿 4 年 10 月 9 日 ( 旧暦 ) ( 854 年 11 月 2 日 ) ) は 、 平安 時代 前期 の 官人 。 +村田 實 ( むらた みのる 、 1894 年 3 月 2 日 - 1937 年 6 月 26 日 ) は 、 大正 ・ 昭和 初期 の 映画 監督 、 脚本 家 、 俳優 。 +絵師 草紙 ( えし の そうし ) は 、 日本 の 絵巻物 。 +石井 勇次郎 ( いしい ゆうじろう 、 弘化 3 年 1 月 5 日 ( 旧暦 ) ( 1846 年 1 月 31 日 ) - 明治 36 年 ( 190 3 年 ) 6 月 17 日 ) は 、 幕末 の 桑名 藩 士 で 、 新 選 組 隊士 。 +藤原 経宗 ( ふじわら の つね むね 、 元永 2 年 ( 1119 年 ) - 文治 5 年 2 月 28 日 ( 旧暦 ) ( 1189 年 3 月 16 日 ) ) は 平安 時代 末期 の 公家 。 +『 和歌 体 十 種 』 ( わかたい じっしゅ ) は 、 天慶 八 年 ( 945 年 ) 、 紀 貫之 の 門弟 で あ り 、 古今 和 歌集 の 撰者 の 一人 で あ る 、 壬生 忠岑 が 著 し た 歌論 書 。 +征西 大将軍 ( せいせい たいしょうぐん ) は 、 平安 時代 に 九州 地方 を 平定 する ため に 天皇 ( 朝廷 ) から 任命 さ れ た 将軍 。 +文保 の 和談 ( ぶんぽう の わだん ) と は 、 鎌倉 時代 後期 の 文保 元年 ( 1317 年 ) 、 後嵯峨 天皇 の 皇子 で あ る 、 後深草 天皇 の 子孫 ( 持明 院 統 ) と 亀山 天皇 の 子孫 ( 大覚 寺 統 ) の 両 血統 の 天皇 が 交互 に 即位 する ( 両統 迭立 ) こと を 定め た と さ れ る 合意 の こと で あ る 。 +今井 兼平 ( いまい かねひら 、 仁平 2 年 ( 1152 年 ) - 元暦 元年 1 月 20 日 ( 旧暦 ) ( 1184 年 3 月 4 日 ) ) は 平安 時代 末期 の 武将 。 +生野 奉行 ( いく の ぶぎょう ) は 、 織田 信長 、 豊臣 秀吉 および 徳川 幕府 に よ り 置 か れ 、 生野 銀山 を 管理 し た 。 +煙管 ( きせる ) は 、 日本 の 喫煙 道具 の 一種 で 、 西洋 の パイプ ( タバコ ) に 類似 する 。 +川島 勝司 ( かわしま かつ じ 、 生年 不詳 - 慶応 2 年 ( 1866 年 ) ) は 新選 組 調役 監察 方 。 +三輪 逆 ( みわ の さか う 、 生年 不詳 - 用明 天皇 元年 ( 586 年 ) 5 月 ) は 飛鳥 時代 の 豪族 。 +足利 義栄 ( あしかが よしひで ) は 室町 幕府 の 第 14 代 征夷 大将軍 ( 在職 : 永禄 11 年 ( 1568 年 ) ) 。 +『 松浦 の 太鼓 』 ( まつうら の たいこ ) は 、 歌舞伎 の 演目 。 +法華 宗 真門流 ( ほっけ しゅうしん もん りゅう ) は 、 日蓮 を 高祖 と し 、 日真 ( 法華 宗 真門 流 ) を 派祖 と する 、 日蓮 門 下 の 一派 で あ る 。 +細川 勝元 ( ほそかわかつもと ) は 、 室町 時代 の 守護 大名 、 室町 幕府 の 管領 、 三 管領 の ひと つ で あ る 細川 氏 嫡流 ・ 細川 氏 の 当主 。 +桓武 天皇 ( かんむ てんのう 、 天平 9 年 ( 737 年 ) - 延暦 25 年 3 月 7 日 ( 80 6 年 4 月 9 日 ) ) は 、 日本 の 第 50 代 の 天皇 で あ る 。 +節会 ( せちえ ) と は 、 日本 の 宮廷 で 節句 ( 祝 の 日 ) など に 天皇 の もと に 群臣 を 集め て 行 わ れ た 公式 行事 。 +藤原 朝方 ( ふじわら の とも かた 、 久寿 2 年 ( 1155 年 ) - 建仁 元年 2 月 16 日 ( 旧暦 ) ( 120 1 年 3 月 22 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 公卿 。 +印譜 ( いんぷ ) と は 、 印籍 の 一種 で 、 鑑賞 や 研究 を 目的 と し て 印章 の 印影 および 印款 を 中心 に 掲載 し た 書籍 で あ る 。 +国 人 領主制 ( こくじん りょう しゅ せい ) と は 、 中世 後期 の 日本 ( 南北朝 時代 ( 日本 ) ・ 室町 時代 ・ 戦国 時代 ( 日本 ) ) の 体制 を 、 直接 農民 層 を 支配 し て い た 国人 領主 の 動向 から 把握 す べ き で あ る と する 考え 。 +飛天 ( ひてん ) と は 仏教 で 諸仏 の 周囲 を 飛行 遊泳 し 、 礼賛 する 天人 。 +京都 府 立 体育 館 ( きょうと ふりつ たいいく かん ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) に あ る 体育 館 で あ る 。 +大島 友之允 ( おおしま とも の じょう 、 文政 9 年 6 月 23 日 ( 旧暦 ) ( 1826 年 7 月 27 日 ) - 明治 15 年 ( 18 82 年 ) 8 月 9 日 ) は 日本 の 武士 ・ 対馬 府 中 藩 士 ・ 外交 官 。 +曼殊 院 道 ( まんしゅいん みち ) は 京都 市 左京 区 の 東西 の 通り の 一 つ で 、 川端 通 から 東 へ 曼殊 院 門前 に 至 る 。 +会見 県 設置 運動 ( あいみ けん せっち うんどう ) は 明治 23 年 ( 1890 年 ) から 翌 24 年 ( 1891 年 ) に かけ て 鳥取 県 米子 市 を 中心 に 起き た 新 県 設置 運動 の こと 。 +高取 藩 ( たかとり はん ) は 、 大和 国 ( 現在 の 奈良 県 高市 郡 高取 町 ) に 存在 し た 藩 。 +主君 押込 ( しゅくん おしこめ 、 単なる 「 押込 」 と も ) は 鎌倉 時代 から 武家 社会 に 見 られ た 慣行 で 、 特に 江戸 時代 の 幕藩 体制 に お い て 、 行跡 が 悪 い と さ れ る 藩主 を 、 家老 ら の 合議 に よ る 決定 に よ り 、 強制 的 に 監禁 ( 押込 ) する 行為 を 指 す 。 +一澤 帆布 工業 株式 会社 ( いちざわ はんぷ こうぎょう かぶしき がいしゃ ) と は 、 京都 市 東山 区 に あ る 布製 鞄 の メーカー で あ る 。 +大山 巌 ( おおやま いわお 、 天保 13 年 10 月 10 日 ( 旧暦 ) ( 1842 年 11 月 12 日 ) - 大正 5 年 ( 1916 年 ) 12 月 10 日 ) は 、 日本 の 武士 、 政治 家 、 元老 、 軍人 。 +定朝 ( じょうちょう 、 生年 不明 - 天喜 5 年 8 月 1日 ( 旧暦 ) ( 105 7 年 9 月 2 日 ) ) は 平安 時代 後期 に 活躍 し た 仏師 で 、 寄木 造 技法 の 完成 者 と さ れ る 。 +湯沐邑 ( とうもく ゆう 、 ゆの むら ) は 、 古代 の 中国 と 、 飛鳥 時代 から 平安 時代 まで の 日本 で 、 一部 の 皇族 に 与え られ た 領地 で あ る 。 +日墺 修好 通商航海 条約 ( にちおう しゅう こうつう しょう こう かいじょうやく ) と は 、 日本 と オーストリア = ハンガリー 帝国 と の 間 で 1869 年 10 月 18 日 ( 明治 2 年 9 月 14 日 ( 旧暦 ) ) に 締結 さ れ た 条約 。 +錦織家 ( にしごりけ ) は 卜部 氏 の 流れ を 汲 む 堂上 家 。 +三 代 格式 ( さん だい きゃくしき ) と は 平安 時代 に 編纂 さ れ た 弘仁格式 、 貞観 格式 、 延喜 格 式 の 三 つ の 格式 ( きゃくしき 、 律令 の 補助 法令 ) の 総称 で あ る 。 +智雄 ( ちゆう 、 生没年 不詳 ) は 、 奈良 時代 の 法 相 宗 の 僧 。 +浄土 真宗 親鸞 会 ( じょうど しんしゅうしんらん かい ) は 、 1958 年 に 発足 し た 、 浄土 真宗 系 の 新 宗教 の 一 つ 。 +藤原 浜成 ( ふじわら の は まな り 、 神亀 元年 ( 724 年 ) - 延暦 9 年 2 月 18 日 ( 旧暦 ) ( 790 年 3 月 12 日 ) ) は 奈良 時代 の 貴族 ・ 歌人 。 +巨勢 文雄 ( こせ の ふみお 、 生没年 不詳 ) は 、 平安 時代 前期 の 文人 。 +文七 元 結 ( ぶんしち もっと い ) は 、 三遊亭 圓朝 の 創作 で 、 落語 の うち 、 人情 噺 の ひと つ 。 +化 野 念仏寺 ( あだし の ねんぶつ じ ) は 、 京都 市 右京 区 の 嵯峨野 に あ る 浄土 宗 の 寺 。 +安寧 天皇 ( あんね い てんのう 、 綏靖 天皇 5 年 ( 紀元 前 577 年 ) - 安寧 天皇 38 年 12 月 6 日 ( 旧暦 ) ( 紀元 前 510 年 1 月 17 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 伝え られ る 第 3 代 の 天皇 ( 在位 : 綏靖 天皇 33 年 7 月 3 日 ( 旧暦 ) ( 紀元 前 549 年 8 月 31 日 ) - 安寧 天皇 38 年 12 月 6 日 ( 旧暦 ) ( 紀元 前 510 年 1 月 17 日 ) ) 。 +産寧坂 ( さん ねいざか ) は 京都 市 に あ る 坂 。 +日本 の 寺院 +陣 ( じん ) は 、 朝廷 に お い て 六 衛 府 の 武官 が 整列 する 場所 。 +江戸 千家 ( えど せんけ ) は 、 川上 不白 に 始ま る 茶道 の 流派 。 +入鹿 神社 ( いるか じんじゃ ) は 、 奈良 県 橿原 市 小綱 町 ( しょうこ ちょう ) に あ る 神社 で あ る 。 +二階堂 行光 ( に かいどう ゆきみつ 、 長寛 2 年 ( 11 64 年 ) - 承久 元年 ( 1219 年 ) 9 月 ) は 鎌倉 時代 初期 の 幕府 実務 官僚 。 +開山 堂 ( かいさん どう ) と は 、 寺院 に お い て 開山 を 祀 っ た お 堂 の こと 。 +落合 芳幾 ( おちあい よしいく 、 1833 年 ( 天保 4 年 ) - 190 4 年 ( 明治 37 年 ) 2 月 6 日 ) は 、 幕末 から 明治 に かけ て 活躍 し た 浮世 絵 師 で 、 新聞 人 。 +楠宏 ( くすの きこう 、 1921 年 11 月 18 日 - ) は 、 日本 の 地球 物理学 、 地理 学 者 で あ る 。 +弘仁式 ( こうにんしき ) は 、 平安 時代 初期 に 編纂 ・ 施行 さ れ た 格式 。 +本多 忠民 ( ほんだ ただ もと 、 文化 ( 元号 ) 14 年 2 月 26 日 ( 旧暦 ) ( 1817 年 4 月 12 日 ) - 明治 16 年 ( 1883 年 ) 1 月 29 日 ) は 、 江戸 時代 末期 の 大名 、 政治 家 、 老中 。 +木下 惠介 ( きのした けいすけ 、 新字体 : 恵介 、 本名 : 木下 正吉 、 1912 年 ( 大正 元年 ) 12 月 5 日 - 1998 年 ( 平成 10 年 ) 12 月 30 日 ) は 、 日本 の 映画 監督 、 脚本 家 。 +『 絵本合 法 衢 』 ( えほん がっぽう がつ じ 、 旧 字体 : 繪本 ) は 、 四 代 目 鶴屋 南北 作 の 歌舞伎 狂言 の 演目 。 +神尾 山城 ( かん の お さんじょう ) は 、 京都 府 亀岡 市 宮前 町 宮川 に あ っ た 城 。 +木魚 ( もくぎょ 、 杢魚 と も ) と は 、 仏具 の 一種 で あ る 。 +藤原 山蔭 ( ふじわら の やまかげ 、 82 4 年 ( 天長 元年 ) - 88 8 年 3 月 20 日 ( 仁和 4 年 2 月 4 日 ( 旧暦 ) ) ) は 平安 時代 の 貴族 。 +承胤 法 親王 ( しょういん ほっ しん の う 、 文保 元年 ( 1317 年 ) - 永和 3 年 / 天授 3 年 4 月 9 日 ( 1377 年 5 月 16 日 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 に かけ て の 法親 王 。 +主殿 寮 ( しゅでんりょう ・ と の もり の つかさ ) は 律令 制 日本 の 律令 制 に お い て 宮内 省 に 属 し た 機関 。 +鹿ヶ谷通 ( ししがた に どおり ) は 京都 市 内 の 南北 の 通り 。 +武田 信虎 ( たけだ のぶとら ) は 、 戦国 時代 ( 日本 ) の 武将 。 +姉小路 顕朝 ( あね が こうじ あき と も 、 建暦 2 年 ( 1212 年 ) - 文永 3 年 9 月 20 日 ( 旧暦 ) ( 1266 年 10 月 19 日 ) ) は 、 鎌倉 時代 中期 の 公卿 。 +藤原 帯子 ( ふじわら の たらしこ 、 生年 不詳 - 延暦 13 年 5 月 27 日 ( 旧暦 ) ( 794 年 6 月 28 日 ) ) は 、 奈良 時代 の 女性 貴族 。 +安福殿 ( あんぷく でん ) と は 、 平安 京 の 内裏 に おけ る 殿舎 の ひと つ 。 +鞍馬 ( くらま ) +重仁 親王 ( しげひと しんの う 、 長久 元年 ( 1140 年 ) - 応保 2 年 ( 1162 年 ) ) は 、 平安 時代 後期 の 皇族 。 +櫻間 弓川 ( さくら ま きゅう せん 、 1889 年 ( 明治 22 年 ) 5 月 18 日 - 1957 年 ( 昭和 32 年 ) 3 月 1日 ) は 、 シテ 方 金 春 流能 楽師 。 +初期 荘園 ( しょき しょう えん ) は 、 8 ~ 9 世紀 に 未墾 地 の 墾田 化 ・ 既墾 の 墾田 の 集積 を 通 し て 成立 し た 荘園 。 +聖戒 ( じょうかい 、 生没年 不詳 ) は 、 鎌倉 時代 中期 の 時宗 歓 喜光 寺 の 僧 。 +源 氏 長者 ( げんじ ちょうじゃ ) は 、 源 氏 一族 全体 の 氏 長 者 の 事 を 指 す 。 +坊城 家 ( ぼうじょうけ ) は 、 名家 ( 公家 ) の 家格 を 有 する 公家 。 +グネッキ ・ ソルディ ・ オルガンティノ ( Gnecchi ‐ SoldoOrgantino , 1533 年 - 1609 年 4 月 22 日 ) は 戦国 時代 ( 日本 ) 末期 の 日本 で 宣教 活動 を 行 っ た イタリア 人 宣教 師 。 +山名 宗全 / 山名 持 豊 ( やまな そうぜん / やまな もち と よ 、 応永 11 年 5 月 29 日 ( 旧暦 ) ( 140 4 年 7 月 6 日 ) - 文明 ( 日本 ) 5 年 3 月 18 日 ( 旧暦 ) ( 1473 年 4 月 15 日 ) ) は 、 室町 時代 の 守護 大名 。 +葛原 親王 ( かずらわら しんのう 、 延暦 5 年 11 月 7 日 ( 旧暦 ) ( 786 年 ) - 仁寿 3 年 6 月 4 日 ( 旧暦 ) ( 853 年 7 月 17 日 ) ) は 、 平安 時代 の 皇族 で 、 平氏 の 祖 。 +宗牧 ( そうぼく 、 ? - 天文 ( 元号 ) 14 年 9 月 22 日 ( 旧暦 ) ( 1545 年 10 月 27 日 ) ) は 、 戦国 時代 ( 日本 ) の 連歌 師 。 +箸墓 古墳 ( はし はかこふん 、 箸中山 古墳 と も ) は 、 奈良 県 桜井 市 箸中 に 所在 する 箸中 古 墳 群 の 盟主 的 古墳 で あ る 。 +源 国房 ( みなもと の くにふさ 、 生没 年 未詳 ) は 、 平安 時代 中期 の 武将 。 +尺貫 法 ( しゃっかん ほう ) は 、 長 さ ・ 面積 など の 単位 系 の 一 つ 。 +輪蔵 ( りんぞう ) と は 、 仏教 の 寺院 内 等 に 設け られ る 経蔵 の 一種 で あ る 。 +島田 五空 ( しまだ ごくう 、 1875 年 ( 明治 8 年 ) - 1928 年 ( 昭和 3 年 ) ) は 俳人 。 +細川 満元 ( ほそかわ みつもと 、 天授 ( 日本 ) 4 年 / 永和 ( 日本 ) 4 年 ( 1378 年 ) - 応永 33 年 10 月 16 日 ( 旧暦 ) ( 142 6 年 11 月 15 日 ) ) は 、 室町 時代 前期 の 管領 。 +伝法 灌頂 ( でんぼう かんじょう ) と は 、 阿闍梨 ( あじゃり ) と い う 指導 者 の 位 を 授け る 儀式 で あ る 。 +東密 ( とうみつ ) と は 、 真言 宗 に 伝わ る 密教 の こと で あ る 。 +解由 状 ( げゆじょう ) は 、 古代 日本 の 律令 制 に おけ る 、 官人 交替 の 際 の 事務 引継ぎ 文書 で あ る 。 +足尾 鉱毒 事件 ( あしお こうどく じけん ) は 、 19 世紀 から 20 世紀 の 栃木 県 、 群馬 県 の 渡良瀬川 周辺 で 起き た 足尾 銅山 の 公害 事件 。 +洞院 公定 ( とういん きん さだ 、 暦応 3 年 / 延元 5 年 1 月 26 日 ( 旧暦 ) ( 1340 年 2 月 24 日 ) - 応永 6 年 6 月 15 日 ( 旧暦 ) ( 1399 年 7 月 18 日 ) ) は 、 南北朝 時代 ( 日本 ) の 公家 。 +東寺 長者 ( とうじ ちょうじゃ ) は 、 東寺 ( 教王 護国 寺 ) の 管理 者 ・ 長官 で あ る 僧侶 の 呼称 。 +二 世 梅若 万 三郎 ( に せい うめわか まんざぶろう 、 190 8 年 ( 明治 41 年 ) 3 月 23 日 - 1991 年 ( 平成 3 年 ) 4 月 21 日 ) は 、 シテ 方 観世 流能 楽師 。 +京極 高久 ( きょうごく たかひさ 、 享保 14 年 4 月 24 日 ( 旧暦 ) ( 1729 年 5 月 21 日 ) - 文化 ( 元号 ) 5 年 4 月 20 日 ( 旧暦 ) ( 180 8 年 5 月 15 日 ) ) は 、 丹後 国峰山 藩 の 第 6 代 藩 主 。 +平等 寺 ( びょうどう じ ) は 、 京都 市 下京 区 に あ る 真言 宗 智山 派 の 寺院 。 +朱 雀院 ( すざく いん ) は 、 +悌輔 騒動 ( ていすけ そうどう ) と は 、 1872 年 ( 明治 5 年 ) 4 月 、 新潟 県 および 柏崎 県 ( 現 新潟 県 ) で 起き た 一揆 。 +平業 兼 ( たいら の な りかね 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公卿 。 +加藤 泰 ( かとう たい 、 1916 年 8 月 24 日 - 1985 年 6 月 17 日 ) は 、 日本 の 映画 監督 。 +端午 ( たんご ) は 節句 の 一 つ で 、 現在 は 5 月 5 日 で あ る 。 +金田城 ( かねだ じょう 、 かねた の き ) は 、 飛鳥 時代 に 対馬 国 に 築 か れ た 古代 山城 ( 朝鮮 式 山城 ) 。 +正 三 位 ( しょうさんみ ) と は 、 位 階 及び 神階 の ひと つ 。 +慈山 ( じ さん 、 寛永 14 年 ( 1637 年 ) - 元禄 3 年 7 月 3 日 ( 旧暦 ) ( 1690 年 8 月 7 日 ) は 、 江戸 時代 前期 の 学僧 。 +宮内 庁 ( く な いちょう 、 英訳 名 Imperial Household Agency ) は 、 日本 の 行政 機関 の 一 つ 。 +カタカムナ 文明 と は 、 かつて 日本 に 存在 し た と さ れ る 超 古代 文明 。 +鯛めし ( たいめし ) は 鯛 を 素材 と する 郷土 料理 の 一 つ で あ る 。 +序破急 ( じょ は きゅう ) と は 、 日本 の 雅楽 、 能楽 など 日本 の 伝統 音楽 から 転 じ て 、 連歌 、 蹴鞠 、 香道 、 剣術 、 抜刀術 、 居合 道 など 芸道 論 で 使用 さ れ る ことば で あ る 。 +祭典 競馬 ( さいてんけいば ) と は 、 神社 など の 祭典 に お い て 、 奉納 や 余興 の ため に 開催 さ れ た 競馬 の こと を い う 。 +舞鶴 赤 レンガ 倉庫 群 ( まいづる あか レンガ そうこ ぐん ) は 、 京都 府 舞鶴 市 の 旧 舞鶴 海軍 軍需 部 本部 地区 ( 現 ・ 舞鶴 港 ウォーター フロント ) に あ る 12 棟 の 赤煉 瓦 倉庫 。 +本庄 普一 、 / 晋一 ( ほん じょうふ いち / しんいち 、 寛政 10 年 ( 1798 年 ) - 弘化 3 年 10 月 4 日 ( 旧暦 ) ( 1846 年 11 月 22 日 ) ) は 、 江戸 時代 後期 に 本庄 宿 ( 現在 の 埼玉 県 本庄 市 ) で 開業 し て い た 蘭学 医 、 文人 。 +飯尾 氏 ( い の おうじ / いいおし ) +観音寺 ( かんの んじ ) は 、 京都 府 京田辺 市 普賢 寺下 に あ る 真言 宗 智山 派 の 寺院 。 +猿翁 十 種 ( えんおう じっしゅ ) は 、 昭和 39 年 ( 1964 年 ) に 市川 猿之助 ( 3 代 目 ) が 撰 じ た 澤瀉 屋 ・ 市川 猿之助 の お 家芸 。 +徳川 家治 ( とくがわ いえはる ) は 、 江戸 幕府 の 第 10 代 征夷 大将軍 で あ る ( 在任 : 宝暦 10 年 ( 17 60 年 ) - 天明 6 年 ( 1786 年 ) ) 。 +中巌 円 月 ( ちゅうがん えんげつ 、 正安 2 年 1 月 6 日 ( 旧暦 ) ( 130 0 年 1 月 28 日 ) - 文中 4 年 / 応安 8 年 1 月 8 日 ( 旧暦 ) ( 1375 年 2 月 9 日 ) ) は 、 南北朝 時代 ( 日本 ) の 臨済 宗 の 僧 。 +上 七 軒 ( かみ しちけん ) は 京都 最古 の 花街 で 京都 市 上京 区 真盛町 から 社 家 長屋 町 に 位置 する 。 +源 隆国 ( みなもと の たか く に 、 寛弘 元年 ( 100 4 年 ) - 承保 4 年 7 月 9 日 ( 旧暦 ) ( 1077 年 7 月 31 日 ) ) は 、 平安 時代 後期 の 公卿 。 +広橋 頼資 ( ひろはしより すけ 、 寿永 元年 ( 1182 年 ) - 嘉禎 2 年 2 月 30 日 ( 旧暦 ) ( 1236 年 4 月 7 日 ) ) は 、 鎌倉 時代 前期 の 公卿 。 +『 観無 量 寿経 』 ( かんむりょう じゅきょう ) は 、 大乗 仏教 の 経典 の 一 つ 。 +平保盛 ( たいら の やすもり ) は 、 平安 時代 末期 の 武将 。 +後奈良 天皇 ( ご なら てんのう 、 明応 5 年 12 月 23 日 ( 1497 年 1 月 26 日 ) - 弘治 3 年 9 月 5 日 ( 155 7 年 9 月 27 日 ) ) は 、 室町 時代 ・ 戦国 時代 の 第 105 代 天皇 ( 在位 : 大永 6 年 4 月 29 日 ( 152 6 年 6 月 9 日 ) - 弘治 3 年 9 月 5 日 ( 155 7 年 9 月 27 日 ) ) 。 +塩辛 ( しおから ) は 、 魚介 類 の 身 を 、 多く の 場合 その 内臓 と とも に 塩漬け に し 腐敗 を 防止 する と とも に 、 酵素 ( 自己 消化 酵素 及び 内含 する 微 生物 が 持 つも の ) に よ っ て 発酵 、 熟成 し た 保存 食品 で あ る 。 +水注 ( すいちゅう 、 みずつ ぎ ) は 、 茶道 、 煎 茶道 で 使用 さ れ る 、 水 を つぎ足 す ため の 道具 。 +徳大寺 実通 ( とくだいじ さね み ち 、 永正 10 年 ( 1513 年 ) - 天文 ( 元号 ) 14 年 4 月 9 日 ( 旧暦 ) ( 1545 年 5 月 19 日 ) ) は 、 室町 時代 後期 の 公卿 。 +无邪志 国造 ( むさしの くにのみやつこ ・ むさし こく ぞう ) は 武蔵 国東部 を 支配 し た 国造 。 +帯揚げ ( おびあげ ) は 、 着物 の 着付け に 用い る 小 道具 の 一種 で 、 帯枕 を 包 む もの 。 +木曽 川 う かい ( きそ がわ うかい ) と は 、 愛知 県 犬山 市 の 木曽 川 で 毎年 5 月 11 日 から 10 月 15 日 まで ( 8 月 10 日 を 除 く ) 行 わ れ る 鵜飼い で あ る 。 +柏木 義兼 ( かしわぎ よ しかね 、 生没年 不詳 ) は 平安 時代 末期 の 武将 。 +長嶺 諸近 ( ながみね の もろ ちか 、 生没年 不詳 ) は 、 平安 時代 の 対馬 国 の 役人 。 +土岐 氏 ( ときし ) は 、 鎌倉 時代 から 江戸 時代 に かけ て 栄え た 武家 。 +鰹節 ( かつおぶし ) は 、 カツオ を 原料 と する 日本 の 保存 食品 。 +アンドロニク ・ ニコリスキイ ( 、 AndronicNikolsky 、 1870 年 8 月 1日 - 1918 年 7 月 7 日 ( ユリウス 暦 で 6 月 20 日 ) ) は 、 ロシア 正教会 と 日本 正教会 の 主教 。 +星 まつり ( ほしまつり ) は 、 仏教 ( 主に 密教 ) で 災い を 除 く ため に 個人 個人 の 当年 星 ( とうねん じょう 、 当年 属星 と も ) と 本命 星 ( ほんみょう じょう ) を ま つ る 祭り の こと 。 +c +納骨 堂 ( のうこつどう ) は 、 遺骨 を 保管 し て お く 建物 で あ る 。 +蝉丸 ( せみまる 、 生没年 不詳 ) は 平安 時代 前期 の 歌人 、 音楽 家 。 +添田 壽一 ( そえだ じゅいち 、 元治 元年 8 月 15 日 ( 旧暦 ) ( 1864 年 9 月 15 日 ) - 昭和 4 年 ( 1929 年 ) 7 月 4 日 ) は 、 明治 時代 ・ 大正 時代 の 財政 家 ( 大蔵 省 ) ・ 銀行 家 ・ 実業 家 ・ 経済 学 者 ・ 官庁 エコノミスト 。 +南禅 寺 豆腐 ( なんぜん じどう ふ ) と は 、 京都 の 臨済 宗 総 本山 で あ る 南禅 寺 周辺 や 山形 県 庄内 地方 で み られ る 豆腐 の 一種 。 +万里小路 資通 ( まで の こうじ すけみ ち 、 嘉禄 元年 ( 1225 年 ) - 嘉元 4 年 7 月 6 日 ( 旧暦 ) ( 130 6 年 8 月 15 日 ) は 、 鎌倉 時代 中期 の 公卿 。 +奈良 ホテル ( なら ホテル ) は 奈良 県 奈良 市 高畑町 に あ る 、 1909 年 ( 明治 42 年 ) 10 月 に 営業 開始 し た 老舗 の ホテル で あ る 。 +櫛山 古墳 ( くしやま こふん ) は 、 奈良 県 天理 市 柳 本町 に 所在 する 古墳 時代 前期 後半 の 双方 中 円 古墳 で あ る 。 +和様 建築 ( わ ようけんちく ) と は 、 鎌倉 時代 に 中国 から 伝わ っ た 建築 様式 ( 大仏 様 、 禅宗 様 ) に 対 し て 、 それ まで 日本 で 寺院 建築 に 用い られ て き た 寺院 建築 の 様式 を 指 す 。 +法華 寺 ( ほっけじ ) は 、 奈良 県 奈良 市 法華 寺町 に あ る 光明 宗 の 寺院 。 +在家 役 ( ざいけやく ) と は 、 中世 に お い て 在家 を 収取 単位 と し て 賦課 さ れ た 租税 の こと 。 +牧野 貞通 ( まきの さだみち ) は 、 江戸 時代 の 大名 。 +正親町 季秀 ( おおぎまち すえ ひ で 、 天文 ( 元号 ) 17 年 ( 1548 年 ) - 慶長 17 年 7 月 1日 ( 旧暦 ) ( 161 2 年 7 月 28 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 公家 。 +石川 昌能 ( いしかわ まさよし 、 万治 元年 ( 1658 年 ) - 天和 ( 日本 ) 2 年 4 月 25 日 ( 旧暦 ) ( 1682 年 6 月 1日 ) ) は 、 山城 国 淀藩 の 世嗣 。 +南方 録 ( なんぽう ろく ) は 、 博多 の 立花 氏 に 千 利休 の 秘伝書 と し て 伝わ っ た 古伝書 で あ る 。 +護摩 木 と は 、 護摩 を 焚 く 時 に 燃や す 木 の こと で あ る 。 +嘉暦 の 騒動 ( かりゃく の そうどう ) は 、 鎌倉 時代 末期 の 正中 ( 元 号 ) 3 年 ( 1326 年 ) 、 鎌倉 幕府 の 執権 で あ る 北条 氏 得 宗 家 の 家督 継承 を 巡 る 内管領 の 長崎 氏 と 、 外戚 安達 氏 の 抗争 に よ る 内紛 。 +斎部 広成 ( いんべの ひろ な り 、 生没年 不詳 ) は 、 平安 時代 初期 ( 8 世紀 から 9 世紀 頃 ) の 官人 。 +山上 宗二 記 ( やまの うえ の そうじき ) は 、 千 利休 の 高弟 で あ る 山上 宗二 が 天正 16 年 ( 1588 年 ) に 書き記 し た 秘伝書 で あ る 。 +宗長 ( そうちょう 、 1448 年 ( 文安 5 年 ) - 1532 年 4 月 11 日 ( 天文 ( 元号 ) 元年 3 月 6 日 ( 旧暦 ) ) ) は 、 室町 時代 後期 の 連歌 師 。 +増命 ( ぞうみょう 、 承和 ( 日本 ) 10 年 ( 843 年 ) - 延長 ( 元号 ) 5 年 11 月 11 日 ( 旧暦 ) ( 927 年 ) ) は 、 平安 時代 前期 の 天台 宗 の 僧 。 +中村 錦之助 ( なかむら きんのすけ ) は 、 歌舞伎 役者 の 名跡 。 +藤原 宗輔 ( ふじわら の むねすけ 、 承暦 元年 ( 1077 年 ) - 応保 2 年 1 月 30 日 ( 旧暦 ) ( 1162 年 2 月 15 日 ) ) は 、 平安 時代 後期 の 公卿 ( 従一 位 太政 大臣 ) 。 +屠蘇 ( とそ ) と は 、 一 年間 の 邪気 を 払 い 長寿 を 願 っ て 正月 に 呑 む 薬酒 で あ る 。 +梅北 一揆 ( うめきた いっき ) と は 、 文禄 元年 ( 1592 年 ) 6 月 に 、 島津 氏 家臣 ・ 梅北 国兼 が 起こ し た 一揆 で あ る 。 +アメノヒボコ ( 天之 日矛 、 天日 槍 ) は 、 『 古事 記 』 、 『 日本 書紀 』 の 日本 神話 に 登場 する 神 。 +聖護院 ( しょうご いん ) は 京都 府 京都 市 左京 区 聖護院 中町 に あ る 本山 修験 宗 総 本山 の 寺院 。 +北条 政子 ( ほうじょう まさこ 、 保元 2 年 ( 1157 年 ) - 嘉禄 元年 7 月 11 日 ( 旧暦 ) ( 1225 年 8 月 16 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 女性 。 +変相 図 ( へんそう ず ) と は 、 仏教 絵画 の ひと つ で 浄土 や 地獄 の 様子 を 絵画 的 に 描 い た もの で あ る 。 +藤原 顕忠 ( ふじわら の あきた だ 、 昌泰 元年 ( 89 8 年 ) - 康保 2 年 4 月 24 日 ( 旧暦 ) ( 96 5 年 6 月 1日 ) ) は 平安 時代 の 公卿 。 +『 性 霊集 』 ( しょうりょうしゅう ) は 、 空海 の 詩文 集 。 +松平 信正 ( まつだい ら のぶまさ ) は 、 丹波 亀山 藩 の 第 8 代 ( 最後 ) の 藩主 。 +十 二 律 ( じゅう に りつ ) と は 、 中国 や 日本 の 伝統 音楽 で 用い られ る 12 種類 の 標準 的 な 高 さ の 音 。 +河原町 通 ( かわら まち どおり ) は 京都 市 の 通り の ひと つ 。 +鳥追 お 松 ( とりおい お まつ 、 生没年 不詳 ) は 、 明治 時代 の 毒婦 。 +近衛 基平 ( このえ もとひら 、 寛元 4 年 ( 1246 年 ) - 文永 5 年 11 月 19 日 ( 旧暦 ) ( 1268 年 12 月 24 日 ) ) は 、 鎌倉 時代 中期 の 関白 。 +京都 御所 ( きょうと ごしょ ) は 、 京都 府 京都 市 上京 区 に あ る 皇居 。 +山家 集 ( さんかしゅう ) は 、 平安 末期 の 歌僧 西行 の 家集 。 +宿場 一夜 夢 街道 ( しゅくばいちや ゆめ かいどう ) は 、 篠山 市 古市 で 行 わ れ る 祭り 。 +宝生 九郎 重英 ( ほうしょう くろうしげふさ 、 190 0 年 ( 明治 32 年 ) 7 月 2 日 - 1974 年 ( 昭和 49 年 ) 7 月 18 日 ) は シテ 方 宝生 流能 楽師 。 +今出川 経季 ( いまで がわ つねすえ 、 文禄 3 年 11 月 20 日 ( 旧暦 ) ( 1594 年 12 月 31 日 ) - 慶安 5 年 2 月 9 日 ( 旧暦 ) ( 1652 年 3 月 18 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +京極 高 倍 ( きょうごく たかま す 、 文化 ( 元号 ) 5 年 ( 1808 年 ) - 天保 4 年 12 月 5 日 ( 旧暦 ) ( 1834 年 1 月 14 日 ) ) は 、 丹後 国峰山 藩 の 第 8 代 藩 主 。 +九条 忠家 ( くじょうただいえ 、 寛喜 元年 ( 1229 年 ) 7 月 ( 旧暦 ) - 建治 元年 6 月 9 日 _ ( 旧暦 ) ( 1275 年 7 月 3 日 ) ) は 鎌倉 時代 の 公卿 。 +住吉津 ( すみのえ の つ ) は 、 古代 日本 に 存在 し た 港 で あ る 。 +牧野 誠成 ( まきの たかしげ ) は 、 丹後 田辺藩 の 第 9 代 藩 主 。 +出羽 弁 ( で わ の べん 、 寛弘 4 年 ( 1007 年 ) 頃 ? - 没年 不詳 ) は 、 平安 時代 中期 の 女流 歌人 。 +阿部 正允 ( あべ まさちか 、 享保 元年 ( 1 71 6 年 ) - 安永 9 年 11 月 24 日 ( 旧暦 ) ( 1780 年 12 月 19 日 ) ) は 、 江戸 時代 の 大名 、 老中 。 +池尻 家 ( いけがみ け ) は 、 藤原 北家 庶 家 清閑 寺家 庶 家 の 堂上 家 。 +軍部 大臣 現役 武官 制 ( ぐんぶ だい じん げんえき ぶ かんせい ) と は 、 軍部 大臣 ( 陸軍 大臣 、 海軍 大臣 ) の 補任 資格 を 現役 の 武官 ( 軍人 ) に 限 る 制度 。 +オモイカネ ( おも ひ かね ) は 、 日本 神話 に 登場 する 神 。 +田堵 ( た と ) は 、 日本 の 平安 時代 に 荘園 ・ 国衙 領 の 田地 経営 を おこな っ た 有力 百 姓 層 で あ る 。 +嶋原 ( しまばら ) は 京都 市 下京 区 に 位置 する 花街 。 +中江 藤樹 ( なかえ とうじゅ 、 160 8 年 4 月 21 日 ( 慶長 13 年 3 月 7 日 ( 旧暦 ) ) - 1648 年 10 月 11 日 ( 慶安 元年 8 月 25 日 ( 旧暦 ) ) ) は 、 近江 国 ( 滋賀 県 ) 出身 の 江戸 時代 初期 の 陽明 学 者 。 +小倉 遊亀 ( おぐらゆき 、 1895 年 3 月 1日 - 2000 年 7 月 23 日 ) は 、 日本 画 家 。 +真人 ( しんじん ) は 、 老荘 思想 ・ 道教 に お い て 人間 の 理想 像 と さ れ る 存在 。 +塩冶 高貞 ( えんや たか さだ 、 生年 不詳- 興国 2 年 / 暦応 4 年 4 月 3 日 ( 旧暦 ) ( 1341 年 4 月 19 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +成道 会 ( じょうどう え ) と は 、 釈迦 の 成道 ( 悟り を 開 い た 事 ) を 記念 し て 行 わ れ る 法要 ( 行事 ) の こと で あ る 。 +賢聖 障子 ( けんじょう の しょうじ ) は 、 内裏 の 紫宸 殿 母屋 の 北方 北廂 と の さかい に 立て られ て い た 障子 。 +北畠 治房 ( きたばたけ はるふさ 1833 年 2 月 20 日 ( 天保 4 年 1 月 1日 ( 旧暦 ) ) - 1921 年 ( 大正 10 年 ) 5 月 2 日 ) は 江戸 時代 末期 の 勤皇 家 、 明治 時代 の 司法 官 。 +藤原 敦基 ( ふじわら の あつも と 、 永承 元年 ( 1046 年 ) - 嘉承 元年 ( 1106 年 ) ) は 、 平安 時代 後期 の 廷臣 、 漢詩 人 。 +幣 六 ( へいろく ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +丹波 忠守 ( たんば の ただ もり 、 文永 7 年 ( 1270 年 ) ? - 康永 3 年 / 興国 5 年 6 月 22 日 ( 旧暦 ) ( 1344 年 8 月 9 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) 初期 に かけ て の 医師 ・ 官人 ・ 歌人 。 +音 阿弥 ( おん あみ 、 また は おんなみ 応永 5 年 ( 1398 年 ) - 文正 2 年 ( 1467 年 ) 1 月 2 日 ) は 室町 時代 の 猿楽 能 役 者 。 +京都 代官 ( きょう と だい かん ) は 、 江戸 時代 に 京都 に 設置 さ れ た 役職 で 、 京都 所司 代 の 支配 下 に 置 か れ て 京都 周辺 の 天領 ・ 皇室 領 ・ 公家 領 の 支配 を 行 う など 畿内 に おけ る 江戸 幕府 ・ 朝廷 の 財政 を 主 と し て 管轄 し た 。 +囲炉裏 ( いろり : 居炉 裏 と も 表記 ) と は 、 伝統 的 な 日本 の 住宅 に お い て 床 を 四角 く 切 っ て 開け 灰 を 敷き詰め 、 薪 や 木炭 など を 熾 す ため に 設け られ た 一角 の こと 。 +暦 博士 ( れき は かせ ) は 、 日本 の 律令 制 に おけ る 官職 の 1 つ 。 +碓井 貞光 ( うすいさだみつ 、 天暦 8 年 ( 954 年 ) - 治安 ( 元号 ) 元年 ( 1021 年 ) ) は 平安 時代 中期 の 武将 。 +勧修 寺 経理 ( かしゅうじつね お さ 、 文政 8 年 10 月 12 日 ( 旧暦 ) ( 182 5 年 11 月 21 日 ) 公式 の 記録 類 で は 、 生日 を 文政 11 年 10 月 12 日 ( 182 8 年 11 月 18 日 ) と さ れ て い る が 、 勧修 寺 家 の 雑掌 など を 務め 、 尚侍 勧修 寺 徳子 より 経理 の 教育 係 に 任 じ られ た 地下 人 官人 袖岡 文景 の 日記 『 山城 国 京都 袖岡 玄蕃 助家 記 』 ( 国 文学 研究 資料 館 所蔵 ) 天保 10 年 4 月 8 日 条 に 「 … … 山科 殿 より 御入輿 万 千 姫 御 腹 文政 八 年 十 月 十 二 日 御 出生 、 当年 真実 十 五 歳 、 ( 中略 ) 漸至当春 稲丸 殿 御 家督 治定 、 御 年齢 真実 十 五 歳 候所 、 相省 十 二 歳 ヲ 以今 般 初位 従 五 位 下 御 申上ニ 相 成 候 …… 」 と 記 し て お り 、 年齢 を 3 歳 ずら し て 届け出 た こと を 記 し て い る 。 +伊藤 東涯 ( いとう とうがい 、 寛文 10 年 4 月 28 日 ( 旧暦 ) ( 167 0 年 6 月 15 日 ) - 元文 元年 7 月 17 日 ( 旧暦 ) ( 1736 年 8 月 23 日 ) ) は 、 江戸 時代 中期 の 儒学 者 。 +三上 政実 ( みかみ まさ ざ ね 、 生没年 不詳 ) は 室町 時代 中期 の 人物 で 因幡 国 巨濃 郡 岩井 庄 に 所領 を 持 っ て い た 三上 氏 の 一族 。 +煮酛 ( に もと ) は 、 平安 時代 中期 から 室町 時代 末期 に かけ て 、 もっとも 上質 で 高級 で あ っ た 日本 酒 と さ れ る 南都 諸白 に 用い られ た 製法 の 一 つ 。 +士族 反乱 ( しぞく はんらん ) は 、 日本 の 明治 初期 に 旧 武士 階級 で あ っ た 士族 が 明治 政府 に 対 し て 起こ し た 一連 の 反 政府 活動 で あ る 。 +立命 館 大学 ( BKC ) 線 ( りつめい かん だいがく ( ビーケーシー ) せん ) +朱 雀 天皇 ( すざく てんのう 、 延長 元年 7 月 24 日 ( 923 年 9 月 7 日 ) - 天暦 6 年 8 月 15 日 ( 95 2 年 9 月 6 日 ) 、 在位 : 延長 8 年 11 月 22 日 ( 930 年 12 月 14 日 ) - 天慶 9 年 4 月 13 日 ( 946 年 5 月 16 日 ) ) は 第 61 代 の 天皇 。 +民部 省札 ( みんぶ しょうさつ ) は 、 明治 2 年 11 月 15 日 _ ( 旧暦 ) ( 1869 年 ) から 翌年 に かけ て 明治 政府 の 民部 省 に よ っ て 発行 さ れ た 紙幣 。 +柳原 資廉 ( やなぎわら   すけかど 、 正保 1 年 6 月 30 日 ( 旧暦 ) ( 1644 年 8 月 2 日 ) - 正徳 ( 日本 ) 2 年 9 月 29 日 ( 旧暦 ) ( 1 71 2 年 10 月 29 日 ) ) は 江戸 時代 前期 の 公卿 。 +三好 義興 ( みよし よしおき ) は 、 戦国 時代 ( 日本 ) の 武将 。 +上杉 清子 ( うえすぎ きよこ 、 生年 不詳 - 興国 3 年 ・ 康永 元年 12 月 23 日 ( 旧暦 ) ( 1343 年 1 月 20 日 ) ) は 、 鎌倉 時代 後期 から 室町 時代 初期 の 女性 。 +修 円 ( しゅえん 、 宝亀 2 年 ( 7 71 年 ) - 承和 ( 日本 ) 2 年 6 月 13 日 ( 旧暦 ) ( 835 年 7 月 16 日 ) ) は 、 平安 時代 前期 の 法相 宗 の 僧 。 +一 反 木綿 ( いったん も めん ) は 、 鹿児島 県 肝属 郡 高山 町 ( 現 ・ 肝付 町 ) に 伝わ る 妖怪 。 +牛久 藩 ( うし く はん ) は 、 常陸 国 河内 郡 に 存在 し た 藩 。 +日蓮 宗 ( にちれんしゅう ) と は 、 鎌倉 時代 に 日蓮 に よ っ て 興 さ れ た 仏教 宗 派 。 +風呂敷 ( ふろしき ) は 物 を 包 み 持ち 運 ん だり 収納 し たり する 為 の 正方 形 に 近 い 形 の 布 。 +笠置山 ( か さぎやま ) は 、 京都 府 相楽 郡 笠置 町 に あ る 標高 290 m の 山 。 +吉川 経高 ( きっかわ つね たか 、 天福 ( 日本 ) 2 年 / 文暦 元年 ( 1234 年 ) - 文保 3 年 / 元応 元年 ( 1319 年 ) ) は 鎌倉 時代 末期 の 武士 。 +勧修 寺 教秀 ( かじゅうじ のりひで 、 応永 33 年 ( 1426 年 ) - 明応 5 年 7 月 11 日 ( 旧暦 ) ( 1496 年 8 月 19 日 ) ) は 、 室町 時代 の 公家 ( 公卿 ) 。 +松尾 昭典 ( まつお あきの り 、 1928 年 11 月 5 日 - ) は 、 日本 の 映画 監督 。 +廊 御 方 ( 廊 の 御方 、 ろうの おん かた   応保 元年 ( 1161 年 ) ? - 没年 不詳 ) は 平安 時代 末期 の 女性 。 +帯 ( おび ) と は 、 身体 に 巻き付け る こと で 、 衣類 を 止め たり 、 道具 を 装用 し たり する 機能 を 持 つ 、 装身 具 の 一種 。 +松尾 大社 ( まつ の お たいしゃ ) は 、 京都 市 西京 区 に あ る 神社 で あ る 。 +無文銀銭 ( む もんぎんせん ) は 、 日本 最古 の 貨幣 と い わ れ て い る 私鋳 銭 銀貨 。 +柳原 前光 ( やなぎはら さきみつ 、 1850 年 ( 嘉永 3 年 ) - 1894 年 ( 明治 27 年 ) 9 月 2 日 ) は 、 山城 国京 ( 京都 ) 出身 の 公家 で 、 後 に 伯爵 。 +竹田 街道 ( たけだ かいどう ) は 、 京 ( 京都 市 中心 部 ) と 伏見 ( 京都 市 伏見 区 ) を つな ぐ 街道 の 一 つ 。 +池坊 保子 ( いけのぼう やすこ 、 1942 年 4 月 18 日 ‐ ) は 、 日本 の 政治 家 。 +長谷川 等伯 ( はせがわ とうは く 、 天文 ( 元号 ) 8 年 ( 1539 年 ) - 慶長 15 年 2 月 24 日 ( 旧暦 ) ( 1610 年 3 月 19 日 ) ) は 、 安土 桃山 時代 ~ 江戸 時代 初期 の 絵師 。 +蔵 法師 ( くら ほうし ) と は 、 中世 京都 に おけ る 土倉 経営 者 の こと 。 +藤原 利仁 ( ふじわら の としひと 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +土工司 ( どこうし ) は 律令 制 に お い て 宮内 省 に 属 する 機関 の 一 つ で あ る 。 +楠木 正理 ( くすのき まさみ ち 、 生年 不詳 - 長禄 元年 12 月 2 日 ( 旧暦 ) ( 1457 年 12 月 18 日 ) ) は 室町 時代 の 武将 。 +称名 寺 ( しょうみょうじ ) は 奈良 県 奈良 市 菖蒲池 町 に あ る 浄土 宗 浄土 宗 西山 派 の 寺院 で あ る 。 +正法 寺 ( しょうぼう じ ) は 、 京都 市 東山 区 に あ る 時宗 の 寺院 。 +長弓 寺 ( ちょう きゅうじ ) は 、 奈良 県 生駒 市 上 町 に あ る 真言 律 宗 の 寺院 。 +神護 寺 三像 ( じん ごじ さん ぞう ) は 、 京都 神護 寺 が 所蔵 する 三 幅 の 肖像 画 。 +山縣 ・ ロバノフ 協定 ( やまがた ・ ろば の ふきょうてい 、 ) と は 、 1896 年 6 月 9 日 に 大 日本 帝国 と ロシア 帝国 の 間 で 結 ば れ た 、 朝鮮 に つ い て の 紛争 に 関 する 協定 の こと 。 +天逆 毎 ( あまのざこ ) は 、 『 和漢 三 才 図会 』 で 語 ら れ て い る 日本 の 女神 。 +慶雲 の 改革 ( けい うん の かいかく ) は 、 飛鳥 時代 末期 の 慶雲 3 年 ( 70 6 年 ) 以降 、 文武 天皇 統治 下 の 朝廷 に お い て 行 わ れ た 律令 体制 改革 を い う 。 +衣通 姫 ( そとおりひめ 、 そとおし- ) は 、 記紀 に 絶世 の 美女 と 伝承 さ れ る 人物 。 +藤原 三守 ( ふじわら の ただ もり 、 延暦 4 年 ( 785 年 ) - 承和 ( 日本 ) 7 年 7 月 7 日 ( 旧暦 ) ( 840 年 8 月 7 日 ) ) は 平安 時代 初期 の 政治 家 。 +吉村 虎太郎 ( よしむら とらたろう 、 天保 8 年 4 月 18 日 ( 旧暦 ) ( 1837 年 5 月 22 日 ) - 文久 3 年 9 月 27 日 ( 旧暦 ) ( 1863 年 11 月 8 日 ) ) は 、 幕末 の 土佐 藩 出身 の 志士 。 +久美浜 シーサイド 温泉 ( くみはま シーサイド おんせん ) は 、 京都 府 京丹後 市 久美浜 町 湊宮 ( 旧 国丹 後 国 ) に あ る 温泉 。 +具平 親王 ( ともひら しんのう 、 康保 元年 6 月 19 日 ( 96 4 年 8 月 4 日 ) - 寛弘 6 年 7 月 28 日 ( 1009 年 8 月 21 日 ) ) は 、 第 62 代 村上 天皇 の 第 七 皇子 。 +わび 茶 ( わびちゃ 、 侘茶 、 侘 び 茶 ) は 、 狭義 に は 茶の湯 の 一様式 。 +斎藤 正義 ( さいとう まさよし 、 永正 13 年 ( 1516 年 ) - 天文 17 年 ( 1548 年 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +京都 府 鴨川 条例 ( きょうと ふ か も がわ じょうれい ) は 、 京都 府 の 条例 で あ る 。 +裏 寺町 通 ( うら でら まちどおり ) は 京都 市 の 南北 の 通り の 一 つ 。 +たわわ ちゃん は 京都 市 下京 区 に あ る 京都 タワー の マスコット キャラクター 。 +帝国 財政 革新 会 ( ていこく ざい せい かくしん かい ) は 、 明治 中期 に 設立 さ れ た 政治 団体 。 +富籤 ・ 富くじ ( とみくじ ) は 、 富突きと も い い 普請 の 為 の 資金 収集 の 方法 で あ り 、 宝 くじ の 起源 と い わ れ る くじ 引 の 一種 で あ り 、 賭博 で も あ る 。 +井伊 氏 ( いいし ) は 、 近江 国彦根 藩 の 主家 で あ る 。 +吉岡 弘毅 ( よしおか ひろたけ 、 1847 年 7 月 8 日 ( 弘化 4 年 5 月 26 日 ( 旧暦 ) ) - 1932 年 ( 昭和 7 年 ) 9 月 12 日 ) は 日本 の 外交 官 ・ キリスト 者 ( 長老 派 教会 牧師 ) 。 +三条 公修 ( さんじょうきん お さ 、 安永 3 年 8 月 1日 ( 旧暦 ) ( 1774 年 9 月 6 日 ) - 天保 11 年 9 月 7 日 ( 旧暦 ) ( 1840 年 10 月 2 日 ) ) は 、 江戸 時代 の 公卿 。 +東園 基敬 ( ひがし その もとゆき 、 文政 3 年 10 月 23 日 ( 旧暦 ) ( 1820 年 11 月 28 日 ) - 明治 16 年 ( 1883 年 ) 5 月 24 日 ) は 幕末 から 明治 時代 に かけ て の 公卿 。 +祇園 造 ( ぎおん づくり ) は 、 日本 の 神社 建築 の 1 つ で あ る 。 +治部 卿 局 ( じぶきょう の つぼね 、 仁平 2 年 ( 1152 年 ) - 寛喜 3 年 9 月 11 日 ( 旧暦 ) ( 1231 年 10 月 8 日 ) ) は 、 平安 時代 末期 、 鎌倉 時代 前期 の 女性 。 +楠木 正行 ( くすのき まさつら ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +貞治 の 変 ( じょうじ の へん ) は 、 日本 の 南北朝 時代 ( 日本 ) 後期 ( 室町 時代 初期 ) の 貞治 5 年 ( 1366 年 ) 、 室町 幕府 の 執事 ( のち の 管領 ) で あ っ た 斯波 義将 および その 父 で 征夷 大将軍 足利義詮 側近 の 有力 守護 大名 で あ っ た 斯波 高 経 が 失脚 し た 事件 。 +千葉 常 秀 ( ちばつね ひ で 、 生没年 不詳 ) と は 鎌倉 時代 前期 の 御 家人 。 +西園寺 公晃 ( さいおんじ きん あき 、 元禄 15 年 7 月 11 日 ( 旧暦 ) ( 170 2 年 8 月 4 日 ) - 明和 7 年 8 月 21 日 ( 旧暦 ) ( 1770 年 10 月 9 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +1 . 神護 寺 ( じんごじ ) は 、 京都 市 右京 区 高雄 に あ る 高野山 真言宗 遺跡 ( ゆいせき ) 本山 の 寺院 。 +修羅能 ( しゅら の う ) と は 、 能 の 演目 の 中 で 武人 が シテ に な る 曲 を 言 う 。 +遊印 ( ゆういん ) と は 、 姓名 や 雅号 、 商号 や 屋号 など 特定 の 個人 や 法人 に 帰属 し な い 文字 を 印文 に し た 印章 の こと で あ る 。 +涼炉 ( りょうろ ) は 煎茶道 で 使用 する 湯 を 沸 か す 道具 の 一 つ 。 +横道 萬 里雄 ( よこみち まりお 、 1916 年 - ) は 、 能 の 研究 者 ・ 演出 家 。 +平安 神宮 ( へいあん じんぐう ) は 、 京都 府 京都 市 左京 区 に あ る 神社 で あ る 。 +乃木 恒子 ( のぎつねこ 、 1885 年 - 1886 年 ) は 、 明治 期 の 陸軍 軍人 で あ る 乃木 希典 ・ 乃木 静子 夫妻 の 長女 ( 第 三子 ) 。 +紀 大磐 ( き の おお い わ 、 生没年 不詳 ) は 、 古墳 時代 の 豪族 。 +丹波 ( たんば ) +丸太町 駅 ( まるたまち えき ) は 、 京都 府 京都 市 中京 区 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +松田 元陸 ( まつだ もと み ち 、 生年 不詳 - 享禄 4 年 6 月 4 日 ( 旧暦 ) ( 153 1 年 7 月 17 日 ) ) は 武将 。 +八条 宮智忠親王 ( はちじょう のみや と し た だしんの う 、 元和 6 年 11 月 1日 ( 1620 年 11 月 24 日 ) - 寛文 2 年 7 月 7 日 ( 1662 年 8 月 20 日 ) は 、 江戸 時代 前期 の 日本 の 皇族 。 +纏向 古墳 群 ( まきむく こふん ぐん ) は 、 奈良 県 桜井 市 に 所在 する 。 +日子 八井 命 ( ひこ や い の みこと 、 生没年 不詳 ) は 、 日本 神話 に 登場 する 日本 の 皇族 。 +直垂 ( ひたた れ ) は 日本 の 和服 の 種類 の 一 つ 。 +座主 ( ざす ) +キザクラ カッパ カントリー は 京都 府 京都 市 伏見 区 に あ る 黄桜 の テーマ パーク 。 +松平 忠輝 ( まつだいら ただて る ) は 安土 桃山 時代 から 江戸 時代 中期 に かけ て の 大名 。 +今西 家 住宅 ( いま に しけ じゅうたく ) は 、 重要 伝統 的 建造 物 群 保存 地区 に 選定 さ れ て い て 奈良 県 の 中部 に 位置 する 橿原 市 の 今井 町 に あ る 。 +安聖寺 ( あんせいじ ) は 京都 府 京都 市 北 区 に あ っ た 臨済 宗 聖一 派 の 寺院 。 +藤原 楓麻呂 ( ふじわら の かえ で まろ 、 養老 7 年 ( 723 年 ) - 宝亀 7 年 6 月 13 日 ( 旧暦 ) ( 776 年 8 月 5 日 ) ) は 、 奈良 時代 の 官僚 。 +四条 烏丸 ( しじょう からすま ) は 、 京都 府 京都 市 下京 区 に あ る 四条 通 と 烏丸 通 が 交わ る 交差 点 、 および その 周辺 の 地域 名 で あ る 。 +渋谷 向山 古墳 ( しぶた に むこうやま こふん ) は 、 奈良 県 天理 市 渋谷 町 に あ る 前方 後 円墳 で あ る 。 +京極 高備 ( きょうごく たかまさ 、 宝暦 7 年 4 月 22 日 ( 旧暦 ) ( 175 7 年 6 月 8 日 ) - 天保 6 年 5 月 3 日 ( 旧暦 ) ( 1835 年 5 月 29 日 ) ) は 、 丹後 国峰山 藩 の 第 7 代 藩 主 。 +棒 の 手 は 、 剣術 、 棒術 、 薙刀術 など 日本 武術 の 形 を 踊り に し た 伝統 芸能 日本 舞踊 で あ る 。 +伏見宮 貞敦 親王 ( ふしみのみや さだ あつしんの う 、 長享 2 年 ( 1488 年 ) 3 月 - 元亀 3 年 7 月 25 日 ( 1572 年 9 月 2 日 ) ) は 、 戦国 時代 の 皇族 。 +五十鈴 依媛命 ( いすず より ひめ の みこ と 生没年 不詳 ) は 、 『 日本 書紀 』 、 『 旧事 本紀 』 に よ れ ば 、 綏靖 天皇 の 皇后 で 、 事代 主神 の 娘 ( 母 の 名 は 不詳 ) 、 安寧 天皇 の 母 、 五十鈴 依姫 。 +藤原 斉信 ( ふじわら の ただのぶ 、 康保 4 年 ( 96 7 年 ) - 長元 8 年 3 月 23 日 ( 旧暦 ) ( 10 35 年 5 月 3 日 ) ) は 、 平安 時代 中期 の 公卿 。 +坂上田村 麻呂 ( さかの うえの たむら まろ ) は 、 平安 時代 の 武官 で あ る 。 +服部 武雄 ( はっと り たけお 、 天保 3 年 ( 1832 年 ) - 慶応 3 年 11 月 18 日 ( 旧暦 ) ( 1867 年 12 月 13 日 ) ) は 、 新 選 組 隊士 ・ 御陵 衛士 。 +村田 新八 ( むらた しんぱち 、 天保 7 年 11 月 3 日 ( 旧暦 ) ( 1836 年 12 月 10 日 ) - 明治 10 年 ( 1877 年 ) 9 月 24 日 ) は 、 江戸 時代 末期 ( 幕末 ) の 薩摩 藩 士 、 明治 時代 の 政治 家 で あ る 。 +寺社 造営 料 唐 船 ( じしゃ ぞうえい りょう とうせん ) は 、 14 世紀 前半 ( 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て ) に 、 主要 な 寺社 の 造営 ( 修復 ・ 増築 を 含 む ) 費用 を 獲得 する こと を 名目 と し て 、 幕府 の 認可 の 下 、 日本 から 元 ( 王朝 ) に 対 し て 派遣 さ れ た 貿易 船 群 の こと で あ る 。 +伊都内 親王 ( いず な いしんのう 、 生年 不詳 - 貞観 ( 日本 ) 3 年 9 月 19 日 ( 旧暦 ) ( 861 年 10 月 26 日 ) ) は 、 平安 時代 前期 の 皇族 。 +正殿 ( せいでん 、 しょうでん ) は 、 宮殿 、 神社 、 神宮 など の 中心 と な る 建物 。 +佐伯子 麻呂 ( さえき の こまろ 、 生年 不詳 - 天智 天皇 5 年 ( 666 年 ) ) は 贈 ・ 大錦 上 の 役人 。 +節句 ( せっく ) は 、 伝統 的 な 年中 行事 を 行 う 季節 の 節目 と な る 日 で 日本 の 文化 ・ 風習 の こと 。 +松平 宗発 ( 本庄 宗発 、 あるいは 本荘 宗発 と も ) ( まつだいら むねあきら 、 天明 2 年 7 月 2 日 ( 旧暦 ) ( 1782 年 8 月 10 日 ) - 天保 11 年 8 月 25 日 ( 旧暦 ) ( 1840 年 9 月 20 日 ) ) は 、 江戸 時代 の 大名 、 老中 。 +『 紫式 部 日記 』 ( むらさき しき ぶ にっき ) は 、 紫式 部 に よ っ て 記 さ れ た 日記 と さ れ る 。 +紀 貫之 ( き の つらゆき 、 貞観 ( 日本 ) 8 年 また は 14 年 ( 866 年 、 872 年 ) 頃 ? - 天慶 9 年 5 月 18 日 ( 旧暦 ) ( 945 年 6 月 19 日 ) ? ) は 、 日本 の 平安 時代 前期 から 中期 の 歌人 、 随筆 家 で あ る 。 +奏者 番 ( そうじゃ ばん / そうしゃばん ) は 江戸 幕府 および 藩 の 役職 の 一 つ で あ る 。 +珠光 流 ( じゅこうりゅう ) は 茶道 流 派 の 一 つ 。 +勤操 ( ごんそう ・ ごんぞう 、 天平 勝宝 6 年 ( 75 4 年 ) - 天長 4 年 5 月 8 日 ( 旧暦 ) ( 82 7 年 6 月 25 日 ) ) は 、 奈良 時代 後期 から 平安 時代 前期 に かけ て の 三 論 宗 の 僧 。 +東林 院 ( とうりん いん ) は 臨済 宗 妙心 寺 の 塔頭 の 一 つ 。 +白根 専一 ( しらね せんいち 、 嘉永 2 年 12 月 22 日 ( 旧暦 ) ( 1850 年 2 月 3 日 ) - 明治 31 年 ( 1898 年 ) 6 月 14 日 ) は 日本 の 明治 時代 の 内務 官僚 、 政治 家 。 +斑鳩宮 ( いかるが のみや ) は 、 聖徳 太子 が 現在 の 奈良 県 生駒 郡 斑鳩 町 に 営 ん だ 宮 。 +川西 清兵衛 ( かわ に しせいべえ 、 慶応 元年 7 月 18 日 ( 旧暦 ) ( 1865 年 9 月 7 日 ) - 昭和 22 年 ( 1947 年 ) 1 1 月 19 日 ) は 、 日本 の 実業 家 。 +春屋 妙葩 ( しゅん の く みょう は 、 応長 元年 ( 1311 年 ) - 元中 5 年 / 嘉慶 ( 日本 ) 2 年 10 月 2 日 ( 旧暦 ) ( 1388 年 11 月 9 日 ) ) は 、 室町 時代 の 臨済 宗 の 禅僧 で あ る 。 +黄文王 ( きぶみお う 、 ? ~ 天平 宝字 元年 ( 75 7 年 ) 7 月 4 日 ( 旧暦 ) ) は 、 奈良 時代 の 皇族 。 +小名 ( しょうみょう ) と は 武士 の うち 、 名 の とどろ か ぬ 者 の こと 。 +けいはん な プラザ は 、 京都 府 相楽 郡 精華 町 光台 に あ る 関西 文化 学術 研究 都市 ( けいはん な 学研 都市 ) の 中核 施設 。 +番頭 +佐々木 高秀 / 京極 高秀 ( ささき たかひで / きょうごく たかひで ) は 室町 時代 初期 の 守護 大名 。 +紀海音 ( き の かいおん 、 寛文 3 年 ( 1663 年 ) - 寛保 2 年 10 月 4 日 ( 旧暦 ) ( 1742 年 10 月 31 日 ) ) は 、 江戸 時代 中期 の 浄瑠璃 作家 、 狂歌 師 、 俳人 。 +侍従 ( じじゅう ) と は 、 広義 で は ( しばしば 高貴 な 立場 の ) ある 人物 に 付き 従 い 、 身の回り の 世話 など を する 行為 、 また は 従 う 者 その もの を 指 す 。 +岩倉家 ( いわくら け ) は 村上 源 氏 久我家 の 流れ を 汲 む 公家 の 家柄 。 +皇女 ( ひめみこ 、 おうじょ 、 こうじょ ) と は 、 天皇 の 女子 を 指 す 呼称 で あ る 。 +片山 北海 ( かたやま ほっかい 、 享保 8 年 1 月 10 日 ( 旧暦 ) ( 1723 年 2 月 14 日 ) - 寛政 2 年 9 月 12 日 ( 旧暦 ) ( 1790 年 10 月 19 日 ) ) は 、 江戸 時代 中期 の 日本 の 儒者 、 漢詩 人 で あ る 。 +丹後 内侍 ( たんご の な い し 、 生没 年 未詳 ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 女性 。 +蒙古 襲来 絵詞 ( もう こ しゅうらい えことば ) は 、 筆者 不明 の 全 2 巻 の 絵巻物 。 +台湾 の 日本 統治 時代 ( にっぽん とう ち じだい ) は 、 日清 戦争 の 敗戦 に 伴 い 清朝 が 台湾 を 大 日本 帝国 に 割譲 し た 1895 年 ( 明治 28 年 ) 4 月 17 日 から 、 第 二 次 世界 大戦 後 の 1945 年 ( 昭和 1945 年 ) 10 月 25 日 、 中華 民国 統治 下 に 置 か れ る まで の 植民 地 支配 の 約 50 年間 を 指 す 。 +京都 学派 ( きょう と がくは ) と は 、 一般 に 西田 幾 多郎 と 田辺 元 および 彼 ら に 師事 し た 哲学 者 たち が 形成 し た 哲学 の 学派 の こと を 指 す が 、 京都 大学 人文 科学 研究 所 を 中心 と し た 学際 的 な 研究 を 特色 と し た 一派 も 、 京都 学派 、 あるいは 哲学 の 京都 学派 と 区別 する ため に 、 新 ・ 京都 学派 と も 称 する 。 +壬生 狂言 ( みぶきょうげん ) は 、 毎年 節分 と 4 月 、 10 月 に 京都 市 中京 区 の 壬生 寺 ( みぶ で ら ) で 演 じ られ る 無言 劇 で あ る 。 +本歌取 ( ほん か とり ) と は 、 歌学 に おけ る 和歌 の 作成 技法 の 1 つ で 、 有名 な 古歌 ( 本歌 ) の 1 句 もしくは 2 句 を 自作 に 取り入れ て 作歌 を 行 う 方法 。 +乱妨取り ( らんぼうどり ) と は 、 戦国 時代 _ ( 日本 ) から 安土 ・ 桃山 時代 に かけ て 戦い の 後 で 兵士 が 人 や 物 を 掠奪 し た 行為 。 +幕藩 体制 ( ばくはん たいせい ) と は 、 近世 日本 の 社会 体制 の あ り 方 を 、 幕府 ( 征夷 大将軍 ) と 藩 ( 大名 ) と い う 封建 制度 的 主従 関係 を 基点 に とらえ た 歴史 学 上 の 概念 で あ る 。 +阿直岐 ( あちき ) は 、 『 日本 書紀 』 『 古事 記 』 に 記載 の あ る 、 百済 から 日本 に 派遣 さ れ た 使者 、 学者 で 帰化 人 。 +千光 寺 ( せんこうじ ) は 、 奈良 県 生駒 郡 平群 町 に あ る 真言 宗 醍醐 派 の 寺院 。 +源 師光 ( みなもと の もろみつ ) +納涼 床 ( のうりょうゆ か 、 のうりょうどこ ) 、 あるいは 川床 ( 鴨川 ( 淀川 水系 ) で は 「 かわゆか 」 、 貴船 、 高雄 ( 京都 市 ) で は 「 かわどこ 」 と 読 む の が 一般 的 ) は 京都 の 夏 の 風物 詩 の 一 つ で あ る 。 +清閑 寺家 ( せいかん じ け ) は 、 名家 ( 公家 ) の 家格 を 有 する 公家 。 +真田 四 目 之進 ( さなだ しめ の しん 、 生年 不詳 - 慶応 4 年 1 月 5 日 ( 旧暦 ) ( 1868 年 1 月 29 日 ) ) は 新選 組 隊士 。 +文章 院 ( もん じょういん ) は 、 大学 寮紀 伝道 の 直曹 ( 講堂 及び 寄宿 舎 ) 。 +寛信 ( かんしん ・ かんじん 、 応徳 元年 ( 1084 年 ) - 仁平 3 年 3 月 7 日 ( 旧暦 ) ( 1153 年 4 月 2 日 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +古墳 時代 ( こふん じだい ) と は 、 一般 に 3 世紀 半ば 過ぎ から 7 世紀 末 まで の 約 40 0 年間 を 指 す 。 +皇子 ( みこ 、 おうじ ) と は 、 皇帝 また は 天皇 の 男子 を 指 す 呼称 で あ る 。 +嵐山 駅 ( あらしやま えき ) は 京都 市 に あ る 駅 。 +高 芙蓉 ( こうふよう 、 享保 7 年 3 月 15 日 ( 旧暦 ) ( 1722 年 4 月 30 日 ) - 天明 4 年 4 月 26 日 ( 旧暦 ) ( 1784 年 6 月 13 日 ) ) は 、 江戸 時代 中期 の 儒学 者 、 篆刻 、 画家 で あ る 。 +メスリ 山古墳 ( めすり やま こふん ) は 、 奈良 県 桜井 市 に 所在 する 古墳 時代 前期 初頭 の 前方 後 円墳 で あ る 。 +大物 主 ( おおもの ぬし 、 大物 主 大神 ) は 、 日本 神話 に 登場 する 神 。 +片岡 亀蔵 ( かたおか かめ ぞう ) は 、 歌舞伎 役者 。 +生類 憐み の 令 ( しょうるい あわれみ の れい 、 生類 憐令 ) は 江戸 時代 の 元禄期 に 出 さ れ た 多数 の お 触れ ( 法令 ) の こと で あ る 。 +今川範 氏 ( いまがわ のりうじ 、 1316 年 ( 正和 5 年 ) - 1365 年 5 月 21 日 ( 正平 ( 日本 ) 20 年 / 貞治 4 年 4 月 30 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) 前期 の 守護 大名 。 +安井 算知 ( やす いさんち 、 元和 ( 日本 ) 3 年 ( 1617 年 ) - 元禄 16 年 ( 170 3 年 ) 3 月 12 日 ) は 、 囲碁 の 棋士 ( 囲碁 ) で 、 家元 安井 家 の 2 世安 井 算知 。 +松原 水泳 場 ( まつばら すいえいじょう ) は 、 滋賀 県 彦根 市 に あ る 水泳 場 。 +朝顔 ( あさがお ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の 一 つ 。 +破籠 ( わりご ) と は ヒノキ など の 白木 を 薄 く はいだ 板 で 作 ら れ た 運搬 用 食器 の 一種 。 +有馬 頼底 ( ありま ら いてい 、 1933 年 - ) は 、 現代 の 禅僧 。 +尊王 論 ( そんのう ろん ) と は 、 王者 を 尊 ぶ 思想 の こと 。 +卍山 道白 ( まんざん どうはく 。 寛永 11 年 ( 1635 年 ) - 正徳 ( 日本 ) 5 年 ( 1 71 5 年 ) ) は 江戸 初期 の 曹洞 宗 僧 侶 。 +納払 明細帳 ( おさめ ばらいめい さいちょう ) は 、 江戸 時代 に 代官 所 から 江戸 幕府 勘定 所 に 対 し て 毎年 進達 する 帳簿 の 1 つ 。 +東 舞鶴 公園 野球 場 ( ひがしまい づる こうえん や きゅうじょう ) は 京都 府 舞鶴 市 の 東舞鶴 公園 内 に あ る 野球 場 で あ る 。 +遠智娘 ( おち の いらつめ 、 生没年 不詳 ) は 飛鳥 時代 の 豪族 蘇我 氏 の 蘇我 倉山田 石川 麻呂 ( 蘇我 入鹿 の いとこ ) の 娘 。 +葛城 烏 那羅 ( かつらぎ / かずらき の お なら 、 生没年 不明 ) は 、 飛鳥 時代 の 豪族 。 +山岡 景友 ( やまおかかげ と も ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 の 武将 。 +東洞院 通 ( ひがし の とういんどおり ) は 京都 市 の 南北 の 通り の 一 つ 。 +亀山 天皇 ( かめやま てんのう 、 建長 元年 5 月 27 日 ( 1249 年 7 月 9 日 ) - 嘉元 3 年 9 月 15 日 ( 130 5 年 10 月 4 日 ) ) は 、 鎌倉 時代 の 第 90 代 天皇 ( 在位 : 正元 元年 11 月 26 日 ( 1259 年 1 月 9 日 ) - 文永 11 年 1 月 26 日 ( 1274 年 3 月 6 日 ) ) 。 +足利 政知 ( あしかが まさとも ) は 、 室町 時代 後期 の 足利 氏 一族 で 、 初代 堀越 公方 で あ る 。 +三原 王 ( みはら の おおきみ 、 生年 不詳 - 天平 勝宝 4 年 ( 75 2 年 7 月 10 日 ) ) は 、 奈良 時代 の 皇族 。 +醍醐 輝久 ( だい ご てる ひさ 、 宝暦 10 年 6 月 13 日 ( 旧暦 ) ( 17 60 年 7 月 25 日 ) ‐ 享和 元年 7 月 25 日 ( 旧暦 ) ( 180 1 年 9 月 2 日 ) ) は 、 江戸 時代 中期 から 後期 の 公卿 、 廷臣 。 +櫓 ( やぐら ) と は 日本 の 古代 より の 構造 物 ・ 建造 物 、 また は 構造 など の 呼称 。 +菅南涯 ( かんなんが い 、 生卒 年 不詳 ) は 、 江戸 時代 中期 の 日本 の 篆刻 家 で あ る 。 +松平 家信 ( まつだいらいえのぶ 、 1565 年 ( 永禄 8 年 ) - 1638 年 2 月 27 日 ( 寛永 15 年 1 月 14 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +粥占 ( か ゆうら ) と は 、 粥 を 用い て 1 年 の 吉凶 を 占 う 年占 で あ る 。 +大井 神社 ( おお い じんじゃ ) は 、 京都 府 亀岡 市 大井町 に あ る 神社 で あ る 。 +北村 幽庵 ( きたむら ゆうあん 、 慶安 元年 ( 1648 年 ) - 享保 4 年 ( 1 719 年 ) ) は 、 江戸 時代 の 豪農 ・ 茶人 ・ 美食 家 。 +和室 ( わしつ ) は 、 伝統 的 な 日本 の 家屋 に 特有 の 、 畳 を 敷き詰め た 部屋 。 +メンチカツ また は ミンチカツ は 、 豚肉 や 牛肉 の 挽肉 ( ミンチ ) に 、 タマネギ の みじん 切 り 、 食塩 、 コショウ など を 混ぜ て 練り合わせ 、 小判 型 に し て 小麦 粉 、 溶き卵 、 パン 粉 から な る 衣 を つけ て 油 で 揚げ る 肉 料理 で あ る 。 +全国 城郭 存廃ノ 処分 並 兵営 地 等 撰定方 ( ぜんこく じょうかく そんぱい の しょぶん ならび に へいえい ち とう せんてい かた ) は 1873 年 ( 明治 6 年 ) 1 月 14 日 に 明治 政府 から 大蔵 省 に 発 せ られ た 、 全国 の 城郭 陣屋 の 財産 所管 方針 の 太政 官 布告 ・ 太政 官 達 書 。 +多胡 碑 ( たごひ ) は 、 群馬 県 多野 郡 吉井 町 池字 御門 に あ る 古碑 で あ り 、 国 の 特別 史跡 に 指定 さ れ て い る 。 +寛平 御 記 ( かんぴょう ぎょき ) は 、 宇多 天皇 の 日記 。 +西南 戦争 ( せいなん せんそう ) と は 、 1877 年 ( 明治 10 年 ) に 現在 の 熊本 県 ・ 宮崎 県 ・ 大分 県 ・ 鹿児島 県 に お い て 西郷 隆盛 を 盟主 に し て 起こ っ た 士族 に よ る 武力 反乱 で あ る 。 +牧野 英成 ( まきの ひでしげ 、 寛文 11 年 ( 16 7 1 年 ) - 寛保 元年 ( 1741 年 ) ) は 江戸 時代 中期 の 大名 、 京都 所司 代 。 +足利藤 氏 ( あしかが ふじう じ 、 生年 不詳 - 永禄 9 年 ( 1566 年 ) ) は 戦国 時代 ( 日本 ) の 人物 。 +大寧 寺 の 変 ( だい ねいじ の へん ) と は 、 天文 ( 元号 ) 20 年 8 月 28 日 ( 旧暦 ) - 9 月 1日 ( 旧暦 ) ( 155 1 年 9 月 28 日 - 9 月 30 日 ) に かけ て 起こ っ た 政変 で あ る 。 +印波 国造 ( いんば の くにのみやつこ ・ いんば こく ぞう ) は 下総 国 中部 を 支配 し た 国造 。 +五 品 江戸 廻送令 ( ご ひん えど かい そうれい ) は 、 江戸 幕府 が 18 60 年 ( 万延 元年 ) に 発令 し た 生糸 ・ 雑穀 ・ 水油 ・ 蝋 ・ 呉服 を 対象 と し た 貿易 統制 法令 。 +北大路 ( きたおおじ ) +室町 時代 史料 の 一覧 +片桐為 元 ( かたぎり ため も と 、 慶長 16 年 ( 1611 年 ) - 承応 3 年 5 月 11 日 ( 旧暦 ) ( 1654 年 6 月 25 日 ) ) は 、 大和 国 竜田 藩 の 第 3 代 藩 主 。 +余延年 ( よえんねん 、 延享 3 年 ( 1746 年 ) – 文政 2 年 4 月 19 日 ( 旧暦 ) ( 1819 年 5 月 12 日 ) ) は 、 江戸 時代 中期 から 後期 の 日本 の 篆刻 家 で あ る 。 +赤備え ( あかぞなえ ) は 戦国 時代 ( 日本 ) の 軍団 編成 の 一種 で 、 具足 、 旗差物 など の あらゆる 武具 を 朱 塗り に し た 部隊 編成 の 事 。 +京友禅 ( きょう ゆうぜん ) と は 、 京都 の 伝統 工芸 品 の 1 つ で 、 元禄 時代 に 扇絵 師 の 宮崎 友禅斎 に よ っ て 考案 さ れ た 染色 。 +五条 駅 ( ご じょう えき ) は 、 京都 府 京都 市 下京 区 大坂 町 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +烏帽子 ( えぼし ) と は 平安 時代 から 近代 に かけ て 和装 で の 礼服 着装 の 際 に 成人 男性 が 被 っ た 帽子 の こと 。 +源義時 ( みなもと の よしとき ) は 、 平安 時代 後期 の 河内 源 氏 の 武将 。 +京都 市 勧業 館 ( きょうと し かん ぎょうかん ) は 、 京都 府 京都 市 左京 区 に あ る 、 イベント 会場 で あ る 。 +作者 付 ( さくしゃ づけ ) と は 、 能 の 曲目 に 関 し て 、 各 作品 の 作者 が 誰 で あ る か を 列記 し た 書物 で あ る 。 +仏教 絵画 ( ぶっきょうかいが ) と は 、 仏教 を 題材 と し た 絵画 で あ る 。 +大和 時代 ( やま と じだい ) は 、 日本 の 歴史 の 時代 区分 の 一 つ 。 +松平 重則 ( まつだいら   しげのり ) は 、 上総 国 百 首 藩 主 、 下野 国 皆 川 藩 の 初代 藩 主 。 +神皇 正統記 ( じん のう しょう とうき ) は 、 南北朝 時代 ( 日本 ) に 公卿 の 北畠 親房 が 、 幼帝 後 村上 天皇 の ため に 、 吉野 朝廷 ( いわゆる 南朝 ( 日本 ) ) の 正統 性 を 述べ た 、 常陸 国 小田城 ( 茨城 県 つくば 市 小田 ) で 著 し た 歴史 書 で あ る 。 +『 樟紀 流花見 幕張 』 ( くすの きりゅう は なみ の まく はり ) は 、 は 歌舞伎 の 演目 。 +手水舎 ( ちょうず や ・ て みずや ) は 、 神社 、 寺院 の 境内 に 置 か れ て い る 、 参詣 者 が 手 や 口 を すすぐ 場所 の こと で あ る 。 +黄丹袍 ( おうに の ほう ) と は 皇太子 が 儀式 の 際 に 着用 する 束帯 装束 の 袍 の こと で あ る 。 +移菊 ( うつろ い ぎく ) と は 晩秋 の ころ 白菊 が 花弁 の 端 から 紫 が か っ て 来 た もの を 言 う 。 +松尾 寺 ( まつ の お でら ) は 、 京都 府 舞鶴 市 に あ る 真言 宗 醍醐 派 の 寺院 。 +田中 久重 ( たなか ひさしげ 、 寛政 11 年 9 月 18 日 ( 旧暦 ) ( 1799 年 10 月 16 日 ) - 明治 14 年 ( 1881 年 ) 1 月 11 日 ) は 、 江戸 時代 から 明治 に かけ て 「 東洋 の トーマス ・ エジソン 」 「 からくり 儀右衛門 」 と 呼 ば れ 活躍 し た 発明 家 。 +姉小路 基綱 ( あね が こうじ もと つ な 、 嘉吉 元年 ( 1441 年 ) - 永正 元年 4 月 23 日 ( 旧暦 ) ( 150 4 年 6 月 5 日 ) ) は 飛騨 国 の 戦国 大名 で 飛騨 国司 。 +モズク ( 水雲 、 海蘊 ) は 、 褐藻 綱 ・ ナガ マツモ 目 の うち 、 モズク 科 や ナガ マツモ 科 に 属 する 海藻 の 総称 。 +『 前々 太平 記 』 ( ぜんぜん たい へいき ) は 、 奈良 時代 から 平安 時代 前期 まで の 歴史 を あつか っ た 軍記 物語 。 +『 南洲 翁 遺訓 』 ( なん しゅうおういくん ) は 西郷 隆盛 の 遺訓 集 で あ る 。 +二階堂 行栄 ( に かいどう ゆきひ で 、 天正 9 年 ( 1581 年 ) - 没年 不詳 ) は 安土 桃山 時代 から 江戸 時代 初期 に かけ て の 戦国 武将 。 +荘園 公領 制 ( しょう えん こうりょうせい ) と は 、 日本 の 中世 日本 に おけ る 、 荘園 と 公領 を 土台 と し た 、 重層 的 土地 支配 構造 の こと で あ る 。 +山崎 聖天 ( やまざき しょうてん ) は 、 京都 府 乙訓 郡 大山崎 町 に あ る 真言 宗 系 単立 寺院 の 観音寺 の 別名 。 +光明 寺 ( こうみょうじ ) は 京都 府 綾部 市 に あ る 真言 宗 醍醐 派 の 寺院 。 +日本 達磨 宗 ( にほんだるましゅう ) は 、 大 日房能忍 が 興 し た 禅 の 一派 で あ る 。 +大智 ( だいち 、 正応 3 年 ( 1290 年 ) - 正平 ( 日本 ) 21 年 / 貞治 5 年 12 月 10 日 ( 旧暦 ) ( 1367 年 1 月 10 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 曹洞 宗 の 僧 。 +川本 幸民 ( かわもと こうみん 、 文化 ( 元号 ) 7 年 ( 1810 年 ) - 明治 4 年 6 月 1日 ( 旧暦 ) ( 18 71 年 7 月 18 日 ) ) は 、 幕末 ・ 明治 維新 期 の 蘭学 者 。 +渋谷 街道 ( しぶた に かいどう ) 、 また は 渋谷 通 、 渋谷 越 と は 、 東山 ( 京都 府 ) を 越え 京 ( 京都 ) と 山科 区 を 結 ぶ 京都 市 内 の 通り の 一 つ 。 +一宮 神社 ( いっ きゅう じんじゃ ) は 、 京都 府 福知 山 市 の 市街 地 より 少し 南 より の 位置 に あ る 神社 。 +壁画 ( へきが ) は 、 建築 物 や 洞窟 の 壁 ・ 天井 など に 描 か れ た 絵画 。 +政事 総裁職 ( せいじ そうさいしょく ) は 、 江戸 時代 後期 、 幕末 に 新設 さ れ た 将軍 後見職 、 京都 守護 職 と 並 ぶ 江戸 幕府 三 要職 の 一 つ で あ る 。 +四宮 源蔵 ( しのみや げんぞう 、 生年 不詳 - 天正 8 年 ( 1580 年 ) 8 月 15 日 ? ) は 安土 桃山 時代頃 の 人物 で 山名 氏 豊 の 家臣 。 +古市 黒 麻呂 ( ふる いち の くろまろ 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +丹後 王国論 ( たんご おう こくろん ) は 、 門脇 禎二 が 古墳 時代 に 丹後 地方 ( 今 の 京都 府 京丹後 市 辺り ) を 中心 に 、 ヤマト 王権 など と 並 び 独立 性 を も っ て 存在 し た と さ れ る 勢力 『 丹後 王国 』 が あ っ た と 提唱 し た もの ( 丹後 国 は 後年 に 丹波 国 から 分国 し た もの で あ る ため 『 丹波 王国 』 と も 称 さ れ る ) 。 +戦国 大名 ( せんごく だいみょう ) は 、 日本 の 戦国 時代 ( 日本 ) に 数 郡 から 数 カ国 規模 の 領域 を 一元 的 に 支配 し た 大名 を 指 す 。 +マキノ 光雄 ( - みつお 、 1909 年 11 月 15 日 - 1957 年 12 月 9 日 ) は 、 日本 の 映画 プロデューサー で あ る 。 +林丘 寺 ( りんきゅうじ ) は 、 京都 市 左京 区 修学院 に あ る 臨済 宗 系 の 単立 寺院 。 +高 御 座 ( たかみくら ) は 、 天皇 の 正式 な 所在 地 を 示 す 特別 な 玉座 。 +天塚 古墳 ( あまづか こふん ) は 、 京都 府 京都 市 右京 区 太秦 松 本町 に あ る 古墳 。 +神崎 太郎 成兼 ( ? ~ 1243 年 ~ ? ) は 、 高江 領 から 莫祢 院 ( 阿久根 市 ) に 居 を 構え 、 新田 神社 ( 薩摩 川内 市 ) 司 執印 氏 図 嘉房 の 女 を 妻 に し 、 神崎 氏 を 改めて 「 莫禰 太郎 成兼 」 を 名の っ た 。 +徳川 慶久 ( とくがわ よしひさ 、 1884 年 9 月 2 日 - 1922 年 1 月 22 日 ) は 徳川 十 五 代 将軍 徳川 慶喜 の 七男 。 +日本 美術 史 ( にほん びじゅつ し ) と は 、 日本 の 美術 の 流れ 、 様式 の 変遷 、 各 時代 の 代表 的 な 作品 や 作家 の 研究 、 相互 の 影響 関係 、 作品 や 作家 を 生 ん だ 時代 背景 ( 政治 、 経済 、 信仰 、 風俗 、 社会 、 文学 など と の 関連 ) など に つ い て 述べ た もの 、 また は そう し た 分野 を 研究 する 学問 の こと 。 +藤原 道綱 母 ( ふじわら の みちつな の は は 、 承平 ( 日本 ) 6 年 ( 936 年 ) ? - 長徳 元年 5 月 2 日 _ ( 旧暦 ) ( 995 年 ) ) は 平安 時代 中期 の 歌人 で あ る 。 +桜井 家 ( さくらい け ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +典薬寮 ( てんやく りょう ) は 、 律令 制 に よ り 制定 さ れ た 機関 で 、 宮内 省 律令 制度 下 に 属 する 医療 ・ 調薬 を 担当 する 部署 。 +穂積 五百 枝 ( ほづみ の いおえ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +死相 ( しそう ) と は 、 下記 の とおり で あ る 。 +代官 ( だい かん ) と は 、 君主 ( 国家 ) の 代わ り 任地 の 行政 ・ 作事 など を 司 る 職務 を 司 っ た 者 及び その 地位 を い う 。 +円山 ・ 四条 派 ( まるやま ・ しじょう は ) は 、 江戸 後期 から 京都 で 有名 に な っ た 円山 応挙 を 祖 と する 円山 派 と 、 松村 呉春 を 祖 と する 四条 派 を 合わせ た 呼び名 で あ る 。 +大妃 ( だいひ ) と は 先代 の 王 の 妃 で 、 現王 の 母后 。 +予祝 芸能 ( よしゅく げいのう ) と は 、 伝統 芸能 を 信仰 の 面 から とらえ た とき の 、 萬歳 や 春駒 など 新春 を ことほぐ 芸能 や 、 農 作業 の あらまし を あらかじめ 一 通り 演 じ て 順調 に 稲 が 実 る よう に 祈願 する 田遊び ・ 御田 など を 指 す 。 +粟原 寺 ( おうばら で ら ) は 、 奈良 県 桜井 市 粟原 に かつて あ っ た 寺 。 +平城 ( ひらじろ ) は 、 平地 に 築 か れ た 城 を い う 。 +快川 紹喜 ( かいせん じょうき 、 生年 不詳 - 天正 10 年 4 月 3 日 ( 旧暦 ) ( 15 8 2 年 4 月 25 日 ) ) は 、 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 臨済 宗 の 僧 。 +野分 ( のわき ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +小野 氏 ( おのうじ ) は 、 7 世紀 前半 から 平安 時代 中期 に かけ て 活躍 し た 氏族 。 +郡制 ( ぐんせい ) と は 、 明治 期 から 大正 期 に かけ て 府県 と 町村 と の 間 に 位置 する 郡 を 地方 自治 体 と し て 定め た 日本 国 内 に おけ る 法律 で あ る 。 +大和 物語 ( やまと ものがたり ) は 、 平安 時代 に 成立 し た 中古 日本 の 物語 で あ る 。 +蘇我 安麻呂 ( そがの やすまろ 、 生没 年 未詳 ) は 7 世紀 末頃 、 飛鳥 時代 後期 の 日本 の 貴族 。 +遠国 奉行 ( おんごく ぶぎょう ) は 、 江戸 以外 の 幕府 直轄 領 ( 天領 ) 内 の 重要 な 場所 に 置 か れ 、 その 土地 の 政務 を とりあつか っ た 奉行 、 役方 に 分類 さ れ る 。 +近江 攻防 ( おうみ こうぼう ) は 、 治承 ・ 寿永 の 乱 の 中 で 起き た 近江 源 氏 ・ 園城 寺 僧兵 と 平家 と の 一連 の 戦闘 。 +要石 ( かなめいし ) は 、 茨城 県 鹿嶋 市 の 鹿島 神宮 と 千葉 県 香取 市 の 香取 神宮 に あ る 。 +勧学 会 ( かんがくえ ) と は 、 平安 時代 中期 ・ 後期 に 大学 寮紀 伝道 の 学生 ( 文章 生 ) と 比叡山 延暦 寺 の 僧侶 が 、 3 月 15 日 ( 旧暦 ) あるいは 9 月 15 日 ( 旧暦 ) に 比叡 山 西 麓 あるいは 平安 京内外 の 寺院 に 集ま っ て 『 法華 経 』 を テーマ と し て 講義 ・ 念仏 ・ 漢詩 を 行 っ た 法会 。 +湯 沐令 ( ゆのうながし ) は 、 日本 の 飛鳥 時代 に 置 か れ た 官職 で 、 皇族 の 領地 で あ る 湯沐 邑 を 管理 し た 。 +友枝 昭世 ( ともえだ あきよ 、 1940 年 ( 昭和 15 年 ) 3 月 24 日 - ) と は 、 喜多 流能 楽師 。 +意見 十 二 箇条 ( いけんじゅう に かじょう ) と は 平安 時代 中期 の 漢学 者 三善 清行 が 、 914 年 醍醐 天皇 に 提出 し た 政治 意見 書 で あ る 。 +逢坂 関 ( おうさか の せき 、 あふさか の せき ) は 、 山城 国 と 近江 国 の 国境 と な っ て い た 関所 。 +狩衣 ( かりぎぬ ) は 平安 時代 以降 の 公家 の 普段 着 。 +京都 競馬 場 ( きょう と けいば じょう ) は 京都 府 京都 市 伏見 区 に あ る 競馬 場 で あ る 。 +大拙 祖能 ( だいせつ その う 、 正和 2 年 3 月 3 日 ( 旧暦 ) ( 1313 年 3 月 30 日 ) - 永和 ( 日本 ) 3 年 / 天授 ( 日本 ) 3 年 8 月 20 日 ( 旧暦 ) ( 1377 年 9 月 23 日 ) ) は 、 南北朝 時代 ( 日本 ) の 臨済 宗 の 僧 。 +歓 喜光 寺 ( かんきこうじ ) は 、 京都 市 山科 区 に あ る 時宗 の 寺院 。 +末広 鉄腸 ( すえひろ てっちょう 、 嘉永 2 年 2 月 21 日 ( 旧暦 ) ( 1849 年 3 月 15 日 ) - 明治 29 年 ( 1896 年 ) 2 月 5 日 ) は 明治 時代 の 運動 家 ・ 新聞 記者 ・ 政治 家 ・ 小説 家 。 +賀茂 氏 ( か もう じ 、 かもし ) は 、 古代 より 続 く 日本 の 氏族 で あ る 。 +茶入 ( ちゃいれ ) と は 、 広義 に は 抹茶 を 入れ る の に 用い る 茶器 全体 を 指 し 、 狭義 に は 棗 ( 茶器 ) に 代表 さ れ る 木製 茶器 ( 薄茶 器 参照 ) に 対 する 陶磁 器 製 の 茶器 を 指 す 。 +九条 幸 経 ( く じょうゆきつね 、 文政 6 年 4 月 26 日 ( 旧暦 ) ( 1823 年 6 月 5 日 ) - 安政 6 年 8 月 4 日 ( 旧暦 ) ( 1859 年 8 月 31 日 ) ) は 江戸 時代 後期 の 公卿 。 +進藤 長之 ( しんどう ながゆき 、 寛文 6 年 ( 1666 年 ) - 享保 12 年 1 月 5 日 ( 旧暦 ) ( 1727 年 1 月 26 日 ) ) は 近衛 家 諸 大夫 を つとめ た 青侍 ( 皇族 や 公家 に 仕え る 武士 ) 。 +一忠 ( いっちゅう 、 生没年 不詳 ) は 、 南北朝 時代 ( 日本 ) に 活躍 し た 田楽 能 役 者 。 +自由 民権 運動 ( じゆう みん けん うんどう ) と は 、 明治 時代 の 日本 に お い て 行 わ れ た 政治 運動 ・ 社会 運動 。 +湯起請 ( ゆきしょう ) と は 、 主に 裁判 の 際 に 、 二人 の 内 どちら の 主張 が 正し い か を 審理 する 方法 。 +年少 芸 妓 と は まだ 芸妓 と し て は 一人前 で な い 若 い 芸妓 、 また は 芸妓 見習い と し て 花街 の お 座敷 に 出 て い る 少女 を 指 す 。 +奈良 町 資料 館 ( なら ま ち しりょうかん ) は 、 奈良 県 奈良 市 の 近世 から 近代 に かけ て 建て られ た 町屋 ( 商家 ) が 並 ぶ 地区 、 なら まち の 一角 に あ る 私設 資料 館 。 +三宅 石床 ( みやけ の いわ とこ 、 生年 不明 - 天武 天皇 9 年 ( 680 年 ) 7 月 23 日 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +桂駅 ( かつら えき ) は 、 京都 市 西京 区 に あ る 、 阪急 電鉄 の 鉄道 駅 。 +『 さゆり 』 ( Memoirs ofaGeisha ) は 、 1997 年 に 出版 さ れ た アーサー ・ ゴールデン に よ る 小説 。 +足利 直冬 ( あしか が ただふゆ ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +耳塚 ( みみづか ) は 、 文禄 ・ 慶長 の 役 の 朝鮮 、 明兵 の 戦死 者 の 耳 、 鼻 を 弔 っ た 塚 で あ る 墓 。 +京 街道 ( きょうかいどう ) また は 大坂 街道 ( おおさか かいどう ) と は 、 大坂 ( 大阪 ) の 京橋 ( 後 に 高麗 橋 ) から 淀川 左岸 に 沿 っ て 進 み 、 淀 を 経 て 京 ( 京都 ) に 向か う 街道 で あ る 。 +表高 ( おもてだか ) は 、 江戸 時代 に 大名 や 旗本 が 征夷 大将軍 に よ っ て 与え られ た 所領 の 額面 上 の 石高 の こと で あ る 。 +私擬 憲法 ( しぎ けんぽう ) と は 、 明治 時代 の 大 日本 帝国 憲法 発布 以前 に 、 民間 で 検討 さ れ た 憲法 の 私案 の こと 。 +お 会式 ( おえしき ) は 、 宗祖 等 の 命日 に あわせ て 行 わ れ る 大 法 会 ( 祭り ) で あ る 。 +仁礼 景範 ( にれ かげの り 、 正字 体 : 仁禮 、 天保 2 年 2 月 24 日 ( 旧暦 ) ( 1831 年 4 月 6 日 ) - 明治 33 年 ( 190 0 年 ) 1 1 月 22 日 ) は 、 江戸 時代 末期 の 武士 、 明治 時代 の 海軍 軍人 。 +壬生 忠岑 ( みぶ   の   ただみね   生没年 不詳   貞観 ( 日本 ) 2 年 ( 860 年 ) から 延喜 20 年 ( 920 年 ) ごろ と 考え られ る ) は 、 平安 時代 の 歌人 。 +清水谷 家 ( しみずだ に け ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +静恵 法 親王 ( じょうえ ほっ しん の う 、 長寛 2 年 ( 11 64 年 ) - 建仁 3 年 3 月 13 日 ( 旧暦 ) ( 120 3 年 4 月 26 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 法親 王 。 +大和流 ( やまと りゅう ) と は 、 江戸 初期 ( 承応 元年 ・ 1652 年 ) に 森川 香山 に よ り 開 か れ た 弓道 の 流派 で あ る 。 +滋野井 実全 ( しげの いさね まさ 、 元禄 13 年 4 月 5 日 _ ( 旧暦 ) ( 170 0 年 5 月 23 日 ) - 享保 20 年 10 月 20 日 _ ( 旧暦 ) ( 1735 年 12 月 4 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +小紋 ( こもん ) は 日本 の 着物 ( 和服 ) の 種類 の 一 つ 。 +『 八幡 祭 小 望月 賑』 ( はち まん まつり よみや の にぎわい ) は 歌舞伎 の 演目 。 +虎 御前 ( とら ごぜん 、 安元 元年 ( 1175 年 ) - ? ) は 、 富士 の 巻狩り の 際 に 起こ っ た 曽我 兄弟 の 仇討ち で 有名 な 「 曽我 物語 」 の ヒロイン で 曽我 兄弟 の 兄 ・ 曾我 祐成 の 恋人 で 、 この 物語 を 色づけ 深み を 持 た せ る 役割 を し て い る 。 +鈴木馬 左也 ( すずき まさや 、 文久 元年 2 月 24 日 ( 旧暦 ) ( 1861 年 4 月 3 日 ) - 大正 11 年 ( 1922 年 ) 12 月 25 日 ) は 、 第 三 代 住友 総理事 で あ る 。 +武衛 騒動 ( ぶえいそうどう ) と は 、 寛正 6 年 ( 1465 年 ) に 発生 し た 室町 幕府 の 内紛 の こと で あ る 。 +中原 師 元 ( なかはら の もろ もと 、 天仁 2 年 ( 1109 年 ) - 承安 ( 日本 ) 5 年 ( 1175 年 ) 5 月 20 日 ( 旧暦 ) ) は 平安 時代 後期 の 廷臣 。 +冬至 ( とうじ ) は 、 二十 四 節気 の 一 つ 。 +園太暦 ( えん たいりゃく ) は 、 「 中園 太政 大臣 」 と 称 さ れ た 南北朝 時代 ( 日本 ) の 公卿 ・ 洞院 公賢 の 日記 。 +谷 文晁 ( たにぶんちょう 、 宝暦 13 年 9 月 9 日 ( 旧暦 ) ( 1763 年 10 月 15 日 ) - 天保 11 年 12 月 14 日 ( 旧暦 ) ( 1841 年 1 月 6 日 ) ) は 、 江戸 時代 後期 の 日本 の 画家 。 +岸田 忠 氏 ( きしだただう じ 、 ? - 元和 ( 日本 ) 元年 12 月 2 日 ( 旧暦 ) ( 1616 年 1 月 20 日 ) ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +霞 中庵 竹内 栖鳳 記念 館 ( かちゅう あん   たけうち せいほう き ねんかん ) は 京都 府 京都 市 に あ る 美術 館 。 +雑煮 ( ぞうに ) と は 正月 に 多 く 食べ られ る 、 餅 を 主 と 具材 を あしら っ た 汁 料理 で あ る 。 +中宮 寺 ( ちゅうぐう じ ) は 、 奈良 県 生駒 郡 斑鳩 町 の 法隆 寺 に 隣接 する 、 聖徳 太子 ゆかり の 寺院 で あ る 。 +西山 古墳 ( にしやま こふん ) は 、 奈良 県 天理 市 杣之内 ( そま の うち ) 町 に あ る 古墳 で 、 国 の 史跡 に 指定 さ れ て い る 。 +佚山 ( いつざん 、 男性 、 元禄 15 年 ( 170 2 年 ) – 安永 7 年 2 月 24 日 ( 旧暦 ) ( 1778 年 ) ) は 、 江戸 時代 中期 の 書家 ・ 篆刻 家 で あ る 。 +化け 古下駄 ( ばけふるげ た ) また は 化け た 古下駄 ( ばけ た ふるげ た ) は 、 日本 の 妖怪 の 一 つ で 、 下駄 が 古く な っ て 魂 を 持 っ た と さ れ る 付喪神 ( 器物 が 変化 し た 妖怪 ) の 一種 。 +大福 ( だい ふく ) は 、 あずき で でき た 餡 を 餅 で 包 ん だ 和 菓子 の 一種 。 +金玉 掌 中抄 ( きんぎょく しょう ちゅうしょう ) は 、 鎌倉 時代 末期 に 中原 章澄 が 書 い た 法律 書 。 +足利 氏 ( あしかが し ) は 、 日本 の 武家 の ひと つ 。 +軽み ( かるみ ) は 、 松尾 芭蕉 の 創始 し た 蕉風 俳諧 の 理念 の 一 つ で あ る 。 +源 義門 ( みなもと の よしかど 、 生没年 不詳 ) は 、 平安 時代 末期 の 清和 源 氏 の 棟梁 源 義朝 の 四男 。 +楽常 慶 ( らく じょうけい 、 永禄 4 ( 1561 年 ) - 寛永 1 2 ( 1 635 年 ) は 、 織豊 時代 から 江戸 時代 初頭 に かけ て の 陶芸 家 。 +ふりか け と は 、 主に ご飯 用 の 粉末 状 、 粒子 状 、 あるいは そぼろ 状 の 調味 料 的 お かず の こと 。 +聖 アグネス 教会 ( せい アグネス きょうかい , StAgnesEpis copalChurch ) は 、 日本 の 京都 府 京都 市 に あ る 教会 で 、 日本 聖公会 京都 教区 主教座 聖堂 。 +藤原 嬉子 ( ふじわら の きし / よしこ 、 寛弘 4 年 1 月 5 日 ( 旧暦 ) ( 100 7 年 1 月 26 日 ) - 万寿 2 年 8 月 5 日 ( 旧暦 ) ( 1025 年 8 月 30 日 ) ) は 、 摂政 藤原 道長 の 六女 。 +初代 忠吉 は 、 肥前 新 刀 鍛冶 。 +南無 妙法 蓮華 経 は 「 なむみょう ほうれん げきょう 」 と 読 む 。 +崇源院 ( すう げんいん 、 天正 元年 〔 1573 年 〕 - 寛永 3 年 9 月 15 日 ( 旧暦 ) 〔 1626 年 11 月 3 日 〕 ) は 、 天正 時代 から 江戸 時代 初期 の 女性 。 +張 保皐 ( ちょうほこう 、 790 年頃 - 846 年 ? ) は 統一 新羅 時期 に 新羅 、 唐 、 日本 に またが る 海上 勢力 を 築 い た 人物 。 +羽倉 可亭 ( はくら かてい 、 男性 、 寛政 11 年 ( 1799 年 ) – 明治 20 年 ( 1887 年 ) 8 月 12 日 ) は 、 江戸 時代 後期 の 日本 の 書画 ・ 篆刻 家 で あ る 。 +山部 王 ( やまべ の おおきみ 、 生年 不詳 - 天武 天皇 元年 7 月 2 日 ( 旧暦 ) ? ( 67 2 年 7 月 31 日 ? ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +田目 皇子 ( ため の みこ 、 敏達 天皇 元年 ( 572 年 ) ? - 没年 不詳 ) は 用明 天皇 の 第 一 皇子 。 +石 ( こく ) は 、 尺貫 法 に おけ る 体積 ( 容量 ) の 物理 単位 で あ る 。 +石井流 ( いしい - りゅう ) は 、 能楽 大鼓方 の 一流儀 。 +姉小路 ( あね こうじ / あねが こうじ / あね の こうじ ) と は 、 御 年寄上 臈 御 年寄 と の 違い の 名 。 +皆川 淇園 ( みながわ きえん 、 享保 19 年 12 月 8 日 ( 旧暦 ) ( 1735 年 1 月 1日 ) - 文化 ( 元 号 ) 4 年 5 月 16 日 ( 旧暦 ) ( 180 7 年 6 月 21 日 ) ) は 、 江戸 時代 中期 の 儒学 者 。 +初詣 ( はつもうで ) と は 、 年 が 明け て から 初めて 寺社 ( 神社 ・ 寺院 ) や 教会 など に 参拝 し 、 一 年 の 無事 と 平安 を 祈 る 行事 で あ る 。 +一番 槍 ( いちばん やり ) と は 、 槍 を 用い て 交戦 の 口火 を 切 る 軍団 もしくは 個人 の こと 。 +近衛 維子 ( この えこれ こ 、 宝暦 9 年 12 月 9 日 ( 旧暦 ) ( 17 60 年 12 月 6 日 ) – 天明 3 年 10 月 12 日 ( 旧暦 ) ( 1783 年 11 月 6 日 ) ) は 、 後桃園 天皇 の 女御 。 +マリア ・ ルス 号 事件 ( まりある すごう じけん ) は 1872 年 ( 明治 5 年 ) に 横浜 港 に 停泊 中 の マリア ・ ルス 号 ( ペルー 船籍 ) 内 の 清国 人 苦力 を 奴隷 で あ る と し て 日本 政府 が 解放 し た 事件 を 言 う 。 +向日 市 ( むこうし ) は 、 京都 府 の 市 。 +高質 ( こうじち ) は 、 中世 日本 に お い て 債権 が 債務 不 履行 に 陥 っ た 債権 者 の 財産 を 私的 に 差し押さえ る 行為 。 +片岡 行雄 ( かたおか ゆきお 、 1934 年 11 月 18 日 - ) は 、 日本 の 京 人形 ( 人形 ) 師 。 +徳大寺 公清 ( とくだいじ きんき よ 、 正和 元年 ( 1312 年 ) - 正平 ( 日本 ) 15 年 / 延文 5 年 6 月 8 日 ( 旧暦 ) ( 1360 年 7 月 21 日 ) ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) の 公卿 。 +蔭位 ( おんい ) と は 、 日本 の 律令 制 体制 の なか で 、 高位 者 の 子孫 を 父祖 で あ る 高位 者 の 位階 に 応 じ て 一定 以上 の 位階 に 叙位 する 制度 。 +宝菩 提院 ( ほうぼ だい いん ) は 、 京都 市 南 区 ( 京都 市 ) 九条 東 寺 町 に 位置 する 寺院 で あ る 。 +三宅 小まめ ( みやけ こまめ 、 1910 年 ( 明治 43 年 ) - ) は 祇園 甲 部 芸妓 、 上方 舞井上流 名取 。 +家学 ( かがく ) と は 、 家 あるいは 氏族 単位 で の 学術 継承 の こと 。 +平知章 ( たいらの ともあきら 、 嘉応 元年 ( 1169 年 ) - 寿永 3 年 2 月 7 日 ( 旧暦 ) ( 1184 年 3 月 20 日 ) ) は 、 平知 盛 の 長男 。 +源 行 国 ( みなもと の ゆき く に 、 永保 元年 ( 1081 年 ) ? - 仁平 3 年 9 月 26 日 ( 旧暦 ) ( 1153 年 10 月 15 日 ) ) は 、 平安 時代 後期 の 武将 。 +中村 梅之助 ( なかむら うめのすけ ) は 、 歌舞伎 役者 。 +藤原 秀郷 ( ふじわら の ひでさと 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +乗如 ( じょうにょ 、 乘如 ) は 、 江戸 時代 中期 の 浄土 真宗 の 僧 。 +英俊 ( えいしゅん 、 永正 15 年 ( 1518 年 ) - 文禄 5 年 ( 1596 年 ) ) は 、 戦国 時代 ( 日本 ) の 僧侶 。 +今出川 公香 ( いまで がわ きん よし 、 元禄 4 年 5 月 1日 ( 旧暦 ) ( 1691 年 5 月 28 日 ) ‐ 享保 6 年 11 月 14 日 ( 旧暦 ) ( 1722 年 1 月 1日 ) ) は 、 江戸 時代 中期 の 公卿 。 +吉記 ( きっき ) は 、 平安 時代 末期 の 公家 ・ 吉田 経房 ( 1142 年 - 120 0 年 ) の 日記 で あ る 。 +真如 寺 ( しんにょじ ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) 等 持 院 北町 に 存在 する 臨済 宗 相国 寺 派 の 寺院 で あ る 。 +二条 宗 基 ( に じょう むねもと 、 享保 12 年 5 月 20 日 ( 旧暦 ) ( 1727 年 7 月 8 日 ) - 宝暦 4 年 1 月 18 日 ( 旧暦 ) ( 175 4 年 2 月 9 日 ) ) は 江戸 時代 の 公卿 。 +行叡 ( ぎょうえい 、 生没年 不明 ) は 、 飛鳥 時代 - 奈良 時代 の 僧 。 +並び の 巻 ( ならび の まき ) と は 、 平安 時代 の 王朝 文学 に 現れ る 現象 で 、 複数 巻 に わた る 作品 の うち 、 ある 巻 を 別 の 巻 の 「 並び の 巻 」 と 呼 ぶ こと 、 また は その よう に 呼 ば れ る 巻々 の こと を 指 す 。 +堺 事件 ( さかい じけん ) は 、 慶応 4 年 ( 1868 年 ) に 和泉 国堺 市 で 起き た 、 フランス 水兵 殺害 の 責 を 負 っ て 土佐 藩 士 が 切腹 し た 事件 。 +金剛輪 寺 ( こんごう りんじ ) は 、 滋賀 県 愛知 郡 ( 滋賀 県 ) ( えちぐん ) 愛荘 町 に あ る 天台 宗 の 寺院 。 +孝元 天皇 ( こうげん てんのう 、   孝霊 天皇 18 年 ( 紀元 前 273 年 ) - 孝元 天皇 57 年 9 月 2 日 ( 旧暦 ) ( 紀元 前 158 年 10 月 14 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 第 8 代 の 天皇 ( 在位 : 孝元 天皇 元年 1 月 14 日 ( 旧暦 ) ( 紀元 前 214 年 2 月 21 日 ) - 同 57 年 9 月 2 日 ( 旧暦 ) ( 紀元 前 158 年 10 月 14 日 ) ) 。 +松平 近正 ( まつだいら ちかまさ 、 天文 ( 元号 ) 16 年 ( 1547 年 ) - 慶長 5 年 8 月 1日 ( 旧暦 ) ( 160 0 年 9 月 8 日 ) ) は 、 安土 桃山 時代 の 武将 。 +公主 ( こうしゅ ) と は 、 中国 で 皇帝 の 娘 を 指 す 。 +藤原 隆忠 ( ふじわら の た かただ 、 長寛 元年 ( 1163 年 ) - 寛元 3 年 ( 1245 年 ) ) は 、 平安 時代 末期 から 鎌倉 時代 に かけ て の 公卿 。 +源 師 時 ( みなもと の もろ とき 、 承暦 元年 ( 1077 年 ) - 保延 2 年 4 月 6 日 ( 旧暦 ) ( 1136 年 5 月 8 日 ) ) は 、 平安 時代 後期 の 公卿 ・ 歌人 。 +京都 見廻 役 ( きょうと みまわ り やく ) は 、 幕末 の 京都 の 治安 維持 の ため に 江戸 幕府 が 置 い た 役職 。 +雑役 免系 荘園 ( ぞう やくめんけい しょう えん ) と は 、 国衙 から 雑役 免 を 受け 、 その 雑役 分 を 荘園 領主 が 確保 する こと が 認め られ た 荘園 の こと 。 +大江 音人 ( おおえ の おとんど 、 弘仁 2 年 ( 811 年 ) - 元慶 元年 11 月 3 日 ( 旧暦 ) ( 877 年 12 月 15 日 ) ) は 平安 時代 の 貴族 、 学者 。 +長田 忠致 ( お さだ ただむね 、 生年 不詳 - 建久 元年 ( 1190 年 ) ) は 平安 時代 末期 の 武将 。 +源仁 ( げんにん 、 弘仁 9 年 ( 818 年 ) - 仁和 3 年 11 月 22 日 ( 旧暦 ) ( 887 年 12 月 14 日 ) ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +櫓 ( やぐら ) と は 、 城郭 に 防御 用 あるいは 物見 用 に 建て られ た 。 +御幣 ( ごへい ) と は 、 神道 の 祭祀 で 用い られ る 幣帛 の 一種 で 、 2 本 の 紙垂 を 竹 また は 木 の 幣串 に 挟 ん だ もの で あ る 。 +中村 福助 ( なかむら ふくすけ ) は 中村 歌右衛門 系統 の 歌舞伎 の 名跡 の 一 。 +宮津 線 ( みやづせん ) は 、 京都 府 舞鶴 市 の 西舞鶴 駅 から 宮津 市 の 宮津 駅 を 経由 し て 兵庫 県 豊岡 市 の 豊岡 駅 ( 兵庫 県 ) に 至 る 北 近畿 タンゴ 鉄道 の 鉄道 路線 で あ る 。 +葛野 王 ( かどの の おおきみ 、 天智 天皇 8 年 ( 669 年 ) 頃 ? - 慶雲 2 年 ( 70 5 年 ) 12 月 ) は 大友 皇子 ( 弘文 天皇 ) の 第 一 皇子 。 +与謝 蕪村 ( よさぶ そん 、 よさの ぶそん 、 享保 元年 ( 1 71 6 年 ) - 天明 3 年 12 月 25 日 ( 旧暦 ) ( 1784 年 1 月 17 日 ) ) は 、 江戸 時代 中期 の 日本 の 俳人 、 画家 。 +称名 念仏 ( しょうみょうねんぶつ ) と は 、 仏 を 念 ずる 行 ( 念仏 ) の 一 つ で あ り 、 「 南無 阿弥陀 仏 」 の よう に 仏 の 名号 ( みょうごう ) を 唱え る 行 を さ す 。 +広津 弘信 ( ひろつ ひろのぶ 、 1819 年 - 1883 年 ) は 日本 の 外交 官 。 +空手道 ( から てどう ) もしくは 空手 ( から て ) と は 、 沖縄 で 発祥 し た 拳足 に よ る 打撃 技 を 特徴 と する 武道 、 格闘 技 。 +板碑 ( いたび ) は 、 主に 供養 塔 と し て 使 わ れ る 石碑 の 一種 で あ る 。 +臨時 給 ( りんじ きゅう ) と は 、 規定 外 の 年官 を 臨時 に 給与 する こと 。 +大村 純忠 と 有馬 晴信 と とも に 天正 遣欧 少年 使節 を ローマ に 送 っ た 。 +阿波 局 ( あわ の つぼね 、 生年 未詳 - 嘉禄 3 年 11 月 4 日 ( 旧暦 ) ( 1227 年 12 月 13 日 ) ) は 、 鎌倉 時代 初期 の 武家 女性 。 +源義親 ( みなもと の よしちか ) は 、 平安 時代 後期 の 武将 。 +鵜飼い ・ 鵜飼 ・ 鵜養 ( うかい ) は 、 鵜 ( ウ ) を 使 っ て アユ を 獲 る 伝統 的 な 漁法 の ひと つ 。 +前田 知好 ( まえだ ともよ し 、 天正 18 年 ( 1590 年 ) - 寛永 5 年 6 月 23 日 ( 旧暦 ) ( 1628 年 7 月 24 日 ) ) は 江戸 時代 の 武将 、 前田 利家 の 三男 。 +石田 幸雄 ( いしだ ゆきお 、 1949 年 8 月 3 日 - ) は 狂言 方 和泉 流野村 万 作家 の 狂言 師 。 +青侍 ( あおさむらい ) は 、 貴族 ・ 公家 の 家政 機関 に 勤仕 する 侍 の こと 。 +KBS ホール は 京都 市 上京 区 に あ る 京都 放送 ( KBS 京都 ) 放送 会館 内 に あ る ホール 。 +つくばい ( 蹲踞 、 蹲 ) と は 日本 庭園 の 添景 物 の 一 つ で 露地 ( 茶庭 ) に 設置 さ れ る 。 +小田 海僊 ( おだ かい せん 、 天明 5 年 ( 1785 年 ) - 文久 2 年 閏 8 月 24 日 ( 旧暦 ) ( 1862 年 10 月 17 日 ) ) は 、 江戸 時代 後期 の 日本 の 南画 。 +引眉 ( ひきまゆ ) と は 、 奈良 時代 から 江戸 時代 に かけ て おこな わ れ た 化粧 法 で 、 眉 を 剃 る 、 また は 抜 く こと を 意味 する 。 +松平 宗秀 ( 本庄 宗秀 、 あるいは 本荘 宗秀と も ) ( まつだいら むね ひ で 、 文化 ( 元号 ) 6 年 9 月 13 日 ( 旧暦 ) ( 1809 年 10 月 21 日 ) - 明治 6 年 ( 1873 年 ) 12 月 20 日 ) は 、 江戸 時代 幕末 の 大名 、 老中 。 +纒向 遺跡 また は 纏向 遺跡 ( まきむくいせき ) は 、 奈良 県 桜井 市 、 御 諸山 ( み もろやま ) と も 三 室 山 ( みむろ やま ) と も 呼 ば れ る 三輪 山 の 北西 麓 一帯 に 広が る 弥生 時代 末期 〜 古墳 時代 前期 の 遺跡 群 を 指 す 。 +天 円 地方 ( てんえんちほう ) と は 、 天 は 円 く 、 地 は 方形 で あ る と い う 古代 中国 の 宇宙 観 で あ る 。 +藤田 大五郎 ( ふじた だい ごろう 、 1915 年 11 月 30 日 - 2008 年 11 月 15 日 ) は 、 能楽師 ( 一噌 流 笛 方 ) 、 日本 芸術 院 会員 、 人間 国宝 。 +蛇塚 古墳 ( へびづか こふん ) は 、 京都 府 京都 市 右京 区 太秦 に あ る 古墳 。 +橋姫 ( はしひめ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +鞍馬口 通 ( くらまぐち どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +藤原定家 ( ふじわら の さだいえ 、 1162 年 ( 応保 2 年 ) - 1241 年 9 月 26 日 ( 仁治 2 年 8 月 20 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 初期 の 公家 ・ 歌人 。 +準 譜代 大名 ( じゅんふだいだいみょう ) 外様 大名 の 中 で 、 幕閣 に お い て 長年 の 功績 の あ る 大名 を 始め と し て 、 主に 血縁 関係 に よ り 譜代 大名 に 準 ずる 家格 の 大名 を い う 。 +法護 寺 ( ほう ごじ ) は 、 京都 府 舞鶴 市 に 所在 する 日蓮 正宗 の 寺院 。 +北畠 教具 ( きたばたけ のりとも 、 応永 30 年 ( 1423 年 ) - 文明 ( 日本 ) 3 年 3 月 23 日 ( 旧暦 ) ( 14 7 1 年 4 月 13 日 ) ) は 、 室町 時代 中期 の 公卿 。 +烏丸 通 ( からすまどおり ) は 京都 市 の 主要 な 南北 の 通り の 一 つ 。 +藤原 芳子 ( ふじわら の ほうし / よしこ 、 生年 未詳 - 康保 4 年 7 月 29 日 ( 旧暦 ) ( 96 7 年 9 月 6 日 ) ) は 、 村上 天皇 の 女御 で 、 藤原 師尹 と 藤原 定方 九女 と の 間 の 娘 。 +糸 割符 ( いとわっぷ ) と は 、 江戸 時代 の 日本 に おけ る 生糸 輸入 の 方式 で あ る 。 +大同 類 聚方 ( だい どう るい じゅ ほう ) は 、 平安 時代 初期 の 大同 _ ( 日本 ) 3 年 ( 80 8 年 ) に 編纂 さ れ た 日本 に おけ る 唯一 の 古 医方 の 医学 書 で あ る と とも に 、 最古 の 国定 薬 局 方 で も あ る 。 +尾関 雅次郎 ( おぜき まさじろう 、 天保 15 年 ( 1844 年 ) ? - 明治 25 年 ( 1892 年 ) 2 月 28 日 ) は 新選 組 調役 兼 監察 。 +向島 ( む かいじま ) は 京都 市 伏見 区 南部 に あ る 地名 。 +護憲 運動 ( ご けん うんどう ) と は 、 大正 時代 に 発生 し た 立憲 政治 を 擁護 する 国民 や 政党 など の 運動 。 +念仏 一 会 ( ねんぶつ いちえ ) と は 念仏 → 南無 阿弥陀 仏 を 繰り返 す 事 で あ る 。 +株式 会社 京都 ホテル ( きょうと ホテル ) は 、 京都 府 京都 市 中京 区 に 本社 を 置 く ホテル 運営 会社 。 +澤村 由次郎 ( さわむら よしじろう ) は 、 歌舞伎 役者 。 +日野 重政 ( ひの しげまさ 、 生年 不詳 - 嘉吉 3 年 10 月 2 日 ( 旧暦 ) ( 1443 年 10 月 24 日 ) ) は 日野 家 23 代 当主 。 +菅野 真道 ( すがの の まみ ち 、 741 年 ( 天平 13 年 ) - 814 年 7 月 23 日 ( 弘仁 5 年 6 月 29 日 ( 旧暦 ) ) ) は 、 平安 時代 初期 の 公卿 。 +三関 ( さんげん 、 さんかん ) と は 、 古代 の 日本 で 畿内 周辺 に 設け られ た 関所 の 内 、 特に 重視 さ れ た 三 つ の 関 の 総称 。 +中村 蘭台 ( なかむら らん だい 、 男性 、 安政 3 年 ( 1856 年 ) - 大正 4 年 ( 1915 年 ) 11 月 ) は 、 近代 日本 の 篆刻 家 で あ る 。 +スカイランド い こま 、 生駒 山上 遊園 地 ( いこま さん じょう ゆうえんち ) と は 、 奈良 県 生駒 市 の 生駒 山 の 山上 に あ る 遊園 地 。 +昆明池 障子 ( こんめい ち の しょうじ ) は 、 清涼 殿 弘廂 の 二間 と 上 御 局 と の あいだ に 立て られ て い た 衝立 障子 で あ る 。 +川田 神社 ( かわた じんじゃ ) は 、 滋賀 県 甲賀 市 水口 町 に 鎮座 する 神社 で あ る 。 +吉川 三左衛門 ( よしかわ さんざえ もん ) は 、 当時 今浜 と 呼 ば れ た 町 を 豊臣 秀吉 の 命 に よ り 長浜 城下町 と し て 整備 する こと に 尽力 し た 。 +御 霊 神社 ( ご りょう じんじゃ ) は 、 京都 府 福知 山 市 の ほぼ 中心 部 に あ る 神社 。 +清原 清 ( きよはら きよし 、 天保 2 年 ( 1831 年 ) - 慶応 4 年 4 月 25 日 ( 旧暦 ) ( 1868 年 6 月 15 日 ) ) は 、 新選 組 砲術 師範 、 後 に 御陵 衛士 。 +御代始 ( みよ はじめ ) と は 、 前 の 君主 の 死去 ・ 隠居 に 伴 う 、 新 君主 の 就任 初期 に 新治 世 の 統治 の 一環 と し て 行 わ れ る 一連 の 施策 ・ 政策 を 指 す 。 +租 ( そ ) は 、 税 ( ぜい ) と 並 ん で 、 国家 維持 に 必要 な 財政 を 調達 する ため に 、 政府 が 徴収 する 財物 ・ サービス の こと で あ る 。 +難波 長柄 豊碕 ( 埼 ) 宮 ( なに わ ながら の とよ さき の みや ) は 、 飛鳥 時代 の 日本 の 首都 の 宮殿 で あ る 。 +用明 天皇 職人 鑑 ( 用明 天王 職人 鑑 、 ようめい てん のう しょくにん か がみ ) は 近松 門左衛門 が 書 い た 文楽 の 物語 。 +車折 神社 ( くるまざき じんじゃ ) は 、 京都 市 右京 区 嵯峨 に あ る 神社 で あ る 。 +高天原 ( たか あまはら 、 たか の あまはら 、 たかま のはら 、 たかまがはら ) は 『 古事 記 』 の 日本 神話 と 祝詞 に 於け る 天津 神 の 住ま う 場所 で あ る 。 +横江 荘 ( よこえ の しょう ) は 、 平安 時代 ~ 戦国 時代 ( 日本 ) に かけ て 加賀 国 に あ っ た 荘園 。 +鈴木 元信 ( すずき もとのぶ 、 弘治 ( 日本 ) 元年 ( 1555 年 ) - 元和 ( 日本 ) 6 年 ( 1620 年 ) 6 月 ) は 、 伊達 氏 の 家臣 。 +蘆髪 蒲見 別王 ( あしかみの かま みわけ のみこ ) は 、 『 古事 記 』 、 『 日本 書紀 』 に 登場 する 皇族 で 、 日本 武尊 の 子 。 +田部 ( たべ ) と は 、 日本 の 古墳 時代 に 設け られ た 土地 や 人民 の 支配 制度 の 一 つ で 、 ヤマト 王権 が 直接 支配 し た 人民 の うち 屯倉 ( みあけ ) で 耕作 し た 方 を 指 す 。 +荘民 ( しょうみん ) と は 、 公領 内 の 住民 で あ る 公民 に 対 し て 荘園 内 の 住民 を 指 す 。 +問田 亀鶴丸 ( といだ きかく まる ) は 、 大内 氏 の 一族 。 +秩父 事件 ( ちちぶ じけん ) は 、 1884 年 ( 明治 17 年 ) 10 月 31 日 から 11 月 9 日 に かけ て 、 埼玉 県 秩父 郡 の 農民 が 政府 に 対 し て 起こ し た 武装 蜂起 事件 。 +芹生 峠 ( せりょう とうげ ) は 京都 府 京都 市 右京 区 と 同市 左京 区 に 跨 る 峠 で あ る 。 +春日神 ( かすが の かみ ) は 、 神道 の 神 ( 神道 ) で あ る 。 +高岡 泰重 ( たかおか やすし げ 、 生没 年 未詳 ) は 、 鎌倉 時代 の 常陸 国 の 武士 。 +公方 ( くぼう ) と は 、 前 近代 の 日本 に お い て 、 国家 に 関 する 公 ( おおやけ ) の こと を 体現 する 方面 及び 国家 的 統治 権 、 すなわち 古 い 時代 の 天皇 や その 朝廷 、 鎌倉 時代 、 室町 時代 の 将軍 に 起源 する 言葉 で あ る 。 +八 咫烏 ( やたがらす 、 やた の からす ) は 、 日本 神話 で 、 神武 東征 の 際 に 、 タカミムスビ に よ っ て 神武 天皇 の 元 に 遣わ さ れ 、 熊野 国造 から 大和 国 へ の 道 案内 を し た と さ れ る 3 本 足 の カラス で あ る 。 +餅 ( もち ) と は 、 穀物 、 特に もち米 に 水分 と 熱 を 加え た 後 に 、 外力 を 加え て 練り合わせ 、 成形 し た 食品 の 一種 で 搗 き 餅 ( つきもち ) と も い う 。 +興国 天皇 ( こうこく てんのう 、 1328 年 ( 嘉暦 3 年 ) 9 月 - 1397 年 ( 応永 4 年 ) 3 月 ) は 、 戦後 、 南朝 ( 日本 ) 正統 を 主張 し た 三浦 芳聖 の 遠祖 で 、 三浦 皇統家 第 二 代 の 天皇 。 +貞観儀式 ( じょうがん ぎしき ) は 、 平安 時代 前期 の 貞観 ( 日本 ) 年間 に 編纂 さ れ た と さ れ る 儀式 ( 書物 ) ( 儀式 書 ) 。 +流造 ( ながれづくり ) は 、 日本 の 神社 建築 の 1 つ で あ る 。 +藤原 成通 ( ふじわら の なりみち 、 承徳 元年 ( 1097 年 ) - 応保 2 年 ( 1162 年 ) ) は 、 平安 時代 後期 の 公卿 。 +焼き 豆腐 ( や きどうふ ) と は 、 水切り し た 豆腐 の 両面 を 直火 で 軽 く 焼 い て 炙 り 、 焼き目 を つけ た もの 。 +源 仲家 ( みなもと の なかいえ 、 生年 不詳 - 治承 4 年 5 月 26 日 ( 旧暦 ) ( 1180 年 6 月 20 日 ) ) は 、 平安 時代 末期 の 武将 。 +今井 清隆 ( いまい きよたか 、 1943 年 9 月 - ) は 、 日本 能楽 会 ( 国家 指定 重要 無形 文化 財 ) 所属 で 京都 市 在住 の 能楽師 。 +武田 有義 ( たけだ あり よし 、 生年 不詳 - 正治 2 年 ( 120 0 年 ) ? ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +永島 四郎   ( ながし ま し ろ う 、 出生 年 不明 - 196 3 ) 長野 県 長野 市 ( 松代 ) 出身 の フラワー デザイナー 。 +越訴 ( おっそ ) と は 、 再審 など を 求め て 正規 の 法 手続 を 踏 まず に 行 う 訴え 。 +お 年玉 袋 ( おとしだま ぶくろ ) と は 、 正月 に お 年玉 を あげ る 際 に お 金 ( 主に 紙幣 ) を 入れ る 袋 の こと 。 +陰徳 太平 記 ( いんとく たい へいき ) は 日本 文学 の 1 つ で あ る 。 +内田 吐夢 ( うち だ と む 、 本名 ・ 常次郎 、 1898 年 4 月 26 日 - 1970 年 8 月 7 日 ) は 、 大正 ・ 昭和 期 の 映画 監督 で あ る 。 +山田 寺 ( やまだ でら ) は 、 奈良 県 桜井 市 山田 に あ っ た 古代 寺院 。 +徒然 草 ( つれづれ ぐさ ) は 、 吉田 兼好 こ と 卜部 兼好 ( うらべ かねよし ) が 書 い た 随筆 。 +閑居友 ( かんきょ の とも ) は 仮名文 で 書 か れ た 鎌倉 時代 初期 の 仏教 説 話 集 。 +大葉子 ( おおばこ 、 生没年 不詳 ) は 、 上代 日本 の 女性 。 +日本 の ワイン ( にっぽん の わいん ) で は 、 日本 で 生産 さ れ る ワイン に つ い て 述べ る 。 +お 市 の 方 ( おいち の かた 、 天文 ( 元号 ) 16 年 ( 1547 年 ) ? - 天正 11 年 4 月 24 日 ( 旧暦 ) ( 1583 年 6 月 14 日 ) ) は 戦国 時代 ( 日本 ) の 女性 。 +大友 氏 時 ( おおと もう じ とき 、 ? - 1368 年 4 月 8 日 ( 正平 ( 日本 ) 23 年 / 応安 元年 3 月 21 日 ( 旧暦 ) ) ) は 南北朝 時代 ( 日本 ) の 守護 大名 。 +和与 ( わよ ) と は 、 古代 ・ 中世 日本 に おけ る 法律 用語 の 1 つ 。 +拈華 微笑 ( ねんげみ しょう ) と は 、 禅宗 に お い て 禅 の 法脈 を 釈尊 から 受け継 い だ と さ れ る 伝説 の こと 。 +想夫 恋 ( そうぶれん ) と は 雅楽 の 曲名 。 +上杉 氏 ( うえすぎ し 、 うえすぎうじ ) は 、 日本 の 氏族 の 一 つ 。 +一色 義幸 ( いっ し き よしゆき 、 生没年 不詳 ) は 戦国 時代 ( 日本 ) の 人物 。 +亀山 藩 ( かめやま はん ) は 江戸 時代 に 丹波 国 に あ っ た 藩 の うち の 一 つ 。 +田辺 小隅 ( たな へ の おす み 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +大和 三山 ( やまと さんざん ) と は 、 奈良 県 ( 旧 ・ 大和 国 ) の 奈良 盆 地 南部 、 飛鳥 周辺 に そびえ る 3 体 の 山々 の 総称 。 +才 ( さい ) は 、 尺貫 法 の 体積 ( 容積 ) の 物理 単位 で あ る 。 +賀茂 ( か も ) は 、 能楽 作品 の ひと つ 。 +鷹司 信房 ( たかつかさ のぶふさ 、 永禄 8 年 10 月 25 日 ( 旧暦 ) ( 1565 年 11 月 17 日 ) - 明暦 3 年 12 月 15 日 ( 旧暦 ) ( 1658 年 1 月 18 日 ) ) は 安土 桃山 時代 から 江戸 時代 に かけ て の 公卿 。 +カヤノヒメ ( カヤヌヒメ と も ) は 、 日本 神話 に 登場 する 草 の 神 ( 神道 ) で あ る 。 +谷口 藹山 ( たにぐち あいざん 、 文化 ( 日本 ) 13 年 ( 1816 年 ) - 明治 32 年 ( 1899 年 ) ) は 、 幕末 から 明治 期 の 日本 の 画家 。 +茶漬け ( ちゃづけ ) と は 、 飯 に 茶 を かけ た もの の こと 。 +広橋 家 ( 廣橋 家 、 ひろはしけ ) は 、 名家 ( 公家 ) の 家格 を 有 する 公家 。 +香川 元景 ( かがわ もと かげ ) は 室町 時代 から 戦国 時代 ( 日本 ) の 西讃 岐 国 の 守護 代 。 +大 峯山寺 ( おおみね さんじ ) は 奈良 県 吉野 郡 天川 村 に あ る 修験 道 の 寺院 で あ る 。 +一条 戻橋 ( いちじょう もどり ば し ) は 、 京都 市 上京 区 の 、 堀川 に 架け られ て い る 一条 通 の 橋 で あ る 。 +亀岡 盆地 ( かめおか ぼんち ) は 、 京都 府 亀岡 市 を 中心 に 位置 する 盆地 で 、 この 地域 の 大 動脈 で あ る 国道 9 号 沿い に 人口 、 産業 、 商業 が 集中 し て い る 。 +八幡 前 駅 ( はち まん まえ えき ) は 、 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +京都 市 ( きょうと し ) は 、 京都 府 南部 ( 旧 山城 国 ) の 都市 で 、 同府 の 都 道 府 県 庁 所在 地 で 政令 指定 都市 。 +会理 ( えり 、 仁寿 2 年 ( 852 年 ) - 承平 ( 日本 ) 5 年 ( 935 年 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +松本 白鸚 ( まつもと はくおう 、 1910 年 ( 明治 43 年 ) 7 月 7 日 - 1982 年 ( 昭和 57 年 ) 1 月 11 日 ) は 日本 の 俳優 、 歌舞伎 役者 。 +王 ( おう 、 みこ 、 古く は おおきみ ) は 、 皇族 の 身位 また は 称号 の 一 つ 。 +中山 愛親 ( なかやま な る ちか 、 寛保 元年 5 月 25 日 ( 旧暦 ) ( 1741 年 7 月 7 日 ) - 文化 ( 元号 ) 11 年 8 月 18 日 ( 旧暦 ) ( 1814 年 10 月 1日 ) ) は 、 江戸 時代 後期 の 公家 。 +斯波 義廉 ( しばよしかど 、 生没年 不詳 ) は 室町 時代 中後期 の 守護 大名 で あ る 。 +霊巌 ( れいがん 、 天文 ( 元号 ) 23 年 4 月 8 日 ( 旧暦 ) ( 1554 年 5 月 9 日 ) - 寛永 18 年 9 月 1日 ( 旧暦 ) ( 1641 年 10 月 15 日 ) ) は 、 江戸 時代 前期 の 浄土 宗 の 僧 。 +平景 隆 ( たいら の かげ た か 、 生年 不詳 - 文永 11 年 10 月 15 日 ( 旧暦 ) ( 1274 年 11 月 14 日 ) ) は 、 鎌倉 時代 中期 の 九州 の 武士 。 +里村 紹巴 ( さとむら じょう は 、 大永 5 年 ( 1525 年 ) - 慶長 7 年 4 月 14 日 ( 旧暦 ) ( 160 2 年 6 月 2 日 ) ) は 、 戦国 時代 ( 日本 ) の 連歌 師 。 +河俣 神社 ( かわまた じんじゃ ) は 、 奈良 県 橿原 市 に あ る 神社 で あ る 。 +評定 衆 ( ひょうじょうしゅう ) と は 、 鎌倉 時代 ・ 室町 時代 時代 に 置 か れ た 役職 の 一 つ で あ る 。 +明尊 ( みょう そん 、 天禄 2 年 ( 97 1 年 ) - 康平 6 年 6 月 26 日 ( 旧暦 ) ( 1063 年 7 月 24 日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +小墾 田宮 ( お はりだのみや ) は 古代 日本 、 推古 朝 の 宮殿 。 +棟札 ( むなふだ 、 むねふだ ) は 、 寺社 ・ 民家 など 建物 の 建築 ・ 修築 の 記録 ・ 記念 と し て 、 棟木 ・ 梁 など 建物 内部 の 高所 に 取り付け た 札 で あ る 。 +京都 アクアリーナ ( きょう と アクアリーナ ) は 、 京都 府 京都 市 右京 区 の 京都 市 西京極 総合 運動 公園 内 に あ る 市営 の 屋内 プール 兼 スケート 施設 。 +二上山 ( に じょうざん ) は 、 奈良 県 葛城 市 と 大阪 府 南河内 郡 太子 町 ( 大阪 府 ) を 跨 い で い る 山 。 +住友 家 ( すみとも け ) は 住友 財閥 の 創業 者 一族 。 +武者 小路 家 ( むしゃの こうじけ ) は 日本 の 氏族 ( 公家 ) 。 +高倉 永 慶 ( たかく ら なが よし 、 天正 19 年 12 月 2 日 ( 旧暦 ) ( 1592 年 1 月 16 日 ) - 寛文 4 年 9 月 5 日 ( 旧暦 ) ( 1664 年 10 月 3 日 ) ) は 、 江戸 時代 の 公家 。 +神社 合祀 ( じんじゃ ごうし ) と は 、 神社 の 合併 政策 の こと で あ る 。 +五条 家 ( ごじょうけ ) は 正二 位 ・ 参議 ・ 大蔵 省 ・ 菅原 為長 ( 高辻 為長 ) の 子五 条 高長 ( 従二 位 ・ 式部 省 ) ( 1210 年 - 1285 年 ) を 祖 と する 堂上 家 の 公家 で あ る 。 +山村 聰 ( やまむら そう 、 本名 : 古賀 寛定 ( こが ・ ひろさだ ) 、 1910 年 2 月 24 日 - 2000 年 5 月 26 日 ) は 、 日本 の 俳優 、 映画 監督 。 +正広 ( しょうこう 、 1412 年 - 1493 年 ? ) は 、 室町 時代 中期 の 僧 ・ 歌人 。 +天神 信仰 ( てんじん しんこう ) は 、 天神 ( 雷神 ) に 対 する 信仰 の こと で あ り 、 特に 菅原 道真 を 「 天神 様 」 と し て 畏怖 ・ 祈願 の 対象 と する 神道 の 信仰 の こと を い う 。 +真壁 峠 ( まかべ とうげ ) と は 、 京都 府 舞鶴 市 の 西舞鶴 と 加佐 町 と を 結 ぶ 高 さ 約 100 m の 峠 で あ る 。 +禁裏 御 守衛 総督 ( きんり ご しゅえい そうとく ) と は 、 江戸 時代 末期 ( 幕末 ) に 幕府 の 了解 の もと 、 朝廷 に よ っ て 禁裏 ( 京都 御所 ) を 警護 する 為 に 設置 さ れ た 役職 の こと で あ る 。 +大伴 御 行 ( おおとも の みゆき 、 大化 2 年 ( 646 年 ) ? - 大宝 ( 日本 ) 元年 1 月 15 日 ( 旧暦 ) ( 70 1 年 2 月 27 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +小川 可進 ( おがわかしん 、 天明 6 年 ( 1786 年 ) - 安政 2 年 5 月 2 日 ( 旧暦 ) ( 1855 年 6 月 15 日 ) ) は 、 煎茶道 小川 流 の 創始 者 、 初代 小川 後楽 。 +木村 荘平 ( きむら しょうへい 、 1841 年 7 月 - 190 6 年 4 月 27 日 ) は 、 山城 国 ( 現在 の 京都 府 ) 出身 の 実業 家 、 政治 家 で あ る 。 +幸子 女王 ( ゆきこ じょ おう 、 延宝 8 年 9 月 23 日 ( 旧暦 ) ( 1680 年 11 月 14 日 ) - 享保 5 年 2 月 10 日 ( 旧暦 ) ( 1720 年 3 月 18 日 ) ) は 、 江戸 時代 の 日本 の 皇族 。 +内 教坊 ( ないきょうぼう ) は 日本 古代 の 律令 制 に おけ る 令外 官 で あ る 。 +三世 観世 喜之 ( さん せい かんぜ よしゆき 、 1935 年 6 月 2 日 - ) は 、 観世 流 シテ 方 能 楽師 。 +小倉 事件 ( おぐら じけん ) と は 、 延宝 9 年 ( 天和 _ ( 日本 ) 元年 ・ 1681 年 ) に 霊元 天皇 が 皇位 継承 を 巡 っ て 第 1 皇子 で あ る 一宮 ( 後 の 済深 法 親王 ) を 強引 に 出家 さ せ て その 外戚 に 当た る 小倉 家 一族 を 粛清 し た 事件 。 +九条 兼良 ( くじょう かね よし 、 仁安 ( 日本 ) 2 年 ( 11 67 年 ) - 承久 3 年 1 月 3 日 ( 旧暦 ) ( 1221 年 1 月 27 日 ) ) は 、 鎌倉 時代 前期 の 公卿 。 +惟 宗広言 ( これ むね の ひろ こと 、 生没年 不詳 ( ? ~ 1172 年 - 1187 年 ~ ? ) ) は 、 秦 氏 の 後裔 。 +山口 華楊 ( やまぐち かよ う 、 1899 年 10 月 3 日 - 1984 年 3 月 16 日 ) は 、 日本 画 家 。 +勧進能 ( かんじん のう ) は 、 社寺 の 建立 、 改築 など の 際 に 寄付 を 募 る ため に 、 入場 料 を 取 っ て 公開 さ れ た 能 で あ る 。 +龍燈 、 龍灯 、 竜灯 ( りゅうとう ) と は 、 日本 各地 に 伝わ る 怪火 。 +常盤 御前 ( ときわ ごぜん 、 保延 4 年 ( 1138 年 ) - 没年 不詳 ) は 平安 時代 末期 の 女性 で 、 源義朝 の 愛妾 。 +岡田 以蔵 ( おかだいぞう 、 天保 9 年 ( 1838 年 ) - 慶応 元年閏 5 月 11 日 ( 旧暦 ) ( 1865 年 6 月 3 日 ) ) は 、 土佐 国 の 郷士 で 土佐 勤王党 に 加わ っ た 幕末 四 大 人斬り の 一人 。 +登録 有形 文化 財 ( とうろく ゆうけい ぶんか ざい ) は 、 1996 年 の 文化 財 保護 法 改正 に よ り 創設 さ れ た 文化 財 登録 制度 に 基づ き 、 文化 財 登録 原簿 に 登録 さ れ た 有形 文化 財 の こと で あ る 。 +『 新形 三十 六 怪撰 』 ( しんけい さんじゅう ろっ かいせん ) は 、 幕末 から 明治 前期 に かけ て の 浮世 絵 師 ・ 月岡 芳年 に よ る 妖怪画 の 連作 。 +日本 製糖 汚職 事件 ( にほんせい とう お しょく じけん ) は 、 台湾 を 舞台 に 日本 製糖 社 取締 役 が 共謀 し て 、 法律 の 延長 を 求め て 複数 の 衆議 院 議員 に 対 し 金品 を 贈賄 し た 明治 時代 に 起き た 疑獄 事件 。 +三 代 相論 ( さん だい そうろん ) は 、 文永 4 年 ( 1267 年 ) から およそ 50 年間 に わた っ た 曹洞 宗内 の 宗門 対立 の 総称 。 +天龍 寺 船 ( てんりゅうじぶね ) は 、 日本 の 南北朝 時代 ( 日本 ) 、 京都 天龍 寺 造営 費 捻出 の ため に 室町 幕府 公認 の 下 、 元 ( 王朝 ) へ 派遣 さ れ た 貿易 船 ( 寺社 造営 料 唐 船 ) で あ る 。 +落葉 の 宮 ( おちば のみや ) は 、 『 源氏 物語 』 に 登場 する 架空 の 人物 。 +朝倉 景 総 ( あさくら かげ ふさ   生年 不詳 - 永正 2 年 4 月 4 日 ( 旧暦 ) ( 150 5 年 5 月 7 日 ) ) は 、 戦国 時代 ( 日本 ) 初期 の 武将 。 +タキリビメ ( タギリヒメ と も ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で 、 宗像 三 女 神 の 一柱 で あ る 。 +山岡 元 隣 ( やまおか げんりん 、 寛永 8 年 ( 1631 年 ) - 寛文 12 年 6 月 27 日 ( 旧暦 ) ( 167 2 年 8 月 19 日 ) ) は 、 江戸 時代 前期 の 俳人 ・ 仮名 草子 作者 。 +立花 峯均 ( たちばな みね ひら 、 寛文 11 年 ( 16 7 1 年 ) - 延享 2 年 12 月 19 日 ( 旧暦 ) ( 1746 年 1 月 10 日 ) は 、 江戸 時代 の 南坊 流 の 茶人 。 +藤 まつり ( ふじまつり ) は 日本 各地 で 行 わ れ て い る 祭り 。 +慶長 通宝 ( けいちょう つうほう ) は 、 慶長 11 年 ( 160 6 年 ) に 江戸 幕府 に よ っ て 発行 さ れ た 銅銭 ( 異説 も あ る ) 。 +いちご 大福 ( いちご だい ふく ) は 、 餡 を 餅 で 包 ん だ 大福 に 、 イチゴ を 入れ た 和 菓子 の 一種 。 +道教 ( どう きょう 、 D à oji à o 、 英語 Taoism ) は 、 中国 三 大 宗教 ( 三教 と 言 い 、 儒教 ・ 中国 の 仏教 ・ 道教 を 指 す ) の 一 つ で あ る 。 +野口 健司 ( のぐち けん じ 、 天保 十 四 年 ( 1843 年 ) 〜 文久 三 年 12 月 27 日 ( 旧暦 ) ( 1864 年 2 月 4 日 ) ) 。 +内藤 魯一 ( ない とうろいち 、 弘化 3 年 8 月 8 日 ( 旧暦 ) ( 1846 年 9 月 28 日 ) - 明治 44 年 ( 1911 年 ) 6 月 29 日 ) は 、 幕末 から 明治 に かけ て 活躍 し た 自由 民 権 家 。 +株式 会社 京都 アニメーション ( きょうと アニメーション 、 英語 表記 : ) は アニメーション の 企画 ・ 製作 および アニメーション 制作 に 関 する 技術 指導 を 主な 事業 内容 と する 日本 の 企業 で あ る 。 +京都 ・ 観光 文化 検定 ( きょう と かんこう ぶんか けんてい ) 通称 「 京都 検定 」 と は 、 京都 商工 会議 所 が 主催 する ご 当地 検定 で あ る 。 +藤原 良世 ( ふじわら の よし よ 、 弘仁 14 年 ( 823 年 ) - 昌泰 3 年 11 月 18 日 ( 旧暦 ) ( 90 0 年 12 月 12 日 ) ) は 平安 時代 前期 の 公卿 。 +禁中並 公家 諸 法度 ( きんちゅう ならび にくげ しょ はっと ) と は 、 江戸 幕府 が 、 天皇 及び 公家 に 対 する 関係 を 確立 する ため に 定め た 法令 で あ る 。 +龍渓 性 潜 ( りゅうけい しょう せん 、 慶長 7 年 7 月 30 日 ( 旧暦 ) ( 160 2 年 9 月 15 日 ) - 寛文 10 年 8 月 23 日 ( 旧暦 ) ( 167 0 年 10 月 6 日 ) ) は 、 江戸 時代 前期 の 黄檗 宗 の 僧 。 +大江山 ( おおえ やま ) は 京都 府 丹後半島 の 付け根 に 位置 し 与謝野 町 、 福知 山 市 、 宮津 市 に またが る 連山 で あ る 。 +伏見 駅 ( ふしみ えき ) は 、 京都 府 京都 市 伏見 区 深草 柴田 屋敷町 に あ る 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +前田 則邦 ( まえだ のりくに 、 弘化 4 年 ( 1847 年 ) - 大正 4 年 ( 1915 年 ) ) は 、 政治 家 、 画家 。 +絃上 ( げんじょう / けんじょう ) は 能 の 演目 。 +天正 の 地割 ( てんしょう の じわり ) また は 天正 地 割 と は 、 天正 年間 に 豊臣 秀吉 に よ っ て 行な わ れ た 、 京都 に おけ る 新た な 通り の 建設 、 および それ に ともな う 町 割 の 変更 で あ る 。 +菊池 武重 ( きく ち たけしげ 、 1307 年 ( 徳治 2 年 ) ? - 1338 年 ( 延元 3 年 / 暦応 元年 ) ? ) は 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +山田 宗徧 ( やまだ そうへん 、 寛永 4 年 ( 1627 年 ) - 宝永 5 年 4 月 2 日 ( 旧暦 ) ( 170 8 年 5 月 21 日 ) ) は 、 江戸 時代 前期 の 茶人 。 +猿蓑 ( さるみの ) は 、 向井 去来 と 野沢 凡 兆 が 編集 し た 、 蕉門 の 発句 ・ 連句 集 。 +京極 竜子 ( きょうごく たつこ 、 ? - 1634 年 10 月 22 日 ( 寛永 11 年 9 月 1日 ( 旧暦 ) ) ) は 戦国 時代 ( 日本 ) から 江戸 時代 初期 に かけ て の 女性 。 +神社 建築 ( じんじゃ けんちく ) は 、 神社 の 建築 。 +大高 元 恭 ( おおだか もと やす 、 宝暦 8 年 10 月 16 日 ( 旧暦 ) ( 175 8 年 11 月 16 日 ) - 文政 末年 ) は 蘭学 の 草創 期 に 活躍 し た 日本 の 医師 、 蘭学 者 。 +『 新後 撰 和 歌集 』 ( しんご せん わかしゅう ) は 、 正安 3 年 ( 130 1 年 ) に 、 後宇多 天皇 の 命 に よ り 編纂 さ れ た 13 番 目 の 勅撰 和 歌集 。 +甘露 寺 家 ( かんろじけ ) は 、 藤原 北家 高藤 流勧修 寺 一門 嫡流 の 堂上 家 、 家格 は 、 名家 。 +尾形 光琳 ( おがた こうりん 、 万治 元年 ( 1658 年 ) - 享保 元年 6 月 2 日 ( 旧暦 ) ( 1 71 6 年 7 月 20 日 ) ) は 、 江戸 時代 の 画家 。 +藤原 通重 ( ふじわら の みちしげ 、 生没 年 未詳 ) は 、 平安 時代 後期 の 廷臣 。 +菩提僊 那 ( ぼだい せん な 、 ボーディセーナ 、 70 4 年 - 760 年 ) は 、 奈良 時代 の 渡来 僧 。 +天羽々 矢 ( あまの はばや ) は 、 記紀 神話 に 現れ る 矢 。 +性 信 入道 親王 ( しょうしん にゅうどう しん のう 、 寛弘 2 年 6 月 1日 ( 旧暦 ) ( 100 5 年 7 月 1日 ) - 応徳 2 年 9 月 27 日 ( 旧暦 ) ( 1085 年 10 月 18 日 ) ) は 、 平安 時代 中期 の 皇族 ・ 僧 。 +間人 皇女 ( はしひと の ひめみこ 、 生年 不詳 - 天智 天皇 4 年 2 月 25 日 ( 旧暦 ) ( 665 年 3 月 16 日 ) ) は 飛鳥 時代 の 皇族 。 +けいはん な 記念 公園 ( けい はん な きねん こうえん ) は 、 京都 府 相楽 郡 精華 町 に あ る 公園 。 +宝船 ( た からぶね ) と は 、 七 福神 が 乗 る 宝物 を 積み込 ん だ 帆船 、 また は 、 その 様子 を 描 い た 図 の こと 。 +平景清 ( たいら の かげき よ 、 生年 不詳 - 建久 7 年 ( 1196 年 ) ? ) は 平安 時代 の 武士 。 +行 円 法 親王 ( ぎょう えん ほっ しん のう 、 生没年 不詳 ) は 、 鎌倉 時代 から 南北朝 時代 ( 日本 ) に かけ て の 法親 王 。 +保良 宮 ( ほらのみや ) は 、 奈良 時代 に 近江 国 ( 滋賀 県 ) に 淳仁 天皇 が 営 ん だ 皇居 で 、 平城 京 の 複都 制 「 北京 」 ( ほくきょう ) と さ れ た 。 +別当寺 ( べっとうじ ) と は 、 神仏 習合 が 許 さ れ て い た 江戸 時代 以前 に 、 神社 に 付属 し て 置 か れ た 寺 の こと 。 +丁稚 ( でっち ) と は 、 江戸 時代 から 第 二 次 世界 大戦 終結 まで 行 わ れ た 商店 主 育成 制度 。 +市河 米庵 ( いちかわ べい あん 、 安永 8 年 9 月 16 日 ( 旧暦 ) ( 1779 年 ) - 安政 5 年 7 月 18 日 ( 旧暦 ) ( 1858 年 8 月 26 日 ) ) は 、 江戸 時代 後期 の 日本 の 書家 、 漢詩 人 。 +摂益 文 ( しょうやく もん ) と は 観無 量 寿経 から 採 っ た 偈文 で あ る 。 +北埔 事件 ( ほくふ じけん ) は 、 日本 統治 時代 ( 台湾 ) の 台湾 で 発生 し た 客 家 人 の 蔡清琳 に よ る 抗日 事件 。 +丁 未 約 条 ( ていび やく じょう ) と は 、 1547 年 に 朝鮮 王朝 と 対馬 の 宗 氏 の 間 で 結 ば れ た 来航 者 取締 規則 の こと 。 +九鬼 隆寛 ( く き たかのぶ 、 元禄 13 年 ( 170 0 年 ) - 天明 6 年 5 月 23 日 ( 旧暦 ) ( 1786 年 6 月 19 日 ) ) は 、 丹波 国 綾 部 藩 の 第 4 代 藩 主 。 +桃山 駅 ( ももやま えき ) は 、 京都 府 京都 市 伏見 区 桃山 町 鍋島 34 番地 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 。 +松平定 喬 ( まつだいら さだ たか 、 正徳 ( 日本 ) 6 年 6 月 9 日 ( 旧暦 ) ( 1 71 6 年 7 月 27 日 ) - 宝暦 13 年 3 月 21 日 ( 旧暦 ) ( 1763 年 5 月 3 日 ) ) は 江戸 時代 の 大名 。 +円澄 ( えんちょう 、 772 年 ( 宝亀 3 年 ) - 837 年 ( 承和 ( 日本 ) 4 年 ) ) は 、 平安 時代 前期 の 天台 宗 の 僧 。 +『 日本 』 は 、 明治 22 年 ( 1889 年 ) 2 月 11 日 に 陸羯 南 に よ っ て 創刊 さ れ た 新聞 で あ る 。 +都貞継 ( みやこの さだつぐ 、 延暦 10 年 ( 791 年 ) - 仁寿 2 年 5 月 22 日 _ ( 旧暦 ) ( 852 年 6 月 13 日 ) ) は 、 平安 時代 前期 の 官人 。 +季語 ( きご ) あるいは 季題 ( きだい ) は 、 俳句 に 必ず 1 つ 含 ま れ る こと が 望まし い と さ れ る 、 季節 を 象徴 的 に 示 す 語 。 +和泉 式部 ( いずみ しきぶ 、 生没年 不詳 ) は 平安 時代 中期 の 歌人 。 +君子 内 親王 ( くん し な い しんのう 、 生年 未詳 - 延喜 2 年 10 月 8 日 ( 旧暦 ) ( 90 2 年 11 月 10 日 ) ) は 、 平安 時代 の 皇族 ・ 皇女 。 +雨声 会 ( うせいかい ) と は 、 1907 年 ( 明治 40 年 ) 6 月 17 日 ( 月曜 日 ) から 6 月 19 日 ( 水 〃 ) まで の 3 日間 に 、 当時 の 総理 大臣 西園寺 公望 が 、 日本 の 文学 者 を 神田 駿河 台 の 私邸 に 招 き 、 一夕 の 歓談 を な し た 宴会 の 事 で あ る 。 +上狛 駅 ( かみこま えき ) は 、 京都 府 木津川 市山城 町 上狛 北野田 芝 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 。 +源 等 ( みなもと の ひと し 、 元慶 4 年 ( 880 年 ) - 天暦 5 年 ( 951 年 ) 3 月 ) は 、 平安 時代 前期 から 中期 に かけ て の 公家 。 +進藤 長定 ( しんどうなが さ だ 、 慶長 13 年 ( 160 8 年 ) - 延宝 3 年 5 月 4 日 ( 旧暦 ) ( 167 5 年 6 月 26 日 ) ) は 、 江戸 時代 前期 の 青侍 。 +朝倉 景冬 ( あさくら かげ ふゆ 、 生年 不詳 - 明応 4 年 9 月 20 日 ( 旧暦 ) ( 1495 年 10 月 8 日 ) ) は 室町 時代 末期 の 武将 で あ る 。 +短甲 ( たんこう ) は 弥生 時代 から 古墳 時代 に かけ て 用い られ た 甲 ( 鎧 、 よろい ) の 形式 名 の ひと つ 。 +永昌記 ( えいしょうき ) は 、 平安 時代 後期 の 公卿 ・ 藤原 為隆 の 日記 。 +明治 節 ( めいじ せつ ) は 、 かつて の 祝祭 日 の 中 の 四 大 節 ( 紀元 節 、 四方 節 、 天長 節 、 明治 節 ) の 一 つ 。 +糸印 ( いと いん ) と は 、 明代 の 中国 で 造 ら れ 、 戦国 時代 ( 日本 ) から 桃山 時代 まで に 日本 に もたら さ れ た 、 鋳銅 製 の 印章 の こと で あ る 。 +興留藩 ( おきど め はん ) は 、 大和 国 ( 現在 の 奈良 県 生駒 郡 斑鳩 町 興留 ) に 存在 し た 藩 。 +袞衣 ( こんえ 、 こんい ) は 、 唐風 の 天皇 衣装 。 +康運 ( こううん 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 慶派 仏師 。 +俊堯 ( しゅん ぎょう 、 元永 元年 ( 1118 年 ) ‐ 文治 2 年 ( 1186 年 ) ) は 、 平安 時代 末期 の 僧侶 。 +行幸 ( ぎょうこう 、 みゆき ) と は 、 天皇 が 外出 する こと で あ る 。 +名 は 光享 。 +山名 時煕 ( やまな ときひろ 、 1367 年 ( 正平 ( 日本 ) 22 年 / 貞治 6 年 ) - 1435 年 7 月 29 日 ( 永享 7 年 7 月 4 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 の 武将 で あ る 。 +菊理 媛 神 ( く くり ひめ の かみ ) は 、 日本 の 神 。 +正親町 三条 家 ( おおぎまち さんじょうけ ・ 正親町 三條 家 ) は 、 藤原 氏 藤原 北家 閑院 流 の 三 条 家 の 分家 で 、 大臣 家 の 家格 を 有 する 公家 。 +宣化 天皇 ( せん か てんのう 、 雄略 天皇 11 年 ( 467 年 ) - 宣化 天皇 4 年 2 月 10 日 ( 旧暦 ) ( 539 年 3 月 15 日 ) ) は 、 第 28 代 天皇 ( 在位 : 宣化 天皇 2 年 12 月 18 日 ( 旧暦 ) ( 537 年 1 月 14 日 ) - 宣化 天皇 4 年 2 月 10 日 ( 539 年 3 月 15 日 ) ) 。 +正親町 三条 公高 ( おおぎまち さんじょうきん たか 、 元和 ( 日本 ) 5 年 8 月 27 日 ( 旧暦 ) ( 1619 年 10 月 4 日 ) - 慶安 元年 9 月 28 日 ( 旧暦 ) ( 1648 年 11 月 13 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +三 曲 合奏 と は 、 三曲 の 楽器 で あ る 地歌 三味 線 ( 三弦 ) 、 箏 、 胡弓 の 三 種 の 楽器 に よ る 合奏 編成 、 及び それ に よ り 演奏 さ れ る 音楽 を い う 。 +源 為義 ( 源 爲 義 、 みなもと の ため よし ) は 、 平安 時代 末期 の 武将 。 +官位 ( かんい ) と は 、 位 階 の 事 。 +一条 経嗣 ( いちじょう つねつ ぐ 、 正平 _ ( 日本 ) 13 年 / 延文 3 年 ( 1358 年 ) - 応永 25 年 11 月 17 日 ( 旧暦 ) ( 1418 年 12 月 14 日 ) ) は 、 室町 時代 前期 の 公卿 ( 関白 ) 。 +少女 ( おとめ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +皇后 ( こうごう ) は 天皇 や 皇帝 の 妻 の こと 。 +神武 天皇 即位 紀元 ( じんむ てん のう そくいき げん ) は 、 初代 天皇 の 神武 天皇 の 即位 を 元年 ( 紀元 ) と する 日本 の 紀年 法 で あ る 。 +上淀廃 寺跡 ( かみよど は いじあと ) は 、 鳥取 県 米子 市 淀江 町 福岡 字 櫻田 ・ 法行 ・ 垣 サゴ に 所在 する 古代 寺院 の 遺跡 。 +河鰭 公陳 ( かわばた きんつら 、 安永 2 年 9 月 4 日 ( 旧暦 ) ( 1773 年 10 月 19 日 ) - 文政 2 年 8 月 22 日 ( 旧暦 ) ( 1819 年 10 月 10 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +円隆寺 ( えんりゅうじ ) は 、 京都 府 舞鶴 市 の 西舞鶴 を 見下ろ す 愛宕 山 の 山すそ に あ る 真言 宗 御 室 派 の 寺院 。 +藤原緒嗣 ( ふじわら の おつぐ 、 宝亀 5 年 ( 774 年 ) - 承和 ( 日本 ) 10 年 7 月 23 日 ( 旧暦 ) ( 843 年 8 月 22 日 ) ) は 平安 時代 の 政治 家 。 +永観 ( よう かん ・ えいかん 、 長元 6 年 ( 10 33 年 ) - 天永 2 年 11 月 2 日 ( 旧暦 ) ( 1111 年 12 月 4 日 ) ) は 、 平安 時代 後期 の 三 論 宗 の 僧 。 +河原崎 長 十郎 ( かわらさ き ちょう じゅうろう ) は 、 江戸 市 村 座 の 座元 、 歌舞伎 役者 の 名跡 。 +嘉喜門院 ( かきもん いん 、 生没 年 未詳 ) は 、 南北朝 時代 ( 日本 ) の 女院 ・ 女流 歌人 で あ る 。 +御 文 ( おふみ ) は 、 浄土 真宗 本願 寺 八 世蓮 如 が 、 その 布教 手段 と し て 全国 の 門徒 へ 消息 ( 手紙 ) と し て 発信 し た 仮名書き に よ る 法語 。 +扇面 法華 経 冊子 ( せんめん ほけ きょう さっし ) また は 扇面 古 写経 ( せんめん こ しゃきょう ) は 、 大阪 市 ・ 四 天王寺 に 伝来 し た 装飾 経 の 遺品 。 +温泉 ( おんせん ) と は 地中 から 湯 が 湧 き出 す 現象 や 湯 と な っ て い る 状態 、 また は その 場所 を 示 す 用語 で あ る 。 +引千切 ( ひちぎり ) と は 、 餅 と 餡 で 作 ら れ る 和 菓子 の 一 つ 。 +押媛 ( おしひめ ) は 、 欠史 八代 、 孝安 天皇 の 皇后 。 +きぬかつぎ は 、 サトイモ の 小芋 を 皮 の まま 蒸 し 、 その 皮 を 剥 い て 食べ る 料理 。 +餅まき ( もちまき ) と は 、 上棟 式 など の 神事 に 際 し て 集ま っ た 人々 へ 餅 を ま く 行事 。 +香川 景柄 ( かがわ かげ もと 、 延享 2 年 8 月 29 日 ( 旧暦 ) ( 1745 年 9 月 24 日 ) - 文政 4 年 9 月 28 日 ( 旧暦 ) ( 182 1 年 10 月 23 日 ) ) は 、 江戸 時代 中期 の 歌人 。 +杉本 乙菊 ( すぎもと おとぎ く 、 1849 年 - 1878 年 7 月 27 日 ) は 明治 時代 初期 の 石川 県 士族 。 +宇治 上 神社 ( うじ が み じんじゃ ) は 、 京都 府 宇治 市 に あ る 神社 。 +湊川 の 戦い ( みなと がわ の たたか い ) は 、 南北朝 時代 ( 日本 ) の 1336 年 7 月 4 日 ( ( 建武 ( 日本 ) 3 年 ) 5 月 25 日 ( 旧暦 ) ) に 、 摂津 国 湊川 ( 現 ・ 兵庫 県 神戸 市 中央 区 _ ( 神戸 市 ) ・ 兵庫 区 ) で 、 九州 から 東上 し て 来 た 足利 尊 氏 ・ 足利 直義 兄弟 ら の 軍 と 、 これ を 迎え撃 っ た 後 醍醐 天皇 方 の 新田 義貞 ・ 楠木 正成 の 軍 と の 間 で 行 わ れ た 合戦 で あ る 。 +四条 派 ( しじょう は ) は 、 日本 画 界 で も 大きな 派閥 で あ る 。 +吉田 兼倶 ( よしだかね と も 、 永享 7 年 ( 1435 年 ) - 永正 8 年 2 月 19 日 ( 旧暦 ) ( 1511 年 3 月 18 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 神道 家 。 +雲隠 ( くもがくれ ) と は 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +神籬 ( ひもろぎ ) と は 、 神道 に お い て 神社 や 神棚 以外 の 場所 に お い て 祭 を 行 う 場合 、 臨時 に 神 を 迎え る ため の 依り 代 と な る もの 。 +伏原 家 ( ふせ はらけ ) は 清原 氏 の 嫡流 舟橋 家 の 分家 で あ る 堂上 家 。 +中原 氏 ( なかはら し ) は 日本 の 古代 から 近世 まで の 貴族 の 氏 。 +山陽 鉄道 列車 強盗 殺人 事件 ( さんよう てつどう れっしゃ ごうとう さつじん じけん ) と は 、 明治 中期 に 発生 し た 強盗 殺人 事件 で あ る 。 +広大院 ( こう だい いん 、 安永 ( 元号 ) 2 年 6 月 18 日 ( 旧暦 ) ( 1773 年 8 月 6 日 ) - 天保 15 年 11 月 10 日 ( 旧暦 ) ( 1844 年 12 月 19 日 ) ) は 江戸 時代 後期 の 女性 で 、 11 代 将軍 ・ 徳川 家 斉正室 ( 御 台所 ) 。 +猫 寺 ( ねこ で ら ) は 、 日本 各地 に 見 られ る 、 ネコ に 縁 が 深 い 寺院 の 通称 。 +樺太 開拓 使 ( からふと か いたくし ) は 、 明治 3 年 ( 1870 年 ) 2 月 13 日 から 明治 4 年 ( 18 71 年 ) 8 月 7 日 まで 、 樺太 開拓 の ため に 設け られ た 官庁 で あ る 。 +法主 ( ほうしゅ / ほっす ) と は 、 仏教 に お い て その 教義 を 護持 し て その 教え の 要 と な る べ き 人 を 指 し 、 転 じ て 宗派 ・ 宗門 ・ 教団 の 最高 指導 者 ( 首長 ) を 指 す よう に な っ た 。 +略 肩衣 ( りゃく かたぎぬ ) は 、 真宗 大谷 派 の 門徒 が 、 仏前 に おけ る 礼装 と し て 首 から 下げ て 着用 する 法具 。 +毛内 有之助 ( もうない ありのすけ 、 1835 年 3 月 26 日 ( 天保 6 年 2 月 28 日 ( 旧暦 ) ) - 1867 年 12 月 13 日 ( 慶応 3 年 11 月 18 日 ( 旧暦 ) ) ) は 、 新 選 組 隊士 、 御陵 衛士 。 +マキノ 映画 製作 所 ( - えいが せいさく しょ 、 1923 年 設立 - 1924 年 合併 ) は 、 かつて 存在 し た 日本 の 映画 会社 で あ る 。 +他 国衆 と は 、 戦国 大名 の 領国 。 +藤原 娍子 ( ふじわら の せいし / すけこ ) 、 天禄 3 年 ( 972 年 ) - 万寿 2 年 3 月 25 日_ ( 旧暦 ) ( 1025 年 4 月 25 日 ) ) は 平安 時代 中期 、 第 67 代 三 条 天皇 皇后 。 +坂上 兼成 ( さかの うえ の かねしげ 、 永久 ( 元号 ) 2 年 ( 1114 年 ) ? - 応保 2 年 5 月 9 日 ( 旧暦 ) ( 1162 年 6 月 23 日 ) ) は 、 平安 時代 末期 の 官人 。 +会津 小鉄 ( あいづの こてつ 、 本名 : 上坂 仙吉 ( こうさ か せん きち ) 、 1833 年 7 月 7 日 ( 天保 4 年 5 月 20 日 ( 旧暦 ) ) - 1885 年 ( 明治 18 年 ) 8 月 19 日 ) は 、 京都 の 侠客 。 +仁科 盛遠 ( にしなもりと お 生年 未詳 - 1221 年 ( 承久 3 年 ) は 、 鎌倉 時代 初期 の 武将 。 +小川 清助 ( おがわ せいすけ 、 1832 年 - 1880 年 ) は 、 幕末 から 明治 初期 に かけ て 伊豆 半島 南部 で 活躍 し た 石工 で あ る 。 +是貞 親王 ( これ さだ しんの う 、 ? - 延喜 3 年 7 月 25 日 ( 旧暦 ) ( 90 3 年 8 月 20 日 ) ) は 平安 時代 前期 の 皇族 。 +道切り ( みちきり ) と は 、 村 ( 地域 ) の 出入り口 に あた る 道 や 辻 で 行 わ れ る 民俗 習慣 の ひと つ 。 +梅原 龍三郎 ( うめはら りゅうざ ぶろう 、 1888 年 ( 明治 21 年 ) 3 月 9 日 - 1986 年 ( 昭和 61 年 ) 1 月 16 日 ) は 、 大正 から 昭和 に かけ て の 洋画 家 で あ る 。 +京極 高 聡 ( きょうごく たか とし 、 寛政 11 年 ( 1799 年 ) - 文政 13 年 3 月 15 日 ( 旧暦 ) ( 1830 年 4 月 7 日 ) ) は 、 丹後 国峰山 藩 の 世嗣 。 +亀岡 運動 公園 ( かめおか うんどう こうえん ) と は 、 京都 府 亀岡 市 に あ る 複合 スポーツ 施設 を 併設 し た 公園 。 +藤原 俊信 ( ふじわら の としのぶ 、 天喜 3 年 ( 1055 年 ) - 長治 2 年 2 月 1日 ( 旧暦 ) ( 110 5 年 2 月 17 日 ) は 、 平安 時代 後期 の 貴族 ・ 学者 。 +この 内閣 の 任期 中 の 1912 年 ( 明治 45 年 ) 7 月 30 日 に 明治 天皇 が 崩御 し て 明治 時代 が 終わ る と とも に 、 同日 から 大正 時代 が 始ま る 。 +小督 ( こごう 、 保元 2 年 ( 1157 年 ) - 没年 未詳 ) と は 、 平安 時代 末期 、 高倉 天皇 の 後宮 の 女性 。 +旋頭 歌 ( せどう か ) は 、 奈良 時代 に おけ る 和歌 の 一形式 。 +玄蕃 寮 ( げんば りょう ) は 、 日本 の 律令 制 に お い て 治部 省 に 属 する 機関 で あ る 。 +寝殿 造 ( しんでん づくり ) は 、 平安 時代 の 貴族 住宅 の 様式 で あ る 。 +奈良 町 ( ならまち ) と は 奈良 県 奈良 市 の 現市街 地南 に 広が る 伝統 的 建造 物 群 保存 地区 で あ る 。 +葉室 宗行 ( はむろ むねゆき 、 1174 年 ( 承安 ( 日本 ) 4 年 ) - 1221 年 ( 承久 3 年 ) ) は 、 鎌倉 時代 の 公卿 で 。 +呑竜 ( どんりゅう 、 弘治 ( 日本 ) 2 年 4 月 23 日 ( 旧暦 ) ( 1556 年 6 月 2 日 ) - 元和 ( 日本 ) 9 年 8 月 9 日 ( 旧暦 ) ( 1623 年 9 月 3 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 浄土 宗 の 僧 。 +南淵 年名 ( みなぶち の とし な 、 大同 ( 日本 ) 3 年 ( 80 8 年 ) - 貞観 ( 日本 ) 19 年 ( 877 年 ) 4 月 8 日 ( 旧暦 ) ) は 平安 時代 初期 の 公卿 。 +佐々木 蔵之助 ( ささき くらのすけ 、 生没年 不詳 ) は 壬生 浪士 組 、 新 選 組 の 隊士 で あ る 。 +哲学 の 道 ( てつがく の みち ) は 京都 市 左京 区 の 道路 で あ る 。 +桶 ( おけ ) と は 、 容器 の 一種 で あ る 。 +列 堂 義仙 ( れつどう ぎ せん 、 寛永 12 年 ( 1635 年 ) - 元禄 15 年 7 月 24 日 ( 旧暦 ) ( 170 2 年 8 月 17 日 ) ) は 、 江戸 時代 の 臨済 宗 の 僧 。 +素襖 ( すおう ) と は 日本 の 着物 の 一種 。 +二 刀 流 ( に とうりゅう ) と は 、 両手 ( 右手 と 左手 ) に それぞれ 刀 もしくは 剣 を 持 っ て 、 攻守 を おこな う 技術 の 総称 。 +渡辺 崋山 ( わたなべ かざん 、 寛政 5 年 9 月 16 日 ( 旧暦 ) ( 1793 年 10 月 20 日 ) - 天保 12 年 10 月 11 日 ( 旧暦 ) ( 1841 年 11 月 23 日 ) ) は 、 江戸 時代 後期 の 政治 家 ・ 画家 。 +神泉 苑 ( しんせん えん ) は 、 京都 市 中京 区 に あ る 東寺 真言 宗 の 寺院 。 +福知山 市営 バス ( ふくちやましえい バス ) は 、 京都 府 福知 山 市 で 運行 さ れ て い る コミュニティバス 。 +白 装束 ( しろ しょうぞく ) と は 、 広義 で は 白 い 衣服 の こと 。 +明智 秀満 ( あけち ひでみつ ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 の 武将 。 +十 界 ( じっ かい ) と は 、 天台 宗 の 教義 に お い て 、 人間 の 心 の 全て の 境地 を 十種 に 分類 し た もの で 、 六道 に 声聞 ・ 縁覚 ・ 菩薩 ・ 仏 の 四 を 付加 し た もの で あ る 。 +丹後 神野 駅 ( たんご かん の えき ) は 、 京都 府 京丹後 市 久美浜 町 浦明 に あ る 、 北 近畿 タンゴ 鉄道 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 で あ る 。 +藤原 師輔 ( ふじわら の もろすけ   延喜 8 年 ( 90 8 年 ) - 天徳 ( 日本 ) 4 年 5 月 6 日 ( 旧暦 ) ( 96 0 年 6 月 7 日 ) ) は 、 平安 時代 中期 の 公卿 。 +松陰 中納言 物語 ( まつか げ ちゅう なごん ものがたり ) は 、 室町 時代 に 成立 し た と さ れ る 作り 物語 。 +評定 始 ( ひょうじょう はじめ ) と は 、 中世 日本 の 権門 に お い て 、 年始 に その 年 最初 の 評定 を 行 う 際 に 行 っ た 儀式 の こと 。 +召籠 ( めしこめ ) は 、 平安 時代 、 廷臣 に たい する 刑罰 の ひと つ で あ る 。 +九 世野 村 万蔵 ( のむら まんぞう 1965 年 12 月 23 日 - ) と は 、 和泉 流狂言 師 。 +『 枕草 紙 旁註 』 ( まくら の そう しぼう ちゅう ) は 、 江戸 時代 に 著 さ れ た 『 枕草子 』 の 注釈 書 。 +島田 宣来子 ( しまだ の のぶき こ 、 嘉祥 3 年 ( 850 年 ) - ? ) は 、 菅原 道真 の 正室 。 +松良 天皇 ( まつなが てんのう 、 1364 年 ( 正平 ( 日本 ) 19 年 ) 8 月 8 日 - 1417 年 ( 応永 24 年 ) 5 月 24 日 ) は 、 戦後 南朝 ( 日本 ) 正統 を 主張 し た 三浦 芳聖 の 遠祖 で 、 三浦 皇統家 第 四 代 の 天皇 。 +公卿 ( くぎょう ) と は 公家 の 中 で も 日本 の 律令 の 規定 に 基づ く 太政 官 の 最高 幹部 と し て 国政 を 担 う 職位 、 すなわち 太政 大臣 ・ 左 大臣 ・ 右 大臣 ・ 大納言 ・ 中納言 ・ 参議 ら ( もしくは 従 三 位 以上 ) の 高官 ( 総称 し て 議政 官 と い う ) を 差 す 用語 で あ る 。 +乾漆造 ( かんしつ ぞう ) と は 、 東洋 に おけ る 彫像 制作 の 技法 の 1 つ で 、 麻布 を 漆 で 張り 重ね たり 、 漆 と 木粉 を 練り合わせ た もの を 盛り上げ て 像 を 形づ く る 方法 で あ る 。 +大正 期 新興 美術 運動 ( たいしょうき しんこう びじゅつ うんどう ) と は 、 海外 の 美術 動向 ( 特に 未来 派 と ダダ ) の 強 い 影響 の もと 、 大正 期 ( 1910 年代 後半 から 1920 年代 前半 。 ただし 、 主 と し て 、 1920 年代 前半 ) に 興 っ た 、 前衛 的 な 美術 運動 の こと 。 +堀部 武庸 ( ほりべ たけつね 、 寛文 10 年 ( 1670 年 ) - 元禄 16 年 2 月 4 日 ( 旧暦 ) ( 170 3 年 3 月 20 日 ) ) は 赤穂 浪士 四十 七 士 の 一人 。 +深草 少将 ( ふかくさ の しょうしょう ) は 、 室町 時代 に 世阿弥 ら 能作 者 が 創作 し た 、 小野 小町 に まつわ る 「 百 夜 通い 」 の 伝説 に 登場 する 人物 。 +皇位 継承 ( こうい けいしょう ) と は 、 一般 的 に 皇位 ( 天皇 の 位 ) を 皇太子 もしくは 皇位 継承 者 に 譲 る こと で あ る 。 +日本 泳法 ( に ほんえい ほう ) は 古式 泳法 と も 呼 ば れ る 、 日本 古来 の 泳ぎ 方 の こと で あ る 。 +『 石橋 』 ( しゃっきょう ) は 能 の 作品 の 一 つ 。 +鷹司 祺子 ( たかつかさ や すこ 、 文化 ( 元号 ) 8 年 2 月 25 日 ( 旧暦 ) ( 1811 年 3 月 19 日 ) - 弘化 4 年 10 月 13 日 ( 旧暦 ) ( 1847 年 11 月 20 日 ) ) 、 のち の 皇太后 祺子 は 、 江戸 時代 後期 の 仁孝 天皇 の 女御 。 +中島 錫胤 ( なかじま ますたね 、 1830 年 1 月 2 日 ( 文政 12 年 12 月 8 日 ( 旧暦 ) ) - 190 5 年 ( 明治 38 年 ) 10 月 4 日 ) は 、 明治 時代 の 官僚 。 +峨山 韶碩 ( がざん じょうせき 、 建治 元年 ( 1275 年 ) - 正平 ( 日本 ) 21 年 / 貞治 5 年 10 月 20 日 ( 旧暦 ) ( 1366 年 11 月 23 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 曹洞 宗 の 僧 。 +白衣 ( びゃく え ) と は 、 霊場 巡礼 の 際 に 着用 する 白 い 上着 で あ る 。 +織田 長 純 ( お だ ながず み 、 安政 3 年 10 月 25 日 ( 旧暦 ) ( 1856 年 11 月 22 日 ) - 大正 9 年 ( 1920 年 ) 1 1 月 29 日 ) は 、 日本 の 華族 。 +鎮信流 ( ちん しん りゅう ) は 、 肥前 平戸 藩 で 伝え られ た 茶道 の 流派 。 +中江 直澄 ( なかえ なおずみ 、 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 、 大名 。 +藤原 能信 ( ふじわら の よしのぶ 、 長徳 元年 ( 995 年 ) - 康平 8 年 2 月 9 日 ( 旧暦 ) ( 1065 年 3 月 18 日 ) ) は 平安 時代 の 公卿 ・ 廷臣 。 +清原 元輔 ( きよはら の もとすけ 、 延喜 8 年 ( 90 8 年 ) - 永祚 ( 日本 ) 2 年 ( 990 年 ) 6 月 ) は 平安 時代 の 歌人 、 学者 。 +北畠 政郷 ( きたばたけ まさ さ と 、 宝徳 元年 ( 1449 年 ) - 永正 5 年 ( 150 8 年 ) ) は 、 室町 時代 中期 の 公卿 。 +能楽師 ( のう がく し ) は 職業 的 に 能楽 を 演じ る 人 を 指 し 、 能 役者 と も い う 。 +竹河 ( たけかわ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +錦鶏 間 祗候 ( きんけい の ましこう ) は 、 大 日本 帝国 憲法 下 の 宮中 に 於け る 資格 の 一 。 +京都 守護 ( きょうと しゅご ) は 、 鎌倉 幕府 の 職制 の 一 つ 。 +馬頭 観音 ( ば とうかんの ん / めづかんの ん ) 、 サンスクリット ハヤ グリーヴァ ( hayagriiva ) は 、 仏教 に おけ る 信仰 対象 で あ る 菩薩 の 一尊 。 +服部 正栄 ( はっとり まさひで 、 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +煎茶 ( せんちゃ ) は 日本 茶 の 1 つ 。 +天神川 ( てんじん がわ ) は 、 京都 府 京都 市 を 流れ る 淀川 水系 の 一 級 水系 。 +山城 国 一揆 ( やましろ の くに いっき ) は 、 1485 年 ( 文明 ( 日本 ) 17 年 ) 、 山城 国 ( 現在 の 京都 府 南部 ) 南半 の 上三 郡 ( 久世 郡 、 綴喜 郡 、 相楽 郡 ) で 起き た 。 +榎峠 ( えのき とうげ ) は 、 兵庫 県 丹波 市 と 京都 府 福知 山 市 と の 境 に あ る 峠 。 +没骨 法 ( もっこつ ほう ) は 、 東洋画 の 画法 の ひと つ 。 +稲垣 満次郎 ( いながき まんじろう 、 1861 年 9 月 26 日 - 190 8 年 11 月 25 日 ) は 明治 時代 の 日本 の 外交 官 。 +日本 海軍 の 歴史 は 中世 初期 の アジア 大陸 と の 関わり まで さかのぼ る 。 +下長者 町 通 ( しも ちょうじゃまち どおり ) は 京都 市 上京 区 の 東西 の 通り の 一 つ 。 +島津 義久 ( しまづ よしひさ ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 。 +中原 親能 ( なかはら の ちかよ し 、 康治 2 年 ( 1143 年 ) - 承元 2 年 12 月 18 日 ( 旧暦 ) ( 1209 年 1 月 25 日 ) ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 文官 御 家人 。 +守護 領 国 制 ( しゅご りょうごく せい ) と は 、 室町 時代 の 守護 大名 に よ る 一円 的 な 領国 支配 体制 を 指 す 歴史 概念 。 +願西 尼 ( がんさい に 、 生没年 不詳 ) は 、 平安 時代 中期 の 天台 宗 の 尼僧 。 +康慶 ( こうけい 、 生没年 不詳 ) は 、 平安 時代 末期 - 鎌倉 時代 初期 の 仏師 。 +三上   景文 ( みかみ   かげふみ 、 寛政 元年 8 月 28 日 ( 旧暦 ) ( 1789 年 10 月 16 日 ) - ( 没年 月日 不明 ) ) は 、 江戸 時代 の 官人 。 +三千家 ( さんせん け ) と は 、 茶道 の 流派 の うち 、 表千家 ・ 裏千家 ・ 武者 小路 千家 を 総 し て い う 呼び名 で あ る 。 +東 鞍馬口 通 ( ひがし くらまぐち どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +久松 勝行 ( ひさまつ かつゆき ) は 、 下総 国 多胡 藩 の 第 7 代 藩 主 。 +橘義子 ( たちばな の よしこ 、 生没年 不詳 ) は 、 宇多 天皇 の 女御 。 +寶塚 キネマ 興行 株式 會社 ( たからづか - 、 1932 年 11 月 設立 - 1934 年 2 月 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +祝園 駅 ( ほうその えき ) は 、 京都 府 相楽 郡 精華 町 大字 祝園 小字 長塚 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 片町 線 の 鉄道 駅 で あ る 。 +『 群書 類 従 』 ( ぐん しょるい じゅう ) は 国書 の 叢書 で あ る 。 +西洞院 家 ( にし の とういん け ) は 平高 棟 ・ 平 氏 の 流れ を く む 公家 。 +林 煥章 ( りんかんしょう 、 生卒 年 不詳 ) は 、 江戸 時代 中期 の 日本 の 篆刻 家 で あ る 。 +足利 義嗣 ( あしかが よしつぐ ) は 、 室町 時代 の 武将 。 +西園寺 公兼 ( さいおんじ きん かね 、 生年 不詳 - 応永 24 年 ( 1417 年 ) 6 月 ) は 、 南北朝 時代 ( 日本 ) ・ 室町 時代 の 公卿 。 +六 時 礼讃 ( ろくじらい さん ) と は 、 浄土 教 に おけ る 法要 の ひと つ 。 +お 守り ( お まも り 、 御守 ) と は 、 願い を 象 っ た 物 で あ る 。 +藤原 綱手 ( ふじわら の つな て 、 生年 未詳 - 天平 12 年 11 月 1日 ( 旧暦 ) ( 740 年 11 月 28 日 ) ) は 奈良 時代 の 廷臣 、 武人 。 +徳川 誠 ( とくがわ まこと 、 1887 年 10 月 31 日 - 1968 年 11 月 11 日 ) は 、 江戸 幕府 第 15 代将軍 徳川 慶喜 の 九男 。 +五山 版 ( ござん ばん ) は 、 宋 ( 王朝 ) 元 ( 王朝 ) 時代 の 禅籍 の 出版 隆盛 の 影響 を 受け 、 五山 を 中心 と し て 寺院 で 開版 さ れ た 刊本 の こと で あ る 。 +倭国造 ( やまと の くにのみやつこ ・ やまと こくぞう ) は 大和 国 中央 部 を 支配 し た 国造 。 +小出 吉政 ( こいで よしまさ 、 1565 年 ( 永禄 8 年 ) - 1613 年 4 月 19 日 ( 慶長 18 年 2 月 29 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 。 +承和 の 変 ( じょうわ の へん ) は 平安 時代 初期 に 起き た 藤原 氏 に よ る 最初 の 他 氏 排斥 事件 と さ れ て い る 事件 で あ る 。 +大津 事件 ( おおつ じけん ) は 、 1891 年 ( 明治 24 年 ) 5 月 11 日 に 日本 を 訪問 中 の ロシア 帝国 の 皇太子 ・ ニコライ ( 後 の ニコライ 2 世 ) が 、 滋賀 県 大津 市 で 警備 に あた っ て い た 巡査 ・ 津田 三蔵 に 突然 斬りかか ら れ 負傷 し た 、 暗殺 未遂 事件 で あ る 。 +室町 文化 ( むろまち ぶんか ) と は 足利 氏 に よ っ て 京都 に 室町 幕府 が 開 か れ た 時代 の 日本 の 文化 。 +細川 和 氏 ( ほそかわかずうじ 、 1296 年 ( 永仁 4 年 ) - 1342 年 10 月 13 日 ( 興国 3 年 / 康永 元年 9 月 13 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) の 武将 。 +『 南紀 徳川 史 』 ( なんき とくがわ し ) と は 、 明治 に 完成 し た 紀州 藩 の 歴史 書 。 +神像 ( しんぞう ) は 、 信仰 の 対象 と な る カミ を かたど っ た 彫像 、 画像 で あ る 。 +卓袱 ( しっぽく ) は 、 中国 風 の 食卓 の こと 。 +太政 官 奏 ( だい じょう かんそう ) と は 、 律令 制 に お い て 太政 官 から 天皇 に 奏上 を 行 う こと 、 あるいは その 文書 を 指 す 。 +杉若 無心 ( すぎわか むしん 、 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +三十 三 間 堂 ( さんじゅう さん げん どう ) は 京都 市 東山 区 に あ る 仏堂 。 +赤坂 幸清 ( あかさか ゆき き よ 、 生年 不詳- 延元 元年 ( 1336 年 ) ) は 鎌倉 時代 末期 から 南北朝 時代 _ ( 日本 ) に かけ て の 伯耆 国 の 武将 。 +応仁記 ( おうにんき ) は 、 室町 時代 の 歴史 書 で あ る 。 +能楽 ( のう がく ) と は 日本 の 伝統 芸能 で あ る 。 +『 蔦紅葉 宇都谷峠 』 ( つたもみじ うつ の や とうげ ) は 、 歌舞伎 の 演目 。 +養老 律令 ( ようろう りつ りょう ) は 、 古代 日本 で 757 年 ( 天平 宝字 元年 ) に 施行 さ れ た 基本 法令 。 +藤原 顕光 ( ふじわら の あきみつ 、 天慶 7 年 ( 944 年 ) - 治安 ( 元号 ) 元年 5 月 25 日 ( 旧暦 ) ( 1021 年 7 月 7 日 ) ) は 、 平安 時代 中期 の 公卿 。 +大学 別曹 ( だいがく べっそう ) は 大学 寮 の 付属 機関 で あ る 。 +文屋 朝康 ( ふんや の あさ や す 生没年 不詳 ) は 、 平安 時代 中期 の 歌人 。 +豆腐 ( とうふ ) は 、 ダイズ を 主原料 と し た 、 食品 。 +司箭 院 興仙 ( しせんいん こう せん 、 生没年 不詳 ) は 、 戦国 時代 ( 日本 ) の 武将 、 山伏 、 僧侶 。 +伊予 親 王 の 変 ( いよしんのう の へん ) は 、 大同 ( 日本 ) 2 年 ( 80 7 年 ) に 起こ っ た 政変 。 +村井 貞勝 ( むらい さだかつ ) は 、 織田 政権 下 の 京都 所司 代 。 +以仁 王 の 挙兵 ( もちひと おう の きょへい ) は 治承 4 年 ( 1180 年 ) に 以仁 王 ( 高倉宮 ・ 三 条 宮 ) と 源 頼政 が 打倒 平 氏 の ため の 挙兵 を 計画 し 、 諸国 の 源氏 や 大寺 社 に 蜂起 を 促 す 令旨 を 発 し た 事件 。 +五 保制 ( ご ほうせい ・ 五保 の 制 ) は 、 天智 天皇 が 大化 の 改新 の 後 、 唐 の 律令 制 から 導入 し た もの の 一 つ で あ る 。 +備中 高松 城 の 戦い ( びっちゅう たかまつじょう の たたか い ) は 、 天正 10 年 ( 15 82 年 ) に 織田 信長 の 命 を 受け て 家老 の 豊臣 秀吉 が 毛利 氏 の 高松城 ( 備 中国 ) ( 城主 : 清水 宗治 ) を 攻略 し た 戦い 。 +廟 ( びょう 、 みたまや 、 おたま や 、 ほこら ) +納銭 方 ( のう せん かた / なっせん かた ) と は 、 室町 幕府 が 土倉 役 ・ 酒屋 役 を 徴収 する ため に 土倉 ・ 酒屋 の 有力 者 から 任命 し た 徴税 委託 の 機関 。 +近江 宮川 藩 ( おうみみ やかわ はん ) は 、 近江 国 坂田 郡 宮川 ( 現在 の 滋賀 県 長浜 市 宮司 町 ) に 存在 し た 藩 。 +楊谷 寺 ( ようこくじ ) は 京都 府 長岡 京 市 に あ る 西山 浄土 宗 の 寺院 。 +木寺 宮 邦康 親王 ( きで らのみやくに やすしんのう 、 1416 年 - 没年 未詳 ) は 室町 時代 の 皇族 。 +佐々木 重綱 ( ささき しげつな ) は 、 鎌倉 時代 前期 から 中期 に かけ て の 武将 。 +源 惟良 ( げん いりょう 、 男性 、 生卒 年 不詳 ) は 、 江戸 時代 中期 の 日本 の 篆刻 家 で あ る 。 +安富 才助 ( やすと みさいすけ 、 天保 10 年 ( 1839 年 ) - 明治 6 年 ( 1873 年 ) 5 月 28 日 ) は 、 備 中国 足守 藩 出身 の 新 選 組 隊士 。 +会所 ( かいしょ ) と は 、 文字 通り 解釈 すれ ば 、 なん ら か の 会 、 催し物 、 寄合 ・ 会合 が 行 わ れ る ところ で あ る が 、 日本 の 中世 期 に 発展 し て 、 ある 特定 の 区画 、 さらに は 独立 し た 建物 が 「 会所 」 と 名づけ られ る こと も あ っ た 。 +武家 役 ( ぶけやく ) と は 、 鎌倉 幕府 ・ 室町 幕府 が 賦課 し た 課税 の 総称 で あ る 。 +准摂政 ( じゅん せっしょう ) は 日本 の 律令 制下 に お い て 、 関白 また は 大臣 が 摂政 に 準 じ て 国政 を 統べ る こと を 天皇 から 許 さ れ る こと 、 また は その 権限 を 与え られ た 者 を 指 す 。 +木下 利玄 ( きの したり げん 、 1886 年 ( 明治 19 年 ) 1 月 1日 - 1925 年 ( 大正 14 年 ) 2 月 15 日 ) は 日本 の 歌人 。 +胡麻塩 ( ごましお ) と は 、 食塩 と 胡麻 を 混ぜ 合わせ た 調味 料 。 +源 頼信 ( みなもと の より のぶ ) は 、 平安 時代 中期 の 武将 。 +長 保元 年令 ( ちょうほ がんねんれい ) と は 、 長保 元年 7 月 27 日 ( 旧暦 ) ( 999 年 9 月 9 日 ) に 新制 と し て 出 さ れ た 太政 官 符 で あ る 。 +千姫 ( せん ひめ 、 慶長 2 年 4 月 11 日 ( 旧暦 ) ( 1597 年 5 月 26 日 ) - 寛文 6 年 2 月 6 日 ( 旧暦 ) ( 1666 年 3 月 11 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 の 女性 で 、 豊臣 秀頼 ・ 本多 忠刻 の 正室 で あ る 。 +借景 ( しゃっけい ) は 、 中国 庭園 や 日本 庭園 に おけ る 造園 技法 の ひと つ 。 +京都 文化 博物 館 ( きょうと ぶんか はくぶつ かん ) は 、 京都 市 中京 区 に あ る 博物 館 で 京都 の 歴史 と 文化 の 紹介 を 目的 と し 平安 遷都 120 0 年 記念 事業 し て 創立 さ れ た 。 +鳩居 堂 ( きゅうきょ どう ) は 、 文房 具 ・ 香 の 老舗 で あ る 。 +藤原 明衡 ( ふじわら の あきひら 、 永祚 ( 日本 ) 元年 ( 989 年 ) ? - 治暦 2 年 10 月 18 日 ( 旧暦 ) ( 1066 年 11 月 8 日 ) ) は 平安 時代 中期 の 儒学 者 ・ 文人 。 +楠木 行康 ( くすのき ゆきやす ) は 室町 時代 の 武将 。 +鹿ケ谷 の 陰謀 ( ししがた に の いんぼう ) は 、 平安 時代 の 安元 3 年 ( 1177 年 ) 6 月 に 京都 で 起こ っ た 、 平家 打倒 の 陰謀 事件 で あ る 。 +寧楽 美術 館 ( ね いらく びじゅつ かん ) は 、 奈良 県 奈良 市 に あ る 美術 館 。 +拳法 ( けんぽう 、 やわら ) と は 、 現代 で は 、 打 つ 、 突 く 、 蹴 る など の 当身 に よ る 徒手 武術 を 意味 する 。 +後 光明 天皇 ( ご こうみょう てんのう 、 寛永 10 年 3 月 12 日 ( 1633 年 4 月 20 日 ) - 承応 3 年 9 月 20 日 ( 1654 年 10 月 30 日 ) ) は 江戸 時代 の 第 110 代 天皇 ( 在位 : 寛永 20 年 10 月 3 日 ( 1643 年 11 月 14 日 ) - 承応 3 年 9 月 20 日 ( 1654 年 10 月 30 日 ) ) 。 +源 長季 ( みなもと の なが すえ 、 生没年 不詳 ) は 平安 時代 後期 の 官僚 。 +明 六 社 ( めいろく しゃ ) は 、 明治 時代 初期 に 設立 さ れ た 日本 最初 の 近代 的 啓蒙 学術 団体 。 +歌川 国貞 ( うたがわ く に さだ 、 天明 6 年 ( 1786 年 ) - 元治 元年 12 月 15 日 ( 旧暦 ) ( 1865 年 1 月 12 日 ) ) は 江戸 時代 の 浮世 絵 師 。 +神宮 ( じんぐう ) は 、 伊勢 神宮 ( 三重 県 伊勢 市 ) の 正式 名称 。 +平正盛 ( たいら の まさも り 、 生年 不詳 - 保安 ( 元号 ) 2 年 ( 1121 年 ) ? ) は 、 平安 時代 後期 の 武将 。 +ここ で は 日本 料理 の 中 に あ る 和食 の 一 分野 で あ る 懐石 を 紹介 する 。 +一色 満範 ( いっ しき みつの り 、 応安 元年 / 正平 ( 日本 ) 23 年 ( 1368 年 ) - 応永 16 年 1 月 6 日 ( 旧暦 ) ( 1409 年 1 月 25 日 ) ) は 一色 氏 の 当主 、 一色 詮範 の 子 。 +奈良原 繁 ( ならはら しげる 、 天保 5 年 5 月 23 日 ( 旧暦 ) ( 1834 年 6 月 29 日 ) - 大正 7 年 ( 1918 年 ) 8 月 13 日 ) は 、 日本 の 武士 、 官僚 で あ る 。 +公卿 補任 ( く ぎょう ぶ にん ) は 、 日本 の 史料 で 朝廷 の 歴代 の 職員 録 。 +十 日 夜 ( とお かん や 、 と おかや ) と は 、 10 月 10 日 ( 旧暦 ) の 夜 に 行 わ れ る 年中 行事 で あ る 。 +売官 ( ばいかん ) と は 、 官職 を 売 る こと 。 +墾田 ( こんでん ) と は 、 日本 の 律令 時代 に お い て 新し く 開 か れ た 田地 を い う 。 +石塔 寺 ( いしどう じ ) は 、 滋賀 県 東近江 市 に あ る 天台 宗 の 寺院 。 +太政 官 符 ( だい じょうかんぷ だ じょうかんぷ ) は 、 日本 の 律令 制 の もと で 太政 官 が 管轄 下 の 諸官庁 ・ 諸国 衙 へ 発令 し た 正式 な 公文 書 。 +頭塔 ( ずとう ) は 、 奈良 市 高畑町 に あ る 土製 の 塔 。 +七五三 ( しちご さん ) と は 、 7 歳 、 5 歳 、 3 歳 の 子供 の 成長 を 祝 う 年中 行事 。 +平経俊 ( たいら の つね と し 、 仁安 ( 日本 ) 元年 ( 1166 年 ) - 寿永 3 年 2 月 7 日 ( 旧暦 ) ( 1184 年 3 月 20 日 ) ) は 、 平安 時代 末期 の 武将 。 +重明 親王 ( しげあきら しんのう 、 延喜 6 年 ( 90 6 年 ) - 天暦 8 年 9 月 14 日 ( 954 年 10 月 13 日 ) ) は 、 醍醐 天皇 第 四 皇子 。 +石峯 寺 ( せきほうじ ) は 京都 市 伏見 区 に あ る 黄檗 宗 の 寺院 。 +地主 神社 ( じしゅ じん じゃ ) は 京都 市 東山 区 に あ る 神社 で あ る 。 +内 侍司 ( な いし の つかさ ) は 、 日本 の 日本 の 官制 に おけ る 役所 の 一 つ 。 +麴塵 袍 ( きくじん の ほう ) は 、 天皇 が 、 臨時 祭 の 庭座 、 賭弓 、 弓場 始 など 小儀 の 際 に 着用 する 束帯 装束 の 袍 の こと で あ る 。 +四方 髪 ( よも がみ ) と は 、 忍者 が 用い る 忍術 の 一 つ で 、 自分 の 身 を 守 る ため に 、 複数 の 人物 に 化け る こと 。 +天地 の 歌 ( あめつち の うた ) は 、 手習 い 歌 の 一 つ で 、 すべて の 仮名 を 歌い込 ん だ もの 。 +大伴 古 慈斐 ( おおと も のこし び 、 持統 天皇 9 年 ( 695 年 ) - 宝亀 8 年 ( 777 年 ) ) は 、 奈良 時代 の 官僚 。 +尼寺 ( あまで ら / にじ ) と は 、 比丘 尼 ( 尼 ) が 住持 で あ る 寺院 。 +小 京都 ( しょうきょう と ) と は 、 古 い 町並み や 風情 が 京都 市 に 似 て い る こと から 、 各地 に 名づけ られ た 街 の 愛称 で あ る 。 +源 俊頼 ( みなもと の としより 、 天喜 3 年 ( 1055 年 ) - 大治 ( 日本 ) 4 年 1 月 1日 ( 旧暦 ) ( 1129 年 1 月 29 日 ) ) は 、 平安 時代 後期 の 官人 ・ 歌人 。 +十 刹 ( じっせつ ) と は 、 中国 ・ 日本 に おけ る 禅林 ( 禅宗 寺院 ) の 格式 で あ り 、 五山 の 下 ・ 諸山 の 上 。 +真然 ( しんぜん 、 延暦 23 年 ( 80 4 年 ) - 寛平 3 年 9 月 11 日 ( 旧暦 ) ( 89 1 年 10 月 21 日 ) ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +櫛羅 藩 ( くじら はん ) は 、 大和 国 ( 現在 の 奈良 県 御所 市 櫛羅 ) に 存在 し た 藩 。 +徳大寺 実則 ( とくだいじ さねつね 、 天保 10 年 12 月 6 日 ( 旧暦 ) ( 1840 年 1 月 10 日 ) - 1919 年 ( 大正 8 年 ) 6 月 4 日 ) は 、 幕末 から 明治 期 の 公卿 ・ 官僚 。 +とびこ ( 飛子 ) と は 、 魚類 卵 加工 食品 の 一 つ 。 +聖道門 ( しょうどう もん ) は 、 様々 な 修行 を 通 し て 、 自力 に よ っ て 成仏 する こと を 説 く 宗旨 の こと 。 +常 照愚草 ( じょう しょうぐ そう ) は 、 戦国 時代 ( 日本 ) 初期 の 山城 国 守護 職 ・ 伊勢 貞陸 に よ る 有職 故 実 。 +『 日出処 の 天子 』 ( ひいづ る ところ の てんし ) は 山岸 凉子 に よ る 日本 の 漫画 。 +桜井 市 ( さくらい し ) は 、 奈良 県 中部 、 中和 地域 に 位置 する 市 。 +有栖川宮 韶仁親王 ( ありすがわ の みや つ な ひと しん のう   天明 4 年 12 月 19 日 ( 旧暦 ) ( 1785 年 1 月 29 日 ) - 弘化 2 年 2 月 28 日 ( 旧暦 ) ( 1845 年 4 月 4 日 ) ) は 、 江戸 時代 の 皇族 。 +武家 法 ( ぶけ ほう ) と は 、 中世 ・ 近世 の 日本 に お い て 、 武士 社会 及び 武家 政権 に おけ る 法 体系 の こと 。 +『 鎌倉持 氏 記 』 ( かまくら もちうじき ) は 、 室町 時代 の 永享 の 乱 ・ 結城 合戦 を 描 い た 軍記 物 で あ る 。 +霜月 騒動 ( しもつきそうどう ) と は 、 鎌倉 時代 後期 の 弘安 8 年 ( 1285 年 ) 1 1 月 17 日 ( 旧暦 ) に 鎌倉 で 起こ っ た 鎌倉 幕府 の 政変 。 +徳川 茂承 ( とくがわ も ちつぐ ) は 、 江戸 時代 末期 の 大名 。 +朱 器 台盤 ( しゅき だいばん ) と は 、 藤原 氏 の 家宝 と し て 歴代藤 氏 長者 に 継承 さ れ て き た 朱 塗り の 什器 の こと 。 +平群 真鳥 ( へぐり の まと り 、 生年 不詳 ) は 雄略 天皇 ・ 清寧 天皇 ・ 顕宗 天皇 ・ 仁賢 天皇朝 の 大臣 。 +熊野 権 現 ( くま の ごんげん 、 また は 熊野 神 〈 くまの の かみ 〉 、 熊野 大神 〈 くまの の おおかみ 〉 とも ) は 、 熊野 三山 に 祀 ら れ る 神 ( 神道 ) で あ り 、 本地 垂迹 思想 の もと で 権現 と 呼 ば れ る よう に な っ た 。 +辻 が 花 → 1972 年 に 松竹 で 制作 さ れ た 岩下 志麻 主演 の 映画 の 題名 。 +藤森 駅 ( ふじ の も り えき ) は 、 京都 府 京都 市 伏見 区 深草 キトロ 町 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +保明 親王 ( やすあきら しんの う ; 延喜 3 年 11 月 20 日 ( 90 3 年 12 月 16 日 ) - 延喜 23 年 3 月 21 日 ( 923 年 4 月 14 日 ) ) は 平安 時代 の 皇族 。 +朝比奈 義秀 ( あさひな よしひで 、 安元 2 年 ( 1176 年 ) - 没年 不詳 ) は 、 鎌倉 時代 初期 の 武将 。 +宝積 寺 ( ほうしゃくじ ) は 京都 府 乙訓 郡 大山崎 町 の 天王 山中腹 に あ る 真言 宗 智山 派 の 仏教 寺院 。 +足利持 氏 ( あしかが もちう じ 、 応永 5 年 ( 1398 年 ) - 永享 11 年 2 月 10 日 ( 旧暦 ) ( 1439 年 3 月 24 日 ) 、 在位 1409 年 - 1439 年 ) は 第 四 代 鎌倉 公方 。 +辛子 明太子 ( から しめん たいこ ) と は スケトウダラ の 卵巣 を 唐辛子 等 を 使 っ た 調味 液 で 味付け し た もの で 、 食材 および 食品 の 一種 で あ る 。 +福原 京 ( ふくはら きょう ) は 、 平安 時代 末期 の 治承 4 年 ( 1180 年 ) 、 計画 のみ に 終 っ た 和田 京 に 続 い て 、 平清 盛 の 主導 で 造営 が 進め られ た 日本 の 首都 の 通称 。 +蘇我 赤兄 ( そが の あかえ 、 推古 天皇 31 年 ( 623 年 ) ? - 没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +笠郎女 ( かさの いらつめ ) は 奈良 時代 中期 の 歌人 。 +会所 ( かいしょ ) と は 、 文字 通り 解釈 すれ ば 、 なん ら か の 会 、 催し物 、 寄合 ・ 会合 が 行 わ れ る ところ で あ る 。 +阿倍 内 麻呂 ( あべの うち まろ   生年 不詳 - 大化 5 年 3 月 17 日 _ ( 旧暦 ) ( 649 年 5 月 3 日 ) ) は 、 飛鳥 時代 の 政治 家 。 +武家 官位 ( ぶけかん い ) と は 、 主 と し て 戦国 時代 ( 日本 ) から 江戸 時代 に かけ て 、 武士 が 任官 また は 自称 し た 官位 ( 官職 と 位 階 ) を い う 。 +風流 ( ふりゅう ) と は 、 中世 以後 の 日本 に お い て 高揚 し た 美 意識 の 1 つ 。 +公田 官物 率 法 ( こうでん かん も つ りつ ほう ) と は 、 平安 時代 中期 に 公田 に 対 する 官物 賦 課 率 を 定め た 規定 ( 率法 ) 。 +人情噺 ( にんじょうばなし ) と は 、 落語 の 演目 の 中 の ひと つ の カテゴリ で あ る 。 +妙法 ( みょうほう 、 サンスクリット 語 : Saddharma ) と は 、 仏教 に お い て 第 一 の 最勝 で 不可思議 な る 法 を い う 。 +観中 中諦 ( かんちゅ う ちゅうたい 、 ? - 140 6 年 4 月 3 日 ) は 京都 の 相国 寺 9 世 。 +丹後 由良 駅 ( たんご ゆら えき ) は 、 京都 府 宮津 市 由良 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 で あ る 。 +永瀬 狂三 ( ながせきょうぞう 、 1877 年 - 1955 年 1 月 21 日 ) は 、 京都 を 中心 に 活躍 し た 建築 家 。 +近衛 経忠 ( この えつね ただ 、 乾元 _ ( 日本 ) 元年 ( 130 2 年 ) - 文和 元年 / 正平 _ ( 日本 ) 7 年 8 月 13 日 ( 旧暦 ) ( 1352 年 9 月 21 日 ) ) は 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 公家 。 +岡本 宮 ( おかもと のみや ) は 、 7 世紀 の 舒明 天皇 及び 斉明 天皇 が 営 ん だ 宮 。 +宣如 ( せんにょ   160 2 年 ( 慶長 7 年 ) - 1658 年 8 月 23 日 ( 万治 元年 7 月 25 日 ( 旧暦 ) ) ) は 、 浄土 真宗 の 僧 で 、 東本願 寺 第 13 代 法主 。 +弓道 ( きゅうどう ) は 、 和弓 を 用い て 矢 を 射 て 、 的 ( 弓道 ) に 中 ( あ ) て る 一連 の 所作 を 通 し て 心身 の 鍛錬 を する 日本 の 武道 。 +奈良 県 立 美術 館 ( なら けんりつ びじゅつ かん ) は 奈良 県 奈良 市 に あ る 美術 館 。 +四辻 宮 ( よ つつじ のみや ) は 鎌倉 時代 に 存在 し た 宮家 の 一 つ 。 +果心 居士 ( かしん こじ 、 生没年 不詳 ) と は 、 室町 時代 末期 に 登場 し た 幻術 師 。 +天平 文化 ( てんぴょう ぶんか ) は 、 時期 で は 7 世紀 終わり 頃 から 8 世紀 の 中頃 まで を い い 、 奈良 の 都平城 京 を 中心 に し て 華開 い た 貴族 ・ 仏教 文化 で あ る 。 +戦国 時代 ( せんごく じだい 、 1493 年 ( 1467 年 ) 頃 - 1573 年 頃 ) は 、 1493 年 の 明応 の 政変 頃 あるいは 1467 年 の 応仁 の 乱頃 を その 始期 と し 、 1573 年 に 15 代 室 町 将軍 足利 義昭 が 織田 信長 に よ っ て 追放 さ れ て 室町 幕府 が 事実 上 消滅 する まで の 時代 を 指 す 日本 の 歴史 の 時代 区分 の 一 つ 。 +本朝 神社考 ( ほんちょう じんじゃ こう ) は 、 林 羅 山 の 著 。 +武田 信武 ( たけだ の ぶたけ ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +楠木 正儀 ( くすのき まさのり ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +松永 貞徳 ( まつなが ていとく 、 15 71 年 ( 元亀 2 年 ) - 1654 年 1 月 3 日 ( 承応 2 年 11 月 15 日 ( 旧暦 ) ) ) は 、 江戸 時代 前期 の 俳人 ・ 歌人 ・ 歌学 者 。 +新町 通 ( しんまち どおり ) は 京都 市 の 南北 の 通り の 一 つ 。 +医道 ( いどう   醫道 ) と は 、 日本 律令 制 に おけ る 医療 その もの あるいは その ため の 教育 ( 医学 教育 ) を 指 す 。 +山本孝 ( やまもと たかし 、 1936 年 9 月 18 日 - ) は 大鼓 方 大倉 流 の 能楽師 。 +百済 永継 ( くだら の ながつ ぐ 、 生没 年 未詳 ) は 平安 時代 初期 の 女性 。 +縫殿 寮 ( ぬいど の りょう ) は 律令 制 日本 の 律令 制 に おけ る 中務 省 管下 の 女官 人事 ・ 裁縫 監督 機関 で あ る 。 +『 六代 勝事 記 』 ( ろくだい しょう じき 、 ろく だい しょうしき と も ) は 、 日本 の 鎌倉 時代 前期 に 書 か れ た 編年 体 の 歴史 物語 で あ る 。 +二階堂 基行 ( 元行 ) ( に かいどう もとゆき 、 建久 9 年 ( 1198 年 ) - 仁治 元年 10 月 25 日 ( 旧暦 ) ( 12 40 年 11 月 10 日 ) ) は 鎌倉 時代 中期 の 幕府 実務 官僚 。 +合祀 ( ごうし ) と は 、 神道 の 用語 で 、 ある 神社 の 祭神 を 、 別 の 神社 で 合わせ て 祀 る こと ( 寄宮 ) 。 +行 教 ( ぎょうきょう 、 生没 年 未詳 ) は 、 平安 時代 の 大安 寺 の 僧侶 。 +百済 観音 ( くだら かんの ん ) は 、 奈良 県 斑鳩 町 の 法隆 寺 が 所蔵 する 飛鳥 時代 ( 7 世紀 中期 - 後半 ) 作 の 木造 観音 菩 薩像 で あ る 。 +伏見城 の 戦い ( ふしみ じょう の たたか い ) は 、 慶長 5 年 ( 160 0 年 ) 7 月 18 日 から 8 月 1日 まで 行な わ れ た 関ヶ原 の 戦い の 前哨 戦 。 +日本 画 ( にほん が ) は 、 絵画 の ジャンル の ひと つ で 、 日本 独特 の もの 。 +冷泉 派 ( れいぜい は ) は 、 鎌倉 時代 中期 から 現代 に いた る まで の 和歌 の 流派 の 一 つ 。 +源 雅実 ( みなもとの まさざ ね 康平 元年 ( 1058 年 ) - 大治 2 年 2 月 15 日 ( 旧暦 ) ( 1127 年 3 月 29 日 ) ) は 、 平安 時代 後期 の 村上 源氏 の 公卿 。 +九条 忠教 ( くじょう ただの り 、 宝治 2 年 ( 1248 年 ) - 正慶 元年 / 元弘 2 年 12 月 6 日 ( 旧暦 ) ( 1332 年 12 月 24 日 ) ) は 鎌倉 時代 の 公卿 、 従一 位 ・ 関白 、 通称 は 報恩 院殿 。 +谷衛滋 ( たにもりしげ 、 文化 ( 元号 ) 14 年 2 月 2 日 ( 旧暦 ) ( 1817 年 3 月 19 日 ) - 明治 8 年 ( 1875 年 ) 4 月 6 日 ) は 、 江戸 時代 の 大名 。 +六角 義治 ( ろっかく よしはる ) は 、 南近 江国 の 戦国 大名 。 +香取 正彦 ( かとり まさひこ 、 1899 年 1 月 15 日 - 1988 年 11 月 19 日 ) は 、 日本 の 鋳金 工芸 作家 。 +井上 井月 ( いのうえ せいげつ 、 文政 5 年 ( 1822 年 ) ? - 明治 20 年 2 月 16 日 ( 旧暦 ) ( 1887 年 3 月 10 日 ) ) は 、 日本 の 江戸 時代 末期 から 明治 時代 初期 の 俳人 。 +薄雲 ( うすぐ も ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +細石器 ( さい せっき 、 マイクロリス 、 microlith ) と は 、 打製 石器 の 一種 で 、 小型 かつ 刃 の 特徴 を 持 つ 石器 で あ る 。 +武井 夕庵 ( た けいゆう あん 、 生没年 不詳 ) は 、 戦国 時代 ( 日本 ) の 武将 、 茶道 。 +崇道 神社 ( すどう じんじゃ ) は 、 京都 市 左京 区 上 高野 に あ る 神社 で あ る 。 +耳根 の 得道 ( にこん の とくどう ) と は 、 妙法 蓮華 経 の 声 を 聞 く こと に よ っ て 、 成仏 得道 ( 成道 ) する こと 。 +片輪 車 ( かたわぐるま ) は 、 江戸 時代 の 怪談 など の 古書 に 見 られ る 日本 の 妖怪 。 +硯 ( すずり ) と は 、 墨 を 水 で 磨 り 卸 す 為 に 使 う 、 石 ・ 瓦 等 で 作 っ た 文房 具 で あ る 。 +置始 大伯 ( おきそめ の おお く ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +東 横映畫 株式 會社 ( とうよこ えいが - 、 1938 年 6 月 8 日 設立 - 1951 年 3 月 31 日 合併 ) は 、 かつて 存在 し た 日本 の 映画 会社 で あ る 。 +荒田 ( こうでん ) と は 、 古代 ・ 中世 に お い て 、 何 ら か の 理由 を も っ て 耕作 が 放棄 さ れ て 荒廃 し た 田地 を 指 す 。 +たんば と は 、 西 日本 旅客 鉄道 が 京都 駅 ~ 福知 山 駅 間 を 山陰 本線 経由 で 運行 する 特別 急行 列車 。 +公地 公民 制 ( こうち こうみん せい ) と は 、 日本 の 飛鳥 時代 ~ 奈良 時代 まで の 律令 制 が 構築 さ れ る 過程 に お い て 発生 し た と さ れ る 、 全て の 土地 と 人民 は 公- すなわち 天皇 に 帰属 する と し た 制度 で あ る 。 +北条 維 貞 ( ほうじょう これ さだ ) は 、 鎌倉 時代 後期 の 北条 氏 の 一門 。 +高師 泰 ( こう もろ やす 、 ? - 13 51 年 3 月 24 日 ( 正平 ( 日本 ) 6 年 / 観応 2 年 2 月 26 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +『 般若 心経 』 ( はんにゃ しんぎょう 、 サンスクリット Praj ñ ā - p ā ramit ā - h ṛ daya ) は 大乗 仏教 の 空 ( 仏教 ) ・ 般 若 思想 を 説 い た 経典 の 1 つ 。 +西園寺 寧子 ( さいおんじ ねいし / やすこ 、 正応 5 年 ( 1292 年 ) - 正平 12 年 / 延文 2 年 閏 7 月 22 日 ( 1357 年 9 月 6 日 ) ) は 、 後伏見 天皇 の 女御 で あ り 、 光厳 天皇 及び 光明 天皇 の 実母 で あ る 。 +椎根 津彦 ( しいねつ ひこ 、 『 日本 書紀 』 ) 、 槁根 津彦 ( さおねつ ひこ 、 『 古事 記 』 ) は 記紀 に 登場 する 国 つ 神 。 +三 県 一局 時代 ( さん けん いっ きょく じだい ) と は 、 北海道 の 歴史 に おけ る 時代 区分 の ひと つ 。 +増基 ( ぞうき 、 生没年 不詳 ) は 、 平安 時代 の 僧 ・ 歌人 。 +化け 草履 ( ばけぞうり ) は 、 日本 に 伝わ る 付喪神 の 一種 で 、 草履 の 妖怪 。 +朽木 稙綱 ( く つき たねつな 、 慶長 10 年 ( 160 5 年 ) - 万治 3 年 12 月 13 日 ( 旧暦 ) ( 1661 年 1 月 13 日 ) ) は 、 江戸 時代 前期 の 大名 。 +藤原 定方 ( ふじわら の さだかた 、 貞観 _ ( 日本 ) 15 年 ( 873 年 ) - 承平 ( 日本 ) 2 年 8 月 4 日 ( 旧暦 ) ( 93 2 年 9 月 11 日 ) ) は 、 平安 時代 前期 から 中期 に かけ て の 公家 ・ 歌人 。 +都祁 村 ( つげむら ) は 、 奈良 県 北東部 に かつて 存在 し た 村 。 +佐味 宿那 麻呂 ( さみ の すくな まろ ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +発泡 日本 酒 ( はっぽう に ほんしゅ ) と は 、 近年 注目 さ れ て き た 発泡 性 の あ る 、 すなわち 炭酸 ガス を 含 ん で い る 日本 酒 の こと 。 +曇 英恵應 ( どんえいえいおう 、 応永 31 年 ( 1424 年 ) - 永正 元年 ( 150 4 年 ) ) は 室町 時代 の 曹洞 宗 の 僧 。 +九世 観世 銕之丞 ( かんぜ てつ の じょう 、 1956 年 10 月 23 日 - ) と は 、 シテ 方 観世 流能 楽師 。 +押領 使 ( おうりょうし ) と は 、 日本 の 律令 制下 の 令外 官 の 一 つ 。 +石原 駅 ( いさえき ) は 、 京都 府 福知 山 市 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本 線 の 駅 。 +大紋 ( だいもん ) は 、 日本 の 着物 の 一種 で 男性 用 。 +瑞渓 周鳳 ( ずい けい しゅうほう 、 明徳 2 年 / 元中 8 年 12 月 8 日 ( 旧暦 ) ( 1392 年 1 月 2 日 ) - 文明 ( 日本 ) 5 年 5 月 8 日 ( 旧暦 ) ( 1473 年 6 月 3 日 ) ) は 、 室町 時代 中期 の 臨済 宗 の 僧 。 +青地 林 宗 ( あおち りんそう 、 安永 4 年 ( 1775 年 ) - 天保 4 年 2 月 22 日 ( 旧暦 ) ( 1833 年 4 月 11 日 ) ) は 日本 の 蘭学 者 。 +藤原 頼宗 ( ふじわら の より むね 、 正暦 3 年 ( 992 年 ) ? - 康平 8 年 2 月 3 日 ( 旧暦 ) ( 1065 年 3 月 12 日 ) ) は 平安 時代 中期 から 後期 に かけ て の 公家 。 +十 市 皇女 ( とおち の ひめみこ 、 653 年 ( 白雉 4 年 ) ? ( 大化 4 年 ( 648 年 ) 説 も ) - 天武 天皇 7 年 4 月 7 日 ( 旧暦 ) ( 67 8 年 5 月 3 日 ) ) 天武 天皇 の 第 一 皇女 ( 母 は 額田 王 ) 、 大友 皇子 ( 弘文 天皇 ) の 正妃 。 +年男 ( としおとこ ) は 日本 の 風習 の 一 つ 。 +右 大臣 ( うだいじん ) と は 、 朝廷 組織 の 最高 機関 で あ る 太政 官 の 職 の 一 つ 。 +快慶 ( かいけい 、 生没 年 未詳 ) は 、 鎌倉 時代 に 活動 し た 仏師 。 +冷泉 為久 ( れいぜい ため ひさ 、 貞享 3 年 1 月 11 日 ( 旧暦 ) ( 1686 年 2 月 3 日 ) - 寛保 元年 8 月 29 日 ( 旧暦 ) ( 1741 年 10 月 8 日 ) ) は 日本 の 歌人 。 +『 五代 帝王 物語 』 ( ご だい てい お う ものがたり ) は 、 鎌倉 時代 後期 に 書 か れ た 編年 体 の 歴史 物語 で あ る 。 +重森 三玲 ( しげもり みれい 、 1896 年 ( 明治 29 年 ) - 1975 年 ( 昭和 50 年 ) 、 本名 は 重森 計夫 ) は 昭和 期 の 日本 の 庭師 ・ 日本 庭園史 の 研究 家 。 +雑務 沙汰 ( ざつむ さた / ぞうむさた ) と は 、 中世 日本 で 使用 さ れ た 用語 で あ り 、 所領 ・ 年貢 を 除 く 民事 関係 の 相論 ・ 訴訟 ・ 裁判 の こと で あ る 。 +坂 額 御前 ( はんがく ごぜん 、 生没 年 未詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 と さ れ る 女性 。 +大伴 金村 ( おおとも の か な むら 、 生没年 不詳 ) は 、 5 世紀 から 6 世紀 に かけ て の 豪族 ( 大連 ( 古代 日本 ) ) 。 +遁術 ( とんじゅつ ) は 、 忍術 の うち 、 敵 から 隠れ たり 逃げ たり する ため の 術 。 +彼岸 ( ひがん ) と は 、 煩悩 を 脱 し た 悟り の 境地 の こと で 、 煩悩 や 迷い に 満ち た この世 を こちら 側 の 岸 「 此岸 」 ( しがん ) と 言 う の に 対 し て 、 向う 側 の 岸 「 彼岸 」 と い う 。 +義淵 ( ぎえん ・ ぎいん 、 生年 不詳- 神亀 5 年 10 月 20 日 ( 旧暦 ) ( 72 8 年 11 月 29 日 ) ) は 、 奈良 時代 の 法 相 宗 の 僧 。 +株式 会社 能楽 書 林 ( のう がく しょりん ) は 、 東京 都 千代田 区 に あ る 能楽 関係 を 中心 と する 出版 社 。 +落語 ( らくご ) は 、 近世 期 の 日本 に お い て 成立 し 、 現在 まで 伝承 さ れ て い る 伝統 的 な 話芸 の 一種 。 +摩阿姫 ( まあひめ 、 元亀 3 年 ( 1572 年 ) - 慶長 10 年 10 月 13 日 ( 旧暦 ) ( 160 5 年 11 月 23 日 ) ) は 、 前田 利家 と 芳春 院 の 三 女 。 +奉 公衆 ( ほうこうしゅう ) は 、 室町 幕府 に 整備 さ れ た 幕府 官職 の 1 つ で あ る 。 +前島 埠頭 ( まえじま ふとう ) は 、 京都 府 舞鶴 市 に あ る 舞鶴 港 の 埠頭 。 +堀 杏庵 ( ほり きょう あん 、 天正 13 年 5 月 28 日 ( 旧暦 ) ( 1585 年 6 月 25 日 ) - 寛永 19 年 11 月 20 日 ( 旧暦 ) ( 1643 年 1 月 10 日 ) ) は 、 江戸 時代 初期 に おけ る 儒医 ・ 儒学 者 。 +貞暁 ( じょうぎょう / ていぎょう 、 文治 2 年 2 月 26 日 ( 旧暦 ) ( 1186 年 3 月 18 日 ) - 寛喜 3 年 2 月 22 日 ( 旧暦 ) ( 1231 年 3 月 27 日 ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 僧侶 。 +蕎麦 が き ( そばがき 、 蕎麦 搔 き ) と は 、 蕎麦 粉 を 使 っ た 料理 で 、 麺 ( 蕎麦 切り ) と し て で は な く 、 蕎麦粉 に 熱湯 を 加え る か 、 水 を 加え て 加熱 し 、 箸 など で すぐ かき混ぜ る こと で 粘り を 出 し て 塊状 と する 点 に 特徴 が あ る 。 +細川 澄之 ( ほそかわ すみゆき ) は 、 室町 時代 後期 ( 戦国 時代 ( 日本 ) ) の 武将 。 +京極 高 通 ( きょうごく たかみち 、 慶長 8 年 9 月 9 日 ( 旧暦 ) ( 160 3 年 10 月 13 日 ) - 寛文 5 年 12 月 14 日 ( 旧暦 ) ( 1666 年 1 月 19 日 ) ) は 、 丹後 国峰山 藩 の 初代 藩 主 。 +武田 五一 ( たけだ ご いち 、 明治 5 年 11 月 15 日 ( 旧暦 ) ( 1872 年 12 月 15 日 ) - 1938 年 ( 昭和 13 年 ) 2 月 5 日 ) は 、 備後 国備 後 福山 藩 ( 現 ・ 広島 県 福山 市 ) 生まれ 。 +漢 文学 ( かんぶんがく ) と は 、 漢文 ( 古典 中国 語 ) で 書 い た 作品 の 総称 と 、 それ に 対 する 研究 の 学問 の こと で あ る 。 +三好 長 慶 ( みよし なが よし / ちょうけい ) は 、 戦国 時代 ( 日本 ) の 武将 。 +和泉元彌 ( いずみ もと や 、 本名 山脇 元彌 ( やまわき もとひさ ) 、 1974 年 ( 昭和 49 年 ) 6 月 4 日 - ) は 狂言 師 。 +藤原 是公 ( ふじわら の これ きみ 、 神亀 4 年 ( 727 年 ) - 延暦 8 年 9 月 19 日 ( 旧暦 ) ( 78 9 年 10 月 12 日 ) ) は 、 奈良 時代 後期 の 公家 。 +偽書 ( ぎしょ ) と は 、 製作 者 や 製作 時期 など の 由来 が 偽 ら れ て い る 文書 ・ 書物 の こと 。 +陽流 砲術 ( ようりゅう ほうじゅつ ) は 砲術 の 流派 の ひと つ 。 +開拓 使 官 有物 払下げ 事件 ( かいたくし かんゆう ぶつ はらいさげ じけん ) は 、 北海道 開拓 使 長官 の 黒田 清隆 が 開拓 使 の 官有 物 払下げ を 決定 し た ところ 、 世論 の 厳し い 批判 を 浴び 、 払下げ 中止 と な っ た 事件 を 指 す 。 +等 持院 ( とうじいん ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) に あ る 臨済 宗 天龍 寺 派 の 寺院 。 +千 幸兵衛 ( せん の   こうべい ) は 戦国 時代 の 茶道 。 +西陣 ( にしじん ) と は 京都 府 京都 市 上京 区 から 北 区 ( 京都 市 ) に わた る 地域 の 名称 。 +堂上家 ( とうしょうけ 、 どうじょうけ ) と は 、 日本 の 歴史 上 、 清涼 殿 南廂 に あ る 殿 上間 に 昇殿 出来 る 資格 が 世襲 さ れ た 公家 の 家 。 +西河 克己 ( にしか わかつ み 、 1918 年 7 月 1日 - ) は 、 映画 監督 。 +小平季遠 ( こだいら すえ とお 、 生没年 不明 ) は 戦国 時代 ( 日本 ) の 武将 で 、 蠣崎 季広 に 仕え る 重臣 。 +播磨 稲 日大郎姫 ( はりま の いなび の おお いらつめ 、 生年 不詳 - 景行 天皇 52 年 5 月 4 日 ( 旧暦 ) ( 122 年 6 月 25 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 『 播磨 国 風土 記 』 に 記 さ れ る 第 12 代 景行 天皇 の 皇后 。 +官寺 ( かんじ ) と は 、 国家 の 監督 を 受け る 代わり に その 経済 的 保障 を 受け て い た 寺院 の こと 。 +幣原坦 ( し で はら たん 、 明治 3 年 9 月 18 日 ( 旧暦 ) ( 1870 年 10 月 12 日 ) - 昭和 28 年 ( 1953 年 ) 6 月 29 日 ) は 、 日本 の 歴史 家 の 一覧 、 教育 関係 人物 一覧 。 +卜部 季武 ( うらべ の すえ たけ 、 生没年 不詳 ) は 平安 時代 中期 の 武将 。 +均子 内 親王 ( きん し な い しんのう 、 寛平 2 年 ( 890 年 ) - 延喜 10 年 2 月 25 日 ( 旧暦 ) ( 910 年 4 月 7 日 ) ) は 、 平安 時代 の 皇族 ・ 皇女 。 +千葉 重太郎 ( ちば じゅうたろう 、 文政 7 年 ( 1824 年 ) - 明治 18 年 ( 1885 年 ) 5 月 7 日 ) は 、 江戸 時代 の 北 辰 一 刀 流 の 剣客 。 +桂 岩院 ( けい がん いん 、 生年 不詳 - 慶長 9 年 ( 160 4 年 ) 8 月 17 日 _ ( 旧暦 ) 、 以下 「 四辻 氏 」 と 記 す ) は 、 安土 桃山 時代 ・ 江戸 時代 初期 の 女性 。 +平将 武 ( 平將 武 ・ たいら の まさたけ 、 生年 不詳 - 天慶 3 年 ( 940 年 ) ) は 、 平安 時代 中期 の 武将 。 +水軍 ( すいぐん ) は 、 東 アジア の 漢字 文化 圏 に おけ る 伝統 的 な 水上 兵力 の 称 で あ る 。 +大社 ( たいしゃ ) と は 大きな 神社 、 また は 平安 時代 初期 の 延喜 式 神名帳 に 式内 大社 と し て 列格 さ れ る 492 の 神社 、 また は ~ 大社 と 名乗 る 神社 の こと 。 +中世 日本 語 ( ちゅうせい に ほんご ) と は 、 中古 日本 語 と 近世 日本 語 の 間 に 位置 する 、 日本 語 の 発展 に おけ る 一 段階 で あ る 。 +渋川 義陸 ( しぶかわ よし た か 、 生年 不詳 - 天文 7 年 8 月 20 日 ( 旧暦 ) ( 1538 年 9 月 13 日 ) ) は 、 戦国 時代 の 武将 。 +酒井 忠行 ( さかい ただゆき ) は 、 江戸 時代 前期 の 大名 。 +掾 ( じょう ) と は 、 日本 の 律令 制 四 等 官 の うち 三 等 官 を 指 す 。 +胎蔵 界 五 仏 ( たい ぞう かいご ぶつ ) は 、 仏教 の 尊像 の 一種 で あ る 。 +肥後 別 当定 慶 ( ひご べっとう じょうけい 、 元暦 元年 ( 1184 年 ) ? - 没年 不詳 ( 建長 8 年 ( 1256 年 ) 以後 ) ) は 、 鎌倉 時代 の 仏師 。 +仁王 門通 ( に おうもんどおり ) は 京都 市 左京 区 の 東西 の 通り の 一 つ 。 +湿拓 ( しったく ) は 紙 を 湿 ら せ て 対象 物 に 張 り 、 その 後 墨 を つけ て と る 拓本 。 +久我 晴通 ( こ が はれみ ち 、 永正 16 年 ( 1519 年 ) - 天正 3 年 3 月 13 日 ( 旧暦 ) ( 1575 年 4 月 23 日 ) ) は 、 室町 時代 後期 の 公卿 。 +堤 家 ( つつみ け ) は 、 名家 ( 公家 ) の 家格 を 有 する 公家 。 +白酒 ( しろざけ ) と は 、 雛祭り に お い て 祝い の ため に 出 さ れ る 酒 の こと を 指 す 。 +平群 広成 ( へ ぐり の ひろ な り 、 生年 不詳 - 天平 勝宝 5 年 1 月 28 日 ( 旧暦 ) ( 75 3 年 3 月 11 日 ) ) は 、 奈良 時代 の 遣唐 使判 官 。 +信 円 ( しんえん 、 仁平 3 年 ( 1153 年 ) - 元仁 元年 11 月 19 日 ( 旧暦 ) ( 1224 年 12 月 30 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 興福 寺 の 僧 。 +ト書き ( とがき ) と は 、 戯曲 や 脚本 など に お い て 、 俳優 が 声 に 出 す 台詞 以外 の 部分 の こと 。 +三野 後 国造 ( み ののしり の くに みやつこ ・ み ののしり の こくぞう ) は 美濃 国 東部 を 支配 し た 国造 。 +上代 特殊 仮名遣 ( じょう だい とくしゅ かなづかい ) と は 上代 日本 語 に おけ る 『 古事 記 』 ・ 『 日本 書紀 』 ・ 『 万葉 集 』 など 上代 ( 奈良 時代 頃 ) の 万葉 仮名 文献 に 用い られ た 表音 的 仮名遣 で あ る 。 +纏 ( まとい ) と は 、 江戸 時代 に 町 火消 が 用い た 、 自分 たち の 組 で あ る こと を 示 す もの 。 +私 年 号 ( し ねん ごう ) は 、 紀年 法 と し て 元号 を 用い た 東 アジア に お い て 、 安定 し た 統治 能力 を 確立 し た 王朝 が 定め た 元 号 以外 の 年号 を さ す 。 +土肥 実平 ( どひさねひら / どい さねひら ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +朝倉 経景 ( あさくら つね かげ 、 永享 10 年 ( 1438 年 ) - 延徳 3 年 1 月 26 日 ( 旧暦 ) ( 1491 年 3 月 6 日 ) ) は 室町 時代 の 武将 で あ る 。 +童画 ( どう が ) と は 大人 が 子供 向け に 描 い た 絵画 で あ る 。 +泉 皇女 ( いずみ の ひめみこ 、 生年 不詳 - 天平 6 年 ( 734 年 ) 2 月 8 日 ( 旧暦 ) ) は 、 天智 天皇 の 皇女 。 +雅楽 寮 ( うた りょう ) は 、 律令 制 に お い て 治部 省 に 属 する 機関 で あ る 。 +犬王 ( いぬお う 、 生年 不詳 - 応永 20 年 ( 1413 年 ) ) は 観阿弥 と 同 時期 に 活躍 し た 近江 猿楽 日 吉座 の 大夫 。 +笙 ( しょう ) と は 、 雅楽 など で 使 う 管楽 器 の 1 つ 。 +兵衛府 ( ひょうえふ ) と は 、 律令 制 に おけ る 官司 。 +六 斎 念仏 ( ろく さい ねんぶつ ) と は 、 踊念仏 の ひと つ 。 +清涼殿 ( せいりょう でん ) と は 、 平安 京 の 内裏 に おけ る 殿舎 の ひと つ 。 +本 朝 月 令 ( ほんちょう がつ りょう / ほんちょうげつれい ) は 、 平安 時代 中期 に おけ る 年中 行事 の 起源 や 沿革 、 内容 を 纏め た 現存 最古 の 公事 書 で あ る 。 +芸娼 妓 解放令 ( げい しょうぎ かい ほうれい ) と は 、 明治 政府 が 1872 年 に 発 し た 遊女 の 人身 売買 の 規制 など を 目的 と し た 法令 。 +加藤 羆 ( かとうひぐま 、 生年 不詳 ~ 慶応 3 年 ( 1867 年 ) 6 月 23 日 ) は 新選 組平 隊士 で 、 武田 観柳斎 の 側越 人 。 +園韓 神社 ( その からかみ の やしろ ) は 、 園 神社 ( その じんじゃ 、 その かみの やしろ ) 及び 韓 神社 ( から じんじゃ 、 からかみ の やしろ ) の 総称 。 +親巌 ( しんごん 、 仁平 元年 ( 1151 年 ) - 嘉禎 2 年 11 月 2 日 ( 旧暦 ) ( 1236 年 12 月 1日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 前期 に かけ て の 真言 宗 の 僧 。 +北大路 バス ターミナル ( きたおお じ バス ターミナル ) は 、 京都 市 北 区 に あ る 京都 市営 バス の バス ターミナル 。 +建礼 門 院 右京 大夫 ( けん れい もん いん うきょう の だいぶ 、 保元 2 年 ( 1157 年 ) ? - ? ) は 、 平安 時代 末 から 鎌倉 時代 初期 に かけ て の 女流 歌人 。 +祭天 ( さいてん ) は 、 天 を 祭 る 儀式 。 +清水 信一 ( しみず しんいち 、 男性 、 1910 年 5 月 10 日 ( 明治 43 年 ) - 1969 年 1 月 10 日 ( 昭和 44 年 ) ) は 、 日本 の 宗教 家 で あ る 。 +本如 ( ほんにょ 、 安永 ( 元号 ) 7 年 ( 1778 年 ) - 文政 9 年 12 月 12 日 ( 旧暦 ) ( 1827 年 1 月 9 日 ) ) は 、 江戸 時代 中期 から 後期 の 浄土 真宗 の 僧 、 西本願 寺 19 世 宗 主 、 大僧正 。 +月ヶ瀬 村 ( つき が せ むら ) は 、 かつて 奈良 県 に 存在 し た 村 。 +旗 奉行 ( はたぶぎょう ) と は 、 江戸 幕府 に おけ る 組織 の 一 つ 。 +源 博雅源 博雅 ( みなもと の ひろまさ 、 延喜 18 年 ( 918 年 ) - 天元 ( 日本 ) 3 年 9 月 28 日 ( 旧暦 ) ( 98 0 年 9 月 28 日 ) ) は 、 平安 時代 の 貴族 、 雅楽 家 。 +アート コンプレックス 1928 ( ART COMPLEX 1928 ) は 京都 市 中京 区 の 旧 毎日 新聞 社 京都 支局 ( 現 1928 ビル ) 3 階 に あ る 小 劇場 。 +吉子 内親王 ( よしこ な い しんのう 、 正徳 4 年 8 月 22 日 ( 1 71 4 年 9 月 30 日 ) - 宝暦 8 年 9 月 22 日 ( 175 8 年 10 月 23 日 ) ) は 、 霊元 天皇 の 第 十 三 皇女 。 +和薬種 改会 所 ( わやくしゅ あらため かいしょ ) は 、 江戸 時代 に 江戸 幕府 が 設置 し た 和薬種 の 品質 管理 の ため の 鑑定 を 行 っ た 機関 。 +松田 政近 ( まつだ まさちか 、 生年 不詳 - 天正 10 年 6 月 13 日 ( 旧暦 ) ( 15 8 2 年 7 月 2 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 で 明智 氏 の 家臣 。 +如意 ケ嶽 の 戦い ( にょいがたけ の たたか い ) は 、 永正 6 年 ( 1509 年 ) 6 月 17 日 の 夜半 に 京都 市 左京 区 の 如意 ケ嶽 周辺 で 行 わ れ た 戦い 。 +源 義平 ( みなもと の よしひら ) は 、 平安 時代 末期 の 武将 。 +鎌田 光政 ( か また みつまさ 、 生年 不詳 - 元暦 2 年 2 月 19 日 ( 旧暦 ) ( 1185 年 3 月 23 日 ) ) は 、 平安 時代 末期 の 武将 。 +天台 寺門 宗 ( てんだいじ もんしゅう ) は 大乗 仏教 の 宗派 の ひと つ で あ る 。 +浄音 ( じょう おん 、 建仁 元年 ( 120 1 年 ) - 文永 8 年 5 月 22 日 ( 旧暦 ) ( 12 7 1 年 6 月 30 日 ) ) は 、 鎌倉 時代 前期 から 中期 に かけ て の 浄土 宗 の 僧 。 +多田 源 氏 ( ただ げんじ ) は 、 清和 源 氏 に お い て 源 満仲 ( 多田 満仲 ) に 始ま る 多田 の 地 を 本拠 と し た 系統 を 指 し た 呼称 。 +橿原 市 ( かしはら し ) は 、 奈良 県 中部 の 市 。 +藤原 光業 ( ふじわら の みつなり ) は 、 平安 時代 後期 の 貴族 。 +源 俊房 ( みなもと の としふさ 、 長元 8 年 ( 10 35 年 ) - 保安 ( 元号 ) 2 年 11 月 12 日 ( 旧暦 ) ( 1121 年 12 月 23 日 ) ) は 、 平安 時代 後期 の 公家 。 +カツ サンド は 、 カツレツ ( 主に 豚 カツ や 牛 カツ ) を 食 パン で 挟 ん だ サンドイッチ 。 +柏餅 ( かしわもち ) は 、 平た く 丸め た 上新 粉 の 餅 を 二 つ に 折り 、 間 に 餡 を はさ ん で カシワ 又 は サルトリイバラ 科 の 葉 など で 包 ん だ 和 菓子 で あ る 。 +藤原 忠綱 ( ふじわら の ただつな ) +ヘダラ と は 「 供物 の 花 」 と い う 意味 の 仏教 用語 で あ る 。 +三浦 の 乱 ( サンポ の らん ) と は 、 1510 年 ( 中宗 ( 朝鮮 王 ) 4 年 ) に 朝鮮 王朝 慶尚道 で 起き た 、 対馬 守護 宗 氏 と 恒居 倭人 ( 朝鮮 居留 日本 人 ) に よ る 反乱 。 +和暦 ( われき ) と は 日本 独自 の 暦法 で あ り 、 元号 と それ に 続 く 年 に よ っ て 年 を 表現 する 。 +采女 ( うねめ ) と は 、 日本 の 朝廷 に お い て 天皇 や 皇后 に 近侍 し 、 食事 など 身の回り の 雑事 を 専門 に 行 う 女官 の こと 。 +初世浜 村 蔵六 ( はつせ はまむら ぞうろく 、 男性 、 享保 20 年 ( 1735 年 ) - 寛政 6 年 11 月 4 日 ( 旧暦 ) ( 1794 年 11 月 26 日 ) ) は 、 江戸 時代 中期 の 日本 の 篆刻 家 で あ る 。 +丹波 橋 駅 ( たんば ば し えき ) は 、 京都 府 京都 市 伏見 区 桃山 筒井 伊賀 西町 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +山崎 宗鑑 ( やまざき そうかん 、 寛正 6 年 ( 1465 年 ) ? - 天文 ( 元号 ) 22 年 10 月 2 日 ( 旧暦 ) ( 1553 年 ) ? ) は 、 戦国 時代 ( 日本 ) の 連歌 師 ・ 俳諧 作者 。 +澤村 藤十郎 ( さわむら とうじゅうろう ) は 、 歌舞伎 役者 の 名跡 。 +大炊 御門 経名 ( おおい の みかど つね な 、 文明 ( 日本 ) 12 年 ( 1480 年 ) - 天文 ( 元号 ) 22 年 3 月 24 日 ( 旧暦 ) ( 1553 年 5 月 6 日 ) ) は 、 室町 時代 後期 の 公卿 。 +井上 金峨 ( いのうえきん が 、 享保 17 年 ( 1732 年 ) - 天明 4 年 6 月 16 日 ( 旧暦 ) ( 1784 年 8 月 1日 ) ) は 、 江戸 時代 中期 の 日本 の 儒学 者 で あ る 。 +家人 ( けにん ) と は 、 日本 の 歴史 上 、 身分 の あ る 者 の 家臣 ・ 従者 等 を 指 す 用語 。 +藤原 基家 ( ふじわら の もと いえ 、 生年 未詳 - 寛治 7 年 ( 1093 年 ) ) は 平安 時代 末期 の 貴族 。 +正税 ( しょうぜい ・ 大税 ( たい ぜい ) ) と は 、 律令 制 の 下 に お い て 令制 国内 に あ る 正倉 に 蓄え られ た 稲穀 ・ 穎稲 ( えいとう ) の こと 。 +文武 天皇 ( もんむ てんのう 、 天武 天皇 11 年 ( 683 年 ) - 慶雲 4 年 6 月 15 日 ( 旧暦 ) ( 70 7 年 7 月 18 日 ) ) は 、 日本 の 第 42 代 天皇 ( 在位 : 文武 天皇 元年 8 月 17 日 ( 旧暦 ) ( 697 年 9 月 7 日 ) - 慶雲 4 年 6 月 15 日 ( 旧暦 ) ( 70 7 年 7 月 18 日 ) ) 。 +鈴木 重朝 ( すずき しげと も ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 前期 に かけ て の 武将 。 +井上 八千代 ( いのうえ や ちよ ) は 、 井上 流 家元 の 名跡 。 +福知 山 線 ( ふくちやま せん ) は 、 兵庫 県 尼崎 市 の 尼崎 駅 ( JR 西 日本 ) から 京都 府 福知 山 市 の 福知 山 駅 に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 幹線 ) で あ る 。 +御 暦奏 ( ご りゃく そう ) と は 、 近代 以前 に お い て 毎年 11 月 1日 ( 旧暦 ) に 陰陽 寮 から 中務 省 を 経由 し て 天皇 に 対 し て 翌年 の 暦 が 奏進 さ れ る 儀式 の こと 。 +春日 若宮 おん 祭 ( かす が わかみや おん まつり ) は 、 奈良 県 奈良 市 の 春日 大社 の 摂社 若宮 で 行 わ れ る 祭礼 で あ る 。 +川上 貞奴 ( かわかみ さだ やっこ 、 本名 川 上貞 ( 旧姓 : 小山 ) 、 明治 4 年 7 月 18 日 ( 旧暦 ) ( グレゴリオ 暦 18 71 年 9 月 2 日 ) - 昭和 21 年 ( 1946 年 ) 12 月 7 日 ) は 、 明治 から 昭和 に かけ て の 女優 。 +つくね ( 捏 、 捏 ね ) と は 、 畜肉 や 鳥肉 ( まれ に 魚肉 ) など の すり身 に つなぎ を 加え て 、 練り合わせ たり 擂 り 合せ て だんご 状 や 棒状 に 成形 し た 食品 。 +土佐 光信 ( とさみつのぶ 、 永享 6 年 ( 1434 年 ) ? - 大永 5 年 5 月 20 日 ( 旧暦 ) ( 152 5 年 6 月 10 日 ) ? ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 絵師 。 +佐々木 嘉平 ( ささき かへい 、 1889 年 ( 明治 22 ) 7 月 7 日 - 1983 年 ( 昭和 58 ) 5 月 2 日 ) は 社寺 建築 家 。 +北条 高 時 ( ほうじょう たか とき ) は 、 鎌倉 幕府 第 14 代 執権 ( 在職 1316 年 - 1326 年 ) 。 +安国 寺 恵瓊 ( あんこくじ え けい ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 禅僧 ・ 大名 。 +観世 清孝 ( かんぜ きよたか 、 1837 年 ( 天保 8 年 ) - 1889 年 ( 明治 22 年 ) ) と は 、 シテ 方 観世 流能 楽師 。 +執権 ( しっけん ) は 、 鎌倉 幕府 の 職名 。 +徳大寺 実堅 ( とくだいじ さね かた 、 寛政 2 年 12 月 6 日 ( 旧暦 ) ( 1791 年 1 月 10 日 ) - 安政 5 年 11 月 11 日 ( 旧暦 ) ( 1858 年 12 月 15 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +京 の 大仏 ( きょう の だいぶつ ) は 、 方広 寺 ( 京都 市 東山 区 ) に かつて 存在 し た 大仏 。 +太皇太后 ( たいこうたいごう ) は 先々 代 の 皇帝 の 正妻 ( 皇后 ) もしくは 、 当代 の 帝王 の 祖母 に 対 し て 用い る 尊称 で あ る 。 +『 新勅 撰 和 歌集 』 ( しんちょくせん わかしゅう ) は 十 三 代 集 の 最初 、 通算 で 第 九 勅 撰 和 歌集 。 +大田 南 5 号 古墳 ( おおた みなみ 5 ごう こふん ) は 、 京都 府 京丹後 市 ( 旧 弥栄 町 と 旧 峰山 町 に またが っ て ) に 所在 する 古墳 時代 中期 前半 の 方墳 で あ る 。 +『 続後 撰 和 歌集 』 ( しょく ごせん わかしゅう ) は 、 後嵯峨 上皇 の 命 に よ り 編纂 さ れ た 10 番 目 の 勅撰 和 歌集 。 +平盛 時 ( たいら の もりとき 、 生没年 不詳 ) は 、 鎌倉 幕府 初期 の 奉行 人 ( 幕府 官僚 ) 。 +『 阿弥陀 経 』 ( あみだきょう ) は 、 大乗 仏教 の 経典 の 一 つ 。 +川原寺 ( かわら で ら ) は 古代 日本 の 政治 文化 の 中心 で あ っ た 飛鳥 ( 奈良 県 高市 郡 明日香村 ) に 所在 し た 仏教 寺院 。 +一 円 硬貨 ( いちえん こう か ) は 、 日本 政府 発行 の 補助 硬貨 。 +宮津 市 ( みやづし ) は 、 京都 府 の 市 。 +宝生 弥一 ( ほうしょう や いち 、 190 8 年 ( 明治 41 年 ) 7 月 2 日 - 1985 年 ( 昭和 60 年 ) 3 月 11 日 ) は 、 ワキ 方 下 掛宝生 流 の 能楽師 。 +澄憲 ( ちょうけん 、 大治 ( 日本 ) 元年 ( 1126 年 ) - 建仁 3 年 8 月 6 日 ( 旧暦 ) ( 120 3 年 9 月 12 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 初期 に かけ て の 天台 宗 の 僧 。 +城柵 ( じょうさく ) と は 古代 日本 の 律令 制下 、 現代 の 新潟 県 北部 及び 東北 地方 を 支配 下 に 治め る ため に 設置 し た 防御 施設 を 備え た 官衙 を 指 す 歴史 学 用語 。 +帝紀 ( ていき ) +契沖 ( けい ちゅう 、 1640 年 ( 寛永 17 年 ) - 170 1 年 3 月 4 日 ( 元禄 14 年 1 月 25 日 ( 旧暦 ) ) ) は 、 江戸 時代 中期 の 真言 宗 の 僧 で あ り 、 和学 者 ( 国学 者 ) 。 +郷土 料理 ( きょうど りょうり ) と は 、 食 文化 と し て あ る 地域 ・ 地方 で 長 ら く 食べ られ て き た 家庭 料理 の こと 。 +金太郎 飴 ( きんたろうあめ ) は 飴 細工 の 一 つ 。 +野村 万之介 ( のむら まんのすけ 、 1939 年 5 月 2 日 - ) は 和泉 流狂言 師 。 +織田 重治 ( おだ しげはる 、 生没年 不詳 ) は 安土 桃山 時代 から 江戸 時代 の 人物 。 +一条 昭良 ( いちじょう あきよし 、 慶長 10 年 4 月 26 日 ( 旧暦 ) ( 160 5 年 6 月 12 日 ) - 寛文 12 年 2 月 12 日 ( 旧暦 ) ( 167 2 年 3 月 11 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +龍光院 ( りょう こういん ) は 京都 府 京都 市 左京 区 黒谷 町 に あ る 、 浄土 宗 大 本山 金戒 光明 寺 の 仏塔 塔頭 ( たっちゅう ) で あ る 。 +ここ で は 日本 料理 の 丼物 を 紹介 する 。 +常盤 光長 ( ときわみつな が 、 生没年 不詳 ) は 、 平安 時代 後期 の 画家 ( 土佐 派 ) 。 +土俵 ( どひょう ) と は 、 土 を 盛 っ て 作 る 相撲 の 競技 場 で あ る 。 +抹茶 アイス クリーム ( まっちゃ アイス クリーム ) は 、 抹茶 を フレーバー と する アイス クリーム で あ る 。 +大学 寮 ( だい がくりょう ) は 、 律令 制 の もと で 作 ら れ た 式部 省 ( 現在 の 人事 院 に 相当 する ) 直轄 下 の 官僚 育成 機関 で あ る 。 +中山 忠能 ( なかやま ただやす 、 文化 ( 元号 ) 6 年 11 月 11 日 ( 旧暦 ) ( 1809 年 12 月 17 日 ) - 明治 21 年 ( 1888 年 ) 6 月 12 日 ) は 、 江戸 時代 末期 から 明治 時代 前期 に かけ て の 公家 、 政治 家 で あ る 。 +郡衙 ( ぐん が ) は 、 日本 の 古代 律令 制度 の もと で 、 郡 の 官人 ( 郡司 ) が 政務 を と っ た 役所 で あ る 。 +玄旨 帰命 壇 ( げんし きみょう だん ) と は 、 かつて 天台 宗 に 存在 し た 一派 で あ る 。 +観世 宗節 ( かんぜ そうせつ 、 永正 6 年 ( 1509 年 ) - 天正 11 年 12 月 5 日 ( 旧暦 ) ( 1584 年 1 月 17 日 ) ) は 、 戦国 時代 ( 日本 ) に 活躍 し た 観世 流 能 役 者 。 +勧進 ( かんじん ) と は 、 仏教 の 僧侶 が 衆庶 の 救済 の ため の 布教 活動 の 一環 と し て 行 わ れ る 行為 の 1 つ で あ る 。 +出目 是閑 吉満 ( で めぜ かんよしみつ 、 152 6 年 ? - 元和 ( 日本 ) 2 年 ( 1616 年 ) ) は 、 桃山 時代 から 江戸 時代 初期 に かけ て の 面打師 。 +来迎院 ( らい ごういん ) は 、 京都 市 左京 区 に あ る 天台 宗 の 寺院 。 +河上彦斎 ( かわかみ げんさい 、 天保 5 年 11 月 25 日 ( 旧暦 ) ( 1834 年 12 月 25 日 ) - 明治 4 年 12 月 4 日 ( 旧暦 ) ( 1872 年 1 月 13 日 ) ) は 、 尊皇 攘夷 派 の 日本 の 武士 ( 熊本 藩士 ) 。 +小沢 重政 ( おざわ しげまさ 、 生年 不詳 - 元久 2 年 ( 120 5 年 ) 6 月 23 日 ( 旧暦 ) ) は 鎌倉 時代 の 武将 。 +伊達 邦成 ( だて くに しげ 、 天保 12 年 10 月 28 日 ( 旧暦 ) ( 1841 年 12 月 10 日 ) - 明治 37 年 ( 190 4 年 ) 1 1 月 29 日 ) は 、 日本 の 華族 。 +新 思潮 ( しんし ちょう ) は 、 日本 の 文芸 雑誌 で あ る 。 +比 企朝 宗 ( ひきと も むね 、 生没 年 未詳 ) 平安 時代 末期 、 鎌倉 時代 初期 の 武将 。 +住吉 仲皇子 ( すみのえ なか の おうじ 、 仁徳 天皇 24 年 ( 336 年 ) ? - 仁徳 天皇 87 年 ( 399 年 ) ) は 、 古墳 時代 の 皇族 。 +人康 親王 ( さね やすしんの う 、 天長 8 年 ( 831 年 ) - 貞観 14 年 5 月 5 日 ( 872 年 6 月 14 日 ) ) は 平安 時代 の 皇族 。 +寺院 諸 法度 ( じいんしょ はっと ) は 、 江戸 時代 、 徳川 幕府 が 仏教 教団 に 対 し て 定め た 諸 法 度 の 総称 で あ る 。 +京都 会館 ( きょう と かいかん ) は 、 京都 府 京都 市 左京 区 岡崎 最勝 寺 町 に あ る コンサート ホール で あ る 。 +集治 監 ( しゅうじかん ) と は 明治 に 作 ら れ た 現代 の 刑務 所 の 前身 。 +寺田 駅 ( てらだ えき ) は 、 京都 府 城陽 市 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +真言 宗 醍醐 派 ( しんごん しゅうだい ご は ) は 、 日本 に おけ る 真言 系 仏教宗 派 の ひと つ で 、 古義 真言宗 に 属 する 。 +寺 社領 ( じしゃ りょう ) と は 、 かつて 日本 に あ っ た 領 地 区分 の ひと つ 。 +估価 法 ( こかほう ・ 沽価 法 ) と は 、 古代 から 中世 に かけ て の 日本 に お い て 、 朝廷 ・ 国衙 ・ 鎌倉 幕府 に お い て 、 市場 に おけ る 公定 価格 及び 物品 の 換算 率 を 定め た 法律 。 +検非 違使 ( けびい し 、 けんび いし ) は 日本 の 律令 制下 の 令外 官 の 一 つ 。 +新羅 征討 計画 ( しらぎ せい とう けいかく ) は 飛鳥 時代 に 計画 さ れ た 朝鮮 半島 へ の 軍事 行動 。 +皇太妃 ( こうたい ひ ) と は 、 天皇 の 生母 で 、 前 天皇 の 妃 で あ っ た 人 の 呼称 。 +冷泉 為任 ( れいぜいため とう 、 1914 年 3 月 4 日 - 1986 年 7 月 8 日 ) は 、 日本 の 歌人 。 +喜蔵 院 ( きぞういん ) は 、 奈良 県 吉野 郡 吉野 町 に あ る 大峰山 の 護持 院 。 +素性 ( そせい 、 生没年 不詳延 喜 10 年 ( 910 年 ) 没 ? ) は 、 平安 時代 前 、 中期 の 歌人 、 僧侶 。 +藤原 盛子 ( ふじわら の もりこ ) +石像 寺 ( しゃくぞう じ ) は 京都 市 上京 区 に あ る 浄土 宗 の 寺院 。 +厚揚げ ( あつあげ ) は 、 1 丁 から 半丁 程度 に 切 っ た 豆腐 を 油 で 揚げ た 食品 。 +松島 図 屏風 ( まつしまず びょうぶ ) +下立売通 ( しも たちうり どおり 、 しもだ ちうりどおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +安東 円恵 ( あんどう えんえ 、 弘安 8 年 ( 1285 年 ) - 康永 2 年 ( 1343 年 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 武将 で 、 鎌倉 幕府 執権 北条 氏 得 宗家 の 被官 ( 御内 人 ) と し て 六波羅 探題 に 務め た 。 +本貫 ( ほんがん / うぶすな ) は 、 中国 ・ 朝鮮 半島 及び 日本 の 律令 制 で 戸籍 に 記載 さ れ た 本籍 地 の こと を い う 。 +柳生 氏 ( や ぎゅうし ) は 日本 の 氏族 。 +延喜 ・ 天暦 の 治 ( えんぎ ・ てんりゃく の ち ) と は 、 平安 時代 中 期 ( 10 世紀 ) の 醍醐 天皇 ・ 村上 天皇 両 天皇 の 治世 を 聖代 視 し た 呼称 。 +巨勢 邑治 ( こせ の おお じ 、 ? - 神亀 3 年 6 月 6 日 ( 旧暦 ) ( 72 4 年 7 月 4 日 ) ) は 、 飛鳥 時代 から 奈良 時代 に かけ て の 貴族 。 +趙 陶斎 ( ちょう とうさい 、 正徳 ( 日本 ) 3 年 ( 1 71 3 年 ) - 天明 6 年 4 月 20 日 ( 旧暦 ) ( 1786 年 5 月 17 日 ) ) は 、 江戸 時代 中期 の 書家 で あ る 。 +河井 荃廬 ( かわいせんろ 、 男性 、 明治 4 年 4 月 28 日 ( 旧暦 ) ( 18 71 年 6 月 15 日 ) - 昭和 20 年 ( 1945 年 ) 3 月 10 日 ) は 、 近代 日本 の 篆刻 家 で あ る 。 +薬石 ( やく せき ) は 、 禅宗 で 、 夕食 の こと で あ る 。 +玉虫 厨子 は 仏像 を 納め る 家具 で あ る 。 +稲葉 正成 ( いなば まさな り 、 15 71 年 ( 元亀 2 年 ) - 1628 年 10 月 14 日 ( 寛永 5 年 9 月 17 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) 、 江戸 時代 の 武将 。 +福天 ( ふくでん ) は 、 日本 の 民間 信仰 で 、 福 を もたら す 神 で あ る 。 +家老 ( かろう ) と は 、 武家 の 家臣 団 の うち 最高 の 地位 に あ っ た 役職 で 、 複数 人 お り 合議 に よ っ て 政治 ・ 経済 を 補佐 し た 。 +稲葉 正守 ( いなば まさも り 、 享和 4 年 1 月 29 日 ( 旧暦 ) ( 180 4 年 3 月 10 日 ) - 没年 不詳 ) は 、 山城 国 淀藩 の 第 10 代 藩 主 。 +日本 の 観光 で は 、 日本 国 内 で 行 わ れ て き た 観光 に つ い て 述べ る 。 +家子 ( いえの こ ) と は 、 武士 団 の 構成 員 。 +御料 車 ( ご りょう しゃ ) と は 、 日本 の 天皇 および 皇族 が 乗車 する ため の 車両 の こと で あ る 。 +藤原 為憲 ( ふじわら の ため の り 、 生没年 不詳 ) は 藤原 氏 の 始祖 「 藤原 鎌足 」 から 数え て 11 代 目 。 +船岡 駅 ( ふなおか えき ) は 、 京都 府 南丹 市 園部 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 鉄道 駅 。 +東園 家 ( ひがし その け ) は 園 基任 の 次男 東園 基教 ( 従 四 位 上 近衛 府 ) を 祖 と する 堂上 家 で あ る 。 +五世浜 村 蔵六 ( ご せい は まむら ぞうろく 、 男性 、 慶応 2 年 ( 1866 年 ) - 明治 42 年 11 月 25 日 ( 1909 年 ) ) は 、 明治 期 の 日本 の 篆刻 家 で あ る 。 +はしだて と は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) が 京都 駅 ~ 天橋 立 駅 間 を 山陰 本線 ・ 北 近畿 タンゴ 鉄道 北 近畿 タンゴ 鉄道 宮福線 ・ 北 近畿 タンゴ 鉄道 宮津 線 経由 で 運行 する 特別 急行 列車 。 +澤為量 ( さわ ため かず 、 1812 年 ( 文化 ( 元号 ) 9 年 ) - 1889 年 ( 明治 22 年 ) ) は 幕末 ・ 明治 初期 の 公卿 。 +特記 事項 +純信 ( じゅんしん 、 文政 2 年 10 月 10 日 ( 旧暦 ) ( 1819 年 11 月 27 日 ) - 明治 21 年 ( 1888 年 ) ) は 日本 の 僧侶 。 +左 大臣 ( さ だいじん ) は 、 朝廷 組織 の 最高 機関 、 太政 官 の 職 の 一 つ 。 +藤原 光子 ( ふじわら の みつこ 、 康平 3 年 ( 10 60 年 ) - 保安 ( 元号 ) 2 年 4 月 16 日 ( 旧暦 ) ( 1121 年 5 月 4 日 ) ) は 、 平安 時代 後期 の 女官 。 +鴻臚 館 ( こうろかん ) は 平安 時代 に 設置 さ れ た 外交 および 海外 交 易 の 施設 で あ る 。 +座 ( ざ ) は 、 平安 時代 から 戦国 時代 ( 日本 ) まで 存在 し た 主に 商工 業 者 や 芸能 者 に よ る 同業 者 組合 の こと 。 +甘樫丘 ( あまか し の おか ) は 、 奈良 県 高市 郡 明日香 村 豊浦 に あ る 丘陵 の こと 。 +水野 勝成 ( みず の かつな り 、 永禄 7 年 8 月 15 日 ( 旧暦 ) ( 1564 年 9 月 30 日 ) - 慶安 4 年 3 月 15 日 ( 旧暦 ) ( 1651 年 5 月 4 日 ) ) は 戦国 時代 ( 日本 ) の 武将 、 江戸 時代 初期 の 大名 。 +神田 ( しんでん 、 かんだ ) と は 、 日本 に お い て 、 神社 の 祭祀 など の 運営 経費 に あて る 田 の こと を い う 。 +秦 河勝 ( は た の か わかつ 、 生没 年 未詳 ) は 、 6 世紀 後半 から 7 世紀 半ば に かけ て 大和 王権 で 活動 し た 秦 氏 出身 の 豪族 。 +藤原 長子 ( ふじわら の なが こ 、 承暦 3 年 ( 1079 年 ) ? - 没年 不詳 ) は 、 平安 時代 後期 の 女流 歌人 。 +阿弥陀 如来 ( あみだ にょらい ) 、 サンスクリット アミターバ ( amitaabha ) あるいは アミターユス ( amitaayus ) は 、 大乗 仏教 の 如来 の 一 つ 。 +伊東 祐親 ( いとうすけちか 、 生年 不詳 - 寿永 元年 2 月 15 日 ( 旧暦 ) ( 1182 年 3 月 21 日 ) ) は 平安 時代 末期 の 武将 。 +目録 ( もくろく ) と は 、 物 の 所在 を 明確 に する 目的 あるいは 物 の 譲渡 や 寄進 が 行 わ れ る 際 に 作成 さ れ る 品名 や 内容 、 数量 など を 書き 並べ て 見 やす く し た 文書 。 +朝堂院 ( ちょうどう いん ) と は 古代 の 都城 に おけ る 、 宮城 ( 大内 裏 ) の 正庁 。 +慧灌 ( えかん 、 生没年 不詳 ) は 、 飛鳥 時代 に 高句 麗 から 渡来 し た 僧 。 +稲荷 駅 ( いなり えき ) は 、 京都 府 京都 市 伏見 区 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 で あ る 。 +六条 斎院 宣旨 ( ろくじょう さ いいん の せんじ 生没年 不詳 ) は 、 平安 時代 後期 の 女流 歌人 。 +難波 家 ( なん ばけ ) は 、 羽 林 家 の 家格 を 有 する 堂上 家 の 一 つ を な す 公家 。 +北条 時行 ( ほうじょう ときゆき ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 武将 で あ る 。 +手島 氏 ( て しま し ) は 、 日本 の 氏族 の 一 つ 。 +相馬 師 胤 ( そう ま も ろ た ね ) +上 総 広常 ( かずさ ひろつね ) は 平安 時代 末期 の 武将 。 +蘭癖 ( らんぺき ) は 江戸 時代 、 蘭学 に 傾注 し たり 、 オランダ 式 ( あるいは 西洋 式 ) の 習俗 を 憧憬 ・ 模倣 する よう な 人 を 指 し た 呼び名 で あ る 。 +近江 小室 藩 ( おうみこ むろ はん ) は 、 近江 国 浅井 郡 小室 ( 現在 の 滋賀 県 長浜 市 小室町 ( 旧 : 東 浅井 郡 浅井 町域 ) ) に 存在 し た 藩 。 +正親町 三条 実躬 ( おおぎまち さんじょうさ ね み 、 文永 元年 ( 1264 年 ) - ? ) は 、 鎌倉 時代 の 公卿 。 +藤原 親孝 ( ふじわら の ちかた か 、 生没年 不詳 ) は 、 平安 時代 中期頃 の 貴族 。 +相馬 主計 ( そうま かずえ 、 天保 6 年 ( 1835 年 ) 或いは 14 年 ( 1843 年 ) - 明治 8 年 ( 1875 年 ) ? ) は 、 新 選 組 最後 の 隊長 。 +那波 活所 ( なばかっしょ 、 文禄 4 年 ( 1595 年 ) - 正保 5 年 1 月 3 日 ( 旧暦 ) ( 1648 年 1 月 27 日 ) ) は 、 江戸 時代 初期 の 儒学 者 。 +壬申 戸籍 ( じんしん こ せき ) は 、 明治 4 年 ( 18 71 年 ) の 戸籍 法 に 基づ い て 、 翌 明治 5 年 ( 1872 年 ) に 編製 さ れ た 戸籍 で あ る 。 +文英 清韓 ( ぶんえい せいかん 、 永禄 11 年 ( 1568 年 ) - 元和 ( 日本 ) 7 年 3 月 25 日 ( 旧暦 ) ( 1621 年 5 月 16 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 に かけ て の 臨済 宗 の 僧 。 +風雅 和 歌集 ( ふう が わかしゅう ) は 第 17 勅 撰 集 。 +五十 六 世 梅若 六郎 ( うめわか ろくろう 、 1948 年 ( 昭和 23 年 ) 2 月 16 日 - ) は 観世 流 シテ 方 能 楽師 。 +高丘 氏 ( たかおかし ) は 日本 の 氏族 の ひと つ 。 +万里小路 藤房 の 妹 ・ 滋子 +賎民 ( せんみん ) と は 、 通常 の 民衆 より も 下位 に 置 か れ た 身分 また は その 者 を 指 す 。 +礫 石器 ( れき せっき ) と は 、 原石 ( 母岩 ) を 加工 せ ず に 、 その まま 使 っ た 石器 。 +胡麻豆腐 ( ごまどう ふ ) は 精進 料理 の ひと つ 。 +浄土 真宗 に おけ る 「 法名 」 ( ほうみょう ) と は 、 釈迦 の 弟子 ( 仏弟子 ) と な っ た 名告 り ( なのり ) で あ る 。 +『 新 千 載 和 歌集 』 ( しんせんざい わかしゅう ) は 、 勅撰 和 歌集 。 +菟道 貝 蛸 皇女 ( うじ の か い た この ひめみこ ) +広橋 国光 ( ひろはし く に みつ 、 大永 6 年 5 月 19 日 ( 旧暦 ) ( 152 6 年 7 月 8 日 ) - 永禄 11 年 11 月 12 日 ( 旧暦 ) ( 1568 年 12 月 10 日 ) ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 公家 。 +織田 信孝 ( おだ のぶたか ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +大伴 宿奈 麻呂 ( おおとも の すくな まろ 、 生没年 不詳 ) は 、 奈良 時代 前期 の 官人 。 +喰違 の 変 ( く いちがい の へん ) は 、 明治 7 年 ( 1874 年 ) 1 月 14 日 に 東京 の 赤坂 ( 東京 都 港 区 ) 喰違坂 で 起き た 、 右 大臣 岩倉 具視 に 対 する 暗殺 未遂 事件 。 +鎖鎌 ( くさり がま ) と は 、 草刈 り 鎌 に 鎖 分銅 を 取付け た 様 な 形 を し た 武器 で 、 農耕具 を 武器 と し て 発展 さ せ た 物 で あ る 。 +智徳 法師 ( ち とくほうし ) は 、 平安 時代 、 一条 天皇 の 頃 の 陰陽 師 。 +人足寄場 ( にんそく よせ ば ) 、 正式 名称 火付 盗賊 改方 人足寄場 ( かやく が たにんそく よせ ば ) と は 江戸 幕府 の 設置 し た 軽罪 人 ・ 虞犯 者 の 自立 支援 施設 で あ る 。 +グンゼ 記念 館 ( グンゼ きねんかん ) は 京都 府 綾部 市 に あ る 博物 館 。 +西中筋 通 ( にし なかすじ どおり ) は 京都 市 の 通り の 一 つ 。 +順信 ( じゅんしん 、 生年 不詳- 建長 2 年 3 月 10 日 ( 旧暦 ) ( 1250 年 4 月 13 日 ) ) は 、 鎌倉 時代 中期 の 浄土 真宗 の 僧 。 +朝井 影長 ( あさいかげな が 、 貞享 元年 11 月 16 日 ( 旧暦 ) ( 1684 年 12 月 22 日 ) - 明和 5 年 11 月 7 日 ( 旧暦 ) ( 1768 年 12 月 15 日 ) ) は 尊孝 法 親王 の 坊官 、 勧修 寺 門 跡 の 坊官 。 +後土 御門 天皇 ( ごつちみかど てんのう 、 嘉吉 2 年 5 月 25 日 ( 1442 年 7 月 3 日 ) - 明応 9 年 9 月 28 日 ( 150 0 年 10 月 21 日 ) ) は 、 室町 時代 の 第 10 3 代 天皇 ( 在位 寛正 5 年 7 月 19 日 ( 1464 年 8 月 21 日 ) - 明応 9 年 9 月 28 日 ( 150 0 年 10 月 21 日 ) ) 。 +真盛 ( しんせい 、 嘉吉 3 年 1 月 28 日 ( 旧暦 ) ( 1443 年 2 月 27 日 ) - 明応 4 年 2 月 30 日 ( 旧暦 ) ( 1495 年 3 月 26 日 ) ) は 、 戦国 時代 の 天台 宗 の 僧 。 +三 日 平 氏 の 乱 ( みっ か へいし の らん ) は 、 鎌倉 時代 初期 、 伊勢 国 と 伊賀 国 で 平家 の 残党 が 蜂起 し た 事件 。 +カラスミ ( 鱲子 ) は 、 魚 の 卵巣 を 塩漬け し 、 塩抜き 後 、 天日干し で 乾燥 さ せ た もの 。 +元 始祭 ( げん し さい ) は 、 戦前 の 祝祭 日 の 中 の 大祭 日 の 一 つ 。 +勝賢 ( しょうけん 、 保延 4 年 2 月 18 日 ( 旧暦 ) ( 1138 年 3 月 30 日 ) - 建久 7 年 6 月 22 日 ( 旧暦 ) ( 1196 年 7 月 19 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +蓮乗 寺 ( れんじょうじ ) は 、 滋賀 県 野洲 市 ( 旧 野洲 郡 中主 町 ) に あ る 天台 真盛宗 の 寺院 。 +源 義信 ( みなもと の よしのぶ 、 生没年 不詳 ) は 、 平安 時代 後期 の 河内 源 氏 の 武将 。 +天豊津 媛命 ( あま と よつひめ の みこと ) は 、 欠史 八代 、 懿徳 天皇 の 皇后 。 +大和茶 ( やまと ちゃ ) は 、 奈良 県 大和 高原 を 中心 と する 地域 で 生産 さ れ る 日本 茶 の ひと つ 。 +朝護 孫子 寺 ( ちょうご そんしじ ) は 、 奈良 県 生駒 郡 平群 町 ( へぐり ちょう ) の 信貴山 に あ る 信貴山 真言 宗 総 本山 の 寺院 で あ る 。 +藤原 通憲 ( ふじわら の みちの り 、 嘉祥 元年 ( 1106 年 ) ? - 平治 元年 12 月 13 日 ( 旧暦 ) ( 11 60 年 1 月 23 日 ) ) は 、 平安 時代 末期 の 貴族 ・ 学者 。 +宇治 市 植物 公園 ( うじ ししょくぶつ こうえん ) は 、 京都 府 宇治 市 に あ る 植物 園 。 +来迎 ( らいごう ) と は 、 仏教 中 の 浄土 教 に お い て 、 彩雲 に 乗 っ た 阿弥陀 如来 が 、 臨終 に 際 し た 往生 者 を 極楽 浄土 に 迎え る 為 に 、 観音 菩薩 ・ 勢至 菩薩 を 脇侍 に 従え 、 諸 菩 薩 や 天人 を 引き連れ て や っ て くる こと 。 +八 世 観世 銕 之亟 ( 8 せい かんぜ てつ の じょう 、 1931 年 1 月 6 日 - 2000 年 7 月 3 日 ) は 、 日本 の 能楽師 。 +大野 治長 ( おおの はるなが ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 豊臣 氏 の 家臣 。 +朝代 神社 ( あさしろ じんじゃ ) は 京都 府 舞鶴 市 朝代 に 鎮座 する 神社 。 +六 条 院 ( ろくじょういん 、 ろくじょう の いん ) は 、 +勧修 寺 晴豊 ( かじゅうじ は れ と よ ・ はる と よ 、 天文 ( 元号 ) 13 年 2 月 24 日 ( 旧暦 ) ( 1544 年 3 月 17 日 ) - 慶長 7 年 12 月 8 日 ( 旧暦 ) ( 160 3 年 1 月 19 日 ) ) は 、 安土 桃山 時代 の 公家 ( 公卿 ) 。 +香偈 ( こうげ ) と は 浄土 法 事 讃 から 採 っ た 偈文 ( げもん ) で あ る 。 +清閑 寺 共房 ( せい かんじ とも ふさ 、 天正 17 年 5 月 27 日 ( 旧暦 ) ( 1589 年 7 月 9 日 ) - 寛文 元年 7 月 28 日 ( 旧暦 ) ( 1661 年 8 月 22 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +無尽 ( むじん ) と は 日本 の 金融 の 一 形態 で あ る 。 +『 金閣 寺 』 ( きん かくじ ) は 、 三島 由紀夫 の 小説 。 +書薬 ( ふみの くすり 、 生没年 不明 ) は 日本 の 飛鳥 時代 の 人物 で あ る 。 +足利 家 時 ( あしかが い え とき ) は 、 鎌倉 時代 中期 の 鎌倉 幕府 の 御 家人 で あ る 。 +穂積 百 足 ( ほづみ の も も たり 、 生年 不詳 - 天武 天皇 元年 ( 67 2 年 ) 6 月 29 日 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +概要 +准母 ( じゅんぼ ) と は 、 天皇 の 生母 で な い 女性 が 母 に 擬 さ れ る こと 、 また は 母 に 擬 さ れ た 女性 の 称号 。 +塩小路 通 ( しお こうじ どおり ) は 、 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +浜松 中 納言 物語 ( はままつちゅう なごん ものがたり ) は 、 『 更級 日記 』 を 書 い た 菅原 孝標女 の 手 に な る と さ れ る 物語 で あ る 。 +東山 天皇 ( 尊良 ) 顕彰 の 串呂 ( ひがしやま てん のう ( たかな が ) けんしょう の かんろ ) は 、 三浦 芳聖 が 解明 し た 地文学 「 神風 串呂 」 の 中 の ひと つ で 、 後醍醐 天皇 の 一宮 ・ 尊良 親王 が 、 1336 年 ( 延元 元年 ) 10 月 9 日 、 比叡山 に 於 て 皇位 を 継承 し 、 高 御座 に 登極 さ れ た 神皇 正統 の 天皇 で あ る こと を 解明 し 、 顕彰 する 神風 串呂 で あ る 。 +五色 の 賤 ( ごしき の せん ) と は 、 律令 制 の 元 で 設置 さ れ た 古代 日本 の 被差別 身分 で あ る 。 +稗田 阿礼 ( ひえだ の あれ 、 生没年 不詳 。 7 世紀 後半 から 8 世紀 初頭 の 人 ) は 、 『 古事 記 』 の 編纂 者 と し て 知 ら れ る 人物 で あ る 。 +近藤 たま ( こんどう たま 、 文久 2 年 2 月 15 日 ( 旧暦 ) ( 1862 年 3 月 15 日 ) - 明治 19 年 ( 1886 年 ) 6 月 28 日 ) は 、 明治 時代 の 一般 女性 。 +紀止 ( きし 、 男性 、 生年 ( 1753 年 ± 10 ) - 卒年 ( 1799 年 以降 ) ) は 、 江戸 時代 中期 の 日本 の 篆刻 家 で あ る 。 +大達 羽 左 エ門 ( おおだて うざえもん 、 嘉永 6 年 12 月 15 日 ( 旧暦 ) ( 1854 年 1 月 13 日 ) - 明治 37 年 ( 190 4 年 ) 8 月 17 日 ) は 出羽 国田 川 郡 ( 羽前 国 ) ( 現 ・ 山形 県 鶴岡 市 ) 出身 の 力士 で 、 最高 位 は 大関 。 +「 金剛 頂経 」 ( こんごう ちょうきょう ) は 、 『 初会 金剛 頂経 』 ( sarvatath ā gatatattvasa ṃ graha ṃ n ā mamah ā y ā nas ū tra ṃ 『 一切 如来 の 真実 を 集め た もの と 名付け る 大乗 経典 』 略 し て 『 真実 摂 経 』 と も い う ) を 編纂 し た グループ が 次々 と 生み出 し て い っ た 「 金剛 頂 経 」 系 テキスト の 総称 で あ る 。 +日尊 ( にちぞん 、 1265 年 ( 文永 2 年 ) - 1346 年 ( 興国 6 年 ) ) は 、 日興 の 弟子 。 +愛宕 郡 ( お たぎの こおり ・ おたぎ ぐん ) は 山城 国 ・ 京都 府 に かつて 存在 し た 郡 で あ る 。 +踏歌節 会 ( とうか の せちえ / た ふか の せちゑ ) は 、 宮中 で 、 天皇 が 踏歌 を 見物 する 正月 の 年中 行事 。 +本感 寺 ( ほんかんじ ) は 、 京都 府 亀岡 市 に 所在 する 日蓮 正宗 の 寺院 。 +春宮 坊 ( とうぐう ぼう ) は 日本 古代 の 律令 制 に お い て 存在 し た 機関 。 +白鳥 峠 ( しらと り とうげ ) と は 京都 府 舞鶴 市 に あ る 峠 。 +帷子 ノ辻 駅 ( かたびら の つじ えき ) は 、 京都 市 右京 区 太秦 帷子 ヶ辻 町 に あ る 京福 電気 鉄道 の 鉄道 駅 。 +小鴨 主 ( お が も のぬし 、 生没年 不詳 ) は 伯耆 国久米 郡 小鴨 郷 を 出身 と する 小鴨 氏 の 始祖 で 「 小鴨 家 系 図 」 に 見え る 人物 。 +明経道 ( みょうぎょうどう ) は 、 日本 律令 制 の 大学 寮 に お い て 儒学 を 研究 ・ 教授 し た 学科 。 +守敏 ( しゅびん 、 生没年 不詳 ) は 、 平安 時代 前期 の 僧 。 +十 如 是 ( じゅうにょぜ ) と は 、 『 法華 経 』 方便 品 に 説 か れ る 因果律 を い う 。 +奥 八兵衛 ( おく はちべえ 、 生年 不詳 - 寛文 9 年 1 月 23 日 ( 旧暦 ) ( 1669 年 2 月 23 日 ) ) は 、 江戸 時代 、 京都 の 魚屋 ( 河内屋 ) で あ る 。 +宇多野 駅 ( うたの えき ) は 、 京都 市 右京 区 宇多野 長尾町 に あ る 京福 電気 鉄道 京福 電気 鉄道 北野 線 の 鉄道 駅 。 +王仁 ( わ に 、 生没年 不詳 ) は 百済 から 日本 に 渡来 し 、 漢字 と 儒教 を 伝え た と さ れ る 伝説 的 な 人物 。 +博奕 岬 ( ばくちみさき ) は 、 京都 府 舞鶴 市 瀬崎 に 属 し 、 日本 海 ( 若狭 湾 西部 ) に 面 する 岬 。 +比叡山 ( ひ えいざん ) と は 、 滋賀 県 大津 市 西部 と 京都 府 京都 市 北東部 に またが る 山 。 +橘娘 ( たちばな の いらつめ 、 生年 不詳 - 天武 天皇 10 年 2 月 29 日 ( 旧暦 ) ( 681 年 ) ) は 、 阿倍 倉梯 麻呂 の 娘 。 +桃山 御 陵前 駅 ( ももやま ご りょうまえ えき ) は 、 京都 府 京都 市 伏見 区 観音寺 町 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +藤原 資平 ( ふじわらの すけ ひら 、 寛和 2 年 ( 986 年 ) - 治暦 3 年 12 月 5 日 ( 旧暦 ) ( 1068 年 1 月 13 日 ) ) は 、 平安 時代 中期 の 公卿 。 +中村 直三 ( なかむら なおぞう 、 1819 年 - 18 82 年 ) は 、 奈良 県 出身 の 老農 ( 篤農家 ) ・ 農業 指導 者 。 +先斗町 ( ぽんと ちょう ) は 京都 市 中京 区 に 位置 し 、 鴨川 ( 淀川 水系 ) と 木屋 町 通 の 間 に あ る 花街 。 +賛 ( さん ) に は 主に 次 の 二 つ の 項目 が あげ られ る 。 +御典医 ( ごてんい ) と は 、 典薬 寮 に 所属 する 医師 の こと で あ り 、 単に 典医 と も い う 。 +江戸 幕府 ( えど ばくふ ) は 、 徳川 家康 が 創設 し た 武家 政権 で あ る 。 +加藤 景正 ( かとう かげまさ 、 仁安 ( 日本 ) 3 年 ( 1168 年 ) ? - 建長 元年 3 月 19 日 ( 旧暦 ) ( 1249 年 5 月 3 日 ) ? ) は 、 鎌倉 時代 前期 の 陶工 で 、 瀬戸 焼 の 祖 と さ れ る 。 +イワサク ( イハサク ) ・ ネサク は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +結城 朝光 ( ゆうき ともみつ ) は 、 平安 時代 末期 から 鎌倉 時代 前半 に かけ て 活躍 し た 武将 で 、 鎌倉 幕府 の 有力 御 家人 。 +日下部 遠江 ( くさかべ と お み 、 生没年 不詳 ) は 新選 組平 隊 士 。 +高山 ダム ( たかやま - ) は 京都 府 相楽 郡 南山城村 大字 高尾 地先 、 淀川 水系 木津川 左 支名張 川 の 合流 点 より 直上 流 の 地点 に 位置 する ダム で あ る 。 +院 ( いん ) は 、 元 の 意味 は 高 い 垣 に 囲 ま れ た 大きな 建築 物 の こと で 、 そこ から 以下 の よう な 意味 を 表 す 。 +後白河 天皇 ( ( ごしらかわ てんのう 、 大治 2 年 9 月 11 日 ( 1127 年 10 月 18 日 ) - 建久 3 年 3 月 13 日 ( 1192 年 4 月 26 日 ) 、 在位 : 久寿 2 年 7 月 24 日 ( 1155 年 8 月 23 日 ) - 保元 3 年 8 月 11 日 ( 1158 年 9 月 5 日 ) ) は 平安 時代 末期 の 第 77 代 天皇 。 +下毛 野 多具 比 ( しもつけ ぬ の たぐ ひ 、 生没年 不詳 ) は 、 奈良 時代 の 貴族 。 +今川 氏 ( いまがわ うじ ) は 、 日本 の 武家 。 +地方 改良 運動 ( ちほう かいりょう うんどう ) と は 、 日露 戦争 後 に 荒廃 し た 地方 社会 と 市 町 村 の 改良 ・ 再建 を 目指 す 官製 運動 の こと 。 +老中 奉書 ( ろうじゅう ほうしょ ) は 、 江戸 時代 の 老中 が 発給 する 伝達 文書 。 +皇祖神 ( こうそ しん ) と は 、 天皇 家 の 祖 と さ れ る 神 。 +西郷 隆盛 ( さいごう たかもり 、 文政 10 年 12 月 7 日 ( 旧暦 ) 〈 グレゴリオ 暦 182 8 年 1 月 23 日 ・ ユリウス 暦 182 8 年 1 月 11 日 〉 - 明治 10 年 〈 グレゴリオ 暦 1877 年 〉 9 月 24 日 ) は 、 日本 の 武士 ・ 薩摩 藩 士 、 軍人 、 政治 家 。 +提籃 ( ていらん ) は 煎茶道 で 使 う 茶 道具 の 一 つ 。 +俳諧 ( はいかい ) と は 、 主に 江戸 時代 に 栄え た 日本 文学 の 形式 、 また 、 その 作品 の こと 。 +陰陽 五 行 思想 ( いんよう ご ぎょう しそう 、 おんみょう ご ぎょう しそう ) と は 、 中国 の 春秋 戦 国 時代 ごろ に 発生 し た 陰陽 と 五行 思想 が 結び付 い て 生まれ た 思想 の こと 。 +和田 合戦 女 舞鶴 ( わ だ がっせん おんな まいづる ) は 歌舞伎 の 演目 。 +峰山 藩 ( みねやま はん ) は 、 丹後 国 に 存在 し た 藩 。 +北方 貿易 ( ほっぽう ぼうえき ) と は 、 奥州 藤原 氏 、 あるいは それ 以前 に 奥羽 を 支配 し た 安倍 氏 ( 奥州 ) や 出羽 清原 氏 が 中国 ( 北宋 ) と の 間 で 行 っ た 貿易 。 +田中 足麻呂 ( たなか の たりまろ 、 生年 不明 - 文武 天皇 2 年 6 月 29 日 ( 旧暦 ) ( 69 8 年 8 月 10 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +色 無地 ( いろむじ ) と は 、 日本 の 和服 の 中 で 柄 の な い 黒 以外 の 無地 の 着物 の こと を い う 。 +萬龍 ( まんりゅう 、 1894 年 7 月 - 1973 年 12 月 ) は 明治 末 に 「 日本 一 の 美人 」 と 謳 わ れ 、 当時 人気 を 博 し た 芸妓 。 +執金 剛 神 ( しゅ こんごう しん ) は 、 金剛 手 、 持 金 剛 と も 称 さ れ る 、 仏教 の 護法 善神 で あ る 。 +實川 延若 ( じつかわ えんじろう ) は 、 歌舞伎 役者 の 名跡 。 +道忠 ( どうちゅう ) は 、 奈良 時代 末期 ・ 平安 時代 初期 の 律宗 の 僧侶 。 +徒士 ( かち ) は 、 徒歩 で 戦 う 下級 武士 の こと を い う 。 +作事 奉行 ( さくじ ぶぎょう ) と は 、 江戸 時代 の 旗本 の 役職 の 一 つ 。 +池田 小三郎 ( いけだ こさぶろう 、 天保 十 三 年 ( 1842 年 ) ‐ 慶応 四 年 ( 1868 年 ) 初め ) は 、 新 選 組 隊士 。 +書物 奉行 ( しょも つ ぶぎょう ) は 、 江戸 幕府 の 職名 の 一 つ 。 +藤原 ( ふじわら ) 氏 は 、 日本 の 古代 から 近世 まで の 貴族 。 +由阿 ( ゆあ 、 正応 4 年 ( 1291 年 ) - 天授 ( 日本 ) 5 年 / 康暦 元年 ( 1379 年 ) 頃 ? ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 時宗 の 僧 ・ 万葉 学 者 。 +徳川 慶喜 ( とくがわ よしのぶ 、 とくがわ よしひさ ) は 、 江戸 幕府 第 15 代 征夷 大将軍 ( 将軍 在位 : 慶応 2 年 ( 1866 年 ) 12 月 5 日 ( 旧暦 ) - 慶応 3 年 ( 1867 年 ) 12 月 9 日 ( 旧暦 ) ) 。 +日西 関係 史 ( にち せい かんけい し 、 にっせい かんけい し ) と は 、 日本 と スペイン の 関係 に つ い て の 歴史 を さ す 。 +北山 十 八 間 戸 ( きたやま じゅう はち けん と ) は 鎌倉 時代 に 奈良 きたまち に つく ら れ た ハンセン 病 など の 重病 者 を 保護 ・ 救済 し た 福祉 施設 。 +『 六祖 壇 経 』 ( ろく そだん きょう ) は 、 仏教 の 経典 で 、 中国 禅宗 の 第 六 祖 ・ 慧能 の 説法 集 で あ る 。 +中朝 事実 ( ちゅうちょう じじつ ) は 、 山鹿 素行 が 記 し た 尊王 思想 の 歴史 書 。 +『 小右 記 』 ( おうき 、 しょうゆうき ) は 、 平安 時代 の 公卿 藤原 実資 の 日記 。 +竹田 大徳 ( たけだ の だいとく 、 たけだ の だい とこ 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +信長 包囲 網 ( のぶなが ほうい もう ) は 、 戦国 時代 _ ( 日本 ) 末期 より 安土 桃山 時代 初頭 に かけ て 、 室町 幕府 征夷 大将軍 足利 義昭 と その 後ろ盾 で あ る 織田 信長 と の 対立 に 由来 する 義昭 主導 の 反 信長 連合 の 俗称 。 +伊達 宗高 ( だて むねたか 、 慶長 12 年 ( 1607 年 ) - 寛永 3 年 8 月 17 日 ( 旧暦 ) ( 1626 年 10 月 7 日 ) ) は 江戸 時代 の 武将 。 +青砥 藤綱 ( あおと ふじつ な 、 生没 年 未詳 ) 鎌倉 時代 後期 の 武士 。 +宇都宮 時綱 ( うつのみや ときつ な ) は 鎌倉 時代 中期 の 鎌倉 幕府 の 御 家人 。 +大仏 様 ( だい ぶつ よう ) は 、 日本 の 伝統 的 な 寺院 建築 の 様式 の 一 つ 。 +西園寺 公宣 ( さいおんじ きんのぶ 、 寛永 2 年 ( 1625 年 ) - 寛文 10 年 8 月 15 日 ( 旧暦 ) ( 167 0 年 9 月 28 日 ) ) は 、 江戸 時代 前期 の 公家 。 +大宰帥 ( だざい の そち / だざい の そつ ) は 、 大宰府 の 長官 。 +高安 勝久 ( たかやす かつひさ 、 1948 年 ( 昭和 23 年 ) - ) は 、 ワキ 方 高安 流能 楽師 。 +束帯 ( そくたい ) は 、 平安 時代 以降 の 、 天皇 以下 公家 の 正装 ( 平安 装束 ) 。 +増田 宋太郎 ( ますだ そうたろう 、 嘉永 2 年 2 月 23 日 ( 旧暦 ) ( 1849 年 3 月 17 日 ) - 明治 10 年 ( 1877 年 ) 9 月 ) は 、 中津 藩 下士 増田 久行 の 嫡男 。 +武田 元信 ( たけだ もと のぶ   康正 元年 ( 1455 年 ) - 大永 元年 12 月 3 日 ( 旧暦 ) ( 152 1 年 12 月 31 日 ) ) は 武田 氏 若狭 武田 氏 の 第 5 代 当主 。 +俊寛 ( しゅんかん 、 康治 2 年 ( 1143 年 ) - 治承 3 年 3 月 2 日 ( 旧暦 ) ( 1179 年 4 月 10 日 ) ) は 平安 時代 後期 の 真言 宗 の 僧 。 +平正衡 ( たいら の まさひら 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +在庁 官人 ( ざい ちょう かんじん ) と は 、 日本 の 平安 時代 から 鎌倉 時代 に 、 国衙 行政 の 実務 に 従事 し た 地方 官僚 の 総称 。 +藤原 公成 ( ふじわら の きん なり 長保 元年 ( 999 年 ) - 長久 4 年 6 月 24 日 ( 旧暦 ) ( 1043 年 8 月 1日 ) ) は 、 平安 時代 の 公卿 。 +今川 氏 豊 ( いまがわ うじ と よ 生没年 不詳 ) は 戦国 時代 ( 日本 ) の 武将 。 +小浜 線 ( おば ま せ ん ) は 、 福井 県 敦賀 市 の 敦賀 駅 から 京都 府 舞鶴 市 の 東舞鶴 駅 に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 地方 交通 線 ) で あ る 。 +日本 人形 ( に ほんにんぎょう ) と は 、 和服 を 着 、 日本 髪 を 結 っ た 、 日本 の 伝統 的 な 風俗 を 写 し た 人形 の 総称 で あ る 。 +和田 英 ( わ だえい ) は 、 「 富岡 日記 」 を 著 し た 女性 。 +山号 な し +橋本 関雪 ( はしもと かんせつ 、 1883 年 11 月 10 日 - 1945 年 2 月 26 日 ) は 、 日本 画 家 。 +葛餅 、 ( くずもち 、 くず 餅 ) は 、 葛粉 から 作 ら れ る 和 菓子 。 +イワツツノオ ( イハツツノヲ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +財団 法人 小倉 百 人 一 首 文化 財団 ( おぐら ひゃく にん いっしゅ ぶんか ざいだん ) は 、 百 人 一首 を テーマ と し て 、 京都 文化 や 京都 観光 の 発展 に 貢献 する ため に 京都 商工 会議 所 が 設立 し た 財団 で あ る 。 +国宝 茶席 三 名席 ( こくほう ちゃせき さん めいせき ) +みりん ( 味醂 ) と は 、 日本 料理 の 調味 料 や 飲用 に 用い られ る アルコール 飲料 の ひと つ 。 +藤原 通房 ( ふじわら の みちふさ 、 万寿 2 年 1 月 10 日 ( 旧暦 ) ( 1025 年 2 月 10 日 ) - 長久 5 年 4 月 24 日 ( 旧暦 ) ( 1044 年 5 月 23 日 ) ) は 、 平安 時代 中期 の 公卿 。 +花園 天皇 ( はなぞの てんのう 、 永仁 5 年 7 月 25 日 ( 1297 年 8 月 14 日 ) - 貞和 4 年 / 正平 3 年 11 月 11 日 ( 1348 年 12 月 2 日 ) ) は 鎌倉 時代 の 第 95 代 天皇 ( 在位 : 延慶 元年 11 月 16 日 ( 130 8 年 12 月 28 日 ) - 文保 2 年 2 月 26 日 ( 1318 年 3 月 29 日 ) ) 。 +御 蔭通 ( みかげ どおり ) は 、 京都 市 左京 区 内 の 東西 の 通り の 一 つ 。 +東郷 平八郎 ( とうごう へい はちろう 、 弘化 4 年 12 月 22 日 ( 旧暦 ) ( 1847 年 1 月 27 日 ) - 昭和 9 年 ( 1934 年 ) 5 月 30 日 は 、 日本 の 武士 ・ 薩摩 藩 士 、 大 日本 帝国 海軍 軍人 で あ る 。 +尾上 新 七 ( お のえ しんしち ) は 、 歌舞伎 役者 の 名跡 。 +強訴 ( ごうそ ) と は 強硬 な 態度 で 相手 に 訴えかけ る 行動 を 指 す 。 +本藩 人物 誌 ( ほんぱん じんぶつ し ) は 、 戦国 時代 ( 日本 ) を 中心 に 、 15 世紀 中頃 から 17 世紀 中頃 まで の 約 20 0 年間 に わた る 島津 氏 の 一族 及び 主な 家臣 など の 略記 を いろ は 順 に 全 13 巻 に まとめ た もの で あ る 。 +日本 外史 ( にほん がいし ) と は 、 江戸 時代 、 頼山 陽 が 著作 し た 日本 の 歴史 書 。 +寂蓮 ( じゃくれん 、 1139 年 ( 保延 5 年 ) ? - 120 2 年 8 月 9 日 ( 建仁 2 年 7 月 20 日 ( 旧暦 ) ) ) は 、 平安 時代 末 から 鎌倉 時代 初期 に かけ て の 歌人 、 僧侶 で あ る 。 +菱葩餅 ( ひし はなびらもち ) は 、 ゴボウ と 白味 噌 餡 と ピンク 色 の 餅 を 、 餅 もしくは 求肥 で 包 ん だ 和 菓子 で あ る 。 +久米田 の 戦い ( くめだ の たたか い ) は 永禄 5 年 ( 1562 年 ) 3 月 5 日 、 和泉 国 八 木村 ( 大阪 府 ) 郷 の 久米田 寺 周辺 ( 現 大阪 府 岸和田 市 ) に 布陣 する 三好 義賢 に 対 し 、 畠山 高政 が 攻め 入 っ た 日本 の 合戦 。 +根金身 ( ね の かねみ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +真宗 大谷 派 の 大学 で あ る 。 +黒鳥兵衛 ( くろとりひょうえ ) は 越後 国 の 伝説 上 の 人物 。 +織田 常松 ( おだ じょうしょう 、 生没年 不詳 ) は 、 室町 時代 の 武将 。 +自助 論 ( selfhelp ) は 、 1859 年 発行 の サミュエル ・ スマイルズ 著 の 指南 書 で あ る 。 +長秋 詠藻 ( ちょうしゅうえいそう ) は 、 藤原 俊成 の 歌集 、 家集 。 +平安 神宮前 駅 ( へいあん じんぐうまえ えき ) は 、 京都 市 東山 区 に あ っ た 鉄道 駅 。 +良 円 ( りょう えん 、 治承 3 年 7 月 13 日 ( 旧暦 ) ( 1179 年 8 月 17 日 ) - 承久 2 年 1 月 14 日 ( 旧暦 ) ( 1220 年 2 月 19 日 ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 興福 寺 の 僧 。 +洞院 実熙 ( とういん さねひろ 、 応永 16 年 ( 1409 年 ) - 没年 不詳 ) は 、 室町 時代 の 公卿 。 +関白 ( かんぱく ) と は 、 天皇 の 代わり に 政治 を 行 う 職 で あ る 。 +阿閉貞征 ( あつじ さだゆき 、 享禄 元年 ( 1528 年 ) - 天正 10 年 6 月 18 日 ( 旧暦 ) ( 15 8 2 年 7 月 7 日 ) ) は 戦国 時代 ( 日本 ) の 武将 で 、 浅井 氏 、 織田 氏 の 家臣 。 +国衙 ( こくが ) は 、 日本 の 律令 制 に お い て 国司 が 地方 政治 を 遂行 し た 役所 が 置 か れ て い た 区画 を 指 す 用語 。 +三 代 目尾 上 多賀 之丞 ( さん だい め お のえ た が の じょう 、 明治 22 年 ( 1889 年 ) 9 月 21 日 - 昭和 53 年 ( 1978 年 ) 6 月 20 日 ) は 、 戦前 戦後 に かけ て 活躍 し た 歌舞伎 役者 。 +国民 同盟 会 ( こくみん どうめい かい ) は 、 明治 時代 の 190 0 年 9 月 に 成立 し た 政治 団体 。 +移郷 ( いごう ) は 、 奈良 時代 、 平安 時代 の 刑罰 の ひと つ で あ る 。 +姝子 内 親王 ( しゅし ( よしこ ) ないしんのう 、 永治 元年 11 月 8 日 ( 1141 年 12 月 7 日 ) - 安元 2 年 6 月 13 日 ( 1176 年 7 月 20 日 ) ) は 、 二条 天皇 の 中宮 。 +藤原 実経 ( ふじわら の さねつね 、 長徳 4 年 12 月 3 日 ( 旧暦 ) ( 99 8 年 12 月 24 日 ) - 寛徳 2 年 7 月 10 日 ( 旧暦 ) ( 1045 年 8 月 24 日 ) ) は 、 平安 時代 中期 の 貴族 。 +末法 無戒 ( まっぽう む かい ) と は 、 末法 の世 に は 細か い 戒律 は 必要 が な い と い う 、 日蓮 宗 諸派 の 教学 で あ る 。 +僧綱 ( そうごう ) と は 、 日本 に おけ る 仏教 の 僧尼 を 管理 する ため に お か れ た 僧官 の 職 。 +蓮 淳 ( れんじゅん 、 寛正 5 年 ( 1464 年 ) - 天文 ( 元号 ) 19 年 8 月 18 日 ( 旧暦 ) ( 1550 年 9 月 28 日 ) ) 、 は 室町 時代 ・ 戦国 時代 ( 日本 ) の 僧 。 +平経高 ( たいら の つね たか 、 治承 4 年 ( 1180 年 ) - 建長 7 年 ( 1255 年 ) 6 月 ( 旧暦 ) ) は 、 鎌倉 時代 中期 の 公卿 。 +成務 天皇 ( せいむ てんのう 、 景行 天皇 14 年 ( 84 年 ) - 成務 天皇 60 年 6 月 11 日 ( 旧暦 ) ( 190 年 7 月 30 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 伝え られ る 第 13 代 の 天皇 ( 在位 : 成務 天皇 元年 1 月 5 日 ( 旧暦 ) ( 131 年 2 月 18 日 ) - 同 60 年 6 月 11 日 ( 190 年 7 月 30 日 ) ) 。 +関屋 ( せきや ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +大友 貞宗 ( おおと も さだむね 、 ? - 1334 年 1 月 9 日 ( 元弘 3 年 / 正慶 2 年 12 月 3 日 ( 旧暦 ) ) ) は 鎌倉 時代 末期 の 武将 。 +奢侈 禁止 令 ( しゃ しきん し れい ) と は 、 贅沢 ( 奢侈 ) を 禁止 し て 倹約 を 推奨 ・ 強制 する ため の 法令 及び 命令 の 一群 で あ る 。 +源 公忠 ( みなもと の きん ただ 、 寛平 元年 ( 889 年 ) - 天暦 2 年 10 月 29 日 ( 旧暦 ) ( 948 年 12 月 7 日 ) ) は 、 平安 時代 中期 の 官人 ・ 歌人 。 +赤旗 事件 ( あか は た じけん ) と は 、 190 8 年 ( 明治 41 年 ) 6 月 22 日 に 発生 し た 社会 主義 者 弾圧 事件 で あ る 。 +七条 警察 署 巡査 殺害 事件 ( しちじょう けいさつ しょ じゅんさ さつがい じけん ) と は 、 1946 年 ( 昭和 21 年 ) 6 月 9 日 に 京都 府 京都 市 で 発生 し た 殺人 事件 。 +宮殿 ( くうでん ) は 、 仏教 の 礼拝 対象 で あ る 仏像 、 祖師 像 など を 収め る 厨子 の 一種 。 +慈明 寺 +桜町 天皇 ( さくらまち てんのう 、 享保 5 年 1 月 1日 ( 1720 年 2 月 8 日 ) - 寛延 3 年 4 月 23 日 ( 1750 年 5 月 28 日 ) ) は 、 江戸 時代 の 第 115 代 天皇 ( 在位 享保 20 年 3 月 21 日 ( 1735 年 4 月 13 日 ) - 延享 4 年 5 月 2 日 ( 1747 年 6 月 9 日 ) ) 。 +池田 荘 ( いけだ の しょう ) は 、 平安 時代 ~ 室町 時代 に かけ て 美濃 国 に あ っ た 荘園 。 +井上 源三郎 ( いのうえ げんざ ぶろう 、 文政 12 年 3 月 1日 ( 旧暦 ) ( 1829 年 4 月 4 日 ) - 慶応 4 年 1 月 5 日 ( 旧暦 ) ( 1868 年 1 月 29 日 ) は 、 新 選 組 六 番 隊 組長 。 +平 貞盛 ( たいら の さだ もり 、 生年 不詳 - 永祚 ( 日本 ) 元年 10 月 15 日 ( 旧暦 ) ( 98 9 年 11 月 16 日 ) ? ) は 、 平安 時代 中期 の 武将 。 +四条 駅 ( しじょう えき ) は 、 京都 府 京都 市 下京 区 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +京都 市 西京極 総合 運動 公園 ( きょう とし にしきょうごく そうごう うんどう こうえん ) は 、 京都 府 京都 市 右京 区 に あ る 広域 運動 公園 。 +司馬 江漢 ( しば こうかん 、 延享 4 年 ( 1747 年 ) - 文政 元年 10 月 21 日 ( 旧暦 ) ( 1818 年 11 月 19 日 ) ) は 、 江戸 時代 の 絵師 。 +安土 町 ( あづち ちょう ) は 、 滋賀 県 東部 の 、 琵琶 湖 東岸 に 位置 する 町 。 +帝冠 様式 ( ていかんよう しき ) は 、 昭和 初期 の 日本 で 流行 し た 、 鉄筋 コンクリート 造 の 現代 建築 に 和風 の 瓦屋根 を 載せ た 和洋 折衷 の 建築 様式 で あ る 。 +音羽 の 滝 ( おとわ の たき ) と は 、 山城 国 洛外 に 所在 し た と さ れ る 滝 。 +国是 綱目 ( こくぜ こうもく ) は 、 明治 2 年 ( 1869 年 ) 1 月 に 当時 の 兵庫 県 知事 で あ っ た 伊藤 博文 が 、 県 幹部 3 名 ( 中島 信行 ・ 田中 光 顕 ・ 何 礼 之 ) 及び 大阪 に 赴任 中 の 会計 官 権 判事 の 陸奥 宗光 と とも に 提出 し た 建白書 。 +大権 修利 菩薩 ( だい げん ・ しゅり ・ ぼさつ ) は 、 禅宗 、 特に 曹洞 宗 寺院 で 尊重 さ れ 祀 ら れ る 尊格 で あ る 。 +常盤井宮 直仁王 ( ときわい のみや なお ひと おう 、 生没 年 未詳 ) は 室町 時代 の 皇族 、 常盤井 宮家 4 代 当主 。 +淳祐 ( じゅんゆう 、 寛平 2 年 ( 890 年 ) - 天暦 7 年 7 月 2 日 ( 旧暦 ) ( 953 年 8 月 18 日 ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +伏見 藩 ( ふしみ はん ) は 、 山城 国 伏見 ( 現在 の 京都 府 京都 市 伏見 区 ) に 存在 し た 藩 。 +山本 竹雲 ( やまもと ちくうん 、 男性 、 文政 2 年 ( 1819 年 ) – 明治 21 年 ( 1888 年 ) 4 月 27 日 ) は 、 明治 期 の 日本 の 篆刻 家 ・ 煎 茶道 で あ る 。 +阿弥陀 三尊 ( あみだ さんぞん ) は 、 仏教 に おけ る 仏像 安置 形式 の 一 つ 。 +石塔 頼房 ( いしどう より ふさ ) は 、 石塔 氏 3 代 当主 。 +赤子 ( あかご ) は 、 長野 県 、 大和 国 ( 現 ・ 奈良 県 ) に 伝わ る 妖怪 。 +春分 ( しゅんぶん ) は 、 二十 四 節気 の 1 つ 。 +大島 光義 ( おおしま みつよし 、 永正 5 年 ( 150 8 年 ) - 慶長 9 年 8 月 23 日 ( 旧暦 ) ( 160 4 年 9 月 16 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +藤原 懐子 ( ふじわら の かいし ( ちかこ ) 、 天慶 8 年 ( 945 年 ) - 天延 3 年 4 月 3 日 _ ( 旧暦 ) ( 97 5 年 5 月 16 日 ) ) は 平安 時代 中期 、 藤原 北家 の 摂政藤原 伊尹 の 長女 。 +仁正 寺 藩 ( に しょう じ はん ) は 、 近江 国 蒲生 郡 仁正 寺 ( 現在 の 滋賀 県 蒲生 郡 日野 町 ( 滋賀 県 ) ) に 存在 し た 藩 。 +本家 末 家 論争 ( ほんけま つ け ろんそう ) は 、 江戸 時代 の 大名 ( 近世 大名 ) に おけ る 本家 ・ 分家 関係 に あ る 大名 家 の 家格 を めぐ る 争い で あ る 。 +白河 別業 ( しらかわ べつぎょう ) は 、 9 世紀 から 11 世紀 頃 まで 代々 の 藤原 氏 摂 関家 当主 に よ り 使用 さ れ て い た 別業 。 +慈照 寺 ( じしょうじ ) は 、 京都 府 京都 市 左京 区 に あ る 、 東山 文化 を 代表 する 臨済 宗 相国 寺 派 の 寺院 ( 相国 寺 の 境外 塔頭 ) 。 +六角 家 ( ろっかく け ) は 、 江戸 時代 に 成立 し た 公家 の 家系 で あ る 。 +両界 曼荼羅 ( りょう かい まん だら ) は 、 密教 の 中心 と な る 仏 で あ る 大日 如来 の 説 く 真理 や 悟り の 境地 を 、 視覚 的 に 表現 し た 曼荼羅 で あ る 。 +城下町 ( じょうかまち ) と は 、 日本 に お い て 、 領主 の 城 を 中心 に 成立 し た 都市 。 +深山 ( みやま ) は 大阪 府 豊能 郡 能勢 町 と 京都 府 南丹 市 と の 境界 に 位置 する 山 。 +足利 忠綱 ( あしか が ただつな 、 長寛 2 年 ( 11 64 年 ) ? - 没年 不明 ) は 、 平安 時代 末期 の 武将 。 +信貴山 縁起 ( しぎ さん えんぎ ) は 、 平安 時代 末期 の 絵巻物 で 、 2006 年 現在 、 日本 の 国宝 に 指定 さ れ て い る 。 +新 京阪 鉄道 ( しんけいはん てつどう ) は 、 京都 府 ・ 大阪 府 に 路線 を 有 し て い た 鉄道 事業 者 。 +藤原 誠信 ( ふじわら の さねのぶ 、 康保 元年 ( 964 年 ) - 長保 3 年 9 月 3 日 ( 旧暦 ) ( 100 1 年 9 月 27 日 ) は 、 平安 時代 中期 の 公卿 。 +空也 ( くう や ・ こう や 、 延喜 3 年 ( 90 3 年 ) - 天禄 3 年 9 月 11 日 ( 旧暦 ) ( 97 2 年 10 月 20 日 ) ) は 平安 中期 の 僧 で あ る 。 +中村 翫雀 ( なかむら かんじゃく ) は 、 歌舞伎 の 名跡 の 一 つ 。 +地侍 ( じざむらい ) は 、 室町 時代 から 安土 桃山 時代 に かけ て 見 られ た 侍身 分 の 一種 。 +儀式 ( ぎしき ) と は 、 本来 は 律令 制 の 朝廷 に おけ る 公務 ・ 宮中 行事 に 際 し て の 礼儀 作法 の こと で あ る が 、 後 に は こう し た 作法 を 規定 し た 編纂 物 ・ 書物 の こと を 「 儀式 」 と 呼 ぶ よう に な っ た 。 +達如 ( たつ にょ   1780 年 ( 安永 9 年 ) - 1865 年 12 月 21 日 ( 慶応 元年 11 月 4 日 ) ) は 、 浄土 真宗 の 僧 で 、 東本願 寺 第 20 代 法主 。 +宗我 坐 宗我都 比古 神社 ( そが に ますそ がつ ひ こ じんじゃ ) は 奈良 県 橿原 市 曽我 町 に 鎮座 する 神社 で あ る 。 +開眼 法要 ( かいげん - ほうよう ) は 仏像 、 仏画 、 仏壇 、 墓 など の 完成 の 際 に 営 ま れ る 法要 。 +山崎 家盛 ( やまざき いえもり 、 1567 年 ( 永禄 10 年 ) - 1614 年 11 月 19 日 ( 慶長 19 年 10 月 18 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 、 江戸 時代 の 大名 。 +吉志 舞 ( きしまい ) と は 大嘗 祭 など で 、 阿倍 氏 の 当主 等 が 監督 し て 、 闕腋 袍 ( けってき の ほう ) 等 、 主に 武官 の 服装 で 、 踊 ら れ た 舞楽 。 +法華 七 喩 ( ほっけ し ちゆ ) と は 、 法華 経 に 説 か れ る 7 つ の たとえ 話 の こと 。 +王女 ( おうじょ ) と は 国王 あるいは 王 と 同様 の 君主 の 娘 の 呼称 。 +美作 朝 親 ( みまさか と もちか 、 生没年 不詳 ) は 、 鎌倉 時代 初期 の 武士 ・ 御 家人 。 +丹後 由良 海水 浴 場 ( たんご ゆら かいすい よくじょう ) は 、 京都 府 宮津 市 に あ る 海水 浴場 。 +一向 一揆 ( いっ こう いっ き ) は 、 戦国 時代 ( 日本 ) に 浄土 真宗 ( 一向 宗 ) 浄土 真宗 本願 寺 派 の 信徒 たち が おこ し た 一揆 の 総称 。 +高野切 ( こう やぎれ ) は 、 平安 時代 後期 、 11 世紀 に 書写 さ れ た 『 古今 和 歌集 』 の 写本 の 通称 で あ る 。 +田形 皇女 ( た かた の ひめみこ 、 天武 天皇 3 年 ( 674 年 ) - 神亀 5 年 ( 728 年 ) 3 月 5 日 ) は 、 天武 天皇 の 皇女 。 +花月 菴流 ( かげつ あん りゅう ) は 江戸 時代 末期 に 田中 鶴翁 に よ っ て 起こ さ れ た 煎茶道 の 流派 で あ る 。 +牧野 権 六郎 ( まきの ごん ろくろう 、 文政 2 年 8 月 2 日 ( 旧暦 ) ( 1819 年 9 月 20 日 ) - 明治 2 年 6 月 28 日 ( 旧暦 ) ( 1869 年 8 月 5 日 ) ) は 、 幕末 の 備前 国 ・ 岡山 藩士 で 尊王 攘夷 の 志士 で あ る 。 +藤原 経実 ( ふじわら の つねざね 、 治暦 4 年 ( 1068 年 ) - 天承 元年 10 月 23 日 ( 旧暦 ) ( 1131 年 11 月 21 日 ) ) は 平安 時代 末期 の 公卿 。 +安富 元 家 ( やす とみもと いえ ) は 、 戦国 時代 ( 日本 ) の 武将 。 +朝服 ( ちょうふく ) は 、 飛鳥 時代 から 平安 時代 に かけ て 、 官人 が 朝廷 に 出仕 する とき に 着用 し た 衣服 で あ る 。 +太政 官 布告 ( だ じょうかん ふこく ) ・ 太政 官 達 ( だ じょうかん たっし ) と は 、 とも に 太政 官 明治 維新 の 太政 官 に よ っ て 公布 さ れ た 明治 時代 初期 の 法令 の 形式 で あ る 。 +定府 ( じょうふ ) と は 、 江戸 時代 に お い て 参勤 交代 を 行 わ ず に 江戸 に 定住 し て 征夷 大将軍 に 仕え る 者 を い う 。 +関川 代二郎 ( せきかわだい じろう 、 天保 9 年 ( 1838 年 ) - 明治 42 年 ( 1909 年 ) ) は 、 幕末 の 桑名 藩 士 で 、 新 選 組 隊士 。 +奨学院 ( しょうがく いん ) と は 、 平安 時代 の 大学 別曹 の 一 。 +毛利 正 恒 ( もうり まさつね 、 生年 不詳 - 明和 5 年 2 月 19 日 ( 旧暦 ) ( 1768 年 4 月 6 日 ) ) は 江戸 時代 の 薩摩 藩 の 武士 。 +三 帖 和讃 ( さんじょうわ さん ) と は 、 親鸞 の 著作 で あ る 浄土 和讃 、 高僧 和讃 、 正像 末 和讃 の 総称 で あ る 。 +弘仁 ・ 貞観 文化 ( こうにん ・ じょうがん ぶんか ) と は 、 日本 史 に お い て 、 弘仁 ・ 貞観 _ ( 日本 ) 年間 を 中心 と する 平安 時代 前期 ( ほぼ 9 世紀 に 相当 ) の 文化 。 +二 年 参り ( に ねん まいり ) と は 初詣 ( はつもうで ) の 形式 の 一 つ で あ る 。 +観音寺 ( かんの んじ ) は 、 京都 市 東山 区 泉涌 寺 山内 に あ る 真言 宗 泉涌 寺 派 の 寺院 。 +正親町 公通 ( おおぎま ちきん みち 、 承応 2 年 6 月 26 日 ( 旧暦 ) ( 1653 年 8 月 19 日 ) - 享保 18 年 7 月 12 日 ( 旧暦 ) ( 1733 年 8 月 21 日 ) ) は 、 江戸 時代 中期 の 公家 。 +磨製 石器 ( ま せい せっき ) と は 製作 技術 で 分類 し た とき の 石器 の 種類 。 +足利 基 氏 ( あしかが も とうじ 、 暦応 3 年 / 興国 元年 3 月 5 日 ( 旧暦 ) ( 1340 年 4 月 2 日 ) - 貞治 6 年 / 正平 ( 日本 ) 22 年 4 月 26 日 ( 旧暦 ) ( 1367 年 5 月 25 日 ) ) は 、 室町 時代 の 武将 。 +狩野 松栄 ( かのう しょうえい 、 永正 16 年 ( 1519 年 ) - 天正 20 年 10 月 21 日 ( 旧暦 ) ( 1592 年 11 月 24 日 ) ) は 安土 桃山 時代 の 狩野 派 の 絵師 で 、 狩野 元信 の 三男 。 +五郎 八 姫 ( いろ は ひめ 、 文禄 3 年 6 月 16 日 ( 旧暦 ) ( 1594 年 8 月 2 日 ) - 寛文 元年 5 月 8 日 ( 旧暦 ) ( 1661 年 6 月 4 日 ) ) は 、 徳川 家康 の 六男 ・ 松平 忠輝 の 正室 。 +京 街道 ( きょうかいどう ) と は 、 京都 へ 向か う 街道 の 総称 で あ る 。 +関西 文化 学術 研究 都市 ( かんさい ぶんか がくじゅつ けんきゅう とし ) ( 以下 、 本稿 で は 「 学研 都市 」 と 表記 する ) は 、 創造 的 な 学術 ・ 研究 の 振興 、 新 産業 ・ 新 文化 の 創造 や 発信 など を 目的 と し て 建設 さ れ て い る 都市 で あ る 。 +木食 応其 ( もくじき おう ご 、 天文 ( 元号 ) 5 年 ( 1536 年 ) - 慶長 13 年 10 月 1日 ( 旧暦 ) ( 160 8 年 11 月 8 日 ) ) は 、 安土 桃山 時代 の 真言 宗 の 僧 。 +伊吉 古麻呂 ( いきの こ まろ 、 生没年 不詳 ) は 、 奈良 時代 の 貴族 。 +成生 岬 ( なりゅうみさき ) は 、 京都 府 舞鶴 市 に 属 し 、 日本 海 ( 若狭 湾 西部 ) に 面 する 岬 。 +湖東 三山 ( ことう さんざん ) は 、 西明 寺 、 金剛 輪 寺 、 百済 寺 の 三 つ の 天台 宗 寺院 の 総称 。 +模刻 ( もこく ) と は 、 書道 に お い て 、 書蹟 を 石 や 木 に 模写 し て 彫りつけ 、 保存 ・ 鑑賞 ・ 学書 用 の 書蹟 「 法帖 」 を 制作 する こと 。 +悟心 元 明 ( ご しんげんみょう 、 男性 、 正徳 ( 日本 ) 3 年 ( 1 71 3 年 ) – 天明 5 年 7 月 27 日 ( 旧暦 ) ( 1785 年 8 月 31 日 ) ) は 、 江戸 時代 中期 の 日本 の 禅僧 ・ 画家 ・ 篆刻 家 で あ る 。 +干 菓子 ( ひがし ) また は 乾 菓子 ( ひがし ) は 、 水分 の 少な い 乾燥 し た 和 菓子 の 総称 。 +多田 頼憲 ( ただより のり 、 生年 不詳 - 保元 元年 ( 1156 年 ) ) は 平安 時代 末期 の 武将 。 +久邇宮 朝彦 親王 ( くにのみや あさひこ しんの う 、 文政 7 年 2 月 27 日 ( 旧暦 ) ( 1824 年 3 月 27 日 ) - 明治 24 年 ( 1891 年 ) 10 月 25 日 ) は 、 幕末 から 明治 時代 初期 の 皇族 。 +陸奥 亮子 ( むつりょうこ 、 1856 年 ( 安政 3 年 ) 11 月 - 190 0 年 ( 明治 33 年 ) 8 月 ) は 、 明治 時代 の 政治 家 で 外交 官 で あ っ た 伯爵 陸奥 宗光 の 夫人 。 +飛鳥 鍋 ( あすかなべ ) と は 奈良 地方 の 郷土 料理 。 +苗字 帯刀 ( みょう じたいとう ) は 、 江戸 時代 の 武士 の 身分 表象 。 +千葉 胤綱 ( ちば たねつな 、 120 8 年 11 月 14 日 ( 承元 2 年 10 月 5 日 ( 旧暦 ) ) - 1228 年 7 月 1日 ( 安貞 2 年 5 月 28 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 前期 の 武将 。 +輪堂 貞造 ( わどう ていぞう 、 生没年 不詳 ) は 新選 組 隊士 。 +西園寺 公宗 ( さいおんじ きんむ ね 、 延慶 ( 日本 ) 3 年 ( 1310 年 ) - 建武 ( 日本 ) 2 年 8 月 2 日 ( 旧暦 ) ( 1335 年 8 月 20 日 ) ) は 、 鎌倉 時代 末期 から 建武 の 新政 に かけ て の 公家 で あ る 。 +足利 義持 ( あしかが よしもち ) は 室町 幕府 4 代 将軍 で あ る 。 +石核 石器 ( せっかく せっき ) と は 、 原石 ( 母岩 ) から 剥片 を はが し 取 っ た あと に のこ っ た 石核 と 呼 ば れ る 芯材 から つく っ た 石器 。 +本地 垂迹 ( ほんち すい じゃく ) と は 、 仏教 が 興隆 し た 時代 に 表れ た 神仏 習合 思想 の 一 つ で 、 日本 の 八百 万 の 神 は 、 実 は 様々 な 仏 ( 菩薩 や 天部 など も 含 む ) が 化身 と し て 日本 の 地 に 現れ た 権現 ( ごんげん ) で あ る と する 考え で あ る 。 +滑稽本 ( こっけい ぼん ) は 、 江戸 時代 後期 の 戯作 の 一種 。 +能 円 ( のうえん 、 保延 6 年 ( 1140 年 ) - 正治 元年 ( 1199 年 ) は 平安 時代 末期 の 僧侶 。 +定田 ( じょうでん ) と は 、 荘園 ・ 公領 に 対 する 検注 に よ っ て 官物 ・ 所当 ・ 年貢 ・ 公事 の 賦課 対象 と 認定 さ れ た 田 。 +中臣 宮処 東 人 ( なか とみの みや この あずまびと 。 生年 不詳 - 738 年 ) は 、 奈良 時代 の 官僚 。 +猪熊 教利 ( いの くま のりとし 、 生年 不詳 - 慶長 14 年 10 月 17 日 ( 旧暦 ) ( 1609 年 11 月 13 日 ) ) は 、 江戸 時代 初期 の 公卿 。 +本門佛 立宗 ( ほんもん ぶつりゅうしゅう ) は 、 長松 清風 に よ っ て 開 か れ た 、 日蓮 を 宗祖 と 仰 ぐ 、 法華 系 の 一派 で あ る 新 宗教 。 +保元 の 乱 ( ほうげん の らん ) は 、 平安 時代 の 保元 元年 ( 1156 年 ) に 崇徳 天皇 と 後白河 天皇 が 対立 し 、 上皇 側 に 天皇 側 が 奇襲 を 仕掛け た 事件 で あ る 。 +特記 事項 +マキノ ・ プロダクション ( 1925 年 6 月 設立 - 1931 年 5 月 改組 / 10 月 新 社 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +玄融 ( げんゆう ) は 、 奈良 時代 の 大安 寺僧 。 +歌絵 ( うたえ ) と は 、 和歌 や 物語 、 有名 な 故事 に 登場 する 器物 、 自然 現象 、 動植物 など を 数 種類 配置 する こと に よ っ て 、 元 と な っ た 和歌 や 物語 を 連想 さ せ る よう に 仕向け た 意匠 の こと 。 +御 家門 ( ご かもん ) は 、 名 の あ る 家柄 の 一族 を 指 す 。 +阿部 十郎 ( あべ じゅうろう 、 天保 8 年 8 月 22 日 ( 旧暦 ) ( 1837 年 9 月 21 日 ) - 明治 40 年 ( 1907 年 ) 1 月 6 日 ) は 新選 組 隊士 で あ る 。 +伊丹 万作 ( いたみ まんさく 、 本名 : 池内 義豊 、 190 0 年 1 月 2 日 - 1946 年 9 月 21 日 ) は 、 昭和 初期 に 活躍 し た 映画 監督 。 +常装束 ( つね しょうぞく ) は 、 舞楽 で 最も 普通 に 使 わ れ る 衣装 一式 。 +阿弥陀 寺 ( あみだじ ) は 、 京都 市 左京 区 大原 の 北側 に 位置 する 古知 谷 に あ る 浄土 宗 鎮西 派 の 寺院 。 +弥勒 菩薩 ( みろく ぼさつ ) 、 サンスクリット マイトレーヤ ( maitreya ) は 仏教 の 仏菩 薩 の 一尊 で あ る 。 +恬子 内 親王 ( やす い こな い しんのう 、 不詳 ( 848 年 頃 ? ) - 延喜 13 年 6 月 18 日 ( 旧暦 ) ( 913 年 7 月 24 日 ) ) 。 第 31 代 伊勢 斎宮 。 +浅野 長矩 ( あさ の ながのり ) は 、 江戸 時代 前期 から 中期 頃 の 大名 。 +平中 物語 ( へいちゅう ものがたり ) は 、 平安 時代 に 成立 し た 歌 物語 ( 平仲 物語 と も 書 く ) 。 +島 清興 ( しまきよ おき ) は 、 安土 桃山 時代 の 武将 で 石田 三成 の 家臣 ( 軍師 ) 。 +川勝 広綱 ( かわかつ ひろつな 、 天正 7 年 ( 1579 年 ) - 寛文 元年 9 月 12 日 ( 旧暦 ) ( 1661 年 11 月 3 日 ) ) は 、 安土 桃山 時代 の 武将 、 後 に 江戸 時代 初期 の 旗本 。 +異国 警固 番役 ( いこく けいご ばん やく ) と は 、 鎌倉 時代 後期 、 鎌倉 幕府 が 九州 の 御 家人 に 課 し た 軍役 。 +和気 広虫 ( わけ の ひろむ し 、 天平 2 年 ( 730 年 ) - 延暦 18 年 ( 799 年 ) ) は 、 奈良 時代 の 女官 。 +纒向 勝山 古墳 ( まきむく かつやま こふん ) は 、 奈良 県 桜井 市 の 纒向 古墳 群 に 属 する 古墳 。 +暑 さ 寒 さ も 彼岸 まで ( あつ さ さむ さも ひがん まで ) と は 「 冬 の 寒 さ は 春分 の 頃 まで 、 夏 の 暑 さ は 秋分 の 頃 まで に は 和ら ぎ 、 凌ぎ やす く な る 」 と い う 意味 の 、 日本 の 慣用 句 で あ る 。 +蘇民 将来 ( そ みんしょうらい   蘇民 將來 ) と は 近畿 地方 を 中心 に 日本 各地 に 伝わ る 説話 、 および それ を 起源 と する 民間 信仰 で あ る 。 +熊手 ( く まで ) と は 、 農業 や 庭 の 掃除 に 使 わ れ る 、 短 い 歯 を 粗 い 櫛状 に ならべ た 棒 を 垂直 に 柄 に 取り付け た 農具 。 +鎮魂 祭 ( ちんこん さい ) と は 、 宮中 で 新嘗 祭 の 前日 に 天皇 の 鎮魂 を 行 う 儀式 で あ る 。 +角振隼 総 明神 ( つ の ふり はやぶさ みょうじん ) は 、 広島 県 安芸 郡 ( 広島 県 ) 府 中 町 に 所在 し た 角振 神社 の 祭神 で あ る 。 +泰範 ( たいはん 、 宝亀 9 年 ( 778 年 ) - ? ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +宮簀 媛 ( ミヤズヒメ ) は 、 日本 神話 に 登場 する 尾張 国造 の 乎止 与命 ( オトヨ ) の 娘 。 +超然 主義 ( ちょう ぜん しゅぎ ) と は 、 外 の 動静 に は 関与 せ ず 、 超然 ( 平然 ) と し て 独自 の 立場 を 貫 く 主義 を い う 。 +佐々木 只三郎 ( ささき たださぶろう 、 天保 4 年 ( 1833 年 ) - 慶応 4 年 1 月 12 日 ( 旧暦 ) ( 1868 年 2 月 5 日 ) ) は 、 日本 の 武士 ・ 旗本 、 京都 見廻 組 隊士 。 +みたら し 団子 ( 御手洗 団子 、 みたら し だんご ) は 、 3 – 5 個 の 団子 を 串 に 刺 し て 、 砂糖 醤油 の 餡 を かけ た 串団子 で あ る 。 +尭憲 ( ぎょう けん 、 生没年 不詳 ) は 、 室町 時代 の 僧 ・ 歌人 。 +宇都宮 三郎 ( うつのみや さぶろう 、 1834 年 11 月 15 日 ( 天保 5 年 10 月 15 日 ( 旧暦 ) ) - 190 2 年 ( 明治 35 年 ) 7 月 23 日 ) は 幕末 ・ 明治 初期 の 軍学 者 、 技術 者 で あ る 。 +酬恩庵 ( しゅうおん あん ) は 、 京都 府 京田辺 市 に あ る 臨済 宗 大徳 寺 派 の 寺院 。 +典座 ( てんぞ ) は 禅宗 寺院 の 役職 の 一 つ 。 +屏風 のぞき ( びょうぶ のぞき ) は 、 鳥山 石燕 に よ る 妖怪 画 集 『 今昔 百 鬼 拾遺 』 に あ る 日本 の 妖怪 。 +田中 絹代 ( たなか き ぬ よ 、 1909 年 12 月 29 日 - 1977 年 3 月 21 日 ) は 、 大正 ・ 昭和 期 の 日本 の 俳優 ・ 映画 監督 。 +藤原 兼通 ( ふじわら の かねみち 、 延長 ( 元 号 ) 3 年 ( 925 年 ) - 貞元 _ ( 日本 ) 2 年 11 月 8 日 ( 旧暦 ) ( 97 7 年 12 月 25 日 ) ) は 、 平安 時代 中期 の 公卿 。 +遷宮 ( せんぐう ) と は 神体 を 移 す こと で あ る 。 +邦良 親王 ( くに よ し しん の う / くに なが しんのう 、 正安 2 年 ( 130 0 年 ) - 正中 3 年 3 月 20 日 ( 1326 年 4 月 23 日 ) ) は 、 大覚 寺 統 の 後二 条 天皇 の 第 一 皇子 。 +織田 信敏 ( おだ のぶと し 、 嘉永 6 年 10 月 19 日 ( 旧暦 ) ( 1853 年 11 月 19 日 ) - 明治 34 年 ( 1901 年 ) 6 月 6 日 ) は 、 江戸 時代 の 出羽 天童 藩 第 3 代 藩主 ・ 藩 知事 。 +源 満政 ( みなもと の みつまさ 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +大炊 御門 経久 ( おおい の みかど つねひさ 、 天明 元年 9 月 16 日 ( 旧暦 ) ( 1781 年 11 月 1日 ) - 安政 6 年 7 月 10 日 ( 旧暦 ) ( 1859 年 8 月 8 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +褰帳 ( けんちょう ) は 、 即位 、 朝賀 など 大礼 の 時 に 高 御 座 の 帳 を 褰 げ 開 く 女性 で あ る 。 +勧修 寺 経顕 ( かしゅうじつねあき 、 永仁 6 年 ( 1298 年 ) - 文中 2 年 / 応安 6 年 1 月 5 日 ( 旧暦 ) ( 1373 年 1 月 29 日 ) ) は 、 南北朝 時代 ( 日本 ) の 公家 ( 公卿 ) 。 +古在 由直 ( こざい よしなお 、 文久 3 年 12 月 20 日 ( 旧暦 ) ( 1864 年 1 月 28 日 ) - 昭和 9 年 ( 1934 年 ) 6 月 18 日 ) は 、 日本 の 農芸 化学 。 +藤原 仲実 ( ふじわら の なかざね 、 生年 不詳 - 保安 ( 元号 ) 2 年 12 月 23 日 ( 旧暦 ) ( 1122 年 2 月 1日 ) ) は 、 平安 時代 後期 の 公卿 。 +井上勝 ( いのうえ まさ る 、 1843 年 8 月 25 日 ( 天保 14 年 8 月 1日 ( 旧暦 ) ) - 1910 年 ( 明治 43 年 ) 8 月 2 日 ) は 、 江戸 時代 の 武士 ( 長州 藩士 ) 、 明治 時代 の 官僚 。 +銭湯 ( せんとう ) は 料金 を 支払 っ て 入浴 でき る よう に し た 施設 。 +顕智 ( けんち 、 嘉禄 2 年 ( 1226 年 ) - 延慶 ( 日本 ) 3 年 7 月 4 日 ( 旧暦 ) ( 1310 年 7 月 30 日 ) ? ) は 、 鎌倉 時代 中期 の 浄土 真宗 の 僧 。 +菩提酛 ( ぼだいもと ) は 、 平安 時代 中期 から 室町 時代 末期 に かけ て 、 もっとも 上質 で 定評 の あ る 清酒 で あ っ た 南都 諸白 の とりわけ 奈良 菩 提山 ( ぼだいせん ) 正暦 寺 ( しょうりゃくじ ) で 産 し た 銘酒 『 菩提泉 ( ぼだいせん ) 』 を 醸 し て い た 酛 。 +広瀬 宰平 ( ひろせ さいへい 、 文政 11 年 5 月 5 日 ( 旧暦 ) ( 182 8 年 6 月 16 日 ) - 大正 3 年 ( 1914 年 ) 1 月 31 日 ) は 、 初代 住友 総理人 で あ る 。 +百 人 秀歌 ( ひゃく にん しゅうか ) と は 、 藤原 定家 著書 の 、 選 歌集 で あ る 。 +吉良 満義 ( きら みつよし 、 生年 不詳 - 延文 元年 / 正平 ( 日本 ) 11 年 9 月 23 日 ( 旧暦 ) ( 1356 年 10 月 17 日 ) ) は 南北朝 時代 ( 日本 ) の 武将 。 +貫高制 ( かんだ か せい ) と は 、 土地 の 収穫 高 を 通貨 単位 で あ る 貫 を 用い て 表わ し た 土地 制度 ・ 税制 ・ 軍制 の こと 。 +室町 通 ( むろまち どおり ) は 京都 市 の 南北 の 通り の 一 つ 。 +八坂 刀 売神 ( やさか とめ の かみ ) は 神道 の 女神 ( 神道 ) で 、 建御 名方 神 の 妃神 で あ る 。 +神社 覈録 ( じんじゃ かく ろく ) は 式内 社 を 始め と する 古社 を 考証 し た 書物 で あ る 。 +鯖 寿司 ( さばずし ) と は 、 サバ を 用い て 作 ら れ る 棒 寿司 の 一種 、 また は 鯖 の なれずし の こと 。 +伊東 巳 代治 ( いとうみ よ じ 、 1857 年 5 月 29 日 ( 安政 4 年 5 月 7 日 ( 旧暦 ) ) - 1934 年 ( 昭和 9 年 ) 2 月 19 日 ) は 、 明治 、 大正 、 昭和 期 の 官僚 、 政治 家 。 +塗香 ( ず こう ) と は 、 仏像 や 修行 者 の 身体 に 香 を 塗 っ て 、 けがれ を 除 く こと 。 +細川 藤賢 ( ほそかわ ふじ かた 、 永正 14 年 ( 1517 年 ) - 天正 18 年 ( 1590 年 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +桐壺 更衣 ( きりつぼ の こうい ) は 、 紫式 部 の 物語 『 源氏 物語 』 の 登場 人物 。 +行信 ( ぎょうしん 、 生没年 不詳 ) は 、 奈良 時代 の 僧 。 +日宋 貿易 ( にっそう ぼうえき ) と は 、 日本 と 中国 の 宋 ( 王朝 ) 朝 ( 南宋 ) の 間 で 行 わ れ た 貿易 で あ る 。 +撰銭 令 ( えりぜに れい ) と は 、 室町 時代 、 室町 幕府 や 大名 など が 撰銭 を 禁止 する もの 。 +ふぐ 料理 ( ふぐりょうり ) は 、 フグ を 主 と し た 料理 群 の 総称 。 +梅小路 駅 ( うめこうじ えき ) は 、 京都 府 京都 市 下京 区 梅小路頭 町 10 に あ る 、 日本 貨物 鉄道 ( JR 貨物 ) 東海道 本線 の 鉄道 駅 。 +西部 講堂 ( せいぶ こうどう ) は 、 京都 大学 吉田 キャンパス 西部 構内 に あ る 厚生 施設 の 一 つ 。 +防人 歌 ( さきもり の うた ) と は 大化 の 改新 の 後 、 九州 沿岸 の 守り に つ い た 防人 が 詠 ん だ 歌 で あ る 。 +目付 ( めつけ ) と は 、 +上田 ちか子 ( うえだ ちかこ 、 ちか 女 と も ) は 、 幕末 の 祇園 の 芸妓 、 歌人 ( 生没年 不詳 ) 。 +朽木 村 ( く つきむら ) は 、 滋賀 県 西部 の 高島 郡 に 存在 し た 村 。 +渡辺 氏 ( わたなべ し / わたべ し ) は 、 日本 の 姓 氏 、 氏族 、 苗字 、 大姓 。 +太政 官 牒 ( だい じょう かんちょう ) と は 、 太政 官 から 僧綱 ・ 寺社 など の 直接 管理 下 に な い 組織 に 対 し て 送付 する 公文 書 の こと 。 +山南 敬助 ( さん なん けいすけ 、 天保 4 年 ( 1833 年 ) - 元治 2 年 2 月 23 日 ( 旧暦 ) ( 1865 年 3 月 20 日 ) ) は 、 新 選 組 総長 ( 副長 ) 。 +源義清 ( みなもと の よしき よ 、 生没 年 未詳 ) は 源義忠 の 四男 。 +1949 年 に 、 それ まで の 旧 制 専門 学校 を 母体 に 設置 さ れ た プロテスタント 系 の 女子 大学 で 、 4 学 部 10 学科 を 有 する 。 +愛宕 念仏 寺 ( おたぎねん ぶつ じ ) は 京都 府 京都 市 右京 区 の 嵯峨野 に あ る 天台 宗 の 仏教 寺院 。 +形稽古 ( かたげいこ ) は 、 芸道 ・ 武道 ・ 武術 等 に おけ る 形 を 磨 く 為 の 稽古 ( けいこ ) 。 +今出川 公富 ( いまで がわ きんと み 、 応永 3 年 ( 1396 年 ) ‐ 応永 28 年 8 月 9 日 ( 旧暦 ) ( 142 1 年 9 月 5 日 ) ) は 、 室町 時代 の 公卿 。 +綾部 駅 ( あやべ えき ) は 、 京都 府 綾部 市 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 駅 。 +鈴鹿 連胤 ( すずかつら た ね 、 寛政 7 年 10 月 29 日 ( 旧暦 ) ( 1795 年 12 月 10 日 ) - 明治 3 年 11 月 20 日 ( 旧暦 ) ( 18 71 年 1 月 10 日 ) ) は 、 江戸 時代 末期 の 神官 、 国学 者 で あ る 。 +金色 夜叉 ( こんじき や しゃ ) は 、 尾崎 紅葉 著 の 明治 時代 の 代表 的 な 小説 。 +源 維義 ( みなもと の これ よし 、 生没年 不明 ) は 平安 時代 の 武士 。 +大宮 伊治 ( おおみや これ は る 、 明応 5 年 ( 1496 年 ) - 天文 ( 元号 ) 20 年 8 月 28 日 ( 旧暦 ) ( 155 1 年 9 月 28 日 ) ) は 、 戦国 時代 ( 日本 ) の 官人 。 +藤原 孝範 ( ふじわら の たかのり 、 保元 3 年 ( 1158 年 ) - 天福 ( 日本 ) 元年 8 月 ( 1233 年 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 官人 。 +甲賀 寺 ( こう が じ ) は 、 奈良 時代 中期 紫香 楽宮 の 近く に あ っ た 寺院 で あ る 。 +上村 淳之 ( うえむら あつし 、 1933 年 4 月 12 日 - ) は 、 日本 画 家 、 日本 芸術 院 会員 。 +小袖 の 手 ( こそ で の て ) は 、 鳥山 石燕 の 妖怪 画 集 『 今昔 百 鬼 拾遺 』 に あ る 日本 の 妖怪 。 +赤染 徳足 ( あかそめ の とこたり 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +矢来 観世家 ( やら い - かんぜ - け ) は 能楽 シテ 方 観世 流 の 職分 家 の ひと つ 。 +粟田 真人 ( あわた の まひと 、 生年 不詳 - 養老 3 年 2 月 5 日 ( 旧暦 ) ( 71 9 年 2 月 28 日 ) ) は 、 飛鳥 時代 後期 から 奈良 時代 に かけ て の 貴族 。 +唐橋 在家 ( から はし ありいえ 、 享保 14 年 6 月 7 日 ( 旧暦 ) ( 1729 年 7 月 2 日 ) - 寛政 3 年 9 月 29 日 ( 旧暦 ) ( 1791 年 10 月 26 日 ) ) は 江戸 時代 中期 の 公家 。 +11 月 29 日 に 大 日本 帝国 憲法 が 施行 さ れ た ため 、 この 内閣 の 在任 時 に 日本 で 議会 制度 ( 帝国 議会 ) が 開始 さ れ た 。 +本尊 ( ほんぞん ) に は 、 次 の 意味 が あ る 。 +菅原 天満 宮 ( すがわら てんまんぐう ) は 、 奈良 県 奈良 市 に あ る 神社 で あ る 。 +知行 国 ( ちぎょうこく ) と は 、 古代 ・ 中世 の 日本 に お い て 、 有力 貴族 ・ 寺社 ・ 武家 が 特定 の 令制 国 の 知行 権 ( 国務 権 ・ 吏務 と も い う ) を 獲得 し 収益 を 得 た 制度 、 および その 国 。 +JR 三山木 駅 ( じぇいあーる みやま き えき ) は 、 京都 府 京田辺 市 三 山木 高飛 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 片町 線 の 鉄道 駅 で あ る 。 +文化 厚生 会館 事件 ( ぶんか こう せい かい かん じけん ) と は 、 部落 解放 同盟 京都 府 連合 会 が 、 朝田 善之助 を 委員 長 と し 、 同盟 中央 が 認め た 組織 ( 朝田 府連 ) と 、 三木 一平 を 委員 長 と し 、 日本 共産 党 が 支援 する 組織 ( 三木 府連 ) に 分裂 し た こと に 端 を 発 し た 紛争 。 +工藤 栄一 ( くどう えいいち 、 本名 同じ 。 +穂積 親王 ( ほづみ しんのう 、 生年 不詳 - 和銅 8 年 7 月 27 日 ( 旧暦 ) ( 71 5 年 8 月 30 日 ) ) は 、 奈良 時代 の 皇族 。 +枡席 ( ますせき 、 升席 と も ) と は 、 日本 の 伝統 的 な 観客 席 。 +諸陵寮 ( しょりょうりょう ) は 律令 制 に お い て 治部 省 に 属 する 機関 。 +二階堂 行村 ( に かいどう ゆきむら 、 久寿 2 年 ( 1155 年 ) - 嘉禎 4 年 2 月 16 日 ( 旧暦 ) ( 1238 年 3 月 3 日 ) ) は 鎌倉 時代 中期 の 幕府 実務 官僚 。 +六 孫王 神社 ( ろく そんのう じんじゃ ) は 、 京都 市 南 区 ( 京都 市 ) に あ る 神社 で あ る 。 +附子 ( ぶす ) と は 、 トリカブト の 「 毒 ・ 漢方 薬 」 の 総称 あるいは 植物 トリカブト の 異名 。 +番茶 ( ばんちゃ ) と は 日本 で 飲 ま れ る 緑茶 の 一種 で あ る 。 +榎本 虎彦 ( えの もと とらひこ 、 慶応 2 年 1 月 10 日 ( 旧暦 ) ( 1866 年 2 月 24 日 ) - 大正 5 年 ( 1916 年 ) 1 1 月 16 日 ) は 明治 ・ 大正 期 の 狂言 ・ 歌舞伎 作家 。 +北条 景広 ( きた じょうかげひろ 、 天文 ( 元号 ) 17 年 ( 1548 年 ) - 天正 7 年 2 月 3 日 ( 旧暦 ) ( 1579 年 2 月 28 日 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +浄住 寺 ( じょうじゅうじ ) は 、 京都 市 西京 区 に あ る 黄檗 宗 の 寺院 。 +引導 ( いんどう ) +壬生家 ( みぶけ ) +揖斐 荘 ( いび の しょう ) は 、 平安 時代 ~ 室町 時代 に かけ て 美濃 国 に あ っ た 荘園 。 +吉井 友実 ( よし い ともざね 、 文政 11 年 2 月 26 日 ( 1828 年 4 月 10 日 ) - 明治 24 年 ( 1891 年 ) 4 月 22 日 ) は 、 日本 の 武士 ・ 薩摩 藩 藩士 、 官僚 。 +天丼 ( てんどん ) と は 、 丼飯 の 上 に 天ぷら を 載せ た 丼物 の 一種 。 +『 仮名 手本 忠臣 蔵 』 ( かなで ほん ちゅうしんぐら 、 旧 字体 : 假名 手本 忠臣 藏 ) は 、 元禄 赤穂 事件 を 題材 と し た 人形 浄 瑠璃 および 歌舞伎 の 代表 的 な 演目 。 +一ノ谷 の 戦い ( いちの たに の たたか い ) は 、 平安 時代 の 末期 の 寿永 3 年 / 治承 8 年 2 月 7 日 ( 旧暦 ) ( 1184 年 3 月 20 日 ) に 摂津 国 福原 京 で 行 わ れ た 戦い 。 +町村 制 ( ちょう そんせい ) は 、 市制 と とも に 大 日本 帝国 憲法 下 に おけ る 地方 自治 に 関 する 基本 法 で あ る 。 +山崎 橋 ( やまざき ばし ・ やまさき は し ) は 、 日本 の 橋 の 名前 。 +周文 ( しゅうぶん 生没年 不詳 ) は 、 室町 時代 中期 の 禅僧 ・ 画僧 。 +百済 意 多郎 ( くだら の お たら ) は 日本 書紀 武烈 天皇 三 年 十 一 月 条 に 次 の よう に 書 か れ て い る 人名 で あ る 。 +松平 乗寛 ( まつだい ら のりひろ 、 安永 6 年 12 月 27 日 ( 旧暦 ) ( 1778 年 1 月 25 日 ) - 天保 10 年 11 月 11 日 ( 旧暦 ) ( 1839 年 12 月 16 日 ) ) は 、 江戸 時代 後期 の 大名 、 政治 家 、 老中 。 +雅子 内 親王 ( がし ( まさこ ) ないしんのう 、 延喜 10 年 ( 910 年 ) - 天暦 8 年 8 月 29 日 ( 旧暦 ) ( 95 4 年 9 月 28 日 ) ) は 、 第 60 代 醍醐 天皇 第 十 皇女 。 +竹屋 町 通 ( たけやまちどおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +百 地 丹波 ( ももち たんば 、 永正 9 年 ( 1512 年 ) - 天正 9 年 ( 1581 年 ) ? ) は 、 戦国 時代 ( 日本 ) の 伊賀 流 忍術 の 祖 と さ れ る 忍者 。 +『 般若 心 経秘鍵 』 ( はんにゃ しんぎょう ひけん ) は 、 818 年 頃 に 空海 に よ っ て 書 か れ た 『 般若 心 経 』 の 注釈 書 で あ る 。 +藤原 隆房 ( ふじわら の たか ふさ 、 久安 4 年 ( 1148 年 ) - 承元 3 年 ( 1209 年 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公卿 。 +船岡 山城 ( ふなおかやま じょう ) は 京都 市 内 に あ る 中世 の 山城 。 +皇霊祭 ( こうれい さい ) は 、 すなわち 春季 皇霊祭 ・ 秋季 皇霊祭 を さ す 。 +城陽 駅 ( じょうよう えき ) は 、 京都 府 城陽 市 大字 寺田 林 ノ口 7 番地 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 で あ る 。 +座敷雛 ( ざしきびな ) は 、 愛媛 県 八幡浜 市 真穴 地区 に 伝わ る 雛祭り 行事 。 +津田 正信 ( つだまさのぶ 、 生没年 不詳 ) は 室町 時代 の 武将 。 +洞院 実雄 ( とういん さねお 、 承久 元年 ( 1219 年 ) - 文永 10 年 8 月 16 日 ( 旧暦 ) ( 1273 年 9 月 28 日 ) ) は 、 鎌倉 時代 前期 の 公卿 。 +京都 市 役所 前駅 ( きょうとし やくしょ まえ えき ) は 、 京都 市 中京 区 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 +有馬 持家 ( ありま もちいえ 、 応永 3 年 ( 1396 年 ) ? - 宝徳 2 年 ( 1450 年 ) ? ) は 、 室町 時代 中期 の 武将 。 +惟康 親王 ( これ やす しんの う 、 文永 元年 4 月 29 日 ( 旧暦 ) ( 1264 年 5 月 26 日 ) - 嘉暦 元年 10 月 30 日 ( 旧暦 ) ( 1326 年 11 月 25 日 ) ) は 、 鎌倉 時代 の 幕府 7 代 征夷 大将軍 で あ る 。 +田麩 ( でんぶ ) は 、 魚肉 また は 畜肉 加工 品 の ひと つ 。 +北条 時輔 ( ほうじょう ときすけ ) は 、 鎌倉 幕府 第 5 代 執権 ・ 北条 時 頼 の 長男 ( 庶子 ) で 、 鎌倉 時代 中期 の 六波羅 探題 南方 で あ る 。 +算額 ( さんがく ) と は 、 江戸 時代 の 日本 で 、 額 や 絵馬 に 数学 の 問題 や 解法 を 記 し て 、 神社 や 寺院 に 奉納 し た もの で あ る 。 +十 市 瓊入 媛命 ( と おち に い りびめ の みこと 、 生没 年 未詳 ) は 、 崇神 天皇 の 皇女 。 +儒教 ( じゅきょう ) と は 、 孔子 を 始祖 と する 思考 ・ 信仰 の 体系 で あ る 。 +葛野 郡 ( かどの の こおり ・ かどの ぐん ) は 、 山城 国 、 京都 府 に かつて 存在 し た 郡 で あ る 。 +十 市 藤政 ( と おち ふじまさ 、 生没年 不詳 ) は 、 安土 桃山 時代 ~ 江戸 時代 初期 の 武将 。 +朝比奈 正成 ( あさひな まさしげ 、 生没年 不詳 ) は 忍者 。 +和魂 洋 才 ( わ こんよう さい ) と は 、 日本 古来 の 精神 世界 を 大切 に し つつ 西洋 の 技術 を 受け入れ 、 両者 を 調和 さ せ 発展 さ せ て い く と い う 意味 の 言葉 で あ る 。 +水干 ( すいかん ) は 、 男子 の 平安 装束 の 一 つ 。 +国魂 ( く に たま ) と は 、 神道 の 観念 の 一 つ で 、 国 ( 令制 国 ) また は 国土 その もの を 神格 化 し た もの で あ る 。 +吾平津 媛 ( あひらつ ひめ ) は 、 神武 天皇 の 妃 。 +大正 ロマン ( たいしょう ろまん : しばしば 「 大正 浪漫 」 と も 表記 さ れ る ) と は 、 大正 時代 の 雰囲気 を 伝え る 思潮 や 文化 事象 を 指 し て 呼 ぶ ことば で あ る 。 +四辻 善成 ( よ つつじ よしな り 、 嘉暦 元年 ( 1326 年 ) - 応永 9 年 9 月 3 日 ( 旧暦 ) ( 140 2 年 9 月 29 日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 に かけ て の 公家 ・ 学者 ・ 歌人 。 +落人 ( お ちゅうど 、 おちうど ) は 、 戦闘 に 敗れ て 僻地 に 隠遁 し た もの 、 および その 末裔 を 指 す 言葉 で あ る 。 +京都 本線 ( きょうと ほんせん ) は 、 大阪 府 大阪 市 淀川 区 の 十 三 駅 から 京都 府 京都 市 下京 区 の 河原町 駅 ( 京都 府 ) まで を 結 ぶ 阪急 電鉄 の 鉄道 路線 。 +箕作 元 八 ( みつくり げんぱち 、 文久 2 年 5 月 29 日 ( 旧暦 ) ( 1862 年 6 月 26 日 ) - 大正 8 年 ( 1919 年 ) 8 月 9 日 ) は 、 江戸 生まれ の 歴史 学 者 。 +近衛 家久 ( この えいえひさ 貞享 4 年 5 月 8 日 ( 旧暦 ) ( 1687 年 6 月 17 日 ) - 元文 2 年 8 月 17 日 ( 旧暦 ) ( 1737 年 9 月 11 日 ) ) は 、 江戸 時代 中期 の 公家 ・ 公卿 、 関白 、 太政 大臣 。 +洛陽田 楽記 ( らくようでんがく き ) は 、 大江 匡房 の 著書 。 +椥辻 駅 ( なぎつじ えき ) は 、 京都 市 山科 区 椥辻 草 海道 町 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 +葛籠 ( つづら ) は 、 元来 、 ツヅラフジ の つる 植物 で 編 ん だ 蓋 つき の 籠 の 一種 で あ る 。 +見仏 寺 ( けんぶつ じ ) は 、 奈良 県 宇陀 市 に 所在 する 日蓮 正宗 の 寺院 。 +下毛 野根 麻呂 ( しもつけ ぬ の ねまろ 、 生没年 不詳 ) は 、 奈良 時代 の 貴族 。 +時雨 殿 ( しぐれ でん ) は 京都 市 右京 区 の 小倉 百 人 一首 を テーマ と し た 展示 、 振興 の ため の 施設 。 +広橋 兼宣 ( ひろは し かねのぶ 、 貞治 5 年 / 正平 ( 日本 ) 21 年 11 月 6 日 ( 旧暦 ) ( 1366 年 12 月 8 日 ) - 永享 元年 9 月 14 日 ( 旧暦 ) ( 142 9 年 10 月 12 日 ) ) は 、 室町 時代 の 公卿 。 +本朝 通鑑 ( ほんちょうつがん ) は 、 江戸 幕府 に よ り 編集 さ れ た 漢文 編 年体 の 歴史 書 。 +朽木 稙治 ( く つき たねはる ) は 、 丹波 国 福知 山 藩 の 第 4 代 藩 主 。 +両面 宿儺 ( りょうめん すくな ) は 上古 、 仁徳 天皇 の 御世 に 飛騨 国 に 現れ た と さ れ る 妖怪 で あ る 。 +表衣 ( おもてぎ ぬ ) は 十 二 単 を 構成 する 着物 の 一 つ 。 +京都 府 学連 事件 ( きょうと ふ がくれん じけん ) は 、 主 と し て 、 犯罪 捜査 と し て の 写真 撮影 の 適法 性 ・ 合憲 性 が 問題 と さ れ 、 それぞれ 適法 ・ 合憲 と 判断 さ れ た 、 日本 の 最高 裁判 所 に よ る 判決 の 通称 。 +難波津 の 歌 ( なにわづ の うた ) は 、 古今 和 歌集 の 仮名序 で 「 お ほささき の みかど を そへ たてまつれ る うた 」 と し て 紹介 さ れ て い る 王仁 の 和歌 。 +洛南 新 都市 ( らくなんしん とし ) は 、 京都 府 京都 市 伏見 区 の 淀川 南部 に あ る 旧 巨椋 池 干拓地 に 整備 さ れ る 予定 の 新 都市 。 +禅釜 尚 ( ぜん ふしょう ) は 、 鳥山 石燕 に よ る 『 百 器 徒然 袋 』 に あ る 付喪神 ( 器物 が 変化 し た 妖怪 ) の 一種 で 、 茶釜 の 妖怪 。 +西山 翠嶂 ( にしや ますいしょう 、 1879 年 4 月 2 日 - 1958 年 3 月 30 日 ) は 、 日本 画 家 。 +平頼綱 ( たいら の よりつな 、 生年 未詳 - 正応 6 年 4 月 22 日 ( 旧暦 ) ( 1293 年 5 月 29 日 ) ) は 、 鎌倉 時代 の 北条 氏 得 宗家 の 被官 ( 御内 人 ) で 、 鎌倉 幕府 8 代 執権 北条 時宗 ・ 9 代 執権 北条 貞 時 の 執事 で あ る 。 +有栖川宮 熾仁親王 ( ありすがわ のみや た るひと しんの う 、 天保 6 年 2 月 19 日 ( 1835 年 3 月 17 日 ) - 1895 年 ( 明治 28 年 ) 1 月 15 日 は 、 江戸 幕末 ~ 明治 時代 の 皇族 、 政治 家 、 軍人 。 +笠置 駅 ( かさぎ えき ) は 、 京都 府 相楽 郡 笠置 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 関西 本線 の 鉄道 駅 。 +太政 大臣 ( だい じょう だいじん / だじょう だいじん ) は 律令 制 に お い て 、 左 大臣 ・ 右 大臣 の 上 に 位置 する 、 太政 官 に おけ る 最高 位 の 官職 で あ る 。 +新島 八重 ( にいじま やえ 、 弘化 2 年 ( 1845 年 ) - 昭和 7 年 ( 1932 年 ) ) は 幕末 から 昭和 初期 の 日本 女性 で 、 +竜田 越奈良 街道 ( たつたごえ なら かいどう ) は 、 奈良 に 至 る 「 奈良 街道 」 の 一 つ 。 +滋賀 県 立 琵琶 湖 文化 館 ( しが けん りつ びわ こ ぶんか かん ) は 、 滋賀 県 大津 市 に あ る 博物 館 。 +御堂流 ( みどう りゅう ) と は 、 藤原 北家 九 条 流 藤原 道長 ( 摂政 ・ 太政 大臣 ) の 子孫 の 一門 及び 彼 を 祖 と する 有職 故 実 及び 作法 の 流派 の 呼称 。 +庭訓 往来 ( ていきん おうらい ) と は 、 往来 物 ( 往復 の 手紙 ) の 形式 を と る 、 寺子 屋 で 習字 や 読本 と し て 使用 さ れ た 初級 の 教科 書 の 一 つ で あ る 。 +御堂 関白記 ( みどう かんぱく き ) は 、 平安 時代 の 貴族 の 摂政 太政 大臣 藤原 道長 が 著 し た 日記 。 +年越し 蕎麦 ( としこし そば ) と は 、 大晦日 ( 12 月 31 日 ) に 縁起 を かつ い で 食べ られ る 蕎麦 の こと で あ る 。 +滋賀 県 ( しが けん ) は 、 琵琶 湖 を 取り囲 ん で い る 近畿 地方 の 内陸 県 。 +平 清房 ( たいらの きよふさ 、 生年 未詳 - 寿永 3 年 2 月 7 日 ( 旧暦 ) ( 1184 年 3 月 20 日 ) ) は 、 平清 盛 の 八男 。 +堺 千家 ( さかい せん け ) と は 、 千家 の 本家 。 +六百 番 歌合 ( ろっぴゃく ばん うた あわせ ) と は 、 鎌倉 時代 に 藤原 良経 主催 で な さ れ た 歌合 。 +木津川 市 ( きづがわ し ) は 、 京都 府 南部 の 市 。 +足利 義輝 ( あしかが よし て る ) は 、 室町 幕府 の 第 13 代 征夷 大将軍 ( 在位 : 天文 _ ( 元号 ) 15 年 ( 1546 年 ) - 永禄 8 年 ( 1565 年 ) ) 。 +藤原 行隆 ( ふじわら の ゆき たか 、 大治 ( 日本 ) 5 年 ( 1130 年 ) - 文治 3 年 ( 1187 年 ) ) は 平安 時代 末期 の 公家 。 +斎藤 耕一 ( さいとう こういち 、 1929 年 2 月 3 日 - ) は 、 映画 監督 。 +土倉 役 ( どそうやく ) と は 、 倉役 ( くらやく ) と も 呼 ば れ 、 中世 に お い て 京都 の 土倉 に 対 し て 行 わ れ た 課税 。 +浮舟 ( うきふね ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の 一 つ 。 +京都 ラーメン ( きょうと ラーメン ) と は 、 日本 の 京都 府 ( 主に 京都 市 以南 ) で 販売 さ れ 食べ られ て い る ラーメン を 雑誌 や 書籍 で 紹介 する 場合 に 用い られ る 総称 。 +受領 名 ( ずりょうめい ) は 非 公式 な 官名 の こと 。 +平田 家 ( ひらたけ ) は 、 中原 氏 流 の 地下 家 の 官人 。 +二 階堂   行久 ( に かいどう ゆきひさ 、 元久 2 年 ( 120 5 年 ) - 文永 3 年 12 月 17 日 ( 旧暦 ) ( 1267 年 1 月 13 日 ) ) は 鎌倉 時代 中期 の 幕府 実務 官僚 。 +数珠 ( じゅず 、 ずず ) は 穴 が 貫通 し た 多く の 珠 に 糸 の 束 を 通 し 輪 に し た 法具 。 +信実 ( しんじつ 、 生没 年 未詳 ) は 平安 時代 末期 の 僧 。 +鳥居 清満 ( とりいきよみつ 、 享保 20 年 ( 1735 年 ) - 天明 5 年 4 月 3 日 ( 旧暦 ) ( 1785 年 5 月 11 日 ) は 、 江戸 時代 初期 の 鳥居 派 で 活躍 し た 浮世 絵 師 。 +左義長 ( 三毬杖 ・ さぎちょう ) と は 、 小正 月 に 行 わ れ る 火祭り の 行事 。 +安曇 比羅夫 ( あずみ の ひらふ 、 生年 不詳 - ? 663 年 ( 天智 2 年 ) ) は 、 7 世紀 中頃 の 外交 官 ・ 武将 。 +月僊 ( げっせん 、 寛保 元年 ( 1741 年 ) - 文化 ( 元号 ) 6 年 1 月 12 日 ( 旧暦 ) ( 1809 年 2 月 25 日 ) ) は 、 江戸 時代 中期 から 後期 に かけ て の 画僧 。 +張扇 ( はり - おうぎ 、 はり - せん ) は 能楽 や 講談 、 落語 ( 上方 落語 ) に お い て もの を たた い て 音 を 立て る ため に つく ら れ た 専用 の 扇子 の こと を い う 。 +欧化 主義 ( おう か しゅぎ ) と は 、 1880 年 代 の 日本 に お い て 、 明治 政府 が 日本 の 文物 ・ 制度 ・ 風俗 ・ 習慣 を ヨーロッパ 風 に し て 欧米 諸国 に 日本 の 近代 化 を 認め て もら お う と し て 採 っ た 政策 ( 欧化 政策 ) と これ に 関連 し て 盛ん に 行 わ れ た 思潮 ・ 風俗 の 動き 。 +飛鳥井 雅量 ( あすか い 、 生年 不詳 - 没年 不詳 ) は 日本 の 公家 。 +三職 推任 問題 ( さんしょく すいにん もんだい ) と は 、 天正 10 年 ( 15 82 年 ) 4 月 25 日 ( 旧暦 ) 、 5 月 4 日 ( 旧暦 ) 両日付け の 勧修 寺 晴豊 の 日記 『 晴豊 公記 ( 天正 十 年 夏記 ) 』 の 記事 の 解釈 を 巡 る 日本 の 歴史 上 の 論争 で あ る 。 +京都 府 立 農林 専門 学校 ( きょうと ふりつ のうりん せんもん がっこう ) は 、 1944 年 ( 昭和 19 年 ) に 設立 さ れ た 公立 の 旧 制 専門 学校 。 +水谷   勝宗 ( みず の や   かつ むね 、 1623 年 ( 元和 ( 日本 ) 9 年 ) - 1689 年 4 月 8 日 ( 元禄 2 年 2 月 19 日 ( 旧暦 ) ) ) は 、 備中 松山 藩 の 第 2 代 藩 主 。 +本隆寺 ( ほん りゅうじ ) は 、 京都 府 京都 市 上京 区 に あ る 、 法華 宗 真門 流 の 総 本山 。 +木寺 宮康仁親王 ( きで らのみや やすひと しんの う 、 元応 2 年 ( 1320 年 ) - 正平 10 年 / 文和 4 年 4 月 29 日 ( 1355 年 6 月 10 日 ) は 、 南北朝 時代 の 皇族 で 持明 院 統 の 光厳 天皇 の 皇太子 。 +待賢 門院 堀河 ( たいけんもん いん の ほりかわ 、 生没年 不詳 ) は 、 平安 時代 後期 の 女流 歌人 。 +顕尊 ( けんそん 、 永禄 7 年 1 月 22 日 ( 旧暦 ) ( 1564 年 3 月 5 日 ) - 文禄 4 年 3 月 3 日 ( 旧暦 ) ( 1595 年 4 月 12 日 ) ) は 、 興正 寺 第 17 世 門 主 。 +菊花 紋章 ( きく かもん しょう 、 きっかもん しょう ) と は 、 キク の 花 を かたど っ た 家紋 の 総称 。 +臣籍 降下 ( しんせき こうか ) と は 、 皇族 が その 身分 を 離れ 、 姓 を 与え られ 臣下 の 籍 に 降り る こと を い う 。 +岡本 宗憲 ( おかもと むねのり 、 天文 ( 元号 ) 13 年 ( 1544 年 ) ? - 慶長 5 年 9 月 16 日 ( 旧暦 ) ( 160 0 年 10 月 22 日 ) ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +金峯 神社 ( きんぷじんじゃ ) は 奈良 県 吉野 郡 吉野 町 に あ る 神社 で あ る 。 +奥平家 昌 ( おくだいらいえまさ 、 天正 5 年 ( 1577 年 ) - 慶長 19 年 10 月 10 日 ( 旧暦 ) ( 1614 年 11 月 11 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 、 大名 。 +菊池 武敏 ( きく ち たけとし 、 生年 不詳 - 1341 年 ( 興国 2 年 / 暦応 4 年 ) ? ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 南朝 ( 日本 ) の 武将 。 +中浦 ジュリアン ( なかうら ジュリアン 、 Juli ã o , 永禄 11 年 ( 1568 年 ) 頃 - 寛永 10 年 9 月 20 日 ( 旧暦 ) ( 1633 年 10 月 21 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の キリシタン で 、 天正 遣欧 使節 の 副使 。 +藤原 順子 ( ふじわら の のぶこ 、 大同 4 年 ( 809 年 ) - 貞観 13 年 9 月 28 日 ( 8 71 年 ) は 、 第 54 代 仁明 天皇 女 御 。 +江談 抄 ( ごうだんしょう ) は 、 院政 期 の 説話 集 。 +平教経 ( たいら の のりつね 、 永暦 元年 ( 11 60 年 ) - 元暦 2 年 3 月 24 日 ( 旧暦 ) ( 1185 年 4 月 25 日 ) ) は 、 平安 時代 末期 の 武将 。 +読史 余論 , 讀史 餘論 ( とくし ・ よろん ) は 、 江戸 時代 の 学者 ・ 政治 家 で あ る 新井 白石 が 著 し た 、 日本 政治 史 ・ 史論 。 +大報恩 寺 ( だい ほうおんじ ) は 京都 市 上京 区 に あ る 真言 宗 智山 派 の 寺院 で 山号 は 瑞応 山 。 +キサガイヒメ ・ ウムギヒメ と は 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +延慶 両 卿訴陳状 ( えんけい りょう きょう そ ちんじょう ) は 、 延慶 ( 日本 ) 4 年 ( 1311 年 ) 、 勅撰 和 歌集 の 選者 と し て 京極 為 兼 が 擬 せ られ る と 、 二 条 為 世 が これ に 反対 し て 訴陳 し 、 する と 為兼 は これ に 反発 し 、 為世 が これ に さらに 駁 し た もの で あ る 。 +建久 七 年 の 政変 ( けんきゅう しち ねん の せいへん ) と は 、 建久 7 年 ( 1196 年 ) に 起き た 政変 。 +薬師 堂 ( やく しどう ) は 、 薬師 如来 を 本尊 と する 仏堂 の 呼称 で あ る 。 +水墨画 ( すいぼく が ) と は 、 「 墨 」 一色 で 表現 さ れ る 絵画 で 、 墨線 だけ で な く 、 墨 を 面 的 に 使用 し 、 暈かし で 濃淡 ・ 明暗 を 表 す 。 +尚泰王 ( しょう たいおう 、 1843 年 8 月 3 日 ( 道光 23 年 7 月 8 日 ) - 1901 年 8 月 19 日 ) は 、 琉球 王国 第 二 尚 氏 王統 第 19 代 国王 。 +藤原 光頼 ( ふじわら の みつ より 、 天治 元年 ( 1124 年 ) - 承安 ( 日本 ) 3 年 1 月 5 日 ( 旧暦 ) ( 1173 年 2 月 18 日 ) ) は 平安 時代 後期 の 公卿 。 +大迫 尚敏 ( おおさこ なお はる 、 天保 15 年 11 月 15 日 ( 旧暦 ) ( 1844 年 12 月 24 日 ) - 1927 年 9 月 20 日 ) は 、 日本 の 武士 ・ 薩摩 藩 士 、 大 日本 帝国 陸軍 軍人 、 華族 。 +牧野 アンナ ( まきの アンナ 、 1971 年 12 月 4 日 - ) は 、 LOVEJUNX 代表 。 +不破内 親王 ( ふ わ な い しんの う 、 723 年 ( 養老 7 年 ) 頃 - 795 年 ( 延暦 14 年 ) 頃 ) は 奈良 時代 の 皇族 。 +墾田 永年 私 財 法 ( こんでんえい ねん しざい の ほう ) と は 、 奈良 時代 中期 の 聖武 天皇 治世 、 天平 15 年 5 月 27 日 ( 旧暦 ) ( 743 年 ) に 発布 さ れ た 勅 ( 天皇 の 名 に よ る 命令 ) で 、 墾田 ( 自分 で 新し く 開墾 し た 耕地 ) の 永年 私財 化 を 認め る 法令 。 +弥勒石 ( みろく い し ) と は 、 和歌山 県 の 霊場 高野山 の 奥 の 院 入り口 付近 に あ る 祠 に 納め られ た 石 。 +志苔 館 ( しのり たて ) は 、 北海道 函館 市 に 所在 する 中世 城 館 跡 。 +家司 ( けいし / いえ の つかさ ) と は 、 親王 ・ 内親 王家 及び 職事 従 三 位 以上 の 公卿 ・ 将軍 家 など の 家 に 設置 さ れ 、 家政 を 掌 る 職員 。 +日本 紀講筵 ( にほんぎ こうえん ) と は 、 平安 時代 前期 に 国史 で あ る 『 日本 書紀 』 の 講義 ・ 研究 を 行 う 宮中 行事 。 +督姫 ( とくひめ 、 1565 年 12 月 3 日 ( 永禄 8 年 11 月 11 日 ( 旧暦 ) ) - 1615 年 3 月 3 日 ( 慶長 20 年 2 月 4 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 女性 。 +公議 所 ( こうぎ しょ ) は 明治 初期 に 設け られ た 日本 の 議事 機関 。 +松沢 求策 ( まつざわ ・ きゅうさく 、 1855 年 - 1887 年 6 月 25 日 ) は 、 長野 県 安曇野 市 出身 の 自由 民 権 家 。 +淀 古城 ( よどこ じょう ) は 京都 府 京都 市 伏見 区 納所 北城 堀 に あ っ た 城 。 +皇室 典範 ( こうしつ てんぱん ) は 、 皇位 の 継承 順位 など 皇室 の 制度 ・ 構成 等 に つ い て 定め る 日本 国 憲法 で 間接 的 に 設置 が 義務 づけ られ た 日本 の 法律 で あ る 。 +蓮乗 ( れんじょう 、 文安 3 年 ( 1446 年 ) - 永正 元年 2 月 21 日 ( 旧暦 ) ( 150 4 年 3 月 7 日 ) ) は 、 室町 時代 中期 から 戦国 時代 _ ( 日本 ) に かけ て の 浄土 真宗 の 僧 。 +香川 敬三 ( かがわ けいぞう 、 天保 12 年 11 月 15 日 ( 旧暦 ) ( 1841 年 12 月 27 日 ) - 大正 4 年 ( 1915 年 ) 3 月 18 日 ) は 、 水戸 藩 出身 の 勤皇 志士 。 +実範 ( しっぱん 、 生年 不詳- 天養 元年 9 月 10 日 ( 旧暦 ) ( 1144 年 10 月 8 日 ) ) は 、 平安 時代 後期 の 僧 。 +手絡 ( てがら ) は 日本 髪 を 結 う 際 に 、 髷 に 巻きつけ る など し て 飾 る 布 の こと を い う 。 +善 阿弥 ( ぜんあみ 、 元中 3 年 / 至徳 ( 日本 ) 3 年 ( 1386 年 ) ? - 文明 ( 日本 ) 14 年 ( 1482 年 ) ? ) は 室町 時代 の 庭師 。 +名物 ( めいぶつ ) と は 、 茶 道具 に お い て は 格付け の 一 種類 と 捉え る こと が 出来 る 。 +暗闘 ( だんまり ) は 、 歌舞伎 の 演出 の 一 つ 。 +源 義広 ( みなもと の よしひろ / 志田 義広し だ よしひろ ) は 平安 時代 末期 の 武将 。 +斯波 氏 ( しばし ) は 、 武家 の ひと つ 。 +下間 頼旦 ( しもつまら いたん 、 生年 不詳 - 天正 2 年 ( 1574 年 ) ) は 、 戦国 時代 ( 日本 ) の 大谷 家 の 武将 、 僧 。 +梅松 論 ( ばいしょうろん ) は 、 太平 記 と 双璧 を な す 南北朝 時代 ( 日本 ) の 軍記 物語 ・ 歴史 書 。 +有岡 城 の 戦い ( ありおか じょう の たたか い ) は 、 天正 6 年 ( 1578 年 ) 7 月 から 翌 天正 7 年 ( 1579 年 ) 10 月 19 日 に かけ て 行 わ れ た 籠城 戦 。 +隠れ 念仏 ( かく れ ねんぶつ ) は 、 権力 から 禁止 さ れ た 浄土 真宗 ( 一向 宗 ) の 信仰 を 、 権力 の 目 から 逃れ て 信仰 する こと 、 或いは それ を 行 う 者 や 集団 を 指 す 。 +江華島 事件 ( こうか とう じけん 、 カンファド じけん ) は 、 1875 年 ( 明治 8 年 ) 9 月 20 日 に 李 氏 朝鮮 の 江華 島 付近 に お い て 日本 と 朝鮮 の 間 で 起こ っ た 武力 衝突 事件 で あ る 。 +高野川 ( たかの がわ ) は 、 京都 府 京都 市 左京 区 を 流れ る 淀川 水系 の 一 級 水系 で あ る 。 +山本 哲也 ( やまもと てつや 、 196 6 年 3 月 21 日 - ) は 、 大鼓 方 大倉 流 の 能楽師 。 +馬加 康 胤 ( まくわり やすたね 、 応永 5 年 ( 1398 年 ) ? - 康正 2 年 11 月 1日 ( 旧暦 ) ( 1456 年 11 月 28 日 ) ) は 、 室町 時代 の 武将 。 +安藤 直馨 ( あんどう なおか 、 天明 6 年 ( 1786 年 ) - 文政 9 年 3 月 29 日 ( 旧暦 ) ( 1826 年 5 月 5 日 ) ) は 、 紀伊国 紀伊田 辺藩 の 第 15 代 当主 。 +萬福寺 ( まんぷくじ ) は 、 京都 府 宇治 市 に あ る 黄檗 宗 ( おうばくしゅう ) 大 本 山 の 寺院 。 +与謝野 町 コミュニティバス ( よさの ちょう コミュニティバス ) は 、 京都 府 与謝 郡 与謝野 町内 を 運行 する コミュニティバス 。 +鳥屋 ミサンザイ 古墳 ( とりや ミサンザイ こふん ) は 、 奈良 県 橿原 市鳥 屋 町 に あ る 前方 後 円 墳 。 +伏見 街道 ( ふしみ かいどう ) は 、 京 ( 京都 ) の 五 条 通 と 伏見 と を 結 ぶ 街道 。 +出雲 狛 ( いずも の こま 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +『 女殺油 地獄 』 ( おんな ごろし あ ぶら の じごく ) は 、 近松 門左衛門 作 の 人形 浄 瑠璃 。 +詔 ( みこと の り 、 御言宣 、 大 御 言 ) は 、 天皇 の 言葉 、 あるいは 天皇 の 命令 を 直接 に 伝え る 文書 。 +地蔵 寺 ( じぞうじ ) は 、 京都 市 西京 区 桂 に あ る 浄土 宗 の 寺院 。 +的 ( まと ) は 、 弓道 ・ 弓術 で 用い る 標的 で あ る 。 +神楽笛 ( かぐらぶえ ) と は 、 雅楽 で 使 う 管楽 器 の 1 つ 。 +内匠 寮 ( ないしょうりょう ) は 律令 制 に お い て 中務 省 に 属 する 令外 官 の 一 つ で あ る 。 +伊和 員 経 ( 伊和 員 經 ・ いわの かずつ ね   生没年 不詳 ) は 、 平安 時代 中期 の 武将 平 将門 の 従者 。 +『 太平 記 』 ( たい へいき ) は 日本 文学 の 1 つ で あ る 。 +賀茂 別雷 神社 ( か も わけいかづち じんじゃ ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 神社 で あ る 。 +石田 正継 ( いしだ まさつ ぐ 、 生年 不詳 - 慶長 5 年 9 月 17 日 ( 旧暦 ) ( 160 0 年 10 月 23 日 ) ) は 、 安土 桃山 時代 の 戦国 武将 。 +京極 高知 ( きょうごく たか と も 、 元亀 3 年 ( 1572 年 ) - 元和 ( 日本 ) 8 年 8 月 12 日 ( 旧暦 ) ( 1622 年 9 月 17 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 に 活躍 し た 戦国 大名 。 +女戸主 ( おんな こしゅ ) は 、 日本 の 旧 民法 で 、 女性 の 戸主 で あ る 。 +烏丸 光廣 ( からす まる みつ ひろ 、 天正 7 年 ( 1579 年 ) - 寛永 15 年 7 月 13 日 ( 旧暦 ) ( 1638 年 8 月 22 日 ) ) は 、 江戸 時代 前期 の 公卿 ・ 歌人 。 +大 日本 協会 ( だい に ほん きょうかい ) は 、 明治 時代 に 対外 硬 派 の 結集 を 目指 し て 結成 さ れ た 政治 結社 ( 1893 年 10 月 1日 - 12 月 29 日 ) 。 +妙心 寺 ( みょうしんじ ) は 、 京都 市 右京 区 花園 ( 京都 市 ) に あ る 臨済 宗 妙心 寺 派 大 本山 の 寺院 。 +日野 誕生 院 ( ひ の たんじょういん ) は 、 浄土 真宗 本願 寺 派 の 仏教 寺院 。 +淳和院 ( じゅん な いん ) は 、 平安 京 の 右京 4 条 2 坊 ( 現在 の 京都 府 右京 区 ) に あ っ た 淳和 天皇 の 離宮 ・ 後院 。 +さげもん は 、 福岡 県 柳川 市 に 伝わ る 風習 。 +甘樫坐 神社 ( あまか し に ます じんじゃ ) は 、 奈良 県 高市 郡 明日香 村 の 甘樫丘 に あ る 神社 で あ る 。 +藤原 師保 ( ふじわら の もろ やす 、 生没 年 未詳 ) は 、 平安 時代 中期 の 人物 。 +阿蘇 惟 豊 ( あそこれ と よ 、 明応 2 年 ( 1493 年 ) - 永禄 2 年 11 月 7 日 ( 旧暦 ) ( 1559 年 12 月 5 日 ) ) は 戦国 時代 ( 日本 ) の 阿蘇 氏 の 18 代 当主 ( 阿蘇 神社 大宮司 ) 。 +陰陽 道 ( おんみょうどう ) は 、 古代 の 中国 で 生まれ た 自然 哲学 思想 、 陰陽 五 行 思想 を 起源 と し て 日本 で 独自 の 発展 を 遂げ た 自然 科学 と 呪術 の 体系 。 +免田 ( めんでん ) と は 、 日本 の 古代 末期 から 中世 に かけ て 、 国 が 規定 の 課税 を 徴収 する の を 免除 する 田地 。 +初代 坂田 藤十郎 ( しょだい さかた とうじゅうろう 、 正保 4 年 ( 1647 年 ) - 宝永 6 年 11 月 1日 ( 旧暦 ) ( 1709 年 12 月 1日 ) ) は 、 江戸 時代 の 歌舞伎 役者 。 +中原 尚雄 ( なかはら な おお 、 弘化 2 年 ( 1845 年 ) - 大正 3 年 ( 1914 年 ) 1 月 15 日 ) は 、 元 薩摩 藩 伊集院 町 郷士 、 後 に 警察 官 と な る 。 +横山 党 ( よこやま とう ) は 、 平安 時代 後期 から 鎌倉 時代 に かけ て 、 武蔵 国 多摩 郡 ( 現 ・ 東京 都 八王子 市 ) 横山 庄 を 中心 と し て 、 武蔵 国 ( 大里 郡 ・ 比 企郡 - 橘樹 郡 ) および 相模 国 北部 に 割拠 し た 同族 的 武士 団 で あ る 。 +楠木 正時 ( くすのき まさとき 、 生年 不詳 - 貞和 4 年 / 正平 ( 日本 ) 3 年 1 月 5 日 ( 旧暦 ) ( 1348 年 2 月 4 日 ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +広幡 家 ( ひろはたけ ) は 、 清華 家 ( 新家 、 内々 ) の 家格 を 有 する 公家 。 +新 歌舞伎 ( しんかぶき ) と は 、 明治 以降 に 、 劇場 と は 独立 し た 作家 が 書 い た 歌舞伎 作品 の こと 。 +勇山 文継 ( いさやま の ふみつ ぐ 、 宝亀 4 年 ( 773 年 ) - 天長 5 年 10 月 26 日 ( 旧暦 ) ( 82 8 年 12 月 6 日 ) ) は 、 平安 時代 初期 の 官人 ・ 漢詩 人 。 +薩長 土 ( さっ ちょうど ) は 、 幕末 期 、 「 雄藩 」 と 呼 ば れ 、 多く の 志士 を 輩出 し 、 明治 維新 の 原動 力 と な っ た 薩摩 藩 、 長州 藩 、 土佐 藩 の 「 勤皇 三 藩 」 の 総称 、 あるいは 、 この 3 藩 出身 の 志士 たち の 総称 。 +熾 盛光 仏頂 ( しじょう こう ぶっちょう ) 、 サンスクリット プラジュヴァローシュニーシャ は 、 如来 の 肉髻 を 神格 化 し た 仏 の 一種 、 仏頂 尊 の 一尊 。 +秦熊 ( はだ の くま 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +土佐派 ( とさは ) +久遠 実成 ( く おん じつ じょう ) と は 、 法華 経 の 教え に お い て 、 釈迦 は 35 歳 で 悟り を 開 い た の で は な く 永遠 の 過去 から 仏 ( 悟り を 開 い た 者 ) と な っ て 輪廻 転生 し て き て い る と い う 考え 方 。 +葛城 皇子 ( かずら き おうじ ・ かずらき のみこ ・ かつらぎ おうじ ・ かつらぎのみこ 。 生没年 不詳 ) +岩倉 具堯 ( いわくら と も たか 、 生年 不詳 - 寛永 10 年 ( 1633 年 ) ) は 室町 時代 後期 頃 から 江戸 時代 初期 の 公家 。 +裏松 恭光 ( うらまつ やすみつ 、 寛政 12 年 6 月 10 日 ( 旧暦 ) ( 180 0 年 7 月 31 日 ) - 明治 5 年 2 月 9 日 ( 旧暦 ) ( 1872 年 3 月 17 日 ) ) は 、 幕末 の 公家 。 +境 部 摩理 勢 ( さかい べ の まり せ 、 生年 不詳 - 推古 天皇 36 年 ( 628 年 ) ) は 、 飛鳥 時代 の 豪族 。 +藤原 経子 ( ふじわら の けいし / つねこ 、 生没 年 未詳 ) は 、 平安 時代 末期 の 女官 。 +落雁 ( らく がん ) は 、 米 など から 作 っ た 澱粉 質 の 粉 に 水飴 や 砂糖 を 混ぜ て 着色 し 、 型 に 押 し て 乾燥 さ せ た 代表 的 な 干 菓子 で あ る 。 +指月 城 は 日本 の 城 で あ る 。 +平業 盛 ( たいら の なりもり 、 嘉応 元年 ( 1169 年 ) ? - 寿永 3 年 2 月 7 日 ( 旧暦 ) ( 1184 年 3 月 20 日 ) ) は 、 平教盛 の 三男 。 +紀伝道 ( きでんどう ) と は 、 日本 律令 制 の 大学 寮 に お い て 、 歴史 ( 主に 中国 史 ) を 教え た 学科 。 +能瀬 資国 ( のせすけく に 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 武士 ・ 官人 。 +大覚 寺 ( だい かくじ ) +蘭学 塾 ( らんがく じゅく ) は 、 江戸 時代 に 西洋 の 学問 を 学 ぶ ため に 私塾 と し て 広ま っ た 学問 所 。 +蛮勇 演説 ( ばん ゆう えんぜつ ) は 、 1891 年 ( 明治 24 年 ) 12 月 に 第 2 回 帝国 議会 で 行 わ れ た 樺山 資紀 海軍 大臣 の 演説 。 +大倉 流 ( おおくら - りゅう ) は 能楽 囃子方 の 一流儀 。 +観世 紅雪 ( かんぜ こうせつ 、 1843 年 ( 天保 14 年 ) - 19 11 年 ( 明治 44 年 ) 3 月 31 日 ) は 、 シテ 方 観世 流能 楽師 。 +東寺 ( とうじ ) は 、 京都 市 南 区 ( 京都 市 ) 九条 町 に あ る 、 弘法 大 師 空海 ゆかり の 寺 で 、 東寺 真言宗 の 総 本山 で あ る 。 +青葉山ろく 公園 ( あおば さんろく こうえん ) は 、 京都 府 舞鶴 市 の 青葉山 山麓 に 整備 さ れ た 公園 。 +応天門 の 変 ( おうてんもん の へん ) は 、 平安 時代 前期 の 貞観 _ ( 日本 ) 8 年 ( 866 年 ) に 起こ っ た 政治 事件 で あ る 。 +石園 座 多久 虫玉 神社 ( いわぞの に い ま すたくむ し た ま じんじゃ ) は 、 奈良 県 大和 高田 市 片塩町 に 鎮座 する 神社 で あ る 。 +ジェームス ・ カーティス ・ ヘボン ( James Curtis Hepburn , 1815 年 3 月 13 日 - 19 11 年 6 月 11 日 ) は 、 長老 派 系 医療 伝道 宣教 師 で あ り 、 ヘボン 式 ローマ 字 の 創始 者 。 +頭 中将 ( とう の ちゅうじょう ) は 、 日本 の 律令 制 に おけ る 職制 の 呼称 の 一 つ 。 +宝暦暦 ( ほうりゃくれき / ほうれきれき ) と は 、 かつて 日本 で 使 わ れ て い た 太陰 太陽 暦 の 暦法 の 和暦 で あ る 。 +澤 宣嘉 ( さわ のぶよし 、 1836 年 2 月 9 日 ( 天保 6 年 12 月 23 日 ( 旧暦 ) ) - 1873 年 ( 明治 6 年 ) 9 月 27 日 ) ) は 、 幕末 期 の 公卿 、 明治 の 政治 家 で あ る 。 +院 政期 文化 ( いんせい き ぶんか ) また は 平安 末期 文化 ( へいあん まっきぶんか ) と は 、 平安 時代 末葉 の 11 世紀 後半 から 鎌倉 幕府 成立 に 至 る 12 世紀 末 に かけ て の 日本 の 文化 。 +いき ( 粋 ) と は 、 日本 の 美 意識 ( 美的 観念 ) の ひと つ で あ る 。 +道首名 ( みち の おび と な 、 天智 天皇 2 年 ( 663 年 ) - 養老 2 年 4 月 10 日 ( 旧暦 ) ( 71 8 年 5 月 18 日 ) ) は 文武 天皇朝 から 奈良 時代 初期 に かけ て の 官人 。 +慶長 丁銀 ( けい ちょう ちょうぎん ) と は 江戸 時代 の 初期 、 すなわち 慶長 6 年 ( 160 1 年 ) 7 月 に 鋳造 開始 さ れ た 丁銀 の 一種 で 秤量 銀貨 で あ る 。 +光世 ( みつよ 、 生没 年 未詳 ) は 、 平安 時代 末期 、 筑後 国 の 刀工 。 +吉栄 ( きちえい 、 生没年 不詳 ) は 江戸 時代 末期 の 女性 。 +北 近畿 タンゴ 鉄道 株式 会社 ( きたきんき たんご てつどう ) は 京都 府 で 旧 日本 鉄道 建設 公団 が 建設 し た 北 近畿 タンゴ 鉄道 宮 福線 と 、 旧 国鉄 特定 地方 交通 線 の 鉄道 路線 北 近畿 タンゴ 鉄道 宮津 線 を 運営 し て い る 京都 府 など が 出資 する 第 三 セクター 会社 で あ る 。 +藤原 良門 ( ふじわら の よしかど 、 生没年 不詳 ) は 、 平安 時代 前期 の 貴族 、 廷臣 。 +河原崎 権 十郎 ( かわら さき ごん じゅうろう ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +御 霊信仰 ( ご りょう しんこう ) と は 、 人々 を 脅か す よう な 天災 や 伝染 病 の 発生 を 、 怨み を 持 っ て 死 ん だり 非業 の 死 を 遂げ た 人間 の 「 怨霊 」 の しわざと 見な し て 畏怖 し 、 これ を 鎮め て 「 御 霊 」 と する こと に よ り 祟り を 免れ 、 平穏 と 繁栄 を 実現 し よ う と する 日本 の 信仰 の こと で あ る 。 +参拝 ( さんぱい ) と は 、 神社 や 寺院 に 行 っ て 神仏 を 拝 む 行為 の こと で あ る 。 +黒田   長堅 ( くろだ   なが かた 、 1770 年 ( 明和 7 年 ) - 17 84 年 3 月 30 日 ( 天明 4 年 2 月 10 日 ( 旧暦 ) ) ) は 、 筑前 国 福岡 藩 秋月 藩 の 第 7 代 藩 主 。 +陰陽 家 ( いんよう か ) は 諸子 百 家 の 一 つ で 、 六 家 の 一 つ に 数え られ る 思想 集団 で あ る 。 +佃 ( つくだ ) は 、 中世 日本 の 荘園 公領 制 に お い て 、 荘園 領主 や 荘官 ・ 地頭 ら に よ る 直営 田 を い う 。 +チキン ライス と は 、 細切れ の 鶏肉 を 混ぜ た 飯 を ケチャップ 味 に 炒め た 、 日本 の 炒め飯 で あ る 。 +猿楽 ( さるがく 、 猿樂 ) は 、 平安 時代 から 室町 時代 に かけ て 流行 し た 日本 の 芸能 。 +大宮 通り ( おおみや どおり ) は 、 奈良 県 奈良 市 に あ る 街路 。 +本末 制度 ( ほんまつ せいど ) は 、 江戸 時代 、 徳川 幕府 が 仏教 教団 を 統制 する ため に 設け た 制度 で あ る 。 +鋳銭司 ( じゅせん し ・ ちゅうせんし ) は 古代 日本 に 置 か れ た 令外 官 の 一 つ 。 +龍笛 ( りゅうてき ) と は 、 雅楽 で 使 う 管楽 器 の 一 つ 。 +鵜 ( う ) は 、 ペリカン 目 ウ 科 ( 学名 : Phalacrocoracidae ) に 属 する 水鳥 の 総称 。 +往生 ( おうじょう ) と は 、 大乗 仏教 の 中 の 成仏 の 方法 論 の 一 つ で あ る 。 +6 世野 村 万蔵 ( ろくせい の むら まんぞう 、 明治 31 年 ( 1898 年 ) 7 月 22 日 - 昭和 53 年 ( 1978 年 ) 5 月 6 日 ) は 、 能楽 師 、 日本 芸術 院 会員 ・ 重要 無形 文化 財 保持 者 ( 人間 国宝 ) 。 +野田 文一郎 ( の だぶん いちろう 、 1872 年 4 月 12 日 ( 明治 5 年 3 月 5 日 ( 旧暦 ) ) - 19 6 0 年 ( 昭和 35 年 ) 3 月 9 日 ) は 、 広島 県 三 次 町 ( 後 の 三 次 市 ) 出身 の 裁判 官 、 政治 家 。 +敦子 内 親王 ( あつこ な い しんのう 、 生年 不詳 - 延長 ( 元号 ) 8 年 1 月 13 日 ( 旧暦 ) ( 930 年 2 月 14 日 ) ) は 、 平安 時代 中期 の 皇族 。 +明峰 素 哲 ( めいほうそてつ 、 建治 3 年 ( 1277 年 ) - 観応 元年 / 正平 ( 日本 ) 5 年 3 月 28 日 ( 旧暦 ) ( 1350 年 5 月 5 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 曹洞 宗 の 僧 。 +縫司 ( ぬい の つかさ ) は 、 後宮 十 二 司 の 一 つ で 、 衣服 の 裁縫 、 組紐 を 編 む こと を つかさど り 、 また 女官 の 出仕 ・ 朝参 の こと を 管理 し た 役所 を 指 す 。 +上米 の 制 ( あげまい の せい ) と は 、 江戸 幕府 が 享保 の 改革 の 際 に 出 し た 制度 。 +漢一郎 ( あやいちろう 、 天保 9 年 ( 1838 年 ) - 慶応 4 年 8 月 21 日 ( 旧暦 ) ( 1868 年 10 月 6 日 ) ) は 、 摂津 国 大阪 出身 の 新 選 組 隊士 。 +祇園 ( ぎおん ) と は 京都 の 代表 的 な 繁華 街 及び 歓楽 街 。 +海門 承朝 ( かいもん しょうちょう 、 文中 3 年 ( 1374 年 ) 頃 - 嘉吉 3 年 5 月 9 日 ( 旧暦 ) ( 1443 年 6 月 6 日 ) ) は 、 南朝 ( 日本 ) 長 慶 天皇 の 皇子 。 +斂葬 の 儀 ( れんそう の ぎ ) と は 皇族 の 葬儀 の こと 。 +西園寺 公衡 ( さいおんじきん ひら 、 文永 元年 ( 1264 年 ) - 正和 4 年 9 月 25 日 ( 旧暦 ) ( 1315 年 10 月 23 日 ) ) は 、 鎌倉 時代 後期 の 公卿 。 +千覚 ( せんがく 、 生没 年 未詳 ) は 平安 時代 末期 の 僧侶 。 +西 大路 三条 駅 ( にし おおじ さんじょう えき ) は 、 京都 府 京都 市 右京 区 西院 今 山田 町 に あ る 京福 電気 鉄道 嵐山本線 の 鉄道 駅 。 +雄琴 温泉 ( おごと おんせん ) は 、 滋賀 県 大津 市 ( 旧 国近 江国 ) に あ る 温泉 。 +第 3 回 気候 変動 枠組 条約 締約 国 会議 ( だい 3 かい きこう へんどう わくぐみ じょうやく ていやく こく かいぎ ) は 、 1997 年 12 月 に 国際 連合 に よ り 国立 京都 国際 会館 ( 京都 府 京都 市 ) で 開催 さ れ た 、 温室 効果 ガス 排出 規制 に 関 する 国際 的 な 合意 形成 を 主な 目的 と し た 国際 会議 で あ る 。 +川 浚 冥加金 ( かわざら え みょう が きん ) は 、 江戸 時代 、 大坂 で 川浚え の ため に 課 さ れ た 冥加 金 で あ る 。 +松平 茂昭 ( まつだいら もちあき 、 天保 7 年 8 月 7 日 ( 旧暦 ) ( 1836 年 9 月 17 日 ) - 明治 23 年 ( 1890 年 ) 7 月 25 日 ) は 、 日本 の 大名 、 華族 。 +鎌倉 公方 ( かまくら くぼう ) と は 、 室町 時代 に 室町 幕府 の 征夷 大将軍 が 関東 十 ヶ国 に おけ る 出先 機関 と し て 設置 し た 鎌倉 府 の 長官 。 +百済 王 ( くだら の こ に きし ) 氏 は 、 百済 最後 の 王 で あ る 義慈 王 直系 の 百済 王 善光 を 始祖 と する 日本 の 氏族 。 +山本 東次郎 ( やまもと とうじろう ) は 、 大蔵 流山本 東次郎 家 狂言 師 の 名跡 。 +藤崎 吉五郎 ( ふじさき きちごろう 、 ? - 慶応 2 年 9 月 12 日 ( 旧暦 ) ( 1866 年 10 月 20 日 ) ) は 、 幕末 の 土佐 藩 士 。 +大野 右仲 ( おおのうちゅう 、 天保 7 年 12 月 8 日 ( 旧暦 ) ( 1837 年 1 月 14 日 ) - 明治 44 年 ( 1911 年 ) 6 月 11 日 ) は 、 幕末 期 の 唐津 藩 士 で 、 新 選 組 隊士 。 +平資盛 ( たいらの すけもり ) は 、 平安 時代 末期 の 武将 。 +尭恵 ( ぎょうえ 、 1340 年 - 没年 不詳 ) は 、 室町 時代 中期 の 天台 宗 の 学僧 ・ 歌人 。 +明雲 ( みょう うん 、 永久 ( 元 号 ) 3 年 ( 1115 年 ) - 寿永 2 年 11 月 19 日 ( 旧暦 ) ( 1184 年 1 月 3 日 ) ) は 、 平安 時代 末期 の 天台 宗 の 僧 。 +阿閇 皇子 ( あべのみこ 、 64 8 年 以降 - 生没年 不詳 ) は 、 天智 天皇 の 皇子 。 +石川 家光 ( いしかわ いえみつ 、 生年 不詳 - 元徳 2 年 4 月 2 日 ( 旧暦 ) ( 1330 年 4 月 20 日 ) ) は 、 鎌倉 時代 の 武将 。 +三浦 梧楼 ( 梧樓 ) ( みうら ごろう 、 弘化 3 年 11 月 15 日 ( 旧暦 ) ( 1847 年 1 月 1日 ) - 大正 15 年 ( 1926 年 ) 1 月 28 日 ) は 日本 の 武士 、 軍人 、 政治 家 。 +蕎麦 ( そば ) は 、 穀物 の ソバ の 実 を 原料 と し て 加工 し た 、 日本 の 麺類 の 一種 、 および 、 それ を 用い た 料理 。 +うどん ( 饂飩 ) は 、 日本 旧来 の 麺類 で あ る 。 +正親町 三条 実愛 ( おおぎまち さんじょうさねなる 、 文政 3 年 10 月 30 日 ( 旧暦 ) ( 1820 年 12 月 5 日 ) - 明治 42 年 ( 1909 年 ) 10 月 20 日 ) は 、 江戸 時代 後期 から 幕末 の 公卿 、 明治 時代 の 政治 家 。 +向日 町 駅 ( むこう まち えき ) は 、 京都 府 向日 市 寺戸 町 久々 相 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 ( JR 京都 線 ) の 鉄道 駅 。 +山田 純夫 ( やまだ すみお 、 1937 年 - ) は 、 シテ 方 金 剛 流能 楽師 。 +東遊 運動 ( とうゆう うんどう 、 トンズー うんどう 、 ベトナム 語 : Phongtr à o Đ ô ngDu / 風潮 東遊 ) は 、 19 世紀 末 から ベトナム で 発生 し た 民族 独立 運動 。 +史記 延 久点 ( しき えん きゅうてん ) と は 、 中国 前漢 の 司馬 遷 が 著 し た 歴史 書 『 史記 』 に 対 し て 、 日本 平安 時代 の 延久 5 年 ( 1073 年 ) に 大江 家国 が 書写 ・ 加点 し た 巻子 本 形式 の 訓点 本 。 +後亀山 天皇 ( ご かめやま てんのう 、 正平 ( 日本 ) 2 年 / 貞和 3 年 ( 1347 年 ) ? - 応永 31 年 4 月 12 日 ( 旧暦 ) ( 142 4 年 5 月 10 日 ) ) は 、 南北朝 時代 ( 日本 ) の 第 99 代 、 南朝 最後 の 第 4 代 天皇 ( 在位 : 弘和 3 年 / 永徳 3 年 ( 1383 年 ) 10 月 - 元中 9 年 / 明徳 3 年 10 月 5 日 ( 旧暦 ) ( 1392 年 11 月 19 日 ) ) 。 +蝦夷 征討 ( えみし せいとう ) と は 、 日本 の 古代 に お い て 蝦夷 に 対 し て 朝廷 が 行 っ た 征討 で あ る 。 +上野 清信 ( うえの きよのぶ 、 生没年 不詳 ) は 、 戦国 時代 ( 日本 ) の 武将 。 +今様 ( いまよう ) は 、 日本 の 歌曲 の 一 形式 。 +陪臣 ( ばいしん ) と は 、 武家 の 主従 関係 に お い て 家臣 の 家臣 を 指 し た 呼称 。 +東 坊 城 家 ( ひがしぼう じょうけ ) は 、 五条 長 経 ( 正二 位 ・ 参議 ・ 刑部 省 、 1242 年 - 1315 年 ) の 次男 東 坊城 茂長 ( 位階 ・ 参議 ・ 治部 省 、 1284 年 - 1343 年 ) を 祖 と する 堂上 家 で あ る 。 +西園寺 氏 ( さいおんじ し ) は 伊予 国 西部 を 領有 し た 戦国 大名 。 +観 月 橋 駅 ( かんげつ きょう えき ) は 、 京都 府 京都 市 伏見 区 豊後 橋 町 に あ る 京阪 電気 鉄道 京阪 宇治 線 の 鉄道 駅 。 +源 顕雅母 ( みなもと の あきまさ の は は 、 生没年 不詳 ) は 、 平安 時代 後期 の 歌人 。 +京都 芸術 センター ( きょうと げいじゅつ せんたー ) は 、 京都 市 の 中心 部 に あ る 芸術 振興 の 拠点 施設 。 +宇治 採茶 使 ( うじ さい ちゃし ) は 、 京都 府 宇治 市 の 名産 品 で あ る 宇治 茶 を 徳川 将軍 家 に 献上 する ため の 茶壷 を 運 ぶ 行列 の こと 。 +吉川 之経 ( きっかわ ゆきつね 、 応永 22 年 ( 1415 年 ) - 文明 ( 日本 ) 9 年 1 月 7 日 ( 旧暦 ) ( 147 7 年 1 月 21 日 ) ) は 、 安芸 吉川 氏 の 当主 。 +春日造 ( かすが づくり ) は 、 日本 の 神社 建築 の 1 つ で あ る 。 +宗十郎 頭巾 ( そうじゅうろう - ずきん ) は 男性 用 の 頭巾 の 一種 。 +醍醐 冬 基 ( だい ご ふゆ もと 、 慶安 元年 6 月 14 日 ( 旧暦 ) ( 1648 年 8 月 2 日 ) - 元禄 10 年 7 月 14 日 ( 旧暦 ) ( 1697 年 8 月 30 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +網谷 正美 ( あみたに まさみ 、 1947 年 3 月 15 日 - ) は 大蔵 流狂言 師 。 +分部 光信 ( わけべ みつのぶ 、 天正 19 年 ( 1591 年 ) - 寛永 20 年 2 月 22 日 ( 旧暦 ) ( 1643 年 4 月 10 日 ) ) は 、 伊勢 上野 藩 の 第 2 代 藩 主 。 +『 保暦 間 記 』 ( ほうりゃく かんき ) は 日本 の 中世 、 南北朝 時代 ( 日本 ) に 成立 し た 歴史 書 。 +与謝野 晶子 ( よさの あきこ 、 正字 体 : 與謝野 晶子 、 明治 11 年 ( 1878 年 ) 12 月 7 日 - 昭和 17 年 ( 1942 年 ) 5 月 29 日 ) は 明治 時代 から 昭和 時代 に かけ て 活躍 し た 歌人 、 作家 、 思想 家 。 +一銭 洋食 ( いっせんよう しょく ) は 、 水 に 溶 い た 小麦 粉 を 鉄板 で 焼き 、 ネギ など 乗せ て 焼 い た 物 。 +八景 ( はっけい ) と は 、 ある 地域 に おけ る 八 つ の 優れ た 風景 を 選 ぶ 、 風景 評価 の 様式 。 +公人 朝夕人 ( くにん ちょうじゃく にん ) と は 、 江戸 時代 に あ っ た 役職 の 一 つ 。 +昆布 〆 め ( こんぶ しめ ) と は 、 富山 県 の 郷土 料理 の ひと つ で あ る 。 +宇陀 松山 藩 ( うだ まつ やまはん ) は 、 大和 国 に 存在 し た 藩 。 +吸い物 ( すいもの ) は 日本 料理 の スープ の 一種 で 、 出汁 に 醤油 や 塩 を 加え て 作 っ た 汁 ( 吸い 地 ) に 椀種 、 つま 、 吸い口 など を 浮かべ た もの 。 +風物 詩 ( ふうぶつ し ) と は 、 ある 季節 特有 の 自然 現象 、 味覚 、 生物 、 物売り など で あ り 、 その 季節 を より 意識 に 特徴 づけ る 事 が でき る 、 物 ・ 事柄 の こと で あ る 。 +勧修 寺 晴子 ( かじゅうじ はるこ 、 天文 ( 元号 ) 22 年 ( 1553 年 ) - 元和 6 年 2 月 18 日 ( 1620 年 3 月 21 日 ) ) は 、 正親 町 天皇 の 第 五 皇子 誠仁 親王 の 妃 。 +呪禁 博士 ( じゅごん は かせ ) と は 、 律令 制 に お い て 典薬 寮 に 属 し た 官人 。 +遍昭 ( へんじょう 、 遍照 と も 表記 、 弘仁 7 年 ( 816 年 ) - 寛平 2 年 1 月 19 日 ( 旧暦 ) ( 890 年 2 月 12 日 ) ) は 、 平安 時代 前期 の 歌人 で 、 六 歌 仙 ・ 三十 六 歌仙 の 一人 。 +藤原 在衡 ( ふじわら の あ り ひら 、 寛平 4 年 ( 892 年 ) - 天禄 元年 10 月 10 日 ( 旧暦 ) ( 97 0 年 11 月 11 日 ) ) は 平安 時代 中期 の 公卿 。 +しのびね は 、 平安 時代 末期 に 成立 し その 後 散逸 し た 王朝 物語 、 ないし は 南北朝 時代 ( 日本 ) に 成立 し た 前者 の 改作 本 を い う 。 +鳴門 巻 き ( なると まき ) は 、 魚肉 の すり身 を 使用 し 、 断面 に 渦巻 状 の 模様 が あ る 蒲鉾 の 一種 。 +安田 国継 ( やすだ く につ ぐ 、 弘治 ( 日本 ) 2 年 ( 1556 年 ) - 慶長 2 年 6 月 2 日 ( 旧暦 ) ( 1597 年 7 月 16 日 ) ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 武将 。 +橘 俊綱 ( たちばな の としつな 、 長元 元年 ( 1028 年 ) - 寛治 8 年 7 月 14 日 ( 旧暦 ) ( 1094 年 8 月 27 日 ) ) は 、 平安 時代 後期 の 官人 ・ 歌人 。 +金福寺 ( こんぷくじ ) は 、 京都 市 左京 区 一乗 寺 に あ る 臨済 宗 南禅 寺 派 の 寺 で あ る 。 +伊集院 兼寛 ( いじゅういん かねひろ 、 天保 9 年 1 月 2 日 ( 1838 年 1 月 27 日 ) - 明治 31 年 ( 1898 年 ) 4 月 20 日 ) は 、 日本 の 武士 ・ 薩摩 藩 士 、 軍人 、 官僚 で あ る 。 +『 地獄門 』 は 1953 年 ( 昭和 28 年 ) 制作 の 日本 映画 。 +桑田 郡 ( くわた ぐん ) は 、 丹波 国 ・ 京都 府 に あ っ た 郡 。 +藤原 伊行 ( ふじわら の これ ゆき 、 保延 5 年 ( 1139 年 ) ? - 安元 元年 ( 1175 年 ) ? ) は 、 平安 時代 後期 の 能書 家 。 +藤原 佐世 ( ふじわらのすけ よ 、 承和 _ ( 日本 ) 14 年 ( 847 年 ) - 寛平 9 年 ( 897 年 ) ) は 平安 時代 前期 の 廷臣 、 学者 。 +比叡山 焼き 討ち ( ひ えいざん やきうち ) は 比叡山 を 中心 と し た 焼き 討ち 。 +脇坂 安照 ( わきさか や すて る ) は 、 江戸 時代 の 大名 。 +太上 皇 ( たいじょう こう ) は 、 退位 し た 存命 の 皇帝 に 送 ら れ る 尊号 の こと で あ る 。 +切火 ( きり ・ び ) は 対象 に むか っ て 火打 石 を 打 っ て 火花 を 起こ す こと に よ っ て 行 う 清め の 儀式 。 +竹内 敬持 ( たけの うち たかもち 、 正徳 ( 日本 ) 2 年 ( 1 712 年 ) - 明和 4 年 12 月 5 日 ( 旧暦 ) ( 1768 年 1 月 24 日 ) ) は 、 江戸 時代 中期 の 神道 家 、 尊王 論 者 。 +乾和信 ( いぬい かずのぶ 、 天文 ( 元号 ) 13 年 ( 1544 年 ) - 天正 13 年 11 月 29 日 ( 旧暦 ) ( 1586 年 1 月 18 日 ) ) は 、 安土 桃山 時代 後期 の 武士 。 +京極 高之 ( きょうごく たかゆき 、 延宝 6 年 4 月 14 日 ( 旧暦 ) ( 167 8 年 6 月 3 日 ) - 享保 8 年 2 月 2 日 ( 旧暦 ) ( 1723 年 3 月 8 日 ) ) は 、 丹後 国峰山 藩 の 第 4 代 藩 主 。 +佐々 宗 淳 ( さっさむ ねあつ 、 寛永 17 年 5 月 5 日 ( 旧暦 ) ( 1640 年 6 月 24 日 ) - 元禄 11 年 6 月 3 日 ( 旧暦 ) ( 169 8 年 7 月 10 日 ) ) は 、 佐々介 三郎 ( さっさすけさぶろう ) と も い い 、 徳川 光圀 ( 水戸 光圀 ) に 仕え た 人物 。 +座蒲 ( 或いは 坐蒲 、 ざふ ) は 坐禅 の 際 に 使用 する 座 布団 。 +花山院 師賢 ( かざん いん もろ かた 、 正安 3 年 ( 130 1 年 ) - 正慶 元年 / 元弘 2 年 ( 1332 年 ) 10 月 ) は 、 鎌倉 時代 後期 の 公家 。 +惟宗 康友 ( これ むね や す と も 、 別名 藤内 康友 ・ 鹿児島 康友 ) は 、 日本 の 鎌倉 時代 の 御 家人 。 +一条 長成 ( いちじょう な が な り 、 生没年 不詳 ) は 、 平安 時代 末期 の 公家 。 +前田 玄以 ( まえだ げんい ) は 、 戦国 時代 から 安土 桃山 時代 に かけ て の 武将 ・ 大名 。 +東洋 拓殖 株式 会社 ( とうよう たくしょく かぶしき がいしゃ ) は 、 大 日本 帝国 時代 の 朝鮮 の 植民 地 事業 を 進め る こと を 目的 と し て 設立 さ れ た 特殊 会社 で あ る 。 +将軍 ( しょうぐん ) は 、 比較 的 大きな 軍隊 の 指揮 官 に 与え られ る 官職 および 称号 の 一 つ 、 また 軍閥 の 指導 者 の 地位 で も あ る 。 +林 信太郎 ( はやし しんたろう 、 ? - 明治 元年 10 月 27 日 ( 旧暦 ) ( 1868 年 12 月 10 日 ) ) は 新選 組 伍長 。 +西方 寺 ( さいほうじ ) は 、 京都 府 京都 市 右京 区 常盤 出口 町 に あ る 浄土 宗 の 寺院 。 +黄 梅院 ( おうば い いん ) は 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 、 臨済 宗 大 本山 大徳 寺 の 塔頭 ( たっちゅう ) で あ る 。 +石鼓文 ( せっこ ぶん ) と は 、 唐 初期 に 陝西 省 鳳翔 府 天興 県 で 出土 し た 10 基 の 花崗 岩 の 石碑 、 また は それ に 刻 ま れ た 文字 を い う 。 +吉川 惟足 ( よしかわ これ たり 、 元和 ( 日本 ) 2 年 ( 1616 年 ) - 元禄 7 年 11 月 16 日 ( 旧暦 ) ( 1695 年 1 月 1日 ) ) は 、 江戸 時代 前期 の 神道 家 。 +今上 帝 ( きんじょうてい ・ きん じょう の みかど ) +藤原 宗能 ( ふじわら の むね よし 、 永保 3 年 ( 1083 年 ) - 嘉応 2 年 2 月 ( 1170 年 ) ) は 、 平安 時代 後期 の 公卿 。 +勧修 寺 経逸 ( かじゅうじつね は や 、 寛延 元年 10 月 6 日 ( 旧暦 ) ( 1748 年 10 月 27 日 ) - 文化 ( 元号 ) 2 年 9 月 16 日 ( 旧暦 ) ( 180 5 年 11 月 6 日 ) は 、 江戸 時代 の 公家 ( 公卿 ) 。 +猪子 兵助 ( いの こ ひょうすけ   生年 不詳 - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ) は 、 斎藤 道三 や 織田 信長 に 仕え た 武将 。 +静 御前 ( しずか ごぜん 、 生没年 不詳 ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 女性 。 +日阿 ( にちあ 、 ? 年 - 1407 年 3 月 10 日 ) は 、 大石 寺 第 7 世 法 主 。 +大王 大妃 ( だい おう だいひ ) は 主に 現王 の お ばあ さん で 先代 の 王 の 母親 。 +中右記 ( ちゅうゆうき ) は 中御門 右 大臣 藤原 宗忠 が 寛治 元年 ( 1087 年 ) から 保延 4 年 ( 1138 年 ) まで 書 い た 日記 で あ り 50 余 年 に わた る 。 +崇峻 天皇 ( すしゅん てんのう 、 生年 不明 - 崇峻 天皇 5 年 11 月 3 日 ( 旧暦 ) ( ユリウス 暦 592 年 12 月 12 日 ) ) は 、 第 32 代 天皇 ( 在位 : 用明 天皇 2 年 8 月 2 日 ( 旧暦 ) ( 58 7 年 9 月 9 日 ) - 崇峻 天皇 5 年 11 月 3 日 ( 592 年 12 月 12 日 ) ) 。 +一霊 四 魂 ( いちれい しこん ) と は 、 心 は 、 天 と 繋が る 一霊 「 直霊 」 ( なおひ ) と 4 つ の 魂 から 成り立 つ と い う 日本 の 神道 の 思想 で あ る 。 +古人 大兄 皇子 ( ふる ひと の おおえの みこ 、 生年 不詳 - 大化 元年 9 月 12 日 ( 旧暦 ) ( 645 年 10 月 7 日 ) ) は 、 飛鳥 時代 の 皇族 。 +外山 正一 ( とやま ・ まさか ず 、 嘉永 元年 9 月 27 日 ( 旧暦 ) ( 1848 年 10 月 23 日 ) - 明治 33 年 ( 190 0 年 ) 3 月 8 日 は 、 明治 時代 の 教育 家 ・ 文学 者 ・ 社会 学 者 。 +豊玉 毘売神 ( トヨタマ ヒメ ) は 、 『 古事 記 』 上巻 、 山 幸彦 と 海 幸彦 神話 に 登場 する 神 ( 神道 ) 。 +千 宗拙 ( せんそうせつ 、 せん の そうせつ 、 文禄 元年 ( 1592 年 ) - 承応 元年 ( 1652 年 ) ) は 茶人 。 +京洛 劇場 ( きょうらく げきじょう ) は 、 かつて 京都 市 中京 区 新 京極 通 六角 東入ル 松ヶ枝町 に 存在 し た 演芸 場 。 +宇野 久重 ( うの ひさしげ 、 生没年 不詳 ) は 室町 時代 末期 の 武将 で あ る 。 +寺戸 大塚 古墳 ( てらど おおつか こふん ) は 、 京都 府 向日 市 の 西ノ岡 ( 向日 丘陵 ) に 所在 する 。 +三道 ( さんどう ) と は 、 日本 に おけ る 、 「 茶道 」 、 「 華道 」 、 「 香道 」 の 三 つ を 指 す こと が 多 い が 、 これ に 「 書道 」 を 加え る こと も 多 い 。 +山王 信仰 ( さん の う しんこう ) と は 、 比叡 山麓 の 日吉 大社 ( 滋賀 県 大津 市 ) より 生 じ た 神道 の 信仰 で あ る 。 +朽木 玄綱 ( く つき とうつな ) は 、 丹波 国 福知 山 藩 の 第 5 代 藩 主 。 +歌舞伎 ( かぶき ) は 、 日本 独特 の 演劇 で 、 伝統 芸能 の 一 つ で あ る 。 +藤原 忠通 ( ふじわら の ただみち 、 承徳 元年 1 月 29 日 ( 旧暦 ) ( 1097 年 3 月 15 日 ) - 長寛 2 年 2 月 19 日 ( 旧暦 ) ( 11 64 年 3 月 13 日 ) ) は 、 平安 時代 後期 の 摂政 ・ 関白 ・ 太政 大臣 。 +尾上 松助 ( お のえ まつ すけ ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +安達 景盛 ( あだち かげ もり ) は 鎌倉 時代 前期 から 中期 に かけ て の 武将 。 +惟喬 親王 ( これ た かしんのう 、 承和 11 年 ( 844 年 ) - 寛平 9 年 2 月 20 日 ( 897 年 3 月 30 日 ) は 、 平安 時代 前期 の 皇族 。 +井田 磐山 ( いだ ばん ざん 、 明和 4 年 ( 1767 年 ) - 文久 3 年 3 月 18 日 ( 旧暦 ) ( 1863 年 5 月 5 日 ) ) は 日本 の 書家 。 +平良 正 ( たいら の よしまさ 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +澪標 ( みお つくし ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +王朝 交替 説 ( おうちょう こう たいせつ ) は 、 日本 の 古墳 時代 に 天皇 家 の 皇統 の 断続 が あ り 、 複数 の 王朝 の 交替 が あ っ た と する 学説 。 +平山 季重 ( ひらやま すえ しげ ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 武蔵 七 党 の 一 つ 西党 ( 日奉 氏 ) の 武将 。 +平安 仏教 ( へいあん ぶっきょう ) と は 、 平安 時代 に 創始 さ れ た 仏教 の 宗派 で あ る 。 +六 歌 仙 は 『 古今 和 歌集 仮名序 』 に お い て 紀 貫之 が 「 近き 世 に その 名 きこえ た る 人 」 と し て 掲げ た 、 各々 の 歌風 を 批評 し た 六 人 の 歌人 で あ る 。 +英照皇太后 ( えいしょう こうたいごう 、 旧名 : 九条 夙子 ( くじょう   あさこ ) 、 天保 4 年 11 月 13 日 ( 旧暦 ) ( 1833 年 12 月 23 日 ) - 明治 30 年 ( 1897 年 ) 1 月 11 日 ) は 孝明 天皇 の 女御 に し て 明治 天皇 の 嫡母 。 +伊勢 貞孝 ( いせ さだたか ) は 、 戦国 時代 ( 日本 ) の 武将 。 +池田 重利 ( いけだ しげと し 、 天正 14 年 ( 1586 年 ) - 寛永 8 年 1 月 10 日 ( 旧暦 ) ( 1631 年 2 月 10 日 ) ) は 江戸 時代 初期 の 大名 で 新宮 藩 ( 播磨 国 ) の 初代 藩 主 。 +亮山 ( りょうざん 、 安永 ( 元号 ) 元年 ( 1772 年 ) - 弘化 4 年 3 月 18 日 ( 旧暦 ) ( 1847 年 5 月 2 日 ) ) は 、 江戸 時代 後期 の 僧 。 +釜座通 ( か まんざどおり ) は 京都 市 の 南北 の 通り の 一 つ 。 +映像 京都 ( えいぞうきょう と ) は 映画 ・ テレビ の 制作 プロダクション 。 +藤原 長方 ( ふじわら の なが かた 、 保延 5 年 ( 1139 年 ) - 建久 2 年 3 月 10 日 ( 旧暦 ) ( 1191 年 4 月 12 日 ) ) は 、 平安 時代 末期 の 公卿 ・ 歌人 。 +上毛野 国造 ( かみつけ ぬ の くにのみやつこ ・ かみつけ ぬ こくぞう ・ かみつけ の の くにのみやつこ ・ かみつけ の こくぞう ) は 上野 国 を 支配 し た 国造 。 +千々石 ミゲル ( ちぢわみげる 、 Miguel 永禄 12 年 ( 1569 年 ) 頃 - 寛永 9 年 12 月 14 日 ( 1633 年 1 月 23 日 ) ? ) は 、 安土 桃山 時代 から 江戸 時代 初期 の キリシタン で 、 天正 遣欧 少年 使節 の 正使 。 +肉詰め ピーマン ( にくづめ ピーマン ) と は 、 挽肉 と ピーマン を 使 っ た 料理 の 名称 。 +蘇我 小 姉 君 ( そが の お あね の きみ 、 生没年 不詳 ) は 蘇我 稲目 の 娘 で あ る 。 +一条 家 経 ( いちじょう いえつね 、 宝治 2 年 12 月 6 日 ( 旧暦 ) ( 1248 年 12 月 22 日 ) - 永仁 元年 12 月 11 日 ( 旧暦 ) ( 1294 年 1 月 8 日 ) ) は 鎌倉 時代 の 公卿 。 +中世 末期 から 近世 初期 に かけ て 、 武将 や 大名 家 の 武勲 ・ 武功 に つ い て 記述 し た 書物 。 +安富 元綱 ( やす とみもと つ な ) は 、 室町 時代 の 武将 。 +新美 卯一郎 ( に いみういちろう 、 1879 年 1 月 12 日 - 19 11 年 1 月 24 日 ) は 明治 の 社会 主義 者 。 +民党 ( みんとう ) と は 、 明治 時代 の 自由 民権 運動 を 推進 し て き た 自由 党_ ( 明治 ) ・ 立憲 改進 党 など の 民権 派 各党 の 総称 。 +前島 密 ( まえじま ひそか 、 天保 6 年 1 月 7 日 ( 旧暦 ) ( 1835 年 2 月 4 日 ) - 大正 8 年 ( 1919 年 ) 4 月 27 日 ) は 、 日本 の 官僚 、 政治 家 。 +第 一 次 木津川口 の 戦い ( だい いち じ きづ が わぐち の たたかい ) と は 、 1576 年 ( 天正 4 年 ) に 毛利 氏 と 織田 氏 と の 間 に 起こ っ た 戦い で あ る 。 +天満屋 事件 ( てんま や じけん ) は 、 海援 隊 ( 浪士 結社 ) 士 / 陸援 隊士 ら が 京都 油小路 通 の 旅籠 ・ 天満 屋 を 襲撃 し て 、 紀州 藩士 三浦 安 を 襲 い 、 新 選 組 と 戦 っ た 事件 で あ る 。 +巻藁 ( まきわら ) +落語 家 ( らくご か ) は 、 落語 を 演 じ て 視聴 さ せ る こと を 職業 と する 人 。 +今津 の ザゼン ソウ 群落 ( いまづ の ざ ぜんそう ぐんらく ) は 、 滋賀 県 高島 市 に あ る ザゼン ソウ の 群生地 。 +大 日本 国 一宮 記 ( だい に ほんこく いちのみや き ) は 群書 類 従   第 二 輯   神祇 部   巻 第 二十 三   に 編纂 さ れ て い る 日本 国 内 の 一宮 一覧 で 、 室町 時代 の 成立 と さ れ る 。 +防具 ( ぼうぐ ) と は 、 剣道 や なぎなた 、 銃剣道 で 装着 する 体 の 保護 具 の こと 。 +譲位 ( じょうい ) は 、 皇帝 、 国王 、 天皇 と い っ た 君主 の 地位 に あ る 者 が 、 その 地位 を 後継 者 へ 譲り 渡 す こと で あ る 。 +宝生 流 ( ほうしょうりゅう ) は 能楽 に おけ る ワキ 方 の 流儀 の 一 つ 。 +露地 ( ろじ ) と は 茶庭 と も い い 、 茶室 に 付随 する 庭園 の 通称 で あ る 。 +大槻 文蔵 ( おおつき ぶんぞう 、 1942 年 ( 昭和 17 年 ) 9 月 25 日 - ) は 、 シテ 方 観世 流能 楽師 。 +坂上 石楯 ( さかの うえ の いわた て ) は 、 日本 の 奈良 時代 の 人物 で あ る 。 +飾り 結び ( かざり むすび ) と は 、 下記 の とおり で あ る 。 +内海 忠勝 ( うつみ ただかつ 、 天保 14 年 8 月 19 日 ( 旧暦 ) ( 1843 年 9 月 12 日 ) - 明治 38 年 ( 190 5 年 ) 1 月 20 日 ) は 、 日本 の 武士 、 官僚 、 政治 家 。 +日本 往生 極楽記 ( にほん おう じょうごくらく き ) と は 、 平安 時代 中期 慶滋 保胤 ( ? ~ 100 2 年 ) が 編纂 し た 往生 伝 。 +納殿 ( おさめどの ) と は 、 金銀 ・ 衣装 ・ 調度 品 など 各種 の 品物 を 納め て 置 く 場所 。 +近衛 内 前 ( この えうちさき 、 享保 13 年 6 月 22 日 ( 旧暦 ) ( 1728 年 7 月 28 日 ) - 天明 5 年 3 月 20 日 ( 旧暦 ) ( 1785 年 4 月 28 日 ) ) は 、 江戸 時代 中期 の 公家 、 関白 、 太政 大臣 。 +紀 家子 ( き の いえこ 、 生没年 不詳 ) は 、 平安 時代 後期 の 女官 。 +町 役人 ( ちょうやくにん ・ まち やくにん ) と は 、 江戸 時代 都市 部 に おけ る 行政 的 な 組織 ( 社会 科学 ) で あ る 。 +嘉子 内 親王 ( かし ( よしこ ) ないしんのう 、 生没年 不詳 ) は 、 平安 時代 後期 の 皇族 。 +朱 雀帝 / 朱雀院 ( すざくてい ・ すざく の みかど / すざく いん ) は 、 『 源氏 物語 』 に 登場 する 二 番 目 の 天皇 ( 在位 「 葵 ( 源氏 物語 ) 」 ~ 「 澪標 」 ) 。 +免 ( めん ) と は 免合 / 免相 ( めんあい ) と も 呼 ば れ 、 江戸 時代 に おけ る 石高 に 対 する 貢租 の 割合 を 指 す 。 +古河 力 作 ( ふるかわ りきさく 、 1884 年 6 月 14 日 - 19 11 年 1 月 24 日 ) は 無 政府 主義 者 。 +黒田 長政 ( くろだ なが まさ ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 ・ 大名 で あ る 。 +姉小路 頼綱 ( あね が こうじ よりつな 、 天文 ( 元号 ) 9 年 ( 1540 年 ) - 天正 15 年 ( 1587 年 ) ) は 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 武将 、 大名 。 +粥 ( かゆ ) は 、 米 ( 粳米 ) 、 アワ 、 ソバ など の 穀類 や 豆類 、 芋類 など を 多目 の 水 で 柔らか く 煮 た 料理 。 +大伴 家持 ( おおと もの や かもち 、 養老 2 年 ( 71 8 年 ) 頃 - 延暦 4 年 8 月 28 日 ( 旧暦 ) ( 785 年 10 月 5 日 ) ) は 奈良 時代 の 政治 家 、 歌人 。 +弥世継 ( いや よつぎ ) は 、 鎌倉 時代 初期 に 藤原 隆信 が 書 い た と さ れ る 高倉 天皇 ・ 安徳 天皇 の 2 代 の 天皇 の 治世 を 扱 っ た 歴史 物語 ( 歴史 書 ) で あ る が 、 現存 し て い な い 。 +檜扇 ( ひおうぎ ) と は 、 宮中 で 用い られ た 木製 の 扇 の こと 。 +内山 永久 寺 ( うち やま えいきゅうじ ) は 奈良 県 天理 市 杣之内 町 に かつて 存在 し た 寺院 で あ る 。 +小馬 命婦 ( こうま の みょうぶ 、 生没年 不詳 ) は 、 平安 時代 円 融朝 の 女流 歌人 。 +大祓 ( おおはら え ) は 、 6 月 と 12 月 の 晦日 ( 新暦 で は 6 月 30 日 と 12 月 31 日 ) に 行 わ れ る 除災 行事 で あ る 。 +石盛 ( こくもり ) と は 、 検地 に おけ る 田畠 屋敷 の 法定 の 段 あたり の 見積 生産 高 ( 斗代 ) の こと 。 +填島 城 の 戦い ( まきしま じょう の たたか い ) は 、 元亀 4 年 ( 1573 年 ) 3 月 から 7 月 に かけ て 行な わ れ た 織田 信長 軍 と 足利 義昭軍 の 戦い 。 +刀自古郎女 ( とじこ の いらつめ 、 生没年 不詳 ) は 、 聖徳 太子 の 妃 。 +常念 寺 ( じょうねんじ ) は 京都 府 木津川 市 加茂 町 に あ る 西教寺 の 仏教 寺院 。 +喜光 寺 ( きこうじ ) は 奈良 県 奈良 市 菅原町 に あ る 法相 宗 の 寺院 で あ る 。 +絵馬 ( えま ) は 、 神社 や 寺院 に 祈願 する とき 、 および 祈願 し た 願い が 叶 っ て その 謝礼 を する とき に 寺社 に 奉納 する 、 絵 が 描 か れ た 木 の 板 で あ る 。 +石川 氏 ( いしかわ し ) は 、 平安 時代 中期 から 戦国 時代 ( 日本 ) の 武家 。 +冠島 ( かんむりじま ) は 、 京都 府 舞鶴 市 に あ る 島 。 +佐竹 義直 ( さたけよしなお 、 慶長 17 年 ( 1612 年 ) - 明暦 2 年 閏 4 月 8 日 ( 旧暦 ) ( 1656 年 5 月 31 日 ) ) は 江戸 時代 の 人物 。 +竹田宮 ( たけだのみや ) は 、 明治 後期 に 北白川 宮能久 親王 の 王子 、 竹田 宮 恒久 王 が 創設 し た 宮家 で あ る 。 +四 代 目 鶴屋 南北 ( よだい めつる や なんぼく 、 宝暦 5 年 ( 1755 年 ) - 文政 12 年 11 月 27 日 ( 旧暦 ) ( 1829 年 12 月 22 日 ) ) は 、 江戸 時代 後期 に 活躍 し た 歌舞伎 狂言 の 作者 。 +唐古 ・ 鍵 遺跡 ( からこ ・ かぎ ・ いせき ) は 奈良 盆 地 中央 部 、 標高 約 48 メートル 前後 の 沖積 地 、 奈良 県 磯城 郡 田原本 町 大字 唐古 及び 大字 鍵 に 立地 する 弥生 時代 の 環濠 集落 遺跡 。 +琴引浜 ( こと ひきはま ) は 、 京都 府 京丹後 市 ( 旧 網野 町 ) に あ る 砂浜 。 +江戸 前 ず し ( 江戸 前 鮨 、 江戸 前 鮓 、 江戸 前 寿司 ) は 握りずし を 中心 と し た 、 早ずし で あ る 。 +安達 長 泰 ( あだち ながやす 、 建暦 元年 ( 1211 年 ) - 弘長 2 年 8 月 12 日 ( 旧暦 ) ( 1262 年 9 月 26 日 ) ) は 、 鎌倉 時代 前期 の 鎌倉 幕府 の 御 家人 。 +三善 為 康 ( みよし の ため やす 、 永承 4 年 ( 1049 年 ) - 保延 5 年 8 月 4 日 ( 旧暦 ) ( 1139 年 8 月 29 日 ) ) は 、 平安 時代 後期 の 貴族 ・ 算 道家 。 +諸蕃 ( しょばん ) と は 、 古代 日本 に お い て いわゆる 「 三韓 」 と 呼 ば れ た 朝鮮 半島 の 国々 及び そこ に 出自 を 持 つ 渡来 人系 氏族 を 指 す 言葉 。 +宝生 九郎 知栄 ( ほうしょう くろう と も はる 、 1837 年 - 1917 年 ) は 、 シテ 方 宝生 流能 楽師 。 +修福寺 ( しゅうふくじ ) は 、 京都 府 綴喜 郡 井手 町 に 所在 する 日蓮 正宗 の 寺院 で あ る が 現在 は 正信 会 の 僧侶 が 占有 ・ 居住 し て い る 。 +清原 真衡 ( きよはら の さねひら 、 ? - 永保 3 年 ( 1083 年 ) ) は 、 平安 時代 後期 の 武将 。 +山中 長俊 ( やまなか なが と し 、 天文 ( 元号 ) 16 年 ( 1547 年 ) - 慶長 12 年 2 月 24 日 ( 旧暦 ) ( 160 7 年 3 月 21 日 ) ) は 、 安土 桃山 時代 の 大名 。 +新徴組 ( しんちょうぐみ ) は 、 江戸 時代 後期 の 文久 2 年 ( 1862 年 ) に 結成 さ れ た 、 江戸 幕府 に よ る 警備 組織 で あ る 。 +仲恭 天皇 ( ちゅうきょうてんのう 、 建保 6 年 10 月 10 日 ( 1218 年 10 月 30 日 ) - 天福 2 年 5 月 20 日 ( 1234 年 6 月 18 日 ) ) は 鎌倉 時代 の 第 85 代 天皇 ( 在位 承久 3 年 4 月 20 日 ( 1221 年 5 月 13 日 ) - 承久 3 年 7 月 9 日 ( 1221 年 7 月 29 日 ) 。 +衣蛸 ( ころ もだこ ) は 、 京都 府 与謝 郡 に 伝わ る 海 の 妖怪 。 +チキン 南蛮 ( チキン なんばん ) は 、 宮崎 県 延岡 市 を 発祥 地 と する ご 当地 料理 。 +岡本 顕逸 ( おかもと けんいつ 、 永禄 2 年 ( 1559 年 ) - 天正 19 年 ( 1591 年 ) ) は 日本 の 戦国 時代 ( 日本 ) の 武将 で 、 常陸 国 の 戦国 大名 佐竹 氏 の 家臣 。 +小山 朝政 ( おやま とも まさ ) は 平安 時代 末期 から 鎌倉 時代 初期 の 武将 で あ る 。 +後藤 新平 ( ごとう しんぺい 、 安政 4 年 6 月 4 日 ( 旧暦 ) ( 1857 年 7 月 24 日 ) - 昭和 4 年 ( 1929 年 ) 4 月 13 日 ) は 明治 ・ 大正 ・ 昭和 初期 の 医師 ・ 官僚 ・ 政治 家 で あ る 。 +市川 崑 ( いちかわ こん 、 幼名 : 市川 儀一 、 1915 年 ( 大正 4 年 ) 1 1 月 20 日 - 2008 年 ( 平成 20 年 ) 2 月 13 日 ) は 日本 の 映画 監督 。 +ミョウガ ( 茗荷 、 学名 : Zingibermioga ) は ショウガ 科 ショウガ 属 の 多年 草 。 +『 勧進 帳 』 ( かんじん ちょう ) は 、 能 の 演目 『 安宅 』 を もと に し た 歌舞伎 の 演目 。 +池田 定保 ( いけだ さだ やす ) は 、 因幡 若桜 藩 ( 鳥取 西 館 新田 藩 ) の 第 7 代 藩 主 。 +湯冷ま し ( ゆざまし ) は 煎茶道 に おけ る 茶 道具 の 一 つ 。 +大隈 財政 ( おおく ま ざいせい ) と は 、 明治 初期 に 大蔵 卿 大隈 重信 ( 参議 兼務 ) に よ っ て 推進 さ れ た 財政 政策 の こと 。 +佐伯 有頼 ( さえき の あり より 、 67 6 年 頃 - 75 9 年 ? ) は 、 飛鳥 時代 の 越 中国 の 国司 、 佐伯 有若 の 息子 。 +立憲 政体 の 詔書 ( りっけん せいたい の しょうしょ ) は 、 1875 年 ( 明治 8 年 ) 4 月 14 日 に 明治 天皇 が 発 し た 詔書 。 +筑波 国造 ( つくば の くにのみやつこ ・ つくば こく ぞう ) は 常陸 国 南部 を 支配 し た 国造 。 +寺内 町 ( じな い ちょう 、 じな い まち ) と は 、 室町 時代 に 浄土 真宗 など の 仏教 寺院 、 道場 ( 御坊 ) を 中心 に 形成 さ れ た 自治 集落 の こと 。 +寺社 ( じしゃ ) と は 寺院 と 神社 の 総称 。 +山部 赤人 ( やまべ の あかひと 、 生没年 不詳 ) は 、 奈良 時代 の 歌人 。 +多久安 順 ( たくやす と し 、 永禄 6 年 ( 1563 年 ) - 寛永 13 年 ( 1636 年 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 の 人物 。 +今川 範政 ( いまがわ のりまさ ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 守護 大名 。 +水野 忠邦 ( みず の ただくに ) は 、 江戸 時代 の 大名 ・ 老中 。 +花 脊峠 ( はなせ とうげ ) は 京都 府 京都 市 左京 区 内 に あ る 国道 上 の 峠 で あ る 。 +真正 極楽 寺 ( しんしょ うごくらくじ ) は 、 京都 市 左京 区 に あ る 天台 宗 の 寺院 で 通称 真如堂 ( しんにょ どう ) と 呼 ば れ る 。 +大喪 の 礼 ( たいそう の れい ) と は 、 皇室 典範 第 25 条 の 規定 に よ り 国 の 儀式 と し て 行 わ れ る 天皇 の 葬儀 の 事 。 +金座 ( きんざ ) と は 、 江戸 幕府 に お い て 金貨 鋳造 あるいは 鑑定 ・ 検印 を 行 っ た 場所 あるいは 組織 。 +伊福吉部 徳足 比売 ( いふくべ の とこたり ひめ / いふきべ の とこたり ひめ ) ( 生年 不詳 - 和銅 元年 ( 70 8 年 ) 7 月 1日 ( 旧暦 ) ) は 、 飛鳥 時代 の 因幡 国 の 豪族 、 伊福部 氏 ( 伊福 吉部 氏 ) の 女性 で あ る 。 +伊賀 少将 ( い が しょうしょう 、 生没年 不詳 ) は 、 平安 時代 後期 の 歌人 。 +藤原 陳忠 ( ふじわら の のぶただ 、 生没年 不詳 ) は 、 平安 時代 中期 の 中流 貴族 。 +股 のぞ き ( また のぞき ) は 、 京都 府 宮津 市 に あ る 傘松 公園 や 天橋 立 ビューランド から 天橋 立 を 観 る 方法 の 1 つ で あ る 。 +とろろ 昆布 ( とろろこんぶ 、 薯蕷 昆布 ) は コンブ を 加工 し た 食材 。 +内藤 弘矩 ( ない とう ひろのり ) は 、 日本 の 室町 時代 後期 の 武将 。 +南都 焼討 ( なんと やきうち ) は 、 治承 4 年 12 月 28 日 ( 旧暦 ) ( 1181 年 1 月 15 日 ) に 平清 盛 の 命 を 受け た 平重衡 ら 平 氏 軍 が 、 東大 寺 ・ 興福寺 など 奈良 ( 南都 ) の 仏教 寺院 を 焼討 に し た 事件 。 +法然 ( ほうねん ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 日本 の 僧侶 で 、 浄土 宗 の 開祖 。 +施薬 院 全宗 ( やくいん ぜん そう 、 大永 6 年 ( 1526 年 ) - 慶長 4 年 ( 1599 年 ) ) は 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 医者 。 +天正 大判 ( てんしょう おおばん ) と は 安土 桃山 時代 から 江戸 時代 の 初期 に 掛け て 、 主に 豊臣 家 が 金 細工 師 後藤家 に 鋳造 を 命 じ た 大判 で あ り 、 天正 16 年 ( 1588 年 ) が 初鋳 と さ れ 、 天正 菱 大判 ( てんしょうひ し おおばん ) 、 天正長 大判 ( てんしょう な が おおばん ) および 大仏 大判 ( だいぶつ おおばん ) が 知 ら れ る 。 +松 東院 ( しょうとういん 、 天正 3 年 ( 1575 年 ) - 明暦 3 年 ( 1657 年 ) ) は 安土 桃山 時代 - 江戸 時代 初期 の 有力 な キリシタン 。 +桂 昌院 ( けい しょういん 、 1627 年 ( 寛永 4 年 ) - 17 0 5 年 8 月 11 日 ( 宝永 2 年 6 月 22 日 ( 旧暦 ) ) ) は 江戸 時代 の 女性 。 +善珠 ( ぜんしゅ ・ ぜん じゅ 、 養老 7 年 ( 723 年 ) - 延暦 16 年 4 月 21 日 ( 旧暦 ) ( 797 年 5 月 25 日 ) ) は 、 奈良 時代 から 平安 時代 前期 に かけ て の 僧 。 +嵐寛寿郎 プロダクション ( あらし かん じゅうろう - 、 1928 年 4 月 設立 - 1929 年 2 月 第 1 期 解散 / 1931 年 8 月 第 2 期 設立 - 1937 年 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +橘 氏 公 ( たちばなのうじきみ 、 延暦 2 年 ( 783 年 ) - 承和 ( 日本 ) 14 年 12 月 19 日 ( 旧暦 ) ( 848 年 2 月 1日 ) ) は 、 平安 時代 前期 の 公卿 。 +石上 皇子 ( いその かみおうじ ・ いその かみ のみこ 。 生没年 不詳 ) +単衣 ( ひと え ) +森重流 砲術 ( もりしげ りゅう ほうじゅつ ) は 砲術 の 流派 の ひと つ 。 +赤沢 長経 ( あかざわ ながつね ) は 、 戦国 時代 ( 日本 ) ( 室町 時代 後期 ) の 武将 。 +京都 市 交響 楽団 ( きょう とし こうきょう がくだん 、 KyotoSymphonyOrchestra ) は 、 京都 市 に 本拠 を 置 く プロ の オーケストラ 。 +手鞠 歌 ( てまり うた 、 手まり 歌 、 手まり 唄 、 手毬 歌 、 手毬 唄 など と も 表記 ) は 、 少女 たち が 手まり を つ き ながら 歌 っ た 童歌 、 遊び 歌 の 一種 で あ る 。 +人力 車 ( じんりきしゃ ) と は 、 主に 明治 から 大正 ・ 昭和 初期 に 移動 手段 と し て 用い られ た 、 人 を 輸送 する ため の 人力 に よ る 車 。 +女性 参政権 ( じょせい さん せいけん ) また は 婦人 参 政権 ( ふじん さん せいけん ) と は 、 女性 が 直接 また は 間接 的 に 国 な い し 地方 の 政治 に 参加 する ため の 諸 権利 を 言 う 。 +蘇我 韓子 ( そが の からこ 、 生年 未詳 - 465 年 5 月 ( 旧暦 ) ) は 、 古墳 時代 の 豪族 。 +秋田 蘭画 ( あきた らん が ) と は 、 江戸 時代 に おけ る 絵画 の ジャンル の ひと つ で 、 久保田 藩 ( 秋田 藩 ) 主 や 藩士 を 担い手 と し た 、 西洋 画 の 手法 を 取り入れ た 構図 と 純 日本 的 な 画材 を 使用 し た 和洋 折衷 絵画 で あ る 。 +藤原 寛子 ( ふじわら の かんし / ひろこ ) +東 舞鶴 公園 ( ひがしまい づる こうえん ) は 、 京都 府 舞鶴 市 に あ る 公園 。 +石井 家 ( いわいけ ) は 桓 武平 氏 高 棟 王 流 の 堂上 家 で あ る 。 +大逆 事件 ( たいぎゃく じけん ) +彭城 百 川 ( さかき ひゃく せん 、 元禄 10 年 10 月 28 日 ( 旧暦 ) ( 1697 年 12 月 11 日 ) - 宝暦 2 年 8 月 25 日 ( 旧暦 ) ( 175 2 年 10 月 2 日 ) ) は 、 江戸 時代 中期 の 南画 。 +貴醸 酒 ( きじょうしゅ ) と は 、 水 の 代わり に 酒 で 仕込 ん だ 酒 で 、 独特 の とろみ の あ る 甘口 の 日本 酒 で あ る 。 +日本 刺繍 ( にほん ししゅう ) と は 絹糸 を 両手 を 使 っ て 刺 し て い く 刺繍 の こと を い う 。 +織田 政権 ( おだ せいけん ) と は 、 天正 元年 ( 1573 年 ) ( 実質 的 に は 永禄 11 年 ( 1568 年 ) ) から 天正 10 年 ( 15 82 年 ) まで 成立 し た 日本 の 武家 政権 。 +後藤 祐乗 ( ご とう ゆうじょう 、 永享 12 年 ( 1440 年 ) - 永正 9 年 5 月 7 日 ( 旧暦 ) ( 1512 年 6 月 20 日 ) ) は 、 装剣 金工 の 後藤 家 の 祖 。 +日置 道 形 ( へ きみ ち かた 、 生没年 不明 ) は 奈良 時代 後半 の 官人 。 +近江 高島 藩 ( おう み たかしま はん ) は 、 近江国 高島 郡 ( 現在 の 滋賀 県 高島 市 ) に 存在 し た 藩 。 +神宮 式年 遷宮 ( じんぐう しきねん せんぐう ) は 神宮 ( 伊勢 神宮 ) の 式年 遷宮 の こと で あ る 。 +行徳 玉江 ( ぎょう とく ぎょくこう 、 文政 11 年 5 月 ( 1828 年 ) - 明治 34 年 ( 1901 年 ) 6 月 22 日 ) は 、 幕末 から 明治 期 の の 日本 の 漢詩 人 ・ 書家 ・ 文人 画 ・ 篆刻 家 で あ る 。 +常盤井 宮 恒直 親王 ( ときわい の みやつねなお しんのう 、 生年 未詳 - 天文 ( 元号 ) 21 年 ( 1552 年 ) 8 月 ) は 室町 時代 後期 の 皇族 、 常盤井 宮家 最後 の 当主 。 +金剛 唯一 ( こんごう ただいち 、 1815 年 ( 文化 ( 元号 ) 12 年 ) - 1884 年 ( 明治 17 年 ) ) と は 、 シテ 方 金 剛 流能 楽師 。 +日峰 宗舜 ( にっぽう そうしゅん 、 応安 元年 / 正平 ( 日本 ) 23 年 ( 1368 年 ) - 文安 5 年 1 月 26 日 ( 旧暦 ) ( 1448 年 3 月 1日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 に かけ て の 臨済 宗 の 僧 。 +渟 名城 入 媛命 ( ぬ な き いりびめ の みこと 、 生没 年 未詳 ) は 、 崇神 天皇 の 皇女 で 、 母 は 尾張 大 海媛 。 +貴船口 駅 ( きぶねぐち えき ) は 、 京都 府 京都 市 左京 区 鞍馬 貴船 町 に あ る 、 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +塩谷 親朝 ( しおの や ちか と も 、 建久 5 年 5 月 18 日 ( 旧暦 ) ( 1194 年 6 月 8 日 ) - 建長 2 年 10 月 14 日 ( 旧暦 ) ( 1250 年 11 月 9 日 ) ) は 、 鎌倉 時代 の 下野 国塩谷 郡 の 武将 。 +細川 師 氏 ( ほそかわ も ろうじ 、 正安 6 年 ( 130 5 年 ) - 正平 ( 日本 ) 3 年 / 貞和 4 年 ( 1348 年 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) の 武将 。 +元海 ( げん かい 、 寛治 7 年 ( 1093 年 ) - 保元 元年 ( 1156 年 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +琴伝流 ( きん でんりゅう ) は 、 全国 に 40 万 人 以上 の 会員 と 1 万 人 以上 の 講師 ( 教育 ) 陣 を 擁 する 日本 最大 の 大正 琴流派 で あ る 。 +閑院 宮 孝仁親王 ( かんいんの みや た つひと しんのう 、 寛政 4 年 4 月 28 日 ( 旧暦 ) ( 1792 年 6 月 17 日 ) - 文政 7 年 2 月 9 日 ( 旧暦 ) ( 1824 年 3 月 9 日 ) ) は 、 江戸 時代 の 皇族 。 +真神 ( まかみ ) は 、 現在 は 絶滅 し て しま っ た 日本 オオカミ が 神格 化 し た もの 。 +平維盛 ( たいら の これ もり ) は 、 平安 時代 末期 の 武将 。 +阿保 親王 ( あぼしんのう 、 延暦 11 年 ( 792 年 ) - 承和 9 年 10 月 22 日 ( 842 年 12 月 1日 ) は 、 平安 時代 の 皇族 。 +平安 神宮 神苑 ( へいあん じんぐう しんえん ) は 京都 府 京都 市 左京 区 に あ る 池泉 回遊 式 庭園 の 近代 日本 庭園 。 +岩倉 広雅 ( いわくら ひろまさ 、 延享 3 年 ( 1746 年 ) ‐ 明和 6 年 10 月 3 日 ( 旧暦 ) ( 1769 年 10 月 31 日 ) は 、 江戸 時代 中期 の 廷臣 。 +「 七 シコブチ 」 と は 、 京都 府 と 滋賀 県 を 流れ る 安曇川 流域 固有 の 信仰 神 で あ る 「 しこぶち神 」 を 祀 る 主要 な 7 社 を 指 す 。 +橘則光 ( たちばなの のりみつ 、 康保 2 年 ( 965 年 ) - 没年 未詳 ) は 平安 時代 中期 の 官人 。 +勧善 懲悪 ( かんぜん ちょうあく ) と は 「 善 を 勧め 、 悪 を 懲しめ る 」 こと を 意味 する 四字 熟語 で あ る 。 +剥片 ( はくへん 、 flake 、 フレイク ) と は 、 原石 を 打ち欠 い て つく っ た 薄 いかけら の こと 。 +葛城 国造 ( かずら き の くにのみやつこ ・ かずら き こく ぞう ・ かつらぎ の くにのみやつこ ・ かつらぎ こくぞう ) は 大和 国 南西 部 を 支配 し た 国造 。 +武家 造 ( ぶけづくり ) と は 、 鎌倉 時代 の 武家 住宅 の 様式 と 想定 さ れ た もの で あ る 。 +大山崎 駅 ( おおやまざき えき ) は 、 京都 府 乙訓 郡 大山崎 町 に あ る 、 阪急 電鉄 阪急 京都 本線 の 鉄道 駅 。 +黒船 ( くろふね ) は 、 大型 の 西洋 式 航洋 船 の こと で 、 語 と し て は 江戸 時代 の 前 から 近世 の 日本 で 用い られ た 。 +後藤 基清 ( ごとう もと きよ 、 生年 不詳 - 承久 3 年 7 月 2 日 ( 旧暦 ) ( 1221 年 7 月 22 日 ) ) は 、 鎌倉 時代 初期 の 武将 。 +マキノ 正幸 ( まきの まさゆき 、 1940 年 - ) は 、 日本 の 経営 者 。 +選挙 干渉 ( せん きょ かんしょう ) と は 政権 保持 者 が 反党 勢力 を 排除 する ため に 、 不正 に 選挙 に 干渉 する こと 。 +妙竜 ( みょうりゅう 、 宝永 2 年 6 月 22 日 ( 旧暦 ) ( 170 5 年 8 月 11 日 ) - 天明 6 年 6 月 10 日 ( 旧暦 ) ( 1786 年 7 月 5 日 ) ) は 、 江戸 時代 中期 の 真言律宗 の 僧 。 +出水 通 ( で みずどおり ) は 京都 市 の 東西 の 通り の 一 つ 。 +鳥羽 ・ 伏見 の 戦い ( とば ・ ふしみ の たたか い , 慶応 4 年 1 月 3 日 ( 旧暦 ) - 1 月 6 日 ( 旧暦 ) ( 1868 年 1 月 27 日 - 1 月 30 日 ) ) は 、 戊辰 戦争 の 緒戦 に あた り 、 京都 南郊 の 上 鳥羽 ( 京都 市 南 区 ( 京都 市 ) ) 、 下鳥 羽 、 竹田 、 伏見 ( 京都 市 伏見 区 ) で 行 わ れ た 戦い で あ る 。 +奈良 華族 ( なら かぞく ) は 、 明治 維新 後 に 下記 に 述べ る よう な 特殊 な 事情 に よ っ て 公家 社会 に 復帰 し 、 その ため に 後 に 華族 と な る こと を 得 た 家系 及び その 家系 に 属 する 人々 を 指 す 。 +源 頼家 ( みなもと の より いえ ) は 、 鎌倉 幕府 第 2 代 征夷 大将軍 ( 鎌倉 殿 ) 。 +寺町 通 ( てらまち どおり ) は 京都 市 の 南北 の 通り の 一 つ 。 +篠田 芥津 ( しのだ かいしん 、 男性 、 文政 4 年 ( 1821 年 ) – 明治 35 年 ( 190 2 年 ) ) は 、 明治 時代 に 京都 で 活躍 し た 日本 の 篆刻 家 で あ る 。 +本能 寺 ( ほんのうじ ) は 、 京都 府 京都 市 中京 区 に あ る 、 法華 宗 本 門 流 の 寺院 。 +法住 寺 合戦 ( ほうじゅうじ かっせん ) は 、 寿永 2 年 ( 1183 年 ) 1 1 月 19 日 ( 旧暦 ) 、 源 義仲 が 院 御所 ・ 法住 寺 殿 を 襲撃 し て 、 後白河 天皇 と 後鳥 羽 天皇 を 幽閉 、 政権 を 掌握 し た 軍事 クーデター で あ る 。 +木 の 子 ( きのこ ) は 、 近畿 地方 に 伝わ る 妖怪 。 +歌舞伎 十 八 番 ( かぶ き じゅう はち ばん ) と は 、 市川 團十郎 ( 7 代 目 ) が 選定 し た 家 の 芸 。 +三 奉請 ( さん ぶ じょう ) と は 法事 讃 から 採 っ た 偈文 ( げもん ) で あ る 。 +石器 ( せっき ) と は 、 石 を 材料 と し て 、 それ を 加工 し て 製作 し た 道具 の 総称 で あ る 。 +平維衡 ( たいら の これ ひら 、 生没年 不詳 ) は 平安 時代 の 武将 。 +煎 り 酒 ( いりざけ ) と は 、 江戸 時代 に 用い られ て い た 日本 の 古 い 調味 料 で 、 日本 酒 に 梅干 を 入れ て 煮詰め た もの 。 +藤間 勘十郎 ( ふじま かんじゅうろう ) は 、 藤間 流勘 十郎 派 の 名跡 。 +山田 重忠 ( やまだ   しげただ ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +おふ さ 観音 ( おふ さ かんの ん ) は 、 奈良 県 橿原 市 小房 ( おうさ ) 町 に あ る 寺院 の 通称 名 で あ る 。 +唐輪 ( からわ ) と は 、 安土 桃山 時代 ごろ 兵庫 や 堺 市 など の 上方 の 港町 の 遊女 に 好 ま れ た 女髷 。 +脇坂 安実 ( わきさか や すざね ) は 、 播磨 国 龍野 藩 の 第 6 代 藩 主 。 +三条 制札 事件 ( さんじょう せいさつ じけん ) は 、 幕末 の 慶応 2 年 9 月 12 日 ( 旧暦 ) ( 1866 年 10 月 20 日 ) 。 +東海道 中 膝栗毛 ( とうかいどう ちゅうひ ざくりげ ) は 、 180 2 年 ( 享和 2 年 ) から 1814 年 ( 文化 ( 元号 ) 11 年 ) に かけ て 初刷り さ れ た 、 十 返舎 一九 の 滑稽 本 で あ る 。 +蘆名 盛政 ( あしな もりまさ 、 1386 年 ( 元中 3 年 / 至徳 ( 日本 ) 3 年 ) - 1434 年 ( 永享 6 年 ) ) は 、 室町 時代 前 ・ 中期 の 武将 。 +釈 宗演 ( しゃくそう えん 、 安政 6 年 12 月 18 日 ( 旧暦 ) ( 18 60 年 1 月 10 日 ) - 大正 8 年 ( 1919 年 ) 1 1 月 1日 ) は 、 明治 ・ 大正 期 の 臨済 宗 の 僧 。 +乃木 静子 ( のぎしずこ 、 安政 6 年 11 月 6 日 ( 旧暦 ) ( 1859 年 11 月 29 日 ) - 大正 元年 ( 1912 年 ) 9 月 13 日 ) は 、 幕末 ・ 明治 期 の 女性 で 、 陸軍 大将 ・ 乃木 希典 の 妻 。 +浅野 薫 ( あさ の かおる 、 生年 不詳 〜 慶応 3 年 ( 1867 年 ) 頃 ? ) は 、 新 選 組 諸士 調役 兼 監察 で あ る 。 +帆足 万里 ( ほあし ばんり 、 安永 7 年 1 月 15 日 ( 旧暦 ) ( 1778 年 2 月 11 日 ) - 嘉永 5 年 6 月 14 日 ( 旧暦 ) ( 1852 年 7 月 30 日 ) ) は 、 江戸 時代 後期 の 儒学 者 ・ 経世 論 。 +産 土神 ( うぶすなかみ , うぶしな の かみ , うぶ の かみ ) は 生まれ た 土地 を 領有 、 守護 する 神 。 +長谷川 守知 ( はせがわ もり とも 、 永禄 12 年 ( 1569 年 ) - 寛永 9 年 11 月 26 日 ( 旧暦 ) ( 1633 年 1 月 6 日 ) ) は 、 安土 桃山 時代 の 武将 。 +松方 正義 ( まつかた まさよし 、 1835 年 3 月 23 日 ( 天保 6 年 2 月 25 日 ( 旧暦 ) ) - 1924 年 ( 大正 13 年 ) 7 月 2 日 ) は 日本 の 武士 ( 薩摩 藩 士 ) 、 政治 家 。 +本家 ( ほんけ ) は 、 日本 の 荘園 に おけ る 重層 的 土地 支配 構造 ( 荘園 公領 制 、 職 の 体系 を 参照 ) 上 、 最上 位 に 位置 づけ られ る 土地 の 名義 上 の 所有 権 者 で あ る 。 +祟り ( たたり ) と は 、 神 や 仏 、 人 の 霊魂 が 人間 に 災い を 与え る こと 、 また 、 その 災い を 与え る とき に 働 く 超 自然 的 な 力 の こと で あ る 。 +似雲 ( じうん 、 寛文 13 年 1 月 2 日 ( 旧暦 ) ( 167 3 年 2 月 18 日 ) - 宝暦 3 年 7 月 8 日 ( 旧暦 ) ( 175 3 年 8 月 6 日 ) ) は 、 江戸 時代 中期 の 浄土 真宗 の 僧 ・ 歌人 。 +平盛 嗣 ( たいら の もりつぐ 、 生年 不詳 - 建久 5 年 ( 1194 年 ) ) は 、 平安 時代 末期 の 伊勢 平 氏 方 の 武将 。 +大谷 光暢 ( おおた に こうちょう   190 3 年 ( 明治 36 年 ) 10 月 1日 - 1993 年 ( 平成 5 年 ) 4 月 13 日 ) は 、 浄土 真宗 の 僧 で 、 東本願 寺 第 24 代 法主 ( のち に 門首 ) 。 +明治 ( めいじ ) は 、 日本 の 元号 の 一 つ 。 +小見 真観 寺 古墳 ( お み しん かん じこ ふん ) は 、 埼玉 県 行田 市 の 小見 古墳 群内 に あ る 前方 後 円墳 で あ る 。 +郷 純造 ( ごう じゅんぞう 、 文政 8 年 4 月 26 日 ( 旧暦 ) ( 182 5 年 6 月 12 日 ) - 明治 43 年 ( 1910 年 ) 12 月 2 日 ) は 、 日本 の 武士 ・ 幕臣 、 大蔵 省 官僚 、 政治 家 で あ る 。 +奈良 時代 ( なら じだい 、 71 0 年 - 794 年 ) は 広義 に は 710 年 ( 和銅 3 年 ) に 元明 天皇 が 平城 京 に 都 を 移 し て から 、 794 年 ( 延暦 13 年 ) に 桓武 天皇 に よ っ て 平安 京 に 都 が 移 さ れ る まで の 84 年間 を 指 す 日本 の 歴史 の 時代 区分 の 一 つ 。 +出雲 阿国 ( いずも の おく に 、 元亀 3 年 ? ( 1572 年 ) - 没年 不詳 ) は 、 歌舞伎 の 創始 者 と さ れ る 安土 桃山 時代 の 女性 芸能 者 。 +葛野 大路 ( かど の おおじ ) は 、 京都 府 京都 市 の 主要 な 南北 の 通り の 一 つ 。 +冷泉 為理 ( れいぜいため ただ 、 文政 7 年 7 月 1日 ( 旧暦 ) ( 1824 年 7 月 26 日 ) - 明治 18 年 ( 1885 年 ) 4 月 25 日 ) は 日本 の 歌人 。 +玄法 ( げん ほう ) は 、 奈良 時代 の 僧 。 +玉田 宿禰 ( たまだ の すくね 、 生年 不詳 - 允 恭 天皇 5 年 ( 416 年 ) ) 、 紀元 5 世紀 ごろ の 葛城 氏 の 豪族 。 +追捕使 ( ついぶし ) は 日本 の 律令 制下 の 令外 官 の 一 つ 。 +白折 ( しらおれ ) は 、 日本 茶 の 一種 で 玉露 や 煎茶 の 製造 過程 で 取り除 か れ た 茎 の 部分 を 集め た もの で 、 茎 独特 の 味 が あ る 。 +伴造 ( ともの みやつこ ) と は 、 連 ( むらじ ) と も 重な り 、 また 連 の 下 で ヤマト 王権 の 各 部司 を 分掌 し た 豪族 で あ る 。 +浄土 ( じょうど ) と は 、 仏教 に おけ る 概念 で 、 清浄 で 清涼 な 世界 を 指 す 。 +藤原 氏 宗 ( ふじわら の うじむね 、 弘仁 元年 ( 810 年 ) - 貞観 ( 日本 ) 14 年 ( 872 年 ) 2 月 11 日 ( 旧暦 ) ) は 平安 時代 前期 の 公卿 、 宮廷 政治 家 。 +竹紙 ( ちく し ) と は ; +藤原 師通 ( ふじわら の もろみ ち 、 康平 5 年 9 月 11 日 ( 旧暦 ) ( 1062 年 10 月 16 日 ) - 承徳 3 年 6 月 28 日 ( 旧暦 ) ( 1099 年 7 月 18 日 ) ) は 院政 期 の 公卿 で 藤 氏 長者 。 +天久 米命 ( あまつ くめ の みこと ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +歌垣 ( うたがき ) と は 、 特定 の 日時 に 若 い 男女 が 集ま り 、 相互 に 求愛 の 歌謡 を 掛け合 う 呪的 信仰 に 立 つ 習俗 。 +菟道 稚郎子 ( うじ の わき いらつこ 、 生年 不詳 - 壬申年 ( 312 年 ) ) は 、 記紀 に 伝え られ る 古墳 時代 の 皇族 ( 王族 ) 。 +年中 行事 障子 ( ねん じゅう ぎょうじ の そうじ ) は 、 清涼 殿 の 弘廂 に あ っ て 、 上戸 ( かみ の と 。 殿上 の 間 へ の 出入り に 利用 する 戸口 ) に 向け て たて られ て い た 障立 障子 。 +藤原 行成 ( ふじわら の ゆきなり / こうぜい 、 天禄 3 年 ( 972 年 ) - 万寿 4 年 12 月 4 日 ( 旧暦 ) ( 1028 年 1 月 3 日 ) ) は 平安 時代 中期 の 廷臣 で 、 能書 家 と し て も 知 ら れ る 。 +柴田 家門 ( しばた かもん 、 1863 年 2 月 6 日 ( 文久 2 年 12 月 18 日 ( 旧暦 ) ) - 1919 年 ( 大正 8 年 ) 8 月 25 日 ) は 、 文部 大臣 、 貴族 院 議員 など を 務め た 政治 家 。 +蘇我 入鹿 ( そが の い る か ) は 、 大和 朝廷 の 有力 者 。 +正親町 公叙 ( おおぎま ちきん のぶ 、 永正 11 年 8 月 16 日 ( 旧暦 ) ( 1514 年 9 月 4 日 ) - 天文 ( 元号 ) 18 年 8 月 7 日 ( 旧暦 ) ( 1549 年 8 月 29 日 ) ) は 、 戦国 時代 _ ( 日本 ) の 公家 。 +水馬 ( すいば ) は 、 ウマ に 乗 っ て 水 を 渡 る 、 江戸 時代 、 江戸 幕府 の 年中 行事 の ひと つ 。 +比売神 ( ひめ の かみ ) は 、 神道 の 神 ( 神道 ) で あ る 。 +橘 元 任 ( たちばな の もと とう 、 生没年 不詳 ) は 、 平安 時代 中期 の 官人 ・ 歌人 。 +番所 ( ばんしょ ) と は 、 警備 や 見張り の ため に 設置 さ れ た 番人 が 詰め る ため に 設け られ た 施設 。 +相給 ( あいきゅう ) は 村請 制 が 確立 し た 近世 期 に おけ る 領知 の 一 形態 を 表 す 言葉 で あ る 。 +奉公 構 ( ほうこう か まい 、 ほうこう か まえ ) は 、 江戸 時代 武士 に 対 する 刑 の 一 つ で 、 出奔 し た 家臣 又 は 改易 さ れ た 者 に 対 し 大名 が 出 す 回状 の こと を い う 。 +鷹司 忠冬 ( たかつかさ ただふゆ 、 永正 6 年 ( 1509 年 ) - 天文 ( 元号 ) 15 年 4 月 12 日 ( 旧暦 ) ( 1546 年 5 月 11 日 ) ) は 、 戦国 時代 ( 日本 ) の 公家 。 +開発 領主 ( かいほつりょうしゅ / かいはつ りょうしゅ ) は 、 日本 の 荘園 公領 制 に お い て 、 田地 を 開発 し て 領地 を 確保 し た 者 を い う 。 +三野 浪魚 ( みの の なみう お ) は 奈良 時代 の 人 。 +難波 宮 ( なにわ のみや ) は 、 現在 の 大阪 市 中央 区 ( 大阪 市 ) に あ っ た 飛鳥 時代 ・ 奈良 時代 の 宮殿 。 +素意 ( そ い 、 生年 不詳 - 嘉保 元年 ( 1094 年 ) ) は 、 平安 時代 中期 から 後期 に かけ て の 僧 ・ 歌人 。 +『 都鳥 廓 白浪 』 ( みやこどり ながれ の し らなみ ) は 、 通称 『 忍ぶ の 惣太 』 で 知 ら れ る 歌舞伎 狂言 の 外題 。 +建礼 門 ( けん れい もん ) は 、 内裏 の 外郭 門 の ひと つ で あ る 。 +雷神 ( らいじん ) は 、 日本 の 民間 信仰 や 神道 に おけ る 雷 の 神 で あ る 。 +傀儡子 ( くぐつ 、 傀儡 と も 言 う ) と は 、 9 世紀 頃 から 各 資料 に 現れ だ し た 、 諸国 を 旅 し 、 芸能 に よ っ て 生計 を 営 ん で い た 集団 の 事 で あ る 。 +高梁 雄之進 ( たかはし ゆう の しん 、 天保 六 年 ( 1835 年 ) - 没年 不詳 ) は 新選 組平 隊 士 。 +三条西 公条 ( さんじょう に しきん えだ 、 文明 ( 日本 ) 19 年 5 月 21 日 ( 旧暦 ) ( 1487 年 6 月 12 日 ) - 永禄 6 年 12 月 2 日 ( 旧暦 ) ( 1563 年 12 月 17 日 ) ) は 、 戦国 時代 ( 日本 ) の 公家 ・ 歌人 ・ 古典 学 者 。 +武蔵 坊 弁慶 ( 武藏 坊 辨 慶 、 むさしぼう べんけい 、 生年 不詳 - 文治 5 年 閏 4 月 30 日 ( 旧暦 ) ( 1189 年 6 月 15 日 ) ) は 、 平安 時代 末期 の 僧衆 ( 僧兵 ) 。 +滋賀 院 ( し が いん ) は 、 滋賀 県 大津 市 坂本 ( 大津 市 ) に あ る 天台 宗 の 寺院 で 比叡山 延暦 寺 の 本坊 ( 総里 坊 ) で あ る 。 +坂上 苅田 麻呂 ( さかの うえ の かり たまろ 、 神亀 4 年 ( 727 年 ) - 延暦 5 年 1 月 7 日 ( 旧暦 ) ( 78 6 年 2 月 14 日 ) ) は 奈良 時代 の 武人 。 +岩倉 乗具 ( いわくら の りとも 、 寛文 6 年 8 月 29 日 ( 旧暦 ) ( 1666 年 9 月 27 日 ) - 享保 15 年 8 月 23 日 ( 旧暦 ) ( 1730 年 10 月 4 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +宗 鏡録 ( すぎょう ろく ) は 、 中国 五代 十 国 の 呉越 から 北宋 初 の 僧 、 永明 延寿 が 撰 し た 仏教 論 書 、 100 巻 。 +立憲 政友 会 ( りっけん せい ゆうかい ) は 、 日本 の 明治 後期 から 昭和 前期 まで の 、 立憲民 政党 と なら ぶ 二 大 政党 の 1 つ で あ る ( 190 0 年 9 月 15 日 - 1940 年 7 月 16 日 ( 正統 派 ・ 統一 派 ) / 同 7 月 30 日 ( 革新 派 ) ) 。 +出世間 ( しゅっせけん ) と は 、 煩悩 など の けがれ に 汚染 さ れ た 、 この 世界 の すべて の 存在 を 世間 と い う の に 対 し 、 それ を 超越 し て い る もの を さ す 。 +修理 職 ( しゅりしき 、 すりしき ) は 平安 時代 に 設置 さ れ た 令外 官 。 +頼瑜 ( らいゆ 、 嘉禄 2 年 ( 1226 年 ) - 嘉元 2 年 1 月 1日 ( 旧暦 ) ( 130 4 年 2 月 7 日 ) ) は 、 鎌倉 時代 中期 から 後期 に かけ て の 真言 宗 の 僧 。 +一条 教房 ( いちじょう   のりふさ 応永 30 年 ( 1423 年 ) - 文明 ( 日本 ) 12 年 10 月 5 日 ( 旧暦 ) ( 1480 年 11 月 6 日 ) ) は 、 室町 時代 後期 の 公卿 ( 関白 ) 、 荘園 領主 。 +百済 王 ( くだら の おおきみ / くだら の みこ 、 生没年 不詳 ) は 、 飛鳥 時代 の 皇族 。 +御 簾中 ( ご れんじゅう ) は かつて 日本 で 貴人 の 正妻 を 指 し て 言 っ た 敬称 の こと 。 +和楽器 ( わがっき ) と は 、 日本 で 、 古来 から 使 わ れ て き た 伝統 的 な 楽器 の こと で あ る 。 +安達 長景 ( あだち なが かげ ) は 鎌倉 時代 中期 の 鎌倉 幕府 の 御 家人 。 +青 女房 ( あおにょうぼう ) と は 貴人 に 仕え る 年若 い 、 身分 の さほど 高 く な い 貴族 女性 の こと 。 +大河内 氏 ( おおこうち し ) は 、 清和 源 氏 、 摂津 源 氏 の 一族 で 、 源 頼政 の 孫 、 顕綱 ( あきつ な ) が 三河 国 額田 郡 大河内 郷 ( 愛知 県 岡崎 市 大平 町字 大河内 ・ 注 、 異説 あり 。 洞町 等 ) に 移り住 み 、 大河内 氏 を 称 し た こと を 始まり と する 。 +粕漬け ( かすづけ ) は 、 食材 を 酒粕 また は みりん 粕 に 漬け る こと 。 +過所 ( かしょ ) と は 、 中国 の 漢代 より 唐代 の 頃 に 用い られ た 通行 許可 証 。 +雪江 宗深 ( せっこう そうしん 、 応永 15 年 ( 1408 年 ) - 文明 ( 日本 ) 18 年 6 月 2 日 ( 旧暦 ) ( 1486 年 7 月 3 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 臨済 宗 の 僧 。 +お 家 騒動 ( お いえ そうどう ) と は 江戸 時代 の 大名 に おけ る 内紛 の こと で あ る 。 +大雲院 ( だい うんいん ) は 、 京都 市 東山 区 に あ る 浄土 宗 系 単立 寺院 。 +文章 博士 ( もん じょう はかせ ) は 、 大学 寮紀 伝道 の 教官 ( 令外 官 ) 。 +院宣 ( いんぜん ) と は 、 太上 天皇 から の 命令 を 受け た 院司 が 、 奉書 形式 で 発給 する 文書 。 +寧波 の 乱 ( にんぽー の らん ・ ねい は の らん ) と は 、 1523 年 ( 日本 で は 室町 時代 の 大永 3 年 、 明 で は 嘉靖 2 年 ) に 、 明 の 寧波 に お い て 日本 人 が 起 し た 事件 で あ る 。 +三室戸 駅 ( みむろど えき ) は 、 京都 府 宇治 市 菟道 出口 に あ る 、 京阪 電気 鉄道 京阪 宇治 線 の 鉄道 駅 。 +親長 卿記 ( ちかな が きょうき ) は 、 室町 時代 後期 の 公家 ・ 甘露寺 親長 の 日記 。 +洪州 宗 ( こうしゅうしゅう ) と は 、 唐代 の 禅宗 の 一派 を 指 す 。 +大和絵 ( やまとえ ) は 日本 絵画 の 様式 概念 の 1 つ 。 +妖怪 ( よう かい ) は 、 日本 で 伝承 さ れ る 民間 信仰 に お い て 、 人間 の 理解 を 超え る 奇怪 で 異常 な 現象 や 、 あるいは それ ら を 起こ す 、 不可思議 な 力 を 持 つ 非 日常 的 な 存在 の こと 。 +『 浄土 文 類 聚鈔 』 ( じょうど もん るい じゅしょう ) は 、 親鸞 が 著わ し た 浄土 真宗 の 根本 思想 を 書き記 し た 論書 で あ る 。 +東宮 傅 ( とうぐう の ふ ) は 、 律令 制 に 定め られ た 皇太子 ( 東宮 ) 付き の 教育 官 の 一 つ で あ る 。 +教興 寺 の 戦い ( きょうこうじ の たたか い ) は 、 永禄 5 年 ( 1562 年 ) 5 月 19 日 、 20 日 の 両日 に 、 河内 国 高安 郡 教興 寺村 ( 現在 の 大阪 府 八尾 市 教興 寺 ) 付近 で あ っ た 三好 長 慶 と 畠山 高政 と の 合戦 。 +大野 寺 ( おおのでら ) は 奈良 県 宇陀 市 室生村 に あ る 真言 宗 室生 寺 派 の 寺院 で あ る 。 +華頂宮 ( かちょう のみや ) は 、 慶応 4 年 ( 1868 年 ) に 伏見 宮 邦家 親王 の 第 12 王子 、 華頂宮 博経 親王 に よ っ て 創設 さ れ た 宮家 。 +志都乃 石室 ( しづ の いわや ) は 神話 の 大国 主命 と 少彦 名命 の 国造 り 伝承 に 由来 し 、 万葉 集 ( 巻 3 - 3 5 5 ) に 収め られ て い る 生石 村 主真人 ( お いし の すぐりの まひと ) の 「 大汝 少彦 名乃将座志都乃 石室 者 幾 代 将経 ( おほな むち すくな ひこ の いま し けむしつ の いわ や は い く よ へ に けむ ) 」 に 詠 ま れ た 地 。 +船 弁慶 ( ふなべんけい ) は 、 『 平家 物語 』 、 『 吾妻 鏡 』 など に 取材 し た 能作品 。 +中村 芝雀 ( なかむら しば じゃく ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +飛鳥 ( あすか ) は 、 現在 の 奈良 県 高市 郡 明日香 村 辺り を 指 す 地域 の 名 。 +養和 の 飢饉 ( ようわ の ききん ) と は 、 1181 年 に 発生 し た 大 飢饉 。 +藤原 有綱 ( ふじわら の あ りつな 、 生年 不詳 - 永保 2 年 ( 1082 年 ) また は 応徳 3 年 ( 1086 年 ) ) は 、 平安 時代 後期 の 廷臣 、 学者 、 漢詩 人 。 +立花 誾 千代 ( たちばな ぎん ち よ 、 永禄 12 年 8 月 13 日 ( 旧暦 ) ( 1569 年 9 月 23 日 ) - 慶長 7 年 10 月 17 日 ( 旧暦 ) ( 160 2 年 11 月 30 日 ) ) は 、 戦国 時代 ( 日本 ) の 女性 。 +年紀 法 ( ねんき ほう / ねんき の ほう ) と は 、 中世 武家 法 の 元 で 発達 し た 時効 法理 。 +土 御門 天皇 ( つちみかど てんのう 、 建久 6 年 12 月 2 日 ( 1196 年 1 月 3 日 ) - 寛喜 3 年 10 月 11 日 ( 1231 年 11 月 6 日 ) ) は 鎌倉 時代 の 第 83 代 天皇 ( 在位 : 建久 9 年 1 月 11 日 ( 1198 年 2 月 18 日 ) - 承元 4 年 11 月 25 日 ( 1210 年 12 月 12 日 ) 。 +伊達 巻 ( だてまき ) は 、 卵 料理 の ひと つ 。 +除目 ( じもく 、 じょもく ) と は 、 平安 時代 中期 以降 、 京官 、 外官 の 諸官 を 任命 する こと 。 +戯作 ( げさく 、 ぎさく ) と は 、 近世 後期 、 18 世紀 後半 頃 から 江戸 で 興 っ た 読み物 の 総称 。 +太原 雪斎 / 太原 崇孚 ( たいげん せっさい / たいげんすう ふ 、 明応 5 年 ( 1496 年 ) - 弘治 ( 日本 ) 元年 10 月 10 日 ( 旧暦 ) ( 155 5 年 11 月 23 日 ) ) は 今川 氏 の 家臣 。 +コミュニティバス やわた は 、 八幡 市 が 運営 する コミュニティバス で 、 京阪 バス に 運行 委託 を 行 っ て い る 。 +六角 氏 郷 ( ろっかく う じさと ) は 、 江戸 時代 の 武士 。 +鏡板 ( かがみいた ) は 、 能 舞台 の 正面 、 右側 面 の 羽目板 で あ る 。 +喜多 七 太夫 ( きたなな だゆう ) と は 、 シテ 方 喜 多 流 の 宗家 が 名乗 る 名 の ひと つ 。 +団地 ( だんち ) は 、 人間 や 産業 もしくは 各種 事物 が 必要 と する 都市 基盤 を 支え る 各種 インフラストラクチャー や 物流 の 効率 化 を 図 る ため に 、 同一 傾向 に あ る 目的 や 用途 、 産業 など を 集中 さ せ た 一団 の 区画 や 地域 の 名称 、 若しくは 立地 し て い る 建物 や 建造 物 を 指 す 総称 の 事 で あ る 。 +源 雅通 ( みなもとの まさみ ち 、 元永 元年 ( 1118 年 ) - 承安 ( 日本 ) 5 年 2 月 27 日 ( 旧暦 ) ( 1175 年 3 月 21 日 ) ) は 平安 後期 の 公卿 。 +鳥羽 街道 ( とば かいどう ) は 、 京都 の 羅城 門 跡 ( 京都 市 南 区 ( 京都 市 ) ) から 下鳥 羽 を 通り淀 ( 京都 市 伏見 区 ) へ と 至 る 街道 で あ る 。 +岡橋 治助 ( おかは し じすけ 、 文政 8 年 12 月 14 日 ( 旧暦 ) ( 1826 年 1 月 21 日 ) - 大正 2 年 ( 1913 年 ) 1 1 月 2 日 ) は 、 日本 の 実業 家 。 +ウガヤフキアエズ は 、 日本 神話 の 神 。 +神道 集 ( しんとうしゅう ) は 、 日本 の 中世 の 説話 集 ・ 神道 書 。 +赤穂 浪士 ( あこうろう し ) と は 元禄 15 年 12 月 14 日 ( 旧暦 ) ( 170 3 年 1 月 30 日 : 2007 年 の 暦 と 一致 ) に 旧 主 浅 野 長矩 の 仇 で あ る 高家 吉良 義央 の 屋敷 に 討ち 入 り 、 仇討ち を し た 元 赤穂 藩 士 大石 内蔵助 以下 47 人 の 武士 で あ る 。 +西川 祐信 ( にしかわ すけのぶ 、 寛文 11 年 ( 16 7 1 年 ) - 寛延 3 年 ( 1750 年 ) ) は 、 江戸 時代 の 浮世 絵 師 。 +如意輪 観音 ( にょい りんかんの ん ) 、 サンスクリット チンターマニチャクラ ( cintaamaNicakra ) は 、 仏教 に おけ る 信仰 対象 で あ る 菩薩 の 一尊 。 +土井 虎賀壽 ( どい とら かず 、 190 2 年 2 月 19 日 - 1971 年 3 月 10 日 ) は 、 思想 家 ・ 文学 者 。 +御 法 ( みのり ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +今川 氏真 ( いまがわ うじざね ) は 、 駿河 国 の 戦国 大名 。 +陣定 ( じん の さだめ ) は 、 平安 時代 摂関 政治 の 朝議 の 形式 の ひと つ 。 +新村 忠雄 ( にい むら ただお 、 1887 年 4 月 26 日 - 19 11 年 1 月 24 日 ) は 社会 主義 者 。 +京都 市 西京極 総合 運動 公園 陸上 競技 場 兼球技 場 ( きょう とし にしきょうごく そうごう うんどう こうえん りくじょうきょうぎ じょう けんきゅうぎ じょう ) は 、 京都 府 京都 市 右京 区 の 京都 市 西京極 総合 運動 公園 内 に あ る 陸上 競技 場 。 +蠣崎 波響 ( かきざき は きょう 、 宝暦 14 年 5 月 26 日 ( 旧暦 ) ( 1764 年 6 月 25 日 ) - 文政 9 年 6 月 22 日 ( 旧暦 ) ( 1826 年 7 月 26 日 ) ) は 日本 の 画家 、 松前 藩 の 家老 。 +長谷雄 草紙 ( は せお ぞうし ) は 、 日本 の 絵巻物 で あ る 。 +新風館 ( しんぷう かん ) は 京都 市 中京 区 烏丸 通 姉小路 通下ル 場之 町 586 - 2 に あ る 複合 商業 施設 。 +わび ・ さび ( 侘 ・ 寂 ) は 、 日本 の 美 意識 の 1 つ 。 +宇治橋 断碑 ( うじばし だんぴ ) は 、 京都 府 宇治 市橋 寺 放生 院 に あ る 宇治橋 架橋 の 由来 を 記 し た 石碑 。 +天苗 加命 また は 天苗 益命 ( あめ の なえ ま す の みこと ) は 日本 神話 の 神 ( 神道 ) で あ る 。 +荘官 ( しょうかん ) は 、 日本 の 荘園 に お い て 、 荘園 領主 ( 本所 ) から 現地 管理 を 委ね られ た 者 の 総称 で あ る 。 +成相 寺 ( なりあいじ ) は 、 京都 府 宮津 市 に あ る 寺院 。 +民友 社 ( みんゆう しゃ ) は 、 、 徳富 蘇峰 に よ り 設立 さ れ た 言論 団体 ・ 出版 社 で あ る 。 +新撰 和歌 ( しんせん わか ) は 、 私撰 の 歌集 。 +醍醐 経胤 ( だい ご つね た ね 、 享保 2 年 7 月 15 日 ( 旧暦 ) ( 1 71 7 年 8 月 21 日 ) - 安永 10 年 1 月 21 日 ( 旧暦 ) ( 1781 年 2 月 13 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +藤原 実成 ( ふじわら の さね な り 、 天延 3 年 ( 975 年 ) - 寛徳 元年 12 月 22 日 ( 旧暦 ) ( 1045 年 1 月 12 日 ) ) は 、 平安 時代 の 公卿 。 +磯城 皇子 ( しき の みこ 、 7 世紀 後半 頃 ) は 、 飛鳥 時代 の 皇族 。 +神饌 ( しんせん ) と は 、 日本 の 神社 や 神棚 に 供え る 供物 の 事 で あ る 。 +千代川 駅 ( ちよかわ えき ) は 、 京都 府 亀岡 市 千代川町 今津 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 で あ る 。 +寮 ( つかさ ・ りょう ) は 日本 古代 の 律令 制 に おけ る 官司 の 等級 の 一 つ で あ る 。 +安政 の 大獄 ( あんせい の たいごく ) と は 、 安政 5 年 ( 1858 年 ) から 翌年 に かけ て 江戸 幕府 が 行な っ た 弾圧 。 +『 隅田 川 』 ( すみだ がわ ) は 能 の 一 つ で あ る 。 +片切為安 ( かたぎり ためやす 、 生没年 不詳 ) は 、 平安 時代 末期 の 武将 。 +武田 国信 ( たけだ くに のぶ ) +嵐山 温泉 ( あらしやま おんせん ) は 、 京都 府 京都 市 右京 区 嵐山 に あ る 温泉 で あ る 。 +御 酒之 日記 ( ご しゅ の にっき ) と は 、 佐竹 氏 に 伝え られ た 現存 する 日本 最初 の 民間 の 酒造 技術 書 。 +眞子 内 親王 は 、 日本 の 皇族 。 +東山 御物 ( ひがしやま ぎょもつ / ひがしやま ごも つ ) と は 、 室町 幕府 8 代 征夷 大将軍 足利 義政 に よ っ て 収集 さ れ た 絵画 ・ 茶器 ・ 花器 ・ 文具 など の 称 。 +五 条 楽園 ( ご じょう らく えん ) と は 、 京都 市 下京 区 河原町 通五 条 通 の 南東 に あ る 旧 遊郭 。 +広橋 綱光 ( ひろは しつなみつ 、 永享 3 年 6 月 13 日 ( 旧暦 ) ( 1431 年 7 月 22 日 ) - 文明 ( 日本 ) 9 年 2 月 14 日 ( 旧暦 ) ( 147 7 年 3 月 28 日 ) ) は 、 日本 の 公卿 。 +着流 し ( きながし ) は 、 男子 が 和服 を 着 る 際 に 袴 を 穿 か な い 様 。 +政党 内閣 ( せいとう ないかく ) と は 、 議会 に 議席 を 保持 する 政党 を 基礎 に 組織 さ れ た 内閣 の こと 。 +樋口 兼光 ( ひぐ ち かねみつ 、 生年 不詳 - 元暦 元年 2 月 2 日 ( 旧暦 ) ( 1184 年 3 月 15 日 ) )   は 、 平安 時代 末期 の 武将 。 +年忌 ( ねんき ) と は 、 命日 。 +本項 京都 市 上京 区 の 町名 ( きょうと しか みぎょう く の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +かき氷 ( かきごおり 、 欠き 氷 ) と は 、 氷 を 細か く 削 る か 、 砕 い て シロップ ( また は シラップ ) 等 を かけ た 冷菓 。 +徳大寺 ( とくだいじ ) 家 は 、 清華 家 の 家格 を 有 する 公家 。 +八色 の 姓 ( やくさ の かばね ) と は 、 天武 天皇 が 684 年 ( 天武 13 ) に 新た に 制定 し た 真人 ( まひと ) 朝臣 ( あそみ ・ あそん ) 宿禰 ( すくね ) 忌寸 ( いみき ) 道師 ( みち の し ) 臣 ( おみ ) 連 ( むらじ ) 稲置 ( いなぎ ) の 八 つ の 姓 の 制度 の こと 。 +妙 法 院 ( みょう ほう いん ) は 京都 市 東山 区 に あ る 天台 宗 の 仏教 寺院 で あ る 。 +吉田 兼治 ( よしだ かね はる 、 永禄 8 年 ( 1565 年 ) - 元和 ( 日本 ) 2 年 ( 1616 年 ) ) は 、 堂上 家 ( 家格 は 、 半家 、 卜部 氏 ) で あ る 吉田 家 の 10 代 当主 ( 卜部 氏 26 代 ) 。 +姉小路 公景 ( あね が こうじきん かげ 、 慶長 7 年 9 月 12 日 ( 旧暦 ) ( 160 2 年 10 月 26 日 ) - 慶安 4 年 12 月 11 日 ( 旧暦 ) ( 1652 年 1 月 21 日 ) ) は 江戸 前期 の 公卿 。 +三浦   竹泉 ( みうら   ちくせん ) は 京焼 ( 清水 焼 ) の 窯元 ・ 名跡 。 +足利 義昭 ( あしかが よしあき ) は 、 室町 幕府 の 第 15 代 征夷 大将軍 で 、 室町 幕府 最後 の 将軍 で あ る ( 在位 : 永禄 11 年 ( 1568 年 ) - 天正 16 年 ( 1588 年 ) ) 。 +江藤 新平 ( えとう しんぺい 、 天保 5 年 2 月 9 日 ( 旧暦 ) ( 1834 年 3 月 18 日 ) - 明治 7 年 ( 1874 年 ) 4 月 13 日 ) は 日本 の 武士 ( 佐賀 藩 士 ) 、 政治 家 で あ る 。 +九鬼 隆度 ( く き たかのり 、 寛政 12 年 8 月 10 日 ( 旧暦 ) ( 180 0 年 9 月 28 日 ) - 嘉永 6 年 4 月 23 日 ( 旧暦 ) ( 1853 年 5 月 30 日 ) ) は 、 丹波 国 綾 部 藩 の 第 8 代 藩 主 。 +桜井 数馬 ( さくらい かずま 、 生年 不詳 - 慶応 4 年 1 月 5 日 ( 旧暦 ) ( 1868 年 1 月 29 日 ) ) は 新選 組 隊士 。 +日本 の 食事 作法 ( にほん の しょくじ さほう ) と は 、 日本 に お い て 食事 を する 際 の 作法 ( マナー ) で あ る 。 +神札 ( しんさつ ) は 、 神社 が 頒布 する 護符 で あ る 。 +不空成就如 来 ( ふくう じょうじゅ にょらい ) 、 サンスクリット アモーガシッデイ ( amoghasiddhi ) は 、 仏教 に おけ る 信仰 対象 で あ る 如来 の 一尊 。 +九条 流 ( くじょうりゅう ) は 、 藤原 北家 の 中 で も 藤原 師輔 の 子孫 を 指 す 呼称 及び 同一族 に 伝え られ た 有職 故 実 の 流派 を 指 す 。 +藩士 ( はんし ) は 、 江戸 時代 の 各藩 に 仕え た 武士 に 対 する 呼称 。 +上杉 憲 顕 ( うえすぎ のりあき 、 130 6 年 ( 徳治 元年 ) - 1368 年 10 月 31 日 ( 正平 ( 日本 ) 23 年 / 応安 元年 9 月 19 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +明救 ( みょうぐ 、 天慶 9 年 ( 946 年 ) - 寛仁 4 年 7 月 5 日 ( 旧暦 ) ( 1020 年 7 月 27 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +田能村 直入 ( たの むら ちょくにゅう 、 文化 ( 元号 ) 11 年 2 月 10 日 ( 旧暦 ) ( 1814 年 3 月 31 日 ) - 明治 40 年 ( 1907 年 ) 1 月 21 日 ) は 、 明治 時代 に 活躍 し た 画家 で あ る 。 +五辻 通 ( いつつじ どおり ) は 京都 市 の 東西 の 通り の 一 つ 。 +坂田 雷 ( さかた の いかづち 、 生年 不明 - 天武 天皇 5 年 ( 67 6 年 ) 9 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +日本 神話 ( に ほんしんわ ) と は 日本 に 伝わ る 神話 の こと で あ る 。 +尾上 多賀 之丞 ( おのえ た が の じょう ) は 歌舞伎 役者 の 名跡 。 +日乾 ( にっけん 、 永禄 3 年 ( 15 60 年 ) - 寛永 12 年 10 月 27 日 ( 旧暦 ) ( 1635 年 12 月 6 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 日蓮 宗 の 僧 。 +土 御門殿 ( つちみかど どの ) は 、 源 雅信 に よ っ て 建設 さ れ た 、 寝殿 造 の 邸宅 。 +源 顕房 ( みなもと の あきふさ 、 長暦 元年 ( 10 37 年 ) - 嘉保 元年 9 月 5 日 ( 旧暦 ) ( 1094 年 10 月 16 日 ) ) は 、 平安 時代 後期 の 公卿 ・ 歌人 。 +崇伝 ( すうでん 、 1569 年 ( 永禄 12 年 ) - 1633 年 2 月 28 日 ( 寛永 10 年 1 月 20 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 から 江戸 時代 の 臨済 宗 の 僧 、 幕府 の 政治 家 で あ る 。 +陶 弘房 ( すえひろ ふさ   生年 不詳 - 応仁 2 年 11 月 14 日 ( 旧暦 ) ( 1468 年 12 月 27 日 ) ) は 、 室町 時代 後期 の 武将 。 +隠元 隆琦 ( いんげん りゅうき 、 特諡 と し て 大光 普照 国師 、 仏慈 広鑑 国 師 、 径山 首出 国師 、 覚性 円明 国師 、 勅賜 と し て 真空 大師 、 華光 大師 、 万暦 20 年 ・ 文禄 元年 11 月 4 日 ( 旧暦 ) ( 1592 年 12 月 7 日 ) - 寛文 13 年 4 月 3 日 ( 旧暦 ) ( 167 3 年 5 月 19 日 ) ) は 、 中国 明末 清初 の 禅宗 の 僧 で 、 福建 省 福州 福清 の 生まれ で 俗姓 は 林 で あ る 。 +現存 天守 ( げんそん てんしゅ ) と は 、 日本 の 城 の 天守 の うち 、 江戸 時代 前後 から 江戸 末期 に かけ て の 封建 時代 に 建て られ た もの が 、 現代 まで 保存 さ れ て い る 天守 の こと で あ る 。 +押小路 通 ( おしこうじ どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +伊勢 ( いせ 、 872 年 ( 貞観 _ ( 日本 ) 14 年 ) 頃 - 938 年 ( 天慶 元年 ) 頃 ) は 平安 時代 の 日本 の 女性 歌人 。 +法名 軸 ( ほうみょうじく ) と は 、 浄土 真宗 に お い て 用い られ る 仏具 で 、 法名 ( 浄土 真宗 ) を 記 す 掛軸 。 +袷 ( あわせ ) と は 裏地 の あ る 和服 の こと 。 +慶 円 ( けいえん / きょうえん ・ 慶圓 、 天慶 7 年 ( 944 年 ) - 寛仁 3 年 9 月 3 日 ( 旧暦 ) ( 1019 年 10 月 3 日 ) ) は 、 平安 時代 中期 の 天台 宗 僧侶 。 +鍋島 茂義 ( なべ しま しげよし 、 寛政 12 年 10 月 25 日 ( 旧暦 ) ( 180 0 年 12 月 11 日 ) - 文久 2 年 11 月 27 日 ( 旧暦 ) ( 1863 年 1 月 16 日 ) ) は 、 江戸 時代 末期 の 第 28 代 佐賀 藩 武雄 領主 ( 武雄 領 は 佐賀 藩 の 自治 領 ) 。 +曾我 兄弟 の 仇討ち ( そ が きょうだい の あだうち ) は 、 建久 4 年 5 月 28 日 ( 旧暦 ) ( 1193 年 6 月 28 日 ) 、 源 頼朝 が 行 っ た 富士 の 巻狩り の 際 に 、 曾我 祐成 と 曾我 時致 の 兄弟 が 父親 の 仇 で あ る 工藤 祐経 を 討 っ た 事件 。 +一念 三千 ( いち ねん さんぜん ) と は 、 天台 宗 の 観法 で あ り 、 また 根本 教理 と する 。 +八幡 伝統 的 建造 物 群 保存 地区 ( はちまん でんとう てき けんぞう ぶつ ぐん ほぞん ちく ) は 、 滋賀 県 近江八幡 市 旧 市街 地 に あ る 伝統 的 建造 物 群 保存 地区 の 名称 で 、 八幡 堀 、 日牟礼 八幡 宮 境内 地 、 新町 通り 、 永原町 通り を 中心 と する 広 さ 13 . 1 ha の 地区 の こと 。 +梅渓 季通 ( うめたに すえみ ち 、 慶長 20 年 3 月 29 日 ( 旧暦 ) ( 1615 年 4 月 26 日 ) - 万治 元年 2 月 2 日 ( 旧暦 ) ( 1658 年 3 月 5 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +洛中 洛外 図 ( らくちゅう らく がい ず ) は 室町 時代 から 江戸 時代 に かけ て 描 か れ た 風俗 画 で 、 京都 の 市街 ( 洛中 ) ・ 郊外 ( 洛外 ) を 俯瞰 し て 描 い た もの 。 +頼仁 親王 ( よりひと しんの う 、 建仁 元年 7 月 22 日 ( 旧暦 ) ( 120 1 年 8 月 22 日 ) - 文永 元年 5 月 23 日 ( 旧暦 ) ( 1264 年 6 月 18 日 ) は 、 鎌倉 時代 初期 の 皇族 。 +愛智 義成 ( あいち よしなり / 源義成   みなもと の よしな り 、 生没 年 未詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +敦明 親王 ( あつあきら しんのう 、 正暦 5 年 5 月 9 日 ( 旧暦 ) ( 994 年 6 月 20 日 ) - 永承 6 年 1 月 8 日 ( 旧暦 ) ( 105 1 年 2 月 21 日 ) ) は 、 第 67 代 三 条 天皇 の 第 一 皇子 、 母 は 藤原 済時 の 女 ・ 皇后 藤原 せい 子 。 +幕末 ( ばくまつ ) と は 、 日本 の 時代 区分 で あ り 、 江戸 幕府 に よ る 国内 統治 の 末期 、 つまり 、 江戸 時代 末期 。 +最澄 ( さいちょう ) は 、 平安 時代 の 僧 で 、 日本 の 天台 宗 を 開 く 。 +出口 王仁三郎 ( でぐち お に さぶろう ) 、 18 71 年 ( 明治 4 年 ) ? - 1948 年 ( 昭和 23 年 ) 1 月 19 日 ) は 、 新 宗教 「 大本 」 の 教義 を 整備 し た 実質 上 の 教祖 。 +河越 重房 ( かわごえ しげふさ 、 仁安 ( 日本 ) 4 年 ( 1169 年 ) ? - 文治 元年 11 月 12 日 ( 旧暦 ) ( 1185 年 12 月 5 日 ) ) は 平安 時代 末期 の 武蔵 国 入間 郡 河越 館 の 武将 。 +三一 権 実諍 論 ( さん いち ごんじつ の そうろん ) は 、 平安 時代 初期 の 弘仁年 ( 817 年 ) 前後 から 同 12 年 ( 821 年 ) 頃 に かけ て 行 わ れ た 、 法 相 宗 の 僧侶 ・ 徳一 ( 生没年 不明 ) と 日本 天台 宗 の 祖 ・ 最澄 ( 76 7 年 - 822 年 ) と の 間 で 行 わ れ た 仏教 宗 論 で あ る 。 +金閣 寺 放火 事件 ( きん かくじ ほうか じけん ) と は 、 1950 年 7 月 2 日 未明 に 、 京都 市 上京 区 ( 現 ・ 北 区 ( 京都 市 ) ) 金閣 寺町 に あ る 鹿苑 寺 ( 通称 ・ 金閣 寺 ) に お い て 発生 し た 放火 事件 で あ る 。 +仕舞 ( し - まい ) と は 能 の 一部 を 素 で 舞 う こと 。 +京都 新聞 ( きょう と しんぶん ) は 京都 府 と 滋賀 県 を 中心 に 発行 さ れ て い る 地方 紙 。 +知客 ( しか ) は 禅宗 寺院 の 役職 の 一 つ 。 +橘嘉智子 ( たちばな の かちこ 、 延暦 5 年 ( 786 年 ) - 嘉祥 3 年 5 月 4 日 ( 850 年 6 月 17 日 ) ) は 、 第 52 代 嵯峨 天皇 皇后 。 +隆寛 ( りゅうかん 、 久安 4 年 ( 1148 年 ) - 安貞 元年 12 月 13 日 ( 旧暦 ) ( 1228 年 1 月 21 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 前期 に かけ て の 浄土 宗 の 僧 。 +口噛 み 酒 ( くちかみ さけ ) は 、 米 など の 穀物 や 種実 類 など を 口 に 入れ て 噛 み 、 それ を 吐き出 し て 溜め た もの を 放置 し て 造 る 酒 の こと 。 +並河 誠所 ( なみ かわ せいしょ 、 寛文 8 年 ( 1668 年 ) - 元文 3 年 ( 1738 年 ) ) は 、 江戸 時代 中期 に 活躍 し た 儒学 者 ・ 地理 学 者 。 +面 霊気 ( めんれいき ) は 、 鳥山 石燕 に よ る 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 の 一 つ で 、 伎楽 面 の 妖怪 。 +中務 省 ( なかつかさ しょう ) は 律令 制 に おけ る 日本 の 官制 の ひと つ 。 +石槍 ( いしやり ) と は 、 打製 石器 の 一種 で 、 石 で 作 っ た 槍 の 頭 の 部分 で あ る 。 +大伴継人 ( おおとも のつぐひと 、 ? - 延暦 4 年 ( 785 年 ) ) は 、 奈良 時代 後期 の 官僚 。 +廃仏 毀釈 ( はいぶつ きしゃく 、 廢佛 毀釋 ) と は 仏教 寺院 ・ 仏像 ・ 経巻 を 破毀 し 僧尼 など 出家 者 が 受け て い た 特権 を 廃 する など を 指 す 。 +蘭学 者 ( らんがく しゃ ) は 、 蘭学 を 修め 研究 し た 人 。 +伊達 吉村 ( だて よし むら 、 1680 年 7 月 23 日 ( 延宝 8 年 6 月 28 日 ( 旧暦 ) ) - 175 2 年 2 月 8 日 ( 宝暦 元年 12 月 24 日 ( 旧暦 ) ) ) は 、 陸奥 国仙台 藩 の 第 5 代 藩 主 で 、 伊達 氏 の 第 21 代 当主 。 +共楽 公園 ( きょうらく こうえん ) は 、 京都 府 舞鶴 市 の ほぼ 中央 、 中舞鶴 地区 の その また 中央 に 位置 する 公園 。 +蛸薬師 通 ( たこやくし どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +天保 大判 ( てんぽう おおばん ) と は 天保 9 年 ( 1838 年 ) 6 月 24 日 より 発行 さ れ た 大判 で あ る 。 +相生 獅子 ( あいおいじし ) は 歌舞伎 長唄 の 一種 。 +藤原 得子 ( ふじわら の なりこ 、 永久 ( 元号 ) 5 年 ( 1117 年 ) - 永暦 元年 11 月 23 日 ( 旧暦 ) ( 11 60 年 12 月 22 日 ) ) は 平安 時代 後期 の 国母 。 +望月 城 ( もちづ き じょう ) は 、 滋賀 県 甲賀 市 に あ っ た 日本 の 城 。 +源 頼俊 ( みなもと の より とし 、 生没年 不詳 ) は 、 平安 時代 後期 の 武将 。 +足利 義政 ( あしかが よしまさ ) は 、 室町 幕府 の 第 8 代 征夷 大将軍 ( 在位 : 宝徳 元年 ( 1449 年 ) - 文明 ( 日本 ) 5 年 ( 1473 年 ) ) 。 +大江 広元 ( おおえの ひろもと 、 久安 4 年 ( 1148 年 ) - 嘉禄 元年 6 月 10 日 ( 旧暦 ) ( 1225 年 7 月 16 日 ) ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 実務 官僚 。 +託 基皇女 ( たきの ひめみこ 686 年 以前 ? - 天平 勝宝 3 年 1 月 25 日 ( 旧暦 ) ( 75 1 年 2 月 25 日 ) ) は 、 飛鳥 時代 ・ 奈良 時代 の 皇族 。 +水走 季忠 ( みずはいすえ ただ 、 生没年 不詳 ) は 、 平安 時代 後期 の 河内 国 一ノ宮 の 枚岡 神社 ( 平岡 神社 ) の 神職 。 +突棒 ( つくぼう ) は 、 江戸 時代 に 使用 さ れ た 捕り物 道具 の ひと つ で あ る 。 +民力 休養 ・ 政費 節減 ( みんりょく きゅうよう ・ せい ひ せつげん ) と は 、 明治 時代 の 初期 帝国 議会 に お い て 民党 側 が 掲げ た 公約 。 +千手 の 前 ( せんじゅ の まえ   永 万 元年 ( 1165 年 ) - 文治 4 年 ( 1188 年 ) 4 月 25 日 ( 旧暦 ) ) は 平安 時代 末期 の 女性 。 +高麗笛 ( こまぶえ ) と は 、 雅楽 で 使 う 管楽 器 の ひと つ 。 +亀山 公園 ( かめやま こうえん ) は 、 京都 市 右京 区 の 嵯峨 亀 ノ 尾町 に あ る 公園 。 +武家 伝奏 ( ぶけ てんそう ) は 、 室町 時代 から 江戸 時代 に かけ て の 朝廷 に おけ る 職名 の 一 つ 。 +観世 元 雅 ( かんぜもとまさ 、 応永 元年 ( 1394 年 ) 、 あるいは 応永 8 年 ( 140 1 年 ) 頃 - 永享 4 年 8 月 1日 ( 旧暦 ) ( 1432 年 8 月 26 日 ) ) は 室町 時代 の 能作 者 、 能 役 者 。 +反 ( たん 、 段 と も 書 く ) は 、 尺貫 法 の 面積 の 単位 で あ る 。 +祇園 女 御 ( ぎおん の にょうご   生没年 未詳 ) は 白河 法皇 の 晩年 の 寵妃 。 +藤原 通季 ( ふじわら の みち すえ 、 寛治 4 年 ( 1090 年 ) - 大治 ( 日本 ) 4 年 6 月 17 日 ( 旧暦 ) ( 1128 年 7 月 16 日 ) ) は 平安 時代 後期 の 公卿 。 +北条 氏 ( ほうじょうし ) は 、 伊豆 国 出身 の 豪族 で 、 鎌倉 幕府 の 執権 職 を 世襲 し た 一族 で あ る 。 +円光寺 ( えんこうじ ) は 、 京都 市 左京 区 一乗 寺 に あ る 臨済 宗 の 寺院 。 +宿場 ( しゅくば ) と は 、 主に 江戸 時代 、 五 街道 や 脇往還 に お い て 駅 逓司 を 取扱 う ため 設定 さ れ た 町場 を い う 。 +守護 ( しゅご ) は 、 日本 の 鎌倉 幕府 ・ 室町 幕府 が 置 い た 武家 の 職制 で 、 令制 国 単位 で 設置 さ れ た 軍事 指揮 官 ・ 行政 官 で あ る 。 +五情 ( ごじょう ) は 、 中国 で 、 5 つ の 感情 を 意味 する 。 +西園寺 公広 ( さいおんじきん ひろ ) は 、 伊予 国 の 戦国 大名 。 +山鹿 清華 ( やま が せいか 、 1885 年 3 月 12 日 - 1981 年 6 月 26 日 ) は 、 染織 家 。 +大谷 光瑩 ( おおた に こうえい ) は 、 明治 から 大正 に かけ て の 浄土 真宗 の 僧 。 +河内本 ( かわちぼん ) と は 、 源氏 物語 の 写本 の うち 、 大 監物 源 光行 と その 子源 親行 が 作成 し た と さ れ る もの および それ を 写 し て 作成 さ れ た と さ れ る もの を い う 。 +禁厭 ( まじな い 、 きんえん ) と は 、 日本 在来 の 呪術 の こと で あ る 。 +鉤縄 ( かぎなわ ) と は 、 忍者 が 使 っ た と さ れ る 道具 。 +有王 ( ありおう   生没年 不詳 ) は 平安 時代 後期 の 人 。 +寿光院 ( じゅこういん 、 正字 体 : 壽光 院 、 ? - 寛保 元年 10 月 10 日 ( 旧暦 ) ( 1741 年 11 月 17 日 ) ) は 、 徳川 将軍 家 徳川 綱吉 の 側室 。 +京極 高和 ( きょうごく たか かず 、 元和 ( 日本 ) 5 年 3 月 10 日 ( 旧暦 ) ( 1619 年 4 月 24 日 ) - 寛文 2 年 9 月 13 日 ( 旧暦 ) ( 1662 年 11 月 3 日 ) ) は 、 外様 大名 で あ る 京極 氏 の 江戸 時代 初期 の 当主 。 +『 幼学 綱要 』 ( ようがく こうよう ) と は 、 明治 天皇 の 勅令 を 受け た 侍講 元 田 永孚 に よ っ て 編纂 さ れ 、 18 82 年 12 月 2 日 に 宮内 省 より 頒布 さ れ た 勅撰 修身 書 。 +慈胤 法 親王 ( じいん ほっ しん の う 、 元和 ( 日本 ) 3 年 3 月 13 日 ( 旧暦 ) ( 1617 年 4 月 18 日 ) - 元禄 12 年 12 月 2 日 ( 旧暦 ) ( 170 0 年 1 月 21 日 ) ) は 、 江戸 時代 前期 から 中期 に かけ て の 法親 王 。 +梓弓 ( あずさゆみ 、 あづ さ ゆみ ) は 、 神事 など に 使用 さ れ る アズサ の 木 で 作 ら れ た 弓 ( 武器 ) 。 +龍光院 ( りょう こういん ) は 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 、 臨済 宗 大 本山 大徳 寺 の 仏塔 塔頭 ( たっちゅう ) で あ る 。 +三浦 朗次 ( みうら あきつ ぐ 、 天保 5 年 8 月 13 日 ( 旧暦 ) ( 1834 年 9 月 15 日 ) - 安政 7 年 2 月 21 日 ( 旧暦 ) ( 18 60 年 3 月 13 日 ) ) は 、 日本 の 江戸 時代 の 大名 。 +江里 佐代子 ( えりさよこ 、 1945 年 7 月 19 日 - 2007 年 10 月 3 日 ) は 日本 の 截金 師 。 +好事 福櫨 ( こうず ぶくろ ) は 、 明治 に 京都 の 和 菓子 職人 が 考案 し た と 云 わ れ る 珍菓 。 +今昔 物語 集 ( こんじゃく ものがたり しゅう ) と は 平安 時代 末期 に 成立 し た と 見 られ る 説話 集 で あ る 。 +悪 代官 ( あくだい かん ) と は 、 領民 を 圧制 で 苦しめ たり 、 不正 行為 を 働 い たり し た 代官 の 代 名詞 的 な 表現 。 +久延 毘古 ( くえびこ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +顕如 ( けんにょ 、 天文 ( 元号 ) 12 年 1 月 6 日 ( 旧暦 ) ( 1543 年 2 月 9 日 ) - 文禄 元年 11 月 24 日 ( 旧暦 ) ( 1592 年 12 月 27 日 ) ) は 、 本願 寺 第 11 世門 主 。 +土 御門 有脩 ( つちみかど あ りすえ 、 大永 7 年 ( 1527 年 ) - 天正 5 年 1 月 2 日 ( 旧暦 ) ( 1577 年 1 月 20 日 ) ) は 、 室町 時代 から 安土 桃山 時代 の 公卿 ・ 陰陽 家 。 +小倉 宮 聖承 ( おぐら の みやせいしょう 、 生年 不詳- 嘉吉 3 年 5 月 7 日 ( 旧暦 ) ( 1443 年 6 月 4 日 ) ) ) は 、 南北朝 時代 ( 日本 ) の 第 99 代 、 南朝 ( 日本 ) 最後 の 第 4 代 天皇 で あ る 後亀山 天皇 の 孫 で 、 小倉 宮 恒敦 の 子 。 +町 広光 ( まち ( まち の ? ) ひろみつ 、 文安 元年 ( 1444 年 ) - 永正 元年 6 月 15 日 ( 旧暦 ) ( 150 4 年 7 月 26 日 ) ) は 室町 時代 後期 から 戦国 時代 ( 日本 ) に かけ て の 公卿 。 +閑院宮 ( かんいんのみや ) は 、 四 世襲 親王家 の 一 つ で 、 江戸 時代 中期 に 東山 天皇 の 皇子 、 閑院 宮 直仁 親王 が 創設 し た 宮家 。 +三曜 会 ( さん よう かい ) と は 、 明治 時代 に 存在 し た 貴族 院 _ ( 日本 ) の 院内 会 派 ( 1891 年 3 月 24 日 - 1899 年 2 月 20 日 ) 。 +木津屋 橋 通 ( きづ や ばし どおり ) は 、 京都 市 内 の 東西 の 通り の 一 つ 。 +野村 靖 ( のむら やすし 、 天保 13 年 8 月 6 日 ( 旧暦 ) ( 1842 年 9 月 10 日 ) - 明治 42 年 ( 1909 年 ) 1 月 24 日 ) は 日本 の 武士 、 政治 家 。 +ソメイヨシノ ( 染井 吉野 、 学名 : Prunus × yedoensis ) は 、 エドヒガン 系 の コマツ オトメ と オオシマ ザクラ の 交配 で 生まれ た サクラ の 園芸 品種 で あ る 。 +大伴 手拍 ( おおともの た うち 、 生年 不明 - 和銅 6 年 ( 71 3 年 ) 9 月 17 日 ) は 、 日本 の 飛鳥 時代 から 奈良 時代 に かけ て の 貴族 で あ る 。 +隠者 文学 ( いんじゃ ぶんがく ) と は 、 主に 日本 の 中世 に お い て 、 俗世間 から 隠遁 する 道 を 選 ん だ 者 達 ( 僧侶 や 隠者 など ) に よ っ て 書 か れ た 作品 群 の 総称 で あ る 。 +明智光忠 ( あけちみつただ   天文 ( 元号 ) 9 年 ( 1540 年 ) ? - 天正 10 年 6 月 15 日 ( 旧暦 ) ( 15 8 2 年 7 月 4 日 ) ) は 戦国 時代 ( 日本 ) の 武将 。 +三室戸 家 ( みむろどけ 、 「 みむろと 」 の 読み は 誤記 ) は 、 名家 ( 公家 ) の 家格 を 有 する 公家 。 +狩野 光信 ( かのう みつのぶ 、 永禄 8 年 ( 1565 年 ) - 慶長 13 年 6 月 4 日 ( 旧暦 ) ( 160 8 年 7 月 15 日 ) ) は 、 安土 桃山 時代 の 狩野 派 の 絵師 。 +為子 内 親王 ( ためこ な い しんの う 、 ? - 昌泰 2 年 3 月 14 日 ( 旧暦 ) ( 899 年 4 月 27 日 ) ) は 、 平安 時代 前期 の 皇族 。 +従 三 位 ( じゅざん み ) は 、 位 階 及び 神階 に おけ る 位 の ひと つ 。 +持明院 ( じみょういん ) は 、 現在 の 京都 市 上京 区 の 光照院 の 付近 に あ っ た と さ れ る 寺院 の 名前 で あ る 。 +藤原 範季 ( ふじわら の のりすえ 、 大治 5 年 ( 1130 年 ) - 元久 2 年 ( 120 5 年 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公家 。 +往相 回向 ( おうそう えこう ) と は 、 浄土 真宗 の 重要 な 教義 で 、 還相 回向 ( げんそう えこう ) に 対 する 言葉 で あ る 。 +青蓮院 ( しょうれん いん ) は 、 京都 市 東山 区 粟田口 ( あわたぐち ) 三条 坊 町 に あ る 天台 宗 の 寺院 。 +笏 拍子 ( しゃく びょうし ) は 雅楽 など に おけ る 打楽器 の 一 つ 。 +広幡 忠幸 ( ひろは たただゆき 、 元和 ( 日本 ) 8 年 ( 1622 年 ) - 寛文 9 年 10 月 16 日 ( 旧暦 ) ( 1669 年 12 月 9 日 ) ) は 、 江戸 時代 の 公家 。 +種痘 所 ( しゅとう しょ ) と は 、 日本 に お い て 天然 痘 の 予防 及び 治療 を 目的 に 設立 さ れ た 医療 機関 。 +竹琴 ( ちっきん ) は 、 1886 年 ( 明治 19 年 ) 8 月 、 静岡 県 沼津 市 の 田村 竹琴 ( 与三郎 ) に よ っ て 発明 さ れ た 三弦 琴 で あ る 。 +陰陽 博士 ( おんみょう はかせ ) は 、 律令 制 で 陰陽 寮 に 設置 さ れ た 教官 の 1 つ 。 +井上内 親王 ( いのえ ( いがみ ) ないしんのう 、 養老 元年 ( 71 7 年 ) - 宝亀 6 年 4 月 27 日 ( 旧暦 ) ( 775 年 5 月 30 日 ) ) は 第 45 代 聖武 天皇 の 第 一 皇女 。 +楠木 正虎 ( くすのき まさとら   永正 17 年 ( 1520 年 ) - 文禄 5 年 / 慶長 元年 1 月 11 日 ( 旧暦 ) ( 1596 年 2 月 9 日 ) ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 の 人物 。 +びわ 湖 わんわん 王国 ( びわ こ わん わん おうこく ) は 、 滋賀 県 守山 市 の 琵琶 湖 岸 に あ っ た 日本 最大 級 の 犬 の テーマ パーク 。 +式 三 番 ( しき - さん - ばん ) と は 、 能 ・ 狂言 と なら ん で 能楽 を 構成 する 特殊 な 芸能 の 一 つ 。 +祇園 精舎 ( ぎおんしょうじゃ ) 、 正式 名称 祇樹給 孤独 園 精舎 ( ぎじゅぎ っ こどく おんしょうじゃ 、 サンスクリット : JetavanaAnathapindadasya - arama ) は 、 中 インド の シュラーヴァスティー ( 舎衛城 ) に あ っ た 寺院 で 、 釈迦 が 説法 を 行 っ た と さ れ る 場所 。 +愛宕山 ( あたご やま 、 あたご さん ) は 、 山 の 名前 。 +審神者 ( さ に わ ) と は 、 古代 の 神道 の 祭祀 に お い て 神託 を 受け 、 神意 を 解釈 し て 伝え る 者 の こと で あ る 。 +歌謡 ( かよう ) と は 、 音楽 性 を 伴 う 韻文 形式 の 作品 の こと を い う 。 +古事 記 ( こじき 、 ふる こと ふみ ) は 、 その 序 に よ れ ば 、 和銅 5 年 ( 71 2 年 ) 太 朝臣 安萬 侶 ( おほ の あそ み やすまろ 、 太安 万 侶 ( おおの やすまろ ) ) に よ っ て 献上 さ れ た 日本 最古 の 歴史 書 。 +香川 元春 ( かがわ もと はる ) は 室町 時代 末期 から 安土 桃山 時代 の 讃岐 国 の 武将 。 +新 京極 通 ( しんきょうごく どおり ) は 京都 市 の 南北 の 通り の 一 つ 。 +ハモ ( 鱧 ) Muraenesoxcinereus は 、 ウナギ 目 ・ ハモ 科 に 分類 さ れ る 魚 の 一種 。 +藤原 道信 ( ふじわら の みちのぶ 、 天禄 3 年 ( 972 年 ) - 正暦 5 年 7 月 11 日 ( 旧暦 ) ( 994 年 8 月 25 日 ) ) は 、 平安 時代 中期 の 公家 ・ 歌人 。 +中 御門 経之 ( なかみかど つねゆき 、 文政 3 年 12 月 17 日 ( 旧暦 ) ( 182 1 年 1 月 20 日 ) - 明治 24 年 ( 1891 年 ) 8 月 27 日 ) は 、 幕末 期 の 公卿 に し て 明治 期 の 華族 。 +晏子 内 親王 ( あんし ( やすこ ) ないしんのう 、 生年 未詳 - 昌泰 3 年 7 月 20 日 ( 旧暦 ) ( 90 0 年 8 月 29 日 ) ) は 、 平安 時代 の 皇族 。 +米 百 俵 ( こめ ひゃっ ぴょう ) は 、 幕末 から 明治 初期 に かけ て 活躍 し た 越後 長岡 藩 の 藩士 小林 虎三郎 に よ る 教育 に まつわ る 故事 。 +行遍 ( ぎょうへん 、 生没 年 未詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て 活躍 し た 熊野 速玉 大社 の 社僧 。 +緑茶 ( りょくちゃ 、 英語 greentea 、 中国 語 リューチャー lch á ) は 、 チャ の 葉 から 作 っ た 茶 の うち 、 摘み取 っ た 茶葉 を 加熱 処理 し て 発酵 を 妨げ た もの 。 +源 為仲 ( みなもと の ため なか 、 康治 元年 ( 1142 年 ) ? - 保元 元年 7 月 30 日 ( 旧暦 ) ( 1156 年 8 月 17 日 ) ) は 平安 時代 末期 の 河内 源 氏 の 武将 。 +太秦 駅 ( うずまさえき ) は 、 京都 府 京都 市 右京 区 太秦 垂箕山 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 。 +女性 天皇 ( じょせい てん のう ) と は 、 女性 の 天皇 の こと 。 +領主 ( りょうしゅ ) と は 、 一定 の 土地 と 其処 に 生活 する 人々 ( 領地 ) の 封建 的 な 支配 権 を 有 する 者 。 +松浦 武四郎 ( まつうら たけしろう 、 文政 元年 2 月 6 日 ( 旧暦 ) ( 1818 年 3 月 12 日 ) - 明治 21 年 ( 1888 年 ) 2 月 10 日 ) は 、 江戸 時代 、 幕末 から 明治 時代 に かけ て 活動 し た 日本 の 探検 家 。 +京都 花月 劇場 ( きょう と かげつ げきじょう ) は 、 吉本 興業 の 劇場 。 +会 三 帰一 ( えさん ・ きいつ 、 きいち ) と は 、 「 三乗 を 会 ( え ) し て 一乗 に 帰 す 」 と 読 み 、 仏教 で 三乗 の 教え を 会 し て 一乗 の 教え に 帰 せ しめ る こと 。 +北条 仲 時 ( ほうじょう なかとき 、 徳治 元年 ( 130 6 年 ) - 元弘 3 年 / 正慶 2 年 5 月 9 日 ( 旧暦 ) ( 1333 年 6 月 20 日 ) ) は 、 鎌倉 幕府 最後 の 六波羅 探題 ( 北方 ) で あ る 。 +京言葉 ( きょうことば 、 京 ことば と 表記 さ れ る こと も ) また は 京都 弁 ( きょう と べん ) と は 、 狭義 で は 京都 府 京都 市 旧 市街 、 広義 で は 京都 府 山城 国 と 南丹 ( 亀岡 盆 地 周辺 ) で 話 さ れ る 日本 語 の 方言 。 +第 二 次 日韓 協約 ( だい に じ にっかん きょうやく ) は 、 日露 戦争 終結 後 の 190 5 年 ( 明治 38 ) 1 1 月 17 日 に 大 日本 帝国 と 大韓 帝国 が 締結 し た 協約 。 +観世 元 正 ( かんぜもとまさ 、 1930 年 ( 昭和 5 年 ) - 1990 年 ( 平成 2 年 ) ) は 、 シテ 方 観世 流能 楽師 。 +宇都宮 遯庵 ( うつのみや とん あん 、 寛永 10 年 2 月 30 日 ( 旧暦 ) ( 1633 年 4 月 8 日 ) - 宝永 4 年 10 月 10 日 ( 旧暦 ) ( 17 0 7 年 11 月 3 日 ) 、 異説 で は 1709 年 没 ) は 、 江戸 時代 の 儒学 者 。 +三好 政権 ( みよし せいけん ) と は 、 天文 ( 元号 ) 18 年 ( 1549 年 ) から 永禄 11 年 ( 1568 年 ) まで 存在 し た 日本 の 武家 政権 で あ る 。 +抜衣紋 ( ぬきえもん ) は 、 和服 の 着付け 方 の ひと つ で あ る 。 +平正度 ( たいら の まさのり 、 生没年 不詳 ) は 、 平安 時代 中期 の 武将 。 +披 き ( ひらき ) と は 、 能楽 師 が 、 ある 曲 の シテ もしくは それ に 準 ずる 役 、 狂言 、 囃子 など を はじめて 演 ずる こと 。 +宮津城 ( みやづ じょう ) は 京都 府 宮津 市 に あ る 城 。 +家 制度 ( いえ せいど ) と は 、 に 制定 さ れ た 民法 ( 以降 、 旧 民法 と い う ) に お い て 採用 さ れ た 家族 制度 で あ り 、 親族 関係 の あ る 者 の うち 更に 狭 い 範囲 の 者 を 、 戸主 と 家族 と し て 一 つ の 家 に 属 さ せ 、 戸主 に 家 の 統率 権限 を 与え て い た 制度 で あ る 。 +市来 四郎 ( いち きしろう 、 文政 11 年 12 月 24 日 ( 旧暦 ) ( 1829 年 1 月 29 日 ) - 明治 36 年 ( 190 3 年 ) 2 月 12 日 ) は 薩摩 藩 士 。 +良遍 ( りょうへん 、 久安 6 年 ( 1150 年 ) - 貞永 元年 8 月 21 日 ( 旧暦 ) ( 1232 年 9 月 7 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 に かけ て の 真言 宗 の 僧 。 +撒菱 ・ 撒蔆 ・ 撒芰 ( まきびし ) と は 、 逃げ る 途中 に ばら 撒 き 、 追手 から 逃れ る 道具 。 +願徳 寺 ( がんとくじ ) は 、 京都 市 西京 区 大原野 に あ る 天台 宗 の 寺院 。 +漢学 紀源 ( かんがく きげん ) は 、 江戸 時代 後期 に 薩摩 藩 伊地知 季安 に よ っ て 書 か れ た 漢学 史書 。 +人 参代 往古 丁銀 ( にんじん だいおう こ ちょうぎん ) と は 宝永 7 年 ( 1 710 年 ) から 、 高麗 人 参貿易 取引 専用 に 鋳造 さ れ た 丁銀 の 一種 で 秤量 銀貨 で あ る 。 +松本 重太郎 ( まつもと じゅうたろう 、 1844 年 10 月 5 日 - 1913 年 6 月 20 日 ) は 日本 の 実業 家 。 +鑑画 会 ( かん が かい ) は 、 明治 時代 初期 の 美術 団体 。 +転封 ( てんぽう 、 てんぷう ) は 江戸 幕府 ( 征夷 大将軍 ) が 、 大名 の 領土 を 別 の 場所 に 移 す こと 。 +本城 惣右衛門 覚書 ( ほん じよそう えもん おぼえがき ) は 、 本能 寺 の 変 で 明智 光 秀 に 従軍 し て い た 光秀 配下 の 武士 本城 惣右衛門 が 、 江戸 時代 に 入 っ て 晩年 、 親族 と 思 わ れ る 三 人 の 人物 に 宛て た 記録 で あ る 。 +勅祭 社 ( ちょくさい しゃ ) と は 、 祭礼 に 際 し て 天皇 に よ り 勅使 が 遣わ さ れ る ( これ を 勅祭 と い う ) 神社 の こと で あ る 。 +書院 造 ( しょいん づくり ) は 、 日本 の 室町 時代 中期 以降 に 成立 し た 住宅 の 様式 で あ る 。 +二 代 目 中村 鴈治郎 ( に だい め なかむら がんじろう 、 明治 35 年 ( 190 2 年 ) 2 月 17 日 - 昭和 58 年 ( 1983 年 ) 4 月 13 日 ) は 昭和 を 代表 する 歌舞伎 役者 の 一人 。 +行幸 ( みゆき ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +壬生 忠見 ( みぶ の ただ み 生没年 不詳 ) は 、 平安 時代 中期 の 歌人 。 +日本 の 貿易 史 ( にほん の ぼうえき し ) で は 、 日本 の 対外 貿易 に 関 する 歴史 に つ い て 説明 する 。 +日葉酢 媛命 ( ひばす ひめ の みこと ) は 、 伝説 上 ( 記紀 ) の 皇族 。 +堺 県 ( さ かいけん ) は 、 明治 時代 初期 に 存在 し た 県 。 +経国 美談 ( けいこくび だん ) は 、 矢野 龍渓 の 政治 小説 。 +観楓 会 ( かんぷう かい ) は 、 カエデ など の 紅葉 を 鑑賞 する 集い の こと で あ る 。 +一条 内 基 ( いちじょう ただ もと / うちもと 、 天文 ( 元号 ) 17 年 ( 1548 年 ) - 慶長 16 年 7 月 2 日 ( 旧暦 ) ( 161 1 年 8 月 9 日 ) ) は 、 戦国 時代 ( 日本 ) 後期 から 江戸 時代 初期 に かけ て の 公家 で あ る 。 +柱間 ( はしらま ) は 、 伝統 的 な 日本 建築 に お い て 、 殿舎 など の 柱 と 柱 と の 間 ( あいだ ) の こと で あ る 。 +宗像 氏 経 ( むなかた うじつね ) は 、 鎌倉 時代 中期 の 鎌倉 御 家人 で あ り 、 宗像 大社 の 第 43 代 ・ 第 46 代 大宮司 で あ る 。 +三穂津姫 ( みほつ ひめ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +寛意 ( かんい 、 康平 5 年 ( 1062 年 ) - 康和 3 年 6 月 15 日 ( 旧暦 ) ( 1101 年 7 月 12 日 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +奥津嶋 神社 ( おきつしま じんじゃ ) は 、 滋賀 県 近江八幡 市 沖島 町 に 鎮座 する 神社 で あ る 。 +平野 長裕 ( ひら の なが ひろ 、 弘化 2 年 11 月 2 日 ( 旧暦 ) ( 1845 年 11 月 30 日 ) - 明治 5 年 6 月 24 日 ( 旧暦 ) ( 1872 年 7 月 29 日 ) ) は 、 大和 国 田原本 藩 の 初代 藩 主 。 +中村 宗十郎 ( なかむら そうじゅうろう 、 天保 6 年 ( 1835 年 ) - 明治 22 年 ( 1889 年 ) 10 月 8 日 ) は 明治 時代 に 上方 で 活躍 し た 歌舞伎 役者 。 +浅井 長政 ( あざい ながまさ 、 旧 字体 表記 : 淺井 長政 ) は 、 戦国 時代 ( 日本 ) ( 室町 時代 末期 ) の 武将 で 、 近江国 の 戦国 大名 。 +藤原 季行 ( ふじわら の すえゆき 、 永久 ( 日本 ) 2 年 ( 1114 年 ) - 応保 2 年 ( 1162 年 ) ) は 平安 時代 末期 の 公卿 。 +大島 義昌 ( おおしま よしま さ 、 嘉永 3 年 8 月 15 日 ( 旧暦 ) ( 1850 年 9 月 20 日 ) - 1926 年 4 月 10 日 ) は 、 日本 の 武士 ・ 長州 藩士 、 大 日本 帝国 陸軍 軍人 、 華族 。 +小西 秀貞 ( こ にしひ で さだ ) は 小西 行長 と その 側室 と の 子 。 +関精拙 ( せきせい せつ 、 1877 年 - 1945 年 ) は 明治 から 昭和 に かけ て の 臨済 宗 の 禅僧 。 +高陽院 ( か や いん ・ 賀陽 院 ) は 、 平安 京 に あ っ た 里内 裏 の 一 つ 。 +天徳 内 裏 歌合 ( てん とく だいり うた あわせ ) は 、 天徳 ( 日本 ) 4 年 3 月 30 日 ( 旧暦 ) ( 96 0 年 4 月 28 日 ) 、 村上 天皇 に よ っ て 行 わ れ た 歌合 。 +金槐 和 歌集 ( きん かい わかしゅう ) と は 、 鎌倉 時代 前期 の 源 実朝 の 家集 で あ る 。 +飯縄 権現 ( いづな ごんげん 、 いいづな ごん げん ) と は 、 信濃 国 上水内 郡 ( 現 長野 県 ) の 飯縄 山 ( 飯綱 山 ) に 対 する 山岳 信仰 が 発祥 と 考え られ る 神仏 習合 の 神 で あ る 。 +輪違屋 ( わちがいや ) と は 、 現在 も 営業 さ れ て い る 京都 の 花街 、 嶋原 の 置屋 兼 待合 茶屋 で あ る 。 +鷹司房 輔 ( たかつかさ ふさすけ 、 寛永 14 年 4 月 30 日 ( 旧暦 ) ( 1637 年 6 月 22 日 ) - 元禄 13 年 1 月 11 日 ( 旧暦 ) ( 170 0 年 3 月 1日 ) ) は 江戸 時代 の 公卿 。 +ウワナベ 古墳 と は 奈良 市 の 平城 宮 跡 北方 、 法華 寺町 に 存在 する 前方 後 円 墳 。 +足利 義尚 ( あしかが よしひさ ) は 、 室町 幕府 の 第 9 代 征夷 大将軍 ( 将軍 在位 : 文明 ( 日本 ) 5 年 ( 1473 年 ) - 長享 3 年 ( 1489 年 ) ) 。 +亀井 造酒之助 ( かめい きみのすけ 、 生没年 不詳 ) は 新 選 組 の 前身 、 壬生 浪士 組 の 隊士 で あ る 。 +土 御門 有春 ( つちみかど あ り はる 、 文亀 元年 ( 150 1 年 ) - 永禄 12 年 6 月 19 日 ( 旧暦 ) ( 1569 年 8 月 1日 ) ) は 、 室町 時代 から 安土 桃山 時代 の 公卿 ・ 陰陽 家 。 +秀山 十 種 ( しゅうざん じっしゅ ) は 、 中村 吉右衛門 ( 初代 ) が 撰 じ た 播磨 屋 ( 歌舞伎 ) の 中村 吉右衛門 の お 家芸 。 +打製 石器 ( だせい せっき ) と は 、 石 を 打ち砕 い て つく ら れ た 石器 で 磨き を ともな わ な い もの 。 +三隅 研次 ( みすみ けん じ 、 1921 年 3 月 2 日 - 1975 年 9 月 24 日 ) は 映画 監督 。 +十 二 単 ( じゅう に ひと え ) は 、 平安 時代 の 10 世紀 から 始ま る 女性 貴族 用 の 正装 。 +田代 重右衛門 ( たしろ じゅうえもん 、 1854 年 ( 嘉永 7 年 ) 1 月 2 日 - 1932 年 ( 昭和 7 年 ) 12 月 14 日 ) は 、 日本 の 実業 家 。 +住吉造 ( すみよし づくり ) は 、 日本 の 神社 建築 の 1 つ で あ る 。 +御 香宮 神社 ( ご こうぐう じんじゃ 、 ごこうの みや じんじゃ ) は 京都 市 伏見 区 に あ る 神社 で あ る 。 +兵範 記 ( へい はん き / ひょう はんき ) は 、 平安 時代 の 公家 平信範 の 日記 。 +日本 紀略 ( にほんぎりゃく ) は 、 平安 時代 に 編纂 さ れ た 歴史 書 で 、 六 国 史 の 抜粋 と 、 六 国 史 以後 後 一条 天皇 まで の 歴史 を 記 す 。 +幸流 ( こう - りゅう ) は 能楽 小 鼓方 の 一流 派 。 +四 代 目 坂田 藤十郎 ( よだい め さかた とうじゅうろう 、 1931 年 12 月 31 日 - ) は 、 日本 の 俳優 、 歌舞伎 役者 。 +不 平等 条約 ( ふ びょうどう じょうやく ) と は 、 条約 の 性質 に 基づ い て な さ れ た 分類 の 一種 で 、 ある 国家 が 他 の 国家 に 、 自国 民 など に 対 する 権力 作用 を 認め な い 条約 。 +多治 比 嶋 ( たじひ の しま 、 推古 天皇 32 年 ( 624 年 ) - 大宝 ( 日本 ) 元年 7 月 21 日 ( 旧暦 ) ( 70 1 年 8 月 29 日 ) ) は 、 日本 の 飛鳥 時代 の 貴族 。 +『 北斎 漫画 』 ( ほくさい まんが ) は 、 葛飾 北斎 が 絵 手本 と し て 発行 し た スケッチ 画集 で あ る 。 +瀞峡 ( どろきょう ) と は 、 和歌山 県 ・ 三重 県 ・ 奈良 県 を 流れ る 北山 川 の 峡谷 。 +金輪院 ( こんりん いん ) は 、 奈良 県 大和郡山 市 小泉 町 に あ る 天台 宗 の 寺院 。 +源 氏 三 神社 ( げんじ さんじんじゃ ) と は 、 清和 源 氏 と もっとも 所縁 の あ る 三 つ の 神社 の こと で あ る 。 +朴 井雄 君 ( え の い の おきみ 、 生年 不詳 - 天武 天皇 5 年 ( 67 6 年 ) 6 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +鬼一 法 眼 ( きいちほう げん ) は 、 室町 時代 初期 に 書 か れ た 『 義経 記 』 に 登場 する 伝説 上 の 人物 。 +円町 駅 ( えんまち えき ) は 、 京都 府 京都 市 中京 区 西ノ京 円 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 で あ る 。 +なぎなた ( 薙刀 ) と は 、 日本 の 古 い 武器 で あ る 薙刀 の 木刀 及び 竹刀 に 似 た なぎなた を 使 っ た 現代 武道 。 +書道 ( しょどう ) また は 書 ( しょ ) と は 、 書 く こと で 文字 の 美 を 表 そ う と する 東洋 の 造形 芸術 で あ る 。 +田村 銀之助 ( たむら ぎんのすけ 、 安政 3 年 8 月 1日 ( 旧暦 ) ( 1856 年 8 月 30 日 ) - 大正 13 年 ( 1924 年 ) 8 月 20 日 ) は 、 磐城 平 藩 出身 の 新 選 組 隊士 。 +御 土居 ( おど い ) は 豊臣 秀吉 に よ っ て 作 ら れ た 京都 を 囲 む 土塁 で あ る 。 +絵因果経 ( えいん が きよう ) は 仏伝 経典 の 代表 的 な もの の 1 つ で あ る 『 過去 現在 因果経 』 の 写本 の 一種 で 、 巻子 本 の 下段 に 経文 を 書写 し 、 上段 に 経文 の 内容 を 説明 し た 絵画 を 描 い た もの で 、 日本 に お い て 平安 時代 以降 盛行 する 絵巻物 の 源流 と さ れ て い る 。 +道詮 ( どう せん 、 延暦 16 年 ( 797 年 ) ? - 貞観_ ( 日本 ) 15 年 3 月 2 日 ( 旧暦 ) ( 873 年 4 月 2 日 ) ? ) は 、 平安 時代 前期 の 三 論 宗 の 僧 。 +藤原 有年 ( ふじわら の あり とし 、 生没年 不詳 ) は 、 平安 時代 前期 の 官人 。 +皇位 継承 順位 ( こうい けい しょうじゅんい ) と は 、 皇位 を 継承 する 順位 の こと 。 +藤原 仲麻呂 の 乱 ( ふじわら の なかまろ の らん ) は 奈良 時代 に 起き た 内乱 で あ る 。 +『 令 義解 』 ( りょう の ぎげ ) と は 、 に 淳和 天皇 の 勅 に よ り 右 大臣 清原 夏野 を 総裁 と し て 、 文章 博士 菅原 清 公 ら 12 人 に よ っ て 撰集 さ れ た 令 の 解説 書 。 +天保暦 ( てんぽうれき ) と は 、 かつて 日本 に お い て 使用 さ れ た 太陰 太陽 暦 の 暦法 で あ る 和暦 で あ る 。 +藤原 遵子 ( ふじわら の じゅんし ( のぶこ ) 、 天徳 ( 日本 ) 元年 ( 957 年 ) - 寛仁 元年 6 月 1日 _ ( 旧暦 ) ( 1017 年 6 月 27 日 ) ) は 平安 時代 中期 、 関白 藤原 頼忠 の 長女 。 +北方 心 泉 ( きたがた しんせん 、 嘉永 3 年 ( 1850 年 ) - 明治 38 年 ( 190 5 年 ) ) は 真宗 大谷 派 の 僧侶 。 +高倉 通 ( たか くら どおり ) は 京都 市 の 南北 の 道路 の 一 つ 。 +蜷川 親長 ( に ながわちかなが ) は 、 戦国 時代 から 安土 桃山 時代 に かけ て の 武将 。 +大衆 文芸 映画 社 ( たいしゅう ぶんげい えいが しゃ 、 1931 年 9 月 設立 - 1932 年 7 月 活動 停止 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +応永 の 乱 ( おうえい の らん ) は 、 室町 時代 の 応永 6 年 ( 1399 年 ) に 、 守護 大名 の 大内 義弘 が 室町 幕府 に 対 し て 反乱 を 起こ し て 堺 市 に 篭城 し て 滅ぼ さ れ た 事件 で あ る 。 +安達 盛宗 ( あだち もりむね 、 生年 未詳 - 弘安 8 年 ( 1285 年 ) 12 月 ) は 鎌倉 時代 後期 の 鎌倉 幕府 の 御 家人 。 +東久世家 ( ひがし く ぜけ ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +羊羹 ( ようかん ) は 、 一般 に は 小豆 を 主体 と し た 餡 を 寒天 で 固め た 和 菓子 で あ る 。 +武家 流 紫野 千家 流 ( むらさき の せんけりゅう ) は 、 尾張 徳川 家 の 家老 家 に 伝わ っ た 今沢 流 の 系 譜 と 考え られ て い る 。 +三条 駅 ( さんじょう えき ) は 、 京都 府 京都 市 東山 区 五 軒 町 に あ る 、 京阪 電気 鉄道 の 鉄道 駅 。 +源 義綱 ( みなもと の よしつな ) は 、 平安 時代 後期 の 河内 源 氏 の 武将 。 +菅原 為長 ( すがわら の ため な が 、 保元 3 年 ( 1158 年 ) - 寛元 4 年 3 月 28 日 ( 旧暦 ) ( 1246 年 4 月 15 日 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 の 公卿 。 +二 条 為 世 ( にじょう ため よ 、 建長 2 年 ( 1250 年 ) - 延元 3 年 / 建武 ( 日本 ) 5 年 8 月 5 日 ( 旧暦 ) ( 1338 年 9 月 18 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) 初期 に かけ て の 歌人 。 +河竹 黙 阿弥 ( かわたけ もくあみ 、 文化 ( 元号 ) 13 年 2 月 3 日 ( 旧暦 ) ( 1816 年 3 月 1日 ) - 明治 26 年 ( 1893 年 ) 1 月 22 日 は 、 江戸 時代 幕末 から 明治 に かけ て 活躍 し た 歌舞伎 狂言 作者 。 +春日山原 始林 ( か すがやま げんし りん ) 、 春日 山原 生 林 ( か すがやま げん せい りん ) と は 、 春日 大社 の 山 と し て 神聖 視 さ れ 、 樹木 伐採 が 長 ら く ( 千 年 以上 に 渡り ) 禁 じ られ て き た ため 、 森林 が 極相 に 達 し た 原生 林 が 広が っ て い る 地域 で あ る 。 +カミムスビ ( カミムスヒ 、 カムムスビ ) は 、 日本 神話 の 神 ( 神道 ) 。 +一色 義春 ( いっ し きよしはる 、 文正 元年 ( 1466 年 ) - 文明 ( 日本 ) 16 年 9 月 4 日 ( 旧暦 ) ( 1484 年 9 月 23 日 ) ) は 室町 時代 の 守護 大名 で あ る 。 +百 寮 訓 要 抄 ( ひゃく りょうくん ようしょう ) は 、 南北朝 時代 ( 日本 ) に 関白 二条 良 基 が 室町 幕府 征夷 大将軍 足利 義満 の ため に 執筆 有職 故 実 の 解説 書 。 +清凉 寺 ( せいりょうじ ) は 、 京都 府 京都 市 右京 区 嵯峨野 に あ る 浄土 宗 の 寺院 。 +正子 内 親王 は 、 日本 の 皇族 。 +顕教 ( けんきょう 、 けん ぎょう ) と は 、 仏教 の 中 で 、 秘密 に せ ず 明らか に 説 か れ た 教え の こと 。 +笏 ( しゃく ) と は 、 日本 に お い て 束帯 の 着用 の 際 、 右手 に 持 つ 細長 い 板 で あ る 。 +藤原 冬嗣 ( ふじわら の ふゆつぐ 、 宝亀 5 年 ( 775 年 ) - 天長 3 年 7 月 24 日 ( 旧暦 ) ( 82 6 年 8 月 30 日 ) は 、 平安 時代 の 公卿 、 歌人 。 +鬼子 母神 ( きし も じん / きしぼ じん ) 、 haaritii 、 ハーリティー ) は 仏教 を 守護 する と さ れ る 夜叉 で 女神 の 一尊 。 +高田 石成 ( た かた の いわなり 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +勧修 ( かんしゅう 、 天慶 8 年 ( 945 年 ) ? - 寛弘 5 年 7 月 8 日 ( 旧暦 ) ( 100 8 年 8 月 11 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +イヅカ 古墳 ( いづか やま こふん ) は 古墳 時代 前期 後半 の 纒向 型 と い わ れ る ホタテ 貝型 の 前方 後 円墳 で あ る が 、 現在 は 中世 以降 に 全て 削平 さ れ た その 姿 は 確認 でき な い 。 +鞠智城 ( くくちじょう 、 きくちじょう ) は 、 古代 山城 ( 朝鮮 式 山城 ) の 一 つ 。 +寺社 勢力 ( じしゃ せいりょく ) と は 日本 中世 に お い て 、 武家 政権 ・ 朝廷 と とも に 権力 を 三分 し た 、 大寺院 ・ 神社 ( 当時 は 神仏 習合 の ため に 一体 ) に よ る 軍事 ・ 行政 ・ 経済 ・ 文化 パワー で あ る 。 +藤原 頼実 ( ふじわら の より ざね 、 久寿 2 年 ( 1155 年 ) - 嘉禄 元年 ( 1225 年 ) ) は 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 公卿 。 +宮中 三 殿 ( きゅう ちゅう さん でん ) は 、 皇居 に あ る 賢所 ( かしこどころ 、 けんしょ ) 、 皇霊殿 ( こうれい でん ) 、 神殿 ( しんでん ) と い う 三 つ の 神殿 の 総称 。 +徳川 御 三家 は 、 単に 御 三 家 ( ご さんけ ) と も い い 、 徳川 氏 の うち 徳川 将軍 家 ( 将軍 家 ) に 次 ぐ 地位 の 次 の 3 家 の こと 。 +童蒙 酒造記 ( どう もう しゅぞう き ) と は 、 江戸 時代 初期 に 書 か れ た 日本 で 代表 的 な 醸造 技術 書 。 +伊勢 貞藤 ( いせさだ ふじ 、 永享 4 年 ( 1432 年 ) ? - 延徳 3 年 9 月 14 日 ( 1491 年 ) ? ) は 室町 時代 の 武士 。 +公庄 駅 ( ぐじょう えき ) は 、 京都 府 福知 山 市 大江町 ( 京都 府 ) 公庄 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮 福線 の 鉄道 駅 。 +山内 流 ( やまうち りゅう 、 やま のうち りゅう ) は 、 大分 県 臼杵 市 に 伝わ る 日本 泳法 の 流派 の ひと つ 。 +国立 国会 図書 館 関西 館 ( こくりつ こっかい と しょ かん かん さい かん ) は 、 京都 府 相楽 郡 精華 町 に あ る 国立 国会 図書 館 の 関西 本館 。 +御子 左家 ( みこ ひだり け ) は 、 藤原 北家 藤原 道長 の 6 男 藤原 長家 を 祖 と する 藤原 氏 の 嫡流 。 +一色 直 氏 ( いっ し き な おうじ ( 又 は ただうじ ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +飯笥 ( みしげー ) また は ミシゲー ・ マジムン は 、 沖縄 県 に 伝わ る 付喪神 の 一種 で 、 マジムン の 一種 。 +出前 ( でまえ ) は 、 飲食 店 が 自店 で 提供 し て い る 料理 など の 飲食 物 を 希望 する 顧客 宅 へ 火急 に 配送 する サービス で あ る 。 +源義康 ( みなもと の よしやす / 足利 義康 あしかが よしやす ) は 平安 時代 末期 の 河内 源 氏 の 武将 。 +条坊 制 ( じょうぼう せい ) と は 、 中国 ・ 朝鮮 半島 ・ 日本 の 王城 都市 に 見 られ る 都市 プラン で 、 南北 中央 に 朱雀 大路 を 配 し た 。 +江馬 蘭斎 ( えまらん さい 、 延享 4 年 9 月 ( 1747 年 ) - 天保 9 年 7 月 8 日 ( 旧暦 ) ( 1838 年 8 月 27 日 ) ) は 、 日本 の 蘭学 者 、 蘭方 医 。 +真珠 庵 ( しんじゅあん ) は 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 、 臨済 宗 大 本山 大徳 寺 の 塔頭 ( たっちゅう ) で あ る 。 +恭仁京 ( く に きょう 、 くに のみや ) は 、 奈良 時代 の 一 時期 、 都 が 置 か れ た 山城 国 相楽 郡 の 地 。 +生野 の 変 ( いく の のへん ) は 、 江戸 時代 後期 の 文久 3 年 ( 1863 年 ) 10 月 に 但馬 国 生野 ( 兵庫 県 生野 町 ) に お い て 尊皇 攘夷 派 が 挙兵 し た 事件 で あ る 。 +神武 東征 ( じんむ とうせい ) は 、 天皇 家 の 初代 カム ヤマトイワレビコ ( 神武 天皇 ) が 日向 を 発 ち 、 大和 を 征服 し て 橿原 宮 で 即位 する まで の 日本 神話 の 説話 で あ る 。 +池野 成一郎 ( いけ の せいいちろう 、 慶応 2 年 ( 1866 年 ) - 昭和 18 年 ( 1943 年 ) ) は 日本 の 植物 学 。 +衣笠 ( きぬ がさ ) と は +春華門 ( しゅんかもん ) は 、 内裏 の 外郭 門 の 一 つ 。 +削 り 節 ( けずりぶし ) と は 、 カツオ 、 サバ 、 イワシ 等 の 干し 魚 を 薄 く 削 っ た もの で あ る 。 +鵺 、 ( ぬえ ) は 日本 で 伝承 さ れ る 妖怪 や 物 の 怪 と い わ れ る 伝説 の 生物 一覧 。 +寛永 通宝 ( かんえい つうほう ) は 、 日本 の 江戸 時代 を 通 じ て 広 く 流通 し た 銭貨 。 +長唄 ( なが うた ) は 、 江戸 の 音曲 の 一 つ で あ り 、 正式 名称 は 江戸 長唄 ( えど なが うた ) と い う 。 +光明 天皇 ( こうみょう てんのう 、 元亨 元年 12 月 23 日 ( 132 2 年 1 月 11 日 ) - 天授 6 年 / 康暦 2 年 6 月 24 日 ( 1380 年 7 月 26 日 ) ) 在位 : 延元 元年 / 建武 3 年 8 月 15 日 ( 1336 年 9 月 20 日 ) - 正平 3 年 / 貞和 4 年 10 月 27 日 ( 1348 年 11 月 18 日 ) ) は 、 南北朝 時代 の 北朝 第 2 代 天皇 で あ る 。 +良如 ( りょうにょ 、 慶長 17 年 12 月 7 日 ( 旧暦 ) ( 1613 年 1 月 27 日 ) - 寛文 2 年 9 月 7 日 ( 旧暦 ) ( 1662 年 10 月 18 日 ) ) は 、 江戸 時代 前期 の 浄土 真宗 の 僧 。 +地方 官制 ( ちほう かんせい ) は 、 70 1 年 ( 大宝 元 ) に 制定 さ れ た 大宝律令 で 国 ・ 郡 ・ 里 の 三 段階 の 行政 組織 に 編成 さ れ た 。 +村米 制度 ( むらま い せいど ) は 播磨 地方 の 酒米 産地 と 灘 五 郷 を はじめ 特定 の 蔵元 と の 間 で 結 ば れ る 、 酒米 取引 制度 ( 現 酒造 業 者 ) の こと を 言 う 。 +山科 神社 ( やましな じんじゃ ) は 、 京都 府 京都 市 山科 区 に あ る 神社 で あ る 。 +上野 忠親 ( うえの ただちか 、 貞享 元年 ( 1684 年 ) - 宝暦 5 年 5 月 9 日 ( 旧暦 ) ( 175 5 年 6 月 18 日 ) は 江戸 時代 中期 の 鳥取 藩 藩士 。 +高階 仲行 ( たかしな の なかゆき 、 保安 ( 元号 ) 2 年 ( 1121 年 ) - 治承 3 年 ( 1179 年 ) ) は 平安 時代 末期 の 廷臣 。 +茶筅髷 ( ちゃせん まげ ) は 毛先 を 茶筅 の よう に 仕立て た 髪型 。 +正法 寺 ( しょうぼう じ ) は 、 京都 市 西京 区 に あ る 真言 宗 東寺 派 の 寺院 。 +天目 一 箇神 ( あめ の まひと つ の かみ ) は 、 日本 神話 に 登場 する 製鉄 ・ 鍛冶 の 神 ( 神道 ) で あ る 。 +浄土 真宗 本願 寺 八 世蓮 如 が 撰述 し た 御文 の 5 帖 目 第 16 通 「 白骨 」 ( はっこつ ) は 、 御 文 の 中 で も 特に 有名 な もの で あ る 。 +小野毛 人 ( おのの えみし 、 生年 不詳 - 67 7 年 ) は 、 飛鳥 時代 の 官僚 。 +与祢 ( よ ね 、 天正 8 年 ( 1580 年 ) - 天正 13 年 11 月 29 日 ( 旧暦 ) ( 1586 年 1 月 18 日 ) ) は 、 安土 桃山 時代 の 武将 山内 一 豊 の 長女 に し て 、 唯一 の 実子 。 +大乗仏教 ( だい じょう ぶっきょう 、 Mah ā y ā naBuddhism ) は 、 伝統 的 に 、 ユーラシア 大陸 の 中央 部 から 東部 に かけ て 信仰 さ れ て き た 仏教 の 分派 の ひと つ 。 +大森 氏頼 ( おおもり うじ より 、 ? - 明応 3 年 8 月 26 日 ( 旧暦 ) ( 1494 年 9 月 25 日 ) ) は 、 室町 時代 の 人物 。 +花山院 家 厚 ( かざん いん いえあつ 、 寛政 元年 3 月 28 日 ( 旧暦 ) ( 1789 年 4 月 23 日 ) - 慶応 2 年 8 月 20 日 ( 旧暦 ) ( 186 6 年 9 月 28 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +皇別 ( こうべつ ) もしくは 王孫 ( おうそん ) と は 、 王家 や 帝家 、 とりわけ 日本 の 天皇 家 の 一門 の 中 で 臣籍 降下 し た 分流 ・ 庶流 の 氏族 を 指 す 言葉 で あ る 。 +井 上 角五郎 ( いのうえ かくごろう 、 18 60 年 11 月 30 日 ( 万延 元年 10 月 18 日 ( 旧暦 ) ) - 1938 年 9 月 23 日 ) は 、 日本 の 実業 家 、 政治 家 。 +龍安 寺 ( りょうあんじ ) は 、 京都 府 京都 市 右京 区 に あ る 臨済 宗 妙心 寺 派 の 寺院 。 +置 始菟 ( おきそ め のうさぎ 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +もろみ ( 醪 ・ 諸味 と も 書 く ) と は 、 醤油 ・ 酒 など を 作 る ため に 醸造 し た 液体 の 中 に 入 っ て い る 、 原料 が 発酵 し た 柔らか い 固形 物 の こと で あ る 。 +大物 忌神 ( おおもの いみ の かみ ) は 、 鳥海山 に 宿 る と さ れ る 神 ( 神道 ) で あ る 。 +戸隠流 ( とがくし りゅう 、 と が くれ りゅう ) は 、 忍術 の 流派 の ひと つ 。 +足利 義満 ( あしかが よしみつ ) は 室町 幕府 の 第 3 代 征夷 大将軍 ( 在位 1368 年 - 1394 年 ) で あ る 。 +藤壺 ( ふじつぼ ) は 、 物語 に 登場 する 、 本名 の わか ら な い 架空 の 皇妃 の 便宜 上 の 名称 。 +真田 信繁 ( さなだ のぶしげ ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 武将 。 +禅海 ( ぜんかい 、 元禄 4 年 ( 1691 年 ) - 安永 3 年 ( 1774 年 ) ) は 、 江戸 時代 中期 の 曹洞 宗 の 僧 。 +丹後半島 ( たんご はんとう ) は 、 京都 府 北部 の 日本 海 に 北東 に 突き出 た 半島 。 +覚運 ( かく うん 、 天暦 7 年 ( 953 年 ) - 寛弘 4 年 10 月 30 日 ( 旧暦 ) ( 100 7 年 12 月 12 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +鷹見 泉石 ( たかみ せんせき 、 天明 5 年 6 月 29 日 ( 旧暦 ) ( 1785 年 8 月 3 日 ) - 安政 5 年 7 月 16 日 ( 旧暦 ) ( 1858 年 8 月 24 日 ) ) は 、 江戸 時代 の 蘭学 者 で あ り 、 下総 国 古河 藩 の 家老 。 +草餅 ( くさも ち ) は 、 餅 の 一種 。 +京都 市 考古 資料 館 ( きょう とし こうこ しりょうかん ) は 、 京都 市 上京 区 今出川 大宮 東入ル に 所在 する 考古 資料 専門 の 博物 館 。 +建部 綾足 ( たけべ あやたり 、 享保 4 年 ( 1 719 年 ) - 安永 3 年 3 月 18 日 ( 旧暦 ) ( 1774 年 4 月 28 日 ) ) は 、 江戸 時代 中期 の 俳人 ・ 小説 家 ・ 国学 者 ・ 画家 。 +将軍 宣下 ( しょうぐん せんげ ) と は 、 天皇 が 武家 政権 の 長 で あ り 、 日本 国 の 統治 大権 を 行使 する 征夷 大将軍 位 を 与え る 儀式 の こと 。 +野々村 仁清 ( ののむら   にんせい 、 生没年 不詳 ) は 、 江戸 時代 前期 の 陶工 。 +ポーツマス 条約 ( ポーツマス じょうやく ) は 、 日露 戦争 の 講和 条約 。 +吉川 経義 ( きっかわ つね よし 、 天承 2 年 / 長承 元年 ( 1132 年 ) - 建久 4 年 ( 1193 年 ) ) は 、 平安 時代 から 鎌倉 時代 の 武将 。 +斎王 ( さいおう 、 いつき のみこ ) は 、 伊勢 神宮 また は 賀茂 神社 に 巫女 と し て 奉仕 し た 未婚 の 内親 王 また は 女王 ( 皇族 ) 。 +穢れ ( けがれ ) と は 、 仏教 、 神道 に おけ る 観念 の 一 つ で 、 不潔 ・ 不浄 等 、 清浄 で は な い 汚れ て 悪し き 状態 の こと で あ る 。 +水城 ( みずき ) は 、 7 世紀 中頃 に 構築 さ れ た 国防 施設 。 +三分一 銀納 ( さん ぶ いち ぎん のう ) は 、 江戸 時代 、 田畑 年貢 の 三 分 の 一 を 銀納 と し た こと 。 +山崎 闇斎 ( やまざき あんさい 、 元和 ( 日本 ) 4 年 12 月 9 日 ( 旧暦 ) ( 1619 年 1 月 24 日 ) - 天和 ( 日本 ) 2 年 9 月 16 日 ( 旧暦 ) ( 1682 年 10 月 16 日 ) ) は 、 江戸 前期 の 儒者 ・ 朱子 学者 ・ 神道 家 ・ 思想 家 。 +犬上 御田鍬 ( いぬがみ の みたすき 、 生没年 不詳 ) は 、 飛鳥 時代 の 人物 。 +藤原 親盛 ( ふじわら の ちかもり 、 生没年 不詳 ) は 、 平安 時代 末期 の 武士 ・ 歌人 。 +『 金葉 和 歌集 』 ( きんよう わかしゅう ) は 第 五 番 目 の 勅撰 和 歌集 で 、 『 後拾 遺和 歌集 』 の 後 、 『 詞花 和 歌集 』 の 前 に 位置 する 。 +藤原 豊成 ( ふじわら の とよ なり 、 大宝 ( 日本 ) 4 年 ( 70 4 年 ) - 天平 神護 元年 11 月 27 日 ( 旧暦 ) ( 76 6 年 1 月 16 日 ) ) は 奈良 時代 の 貴族 。 +源義宗 ( みなもと の よしむね 、 生没年 不詳 ) は 、 平安 時代 の 河内 源 氏 の 武将 。 +師家 ( しけ ) +梅若 恭行 ( うめわか やすゆき 、 1917 年 ( 大正 6 年 ) 10 月 6 日 - 2003 年 ( 平成 15 年 ) 1 月 20 日 ) は 、 シテ 方 観世 流能 楽師 。 +沼河 比売 ( ぬなかわひめ 、 奴奈川 姫 ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +剣鍔 文様 付き 円型 きんつば ( けん つば もんよう つき えんけい きんつば ) は 、 和 菓子 の きんつば の 一種 で あ る 。 +宣胤 卿記 ( のぶたね きょうき ) は 、 戦国 時代 ( 日本 ) の 公卿 ・ 中 御門 宣胤 の 日記 。 +五 智 如来 ( ごち にょらい ) は 、 五大 如来 と も い い 、 密教 で 5 つ の 知恵 ( 法界 体 性 智 、 大円 鏡智 、 平等 性 智 、 妙 観察 智 、 成所 作智 ) を 5 体 の 如来 に あてはめ た もの 。 +大須賀 庸之助 ( おおす が ようのすけ 、 嘉永 3 年 11 月 4 日_ ( 旧暦 ) ( 1850 年 12 月 7 日 ) - 明治 39 年 ( 190 6 年 ) 4 月 17 日 ) は 、 明治 期 の 政治 家 。 +承久 記 ( じょうきゅうき ) と は 、 承久 3 年 ( 1221 年 ) 後鳥 羽 天皇 の 挙兵 に よ っ て 起こ さ れ た 承久 の 乱 を 記 し た 公武 の 軍記 物語 で あ る 。 +経 凛々 ( きょう りんりん ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 の 一 つ で 、 経典 の 妖怪 。 +片山 清司 ( かたやま きよし 、 1964 年 ( 昭和 39 年 ) 12 月 23 日 - ) は 、 シテ 方 観世 流能 楽師 。 +北条 時 益 ( ほうじょう と き ま す 、 ? - 元弘 3 年 / 正慶 2 年 5 月 8 日 ( 旧暦 ) ( 1333 年 6 月 19 日 ) ) は 、 鎌倉 幕府 最後 の 六波羅 探題 ( 南方 ) で あ る 。 +兵農 分離 ( へいのう ぶんり ) と は 、 安土 桃山 から 江戸 時代 に かけ て 推し進め られ た 武士 階級 以外 の 武装 解除 を 指 す 。 +三島 通庸 ( みしま みちつね 、 1835 年 6 月 26 日 ( 天保 6 年 6 月 1日 ( 旧暦 ) ) - 1888 年 ( 明治 21 年 ) 10 月 23 日 ) は 、 日本 の 武士 ・ 薩摩 藩 士 、 内務 省 ( 日本 ) 官僚 。 +上巳 ( じょうし / じょうみ ) と は 、 五 節句 の 一 つ 。 +郷 御前 ( さと ごぜん 、 仁安 ( 日本 ) 3 年 ( 1168 年 ) - 文治 5 年 閏 月 4 月 30 日 ( 1189 年 6 月 15 日 ) ) は 平安 時代 末期 、 鎌倉 時代 初期 の 女性 。 +衣棚 通 ( ころもの たなどおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +和三 盆 ( わさん ぼん ) と は 、 主に 香川 県 や 徳島 県 など の 四国 東部 で 伝統 的 に 生産 さ れ て い る 砂糖 の 一種 で あ る 。 +中 御門 経継 ( なかみかど つねつ ぐ 、 正嘉 2 年 ( 1258 年 ) - ? ) は 、 鎌倉 時代 後期 の 公卿 。 +西国 薬師 四十 九 霊場 ( さいごく やくし し じゅう く れいじょう ) は 、 薬師 如来 を ま つ る 大阪 府 、 兵庫 県 、 京都 府 、 滋賀 県 、 奈良 県 、 和歌山 県 、 三重 県 の 七 府 県 四十 九 ヶ寺 の 西国 薬師 霊場 。 +帯解 寺 ( おび とけ で ら ) は 、 奈良 市 今 市町 に あ る 華厳 宗 の 寺院 。 +豊臣 完子 / 羽柴 完子 ( とよとみ の さだこ / はしば さだこ 、 文禄 元年 ( 1592 年 ) - 万治 元年 ( 1658 年 ) ) は 、 安土 桃山 時代 ・ 江戸 時代 の 人物 。 +青山 忠裕 ( あおやま ただひろ ( ただやす ) 、 明和 5 年 5 月 8 日 ( 旧暦 ) ( 1768 年 6 月 22 日 ) - 天保 7 年 3 月 27 日 ( 旧暦 ) ( 1836 年 5 月 12 日 ) ) は 、 江戸 時代 の 大名 、 老中 。 +三韓 征伐 ( さん かんせい ばつ ) と は 、 『 日本 書紀 』 に 記述 が 残 る 、 新羅 の 王子 、 アメノヒボコ の 子孫 神功 皇后 が 行 っ た と さ れ る 新羅 出兵 を さ す 。 +章子 内 親王 ( しょうし ( あきこ ) ないしんのう 、 万寿 3 年 12 月 9 日 ( 102 7 年 1 月 19 日 ) - 長治 2 年 9 月 17 日 ( 110 5 年 10 月 26 日 ) ) は 第 68 代 後 一条 天皇 第 一 皇女 。 +天河 大 弁財 天社 ( てんかわだい べんざい てん しゃ 、 天河 神社 ) は 、 奈良 県 吉野 郡 天川 村 坪内 に あ る 神社 で あ る 。 +鳴滝 ( なるたき ) は 、 京都 市 右京 区 の 地名 。 +常行 三 昧 堂 ( じょうぎょうざん まい どう ) と は 、 天台 宗 に お い て 四種 三 昧 の うち 常行 三昧 の 行 を 修 する ため に 建て られ た 仏堂 で あ る 。 +国師 ( こく し 、 或いはくす ) は 、 僧 に 対 し て 皇帝 ( 朝廷 ) から 贈 ら れ る 諡号 の 1 つ で あ り 、 特に 皇帝 の 師 へ の 尊称 で あ る 。 +山口 尚芳 ( やまぐち ま す か / なお よし 、 天保 10 年 5 月 11 日 ( 旧暦 ) ( 1839 年 6 月 21 日 ) - 明治 27 年 ( 1894 年 ) 6 月 12 日 ) は 、 明治 時代 の 官僚 、 政治 家 、 もと 佐賀 藩 士 ( 武雄 領 出身 ) 。 +東 百 官 ( あずま ひゃっかん ) は 関東 地方 に お い て 武士 が 称 し た 官職 風 の 人名 で あ る 。 +春記 ( しゅんき ) は 、 平安 時代 の 公卿 藤原 資房 の 日記 。 +政商 ( せいしょう ) と は 、 政治 家 や 政府 高官 と の 結びつき を 利用 し て 経済 活動 上 の 特権 的 利益 を 得 た り 、 政策 を 自己 の 利益 に 有利 な 方向 に 誘導 し た 事業 家 、 企業 の こと を 指 す 。 +だし 巻き卵 ( だ し まき たまご ) は 、 卵焼き の 一種 で 、 溶き卵 に だし 汁 を 混ぜ て 焼き固め る 料理 で あ る 。 +九十 九 髪 茄子 ( つくも な す ) は 、 室町 幕府 の 三 代 将軍 の 足利 義満 の 秘蔵 の 唐物 茶入 。 +石門 心学 ( せき もん しんがく ) は 、 日本 の 江戸 時代 中期 の 思想 家 ・ 石田 梅岩 ( 1685 年 - 1744 年 ) を 開祖 と する 倫理 学 の 一派 の こと で あ る 。 +伊賀 光季 ( いがみつ すえ 、 ? - 1221 年 6 月 6 日 ( 承久 3 年 5 月 15 日 ( 旧暦 ) ) 、 光末 と も 書 く ) は 鎌倉 時代 前期 の 武将 。 +久留島 通用 ( くるしまみち も ち 、 生年 不明 - 宝永 元年 10 月 10 日 ( 旧暦 ) ( 170 4 年 11 月 7 日 ) ) は 、 豊後 国森 藩 の 世嗣 。 +源 経相 ( みなもと の つねすけ 、 生年 不詳 - 長暦 3 年 10 月 7 日 ( 旧暦 ) ( 10 39 年 10 月 26 日 ) ) は 、 平安 時代 中期 の 官人 。 +源 宗于 ( みなもと の むねゆき 、 生年 不詳 - 天慶 2 年 11 月 22 日 ( 旧暦 ) ( 940 年 1 月 9 日 ) ) は 、 平安 時代 前期 から 中期 に かけ て の 歌人 。 +平 基盛 ( たいら の もともり 、 保延 5 年 ( 1139 年 ) - 応保 2 年 3 月 17 日 ( 旧暦 ) ( 1162 年 5 月 2 日 ) ) は 、 平安 時代 末期 の 武将 。 +高野 豆腐 ( こう や どうふ ) と は 、 豆腐 を 凍結 乾燥 さ せ た 保存 食 で あ る 。 +木津 町 ( きづ ちょう ) は 、 京都 府 相楽 郡 に あ っ た 町 。 +法華 宗 本門流 ( ほっけ しゅう ほんもん りゅう ) は 、 日蓮 を 宗祖 と し 、 日隆 ( 法華 宗 本門流 ) を 派祖 と する 、 日蓮 門 下 の 一派 で あ る 。 +崇神 天皇 ( すじんてんのう 、 開化 天皇 10 年 ( 紀元 前 148 年 ) - 崇神 天皇 68 年 12 月 5 日 ( 旧暦 ) ( 紀元 前 29 年 1 月 9 日 ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 第 10 代 の 天皇 ( 在位 : 崇神 天皇 元年 1 月 13 日 ( 旧暦 ) ( 紀元 前 97 年 2 月 17 日 ) - 同 68 年 12 月 5 日 ( 旧暦 ) ( 紀元 前 29 年 1 月 9 日 ) ) 。 +細川 高国 ( ほそかわ   たかく に ) は 、 戦国 時代 ( 日本 ) の 武将 ・ 大名 。 +藤原 愛発 ( ふじわら の ちかなり / ちかのり / よしちか / よしあきら / あらち 、 延暦 7 年 ( 788 年 ) - 承和 ( 日本 ) 10 年 9 月 16 日 ( 旧暦 ) ( 843 年 10 月 16 日 ) ) は 平安 時代 初期 の 宮廷 政治 家 。 +野村 四郎 の むら しろ う 、 1936 年 - ) は 、 現代 の 観世 流 シテ 方 能 楽師 。 +アラハバキ ( 荒覇 吐 、 荒吐 、 荒脛 巾 ) 信仰 は 、 東北 地方 一帯 に 見 られ る 民俗 信仰 。 +康正 ( こうしょう 、 1534 年 - 1621 年 ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 仏師 。 +十 三 代 目 片岡 仁左衛門 ( じゅう さん だい め かたおか にざえもん 、 明治 36 年 ( 190 3 年 ) 12 月 15 日 - 平成 6 年 ( 1994 年 ) 3 月 26 日 ) は 歌舞伎 役者 。 +勢場 ヶ原 の 戦い / 勢場 ヶ原 合戦 ( せいば が はる の たたかい / せいば が はるかっせん ) と は 、 中国 地方 の 大名 大内 義隆 と 豊後 の 大名 大友義鑑 と の 間 で 天文 ( 元 号 ) 3 年 ( 1534 年 ) 4 月 に 、 豊後 大 村山 付近 ( 現 大分 県 杵築 市 山香 町 山浦 近辺 ) で 行 わ れ た 合戦 。 +小早川 隆景 ( こばやかわ たかかげ ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 ・ 大名 。 +蓋置 ( ふたおき ) と は 釜 の 蓋 や 柄杓 の 合 を のせ る ため の 茶 道具 で 、 材質 は 竹 、 金属 、 陶磁 器 類 など が あ る 。 +用明 天皇 ( ようめい てんのう 、 不明 欽明 天皇 元年 ( 540 年 ? ) - 用明 天皇 2 年 4 月 9 日 ( 旧暦 ) ( 58 7 年 5 月 21 日 ) ) は 、 第 31 代 天皇 ( 在位 : 敏達 天皇 14 年 9 月 5 日 ( 旧暦 ) ( 585 年 10 月 3 日 ) - 用明 天皇 2 年 4 月 9 日 ( 58 7 年 5 月 21 日 ) ) 。 +血脈 相承 ( けちみゃく そうじょう ) は 、 仏教 で 師 から 弟子 へ と 法 ( 仏教 ) が 伝え られ る こと を 指 す 。 +紫竹 山 稚児 ヶ滝 不動明王 ( し ちくざん ち ごがたき ふ どうみょうおう ) は 、 京都 府 舞鶴 市 真倉 に あ る 史跡 で あ る 。 +幸徳井 家 ( こう とくいけ / か で いけ ) は 、 南都 奈良 を 根拠 地 と し た 陰陽 道 を 家業 と する 地下 家 の 官人 。 +文室 綿麻呂 ( ふんや の わたまろ 、 天平 神護 元年 ( 765 年 ) - 弘仁 14 年 4 月 24 日 ( 旧暦 ) ( 823 年 6 月 6 日 ) ) は 、 平安 時代 前期 の 征夷 大将軍 、 公卿 。 +城 資永 ( じょうすけな が 、 生年 未詳 - 養和 元年 ( 1181 年 ) ) は 、 平安 時代 末期 の 武将 。 +磯野 小右衛門 ( いその こえもん 、 文政 8 年 10 月 3 日 ( 旧暦 ) ( 182 5 年 11 月 12 日 ) - 明治 36 年 ( 190 3 年 ) 6 月 11 日 ) は 、 幕末 から 明治 に かけ て 大阪 を 中心 に 活躍 し た 実業 家 。 +截金 ・ 切金 ( きりかね ) は 、 細金 ( ほそがね ) と も 呼 ば れ 、 金箔 ・ 銀箔 ・ プラチナ 箔 を 数 枚 焼き合わせ 、 細 い 直線 状 に 切 っ たり 、 三角 形 ・ 菱形 ・ 丸型 など の 形 に 切 っ た 截箔 ( きりはく ) を 組み合わせ 、 筆 と 接着 剤 を 用い て 貼 る こと に よ っ て 文様 を 表現 する 伝統 技 法 で あ る 。 +乙訓 寺 ( お とくに でら ) は 京都 府 長岡 京 市 に あ る 真言 宗 豊山 派 の 寺院 。 +近藤 真琴 ( こんどう まこと 、 1831 年 10 月 29 日 ( 天保 2 年 9 月 24 日 ( 旧暦 ) ) - 1886 年 ( 明治 19 年 ) 9 月 4 日 ) は 、 明治 の 教育 家 、 思想 家 、 明治 の 明治 六 大 教育 家 の 一人 、 攻玉 社 中 学校 ・ 高等 学校 創立 者 。 +大津 奉行 ( おおつぶぎょう ) と は 、 中世 以後 に 近江 国 大津 ( 現在 の 滋賀 県 大津 市 ) に 設置 さ れ て い た 役職 。 +京都 大学 フィールド 科学 教育 研究 センター 森林 ステーション 芦生 研究 林 ( きょう と だいがく ふぃーるど かがく きょういく けんきゅう せんたー しんりん すてーしょん あしう けんきゅう りん 、 略称 : 京都 大学 芦生 研究 林 ) は 、 京都 府 南丹 市 美山 町 ( 京都 府 ) に あ る 京都 大学 の 研究 施設 で あ る 。 +内裏 雛 ( だい りびな ) と は 天皇 と 皇后 を 表 す 一 対 の 雛 人形 で 、 段飾り に お い て は 最上 段 に 飾 ら れ る 。 +『 青砥 稿花紅彩画 』 ( あおと ぞうし は な の に しきえ ) は 、 文久 二 年 ( 1862 年 ) に 市村 座 で 初演 さ れ た 、 二 代 目 河竹 新 七 ( 後 の 河竹 黙 阿弥 ) 作 の 歌舞伎 の 「 白浪 物 」 。 +田 公高 家 ( た きみ たか いえ 、 生没年 不詳 ) は 安土 桃山 時代頃 の 武将 で 因幡 国気多 郡 気多 郡 ( 鳥取 県 ) 宮吉 城 主 、 通称 ・ 新介 。 +武田 流 ( たけだ りゅう ) は 弓術 ・ 馬術 ・ 礼法 など から な る 弓馬 軍 礼故 実 ( 弓馬 故 実 ・ 武家 故 実 ) の 流派 。 +膾 ( なます ) は 、 魚介 類 や 野菜 類 、 果物 類 を 細 く ( あるいは 薄 く ) 切 っ た もの を 、 酢 を 基本 に し た 調味 料 で 和え た 料理 。 +小松原 法難 ( こまつばら ほうなん ) と は 、 小松原 ( 現 千葉 県 鴨川 市 ) 日蓮 が 襲撃 さ れ 負傷 し た 事件 。 +象引 ( ぞう ひき ) は 、 歌舞伎 の 演目 の 一 つ 。 +山縣 有朋 ( 第 1 次 山縣 内閣 ) の 後継 総理 と し て 伊藤 博文 や 西郷 従道 、 山田 顕義 など の 名前 も 挙げ られ た が 、 5 月 2 日 に 松方 正義 に 組閣 の 大命 が 下 っ た 。 +二条 教良 ( に じょう の りな が 、 文暦 元年 ( 1234 年 ) - 没年 不詳 ) は 鎌倉 時代 の 公卿 。 +大間 書 ( おおまがき ) と は 、 春 と 秋 の 恒例 の 除目 に おけ る 任官 に 際 し て 、 任官 の 対象 と な る 欠員 の 官職 の 名称 と その 候補 者 を 列記 し た 名簿 の こと 。 +小久保 清吉 ( こくぼ せいきち 、 弘化 4 年 ( 1847 年 ) - 明治 元年 10 月 24 日 ( 旧暦 ) ( 1868 年 12 月 7 日 ) ) は 、 幕末 期 の 唐津 藩 士 。 +熊襲 ( くまそ ) と は 、 日本 の 記紀 神話 に 登場 する 一族 名 。 +武徳殿 ( ぶとく でん ) は 、 平安 時代 、 大内 裏 に あ っ た 殿舎 の ひと つ 。 +彦狭 島 命 ( ひこ さ しま ( 古事 記 で は ひ こさめま ) の みこと ) は 、 古墳 時代 の 皇族 。 +漆間 時国 ( うるま とき くに 、 承徳 2 年 ( 1098 年 ) 頃 - 保延 7 年 ( 1141 年 ) ) は 美作 国 の 押領 使 で あ っ た 。 +巧如 ( ぎょうにょ 1376 年 ( 天授 ( 日本 ) 2 年 / 永和 ( 日本 ) 2 年 ) - 1440 年 11 月 8 日 ( 永享 12 年 10 月 14 日 ( 旧暦 ) ) ) は 、 浄土 真宗 の 僧 で 、 本願 寺 第 6 世 。 +壷銭 ( つぼせん ) と は 、 酒造 役 ( しゅぞう やく ) ・ 酒壷銭 ( さかつぼ せん ) と も 呼 ば れ 、 酒屋 に 対 する 課税 の もっとも 古 い 形態 で あ る 。 +御 家流 ( おいえ りゅう ) は 、 譜代 大名 の 三河 安藤 氏 重信 系 で 伝承 さ れ た 茶道 の 流派 。 +藤原 彰子 ( ふじわら の あきこ ( しょうし ) 、 永延 2 年 ( 988 年 ) - 承保 元年 10 月 3 日 ( 旧暦 ) ( 1074 年 10 月 25 日 ) は 、 第 66 代 一 条 天皇 の 皇后 ( 号 は 中宮 ) で 、 第 68 代 後 一条 天皇 ・ 第 69 代 後 朱 雀 天皇 の 生母 ( 国母 ) 、 女院 。 +斎藤 利行 ( さいとう としゆき 、 182 2 年 2 月 2 日 ( 文政 5 年 1 月 11 日 ( 旧暦 ) ) - 1881 年 ( 明治 14 年 ) 5 月 26 日 ) は 、 幕末 の 土佐 藩 家老 。 +三条 実秀 ( さんじょうさ ねひ で 、 慶長 3 年 ( 1598 年 ) ‐ 寛文 11 年 8 月 25 日 ( 旧暦 ) ( 16 7 1 年 9 月 27 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +浅井 氏 ( あざい し 、 あざい う じ 、 淺井 氏 ) は 日本 の 氏族 。 +文明 開化 ( ぶんめい かいか ) と は 、 明治 の 日本 に 西洋 の 文明 が 入 っ て き て 、 制度 や 習慣 が 大き く 変化 し た 現象 の こと を 指 す 。 +受領 ( ずりょう ) と は 、 地方 官 の 呼称 に 関 する 日本 史 用語 。 +懿徳 天皇 ( いとくてんのう 、 綏靖 天皇 29 年 ( 紀元 前 553 年 ) - 懿徳 天皇 34 年 9 月 8 日 ( 旧暦 ) ( 紀元 前 477 年 10 月 6 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 第 4 代 の 天皇 ( 在位 : 懿徳 天皇 元年 2 月 4 日 ( 旧暦 ) ( 紀元 前 510 年 3 月 15 日 ) - 同 34 年 9 月 8 日 ( 旧暦 ) ( 紀元 前 477 年 10 月 6 日 ) ) 。 +南北朝 時代 ( 日本 ) 、 山内 上杉 家 の 一族 。 +源義忠 ( みなもと の よし ただ ) は 平安 時代 後期 の 武将 。 +伊豆 那 姫命 ( いづな ひめ の みこと ) は 高知 県 土佐 清水 市 高知 山 の 伊豆田 神社 、 南国 市田村 地区 および 前浜 地区 の 伊都 多 神社 に て 祭 ら れ る 神 。 +清寧 天皇 ( せいねい てんのう 、 允恭 天皇 33 年 ( 444 年 ) ? - 清寧 天皇 5 年 1 月 16 日 ( 旧暦 ) ( 484 年 2 月 27 日 ) ) は 、 第 22 代 の 天皇 ( 在位 : 清寧 天皇 元年 1 月 15 日 ( 旧暦 ) ( 480 年 2 月 11 日 ) - 同 5 年 1 月 16 日 ( 484 年 2 月 27 日 ) ) 。 +河田 羆 ( かわだ たけし 、 天保 13 年 9 月 7 日 ( 旧暦 ) ( 1842 年 10 月 10 日 ) - 大正 9 年 ( 1920 年 ) 1 月 4 日 ) は 、 日本 の 地理 学 者 。 +ひやむぎ ( 冷や 麦 、 冷麦 ) と は 、 小麦 粉 から 作 っ た 麺 の 一種 で あ る 。 +正林 寺 ( しょうりんじ ) は 京都 市 東山 区 渋谷 ( しぶた に ) 通東 大路 東入 3 丁目 上馬町 ( かみうま ちょう ) に あ る 、 浄土 宗 の 寺院 で あ る 。 +記紀 ( きき ) と は 、 『 古事 記 』 と 『 日本 書紀 』 と の 総称 で あ る 。 +樟磐手 ( くす の いわて ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +源 明子 ( みなもと の あきこ / あきら けいこ / めいし ) は 、 平安 時代 に い た 人物 。 +琵琶 湖 八景 ( びわ こ はっけい ) と は 、 琵琶 湖 周辺 に 存在 する 八 つ の 情景 を 特に 選 ん だ もの で あ る 。 +椿餅 ( つばい も ち ) は 平安 時代 に 、 軽食 代わり と し て 食べ られ た 餅 菓子 。 +冷泉 為相 ( れいぜい ためすけ 、 弘長 3 年 ( 1263 年 ) - 嘉暦 3 年 7 月 17 日 ( 旧暦 ) ( 1328 年 8 月 22 日 ) ) は 、 鎌倉 時代 中期 から 後期 に かけ て の 公卿 、 歌人 。 +竹林 院 ( ちくりん いん 、 生年 不詳 - 1649 年 6 月 27 日 ( 慶安 2 年 5 月 18 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 から 江戸 時代 の 女性 。 +雅 ( みや び 、 まさ 〔 名乗り 〕 ) と は 、 上品 で 優雅 な こと 。 +増田 宋太郎 ( ますだ そうたろう 、 嘉永 2 年 2 月 23 日 ( 旧暦 ) ( 1849 年 3 月 17 日 ) - 明治 10 年 ( 1877 年 ) 9 月 ) は 、 中津 藩 下士 増田 久行 の 嫡男 。 +南北朝 時代 ( 日本 ) 、 山内 上杉 家 の 一族 。 +阿部 正右 ( あべ まさすけ 、 享保 9 年 11 月 29 日 ( 旧暦 ) ( 1725 年 1 月 13 日 ) - 明和 6 年 7 月 12 日 ( 旧暦 ) ( 1769 年 8 月 13 日 ) ) は 、 江戸 時代 の 大名 、 老中 。 +昭和 モダン ( しょうわ モダン ) と は 昭和 時代 の 始め に 花 開 い た 和洋 折衷 の 近代 市民 文化 の こと で あ る 。 +大伴 国 麻呂 ( おおとも のくに まろ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +赤坂 天王 山 古墳 ( あかさか てんのうざん こふん ) は 奈良 県 桜井 市 倉橋 に あ る 古墳 。 +佐々木 経高 ( ささき つね たか ) は 平安 時代 末期 から 鎌倉 時代 初期 の 武将 。 +観応 の 擾乱 ( かんのう の じょうらん ) は 、 南北朝 時代 ( 日本 ) の 1350 年 - 1352 年 の 観応 年間 に 頂点 に 達 し た 室町 幕府内 の 権力 闘争 。 +関根 祥六 ( せきね しょうろく 、 1930 年 ( 昭和 5 年 ) - ) と は 、 シテ 方 観世 流能 楽師 。 +馬来田 国造 ( うま く た の くにのみやつこ ・ まくた の くにのみやつこ ・ うま く た こくぞう ・ まく た こくぞう ) は 上総 国 中西 部 を 支配 し た 国造 。 +円観 ( えんかん 、 弘安 4 年 7 月 17 日 ( 旧暦 ) ( 1281 年 9 月 1日 ) - 正平 ( 日本 ) 11 年 / 延文 元年 3 月 1日 ( 旧暦 ) ( 1356 年 4 月 2 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 天台 宗 の 僧 。 +慧聡 ( えそう 、 生没年 不詳 ) は 、 飛鳥 時代 に 百済 から 渡来 し た 僧 。 +嵯峨 嵐山 駅 ( さ が あらしやま えき ) は 、 京都 府 京都 市 右京 区 嵯峨 天龍 寺 車道 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 。 +北畠 満雅 ( きたばたけみつまさ 、 ? - 正長 元年 12 月 21 日 ( 旧暦 ) ( 142 9 年 1 月 25 日 ) ) は 、 室町 時代 前期 の 人物 。 +村山 槐多 ( むらやま かい た 、 1896 年 9 月 15 日 - 1919 年 2 月 20 日 ) は 、 大正 期 の 洋画 家 。 +観世 元 義 ( かんぜ もとよし 、 1873 年 - 1920 年 ) は 、 観世 流能 楽師 。 +公事 方 御定 書 ( く じ かた お さだめ が き 、 くじ が た お さだめ が き ) は 、 江戸 幕府 の 基本 法典 。 +熊野 三山 検校 ( くま の さんざん けん ぎょう ) は 、 熊野 三山 ( 熊野 本宮 大社 、 熊野 速玉 大社 、 熊野 那智 大社 ) の 統轄 に あた っ た 役職 で 、 11 世紀 始め に 熊野 別当 の 上 に 設置 さ れ た 。 +詞 ( し ) と は 中国 に おけ る 韻文 形式 の 一 つ 、 あるいは 歌謡 文芸 の 一 つ 。 +秋分 ( しゅうぶん ) は 、 二十 四 節気 の 1 つ 。 +佐々木 中沢 ( ささき ちゅうたく 、 寛政 2 年 ( 1790 年 ) - 弘化 3 年 4 月 1日 ( 旧暦 ) ( 1846 年 4 月 26 日 ) ) は 、 江戸 時代 の 蘭学 者 。 +イワナガ ヒメ ( イハナガ ヒメ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +給田 ( きゅうでん ) ・ 給 畠 ( きゅうはく ) ・ 給田 畠 ( きゅう でんぱく ) は 、 日本 の 中世 に お い て 、 荘園 領主 や 国衙 が 、 荘官 、 地頭 、 年貢 運輸 者 ・ 手工 業 者 など に 対 し て 給与 し た 田地 また は 田畠 地 を い う 。 +東久邇宮 稔彦王 ( ひがし く にのみや なるひこ お う 、 1887 年 ( 明治 20 年 ) 12 月 3 日 - 1990 年 ( 平成 2 年 ) 1 月 20 日 ) は 、 日本 の 第 43 代 内閣 総理 大臣 ( 在任 1945 年 8 月 17 日 - 1945 年 10 月 9 日 ) 。 +閑院 流 ( かんいん りゅう ) と は 、 三条 家 ・ 西園 寺家 ・ 徳大寺 家 を はじめ と する 藤原 北家 支流 の 公家 の 一門 。 +三十 番 神 ( さんじゅう ばん しん ) は 、 神仏 習合 の 信仰 で 、 毎日 交替 で 国家 や 国民 など を 守護 する と さ れ た 30 柱 の 神々 の こと で あ る 。 +朱 印地 ・ 黒印 地 ( しゅいん ち ・ こくいんち ) と は 、 江戸 時代 に 幕府 ・ 大名 より 神社 ・ 寺院 の 領地 と し て 安堵 ( 領有 権 の 承認 ・ 確認 ) さ れ た 土地 の こと で あ る 。 +箕作 阮甫 ( みつくり げんぽ 、 寛政 11 年 9 月 7 日 ( 旧暦 ) ( 1799 年 10 月 5 日 ) - 文久 3 年 6 月 17 日 ( 旧暦 ) ( 1863 年 8 月 1日 ) ) は 、 日本 の 武士 ・ 津山 藩士 、 蘭学 者 で あ る 。 +貞 観格 ( じょうがん きゃく ) は 、 平安 時代 の 貞観 ( 日本 ) 11 年 4 月 13 日 ( 旧暦 ) ( 869 年 5 月 27 日 ) に 奏進 さ れ 、 同年 9 月 7 日 ( 旧暦 ) ( 同年 10 月 15 日 ) の 宣旨 に よ っ て 施行 さ れ た 格式 。 +古 民家 ( こみんか ) と は 、 民家 の うち で も 特に 建造 さ れ て から 、 時 を 経 た もの を い う 。 +太田 一吉 ( おおた かずよし 、 生年 不詳 - 1617 年 ( 元和 ( 日本 ) 3 年 ) ) は 、 安土 桃山 時代 の 武将 ( 大名 ) 。 +ちらし 寿司 ( ちらしずし ) は 、 寿司 の 一種 で あ る 。 +高畠 式部 ( たかばたけしき ぶ 、 天明 5 年 ( 1785 年 ) - 明治 14 年 ( 1881 年 ) 5 月 28 日 ) は 、 日本 の 幕末期 から 明治 初期 に かけ て の 女性 歌人 。 +松崎 静馬 ( まつざき しずま 、 生没年 不詳 ) は 壬生 浪士 組 、 及び 新 選 組 の 隊士 で あ る 。 +藤原 京家 ( ふじわら きょうけ ) と は 、 右 大臣 藤原 不比 等 の 四男 藤原 麻呂 を 祖 と する 家系 。 +良岑 良松 ( よしみね の なが まつ 、 弘仁 4 年 ( 813 年 ) - 元慶 3 年 11 月 10 日 ( 旧暦 ) ( 879 年 12 月 26 日 ) ) は 平安 時代 の 官人 。 +ヒトツモノ は 社寺 の 祭 ・ 法会 など で 行 わ れ る 神事 ・ 行事 の 一 つ 。 +湯浅 宗重 ( ゆあさ むねしげ 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 武将 。 +明全 ( みょうぜん 、 元暦 元年 ( 1184 年 ) - 嘉禄 元年 5 月 27 日 ( 旧暦 ) ( 1225 年 7 月 4 日 ) ) は 、 鎌倉 時代 前期 の 臨済 宗 の 僧 。 +沢庵漬け ( たくあん づけ ) は 、 ダイコン を 糠 と 塩 で 漬け た 漬物 。 +つま は 、 刺身 料理 に 用い られ る つけあわせ の こと で あ る 。 +英霊 ( えいれい ) と は 「 すぐれ た 働き を し た 人 の 死霊 に 対 し て 敬意 を 込め て 使 う 言葉 」 。 +『 明月 記 』 ( めいげつき ) は 、 鎌倉 時代 の 公家 藤原定家 の 日記 。 +松平 信吉 ( まつだい ら のぶよし 、 天正 8 年 ( 1580 年 ) - 元和 ( 日本 ) 6 年 8 月 1日 _ ( 旧暦 ) ( 1620 年 8 月 28 日 ) ) は 、 安土 桃山 時代 ・ 江戸 時代 初期 の 人物 。 +六曜 ( ろく よう ) は 、 暦注 の 一 つ で 、 先勝 ・ 友引 ・ 先負 ・ 仏滅 ・ 大安 ・ 赤口 の 6 種 を い う 。 +四宮 駅 ( しのみや えき ) は 、 京都 府 京都 市 山科 区 四ノ宮 堂 ノ 後町 に あ る 京阪 電気 鉄道 京阪 京津 線 の 鉄道 駅 。 +エトナ 映画 社 ( - えいが しゃ 、 1934 年 9 月 設立 - 1935 年 4 月 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +五 大明王 ( ご だいみょうおう ) は 、 仏教 に おけ る 信仰 対象 で あ り 、 密教 特有 の 尊格 で あ る 明王 の うち 、 中心 的 役割 を 担 う 5 名 の 明王 を 組み合わせ た もの で あ る 。 +梅小路 家 ( うめ が こうじけ ) は 、 藤原 北家 勧修 寺 流庶 家 清閑 寺家 庶 家 の 堂上 家 、 家格 は 名家 ( 公家 ) 。 +鮎川 義介 ( あゆかわ よしすけ 、 1880 年 ( 明治 13 年 ) 1 1 月 6 日 - 1967 年 ( 昭和 42 年 ) 2 月 13 日 ) は 、 日本 の 実業 家 、 政治 家 。 +税所 篤 ( さいしょ あつし 、 文政 10 年 11 月 5 日 ( 旧暦 ) ( 1827 年 12 月 22 日 ) - 明治 43 年 ( 1910 年 ) 6 月 21 日 ) は 、 日本 の 武士 、 官僚 。 +稲葉 正誼 ( いなば まさよし 、 文政 10 年 3 月 2 日 ( 旧暦 ) ( 182 7 年 3 月 28 日 ) - 嘉永 元年 10 月 22 日 ( 旧暦 ) ( 1848 年 11 月 17 日 ) ) は 、 山城 国 淀藩 の 第 11 代 藩 主 。 +平教盛 ( たいら の のりもり ) は 、 平安 時代 末期 の 武将 。 +興臨院 ( こうりん いん ) は 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 、 臨済 宗 大 本山 大徳 寺 の 塔頭 ( たっちゅう ) で あ る 。 +稲葉 正備 ( いなば まさな り 、 安永 4 年 11 月 15 日 ( 旧暦 ) ( 1775 年 12 月 7 日 ) - 文化 ( 元号 ) 12 年 3 月 8 日 ( 旧暦 ) ( 1815 年 4 月 17 日 ) ) は 、 山城 国 淀藩 の 第 8 代 藩 主 。 +前田 慶寧 ( まえだ よしやす ) は 、 加賀 藩 の 第 13 代 藩 主 。 +津々見 忠季 ( つつみ ただ すえ 、 生年 未詳 - 承久 3 年 6 月 14 日 ( 旧暦 ) ( 1221 年 7 月 27 日 ) ) は 、 鎌倉 時代 初期 の 御 家人 。 +青海波 ( せいがい は ) は 雅楽 の 演目 ( 本項 で 説明 ) +内海 次郎 ( うつみ じろう 、 天保 7 年 ( 1836 年 ) - ? ) は 、 武蔵 国川越 市 出身 の 新 選 組 隊士 。 +令外 官 ( りょうげ の かん ) と は 、 律令 の 令制 に 規定 の な い 新設 の 官職 。 +若年寄 ( わかどしより ) と は +因幡 の 白兎 ( いなば の しろうさぎ ) は 、 出雲 神話 の 一 つ 。 +平山 五郎 ( ひらやまごろう 、 文政 12 年 ( 1829 年 ) - 文久 3 年 9 月 18 日 ( 旧暦 ) ( 1863 年 10 月 30 日 ) ) は 江戸 時代 の 武士 。 +厭離 穢土 ( おん り えど 、 えんり えど ) と は 、 浄土 教 の 用語 で 、 欣求 浄土 と 対句 で 使 わ れ る こと が 多 い 。 +京都 宝塚 会館 ( きょう と たからづか かいかん ) は 、 かつて 京都 府 京都 市 中京 区 河原町 六角 に 所在 し て い た 東宝 系 の 映画 館 ( 京都 宝塚 劇場 、 京都 スカラ 座 ) の 総称 で あ る 。 +忍壁 皇子 ( おさかべ のみこ 、 生年 不詳 - 慶雲 2 年 5 月 8 日 ( 旧暦 ) ( 70 5 年 6 月 2 日 ) ) は 飛鳥 時代 の 皇族 で あ る 。 +弓削 豊穂 ( ゆげ の とよほ ) は 、 日本 の 古墳 時代 に い た と さ れ る 人物 で あ る 。 +喜多 流 ( きた りゅう ) と は 、 日本 の 伝統 芸能 で あ る 能楽 の うち 、 能 の シテ 方 の 流派 で あ る 。 +一条 実良 ( いちじょうさねよし 、 天保 6 年 2 月 28 日 ( 旧暦 ) ( 1835 年 3 月 26 日 ) - 慶応 4 年 4 月 24 日 ( 旧暦 ) ( 1868 年 5 月 16 日 ) ) は 江戸 時代 後期 の 公家 。 +深草 駅 ( ふかくさえき ) は 、 京都 府 京都 市 伏見 区 深草 ケナサ 町 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +十念 寺 ( じゅう ねんじ ) は 、 京都 市 上京 区 に あ る 西山 浄土 宗 の 寺院 。 +藤原 敏行 ( ふじわら の としゆき 、 生年 不詳 - 延喜 7 年 ( 90 7 年 ) ) は 、 平安 時代 初期 の 歌人 、 書家 。 +陶部 ( すえべ ・ 陶作 部 ( すえつくりべ ) ) と は 、 大化 前代 に お い て 須恵 器 の 製造 に 携わ っ た 部 。 +上代 ( じょうだい ) と は 、 日本 史上 の 時代 区分 の ひと つ 。 +火縄 銃 ( ひなわ じゅう 、 英語 : matchlockgun ) は 、 初期 の 鉄砲 の 形態 の ひと つ 。 +城 南宮 ( じょうなんぐう ) は 、 京都 市 伏見 区 に あ る 神社 で あ る 。 +松尾 駅 ( まつお えき ) は 、 京都 市 西京 区 松尾 宮ノ前町 に あ る 、 阪急 電鉄 阪急 嵐山 線 の 鉄道 駅 。 +日政 ( にっせい 、 元和 ( 日本 ) 9 年 2 月 23 日 ( 旧暦 ) ( 1623 年 3 月 23 日 ) - 寛文 8 年 2 月 18 日 ( 旧暦 ) ( 1668 年 3 月 30 日 ) ) は 、 江戸 時代 前期 の 日蓮 宗 の 僧 ・ 漢詩 人 。 +居延 漢 簡 ( きょえん かんかん ) は 、 中国 、 内 モンゴル 自治 区 エチナ 旗 から 甘粛 省 酒泉 の 東北部 に あ る 居延 烽燧 遺跡 から 発見 さ れ た 前漢 代 ・ 後 漢 代 の 木簡 。 +松竹 京都 撮影 所 ( しょうちく きょう と さつえいじょ ) は 、 大正 から 昭和 に かけ て 京都 市 に あ っ た 松竹 の 映画 スタジオ 。 +日置 浄足 ( へき の さ で まろ 、 生没年 不明 ) は 奈良 時代 の 地方 官人 。 +文久 永宝 ( ぶんきゅうえい ほう ) は 、 幕末 に 流通 し た 銭貨 。 +丸太町 通 ( まるたまち どおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +外記 政 ( げきせい ) と は 、 大臣 以下 の 公卿 が 外記 の 事務 所 で あ る 外記 庁 に お い て 諸司 の 申文 を 披見 し て 協議 ・ 裁定 を 行 う こと 。 +藤原 実茂 ( ふじわら   の   さねしげ 、 生没年 不詳 ) は 、 平安 時代 後期 の 貴族 。 +公達 ( きんだち ) は 、 広 い 意味 で は 諸王 の こ と い う が 、 特に 親王 、 摂家 、 清華 家 の 子弟 に 対 する 呼称 と し て 用い られ る 。 +糠漬け ( ぬかづけ 、 糠味 噌 漬け ( ぬかみそづけ ) と も ) と は どぶ漬け 、 どぼ 漬け と も 呼 ば れ 、 糠 を 乳酸 発酵 さ せ て 作 っ た 糠床 ( ぬかどこ ) の 中 に 野菜 を 漬けこ ん で 作 る 日本 を 代表 する 漬物 の 一 つ で あ る 。 +小堀 政一 ( こぼり まさかず ) は 、 江戸 時代 前期 の 近江 小室 藩 藩主 。 +狩野 派 ( かのう は ) は 、 日本 絵画 史 上 最大 の 画派 で あ り 、 室町 時代 中 期 ( 15 世紀 ) から 江戸 時代 末期 ( 19 世紀 ) まで 、 約 400 年 に わた っ て 活動 し 、 常 に 画壇 の 中心 に あ っ た 専門 画 家 集団 で あ る 。 +全真 ( ぜんしん 、 仁平 元年 ( 1151 年 ) - 没年 未詳 ) は 平安 時代 末期 の 天台 宗 の 僧侶 。 +長浜 三 年 寄 ( ながはまさん どしより ) と は 、 豊臣 秀吉 の 命 を 受け 長浜 城下町 ( 49 町 ・ 10 組 ) を 整備 し た 町 人衆 の うち 、 組 を 代表 する 町 年寄 の 十 家 が 長浜 十 人 衆 と 呼 ば れ て お り 、 その うち 更に 有力 で あ っ た 三家 の こと で あ る 。 +茶屋 ( ちゃや ) は 、 日本 に お い て 中世 から 近代 に かけ て 一般 的 で あ っ た 、 休憩 所 の 一 形態 。 +依田 勉三 ( よだ べんぞう 、 嘉永 6 年 5 月 15 日 ( 旧暦 ) ( 1853 年 6 月 21 日 ) - 大正 14 年 ( 1925 年 ) 12 月 12 日 ) は 日本 の 北海道 開拓 者 。 +永見 貞愛 ( ながみ さだ ちか 、 天正 2 年 2 月 8 日 ( 旧暦 ) ( 1574 年 3 月 1日 ) - 慶長 9 年 11 月 16 日 ( 旧暦 ) ( 160 5 年 1 月 5 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 人物 。 +松田 氏 ( まつだし ) は 相模 国 足柄 上 郡 松田 郷 に 発祥 し た 藤原 秀郷 流 波多野 氏 一族 の 氏族 で あ る 。 +七 卿落ち ( しち きょう おち ) と は 、 江戸 時代 の 幕末期 、 1863 年 ( 文久 3 年 ) 八 月 十 八 日 の 政変 に お い て 、 7 人 の 公卿 が 京都 より 追放 さ れ た 事件 。 +妙 徳山華厳寺 ( みょう とくさん   けごんじ ) は 京都 府 京都 市 西京 区 に あ る 臨済 宗 の 寺院 。 +生祀 ( せいし ) と は 、 存命 中 の 人間 の 霊 を 祀 る こと 。 +円空 ( えんくう 、 天徳 ( 日本 ) 4 年 ( 96 0 年 ) - 長暦 3 年 8 月 16 日 ( 旧暦 ) ( 10 39 年 9 月 7 日 ) ) は 平安 時代 の 僧 で 三 善 為 康 が 著 し た 『 拾遺往 生 伝 』 に 記述 が あ る 人物 。 +島村 抱月 ( しまむら ほうげつ 、 18 71 年 2 月 28 日 ( 明治 4 年 1 月 10 日 ( 旧暦 ) ) - 1918 年 11 月 5 日 ) は 日本 の 文芸 評論 、 演出 家 。 +彦太 忍 信命 ( ひこ ふつ おし の まこと の みこと 、 生没年 不詳 ) は 、 『 古事 記 』 『 日本 書紀 』 に 記 さ れ る 皇族 ( 王族 ) 。 +蘇我 善徳 ( そが の ぜん と こ 、 生没年 不詳 ) は 蘇我 馬子 の 長男 と さ れ る 人物 。 +安東 氏 ( あんどうし ) は 、 日本 の 中世 に 本州 日本 海側 最 北端 の 陸奥 国津軽 地方 から 出羽 国 秋田 郡 の 一帯 を 支配 し た 武家 。 +例 大祭 ( れい たいさい ) と は 、 神社 に 縁 の あ る 日 に 行 わ れ る 、 その 神社 に と っ て 一番 重要 な 祭 で あ る 例祭 の 俗称 。 +ナポリタン は 日本 の トマト ケチャップ 味 スパゲティ 料理 。 +西殿 塚 古墳 ( にし と の つか こ ふん 、 にし と のづか こふん ) は 、 奈良 県 天理 市 中山 町 に 所在 する 古墳 時代 前期 の 前方 後 円墳 で あ る 。 +仏罰 ( ぶつばち ) と は 、 仏 ( 如来 ) が 悟 っ た 根本 の 真理 に 背 い た ため に 自然 に 蒙 る ( と さ れ る ) 罰 の こと 。 +渓斎 英泉 ( けい さい えい せん 。 +令 制 国 ( りょうせいこく ) と は 、 律令 制 に 基づ い て 設置 さ れ た 日本 の 地方 行政 区分 で あ る 。 +山鹿 秀遠 ( やまが ひでとお 、 生没 年 未詳 ) は 、 平安 時代 末期 の 武将 。 +志田 氏 ( し だし 、 しだうじ ) は 日本 の 氏族 。 +一条 兼定 ( いちじょう かねさだ ) は 、 戦国 時代 ( 日本 ) の 土佐 国 の 国司 で 、 土佐 一条 氏 の 事実 上 の 最後 の 当主 。 +河越 重頼 ( かわごえ しげより ) は 、 平安 時代 末期 の 武蔵 国 入間 郡 河越 館 の 武将 。 +詩吟 ( しぎん ) は 、 日本 の 伝統 芸能 の 一 つ 。 +鎖 鎌術 ( くさり が まじゅつ ) は 鎖鎌 を 片手 に 鎌 の 柄 を 握 っ て 構え 、 片手 に 分銅 の つ い た 鎖 を 振り回 し 、 分銅 の 鉄丸 を 相手 に 打ち付け たり 、 鎖 を 相手 の 武器 に 巻きつけ て 奪 っ たり し て 鎌 で とどめ を さ す 術 。 +口宣 ( くぜん ) と は 、 平安 時代 中期 から 用い られ る よう に な っ た 非 公式 な 公文 書 書式 で 、 天皇 の 勅旨 を 口頭 で 受け た 蔵人 所 職事 ( 職事 蔵人 ・ 蔵人 頭 もしくは 五 位 蔵人 ) が その 内容 を 文書 化 し て 太政 官 上卿 に 伝え る 目的 の ため に 使 わ れ た 。 +真宗 大谷 派 ( しんしゅう おおたに は ) は 、 浄土 真宗 の 一派 。 +源 雅定 ( みなもとの まささだ 、 嘉保 元年 ( 1094 年 ) - 応保 2 年 5 月 27 日 ( 旧暦 ) ( 1162 年 7 月 11 日 ) ) は 平安 後期 の 公卿 、 歌人 。 +司太夫 ( つかさ ・ たゆう ) 、 本名 ・ 中川 幸永 ( なかがわ ゆきえ ) は 嶋原 太夫 。 +二 ノ瀬 駅 ( に のせ えき ) は 、 京都 府 京都 市 左京 区 に あ る 、 叡山 電鉄 叡山 電鉄 鞍馬 線 の 鉄道 駅 。 +散位 寮 ( さん に りょう ) は 古代 日本 の 律令 制 に お い て 式部 省 に 属 する 機関 の 一 つ で あ る 。 +河上 娘 ( かわかみ の いらつめ 、 敏達 天皇 3 年 ( 575 年 ) 頃 ? - 推古 天皇 25 年 ( 618 年 ) 頃 ? ) は 崇峻 天皇 の 女御 。 +源彦仁 ( みなもと の ひこ ひと 、 生年 不詳 - 永仁 6 年 ( 1298 年 ) 3 月 23 日 ( 旧暦 ) ) は 鎌倉 時代 の 皇族 。 +三条 公敦 ( さんじょうきんあつ 、 永享 11 年 ( 1439 年 ) - 永正 4 年 4 月 8 日 ( 旧暦 ) ( 150 7 年 5 月 19 日 ) ) は 、 室町 時代 の 公卿 。 +村上 専精 ( むらかみ せんしょう 、 嘉永 4 年 4 月 1日 ( 旧暦 ) ( 1851 年 5 月 1日 ) - 昭和 4 年 ( 1929 年 ) 10 月 31 日 ) は 、 日本 の 明治 ・ 大正 期 に 活躍 し た 教育 者 、 仏教 史 学 者 。 +関西 本線 ( かんさい ほんせん ) は 、 愛知 県 名古屋 市 中村 区 の 名古屋 駅 から 亀山 駅 ( 三重 県 ) 、 奈良 駅 を 経 て 大阪 府 大阪 市 浪速 区 の JR 難波 駅 に 至 る 鉄道 路線 ( 幹線 ) で あ る 。 +伊藤 雋吉 ( いとう としよ し 、 天保 11 年 3 月 28 日 ( 旧暦 ) ( 1840 年 4 月 30 日 ) - 大正 10 年 ( 1921 年 ) 4 月 10 日 ) は 、 江戸 期 の 武士 、 明治 ・ 大正 期 の 大 日本 帝国 海軍 軍人 。 +藤原 邦綱 ( ふじわら の くに つな 、 保安 ( 元 号 ) 3 年 ( 1122 年 ) - 治承 5 年 閏 2 月 23 日 ( 旧暦 ) ( 1181 年 4 月 8 日 ) ) は 平安 時代 後期 の 公卿 。 +四雄 の 宴 ( しゆう の うたげ ) と は 、 関西 四 私立 大学 応援 団 連盟 に よ る 応援 団 リーダー 公開 の イベント の こと 。 +嵯峨野 ( さがの ) は 、 京都 府 京都 市 右京 区 の 地名 。 +世良 親王 ( よよししん の う / と きながしんのう 、 生年 不詳- 元 徳 2 年 9 月 17 日 ( 旧暦 ) ( 1330 年 10 月 29 日 ) ) は 、 鎌倉 時代 後期 の 皇族 。 +七 条 通 ( しちじょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +稲葉 正任 ( いなば まさとう 、 正徳 ( 日本 ) 4 年 ( 1714 年 ) - 享保 15 年 1 月 12 日 ( 旧暦 ) ( 1730 年 2 月 28 日 ) ) は 、 山城 国 淀藩 の 第 2 代 藩 主 。 +近衛 通 ( この えどおり ) は 京都 市 左京 区 の 東西 の 通り の 一 つ 。 +勅旨 田 ( ちょくし でん ) は 、 古代 日本 に お い て 、 天皇 の 勅旨 に よ り 開発 さ れ た 田地 で あ り 、 皇室 経済 の 財源 に 充て られ た 。 +天火 明命 ( アメノホアカリ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +二楽 荘 ( にらく そう ) は 、 西本願 寺 二十 二 世 門 主 ・ 大谷 光瑞 が 六 甲山 に 建設 し た 別邸 で あ る 。 +後藤 実基 ( ごとう さねもと 、 生没 年 未詳 ) は 、 平安 時代 末期 の 武将 。 +細川 成之 ( ほそかわ しげゆき 、 永享 6 年 ( 1434 年 ) - 永正 8 年 9 月 12 日 ( 旧暦 ) ( 1511 年 10 月 3 日 ) ) は 、 室町 時代 の 阿波 国 ・ 三河 国 ・ 讃岐 国 の 守護 大名 。 +令制 ( りょうせい ) と は 、 律令 の うち 行政 法 に あた る 令 に 基づ く 諸 制度 を い う 。 +顕昭 ( けんしょう : 大治 5 年 ( 1130 年 ) ? - 承元 元年 ( 1209 年 ) ? ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 歌僧 。 +矢川 神社 ( やがわ じんじゃ ) は 、 滋賀 県 甲賀 市 甲南町 森尻 に あ る 神社 で あ る 。 +女形 ・ 女方 ( おやま ・ おんな がた ) と は 、 歌舞伎 に お い て 若 い 女性 の 役 を 演じ る 役者 、 職掌 、 また その 演技 の 様式 その もの を 指 す 。 +真観 ( しんかん 、 建治 元年 ( 1275 年 ) - 暦応 4 年 / 興国 2 年 6 月 2 日 ( 旧暦 ) ( 1341 年 7 月 16 日 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 時宗 の 僧 。 +義堂 周信 ( ぎ どうしゅうしん 、 1325 年 3 月 1日 ( 正中 ( 元号 ) 2 年 1 月 16 日 ( 旧暦 ) ) - 1388 年 5 月 10 日 ( 元中 5 年 / 嘉慶 ( 日本 ) 2 年 4 月 4 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 の 臨済 宗 の 僧 で あ る 。 +市庭 古墳 ( いちに わ こふん ) は 、 奈良 県 奈良 市 佐紀 町 塚本 ・ 市庭 に あ る 古墳 。 +寄生 地主 制 ( きせい じ ぬしせい ) は 、 田畑 など 農地 の 所有 者 で あ る 寄生 地主 ( 単に 地主 と 略 す こと も あ る ) が 、 小作人 ( こさくにん ) と 呼 ば れ る 農民 ( 小作 農 や 単に 小作 と 呼 ば れ る こと も あ る ) に 土地 を 貸し出 し て 耕作 さ せ 、 成果 物 で あ る 米 や ムギ など の 農作 物 の 一部 を 小作 料 ( こさくりょう ) と 言 う 名 の 地代 と し て 徴収 する 制度 。 +小西 行長 ( こにし ゆきなが ) は 安土 桃山 時代 の 大名 。 +小槻季継 ( おづき の すえつぐ 、 建久 3 年 ( 1192 年 ) - 寛元 2 年 9 月 27 日 ( 旧暦 ) ( 1244 年 10 月 30 日 ) ) は 、 鎌倉 時代 中期 の 官人 。 +三浦 環 ( みうら たまき 、 1884 年 ( 明治 17 年 ) 2 月 22 日 東京 府 - 1946 年 ( 昭和 21 年 ) 5 月 26 日 ) は 、 おそらく 日本 で 初めて 国際 的 な 名声 を つか ん だ オペラ 歌手 。 +綏靖 天皇 ( すい ぜい てんのう 、 神武 天皇 29 年 ( 紀元 前 632 年 ? ) - 綏靖 天皇 33 年 5 月 10 日 ( 旧暦 ) ( 紀元 前 549 年 6 月 28 日 ? ) ) は 、 日本 の 第 2 代 の 天皇 ( 在位 : 綏靖 天皇 元年 1 月 8 日 ( 旧暦 ) ( 紀元 前 581 年 2 月 23 日 ? ) - 同 33 年 5 月 10 日 ( 旧暦 ) ( 紀元 前 549 年 6 月 28 日 ? ) ) 。 +氏 社 ( うじ しゃ ) と は 、 氏神 を 祀 る 神社 の こと 。 +海龍 王寺 ( かいりゅうおう じ ) は 奈良 県 奈良 市 法華 寺 北 町 に あ る 真言 律 宗 の 寺院 。 +オオゲツヒメ ( オホゲツヒメ 、 大宜都 比売 、 大気 都 比 売神 、 大宜津 比売神 ) は 、 日本 神話 に 登場 する 神 。 +金玉 和 歌集 ( きんぎょく わかしゅう ) は 、 平安 時代 中期 に 書 か れ た 私撰 の 和 歌集 。 +三輪 素麺 ( みわ そうめん ) は 、 奈良 県 桜井 市 を 中心 と し た 三輪 地方 で 生産 さ れ て い る 素麺 ( そうめん ) で 、 特産 品 と な っ て い る 。 +減封 ( げんぽう ) と は 、 江戸 時代 に お い て は 大名 、 旗本 など の 武士 に 課 せ られ た 刑罰 を 意味 し 、 武士 の 身分 を 剥奪 し て 所領 と 城 ・ 屋敷 の 一部 を 削減 する こと を い う 。 +ここ で は 日本 料理 の 串 カツ を 紹介 する 。 +小野 妹子 ( おのの いも こ 、 男性 、 生没年 不詳 ) は 、 飛鳥 時代 の 政治 家 。 +井上 安治 ( いのうえ や す じ 、 元治 元年 ( 1864 年 誕生 日 不明 - 明治 22 年 ( 1889 年 ) 9 月 14 日 ) は 、 版画 家 。 +金平糖 ( こんぺいとう , コンペイトー ) は 、 砂糖 と 下味 の つ い た 水分 で 作 ら れ る 、 表面 に 凹凸 状 の 突起 ( 角状 ) を も つ 小球 形 の 菓子 で あ る 。 +佐治 重貞 ( さじしげさ だ 、 承安 ( 日本 ) 4 年 ( 1174 年 ) - ? ) は 鎌倉 時代 の 武士 。 +大伴 安麻呂 ( おおと もの やすまろ 、 生年 不明 - 和銅 7 年 5 月 1日 ( 71 4 年 6 月 21 日 ) ) は 、 日本 の 飛鳥 時代 から 奈良 時代 の 人物 で あ る 。 +梅若 六郎 ( うめわか ろくろう ) と は 、 シテ 方 観世 流 の 一派 、 梅若 家 の 当主 が 用い る 名 。 +水子 ( みずこ ) は 以下 の こと を い う 。 +芝山家 ( しばやまけ ) は 、 藤原 北家 高藤 流勧修 寺 庶流 の 堂上 家 、 家格 は 、 名家 。 +摂丹 街道 ( せったん かいどう ) は 、 摂津 国 と 丹波 国 ( 現在 の 大阪 府 池田 市 - 京都 府 亀岡 市 ) を 結 ぶ 街道 。 +焙烙 火矢 ( ほうろく ひや ) は 、 戦国 時代 ( 日本 ) の 日本 で 考案 、 使用 さ れ て い た 兵器 。 +孤篷庵 ( こほうあん ) は 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 、 臨済 宗 大 本山 大徳 寺 の 塔頭 ( たっちゅう ) で あ る 。 +預地 ( あずかりち / あずけち ) と は 、 他者 から 預か っ て 管理 を 委託 さ れ た 土地 の こと 。 +児島 惟謙 ( こじまこれ かた 、 1837 年 3 月 7 日 ( 天保 8 年 2 月 1日 ( 旧暦 ) ) - 190 8 年 ( 明治 41 年 ) 7 月 1日 ) は 、 明治 期 の 司法 官 。 +田手畷 の 戦い ( たてなわて の たたか い ) は 、 享禄 3 年 ( 1530 年 ) 、 北九州 の 覇権 を めぐ り 周防 国 の 戦国 大名 大内 氏 と 肥前 国 の 戦国 大名 少弐 氏 と の 間 で 起き た 戦い 。 +安国 寺 ( あんこくじ ) は 京都 府 綾部 市 ( 丹波 国 ) に あ る 臨済 宗 東福寺 派 の 寺院 。 +栄典 ( えいてん ) は 、 国家 や 公共 に 対 する 功労 者 を 表彰 する ため に 、 国家 が 与え る 待遇 ・ 地位 ・ 称号 など の 総称 。 +西園寺 公藤 ( さいおんじきん ふじ 、 康正 元年 ( 1455 年 ) ‐ 永正 9 年 6 月 19 日 ( 旧暦 ) ( 1512 年 7 月 31 日 ) ) は 、 室町 時代 の 公卿 。 +湯豆腐 ( ゆどうふ ) は 、 豆腐 を 使 っ た 料理 の 一 つ 。 +中丹 ( ちゅうたん ) と は 京都 府 の 丹波 地方 北部 と 丹後 地方 南部 を 指 す 呼称 で 、 行政 区分 と し て 舞鶴 市 、 福知 山 市 、 綾部 市 の 3 市 の 地域 を い う 。 +西寛二郎 ( にし かんじろう 、 弘化 3 年 3 月 10 日 ( 旧暦 ) ( 1846 年 4 月 5 日 ) - 1 月 27 日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 。 +北条 幻庵 / 北条 長綱 ( ほうじょう げんあん / ほうじょう ながつな ) は 、 戦国 時代 ( 日本 ) の 武将 で あ る 。 +紀 小弓 ( き の お ゆみ 、 生年 不詳 - 465 年 3 月 ( 旧暦 ) ) は 、 古墳 時代 の 豪族 。 +多忠龍 ( おおの ただ たつ 、 元治 2 年 3 月 15 日 ( 旧暦 ) ( 1865 年 4 月 10 日 ) - 昭和 19 年 ( 1944 年 ) 12 月 22 日 ) は 、 雅楽 家 、 帝国 芸術 院 会員 。 +惟宗 允亮 ( これ むね の ただすけ 、 ? - 寛弘 6 年 ( 1009 年 ) ? ) は 、 平安 時代 中期 の 貴族 。 +徳大寺 公継 ( とくだいじ きんつぐ 、 安元 元年 ( 1175 年 ) - 嘉禄 3 年 1 月 30 日 ( 旧暦 ) ( 1227 年 2 月 17 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 前期 の 公卿 。 +酒造 統制 ( しゅぞう とうせい ) と は 、 日本 の 江戸 幕府 が 酒造 業 に 対 し て 加え た 制限 ( 規制 ) 及び 奨励 ( 規制 緩和 ) 政策 の こと 。 +十 三 仏 信仰 ( じゅう さん ぶつ しんこう ) と は 、 十 王 信仰 に 基づ き 日本 で 創作 さ れ た 閻魔王 を 初め と する 冥途 の 裁判 官 で あ る 十王 及び その 後 の 審理 ( 七 回 忌 ・ 十 三 回 忌 ・ 三十 三 回 忌 ) を 司 る 裁判 官 の 本地 垂迹説 と さ れ る 仏 に 対 する 信仰 で あ る 。 +五七 調 ( ご しち ちょう ) と は 詩 で 五音 ・ 七音 の 順番 で 繰り返 す 形式 。 +『 落窪 物語 』 ( おちくぼ ものがたり ) は 、 10 世紀 末頃 に 成立 し た と さ れ る 中古 日本 の 物語 で あ る 。 +朝暘 学校 ( ちょうよう がっこう ) は 、 1876 年 ( 明治 9 年 ) に 県令 三島 通庸 の 命 に よ り 現在 の 鶴岡 市 役所 の 敷地 内 に 建設 さ れ た 洋風 瓦葺 3 階 建て の 学校 の こと で あ る 。 +九世 片山 九郎 右衛門 ( きゅうせい ・ かたやま ・ くろうえもん 。 1930 年 8 月 26 日 - ) は 能 シテ 方 観世 流能 楽師 。 +勘定 吟味 役 ( かんじょうぎん みやく ) は 、 江戸 幕府 に お い て 、 勘定 所 の 職務 すべて を 監査 を 担当 し た 役職 で あ る 。 +7 代 目澤村 訥子 ( しちだい め さわ むら とっ し 、 安政 7 年 4 月 8 日 ( 旧暦 ) ( 18 60 年 5 月 28 日 ) ※ 月日 に 関 し て は 諸説 あ り - 大正 15 年 ( 1926 年 ) 3 月 26 日 ) は 明治 から 大正 期 の 歌舞伎 役者 。 +命日 ( めいにち 、 deathday ) と は 、 ある 人 が 死 ん だ 日 を い う 。 +前田 秀 以 ( まえだ ひ で も ち ) は 、 安土 桃山 時代 の 武将 。 +晋山 式 ( しんざん しき ) と は 、 寺院 に 新た な 住職 が 就任 する 際 の 儀式 を 言 う 。 +勅 ( ちょく ) は 、 天皇 の 言葉 、 あるいは 天皇 の 命令 を 直接 に 伝え る 文書 。 +序詞 ( じょ ことば ) と は 、 主 と し て 和歌 に 見 られ る 修辞 法 で 、 特定 の 語 の 前 に 置 い て 、 比喩 や 掛詞 、 同音語 など の 関係 に 係 る 言葉 の こと で あ る 。 +賀茂 保憲 ( かもの やすのり 、 延喜 17 年 ( 917 年 ) - 貞元 ( 日本 ) 2 年 2 月 22 日 ( 旧暦 ) ( 97 7 年 3 月 14 日 ) ) は 、 平安 時代 中期 の 陰陽 師 、 陰陽 家 。 +石州 流宗猿 系 は 武家 茶道 。 +永倉 新八 ( なが くら しんぱち 、 天保 10 年 4 月 11 日 ( 旧暦 ) ( 1839 年 5 月 23 日 ) - 大正 4 年 ( 1915 年 1 月 5 日 ) は 、 新撰 組 二 番 隊 組長 。 +新 猿楽記 ( しんさ るごう き ) は 平安 時代 中期 の 学者 藤原 明衡 に よ る 作品 。 +馬越 三郎 ( まごしさぶろう 、 嘉永 元年 ( 1848 年 ) 頃 ? - 明治 20 年 ( 1887 年 ) 頃 ? ) は 、 阿波 国 徳島 藩 出身 の 新 選 組 隊士 。 +石川 五右衛門 と は +瀞 八丁 ( どろ はっちょう ) は 、 和歌山 県 新宮 市 から 奈良 県 吉野 郡 十津川 村 に またが る 峡谷 。 +九品 ( くほん 、 きゅうひん ) と は 、 物質 や 人 の 性質 を 3 × 3 で 分類 し た もの 。 +イノダコーヒ は 京都 市 に 本店 ・ 本社 を 置 く コーヒー の チェーン 店 。 +後 小松 天皇 ( ごこまつ てんのう 、 永和 3 年 / 天授 3 年 6 月 27 日 ( 1377 年 8 月 1日 ) - 永享 5 年 10 月 20 日 ( 1433 年 12 月 1日 ) ) は 、 室町 時代 北朝 最後 の 第 6 代 、 歴代 第 100 代 の 天皇 ( 在位 永徳 2 年 / 弘和 2 年 4 月 11 日 ( 1382 年 5 月 24 日 ) - 応永 19 年 8 月 29 日 ( 1412 年 10 月 5 日 ) ) 。 +藤原 蔵下 麻呂 ( ふじわら の くら じま ろ   天平 6 年 ( 734 年 ) - 宝亀 6 年 7 月 1日 ( 旧暦 ) ( 775 年 8 月 5 日 ) ) は 奈良 時代 の 貴族 。 +内閣 官制 ( ないかく かんせい ) と は 、 広義 に は 内閣 ( 日本 ) の 設置 ・ 廃止 、 名称 、 組織 、 権限 等 に 関 する 定め を い い 、 狭義 に は 1889 年 に 定め られ た 日本 の 法令 、 明治 22 年 勅令 第 135 号 を い う 。 +イシコリドメ は 、 日本 神話 に 登場 する 神 で あ る 。 +行 会 ( ぎょうえ 、 689 年 - ? ) は 、 奈良 時代 の 僧 。 +琉球 神道 記 ( りゅう きゅう しん とうき ) は 、 仏書 の 一 つ 。 +久米 広縄 ( くめ の ひろただ 、 生没年 不詳 ) は 、 奈良 時代 中期 の 歌人 。 +常世 ( とこよ ) と は 、 かくりよ ( 隠世 ・ 幽世 ) と も い い 、 永久 に 変わ ら な い 神域 で あ る 。 +山号 松尾山 また は 補陀 洛山 +祐子 内 親王家 紀伊 ( ゆうし な い しん の うけ の きい 、 生没年 不詳 ) は 、 平安 時代 院 政期 の 女流 歌人 で 、 後朱 雀 天皇 の 皇女 祐子 内 親王 の 女房 。 +あられ ( 霰 ) と は あられ 餅 ( 霰餅 ) の 略 で 、 米餅 を 長 さ 2、3 センチ 、 縦横 5 ミリ 程度 の 長 さ に 切 り 、 火 で 炙 っ た 菓子 で あ る 。 +江戸 ( えど , 日本 語 以外 で は Edo 、 Yedo 、 Yeddo 、 Yendo 、 Jedo など 諸表記 あり ) は 、 東京 の 旧称 で あ る 。 +豊受 大 神社 ( とゆけ だいじんじゃ ) は 、 京都 府 福知 山 市 大江町 に 鎮座 する 神社 。 +広幡 忠礼 ( ひろは たただ あや 、 文政 7 年 6 月 28 日 ( 旧暦 ) ( 1824 年 7 月 24 日 ) - 明治 30 年 ( 1897 年 ) 2 月 18 日 ) は 、 江戸 時代 後期 の 公卿 、 明治 時代 の 政治 家 。 +京極 高広 ( きょうごく   たかひろ ) は 、 丹後 国宮津 藩 の 第 2 代 藩 主 。 +日本 映画 プロダクション 連盟 ( に ほん えい が - れんめい 、 1928 年 5 月 - 1929 年 2 月 ) は 、 かつて 京都 に 存在 し た 日本 の インディペンデント 系 映画 会社 の 集合 組織 で あ る 。 +栄実 ( えいじつ 、 建仁 元年 ( 120 1 年 ) - 建保 2 年 12 月 13 日 ( 旧暦 ) ( 1215 年 1 月 14 日 ) ) は 、 鎌倉 幕府 第 2 代 征夷 大将軍 源 頼家 の 3 男 。 +平松 家 ( ひらまつけ ) は 平 氏 平 氏 高 棟 王流 で 、 西洞院 時 慶 ( 従二 位 ・ 参議 ) ( 155 2 年 - 1640 年 ) の 次男 平松 時庸 ( ときつ ね ) ( 従二 位 ・ 中納言 ) ( 1599 年 - 1654 年 ) を 祖 と する 堂上 家 。 +二条 経教 ( にじょう つねの り 、 弘安 9 年 ( 1286 年 ) - 没年 不詳 ) は 鎌倉 時代 の 公家 。 +川端   家長 ( かわばた   いえな が 、 生没年 不詳 ) は 、 宇喜多 氏 家臣 。 +藤原 兼隆 ( ふじわら の かね たか 、 寛和 元年 ( 98 5 年 ) - 天喜 元年 ( 1053 年 ) ) は 平安 時代 の 公卿 。 +裃 ( かみしも ) は 、 和服 に おけ る 男子 正装 の 一種 。 +田内知 ( たうち さとる 、 天保 10 年 ( 1839 年 ) - 慶応 3 年 1 月 10 日 ( 旧暦 ) ( 1867 年 2 月 14 日 ) ) は 、 新 選 組 隊士 。 +双林 寺 ( そうりんじ ) は 、 京都 市 山科 区 に あ る 天台 宗 の 寺院 。 +中 御門 為行 ( なかみかど ためゆき 、 建治 7 年 ( 1276 年 ) - 正慶 元年 9 月 10 日 ( 旧暦 ) ( 1332 年 9 月 30 日 ) ) は 、 鎌倉 時代 後期 の 公卿 。 +『 算用 記 』 ( さんようき ) は 、 日本 に 現存 する 最も 古 い 和算 書 で 、 その 著者 は 明らか で は な い 。 +五 番町 ( ご ばんちょう ) は 京都 市 上京 区 に あ る 町名 で あ る 。 +禅宗 様 ( ぜんしゅうよう ) は 、 日本 の 伝統 的 な 寺院 建築 の 様式 の 一 つ 。 +仏師 ( ぶっし ) と は 、 日本 に おけ る 、 仏像 など の 制作 を 担当 する 者 に 対 する 名称 で あ る 。 +軍人 勅諭 ( ぐんじん ちょくゆ ) は 、 1 月 4 日 に 明治 天皇 が 陸海軍 の 軍人 に 下賜 し た 詔勅 で あ る 。 +皇太 夫人 ( こうたい ふじん ・ すめみおや ) と は 、 天皇 の 生母 で 、 前 天皇 の 夫人 で あ っ た 人 を さ す 。 +七面 大 明神 ( しちめん だいみょう じん ) は 、 その 昔 は 七 面 天女 と 呼 ば れ 日蓮 宗 系 に お い て 法華 経 を 守護 する と さ れ る 女神 で あ る 。 +談林 派 ( だんりん は ) は 、 西山 宗因 ら を 中心 に し て 江戸 時代 に 栄え た 俳諧 の 一派 。 +源 義高 ( みなもと の よし たか ) は 、 平安 時代 末期 の 河内 源 氏 の 流れ を 汲 む 信濃 源 氏 の 武将 。 +騎兵 大将軍 ( きへい たいしょうぐん ) と は 、 奈良 時代 、 日本 の 律令 制 に お い て 設置 さ れ た 武官 。 +京和 傘 ( きょうわ がさ ) は 和傘 の 一 つ 。 +手鑑 ( てかがみ ) と は 、 厚手 の 紙 で 作 ら れ た 折帖 に 、 古筆 の 断簡 を 貼り込 ん だ 作品 集 。 +源 近善 ( みなもと の ちかよし 、 生年 不詳 - 延喜 18 年 7 月 14 日 ( 旧暦 ) ( 918 年 8 月 23 日 ) ) は 、 平安 時代 前期 の 賜姓 皇族 。 +伊達 宗敦 ( だて   むねあつ 、 1852 年 6 月 20 日 ( 嘉永 5 年 5 月 3 日 ( 旧暦 ) ) - 19 07 年 ( 明治 40 年 ) 1 月 6 日 ) は 仙台 藩 知事 ( 在任 中 の 伊達 氏 の 当主 は 30 世 14 代 伊達 宗 基 の まま ) で 、 13 代 仙台 藩主 ・ 伊達 慶邦 の 嫡子 ( のち 廃嫡 ) 、 男爵 。 +家 の 芸 ( いえ の げい ) と は 、 能 ・ 狂言 ・ 浄瑠璃 ・ 歌舞伎 ・ 歌舞伎 舞踊 ・ 上方 舞 など の 伝統 芸能 に お い て 、 家元 と みな さ れ る 家 に 代々 相伝 する 、 その 家 が 特に 得意 と し て い る 芸 や 演目 。 +織田 信則 ( おだ のぶの り 、 慶長 4 年 ( 1599 年 ) - 寛永 7 年 1 月 2 日 ( 旧暦 ) ( 1630 年 2 月 13 日 ) ) は 、 江戸 時代 の 大名 。 +錦 天満 宮 ( にしきてんまんぐう ) は 、 京都 市 中京 区 錦小路 通 新 京極 通 に あ る 神社 で あ る 。 +源 国直 ( みなもと の くに なお 、 生没年 不詳 ) は 、 平安 時代 後期 の 武将 。 +岩倉 具選 ( いわくら とも かず 、 宝暦 7 年 1 月 4 日 ( 旧暦 ) ( 175 7 年 2 月 21 日 ) – 文政 7 年 7 月 7 日 ( 旧暦 ) ( 1824 年 8 月 1日 ) ) は 、 江戸 時代 中期 ・ 後期 の 日本 の 公卿 。 +漢字 の 日 ( かんじ の ひ ) と は 、 財団 法人 日本 漢字 能力 検定 協会 が 1995 年 ( 平成 7 年 ) に 制定 し た 記念 日 。 +伊勢 貞国 ( いせさだくに 、 応永 5 年 ( 1398 年 ) - 享徳 3 年 ( 1454 年 ) ) は 、 室町 時代 の 幕府 政所 執事 。 +小太刀術 ( こだちじゅつ ) と は 、 脇差 を 使用 する 剣術 。 +大村 藩 ( おおむら はん ) は 、 肥前 国 彼 杵 ( その ぎ ) 地方 を 領 し た 藩 。 +妙清寺 ( みょうせいじ ) は 、 京都 市 北 区 ( 京都 市 ) に 所在 する 日蓮 正宗 の 寺院 。 +梅若 実 ( うめわか みのる / みのり ) は 能楽 シテ 方 観世 流 梅若 家 に お い て 隠居 名 と し て 用い られ る 名 で あ る 。 +二 尊院 ( にそんいん ) は 、 京都 市 右京 区 の 嵯峨野 に あ る 天台 宗 の 寺院 。 +伊予親王 ( いよしん のう ・ 伊豫 親王 、 生年 不詳 - 大同 ( 日本 ) 2 年 11 月 12 日 ( 旧暦 ) ( 80 7 年 12 月 18 日 ) ) は 、 桓武 天皇 の 第 3 皇子 ( 異説 あり ) と い わ れ た 。 +松平 頼重 ( まつだいら より しげ ) は 、 江戸 時代 前期 の 大名 。 +葛西 時清 ( かさい と き き よ ) は 鎌倉 時代 の 武将 。 +京職 ( きょうしき ) は 律令 制 に おけ る 首都 行政 機関 。 +巨勢 麻呂 ( こせ の まろ 、 ? - 養老 元年 1 月 18 日 ( 旧暦 ) ( 71 7 年 2 月 7 日 ) ) は 、 奈良 時代 の 貴族 。 +山伏 信仰 ( やまぶし しんこう ) と は 、 古来 から 日本 で は 山 に 神霊 が 宿 る と 見な し て 信仰 する こと 。 +朝 用 分 ( ちょうよう ぶん ・ 朝要 分 ) と は 、 日本 の 南北朝 時代 ( 日本 ) に 南朝 ( 日本 ) が 兵粮 と 財政 収入 確保 の ため に 自己 の 支配 下 の 寺社 領地 など に 臨時 に かけ た 課税 の こと 。 +スクナビコナ ( スクナ ヒコナ と も 。 須久 那美 迦 微 、 少彦 名 、 少日子根 など 、 他 多数 。 ) は 、 日本 神話 に おけ る 神 。 +天王 山 ( てんのうざん ) は 、 京都 府 乙訓 郡 大山崎 町 の 山 。 +本因坊 秀哉 ( ほんいん ぼうしゅうさい 、 1874 年 6 月 24 日 - 1940 年 1 月 18 日 ) は 、 明治 から 昭和 に かけ て の 囲碁 の 棋士 ( 囲碁 ) 。 +宮崎 弥蔵 ( みやざき ・ やぞう 、 慶応 3 年 4 月 8 日 ( 旧暦 ) ( 1867 年 5 月 11 日 ) - 明治 29 年 ( 1896 年 ) 7 月 4 日 ) は 、 明治 期 の アジア 主義 者 。 +三野 石守 ( みの の いしもり ) は 奈良 時代 の 人 。 +青山 幸道 ( あおやま よしみち 、 享保 10 年 8 月 5 日 ( 旧暦 ) ( 1725 年 9 月 11 日 ) - 安永 8 年 10 月 30 日 ( 旧暦 ) ( 1779 年 12 月 7 日 ) ) は 、 丹後 国宮津 藩 の 第 2 代 藩 主 。 +不 改常典 ( ふかい の じょうてん ) は 、 70 7 年 以降 の 日本 の 天皇 の 即位 の 詔 で 度々 参照 さ れ る 法 で 、 天智 天皇 が 定め た と さ れ る もの で あ る 。 +奈良 専二 ( なら せん じ 、 182 2 年 − 1892 年 5 月 4 日 ) は 、 香川 県 出身 の 老農 ( 篤農家 ) ・ 農業 指導 者 。 +京こま ( きょう - 、 京独楽 ) は 日本 の 独楽 の 一種 。 +町屋 ( まちや ) と は 、 町 の 中 に あ る 庶民 の 住宅 の こと で あ る 。 +高見 王 ( たかみお う 、 生没年 不詳 ) は 平安 時代 中期 の 皇族 もしくは 賜姓 皇族 で あ っ た と さ れ る 。 +川勝広継 ( かわかつ ひろつぐ 、 生没年 不詳 ) は 、 戦国 時代 ( 日本 ) の 武将 。 +出納 ( すいのう ) は 、 蔵人 所 の 職員 の 1 つ で 蔵人 所 の 財物 の 出納 を はじめ 、 一切 の 庶務 を 掌 っ た 。 +大帷 ( おお かたびら ) +公辨 法親王 ( こうべん ほっ しん のう 、 寛文 9 年 8 月 21 日 ( 旧暦 ) ( 1669 年 9 月 16 日 ) - 正徳 ( 日本 ) 6 年 4 月 17 日 ( 旧暦 ) ( 1 71 6 年 6 月 6 日 ) ) は 江戸 時代 の 天台 宗 僧侶 。 +連句 ( れんく ) と は 、 俳諧 の 連歌 の こと 。 +発心 集 ( ほっ しん しゅう ) 鎌倉 時代 初期 の 仏教 説 話 集 。 +身分 統 制令 ( みぶん とう せいれい ) と は 天正 19 年 ( 1591 年 ) に 豊臣 秀吉 が 発 し た 3 ヶ条 の 法令 。 +戊辰 戦争 ( ぼしんせんそう 、 慶応 4 年 / 明治 元年 - 明治 2 年 ( 1868 年 - 1869 年 ) ) は 、 王政 復古 ( 日本 ) で 成立 し た 明治 新 政府 が 江戸 幕府 勢力 を 一掃 し た 日本 の 内戦 。 +伊藤 源助 ( い とうげんすけ 、 天保 13 年 ( 1842 年 ) ? - 明治 2 年 12 月 29 日 ( 旧暦 ) ( 1870 年 1 月 30 日 ) ) は 新選 組平 隊 士 、 また は 新 選 組入隊 志願 者 。 +亀 の 尾 ( かめ の お ) は 、 明治 時代 前期 に 山形 県 の 篤農家 ・ 阿部 亀治 に よ り 育成 さ れ た 日本 の イネ 品種 。 +坂上 熊毛 ( さかの うえの くまけ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +九条 尚実 ( くじょう なおざね 、 享保 2 年 6 月 21 日 ( 旧暦 ) ( 1 71 7 年 7 月 29 日 ) - 天明 7 年 9 月 22 日 ( 旧暦 ) ( 1787 年 11 月 1日 ) ) は 、 江戸 時代 中期 の 公家 で あ る 。 +息長 真手王 ( お きな がの まて の おおきみ 、 生没年 不詳 ) は 5 世紀 から 6 世紀 頃 の 日本 の 皇族 。 +中嶋 猛夫 ( なかじま   たけお 、 1947 年 - ) は 、 日本 の 環境 デザイナー 。 +長田 景致 ( お さだかげ むね 、 生年 未詳 - 建久 元年 ( 1190 年 ) ) は 平安 時代 末期 の 武将 。 +円 融院 ( えんゆういん 、 天文 ( 元号 ) 18 年 ( 1549 年 ) - 没年 未詳 ) は 、 三浦 桃寿丸 、 宇喜多 秀家 ら の 母 。 +藤原 秀澄 ( ふじわら の ひでず み 、 生年 不詳 - 承久 3 年 ( 1221 年 ) 10 月 ) は 鎌倉 時代 の 武士 。 +瀬戸 大将 ( せと たいしょう ) は 、 鳥山 石燕 に よ る 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 で 、 陶磁 器 の 付喪神 ( 器物 が 変化 し た 妖怪 ) の 一種 。 +内 薬司 ( ないやく し ) は 律令 制 に お い て 中務 省 に 属 する 機関 の 一 つ で あ る 。 +念仏 講 ( ねんぶつ こう ) と は 、 日本 の 仏教 に お い て 、 在家 信者 が 念仏 を 唱え る 講中 を 指 す 言葉 で あ る 。 +河原 者 ( かわらも の ) は 、 河原 人 と も 呼 ば れ 、 中世 日本 の 代表 的 な 被差 別民 の 一 つ で あ る 。 +韓天寿 ( かんてんじゅ 、 男性 、 享保 12 年 ( 1727 年 ) - 寛政 7 年 3 月 23 日 ( 旧暦 ) ( 1795 年 5 月 11 日 ) ) は 、 江戸 時代 中期 の 日本 の 書家 で あ る 。 +相輪 橖 ( そう りん とう ) は 、 仏教 施設 の ひと つ で あ る 。 +礫器 ( れっき ) と は 、 大きめ の 礫 を 素材 に し て つく っ た 石器 。 +勧修 寺 尹豊 ( かじゅう じこれ と よ 、 文亀 3 年 ( 150 3 年 ) - 文禄 3 年 2 月 1日 ( 旧暦 ) ( 1594 年 3 月 22 日 ) ) は 、 安土 桃山 時代 の 公家 ( 公卿 ) 。 +キリシタン 版 ( きりし たんばん ) と は 、 近世 初 期 ( 16 世紀 末 - 17 世紀 初め ) に 日本 を 中心 に イエズス 会 に よ っ て 刊行 さ れ た ローマ 字 、 あるいは 漢字 ・ 仮名 ( 文字 ) に よ る 印刷 の 通称 で あ る 。 +質取 行為 ( しち と り こうい ) と は 、 中世 日本 に お い て 、 別 の 地域 に 住 む 債務 者 から 弁済 を 受け られ な かっ た 債権 者 が 、 債務 者 と 同一 の 地域 に 住 む 第 三 者 ( 債務 者 と の 面識 の 有無 は 問 わ ず ) の 身柄 あるいは 財物 を 債務 の 賠償 と し て 私的 に 差し押さえ る 行為 。 +名和 長年 ( な わ なが とし 、 生年 不詳 - 延元 元年 / 建武 ( 日本 ) 3 年 6 月 30 日 ( 旧暦 ) ( ユリウス 暦 1336 年 8 月 7 日 ) ) は 、 日本 の 南北朝 時代 ( 日本 ) の 武将 で あ る 。 +一柳 直重 ( ひと つ やなぎ なおしげ 、 慶長 3 年 ( 1598 年 ) - 正保 2 年 6 月 24 日 ( 旧暦 ) ( 1645 年 8 月 15 日 ) ) は 、 伊予 国 西条 藩 の 第 2 代 藩 主 。 +三木 一草 ( さんぼく いっそう ) は 後醍醐 天皇 の 建武 の 新政下 で 寵遇 を 受け た 4 人 の 寵臣 の 呼称 。 +花山院 定好 ( かざん いん さだ よし 、 慶長 4 年 10 月 11 日 ( 旧暦 ) ( 1599 年 11 月 28 日 ) - 延宝 元年 7 月 4 日 ( 旧暦 ) ( 167 3 年 8 月 15 日 ) ) は 江戸 時代 前期 の 公卿 。 +長岳 寺 ( ちょうがくじ ) は 奈良 県 天理 市 柳 本町 に あ る 高野山 真言 宗 の 寺院 。 +日本 神話 にて 、 神産 み ( かみうみ ) と は 、 イザナギ ・ イザナミ が 島々 を 生 ん だ ( 国産 み の ) 後 、 神々 を 生み出 し て い っ た こと を 指 す 。 +惟宗 直本 ( これ むね の なおもと 、 生没年 不詳 ) は 、 平安 時代 の 明法 道 。 +倭姫命 ( やまと ひめ の みこと ) は 、 日本 神話 中 の 登場 人物 。 +長辻 通 ( ながつ じ どおり ) は 、 京都 市 内 の 通り の 一 つ 。 +二十 日 正月 ( はつ か しょう がつ ) と は 、 正月 の 終り と な る 節目 の 日 。 +押坂彦人 大兄 皇子 ( おしさか の ひこ ひと の おおえの みこ 、 生没年 不詳 ) は 、 飛鳥 時代 の 皇族 。 +閑院 宮典仁親王 ( かんいんの みや すけひと しんのう 、 享保 18 年 2 月 17 日 ( 1733 年 4 月 1日 ) - 寛政 6 年 7 月 6 日 ( 1794 年 8 月 1日 ) ) は 、 江戸 時代 の 宮家 当主 で 皇族 。 +蔵人 別当 ( く ろうど の べっとう ) と は 、 令外 官 の 役職 で 、 蔵人 所 の 長官 に あた る 。 +丿貫 ( へ ちかん 、 べちかん 、 生没年 不詳 ) は 、 戦国 時代 ( 日本 ) 後期 から 安土 桃山 時代 に かけ て の 伝説 的 な 茶人 。 +假 ( け / か ) と は 、 律令 制 に おけ る 貴族 ・ 官人 の 休日 の こと 。 +忌部 子人 ( いんべ の こび と 、 生年 不明 - 養老 3 年 7 月 15 日 ( 旧暦 ) ( 71 9 年 9 月 3 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +「 唐 物語 」 ( から ものがたり ) は 、 中国 の 故事 を 翻案 し 歌 物語 の 形式 に し た 説話 物語 集 。 +日野 椀 ( ひ の わん ) は 滋賀 県 蒲生 郡 日野 町 ( 滋賀 県 ) と その 周辺 で 生産 さ れ た 漆器 。 +堤 中納言 物語 ( つつみ ちゅう なごん ものがたり ) は 、 日本 の 平安 時代 後期 以降 に 成立 し た 短編 物語 集 。 +BiVi 二条 ( ビビ に じょう ) は 京都 府 京都 市 中京 区 の 二条 駅 西口 ・ 旧 日本 国 有 鉄道 操車 場 跡 に 作 ら れ た 地上 4 階 建て の 複合 商業 施設 で あ る 。 +狩野 永徳 ( かのうえいとく 、 天文 ( 元号 ) 12 年 1 月 13 日 ( 旧暦 ) ( 1543 年 2 月 16 日 ) - 天正 18 年 9 月 4 日 ( 旧暦 ) ( 1590 年 10 月 12 日 ) ) は 、 安土 桃山 時代 の 絵師 。 +平安 時代 ( へいあん じだい 、 794 年 - 1185 年 頃 ) と は 、 794 年 に 桓武 天皇 が 平安 京 ( 京都 ) に 都 ( 首都 ) を 移 し て から 、 鎌倉 幕府 の 成立 まで の 約 390 年間 を 指 す 日本 の 歴史 の 時代 区分 の 一 つ 。 +亥 の 子餅 ( いの こもち ) と は 、 亥 の 子 に 際 し て 作 ら れ る 餅 。 +松浦 秀任 ( まつうら ひでとう 、 ? - 慶長 5 年 9 月 13 日 ( 旧暦 ) ( 160 0 年 10 月 19 日 ) ) は 豊臣 政権 の 大名 ( 井生 藩 ) 、 武将 。 +明治 農法 ( めいじ のう ほう ) と は 、 明治 時代 、 近代 農学 と 対比 さ れ る 形 で 農書 に 代表 さ れ る 旧来 の 農業 技術 を 集積 ・ 体系 化 し た もの の 総称 。 +茜部 荘 ( あかなべ の しょう ) は 、 平安 時代 ~ 室町 時代 に かけ て 美濃 国 に あ っ た 荘園 。 +国引き 神話 ( くにびき しんわ ) は 、 出雲 国 に 伝わ る 日本 神話 の 一 つ で あ る 。 +練り切り ( ねりきり ) は 、 白餡 に 求肥 ( ぎゅうひ : 蒸 す かゆで た 白玉 粉 や 餅米 の 粉 に 、 砂糖 や 水飴 を 加え て 練 っ た もの ) や ツクネイモ を 混ぜ て 練 っ た 生 菓子 の 和 菓子 で あ る 。 +永姫 ( えいひめ 、 - 元和 ( 日本 ) 9 年 2 月 24 日 ( 旧暦 ) ( 1623 年 3 月 24 日 ) ) は 、 織田 信長 の 四女 。 +退耕庵 ( たいこうあん ) は 京都 市 東山 区 に あ る 臨済 宗 東福寺 派 の 大 本山 ・ 東福 寺 の 塔頭 で あ る 。 +渋谷 実 ( しぶや みのる 、 1907 年 1 月 2 日 - 1980 年 12 月 20 日 ) は 、 日本 の 映画 監督 で あ る 。 +壱 伎 韓国 ( いき の からくに 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +駄 菓子 ( だ が し ) と は 、 子供 の 持 つ 小銭 程度 で 買え る 菓子 の こと で あ る 。 +金森 頼錦 ( かな もり より かね ) は 、 美濃 国 八幡 藩 の 第 2 代 藩 主 。 +小堀 正優 ( こぼり まさや す 、 天明 6 年 ( 1786 年 ) - 慶応 3 年 6 月 24 日 ( 旧暦 ) ( 1867 年 7 月 25 日 ) ) は 、 江戸 時代 末期 の 旗本 。 +国立 銀行 条例 ( こくりつ ぎんこう じょうれい ) は 、 1872 年 に 制定 さ れ た 日本 の 法律 で あ る 。 +近衛 家 実 ( この えいえざね 、 治承 3 年 ( 1179 年 ) - 仁治 3 年 12 月 27 日 ( 旧暦 ) ( 1243 年 1 月 19 日 ) ) は 鎌倉 時代 前期 の 公卿 。 +杜氏 ( とうじ 、 とじ ) と は 、 日本 酒 の 醸造 工程 を 行 う 職人 集団 、 すなわち 蔵人 の 監督 者 で あ り 、 なおかつ 酒蔵 の 最高 製造 責任 者 を い う 。 +注連縄 ( しめなわ ) は 、 神道 に おけ る 神祭具 で 、 宗教 上 の 意味 を 持 つ 紙垂 ( し で ) を つけ た ロープ を さ す 。 +「 正信 念仏偈 ( しょうしん ねん ぶつ げ ) 〈 正信念佛偈 〉 」 は 、 親鸞 の 著書 『 顕浄土 真実 教行 証文 類 』 の 「 行巻 」 の 末尾 に 所収 の 偈文 。 +市松 人形 ( いち まつ にんぎょう ) と は 、 着せ 替え 人形 の 一種 で あ る 。 +すだれ ( 簀垂 れ 、 簾 ) は 、 糸 で 竹 や ヨシ を 編み 連ね た もの 。 +支城 ( しじょう ) と は 、 本城 を 守 る よう に 配置 さ れ た 補助 的 役割 を 持 つ 出城 ・ 砦 ・ 陣屋 など の こと を 指 す 。 +東本願 寺 ( ひがしほんがん じ HigashiHongan - ji ) は 、 京都 府 京都 市 下京 区 に あ る 浄土 真宗 の 仏教 寺院 。 +大和 民族 ( やまと みんぞく ) は 古代 から 日本 本土 ( 本州 、 四国 、 九州 ) と 、 その 周辺 離島 を 含 む 日本 列島 の 全域 に 住 む 民族 と さ れ る 。 +吉田 神社 ( よしだ じんじゃ ) は 、 京都 市 左京 区 吉田 神楽岡 町 の 吉田 山 に あ る 神社 。 +幅 ( はば ) と は 、 和服 に 用い る 布地 の 横 の 長 さ を 図 る 数量 表現 。 +『 修業 立志編 』 ( しゅうぎょう りっし へん ) は 福澤 諭吉 の 著書 の ひと つ 。 +荒木 村重 ( あらきむら しげ ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 の 武将 ・ 大名 。 +棚倉 駅 ( たな くら えき ) は 、 京都 府 木津川 市山城 町 ( 京都 府 ) 平尾 里 屋敷 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 。 +伏見 版 ( ふしみ ばん ) と は 、 江戸 時代 初頭 に 、 徳川 家康 の 命 に よ り 、 山城 国 伏見 区 の 伏見 学校 の 一角 に 建立 さ れ た 円光 寺 ( 現在 地 は 、 京都 市 左京 区 一乗 寺 ) に お い て 開版 さ れ た 木活字 版 の こと で あ る 。 +洋食 ( ようしょく ) と は 、 日本 国 内 で 供 さ れ る 西洋 風 の 料理 を 指 す 用語 で あ る 。 +線香 ( せんこう 、 インセンス 、 incense ) は 、 火 を つけ る こと で 芳香 の あ る 煙 を 出 す 、 好 ま れ る 香り を 出 す 材料 を 細か く し て 練り合わせ 細 い 棒状 や 渦巻き 状 に 成型 し て 乾燥 さ せ た もの で あ る 。 +大覚 寺 統 ( だい かくじ とう ) は 、 鎌倉 時代 後期 から 南北朝 時代 に かけ て 皇位 に 即 い た 皇室 の 系統 で 、 持明 院 統 と 対立 し て い た 。 +続 守 言 ( しょくしゅ げん 、 生没年 不明 ) は 、 7 世紀 後半 ( 飛鳥 時代 後期 ) に 唐 から 倭 ( 日本 ) へ 帰化 し た 渡来 人 。 +木田 氏 ( きだし ) は 、 日本 の 氏族 の 一 つ 。 +尭延 法 親王 ( ぎょう えん ほっ しん のう 、 延宝 4 年 12 月 28 日 ( 旧暦 ) ( 167 7 年 1 月 31 日 ) - 享保 3 年 11 月 29 日 ( 旧暦 ) ( 1 71 9 年 1 月 19 日 ) ) は 、 江戸 時代 前期 から 中期 に かけ て の 法親 王 。 +( 42 万 石 ) +源 氏 嫡流 ( げんじ ちゃくりゅう ) と は 、 源氏 の 嫡流 。 +立川 流 ( たちかわ りゅう ) と は 、 鎌倉 時代 に 仁寛 に よ っ て 開 か れ 、 南北朝 時代 ( 日本 ) に 文観 に よ っ て 大成 さ れ た と さ れ る 密教 の 一派 で あ る 。 +すのこ ( 簀の 子 ) は 太 い 木 の 横板 に 薄 い 木 の 板 を 打ち付け た もの 。 +古事 類 苑 ( こじ るい えん ) は 明治 時代 に 編纂 さ れ た 類書 ( 一種 の 百科 事典 ) で 、 各 項目 に つ い て 明治 時代 前 の 諸 文献 を 引用 する もの 。 +霊鹿山 行願 寺 ( りょう ろく ざんぎょう がんじ ) は 、 京都 府 京都 市 中京 区 に あ る 天台 宗 の 寺院 。 +切能 ( きり のう ) と は 、 能 に お い て 鬼 ・ 天狗 ・ 天神 ・ 雷神 ・ 龍神 など が シテ と な る 曲 。 +霊光 殿 天満 宮 ( れいこう でん てん まんぐう ) は 、 京都 市 上京 区 に あ る 神社 で あ る 。 +尾崎 弥兵衛 ( おざき や へえ 、 生没年 不詳 ) は 新 選 組 の 前身 、 壬生 浪士 組 の 隊士 で あ る 。 +『 本朝 文粋 』 ( ほんちょう もん ずい ) は 藤原 明衡 の 編纂 に よ る 。 +小早川 茂平 ( こばやかわ しげひら ) は 鎌倉 時代 の 武士 。 +伊射 奈岐 神社 ( いざなぎ じんじゃ ) は 奈良 県 天理 市 に あ る 神社 。 +島津 以久 ( しまづ ゆきひさ 、 1550 年 8 月 2 日 ( 天文 ( 元号 ) 19 年 6 月 20 日 ( 旧暦 ) ) - 16 10 年 5 月 31 日 ( 慶長 15 年 4 月 9 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 島津 氏 の 武将 。 +明正 天皇 ( めいしょうてんのう 、 元和 9 年 11 月 19 日 ( 1624 年 1 月 9 日 ) - 元禄 9 年 11 月 10 日 ( 1696 年 12 月 4 日 ) ) は 、 第 109 代 天皇 ( 在位 : 寛永 6 年 11 月 8 日 ( 1629 年 12 月 22 日 ) - 寛永 20 年 10 月 3 日 ( 1643 年 11 月 14 日 ) ) 。 +橘 正通 ( たちばなの まさみ ち 、 生没年 不詳 ) は 、 平安 時代 中期 の 歌人 、 漢詩 人 。 +美々 津 ( みみつ ) は 、 宮崎 県 日向 市 の 地名 。 +言霊 ( ことだま ) と は 、 一般 的 に は 日本 に お い て 言葉 に 宿 る と 信 じ られ た 霊的 な 力 の こと 。 +鏡開き ( かがみ びらき ) と は 、 正月 に 年神 に 供え た 鏡餅 を 割り 、 雑煮 や 汁粉 に 入れ て 食べ 、 一家 の 円満 を 願 う 行事 で あ る 。 +雲伝心 道流 ( うん でん しんどうりゅう ) と は 、 茶道 の 流派 の 一種 で あ る 。 +弘徽 殿 女御 ( こきでん の にょうご ) は 、 物語 に 登場 する 、 本名 の わか ら な い 架空 の 皇妃 の 便宜 上 の 名称 。 +大石 良雄 ( おおいし よしお / よしたか ) は 、 播磨 国 赤穂 藩 の 筆頭 家老 。 +森成利 ( もり なりとし ) は 、 戦国 時代 ( 日本 ) の 武将 。 +百済 河成 ( くだら の かわな り 、 延暦 元年 ( 782 年 ) - 仁寿 3 年 8 月 24 日 ( 旧暦 ) ( 853 年 9 月 30 日 ) ) は 、 平安 時代 初期 の 画家 。 +源 斉頼 ( みなもとの まさより 、 生没 年 未詳 ) は 、 平安 時代 中期 の 武将 。 +安城 御影 ( あんじょう の ごえい ( みえい ) ) は 、 鎌倉 時代 の 1255 年 ( 建長 7 年 ) 法眼 朝 円 の 筆 と さ れ る 絹本 著色 親鸞 聖人像 。 +秦 友足 ( はだの とも たり 、 生年 不明 - 天武 天皇 元年 7 月 9 日 ( 67 2 年 8 月 7 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +日本 の 文化 ( にっぽん の ぶんか 、 にほん の ぶんか ) +布施屋 ( ふせや ) と は 、 古代 律令 制 時代 に 日本 各地 に 作 ら れ た 旅行 者 の 一時 救護 ・ 宿泊 施設 。 +吉原 の 万灯籠 ( よしわら の まんどろ ) と は 、 京都 府 舞鶴 市 に 伝わ る 伝説 的 で 勇壮 な 祭 の ひと つ 。 +佐々木 宗綱 は ( ささき むねつ な 、   1248 年 ( 宝治 2 年 ) ? - 1297 年 9 月 27 日 ( 永仁 5 年 9 月 10 日 ( 旧暦 ) ) ) は 鎌倉 時代 中期 の 武将 。 +院政 ( いんせい ) と は 、 在位 する 天皇 の 直系 尊属 で あ る 太上 天皇 ( 上皇 ) が 、 天皇 に 代わ っ て 政務 を 直接 行 う 形態 の 政治 で あ る 。 +幇間 ( ほうかん 、 また は 、 たいこ 、 と も 読 む 。 ) は 、 宴席 や お 座敷 など の 酒席 に お い て 主 や 客 の 機嫌 を と り 、 自ら 芸 を 見せ 、 さらに 芸者 ・ 舞妓 を 助け て 場 を 盛り上げ る 男性 の 職業 を い う 。 +中山 美伎 ( なかやま みき 、 寛政 10 年 4 月 18 日 ( 旧暦 ) ( 1798 年 6 月 2 日 ) - 明治 20 年 1 月 26 日 ( 旧暦 ) ( 1887 年 2 月 18 日 ) ) は 、 日本 の 宗教 家 、 天理 教 教祖 。 +北条 時 頼 ( ほうじょう ときより 、 安貞 元年 5 月 14 日 ( 旧暦 ) ( 1227 年 6 月 29 日 ) - 弘長 3 年 11 月 22 日 ( 旧暦 ) ( 1263 年 12 月 24 日 ) ) は 、 鎌倉 幕府 第 5 代 執権 ( 在職 1246 年 - 1256 年 ) で あ る 。 +時 今 桔梗 旗揚 ( とき は いま き きょう の はたあげ ) は 歌舞伎 の 演目 名 。 +仁科 盛国 ( にしな もりくに 、 生没 年 未詳 ) は 、 戦国 時代 ( 日本 ) の 武将 。 +今川 貞世 ( いまがわ さだ よ ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) ・ 室町 時代 の 武将 、 遠江 国 の 守護 大名 、 室町 幕府 の 九州 探題 。 +青木 周藏 ( あおき しゅうぞう 、 1844 年 3 月 3 日 ( 天保 15 年 1 月 15 日 ( 旧暦 ) ) - 1914 年 2 月 16 日 ) は 明治 、 大正 期 の 外交 官 、 政治 家 。 +真雅 ( しんが 、 延暦 20 年 ( 80 1 年 ) - 元慶 3 年 1 月 3 日 ( 旧暦 ) ( 879 年 2 月 1日 ) ) は 、 平安 時代 前期 の 真言 宗 の 僧 。 +上杉能 憲 ( うえすぎ よしのり 、 正慶 2 年 / 元弘 3 年 ( 1333 年 ) - 永和 ( 日本 ) 4 年 / 天授 ( 日本 ) 4 年 4 月 17 日 ( 旧暦 ) ( 1378 年 5 月 14 日 ) ) は 、 南北朝 時代 ( 日本 ) の 武将 で あ る 。 +石上 宅嗣 ( いその かみ や かつ ぐ 、 天平 元年 ( 729 年 ) - 天応 ( 日本 ) 元年 6 月 24 日 ( 旧暦 ) ( 78 1 年 7 月 23 日 ) ) は 、 奈良 時代 後期 の 公卿 ・ 文人 。 +柳原 資明 ( やなぎわら すけあきら 、 永仁 5 年 ( 1297 年 ) - 文和 2 年 / 正平 ( 日本 ) 8 年 ( 1353 年 ) 7 月 27 日 ( 旧暦 ) ) は 、 南北朝 時代 ( 日本 ) の 公卿 で 、 柳原 家 の 祖 。 +昆布茶 ( こぶちゃ ・ こんぶ ちゃ ) は 、 コンブ を 乾燥 さ せ 細か く 刻 ん だり 粉末 状 に し た もの に 湯 を そそ い で 飲 む 飲料 。 +義経 千 本櫻 ( よしつね せん ぼん ざくら ) は 、 義太夫 節 また それ に 合せ て 演 じ られ る 人形 浄 瑠璃 ・ 歌舞伎 の 演目 。 +『 運 』 ( うん ) は 芥川 龍之介 に よ る 初期 の 小説 で あ る 。 +公爵 ( こうしゃく ) と は 爵位 ( 五爵 ) の 第 1 位 で あ る 。 +仏眼 仏母 ( ぶつげん ぶつ も ) 、 サンスクリット ブッダ ローチャニー は 、 仏教 、 特に 密教 で 崇め られ る 仏 の 一尊 。 +河合 耆三郎 ( かわいきさぶろう 、 天保 9 年 ( 1838 年 ) - 慶応 2 年 2 月 12 日 ( 旧暦 ) ( 1866 年 3 月 28 日 ) ) は 、 新 選 組 勘定方 。 +円爾 ( えん に 、 建仁 2 年 10 月 15 日 ( 旧暦 ) ( 120 2 年 11 月 1日 ) - 弘安 3 年 10 月 17 日 ( 旧暦 ) ( 1280 年 11 月 10 日 ) ) は 、 鎌倉 時代 中期 の 臨済 宗 の 僧 。 +森 晴蔵 ( もり せいぞう 、 1927 年 ( 昭和 2 年 ) - ) は 、 ワキ 方 高安 流能 楽師 。 +今出川 公行 ( いまで がわ きんゆき 、 生年 不詳 - 応永 28 年 6 月 13 日 ( 旧暦 ) ( 142 1 年 7 月 12 日 ) ) は 、 室町 時代 の 公卿 。 +宇治 トンネル ( うじ トンネル ) は 、 自動 車 専用 道路 トンネル で あ る 。 +東雲 駅 ( しののめ えき ) は 、 京都 府 舞鶴 市 水間 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮津 線 の 鉄道 駅 。 +本禅寺 ( ほんぜん じ ) は 、 法華 宗 陣 門流 の 京 別 院 。 +北条 綱成 ( ほうじょう つな しげ / つななり ) ( 永正 12 年 ( 1515 年 ) ~ 天正 15 年 ( 1587 年 ) ) は 、 戦国 時代 ( 日本 ) の 武将 で 、 後 北条 氏 家臣 。 +畠山 国清 ( はたけ やま く に きよ 、 生年 不詳 - 1362 年 ( 貞治 元年 / 正平 ( 日本 ) 17 年 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 の 武将 で あ る 。 +伊藤 真乗 ( いとう しんじょう 、 俗名 : 伊藤 文明 ( いとう ふみあき ) 、 明治 39 年 ( 190 6 年 ) 3 月 28 日 - 平成 元年 ( 1989 年 ) 7 月 19 日 ) は 、 日本 の 宗教 家 で 、 在家 仏教 教団 ・ 真如 苑 の 開祖 。 +祇園 祭 ( ぎおん まつり 、 ぎおんさい ) は 、 祇園 信仰 ( スサノオ ・ 牛頭 天王 ) を 祀 る 祇園 神社 に 奉納 さ れ る 祭 で あ る 。 +平松 時庸 ( ひらまつ と きつ ね 、 慶長 4 年 4 月 28 日 ( 旧暦 ) ( 1599 年 6 月 20 日 ) - 承応 3 年 7 月 12 日 ( 旧暦 ) ( 1654 年 8 月 24 日 ) ) は 江戸 時代 初期 の 公家 。 +小出 吉英 ( こいで よし ふさ 、 よしひで 、 天正 15 年 ( 1587 年 ) - 寛文 6 年 3 月 9 日 ( 旧暦 ) ( 1666 年 4 月 13 日 ) ) は 、 江戸 時代 前期 の 大名 。 +後光厳 天皇 ( ご こうごん てん の う 延元 3 年 / 暦応 元年 3 月 2 日 ( 1338 年 3 月 23 日 ) - 文中 3 年 / 応安 7 年 1 月 29 日 ( 1374 年 3 月 12 日 ) 在位 : 正平 8 年 / 文和 元年 8 月 17 日 ( 1352 年 9 月 25 日 ) - 建徳 2 年 / 応安 4 年 3 月 23 日 ( 13 71 年 4 月 9 日 ) ) は 、 南北朝 時代 の 北朝 第 4 代 天皇 で あ る 。 +統裁 合議制 ( とうさいごう ぎせい ) は 、 組織 内 に おけ る 意思 決定 の 方法 で あ る 。 +中村 梅玉 ( なかむら ばいぎょく ) は 歌舞伎 の 名跡 の 一 。 +茨木司 ( いばらき つか さ 、 生年 不詳 - 慶応 3 年 6 月 14 日 ( 旧暦 ) ( 1867 年 7 月 15 日 ) ) は 、 会津 藩 出身 の 新 選 組 隊士 。 +兼明 親王 ( かねあきら しんのう 、 延喜 14 年 ( 914 年 ) - 永延 元年 ( 987 年 ) ) は 平安 時代 の 皇族 。 +阿含 の 星 まつり ( あごん の ほしまつり ) は 、 阿含 宗 に よ り 毎年 2 月 11 日 、 「 炎 の 祭典 ・ 阿含 の 星 まつり 」 と し て 京都 府 京都 市 山科 区 北 花山 大峰 の 阿含 宗 本 山 境内地 にて 開催 する 宗教 行事 で あ る 。 +縁起 ( えんぎ ) +庭田 重能 ( にわた しげよし 、 天明 2 年 6 月 3 日 ( 旧暦 ) ( 1782 年 7 月 12 日 ) - 天保 13 年 8 月 19 日 ( 旧暦 ) ( 1842 年 9 月 23 日 ) ) は 江戸 時代 後期 の 公家 、 公卿 。 +森長 氏 ( もりなが うじ 、 永禄 10 年 ( 1567 年 ) - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ) は 、 織田 信長 の 小姓 の 一人 。 +天狗 ( てんぐ ) は 、 日本 の 伝説 の 生物 一覧 。 +半能 ( はん - のう ) と は 、 能楽 に お い て 付 祝言 の ため に 、 一 曲 の 能 を 後場 に 焦点 を あて 、 前場 を 大幅 に 略 し て 演じ る 形態 。 +野口 兼資 ( のぐ ち かねすけ 、 1879 年 ( 明治 12 年 ) 1 1 月 7 日 - 1953 年 ( 昭和 28 年 ) 10 月 4 日 ) は 、 シテ 方 宝生 流能 楽師 。 +奈良 盆 地 ( なら ぼんち ) と は 、 日本 の 奈良 県 北西部 に 位置 する 標高 100 メートル 以下 の 断層 盆地 を 指 す 。 +京都 シネマ ( きょうと シネマ ) は 、 京都 府 京都 市 下京 区 四条 烏丸 に あ る 映画 館 ( ミニ シアター ) 。 +法 金 剛 院 ( ほう こん ごういん ) は 、 京都 市 右京 区 花園 _ ( 京都 市 ) に あ る 律宗 の 寺院 で あ る 。 +大江 駅 ( おおえ えき ) は 、 京都 府 福知 山 市 大江町 ( 京都 府 ) 河守 ( こうもり ) に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮 福線 の 鉄道 駅 。 +大炊 御門 頼 国 ( おおい の みかど よりくに 、 天正 5 年 ( 1577 年 ) - 慶長 18 年 ( 1613 年 ) 5 月 ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 公卿 。 +多宝 如来 ( たほう にょらい ) は 、 仏教 の 信仰 対象 で あ る 如来 の 一 つ 。 +恵方 巻 、 恵方 巻き ( えほうまき ) は 、 節分 に 食べ る と 縁起 が 良 い と さ れ る 巻き 寿司 また は それ を 食べ る 近畿 地方 を 中心 と し た 風習 で あ る 。 +自治 党 ( じち とう ) と は 、 1888 年 から 翌年 に かけ て 井上 馨 が 進め て き た 町村長 ら 地方 の 名望 家 を 集め て 結成 を 構想 し た 新党 構想 で あ る が 、 失敗 に 終わ っ た 。 +鞍野郎 ( くら や ろ う ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 の 一 つ で 、 馬具 の 鞍 の 妖怪 。 +将軍 後見職 ( しょうぐん こうけんしょく ) は 、 江戸 時代 後期 、 幕末 に 新設 さ れ た 政事 総裁職 、 京都 守護 職 と 並 ぶ 江戸 幕府 三 要職 の 一 つ で あ る 。 +弥勒 菩薩 半跏 思惟像 ( みろく ぼさつ はんか し ゆいぞう ) は 、 大陸 より 6 世紀 から 7 世紀 の 弥勒 信仰 の 流入 と 共 に 伝え られ 、 国内 に は 飛鳥 時代 、 奈良 時代 の 作品 が 多 く 残 さ れ て い る 。 +瀬川 如皐 ( せがわ じょこう ) は 歌舞伎 作者 の 名跡 。 +織田 長好 ( お だ なが よし 、 元和 ( 日本 ) 3 年 ( 1617 年 ) - 慶安 4 年 5 月 20 日 ( 旧暦 ) ( 1651 年 7 月 7 日 ) ) と は 、 織田 頼長 の 長男 で あ る 。 +醍醐 忠順 ( だい ご ただ お さ 、 文政 13 年 3 月 17 日 ( 旧暦 ) ( 1830 年 4 月 9 日 ) - 明治 33 年 ( 190 0 年 ) 7 月 4 日 ) は 、 江戸 時代 末期 の 公卿 、 廷臣 。 +南蛮 貿易 ( なんばん ぼうえき ) と は 、 日本 の 商人 と スペイン 、 ポルトガル の 商人 ( 南蛮 人 ) と の 間 で 16 世紀 半ば から 17 世紀 初期 に かけ て 行 わ れ て い た 貿易 で あ る 。 +加悦谷 ( かやだ に ) は 京都 府 丹後 地方 、 大江山 連峰 と 江笠 連峰 に 囲 ま れ た 扇状 地 。 +火箸 ( ひばし ) と は 、 日本 の 道具 の ひと つ 。 +御 食国 ( みけつく に ) は 、 日本 古代 から 平安 時代 まで 、 贄 ( にえ ) の 貢進 国 、 すなわち 皇室 ・ 朝廷 に 海水産 物 を 中心 と し た 御 食料 ( 穀類 以外 の 副食物 ) を 貢 い だ と 推定 さ れ る 国 を 指 す 言葉 。 +分部 光邦 ( わけべ みつく に 、 天明 6 年 6 月 3 日 ( 旧暦 ) ( 1786 年 6 月 28 日 ) - 文化 ( 元号 ) 7 年 9 月 22 日 ( 旧暦 ) ( 1810 年 10 月 20 日 ) ) は 、 近江国 大溝 藩 の 第 9 代 藩 主 。 +古 神道 ( こしんとう ) と は 、 6 世紀 以前 の 古道 ・ 神道 と 呼称 さ れ た 神道 の 源流 で あ る 日本 古来 の 信仰 の こと 。 +鶏 刺 し ( とりさし ) と は 、 鶏肉 の 刺身 で 、 九州 の 南部 地方 の 鹿児島 県 や 宮崎 県 で 好 ま れ る 。 +伊吹山 ( いぶきやま 、 いぶき さん ) は 標高 1, 3 7 7 . 3 m 、 滋賀 県 と 岐阜 県 の 県境 に あ る 伊吹 山地 の 主峰 。 +化 政 文化 ( か せ い ぶんか ) と は 、 文化 ( 元号 ) ・ 文政 期 ( 180 4 年 ~ 1829 年 ) を 中心 と する 江戸 時代 後期 に 発展 し た 町人 文化 で あ る 。 +遣隋 使 ( けんずいし ) と は 、 推古 天皇朝 の 俀國 ( 倭国 ) が 隋 に 派遣 し た 朝貢 使 の こと を い う 。 +穴穂部 皇子 ( あなほべ のみこ 、 生年 不詳 - 用明 天皇 2 年 6 月 7 日 ( 旧暦 ) ( 58 7 年 7 月 17 日 ) ) は 、 飛鳥 時代 の 皇族 。 +高砂 太夫 ( たか さご た ゆう ) は 、 京都 市 下京 区 出身 の 元 嶋 原 太夫 。 +水口 市松 ( みずぐち いち まつ 、 文政 7 年 ( 1824 年 ) ? - 慶応 4 年 1 月 5 日 ( 旧暦 ) ( 1868 年 1 月 29 日 ) ) は 新選 組 隊士 。 +友枝 喜久夫 ( ともえだき くお 。 190 8 年 9 月 25 日 - 1996 年 1 月 3 日 ) は 昭和 期 に 活躍 し た 喜多 流 の 能 役 者 。 +角盥漱 ( つ の はん ぞう ) は 、 鳥山 石燕 の 妖怪 画 集 『 画図 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +楠木 正元 ( くすのき まさもと 、 生年 不詳 - 1392 年 ) は 室町 時代 の 武将 。 +木下 巌 ( きのした いわお 、 弘化 3 年 ( 1846 年 ) - 慶応 4 年 8 月 21 日 ( 旧暦 ) ( 1868 年 10 月 6 日 ) ) は 、 阿波 国 徳島 出身 ( 山城 国 出身 と の 説 も あり ) の 新選 組 隊士 。 +中村 翫右衛門 ( なかむら かんえもん ) は 、 歌舞伎 役者 。 +三重 塔 ( さんじゅう の とう ) は 仏教 の 祖釈 迦 の 舎利 ( 遺骨 ) を おさめ る 仏塔 の 形式 の 一種 。 +正長 の 土一 揆 ( しょうちょう の つち いっ き or しょうちょう の ど いっき ) は 、 142 8 年 ( 正長 元年 ) 8 月 から 9 月 に 起き た 、 室町 時代 の 一揆 の 一 つ 。 +藤原 俊兼 ( ふじわら の としかね 、 生没 年 未詳 ) は 、 鎌倉 時代 初期 の 役人 ・ 官吏 。 +藤原 元命 ( ふじわら の もとなが 、 生没年 不詳 ) は 平安 時代 中期 の 中級 官人 。 +日像 ( にちぞう 、 文永 6 年 8 月 10 日 ( 旧暦 ) ( 1269 年 9 月 7 日 ) - 康永 元年 / 興国 3 年 11 月 13 日 ( 旧暦 ) ( 1342 年 12 月 11 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 日蓮 宗 の 僧 。 +馬寮 ( めりょう / うま の つかさ ) は 、 律令 制 に おけ る 官司 の 一 つ 。 +和歌 四 天王 ( わかしてん のう ) と は 、 和歌 に 優れ た 人物 を 顕彰 し て 呼 ん だ もの で あ る 。 +小倉 家 ( おぐらけ ) は 、 羽 林 家 の 家格 を 有 する 公家 。 +寺 社 本所 領事 ( じしゃ ほん じょ りょう の こと ) は 、 応安 元年 6 月 17 日 ( 旧暦 ) ( 正平 ( 日本 ) 23 年 / 1368 年 7 月 2 日 ) に 室町 幕府 に よ っ て 出 さ れ た 法令 。 +下毛野 石代 ( しもつけ ぬ の いわしろ 、 生没年 不詳 ) は 、 飛鳥 時代 から 奈良 時代 に かけ て の 貴族 。 +織田 長利 ( お だ ながとし ) +佐賀 の 七 賢 人 ( さがの し ちけん じん ) は 、 江戸 時代 末期 ( 幕末 ) から 明治 時代 に かけ て 活躍 し た 、 佐賀 藩 ( 今 の 佐賀 県 ) 出身 の 偉人 七 人 の 総称 で あ る 。 +唐橋 在数 ( から はし あり か ず 、 文安 5 年 ( 1448 年 ) - 明応 5 年 1 月 7 日 ( 旧暦 ) ( 1496 年 1 月 22 日 ) ) は 室町 時代 の 公卿 。 +諏訪頼 満 +箏 ( そう ) は 、 日本 の 伝統 楽器 。 +芝山 広豊 ( しばやま ひろ と よ 、 延宝 2 年 2 月 23 日 ( 旧暦 ) ( 167 4 年 3 月 30 日 ) - 享保 8 年 2 月 13 日 ( 旧暦 ) ( 1723 年 3 月 19 日 ) ) は 、 江戸 時代 の 公家 ( 公卿 ) 。 +西園寺 実益 ( さいおんじ さね ま す 、 永禄 3 年 ( 15 60 年 ) - 寛永 9 年 3 月 12 日 ( 旧暦 ) ( 1632 年 5 月 1日 ) ) は 、 安土 桃山 時代 から 江戸 時代 前期 の 公卿 。 +類聚 歌 林 ( るい じゅう かりん ) は 、 歌集 。 +重要 無形 文化 財 ( じゅうよう むけい ぶんか ざい ) と は 、 日本 に お い て 、 同国 の 文化 財 保護 法 に 基づ い て 、 同国 の 文部 科学 大臣 に よ っ て 指定 さ れ た 、 無形 文化 財 の こと 。 +比 企尼 ( ひき の あま 、 生没年 不詳 ) は 、 平安 時代 末期 の 女性 。 +玉露 ( ぎょくろ ) は 日本 茶 の 一種 。 +蘇我 連子 ( そが の むら じこ 、 男性 、 推古 天皇 19 年 ( 611 年 ) ? - 天智 天皇 3 年 ( 664 年 ) ) は 飛鳥 時代 の 日本 の 豪族 。 +織田 信親 ( おだ のぶちか 、 嘉永 3 年 12 月 25 日 ( 旧暦 ) ( 1851 年 1 月 26 日 ) - 昭和 2 年 ( 1927 年 ) 10 月 30 日 ) は 丹波 国 丹波 柏原 藩 第 10 代 藩 主 、 柏原 藩 知事 。 +平将 国 ( 平將 國 ・ たいら の まさく に 、 生没 年 未詳 ) は 、 平安 時代 の 武将 。 +敦実親王 ( あつみ しんのう 、 寛平 5 年 ( 893 年 ) - 康保 4 年 3 月 2 日 ( 96 7 年 4 月 14 日 ) ) は 、 宇多 天皇 の 第 8 皇子 。 +内記 ( ないき ) は 律令 制 に お い て 中務 省 に 属 し た 品官 。 +青島 ( あおしま ) は 、 京都 府 与謝 郡 伊根 町 の 大間口 340 メートル 、 小間口 120 メートル を 隔て て 、 伊根 湾 内 に 浮か ぶ 島 。 +柴田 彦三郎 ( しばた ひこさぶろう 、 天保 11 年 ( 1840 年 ) - 慶応 2 年 6 月 23 日 ( 旧暦 ) ( 1866 年 8 月 3 日 ) ) は 新選 組平 隊 士 。 +彦主人 王 ( ひこう し おう ・ ひこう し の おおきみ 、 生没年 不詳 ) は 、 5 世紀 の 皇族 ( 王族 ) 。 +東山 駅 ( ひがしやま えき ) は 、 京都 市 東山 区 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 +安倍 頼時 ( あべの より とき 、 ? - 天喜 5 年 7 月 26 日 ( 旧暦 ) ( 105 7 年 8 月 28 日 ) ) は 平安 時代 の 武将 。 +小宰相 ( こざいしょう 、 嘉応 元年 ( 11 64 年 ) ? - 寿永 3 年 ( 1184 年 ) 2 月 14 日 ( 旧暦 ) ) は 平安 時代 末期 の 女性 。 +五瀬命 ( いつせ の みこと ) は 、 日本 神話 に 登場 する 日本 の 皇族 で あ る 。 +坂東 薪水 ( ばんどうしんすい ) は 、 歌舞伎 役者 。 +花山院 忠経 ( かざん いん ただつね 、 承安 ( 日本 ) 3 年 ( 1173 年 ) 1 月 ( 旧暦 ) - 寛喜 元年 8 月 5 日 ( 旧暦 ) ( 1229 年 8 月 25 日 ) ) は 鎌倉 時代 の 公卿 。 +多田 氏 ( ただし ) は 、 清和 源 氏 の 流れ を 汲 む 一族 。 +島津 忠宗 ( しまづ ただむね 、 1251 年 ( 建長 3 年 ) - 1325 年 12 月 17 日 ( 正中 ( 元号 ) 2 年 11 月 12 日 ( 旧暦 ) ) ) は 鎌倉 時代 中 ・ 末期 の 武将 。 +少弐 貞経 ( しょう に さだ つね 、 1272 年 ( 文永 9 年 ) - 1336 年 4 月 11 日 ( 延元 元年 / 建武 ( 日本 ) 3 年 2 月 29 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +正親町 三条 実興 ( おおぎまち さんじょうさ ねお き 、 長禄 元年 ( 1457 年 ) ‐ 文明 ( 日本 ) 13 年 1 月 3 日 ( 旧暦 ) ( 1481 年 2 月 1日 ) ) は 、 室町 時代 の 公卿 。 +池田 恒興 ( いけだ つねおき ) は 、 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 。 +日本 国王 ( に ほん こくおう ) と は 、 中世 期 から 近世 期 に お い て 特に 武家 政権 の 長 が 対外 的 に 使用 し た 日本 の 統治 者 の 称号 で あ る 。 +藩札 ( はんさつ ) は 、 江戸 時代 に 各藩 が 独自 に 領 内 に 発行 し た 紙幣 で あ る 。 +設楽 貞雄 ( しだら さだお 、 1864 年 7 月 3 日 - 1943 年 12 月 15 日 ) は 、 明治 時代 から 昭和 初期 に かけ て 関西 で 活躍 し た 民間 建築 家 。 +丸帯 ( まるおび ) と は 日本 で 使 わ れ る 女帯 の 一種 。 +小野老 ( おのの お ゆ 、 生年 不詳 - 天平 9 年 6 月 11 日 ( 旧暦 ) ( 73 7 年 7 月 17 日 ) ) は 、 奈良 時代 の 歌人 、 官人 。 +仏具 ( ぶつぐ ) は 、 仏教 の 儀式 で 使用 さ れ る 日用 品 と は 異な る 特殊 な 道具 、 或いは 僧侶 など の 聖職 者 が 使用 する 装飾 品 の 事 で あ る 。 +板戸 ( いたど ) は 建具 の 一種 で 、 板 で 作 ら れ た 戸 、 扉 。 +高麗 聖雲 ( こま の しょううん 、 生没年 不詳 ) は 奈良 時代 の 僧 。 +孝謙 天皇 ( こうけん てんのう 、 養老 2 年 ( 71 8 年 ) - 神護 景雲 4 年 8 月 4 日_ ( 旧暦 ) ( 770 年 8 月 28 日 ) ) は 、 日本 の 第 46 代 天皇 ( 在位 : 天平 勝宝 元年 7 月 2 日 ( 旧暦 ) ( 74 9 年 8 月 19 日 ) - 天平 宝字 2 年 8 月 1日 ( 旧暦 ) ( 75 8 年 9 月 7 日 ) ) 。 +藤原 安子 ( ふじわら の あんし ( やす いこ ) 、 延長 ( 日本 ) 5 年 ( 927 年 ) - 応和 4 年 4 月 29 日_ ( 旧暦 ) ( 96 4 年 6 月 11 日 ) ) は 、 右 大臣 藤原 師輔 の 長女 。 +秋篠 安人 ( あき し の の やすひと 、 天平 勝宝 6 年 ( 75 4 年 ) - 弘仁 12 年 2 月 10 日 ( 旧暦 ) ( 82 1 年 3 月 17 日 ) ) は 奈良 時代 から 平安 時代 に かけ て の 貴族 。 +藤原 俊家 ( ふじわら の としいえ 、 寛仁 3 年 ( 1019 年 ) - 永保 2 年 12 月 2 日 ( 旧暦 ) ( 1082 年 12 月 29 日 ) ) は 平安 時代 中期 の 公卿 、 歌人 。 +佐藤正 ( さとう ただし 、 嘉永 2 年 6 月 1日 ( 旧暦 ) ( 1849 年 7 月 20 日 ) - 大正 9 年 ( 1920 年 ) 4 月 27 日 ) は 、 明治 時代 の 日本 の 大 日本 帝国 陸軍 軍人 。 +森長 隆 ( もり な が たか 、 永禄 9 年 ( 1566 年 ) - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ) は 、 織田 信長 の 小姓 の 一人 。 +料亭 ( りょうてい ) と は 、 主に 日本 料理 を 出 す 高級 飲食 店 で あ る 。 +真寂法 親王 ( しんじゃく ほっ しん のう 、 仁和 2 年 ( 886 年 ) - 延長 5 年 9 月 10 日 ( 927 年 10 月 13 日 ) ) は 、 平安 時代 中期 の 法親 王 。 +藤原 縄主 ( ふじわら の ただぬし 、 天平 宝字 4 年 ( 760 年 ) - 弘仁 8 年 9 月 16 日 ( 旧暦 ) ( 817 年 10 月 29 日 ) ) は 、 平安 時代 前期 の 官僚 。 +茅渟王 ( ちぬ の おおきみ ・ ちぬのみこ 、 生没年 不詳 ) は 、 6 世紀 後半 から 7 世紀 に かけ て の 日本 の 皇族 ( 王族 ) 。 +伏見宮 貞愛 親王 ( ふしみのみや さだな る しん のう 、 安政 5 年 4 月 28 日 ( 旧暦 ) ( 1858 年 6 月 9 日 ) - 大正 12 年 ( 1923 年 ) 2 月 4 日 ) は 、 日本 の 皇族 、 大 日本 帝国 陸軍 軍人 。 +橘 公長 ( たちばな の き みな が 、 生没 年 未詳 ) は 平安 時代 末期 の 橘 氏 の 武将 。 +七夕 ( しちせき 、 たなばた ) は 、 日本 、 中国 、 台湾 、 ベトナム 、 朝鮮 など に おけ る 節供 、 節日 の 一 つ 。 +稲葉 正邦 ( いなば まさくに 、 1834 年 7 月 2 日 ( 天保 5 年 5 月 26 日 ( 旧暦 ) ) - 1898 年 ( 明治 31 年 ) 7 月 15 日 ) は 、 江戸 時代 の 大名 ・ 老中 ・ 京都 所司 代 で 、 山城 国 淀 藩 12 代 目 藩主 で あ り 、 最後 の 藩主 。 +寺社 奉行 ( じしゃ ぶぎょう ) は 、 室町 時代 から 江戸 時代 に かけ て の 武家 政権 に おけ る 職制 の 1 つ で 、 宗教 行政 機関 。 +蟻通 七五三 之進 ( ありどおし しめ の しん 、 生没年 不詳 ) は 壬生 浪士 組 、 新 選 組 の 隊士 で あ る 。 +京津 線 ( けい しんせん ) は 、 京都 府 京都 市 山科 区 の 御陵 駅 から 滋賀 県 大津 市 の 浜 大津 駅 まで を 結 ぶ 京阪 電気 鉄道 の 軌道 ( 鉄道 ) 路線 。 +藤原 温子 ( ふじわら の おんし ( よしこ ) 、 貞観 ( 日本 ) 14 年 ( 872 年 ) - 延喜 7 年 6 月 8 日 ( 旧暦 ) ( 90 7 年 7 月 20 日 ) は 第 59 代 宇多 天皇 女 御 。 +近藤 悠三 ( こんどう ゆうぞう   190 2 年 2 月 8 日 - 1985 年 2 月 25 日 ) は 日本 の 陶芸 家 。 +近江屋 事件 ( おうみや じけん ) は 、 幕末 の 慶応 3 年 11 月 15 日 ( 旧暦 ) ( 1867 年 12 月 10 日 ) に 坂本 龍馬 と 中岡 慎太郎 が 京都 河原町 近江屋 井口 新助邸 に お い て 暗殺 さ れ た 事件 の こと 。 +馬内 侍 ( うま の な い し 、 生没年 不詳 ) は 、 平安 時代 中期 の 女流 歌人 。 +修学院 駅 ( しゅうがく いん えき ) は 、 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 叡山本線 の 鉄道 駅 。 +土佐 光起 ( とさみつお き 、 元和 ( 日本 ) 3 年 10 月 23 日 ( 旧暦 ) ( 1617 年 11 月 21 日 ) - 元禄 4 年 9 月 25 日 ( 旧暦 ) ( 1691 年 11 月 14 日 ) ) は 、 江戸 時代 の 土佐 派 を 代表 する 絵師 。 +民 大火 ( たみ の おお ひ 、 生年 不詳 - 大宝 ( 日本 ) 3 年 ( 70 3 年 ) 7 月 23 日 ( 旧暦 ) ? ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +犬養 五十 君 ( いぬかい の いきみ 、 生年 不明 - 天武 天皇 元年 7 月 23 日 ( 旧暦 ) ( 67 2 年 8 月 21 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +日唐 貿易 ( にっとう ぼうえき ) と は 、 日本 と 唐 の 間 で 行 わ れ た 貿易 関係 の こと 。 +狂歌 ( きょうか ) と は 、 社会 風刺 や 皮肉 、 滑稽 を 盛り込 み 、 五 ・ 七 ・ 五 ・ 七 ・ 七 の 音 で 構成 し た 短歌 ( 和歌 ) の パロディ 形式 。 +太鼓 台 ( たい こだい ) と は 、 下記 の とおり で あ る 。 +口伝 ( く でん ) と は 、 情報 伝達 方法 の 一 つ で 、 口頭 で 伝え る こと 。 +城米 ( じょうまい ) と は 、 本来 は 江戸 幕府 直轄 地 ( いわゆる 「 天領 」 ) から の 年貢米 を 指 す が 、 後 に 兵糧 米 の ため に 幕府 ・ 譜代 大名 藩 など に 備蓄 さ れ た 米 の こと を 指 し た 。 +渡辺 幸庵 ( わたなべ こうあん 、 天正 10 年 ( 15 82 年 ) - 宝永 8 年 ( 1 71 1 年 ) ) は 、 元 徳川 忠長 家臣 。 +沢柳 事件 ( さわやなぎ じけん ) は 、 1913 年 から 翌 1914 年 に かけ て 京都 帝国 大学 ( 現 京都 大学 ) で 起こ っ た 、 総長 ( 学長 ) と 学部 教授 会 と の 間 の 内紛 事件 で あ る 。 +宝塔 寺 ( ほう とうじ ) は 、 京都 市 伏見 区 に あ る 日 蓮 宗 の 寺院 。 +称念 ( しょうねん 、 永正 10 年 ( 1513 年 ) - 天文 ( 元号 ) 23 年 7 月 19 日 ( 旧暦 ) ( 1554 年 8 月 17 日 ) ) は 、 戦国 時代 ( 日本 ) の 浄土 宗 の 僧 。 +霊場 ( れいじょう ) は 、 人間 の 魂 が 集ま る と さ れ る 場 の こと で あ る 。 +『 伽蘿 先代萩 』 ( めいぼく せんだい は ぎ ) は 、 伊達 騒動 を 題材 と し た 人形 浄 瑠璃 および 歌舞伎 の 演目 。 +内豎 ( ないじゅ ・ 内竪 ) と は 、 奈良 時代 ・ 平安 時代 に お い て 、 内裏 の 雑用 に 用い られ た 中 小 官人 の こと 。 +祝詞 +讃岐 永直 ( さぬき の な が なお 、 延暦 2 年 ( 783 年 ) - 貞観 ( 日本 ) 4 年 8 月 17 日 ( 旧暦 ) ( 862 年 9 月 14 日 ) ) は 、 平安 時代 初期 の 明法 家 。 +上人 ( しょうにん ) と は 、 仏教 に おけ る 高僧 へ の 敬称 。 +采女 装束 ( うねめ しょうぞく ) と は 、 全国 の 豪族 から 選抜 さ れ て 天皇 の 給仕係 など と し て 上古 の 宮中 に 勤め た 女官 で あ る 采女 の 衣装 。 +祝儀 ( しゅうぎ ) 、 御 祝儀 、 ご 祝儀 と も い う 。 +新制 ( しんせい ) と は 、 平安 時代 中期 から 南北朝 時代 ( 日本 ) に かけ て 天皇 ・ 太上 天皇 の 勅旨 に 基づ い て 制定 さ れ た 成文 法典 ( 「 公家 新制 」 ) 。 +佐久間 政実 ( さくままさざ ね 、 永禄 4 年 ( 1561 年 ) - 元和 ( 日本 ) 2 年 11 月 7 日 ( 旧暦 ) ( 1616 年 12 月 15 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 武将 。 +御所解 ( ご しょどき ) は 、 和服 の 文様 の 一種 。 +吉野山 ( よしの やま ) は 奈良 県 の 中央 部 ・ 吉野 郡 吉野 町 に 位置 する 山 。 +宇治 市 ( うじ し ) は 、 京都 府 の 南部 に 位置 し 、 世界 遺産 と も な っ て い る 平等 院 や 宇治 茶 など で 知 ら れ る 市 で あ る 。 +大伴 吹負 ( おおと も の ふ けい 、 生年 不明 - 天武 天皇 12 年 8 月 5 日 ( 旧暦 ) ( 683 年 9 月 1日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +生田 信 ( いくたのぶ 、 1885 年 - 1950 年 ) は 、 明治 末期 の 測量 助手 。 +対策 ( たいさく ) と は 、 +高師直 ( こう の もろなお 、 生年 不詳 - 正平 ( 日本 ) 6 年 / 観応 2 年 2 月 26 日 ( 旧暦 ) ( 1351 年 3 月 24 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) の 武将 。 +朝鮮 総督 府 ( ちょうせんそうとく ふ ) は 、 1910 年 ( 明治 43 年 ) 、 韓国 併合 に よ っ て 日本 統治 時代 の 朝鮮 を 統治 する ため に 、 当時 の 大 日本 帝国 が 設置 し た 官庁 で あ る 。 +細川 輝経 ( ほそかわ て る つね ) は 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 武将 。 +女義太夫 ( おんな ぎだ ゆう ) は 、 女性 に よ る 義太夫 節 語り 。 +大嘗祭 ( おお にえ の まつり ) は 、 天皇 が 即位 の 礼 の 後 、 初めて 行 う 新嘗 祭 。 +駒姫 ( こまひめ 、 天正 7 年 ( 1581 年 ) - 文禄 4 年 8 月 2 日 ( 旧暦 ) ( 1595 年 9 月 5 日 ) ) は 、 最上 義光 と 大崎 夫人 の 二女 で 、 豊臣 秀次 の 側室 。 +吉備 内 親王 ( きび な い しんのう 、 生年 不詳 - 神亀 6 年 2 月 12 日 ( 旧暦 ) ( 729 年 3 月 20 日 ) ) は 、 草壁 皇子 と 元明 天皇 の 次女 。 +神税 ( しんぜい ) と は 、 古代 日本 の 律令 制 に お い て 、 特定 の 神社 の 神戸 から 徴収 さ れ た 田租 を 貯蓄 し て 保管 し 、 神社 の 祭祀 ・ 修繕 に 用い る ため に 充て られ た 稲穀 。 +梅若 吉之丞 ( うめわか きち の じょう ) と は 、 シテ 方 観世 流 の 一派 、 梅若 六郎 家 の 分家 の 一 つ 、 梅若 吉之丞 家 の 当主 が 用い る 名 。 +奈良 線 ( なら せん ) は 、 京都 府 木津川 市 の 木津 駅 ( 京都 府 ) から 京都 府 京都 市 下京 区 の 京都 駅 に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 幹線 ) で あ る 。 +凌雲集 ( りょう うんしゅう ) は 、 平安 時代 初期 の 弘仁 5 年 ( 814 年 ) に 嵯峨 天皇 の 命 に よ り 編纂 さ れ た 日本 初 の 勅撰 漢 詩集 。 +鞍馬 天狗 ( くらま てんぐ ) +怡土城 ( いとじょう ) と は 、 8 世紀 奈良 時代 、 福岡 県 福岡 市 と 前原 市 と の 境 に あ る 高祖 山 の 山腹 西 斜面 に 築 か れ た 山城 の こと 。 +若狭 湾 国定 公園 ( わかさ わんこく てい こうえん ) は 、 福井 県 敦賀 市 の 笙 の 川 河口 左岸 から 京都 府 舞鶴 市 の 由良 川 河口 右岸 に 至 る 、 若狭 湾 に 面 し た 海岸 線 を 中心 に 指定 さ れ た 国定 公園 。 +改新 の 詔 ( かいしん の みこと のり ) は 、 日本 の 飛鳥 時代 中期 の 大化 の 改新 に お い て 、 新た な 施政 方針 を 示 す ため に 発 せ られ た 詔 で あ る 。 +斎藤 実盛 ( さいとう さねもり 、 天永 2 年 ( 1111 年 ) - 寿永 2 年 6 月 1日 ( 旧暦 ) ( 1183 年 6 月 22 日 ) ) は 平安 時代 末期 の 武将 。 +粟谷 菊生 ( あわや き くお 、 1922 年 ( 大正 11 年 ) 10 月 31 日 - 2006 年 ( 平成 18 年 ) 10 月 11 日 ) は シテ 方 喜 多 流 の 能楽師 。 +五条 駅 ( ご じょう えき ) は 、 京都 府 京都 市 東山 区 宮川筋 8 丁目 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +御 仕置裁 許 帳 ( おしおき さいきょ ちょう ) と は 、 宝永 年間 に 江戸 町 奉行 所 の 役人 に よ っ て 作成 さ れ た と 推定 さ れ て い る 判例 集 の こと 。 +祠堂 銭 ( しどう せん ) と は 、 故人 の 冥福 を 祈 る ため に 祠堂 ( 御 霊屋 ・ 持仏 堂 と も ) の 管理 ・ 修繕 費用 あるいは 供養 費用 と し て 寺院 に 寄進 する 金銭 の こと 。 +下津 俸庵 ( しもづぼう あん 、 元亀 元年 ( 1570 年 ) - 寛永 8 年 5 月 19 日 ( 旧暦 ) ( 1631 年 6 月 18 日 ) ) は 江戸 時代 前期 の 武士 。 +成尋阿闍 梨母 ( じょうじん あじゃり の は は 、 永延 2 年 ( 988 年 ) ? - 没年 不詳 ) は 、 平安 時代 中期 の 女流 歌人 。 +藤原 兼房 ( ふじわら の かねふさ 、 長保 3 年 ( 1001 年 ) - 延久 元年 6 月 4 日 ( 旧暦 ) ( 1069 年 6 月 25 日 ) ) は 平安 時代 の 貴族 政治 家 。 +明日香村 ( あすか むら ) は 、 奈良 県 の 中央 部 に 位置 する 村 。 +日本 人 論 ( に ほん じん ろん ) は 、 日本 人 に つ い て 論じ る 論 、 著作 、 報告 の こと 。 +藤原 保輔 ( ふじわら の やすすけ 、 ? - 永延 2 年 6 月 17 日 ( 旧暦 ) ( 98 8 年 8 月 7 日 ) ) は 、 平安 時代 中期 の 官人 で あ り 盗賊 の 首領 と さ れ る 。 +桐紋 ( きりもん ) と は 、 キリ を もと に し た 紋章 の 総称 で あ る 。 +秋好 中宮 ( あきこの む ちゅうぐう ) は 、 紫式 部 の 物語 『 源氏 物語 』 に 登場 する 架空 の 人物 。 +佐田 介石 ( さたか いせき 、 文政 元年 4 月 8 日 ( 旧暦 ) ( 1818 年 5 月 12 日 ) - 明治 15 年 ( 18 82 年 ) 12 月 9 日 ) は 、 肥後 国 出身 の 幕末 から 明治 初頭 に かけ て の 浄土 真宗 本願 寺 派 ( 晩年 は 天台 宗 ) の 僧侶 。 +俊芿 ( しゅんじょう 、 仁安 ( 日本 ) 元年 8 月 10 日 ( 旧暦 ) ( 116 6 年 9 月 6 日 ) - 嘉禄 3 年 3 月 8 日 ( 旧暦 ) ( 1227 年 4 月 25 日 ) ) は 、 鎌倉 時代 前期 の 僧 。 +蓬生 ( よもぎう ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +是定 ( ぜしょう ) と は 、 平安 時代 、 橘 氏 及び 王 氏 の 氏長 者 の 称号 。 +万里 集九 ( ばんり しゅう く 、 142 8 年 10 月 17 日 ( 正長 元年 9 月 9 日 ( 旧暦 ) ) - 没年 不詳 ) は 、 室町 時代 の 禅僧 、 歌人 で あ る 。 +斯波 義郷 ( しばよし さ と 、 応永 17 年 ( 1410 年 ) - 永享 8 年 9 月 30 日 ( 旧暦 ) ( 1436 年 11 月 8 日 ) ) は 室町 時代 中期 の 守護 大名 。 +庚午事 変 ( こう ご じへん ) は 、 1870 年 に 当時 の 徳島 藩 淡路 島 洲 本城下 で 洲本 市 在住 の 蜂須賀 氏臣 の 武士 が 、 家老 稲田 邦植 の 別邸 や 学問 所 など を 襲 っ た 事件 。 +藤原 師家 ( ふじわら の もろいえ 、 万寿 4 年 ( 1027 年 ) - 康平 元年 9 月 3 日 ( 旧暦 ) ( 105 8 年 9 月 29 日 ) ) は 平安 時代 後期 の 官人 。 +観世 喜正 ( かんぜ よしまさ 、 1970 年 9 月 25 日 - ) は 、 能楽 師 。 +前場 喜司馬 ( まえば きしま 、 弘化 3 年 ( 1846 年 ) 7 月 15 日 ~ 大正 4 年 ( 1915 年 ) 4 月 2 日 ) は 函館 新 選 組 四 分 隊 嚮導 役 。 +胡弓 ( こきゅう ) は 日本 の 擦弦 楽器 。 +流儀 ( りゅうぎ ) +阿雅 皇女 ( あが の ひめみこ 、 64 8 年 以降 ~ 709 年 ? ) は 、 天智 天皇 の 皇女 。 +宗砌 ( そうぜい 、 生年 不詳 - 1455 年 2 月 2 日 ( 康正 元年 1 月 16 日 ( 旧暦 ) ) ) は 、 室町 時代 中期 の 連歌 師 。 +京極 高三 ( きょうごく たかみつ ) は 、 丹後 田辺藩 ( 舞鶴 藩 ) の 初代 藩 主 。 +片桐 貞起 ( かたぎり さだおき 、 寛文 9 年 ( 1669 年 ) - 寛保 元年 4 月 1日 ( 旧暦 ) ( 1741 年 5 月 15 日 ) ) は 、 大和 国 小泉 藩 の 第 4 代 藩 主 。 +平高望 ( たいら の たかも ち 、 高望 王 ( たかもちおう / たかもち の おおきみ ) 、 承和 6 年 9 月 7 日 ( 839 年 10 月 21 日 ) ? - 延喜 11 年 5 月 24 日 ( 91 1 年 6 月 28 日 ) ? ) は 平安 時代 中期 の 賜姓 皇族 。 +寿福院 ( じゅふくいん 、 元亀 元年 ( 1570 年 ) - 寛永 8 年 3 月 6 日 ( 旧暦 ) ( 1631 年 4 月 7 日 ) ) は 、 加賀 藩 主 前田 氏 の 祖 ・ 前田 利家 の 側室 。 +日仏 協約 ( にちふつ きょうやく ) と は 、 1907 年 6 月 10 日 に パリ に お い て 日本 ・ フランス 両国 間 で 締結 さ れ た 条約 。 +福島 正則 ( ふくしま まさのり ) は 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 ・ 大名 で あ る 。 +祇園 会館 ( ぎおん かいかん ) は 、 京都 府 京都 市 東山 区 に あ る 映画 館 。 +勘定 所 ( かんじょうしょ ) は 、 江戸 幕府 や 諸藩 ・ 旗本 など に お い て 、 財政 や 民政 を 担当 する 役所 ・ 支配 機構 の 名称 。 +九条 兼実 ( くじょう かねざね 、 久安 5 年 ( 1149 年 ) - 承元 元年 4 月 5 日 ( 旧暦 ) ( 120 7 年 5 月 3 日 ) ) は 、 平安 時代 末期 ・ 鎌倉 時代 初期 の 公卿 。 +筒井筒 ( つついづつ 、 つつ いつつ と 読 む 場合 も 。 旧 かな で は 「 つつ ゐづつ 」 ) は 、 『 伊勢 物語 』 、 『 大和 物語 』 中 の 物語 の 一 つ 。 +月心 寺 ( げっしん じ ) は 、 滋賀 県 大津 市 大谷 に あ る 臨済 宗 系 単立 寺院 。 +上村 松園 ( うえむら しょう えん 、 本名 : 上村 津 禰 ( つね ) ( 常子 ( つねこ ) と も ) 、 1875 年 ( 明治 8 年 ) 4 月 23 日 - 1949 年 ( 昭和 24 年 ) 8 月 27 日 ) は 、 明治 の 京都 府 下京 ( しもぎょう ) に 生まれ育 ち 、 女性 の 目 を 通 し て 「 美人 画 」 を 描 い た 日本 画 。 +平将為 ( たいら の まさため 平將 為 、 生年 不詳 - 天慶 3 年 ( 940 年 ) ) は 、 平安 時代 中期 の 武将 。 +六角 義秀 ( ろっかく よしひで 、 天文 ( 元号 ) 元年 ( 1532 年 ) - 永禄 12 年 ( 1569 年 ) ) は 戦国 時代 _ ( 日本 ) 、 安土 桃山 時代 の 武将 。 +安達 頼景 ( あだち よりかげ ) は 、 鎌倉 時代 中期 の 鎌倉 幕府 の 御 家人 。 +大祓詞 ( おおはらえ の ことば ) は 、 神道 の 祭祀 に 用い られ る 祝詞 の 一 つ で あ る 。 +胡蝶 ( こちょう ) +擬洋風 建築 ( ぎようふう けんちく ) と は 、 欧米 の 建築 を 日本 の 職人 が 見 よ う 見 まね で 建て た もの 。 +花山院 ( かざん いん ) と は 、 平安 京 左京 一 条 四 坊 三 町 ( 現在 の 京都 御苑敷地 内 ) に あ っ た 邸宅 。 +政教社 ( せいきょうしゃ ) は 、 計 13 名 を 同人 と し て 設立 さ れ た 言論 団体 ・ 出版 社 で あ る 。 +アメノワカヒコ ( 天若 日子 、 天 稚彦 ) は 、 日本 神話 に 登場 する 神 。 +羽 二 重 餅 ( はぶたえ も ち ) は 餅粉 を 蒸 す 、 砂糖 ・ 水飴 を 加え て 丹精 に 練り上げ た 、 福井 県 の 和 菓子 で あ る 。 +津田 算正 ( つだ かずまさ 、 生年 不詳 - 1585 年 4 月 22 日 ( 天正 13 年 3 月 23 日 ( 旧暦 ) ) ) は 、 安土 桃山 時代 の 武将 。 +箱根 ・ 竹ノ下 の 戦い ( はこね たけ の した の たたか い ) は 、 南北朝 時代 ( 日本 ) の 建武 ( 日本 ) 2 年 ( 1335 年 ) 12 月 11 日 ( 旧暦 ) ( ユリウス 暦 1336 年 1 月 24 日 ) に 、 足利 尊 氏 勢 と 新田 義貞勢 の 間 で 行 わ れ た 合戦 。 +天香 山 命 ( あめ の かぐ やま の みこと / あまの - ) は 、 日本 の 神 ( 神道 ) で あ る 。 +神封 ( じんぷ ) と は 、 神社 に 対 し て 寄進 さ れ た 封戸 。 +星野 茂則 ( ほしの しげのり ) は 江戸 時代 前期 の 尾張 藩 士 ・ 弓術 家 。 +藤原 茂子 ( ふじわら の も し / しげこ 、 生年 不詳 - 康平 5 年 6 月 22 日 ( 旧暦 ) ( 1062 年 7 月 30 日 ) ) は 、 第 71 代 後 三 条 天皇 の 皇太子 時代 の 妃 、 第 72 代 白河 天皇 生母 。 +性空 ( しょうくう 、 延喜 10 年 ( 910 年 ) - 寛弘 4 年 3 月 10 日 ( 旧暦 ) ( 100 7 年 3 月 31 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +平惟範 ( たいら の これ の り 、 斉衡 2 年 ( 855 年 ) - 延喜 9 年 9 月 18 日 ( 旧暦 ) ( 909 年 11 月 3 日 ) ) は 、 平安 時代 前期 の 貴族 。 +狩野 尚信 ( かのう なおのぶ 、 慶長 12 年 10 月 6 日 ( 旧暦 ) ( 160 7 年 11 月 25 日 ) - 慶安 3 年 4 月 7 日 ( 旧暦 ) ( 1650 年 5 月 7 日 ) ) は 江戸 時代 初期 の 狩野 派 の 絵師 。 +安達 義景 ( あだち よしかげ ) は 鎌倉 時代 中期 の 武将 。 +松室 重光 ( まつむろ しげみつ 、 1873 年 4 月 26 日 - 1937 年 1 月 30 日 ) は 、 京都 を 中心 に 多く の 建築 物 の 設計 を 手がけ た 建築 家 。 +土倉 ( どそう ・ とくら ・ つちくら ) は 、 鎌倉 時代 および 室町 時代 の 金融 業 者 。 +柿 の 葉 寿司 ( かき の はずし ) は 、 奈良 県 ・ 和歌山 県 、 および 石川 県 の 郷土 料理 。 +高安 流 ( たかやす - りゅう ) は 能 の 流儀 の 一 。 +悟り ( さとり ) は 知 ら な かっ た こと を 知 る こと 、 気 が つ く こと 、 感づ く こと を 言い覚 り とも 書 く 。 +『 古事 談 』 ( こじだん ) は 、 鎌倉 時代 初期 の 説話 集 。 +国司 ( こくし ) は 、 古代 から 中世 の 日本 で 、 地方 行政 単位 で あ る 令制 国 の 行政 官 と し て 中央 から 派遣 さ れ た 官吏 で あ る 。 +宗旦 狐 ( そうたんぎつね ) は 、 京都 市 上京 区 の 相国 寺 に 伝わ る 化け キツネ 。 +茶湯 一 会 集 ( ちゃの ゆいちえ しゅう ) は 、 江戸 時代 末期 の 彦根 藩 主 井伊 直弼 ( 茶号 / 宗観 ) の 著 に よ る 茶書 で あ る 。 +寂光 院 ( じゃっこう いん ) は 、 京都 市 左京 区 大原 に あ る 天台 宗 の 寺院 。 +定海 ( じょうかい 、 承保 元年 1 月 3 日 ( 旧暦 ) ( 1074 年 2 月 1日 ) - 久安 5 年 4 月 12 日 ( 旧暦 ) ( 1149 年 5 月 20 日 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +喜子 内 親王 ( きし ( よしこ ) ないしんのう 、 生没年 不詳 ) は 、 平安 時代 末期 の 皇族 。 +裲襠 ( りょうとう ) と は 、 武官 の 礼服 ( 宮中 ) に 用い られ る 儀仗 の 鎧 。 +細川 頼春 ( ほそかわ より はる 、 130 4 年 ( 嘉元 2 年 ) ? - 1352 年 4 月 5 日 ( 正平 ( 日本 ) 7 年 / 文和 元年 2 月 20 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) の 武将 で あ る 。 +九品 寺 ( く ほんじ ) は 、 京都 府 南丹 市 ( 旧 船井 郡 園部 町 ) に あ る 真言 宗 御 室 派 の 寺院 。 +二条 城 前 駅 ( に じょう じょうまえ えき ) は 、 京都 市 中京 区 二 条城 町 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 +簪 ( かんざし ) は 、 女性 が 髪 を 結 う 時 に 使 う 日本 の 伝統 的 な 装身 具 で あ る 。 +夜嵐 おき ぬ ( よあらしおき ぬ ) は 、 幕末 から 明治 初期 に 実在 し た 毒殺 犯 原田 き ぬ ( はらだ き ぬ 、 生年 不詳 、 弘化 元年 ( 1844 年 ) 説 - 明治 5 年 2 月 20 日 ( 旧暦 ) ( 1872 年 3 月 28 日 ) を ベース と し て 生まれ た 新聞 錦絵 等 に おけ る 登場 人物 及び 後年 製作 さ れ た 映画 作品 の タイトル で あ る 。 +外様 大名 ( とざま だいみょう ) は 江戸 時代 の 大 名出 自 に よ る 分類 の 一 。 +ジュンサイ ( 蓴菜 、 純菜 、 Braseniaschreberi ) は 多年 生 の 水生 植物 で あ る 。 +古空穂 ( ふる うつぼ ) また は 空穂 ( うつぼ ) と は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +伊奈 昭綱 ( いなあきつ な 、 生年 不詳 - 慶長 5 年 ( 160 0 年 ) ) は 、 安土 桃山 時代 の 武将 。 +三 条 季晴 ( さんじょう すえはる 、 享保 18 年 10 月 22 日 ( 旧暦 ) ( 1733 年 11 月 28 日 ) - 天明 元年 11 月 28 日 ( 旧暦 ) ( 1782 年 1 月 11 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +ドリーム 京都 号 ( ドリーム きょう と ごう ) と は 、 ドリーム 号 ( 高速 バス ) の 一 路線 で 、 東京 都 と 京都 府 京都 市 を 結 ぶ 夜行 高速 バス で あ る 。 +古代 山城 ( こだい さんじょう ) は 、 飛鳥 時代 から 奈良 時代 に かけ て 築 か れ た 古代 の 山城 の うち 、 朝鮮 半島 から の 影響 が 指摘 さ れ る もの を 一般 に 指 す 。 +多賀 秀種 ( たが ひで た ね 、 永禄 8 年 ( 1565 年 ) - 元和 ( 日本 ) 2 年 ( 1616 年 ) 11 月 ) は 、 戦国 時代 ( 日本 ) の 武将 。 +虫送り ( むしおくり ) と は 日本 の 年中 行事 の ひと つ 。 +大黒 天 ( だいこく てん ) と は 、 ヒンドゥー 教 の シヴァ 神 の 化身 で あ る マハーカーラ ( サンスクリット 語 : 、 音写 : 摩訶 迦羅 など ) の こと で あ る 。 +北条 義時 ( ほうじょう よしとき ) は 鎌倉 幕府 の 第 2 代 執権 で あ る 。 +三条西 ( さんじょうに し ) 家 は 、 藤原 氏 藤原 北家 閑院 流 の 正親町 三条 家 の 分家 で 、 大臣 家 ( 旧 家 、 内々 ) の 家格 を 有 する 公家 。 +藤原 実家 ( ふじわら の さねいえ 、 久安 元年 ( 1145 年 ) - 建久 4 年 3 月 16 日 ( 1193 年 4 月 19 日 ) ) は 、 平安 時代 後期 の 公卿 ・ 歌人 。 +蜂屋 荘 ( はちや の しょう ) は 、 平安 時代 ~ 室町 時代 に かけ て 美濃 国 に あ っ た 荘園 。 +佐藤 信寛 ( さとう の ぶひろ 文化 ( 元号 ) 12 年 12 月 27 日 ( 旧暦 ) ( 1816 年 ) 1 月 25 日 - 明治 33 年 ( 190 0 年 ) 2 月 15 日 ) は 、 日本 の 武士 ( 長州 藩士 ) 。 +山中 静逸 ( やまなか せい いつ 、 文政 5 年 ( 1822 年 ) - 明治 18 年 ( 1885 年 ) ) は 、 明治 時代 に 活躍 し た 書家 ・ 政治 家 で あ る 。 +覚海 ( かく かい 、 康治 元年 ( 1142 年 ) - 貞治 2 年 8 月 17 日 ( 旧暦 ) ( 1223 年 9 月 13 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 前期 に かけ て の 真言 宗 の 僧 。 +菊池 容斎 ( きくち ようさい 、 天明 8 年 11 月 1日 ( 旧暦 ) ( 1788 年 11 月 28 日 ) - 明治 11 年 ( 1878 年 ) 6 月 16 日 ) は 、 幕末 から 明治 初期 に かけ て の 日本 画 家 。 +浴衣 ( ゆかた ) は 和服 の 一種 で あ る 。 +風鎮 ( ふうちん ) と は 、 掛軸 の 軸先 に 付け る 重 し の こと 。 +ヒメタタライスズヒメ は 、 神武 天皇 の 皇后 で あ る 。 +幸田 露伴 ( こう だろ はん 、 慶応 ( 元 号 ) 3 年 7 月 23 日 ( 旧暦 ) ( 1867 年 8 月 22 日 ) - 昭和 22 年 ( 1947 年 ) 7 月 30 日 ) は 、 日本 の 小説 家 。 +お たべ と は 、 京都 市 南 区 ( 京都 市 ) に 本社 を 置 く 、 八 ツ橋 など を 製造 販売 する 企業 で あ り 、 主力 製品 で あ る つぶあん 入り の 生八 ツ橋 の 商品 名 で も あ る 。 +高平 ・ ルート 協定 ( たかひら ・ ルート きょうてい 、 ) は 、 アメリカ 合衆 国 国務 長官 エリフ ・ ルート と 、 日本 の 高平 小五郎 駐米 大使 の 間 で 交渉 が 行 わ れ 、 11 月 30 日 に 調印 さ れ た 、 大 日本 帝国 と アメリカ 合衆 国 と の 間 の 協定 の こと 。 +舞 ( まい ) は 、 舞踊 の うち メロディ に 合わせ た 旋回 運動 を 主 と し た もの 。 +日本 の 漫画 ( にほんの まんが ) は 日本 で 制作 さ れ た 漫画 の 歴史 ・ 特徴 に つ い て 扱 う 。 +八田 宗綱 ( はっ た むねつ な 、 応徳 3 年 ( 1086 年 ) - 応保 2 年 ( 1162 年 ) 8 月 20 日 ( 旧暦 ) ) は 平安 時代 後期 の 人物 。 +当麻 蹴速 ( たいま の けはや ) は 、 日本 神話 に 登場 する 人物 。 +徳川 光圀 ( とくがわ みつくに ) は 、 江戸 時代 の 常陸 国 水戸 藩 第 2 代 藩 主 。 +葛木 倭文座 天羽 雷命 神社 ( かつら き し と り に い ま す あめ の は いかづち の みこと じんじゃ ) は 、 奈良 県 葛城 市 ( 旧 當麻 町 ) の 二上山 ( 奈良 県 ・ 大阪 府 ) 山麓 に あ る 神社 で あ る 。 +狩野 安信 ( かのう やすのぶ 、 慶長 18 年 12 月 1日 ( 旧暦 ) ( 1614 年 1 月 10 日 ) - 貞享 2 年 9 月 4 日 ( 旧暦 ) ( 1685 年 10 月 1日 ) ) は 江戸 時代 の 狩野 派 の 絵師 で あ る 。 +焼肉 ( やきにく ) と は 、 肉 を 焼網 に 乗せ あぶ っ たり 、 鉄板 など で 焼 い たり し た 肉 料理 。 +本家 西尾 八ッ橋 ( ほんけ に し おやつ はし ) は 元禄 2 年 ( 1689 年 ) に 創業 さ れ た 京都 で 一番 歴史 の あ る 八 ツ橋 メーカー 。 +柳生 の 徳政 碑文 ( やぎゅう の とくせい ひ ぶん ) は 、 奈良 県 奈良 市 柳生 町 に あ る 石碑 の 碑文 。 +日本 料理 ( に ほん りょうり ・ にっぽん りょうり ) と は 、 特に 日本 で なじみ の 深 い 食材 を 用い 、 日本 の 国土 、 風土 の 中 で 独自 に 発達 し た 料理 を い う 。 +藤原 千古 ( ふじわら の ちふる / ちこ 、 生没年 不詳 ) は 、 平安 時代 の 右 大臣 藤原 実資 の 娘 。 +宮永 良蔵 ( みやなが りょうぞう 、 天保 4 年 ( 1833 年 ) - 慶応 3 年 12 月 22 日 ( 旧暦 ) ( 1868 年 1 月 16 日 ) ) は 、 越中国 砺波 郡 福光 村 ( 現在 の 富山 県 南砺 市 福光 ) 出身 の 蘭学 者 。 +久我 邦通 ( こがく に みち 、 永正 4 年 ( 1507 年 ) - 享禄 4 年 6 月 8 日 ( 旧暦 ) ( 153 1 年 7 月 21 日 ) ) は 、 室町 時代 後期 の 公卿 。 +今剣 ( いま の つるぎ ) と は 、 『 義経 記 』 で 源 義経 が 自刃 に 用い た こと に な っ て い る 刃長 6 寸 5 分 の 日本 刀 ( 短刀 ) 。 +安積 親王 ( あさかしんのう 、 神亀 5 年 ( 728 年 ) - 天平 16 年 1 月 13 日 ( 旧暦 ) ( 74 4 年 3 月 7 日 ) ) は 、 聖武 天皇 の 第 2 皇子 。 +武田 義信 ( たけだ よしのぶ ) は 、 戦国 時代 ( 日本 ) の 武将 。 +百済 寺 ( くだらじ ) は 奈良 県 北葛城 郡 広陵 町 に あ る 高野山 真言 宗 の 寺院 で あ る 。 +上徳 寺 ( じょうとくじ ) は 、 京都 市 下京 区 本 塩竈 町 に あ る 浄土 宗 の 寺院 。 +久坂 玄瑞 ( くさかげんずい 、 天保 11 年 ( 1840 年 ) - 元治 元年 7 月 19 日 ( 旧暦 ) ( 1864 年 8 月 20 日 ) ) は 、 日本 の 武士 ・ 長州 藩士 。 +朝原内 親王 ( あさはら ( あしたはら ) ないしんのう 、 宝亀 10 年 ( 779 年 ) - 弘仁 8 年 4 月 25 日 ( 817 年 5 月 18 日 ) ) は 、 桓武 天皇 と 酒人 内 親王 の 皇女 。 +大宮 駅 ( おおみや えき ) は 、 京都 市 中京 区 四条 通 大 宮 西入ル 錦 大宮町 127 に あ る 、 阪急 電鉄 阪急 京都 本線 の 鉄道 駅 。 +紀時文 ( きの ときぶみ 、 延喜 22 年 ( 922 年 ) ? - 長徳 2 年 ( 996 年 ) ? ) は 、 平安 時代 中期 の 歌人 。 +京極 東宝 ( きょうごく とう ほう ) は 、 かつて 京都 府 京都 市 中京 区 新 京極 四 条 に 所在 し て い た 東宝 系 の 映画 館 で あ る 。 +近衛 経熙 ( この えつねひろ 、 宝暦 11 年 2 月 22 日 ( 旧暦 ) ( 1761 年 3 月 28 日 ) - 寛政 11 年 6 月 25 日 ( 旧暦 ) ( 1799 年 7 月 27 日 ) ) は 江戸 時代 中期 の 公家 。 +健児 ( こん で い ) は 、 奈良 時代 から 平安 時代 に おけ る 地方 軍事 力 と し て 整備 さ れ た 軍団 。 +鋳掛屋 ( いかけや ) と は 、 鋳掛 を 行 う 職人 を 指 す 。 +津軽 為信 ( つが る ため のぶ 、 1550 年 1 月 18 日 ( 天文 _ ( 元号 ) 19 年 1 月 1日 ( 旧暦 ) ) - 160 8 年 1 月 22 日 ( 慶長 12 年 12 月 5 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 武将 、 江戸 時代 前期 の 大名 。 +鞍馬口 駅 ( くらまぐち えき ) は 、 京都 府 京都 市 上京 区 上 御 霊 中町 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +紋付 羽 織袴 ( もん つき は おり はかま ) は 、 現在 一般 的 に 和服 に おけ る 男子 の 第 一 礼服 と さ れ る 衣服 。 +卒族 ( そつぞく ) は 、 明治 初期 の 身分 呼称 の 一 つ 。 +甲賀 五十 三 家 ( こう が ごじゅう さん け ) は 、 「 鈎 の 陣 」 に て 六角 氏 に 味方 し た 甲賀 の 地侍 五十 三 家 の こと で あ り 、 後 の 甲賀 流 忍術 の 中心 と な っ た 家々 で あ る 。 +吉富 駅 ( よしとみ えき ) は 、 京都 府 南丹 市 八木町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 ( 嵯峨野 線 ) の 鉄道 駅 で あ る 。 +烏帽子 親 ( えぼし おや ) と は 、 元服 儀式 の 際 に 加冠 を 行 う 者 の こと 。 +湖西 線 ( こせい せん ) は 、 京都 府 京都 市 山科 区 の 山科 駅 から 滋賀 県 伊香 郡 西 浅井 町 の 近江 塩津 駅 に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 幹線 ) で あ る 。 +浄土 三 部 経 ( じょうど さん ぶ きょう ) は 、 浄土 教 日本 諸宗 の 正依 の 三 経典 の 総称 の こと 。 +骨酒 ( こつざけ ) は 、 日本 料理 で 、 酒 の 飲 み方 の ひと つ 。 +後 の 三房 ( のち の さんぼう ) と は 、 鎌倉 時代 末期 より 南北朝 時代 に かけ て 、 後醍醐 天皇 の 側近 と し て 仕え た 北畠 親房 ・ 万里小路 宣房 ・ 吉田 定房 の 3 人 の 事 。 +絵合 ( えあわせ ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +小松宮 ( こまつ のみや ) は 、 明治 時代 初期 に 、 伏見 宮 邦家 親王 の 第 8 王子 、 小松宮 彰仁 親王 に よ っ て 創設 さ れ た 宮家 。 +伊賀 氏 の 変 ( いがし の へん ) と は 、 鎌倉 時代 前期 の 貞応 3 年 ( 1224 年 ) 6 月 から 閏月 7 月 に かけ て 起こ っ た 鎌倉 幕府 の 政変 事件 の こと で あ る 。 +歴史 町 ( れきし まち ) と は 、 日本 の 町 の 形態 の ひと つ で あ る 。 +御 内人 ( みうちびと 、 みうち にん ) は 、 鎌倉 時代 執権 北条 氏 に 仕え た 武士 。 +日朝 修好 条規 ( にっちょうしゅう こうじょうき ) は 、 1876 年 ( 明治 9 年 、 朝鮮 暦 高宗 ( 朝鮮 王 ) 13 年 ) に 日本 と 李 氏 朝鮮 と の 間 で 締結 さ れ た 条約 と それ に 付随 し た 諸 協定 を 含め て 指 す 。 +赤 れんが 博物 館 ( あか れん が はくぶつ かん ) は 京都 府 舞鶴 市 に あ る 、 煉瓦 に つ い て 様々 な 視点 から の 収集 ・ 展示 を 行 っ て い る 博物 館 。 +長 連豪 ( ちょうつら ひ で 、 安政 3 年 ( 1856 年 ) - 明治 11 年 ( 1878 年 ) 7 月 27 日 ) は 明治 時代 初期 の 不平 士 族 。 +神輿 、 御輿 ( みこし 、 しんよ ) は 、 日本 の 神社 の 祭 の 際 に 、 神霊 が 御 旅所 など へ 渡御 する に 当た っ て 一時 的 に 鎮ま る と さ れ る 輿 で あ る 。 +『 無量 寿経優 婆 提舎 願生偈 』 ( むりょう じゅきょう うば だいしゃ がん しょうげ ) と は 、 世親 に よ り 撰述 さ れ た 『 無量 寿経仏 説 無量 寿経 』 の 注釈 書 を 、 北魏 菩 提流 支 が 漢訳 し た 書 。 +井上毅 ( いのうえ こわ し 、 天保 14 年 12 月 18 日 ( 旧暦 ) ( 1844 年 2 月 6 日 ) - 明治 28 年 ( 1895 年 ) 3 月 17 日 ) は 、 日本 の 武士 、 官僚 、 政治 家 で あ る 。 +源 師房 ( みなもと の もろふさ 、 寛弘 5 年 ( 100 8 年 ) - 承保 4 年 2 月 17 日 ( 旧暦 ) ( 1077 年 3 月 14 日 ) ) は 、 平安 時代 中期 の 公家 ・ 歌人 。 +正室 : 藤原 季範娘 ( 由良 御前 ) 常盤 御前 、 三浦 義明娘 、 波多野 義通妹 、 遠江 国 池田 宿遊女 、 青墓 長者 大炊 +厭離庵 ( えんり あん ) は 、 京都 府 京都 市 右京 区 に あ る 臨済 宗 天竜 寺 派 の 寺院 ( 尼寺 ) 。 +両丹 ( りょうたん ) は 、 丹後 国 と 丹波 国 を 一体 的 に 指 す とき に 用い られ る 用語 。 +首実検 ( くび じっけん ) と は 、 前近代 、 配下 の 武士 が 戦場 で 討ち と っ た 敵方 の 首級 ( くび ・ しるし ) の 身元 を 大将 が 判定 し 、 その 配下 の 武士 の 論功 行賞 の 重要 な 判定 材料 と する ため に 行 わ れ た 作業 。 +宗和 流 ( そうわ りゅう ) は 、 茶道 の 流派 の 一 つ 。 +多田 知実 ( ただ と もざね 、 生没 年 未詳 ) は 、 平安 時代 末期 の 武士 。 +南淵 請安 ( みなぶち の しょう あん 、 生没年 不詳 ) は 飛鳥 時代 の 学問 僧 。 +清和院 ( せいわいん ) は 、 京都 市 上京 区 に あ る 真言 宗 智山 派 の 寺院 。 +奥入 ( おくいり ) と は 、 藤原 定家 に よ っ て 著 さ れ た 源氏 物語 の 注釈 書 で あ る 。 +絵入源氏 物語 ( えいり げんじ ものがたり ) と は 、 江戸 時代 に 出版 さ れ た 源氏 物語 の 版本 で あ る 。 +電電宮 ( でんでんぐう ) は 、 京都 市 西京 区 嵐山 の 法輪 寺 の 鎮守 社 で 、 電気 ・ 電波 の 祖神 と し て 信仰 さ れ て い る 神社 で あ る 。 +並酒 ( なみざけ ) と は 、 平安 時代 から 江戸 時代 に かけ て の 日本 酒 の 醸造 に お い て 、 掛け 米 ( 蒸米 ) 、 麹米 とも に 精米 し て い な い 玄米 を 用い る 製法 で 、 また 、 その 製法 で 造 ら れ る 酒 の こと で あ る 。 +牛車 宣旨 ( ぎっ しゃ の せんじ ) と は 、 内裏 に 参内 する 際 に 牛車 に 乗車 し た まま 宮門 を 通過 する こと を 許可 する 勅許 。 +火起請 ( ひぎしょう ) と は 、 中世 ・ 近世 の 日本 で 行 わ れ た 神判 の 一種 で 、 鉄火 ( てっか ) ・ 火誓 ( かせ い ) と も 称 する 。 +海苔 ( のり ) は 、 紅藻 ・ 緑藻 ・ シアノバクテリア ( 藍藻 ) など を 含 む 、 食用 と する 藻類 の 総称 。 +修二 会 ( しゅに え ) は 、 日本 の 仏教 寺院 で 行 わ れ る 法会 の ひと つ で 、 修二 月 会 と も い う 。 +山 階宮 ( やましなのみや ) は 、 江戸 時代 末期 、 伏見 宮 邦家 親王 の 王子 、 山階 宮晃親王 が 創設 し た 宮家 。 +皇室 の 儀式 で は 天皇 及び 宮家 に 関 する 様々 な 儀式 に つ い て 記 す 。 +蘭陵王 ( らんりょうおう ) は 雅楽 の 曲目 の 一 つ 。 +三 社 参り ( さん しゃ まいり ) と は 、 三 つ の 神社 を 詣で る こと を い う 。 +玄昉 ( げん ぼう 、 ? - 天平 18 年 6 月 18 日 ( 旧暦 ) ( 74 6 年 7 月 15 日 ) ) は 、 奈良 時代 の 法 相 宗 の 僧 。 +阪 東 妻 三郎 プロダクション ( ばんどう つまさぶろう - 、 1925 年 9 月 設立 - 1936 年 12 月 解散 ) は 、 かつて 京都 、 のち に 千葉 の 東京 湾 に 存在 し た 映画 会社 で あ る 。 +三宅 右近 ( みやけ う こん , 1941 年 ( 昭和 16 年 ) - は 、 和泉 流 の 狂言 師 。 +羯鼓 ( かっこ ) は 雅楽 で 使 わ れ る 打楽器 で 、 鼓 の 一種 。 +船木 荘 ( ふなき の しょう ) は 、 平安 時代 ~ 室町 時代 に かけ て 美濃 国 に あ っ た 荘園 。 +池田 政礼 ( いけだ まさのり 、 嘉永 2 年 12 月 17 日 ( 旧暦 ) ( 1850 年 1 月 29 日 ) - 明治 40 年 ( 1907 年 ) 10 月 7 日 ) は 、 備 中 国 岡山 藩 生坂 藩 の 第 8 代 ( 最後 ) の 藩主 。 +高葛陂 ( 高葛 坡 、 こう かっぱ 、 1724 年 - 1776 年 ) は 、 江戸 時代 中期 の 漢詩 人 ・ 儒学 者 。 +宜陽殿 ( ぎよう でん ) と は 、 平安 京 の 内裏 に おけ る 殿舎 の ひと つ 。 +山本 嘉次郎 ( やまもと か じろう 、 190 2 年 3 月 15 日 - 1974 年 9 月 21 日 ) は 、 日本 の 映画 監督 、 俳優 、 脚本 家 、 随筆 家 。 +陸奥 守 ( むつ の かみ ) は 陸奥 国 の 国司 の 長官 。 +梨壺 の 五 人 ( な しつぼ の ご にん ) と は 、 天暦 5 年 ( 951 年 ) 村上 天皇 の 命 に よ り 、 平安 御所 七 殿 五舎 の 一 つ で あ る 昭陽 舎 に 置 か れ た 和歌 所 の 寄人 で あ る 。 +覚恕 ( かくじょ 、 大永 元年 ( 1521 年 ) - 天正 2 年 1 月 3 日 ( 旧暦 ) ( 1574 年 1 月 25 日 ) ) は 、 戦国 時代 ( 日本 ) の 天台 宗 の 僧 。 +大谷 光瑞 ( おおた に こうずい 、 1876 年 ( 明治 9 年 ) 12 月 27 日 - 1948 年 ( 昭和 23 年 ) 10 月 5 日 ) は 日本 の 宗教 家 、 探検 家 。 +藤原 師実 ( ふじわら の もろざね 、 長久 3 年 ( 1042 年 ) - 康和 3 年 2 月 13 日 ( 旧暦 ) ( 1101 年 3 月 14 日 ) ) は 院政 期 の 公卿 で 藤 氏 長者 。 +六 位 蔵人 ( ろくい の く ろうど ) と は 、 令外 官 の 役職 で 、 蔵人 所 の 官吏 。 +散楽 ( さんがく ) は 、 日本 の 奈良 時代 に 大陸 から 移入 さ れ た 、 物真似 や 軽業 ・ 曲芸 、 奇術 、 幻術 、 人形 まわ し 、 日本 舞踊 など 、 娯楽 的 要素 の 濃 い 芸能 の 総称 。 +幽玄 ( ゆうげん ) と は 、 文芸 ・ 絵画 ・ 芸能 ・ 建築 等 、 諸々 の 芸術 領域 に おけ る 日本 文化 の 基層 と な る 理念 の 一 つ 。 +中坊 秀祐 ( なかの ぼうひ ですけ ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 。 +井上城 ( いのうえ じょう ) は 、 現在 の 宮崎 県 延岡 市 に あ っ た 城郭 。 +源 有仁 ( みなもと の あり ひと 、 康和 5 年 ( 110 3 年 ) - 久安 3 年 2 月 13 日 ( 旧暦 ) ( 1147 年 3 月 16 日 ) ) は 、 平安 時代 後期 の 公家 。 +源 国政 ( みなもと の くに まさ 、 生没年 不詳 ) は 、 平安 時代 末期 の 武将 。 +三宝院 ( さん ぼういん ) と は 、 京都 市 伏見 区 醍醐 に あ る 醍醐 寺 の 院家 。 +菊王 丸 ( きくおう まる ) と は 、 平家 物語 に 登場 する 平教経 の 小姓 ( ) で あ る 。 +高師世 ( こう の もろ よ 、 ? - 正平 ( 日本 ) 6 年 / 観応 2 年 2 月 26 日 ( 旧暦 ) ( 1351 年 3 月 24 日 ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +東山 天皇 ( ひがしやま てんのう 、 延宝 3 年 9 月 3 日 ( 167 5 年 10 月 21 日 ) - 宝永 6 年 12 月 17 日 ( 1 71 0 年 1 月 16 日 ) ) は 江戸 時代 の 第 113 代 天皇 ( 在位 : 貞享 4 年 3 月 25 日 ( 1687 年 5 月 6 日 ) - 宝永 6 年 6 月 21 日 ( 1709 年 7 月 27 日 ) 。 +院司 ( いんし 、 いんの つかさ ) は 、 日本 の 中世 ・ 古代 に お い て 、 太上 天皇 や 女院 の 直属 機関 と し て 設置 さ れ た 院庁 の 職員 。 +三野 乙益 ( みの の お とま す ) は 奈良 時代 の 人 。 +特記 事項 +青山 景通 ( あおやま かげ みち 、 1819 年 ( 文政 2 年 ) - 1891 年 ( 明治 24 年 ) 12 月 11 日 ) は 、 幕末 から 明治 の 日本 の 復古 神道家 。 +宝泉 院 ( ほうせんいん ) は 、 京都 ・ 大原 に あ る 、 天台 宗 の 寺院 の 一 つ で あ る 。 +松浦 宮 物語 ( まつら の みや ものがたり ) は 、 鎌倉 時代 初期 に 成立 し た 物語 、 小説 。 +大社 造 ( たいしゃ づくり ) は 、 日本 の 神社 建築 様式 の 1 つ で あ る 。 +若田 栄吉 ( わかた えいきち 、 嘉永 4 年 1 月 2 日 ( 旧暦 ) ( 1851 年 2 月 2 日 ) - 大正 8 年 ( 1919 年 ) 6 月 18 日 ) は 箱館 新 選 組 壱 分隊 隊士 。 +節分 ( せつぶん 、 また は せち ぶん ) は 、 各 季節 の 始まり の 日 ( 立春 ・ 立夏 ・ 立秋 ・ 立冬 ) の 前日 の こと 。 +能阿弥 ( のうあみ 、 応永 4 年 ( 1397 年 ) - 文明 ( 日本 ) 3 年 ( 14 7 1 年 ) ) は 、 室町 時代 の 画家 、 茶人 、 連歌 師 。 +ウィリアム ・ メレル ・ ヴォーリズ ( William Merrell Vories 、 1880 年 10 月 28 日 - 1964 年 5 月 7 日 ) は 、 アメリカ に 生まれ 、 日本 で 数 多く の 西洋 建築 を 手懸け た 建築 家 で あ り 、 ヴォーリズ 合名 会社 ( のち の 近江 兄弟 社 ) の 創立 者 の 一人 と し て メンソレータム ( 現 メンターム ) を 広 く 日本 に 普及 さ せ た 実業 家 で も あ る 。 +吉良 義継 ( きら よしつぐ 、 生没年 不詳 ) は 鎌倉 時代 の 武将 。 +高階 泰経 ( たかしな の やすつね 、 大治 5 年 ( 1130 年 ) - 建仁 元年 11 月 23 日 ( 旧暦 ) ( 120 1 年 12 月 20 日 ) ) は 平安 時代 末期 から 鎌倉 時代 初期 の 公家 。 +服部 持 法 ( はっと りじ ほう 、 生没年 不明 ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て 活躍 し た 伊賀 国 の 武士 、 悪党 。 +岩倉 具集 ( いわくら と も あ い 、 安永 ( 元号 ) 7 年 9 月 7 日 ( 旧暦 ) ( 1778 年 10 月 26 日 ) - 嘉永 6 年 5 月 16 日 ( 旧暦 ) ( 1853 年 6 月 22 日 ) ) は 岩倉 具 選 の 子 。 +火須 勢 理命 ( ほすせり の みこと ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +年貢 ( ねんぐ ) は 、 日本 史上 の 租税 の 一 形態 。 +重源 ( ちょうげん 1 121 年 ( 保安 ( 元号 ) 2 年 ) - 120 6 年 7 月 12 日 ( 建永 元年 6 月 5 日 ( 旧暦 ) ) ) は 、 平安 時代 末期 から 鎌倉 時代 に かけ て の 僧 。 +歌川 広重 ( うたがわ ひろしげ 、 寛政 9 年 ( 1797 年 ) - 安政 5 年 9 月 6 日 ( 旧暦 ) ( 1858 年 10 月 12 日 ) は 、 浮世 絵 師 。 +野宮定 基 ( ののみや さだ もと 、 寛文 9 年 7 月 14 日 ( 旧暦 ) ( 1669 年 8 月 10 日 ) - 正徳 ( 日本 ) 元年 6 月 29 日 ( 旧暦 ) ( 1 71 1 年 8 月 13 日 ) ) は 江戸 時代 中期 の 公家 。 +南天皇 ( なんてんのう 、 ? - 長禄 2 年 12 月 20 日 ( 旧暦 ) ( 1459 年 1 月 24 日 ) ) は 、 後南 朝 の 天皇 。 +石川 元光 ( いしかわ もと みつ 、 生年 不詳 - 康和 元年 9 月 8 日 ( 旧暦 ) ( 1099 年 9 月 24 日 ) ) は 、 平安 時代 後期 の 武将 。 +湯泉地 温泉 ( とうせん じ おんせん ) は 、 奈良 県 吉野 郡 十津川 村 ( 旧国 大 和国 ) に あ る 温泉 。 +嵯峨源 氏 ( さ が げんじ ) は 、 賜姓 源 氏 の 最初 で 、 第 52 代 嵯峨 天皇 の 子孫 。 +伏見宮 邦道 親王 ( ふしみのみやく に みち しんのう 、 寛永 18 年 ( 1641 年 ) - 承応 3 年 7 月 20 日 ( 旧暦 ) ( 1654 年 9 月 1日 ) ) は 、 江戸 時代 初期 の 皇族 。 +高橋 進 ( たかはし すすむ 、 190 2 年 ( 明治 35 年 ) 1 月 1日 - 1984 年 ( 昭和 59 年 ) 10 月 19 日 ) は 、 シテ 方 宝生 流能 楽師 。 +日野 邦光 ( ひ の くに みつ 、 元応 2 年 ( 1320 年 ) - 正平 ( 日本 ) 18 年 / 貞治 2 年 ( 1363 年 ) ) は 、 南北朝 時代 ( 日本 ) の 公卿 。 +芳川 顕正 ( よしかわ あきまさ 、 1842 年 1 月 21 日 ( 天保 12 年 12 月 10 日 ( 旧暦 ) ) - 1920 年 ( 大正 9 年 ) 1 月 10 日 ) は 、 日本 の 官僚 、 政治 家 。 +『 方丈 記 』 ( ほうじょうき ) は 、 鴨 長明 ( かも の ちょうめい 、 かもの な が あきら ) に よ っ て 書 か れ た 日本 の 中世 文学史 の 代表 的 な 随筆 。 +上 七 軒通 ( かみ しちけん どおり ) は 京都 市 上京 区 の 東西 の 通り の 一 つ 。 +道正 ( どうしょう 、 承安 ( 日本 ) 元年 ( 11 71 年 ) - 宝治 2 年 7 月 24 日 ( 旧暦 ) ( 1248 年 8 月 14 日 ) ) は 、 鎌倉 時代 前期 の 曹洞 宗 の 僧 。 +普賢 延命 菩薩 ( ふ げんえん めいぼさつ ) は 、 仏教 に おけ る 信仰 対象 で あ る 菩薩 の 一 つ 。 +散髪 脱 刀令 ( さんぱつ だっ と う れい ) と は 、 明治 4 年 8 月 9 日 ( 旧暦 ) ( 18 71 年 9 月 23 日 ) に 明治 政府 に よ っ て 出 さ れ た 太政 官 布告 。 +対外 硬 ( たいがいこう ) と は 、 国際 社会 に おけ る 日本 国家 の 現状 を 対外 的 に 危機 的 状況 と 考え 、 国際 協調 を 否定 し て 、 国家 の 自主 ・ 独立 を 重ん じ て 軍事 力 を も 視野 に おいた 強硬 的 な 外交 で のみ に よ っ て この 危機 を 打開 でき る と する 思想 ・ 主張 の こと 。 +片岡 我童 ( かたおか ・ がどう ) は 歌舞伎 の 名跡 の 一種 。 +山田 恵諦 ( やまだえ た い   明治 28 年 ( 1895 年 ) 12 月 1日 - 平成 6 年 ( 1994 年 ) 2 月 22 日 ) は 、 日本 の 天台 宗 の 僧侶 。 +藤原 忠平 ( ふじわら の ただひら 元 慶 4 年 ( 880 年 ) - 天暦 3 年 8 月 14 日 ( 旧暦 ) ( 949 年 9 月 14 日 ) ) は 、 平安 時代 の 公卿 。 +赤 れんが フェスタ と は 毎年 、 京都 府 舞鶴 市 で 行 わ れ る 観光 イベント 。 +文人 ( ぶんじん ) と は 、 中国 の 伝統 社会 に 生 じ た ひと つ の 人間 類型 で あ り 、 「 学問 を 修め 文章 を よく する 人 」 の 意 で あ る 。 +吏党 ( りとう ) と は 、 明治 時代 中期 の 初期 帝国 議会 に おけ る 明治 政府 寄り の 姿勢 を 示 し た 政党 の こと 。 +源 頼季 ( みなもと の より すえ 、 生没 年 未詳 ) は 、 平安 時代 中期 の 武将 。 +常盤井宮 全明親王 ( ときわい のみやま た あきら しんのう 、 永享 11 年 ( 1439 年 ) - 大永 元年 12 月 7 日 ( 旧暦 ) ( 152 2 年 1 月 4 日 ) ) は 室町 時代 の 皇族 。 +古田 重然 ( ふるたし げ なり / しげ て る ) は 、 戦国 時代 ( 日本 ) の 武将 。 +板垣 退助 ( いたが きたい すけ 、 天保 8 年 4 月 17 日 ( 旧暦 ) ( 1837 年 5 月 21 日 ) - 大正 8 年 ( 1919 年 ) 7 月 16 日 ) は 、 日本 の 武士 ・ 土佐 藩 士 、 政治 家 。 +善鸞 ( ぜんらん 、 建保 5 年 ( 1217 年 ) ? - 弘安 9 年 3 月 6 日 ( 旧暦 ) ( 1286 年 4 月 1日 ) ? ) は 、 鎌倉 時代 中期 の 浄土 真宗 の 僧 。 +源 光庵 ( げん こうあん ) は 、 京都 市 北 区 ( 京都 市 ) 鷹峯 ( たか がみね ) に あ る 曹洞 宗 の 寺院 。 +武社 国造 ( むさの くにのみやつこ ・ むさこく ぞう ) は 上総 国 北 東部 を 支配 し た 国造 。 +一条 美賀子 ( いちじょうみ かこ 、 徳川 美賀子 、 天保 6 年 ( 1835 年 ) - 明治 27 年 ( 1894 年 ) 7 月 9 日 ) は 、 幕末 - 明治 時代 の 公家 女性 、 徳川 慶喜 ・ 正室 。 +大津 城 の 戦い ( おおつじょう の たたかい ) と は 、 ( 慶長 5 年 9 月 7 日 ( 旧暦 ) ( 160 0 年 10 月 13 日 ) ) - 慶長 5 年 9 月 15 日 ( 旧暦 ) ( 160 0 年 10 月 21 日 ) ) まで 行な わ れ た 戦い 。 +中古 三十 六 歌仙 ( ちゅうこ さんじゅう ろっ かせん ) と は 、 藤原 範兼 の 『 後 六々 撰 』 に 載 っ て い る 和歌 の 名人 36 人 の 総称 。 +懐紙 ( かいし ) +高階 貴子 ( たかしな の きし ・ たかこ 、 生年 不詳- 長徳 二 年 ( 996 年 ) 10 月 没 ) は 平安 時代 の 女流 歌人 。 +おでん ( 御田 ) は 、 日本 料理 の うち 、 煮物 料理 の 一種 。 +寒天 ( かんてん ) は 、 テングサ ( 天草 ) 、 オゴノリ など の 紅藻 類 の 粘液質 を 凍結 ・ 乾燥 し た もの で あ る 。 +和田 惟政 ( わ だ これ まさ ) は 日本 の 戦国 時代 ( 日本 ) の 武将 。 +甘露寺 親長 ( かんろじち かな が 、 応永 31 年 ( 1425 年 ) - 明応 9 年 8 月 17 日 ( 旧暦 ) ( 150 0 年 8 月 31 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 公家 で あ る 。 +懺悔偈 ( さん げげ ) と は 四十 華 厳 普 賢 行願品 から 採 っ た 偈文 ( げもん ) で あ る 。 +安閑 天皇 ( あんかん てんのう 、 雄略 天皇 10 年 ( 466 年 ) - 安閑 天皇 4 年 12 月 17 日 ( 旧暦 ) ( 536 年 1 月 25 日 ) ) は 、 第 27 代 の 天皇 ( 在位 : 継体 天皇 25 年 2 月 7 日 ( 旧暦 ) ( 53 1 年 3 月 10 日 ) - 安閑 天皇 4 年 ( 535 年 ) 12 月 17 日 ) 。 +尊雅 王 ( そんが おう 、 生没年 不詳 ) は 、 鎌倉 時代 後期 の 皇族 。 +勧修 寺 尚顕 ( かじゅうじ なおあき 、 文明 ( 日本 ) 10 年 ( 1478 年 ) - 永禄 2 年 8 月 28 日 ( 旧暦 ) ( 1559 年 9 月 29 日 ) ) は 、 安土 桃山 時代 の 公家 ( 公卿 ) 。 +大宮 長興 ( おおみやなが おき 、 応永 19 年 ( 1412 年 ) - 明応 8 年 10 月 24 日 ( 1499 年 11 月 26 日 ) ) は 、 室町 時代 後期 の 官人 。 +名号 本尊 ( みょうごう ほんぞん ) と は 、 浄土 真宗 の 本尊 の 形態 の 1 つ 。 +摂家 将軍 ( せっけしょうぐん ) は 、 鎌倉 将軍 一覧 の うち 、 第 4 代 藤原 頼経 と その 嫡男 の 第 5 代 藤原 頼嗣 の 2人 の 征夷 大将軍 の こと 。 +村 ( むら 、 そん ) と は 、 集落 や 基礎 自治 体 の 一種 で あ る 。 +岡屋 関白記 ( おか の やかんぱく き ) は 、 鎌倉 時代 の 関白 近衛 兼 経 の 日記 。 +平真樹 ( たいら の まき / まさき   生没年 未詳 ) は 、 平安 時代 中期 の 荘園 領主 ・ 豪族 で あ る 。 +京都 フィルハーモニー 室内 合奏 団 ( きょう と フィルハーモーニー しつな い がっそう だん ) は 、 京都 市 を 本拠 地 と する オーケストラ で あ る 。 +工部 七職 ( こうぶ しち しょく ) と は 彦根 仏壇 の 製造 に おけ る 、 7 種 の 工程 の 職人 の 総称 。 +茶碗 ( ちゃわん ) と は 、 元々 は 磁器 で 作 ら れ た 喫茶 の ため の 食器 。 +新貨 条例 ( しん か じょうれい ) は 、 明治 4 年 5 月 10 日 ( 旧暦 ) ( 18 71 年 6 月 17 日 ) に 制定 さ れ た 、 近代 日本 最初 の 貨幣 法 で あ る 。 +廃太子 ( はいたいし ) は 、 皇室 、 王室 に おけ る 廃嫡 の こと を い う 。 +池広   一夫 ( いけひろ かずお 、 1929 年 10 月 25 日 - ) は 、 日本 の 映画 監督 。 +二階堂 行貞 ( に かいどう ゆきさだ 、 1269 年 ( 文永 6 年 ) - 1329 年 3 月 3 日 ( 嘉暦 4 年 2 月 2 日 ( 旧暦 ) ) ) は 鎌倉 幕府 の 政所 執事 。 +神宮寺 ( じんぐうじ ) と は 、 日本 に お い て 神仏 習合 思想 に 基づ い て 神社 を 実質 的 に 運営 し て い た 仏教 寺院 。 +真宗 興正派 ( しんしゅう こうしょう は ) と は 、 浄土 真宗 の 一派 。 +赤松則祐 ( あかまつ   そく ゆう ) 、 正和 3 年 ( 1314 年 ) - 応安 4 年 / 建徳 2 年 11 月 29 日 ( 旧暦 ) ( 1372 年 1 月 13 日 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 武将 で あ る 。 +地方 制度 と し て の 裁判 所 ( さいばん しょ ) は 、 明治 元年 ( 1868 年 ) に 、 京都 の 新 政府 が 諸藩 に 属 さ な い 直轄 地 を 治め る ため に 設け た 地方 行政 機関 で あ る 。 +開眼 ( かいげん ) と は 、 新た に 作 ら れ た 仏像 や 仏画 など を 寺院 伽藍 また 堂 に 安置 し 、 魂 を 請じ 入れ る こと で あ る 。 +藤原 為光 ( ふじわら の ため みつ 、 天慶 5 年 ( 942 年 ) - 正暦 3 年 6 月 16 日 ( 旧暦 ) ( 99 2 年 7 月 23 日 ) ) は 、 平安 時代 中期 の 公家 。 +高麗門 ( こうらい もん ) は 、 日本 に おけ る 門 の 形式 の 一 つ で あ る 。 +密懐 法 ( びっ かい ほう ) と は 、 密通 に 関 する 処理 を 定め た 法令 。 +観世 元 滋 ( かんぜ もとしげ 、 1895 年 ( 明治 28 年 ) - 1939 年 ( 昭和 14 年 ) ) は 、 シテ 方 観世 流能 楽師 。 +横難 横死 ( おうなん おうし ) と は 、 予期 し な い 災難 や 非業 の 死 を とげ る こと 。 +小姓 ( こしょう ) と は 、 武家 の 職名 で あ る 。 +仕事 始め ( しごと はじめ ) と は 、 1 月 2 日 に 年 が 明け て 初めて 仕事 を する こと 。 +山名義理 ( やまな よし ただ   生没年 不詳 ) は 室町 時代 の 武将 。 +坊門 忠清 ( ぼうもん ただ き よ ) は 、 鎌倉 時代 前期 の 公家 。 +煎 茶道 ( せん ちゃどう ) は 、 広義 に は 茶道 の 一種 。 +後 二 条 天皇 ( ご に じょうてんのう 、 弘安 8 年 2 月 2 日 ( 1285 年 3 月 9 日 ) - 徳治 3 年 8 月 25 日 ( 130 8 年 9 月 10 日 ) ) は 、 鎌倉 時代 の 第 94 代 天皇 ( 在位 : 正安 3 年 1 月 22 日 ( 130 1 年 3 月 3 日 ) - 徳治 3 年 8 月 25 日 ( 130 8 年 9 月 10 日 ) ) 。 +一条 実家 ( いちじょうさ ねいえ 、 建長 2 年 ( 1250 年 ) - 正和 3 年 1 月 11 日 ( 旧暦 ) ( 1314 年 1 月 27 日 ) ) は 鎌倉 時代 の 公卿 。 +日置 流 ( へ きりゅう ) と は 、 古流 の 逸見 流 を 学 ん だ 日置 弾正 政次 ( へきだん じょう まさつぐ ) ( 正次 と も ) が 確立 し た 、 和弓 の 流派 の 一 つ で あ る 。 +同朋衆 ( どう ぼうしゅう ) と は 室町 時代 以降 将軍 の 近く で 雑務 や 芸能 に あた っ た 人々 の こと 。 +世直 し 一揆 ( よなおし いっき ) は 、 江戸 時代 後半 から 明治 時代 初期 に かけ て 多発 し た 一揆 。 +朝鮮 寺 ( ちょうせん で ら ) と は 、 おもに 在日 韓国 ・ 朝鮮 人 ら 、 特に その 婦人 層 に お い て 信仰 さ れ て い る 寺院 の 通称 。 +富川 十郎 ( とみかわ じゅうろう 、 天保 15 年 ( 1844 年 ) - 慶応 3 年 6 月 14 日 ( 旧暦 ) ( 1867 年 7 月 15 日 ) ) は 新選 組 隊士 。 +伊東 マンショ ( いとう まんしょ 、 Mancio , 満所 と も 、 永禄 12 年 ( 1569 年 ) 頃 - 慶長 17 年 10 月 21 日 ( 旧暦 ) ( 1612 年 11 月 13 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の キリシタン で 、 天正 遣欧 少年 使節 の 正使 。 +石泉 学派 ( せき せん がく は ) と は 、 浄土 真宗 本願 寺 派 の 学派 の ひと つ で あ る 。 +徳政令 ( とくせい れい ) と は 、 日本 の 中世 、 鎌倉 時代 から 室町 時代 に かけ て 朝廷 、 幕府 など が 債権 や 債務 の 放棄 を 命 じ た 法令 で あ る 。 +伏見 桃山城 運動 公園 ( ふしみ も もやま じょう うんどう こうえん ) は 、 京都 府 京都 市 桃山 町 に あ る 公園 で あ る 。 +源 国 基 は 、 +言挙げ ( こと あげ ) と は 日本 の 神道 に お い て 宗教 的 教義 ・ 解釈 を 「 ことば 」 に よ っ て 明確 に する こと を 言 う 。 +正風 俳諧 ( しょうふう はいかい ) と は 、 松尾 芭蕉 が 大成 し た 俳諧 の 概念 を さ す ことば で あ る 。 +世襲 足媛 ( よそ たら しひめ ) は 、 欠史 八代 、 孝昭 天皇 の 皇后 。 +壬生 寺 ( みぶ で ら ) は 、 京都 市 中京 区 壬生 に あ る 律宗 大 本 山 の 寺院 で あ る 。 +勧修 寺 徳子 ( かしゅうじ なりこ 、 天明 8 年 11 月 3 日 ( 旧暦 ) ( 1788 年 11 月 30 日 ) - 明治 11 年 ( 1878 年 ) 1 1 月 23 日 ) は 、 江戸 時代 後期 - 明治 初期 に かけ て の 女官 。 +第 16 師団 ( だい じゅう ろく しだん ) は 、 大 日本 帝国 陸軍 の 師団 の 一 つ 。 +尊観 ( そんかん 、 貞和 5 年 / 正平 ( 日本 ) 4 年 ( 1349 年 ) - 応永 7 年 10 月 24 日 ( 旧暦 ) ( 140 0 年 11 月 10 日 ) ) は 、 南北朝 時代 ( 日本 ) の 時宗 の 僧 。 +内 奏 方 ( ないそう がた ) と は 、 室町 幕府 初期 に 設け られ た 訴訟 機関 の 1 つ 。 +北条 時宗 ( ほうじょう ときむね ) は 、 鎌倉 時代 中期 の 鎌倉 幕府 第 8 代 執権 。 +超然 ( ちょうねん 、 寛政 4 年 12 月 23 日 ( 旧暦 ) ( 1793 年 2 月 3 日 ) - 慶応 4 年 2 月 29 日 ( 旧暦 ) ( 1868 年 3 月 22 日 ) ) は 、 江戸 時代 後期 の 浄土 真宗 の 僧 。 +中西 昇 ( なかにし のぼる 、 生没年 不詳 ) は 新選 組 伍長 。 +藤澤 友吉 ( ふじさわ と もきち 、 1866 年 3 月 - 1932 年 4 月 17 日 ) は 、 日本 の 実業 家 。 +クシナダヒメ は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +大泉 寺 ( だい せんじ ) は 滋賀 県 高島 市 新旭 町 饗庭 に あ る 天台 宗 の 延暦 寺 の 末寺 。 +薩戒記 ( さっかい き ) は 権 大 納言 兼 弾正 尹 中山定親 の 日記 。 +源季遠 ( みなもとの すえ とお 、 生没年 不詳 ) は 平安 時代 後期 の 武士 ・ 歌人 。 +粥杖 ( かゆづえ ) は 、 正月 15 日 に 粥 を 煮 た 時 の 燃えさし の 木 を 削 っ て 作 っ た 杖 で あ る 。 +室町 時代 ( むろまち じだい 、 1336 年 - 1573 年 ) は 、 室町 幕府 が 存在 し た 時代 を 指 す 日本 の 歴史 の 時代 区分 の 一 つ 。 +長尾 神社 ( ながお じんじゃ ) は 、 奈良 県 葛城 市 に あ る 神社 。 +狩野 永岳 ( かのう えいがく 、 寛政 2 年 ( 1790 年 ) - 慶応 3 年 1 月 2 日 ( 旧暦 ) ( 1867 年 2 月 6 日 ) ) は 、 江戸 時代 後期 に 京都 を 中心 に 活躍 し た 画家 。 +阿倍 氏 ( あべ し 、 後 に 安倍 氏 ) は 古代 日本 の 豪族 に 由来 する 貴族 の 氏 の 一 つ 。 +『 平家 納経 』 ( へいけ のうきょう ) は 、 平安 時代 に 平氏 伊勢平 氏 と 平家 の 繁栄 を 願 い 、 厳島 神社 に 奉納 さ れ た 経典 類 の 総称 。 +智光 曼荼羅 ( ち こうまん だら ) と は 、 奈良 市 の 元興寺 に 伝わ る 智光 が 感得 し た と い う 曼荼羅 の 図像 に 基づ い て 作 ら れ た 浄土 曼 荼羅 の 総称 で あ る 。 +加藤 文麗 ( かとう ぶんれい 、 宝永 3 年 ( 170 6 年 ) - 天明 2 年 3 月 5 日 ( 旧暦 ) ( 1782 年 4 月 17 日 ) ) は 江戸 時代 中期 の 日本 の 画家 で あ る 。 +立憲革 新党 ( りっけん かくしんとう ) は 、 明治 中期 に 存在 し た 政党 ( 1894 年 5 月 9 日 - 18 96 年 2 月 24 日 ) 。 +藤原 公通 ( ふじわら の きんみち 、 永久 ( 元号 ) 5 年 ( 1117 年 ) - 承安 ( 日本 ) 3 年 9 月 9 日 ( 旧暦 ) ( 1173 年 10 月 17 日 ) 、 また は 4 月 9 日 ( 旧暦 ) ( 5 月 22 日 ) ) は 、 平安 時代 後期 の 公卿 。 +霜月 神楽 ( しもつきかぐら ) と は 、 11 月 _ ( 旧暦 ) ( グレゴリオ 暦 の 12 月 から 翌年 1 月 ) に 行 わ れ る 神楽 の こと 。 +粟田口 吉光 ( あわたぐち よしみつ 、 13 世紀 頃 ) は 鎌倉 時代 中期 の 刀鍛冶 。 +丸太町 駅 ( まるたまち えき ) は 京都 府 京都 市 に あ る 駅 。 +朱雀 ( すざく ・ しゅじゃく 、 ピンイン ) と は 、 中華 人民 共和 国 の 伝説 上 の 神獣 ( 神鳥 ) で 、 四神 ( 四獣 ・ 四象 ) ・ 五 行 思想 の 一 つ 。 +林 忠交 ( はやし た だ かた 、 弘化 2 年 ( 1845 年 ) - 慶応 3 年 6 月 24 日 ( 旧暦 ) ( 1867 年 7 月 25 日 ) ) は 、 上総 国請西 藩 の 第 2 代 藩 主 。 +皇胤 ( こういん ) と は 、 広 く 天皇 の 子孫 を 指 す 言葉 で あ る 。 +京都 市 中央 卸売 市場 第 一 市場 ( きょうと し ちゅうおう おろしうり し じょう だい いち しじょう ) は 、 京都 府 京都 市 下京 区 朱 雀 分木 町 80 番 地 に あり 14950 9 m2 もの 敷地 を 誇 る 市場 で あ る 。 +栗尾 峠 ( くりお とうげ ) は 京都 府 京都 市 右京 区 京北 細野 町 に あ る 国道 上 の 峠 で あ る 。 +今出川 兼季 ( いまで が わ かねすえ 、 弘安 4 年 ( 1281 年 ) - 延元 4 年 / 暦応 2 年 1 月 16 日 ( 旧暦 ) ( 1339 年 2 月 25 日 ) ) は 鎌倉 時代 後期 から 室町 時代 かけ て の 公卿 。 +芝山 定 豊 ( しばやまさだ と よ 、 寛永 15 年 4 月 10 日 ( 旧暦 ) ( 1638 年 5 月 23 日 ) - 宝永 4 年 5 月 2 日 ( 旧暦 ) ( 17 0 7 年 6 月 1日 ) は 、 江戸 時代 の 公家 ( 公卿 ) 。 +尾関 弥四郎 ( おぜき や しろう 、 天保 2 年 ( 1831 年 ) - 慶応 元年 11 月 7 日 ( 旧暦 ) ( 1865 年 12 月 24 日 ) ) は 高取 藩 出身 で 尾関 雅次郎 の 実兄 。 +橘 周太 ( たちばな しゅうた 、 慶応 元年 9 月 15 日 ( 旧暦 ) ) ( 1865 年 11 月 3 日 ) - 明治 37 年 ( 190 4 年 ) 8 月 31 日 ) は 、 日本 の 陸軍 軍人 。 +黒船 来航 ( くろふね ら い こう ) と は 、 嘉永 6 年 ( 1853 年 ) に アメリカ 合衆 国 の アメリカ 海軍 所属 の 東 インド 艦隊 艦船 が 、 日本 の 東京 湾 浦賀 ( 神奈川 県 横須賀 市 浦賀 ) に 来航 し た 事件 。 +山号 姨 綺 耶山 ( いきや さん ) +中村 霞仙 ( なかむら かせん ) は 、 歌舞伎 役者 。 +覚超 ( かくちょう 、 天徳 ( 日本 ) 4 年 ( 96 0 年 ) - 長元 7 年 1 月 24 日 ( 旧暦 ) ( 10 34 年 2 月 15 日 ) ) は 平安 時代 中期 の 天台 宗 の 僧 。 +氷室 ( ひむろ ) と は 、 日本 古来 の 氷 を 蓄え て お く 場所 の こと で 現在 の 冷蔵 庫 に あた る 。 +琢如 ( たくに ょ   1625 年 ( 寛永 元年 ) - 16 7 1 年 5 月 22 日 ( 寛文 11 年 4 月 14 日 ) ) は 、 浄土 真宗 の 僧 で 、 東本願 寺 第 14 代 法主 。 +奈良 義成 の 妹 ( なら よしなり の いもうと 、 生没年 不詳 ) は 、 安土 桃山 時代 の 貞婦 。 +恒貞 親王 伝 ( つねさだしん の うでん ) は 、 平安 時代 前期 に 書 か れ た 漢文伝 の 1 つ 。 +京阪本 線 ( けいはん ほんせん ) は 、 大阪 府 大阪 市 中央 区 ( 大阪 市 ) の 淀屋 橋 駅 から 京都 府 京都 市 東山 区 の 三条 駅 ( 京都 府 ) まで を 結 ぶ 京阪 電気 鉄道 の 鉄道 路線 。 +藤原 師高 ( ふじわら の もろた か 、 生年 不詳 - 安元 3 年 6 月 9 日 ( 旧暦 ) ( 1177 年 7 月 6 日 ) ) は 日本 の 平安 時代 後期 の 受領 。 +富士 門流 ( ふじ もんりゅう ) は 、 日蓮 系 の 諸宗 派 の うち 、 日蓮 の 6 人 の 高弟 「 六 老僧 」 の ひとり 日興 の 法脈 を 継承 する 諸 本山 と その 末寺 に 対 する 総称 の ひと つ 。 +広沢 安任 ( ひろさわ やす とう 、 文政 13 年 2 月 2 日 ( 旧暦 ) ( 1830 年 2 月 24 日 ) - 明治 24 年 ( 1891 年 ) 2 月 5 日 ) は 、 江戸 時代 後期 、 幕末 期 の 会津 藩 士 。 +脇坂 安利 ( わきざか や す と し 、 元和 ( 日本 ) 4 年 ( 1618 年 ) - 寛永 13 年 2 月 4 日 ( 旧暦 ) ( 1636 年 3 月 11 日 ) ) は 、 信濃 国 信濃 飯田 藩 の 世嗣 。 +中村 芝鶴 ( なかむら しかく ) は 、 歌舞伎 役者 の 名跡 の 一 つ 。 +玉屋 庄兵衛 ( たま や しょうべい ) は からくり 人形 師 。 +愛発関 ( あらち の せき ) と は 、 近江 国 と 越前 国 の 国境 に 置 か れ た 関所 。 +藤原 長実 ( ふじわら の ながざ ね 、 承保 2 年 ( 1075 年 ) - 長承 2 年 8 月 19 日 ( 旧暦 ) ( 1133 年 9 月 19 日 ) ) は 平安 時代 末期 の 公家 。 +藤原 保忠 ( ふじわら の やすただ 、 寛平 2 年 ( 890 年 ) - 承平 ( 日本 ) 6 年 7 月 14 日 ( 旧暦 ) ( 936 年 8 月 3 日 ) ) は 平安 時代 前 ・ 中期 の 公卿 。 +牟義都 国造 ( むげつ の くにのみやつこ ・ むげつ こく ぞう ) は 美濃 国 北 中部 を 支配 し た 国造 。 +一言 寺 ( いちごんじ ) は 、 京都 市 伏見 区 醍醐 に あ る 真言 宗 の 寺院 で あ る 。 +宇陀 崩れ ( うだ くずれ ) と は 、 江戸 時代 に 大和 国 の 宇陀 松山 藩 で 起こ っ た お 家 騒動 で あ る 。 +藤原 明子 ( ふじわら の あきら けいこ / めいし 、 天長 6 年 ( 829 年 ) - 昌泰 3 年 5 月 23 日 ( 旧暦 ) ( 90 0 年 6 月 22 日 ) ) は 、 藤原 良房 と 源 潔姫 の 娘 で 文徳 天皇 の 女御 。 +曹洞 宗 ( そうとうしゅう ) は 、 中国 の 禅宗 五 家 ( 臨済 宗 、 潙仰 宗 、 曹洞 、 雲門 宗 、 法眼 宗 ) の 1 つ で 、 日本 に お い て は 禅宗 ( 日本 達磨 宗 ・ 臨済 宗 ・ 曹洞 宗 ・ 黄檗 宗 ・ 普化 宗 ) の 1 つ で あ る 。 +玉祖命 ( たまの おや の みこと ) は 、 日本 神話 に 登場 する 神 で あ る 。 +不孝 ( ふきょう ) +年料 舂 米 ( ねんりょう しょ う まい ) と は 、 日本 の 律令 制 に お い て 、 令 制 国 より 毎年 一定 量 の 白米 を 中央 に 貢進 さ せ る 制度 、 また その 舂米 その もの の こと 。 +栲幡 千 千 姫命 ( たくは たちぢ ひめ の みこと ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +藤原 宮子 ( ふじわら の みやこ 、 ? - 天平 勝宝 6 年 7 月 19 日 ( 旧暦 ) ( 75 4 年 8 月 11 日 ) ) は 藤原 不比 等 の 長女 。 +典侍 ( な いしのすけ ) と は 、 律令 制 に おけ る 官職 で 、 内 侍 司 ( 後宮 ) の 次官 ( 女官 ) 。 +院尊 ( いんそん 、 保安 ( 元号 ) 元年 ( 1120 年 ) - 建久 9 年 ( 1198 年 ) ) は 、 平安 時代 後期 - 鎌倉 時代 の 院 派 仏師 。 +蔵米 知行 ( くらま いちぎょう ) と は 、 蔵米 給与 ( くらまいきゅうよ ) とも 呼 ば れ 、 江戸 幕府 や 藩 が 家臣 に 対 し て 、 俸禄 と し て 知行 地 の 代わり に 蔵米 ( 幕府 の 場合 は 特に 廩米 とも ) を 支給 する こと 。 +白河 ( しらかわ ・ 白川 ) と は 、 かつて 京都 洛外 、 山城 国 愛宕 郡 に 属 し て い た 白川 ( 淀川 水系 ) 流域 を 指 す 名称 。 +石川 時光 ( いしかわ ときみつ 、 生年 不詳 - 建武 ( 日本 ) 2 年 4 月 1日 ( 旧暦 ) ( 1335 年 4 月 24 日 ) ) は 、 鎌倉 時代 後期 の 武将 。 +大妙 寺 ( だいみょうじ ) は 、 京都 市 西京 区 に あ る 日 蓮 宗 の 寺院 。 +本庄 宗資 ( ほん じょうむねすけ 、 寛永 6 年 ( 1629 年 ) 頃 - 元禄 12 年 8 月 16 日 ( 旧暦 ) ( 1699 年 9 月 9 日 ) ) は 、 江戸 時代 前期 の 譜代 大名 。 +あんみつ ( 餡蜜 ) は 、 みつまめ に 餡 を 盛 っ た 和 菓子 。 +高倉 福信 ( たか く ら の ふくしん 、 709 年 ( 和銅 2 年 ) - 789 年 11 月 3 日 ( 延暦 8 年 10 月 8 日 ( 旧暦 ) ) ) は 奈良 時代 の 公卿 。 +清少 納言 ( せいしょう なごん 、 康保 三 年 頃 ( 96 6 年 ? ) - 万寿 二 年 頃 ( 1025 年 ? ) ) は 平安 時代 の 女流 作家 、 歌人 。 +平伊望 ( たいら の これ も ち 、 元 慶 5 年 ( 881 年 ) - 天慶 2 年 11 月 16 日 ( 旧暦 ) ( 939 年 12 月 29 日 ) は 、 平安 時代 前期 の 貴族 。 +七条 駅 ( しちじょう えき ) は 京都 府 京都 市 東山 区 下堀 詰町 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +富樫 稙泰 ( と がし   たねやす   文明 ( 日本 ) 6 年 ( 1474 年 ) ? - 天文 ( 元号 ) 4 年 ( 1535 年 ) ) は 富樫 氏 16 代 当主 ( 高家 の 代 から 数え て の 数 ) 。 +削 り 粉 ( けずりこ ) と は 、 カツオ ・ サバ ・ イワシ など の 節類 を 削 っ て 削 り 節 を 作 る 時 に 出 て くる 細か い 粉末 を 集め た もの で あ る 。 +八坂 女 紅場 学園 ( やさか にょこう ば がくえん ) ( 祇園 女子 技芸 学校 ( ぎおん じょし ぎげ い がっこう ) ) は 、 京都 市 東山 区 祇園 甲部 に あ る 舞妓 ・ 芸妓 の ため の 教育 施設 。 +引接寺 ( いん じょうじ ) は 、 京都 市 上京 区 に あ る 高野山 真言宗 に 属 する 寺 で あ る 。 +草双紙 ( くさぞうし ) と は 、 江戸 時代 の 戯作 文芸 の 一種 で 、 絵 を 中心 に 仮名 で 筋書き が 書き込 ま れ た 物語 。 +座頭 ( ざとう ) 。 +旧 制 外国 語 学校 ( きゅう せい がいこく ご がっこう ) 。 +善峯 寺 ( よしみね で ら ) は 、 京都 府 京都 市 西京 区 に あ る 寺院 。 +氷上 川継 ( ひ かみ の かわつ ぐ 、 生没年 不詳 ) は 奈良 時代 から 平安 時代 初期 の 皇族 。 +茅原 狐塚 古墳 ( ちはら きつねづか こふん ) は 奈良 県 桜井 市 茅原 に あ る 古墳 。 +愛宮 ( あいみや / あいのみや 、 生没年 不詳 ) は 、 平安 時代 中期 の 女性 。 +上宮 聖徳 法王 帝説 ( じょうぐう しょう とく ほうおうていせつ ) は 、 推古 天皇 の 摂政 の いわゆる 聖徳 太子 の 伝記 と さ れ る 現存 する 最古 の もの で あ る 。 +改易 ( かいえき ) と は 、 律令 制度 で は 現職 者 の 任 を 解 き 新任 者 を 補任 する こと を い う 。 +冷泉 為経 ( れいぜい ためつね 、 承応 3 年 9 月 21 日 ( 旧暦 ) ( 1654 年 10 月 31 日 ) - 享保 6 年 10 月 4 日 ( 旧暦 ) ( 1722 年 11 月 12 日 ) ) は 、 江戸 時代 の 公家 。 +画霊 ( がれい ) は 、 人物 画 に 画家 の 執念 が 乗り移 っ た と さ れ る 付喪神 。 +冷泉 為紀 ( れいぜい ため も と 、 1854 年 - 190 5 年 ) は 日本 の 歌人 。 +九条 家 ( くじょうけ ) は 、 摂家 の ひと つ で 公家 で あ る 。 +今出川 実直 ( いまで がわ さね なお 、 興国 3 年 / 康永 元年 ( 1342 年 ) - 応永 3 年 5 月 15 日 ( 旧暦 ) ( 1396 年 6 月 21 日 ) ) は 、 南北朝 時代 ( 日本 ) ・ 室町 時代 の 公卿 。 +冷泉 為満 ( れいぜい ため みつ 、 永禄 2 年 4 月 25 日 ( 旧暦 ) ( 1559 年 5 月 31 日 ) - 元和 ( 日本 ) 5 年 2 月 14 日 ( 旧暦 ) ( 1619 年 3 月 29 日 ) ) は 戦国 時代 ( 日本 ) 後期 から 江戸 時代 初期 に かけ て の 公卿 、 歌人 。 +石川 貞道 ( いしかわ さだみち 、 生没年 不詳 ) は 、 安土 桃山 時代 の 大名 。 +池禅尼 ( いけ の ぜん に 、 長治 元年 ( 1104 年 ) ? - 長寛 2 年 ( 11 64 年 ) ? ) は 、 平安 時代 末期 の 女性 。 +賀茂宮 ( かものみや 、 元和 ( 日本 ) 4 年 10 月 5 日 ( 1618 年 11 月 21 日 ) - 元和 8 年 10 月 2 日 ( 1622 年 11 月 4 日 ) ) は 、 江戸 時代 前期 の 皇族 。 +覚猷 ( かく ゆう 、 天喜 元年 ( 1053 年 ) - 保延 6 年 9 月 15 日 ( 旧暦 ) ( 1140 年 10 月 27 日 ) ) は 、 平安 時代 後期 の 天台 宗僧 。 +有間 皇子 ( ありま の みこ 、 舒明 天皇 12 年 ( 640 年 ) - 斉明 天皇 4 年 11 月 11 日 ( 旧暦 ) ( 658 年 12 月 13 日 ) ) は 、 孝徳 天皇 の 皇子 。 +伏見 稲荷 駅 ( ふしみ い な り えき ) は 、 京都 府 京都 市 伏見 区 深草 一 坪 町 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +日講 ( にっこう 、 寛永 3 年 3 月 27 日 ( 旧暦 ) ( 1626 年 4 月 23 日 ) - 元禄 11 年 3 月 10 日 ( 旧暦 ) ( 1698 年 4 月 20 日 ) ) は 、 江戸 時代 前期 の 日蓮 宗 の 僧 。 +大師 堂 ( だい しどう ) は 、 日本 に おけ る 仏堂 の 呼称 の 1 つ で 、 大師 ( 僧 ) を 贈 ら れ た 僧 を 礼拝 の 対象 と し て 祀 る もの で あ る 。 +小堀 正之 ( こぼり まさゆき 、 元和 ( 日本 ) 6 年 ( 1620 年 ) 2 月 15 日 ( 旧暦 ) - 延宝 2 年 8 月 24 日 ( 旧暦 ) ( 167 4 年 9 月 23 日 ) ) は 、 近江 小室 藩 小堀 氏 の 第 2 代 藩 主 。 +仁海 ( にんが い 、 天暦 5 年 ( 951 年 ) - 永承 元年 5 月 16 日 ( 旧暦 ) ( 1046 年 6 月 22 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +北白川 宮 智成親王 ( きたしらかわ の みやさ と な り しんのう 、 安政 3 年 6 月 21 日 ( 旧暦 ) ( 1856 年 7 月 22 日 ) - 明治 5 年 1 月 2 日 ( 旧暦 ) ( 1872 年 2 月 10 日 ) ) は 、 江戸 時代 末期 、 明治 時代 初期 の 日本 の 皇族 。 +後 堀河 天皇 ( ごほり かわ てんのう 、 建暦 2 年 2 月 18 日 ( 1212 年 3 月 22 日 ) - 天福 2 年 8 月 6 日 ( 1234 年 8 月 31 日 ) ) は 、 鎌倉 時代 の 第 86 代 天皇 ( 在位 : 承久 3 年 7 月 9 日 ( 1221 年 7 月 29 日 ) - 貞永 元年 10 月 4 日 ( 1232 年 11 月 17 日 ) ) 。 +沓島 ( くつじま ) と は 、 京都 府 舞鶴 市 の 沖合い の 若狭 湾 に 浮か ぶ 島 。 +観光 ボランティア ガイド ( かんこう ぼらんてぃあ がいど ) と は 、 地域 を 訪れ る 観光 客 に 対 し 、 無料 若しくは 低廉 な 料金 で 、 自発 的 に 、 継続 し て 、 自分 なり の や り 方 で 案内 ・ ガイド する 人 の こと で あ る 。 +中陰 ( ちゅういん ) 、 中有 ( ちゅうう ) と は 、 仏教 で 人 が 死 ん で から の 49 日間 を 指 す 。 +番役 ( ばんやく ) と は 、 日本 史上 に お い て 順番 に 交替 勤務 に あた る こと 。 +三 斎流 ( さん さい りゅう ) は 、 細川 三斎 を 祖 と 仰 ぐ 茶道 の 一派 。 +生駒 親正 ( いこまちかまさ ) は 安土 桃山 時代 、 江戸 時代 初期 の 大名 。 +川原宮 ( かわら の みや ) は 、 7 世紀 中期 の 皇極 天皇 が 営 ん だ 宮 。 +河原 山城 の 戦い ( かわら やま じょう の たたか い ) は 天正 13 年 ( 1585 年 ) 7 月 に 伯耆 国 汗入郡 の 河原 山城 で 起き た 戦い 。 +桃尾 の 滝 ( もも のお の たき ) は 奈良 県 天理 市 滝 本町 に あ る 滝 。 +蒲生 忠知 ( が もう ただ と も ) は 、 出羽 国 上山 藩主 。 +三昧 ( さん まい 、 Sam ā dhi , サマーディ の 音写 ) と は 、 仏教 に おけ る 禅 、 ヒンドゥー 教 に おけ る 瞑想 に お い て 、 精神 集中 が 深ま り き っ た 状態 の こと 。 +北野 天満 宮 ( きた の てんまんぐう ) は 京都 市 上京 区 に あ る 神社 で あ る 。 +宇田川 玄真 ( うだ がわ げんしん 、 明和 6 年 12 月 28 日 ( 旧暦 ) ( 1770 年 1 月 24 日 ) - 天保 5 年 12 月 4 日 ( 旧暦 ) ( 1835 年 1 月 2 日 ) ) は 、 江戸 時代 後期 の 蘭方 医 。 +古都 京都 の 文化 財 ( こと きょうと の ぶんか ざい ) は 、 京都 府 京都 市 ・ 宇治 市 、 滋賀 県 大津 市 に 存在 する 寺院 等 の 総称 。 +漢國 神社 ( かんごう じんじゃ ) は 、 奈良 県 奈良 市 に あ る 神社 で あ る 。 +大伴 弟 麻呂 ( おおとも の おとまろ 、 天平 3 年 ( 731 年 ) ? - 大同 ( 日本 ) 4 年 5 月 28 日 ( 旧暦 ) ( 80 9 年 7 月 14 日 ) ) は 、 奈良 時代 ・ 平安 時代 初期 の 公卿 ・ 武将 。 +生食 ( いけづき ) は 平安 時代 末期 に 活躍 し た 名馬 一覧 の 名称 で あ る 。 +宗祇 ( そうぎ 、 142 1 年 ( 応永 28 年 ) - 15 0 2 年 9 月 1日 ( 文亀 2 年 7 月 30 日 ( 旧暦 ) ) ) は 、 室町 時代 の 連歌 師 。 +永谷 宗 円生 家 ( ながたに そう えんせい か ) と は 、 元文 3 年 ( 1738 年 ) 、 「 青製 煎茶 製法 」 を 開発 ・ 普及 さ せ た と 伝え られ る 永谷 宗 円 が 暮ら し 、 明治 まで 永谷 家 が 存在 し て い た 場所 ( 京都 府 綴喜 郡 宇治田原町 大字 湯屋谷 小字 空広 ) に 、 製茶 道具 や ほいろ 跡 を 保存 する ため 、 地元 有志 の 手 に よ り 昭和 35 年 に 建設 さ れ た 施設 。 +吉水 神社 ( よしみず じんじゃ ) は 、 奈良 県 吉野 郡 吉野 町 に あ る 神社 で あ る 。 +花山院 忠長 ( かざん いん ただな が 、 天正 16 年 ( 1588 年 ) - 寛文 2 年 9 月 26 日 ( 旧暦 ) ( 1662 年 11 月 6 日 ) ) は 、 江戸 時代 初期 の 朝臣 。 +橋本 経子 / 観行 院 ( はしもと つねこ / かんぎょう いん 、 文政 9 年 11 月 26 日 ( 旧暦 ) ( 1826 年 12 月 24 日 ) - 慶応 元年 8 月 9 日 ( 旧暦 ) ( 1865 年 9 月 28 日 ) ) は 、 幕末 期 の 日本 の 女官 。 +供御 院 ( くご いん ) と は 、 大炊 寮 の 付属 機関 。 +社会 民主 党 ( しゃかい みんしゅ とう ) は 1901 年 に 結成 さ れ た 日本 最初 の 社会 主義 政党 で あ る 。 +熊谷 直好 ( くまがい なお よし 、 天明 2 年 2 月 8 日 ( 旧暦 ) ( 1782 年 3 月 21 日 ) - 文久 2 年 8 月 8 日 ( 旧暦 ) ( 1862 年 9 月 1日 ) ) は 、 江戸 時代 後期 の 歌人 。 +から し ( カラシ 、 芥子 、 辛子 ) は アブラナ 科 の 植物 カラシナ および 近縁 種 の 種子 から 作 ら れ る 香辛 料 。 +臣 ( しん ) は 、 君主 に つかえ る 家来 の 事 。 +能世 国能 ( のせくに よし 、 生没年 不詳 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 武士 。 +若槻 頼胤 ( わかつきより たね 、 生没年 不詳 ) は 鎌倉 時代 の 武将 。 +式神 ・ 識神 ( しきがみ 、 しきじん ) 、 式 の 神 と も い い 、 文献 に よ っ て は 式鬼 ( しき ) 、 式 鬼神 と も ) と は 、 陰陽 師 が 使役 する 鬼神 の こと で 、 人心 から 起こ る 悪行 や 善行 を 見定め る 役 を 務め る もの 。 +若狭 町 ( わかさ ちょう ) は 、 福井 県 に あ る 町 。 +智恵 光 院 通 ( ちえ こう いんどおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +二条 派 ( に じょう は ) は 、 中世 に おけ る 和歌 の 流派 。 +千葉 宗胤 ( ちば むね た ね 、 1265 年 ( 文永 2 年 ) - 1294 年 2 月 12 日 ( 永仁 2 年 1 月 16 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 中期 の 武将 。 +鎌倉 景政 ( かまくら かげまさ / 平景 政 ( たいら の かげまさ ) ) は 、 平安 時代 後期 の 武将 。 +貝原 益 軒 ( かいばら えきけん 、 1630 年 12 月 17 日 ( 寛永 7 年 11 月 14 日 ( 旧暦 ) ) - 1 71 4 年 10 月 5 日 ( 正徳 ( 日本 ) 4 年 8 月 27 日 ( 旧暦 ) ) ) は 江戸 時代 の 本草 学 者 、 儒学 者 。 +山前王 ( やまくま の おおきみ 、 生年 不詳 - 養老 7 年 12 月 ( 723 年 12 月 ) ) は 飛鳥 時代 末期 から 奈良 時代 初期 に かけ て の 皇族 で あ る 。 +中古 ( ちゅうこ ) と は 、 時代 区分 に 用い られ る 表現 の 1 つ で 、 上古 ・ 中古 ・ 近古 の 三 分 法 を 用い た 際 の 2 番 目 に 相当 する 。 +両統迭立 ( りょう とう てつりつ ) と は 、 一 国 の 君主 の 家系 が 2 つ に 分裂 し 、 それぞれ の 家系 から 交互 に 国王 を 即位 さ せ て い る 状態 を い う 。 +京都 市 西京極 総合 運動 公園 補助 競技 場 ( きょう とし にしきょうごく そうごう うんどう こうえん ほじょ きょうぎ じょう ) は 、 京都 府 京都 市 右京 区 に あ る 京都 市 西京極 総合 運動 公園 陸上 競技 場 兼球技 場 の サブグラウンド で 、 京都 市 が 所有 ・ 運営 し て い る 。 +『 一 枚 起請 文 』 ( いち まい き しょう もん ) と は 、 建暦 2 年 1 月 23 日 _ ( 旧暦 ) ( ユリウス 暦 1212 年 2 月 27 日 ) に 法然 が 死 の 直前 に 自身 で 遺言 を 記 し た もの で あ る 。 +『 学問 の す ゝ め 』 ( がくもん の すすめ ) は 、 福澤 諭吉 の 著書 の ひと つ 。 +珍海 ( ちんかい 、 寛治 5 年 ( 1091 年 ) - 仁平 2 年 11 月 23 日 ( 旧暦 ) ( 1152 年 12 月 20 日 ) ) は 、 平安 時代 後期 の 学僧 ・ 画僧 。 +伊良子 光順 ( いらこ みつお さ 、 文政 6 年 9 月 4 日 ( 旧暦 ) ( 1823 年 10 月 7 日 ) - 明治 14 年 ( 1881 年 ) 9 月 23 日 ) は 、 幕末 から 明治 時代 初期 の 日本 の 医師 。 +教相 判釈 ( きょうそう はん じゃく ) と は 、 中国 を はじめ と する 漢訳 仏典 圏 に お い て 、 仏教 の 経典 を 、 その 相 ( 内容 ) に よ っ て 、 高低 、 浅深 を 判定 し 解釈 し た もの 。 +高野 街道 ( こうや かいどう ) と は 、 かつて 京都 ・ 大阪 から の 高野山 ( 和歌山 県 ) へ の 参詣 道 と し て 用い られ た 街道 。 +巫女 、 また は 神子 ( みこ 、 ふじょ ) と は 、 主 と し て 日本 ( 大和 ) の 神 に 仕え る 女性 の こと 。 +花見 ( はなみ ) と は 主に サクラ など の 花 を 鑑賞 し 、 春 の 訪れ を 寿 ぐ 慣習 で あ る 。 +五 大紋 ( ご だい もん ) は 、 日本 の 家紋 の うち 、 一般 的 に 特 に 多 く 分布 する 藤 、 桐 、 鷹 の 羽 、 木瓜 、 片喰 の 5 つ の 紋 の こと を 指 す 。 +藩医 ( はんい ) と は 、 江戸 時代 に 藩 に 仕え た 医師 の こと 。 +赤口 日 ( し やく こうにち ・ しゃっこう にち ) と は 、 陰陽 道 の 八嶽 卒 神 が 支配 する 日 で あ り 、 公事 ・ 訴訟 ・ 契約 など の 凶日 と さ れ る 。 +慈延 ( じえん 、 寛延 元年 ( 1748 年 ) - 文化 ( 元号 ) 2 年 7 月 8 日 ( 旧暦 ) ( 180 5 年 8 月 2 日 ) ) は 、 江戸 時代 中期 から 後期 に かけ て の 天台 宗 の 僧 ・ 歌人 。 +西園寺 公顕 ( さいおんじ きん あき 、 文永 11 年 ( 1274 年 ) - 元応 3 年 2 月 8 日 ( 旧暦 ) ( 132 1 年 3 月 7 日 ) ) は 、 鎌倉 時代 後期 の 公卿 。 +長島 五郎 作 ( ながしま ごろ さく 、 嘉永 5 年 ( 1852 年 ) - 明治 2 年 5 月 11 日 ( 旧暦 ) ( 1869 年 6 月 20 日 ) ) は 、 安房 国 出身 の 新 選 組 隊士 。 +伊達 邦直 ( だて くに なお 、 天保 5 年 9 月 12 日 ( 旧暦 ) ( 1835 年 11 月 2 日 ) - 明治 24 年 ( 1891 年 ) 1 月 12 日 ) は 、 江戸 時代 末期 の 仙台 藩 一門 ・ 岩出山 伊達 家 当主 で 、 明治 維新 後 は 北海道 開拓 に 身 を 投 じ 当別 町 の 基礎 を 築 く 。 +京都 扶 持衆 ( きょうと ふち しゅう ) と は 、 室町 時代 に 室町 幕府 の 征夷 大将軍 と 直接 主従 関係 を 結 ん だ 関東 地方 ・ 東北 地方 の 武士 。 +蔵人 頭 ( く ろうど の とう ) と は 、 令外 官 の 役職 で 、 蔵人 所 の 実質 的 な 長 ( 名目的 な 長官 は 他 に 「 蔵人 別当 」 と 呼 ん で 大臣 が 兼任 し て い た ) 。 +橋本 実久 ( はしもと さねひさ 、 寛政 2 年 4 月 25 日 ( 旧暦 ) ( 1790 年 6 月 7 日 ) - 安政 4 年 1 月 28 日 ( 旧暦 ) ( 1857 年 2 月 22 日 ) ) は 江戸 時代 後期 の 公家 、 公卿 。 +行宮 ( あんぐう ( かりみや ) ) と は 、 皇帝 もしくは 天皇 の 、 行幸 時 あるいは 、 政変 など の 理由 で 御所 を 失陥 し て い る など と い っ た 場合 、 一時 的 な 宮殿 と し て 建設 あるいは 使用 さ れ た 施設 の 事 を 言 わ れ る 。 +高坂 正 顕 ( こうさか まさあき 、 190 0 年 1 月 23 日 - 1969 年 12 月 9 日 ) は 、 日本 の 哲学 者 。 +軍忠状 ( ぐん ちゅうじょう ) と は 、 中世 日本 に お い て 、 参陣 や 軍功 など を 証 する 書類 。 +比良 招福 温泉 ( ひら しょう ふくおんせん ) は 滋賀 県 大津 市 北 比良 948 - 10 に あ る 温泉 。 +尼 五山 ( あまござん ) と は 、 室町 時代 に 五山 の 制 に 倣 っ て 尼寺 に 導入 さ れ た 臨済 宗 の 寺格 。 +洒落本 ( しゃれぼん ) と は 、 江戸 時代 中期 の 戯作 の 一種 で あ る 文学 。 +玉木 吉保 ( たまきよしやす 、 天文 ( 元号 ) 21 年 7 月 8 日 ( 1552 年 ) - 寛永 10 年 ( 1633 年 ) ) は 、 戦国 時代 ( 日本 ) の 安芸 国 の 戦国 武将 。 +後 円 融 天皇 ( ご えんゆうてんのう 、 延文 3 年 / 正平 13 年 12 月 12 日 ( 1359 年 1 月 11 日 ) - 明徳 4 年 4 月 26 日 ( 1393 年 6 月 6 日 ) 在位 : 応安 4 年 / 建徳 2 年 3 月 23 日 ( 13 71 年 4 月 9 日 ) - 永徳 2 年 / 弘和 2 年 4 月 11 日 ( 1382 年 5 月 24 日 ) ) は 、 南北朝 時代 の 北朝 第 5 代 天皇 で あ る 。 +一色 義定 ( いっ し きよし さだ 、 ? - 天正 10 年 9 月 8 日 ( 旧暦 ) ( 15 8 2 年 9 月 24 日 ) ? ) は 一色 氏 の 当主 。 +安達 時長 ( あだち と きな が 、 生没 年 未詳 ) は 、 鎌倉 時代 前期 の 鎌倉 幕府 の 御 家人 。 +大内 義綱 ( おお う ち よしつな 、 生没年 不詳 ) は 戦国 時代 ( 日本 ) の 武将 。 +漏刻 博士 ( ろうこく はかせ ) は 、 日本 律令 制 に お い て 陰陽 寮 に 置 か れ た 博士 。 +三条 実行 ( さんじょうさねゆき 、 承暦 4 年 ( 1080 年 ) - 応保 2 年 7 月 28 日 ( 旧暦 ) ( 1162 年 9 月 9 日 ) ) は 、 平安 時代 後期 の 公卿 で 三 条 家 初代 当主 。 +内 山彦次郎 ( うちやま ひこじろう 、 寛政 9 年 ( 1797 年 ) ‐ 元治 元年 5 月 20 日 ( 旧暦 ) ( 1864 年 6 月 23 日 ) ) は 、 幕末 の 大阪 西町 奉行 所 与力 で あ る 。 +元 老院 議官 ( げんろういんぎ かん ) は 、 元 老院 ( 日本 ) を 組織 し た 人員 。 +高畠 長 直 ( たかばたけなが なお 、 ? - 天文 ( 元号 ) 18 年 6 月 24 日 ( 旧暦 ) ( 1549 年 7 月 18 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +陣屋 ( じんや ) と は 、 江戸 時代 の 幕藩 体制 に おけ る 大名領 ( 藩 ) の 藩庁 が 置 か れ た 屋敷 、 また は 徳川 幕府 天領 の 代官 の 住居 および 役所 が 置 か れ た 建物 の こと で あ る 。 +浅井 了意 ( あさいりょうい 、 慶長 17 年 ( 1612 年 ) - 元禄 4 年 1 月 1日 ( 旧暦 ) ( 1691 年 1 月 29 日 ) ) は 、 江戸 時代 前期 の 浄土 真宗 の 僧 ・ 仮名 草子 作家 。 +大溝 藩 ( おおみぞ はん ) は 、 近江国 高島 郡 ( 現在 の 滋賀 県 高島 市 勝野 ) に 存在 し た 藩 。 +本項 京都 市 東山 区 の 町名 ( きょうと し ひがしやま く の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +職 ( しき ) は 律令 制 に おけ る 官司 の 等級 の 一 つ で あ る 。 +源 頼綱 ( みなもと の よりつな 、 万寿 2 年 ( 1025 年 ) - 承徳 元年 1 月 27 日 ( 旧暦 ) ( 1097 年 3 月 13 日 ) ) は 平安 時代 後期 の 摂津 源 氏 の 武将 ・ 歌人 。 +城代 ( じょうだい ) と は 、 城主 の 留守 中 に 代理 と し て 城 を 管理 し た 者 。 +醍醐 寺 三宝院 庭園 ( だい ご じ さんぽう いん てい えん ) は 、 京都 府 京都 市 伏見 区 に あ る 日本 庭園 で あ る 。 +内藤 湖南 ( ない とう こなん 、 1866 年 8 月 27 日 ( 慶応 2 年 7 月 18 日 ( 旧暦 ) 戸籍 上 は 5 月 27 日 ( 旧暦 ) ) - 1934 年 ( 昭和 9 年 ) 6 月 26 日 ) は 日本 の 歴史 家 の 一覧 。 +日華門 ( にっかもん ・ じっかもん ) は 、 内裏 を 構成 する 内 閤門 の うち の 一 つ で 、 紫宸 殿 南庭 ( なんて い ・ だんてい ) の 東側 の 門 で あ る 。 +豊道 春海 ( ぶんどうしゅんかい 、 1878 年 9 月 1日 - 1970 年 9 月 26 日 ) は 、 大正 期 から 昭和 に かけ て の 天台 宗 の 僧 。 +園部 藩 ( そのべ はん ) は 、 丹波 国 船井 郡 ( 現在 の 京都 府 南丹 市 園部 町 小桜町 ) に 存在 し た 藩 。 +中村 源左衞門 ( なかむら げんざえ もん ) は 、 歌舞伎 の 名跡 の 一 つ 。 +玉藻 前 ( たまもの まえ 。 玉藻 の 前 ・ 玉藻 御前 と 紹介 さ れ る こと も あ る ) は 平安 時代 末期 、 鳥羽 天皇 に 仕え た 白面 金毛 九尾 の 狐 が 化け た 架空 の 絶世 の 美女 。 +九条 基家 ( くじょう も と いえ 、 建仁 3 年 ( 120 3 年 ) - 弘安 3 年 7 月 11 日 ( 旧暦 ) ( 1280 年 8 月 7 日 ) ) は 、 鎌倉 時代 中期 の 宮廷 歌人 。 +京都 学連 事件 ( きょう と がくれん じけん ) は 1925 年 ( 大正 14 年 ) 12 月 以降 、 京都 帝国 大学 など で の 左翼 学生 運動 に 対 し て 行 わ れ た 弾圧 事件 。 +右近 ( うこん 、 生没年 不詳 ) は 、 平安 時代 中期 の 女流 歌人 。 +柳 宗悦 ( やな ぎむね よし 、 1889 年 3 月 21 日 - 1961 年 5 月 3 日 ) は 、 民芸 運動 を 起こ し た 思想 家 、 宗教 哲学 者 、 美術 研究 家 。 +藤原 興風 ( ふじわら の おきかぜ 、 生没年 不詳 ) は 、 平安 時代 の 貴族 ・ 歌人 。 +天皇 陵 ( てんのうりょう ) と は 、 天皇 の 墓 と し て 宮内 庁 が 指定 し て い る 墓 。 +弘瀬 金蔵 ( ひろせ きんぞう 、 文化 ( 元号 ) 9 年 10 月 1日 ( 旧暦 ) ( 1812 年 11 月 4 日 ) - 明治 9 年 ( 1876 年 ) 3 月 8 日 ) は 、 幕末 ・ 明治 期 の 浮世 絵 師 。 +金剛山 ( こんごう さん ) は 、 奈良 県 御所 市 と 大阪 府 南河内 郡 千早 赤阪村 と の 境目 に あ る 山 。 +佐々木 道誉 ( ささき どう よ ) / 京極 道誉 ( きょうごく どう よ ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 武将 。 +木幡 駅 ( こ は た えき ) は 、 京都 府 宇治 市 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 で あ る 。 +伊勢 大輔 ( いせ の たいふ / いせ の おおすけ 、 永祚 ( 日本 ) 元年 ( 989 年 ) 頃 ? - 康平 3 年 ( 10 60 年 ) 頃 ? ) は 平安 時代 中期 の 女流 歌人 。 +新沢 千塚 古墳 群 ( にいざわ せん づか こふん ぐん ) は 、 奈良 県 橿原 市 南部 の 貝吹山 に 位置 する 総数 600 以上 の 墳墓 から な る 日本 有数 の 大古墳 群 で あ る 。 +江 家 次第 ( ごうけ しだい ) は 、 平安 時代 後期 の 有職 故 実書 。 +勅語 ( ちょくご ) と は 、 原則 と し て 天皇 が 口頭 に よ り 発 する 公務 上 の 意思 表示 で あ り 、 詔勅 の 一種 で あ る 。 +続詞 花 和 歌集 ( しょくしか わかしゅう ) は 平安 時代 末期 の 私撰 集 。 +藤原 鎌足 ( ふじわら の かまたり 、 推古 天皇 22 年 ( 614 年 ) - 天智 天皇 8 年 10 月 16 日 ( 旧暦 ) ( 669 年 11 月 14 日 ) ) は 、 飛鳥 時代 の 政治 家 で 藤原 氏 の 始祖 。 +平群 氏 ( へぐ りし ) は 、 武内 宿禰 の 後裔 と 伝え られ 、 大和 国平群 郡 平群 郷 ( 奈良 県 生駒 郡 平群 町 ) を 本拠 地 と し た 古代 在 地 豪族 の 一 つ 。 +和尚 ( おしょう 、 サンスクリット up ā dhy ā ya ) と は 、 仏教 の 僧侶 の 敬称 で あ る 。 +八坂 神社 ( やさか じんじゃ ) は 、 素戔 嗚尊 ( スサノオ ) を 祭神 と する 全国 各地 に あ る 神社 の 名称 。 +明法道 ( みょうぼうどう ) と は 、 古代 日本 の 律令 制 の 元 で 設置 さ れ た 大学 寮 に お い て 、 律令 法 ( 法学 ) を 講義 し た 学科 。 +天守 ( てんしゅ ) と は 日本 の 戦国 時代 ( 日本 ) 以降 城 の 象徴 的 存在 と な っ た 建造 物 の こと で あ る 。 +常陸 娘 ( ひたち の いらつめ 、 生没年 不詳 ) は 、 蘇我 赤兄 の 娘 。 +山内 豊範 ( やまうち とよの り 、 弘化 3 年 4 月 17 日 ( 旧暦 ) ( 1846 年 5 月 12 日 ) - 明治 19 年 ( 1886 年 ) 7 月 13 日 ) は 、 江戸 時代 末期 の 大名 。 +ウェスティン 都 ホテル 京都 ( The West in MiyakoKyoto ) は 、 京都 市 東山 区 三 条 通 に あ る 最 高級 ホテル 。 +五 芒星 ( ごぼう せい 、 英語 : Pentagram ) また は 五 芒 星形 ・ 五 角 星形 ・ 五 線 星 型 ・ 星型 五角 形 ・ 正 5 / 2 角形 は 、 互い に 交差 する 、 長 さ の 等し い 5 本 の 線分 から 構成 さ れ る 図形 で 星型 正 多 角 形 の 一種 で あ る 。 +豚汁 ( ぶたじ る 、 とんじる ) と は 、 豚肉 と 野菜 を 煮込 ん で 味噌 で 調味 し た 日本 の 料理 。 +綾小路 家 ( あや の こうじけ ) は 宇多 源 氏 の 流れ を 汲 む 源 氏 堂上 源 氏 。 +徳川 家定 ( とくがわ いえさだ ) は 、 江戸 幕府 第 13 代 征夷 大将軍 。 +熊野 筆 ( くま の ふで ) は 、 広島 県 安芸 郡 ( 広島 県 ) 熊野 町 で 生産 さ れ て い る 筆 。 +辰路 ( たつじ 、 弘化 3 年 ( 1846 年 ) - 明治 43 年 ( 1910 年 ) ) は 、 京都 嶋 原 桔梗 屋 の 芸妓 で あ る 。 +南蛮 寺 ( なんばん じ 、 なん ばん で ら ) は 、 戦国 時代 ~ 江戸 初期 まで 、 すなわち キリスト 教 伝来 ( 1549 年 ) から 徳川 幕府 に よ る キリスト 教 禁 教 まで の 期間 、 日本 に 建て られ た 教会 堂 の 通称 。 +三国 岳 トンネル ( みくに だけ トンネル ) は 、 京都 府 舞鶴 市 と 福井 県 大飯 郡 高浜 町 を 貫 く 舞鶴 若狭 自動 車 道 の トンネル 。 +久子 内 親王 ( ひさこ な い しんのう 、 生年 不詳 - 貞観 ( 日本 ) 18 年 6 月 18 日 ( 旧暦 ) ( 876 年 7 月 12 日 ) ) は 、 平安 時代 前期 の 皇族 。 +火葬 ( かそう ) は 、 死体 を 葬 る ため の 処理 の 一 つ で 、 遺体 を 燃焼 する こと で あ る 。 +了庵 桂 悟 ( りょう あん けい ご 、 応永 32 年 ( 1425 年 ) - 永正 11 年 9 月 15 日 ( 旧暦 ) ( 1514 年 10 月 3 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) に かけ て の 臨済 宗 の 僧 。 +西院 春日 神社 ( さいいん かす が じんじゃ ) は 、 京都 市 右京 区 に あ る 神社 で あ る 。 +切捨 御免 ( きりすて ごめん ・ 斬捨 御免 ) と は 苗字 帯刀 と 並 ぶ 江戸 時代 の 武士 の 特権 で あ る 。 +一条通 ( いちじょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +門徒 物 知 ら ず ( もん とも の し ら ず ) は 、 浄土 真宗 の 信者 ( 門徒 ) に 対 し て 他宗 の 信者 が 「 仏教 の 作法 を 知 ら な い 」 と 批判 する 際 に 使 わ れ る 言葉 。 +一条 兼香 ( いちじょう かねよし / かね か 、 元禄 5 年 12 月 16 日 ( 旧暦 ) ( 1693 年 1 月 12 日 ) - 寛延 4 年 8 月 2 日 ( 旧暦 ) ( 175 1 年 9 月 21 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +寂円 ( じゃくえん 、 開禧 3 年 ( 1207 年 ) - 正安 元年 9 月 13 日 ( 旧暦 ) ( 1299 年 10 月 8 日 ) ) は 、 鎌倉 時代 に 中国 南宋 から 来日 し た 曹洞 宗 の 僧 。 +山 の 神 ( やま の かみ ) は +北野 を どり ( きたの- ) は 毎年 4 月 15 日 から 4 月 25 日 に かけ て 上七 軒 歌 舞 練場 で 上演 さ れ る 。 +酒波寺 ( さなみじ ) は 滋賀 県 高島 市 今津 町 に あ る 真言 宗 智山 派 の 寺院 ・ 京都 智積院 の 末寺 。 +中院 通茂 ( なかの いん みちしげ 、 寛永 8 年 4 月 13 日 ( 旧暦 ) ( 1631 年 5 月 14 日 ) - 宝永 7 年 3 月 21 日 ( 旧暦 ) ( 1 71 0 年 4 月 19 日 ) ) は 、 江戸 時代 前期 から 中期 の 公卿 。 +天之 御 中主神 ( アメノミナカヌシノカミ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +手締め ( てじめ ) と は 日本 の 風習 の 一 つ で 、 物事 が 無事 に 終わ っ た こと を 祝 っ て 、 その 関係 者 が 掛け声 と とも に リズム を 合わせ て 打 つ 手 拍子 。 +神幸祭 ( しんこう さい ) は 、 神霊 の 行幸 が 行 わ れ る 神社 の 祭礼 。 +オランダ 正月 ( - しょうがつ ) は 、 江戸 時代 に 長崎 の 出島 在住 の オランダ 人 たちや 、 江戸 の 蘭学 者 たち に よ っ て 行 わ れ た 、 太陽 暦 ( グレゴリオ 暦 ) に よ る 正月 元日 を 祝 う 宴 で あ る 。 +左近桜 ( さこん の さくら ) は 、 平安 京内 裏 紫宸 殿 から おり る 南階 の 、 紫宸 殿 から 見 て 左方 、 東南 隅 第 一 間 に あ っ た 桜 の 樹 。 +浪速 神楽 ( なにわかぐら ) は 関西 地方 を 中心 に 伝わ る 里 神楽 の 一種 。 +大台ヶ原 山 ( おお だいが はら やま ) は 奈良 県 吉野 郡 上北山村 、 同郡 川上村 ( 奈良 県 ) および 三重 県 多気 郡 大台 町 旧 宮川 村 ( 三重 県 ) に 跨 っ て 座 す 山 。 +与力 ( よりき ) と は 、 江戸 幕府 に おけ る 代表 的 な 職名 。 +妙 顕寺 ( みょうけんじ ) は 、 京都 府 京都 市 上京 区 に あ る 、 日蓮 宗 の 大 本山 。 +襲 の 色目 ( かさね の いろめ ) は 女房 装束 の 袿 の 重ね ( 五 つ 衣 ) に 用い られ た 襲色 目 の 一覧 。 +物部 氏 ( もの のべうじ ) は 河内 国 の 哮峰 ( 現 ・ 大阪 府 交野 市 か ) に 天皇 家 より も 前 に 天孫 降臨 し た と さ れ る ニギハヤヒミコト を 祖先 と 伝え られ る 氏族 。 +韓国 併合 ( かんこく へいごう ) は 、 1910 年 8 月 22 日 、 日韓 併合 条約 に 基づ い て 日本 が 大韓 帝国 ( 今日 の 大韓民国 と 朝鮮 民主 主義 人民 共和 国 に 相当 する 地域 ) を 併合 し た 事 を 指 す 。 +宝山 乾珍 ( ほうざん けんちん 、 応永 元年 ( 1394 年 ) - 嘉吉 元年 12 月 25 日 ( 旧暦 ) ( グレゴリオ 暦 1442 年 2 月 5 日 ) ) は 室町 時代 の 僧 。 +鹿 島房次郎 ( かじま ふさじろう 、 1869 年 10 月 25 日 - 1932 年 7 月 29 日 ) は 、 広島 県 比婆 郡 庄原村 ( 現 ・ 庄原 市 ) 出身 の 実業 家 、 政治 家 。 +概要 +宮将軍 ( みや しょうぐん ) と は 、 鎌倉 時代 に 征夷 大将軍 に 任 じ られ た 4 人 の 親王 を まとめ て 指 す 言葉 。 +慈訓 ( じくん ・ じきん 、 持統 天皇 5 年 ( 691 年 ) - 宝亀 8 年 ( 777 年 ) ) は 、 奈良 時代 の 奈良 興福寺 の 僧 。 +本所 奉行 ( ほんじょ ぶぎょう ) と は 、 江戸 幕府 の 役職 の 1 つ 。 +白川 通 ( しらかわ どおり ) は 、 京都 市 の 主要 な 南北 の 通り の 一 つ 。 +那珂 通世 ( なかみちよ 、 嘉永 4 年 1 月 6 日 ( 旧暦 ) ( 1851 年 2 月 6 日 ) - 明治 41 年 ( 190 8 年 ) 3 月 2 日 ) は 、 明治 時代 の 歴史 学 者 。 +鶯餅 ( うぐいすもち ) は 、 餡 を 求肥 で 包 み 、 丸 く 包 ん だ もの を 楕 円 形 に し 、 左右 に 引っ張 り ウグイス の 形 に し た 和 菓子 で あ る 。 +物部 麁鹿火 ( もの のべ の あらか い 、 ? - 宣化 天皇 元年 ( 536 年 ) 7 月 ( 旧暦 ) ) は 、 古墳 時代 の 豪族 。 +千葉 氏 胤 ( ちばう じ た ね 、 1337 年 6 月 10 日 ( 延元 2 年 / 建武 ( 日本 ) 4 年 5 月 11 日 ( 旧暦 ) ) - 1365 年 9 月 28 日 ( 正平 ( 日本 ) 20 年 / 貞治 4 年 9 月 13 日 ( 旧暦 ) ) ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +火焔 皇子 ( ほの おおうじ ・ ほのお のみこ 。 生没年 不詳 ) +師範 学校 令 ( しはん がっこう れい ) と は 、 1886 年 ( 明治 19 年 ) 4 月 10 日 に 公布 さ れ た 勅令 で あ る 。 +百 万 遍 念仏 ( ひゃく まん べん ねんぶつ ) と は 、 自身 の 往生 、 故人 へ の 追善 、 各種 の 祈祷 を 目的 と し て 念仏 を 百 万 回 唱え る こと 。 +浅井 国幹 ( あざい こっかん 、 1848 年 - 190 3 年 ) は 、 明治 時代 に 漢方 復興 運動 に 奔走 し た 日本 の 医師 。 +小 大君 ( こ おおきみ 、 生没年 不詳 ) は 、 平安 時代 中期 の 女流 歌人 。 +黄泉 ( よみ ) と は 、 死者 の 世界 の こと で あ る 。 +広幡 基豊 ( ひろ は た もと と よ 、 寛政 12 年 4 月 22 日 ( 旧暦 ) ( 180 0 年 5 月 15 日 ) - 安政 4 年 5 月 29 日 ( 旧暦 ) ( 1857 年 6 月 20 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +祭壇 ( さいだん ) は 、 神 や 精霊 、 死 など に 生贄 や 供物 を 捧げ る 為 の 壇 。 +重祚 ( ちょうそ ) と は 、 一 度 退位 し た 皇帝 が 再び 践祚 ( せんそ : 皇帝 に 即位 する こと ) する こと を い う 。 +理子 女王 ( まさこ じょ おう 、 元禄 4 年 8 月 18 日 ( 旧暦 ) ( 1691 年 9 月 10 日 ) - 宝永 7 年 6 月 4 日 ( 旧暦 ) ( 1 71 0 年 6 月 30 日 ) ) は 、 紀州 藩 第 5 代 藩 主 徳川 吉宗 ( 後 の 第 8 代 征夷 大将軍 ) の 正室 。 +近江 毛野 ( おうみの け ぬ 、 生年 不詳 - 継体 天皇 24 年 ( 530 年 ) ) は 、 継体 天皇 朝 で 活躍 し た 豪族 、 将軍 。 +穴太衆 ( あのうしゅう ) は 、 織豊 時代 ( 安土 桃山 時代 ) に 活躍 し た 、 主に 寺院 や 城郭 など の 石垣 施工 を 行 っ た 技術 者 集団 。 +佛教 大学 ( ぶっきょう だいがく 、 英称 BukkyoUniversity ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) に あ る 浄土 宗立 の 私立 大学 。 +徳川 将軍 家 ( 德川 將軍 家 、 とくがわ しょうぐん け ) は 、 徳川 宗家 ( 德川 宗家 、 とくがわ そうけ 、 徳川 氏 の 宗家 ) で あ り 、 江戸 幕府 の 征夷 大将軍 家 。 +船霊 ( ふなだま ) と は 海 の 民 が 航海 の 安全 を 願 う 神 。 +大炊 御門 家 信 ( おおい の みかど いえのぶ 、 文政 元年 6 月 8 日 ( 旧暦 ) ( 1818 年 7 月 10 日 ) - 明治 18 年 ( 1885 年 ) 8 月 30 日 ) は 、 江戸 時代 末期 の 公卿 。 +一味 唐 辛子 ( いちみ とうがらし ) は 、 乾燥 さ せ た トウガラシ の 実 を すりつぶ し て 粉末 に し た 調味 料 。 +景徳 傳燈録 ( けいとく でんとうろく 、 新字 表記 景 徳 伝灯 録 、 全 30 巻 ) は 、 中国 ・ 北宋 代 に 道原 に よ っ て 編纂 さ れ た 禅宗 を 代表 する 燈史 で あ る 。 +岡崎 雪聲 ( おかざき せっせい 、 嘉永 7 年 1 月 29 日 ( 旧暦 ) ( 1854 年 2 月 26 日 ) - 大正 10 年 ( 1921 年 ) 4 月 16 日 ) は 、 明治 から 大正 の 鋳造 師 、 彫金 家 。 +實川 額 十郎 ( じつか わ が くじゅうろう ) は 、 歌舞伎 役者 。 +平能 宗 ( たいら の よしむね 、 治承 2 年 ( 1178 年 ) ? - 元暦 2 年 5 月 7 日 ( 旧暦 ) ( 1185 年 6 月 6 日 ) ) は 平安 時代 末期 の 武将 。 +菊亭 家 ( きくていけ ) は 、 清華 家 の 家格 を 有 する 公家 。 +行燈 山 古墳 ( あんどん やまこふん 、 あんど やまこふん 、 行灯 と も 書 く ) は 、 奈良 県 天理 市 柳 本町 に 所在 する 古墳 時代 前期 の 前方 後 円墳 で あ る 。 +たくあん の 煮物 ( たくあん の に もの ) は 日本 の 郷土 料理 。 +広隆 寺 ( こうりゅうじ ) は 、 京都 市 右京 区 太秦 ( うずまさ ) に あ る 真言 宗 御 室 派 の 寺院 。 +青葉山 ( あおば さん 、 あおばやま ) は 、 京都 府 舞鶴 市 と 福井 県 大飯 郡 高浜 町 の 境界 に 峙え る 山 で 、 高浜 町 の 最高 峰 で あ る 。 +石仏 ( せきぶつ ) と は 、 石 に 彫 ら れ た 仏像 や 道祖 神 など の 神像 など も 含め 総称 さ れ る が 、 その 規模 は 寺院 や 神社 の 境内 、 路傍 など で 見 られ る よう な 小さ い もの から 、 臼杵 磨崖 仏 、 インド の アジャンター 石窟 、 エローラ 石窟 、 中国 の 雲岡 石窟 、 龍門 石窟 など に 代表 さ れ る よう な 巨大 な 岩盤 に 彫 ら れ た 磨崖 仏 まで 多様 で あ る 。 +三条 実 顕 ( さんじょうさ ねあき 、 宝永 5 年 5 月 29 日 ( 旧暦 ) ( 170 8 年 7 月 16 日 ) - 安永 元年 12 月 19 日 ( 旧暦 ) ( 1773 年 1 月 11 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +下天津 駅 ( し も あまづ えき ) は 、 京都 府 福知 山 市 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮 福線 の 鉄道 駅 。 +千 少庵 ( せん の しょう あん 、 せんしょう あん 、 天文 ( 元号 ) 15 年 ( 1546 年 ) - 慶長 19 年 9 月 7 日 ( 旧暦 ) ( 1614 年 10 月 10 日 ) ) は 茶道 。 +白井 松次郎 ( しらい まつじろう 、 1877 年 12 月 13 日 - 1951 年 1 月 23 日 ) は 、 松竹 の 創業 者 の 一人 ( 松竹 株式 会社 社長 ) 。 +鬘能 ( か づら の う 、 かつら の う ) と は 、 能 の 演目 の 中 で 、 優美 な 女性 や 貴 公子 、 天人 など が シテ の 曲 。 +舞鶴 親海 公園 ( まいづる しん かい こうえん ) は 、 京都 府 舞鶴 市 に あ る 公園 。 +宗形 氏 祀 ( むなかた のうしし ) は 、 宗像 ( 現在 の 福岡 県 宗像 市 ) の 豪族 。 +西京 ( さいきょう 、 にしきょう ) 、 西 の 京 ( にし の きょう ) は 「 西 の 京 」 、 あるいは 「 京 の 西 」 を 意味 する 。 +後冷泉 天皇 ( ご れいぜい てんのう 、 万寿 2 年 8 月 3 日 ( 1025 年 8 月 28 日 ) - 治暦 4 年 4 月 19 日 ( 1068 年 5 月 22 日 ) ) は 、 日本 の 70 代 天皇 ( 在位 1045 年 - 1068 年 ) 。 +幸西 ( こうさい 、 長寛 元年 ( 1163 年 ) - 宝治 元年 4 月 14 日 ( 旧暦 ) ( 1247 年 5 月 20 日 ) ) は 、 鎌倉 時代 前期 の 浄土 宗 の 僧 。 +重陽 ( ちょうよう ) と は 五 節 句 の 一 つ で 、 9 月 9 日 の こと 。 +松井 友閑 ( まつい ゆうかん ) は 安土 桃山 時代 ( 戦国 時代 ( 日本 ) ) の 文官 。 +花野井 ( はな の い 、 生年 不詳 - 1873 年 ( 明治 6 年 ) ) は 、 幕末 の 水戸 藩 女中 。 +往生 要集 ( おう じょうよう しゅう ) は 、 比叡 山中 、 横川 の 恵心 院 僧都 の 源信_ ( 僧侶 ) が 、 寛和 元年 ( 98 5 年 ) に 、 浄土 教 の 観点 より 、 多く の 仏教 の 経典 や 論書 など から 、 極楽 往生 に 関 する 重要 な 文章 を 集め た 仏教書 で 、 1 部 3 巻 から な る 。 +夫役 ( ぶや く ) は 、 日本 史上 の 各 支配 者 が 被 支配 者 に 賦課 し た 労働 課 役 の こと 。 +長 慶 天皇 ( ちょうけい てんのう 、 興国 4 年 / 康永 2 年 ( 1343 年 ) - 応永 元年 8 月 1日 ( 旧暦 ) ( 1394 年 8 月 27 日 、 在位 : 正平 ( 日本 ) 23 年 / 応安 元年 3 月 11 日 ( 旧暦 ) ( 1368 年 3 月 29 日 ) - 弘和 3 年 / 永徳 3 年 ( 1383 年 ) 10 月 ) は 、 南北朝 時代 ( 日本 ) の 第 98 代 天皇 で あ る 。 +武内 宿禰 ( たけうち の すくね ・ たけの うち の- ・ たけしうち の- 、 景行 天皇 14 年 ( 84 年 ) ? - 仁徳 天皇 55 年 ( 367 年 ) 4 月 ( 旧暦 ) ? ) は 、 『 古事 記 』 『 日本 書紀 』 で 大和 朝廷 初期 ( 景行 天皇 ・ 成務 天皇 ・ 仲哀 天皇 ・ 応神 天皇 ・ 仁徳 天皇 の 5 代 の 天皇 の 時期 ) に 棟梁 之臣 ・ 大臣 と し て 仕え 、 国政 を 補佐 し た と さ れ る 伝説 的 人物 。 +日野 事件 ( ひ の じけん ) と は 、 昭和 26 年 ( 1951 年 ) 10 月 18 日 に 、 滋賀 県 蒲生 郡 日野 町 ( 滋賀 県 ) で 発生 し た 公安 事件 。 +河鰭 基秀 ( かわばた もとひで 、 慶長 11 年 ( 160 6 年 ) - 寛文 4 年 2 月 11 日 ( 旧暦 ) ( 1664 年 3 月 8 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +荷田 在満 ( かだ の あ り ま ろ 、 宝永 3 年 ( 170 6 年 ) - 寛延 4 年 8 月 4 日 ( 旧暦 ) ( 175 1 年 9 月 23 日 ) ) は 、 江戸 時代 中期 の 国学 者 。 +治部 省 ( じ ぶしょう ) は 律令 制 に おけ る 日本 の 官制 の うち の ひと つ 。 +松平光 煕 ( まつだいら みつひろ 、 延宝 2 年 ( 1674 年 ) - 享保 2 年 9 月 4 日 ( 旧暦 ) ( 1 71 7 年 10 月 8 日 ) ) は 、 美濃 国 加納 藩 の 第 3 代 藩 主 。 +中村 恭平 ( なかむら きょうへい 、 1855 年 7 月 4 日 ( 安政 2 年 5 月 21 日 ( 旧暦 ) ) - 1934 年 ( 昭和 9 年 ) 1 月 21 日 ) は 、 教育 者 。 +からくり と は 日本 の 伝統 的 な 機械 仕掛け の 人形 や 模型 、 あるいは 機械 装置 で あ る 。 +堀 景山 ( ほり けいざん 、 元禄 元年 ( 1688 年 ) - 宝暦 7 年 9 月 19 日 ( 旧暦 ) ( 175 7 年 10 月 31 日 ) ) は 、 江戸 時代 中期 に おけ る 儒学 者 ・ 医師 ( 儒医 ) 。 +法華 曼荼羅 ( ほっけま ん だら ) と は 、 法華 経 の 世界 を 図 、 梵字 、 漢字 など で 表 し た 曼荼羅 の 一種 。 +松尾 卯 一太 ( まつおう い っ た 、 1879 年 1 月 27 日 - 19 11 年 1 月 24 日 ) は 社会 主義 者 。 +裏千家 ( うらせんけ ) は 、 茶道 流 派 の 一 つ 。 +建皇子 ( たけ る のみこ 、 白雉 2 年 ( 651 年 ) - 皇極 天皇 4 年 ( 658 年 ) は 、 飛鳥 時代 の 皇族 。 +武者 小路 千家 ( む しゃこうじ せん け ) は 、 茶道 流 派 の 一 つ 。 +京福 電気 鉄道 株式 会社 ( けい ふく でんき てつどう ) と は 、 京都 市 内 で 軌道 事業 ( 路面 電車 ) と ケーブル カー 及び 索道 を 運営 し て い る 会社 で あ る 。 +大内 政弘 ( おお うち まさひろ ) は 、 室町 時代 の 守護 大名 大内 氏 第 29 代 当主 。 +皇国史観 ( こうこく し かん ) は 、 日本 国 と 日本 人 は 歴代 天皇 を 中心 と し た 国造り が 行 わ れ 、 現代 まで に 到 る 伝承 と 歴史 が 紡 が れ 継承 さ れ て 来 た と する 歴史 観 。 +おにぎり ( 御握り ) と は 、 炊 い た 米 に 味 を つけ たり 、 具 を 入れ たり し 、 三角 形 ・ 俵形 ・ 球状 など に 握 っ て まとめ た 食べ物 で あ る 。 +孤雲 懐奘 ( こうんえじょう 、 建久 9 年 ( 1198 年 ) - 弘安 3 年 8 月 24 日 ( 旧暦 ) ( 1280 年 9 月 19 日 ) ) は 鎌倉 時代 の 禅宗 僧侶 。 +革命 家 +日野 康子 ( ひ の やすこ 、 正平 ( 日本 ) 24 年 / 応安 2 年 ( 1369 年 ) - 応永 26 年 11 月 11 日 ( 旧暦 ) ( 1419 年 11 月 28 日 ) ) は 、 室町 時代 の 人物 。 +岩滝 温泉 ( いわた き おんせん ) は 、 京都 府 与謝 郡 与謝野 町 ( 旧 岩滝 町 ) ( 旧 国丹 後 国 ) に あ る 温泉 。 +淳仁 天皇 ( じゅん にん てんのう 、 天平 5 年 ( 733 年 ) - 天平 神護 元年 10 月 23 日 ( 旧暦 ) ( 76 5 年 11 月 10 日 ) ) は 、 日本 の 第 47 代 天皇 ( 在位 : 天平 宝字 2 年 8 月 1日 ( 旧暦 ) ( 75 8 年 9 月 7 日 ) - 天平 宝字 8 年 10 月 9 日 ( 旧暦 ) ( 764 年 11 月 6 日 ) ) 。 +須賀谷 温泉 ( すがた に おんせん ) は 、 滋賀 県 長浜 市 ( 旧 国近 江国 ) に あ る 温泉 。 +蘇我 娼子 ( そが の しょうし / そがの まさこ 、 生没 年 未詳 ) は 飛鳥 時代 後期 の 蘇我 氏 の 女性 。 +本因坊 秀栄 ( ほんいん ぼうしゅうえい 、 嘉永 5 年 9 月 20 日 ( 旧暦 ) ( 1852 年 11 月 1日 ) - 明治 40 年 ( 1907 年 ) 2 月 10 日 ) は 江戸 時代 ・ 明治 の 囲碁 棋士 ( 囲碁 ) 、 十 三 世 林 秀栄 、 十 七 世 、 十 九 世 本因坊 、 名人 ( 囲碁 ) 。 +加判 ( かはん ) と は 、 加判 の 列 と も 呼 び 、 本来 の 意味 は 主君 の 上意 を 執行 する に あた っ て 、 署名 ・ 押捺 を 行 う 職権 を 有 する 重臣 を い う 。 +三室戸 和光 ( みむろど まさみつ 、 天保 13 年 11 月 9 日 ( 旧暦 ) ( 1842 年 12 月 10 日 ) - 大正 11 年 ( 1922 年 ) ) は 、 江戸 時代 末期 の 公卿 。 +棚田 ( たなだ ) と は 、 傾斜 地 に あ る 稲作 地 の こと 。 +奝然 ( ちょうねん 、 天慶 元年 1 月 24 日 ( 旧暦 ) ( 93 8 年 2 月 25 日 ) - 長和 5 年 3 月 16 日 ( 旧暦 ) ( 1016 年 4 月 25 日 ) ) は 、 平安 時代 中期 の 東大 寺 の 僧 。 +五 畿 七 道 ( ご き し ちどう ) と は 、 古代 日本 の 律令 制 に おけ る 、 広域 地方 行政 区画 で あ る 。 +四 道 将軍 ( しどう しょうぐん ) は 、 『 日本 書紀 』 に 登場 する 皇族 ( 王族 ) の 将軍 で 、 大彦命 ( おおび この みこと ) 、 武渟 川 別 ( たけ ぬなかわわけ の みこと ) 、 吉備 津彦命 ( きびつひこの みこと ) 、 丹波 道 主命 ( たんば み ちぬし の みこと ) の 4 人 を 指 す 。 +『 古今 百 物語 評判 』 ( ここん ひゃく ものがたり ひょうばん ) は 、 江戸 時代 前期 の 文人 ・ 山岡 元 隣 に よ る 怪談 本 。 +ホケノ 山 古墳 ( ほけ の やま こふん ) は 、 奈良 県 桜井 市 大字 箸 中字 ホケノ 山 に 所在 する 古墳 時代 前期 初頭 の 纒向 型 と い わ れ る ホタテ 貝型 の 前方 後 円墳 で あ る 。 +藤原 清成 ( ふじわらの きよなり 、 生没年 不詳 ) は 奈良 時代 の 貴族 。 +二 朱 金 ( に しゅきん ) と は 、 江戸 時代 に 流通 し た 金貨 の 一種 。 +唐物 ( からもの ) と は 、 中世 から 近世 に かけ て 尊 ば れ た 中国 製品 の 雅称 で あ る 。 +エビフライ ( 海老 フライ ) は 、 エビ を 用い た 揚げ る 料理 の 一種 。 +柳沢 氏 ( やなぎさわ し ) は 、 日本 の 氏族 ( 武士 ) 。 +石田 重家 ( いしだ し げいえ ) は 、 安土 桃山 時代 から 江戸 時代 前期 の 武将 。 +きっづ 光 科学 館 ふぉとん ( きっ づ ひかり かがく かん ふぉとん ) は 関西 文化 学術 研究 都市 に あ る 光 に 関 する 日本 で はじめて の 科学 館 で あ る 。 +桂川原 の 戦い ( かつら かわら の たたか い ) は 大永 7 年 2 月 12 日 ( 旧暦 ) ( 152 7 年 3 月 14 日 ) 夜中 - 2 月 13 日 まで 京都 の 桂川 ( 淀川 水系 ) 原 一帯 で 行 わ れ た 戦い 。 +興世王 ( おきよおう / おきよ の おほきみ   生年 不詳 - 天慶 4 年 ( 940 年 ) ) は 平安 時代 中期 の 皇族 。 +打太刀 ( うち たち ) と は 、 武術 ( 特に 剣術 ) 、 武道 ( 特に 剣道 ) に お い て 用い られ る 用語 の 一 つ 。 +文智 女王 ( ぶんち じょおう 、 元和 ( 日本 ) 5 年 6 月 20 日 ( 旧暦 ) ( 1619 年 7 月 30 日 ) - 元禄 10 年 1 月 13 日 ( 旧暦 ) ( 1697 年 2 月 4 日 ) ) は 、 江戸 時代 前期 の 尼僧 。 +似絵 と は 13 世紀 中頃 から 15 世紀 中頃 に かけ て 、 写生 的 で 記録 性 の 強 い 大和 絵 系 の 肖像 画 や 牛馬 具足 など の 図 を 似絵 ( にせえ ) と 呼 ん だ 。 +天正 壬午 の 乱 ( てんしょうじん ご の らん ) は 、 天正 10 年 ( 15 82 年 ) から 甲斐 国 ・ 信濃 国 ・ 上野 国 で 繰り広げ られ た 徳川 家康 と 北条 氏 直 の 戦い で あ る 。 +日静 ( にちじょう 、 永仁 6 年 ( 1298 年 ) - 正平 ( 日本 ) 24 年 / 応安 2 年 6 月 27 日 ( 旧暦 ) ( 1369 年 7 月 31 日 ) ) は 、 南北朝 時代 ( 日本 ) の 日蓮 宗 ・ 法華 宗 の 僧 。 +長狭 国造 ( ながさ の くにのみやつこ ・ なが さ こく ぞう ) は 安房 国東部 を 支配 し た 国造 。 +新橋 通 ( しんばし どおり ) は 京都 市 東山 区 内 の 東西 の 通り の 一 つ 。 +牛原 虚彦 ( うしはら きよひこ 、 本名 ・ 清彦 、 1897 年 3 月 22 日 - 1985 年 5 月 20 日 ) は 、 大正 ・ 昭和 期 の 映画 監督 。 +勅旨 所 ( ちょくし しょ ) と は 、 延暦 元年 ( 782 年 ) に 廃止 さ れ た 勅旨 省 の 継承 機関 。 +安 日彦 ( あびひこ ) は 中世 日本 紀 に 伝わ る 伝説 の 人物 の 一人 。 +高津 駅 ( た かつ えき ) は 、 京都 府 綾部 市 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本 線 の 駅 で あ る 。 +樹下 神社 ( じゅげ じんじゃ ) は 、 日吉 大社 の 上 七 社 の ひと つ 、 樹下宮 を 勧請 し た 以下 の 神社 で あ る 。 +大津 プリンス ホテル ( おおつ プリンス ホテル ) は 、 滋賀 県 大津 市 の 琵琶 湖 畔 に 建 つ シティ ホテル 。 +十 石 舟 ( じっこくぶね ) は 、 月 桂 冠 など 55 社 の 出資 に な る 株式 会社 伏見夢 工房 が 運航 する 遊覧 船 。 +蒲生 貞秀 ( が もう さだひ で 、 文安 元年 ( 1444 年 ) ? - 永正 10 年 ( 1513 年 ) ) は 室町 時代 の 武将 、 歌人 。 +『 先代 旧 事 本紀 』 ( せん だいくじ ほんぎ 、 先代 舊事 本紀 ) は 、 日本 の 歴史 的 書物 で あ る 。 +鉄眼 道光 ( てつげん どうこう 、 寛永 7 年 1 月 1日 ( 旧暦 ) ( 1630 年 2 月 12 日 ) - 天和 ( 日本 ) 2 年 3 月 20 日 ( 旧暦 ) ( 1682 年 4 月 27 日 ) ) は 、 江戸 時代 前期 の 黄檗 宗 の 僧 。 +上野 忠則 ( うえの ただのり 、 天正 9 年 ( 1581 年 ) - 没年 不詳 ) は 安土 桃山 時代 から 江戸 時代 の 武将 。 +松平定猷 ( まつだいら さだみち 、 天保 5 年 5 月 28 日 ( 旧暦 ) ( 1834 年 7 月 4 日 ) - 安政 6 年 8 月 22 日 ( 旧暦 ) ( 1859 年 9 月 18 日 ) ) は 、 江戸 時代 末期 の 大名 。 +性信 ( しょうしん 、 文治 3 年 ( 1187 年 ) - 建治 元年 7 月 17 日 ( 旧暦 ) ( 1275 年 8 月 9 日 ) ) は 、 鎌倉 時代 中期 の 浄土 真宗 の 僧 。 +毛島 ( けしま ) は 、 京都 府 舞鶴 市 に 存在 する 島 で あ る 。 +虎口 ( こぐち ) と は 中世 以降 の 城郭 に おけ る 出入り 口 の こと で 、 「 こぐち 」 に は 狭 い 道 ・ 狭 い 口 と い う 意味 が あ る 。 +藤原 範能 ( ふじわら の のりよし 、 生没年 不詳 ) は 、 平安 時代 末期 の 官人 。 +上代 様 ( じょう だいよう ) と は 、 平安 時代 の 三 跡 の 書 や 古筆 など の 日本 の 書流 和 様 と 仮名 書 の 総称 で あ る 。 +日本 教育 史 ( に ほん きょういく し ) は 、 日本 の 古代 から 現代 まで の 教育 の あ り 方 と その 歴史 、 教育 観 、 教材 、 制度 など の 変遷 を 扱 う もの で あ る 。 +高橋 虫麻呂 ( たかはし の むしまろ 、 生没年 不詳 ) は 、 奈良 時代 の 万葉 歌人 。 +周阿 ( しゅうあ 、 ? - 永和 ( 日本 ) 3 年 / 天授 ( 日本 ) 3 年 ( 1377 年 ) ? ) は 、 南北朝 時代 ( 日本 ) の 地下 ( じげ = 庶民 ) の 連歌 師 。 +田 の 神 ( た の かみ ) は 、 日本 の 農耕民 の 間 で 、 稲作 の 豊凶 を 見守 り 、 あるいは 、 稲作 の 豊穣 を もたら す と 信 じ られ て き た 神 ( 神道 ) で あ る 。 +本法 寺 ( ほんぽう じ ) は 、 京都 市 上京 区 の 寺之 内 に あ る 日 蓮 宗 の 本山 ( 由緒 寺院 ) 。 +法蔵 ( ほうぞう 、 延喜 5 年 ( 90 5 年 ) - 安和 2 年 ( 969 年 ) ) は 、 平安 時代 中期 の 法相 宗 の 僧 。 +かんぴょう ( 干瓢 、 乾瓢 、 driedgourdshavings ) と は 、 ウリ 科 ユウガオ の 果実 ( ふくべ と よ ば れ る ) を ひも 状 に 剥 い て 乾燥 さ せ た 食品 ( ヒルガオ 科 の ユウガオ ( = ヨルガオ ) と は 同名 異物 で あ る ) 。 +貝合わせ ( かいあわせ ) は 、 平安 時代 から 伝わ る 遊び 。 +十 二 天 ( じゅう に てん ) は 、 仏教 の 護法 善神 で あ る 「 天 」 の 諸尊 12 種 を 組み合わせ た もの で あ り 、 密教 に お い て は 四 天王 と とも に 重視 さ れ て い る 。 +三条 実教 ( さんじょうさねの り 、 生年 不詳 - 寛永 18 年 8 月 27 日 ( 旧暦 ) ( 1641 年 10 月 1日 ) ) は 、 室町 時代 後期 から 江戸 時代 の 公家 。 +伏見 桃山 駅 ( ふしみ も もやま えき ) は 、 京都 府 京都 市 伏見 区 両替町 4 丁目 に あ る 、 京阪 電気 鉄道 京阪本 線 の 鉄道 駅 。 +膳所 焼 ( ぜぜやき ) と は 滋賀 県 大津 市 膳所 に て 焼 か れ る 陶器 。 +細川 氏春 ( ほそかわ うじ はる ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +ツキガタ プロダクション ( 登記 上 正式 表記 ツキガタ プロタクシヨン 、 1 928 年 設立 - 1932 年 解散 ) は 、 かつて 京都 、 のち に 奈良 に 存在 し た 映画 会社 で あ る 。 +鎌倉 幕府 ( かまくら ばくふ ) は 、 源 頼朝 が 鎌倉 ( 現在 の 神奈川 県 鎌倉 市 ) に 創設 し た 武家 政権 ( 幕府 ) で あ る 。 +山津照 神社 ( やまつて る じんじゃ ) は 滋賀 県 米原 市 に あ る 神社 で あ る 。 +小出 英尚 ( こい で ふさなお 、 嘉永 2 年 9 月 3 日 ( 旧暦 ) ( 1849 年 10 月 18 日 ) - 明治 38 年 ( 190 5 年 ) 9 月 27 日 ) は 、 丹波 国 園 部 藩 の 第 10 代 ( 最後 ) の 藩主 。 +古市 胤栄 ( ふる いち いんえい 、 生年 不詳 - 永正 2 年 ( 150 5 年 ) ) は 、 戦国 時代 ( 日本 ) の 僧 ・ 武将 。 +三善 清行 ( みよしきよゆき / きよつら 、 承和 ( 日本 ) 14 年 ( 847 年 ) - 延喜 18 年 12 月 7 日 _ ( 旧暦 ) ( 919 年 1 月 16 日 ) あるいは 延喜 18 年 12 月 6 日_ ( 旧暦 ) ( 919 年 1 月 15 日 ) は 平安 時代 中期 の 漢学 者 。 +普請 ( ふしん ) と は 、 普く ( あまねく ) 請 う ( こう ) と も 読み 広 く 平等 に 奉仕 ( 資金 ・ 労力 ・ 資金 の 提供 ) を 願 う 事 で あ り 、 社会 基盤 を 地域 住民 で 作り 維持 し て い く 事 を 指 す 。 +洛西口 駅 ( らくさいぐち えき ) は 、 京都 府 京都 市 西京 区 と 向日 市 の 境 に あ る 、 阪急 電鉄 阪急 京都 本線 の 鉄道 駅 。 +山本 覚馬 ( やまもと かくま 、 文政 11 年 1 月 11 日 ( 旧暦 ) ( 182 8 年 2 月 25 日 ) - 12 月 28 日 ) は 、 江戸 時代 末期 の 会津 藩 、 砲術 家 。 +壬生 浪士 ( みぶろうし ) あるいは 精忠 浪士 ( せいちゅうろう し ) は 、 新 選 組 の 前身 集団 。 +辻占 ( つじ うら ) と は 、 日本 で 行 わ れ た 占い の 一種 で あ る 。 +半済 ( はんぜい ) は 、 室町 幕府 が 荘園 ・ 公領 の 年貢 半分 の 徴収 権 を 守護 に 認め た こと を 指 す 。 +弓矢 ( ゆみや ) と は 、 弓 ( 武器 ) と 矢 から な る 狩猟具 。 +盂蘭盆 会 ( うら ぼんえ 、 ullambana 、 ) と は 、 安居 ( あんご ) の 最後 の 日 、 7 月 15 日 ( 旧暦 ) を 盂蘭 盆 ( ullambana ) と よ ん で 、 父母 や 祖霊 を 供養 し 、 倒懸 ( とうけん ) の 苦 を 救 う と い う 行事 で あ る 。 +山路 の 露 ( やまじ の つゆ ) と は 、 『 源氏 物語 』 の 補作 の 一 つ で あ る 。 +長束 正家 ( なつか まさいえ / ながつか まさいえ ) は 、 安土 桃山 時代 の 大名 で あ り 、 豊臣 政権 の 五 奉行 の 一人 で あ る 。 +舞鶴 都市 圏 ( まいづる と し けん ) と は 、 舞鶴 市 を 中心 と し た 経済 地域 の 総称 。 +表千家 ( おもて せんけ ) は 、 茶道 流 派 の 一 つ 。 +釈迦堂 ( しゃかどう ) は 、 釈迦 如来像 を 本尊 と する 仏堂 また は 寺院 に 付 せ られ る 名称 。 +白倉 敬彦 ( しらくら よしひこ 、 1940 年 - ) は 、 浮世 絵 研究 家 、 文筆 家 。 +日昌 ( にっしょう 、 1562 年 - 1622 年 4 月 7 日 ) は 、 大石 寺 第 15 世 法 主 。 +六波羅 ( ろくはら ) は 京都 の 鴨川 東岸 の 五条 大路 から 七条 大路 一帯 の 地名 で あ る 。 +歴名 土代 ( りゃく みょうど だい / れきめい ど だい ) と は 、 中世 日本 の 四位 ・ 五 位 の 位 階 補任 ( 叙位 ) の 記録 簿 で あ る 。 +佐々木 高行 ( ささき たかゆき 、 文政 13 年 10 月 12 日 ( 旧暦 ) ( 1830 年 11 月 26 日 ) - 明治 43 年 ( 1910 年 ) 3 月 2 日 ) は 、 江戸 時代 末 の 武士 ・ 土佐 藩 、 明治 時代 の 政府 高官 の 中 で も 保守 派 を 代表 する 一人 で あ る 。 +タヂマモリ は 、 日本 神話 に 登場 する 人物 で 、 菓子 の 神 ( 神道 ) 。 +賤ヶ岳 の 戦い ( しずがたけ の たたかい ) と は 天正 11 年 ( 1583 年 ) 、 近江 国 伊香 郡 ( 現 : 滋賀 県 伊香 郡 ) の 賤ヶ岳 附近 で 行 わ れ た 羽柴 秀吉 ( のち の 豊臣 秀吉 ) と 柴田 勝家 と の 戦い で あ る 。 +三輪 文屋 ( みわの ふみや 、 生年 不詳- 皇極 天皇 2 年 ( 643 年 ) ? ) は 、 飛鳥 時代 の 人物 。 +皇統譜 ( こうとうふ ) と は 、 天皇 及び 皇族 の 身分 に 関 する 事項 を 登録 する 帳簿 。 +預所 ( あずかりどころ / あずけ しょ / あず がっそ / あずかり しょ ) と は 、 中世 の 荘園 に お い て 本所 の 補任 を 受け て 在地 を 統括 し た 職 の 体系 。 +飛鳥部 奈止 麻呂 ( あすかべ の な と まろ 。 生没年 不明 ) は 奈良 時代 の 官人 。 +六波羅 館 ( ろくはら やかた ) は 京都 の 東山 山麓 に かつて 存在 し た 邸宅 群 の 総称 で あ る 。 +岡崎 公園 ( おかざき こうえん ) は 、 京都 市 左京 区 岡崎 に あ る 都市 型 の 公園 で あ る 。 +叡山本線 ( えいざん ほんせん ) は 、 京都 府 京都 市 左京 区 の 出町 柳 駅 から 八瀬 比叡 山口 駅 まで を 結 ぶ 叡山 電鉄 の 鉄道 路線 。 +沓頬 ( く つつら ) は 、 鳥山 石燕 に よ る 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +履中 天皇 ( り ちゅうてんのう 、 仁徳 天皇 24 年 ( 336 年 ) ? - 履中 天皇 6 年 3 月 15 日 ( 旧暦 ) ( 40 5 年 4 月 29 日 ) ) は 、 第 17 代 の 天皇 ( 在位 : 履中 天皇 元年 2 月 1日 ( 旧暦 ) ( 40 0 年 3 月 12 日 ) - 同 6 年 3 月 15 日 ( 40 5 年 4 月 29 日 ) ) 。 +伊弉諾 神社 ( いざなぎ じんじゃ ) は 奈良 県 生駒 市 に あ る 神社 。 +神社 神道 ( じんじゃしんとう ) と は 神道 の 一 つ の 形態 で あ る 。 +西園寺 公満 ( さいおんじ きんみつ 、 元和 ( 日本 ) 8 年 ( 1622 年 ) ‐ 慶安 4 年 7 月 20 日 ( 旧暦 ) ( 1651 年 9 月 4 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +久世家 ( くぜけ ) は 、 村上 源 氏 系 の 堂上 家 ( 新家 ) 。 +波多野 精一 ( はた の せいいち 、 1877 年 7 月 21 日 - 1950 年 1 月 17 日 ) は 、 日本 の 哲学 史家 ・ 宗教 哲学 者 。 +国分 胤 重 ( こくぶん たねしげ ) は 、 日本 の 鎌倉 時代 の 武士 で 、 御 家人 で あ る 。 +水羊羹 ( みず よう かん ) は 、 菓子 で あ る 羊羹 の 一種 で あ る 。 +冬祭り ( ふゆまつり ) と は 、 冬 に 行 わ れ る 祭り の こと 。 +台子 ・ 臺子 ( だいす ) は 茶道 の 点前 に 用い る 茶 道具 で 、 水指 など 他 の 茶 道具 を 置 く ため の 棚物 の 一種 。 +近衛 経家 ( この えつね いえ 、 正慶 元年 ( 1332 年 ) - 康応 元年 ( 1389 年 ) ) は 室町 時代 の 公卿 。 +宇治 淀 線 ( うじ よど せん ) と は 、 京都 府 宇治 市 と 京都 市 伏見 区 を 結 ぶ バス 路線 の 事 で あ る 。 +勘合符 ( かんごう ふ ) は 日明 貿易 等 に 用い られ た 、 明 と 朝貢 国 間 の 正式 の 来貢 、 通交 船 で あ る こと を 証明 する 明 が 発行 し た 割符 。 +細川 元常 ( ほそかわ もと つね ) は 、 戦国 時代 ( 日本 ) の 和泉 国上 半国 守護 ・ 山城 国 勝龍 寺 城 城 主 。 +北条 政範 ( ほうじょう まさのり 、 文治 5 年 ( 1189 年 ) - 元久 元年 11 月 5 日 ( 旧暦 ) ( 120 4 年 11 月 27 日 ) は 鎌倉 時代 初期 の 武将 。 +慈運 法 親王 ( じうん ほっ しん の う 、 文正 元年 ( 1466 年 ) - 天文 6 年 ( 1537 年 ) ) は 、 戦国 時代 の 法親 王 。 +西園寺 公名 ( さいおんじ きんな 、 応永 17 年 ( 1410 年 ) - 応仁 2 年 5 月 22 日 ( 旧暦 ) ( 1468 年 6 月 12 日 ) ) は 室町 時代 の 公卿 。 +祖霊 ( それ い ・ みおや の み たま ) と は 、 先祖 の 霊魂 の こと で あ る 。 +蘆名 盛久 ( あしな もりひさ 、 生年 不詳 - 1444 年 ( 文安 元年 ) ) は 、 室町 時代 中期 の 武将 。 +藤原 滋実 ( ふじわら の しげざね 、 生年 不詳 - 延喜 元年 ( 901 年 ) ) は 、 平安 時代 前期 の 武官 。 +愚管 抄 ( ぐ かんしょう ) と は 、 天台 宗 僧侶 の 慈円 著 に よ る 、 鎌倉 時代 初期 の 史論 書 。 +中田 錦吉 ( なかた きんきち 、 元治 元年 12 月 9 日 ( 旧暦 ) ( 1865 年 1 月 6 日 ) - 大正 15 年 ( 1926 年 ) 2 月 20 日 ) は 、 第 四 代 住友 総理事 で あ る 。 +境 部薬 ( さかい べ の くすり 、 生年 不明 - 天武 天皇 元年 7 月 7 日 ( 旧暦 ) ( 67 2 年 8 月 5 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +関西 花 の 寺 二十 五 霊場 ( かんさい はな の てら にじゅう ご れいじょう ) は 、 季節 の 花 で 名高 い 、 大阪 府 、 兵庫 県 、 京都 府 、 滋賀 県 、 奈良 県 、 和歌山 県 、 の 六 府 県 六 宗 派 二十 五 ヶ寺 の 霊場 。 +高札 ( こうさつ ) と は 、 古代 から 明治 時代 初期 に かけ て 行 わ れ た 法令 ( 一般 法 、 基本 法 ) を 板面 に 記 し て 往来 など に 掲示 し て 民衆 に 周知 さ せ る 方法 で あ る 。 +皇居 ( こうきょ ) は 、 天皇 の 平常 時 に おけ る 住居 で あ る 。 +勅旨 牧 ( ちょくしまき ) は 、 古代 日本 に お い て 、 天皇 の 勅旨 に よ り 開発 さ れ た 牧場 で あ り 、 馬寮 など が 用い る 軍馬 など の 供給 源 と さ れ た 。 +養和 の 北陸 出兵 ( ようわ の ほくりく しゅっぺい ) と は 、 養和 元年 ( 1181 年 ) 7 月 頃 から 活発 化 し た 北陸 地方 反乱 勢力 に 対 する 平家 の 追討 活動 の こと で あ る ( 養和 元年 11 月 まで ) 。 +国方 姫命 ( くに かた ひめ の みこと 、 生没 年 未詳 ) は 、 崇神 天皇 の 皇女 。 +女性 神職 装束 ( じょせい しん しょく しょうぞく ) と は 、 戦後 登場 し た 女性 神職 の ため の 装束 で あ る 。 +『 高砂 』 ( たか さご ) は 能 の 作品 の 一 つ 。 +国役 ( こくやく / くにやく ) と は 、 平安 時代 から 南北朝 時代 ( 日本 ) に かけ て 朝廷 及び 国衙 が 諸国 に 課 し た 雑役 ・ 一 国 平均 役 など の 課役 の こと 。 +元杲 ( げんごう 、 延喜 14 年 ( 914 年 ) - 長徳 元年 2 月 27 日 ( 旧暦 ) ( 995 年 3 月 30 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 +村山 たか ( むらやま たか 、 文化 ( 元号 ) 6 年 ( 1809 年 ) - 明治 9 年 ( 1876 年 ) 9 月 30 日 ) は 、 江戸 時代 末期 ( 幕末 ) から 明治 時代 初期 に 活躍 し た 女性 で 、 舟橋 聖一 著 の 『 花 の 生涯 』 の ヒロイン と し て 知 ら れ る 。 +元禄 文化 ( げんろく ぶんか ) と は 、 17 世紀 終わり 頃 から 18 世紀 初頭 に かけ て 、 元禄 時代 ( 16 8 8 ~ 17 0 7 ) を 中心 と し て 、 主に 京都 ・ 大阪 など の 上方 を 中心 に 発展 し た 文化 で あ る 。 +朽木 稙昌 ( く つき たねまさ ) は 、 常陸 国土浦 藩 の 第 2 代 藩 主 。 +菅原 文時 ( すがわら の ふみとき 、 昌泰 2 年 ( 899 年 ) - 天元 ( 日本 ) 4 年 9 月 8 日 ( 旧暦 ) ( 98 1 年 10 月 8 日 ) ) は 、 平安 時代 中期 の 文人 ・ 政治 家 。 +かえし と は 「 煮かえし 」 の 略 さ れ た 物 で 、 蕎麦 汁 ( そばつゆ ) に 使 わ れ る 調味 料 。 +浄土 三 曼 荼羅 ( じょうど さん まん だら ) と は 、 日本 に お い て 伝統 的 な 浄土 曼 荼羅 ( 正し く は 浄土 変 相 図 ) の うち 主要 な 三種 の 構図 を 指 す 言葉 で あ る 。 +財団 法人 日本 イタリア 京都 会館 ( にほん イタリア きょう と かいかん 、 伊 : CentroCulturaleItaloGiapponesediKyoto ) は 京都 ・ 大阪 に あ る 、 外務 省 ・ 文部 科学 省 所管 の 財団 法人 で あ る 。 +延久 蝦 夷 合戦 ( えんきゅう えぞ かっせん ) は 平安 時代 の 戦役 。 +源 師俊 ( みなもと の もろ と し 、 承暦 4 年 ( 1080 年 ) - 永治 元年 12 月 7 日 ( 旧暦 ) ( 1142 年 1 月 5 日 ) ) は 、 平安 時代 後期 の 公卿 ・ 歌人 。 +端唄 ( はうた ) は 、 もともと 長唄 に 対 する 端歌 で あ る 。 +後藤 環爾 ( ごとう かん じ 、 明治 4 年 4 月 1日 ( 旧暦 ) ( 18 71 年 5 月 19 日 ) - 昭和 11 年 ( 1936 年 ) 2 月 23 日 ) は 日本 の 従軍 布教僧 、 学校 創設 者 。 +『 清少 納言 枕 草紙 抄 』 ( せいしょう なごん まくら の そうししょう ) は 、 江戸 時代 に 書 か れ た 『 枕草子 』 の 注釈 書 。 +嘉吉 条約 ( か きつ じょうやく ) と は 、 日本 史 で の 室町 時代 、 1443 年 ( 日本 暦 嘉吉 3 年 ) に 朝鮮 王朝 と 対馬 国 の 宗貞盛 と の 間 で 結 ば れ た 貿易 協定 で あ る 。 +火落ち ( ひおち ) と は 、 日本 酒 の 製法 用語 の 一 つ で 、 製造 し て い る 日本 酒 が 貯蔵 中 に 白濁 し て 腐造 する こと を い う 。 +大和 棟 ( やまと むねむね ) 又 は 高塀造 ( たかへいづくり ) は 日本 の 民家 建築 の 1 つ で あ る 。 +上杉 禅秀 の 乱 ( うえすぎ ぜんしゅう の らん ) と は 、 室町 時代 の 1416 年 ( 応永 23 年 ) に 関東 地方 で 起こ っ た 戦乱 。 +楠木 正顯 ( くすのき まさあき ) は 室町 時代 の 武将 。 +寺田屋 事件 ( てらだ や じけん ) と は 江戸 時代 末期 の 京都 郊外 の 伏見 ( 現在 の 京都 府 京都 市 伏見 区 ) の 旅館 ・ 寺田 屋 で 発生 し た 事件 で あ る 。 +天領 ( てんりょう ) と は 江戸 幕府 の 直轄 領 の こと を 指 す 通称 。 +兼俊 ( けんしゅん 、 康平 5 年 ( 96 2 年 ) - 没年 不詳 ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +京極 マリア ( きょうごく まりあ 、 天文 ( 元号 ) 11 年 ( 1542 年 ) 頃 - 元和 ( 日本 ) 4 年 7 月 1日 ( 旧暦 ) ( 1618 年 8 月 20 日 ) ) は 戦国 時代 ( 日本 ) の 女性 。 +利休 七 哲 ( りきゅう しち てつ ) は 、 千 利休 の 高弟 七 人 を 指 す 呼称 で あ る 。 +加藤 清正 ( かとう きよまさ ) は 、 安土 桃山 時代 から 江戸 時代 前期 に かけ て の 武将 ・ 大名 で あ る 。 +杲宝 ( こうほう 、 徳治 元年 ( 130 6 年 ) - 貞治 元年 / 正平 ( 日本 ) 17 年 7 月 7 日 ( 旧暦 ) ( 1362 年 7 月 28 日 ) ) は 、 南北朝 時代 ( 日本 ) の 真言 宗 の 学僧 。 +大舎 人 寮 ( おおとね り りょう ) は 律令 制 に お い て 中務 省 に 属 する 機関 の 一 つ で あ る 。 +佳人 之 奇遇 ( かじん の きぐう ) は 、 東海 散士 ( 柴 四朗 ) の 政治 小説 。 +はら こ 飯 ( はら こめし ) は 、 炊 い た 飯 の 上 に 、 サケ の 身 と イクラ ( はらこ ) を 乗せ た もの 。 +古市 澄胤 ( ふる いち ちょういん 、 享徳 元年 ( 1452 年 ) - 永正 5 年 7 月 26 日 ( 旧暦 ) ( 150 8 年 8 月 22 日 ) ) は 、 戦国 時代 ( 日本 ) の 僧 ・ 武将 。 +大舘 常興 書札 抄 ( おおだ ちじょう こうしょさつ しょう ) は 、 室町 時代 後期 から 戦国 時代 ( 日本 ) に かけ て の 室町 幕府 幕臣 大舘 尚 氏 の 書札 礼書 ( 「 大館 」 と も 表記 、 常興 は 法号 ) 。 +万願 寺 とうがらし ( まんがん じ とうがらし ) と は 、 春 の 京野 菜 。 +夜 都岐 神社 ( やつぎ じんじゃ ) は 、 奈良 県 天理 市 に あ る 神社 で あ る 。 +三輪 子首 ( みわ の こび と 、 生年 不明 - 天武 天皇 5 年 ( 67 6 年 ) 8 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +中村 弘毅 ( なかむら こうき / ひろたけ 、 天保 9 年 ( 1838 年 ) 11 月 _ ( 旧暦 ) - 明治 20 年 ( 1887 年 ) 7 月 3 日 ) は 、 幕末 の 土佐 藩 藩士 。 +八条宮 尚仁親王 ( はちじょう の みや なお ひと しんのう 、 寛文 11 年 11 月 9 日 ( 旧暦 ) ( 16 7 1 年 12 月 10 日 ) - 元禄 2 年 8 月 6 日 ( 旧暦 ) ( 1689 年 9 月 19 日 ) ) は 江戸 時代 前期 の 皇族 。 +烏丸 駅 ( からすま えき ) は 、 京都 市 下京 区 四条 通 烏丸 東入ル 長 刀 鉾町 17 に あ る 、 阪急 電鉄 阪急 京都 本線 の 鉄道 駅 。 +退位 ( たいい ) と は 、 天皇 や 国王 と い っ た 世襲 の 君主 が その 地位 を 退 く 事 。 +和風 +高城 ( たかじょう ) は 宮崎 県 ( 旧 日向 国 ) に あ っ た 城 で 同名 の 城 が 3 つ 存在 する 。 +石鐵 県 死刑 囚 蘇生 事件 ( いしづち けん し けい しゅう そせい じけん ) と は 、 明治 時代 初期 の 石鐵 県 ( 現在 の 愛媛 県 ) で 絞柱 に よ る 死刑 執行 から 死刑 囚 が 蘇生 し た 事件 で あ る 。 +三十 絃 ( さんじゅう げん ) と は 箏 の 一種 で あ る 。 +清河 八郎 ( きよかわはちろう 、 天保 元年 10 月 10 日 ( 旧暦 ) ( 1830 年 11 月 24 日 ) - 文久 3 年 4 月 13 日 ( 旧暦 ) ( 1863 年 5 月 30 日 ) ) は 、 幕末 ( 江戸 時代 ) の 志士 で 、 浪士 組 の 幹部 で あ っ た 。 +倉橋 家 ( くらはしけ ) は 、 阿倍 氏 土 御門 庶流 の 堂上 家 、 家格 は 、 半家 ( 公家 ) 。 +吉野 神宮 ( よしの じんぐう ) は 、 奈良 県 吉野 郡 吉野 町 に 鎮座 する 後醍醐 天皇 を 祭神 と する 神社 。 +神武 天皇 祭 ( じんむ てん のうさい ) と は 、 神武 天皇 を 祀 る 皇室 祭礼 。 +手まり ( てまり 、 手毬 、 手鞠 ) は 、 日本 に 古く から あ る 遊具 ( 玩具 ) の ひと つ で あ る 。 +造 寺司 ( ぞうじ し ) と は 、 奈良 時代 に 官寺 あるいは これ に 准 じ た 寺院 を 造営 する ため に 設置 さ れ た 令外 官 の こと 。 +御 霊 会 ( ご りょう え ) と は 、 思いがけ な い 死 を 迎え た 者 の 御 霊 ( ご りょう ) に よ る 祟り を 防 ぐ ため の 、 鎮魂 の ため の 儀礼 で あ り 、 御 霊祭 と も 呼 ば れ て い る 。 +通幻 寂霊 ( つう げん じゃくれい 、 元亨 2 年 ( 1322 年 ) - 明徳 2 年 / 元中 8 年 5 月 5 日 ( 旧暦 ) ( 1391 年 6 月 7 日 ) ) は 、 南北朝 時代 ( 日本 ) の 曹洞 宗 の 僧 。 +藤原 家房 ( ふじわら の いえ ふさ 、 仁安 ( 日本 ) 2 年 ( 11 67 年 ) - 建久 7 年 7 月 22 日 _ ( 旧暦 ) ( 1196 年 8 月 17 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 に かけ て の 公卿 ・ 歌人 。 +大江 挙周 ( おおえ の たかち か 、 生年 不詳 - 永承 元年 ( 1046 年 ) 6 月 ( 旧暦 ) は 、 平安 時代 の 貴族 。 +交野 家 ( かた の け ) は 桓 武平 氏 高 棟 王流 で 、 西洞院 時 慶 ( 従二 位 ・ 参議 ) ( 155 2 年 - 1640 年 ) の 末子 交野 時貞 ( 大膳 大夫 ) を 祖 と する 堂上 家 。 +諸山 ( しょざん ) と は 、 日本 に おけ る 禅林 ( 禅宗 寺院 ) の 格式 で あ り 、 五山 ・ 十刹 の 下 。 +伊奈 氏 ( い なし ) は 、 日本 の 氏族 ( 武士 ) 。 +日置 浄足 ( へき の きよたり 、 生没年 不明 ) は 奈良 時代 の 官人 。 +高橋 宗直 ( たかはし むねなお 、 元禄 16 年 ( 170 3 年 ) - 天明 5 年 ( 1785 年 ) ) は 江戸 時代 の 公家 、 故 実家 、 国学 者 。 +角屋 ( すみや ) は もと 京都 、 嶋原 遊廓 の 揚屋 で あ る 。 +恒世 親 王 ( つねよしんのう 、 延暦 24 年 ( 80 5 年 ) - 天長 3 年 5 月 1日 ( 旧暦 ) ( 82 6 年 6 月 9 日 ) ) は 、 平安 時代 前期 の 皇族 。 +洗い ( 洗膾 、 洗魚 あら い ) は 刺身 の 一種 で あ る 。 +平忠常 の 乱 ( たいら の ただつね の らん ) は 平安 時代 に 房 総 半島 ( 上 総 国 、 下総 国 、 安房 国 ) で 起き た 反乱 。 +松貫 四 ( まつかんし ) は 歌舞伎 作者 の 名跡 。 +川柳 ( せんりゅう ) は 、 五 ・ 七 ・ 五 の 音 を 持 つ 日本 語 の 詩 の 一 つ 。 +横川 景三 ( おうせん けい さん 、 永享 元年 ( 1429 年 ) - 明応 2 年 11 月 17 日 ( 旧暦 ) ( 1493 年 12 月 25 日 ) ) は 、 室町 時代 中期 から 後期 に かけ て の 禅僧 ( 臨済 宗 ) 。 +天逆鉾 ( あまの さかほこ ・ あめ の さかほこ ) は 、 日本 の 中世 神話 に 登場 する 矛 で あ る 。 +鷹司房 煕 ( たかつかさ ふさひろ 、 宝永 7 年 8 月 13 日 ( 旧暦 ) ( 1 71 0 年 9 月 6 日 ) - 享保 15 年 4 月 24 日 ( 旧暦 ) ( 1730 年 6 月 9 日 ) ) は 江戸 時代 の 公卿 。 +大江 ( おおえ ) 氏 は 古代 から 近世 の 貴族 。 +橘敏通 ( たちばな の としみち ) は 平安 時代 の 筑後 国 蒲池 の 領主 。 +官 宣旨 ( かんせんじ ) と は 、 弁官 下文 ( べんかんくだ しぶみ ) と も 呼 ば れ 、 平安 時代 に 太政 官 上卿 の 口宣 を 弁官 が 令制 国 ・ 寺社 に 対 し て 発給 する 下文 。 +黒塚 古墳 ( くろつか こ ふん 、 くろづか こふん ) は 、 奈良 県 天理 市 柳 本町 に あ る 前期 ( 3 世紀 末頃 ) 前方 後 円 墳 。 +小堀 政方 ( こぼり まさみ ち 、 寛保 2 年 ( 1742 年 ) - 享和 3 年 9 月 8 日 ( 旧暦 ) ( 180 3 年 10 月 23 日 ) ) は 、 近江 小室 藩 の 第 6 代 ( 最後 ) の 藩主 。 +兵粮 料 所 ( ひょうろう りょう しょ ) と は 、 中世 に お い て 兵粮 米 を 徴収 する ため に 指定 さ れ た 特定 の 所領 の こと 。 +佐伯 石湯 ( さえき の いわゆ 、 生没年 不詳 ) は 、 奈良 時代 の 貴族 。 +日下部 定好 ( くさかべ さだよし ) は 、 戦国 時代 ( 日本 ) の 徳川 氏 家臣 。 +天社 土 御門 神道 ( てんしゃ つちみかど しんとう ) は 、 福井 県 おお い 町 ( 旧 名田 庄村 地区 ) に 本庁 を 置 く 神道 ・ 陰陽 道 の 流派 。 +日野 重子 ( ひの しげこ 、 応永 18 年 ( 1411 年 ) - 寛正 4 年 8 月 8 日 ( 旧暦 ) ( 1463 年 9 月 20 日 ) ) は 、 室町 時代 の 人物 。 +桑山 重晴 ( くわやま しげはる ) は 、 安土 桃山 時代 の 武将 。 +脇坂 安弘 ( わきさか やすひろ ) は 、 播磨 国 龍野 藩 の 第 5 代 藩 主 。 +己爾乃 神社 ( こじ の じんじゃ ) は 滋賀 県 守山 市 に 鎮座 する 神社 で あ る 。 +大野 群右衛門 ( おおの ぐんえもん ) は 、 赤穂 藩 浅野 氏 の 家老 大野 知房 の 嫡男 。 +如意 自在 ( にょいじざい ) は 、 鳥山 石燕 に よ る 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 で 、 付喪神 ( 器物 が 変化 し た 妖怪 ) の 一種 。 +里 ( り ) は 、 尺貫 法 に おけ る 長 さ の 単位 で あ る 。 +福智院 ( ふくち いん ) は 、 奈良 県 奈良 市 の なら ま ち に あ る 真言 律 宗 の 寺院 。 +真宗 大谷 派 に おけ る 勤行 ( ごんぎょう ) と は 、 「 お 内仏 」 や 、 携帯 する 事 の でき る 「 三 折 本尊 」 など の 前 で 、 合掌 礼拝 ・ 称名 念仏 し 、 偈文 など を 読誦 する こと を い う 。 +三 中老 ( さん ちゅうろう ) は 豊臣 政権 末期 に 制定 さ れ た 役職 で 、 政事 に 参与 し 、 五大 老 と 五 奉行 と の 意見 が 合 わ な い とき の 仲裁 役 で あ っ た 。 +海部 壮平 ( 1847 年 - 1895 年 ) は 元尾張 藩 藩士 。 +偽銘 ( ぎめい ) と は 、 本来 の 作者 と は 異な る 人物 の 名 が 入れ られ た 銘 の こと で あ る 。 +藤原 清河 ( ふじわらの きよかわ 、 慶雲 3 年 ( 70 6 年 ) - 宝亀 9 年 ( 778 年 ) ) は 奈良 時代 の 貴族 。 +十 王 ( じゅうおう ) は 、 地獄 ( 仏教 ) の 10 尊 の 裁判 官 で あ る 。 +即位 の 礼 ( そくい の れい ) は 、 天皇 が 践祚 ( せんそ ) の 後 、 皇位 を 継承 し た こと を 公示 する 儀式 。 +西洋 道中 膝栗毛 ( せいよう どう ちゅうひ ざくりげ ) は 、 仮名垣 魯文 ・ 総生 寛 ( 第 12 編 より ) 作 の 滑稽 本 。 +歌枕 +足利 氏 満 ( あしかが うじみつ 、 延文 4 年 / 正平 ( 日本 ) 14 年 8 月 12 日 ( 旧暦 ) ( 1359 年 9 月 4 日 ) - 応永 5 年 11 月 4 日 ( 旧暦 ) ( 1398 年 12 月 12 日 ) 、 在位 1367 年 - 1398 年 ) は 室町 時代 の 第 2 代 鎌倉 公方 で あ る 。 +仏隆寺 ( ぶつりゅうじ ) は 奈良 県 宇陀 市 榛原町 ( 奈良 県 ) 赤埴 に あ る 真言 宗 室生 寺 派 の 寺院 で あ る 。 +島津 忠時 ( しまづ ただ とき 、 120 2 年 ( 建仁 2 年 ) - 1272 年 5 月 8 日 ( 文永 9 年 4 月 10 日 ( 旧暦 ) ) ) は 鎌倉 時代 前 ・ 中期 の 武将 。 +鎮守 府 ( ちんじゅふ ) は 、 陸奥 国 に 置 か れ た 古代 日本 に おけ る 軍政 を 司 る 役所 で あ る 。 +正徳 の 治 ( しょうとく の ち ) と は 正徳 ( 日本 ) 年間 を 中心 に 進め られ た 政治 改革 で あ る 。 +醸造 年度 ( じょうぞう ねんど ) と は 、 醸造 業界 ・ 酒造 業界 に おけ る 一 年 の 区切 り 方 で 、 毎年 の 7 月 1日 から 翌年 の 6 月 30 日 まで を い う 。 +坂田 古典 音楽 研究 所 ( 東京 ) に よ る レクチャー コンサート 。 +摂政 ( せっしょう ) と は 、 君主 制 を 取 る 国家 に お い て 、 君主 が 幼少 、 病弱 、 国都 不在 など の 理由 で 政務 や 国事 行為 を 行 う こと が でき な い とき 、 君主 に 代わ っ て それ を 行 う ( 政 を 摂 る ) こと 、 また は その 役職 の こと で あ る 。 +平時子 ( たいら の とき こ 、 大治 ( 日本 ) 元年 ( 1126 年 ) - 文治 元年 3 月 24 日 ( 旧暦 ) ( 1185 年 4 月 25 日 ) ) は 、 平安 時代 末期 の 女性 。 +藤原 忠隆 ( ふじわら の ただ たか 、 康和 4 年 ( 110 2 年 ) - 久安 6 年 8 月 3 日 ( 旧暦 ) ( 1150 年 8 月 26 日 ) ) は 、 平安 時代 末期 の 公卿 。 +京都 賞 ( きょう と しょう ) と は 、 科学 や 技術 、 文化 に お い て 著し い 貢献 を し た 人々 に 与え られ る 国際 賞 。 +印籍 ( いんせき ) と は 、 篆刻 に 関 する 書籍 全般 を 差 す 。 +万延 大判 ( まんえん おおばん ) と は 万延 元年 ( 18 60 年 ) 閏 3 月 に 発行 さ れ た 大判 で あ り 、 新 大判 ( しん おおばん ) と も 呼 ば れ る 。 +大原 重徳 ( おおはら しげと み 、 享和 元年 10 月 16 日 ( 旧暦 ) ( 180 1 年 11 月 21 日 ) - 明治 12 年 ( 1879 年 ) 4 月 1日 ) は 、 江戸 時代 後期 から 明治 の 公家 、 父 は 宇多 源 氏 の 流れ を 汲 む 大原 重尹 ( 養父 は 大原 重成 ) 、 母 は 唐橋 在家 の 娘 。 +るり渓温泉 ( るり けい おんせん ) は 、 京都 府 南丹 市 園部 町 ( 旧 国 丹波 国 ) に あ る 温泉 。 +浄福寺 通 ( じょうふくじ どおり ) は 京都 市 の 南北 の 通り の 一 つ 。 +宗金 ( そうきん 、 生年 不詳 - 1455 年 ( 康正 元年 ) ) は 、 室町 時代 中期 の 博多 の 大商人 で あ る 。 +孝徳 天皇 ( こう とくてんのう 、 推古 天皇 4 年 ( 596 年 ) - 白雉 5 年 10 月 10 日 ( 旧暦 ) ( 654 年 11 月 24 日 ) ) は 、 日本 の 第 36 代 天皇 ( 在位 : 孝徳 天皇 元年 6 月 14 日 ( 旧暦 ) ( 645 年 7 月 12 日 ) - 白雉 5 年 10 月 10 日 ( 654 年 11 月 24 日 ) ) 。 +続 千 載 和 歌集 ( しょく せんざい わかしゅう ) は 、 文保 2 年 ( 1318 年 ) 、 後宇多 法皇 の 命 に よ っ て 編纂 さ れ た 15 番 目 の 勅撰 和 歌集 。 +三傑 ( さんけつ ) と は 、 歴史 上 の あ る 事柄 や 、 同じ 主君 に 仕え た 家臣 など の うち 、 特に 功績 が 大き かっ た 者 を 3 人 選 ん で い う こと 。 +玉垣 ( たま がき ) と は 、 神社 ・ 神域 の 周囲 に めぐら さ れ る 垣 の こと で あ る 。 +八 部衆 ( はちぶ しゅう ) また は 天龍 八 部衆 ( てんりゅう はち ぶ しゅう ) は 、 仏法 を 守護 する 8 神 。 +能楽 協会 ( のうがく きょうかい ) と は 、 大和 四 座 の 流れ を 直接 継承 し て い る 流派 に 所属 する 能楽師 に よ っ て 構成 さ れ る 団体 で あ る 。 +糟屋 重行 ( かすや しげゆき 、 文永 7 年 ( 1270 年 ) - 元弘 3 年 5 月 9 日 _ ( 旧暦 ) ( 1333 年 6 月 21 日 ) ) は 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) 初期 に かけ て の 武将 で 伯耆 国 守護 代 。 +院 派 ( いんぱ ) は 、 平安 時代 後期 から 鎌倉 時代 の 仏師 の 一派 。 +源 頼平 ( みなもと の より ひら 、 生没年 不詳 ) は 平安 時代 中期 の 武将 ・ 官人 。 +大原 大刀自 ( おおはら の おお と じ 、 生没年 不詳 ) は 、 藤原 鎌足 の 子 。 +欽明 天皇 ( きんめい てんのう 、 継体 天皇 3 年 ( 509 年 ) - 欽明 天皇 32 年 4 月 15 日 ( 旧暦 ) ( 57 1 年 5 月 24 日 ) ) は 、 第 29 代 の 天皇 ( 在位 : 宣化 天皇 4 年 12 月 5 日 ( 旧暦 ) ( 539 年 12 月 30 日 ) - 欽明 天皇 32 年 ( 571 年 ) 4 月 15 日 ( 旧暦 ) ) 。 +臺與 ( とよ 、 235 年 頃 ? - 没年 不詳 ) は 日本 の 弥生 時代 3 世紀 に 『 三国志 ( 歴史 書 ) 』 、 魏志 倭人 伝中 の 邪馬 壹 国 の 女王 卑弥呼 の 親族 に し て 、 卑弥呼 の 跡 を 継 い だ と さ れ る 女性 ・ 壹與 の こと で あ る 。 +細川 清 氏 ( ほそかわきよう じ 、 生年 不詳 - 貞治 元年 / 正平 ( 日本 ) 17 年 7 月 24 日 ( 旧暦 ) ( 1362 年 8 月 14 日 ) ) は 南北朝 時代 ( 日本 ) の 武将 で 、 室町 幕府 の 執事 で あ る 。 +高杉 晋作 ( たかすぎ しんさく 、 天保 10 年 8 月 20 日 ( 旧暦 ) ( 1839 年 9 月 27 日 ) - 慶応 3 年 4 月 14 日 ( 旧暦 ) ( 1867 年 5 月 17 日 ) ) は 、 日本 の 武士 ( 長州 藩士 ) 。 +一条 兼良 ( いちじょう かね よし 、 応永 9 年 5 月 7 日 ( 旧暦 ) ( 140 2 年 6 月 7 日 ) - 文明 ( 日本 ) 13 年 4 月 2 日 ( 旧暦 ) ( 1481 年 4 月 30 日 ) ) は 、 室町 時代 の 公卿 ・ 摂政 関白 で 古典 学者 で あ る 。 +御 廟野 古墳 ( ご びょう の こふん ) は 、 京都 市 山科 区 に 所在 する 古墳 時代 終末 期 の 古墳 ( 八角 墳 ) で あ る 。 +万川 集海 ( まんせん しゅうかい 、 ばんせん しゅうかい 、 正式 に は 『 萬川 集海 』 と 表記 する ) と は 延宝 四 年 ( 1676 年 ) に 伊賀 の 国 、 郷士 で 藤林 長門守 の 子孫 で あ る 藤林 左 武次 保武 が 書 い た 22 巻 、 別巻 1 から な る 忍術 兵 法 書 で あ る 。 +鬼門 ( きもん ) と は 、 北東 ( 艮 = うしとら : 丑 と 寅 の 間 ) の 方位 の こと で あ る 。 +栄山 寺 ( えい さんじ ) は 奈良 県 五條 市 に あ る 真言 宗 豊山 派 の 寺院 。 +城興 寺 ( じょうこうじ ) は 日本 の 京都 市 南 区 ( 京都 市 ) に あ る 真言 宗 の 寺院 で あ る 。 +藤原 資家 ( ふじわらのす けいえ 、 生没年 不詳 ) は 、 平安 時代 の 人物 で 、 藤原 北家 道 長 流 の 一族 。 +大原 家 ( おおはら け ) は 宇多 源 氏 の 流れ を 引 く 源 氏 堂上 源 氏 。 +八瀬 比叡 山口 駅 ( やせ ひ えいざんぐち えき ) は 、 京都 府 京都 市 左京 区 に あ る 叡山 電鉄 叡山 電鉄 叡山本線 の 終着 鉄道 駅 。 +神叡 ( しんえい 、 生年 不詳 - 天平 9 年 ( 737 年 ) ) は 、 奈良 時代 の 僧 。 +『 班女 』 ( はんじょ ) は 世阿弥 作 と 考え られ る 能 の 一 つ で あ る 。 +当摩 広 麻呂 ( たいま の ひろま ろ 、 生年 不明 - 天武 天皇 14 年 5 月 19 日 ( 旧暦 ) ( 685 年 6 月 26 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +慶滋 保胤 ( よししげの やすたね 、 承平 ( 日本 ) 元年 ( 931 年 ) 頃 ? - 長保 4 年 10 月 21 日 ( 旧暦 ) ( 100 2 年 11 月 27 日 ) ) は 、 平安 時代 中期 の 文人 ・ 儒学 者 。 +北野 大 茶湯 ( きた の おお ちゃ の ゆ ) と は 、 天正 15 年 10 月 1日 ( 旧暦 ) ( グレゴリオ 暦 1587 年 11 月 1日 ) に 京都 北野 天満 宮 境内 に お い て 豊臣 秀吉 が 主催 し た 大 規模 な 茶会 の こと 。 +振売 ( ふりうり 。 +譜代 大名 ( ふだいだいみょう ) と は 、 江戸 時代 の 大 名出 自 に よ る 分類 の 一 で あ る 。 +鯰絵 ( なまず え ) は 江戸 時代 の 日本 で 出版 さ れ た 、 ナマズ を 題材 に 描 か れ た 錦絵 ( 多色 刷り の 浮世 絵 ) の 総称 で あ る 。 +百 万 町 歩 開墾 計画 ( ひゃく まん ちょう ぶかい こん けいかく ) と は 奈良 時代 に 政府 が 掲げ た 計画 で あ る 。 +『 権記 』 ( ごんき ) は 、 平安 時代 中期 に 活躍 し た 藤原 行成 の 記 し た 日記 。 +伝統 工芸士 ( でんとう こうげい し ) と は 、 伝統 的 工芸 品 産業 の 振興 に 関 する 法律 第 24 条 第 8 号 に 基づ い て 伝統 的 工芸 品 産業 振興 協会 が 行 う 認定 試験 で あ る 。 +平師 盛 ( たいら の もろもり 、 承安 ( 日本 ) 元年 ( 11 71 年 ) ? - 寿永 3 年 2 月 7 日 ( 旧暦 ) ( 1184 年 3 月 20 日 ) ) は 、 平安 時代 末期 の 武将 。 +松平 資昌 ( まつだいら すけまさ ) は 、 遠江 国 浜松 藩 の 第 2 代 藩 主 。 +高梨 高 信 ( たかな し たかのぶ ) は 、 平安 時代 末期 の 武士 。 +庄内 の 乱 ( しょうない の らん ) は 、 慶長 4 年 ( 1599 年 ) に 日向 国 庄内 ( 現在 の 宮崎 県 都城 市 及び その 周辺 ) で 起き た 、 島津 氏 と その 重臣 で あ る 伊集院 氏 と の 争乱 で あ る 。 +株式 会社 藤井 大丸 ( ふじい だいまる ) は 日本 の 京都 市 に あ る 百貨 店 。 +胡麻駅 ( ごま えき ) は 、 京都 府 南丹 市 日吉町 ( 京都 府 ) に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 鉄道 駅 。 +遍照寺 ( へん じょうじ ) は 、 京都 市 右京 区 に あ る 真言 宗 御 室 派 の 寺院 。 +川崎 九淵 ( かわさき きゅう えん 、 1874 年 7 月 11 日 - 1961 年 1 月 24 日 ) は 能楽 大鼓 の 名手 。 +慈周 ( じしゅう 、 享保 19 年 ( 1734 年 ) - 享和 元年 3 月 16 日 ( 旧暦 ) ( 180 1 年 4 月 28 日 ) ) は 、 江戸 時代 中期 の 天台 宗 の 僧 ・ 漢詩 人 。 +藩閥 ( はんばつ ) は 明治 から 大正 に かけ て 、 日本 の 政府 と 軍 の 要職 を 占め た 旧 ・ 西南 諸藩 ( 薩摩 藩 ・ 長州 藩 ・ 土佐 藩 ・ 肥前 藩 の いわゆる 薩長 土肥 ) 出身 者 の グループ に 対 する 批判 的 呼称 で あ る 。 +二階堂 貞藤 ( に かいどう さ だ ふじ 、 文永 4 年 ( 1267 年 ) - 建武 ( 日本 ) 元年 12 月 28 日 ( 旧暦 ) ( 1335 年 1 月 23 日 ) ) は 、 鎌倉 時代 後期 の 御 家人 。 +もの の あはれ ( もの の あわれ 、 物 の 哀れ ) と は 、 平安 時代 の 王朝 文学 を 知 る 上 で 重要 な 文学 的 ・ 美的 理念 の 一 つ 。 +宝物 集 ( ほうぶつ しゅう ) は 平安 時代 末期 の 仏教 説 話 集 。 +高田 文二郎 ( たかだ ぶんじろう 、 天保 9 年 ( 1838 年 ) - 慶応 4 年 9 月 5 日 ( 旧暦 ) ( 1868 年 10 月 20 日 ) ) は 、 武蔵 国 江戸 出身 の 新 選 組 隊士 。 +大内 氏 ( おおうち し ) は 日本 の 氏族 の 一 つ 。 +手水鉢 ( ちょうずばち ) と は 、 元来 、 神前 、 仏前 で 口 を す すぎ 、 身 を 清め る ため の 水 を 確保 する ため の 器 を さ す 。 +佐伯 今 毛人 ( さえき の いまえみ し 、 養老 3 年 ( 71 9 年 ) - 延暦 9 年 10 月 3 日 ( 旧暦 ) ( 790 年 11 月 17 日 ) ) は 奈良 時代 の 貴族 。 +大島 久直 ( おおしま ひさなお 、 1848 年 10 月 1日 ( 嘉永 元年 9 月 5 日 ( 旧暦 ) ) - 1928 年 9 月 27 日 ) は 、 日本 の 大 日本 帝国 陸軍 軍人 、 華族 。 +鉄甲船 ( てっこう せん ) と は 、 織田 信長 が 九鬼 嘉隆 に 命 じ て 、 毛利 水 軍 ・ 村上 水軍 に 対抗 する ため に 建造 さ せ た 大型 の 安宅 船 で あ る 。 +道歌 ( どう か ) は 、 芸術 で あ る 短歌 と は 違 っ て 、 仏教 の 教え や 禅僧 が 悟り や 修業 の 要点 を わか り やす く 詠み込 ん だ 短歌 や 和歌 を の こと 。 +御 恩 と 奉公 ( ごおん と ほうこう ) と は 、 中世 日本 に お い て 、 主に 武士 の 主従 関係 を 構成 し た 要素 ・ 概念 。 +中村 吉右衛門 ( なかむら きちえもん ) は 、 歌舞伎 役者 の 名跡 。 +徳大寺 実淳 ( とくだいじ さねあつ 、 文安 2 年 5 月 17 日 ( 旧暦 ) ( 1445 年 6 月 22 日 ) - 天文 ( 元号 ) 2 年 8 月 24 日 ( 旧暦 ) ( 1533 年 9 月 12 日 ) ) は 室町 時代 の 公卿 。 +安達 時 顕 ( あだち ときあき 、 生年 未詳 - 元弘 3 年 / 正慶 2 年 5 月 22 日 ( 旧暦 ) ( 1333 年 7 月 4 日 ) ) は 鎌倉 時代 末期 の 鎌倉 幕府 の 御 家人 。 +風炉 先屏風 ( ふろさき びょうぶ ) は 茶 道具 の 一 つ で 、 広間 の 点前 の 際 に 道具 畳 の 向こう側 に 置 く 2 つ 折り の 屏風 の こと 。 +浄蔵 ( じょうぞう 、 寛平 3 年 ( 891 年 ) - 康保 元年 11 月 21 日 ( 旧暦 ) ( 96 4 年 12 月 27 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +広幡 経豊 ( ひろは た つね と よ 、 安永 8 年 6 月 25 日 ( 旧暦 ) ( 1779 年 8 月 7 日 ) - 天保 9 年 8 月 23 日 ( 旧暦 ) ( 1838 年 10 月 11 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +黒歯 常之 ( こくしじょうし 、 生年 不詳- 689 年 ( 永昌 ( 唐 ) 元年 ) 1 1 月 26 日 ) は 百済 の 将軍 。 +藤原 道隆 ( ふじわら の みち た か 、 天暦 7 年 ( 953 年 ) - 長徳 元年 4 月 10 日 ( 旧暦 ) ( 995 年 5 月 16 日 ) ) は 、 平安 時代 中期 の 公卿 。 +本朝 皇胤 紹運録 ( ほんちょう こういん じょううんろく ) は 、 天皇 ・ 皇族 の 系 図 。 +回遊 式 庭園 ( かいゆうしきてい えん ) は 、 日本 庭園 の 形式 の ひと つ で 、 園内 を 回遊 し て 鑑賞 する 庭園 。 +安倍 氏 ( あべし ) は 平安 時代 の 陸奥 国 ( 後 の 陸 中国 ) の 豪族 。 +飯 ( めし 、 い い 、 はん 、 まんま ) と は 、 イネ 科 穀 物 の 米 や ムギ に 水 を 加え て 汁気 が 残 ら な い よう に 炊 い た 、 あるいは 蒸 し た 食品 で あ る 。 +文治 政治 ( ぶんち せいじ ) は 、 4 代将軍 徳川 家綱 から 7 代将軍 徳川 家継 まで の 時期 の 政治 を さ す 。 +どら焼き ( どらやき 。 +平間 重助 ( ひらま じゅうすけ   文政 7 年 ( 1824 年 ) - 明治 7 年 ( 1874 年 ) 8 月 22 日 ( 旧暦 ) ) 。 +池田 町 洋館 街 ( いけだ ま ち よう かんがい ) は 滋賀 県 近江八幡 市 旧 市街 の 一角 の 名称 。 +大政 奉還 ( たいせい ほうかん ) と は 、 江戸 時代 末期 の 慶応 3 年 10 月 14 日 ( 1867 年 11 月 9 日 ) に 、 江戸 幕府 第 15 代将軍 徳川 慶喜 が 、 統治 権 返上 を 明治 天皇 に 上奏 し 、 翌 15 日 に 天皇 が 上奏 を 勅許 し た 政治 的 事件 で あ る 。 +楠木 正秀 ( くすのき まさひで 、 生年 不詳 - 文安 3 年 ( 1446 年 ) ) は 室町 時代 の 武将 。 +松平光 熙 ( まつだいら みつひろ 、 1674 年 ( 延宝 2 年 ) - 1 71 7 年 10 月 8 日 ( 享保 2 年 9 月 4 日 ( 旧暦 ) ) ) は 江戸 時代 中期 の 譜代 大名 。 +源 経仲 ( みなもと の つね なか 、 生没年 不詳 ) は 、 平安 時代 後期 の 官人 ・ 歌人 。 +曲直瀬 道三 ( まなせ どうさん 、 永正 4 年 9 月 18 日 ( 旧暦 ) ( 150 7 年 10 月 23 日 ) - 文禄 3 年 1 月 4 日 ( 旧暦 ) ( 1594 年 2 月 23 日 ) ) は 、 戦国 時代 ( 日本 ) の 医師 。 +ICOCA ( イコカ ) は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) が 2003 年 11 月 1日 に 近畿 地方 の アーバン ネットワーク で 最初 に 導入 し た 、 主に 乗車 カード や 電子 マネー 、 ロッカー の 鍵 と し て 利用 でき る IC カード で あ る 。 +今出川 公興 ( いまで がわ きん おき 、 文安 3 年 ( 1446 年 ) - 永正 11 年 2 月 4 日 ( 旧暦 ) ( 1514 年 2 月 28 日 ) ) は 、 室町 時代 の 公卿 。 +高岳 親王 ( たかおか しんのう 、 延暦 18 年 ( 799 年 ) - 貞観 ( 日本 ) 7 年 ( 865 年 ) ) は 平安 時代 初期 の 皇族 ・ 僧侶 。 +多治 比 廣成 ( た じひ の ひろ な り 、 ? - 739 年 5 月 22 日 ( 天平 11 年 4 月 7 日 ( 旧暦 ) ) ) は 、 飛鳥 時代 から 奈良 時代 に かけ て の 貴族 。 +存如 ( ぞんにょ 1396 年 ( 応永 3 年 ) - 1457 年 7 月 9 日 ( 長禄 元年 6 月 18 日 ( 旧暦 ) ) ) は 、 室町 時代 の 浄土 真宗 の 僧 で 、 本願 寺 第 7 世 。 +和讃 ( わ さん ) は 、 仏 ・ 菩薩 や 祖師 ・ 先徳 、 経典 ・ 教義 など を 日本 語 で 讃歎 し た 讃歌 。 +小槻 氏 ( おづき し / おつき し ) は 、 古代 から 続 く 公家 の 氏族 。 +松花堂 ( しょう か どう ) は 、 京都 府 八幡 市 に あ る 日本 庭園 と 美術 館 。 +俵屋 宗達 ( たわら や そうたつ 、 生没年 不詳 - 慶長 から 寛永 年間 に 活動 ) は 、 江戸 時代 初期 の 画家 。 +田辺 城 の 戦い ( たなべ じょう の たたかい ) と は 、 慶長 5 年 7 月 19 日 ( 旧暦 ) ( 160 0 年 8 月 27 日 ) から 9 月 6 日 ( 旧暦 ) ( 160 0 年 10 月 12 日 ) に かけ て 、 丹後 国 の 田辺 城 ( 丹後 国 ) ( 現在 の 京都 府 舞鶴 市 ) を めぐ り 起こ っ た 戦い 。 +「 初音 」 ( はつね ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +阿曇 磯良 ( あづみ の いそら 、 安曇 磯良 と も 書 く ) は 、 神道 の 神 で あ る 。 +俣野 景久 ( また の かげひさ 、 生年 不詳 - 寿永 2 年 ( 1183 年 ) ) は 、 平安 時代 の 武士 。 +五 重塔 ( ごじゅう の とう ) は 仏塔 の 形式 の 一 つ 。 +円仁 ( えんにん 、 延暦 13 年 ( 794 年 ) - 貞観 ( 日本 ) 6 年 1 月 14 日 ( 旧暦 ) ( 864 年 2 月 24 日 ) ) は 、 第 3 代 天 台 座主 。 +天津 麻羅 ( あま つまら ) は 、 日本 神話 に 登場 する 鍛冶 の 神 で あ る 。 +京都 線 ( きょう と せん ) は 、 京都 府 京都 市 下京 区 の 京都 駅 から 奈良 県 奈良 市 の 大和 西 大寺 駅 まで を 結 ぶ 近畿 日本 鉄道 ( 近鉄 ) の 鉄道 路線 。 +京丹波 町 ( きょうたんば ちょう ) は 、 京都 府 中部 の 船井 郡 に 属 する 町 。 +亀岡 市 ( かめおかし ) は 、 京都 府 の 中西部 に 位置 する 市 で あ る 。 +茶 道具 ( さどうぐ 、 ちゃ どうぐ ) と は 、 茶道 に 用い る 道具 類 の 総称 。 +足助 重範 ( あすけ しげの り 、 正応 5 年 ( 1292 年 ) - 正慶 元年 / 元弘 2 年 5 月 3 日 ( 旧暦 ) ( 1332 年 5 月 27 日 ) ) は 鎌倉 時代 末期 の 武将 。 +ジュリア ・ おたあ ( 生没年 不明 ) は 、 文禄 ・ 慶長 の 役 ( 1592 年 - 1653 年 ) で 朝鮮 半島 の 平壌 近郊 から 日本 に 連行 さ れ て き た 朝鮮 人 の 女性 。 +坂上 広野 ( さかの うえの ひろ の 、 延暦 6 年 ( 787 年 ) - 天長 5 年 3 月 9 日 ( 旧暦 ) ( 82 8 年 3 月 28 日 ) ) は 坂上田村 麻呂 の 次男 。 +吉川 重吉 ( きっかわ ちょうきち 、 安政 5 年 ( 1859 年 ) - 大正 4 年 ( 1915 年 ) は 、 旧 岩国 藩 主 吉川 氏 の 一族 。 +日本 の 絵の具 ( にほん の えのぐ ) は 、 伝統 的 な 日本 画 に 使 わ れ る 材料 の 一覧 。 +山車 ( だし ) と は 祭 の 際 に 使 わ れ る 出し物 。 +大炊 御門 経秀 ( おおい の みかど つね ひ で 、 宝永 8 年 3 月 1日 ( 旧暦 ) ( 1 71 1 年 4 月 18 日 ) - 宝暦 2 年 11 月 15 日 ( 旧暦 ) ( 175 2 年 12 月 20 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +応神 天皇 ( おうじん てんのう 、 仲哀 天皇 9 年 12 月 14 日 ( 旧暦 ) ( 20 1 年 1 月 5 日 ) - 応神 天皇 41 年 2 月 15 日 ( 旧暦 ) ( 310 年 3 月 31 日 ) ) は 、 第 15 代 の 天皇 ( 在位 : 応神 天皇 元年 1 月 1日 ( 旧暦 ) ( 27 0 年 2 月 8 日 ) - 同 41 年 2 月 15 日 ( 310 年 3 月 31 日 ) ) 。 +龍角 寺 岩屋 古墳 ( りゅうかく じいわ や こふん ) は 、 千葉 県 印旛 郡 栄町 に あ る 方墳 。 +大臣 ( おおおみ ) と は 、 古墳 時代 に おけ る ヤマト 王権 に 置 か れ た 役職 の 1 つ 。 +大炊 御門家 ( おおい の みかど け ) は 、 清華 家 の 家格 を 有 する 公家 。 +粟飯原 氏 ( あいはら う じ ) は 中世 に 活躍 し た 武家 。 +平時望 ( たいら の ときもち 、 元慶 元年 ( 877 年 ) - 承平 ( 日本 ) 8 年 3 月 24 日 ( 旧暦 ) ( 938 年 4 月 26 日 ) ? ) は 、 平安 時代 前期 の 貴族 。 +末期 養子 ( まつご ようし ) と は 、 養父 が 死 に 瀕 し た とき に 縁組 さ れ た 養子 。 +姉小路 済継 ( あね が こうじ なる つぐ / なりつ ぐ 、 文明 ( 日本 ) 2 年 ( 1470 年 ) - 永正 15 年 5 月 30 日 ( 旧暦 ) ( 1518 年 7 月 7 日 ) ) は 戦国 時代 ( 日本 ) 初期 の 飛騨 国 の 大名 で 、 姉小路 基綱 の 嫡男 。 +目代 ( もくだい ) と は 、 日本 の 平安 時代 中期 から 鎌倉 時代 に 、 遙任 国司 が 現地 に 私的 な 代官 派遣 し た 家人 など の 代理 人 の こと で あ る 。 +観世 清和 ( かんぜ きよ かず 、 1959 年 ( 昭和 34 年 ) 5 月 21 日 - ) は 、 シテ 方 観世 流能 楽師 。 +伊賀 光宗 ( いが みつ むね 、 治承 2 年 ( 1178 年 ) - 康元 2 年 1 月 25 日 ( 旧暦 ) ( 1257 年 2 月 10 日 ) ) は 、 鎌倉 時代 初期 の 武将 。 +秋子 内 親王 ( あきこ な い しんのう 、 貞建 親 王 妃 秋子 内 親王 、 元禄 13 年 1 月 5 日 ( 旧暦 ) ( 170 0 年 2 月 23 日 ) - 宝暦 6 年 3 月 29 日 ( 旧暦 ) ( 1756 年 4 月 28 日 ) は 、 江戸 時代 の 皇族 。 +小田 孝朝 ( おだ たか とも 、 延元 2 年 / 建武 ( 日本 ) 4 年 ( 1337 年 ) - 応永 21 年 6 月 16 日 ( 旧暦 ) ( 1414 年 7 月 3 日 ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 前期 に かけ て の 武将 。 +片岡 十 二 集 ( かたおか じゅう に しゅう ) は 、 片岡 仁左衛門 ( 11 代 目 ) が 撰 じ た 松嶋 屋 の お 家芸 。 +七将 ( ななしょう ) と は 豊臣 秀吉子飼い 大名 で 猛将 と し て 知 ら れ た 7 人 の 武将 を あらわ す 。 +もつ 鍋 ( - なべ ) は 、 もつ を 用い て 作 る 鍋 料理 。 +明保野 亭 事件 ( あけぼのてい じけん ) は 、 幕末 の 京都 に お い て 発生 し た 、 長州 系 浪士 捕縛 活動 に お い て の 誤報 に 起因 する 土佐 藩 士 傷害 ・ 切腹 と 、 それ に 伴 う 会津 藩 士 自刃 事件 で あ る 。 +大元 帥 法 ( だい げんすい ほう / だい げん の ほう ) は 、 密教 に おけ る 大 法 ( 呪術 ) の 1 つ 。 +岩屋 寺 ( いわ やじ ) は 、 京都 府 京都 市 山科 区 に あ る 曹洞 宗 の 寺院 。 +隠居 ( いんきょ ) と は 、 戸主 が 家督 を 他 の 者 に 譲 っ て 、 隠退 する こと 。 +九州 の 役 ( きゅうしゅう の えき ) は 、 天正 14 年 ( 1586 年 ) 7 月 から 同 15 年 ( 1587 年 ) 4 月 に かけ て 行 わ れ た 、 豊臣 秀吉 ( 158 6 年 9 月 9 日 、 豊臣 賜姓 ) と 島津 氏 と の 戦い の 総称 で あ る 。 +二条 駅 ( に じょう えき ) は 、 京都 府 京都 市 中京 区 西ノ京 栂尾 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) ・ 京都 市 交通 局 の 鉄道 駅 。 +江村 専斎 ( えむら せんさい 、 永禄 8 年 ( 1565 年 ) - 寛文 4 年 9 月 26 日 ( 旧暦 ) ( 1664 年 11 月 13 日 ) ) は 、 安土 桃山 時代 ・ 江戸 時代 の 儒医 。 +『 解體 新書 』 ( かい たい しんしょ 、 解体 新書 ) は 、 ドイツ 人 医師 クルムス の 医学 書 Anatom i s cheTabellen の オランダ 語 訳 『 ターヘル ・ アナトミア 』 を 江戸 時代 の 日本 で 翻訳 し た 書 。 +短歌 ( たんか ) は 、 和歌 の 一形式 で 、 五 ・ 七 ・ 五 ・ 七 ・ 七 の 五 句 体 の 歌 。 +大姫 ( おおひめ 、 治承 2 年 ( 1178 年 ) - 建久 8 年 7 月 14 日 ( 旧暦 ) ( 1197 年 8 月 28 日 ) ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 女性 。 +黒谷 真倉 トンネル ( くろた に まぐら トンネル ) は 、 京都 府 綾部 市 と 舞鶴 市 を 貫 く 舞鶴 若狭 自動 車 道 の トンネル 。 +京屋敷 ( きょう や しき ) は 、 江戸 時代 に 諸藩 が 京都 に 設置 し た 藩邸 の こと 。 +皇族 に おけ る 女王 ( じょおう / にょおう ) と は 、 皇室 典範 で は 天皇 から み て 直系 で 三 親 等 以遠 の 女子 を 指 す ( 傍系 で な く 直系 尊属 の 天皇 から 数え る ) 。 +奉行 ( ぶぎょう ) と は 、 平安 時代 から 江戸 時代 に かけ て 武家 に おけ る 職名 の 一 つ 。 +平盛兼 ( たいら   の   もりかね 、 生没年 不詳 ) は 、 平安 時代 末期 の 武将 。 +勧修 寺 藤子 ( かじゅうじ ふじこ 、 寛正 5 年 8 月 26 日 ( 旧暦 ) ( 1464 年 9 月 27 日 ) - 天文 ( 元号 ) 4 年 1 月 11 日 ( 旧暦 ) ( 1535 年 2 月 13 日 ) ) は 、 後柏 原 天皇 の 典侍 で 、 後奈良 天皇 の 母 、 女院 。 +たこ焼き ( たこ 焼 、 蛸焼 、 たこやき ) は 、 小麦 粉 の 生地 の 中 に タコ の 小片 を 入れ 直径 3 cm 〜 5 cm ほど の 球 に 焼き 上げ た 大阪 発祥 の 料理 で あ る 。 +登り 窯 ( のぼり がま 、 英語 : ) と 現在 一般 に 呼 ば れ る もの は 、 窯業 で 陶磁 器 等 の 大量 に 焼成 する ため に 、 炉内 を 各間 に 仕切 り 、 斜面 等 地形 を 利用 し 重力 に よ る 燃焼 ガス の 対流 を 利用 し て 、 炉内 の 各 製品 を 焼成 時 に 一定 に 高温 に 保 て る よう 工夫 さ れ た 窯 の 形態 の こと を い う 。 +源義資 ( みなもと の よしすけ 、 生年 不詳 - 治承 4 年 ( 1180 年 ) ) は 、 平安 時代 末期 の 武将 。 +吉沢 検校 ( よしざわ けん ぎょう 、 寛政 12 年 ( 180 0 年 ) - 明治 5 年 ( 1872 年 ) 、 生年 は 一説 に は 文化 _ ( 元号 ) 5 年 ( 1808 年 ) ) は 、 幕末 に 活躍 し た 盲人 音楽 家 ( 地歌 三味 線 、 箏曲 、 胡弓 、 平家 琵琶 演奏 家 、 作曲 家 ) 。 +仏塔 ( ぶっとう ) と は 、 インド の 「 ストゥーパ ( st û pa ) 」 が 起源 の 仏教 建築 物 で あ る 。 +京 の 花街 ( きょう の か が い / はなまち ) で は 、 京都 に あ る 花街 に つ い て 述べ る 。 +紅葉 賀 ( もみじ の が ) は 、 源氏 物語 五十 四 帖 の 巻 の 一 つ 。 +足軽 大将 ( あしが る たいしょう ) と は 、 日本 の 戦国 時代 _ ( 日本 ) に 、 戦国 大名 の もと で 足軽 隊 を 率い た 部将 及び その 職 の こと を い う 。 +高 山彦 九郎 ( たかやま ひこくろう   延享 4 年 5 月 8 日 ( 旧暦 ) ( 1747 年 6 月 15 日 ) - 寛政 5 年 6 月 28 日 ( 旧暦 ) ( 1793 年 8 月 4 日 ) ) は 、 江戸 時代 後期 の 尊皇 思想 家 で あ る 。 +千葉 孝胤 ( ちば の りたね 、 長禄 3 年 ( 1459 年 ) ? - 永正 18 年 8 月 19 日 ( 旧暦 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) 初期 に かけ て の 武将 。 +西郷 従道 ( さいごう じゅうどう 、 天保 14 年 5 月 4 日 ( 旧暦 ) ( 1843 年 6 月 1日 ) - 明治 35 年 ( 190 2 年 ) 7 月 18 日 ) は 、 日本 の 武士 ・ 薩摩 藩 士 、 政治 家 、 大 日本 帝国 海軍 軍人 。 +竹刀 ( しない ) は 、 日本 の 武道 で あ る 剣道 の 稽古 および 試合 で 防具 ( 剣道 ) に 対 し て 打突 する 竹 で でき た 刀 の 代替 品 で あ る 。 +恒貞 親王 ( つねさだしんの う 、 天長 2 年 ( 82 5 年 ) - 元 慶 8 年 9 月 20 日 ( 884 年 10 月 12 日 ) ) は 、 平安 時代 前期 の 皇族 。 +日野 晴光 ( ひ の はるみつ 、 永正 15 年 1 月 1日 ( 旧暦 ) ( 1518 年 2 月 10 日 ) - 天文 ( 元号 ) 24 年 9 月 18 日 ( 旧暦 ) ( 155 5 年 10 月 3 日 ) ) は 戦国 時代 ( 日本 ) の 公家 。 +毛利 正周 ( もうり まさちか 、 生年 不詳 - 享保 6 年 3 月 28 日 ( 旧暦 ) ( 1721 年 4 月 24 日 ) ) は 江戸 時代 の 薩摩 藩 の 武士 。 +道昌 ( どうしょう 、 延暦 17 年 3 月 8 日 ( 旧暦 ) ( 79 8 年 4 月 2 日 ) - 貞観 ( 日本 ) 17 年 2 月 9 日 ( 旧暦 ) ( 87 5 年 3 月 20 日 ) ) は 、 平安 時代 前期 の 僧 。 +高槻 藩 ( たかつきはん ) は 、 摂津 国 に 存在 し た 藩 の 一 つ 。 +新西国 三十 三 箇所 観音 霊場 ( しんさいごく さんじゅう さん かしょ かんの ん れい じょう ) は 、 1932 年 ( 昭和 7 年 ) に 大阪 時事 新報 、 神戸 新聞 、 京都 日日 新聞 の 三都 新聞 連合 の 企画 に よ り 読者 の 人気 投票 に 基づ い て 選定 さ れ た 33 箇所 の 観音 霊場 を はじまり と し 、 1967 年 ( 昭和 42 年 ) に 客番 5 霊場 を 加え て 38 箇所 と な っ た 。 +石井 邦猷 ( いしい く に みち 、 天保 8 年 6 月 13 日 ( 旧暦 ) ( 1837 年 7 月 15 日 ) - 明治 26 年 ( 1893 年 ) 2 月 3 日 ) は 、 幕末 から 明治 に かけ て の 官僚 。 +鰻飯 ( うなぎめし ) は 、 飯 の 上 に ウナギ の 蒲焼 を 乗せ た 日本 料理 の 一種 で あ る 。 +葦原 中国 ( 葦原 中 國 あしはら の なかつくに ) と は 、 日本 神話 に お い て 、 高天原 と 黄泉 の 間 に あ る と さ れ る 世界 、 すなわち 日本 の 国土 の こと で あ る 。 +圓證 寺 ( えんしょうじ ) は 、 奈良 県 生駒 市 に あ る 真言 律 宗 の 寺院 。 +後 南朝 ( ご なんちょう ) と は 、 1392 年 ( 元中 9 年 / 明徳 3 年 ) の 南北朝 合一 後 、 南朝 ( 日本 ) の 再建 を 図 っ た 南朝 の 皇統 の 子孫 や 遺臣 に よ る 南朝 復興 運動 と それ に よ っ て 樹立 さ れ た 政権 、 皇室 の 総称 で あ る 。 +近江 牛 ( おう みぎゅう ) は 、 滋賀 県 で 肥育 さ れ る 和牛 で あ る 。 +『 続拾 遺和 歌集 』 ( しょくしゅう いわかしゅう ) は 、 建治 2 年 ( 1276 年 ) 、 亀山 上皇 の 命 に よ っ て 編纂 さ れ た 12 番 目 の 勅撰 和 歌集 。 +近衛 政家 ( このえ まさ いえ 、 文安 元年 ( 1444 年 ) - 永正 2 年 6 月 19 日 ( 旧暦 ) ( 150 5 年 7 月 20 日 ) ) は 、 室町 時代 中期 から 戦国 時代 ( 日本 ) 前期 に かけ て の 公家 。 +アニミズム ( 英語 anim is m ) は 生物 ・ 無機 物 を 問 わ な い すべて の もの の 中 に 霊魂 、 もしくは 精霊 が 宿 っ て い る と い う 考え 方 。 +若菜 ( わかな ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +瓜生 山城 ( うりゅうやま じょう ) は 、 現在 の 京都 市 左京 区 北 白川 清沢口町 ( 当時 は 山城 国 愛宕 郡 ) に あ る 瓜生 山 ( 標高 301 m ) に 築 か れ た 戦国 時代 ( 日本 ) の 山城 で あ る 。 +役行 者 霊 蹟 札 所 ( えんの じょう しゃれい せき ふだ しょ ) は 、 修験 道 の 開祖 と さ れ る 役 小角 ゆかり の 三十 六 寺 社 の 霊場 巡礼 で あ る 。 +七 本 松通 ( しち ほん まつ どおり ) は 京都 市 の 南北 の 通り の 一 つ 。 +義和団 の 乱 ( ぎわだん の らん ) は 、 中国 清朝 末期 の 動乱 で あ る 。 +紀 若子 ( き の わかこ 、 生没年 不詳 ) は 、 平安 時代 初期 の 女官 。 +散切物 ( ざんぎり もの ) は 明治 維新 以降 の 風俗 を 世話 物 と し て 取り入れ た 歌舞伎 狂言 ( 演目 ) 。 +百 円 硬貨 ( ひゃく えん こう か ) は 、 日本 政府 発行 の 補助 硬貨 。 +藤原 盛重 ( ふじわら の もりしげ 、 生没 不詳 ) は 平安 時代 の 武士 。 +枕草子 絵詞 ( まくら の そうし えことば ) は 、 『 枕草子 』 の 日記 章 段 の 印象 的 な 場面 を 抽出 し て 絵画 化 し た 絵巻 。 +油揚げ ( あぶらあげ ) は 、 薄切り に し た 豆腐 を 油 で 揚げ た 食品 。 +内藤 氏 ( ないとう し 、 ない とううじ ) は 、 日本 人 の 姓 。 +卜半斎了 珍 ( ぼく はんさい りょうちん 、 大永 6 年 ( 1526 年 ) - 慶長 7 年 10 月 16 日 ( 旧暦 ) ( 160 2 年 11 月 29 日 ) ) は 和泉 国 貝塚 寺内 町 の 地頭 。 +上卿 ( しょうけい ) は 、 主に 平安 時代 に お い て 、 公卿 が 関わ る 組織 、 役目 の 中 の 筆頭 の 者 を 指 す が 、 通常 現れ る の は 次ぎ の 2 つ で あ る 。 +顕真 ( けんしん 、 天承 元年 ( 1131 年 ) - 建久 3 年 11 月 14 日 ( 旧暦 ) ( 1192 年 12 月 20 日 ) ) は 、 平安 時代 後期 の 天台 宗 の 僧 。 +寄船 ( より ふね ) と は 、 中世 ・ 近世 の 日本 に おけ る 遭難 に よ る 漂流 船 ・ 漂着 船 及び その 搭載 物 の こと 。 +物集 高世 ( もずめ た か よ 、 文化 ( 元号 ) 14 年 2 月 1日 ( 旧暦 ) ( 1817 年 3 月 18 日 ) - 明治 16 年 ( 1883 年 ) 1 月 2 日 ) は 豊後 国 出身 の 国学 者 。 +蜷川 虎三 ( に ながわ とらぞう 、 1897 年 2 月 24 日 - 1981 年 2 月 27 日 ) は 、 経済 学 者 ・ 統計 学 者 。 +稲葉 正益 ( いなば まさよし 、 享保 3 年 ( 1 71 8 年 ) - 明和 8 年 9 月 28 日 ( 旧暦 ) ( 17 71 年 11 月 4 日 ) ) は 、 山城 国 淀藩 の 第 5 代 藩 主 。 +千葉 頼胤 ( ちば より たね 、 1239 年 12 月 16 日 ( 延応 元年 11 月 20 日 ( 旧暦 ) ) - 1275 年 9 月 7 日 ( 建治 元年 8 月 16 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 中期 の 武将 。 +玄賓 庵 ( げんぴん あん ) は 奈良 県 桜井 市 茅原 に あ り 、 三輪 山麓 に 建 つ 真言 宗 醍醐 派 の 寺院 で あ る 。 +北条 氏 規 ( ほうじょう うじ のり ) は 、 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 武将 。 +桜川 大龍 ( さくら がわ だいりゅう 、 本名 : 西沢 寅吉 、 文化 ( 元号 ) 6 年 ( 1809 年 ) - 明治 23 年 ( 1890 年 3 月 29 日 ) は 江州 音頭 の 宗家 。 +隆尊 ( りゅう そん 、 慶雲 3 年 ( 70 6 年 ) - 天平 宝字 4 年 4 月 18 日 ( 旧暦 ) ( 76 0 年 6 月 9 日 ) は 、 奈良 時代 の 僧 。 +樂 吉左衛門 ( らく きちざえもん ) は 、 千家 十 職 の 一 つ 、 楽焼 の 茶碗 を 作 る 茶碗 師 の 樂家 が 代々 襲名 し て い る 名称 で あ る 。 +納采 の 儀 ( のうさい の ぎ ) と は 皇室 の 儀式 の ひと つ 。 +多賀 高忠 ( たが た かただ 、 応永 32 年 ( 1425 年 ) - 文明 ( 日本 ) 18 年 8 月 17 日 ( 旧暦 ) ( 1486 年 9 月 14 日 ) ) は 室町 時代 の 武将 。 +烏丸 線 ( からす ま せ ん ) は 、 京都 府 京都 市 左京 区 の 国際 会館 駅 から 同市 伏見 区 の 竹田 駅 ( 京都 府 ) まで を 結 ぶ 京都 市営 地下 鉄 の 路線 で あ る 。 +手習 ( てなら い ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の 一 つ 。 +亮子 内 親王 ( りょう し な い しんのう 、 久安 3 年 ( 1147 年 ) - 建保 4 年 4 月 2 日 ( 1216 年 4 月 27 日 ) ) は 、 第 77 代 後 白河 天皇 の 第 一 皇女 。 +平 氏 政権 ( へいし せいけん ) は 、 平安 時代 末期 ( 11 60 年代 - 1185 年 ) に 登場 し た 平清盛 を 中心 と する 伊勢 平 氏 に よ る 政権 。 +片山 東熊 ( かたやまとう くま 、 嘉永 6 年 12 月 20 日 ( 旧暦 ) ( 1854 年 1 月 18 日 ) - 1917 年 ( 大正 6 年 ) 10 月 24 日 ) は 明治 期 に 活躍 し た 建築 家 で あ る 。 +和蝋燭 ( わ ろうそく ) は 灯具 で あ る ろうそく の 一種 。 +宮市 ( み や いち ) は 、 古代 日本 に お い て 中国 の 制度 を 模倣 し て 設け られ た 宮廷内 の 市場 を い う 。 +光崎 検校 ( みつざき けん ぎょう 、 生年 不詳 - 1853 年 頃 ) は 、 19 世紀 前半 に 京都 で 活躍 し た 盲人 音楽 家 ( 地歌 三味 線 、 箏 演奏 家 、 作曲 家 ) 。 +『 敦盛 』 ( あつもり ) は 、 能 の 演目 の ひと つ で 、 二 番 目物 、 公達 物 。 +平維 良 ( たいら の これ よし ) は 、 平安 時代 中期 の 武将 。 +小笠原 氏 ( おがさわら し ) は 日本 の 氏族 。 +栃餅 ( とちもち ) は 、 灰汁 灰 汁抜き し た 栃 の 実 ( トチノキ の 実 ) を もち米 と とも に 蒸 し て から つ き 、 餅 に し た もの で あ る 。 +藤原 広嗣 の 乱 ( ふじわら の ひろつぐ の らん ) は 奈良 時代 の 内乱 で あ る 。 +敵 は 本能 寺 に あり ( てき は ほんのうじ に あり ) は 、 戦国 時代 の 武将 明智光 秀 が 本能 寺 の 変 の 際 に 発 し た と さ れ る 言葉 。 +小笠原 秀清 ( おがさわら ひでき よ ) は 戦国 時代 から 安土 桃山 時代 に かけ て の 武将 ・ 有職 故 実家 。 +宮道 国平 ( みやじ の くに ひら 、 生没年 不詳 ) は 鎌倉 時代 初期 の 武将 、 御 家人 。 +仁徳 天皇 ( にん とく てんのう 、 神功 皇后 摂政 57 年 ( 257 年 ) - 仁徳 天皇 87 年 1 月 16 日 ( 旧暦 ) ( 399 年 2 月 7 日 ) ) は 、 日本 の 第 16 代 天皇 ( 在位 : 仁徳 天皇 元年 1 月 3 日 ( 旧暦 ) ( 313 年 2 月 14 日 ) - 同 87 年 1 月 16 日 ( 399 年 2 月 7 日 ) ) 。 +肝吸い ( きも す い ) は 、 具 に ウナギ の 内臓 を 入れ た 吸い物 。 +若柳 壽童 ( わかや ぎじゅどう ) は 、 若柳 流宗家 家元 の 名跡 。 +満佐須 計 装束抄 ( 雅亮 装束抄 ) ( まさす け しょうぞく しょう ) は 、 平安 時代 末期 に 成立 し た 仮名文 の 装束 有職 故 実書 。 +石上 乙 麻呂 ( いその かみ の おつまろ 、 生年 不詳 - 天平 勝宝 2 年 9 月 1日 ( 旧暦 ) ( 75 0 年 10 月 9 日 ) ) は 、 奈良 時代 の 公卿 ・ 文人 。 +平賀 朝雅 ( ひら が とも まさ ) は 、 平安 時代 末期 から 鎌倉 時代 前期 に かけ て の 鎌倉 幕府 の 御 家人 。 +東漢駒 ( やまと の あや の こま 、 生年 不詳 - 崇峻 天皇 5 年 ( 592 年 ) 11 月 ( 旧暦 ) ) は 飛鳥 時代 の 人物 。 +算用 状 ( さんよう じょう ・ 散用 状 ) と は 、 中世 の 荘園 に お い て 、 荘園 領主 と 現地 の 荘官 と の 間 で 交わ さ れ た 個々 の 荘園 の 年貢 ・ 公事 など に 関 する 年間 の 収支 決算 報告 の こと 。 +胤舜 ( いんしゅん 、 天正 17 年 ( 1589 年 ) - 正保 5 年 1 月 12 日 ( 旧暦 ) ( 1648 年 2 月 5 日 ) ) は 、 江戸 時代 前期 の 僧 ・ 武道 家 。 +水琴窟 ( すいきん くつ ) は 、 日本 庭園 の 装飾 の 一 つ で 水滴 に よ り 琴 の よう な 音 を 発生 する 仕掛け で あ る 。 +藤 原 房前 ( ふじわら の ふささき 、 天武 天皇 10 年 ( 681 年 ) - 天平 9 年 4 月 17 日 ( 旧暦 ) ( 73 7 年 5 月 25 日 ) ) は 、 飛鳥 時代 から 奈良 時代 初期 に かけ て の 貴族 。 +妙 円 寺 ( みょう えんじ ) は 、 京都 市 左京 区 松ヶ崎 に あ る 日 蓮 宗 の 寺院 。 +杉若 氏 宗 ( すぎわか う じむ ね 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +藤谷 為賢 ( ふじた に ため かた 、 文禄 2 年 8 月 13 日 ( 旧暦 ) ( 1593 年 9 月 8 日 ) - 承応 2 年 7 月 11 日 ( 旧暦 ) ( 1653 年 9 月 2 日 ) ) は 、 江戸 時代 初期 の 公家 。 +京極 高直 ( きょうごく たかなお 、 寛永 9 年 11 月 21 日 ( 旧暦 ) ( 1633 年 1 月 1日 ) - 寛文 3 年 1 月 7 日 ( 旧暦 ) ( 1663 年 2 月 14 日 ) ) は 、 丹後 田辺藩 の 第 2 代 藩 主 。 +玉鬘 ( たまかずら ) は 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +御 朱 印 ( ご しゅいん ) と は 、 神社 や 寺院 で 頂け る 印 で あ る 。 +橘道貞 ( たちばな の みちさだ 、 生年 不詳 - 長和 5 年 4 月 16 日 ( 旧暦 ) ( 1016 年 5 月 24 日 ) ) は 、 平安 時代 中期 の 官僚 。 +両替 町 通 ( りょうがえ まち どおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +発泡 酒 ( はっぽう しゅ ) と は 、 日本 の 酒税 法 で 定義 さ れ て い る 酒 の 一 つ 。 +喜連川 頼 氏 ( きつれ がわ より う じ 、 天正 8 年 ( 1580 年 ) - 寛永 7 年 6 月 13 日 ( 旧暦 ) ( 1630 年 7 月 22 日 ) ) は 、 下野 国 喜連川 藩 初代 藩 主 。 +藤原 呈子 ( ふじわら の ていし ( しめこ ) 、 天承 元年 ( 1131 年 ) - 安元 2 年 9 月 19 日 ( 旧暦 ) ( 1176 年 10 月 23 日 ) ) は 平安 時代 末期 の 皇妃 、 女院 。 +松平 忠栄 ( まつだいら ただひで 、 寛永 17 年 ( 1640 年 ) - 没年 不明 ) は 、 江戸 時代 の 人物 。 +王朝 国家 ( おうちょう こっか ) は 、 日本 が 律令 制 から 中世 国家 体制 へ 移行 する 過渡 期 の 国家 体制 を 表 す 歴史 概念 。 +喧嘩 両成敗 ( けんか りょうせい ばい ) と は 、 中世 日本 の 法 ( 法学 ) 原則 の 1 つ 。 +安斗 阿加布 ( あと の あかふ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +安法 ( あんぽう 生没年 不詳 ) は 、 平安 時代 中期 の 僧 ・ 歌人 。 +黒田 清隆 ( くろだ きよたか 、 天保 11 年 10 月 16 日 ( 旧暦 ) ( 1840 年 11 月 9 日 ) - 明治 33 年 ( 190 0 年 ) 8 月 23 日 ) は 、 日本 の 武士 ・ 薩摩 藩 士 、 政治 家 。 +賀古 残夢 ( かこざんむ 、 本名 ・ 保五郎 、 1869 年 1 月 13 日 - 1938 年 3 月 21 日 ) は 、 大正 ・ 昭和 初期 の 映画 監督 。 +寛遍 ( かんぺん 、 康和 2 年 ( 1100 年 ) - 永 万 2 年 6 月 30 日 ( 旧暦 ) ( 116 6 年 7 月 28 日 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +淤 加美 神 、 また は 、 龗神 ( おかみ の かみ 、 神 ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +クマノクスビ は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +「 ハレ とケ 」 と は 、 時間 論 を ともな う 日本 人 の 伝統 的 な 世界 観 の ひと つ 。 +競技 かるた ( きょうぎかるた ) と は 、 百 人 一首 を 用い て 、 社団 法人 全 日本 かる た 協会 が 定め た 規則 に 則 っ て 行 う 競技 で あ る 。 +風姿 花伝 ( ふうし か でん ) 、 風姿 華 傳 は 、 世阿弥 が 記 し た 能 の 理論 書 。 +為平 親王 ( ためひら しんの う 、 天暦 6 年 ( 952 年 ) - 寛弘 7 年 11 月 7 日 ( 1010 年 12 月 15 日 ) ) は 平安 時代 の 皇族 で 村上 天皇 第 四 皇子 。 +九条 輔 嗣 ( くじょうすけつ ぐ 、 天明 4 年 9 月 15 日 ( 旧暦 ) ( 1784 年 10 月 28 日 ) - 文化 ( 元 号 ) 4 年 1 月 28 日 ( 旧暦 ) ( 180 7 年 3 月 6 日 ) ) は 江戸 時代 後期 の 公卿 。 +鉄炮 記 ( てっぽう き 、 鐵炮 記 ) は 、 江戸 時代 の に 成立 し た 鉄砲 伝来 に 関わ る 歴史 書 で あ る 。 +小荷駄 ( こにだ ) と は 、 中世 から 近世 に かけ て の 日本 に お い て 、 戦争 の ため に 必要 な 兵糧 や 弾薬 、 陣地 設営 道具 など を 運 ぶ ため の 駄賃 馬 稼 ( もしくは ウシ ) ・ 車 輌 、 及び それ を 率い る 部隊 「 小荷 駄隊 ( こにだ たい ) 」 の こと 。 +土 御門 泰誠 ( つちみかど やすまさ 、 延宝 5 年 2 月 20 日 ( 旧暦 ) ( 167 7 年 3 月 23 日 ) - 元禄 4 年 12 月 17 日 ( 1692 年 2 月 3 日 ) ) は 、 江戸 時代 前期 の 公家 。 +三浦 義村 ( みうら よしむら ) は 、 鎌倉 時代 初期 の 相模 国 の 武将 。 +立命 館 大学 国際 平和 ミュージアム ( りつめい かん だいがく こくさい へいわ ミュージアム ) は 、 立命 館 大学 が 設立 し た 『 平和 』 を テーマ と し た 博物 館 。 +神宝 ( じんぽう 、 かむ だ から ) と は 、 神社 の 本殿 内陣 に 納め られ て い る 物 で あ る 。 +公儀 ( こうぎ / くうぎ ) と は 、 中世 ・ 近世 に お い て 公権 力 を 指 し て 用い た 言葉 。 +織田 信秀 ( おだ のぶひで ) は 、 織田 信長 の 六男 。 +平田 篤胤 ( ひらた あつたね ) は 、 江戸 時代 後期 の 国学 者 ・ 神道 家 。 +北条 泰家 ( ほうじょう や す いえ 、 ? - 1335 年 ( 建武 ( 日本 ) 2 年 ) 頃 ? ) は 鎌倉 時代 から 南北朝 時代 ( 日本 ) に かけ て の 北条 氏 の 一族 。 +仁政方 ( じんせい がた ) と は 、 室町 幕府 初期 に 設置 さ れ た 機関 の 1 つ で あ る 。 +安達 宗景 ( あだち むね かげ 、 正元 ( 日本 ) 元年 ( 1259 年 ) - 弘安 8 年 ( 1285 年 ) 11 月 ) 鎌倉 時代 中期 の 鎌倉 幕府 の 御 家人 。 +多坐 弥 志理都 比古 神社 ( おお に ます みしりつ ひ こ じんじゃ ) は 、 奈良 県 磯城 郡 田原本 町 に あ る 神社 で あ る 。 +皇太子 妃 ( こうたいしひ ) と は 、 皇太子 の 妃 の 身位 、 また その 身位 に あ る 人 を い う 。 +地下 請 ( じげうけ ) と は 、 中世 日本 の 村落 が 、 荘園 ・ 国衙 領 へ の 年貢 徴収 を 領主 から 請け負 っ て い た 制度 。 +平忠頼 ( たいら の ただより 、 延長 ( 元号 ) 8 年 6 月 18 日 ( 旧暦 ) ( 930 年 7 月 16 日 ) ? - 寛仁 2 年 12 月 17 日 ( 旧暦 ) ( 1019 年 1 月 25 日 ) ? ) は 、 平安 時代 中期 の 武将 。 +自身 番 ( じしん ばん ) は 、 江戸 時代 に 江戸 や 大阪 など の 町人 地 で 設け られ た 番所 。 +中宮 職 ( ちゅうぐう しき ) は 、 律令 制 に お い て 中務 省 に 属 し て 后妃 に 関わ る 事務 など を 扱 う 役所 。 +坂戸 城 ( さか と じょう ) は 、 新潟 県 南魚沼 市 に 存在 し た 大 規模 な 山城 。 +大野 東人 ( おおのの あずまび と 、 生年 不詳 - 天平 14 年 11 月 2 日 ( 旧暦 ) ( 74 2 年 12 月 7 日 ) ) は 奈良 時代 の 武人 。 +安藤 家季 ( あんどう いえすえ 、 生没年 不詳 ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) に かけ て の 陸奥 国 の 武将 。 +鄭舜功 ( ていしゅん こう 、 生没年 不詳 ) は 、 中国 明 後期 の 冒険 家 。 +金井 延 ( か ない の ぶる 、 1865 年 2 月 26 日 ( 元治 2 年 2 月 1日 ( 旧暦 ) ) - 1933 年 8 月 13 日 ) は 静岡 県 出身 の 経済 学 者 ・ 社会 政策 学会 。 +観世 清尚 ( かんぜきよひさ 、 - 17 82 年 ( 天明 2 年 ) ) と は 、 江戸 中期 の シテ 方 観世 流能 楽師 。 +菱餅 ( ひしもち ) は 、 和 菓子 の 一種 。 +東寺 駅 ( とうじ えき ) は 、 京都 府 京都 市 南 区 ( 京都 市 ) 西 九 条 蔵王 町 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +日蓮 正宗 の 本尊 は 、 本門 戒 壇之 大 御 本尊 ( 通称 ・ 法華 曼荼羅 ) と い う 。 +康弁 ( こうべん ) は 鎌倉 時代 の 仏師 。 +坊官 ( ぼうかん ・ 房官 ) と は 、 平安 時代 以後 に 寺院 の 最高 指導 者 ( 別当 ・ 三綱 ) など の 家政 を 担当 し た 機関 及び そこ に 属 し た 僧侶 の こと 。 +三雲 仙嘯 ( みくも せんしょう 、 男性 、 明和 6 年 ( 1769 年 ) – 弘化 元年 12 月 14 日 ( 旧暦 ) ( 1845 年 1 月 21 日 ) ) は 、 江戸 時代 後期 の 日本 の 篆刻 家 で あ る 。 +最上 氏 ( もがみし ) は 、 清和 源 氏 の 足利 氏 の 一族 で あ る 管領 の 斯波 氏 の 分家 。 +東大 寺 大仏殿 の 屋根 を 支え る 2 本 の 梁 ( 建築 ) ( こうりょう ) は 、 それぞれ 長 さ 23 . 5 メートル の アカマツ が 使 わ れ て お り 、 170 4 年 ( 宝永 元年 ) 、 日向 国 の 白鳥 神社 ( えびの 市 ) から 大和 国 の 東大 寺 まで 延べ 10 数 万 人 が 参加 し 9 ヶ月 を かけ て 運搬 さ れ た 。 +太子 道 ( たいしみち ) と は 、 日本 の 古代 道路 、 街道 の うち 、 聖徳 太子 が 通 っ た と さ れ 、 その 通称 が つけ られ た もの を さ す 。 +島津 忠長 ( しまづ ただ なが / ただたけ 、 天文 ( 元号 ) 20 年 7 月 17 日 ( 旧暦 ) ( 155 1 年 8 月 18 日 ) - 慶長 15 年 11 月 9 日 ( 旧暦 ) ( 1610 年 12 月 23 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +道命 ( どうみょう 、 天延 2 年 ( 974 年 ) - 寛仁 4 年 7 月 4 日 ( 旧暦 ) ( 1020 年 7 月 26 日 ) ) は 、 平安 時代 中期 の 僧 ・ 歌人 。 +畠山 義堯 ( はたけやま よした か 、 ? - 享禄 5 年 6 月 15 日 ( 旧暦 ) ( 153 2 年 7 月 17 日 ) ) は 、 戦国 時代 ( 日本 ) の 河内 国 ・ 山城 国 の 守護 で 室町 幕府 管領 。 +山陵 奉行 ( さん りょうぶぎょう ) は 、 幕末期 に 置 か れ た 江戸 幕府 の 職 の ひと つ で 、 天皇 陵 の 管理 、 修補 を 掌 っ た 。 +ここ で は 日本 料理 の 中 に あ る 和食 の 一 分野 で ある 会席 料理 を 紹介 する 。 +赤井 直正 ( あかい なおまさ 、 享禄 2 年 ( 1529 年 ) - 天正 6 年 3 月 9 日 ( 旧暦 ) ( 1578 年 4 月 8 日 ) ) は 、 戦国 時代 ( 日本 ) の 丹波 国 の 豪族 。 +孝安 天皇 ( こう あんてんのう 、 孝昭 天皇 49 年 ( 紀元 前 427 年 ) - 孝安 天皇 10 2 年 1 月 9 日 ( 旧暦 ) ( 紀元 前 291 年 2 月 27 日 ) ) は 、 『 古事 記 』 『 日本 書紀 』 に 伝え られ る 第 6 代 の 天皇 ( 在位 : 孝安 天皇 元年 1 月 7 日 ( 旧暦 ) ( 紀元 前 392 年 3 月 3 日 ) - 同 10 2 年 1 月 9 日 ( 旧暦 ) ( 紀元 前 291 年 2 月 27 日 ) ) 。 +良岑 清風 ( よしみね の きよ かぜ 、 生年 不詳 - 863 年 5 月 10 日 ( 貞観 ( 日本 ) 5 年 4 月 15 日 ( 旧暦 ) ) ) は 、 平安 時代 の 貴族 。 +龍源 院 ( りょう げんいん ) は 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 に あ る 、 臨済 宗 大 本山 大徳 寺 の 塔頭 ( たっちゅう ) で あ る 。 +念仏 峠 ( ねんぶつ とうげ ) は 、 京都 府 舞鶴 市 の 京都 府道 568 号 念仏 峠線 に あ る 峠 。 +管領代 ( かんれい だい ) と は 室町 幕府 の 職名 。 +海北 友松 ( かいほう ゆうしょう 、 天文 ( 元号 ) 2 年 ( 1533 年 ) - 元和 ( 日本 ) 元年 6 月 2 日 ( 旧暦 ) ( 1615 年 6 月 27 日 ) ) は 、 安土 桃山 時代 ~ 江戸 時代 初期 の 絵師 。 +湯川 秀樹 ( ゆかわ ひでき 、 明治 40 年 ( 1907 年 ) 1 月 23 日 - 昭和 56 年 ( 1981 年 ) 9 月 8 日 ) は 、 日本 の 理論 物理 学 者 。 +本項 京都 市 伏見 区 の 町名 ( きょう と し ふしみく の ちょうめい ) で は 、 同区 内 に 存在 する 公称 町名 を 一覧 化 する と とも に 、 その 成立 時期 ・ 成立 過程 等 に つ い て 概説 する 。 +西 大路家 ( にし おおじけ ) は 、 羽 林 家 の 家格 を 持 つ 公家 で あ る 。 +唐造 ( からづくり ) と は 、 日本 の 城郭 建築 、 特に 天守 の 外観 上 の 区分 。 +スサノオ ( スサノヲ 、 スサノオノミコト ) は 、 日本 神話 に 登場 する 一柱 の 神 ( 神道 ) で あ る 。 +鳳林 承章 ( おうりん じょうしょう 、 文禄 2 年 ( 1593 年 ) - 寛文 8 年 ( 1668 年 ) ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 禅僧 。 +喪儀司 ( そうぎ し ) は 律令 制 に お い て 治部 省 に 属 し た 機関 。 +小山 政光 ( おやま まさみつ 、 生没 年 未詳 ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 武将 。 +大安 寺 ( だいあんじ ) は 、 奈良 県 奈良 市 に あ る 高野山 真言宗 の 仏教 寺院 。 +坂上 国 麻呂 ( さかの うえ の くに まろ 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +阿佐太子 ( あさたい し 、 アジャテサ 、 55 7 年 - 631 年 ) 百済 の 威徳王 ( 百済 ) の 息子 。 +遠藤 謹助 ( えんどうきんすけ 、 男性 、 1836 年 ( 天保 7 年 ) 2 月 15 日 - 1893 年 ( 明治 26 年 ) ) は 、 明治 時代 の 長州 藩 出身 の 官僚 で 長州 五傑 の 一人 。 +度 牒 ( どちょう ) は 、 国家 公認 の 得度 に 際 し て 、 国家 機関 に よ っ て 新た に 得度 し た 僧尼 に 交付 さ れ る 身分 証 の こと で あ る 。 +済物 浦 条約 ( さい も っぽ じょうやく ) と は 、 18 82 年 8 月 30 日 に 日本 と 李 氏 朝鮮 の 間 で 締結 さ れ た 条約 。 +番組 小 学校 ( ばんぐみ しょう がっこう ) は 、 明治 維新 後 の 1869 年 ( 明治 2 年 ) 、 京都 の 町衆 たち の 手 に よ っ て 、 当時 の 住民 自治 組織 で あ っ た 「 番組 ( 町組 ) 」 を 単位 と し て 創設 さ れ た 、 64 の 小 学校 を 指 す 。 +追説 追泯 ( ついせつ ついみん ) と は 、 仏教 に お い て 、 天台 宗 や 日蓮 宗 など の 法華 経 一 乗 の 立場 から 、 『 大般 涅槃 経 』 を 指 し た 語 を い う 。 +一言 主 ( ひとこと ぬし ) は 、 日本 の 神 で あ る 。 +沈香 ( ぢんこう 、 正し く は 沈水 香木 ( ぢん すい こうぼく ) ) は 代表 的 な 香木 。 +小石元 俊 ( こい しげんしゅん 、 寛保 3 年 ( 1743 年 ) - 文化 ( 元号 ) 5 年 12 月 25 日 ( 旧暦 ) ( 1809 年 2 月 9 日 ) は 、 江戸 時代 後期 の 蘭学 者 、 蘭方 医 。 +元日節 会 ( がんじつ の せちえ ) は 、 古来 の 正月 行事 の 一 つ 。 +糠手 姫 皇女 ( ぬか で ひめ の ひめみこ 、 生年 不詳 - 天智 天皇 3 年 ( 664 年 ) 6 月 ) は 古墳 時代 末期 から 飛鳥 時代 に かけ て の 皇族 。 +禁闕 の 変 ( きんけつ の へん ) は 、 室町 時代 の 1443 年 ( 嘉吉 3 年 ) 9 月 に 京都 で 起こ っ た 後 花園 天皇 内 裏 の 襲撃 事件 で あ る 。 +神火 ( じんか / しんか ) と は 、 8 世紀 後半 から 10 世紀 に かけ て 、 主に 東国 の 官衙 を 中心 に 頻発 し た 不審 火 の こと 。 +尭恕 法 親王 ( ぎょうじょ ほっ しん のう 、 寛永 17 年 10 月 16 日 ( 旧暦 ) ( 1640 年 11 月 29 日 ) - 元禄 8 年 4 月 16 日 ( 旧暦 ) ( 1695 年 5 月 28 日 ) ) は 、 江戸 時代 前期 の 皇族 ・ 僧 。 +剣璽 ( けんじ ) は 三 種 の 神器 の うち 、 天叢 雲剣 と 八尺 瓊 勾玉 を 併せ た 呼称 。 +大雲 寺 ( だい うんじ ) は 、 京都 市 左京 区 岩倉 に あ る 単立 ( 天台 証門 宗 ) の 寺院 。 +御 触書 集成 ( お ふれ が きしゅうせい ) と は 、 江戸 幕府 が 出 し た 御 触書 を まとめ た 法令 集 の こと 。 +河田 次郎 ( かわだの じろう 、 生年 不詳 - 文治 5 年 9 月 6 日 ( 旧暦 ) ( 1189 年 10 月 17 日 ) ) は 平安 時代 ・ 鎌倉 時代 期 の 武士 。 +藤原 尊子 ( ふじわら の たかこ ) +県 犬養 広 刀自 ( あがた の いぬかい ひろと じ 、 生年 不詳 - 762 年 11 月 8 日 ( 天平 宝字 6 年 10 月 14 日 ( 旧暦 ) ) ) は 聖武 天皇 の 夫人 。 +知藩事 ( ちはんじ ) は 、 明治 時代 初期 に 置 か れ た 地方 行政 官 の 名称 。 +五色 豆 ( ご しき まめ ) は 糖衣 の いり 豆 に 5 色 の 色 を 付け た もの で 、 京都 の 銘菓 と さ れ る 。 +伊賀 朝光 ( いが ともみつ 、 生年 未詳 - 建保 3 年 9 月 14 日 ( 旧暦 ) ( 1215 年 10 月 8 日 ) ) は 、 平安 時代 末期 、 鎌倉 時代 初期 の 武将 。 +景戒 ( きょうかい / けいかい 生没年 不詳 ) は 、 奈良 時代 の 薬師寺 の 僧 。 +飛鳥 文化 ( あすか ぶんか ) は 、 推古 天皇 を 頂点 と し て 大和国 を 中心 に 華開 い た 仏教 文化 で あ る 。 +葦原 中国 平定 ( あしはら の なかつ くに へ いて い ) は 、 天津 神 が 国津 神 から 葦原 中国 の 国譲り を 受け る 日本 神話 の 説話 で あ る 。 +源 雅忠 ( みなもとの まさただ 、 安貞 2 年 ( 1228 年 ) - 文永 9 年 8 月 3 日 ( 旧暦 ) ( 1272 年 9 月 3 日 ) ) は 鎌倉 時代 の 公卿 。 +川口 雪篷 ( かわぐち せっぽう 、 文政 元年 ( 1818 年 ) - 明治 23 年 ( 1890 年 ) ) は 、 江戸 時代 後期 ( 幕末 ) の 薩摩 藩 出身 の 書家 で あ り 、 西郷 隆盛 の 知遇 を 得 て 、 書道 と 漢詩 を 教え た 。 +関山 慧玄 ( かんざん えげん 、 建治 3 年 ( 1277 年 ) - 正平 ( 日本 ) 15 年 / 延文 5 年 12 月 12 日 ( 旧暦 ) ( 1361 年 1 月 19 日 ) ) は 、 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 臨済 宗 の 僧 。 +遠近 競射 と は 弓道 の 個人 競技 に おけ る 順位 決定 方法 。 +宮家 ( みやけ ) と は 、 日本 の 皇室 で 代々 皇族 の 身分 の 保持 を 許 さ れ た 一家 の こと で あ る 。 +堺 祭 ( さかい の まつり ) は 、 古代 ・ 中世 日本 の 王都 ・ 令制 国郡 の 堺 ( 境 ) で 行 わ れ た 祭 。 +四 箇格言 ( しか 、 しこ ・ かくげん 、 しか の かく げん ) と は 、 日蓮 宗 の 宗祖 日蓮 が 他 の 仏教 宗 派 を 批判 し た もの で あ る 。 +文観 ( もんかん 、 弘安 元年 ( 1278 年 ) - 正平 ( 日本 ) 12 年 / 延文 2 年 10 月 9 日 ( 旧暦 ) ( 1357 年 11 月 21 日 ) ) は 、 鎌倉 時代 から 南北朝 時代 の 僧 で あ る 。 +藤原 安親 ( ふじわら の やすちか 、 延喜 22 年 ( 922 年 ) - 長徳 2 年 3 月 5 日 ( 旧暦 ) ( 996 年 3 月 26 日 ) ) は 、 平安 時代 中期 の 公卿 。 +藤原 種継 ( ふじわら の たねつぐ 、 天平 9 年 ( 737 年 ) - 延暦 4 年 9 月 24 日 ( 旧暦 ) ( 785 年 11 月 4 日 ) ) は 奈良 時代 末期 の 公卿 。 +如宝 ( にょほう 、 天平 3 年 ( 731 年 ) - 弘仁 6 年 1 月 7 日 ( 旧暦 ) ( 815 年 2 月 19 日 ) ) は 、 奈良 時代 から 平安 時代 に かけ て の 律宗 の 渡来 僧 。 +法蓮 ( ほうれん 、 生没年 不明 ) は 、 飛鳥 時代 から 奈良 時代 の 僧 。 +伏見 天皇 ( ふしみ てんのう 、 文永 2 年 4 月 23 日 ( 1265 年 5 月 10 日 ) - 文保 元年 9 月 3 日 ( 1317 年 10 月 8 日 ) ) は 日本 の 第 92 代 天皇 ( 在位 弘安 10 年 10 月 21 日 ( 1287 年 11 月 27 日 ) - 永仁 6 年 7 月 22 日 ( 1298 年 8 月 30 日 ) ) 。 +物合 ( もの あわせ ) は 平安 時代 に 隆盛 を 極め た 遊戯 。 +天文 博士 ( てんもん は かせ ) は 、 古代 日本 の 律令 制 に お い て 、 陰陽 寮 に 属 し た 官職 。 +藤原 兼雅 ( ふじわら の かねまさ 、 久安 4 年 ( 1148 年 ) - 正治 2 年 7 月 18 日 ( 旧暦 ) ( 120 0 年 8 月 29 日 ) ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 公卿 。 +洒落 ( しゃれ ) と は 、 垢抜け て い る こと 、 気 の 利 い て い る こと 。 +帯締め ( おびじめ ) は 、 着物 の 着付け を する ため に 必要 な 小 道具 の 一 つ で 、 帯 を 固定 する の に 用い る 紐 。 +令旨 ( りょうじ ) と は 、 律令 制 の もと で 出 さ れ た 、 皇太子 ・ 三后 ( 太皇 太后 ・ 皇太后 ・ 皇后 ) の 命令 を 伝え る ため に 出 し た 文書 。 +べっ たら 漬 ( べっ たら づけ ) は 、 ダイコン の 漬物 の 一種 。 +酉 の 市 ( とりの いち ) は 、 例年 11 月 の 酉 に 行 わ れ る 、 各地 の 鷲 神社 ( おおとり じんじゃ ) の 祭 。 +藤原理忠 ( ふじわら の まさただ ) は 、 平安 時代 の 武将 。 +松平 信志 ( まつだい ら のぶゆき ) は 、 丹波 亀山 藩 の 第 5 代 藩 主 。 +凡河内 躬 恒 ( おおしこうち の みつね 、 貞観 ( 日本 ) 元年 ( 859 年 ) ? - 延長 ( 元 号 ) 3 年 ( 925 年 ) ? ) は 、 平安 時代 前期 の 歌人 。 +京都 旭丘 中学 事件 ( きょう と あさひ がおか ちゅうがく じけん ) と は 、 1953 年 4 月 29 日 - 19 54 年 6 月 1日 に かけ て 発生 し た 京都 市 立 旭丘 中 学校 の 教育 方針 を 巡 る 保守 派 と 進歩 派 の 教員 ・ 父母 に よ る 対立 事件 。 +小貫 氏 ( お ぬきし ) は 日本 の 氏族 の 一 つ 。 +番屋 ( ばんや ) +大内 惟信 ( おお うち これ の ぶ 、 生没 年 未詳 ) は 、 鎌倉 時代 前期 の 御 家人 。 +阿野 実藤 ( あの さね ふじ 、 寛永 11 年 2 月 15 日 ( 旧暦 ) ( 1634 年 3 月 14 日 ) - 元禄 7 年 9 月 21 日 ( 旧暦 ) ( 1694 年 11 月 8 日 ) ) は 、 江戸 時代 初期 の 公家 。 +碧雲 荘 ( へきうん そう ) は 、 日本 の 実業 家 で あ る 二 代 目野村 徳七 ( のむら とくしち ) が 、 大正 時代 から 昭和 時代 に かけ て 京都 市 ・ 南禅 寺 付近 に 築造 し た 数寄 屋 造り の 別邸 。 +三事 兼帯 ( さん じけん たい ) と は 、 五 位 蔵人 ・ 弁官 ・ 検非 違使 佐 を 兼帯 する こと 。 +小田 治久 ( おだ はるひさ 、 1283 年 2 月 10 日 ( 弘安 6 年 1 月 12 日 ( 旧暦 ) ) - 1353 年 1 月 16 日 ( 正平 ( 日本 ) 7 年 / 文和 元年 12 月 11 日 ( 旧暦 ) ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 武将 。 +鷹司 冬 経 ( たかつかさ ふゆつね 、 弘安 6 年 ( 1283 年 ) - 元応 元年 6 月 18 日 ( 旧暦 ) ( 1319 年 7 月 6 日 ) ) は 、 鎌倉 時代 末期 公卿 。 +六条 御 息所 ( ろくじょう の み やす ( ん ) どころ ) は 『 源氏 物語 』 に 登場 する 架空 の 人物 。 +朽木 為 綱 ( く つき もりつな ) は 、 丹波 国 福知 山 藩 の 第 13 代 ( 最後 ) の 藩主 。 +タケヌナカワワケ 、 タケヌナカワワケノ ミコト は 『 日本 書紀 』 で は 武渟 川別 、 『 古事 記 』 で は 建沼 河 別命 と 表記 さ れ る 、 記紀 に 登場 する 人物 。 +襟立衣 ( えりた てごろ も ) は 、 鳥山 石燕 の 妖怪 画 集 『 画図 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +宝ヶ池 通 ( たから が いけどおり ) は 京都 市 の 主要 な 東西 の 通り の ひと つ 。 +国際 会館 駅 ( こくさい かいかん えき ) は 、 京都 府 京都 市 左京 区 岩倉 に あ る 、 京都 市営 地下 鉄 烏丸 線 の 終着 駅 。 +京都 ハリストス 正教会 ( きょう と はりすと す せいきょうかい ) は 京都 府 京都 市 中京 区 に あ る 正教 会 ( ギリシャ 正教 ) ・ 日本 ハリストス 正教会 の 教会 。 +源 義仲 ( みなもと の よしなか ) は 、 平安 時代 末期 の 信濃 源 氏 の 武将 。 +藤原 行経 ( ふじわら の ゆきつね 、 寛弘 9 年 ( 1012 年 ) - 永承 5 年 閏 10 月 14 日 ( 旧暦 ) ( 1050 年 11 月 30 日 ) ) は 、 平安 時代 中期 の 公卿 ・ 能書 家 。 +建勲 通 ( けんくんどおり ) は 京都 市 北 区 ( 京都 市 ) の 東西 の 通り の 一 つ 。 +定誉 ( じょうよ 、 天徳 ( 日本 ) 2 年 ( 958 年 ) - 永承 2 年 ( 1047 年 ) ) は 、 平安 時代 後期 の 真言 宗 の 僧 。 +中納言 ( ちゅう なごん ) は 、 朝廷 組織 の 最高 機関 、 太政 官 の 職 の 一 つ で 、 大納言 に 次 ぐ 官位 で 、 四 等 官 の 中 の 次官 ( すけ ) に 相当 する 令外 官 。 +八塔 寺 ( はっとう じ ) は 、 岡山 県 備前 市 ( 旧 吉永 町 ) に あ る 天台 宗 の 寺院 。 +利休揚げ ( りきゅう あげ ) は 、 和食 の 揚げ物 の ひと つ 。 +院 近臣 ( いんの きんしん 、 院 の 近臣 ) と は 、 院政 を 行 う 治天 の 君 の 側近 及び その 集団 の 事 を 指 す 。 +長 宗我部 盛親 ( ちょうそ かべ もりちか ) は 、 安土 桃山 時代 から 江戸 時代 前期 の 土佐 国 の 大名 ・ 武将 。 +吉山 明 兆 ( きつ さんみん ちょう 、 正平 ( 日本 ) 7 年 / 文和 元年 ( 1352 年 ) - 永享 3 年 8 月 20 日 ( 旧暦 ) ( 1431 年 9 月 26 日 ) ) は 、 室町 時代 前 ・ 中期 の 画僧 。 +高辻 家 ( たかつじけ ) は 菅原 道真 の 子孫 で あ る 高辻 是綱 ( 正四 位 下 ・ 大学 寮 ) ( 10 30 年 - 11 07 年 ) を 祖 と する 堂上 家 で あ る 。 +道中 諸 法度 ( どう ちゅうしょ はっと ) は 、 道中 条目 ( どう ちゅう じょうもく ) と も 呼 ば れ 、 江戸 幕府 が 大名 ・ 公家 や 幕府 役 人 など の 特定 身分 の 者 に 対 し て 出 し た 交通 法規 。 +松平 春嶽 ( まつだいら しゅん がく ) は 、 江戸 時代 後期 の 大名 、 第 16 代 越前 国 福井 藩 主 。 +淀殿 ( よどどの 、 永禄 12 年 ( 1569 年 ) ? - 慶長 20 年 5 月 8 日 ( 旧暦 ) ( 1615 年 6 月 4 日 ) ? ) は 、 戦国 時代 ( 日本 ) ( 室町 時代 末期 ) から 江戸 時代 初頭 の 女性 で 、 豊臣 秀吉 ( 羽柴 秀吉 ) の 側室 。 +馬屋 古 女王 ( うまやこの ひめみこ 、 生没年 不詳 ) は 、 聖徳 太子 と 膳部 菩 岐々 美郎 女 の 第 8 子 ( 第 4 王女 ) 。 +死罪 ( しざい ) と は 、 江戸 時代 に 庶民 に 科 さ れ て い た 6 種類 あ る 死刑 の うち の 一 つ で 、 斬首 に よ り 命 を 絶 ち 、 死骸 を 試し 斬り に する 斬首 刑 の 刑罰 の こと 。 +人類 館 事件 ( じんるい かん じけん 、 「 学術 人類 館 事件 」 、 「 大阪 博覧 会 事件 」 と も ) は 、 190 3 年 に 大阪 天王 寺 で 開 か れ た 第 5 回 内 国 勧業 博覧 会 の 「 学術 人類 館 」 に お い て 、 沖縄 県 や 、 朝鮮 ・ アイヌ ・ 台湾 高砂族 ・ インド ・ マレー ・ ジャワ ・ アフリカ の 人々 を 、 民族 衣装 姿 で それぞれ の 民族 住居 に 住ま わ せ 展示 さ れ 、 見世物 と し て 観覧 さ せ た 事件 で あ る 。 +多田 基綱 ( ただもと つな 、 生年 未詳 - 承久 3 年 6 月 ( 1221 年 ) ) は 、 鎌倉 時代 初期 の 武将 。 +雪村 ( せっそん 、 永正 元年 ( 150 4 年 ) ? - 天正 17 年 ( 1589 年 ) 頃 ) は 、 室町 時代 後期 の 、 水墨 画家 。 +カヤナルミ と は 、 『 延喜 式 』 「 祝詞 式 」 に あ る 『 出雲 国造 神賀詞 』 で は 賀夜 奈 流美 、 飛鳥 坐 神社 ・ 加夜 奈留美命 神社 で は 加夜 奈留美 と さ れ て い る 女神 。 +琴古主 ( こと ふる ぬし ) は 、 鳥山 石燕 に よ る 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 の 一 つ で 、 琴 の 付喪神 ( 器物 が 変化 し た 妖怪 ) 。 +獅子 舞 ( し しまい ) と は 、 伝統 芸能 の 一 つ で 、 祭囃子 に あわせ て 獅子 が 舞い 踊 る もの で あ る 。 +玉串 ( たまぐし ) と は 、 神道 の 神事 に お い て 参拝 者 や 神職 が 神前 に 捧げ る 、 紙垂 ( し で ) や 木綿 ( ゆう ) を つけ た 榊 の 枝 で あ る 。 +二 陪 織物 ( ふたえ おりもの 、 ふたべ おりもの ) は 全面 に 亀甲 や 唐草 など の 連続 紋 を 織り出 し て 地紋 と し 、 その 上 に 「 上紋 ( うわもん ) 」 と 称 し て 丸文 や 花鳥 文 など を 地 と は 別 の 色糸 で 飛び飛び に 織り出 し た もの 。 +辞 ( じ ) と は 、 律令 制 に お い て 雑任 以下 の 下級 官人 及び 一般 庶民 ( 白丁 ) が 、 官司 に 上申 する 際 に 用い た と さ れ る 文書 。 +三山木 駅 ( みやま き えき ) は 、 京都 府 京田辺 市 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +足利 直義 ( あしか が ただよし ) は 、 南北朝 時代 ( 日本 ) の 武将 で あ る 。 +司馬 達 等 ( しば だっと ・ しばたちと ・ しば の たちと ・ しめ たち と 、 生没年 不詳 ) は 、 6 世紀 頃 に 朝鮮 半島 から 渡来 し た と 見 られ る 人物 。 +朱宮 ( 緋宮 ) 光子 内 親王 ( あけのみや て るこ な い しんのう 、 寛永 11 年 7 月 1日 ( 旧暦 ) ( 1634 年 7 月 25 日 ) - 享保 12 年 10 月 6 日 ( 旧暦 ) ( 1727 年 11 月 18 日 ) ) は 江戸 時代 初期 の 皇族 。 +道尊 ( どう そん 、 安元 元年 ( 1175 年 ) ‐ 安貞 2 年 ( 1228 年 ) ) は 、 平安 時代 末期 の 皇族 ・ 僧侶 。 +打ち水 ( うちみず ) と は 、 庭 や 道路 など 屋外 に 水 を 撒 く 、 昔 から の 日本 の 風習 で あ る 。 +五行 歌 ( ごぎょう か ) と は 、 『 古事 記 』 、 『 日本 書紀 』 に 遺 さ れ て い た 古代 歌謡 、 和歌 を 日本 の 詩歌 の 原型 と し て 現代 に 生か し た 新 詩型 。 +舞鶴 湾 ( まいづる わん ) は 、 京都 府 舞鶴 市 の 海岸 の 地形 を 形成 する 湾 。 +乃木 神社 ( のぎ じんじゃ ) は 、 京都 市 伏見 区 の 伏見 桃山陵 ( 明治 天皇 陵 ) の 麓 に あ る 神社 で あ る 。 +藤原 仲平 ( ふじわら の なか ひら   貞観 ( 日本 ) 17 年 ( 875 年 ) - 天慶 8 年 ( 945 年 ) 9 月 1日 ( 旧暦 ) ) は 平安 時代 の 廷臣 。 +保津 峡 ( ほづ きょう ) は 、 京都 府 亀岡 市 から 京都 市 右京 区 嵐山 の 渡月 橋 に 至 る 大堰川 ( 保津 川 ) の 景勝 地 。 +日本 の 古代 から 中世 、 近世 初期 まで に お い て 、 軍 の 兵 や 武官 、 武士 が 当時 の 戦場 で 戦 う ため に 訓練 し た 技芸 を 武芸 と い う 。 +佐紀盾列 古墳 群 ( さき たてなみ こふん ぐん ) は 、 奈良 市 曾布 に 所在 する 古墳 時代 前期 中葉 過ぎ から 後半 に かけ て 営 ま れ た ヤマト 政権 の 王墓 を 多 く 含 む 古墳 群 で あ る 。 +佐伯 全成 ( さえき の また な り 、 ? - 天平 勝宝 9 歳 ( 75 7 年 ) ) は 、 奈良 時代 の 貴族 。 +大分 恵 尺 ( おおきだ の えさか 、 生年 不詳 - 天武 天皇 4 年 ( 67 5 年 ) 6 月 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +御息所 ( みやすんどころ 、 みやす どころ ) +裸祭り ( はだかまつり ) と は 、 参加 者 が 裸体 で 参加 する 祭 で あ る 。 +京都 賞 基礎 科学 部門 ( きょう と しょうきそ かがく ぶもん ) は 、 京都 賞 の 一部門 で あ り 、 優れ た 業績 を 上げ た 科学 者 に 与え られ る 賞 で あ る 。 +天理 市 立 黒塚 古墳 展示 館 ( てんりし り つくろ づか こふん てん じ かん ) は 奈良 県 天理 市 に あ る 博物 館 。 +武者小路 実陰 ( むしゃの こうじ さね かげ 、 寛文 元年 11 月 1日 ( 旧暦 ) ( 1661 年 12 月 22 日 ) - 元文 3 年 9 月 30 日 ( 旧暦 ) ( 1738 年 11 月 11 日 ) ) は 、 江戸 時代 前期 から 中期 に かけ て の 公卿 、 歌人 。 +町並み 保存 ( まちなみ ほぞん ) と は 、 伝統 的 な 建築 等 が 残 る 町並み を 保存 する こと に よ っ て 、 その 町 な ら で は の 個性 や 魅力 を 再生 さ せ 、 あわせ て 住民 の 生活 環境 を 整備 する こと 。 +晒 ( さらし ) は 、 白 く て 長 い 布 ( 幅 34 センチ 、 長 さ 2 ~ 10 メートル ) で 、 主に 腹 に 巻 い て 使用 する 。 +三 日 平 氏 の 乱 ( みっ か へいし の らん ) は 、 平安 時代 末期 の 内乱 、 治承 ・ 寿永 の 乱 の 戦い の 一 つ 。 +奥村   吉兵衛 ( おくむら   きちべえ ) は 千家 十 職 の 1人 。 +大炊 御門 信名 ( おおい の みかど の ぶな 、 寛文 9 年 ( 1669 年 ) - 貞享 元年 10 月 14 日 ( 旧暦 ) ( 1684 年 11 月 20 日 ) ) は 、 江戸 時代 前期 の 廷臣 。 +重箱 ( じゅうばこ ) と は 、 二 重 から 五 重 に 積み重ね られ た 、 料理 を 入れ る 箱 で あ る 。 +明石 覚一 ( あかしかく いち 、 正安 元年 ( 1299 年 ) - 応安 4 年 ( 13 71 年 ) ) は 、 南北朝 時代 ( 日本 ) の 平家 琵琶 ( 一方 流 ) 演奏 家 で あ る 。 +花山院 忠定 ( かざん いんただ さ だ 、 天授 ( 日本 ) 5 年 / 康暦 元年 10 月 5 日 ( 旧暦 ) ( 1379 年 11 月 14 日 ) - 応永 23 年 8 月 15 日 ( 旧暦 ) ( 1416 年 9 月 6 日 ) ) は 、 室町 時代 の 公卿 。 +寛政暦 ( かん せいれき ) と は 、 かつて 日本 で 使 わ れ て い た 太陰 太陽 暦 の 暦法 の 和暦 で あ る 。 +有吉 熊次郎 ( あり よし く まじろう 、 天保 13 年 ( 1842 年 ) - 元治 元年 7 月 19 日 ( 旧暦 ) ( 1864 年 8 月 20 日 ) ) は 、 日本 の 武士 ・ 長州 藩 、 尊皇 攘夷 派 の 志士 。 +吉田 兼見 ( よしだ かね み 、 天文 ( 元号 ) 4 年 ( 1535 年 ) - 慶長 15 年 8 月 20 日 ( 旧暦 ) ( 1610 年 10 月 6 日 ) ) は 、 堂上 家 ( 家格 は 、 半家 、 卜部 氏 ) で あ る 吉田 家 の 9 代 当主 ( 卜部 氏 25 代 ) 。 +古川 節蔵 ( ふる かわ せつぞう 、 幼名 ・ 岡本 亀五郎 。 通称 ・ 岡本 周吉 、 のち 古川 節蔵 、 古川 正雄 。 ペン ネーム ・ 岡本 博卿 など 。 1837 年 ( 天保 8 年 ) 3 月 4 日 ) - 1877 年 ( 明治 10 年 ) 4 月 2 日 ) は 、 明治 期 の 教育 者 。 +国阿 ( こくあ 、 正和 3 年 ( 1314 年 ) - 応永 12 年 9 月 11 日 ( 旧暦 ) ( 140 5 年 10 月 4 日 ) ) は 、 南北朝 時代 ( 日本 ) から 室町 時代 中期 に かけ て の 時宗 の 僧 。 +蒔田   広光 ( まいた   ひろみつ 、 1533 年 ( 天文 ( 元号 ) 2 年 ) - 1595 年 4 月 3 日 ( 文禄 4 年 2 月 24 日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 ( 大名 ) 。 +三条 実綱 ( さんじょうさ ねつな 、 永禄 5 年 ( 1562 年 ) ‐ 天正 9 年 2 月 7 日 ( 旧暦 ) ( 158 1 年 3 月 11 日 ) ) は 、 室町 時代 後期 から 安土 桃山 時代 の 公卿 。 +散曲 ( さんきょく ) と は 、 曲 の 一種 で あ り 、 口語 に よ る 韻文 形式 また は 歌謡 文芸 の 一 つ 。 +源 旧 鑑 ( 源 舊 鑒 、 みなもと の もと み 、 生年 不詳 - 延喜 8 年 2 月 ( 90 8 年 ) ) は 、 平安 時代 前期 の 賜姓 皇族 。 +小沢 蘆庵 ( おざわ ろ あん 、 享保 8 年 ( 1723 年 ) - 享和 元年 7 月 11 日 ( 旧暦 ) ( 180 1 年 8 月 19 日 ) ) は 、 江戸 時代 中期 の 歌人 、 国学 者 。 +演歌 ( えんか ) と は 、 日本 の 大衆 音楽 の ジャンル の ひと つ で あ り 、 日本 人 独特 の 感覚 や 情念 に もとづ く 娯楽 的 な 歌曲 の 分類 で あ る と さ れ て い る 。 +雲母 坂 ( きららざか ) は 、 京都 市 左京 区 修学院 の 修学 院 離宮脇 より 、 比叡 山 の 山頂 に 至 る 古道 で あ り 、 また 、 延暦 寺 千 日 回 峰行 の 行 者 道 で も あ る 。 +篠原 泰之 進 ( しのはら たい の しん 、 文政 11 年 11 月 16 日 ( 旧暦 ) ( 182 8 年 12 月 22 日 ) - 明治 44 年 ( 1911 年 ) 6 月 13 日 ) は 、 江戸 時代 後期 の 志士 。 +多 品治 ( おおの ほん じ 、 生年 不詳 - 持統 天皇 10 年 ( 696 年 ) 8 月 ? ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +ドゥーフ ・ ハルマ ( Doeff - HalmaDictionary , 通布 字 典 、 道訳 法 児馬 、 ヅーフ ・ ハルマ また は ズーフ ・ ハルマ と も 表記 さ れ る ) は 、 江戸 時代 後期 に 編纂 さ れ た 蘭和 辞典 。 +有栖川 駅 ( ありすがわ えき ) は 、 京都 市 右京 区 嵯峨野 神ノ 木町 に あ る 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 の 鉄道 駅 。 +概要 +平知 忠 ( たいらの とも ただ 、 治承 4 年 ( 1180 年 ) - 建久 7 年 6 月 25 日 ( 旧暦 ) ( 1196 年 7 月 22 日 ) ) は 、 平安 時代 末期 の 平家 一門 。 +坊門家 ( ぼうもん け ) は 、 鎌倉 時代 から 室町 時代 に かけ て 存在 し た 公家 。 +陣幕 久五郎 ( じんまく きゅうごろう 、 文政 12 年 5 月 3 日 ( 旧暦 ) ( 1829 年 6 月 4 日 ) - 明治 36 年 ( 190 3 年 ) 10 月 21 日 ) は 、 江戸 時代 の 相撲 力士 。 +街道 ( かいどう ) と は 、 ある 場所 と 場所 を 陸上 で つな ぐ 交通 路 ・ 道路 の こと で あ る 。 +藤原 宗通 ( ふじわら の むね みち 、 延久 3 年 ( 10 71 年 ) - 保安 ( 元号 ) 元年 7 月 22 日 ( 旧暦 ) ( 1120 年 8 月 17 日 ) ) は 、 平安 時代 後期 の 官人 。 +寺子 屋 ( てらこや ) と は 、 江戸 時代 の 庶民 を 対象 と し た 教育 施設 で あ る 。 +く な い と は 、 忍者 が 使用 し た 小型 の 道具 で あ る 。 +大炊 御門 家 孝 ( おおい の みかど いえ た か 、 延享 4 年 1 月 25 日 ( 旧暦 ) ( 1747 年 3 月 6 日 ) - 寛政 11 年 5 月 13 日 ( 旧暦 ) ( 1799 年 6 月 16 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +延鎮 ( えんちん 、 生没年 不詳 ) は 、 平安 時代 前期 の 法相 宗 の 僧 。 +九鬼ヶ坂 ( く きがさか ) は 京都 府 南丹 市 美山 町 ( 京都 府 ) 上平屋 に あ る 峠 。 +西園寺 致季 ( さいおん じ むねすえ 、 天和 ( 日本 ) 3 年 11 月 9 日 ( 旧暦 ) ( 1683 年 12 月 26 日 ) - 宝暦 6 年 7 月 4 日 ( 旧暦 ) ( 1756 年 7 月 30 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +口分田 ( くぶんでん ) と は 、 律令 制 に お い て 、 民衆 へ 一律 に 支給 さ れ た 農地 で あ る 。 +徳川 昭武 ( とくがわ あきた け ) は 、 清水 徳川 家 第 6 代 当主 、 のち 水戸 藩 最後 ( 第 11 代 ) の 藩主 。 +磐撞 別命 ( いわつ く わけ の みこと 、 生没年 不詳 ) は 、 記紀 など に 伝え る 古墳 時代 初期 の 皇族 ( 王族 ) 。 +祭神 ( さいじん ) と は 、 ある 神社 に つ い て 、 そこ に 祀 ら れ て い る 神 ( 神道 ) を 指 す 言葉 で あ る 。 +佐竹 昌義 ( さたけ まさよし 、 承暦 5 年 ( 1081 年 ) - 久安 3 年 ( 1147 年 ) ? ) は 、 平安 時代 の 武将 。 +くちこ ( 海鼠子 、 口子 ) は 、 ナマコ の 卵巣 で あ る 。 +北山 駅 ( きたやま えき ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) に あ る 、 京都 市営 地下 鉄 烏丸 線 の 鉄道 駅 。 +神余 親綱 ( かなまり ちかつ な 、 大永 6 年 ( 1526 年 ) ? - 天正 8 年 7 月 2 日 ( 旧暦 ) ( 1580 年 8 月 2 日 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +二階堂 行忠 ( に かいどう ゆき ただ 、 1221 年 ( 承久 3 年 ) - 1290 年 12 月 24 日 ( 正応 3 年 11 月 21 日 ( 旧暦 ) ) ) は 、 二階堂 行盛 の 子 で 鎌倉 幕府 の 政所 執事 。 +田荘 ( たどころ ) と は 古墳 時代 に 設け られ た 土地 や 人民 の 支配 制度 の 一 つ で 、 豪族 たち が 支配 し た 私有 地 の こと を 指 す 。 +平善 棟 ( たいら の よしむね / 善棟王 ( よしむねお う ) 、 生年 未詳 - 天長 6 年 6 月 22 日 ( 旧暦 ) ( 82 9 年 7 月 26 日 ) ) は 平安 時代 前期 の 賜姓 皇族 。 +関東 申次 ( かんとう もう しつぎ ) は 、 関東 執奏 ( かんとう しっそう ) と も 言 い 、 鎌倉 時代 の 朝廷 に 設け られ た 役職 で 鎌倉 幕府 側 の 六波羅 探題 と とも に 、 朝廷 ・ 院政 と 幕府 の 間 の 連絡 ・ 意見 調整 を 行 っ た 。 +珣子 内 親王 ( じゅん し な い しんのう 、 延慶 4 年 2 月 23 日 ( 1311 年 3 月 13 日 ) - 延元 2 年 / 建武 4 年 5 月 12 日 ( 1337 年 6 月 11 日 ) ) は 後醍醐 天皇 の 中宮 。 +念 阿弥 慈恩 ( ねん なみじおん 、 ? - 没年 不詳 ) は 日本 の 南北朝 時代 ( 日本 ) から 室町 時代 に かけ て の 剣客 、 禅僧 。 +正親町 三条 実彦 ( おおぎまち さんじょうさねひこ 、 元禄 16 年 10 月 30 日 ( 旧暦 ) ( 170 3 年 12 月 8 日 ) - 享保 10 年 8 月 28 日 ( 旧暦 ) ( 1725 年 10 月 4 日 ) は 、 江戸 時代 中期 の 廷臣 。 +源 有光 ( みなもと の ありみつ 、 長元 10 年 1 月 12 日 ( 旧暦 ) ( 10 3 7 年 1 月 30 日 ) - 応徳 3 年 10 月 2 日 ( 旧暦 ) ( 1086 年 11 月 10 日 ) ) は 、 平安 時代 後期 の 武将 。 +金屋子神 ( かなや ご かみ 、 かなやこ かみ 、 等 ) と は 、 中国 地方 を 中心 に 、 鍛冶屋 に 信仰 さ れ る 神 ( 神道 ) 。 +廬山 寺 ( ろざんじ ) は 京都 市 上京 区 に あ る 天台 系 の 仏教 寺院 。 +市司 ( いち の つかさ ) は 律令 制 日本 の 律令 制 に お い て 京職 に 属 する 機関 。 +妃 ( ひ ) と は 、 後宮 に おけ る 后妃 の 身分 の 1 つ 。 +平生 業成 ( へ い ぜいごう じょう ) は 、 「 平生 に 業事 成弁 ( 生き て い る 平生 に 、 往生 の 業事 が 、 完成 ( 成 弁 ) する ) 」 と い う 意味 の 浄土 真宗 の 言葉 で あ る 。 +近藤 勇五郎 ( こんどう ゆうごろう 、 嘉永 4 年 12 月 2 日 ( 旧暦 ) ( 1851 年 12 月 24 日 ) - 昭和 8 年 ( 1933 年 ) 2 月 23 日 ) は 幕末 ・ 明治 の 剣客 で あ る 。 +縁側 ( えんがわ ) は 、 日本 の 日本 の 住宅 に 独特 の 構造 で 、 家屋 の 建物 の 縁 ( へり ) 部分 に 張り出 し て 設け られ た 板敷き 状 の 通路 で あ る 。 +真如 ( しんにょ 、 天和 ( 日本 ) 2 年 ( 1682 年 ) - 延享 元年 10 月 2 日 ( 旧暦 ) ( 1744 年 11 月 5 日 ) ) は 、 浄土 真宗 の 僧 で 、 東本願 寺 第 17 代 法 主 。 +現在 一般 に 販売 さ れ て い る 千 枚 漬 ( せん まい づけ ) と は 、 蕪 ( かぶ ) を 薄 く 切 っ て 昆布 、 唐辛子 と とも に 酢漬け に し た 京都 の 伝統 的 な 漬物 で あ る 。 +稚児 ( ちご ) に は 、 概ね 、 以下 の 意味 が あ る 。 +多田 経実 ( ただつねざね 、 生没年 不詳 ) は 鎌倉 時代 初期 の 武士 。 +京極 氏 ( きょうごく し ) は 日本 の 武家 の ひと つ 。 +神仏 習合 ( しんぶつ しゅうごう ) と は 、 土着 の 信仰 と 仏教 信仰 を 折衷 し て 、 一 つ の 信仰 体系 と し て 再 構成 ( 習合 ) する こと 。 +安斗 智徳 ( あと の ち とこ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +二 代 目林 又 一郎 ( に だい め はやし また いちろう 、 1893 年 ( 明治 26 年 ) 7 月 3 日 - 1966 年 ( 昭和 41 年 ) 12 月 31 日 ) は 、 大阪 の 歌舞伎 役者 。 +本庄 時 家 ( ほん じょう と き いえ 、 生没年 不詳 ) は 、 鎌倉 時代 前期 の 武蔵 国 児玉 党 の 武将 ( 実質 的 に 児玉 党 本 宗家 を 継 い だ ) 。 +倭国 ( わこく ) は 、 古代 の 中国 の 諸王朝 や その 周辺 諸国 が 、 当時 日本 列島 に あ っ た 政治 勢力 あるいは 地域 を 指 し て 用い た 呼称 。 +まいづる と は 、 西 日本 旅客 鉄道 が 京都 駅 ~ 東舞鶴 駅間 を 山陰 本線 ・ 舞鶴 線 経由 で 運行 する 特別 急行 列車 。 +町野 主水 ( まち の もんど 、 天保 10 年 11 月 25 日 ( 旧暦 ) ( 1839 年 12 月 30 日 ) - 大正 12 年 ( 1923 年 ) 6 月 9 日 ) は 、 幕末 の 会津 藩 士 。 +三方 ( さんぼう 、 さんぽう ) と は 、 神道 の 神事 に お い て 使 わ れ る 、 神饌 を 載せ る ため の 台 で あ る 。 +三輪山 ( みわやま ) は 、 奈良 県 の 最北部 一帯 の 奈良 盆 地 の 南東部 も 位置 する 奈良 県 桜井 市 の 南東部 に そびえる 、 なだらか な 円錐 形 の 山 で あ る 。 +塩津 哲生 ( し おつ あきお 、 1945 年 ( 昭和 20 年 ) 1 月 22 日 - ) は 、 能 シテ 方 喜 多 流 の 能楽師 。 +御所 +黄檗 駅 ( おうばく えき ) は 、 京都 府 宇治 市 に あ る 、 京阪 電気 鉄道 ・ 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 駅 。 +正親町 三条 公仲 ( おおぎまち さんじょう きみ なか 、 弘治 ( 日本 ) 3 年 4 月 20 日 ( 旧暦 ) ( 155 7 年 5 月 18 日 ) - 文禄 3 年 6 月 26 日 ( 旧暦 ) ( 1594 年 8 月 12 日 ) ) は 、 安土 桃山 時代 の 公家 ( 公卿 ) 。 +海岸 防禦 御 用掛( かいがん ぼうぎょ ご ようがかり ) は 、 江戸 幕府 の 職名 の 一 つ 。 +院 庁 牒 ( いんの ちょうちょう ) は 、 太上 天皇 の 院庁 より 、 被管 関係 に な い 官司 や 僧綱 など に 対 し て 出 し た 牒形式 の 命令 文書 。 +天正 大 地震 ( てんしょう おお じしん ) は 、 天正 13 年 11 月 29 日_ ( 旧暦 ) ( 1586 年 1 月 18 日 ) に 発生 し た 地震 で あ る 。 +従 五 位 ( じゅご い ) と は 、 日本 の 位 階 及び 神階 に おけ る 位 の ひと つ 。 +堀尾 忠晴 ( ほり お ただはる 、 慶長 4 年 ( 1599 年 ) - 寛永 10 年 9 月 24 日 ( 旧暦 ) ( 1633 年 10 月 26 日 ) ) は 、 江戸 時代 の 外様 大名 。 +青鷺 火 ( あおさぎ び 、 あおさぎ の ひ ) は 、 サギ の 体 が 夜間 など に 青白 く 発光 する と い う 日本 の 怪 現象 。 +他阿 ( たあ 、 嘉禎 3 年 ( 1237 年 ) - 文保 3 年 1 月 28 日 ( 旧暦 ) ( 1319 年 2 月 18 日 ) ) は 、 鎌倉 時代 後期 の 時宗 の 僧 。 +山門 駅 ( さん もん えき ) は 、 京都 府 京都 市 左京 区 に あ る 宗教 法人 鞍馬 寺 が 運行 する ケーブル カー 、 鞍馬 山 鋼索 鉄道 の 鉄道 駅 で あ る 。 +北大路 通 ( きたおおじ どおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 +割符 ( さいふ / わっぷ ) と は 、 中世 日本 に お い て 遠隔 地間 の 金銭 取引 など の 決済 の ため に 用い られ た 証紙 で 、 日本 に おけ る 為替 の 元 と な っ た 。 +四 鏡 ( しきょう ) は 平安 時代 後期 から 室町 時代 前期 まで に 成立 し た 「 鏡物 ( かがみもの ) 」 と 呼 ば れ る 『 大鏡 』 ・ 『 今鏡 』 ・ 『 水鏡 』 ・ 『 増鏡 』 の 4 つ の 歴史 物語 ( 歴史 書 ) 。 +聖護 院 宮 嘉言 親王 ( しょうご いんの みや よしこ としん のう ) 、 文政 4 年 1 月 26 日 ( 旧暦 ) ( 182 1 年 2 月 28 日 ) - 慶応 4 年 8 月 11 日 ( 旧暦 ) ( 1868 年 9 月 26 日 ) ) は 、 江戸 時代 末期 、 明治 時代 の 日本 の 皇族 。 +閑院宮 直仁 親王 ( かんいんの みや なお ひと しんのう 、 宝永 元年 9 月 9 日 ( 旧暦 ) ( 170 4 年 10 月 7 日 ) - 宝暦 3 年 6 月 3 日 ( 旧暦 ) ( 175 3 年 7 月 3 日 ) ) は 江戸 時代 の 皇族 。 +夢窓 疎石 ( むそう そ せき 、 道号 が 夢窓 、 法諱 が 疎石 、 建治 元年 ( 1275 年 ) - 観応 2 年 9 月 30 日 ( 旧暦 ) ( 1351 年 10 月 20 日 ) ) は 、 鎌倉 時代 末 から 南北朝 時代 ( 日本 ) 、 室町 時代 初期 に かけ て の 臨済 宗 の 禅僧 。 +丸毛 兼利 ( まる もかね とし 、 生年 不詳- 正保 4 年 1 月 28 日 ( 旧暦 ) ( 1647 年 3 月 4 日 ) ) は 、 安土 桃山 時代 の 武将 。 +集外 三十 六 歌仙 ( しゅうがい さんじゅう ろっ かせん ) は 、 室町 時代 から 江戸 時代 初頭 に かけ て の 歌人 を 三十 六 歌仙 に 倣 っ て 取り上げ た もの 。 +榎本 武揚 ( えの もと たけあき 、 天保 7 年 8 月 25 日 ( 旧暦 ) ( 1836 年 10 月 5 日 ) - 明治 41 年 ( 190 8 年 ) 10 月 26 日 ) は 、 江戸 幕末 ~ 明治 期 の 武士 ・ 幕臣 、 政治 家 。 +被布 ( ひふ ) と は 、 着物 の 上 に 羽織 る 上着 の 一種 。 +武道 ( ぶどう ) と は 、 伝統 的 な 日本 武術 ( 古武道 ) から 発展 し た もの で 、 人 を 殺傷 ・ 制圧 する 技術 に 、 その 技 を 磨 く 稽古 を 通 じ て 人格 の 完成 を めざ す 、 と い っ た 芸道 の 面 が 加わ っ た もの で あ る 。 +藤原 定頼 ( ふじわら の さだより 、 長徳 元年 ( 995 年 ) - 寛徳 2 年 1 月 19 日 ( 旧暦 ) ( 1045 年 2 月 8 日 ) ) は 平安 時代 中期 の 公家 ・ 歌人 。 +腰巻 ( こしまき ) +宋銭 ( そうせん ) と は 、 中国 ・ 北宋 代 に 鋳造 さ れ た 貨幣 で あ る 銅銭 の こと で あ る 。 +孤峰 覚明 ( こほうかく みょう 、 文永 8 年 ( 12 71 年 ) - 康安 元年 / 正平 ( 日本 ) 16 年 5 月 24 日 ( 旧暦 ) ( 1361 年 6 月 27 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 臨済 宗 の 僧 。 +尊純 法 親王 ( そんじゅん ほっ しん の う 、 天正 19 年 10 月 16 日 ( 旧暦 ) ( 1591 年 12 月 1日 ) - 承応 2 年 5 月 26 日 ( 旧暦 ) ( 1653 年 6 月 21 日 ) ) は 、 江戸 時代 前期 の 天台 宗 の 僧 。 +細川 政元 ( ほそかわ まさもと ) は 、 室町 時代 中後期 の 守護 大名 。 +往馬 坐 伊古 麻都 比古 神社 ( いこま に ますいこまつ ひ こ じんじゃ ) は 、 奈良 県 生駒 市 に あ る 神社 で あ る 。 +東野 駅 ( ひがしの えき ) は 、 京都 市 山科 区 に あ る 、 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 +手刀 ( しゅとう 、 てがたな ) +足利庄 ( あしかが の しょう ) は 、 下野 国 足利 郡 ( 栃木 県 足利 市 ) に あ っ た 荘園 。 +横浜 一庵 ( よこはま いちあん 、 天文 ( 元号 ) 19 年 ( 1550 年 ) - 文禄 5 年 閏 7 月 13 日 ( 旧暦 ) ( 1596 年 9 月 5 日 ) ) は 、 安土 桃山 時代 の 大名 。 +家道 ( かどう ) と は 、 特定 の 家 に お い て 代々 伝え られ て き た 技能 ・ 芸能 の こと 。 +山口 宗永 ( やまぐち むねなが 、 生年 不詳- 慶長 5 年 8 月 3 日 ( 旧暦 ) ( 160 0 年 9 月 10 日 ) ) は 、 戦国 時代 ( 日本 ) 後期 から 江戸 時代 初期 の 大名 で 加賀 国 大聖寺 六 万 石 余 。 +尾崎 局 ( おざき の つぼね 、 152 7 年 ( 大永 7 ) - 15 72 年 ( 元亀 3 ) ) は 、 戦国 時代 ( 日本 ) の 女性 。 +小 正月 ( こしょう がつ ) と は 、 正月 の 望 の 日 ( 満月 の 日 、 1 月 15 日 ( 旧暦 ) ) の こと 。 +画讃 ( が さん ) +田原 の 御田 ( たわら の おんだ ) は 、 京都 府 南丹 市 日吉町 ( 京都 府 ) 田原 地区 に あ る 多治 神社 で 、 毎年 5 月 3 日 に 行 わ れ る 神事 で あ る 。 +雅楽 ( が がく ) は 、 日本 、 中国 、 朝鮮 半島 、 ベトナム の 伝統 的 な 音楽 の 一 つ 。 +五 節 舞 、 五節 の 舞 ( ごせち の まい ) と は 、 大嘗 祭 や 新嘗 祭 に 行 わ れ る 豊明 節会 で 、 大歌 所 の 別当 が 歌 う 大歌 に 合わせ て 舞 わ れ る 、 4 ~ 5 人 の 舞姫 に よ っ て 舞 わ れ る 舞 。 +比佐津 媛 ( ヒサツヒメ ) は 大分 県 日田 市 大字 日高 に あ る 會所 ( よそ ) 神社 に 祀 ら れ て い る 女神 。 +私塾 ( しじゅく ) と は 、 中国 や 江戸 時代 の 日本 に おけ る 民間 ( 秀才 及び 元 長官 など が 先生 と な っ た ) の 教育 機関 で あ る 。 +役 小角 ( えん の おづの 、 えん の おづぬ 、 えん の おつ の 、 634 年 伝 - 70 6 年 伝 ) は 、 飛鳥 時代 から 奈良 時代 の 呪術 者 で あ る 。 +梛 神社 ( なぎ じんじゃ ) は 、 京都 市 中京 区 壬生 に あ る 神社 で あ る 。 +尋禅 ( じんぜん 、 天慶 6 年 ( 943 年 ) - 永祚 ( 日本 ) 2 年 2 月 17 日 ( 旧暦 ) ( 990 年 3 月 16 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +塑像 ( そぞう ) は 、 粘土 を 素材 と し た 像 。 +湯浅 宗貞 ( ゆあさむ ねさ だ 、 生没年 不詳 ) は 、 戦国 時代 ( 日本 ) の 武将 。 +源 定房 ( みなもと の さだふさ 、 大治 ( 日本 ) 5 年 ( 1130 年 ) - 文治 4 年 7 月 17 日 ( 旧暦 ) ( 1188 年 8 月 11 日 ) ) は 平安 時代 後期 の 公卿 。 +勧修 寺 婧子 ( かじゅう じ ただ こ 、 安永 ( 元号 ) 9 年 11 月 6 日 ( 旧暦 ) ( 1780 年 12 月 1日 ) - 天保 14 年 3 月 21 日 ( 旧暦 ) ( 1843 年 4 月 20 日 ) ) は 、 光格 天皇 の 典侍 で 、 仁孝 天皇 の 生母 。 +永仁 の 徳政令 ( えいにん の とく せい れい ) は 、 1297 年 ( 永仁 5 年 ) に 鎌倉 幕府 の 9 代 執権 北条 貞時 が 発令 し た 、 日本 で 最初 の 徳政令 と さ れ る 。 +六条 有房 ( ろくじょう ありふさ 、 建長 3 年 ( 1251 年 ) - 元応 元年 7 月 2 日 _ ( 旧暦 ) ( 1319 年 7 月 19 日 ) ) は 、 鎌倉 時代 後期 の 公卿 ・ 歌人 。 +銅鏡 ( どう きょう ) は 、 銅合 金 製 の 鏡 で あ る 。 +藤堂 高邦 ( とうどう たか く に ) は 、 伊勢 久居 藩 の 第 16 代 ( 最後 ) の 藩主 。 +弓削 元 宝 ( ゆげ の がん ほう ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +官司 ( かんし ) と は 、 古代 日本 に おけ る 官庁 及び 官人 の こと 。 +護摩 ( ごま ) と は 、 サンスクリット の ホーマ を 音訳 し て 書き 写 し た 語 で あ る 。 +明治 維新 ( めいじ いしん ) は 、 江戸 幕府 に よ る 幕藩 体制 から 、 明治 政府 に よ る 倒幕 運動 および 天皇 親政 体制 の 転換 と 、 それ に 伴 う 一連 の 戦争 ( 戊辰 戦争 ) ・ 改革 を い う 。 +藤原 伊尹 ( ふじわら の これ ただ 、 延長 ( 元号 ) 2 年 ( 924 年 ) - 天禄 3 年 11 月 1日 ( 旧暦 ) ( 97 2 年 12 月 14 日 ) ) は 平安 時代 中期 の 公卿 。 +片町 駅 ( かたまち えき ) は 、 大阪 府 大阪 市 都島 区 に あ っ た 鉄道 駅 で 歴史 上 以下 の 二 つ が あ っ た が 今 は いずれ も 廃止 さ れ て い る 。 +島津 歳久 ( しまづ としひさ 、 天文 ( 元号 ) 6 年 ( 1537 年 ) - 天正 20 年 7 月 18 日 ( 旧暦 ) ( 1592 年 8 月 25 日 ) ) は 島津 貴久 の 三男 で 、 島津 義久 、 島津 義弘 の 弟 。 +トヨウケビメ は 、 日本 神話 に 登場 する 神 。 +半家 ( はんけ ) と は 鎌倉 時代 以降 に 成立 し た 公卿 の 家格 で 堂上 家 の 中 で も 最 下位 の 家柄 で あ る 。 +初宮 参り ( はつみ やまいり ) と は 、 赤ちゃん が 無事 に 生誕 1 ヶ月 目 を 迎え た こと を 産土神 に 感謝 し て 報告 する こと を 指 す 。 +伊根 の 舟屋 ( いね の ふなや ) は 、 京都 府 与謝 郡 伊根 町 の 伊根 地区 に あ る 民家 の 種類 の ひと つ で あ る 。 +富小路 家 ( とみの こうじけ ) は 藤原 氏 系 の 堂上 家 。 +岡本 綺堂 ( おかもと きどう 、 明治 5 年 10 月 15 日 ( 1872 年 11 月 15 日 ) - 昭和 14 年 ( 1939 年 ) 3 月 1日 ) は 、 小説 家 、 劇作 家 。 +豊臣 国松 / 羽柴 国松 ( とよとみの ひでより / とよと み くに まつ 、 はしばくに まつ 、 慶長 13 年 ( 160 8 年 ) - 慶長 20 年 5 月 23 日 ( 旧暦 ) ( 1615 年 6 月 19 日 ) ) は 、 豊臣 秀頼 の 子 。 +長享 ・ 延徳 の 乱 ( ちょうきょう ・ えんとく の らん ) と は 、 室町 時代 後期 の 長享 元年 ( 1487 年 ) と 延徳 3 年 ( 1491 年 ) の 2 度 に 亘 っ て 室町 幕府 が 行 っ た 近江 国 守護 ・ 六角 高頼 に 対 する 親征 で 、 六角 征伐 と も 言 わ れ る 。 +三 段 池 公園 ( さん だん いけ こうえん ) は 、 京都 府 福知 山 市 に あ る 公園 。 +倭迹 迹稚 屋 姫命 ( やまと と と わか や ひめ の みこと 、 生没年 不詳 ) は 、 孝霊 天皇 の 皇女 。 +徳大寺 公能 ( とくだいじ きん よし 、 永久 ( 元 号 ) 3 年 ( 1115 年 ) - 永暦 2 年 8 月 11 日 ( 旧暦 ) ( 1161 年 9 月 2 日 ) ) は 平安 時代 後期 の 公卿 。 +巫 ( ふ 、 かんなぎ ) は 、 巫覡 ( ふげき ) と も 言 い 、 神 を 祀 り 神 に 仕え 、 神意 を 世俗 の 人々 に 伝え る こと を 役割 と する 人々 を 指 す 。 +大石造 酒蔵 ( おおいし   みきぞう 、 ? - 慶応 2 年 2 月 5 日 ( 旧暦 ) ( 1866 年 3 月 21 日 ) ) は 、 幕末 の 一橋 徳川 家 家臣 。 +鉄剣 ・ 鉄刀 銘文 ( てっけん ・ てっとう めい ぶん ) は 、 鉄剣 また は 鉄刀 に 刻 ま れ た 文字 や 文章 の こと 。 +浦安 の 舞 ( うらやす の まい ) は 、 神楽 ( 巫女 舞 ) の 1 つ 。 +国分寺 ( こくぶんじ ) は 、 奈良 県 橿原 市 北 八木 2 丁目 に あ る 浄土 宗 の 寺院 。 +長勢 ( ちょうせい 、 寛弘 7 年 ( 1010 年 ) - 寛治 5 年 11 月 9 日 ( 旧暦 ) ( 1091 年 12 月 21 日 ) ) は 、 平安 時代 中期 の 仏師 。 +荒田尾 赤麻呂 ( あらた お の あかまろ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +尾張馬身 ( おわり の まみ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +玄恵 ( げんえ ・ げんね 、 生年 不詳- 正平 ( 日本 ) 5 年 / 観応 元年 3 月 2 日 ( 旧暦 ) ( 1350 年 4 月 9 日 ) ) は 、 南北朝 時代 ( 日本 ) の 天台 宗 の 僧 ・ 儒学 者 。 +和田 高家 ( にぎ たたか いえ ) は 、 南北朝 時代 ( 日本 ) の 武将 。 +平通盛 ( たいら の みちもり ) は 、 平安 時代 末期 の 武将 。 +源義重 ( みなもと の よししげ / 新田 義重 に った よししげ ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 河内 源 氏 の 武将 。 +島津 創業 記念 資料 館 ( しまづ そうぎょう きねん しりょうかん ) は 、 島津 製作 所 が 1975 年 に 創業 100 周年 を 記念 し て 、 創業 者 の 島津 源蔵 を 偲 ん で 開設 し た 資料 館 。 +聖武 天皇 ( しょうむ てんのう 、 大宝 ( 日本 ) 元年 ( 70 1 年 ) - 天平 勝宝 8 年 5 月 2 日 ( 旧暦 ) ( 75 6 年 6 月 4 日 ) 、 在位 : 神亀 元年 2 月 4 日 ( 旧暦 ) ( 72 4 年 3 月 3 日 ) - 天平 勝宝 元年 7 月 2 日 ( 旧暦 ) ( 74 9 年 8 月 19 日 ) ) は 奈良 時代 の 第 45 代 天皇 で あ る 。 +伊治 呰 麻呂 ( これ はり の あざまろ 、 これ はる の あざまろ 、 生没年 不明 ) は 、 日本 の 奈良 時代 の 陸奥 国 ( 後 の 陸前 国 ) の 蝦夷 の 指導 者 で あ る 。 +古都 保存 協力 税 ( こと ほぞん きょうりょくぜい ) は 、 かつて 京都 市 が 制定 し た 税 条例 に 基づ き 実施 さ れ た 地方 税 の ひと つ で あ る 。 +薩長 同盟 ( さっ ちょうどうめい ) は 、 江戸 時代 後期 の 慶応 2 年 1 月 21 日 ( 旧暦 ) ( 1866 年 3 月 7 日 ) に 幕末 の 薩摩 藩 と 長州 藩 の 間 で 締結 さ れ た 政治 的 、 軍事 的 同盟 で あ る 。 +隆姫 女王 ( たかひめじょおう 、 長徳 元年 ( 995 年 ) - 寛治 元年 11 月 22 日 ( 旧暦 ) ( 1087 年 12 月 19 日 ) ) は 村上 天皇 第 7 皇子 ・ 具平 親王 の 長女 。 +吉野 の 盟約 と は 天武 天皇 と 皇后 の 持統 天皇 が その 間 に も うけ た 草壁 皇子 を 次期 天皇 で あ る と 宣言 し た 盟約 。 +松平 容保 ( まつだいら かたもり ) は 、 幕末 の 大名 ・ 陸奥 国会津 藩 9 代 目 藩主 で あ り 、 また 最後 の 藩主 で も あ る 。 +雲章 一 慶 ( うんしょう いっ けい 、 至徳 ( 日本 ) 3 年 / 元中 3 年 5 月 12 日 ( 旧暦 ) ( 1386 年 6 月 9 日 ) - 寛正 4 年 1 月 23 日 ( 旧暦 ) ( 1463 年 2 月 11 日 ) ) は 、 室町 時代 中期 の 臨済 宗 の 僧 。 +興利 倭船 ( こうり わせん ) と は 、 室町 時代 、 日本 から 朝鮮 へ 交易 のみ を 目的 に 訪れ た 商船 の こと を 指 す 。 +的屋 ( てきや ) と は 、 祭礼 ( 祭り ) や 市 や 縁日 など が 催 さ れ る 、 境内 、 参道 や 門前 町 に お い て 屋台 や 露天 で 出店 し て 食品 や 玩具 等 を 売 る 小売 商 を 指 す 。 +小倉 駅 ( おぐら えき ) は 、 京都 府 宇治 市 小倉町 神楽田 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +五条 頼元 ( ご じょう   より も と 、 正応 3 年 ( 1290 年 ) - 正平 ( 日本 ) 22 年 ( 1367 年 ) 5 月 ) は 、 南北朝 時代 ( 日本 ) の 公家 。 +即非 如一 ( そく ひにょいつ 、 万暦 44 年 5 月 14 日 ( 旧暦 ) ( 1616 年 6 月 27 日 ) - 寛文 11 年 5 月 20 日 ( 旧暦 ) ( 16 7 1 年 6 月 26 日 ) ) は 、 江戸 時代 前期 中国 の 明 から 渡来 し た 臨済 宗 黄檗 派 ( 黄檗 宗 ) の 僧 。 +びわ 湖 パラダイス ( びわ こ パラダイス ) は 、 かつて 滋賀 県 大津 市 に あ っ た びわ 湖 温泉 ( ホテル 紅葉 ( 現在   旅亭 紅葉 ) ) と 併設 さ れ て い た 、 温泉 宿泊 施設 ( 健康 センター ) 併設 型 の レジャー 施設 ・ 遊園 地 で あ る 。 +備 ( そなえ ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 に お い て 戦時 に 編成 さ れ た 部隊 。 +川上 忠兄 ( かわかみ ただえ 、 永禄 2 年 ( 1559 年 ) - 元和 ( 日本 ) 8 年 3 月 23 日 ( 旧暦 ) ( 1622 年 5 月 3 日 ) ) は 戦国 時代 ( 日本 ) から 江戸 時代 の 武将 。 +西園寺 実韶 ( さいおんじ さねつ ぐ 、 安永 6 年 12 月 7 日 ( 旧暦 ) ( 1778 年 1 月 5 日 ) - 天明 6 年 11 月 23 日 ( 旧暦 ) ( 1787 年 1 月 12 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +皇極 天皇 ( こうぎょく てんのう 、 推古 天皇 2 年 ( 594 年 ) - 斉明 天皇 7 年 7 月 24 日 ( 旧暦 ) ( 661 年 8 月 24 日 ) は 、 日本 の 第 35 代 天皇 ( 在位 : 皇極 天皇 元年 1 月 15 日 ( 旧暦 ) ( 642 年 2 月 19 日 ) - 4 年 6 月 14 日 ( 旧暦 ) ( 645 年 7 月 12 日 ) ) 。 +芸妓 ( げいぎ ) と は 、 日本 舞踊 や 音曲 ・ 長唄 囃子 で 宴席 に 興 を 添え 、 客 を もてな す 芸者 芸子 の こと 。 +麩 ( ふ ) は 、 グルテン を 主原料 と し た 加工 食品 。 +菩提泉 ( ぼだいせん ) と は 、 平安 時代 中期 から 室町 時代 末期 に かけ て 、 もっとも 上質 で 高級 で あ っ た 日本 酒 と さ れ る 銘柄 名 。 +高橋 道八 ( たかはしどう はち ) は 京焼 ( 清水 焼 ) の 窯元 の 一 つ で 、 陶芸 家 の 名跡 。 +光源 氏 ( ひかる げんじ ) は 、 紫式 部 の 物語 『 源氏 物語 』 の 主人 公 で あ る 。 +上 御 霊前通 ( かみごりょう まえ どおり ) は 京都 市 内 の 東西 の 通り の 一 つ 。 +地車 囃子 ( だんじり ばやし ) と は 、 地車 曳行 の 際 に 演奏 さ れ る 祭囃子 の こと で あ る が 、 何 ら か の 事情 で 山車 ( 地車 ) を 保有 し て い な い 大阪 市 北部 を 中心 と し た 地域 など で 、 地車 と は 独立 し た 音楽 と し て 舞台 や 櫓 ( 矢倉 ) 、 さらに 船渡 御 の 船 等 に お い て 「 へたり 」 で 演奏 ・ 奉納 さ れ る 祭囃子 の こと で も あ る 。 +仁覚 ( にんかく 、 寛徳 2 年 ( 1045 年 ) - 康和 4 年 3 月 28 日 ( 旧暦 ) ( 110 2 年 4 月 17 日 ) ) は 平安 時代 後期 の 天台 宗 の 僧 。 +解放 令 反対 一揆 ( かいほうれい はんたい いっき ) は 、 日本 の 明治 時代 はじめ に 各地 で おき た 暴動 、 襲撃 事件 で 、 解放 令 に 反対 し て 起こ さ れ た 。 +玩 辞楼 十 二 曲 ( がんじろう じゅう に きょく ) は 、 中村 鴈治郎 ( 初代 ) が 撰 じ た 成駒 屋 中村 鴈治郎 の お 家芸 。 +京極 高 供 ( きょうごく たか と も 、 元和 ( 日本 ) 9 年 1 月 24 日 ( 旧暦 ) ( 1623 年 2 月 23 日 ) - 延宝 2 年 2 月 28 日 ( 旧暦 ) ( 167 4 年 4 月 4 日 ) ) は 、 丹後 国峰山 藩 の 第 2 代 藩 主 。 +東向 観音寺 ( ひがしむ かいかんの んじ ) は 、 京都 市 上京 区 に あ る 真言 宗 泉涌 寺 派 の 寺院 。 +阿羅漢 ( あらかん 、 サンスクリット : arhat ) は 、 仏教 に お い て 、 尊敬 や 施し を 受け る に 相応し い 聖者 の こと 。 +源信 ( みなもと の まこと 、 弘仁 元年 ( 810 年 ) - 貞観 ( 日本 ) 10 年 閏 12 月 28 日 ( 旧暦 ) ( 869 年 2 月 13 日 ) ) は 平安 時代 前期 の 公卿 。 +臨川 寺 ( りんせんじ ) は 、 京都 市 右京 区 に あ る 臨済 宗 天龍 寺 派 の 寺院 。 +長 白羽 神 ( ながしら は の かみ ) は 古語 拾遺 の 岩戸 隠れ に 登場 する 神 。 +平田 職忠 ( ひらた もと ただ 、 天正 8 年 ( 1580 年 ) - 万治 3 年 6 月 16 日 ( 旧暦 ) ( 16 60 年 7 月 23 日 ) ) は 、 安土 桃山 時代 ・ 江戸 時代 初期 の 地下 家 官人 。 +鈴木 三樹三郎 ( すずき みきさぶろう 、 天保 8 年 7 月 15 日 ( 旧暦 ) ( 1837 年 8 月 15 日 ) - 大正 8 年 ( 1919 年 ) 7 月 11 日 ) は 、 新 選 組 九 番 隊 組長 、 御陵 衛士 。 +辰巳 芸 者 ( たつみ げいしゃ ) と は 、 江戸 時代 を 中心 に 、 江戸 の 深川 ( 今 の 東京 都 深川 区 ) で 活躍 し た 芸 者 衆 の こと 。 +源 頼義 ( みなもと の より よし ) は 、 平安 時代 中期 の 武将 。 +弘仁寺 ( こうにんじ ) は 、 奈良 市 に あ る 高野山 真言 宗 の 寺院 。 +源 兼 俊母 ( みなもと の かね と しの はは 、 生没年 不詳 ) は 、 平安 時代 後期 の 歌人 。 +山科 言縄 ( やましな ときなお 、 天保 6 年 6 月 20 日 ( 旧暦 ) ( 1835 年 7 月 15 日 ) - 大正 5 年 ( 1916 年 ) 1 1 月 6 日 ) は 、 江戸 時代 末期 の 公家 。 +松平 資尹 ( まつだいら すけただ ) は 、 丹後 国宮津 藩 の 第 2 代 藩 主 。 +奥州 藤原 氏 ( おうしゅう ふじわら し ) は 前九 年 の 役 ・ 後 三 年 の 役 の 後 の 寛治 元年 ( 1087 年 ) から 源 頼朝 に 滅ぼ さ れ る 文治 5 年 ( 1189 年 ) まで の 間 、 陸奥 国 ( 後 の 陸 中国 ) 平泉 を 中心 に 出羽 国 を 含 む 東北 地方 一帯 に 勢力 を 張 っ た 一族 で あ る 。 +大 政所 ( おお まん どころ ) +木魚 達磨 ( もくぎょ だるま ) は 、 鳥山 石燕 に よ る 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 で 、 木魚 の 付喪神 。 +木内 峰太 ( きうちみね た 、 生没年 不詳 ) は 、 新 選 組 隊士 。 +島津 貞久 ( しまづ さだひさ 、 1269 年 5 月 10 日 ( 文永 6 年 4 月 8 日 ( 旧暦 ) ) - 1363 年 8 月 12 日 ( 貞治 2 年 / 正平 ( 日本 ) 18 年 7 月 3 日 ( 旧暦 ) ) ) は 島津 氏 第 五 代 当主 。 +玄愷 ( げんがい ) は 、 奈良 時代 の 東大 寺僧 。 +藤原 輔子 ( ふじわら の ほし / すけこ 、 生没年 不詳 ) は 、 平安 時代 後期 の 女官 。 +曽爾 高原 ( そ に こうげん ) は 、 奈良 県 宇陀 郡 曽爾 村 大字 太郎 路 に あ る 高原 。 +稲葉 紀通 ( いなば のりみち 、 慶長 8 年 ( 160 3 年 ) - 慶安 元年 8 月 20 日 ( 旧暦 ) ( 1648 年 10 月 6 日 ) ) は 、 伊勢 国田 丸藩 の 第 2 代 藩 主 。 +長浜 びわ こ 大仏 ( ながはま びわ こ だいぶつ ) は 、 滋賀 県 長浜 市 の 平安山 良畴 寺 に あ る 大仏 で あ る 。 +源 師仲 ( みなもと の もろ なか 、 永久 ( 元 号 ) 4 年 ( 1116 年 ) - 承安 ( 日本 ) 2 年 ( 1172 年 5 月 16 日 ) は 、 平安 時代 後期 の 公卿 、 歌人 。 +第 1 次 伊藤 内閣 ( だい 1 じい とう ないかく ) は 、 参議 の 伊藤 博文 が 初代 内閣 総理 大臣 に 任命 さ れ 、 12 月 22 日 から 4 月 30 日 まで 続 い た 内閣 ( 日本 ) 。 +真言 宗 東寺 派 は 、 日本 に おけ る 真言 宗 系 の 仏教 宗 派 。 +社会 主義 協会 ( しゃかい しゅぎ きょうかい ) と は 、 明治 時代 の 社会 主義 団体 で あ る 。 +後 陽成 天皇 ( ご ようぜい てんのう 、 元亀 2 年 12 月 15 日 ( 15 7 1 年 12 月 31 日 ) - 元和 3 年 8 月 26 日 ( 161 7 年 9 月 25 日 ) 在位 : 天正 14 年 11 月 7 日 ( 1586 年 12 月 17 日 ) - 慶長 16 年 3 月 27 日 ( 161 1 年 5 月 9 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 第 107 代 天皇 で あ る 。 +木梨 軽 皇子 ( きなしの かる のみこ ) は 第 19 代 天皇 で あ っ た 允恭 天皇 の 第 一 皇子 、 皇太子 で あ っ た 。 +真言宗 ( しんごん しゅう ) は 、 空海 ( 弘法 大師 ) に よ っ て 9 世紀 初頭 に 開 か れ た 、 日本 の 仏教 の 宗派 。 +大岡 忠俊 ( おおおかた だ と し 、 元亀 3 年 ( 1572 年 ) - 慶長 5 年 8 月 1日 ( 旧暦 ) ( 160 0 年 9 月 8 日 ) ) は 安土 桃山 時代 の 武将 。 +女院 ( にょいん / にょういん ) と は 、 三后 ( 太皇 太后 ・ 皇太后 ・ 皇后 ) や 、 それ に 準 ずる 身位 ( 准后 、 内親王 など ) の 女性 に 宣下 さ れ た 称号 を 指 し 、 平安 時代 中期 から 明治 維新 まで 続 い た 制度 で あ る 。 +明六 雑誌 ( めいろく ざっし ) は 、 明六 社 の 機関 誌 。 +篠塚 流 ( しのづかりゅう ) と は 、 江戸 時代 の 後期 、 文化 ( 元号 ) ・ 文政 期 ( 180 4 年 - 1830 年 ) に 、 歌舞伎 上方 歌舞伎 所 作事 の 振付 師 ・ 篠塚 文三郎 に よ っ て 創設 さ れ た 上方 舞 最古 の 流派 で あ る 。 +三室戸 寺 ( みむろ と じ ) は 、 京都 府 宇治 市 に あ る 寺院 。 +居留 地 警察 ( きょりゅうち けいさつ ) と は 、 条約 改正 前 の 大 日本 帝国 の 外国 人 居留地 に 置 か れ た 警察 。 +典鑰 ( てんやく ) と は 、 律令 制 に お い て 中務 省 に 属 し た 品官 ( ほんかん ) で あ る 。 +細川 内匠 ( ほそかわ たくみ 、 生没年 不詳 ) は 新 選 組 の 前身 、 壬生 浪士 組 の 隊士 で あ る 。 +袱紗 ( ふくさ ) +『 増基 法 師 集 』 ( ぞうき ほう ししゅう ) は 平安 時代 の 歌集 。 +評論 新聞 ( ひょうろん しんぶん ) と は 明治 時代 に 存在 し た 定期 刊行 物 。 +一条 輝良 ( いちじょう てる よし 、 宝暦 6 年 11 月 7 日 ( 旧暦 ) ( 1756 年 11 月 28 日 ) - 寛政 7 年 10 月 14 日 ( 旧暦 ) ( 1795 年 11 月 25 日 ) ) は 、 江戸 時代 の 公卿 。 +豪族 ( ごうぞく ) と は 、 国家 や 諸侯 など の 広域 政権 の 領域 の 内部 に 存在 し 、 ある 地方 に お い て 多く の 土地 や 財産 や 私兵 を 持 ち 一定 の 地域 的 支配 権 を 持 つ 一族 で あ る 。 +湯 の 花 温泉 ( ゆの はな おんせん ) は 、 京都 府 亀岡 市 ( 旧 国 丹波 国 ) に あ る 温泉 。 +インターネット 参拝 ( インターネット さんぱい ) と は 、 神社 や 寺院 が ホーム ページ を 作成 し て 、 パソコン の 前 で 参拝 を 行 う こと で あ る 。 +日本 酒 に おけ る 健全 醗酵 ( けんぜん はっこう ) と は 、 製法 上 の 概念 の 一 つ で 、 人為 的 もしくは 非 人為 的 に 並行 複 醗 酵 が 阻害 さ れ る こと な く 、 ほんらい の 清酒 酵母 が 自然 に 持 っ て い る 力 が 十 全 に 活か さ れ て のびのび と 醗酵 を 遂げ る こと を い う 。 +本堂 ( ほんどう ) と は 、 仏教 寺院 に お い て 、 本尊 仏 を 安置 する 建物 の 呼称 。 +マキノ トーキー 製作 所 ( - せいさく しょ 、 1935 年 11 月 設立 - 1937 年 4 月 解散 ) は 、 かつて 京都 に 存在 し た 映画 会社 で あ る 。 +通夜 ( つや ) と は 葬儀 前夜 に 夜通し で 行 う 儀式 の 事 。 +三和 町 ( みわちょう ) は 、 かつて 京都 府 天田 郡 に お か れ て い た 町 。 +素麺 ( 索麺 、 そう めん ) は 、 小麦 粉 を 原料 と し た 麺 の ひと つ 。 +亀井 茲矩 ( かめい これ の り 、 1557 年 ( 弘治 ( 日本 ) 3 年 ) - 1612 年 2 月 27 日 ( 慶長 17 年 1 月 26 日 ( 旧暦 ) ) ) は 、 日本 の 武将 。 +御 湯殿 上 日記 ( お ゆどの の うえ の にっき ・ お 湯殿 の 上 の 日記 ) と は 、 宮中 に 仕え る 女官 達 に よ っ て 書き継 が れ た 当番 日記 。 +東大 寺山 古墳 ( とうだいじ やまこふん ) は 、 奈良 県 天理 市 に 所在 する 古墳 時代 前期 中葉 に あた る 4 世紀 後半頃 に 築造 さ れ た 前方 後 円墳 で あ る 。 +ククノチ ( クグノチ と も ) は 、 日本 神話 に 登場 する 木 の 神 ( 神道 ) で あ る 。 +浄土院 ( じょうど いん ) は 、 京都 市 左京 区 銀閣 寺町 に あ る 浄土 宗 の 寺院 。 +宗形清 氏 ( むなかた の きようじ ) は 日本 の 皇族 で 、 宗像 大社 ( 現在 の 福岡 県 宗像 市 ) の 初代 大宮司 。 +宇田川 榕菴 ( うだ がわ よう あん 、 1798 年 3 月 9 日 ( 寛政 10 年 1 月 22 日 ( 旧暦 ) ) - 1846 年 6 月 22 日 ( 弘化 3 年 5 月 29 日 ( 旧暦 ) ) ) は 江戸 時代 後期 の 日本 の 蘭学 者 。 +大島 高任 ( おおしま た かとう 、 文政 9 年 ( 1826 年 ) - 明治 34 年 ( 1901 年 ) ) は 明治 時代 の 鉱山 学 者 。 +小田 為綱 ( おだ ため つな 、 天保 10 年 ( 1839 年 ) - 明治 34 年 ( 1901 年 ) ) は 、 岩手 県 九戸 郡 宇部 村 ( 現 : 久慈 市 宇部 町 ) 出身 の 学者 ・ 教育 者 ・ 政治 家 。 +伊香具 神社 ( いかぐ じんじゃ ) は 、 滋賀 県 伊香 郡 木之本 町 大音 に あ る 神社 で あ る 。 +馬借 ( ばしゃく ) は 馬 を 利用 し 、 荷物 を 運搬 する 輸送 業 者 。 +公家 悪 ( くげあく ) は 歌舞伎 の 役柄 の 一 つ で 、 皇位 を 奪 お う と する 身分 の 高 い 貴族 ( 公家 ) を 表 し て い る 。 +真性 ( しんしょう 、 仁安 ( 日本 ) 2 年 ( 11 67 年 ) - 寛喜 2 年 6 月 14 日 ( 旧暦 ) ( 1230 年 7 月 25 日 ) ) は 、 平安 時代 後期 から 鎌倉 時代 前期 に かけ て の 天台 宗 の 僧 。 +『 善 の 研究 』 は 、 日本 の 哲学 者 、 西田 幾 多郎 が 著 し た 哲学 の 書 。 +武家 の 棟梁 ( ぶけ の とうりょう ) と は 、 武士 集団 の 指導 者 の こと 。 +鴨川 ( かもがわ ) は 、 京都 府 京都 市 を 流れ る 淀川 水系 の 一 級 河川 。 +大谷 光演 ( おおた に こうえん   1875 年 ( 明治 8 年 ) 2 月 27 日 - 1943 年 ( 昭和 18 年 ) 2 月 6 日 ) は 、 浄土 真宗 の 僧 で 、 真宗 大谷 派 第 23 代 法主 。 +仙覚 ( せんがく ) は 鎌倉 時代 初期 に おけ る 天台 宗 の 学問 僧 。 +完全 醗酵 また は 完全 発酵 ( かんぜん はっこう ) と は 、 日本 酒 の 製法 上 の 重要 概念 の 一 つ で 、 並行 複 醗 酵 に お い て 、 酵母 が 日本 酒醪 ( もろみ ) の 中 の 糖分 を ほぼ 分解 し つく し た こと に よ っ て 自然 に 衰弱 し 、 これ に よ っ て 醗酵 作用 が 止ま る こと 、 あるいは 、 そこ まで 自然 に 醗酵 を 全う さ せ る こと を い う 。 +近的 ( きん てき ) は 、 全 日本 弓道 連盟 弓道 競技 規則 に よ っ て 定め られ た 、 弓道 競技 種目 の 一種 。 +羽柴 氏 ( は しばうじ ) は 、 豊臣 秀吉 に よ っ て 創始 さ れ た 一族 。 +藤田 伝三郎 ( ふじた でんざ ぶろう 、 天保 12 年 6 月 16 日 ( 旧暦 ) ( 1841 年 8 月 3 日 ) - 明治 45 年 ( 1912 年 ) 3 月 30 日 ) は 、 明治 期 の 関西 財界 の 重鎮 で 、 藤田 財閥 の 創立 者 で あ る 。 +生長 の 家 宇治 別 格 本山 ( せいちょう の いえうじ べっかく ほんざん ) は 京都 府 宇治 市 に あ る 宝蔵 神社 を 中心 と する 生長 の 家 の 別格 本山 。 +藤堂 平助 ( とうどう へいすけ 、 弘化 元年 ( 1844 年 ) - 慶応 3 年 11 月 18 日 ( 旧暦 ) ( 1867 年 12 月 13 日 ) ) は 、 新 選 組 8 番 隊 組長 。 +留守 政府 ( るす せいふ ) と は 、 明治 初期 に お い て 、 明治 政府 首脳 部 で 組織 さ れ た 岩倉 使節 団 が 欧米 歴訪中 に その 留守 を 守 る ため に 組織 さ れ た 体制 を 指 す ( 明治 4 年 11 月 12 日 ( 旧暦 ) ( 18 71 年 12 月 23 日 ) - 明治 6 年 ( 1873 年 ) 9 月 13 日 ) 。 +市川 銀之助 ( いちかわ ぎんのすけ ) は 、 歌舞伎 役者 。 +狭衣 物語 ( さごろも ものがたり ) は 平安 時代 、 王朝 末期 の 作り 物語 。 +祖阿 ( そあ 、 生没年 不詳 ) は 、 室町 時代 の 僧侶 で 、 室町 幕府 の 第 1 回 遣明船 の 正使 。 +銀杏髷 ( いちょう まげ ) と は 江戸 時代 を 通 し て 最も 一般 的 だっ た 男性 の 髪形 を 指 す 。 +実相 院 ( じっそう いん ) は 、 京都 市 左京 区 岩倉 に あ る 仏教 寺院 。 +京都 市 交通 局 ( きょう とし こうつう きょく ) は 、 京都 府 京都 市 内 及び その 周辺 地域 で 公営 交通 事業 を 行 う 京都 市 の 地方 公営 企業 の 一 つ で あ る 。 +足利 学校 ( あしかが がっこう ) は 、 平安 時代 初期 、 もしくは 鎌倉 時代 に 創設 さ れ た と 伝え られ る 中世 の 高等 教育 機関 。 +ここ で は 日本 料理 の 一 分野 で あ る 鉄板 焼き 料理 また は 鉄板 焼き を 紹介 する 。 +後柏原 天皇 ( ご かしわばら てんのう 、 寛正 5 年 10 月 20 日 ( 1464 年 11 月 19 日 ) - 大永 6 年 4 月 7 日 ( 152 6 年 5 月 19 日 ) ) は 、 室町 時代 、 戦国 時代 の 第 104 代 天皇 ( 在位 : 明応 9 年 10 月 25 日 ( 150 0 年 11 月 16 日 ) - 大永 6 年 4 月 7 日 ( 152 6 年 5 月 19 日 ) 。 +迎賓館 ( げい ひん かん ) と は 、 外国 の 国家 元首 や 首脳 など の 国賓 を 迎え入れ た とき に 、 宿泊 等 の 接遇 を 行 う 施設 で あ る 。 +尾上 辰之助 ( おのえ た つのすけ ) は 、 歌舞伎 役者 。 +親王 ( しん のう ) と は 、 東 アジア に お い て 、 男性 皇族 に 与え られ る 称号 、 又 は かか る 称号 を 有 する 者 。 +大 日本 帝国 憲法 ( だい に ほんてい こく けんぽう 、 だい にっぽん てい こく けんぽう 、 大 日本 帝國 憲法 ) は 、 1889 年 ( 明治 22 年 ) 2 月 11 日 に 発布 、 1890 年 ( 明治 23 年 ) 1 1 月 29 日 に 施行 さ れ た 、 近代 立憲 主義 に 基づ く 日本 の 憲法 。 +美人 画 ( びじん が ) は 、 一般 に 女性 的 な 容姿 や 内面 の 美し さ 、 いわゆる 女性 美 を モチーフ に し た 絵画 の こと を 指 す 。 +三都 ( さん と ) +十津川 郷士 ( とつか わ ごう し ) は 、 南 大和 ( 奈良 県 ) の 十津川 郷 に 在住 し て い た 郷士 集団 。 +鯨肉 ( げいにく ) と は 、 食品 と し て 扱 わ れ る クジラ 目 や 、 その 小型 種 の 一部 の 総称 で あ る イルカ の 可食 部 全般 を 指 す 。 +源 親弘 ( みなもと の ちかひろ 、 生没年 不詳 ) は 、 平安 時代 末期 の 武将 。 +来目 ( くめ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +豆乳 ( とうにゅう ) は 、 ダイズ を 水 に 浸 し て すりつぶ し 、 水 を 加え て 煮 つめ 、 かす を 漉 し た 飲料 で あ る 。 +三条 大橋 ( さんじょう おおはし ) は 京都 市 に あ る 三条 通 の 橋 。 +真妙 寺 ( しんみょうじ ) は 、 京都 府 船井 郡 京丹波 町 に 所在 する 日蓮 正宗 の 寺院 。 +長良川 鵜飼 ( ながら がわうかい ) と は 、 岐阜 県 岐阜 市 の 長良 川 で 毎年 5 月 11 日 から 10 月 15 日 まで 行 わ れ る 鵜飼い で あ る 。 +寸 ( すん ) は 、 尺貫 法 に おけ る 長 さ の 単位 で あ る 。 +俳句 ( はいく ) と は 五 ・ 七 ・ 五 の 音節 から 成 る 日本 語 の 定型 詩 で あ る 。 +雪中梅 ( せっちゅうばい ) は 、 末広 鉄腸 の 政治 小説 。 +斎宮 ( さいぐう 、 さいく うまた は いつき のみや 、 いわい のみや ) は 古代 から 南北朝 時代 ( 日本 ) に かけ て 、 伊勢 神宮 に 奉仕 し た 斎王 の 御所 。 +茂山 宗彦 ( しげやまもとひこ 、 1975 年 6 月 4 日 - ) は 、 大蔵 流狂言 方 の 狂言 師 で あ る 。 +赤 松則村 ( あかまつ の りむら 、 建治 3 年 ( 1277 年 ) - 正平 ( 日本 ) 5 年 / 観応 元年 1 月 11 日 ( 旧暦 ) ( 1350 年 2 月 18 日 ) ) は 、 日本 の 南北朝 時代 ( 日本 ) の 武将 で あ る 。 +宇喜多 能 家 ( うきた よしいえ 、 生年 不詳 - 天文 ( 元 号 ) 3 年 ( 1534 年 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +学問 所 ( がくもんじょ ) と は 、 中世 ・ 近世 に おけ る 教育 機関 の 名称 の 1 つ 。 +橘為 仲 ( たちばな の ため なか 、 長和 3 年 ( 1014 年 ) 頃 - 応徳 2 年 10 月 21 日 ( 旧暦 ) ( 1085 年 11 月 11 日 ) ) は 、 平安 時代 後期 の 公家 ・ 歌人 。 +遣渤 海使 ( けん ぼっかいし ) と は 、 日本 が 渤海 ( 国 ) に 派遣 し た 使節 。 +祭 ( まつり ) もしくは 祭り ( まつ - り ) と は 、 神霊 魂 など を 祀 る 儀式 や 神事 の こと 。 +大乗院 日記 目録 ( だい じょういん にっき もくろく ) と は 、 奈良 興福寺 の 門跡 寺院 で あ る 大 乗院 の 、 第 27 代 大 僧正尋尊 が 当時 の 政治 ・ 社会 ・ 文化 ・ 宗教 史 等 に つ い て 記 し た 書物 。 +山上 憶良 ( やまの うえ の おくら 、 ( 斉明 天皇 6 年 ( 660 年 ) ? - 天平 5 年 ( 733 年 ) ? ) は 、 奈良 時代 初期 の 歌人 。 +宮司 ( ぐう じ 、 みやづかさ ) と は 神職 や 巫女 を まとめ る 神社 の 長 ( おさ ) で あ る 神職 の 職階 ( 職名 ・ 職称 ) で あ る 。 +並木 宗輔 ( なみき そうすけ 、 並木 千 柳 ( 初代 ) 、 並木 宗助 、 田中 千柳 、 松 屋 宗助 、 元禄 8 年 ( 1695 年 ) - 寛延 4 年 9 月 7 日 ( 旧暦 ) ( 175 1 年 10 月 25 日 ) ) は 、 江戸 時代 期 の 歌舞伎 、 人形 浄瑠璃 作家 。 +藩庁 ( はんちょう ) と は 、 江戸 時代 の 日本 の 政治 用語 の 一 つ 。 +藪井 星池 ( やぶい せいち 、 寛延 元年 ( 1748 年 ) – 文化 ( 元号 ) 13 年 閏 8 月 23 日 ( 旧暦 ) ( 1816 年 10 月 14 日 ) ) は 、 江戸 時代 中期 の 日本 の 篆刻 家 で あ る 。 +日置 雄 三成 ( へ き の おみな り 、 生没年 不明 ) は 奈良 時代 の 官人 。 +上津 屋 橋 ( こうづ やばし ) は 、 京都 府 久世 郡 久御山 町 と 八幡 市 を 結 ぶ 、 木津川 に 架け られ た 木造 橋 で あ る 。 +総社 ( そうじゃ 、 惣社 と も 書 く ) と は 、 ある 地域 内 の 神社 の 神 を 集め て 祀 っ た 神社 の こと で あ る 。 +読本 ( とくほん ) は 、 語学 の 教科 書 や 一般 向け の 入門 書 。 +桃山 南口 駅 ( ももやま みなみぐち えき ) は 、 京都 府 京都 市 伏見 区 に あ る 、 京阪 電気 鉄道 京阪 宇治 線 の 鉄道 駅 。 +山田 重継 ( やまだ しげつ ぐ 、 生年 不詳 - 承久 3 年 6 月 15 日 ( 旧暦 ) ( 1221 年 7 月 6 日 ) ) は 、 鎌倉 時代 初期 の 武士 。 +JR 小倉 駅 ( じぇいあーる おぐら えき ) は 、 京都 府 宇治 市 小倉町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 奈良 線 の 鉄道 駅 で あ る 。 +大伴 榎本 大国 ( おおと も のえ の もと の おおく に 、 生没年 不詳 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +親 王 任国 ( しんのうにんごく ) と は 、 親王 が 国司 に 任 じ られ た 令制 国 及び その 制度 を 指 す 。 +泰澄 ( たいちょう 、 天武 天皇 11 年 6 月 11 日 ( 旧暦 ) ( 682 年 7 月 20 日 ) - 神護 景雲 元年 3 月 18 日 ( 旧暦 ) ( 76 7 年 4 月 20 日 ) ) は 、 奈良 時代 の 修験 道 の 僧 。 +高田 治忠 ( たかだ はる ただ 、 生没年 不詳 ) は 、 安土 桃山 時代 の 武将 ・ 大名 。 +利き 酒 ( ききざけ 、 唎 き 酒 、 きき 酒 と も ) は 酒 の 品質 を 評価 する こと 。 +伝香 寺 ( でんこうじ ) は 奈良 県 奈良 市 小川 町 に あ る 律宗 の 寺院 。 +雛 の つるし 飾り ( ひな の つる し かざり ) と は 、 江戸 時代 から 伝わ る 伊豆 稲取 地方 の 風習 、 吊る し 飾り の こと 。 +上 棟 式 ( じょうとうしき ) と は 、 日本 で 建物 の 新築 の 際 に 行 わ れ る 神道 の 祭祀 で あ る 。 +大学 +古 文 辞学 ( こぶんじ がく ) と は 、 江戸 時代 に 興 っ た 荻生 徂徠 に 始ま る 儒教 の 一派 。 +藤原 原子 ( ふじわら の げんし ( もとこ ) 、 天元 ( 日本 ) 3 年 ( 980 年 ) 頃 ? - 長保 4 年 8 月 3 日 ( 旧暦 ) ( 100 2 年 9 月 12 日 ) ) は 、 平安 時代 中期 の 皇妃 。 +吉良 義真 ( きら よしざね 、 応永 29 年 ( 1422 年 ) ? - 文明 ( 日本 ) 13 年 7 月 21 日 ( 旧暦 ) ( 1481 年 8 月 16 日 ) ) は 室町 時代 の 武将 。 +黄 不動 ( きふ どう ) は 、 滋賀 県 大津 市 の 園城 寺 、 通称 三井寺 に 秘仏 と し て 伝わ る 、 全身 が 黄色 の 不動 明 王 立像 の 仏画 で あ る 。 +嫌い 箸 ( きら いばし ) また は 、 忌 み 箸 、 禁 じ 箸 と は 、 日本 に 於 い て 箸 を 使 う とき の 禁 じ 手 。 +日陣 ( にちじん 、 延元 4 年 / 暦応 2 年 4 月 21 日 ( 旧暦 ) ( 1339 年 5 月 30 日 ) - 応永 26 年 5 月 21 日 ( 旧暦 ) ( 1419 年 6 月 14 日 ) ) は 、 法華 宗 陣 門 流 の 門祖 ( 派祖 ) で あ る 。 +出挙 ( すいこ ) は 、 古代 ~ 中世 の 日本 に 見 られ た 利子 付き 貸借 を 指 す 用語 。 +忌部 色 夫知 ( いんべ の しこぶち 、 生年 不明 - 大宝 ( 日本 ) 元年 6 月 2 日 ( 旧暦 ) ( 70 1 年 7 月 11 日 ) ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +佐伯 又 三郎 ( さえき また さぶろう 、 生年 不詳 - 文久 三 年 8 月 10 日 ( 旧暦 ) ( 1863 年 9 月 22 日 ) ) は 、 新撰 組 の 副長助勤 。 +淡島 神 ( あわしま の かみ ) は 、 神道 および 日本 の 民間 信仰 の 神 ( 神道 ) で あ る 。 +即位 ( そくい ) と は 、 亡くな っ たり 、 譲位 し た 君主 ( 皇帝 、 国王 など ) の 跡 を 継 い で 、 その 君 主位 に 就 く こと で あ る 。 +宇佐山城 ( うさやま じょう ) は 滋賀 県 大津 市 錦織 に 残 る 、 中世 の 山城 で あ る 。 +今出川 実種 ( いまで がわ さね た ね 、 宝暦 4 年 6 月 4 日 ( 旧暦 ) ( 175 4 年 7 月 23 日 ) - 享和 元年 6 月 22 日 ( 旧暦 ) ( 180 1 年 8 月 1日 ) ) は 、 江戸 時代 中期 から 後期 の 公卿 。 +地蔵 院 ( じぞう いん ) は 、 京都 府 宇治 市 に あ る 浄土 宗 の 寺院 。 +大炊 御門 経孝 ( おおい の みかど つね たか 、 慶長 18 年 12 月 14 日 ( 旧暦 ) ( 1614 年 1 月 23 日 ) - 天和 ( 日本 ) 2 年 6 月 26 日 ( 旧暦 ) ( 1682 年 7 月 30 日 ) ) は 、 江戸 時代 前期 の 公卿 。 +宗門 人 別 改帳 ( しゅうもん にん べつ あらためちょう ) と は 、 江戸 時代 に 作製 さ れ て い た 現在 の 戸籍 に 相当 する 台帳 。 +天下 統一 ( てんか とういつ / てん が とういつ ) は 、 主に 日本 の 戦国 時代 ( 日本 ) から 江戸 時代 初期 に かけ て 、 日本 全土 ( 琉球 と 蝦夷 の 大半 を 除 く ) を 、 自ら の 支配 下 に 置 き 日本 全土 を 統一 する 事 を 指 す 。 +寛政 の 遺老 ( かんせい の いろう ) と は 、 寛政 の 改革 を 主導 し た 松平定 信 失脚 後 、 定信 に よ っ て 取り立て られ た 松平 信明 ( 三河 吉田 藩主 ) ら 幕政 を 主導 し た 政治 家 たち の こと を 指 す 。 +オオトノヂ ・ オオトノベ は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ る 。 +藤原 家通 ( ふじわら の いえみ ち 、 康治 2 年 ( 1143 年 ) - 文治 3 年 11 月 1日 ( 旧暦 ) ( 1187 年 12 月 2 日 ) ) は 、 平安 時代 後期 の 公卿 。 +味舌 藩 ( ま した はん ) は 摂津 国嶋 下郡 味舌 ( 現在 の 大阪 府 摂津 市 三島 ) に あ っ た 藩 で あ る 。 +曇鸞 ( どんらん 、 t án - lu á n ) は 、 中国 南北朝 時代 ( 中国 ) の 僧侶 。 +藤原 家隆 ( ふじわら の いえ た か 、 生年 未詳 - 天治 2 年 11 月 11 日 ( 旧暦 ) ( 1125 年 12 月 7 日 ) ) は 平安 時代 末期 の 廷臣 。 +十念 ( じゅう ねん ) と は 南無 阿弥陀 仏 を 十 回 称え る 事 ( 作法 ) を い う 。 +源 経基 ( 源經 基 、 みなもと の つねもと 、 ? - 応和 元年 11 月 10 日 ( 旧暦 ) ( 96 1 年 12 月 25 日 ? ) は 、 平安 時代 中期 の 皇族 ・ 武将 。 +『 鞍馬 天狗 』 ( くらま てんぐ ) は 、 大佛 次郎 の 大正 ・ 昭和 期 に おけ る 時代 小説 、 および その 主人 公 の 名前 で あ る 。 +醒ヶ井通 ( さめ がい どおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +在朝鮮 日本 郵便 局 ( ざい ちょうせん に ほにゅう びん きょく ) と は 、 明治 時代 に 日本 が 朝鮮 半島 に 設置 し て い た 郵便 局 で あ る 。 +任官 ( にんかん ) と は 、 官職 に 任用 さ れ る こと を い う 。 +日本 の 暦 ( にっぽん の こよみ ) は 、 暦 に 関 する 日本 に 特有 の 話題 を 扱 う 。 +『 不動 』 ( ふ どう ) は 歌舞伎 十 八 番 の 一 つ 。 +嘉応 の 強訴 ( かおう の ごうそ ) は 、 嘉応 元年 ( 1169 年 ) 12 月 23 日 ( 旧暦 ) 、 延暦 寺 の 大衆 ( 仏教 ) が 尾張 国 知行 国主 ・ 藤原 成親 の 配流 を 求め て 起こ し た 強訴 。 +尊 円 法 親王 ( そんえん ほうしん のう 、 永仁 6 年 6 月 23 日 ( 1298 年 8 月 1日 ) - 正平 11 年 / 延文 1 年 9 月 13 日 ( 1356 年 10 月 7 日 ) は 、 青蓮 院 第 十 七 世 門 跡 。 +南 観音山 ( みなみ かん の ん やま ) は 、 毎年 7 月 17 日 に 京都 市 内 で 行 わ れ る 祇園 祭 に て 巡行 する 「 山鉾 」 の ひと つ 。 +検田 ( けんでん ) と は 、 農耕地 の 面積 や 耕作 者 ・ 土質 など を 調査 する こと 。 +貞観 式 ( じょうがん しき ) は 、 平安 時代 初期 に 編纂 ・ 施行 さ れ た 格式 。 +藤原 穏子 ( ふじわら の おんし ・ やすこ 、 仁和 元年 ( 885 年 ) - 天暦 8 年 1 月 4 日 ( 954 年 2 月 9 日 ) ) は 、 関白 藤原 基経 女 。 +新田部 皇女 ( に い たべ の ひめみこ 、 生年 不詳 - 文武 天皇 3 年 9 月 25 日 ( 旧暦 ) ( 699 年 10 月 23 日 ) ) は 天智 天皇 の 皇女 。 +石皿 +天部 ( てんぶ 、 サンスクリット ( deva ) ) は 、 仏教 に おけ る 神々 。 +川島 皇子 ( かわしま のみこ 、 斉明 天皇 3 年 ( 657 年 ) - 持統 天皇 5 年 9 月 9 日 ( 旧暦 ) ( 691 年 10 月 6 日 ) ) は 、 7 世紀 後半 の 皇族 。 +禁門 の 変 ( きんもん の へん ) は 、 江戸 時代 後期 の 元治 元年 7 月 19 日 ( 旧暦 ) ( 1864 年 8 月 20 日 ) に 起き た 事件 で あ る 。 +林 広守 ( はやし ひろもり 、 天保 2 年 11 月 25 日_ ( 旧暦 ) ( 1831 年 12 月 28 日 ) - 明治 29 年 ( 1896 年 ) 4 月 5 日 ) は 、 幕末 ・ 明治 前期 の 雅楽 演奏 家 。 +『 羅生門 』 ( らしょう もん ) は 、 芥川 龍之介 に よ る 初期 の 小説 。 +天文 密奏 ( てんもん みっそう ) と は 、 古代 の 東 アジア に お い て 、 異常 な 天文 現象 が 観測 さ れ た 場合 に 、 その 観測 記録 と 占星 術 に よ る 解釈 ( 占言 ) を 内密 に 君主 に 対 し て 上奏 する こと を 指 す 。 +摩訶 止観 ( まかし かん ) は 、 仏教 の 論書 の 1 つ で 、 止観 ( 禅定 の 1 種 ) に つ い て の 解説 書 。 +徳大寺 実盛 ( とくだいじ さねもり 、 応永 7 年 8 月 5 日 ( 旧暦 ) ( 140 0 年 8 月 24 日 ) - 応永 35 年 4 月 23 日 ( 旧暦 ) ( 142 8 年 6 月 6 日 ) ) は 、 室町 時代 の 公卿 。 +麩屋 町 通 ( ふや ちょうどおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +後藤 基綱 ( ごとう もと つ な 、 養和 元年 ( 1181 年 ) - 康元 元年 11 月 28 日 ( 旧暦 ) ( 1256 年 12 月 16 日 ) ) は 、 鎌倉 時代 前期 の 武士 。 +堀 秀政 ( ほり ひでまさ ) は 、 戦国 時代 ( 日本 ) の 武将 ・ 大名 。 +矢 大臣 ( や だいじん ) は 、 神社 の 随身 門 の 左右 に 安置 さ れ て い る 、 随身 の 装束 を し た 2 神像 の うち 、 向か っ て 左方 の 弓矢 を も っ て い る 神像 。 +中 御門 家 +願証尼 ( がんしょう に 、 天暦 7 年 ( 953 年 ) - 長元 7 年 8 月 25 日 ( 旧暦 ) ( 10 34 年 10 月 10 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 尼僧 。 +御 内 仏 ( お ないぶつ ) と は 、 仏壇 の こと で あ り 、 また その 中 に 迎え た 本尊 を 言 う 。 +松風 ( まつかぜ ) は 、 マツ 林 に うちつけ る 風 。 +藤原 成子 ( ふじわら の しげこ 、 生年 不詳 - 安元 3 年 3 月 11 日 ( 旧暦 ) ( 1177 年 4 月 5 日 ) ) は 、 平安 時代 後期 ・ 後白河 天皇 後宮 の 女官 。 +徳大寺 公純 ( とくだいじ きんい と 、 文政 4 年 11 月 28 日 ( 旧暦 ) ( 182 1 年 12 月 22 日 ) - 明治 16 年 ( 1883 年 ) 1 1 月 5 日 ) は 、 幕末 期 の 公卿 ( 大納言 後 に 内 大臣 ・ 右 大臣 ) 。 +赦律 ( しゃりつ ) と は 、 日本 の 幕末 期 の 文久 2 年 ( 1862 年 ) に 江戸 幕府 に よ っ て 制定 さ れ た 恩赦 に 関 する 法令 を い う 。 +竹内 文書 ( たけうち もんじょ / たけの うち もんじょ 。 磯原 文書 、 天津 教文書 と も い う ) と は 、 神代 文字 で 記 さ れ た 文書 と 、 それ を 武烈 天皇 の 勅命 に よ り 武内 宿禰 ( たけの うち の すくね ) の 孫 の 平群 真鳥 ( へぐり の まとり ) が 漢字 と 片仮名 交じり 文 に 訳 し た と する 写本 群 と 、 文字 の 刻 ん だ 石 、 鉄剣 など 、 一連 の 総称 で あ る 。 +今上 天皇 ( きんじょうてん のう ) は 、 その 時点 に お い て 天皇 と し て 在位 し て い る 人物 を 指 す 呼称 。 +六角 義賢 / 六角 承禎 ( ろっかく よしかた / ろっかく しょうてい ) は 、 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て の 武将 。 +野暮 ( やぼ ) と は 、 洗練 さ れ て い な い さま で あ る 。 +京都 所司 代 ( きょうと しょし だい ) は 、 織田 信長 が 1568 年 に 足利 義昭 を 擁 し て 上洛 し 、 京都 を 支配 下 に 置 い た とき 、 室町 幕府 の 機構 を 踏襲 し 、 家臣 の 村井 貞勝 を 京都 の 治安 維持 の ため に 置 い た 機関 。 +公事 根源 ( くじ こんげん ) は 、 室町 時代 に 一条 兼良 に よ っ て 書 か れ た 有職 故 実書 。 +大宰 権 帥 ( だざいごん の そち ) は 大宰府 の 副 司令 官 の こと で あ る 。 +坪 ( つぼ ) は 、 尺貫 法 に よ る 面積 の 単位 。 +紋付 ( もんつき ) と は 家紋 の 入 っ た 着物 の こと 。 +戊午 の 密勅 ( ぼご の みっ ちょく ) は 1858 年 9 月 14 日 ( 安政 5 年 8 月 8 日 ( 旧暦 ) ) に 孝明 天皇 が 水戸 藩 に 勅書 ( 勅諚 ) を 下賜 し た 事件 で あ る 。 +文殊 菩薩 ( もんじゅ ぼさつ ) 、 サンスクリット マンジュシュリー ( maJjuzrii ) は 、 大乗 仏教 の 崇拝 の 対象 で あ る 菩薩 の 一尊 。 +延年 ( えんねん ) は 、 寺院 に お い て 大法 会 の 後 に 僧侶 や 稚児 に よ っ て 演 じ られ た 日本 の 芸能 。 +随身 ( ずいじん 、 ずいしん ) と は 、 平安 時代 以降 、 貴族 の 外出 時 に 警護 の ため に 随従 し た 近衛 府 の 官人 の こと で あ る 。 +江戸 幕藩 体制 に おけ る 国主 ( こくしゅ ) は 、 近世 江戸 時代 の 大名 の 格式 の ひと つ で 、 領地 が 一 国 以上 で あ る 大名 を 言 い 、 国持 大名 と も 言 う 。 +箕作 省吾 ( みつくり しょう ご 、 文政 4 年 ( 1821 年 ) - 弘化 3 年 12 月 13 日 ( 旧暦 ) ( 1847 年 1 月 29 日 ) ) は 、 江戸 時代 後期 の 日本 の 地理 学 者 。 +守護 請 ( しゅごうけ ) は 、 日本 の 室町 時代 に お い て 、 守護 が 荘園 領主 や 知行 国主 から 荘園 ・ 国衙 領 ( 公領 ) の 年貢 納入 を 請け負 っ た こと を 指 す 。 +補陀 落 渡海 ( ふだらく と か い ) は 、 日本 の 中世 に お い て 行 わ れ た 、 捨身 行 の 形態 で あ る 。 +橘 ( たちばな ) 氏 は 、 古代 日本 に 活躍 し た 氏族 。 +中河 御厨 ( なかがわ の みくりや ) は 、 平安 時代 ~ 安土 桃山 時代 に かけ て 美濃 国 に あ っ た 荘園 。 +壬申 の 乱 ( じんしん の らん ) と は 天武 天皇 元年 ( 67 2 年 ) に 起き た 日本 古代 最大 の 内乱 で あ り 、 天智 天皇 の 太子 ・ 大友 皇子 ( おおとも の みこ 、 明治 3 年 ( 1870 年 ) 、 弘文 天皇 の 称号 を 追号 ) に 対 し 皇弟 ・ 大海 人 皇子 ( おおあまのみこ 、 後 の 天武 天皇 ) が 地方 豪族 を 味方 に 付け て 反旗 を ひるがえ し た もの で あ る 。 +亭子 院 歌合 ( ていじ いん うた あわせ ) と は 、 延喜 13 年 3 月 13 日 ( 旧暦 ) ( 913 年 4 月 22 日 ) に 宇多 法皇 が 自分 の 御所 と し て い た 亭子 院 に お い て 開 い た 歌合 。 +借位 ( しゃくい ) と は 、 官人 に 高 い 位 階 を 仮 に 授け る こと 。 +花房 義質 ( はなぶさよし もと 、 天保 13 年 1 月 1日 ( 旧暦 ) ( 1842 年 2 月 10 日 ) - 大正 6 年 ( 1917 年 ) 7 月 9 日 ) は 明治 、 大正 期 の 外交 官 。 +藤原 保成 ( ふじわら の やすな り 、 生没 年 未詳 ) は 平安 時代 末期 の 廷臣 。 +御室 仁和 寺 駅 ( おむろ にん なじ えき ) は 、 京都 市 右京 区 御 室 小松 町 に あ る 京福 電気 鉄道 京福 電気 鉄道 北野 線 の 鉄道 駅 。 +祇園 梶子 ( ぎおん かじこ 、 生没年 不明 ) は 江戸 時代 中期 の 歌人 。 +橋本 長兵衛 ( はしもと ちょうべい 、 初代 生没 不詳 、 二 代 目 生年 不明 - 1647 年 、 三 代 目生没 不詳 ) は 、 江戸 時代 の 日本 画 家 ( 浮世 絵 師 ) の 名跡 。 +明子 女王 ( あきこ にょ おう 寛永 15 年 ( 1638 年 ) - 延宝 8 年 7 月 8 日 ( 1680 年 8 月 2 日 ) ) は 、 日本 の 皇族 。 +広幡 前秀 ( ひろはたさきひ で 、 宝暦 12 年 12 月 2 日 ( 旧暦 ) ( 1763 年 1 月 15 日 ) - 文化 ( 元号 ) 5 年 6 月 19 日 ( 旧暦 ) ( 180 8 年 7 月 12 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +『 関羽 』 ( かんう ) は 歌舞伎 十 八 番 の ひと つ 。 +尭胤 法 親王 ( ぎょう いん ほっ しん の う 、 長禄 2 年 ( 1458 年 ) - 永正 17 年 ( 1520 年 ) ) は 、 室町 時代 中期 から 戦国 時代 に かけ て の 法親 王 。 +南無 阿弥陀 仏 ( なむあみだぶつ 、 南無 阿弥陀佛 、 南無 阿彌陀佛 ) と は 、 「 南無 」 は namo ( sanskrit ) の 音写 語 で 「 わたくし は 帰依 し ま す 」 と 意味 し 、 「 阿弥陀 如来 」 は 、 その サンスクリット 語 の 「 無量 の 寿命 の 大仏 ( amitaayus ) 」 「 無量 の 光明 の 仏 ( amitaabha ) 」 の 「 はか る こと の でき な い 」 と い う 部分 の amita ( sanskrit ) を 略出 し た もの で あ る 。 +東伏見 慈洽 ( ひがしふしみ じごう 、 1910 年 ( 明治 43 年 ) 5 月 16 日 - ) は 、 日本 の 僧侶 。 +高坂 王 ( たかさか の おおきみ 、 たか さか お う 、 生年 不詳 - 天武 天皇 12 年 ( 683 年 ) 6 月 6 日 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +お 軽 ( おかる 、 貞享 2 年 ( 1684 年 ) - 正徳 ( 日本 ) 3 年 10 月 6 日 ( 旧暦 ) ( 1 71 3 年 11 月 23 日 ) ) は 山科 に 潜伏 し て い た 頃 の 大石 内蔵助 の 妾 。 +親元 日記 ( ちかもと にっき ) は 、 室町 時代 の 政所 執事 代 で あ っ た 蜷川 親元 ( 新右衛門 尉 ) の 日記 。 +専貞 ( せんてい 、 万治 3 年 ( 16 60 年 ) - 元禄 11 年 8 月 22 日 ( 旧暦 ) ( 169 8 年 9 月 25 日 ) ) は 、 江戸 時代 前期 の 僧侶 。 +藤原 長家 ( ふじわら の なが いえ 、 寛弘 2 年 8 月 20 日 ( 旧暦 ) ( 100 5 年 9 月 26 日 ) - 康平 7 年 11 月 9 日 ( 旧暦 ) ( 1064 年 12 月 19 日 ) ) は 、 平安 時代 中期 の 公卿 ・ 歌人 。 +御幸町 通 ( ご こまち どおり ) は 京都 市 内 の 南北 の 通り の 一 つ 。 +梶原 景時 ( かじわら かげ とき ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 武将 。 +藤原 兼平 ( ふじわら の かねひら ) +大原内 親王 ( おおはら な い しんのう 、 生年 不詳 - 貞観 ( 日本 ) 5 年 1 月 19 日 ( 旧暦 ) ( 863 年 2 月 10 日 ) ) は 、 平安 時代 前期 の 皇族 。 +専売 制 ( せんばい せい ) と は 、 国家 など が 財政 収入 を 増加 さ せ る ため に 、 特定 物資 の 生産 ・ 流通 ・ 販売 など を 全面 的 に 管理 下 に 置 い て 、 そこ から 発生 する 利益 を 独占 する 制度 。 +関流 砲術 ( せき りゅう ほうじゅつ ) は 砲術 の 流派 の ひと つ 。 +源義清 ( みなもと の よしきよ ) は 平安 時代 末期 の 武将 。 +大 垂髪 ( お すべらかし 、 また は 、 おおすべらかし ) と は 、 平安 時代 の 貴族 女性 の 髪形 。 +山門 ( さん もん ) +近衛 天皇 ( このえ てんのう 、 保延 5 年 5 月 18 日 ( 1139 年 6 月 16 日 ) - 久寿 2 年 7 月 23 日 ( 1155 年 8 月 22 日 ) ) は 、 日本 の 第 76 代 天皇 ( 在位 永治 元年 12 月 7 日 ( 1142 年 1 月 5 日 ) - 久寿 2 年 7 月 23 日 ( 1155 年 8 月 22 日 ) ) 。 +蒲鉾 ( かまぼこ ) は 、 主 と し て タラスケトウダラ など の 白身 魚 の すり身 を 主 原料 と し 、 塩分 を 加え て 加熱 する こと に よ り 、 木 の 板 ( 臭み の な い モミ 、 シラベ など の 木 が 好 ま れ る ) の 上 に ゲル 化 さ せ て 製造 し た 魚肉 練り 製品 。 +穂波 家 ( ほなみ け ) は 、 藤原 北家 勧修 寺 流庶 家 の 堂上 家 、 家格 は 、 名家 ( 公家 ) 。 +火鉢 ( ひばち ) と は 、 日本 の 暖房 器具 の ひと つ で 、 木炭 を 焚 い て 使用 する 。 +中村 亀鶴 ( なかむら きかく ) は 、 歌舞伎 役者 。 +大舘 晴光 ( おおだ ち はるみつ 、 生年 不詳 - 永禄 8 年 4 月 28 日 ( 旧暦 ) ( 1565 年 6 月 6 日 ) ) は 、 戦国 時代 ( 日本 ) の 室町 幕府 幕臣 。 +三跡 ( さんせき ) は 、 書道 の 大 御所 三 人 の こと 。 +藤 裏葉 ( ふじ の うらば ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +旅籠 ( はたご ) と は 、 江戸 時代 、 旅人 を 宿泊 さ せ 、 食事 を 提供 する こと を 業 と する 家 の こと で あ る 。 +九 代 目 市川 團 十 郞 ( く だいめい ちかわ だんじゅうろう 、 新字体 : 団十郎 、 天保 9 年 10 月 13 日 ( 旧暦 ) ( 1838 年 11 月 29 日 ) - 明治 36 年 ( 190 3 年 ) 9 月 13 日 ) は 明治 時代 に 活躍 し た 歌舞伎 役者 。 +大谷 光見 ( おおた に こうけん   1965 年 ( 昭和 40 年 ) 9 月 4 日- ) は 、 浄土 真宗 の 僧 で 、 浄土 真宗 東 本願 寺 派 第 26 世 法 主 。 +かるた ( 歌留 多 、 加留 多 、 嘉留太 、 骨牌 ) は 、 絵札 を 使 う 競技 の 一種 。 +許波多 神社 ( こ は た じんじゃ ) は 、 京都 府 宇治 市 に あ る 神社 で あ る 。 +切り 通 し ( きりとおし ) は 京都 市 東山 区 内 の 南北 の 通り の 一 つ 。 +還俗 ( げんぞく ) と は 、 僧侶 に な っ た 者 が 、 戒律 を 堅持 する 僧侶 で あ る こと を 捨て 、 在俗 者 ・ 俗人 に 戻 る 事 を い う 。 +斯波 義敏 ( しば よしと し 、 永享 7 年 ( 1435 年 ) - 永正 5 年 11 月 16 日 ( 旧暦 ) ( 150 8 年 12 月 8 日 ) ) は 、 室町 時代 後期 の 守護 大名 。 +間部 詮房 ( まなべ あきふさ ) は 、 上野 国 高崎 藩主 、 越後 国 村上 藩 の 間部 氏 初代 藩 主 。 +十 七 条 憲法 ( じゅう しち じょう けんぽう ) と は 、 『 日本 書紀 』 、 『 先代 旧 事 本紀 』 に 推古 天皇 12 年 ( 60 4 年 ) 4 月 3 日 ( 旧暦 ) に 「 夏 四 月 丙寅 朔戊 辰 皇太子 親 肇 作 憲法 十 七 條 」 と 記述 さ れ て い る 17 条 から な る 条文 で あ る 。 +サルタヒコ は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 +満州 善後 条約 ( まんしゅう ぜんご じょうやく 、 満洲 善 後 条約 ) と は 、 190 5 年 ( 明治 38 年 ) 12 月 22 日 に 北京 市 に お い て 日本 ・ 清国 両国 間 で 締結 さ れ た 条約 。 +基王 ( もと いおう 、 神亀 4 年 9 月 29 日 ( 旧暦 ) ( 72 7 年 11 月 20 日 ) - 神亀 5 年 9 月 13 日 ( 旧暦 ) ( 72 8 年 10 月 24 日 ) ) は 、 聖武 天皇 の 第 1 皇子 。 +年料 雑器 ( ねんりょう ざっき ) と は 、 律令 制 に お い て 尾張国 ・ 長門 国 両国 より 中央 に 貢納 さ せ た 陶器 。 +地下 家 ( じげけ ) は 、 昇殿 が 許 さ れ な い 廷臣 の 家格 。 +神戸 海軍 操練 所 ( こうべ かいぐん そうれん じょ ) は 、 江戸 時代 の 1864 年 ( 元治 1 年 ) 5 月 に 、 軍艦 奉行 の 勝海 舟 の 建言 に よ り 幕府 が 神戸 市 に 設置 し た 海軍 士 官 養成 機関 、 海軍 工廠 で あ る 。 +畝 火山口 神社 ( うねび やまぐち じんじゃ ) は 、 奈良 県 橿原 市 の 畝傍 山 西麓 に あ る 神社 で あ る 。 +琵琶 湖 疏水 ( びわ こそ すい 、 「 疏 」 が 常用 漢字 外 で あ り 「 疎 」 に 書き換え られ る ため 琵琶 湖 疎水 と も 表記 さ れ る ) と は 、 琵琶 湖 の 湖水 を 、 京都 市 へ 運 ぶ ため に 作 ら れ た 水路 ( 疏水 ) で あ る 。 +『 用心棒 』 ( ようじんぼう ) は 、 1961 年 に 公開 さ れ た 黒澤 明 監督 の アクション 時代 劇 映画 。 +飯豊 青 皇女 ( いい と よあおの ひめみこ 、 允恭 天皇 29 年 ( 440 年 ) ? - 清寧 天皇 5 年 ( 484 年 ) 11 月 ( 旧暦 ) ? ) は 、 記紀 に 伝え られ る 5 世紀 末 の 皇族 ( 王族 ) 。 +アンティーク 着物 と は 昭和 初期 以前 に 作 ら れ た 着物 ( 和服 ) の こと で 、 特に 状態 の 良 い もの を 指 す 。 +三野 小林 ( みの の おばやし ) は 奈良 時代 の 人 。 +梨本宮 ( なしもと のみや ) は 、 伏見 宮 貞 敬親王 の 王子 、 守脩 ( もりお さ ) 親王 が 創設 し た 宮家 。 +治承 ・ 寿永 の 乱 ( じしょう ・ じゅえい の らん ) は 、 平安 時代 末期 の 治承 4 年 ( 1180 年 ) から 元暦 2 年 ( 1185 年 ) に かけ て の 6 年間 に わた る 大 規模 な 内乱 で あ る 。 +浮世 草子 ( うきよぞうし ) は 、 江戸 時代 に 生まれ た 前期 近世 文学 の 主要 な 文芸 形式 の ひと つ 。 +狩野 山雪 ( かのうさん せつ 、 天正 17 年 ( 1589 年 ) - 慶安 4 年 3 月 12 日 ( 旧暦 ) ( 1651 年 5 月 1日 ) ) は 、 狩野 派 の 絵師 。 +巡見 使 ( じゅんけんし ) と は 、 江戸 幕府 が 諸国 の 大名 ・ 旗本 の 監視 と 情勢 調査 の ため に 派遣 し た 上使 の こと 。 +源 宗綱 ( みなもと の むねつ な 、 生年 未詳 - 1180 年 6 月 20 日 ( 治承 4 年 5 月 26 日 ( 旧暦 ) ) ) は 、 平安 時代 末期 の 摂津 源 氏 の 武将 。 +令 制 国 一覧 > 山陰 道 > 丹波 国 +千總 ( ちそう ) は 京友禅 の 老舗 。 +金ヶ岬 ( かながみさき ) は 、 京都 府 舞鶴 市 に 属 し 、 日本 海 ( 若狭 湾 西部 ) に 面 する 岬 。 +坊城 俊克 ( ぼうじょう と しかつ 、 享和 2 年 9 月 11 日 ( 旧暦 ) ( 180 2 年 10 月 7 日 ) - 慶応 元年 7 月 20 日 ( 旧暦 ) ( 1865 年 9 月 9 日 ) ) は 、 幕末 の 公家 。 +福浦 港 ( ふくら こう ) は 、 石川 県 志賀 町 ( 旧 ・ 富来 町 ) に あ る 地方 港湾 。 +和気 氏 ( わけうじ ) は 、 備前 国 和気 郡 ( 古く は 藤野 郡 と 称 し た ) を 本拠 と し た 豪族 で あ る 。 +幕末 百 話 ( ばくまつ ひゃく わ ) は 、 190 2 年 に 報知 新聞 紙上 に 連載 さ れ た 幕末 維新 期 の 回顧 談 集 で あ る 。 +衣冠 ( いかん ) は 平安 時代 以降 の 貴族 や 官人 の 宮中 で の 勤務 服 。 +伊藤 は 8 月 31 日 に 首相 を 辞任 し 、 同年 9 月 18 日 に 松方 正義 が 組閣 する まで 、 黒田 清隆 ・ 枢密院 ( 日本 ) 議長 が 内閣 総理 大臣 を 臨時 兼務 し た 。 +皇籍 ( こうせき ) と は 、 皇族 の 一員 た る 籍 ・ 資格 を い う 。 +中央 交渉 会 ( ちゅうおう こうしょうかい ) と は 、 明治 時代 に 存在 し た 院内 会 派 ( 1892 年 4 月 23 日 - 1893 年 3 月 1日 ) 。 +夜 御殿 ( よる の おとど ) は 、 清涼 殿 の 天皇 の 寝所 で あ る 。 +二条 治孝 ( に じょう はるたか 、 宝暦 4 年 9 月 15 日 ( 旧暦 ) ( 175 4 年 10 月 30 日 ) - 文政 9 年 10 月 6 日 ( 旧暦 ) ( 1826 年 11 月 5 日 ) ) は 江戸 時代 後期 の 公卿 。 +花吹雪 ( はなふぶき ) と は 、 花び ら が 、 あたかも 雪 が ふぶ い て い る か の ごと く 舞 い 散る さま の こと で あ る 。 +六方 ( ろっぽう ) と は 歌舞伎 ・ 人形 浄 瑠璃 ・ 舞踊 の 演技 動作 。 +日本 > 近畿 地方 > 京都 府 > 相楽 郡 +唐 人歌 ( とうじん うた ) は 、 江戸 時代 から 明治 時代 に うた わ れ た 流行 歌 で あ る 。 +賣太 神社 ( め た じんじゃ 、 売太 神社 ) は 奈良 県 大和郡山 市 の 稗田 環濠 集落 の 端 に あ る 神社 で あ る 。 +宣命 ( せんみょう ) と は 、 天皇 の 命令 を 漢字 だけ の 日本 語 体 で 記 し た 文書 で あ り 、 漢文体 の 詔勅 に 対 し て い う 。 +島井 ( 嶋井 ) 宗室 ( しまい そうしつ 、 天文 ( 元号 ) 8 年 ( 1539 年 ) - 元和 ( 日本 ) 元年 8 月 24 日 ( 旧暦 ) ( 1615 年 10 月 16 日 ) ) は 、 戦国 時代 ( 日本 ) 、 安土 桃山 時代 から 江戸 時代 の 博多 の 商人 、 茶道 で あ る 。 +加藤 嘉明 ( かとう よしあき ) は 、 安土 桃山 時代 から 江戸 時代 に かけ て の 武将 ・ 大名 。 +宇都宮 ( うつのみや ) 氏 は 日本 の 氏族 。 +吉田 神道 ( よしだしんとう ) と は 、 室町 時代 京都 吉田 神社 の 神官 吉田 兼倶 に よ っ て 大成 さ れ た 神道 の 一流 派 。 +十 条 駅 ( じゅう じょう えき ) は 、 京都 府 京都 市 南 区 ( 京都 市 ) 西 九 条柳 の 内町 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 +舒明 天皇 ( じょめい てんのう 、 推古 天皇 元年 ( 593 年 ) ? - 舒明 天皇 13 年 10 月 9 日 ( 旧暦 ) ( 641 年 11 月 17 日 ) ) は 、 日本 の 第 34 代 天皇 ( 在位 : 舒明 天皇 元年 1 月 4 日 ( 旧暦 ) ( 629 年 2 月 2 日 ) - 舒明 天皇 13 年 10 月 9 日 ( 641 年 11 月 17 日 ) ) 。 +山家 藩 ( やま が はん ) は 、 丹波 国 何 鹿 郡 ( いかるが ぐん ) 山家 周辺 を 領有 し た 藩 。 +大谷 暢 顕 ( おおた に ちょうけん   1930 年 ( 昭和 5 年 ) 3 月 27 日 - ) は 、 浄土 真宗 の 僧 で 、 真宗 大谷 派 第 25 代 門 首 。 +記念 物 ( きねん ぶつ ) +美観 地区 ( びかんちく ) は 、 「 市街 地 の 美観 を 維持 する ため に 定め る 地区 」 で あ る ( 都市 計画 法 第 9 条 ) 。 +『 ターヘル ・ アナトミア 』 は 『 解体 新書 』 の 底本 と な っ た 解剖 学書 。 +正親町 実連 ( おおぎまち さ ねつら 、 享保 5 年 7 月 23 日 ( 旧暦 ) ( 1720 年 8 月 26 日 ) - 享和 2 年 9 月 29 日 ( 旧暦 ) ( 180 2 年 10 月 25 日 ) ) は 、 江戸 時代 中期 の 公家 。 +倭迹迹日 百 襲 媛命 ( やまと と と ひも も そひめ の みこと 、 生没年 不詳 ) は 、 孝霊 天皇 の 皇女 。 +大谷 光照 ( おおた に こうしょう 、 1911 年 ( 明治 44 年 ) 1 1 月 1日 - 2002 年 ( 平成 14 年 ) 6 月 14 日 ) は 日本 の 宗教 家 。 +藤原 正光 ( ふじわら の まさみつ 、 天暦 11 年 ( 957 年 ) - 長和 3 年 2 月 29 日 ( 旧暦 ) ( 1013 年 4 月 1日 ) ) は 、 平安 時代 中期 の 公卿 。 +語録 ( ごろく ) と は 、 一般 的 に あ る 人物 の 言葉 を 集め た 物 で あ る 。 +半衿 ( はんえり ) と は 、 和服 用 の 下着 で あ る 襦袢 に 縫い付け る 替え 衿 の こと 。 +ヒジキ ( 鹿尾菜 、 羊栖菜 、 学名 : Sargassumf us iforme 、 シノニム : Hizikia f us iformis ) は 、 褐藻 類 ホンダワラ 科 ホンダワラ 属 の 海藻 の 一種 で あ る 。 +静之窟 ( しず の いわや ) は 、 島根 県 大田 市 静間 町 魚津 の 海岸 に 存在 する 海食 洞 ( 奥行 は 約 45 m 、 高 さ は 約 13 m ) 。 +寄席 ( よせ ) と は 、 都市 に お い て 落語 ・ 浪曲 ・ 講談 ・ 漫才 ・ 奇術 など の 技芸 を 観客 に 見せ る ため 席亭 ( 興行 主 ) が 経営 する 常設 の 興行 小屋 で あ る 。 +死亡 帳 ( しぼう ちょう ) と は 古代 の 律令 制度 の 下 で 、 造籍 と 造籍 の 間 に 毎年 作成 さ れ る 帳簿 の こと 。 +後伏見 天皇 ( ご ふしみ てんのう 、 弘安 11 年 3 月 3 日 ( 1288 年 4 月 5 日 ) - 延元 元年 / 建武 3 年 4 月 6 日 ( 1336 年 5 月 17 日 ) ) は 鎌倉 時代 の 第 93 代 天皇 ( 在位 : 永仁 6 年 7 月 22 日 ( 1298 年 8 月 30 日 ) - 正安 3 年 1 月 21 日 ( 130 1 年 3 月 2 日 ) ) 。 +秋山之 下氷 壮夫 ( あきやま の したび を とこ ) は 日本 の 神 。 +三 柱 鳥居 ( み はしら とりい ) は 、 鳥居 を 3 基 組み合わせ た もの 。 +中外抄 ( ちゅうがいしょう ) は 、 院政 期 の 聞書 集 。 +九条 葱 ( くじょう ねぎ ) と は 、 日本 を 代表 する 青ねぎ ( 葉 ねぎ ) の 一種 で あ る 。 +天正 の 陣 ( てんしょう の じん ) は 、 1585 年 ( 天正 13 年 ) に 全国 統一 を 目指 す 羽柴 秀吉 ( 豊臣 秀吉 ) の 命 を 受け た 中国 ・ 毛利 氏 の 小早川 隆景 率い る 軍勢 が 四国 は 伊予 国 新居 郡 ( 現在 の 愛媛 県 新居浜 市 ) に 上陸 し 、 金子 城 城 主 金子 氏 金子 元 宅 率い る 地元 勢力 を 圧倒 的 な 戦力 で 制圧 し た 戦 で あ る 。 +庵点 ( いおりてん ) 「 & 12349 」 は 、 日本 語 で 、 歌 の はじめ など に 置 か れ る 約 物 の ひと つ 。 +紙垂 ( し で ) と は 、 注連 縄 や 玉串 、 祓串 、 御幣 など に つけ て 垂ら す 、 特殊 な 断 ち 方 を し て 折 っ た 紙 で あ る 。 +中原 猶介 ( なかはら なおすけ 、 天保 3 年 4 月 8 日 ( 旧暦 ) ( 1832 年 5 月 8 日 ) - 慶応 4 年 8 月 7 日 ( 旧暦 ) ( 1868 年 9 月 22 日 ) ) は 、 薩摩 国 ( 鹿児島 県 ) 出身 の 蘭学 者 ・ 科学 者 ・ 軍人 。 +吉良経 氏 ( きらつねうじ 、 生没年 不詳 ) は 鎌倉 時代 の 武将 。 +方丈 ( ほうじょう ) は 、 1 丈 四方 の 面積 を 指 す 。 +大伴 坂上郎女 ( おおとも の さかの うえ の いらつめ 、 生没年 不詳 ) は 、 『 万葉 集 』 の 代表 的 歌人 。 +多紀 連山 ( たきれんざん ) は 、 京都 府 から 篠山 市 、 丹波 市 に かけ て 高 い 岸壁 状 に 連な る 500 m ~ 700 m の 山々 の 総称 で 、 旧 多紀 郡 に ちな み 多紀 アルプス と も 呼 ば れ る 。 +丸髷 ( まるまげ ) と は 、 江戸 時代 から 明治 時代 を 通 じ て 最も 代表 的 な 既婚 女性 の 髪形 ( 日本 髪 ) 。 +稲富 祐直 ( い など めすけなお 、 天文 ( 元号 ) 21 年 ( 1552 年 ) - 慶長 16 年 2 月 6 日 ( 旧暦 ) ( 161 1 年 3 月 20 日 ) ) は 、 戦国 時代 ( 日本 ) から 江戸 時代 初期 の 砲術 家 。 +判 補 ( はんぽ ) と は 、 律令 制 に おけ る 補任 の 1 つ 。 +伝馬 ( てんま ) また は 伝馬 制 ( - せい ) と は 、 古代 から 近世 まで の 日本 に 見 られ た 使者 や 物資 を 馬 で 運 ぶ 交通 制度 、 また は その 馬 。 +行事 所 ( ぎょうじ しょ ) は 、 9 世紀 中頃 に 大嘗 祭 ( だい じょうえ ) など に 現れ 、 徐々 に 恒常 ・ 臨時 を 問 わ ず 様々 な 行事 に 設け られ た 機能 性 を 重視 し た プロジェクト チーム で あ り 、 必要 な 物資 の 調達 を 含 む 行事 事務 全般 を 取り 仕切 る 。 +藤波家 ( ふじなみ け ) は 大 中臣 氏 の 末裔 で あ る 堂上 家 で あ る 。 +知行 ( ちぎょう ) と は 、 日本 の 中世 ・ 近世 に お い て 、 領主 が 行使 し た 所領 支配 権 を 意味 する 歴史 概念 。 +青山 胤通 ( あおやま たねみち 、 安政 6 年 5 月 15 日 ( 旧暦 ) ( 1859 年 6 月 15 日 ) - 大正 6 年 ( 1917 年 ) 12 月 23 日 ) は 医学 者 、 医学 博士 。 +北条時 氏 ( ほうじょう ときうじ ) は 、 鎌倉 時代 前期 の 北条 氏 の 一門 。 +越中 褌 ( えっちゅう ふんどし ・ 越中 ふんどし ) と は 、 ふんどし の 一種 。 +イクラ ( ; ikra ) と は サケ の 魚卵 。 +五十 五 世 梅若 六郎 ( うめわか ろくろう 、 1907 年 8 月 3 日 - 1979 年 2 月 8 日 ) は 観世 流 シテ 方 能 楽師 、 人間 国宝 、 日本 芸術 院 会員 。 +吉備 大臣 入唐 絵巻 ( きび の おとど にっと う えまき ) は 、 日本 の 絵巻物 の 一 つ で あ る 。 +万里小路 充房 ( まで の こうじ あつ ふさ 、 永禄 5 年 6 月 24 日 ( 旧暦 ) ( 1562 年 7 月 25 日 ) - 寛永 3 年 9 月 12 日 ( 旧暦 ) ( 1626 年 10 月 31 日 ) ) は 、 江戸 時代 の 公家 。 +習合 ( しゅうごう ) と は さまざま な 宗教 の 神々 や 教義 など の 一部 が 混同 な い し は 同一 視 さ れ る 現象 の こと 。 +下間 仲孝 ( しもつまなかた か 、 天文 ( 元号 ) 20 年 ( 1551 年 ) - 元和 ( 日本 ) 2 年 5 月 15 日 ( 旧暦 ) ( 1616 年 6 月 28 日 ) ) は 日本 の 戦国 時代 ( 日本 ) 末期 から 江戸 時代 初期 の 武将 。 +藤原 聖子 ( ふじわらの きよこ 、 保安 ( 元 号 ) 3 年 ( 1122 年 ) - 養和 元年 12 月 4 日 ( 旧暦 ) ( 1182 年 1 月 10 日 ) ) は 平安 時代 末期 の 后妃 。 +九条 武子 ( くじょう たけこ 、 1887 年 ( 明治 20 年 ) 10 月 20 日 - 1928 年 ( 昭和 3 年 ) 2 月 7 日 ) は 、 教育 者 ・ 歌人 、 後年 に は 社会 運動 活動 家 と し て も 活躍 し た 。 +多々良浜 の 戦い ( たた ら はま の たたか い ) は 、 南北朝 時代 ( 日本 ) の 1336 年 ( 建武 ( 日本 ) 3 年 ) に 行 わ れ た 合戦 で あ る 。 +源 光保 ( みなもと の みつや す 、 生年 未詳 - 永暦 元年 ( 11 60 年 ) ) は 、 平安 時代 末期 の 武将 。 +松原 忠司 ( まつばら ちゅうじ 、 天保 五 年 ( 1835 年 ) ? - 慶応 元年 9 月 1日 ( 旧暦 ) ( 1865 年 10 月 20 日 ) ) は 新 選 組 に お い て 副 長助勤 及び 四番 隊 組長 と 柔術 師範 を 務め た 播磨 国 出身 の 浪士 ( 永倉 新八 に よ れ ば 大坂 浪人 ) 。 +地租 改正 事務 局 ( ちそかいせい じむ しょく ) と は 、 1875 年 3 月 24 日 - 18 81 年 6 月 30 日 に 明治 政府 に 設置 さ れ た 部局 。 +相州 炮術 調練 場 ( そしゅう ほうじゅつ ちょうれん じょう ) は 、 現在 の 神奈川 県 藤沢 市 および 茅ヶ崎 市 の 海岸 に あ っ た 、 江戸 時代 の 銃術 鍛練場 。 +勧農 ( かんのう ) と は 、 主 と し て 支配 者 が 農業 を 振興 ・ 奨励 する ため に 実施 する 行為 全般 を 指 す 日本 史 の 用語 。 +甘酒 ( あまざけ 、 醴 ) は 日本 の 伝統 的 な 甘味 飲料 の 一種 で 、 見 た 目 は どぶろく ( 濁酒 ) に 類似 する 白濁 液 で あ る 。 +尾崎 紅葉 ( おざき こうよう 、 慶応 3 年 12 月 16 日 ( 旧暦 ) ( 1868 年 1 月 10 日 ) - 明治 36 年 ( 190 3 年 ) 10 月 30 日 ) は 、 日本 の 小説 家 。 +京極 高 鎮 ( きょうごく た かつね 、 文化 ( 元号 ) 7 年 ( 1810 年 ) - 天保 5 年 6 月 23 日 ( 旧暦 ) ( 1834 年 7 月 29 日 ) ) は 、 丹後 国峰山 藩 の 第 9 代 藩 主 。 +鷹司 兼 基 ( たかつか さ かねもと 、 文治 元年 ( 1185 年 ) - 没年 不詳 ) は 、 鎌倉 時代 前期 の 公卿 。 +大同 団結 運動 ( だいどう だんけつ うんどう ) と は 、 1887 年 - 18 89 年 に 発生 し た 帝国 議会 開設 に 備え た 自由 民権 運動 各派 に よ る 統一 運動 。 +大隈 重信 ( おおくま しげのぶ 、 天保 9 年 2 月 16 日 ( 旧暦 ) ( 1838 年 3 月 11 日 ) - 大正 11 年 ( 1922 年 ) 1 月 10 日 ) は 、 日本 の 武士 ・ 佐賀 藩 士 、 政治 家 、 教育 者 。 +片岡 直温 ( かたおか なおはる 、 1859 年 10 月 13 日 ( 安政 6 年 9 月 18 日 ) - 1934 年 5 月 21 日 ) は 明治 ・ 大正 ・ 昭和 初期 の 実業 家 、 政治 家 で あ る 。 +大江 高校 前 駅 ( おおえ こうこう まえ えき ) は 、 京都 府 福知 山 市 大江町 ( 京都 府 ) 金屋 に あ る 、 北 近畿 タンゴ 鉄道 ( KTR ) 北 近畿 タンゴ 鉄道 宮 福線 の 鉄道 駅 。 +葛城 一言主 神社 ( かつらぎ ひとこと ぬし じんじゃ ) は 奈良 県 御所 市 に あ る 神社 。 +足利 義視 ( あしかが よしみ ) は 、 室町 時代 中期 から 後期 に かけ て の 足利 一族 。 +真蛇 ( しんじゃ ) と は 能面 の 一種 。 +嵯峨野 線 ( さがの せん ) は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 京都 駅 ~ 園部 駅 間 の 愛称 で あ る 。 +源 方子 ( みなもとの まさこ 、 治暦 2 年 ( 1066 年 ) - 仁平 2 年 3 月 21 日 ( 旧暦 ) ( 1152 年 4 月 27 日 ) ) は 、 中納言 藤原 長実 の 妻 。 +坐禅 ( ざぜん ) と は 、 姿勢 を 正 し て 坐 っ た 状態 で 精神 統一 を 行 う 、 禅 の 基本 的 な 修行 法 。 +近江 神宮 ( おう みじんぐう ) は 、 滋賀 県 大津 市 に 鎮座 する 神社 。 +大 念仏 狂言 ( だい ねんぶつ きょうげん ) と は 、 融通 念 仏 宗 ( 大 念仏 ) の 中興 者 で あ る 円覚 上人 に よ る 念仏 の 教え を 無言 劇 と し た もの 。 +大和野菜 ( やまと やさい ) と は 、 現在 の 奈良 県 ( 旧 大和 国 ) で 生産 さ れ て い る 野菜 の うち 、 奈良 県 が 「 大和野菜 」 と 認定 し た もの で 、 在来 種 で あ る 「 大和 の 伝統 野菜 」 17 品目 と 栽培 等 に 工夫 を 加え た 「 大和 の こだわり 野菜 」 4 品目 から な る 。 +不動 明王 ( ふ どうみょうおう ) 、 サンスクリット アチャラ ・ ナータ ( acalanaatha ) は 、 仏教 の 信仰 対象 で あ り 、 密教 特有 の 尊格 で あ る 明王 の 一尊 。 +日本 の 鉄道 史 ( 明治 ) で は 、 幕末 から 明治 が 終わ る まで の 期間 の 日本 の 鉄道 の 変遷 に つ い て 概説 する 。 +在原 氏 ( ありわらし ) は 、 平城 天皇 皇子 の 阿保 親王 ・ 高岳 親王 の 子男 が 臣籍 降下 し た こと に 興 る 皇別 氏族 ( 賜姓 皇族 参照 ) 。 +京都 三 大祭り ( きょうと さん だい まつり ) と は 京都 府 京都 市 内 で 行 わ れ る 3 つ の 祭り の こと 。 +茶話 会 ( さわか い ) と は 、 大 日本 帝国 憲法 下 に おけ る 貴族 院 _ ( 日本 ) に おけ る 院内 会 派 の 一 つ 。 +『 秋夜 長 物語 ( あき の よなが ものがたり ) 』 は 、 僧侶 と 稚児 と の 男色 を 主題 と する 稚児 物語 の 代表 作 。 +稚 武彦 命 ( わかたけひこ の みこと ) また は 若日子 建 吉備津 日子 命 は 古墳 時代 の 皇族 。 +奈良 国立 博物 館 ( なら こくりつ はくぶつ かん ) は 、 奈良 県 奈良 市 登 大路 町 に あ る 、 独立 行政 法人 国立 文化 財 機構 が 運営 する 博物 館 で あ る 。 +天武 天皇 ( てんむ てんのう 、 舒明 天皇 3 年 ( 631 年 ) ? - 朱 鳥 元年 9 月 9 日 ( 旧暦 ) ( 686 年 10 月 1日 ) ) は 『 皇統譜 』 に よ る と 第 40 代 に 数え られ る 天皇 で あ る ( 在位 : 天武 天皇 2 年 2 月 27 日 ( 旧暦 ) ( 67 3 年 3 月 20 日 ) - 朱 鳥 元年 9 月 9 日 ( 686 年 10 月 1日 ) ) 。 +雑炊 ( ぞうすい ) は 、 米飯 に 肉 、 魚介 類 、 キノコ や 野菜 を 加え て 、 醤油 や 味噌 など の 調味 料 と とも に 再度 炊 く 。 +夜久野 ヶ原 スキー 場 ( やく の が はら スキー じょう ) は 、 かつて 京都 府 福知山 市 夜久野 町 上 夜 久野 に あ っ た スキー 場 で あ る 。 +財団 法人 大学 コンソーシアム 京都 ( ざいだん ほうじん だいがく こんそーしあむ きょう と ) と は 、 日本 の 京都 府 京都 市 周辺 に 所在 する 立命 館 大学 、 龍谷 大学 、 同志社 大学 など を 中心 と し た 大学 に よ っ て 構成 さ れ た 財団 法人 。 +応量 器 ( おうりょうき ) と は 、 禅宗 の 修行 増 が 使用 する 個人 の 食器 の こと 。 +姉小路 公知 ( あね が こうじ きん と も 、 天保 10 年 12 月 5 日 ( 旧暦 ) ( 1839 年 1 月 22 日 ) - 文久 3 年 5 月 20 日 ( 旧暦 ) ( 1863 年 7 月 5 日 ) ) は 、 江戸 時代 末期 の 公家 。 +石橋 政方 ( いしばし ま さかた 、 天保 11 年 ( 1840 年 ) - 大正 5 年 ( 1916 年 ) ) は 日本 の 武士 ・ オランダ 通詞 、 外務 省 官吏 。 +北条 高広 ( きたじょう たかひろ 、 永正 14 年 ( 1517 年 ? ) - 天正 15 年 ( 1587 年 ? ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +下野 公忠 ( しもつけ の きん ただ 、 生没年 不詳 ) は 、 平安 時代 の 武人 。 +三雲 成持 ( みくもしげ も ち 、 天文 ( 元号 ) 9 年 ( 1540 年 ) - 慶長 8 年 ( 160 3 年 ) ) は 、 戦国 時代 ( 日本 ) の 武将 。 +奥州 探題 ( おうしゅうたんだい ) と は 、 室町 時代 から 戦国 時代 ( 日本 ) に おけ る 幕府 の 地方 官制 で あ る 。 +順徳 天皇 ( じゅんとく てんのう 、 建久 8 年 9 月 10 日 ( 1197 年 10 月 22 日 ) - 仁治 3 年 9 月 12 日 ( 1242 年 10 月 7 日 ) は 鎌倉 時代 の 第 84 代 天皇 。 +弽 ( ゆがけ 、 かけ 、 しょう ) は 日本 の 弓道 ・ 弓術 に 於 い て 使用 さ れ る 和弓 を 引 く ため の 道具 で 、 鹿革 製 の 手袋 状 の もの 。 +褌祝 ( ふんどし いわい 、 へこいわい ) は 、 日本 の 一部 地方 で 行 わ れ る 男子 の 成人 に な る ため の 祭事 。 +瑞泉 寺 ( ずいせんじ ) は 京都 府 京都 市 中京 区 木屋 町 三 条 下 る 石屋 町 に あ る 寺院 で あ る 。 +一条 冬経 ( いちじょうふゆつね 、 慶安 5 年 4 月 13 日 ( 旧暦 ) ( 1652 年 5 月 20 日 ) - 宝永 2 年 9 月 10 日 ( 旧暦 ) ( 170 5 年 10 月 27 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +孟津 抄 ( もうしん しょう ) は 、 戦国 ( 日本 ) ・ 安土 桃山 時代 の 関白 ・ 九条 稙通 が 著 し た 『 源氏 物語 』 の 注釈 書 。 +水口 岡山城 ( みな くち おかやま じょう ) は 滋賀 県 甲賀 市 水口 町 水口 に あ る 城 。 +直指庵 ( じき しあん ) は 、 京都 市 右京 区 に あ る 浄土 宗 の 寺院 。 +四条 隆資 ( しじょう たかすけ 、 正応 5 年 ( 1292 年 ) - 正平 ( 日本 ) 7 年 / 観応 3 年 5 月 10 日 ( 旧暦 ) ( 1352 年 6 月 22 日 ) ) は 、 南北朝 時代 ( 日本 ) の 吉野 朝廷 に 仕え た 公卿 。 +金銀 複本位 制 ( きんぎん ふく ほんい せい ) と は 、 金貨 ・ 銀貨 両方 を 本位 貨幣 と し て その 鋳造 と 輸出入 の 自由 を 保持 し 、 なおかつ 固定 化 し た 金銀 比価 を 保持 する 通貨 制度 の こと で あ る 。 +山科 言継 ( やましな ときつ ぐ 、 永正 4 年 4 月 26 日 ( 旧暦 ) ( 150 7 年 6 月 6 日 ) - 天正 7 年 3 月 2 日 ( 旧暦 ) ( 1579 年 3 月 28 日 ) ) は 、 戦国 時代 ( 日本 ) の 公家 で 内蔵 頭 から 権 大 納言 に 昇 っ た 。 +師長 国造 ( しながの くにのみやつこ ・ しなが こくぞう ) は 相模 国 西部 を 支配 し た 国造 。 +松井 須磨子 ( まついすまこ 、 1886 年 3 月 8 日 - 1919 年 1 月 5 日 ) は 、 日本 の 新劇 俳優 。 +御璽 ( ぎょじ ) と は 天皇 の 璽 ( 公印 ) の こと 。 +御代 参 街 道 ( ご だい さん かいどう ) は 、 江戸 時代 に 近江 国 に 整備 さ れ た 土山 ( 現 甲賀 市 ) から 小幡 ( 現 東 近江 市 ) の 間 約 36 ㎞ の 脇 街道 。 +問屋 ( といや 、 とんや ) と は 、 現代 に おけ る 一般 的 意味 と し て は 卸売 業 者 を 指 す が 、 歴史 用語 及び 法律 用語 と し て 用い られ る 場合 は 異な る 意味 を 持 つ 。 +叡尊 ( えいそん ・ えいぞん 、 建仁 元年 ( 120 1 年 ) - 正応 3 年 8 月 25 日 ( 旧暦 ) ( 1290 年 9 月 29 日 ) ) は 、 鎌倉 時代 中期 の 真言律宗 の 僧 。 +蘇我 高麗 ( そ が の こま ) は 古墳 時代 の 豪族 。 +政事 要略 ( せいじ よう りゃく ) は 、 平安 時代 の 政務 運営 に 関 する 事例 を 掲げ た 書 。 +楠瀬 喜多 ( くすのせき た 、 天保 7 年 ( 1836 年 ) - 大正 9 年 ( 1920 年 ) ) は 日本 の 婦人 運動 家 。 +徳川 家康 の 影武者 説 ( とくがわ いえやす の かげむ しゃせつ ) 、 は 江戸 幕府 を 開 い た 徳川 家康 の 生涯 は 通説 で 考え られ て い る もの と 異な り 、 人生 の いずれ か の 段階 で 別人 と 入れ替わ っ た と い う 俗説 。 +日本 の 鉄道 ( にほん の てつどう ) と は 、 日本 に おけ る 鉄道 および 軌道 ( 鉄道 ) 等 の 総称 で あ る 。 +稲生 若水 ( いのう じゃく すい 、 明暦 元年 7 月 27 日 ( 旧暦 ) ( 1655 年 8 月 28 日 ) - 正徳 ( 日本 ) 5 年 7 月 6 日 ( 旧暦 ) ( 1 71 5 年 8 月 4 日 ) ) は 江戸 時代 中期 の 医学 者 ・ 本草 学者 ・ 儒学 者 。 +上喜撰 ( じょうきせん ) は 、 緑茶 の 銘柄 ( ブランド 名 ) 。 +大名 ( だいみょう ) と は 、 大名主 より 転 じ た 語 。 +財団 法人 冷泉 家 時雨亭 文庫 ( れいぜいけし ぐれ て い ぶんこ ) は 、 藤原 定家 の 子孫 で あ り 、 歌道 の 家 と し て 知 ら れ る 冷泉 家 ( 上冷泉 家 ) に 伝わ る 古写 本 、 建築 、 年中 行事 など の 文化 遺産 を 保存 し 、 冷泉 流古 今 伝授 を 継承 する こと を 目的 と し て 設立 さ れ た 。 +大宮 御所 ( おおみやごしょ ) と は 、 大正 天皇 崩御 に よ っ て 皇太后 と な っ た 貞明 皇后 の ため に 赤坂 離宮 の 敷地 内 ( 現在 の 赤坂 御 用地 ) に 建設 さ れ た 御殿 の こと 。 +福岡 孝悌 ( ふくおか た かち か 、 天保 6 年 2 月 5 日 ( 旧暦 ) ( 1835 年 3 月 3 日 ) - 大正 8 年 ( 1919 年 ) 3 月 7 日 ) は 、 幕末 期 の 土佐 藩 の 家老 、 明治 時代 の 政治 家 。 +楠本 高子 ( くすもと たかこ 、 嘉永 5 年 2 月 7 日 _ ( 旧暦 ) ( 1852 年 2 月 26 日 ) - 昭和 13 年 ( 1938 年 ) 7 月 18 日 ) は フィリップ ・ フランツ ・ フォン ・ シーボルト の 孫娘 で 楠本 イネ の 娘 。 +安倍 文殊 院 ( あべ もんじゅ いん ) は 奈良 県 桜井 市 に あ る 華厳 宗 の 寺院 で あ る 。 +桑山 玉洲 ( くわやま ぎょくしゅう 、 延享 3 年 ( 1746 年 ) - 寛政 11 年 4 月 13 日 ( 旧暦 ) ( 1799 年 5 月 17 日 ) ) は 、 江戸 時代 中期 の 文人 画 ・ 美術 評論 家 。 +かま 風呂 は 京都 市 左京 区 八瀬 周辺 に 存在 する 日本 古式 の サウナ の 一種 。 +姫 の 前 ( ひめ の まえ 、 生没年 不詳 ) は 鎌倉 時代 初期 の 女性 。 +伊庭 貞剛 ( いばていごう 、 弘化 4 年 1 月 5 日 ( 旧暦 ) ( 1847 年 2 月 19 日 ) - 大正 15 年 ( 1926 年 ) 10 月 22 日 ) は 、 第 二 代 住友 総理事 で あ る 。 +官途状 ( かん とじょう ) と は 、 室町 時代 以降 、 主君 が 武功 を 挙げ た 家臣 に 対 し て 特定 の 官職 を 私称 する こと を 許 し た 書状 の こと で あ る 。 +吉弘 菊姫 ( よしひろ き くひめ 、 ? - 文禄 4 年 11 月 4 日 ( 旧暦 ) ( 1595 年 12 月 4 日 ) ) は 戦国 時代 ( 日本 ) 末期 から 安土 桃山 時代 の 武家 女性 。 +高瀬川 ( たかせ がわ ) は 、 江戸 時代 初期 に 角倉 了 以 ・ 角倉 素庵 父子 に よ っ て 、 京都 の 中心 部 と 伏見 を 結 ぶ ため に 物流用 に 開削 さ れ た 運河 で あ る 。 +飛鳥 浄 御原宮 ( あすか の きよみはらの みや 、 あすか きよみ が はらのみや ) は 、 7 世紀 後半 の 天皇 で あ る 天武 天皇 と 持統 天皇 の 2 代 が 営 ん だ 宮 。 +申次 ( もう しつぎ ) と は 、 奏者 ( そうじゃ / そうしゃ ) と も 呼 ば れ 、 主君 に 奏事 伝達 を 行 う 役目 を 担 っ た 役職 、 あるいは 奏事 伝達 行為 その もの を 「 申次 」 と 呼 ぶ 。 +唐揚げ ( からあげ 、 空揚げ ) と は 、 揚げ 油 を 使用 し た 調理 方法 、 また その 調理 さ れ た 料理 を 指 す 。 +岡田 鴨 神社 ( おかだか も じんじゃ ) は 、 京都 府 木津川 市 ( 旧 相楽 郡 加茂 町 ( 京都 府 ) ) に あ る 神社 で あ る 。 +本願 寺 聖人 伝絵 ( ほんがん じ しょうにん でん ね ) と は 、 浄土 真宗 の 宗祖 親鸞 の 生涯 を 絵詞 で 記 し た 仏教 書 。 +勅撰集 ( ちょくせんしゅう ) は 帝王 の 命 に よ っ て 編纂 さ れ た 書物 、 もしくは 帝王 が 記 し た 書物 の うち 特に 公式 の もの と し て 認め られ て い る もの を 指 す 。 +紀安雄 ( きの やすお 、 弘仁 13 年 ( 82 2 年 ) - 仁和 2 年 5 月 28 日 ( 旧暦 ) ( 886 年 7 月 7 日 ) ) は 、 平安 時代 の 貴族 。 +上杉 謙信 / 上杉 輝虎 ( うえすぎ けんしん / うえ すぎ てるとら ) は 、 戦国 時代 ( 日本 ) に おけ る 越後 国 の 戦国 大名 。 +天照 大神 ( あまてら す おおみかみ ・ てんしょう だいじん ) は 、 日本 神話 に 登場 する 神 ( 神道 ) ( 人格 神 ) で あ る 。 +井 深彦三郎 ( いぶか ひこさぶろう 、 慶応 2 年 ( 1868 年 ) - 大正 5 年 ( 1916 年 ) ) は 、 明治 時代 の 陸軍 工作 員 、 後 に 衆議 院 議員 。 +荘園 ( しょう えん ) と は 、 公的 支配 を 受け な い ( あるいは 公的 支配 を 極力 制限 し た ) 一定 規模 以上 の 私的 所有 ・ 経営 の 土地 で あ る 。 +藤原 仲文 ( ふじわら の なか ふみ 、 923 年 - 992 年 ) は 、 平安 時代 中期 の 歌人 。 +呉春 ( ご しゅん 、 宝暦 2 年 3 月 15 日 ( 旧暦 ) ( 175 2 年 4 月 28 日 ) - 文化 ( 元号 ) 8 年 7 月 17 日 ( 旧暦 ) ( 1811 年 9 月 4 日 ) ) は 、 江戸 時代 の 絵師 。 +茶道 ・ 遠州 流 と は 別 に 、 独自 に 派生 し た い けば な 流派 。 +泗川 の 戦い ( しせん の たたかい ) と は 文禄 ・ 慶長 の 役 に おけ る 日本 の 合戦 一覧 の 一 つ 。 +豊臣 姓 と は 、 天正 時代 に 関白 と な っ て 政権 を 掌握 し た 豊臣 秀吉 に 与え られ た 本姓 で あ る 。 +唐崎 神社 ( からさき じんじゃ ) は 、 滋賀 県 大津 市 に あ る 神社 。 +官途 奉行 ( かんと ぶぎょう ) は 、 鎌倉 幕府 ・ 室町 幕府 に お い て 、 御 家人 の 位 階 任官 を 職掌 と し た 役職 で あ る 。 +遠山 直景 ( とおやま なおかげ 、 生年 不詳 - 天文 2 年 3 月 13 日 ( 1533 年 4 月 7 日 ) ) は 小田原 後 北条 氏 ( 以降 、 北条 氏 と 略 す ) の 家臣 。 +『 蕪村 妖怪絵 巻 』 ( ぶそん よう かいえまき ) は 、 江戸 時代 中期 の 俳人 ・ 画家 で あ る 与謝 蕪村 に よ る 日本 の 妖怪 絵 巻 。 +カツ丼 ( カツどん ) は 、 丼物 の 一種 で 、 丼 に 盛 っ た 飯 の 上 に 、 味 を 付け た カツレツ を 乗せ た 日本 料理 。 +大 行天皇 ( たいこうてん のう ) は 、 天皇 が 崩御 ( 死去 の 意 ) し た 後 、 追号 が 贈 ら れ る まで の 呼称 。 +中原 師連 ( なかはら の もろつら 、 承久 3 年 ( 1220 年 ) - 弘安 6 年 ( 1283 年 ) ) は 鎌倉 時代 中期 の 幕府 実務 官 。 +八木 倍 年説 ( やぎ ばいねん せつ ) と は 八木 荘司 の 神話 上 の 天皇 の 実在 を 主張 する 説 。 +八条 宮長 仁親王 ( はちじょう の みや おさひとしんの う 、 明暦 元年 5 月 14 日 ( 旧暦 ) ( 1655 年 6 月 18 日 ) - 延宝 3 年 6 月 25 日 ( 旧暦 ) ( 167 5 年 8 月 16 日 ) ) は 、 江戸 時代 前期 の 日本 の 皇族 。 +応永 の 外寇 ( おうえい の がいこう 、 朝鮮 で は 己亥 東征 と 称 す ) と は 、 日本 史 の 時代 区分 で は 室町 時代 の 1419 年 ( 応永 26 年 ) に 起き た 、 李 氏 朝鮮 軍 に よ る 対馬 国 襲撃 を さ す 。 +神仏 分離 ( しんぶつ ぶんり ) は 、 神仏 習合 の 慣習 を 禁止 し 、 神道 と 仏教 、 神 ( 神道 ) と 仏 、 神社 と 寺院 と を はっきり 区別 さ せ る こと 。 +五輪 塔 ( ごりん とう ) は 、 主に 供養 塔 ・ 墓塔 と し て 使 わ れ る 仏塔 の 一種 で あ る 。 +宍戸 ( ししど たまき 、 文政 12 年 3 月 15 日 ( 旧暦 ) ( 1829 年 4 月 18 日 ) - 明治 34 年 ( 1901 年 ) 10 月 1日 ) は 、 江戸 時代 末期 ( 幕末 ) から 明治 時代 に かけ て の 政治 家 ・ 官僚 。 +大 日本 史 ( だい に ほんし ) は 、 日本 の 歴史 書 。 +円融 寺 ( えんゆうじ ) は 、 かつて 京都 に 存在 し た 円融 天皇 の 御願 寺 。 +一 条房 冬 ( いちじょうふさ ふゆ 、 明応 7 年 ( 1498 年 ) - 天文 ( 元号 ) 10 年 11 月 6 日 ( 旧暦 ) ( 1541 年 11 月 23 日 ) ) は 戦国 時代 ( 日本 ) の 人物 。 +学校 法人 同志社 ( がっこう ほう じんどう し しゃ 、 英字 表記 The Dos hisha ) は 、 同志社 大学 や 同志社 女子 大学 が 属 する 学校 法人 。 +茶壺 ( ちゃつぼ ) と は 、 石臼 で 擂りつぶ す 前 の 抹茶 、 すなわち 碾茶 ( 葉茶 ) を 保管 する ため に 用い られ る 陶器 製 の 壺 ( 葉茶壺 ) で あ る 。 +慈道 法 親王 ( じどう ほっ しん のう 、 弘安 5 年 ( 12 82 年 ) - 暦応 4 年 / 興国 2 年 4 月 11 日 ( 1341 年 4 月 27 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 に かけ て の 法親 王 。 +時範記 ( ときのりき ) は 、 平安 時代 後期 の 官人 、 平時 範 が 記 し た 日記 。 +麝香 間 祗候 ( じゃこう の ましこう ) は 帝国 憲法 下 に 於 い て 、 華族 ・ 親任 官 及び 明治 維新 の 功労 者 を 優遇 する 為 に 設け られ た 資格 。 +阿倍 陸奥 永宗 ( あべの むつ の なが むね 、 生没年 不明 ) は 、 9 世紀 日本 の 陸奥 国 ( 現在 の 宮城 県 ) 柴田 郡 の 郡司 で あ る 。 +鐙口 ( あぶみくち ) は 、 鳥山 石燕 の 妖怪 画 集 『 百 器 徒然 袋 』 に あ る 日本 の 妖怪 。 +龍山 徳見 ( りゅう さんとく けん 、 弘安 7 年 ( 1284 年 ) - 延文 3 年 / 正平 ( 日本 ) 13 年 11 月 13 日 ( 旧暦 ) ( 1358 年 12 月 14 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 臨済 宗 の 僧 。 +日野城 ( ひ の じょう ) は 、 滋賀 県 蒲生 郡 日野 町 ( 滋賀 県 ) に あ っ た 日本 の 城 。 +朱子学 ( しゅし がく ) と は 、 南宋 の 朱熹 に よ っ て 再 構築 さ れ た 儒教 の 新し い 学問 体系 。 +平滋子 ( たいら の しげこ 、 康治 元年 ( 1142 年 ) - 安元 2 年 7 月 8 日 ( 1176 年 8 月 14 日 ) ) は 、 後白河 天皇 の 譲位 後 の 妃 。 +藤原 泰子 ( ふじわら の たいし / やすこ 、 嘉保 2 年 ( 1095 年 ) - 久寿 2 年 12 月 16 日 ( 1156 年 1 月 10 日 ) ) は 平安 末期 の 后妃 、 女院 。 +山号 勝軍 山 +松平 忠英 ( まつだいら ただつね 、 寛政 2 年 1 月 9 日 ( 旧暦 ) ( 1790 年 2 月 22 日 ) - 文化 ( 元号 ) 7 年 4 月 10 日 ( 旧暦 ) ( 1810 年 5 月 12 日 ) ) は 、 信濃 国 上田 藩 の 嫡子 。 +佐野 常民 ( さ の つねたみ 、 1823 年 2 月 8 日 ( 文政 5 年 12 月 28 日 ( 旧暦 ) ) - 190 2 年 12 月 7 日 ) は 、 日本 の 武士 ・ 佐賀 藩 士 。 +大手 門 ( おおて もん ) と は 、 日本 の 城郭 に おけ る 内部 二の丸 また は 、 三 の丸 など の 曲輪 へ 通じ る 虎口 に 設け られ た 門 。 +北条 義宗 ( ほうじょうよしむね 、 建長 5 年 ( 1253 年 ) - 建治 3 年 8 月 17 日 ( 旧暦 ) ( 1277 年 9 月 16 日 ) ) は 、 鎌倉 時代 中期 の 北条 氏 一門 。 +成尋 ( じょうじん 、 寛弘 8 年 ( 1011 年 ) - 永保 元年 10 月 6 日 ( 旧暦 ) ( 1081 年 11 月 9 日 ) ) は 、 平安 時代 中期 の 天台 宗 の 僧 。 +広小路 通 ( ひろこうじ どおり ) は 、 京都 府 京都 市 の 東西 の 通り の 一 つ 。 +『 花月 』 ( かげつ ) は 、 能 の 遊狂 物 の 一 曲 で あ る 。 +三好 氏 ( みよし し ) は 信濃 源 氏 で 鎌倉 時代 の 阿波 の 守護 小笠原 氏 の 末裔 。 +御所田 通 ( ご しょ でんどおり ) は 京都 市 北 区 ( 京都 市 ) 紫野 東 御所田 町内 を 通 る 東西 の 道 。 +三村 親成 ( みむら ちかしげ 、 生年 不詳 - 慶長 14 年 10 月 1日 ( 旧暦 ) ( 1609 年 10 月 28 日 ) ) は 、 三村 期 ~ 毛利 期 の 備 中国 成羽 ( 鶴首 城 ) 主 。 +八条 宮 智仁親王 ( はちじょう のみや としひと しんの う 、 天正 7 年 1 月 8 日 ( 1579 年 2 月 3 日 ) - 寛永 6 年 4 月 7 日 ( 1629 年 5 月 29 日 ) ) は 、 戦国 時代 から 江戸 時代 前期 に かけ て の 皇族 。 +七 手 組 ( なな てぐみ ) と は 、 豊臣 秀吉 が 創設 し た 旗本 衆 。 +みなと 舞鶴 ちゃ っ た まつり ( みなと まいづる ちゃ っ た まつり ) と は 、 京都 府 舞鶴 市 で 行 わ れ て い る お 祭り 。 +シオツチノオジ ( シホツチノヲヂ ) は 、 日本 神話 に 登場 する 神 ( 神道 ) で あ り 塩竈 明神 と も 言 う 。 +神社 局 ( じんじゃ きょく ) は 、 明治 政府 に 置 か れ た 局 の 一 つ で あ る 。 +泉沢 久秀 ( いずみさわ ひさひで 、 生年 不詳 - 元和 ( 日本 ) 元年 ( 1615 年 ) 3 月 ( 旧暦 ) ) は 、 戦国 時代 ( 日本 ) の 武将 、 上杉 家臣 。 +新撰 莬 玖 波集 ( しんせん つくば しゅう ) は 、 室町 時代 後期 の 准勅 撰 連歌 撰集 。 +慶運 ( けい うん / きょううん 、 永仁年間 ( 1293 年 - 1299 年 ) - 正平 ( 日本 ) 24 年 / 応安 2 年 ( 1369 年 ) 頃 ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 天台 宗 の 僧 ・ 歌人 。 +胡蝶 ( こちょう ) は 、 『 源氏 物語 』 五十 四 帖 の 巻名 の ひと つ 。 +近衛 基前 ( このえもと さき 、 天明 3 年 8 月 11 日 ( 旧暦 ) ( 1783 年 9 月 7 日 ) - 文政 3 年 4 月 19 日 ( 旧暦 ) ( 1820 年 5 月 30 日 ) ) は 江戸 時代 後期 の 公卿 。 +竹伐 狸 、 竹切 狸 ( たけきりだ ぬき ) は 、 京都 府 南 桑田 郡 保津 村 大年 ( 現 ・ 亀岡 市 ) に 伝わ る タヌキ の 妖怪 。 +中世 日本 紀 ( ちゅうせい に ほんぎ ) は 、 日本 中世 に お い て 、 『 日本 書紀 』 等 に 基づ き ながら も 主 に 本地 垂迹説 など に 則 り 多様 に 解釈 ・ 再編成 さ れ た 神話 群 の 総称 で あ る 。 +宿曜 道 ( すくようどう ) と は 、 平安 時代 、 空海 を はじめ と する 留学 僧 ら に よ り 、 密教 の 一 分野 と し て 日本 へ もたら さ れ た 占星 術 の 一種 。 +白浪物 ( し らなみもの ) と は 歌舞伎 の 演目 の 種類 名 。 +日本 画 家 ( にほん が か ) と は 明治 時代 以降 、 日本 の 絵画 が 洋画 と 日本 画 の ジャンル に 分かれ た ため 、 洋画 家 の 対義 語 と し て 使 わ れ る 言葉 。 +胞衣 壺 ( えなつぼ ) は 、 胞衣 ( 人間 の 胎盤 ) を 埋納 する 際 に 納め る 容器 ( 壺 ) 。 +三十 六 歌仙 ( さんじゅう ろっ かせん ) と は 、 藤原 公任 の 『 三十 六 人 撰 』 に 載 っ て い る 和歌 の 名人 36 人 の 総称 で あ る 。 +平清 貞 ( たいらの きよ さ だ 、 生年 未詳 - 寿永 3 年 2 月 7 日 ( 旧暦 ) ( 1184 年 3 月 20 日 ) ) は 、 平安 時代 末期 の 武将 。 +了翁 道覚 ( りょう おう どうかく 、 寛永 7 年 3 月 18 日 ( 1630 年 4 月 29 日 ) - 宝永 4 年 5 月 22 日 ( 17 0 7 年 6 月 21 日 ) ) は 、 江戸 時代 前期 、 教育 文化 、 社会 福祉 、 公共 事業 など 各種 の 社会 事業 に 貢献 し た 黄檗 宗 の 僧 。 +松平 信道 ( まつだい ら のぶみち ) は 、 丹波 亀山 藩 の 第 3 代 藩 主 。 +現生 正定聚 ( げん しょう しょう じょうじゅ ) と は 、 「 現生 不退 ( げんしょうふたい ) 」 と も 言 う 。 +不受 不 施義 ( ふ じゅふせぎ ) と は 、 日蓮 宗 に おけ る 思想 の 1 つ で の 不受 と は 法華 経 の 信者 以外 から は 施し を 受け ず 、 不施 と は 法華 経 以外 の 教え を 広め る 僧侶 に は 施し を し な い と い う こと 。 +京都 市 美術 館 ( きょう と し びじゅつ かん ) は 京都 府 京都 市 の 岡崎 公園 に あ る 美術 館 。 +三 種 の 神器 ( みくさ の かむ だ から 、 さんしゅ の じんぎ ) と は 、 天孫 降臨 の 時 に 、 天照 大神 から 授け られ た と する 鏡 ・ 剣 ・ 玉 を 指 す 。 +野呂 元 丈 ( のろ げんじょう 、 元禄 6 年 12 月 20 日 ( 旧暦 ) ( 1694 年 1 月 15 日 ) - 宝暦 11 年 7 月 6 日 ( 旧暦 ) ( 1761 年 8 月 6 日 ) ) は 、 江戸 時代 中期 の 本草 学 者 。 +懐良 親王 ( かねな が しん の う / かねよし しんの う 、 元徳 元年 ( 1329 年 ) ? - 弘和 3 年 / 永徳 3 年 3 月 27 日 ( 旧暦 ) ( 1383 年 4 月 30 日 ) ) は 、 後醍醐 天皇 の 皇子 で あ る 。 +落ち ( おち ・ オチ ) +御 年寄 ( お としより ) は 江戸 時代 の 大奥 女 中 の 役職 名 で 、 老女 と 呼称 さ れ る 事 も あ る 。 +青木 木米 ( あおき もくべい 、 明和 4 年 ( 1767 年 ) - 天保 4 年 5 月 15 日 ( 旧暦 ) ( 1833 年 7 月 2 日 ) ) は 江戸 時代 の 絵師 、 京焼 の 陶工 で あ る 。 +藤原 豊子 ( ふじわら の ほうし ( とよこ ) 、 生没年 不詳 ) は 平安 時代 中期 の 女官 。 +南丹 ( なんたん ) と は 、 京都 府 の 丹波 地方 南部 を 指 す 呼称 で 、 行政 区分 と し て 京都 府 中央 部 の 亀岡 市 、 南丹 市 、 船井 郡 京丹波 町 の 3 市 町 の 地域 ( 旧 船井 郡 ・ 旧 北桑田 郡 ・ 旧 南 桑田 郡 ) を い う 。 +北 政所 ( きたの まんどころ ) と は 、 天皇 の 宣旨 に よ り 摂政 や 関白 の 正室 に 対 し て 贈 ら れ た 称号 。 +浅井 久政 ( あざい ひさまさ 、 淺井 久政 、 ) は 日本 の 戦国 時代 ( 日本 ) の 武将 。 +大西 清右衛門 ( おお にしせいえもん ) は 、 千家 十 職 の 釜師 。 +民俗 文化 財 ( みんぞく ぶんか ざい ) と は 、 民俗 資料 の うち 、 とくに 資料 性 が 高 く 、 保存 措置 が 必要 だっ たり 、 あるいは 、 保存 の ため の 措置 や 施策 が 功 を 奏 する と 期待 さ れ る 資料 で あ る 。 +観世 清長 ( かんぜきよなが 、 - 1842 年 ( 天保 13 年 ) と は 、 シテ 方 観世 流能 楽師 。 +千本 福隆 ( せん ぼん よ し た か 、 1854 年 6 月 19 日 ( 嘉永 7 年 5 月 24 日 ( 旧暦 ) ) - 1918 年 ( 大正 7 年 ) ) は 、 師範 学校 高等 師範 学校 ・ 女子 高等 師範 学校 名誉 教授 。 +猿 丸 太夫 ( さる まる の たいふ 、 さる まる だ ゆう 、 生没年 不詳 ) は 、 三十 六 歌仙 の 一人 。 +太平 御覧 ( たいへい ぎょらん ) と は 、 中国 北宋 代 初期 に 成立 し た 類書 の 一 つ で あ る 。 +九条 兼 孝 ( くじょう かね たか 、 天文 ( 元号 ) 22 年 11 月 20 日 ( 旧暦 ) ( 1553 年 12 月 25 日 ) - 寛永 13 年 1 月 17 日 ( 旧暦 ) ( 1636 年 2 月 23 日 ) ) は 、 安土 桃山 時代 から 江戸 時代 初期 に かけ て の 関白 。 +俊恵 ( しゅんえ 、 永久 ( 元号 ) 元年 ( 1113 年 ) - 建久 2 年 ( 1191 年 ) 頃 ? ) は 、 平安 時代 末期 の 僧 ・ 歌人 。 +他 力 本願 ( たり きほん がん ) に は 、 次 の 意味 が あ る 。 +覚助 ( かくじょ 、 生年 不詳- 承暦 元年 ( 1077 年 ) ) は 、 平安 時代 中期 の 仏師 。 +広如 ( こうにょ 、 寛政 10 年 ( 1798 年 ) - 明治 4 年 ( 18 71 年 ) 8 月 19 日 は 、 幕末 の 浄土 真宗 の 僧 、 西本願 寺 20 世 宗 主 、 大僧正 。 +日本 海 ( に ほんかい 、 また は にっぽん か い ) は 、 西 太平 洋 の 縁海 で 、 樺太 、 北海道 、 本州 、 九州 、 ユーラシア 大陸 の 朝鮮 民主 主義 人民 共和 国 、 大韓民国 、 ロシア 連邦 に 囲 ま れ て い る 。 +割烹着 ( かっぽう ぎ ) は 、 日本 で 考案 さ れ た 、 主に 和服 に かけ る エプロン の 一種 。 +退蔵 院 ( たいぞう いん ) は 京都 市 右京 区 花園 に あ る 臨済 宗 大 本山 妙心 寺 の 塔頭 ( たっちゅう ) で あ る 。 +虎関 師錬 ( こかんし れん 、 弘安 元年 ( 1278 年 ) - 正平 ( 日本 ) 元年 / 貞和 2 年 7 月 24 日 ( 旧暦 ) ( 1346 年 8 月 11 日 ) ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) に かけ て の 臨済 宗 の 僧 。 +冷泉 為広 ( れいぜい ため ひろ 、 宝徳 2 年 ( 1450 年 ) - 大永 6 年 7 月 23 日 ( 旧暦 ) ( 152 6 年 8 月 30 日 ) ) は 日本 の 歌人 。 +智鸞 ( ちらん 、 生没年 不詳 ) は 、 奈良 時代 の 法 相 宗 の 僧 。 +加納 鷲雄 ( かのうわしお 、 天保 10 年 11 月 9 日 ( 旧暦 ) ( 1839 年 12 月 14 日 ) - 明治 35 年 ( 190 2 年 ) 10 月 27 日 ) は 、 新 選 組 の 隊士 、 伍長 で 、 のち 御陵 衛士 ( 高台 寺 党 ) 。 +安保 実員 ( あぼさね かず / あぶさね か ず 、 生没 年 未詳 ) は 、 鎌倉 時代 前期 の 鎌倉 幕府 の 御 家人 。 +真興 ( しんぎょう 、 承平 ( 日本 ) 5 年 ( 935 年 ) - 寛弘 元年 10 月 23 日 ( 旧暦 ) ( 100 4 年 12 月 7 日 ) ) は 、 平安 時代 中期 の 法相 ・ 真言 宗 の 僧 。 +煮豆 ( にまめ ) は 、 ダイズ や アズキ 、 の 乾燥 豆 を 水 で もど し 、 甘 い 味付け で やわらか く 煮 た もの で あ る 。 +祭囃子 ( まつり ばやし ) は 祭 の 際 に 演奏 さ れ る 音楽 で 、 邦楽 の ジャンル の 一 つ 。 +直会 ( なおらい ) と は 、 神社 に 於け る 祭 の 最後 に 、 神事 に 参加 し た もの 一同 で 神酒 を 戴 き 神饌 を 食 する 行事 ( 共飲 共食 儀礼 ) で あ る 。 +直務 ( じきむ ) と は 、 荘園 領主 ( 本所 ・ 領家 ) が 荘務 権 を 直接 執行 し て 荘園 の 直接 支配 ( 所務 ) を 行 う こと 。 +骨傘 ( ほね からかさ ) は 、 鳥山 石燕 の 『 百 器 徒然 袋 』 に 描 か れ る 日本 の 妖怪 。 +国免荘 ( こくめん の しょう ) は 、 平安 時代 後期 の 荘園 の うち 、 国司 に よ っ て 諸役 の 免除 を 受け た もの 。 +藤原 宗忠 ( ふじわら の むねただ 、 康平 5 年 ( 1062 年 ) - 永治 元年 4 月 20 日 ( 旧暦 ) ( 1141 年 5 月 27 日 ) ) は 、 平安 時代 の 公家 。 +黒川 道祐 ( くろかわどう ゆう 、 生年 不詳 - 1691 年 ( 元禄 4 年 ) ) は 、 江戸 時代 初期 の 医者 で あ り 、 歴史 家 で あ る 。 +宝永 通宝 ( ほうえい つうほう ) と は 、 江戸 時代 に 鋳造 さ れ た 銭貨 の 一種 で 宝永 5 年 ( 170 8 年 ) に 発行 さ れ た 十 文 銭 で あ る 。 +大枝 諸上 ( おおえ の もろが み 、 生没年 不詳 ) は 奈良 時代 末期 から 平安 時代 初期 の 下級 官人 。 +神八井 耳命 ( かむや いみみの みこと 、 ? - 綏靖 天皇 4 年 ( 紀元 前 578 年 ) 4 月 ) は 、 『 古事 記 』 『 日本 書紀 』 等 に 記 さ れ る 日本 の 皇族 ( 王族 ) 。 +松殿 忠房 ( まつど の ただふさ 、 建久 4 年 ( 1193 年 ) - 没年 未詳 ) は 鎌倉 時代 の 公卿 。 +藤原 保則 ( ふじわら の やすのり 、 天長 2 年 ( 82 5 年 ) - 寛平 7 年 4 月 21 日 ( 旧暦 ) ( 895 年 5 月 23 日 ) ) は 平安 時代 初期 の 貴族 。 +石山 本願寺 ( いしやま ほんがん じ ) は 、 1496 年 ( 明応 5 ) 、 蓮如 の とき に 摂津 国 石山 ( 大阪 市 中央 区 ) に 建て られ 、 後 に 浄土 真宗 の 本山 と な っ て い た 寺院 で あ る 。 +正親町 三条 公治 ( おおぎまち さんじょうきん はる 、 嘉吉 元年 ( 1441 年 ) - 明応 4 年 3 月 12 日 ( 旧暦 ) ( 1495 年 4 月 7 日 ) ) は 、 室町 時代 の 公卿 。 +高麗楽 ( こまがく ) は 、 朝鮮 から 日本 に 伝わ っ た 雅楽 の 一種 で あ る 。 +三条 公睦 ( さんじょう きんむ つ 、 文政 11 年 5 月 7 日 ( 旧暦 ) ( 182 8 年 6 月 18 日 ) - 嘉永 7 年 2 月 11 日 ( 旧暦 ) ( 1854 年 3 月 9 日 ) ) は 、 江戸 時代 後期 の 公卿 。 +ヤマタ ノ オロチ ( 八岐 大 蛇 、 八俣 遠呂 智 、 八俣 遠呂知 ) は 、 日本 神話 に 登場 する 伝説 の 生物 一覧 。 +園部 駅 ( そのべ えき ) は 、 京都 府 南丹 市 園部 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 鉄道 駅 。 +たいまつ ( 松明 、 炬火 、 トーチ 、 torch ) は 、 光源 や 照明 と し て 使 う ため に 、 手 で 持て る よう に し た 火 の つ い た 木切れ など で あ る 。 +山辺 安摩呂 ( やま へ の やすまろ 、 生没年 不明 ) は 、 日本 の 飛鳥 時代 の 人物 で あ る 。 +酒井 抱一 ( さかい ほういつ 、 宝暦 11 年 7 月 1日 ( 旧暦 ) ( 1761 年 8 月 1日 ) - 文政 11 年 11 月 29 日 ( 旧暦 ) ( 1829 年 1 月 4 日 ) ) は 、 江戸 時代 後期 の 絵師 。 +徳大寺 実憲 ( とくだいじ さねのり 、 正徳 ( 日本 ) 4 年 1 月 18 日 ( 旧暦 ) ( 171 4 年 3 月 4 日 ) - 元文 5 年 7 月 16 日 ( 旧暦 ) ( 1740 年 8 月 8 日 ) ) は 、 江戸 時代 中期 の 公卿 。 +金 峯山 寺 ( きんぷ せんじ ) は 、 奈良 県 吉野 郡 吉野 町 に あ る 修験 道 系 の 仏教 寺院 。 +額安寺 ( かく あんじ ) は 奈良 県 大和郡山 市 額田部 寺町 ( ぬか た べ てらまち ) に あ る 真言 律 宗 の 寺院 で あ る 。 +すり鉢 ( すりばち 、 擂り 鉢 ) と は 、 食材 を 細か な 粒子 状 に 砕 い たり 、 ペースト 状 に すりつぶ す 加工 を 行 う ため の 調理 器具 で あ る 。 +竹崎 季長 ( たけさき すえな が 、 寛元 4 年 ( 1246 年 ) - 正和 3 年 ( 1314 年 ) 頃 ) は 、 鎌倉 時代 中期 に おけ る 九州 地方 の 御 家人 。 +万世 一 系 ( ばんせい いっ けい ) は 、 永久 に 一 つ の 系統 が 続 く こと 。 +奈良漬け ( 奈良 漬 、 なら づけ ) と は ウリ 、 キュウリ 、 スイカ 、 ショウガ など の 野菜 を 塩漬け に し 、 何 度 も 新し い 酒粕 ( さけかす ) に 漬け 替え ながら でき た 漬物 で あ る 。 +村 国島 主 ( むら くに の し ま ぬし 、 生年 不明 - 天平 宝字 8 年 ( 764 年 ) 9 月 20 日 ) ) は 、 日本 の 奈良 時代 の 人物 で あ る 。 +源 国信 ( みなもと の くにざね 、 延久 元年 ( 1069 年 ) - 天永 2 年 1 月 10 日 ( 旧暦 ) ( 1111 年 2 月 26 日 ) ) は 、 平安 時代 後期 の 公卿 、 勅撰 歌人 。 +三条 公頼 ( さんじょうきん より 、 1495 年 ( 明応 4 年 ) - 155 1 年 9 月 30 日 ( 天文 ( 元号 ) 20 年 9 月 1日 ( 旧暦 ) ) ) は 、 戦国 時代 ( 日本 ) の 三条 家 の 当主 。 +地下 家伝 ( じげかでん : 地下 家 傳 ) は 、 江戸 時代 後期 の 天保 に 成立 し た 、 地下 人 諸家 の 系 図 を まとめ た 歴史 書 。 +東山 女子 技芸 学校 ( ひがしやま じょし ぎげ い がっこう ) は 、 京都 市 東山 区 宮川町 に あ る 舞妓 ・ 芸妓 の ため の 教育 施設 。 +大乗院 ( だい じょういん ) は 奈良 県 奈良 市 の 興福寺 に あ っ た 塔頭 の 一 つ 。 +黒田 辰秋 ( くろだ た つあき 、 190 4 年 9 月 21 日 - 1982 年 6 月 4 日 ) は 、 漆芸 家 、 木工 家 。 +京都 議定 書 ( きょうと ぎてい しょ 、 英 Kyoto Protocol ) は 、 気候 変動 枠組 条約 に 基づ き 、 1997 年 12 月 11 日 に 京都 市 の 国立 京都 国際 会館 で 開 か れ た 第 3 回 気候 変動 枠組 条約 締約 国 会議 ( 地球 温暖 化 防止 京都 会議 、 COP 3 ) で の 議決 し た 議定 書 で あ る 。 +明治 通宝 ( めいじ つうほう ) と は 明治 時代 初期 に 発行 さ れ た 政府 紙幣 ( 不換 紙幣 ) で あ る 。 +寺 つつき ( てら つつき ) は 、 鳥山 石燕 の 妖怪 画 集 『 今昔 画 図 続 百 鬼 』 に あ る 妖怪 で 、 啄木鳥 の よう な 怪鳥 。 +屯田 +茨木 童子 ( いばらき どうじ ) は 、 平安 時代 に 大江山 を 本拠 に 京都 を 荒らし 回 っ た と さ れ る 「 鬼 」 の 一人 。 +山辺 皇女 ( やまのべ の ひめみこ 、 663 年 ( 天智 天皇 2 年 ) ? - 686 年 10 月 25 日 ( 朱 鳥 元年 10 月 3 日 ( 旧暦 ) ) ) と は 天智 天皇 皇女 。 +猿丸 神社 ( さる まる じんじゃ ) は 、 京都 府 綴喜 郡 宇治田原町 に あ る 神社 で あ る 。 +新古 演劇 十 種 ( しんこ えんげき じっしゅ ) は 、 尾上 菊五郎 ( 5 代 目 ) と 尾上 菊五郎 ( 6 代 目 ) に よ っ て 撰 じ られ た 音羽 屋 尾上 菊五郎 の お 家芸 。 +佐伯 部 ( さえき べ ) は 古代 日本 に おけ る 品部 の 1 つ で あ る 。 +鈴木 由哲 ( すずき ゆうてつ ・ 旧姓 : 倉持 ( くらもち ) ) は 、 幕末 の 関宿 藩 久世 氏 の 家老 。 +稲村 三伯 ( いなむら さんぱく 、 宝暦 8 年 ( 1758 年 ) - 文化 ( 元号 ) 8 年 1 月 18 日 ( 旧暦 ) ( 1811 年 2 月 11 日 ) ) は 江戸 時代 後期 の 蘭学 者 。 +沖田 総司 ( おき た そうじ 、 天保 13 年 ( 1842 年 ) 又 は 15 年 ( 1844 年 ) 夏 の 日 - 慶応 4 年 5 月 30 日 ( 旧暦 ) ( 1868 年 7 月 19 日 ) ) ( 生年 に つ い て は 2 つ の 説 が あ り 、 どちら も 決定 的 な 否定 史料 が 見つか っ て い な い 。 また 、 生誕 時 の 月日 に 関 し て は 特定 でき る 史料 が 一切 出 て お ら ず 、 夏 で あ っ た と い う こと しか 分か っ て い な い ) は 、 江戸 時代 後期 、 幕末 の 新 選 組 の 隊士 。 +智恩 寺 ( ちおんじ ) は 、 京都 府 宮津 市 に あ る 臨済 宗 妙心 寺 派 の 寺院 。 +二階堂 行義 ( に かいどう ゆきよし 、 建仁 3 年 ( 120 3 年 ) - 文永 5 年 閏 1 月 25 日 ( 旧暦 ) ( 1268 年 3 月 10 日 ) ) は 鎌倉 時代 中期 の 幕府 実務 官僚 。 +JR 京都 線 ( ジェイアール きょう と せん ) は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 の 京都 駅 ~ 大阪 駅 間 の 愛称 で あ る 。 +広平 親王 ( ひろひら しんの う 、 天暦 4 年 ( 950 年 ) - 天禄 2 年 9 月 10 日 ( 旧暦 ) ( 97 1 年 10 月 1日 ) ) は 平安 時代 の 皇族 で 村上 天皇 第 一 皇子 。 +皇大 神社 ( こうたい じんじゃ ) は 、 京都 府 福知 山 市 大江町 に 鎮座 する 神社 で あ る 。 +お 盆 ( お ぼん ) は 、 太陰 太陽 暦 で あ る 和暦 ( 天保暦 など 旧暦 と い う ) の 7 月 15 日 ( 旧暦 ) を 中心 に 日本 で 行な わ れ る 祖先 の 霊 を 祀 る 一連 の 行事 。 +油坊 ( あぶら ぼう ) は 、 滋賀 県 や 京都 府 に 伝わ る 怪火 、 また は 亡霊 。 +卑弥呼 ( ひみこ 、 175 年 頃 ? - 248 年 頃 ) は 、 日本 の 弥生 時代 後期 に おけ る 倭国 の 女王 ( 倭王 ) と さ れ る 人物 。 +藤井 直明 ( ふじい なおあき 、 享保 5 年 ( 1720 年 ) - 明和 4 年 8 月 22 日 ( 旧暦 ) ( 1767 年 9 月 14 日 ) ) は 、 江戸 時代 中期 の 尊王 論 者 。 +織田 信徳 ( おだ のぶのり ) は 江戸 時代 の 旗本 。 +御前 会議 ( ごぜん かいぎ ) と は 、 明治 以降 、 重要 な 国策 を 決め た 天皇 臨席 の 会議 。 +光孝 天皇 ( こうこうてんのう 、 天長 7 年 ( 830 年 ) - 仁和 3 年 8 月 26 日 ( 88 7 年 9 月 17 日 ) 在位 : 元 慶 8 年 2 月 23 日 ( 884 年 3 月 23 日 ) - 仁和 3 年 8 月 26 日 ( 88 7 年 9 月 17 日 ) ) は 、 第 58 代 の 天皇 。 +ある 人 の 代わり を つとめ る こと 。 +松林 宗恵 ( まつばや し しゅうえ 、 1920 年 7 月 7 日 - ) は 、 日本 の 映画 監督 。 +根井 行親 ( ね のいゆきちか 、 生年 未詳 - 元暦 元年 1 月 20 日 ( 旧暦 ) ( 1184 年 3 月 4 日 ) ? ) は 、 平安 時代 末期 の 武将 。 +藤原 兼房 ( ふじわら の かねふさ 、 仁平 3 年 ( 1153 年 ) - 建保 5 年 2 月 22 日 ( 旧暦 ) ( 1217 年 3 月 30 日 ) ) は 、 平安 時代 末期 ・ 鎌倉 時代 初期 の 公卿 。 +大野木 秀次郎 ( おおのぎ ひでじろう 、 1895 年 11 月 25 日 - 196 6 年 3 月 4 日 ) は 、 政治 家 。 +不入 の 権 ( ふにゅう の けん ) と は 、 荘園 など が 国衙 から の 使者 ( 検田 使 ・ 収納 使 ・ 四 度 使 など ) の 立入 を 拒否 する こと が 出来 る 権利 。 +史 ( し ) と は 、 日本 律令 制 に お い て 神祇 官 ・ 太政 官 ( 弁官 局 ) に 設置 さ れ た 大史 ・ 少史 の 総称 。 +劉仁 軌 ( りゅうじん き 、 ピンイン Li ú R é ngu ĭ 、 60 2 年 - 685 年 3 月 2 日 ) は 、 中国 唐代 の 武将 で あ る 。 +中島 正時 ( なかしま まさとき 、 ? - 慶長 16 年 12 月 20 日 ( 旧暦 ) ( 1612 年 1 月 22 日 ) ) は 安土 桃山 時代 の 武士 、 通称 ・ 四郎 左衛門 、 父 は 中島 正義 。 +京極 高 景 ( きょうごく たかかげ 、 文化 ( 元号 ) 8 年 ( 1811 年 ) - 文久 3 年 7 月 20 日 ( 旧暦 ) ( 1863 年 9 月 2 日 ) ) は 、 丹後 国峰山 藩 の 第 10 代 藩 主 。 diff --git a/data/wiki-en-documents.word b/data/wiki-en-documents.word new file mode 100644 index 0000000..0914bab --- /dev/null +++ b/data/wiki-en-documents.word @@ -0,0 +1,732 @@ +known as sesshu ( 1420 - 1506 ) , he was an ink painter and zen monk active in the muromachi period in the latter half of the 15th century , and was called a master painter . he revolutionized the japanese ink painting . he was given the posthumous name " toyo " or " sesshu ( 拙宗 ) . " born in bicchu province , he moved to suo province after entering sshokoku-ji temple in kyoto . later he accompanied a mission to ming dynasty china and learned chinese ink painting . his works were many , including not only chinese-style landscape paintings , but also portraits and pictures of flowers and birds . his bold compositions and strong brush strokes constituted an extremely distinctive style . 6 of his extant works are designated national treasures . indeed , he is considered to be extraordinary among japanese painters . for this reason , there are a great many artworks that are attributed to him , such as folding screens with pictures of flowers and that birds are painted on them . there are many works that even experts cannot agree if they are really his work or not . representative works include : long landscape scroll , summer and winter landscape , view of amanohashidate , broken ink landscape , portrait of ekadanpi , fall and winter landscape , and folding screen of birds and flowers of the 4 seasons . his disciples include shugetsu , soen , and toshun . he was born in akahama , bicchu province ( present-day soja city , okayama prefecture ) , in 1420 . he was born to a samurai family called oda . he entered nearby hofuku-ji temple ( soja city ) while young . he moved to kyoto 's shokoku-ji temple at the age of around 10 , and while studying and having zen training under shuto shunrin , learned painting from shubun tensho . in around 1454 , he moved to suo province , and built his studio , unkokuan ( yamaguchi city , yamaguchi prefecture ) , with the patronage of the feudal lord , ouchi . in around 1465 , he acquired a calligraphy work by bonki soseki on which the characters of sesshu were written , and requested shinkei ryuko to write a certificate about the origin of the name , sesshu . it is believed that after that , he came to be known as sesshuu . it is thought that until this time he was known as touyou sesshu , but there is not a firm source to indicate that sesshu and sesshu were the same person . in 1468 , he sailed to ming dynasty china with a mission . he familiarized himself with authentic chinese ink painting and studied it for about 2 years . in the fall of 1481 , he traveled to mino province . there is no reliable record of the date of his death , but most put it at 1506 . other records write that he died in 1502 . in addition to the date of his death , there are many other aspects of sesshu 's life that remain unknown . there is an interesting episode about sesshu . a young sesshu who entered hofuku-ji temple only liked pictures and did not want to read sutras ; so the monks of the temple tied him to a pillar in the building enshrining a buddhist statue . however , when the monks saw that he drew a rat with his tears that fell on the floor by using his big toe , they were impressed so they allowed him to draw pictures . this is thought to be the most well known story about sesshu . the story first appeared in " honcho gashi " compiled by eino kano ( published in 1693 , the edo period ) . sesshu started to be deified in the edo period . it is thought to be because the kano school that ruled painting circles at the time venerated him as a master , and feudal lords wanted to have sesshu 's artwork . it is said that this is why the number of artworks attributed to sesshu increased . reflecting sesshu 's popularity , a japanese puppet drama / kabuki work entitled " the gion religious festival " was created . the drama was first performed in january 1758 . the scene of kinkaku-ji temple , where sesshu 's granddaughter , yukihime , takes an active role , is famous ) and similar works were performed . today , sesshu who gave birth to one of japanese cultures is a leading historical figure of this country . view of amanohashidate ( kyoto national museum ) 4 seasons landscape scroll ( long landscape scroll ) ( mohri museum , painted in 1486 ) fall and winter landscape ( tokyo national museum ) broken ink landscape ( tokyo national museum , painted in 1495 ) portrait of ekadanpi ( seinen-ji temple in aichi prefecture , painted in 1496 ) landscape ( private collection ) 4 seasons landscape ( tokyo national museum ) 4 seasons landscape ( ishibashi museum of art ) 4 seasons landscape scroll ( small landscape scroll ) ( kyoto national museum ) landscape scroll after kegong gao ( yamaguchi prefectural museum of art ) landscape after gui xia ( private collection ) oxherd after tang li ( yamaguchi prefectural museum of art ) huang chuping after kai liang ( kyoto national museum ) landscape after yujian ( okayama prefectural museum of art ) landscape ( kosetsu museum of art ) folding screen of birds and flowers of the 4 seasons ( kyoto national museum ) portrait of kanetaka masuda ( masuda municipal sesshu-no-sato memorial hall ) bishamonten ( private collection ) landscape ( kyoto national museum ) splashed ink landscape ( masaki museum of art ) * the works considered to be authentic are listed . special exhibition in commemoration of 500th anniversary of death : sesshu ( illustrated collection , tokyo national museum , kyoto national museum , 2002 ) master painter sesshu ( raisuke numata , " ronso series " 1 , ronsosha , march 2002 , isbn 4-8460-0241-1 ) fans of sesshu ( yuji yamashita , genpei akasegawa ) +rinzai zen buddhism is one of the chinese five houses / seven schools of zen ( rinzai , igyou , soto , unmon , hogan ) and gigen rinzai ( ? - 867 ) of tang was its founder . he was known as " rinzai of katu ( meaning to help wake up the sleeping mind ) " and " general rinzai " , and rose to the top of chinese zen with his distinctive style . with its zen talks that try to awaken self awareness through study of koan , it differs from the silent zen of the soto sect , which just does meditation . rinzai school in china as the name implies , rinzai school started with its founder gigen rinzai at the end of the tang dynasty , after the anti-buddhist movement at the kaishou era . rinzai was the disciple of kiun obaku ; the school grew as a religious movement centered in the province of hebei , with the support of changshi wang of the hanchin government , but in the confusion that arose around the end of the tang dynasty , hebei was at the center of the tumultuous five dynasties and it became difficult to sustain a religious movement . the central figure around that time was enshou fuketsu . it was in the northern song dynasty that rinzai school became vibrant again , below the gates of sekiso soen , along with enan ouryu and houe yougi who came from jiangxi province and created the two main sectes of rinzai ( ouryu and yougi ) , and swept across all of china . when it came to the southern song dynasty , soukou daie , a disciple of kokugon engo who belonged to the yougi sect , started the daikan sect in zhejiang province , which became a major sect in the rinzai school . rinzai school in japan according to doctrine , it was brought over to china from india by bodhidharma , the 28th successor of the 10 disciples ( called kasho ) who directly received the teaching ( enlightenment ) of siddhartha gautama . later the rinzai school , which achieved the pinnacle of zen teaching , was brought to japan in the kamakura period by eisai , who went to china to study in the southern song period . japan 's rinzai is one of zen schools in japan . it emphasizes the transmission of enlightenment from teacher to disciple . ( hassu is the disciple who inherited the teaching of the master . ) it calls sakyamuni the original teacher venerable sakyamuni buddha , bodhidharma the first ancestor and great teacher bodhidharma , and rinzai the founder and great teacher rinzai . in contrast to the soto zen school which spreads through regional clans and the general people , the rinzai school received support from samurai families in government , and was esteemed in the politics and culture . later , the rinzai school was rebuilt in the edo period by master hakuin , and continued to be called hakuin zen . traditions transmission of enlightenment from masters to disciples continues down to the present day ( hassu is the disciple who inherited the teaching of the master ) . the important interaction between the master and disciple is called " a secret in the room " and is not to be taken out of the master 's room and revealed publicly . what is extracted from the interactions between a master and disciple , or zen lecture transcripts that record the actions of a master , is called a koan ( precedent ) and various collections have been compiled since the song dynasty ; but enlightenment is not something that can be communicated with words , so when people today try to understand the text , the koan itself refuses them . however , they contain hints that lead people toward enlightenment , and there are a great many zen books from the beginning down to the present day . also since the song dynasty , the zen schools changed to a kannazen style in which masters give lectures using transcripts of zen talks and the masters became not to display the same majesty as those in the tang dynasty including rinzai . although masters choose their successors when they die , the successors have not necessarily attained enlightenment by that time , but that fact is only known to the master and the successor himself . even if the new master had not attained enlightenment , the disciples would have been able to do so if it is within a few generations from that of the master who gained enlightenment , therefore it is possible to take such a measure . it is possible for a master to leave behind several new masters , or at his discretion not to leave a successor and bring his line to an end . many lines have split , and some have disappeared ; in this way some of those lines have come down from the 7th century to the present day . enlightenment the zen sects generally emphasize enlightenment over knowledge . enlightenment in zen means that all living things realize the inherent buddha nature they possess . for this reason , masters in the tang dynasty struggled to enlightenment through much hardship . however , they began to devise many techniques for gaining enlightenment from the song dynasty . these were systematized so that enlightenment could be gained by performing training such as zazen ( not the same as meditation ) , koan ( understanding stories that surpass intellectual understanding ) , dokyou ( reading sutras ) , or samu ( everyday work ) under an already enlightened zen master . enlightenment is thought to pass from the master to the disciple as a candle flame passes to a candle that is unlit ( called dentou ) . that is not a transmission based on words ( logos ) . for this reason , it is considered crucial to choose the right zen master . that means not just choosing one who has gained enlightenment , but one who fits with one 's own personality . actually , it does not mean that an enlightened zen master instructs and enables someone gain enlightenment . masters in the tang dynasty did not learn to get enlightenment from anybody - not to mention siddhartha gautama ( buddha , shakuson ) , who gained enlightenment without a teacher . while it is impossible to define enlightenment with words , words are one of many methods that can describe the boundaries of enlightenment . that is why , especially after it was brought to japan , enlightenment has been expressed through artistic expression such as poetry and painting , so that one can get a taste of its aroma . other than in art , it is also expressed in deportments such as tea ceremony and flower arrangement ; and methods to get a taste of the world of enlightenment have also been born . that is not an intellectual understanding . the koan system the koan system came together after the song dynasty , and though they might be fabricated it has made even more enlightenments possible . most koan are made up of conversations between a master and disciple , telling the truth of the moment when the disciple gained enlightenment . koan cannot be received with logical , intellectual understanding , and are stories beyond logic that can be understood only by completely becoming the koan itself instead of thinking . the koan system was established by collecting these koan stories as a method for leading disciples and was composed of 500 to 1900 koan stories . koan system differs according to the master 's style . examples of koan stories in the beginning . " does a dog have buddha-nature ? " " it does not have . " as the background , any buddhist knows that " all living things have buddha-nature . " the sound of one hand clapping a disciple has to listen to the sound of clapping with one hand and show that to the master . by intellectual understanding , it is impossible to clap with one hand and make a sound . sects kenni-ji sect the sect began when eisai came back from southern song china in 1202 . eisai was the first to bring the zen tradition to japan . head temple is kenni-ji in kyoto . kenni-ji is the oldest zen temple in japan . tofuku-ji sect the sect began in kyoto when benen enni returned from song china in 1236 . head temple is tofuku-ji in kyoto . ekei ankokuji , who was a monk and also acted as a diplomat for the mori clan in the warring states period , belonged to this school . kencho-ji sect the sect was established by douryuu rankei in 1253 , who was invited from southern song china by tiyori hojou , the 5th regent of the kamakura shogunate . head temple is kencho-ji in kamakura , founded by douryuu rankei . kencho-ji was the first zen temple that opened the first pure zen training hall in japan , with more than 1,000 monks training there at one time . enkaku-ji sect the sect began in kamakura in 1282 when sogen mugaku was invited from china . head temple is enkaku-ji in kamakura . enkaku-ji temple was passed from sogen mugaku to kennichi kouhou and soseki musou , and was at one time the center of japanese zen . famous zen masters after the meiji period include kousen imakita , souen shaku , and sougen asahina . daisetsu suzuki who introduced zen to the west experienced zen under the two masters , imakita and souen shaku as a lay buddhist . also , soseki natsume approached souen shaku and wrote about that experience in the gate . nanzen-ji sect the sect began by fumon mukan in 1291 . head temple is nanzen-ji in kyoto . kokutai-ji sect the sect began by myoi jiun around 1300 . head temple is kokutai-ji ( takaoka city in toyama prefecture ) , which was rebuilt in the meiji period by tesshuu yamaoka . taninaka-no-zenseian , founded by tesshuu , is a famous temple of the kokutai-ji sect . daitoku-ji sect the sect began in 1315 by myouchou shuuhou . head temple is daitoku-ji in kyoto . it was razed during the onin war in the muromachi period , but soujun ikkyuu rebuilt it . kogaku-ji sect the sect began by tushou bassui in 1327 . head temple is kogaku-ji in koushuu city , yamanashi prefecture . myoshin-ji sect the sect began in 1337 by egen kanzan . head temple is myoshin-ji in kyoto . subsidiary temples include keishunin , shunkouin , and taizouin . it is the largest sect of the rinzai school , with more than 3,400 sect temples . tenryu-ji sect the sect began in 1339 by soseki musou . head temple is tenryu-ji in arashiyama , kyoto . eigen-ji sect the sect began in 1361 by genkou jakushitsu . head temple is eigen-ji in higashioumi city , shiga prefecture . it has about 150 branch temples mainly in the area of shiga prefecture . belonged to the tofuku-ji sect until 1880 . hoko-ji sect the sect began by gensen mumon in 1384 . head temple is hoko-ji in inasa town , kita-ku , hamamatsu city . it has about 170 branch temples mainly in the area of shizuoka prefecture . belonged to the nanzen-ji sect until 1904 . shokoku-ji sect the sect began by soseki musou in 1392 . head temple is shokoku-ji in kyoto , established by yoshimitsu ashikaga . it has about 100 branch temples nationwide . kinkaku-ji temple and ginkaku-ji temple are affiliated . buttsu-ji sect the sect began by shuukyuu guchuu in 1397 . head temple is buttsu-ji in mihara city , hiroshima prefecture . it has about 50 branch temples mainly in the area of hiroshima prefecture . belonged to the tenryu-ji sect until 1905 . affiliated educational institutions hanazono university shogen junior college hanazono middle school / high school +jodo shinshu ( shin-buddhism / true pure land sect ) is one of the sects of japanese buddhism , and a religious community that shinran , an apprentice of honen , succeeded and which developed honen 's doctrine ( jodo shu / pure land buddhism ) in the early kamakura period . due to the historical background of the origin of the sect name , most sects belonging to this religion call themselves shinshu as a sect name . it used to also be called ikko shu and monto shu . doctrine by saying a prayer ( shomyo nenbutsu ) to the buddha ( namu amida butsu , namo amida butsu by hongan-ji school ) , practitioners can believe in the mercy of amida nyorai ( hereinafter called " nyorai " ) , and trust in tariki ( buddha 's power ) , which makes everyone , including the bad , go to jodo ( pure land ) after death and become buddha . through this , the doctrine of shinshu is called " shinjin shoin , shomyo ho-on " ( faith makes it happen , and praying is for gratitude ) . rennyo , the 8th head-priest of hongan-ji temple , stated in " ofumi " as follows . " first of all , the policy of kaisan sho 'nin ( shinran ) gives faith first priority . what use is faith us , shameless unenlightened men , who do wrong without good deed , to easily go to jodo of mida ( amida ) . without acquiring this faith , no one could go to paradise and avoid falling to muken jigoku ( avici hell ) . regarding " shomyo ho-on , " he mentioned " on that basis , we should be aware that shomyo nenbutsu is buddhist invocation to appreciate the kindness ( go-on hojin ) that nyorai decided that we could go to heaven . " ( ib. book5 , chapter10 ) , which means that shomyo nenbutsu in jodo shinshu are words of gratitude for nyorai 's salvation . this is based on forty-eight vows of " infinite life sutra ( bussetsu muryojukyo ) " , especially the eighteenth vow ( senjaku hongan ) called " o 'hongan ) . the principal image ( honzon ) is only amida nyorai . however , takada school and a part of the sect have amida nyorai , kanzeon bosatsu and seishi bosatsu as their principal images , in zenko-ji amida sanson style . generally , the idea that " the vow of amida nyorai is offered to us even at this moment and we are saved " ( gensho shojoju ) was misunderstood by a number of people , and repeatedly corrected . rennyo mentioned in " ofumi ( gobunsho ) " ; " not forgetting the kindness of mida , who decided that we could go to heaven long time ago , when achieving enlightenment is what faith is about . this is a big misconception . even though we know the story of mida nyorai 's achieving enlightenment , it does not mean anything if we do not know the story of faith in tariki that we can go to heaven . " he explained here that knowing how nyorai became buddha is merely knowledge , and it is important to know the origin of faith in tariki given by nyorai ( faith in truth ) . he confirmed shinjin shoin here and defined correctly , and never mentioned " reciting nenbutsu simply takes everyone to paradise " . in jodo shinshu , faith given by nyorai helps people . nenbutsu is definitely recited for gratitude , not the condition of going to heaven . shinran also mentioned " what gets you to nehan ( nirvana ) is only faith " in " kyogo shinsho " , and " regard that true faith gets you to anoku bodai ( ultimate enlightenment ) " in " songo shinzo meimon " . what makes shinshu greatly different from other buddhist sects is that monks have no commandments and are allowed to eat meat and to get married ( nikujiki-saitai ) . ( shinshu was the only sect that allowed monks to get married until the meiji period . ) originally , shinran learned that helping those who cannot help but stray from the concept of a general monk ( who enters the priesthood and practices asceticism , renouncing the world ) and the norm of buddhists ( laity ) living in the world is hongan nenbutsu ( praying for the vows ) from his master honen , and became the first monk to openly get married and have a child . therefore , shinshu has two lineages , which are homyaku ( master -apprentice relationship ) and kechimyaku ( blood relationship ) . and the given name is called homyo instead of kaimyo . with its doctrine that everyone can go to heaven ( ojo jobutsu ) only by trusting nyorai 's power ( in other words , if acquiring true faith ) , shinshu , compared to other sects , is free from many religious exercises and customs , and makes much of nenbutsu and mombo ( learning the teachings of buddha ) for ho-on shatoku ( gratitude for kindness and virtue ) . it is the only buddhist sect that doesn 't perform kaji kito ( incantation ) , which is another major feature of shinshu . since it values rationality and has simple manners and teachings , it was widely accepted among the public in early modern ages , but on the other hand , it provoked antipathy from other sects and often got ridicule such as " monto ( shinshu followers ) know nothing " . shinshu also encouraged each household to enshrine its honzon ( myogo honzon of " namu amida butsu " , or a picture or statue of amida nyorai ) . the " rules " on shogon ( decoration ) of the buddhist altar for enshrinement are more strict than other sects . shogon imitates honzan ( the head temple ) , which makes each sect of shinshu have different style and different ritual articles . a honzon enshrined and decorated in the buddhist altar is called " onaibutsu " in shinshu . shinshu doesn 't use this as a family altar or prayer altar . the honzan of each shinshu sect basically has a goei-do hall to enshrine a portrait of shinran , the founder , as well as a main hall ( amida-do hall ) to enshrine amida nyorai , the honzon . additionally , the architecture of shinshu temples has unique features rarely seen in other sects , such as wider gejin ( nave ) compared to naijin ( chancel ) . each sect holds a memorial service called " ho-onko " on the anniversary of the death of the founder shinran sho 'nin . this memorial service is held to give thanks for the blessing of gudo and gukyo ( seeking and promoting the teachings ) , and the blessing of amida nyorai acquired through them , and to recognize the teachings . this is the biggest event in a year . however , the day of the memorial service depends on each sect of shinshu . ( see the schedule of goshoki ho-onko by sect for details . ) the legitimate scriptures are jodo sanbukyo ( three pure land sutras ) . the works of shichi koso ( seven high priests ) are also highly respected , although they are not scriptures . " muryojukyo ubadaisha ganshoge " by tenjin was especially esteemed along with jodo sanbukyo by his master honen , who called these " sankyo ichiron " ( three sutras and one book ) . shinran especially esteemed " bussetsu muryojukyo " and called it " daimuryojukyo " or " daikyo " . jodo sanbukyo " bussetsu muryojukyo " translated by kosogai from cao wei " bussetsu kanmuryojukyo " translated by kyoryoyasha from liu song " bussetsu amida-kyo " translated by kumaraju from later qin works of shichi koso written by nagarjuna " igyohon daiku " , the 5th book of 17 books of " juju bibasha ron " , translated by kumaraju from later qin . " muryojukyo ubadaisha ganshoge " ( jodoron , ojoron ) translated by bodairushi from later wei . edited by tan-luan " muryojukyo ubadaisha ganshoge-chu ( jodoron-chu , ojoron-chu ) " " san amida butsu ge " edited by tao-cho " anraku-shu " edited by shan-tao " kanmuryo jukyosho ( kangyosho , kangyo shijosho ) " " ojo raisan ge ( ojo raisan ) " " tengyo gyodogan ojojodo hojisan ( hojisan ) " " ekangyotomyo hanjuzanmai gyodo ojosan ( hanjusan ) " " kannen amida butsu sokai sanmai kudoku homon ( kannen homon ) " edited by genshin " ojoyoshu " edited by genku ( honen ) " senjaku hongan nenbutsu shu " edited by shinran " kenjodo shinjitsu kyogyo shomonrui ( kyogyo shinsho ) " " jodo monruijusho " " gutokusho " " nyushutsu nimon geju ( nyushutsu nimon ge ) " " jodo sangyo ojo monrui ( sangyo ojo monrui ) " " nyorai nishu ekomon " " songo shinzo meimon " " ichinen tanen mon 'i " " yuishinsho mon 'i " " sanjo wasan " " jodo wasan " " koso wasan " " shozomatsu wasan " though " ofumi ( gobunsho ) " by rennyo is respected along with the legitimate scriptures by hongan-ji school and otani school , it is not used by some sects such as takada school . ( since rennyo had kechimyaku from hongan-ji temple , the sects who value homyaku from the founder shinran do not use his work . hongan-ji school of rennyo and takada school have a history of fight and conflict . ) the founder shinran took the lineage of tariki nenbutsu to shakamuni and shichi koso into consideration , and devoted himself to succeed " the teachings of jodo shu as the true religion " and to enhance it , through his life after he regarded honen ( the founder of jodo shu ) as his master . different interpretations of hongan and nenbutsu by the apprentices after honen 's death made seizan and other schools of jodo shu criticize shinran . shinran mentioned that " my master genku ( honen ) appeared by chie ko ( the power of amida nyorai ) , started jodo shinshu and stated senjaku hongan " in " koso wasan " written during his life , which shows he thought that jodo shinshu consisted of the teachings of jodo shinshu started by honen and carried on by himself . whereas , rennyo 's thoughts were ; " soshi sho 'nin ( shinran ) already established jodo shinshu - it has superior significance to jodo shu and he added the letter shin ( true ) and named it jodo shinshu . " this shows that the view of the name of jodo shinshu , has changed with the times . since shinran ( jogen no honan ) , engaged in his missionary work mainly in the kanto region ; after deportation to echigo , monto followers who got the teachings of shinran built up in kanto region . after shinran died , it was formed as an independent religion from jodo shu . though the successors of the teachings of shinran had the feeling that their own doctrine was the true teaching for going to jodo , they named themselves just shinshu at that time because naming themselves jodo shinshu could be interpreted as denial of jodo shu . in fact , jodo shu and ji shu also called themselves " jodo shinshu " or " shinshu " once , and kyu ikko-ha of ji shu ( the founder : shunsho ikko ) was called " ikko shu " once . in the early modern era , the edo shogunate prohibited them from naming themselves " jodo shinshu " under pressure from jodo shu , which made them call themselves " ikko shu " officially ( on the other hand , the lineage of shunsho ikko which originally called themselves " ikko shu " was forced to be integrated into ji shu which was originally unrelated ) . the conflict between jodo shinshu and jodo shu over the question whether or not the shinran lineages could name themselves " jodo shinshu " was called shumei ronso , which lasted for 15 years from 1774 . in 1872 , dajokan seiin issued an edict to each prefecture , saying " the name of ikko shu can be changed to shinshu , " and finally here in the modern ages , describing it as " ( jodo ) shinshu " was allowed . history the days of shinran after shinran died , his great-grandson kakunyo ( 1270-1351 ) alleged the legitimacy of succession of shinran 's grave on the grounds of sandai-denji ( tradition of three generation ) and so on , and built hongan-ji temple ( also known as otani hongan-ji temple ) and called himself the third head-priest of hongan-ji temple . against his movement , ryogen ( 1295-1336 ) , the seventh head-priest of bukko-ji temple , who succeeded the lineage of shinran 's disciples in kanto region , and other homyaku gradually took an opposing stance against hongan-ji temple , having bukko-ji temple and senju-ji temple as their bases . jodo shinshu in those days had active missionary work in bukko-ji temple and senju-ji temple and acquired a number of followers , but hongan-ji temple just existed as a branch temple of tendai shu before the 8th head-priest rennyo . from emergence of rennyo to ishiyama hongan-ji war rennyo ( 1415-1499 ) , the 8th head-priest of hongan-ji temple , who emerged in the late muromachi period , established an organization called kou against the backdrop of the growth of the public at the time , provided the opportunity for people to learn the teachings equally and to come together , and wrote " ofumi ( gobunsho ) " explaining the teachings of shinran in plain words and disseminated it widely to the public . by his achievement , hongan-ji temple rapidly developed and expanded , and came to be called ikko shu . ( on the contrary , other sects of shinshu went into decline . ) the strength of the group of followers in this kou was directed at politicians ( such as daimyo ) , despite rennyo 's restraint . kokujin ( village heads ) and dogo ( powerful families ) converted to shinshu and joined the village people who were discontent with the system with complicated and multiple lordship in the end of the middle ages , and uprising called " ikko-ikki " were staged throughout the nation by united ikko shu followers from the whole county or province . this led to frequent rebellions against daimyo throughout the nation , such as the one in kaga described below , and numbers of daimyo , including ieyasu tokugawa and kenshin uesugi , issued the anti-ikkoshu edicts ( kinkyorei ) . the shimazu clan in satsuma province particularly continued the kinkyorei until the meiji period , which made shinshu followers organize kou and observe their faith secretly in a cave in the mountains . ( kakure nenbutsu / secret faith ) later , when the onin war ( 1467-1477 ) broke out and an internal conflict occurred between east and west squads in kaga province , north of yoshizaki gobo , as the base of hongan-ji temple at that time in echizen province , the monto of senshu-ji school took the side of kochiyo togashi who took part in the west squad , while the monto of honganji school , through the assistance of takakage asakura , the daimyo of echizen ( the 7th chief ) , took the side of masachika togashi , kochiyo 's brother and a former shugo deported from kaga , who belonged to east squad , and deported kochiyo in 1474 . ( in other words , ikko-ikki in kaga was started as a power struggle inside shinshu ) however , hongan-ji 's monto and masachika togashi opposed each other after that , and when masachika sent a force to subdue ikko shu in 1488 , they forced masachika to commit suicide by his sword , and achieved autonomous control ( however , masataka togashi of the togashi clan showed sympathy for ikko-ikki , and he remained shugo daimyo symbolically ) . after that , the monto aimed to recapture the meeting house ( dojo ) in yoshizaki of which the asakura clan had deprived , and monto mustered from all over hokuriku area fought against the asakura clan more than once . meanwhile , in kinai , the headquarters were yamashina hongan-ji temple , which rennyo , moving from yoshizaki , had built in kyoto in 1482 , and harumoto hosokawa , being afraid of its influence , set fire to yamashina hongan-ji temple in august in 1532 in conspiracy with nichiren shu followers ( shinshu calls this " tenbun no sakuran , " and nichiren shu " tenbun hokke no ran " ) . hongan-ji temple lost their headquarters by this incident , and moved it to a temple in ishiyama in osaka , which rennyo had built in his final years ( 1496 ) , and lived in ( ishiyama hongan-ji temple ) . since then , osaka developed around the monastery of hongan-ji temple , comparable to a castle , and a temple town formed around it , and it strength frightened power people of the time . in 1568 , when nobunaga oda conquered kinai and came into conflict with yoshiaki ashikaga who became the seii taishogun , kennyo ( 1543-1592 ) , the 11th head-priest of hongan-ji temple , took the side of yoshiaki ashikaga , and on september 12 , 1570 , suddenly attacked the camp of nobunaga , who was attacking the miyoshi clan . responding to this , monto rose in revolt around the nation , and the uprising by gansho-ji temple in nagashima in ise province ( nagashima ikko-ikki ) brought down kokie castle in owari province . although kennyo and nobunaga concluded agreements a few times after that , kennyo , upon request from yoshiaki and others , violated the agreements several times , which caused most ikko-ikki other than ishiyama , such as nagashima or echizen , to be ended by mass executions by nobunaga . in 1580 , after they had fought for as long as 10 years in ishiyama since the war broke out , nobunaga accepted the agreement proposed by emperor ogimachi , and disarmament of hongan-ji temple and kennyo 's departure from ishiyama brought the ishiyama hongan-ji war to an end . ( later , hideyoshi toyotomi constructed osaka castle in the area including the site of ishiyama hongan-ji temple . ) as described above , ikko-ikki was one of the biggest forces in japanese society at the time and ranked with sengoku daimyo ( warlords ) , but all the monto of shinshu did not go along with this movement . as seen in the case of the battle between hongan-ji monto and senshu-ji school monto ( takada monto and shinshu sanmonto school ) in echizen province , some shinshu sects other than hongan-ji had a conflicting movement . reconstruction in kyoto in the days of hideyoshi toyotomi , in 1591 , kennyo was given land in the center of kyoto ( shichijo-horikawa , kyoto city ) and reconstructed hongan-ji temple . in 1602 , mainly due to the confrontation in the sect over the difference of views when leaving ishiyama , and the influence of ieyasu tokugawa 's policy on religion , kyonyo ( 1558-161 ) , kennyo 's oldest son , was given the nearby land to the east of hongan-ji temple ( shichijo-karasuma , kyoto city ) by ieyasu , and built higashi hongan-ji temple . by this incident , hongan-ji temple , which had the biggest religious influence at the time , was split into west ( current jodo shinshu hongan-ji school , shinshu kosho school , etc . ) with junnyo ( 1577-1630 ) , kennyo 's third son , as the 12th head-priest , and east ( current shinshu otani school , etc . ) with kyonyo , the oldest son , as the 12th head-priest . when religions were restructured after the meiji restoration , and on the occasion of official registration as a religious association to daikyoin , only the current jodo shinshu hongan-ji school applied as jodo shinshu and others as shinshu , which has affected the current names . furthermore , there exists a new religion related to jodo shinshu , which is connected to folk beliefs over a long period of history . currently , it is made up of 10 schools affiliated to jodo shinshu sects and other schools , and as a whole sect , it has the most temples ( about 22,000 temples ) and followers among japanese buddhist sects . shinshu jippa ( shinshu kyodan rengo ) shinshu kyodan rengo was organized as an association of shinshu sects to promote cooperation and coordination among the sects in 1923 , the 750th anniversary of shinran sho 'nin 's birth and the 700th anniversary of foundation of the religion . the affiliated organizations are the following 10 schools , which are called " shinshu jippa " . jodo shinshu honganji school nishi hongan-ji temple ( commonly called nishi hongan-ji ) ( shimogyo-ku , kyoto city ) , 10497 branch temples shinshu otani school shinshu honbyo ( commonly called higashi hongan-ji ) ( shimogyo-ku , kyoto city ) , 9804 branch temples shinshu takada school senju-ji temple ( tsu city , mie prefecture ) , 643 branch temples shinshu kosho school kosho-ji temple ( shimogyo-ku , kyoto city ) , 486 branch temples shinshu bukko-ji school bukko-ji temple ( shimogyo-ku , kyoto city ) , 390 branch temples shinshu kibe school kinshoku-ji temple ( yasu city , shiga prefecture ) , 250 branch temples shinshu josho-ji school josho-ji temple ( sabae city , fukui prefecture ) , 80 branch temples shinshu izumo-ji school gosho-ji temple ( echizen city , fukui prefecture ) , 67 branch temples shinshu sanmonto school sensho-ji temple ( fukui city , fukui prefecture ) , 41 branch temples shinshu yamamoto school shojo-ji temple ( sabae city , fukui prefecture ) , 21 branch temples other sects shinshu joko-ji school joko-ji temple ( joetsu city , niigata prefecture ) , 12 branch temples the early jodo shinshu gannyu-ji temple ( higashi ibaraki district , ibaraki prefecture ) jodo shinshu bekkaku honzan ( independent ) sainen-ji temple ( kasama city , ibaraki prefecture ) - which has inada soan , associated with shinran , as its origin gugan shinshu shogen-ji temple ( fukui city , fukui prefecture ) , 8 branch temples makotono jodo shinshu joko-ji school ( jodo shinshu joko-ji school ) joko-ji temple ( higashi-ku , fukuoka city ) , 5 branch temples shinshu kita hongan-ji school kita hongan-ji temple ( otaru city , hokkaido prefecture ) , 3 branch temples jodo shinshu kengoin school kengo-in temple ( kita-ku , kyoto city ) kayakabe-kyo the sects that separated after ohigashi sodo jodo shinshu higashi hongan-ji school ( former tokyo hongan-ji temple ) higashi hongan-ji temple ( taito-ku , tokyo ) - the oldest son kosho otani , 324 branch and affiliated temples . the hongan-ji foundation higashi hongan-ji higashiyama joen ( higashiyama-ku , kyoto city ) - the second son chojun otani , the current head-priest is his oldest son narishige ( korin ) otani . higashiyama kamikazan hongan-ji temple otani hongan-ji temple ( commonly called otani hongan-ji ) otani hongan-ji temple ( sakyo-ku , kyoto city ) - the 4th son chodo ( kodo ) otani founded as a religious corporation in february in 2007 . new religions related to jodo shinshu jodo shinshu shinrankai jodo shinshu ichi no kai butsugen shu shinshu chosei school jodo shinshu doho kyodan bukkyo shinshu monto shu ichimi school followers association jodo shinshu kekokai +infobox buddhist dogen was a zen monk in the early kamakura period . the founder of soto zen later in his life he also went by the name kigen . within the sect he is referred to by the honorary title koso . posthumously named bussho dento kokushi , or joyo-daishi . he is generally called dogen zenji . he is reputed to have been the one that spread the practices of tooth brushing , face washing , table manners and cleaning in japan . another story has it that he was the first one to bring moso-chiku ( moso bamboo ) to japan . though some points are unclear about dogen 's birth , all accounts agree that he was born in the line of udaijin ( minister of the right ) michichika tsuchimikado ( minamoto no michichika or michichika koga ) . although it is generally accepted that he was born in shoden sanso in kohata , kyoto , to michichika and fujiwara no ishi , the daughter of daijo-daijin ( grand minister of state ) motofusa matsudono ( fujiwara no motofusa ) , recent research suggests that he may have been the son of michitomo horikawa , who was presumed to be his adoptive father . another account says his father was the son of michichika , minamoto no michimune or michiteru koga . according to the biography " kenzeiki " , he lost his father ( michichika ) at 3 years of age , his mother at 8 , and was adopted by his half brother michitomo horikawa . yet another account tells that his maternal uncle moroie matsudono ( former regent and interior minister ) wanted to adopt him as an heir after his parents died , but dogen , feeling the uncertainty of the world , declined . there is a story that he was acquainted with shinran , the founder of shin buddhism , as they were related via their mothers ; but there is no proof . some have said that the " life and death " section of his " shobogenzo " was written for shinran . kenryaku 3 ( 1213 ) - visited his maternal uncle ryoken at mt . hiei . 1214 - entered the priesthood under koen , the head of tendai buddhism , and took the name buppobo dogen . 1215 - pursued tendai religious studies under koin at onjo-ji temple . 1217 - studied under myozen , a disciple of eisai , at kennin-ji temple . 1223 - left from hakata with myozen to southern song china and visited jozan , where he received a certificate of dharma transmission from soto zen 's tendo nyozo . 1228 - returned to japan . 1233 - opened kosho-ji temple at fukakusa , kyoto . around this time he came under pressure from mt . hiei . july , 1243 - moved to echizen shihi-no-sho at the invitation of yoshishige hatano , lord of echizen province . on the way , he stopped in kutsuki at the invitation of the village chief , nobutsuna sasaki ( this is the origin of kosho-ji temple in takashima city ) . 1244 - opened daibutsu-ji temple in kasamatsu . 1246 - changed the name of daibutsu-ji to eihei-ji temple , and his own name to kigen . around this time he went to kamakura to teach , at the invitation of regent tokiyori hojo and yoshishige hatano . although he only spent half of a year in kamakura , it was the beginning of a genuine flourishing of zen in the kanto region . 1253 - after falling ill and turning over eihei-ji to his disciple koun ejo , he died at the house ( takatsuji-dori nishinotoin-dori , kyoto ) of a lay disciple , kakunen , at age 54 . cause of death was a boil . he emphasized that buddhahood is not something that is completed once one has attained a certain level ; rather , continuing to seek further buddhahood through endless training , even after one has become a buddha , is the essence of buddhahood ( shusho ichinyo ) ; and the highest form of training is to be like the sakyamuni and simply do sitting meditation ( shikan taza ) . most of kamakura buddhism affirmed the notion of the decadent age , but in his shobogenzo zuimonki he wrote " i tell you now , this is completely false . the idea of the decline of true buddha-dharma is only a temporary means for teaching . the true teaching is different . by training according to the teaching , anybody can achieve enlightenment . the monks at the time of the sakyamuni were not all outstanding people . there were those who had rare and incredible evil in their hearts , and there were fools . the many rules that the saykamuni made were for the bad and foolish people . people are all owners of the quality to be able to become buddha . don 't think that you are not qualified . if you train according to the teaching , you will surely attain enlightenment . " he thus noted that the disciples at the time of sakyamuni were not all outstanding people , denying the decadent age by saying that it is nothing more than a skillful means . " shobogenzo " " shobogenzo , shobogenzo zuimonki : japanese classic literature collection 81 " commentary by minoru nishio et alia . iwanami shoten , 1965 . " shobogenzo in modern japanese ( 1-12 ) " translation by wafu nishijima . kanazawa bunko , 1970 . " shobogenzo ( 1-4 ) " commentary by yahoko mizuno . iwanami bunko , 1990 . " shobogenzo " translated by kyoji ishii . kawade bunko , 2004 . " eihei koroku " translated by kyoji ishii . kawade shobo shinsha , 2005 . " eihei shingi " " tenzo kyokun " " tenzo kyokun : fushuku hanho " translation and commentary by shohachi nakamura et alia . kodansha scholastic collection , 1991 . " fushuku hanho " " shobogenzo zuimonki " ejo edition - lectures by dogen . " shobogenzo zuimonki : new annotated edition " commentary by doshu okubo . sankibo buddhist books , 1958 . " shobogenzo zuimonki " translation and commentary by shokin furuta . kadokawa bunko , 1960 . " shobogenzo zuimonki " edited by tetsuro watsuji . iwanami bunko , 1982 revised edition . " shobogenzo zuimonki " translated by yahoko mizuno . chikuma scholastic collection , 1992 . " shobogenzo zuimonki in modern translation " translated by rosan ikeda . okura publishing , 1993 . " shobogenzo zuimonki " translation and commentary by masakazu yamazaki . kodansha scholastic collection , 2003 . " the complete works of dogen zenji " supervised by genryu kagamishima , shunjusha publishing . reference works ton satomi : " the story of dogen zenji " iwanami bunko michio takeuchi : " dogen " yoshikawa kobunkan ( biographical series ) , 1962 shinkichi takahashi : " the life of dogen zenji " hobunkan , 1963 taijo tamamuro : " dogen " shin-jinbutsuoraisha , 1971 aishin imaeda : " dogen : a shamon 's life of zazen " nhk books , 1976 akira suganuma : " an encyclopedia of dogen " tokyodo publishing , 1977 genryu kagamishima and koshiro tamaki , editors : " dogen lectures " 6 volumes , shunjusha , 1979-81 koshiro tamaki : " dogen " shunjusha , 1996 ryotaro shiba : " dogen : the roads of echizen " , in 18 on the road no . 49-61 , asahi shimbun ryotaro shiba " a monk in the mountains " ibid. no . 63-76 ryotaro shiba " the itinerant priest of hokyo-ji temple " ibid. no , 77-89 ryotaro shiba " the portrait of jakuen " ibid. no , 91-104 wahei tatematsu : " dogen zenji " tokyo shoseki , 2007 +soujun ikkyuu was a zen monk in the daitokuji branch of the rinzai sect , during the muromachi period . he is known as a character in stories . for ikkyuu 's witty sayings refer to the section on " ikyuu 's sayings " ( also some on this page ) ; for the tv cartoon " ikkyuu-san " , refer to the section on " ikyuu-san " . born in kyoto , said to be the illegitimate child of emperor gokomatsu . in kazunaga sugawara 's diary , " higashiboujou kazunaga kyouki " , he wrote on august 1st of 1494 that " it is said in secret that the monk ikkyuu is a prince , the illegitimate child of gokomatsu . nobody in the world knows this . " according to later historical documents , his childhood name was sengikumaru . called shuuken for a long time , he also went by kyouunshi , katsuro , and mukei . soujun was his kaimyo ( posthumous buddhist name ) , also written as soujun . ikkyuu was his dougou ( monk 's name ) . ( refer to the section on " kaimyo " for kaimyo and dougou . ) he took orders under shuukan shouge at kyoto 's ankokuji at the age of 6 , and was named shuuken . he quickly developed a talent for poetry ; and his poems " choumonshunsou " , which he wrote at 13 , and " shunishukka " , which he wrote at 15 years of age , were praised throughout kyoto . in 1410 , at the age of 17 , he became a student of soui kenou and changed his name to soujun . kenou died in 1414 . whether it was because of the death of his teacher is difficult to determine , but ikkyuu attempted suicide around that time . in 1415 he became a student of high priest soudon kasou at kyoto 's daitokuji . he received the name ikkyuu from kasou when he answered the koan called touzan 's 3 blows by saying " the treacherous path returns to the safe path ; take a rest and let the rain fall , let the wind blow . " the " treacherous path " refers to the world of confusion ( distracting thoughts ) , while the " safe path " refers to the world of enlightenment ( buddha ) . one night in 1420 he heard the calling of a crow , and was immediately enlightened . kasou tried to give him a certificate of dharma transmission , but ikkyuu refused it . it is said that kasou laughed and called him a fool as he sent him away . from then on he lived a crazy life of poetry , writing , and painting . in 1428 emperor shoukou died without leaving behind a son ; and emperor gohanazono from the fushiminomiya family was enthroned . it is said that emperor gohanazono 's enthronement was based on a recommendation from ikkyuu . from " a chronological history of the priest ikkyuu of toukai " . actually , yoshio imaizumi says that emperor gohanazono 's enthronement had the support of the shogunate , and had nothing to do with ikkyuu 's recommendation . after the onin war in 1474 , at the order of emperor gotsuchimikado he was installed as chief priest ( the 47th ) of daitokuji ; and although he did not live in the temple , he put a lot of effort into its restoration . the subsidiary temple shinjuan was built with ikkyuu as its founder . he was close to the emperor , and was also loved by the people . he died at shuuonan in 1481 , at the age of 88 . it is reported that on his deathbed he said , " i don 't want to die . " shuuonan , commonly called " ikkyuuji " , is located in the takigi area of kyoutanabe city in kyoto . the ruined myoushouji temple was restored by ikkyuu in 1456 . his grave is at shuuonan and is called jiyoutou , but is managed by the imperial household agency as an imperial tomb , calling it the grave of prince soujun , son of emperor gokomatsu , based on the stories about his lineage . for that reason it is not open to the public . free and uninhibited , he was said to have many eccentricities . the following anecdotes have been passed on . he threw his certificate of dharma transmission and other valuable texts into a fire . besides homosexuality , he did things that are forbidden in buddhism , such as drinking liquor , eating meat , and cavorting with women , had a mistress called shinjisha , and one of his students was a son of his named shoutei kiou . he walked about town in peculiar attire , such as with a wooden sword in a red lacquer sheath . one day while rennyo , the master of honganji and also his friend , was out , he went into his room and took a nap on rennyo 's statue of the amitabha . upon returning home to see this , rennyo said , " what are you doing to my tools of trades ? " at the new year , he stuck a skull on top of a cane , and walked around yelling , " beware , beware . " this kind of action seems strange at first , but has something in common with such famous tang dynasty chinese rinzai priests as fuke , and as a teaching style is an expression of the eccentric spirit of zen . at the same time , it was also a way to criticize and satirize the decline buddhism , and the growth of an authoritarian strain , and to raise an alarm at the wearing down and ossification of buddhism . this can also be understood from the sermon , " 7 buddhas tsuukaige " , which he wrote himself . this kind of starkly human lifestyle , without concern for rules or formality , gained him sympathy from the masses , and in the edo period became the basis for collections of witty stories such as " ikkyuu 's sayings " . ikkyuu was known as a skilled calligrapher . it is said that ikkyuu was jukou murata 's teacher , and his writings were prized most highly among practitioners of the tea ceremony . ( recent research has cast doubt upon the tales of ikkyuu being jukou 's teacher . ) his writings ( poetry collections ) include " kyouunshuu " , " kyouunshuu continued " , " jikaishuu " , and " skeleton " . he is representative of the higashiyama culture . he is known to have criticized the shogunate of yoshimasa ashikaga and his wife tomiko hino . the new year 's decorative pine trees are a milestone on the journey toward death ; they are both happy and unhappy . ( kyouunshuu ) the buddha is mischievous , come to this world to lead many people astray . akikaze ichiya hyakusennen ( one night together with you in the autumn breeze . that is worth a hundred or a thousand years . ) in flowers , the cherry tree ; in men , the samurai ; in trees , the cypress ; in fish , the sea bream ; in kimono , the maple-leaf pattern ; in flowers , miyoshino ( the cherry tree of the yoshino district of nara prefecture ) . woman is the storehouse of the dharma ; she bears buddha and bodhidharma alike . according to antonio inoki and others , the words attributed to ikkyuu that begin with " what will happen if i go down this path ... " are not actually his words , but are actually from tetsuo kiyozawa 's poem " the path " ; although there is some confusion about the source . ( compiled in " mujoudanshou " with some omissions and errors ) " ikyuu : a zen monk in troubled times " ( hakugen ichikawa , nhk publishing , december 1970 – ( nhk books 132 ) ) " ikyuu : the world of kyouunshuu " ( seizan yanagida , kyoto jinbunshoin , august 1980 ) " ikkyuu " ( 2nd edition , tsutomu mizukami , tokyo chuou kouronsha , may 1997 ( chuukoubunko ) ) " ikkyuu : breaking rules and madness " ( isamu kurita , tokyo shoudensha , november 2005 ) isbn 4396612567 comics " akkanbee ikkyuu " by hisashi sakaguchi cartoons " ikkyuu-san " 10 / 15 / 1975 – 6 / 28 / 1982 produced by touei moving pictures ( now touei animation ) ; broadcasted by japan educational television ( now asahi television ) " r.o.d. : read or die " ( an ova series sold from 2001 to -2002 . 3 episodes . produced by studio orphee / aniplex ) novels " witty detective ikkyuu-san : the secret room in kinkakuji " ( touichirou kujira ) " witty detective ikkyuu-san : solving riddles on the road " ( touichirou kujira ) " ikkyuu : dark nights " ( ken asamatsu ) " ikkyuu : dark things " ( ken asamatsu ) " ikkyuu : crescent moon " ( ken asamatsu ) " ikkyuu : alkaid " ( ken asamatsu ) television dramas " war of the flowers " ( 1994 , soujun ikkyuu played by eiji okuda ) television variety shows " japanese history suspense theater " ( 2008 , soujun ikkyuu played by cha katou ) biography many stories recall that he was a quick-witted little monk in his childhood , and made a name for himself by doing difficult training in his youth . this aspect is especially emphasized in the stories aimed at children . many of the stories feature him as a child getting one over on a priest or yoshimitsu ashikaga with his witty remarks . such stories combine elements from " ikkyuu 's sayings " with the real soujun ikkyuu ; and as far as his childhood goes , is far from historically accurate ; it is probably done to get readers involved in the story , as it only gets into more difficult reading in the episodes from his youth onward . some accounts do not explicitly state the child ikkyuu 's name or birth , or the names of temples . " ikkyuu 's sayings " known as " ikkyuu-san 's witty stories " , these appeared in the genroku period ( the first half year of the edo era ) , over 200 years after ikkyuu 's death . the author is unknown . because " ikkyuu 's sayings " includes , in addition to ikkyuu 's deeds , many characters and folk stories in which ikkyuu has been substituted for other monks , it cannot be called historically accurate . it is a book in which a historical figure has been imbued with the people 's desires . " ikkyuu 's sayings " is beloved today as a children 's book ; and there has been a television cartoon adaptation , " ikkyuu-san " . through this story , many children have learned about yoshimitsu ashikaga , rokuonji , and the muromachi period before ever going to history class . +amida triad is one style to place a buddhist image in buddhism . it is a triad style and consists of amida-nyorai , i.e. , amitabha buddha at the center and two attendants , kannon-bosatsu , i.e. , avalokitesvara bodhisattva on the left and seishi-bosatsu , i.e. , mahasthamaprapta bodhisattva on the right . ( the " left " or " right " in this case is the direction seen from amida-nyorai . ) kannon-bosatsu is said to be the embodiment of the amida 's mercy and seishi-bosatsu is that of the amida 's wisdom . the kannon 's crown displays kebustu , a small image of amida , while the seishi has suihei , a small water bottle , so you can tell one from the other with ease relatively . in japan , ancient examples are : the amida triad made of bronze owned by the tokyo national museum , once dedicated to the horyuji temple as one of 48 buddhist images ( important cultural property ) , and the amida triad also made of bronze enshrined in the lady tachibana 's shrine of horyuji temple ( national treasure ) . there are various forms of triads : amida is seated in the center with statues on both sides standing ( e.g. the triad in the ninnaji temple in kyoto ) , all three statues are standing with amida in the center ( e.g. the triad in the jodoji temple in hyogo ) , all three statues are seated with amida in the center ( e.g. the triad in the seiryoji temple in kyoto ) , or amida seated in the center and the other two statues are kneeling down ( e.g. the triad in the sanzenin temple in kyoto ) . the triad with amida seated at the center and the other two kneeling down on both sides is a form of raigo , which means inviting the dead spirits to heaven . the left bodhisattvas kannon in this triad usually has a rendai , a lotus-flower-shaped pedestal to carry the dead . there exists another formation made of 5 statues that includes jizo-bosatsu , i.e. , ksitigarbha bodhisattva , and ryujyu-bosatsu , i.e. , naagaarjuna bodhisattva . major works in japan the triad in konjikido of the tyusonji temple in iwate ( three-statue composition , the center one and the two on both sides , made during the heian period and now are national treasures . ) the triad in the seiryoji temple in kyoto ( national treasures , made during the heian period ) the triad in the ninnaji temple in kyoto ( national treasures , made during the heian period ) the triad in the sanzenin temple in kyoto ( national treasures , made during the heian period ) the triad in the jodoji temple in ono city , hyogo ( national treasures , made by kaikei during the kamakura period , placed in jododo ) the triad in the horyuji temple in nara ( national treasures , said to be the buddhist image the lady tachibana had , made during the nara period ) reference : amida triad in a zenkouji style +shinran was a japanese buddhist monk in the early kamakura period . he is recognized as the founder of jodo shinshu , or shin buddhism . on november 28th , 1876 , shinran was given the posthumous buddhist name kenshin daishi by emperor meiji . after shinran met honen ( the founder of jodo shu ) and became his disciple , he inherited ' the discipline of the true religion , jodo shu ' , making all efforts to enhance it . he doesn 't seem to have intended to establish his own sect . he didn 't possess his own temple , but constructed meeting places called nenbutsu dojo in various provinces to spread the teaching of jodo shinshu . while shinran 's nenbutsu group was censured by the buddhist establishment and the other sects of jodo shu , a distinctive character of his discipline became clear , so his followers established a new sect , jodo shinshu , after his death . jodo shinshu is considered to have been founded in 1247 , when shinran finished writing " kenjodo shinjitsu kyogyo shomonrui " ( kyogyo shinsho ) , but in reality it was after shinran 's death that jodo shinshu was officially recognized . the seven patriarchs of jodo shinshu : shinran selected the following 7 monks as the high priests who had taught and spread the doctrine of shomyo nenbutsu . indian buddhism nagarjuna : " jujubibasharon " , the ninth chapter of ' igyohon ' ( the easy practice ) ; " junirai " ( the twelve stanzas of adoration ) vasubandhu : " muryojukyo ubadaisha ganshoge " ( discourse on the pure land ) chinese buddhism tan-luan : " muryojukyo ubadaisha ganshoge-chu " ( commentary of a discourse on the pure land ) ; " san amida butsu ge " ( hymns praising amida buddha ) tao-cho : " anraku-shu " ( treatises on peace and joy ) shan-tao : " kammuryoju-kyosho " ( a commentary on the kanmuryojukyo ) ( kangyosho ) ; " ojo raisan ge " ( hymns on the verse in the pure land ) ( ojo raisan ) ; " tengyo gyodogan ojojodo hojisan " ( service book for the pure land school ) ( hojisan ) ; " ekangyotomyo hanjuzanmai gyodo ojosan " ( hymns on the presence of the buddha ) ( hanjusan ) ; " kannen amida butsu sokai sanmai kudoku homon " ( directions for meditation and invocation ) ( kannen homon ) japanese buddhism genshin : " ojoyoshu " ( treatises on rebirth ) " genku sho 'nin ( honen sho 'nin ) : " senjaku hongan nenbutsu shu " ( treatises on the great vow ) " ( singled-out collection ) prince shotoku : shinran revered prince shotoku as " wakoku-no-kyoshu " ( the founder of japanese buddhism ) and worshiped him as an incarnation of kannon bosatsu ( bodhisattva ) . " seventeen-article constitution " honen set the following three books as the canon , which were preached by sakyamuni and generically called ' three pure land sutras ' : " muryoju-kyo bussetsu muryoju-kyo " , " kammuryoju-kyo " and " amida-kyo . " the book " bussetsu muryoju-kyo " was also called " daimuryoju-kyo " ( daikyo ) , and considered the most significant sutra by shinran . in the teaching of jodo shinshu , those who awaken faith in the saving grace of amida nyorai and express deep feeling of gratitude by reciting his name " namu amida butsu , " are to be reborn in the pure land of amida and become a buddha . because long time ago hozo bosatsu ( amida butsu when he was still studying ) invoked the forty-eight vows , and the main idea of the eighteenth vow ( called the great vow ) had been ' if any one is not saved in this world , i shall not attain buddhahood ' , and then he became a buddha with all his vows fulfilled . it is the great vow of amida butsu that leads all the people ( sentient beings ) to the pure land , and the path to the pure land will open by the faith which is given by amida butsu ( easy path ) . this is called shinji shoin shomyo ho-on ( meaning only the belief given by amida butsu leads you to the pure land , so you have to recite the name of amida butsu to express the feeling of gratitude ) . as mentioned before , the faith in this context isn 't the faith given by people 's own efforts , but it is amida butsu who gives them the faith , and everything that happens in this world is due to the work of amida butsu . this viewpoint is called " tariki hongan , " which means salvation through the benevolence of amida butsu . in the teaching of jodo shinshu , all people ( sentient beings ) are considered creatures who don 't have wisdom like buddha and have to live through the degenerate age of mappo . however , the teaching doesn 't necessarily deny those who try to attain enlightenment by themselves ( or those who try to choose the difficult path ) . shinran also wrote in his book " shoshinge " that it is really difficult to keep holding your faith without any misunderstandings . " tariki " means the work or power of amidabutsu . therefore the devoted followers of jodo shinshu choose not to use the word " tariki " in such contexts like ' you depend on the other people too much ' , or ' it is due to the work of sun , rain , wind , air or other nature ' , because the true meaning of " tariki " is not the influence of people or nature but amidabutsu , though this misusage is pervasive now . the idea called " akunin shoki " is also unique to shinran . this is something you can see in the thinking of honen , who was shinran 's teacher , but it is also said that shinran organized the idea as a doctrine . in the book " tannisho " is written that ' if even good people can be born in the pure land , how much more so the evil people ' , and this has also something to do with the concept of " tariki hongan , " which was mentioned above . the meaning of this is that people ( sentient beings ) are too ignorant to do something good that leads to the pure land . people ( sentient beings ) always do evil things , which never leads them to the pure land . so , paradoxically , those who know they are evil are closer to the path to salvation by the great vow , rather than those who consider themselves good and still believe that they can do something good . it could be said an extension of the idea of not-self , or anatta in mahayana buddhism . shinran thought that we are all gensho shojoju , which means we are saved by the great vow of amida butsu and already destined to go to the pure land , so he decided to live in this world illustrating how much his life is filled with joy and happiness derived from the life in the pure land . this idea goes beyond that of honen , and is one of the significant doctrinal differences between jodo shinshu and jodo shu . all the ages below are according to the east asian age reckoning . all the dates and years below are according to the japanese lunar calendar , in order to show the accurate date and be able to identify the dates when the books are written . on april 1st , 1173 ( according to the solar calendar , may 21st ) , shinran was born the first son of arinori hino , whose title was daishin of the emperor 's mother , near the present hino tanjo-in in the hokai-ji temple ( hino , fushimi-ku , kyoto city ) . his mother is recognized to be kikko 'nyo , granddaughter of hachimantaro yoshiie ( = minamoto no yoshiie ) of the seiwa genji clan . his name as a child was matsuwakamaro or matsuwakamaru . in 1181 , when shinran was 9 , he was inducted into the buddhist priesthood by jien ( who later became a chief abbot called tendai zasu ) at a buddhist monastery called shoren-in , and given the buddhist name hannen . after he entered the priesthood , he went to enryaku-ji temple on mt . hiei and stayed at the training center called jogyodo in the shuryogon-in in yokawa , where his master jien served as kengyo . he pursued his study and disciplined himself as a monk of the tendai sect according to its religious practice of fudan nenbutsu . he served for 20 years on mt . hiei , but he came to realize the limitations of self-power . around the spring of 1201 , when shinran was 29 , he left mt . hiei and for the purpose of praying for the coming generations he went to choho-ji temple ( located in present nakagyo-ku , kyoto city ) , which was founded by prince shotoku , and secluded himself for 100 days there . on the 95th day of his seclusion ( april 5th of the same year ) , he had a dream in which prince shotoku ( or kannon bosatsu 's incarnation ) appeared and said , " if you have sexual intercourse because of your previous karma , i will take your sin instead becoming the woman for you . serve the temple earnestly through your life , and i will lead you to the pure land at your death . " shinran followed the prophetic dream , and as dawn broke he visited honen , who had lived in higashiyama yoshimizu ( present maruyama-cho , higashiyama-ku , kyoto city ) . ( honen was 69 then . ) shinran moved in a thatched hut in okazaki ( present okazaki higashitenno-cho , sakyo-ku ) , and visited honen for 100 days to listen to his teaching . shinran decided to become honen 's disciple when he learned honen 's teaching of " exclusive nenbutsu " . then shinran was given a new buddhist name , " shakku " , by honen . shinran studied hard , and gradually earned the respect of his master honen . on april 14th , 1205 , ( 5 years later of shinran 's becoming honen 's disciple ) , honen permitted shinran to make a copy of his work , " senjaku hongan nenbutsushu " ( singled-out collection ) and draw a portrait of him . this was a privilege reserved for only a select few disciples . at about this time , shinran asked honen to change his name , and was given the name " zenshin " . it is said that during his study under honen , shinran got married with either tamahi , daughter of kanezane kujo , or eshinni , daughter of the miyoshi clan . at that time , it was common to allow exiled criminals to marry , and this interpretation is supported even today . there are many stories about shinran 's marriage , such as the idea that tamahi and eshinni were the same person . in the illustrated biography of shinran called hongan-ji sho 'nin denne , the painting of ' entering yoshimizu temple ' is followed by that of ' the oracle at rokkakudo ' , but the book of " eshinni shosoku " says , ' shinran made ceaseless visits to the master honen for 100 days , and it was just like his seclusion at the rokkakudo , which lasted for 100 days , .... ' generally speaking , the descriptions about these events in the book of " godensho " are considered kaku 'nyo 's miswriting . besides that , some handwritten copies of the book say " the oracle at rokkakudo " and " entering yoshimizu temple " were events that happened in 1626 , but they are also considered errors in writing . ( the west hongan-ji temple version of the book says only " the oracle at rokkakudo " took place in 1626 . ) in february , 1207 , at the protest of kofuku-ji temple , honen 's " exclusive nenbutsu " was suppressed , and 4 people including junsai were executed , and 8 people including honen and shinran were to be banished ( this incident is called jogen no honan ) . honen and shinran were deprived of their buddhist names then . honen was given the nonclerical name " motohiko fujii " , and shinran " yoshizane fujii " . honen was banished to tosa province ( present kochi prefecture ) , and shinran to echigo kokufu ( present niigata prefecture ) . partly because the letters of his buddhist name zenshin were used in the secular name yoshizane , he called himself " gutokusha shinran " ( gutokusha means a foolish bald man ) , borrowing the shin from india 's tenshin bosatsu and the ran from unran daishi , and began to lead a life of " hiso hizoku " ( neither monk nor layman ) . some accounts have it that at about this time shinran got married to eshinni , daughter of the strong warrior tamenori miyohi . also , he is said to have had a baby in exile . in november , 1211 ( 5 years after his exile ) , the court issued an order to pardon shinran and honen . on january 25th , 1212 , honen died in kyoto at the age of 80 . so shinran never met his master again . partly because of this , shinran didn 't return to kyoto and remained in echigo . in 1214 ( three years after the pardon ) , shinran left echigo with his family and some disciples such as shoshin to preach his teachings to the people in the kanto region , and they made their way from the zenko-ji temple in shinano province , through sanuki no sho in kozuke province to hitachi ( present northeast area of ibaraki prefecture ) . in 1216 , shinran began to build thatched huts such as " oyama no soan " ( located in present shirosatomachi , ibaraki prefecture ) , " kojima no soan " ( located in present ojima , shimotsuma-shi , ibaraki prefecture ) and " inada no soan " in inada no go ( present inada , kasama-shi , ibaraki prefecture ) . he settled at hitachi province and spread his teachings vigorously to the people there . his missionary work in the kanto region lasted about 20 years . it is also said that shinran spent 4 years on writing a rough draft of his main work " kenjodo shinjitsu kyogyo shomonrui " ( kyogyo shinsho ) at his thatched hut in inada . according to the sainen-ji temple 's story , shinran 's wife eshinni didn 't accompany him to kyoto and remained in " inada no soan " until her death . shinran 's 24 leading disciples in the kanto region came to be called " kanto twenty-four followers of shinran " in later days . these disciples founded temples in the area of hitachi , shimotsuke and so on . the number of the temples founded by the kanto followers are now 43 , and they survive to this day being called " temples founded by twenty-four followers of shinran " . in 1234 , the kamakura shogunate declared a ban on nenbutsu practitioners . that is why shinran made his way to kyoto at the age of 62 or 63 . after his return to kyoto , he began to devote himself to writing books . after shinran left hitachi province , various heresies and misinterpretations of his teachings to arose . around 1247 , when shinran was about 75 , he completed his work " kyogyo shinsho " , which shinran had been revising and supplementing for a long time , and he allowed his disciple sonren to copy his book . in 1248 , he completed these two books of " jodo wasan " and " koso wasan " . in 1250 , he completed " yuishinsho mon 'i " ( preserved in the morioka honsei-ji temple ) . in 1251 , shinran sent a letter to pacify a dispute called " unen-munen no jo , " which happened in hitachi province . in 1252 , he completed " jodo monruijusho " . around 1253 , shinran sent his son zenran and his grandson nyoshin to the kanto region in order to spread an authentic doctrine to people . however , zenran devoted himself to the wrong doctrine called " senju kenzen " , and he preached the heresy even to the people who had understood shinran 's teachings properly , causing a turmoil . nyoshin kept preaching shinran 's teachings to the people at oami , mutsu province , and gained a large number of disciples called " oami monto " . in 1254 , it is said that eshinni asked her youngest daughter kakushinni to take care of shinran , and she left for her hometown echigo . the reason she returned home was to take care of her relatives and the lands of the miyoshi family to which she was born . in 1255 , he completed " songo shinzo meimon " ( an abstract / preserved in the houn-ji temple in fukui prefecture ) , " jodo sangyo ojo monrui " ( an abstract / kencho version ) , " gutokusho " ( 2 vols . ) and " kotaishi shotoku hosan " ( 75 poems ) . in 1256 , he completed " nyushutsu nimonge " ( hymns on the two gates , entrance and exit ) ( preserved in the houn-ji temple in fukui prefecture ) . shinran declared that he would disown his son zenran in his letter dated may 29th of that year , because zenran preached heresy to the people in the kanto region . it is thought that the visit to the kanto followers mentioned in the second chapter of the " tannisho " took place around this time . in 1256 , shinran completed " nyorai nishu ekomon " ( osoeko gensoeko monrui ) . in 1257 , he completed " ichinen tanen mon 'i ( means notes on one-thought and many-thoughts ) " and " dainihonkoku zokusan 'o shotoku taishi hosan " , and made a copy of " jodo sangyo ojomonrui " ( longer version / kogen version ) . in 1258 , he completed " songo shinzo meimon " ( longer version ) and " shozomatsu wasan " . the three books " jodo wasan " , " koso wasan " and " shozomatsu wasan " as a set are called ' sanjo wasan ' . the letters written by shinran around this time were later compiled into the books of " mattosho " ( compiled by jukaku ) and " shinran sho 'nin goshosokushu " ( compiled by zensho ) . on january 16th , 1263 , he died at the age of 90 ( according to the east asian age reckoning , and 89 in a regular way of counting ) in " zenpo-in " at oshikoji minami and madenokoji higashi ( his younger brother jin 'u served as a chief monk there ) . there are various explanations as to the place of his death , " zenpo-in ( zenpo-bo ) at oshikoji minami / madenokoji higashi . " the hongan-ji sect said that " zenpo-bo " was at the west side of madenokoji , and restored zenpo-in ( present-day hongan-ji sect kadonobo annex ) . the otani sect supposed the location of " zenpo-in " to be at the ruins of hosen-ji temple , built in a place that had come to be called " shinrangahara " ( present-day kyoto municipal kyoto oike middle school - toraishi-cho ) , and erected a stone monument with the words " the place where kenshin daishi passed on . " ( some also say that he passed on at koen-ji temple ( kyoto city shimogyo ward ) and his body was moved to zenpo-in for some reason . ) at his death , shinran 's younger brother jin 'u and his youngest daughter kakushinni , among others , were with him . his ashes were interred at " otani " , north of toribeno . since his exile , he had stuck to his own status which was neither a monk nor a layman . the ritual called " ho-onko " for expressing the feeling of gratitude to shinran takes place on the date of his death annually . according to the book of " godensho " written by the 3rd caretaker of hongan-ji temple kakunyo , ' his cremation was held at ennin-ji temple , south of toribeno . ' the hongan-ji sect says that he was cremated around the south side of mt . toribe ( present-day otani honbyo / nishi otani ondabisho ) . the otani sect says that he was cremated at enni-ji temple ( imakumano , kyoto city higashi ward ) . ( present-day enni-ji temple was restored by the 21st chief priest of higashi hongan-ji , kosho otani . ) some belongings left by shinran and a part of his skull were carried to the kanto region by disciples such as zensho , and placed into the " inada no soan " in which shinran lived while preaching in the kanto region . a statue of shinran at in 1272 ( 10 years after shinran 's death ) , with the help of shinran 's followers , kakushinni moved the tomb of shinran at " otani " to the north of yoshimizu ( near the present sotai-in ( chion-in tacchu ) ) and constructed a hall called " otani byodo . " ( in 1295 , shinran 's image was enshrined in the hall , which came to be called " otani eido " . ) ( in 1312 , he posted the name " senju-ji , " but the people of enryaku-ji temple opposed it and the name was taken down . ) hongan-ji temple survived until 1465 ( the time of the 8th caretaker , rennyo ) , when it was destroyed by the congregation from the saito area of enryaku-ji temple ( the incident is called kansho no honan ) . texts in chinese characters " kenjodo shinjitsu kyogyo shomonrui " ( an abbreviation of the title is " kyogyo shinsho " ) a poem called ' shoshin nenbutsuge ' is in the last part of the volume named ' gyokan ' of " kyogyo shinsho " , and the poem consists of 120 lines ( 7 letters in each line ) . " jodo monrui jusho " ( a short treatise on the pure land ) : an abbreviated " kyogyo shinsho " " gutokusho " ( gutoku 's notes ) " nyushutsu nimon ge " ( hymns on the two gates , entrance and exit ) texts in japanese " jodo wasan " ( hymns on the pure land ) " koso wasan " ( hymns on the high priests ) " shozomatsu wasan " ( hymns on the three periods ) " jodo wasan " , " koso wasan " and " shozomatsu wasan " are together called ' sanjo wasan ' ( three books of hymns ) . " sangyo ojo monrui " " songo shinzo meimon " ( eulogies inscribed on the scrolls of the holy names and portraits ) " ichinen tanen shomon " ( notes on one-thought and many thoughts ) " yuishin shomoni " ( notes on faith , commented ) " nyorai nishu ekomon " " mida nyorai myogotoku " " shinran sho 'nin goshosoku " ( the letters of shinran ) related works " eshinni shosoku " ( the letters of eshinni ) " tannisho " ( lamentations of divergences ) " shukke to sono deshi " ( entering the buddhist priesthood and the disciple ) written by hyakuzo kurata " shiroi michi - honen , shinran to sono jidai " ( a white path : honen , shinran and their times - made into a movie by shochiku corporation in 1987 ; director : rentaro mikuni ) " mida no hashi ha - shinran shonin den " ( a bridge of mida , a legend of st. shinran ) +jodo shu is one of the denominations of buddhism in japan , which was founded by honen shonin and the teaching and practice of which is jodo kyo senju-nenbutsu ( exclusive nenbutsu ) . honzon ( main image ) is amida nyorai ( funagokoryumida ) . honen swore to be a monk , following the will of his father , uruma no tokikuni . he was sent to his uncle 's temple , bodai-ji , before he went to mt . hiei , the center of buddhist study . he studied hard under kangaku shonin there . but after four years , his teacher monk kangaku shonin said to seishimaru ' i have nothing to teach you any more . how about going to study at mt . hiei ? ' , so he went to mt . hiei in 1145 , when he was only 13 years old . after that he learned buddhism under genko shonin at eizan komponchudo . after seishimaru had learned everything genko shonin could have taught , he started to study under koen ajari . seishimaru was ordained officially by koen in 1147 , when he was 15 . in 1150 ( 18 years old ) , seishimaru moved to bessho of seiryu-ji temple ( in sakamoto , otsu city ) , was taught by jigenbo eiku shonin , named honen-bo genku ( used one kanji character each from genko and eiko ) . in 1175 , when he was 43 , honen realized the truth of senju-nenbutsu by kanmuryojukyosho ( kangyosho , commentary on the meditation sutra ) , written by zendo daishi , so he left mt . hiei for higashiyama yoshimizu and began to spread the teaching of the nenbutsu . it is said that this is the beginning of jodo shu . the words of kangyosho , which made honen found jodo shu are : the way of ojo ( birth in the pure land ) is to continue to recite the name of mida ( amida ) intently whenever and wherever , regardless of length of time . that is because it leads to the true wish of mida . recite the name of mida intently . whenever and wherever , it doesn 't matter how long you recite . continue to recite the name of mida and it is the true way for ojo . that is because it leads to the true wish of mida . " namu amida butsu " means to believe in amida butsu . it is said the nenbustu of jodo shu began with the selection of these words , mida butsu . " senchaku hongan nenbutsu shu " ( passages on the selection of the nenbutsu in the original vow ) is the main sacred book , which is a compilation of dogma . when honen founded jodo shu , he was criticized by old temples such as tendai denomination and kofuku-ji temple of nara , and exiled to sanuki province ( jogen persecution ) , but he propagated jodo shu there as well . after that he was pardoned but forbidden to enter kyoto , so he continued to propagation based at katsuo-ji temple in settsu province . honen was allowed to come back to kyoto in 1211 ( kenreki 1 ) , but passed away at the age of 80 next year . history after honen passed away , shinku , an elder disciple , succeeded the jodo shu denomination , but there were subtle differences in the interpretation of the dogma of honen between disciples such as shoku , bencho , kosai , chosai , ryukan and shinran . in 1227 , senju-nenbutsu was forbidden again , and jodo shu was damaged heavily and moved toward separation ( karoku persecution ) . the reason for this persecution was that nenbutsu priests were suspected of robbery when the treasure of hossho-ji temple was stolen . in addition , monks of enryaku-ji temple attacked nenbutsu priests , " senchaku hongan nenbutsu shu ( passages on the selection of the nenbutsu in the original vow ) " was banned , and honen 's mausoleum at higashiyama otani ( kyoto ) was destroyed . at this time kosai was exiled to iki province and ryukan to mutsu province as well . honen 's body was accepted by raigo enku of uzumasa koryu-ji temple and cremated at ao 'no in nishiyama . after that , jodo shiryu ( four sects of jodo shu ) were founded . that is the four sects that were the mainstream of jodo shu after shinku 's death , seizan-gi of shoku , chinzei-gi of bencho who was patronized by the kusano clan in kyushu , chorakuji-gi of ryukan who spread tanen-gi in eastern area after exile there , kuhonji-gi of chosei who taught shogyohongan-gi against shoku in kyoto . these four sects do not include shinran 's sect , one of the strongest sects at that time , which became independent as jodo shinshu after he died . other independent sects were founded left and right by other priests such as tanku of nison-in temple in saga ( kyoto ) , genchi who revived chion-in temple and kosei who introduced ichinen-gi . but only seizan-gi and chinzei-gi remained through the middle ages , other than jodo shinshu , and they were called seizan school and chinzei school . on the other hand , the kamakura shogunate oppressed jodo shu to stop nenbutsu in kamakura , but seizan-ha was welcomed by hojo clan later and built a base in bengayatasu of kamakura . moreover , ryochu , who was a disciple of bencho , founder of chinzei-ha , had established his influence in kanto area based on goshin-ji temple ( present komyo-ji temple in kamakura city ) . gokuraku-ji temple in kamakura ( kamakura city ) was said to have been a jodo shu temple before becoming a shingon-risshu temple , and kotoku-in ( kamakura daibutsu ) is a representative jodo shu temple in kamakura ( it is said that it was in the edo period that it officially became a jodo shu temple , there are various opinions about the early period . but jodo shu fell into an era of separation ; nishiyama-ha separated to nishitani-ryu , fukakusa-ryu , higashiyama-ryu and saga-ryu after shoku died , and chinzei-ha separated into shirohata-ha , nagoe-ha , fujita-ha , ichijo-ha , kobata-ha and sanjo-ha after yoshitada died . from the nanbokucho period to the muromachi period shokan and ryoei of fujita-ha and shogei and shoso of shirohata-ha appeared within chinzei-ha and founded new sects , overcoming seizan-ha and other sects of chinzei-ha . especially , seido insisted on the rule of goju-soden ( fivefold transmission ) because jodo shu has a succession of dogma and genealogy , and tried to integrate various sects by organization of genealogy and dogma . shoso built zojo-ji temple and his disciple , gutei , built daiju-ji temple at the request of chikatada matsudaira . chion-in , which was revived by shirohata-ha after the onin war , was admitted as the head temple of jodo shu by emperor ogimachi in 1575 and given authority to grant or deny vestments to jodo shu monks in japan ( ' kiharinji ' ) . in addition , after the foundation of the edo shogunate by ieyasu tokugawa , who was a descendant of chikatada matsudaira , jodo shu was protected heavily . sonsho in chion-in and son 'o in zojo-ji temple were especially respected by ieyasu . in 1615 jodoshu hatto was established as one of the rules of jiin shohatto , in which chion-in was recognized as the head temple , and zojo-ji temple was given the name of daihonzan and sorokusho ( a government office of religion ) was founded there although it had a lower position than chion-in . at this time the edo government established jodo seizan-ha hatto for seizan-ha independently . by these rules jodo shu was protected by tokugawa shogunate , in other words , shogunate and domain system . after the chaos of haibutsu kishaku , tetsujo ugai and gyokai fukuda tackled modernization of jodo shu . integration of chinzei-ha by the shirohata-ha that unified nagoshi-ha and others led to the prototype of present jodo shu . after world war , kurodani jodoshu , based in konkaikonmyo-ji temple , and honpa jodoshu ( jodoshu honpa ) , based in chion-in , became independent , but in 1961 , when a memorial ceremony for the 750th anniversary of honen 's death was held , jodoshu honpa returned and kurodani jodoshu also returned 16 years later . the representative director of jodo shu as a present religious corporation is called ' shumu socho ' and responsible director is called ' naikyoku ' . on the other hand , seizan-ha has been separated into seizan jodoshu , seizan zenrinji-ha and seizan fukakusa-ha . jodoshu shasei-ha , which was separated in the reform movement in edo period , also has remained . characteristics of jodo shu temple main image : amida buddha main image ( left ) : seishi bosatsu ( seishi bodhisattva ) main image ( right ) : kannon bosatsu ( kannon bodhisattva ) left : zendo daishi right : honen shonin note : the following two are chinzei-ha ( jodo shu ) second founder : genchi shonin , bencho shonin third founder : ryocho shonin note : the following is seizan-ha ( seizan jodo shu , jodo shu seizan zenrin-ji temple ha , jodo shu seizan fukakusa ha ) second founder : shoku shonin jodo shu sutras jodosanbu-kyo ( three sutras of the pure land ) muryoju-kyo bussetsu muryoju-kyo ( sutra of immeasurable life ) kanmuryojukyo ( meditation sutra ) amida-kyo ( amida sutra ) ichimai-kishomon ( one page document ) isshi-koshosoku ( reply to a disciple ) jodo shu official song there is no village where the moon light does not reach ; it exists in one 's mind . this song originated from a song of gatsurin-ji temple , no. 18 of the 25 sacred sites of honen . head temple chinzei-ha kachozan chion-in seizan-ha higashiyama zenrin-ji temple ( kyoto city ) ( eikando ) ( zenrinji-ha ) ao komyo-ji temple ( nagaoka city ) ( seizan jodo shu ) kyogoku seigan-ji temple ( fukakusa-ha ) chinzei seven daihonzan ( head temples ) san 'enzan zojo-ji temple ( tokyo ) http / / www.zojoji.or.jp / shiunzan konkaikomyo-ji temple ( kyoto city ) http / / www.kurodani.jp / tenshozan komyo-ji temple ( kamakura city ) http / / park16.wakwak.com / ~ komyo-ji / hyakumanben chion-ji temple ( kyoto city ) http / / www.jodo.jp / 290004 / 03 / seijozan zendo-ji temple ( fukuoka city ) http / / www5.ocn.ne.jp / ~ zendoji / zenko-ji daihongan ( nagano city ) http / / www.daihongan.or.jp / zenko-ji temple ( nagoya city ) http / / www.zenkoji.jp / shojoke-in ( kyoto city ) http / / www6.ocn.ne.jp / ~ jozan / bukkyo university ( kyoto city ) tokai gakuen university ( nagoya city , miyoshi cho ) - part of tokai gakuen / tokai junior & senior high school shiba junior & senior high school : former jodo shu tokyo branch school tokai junior & senior high school ( nagoya city ) : former jodo shu aichi branch school tokai gakuen high school ( nagoya city ) : a sister school of tokai junior & senior high school higashiyama high school ( kyoto city ) : former jodo shu kyoto branch school uenomiya junior & senior high school ( osaka city ) : former jodo shu osaka branch school uenomiya taishi junior & senior high school ( taishi cho , osaka prefecture ) : jodo shu osaka branch school chinzei high school ( kumamoto city ) : former jodo shu kyusyu branch school +the shingon sect is a buddhist sect of japan that was founded by kukai ( kobo daishi ) in the early ninth century . it is also called the shingon darani sect , mandala sect or himitsu sect . it is based on mikkyo , or esoteric buddhism , which kukai learned from eka ( keika ) , at shoryu-ji temple ( qinglongsi temple ) in choan , ( changan ) ( xian city ) during the tang dynasty . meanwhile , the tendai sect in japan , which was founded by saicho at about the same time , learned the hoke-kyo sutra , mikkyo , commandment and zen simultaneously . in his works ' himitsu mandala jujushinron ' and ' hizohoyaku , ' kukai expressed appreciation for another buddhist sect , dharma , which was at that time established to some extent , and built that thinking into a rating system of 1 to 10 by placing the shingon sect above the dharma . finally , he preached that mikkyo ( shingon mikkyo ) was superior to esoteric buddhism and that the thinking and sutras of esoteric buddhism were included to shingon mikkyo . while tendai mikkyo is called ' daimitsu , ' shingon mikkyo is called ' tomitsu . ' mikkyo , of the shingon sect , was called ' tomitsu ' because it was centered on the to-ji temple ( kyoogokoku-ji temple ) . the founding of the sect kukai founded koyasan kongobu-ji temple in 816 as a dojo for zen training , and established a sect having the kyoogokoku-ji temple ( to-ji temple ) , which was given by the imperial court in 823 , as a fundamental dojo of the shingon sect . before kukai fell into deep meditation , he asked his disciples to take charge of the temples in which he had worked as a chief priest . to-ji temple was put in charge by jitsue , kongobu-ji temple by shinzen , jingo-ji temple by shinzei , ansho-ji temple ( kyoto city ) by eun , ninna-ji temple was founded by kanpyo hoo ( an abdicated emperor who had joined a buddhist order ) ; ( 寛平法皇 ) ( emperor uda ) by shobo , enjo-ji temple by yakushin and so on . these temples were permitted to be state-sanctioned schools of monks ( nenbundosha ) ( 年分度者 ) , and therefore tended to be independent . kangen became toji-choja ( the chief abbot of to-ji temple ) and at the same time kongobu-ji temple 's head priest , and established the honmatsu system in which to-ji temple was the head temple and kongobu-ji temple was the sub-temple . toji-choja came to control the shingon sect . after a defeat in the conflict of honmatsu , kongobu-ji temple was damaged in a fire due to lightning and lost its halls . koyasan fell into decline and abandonment due to the tyranny of provincial officers and other reasons . this situation continued until the mid-heian period , but koyasan began to make a recovery after fujiwara no michinaga climbed it ( making a pilgrimage to a shrine on the mountain ) , and he was later followed by the imperial family , the sekkan-ke ( the families which produced regents ) , and court nobles . subsequently , it gained financial stability partly due to economic assistance by the imperial family , sekkann-ke regent family , court nobles and so on . kakuban and koyasan it split into sects because it valued shishisosho , a succession from a teacher to a disciple . this split was caused by the difference of jiso ( 事相 ) , a way to implement shingon mikkyo ( e.g. , a manner of ascetic training ) . dharma itself had been completed by kukai so that there was no dispute within the sect until the mid-heian period . however , at the end of the eleventh century kakuban ( kogyo daishi ) began to preach the thought of himitsu nenbutsu at koyasan . additionally , kakuban built daidenpo-in and revitalized daidenpo-e in order to promote shingon dharma . he tried to achieve the independence of koyasan from to-ji temple 's control , whereby he abolished the custom whereby toji-choja became the head priest of kongobu-ji temple at the same time and was ordained to be kongobu-ji temple 's head priest ; however , his effort failed due to the objection of the kongobu-ji side ( hon-ji side ) . subsequently , he resigned as head priest and retired at mt . negoro ( wakayama prefecture ) . after this incident , the kongobu-ji side ( hon-ji side , 本寺方 ) continued to fight against daidenpo-in ( inside , 院方 ) , and this continued for a long time . the two sides split into the kogi ( kogi shingon sect ) and shingi ( shingi shingon sect ) . in 1290 raiyu relocated daidenpo-in to mt . negoro and established the base of the shingi shingon sect 's dharma by kajihosshinsetsu ( 加持法身説 ) ( shingi ) of dainichinyorai . negoro-ji temple , founded at mt . negoro ( including daidenpo-in ) was in its ascendancy but was burned down by hideyoshi toyotomi in 1585 . consequently , senyo went into hase-dera temple in 1588 , which came to be the grand head temple of the shingon sect buzan-ha . in 1601 genyu rebuilt chishakuin temple ( which had relocated to the precincts of neogro-ji temple ) at shichijo , in kyoto , doing so with ieyasu tokugawa 's support , and later it became the grand head temple of the shingon sect chisan-ha . during the period of the northern and southern courts ( japan ) to-ji temple 's priests such as goho and kenpo completed tojifujimonkyogaku ( 東寺不二門教学 ) and taught honchikajisetsu ( 本地加持説 ) ( kogi ) of dainichinyorai . during the edo period , the edo bakufu carried out a new control measure over religions , against buddhist sects . counter to the shingon sect , hatto acts against to-ji temple , daigo-ji temple and koyasan gakuryogata , as well as hatto act against kanto shingon sect kogi ( 関東真言宗古義法度 ) were put into effect in 1604 . as a result of these acts , the shingon sect was placed under bakufu 's ( government ) observation . after the meiji restoration , the meiji government promoted the separation of buddhism and shintoism . this resulted in the exclusion of buddhism . the temples of the shingon sect suffered great damage without regard to their status as head temples or sub-temples . regarding financial matters , the meiji government forced them to return their wealth . there was a case of confiscation involved . privileges were abolished , and the title of chokugansho , the temple in which emperors prayed , and monzeki--the temple where the imperial prince lived--were prohibited . consequently , many temples began to experience difficulties in their management , so that they were forced to become defunct . some monks left the priesthood and returned to secular life . there is a strong admiration for kukai , the founder of the sect ( kobo daishi ) . in the tenth century nyujoshinko , the faith in which kukai had fallen into deep meditation , was created at koyasan . one of the characteristics of the shingon sects is the preaching of faith in kobo-daishi ( faith in daishi ) . the founder of the sect , kukai ( 774-835 ) was born at byobu-ga-ura sanuki-no-kuni ( 讃岐国屏風浦 ) ( current zentsu-ji city , kagawa prefecture ) ; and as a thinker , writer and talented calligrapher from among the sanpitsu ( the three great calligraphers of history ) , as well as a buddhist , he had a strong influence on japanese culture in later years . he went to tang on the ship " kentoshi " in 804 , and was given an essential dharma of mikkyo from eka , of shoryu-ji temple , in choan . he obtained many buddhist scriptures , buddhist altar pieces and a buddhist picture in tang , and brought them to japan . in 816 kukai obtained the land of koyasan ( koya-cho , itogun , wakayama prefecture ) and founded kongobu-ji temple there ; later ( in 823 ) , the emperor saga gave him to-ji temple , which was a national temple of heian-kyo , and he made these temples the fundamental dojo of shingon mikkyo . on march 21 , 835 , he fell into deep meditation at the age of 62 at koyasan . in 921 , 86 years after kukai 's demise , the emperor daigo awarded him the posthumous title of kobo daishi . a legend holds that there were eight forefathers during the time in which mikkyo occurred in india ; this was conveyed to kukai ( kobo daishi ) through china , and subsequently kukai established the shingon sect . this is called shingon hasso . there are two kinds of hasso--fuho hasso ( eight forefathers from dainichinyorai to kukai ) and denji hasso ( eight forefathers who appeared during the period of history in which the teachings of the shingon sect had been introduced to japan ) --and kukai described the origin of shingon mikkyo , the biographies of the seven forefathers of fuho and seven forefathers of denji ( seven forefathers of fuso and denji hasso except kobo-daishi ) and lineage of fuho in his works ' himitsu mandala kyo fuho den ( 秘密曼荼羅教付法伝 ) ' and ' shingon fuho den ( 真言付法伝 ) . ' one of the characteristics of temples of the shingon sect is that shingon hasso ( denji hasso ) are enshrined in the main hall or other places ( they are often drawn as pictures ) . ( some temples do not enshrine them . ) this shows the orthodox lineage of the shingon sect dharma . it was when kongosatta heard dainichinyorai 's sermon that the shingon dharma 's lineage began . dainichinyorai kongosatta ryumyo bosatsu ryuchi bosatu kongochisanzo fukusanzo keika ajari kobo-daishi it means that eight forefathers who appeared during the period of history in which the teachings of the shingon sect had been introduced to japan . dainichinyorai and kongosatta were removed from fuho hasso because they were not historical figures , and consequently the other two forefathers were added . they are also called hasso daishi . each forefather has a belonging that illustrates the essence of enlightenment . it was said that ryuju bosatsu had been given mikkyo sutras from kongosatta , an immediate pupil of dainichinyorai , and thus conveyed them in this world . ( he holds sankosho in the right hand . ) ryuchi bosatsu : he was initiated into mikkyo from ryumyo . ( he has sutras in the right hand . ) kongochisanzo went to tang and conveyed " kongocho-kyo " after he learned mikkyo from ryuchi in india . ( he has a beadroll in his right hand . ) fukusanzo was born in western china . he went to tang with his uncle , a merchant , and became a disciple of kongochi at choan . he translated ' kongocho-kyo ' into chinese , and opened kanjo dojo . ( he makes gebaku-in , a symbolic buddhist gesture , with his fingers . ) zenmuisanzo was born in india . he learned mahayana buddhism and took over mikkyo . he went to tang at the age of 80 , and conveyed the dainichi-kyo sutra . ( he holds up the index finger of his right hand . ) zen master ichigyo was born in china . he studied zen , tendai dharma , astronomy and mathematics . he learned from zenmui at choan , and completed ' dainichikyo-sho ' based on the dictations of zenmui . ( clothed in his clerical garb , he makes a symbolic gesture with his fingers . ) keika ajari was born in china . he took over the mikkyo of vajradhatu and garbhadhatu . ( he is seated on a chair and has a child serve beside him . ) kobo-daishi was given both vajradhatu and garbhadhatu from keika ajari , and he founded shingon mikkyo by conveying them . kukai ( he has five-prong pestles on his right hand and a rosary in his left hand . ) the dharmas of the shingon sect are sokushin jobutsu ( becoming buddha in this life ) and mitsugonkokudo ( esoterically adorned buddha 's land ) . the main image is dainichinyorai , which is an entity of the universe and the absolute truth . the fundamental sutra is dainichi-kyo sutra ( formally , ' daibirushanajobutsu-jinpenkaji-kyo sutra ' ) and kongocho-kyo ( formally , ' kongocho issainyorai shinjitsusetsudaijogensho daikyoo-kyo ' or ' kongocho-yuga-shinjitsu-daio-kyo sutra , ' ' soshitsuji-kyo sutra , ' ' yugi-kyo sutra , ' ' yoryakunenju-kyo sutra , ' ' rishu-kyo sutra , ' ) and so on . the ronso ( academic papers ) are ' bodaishinron , ' ' shakumakaenron , ' ' dainichi-kyoso ' and so on . the following works of kukai are considered to be ronso : ' himitsu-mandala-jujushinron ( jujushinron ) , ' ' hizo-hoyaku , ' ' benkenmitsu-nikyoron , ' ' sokushinjobutsu-gi , ' ' shojijisso-gi , ' ' un-jigi ' and so on . according to the dharma , ascetic training of the three mysteries ( the secret of the body , i.e. , making symbolic gestures with the fingers ; the secret of speech , i.e. , reciting shingon ; and the secret of mind , i.e. , visualization of the buddha in the mandala picture ) leads to integration with the main image and sokushin jobutsu , which means that one becomes buddha with one 's present physical body . jiso ' and ' kyoso ' are considered important in the learning of shingon mikkyo . jiso is a word ( as opposed to kyoso ) and a way to implement shingon mikkyo . it means a manner of ascetic training ( 修法 ) ( training manners ( 行法 ) such as kanjo , rite , kanpo ( meditation , 観法 ) and ingei ( sign made with the fingers , 印契 ) , shingon ) , while kyoso is a theory of shingon mikkyo . dainichi-kyo sutra , the main sutra of the shingon sect , is a sutra of kyoso , and kongocho-kyo is a sutra of jiso . learning kyoso leads to an understanding of shingon mikkyo theory , and learning jiso leads to the implementation of a theory . jiso , without any support of kyoso , simply becomes a meaningless activity . without learning both jiso and kyoso , one cannot reach the ideal of shingon mikkyo . to explain the importance of learning both jiso and kyoso , some have compared jiso and kyoso to two wheels on a single cart . additionally , jiun said , ' kyoso does not exist without jiso and jiso does not exist without kyoso , so that we should learn them together and try to attain mitsugi ( the dharma of mikkyo ) ( 密義 ) . ' the research of jiso has been popular since the mid-ninth century ( during the mid-heian period ) . yakushin began hirosawa-ryu school , and shoho began ono-ryu school . both schools separated into six schools each , e.g. yataku juni-ryu ( 12 schools of yataku , also called konpon juni-ryu ( 12 schools of basics ) ) , and ultimately they became 36 schools . later , the number of schools exceeded 100 . the schools of shingon mikkyo 's jiso were all derived from two schools : hirosawa-ryu and ono-ryu . hirosawa-ryu and ono-ryu ( yataku juni-ryu ) during the mid-heian period , yakushin began hirosawa-ryu school and shoho began ono-ryu school . both schools split into six schools and called themselves yataku juni-ryu or konpon juni-ryu . in the definition of yataku juni-ryu , jimyoiin-ryu is not included in hirosawa-ryu . moreover , nakanoin-ryu is not included in ono-ryu . this is because both schools had moved to koyasan . these are distinguished simply because they play no role in kujo no shuho ( official mikkyo rites , 公請の修法 ) such as goshichinichimishiho ( annual shingon prayer ritual ) , so that yataku juni-ryu does not include all the schools of tomitsu jiso ( 東密事相 ) . it is characterized by the high value that is placed on giki ( rules of rites , 儀軌 ) . it was named after the place name of hensho-ji temple ( kyoto city ) built by kancho , which lies in the south of hirosawa-no-ike pond ( in the saga hirosawa , ukyo ward of kyoto city ) . in a broad sense , when tomitsujiso is divided in two , it is the school as opposed to ono-ryu . in a narrow sense , ninna-san-ryu ( within the school of hirosawa-ryu ) and hirosawa-san-ryu are together called hirosawa-roku-ryu . however , which of the schools should be included in roku-ryu is not established , and there is a theory that includes hokuin-ryu and jisonin-ryu in the lineage of kannonin-ryu and ninna-goryu . hojuin-ryu , ninna-goryu and nishinoin-ryu are called ninna-san-ryu , and kezoin-ryu , ninnikusen-ryu and denpoin-ryu are called hirosawa-san-ryu . the simplified lineage of hirosawa-ryu schools ninna-goryu simplified lineage ( founder , kakuho ) : kukai - shinga - gennin - yakushin - kanpyo hoo ( emperor uda ) - kancho - saishin - shoshin - kanjo - kakuho nishinoin-ryu simplified lineage ( founder , shinsho ( 信証 ) ) : kukai - shinga - gennin - yakushin - kanpyo hoo ( emperor uda ) - kancho - saishin - shoshin - kanjo - shinsho hojuiin-ryu simplified lineage ( founder , eigen ) : kukai - shinga - gennin - yakushin - kanpyo hoo ( emperor uda ) - kancho - saishin - shoshin - kanjo - eigon kezoin-ryu simplified lineage ( founder , shoe ) : kukai - shinga - gennin - yakushin - kanpyo hoo ( emperor uda ) - kancho - saishin - shoshin - kanjo - shoe ninnikusen-ryu simplified lineage ( founder , kanpen ) : kukai - shinga - gennin - yakushin - kanpyo hoo ( emperor uda ) - kancho - saishin - shoshin - kanjo - kanpen denpoin-ryu simplified lineage ( founder , kakuban ) : kukai - shinga - gennin - yakushin - kanpyo hoo ( emperor uda ) - kancho - saishin - shoshin - kanjo - kakuban it is characterized by the high value that is placed on the instruction of the secrets . it was named after the place name of the yamashina ono , higashiyama ward of kyoto city , the site of zuishinin grand head temple of the shingon sect zentsuji-ha ( 真言宗善通寺派大本山随心院 ) ( formerly called mandala temple ) . in some cases shobo is regarded as an originator ( 元祖 ) of ono-ryu while ningai , who founded zuishinin , is regarded as a founder ( 流祖 ) of ono-ryu . in a broad sense , it was the school that was opposed to hirosawa-ryu when tomitsujiso was divided in two . in a narrow sense it indicates daigo-san-ryu ( rishoin-ryu , sanpoin-ryu and kongooin-ryu ) and kajuji-san-ryu ( zuishinin-ryu , anshoji-ryu , kajuji-ryu ) . in other cases it indicates only zuishinin-ryu . the simplified lineage of ono-ryu schools anshoji-ryu simplified lineage ( founder , soi ) : kukai - shinga - gennin - shobo - kangen - ningai - seison - hanshun - genkaku - soi kanjuji-ryu simplified lineage ( founder , kanshin ) : kukai - shinga - gennin - shobo - kangen - ningai - seison - hanshun - genkaku - kanshin zuishinji-ryu simplified lineage ( founder , shoshun ) : kukai - shinga - gennin - shobo - kangen - ningai - seison - hanshun - genkaku - shoshun sanpoin-ryu simplified lineage ( founder , jokai ) : kukai - shinga - gennin - shobo - kangen - ningai - seison - gihan - shokaku - jokai rishoin-ryu simplified lineage ( founder , genkaku ) : kukai - shinga - gennin - shobo - kangen - ningai - seison - gihan - shokaku - genkaku kongooin-ryu simplified lineage ( founder , shoken ) : kukai - shinga - gennin - shobo - kangen - ningai - seison - gihan - shokaku - shoken the shingon sect is one of the sects that have many schools among buddhist sects in japan . generally , it has developed a wide variety of dharma since it split into the kogi shingon sect and shingi shingon sect at the end of the thirteenth century . it relies on dharma-kaya of hon-ji , of dainichinyorai ( kogi ) . it preaches that each event and each thing in this world is a sermon of dainichinyorai , buddhism 's highest form of existence ( the truth itself is regarded as buddha 's body ) . it was begun by kakuban ( kogyo daishi ) and relies on the dharma of adhisthana-kaya of dainichinyorai ( shingi ) . it preaches that each event and each thing in this world is a sermon of dainichinyorai , adhisthana-kaya . consequent upon the enactment of religious organizations act in 1939 , shingon sects ( except for the shingon risshu ) were integrated as the shingon sect . however , after world warⅱmany sects split and became independent one after another , so that today there are more than 50 schools . the 18 grand head temples of the main 16 schools were set up as the grand head temple 's association of shingon sect schools ( kakuzankai ) on june 15 , 1958 , in order to communicate with each other , cultivate mutual friendships and hold events in cooperation with one another . these temples are called the 18 head temples of the shingon sect ( 真言宗十八本山 ) . office of kakuzankai - at chishakuin grand head temple the kogi shingon lineage kongobu-ji temple - grand head temple of the koyasan shingon sect ( 高野山真言宗総本山 ) to-ji temple - grand head temple of the toji shingon sect ( 東寺真言宗総本山 ) zentsu-ji temple - grand head temple of the shingon sect zentsuji-ha ( 真言宗善通寺派総本山 ) zuishinin - grand head temple of the shingon sect zentsuji-ha ( 真言宗善通寺派大本山 ) daigo-ji temple - grand head temple of the shingon sect daigo-ha ( 真言宗醍醐派総本山 ) ninna-ji temple - grand head temple of the shingon sect omuro-ha ( 真言宗御室派総本山 ) daikaku-ji temple - grand head temple of the shingon sect daikakuji-ha ( 真言宗大覚寺派大本山 ) senyu-ji temple - grand head temple of shingon sect senyuji-ha ( 真言宗泉涌寺派総本山 ) kaju-ji temple - grand head temple of the shingon sect yamashina-ha ( 真言宗山階派大本山 ) chogosonshi-ji temple - grand head temple shigisan shingon sect ( 信貴山真言宗総本山 ) nakayama-dera temple ( takarazuka city ) - grand head temple of the shingon sect nakayamadera-ha ( 真言宗中山寺派大本山 ) kiyoshikojin seichoji temple - grand head temple of the shingon-sanpo sect ( 真言三宝宗大本山 ) suma-dera temple - grand head temple of the shingon sect sumadera-ha ( 真言宗須磨寺派大本山 ) the shingi shingon lineage chishakuin temple - grand head temple of the shingon sect chisan-ha ( 真言宗智山派総本山 ) hase-dera temple - grand head temple of the shingon sect buzan-ha ( 真言宗豊山派総本山 ) negoro-ji temple - grand head temple of the shingi shingon sect ( 新義真言宗総本山 ) the shingon risshu sect saidai-ji temple ( nara city ) - grand head temple of the shingon risshu sect ( 真言律宗大本山 ) hozan-ji temple - grand head temple of the shingon risshu sect ( 真言律宗大本山 ) for a week from january 8 to 14 ( 21 times , 21座 ) every year , goshichinichinomishiho has been held at kanjo-in of to-ji temple by the chief abbots ( 管長 ・ 山主 ) and jogakuso ( priests , 定額僧 ) of each sect belonging to grand head temple 's association of shingon sect schools . formations ( priests who are elected by each school of the grand head temple 's association of shingon sect schools ) dai ajari ( chief abbots of the grand head temple 's association of shingon sect schools ) 御手替 ( chief abbots of the grand head temple 's association of shingon sect schools ) ninoma kannon-ku mass ( 二間観音供 ) ( 1 person ) jinku ( 神供 ) ( 1 person ) banso ( 伴僧 ) ( 4 persons ) juniten-gu ( 十二天供 ) ( 1 person ) soyaku goma-ku , soyaku goma-gu , soyaku goma-kyo ( 増益護摩供 ) ( 1 person ) shu no kami ( 咒頭 ) ( 1 person ) shari no mori ( 舎利守 ) ( 1 person ) sokusai goma-ku , sokusai goma-gu , sokusai goma-kyo ( 息災護摩供 ) ( 1 person ) shoten , shoden ( 聖天 ) ( 1 person ) godaison-ku , godaison-gu , godaison-kyo ( 五大尊供 ) ( 1 person ) jogakuso zuiko ( 随行 ) shoji , joji ( 承仕 ) disciple office betto ( 別当 ) ( 1 person ) dai-gyoji ( 大行事 ) ( 1 person ) sho-gyoji ( 小行事 ) ( 1 person ) yodo ( 用度 ) ( 1 person ) kyokucho ( 局長 ) ( 1 person ) goshichinichinomishiho is also called shingoninmishiho and others , and is commonly known as mishiho . because kukai ( kobo-daishi ) had prayed for the peace of japan , the safety of the emperor and the prosperity of the people at the imperial palace in 834 , it was held annually as a new year event of the imperial palace . although there were several interruptions , including civil war during the period of the northern and southern courts ( japan ) , it was revived through the efforts of the emperor go-mizuono and gien , daigo-ji temple 's head priest in 1623 , after an absence of 170 years . it was held until 1871 , when it was abolished under the influence of the official decree on the exclusion of buddhism . it was revived through a petition by unsho shaku and others in 1883 . subsequently , the place of ascetic training was moved from the palace to kanjo-in of to-ji temple . the ascetic training is held 21times . participants use kongokai-ho and taizokai-ho alternately , one year each , and implement the rites of peace and increase of benefit , and godai-myoo ( 五大明王 ) , juni-ten ( 十二天 ) , shoten-ho ( 聖天法 ) and so on . on the first day ( 開白 ) of january 8 , the imperial messenger , who has the karabitsu ( chinese-style chest ) in which the emperor 's cloth is placed , is sent from the imperial household agency to kanjo-in of to-ji temple , and he places it within the inner hall of to-ji kanjo-in dojo . on the 11th ( the middle day , 中日 ) and the 14th ( expiration of term of a vow ) , the imperial messenger burns incense and worships at to-ji kanjo-in dojo . on the 14th , a ceremony to return the emperor 's cloth to the imperial messenger is held at the front hall of to-ji kanjo-in dojo , and goshichinichinomishiho ends successfully ( 成満 ) . this is regarded as the supreme secret ceremony of the shingon sect , and religious articles ( 法具 ) such as a rosary , five-pronged pestles , a stole and others , which are used in ascetic training , were brought by kukai ( kobo-daishi ) from tang ( china ) . previously , toji-choja played a role of dai ajari . currently , the role of dai ajari , who holds ascetic training ( the more specific name is homuhoin dai ajari ( 法務法印大阿闍梨 ) , commonly known as daia ( 大阿 ) ) is alternated by the chief abbots of each sect belonging to the grand head temple 's association of shingon sect schools every year , and after serving as dai ajari he is installed as the chief abbot of the shingon sect . the term of service is one year . customarily , he is given the staff of the chief abbot at the time of inauguration . for the time after the expiration of the term of a vow , to-ji kanjo-in dojo is open to the public and anyone can worship there . +the soto sect is one of the five zen sects of china ( rinzai , igyo , soto , unmon and hogen ) and one of the five zen sects ( nihon daruma , rinzai , soto , obaku and fuke ) in japan . its head temples are eihei-ji temple ( fukui prefecture ) and soji-ji temple ( tsurumi ward , yokohama city ) . unlike the rinzai sect , it does not make use of koans ( paradoxical anecdotes or riddles used in zen buddhism to achieve enlightenment through meditation ) , practising instead mokusho zen ( literally , " the zen of silent enlightenment " ) , which focuses exclusively on mediation . the soto sect in japan was introduced by dogen . dogen went to the southern sungs during the kamakura period , studied under nyojo tendo of the soto sect at mt . tendo , and came back to japan in 1226 . dogen himself considered his teaching as the ' true dharma ' and denied sectionalism . for this reason he prohibited his disciples from using a particular sect 's name by themselves and conveyed a feeling of rejection when viewed as one of the zen sects . it is said that he told them to use the name ' busshin sect ' if they were compelled to identify themselves . triggered by joining one of the nihon daruma sect groups that were persecuted by kofuku-ji temple , after dogen 's nirvana they gradually began to proclaim themselves as one of the zen sects . ' soto , ' as the name of the sect , came into use during the age of the fourth jokin keizan and the subsequent shoseki gazan , while the rinzai sect was supported by the military government at the time and had political and cultural influence , the soto sect spread among local lords , local ruling families , low warriors and common people . the ' true dharma of buddhism ' traditionally respects shaka as a main image-- ' namu shakamuni-butsu ' --and focuses on meditation , mainly with ' the mind itself is buddha ' as its center . as opposed to the chinese zen tradition , the seated meditation of the soto sect usually focuses on ' shikan-taza ' ( single-mindedly sitting in meditation ) based on dogen 's teaching of ' shushoichinyo ' ( immeasurable ascetic training as a way toward becoming buddha ) , while a few styles use zen questions for meditation ( meditation for enlightenment ) , as does the rinzai sect . moreover , " shobogenzo , " which was written by dogen , fully describes buddhism and is different from the view of chinese zen , which proclaims furyumonji ( 不立文字 ) . as of 2005 , it chants the three slogans of ' human rights , ' ' peace ' and ' environment . ' the sutras mainly recited " heart of great perfect wisdom sutra ( hannya shingyo ) " " myohorengekyo kanzeonbosatsu fumonhon " " myohorengekyo nyoraijuryohon " " daihishindarani " " kanromon sutra " " sandokai sutra " " hokyozanmai sutra " " shariraimon sutra " the basic soroku ( sutras described by masters ) " shobogenzo " : dogen 's description ( incomplete ; edited later by disciples ) " denkoroku " : keizan 's sermon , put together by his disciples " shushogi sutra " was edited from " shobogenzo " for the benefit of believers during the meiji period . songs ( ご詠歌 ・ 和讃 ) baikaryuei-sanka magokoro-ni-ikiru ( lyrics and music by kosetsu minami ) the chief priest of each head temple is called the chief abbot , and every two years one of the two chief abbots takes a turn as the superintendent priest . approximately 15,000 temples of this sect are separated into yudo-kai of eihei-ji ha and sowa-kai of soji-ji ha , and every four years the shumusocho ( 宗務総長 ) is selected from both groups . for seven division managers ( 部長 ) of the office ( 内局 ) , as cabinet members half are elected from both groups , and for the members of an assembly ( 宗議会議員 ) ( 72 seats ) each member is elected from both groups in 36 areas . the related school juridical persons are split into komazawa university , tohoku fukushi university of eiheiji-ha , aichi gakuin university and tsurumi university of sojiji-ha , and each group has a right to appoint those presidents in practice . eihei-ji temple - eiheiji-cho , fukui prefecture ( the chief abbot zen master taiho fukuyama ) it was founded by dogen in 1244 , as requested by yoshishige hatano of echizen province . eihei-ji temple 's branch temple , chokoku-ji temple - minato ward , tokyo eihei-ji temple 's nagoya branch temple - daikan-cho , higashi ward , nagoya city , aichi prefecture eihei-ji temple 's kagoshima branch temple , shoryu-ji temple - matsubara , aira-gun , kagoshima prefecture soji-ji temple -tsurumi ward , yokohama city ( chief abbot , zen master kosen omichi ) it was founded by jokin keizan in 1321 at monzen-machi , wajima city , ishikawa prefecture , as requested by joken risshi of the noto-no-kuni , in noto province . it was destroyed by fire in 1898 and was moved to the present location in 1911 . sojiji-soin ( 總持寺祖院 ) was reconstructed at the original site ( monzen-machi , wajima city , ishikawa prefecture ) in 1905 . hogen-ji temple - matsushiro , matsumae-cho , matsumae-gun , hokkaido historically , shobo-ji temple ( oshu city , iwate prefecture ) was the head temple for the two ou provinces , and daiji-ji temple ( kumamoto city , kumamoto prefecture ) was for a while the head temple of kyushu ; however , eihei-ji temple and soji-ji temple became head temples based on the act for temples in 1615 . the nyorai sect ( nyorai-kyo ) was founded in nagoya in 1802 by kino issonnyorai . it had been a temple of the soto sect since 1884 , but ultimately it gained independence through the implementation of the religious corporation act in 1951 . its dharma is a mixture of a faith for the guardian deity of seafaring , a faith for the purity of the land and others , so that it does not have a strong relationship with the dharma of the soto sect . issonkyodan , the derivative sect mentioned above active mainly in kanazawa city , ishikawa prefecture guze-kyo was established in niigata by choan daido in 1886 as a derivation from the soto sect . it saw as the main image kannon bodhisattva , kannon bosatsu , who is the nyorai with great compassion and mercy , and insisted upon relief in the present world by the extreme power of kannon bosatsu , which does not consider its own power or that of others ( 自力他力 ) . its dedicated efforts on behalf of social welfare became widespread throughout japan , but it declined rapidly after choan daido 's nirvana in 1908 , partly due to the lack of a successor . hoo-kyo was a " popular " religious movement that doken takada promoted in the latter part of the meiji period and the taisho period . doken had continued activities such as meditation meetings and sermon visits based at the seisho-ji temple , but from the beginning of the taisho period , he put an emphasis on the promotion of lay buddhism by publishing monthly magazines or holding lecture meetings without regard to the soto sect 's dharma . he called his activities ' hoo-kyo , ' meaning ' buddhism based on hoo daisho shakamunibutsu 's true heart . ' after doken 's nirvana in 1923 , the movement , which had its own sect name , finished . additionally , because doken retained his title as a monk of the soto sect until he died , ' hoo-kyo ' is generally considered to be a movement within the soto sect as opposed to an independent sect . sanpo-kyodan was founded by hakuun yasutani in 1954 in kamakura city , kanagawa prefecture , after his withdrawal from the soto sect . it built such an original way of training as to place doken 's teaching at the center and use zen koans for meditation . today it focuses on the teaching of meditation for lay people and has bases for zen meditation abroad . other than the foregoing , there are a few independent temples of the soto sect : +kannon bodhisattva , kannon bosatsu , ( अवलोकितेश ् वर avalokiteśvara in sanskrit ) is a sacred image ( 一尊 ) of bosatsu in buddhism and a kind of buddha ( 尊格 ) that has attained widespread faithful since ancient times , particularly in japan . it is also called ' kanzeon bosatsu ' or ' kanjizai bosatsu . ' it has many other names such as ' kuse bosatsu ' or ' guse bosatsu . ' origin of name a superior thesis at present regarding the sanskrit avalokiteśvara is that it was mixture of words , ava ( universally ) + lokita ( see , saw ) + īśvara ( universalist ) . a translation by genjosanzo , ' kanjizai bosatsu ' can be seen as having adopted that thesis . it is pointed out that the origin relates to the goddess anahita , a daughter of ahura mazda in zoroastrianism and laksmi in the indian mythology . in an old translation by kumaraju , it was called kanzeon bosatsu , while at that time the name in china was also kanzeon bosatsu . accordingly , there is a thesis that it was translated freely , complying with the point of kannon-gyo sutra ( myoho renge-kyo kanzeon bosatsu fumon hon no. 25 , 妙法蓮華経観世音菩薩普門品第二十五 ) . additionally , in the old sanskrit " hoke-kyo sutra , " which was discovered in central asia , it was written as ' avalokitasvara , ' so that it can be interpreted as avalokita ( see ) + svara ( sound ) ; there is another old translation as " koseon bosatsu , " so that it is possible to assume these were different texts . because the character " 世 " could not be used due to the taboo against using the name of the second tang emperor shi min li , it became established as kannon bosatsu after the tang period in china . it was translated as kanjizai bosatsu in the new version after genjosanzo . kanjizai means that contemplation with prajna leads to the religious fruit ( 妙果 ) of the universalist . moreover , it is also called semuisha ( 施無畏者 ) , the person who gives one a fearless mind , or guse daishi ( 救世大士 ) , who can relieve this world . faith based on kannon-gyo sutra and others , it is widely believed and worshiped . in addition , it is the bosatsu who appears in the beginning of heart of great perfect wisdom sutra ( hannya shingyo ) and is a symbol of hannya 's prajna as well . in jodo-kyo , it is often placed as an attendant of amidanyorai with seishi bosatsu by the preaching of kanmuryoju-kyo sutra . the fundamental sword ( 本誓 ) of kannon bosatsu is great compassion and mercy . in japan it had been shaped into a statue from the asuka period and , linked with practical benefits in this world , it is widely believed without regard to time and place . it has a suibyo ( a small water bottle ) . it is said that in the suibyo there is kudokusui ( 功徳水 ) , meaning water that never dries up . the pure land where kannon lives is called potaraka ( fudaraku ) and is preached in ' kegon-kyo sutra ' as 補怛落迦 of 摩頼矩咤国 in southern india . kanzeon bosatsu is often assumed to be a female , as in the term ' jibo ( affectionate mother ) kannon . ' this is because jizo bosatsu is seen as a pair of ichi-sendai-daihi-sendai ( 一闡提大悲闡提 ) like kannon , and many kannon statues have feminine faces while jizo is a male monk . because shaka calls kannon ' zennanshi , a man who believes buddhism ' in sutras and there is a word ' kannon daishi , ' it was originally regarded as a male ; however , in kannon-gyo sutra it gives a sermon with a feminine appearance to women ( 婦女身得度者 、 即現婦女身而為説法 ) so that gradually it has been assumed to have no sexuality . in later ages it tends to be seen as female . this is because the faith for kannon spread widely from fudaraku ( zhoushan islands and the east-central chinese province of zhejiang ) , a great holy place , to the east china sea and huang hai , so that it came to be related to the folk faith of praying for a safe voyage and the faith in goddesses such as matsu ( of taoism ) . therefore , some people discuss the sexuality of kannon , associating it with ' henjo nanshi ( 変成男子 ) ' in hoke-kyo sutra , but apparently there is no relationship between them . when kannon relieves people in this world , it changes its appearance in various ways according to the person 's mind ( character or ability to understand the teachings of buddhism ) . this is called fumonjigen ( 普門示現 ) by kannon . according to ' kanzeon bosatsu fumon hon no. 25 ' of the hoke-kyo ( kannon-gyo ) sutra , in order to provide relief to all people , kanzeon bosatsu adopts one of 33 different appearances to meet the needs of the particular person ; these appearances include ' busshin , ' ' shomonshin , ' and ' bonnoshin ' ( as below ) . the number ' 33 , ' which is seen in the names such as the 33 temples of saigoku ( 西国三十三箇所 ) or sanjusangendo ( 33-gendo ) temple , stems from this . additionally , ' 33 kannon ' ( see below ) came to be believed based on the concept of hoke-kyo sutra in china and modern japan , but there is no description of the 33 kannon 's names in hoke-kyo sutra . this idea of fumonjigen led to the creation of various appearances of kannon , such as roku kannon , shichi kannon , jugoson kannon and sanjyu-san kannon . for this reason there are various shapes of statues of the kannon , called henge ( changed ) kannon ( other than the basic sho kannon ) . unlike the perception of kannon as an attendant of amidanyorai , kannon bosatsu , which was worshiped as an independent buddha , tends to be prayed to for practical benefits in this world . therefore , it is often portrayed as having a superhuman appearance with many faces and many hands , this being from the viewpoint of relieving all people and achieving all people 's wishes . 33 forms of kannon ( 1 ) busshin ( 4 ) daibonoshin ( 7 ) daijizaitenshin ( 10 ) shooshin ( 13 ) saikanshin ( 16 ) bikunishin ( 19 ) jinshin ( 22 ) doumokutennyoshin ( 25 ) tenshin ( 28 ) kendatsubashin ( 31 ) kinnarashin ( 2 ) byakushibutsushin ( 5 ) taishakushin ( 8 ) tendaishogunshin ( 11 ) chojashin ( 14 ) baramonshin ( 17 ) ubasokushin ( 20 ) hijinshin ( 23 ) donanshin ( 26 ) ryushin ( 29 ) ashurashin ( 32 ) magorakashin ( 3 ) shomonshin ( 6 ) jizaitenshin ( 9 ) bishamonshin ( 12 ) kojishin ( 15 ) bikushin ( 18 ) ubaishin ( 21 ) fujoshin ( 24 ) donyoshin ( 27 ) yashashin ( 30 ) karurashin ( 33 ) shukongoshin in the shingon sects sho kannon , juichimen kannon ( i.e. kannon with 11 faces ( 十一面観音 ) , senju kannon , bato kannon , nyoirin kannon and jundei kannon are called roku kannon ( six kannon ) , and in the tendai sects fukukensaku kannon is added to roku kannon instead of jundei kannon . the image of roku kannon was created from the idea that six kinds of kannon relieve people who have lost their way in six worlds , based on rokudo ( rokudo rinne , a belief that every life repeats reincarnation into six types of worlds ) as the following combinations show : jigoku-do ( 地獄道 ) - sho kannon , gaki-do ( 餓鬼道 ) - senju kannon , chikusho-do ( 畜生道 ) - bato kannon , shura-do ( 修羅道 ) - juichimen kannon , jin-do ( 人道 ) - jundei kannon , ten-do ( 天道 ) - nyoirin kannon . additionally , although senju kannon is thought to have 1,000 hands and one eye in each of those hands , many statues show ' 1,000 hands ' using 42 hands because it is difficult to in fact shape 1,000 hands ( with minor exceptions such as toshodai-ji temple kondo ) . the origin from which kanzeon bosatsu got 1,000 hands is " senjusengen kanzeon bosatsu kodaienmanmugedaihishin darani-kyo , " as translated by gabon-datsuma . daihishindarani , in the last part of this sutra , is still recited at zen sect temples in china and japan . shichi kannon is the seven appearances of kannon in order to civilize people . it consists of the six kannon of the shingon sects and the fukukensaku kannon . jyugoson kannon is the fifteen appearances of 33 kannon ( see next section ) , i.e. byakue , yoe , suigetsu , yoryu , amadai , tara , shokyo , ruri , ryuzu , jikyo , enko , yuge , renga , takimi and seyaku . the following names of 33 kannon are described in " butsuzozui ( 仏像図彙 ) , " a book published in 1783 . there are various origins of the 33 kannon ; among them , while some kannons ( such as byakue kannon and tarason kannon ) originated in india , others developed uniquely in china and japan . some kannons , such as byakue kannon and yoryu kannon , are often drawn in buddhist pictures of zen sects and in ink wash , but most kannons do not have the independent form of a statue . names of the 33 kannons ( 1 ) yoryu kannon ( 4 ) enko kannon ( 7 ) renga kannon ( 10 ) gyoran kannon ( 13 ) ichiyo kannon ( 16 ) enmei kannon ( 19 ) nojo kannon ( 22 ) yoe kannon ( 25 ) kori kannon , hamaguri kannon ( 28 ) merofu kannon ( 31 ) funi kannon ( 2 ) ryuzu kannon ( 5 ) yuge kannon ( 8 ) takimi kannon ( 11 ) tokuo kannon ( 14 ) shokei kannon ( 17 ) shuho kannon ( 20 ) anoku kannon ( 23 ) ruri kannon ( 26 ) rokuji kannon ( 29 ) gassho kannon ( 32 ) jiren kannon ( 3 ) jikyo kannon ( 6 ) byakue kannon ( 9 ) seyaku kannon ( 12 ) suigetsu kannon ( 15 ) itoku kannon ( 18 ) iwato kannon ( 21 ) amadai kannon ( 24 ) tarason kannon ( 27 ) fuhi kannon ( 30 ) ichinyo kannon ( 33 ) shasui kannon major temples that enshrine kannon bosatsu tochigi rinno-ji temple ( tachiki kannon ) - senju kannon ryuzo statue ( 千手観音立像 ) ( an important cultural property ) tochigi oya-ji temple - senju kannon ( the buddhist stone images of oya ) ( a special historic site , important cultural property ) tochigi terayama kannon-ji temple - senju kannon oyobi ryowakijizo ( 千手観音及両脇侍像 ) ( an important cultural property ) tokyo senso-ji temple - sho kannon kanagawa hase-dera temple ( kamakura city ) - juichimen kannon kanagawa ofuna kannon-ji temple - byakue kannon fukui haga-ji temple - juichimen kannon ( an important cultural property ) shiga ishiyama-dera temple - nyoirin kannon ( an important cultural property ) shiga kogen-ji temple ( dogan-ji temple ) - juichimen kannon ( a national treasure ) shiga rakuya-ji temple - juichimen kannon ( an important cultural property ) kyoto koryu-ji temple - fukukensaku kannon ( a national treasure ) , senju kannon ( standing image ) ( a national treasure ) , sho kannon ( an important cultural property ) , nyoirin kannon ( an important cultural property ) , senju kannon ( seated image ) ( an important cultural property ) kyoto kiyomizu-dera temple - senju kannon ( main hall ) , senju kannon ( penetralia ) ( an important cultural property ) kyoto sanjusangendo temple - senju kannon ( a national property , shaped by tankei ) , the 1,000 statues of senju kannon ( 千手観音1,001躯 ) kyoto rokuhara mitsu-ji temple - juichimen kannon ( a national treasure ) kyoto daihoon-ji temple - roku kannon ( an important cultural property ) kyoto sanzenin temple - kuse kannon ( guze kannon ) ( an important cultural property ) kyoto kannon-ji temple ( kyotanabe city ) - juichimen kannon ( a national treasure ) nara horyu-ji temple - kudara kannon ( a national treasure ) , yumechigai kannon , yumetagai kannon ( a national treasure ) , kuse kannon , guze kannon ( a national treasure ) , kumen kannon ( a national treasure ) nara kofuku-ji temple - senju kannon ( a national treasure ) nara yakushi-ji temple - sho kannon ( a national treasure ) nara toshodai-ji temple - senju kannon ( a national treasure ) nara hokke-ji temple - juichimen kannon ( a national treasure ) nara hase-dera temple - juichimen kannon ( an important cultural property ) nara murou-ji temple - juichimen kannon ( a national treasure ) osaka taisho kannon-ji temple ( abiko kannon ) - sho kannon osaka shitenno-ji temple -kuse kannon ( guze kannon ) osaka kanshin-ji temple - nyoirin kannon ( a national treasure ) osaka fujii-dera temple - senju kannon ( a national treasure ) osaka domyo-ji temple ( fuiidera city ) - juichimen kannon ( a national treasure ) hyogo kakurin-ji temple ( kakogawa city ) - sho kannon ( an important cultural property ) , juichimen kannon ( an important cultural property ) hyogo kanno-ji temple - nyoirin kannon ( an important cultural property ) , sho kannon ( an important cultural property ) hyogo ikaruga-dera temple - nyoirin kannon ( an important cultural property ) nara todai-ji temple - nigatsudo - juichimen kannon , hoke-do ( sangatsudo ) - fukukensaku kannon ( a national treasure ) , kondo - nyoirin kannon ( an important cultural property ) nara hase-dera temple - juichimen kannon ( an important cultural property ) nara daian-ji temple - juichimen kannon , bato kannon , yoryu kannon , sho kannon , fukukensaku kannon ( all are important cultural properties ) nara shorin-ji temple - juichimen kannon ( a national treasure ) wakayama dojo-ji temple - senju kannon ( a national treasure ) wakayama kongosanmaiin temple - juichimen kannon ( an important cultural property ) wakayama fudarakusan-ji temple - senju kannon ( an important cultural property ) fukuoka kannon-ji temple - juichimen kannon , bato kannon , sho kannon , fukukensaku kannon ( all important cultural properties ) works of fiction in which kannon bosatsu appears journey to the west , " monkey king " in every scene kannon bosatsu appears several times to protect sanzohoshi by the order of shaka nyorai . this story took a hint from the legend that genjosanzo , a model of sanzohoshi , traveled to the west with the heart of great perfect wisdom sutra ( hannya shingyo ) . " feng-shen-yen-i " kannon bosatsu , in buddhism , was depicted as jiko shinjin , having been changed by dokyo during the ming dynasty ; and there is a character , jiko dojin , in a novel " feng-shen-yen-i , " which was written at nearly the same time period , and later he became kannon bosatsu without any activity as kannon bosatsu . additionally , in this novel monju bosatsu and fugen bosatsu appear as sacred images ( 天尊 ) and later come to be bosatsu of buddhism , thus showing the rich imagination of the chinese . +the obaku sect is a sect of buddhism in japan and one of the zen sects , after the rinzai and soto sects . it was named after kiun obaku ( a master of gigen rinzai ) , a monk of tang . while the rinzai and soto sects have evolved in the japanese style , the obaku sect has retained the ming dynasty 's style in modern times . the head temple is obakusan manpuku-ji temple in uji city , kyoto prefecture , which was founded by ingen . history in japan the obaku sect was started by ryuki ingen , a zen master of the chinese rinzai sect , who was invited from china at the period of ming and qing dynasties in 1654 , during the early edo period . traditionally , it had invited the chief priest of the temple from china , until zen master ryuto , who in 1740 took up a new position as the fourteenth chief priest of a buddhist temple . at the early stage it identified itself as the ' rinzaisei sect ' or ' rinzaizen sect obaku-ha , ' implying that it transmitted orthodox rinzai zen . its style has been influenced by a mixture of zen , so to speak , which reflects the kegon , tendai and jodo sects and is characteristic of chinese zen during the ming dynasty . as background for the protection of the government ( the shogunate ) , it was supported by japanese feudal lords and made efforts to civilize people through social works by monks such as doko tetsugen , so that it gradually extended its influence . there are 33 tatchu ( subtemples located in the precincts of a larger temple ) of manpuku-ji temple , and ' subtemple notes ' of 1745 recorded 1043 subtemples . because the meiji government 's ministry of religion restricted zen to the two sects of rinzai and soto in 1874 , it was forced to change its name to ' rinzai sect obaku-ha ' ; however , in 1876 it formally gained independence as the obaku sect , one of the zen sects . zen master doko tetsugen , who was a successor ( 法孫 ) of ingen , carved out a pattern of daizo-kyo on a woodblock , which is called " tetsugen-ban version ( obaku-ban version ) issai-kyo sutra , " based on the daizo-kyo introduced by ingen describing the trials and tribulations , and published it so that not merely the research of buddhism in japan would make dramatic process but the technology of publishing did as well . on the other hand , zen master ryoo dokaku helped tetsugen to carve issaikyo wood blocks with revenue from the sales of the chinese herb " kintaien , " and he built kangakuin in many places in order that everyone could read it , thus setting a precedent for the library system in japan . after that , tetugen issai-kyo sutra was designated as an important cultural property and was printed continuously at the hozoin temple of obakusan manpuku-ji temple . obaku toin the sutras of the obaku sect have been recited according to ancient chinese pronunciation , which is called ' obaku toin . ' +shakanyorai ( shikyajirai or shakamuni-butsu ) is a title of respect for shaka ( kudonshittaruta , gautama siddhaartha in sanskrit , gotama siddhatthaa in pali ) , a founder of buddhism , as buddha . in theravada buddhism ( so-called hinayana ) , shakamuni-butsu is regarded as the sole buddha in this world . the disciple who achieved supreme enlightenment was called arakan , and he was positioned as a saint who was delivered from earthly bondage by the sermons of shaka as buddha . according to mahayana buddhism , shakamuni-butsu ( shakanyorai ) is one of the immeasurable buddhas at the ten directions ( east , south , west and north , each midpoint , up and down ) and three worlds ( past , future and present ) as well as a buddha in this corrupt world . moreover , trikaya , the three bodies of buddha , considers buddha a figure in front of the people of the present world . among the mahayana buddhism sects , there is a dispute over who is the main image in nichiren and hokke sects ; additionally , there is a conflict between a thesis that considers shaka to be the original buddha and another that considers it to be nichiren . among these , the main image of the former is shakamuni-butsu as the original buddha . this was argued in the tendai sect before , but today it is often discussed among the nichiren and hokke sects . this means shakamuni-seson , who has an immeasurably long life ( 無量長寿 ) in nyorai juryo hon no. 16 of the hoke-kyo sutra . this does not mean the historical gautama siddhartha ( shaka ) , who flourished in ancient india on the eurasian continent , but instead it means the religious shakamuni-seson , who has existed from ancient times before he was born in india and continues to exist in the future after his nirvana . according to that thesis , other immeasurable buddhas are the trace buddha , who is only a copy of the original buddha shakuson , so that if you see him as the moon the other buddha will be 1,000 moons reflected in a rice terrace . it is an object of faith for the groups that consider shaka to be the original buddha . it is also called kuon honbutsu , which is reflected in the temple 's name as the nichiren sect of buddhism grand head temple minobusan kuon-ji temple ( minamikoma-gun , yamanashi prefecture ) . moreover , in the hoke-kyo sutra it is stated that shakanyorai did not become buddha under the line tree for the first time but had already awakened in an immeasurable past time ; in nehan-gyo sutra there are more descriptions about the future , which states that nyorai exists forever without any change and ultimately denies mappo ( age of the final dharma ) as an expediency . therefore , it is said that hoke-kyo sutra teaches kuonjitsujo ( 久遠実成 ) and nehan-gyo sutra teaches kuonshochu ( 久遠常住 ) . statues of shakanyorai were shaped over wide-ranging areas , where buddhism had spread from india . most of them were designed to describe the real shaka 's biography as a picture or to shape a particular scene separately . in japan , statue of birth , statue of training , statue of struggling against the devil , statue of a sermon being given and statue of nirvana were shaped . among them , the " sermon " statue is the most popular ; it expresses the figure of shaka , who preaches dharma as indicated by seppo-in , his gesture for a sermon . for example , the bronze statues at horyu-ji temple kondo in nara and at kaniman-ji temple in kyoto are famous , as are the wooden figures of muroo-ji temple kondo in nara and daihoon-ji temple in kyoto . additionally , the style of the seiryoji-type shakanyorai , which was modeled on zuizo of seiryo-ji temple in kyoto , is also widespread . it is often placed on the altars of the shaka triad . the two attendants are often monju bosatsu and fugen bosatsu . in the hokke and nichiren sects , the style of sanposon ( 三宝尊 ) ( ittoryozon , 一塔両尊 ) is often adopted . in this style the taho pagoda ( pagoda ) , in which the nichiren chant is written , is placed at the center , with shakanyorai on the left side and tahonyorai on the right side as seen by the person who enshrines , and a statue of nichiren as a monk is placed under them . noumaku sanmanda bodanan baku " journey to the west " remonstrates with goku son ( sun wu kong ) , and leads sanzohoshi to tenjiku , india . the role of " oshakasama " in " journey to the west " ( a tv drama from fuji television network , inc . ) was played by masaaki sakai . +daibutsu is a popular name meaning a large statue of the buddha as a buddhist image . in the buddhist region of asia , such as china , statues of buddha had been carved into rock faces since ancient times . in japan it was the first time that emperor shomu built a daibutsu of todai-ji temple in order for the power of the imperial court in the ritsuryo system to become widely known through buddhism . since then , large statues of buddha have been built in many places by people who pursue acts of great piety . in japan there are statues of buddha that are called ' ○ ○ daibutsu ' in many places , but there is no standard as to how large one should be in order to be called ' daibutsu . ' until world warⅱ , ' nara great buddha , ' ' kamakura great buddha ' and ' hyogo great buddha ' were called ' nihon sandaibutsu ( three large statues of buddha in japan ) , ' but since hyogo daibutsu was broken during wartime delivery ( the present hyogo daibutsu was rebuilt ) there is now controversy as to which should be the third daibutsu next to ' nara great buddha ' and ' kamakura great buddha . ' currently , there are some large statues that are identified as nihon sandai daibutsu : ' the great image of buddha at takaoka , ' ' hyogo great buddha ( rebuilt ) , ' ' nihon-ji great buddha , ' ' gifu great buddha , ' ' great buddha of ushiku , ' ' great buddha of tokyo , ' ' great buddha of akada ' and so on . a tv program titled " tamori club , " aired by the tv asahi corporation on may 4 , 2007 , had a special feature on nihon sandaibutsu and decided on the third great buddha . +mikkyo is an abbreviation for himitsu bukkyo , or esoteric buddhism . among mikkyo believers it is also called vajrayana , as opposed to mahayana buddhism and hinayana . it identifies itself as buddhism , but among scholars there is controversy as to whether mikkyo is included in buddhism or not . while in mahayana buddhism ( exoteric buddhism ) dharma is preached broadly to people through words and texts , characteristically in mikkyo a very mystical and symbolic dharma is transmitted by a master to a disciple within the sect . the reason that tibetan buddhism , which took over indian mikkyo , was previously called ' lamaism ' is due to the characteristic that a disciple believes his ' lama ' absolutely at the time of transmittal . the ritual by which to prove that a master has completely transmitted dharma to a disciple is called denpo kanjo ( 伝法灌頂 ) , and the complete transmission of dharma is compared to ' pouring water from a bottle to another bottle without spilling a drop . ' in the background of mikkyo 's establishment was such a social situation that buddhism was oppressed as hinduism flourished during the latter period of indian buddhism . mikkyo tried to revive indian buddhism by incorporating the elements of hinduism into buddhism . however , the incorporation of mikkyo with indian buddhism could not limit the growth of hinduism , and as a result indian buddhism declined . soon , it was attacked politically and diplomatically from two sides : one , by the islamic government ( delhi sultanate ) that had invaded from northern india , which was ruled by muslims from western asia ; and secondly , by the hindu government of southern india . attacked by islam for its worship of an idol and magical elements , mikkyo in india was forced to disappear into history as the last stage of indian buddhism . the early stage of mikkyo , zo-mitsu ( the mixed esoteric buddhism ) , which was established at the stage when magical elements were incorporated into buddhism , was not particularly systematized but aimed to gain practical benefits in this world by reciting mantra , shingon and litany , as well as the spell of each buddha , being affected by the mantra of brahmanism , in which religious services were performed . there was no mikkyo sutra , and a curse on ( 咒 ) and litany were seen in the various sutras of mahayana buddhism . in order to protect against the emergent hinduism , the middle stage of mikkyo was established more seriously as a systematized form of buddhism . the middle stage of mikkyo , as opposed to the mahayana buddhism in which a form of shakamuni was preached , compiled mikkyo sutras consisting of the teachings of 大毘盧遮那仏 ( mahāvairocana ) , or dainichinyorai by another name . after the accomplishment of " dainichi-kyo sutra , " " 初会金剛頂経 " ( sarvatathāgatatattvasaṃgraha ) and their commentary , mandala , which showed the world view of mikkyo incorporating various buddhas , was produced ; thus the buddhas of mikkyo were placed into a hierarchyand systematized , as all buddhas were created from issainyorai ( 一切如来 ) , the five buddhas of wisdom around dainichinyorai : gochinyorai ( 五智如来 ) . while the middle stage of mikkyo became a complicated system of buddhism for priests , it couldn 't become widespread among indian people and therefore couldn 't change the trend whereby hinduism , which emphasized daily religious services and folk beliefs , flourished and expanded . for this reason , in order to hold out against the flourishing of hinduism in india , there appeared funnuson ( 憤怒尊 ) and gohoson ( 護法尊 ) to pray for the protection of the training of buddhism and the surrender of the enemy , such as gozanze myoo , who defeated shiva , and mahakala , who subdued ganesha and gundari myoo . because the middle stage of mikkyo couldn 't hold out against the flourishing of hinduism , the late-stage of mikkyo , which valued practice instead of theory , was established . in the late stage of mikkyo , the principle of buddha 's nature was pursued . accompanied by this , hosshin fugen ( 法身普賢 ) , gonkosatta and kongo soji ( 金剛総持 ) became to be respected as 最勝本初仏 mostly . additionally , being influenced by the tantora of shakta hinduism and shakti belief , anunttara-yoga was seen characteristically in the late-stage mikkyo , which was a training of coalescence ( sex ) between male principles ( mind , wisdom , upaya and vajradhatu ) and female principles ( body , feeling , hannya and garbhadhatu ) , so that there appeared joyful buddha ( 歓喜仏 ) which showed that the male buddha ( male principle ) and female buddha ( female principle ) had sexual intercourse . in the development of research on yoga tantra , bringing purana to the top of the head from the lower body was regarded as the best way , and having sexual intercourse was considered the most efficient way for that . however , because of the ruined morals such as with male priests forcing lay female believers to have sexual intercourse as the best means of devoting their bodies , which they practiced despite the broken precepts , some buddhists left the late-stage mikkyo and returned to theravada buddhism , which valued the religious precepts . as a response to criticism against priests ' having sexual intercourse , the content of anunttara-yoga was changed from a practice of having sexual intercourse to one in which intercourse was imagined . additionally , since indian buddhism was expected to collapse under the muslim invasion in the political and social situation at that time , the kala cakra tantra ( the last mikkyo sutra ) described the following : the flourishing of islam ; the collapse of indian buddhism , a concept of shambhala ; a secret buddhist land and utopia , which could be reached only through mikkyo during the period before the revival of indian buddhism ( the age of final dharma ) ; raja cakravarti ( ルドラ ・ チャクリン ( 転輪聖王 ) ) , who became the thirty-second king of shambhala ; a counterattack by raja cakravarti against the invaders ( muslims ) ; the prediction that raja cakravarti would destroy the king of evil and his supporters in the final war ; the revival of indian buddhism in the future ; the return to order on earth ; the coming of the harmonization and peace of the world , and so on . the muslim invasion and destruction in northern india interrupted buddhism ( including mikkyo in india ) , but a developed system of late-stage mikkyo can be seen in tibetan buddhism . in japan , mikkyo was first introduced by saicho ( dengyo daishi ) , who had returned from tang . the imperial family and aristocrats at that time were interested in mikkyo , which valued practical benefits in this world or " pure land " teachings , as well as jodo-kyo ( buddhist invocation ) , which promised reincarnation in the land-of-bliss / pure land of the next world , instead of the tendai doctrine , which saicho had seriously studied . however , because saicho mainly studied the tendai doctrine but did not do so with mikkyo , mikkyo was introduced more properly by kukai ( kobo-daishi ) , who studied it at shoryuji temple , qinglongsi temple ( the basis of chinese mikkyo ) , engyo , ennin ( jikaku daishi ) , eun , enchin ( chisho daishi ) and shuei . among the traditional buddhist sects in japan , the shingon sect ( whose teachings kukai learned from eka ) and the keika of shoryuji temple ( xian city ) in china ( tang ) , thus systematized as shingon mikkyo ( toumitsu ; shokushin jobutsu and the guard of the nation being two aspects ) , and the nihon tendai sect ( called daimitsu in some cases ) , which was begun by saicho and established by ennin , enchin and annen , are incorporated into mikkyo . while members of the shingon sect learn mikkyo independently , members of the tendai sect learn tendai , mikkyo , buddhist precepts and zen at the same time . tomitsu means the mikkyo of to-ji temple ( kyoogokoku-ji temple ) , and daimitsu means tendai mikkyo . while tomitsu and daimitsu , which were transmitted systematically , are called jun-mitsu ( pure esoteric buddhism ) , mikkyo , which had been transmitted in fragments and had adherents before jun-mitsu , is called zo-mitsu ( mixed esoteric buddhism ) . in modern china , chinese mikkyo , which flourished in the tang dynasty ( the middle-stage mikkyo ) is called 唐密宗 and mikkyo in tibetan buddhism continues to be called 西蔵密宗 . mikkyo , which kukai , ennin and enchin of japan learned in tang , was 唐密宗 . 唐密宗 declined and was interrupted due to the oppression of zen and buddhist invocation ( pure-land teachings , jodo-kyo ) after the tang dynasty . in modern china , an effort is being made to revive 唐密宗 through an exchange with the shingon sect of japan ( tomitsu ) such as seian-ji temple in shanghai , but it is a minor activity . 西蔵密宗 has been believed until now around the autonomous region of tibet and northern china . it is considered that the reason that 唐密宗 , the middle-stage mikkyo , declined and was interrupted is that taoism--which was a rival having the same aspects of practical benefits in this world , as well as mojo--was favored . it is said that confucianism also had a strong influence in china , so that the late-stage mikkyo , which flourished in tibet , nepal and mongolia , was not introduced because tantra was in opposition to sexual morality . moreover , there is a hypothesis that indian alchemy became mikkyo and that mikkyo was alchemy itself , but it is not widely accepted and remains untried in buddhist studies . by extension , the religion and sects that have mystical and symbolic dharma , such as cabala , kabbalah and booduism , other than buddhism , are in some cases referred to as mikkyo . it is also called mitsugi shukyo ( 密儀宗教 ) . +amidanyorai , being amitaabha or amitaayus in sanskrit , is one of the nyorai in mahayana buddhism . it is also called amitabha buddha or midabustu . the symbol of sanmayagyo is a lotus ( a lotus in full bloom in vajradhatumandala and a blooming lotus in garbha-mandala ) . shuhi , shuji or bija ( in mikkyo ) is hriih . amitaayus ' in sanskrit means ' a person who has an immeasurable life , ' and ' amitaabha ' means ' a person who has immeasurable light ' ; these show that he is a super-man who has no limit in time and space . these are freely translated as 無量寿仏 or 無量光仏 and are regarded as the buddha of light who shines forth in this dark world . he has the buddha land , the land of bliss in the west . generally , he has been depicted as wearing simple clothes with no accessories and shows a symbolic gesture with the fingers of kubon raigo-in , i.e. , mudra for the nine possible levels of birth into amida 's paradise , gokuraku ( see mudra for detail ) , mixed with jo-in , i.e. , samadhi mudra , seppo-in , i.e. , the exposition of the dharma mudra , semui-in , i.e. , mudra for bestowing fearlessness , and yogan-in , i.e. , wish-granting mudra . when enshrined as the amida triad kyoji , it is accompanied by the attendant figures kannon-bosatsu ( i.e. , avalokitesvara bodhisattva ) and seishi-bosatsu ( i.e. , mahasthamaprapta bodhisattva ) . in mikkyo , it is admired as one of the nyorai of the five buddhas ( five buddhas of wisdom ) . according to " muryoju-kyo bussetu muryoju-kyo sutra , " he willingly stepped down from the status of buddha to bosatsu and practiced ascetic training for the relief of all the living things under lokeshvararaja buddha , with the name dharmakara . he is the sambhoga-kaya buddha who had thought about the relief of living things for a very long time ( contemplation of five kalpas ) and became buddha by finding a way to achieve birth in the pure land . he made 48 wishes for the relief of living things ; among them the eighteenth wish , called ' hongwan ( 本願 ) , ' is highly valued , particularly in jodo-kyo . additionally , it is considered that he continues to preach even now . in " amida-kyo sutra " he was praised by as many buddhas as there were grains of sand in the ganges river of the universe . it says ' the power of amidabutsu was extremely wonderful , and only amidabutsu wished hongwan and promised for the relief of all living things despite other buddhas turning their backs against the relief of us , meaning the deadly , guilty living things . ' no buddha could reach enlightenment as buddha without ultimately depending on amidabutsu . the phrase tariki ( other-power ) hongwan originated from this , and has been generally used in the sense of ' selfish dependence on others ' or ' irresponsible , ' in the broad sense . however , other-power here originally showed the power of amidanyorai , while all other powers except his ( but including shaka 's power ) are called jiriki ( self-power ) . particularly in the jodo shinshu sect , an ignorant , deluded person with earthly desires can become buddha ' only ' by amidanyorai 's hongwan , as it were , or tariki hongwan ( absolutely other-power ) , and even the power of shaka as buddha is denied as ' self-power . ' in tibetan buddhism , 無量寿仏 is distinguished from 無量光仏 . amidanyorai in japan is near to the latter . furthermore , panchen lama , the second rank of dge lugs pa , is regarded as an avatar of 無量光仏 . according to the tibetan book of the dead , he appears for the relief of the soul four days after death ( next to dainichinyorai , ashukunyorai and hoshonyorai ) . it is the buddha who appeared in mahayana buddhism , and there is a theory that it originates from an iranian faith such as zoroastrianism . according to that theory , ahura mazda , the supreme god of light , is an original model of 無量光如来 and zurvan , the god of immeasurable time , is an original model of 無量寿如来 . additionally , there is a theory that the area of iran , the original place of zoroastrianism and the area of ancient babylonia , which were fertile and flourished , served as the basis for the western land of bliss . since the kamakura period in japan , the words and phrases related to amidanyorai had been seen in fully flourished jodo-kyo . ohako , one 's favorite stunt as mentioned above , since the eighteenth wish among the 48 wishes in jodo-kyo is seen to be the most important , ohako ( i.e. , the eighteenth ) means one 's favorite stunt . amidakuji , lottery the origin of this word is that although amidakuji at present is shown in parallel lines , formerly it was shown in radiating lines , which looked like the halo of an amidanyorai statue . tariki hongwan as mentioned above , it is used to show irresponsibility or a lack of effort , as transferred from the original meaning . 小咒 is on amirita teizei kara un . 大咒 ( 無量寿如来根本陀羅尼 ) is noubouaratannoutoraya-yanoumakua riyamita-ba-yatatagyataya arakateisanmyakusanbodaya-tanya taonamiriteiamiritoudobanbei amiritasanbanbeiamiritagya rabeiamiritashitteiamiritatei seiamiritabikirandeiamirita bikirandagyamineiamiritagya gyanoukichikyareiamiritadon dobisowareisarabaaratasadaniei sarabakyaramakireisyakisyayougyarei sowaka 垂迹神 the kumano gongen deity the hachiman deity major examples in japan : national treasures statue at chuson-ji temple ( hiraizumi-cho , nishi-iwai-gun , iwate prefecture ) ( among various buddhas placed at konjiki-do ) statue at kotoku-in temple ( kamakura city , kanagawa prefecture ) ( kamakura great buddha ) statue at byodo-in temple ( uji city , kyoto prefecture ) ( made by jocho , placed at hoo-do ) statue at koryu-ji temple ( kyoto city , kyoto prefecture ) ( placed at the auditorium ) statue at ninna-ji temple ( kyoto city , kyoto prefecture ) ( one of the amida triad , placed at kondo ) statue at houkai-ji temple ( kyoto city , kyoto prefecture ) ( placed at amida-do ) statue at sanzen-in temple ( kyoto city , kyoto prefecture ) ( one of the amida triad , placed at ojo gokuraku-in ) statue at seiryo-ji temple ( kyoto city , kyoto prefecture ) ( one of the amida triad , the principal image of buddha in qixia temple ) statue at joruri-ji temple ( kizugawa city , kyoto prefecture ) ( kutai amitabha , nine figures of amitabha ) statue at horyu-ji temple ( ikaruga-cho , ikoma-gun , nara prefecture ) ( one of the amida triad , placed at tachibana fujin zushi ) statue at jodo-ji temple ( ono city , hyogo prefecture ) ( one of the amida triad , made by kaikei , placed at jodo-do ) +miroku bosatsu ( maitreya bodhisattva in sanskrit ) is one of the buddhas of buddhism . it is called jishi bosatsu , as freely translated from the sanskrit name . azana ( 字 ) , another name , is ajita and is translated as 無勝等 . he was born in varanasi , india , studied under shakabutsu and was given a clarification to become buddha in the future . the symbol of sanmayagyo is a tower on a lotus and a wise bottle ( suihei , a small water bottle ) . shushi , shuji , bija in mikkyo is yu . miroku ( maitreya ) is a bosatsu who is promised to become buddha next to gotama siddhartha ( shakamuni-butsu , buddha at present ) ; it is said that he appears in the future 5670 million years after gotama siddhartha 's demise and will bring relief to many people . it is said that he is presently in ascetic training ( or that he preaches ) at tosotsuten ; the belief in going to tosotsuten of miroku bosatsu ( 上生信仰 ) after death was popular in china , korea and japan . generally , it is believed that miroku appears 5670 million years later ; such enormous years originating from the formula 4000 × 400 × 360 = 576000000 , based on the belief that the life of miroku at tosotsuten is 4000 years and a day at tosotsuten equals 400 years in this world ( it is thought that 576000000 years changed to 5670000000 years during a later age ) . the other old buddhism sutra asserts that he appears 3000 years later , so that the time when future buddha appears is not certain in a precise sense ; another thesis claims it 's a metaphor for ' the distant future . ' it is said that miroku bosatsu appears as brahman in this corrupt world , obtains enlightenment under the ryuge-ju tree ( 竜華樹 ) after becoming a priest in the same way as siddhartha , and brings people relief by preaching three times ( which is called ryuge-sankai , the three sermons at ryuge ) . there is a description in " maitreyavyakaranas " that he brings relief to 9.6 billion people the first time , 9.4 billion people the second time and 9.2 billion people the third time . additionally , he is called miroku-nyorai or miroku-butsu by taking in advance the figure of appearance 5670 million years later in some cases . the statue called ' great buddha of trial ' at todai-ji temple is ' the seated statue of miroku-nyorai ( wooden figure ) ' , which is small at less than 40 cm high , but it looks heavy . in the faith for miroku , there are 下生信仰 as well as 上生信仰 , and the former was more popular in china . while 上生信仰 is a wish to be relieved again at tosotsuten of miroku bosatsu , 下生信仰 is the faith that we have to be ready for miroku bosatsu 's appearance ' at present ' rather than 5670 million years in the future . as opposed to 上生信仰 , which is similar to the pure land faith , 下生信仰 is a kind of eschatology and a hope for the savior 's appearance such as that this world should be changed in accordance with miroku 's appearance ( 下生 ) . for this reason there were many examples in each period where 下生信仰 was utilized by dissident groups or 下生信仰 groups became anti-establishment . 大乗の乱 of the northern wei dynasty and byakuren sect in the northern sung dynasty , the southern sung , the yuan , the ming dynasty and the qing dynasty were good examples of them . during the age of civil war in japan , the faith that miroku bosatsu would appear in this world was popular and the appearance of ' the world of miroku-butsu ' as utopia in this world was expected . although it is a kind of messianism , it shows the strong idea of an agricultural people that considers miroku as a spirit of grain and that the world of miroku is a peaceful world with a good harvest of rice . based on this idea , the belief that miroku 's ship came from the eastern sea spread along the coastal areas of the pacific ocean , which can be seen as a style of the miroku odori dance ( 弥勒踊り ) . during the edo period it was mixed with the faith for fuji , and trainees of fuji-ko and jikigyo miroku were seen from 1688 to 1703 . additionally , it is pointed out that peasant revolts , particularly the revolt for social reform , was strongly influenced by the miroku faith . 観弥勒菩薩上生兜率天経 , maitreyavyakaranas , 弥勒大成仏経 are in some cases called miroku sanbukyo . additionally , in the muryoju-kyo sutra of the jodo sect , shakamuni-butsu asked miroku bosatsu to preach the hongwan ( 本願 ) of amitabha buddha against people in anguish of a later age . miroku bosatsu appears as a future buddha at the very early stage of buddhism , and is described in the agon-kyo sutra . the concept of a future buddha is thought to have developed from that of the " past seven buddhas . " he was one of the founders of yogacaravada , of india , who preached vijnaptimatra around 300 . he was considered to be the same person as miroku bosatsu ( mentioned above as a future buddha ) in a legend of a later age . his works are " yugashijiron , " " daijo-shougonkyoron , " " 中弁分別論 , " " 現観荘厳論 , " " 法法性弁別論 , " and so on . in tibet it is said that yugashijiron is made by muchaku bosatsu and kukyoichijohoshoron is made by miroku bosatsu , while it is regarded to be made by kenne bosatsu ( 堅慧 ) in a translation of chinese . another thesis asserts that miroku bosatsu was created by incorporating the sun god ミスラ , who had been admired in western asia and believed in as bosatsu , so that its character as the savior stemmed from this . ミスラ has the same origin as mitra , which is one of the gods of aditya ( アーディティヤ神群 ) in indian mythology and was a god of contracts who was admired in the ancient aryan civilization . in zoroastrianism it is one of the middle-class gods , yazata , and it has an important role as a hero and sun god . on the other hand , in ancient greece and rome it was called ミトラース and was admired as the sun god and a hero . in kusana , ミスラ was called miiro , a name of bactrian origin , and it is thought that this form of the word became the origin of miroku . although miiro 's character as a god is not known other than as the sun god , akira sadataka assumes that it had a character as a savoir , considering the influence of manichaeism . miroku 's sanskrit name ' maitreya ' has the same origin as the name of ミスラ神 . mitra / miθra ' originally meant only ' contract ' but later meant ' a sworn friend ' with an intimate relationship by contract . maitreya means ' amicable , friendly and merciful ( person ) ' in its derived adjective and noun . milk god in okinawa miroku bosatsu is called ' the milk god ' or ' milk-san , ' and the belief in miroku is popular . in a festival , the milk god who wears a mask of milk walks around with a smile . it is pointed out as being related to hotei-son , which was considered to be an incarnation of miroku bosatsu . while in india miroku bosatsu was shaped as a statue having suihei in his hand , in china it was shaped as a statue sitting cross-legged on a chair until the tang and was shown as a corpulent figure of hotei , an incarnation of miroku after the yuan and ming dynasties . on the other hand , during the asuka period in japan it was shaped as a hanka-shiyui image ( 半跏思惟像 ) . it is a figure meditating with the right foot on the left knee and the right hand softly on the cheek , being seated on a chair . the gold-and-bronze statue of yachu-ji temple in osaka ( an important cultural property ) is the oldest hanka-shiyui image having the inscription ' miroku bosatsu . ' the miroku bosatsu statue of koryu-ji temple in kyoto ( a wooden statue ) is especially well known and is designated as a national treasure ( see bangasayusang ) . however , a hanka-shiyui image is not always a statue of miroku bosatsu . in the heian and kamakura periods , no hanka-shiyui image would be seen , but standing or seated images were produced . the wooden statue of daigo-ji temple in kyoto , made by kaikei , is a good example . the statues of miroku nyorai , such as the wooden statue of todai-ji temple in nara ( known as the ' great buddha of trial , ' an important cultural property ) mentioned above , and the statue of taima-dera temple kondo ( made during the nara period and now a national treasure ) and the wooden statue shaped by the unkei group of kofuku-ji temple hokuendo ( a national treasure ) are known . aum maitreya svaahaa the priest hotei-son , who is known in japan as one of the seven deities of good luck , is considered to be an incarnation of miroku in china ; he is enshrined and depicted as a relaxed figure with a smile and a fat stomach , as miroku nyorai appeared in this world at the front of the buddhist hall . +the nichiren chant is the words of namu myohorenge-kyo , which are recited in the buddhist religious services held by religious organizations such as nichiren and the hoke-kyo sutra sect . it is also called odaimoku . originally , it meant a title and five letters of myohorenge-kyo ( translated by kumaraju ) , constituting the translated title ( phonetic equivalent ) of hoke-kyo sutra , and it is called the ' nichiren chant ' even when the two letters of namu ( meaning " of becoming a believer " ) are added . additionally , odaimoku is sometimes used in the sense of public stance or in nominal terms . they are diverted from the meaning mentioned above . both meanings are described below . what is nichiren chant ? nichiren chant ( title ) of hoke-kyo sutra part 1 , volume 8 , chapter 28 , which kumaraju translated into chinese characters , consists of five letters , ' myohorenge-kyo ( 妙法蓮華経 ) . ' namu myohorenge-kyo ' means to become a believer in the rule ( buddhism ) and the teaching of myohorenge-kyo ( the hoke-kyo sutra ) . the training needed to recite nichiren chant continuously is an ascetic training by which to declare one 's belief in and willingness to follow the teaching of the hoke-kyo sutra . the continuous recitation of five or seven letters of nichiren chant ( which are translated into chinese characters ) is regarded as being the same pious act as reading and practicing all sutras . namu ' is pronounced ' namo , ' ' naamo ' or ' namasu ' in sanskrit . moreover , from the viewpoint of a person who tries to regard the nichiren chant of five chinese characters as myogo ( amida 's name ) of the original buddha , the way of practice on teaching in five letters of the nichiren chant is not volume 8 chapter 28 but instead the seven-letter nichiren chant , which is , ' namu myohorenge-kyo ( 南無妙法蓮華経 ) . ' the tendai sect in the mid-heian period came to recite the nichiren chant already affected by the invocation of the buddha 's name , but it simply didn 't incorporate nichiren chant into dharma . nichiren in fact incorporated nichiren chant into dharma for the first time . details of each sect the ascetic training to recite ' namu myohorenge-kyo ' continuously is called ' shodai ( 唱題 ( しょうだい ) ) . ' the hoke-kyo sects call this ' shodaigyo ( 唱題行 ) ' as ' shogyo ( 正行 ( しょうぎょう ) ) ' among various kinds of ascetic training and accord it the highest value . other types of ascetic training , such as standing under a waterfall , fasting or keeping silent are called ' jogyo ( 助行 ( じょぎょう ) ) ' and are regarded as auxiliary measures . when believers of the nichiren sect ( mainly icchi-ha sect ) recite the nichiren chant , they pronounce ' namumyohorengekyo . ' believers of the fujimon-ryu sect ( nichiren shoshu sect ) and soka gakkai , which is a lay religion , pronounce ' nanmyohorengekyo . ' additionally , in the buddhist religious services of nichiren shoshu sect there is a manner called ' hiki-daimoku ' other than shodai , in which way each sound is recited longer as ' na-mu-myo-ho-ren-ge-kyo . ' although it is not seen now , a few years ago believers of soka gakkai recited by extending the sound of ' ren ' as ' na-mu-myo-ho-re-nge-kyo-na-mu- , ' but nikken hoshu recites it as ' ren- . ' meanwhile , nichinyo hoshu has recited in the same way after 登座 ( unknown at the time he was a chief priest ) . moreover , buddhists respect the number three , such as three treasures , three studies and three secret processes so that the way of ' reciting the nichiren chant three times ' is used broadly at the beginning and end of buddhist religious services or memorial ceremonies as a means of showing respect to the main image . while believers of the nichiren sect lineage recite each phrase in one breath , such as ' namumyohorengekyo , namumyohorengekyo , namumyohorengekyo , ' believers of many fujimon-ryu sect lineages recite the first and second phrases continuously and recite the third phrase after taking in a breath , such as ' namumyohorengekyonamumyohorengekyo , namumyohorengekyo . ' however , fuji taiseki-ji kensho-kai is an exception among the fujimon-ryu sect lineages ; it adopts an original way of pronunciation as ' nanmyo , hoi-re-nge-kyo , nanmyo , hoi-re-nge-kyo , nanmyo , hoi-re-nge-kyo ' and a manner such as ' making a bow twice while reciting ' nanmyohorengekyo ' twice in small voice , reciting the nichiren chant three times , reciting the nichiren chant three times again , and bowing twice in the same way as the first ' ( called ' greeting ' ) , the origin of which is unknown . the difference between the invocation of the buddha 's name and reciting the nichiren chant the invocation of the buddha 's name by the sects of the pure land faith is considered to mean that amitabha buddha comes forth from people 's mouths in order to let people know they can go to paradise by amida 's true wish , and they place a high value on it as the thing that gives people peace of mind . it is also regarded that living with that peace of mind is a true joy and relief , and that reciting ' namu amidabutsu ' doesn 't require pious acts but is instead a type of training to show gratitude . shakanyorai , ' namu syakamuni-butsu , ' in ' myogo ( amida 's name ) , ' which is recited in the invocation of the buddha 's name , is considered a real person in authentic history . however , there is no other nyorai in history . for this reason there is a view that denies the existence of ' amidabutsu ' of ' namu amidabutsu ' as a fictional , imaginary figure . on the other hand , some people think that ' amidabutsu ' was preached by the historical shaka as having no figure , being immeasurable and showing eternal ' truth , ' so that shaka 's true intension is included in ' amidabutsu . ' on the contrary , shodai in the sects of the hoke-kyo faith has an affirmative directivity ( directivity for this world ) to survive in this world , because they think this world is important . ( however , directivity for this world is not inherent with the nichiren sects but is seen in the shingon and tendai sects . ) the nichiren chant recited in shodai is the title of a sutra , so that a subject of faith exists as a sutra . nichiren described that each letter of the sutra should be considered as a gold syakuson . even if the letters of a sutra do not look like nyorai as might be expected , they can at least be seen as letters . hoke-kyo ( myohorenge-kyo ) , when written in chinese characters , can be seen as the enumeration of chinese characters at least so that its existence as letters gives people peace of mind . even if the content of a sutra is fictional or a lie , it can be said that the letters of the sutra exist clearly and are the truth . what is odaimoku ? odaimoku is sometimes used in the same sense of nichiren chant mentioned above , but in other cases it is used without religious meaning . odaimoku , in that case , often means one 's public stance or nominal terms and implies ' being different from the actual condition . ' for example , it is used such as ' to act seriously , not only with odaimoku . ' +hokke-kyo ( hokke-kyo sutra ) is a collective term for the mahayana buddhism sutra , ' saddharmapundariika-suutra ( ' a white lotus flower as right teaching ) ' in chinese translation . when the character ' 経 ' is excluded , ' 法華 ' remains , which is generally pronounced ' hokke . ' the meanings of ' saddharmapundariika-suutra ' are as follows : sad means ' right , ' ' strange ' and ' good ' ; dharma means ' teaching ' and ' truth ' ; pundarika means ' 因果倶時 and pure white lotus ' ; and suutra means ' a sutra that buddha preached . ' it is said that there were 16 kinds of translations to chinese for this sutra , but currently the following three translations remain complete : " the lotus sutra " ( translated by hogo jiku , zhu fahua in the second century ) , " " ( translated by kumaraju in the fifth century ) , " 添品妙法蓮華経 " ( translated by jnana-gupta and dharmagupta in the seventh century ) . in the countries where buddhism sutras were translated into chinese , " myohorenge-kyo " ( translated by kumaraju ) was considered to be ' the best translation ' and was used as the essential sutra for tendai sects and many other sects , so that the name ' hokke-kyo sutra ' is in some cases used as an abbreviation for ' myohorenge-kyo . ' moreover , kanzeon bosatsu fumonhon no. 25 of " myohorenge-kyo , " as translated by kumaraju , has become widespread as the kannon-gyo sutra . hokke-kyo sutra consists of 28 chapters . according to chigi 's teachings ( tendai daishi ) , which are widely used at present , the first 14 chapters are called shakumon ( the trace gate ) and the last 14 chapters are called honmon ( the source gate ) . shakumon describes that buddha appeared as a tentative figure in this world in order to teach people , and honmon describes that shakamuni did not become buddha under the lime tree for the first time but had been buddha since ancient times . shakumon was compared to the moon reflected on the water , and honmon was compared to the moon shining in the sky . many sects depend on and use this theory , although there are some differences such as that the tendai sect and hokke sect icchi-ha put the same high value on shakumon and honmon , while the hokke sect shoretsu-ha places a higher value on honmon of hokke-kyo in particular , regarding honmon as the superior part and syakumon as the inferior part . additionally , from the point of sanbun , hokke-kyo can be divided into three parts ( one sutra of three parts ) such as jobun ( johon ) , shojubun ( from hobenbon to the first part of funbetsuhon ) and ruzubun ( from funbetsuhon to kanbotsuhon ) . and if it is subdivided ( two sutras of six parts ) , each shakumon and honmon is divided into jobun , shojubun and ruzubun . the first part is called shakumon and states that nijo can become buddha ( 二乗作仏 ) over mahayana buddhism , as taught by the hannya-kyo sutra . nijo is a person with higher income and good deeds from the living things , and there is a description that a wealthy bosatsu worshiped buddha with followers , so that various kinds of people served to embellish hokke-kyo majestically around buddha . additionally , it showed the teaching of egalitarianism as ' all people can be buddhas some day ' from the values of that time , like 未来成仏 ( 悪人成仏 ) of daidatta , and emphasized this through representations such as the appearance of a treasure tower in which tahonyorai appeared and clarified the correctness of hokke-kyo , 虚空会 and 二仏並座 . there is a viewpoint of ' passion play , ' which forecasts that the priests who believe this teaching and are in charge of missionary works are inevitably oppressed by the public , which are common in semitic monotheistic religions such as judaism and christianity . the last part is called honmon , which is described in kuonjitsujo ( 久遠実成 ) . it mainly states that shakamunibutsu was not awakened in this world for the first time but had already become buddha in an immeasurable past time . this led to a dispute on honbutsuron ( 本仏論 . ) from the viewpoint of honmon , buddha is not simply an individual , historical shaka . once a life begins to learn the hokke-kyo sutra , it enters the path of belief despite the difficulties and will open its immeasurable ability . it describes that the way of life itself is called buddha . therefore , the length of life is understood to last forever in an immeasurable future over the superficial life and death . therefore , this corrupt world is a place in which buddha , who has eternal life , always exists and guides people to relief forever . it describes that the teaching that ' all people can inevitably become buddhas someday ' is not only a logic or an ideal but a fact with a definite promise . additionally , it describes that the one who hears this dharma ( such as buddha ) is an existence having eternal life but can attain large good deeds only by believing it joyfully ( 一念信解 ・ 初随喜 ) . the subjects of dharma range from bosatsu to others in all kinds of settings . as a dharma ( buddhism ) to guide stupid people during the age of the final dharma , it describes 末法弘教の付嘱 against jiyu bosatsus such as jogyo bosatsu and the protection of believers of the hokke-kyo sutra and practical benefit in this world by the force of kanzeon bosatsu , etc . the first 14 chapters ( syakumon ) 1 . johon 2 . hobenbon 3 . hiyuhon 4 . shingehon 5 . yakusoyuhon 6 . jukihon 7 . kejoyuhon 8 . gohyakudeshijukihon 9 . jugakumugakuninkihon 10 . hosshinhon 11 . kenhotohon 12 . daibadattahon 13 . kanjihon 14 . anrakugyohon the last 14 chapters ( honmon ) 15 . jujiyujutsuhon 16 . nyoraijuryohon 17 . funbetsukudokuhon 18 . zuikikudokuhon 19 . hosshikudokuhon 20 . jofukyobosatsuhon 21 . nyoraijinrikihon 22 . zokuruihon 23 . yakuobosatsuhonjihon 24 . myoonbosatsuhon 25 . kanzeon bosatsu fumonhon ( kannongyo sutra ) 26 . daranihon 27 . myosogenohonjihon 28 . fugen bosatsu kanbotsuhon seven parables are described in the hokke-kyo sutra . this is based on an episode in which shakabutsu preached to people using parables , and each chapter of the hokke-kyo sutra adopts this style in order to be easily understood . this is also called hokke shichiyu or shichihi . the parable of the three carts and the burning house ( hiyuhon ) the parable of the wealthy man and the poor son ( shingehon ) the parable of the medicinal herbs ( yakusoyuhon ) the parable of the gem and the magic city ( kejoyuhon ) the parable of the gem in the jacket ( gohyakudeshijukihon ) the parable of a brilliant gem in a king 's top-knot ( anrakugyohon ) the parable of the excellent physician ( nyoraijuryohon ) the hokke-kyo sutra is considered to have been established more than 500 years after shakuson 's demise , and it is generally estimated as dating from 50 b.c. to 150 b.c. in the present study of buddhism . therefore , the hokke-kyo sutra isn 't a direct teaching of the historical gotama siddhartha ( shaka ) as well as other mahayana sutras , but instead it describes that ' 外道の論議を説くと謂わん ' as mentioned above , that is , in the age of final dharma , more people could not believe the hokke-kyo sutra and criticize it as a heresy ( an idea that was not preached by buddha , 非仏説 ) . additionally , there is a theory that this sutra suggested the social situation faced by the religious organizations that edited this sutra . moreover , since many episodes such as hokke shichiyu ( above ) are included in the hokke-kyo sutras , another theory guesses that it was made by a religious organization that had many believers . the philosopher hajime nakamura guesses that the oldest limit of age when hokke-kyo sutra was written must be 40 b.c. , judging by the situation of a dying wealthy man who took an interest in finance , as described in the parable of the wealthy man and the poor son ; because there could not be such a wealthy man who was not only a wealthy man but also a capitalist and was scared by kings and utilized them , unless it was in the age when money economy became much more developed . additionally , shoko watanabe pointed out that it could have been produced in a society that had less influence by brahmanic culture , judging from the parable that someone who was a garbage man for 20 years was , after 50 years in exile , told that he was the successor of a wealthy man ; because there was a strong caste system centered in brahmin of indian society since ancient times , so that this parable wasn 't realistic . this sutra had been disseminated widely in the eastern part of eurasia before it was conveyed to japan . there are many editions in sanskrit , partly because it was widely disseminated in india . in the translation by kumaraju , it omits mantra ( shingon ) and in ( 印 ) . these are added in 添品法華経 . it was also translated into tibetan , uighur , tangut , mongolian , manchurian , korean ( onmun ) and so on . these translations show that this sutra had been extensively read and recited . the chinese tendai sect regarded the hokke-kyo sutra as the most important sutra . chigi ( tendai daishi ) of tendai-san kokusei-ji temple in zhejiang , china , depended on the sutra " myohorenge-kyo " written by kumaraju . because there is a piece of plate on which the hokke-kyo sutra is written at shosoin in japan , it seems that the hokke-kyo sutra has been popular since ancient times . there is a description in nihon shoki that prince shotoku had a lecture on hokke-kyo sutra in the year 606 . the crown prince had a lecture on hokke-kyo sutra at okamoto palace . the emperor was very pleased and gave him about 100 hectares of rice fields in harima province . therefore , the crown prince paid it to ikarugadera temple . ' ( vol . 22 , empress suiko no. 14 ) in 615 prince shotoku described " hokke gisho , " a commentary of the hokke-kyo sutra ( see ' sangyogisho ' ) . since the time of prince shotoku , hokke-kyo has generally been regarded as a sutra that is linked by fate to japan from the standpoint of being the guard of the nation as well as one of the most important sutras of buddhism . the tendai sect , which was introduced to japan by saicho , was greatly admired by the imperial court until the meiji restoration . empress komyo , who was the empress of emperor shomu , built ' a temple that can cancel crimes ( 法華滅罪之寺 ( ほっけめつざいのてら ) ) , ' calling it a ' provincial nunnery ' and believed in the hokke-kyo sutra . saicho , of the tendai sect , named his sect the ' tendai hokke sect ' and regarded the hokke-kyo sutra as the supreme dharma . the hokke-kyo sutra played an important role in the new buddhism of kamakura . ryonin , a founder of the yuzu nenbutsu sect , which recites yuzu nenbustu ( 融通念仏 ) , insisted on the invocation of the buddha 's name as a pioneer of the later buddhism of jodo-sect lineage , and regarded the kegon-kyo and hokke-kyo sutras as major sutras ( 正依 ) but considered the three sutras of the pure land , the jodosanbu-kyo sutra , to be minor sutras ( 傍依 ) . on the other hand , honen , a founder of the jodo sect , as well as shinran , a founder of the jodo shinshu sect , and others regarded the three sutras of the pure land as major sutras because they thought that the relief of an ignorant , deluded person was written in it , but nothing critical of the hokke-kyo sutra has been seen . it could be said that kuonjitsujo of amitabha buddha was influenced by the hokke-kyo sutra . dogen , a founder of the soto sect , insisted on mediation of ' 只管打坐 ' as a way to implement enlightenment but continuously tried to find theoretical evidence in the hokke-kyo sutra . the sutra he read in dying was nyoraijinrikihon of hokke-kyo sutra . nichiren 's appearance made a theoretical lineage to try to establish the status of the hokke-kyo sutra as ' the supreme sutra of buddhism ' and ' the right dharma ( 正法 ) ( 妙法 ) ' appear more radical . nichiren recited the nichiren chant of ' namu myohorenge-kyo ' ( 唱題行 ) and became a founder of the hokke sects by teaching that an ignorant , deluded person could have the ability to become a buddha through belief in myohorenge-kyo and could trace the path to true enlightenment . by this teaching , a belief in the hokke-kyo sutra spread among people throughout japan . the hokke sect of nichiren studies ( 日蓮教学 ) placed high value on the five letters of ' myohorenge-kyo ( 妙法蓮華経 ) ' in this sutra 's title ( a formal title of the sutra translated by kumaraju in chinese ) and considered the recitation of namu myohorenge-kyo ( a chant of five letters or seven letters ) as 正行 . during modern times the hokke-kyo sutra also influenced many writers and thinkers , mainly through nichiren . it could be said that the common point among modern famous hokke-kyo sutra believers ' lives without regard to leftism or rightism was their unyielding rejection of petit bourgeois glory and the effort to obey only their ideal . it is said that kenji miyazawa ( a poet and author of children 's stories ) , chogyu takayama ( a thinker ) , giro seno ( a religious thinker ) , ikki kita ( a rightist revolutionary ) and kanji ishiwara ( a warrior and staff person in the kwantung army ) were well-known examples . after the defeat in world war ii in 1945 , some sects that believed the hokke-kyo sutra were forced to change their interpretation on dharma , such as a description on the ability of women to become buddhas in accordance with the intension of the occupation army . some sects that place high value on the hokke-kyo sutra as the essential sutra adopt chigi 's teaching that the hokke-kyo is the secret of shaka 's dharma , 正法 ( 妙法 ) , which was said to be preached by shaka in his later years . on the other hand , in the philology there is a theory that the hokke-kyo sutra was written by a religious organization that was opposed to the monopoly by full-time priests of hinayana around the beginning of the a.d. epoch or the end of the b.c. epoch . considering the results of philology whereby the hokke-kyo sutra was edited a few centuries later than the age in which shaka lived , the ways of thinking between japan and other mahayana buddhism countries are different . according to the traditional japanese religious sects , mahayana sutras such as hannya-kyo , the nirvana sutra and the hokke-kyo , which was considered to have been written in a later age by other sects , are not rootless because it 's possible for disciples of existent religious organizations to succeed and develop their master 's dharma . they tend to insist on such eclectic theories that later sutras can be admitted as ' shaka 's dharma ' because they have developed in the process of inheriting shaka 's teaching orally , from disciple to disciple . there is , however , a theory that the religious organizations and believers of other mahayana buddhist countries such as the eurasian states of china , nepal , tibet , butan , mongolia , buryat , tuva , kalmyks and taiwan do not accept this result of philology , which doesn 't represent a major problem , but the reason for that theory isn 't known . +the buddhist invocation is generally to recite ' namu amidabutsu ' as a devotional exercise in the jodo-kyo sects of pure land teachings . it can be roughly divided into three in the history of buddhist doctrine . in early buddhism , a tenacious belief in buddha ( 憶念 ) was called buddhist invocation . 修定 of buddhism is basically understood as stopping all conscious activity . 隨念 is a way to stop all other conscious activity by concentrating on a specific subject when it is difficult to stop conscious activity . 見仏 ' which makes buddha body ( 仏身 ) ( 色身 ) a subject of tenacious belief , ' meditation ' and ' 観仏 ' , which are observation in jhana samadhi ( 禅定三昧 ) , became to be included in buddhist invocation . with the emergence of mahayana buddhism , it was regarded as an important ascetic training ( buddhism ) to admire the virtue of buddhas and hold a mass . therefore , buddhist invocation in samadhi was regarded as that training . the tendai sect performs jogyo-zanmai as ascetic training at jogyo-do ( jogyo-zanmai-do , hanshu-zanmai-do ) of mt . hiei-zan . in the practice of jodo-kyo in china , there are two streams of buddhist invocation . kanso nenbutsu ( 観相念仏 ) ' ( to ponder the figure of buddha ) byakuren-sha of eon , zenkan nenbutsu ( 禅観念仏 ) of jimin , etc . the kanmuryoju-kyo sutra ( meditation sutra ) , in which kanso nenbutsu is described , are not seen in the books translated into sanskrit or tibetan , and there are theses that it was edited in china or central asia , so that kanso nenbutsu was a mainstream at the early stage of jodo-kyo in china . in japan , kanso nenbutsu was mainstream in nara buddhism ( the hosso sect ) and heian buddhism ( the tendai sect ) . in ojoyoshu , written by genshin ( a priest ) , kanso nenbutsu was accorded high value and was therefore popular among aristocrats during the heian period . given that influence , the style of architecture and art by which to show the pure land and amida-triad ( such as byodoin temple in uji and chuson-ji temple in hiraizumi ) developed during the heian period . while jokei recommended kanso nenbutsu of shaka , he criticized senshu nenbutsu ( 専修念仏 ) of honen . invocation of the buddha 's name ( a so-called buddhist invocation ) particularly , zendo insisted that a tenacious belief in buddha and the invocation of the buddha 's name were the same , and recommended the invocation of the buddha 's name . it did not need to mediate amitabha buddha and the pure land in particular , so architected spaces ( temples and halls ) and religious arts ( statues and pictures of buddha ) were not necessary either . therefore , since anyone could recite buddha 's name without regard to time or space , it contributed to the prevalence of buddhist invocation among people from various walks of life . the stream of invocation of the buddha 's name was taken over by ryonin , a founder of the yuzu nenbutsu sect , at the end of the heian period in japan , and the invocation by the yuzu nenbutsu sect recited ' namu amidabutsu ' and was later called dai nenbutsu ( 大念仏 ) . in the jodo sect , which was founded by honen , senju-nenbutsu ( meaning the single-minded recitation of ' namu amidabutsu ' ) has been incorporated and taken over by the jodo shinshu sect founded by shinran , from the same lineage . odori nenbutsu is to recite buddhist invocation and songs , dancing while beating a drum or ringing a bell . it is said to originate from kuya . in the kamakura period , when ippen of the jishu sect visited tomono of shinano province ( saku city , nagano prefecture ) , he performed odori nenbutsu after the example of kuya . at about the same time , shunjo ikko , a priest of the jodo sect in kyusyu , performed odori nenbutsu independently of ippen . after these events , priests of the jishu and ikko-shu sects ( meaning the lineage of shunjo ikko as opposed to the jodo shinshu sect , later the jishu ikko-ha sect ) came to perform it in missionary work , whereby it spread throughout the country . it had a significant influence on bon odori dance , nenbutsu folk dances and the kabuki odori dance , as begun by izumo no okuni . +tendai sect is a sect of mahayana ( greater vehicle ) buddhism . its fundamental sutra is lotus sutra . it originated in china and was introduced into japan by saicho in the early heian period . chinese tendai sect is a sect of mahayana buddhism , and its eventual founder was chigi ( 538 - 597 , tendai chisha daishi ) who was active in the sui period . its first and second founder was emon of hokusei and kozan eshi ( 515 - 577 ) respectively and chigi was eshi 's disciple ( it is also said that the 1st founder was ryuju , the 2nd was emon , the 3rd was eshi and the 4th was chigi ) chigi was a scholar priest who originated a doctrine based on hokke-kyo sutra , makahannya haramikyo sutra and daichidoron ( commentary on the great wisdom sutra ) that were translated by kumaraju as well as nehangyo sutra , advocated kyoso hanjaku ( theory on the history of sutra establishment ) based on goji hakkyo , which deems hoke-kyo sutra as paramount , and preached to become buddha through shikan ( tendai meditation ) . however , there are views asserting ' hoke-kyo sutra translated by kumaraju is substantially different from the existent sanskrit version and in particular , hobenbon daini , which tendai sect emphasizes might have been modified based on kumaraju 's own doctrine . ' in view of the fact that kumaraju attached importance to hoke-kyo sutra , makahannya haramikyo sutra and daichidoron , it can be said that the foundation of the tendai sect was triggered by kumaraju . after its basis was established at mt . tendai , it absorbed the nehan sect and the tendai sect was finally established . chigi 's hokke gengi ( essentials of the lotus sutra ) , hokke mongu ( commentary on the lotus sutra ) and makashikan ( mahayana practice of cessation and contemplation ) are collectively called sandaibu ( the three important scriptures ) and are deemed as the essence of tendai sect buddhism . shoan kanjo ( 561 - 632 ) , 4th founder , recorded and compiled these writings by chigi . after kanjo , the sect was succeeded by chii ( ? - 680 ) , kanjo 's disciple , followed by ei ( 634 - 713 ) , chii 's disciple , and sakei genro ( 673 - 754 ) . as the influence of tendai sect declined after kansho , sakei genro is assumed as the 5th founder . keikei tannen , 6th founder , who was a disciple of genro and is deemed as the beginner of the restoration of tendai sect , wrote many books concerning the doctrine of the tendai sect , including sandaibu . its official name is the tendai hokke en sect . sometimes it is called the hokke en sect , tendai hokke sect or simply hokke sect . however , the last one is seldom used because it could be confused with hokke sect of nichiren kyogaku ( religious doctrine advocated by nichiren ) . the writings related to the tendai sect were initially brought into japan by ganjin wajo , who was a priest of the ritsu sect as well as the tendai sect . then , denkyo daishi saicho ( 767 - 822 ) traveled to tang ( 805 ) , visited mt . tendai , learned the doctrine of the tendai sect , returned to japan ( 806 ) and founded the japanese tendai sect . at that time , nanto rokushu ( the six sects of buddhism which flourished in ancient nara ) , such as the hosso sect and the kegon sect , had already been introduced into japan , but in china , they were the sects that were founded later than tendai sect . after returning to japan , saicho came back to enryaku-ji temple on mt . hiei and since then , he nurtured many buddhist monks including ennin and enchin . as saicho advocated the doctrine of hokke ichijo which asserted all people were able to become buddha , disputes arose between nara buddhism ( nanto rokushu ) which stuck to the position of theravada buddhism . in particular , the debate conducted between the tokuitsu of the hosso sect is well-known . his innovative initiatives to establish daijo kaidan , recognize monks who received daijokai ( the commandment of mahayana buddhism ) as tendai sect monks and train them as bosatsuso ( priests of mahayana buddhism ) by containing them in mt . hiei for 12 years deepened the confrontation between nara buddhism , which monopolized , due to vested interests , and kaidan-in which were authorized to grant shojokai ( commandments of theravada buddhism ) brought by ganjin wajo . as daijokai was deemed at that time as commandments for secular people , not for buddhist monks ( even at present , daijokai is not recognized as buddhist precepts under theravada buddhism , such as sri lanka theravada buddhism ) , the refutation by nanto ( nara ) priests might be reasonable in light of the common sense that then prevailed . as a result of disputes , imperial sanction concerning daijo kaidan was given after saicho 's death and the tendai sect was formally established , both in name and substance , as an independent religious sect . while mikkyo of the shingon sect is called tomitsu , that of the tendai sect is called taimitsu . religious sects that deem nichiren to be the real buddha in the mappo era criticize the current japanese tendai sect asserting that it is close to the shingon sect because it has substantially incorporated the elements of esoteric buddhism and the teaching of mt . hiei was distorted by ennin and enchin because they incorporated shingon esoteric buddhism after saicho 's death and against his will . in considering the above , however , several points , including historical situation , should be taken into account . when tendai daishi chigi , who is said to be the founder of tendai sect in china , advocated kyoso hanjaku ( also called kyohan for short ) based on goji hakkyo , in which he systemized buddhism as a whole according to the doctrine of hokke-kyo sutra , esoteric buddhism had not yet been introduced and therefore , it was not included in kyohan . however , esoteric buddhism , the latest buddhism at the time , had already been introduced when denkyo daishi saicho , the founder of the japanese tendai sect , traveled to tang . as saicho worried that japanese esoteric buddhism was imperfect , he received kanjo ( a ceremony to be the successor ) of esoteric buddhism from jungyo and returned to japan with the intention of systemizing buddhism as a whole , including esoteric buddhism . when kukai returned from tang one year later after saicho had returned , saicho recognized that the esoteric buddhism he had learned in tang from jungyo was collateral and asked kukai with the utmost courtesy to take him in as a disciple in order to study esoteric buddhism , but he eventually parted from kukai due to their differences in views on buddhism . due to the above , incorporation of perfect esoteric buddhism into tendai kyogaku was stopped . however , there is no doubt about the fact that saicho intended to establish the doctrine of comprehensive buddhism by integrating buddhist precepts based on hokke-kyo sutra , zen , nenbutsu ( buddhist prayer ) and esoteric buddhism and his disciples , including ennin and enchin , succeeded saicho 's will , restudied esoteric buddhism and completed tendai kyogaku which had been the earnest desire of saicho . therefore , it can be said that the origin of the current tendai esoteric buddhism is not ennin and enchin but saicho himself . further , as enchin pointed out 5 defects in kukai 's ' jujushinron ' ( ten stages of mind development ) and refuted it as ' there is no superiority or inferiority between tendai and shingon , ' the views held by sects which deem nichiren to be the real buddha that ennin and enchin distorted tendai by incorporating shingon esoteric buddhism , is completely denied by the above fact . the difference between shingon esoteric buddhism ( tomitsu ) and tendai esoteric buddhism ( taimitsu ) is that while tomitsu advocates its doctrine with dainichi nyorai being its principal image , taimitsu takes the stance of hokke ichijo with shakamunibutsu of kuon-jitsujo ( eternal life of the buddha ) , which is the principal image of hokke-kyo sutra , being its principal image . in view of the above-mentioned , it is pointed out that the japanese tendai sect founded by saicho is , in spite of the same name , a different one from the chinese tendai sect which is based on hokke-kyo sutra and founded by chigi , and although it succeeds chigi 's doctrine and is based on hokke-kyo sutra , it is a unique one that tried to fuse the elements of zen , buddhist precepts , nenbutsu and esoteric buddhism or the one that tried to develop chigi 's tendai kyogaku while succeeding it . therefore , enryaku-ji temple is also called dojo ( a hall used for training ) for shishu kengaku . ascetic training of the tendai sect emphasizes ' shikan , ' which is based on hokke-kyo sutra and could be said to be hokke zen . ascetic training of the current japanese tendai sect can be summarized in the words of " asa daimoku , yu nenbutsu " ( read the lotus sutra in the morning and pray to amida buddha in the evening ) . in the morning , buddhist monks practice daimoku , namely gyoho of chanting hokke-kyo sutra ( it is called hokke senbo ) and in the evening , they practice gyoho of praying to a principal image amida buddha ( it is called reiji saho ) . shikangyo developed further in later years and became the first step of the development of new buddhism called ' nenbutsu . ' the sect strengthened its basis by conducting incantation of tendai esoteric buddhism ( taimitsu ) and becoming comprehensive buddhism ( there is doubt and criticism concerning the reason why the sect needed to conduct nenbutsu and / or incantation if it believed the doctrine of hokke-kyo sutra was right ) . furthermore , in later years , the sect established the tendai hongaku philosophy , which asserts that buddhist nature dwells in all beings . as the sect played a leading role in the education of buddhism in japan , many scholar monks who advocated new religious sect doctrines , such as the yuzu nenbutsu sect , the jodo sect , the jodo-shin sect , the rinzai sect , the soto sect and the nichiren sect , were turned out from the sect from the end of heian period to kamakura period . +bosatsu , or bodhisattva ( in sanskrit ) is a disciplinant who wants to become buddha ( tries to become nyorai ) in buddhism . later bosatsu , in spite of a disciplinant , became a target of people 's belief because it was considered to live with people and lead people to buddha 's teaching . summary it came from the phrase " bodhi-sattva " in sanskrit . bodhi means ' awake , ' and sattva means ' a living person ' so that it was freely translated into ' the living things ' or ' humanity . ' for this reason he is referred to in the two senses of ' a person who pursues enlightenment ' and ' a person who has awakened ' so that there are two kinds of bosatsu in india , while in china ' an indian mahayana buddhism monk ' is also called bosatsu . as a result , there are three kinds of bosatsu . however , merely seeking enlightenment leads to the same as shomon , engaku and bykakushibutsu , so that in order to avoid this , the hannya-kyo sutra , a mahayana sutra of the early stage , added bodhisattva mahasattva ( 菩薩摩訶薩 ) and mahasattva ( 摩訶薩 ) ( the great living thing ) and differentiated mahayana bosatsu . additionally , in the hannyashin-kyo sutra translated by genjo there is a word , ' 菩提薩埵 ' in the latter part , which is said that it was intentionally divided into ' 菩提 ' and ' 薩埵 ' according to nirukti . in the mahaprajnaparamita-sutra , daihannyaharamitta-kyo sutra translated by genjo , it was described as bodhisattva mahasattva ( 菩薩摩訶薩 ) . after the idea of bosatsu was established , the rank of bosatsu was produced next . this had been segmented and structured in accordance with the development of mahayana buddhism , but various theories emerged according to the interpretation of sutra . in " kegon-kyo sutra " and " sutra of the fundamental vows of the jeweled bodhisattva , " the status or grades of training were divided into 52 ranks , ranging from myokaku , tokaku , jicchi ( ten stages ) , jueko ( ten transferences ) , jugyo ( ten behavioral activities ) , juju ( ten dwelling ) , jushin ( ten faith ) , and from this 52 ranks have often been adopted . myokaku the last position of the 52 ranks for bosatsu training , bosatsu in tokaku rank , gets this rank by overcoming mumyo , abidya , of ippon . it is also a rank with overcoming bonno ( earthly desires ) , and is seen as being the same as buddha and nyorai . tokaku it is the fifty-first rank and one of the highest of the 52 ranks for bosatsu training , and it means that its wisdom and virtue become equal to those of myokaku , a buddha of 略万徳円満 . jicchi , juchi , ten stages from the forty-first through fiftieth in the 52 ranks of bosatsu training the 10 ranks from the highest are as follows : dharma-cloud , the finest wisdom , unperturbed state , afar practice , open mind , mastery of utmost difficulty , glowing wisdom , illumination , purity , and joy from the upper rank . it was named ' 地 ' , ' a land ' because it can be compared to a land putting on all things and giving benefit to them that bosatsu gets the wisdom of buddha , keeps holding without moving , bears the burden of all living things , teaches them and gives them benefit . jueko , ten transferences from the thirty-first through fortieth in the 52 ranks of bosatsu training the 10 ranks from the highest are as follows : transference of equalizing the boundless dharma realm ; transference of the liberation without any tie nor attachment ; transference of the mark of true suchness ; transference of viewing all sentient beings in equality and harmony ; transference of the good roots of equality and harmony ; transference of the store of boundless virtues ; transference of reaching everywhere ; transference of equalizing all buddhas ; transference of non-destruction ; and transference of salvaging all sentient beings but detaching from any form of sentient being . they are the ranks in which a disciplinant does ( 廻施 ) all selfish and altruistic training that it had already done for the living things and tries to reach an enlightenment ( 仏果 ) by putting this good deed after jugyo . jugyo , ten behavioral activities from the twenty-first through thirtieth in the 52 ranks of bosatsu training the 10 ranks , from the highest , are as follows : manifesting in all things the pure , final and true reality ; perfecting buddha 's law by complete virtues ; exalting the paramitas among all beings ; unimpeded ; appearing in any form at will ; never out of order ; without limit ; never resenting ; beneficial service ; and joyful service . this is the rank where bosatsu tries to relieve the living things in order to complete more altruistic training after getting a certification ( 印可 ) as a buddhist ( 仏子 ) at the end of juju . dana - generosity , charity , giving of oneself ; sila - morality , purity of conduct ; ksanti - endurance , forbearance , patience ; virya - diligence , zeal ; dhyana - meditation , mental concentration ; upaya - the ways and means of emptiness and detachment ; pranidhana - spiritual vows ; bala - spiritual powers ; jnana - spiritual wisdom juju , ten dwellings from the eleventh through twentieth in the 52 ranks of bosatsu training the 10 ranks from the highest are as follows : kanjo , abhiseka ; being the prince of the law ; being buddha 's son ; non-retrogression ; the whole mind as buddha 's ; perfect expedience ; acquiring the seed of tathagata ; unobstructed cultivation ; clear understanding and mental control ; setting objectives . it is called ' 住 ' in the sense that the mind of the disciplinant lives in shintai , the real truth after jushin . another theory asserts that jicchi of bosatsu should be called juju . jushin , ten faiths from the first through tenth in the 52 ranks of bosatsu training the 10 ranks , from the highest , are as follows : vow , precept , reflexive power , non-retrogression , concentration , wisdom , zeal , remembrance , and faith . this is the rank where a disciplinant has no doubt regarding the belief in buddha 's dharma . additionally , jushin names generically the gebon , ( i.e. , outer stages ) the ranks from juju to jueko ( called naibon , i.e. , inner stages or the three virtuous positions ) and the ranks from jushin to jueko ( called 凡 ) . juchi and tokaku names 因 , myokaku names 果 , and the ranks from juchi to myokaku name 聖 , which are in opposition to 凡 suppositional idea although there could be various reasons behind the development of the mahayana buddhism movement , it can be thought to be a movement that emerged due to the fact that any hinayana priest who performed the ascetic practices of shomon could not become buddha . it was thought that there were two reasons for that , and the disciplinants who could not become buddha were called as follows : shomon , who was awakened by buddha 's teaching engaku or byakushibutsu , who did not preach in spite of reaching enlightenment by itself early in mahayana buddhism , these were called two vehicles and were regarded as being unable to become buddha . bosatsu as a disciplinant from the early stage of buddhism , buddha in the disciplinant age before enlightenment was called bosatsu . in jataka , shaka 's previous life story , a figure of shaka 's previous life was also called bosatsu . what was created as a representative of this bosatsu was miroku bosatsu ( maitreya bodhisattva ) , who was said to become buddha next . miroku bosatsu is considered to appear in this world as 弥勒仏 after ascetic training for 5670 million years . amitabha buddha , which later became amitabha buddha , is a representative example . bosatsu for working in this world despite having reached enlightenment already , bosatsu , who was prohibited from becoming buddha , was created . this is because it was thought that the activity of buddha itself had a restriction , so that a person who worked for buddha hand and foot , as it were , was called bosatsu . monju bosatsu and fugen bosatsu , of the amida triad , are examples of this . they are not only symbols of shaka 's functions but also work as functions themselves . additionally , kanzeon bosatsu and seishi bosatsu are bosatsu who work without regard to becoming buddhas . mahayana priest in india in china , since the details of the indian situation were not heard , the priests of the early mahayana buddhism were given honorific titles , of bosatsu in particular . ryuju bosatsu , seshin bosatsu and others were examples in this case . miroku bosatsu needs attention . there were miroku bosatsu created as bosatsu in isshohusho ( 一生補処 , the rank where a disciplinant could become buddha by one more reincarnation ) and miroku who were told to edit yugashijiron ( there is another opinion that another person edited it but that miroku was asked to pretend to be an editor ( 仮託説 ) ) . bosatsu in japan in japan it was a subject of faith . the following major bosatsu were greatly admired : kannon bodhisattva , kannon bosatsu , who is depicted as a mother ; miroku bosatsu who relieves people in the far future ; fugen bosatsu , who appears in the hokke-kyo sutra , which says women can become buddhas and has been deeply admired by women ; monju bosatsu , who controls the wisdom ; and zijo bosatsu , who is at the roadsides and nearest to the grass roots . syncretization of shinto with buddhism as a stage of syncretization of shinto with buddhism there came the idea that the god of japan hoped to escape from crime and achieve enlightenment as well as human beings . based on that idea , bosatsu-go ( 菩薩号 ) was used as a name of the god of japan who came to believe in buddhism . the hachiman deity is representative of that . titles of high priests in some cases the imperial court gave high priests the bosatsu title . gyoki bosatsu is an example in this case . +this article describes the history of hongwan-ji temple of the jodo shinshu sect , founded by shinran . on november 28 , 1262 ( old lunar calendar ) , shinran , a founder of the jodo shinshu sect , fell ill at zenpo-bo of sanjo tominokoji and entered nirvana at the age of 90 . his funeral was held at 8 p.m. on the next day , the 29th . kenchi of takada shimotsuke province , senshin of ikeda totomi province and others came up to kyoto and participated in the funeral . his body was cremated at ennin-ji temple , located in the south of higashiyama toribeno . on the 30th his born was collected . his grave was built at otani , located in the north of toribeno , and his born was placed in the grave . in 1272 , the otani mausoleum was built in what is now the rinka-cho , higashiyama ward ( around sotaiin , the north of chion-in temple 's gate ) , the living place of kakushinni , shinran 's youngest daughter , and shinran 's portrait was placed there . it is thought that the temple where shinran 's portrait was placed should be called hongwan-ji temple , after a transfer of the temple . kakusinni was in charge of rusushiki , who preserved it . after that , her descendants were deemed to be successors , which later became a basis of inheritance by kechimiyaku ( 血脈 ) , a bloodline or lineage of succession , of hongwan-ji temple . rusushiki was succeeded by kakushinni and then to kakue and kakunyo . emperor kameyama ( who reigned from 1259 to 1274 ) gave the title of " kuon jitsujo amida hongwan-ji temple , " but the mausoleum was ultimately destroyed because of infighting . in 1312 the third rusushiki kakunyo rebuilt mausoleum as a temple , senju-ji temple . ( moreover , there is no direct relationship to takada honzan senju-ji temple of the same jodo shinsu sect . ) however , it changed the name to hongwan-ji ( otani hongwan-ji temple ) in accordance with the protest of the mt . hiei-zan priests . kakunyo tried to integrate all disciples of shinran under hongwan-ji temple . he wrote " kuden-sho " and described that the teachings of the jodo shinshu sect were transferred by word of mouth from honen to shinran , from shinran to his grandson nyoshin , and from nyoshin to kakunyo . this showed that kakunyo , a chief priest of hongwan-ji temple , succeeded shinran in the point of dharma as well . however , in reality it was difficult to establish an independent religious organization in kyoto as opposed to established temples such as enryaku-ji temple , which acquired economic power over the years and in some cases had military forces . before the showa era it was oppressed in 1330 , 1352 and 1388 , and while other schools of jodo shinshu sect spread in eastern japan and elsewhere , only hongwan-ji temple declined and was permitted existence on the condition of loyalty to enryaku-ji temple and the forbiddance of buddhism invocation as a subtemple of shorenin , which was influenced by enyryaku-ji temple . at that time , the jodo shinshu sect was not integrated into the hongwan-ji temple group . other groups were scattered throughout japan . the takada , a lay follower group ( 門徒 ) ( based in senshu-ji temple ) , the araki group and the wada group were lineages of shinbutsu and kenchi . the kashima lay follower group , the date group and the yokosone group were influential as well . particularly , the takada lay follower group flourished . also , ryogen 's group developed by using ' 名帳 ' and ' 絵系図 ' based in bukko-ji temple of kyoto . the chief priest of hongwan-ji temple was succeeded by zennyo , shakunyo , konnyo , and zonnyo after kakunyo . during this period , hongwan-ji temple gradually became influential , centered in omi province and the hokuriku district . in 1390 , shakunyo , the fifth chief priest , built zuisen-ji temple ( nanto city ) in inami , ecchu province ( toyama prefecture ) . konyo , the sixth chief priest , was also engaged in missionary work at hokuriku , centered on zuisen-ji temple . in the succeeding era of zonnyo , it became more influential and hongwan-ji groups were established in omi province ( shiga prefecture ) , kaga province ( ishikawa prefecture ) , noto province ( ishikawa prefecture ) , echizen province ( fukui prefecture ) , etc . in hongwan-ji temple , 御影堂 and amida-do were built . however , it is said that these constructions put pressure on the financial condition of hongwan-ji temple . in 1415 , rennyo was born as the first son of zonnyo . he became a monk at shoreiin temple when he was 17 . his posthumous name was kenji , and his priestly name was rennyo . in 1449 , at age 35 , rennyo went to hokuriku with his father zonnyo . rennyo scattered the remains of shinran to far oshu for worship , and civilized lay follower groups . on june 18 , 1457 ( old lunar calendar ) , zonnyo entered nirvana at the age of 62 . nyoenni , zonno 's wife , tried to make her son rensho succeed as the chief priest , but instead rennyo became the eighth chief priest of hongwan-ji temple , supported by nyojo , zonnyo 's brother . at that time rennyo was 43 . when rennyo became the eighth chief priest , hongwan-ji temple declined and lost its status as the central temple of the sect , whereupon it became a subtemple of shorenin temple . around this time , kyoto was seething from the tsuchi ikki ( peasant riot ) . two years later there occurred a severe famine , and many people starved to death in the region of the kamogawa river . many provinces were caught up in war , showing the seriousness of the situation . society developed gradually , and the grass roots increased in power . farmers improved their status through the increase of productivity in villages and the decline of lords of the manor , so that soon they were able to create autonomous villages ( 惣村 ) . rennyo responded to this social situation quickly , and he energetically undertook missionary work . lay follower groups that sympathized with rennyo 's enthusiastic mission work spread from kinki to the tokai district . especially in omi ( shiga prefecture ) , many people believed rennyo so that 無碍光本尊 was worshiped in many villages . this greatly stimulated enryaku-ji temple , of the tendai sect in mt . hieizan . in 1465 , otani hongwan-ji temple was destroyed by priest soldiers of mt . hieizan . in 1471 , rennyo escaped from kyoto to omi in order to avoid trouble , and moved to yoshizaki gobo in echizen ( fukui prefecture ) . in 1475 , rennyo withdrew yoshizaki gobo in order to calm the unrest , and he undertook aggressive missionary work based in deguchi of kawachi ( osaka prefecture ) . as a result , many priests and lay people of the jodo and shodo sects came to believe in him . in 1478 , rennyo moved from deguchi to yamashina and began to build hongwan-ji temple in january of the next year . in 1483 , halls such as 御影堂 , amida-do were completed , along with the main house . ( yamashina hongwan-ji temple ) in 1488 , a riot group established a republic , ' a country ruled by farmers , ' in kaga province . jinaimachi , temple town , were established by building both a temple and many grass-roots houses around the temple . in this country , many visitors who made pilgrimages to the temple and many people of various occupations gathered , so that it flourished more than kyoto city . hongwan-ji temple 's teachings spread throughout japan , from hokkaido prefecture to kyusyu . furthermore , the khitan came to japan from the northern part of china in order to learn the teachings . through the efforts of rennyo , hongwan-ji temple became one of the largest religious organizations in japan . in 1489 , rennyo was 75 . he passed over hongwan-ji temple to zitunyo . in 1496 , rennyo was 82 . on september , he began to build a vihara in osaka . in 1497 , rennyo was 83 . once the vihara in osaka was complete , he went into retirement there . ( osaka gobo ) the place name ' osaka ' first appeared in chapter 4 , section 15 of rennyo 's " epistles of rennyo shonin ( gobunsho ) " as of november 22 , 1498 , according to historical sources . although i do not know what kind of promise i made in ancient times , it has been three years since i saw this village , shonai osaka in the ikutama higashinari district of sesshu , at the end of fall 1496 , and built a vihara . i think this must be a destiny that is closely connected to ancient times . ' in the spring of 1499 , rennyo got worse . on february 20 ( old lunar calendar ) , he returned to yamashina hongwan-ji temple . on march 25th ( old lunar calendar ) , rennyo entered nirvana . hongwan-ji temple during the sengoku period ( oppression and forbiddance of lay follower groups by sengoku daimyo ( japanese territorial lord in the sengoku period ) ) the 100 years of the ninth jitsunyo , the tenth shonyo and the eleventh kennyo were the chaotic age of civil war . hongwan-ji temple supported the freedom movement which the grass roots requested in opposition to rulers , serving as the ideological driving force of social reform . during that period , hongwan-ji temple became more influential and established itself as one of the largest religious sects as well as a strong social group . in 1500 , 照如 entered nirvana at the age of 22 . from 1504 to 1521 lay follower groups in kaga ( ishikawa prefecture ) stepped into the internal problems of the asakura clan in echizen province ( fukui prefecture ) . in 1504 , the go-hojo clan in sagami province ( kanagawa prefecture ) prohibited belief in the jodo shinsu sect in the province , a prohibition that continued for 50 years . in 1506 , lay follower groups of hongwan-ji temple rose in revolt in the kinki , hokuriku and tokai districts , all at roughly the same time . in 1507 , masamoto hosokawa was murdered as a result of trouble over clan succession . hongwan-ji temple , which had had a close friendship with masamoto since rennyo , was afraid of becoming involved in that conflict so that jitsunyo and shinran 's portraits were instead taken to omi katada . they stayed there for nearly two years . in 1516 , it became an official temple of emperor gokashiwabara . in 1521 , the nagao clan in echigo province ( niigata prefecture ) oppressed the lay follower groups of hongwan-ji temple . in 1521 , ennyo , the second son of jitsunyo , entered nirvana at the age of 32 . on february 2 , 1525 ( old lunar calendar ) , jitsunyo entered nirvana at the age of 68 . in 1532 , it helped harumoto hosokawa and defeated the hatakeyama clan with 20,000 troops of lay follower groups in the kinki district . in august of the same year , a coalition force of the nichiren sect and sadayori rokkaku of omi burned down yamashina hongwan-ji temple . ( hokke ikki riot ( 法華一揆 ) ) it moved to the vihara in osaka ishiyama ( osaka gobo ) . ( osaka ishiyama hongwan-ji temple ) in 1541 it had a peace conference with the asakura clan . in 1553 , kagetora nagao ( kenshin uesugi ) was reconciled with hongwan-ji temple in order to maintain a route to kyoto . on august 11 , 1554 ( old lunar calendar ) , kennyo became a priest . he was 12 years old . on august 13 , 1554 ( old lunar calendar ) , shonyo entered nirvana at the age of 39 . in 1556 it concluded a peace treaty with the asakura clan . in 1559 , kennyo was ordained as monzeki , a temple in which resided a member of the nobility or the imperial family . the shimotsuma clan became 坊官 and mikawa honshu-ji temple , harima hontoku-ji temple , kawachi kensho-ji temple ( yao city ) became 院家 . in 1563 , hongwan-ji temple 's lay follower groups of mikawa province ( aichi prefecture ) fought against ieyasu tokugawa , but a year later they made peace . subsequently , ieyasu tokugawa oppressed and prohibited hongwan-ji temple lay follower groups in the province . it was in 1583 , 20 years later , that he ceased forbiddance . the shimazu clan in satsuma ( kagoshima prefecture ) continued to forbid such groups until 1868 . in 1568 , nobunaga oda went to kyoto . in 1569 , kosho-ji temple , which was founded by kenson , the second son of kennyo , was ordained as waki monzeki ( a subtemple in which resided a member of the nobility or the imperial family ) . in 1570 , nobunaga oda , whose goal was the integration of japan , ordered hongwan-ji temple to withdraw from the moated castle city ishiyama , a the headquarters of the jodo shinshu sect 's lay follower groups and a strategic point against western japan , which led to a war ( the ishiyama war ) . it continued for about 10 years . sometime after the ishiyama war , hongwan-ji temple came to be called ishiyama gobo . in march 1581 , kennyo made peace with nobunaga . he withdraw from ishiyama and moved the foundation of the temple to saginomori kii province ( kii saginomori hongwan-ji temple . ) the halls and buildings of ishiyama hongwan-ji temple were all burned down . in 1583 , hideyoshi toyotomi built osaka-jo castle at the place that included the old site of ishiyama hongwan-ji temple . in 1583 it moved to a subtemple of ishiyama hongwan-ji temple at kaizuka , in izumi province ( later gansen-ji temple ( kaizuka city ) ) , along with shinran 's portrait . ( kaizuka hongwan-ji temple ) in may 1585 , it moved to temma in osaka and obtained a donation of land for a temple from hideyoshi toyotomi . in august of the same year , amida-do was built first , and the following august 御影堂 of about 18 square meters was built . ( osaka temma hongwan-ji temple ) in 1591 came another donation of land for a temple from hideyoshi ; 御影堂 and amida-do of hongwan-ji temple were built at the place where nishi hongwan-ji temple now stands . on november 24 , 1592 ( old lunar calendar ) , kennyo entered nirvana at the age of 50 . kennyo and his first son kyonyo were opposed to each other over the end of the ishiyama war . after kennyo 's nirvana , kyonyo succeeded as the chief priest . moreover , kyonyo retired based on an assignment document and junnyo succeeded as the twelfth chief priest of hongwan-ji temple . in 1602 , ieyasu donated land for a temple to the east of hongwan-ji temple . the next year , kyonyo built a hall and placed a wooden image of the founder of the jodo shinshu sect from myoan-ji temple in hitachi province ( ibaraki prefecture ) , which led to the establishment of another hongwan-ji temple . subsequently , more lay follower groups came to believe in kyonyo , and through repeated meetings and partings of lay follower groups the hongwan-ji temple groups were divided roughly in half as the eastern group and the western group . for more than 400 years since then , both groups have continued their missionary work at the present places . +godai myoo ( the five great myoo ) is a subject of faith in buddhism and a combination of the five myoo , which play a central role among myoo , an honorific entity , which is specific to mikkyo esoteric buddhism . myoo , which were originally produced as independent honorific entities , are arranged around fudo myoo . in images such as statues and pictures , often fudo myoo is placed in the center , gozanze myoo at the east , gundari myoo at the south , daiitoku myoo at the west and kongoyasha myoo at the north . moreover , this arrangement is seen in mikkyo ( tomitsu ) , which has been transmitted in the shingon sect , but in the other mikkyo ( daimitsu ) , which has been transmitted in the tendai sect , ususama myoo is included in godai myoo instead of kongoyasha myoo . statues of the godai myoo were actively produced in japan , while in china a few works were made . in japan , mikkyo was very popular during the first stage of the heian period , and godai myoo was enshrined as the principal image of buddha in the godanho ritual . as a representative example in japan , the statue , which was made in the first stage of the heian period and is located at the auditorium of to-ji temple , is well known ( as a national treasure ) . it is estimated that the statues was made around 839 , when the auditorium was built . as for the festivals related to godai myoo , godairikisonninnoue is famous , and kyoto daigo-ji temple performs it in february of each year . in this festival , the power of godai myoo is magnified by burning a large ritualistic ' saito goma ' outside , and on the last day the contest of strength by holding up a big kagami-mochi of 150 kg has been held as a traditional event . +an ama is an unmarried woman over the age of 20 or a woman who becomes a priestess after the period of shamini ( a female buddhist novice ) , even though she has been married . she is also called bikuni . a nun of christianity is also called ama in some cases . the type of woman who had her hair cut around shoulders was called ' amasogi , ' and girls with such a hairstyle were called ' ama ' in some cases . additionally , in recent times the word ' ama ' was used in reference to a prostitute girl or woman . the origin of the word ' ama ' could be considered a transcription of the slang expression of ' ambaa ' in sanskrit , which means ' a good woman . ' originally it meant bikuni ( bhiksunii in sanskrit ) and a female buddhist disciple opposite biku , a male buddhist disciple . according to tradition , the first bikuni were makahajadai , mahaprajapati , ( mahaaprajaapatii in sanskrit ) , shaka 's adopted mother , and 500 women of the shaka clan . shaka did not permit women to become priestesses at first , but admitted them based on their passion and meditationof anan ( ananda ) on the condition that they would keep eight promises , such as respecting biku without slander . by this , yashotara ( yashodhara ) , shaka 's ex-wife , bhadraa-kapilaanii , ex-wife of daikasho ( mahakasyapa ) , and sama ( ksemaa ) who was the princess of bimbisara , sister uppalavanna and others became priestesses one after another and established a priestess group . in japan ama generally means a woman who becomes a priestess , shaves her head , puts on clerical garment and practices ascetic training at ama-dera temple . they are called ama nyudo , ama nyobo , ama goze or ama midai and so on . the first ama in japan were three women including zenshin-ni , a daughter of tatto shiba , who soga no umako made them become priestess in 584 . they crossed to kudara in order to learn buddhism precepts ( 戒法 ) , and lived at sakurai-ji temple after their return to japan in 590 . at the beginning of buddhism in japan , the ama seemed to play the same role as a shrine maiden who worshiped god . in 741 provincial monasteries were built around the country by an order of emperor shomu , and provincial monasteries were built at the same time . however , in accordance with the idea of the guard of nation becoming stronger , people tended to dislike that women ( including ama ) approached buddhism from the standpoint of emphasizing that priests kept the precepts of buddhism . therefore , giving buddhist precepts ( 授戒 ) against ama was rejected and ama had been denied as priestess in buddhism society for a long time in spite of the fact that there were many ama at that age . against this situation , princess shoshi , the empress of emperor junna , tried to make kaidan ( ama kaidan ) , the buddhist ordination platform for women , but due to objections she could not . fujiwara no shoshi ( a daughter of fujiwara no michinaga ) , of the palace of the empress of emperor ichijo , placed ama kaidan at hojo-ji temple , which was built by michinaga , when she became priestess in 1027 , but it was lost in the devastation of the temple . in medieval times , aristocratic women could become ' ama ' called sage ama by having her hair cut around shoulders ( of course they couldn 't become ama formally because they could not be given the precepts of buddhism ) . subsequently this custom became widespread , and women who were bereaved of husbands , divorced or had grown old were called ' ama ' based on their appearance . for example , masako hojo , a wife of minamoto no yoritomo , became an ama and was called ama shogun because she wielded influence over government . kamakura new buddhism regretted the former position to depreciate women and preached to relieve women , and honen showed deep sentiment against ama nyudo , which was seemed to be a slang term for fools , as it were . in addition , eison built ama kaidan at hokke-ji temple , which was the great head temple of old provincial nunneries , when it was rebuilt ( in 1249 ) . influenced by the missionary works of his shingon risshu sect , giving buddhist precepts to ama had been gradually admitted . in the kanakura and muromachi periods , ama gozan was determined in kyoto and kamakura . a private shrine maiden , married with an itinerant buddhist monk of shugen , performed worship and divine revelation together , and also adopted the custom of having her hair cut so that a shugen shrine maiden was called bikuni . such bikuni went around the country , which led to the creation of the haooyaku-bikuni ( yao-bikuni ) legend . kumano-bikuni , who propagated the kumano faith in various places , lectured on rokudo-zu ( i.e. , paintings of the six paths of existence ) are also called the " six realms " of reincarnation or kumano mandala ( i.e. , devotional paintings of the three shrines of kumano ) . during the edo period , uta bikuni who served at a banquet appeared and some ama fell into prostitution . ama was seen in nearly every buddhist sect in japan , but after the meiji restoration the values of patriarchal authority based on confucianism became widespread among people other than those of the former warrior class , so there was an example that ama was abolished , such as occurred in the nichiren shoshu sect in the showa period , when nationalism also became influential . +arakan ( arhat in sanskrit ) is a saint in buddhism who is eligible to receive respect and charity . it is a transcript of " arhan , " the nominative of " arhat " in sanskrit . it is also abbreviated as rakan . it is translated into 応供 ( ougu ) in chinese . it was one of the honorific titles of shaka . for details on the temples that enshrine arakan , see rakan-ji temple . it is also called 殺賊 ( setsuzoku ) , transferred from killing ( 殺す ( han ) ) rebel ( 賊 ( ari ) ) of earthly desires and ' 不生 , ' transferred from a ( 不 ) + ruh ( 生ずる ) , which means not to relive in a wandering world ( past , present and future existences , or three realms ) after nirvana , but these are vulgar views of the origin of word . it is originally a derivative word of the root , arh- , which means ' valuable ' , ' respectable ' and so on . originally , in the general sense it meant ' respectable disciplinant ' in the indian religion . in early buddhism it meant the top level that a disciplinant could attain . arakan-ka , the state of full attainment of arhatship in which it isn 't necessary to learn any more , is called ' mugakui ( 無学位 ) . ' as for the grades below that , fugen-ka ( the consummation of the stage of the non-returner ) , ichirai-ka ( one who has fully consummated the stage of the once-returner ) and yoru-ka ( one who has fully attained the stage of the stream-enterer ) are called ' ugakui ( 有学 ( うがく ) 位 ) . ' ( shiko shika , four accesses and four accomplishments ) especially in mahayana buddhism , shomon was called arakan and was distinguished from buddha critically . however , in mahayana buddhism it is referred to as two vehicles , and arakan and dokkaku are said to be unable to become ' buddha . ' additionally , there is a theory that they cannot even go to ' hell ' but must repeat reincarnation at the same level . in china and japan , 16 disciples who swore to keep buddhism were respected as the 16 rakans . moreover , 500 disciples who gathered in the first editorial meeting of buddhist sutra ( 結集 ( けつじゅう ) were called the 500 rakans and were eagerly respected . particularly , the zen sect emphasized that shaka 's true dharma ( 正法 ) was transmitted directly to arakan , daikasho ( mahakasyapa ) and produced pictures of the 500 rakans , and statues of rakan idealized the figures of shaka 's disciples training , which were later worshipped to pray for keeping true dharma . according to " daiarakan nandai shosetsu ( hojuki ) , " it means sixteen arakans who live in this world forever by buddha 's order and serve as redeemers of living things . bindorabaradaja , pindolabharadraja the first of 16 rakans it is known as binzuru-sonja or , in other words , obinzuru-sama . there is a view that includes binzuru as another rakan among " the 18 rakans " with keiyu , who is regarded as having originated the idea of the 18 rakans . it has 1,000 followers and lives in the godhanga region of the west . kanakabassa , kanakavatsa it has 500 followers and lives in kashmir . kanakabaridaja , kanakabharadraja it has 600 followers and lives in the purva-videha region . subinda , subinda nakora , nakula it has 800 followers and lives in kulu country . badara , bhadra it has 900 followers and lives in t 'an-mo-lo-chow . at the bathrooms of various temples , the statue of this saint is often placed in accordance with a description of the shuryogon-gyo sutra . karika , kalika it has 1,000 followers and lives in seng-ka-t 'a . bajaraputara , vajraputra it has 1,100 followers and lives in po-la-na , parnadvipa . jubaka , jivaka hantaka , panthaka it has 1,300 followers and lives in the touriten . it means mahapanthaka , an elder brother of shuri handoku ( cuuda-pantaka ) . ragora , rahula the son of shakuson nagasena , nagasena it has 1,200 followers and lives in mt . pandava . he seems to be nagasena , who is seen in the scene depicting milind 's question . ingada , angaja banabasu , vanavasin it has 1,400 followers and lives in habitable mountain . ajita , ajita it is seen as the same as miroku bosatsu ( maitreya bodhisattva ) . chudahantaka , chudapanthaka it is shuri handoku ( cuuda-pantaka ) . statues of the 16 rakans kennin-ji temple ( kyoro city kyoto prefecture ) kuon-ji temple ( minobu-cho , minamikoma-gun , yamanashi prefecture ) statues of the 18 rakans mampuku-ji temple ( uji city , kyoto prefecture ) statues of the 500 rakans gohyaku rakan , wubai luohan . five hundred arhats ( morioka city ) ( morioka city , iwate prefecture ) gohyaku rakan , wubai luohan . five hundred arhats ( tono city ) ( tono city , iwate prefecture ) kita-in temple ( kawagoe city , saitama prefecture ) naritasan shinsho-ji temple shaka-do ( narita city , chiba prefecture ) gohyaku rakan-ji temple ( meguro ward , tokyo ) gohyaku rakan , wubai luohan . five hundred arhats ( omori-cho oda city , shimane prefecture ) otagi nenbutsu-ji temple ( ukyo ward , kyoto city ) ( sen-nihyaku rakan ) rakan-ji temple ( kasai city ) ( kasai city , hyogo prefecture ) ( hojo gohyoku rakan ) rakan-ji temple ( nakatsu city ) ( nakatsu city , oita prefecture ) toko-ji temple ( usa city ) ( usa city , oita prefecture ) chokei-ji temple ( toyama city ) ( toyama city , toyama prefecture ) biyun temple ( beijing , people 's republic of china ) xiyuansi temple ( suzhou city , jiangsu province china ) jiuhuashan hu guo wan nien temple ( chizhoushi , anhui province , china ) guiyuansi temple ( wuhan city , hubei province , china ) baoguangsi temple ( chengdu city , sichuan province , china ) qiongzhusi temple ( kunming city , yunnan province , china ) man fat tsz temple , monastery of 10,000 buddhas ( hong kong , china ) +sutra , ' of the buddhist sutra ( kyoten , kyoden , sutra in sanskrit , sutta in pali ) , means a record of shaka 's teachings among buddhist scriptures . the way of ascetic training and religious precepts is called ' vinaya ' ; commentaries of buddhist sutra are called ' abhidharma ' ; and sutra , vinaya and abhidharma are collectively called ' tripitaka . ' buddhist sutra ' means only ' sutra ' in a narrow sense , but in a broad sense it means all buddhist scriptures . in that sense it has the same meaning as buddhist scriptures . the major buddhist sutras include hokku-kyo sutra ( dhammapada ) , agon-kyo sutra , hannya-kyo sutra , yuima-kyo sutra , nehan-kyo sutra ( sutra of the great nirvana ) , kegon-kyo sutra , hokke sanbu-kyo sutra ( threefold lotus sutra ) , the three sutras of the pure land ( jodosanbu-kyo sutra ) , kongocho-kyo sutra , etc . it can generally be classified into primitive sutras and mahayana sutras . primitive sutras include five sutras of pali and the agon-kyo sutra group ( as translated into chinese ) , and it is said that portions of these sutras adhere relatively closely to syakamuni 's words . the mahayana sutras were created by mahayana buddhism religious associations beginning around the beginning of the a.d. epoch , so they have no direct relationship to the historical syakamuni . they include the hannya-kyo sutras , the hokke-kyo sutra , the kegon-kyo sutra and others .. as for languages , there are various translations ranging from indian dialects such as pali and sanskrit to chinese , tibetan , mongolian and manchurian , and a part of the sutra written in the tangut language remains as well . they have been translated into japanese from chinese , and pali is also included in this . additionally , sutra , vinaya , abhidharma and their commentaries were edited into a series called " daizo-kyo sutra ( the tripitaka ) " or " issai-kyo sutra ( complete buddhist scriptures ) . " these works were often implemented by order of the emperor in china , where they set a tough standard to incorporate scriptures so that the scriptures that were not of the standard were called ' zougai ( 蔵外 ) . ' taisho shinshu daizo-kyo sutra , edited in japan in 1934 , generally includes scriptures edited or written in china and japan . sutra ( sutta ) is a collection of skaka 's and disciples ' records of sayings and deeds . once shaka reached nirvana , in order to transmit his teachings correctly his disciples held a meeting to edit buddhist sutras ( ketuju , 結集 ) and began to classify them . however , from 100 to 200 years after shaka 's nirvana , the religious association split into many hinayana , and each one came to succeed and keep its own tripitaka . apparently , they were written in each respective language of the various regions in india . only the pali buddhist sutra of theravada buddhism , which was transmitted to sri lanka , exists in complete form ; it is used widely in the southeastern buddhist countries such as sri lanka , thailand and myanmar . the contents are as provided below : vinayapitaka : kyofunbetsu ( 経分別 , commentary on the texts of religious precepts ) , kendo ( けん度 , systems and rules of religious associations ) and an appendix . kyozo , storehouse of sutra : the five sections of diigha-nikaaya , majjhima-nikaaya , samyutta-nikaaya , agguttara-nikaa and khuddaka-nikaaya . the former four sections correspond to " agon-kyo sutra , " as translated into chinese . abhidhamma-pitaka : the seven sections of dhammasaggani , vibhagga , dhatukatha , puggala-pajjatti , kathavatthu , yamaka and patthana . these were written gradually until around 2 b.c. - 1 b.c. and are said to have been transmitted to sri lanka around 1 b.c. ; subsequently , many commentaries , essentials and history books of zogai were produced . at the end of the nineteenth century , the pali text society was founded in london and published a revised edition of original sutras , while in japan the 65 volumes of " nanden tripitaka " ( 1935-1941 ) , including some zogai scriptures , were published as a complete translation . it should be remembered that pali buddhist sutra haven 't necessarily kept the original words . in " agon-kyo sutra , " as translated into chinese , there are descriptions that are older than those transmitted to theravada buddhism or those that seem to have been translated into chinese from sanskrit . in that sense , it is not only a false expression but also an incorrect one to think the pali buddhist sutra keep the original forms . in tibet , the translation of individual buddhist scriptures was begun by order of king songtsan gambo in the seventh century ; the translation of buddhist sutra into the tibetan language was begun by tonmisanboda ( トンミサンボータ ) . in accordance with the ascendance of buddhism as the national religion at the end of the eighth century , the translation of buddhist scriptures became a national project of the kingdom ; thus the work of collecting and translating buddhist scriptures from india encyclopedically and systematically was begun and completed in the space of just a few decades . in order to translate the original scriptures in sanskrit , tibetan grammar and vocabulary were set up , and due to the efforts of shanyeshede ( シャンイェシェデ ) , kawaperutseku ( カワペルツェク ) , chokuroruigentsen ( チョクロルイゲンツェン ) and others it was completed in about 824 . as for the classification of buddhist sutras in tibetan buddhism , separation into two parts-- ' bkah-hgyur ' and ' bstan-hgyur ' --was given more value than that into the three parts of ' sutra , vinaya and abhidharma , ' which is common to other buddhist countries . bkah-hgyur means ' hgyur ( translation ) ' of ' bkah , ' i.e. , syakamuni 's word itself , and bstan-hgyur means ' hgyur ( translation ) ' of ' bstan , ' i.e. , a commentary of ' bkah ' by scholars of indian buddhism such as ryuju . in tibetan , buddhist sutras were for a long time widely distributed as manuscripts in order to reveal religious devotion , but in 1410 emperor yongle of china 's ming dynasty ordered the carving of wooden blocks of the tripitaka as souvenirs for tibetan feudal lords and religious associations that sent messengers to china ; this custom was incorporated into tibet and subsequently led to the carving of various buddhist sutras . beijing edition : bkah-hgyur of the yongle edition ( 1410 ) , bkah-hgyur of wanli ( 1606 ) , bkah-hgyur of the kangxi edition ( 1692 ) , bstan-hgyur of the yongzheng edition ( 1724 ) litang edition ( 1621-24 ) natang edition : bkah-hgyur ( 1732 ) , bstan-hgyur ( 1773 ) dege edition : bkah-hgyur ( 1733 ) , bstan-hgyur ( 1742 ) lhasa edition : bkah-hgyur ( 1936 ) moreover , in china since the 1990s as part of the chinese tripitaka project , which will be published in the western style , bstan-hgyur ( including many manuscripts and editions of past times ) has been edited . the tripitaka of buddhist sutras in the above editions includes many commentaries on mahayana buddhism sutras , particularly late-stage indian buddhism documents of which the original scriptures and translations of chinese do not exist , so that it has important meaning in the research of late-stage indian buddhism . tibetan translation is near to a literal translation of sanskrit , and it is easy to deduce to original words , so that it is considered important to the research of original forms of buddhist sutra that have been translated into chinese , particularly when the originals no longer exist . the rnying-ma school , one of the four major religious sects in tibet , characteristically has many sutras and abhidharmas , which insist that buddhist sutras ( gter-ma ) hidden underground during a certain time were after a long time discovered by predetermined gter ston ( people who excavated hidden buddhist sutras ) . the discovery of gter-ma ( hiding buddhist sutras ) has continued since the medieval period , but it is often considered as fiction by persons involved in excavation from other sects . this sect has its own tripitaka , the contents and composition of which are different from those of the above editions . a project for the translation of buddhist sutras in china was begun in the latter period of the second century and continued virtually without interruption until the end of the eleventh century . in accordance with the progress of translation into chinese , it became necessary to collect and classify the sutras of the chinese editions and distinguish the true buddhist sutras from the false ones , so that at the end of the fourth century doan shaku wrote " shuri shu-kyo mokuroku ( 亡佚 ) , " the first record of sutra , and at the beginning of the sixth century soyu edited " shutsu sanzo kishu ( the chu sanzang ji ji ) . " these 衆経 ( or tripitaka ) were said to be called ' issai-kyo sutra ' in the northern wei dynasty , meaning the pei dynasty ( china ) , while they were called ' tripitaka ' in liang ( nanchao ) , meaning the nan dynasty ( china ) ; both titles were established in sui and the beginning of the tang dynasty , and the form of manuscripts were determined as comprising 17 letters in a line . in the sui and tang periods many records of sutra were edited , such as " daito naitenroku " by dosen , but what influenced later ages was the 20-volume " kaigen shakukyoroku , " which was completed in 730 by chisho . following the classification of buddhist sutra since the period of the northern and southern dynasties ( china ) , this classified them into the mahayana tripitaka , hinayana tripitaka and seiken shuden ( 聖賢集伝 ) and decided that the number of buddhist scriptures that should be edited into the tripitaka as 5,048 volumes by designating mahayana sutra as godaibu ( 五大部 ) of hannya , hoshaku ( 宝積 ) , taishu ( 大集 ) , kegon and nirvana . the period of the northern and southern dynasties ( china ) the printing block of the first edition of the tripitaka was carved at shu ( sichuan province ) from 971 to 983 in the era of kyoin cho ( song taizong ) of the northern sung dynasty , and was printed at ' sutra printing academy , ' which was built in kaifeng , the capital . this was called ' the tripitaka in shu edition ' in old times ; today , however , it is generally called ' kaihozo ' based on the era name at the time of the first block or as the ' rescript edition ' because it was carved by the founder 's imperial rescript . it was edited in " kaigen shakukyoroku . " it was a rolled book in which each line consisted of 14 letters standardized by ' shu big letter book ( 蜀大字本 ) ' at that time . this was a project for good deeds by sung , and was given to neighboring countries such as xi xia , goryeo and japan . chonen , a priest of todai-ji temple who went to sung in 983 , was given 481 boxes and 5,048 volumes of tripitaka and 40 volumes of buddhist sutras newly translated ; he brought them back to japan , but because they were placed at hojo-ji temple , which was built by fujiwara no michinaga , they vanished in smoke along with the temple . however , since it was hand-copied eagerly as the newly arrived tripitaka , copies remain in various places . twelve original books of kaihozo have been discovered worldwide , among which in japan each book has been in the possession of nanzen-ji zen temple in kyoto and the shodo hakubutsukan museum in tokyo . during the jin period , the ' jin edition ' was produced from 1147 to 1173 . this was also written as 14 letters in each line . it was for a long time a phantom tripitaka , but in 1933 it was discovered at a temple in chogi-ken , shanxi province . for this reason it is also called ' chogi-zo ( 趙城蔵 ) . ' since 1984 , " chuka daizo-kyo sutra ( chinese tripitaka ) 中華大蔵経 " ( facsimile edition ) has been published , having this tripitaka as a copied text . additionally , during the yuan period it had been repaired several times ( repaired edition in yuan ) . the tripitaka was carved in around 990 - 1010 by kitai . in the 16 prefectures of yan yun that were ceded to kitai from jin , it was published as a national project by referring to a text of sekkyo ( sekkei ) ( the scriptures inscribed on stone ) , which had been kept at fangshan since the time of sui . although this tripitaka was a phantom tripitaka as well as a jin edition , the 12 volumes of the kitai edition were discovered in 1982 from a buddha statue located at the wooden tower in bukkyu-ji temple , an old temple at yingxian , in shanxi province . with this discovery it was confirmed that the kitai edition had a relationship with sekkyo of fangshan , and it was verified to have been written following the standard form of 17 letters in each line . from the southern sung to the ming dynasty , private editions of the tripitaka had been published in various places . the first edition was ' tokaku zenin temple ( 等覚禅院 ) edition ' ( 1075-1112 ) , which was begun at tokaku zenin temple in fuzhou ( fujian province ) at the end of the eleventh century . this was a project to publish a private edition through the dedication of believers , as opposed to publication as a national project like the northern sung dynasty edition or the kitai edition . after that , the following daizo-kyo were published continuously : ' kaiyuansi temple edition ' of fuzhou ( 1112-1151 ) , ' shikei-ban edition ( 思渓版 ) ' of huzhou ( 1126-1132 ) , ' shaseki-ban edition ( 磧砂版 ) ' carved in suzhou city ( 1232-1305 ) , and the ' puning edition ' of hang zhou ( 1277-1290 ) . these lineages adopted the standard form of 17 letters in each line . at the end of the ming dynasty , ' banreki-ban daizo-kyo sutra ( kinzan-zo ) ( 万暦版大蔵経 ( 徑山蔵 ) ) ' was published , having a new style of dual-page print as opposed to the former rolled book . ryuzo ( 龍蔵 ) , ' the tripitaka of ching and the above-mentioned tetsugen edition and manjizo ( 卍字藏 ) in japan are classified as being of this lineage . in goryeo the reprinted edition of ' kaihozo ' was published in 1010 ( korai hatsucho-bon , 高麗初雕本 ) , and after its wood blocks were burned in a battle with yuan forces it was carved again as korai saichobon ( 高麗再雕本 ) in 1236 . at this time , shuso ( moriso , 守其 ) , who was responsible for this edition and edited " korai new tripitaka revision record ( 高麗国新雕大蔵経校正別録 ) , " revised the first edition by referring to the kitai edition . the revised book , " tripitaka koreana , " the wood blocks for which are still housed in haeinsa temple , has a few false entries but is considered to be the best text that remains as an old form , so that it was adopted as a copied text in compact editions of tripitaka in the meiji and taisho periods as well as the above-mentioned " taisho shinshu daizo-kyo sutra " because ' it is superior to other books ' by conflating the northern sung dynasty edition with the kitai edition . however , shuso conflated only the kaihozo , korai hatsucho-bon and kitai editions , and kaihozo was original as opposed to the korai hatsucho-bon , which was a reprinted edition , so that their texts basically indicate the same lineage . therefore , he conflated only between the northern sung dynasty editions and the kitai edition . later , in accordance with the progress of text critique , it came to be said that the reputation of ' the best text that remains an old form ' was the illusion by ' the first published tripitaka . ' in fact , the tripitaka in the scriptures inscribed on stone at fangshan as well as in the kitai edition , which were the local texts of places such as beijing ( in hebei province ) and shanxi province , or the southern sung edition , ' shikei shifuku-zo ( 思渓資福蔵 ) ' and yuan edition , ' funei-zo , ' which were lineages of the issai-kyo sutra manuscripts of choan ( the capital from the han through tang dynasties ) are often better texts . as opposed to those texts , there is a theory that the texts of ' kaihozo ( rescript edition ) ' and the ' korean edition ( 高麗版 ) ' lineage keep only the contents of the issai-kyo sutra , which was a lineage of manuscript spread throughout shu ( sichuan province ) . however , another theory asserts that the edition of choan , the center of buddhism , had been reformed with each collection of manuscripts and became sophisticated as a text , so that the shu edition of the local version has kept the original form adversely . for example , regarding a description of the beginning of " maka hannya haramitsu-kyo sutra " translated by kumaraju , in kaihozo it was written as " 如是我聞一時 佛住 ・ ・ ・ , " while in ' shikei shifuku-zo ' and ' funei-zo ' ; but later , in ' kinzan-zo , ' it was written as " 如是我聞一時婆伽婆住 ・ ・ ・ , " so that as this example shows , it was sometimes revised following the new style of chinese buddhist sutra that emerged during the era . additionally , in a printed book , " taisho new daizo-kyo , " there is information on the castigation of such texts as the above ' shikei shifuku-zo ' ( sung book ) , ' funei-zo ' ( yuan book ) and ' kizan-zo ' ( ming book ) against a copied text of ' tripitaka koreana . ' for details on the tibetan tripitaka , see the article of ' the tibetan tripitaka . ' in japan , the approximately 5,000 volumes that genbo brought back in 735 were assumed to be the authorized tripitaka at that time . from the end of the heian period to the kamakura period , " issai-kyo sutra in sung edition " was introduced to japan through the efforts of priests who went to sung , such as eisai , chogen shunjobo and keisei . 1648 : the " kanei-ji temple edition ( tenkai edition ) " was completed by nankobo tenkai with support from the tokugawa shogunate . 1681 : doko tetsugen completed " the obaku-ban tripitaka ( tetsugen edition ) . " it is famous because it was adopted in the textbook on morals ( 修身 ) in japan before world war ii as the tripitaka that the zen master tetsugen had completed through trials and tribulations , but it has errors in terms of the characters used , mostly among the successive tripitakas . this is because it was published based on the reversed and split actual text of the tripitaka in the ming edition . 1885 : " the dainihon revised tripitaka compact edition ( 大日本校訂大藏經縮刷藏本 ) ( the tripitaka in compact edition ) ( tokyo kokyo shoin ) " was published . 1902 : " manjizo " ( kyoto zokyo shoin ) was published . 1912 : " dainihon zokuzo-kyo sutra " ( nihon zokyo-in ) was completed . although it is criticized as having many insufficient castigations , what contributes to the world of buddhism and the research on buddhism is the 100 volumes of " taisho shinshu daizo-kyo sutra " ( taisho issai-kyo kanko-kai , 大正一切経刊行会 ) produced under the editorship of junjiro takakusu and kaikyoku watanabe . it took 10 years ( from 1924 to 1934 ) to conflate various books with a copied text of korean haeinsa temple , and it consists of shozo ( 55 volumes ) , zokuzo ( 30 volumes ) , showa hobo mokuroku ( three volumes ) as well as pictures and images ( 12 volumes ) . buddhist sutras in chinese were also translated into japanese , such as " kokuyaku tripitaka , " " kokuyaku issai-kyo sutra ( 国訳一切経 ) , " and " showa shinshu kokuyaku daizo-kyo sutra . " additionally , the text database of " taisho shinshu daizo-kyo sutra " of tokyo university ( sat ) and other projects such as the chinese buddhist electronic text association ( cbeta ) have been promoted in order to produce an electronic text of taisho shinshu daizo-kyo sutra , and they are open to the public with certain restrictions . +jodo-kyo is a teaching for people to become buddha in the land of bliss of amitabha buddha . it is also called jodo-mon ( gateway of the pure land ) or jodo-shiso . the word ' jodo ' originated in china , but ideologically it was first modeled on the ' buddha lands ' in the early mahayana buddhism of india , and each jodo of many buddhas was explained . however , in china and japan , in accordance with the prevalence of the faith for amitabha buddha , jodo generally has meant jodo of amitabha buddha . the word ' jodo-kyo , ' which zendo of the tang dynasty described as ' i want to listen to jodo-kyo carefully ' ( " hojisan ( tengyogyodogan ojo jodo hojisan ) , " is used in the same sense . jodo-kyo was established in the age when mahayana buddhism was evoked in india , and it started with the editing of " muryoju-kyo sutra " and " amida-kyo sutra " in around 100 a.d. over a long span of time , jodo-kyo became widespread in india . there exist many theories of mahayana buddhism on amitabha buddha and the land of bliss , among which the theories emphasizing the concept of a belief in jodo after death are shown below : " jujubibasharon ( basharon ) , " which is said to have been written by ryuju around 150-250 , ( ' igyo-hon no. 9 ' of vol . 5 in all 17 volumes ) . " muryoju-kyo ubadaisha ganshoge ( jodo-ron , ojo-ron ) , " written by seshin ( 4-5 a.d. ) . meanwhile , the original sanskrit text of " kanmuryoju-kyo sutra " has not been discovered , so it is assumed that its broad outline was established in central asia around 4-5 a.d. and that factors related to china were added during the process of translation . however , it had a considerable effect on jodo-kyo in china and japan . in china , jodo-kyo sutras were transmitted beginning in the latter half of the second century , and eon ( the eastern jin ) ( 334-416 ) of mt . rozan founded byakuren-sha , an association of nenbutsu , based on " hanju zanmai-kyo sutra " at the beginning of the fifth century . soon , considering ' three sutras of the pure land ( jodosanbu-kyo sutra ) ' as the basic sutras , doran ( 476-542 ) , centered at xuanzhongsi temple in shanxi province , wrote " the commentary of muryoju-kyo ubadaisha ganshoge ( the commentary of oji-ron ) , " doshaku ( 562-645 ) wrote " anrakushu , " and zendo ( 613-681 ) wrote " kammuryojukyosho ( kangyosho ) , " so that jodo-kyo was established with a central focus on invocation of the buddha 's name , which was appropriate to the world of mappo ( age of the final dharma ) of gojoku akuse ( 五濁悪世 ) . later , enichi ( 680-748 ) , hossho ( ? - around 777 ) of goe nenbutsu ( 五会念仏 ) and others enforced the tendency to integrate jodo-kyo in other groups such as the zen sect . in japan , jodo-kyo ( jodo-shiso ) was transmitted in around the first half of the seventh century , and ennin ( 794-864 ) transmitted the way of nenbutsu-zanmai ( nenbutsu samadhi , or mental absorption in the nenbutsu ) of mt . wutai shan in china to mt . hiei-zan in the first half of the ninth century . soon ryogen ( 912-985 ) wrote " gokurakujodo kuhon ojo-gi " and genshin ( 942-1017 ) wrote " ojoyoshu ( collection on the essentials for birth ) , " and as a result the tendai jodo sect became prevalent . byohoin temple was built by fujiwara no yorimichi , based on jodo-shiso . jodo-shiso in the heian period was believed mainly by the aristocracy of kyoto , but kuya ( 903-972 ) preached jodo-kyo to the grass roots as well and was called the " saint of the city . " ryonin ( 1072-1132 ) preached yuzu nenbutsu ( 融通念仏 ) ( dai nenbutsu ) , which said ' one nenbutsu is integrated in all other people 's nenbutsu , ' and became a founder of the yuzu nenbutsu sect . in the other sects ( except for the tendai sect ) there also existed nenbutsu priests such as eikan ( 1033-1111 ) of the sanron sect and kakuban ( 1095- 1143 ) of the shingon sect . from the end of the heian period to the kamakura period , by writing " senchaku hongan nenbutsu-shu ( senchaku-shu ) " honen ( 1133-1212 ) established jodo sect and determined the basic sutras by adding " jodo-ron " of tenjin to " three sutras of the pure land , " namely " muryoju-kyo bussetsu muryoju-kyo sutra " ( translated by sogi kosogai ) , " bussetsu kan muryoju-kyo sutra " ( translated by ryuso kyoryoyasha ) and " bussetsu amida-kyo sutra " ( translated by yoshin kumaraju ) ( ' three sutras and one theory ' ) . shinran ( 1173-1262 ) , a disciple of honen , wrote " kenjodoshinjitsukyogyoshomonrui " and others , developed the jodo sect and later became a founder of the jodo shinshu sect . ippen ( 1239-1289 ) visited many provinces for the sake of missionary work and founded the jishu sect . the yuzu nenbutsu sect , jodo sect , jodo shinshu sect and jishu sect , which began from the latter half of the heian period to the kamakura period , developed in a later age and formed extensive lineages in japanese buddhism up to the present . +" heart of great perfect wisdom sutra ( hannya shingyo , prajñā-pāramitā-hṛdaya in sanskrit ) " is one of the buddhist sutras that preaches the ku ( buddhism ) of mahayana buddhism and prajna thought . there are various names depending on the sect , so it is also called bussetsu maka hannya haramitashin-gyo sutra , maka hannya haramitashin-gyo sutra and hannya haramitashin-gyo sutra . it is abbreviated as " heart sutra ( 心経 ) . " additionally , a chinese title accompanies the word ' 経 ( sutra ) , ' but in the title of sanskrit text there is no word ' sutra ' that corresponds to ' 経 . ' it is said that in the text of less than 300 characters the essence of mahayana buddhism is preached , and it has been used as one of the sutras for recitation without regard to whether one is a priest or a lay person ( except for certain sects ) . " hannya shingyo " is generally said to be the essence or a representation of the 600 volumes of " mahaprajnaparamita-sutra ( daihannyaharamitta-kyo sutra ) , " but it consists of the abstract from " the mahaprajnaparamita-sutra " ( " dai-hannya-kyo sutra " ) and " maka hannya haramitsu-kyo sutra " ( " mahaprajnaparamita-sutra " ) with the addition of a litany ( sktdhāranī ) , which is included in " darani jikkyo sutra " at the end . while it summarizes the themes of the prajnaparamita-sutras as ' ku ( buddhism ) , ' it preaches its importance and glorifies the attainment of enlightenment ; moreover , it emphasizes the magical aspect of buddhism , especially with the litany added at the end . the ' heart ' of hannya shingyo is a translation of ' hṛdaya ' in sanskrit ( which means ' heart ' ) , or an important thing , but it also means magic ( litany , mantra ) . therefore , while hannya shingyo is said to be a buddhist sutra that preaches the view of ku , it is also said to be a buddhist sutra of litany . generally speaking , the prajnaparamita sutras do not include magical words except for what became mikkyo ( esoteric buddhism ) in the latter stage . considering the above , " hannya shingyo " is extremely peculiar as one of the prajnaparamita sutras . additionally , there is a theory that since the original title of the sanskrit text does not include the word " sutra , " an invocation text made for litany ( soji , 総持 ) came to be considered as a sutra in china . moreover , in " shuri shu-kyo mokuroku " ( mostly included in " shutsu sanzo kishu , the chu sanzang ji ji " edited by soyu , a priest of liang ( nanchao ) ) edited by doan shaku in eastern jin , the oldest catalog of buddhist sutra , there are titles of " maka hannya haramitsu shinju vol . 1 " and " hannya haramitsu shinju vol . 1 , alternative version " ; thus there is a theory that a magic ritual had been established before hannya shingyo was established as a sutra . additionally , while in the dainibun-kudokuhon ( 第二分功德品 ) no. 32 of " the mahaprajnaparamita-sutra ( dai-hannya-kyo sutra ) , " ' hannya haramita ' ( a word or an idea itself ) is considered to be the great spell ( 大明呪 ) , in " hannya shingyo , " the phrase ' hannya haramita shu ' is set in to add the litany of zo-mitsu ( mixed esoteric buddhism ) . various theories on the meaning of litany have been proposed by such people as shoko watanabe and the philosopher hajime nakamura , but there is no authorized translation . original it is said that ryuju in india wrote " daichidoron , " a commentary on the prajnaparamita-sutras during the second to third centuries , and there is a theory assuming that hannya shingo was established around this time . however , the oldest existing sanskrit book is the baiyo-bon edition housed at horyu-ji temple , which is said to be a manuscript from the latter part of the eighth century ( introduced in 609 according to a legend ) , and it was written in a later age than the time when buddhist sutras were translated into chinese . moreover , manuscripts that remain in tibet and nepal were also made in a subsequent age and their original forms aren 't known , so it is suspected that they might be fake sutras . translation into chinese according to the documents of a later age , " maka hannya haramitsu shinju vol . 1 " was translated by zhi qian , who came from central asia in the third century , and " hannya haramitsu shinju vol . 1 , alternative version " was translated by kumaraju ; however , " shuri shu-kyo mokuroku " states that their translators are unknown , so it is doubtful that they were translated by these people . the former no longer exists , and the latter is regarded as " maka hannya haramitsu daimyo jukyo " translated by raju included in tripitaka , but since raju began to translate in 402 it could not have been translated in 385 , when doan shaku died . additionally , the majority of the text corresponds to the text of " maka hannya haramitsu-kyo sutra " translated by kumaraju of tripitaka in the sung , yuan and ming editions , but since so-ban daizo-kyo sutra ( tripitaka in the sung edition ) was published in the latter part of the twelfth century it is doubtful that this text was translated by raju . it is said that genjo , who had returned from india in 649 , also translated " hannya shingyo . " as an idea on the history of sutra translation , buddhist sutras translated into chinese before kumaraju are called ' ancient translations , ' those after kumaraju and before genjo are called ' old translations ' and those after genjo are called ' new translations ' ( as per the classification of sutra translations ) . however , in the aspect of philology the majority of the text was an abstraction from " maka hannya haramitsu-kyo sutra " of tripitaka in the korean edition ( in the first part of the thirteenth century ) translated by kumaraju , and was different from the corresponding part of the " mahaprajnaparamita-sutra " translated by genjo , so that there is also suspicion about whether it was translated by genjo , as well as the buddhist sutra , which was said to be a translation by raju . the oldest text that is currently considered to be a translation by genjo is the text that is added to the end of " shogyojo " in the shuo shogyojo ( ji wang shen jiao xu , shuji shogyojo ) monument at hongfusi temple ( kofukuji temple ) , which was built in 672 . however , because it had been a long time since 648 when taiso ( tang tai zong ) gave " shogyojo , " and there is a description in the afterword that ' embroidered by order of the emperor , " there is a theory that this epigraph came to be assessed as a translation by genjo based on kumaraju 's translation in order to glorify genjo 's great work after his death . additionally , in " hannya haramitashin-gyo sutra yusan , " written by jion daishi ki , a disciple of genjo , there is a description to indicate that theory . moreover , although " hannya shingyo , " which is said to be a translation by genjo , became the most widespread for reading and invocation , this is unusual considering that the buddhist sutra translated by raju had since ancient times been used more often than the buddhist sutra translated by genjo . additionally , sloppy reading of " the mahaprajnaparamita-sutra " is often performed but the text of the buddhist sutra itself is rarely read and recited . representative widespread texts that have additional punctuation marks are as follows : moreover , in both raju 's and genjo 's translations , ' hannya haramitsu ( hannya haramita ) , ' ' sariputra , ' ' 阿耨多羅三藐三菩提 , ' ' bosatsu ( 菩提薩 & 22517 ) ' and the last ' shu ' were not translated into chinese and showed transcriptions of sanskrit without changes . moreover , in the text that is said to be a translation by genjo there are more than 10 differences in words depending on the edition , examples of which are as follows : 空即是色受想行識亦復如是 ( 大正蔵 ) 空即是色受想行識等亦復如是 ( lineage of the hosso-shu sect such as the horyu-ji temple edition ) in japan various sects , especially the hosso-shu , tendai , shingon and zen sects , use hannya shingyo and interpret it individually . however , the jodo shinshu sect regards " three sutras of the pure land ( jodosanbu-kyo sutra ) " as the fundamental buddhist sutra , and the nichiren and hokke sects regard " myohorenge-kyo " as that , so they don 't recite the hannya shingyo . this is because they don 't need to use it from the viewpoint of their dharma , not because they deny the heart sutra . for example , kozui otani , who was a chief priest of the jodo shinshu sect at nishi hongwan-ji temple , wrote a commentary on the hannya shingyo . the tendai sect values it highly as a ' fundamental hokke ( 根本法華 ) . ' moreover , there is a commentary that is said to have been written by saicho . in the shingon sect it is read and recited , and is a subject of 観誦 . it uses it as one of the buddhist sutra for daily use ( see the article of hannyashin-gyo hiken ) . in the case where one reads and recites it repeatedly , traditionally he starts reading from ' bussetsu ' in the beginning for the first time but begins reading from ' maka ' for the second time without reading ' bussetsu . ' because kukai , the founder of the sect , emphasized hannya shingyo , various priests of this sect have written commentaries . among those , the works by kakusho takagami , yuko miyasaka and others in the postwar period of japan are well known . " lecture on hannya shingyo " by takagami , which was broadcasted via nhk radio in the prewar days , was very popular at that time . it is considered very highly among the commentaries written in modern japanese , and it receives high praise from scholars and priests of other sects . in the jodo shu sect it is recited at mealtime and so on . in the jishu sect it is necessary to recite it three times in front of the shelf of gods that enshrines the soul of kumano taisha shrine after worship of the shrine and morning devotions . it is also used daily in some cases . the rinzai sect regards it as one of the daily buddhist sutras . additionally , ikkyu , bankei and hakuin have made interpretations . it is often asserted that hannya shingyo is a buddhist sutra that reveals the primary figure of one 's heart . the soto sect regards it as one of the daily buddhist sutras . while the founder dogen interpreted it , tenkei 's interpretation ' kanjizai bosatsu is yourself ' is famous . in addition , many priests such as ryokan and santoka taneda have tried to implement hannya shingyo . ryokan left numerous manuscripts of the hannya shingyo , and taneda made haiku from the hannya shingyo . in the shugen-do mountaineering ascetic , practitioners ( such as itinerant buddhist monks ) recite it when they practice . in the shinto religion , some sects recite it . when it is read and recited in the shrine ( in front of the gods ) , it is read from ' maka ' without reading ' bussetsu ' at the beginning . for ordinary people it is regarded as a buddhist sutra of ' miracle-working mantra ' instead of a buddhist sutra that preaches ' ku , ' and some people interpret that it ' erases ( 空ずる ) ' the power of evil spirits . there is an old belief that hannya shingyo benefits the recovery from illness , which is seen in " nihon ryoiki . " many people carried it as a charm or hand-copied it in order to pray for recovery from illness . additionally , it was recited at shrines . it is well known that hokiichi haniwa read hannya shingyo at kameido temmangu shrine and prayed for the success of " gunsho ruiju . " during the edo period , e-shin-gyo ( heart sutra in picture version ) , was produced for illiterates . according to " hannyashin-gyo no nazo , " written by meiji momose , this was created by genemon yawata in ninohe-gun , iwate prefecture from 1688 to 1703 for the sake of illiterates and became popular in various provinces through essays , and even literate people enjoyed it as a kind of rebus . it is often hand-copied concurrently with the practice of manuscripts . it is also printed on towels and is very common . although numerous commentaries have been published , some of them make the mistake of interpreting the original intension of hannya shingyo , so that buddhist scholars sound the alarm . as the major translation and commentary in modern times , a book of iwanami-bunko , a translation from the original sanskrit by hajime nakamura and kazuyoshi kino , " lecture on hannya shingyo , " written by kakusho takagami and " hannyashin-gyo nyumon , " written by taido matsubara , which interprets from the viewpoint of a priest of the rinzai sect , have been published and reprinted many times so that their paperback editions are easily obtainable . moreover , jun miura proposed outdoor hannya shingyo , which is near to pleasure . +monju bosatsu , or majjuzrii in sanskrit , is one of the bosatsus which is worshiped in mahayana buddhism . it is said to be a buddha that controls wisdom . monju is an abbreviated name for monjushuri . additionally , it is called myo kissho bosatsu . moreover , it is shown in transcript as manjushiri and is translated as myokichijo , myotoku ( myodoku , 妙徳 ) or myoshu ( 妙首 ) . it is also written as 文珠菩薩 . the sanmayagyo symbols are the shorenge ( a blue tropical water lily ) , sharp sword and bonkyo ( sutras written on coconut leaves ) . shusi ( shuji , bija ) ( mikkyo ) is mam . according to " monjushuri nehan-kyo sutra , " it was born in a brahmin family called brahmadatta at tara juraku , in sravasti . another theory says it was familiar with shaka 's 10 disciples and was related to the editing of buddhist sutras . " yuima-kyo sutra " described that when nobody could argue with yuima-koji , who was sick in bed , only monju bosatsu , who visited him in place of shaka , exchanged questions and answers evenly , and this episode highlighted its character as the bosatsu of wisdom . based on this theory , pictures or statues showing the scene in which monju bosatsu visited yuima-koji were produced . later , monju bosatsu was not seen as a realistic figure as described in " yuima-kyo sutra " but gradually became deified through later sutras . it is said that although it is of the bosatsu grade in order to benefit shaka 's teaching , once it became buddha it was called ryushu-nyorai , daishin-butsu or shinsen-butsu and will become buddha ( called fuken-nyorai ) in the future . in another theory , it exists in the joyful world ( 常喜世界 ) in the north at present and is called 歓喜蔵摩尼宝積如来 , the name of which can diminish crimes of 四重禁等 , or it is said that it lives at qingliangshan ( wutai shan mountain ) in shanxi province china with 10,000 bosatsu . additionally , according to " hokkekyo sutra , " after nichigatsu tomyo-butsu entered nirvana in the past life , its disciple myoko bosatsu was reborn as monju bosatsu . however , these are based on descriptions in mahayana sutra ; there is no evidence that monju bosatsu really existed . as opposed to kanzeon bosatsu and others , it is thought that a real model person existed and that it was the bosatsu who was created in buddhist organizations . monju bosatsu is seen in the early mahayana sutra , especially in the prajnaparamita-sutras . this sutra describes ' ku ( 空 ) ' of hannya in place of shaka-muni buddha . additionally , many sutras praise monju bosatsu as ' buddha 's mother in the three periods , ' and in " kegon-kyo sutra " it plays an important role to take out zenzai-doshi on the path to seek buddhism . these sutras show that the moral nature of monju bosatsu is hannya ( wisdom ) , which is an important factor in attaining enlightenment . moreover , developed from the original aspect of the wisdom to reach enlightenment , it became a symbol of wisdom in general ( being smart and having much knowledge ) , which led to the proverb ' two heads are better than one ' in a later age . additionally , in " feng-shen-yen-i , " a light novel of china , there appeared mountain hermitscalled fugen shinjin and monju koho tenson , who believed buddhism later and became fugen bosatsu and monju bosatsu respectively , but this is fiction of a later age . in china , mt . wutai shan in shanxi province has been worshipped widely since ancient times as qingliangshan , where monju bosatsu lives , and this was introduced by ennin in japan . moreover , in vol . 29 of " bussotoki , " which is a text of the chinese tendai sect , there is the description , ' monju lives in zhongnan shan now and it is a priest tojun , ' which means that tojun , a founder of the chinese kegon sect , was regarded as a reincarnation of monju bosatsu . it is regarded as the principle image of jianzhou jurchen ( 建州女真族 ) and was identified as manchuria ( manchus ) , named after monju bosatsu . after hung taiji , jianzhou jurchen arrived at the name manchus instead of jurchen . therefore , the origin of the word manchuria is assumed to be monju . in japan there is a legend that gyoki , a priest in the nara period , was a reincarnation of monju bosatsu . it is one of the kyoji ( attendant figures ) of shakanyorai with fugen bosatsu ( see " shaka triad " ) and is broadly worshiped by itself . the shapes of monju bosatsu statues are nearly identical . it is in the lotus position on a lion 's back with a sharp sword ( treasure sword ) to symbolize wisdom in the right hand and a shorenge bearing the sutra in the left hand . in mikkyo it is shaped as a child with its hair tied in a bun ( 髻 ) , which conveys a pure mind . the number of buns can be one , five , six or eight , depending on the statue , and a statue that has one bun is regarded as a principle image in ascetic training for the increase of benefit ; the one with five is for adoration , the one with six is for chobuku ( conquest , 調伏 ) and the one with eight is for safety . additionally , the ' monju quintet ' monju gosonzo was produced , consisting of monju riding a lion , zenzai-doshi as an usher , udenno drawing the reins of the lion , buddhapali , and the elder saisho ronin . in the zen sect it is placed as ' shoso , ' which shows the complete figure of an ascetic monk in the monk hall ( 僧堂 ) and is shaped as a figure with hair cut engaged in the practice of seated meditation . in this case , from the viewpoint that monju is also on the way of ascetic training , it is sometimes called monji daishi , which avoids using the title of bosatsu . major works in japan are the seated statue at kofuku-ji temple tokondo ( eastern golden hall ) ( made by jokei , a national treasure ) , gosonzo at abe monju-in temple ( made by kaikei , an important cultural property ) and gosonzo at chikurin-ji temple in kochi city ( an important cultural property ) . on arahasyanou +taishakuten is one of the tenbu , deities of buddhism who reside in a heavenly realm , this being one of six realms in which the souls of living beings transmigrate from one to another . it is the war god of brahmin , hindu and zoroastrianism and the same god as indra that is seen in the clauses of hittite . it is also called shaku daikanin . shaku is azana , and daikanin means " most high . " it is often shown as a pair of statues with bonten ( brahma ) , a major hindu deity thought to be responsible for creating the world . it is the husband of sachi , a daughter of ashura . the name of taishakuten ( 帝釈天 ) originated from indra 's name , sakro devanam indrah , as follows : sakuro is transliterated to 釈 , devanam is translated freely to 天 , and indrah is translated freely to 帝 and placed first . originally , indra was a war god that fought with ashura , but it became one of the two good major deities of buddhism with bonten after it was incorporated to buddhism , and it was considered to have helped shaka before gaining enlightenment and hearing its preaching ( see the article on indra ) . it is said that it has some followers such as the shitenno ( four guardian kings ) and lives at zenken-jo castle atop mt . shumisen ( the touriten ) . there are buddhist pictures of indra , in which taishakuten , who follows shaka , has been drawn . in vol . 33 of nehan-kyo sutra ( the sutra of the great nirvana ) and vol . 56 of daichidoron , there is a description that taishakuten was called kyoshika ( kauśika ) when he was a human . in ancient times , in mahadh there was a brahmin whose first name was maka and family name was kyoshika , and who did good deeds ( 福徳 ) and had great wisdom . he had 32 acquaintances and friends with whom to learn and do good deeds , and after death he was reborn in the second world above on the top of mt . shumisen . maka brahmin became most high , and 32 acquaintances and friends became ministers to give advice so that 33 ( including him ) are called the 33 ten . for this reason shaka buddha calls him kyoshika , his true name . moreover , his wife sachi is in some cases called mrs. kyoshika . in japan it is often expressed as a statue with two upper arms ( 二臂像 ) , its hair tied in a treasure bun ( 宝髻 ) atop the head , and dressed in chinese formal clothes . in some cases he wears armor under the clothes and has a kongosho or a lotus root in his hand . in mikkyo ( esoteric buddhism ) there are some examples in which he has one face and two upper arms ( 一面二臂 ) with a crown on the head , armor on the body and a tokkosho , a pestle with a single sharp blade at each end--this being considered an attribute of buddhist guardian figures as well as a symbolic item of esoteric buddhism--in his hand . the other figure depicts him riding a white elephant . the oldest work in japan is seen in ' the picture of seshin monge , giving up the body to hear a verse of scripture , ' drawn on tamamushi no zushi , the beetle wing shrine , ( asuka period ) at horyu-ji temple . at jiki-do in horyu-ji temple were placed statues of bonten and taishakuten ( nara period ) ( currently placed at dai-hozo-in ( great treasure gallery ) . at hoke-do ( sangatsudo ) in todai-ji temple there are statues of bonten and taishakuten of kanshitsu-zukuri , done in the dry lacquer technique ( nara period ) . at toshodai-ji temple kondo there are wooden statues of bonten and taishakuten ( nara period ) . at the toji lecture hall , in kyoto , there is a wooden statue on a white elephant , which is characteristic of mikkyo . ( first stage of the heian period ) in japan , ennichi ( hoping ) is held on koshin day . for an example of the temple where taishakuten is enshrined , shibamata taishakuten ( daikyo-ji temple ) in tokyo 's katsushika ward , has been made famous by the movie " otoko wa tsurai yo ( it 's tough being a man ) . " since the lost ita-honzon ( wooden main deity ) of taishakuten was discovered during the restoration of the main hall of daikyo-ji temple one koshin day in the latter half of the eighteenth century , ennichi became to be held on koshin day ( for details , see " shibamata taishakuten " ) . in the dankun myth , which originated in the goryeo period of korea , dankun , a founder of dankun ( korea ) is regarded as a son who was born from kanyu , a bastard child of taishakuten ( kanin in ' sangokuiji ' ) , and a woman that had humanized from a female bear . +yakushi nyorai , bhaisajya-guru in sanskrit , is a nyorai of mahayana buddhism . it is also called yakushi ruriko nyorai or daiiobutsu . its sanma yagyo ( characteristic of the buddha ) is a medicine vase or a bowl containing pills . its shuji ( characteristic one syllable word ) ( esoteric buddhism ) ( shuji ) is bhai , the initials of its name . representative buddhist scriptures that preach ' yakushi nyorai are yakushi ruriko nyorai hongan kudokukyo ( yakushikyo ) , ' which was translated by genjo , and ' yakushi ruriko shichibutsu hongan kudokukyo ( shichibutsu yakushikyo ) , ' which was translated by gijo . according to yakushi hongan kudokukyo , yakushi nyorai was a founder of a religious sect in toho joruri sekai ( eastern pure land ) , and swore 12 oaths when it was bodhisattva , lengthened people 's lives by curing their diseases , removed disasters , provided clothes and food , practiced buddhist ascetic training and finally became buddha by attaining mujo bodai ( perfect buddhist enlightenment ) . yakushi nyorai is believed to cure people 's diseases by ruriko ( lazuline light ) . unlike other nyorai , it is the target of worship seeking worldly interests since it is the buddha of medicine which provides medicine to cure avidya disease . it is a nyorai of exoteric buddhism and the japanese shingon sect ( shingon esoteric buddhism ) basically does not emphasize it . although it is often treated as chuson ( the center statue of three or more statues ) in besson mandara ( mandara of individual deities ) of zo-mitsu ( the mixed esoteric buddhism ) , it doesn 't appear in ryokai mandara ( mandara of the two realms ) of jun-mitsu ( the pure esoteric buddhism ) . however , in the tendai sect ( tendai esoteric buddhism ) which traditionally had close ties with the emperor 's family , it was sometimes linked with the emperor , a king of the eastern country , because it was the founder of a religious sect in toho joruri sekai . being an eastern nyorai , he is also regarded as the same nyorai as ashuku nyorai . further , there exist views that assert it is the same nyorai as dainichi nyorai and such views derive from the interpretation by tendai esoteric buddhism that shaka nyorai of kuon-jitsujo , advocated in lotus sutra of exoteric buddhism , coincides with dainichi nyorai of esoteric buddhism or shaka nyorai appears in the shape of dainichi nyorai in order to save people . as for the statue form , there exist both standing statues and seated statues and normally , their right hands make semui in ( mudra for bestowing fearlessness ) , while the left hands make yogan in ( wish-granting mudra ) and hold a medicine vase . however , many statues produced in ancient japan , such as the statue in the main hall of the yakushi-ji temple in nara and the statue in the main hall of the toshodai-ji temple in nara , don 't hold a medicine vase . it is believed that the production of statues holding a medicine vase started after the introduction of ' yakushi nyorai nenju giki ' translated by fuku . yakushi nyorai is enshrined not only as a single statue but also as yakushi sanzonzo ( three statues ) with nikko bosatsu and gakko bosatsu situated on both sides . the statue of juni jinsho ( the twelve divine generals ) is often enshrined together as the followers of yakushi nyorai . in the halo of yakushi nyorai , 6 or 7 statues of the same size are situated . they are called shichibutsu yakushi ( to be mentioned afterward ) and believed to be yakushi nyorai and its avatars . temple festival of yakushi nyorai is held on the 8th of each month . the above practice is believed to have derived from ' yakushiko ' ( religious meeting of worshipping yakushi nyorai ) at which people learnt and praised the virtue of yakushi nyorai . most kokubun-ji temples enshrine yakushi nyorai as their principal image . in ' yakushi ruriko shichibutsu hongan kudokukyo ( shichibutsu yakushikyo ) ' translated by gijo and ' yakushi nyorai hongankyo ' translated by daruma gyuta , original vows and bukkokudo ( the land that buddha has purified ) of shichibutsu , including yakushi nyorai , are advocated . tendai esoteric buddhism emphasized shichibutsu yakushi ho ( praying to the seven yakushi nyorai ) , which was believed to have originated by ennin , as the one which brings about health and safe delivery , and prayer for safe delivery using shichibutsu yakushi ho was conducted at the fujiwara sekkanke ( the families which produced regents ) in the 8th -9th century . zenmyosho kichijoo nyorai hogetsu chigonkoon jizaio nyorai konjiki hokomyogyo jojuo nyorai muusaisho kichijoo nyorai hokaiun raion nyorai hokaishoe yugejintsu nyorai yakushi ruriko nyorai in japan where a creed seeking worldly interests was prevalent among people , yakushi nyorai scriptures were often produced for the purpose of praying for the healing of diseases . along with amida nyorai which promises peaceful death , yakushi nyorai attracted the most worshippers in japan . although the year of 607 is seen in the halo of the seated statue of yakushi nyorai enshrined at the main hall of the horyu-ji temple in nara , it is said , judging from the terms used in its inscription and casting technology employed in the production of the statue , that it was actually produced in the late 7th century . further , as it is the rare nyorai that presides over worldly interests , many typical ( in charge of praying to defend and maintain the nation ) esoteric buddhism temples , such as enryaku-ji temple , jingo-ji temple , to-ji temple and kanei-ji temple , enshrine yakushi nyorai as their principal image . ( as there are a lot of statues , only those that are famous from the viewpoint of buddhist sculpture history and those designated as national treasure are listed . ) the statue at the shojo-ji temple in fukushima ( the center statue of yakushi sanzon , a seated statue , the early heian period , a national treasure ) the statue at the ninna-ji temple ( the former kita-in ) in kyoto ( a seated statue , the early heian period , a national treasure ) the statue at the jingo-ji temple in kyoto ( a standing statue , the early heian period , a national treasure ) the statue at yakushido of the daigo-ji temple ( kami daigo ) in kyoto ( the center statue of yakushi sanzon , a seated statue , the early heian period , a national treasure ) the statue at the shishikutsu-ji temple in osaka ( a seated statue , the early heian period , a national treasure ) the statue at the main hall of the horyu-ji temple in nara ( a seated statue , from the asuka period to the nara period , a national treasure ) the statue at the lecture hall of the horyu-ji temple in nara ( the center statue of yakushi sanzon , a seated statue , the middle of the heian period , a national treasure ) the statue at the main hall of the toshodai-ji temple in nara ( a standing statue , from the nara period to the early heian period , a national treasure ) the statue at the yakushi-ji temple in nara ( the center statue of yakushi sanzon , a seated statue , the nara period , a national treasure ) the statue at the shin yakushi-ji temple in nara ( seated statue , early heian period , a national treasure ) the statue at nara national museum ( seated statue , early heian period , a national treasure ) the statue at the ganko-ji temple in nara ( shibanoshinya-cho , nara city ) ( standing statue , early heian period , a national treasure ) in the tokugawa period , ieyasu tokugawa , the first shogun , was deified and was called shinkun . thanks to the work of buddhist monk tenkai , ieyasu was given the posthumous name of ' tosho daigongen ' by the imperial court and was enshrined at the toshogu shrine . this is the origin of the faith in tosho gongen . this faith is the syncretism of shinto and buddhism and according to it , ieyasu tokugawa is assumed as the temporary figure of yakushi nyorai who appeared in japan while religious service is conducted in the way of jinja shinto . as ieyasu tokugawa was believed to have been born after his mother , odai no kata , prayed to yakushi nyorai enshrined at the horai-ji temple ( shinshiro city , aichi prefecture ) as its principal image , it is also said that ieyasu tokugawa was the reincarnation of yakushi nyorai , a principal image of the horai-ji temple , who appeared in the human world . as for the mantra of yakushi nyorai , its shoshu is ' on korokoro sendari matougi sowaka ' and it coincides with that of muno shomyoo . its taishu is ' noumo bagyabatei baiseija kuro beiruria haraba arajaya tatagyataya arakatei sanmyakusanbodaya taniyata on baiseizei baiseizei sanborigyatei sowaka ' and it appears in yakusi hongan kudokukyo . yakushi nyorai 's shoshu has the meaning which reflects primitive indian or asian customs . the translation of this shoshu is ' omu ( sacred voice ) , remove , candari , matangi , achieve ( subaha ) ' . remove ' means removing plague and candari and matangi are the female names of a clan that was engaged in slaughter work , but originally they were the names of goddesses that were worshipped by people of lower class . original meaning of ' subaha ' is an offering to be thrown into the festival fire . later , it was deified as the wife of agni , the god of fire , and became a yell to be used when praying for the achievement of hope while making an offering . upper class people despised candari and matangi or regarded them as dangerous as the goddesses that were worshipped by dirty people . however , it was generally believed that people were able to escape from plagues presided by such a goddess by daring to pray to them . in terms of the concept of escaping from plague by chanting mantra to aragami which causes such plague , it has a similar nature with ' somin shorai ' in japan . +juni shinsho ( the 12 protective deities ) are tenbu , deities who reside in a heavenly realm , one of six realms in which the souls of living beings transmigrate from one to another ; they are worshiped and shaped into statues in buddhism , and are good deities that guard buddhism . they are also called juni yashataisho or juni shinmyoo and comprise 12 war gods who guard people who believe in the yakushi-nyorai and yakushi-kyo sutra . it is said that the juni shinsho guard each 12 hours of the day and night in accordance with the 12 wishes of yakushi-nyorai . for this reason the zodiac is applied . each protective deity heads each of 7,000 attendants , covering a total of 84,000 yasha , i.e. , a class of semi-divine being usually considered to be of a benevolent and inoffensive disposition but sometimes also classified together with malignant spirits . above their heads are often placed signs modeled after the animals of the zodiac . in japan the life-size statue of juni shinsho at shin-yakushi-ji temple in nara is the oldest , and it is famous for its excellence of form . additionally , the juni shinsho have each principal image of buddha such as buddha , bosatsu and myoo . each name and its corresponding principal image of buddha and the zodiac follows ( although there are a few differences in the letters and sounds , depending on the sutras , but the following names are commonly used ) . although the 12 deities ' belongings and poses are not necessarily unified , it is nearly impossible to distinguish them only by characters depicted in pictures and statues . in china the statue of juni shinsho had been produced in early times , and there is an example of wall painting in dunhuang city . in china they have been worshiped in association with the zodiac , and many works in japan also depict animals of the zodiac above their heads . in japan many statues such as the statue of shin-yakushi-ji temple in nara ( eighth century ) in the nara period have been produced . in many cases , at the buddhist halls where yakushi-nyorai is placed as the principle image of buddha , each of six deities is placed on the left and right side of yakushi-nyorai , or in a line ahead of the buddhist altar . there are various ways of expression ; in one case they are placed around a circular buddhist altar such as the statues of shin-yakushi-ji temple , and in another case they form a halo or a foundation of the statue of yakushi-nyorai . they are shown as war gods , the same as the statues of the shitenno ( four guardian kings ) , and in many works each of twelve characters is distinguished by its facial expression or pose , and they vary widely as a group . major works of juni shinsho in japan national treasures the statue of shin-yakushi-ji temple ( nara city , nara prefecture ) - statue , nara period ; 11 bodies among 12 bodies are national treasures the statue of kofuku-ji temple tokondo ( eastern golden hall ) ( nara city , nara prefecture ) - wooden statue , kamakura period the statue of kofuku-ji temple ( nara city , nara prefecture ) a wooden print block , heian period the statue of koryu-ji temple ( kyoto city , kyoto prefecture ) - wooden statue , heian period ok the statue of horyu-ji temple saien-do ( ikaruga-cho , ikoma-gun , nara prefecture ) - wooden statue , kamakura and momoyama periods the statue of ryosen-ji temple ( nara city , nara prefecture ) - wooden statue , kamakura period the statue of eizan-ji temple ( gojo city , nara prefecture ) - wooden statue , muromachi period the statue of murou-ji temple ( uda city , nara prefecture ) - wooden statue , kamakura period the statue of todai-ji temple ( nara city , nara prefecture ) - wooden statue , heian period the statue of hokkai-ji temple ( kyoto city , kyoto prefecture ) - wooden statue , kamakura period the statue of to-ji temple ( kyoogokoku-ji temple ) ( kyoto city , kyoto prefecture ) - wooden statue ( attached on the foundation of the main image of buddha at kondo ) , momoyama period the statue of keisoku-ji temple ( kinomoto-cho , ika-gun , shiga prefecture ) - mokushin kanshitsu-zukuri , wood-core dry lacquer , currently only three bodies in existence ; heian period the statue of yukino-ji temple ( ryuo-ji temple ) ( ryuo-cho , gamo-gun , shiga prefecture ) - wooden statue , kamakura period the statue of jomyo-ji temple ( arida city , wakayama prefecture ) - kamakura period the statue of tosan-ji temple ( awaji city , hyogo prefecture ) - wooden statue , kamakura period the statue of ikaruga-dera temple ( taishi-cho , ibo-gun , hyogo prefecture ) - wooden statue , kamakura period the statue of sekkei-ji temple ( kochi city , kochi prefecture ) - wooden statue , kamakura period additionally , as opposed to the above buddhist scriptures , juni tensho , which is used in rikujinshinka , one of the mantic or shikisen in onmyo-do , is sometimes incorrectly called juni shinsyo . in ' junisho shoshuhodaiyon , ' the fourth chapter of senjiryakketsu , written by abe no seimei , a famous master of onmyo-do , things that juni tensyo reveal are explained as follows : junisho shoshuhodaiyon 前一螣蛇火神 家在巳 主驚恐怖畏 凶将 toda or tosya : serpent , tei ( 丁 ) , fire ( yin ) , summer , southeast 前二朱雀火神 家在午 主口舌懸官 凶将 suzaku : horse , hei ( 丙 ) , fire ( yang ) , summer , south 前三六合木神 家在卯 主陰私和合 吉将 rikugo : hare , otsu ( 乙 ) , wood ( yin ) , spring , east 前四勾陣土神 家在辰 主戦闘諍訟 凶将 kochin : dragon , bo ( 戊 ) , earth ( yang ) , canicular days , southeast 前五青龍 ( 四神 ) 木神 家在寅 主銭財慶賀 吉将 seiryu : tiger , ko ( 甲 ) , wood ( yang ) , spring , northeast 天一 ( 天乙 ) 貴人上神 家在丑 主福徳之神 吉将大无成 kijin : ox , ki ( 己 ) , earth ( yin ) , canicular days , northeast 後一天后水神 家在亥 主後宮婦女 吉将 tenko : wild boar , ki ( 癸 ) , water ( yin ) , winter , northwest 後一天后水神 家在亥 主後宮婦女 吉将 daion or taiin : cock , shin ( 辛 ) , metal ( yin ) , fall , west 後三玄武水神 家在子 主亡遺盗賊 凶将 genbu : mouse , jin ( 壬 ) , water ( yang ) , winter , north 後四大裳土神 家在未 主冠帯衣服 吉将 taimo or taijo : sheep , ki ( 己 ) , earth ( yin ) , canicular days , southwest 後五白虎金神 家在申 主疾病喪 凶将 byakko : monkey , ko ( 庚 ) , metal ( yang ) , fall , southwest 後六天空土神 家在戌 主欺殆不信 凶将 tenku : dog , bo ( 戊 ) , earth ( yang ) , canicular days , northwest reference for names : " nihon onmyodo-shi sosetsu " +bishamonten ( vaizravana in sanskrit ) is a buddha of the tenbu , deities who reside in a heavenly realm , this being one of six realms in which the souls of living beings transmigrate from one to another , in buddhism . it is a war god and one of the shitenno ( four guardian kings ) with jikokuten ( dhrtarastra ) , zochoten ( virudhaka ) and komokuten ( virupaksa ) . additionally , it is not only one of the shitenno but is worshiped individually over a broad region , such as central asia and china ( other than in japan ) . its predecessor is kubera , a treasure god in indian myth . the title of vaizravana originally meant ' the son of vizravas , ' so it originated from his father 's name , but it can be interpreted as ' a man who listens very well ' so that it is also translated as tamonten . in japan , when it is shaped as a statue and placed as one of the shitenno it is usually called ' tamonten , ' but when in the form of a statue and placed individually it is usually called ' bishamonten . ' the sanmayagyo symbol is a treasure club ( a club with which to defeat the enemy of buddhism in order to protect the buddhist dharma ) as well as a pagoda . shushi ( shuji , bija ) in mikkyo ( esoteric buddhism ) is vai . the mantra ( shingon ) for bishamonten is ' on beishiramanayasowaka ( om vaizravanaaya svaahaa , that is , om ( saintly sound ) , the son of vizravas , svaahaa ) , etc . although there are various figures ( as below ) , in japan it is generally expressed as a warrior figure of the tang dynasty that dons leather armor . its belongings generally consist of a pagoda . moreover , it often stands on an ogre called jaki ( 邪鬼 ) . for example , in the ryokai mandala ( mandala of the two realms ) of mikkyo , it is drawn as a figure that has a treasure club in the right hand and a pagoda in the left hand and is wearing armor . however , the shitenno statue in todai-ji temple kaidan-do is shaped as a figure that has a pagoda in the right hand and a treasure club in the left hand . ( the statue in nara taima-dera temple has a pagoda in the right hand as well . ) in india , it was considered as a treasure god and was hardly depicted as a warrior . as to the character in this age , see the article on kubera . during the process that was transmitted to china through central asia , the faith as a war god was created and it came to be a guardian deity as one of the shitenno . additionally , as a following of taishakuten it is said to live in tengyo-jo castle of suishota , which is the north of mt . shumisen ( mt . sumeru ) or to guard hokkurushu ( uttara-kuru ) , one of the four continents in the world view of ancient india . moreover , it subordinates devils such as yasha ( a class of semi-divinity that is usually considered to be of a benevolent and inoffensive disposition but is sometimes also classified with malignant spirits ) and rasetsu ( rakshasa ) . additionally , in mikkyo it is one of the juniten ( 十二天 ) and is said to guard the north . in japan it is one of the seven deities of good luck as a unique faith and is revered because it seems to benefit games especially . figure of image there is no clear rule regarding bisyamonten 's figure , so that various expressions exist . it is expressed as the figure of a warrior in japan as mentioned above , and generally it has a pagoda . there is another work that has a trident : for example , the statue at mimuroto-ji temple in kyoto does not have a pagoda but a trident in one hand and places the other hand on his hip . in the folk faith of china it is expressed as a figure that has a green face with an umbrella in the right hand and a silver mouse in the left hand . in tibetan buddhism it is expressed as a figure that has a mongoose who disgorges gold , silver and jewels , thus maintaining the character of a treasure god in india . there are many works as an individual deity or the central deity . the styles of placement are as follows : a triad style in which bishamonten is placed at the center with kyoji ( attendant figures ) of kisshoten ( kichijoten , sri-mahadevi , who is said to a wife of the sister of bishamonten ) and zennishi-doji ( who is said to be a son of bishamonten ) ( kurama temple in kyoto , sekkei-ji temple in kochi , and so on ) ; a style that places a pair of bishamonten with kisshoten ( the statue of horyuji temple kondo ( 法隆寺金堂 ) in nara ) ; and a style that places a pair of bishamonten with fudo myoo ( the statue of koyasan kongobuji temple and so on ) . additionally , in the temples of the tendai sect it is often seen that senju kannon is placed at the center and bishamonten and fudo myoo are placed at its sides ( myoo-in temple in shiga , bujo-ji temple in kyoto ) . there are many works of tamonten statues that guard the north ( the back of the dais for a buddhist image on the observer 's right ) as being among the shitenno . the figure is nearly the same as an individual bishamonten statue but often has a pagoda in one hand . designated works from the nation are tamonten statues among the shitenno statues at todai-ji temple kaidan-do , joruri-ji temple in kyoto , kofuku-ji temple in nara . derived figures takutori-tenno in china it was mixed with risei ( li jing ) , a warrior at the beginning of the tang who was respected as a war god , which led to the creation of the god takutori-tenno . this takutori-tenno is today thought of as a god other than tamonten among the shitenno and as a kind of shogun of gods who led the shitenno , including tamonten . later , it became to be revered in dokyo as well . this is takutori-tenno , described as father of nata-taishi in " journey to west " and risei in feng-shen-yen-i . as mentioned above , while tamonten of the shitenno is shown as a figure that has an umbrella , takutori-tenno is shown as a warrior figure that has a pagoda . this succeeds the old figure of bishamonten , which was shaped during the tang dynasty . tobatsu bishamonten there is a particular figure of statue which is called tobatsu bishamonten . it wears armor knitted from chains ( kinsako ( 金鎖甲 ) , and protective gear called ebigote ( 海老籠手 ) over the arms , as well as a coronet on the head . its belongings are a pagoda in the left hand and a treasure club or ji in the right hand , which is clearly exotic . additionally , it stands on chitennyo and two devils ( niranba and biranba ) instead of jaki . it is said that tobatsu bishamonten in to-ji temple ( kyoogokoku-ji temple ) was placed on rajomon gate . it is generally said that ' tobatsu ( 兜跋 ) ' means western 兜跋 country ( turfan at present ) , which is based on a legend that bishamonten appeared in this place with this figure . other characters of ' 刀抜 ' or ' 屠半 ' are used in some cases . the figures of statues are clarified into two : the one that faithfully emulates the statue of to-ji temple ( the statue of nara national museum , the statue of seiryo-ji temple in kyoto ) and the other , which is nearly the same as the usual bishamonten statue except that it stands on both hands of chitennyo ( narushima bishamon-do in iwate , etc . ) . +" monzeki " or " monseki " means the formal successor of the founder of a buddhist sect in japan . it means ' monyo monryu . ' it is also called monshu . since the kamakura period it has come to mean the high-class temple itself , or in other words the status of the temple , and those temples have come to be called monzeki temples . it was in the beginning that emperor uda became priest and lived in ninna-ji temple ( therefore called omuro-gosho ) , and came to be called omuro-monzeki . since around the beginning of the kamakura period , children of the imperial family and the sekke ( the line of regents and advisers ) came to be priests at specific temples . the children had a shoen ( i.e. a manor ) and came to take control of accepted temples by political power due to their economic power so that they ultimately came to succeed each monryu . this became a custom , and soon ' monzeki ' itself was changed to mean the title of the specific temples to which people from the ' nobility ' succeeded . during the muromachi period , ' monzeki , ' as the status of a temple , was established so that the post of monzeki bugyo ( shogunate administrator , 門跡奉行 ) to govern monzeki temples was assigned by the muromachi shogunate . additionally , the edo shogunate institutionalized the monzeki through the clarification of miya-monzeki ( temples headed by imperial princes , 宮門跡 ) , sekke-monzeki ( temples headed by the sekke families , 摂家門跡 ) , seiga-monzeki ( temples headed by the seiga families , 清華門跡 ) , kubo-monzeki ( 公方門跡 ) or buke-monzki ( 武家門跡 , temples headed by military families ) , jun-monzeki ( 准門跡 ) or waki-monzeki ( 脇門跡 ) , etc . tendai sect ( sanmon-ha ) shoren-in temple ( awata-gosho ) sanzenin temple ( kajii-dono , kajii monzeki , nashimoto monzeki ) bishamon-do manshu-in temple ( takenouchi monzeki ) myoho-in temple rinnoji temple jodo-ji temple hongaku-ji temple hoju-ji temple ( kyoto city ) myoko-in temple shiga-in temple ( jimon-ha ) shogo-in temple shoko-in temple jisso-in temple onjo-ji temple enmanin byodo-in temple ( double with jodo-shu ) joju-in temple nyoi-ji temple shingon sect ( ninna-ji temple ( omuro monzeki ) daikakuji temple rengeko-in temple daigo-ji temple sampo-in daigo-ji temple kongoo-in zuishin-in temple ( ono monzeki ) kaju-ji temple ansho-ji temple ( kyoto city ) tonan-in temple ( nara city ) jojo-in temple shoho-in temple bodai-in temple kyorei-in temple hosso-shu sect kofuku-ji temple ichijo-in kofuku-ji temple daijo-in jodo sect chion-in temple zenrin-ji temple ( kyoto city ) the temples in which hoshinno or nyudoshinno ( i.e. a priestly imperial prince ) lived as a chief priest . the thirteen temples of rinno-ji , myoho-in , shogo-in , shoko-in , shoren-in , sanzen-in , manju-in , bishamon-do , enman-in , ninna-ji , daikaku-ji , kaju-ji and chion-in they are also called the thirteen monzeki . in fact , only the imperial prince could enter the three monzeki of rinno-ji temple , ninna-ko temple and daikaku-ji temple , while children from the sekke could enter the other monzeki . this word has been used since around the muromachi period , and children from the sekke became chief priests . it was not an inherent title of each monzeki temple but instead indicated the descent of the chief priest . temples of a status second to monzeki or , a monzeki temple that is subordinate to the other one it is also called " waki monzeki . " shoren-in temple , sanzenin temple , bishamon-do , manju-in temple and myoho-in temple sanpo-in temple , hoon-in temple , kongoo-in temple , risho-in temple , muryoju-in temple this is a generic term for higashi-hongwan-ji temple , nishi-hongwan-ji temple , bukko-ji temple , senju-ji temple and kosho-ji temple , which are defined as being second to the monzeki in the jodo shinshu sect . they are also called the five monto ( 門徒 ) . the temple of which a princess or a daughter of nobility becomes a chief priest . it is also called bikuni-gosho or ama-monzeki . daisho-ji temple ( rinzai sect ) otera-gosho hokyo-ji temple ( rinzai sect ) dodo-gosho donge-in temple ( rinzai sect ) take-no-gosho , take-gosho kosho-in temple ( combining four sects ) , tokiwa-gosho reigan-ji temple ( rinzai sect ) tani-goten ensho-ji temple ( rinzai sect ) yamamura-gosho rinkyu-ji temple ( rinzai sect ) otowa-no-gosho chugu-ji temple ( hossorisshu sect ( 法相律宗 ) ) ikaruga-goten jiju-in temple ( rinzai sect ) sanji chion-ji temple ( jodo sect ) irie-gosho hokkeji temple ( risshu sect ) zuiryu-ji temple ( omihachiman city ) ( nichiren sect ) murakumo-gosho soji-in temple ( rinzai sect ) usukumo-gosho hoji-in temple ( rinzai sect ) chiyo-gosho honko-in temple ( tendai sect ) kurodo-gosho +the sect hong gwan-ji-ha is one of the jodo shinshu sects . the head temple is nishi hongwan-ji temple , which began from otani byodo ( the present otani mausoleum ) , a grave of shinran , the founder of the sect . the branch temples number 10,497 . the believers number approximately 6,940,000 , which is the largest among jodo shinshu sects ( shinshu sects ) and among buddhist religious corporations as well . among religious corporations as a whole , it is the second largest after jinja-honcho , the association of shinto shrines . ( as of december 31 , 2000 ) at the beginning of the meiji period , it had a governmental system of legislative process ( shukai ) and administration ( shumusho ) , thus emulating the system of separation of the powers in western countries . this became a model for the meiji government in establishing a legislative system . the twenty-second kozui otani , a monshu ( honganji-ha head priest ) who had great power , made efforts to send an otani exploration party to engage in missionary work abroad and educate students , but the cost brought hongwan-ji temple 's finances to the point of crisis , so kyonyo was forced to retire . in order to avoid another crisis , hongwan-ji-ha deemed it necessary to limit the power of the monshu ( the otani family ) . the otani family changed its status from the center of power to a symbol . monshu is the chief priest of hongwan-ji temple and a person who ' succeeds the light of buddhism integrates this sect and directs duties ( 宗務 ) ' ( article 6 of the sect law ) , and the representative of religious cooperation is shumu-socho , who is elected at the shukai ( representative assembly ) ( among shinshu sects , but only hongwan-ji-ha calls it socho ) . it was in 1877 when the name of the sect was formally established as the jodo shinshu sect hongwan-ji-ha . it is called ' onishi-san ' in order to distinguish it from the shinshu sect otani-ha ( ' ohigashi-san ' ) . the head temple , hongwan-ji temple , is also called ' nishi hongwan-ji temple ' generally or is called ' hompa hongwan-ji temple ' in the sense of hongwan-ji-ha . +the shinshu sect otani-ha is one of the groups of jodo shinshu sect . the head temple is higashi-hongwan-ji temple , at rokujo karasuma in kyoto . the number of branch temples is 9,804 . in order to distinguish it from the jodo shinshu sect hongwan-ji-ha ( commonly called ' onishi-san , ' ' hompa ' or ' nishi hongwan-ji temple ' ) , it is called ' ohigashi-san , ' ' o-ha ' ' tani-ha ' and so on . shin-shu honbyo , the head temple , is commonly called ' higashi-hongwan-ji temple ' after the split of the east and west for the same reason . this summary extracts and cites the " religious corporation ' shinshu sect otani-ha ' rules , " which are made public based on the religious corporation act , and the " shinshu sect otani-ha shuken ( constitution of sect , 宗憲 ) ( " shuken " in the following ) , which is defined as the supreme rule in its article 3 . the core principles of sect management are as follows : ( source : the preceding sentence on shuken ) continuous practice of the doho society ( 同朋社会 ) all people who believe in the sect make efforts to review the teachings of the jodo shinshu sect , by each person constantly , and confirm it with others , and continuously practice the social life toward attainment of the buddhist paradise of amitabha buddha . combination of the sect and the mausoleum the shin-shu honbyo ( mausoleum ) in which a picture of the sect 's founder shinran is placed , is an important place for all followers of the sect to confirm the teachings on which they depend , so that all followers of the sect have to revere and guard this , being combined equally with the doctrine . open discussion by doho the management of the sect is based on open discussions by all doho ( followers ) without permitting anyone 's tyranny . shuken ' is the supreme law of otani-ha . ( source : chapter 1 , article 5 of shuken ) the main doctrine is ogen ni-eko ( oso-eko ・ genso-eko ) , as constituted from the name of hongwan ( by amidanyorai ) , which was extracted from kenjodoshinjitsukyogyoshomonrui ( kyogyoshinsho ) based on muryoju-kyo bussetsu muryoju-kyo sutra by the founder of the sect , st. shinran . ( source : chapter 2 , article 8 of shuken ) one buddha , amidanyorai . ( source : chapter 2 , article 9 of shuken ) moreover , in order to express gratitude for the prevalence of the true dharma ( 正法 ) , the pictures of shinran , the founder of the sect , prince shotoku , seven high priests and successive monshus ( hongwan-ji-ha head priests ) are placed . ( source : chapter 2 , article 10 of shuken ) the sacred sutras of 正依 are as follows : ( source : chapter 2 , article 11 of shuken ) three sutras of the pure land , jodosanbu-kyo sutra ' " muryoju-kyo bussetsu muryoju-kyo sutra , " translated by sogi kosogai . " kanmuryoju-kyo sutra , " translated by ryuso kyoryoyasha . sacred sutras selected or described by the seven high priests written by ryuju " jujubibasharon , " ' igyo-hon ( igyo-bon ) ' : vol . 5 ' igyo-hon no. 9 ' of 17 volumes " junirai " written by tenjin " muryoju-kyo ubadaisha ganshoge " selected by donran " muryoju-kyo ubadaisha ganshoge-chu " " san amidabutsu-ge " selected by doshaku " anrakushu " selected by zendo " kammuryojukyosho " " ojoraisan ( ojoraisange ) " " hojisan ( tengyogyodogan ojo jodo hojisan ) " " hanju-san ( ekangyo tomyo hanju zanmai gyodo ojosan ) " " kannen-bomon ( kannen amidabutsu sokaisammaikudokuhomon ) " selected by genshin ( priest ) " ojoyoshu " selected by honen " senchaku hongan nenbutsu-shu " selected and described by shinran , the founder of the sect " kenjodoshinjitsukyogyoshomonrui ( kyogyoshinsho ) " : ' shoshin nenbutsu-ge ( shoshinge ) ' is gemon of seven words and 120 phrases at the bottom of ' the volume of gyo ( 行 ) ' in kyogyoshinsho . " jodo monrui jusho " " gutoku-sho " " nyushutsu nimonge ( nyushutsu nimongeju ) " " jodosangyo ojomonrui " " nyorai nishu eko-mon " " songoshinzomeibun " " ichinentanen-moni " " yuishinsho-moni " " jodo-wasan " " high priest wasan " " shozomatsu-wasan " ( jodo ( high priests ) and shozomatsu ( wasans ) are generically called ' sanjo-wasan ' ) . following the above basic principles , various types of missionary work , social activities and projects are implemented . actual management is currently implemented by the central and local organizations ( 30 parishes in japan and three parishes abroad ( 開教区 ) , with 420 groups ( so ( 組 ) ) in those parishes ) . in each organization a system for the separation of the powers is adopted as follows : central organization the organization that corresponds to the legislative body ( decision-making body ) : shukai ( bicameral legislature of shu-gikai ( representative of priests elected from each parish , 宗議会 ) and san-gikai ( representative of lay followers elected from each parish , 参議会 ) ) the organization that corresponds to the administrative body ( executive body ) : executive bodies to implement religious activities such as naikyoku ( 内局 ) ( consisting of shumu-socho , who is appointed at shukai and is a representative director of the religious corporation shinshu sect otani-ha , and five sanmus ( 参務 ) appointed from shumu-socho ) , shumusyo ( in the center ) , kyomusho ( a local branch in each parish , 教務所 ) , and kaikyo kantokubu ( a branch in each overseas parish , 開教監督部 ) the organization that corresponds to judicial branch ( a body for investigation ) : shinmonin ( 審問院 ) ( headed by shinmonincho , who is appointed by naikyoku with the consent of shu-gikai ) local organization ( parish ) the organization that corresponds to the legislative body ( decision-making body ) : parish association ( 教区会 ) ( representative of priests elected from each so ) and parish lay followers association ( 教区門徒会 ) ( representatives of lay followers elected by each so ) . the organization that corresponds to the administrative body ( executive body ) : the committee of missionary work in parish ( its chairman is the head of kyomusho ) and administrators of shumu who reside in kyomusho the organization that corresponds to the judicial branch ( a body for investigation ) : committee of inspectors local organizations ( so ( 組 ) ) the organization that corresponds to the legislative body ( decision-making body ) : so-kai ( 組会 ) ( responsible official of each temple and church ( representatives of priests in each temple and church ) and so-monto-kai ( 組門徒会 ) ( representatives of lay followers in each temple and church ) the organization that corresponds to the administrative body ( executive body ) : disciplinary board of the so ( its chairman is the head of the so , elected at the so-kai ) the organization that corresponds to the judicial branch ( an investigative body ) : inspection committee * fifty-six branch temples are placed as a base for missionary work ( 聞信 ・ 宣布 ) in each domestic and overseas parish other than the above organizations . additionally , as a representative of priests and lay followers in the above organizations , monshu , the hongwan-ji-ha head priest , has been assigned and has been in charge of guarding the picture of shinran , the founder of the sect , at shinshu hombyo , and reveres buddha as a symbol of the sect , which believes the shinshu sect teachings with other doho ( the present monshu is the twenty-fifth jonyo , choken otani ) . additionally , although it is often confused , the jodo shinshu sect higashi-hongwan-ji-ha of which head temple is higashi hongwan-ji temple in taito ward , tokyo ( the number of branch temples is 300 and several tens ) defected and became independent from the shinshu sect otani-ha in 1981 , because of the difference in the way of the sect , so currently they are different religious corporations ( see " ohigashi turmoil ( お東騒動 ) " ) . the religious community centered at hongwan-ji temple was originally one group , but at the beginning of the edo period it was split into higashi hongwan-ji temple 's group and nishi-hongwan-ji temple 's group , which continue to this day . the split of the hongwan-ji temple religious community into east and west originated from the difference of opinion within the community at the end of the ikko ikki ( ishiyama war ) ( 1570-1580 ) , which was fought around ishiyama hongwan-ji temple at the end of the age of civil war . within the hongwan-ji temple religious community at the end of the ishiyama war , there existed two opinions : the former was an opinion to support peace-making with the hostile nobunaga oda , and the latter was an opinion to insist on do-or-die resistance . the eleventh kennyo , who was the monshu of hongwan-ji temple at that time , withdrew ishiyama hongwan-ji temple with the group that supported overall peace , but kyonyo , the eldest son of kennyo , temporarily stayed at ishiyama with the group that supported do-or-die resistance and solicited support for the resistance group even after withdrawal . this situation of a split in the religious community continued after hongwan-ji temple returned to kyoto in 1591 , having been given land for a temple ( nanajo horikawa ) by hideyoshi toyotomi . ieyasu tokugawa focused attention on this and gave land to the east of hongwan-ji temple ( rokujo karasuma ) to kyonyo in 1602 , aiming for the deconcentration of the power of hongwan-ji temple , which was the largest religious group ( ieyasu had suffered through the ikko ikki when he was a lord of mikawa province and felt seriously threatened by the power of hongwan-ji temple ) . consequently , hongwan-ji temple split into nishi hongwan-ji temple of which the twelfth monshu was junnyo , the third son of kennyo , ( the present jodo shinshu sect hongwan-ji-ha ) and higashi hongwan-ji temple of which the twelfth monshu was kyonyo , the eldest son of kennyo ( the present shinshu sect otani-ha ) . ( * for the above , see the articles on the jodo shinshu sect and the history of hongwan-ji temple . ) it is said that such a situation reflects the above historical process because , while there are many branch temples and lay followers of hongwan-ji-ha ( nishi hongwan-ji temple ) , especially in the chugoku district ( which is called ' aki-monto ' and so on ) , there are many branch temples and lay followers in the hokuriku and tokai districts , as seen in the location of branch temples and parishes ( which are called ' kaga-monto , ' ' owari-monto , ' ' mikawa-monto ' and so on ) . the founder , shinran ( 1173-1262 ) : defined as ' the founder ( the first chief priest ) by kakunyo , the third chief priest ) . kakushinni ( 1224 ? -1283 ? ) : reburied shinran 's stone pagoda from otani to yoshimizu in 1272 and built otani mausoleum . in 1277 she assumed the first rusushiki ( until 1283 ) . the second chief priest , nyoshin ( 1235-1300 ) : delegated the light of buddhism in 1280 . ( he delegated office work to kakushinni and kakue . ) he was defined as ' the second chief priest ' by kakunyo , the third chief priest . kakue ( 1239 ? -1307 ) : succeeded from rusushiki in 1283 ( until 1307 ) . * ' the incident of yuizen ' : turmoil over the installation of rusushiki between kakue and yuizen . after kakue 's death , it was settled by the adjudication of shorenin on july in 1309 . the third chief priest , kakunyo ( 1270-1351 ) : succeeded rusushiki of otani mausoleum with the approval of lay followers in eastern provinces in 1310 . ( - 1314 , 1322- 1338 , 1342-1350 ) ( repeated transfer and reinstatement ) * in 1321 he turned otani mausoleum into a temple , which became ' hongwan-ji temple . ' ( in 1312 he put up the framework of ' senju-ji temple ' but it was removed by eizan 's opposition . ) * in 1331 he wrote " kuden-sho , " expressed ' ketimyaku ( lineage through blood , 血脈 " ) , which is kept among three generations , and insisted on succeeding the light of buddhism . ( lineage of dharma ( 法脈 ) : honen ⇒ shinran ⇒ nyoshin ⇒ kakunyo , lineage through blood : shinran ⇒ kakushinni ⇒ kakue ⇒ kakunyo ) zonkaku ( 1290-1373 ) : succeeded from rusushiki in 1314 ( -1322 , 1338-1342 ( repeated removal and reinstatement by kakunyo ) * in 1350 he was reconciled with kakunyo . he delegated the status of hongwan-ji betto ( a status including the chief priest of the temple into rusushiki ) to zennyo . the fourth chief priest , zennyo ( 1333-1389 ) : succeeded in 1350 the fifth chief priest , shakunyo ( 1350-1393 ) : succeeded in 1390 ( soon after succession , he delegated the temple 's office work to konyo . ) the sixth chief priest , konyo ( 1376-1440 ) : became the successor in 1394 the seventh chief priest , zonyo ( 1396-1457 ) the eighth chief priest , rennyo ( 1415-1499 ) : passed over in 1489 the ninth chief priest , jitsunyo ( 1458-1525 ) the tenth chief priest , shonyo ( 1516-1554 ) the eleventh chief priest , kennyo ( 1543-1592 ) ( the following are of the shinshu sect otani-ha . ) the twelfth chief priest , kyonyo ( 1558-1614 ) the thirteenth chief priest , sennyo ( 1604-1658 ) the fourteenth chief priest , takunyo ( 1625-1671 ) : passed over in 1664 . the fifteenth chief priest , jonyo ( 1641-1694 ) : passed over in 1679 . the sixteenth chief priest , ichinyo ( 1649-1700 ) the seventeenth chief priest , shinnyo ( higashi hongwan0ji temple ) ( 1682-1744 ) the eighteenth chief priest , junyo ( 1720-1760 ) the nineteenth chief priest , jonyo ( 1744-1792 ) the twentieth chief priest , tatsunyo ( 1780-1865 ) : passed over in 1846 . the twenty-first chief priest , kosho otani ( 1817-1894 ) : passed over in 1889 . the twenty-second chief priest , koei otani ( 1852-1923 ) : passed over in 1908 . the twenty-third chief priest , koen otani ( 1875-1943 ) : passed over in 1925 . the twenty-fourth chief priest , kocho otani ( 1903-1993 ) : passed over in 1993 with his entering nirvana . from 1993 to 1996 , due to the chaos caused by the ohigasi turmoil , monshu had been absent and ennei otani kagiyaku ( 1914-2008 ) had been put in charge as an alternate monshu . the twenty-fifth chief priest , choken otani ( 1930- ) : succeeded in 1996 the present monshu reference : shinshu otani-ha techo ( published by shinshu otani-ha shumusho shuppanbu ) in order to communicate with government and other central institutions and to adjust policies in the capital , the tokyo local office was established . ( chapter 6 , section 4 , article 59 of shuken ) in order to manage local missionary work , the entire national territory was parochialized and kyomusho was established in each parish . ( source : chapter 6 , section 5 , article 60 of shuken ) additionally , otani-ha established a regional parish system ( 連区制 ) , aiming to establish partnership with each parish on a regional scale in japan and to promote missionary work more in each area . there are five regional parishes of ' hokkaido prefecture : ' tohoku , ' ' hokuriku , ' ' tokai , ' ' kinki ' and ' kyushu . ' branch temples are placed under the control of domestic parishes or overseas parishes . ( source : chapter 6 , section 5 , article 61 of shuken ) a chief priest is appointed at a branch temple , and monshu is in charge of this . however , a person other than monshu can become a chief priest . ( chapter 7 , article 73 of shuken ) a rinban ( 輪番 ) is appointed at a branch temple . a rinban carries out for the work of chief priest and is a representative director of branch temple as a religious corporation . ( chapter 7 , article 74 of shuken ) fifty-six temples exist as branch temples of the shinshu sect otani-ha as shown below , and the way of their establishment is as follows : the case of establishment at an historical site of the founder of the sect or the successive monshu , or at venerable lands . the case of establishment as the basis for the missionary work of each area the case of establishment through a combination of the reasons mentioned above although there is a regional disproportion , it is placed nearly all over japan ( along with three overseas ) and plays a role as a base of missionary work in each place . being greatly different from other traditional buddhist sects , which interpret the concept of missionary work broadly and have no direct relationship with political movements as organizations , it conducts in-depth activities socially and politically with other shinshu sects , so that there is such a criticism from inside and outside the sect , as it is too active in movements of a political and / or leftist nature . additionally , some priests and voluntary groups of followers are concerned with and see it as a problem that the activities of otani-ha and shinshu kyodan rengo consisting of ten groups of shinshu sects ( including otani-ha ) seem to incline toward the left . +fudo myoo ( acala naatha in sanskrit ) is a subject of worship in buddhism and one of the myoo , a venerable status ( 尊格 ) that is specific to mikkyo , esoteric buddhism . it is also the myoo that is the center of godai myoo ( the five great myoo ) . it is regarded as an incarnation of dainichinyorai , which is the essential buddha of mikkyo , or an expression that shows its inner determination . it has become popular as the name of ' ofudo-san ' and is called dainichi daisho fudo myoo , mudo myoo , mudo-son , fudo-son and so on . among buddhist countries in asia , it is believed with particular fervor in japan , as exemplified by the numerous statues . moreover , fudo myoo is depicted on the nichiren sect 's main image ( which is called jikkai mandala ) , and has been drawn by shushi ( shuji , bija ) historically since nichiren because it 's a venerable status of mikkyo , which was transmitted by kukai , as well as aizen myoo ( ragaraja ) . moreover , it is said that fudo myoo in nichiren 's mandala shows that the sufferings of birth and death are nirvana , while aizen myoo shows that the idea that earthly desires are a pure aspiration to enlightenment . the symbol of sanmayagyo is a sharp sword and kenjaku ( kensaku , kenzaku ) with a rope made from five different colored strands ( blue , yellow , red , black and white ) . shushi ( mikkyo ) ( shuji ) is haam or hmmaam . mantra , shingon , is used ' noumaku sanmanda bazaradan kan ( namah samanta vajraanaam haam ) , ' which is generally called shoshu ( 小咒 ) or ichiji-shu ( 一字咒 ) . additionally , the mantra ' noumaku sarabatatagyateibyaku sarababokkeibyaku sarabatatarata sendamakaroshada kengyakigyaki sarababiginan untarata kanman ( namah sarvatathaagatebhyah sarvamukhebhyah , sarvathaa trat candamahaarosana kham khaahi khaahi sarvavighanam huum trat haam maam ) , ' which is called taichu ( 大咒 ) or kakaishu ( 火界咒 ) , and ' noumaku sanmanda basaradan sendanmakaroshadaya sohatara untarata kanman ( namah samanta vajraanaam , candamahaarosana sphotaya huum trat haam maam ) , ' which is called chushu ( 中咒 ) or jiku-shu ( 慈救咒 ) , are known . acala ' in sanskrit means ' unshakable ' and ' naatha ' means ' guardian , ' so that as a whole it means ' unshakable guardian . ' in tibetan buddhism it is known more as chanda maharosha ( candamahaarosana ) , which is a fierce prickly god ( 暴悪忿怒尊 ) , in comparison to this name . however , this is shown as a figure having three eyes with wearing a fur coat and having its hair stand on end , so that it is to some extent different from the fudo myoo transmitted to japan in the context of iconography . it is said that the iconography of fudo myoo was introduced to japan when kobo-daishi kukai transmitted mikkyo from china . the sacred name of ' fudo ' was seen for the first time as ' fudo messenger ' in ' fukukenjaku jimpen shingonkyo sutra , ' which was translated by bodairushi , bodhiruci , in the early part of the eighth century . messenger ' means a messenger of dainichinyorai . in mikkyo one ' buddha ' is considered to appear in the three figures of ' jishorinjin ( the embodiment of the wheel of own-nature ) , ' ' shoborinjin ( shohorinjin , the embodiment of the wheel of the true dharma ) ' and ' kyoryorinjin ( the embodiment of the wheel of injunction ) . ' jishorinjin ( nyorai ) ' means the figure that embodies the universal truth and the state of enlightenment itself , while ' shoborinjin ( bosatsu ) ' means the figure that preaches the universal truth and the state of enlightenment in an easily understood manner . as opposed to these , ' kyoryorinjin ' is the figure that implements intervention very aggressively as it admonishes a person who doesn 't follow buddhism even with the threat of an awful appearance , and compels the cessation of hostility toward buddhism . fudo myoo is said to be the kyoryorinjin of dainichinyorai . it is shown as a figure of anger in order to relieve the living things who suffer earthly desires and for whom relief is more difficult to find . besides , it is said that when shaka determined that ' i won 't stand up from here until i reach enlightenment ' after other ascetic training for enlightenment and was seated under a lime tree , devils from all over the world poured in so as to defeat shaka , but shaka showed a gesture of koma ( 降魔 ) using the fingers quietly , and by keeping a soft expression , and made the devils surrender immediately before its superior power . fudo myoo is also said to be a figure that expresses shaka 's inner determination at that time . it means that even in the calm and benevolent shaka 's mind there was the hardest heart that belied the determination to guard buddhism . it is also said that its expression of anger shows benevolent affection as a father who watches over his children , being a figure of paternal love that is tender in mind while on the outside it appears to be strict . in ' chirisanmaya-kyo sutra ' there is a story that fudo myoo defeated ( 調伏 ) daijizaiten , mahesvara , ( shiva , the supreme god in hinduism ) . according to the story , when dainichinyorai reached enlightenment and became buddha , all creatures in the three worlds came to a meeting , but daijizaiten , who was conceited and considered himself to be the master of 3,000 worlds , did not accept the call . daijizaiten said , ' jimyo-sya ( 持明者 ) ( the spirit that uses magic in india , yasha myoo in this story ) will come as a messenger , but its magic will become useless if i create dirty things with my magic , place them all around and stay inside , ' and put up a barrier ( 結界 ) in order so as not to be approached . when fudo myoo called for daijizaiten , he was surrounded by a dirty barrier so that fudo myoo called back fujo-kongo , a dirty water kongo ( ususama myoo ) , and made him eat up the dirty barrier . then , fudo myoo captured daijizaiten immediately and took him away to buddha . however , daijizaiten said , ' you are only yasha , a class of semidivinity usually considered to be of a benevolent and inoffensive disposition but sometimes also classified with malignant spirits , but i am a king of gods , ' and was able to escape repeatedly . buddha ordered that ' he should be condemned to death , ' so that fudo myoo stamped daijizaiten and his wife ( uma ) to death . ( gozanze yasha myoo ) when fudo myoo asked buddha how to deal with daijizaiten , buddha said , ' revive him , ' so fudo myoo revived him by reciting the hokkaisei shingon mantra ( 法界生真言 ) . when daijizaiten was pleased and wondered , ' who is this yasha ? ' buddha replied that he was ' the master of buddhas . ' daijizaiten was deeply moved , since he knew that there existed the master of buddhas over respectable buddhas in all things , and he obtained a certification ( 授記 ) to become a buddha in the future , thanks to ' daio ( the great king ) ' of fudo myoo . in this story it is characteristic that fudo myoo is called yasha , daio and the master of buddha . although the statues of myoo in mikkyo are often shown as mysterious figures with many faces and many upper arms , fudo myoo is basically shown as a figure with one face and two upper arms ( in the iconic collection of mikkyo and others , fudo myoo with many bodies is also drawn , but it is rarely configured as a statue ) . additionally , many bodies of the statue are basically expressed in ugly , lurid colors . it is said that this is a muddy color and shows the relief of the living things in the mud of earthly desires . however , in chiri-kyo sutra and others its body color is described as blue-black or red-yellow and it is generally shaped as a figure with seven topknots or hachiyorenge ( 八葉蓮華 ) on the head with the right canine tooth bared upward and the left canine tooth bared outside , wearing clothing the color of red soil . after it was imported to japan , variations were created , but it remained a figure with one face and two arms . particularly since fudo-ho , there was the popularization of the prayer for the aid of fudo myoo to end calamity and cause prosperity , by kukai and enchin , and many variations of the statue were produced . namikiri fudo ( koyasan nan-in temple ) associated with the historical event in which kukai went to tang , and fudo myoo , which is shown in yellow , red and blue colors based on enchin 's feelings , were created . goshiki fudo , the fudo statues shown with black , white , red , blue and yellow eyes , were also created , having been said to originate from the place names of meguro and mejiro ( metropolitan tokyo ) ( however , there are contrary opinions ) . the features of statues are mostly those of fat youths ( according to " dainichi-kyo sutra " ) who have turbulent hair by anger to bempatsu , a long rope of hair hanging down the left side of the face and the left shoulder of a sculpted figure in order to avoid being an obstacle to movement , are lightly dressed without hogu ( the utensils used during ritual incantation and prayer ) as much as possible , and have their clothing tied with a ripped sleeve . it is said that its costume was based on a figure of slave or follower in ancient india so that it shows that it is a person who follows a disciplinant and guards him . it is generally shown as a figure having a sankoken ( three-pronged sword ) in the right hand , of koma ( which drives off satan and cuts away people 's earthly desires at the same time ) , kenjaku ( a kind of lariat to tie evil and relieve people bound with earthly desires ) in the left hand , shoulders the karuraen ( a flame like the shape of ' karura , ' a firebird of legend that eats up three poisons ) , and determines , ' i shall not move from here until i relieve all people , ' sitting on the rough rock ( large rock ) with an angry face ( in japan many standing statues are seen other than seated statues ) . fudo myoo was created in india and transmitted to japan through china , but there are very few works of statues in india and china . in japan , it was shaped actively in accordance with the prevalence of mikkyo . among the existing statues of fudo myoo in japan , the old statues such as the statue in the to-ji temple lecture hall and the statue in to-ji temple mie-do , which were shaped at the first part of the heian period , were produced by realistic expressions ( with normal eyes ) as it opened both eyes at the front , chewed the bottom lip with a front tooth and had both canine teeth bared downward . however , in more recent years the statues with asymmetrical shapes such as heaven-and-earth eyes ( 天地眼 ) ( open right eye and narrowed left eye , or staring up toward heaven with the right eye and staring down toward earth with the left eye ) , and having the right canine tooth bared upward and the left canine tooth bared downward ( 牙上下出 ) . this is influenced by ' fudo juku-kan ( nineteen characteristic signs of fudo myoo ' ) , which was preached by annnen , a priest of the tendai sect , and others of the tenth century in order to image fudo myoo . in more recent times the expression of fudo myoo statues with heaven-and-earth eyes had become almost completely mainstream , but even after that the statues with normal eyes in the old style , with eyes that were open and had both canine teeth biting the bottom lip , were seen somewhat , such as the standing statue of fudo myoo with two youths in ganjoju-in temple , shizuoka , made by unkei . because the standing statue of fudo myoo in joraku-ji temple in kanagawa prefecture , which was made by unkei at nearly the same time of the fudo myoo statue in ganjoju-in temple , was shaped with heaven-and-earth eyes although its body was virtually identical to that of the statue in ganjoju-in temple , it seems that unkei distinguished facial expressions . therefore , it could be said that whether the figure had normal eyes or heaven-and-earth eyes wasn 't due to the difference in the times but instead depended on the client 's intention , aims and so on . it is known that this parquet statue made of japanese cypress was shaped by unkei with 10 artists specializing in buddhist statues as his disciples ( 小仏師 ) at the request of yoshimori wada . in some cases fudo myoo was shaped as a figure that brought followers ( called hachidai-doji ) . however , it is often shown on pictures and statues by the triad style which brought two youths of kongara-doji ( the youth kongara ) and seitaka-doji ( the youth seitaka ) among hachidai-doji ( it is called the statue of fudo myoo with two youths or the fudo triad ) . in the triad style , it is common that seitaka-doji is placed on the right of fudo myoo ( on the observers ' left ) and kongara-doji is placed on the left ( on the observers ' right ) . many kongara-doji are shown as baby-faced figures that stare toward fudo myoo intently with hands clasped in prayer , while on the contrary many seitaka-doji are shown as naughty boys with kongosho ( vajra club ) and kongo-bo ( both are weapons ) in their hands . the remaining six hachidai-doji are eko-doji , eki-doji , anokuta-doji , shitoku-doji , ugubaga-doji and shojo-biku . as the works of these hachidai-doji , the statue in koyasan kongobu-ji temple fudo-do ( a national treasure ) is well known . at setagayasan kannon-ji temple in the setagaya ward of tokyo there are the statue of fudo myoo and the statue of hachidai-doji made by koen ( a grandson of unkei ) , an artist of buddhism statue in the kamakura period , which were moved from the abolished uchiyama eikyu-ji temple in tenri city , nara prefecture . moreover , there is no work of fudo myoo with hachidai-doji as followers in sanskrit sutras , so it is said to have been invented in china . additionally , there are the statues called the 36 youths or the 48 messengers . they are often placed in the center of the main myoo ( which is called godai myoo ) , as are those of to-ji temple . many sutras , including the dainichi-kyo sutra , are preferred for reading , especially in shugen-do . representative examples are as follows : shomudoson daiinuo himitsudarani-kyo sutra the story is that fugen bosatsu preached fudo myoo , which he felt , to the living things with monju bosatsu at the great buddhist mass of dainichinyorai , and that dainichinyorai gave a favorable blessing . moreover , in the story of revenge by kumawakamaru , a son of suketomo hino in taiheiki , the scene whereby the practitioner escapes from the pursuer by boat while praying for myoo is an homage of the part , ' it brings to the opposite share over sea by the boat of buddhism ( 大法 ) . ' bussetsu shofudo-kyo sutra it abstracts the essence of the above sutra 's teaching , and was established in japan . it is written in the style that fudo myoo itself preaches . it describes that fudo myoo lives in the disciplinant 's mind ( fudo myoo is indeed a disciplinant ) because the ways of the living things ' minds aren 't the same ( the way of reaching enlightenment is different individually ) so that fudo myoo makes their wishes come true by changing its figure in accordance with each person ) . keishu shomudoson himitsudarani-kyo sutra it bears the strong influence of mikkyo , such as the addition of a symbolic gesture with the fingers ( 印を結ぶ ) . the following four are similar to santan-kyo sutra ( 讃嘆経 ) , which considers that fudo myoo is an existence that represents other venerable states and japanese gods as well . in those sutras fudo myoo is not described as a transcendental absolutist that is superior to other gods and buddhas but is described on the basis of the above thought , that the way to reach enlightenment is different individually because the ways of living things ' minds aren 't the same ) . fudo-son tsurugi-no-mon ( 不動尊劔の文 ) fudo-son inori-kyo sutra fudo-myoo riyaku-wasan gotaikaji related matters godairiki namu-sanjuroku-doji ( 36 great youths ) namu-hachidai-doji ( eight great youths ) matsushima zuigan-ji temple godai-do in miyagi ( a buddhist image not usually shown to the public ) : the wooden seated statue of fudo myoo ( among the five myoo ) ( heian period , an important cultural property ) naritasan shinsho-ji temple in chiba : the wooden statue of fudo myoo two youths ( kamakura period , an important cultural property ) ryusen-ji temple in tokyo ( meguro fudo ) kongo-ji temple in hino city , tokyo ( takahata fudo ) : the wooden statue of fudo myoo with two youths ( heian period , an important cultural property ) oyama-dera temple in kanagawa prefecture : the steel statue of fudo myoo with two youths ( kamakura period , an important cultural property ) nisseki-ji temple in toyama : the seated statue of fudo myoo ( carved into a tough face ) ( heian period , an important cultural property ) enryaku-ji temple in shiga : the standing statue of wooden fudo myoo ( kamakura period , an important cultural property ) ishiyama-dera temple in shiga : the seated statue of wooden fudo myoo ( heian period , an important cultural property ) saimei-ji temple in kora-cho , shiga : the standing statue of wooden fudo myoo ( heian period , an important cultural property ) the to-ji lecture hall in kyoto : the seated statue of wooden fudo myoo ( among the five myoo ) ( heian period , national treasure ) to-ji temple mie-do in kyoto : the seated statue of wooden fudo myoo ( heian period , national treasure ) rokuon-ji temple ( kinkaku-ji temple ) in kyoto : the stone statue of fudo myoo doju-in ( tofuku-ji temple tacchu , a simple building containing a pagoda that enshrined the ashes of a founder or head priest of a zen temple ) in kyoto : the seated statue of wooden fudo myoo ( heian period , an important cultural property ) todai-ji temple hokke-do in nara : the wooden statue of fudo myoo with two youths ( the period of the northern and southern courts , an important cultural property ) shin-yakushi-ji temple in nara : the wooden statue of fudo myoo with two youths ( heian period , an important cultural property ) toshodai-ji temple in nara : the wooden statue of fudo myoo ( edo period , an important cultural property ) hase-dera temple in nara : the seated statue of wooden fudo myoo ( heian period , an important cultural property ) kanshin-ji temple in osaka : the seated statue of wooden fudo myoo ( the period of the northern and southern courts , an important cultural property ) takidani fudomyoo-ji temple in osaka : the wooden statue of fudo myoo with two youths ( heian period , an important cultural property ) kongobu-ji temple in wakayama : the standing statue of wooden fudo myoo ( heian period , an important cultural property ) kongobu-ji temple ( goma-do , small buildings at buddhist temples of shingon and tendai sects , shingonshu and tendaishu , used especially for esoteric practices , mikkyo and for the performances of the burnt-offering goma ceremonies ) in wakayama : the seated statue of wooden fudo myoo ( heian period , an important cultural property ) koyasan nan-in temple in wakayama : the standing statue of wooden fudo myoo ( namikiri fudo ) ( heian period , an important cultural property ) kanno-ji temple in hyogo : the seated statue of wooden fudo myoo ( heian period , an important cultural property ) yellow fudo : shiga , onjo-ji temple ( mii-dera temple ) , kempon-colored statue of fudo myoo ( national treasure ) blue fudo : kyoto , shorenin , kempon-colored statue of fudo myoo with two youths ( a national treasure ) ok ok ok ok ok ok +dainichinyorai ( mahaavairocana in sanskrit ) is a venerable entity of the pantheistic nyorai ( the dharmakaya buddha ) , which is thought of as a unit of the universe itself in mikkyo ( esoteric buddhism ) . because its light shines over all the world , it is called hensho or dainichi . the symbol of sanmayagyo is a pagoda in vajradhatumandala and gorinto , the five-ring pagoda in garbha-mandala . shushi ( mikkyo ) ( shuji ) was vam in vajradhatumandala and aah or a in garbha-mandala . it is a hierarchy of daibirushanabutsu-jimpenkaji-kyo sutra ( dainichi-kyo sutra ) and is the master of garbha-mandala ( the central eight-petal court , or chuudaiihachiyouin ) , as described by the dainichi-kyo sutra . moreover , it 's the center of vajradhatumandala gochi-nyorai ( five wisdom nyorai , or tathagatas ) , which the kongocho-kyo sutra describes . in the shingon sect , which was founded by kukai , it is the most important buddha with which a disciplinant should ultimately integrate . fudo myoo is regarded as an incarnation of dainichinyorai , a fundamental buddha in mikkyo or an expression of its inner determination . in tibetan buddhism , which greatly incorporates the latter part of mikkyo , dainichinyorai is revered as the center of the five buddhas ( gobutsu ) as well as gochi-nyorai . in tibetan buddhism it is commonly expressed as nyorai 's figure without jewelry or is sometimes drawn as a buddha having many faces . the form of statue is expressed by the seated figure like bosatsu ( bodhisattva ) , who wears luxurious accessories such as a crown and a yoraku , a string of beads or lace-work used to decorate buddhist statues and objects . this imitates the figure of ancient indian royalty . generally , nyorai is expressed as a lightly dressed figure free of any accessory , but dainichinyorai is particularly expressed as a monarch that wears the existence of the universe like an accessory . the symbolic gesture with the fingers of vajradhatu dainichinyorai is chiken-in ( the knowledge-fist mudra ) , and that of garbhadhatu dainichinyorai is hokkai join ( the dharma-realm meditation mudra ) . about the theory that dainichinyorai originates from ahura mazda there is a theory that dainichinyorai ( makabirushanabutsu ( mahavairocana ) , mahaavairocana ) originates from ahura mazda , the supreme god in zoroastrianism . it is based on the attribution of the sun and wisdom and the belief of fire , but there is a large disparity in dharmas between zoroastrianism and mikkyo . there is another theory that ahura mazda originates from varuna , a god of contract in mitanni and hittite . this theory assumes that varuna was a pair of mithra ( a god of light ) since ancient times and that he was asura , but there is no other significant similarity . additionally , there is the theory that dainichinyorai originates from virocana , the king of the asura family in indian mythology . moreover , the other theory considers it to be a unit of dainichinyorai that developed from vairocana , since the name is similar to virocana , the hierarchy of the kegon-kyo sutra . it seems that the theory is based on the story of chandogya upanishad . however , in ' the mahdbharata , ' an epic poem of india , virocana means the sun god but doesn 't necessarily mean only king asura . moreover , since visnu as the sun god also has this synonym , it isn 't considered to be the immediate origin . this theory that dainichinyorai originates from king asura and the supreme god of zoroastrianism remains inconclusive . ( in fact , the origins of the other gods are often invalid except for the similarities among names . ) vajradhatu : on bazara dado ban garbhadhatu : on abira un ken the statue of yokokura-ji temple in ibigawa-cho , gifu ( kamakura period ) the statue of the to-ji lecture hall in kyoto . the present statue was revived during the muromachi period . the statue of enjo-ji temple in nara ( late heian period ) , made by unkei a national treasure the statue in toshodai-ji temple , nara ( early heian period ) the statue of kongobu-ji temple in wakayama ( early heian period ) ; principal image of buddha in the former west tower . +" nyonin kinsei ( no women admitted ) " means forbiddance for women to enter shrines and temples , reijo ( sacred ground ) , ceremonial sites and others , as well as the limitation to unobstructed cultivation and worship by men . there is a temporary nyonin kinsei which considers particular period related with women 's menses as a period of abstention , while there is a permanent nyonin kinsei which constantly prohibits women 's entering in distinction from men . particularly , the barrier to regulate women 's entry to sacred mountains is called the ' nyonin kekkai , ' and the stones to show the borderline for women were placed at that border . however , for religious female believers nyonin-do was built as a place where women could devote buddhist invocations outside of the kekkai ( border ) . additionally , the place which permits women to worship and practice unobstructed cultivation is called a ' nyonin koya . ' after the cultural enlightenment of the meiji period , the stipulation of nyonin kekkai was released with regard to many sacred mountains . other places have also been released in recent years , in accordance with women 's social progress and the discussion of ' nyonin kaikin ( release for women ) that followed . the places that keep the tradition of nyonin kinsei remain only in a small proportion . nyonin kinsei , such as in regard to sacred mountains , are considered to be based mainly on shugen-do 's tradition . because shugen-do was established through the syncretization of buddhism ( mainly mikkyo , or esoteric buddhism ) with the ancient japanese shinto faith , taoism from china and others , it is difficult to clearly discern why it prohibits women 's entry to sacred mountains . the reason originated in buddhist commandments in the original buddhism , no commandments existed that prohibited entry by women with barriers at particular places . in shobogenzo , written by dogen , there is a criticism of nyonin kekkai in japanese buddhism as ' a laughing matter in japan , ' and honen , shinran and others were critical in their views of nyonin kekkai . however , buddhism considers human desires as bonno ( earthly desires ) and sees an ideal to control bonno by wisdom , so that it recommends the control of sexual desire , which is the most difficult human desire to overcome . accordingly , in the commandments for priests there are strict restrictions for activities that could stimulate sexual desires such as the prohibition of sexual intercourse ( fuin-kai ) , that of masturbation ( koshutsusho-kai ) , that of contact with women ( shoku-nyonin-kai ) , that of using evil-minded words ( sogo-kai ) , that of urging sexual intercourse as a memorial service ( tanshinsaku-kuyo-kai ) , that of staying alone with a woman ( byosho-fujo-kai ) , and that of doing what which incurs a doubt about their relationship at the time of being alone with a woman ( rosho-fujo-kai ) . moreover , the mountaineering ascetic , who is a practitioner of austerities as half priest and half layman , also needs to keep at least fuin-kai during unobstructed cultivation ( one of the hassai-kai , or eight precepts ) . incidentally , lay people are also prohibited from indecent sexual acts ( such as premarital intercourse , extramarital affair , adultery , indecent assault , bestiality and rape ) as fujain-kai ( no sexual misconduct ) ( one of the five commandments ) . additionally , it is recommended that lay people keep fuin-kai only during the period in which they devote unobstructed cultivation , such as in zen seated meditation and buddhist invocation . it seems that in order to achieve those goals , women were removed from the places of unobstructed cultivation by men in shugen-do . on the contrary , nunneries ( facilities for priestesses ) were originally specified as facilities attached to temples with a resident priest ( facilities for priests ) ( for the purpose of protecting the priestess from sexual violence ) so that it was difficult to remove men on a strict basis . additionally , in buddhism it was originally prohibited for priests or priestess ( except buddha ) to make a member of the opposite sex enter the buddhist priesthood as a disciple ( in order to avoid the ruination of the priest who would have his mistress around him as a disciple ) . ( only a priest can make a man enter the buddhist priesthood , and only ama ( nun ) can make a woman enter the buddhist priesthood . ) the facility necessary for entering buddhist priesthood is called the kaidan ( buddhist ordination platform ) . the person who entered priesthood for the first time in japan was an ama , but from the nara period to the kamakura period when the placement of a kaidan needed permission from the imperial court , all kaidans such as those at todai-ji temple and enryaku-ji temple were subject to male priests so that it is believed the difficulty of women 's jikai ( handing down the precepts ) and tokudo ( entry to the buddhist priesthood ) were related to nyonin kinsei . however , buddhist commandments are different among priests , practitioners of austerities and lay people as mentioned above , and there are differences among sects in the contents of commandments as well as their interpretations and severity . therefore , some nunneries adopt the policy of ' no men admitted ' and some temples in mountain areas do not adopt nyonin kinsei . the reason for the uncleanliness of blood in shinto in shinto , the blood that is separated and flows from the body of a living thing is considered to be unclean . ( this is the concept of considering a part of the body , meaning what is separated from the body , as unclean , which is also perceived in regard to the hair , nails and released bodily fluids ; and similar ideas exist in other religions and myths . ) for this reason there has , since ancient times , been a taboo that prohibits women in menstruation and puerperal period from entering sacred places ( such as shrines ) and touching sacred things ( such as a mikoshi , or a sacred palanquin ) . originally , not only women but also men bloodied due to injuries were prohibited from entering sacred places , while hunting and other activities in sacred places were prohibited for the same reason ; however , it seems that based on a characteristic of male chauvinist thinking in the feudal era , only the uncleanliness of blood during menstruation and puerperal period had been emphasized and used as the reason for the removal of women from sacred places . the faith in divine power such as in taoism and mikkyo there is a theory that this is due to the expectation of power in buddhism and divine power by incantation and prayer against priests , mainly as influenced by taoism and mikkyo in ancient japan . it was thought that the thorough sila ( morality ) was necessary in order to keep the power of buddhism , which was needed for priest 's prayer . among the stories in which sennin , a wizard , loses divine power due to his sexual desire , the story of kume-no-sennin in " konjaku monogatari ( tales of times now past ) " is famous . according to that story , he was attracted by young woman 's white shins who was washing clothes on the shore of kume-gawa river , lost divine power , fell down from heaven and married with that woman . the syncretism of shinto and buddhism in medieval times it is thought that different views on the taboos of buddhism , shinto and taoism as above were syncretized in medieval times , and that the basic idea of present nyonin kinsei and nyonin kekkai was established led by mountain temples and shugen-do around the kamakura period . additionally , since the kamakura period more and more of the literature distorted and cited a description in consciousness-only theory of ' 女人地獄使 。 能断仏種子 。 外面似菩薩 。 内心如夜叉 ( women are messengers from hell . they can cut buddha 's seeds . their outside faces resemble bosatsu . their minds are like yasha ( devil ) ) ' ( there is a superstition adapted from the kegon-kyo sutra ) and another description in the hoke-kyo sutra of ' 又女人身 。 猶有女人五障説 ( there exist women . there is a theory that women are five obstacles ) ' as ' because women are unclean , they can neither become buddha nor be relieved , ' apart from the original meanings or contexts . ( no such meaning is found in the originals . ) for these reasons nyonin kinsei is sometimes interpreted as being based on the philosophy regarding women in kamakura buddhism . however , it should be noted that there were founders of sects in the kamakura period , such as honen and dogen , who were critical of nyonin kinsei . other factors contributing to the origin of nyonin kinsei additionally , there is an opinion that it is because the place of unobstructed cultivation in shugen-do was in a severe , trackless mountain area . alpine climbing accidents are not rare , even today . moreover , in ancient times mountain areas were thought to be dangerous places where the evil spirits of the mountains and rivers lived . therefore , mountain areas were places that women , who could give birth , did not or must not approach in order to ensure their safety . on the contrary , because mountain areas were such places , practitioners of austerity chose them as places of severe unobstructed cultivation where men could not be caught up in thoughts of women . once the mountain path had come to be maintained well in accordance with civilization , religious women began to climb the mountains , relying on the mountaineering ascetic ; this confounded the mountaineering ascetics , who then determined the borderlines of taboo by putting barrier stones and built women 's halls for prayer and preaching . kunio yanagida , a scholar of folklore , paid attention to the barrier stone called uba-ishi at the start of a trail up mt . iwaki-san ( or ubasute-yama ) , a mountain where old women would be abandoned , and in " imo-no-chikara " and " bikuni-ishi " introduced a legend that a woman who crossed over the barrier stone would change into a stone . it was thought that the area beyond the barrier stone or border stone was the other world ( the other world over the mountain ) and that a religious person could gain a superpower by doing unobstructed cultivation in a kind of other , cloistered world . moreover , there is a theory that it was caused by avoiding the jealousy of female gods because the mountain god iwanaga-hime had , since ancient times , been considered to be a female . for example , in the legend of tono three mountains , which are seen in " tono monogatari ( tale of tono ) , " each of three female gods lived in mt . hayachine-san and mt . rokkoshi-san , and they had kept nyonin kinsei for a long time . it could be thought that this was a taboo myth in order that women would not approach dangerous mountains . however , tagiri-bime , a god of munakata-taisha shrine okitsunomiya on oki-no-shima island , which today keeps nyonin kinsei , is also a female god so that the myth that female gods were jealous and abhorred women might be established differently . according to the other theory , there is an explanation that women have difficulty practicing severe unobstructed cultivation because ' women tend to be psychic , ' like priestesses and itako ( people who can communicate with the dead ) . as the reasons for nyonin kinsei , there exist various origins and theories as mentioned above . in each place , each origin has been transmitted . additionally , there is a case that these were combined and changed over a period of history so that it is said to be difficult to reach general ideas from any one originating point . additionally , it could be thought that the time when nyonin kinsei was adopted in festivals was the edo period or after meiji period when male chauvinism became widespread , and in " kojiki ( records of ancient matters ) " there is a description that women would join in festivals . moreover , in ancient japan women were believed to be sacred persons who were generally haunted spirits , so that women were thought to have many qualifications for being enshrined as god , as represented by himiko . for example , in okinawa , where shinto is said to remain in its original form , women were called ' kaminchu ' ( men were called uminchu ) and no men were admitted in the place where shinto priest ( such as noro ) would perform religious services , as opposed to nyonin kinsei . a trace of this custom remains today . on november 3 , 2005 , the members of ' a project to climb mt . omine-san , ' which was set up by dissenters against the nyonin kinsei of mt . omine-san , visited the spot in order to climb mt . omine-san , and requested the release to the temple 's side by submitting a questionnaire , but it ended in failure . as a result , both sides agreed to have a chance to talk another day and broke up , but immediately after that the three women of the project stubbornly climbed the mountain in order to assert their view of the problem . against this action , criticism came from the temple 's side , local people in opposition and portions of the mass media . while there is an opinion that " praises " the activity of the project side ( it is a gesture of agreement with male chauvinism and an evil custom that is opposed to the principle of gender equality ) , there is another opinion that nyonin kinsei should be maintained firmly ( it succeeds the religious and traditional culture that is rooted in japan and does not promote discrimination such as male chauvinism so that the enforcement of mounting climbing is a hasty and foolish action that violates japanese culture ) . additionally , there is an opinion that criticizes the project side from the standpoint of the freedom of religion ( even if a certain faith or custom seems to be superstitious in the context of modern values , it is not good to carelessly and forcibly abandon it so high-handedly , but instead one should wait for the believers to reform voluntarily ) . moreover , some intellectuals criticize the project side because they do not act to require abolishment or amendment against the festivals and places in which traditionally no men are admitted , as a contrary practice in japan ( such as utaki ( okinawa ) ) . lineage of buddhism and shugen-do in mountains mt . fuji ( but released from the latter part of the edo period ) mt . tate-yama ( released in 1872 ) mt . hakusan ( same as above ) mt . hiei-zan ( same as above ) mt . koya ( koyasan ) released in 1904 the three mountains of dewa sanzan ( released in 1997 ) however , there is a different period of unobstructed cultivation between men and women . mt . ishizuchi-yama , mt . ishizuchi-san ( ehime prefecture ) ( currently nyonin kinsei only on the starting day of the climbing season which is july 1st . ) mt . omine-san ( nara prefecture ) ( nyonin kinsei in all mountain areas , with a large sign posted at the start of the route to the climb ) there is a protest movement . mt . ushiro-yama ( dosen-ji temple ) ( okayama prefecture ) ( except for the route of the climb to the top ) the lineage of shinto oki-no-shima island : even men must purify themselves by abstaining from eating meat at the time of entry . tanabu matsuri festival ( mutsu city aomori prefecture ) : in recent years women have been permitted to pull floats , but basically it adopts nyonin kinsei so that women are not permitted to ride on floats . kanto poles ( akita city ) yamahoko floats in the gion matsuri festival ( kyoto city ) : there are women 's hayashi-kata in some yamahoko floats , but nyonin kinsei is adopted in regard to naginata-boko , the first float of the parade . hakata gion yamakasa ( fukuoka prefecture ) : there are cases in which girls of elementary school age or younger can participate while wearing the same costume of shimekomi as men . kishiwada danjiri matsuri festival : women are permitted to pull danjiri floats but are not permitted to ride on them . mine ( yamashi ) : in recent coal pit operations the custom has been abolished and women have come to work in the pits . in the tunnel under construction ( yamashi ) : currently , female technicians are able to work without problems . sake breweries ( toji , or chief sake brewer ) : currently , there are female toji . the dohyo ( sumo ring ) in a grand sumo ( wrestling ) tournament is the subject of discussion , but it remains as it has . kabuki : although the founder of kabuki was regarded as a woman , nyonin kinsei has been implemented because of the problems of morality such as the appearance of groups which played kabuki and provided prostitution , giving rise to ' yaro kabuki , ' which persists in the present day . japanese lyrical noh drama : the participation of noh actresses in the nohgaku performers ' association was admitted in 1948 . women 's participation in the association for japanese noh plays ( general accreditation of important intangible cultural heritage ) was admitted in 2004 . mt . athos : the site of a monastery of the orthodox church , it prohibits the bringing in of female livestock . however , cats are accepted . the olympic stadium of ancient greece : only married women were prohibited from watching the games . unmarried women could not participate in games but could watch them . holy of holies of the freemasons : the qualification for membership is limited to literate adult men who have no physical defects . membership golf clubs ( which limit member qualification and facilities rights exclusively to men ) : many golf clubs of long standing , such as st. andrews , augusta national golf club and koganei country club , allow only men to participate . +juichimen kannon ( ekadaza mukha in sanskrit ) is one of the venerable entities of bosatsu , which is worshipped in buddhism . the sanskrit name means ' eleven faces . ' it is one of the transformed bodies of kannon bodhisattva ( kannon bosatsu ) and is one of the roku kannon ( six kannons ) . as the features were explained in ' juichimen shinjushin-kyo sutra ' translated by genjo , it is a bosatsu having 11 faces on the head except for a face on the main body . the sanmayagyo ( symbol ) is a suihei , a small water bottle , and a glowing lotus . shushi ( mikkyo , esoteric buddhism ) ( shuji ) is ka and hriih . it is also called daikofusho kannon , and it is said that the 10 faces on the front , back , left and right among the 11 faces on the head show jicchi ( ten stages ) while the topmost butsumen ( the head of a buddha ) shows buddhahood , or nirvana . it is said that this shows the pious act of cutting away 11 kinds of ignorance and the earthly desires ( 無明煩悩 ) of living things , and to open buddhahood . it is also called daihi sendai because it has a vow as ' i do not stop without relieving people ( 救わで止まんじ ) . ' as a role of roku kannon , it civilizes ( 摂化 ) living things in ashura-do ( the asura realm ) . in japanese it has various names such as ' juichimen kannon bosatsu ' and ' juichimen kanzeon bosatsu , ' but the name assigned as a national treasure or important cultural property is ' juichimen kannon . ' it seems to be a venerable status ( 尊格 ) that originated in india , but there is no distinguished work in india ; however , its statues were produced eagerly in china and japan through the dissemination of ' juichimen shinjushin-kyo sutra ' translated by genjo in tang . in japan , the statues of juichimen kannon were produced and worshipped eagerly since the nara period , and the statue of juichimen kannon in the wall paintingof horyu-ji temple kondo ( 法隆寺金堂 ) ( which was damaged by a fire in 1949 ) seems to be the oldest work . the other works from the nara period are the statue of shorin-ji temple in nara ( a national treasure , coming from daigorin-ji temple ( omiwa-tera temple ) , which is a jingu-ji temple ( a temple associated with a shrine ) in omiwa-jinja shrine ) and the statue of kannon-ji temple in kyoto ( a national treasure ) , the statue of yakushi-ji temple in nara ( an important cultural property ) and so on . the principal image of buddha of nigatsu-do in todai-ji temple is also juichimen kannon , but its feature is not clear because it is a buddhist image that has infrequently been shown to the public since ancient times . omizutori , ' an annual event of that temple , is the event for the confession of sins to juichimen kannon ( juichimen keka hoyo ) . additionally , according to folklore , taicho , a priest of shugen-do ( an ancient japanese religion ) in the nara period , had practiced asceticism while praying juichimen kannon since childhood , opened hakusan , which is famous as reijo ( sacred ground ) and succeeded in placing ( 感得 ) myori gongen , which had juichimen kannon as its honji ( substance ) . after the heian period , shuei , who learned the ways of both the shingon and tendai sects , moved this myori gongen to hieizan enryaku-ji temple , which is one of the sanno shichisha ( seven sanno shrines ) as kyakujin gongen ( an enshrined diety to pray for the increase of customers in merchant families ) . juichimen kannon is seen as a bosatsu that performed the pious act of removing all hardships from living things due to its deep mercy , so that many statues had been produced in figures such as that of a goddess . many statues of juichimen kannon put kebutsu ( the artificial buddha ) on the front top of the head and put faces of emotions such as butsumen , bosatsumen ( bodhisattva heads ) , shinnumen ( three angry faces ) , kugejoshutsumen ( plain faces with fangs ) and daishomen ( a laughing face ) on the head while letting the right hand hang down , and having in the left hand a vase in which there is a lotus . this is based on ' juichimen shinjushin-kyo sutra , ' translated by genjo . shinnumen is an expression of anger with the arching of the eyebrows and a downturned mouth ; kugejoshutsumen is an expression in which a canine tooth is bared between pressed lips , and daishomen is an expression of a smile , more specifically a big grin . usually , butsumen is put atop the head , bosatsumen ( three faces ) at the front side on the head , shinnumen ( three faces ) on the left side ( on the observers ' right ) , kugejoshutsumen ( three faces ) on the right side ( on the observers ' left ) and daishomen ( one face ) on the back which can not be seen from observers . according to ' juichimen shinjushin-kyo sutra , ' the right hand which is hanging down has a beadroll and the left hand holds a vase with a red lotus in it . however , in the case of statue , beadroll in the right hand is often omitted or lost . on the other hand , the statue of juichimen kannon as a principle image of buddha in hase-dera temple ( 真言宗豊山派総本山長谷寺 ) , the grand head temple of the shingon sect buzan-ha , has as is customary a lotus in a vase in the left hand , but it is the greatest characteristic that it has a big shakujo ( pewter staff ) and stands upon a rock . the statues of juichimen kannon that are placed in many buzan-ha temples show these features , and consequently they are called ' juichimen kannon of the hase-dera style . ' in the pure esoterica that was transmitted by kukai , the statues with four arms were produced based on the sutra translated by fuku , but the statues with two arms were predominant in japan . vajradhatu : on rokeijinbara kiriku garbhadhatu : on makakyaronikya sowaka on daradara jirijiri dorodoro ichibachi sharei shareiharasharei harasharei kusomei kusomabarei irimiri shirishichi jaramahanaya haramashuda sataba makakyaronika sowaka in the nara period the statue of shorin-ji temple in nara ( a national treasure ) the statue of kannon-ji temple in kyotanabe city , kyoto ( a national treasure ) the statue of mie-ji temple in gifu ( an important cultural property ) in the heian period the statue of haga-ji temple in fukui ( an important cultural property ) the statue of kogen-ji temple ( dogan-ji temple ) in shiga ( a national treasure ) the statue of rakuya-ji temple in shiga ( an important cultural property , seated statue ) the statue of rokuharamitsu-ji temple in kyoto ( a national treasure ) the statue of domyo-ji temple in fujiidera city , osaka ( a national treasure ) the statue of nakayama-dera temple in takarazuka city , hyogo ( an important cultural property ) the statue of hokke-ji temple in nara ( a national treasure ) the statue of murou-ji temple in nara ( a national treasure ) after the kamakura period the statue of hoshaku-ji temple in kyoto ( an important cultural property ) the statue of hokongo-in temple in kyoto ( an important cultural property , seated statue ) the statue of hase-dera temple in nara ( an important cultural property ) pictures the book in nara national museum ( a national treasure , from the heian period ) +jizo bosatsu ( d ksiti gharbha in sanskrit ) is one of the venerable entities of bosatsu , which is worshipped in buddhism . d ksiti ' means ' the earth ' and ' gharbha ' means ' in the womb ' or ' womb , ' but it is freely translated into ' jizo . ' it is also translated into jiji , myodo and muhenshin . the sanmayagyo ( symbols ) are nyoi-hoju ( a sacred jewel that is said to remove suffering and be capable of granting every wish ) , doban ( a kind of sublime article , a rod with a streamer on the top ) and shakujo ( a pewter staff ) . shushi ( mikkyo , esoteric buddhism ) ( shuji ) is ha . it is named after the belief that it enwraps troubled people with its immeasurably great mercy and saves them , such that the earth has the power to cultivate all lives . it is generally believed to be ' a protective deity of children ' so that the sweets that children love are often offered on the altar . generally , it is affectionately called ' ojizo-san ' or ' ojizo-sama . ' it is considered that it follows shaka-muni buddha in the touriten ( trayastrimsa heaven ) and senses the capability of living things each morning in dhyana ( meditation ) , and that it is a bosatsu that relieves living things who live in the wheel of life of rikudo ( the six realms of jigoku-do ( naraka realm , or hell realm ) ( 地獄道 ) , gaki-do ( preta realm , or hungry ghost realm ) , ( 餓鬼道 ) , chikusho-do ( animal realm ) ( 畜生道 ) , shura-do ( ashura realm , or realm of demigods ) ( 修羅道 ) , jin-do ( human realm ) ( 人道 ) and ten-do ( deva realm , or realm or blissful state ) ( 天道 ) , while there exists no buddha in this world after shaka entered nirvana and before miroku bosatsu ( maitreya bodhisattva ) appears , 5670 million years later . many statues are generally expressed in the figure of a shaven shomon or bikuni ( figures of priests or priestesses ) putting on robes with nyoi-hoju in the left hand and shakujo in the right hand or with nyoi-hoju in the left hand and yogan-in figurative gestures ( wish-granting mudra , showing the palm and hanging down ) in the right hand . however , in mikkyo it is expressed in the normal figure that piles its hair high and wears accessory as a principal image of garbha-mandala jizo-in ; it has nichirin ( 日輪 ) in front of the right-side breast in the right hand and has a lotus that bears doban while placing the left hand on the left hip . the benefits of jizo bosatsu hongan kudoku-kyo sutra are as follows : twenty-eight benefits 1 . the tenryu ( protective deities ) will guard and defend thee ; 2. the fruits of goodness and virtue will shine increasingly on thee ; 3. the wisdom of the sages shall accumulate within thee ; 4. no retreat along the bodhi path will be suffered by thee ; 5. food , drink and clothing will not be lacking for thee ; 6. disease and illness will not harm thee ; 7. calamities of fire and water will not hurt thee ; 8. thieves and robbers will not trouble thee ; 9. respect from others will come to thee ; 10. demonic spirits shall ( even ) aid thee ; 11. from female to male transformed thou will become ; 12. female minister to kings thou will become ; 13. comely in appearance thou will be ; 14. constant rebirth in deva heaven shall be accorded thee ; 15. the role of monarch may fall unto thee ; 16. wisdom from previous lives shall illuminate the future for thee ; 17. all those who beseech thee shall follow thee ; 18. a joyous and content family shall be granted thee ; 19. chance , falsehood , and untrue doctrines shall cease to thwart thee ; 20. eternal freedom from the karmic chain shall be thine ; 21. no obstacles along any path shall obstruct thee ; 22. peaceful and untroubled dreams will slumber bring thee ; 23. thy ancestors who suffer from evil karma shall be liberated ; 24. reborn shall they be , based on the good karma of thy past life ; 25. praised by the sages thou will become ; 26. intelligent and wise in nature thou will become ; 27. rich in kindness and compassion thou will become ; 28. enlightened thou will become . seven benefits 1 . they shall rapidly climb the divine stages of advancement ; 2. they shall be free of all bad karma ; 3. they shall be guarded by all the buddhas ; 4. they shall never again suffer setbacks along the bodhi path ; 5. they shall experience greater willpower to do good ; 6. they shall remember their past lives and experiences ; 7. they shall eventually achieve buddhahood . among enra-o-juki shishu gyakushu shoshichiojo jodo-kyo sutra ( 閻羅王授記四衆逆修生七往生浄土経 ) ( yoshu juo shoshichi-kyo sutra , yuxiu shiwang shengqijing sutra ) and juo-kyo sutra ( jizo bosatsu hossin innen juo-kyo sutra ) , a belief that jizo bosatsu is the same entity as enma , tied with juo belief in taoism . according to that , the king enma watches people closely as jizo bosatsu so that he can fairly bring the dead to justice . in japan since the heian period , when the pure land faith was widespread , people increasingly believed that the living things who could not be reborn in the land of bliss after death inevitably went to hell , so that they had to hope from jizo bosatsu for relief from their suffering in hell . there is a folk belief that jizo bosatsu guards children who are bullied by ogres at sai-no-kawara ( the limbo of children ) so that jizo bosatsu has been worshipped for the veneration of children and miscarried fetuses . moreover , in the kansai district jizo bon is held as a children 's festival . additionally , it has been syncretized with doso-shin ( doso-jin ) , the traveler 's guardian deity , so that many stone statues were enshrined by the roadsides throughout japan . in china , jizo bosatsu is called jizo-o bosatsu ( tied with juo thought ) and is worshipped as a master of the underworld . because it brings the dead to justice as the king emma , it is mainly worshipped in order to wish for relief ( from hell ) after death . in the naka ward of yokohama city , kanagawa prefecture ( japan ) there exists jizo-o-byo temple ( chuka giso ) ( chinese cemetary ) , which was built by chinese residents and enshrines the rest of the dead . the sacred place of jizo-o bosatsu is mt . jiuhuashan , in anhui province . this is based on the fact that a priest jizo ( 696 to 794 ) , who is also called kin-osho or kana jizo in shiragi , the silla dynasty , lived in huacheng temple at this place . jizo , who entered nirvana in this place at the age of 99 , remained the same figure as living when his casket was opened three years later in order to be enshrined in a tower , so that the faith to see him as the same as jizo-o bosatsu was created and the place of the tower became a sacred site of jizo-o bosatsu . according to that historical event , it has been worshipped until now as a sacred place in chinese buddhism , as have mt . wutai shan of monju bosatsu , mt . emeishan of fugen bosatsu and mt . putuo of kannon bosatsu . in japan the statues of rokujizo , which consist of six statues of jizo bosatsu , are enshrined in various places . this is originated from a theory that six kinds of jizo bosatsu relieve each of the six worlds , based on the buddhist concept of rokudo-rinne or rebirth in the six worlds ( whereby all lives repeat incarnation in the six worlds ) . each name of rokujizo is unauthorized . in many cases they are called danda jizo , hoju jizo , hoin jizo , jiji jizo , jogaisho jizo , nikko jizo or kongogan jizo , kongoho jizo , kongohi jizo , kongodo jizo , hokoo jizo , yotenga jizo in the order of jigoku-do , gaki-do , chikusho-do , shura-do , jin-do and ten-do , but some documents describe names other than the above . at any rate , it is nearly impossible to determine each name of jizo bosatsu only by its features . in japan the statues of rokujizo are often enshrined at the entrances to cemeteries and so on . in the golden hall of chuson-ji temple , each of six statues of jizo bosatsu are placed on the three buddhist altars in which the bodies of fujiwara no kiyohira , fujiwara no motohira and fujiwara no hidehira are placed , and the figures of each statue are nearly identical to one another . a long time ago there lived two kings who were abundantly merciful in india . one of the kings thought he would relieve people by becoming buddha by himself , and he became the buddha called issaichii-nyorai . however , the other king dared to reject becoming buddha in spite of being capable of doing so ; instead he willingly went to hell , keeping his human form , and continuously endeavored to relieve all the troubles and wandering of souls . he is jizo bosatsu . there are many stories that the miraculous efficacy of jizo bosatsu is enormous enough to diminish people 's sins and make them buddha , and that he relieves people as a scapegoat for their suffering . although bosatsu is a buddha ranked at high status next to nyorai , jizo bosatsu stepped down from the status with the determination that ' i won 't go back to the bosatsu world unless my wish to relieve all living things comes true , ' and he continued travel to relieve unrelieved living things and the souls of young children who died before their parents , walking on foot through rokudo . it is said that a young child who dies before his parents cannot cross the sanzu river but must continue to build a stone stupa forever ; that he must suffer from the bullying of ogres at sai-no-kawara because he makes his parents grieve ; and that he will not accrue pious acts of filial devotion to his parents . there is a famous anecdote that jizo bosatsu is first to go to sai-no-kawara and guards children from ogre , gives virtue by preaching buddhism dharma and sutras , and leads them to the way to become buddha . as mentioned above , jizo bosatsu is the bosatsu who relieves the weakest people above everything else , so that he has been worshipped enormously since ancient times . relationship to the hungry ghosts ' feeding festival in more recent times there has been a widespread story that the spot under jizo bosatsu 's feet is the entrance of the world of gaki ( hungry ghosts ) . when water is poured on the statue of jizo bosatsu , it pours into the mouth of gaki , who suffers forever in the netherworld . it is said that although gaki in buddhism has a burning tongue because of the sin of having told a lie in life so that he cannot drink or eat because everything in his mouth is burned away , the water through jizo bosatsu 's mercy can reach gaki 's throat and he can interrupt suffering for a while ( during which people pray for gaki to become buddha by reading mass and reciting sutras with great virtue as part of the hungry ghosts ' feeding festival ) . this is a story that shows the pious acts of jizo bosatsu , who is said to pour mercy upon all six worlds without prejudice ; accordingly , the hungry ghosts ' feeding festival was established as associated with jizo bosatsu . in buddhism a nefarious person who denies and criticizes buddhism is called ichi-sendai ( 一闡提 ) ( or simply sendai ) , which also means simply ' a person who has difficulty becoming buddha , ' so that bosatsus such as jizo bosatsu and kannon bosatsu , who dared not to become buddha through their great mercy in relieving all living things , are called ' daihi sendai ' and are clearly distinguished from the normal sendai . the above ' rokujizo ' is jizo-son ( statues of jizo ) , who guards each of the six worlds , and therefore many statues were placed at funeral homes and graves . additionally , it was combined with the faith for doso-shin ( japanese shinto deity ) , so many statues were built as ' guardian deities of the barriers of town ' outside of towns or on streets . jizo bon is a festival that enshrines this as a principle image . moreover , because doso-shin is called shaguji , the jizo bosatsu that syncretized with doso-shin came to be called shogun ( 将軍 ) jizo by combining the letters of " shogun " with " shaguji " ( it is also written as 勝軍 ( shogun ) ) . in a folkloric tale " journey to west , " jizo-o bosatsu is described as he tells gyokukotaitei ( 玉皇大帝 ) in heaven about the violence of sun wu kong ( seitentaisei , 斉天大聖 ) , from hell , as a master of the underworld . on kakaka bisanmaei sowaka ( 唵 訶訶訶 尾娑摩曳 娑婆訶 ) the gods regarded as honji suijaku of jizo bosatsu in the syncretism of shinto and buddhism are atago-no-kami ( a deity ) and amenokoyane . a scapegoat for the pain of sickness kesho jizo ( jizo of makeup ) oshiroi jizo ( jizo of face powder ) arai jizo ( jizo of wash ) aka jizo ( red jizo ) misoname jizo ( jizo who licks miso ( japanese soybean paste ) ) agonashi jizo ( jizo without a chin ) shio jizo ( salt jizo ) anko jizo ( jizo of sweet bean paste ) kubinashi jizo ( jizo without a neck ) kubikiri jizo ( jizo with its neck cut off ) ashikiri jizo ( jizo with its toes cut off ) kamihari jizo ( jizo wrapped in white paper ) koshiore jizo ( jizo bent from the waist ) sekidome jizo ( jizo who stops a cough ) iki jizo ( jizo carved into a living tree ) nurikobe jizo ( jizo to which sickness can be applied ( nuri ) ) mearai jizo ( eye-washing jizo ) kurokane-yaki jizo sai-no-kawara jizo kosodate jizo ( child-raising jizo ) and koyasu jizo ( jizo for children 's health ) komori jizo ( babysitting jizo ) santai jizo ( three jizos ) haraobi jizo ( jizo with maternity girdle ) kuginuki jizo ( nail-pulling jizo ) togenuki jizo ( thorn-pulling jizo ) indo jizo ( jizo who recites a requiem ) mizuko jizo ( jizo who comforts the souls of dead fetuses or stillborn babies ) rokujizo ( six jizo ) kunuki jizo ( jizo who saves people from suffering ) kegawari jizo ( jizo with changed hair ) funanori jizo ( sailor jizo ) asekaki jizo ( sweating jizo ) shibarare jizo ( jizo bound with rope ) imo jizo ( potato jizo ) hoyake jizo ( burnt jizo ) enmei jizo ( life-prolonging jizo ) kubitsugi jizo ( neck-connecting jizo ) shogun jizo higiri jizo ( jizo who grants a wish of a specific date ) kaiun jizo ( luck-bringing jizo ) mujin jizo ( also said to prolong life ) national treasure horyu-ji temple ( ikaruga-cho , nara prefecture ) - the early heian period ( in omiwa-ji temple ) an important cultural properties ( designated by the government ) kinomoto-jizo-in temple ( joshin-ji temple ) ( kinomoto-cho , ika-gun , shiga prefecture ) - the three major jizo-son in japan , kamakura period koryu-ji temple ( kyoto city kyoto prefecture ) - heian period ( umoregi jizo ) rokuharamitsu-ji temple ( kyoto city , kyoto prefecture ) - heian period ( katsurakake jizo ) rokuharamitsu-ji temple ( kyoto city , kyoto prefecture ) - heian period ( katsurakake jizo ) joruri-ji temple ( kizugawa city , kyoto prefecture ) - heian period obitoke-dera temple ( nara city , nara prefecture ) - kamakura period ( obitoki koyasu jizo ) todai-ji temple ( nara city , nara prefecture ) - kamakura period , placed at koke-do , made by kaikei . todai-ji temple ( nara city , nara prefecture ) - kamakura period , placed at nenbutsu-do , made by kosei . fukuchi-in temple ( nara city , nara prefecture ) - kamakura period denko-ji temple ( nara city , nara prefecture ) - kamakura period ( hofuku jizo ) murou-ji temple ( uda city , nara prefecture ) - heian period ( one of the five statues ) hokai-ji temple ( kamakura city , kanagawa prefecture ) - made by kenen who was a busshi , a sculptor of buddhist statues others kogan-ji temple ( toshima ward , tokyo ) - sugamo togenuki jizo-son kencho-ji temple ( kamakura city , kanagawa prefecture ) - jizo bosatsu is the principal image . mibu-dera temple ( kyoto city , kyoto prefecture ) - jizo bosatsu is the principal image . nyoi-ji temple ( kobe city , hyogo prefecture ) - jizo bosatsu is the principal image . enshu-in temple ( hiratsuka city , kanagawa prefecture ) - otasuke jizo-son jizo san-kyo sutra jizo-bosatsu hongan-kyo sutra daijodaiju jizo jurin-kyo sutra sensatsu zenakugoho-kyo sutra a fake sutra believed to have originated in china enra-o-juki shishu gyakushu shoshichiojo jodo-kyo sutra jizo bosatsu hossin innen juo-kyo sutra a fake sutra believed to have originated in japan bussetsu enmei jizo-bosatsu-kyo sutra +aizen myoo ( ragaraja ) is one of the myoos ( king of wisdom ) , being worshipped in buddhism and having venerable status specific to mikkyo ( esoteric buddhism ) . having a sanskrit name , ragaraja , which is not seen in buddhist sutras such as those of india , is a funnu-son--a deity with a fierce expression ( 忿怒尊 ) --whose works are not found in india either . one of the reasons living things do not believe in buddhism is that ' they are fascinated by temporal pleasures such as bonno ( earthly desires ) and sexual desire , ' but aizen myoo practices pious acts because ' bonno and sexual desire are human 's instincts that are difficult to cease , so that i change these instincts into ambitions and make living things believe in buddhism . ' aizen myoo has one face and six arms with funnu-so ( an angry expression found on buddhist images just like other myoos ) , and it has highly distinctive features such as a lion 's crown , which symbolizes the strength to bear any problem , as well as a seated lotus position on a lotus flower blossoms in a hobyo ( a flower vase ) , which is filled with wisdom . because it was originally a god to express love , the body color is red and it is often depicted with a luminous halo . additionally , there exists a figure of aizen myoo that draws a bow toward heaven ( such as ' the statue of aizen myoo with celestial bow ' at mt . koya ) and pictures on which different features are drawn , such as two heads . it has a third eye on the forehead , and some people say this depicts female genitalia . however , the reason for that view is not known and it is uncertain whether it is true . aizen myoo has been worshipped since ancient times as a buddha that controls ' love , marriage and household harmony , ' as its name shows ; moreover , it has been worshipped as a guardian deity of dye and textile manufacturers by interpreting ' aizen ( 愛染 ) as aizen ( 藍染 ) , or indigo . ' moreover , because it does not deny sexual desire , it was worshipped by prostitutes in ancient times and is worshipped by women of the present day who work in the nighttime entertainment industry . aizen myoo is also depicted in pictures of the mandala , a principal image of the nichiren sects , facing fudo myoo ; and it has been written in sanskrit since nichiren through the ages because it has a venerable status of mikkyo transmitted by kukai . moreover , it is said that fudo myoo in the mandala of nichiren sects shows the idea that the sufferings of birth and death are nirvana while aizen myoo shows the idea that earthly desires are a pure aspiration to enlightenment . the theoretical origin of aizen myoo is not known , but judging from one of the mantras of aizen myoo , ' fun takki fun jaha fun , ' it seems related to takkiraja ( kama raja ( カーマ ・ ラージャ ) ) , the tenth funnu-son in the latter stage of mikkyo . it is said that the word " takki " means love or death , but the exact origin of the word is not known . there is a theory that takki originates from dakini ( ダーキニー ) ( dakiniten ) . dakini is often considered to be a witch , and therefore takkiraja could be translated as the king of witches in japanese . alternatively , takki might be a lost god or a slang term . kama is a goddess of love who was burned to death because she released an arrow against shiva during ascetic practices . the goddess kama , which is also called mara , seduced buddha . mara has a daughter named raga . for details , see the article on kama ( hinduism ) . mara is the supreme god who lives in the sixth heaven , which is also called take-jizai-ten ( the heaven where one can partake of the pleasures created in other heavens ) or the sixth tenmao ( devil ) . for details , see the article on tenma . ( kama is the supreme god in heaven , but please note that there are more worlds over heaven in buddhism . ) take-jizai-ten is expressed as a figure with a bow , and it is a god that controls everything in this world at will , makes others enjoy and enjoys by itself . from the other perspective , it is a god and a seducer that makes a person feel happy . it is said that dainichinyorai preached at the palace of take-jizai-ten . aizen myoo could be said to be a god that changed the viewpoint against love and mastered it . it seems that kongoai bosatsu is the nearest as a venerable status and was incorporated from a god who drew a bow of love or a god of love with a bow ; it is interpreted as a bosatsu in mikkyo so that its funnu-son corresponds to aizen myoo . although aizen myoo is often enshrined as an attendant , there are examples in which it is enshrined as the principal image , as follows : temples that enshrine aizen myoo as the principal image aizen-do ( shoman-in temple ) ( tennoji ward , osaka city ) - one of the four halls of shitenno-ji temple built by prince shotoku the first fudasho , a temple that issues amulets , of saigoku aizen reijo ( holy grounds related to aizen myoo in the western districts of japan ) ( 西国愛染霊場 ) . kongosanmai-in temple ( koya-cho , wakayama prefecture ) - the temple related to masako hojo . it enshrines aizen myoo , which was nenjibutsu ( a buddhist image that is kept in close proximity for personal daily worship ) of minamoto no yoritomo . the principal image is a national important cultural property . shana-in temple ( nagahama city , shiga prefecture ) - the principal image is made in the kamakura period and a national important cultural property . it is said that it was consecrated by hideyoshi toyotomi . aizen-in temple ( nerima ward , tokyo ) - the principal image is the statue of aizen myoo , which is a buddhist image not usually shown to the public . komyosan aizen-in temple ( 光明山愛染院 ) ( itabashi ward , tokyo ) - worshipped by local dye manufacturers other representative temples that enshrine aizen myoo saidai-ji temple ( nara city , nara prefecture ) : this statue of aizen myoo ( an important cultural property ) was made by zenen . it is placed at aizen hall , which was formerly konoe-ko mandokoro goten ( 近衛公政所御殿 ) in kyoto imperial palace but was relocated there . jingo-ji temple ( ukyo ward , kyoto city ) - the statue of aizen myoo ( an important cultural property ) was made by koen , who was a busshi . jindo-ji temple ( yamashiro-cho , soraku-gun , kyoto prefecture ) - the statue of aizen myoo with celestial bow a statue in the nara national museum - the statue of aizen myoo ( an important cultural property ) was made bykaisei , a busshi in the kamakura period . kakuon-ji temple ( nikaido , kamakura city ) - the seated statue of aizen myoo at aizen hall was made during the latter part of the kamakura period . +zazen ( meditation ) is a fundamental method of training in zen buddhism , in which one meditates sitting with correct posture . it is sometimes written with the characters 座禅 however it is correct to use the character 坐 . harmonize posture , breathing and mind . ( choshin , chosoku , choshin respectively ) a special cushion for zazen called a zafu is used when sitting down to meditate . a zabuton ( flat cushion ) folded in two can sometimes serve as a substitute . sit down cross-legged on the cushion , with knees barely touching the floor . zazen is done in either full-lotus position or half-lotus position . to sit in the full-lotus position , put the right foot on the left thigh and move the right heel close to the hip . next , put the left foot on the right thigh . in half-lotus position only the left foot is put on the right thigh . in either position , the three points including two legs and bottom make a balanced sitting posture . the hands are placed together palms up with the thumbs touching in a natural arc in the hokkai-join or gesture of reality . face the right palm upwards and place the left palm on top . lightly touch the tips of the thumbs together . with eyes half open , lower gaze to a point about one meter in front . pull chin in , and rest the tongue lightly on the roof of the mouth behind the front teeth , keeping mouth lightly closed . relax shoulders and straighten the spine . pull the back in and the stomach slightly forward . such that the nose and navel are in line . breathe naturally . breathe out and in gently from the nose . it is said to exhale from the ' tanden ' ( a point in the lower abdomen ) . some temples hold zazen meetings . also , the correct way to do zazen is broadcast on a and available for viewing free . zazen is sometimes perceived as the same as visual meditation ( ' meiso ' ) , however the direction of zazen is different to that of visual meditation in which the eyes are closed and an object is visualized in the mind . the purpose of zazen is not to be bound by the images in your mind but to experience the world and yourself as it really is , and reach a spiritual place of nothingness . the priest dogen , founder of the soto sect of buddhism , emphasized the concept of ' shikantaza ' which is a japanese term for zazen and means just sitting . it means to just sit for the sake of sitting , and not for the purpose of gaining some merit or reward . medicine medical researchers are studying the slowing of breathing during zazen meditation . +seiryu gongen ( 清瀧権現 ) , or seiryo gongen , is a guardian goddess of daigo-ji temple , the grand head temple of the shingon sect daigo-ha branch in the fushimi ward of kyoto city . additionally , it is called seiryu daigongen ( seiryo daigongen ) and is also written as 清滝権現 ( seiryu gongen , seiryo gongen ) . honjibutsu , the original buddhist identity of a shinto deity , is jundei kannon and nyoirin kannon . seiryu gongen isn 't described in kyoki ( sutra ) , but according to kukai 's goyuigo ( written will ) it was zennyo ryuo , ( dragon king zennyo ) the third ( also said to be fourth ) daughter of shakara ( sakara , shagara ) , one of the hachidai ryuo ( the eight dragon kings of indian myth ) , and lived in munetsuchi ( 無熱池 ) ( a legendary pond that is said to be located in the himalayas ) . there are two kinds of dragons--good and evil--and zennyo ryuo was a good dragon who did not do harm ; it is a golden snake of 2.5 cm long who appeared with the respect of the dharma of mantra , shingon , and stands atop a snake of about 3 meters long . it is said that it appeared at the time of a religious ceremony to pray for rainfall held by kukai at shinsen-en . zennyo ryuo came flying to shoryu-ji temple ( qinglongsi temple ) in china , where mikkyo was guarded , and became a guardian goddess of the temple , ' seiryu . ' in later years , when kobo-daishi kukai visited seiryu-ji temple and learned buddhism , he begged to be given samaya-vrata but it was not permitted . when kukai came back to japan , it appeared in a ship and kukai swore to guard mikkyo , so that it was transferred by praying at the foot of mt . takao-san in rakusai , kyoto . at that time it crossed the sea so that it came to be called ' seiryu gongen ( 清瀧権現 ) ' with respect in japan , adding the left-hand radical of ' sanzui ( sense of water ) ' to the chinese character , 龍 ( dragon ) . accordingly , the name of the river at the foot of mt . takao-san was changed to kiyotaki ( 清滝 ) . moreover , eun was invited to pray when transferring it to ansho-ji temple . after seiryu gongen came flying to japan and visited various temples , it descended to the peak of daigo-ji temple , in the present place , in around 900 by the invocations of shobo . subsequently it became the goddess that guarded shingon mikkyo , which has been transmitted in that temple . in 1097 , shokaku separated daigo-ji temple into the upper and lower parts of the mountain , so that in ' kami-daigo ( the upper part of daigo ) , ' where seiryu gongen is said to have descended ; at the front of the daigo-sui spring stands ' seiryu-gu haiden , ' a national treasure , which was built during the muromachi period , and in ' shimo-daigo ( the lower part of daigo ) , ' which is at the foot of mt . daigo-san , stands ' seiryu-gu honden , ' a national important cultural property . +according to buddhism and hinduism , enma is the master of hell . he is also considered to be a deity . it is believed that enma , being the king of a permanent dreamland , has the authority to judge the crimes committed by the dead while in life . enma is a transliteration of yama in sanskrit and pali . he is also called yama-rāja ( rāja means " king " ) . the transliteration is enmaraja , and the free translation is enma daio ( great king enma ) . his name is abbreviated as enra , enra-o , en-o or en . yama ( emma ) is translated into japanese as baku ( 縛 ) , sosei ( 雙世 ) , soo ( 雙王 ) , seisoku ( 静息 ) , shasei ( 遮正 ) or byodo ( 平等 ) , etc . such japanese translations are derived from the respective meaning of chinese character , namely " baku ( 縛 ) , " which means capturing criminals , " sosei ( 雙世 ) , " which means always suffering the consequences of pain and joy ; " soo ( 雙王 ) , " which means a king consisting of a paired brother and sister , and " byodo ( 平等 ) , " which means the fair judgment of criminals . faith in various regions he was a deity that originated in the era when india and persia were unified ; he has the common origin with saintly king yima of avesta . according to the " rig-veda , " yama is considered to be the human ancestor because the human race was born of yama and his sister yami ; he became the king of the world of the dead because he was the first human being to die . he is believed to live in the deepest recesses of emptiness . in ancient india , those who performed benefactions in life were believed to go to yama 's country out in heaven . sometimes he was identified with " death , " but generally he was perceived as the king of the paradise of the dead or the deity that dominates ancestors residing in the universe after death . later , it was believed that he wore yellow vesture and a wreath on his head , held a rope for arrest , bound the soul of the dead with this rope and brought them to the place where he resided . further , he became being perceived as a dreadful deity who dominated the lower world , judged the dead and threw them into hell ; eventually , he became a being depicted simply as death . he is accompanied by ' turdak , ' the devil of deadly disease , who has the form of a skeleton . in contemporary india he is depicted as the one who has blue skin and is riding on a buffalo ( although his skin is black-colored in nature , he is depicted as blue-colored due to the artistic style ) . it is generally believed that he was incorporated into buddhism later and was deemed to be the king of hell . however , one theory holds that the same deity , yama of rig-veda , diverged into two genealogies . these two genealogies are as follows ; one went to a black world in a lower realm and became the king of hell . this section describes enma . the other went to a bright world in an upper realm and became yamaten , the third heaven of the six heavens in the realm of desire in buddhist cosmology , or enmaten . however , some people believe these two were basically unrelated but might have been confused because 閻魔 ( enma ) is yama while 夜摩 ・ 焔摩 ( yama / enma ) is yaama or yaamaa . china after he was introduced in china , he became amalgamated with taizanfukun ( taishanfuzhun ) , who were associated with the taoist philosophy of a permanent dreamland . eventually , he was linked to the faith of juo ( ten kings ) by the bogus sutra called " enra-o-juki shishu gyakushu shoshichiojo jodo-kyo sutra " ( abbreviated as " yoshu juo shoshichi-kyo sutra , yuxiu shiwang shengdijing sutra " ) , which was compiled in the era of the late tang dynasty and became the object of faith as one of the judges of hell , whose role was to judge persons after death . his well-known figure , clothed in the familiar vestments of a tang official , was established at that time . japan regarding japanese buddhism , jizo bosatsu , which was later deemed to be the honji ( substance ) of enma , had been introduced in the nara period through " jizojurin-kyo sutra . " however , it did not become widespread under the social situation in which worldly interest was prioritized . in the early heian period when mappo-shiso ( the " end of the world " belief ) prevailed , it was expounded by the monk genshin and others to the nobility in the early heian period and then widely to ordinary people in the late heian period , and early in the early kamakura period , " jizo bosatsu hosshin innen juo-kyo sutra " ( " jizojuo-kyo " for short ) , which was also a bogus sutra , was created based on yoshu juo shoshichi-kyo sutra ( yuxiu shiwang shengqijing ) . thanks to the above , the theory that jizo bosatsu was the honji of enma ( although it is conceivable that the theory claiming that ' jizo is enma daimao ( great satan ) ' ) was derived from this fact , although the details aren 't known ; however , not only did faith in jizo spread but faith in juo did as well . enma is believed to be able to travel back and forth between hell and the pure land . as previously mentioned , enmaten , one of the juniten ( twelve deities ) , is said to have the same origins as enma . while enmaten was amalgamated with enma-daio in china , the two were separately introduced into japan , which might be the reason that the same was split into two . when scolding a child who has told a lie , there is a folk tradition in japan to say , ' i will ask enma to yank out your tongue . ' saiho-ji temple enma-do ( official name is ' gappo-ga-tsuji enma-do saiho-ji temple ' ) located in naniwa ward , osaka city enshrines enma . it is said that the temple was built by prince shotoku and is the scene of ' sesshu gappo-ga-tsuji ' ( in joruri ( japanese-type puppet play ) ) . +the gochi nyorai , also known as godai nyorai , are five nyorai ( tathagatas ) associated with the five wisdoms of esoteric buddhism ( wisdom of the essence of the dharma-realm , great perfect mirror wisdom , wisdom of equality , wisdom of wondrous observation , wisdom of accomplishing that which is to be done ) . they are the kongokai gobutsu ( five buddhas of the diamond realm ) . renowned depictions include statues at the lecture hall of to-ji temple ( kyoo gokoku-ji temple ) and kyoto 's ansho-ji temple . dainichi nyorai ( center ) ashuku nyorai ( east ) hosho nyorai ( south ) amida nyorai ( west ) fukujoju nyorai ( north ) +according to buddhism , kechimyaku sojo means the handing down of law ( dharma ) from a mentor to a disciple . nichiren , who was the founder of the sect , declared himself to be the reincarnation of jogyo bosatsu , who was directly bestowed kecchofuzoku based on no. 21 of nyoraijinrikihon of " myohorenge-kyo " ( annex of " mannen kugo-honzon of december , 1274 " ) . there are many other authorities . additionally , he asserted that he received shingon mikkyo 's ' twenty-third chakuchaku ( legitimate ) sojo , as extended from dainichinyorai to nichiren ' ( from " fudo aizen kankenki , " a posthumous writing by nichiren ) . according to the description of " risho-in kechimyaku " of daigo-ji temple ( collection of kanazawa-bunko ) , the name " nichiren " appears twenty-fifth , and this position coincides with the name at the twenty-third position from dainichinyorai ; however , it is not clear whether " nichiren " in " risho-in kechimyaku " and the founder are one and the same . since then , the sole inheritor of kechimyaku sojo has asserted the legitimacy of nichiren shoshu sect , and this position has been passed from the incumbent hossu ( chief priest ) to his successor ; the position itself guarantees absolute authority in controlling propagation activities , as well as the exclusive power to adjudicate on disputes concerning doctrine , to give permission for depicting the principal icon of a temple , and to bestow various titles . kechimyaku sojo is often mystified by saying , for example , ' various elements that cannot be captured as objects ( such as the attitude for faith , spirituality and accumulation of pious acts , etc . ) are inherited by golden paper or through oral transmission . ' on the other hand , there is a simple understanding of kechimyaku sojo that its most essential core element exists only in the transfer of ' honmonkaidan-no-daigohonzon ' ( principal image of the nichiren shoshu sect ) . depending on the times and circumstances , kechimyaku sojo could be done in the form of confidential affairs whose dissemination to the public would not be expected for some time to come . it is said that in the past , sojo from the third ( nichimoku ) to the 4th ( nichido ) and from the sixty-sixth ( nichidatsu ) to the sixty-seventh ( nikken ) was done in the form of confidential affairs , but some deny that regarding the case of sojo to nikken . the nichiren shoshu sect asserts that only the chief priests of taiseki-ji temple inherited after nichiren-nikko-nichimoku . however , the nichiren sect rebuffs the assertion of the nichiren shoshu sect on the following grounds : if the assertion of the nichiren shoshu sect is true , it means that out of six old monks who were the disciples of the founder , five old monks who became anti nikko were persons who had defamed the law ( dharma ) ; the question remains as to why the founder could not have predicted their behavior and acknowledged them as disciples . nika ( two ) sojo , which consisted of two notes , ' ikegami sojo-sho ' and ' minobu sojo-sho , ' on which the nichiren shoshu sect 's assertion is based , is bogus because it does not appear in the early record of komon-ryu school . minobu sojo is bogus because its date and the activities of nichiren don 't coincide . nika sojo cannot even be the subject of discussion because it was stored at omosu-dansho ( an institute established in omosu for the purpose of educating disciples ; currently kitayama honmon-ji temple ) , where nikko lived after retirement , not at taiseki-ji temple which nikko had ceded to nichimoku , and because its original document is now missing . as for the whereabouts of nika sojo , there are various assessments . one view holds that it was completely lost due to looting by the army of katsuyori takeda . the other view holds that it was not lost because there is a record that ieyasu tokugawa read the original copy and kitayama honmon-ji temple is in fact storing it in confidence . traditionally , kitayama honmon-ji temple has given little consideration to kechimyaku sojo . from the very beginning , nichidai , who was ceded omosu by nikko , was expelled by the people adherent to omosu . naturally , the temple did not approve the transfer of kechimyaku sojo from nikko to nichimoku . currently , it even denies nika sojo and strives solely to preserve the status of the ' head temple of the nichiren-shu sect . ' nishiyama honmon-ji temple did not approve kechimyaku sojo from nikko to nichimoku but instead split away , claiming the legitimacy of nichidai based on " hattsu yuzurijo ( eight notes that document the will to transfer the property or possession to the offspring or disciples ) . " hota myohon-ji temple and koizumi kuon-ji temple did not approve kechimyaku sojo from nichimoku to nichido but instead split off , claiming the legitimacy of nichigo . they once came under the jurisdiction of taiseki-ji temple in 1957 but became independent again in the heisei period after seeing the conflict between soka gakkai and the sect . during the era of nichizon , its original chief priest ( of kyoto yobo-ji temple ) acknowledged kechimyaku sojo from nichimoku to nichido , and during the edo period it turned out nine consecutive hossu as being the most overriding branch temple of taiseki-ji temple . however , over the years it gradually became independent and dissolved the affiliation with taiseki-ji temple by denying kechimyaku sojo . currently , it is independent as the head temple of the ' nichiren honshu sect . ' soon after the expulsion of five monks in 1980 , shoshin-kai filed court litigation requesting a confirmation of the non-existence of the position of the chief abbot ( superintendent priest ) on the grounds that kechimyaku sojo from nichidatsu to nikken doesn 't appear to have been done , and that consequently the chief abbot in question lacked qualification . since then , it has continued to deny kechimyaku sojo in various respects , doing so as ammunition for attacking the nikken and nichiren shoshu sects . the litigation itself was dismissed on the grounds that the subject matter cannot be the subject of litigation because , like the problem of temple occupation , it is a matter of faith . ( a well-known judicial precedent concerning the legal theory of a partial society ) recently , some monks have remarked that kechimyaku sojo from nichidatsu to nikken was done . according to them , kechimyaku sojo was in fact performed but they had pretended otherwise as it provided ammunition for attack . since the excommunication in 1991 , soka gakkai has asserted that kechimyaku sojo ended long ago . after the headquarters instruction meeting held on april 12 , 1999 , fuji taiseki-ji kensho-kai asserts , in the form of echoing the assertion of shoshin-kai , that nichidatsu could not bestow kechimyaku sojo to anyone because he had died suddenly as a consequence of buddha 's penalty relating to the change of doctrine . it further asserts that nikken assumed the position of hossu by pretending that he had been bestowed kechimyaku sojo , even though it had not occurred . +koen otani ( february 27 , 1875 - february 6 , 1943 ) was a jodo shinshu ( the true pure land sect of buddhism ) monk who was the 23rd hossu ( head priest ) of the otani school of the jodo shinshu . he was head of the otani school of the jodo shinshu . he was a haiku poet . he held the title of count . his posthumous buddhist name was ' muryo koin . ' his homyo ( a buddhist name given to a person who has died or has entered the priesthood ) was ' shonyo . ' his pseudonyms included ' kubutsu ' and ' kuho . ' his childhood name was ' kuyo maro . ' his wife was sanetomi sanjo 's third daughter ayako . koen otani studied traditional japanese painting under bairei kono and seiho takeuchi , was influenced by shiki masaoka and commented on in the magazine " hototogisu " by hekigoto kawahigashi and kyoshi takahama who he admired and looked up to . he later broke from the influence of " hototogisu " and followed his own path . during his lifetime , he wrote many haiku poems ( approximately 20,000 ) and used his poetic talent to forge his own reputation within the haiku world . he is affectionately known as kubutsu shonin ( meaning ' one who uses haiku poetry to praise buddha ' ) . february 27 , 1875 : born to father koei otani , 22nd hossu ( head priest ) of the otani school of the jodo shinshu . 1885 : entered the buddhist priesthood . november 1908 : inherited the position of 23rd hossu ( head priest ) of the otani school of the jodo shinshu from his father koei . 1911 : conducted a service commemorating the 650th year since the death of sect founder shinran shonin . 1925 : failure of mining operations on the korean peninsula resulted in the disruption of higashi hongan-ji temple 's finances for which he took responsibility and retired , passing his position of hossu onto his eldest son kocho otani . february 6 , 1943 : passed away aged 68 . " kubutsu kushu " ( yomiuri shimbun , 1959 ) " haikai saijiki shinnen " ( kaizo-sha , 1948 ) " ware ha ware " ( shomotsu tenbo-sha , 1938 ) " yume no ato " ( seikei shoin , 1935 ) " kono taisai ni aute " ( chugai shuppan , 1923 ) " hoetsu no ikkyo " edited by soten uchida ( kobundo , 1920 ) " kubutsu-shonin haiku chodai-sho " edited by jitoku abe ( hozokan , 1910 ) " shizen no mama ni " ( shinshu otani-ha shumusho shuppanbu , 1992 ) +japanese castle data sheet nijo-jo castle is an edo period castle located at nijo-dori horikawa nishiiru nijojo-cho , in kyoto city 's nakagyo ward . because ieyasu tokugawa 's inauguration as shogun and yoshinobu tokugawa 's restoration of imperial rule ( taisei hokan ) took place [ here ] , it is a site that marks both the beginning and the end of the edo shogunate . located on the flat land of kyoto city , it is one of the city 's must-see tourist spots . the entire castle is designated a national historic relic , ninomaru palace is a national treasure , the 954 wall paintings in 22 buildings and in ninomaru palace are important cultural properties , and ninomaru garden is a special scenic spot . furthermore , in 1994 , it was registered as a unesco world heritage site , as part of the historic monuments of ancient kyoto . there are several buildings that have been called " nijo-jo castle " in japanese historical texts . after the decline of suzaku-oji street nijo-oji street became the city 's main street , and three shoguns , from takauji ashikaga to yoshimitsu , built their mansions there ; these mansions were called either nijo-jin ( nijo-jo camp or military base ) or nijo-jo castle . later , the shogun 's house was still called nijo-jin or nijo-jo castle , even if it was not on nijo-dori street . it was the only castle in heiankyo 's sakyo area in the muromachi period . incidentally , there was just one saiin-jo castle in ukyo . nijo-jo castle and saiin-jo castle are known as the two castles of heiankyo . the residence of yoshiteru ashikaga , the 13th muromachi shogun . the castle built by nobunaga oda for the residence of yoshiaki ashikaga , the 15th muromachi shogun . it was not located on nijo-dori street . nijo shin-gosho , which was renovated as a mansion of nobunaga oda while he stayed in the capital ; he later presented it to the crown prince . the castle that ieyasu tokugawa built for himself while he stayed in the capital . the present-day nijo-jo castle is 4 . although 1 and 2 were built at the same location there is no continuity between them . though some ( comprehensive dictionary of the japanese language , heibonsha japanese historic place names ) say that 2 and 3 were the same building , historical sources such as the nobunaga koki , excavations results and surviving place names support the currently prevailing view that they were separate . 1 though 3 came to be called " nijo-jo castle " after completion of 4 during the edo period , and they have also been referred to as " kyu nijo-jo " and " nijo kojo " ( both meaning " old nijo-jo castle " ) in order to distinguish them from 4 . the following section presents a brief outline of " nijo-jo " in 1 through 3 as a prehistory of 4 , the modern-day nijo-jo castle . this section describes the nijo-jo castles prior to ieyasu tokugawa 's as a prehistory of " nijo-jo castle . " a castle residence built between 1559 and the following year on muromachi-dori kageyukoji street ( present-day kamigyo ward , bueijin-cho , near heian jogakuin st. agnes school ) where the former kanrei shiba buei 's house was located , it was the headquarters of yoshiteru 's shogunate . however , during the construction to improve its defensive capabilities it was attacked by hisahide matsunaga and the miyoshi sanninshu in 1565 and nijo-jo castle burned down ; even though yoshiteru himself took up his sword and fought he was killed ( eiroku disturbance ) . after that shinnyodo hall was built to memorialize yoshiteru 's spirit . currently , there stands a stone monument with the following inscription : " near here , ruins of the shiba clan 's buei camp and yoshiteru ashikaga 's mansion . " in reality its location is far away from nijo-dori street . after yoshiaki ashikaga took over the post of shogun using nobunaga oda 's military might as a shield , he stayed in rokujo honkoku-ji temple but in 1569 suffered an attack from the miyoshi triumvirate . the vassals of nobunaga who were in kyoto at the time and the associates of yoshiaki fought desperately and achieved successful defense ; however , when nobunaga heard the news he recognized the need for a castle with better defense and decided to build one for yoshiaki . its location centered around the place where yoshiteru 's nijo-jo castle once stood , but the lot was expanded to about 400 meters in four directions with double moats and a 3 layer castle keep added to the outline of the castle . nobunaga himself took charge as director of construction , and appointed sadakatsu murai and hidemitsu shimada to be the head carpenters in charge of building the palaces and other buildings . the fujito-ishi stone was brought from the old residence of the former kanrei hosokawa keicho family , literally with a fanfare . construction was completed only in 70 days , and yoshiteru moved his headquarters there in april of that year . gravestones and stone buddhas gathered from all over kyoto were used in the stone walls of this castle . judging by the gilt roof tiles that have been excavated from the surrounding area , it is thought to have been a splendid palace especially for a palace that was built in haste . the relationship between yoshiaki and nobunaga gradually worsened ; after yoshiaki found out that shingen takeda set off to the west in response to yoshiaki 's order to destroy nobunaga and won the battle of mikatagahara , yoshiaki raised an army against nobunaga at nijo-jo castle in march of 1573 . although nobunaga burned down the houses in kamigyo and surrounded nijo-jo castle he refrained from attacking the castle itself ; with an imperial command from emperor ogimachi they agreed to make peace . however , in july , yoshiaki again raised an army at makishima-jo castle in uji ( battle of makishima castle ) . at that time , although aristocrats terusuke hino and nagasuke takakura , along with associates of yoshiaki sadaoki ise and fujihide mitsubuchi , were positioned to defend nijo castle , they surrendered without a fight when surrounded by nobunaga 's army . it is reported that the palaces and other buildings were pillaged and destroyed by soldiers at that time . immediately after that , yoshiaki at makishima-jo castle also surrendered and was banished from kinai , bringing an end to the muromachi shogunate . the castle keep and gates that remained at nijo-jo castle were dismantled in 1576 , taken to azuchi castle which was under construction then , and reused as construction materials . at that time it was called " buke gosho " or " buko gojo " ( the first mention of this castle being at nijo was on february 17 , 1569 , in nobunaga koki ) . from 1975 to 1978 an excavation of karasuma-dori street was carried out prior to the construction of kyoto municipal subway 's karasuma line , and remnants of the stone walls and double moats of nobunaga 's nijo-jo castle were confirmed . stone buddhas from the walls that were excavated at that time are now preserved in the museum of kyoto and in nishikyo ward 's rakusai bamboo garden . portions of the stone walls have also been reconstructed in kyoto gyoen national garden 's sawaragi-mon gate and in the present-day nijo-jo castle . now there is a stone monument in one corner of heian jogakuin st. agnes girls ' school engraved with the words " old nijo-jo castle ruins " . the castle that nobunaga oda built near karasuma-muromachi-dori oike agaru . when nobunaga came to stay in the capital in april of 1576 he stayed at myokaku-ji temple in nijo ( different from its present location ) , but he was enamored with the view of the garden at the nijo family 's mansion which was adjacent to the temple on the east side . at the time , nijo-tei ( nijo-dono ) mansion was widely known as the most famous of the famous places that always appeared on panoramic screen paintings of kyoto and environs . it was vacant because nobunaga , jus prior to his visit , had arranged for the previous occupants , father and son haruyoshi and akizane nijo ( whose wife was an adopted daughter of nobunaga ) to move to a new mansion near hoon-ji temple ( tokitsunekyoki ) ; nobunaga ordered sadakatsu murai , the kyoto shoshidai , to take possession of it and renovate it so that nobunaga could stay in it while in the capital . nobunaga occupied it for the first time in july of the following year , the improvements were finished at the end of august , and for about 2 years after that this " nijo goshinzo " was his residence in the capital . in november of 1580 , nobunaga gave this mansion to crown prince sanehito . right away prince sanehito and prince gonomiya ( later prince kuniyoshi ) moved into this " nijo shin-gosho " ( it is thought that nobunaga treated gonomiya as a son , although there is a common misconception that this was emperor ogimachi 's gonomiya , prince sanehito , when it was actually the prince sanehito 's gonomiya ) . in 1582 , when the incident at honno-ji temple occurred , nobunaga 's heir nobutada oda , who was at myokaku-ji temple , set out to join nobunaga at honno-ji [ to fight ] as soon as heard about it . however , kyoto shoshidai sadakatsu murai and his sons came running with the news that honno-ji had already fallen and they recommended him to move to the well-defended nijo shin-gosho . nobutada was besieged there after he allowed prince sanehito and others to flee to the imperial palace ; even though he fought desperately with the surrounding akechi army nobutada , sadakatsu and over 60 others died in the battle , and nijo shin-gosho and the adjacent myokaku-ji temple were reduced to ashes . now , there is a stone monument at ryogaemachi-dori oike agaru with the words " near here are the ruins of nijo-dono " carved on it ; another one at muromachi-dori oike agaru that says " nijo-dono oike remnants . " there are areas in the vicinity called nijoden-cho , oikeno-cho , as well as kamimyokakuji-cho and shimomyokakuji-cho , which had connections with the incident at honno-ji temple . currently , there is a popular story that says this nijo palace was built on the remains of yoshiaki 's nijo-jo castle . however , because at the time of prince sanehito it was called " shimo no gosho " in contrast to the imperial palace being called " kami no gosho , " it is thought to have been located to the south of the imperial palace . furthermore , based on the fact that nobutada had moved from myokaku-ji temple at the time of the incident at honno-ji temple , it can be surmised that these temples were located near each other ; from reports that tokitsune yamashina " viewed the udaisho family 's new nijo mansion " on october 5 , 1576 , and " viewed the samurai 's old castle " on the following day of october 6 when he witnessed the stone walls being torn down and hauled away ( tokitsune kyoki ) , it is clear that it [ nijo shin-gosho ] was at a different location . hideyoshi toyotomi also built a castle at nijo . hideyoshi had a mansion next to nijo goshinzo even while nobunaga was alive , but in 1580 it was confiscated by nobunaga and given to former kanpaku sakihisa konoe , who was a favorite of nobunaga ( kanemi kyoki ) . ironically , at the time of the incident at honno-ji temple , it was said that after the konoe family fled from this mansion the akechi army occupied it and attacked nijo shin-gosho from there ; before long there was a rumor that sakihisa had given his support to mitsuhide . later , in 1583 , hideyoshi , who had made his headquarters in osaka , built nijodai as a base in kyoto . it is also called myoken-ji castle because it was built on the former site of myoken-ji temple after it was moved . since there was a moat around it and a keep , it seems more appropriate to call it a castle rather than a mansion . it was used as hideyoshi 's government office until the completion of jurakudai , and geni maeda usually lived there . it was located 200 meters east of nijo-jo castle , and there are still places around present-day nakagyo ward 's ogawa-dori street and oshikoji-dori street called furushiro-cho ( old castle town ) and shimofurushiro-cho . major renovations were undertaken in 1624 , with 19 shinpan- and fudai-daimyo families , including the owari and kii clans , in charge of constructing the stone walls . the shogunate named it nijo-jo castle , but the imperial court called it nijo-tei . ieyasu tokugawa , victorious in the battle of sekigahara , decided to build a castle at omiya oshikoji to be used as his residence during his stay in the capital ; he began removing townhouses in may of 1600 and split the cost of construction and labor with the daimyo of the western provinces in december . he appointed kyoto shoshidai katsushige itakura to be the construction director and masakiyo nakai as the master builder over the project . work began on the palace and keep in may of 1602 and it was finished in march of the following year . however , the castle keep was completed in 1606 . in february of 1603 , he received the appointment to seii taishogun at fushimi-jo castle and in march and he moved into the newly completed nijo-jo castle , from which he started a procession to the imperial palace to hold the haiga no rei ceremony in accordance with the tradition since the muromachi shogunate . after that the statesmen and nobles were invited for an inaugural celebration at nijo-jo castle . the 2nd shogun hidetada tokugawa followed this procedure upon assuming the office of shogun 2 years later in 1605 , as did the 3rd shogun iemitsu tokugawa in 1623 , but the 4th shogun ietsuna tokugawa and the later shoguns did not . in 1611 a meeting was held in nijo-jo castle 's palace ( present-day ninomaru palace ) between ieyasu and hideyori toyotomi ; it is said that at this time ieyasu was surprised at hideyori 's growth , became afraid that the tokugawa family might be overthrown and he decided to destroy the toyotomi family . then in 1614 the siege of osaka happened . with nijo-jo castle as the ogosho ( ieyasu ) headquarters ieyasu made a move toward osaka from nijo-jo castle following shogun hidetada 's army that departed from fushimi-jo castle . during the siege of the summer of 1615 , vassals of shigeteru furuta on the tokugawa side were apprehended as conspirators in a plot to set fire to nijo-jo castle and assassinate ieyasu amidst the confusion . it was for that reason that oribe furuta committed seppuku and forfeited his assets . after ieyasu died in 1616 , hidetada carried out renovations of nijo-jo castle starting in 1619 in order to prepare for the marriage of his daughter , masako tokugawa , to emperor gomizunoo . hidetada himself worked on the basic designs , together with takatora todo ( although hidetada only made the final decision on one of the two proposed designs takatora touted as the shogun 's own design ) . on june 18 of the next year ( 1620 ) , masako led in a procession from nijo-jo castle to the imperial palace . starting in 1624 , the year after iemitsu tokugawa became shogun and hidetada tokugawa became ogosho , major renovations of nijo-jo castle began in preparation for an imperial visit by emperor gomizunoo . masakazu kobori and toyonao gomi ( who later became kyoto gundai ) were appointed to superintendents over the work . the imperial visit was held over 5 days from october 25 , 1626 , during which time performances of bugaku and nogaku were held as well as horseback riding , games of kemari and waka poetry . this imperial visit marks the golden age of nijo-jo castle . many buildings were dismantled and removed , including miyuki palace , which was built for the imperial visit and later moved and rebuilt to become the palace of retired emperor gomizunoo . in july 1634 , after the death of hidetada , iemitsu went to the capital with 307,000 soldiers ; this was the last time that nijo-jo castle welcomed a shogun , and the castle disappeared from the stage of history until the period of upheaval at the end of the edo period 230 years later . over the course of those 230 years , it fell into disrepair as buildings were lost one after another to storms , earthquakes , and lightning strikes . the castle keep went up in flames after a lightning strike in 1750 . when the capital was burned down in the great fire of 1788 , the flames leapt to the honmaru palace and the sumiyagura corner tower and burned down . repairs were done on the damaged areas , but the edo period ended without the destroyed buildings rebuilt . in 1625 , a nijo jodai ( governor ) and nijo zaiban ( guards ) were stationed at nijo-jo castle for its management and defense while the shogun was not there . the nijo jodai was abolished in 1699 , and his work was taken over by the nijo zaiban . in august of 1862 rotating nijo zaiban assignment was abolished and a regular guard ( nijo teiban ) was established in its place . actually , because kyoto shoshidai , whose job was to monitor and negotiate with the imperial court , was governing from a mansion to the north of nijo-jo castle , in the shogun 's absence the castle was not used at all as an office of the shogunate government . the 14th shogun iemochi tokugawa went to the capital in march 1863 at the request of the imperial court . dilapidated nijo-jo castle underwent renovations beginning in 1862 in order to prepare for the shogun 's visit to the capital . the ninomaru palace had overall repairs done , and a temporary palace was built in the honmaru . although iemochi came to the capital and entered nijo-jo castle again in 1865 he soon moved to osaka-jo castle to take command in the bakucho war . however , he fell ill and died there in 1866 . the shogunate cabinet ( bakkaku ) met in nijo-jo castle and decided on yoshinobu tokugawa to be the next shogun , but he declined . after being urged not only by people connected to the shogunate but also repeatedly by the imperial court , he finally accepted the appointment of 15th shogun at nijo-jo castle in december of that year . however , yoshinobu did not move his residence from the obama clan 's mansion in wakasa province to nijo-jo castle until the following september , in 1867 . in october , he restored the rule of the emperor ( taisei hokan ) and gave up the post of shogun ; in december , an order to resign and return domains arrived at nijo-jo castle from the imperial court . when that happened , 5000 of mostly hatamoto soldiers of the tokugawa family , about 3000 of the aizu clan soldiers and 1500 of the kuwana clan soldiers gathered at nijo-jo castle were outraged at the dealings of the satsuma clan who manipulated the imperial court . to avoid a military conflict , yoshinobu set out for osaka-jo castle with these soldiers . about 200 soldiers of the mito clan , including wakadoshiyori and naoyuki nagai , stayed behind to defend nijo-jo castle . however , due to confusion over the chain of command the shinsen-gumi , which had separately received an order to defend nijo-jo castle , arrived and got into a shoving match with the mito clan soldiers . because of nagai 's quick thinking the issue was resolved by sending the shinsen-gumi to guard fushimi-jo castle . the following year , around new year 's day of 1868 , the battle of toba fushimi broke out . after replacing naoyuki , who was recalled to osaka , magotaro umezawa and the mito clan soldiers looked after nijo-jo castle ; however , on january 29 , [ the care of the castle ] was handed over to yoshikatsu tokugawa who received an order from the imperial court ( the new government ) , and dajokandai was installed . in april the dajokandai was transferred to the imperial court . after the transfer of the capital to tokyo in 1870 nijo-jo castle came under the jurisdiction of the multiple capital system ( fukutosei ) , but in 1871the ninomaru palace became a government office for kyoto prefecture . after its control was transferred to the war office in 1873 it was transferred again to the imperial household department in 1884 , and the name was changed to nijo imperial villa . after the kyoto prefectural government offices were moved to a new building in 1885 , renovations of ninomaru palace were carried out until 1887 . between 1893 and 1894 , the old residence of prince katsura , which was located next to the imadegawa-mon gate of the kyoto gyoen imperial garden , was moved into honmaru and it was named honmaru palace . in 1915 , nijo-jo castle 's ninomaru was used to hold the feast at the coronation of emperor taisho , on which occasion buildings associated with minami-mon gate and ninomaru palace were added . in 1939 , it was relinquished by the imperial household department . since then it has been called " motorikyu nijo-jo " ( former imperial villa nijo castle ) . after world war ii , tennis courts were built on the north side of ninomaru at the behest of allied forces ' general headquarters , but that area was turned into a garden in 1965 . on april 6 , 2006 , it was selected as one of the 100 fine castles of japan ( # 53 ) ; in june of 2007 a national 100 fine castles of japan stamp rally was started . nijo-jo castle is located over an area that straddles the southeast corner of what used to be the greater imperial palace of heiankyo and the emperor 's garden , shinsen 'en , which was to the south of it . it is approximately rectangular , about 500 meters from east to west , and 400 meters from north to south , though it does have a slight 凸 shape , looking from the east . the portion on the west side that is narrower in length along the north-south line was added during iemitsu tokugawa 's renovations in the kanei period , so the eastern half was all there was at the time ieyasu built it . the layout of the castle structures belong to the " rinkaku style " in which honmaru is surrounded by ninomaru in four directions ; however , honmaru is positioned slightly to the west from the center . honmaru is roughly square with approximately 150 meters per side ; there is an inner moat between honmaru and ninomaru and there is an outer moat around ninomaru . ninomaru is divided into eastern and western sections by the shikiri-mon gates on the north and south sides of honmaru ( some documents refer to the western section as " nishinomaru " ) . when it [ the castle ] was built by ieyasu the eastern part of the current ninomaru was the honmaru , in the tankaku style consisting only of honmaru . horikawa river runs on the other side of horikawa-dori street across from the square in front of ote-mon gate ; even though it [ the river ] does not quite constitute suguruwa [ completely surrounding the castle with a moat or a wall ] , it might have been envisioned to provide the first line of defense . the grounds of nijo-jo castle are about 3 degrees askew from the orientation of present-day kyoto 's streets that developed from the layout of heiankyo . this is because a compass , brought to japan by [ christian ] missionaries , was used in its construction . as a castle where shogun would stay it is rather small and its defense capacity is questionable , and ieyasu 's vassals addressed these issues to him ; it is said that he responded saying , " if we can hold off [ the enemy ] for a day or two reinforcements will come from surrounding regions " and " if it were to fall to an enemy , a strong fortress would be more difficult to retake . " there is one gate on each side - north , east , south and west - for entering and exiting the castle . the main gate is the higashi ote-mon gate that faces horikawa-dori street . the south gate was built anew in 1915 , and the bridges across the moat for the south gate and the west gate have been removed , so these gates are not used . kita ote-mon gate is also closed most of the time . there are an additional 5 gates in the castle . these are kita nakashikiri-mon and minami nakashikiri-mon gates , which split ninomaru into east and west sections , naruko-mon and momoyama-mon gates , which are the entrances to the passageway between ninomaru and honmaru , and yagura-mon gate , which is the entrance across the inner moat to honmaru from that passageway . ninomaru goten , the central building of ninomaru , stands in front and diagonally to the right when viewed from higashi ote-mon gate . the goten is surrounded by an earthen wall , with kara-mon gate on its south side . when you go through that gate you will see in front of you the carriage porch at the entrance to ninomaru goten . ninomaru goten consists of 6 buildings arranged diagonally one after another and connected by a hallway : tozamurai , shikidai , ohiroma , sotetsu-no-ma , kuro shoin and shiro shoin . there is a japanese garden to the west of ohiroma and south of kuro shoin . on the north side of tozamurai and east of shiro shoin there is a kitchen and a building called okiyo-dokoro for preparing individual tables for meals . the honmaru goten is the former residence of prince katsura which was located to the north of the imperial palace ; it was moved between 1893 and 1894 . it is usually not open to the public except for limited periods in the spring and fall ( since the spring of 2007 , it is no longer opened because it is not sufficiently earthquake-proof ) . there is a western-style garden to the south of honmaru goten . in the panoramic screen painting of kyoto and environs , the original keep was drawn as a 5 story keep in the northwest part of the castle ( near present-day seiryu-en garden ) . that keep was moved to yodo-jo castle during the major renovation carried out by iemitsu in the kanei era . in its stead , the keep from fushimi-jo castle , which was dismantled the previous year , was put in the southwest corner of honmaru ( consequently , there was a short period when two keeps were present ) . this 5 story keep included a toritsuke yagura and shotensu ( fukugo style keep ) . the keep was not rebuilt after it burned down due to a lightning strike in 1750 . today , only the foundation of the keep remains . also known as hachijin garden . it is a chisen kaiyu style garden ( best viewed from the walking path around a central pond ) from the azuchi-momoyama period which is often held up as an example of enshu kobori 's finest work . there are 3 islands in the pond . horai-jima , the largest island , is located slightly north of the center of the pond , with kame-jima to its north and tsuru-jima to its south . the islands are made of stones , kame-jima in the shape of a turtle and tsuru-jima in the shape of a crane . horai-jima is shaped so that when it is viewed together with tsuru-jima it looks like a turtle , but when viewed with kame-jima it looks like a crane ; this arrangement is intended to always describe a pair of crane and turtle . there is a two-tiered waterfall in the northwest corner of the pond . the lawn that stretches south from the pond is where a palace was erected for the emperor 's visit in the kanei period , and this side is the primary front of the garden . the design is a three fronts style , with a secondary front on the east ( ohiroma ) side and a tertiary front on the north ( kuro shoin ) side . construction began on the garden after the honmaru goten was moved here , and work was completed on this western style garden in 1896 . it differs from a japanese garden in that it does not have a pond or a dry landscape , but instead it is made for walking with lawns and trees as its main features . built near ninomaru 's kita ote-mon gate in 1965 , this garden is a blend of western and japanese styles . honmaru buildings were moved to sento imperial palace 4 times in the edo period , but there was a fire each time . choshukaku house ( mikasa house ) was moved to sankeien garden in yokohama city 's naka ward and is still there ; it is designated a national important cultural property . as one of the 17 historic buildings that make up the old town kyoto cultural property , it was registered as a cultural heritage ( world heritage ) in december 1994 . ninomaru goten : designated a national treasure according to the law for the protection of cultural properties on march 29 , 1952 retainer 's rooms and carriage porch reception room grand chamber sotetsu-no-ma kuro shoin ( shohiroma ) shiro shoin ( goza-no-ma ) after the castle was transferred from the imperial household department to the city of kyoto , on october 28 , 1939 a total of 24 buildings including the aforementioned 6 buildings of ninomaru goten were designated national treasures ( former national treasures ) according to the law for the preservation of national treasures , and 4 more were added in 1944 . later , in accordance with the 1950 law for the protection of cultural properties the former national treasures were all re-designated as important cultural properties . honmaru palace ( former residence of prince katsura ) entrance goshoin otsune goten kitchen and kari-no-ma room ninomaru palace kara-mon gate tsuiji kitchen meal preparation area gates of nijo-jo castle higashi ote-mon gate kita ote-mon gate nishi-mon gate yagura-mon gate naruko-mon gate momoyama-mon gate kita nakashikiri-mon gate minami nakashikiri-mon gate sumiyagura ( corner towers ) tonan sumiyagura ( southeast corner tower ) seinan sumiyagura ( southwest corner tower ) dozo ( rice storage ) dozo ( north of ninomaru goten kitchen ) northwest dozo southwest dozo tonan sumiyagura hoppo-tamonbei wall ninomaru palace partition paintings : designated on june 5 , 1982 954 paintings on november 30 , 1939 , the entire nijo-jo castle complex , including the roads surrounding the outer moat , were designated a historic relic under the name " former nijo-jo imperial villa . " nijo-jo castle ninomaru garden : designated on march 31 , 1953 +fushimi-jo castle was a castle in what is now fushimi ward , kyoto city . " fushimi momoyama-jo castle " is a recent construction that did not exist historically ( details to follow ) . fushimi-jo castle was originally built by hideyoshi toyotomi for his own residence after retirement . construction spanning the reigns of 3 emperors , it was first built on mt . shizuki , there called shizuki fushimi-jo castle , and after an earthquake was moved to mt . kohata and named kohata fushimi-jo castle . furthermore , there was the kohata fushimi-jo castle that was built in the days of toyotomi , and the one that was rebuilt in the tokugawa days after being destroyed in the battle of sekigahara . after hideyoshi 's death and in accordance with his will , hideyori toyotomi moved to osaka-jo castle ; after which ieyasu tokugawa , leader of the council of 5 elders , moved into this castle and took over government . although it was protected by ieyasu 's vassals , mototada torii et alia , during the battle of sekigahara , it was attacked and burned by ishida ( the siege of fushimi-jo castle ) . it was later rebuilt by ieyasu ; and after it was razed its structures and materials were moved to other locations . after it was razed , the location of the citadel was made into a peach orchard and was called momoyama ( peach mountain ) . that is why fushimi-jo castle is typically called momoyama-jo castle ; and this is the reason why the period of oda-toyotomi government is called the " azuchi-momoyama period " and the culture of the time called " momoyama culture " . according to the account that says the descendants of the family that reclaimed the land are the yoshimura family , which founded yoshimura shuzo , they were the heads of horiuchi village , built on the ruins of fushimi-jo castle ; and it is said that they transferred village land to the imperial household in the meiji period . historically , there was no direct connection . since the tokugawa-era keep was moved to nijo-jo castle , there is a relatively large number of artifacts left ; but there is much that is unclear about the previous keep . the details are unclear . 1592 - in the low-lying hills along the uji-gawa river where hideyoshi toyotomi made his home on mt . shizuki in retirement , parts of the dismantled jurakudai were transferred for the building of a castle ( shizuki-jo castle ) . 1596 - because it was destroyed in an earthquake , a new castle was built about 500 meters away on mt . kohata ( present day mt . momoyama ) . 1598 - hideyoshi toyotomi died in this castle 1600 - burned in the siege of fushimi castle 1601 - rebuilt by ieyasu tokugawa 1603 - was the site of the inauguration of seii taishogun fushimi-jo castle 's functions moved to osaka-jo castle after the siege of osaka , reducing this castle 's importance in the eyes of the edo shogunate ; and it was therefore razed in 1625 after ieyasu tokugawa 's retirement . 1964 - fushimi momoyama-jo castle land , an amusement park featuring a mock castle keep " fushimi momoyama-jo castle " , was built on the site of the fushimi-jo castle flower garden . january 2003 - fushimi momoyama-jo castle land was closed as part of the restructuring of its parent company , kintetsu corporation . fushimi momoyama-jo castle escaped destruction thanks to a movement by the people of kyoto to preserve it as a symbol of fushimi . nowadays it is maintained as a park . the city of kyoto received it at no cost ; but the inside is closed to the public because it has deteriorated with age . october 2007 - when it was remodeled to look like osaka-jo castle for the filming of a period movie , " chacha : the woman from far away " , the tiger decorations below the watch tower and shachihoko were painted gold . with toei films bearing the remodeling cost of around 1 million yen , work to remake it into osaka-jo castle continues within the year . when the castle was dismantled , the keep and many other buildings were moved to other locations . the most famous are nijo-jo castle and jojakko-ji temple ; the turrets , castle gate , palace , bath , tamon yagura turret , and earthen walls all were moved to fukuyama-jo castle ( bingo province ) . below is a list of major items that are thought to have been moved and still exist . note : among these , the only ones that can be proven are the guest hall of saikyo-ji temple , which is the remains from mt . shizuki , and fukuyama-jo castle 's fushimi yagura , which is left over from the tokugawa era . stone wall yodo-jo castle ( fushimi ward ) osaka-jo castle ( osaka city , osaka prefecture ) castle gate gokogu-jinja shrine ( fushimi ward ) : omote-mon gate ( relocated ote-mon gate ) nishi hongan-ji temple ( shimogyo ward ) : kara-mon gate nisonin ( ukyo ward ) : so-mon gate kannon-ji temple ( kamigyo ward ) : san-mon gate zuiho-ji park ( kobe city , hyogo prefecture ) josho-ji temple ( shikigun tawaramoto-cho , nara prefecture ) : omote-mon gate ( rebuilt from fushimi-jo castle korai-mon gate ) turret fukuyama-jo castle ( fukuyama city , hiroshima prefecture ) : fushimi yagura turret ( important cultural property ) palace daistu-ji temple ( nagahama city , shiga prefecture ) : main hall ( important cultural property ) higurashi goten - tsukubusuma-jinja shrine ( chikubu island , nagahama city , shiga prefecture ) : main hall ( national treasure ) others lord 's antechamber - sankei-en ( naka ward , yokohama city ) movable noh stage - fukuwama-jo castle ( fukuyama city , hiroshima prefecture ) , present-day nunakuma-jinja shrine ( tomonoura , fukuyama city , hiroshima prefecture ) ( important cultural property ) tea rooms - kodai-ji temple ( higashiyama ward ) : shigure-tei , kasa-tei ( both important cultural properties ) military court - mt . watanabe shuko-ji temple ( toyota city , aichi prefecture ) : main hall fushimi goten fusuma painting - fukuyama-jo castle ( fukuyama city , hiroshima prefecture ) +jurakudai ( or jurakutei ) was a large residence built by hideyoshi toyotomi in uchino , kyoto ( the site of the outer palace precincts in heiankyo , present-day kamigyo ward , kyoto city ) during the azuchi-momoyama period . also called jurakutei . it is a kind of castle with a moat , and thus sometimes called juraku-jo castle . the construction of jurakudai began in february 1586 , as an office and an official residence of hideyoshi , who became kanpaku ( chief advisor to the emperor ) , a chief councilor to the emperor , and completed in september 1586 . after hideyoshi conquered kyushu , he moved into jurakudai from osaka to administer political affairs . on may 9 , 1588 , he was visited by emperor go-yozei and entertained him in jurakudai . also , he gave an audience to tensho shonen shisetsu ( boys ' envoys to europe during the tensho era ) and ieyasu tokugawa in jurakudai . jurakudai was supposedly extremely luxurious with its tiles covered with golden leaf . although being called " -dai " ( meaning tei / house ) , jurakudai was in fact a castle on a plain , since it included several enclosed areas such as a donjon with a castle tower in the center and a secondary enclosure around it , and was surrounded with a moat . within jurakudai , houses for hideyoshi 's aides , sen no rikyu et al. were built . kitano tenman-gu shrine , where the kitano grand tea ceremony was held in october 1587 , is located nearby uchino , where jurakudai was . in december 1591 , when hideyoshi resigned as kanpaku , his nephew hidetsugu toyotomi succeeded him as kampaku and took over jurakudai , at which time emperor go-yozei visited again . in 1594 , hideyoshi began construction of fushimi-jo castle for his residence after his retirement , and in 1595 , because of an adverse relationship with hideyoshi , hidetsugu was sent to mt . koya-san and then ordered to commit suicide , thereafter jurakudai was demolished . many buildings of jurakudai were relocated into fushimi-jo castle , but some other buildings such as hiunkaku of nishi-hongan-ji temple , karamon of daitoku-ji temple , daimon of myokaku-ji temple ( kyoto city ) , and the entrance of hanto-in of myoshin-ji temple , are also reported to have been relocated from jurakudai . name it is known that jurakudai was once called " uchino okamai " ( or uchino no onkamae ) during construction , which first appears in " tamon-in nikki " ( the diary of tamon-in temple ) , in the section of february 27 , 1586 , ' the construction of uchino okamai began on the last 21st . ' the name " juraku " began to be used after hideyoshi came back from the kyushu campaign . as to the origin of the name " juraku , " there is a description of ' the place for gathering ( ju ) songs and dances ( raku ) for longevity ' in " jurakudai gyoko-ki " ( the diary of visit to jurakudai ) written by hideyoshi 's aide , yuko omura , one of " tensho-ki " ( the diary of tensho ) . since no other sources have been found so far , historians generally believe that the term " juraku " was created by hideyoshi . jurakudai of today there is no recognizable structure of jurakudai remaining today , except that the landscape bears its mark . in matsuyamachi-dori , shimo-chojamachi-dori , agaru , higashi iru , higashihori-cho , there is a historic site supposedly of " tsuyu-no-i , " but there is no evidence to show that it is a remnant of jurakudai . in addition , there remains a garden stone supposedly contributed by kiyomasa kato in bundo-cho , to the north of kyoto city , demizu , day service center in chiekoin-dori , demizu-dori , sagaru , but there is also no evidence to show that it is a remnant of jurakudai . meanwhile , names of towns such as suhama-cho , suhamaike-cho , tenbinmaru-cho , yamazato-cho , kitanogomon-cho , kodaiin-cho , and higashihori-cho markedly preserve vestiges of those days . also , there are many towns named after warlords who served under hideyoshi , such as nyosui-cho , kodera-cho , ukita-cho , hidadono-cho , tamura-bizen-cho , fukushima-cho , chusho-cho , and naoie-cho . there is a monument to jurakudai to the north of seishin elementary school in jofukuji-dori , nakadachiuri-dori . note that in recent investigation , remains of a moat and tiles with gold leaf have been found . " nijo shin-yashiki " ( hideyoshi 's before jurakudai ) of hideyoshi hashiba ( toyotomi ) of nijo-jo castle , a list of castles in japan +the umekoji steam locomotive museum is a preservation and display facility for steam locomotives , operated by west japan railway company ( jr west japan ) , located in kankiji-cho , shimogyo-ku , kyoto city , kyoto prefecture . on october 10 , 1972 , the japan national railway opened a semicircular garage at the umekoji engine yard in shimogyou-ku , kyoto in celebration of the 100th anniversary of the first railway in japan . the first of its kind , this facility preserves working steam locomotives , honoring them as precious artifacts of industrial culture that supported the japanese rail transport system . jr west japan took over the facility in 1987 , following the breakup and privatization of japanese national railways . the facility itself is also an active depot ( umekoji railyard ) , and carries out inspections and maintenance on steam locomotives and japanese national railways diesel locomotive class de10 owned by sagano scenic railway . initially , this facility was established for working preservation of steam locomotives , which had begun disappearing rapidly in the latter half of the 1960s . the koyama engine yard at koyama station in tochigi prefecture was the best candidate for the locomotive preservation area because it was close to the capital , but the umekoji engine yard was chosen in 1970 for its central location in japan and the presence of other historic spots in the area . reviews had been made to select , in principle , lowest-numbered extant steam locomotives ( # 1 if possible ) for preservation , but there are some steam locomotives , such as the class c62 # 2 , that were not originally planned for preservation . the facilities consist of the steam locomotive display hall , taking advantage of the semicircular garage and turntable of the former umekoji engine depot , and the educational display gallery at the former nijo station building which was moved and rebuilt at this location . the semicircular garage of reinforced concrete construction ( built in 1914 ) was designated as an important cultural property by the japanese government on december 10 , 2004 , along with its 5-ton electric ceiling crane ( completed in 1915 ) and access rails . in 2004 , it was also chosen by the japan society of civil engineers as a public works heritage site . in 2006 , the former nijo station building ( gallery ) and the semicircular garage , along with the preserved steam locomotives as well as inspection and maintenance equipment , etc. were designated as railway memorial objects and railway semi-memorial objects by jr west japan . the former nijo station building , built in 1904 by the kyoto railway company to double as a headquarters building , is now the oldest 2-story , wooden , japanese-style station building , and was modeled after heian jingu shrine with harmony with the surrounding landscape in mind . it was used as a station building by japanese national railways and jr west japan after kyoto railway company was nationalized in 1907 ; but its use as a station building ended in 1996 , following the elevation of the sanin line ( sagano line ) between nijo and hanazono stations ( in kyoto prefecture ) , and in 1997 was rebuilt on this site to be used as an entrance , with its original indoor facilities such as ticket windows being used as a gallery . it was designated a cultural property of the city of kyoto in april 1996 . the semicircular garage houses and displays 18 steam locomotives ( originally 17 when the facility first opened ) of 16 different classes - all manufactured in japan from the taisho to showa periods . when this museum opened , there was a rule that locomotives should be preserved in working conditions . in fact , 15 locomotives excluding the two ( class c53 # 45 and class c51 # 239 ) were registered for operation . however , the scope of locomotives to be preserved has been reconsidered several times since then . as of 2006 , 7 locomotives of 7 different classes are preserved in working conditions . of those , 5 steam locomotives of 5 different classes are still registered for operation , and 2 ( class c57 # 1 and class c56 # 160 ) are in service to pull trains on main lines such as the yamaguchi on the yamaguchi line and the kita biwako on the hokuriku main line . the others in working conditions are registered but cannot run on the main lines because they have not undergone general inspections . also , the sl steamliner - pulled by a locomotive being preserved in working conditions for display in the museum - is running on the tracks of the museum site . this display track once stretched north from the garage to the northern edge of the grounds , where there is now a parking lot for large vehicles ( where a rest facility for the museum and a park were once located ) . in line with relocation of the former nijo station building , it was rearranged to go through the southern edge of umekoji park and under the sagano line tracks . today this is still a functional engine depot , and is connected to rail lines in operation . after the closing of west japan railway company 's takatori plant , the facility has also taken over maintenance of steam locomotives . ume stands for umekoji all the steam locomotives , except for class c62 # 1 that was designated in 1976 , were designated as railway semi-memorial objects together with its logs and maintenance tools in 2006 . unless otherwise noted , the steam locomotives were transferred from the previous engine depots in 1972 . registraion of steam locomotives marked with * had been deleted when they were brought to umekoji for preservation . japanese national railways steam locomotive class 8620 - working manufactured in 1914 by kisha seizo co . , ltd . transferred from the hirosaki transport area . registration deleted in 1979 ( for working preservation ) . japanese national railways steam locomotive class 9600 manufactured in 1914 by kawasaki dockyard co . , ltd . transferred from the otaru switch yard . registration deleted in 1979 ( for working preservation ) . put into static preservation in 1987 . japanese national railways steam locomotive class b20 - working manufactured in 1946 by tateyama heavy industries . transferred from the kagoshima engine depot . registration deleted in 1979 . restored to working conditions in 2002 in commemmoration of the 30th anniversary of the museum . japanese national railways steam locomotive class c11 manufactured in 1940 by kawasaki rolling-stock mfg . co . , ltd . transferred from aizu-wakamatsu station , koriyama general rolling stock center . registration deleted in 1987 . japanese national railways steam locomotive class c51 * manufactured in 1927 by by kisha seizo co . , ltd . scrapped at the niitsu transport area in 1962 . preserved in a disassembled state as educational material at the niigata railway campus , and restored at the nagano general rolling stock center when moved to umekoji . japanese national railways steam locomotive class c53 * manufactured in 1928 by kisha seizo co . , ltd . scrapped in 1950 at the umekoji engine depot . preserved from 1961 at the modern transportation museum after being held at the japanese national railways suita training center . japanese national railways steam locomotive class c55 manufactured in 1935 by kawasaki rolling-stock mfg . co . transferred from the asahikawa rail yard . registration deleted in 1979 . japanese national railways steam locomotive class c56 - working ( registered , operable on the main line ) manufactured in 1939 by kawasaki rolling-stock mfg . co . transferred from the matsumoto transport area . japanese national railways steam locomotive class c57 - working ( registered , operable on the main line ) manufactured in 1937 by kawasaki rolling-stock mfg . co . transferred from the sakura engine depot . japanese national railways steam locomotive class c58 manufactured in 1938 by kisha seizo co . , ltd . transferred from the kitami rail yard . registration deleted in 1987 . japanese national railways steam locomotive class c59 manufactured in 1946 by hitachi , ltd . transferred from the nara rail yard . registration deleted in 1979 . japanese national railways steam locomotive class c61 - working ( registered ) manufactured in 1948 by mitsubishi heavy industries , ltd . transferred from the miyazaki engine depot . registration deleted in 1979 ( for working preservation ) . registration restored in 1987 . japanese national railways steam locomotive class c62 * manufactured in 1948 by hitachi , ltd . scrapped in 1967 at hiroshima engine depot # 2 . designated as a railway semi-memorial object in 1986 , and held at hiroshima railway campus . transferred to umekoji in 1994 . class c62 # 2 - working ( registered ) manufactured in 1948 by hitachi , ltd . transferred from the otaruchikko engine depot . registration deleted in 1979 ( for working preservation ) . registration restored in 1987 . japanese national railways steam locomotive class d50 manufactured in 1925 by hitachi , ltd . transferred from the noogata engine depot . registration deleted in 1979 . japanese national railways steam locomotive class d51 manufactured in 1936 by kawasaki rolling-stock mfg . co . transferred from the hamada engine depot . registration deleted in 1987 . class d51 # 200 - working ( registered ) manufactured in 1938 by hamamatsu plant , tokai passenger railway , railway ministry . transferred from the nakatsugawa engine depot . registration deleted in 1979 ( for working preservation ) . registration restored in 1987 . japanese national railways steam locomotive class d52 manufactured in 1946 by mitsubishi heavy industries , ltd . transferred from the goryoukaku engine depot . registration deleted in 1979 . image jrw-b2010 : class b20 # 10 image jnr9633 : 9633 image d50 140 with umekoji steam locomotive museum mg540 : class d50 # 140 image d51-1 and c62-1 umekoji : class d51 # 1 and c62 # 1 image jnr-d51200 : class d51 # 200 ( steamliner ) image jnr-c5345 : class c53 # 45 image jrw-c56160 : class c56 # 160 ( sl kita biwako ) image 2006 08200011.jpg image jnr-c621-steamloco : class c62 # 1 image jrw-c622 : class c62 # 2 japanese national railways diesel locomotive class de10 registered ; 2 de10s belonging to umekoji . japanese national railways passenger car 50 series used as a lounge . at first glance it seems to be in its original shape , but piping of household air conditioners is arranged in the back , with a row of outdoor units . the toilet cannot be used . umekoji : 90 years of history ( west japan railway company , 2004 ) isbn 4777050718 japanese national railways rolling stock 12 : tokaido line iii ( hoikusha , 1984 ) isbn 458653012x umekoji steam locomotive museum ( takahiro seki ) railway fan ( magazine ) ( koyusha ) , december issue , 1994 , no. 404 special feature : the age when umekoji 's steam locomotives were in service the issue featured development of umekoji park and acceptance of c62 # 1 in 1994 , and carried the logs of respective steam locomotives preserved . umekoji s.t.o.r.y. 1-2 , reizou takayama railway fan ( koyusha ) , january-february issue , 1998 no. 441-442 +kyoto gosho is an imperial palace located in kamigyo ward , kyoto city , kyoto prefecture . since the emperor 's visit to tokyo in meiji restoration , the emperor has resided in the imperial palace in tokyo ( the former edo-jo castle ) and thus the kyoto gosho has been preserved since 1877 . since the meiji period , the kyoto gosho has also been called kyoto kogu . originally , the official imperial palace in heiankyo was dairi , situated nearby the center of heiankyo , but after being devastated by wars , the imperial palace was moved to satodairi ( a temporary palace ) . tsuchimikado-higashinotoin dairi , one of the temporary palaces , was the imperial palace in which successive imperial families of jimyoin-to , later called north imperial court , resided . the imperial palace for imperial families of daikakuji-to , later called south imperial court , was nijo-tominokoji dairi . the current kyoto gosho is not the original tsuchimikado-higashinotoin dairi itself , but was expanded based on it . the kyoto gosho is usually open to the visitors by application and to the public in spring and fall . the kyoto gosho was a residence and an office for the successive emperors until the emperor 's visit to tokyo in 1869 . the existing ( the 21st century ) kyoto gosho is a national property and classified as " properties for imperial household use " under the jurisdiction of the imperial household agency . adjacent to the kyoto gosho lie kyoto omiya gosho and sento gosho , and to the north , across imadegawa-dori lie doshisha university and doshisha women 's college of liberal arts ( both imadegawa campus ) . today , the kyoto gosho , the kyoto omiya gosho , and the sento gosho are maintained by the imperial household agency , and kyoto gyoen , which is the national park around the imperial palaces , is maintained by the ministry of environment . usually , the citizens of kyoto refer to the kyoto gosho including the kyoto gyoen simply as " gosho . " unlike castles in foreign countries , walls surrounding the gosho are not very high , which is viewed as the difference in how the people of the east and the west feel toward their rulers ( imperial family and the emperor ) . this consideration is based on the example of the french revolution in which the crowd broke into the palace of versailles , which was the palace of the ruler ( king ) , whereas such an event has not occurred in japan . the original dairi ( the imperial palace ) in heiankyo was located to the west of and far from the current kyoto gosho , at the northeast of the intersection at senbon maruta-machi nearby the nijo station of west japan railway company . the existing kyoto gosho was originally one of the temporary palaces and called tsuchimikado-higashinotoin dono , which was initially used by the emperor kogon of the north imperial court ( japan ) in 1331 . during the edo period , the dairi was reconstructed eight times ( six of them were caused by destruction by fire ) , and the existing building is called ansei dairi , which was reconstructed in accordance with the heian style in 1855 . emperor meiji , who had been living in the imperial palace in tokyo for nearly ten years after his visit to tokyo , visited kyoto in 1877 and regretted to find the kyoto gosho being devastated ; he ordered the preservation of the kyoto gosho to maintain its original scenery . the main buildings in kyoto gosho inclulde shishinden ( ceremonial hall ) , seiryoden , kogosho , gogakumonjo , tsunegoten , koshun , osuzumisho , and kogo goten . for generations , ceremonies of enthronement were held at shishinden in kyoto gosho , and even after the emperor moved to tokyo in meiji restoration , under the former imperial house code as established in 1889 it was prescribed that the ceremonies of enthronement and daijosai ( the great thanksgiving festival ) should be held in kyoto , thereby having the ceremonies of enthronement of the emperor taisho and the emperor showa in the kyoto gosho . the present imperial house code as established after the world war ii does not prescribe the place ( e.g. , kyoto ) for ceremonies of enthronement , and in 1990 for the first time in history , the ceremony of enthronement of the current emperor was held at seiden in the imperial palace in tokyo . takamikura , a formal imperial chamber used at the enthronement ceremony in which an emperor seats himself to symbolically represent his imperial throne , is located in shishinden in kyoto gosho , and thus , at the time of the ceremony of enthronement " seiden no gi " for the current emperor ( corresponding to " shishinden no gi " ) the takamikura was temporarily relocated to the imperial palace in tokyo . the main gate on the front entrance of the gosho . the gate is made of unpainted natural wood with a kiritsuma zukuri style and hiwadabuki style roof and is supported by four pillars that are 1.82 meters apart . the gate is opened only for special events such as welcoming of the emperor and foreign dignitaries as well as on the limited days for public viewing . tsuiji-bei walls on the left and right sides have five lines ( horizontal lines ) , which represent the highest status as a wall . past this gate is the jomei-mon gate with a ninuri kawara roof , leading to shishinden on the front . on the right is sakon no sakura ( a cherry tree ) . the shishinden is the main building with the highest status in the gosho , where the most important ceremonies such as ceremony of enthronement of the emperor and rittaishi no rei ( ceremony of investiture ) were conducted . the shishinden faces toward the south , facing dan-tei ( courtyard ) with white sand . the shishinden is the takayuka style imperial architecture with an irimoya zukuri style and hiwadabuki style roof , and is 33 by 23 meters in dimension . latticed shutters are used as door fittings . though the size of the building is large , the shishinden is simple and less decorative . the shishinden has moya ( an enclosed main room ) in the center and a hisashi ( an unenclosed veranda ) to the north , south , east and west of the moya . there is a wide space with a wooden floor inside the shishinden with the takamikura ( throne for the emperor ) in the center and michodai ( throne for the empress ) to its east . both the takamikura and the michodai are octagonal in shape and about 5 meters above the floor with a chair inside and tobari ( a curtain ) between pillars . in the back of the takamikura and the michodai lies fusuma ( a sliding door ) called kenjo no shoji , on which images of 32 ancient chinese sages are painted . this has been the traditional subject of paintings since the heian period . the current takamikura and michodai were built at the time of the ceremony of enthronement of the taisho emperor , conforming to the old rule . at the time of the ceremony of enthronement of the current emperor , they were taken apart once and then transferred to the imperial palace in tokyo to be used . on either side of the shishinden 's main stairway lie trees , sakon no sakura ( a cherry tree ) on the left and ukon no tachibana ( a mandarin orange tree ) on the right . behind and to the west side of the shishinden lies the seiryoden , facing east . the seiryoden is the shinden zukuri style architecture with an irimoya zukuri style and hiwadabuki style roof , and the use of latticed shutters as door fittings is similar to the shishinden . originally , the seiryoden was a residence and an office of the emperor but it was used as a ceremonial hall after the emperor 's residence moved to the tsunegoten . inside the building is more partitioned than in the shishinden , a reminder that this palace was originally used a residence . the seiryoden has moya in the center and michodai inside of it , an area where the emperor would rest . in front of this ( the east side ) lies " hi no omashi , " an area of two tatamis . this was used as an office for the emperor to conduct official affairs . on the north side of the moya ( i.e. , on the right side viewed from the front of the building ) is " yon no otodo " surrounded by walls . this was used as a sleeping room for the emperor , but later became a room only in form after the emperor 's residence was moved to tsunegoten . on the west side ( i.e. , behind ) are oni-no-ma , daibandokoro ( kitchen ) , asagarei-no-ma ( emperor 's room for eating breakfast ) , ochozu-no-ma ( emperor 's morning purification room ) , and oyudono ( emperor 's bathroom ) , while on the south side is tenjo-no-ma ( courtier 's room ) . these rooms have paintings on the wall by tosa school , the official painters at the imperial palace . in the garden in front of the front of the building , kawatake bamboo and kuretake bamboo are planted . image kyoto palace garden01 oikeniwa garden image kyoto palace garden02 gonaitei gar wikimapia satellite imagery +the national diet library ( ndl ) provides services for members of japan 's diet in their research and study , as well as the executive agencies of the government and the general public in japan . the ndl is also the only legal deposit library in japan that acquires all materials published in japan and preserves them based on the legal deposit system . the name in english is : the ndl , an organ of the state , belongs to the diet , a legislative body of japan , and serves as a parliamentary library with the primary objective of assisting in the legislative activities of the diet . the ndl also possesses a function as the only national legal deposit library in japan , and provides services to the executive and judicial agencies of the government as well as to the general public . its facilities consist of the " main libraries , " which include the tokyo main library ( nagata-cho , chiyoda ward , tokyo prefecture ) and the kansai-kan of the national diet library ( seikadai , seika-cho , soraku-gun , kyoto prefecture ) , as well as the " branch libraries , " including the international library of children 's literature ( ueno-koen , taito ward , tokyo prefecture ) , the toyo bunko ( oriental library ) ( honkomagome , bunkyo ward , tokyo prefecture ) and 26 libraries in the executive and judicial agencies of the government , etc . the ndl has its origins in the following three libraries : the library of the house of representatives and the library of the house of peers , both of which were established in each house of the imperial diet under the constitution of the empire of japan ; and the imperial library established under the ministry of education . the libraries of the house of representatives and the house of peers have their origins in the libraries of each respective house , as established in 1891 , while the imperial library developed out of a bibliotheca established in 1872 . after world war ii , the constitution of japan , which came into force in 1947 , defined the diet as the sole law-making organ of the state , and that the house of representatives and the house of councilors , which comprise the diet , should consist of " elected members , representative of all the people " ( as the member of the diet ) . an expansion of the parliamentary library as a research organ for diet members was deemed vital for the democratic operation of the diet and for assisting diet members to fully perform their legislative duties . as a result , article 130 of the national diet act ( act no. 79 of 1947 ) , which came into force along with the enforcement of the constitution of japan , stipulated , " the national diet library shall be established in the diet by a separate law so as to assist diet members in their research and study . " the diet library act ( act no. 84 of 1947 ) was enacted at the same time . this resulted in the establishment of the national library , which combined the libraries of the house of representatives and the house of peers ; however , the structure appeared to be insufficient as a means to assist diet members in their research and study . given this , a library mission from the united states of america was invited by the diet , and the national diet library act ( act no. 5 of 1948 ) was enacted based on the advice of the u.s. library mission . as the act came into force under the strong influence of the u.s. library mission , it was decided that the ndl should be established based on the u.s. library of congress , combining the functions of a national library ( national central library ) and a parliamentary library , and having the legal deposit system for the purpose of acquiring and classifying a comprehensive collection of materials published in japan . along with the enactment of the act , preparations for the establishment of a national library progressed , and the national diet library was established on february 25 , 1948 , with tokujiro kanamori , a constitutional scholar who had served as the minister of state at the enactment of the constitution of japan , as the first chief librarian of the ndl .. subsequently , masakazu nakai , an aesthetics scholar who had been the chief librarian of the onomichi city library , was appointed the first deputy chief librarian of the ndl .. the ndl was officially opened to the public on june 5 , 1948 in a temporary building using the former akasaka detached palace ( akasaka rikyu ) , which is now known as the state guest house ( or the geihinkan ) . in the following year ( 1949 ) , pursuant to the policies specified in the national diet library act , the ndl merged with the national library in ueno ( the name was changed from the imperial library in 1947 ) , which housed publications deposited in accordance with the publishing act ( act no. 15 of 1893 , an act to abolish the publishing act and newspaper act ( act no. 95 of 1949 ) ) . as a result of this , the ndl became the only national library in japan , both nominally and virtually . the collections and facilities of the former imperial library were preserved untouched in ueno , and it became the ndl ueno branch library , one of the branches of the ndl . the construction of the ndl main building had been delayed since the establishment of the organization , but the discussion progressed based on the act on the construction committee for the national diet library ( act no. 6 of 1948 ) , which was promulgated along with the national diet library act ; thus it was decided that the main building should be built on the site of the former embassy of germany ( nagata-cho , chiyoda ward , tokyo prefecture ) located directly north of the diet building . a design submitted by kunio maekawa was selected in the architectural design competition for the main building ( now known as the tokyo main library ) . upon the completion of the first phase of library construction in 1961 , the new building began to house the collection of books . the collection of books included a stock of approximately a million volumes previously housed in the ndl 's temporary main library in akasaka , which consisted of those transferred from the libraries of the houses of representatives and peers along with those acquired after the war , as well as approximately a million volumes previously housed in the ueno branch library , most of which had been acquired prior to the war . combining the collections of books from the two libraries , with their different histories , the ndl main library opened on november 1 , 1961 with a total collection of 2,050,000 volumes . the construction of the main library continued after the opening of the ndl . as the extension work progressed , the diet service section--which was located in the miyakezaka temporary building on the site of the former general staff office building ( now known as the kensei-kinenkan ( constitution memorial center ) located in the north area of the front garden of the diet building ) --merged into the ndl main library , completing the consolidation of the ndl 's functions previously spread among three areas : akasaka , ueno and miyakezaka . the construction of the main building was completed in 1968 , seven years after the initial opening , thereby creating a facility that consisted of an administration building with six floors above ground and one floor underground , as well as a library building with 17 floors above ground . as the collection steadily expanded and the number of library users increased during the 1970s , it became readily apparent that more space would be required . consequently , it was decided to build an annex building directly north of the main building , and the annex was opened to the public in 1986 . the annex was designed by kunio maekawa , an architect of the main building . with the completion of the annex , including four floors above ground and eight floors underground , with all of the underground floors allocated for the stack space , the ndl grew to a massive library that could accommodate a combined total of 12 million volumes . it was expected , however , that the ndl would reach its full storage capacity at the beginning of the twenty-first century . this led to a plan , after the 1980s , to build the second facility of the ndl . it was decided that the second facility of the ndl would be built in kansai science city and that the new facility would share the responsibility of preserving the increasing number of collections with the tokyo main library . it was also decided that the new facility would specialize in providing information corresponding to the development of telecommunications accompanied by the progress of computer technology , as well as services as a digital library for remote users . the new facility , named the kansai-kan of the national diet library , was opened to the public in 2002 . with the transferred collections of scientific and technological materials , materials in asian languages and japanese doctoral dissertations , etc . , the kansai-kan became a vital part of the ndl main library along with the tokyo main library . around the time of the opening of the kansai-kan , there was a plan to refurbish the facility of the ueno branch library and use it as the international library of children 's literature . the international library of children 's literature , positioned as a national center for children 's literature in charge of storing children 's literature ( library materials primarily targeting readers under 18 years of age ) among the collection of books housed in the ndl , was partly opened in 2000 and was fully opened in 2002 . in recent years , while the ndl has focused on the expansion of the electronic library projects , there have been numerous movements related to the organization of the ndl , such as the following : removal of the " minister of state " status for the chief librarian of the ndl under the national diet library act in 2005 ; a suggestion on the transformation into an independent administrative institution as part of the national diet administrative reforms by the administrative reform promotion headquarters of the liberal democratic party in 2006 ; and the appointment of makoto nagao ( a former president of kyoto university ) as the chief librarian of the ndl in 2007 , the first appointment of a non-diet member , etc . the philosophy of the ndl 's establishment is specified in the preamble of the national diet library act , as follows : ' the national diet library is hereby established through the firm conviction that truth makes us free and with the objective of contributing to international peace and the democratization of japan , as promised in the constitution . ' a paragraph from its preamble , ' truth makes us free , ' has been interpreted as an illumination of the ndl 's principles , which state that libraries should guarantee freedom of knowledge for the japanese people through the equal provision of materials , and should be the foundation for realizing a sound democratic society . though it is said that the national diet library act was drawn up based on the original plan by the u.s. library mission , this preamble is believed to have been inserted by goro hani , a historian and a diet member ( who was then the chairman of the steering committee of the library of the house of councilors ) . the phrase ' truth makes us free ' originated with goro hani . it is believed that when hani was in germany for his study , he was inspired by an inscription ' ( truth makes people free ) ' engraved on the library building of university of freiburg ( albert-ludwigs-universitat freiburg ) , where he was studying ; the origin of the verse is said to have been a phrase in the new testament ' ( the truth shall make you free ) ' ( 8-32 of the gospel according to st. john ) . in the ndl tokyo main library which was opened to the public in 1961 , the phrase ' truth makes us free ' drawn by kanamori , the first chief librarian , has been engraved in large letters on the wall of the book-catalog hall on the second floor of the main building . this phrase has been seen by many people and has become known as a principle not only of the ndl but also of libraries in general . this phrase had a significant influence on library movements and the development of libraries in postwar japan . the ndl , an organ of the state , belongs to the diet , a legislative body of japan , and is operated independently under the supervision of the speaker of the house of representatives and the president of the house of councilors , as well as the committees on rules and administration , which comprise the standing committees of both houses . the chief librarian of the ndl , who supervises the administration of the library , is appointed by the speaker of the house of representatives and the president of the house of councillors . under the national diet library act , its organization consists of the main libraries and branches . the main libraries comprise the tokyo main library in nagata-cho , tokyo prefecture , and the kansai-kan in kyoto prefecture ; additionally , the two libraries share the responsibility for storing various materials owned by the national library , except for those falling under the category of the responsibility of the international library of children 's literature . also , the ndl diet branch library , which belongs to the main libraries , is located inside the diet building . the international library of children 's literature , the toyo bunko , and libraries in each of the executive and judicial agencies are classified as branch libraries . among them , the international library of children 's literature is in charge of the preservation and provision of materials primarily targeting readers under 18 years of age , out of the materials published in japan that have been acquired by the national library based on the legal deposit system , as well as the materials published outside japan that have been brought to the national library via purchase and international exchanges . therefore , the substantial nature of the international library of children 's literature is closer to a branch library belonging to the main libraries . also , the toyo bunko branch library is a library service department of the toyo bunko , which has been designated as a branch of the ndl and placed under the organization of the national library , deposited by the toyo bunko , a library and research institute dedicated to asian studies . the libraries in the executive and judicial agencies , or the executive branches of the japanese government and the supreme court of japan , will be explained in detail in the section covering the services to the executive and judicial agencies of the government ; moreover , by designating libraries affiliated to the executive agencies and courts as branches of the ndl in a system , the ndl , as the only national main library in japan , and other libraries mentioned above have been integrated within a single network . though established by the executive agencies or courts , these libraries are in a special position as branch libraries of the ndl , comprising a part of the ndl organization along with the main libraries . the main libraries , consisting of two separate facilities in tokyo and kansai , have some 900 staff and are subdivided into departments . the only special department established pursuant to the national diet library act is the ' research and legislative reference bureau . ' in addition to the library services for the diet , the research and legislative reference bureau provide research services as requested by the diet . such research is conducted mainly by senior specialists with a special position for conducting highly advanced research in the fields of interest of the standing committees of both houses . the ndl 's services are comprised of the following three main areas : services for the diet collects , analyzes and provides materials required in the preparation of legislation . services to the executive and judicial agencies of the government provides library services and establishes branch libraries in the executive and judicial agencies of the government and the supreme court of japan . services to the general public services that users from the general public receive directly or indirectly through other public libraries services to prefectural and other local assemblies , as well as government officials , are included in this category . though the ndl 's original mandate was to serve the diet , as obvious by its name " diet library , " services to the general public are also important functions of the ndl . the service to the general public is to function as a japanese national library ; thus the ndl is engaged in acquiring comprehensive collections of materials published in japan based on the legal deposit system , and to create a national bibliography . also , the ndl is focused on collaboration among libraries as well as international cooperation ; it exchanges publications internationally , provides international lending , copying and reference services along with training for foreign librarians who deal with japanese-language books as part of international cooperation . services for users from the general public consist , among others , of on-site use , indirect use through the user 's nearby library , and a provision of digital library via the internet , which will be explained in detail below . in on-site user services , meaning the services for users who physically visit each of the ndl service points ( i.e. the tokyo main library , the kansai-kan , the international library of children 's literature , etc . ) , enormous amounts of materials possessed by the ndl are made available based on user request , except for rare books that require special approval for viewing and materials whose usage is limited for special reasons . though the holdings of the ndl are held in three separate libraries , it is possible for a user to order materials held in a particular library to be sent to another library where the user wants to read such materials ( inter-site request ) . using the indirect user services , general public library users can order materials that are not available at their local library from the ndl 's comprehensive collection of books or make use of the ndl 's reference service ( reference research conducted by a librarian ) to resolve an issue that could not be resolved at their local library . the interlibrary loan is a system in which a user can use materials held in the ndl through the user 's nearby public library , university library or a reference room ( institutions that have applied for and have been approved as registered users of the ndl 's interlibrary loan services only ) . however , because this is an interlibrary loan the borrowed materials cannot be taken outside the library where the materials have been loaned , nor can the materials be copied or duplicated by any means in accordance with the copyright act , which prohibits library materials from being copied or duplicated outside the library that holds such materials . given that the ndl 's main principle is to preserve materials , unlike many neighborhood libraries , the materials held in the ndl cannot be lent out to any individual , even for on-site services . also , because the ndl holds an enormous amount of materials , and the scope of its services encompasses the nation as well as foreign countries , there are many restrictions and inconvenient points for individual users . as a result , when a user wants to obtain a specific material , there are many cases where it is easier to obtain such material from a nearby public library or a university library ; therefore , it is said that a user should use the ndl only for the material that cannot be found in other libraries . in reference to such nature of the ndl , it is often said that ' the ndl is the final resource for materials . ' the ndl 's services for the diet include legislative research specific to the parliamentary library , in addition to general library services such as the provision of materials and loan services . the reading rooms dedicated for the diet members are situated in the tokyo main library and the diet branch library inside the diet building , as well as the diet members ' study room , which is attached to the diet members ' reading room in the main library . it is said that the diet member 's reading room and study room are used by diet members for the study of policies , as well as for confidential talks among politicians . additionally , loan services are available for diet members and diet staff primarily in the diet branch library ; but unlike loans to other libraries there is no restriction on the number of books to be loaned to diet members and diet staff . the main body within the ndl organization that provides the services for the diet is the research and legislative reference bureau ( referred to as the " research bureau " ) , as specified in article 15 of the national diet library act . the research bureau shall conduct research for the diet and collect and provide materials related to legislation , pursuant to the same act . for that purpose , in the research bureau there are divisions assigned to research execution for the diet and the provision of materials related to legislation . the divisions of the research bureau are mostly divided into smaller groups by topics that correspond to the structure of the standing committees of both houses , and legislative reference activity based on requests from diet members and anticipatory research on current issues are conducted . also , separately from the collection and classifications of materials by the ndl for services for the general public , the research bureau gathers and classifies materials so that the latest information can be used to assist the legislative activities . other services for the diet conducted by the research bureau include the management and provision of parliamentary and regulatory related materials among the general materials housed in the ndl ; the preparation of indexes of laws , regulations and bills ; and the creation of database for the minutes of the diet , etc . ; these services have been made available to the general public in the reading rooms of the ndl , through publications , via the internet , etc . another main service provided by the ndl is for the executive and judicial agencies of the government . the ndl provides them with lending , copying and reference services of library service materials , through branch libraries in the executive and judicial agencies . the affiliated libraries of the executive and judicial agencies of the government ( cabinet office library , branch of the ndl ; supreme court library , branch of the ndl , etc . ) deposit materials published by the agencies to which they belong , and collect and store the materials necessary for their duties ; although these libraries are operated under the budget of each agency , they are included in the ndl organization as branch libraries of the ndl . also , branch libraries comprise a network centered around the main libraries of the ndl ; they exchange materials published by agencies , lend the materials and collectively provide joint training for librarians . the chief librarians of the branch libraries of the executive and judicial agencies are appointed from among the administrative and technical officers , but the position of appointment is given to the chief librarian of the ndl , who is a staff of the legislative branch of the government . as described above , the branch library system across the three powers is extremely rare among the national libraries of the world , and it is regarded as one of the most prominent characteristics of the ndl . one of the primary functions of national libraries around the world is to mandate that all publications must be deposited in designated libraries based on the legal deposit system as stipulated in a law , etc . , and to compile a comprehensive collection of materials published in their respective countries . in the ndl , japan 's national main library , it is mandated that copies of all publications must be sent by all government and municipal agencies , groups and individuals in japan to the ndl , in accordance with the national diet library law . the applicable publications include books , pamphlets , serials ( magazines , newspapers and periodicals ) , musical scores , maps , microfilm materials , materials published in braille , and electronic publications distributed in formats such as cd-rom , dvd , etc . ( including music cds and gaming software ) . the number of copies required to be deposited is between two and 30 copies for publications of government and municipal agencies , while one copy is required for private publications . the means for acquisition of materials other than by deposit are by gift , purchase and the international exchange of publications . old books , rare books , old materials that do not fall into the category of deposits , duplicates of frequently used materials as reference books such as encyclopedias , dictionaries , almanacs , etc . , and foreign materials that have been designated as useful materials for academic studies are acquired by purchase . international exchanges are used to acquire official materials of foreign government offices that are difficult to obtain from the national and parliamentary libraries of other countries , as an exchange primarily for copies of materials published by the government and municipal agencies of japan , whose copies have been acquired through the legal deposit system . bibliographic data that describes the identification information for each material ( including the title , author , publisher , year of publication , etc . ) is created for each of the new materials acquired by the ndl , as described above . also , the ndl 's bibliographic data is registered in the catalogues after it is given a classification number by the national diet library classification ( ndlc ) , a unique classification for the ndl and a headline by the national diet library subject headings ( ndlsh ) . most of the catalogues are now available online via ndl-opac ( national diet library online public access catalogue ) , and most of the holdings can be searched via the internet . the ndl 's operation of library technologies such as establishment of its collection , etc . , is largely based on the recommendations submitted by robert bringham downs , a special advisor of the civil information and education section , ghq / scap , in 1948 ( the downs report ) . in the early days after the opening , japanese and chinese books were classified by the nippon decimal classification ( ndc ) and western books were classified by the universal decimal classification ( udc ) , based on the recommendations of the downs report . however , because the ndc was not convenient for storing an enormous collection of books in the bookshelves , the ndlc was invented and adopted in the 1960s . even after that , classification numbers based on the ndc have been included in the bibliographic data for japanese books , for the convenience of other libraries that use the ndc regularly , as well as for users from the general public . as a rule , the acquisition of all publications continued by the ndl based on the legal deposit system , which , theoretically speaking , is the catalogue of materials housed in its libraries that comprise the ndl , such catalogue including the bibliographic information of all materials published in japan . comprehensive bibliographic information on all publications in japan , for inclusion in the above-mentioned catalogue , is called a national bibliography . in the ndl , the bibliographic information of materials that arrive based on the legal deposit system is summarized once a week in the " japanese national bibliography weekly list . " the " japanese national bibliography weekly list " is published on the internet and is issued and distributed as a booklet . its contents are processed into a database for circulation as " japan / marc ( machine readable cataloguing ) " and recorded on cd-rom and dvd-rom discs for sale . its basic function is to ensure comprehensive , uniform indexing when searching materials published in japan . also , when compiling a catalogue of materials they own , other libraries can copy-catalogue ( create a catalogue of a library by copying bibliographic information ) using the " japanese national bibliography weekly list " without having to create their own bibliographic data . though this has merits such as reduced effort for other libraries in creating catalogues and sharing bibliographic data among libraries , there is a time lag in the ndl 's creation of a catalogue from the publication , which has been pointed out as a fault that makes the system unsuitable for searching newly published materials . this is an issue because most of the materials that other libraries acquire and make catalogues of are newly published books . for this reason most public libraries use bibliographic database created by private distributors rather than " japan / marc " when creating their catalogues . therefore , " japan / marc " has not been used as a national bibliography for copy-cataloguing purposes . the ndl has , since its opening , also compiled the " japanese periodicals index " for circulation as well as the national bibliographies . this is a catalogue of articles of major japanese periodicals , and is valued as a catalogue for periodicals that cannot be easily searched using other regular catalogues , even though its scope of indexing is primarily limited to periodicals with high demand for searching , such as academic periodicals , etc . the basis of materials housed in the ndl constitutes the materials that affiliated libraries in both houses of the pre-war imperial diet collected to assist deliberations in the diet , as well as the materials housed in the imperial library , which was at that time the only national library in japan . particularly , the materials housed in the imperial library comprise a collection of great value , including pre-war japanese books , rare old books and western books , which were acquired comprehensively based on the legal deposit system under the publishing act . because a full-fledged legal deposit system was introduced for the purpose of acquiring a comprehensive collection of materials published in japan and compiling national bibliographies after the establishment of the ndl , as a rule all materials published in japan have been stored within the ndl . regarding foreign materials , the ndl collects primarily materials on humanities and social science , materials on science and technology , and materials on japan , which are useful for academic study and reference research through international exchanges and purchases . the stock of the ndl includes the unique and substantial collections that the library has acquired , including those from the days of the former imperial library . many of these unique collections have great value as materials . major collections include the following : stock of the old han schools ( schools of the feudal domains ) and the tokugawa shogunate succession documents that were inherited from the former imperial library ; the ito bunko ( ito collection ) and the shirai bunko ( shirai collection ) , consisting of old books on herbalism ; the modern political and constitutional history , comprising materials on the modern political history , which were collected as a high priority considering the nature of a post-war national library as a facility for the diet ; the collection of official gazettes and statutes of japan and foreign countries ; the ashihara eiryo collection , a collection of materials related to ballet and chanson inherited from the ueno branch library ; and the nunokawa bunko ( nunokawa collection ) ( the collection formerly possessed by kakuzaemon nunokawa ) , which concentrated on materials related to the history of publications and culture . the collection also includes books and magazines that had been banned in prewar days . the banned books previously housed in the imperial library are made available as part of the general materials , and the banned books previously held by the former ministry of home affairs are categorized as valuable books and made available for reading with a certain level of restriction . according to the statistics as of the end of fiscal year 2004 , the ndl possesses 8,369,233 volumes of books , 176,961 titles of magazines , 10,351 titles of newspapers , as well as more than 12 million items of materials in various non-book formats , such as microfilm , maps , digital materials , etc . after the 1990s the ndl started to expand its digital library functions , primarily via websites on the internet , in response to developments in telecommunications . in 2002 the website was substantially renewed to coincide with the opening of the kansai-kan . functions of the ' ndl-opac ' ( national diet library online public access catalogue ) , a search-and-request system for the materials housed in the ndl , were expanded significantly , and it became possible to search most of materials in the possession of the ndl from any location worldwide via the internet . the japanese publications housed in the ndl make up a comprehensive collection of all the materials published in japan , which are acquired through the legal deposit system , and its catalogues are an accumulation of the national bibliographies that have been compiled on a weekly basis . therefore , the provision of bibliographic data through the ndl-opac is a service intended not only to deliver the information of the stock of the ndl but also to provide the general public with broad-based , comprehensive bibliographical data on every conceivable kind of material published in japan . the japanese periodicals index also became available for searching on the internet via the ndl-opac , and a database of the index , which has been accumulated for more than 50 years since the opening of the ndl , is now available for a public use . other than the above , various kinds of digital library content have been made available to the public , including the ' rare books image database , ' which reveals rare historical book and image data of ukiyoe ( japanese woodblock prints ) among the materials housed in the ndl ; the ' digital library from the meiji era , ' which provides scanned image data of the ndl 's materials published during the meiji period ; and ' warp ' ( web archiving project ) ( project of selective accumulation of internet-based information ; formerly an experimental project of selective accumulation of internet-based information ) , etc . the digital library from the meiji era makes it possible for anyone , at any time or place , to access the digitized contents of materials published during the meiji / taisho period ; thus its cultural and historical value as materials is deemed extremely high , although its scope is limited to the materials for which the copyright protection period can be confirmed as having expired , or materials with the approval of a copyright holder . through warp , academic periodicals published on the internet and the actual websites of government agencies , etc . , are archived in the ndl 's server and made available to the public over the internet , upon obtaining the approval of the respective administrators of such contents . it is an experimental project that a library , in the same manner as paper-medium materials , collects , classifies , preserves and makes available to the public the digital information on the internet ( networked digital information ) whose contents can be alternated by its administrators anytime and in any manner , unlike packaged digital information such as cd-rom discs , the contents of which cannot be altered . as a future project , it has been considered that the ndl , as a national library with the mission of acquiring a comprehensive collection of the nation 's information resources , will also collect and preserve networked digital information circulated via the internet . the legal deposit system council , an advisory council to conduct research and deliberations on the operation of the legal deposit system , proposed that a system intended to acquire , preserve and provide the information on the internet should be established in its report on " concept of the acquisition system for the networked electronic publications , " as submitted in 2004 . based on this report , the ndl is considering the institutionalization of a project to collect websites transmitted in japan at a pace of approximately once a year , being automatic and non-selective , and to preserve and make available such websites under a certain restriction . the ndl revealed its plan to start with the acquisition of websites of a public nature with domain names such as go.jp , ac.jp , ed.jp , etc . , and to make available such websites in its report on the ' concept of institutionalization of acquisition and utilization of internet-based information ' in its revised edition . these developments caught the public 's attention in 2004 , in tandem with the " proposal on realization of the world 's most advanced it nation " by the liberal democratic party ( ldp ) ' s special mission committee on the e-japan focused plan . however , the house of representatives member seiko noda and the house of representatives member shunichi yamaguchi , who suggested this proposal , left the ldp in 2005 ( but rejoined later ) ; it has also been pointed out that the ndl 's future plan for the comprehensive collection of information could promote illegal acts through the circulation of obscene products , child pornography and privacy-infringing information , so it is said that the realization of the proposal will be quite difficult . this section mainly explains the case in which a general public user visits and uses the ndl tokyo main library . for details on the kansai-kan of the ndl and the international library of children 's literature , please refer to the article on each topic . anyone 18 years of age or older is eligible to use services for the tokyo main library and the kansai-kan . on the other hand , the international library of children 's literature , which provides a wide range of specific services targeted toward children , can be used by anyone , except for the reference room for specialized documents related to children 's literature . the gate through which library visitors pass when entering or leaving the library is constantly monitored by several diet members or outsourced guards . upon entering the library , a user is required to obtain a user card , which is an ic card that is valid only on the day of issuance , from the user card issuing machine ; the card is required when searching , requesting , collecting and copying materials . when obtaining a user card , the user is required to input his / her name , address , telephone number ( s ) , etc . however , if the user brings his / her registered user card ( which is different from the user card ; see the picture shown to the left ) , he / she can obtain the user card by inputting only his / her password . by using the card thus issued , a user passes through the gate that is similar to an automatic ticket gate at a train station . because opaque bags such as briefcases cannot be brought into the tokyo main library and the kansai-kan , before entering the library the user is required to deposit his / her baggage in a locker located next to the entrance . when a user finishes using materials , he / she is required to return all the materials to the counter where he / she received them before leaving the library . the user card is collected automatically when a user inserts the card into the gate and leaves the library . no one is allowed to leave the library without returning the materials . tokyo main library : 9 : 30-19 : 00 ( 17 : 00 on saturday ) kansai-kan : 10 : 00-18 : 00 international library of children 's literature : 9 : 30-17 : 00 tokyo main library and the kansai-kan : sundays , national holidays , the third wednesday of the month , and the year-end / new year holidays international library of children 's literature : mondays , public holidays ( except children 's day on may 5 ) , the third wednesday of the month , and the year-end / new year holidays for the management of an enormous amount of materials , as a rule the tokyo main library applies a closed-stack system for its materials , with which all materials are stored in a closed stack room that is not directly accessible by the user . for this reason the user is first required to search for the materials he / she needs on the ndl-opac ( a search-and-request system for materials housed in the ndl ) and then request the materials via the system . based on the request data on the ndl-opac , the materials will be taken out from the stack room ; however , it takes about 20-30 minutes before a user can collect the requested materials because enormous amounts of materials are taken out of the extremely large stack room . there is a limit to the number of materials that can be requested by an individual at one time . the tokyo main library consists of two buildings ( the main building and the annex ) , but generally the counter on the second floor of the main building is in charge of lending books and the counter on the second floor of the annex is in charge of lending periodicals . also , special materials rooms exist for special materials by topics , as well as for materials that are unique among national libraries . because some of the materials in the special materials rooms are available in open stacks , users can read some of the materials on open shelves such as encyclopedias , dictionaries , statistics , almanacs , newspapers , etc . , and hold them in their hands . nine special materials rooms are currently available in the tokyo main library , as follows : the business , science and technology room ( reference books on business and social science , science and technology ; abstracts and indexes of science and technology ) and the humanities room ( reference books on general subjects and humanities ; core journals of library and information science ) on the second floor of the main building ; the rare books and old materials room ( rare books , semi-rare books , japanese old books up to the edo period , chinese old books up to the qing dynasty , etc . ) on the third floor of the main building ; the map room ( single-sheet maps and residential maps ) and the modern japanese political history materials room ( kensei-shiryoshitsu ) ( documents and microfilms related to modern japanese political history , microfilms of ghq documents and materials related to japanese immigrants ) on the fourth floor of the main building ; the audio-visual materials room ( phonograph records , cds , dvds , vhs tapes , etc . ) and the electronic resources room ( electronic resources such as cd-roms , electronic journals , etc . ) on the first floor of the annex ; the parliamentary documents and official publications room ( parliamentary documents , official gazettes , statutes , court reports and treaties of japan and other countries , publication catalogues , directories , annual reports , statistics of japanese and foreign government offices and publications of international organizations , reference books on law and politics , etc . ) on the third floor of the annex ; and the newspaper reading room ( newspapers ( original , reduced and reprinted edition and microfilm ) , newspaper clippings ) on the fourth floor of the annex . the asian materials room , specializing in materials written in asian and north african languages , was formerly situated in the tokyo main library , but when the kansai-kan was opened to the public it was transferred to the kansai-kan with its collection and renamed as the asian resources room . a user cannot copy materials alone using a photocopier but is instead required to make a request at the copying center . free copying by a user is not allowed in the ndl because the ndl has an obligation to preserve materials as a deposit library , and the ndl is required to confirm the portions to be copied because copying by library users in general is limited to the portion that can be copied without obtaining the approval of a copyright holder as specified in article 31 of the copyright act . for this reason a user cannot copy full pages of the latest editions of serials and materials protected by copyright , even if they are valuable materials only available in the ndl . because self-copying is not available , it takes between 10-30 minutes before photoduplicates can be collected after a request for photo-duplication is made , depending on the level of usage . due to the waiting time for the materials to be taken out from the stack room , combined with the waiting time required for photo-duplication , a considerable amount of time is required for a user to collect photoduplicates of target materials and the length of waiting time is one of the burdens for a user when using the ndl . however , there are self-service photocopiers in the kansai-kan , and the user can copy portions of reference materials by himself / herself . even in this case the user is required to have the portion he / she has copied in materials confirmed by a library staff person . also , a registered user can look up and identify a material on the ndl-opac system via the internet and request a copying service by mail by paying the actual costs only . because the remote copying service is connected with the japanese periodicals index system , it is possible for a user to specify the article to be copied within the searched magazines and request that a copy of such article be sent to him / her . +the kansai-kan , as the kansai main library of the national diet library ( ndl ) , is located in seika-cho , soraku-gun , kyoto prefecture . because the ndl tokyo main library ( nagata-cho , chiyoda ward , tokyo prefecture ) had nearly reached its full storage capacity , it was decided to build a new facility that would serve as a ' digital library ' for the highly advanced information society ; the new facility was built in kansai science city ( keihanna science city ) ( seika-cho , soraku-gun , kyoto prefecture ) , and was opened to the public as the kansai-kan of the ndl in october 2002 . the building , which was designed by the architect fumio toki , was awarded the prize of aij ( architectural institute of japan ) . november 1978 : the ' basic development plan for the kinki region ' was signed by the prime minister , thus signaling a growing demand for the establishment of the second ndl ( provisional name ) from local governments , academic society and economic circles in the kansai region . june 1982 : the research committee for the kansai project of the national diet library ( ndl ) was established . april 1987 : a report on the establishment of a new facility in keihanna hill ( now kansai science city ) was submitted by the research committee to the chief librarian . may 1987 : ' the project headquarters for the second ndl ( provisional name ) ' was established . july 1987 : the ' first basic plan for the establishment of the kansai-kan of the ndl ( provisional name ) ' was submitted to the chief librarian of the ndl . august 1991 : the ' second basic plan for the establishment of the kansai-kan of the ndl ( provisional name ) ' was drawn up at the advisory meeting . may 1994 : the kansai-kan project office was established . december 1994 : recommendations for construction of the kansai-kan were submitted by the ndl building commission to the diet ; additionally , the ' outline of the basic construction plan of the kansai-kan of the ndl ( provisional name ) ' was submitted . the recommendation was approved by the house of councilors in december 1994 and by the house of representatives in january 1995 . august 1996 : a design by fumio toki was adopted . october 1998 : construction of the kansai-kan started . march 2002 : construction was completed and a handover ceremony was held . april 2002 : the kansai-kan was established . september 2002 : the transfer of library materials from the main library was completed . october 2002 : the kansai-kan opened . the areas of focus are services of remote use and asian information services . in tandem with the establishment of the kansai-kan , the required number of deposits for domestic publications increased to two copies , one of which is housed in the kansai-kan . as for the closed stacks for these acquired materials , one of japan 's largest movable stacks has been adopted to increase its storage capacity ; meanwhile at the kansai-kan , the process of putting in and taking out the materials from the stacks has been automated with guided vehicles controlled by computers , providing advanced services suitable for the information society , one can search the materials housed in the kansai-kan or request the materials in the closed stacks by using the terminals in the reading rooms . moreover , the general collections room holds , in open stacks , the reference books , abstracts , indexes , domestic government publications / statutes and parliamentary documents , library and information science materials , major periodicals and newspapers , nationwide telephone directories , etc . , in japanese and other languages . the asian resources room holds , in open stacks , books , serials ( periodicals , academic journals ) , newspapers , etc . , in japanese and other languages concerning asia . there are also terminals with databases for searching bibliographic data of asian countries , materials housed in the library , and newspaper articles , but some of the contents cannot be printed . those who make a request can use the study rooms in addition to the reading rooms . however , the usage is limited to the reading of materials housed in the kansai-kan . the fourth floor has a cafeteria and a kiosk . these are currently operated by the mutual aid association of the house of representatives , but in the future operators will be selected from the public . there are several restaurants outside the library . from hosono station ( jr katamachi line ) or shin-hosono station ( kintetsu kyoto line ) , take the nara kotsu bus 39 or 41 , or the south route of the seika kururin bus , and get off at the " kokuritsu kokkai toshokan " ( national diet library ) ( time required : approximately 10 minutes ) . from gakken-nara-tomigaoka station ( kintetsu-keihanna line ) , take nara kotsu bus 41 , 47 or 48 and get off at the " kokuritsu kokkai toshokan " ( national diet library ) ( time required : approximately 15 minutes ) . +mausoleum ( byo , mitamaya , otamaya , hokora ) a place where memorial rites are performed for the dead . mausoleums were once used to perform memorial rites in honor of one 's ancestors . nowadays , they are used to perform memorial rites in honor of the deceased in general . mausoleums are also known as reibyo ( shrine ) . while mausoleums are completely different from tombs in origin , a tomb can also be referred to as a mausoleum . explained under this category . the front hall of a royal palace and a place to take the reins of government . mausoleums in the people 's republic of china in china , a mausoleum is a place to perform memorial rites in honor of ancestors , so tombs exist separately . for this reason its positioning is similar to a buddhist altar in buddhism ; however , unlike buddhist alters , mausoleums were not placed in a main building but in a separate building dedicated for use as a mausoleum . because ancestors are highly respected in china , the mausoleum has been regarded as the most important part of the house since ancient times . also , there are cases where mausoleums were erected not only to perform memorial rites in honor of ancestors but also to the spirit of someone people admired , as seen in numerous mausoleums sacred to the memory of confucius or guan yu around the country . mausoleums in japan shinto rites mausoleums are dedicated to deities in a very similar way to regular shrines . even though ' otarashihime no byo jinja ' ( one of the head shrines of usa-jingu shrine ) is included in jimmyocho ( list of deities ) in engishiki ( codes and procedures on national rites and prayers ) ; however , ' kashii-byo ' ( now kashii-gu shrine ) is not included in jimmyocho but included under the category of shikiburyo in engishiki , which indicates that there were cases where mausoleums were distinguished from shrines . famous examples of mausoleums include toyokuni-jinja shrine / hokoku-jinja shrine ( kyoto prefecture ) and nikko toshogu shrine . there are shrines dedicated to the spirits of the heads of han ( domains ) in the edo period and the bekkaku-kampeisha , established after the meiji period . also , there are many cases where mausoleums were built to console the souls of the deceased as groups , as seen in the examples of yasukuni-jinja shrine , which is dedicated to the war dead , yayoi-jinja shrine ( now yayoido ) which is dedicated to policemen and firefighters who have died while on duty , and hiko-jinja shrine , which is dedicated to the victims of airplane accidents , etc . as shown in the above examples , mausoleums are often connected with political powers or policies . tenmangu is indeed a mausoleum , since it is dedicated to the memory of sugawara no michizane ; however , temmangu is commonly recognized as a shrine sacred to the god of tenjin ( the deified spirit of sugawara no michizane ) . the gongen-zukuri structure is often used for shrines built as mausoleums . buddhist rites in most cases the founders of religious sects or major buddhist parishioners ( the shogunate family / the lord of a domain , etc . ) were worshiped in the mausoleums annexed to the temples . confucian rites there are few mausoleums sacred to the memory of confucius placed inside gakumonjo , etc . one of the most notable examples is yushima seido / yushima temple , which is annexed to shoheizaka gakumonjo in tokyo prefecture . taoism there are mausoleums sacred to the memory of guan yu , etc . , in chinatowns located in various parts of japan . ( refer to the article on 関帝廟 . ) mausoleums in the middle east the taj mahal a white-domed , marble mausoleum , it was built in memory of the wife of emperor mughal empire . as a mausoleum set with gems and precious stones in marble , the taj mahal is also cited as the jewel of islamic architecture . mausoleums in western countries the term " mausoleum " in western countries refers to a large , impressive tomb constructed for a deceased leader . later , mausoleums would enclose a burial chamber within a burial vault below the superstructure , but modern mausoleums have columbaria ( a type of mausoleum for cremated remains ) in addition to the former burial chambers under the mausoleums . nowadays , mausoleums are sometimes included as a part of larger facilities such as churches . the cathedral of our lady of the angels , in los angeles , has 6,000 sepulchral and cinerary urn spaces for interments . the english word " mausoleum " derives from the mausoleum of maussollos , the grave for king maussollos of the achaemenid empire of persia , who ruled caria . his large tomb is one of the seven wonders of the world . grant 's tomb in new york was designed based on the mausoleum of maussollos . other notable mausoleums include abraham lincoln 's tomb in springfield , illinois . in europe there are many mausoleums dedicated to the saints . in formerly socialist countries , mausoleums were often created to preserve the bodies of the founders of their countries , with the way they looked when they were alive . many of them still exist today . these include ' lenin 's mausoleum ' in moscow , ' chairman mao memorial hall ' ( zedong mao ) in beijing , the ' ho chi minh mausoleum ' in hanoi , ' kumsusan memorial palace ' ( il-sung kim ) in pyongyang , etc . these phenomena are sometimes criticized as a deviation from the original doctrine of socialism . +buddha 's sariras refer to the cremated ashes of buddha 's bones as well as the remains of the coffin and altar that were used for the cremation of buddha when he passed away . the term ' sarira ' ( śarīra ) , a word borrowed from sanskrit , means the skeletal remains or body ( the term śarīra शरीर originally means ' body ' in sanskrit and also refers to ' dead body ' as in english ) . in japan , buddha 's sarira is often used as a synonym of sarira , and the term sarira is used to distinguish the remains of others from those of the saints or buddha . in this connection , some say the term ' shari ( rice / vinegared rice ) ' for sushi is derived from sarira , but that view is wrong . for details , refer to the section for sushi terms . initially , the malla tribe that ruled kushinagar ( kusinara ) , where buddha died , expressed the view that buddha 's sariras should be solely owned by them , and a dispute arose over buddha 's sariras between the malla tribe and other countries that had buddhism as the state religion ; consequently , buddha 's sariras were equally divided into eight pieces and , along with the case and remaining ashes , were dedicated to 10 temples in the surrounding countries within and outside kushinagar . 200 years later , king asoka of the maurya dynasty in india , who was a pious buddhist , unified the whole land of india under his sway . he excavated seven out of eight places around the country where the buddha 's sariras had been dedicated , and pulverized the bones and divided them grain by grain , and subdivided the ashes into minute quantities ; then he redistributed them to an enormous number of temples inside and outside the country ; these were said to number some 80,000 temples , including the ones in surrounding countries . many monks from china , to which buddhism was introduced in later years , headed out to india and the kingdom of thailand , where buddha 's sariras had been dedicated , and they held a memorial service with gems , etc . , in front of stupa ( a cone-shaped buddhist monument in which buddha 's sariras were laid ; a model and the origin of japanese sotoba , or stupa ) ; they took the gems as ' substitutes for buddha 's sariras ' to china and applied them to the pagodas of their temples . this method of using gems as substitutes for buddha 's sariras was also used in japan in old times . japan it has been said that buddhism was officially introduced into japan either in 538 or in 552 , and that buddhist statues and sutra were brought over at the same time , but there was no description of sariras . there is a description in the " nihonshoki ( chronicles of japan ) " that ' buddha 's sariras were placed in the cornerstone of a pillar of 刹 in hoko-ji temple ' in january 15 , 593 ( in old lunar calendar ) . in 1956 , as a result of an excavation of the area surrounding asuka-dera temple , an ancient foundation of hoko-ji temple ( gango-ji temple ) was found . a vessel for buddha 's sariras placed in a wooden box was found in a pillar foundation of the stupa , which no longer exists . the sariras were placed in the pillar foundation in 593 , but the stupa was burned down in 1196 as the result of lightning . it is said that in the following year the sariras were dug out , placed in a new vessel and a wooden box , and buried in the pillar foundation again . during the asuka period , temples with outstanding stupa , such as hoko-ji temple , ikaruga-dera temple ( now horyu-ji temple ) , and the existing shitenno-ji temple , were built , whose stupa were dedicated to buddha 's sariras . there is a description in the " nihon shoki " that buddhist statues , a golden stupa and sariras were sent by jinpyeong-wang of the silla kingdom in july , 623 ( in old lunar calendar ) . it is said that the sariras were dedicated to shitenno-ji temple . in buddhism 's early days , buddhist doctrine was valued so statues were not created based on the indian customs and religious observances . therefore , buddha 's sariras were the only subjects of religious belief having a concrete shape . however , when buddhism was introduced into japan , buddhist statues existed from the beginning , so buddha 's sariras and stupa , which were dedicated to the sariras , were not necessarily at the center of the religion . while jianzhen visited japan with buddha 's sariras in 754 , kukai brought back a large number of buddha 's sariras with shingon esoteric buddhism in 806 . subsequently , worship for buddha 's sariras was reignited in japan and people started to worship not only sariras in stupa but also in a vessel for buddha 's sariras within the building . because of the national seclusion in the edo period and the anti-buddhism movement in the meiji period , interactions with overseas countries broke off , but there were a few cases where buddha 's sariras were given as a result of interactions with the countries of theravada buddhism such as sri lanka and thailand after 1900 , at the end of the meiji period . there are many mysterious traditions about buddha 's sariras . buddha 's sariras will disappear if owned by someone who does not deserve to have them . ' buddha 's sariras will multiply in number , become bigger or change colors if owned by someone who deserves to have them . ' as described above , it is said that there will be changes depending on one 's depth of faith . this tradition has been a hotbed of craft such as , ' if buddha 's sariras increase in number , it is a sign of good business , ' as seen in a comment by hogen fukunaga , founder of ho-no-hana sampogyo , a religious organization , who stated , ' when i was given genuine buddha 's sariras , they multiplied by 100 due to my supernatural power . ' according to another version , the so-called sariras of buddha spread throughout asia in a combined weight of two tons . there are genuine buddha 's sariras that are the remains of buddha 's bones and ashes , as well as substitutes such as gems , etc ; over the years it has become confusing and unclear which of buddha 's sariras , whether genuine or substitutes , were dedicated in which temple . therefore , the sri lankan government conducted research on actual conditions and manages them by collecting buddha 's sariras where possible . the sri lankan government says , ' we do not give away buddha 's sariras as an exchange for money ( donation ) , but we give them to the temples that deserve to receive them based on our investigation and selection . ' what is deemed to be the true remains of buddha 's bones , archaeologically , was excavated in india in 1898 and subsequently transferred by the united kingdom , which ruled india at that time , to siam ( now the kingdom of thailand ) . a portion of the sariras was given to the japanese people by rama v of siam , and kakuozan nissen-ji temple ( now kakuo-zan nittai-ji temple ) was built to deposit it . rights and wrongs of worshipping buddha 's sariras buddha , in his later years , said to his disciples , ' all things must come to an end ; when i am dead , my teachings will lead you ; never shirk , but keep studying . ' because the buddha explained that the handing down of doctrine was of the greatest importance as shogyo-mujo ( all things are impermanent ) is inevitable , in later years there were some who believed that worshiping and venerating the buddha 's sariras , which exist as tangible things , deviates from the buddha 's intention . however , in the theravada buddhism introduced from the south , buddha 's sarira was undoubtedly the object of worship , as explained above . also , in the mahayana ( greater vehicle ) buddhism introduced from the north , buddha 's sariras are interpreted as identical to " truth body " or " buddha-nature . " nehan-gyo preaches the following : as described above , there is an interpretation that people can get closer to the world of buddha by creating stupas and buddhist statues and staring into the eyes of buddha-nature within ; thus there are those who believe the philosophy that respects and worships buddha 's sariras is not an unrighteous act . +garan ( 伽藍 ) means a purified place where buddhist monks gather and practice the religion , but eventually the term came to mean buddhist temple or the group of buildings that forms the heart of a temple . 伽藍 ( garan ) ' is a japanese abbreviated form of the expression ' 僧伽藍摩 ( sogyaramma ) ' or ' 僧伽藍 ( sogaran ) ' which are transliterations of the sanskrit samghaaraama ( सँघाराम ) or sangharama . in classical chinese translation , the word was sometimes translated as ' 衆園 ( shuon ) ' or ' 僧園 ( soon ) ' but usually it is called just " 伽藍 ( garan ) . " in india the origins of buddhist stupa , to which the subject of worship is dedicated , differed from the priest 's cell where monks dwelled , but in later years temples accepted stupas . in later years it became popular for monasteries to have a square-shape vihara with a courtyard in the center , surrounded by a loculus , in addition to a shido ( a hall dedicated to the souls of ancestors ) in which the subject of worship ( a stupa or buddhist statue ) was placed . a hall , dining hall , kitchen , storage room , washing areas and toilet were attached to a vihara . they were developed to provide facilities necessary for monks to live as a group but at the same time to provide enough seclusion so as not to disturb their privacy and meditation ( see the section on vihara ) . jetavana vihara and venuvana vihara are famous and their names are known in literature , but their real existence is not certain . in rajgir ( its ancient name is raajagrha ) was excavated an ancient foundation of what is deemed to be a vihara in a mango garden donated by jivaka komarabhacca , a noted doctor in buddha 's time . in this vihara there were no individual rooms for priests , nor was there a stupa ( buddhist pagoda ) or a shido ( chaitya hall ) , which made it completely different from the monasteries of later years . notable examples in later years include the ancient site of a monastery in somapura ( now pahaarpur ) . in this monastery there were 177 cells for priests inside the surrounding square walls approximately 300 meters per side , as well as a cruciate vihara in the center of a courtyard with stairs on all sides ( base : 109 m x 96 m ) . inside the base , there were 2,800 unglazed clay tablets in which buddhism venerable statues , images of hindu gods , people and animal figures were carved in relief , which remain valuable examples of the art of the pala dynasty . the oldest example of garan in the buddhist temples of china is ' 浮屠祠 ( futoshi ) , ' which was described in the " 呉志 ( goshi ) " as a garan built in xuzhou by 笮融 ( sakuyu ) at the end of the houhan period . it is said that the building enshrined a golden statue of buddha and could accommodate 3,000 people , with two layers of kairo ( a long-roofed , portico-like passage connecting two buildings ) that surrounded a two-storied tower with a nine-tier 銅槃 ( doban ) hanging from a sorin at the top . this tower functioned as a ' butsuden ( buddha hall , a building enshrining the status of buddha and dedicated to prayer ) ' and as a ' pagoda ' in later years . it is believed that a garan in its early days was structured around the building dedicated to buddha , but as the worship of buddha 's sariras began to thrive , a stupa dedicated to buddha 's sariras and a buddha hall housing a buddha image were separated ; therefore , it is believed that the garan centered around a stupa was gradually changed to a garan centered around a buddha hall . furthermore , during the period of the northern and southern dynasties ( china ) there were many cases where aristocrats donated their houses , which then became temples . in these cases , a buddha hall and a lecture hall were placed in front and behind the garan , but many of them did not have a stupa . also , not only chinese-style temples such as those described above were constructed in china , but also grottoes modeled on the indian-style garan . examples include the ancient remains of the yungang grottoes , dunhuang , the longmen grottoes , etc . the major buildings that comprise a garan are as follows : a sanmon gate ( the gate of a temple , it stands between the somon gate and the main hall ) , which symbolizes a border with the mundane world ; a hondo ( main hall ) dedicated to the principal image ; a to ( pagoda ) ; a kodo ( lecture hall ) ; a place for study ; a kuri ; monks ' living quarters , a jikido ( refectory ) ; a shoro ( belfry ) ; a tosu ( toilet ) , etc . the layout and number of these elements vary according to the sect to which it belongs , as well as to the era of its construction . a large temple complex that has most of these elements is called a shichido garan ( which literally means " seven-hall temple " or a group of seven buildings that are supposed to form the heart of an ideal buddhist temple ) . even though what is included in the shichido garan varies from sect to sect and era to era , according to the " kokon-mokuroku-sho " in the kamakura period , it includes a kondo ( main hall or golden hall ) , a pagoda , a lecture hall , a belfry , a kyozo ( scriptural depository , library ) , a sobo ( monks ' living quarters ) and a refectory , which are the commonly known elements . however , in the zen schools a shichido garan includes a sanmon gate ( main gate ) , a buddha hall , a hatto ( lecture hall ) , a sodo ( meditation hall or a building dedicated to zazen ) , a kuin ( temple 's office or a kitchen ) , a tosu or a seichin ( toilet ) and a yokushitsu ( bath ) . it is assumed that when buddhism was introduced to japan in the early sixth century there were no full-fledged temples ; instead , small buddhist shrines were built within the palace and houses . according to " nihon shoki ( chronicles of japan ) , " it is said that temple engineers , 鑪盤 ( roban ) experts , tile experts , etc . , came from baekje in 588 and started the construction of hoko-ji temple ( asuka-dera temple ) , the first full-fledged garan . according to the results of the excavation of asuka-dera temple , the temple had a garan layout in which a pagoda stood at the center of the area surrounded by roofed corridors , and surrounding it were three main halls ( central main hall , east main hall , and west main hall ) ; such construction follows the goguryeo-style and is believed to have originated in the sangoin layout of china . in the garan layout of osaka prefecture 's shitenno-ji temple , which was erected at the beginning of the seventh century , as well as an old garan ( wakakusa garan ) of horyu-ji temple ( ikaruga-dera temple ) , a chumon ( inner gate ) , a pagoda , a main hall and a lecture hall are placed on a straight line from south to north . the two roofed corridors connect the left and right edges of the chumon to the lecture hall , surrounding the pagoda and the main hall . this layout is called the ' shitenno-ji-temple-style garan layout , ' which is a style seen in the temples in baekje in the sanguo shidai ( the three states period ) ( the korean peninsula ) . there are approximately 40 temples whose construction work started in the asuka period in the areas from the tokai region up to the sanyo region , most of which concentrated in nara prefecture , osaka prefecture and kyoto prefecture , and are considered to be the first japanese full-fledged garan . one of the prominent things about the garan of this period is a consideration given first and foremost to the pagoda . the meaning of " pagoda " differs according to whether there is only one pagoda , there are two pagodas placed in the east and west , or whether pagodas are positioned within or outside of corridors . these are exactly the issues of how to deal with the remains of buddha 's bones . the second point is the size of a lecture hall . the main hall and buddha hall are structures for the purpose of worship , and they have the same meaning as " shido " in india and china . however , lecture halls were introduced from china into japan , and they were built for the purpose of study . whether they were placed within the corridors or outside the corridors implies how much the study was valued . the garan layout of major temples between the latter half of the seventh century and the eighth century is as described below : kawara-dera temple ( asuka ) has an asymmetric garan layout with one tower and two main halls ; it has a central main hall in front of the chumon , a west main hall on its left and a pagoda on its right , and can be regarded as an asuka-dera temple garan layout without an east main hall . the sai-in garan of horyu-ji temple , which was reconstructed from the end of the seventh century to the beginning of the eighth century , has the pagoda ( left ) and main hall ( right ) side by side in the courtyard surrounded by roofed corridors . the neighboring horin-ji temple ( ikaruga-cho ) has the same garan layout , which is called the " horyu-ji-temple-style garan layout . " a layout that is similar but has the pagoda and main hall on the opposite sides is called the " hokki-ji-temple-style garan layout . " yakushi-ji temple : the temple was moved from fujiwara-kyo to heijo-kyo ; the temples in both locations had the same garan layout with two pagodas and one main hall , and the pagodas in the east and the west were built within the corridors . todai-ji temple : this temple also has two pagodas and one main hall , but it differs from yakushi-ji temple in that its pagodas in the east and west are built outside the corridors . daian-ji temple : the temple used to be in asuka and was called ' daikandai-ji temple ' ; it has one pagoda and is regarded as a yakushi-ji-temple-style without a pagoda in the west . after it was moved to heijo-kyo and renamed ’ daian-ji temple , ’ two pagodas were built in the east and west but they are located further to the south of a nandai-mon ( south gate ) and further out from the center of the garan . the garan layout of kokubun-ji temples , being provincial temples established in each province of japan by the emperor shomu in the nara period , have one pagoda and one main hall in general ; in this layout the pagoda was not built on the central pivot line of the garan but was built inside the corridors , or outside the corridors either on the east or the west side . when the heian period started , the systematic garan layout ( as in the nara period ) disappeared because the mountain temples of esoteric buddhism were subject to site restrictions . however , the garan built on flat land , such as to-ji temple and sai-ji temple built in the east and west of rajomon gate of heian-kyo , followed the layout of the nara period . as the jodo sect ( pure land buddhism ) developed , more garan were built with a style seen in the jodo-mandala , which has an amida hall in the center and a large pond placed in front of the amida hall . this is believed to have been an adaptation of shinden-zukuri architecture , a style of a nobleman 's residence , into temple architecture . in hojo-ji temple ( defunct ) built by fujiwara no michinaga , hossho-ji temple , as erected at the wish of the emperor shirakawa , and byodoin hoodo ( the phoenix hall or amida hall of byodoin ) , etc . , to the west of a pond is where the amida hall was constructed , which symbolized reverence to higan ( the western paradise where amitabha dwells ) in this world . when the kamakura period started and the zen sect was introduced into japan , the systematic garan layout was revived ; this period saw a garan layout that had a sanmon gate , a buddha hall and a lecture hall built on a straight line , following the somon gate ( the gate at the entrance of a temple ) . even though there are temples with a chinese-style symmetrical garan layout in which a sanmon gate is connected through the corridors to the buddha hall , behind which a lecture hall and a hojo ( head priest 's living quarters ) are built , a kuin and a sodo on the left and right sides of the corridors , and a yokushitsu and tosu are placed diagonally across the sanmon gate ; such temples whose whole garan structures ( including the corridors ) remain are limited to those built in the early-modern times , such as zuiryu-ji temple ( takaoka city , toyama prefecture ) , mampuku-ji temple ( kyoto prefecture ) , etc . there are cases where zen temples include pagodas , but they are built outside the center of a garan and do not have organic meaning as part of a garan layout . it appears that the garan layout of the pure land and true pure land sects in the medieval period did not have a fixed style . however , since a goeido ( daishido ) , which is dedicated to a kaiki ( patron of a temple in its founding ) , was valued as much as the main hall ( amida hall ) , which is dedicated to amitabha tathagata for the temples of the true pure land sect in early-modern times , the basic style was to build them both so that they faced the east . the tradition of the nichiren sect says that the temples should ideally be constructed on a site that is suitable for the four symbols ( four mythological creatures in the chinese constellations ) . this is believed to have been an influence from the esoteric buddhism by nichiren . in reality , since temples were built on the sites donated by kaiki patrons , they were more or less forced to compromise . even though there is no fixed style for a garan layout , there are many examples of temples that were built based on the zen-sect style . as for the characteristics of the nichiren sect , a small hokkedo is built at the beginning , and other structures such as a main hall , a goeido , a kuri , a kyakuden ( guest hall ) , a somon gate , a sanmon gate , five-story pagoda , shukubo ( monks ' living quarters ) , etc . , are gradually added . temples with many shukubo are sometimes called taibo ( large living quarters for monks ) . +the bank of kyoto , ltd . , with its head office located in shimogyo ward , kyoto city , kyoto prefecture , does business in kyoto prefecture , and neighboring areas as a regional bank . summary it is officially designated as a financial institution in order to conduct business with the prefectural government of kyoto . the corporate slogan is , " keep a natural attitude . " its eccentric tv commercial , " looong relationship ( nagaaai otsukiai ) , " is well known . the name in english is " the bank of kyoto , " but " the bank for kyoto " is posted in its branches and atms . the bank is financially sound , and it maintains one of the highest capital-to-asset ratios and credit ratings among regional banks , because the bank 's stock portfolio includes a significant number of stocks in renowned local companies known as " kyoto brands , " which maintain substantial appraisal profits , and it has been doing prudent business since before the " bubble " economy . total deposits : ¥ 5,112.3 billion ( as of the end of march 2006 ) since 2007 , the bank 's logo has been on the sleeves of the uniforms of the kyoto sanga f.c. , which is the professional football team in kyoto . soundness indicators the following data is for the half-year ending as of september 2006 : capital-to-asset ratio non-consolidated : 11.11 % based on domestic standards , or 14.66 % based on the international financialreporting standards consolidated : 11.39 % based on domestic standards , or 14.91 % based on the international financial reporting standards ( as of september 30 , 2006 ) credit rating rating and investment information , inc . ( r & i ) : astandard & poor 's ( s & p ) : a ( as of november 1 , 2006 ) gain on revaluation of marketable securities ( unrealized gain ) \ 332.1 billion ( as of september 30 , 2006 ) the bank has branches and local offices in cities and villages of kyoto prefecture , as well as in shiga prefecture , osaka prefecture , nara prefecture , hyogo prefecture and metropolitan tokyo . during the prewar era , most bank offices in kyoto city were branches of major city banks , as was the case in tokyo city ( now boroughs ) , but there were only a few regional banks . unfortunately , every one of them took the path of merger into major banks , and during the war the regional banks in kyoto city became defunct ; eventually the last of them , kyoto ouchi bank , was split and transferred to the fuji bank , limited ( now mizuho bank , limited ) and kyoto bank , whose head office was located in fukuchiyama city at that time . for this reason , after the war there was a call to create regional banks with the local capital , and tanwa bank ( with its head office in fukuchiyama city ) , which had originally been an integrated bank during the war in regions of tanba province and tango province , entered business in kyoto city . in 1953 , the bank moved its head office to the current location ( formerly the site of the old takashimaya company , limited ) , and increased its number of branches in kyoto city through acquisition of those of other banks , including city banks or opening up them independently . however , in the 1980s it abolished most of its branches outside kyoto prefecture . the bank has yet to be officially designated by the kyoto city administration because it 's a newcomer relatively speaking and its bank-deposit share ( among financial institutions with more than a trillion yen in deposits ) in kyoto city is comparable to those of kyoto chuo shinkin bank , the kyoto shinkin bank , the bank of tokyo-mitsubishi ufj , ltd. and sumitomo mitsui banking corporation . ( it accounts for less than a trillion yen in deposits in kyoto city , but there are other bank branches , such as mizuho bank and shiga bank in kyoto city , as well as many branches of the nanto bank , ltd. in the southern part of kyoto prefecture . ) in recent years , aiming to acquire new source of revenue , the bank has again started aggressively opening new branches outside kyoto prefecture . since 2000 it has invested heavily , opening new branches in areas along the railway lines between kyoto and osaka in osaka prefecture in addition to neighboring shiga and nara prefectures , and it is actively competing with shiga bank and nanto bank as well as major city banks . it opened the amagasaki branch ( december , 2004 ) , kobe branch ( september , 2005 ) , kawanishi branch ( october , 2007 ) and rokkomich branch ( november , 2005 ) in hyogo prefecture , encouraged by the absence of other competitive regional banks in the prefecture after the bankruptcy of the now-defunct hyogo bank ( accelerating the increase of bank businesses from other prefectures , including kyoto bank ) . it also operates an online branch called " the bank of kyoto , ltd . net direct . " the bank operates atms carrying the name " the bank of kyoto , ltd . station atm " at main stations jointly with keihan electric railway co . , ltd . 1884 : gentaro tanaka founded kameoka bank ( currently kameoka city branch : rakuraku so ) . 1941 : ryotan bank ( in fukuchiyama ) , miyazu bank ( in miyazu ) , tango shoko bank ( in mineyama ) and tango sangyo bank emerged to establish tanwa bank ( with its head office in fukuchiyama city ) . 1943 : the kyoto branch ( currently shichijo branch ) was opened . 1951 : the corporate name was changed to the bank of kyoto , ltd . 1953 : the head office was moved to kyoto city . 1982 : kyoto credit service co . , ltd . , was founded jointly with dc card ( mitsubishi ufj nicos co . , ltd . ) . +tanabe-jo castle , located in maizuru city , kyoto prefecture , was build between sengoku period and edo period . it is also known as maizuru-jo castle . in 1578 , fujitaka hosokawa , as instructed by nobunaga oda , conquered tango province by destroying shugo daimyo ( guardian feudal lord ) yoshimichi isshiki ; thus being allowed to control the area , fujitaka first settled in miyazu-jo castle but later built tanabe-jo castle in tanabe , kasa gun , which was strategically important for transportation and close to kinai , in order to make it the center for governing the area of tango province . his son , tadaoki hosokawa , inherited the castle when fujitaka retired . in 1600 , when the battle of sekigahara broke out , as the head of the hosokawa clan , tadaoki hosokawa declined the invitation of sei-gun ( western camp , led by mitsunari ishida ) to join them , and instead his army sided with to-gun ( eastern camp ) , which was headed by ieyasu tokugawa . fujitaka had retired at miyazu-jo castle but now judged that the castle was too fragile to defend against a sei-gun attack and therefore set it ablaze , and his army entered tanabe-jo castle to counter the armies of sei-gun , which were advancing like a fog to encircle the castle . the battle continued for as long as 50 days after tanabe-jo castle was quickly besieged by a force of 15,000 soldiers of sei-gun , whose leaders included shigekatsu onogi , a relative of kiyoki shima , mitsunari ishida 's chief retainer , and shigekatsu maeda , who was the son of geni maeda , an important retainer of the toyotomi family . fujitaka , running out of ammunition after a fierce battle , worried that his " kokindenju no sho " might be damaged and lost in the war , so he offered it to emperor goyozei . fujitaka survived because sei-gun eventually stopped its attack thanks to the intervention of emperor goyozei , who worried about fujitaka 's imminent death in the battle . fujitaka surrendered tanabe-jo castle and instead settled in tanba-kameyama-jo castle in tanba , which was owned by the enemy general , shigekatsu maeda . after this , tadaoki hosokawa was transferred to kokura , in kyushu , and takatomo kyogoku temporarily entered tanabe-jo castle with 123,000 koku to govern tango province , but later he rebuilt miyazu-jo castle in order to establish a base there . reportedly , on this occasion all the buildings of tanabe-jo castle were destroyed ( ikkoku ichijyo rei ) . according to takatomo kyogoku 's will , among the kyogoku family members his eldest son takahiro inherited the miyazu domain with 70,000 koku , the second son takamitsu inherited the tango-tanabe domain ( maizuru domain ) with 35,000 koku , and the adopted son takanobu inherited the mineyama domain with 13,000 koku . takamitsu kyogoku , the first lord of the maizuru domain , reconstructed tanabe-jo castle from the devastation , renovating its stone walls and rebuilding the watchtowers . the kyogoku clan , having been transferred to the toyooka domain after three generations , was in 1668 replaced by the makino clan with 35,000 koku ; the clan rebuilt the main gate , other gates and stone walls of tanabe-jo castle , and as part of its heritage continued the engineering work and prosperity for generations till the meiji period . the compound of former tanabe-jo castle is now a garden surrounding the shouko kan ( two-level tower ) , which was rebuilt in 1940 , tanabe-jo castle museum in the castle gate ( rebuilt in 1997 ) and the stone mound foundation for tenshu ( main keep ) . it is four minutes on foot from nishimaizuru station of the jr maizuru line . take the limited express maizuru train , and you will arrive at nishimaizuru station in approximately 90 minutes . it is ten minutes by car from the maizuru nishi interchange of the maizuru-wakasa expressway . +sumiya was originally an ageya of shimabara yukaku ( red-light district ) . in 1589 , hideyoshi toyotomi started a yukaku , " yanagimachi , " in yanaginobanba nijo , and the first tokuemon launched the sumiya business . in 1602 , yanagimachi was abruptly forced to move out , so sumiya had no choice but to move to rokujo misuji machi . furthermore , in 1641 yanagimachi was forced to move again , and the second tokuemon moved sumiya to shimabara , where it is currently located . sumiya still owns its building in rokujo misuji machi ( shinmachi gojo kudaru ) . the business continued until 1872 , when it was incorporated into ochaya . its " matsuno-ma " room was used for banquets until 1985 . in 1952 , sumiya 's building was designated as a national important cultural property by the government , based on the fact that it was the only surviving ageya structure that was built when sumiya moved to shimabara ( except for the matsuno-ma room , which was destroyed by fire at the end of the taisho period ) . it had been open to the public since 1989 , receiving up to 30 visitors a day , and in april 1998 it was opened as sumiya , a cultural art museum . as of 2007 , the fourteenth family head has succeeded to the family name , and he serves as the museum 's head curator . today , only the first floor is open to the general public . an advance reservation is required in order to see the zashiki on the second floor , considering the planned preservation of damaged portions . its collection includes as many as 11,000 items . in the mid-edo period , haikai ( seventeen-syllable verse ) became popular in shimabara , and the head of sumiya ( the seventh head , haimyo tokuya ) invited buson yosa as a teacher of haikai . this museum exhibits " kohaku bai zu " ( red and white plum blossoms ) , which was drawn and left here by buson , as a national important cultural property . the collection also includes decorated fusuma doors drawn by okyo maruyama and yutei ishida in the tnmei period . in bakumatsu , genzui kusaka , takamori saigo and other royalist political reformers called " kino no shishi " used sumiya to hold secret meetings or entertain wealthy merchants for the purpose of fundraising . shinsengumi members also enjoyed entertainment here . particularly , kamo serizawa 's involvement in sumiya was serious , and his violent behavior here at sumiya in june 1863 resulted in some sword cuts on the furniture , which can still be seen today . serizawa gave a feast here immediately before he was killed . a famous long pine tree reminiscent of a reclining dragon , called " gayumatsu , " was once in its compound , but it died and was replaced by another pine , which still exists today . +the maizuru repatriation memorial museum is a facility for preservation of historical artifacts and tradition in maizuru city , kyoto prefecture the port of kyoto-maizuru functioned as a military base for the imperial navy , and after the war the port was designated as one of the ports of entry for repatriated soldiers and people from mainland china as well as the departure point for chinese and koreans who had been expatriates in japan . also , former soldiers who had been illegally detained in siberia by soviet army , which unilaterally breached soviet-japanese neutrality pact and invaded , returned to japan through this port . because other ports had been removed from the designation for repatriations at an early stage , nearly all these repatriated people arrived at the port of kyoto-maizuru . for this reason , many people who had anxiously longed for the return of their husbands , fathers , sons and relatives came to this port from all over japan to welcome them . many concerned people helped to establish the maizuru repatriation memorial museum in 1988 as japan 's only facility for the exhibition of materials concerning the repatriation . repatriation memorial park was created on a hill overlooking the taira district , where landing bridges for repatriates had been placed , and the memorial museum was built in a corner of the park . in 2005 , the sixtieth anniversary of the repatriation , several memorial events were held on and around november 7 , which was the date the first repatriation ship arrived at the port . information taira , maizuru city ( phone : 0773-68-0836 ) hours of operation 9 : 00 a.m. to 5 : 30 p.m. ( the entrance gate closes at 5 : 00 p.m. ) admission : the fees shown in parentheses are for groups . adult : 300 yen ( 200 yen ) student : 150 yen ( 100 yen ) parking free of charge ; available for motorcoaches closed year-end and new year holidays access by train or bus from higashi maizuru station ( west japan railway ) , take the bus of mihama route or tai nohara route ( kyoto kotsu maizuru ) and get off at the hikiage kinen koen mae bus stop ( time required : approximately 15 minutes ) . from higashi maizuru station ( jr ) , take the maizuru sightseeing bus and get off at the hikiage kinenkan bus stop . by car from the maizuru higashi interchange on the maizuru-wakasa expressway , take kyoto prefectural road 28 , kokura nishi maizuru route ( kyoto prefectural road 51 , maizuru wachi route ) , national route 27 , and head toward the oura peninsula via the kyoto prefectural road and fukui prefectural route 21 , maizuru noharako takahama route ( time required : approximately 20 minutes ) . world brick museum maizuru shisei kinenkan ( twelve warehouses made of brick ) maizuru wisdom warehouse akarenga festival ( maizuru ) ( in october ) taira-sanbashi pier maizuru crane bridge maizuru shinkai park maizuru natural park +the kyoto national museum is run by the national institutes for cultural heritage . it opened in may 1897 . it is an institution for the collection , preservation and exhibition of cultural properties , mainly those of the kyoto culture from the heian through edo periods . additionally , special exhibitions are held at the museum two or three times each year . among its exhibition halls , the main hall ( special exhibition hall ) was designed by tokuma katayama , a leading architect for the imperial household , and the new hall ( the collections hall ) was designed by keichi morita , a professor emeritus at kyoto university . its collection includes 27 items designated as national treasures and 181 items designated as important cultural properties ( as of march 2006 ) . for its buildings , the main hall , the front gate ( main gate ) , the ticket office and sodebei ( outside wall ) were designated as important cultural properties in 1969 as " the former imperial museum of kyoto , " and the technical materials center ( kyu onshi kyoto hakubutsukan chinretsuhin shunoyo soko ) was designated as a national cultural facility in 2008 . the following projects are under way : dismantlement of the collections hall ( december 2008 ) ; the plan for construction of centennial hall for regular exhibitions ( tentative name ; designed by yoshio taniguchi , with construction work from january 31 , 2009 and completion scheduled for march 31 , 2013 ) ; the plan to build the south gate museum shop ( tentative name ; designed by yoshio taniguchi , with construction work from july 1 , 2008 and completion scheduled for january 31 , 2009 ) . along with the dismantlement of the collections hall and the construction of centennial hall ( tentative name ) , the regular exhibition was halted on december 7 , 2008 , and the museum will be closed except for periods of special exhibitions at the main hall ( special exhibition hall ) ( although special exhibitions will be given as usual ) . special exhibition hall ( the former main hall ) : designed by tokuma katayama , completed in 1895 , an important cultural property the collections hall : designed by keichi morita , completed in 1966 main gate : designed by tokuma katayama , completed in 1895 , an important cultural property south gate : designed by yoshio taniguchi , completed in 2001 office building materials building administration building conservation center for culturalproperties technical materials center : completed in 1930 , a registered tangible cultural property east repository north repository tea house " tanan " list of national treasures the following are among the national treasures stored at the kyoto national museum and owned by the national institutes for cultural heritage : kenpon chakushoku yamagoe amidazu ( amida coming over the mountain , color painting on silk ) kenpon chakushoku senzuibyobu ( landscape screen with figures , color painting on silk ) kenpon chakushoku shaka kinkan shutsugenzu ( shaka ( sakyamuni ) rising from the golden coffin , color painting on silk ) kenpon chakushoku jyunitenzo ( twelve devas , color painting on silk ) shihon chakushoku gakisoshi ( scroll of the hungry ghosts , color painting on paper ) shihon chakushoku yamainososhi ( diseases and deformities , color painting on paper ) shihon bokuga tansai ama no hashidatezu ( view of ama-no-hashidate , monochrome ink painting on paper ) by sesshu shihon bokuga renchi suikinzu ( water fowl in the lotus pond , monochrome ink painting on paper ) by sotatsu tawaraya hakubyoeryoshi bokusho konkomyokyo ( konkomyokyo sutra on paper decorated with line drawings : volume 3 ) koshinhorui ( sacred treasures of asuka shrine ) long sword ( tachi ) , signed " yasuie " long sword ( tachi ) , signed " norikuni " ashide e wakan roei sho ( wakan roeishu anthology ) , by fujiwara no koreyuki ippon kyo kaishi ( 14 sheets , by saigyo , jakuren and others ) kongo hannyakyo kaidai zannkan ( segment of the kongohannyakyo sutra commentary ) , by kobodaishi ( 63 lines ) kokin wakashu anthology , surviving portion of vol . xii ( honami gire bon ) kohon hokuzan sho ( manual on courtly etiquette , volume 10 ) tekagami " moshiogusa album of exemplary calligraphy " ( 241 detached segments ) jomyo genron ( commentary on the vimalakirti sutra ) shinsen ruirin sho ( segment of the anthology of xinzhuan leilin chao , volume 4 ) sesetsu shinsho , segment of volume 6 senju sengen darani kyo ( segment of the senju sengen daranikyo sutra ) ( by genbo on the fifteenth day of the seventh month of 741a.d. ) nihon shoki ( chronicles of japan , chapters 22 and 24 ) nihon shoki jindai ( " the age of the gods " chapter from the chronicles of japan ) ( yoshida bon ) manyoshu ( segment of the of the anthology of ten thousand leaves , volume 9 ) ( ranshi of indigo-paper version ) myoeshomin kashu ( collection of poems by the priest myoe ) , by koshin draft letters by fujiwara no tadamichi from kyoto station of west japan railway company , or from kyoto station of kintetsu corporation . take any of the city bus routes 100 , 206 , 208 ( at gates d1 , d2 , karasumaguchi ) and get off at " museum , sanjusangendo mae " ; the site is just a short walk away . take a bus of the princess line ( from hachijoguchi ) and get off at " higashiyama shichijo " ; the site is a minute away on foot . it is located seven minutes on foot from shichijo station of the keihan main line . +the kyoto prefectural insho-domoto museum of fine arts is an art museum in kita ward , kyoto city . in 1966 , insho domoto , a nihonga ( japanese-style painting ) painter , founded the museum to exhibit his works , and he also designed its unconventional exterior . it is located in front of the main gate of the ritsumeikan university kinugasa campus on kinukake-no-michi road , an area blessed with a rich environment of nature and famous temples . the museum and its collections were presented to kyoto prefecture in 1991 and were then opened as the kyoto prefectural insho-domoto museum of fine arts . in accordance with the designated manager system , the ritsumeikan academy has been designated to perform the administrative operation of this museum since june 2006 . +the yurinkan museum , located in okazaki , sakyo ward , kyoto city , is a private facility that is mainly dedicated to ancient chinese art works . the fujii saiseikai foundation was founded in 1926 to store and exhibit the oriental art collections of zensuke fujii ( 1873-1943 ) from shiga prefecture , who was the founder of fujii boseki ( later , fujii , a textile company ) . it is among the private art museums that were opened in the earliest stage of their history in japan . its three-story building is registered with kyoto city as a cultural property ; its oriental exhibition hall topped with a red-lacquered octagonal tower has been there since its establishment , while the interior retains the atmosphere of the early showa period . the collection has many different kinds of art works , including one national treasure , nine national important cultural properties , bronze pieces , buddha statues , paintings , calligraphy , porcelains and ceramics . a well-known rare item in the collection is an undergarment that was allegedly used to cheat at the kakyo examination . it is open to the public just two days per month ( first and third sundays ) from 12 : 00 noon to 3 : 00 p.m. , and is closed in january , august and december . main collection fragment of commentary on the spring and autumn annals , volume ii ( transcription during china 's tang dynasty ) kenpon tansai moshitaiga toshiju zu ( a picture of moshitaiga toshiju light-colored painting on silk ) ( the nangsong period of china ) , by ma hezhi kenpon bokuga shuzan shukuji zu ( a picture of shuzan shuku-ji temple monochrome ink painting on silk ) ( the beisong period of china ) , by xu daoning shihon bokuga yuchiku kosa zu ( a picture of yuchiku kosa monochrome ink painting on paper ) ( the jin period of china ) , by wang tingyun dozo bosatsu ryu zo ( a standing statue of dozo bosatsu ) ( the wuhu shiliuguo period of china ) sekizo kongo rikishi zo ( a standing statue of kongo rikishi made of stone ) , two bodies ( tenryu-san mountain sekkutsu butsu ) ( the sui period of china ) sekizo bosatsu and ryouwaki samurai ryuzo ( three standing bodhisattva made of stone ) , or sanzon bosatsu ryuzo ( three standing bodhisattva ) , one set , the base frame of which was signed in the third year of seika ( 564 , northern qi of china ) sekizo miroku bosatsu oyobi ryokyojiryu zo ( three standing maitreya bodhisattva made of stone ) , with the front surface of the base signed in the second year of gi-tenpyou ) ( 535 , eastern wei of china ) rihaku kaboshi by sokushi cho ( the nangsong period of china ) materials related to chosentsushinshi ( joseon korea diplomatic mission to tokugawa , japan ) : two letters of joseon sovereign 's message ; six replies from tokugawa shogun ( gold- and silver-leaf paper ) ; one shokei ( note ) from the joseon toraifu mission ; three notes by joseon reiso sangi designer : goichi takeda completed in 1926 total floor area : 1,264 square meters location : 44 enshoji , okazaki , sakyo ward , kyoto city , kyoto prefecture from kyoto station of west japan railway company , take city bus 46 , get off at " higashiyama nio mon " and walk three minutes . from kyoto station of jr , take city bus 5 , get off at " kyoto kaikan bijutsu kan mae " and walk . it is located ten minutes on foot from sanjo station ( kyoto prefecture ) of keihan electric railway co . , ltd . +located in okazaki-koen park , sakyo ward , kyoto city , the national museum of modern art , kyoto ( momak ) , is an art museum operated by the independent administrative institution national museum of art . the building was designed by the pritzker architecture prize winner , fumihiko maki ( and kiyohide sawaoka , a chief architect of maki and associates ) . while containing an overview of the whole of modern art in japan , momak places particular emphasis on collections and art exhibitions in the western regions of japan especially in kyoto , such as japanese-style paintings of the kyoto school and western-style paintings , and also it has a large collection of art works , such as the ceramics of kanjiro kawai and dyed textiles . 1963 : the auxiliary building of the kyoto municipal exhibition hall for industrial affairs was refurbished and reopened as ' the annex museum of the national museum of modern art in kyoto . ' 1967 : it became independent as ' the national museum of modern art , kyoto . ' 1986 : it was extended , with the completion of a new building . 2004 : momak 's management was transferred to the independent administrative institution national museum of art . significant works : reclining nude ( b ) by narashige koide knitting by chu asai back street advertisement by yuzo saeki flower basket by takeji fujishima evening scene of cherry blossom viewing by kagaku murakami looking up at the rainbow by shoen uemura seaside rocks ( 海辺巌 ) by taikan yokoyama reiko playing the shamisen by ryusei kishida plum grove in shimosoga , kanagawa by heizo kanayama half-naked by ryuzaburo umehara seated woman by sotaro yasui ladies by ryohei koiso distant view of mt . fuji , autumn view of kankakei by tessai tomioka hariti ( the goddess of childbirth and children ) by insho domoto young ducks by seiho takeuchi oharame by bakusen tsuchida blossoms ( 花 ) by heihachiro fukuda huangshan in the clouds , huangshan in the rain by matazo kayama cormorants by kunitaro suda 280 km / h by kumi sugai still life-palette , candlestick , and head of minotaur by pablo picasso composition by piet mondrian +kitamura museum is a private art museum mainly devoted to antiquities and tea utensils , located in kamigyo ward , kyoto city . in 1975 , kitamura culture foundation was established to store the collections of kitamura kinjiro ( 1904-1991 ) , a businessman and tea ceremony lover , and kitamura museum was opened in 1977 . its collections include 14 national important cultural properties . the kitamuras are an old family who have been engaged in forestry over many generations in yoshino , nara prefecture . besides their family business of forestry , kinjiro kitamura and his wife were enthusiastic about the tea ceremony and collecting works of art . their collection includes many fine tea utensils , such as tea bowls , because they loved the tools of the tea ceremony . the collection also includes many famous paintings and pieces of calligraphy selected by kinjiro kitamura , himself an outstanding master of the tea ceremony . hanging scrolls form part of the collection , because they were probably considered tea utensils in a broad sense , to be hung in the alcove during a ceremony . the garden next to his house has a view of the woods of the higashiyama area as its background , and it has two stone lanterns and a stone pagoda , which are designated national important cultural properties . important cultural properties : figure of fujiwara no nakafumi , color painting on paper : one of satake version thirty-six great poets , which used be stored by satake family in akita a black kite ( a bird ) and a crow , monochrome light ink painting on paper ( a pair of scrolls ) by yosa buson writing box with yugao ( morning glory family ) , makie-lacquerware sutra box with peony arabesques , raden-lacquerware ( goryeo period in korea ) gilt bronze konpei ( konpei is one of the articles used in a buddhist altar ) oribe ceramic basket with pine bark diamond : formerly stored by takashi masuda ( also known by the pseudonym donnou ) ceramic tea bowl with scale sattern in overglaze enamels by ninsei nonomura fujiwara no norimune japanese tissue gofukakusa tenno shinkan shosoku ( emperor gofukakusa 's letter , of the 5th of the tenth month ) tanba no kuni cho ( tanba administrative document ) ( 9th of the ninth month , second year of shohei ) fragment of the anthology of japanese and chinese verses for recitation , volume 1 , deer ( the daiji wakan roei shu poetry anthology , attributed to fujiwara no kozei , a master of calligrapher ) the following three important cultural properties are in the garden : stone lantern : formerly owned by hoon-ji tmple at ibacho , teranouchi-sagaru , ogawadori , kamigyo ward , kyoto city stone lantern hokyointo stone pagoda : formerly owned by myoshin-ji temple in kugaazuma-chou , fushimi ward , kyoto city access ten minutes on foot from demachiyanagi station on the keihan electric railway . 20 minutes on foot from imadegawa station on the karasuma line of the kyoto city subway . +hosomi museum is a private art museum mainly devoted to japanese antiquities , located in okazaki , sakyo ward , kyoto city . hosomi museum was established to exhibit collections of oriental antiquities collected by the wealthy businessman , ryoichi hosomi ( 1901-1978 : also known by the name of ryo hosomi and the pseudonym kokoan ) , who amassed his fortune through the trade of woollen textiles , and his eldest son , minoru hosomi ( 1922-2006 ) . in 1994 , the hosomi art foundation was established , and the museum was opened in 1998 . the hosomi collection includes almost all areas of japanese art : paintings by rinpa ( a school of japanese painting originated by korin ogata early in edo period ) , jakuchu ito and other painters of the edo period ; buddhist paintings , buddha images and buddhist altar fittings from the heian period ; artifacts unearthed from ancient tumuli ; and it also includes around two dozen important cultural properties , plus many items certified as important art works . it is said that ryoichi hosomi claimed that ' buddhist paintings of fujiwara period japan are the greatest in the world , ' and ' because i learned about metal crafts before collecting works of art , i can tell superior from things of inferior design , ' and certainly those buddhist paintings , and metal works , such as buddhist altar fittings and dokyo ( bronze mirrors ) , within his collection are outstanding . the museum is located next to okazaki-koen park , and the area boasts many cultural facilities , such as kyoto municipal museum of art and the national museum of modern art , kyoto . the building , designed by tadasu oe , is in a modern style of architecture using a motif of the traditional kyoto machiya , and its internal atmosphere is very comfortable with a courtyard surrounded by buildings with two stories below and three above ground , a coffee shop , a restaurant , a tearoom , and a rooftop garden . the koraimon gate of zeze-jo castle , which is owned by the foundation , has been moved and reconstructed at matsunohama , izumiotsu city , osaka prefecture . paintings : aizen-myoo , color on silk sanno reikenki , color painting on paper ( sanno : mt . hiei ) picture scroll biography of kumarajiva , color painting on paper ( kumarajiva : an indian scholar-monk ) cherry-blossom viewing at yoshino : a six-panel screen ; ink , color , and gold on paper sculptures : wooden image of the sacred kannon ( formerly owned by denko-ji temple in nara ) wooden image of standing bodhisattva craftworks : gilt bronze true figure of the sacred deer of kasuga mirror with inscribed twelve saints ( 線刻十二尊鏡像 ) ( octagonal bronze mirror with design of auspicious flowersand felicitious birds ) gilt bronze thousand images of amida buddha , a hanging plate ( 金銅千躰阿弥陀懸仏 ) gilt bronze fretwork of two long tailed birds and arabesque , a hanging plate gilt bronze lotus kei ( buddhist ritual gong ) votive plaque of avatars of the twelve shrines at kumano gilt-bronze five-pronged vajra bell gilt-bronze five-pronged vajra bell ( four symbols of buddha in mandala ) gilt-bronze bell with sacred gem : gilt-bronze single-pronged vajra bell : gilt-bronze three-pronged vajra bell hand mirror with a pine tree , two peacocks , and reeds ( 松竹双雀葦手鏡 ) buddhist ritual gong with flowers and peacock relief mirror with a pine tree , wisteria flowers , and two cranes mirror with a pattern of paulownia , bamboos , and phoenix ( 桐竹鳳凰鏡 ) kokuzo bosatsu ( bodhisattva ) , wood plate painting ( an image for esoteric prayers for memory power ( 求聞持根本像 ) ) ashiya rounded iron tea pot with maple leaves , deer , and a dotted pattern . dainichi nyorai buddha hanging scroll of embroidery ancient writings : letter in kana by priest myoe ( for iue ( 井上尼 ) nun ) archaeological materials : clay pot ( unearthed at joto , kurashiki city , okayama prefecture ; yayoi period ) clay pot ( unearthed at an unknown location ; yayoi period ) gilt bronze sword with head ornaments ( tumulus period ) forty mirrors of dokyo ( bronze mirror ) unearthed at mitarashinoike , haguroyama +an ote-mon gate is a gate constructed at the most important entrance of a japanese castle that leads to kuruwa ( walls of a castle ) such as a ninomaru ( second bailey ) and a sannomaru ( outer part of the castle ) . it refers to a main gate . for some castles , such as the kochi-jo castle , ote-mon gate ( 大手門 ) is expressed as an ote-mon gate ( 追手門 ) in chinese characters . an ote-mon gate is often constructed for heavy security , constructed as a yagura-mon gate ( literally , turret gate ) , and is square-shaped built on a stone mound . it is large and in fact is built to be seen . its bridge is often an earth-paved bridge . meanwhile , a gate built at backside of a castle is called a karamete-mon gate . it is known to have an old style . its ote-mon gate existed at its ninomaru ( present-day kawauchi south campus of tohoku university ) until the sendai air raids . its ote-mon gate as well as tamon yagura ( hall turrets ) , senkan yagura , and the three walls that surround the ote-mon gate are designated as important cultural properties . it was a castle for accommodating shoguns when they visited the capital ( kyoto ) and it is now designated as an important cultural property . +registered tangible cultural properties are the tangible cultural properties that are registered in the book of registration at the agency for cultural affairs , in accordance with the registration system for cultural properties established under the law for the protection of cultural properties amended in 1996 . although only buildings were registered initially , the amendment of the law for the protection of cultural properties in 2004 expanded the system to include tangible cultural properties other than architectural structures . cultural properties of the edo period can be candidates for registration , however most items registered were built or made in modern times ( in or after the meiji period ) . summary background of the registration system for cultural properties in addition to the conventional ' designation ' system for cultural properties , the ' registration ' system was established under the 1996 amendment to law for the protection of cultural properties . in japan after the second world war , one effect of rapid urbanization was that a variety of architectural structures built in and after the end of the edo period were pulled down one after another , without regard to their historical and cultural value . following a greater appreciation of this situation , a gradually increasing number of traditional private houses from the edo period and western-style buildings of modern times have been designated as national important cultural properties or as cultural properties by local governments since the late 1960s . however , there were arguments regarding the necessity of widespread overarching protection measures with less strict stipulations , because the designation system for important cultural properties at national level had strict criteria , and was not powerful enough to preserve the rapidly decreasing number of modern buildings . for this reason , the registration system for cultural properties was established to complement the designation system for important cultural properties , and registered objects are called registered tangible cultural properties . properties subject to registration the 1996 amendment to the law for the protection of cultural properties restricted the designation to only architectural structures , and excluding arts and crafts and historical written materials . the reason for this was that there was a need for urgent measures to protect properties that were in danger of being dismantled due to urbanization , land development , and changes in people 's lifestyles and ways of living . a further amendment of the law in 2004 made tangible cultural property other than buildings also subject to designation . only tangible cultural properties that have not been designated by the nation or local public bodies can be registered , because this system is complementary to the designation system . if a property is designated as a cultural property by the nation or by a local public body after registration , the item will be deleted from the registration . if a property is designated as a cultural property by a local public body and there is a need for the implementation of measures to protect and utilize it , and also if its owner agrees , deletion can be avoided as an exceptional case . the amendment of the law in 2004 extended the ' registration ' system complementing the conventional ' designation ' system to include important tangible folk cultural properties and monuments ( historic sites , places of scenic beauty , and natural monuments ) . after important tangible folk cultural properties and monuments are registered , they are called registered tangible folk cultural properties and registered monuments , respectively . registered tangible cultural properties ( structures ) as of first of may , 2008 , 6,824 architectural structures have been registered . the registration list shows a variety of buildings are registered : public buildings , such as government offices , libraries , schools , and train stations military facilities buildings relating to traditional industry business facilities , such as stores , banks , inns , and hotels industrial buildings such as factories structures relating to transportation , such as tunnels , bridges , and lighthouses structures relating to modernization , such as dams and water gates religious structures , such as temples , shrines , and churches private houses , fountains ( both for drinking water and for daily use ) many of these registered items are both being preserved and utilized as shops and hotels , or open to the public as museums or archives of historical resources . registered tangible cultural properties ( arts and crafts ) the amended ' standard for registration of tangible cultural properties ' ( notified by the ministry of education , culture , sports , science and technology ) defines which tangible cultural property relating to arts and crafts are suitable for registration . according to the standard , a property must satisfy all of the following conditions for registration : having been historically and systematically preserved ; having been systematically and exhaustively collected , or having existed as a collection ; and having cultural-historic , academic , and historical value . the following four items were registered in the first registration on march 30 , 2006 ( the official notice was on march 31 ) : craftworks arita porcelain ( shibata collection ) : 10,311 items ( the saga prefectural kyushu ceramic museum ) archaeological artifacts hida area archaeological materials collected by nakashi ema : 9,524 items ( fudoki-no-oka learning center , takayama city , gifu prefecture ) historical materials architectural educational materials ( formerly stored by the architecture laboratory , engineering department , kyoto imperial university ) : 2,653 items ( kyoto university ) picture-story show materials : 5,652 items ( miyagi prefectural library ) the following two items were registered in the second registration on march 7 , 2008 : classical books and ancient manuscripts matsubara bunko ( buddhist manuscripts collected by kyojo matsubara ) : 1,090 items ( todai-ji temple ) historical materials industrial and technological materials ( collected by nihon institute of technology ) : 178 items ( nihon institute of technology ) +sanjo-ohashi bridge is on sanjo-dori street in kyoto city . sanjo-ohashi bridge runs over the kamo-gawa river , and it is where both the tokaido and the nakasendo meet . although it is unknown when it was built , there is a record in which it states hideyoshi toyotomi ordered the renovation of the bridge , and some ornamental railing tops made at that time remain today . the bridge now has two lanes with sidewalks , and the main body of it was rebuilt of concrete in 1950 . the first ekiden in the history of japan had its starting line on this bridge . a pair of statues of yaji-san and kita-san , two characters from a story called ' tokai dochu hizakurige ' ( a humorous adventure story of two men who travel along the tokaido highway on a pilgrimage to ise shrine in edo period ) are at the end of this bridge . at the east side of the bridge there is a statue of hikokuro takayama who was a loyal supporter of the emperor in the edo period ( the so called ' dogezazo ' : a statue of him prostrating himself on the ground ) , and it is now a meeting spot . +kyoto international conference center is an international conference hall located in takaragaike , sakyo ward , kyoto city . in 1966 , it was built as japan 's first national convention facility . before this conference center was built , the new kyoto station for the tokaido shinkansen which was constructed next to the original kyoto station started operation , and kyoto city and the local business community saw the importance of access to this facility as a major factor . * refer to kyoto station ( the tokaido shinkansen ) in railways and politics many significant international conferences were held at this hall , including : the 3rd conference of the parties ( cop ) ( kyoto conference ) of the united nations framework convention on climate change ( unfccc ) which adopted the kyoto protocol , the united nations conference on disarmament , the plenipotentiary conference of the international telecommunication union ( itu ) , the annual meeting of the international whaling commission ( iwc ) and its scientific committee , the conferences of the parties of convention on international trade in endangered species of wild fauna and flora ( washington convention ) , the world heritage committee session , and the asia-europe meeting ( asem ) . the kyoto conference of junior chamber international japan is held every january , and the award ceremony of the kyoto prize hosted by the inamori foundation , and the related commemorative speeches are held here every november . this place is also known as the turn-around point for the inter-prefectural women 's ekiden held every january , and the national high school ekiden ( for men ) which is held every december . all sections of the kyoto city subway karasuma line and the nearby kokusaikaikan station started operation at the same time in 1997 , and that greatly improved access to this facility from the city center or the shinkansen kyoto station . the design of this building was selected from 195 competing designs in the kenchiku konpe ( an architecture design competition ) hosted by the nation . designed by sachio otani ( sachio otani + otani associates ) completed in 1966 . purpose : conference hall address : 422 iwakuraozaki cho , sakyo ward , kyoto city from kokusaikaikan station on the kyoto city subway karasuma line , five minutes on foot . ultra seven , part 14 and 15 : ' ultra guard to the west , ' for the external view of ' rokko defense center ' ( a miniaturized model was also made ) . robocop 3 : filmed for an external view of the world headquarters of kanemitsu , a japanese related company in the movie . +kameyama-koen park is located in sagakamenoo-cho town , ukyo ward , kyoto city . although its official name is kyoto prefectural arashiyama-koen park ( kameyama district ) , since it has the cremation mounds of three ancient emperors including emperor kameyama on a hill there , it is commonly called kameyama-koen park . the area around this park is the so called arashiyama district , which is full of tourists throughout the year , particularly in the cherry blossom season and at the time the leaves turn in autumn . with tenryu-ji temple to the east , and okochi sanso villa to the north , this park is included on the sagano sightseeing route . it is close to trokko arashiyama station of the sagano sightseeing railway , and you can see tram trains running and enjoy the scenery of the katsura-gawa river from its observation point . at its south entrance facing the hozu-gawa river there is a stone monument with an inscription of a poem called ' uchu ranzan ' ( literally , " rainy arashiyama " ) written by enlai zhou , the former premier of the state council of the people 's republic of china , when he was studying in kyoto so chinese dignitaries often visit this monument when they come to the kansai area , and many chinese tourists visit here . +shinden-zukuri is a style of architecture used in aristocratic mansions in the heian period . the main building called shinden ( seiden ) is built facing a south garden with two subsidiary buildings called tainoya to the east and west of the shinden , and two corridors called wataridono connect the shinden and the two tainoya , from which the wataridono corridors extend south and end in tsuridono , or fishing pavilions . summary a shinden is a house on stilts with its roofs thatched with hiwada ( bark of japanese cypress ) . it has an open structure separated from outside with only shitomido ( hinged plank doors ) . a garden was created in front with a pond and tsukiyama ( small hills ) . the study of sakuteiki ( treatise on garden making ) and other materials shows that the typical style was generally for high-ranked aristocrats higher than the sani rank , and each site is one cho ( 120 m ) square , based on jobohocho-sei of heiankyo ( town demarcation plan of the then capital kyoto in the tenth century ) surrounded by tsukiji ( mud walls ) , usually having gates other than on the south . the main gate is either on the west or on the east , called ' reimon ' or ' hare mon ' according to their use . the character of the gates is closely related to the allotment of the garden and the buildings , each building being connected with wataridono and together surrounding the garden called tsuboniwa . corridors run to the south from each tainoya , east and west , with chumon ( a central gate ) at the halfway point , and the courtyard in front of the shinden flanked by these corridors is called nantei ( south garden ) , where white sand was laid . this courtyard and the pond form the main part of the garden . shinden faced south and had a south courtyard , but had no south gate , which is different from the style of mansions in china . many kinds of annual ceremonies took place in the courtyard . inside shinden-zukuri is one room with no separating structures , so portable partitions such as kicho , byobu and tsuitate were used , but as the outer sides of the building have no walls and the interior and exterior become one space when the shitomido are raised , there is a panoramic view of the whole garden . the view from the shinden-zukuri consists of hills and water , and miniatures of scenic places from all over the country . the pond , depending on its size , contains several islands called nakajima reached by soribashi ( a carved bridge ) with red-painted railings placed at an angle on the north side , and hirabashi ( a flat bridge ) to the next island or on the south side . at one end of a corridor with a chumon is a tsuridono extending over the pond , which is part of the architecture of the garden and was used for boarding a pleasure boat , or for enjoying the coolness in the evening , moon viewing , or snow viewing . on the other side of the pond a gakuya ( a music stage ) added fun to the pleasure of a boat trip . ponds were usually fed by a stream from the northeast of the compound following the geological shape of kyoto , and the stream ran between the shinden and the east tsuinoya , south toward the pond . inmyo gogyoshiso ( yin-yang wu-hsing idea ) then considered the stream a favorable current called yarimizu , and it was designed to be a shallow stream . the current was guided alongside the buildings to make waterfalls and yarimizu , and an atmosphere of fields such as at sagano and murasakino was created in the tsuboniwa between the shinden and the tsuinoya , with gently undulating mounds called nosuji , planted wild flowers , and insects , to make a landscape . the paths of the yarimizu and its river walls of rocks were delicately designed to make changes in the flow , fascinating white bubbles on the rocks , and pleasant sounds . a rich spring , if any were in the grounds , was used as the water source , also forming an important source of coolness in summer . the higashi sanjoden of the fujiwara family , known as a typical shinden-zukuri of a very wealthy family , had a spring called ' senkan izumi , ' around which rocks were arranged , and the corridors floored with boards on the north and the south sides of the spring were called izumiro . although there are no remains of this mansion from the heian period , we can imagine how it was by studying records on old picture scrolls and diaries of aristocrat ministers and their retainers . shinden-zukuri were typically depicted in picture scrolls of annual events and ' the picture scroll of the tale of genji , ' and they characterized the graceful lives of aristocrats . being made to be full of natural beauty , these gardens were not only there to appreciate , but also to use as a space to conduct ceremonies . records in diaries and picture scrolls mentioned above show that many kinds of important annual events took place at dignitaries ' mansions at that time . the guests first stood in line at the south courtyard to greet each other , then the host beckoned them or stepped down to the garden to guide them to enter the shinden from the south . music and dances were performed on a stage set in the garden . these events played a political role in those days . the apparatus set up in the garden varied depending on the ceremony , so the performances also varied . recent excavations indicate some examples of ponds placed at the side or at the back of the shinden . kayain had ponds at all sides of the shinden , some had only yarimizu without ponds , and at sanjoin , ponds were intentionally not built to create a noble atmosphere with the indigenous trees . some did not have ponds because pond layout strongly depended on natural land forms . some had only yarimizu , because they had grounds that were too small to have ponds . the present kyoto imperial palace was built in the edo period using old architectural methods of the heian period following yusokukojitsu ( traditional usages or practices of the court ) . the buildings of the imperial palace of the muromachi period were transferred and rebuilt at daikaku-ji temple ( saga gosho ) and at ninna-ji temple ( omuro gosho ) in kyoto , so they show signs of shinden-zukuri . higashi sanjoden and kayain mentioned above , and also horikawain are well known for their magnificent buildings and elaborately designed gardens , because they are depicted in records , such as ' shouki , ' fujiwara no sanesuke 's diary . although the design of samurai houses in the kamakura period is sometimes called ' bukezukuri , ' accepted theory in architectural history says it is not an original style but a simplified version of shinden-zukuri . +sukiya-zukuri is one of the japanese architectural styles , and is characterized as a design of residential house in a sukiya ( teahouse ) style . its name comes from ' suki ' which means enjoying furyu ( elegant aestheticism ) , such as waka ( 31 syllable japanese poem ) , tea ceremony , and japanese flower arrangement ( refer to sukimono ) , and ' sukiya ' means ' a house built as you like , ' or a teahouse . it is a house built by sukiya carpenters ( refer to daiku ( carpenters ) ) using a specific method of timber-framework . teahouses called sukiya first appeared in the azuchi-momoyama period . originally a sukiya was a small stand-alone teahouse ( at most 4 and a half tatami mats in size ) built facing a garden . at that time , shoin-zukuri , containing an impressive room furnished with an alcove , shelf , and tsukeshoin ( a built-in table ) were already established , with its role in maintaining hierarchy and status , but masters of ceremonial tea disliked formal designs and gorgeous decoration . they liked sukiya which were built in a light and easy style . in the edo period the sukiya style spread from teahouses to residential houses . today , many houses and fancy japanese-style restaurants are modeled after sukiya architecture . experts of architectural history call it ' sukiya style shoin , ' considering it not as an original style but rather as a kind of shoin-zukuri . design unique to sukiya-zukuri : sukiya architecture is characterized by complete elimination of the status and style that shoin architecture put emphasis on . its design is simple and sophisticated , reflecting the spirit of a tea master in rejecting superficial decoration and stressing internal self improvement to entertain guests . the following are features of sukiya-zukuri : the omission of nageshi ( a horizontal piece of timber in a frame ) : menkawabashira ( bark surfaces ) with round surfaces are used , usually in place of these nageshi . alcove : the alcove in a sukiya is small and simple compared with that of a shoin-zukuri . deep eaves : the eaves are wide , creating shadows and a feeling of peacefulness inside the room . shin-shoin of katsura imperial villa shugakuin imperial villa manshu-in temple rinshunkaku villa ( sankeien garden ) sumiya a luxurious japanese-style mansion built for a lavish amount of money is commonly called ' sukiya-zukuri ' or ' sukiya-bushin . ' junichiro tanizaki loved sukiya . his own house was of sukiya style , and he extolled the beauty of sukiya in his essay " ineiraisan . " +shoin-zukuri is one of the japanese residential architectural styles which were established after the middle of the muromachi period . shoin-zukuri has had a strong influence on japanese residential houses since then . a shoin ( a study built in the shoin style ) is furnished with zashikikazari ( a set of decorative features ) , such as tokonoma ( alcoves for the display of art objects ) ( or oshi-ita ) , chigai-dana ( shelves built into the wall ) , and tsukeshoin ( a built-in table ) . even at banquets today , seats are often designated as ' kamiza ' or ' shimoza ' according to their position relative to the tokonoma , which implies that distances from tokonoma once helped members to verify each other 's rank and status . a shoin was originally for zen monks to read books , with an elevated floor board as a desk extending out into the room and with akari-shoji in front to let light in . oshi-ita ( a shallow decorative alcove , a predecessor of the tokonoma ) and chigai-dana were installed to display works of calligraphy , paintings and other ornaments . a famous historical example of an architectural structure that integrates these features is dojinsai , a study that yoshimasa ashikaga had built in the togudo ( a building that houses an image of amida buddha ) of ginkaku-ji temple ( jisho-ji temple ) . this is a small room of four-and-a-half tatami mats with tsukeshoin and tana , and is considered the origin of typical japanese houses whose style survives today . by the end of the muromachi period , temples with shoin , and samurai residences with oshi-ita , tana and shoin were being built , and the style of shoin-zukuri was gradually formed . shoin-zukuri was established as a device to show hierarchical ranks and orders , and its pinnacle was in the architecture of castles in the azuchi-momoyama period . mural paintings by kanoha in azuchi-jo castle built by nobunaga and in osaka-jo castle and a luxurious mansion , jurakudai , built by hideyoshi toyotomi once represented the majestic force of those in power . however , neither of these remain today . ninomaru shoin in nijo-jo castle , which was built by the third shogun iemitsu tokugawa , is famous as an example of shoin-zukuri that still exists today . it was a place where the shogun met other feudal lords , who sat there in a strictly defined order . the kamiza where the shogun was seated is decorated with oshi-ita , tana , shoin and chodaigamae ( a decorative door ) or mushakakushi ( a secret door for bodyguards ) , and it is on the highest of the several stages of floors arranged in ascending order from shimoza , with a high-ranked structure called oriage gotenjo . although tokonoma were restricted as they were considered too lavish for ordinary people in the edo period , some influential people were allowed to build tokonoma when inviting local governors to their homes for example . this kind of zashikikazari must have enhanced their authority in the community . as these building restrictions based on social standing were abolished in the meiji period , installing tokonoma in ordinary houses became common . yet , a zashiki with a tokonoma was a special room , so even family members were forbidden to enter the room in many families . examples of shoin-zukuri : shoin-zukuri in its early phase : togudo of jishoji-temple established shoin-zukuri : hakushoin of nishihongan-ji temple ninomaru shoin in nijo-jo castle +shoryuji-jo castle was a castle that existed in nagaokakyo city , kyoto prefecture between the the northern and southern court and early edo periods . its name comes from a historic old temple nearby of the same name shoryu-ji . in 1339 , yoriharu hosokawa who was a hokucho supporter built this castle to confront the nancho army that was moving towards kyoto . since the location was strategically very important , with saigoku kaido to the west , koganawate to the east , and good transportation provided by the yodo-gawa river to the south , many military lords battled for the castle later in history . in the sengoku period ( period of warring states ) , mototsune hosokawa of the hosokawa clan held it , and later , tomomichi iwanari , a chief retainer of the miyoshi clan , became its owner . in 1571 , yusai hosokawa ( the adopted son of mototsune ) , who was given land at nishioka in yamashiro province by nobunaga oda , became its owner , and renovated it into a formidable castle with a double moat . recent excavations have revealed some remains such as those of tamon-yagura tower . in 1582 , mitsuhide akechi , a relative of the hosokawa family , made it his base for the battle of yamazaki , but eventually it fell . later , it became dilapidated after its rocks were used for building yodo-jo castle . in 1633 , in the edo period , naokiyo nagai was assigned to this castle ( domain of nagaoka in yamashiro province ) , and he did some renovation , but it was deserted in 1649 when he was transferred again to the domain of takatsuki in settsu province . in 1992 , the remains of honmaru ( the castle keep ) and numatamaru ( numata area ) were transformed into shoryu-ji castle park , and towers were built in the style of the originals . the dry moat and earthworks remain from the original site at kotari-jinja shrine to the north-east of the castle . +minka are residences where ordinary people lived . this word is used in contrast to the large residences where people of ruling classes or higher classes lived . this section describes the details of minka in japan . noka ( farm houses ) and machiya ( town houses ) in the edo period are called minka in the architectural history of japan and in ethnology . the residential houses that have been built since the meiji period using traditional designs and construction methods are also included in this type of dwelling . houses for middle or lower ranked samurai are also minka if they were built in the same manner as noka . ( this is described in this section in detail . ) in the modern japanese language , relatively small sized detached houses are called ' minka ' to distinguish them from collective housing such as housing complexes and condominiums . especially news reporters often use this word , as in ' a landslide carried minka away . ' minka are houses lived in by ordinary people , but in architectural history or in ethnology , minka means noka or machiya that are built with traditional designs ( old ones are also called kominka ) in particular . in the way they were built minka reflected aspects of lifestyle , being closely linked to work ( farming or commerce ) and traditional events . studying minka from the perspective of work and lifestyle , one is struck by what these reveal about the wisdom of ancient people . minka vary from region to region , showing particular characteristics in each area . in recent years , the research and study of minka has extended to include the houses of the meiji , taisho , and early showa eras . minka are closely connected to everyday life , so many minka that have survived to today have been extended or reconstructed as was required at the time . if a minka has cultural value and is to be preserved , generally it will be restored to its original state when it was built . ( in contrast , some people say minka are alive and change , and those changes themselves show their history . ) the oldest minka in japan are the houses of the hakogi family and the furui family , both in hyogo prefecture , and they were already being called ' sennenya ' ( a thousand year old house ) in the edo period . in fact they are not a thousand years old , but they are considered old enough to have been built in the muromachi period . they are both designated as national important cultural properties . house of the hakogi family ( hakogi sennenya , yamada cho , kita ward , kobe city , hyogo prefecture ) house of the furui family ( furui sennenya , yasutomi cho , himeji city , hyogo prefecture ) many minka from the early edo period have survived , mainly in the kinki region . the following two houses are known to have been designated as ( former ) national treasures as minka before the second world war : ( they are both now important cultural properties following the enactment of the law for the protection of cultural properties in 1950 . ) house of the yoshimura family ( habikino city , osaka prefecture ) : being designated as an important cultural property ( former national treasure ) in 1937 . house of the ogawa family ( nijo-jinya ) ( kyoto city , kyoto prefecture ) : being designated as an important cultural property ( former national treasure ) in 1944 . since the kinki region historically used to be more economically developed than other areas of japan , there are many minka that were technologically advanced with excellent designs . in the kanto region , the following minka , residence of tarozaemon egawa , daikan ( local governor ) of nirayama , is famous : house of the egawa family , nirayama yakusho ( government office ) ( izunokuni city ) ; part of its construction materials are said to be from medieval times . some very old minka had wooden columns roughly whittled with chona ( a hooked wooden tool with a metal blade used to shape wood ) , and were not finished with a plane . the older they are , the lower the eaves , and the more walls and columns they have , giving an impression of isolation . relatively new houses are equipped with elaborately worked wooden parts such as tokonoma and shoji doors , whereas old minka are simple and rustic . noka ( farm houses ) there is a dirt floor called a doma inside , and four squarely arranged rooms is the most common arrangement . the doma is equipped with a clay oven called a kamado for cooking , and often has a stable attached . family members gather around an irori or hearth to have meals , with the family head seated on one side . in more recent years , a room was added to serve guests , and fusuma doors and other partitions were removed to make a large single room for many people at events such as weddings , festivals , funerals , and other ceremonies . minka and work were closely connected : doma were used also to make ropes ; the engawa or veranda for weaving ; and silkworms were raised in the attic . materials for roofing , such as thatch , cedar bark , and tiles , were different region to region . machiya ( town houses ) machiya are small in width at the entrance and long in depth , often with a passage running through from the front of the house to the back . a reason for its small width is said to have come from the days when tax was imposed in accordance with the width of the entrance , and strip-shaped premises with the short side on the street are commonly seen in many regions . the room on the street was used as a shop , and the residence area and a storehouse were at the back . the tsuboniwa ( a tiny garden ) as seen in machiya in kyoto facilitated ventilation and lighting . the lifestyles of japanese people have greatly changed since the second world war , especially as a result of the ensuing period of rapid economic growth . minka parks where minka were transferred to and restored were constructed in many places in order to pass traditional japanese culture down the generations . old minka are preserved and open to the public as materials to study history . in many facilities today , they not only show the houses , but try to let visitors experience the lifestyle of the old days , such as by displaying contemporary articles of everyday use , lighting real irori , and reenacting traditional events . eastern japan kusa-wo-uetamune ( aomori prefecture ) magariya ( iwate prefecture ) chumon-zukuri ( akita prefecture ) chumon-zukuri ( niigata prefecture ) honmune-zukuri ( nagano prefecture ) tsukiageyane ( yamanashi prefecture ) akagimune ( gunma prefecture ) irimoya-zukuri ( saitama prefecture ) yosemune ( tokyo metropolis ) betto-zukuri ( chiba prefecture ) kabuto-zukuri ( shizuoka prefecture ) western japan gassho-zukuri ( gifu prefecture ) kohoku-type ( shiga prefecture ) yamatomune ( nara prefecture ) shibobuta-zukuri ( kagawa prefecture ) sori-mune ( shimane prefecture ) hakomune ( yamaguchi prefecture ) kudo-zukuri ( saga prefecture ) futamune-zukuri ( kagoshima prefecture ) others chise ( hokkaido ainu ) betto-type ( okinawa prefecture ) museums and minka parks shikokumura ( shikoku village houses museum ) ( takamatsu city , kagawa prefecture ) open-air museum of old japanese farm houses ( toyonaka city , osaka prefecture ) japan open-air folk house museum ( kawasaki city , kanagawa prefecture ) edo-tokyo open air architectural museum ( koganei city , tokyo metropolis ) hyakumangoku bunkaen edo village ( kanazawa city , ishikawa prefecture ) +the world brick museum is a museum in maizuru city , kyoto prefecture that collects and exhibits bricks to show a wide variety of their features . it was opened in november 1993 . the building is a renovated arsenal torpedo warehouse previously owned by the imperial japanese navy ; it was originally completed in 1903 and is one of the oldest existing brick buildings having a steel structure in japan . the museum exhibits a wide variety of bricks that were used in historical buildings around the world , introduces world famous brick buildings , and demonstrates the history and brick manufacturing methods in a theater which uses a brick kiln to reproduce the various kinds of bricks used within them . maizuru city has the largest number of existing pre-war brick structures in japan , and some of these buildings such as a group of warehouses are lit up during the evening to create a fantastic and romantic view . total floor area : 1633 m ² main floor exhibition hall 2nd floor exhibition hall hoffmann style ring kiln theater opening times and location opening hours ・ 9 am to 5 pm ( visitors must enter by 4 : 30 pm ) closed ・ year-end and new year holidays ( december 29 to january 3 ) address ・ 2011 hama , maizuru city , kyoto prefecture , 625-0036 access direct access using the maizuru sightseeing bus . approximately a 15-minute walk toward the maizuru city hall from higashi maizuru station on the maizuru line , west japan railway company . maizuru repatriation memorial museum red brick warehouses ・ a group of 12 red brick warehouses maizuru city commemoration hall maizuru wisdom warehouse maizuru red brick festa ( in october ) +biwako sokui ( 琵琶湖疏水 ) or lake biwa canal ( since 疏 is not included in the national list of chinese characters in common use , 疎 is also used as in 琵琶湖疎水 ) is a waterway that was built to transport water from lake biwa to kyoto city . although it is mainly used for tap water now , since it was completed it has been used for hydroelectric power generation ( japan 's first commercial hydroelectric power ) which contributed to kyoto 's modernization , such as japan 's first operation of electric railcars ( kyoto electric railway , which was later bought by kyoto municipal streetcar ) . it was also used for freight transportation , connecting lake biwa ( otsu ) and kyoto , kyoto and fushimi , as well as kyoto and the yodo-gawa river . a railroad called cable car incline ( slope railway ) was built to connect places of large difference in height , which allowed boats to be placed on a dolly to move on land . although the inclines fell into disuse along with the demise of water transportation , part of the facilities of keage incline has been preserved ( although they are currently not working ) . the canal is now used for garden water for shrines and temples in the higashiyama area , such as murinan and the garden of heian jingu shrine . it is designated as a national historical site . it is also listed on the selection of 100 fine canals in japan called sosui hyakusen ( 疏水百選 ) . because the industry and population of kyoto city declined after the meiji restoration and the capital was transferred to tokyo , kunimichi kitagaki , the third governor of kyoto prefecture , planned lake biwa canal with irrigation , public water supply , transportation , and generating power for water wheels in mind . he assigned sakuro tanabe as chief engineer to design the canal . in 1885 , construction of first canal or dai-ichi sosui started , and a part of the waterway that connected otsu and the kamogawa river confluence point , and another part sosuibunsen canal , which branches out at keage , were completed in 1890 . the construction of first canal ( connecting otsu and the confluence point of the kamo-gawa river ) and sosuibunsen cost \ 1.25 million in total , which was financed by communal industrial funds , prefectural expenditures , national bonds , municipal bonds , donations , and special taxes on the citizens of kyoto city . although hydroelectric power generation was not included in the initial plan , utilizing the ideas tanabe and other engineers picked up during their study tour in the us , they built japan 's first hydroelectric power station , keage power plant , and it started its operation in 1891 . using electric power from this plant , kyoto electric railway started the operation of japan 's first streetcar which ran between kyoto and fushimi from 1895 . construction of kamogawa canal , connecting fushimi and the confluence point of the kamo-gawa river , was started in 1892 and completed in 1894 . later , with the goal of accommodating the water and electric power demand which first canal was unable to meet , the construction of second canal , or dai-ni sosui , was started in 1908 as one of the three major projects of kyoto city ( the second canal , the water supply , and transport projects such as the city streetcar and expansion of main roads in the city ) , and was completed in 1912 . keage purification plant was built as a part of this project . biwako sosui prospered from transporting a huge amount of freight and a large number of passengers between kyoto and otsu , and between kyoto and fushimi , but due to the development of competing land transportation such as the kyotsu electric railroad ( later , keihan kyotsu ) which started in 1912 , biwako sosui 's freight and passenger businesses both declined , and it abolished the passenger service and ceased operation of keage incline in 1948 . later , its freight transportation also gradually disappeared . its head gate located at mihogasaki of otsu city , takes in the water of lake biwa . the flow runs through first tunnel under nagarasan mountain to yamashina ward ( this part in yamashina ward of kyoto city is also called yamashina canal ) . it goes west along the north side of yamashina basin , runs through second tunnel and third tunnel , and reaches keage to join second canal . this confluent point was " funadamari , " or a harbor where ships rested , and from here ships used to travel by the incline to nanzenji-funadamari , another terminal . in keage , keage purification plant and keage power plant produced tap water and electric power . the main stream of first canal runs from keage-funadamari to nanzenji-funadamari via keage incline , travels via ebisugawa dam and ebisugawa power station , and runs south along the east side of the kamo-gawa river to sumizome dam . from sumizome dam , it goes via fushimi incline ( which does not exist today because it was used to widen national route 24 ) to join hori-kawa river . from here , it goes through the hori-kawa river ( which runs through old fushimi harbor ) , or the canal discharge channel , the takase-gawa river , and empties into the yodo-gawa river . a part of the path between nanzenji-funadamari and the confluence point of the kamo-gawa river is also called oto canal , and the downstream part from the confluence point , kamo-gawa canal . sosuibunsen canal branches out to the north from keage , runs through suirokaku ( a high-rise waterway structure ) over the precinct of nanzen-ji temple , goes north along the west side of honen-in and jisho-ji temple ( ginkaku-ji temple ) , runs 700 m parallel to imadegawa-dori , and goes north again to matsugasaki purification plant . from there , via shimogamo it reaches horikawa . the bank of sosuibunsen canal from wakaoji-jinja shrine to jisyo-ji temple ( ginkaku-ji temple ) provides a walking trail called philosophers ' walk . second canal takes water in at mihogaseki just like first canal , and almost all of it runs through tunnels ( underground channels ) until it joins first canal at keage . the reason that second canal was built underground is said to have been prevention from contamination so that it could be used as a drinking water source . because technology used for the first time in japan was applied to many sections of biwako sosui , it is a very valuable marker on japan 's path to modernization . the construction of first tunnel used japan 's first vertical pits . first tunnel has two pits . keage power plant was japan 's first utility power plant . a pelton wheel for the power generator is displayed at lake biwa canal memorial museum . keage purification plant used japan 's first rapid filtering system . the incline was also japan 's first railway facility to connect canals . in the tunnel under keage incline , the bricks are arranged in a twisting manner , so it is called ' nejirimanpo ' ( twisted tunnel ) ( " manpo " is considered a dialect word meaning tunnel ) . people can enjoy beautiful riverside scenery of cherry blossoms in their season because cherry trees are planted along most of the canal sections without tunnels : otsu city ( in the neighborhood of the entrance of first tunnel of first canal ) : yamashina ward of kyoto city ( yamashina canal ) : and in higashiyama ward of kyoto city ( from the area around the incline to the kamo-gawa river ) . small pleasure boats sometimes cruise along the canal section on the south side of heian-jingu shrine in the tourist season . proposals to operate pleasure boats along the whole section from otsu to kyoto have not been put into practice because there are too many tunnels . ( kyoto chamber of commerce and industry is leading efforts to operate pleasure boats along the whole course including tunnels and to revive the incline as the main project for the commemoration of ' the 120th anniversary of the completion of sosui ' in 2010 . ) there was opposition against building suirokaku in the precinct of nanzen-ji temple as some feared it would be a threat to the beauty of the ancient capital ( yukichi fukuzawa was said to be against it ) , but suirokaku is now famous as a typical scenic spot in kyoto as it often appears in tv drama scenes . intake of first canal intake of second canal first tunnel entrance the incline keage funadamari suirokaku +kyoto tower is an observation tower which soars distinctively above the karasuma central exit of kyoto station . it is operated by kyoto tower co . , ltd . , an affiliate company of keihan electric railway co . , ltd . including the kyoto tower building at its base , the tower is 131m in height . it was opened on december 28 , 1964 . it was designed by mamoru yamada , an architect . the main structure was designed by the architecture laboratory of the engineering department of kyoto university . its distinctive style simulates that of a lighthouse illuminating kyoto city in place of the sea . it is often mistakenly seen as being in the image of a candle . summary it not only overlooks kyoto city but also osaka city can be seen on a clear day . key rings featuring a miniature tower are sold there as souvenirs . a weather camera installed on the tower sends live images of kyoto city . the building under the tower houses hotels and famous stores . a large bathhouse in the third basement is popular with tourists arriving at kyoto station on overnight express buses . kyoto tower co . , ltd. operates kyoto tower hotel inside the tower building , its annex ( old kyoto dai-san tower hotel ) , and kyoto dai-ni tower hotel . kyoto tower co . , ltd. is owned by its parent company , keihan electric railway co . , ltd . , which holds a majority of its stocks . keihan electric railway promotes ' the effective use of kyoto tower , ' particularly stressing ' commercial renewal ' in its future business plan . there has been controversy ever since its construction relating to the need for this kind of building in an ancient capital kyoto . this is probably the reason that godzilla destroys this tower with a heat ray in the movie " godzilla versus mechagodzilla " which was produced by a movie director from kyoto . kyoto tower 's height , 131 m , stems from the population of kyoto city at the time of construction : 1.31 million . another theory is that this is the altitude above sea level of the kyoto imperial palace . kyoto tower building structure : 9 stories above ground : 3 stories below ground ( to a depth of 31 m ) site area : 2,783 m2 location : shichijo karasuma , shimogyo-ku , kyoto city , kyoto prefecture tower structure : stressed skin structure ( cylindrical ) height : 100 m ( tower section only ) height : 131 m ( observation deck at 100 m ) total weight : approximately 800 tons ( tower only ) the large underground spa is popular with tourists arriving on overnight buses . as of 2006 , the second floor houses shops such as the daiso , and the bank of tokyo-mitsubishi ufj , ltd . futaba shobo ( bookstore ) is among the outlets on the third floor , and handicraft shops can be found in the basement . some people have raised doubts as to whether these stores are appropriate for such a kyoto landmark . previously , kyoto central post office used to occupy the site . in 2005 , some students at the kyoto university of art and design established the ' kyoto tower study group ( tawaken ) ' as part of their graduation work . their public relations campaign in promoting the ' kyoto tower exercise ' helped to gain publicity for the tower . one of the members of this group was praised for their achievement and employed by the company to work in its pr section . the activities of tawawa-chan and other interesting information about kyoto are frequently updated on a blog with many images . the concept of the blog is ' positive news only . ' it is produced by koichi maeda of kyoto radio café co . a mascot doll that was created for the 40th anniversary of the tower became the official mascot , called " tawawa-chan " in december 2004 . one of the sections of the operation manual for the wii entitled ' for safety ' ( page 15 ) contains a depiction of kyoto tower amid a thunderstorm . this is because its manufacturer nintendo 's head office is in kyoto city . since the autumn of 2007 , the tower has had an advertisement for its parent company keihan electric railway on its surface , stating ' take the keihan train for gion-shimizu : a direct connection with jr tofukuji station , " and information on where to change trains . +kameoka sports park is a park in kameoka city , kyoto prefecture that has a sports complex . probably because kameoka-city is located near the center of kyoto prefecture , many city as well as prefecture-hosted athletic competitions are held here . kameoka sports park is a sports complex that was built for the kyoto national sports festival held in 1988 , consisting of gymnasiums , an athletics stadium , a baseball field , swimming pools , tennis courts , and various types of play equipment , and is used by a large number of visitors not only from kameoka-city but also from outside kyoto prefecture . within the facilities , based on the features of kameoka city 's overseas sister cities , the park has a cute small building modeled after a western castle , a pond with waterfowl , a large and heavy bell donated by suzhou city in china , a japanese dry landscape garden and so on , all of which are popular with the city 's residents . also , the cosmos garden opens every fall near the park , and countless beautiful mexican asters in a wide variety of colors entertain the garden visitors . +the geihin-kan ( state guest house ) is a facility in which the government accommodates visiting state guests , such as heads of state or ministers . summary it is used for banquets , such as return parties to the welcoming dinners at the imperial palace , which are a diplomatic procedure attended by the emperor and the imperial family . japan has two state guest houses belonging to the national facilities under the cabinet office : the state guest house , akasaka palace , tokyo ( akasaka geihinkan ) : and kyoto state guest house in kyoto gyoen , kamigyo-ku , kyoto city . although they are not usually open to the public , you may see inside when they are not being used for their primary activities ( usually in august ) , if you apply for a site tour in advance . the outline of the operation of state guest houses ' defines how to use the guest houses ( cabinet decision of july 9 , 1974 ) , and ' the accommodation and reception of state guests and official guests ' defines state guests , official guests , and reception procedures ( cabinet decision of march 16 , 1984 ) . according to these stipulations , the government may accommodate or entertain those heads of state or similar foreign dignitaries at the state guest houses that the cabinet has decided to invite as state guests . the cabinet may also decide to accommodate distinguished foreign guests equivalent to the heads of the three branches of government other than administrative departments . also , banquets or other official receptions where guests do not stay overnight are often held for heads of state , prime ministers , and other dignitaries who visit japan for summit diplomacy , as ' distinguished official guests visiting on business . ' multinational conferences such as the tokyo summit meetings which have been held three times in japan are categorized together with these events . the iikura annex ( azabudai , minato ward , tokyo ) of foreign ministry is often used for talks with foreign leaders . location : 2-1-1 motoakasaka , minato ward , tokyo site area : 117,000 m2 the state guest house building in motoakasaka , tokyo , was constructed in 1909 as togu-gosho ( crown prince 's palace ) . it was designed by the court architect tokuma katayama , a pupil of the architect josiah conder , and built on the site where the house of the former domain of kishu used to be , but since it was too luxurious to live in and not suitable for a residence , the crown prince ( later emperor taisho ) in fact did not often use it . later , its name was changed to akasaka imperial villa . after the war , the site and buildings of akasaka imperial villa were transferred from the imperial family to the state , and later used for various purposes : the national diet library ( 1948 - 1961 ) , the legal opinion secretary of legal affairs agency ( 1948 - 1960 ) , the court for the impeachment trials ( 1948 - 1970 ) , diet councils to study constitutional debates ( 1956 - 1960 ) , and the tokyo olympic organizing committee ( 1961 - 1965 ) among others . in 1962 , the cabinet agreed to then prime minister hayato ikeda 's proposal to have new guesthouse facilities , because japan 's developing relations with foreign countries had increased the number of distinguished foreign guests , and the former asakanomiya house ( currently the tokyo metropolitan teien art museum ) in shiba-shiroganedai , minato ward , which had been used as the state guest house , was too small to accommodate guests ' entourages . the government studied the plan during the administrations of ikeda and his successor eisaku sato , and decided in 1967 to build a guesthouse facility by renovating the former akasaka imperial villa . the government spent five years and \ 10.8 billion ( \ 10.1 billion for construction , and \ 700 million for furniture and the interior ) to complete the main building ( designed by togo murano ) and the japanese-style annex ( designed by yoshiro taniguchi ) in march 1974 . the first state guest to the new state guest house was the thirty-eighth president of the united states , gerald rudolph " jerry " ford , jr . major repair work was carried out between 2006 and 2008 . although it had been planned to be completed by the end of march 2008 , the work fell behind schedule , and it is currently due to be completed at the end of june 2008 . structure : built of bricks and stone reinforced by steel-frames ; two stories above the ground and a one story basement . total floor space : 15,000 m2 ran ( phoenix ) room ( sairan-no-ma ) the name of this room comes from golden reliefs of imaginary birds called ' ran ' found at both sides of a gray limestone fireplace and above two large mirrors on the left and right side of the room . its interior is in the empire style , and the white walls and ceiling are decorated with gilded plaster reliefs . ten mirrors make the room look larger . its size is approximately 160 m2 . this room is used for various purposes : as an antechamber where guests paying a courtesy visit are first ushered into , as a place where dinner party guests first meet state or official guests , as a venue for the signing ceremonies of treaties , and for holding interviews with state or official guests . flowers and birds room ( kacho-no-ma ) this room takes its name from flower and bird depictions featured in 36 oil paintings fitted onto the ceiling , goblin-like hand-woven brocade on the transom windows , and 30 cloisonné oval plaques set in the walls . the interior is in henri ii style , and the lower parts of its walls are planked with brownish-red dion boards exuding a stately atmosphere . its size is approximately 330 m2 . installed with up to about 130 seats , this is a large dining room where mainly official dinner parties hosted by state or official guests are held . rising sun room ( asahi-no-ma ) the name of this room comes from the painting on the ceiling showing ' a goddess driving a chariot with the rising sun at her back . ' this ceiling painting is an large oval shape , measuring 8.26 m by 5.15 m . its interior is in the style of classicism with its walls decorated with textile art works of kinka-zan brocade of nishijin ( kyoto ) . its size is approximately 200 m2 . the room serves as a salon for state or official guests ' courtesy visits , and also as a place for summit meetings . robe of heaven room ( hagoromo-no-ma ) its name comes from the large ceiling painting of 300 m2 by curve drawing method inspired by a scene from the noh play hagoromo ( robe of heaven ) . the interior is in the same style of classicism as the rising sun room . an orchestra pit is built in the upper floor in front . this is because this room was designed to be a ballroom . the largest chandelier in the state guest house ( 800 kg in weight ) is in this room . its size is approximately 330 m2 . in ths room , pre-dinner aperitifs and after-dinner drinks are served for dinner guests , and also receptions are held on rainy days . east room ( higashi-no-ma ) this room is at the east end on the second floor . yushin-tei designed by yoshiro taniguchi , this facility was added in 1974 . its main japanese-style room is tatami-floored with 47 mats . the main garden is fully graveled with a pond containing a fountain , and flowerbeds at the center . planted in this garden are commemorative trees for the following guests : president gerald rudolph ford ( dogwood in 1974 ) , queen elizabeth ( brown oak in 1975 ) , and president mikhail gorbachev ( small leaved linden in 1991 ) . location : kyoto gyoen , kamigyo-ku , kyoto city site area : approximately 20,140 m2 : ferroconcrete : one story above the ground and a one story basement . total floor space : approximately 16 , 000 m2 the construction of the ' national kyoto state guesthouse ' was decided by the cabinet in 1994 , and opened on april 17 , 2005 . it was built on the premises of kyoto gyoen as a japanese-style building in contrast to the western style of the state guest house in akasaka , tokyo . its name in english is kyoto state guest house . sunset glow room ( yubae-no-ma ) it is a large room with the capacity for up to approximately 70 people . its walls are decorated with hand-woven fabrics depicting a sunset over a mountain . japanese wisteria room ( fuji-no-ma ) it is a large room with the capacity for up to 120 people . it is equipped with a stage made of cypress , and one wall is decorated with a hand-woven fabric depicting the flowers of four seasons . paulownia room ( kiri-no-ma ) this is a 56-tatami-mat room . waterfall room ( taki-no-ma ) kibune-no-ma natural beauty room ( suimei-no-ma ) this is used for summit meetings . sleeping quarters this is an accommodation facility for state or official guests and their attending staff . japanese garden seigadai guesthouse : seoul , korea hyakkaen guesthouse : pyongyang , north korea chogyodai guesthouse : beijing , china blair house : washington , d.c. , usa taipei guesthouse : taipei , taiwan an ' official guesthouse ' is temporarily established during international exhibitions in order to welcome royal families , heads of state , and cabinet-level officials from participant nations , who visit the site on the national day of each country . the legal position of the ' world expo . guesthouse , ' is different from the state guest houses under the cabinet office mentioned above . although it is a temporary facility during an international exhibition , some are preserved after the exhibition . +gojo-ohashi bridge is a bridge over the kamo-gawa river which runs through kyoto city , kyoto prefecture . gojo-dori street ( national route 1 ) runs on the bridge . it is also on the boundary between shimogyo ward and higashiyama ward . there is a great view of mt . hiei and other mountains from this bridge . gojo-ohashi bridge is famous for the legendary story of musashibo benkei and minamoto no yoshitsune , and their stone statues in the style of a kyoto doll or kyo-ningyo ( gosho-ningyo ) stand in the green belt on the west side of the bridge close to the cross-section of kawaramachi-dori street and gojo-dori street . however , gojo-dori street during the heian period has become the present matsubara-dori street , and one theory suggests the ' gojo-no-hashi ' bridge of that time used to be near the present matsubara-bashi bridge , and another theory proposes that it was nishinotoin-dori street as no bridge was over the kamo-gawa river . at the foot of gojo-ohashi bridge on the northwestern side stands ogizuka ( literally , a fan mound ) after the mieido ( shinzenko-ji temple ) fans that used be produced here . underground at the east side of the bridge is gojo station ( keihan ) run by the keihan electric railway co . , ltd . gojo-dori street extends eastward to gojo-zaka slope which leads to nishi-otani and kiyomizu-dera temple . +kiroku shoen kenkeijo was an organization which investigated manors ( shoen ) in the heian period . it was one of the ryogenokan ( extra statutory offices ) . it was called kirokusho for short . in 1069 , it was established to carry out the " order for the reform of shoen " by emperor gosanjo . minamoto no tsunenaga , who was opposed to the house of sekkan ( the head of the fujiwara family who bore the regent position ) , and oe no masafusa , a scholar , were assigned to manage this organization . its main missions were the investigation and exposure of illicit manors , and the confiscation of manors lacking the correct documents . it was abolished after the death of emperor gosanjo , set up again in 1111 and again in 1156 , and it was eventually merged into the retired emperor 's office ( innocho ) by emperor goshirakawa . in 1187 , it was reestablished to include also litigation and the conduct of rituals in its remit . kirokusho at this time was under the control of nairan ( the document inspection secretary ) kanezane kujo , and as powerful as jin-no-sadame ( ancient cabinet council ) . however , it also was merged into the retired emperor 's office ( innocho ) of emperor gotoba as he started his cloister government . later , emperor gosaga reestablished it as a permanent organization , and in 1293 , emperor fushimi expanded it to pursue his ' benevolent government ' . this made its power more extensive by assigning the six newly set-up sections of kirokusho to different trial dates and different areas of litigation such as temples , shrines , public affairs , and ownership of land ( later this influenced the setup and division of zasso ketsudan-sho ( the ancient civil court ) during the kenmu restoration ) . in 1321 , during the kamakura period , emperor godaigo , who replaced emperor gouda , started his administration with the revitalization of kirokusho . in 1333 , after the downfall of the kamakura shogunate , emperor godaigo started kenmu restoration and established kirokusho as the supreme administrative agency in addition to the eight ministries to deal with important deliberations during the kenmu government . +keihanna plaza is a central facility at kansai science city ( keihanna science city ) in hikaridai , seika-cho , soraku-gun , kyoto prefecture . publicly and privately funded keihanna interaction plaza incorporated operates this facility , consisting of the laboratory wing , the super-laboratory wing , and the interaction wing . the laboratory wing houses research facilities and a post office ; the interaction wing contains keihanna plaza hotel , restaurants and sumitomo hall . there is a monument in a square here : the world 's biggest sundial . it is in the guinness book of records , and was designed by ryuichi yokogawa . september 1978 : kansai science city surveillance conversazione was set up ( chairman : azuma okuda , former president of kyoto university ) . march 1983 : kansai science city construction promotion conference was set up . june 1986 : the kansai research institute foundation was established , and the national land agency created the ' basic policy on the constructions of kansai science city . ' june 1987 : the construction promotion law for kansai science city was promulgated and became effective . january 1989 : kansai research institute completed the " survey of the embodiment of a cultural and research interaction facility . " april 1989 : the preparation room of a cultural and research interaction facility was set up in osaka city ( the wisemen group decided to call the operating company of the facilities ' keihanna , ' which has a soft sound and represents kyoto , nara , and osaka ) . june 1989 : the meeting of the founders of keihanna interaction plaza incorporated took place . august 2 , 1989 : keihanna interaction plaza incorporated was launched ( chairman osamu uno ; president shoichiro kobayashi : capital fund of 2.7 billion yen ; head office at 438 matsuya-cho , gojo-dori karasuma higashi iru , shimogyo ward , kyoto city ) . the prime minister has appointed keihanna interaction plaza incorporated as ' a company that manages a cultural and research interaction facility . ' april 1993 : keihanna plaza was completed ( the head office moved to keihanna plaza ) . december 2007 : it filed for bankruptcy protection . features the original goal of kansai science city was to create a classic academic research town . however , inspired by the fact that the driving force for recent economic development in the us was technological innovation as typified by the information and communication technology ( ict ) in silicon valley , calls for similar economic development in japan have grown , so new facilities combining the functions of r & d and the creation of new industries are being built throughout the country . this is a leading facility in the hanshin industrial area , and also at the center of kansai science city . a similar facility in keihin industrial area is yokohama kanazawa high-tec center in kanazawa ward , yokohama city , jointly operated by yokohama industrial development corporation and sumitomo life insurance company . universities and graduate schools in the neighborhood of keihanna plaza doshisha university ( kyotanabe campus , gakkentoshi campus ) osaka electric communication university osaka sangyo university nara institute of science & technology nara university by car the closest exit of the expressway is keinawa expressway seika gakken interchange . by train get off at hosono station on the katamachi line run by west japan railway . get off at shin-hosono station on the kintetsu kyoto line . from either of these stations , take the nara kotsu bus or the seika kururin bus , and after ten minutes get off at ' atr ' bus stop , which is very close . +keihanna plaza hotel is an accommodation facility within keihanna plaza which is the central intersecting facility of kansai science city . at first , it was managed as the keihanna miyako hotel , a part of miyako hotels and resorts . miyako hotels and resorts later withdrew from the restaurant industry , thus it remains as keihanna plaza hotel with only the accomodation industry . in the surrounding area gakkentoshi exhibition pavilion kansai-kan of the national diet library musee louis leloup museum the vocational museum keihanna commemorative park access approximately 10 minutes by nara kotsu bus from jr hosono station or kintetsu shin-hosono station . +located in yawata city , kyoto prefecture , shokado houses a japanese garden and an art museum . it is designated as a national historic site . it was a hut and garden built by shojo shokado at the beginning of the edo period ( 1637 ) , and has now been turned into the municipal yawata shokado garden and shokado art museum . features shokado garden gaien ( outer garden ) : chisen ( ponds and springs ) walk-through japanese garden with about 400 kinds of bamboo . teahouses : shoin , baiin , chikuin washbasin of kinuta ( stone block for beating cloth ) shokado art museum annex - gallery ( two rooms ) ominaeshizuka ( the stone pagoda for a woman who died in a tragedy ) naien ( inner garden ) shokado ( cultural property designated by kyoto prefecture ) - tea hut / tea room and jibutsudo ( a small hut with a buddhist alcove ) shokodo-shoin ( a cultural property registered by kyoto prefecture with traditional architecture ) donated by hideaki kobayakawa higashikurumazuka tomb ( an ancient tomb ) shokado art museum museum shop " ominaeshi " kitcho ( the restaurant that started the original shokado lunch box ) access from kuzuha station or yawata-shi station on the keihan main line run by keihan electric railway , take the keihan bus and after ten minutes get off at ' oshiba-shokado-mae ' bus stop , which is just outside shokado . from matsui-yamate station on the jr katamachi line , take the keihan bus and after fifteen minutes get off at ' oshiba-shokado-mae ' bus stop . other nearby historic sites hakkakudo : two minutes on foot shoho-ji temple ( yawata city ) : eight minutes on foot iwashimizu hachiman-gu shrine : fifteen minutes on foot +based on the spirit of mercy of buddhism , hidenin temple was built for the salvation of the poor and orphans . legend has it that prince shotoku first built it in shitennoji in osaka as one of the shikain ( four institutions ) following the example of the sui dynasty in ancient china , and that it is related to the origin of respect-for-senior-citizens day ; shikain is together the combination of hidenin , keidenin ( for religion , music ) , seyakuin ( free pharmacy ) , and ryobyoin ( free hospital ) . in china , similar facilities built in the tang period are often referred to as being at the root of social welfare just like in japan ( they were no doubt the earliest facilities for the needy ) . in japan , when she was princess , empress komyo built the oldest hidenin facility in 723 in japanese record . in the heian period , an additional two facilities were built to the east and west of heian-kyo , and they later became annexes of seyaku-in temple which had been built by empress komyo , and was under its control . in the nara period , hidenin was also constructed in kofuku-ji temple by jianzhen . in the kamakura period , ninsho opened them at various places in the country . later in medieval times , people at the bottom of society used them . today , the tacchu ( a tiny temple ) within sennyu-ji temple in higashiyama ward , kyoto city is one that remains , and also some of them remain as place-names such as hidenin-cho , tennoji ward , osaka city , where shitenno-ji temple is , as mentioned earlier ( in the neighborhood of tennoji station owned by west japan railway and osaka municipal subway ) . +a ryokan is a guest house that accommodates visitors for a fee , usually in a japanese style building with traditional furnishings . its management is regulated under the hotel business law . there are various types of ryokan : kanko-ryokan ( resort ryokan ) and onsen-ryokan ( ryokan with hot springs ) for sightseeing and pleasure : kappo-ryokan ( ryori-ryokan , or ryokan for japanese cuisine ) : shonin-yado ( ekimae-ryokan , or ryokan in front of a railway station for example ) in urban areas for business people or students on school excursions . some have medium sized to large facilities , and some are small family businesses . among them , accommodation facilities similar to private homes or whose owners have other types of business often call themselves " minshuku . " since the management can decide the name of their business : ryokan , minshuku , hotel , or " pension " ( resort inn ) , in reality , they freely do so for purposes such as their image strategy regardless of size or management style . for this reason , it is difficult to exactly define each kind of institution . this situation and the fact that western style hotels and japanese style ryokan often occupy the same area can be attributed to the distinctive japanese culture . differences between ryokan and the ryokan business the hotel business law defines four types of ryokan business : the hotel business , the ryokan business , the budget hotel business , and the lodging business . " ryokan " means an establishment which performs any of these types of ryokan business . the following are not requirements ; there are exceptions that are not mentioned here . ryokan are valuable because they provide an element of japanese artistic elegance in modern japanese society . guest rooms are in traditional japanese style ; each room is supposed to accommodate two or more guests . although relatively low priced ryokan used for business trips , called " shonin-yado " or " business ryokan , " have traditionally accommodated one guest per room , many resort ryokan or onsen-ryokan ( hot spring ryokan ) , especially high-end establishments , usually do not accept a solitary guest , because their business plans assume two or more guests per room . if a solitary stay were accepted , it would cost much more than a single room . under agreements with ryokan , many travel agents offer lodging plans for solo travelers to stay alone at resort or onsen ryokan which usually accept only two or more guests per room , but their prices are inevitably rather high . in contrast , many hotels offer single rooms or twin rooms , if available , to many solitary guests . guests find a table in their room with a can of tea leaves , a teapot , some tea cups , and an electric pot full of hot water on the tatami floor or on the table , and they can help themselves to tea . the can of tea leaves , the teapot , and the tea cups are in a wooden container . also , some sweets are often to be found on the table . these are also served at some minshuku . they have banquet rooms in a japanese style . when a large group of guests is staying they almost always have a banquet as dinner . communal baths are usual . nowadays , many high-end ryokan have guest rooms with a bath and some of them feature guest rooms equipped with an open air bath . since the amount of hot water supplied to each onsen-ryokan by the hot spring source is limited , you should ask if the open air bath of your room uses ' running hot spring water . ' also , some of the older traditional ryokan with a wooden structure often cannot install additional bath tubs to their guest rooms . using a yukata ( a light cotton kimono ) as a dressing gown ryokan typically provide guests with a yukata during their stay , found inside the guest room ( however , many shonin-yado do not ) . you may wear yukata inside the facility such as in its corridors and banquet rooms , or in an onsen ( hot spring ) resort town you can walk around outside in yukata . most ryokan used to have no bath facilities of their own , and even today visitors walk to communal baths in many onsen resort towns . yukata with the logo of the ryokan on them help advertise the ryokan , and also the sight of visitors in yukata helps to create an onsen atmosphere in the town . this practice is different from hotels which require guests to dress suitably enough to go out when they are outside their rooms . ryokan in onsen towns rent guests geta ( wooden clogs ) or umbrellas when they go out in yukata . okami female managers of ryokan called " okami " usually play an important role in the business including serving guests . this practice varies in different regions . the okami is usually a woman manager or the wife of a manager . she usually wears kimono to meet guests . nakai high-end or tradition-minded ryokan have woman staff called " nakai " who wait on the guests in each room . they usually work in kimono just like okami . room and two meals as standard the guest rooms are in japanese style as mentioned earlier , and the price of accommodation usually includes dinner and breakfast ( one night and two meals per day ) . in contrast , meals are optional at hotels . however , some ryokan accept guests who need no meals , only dinner , or only breakfast . today , many shonin-yado ( ekimae-ryokan for example ) for business people , or business ryokan provide the option of ' sudomari ' ( stays without meals ) or including only breakfast . no choice of meals guests at a ryokan used to have no choice of meal , which was unpopular . today , some ryokan offer a few plans for dinner which guests can choose from . not only ryori-ryokan ( which are centered on cuisine ) , but many kanko-ryokan and onsen-ryokan usually promote themselves on the quality of their food , such as local cuisine using famous local foodstuffs . there used be a problem that the amount of food was too much for small eaters such as elderly people and women , but these days ryokan meals are lighter than they used to be , and more and more ryokan are improving quality while reducing the size of dishes . although some ryokan offer dining in a large banquet room , or a communal dining room , at many ryokan nakai serve meals on a tray to each guest room , which is called ' heya-shoku ' or eating in the room . however , ryokan which serve " heya-shoku " often provide guests in a large group with dinner in the large banquet room . time restrictions relating to service services are not always available twenty-four hours ; guests are often assigned to a certain time period for dinner or taking a bath . also , the check-out time is often set rather early in the morning . this is also unpopular , even if it is necessary to ensure the smooth running of the ryokan . sales system : reservation system : information on websites you can either book rooms directly by phone or ask travel agents or tourist information centers to make reservations on your behalf . if you ask a travel agent to make reservations , there is usually a charge of 10 % to 25 % of the cost of the accommodation as a booking fee . for this reason , seasoned travelers often study information about ryokan on the internet before they book rooms by phone . you can obtain information regarding the availability of rooms of increasing numbers of ryokan on the internet , but in many cases you cannot complete the reservation by internet only . however , because providing information on the ryokan and local scenic spots via the internet is essential today , if they do not have websites or don 't update them , they are considered of low quality . geisha or hostesses at banquets guests sometimes ask for geisha or hostesses to serve at their banquets , but of course this is not essential . there used be geisha-okiya ( geisha houses ) , and now there are agents of hostesses in hot spring resorts to meet these requests . the situation today the demise of the ' banquet boom ' is said to be hurting the business of high-end ryokan and hotels in resorts close to the metropolitan area , and some of those facilities constructed during the boom have been forced to close or to go out of business . many ryokan in urban areas are in a difficult financial situation and have turned into business hotels ( budget hotels ) , because customers on business trips are increasingly using budget hotels or other hotels , and the number of students on school excursions has decreased due to the falling birthrate . on the other hand , many ryokan have loyal customers who usually do not usually require banquets , and most of them were built before the bubble economy . they are stable in business because of their steady number of customers . many of them do not need big advertisements for promoting their business because most of their guests are repeat customers . some old traditional ryokan have elderly managers and have not been able to hand their businesses down to the next generation because of the effects of the declining birth rate . even when business is going reasonably well , some ryokan are forced to close due to the lack of a successor . in a rare example of a success story a ryokan altered its business plan to target foreigners and groups of students , promoting its japanese style budget facilities ( so called bed and breakfast ) , and has regained profits . jisui-ryokan ( self-catering ryokan ) in addition to ryokan , there are jisui-ryokan in hot spring resorts . they provide only lodgings without all the other services to people who wish to stay many days for " toji " hot spring therapy ( they are similar to condominiums in foreign countries , or short-term apartments in japan except for the purpose of ' toji ' ) . besides being entertaining spots themselves , hot-spring resort towns have therapeutic areas where hospitals for hot-spring cures and jisui-ryokan are located . some ryokan have ' jisui-bu ' or self-catering sections in addition to their ordinary ryokan business . jisui-ryokan rent their rooms just like apartment houses with fixed charges per night , and most users stay for a week to two months depending on the individual . the following are charged for when staying at jisui-ryokan : the room charge including bathing and electricity ; rented futon ( no charge if users bring in their own futon ) ; rented heaters such as kotatsu ( a small table with an electric heater underneath and covered by a quilt ) or oil space heaters in winters ; and gas for cooking . users have to clean their rooms by themselves during their stay . coin washing machines are available on the premises . jisui-ryokan house kiosks where they sell soap , detergent for clothes , and food such as seasonings or canned foods . users can buy perishable food such as meat , fish , and tofu ( soy-bean curd ) from vendors who come around . most onsen-ryokan have been experiencing a slump in business . the following are some causes of these economic difficulties unique to onsen-ryokan , in no particular order : people used to travel in large groups such as those of company employees , community groups , and groups of farmers ' association members , but nowadays people mainly travel in small groups on private business , such as a family , friends and acquaintances , and mothers and daughters . company outings ' are already extinct in many companies . their business practice of accommodating as many guests as possible in a large room , which used to make profits , cannot be maintained . this is because their main resources of business are rooms or spaces , and the more guests per space the more profits would be made theoretically . onsen-ryokan and banquets are inseparable . more alcoholic beverages are consumed at banquets which are lively . this was a big source of profit for onsen-ryokan . they served meals with the emphasis on only good-looking arrangements . large plates full of food were good enough . it was also efficient because all they needed to do was arrange those dishes in the banquet rooms . purchasing a big amount of foodstuff at one time brought costs down . they did not have to serve expensive high-quality sake to drunken guests who cannot tell one brand of sake from other . guests in a small group do not drink as much . guests in a small group evaluate meals on their ingredients , how they are cooked , how they are arranged , and what kinds of plates and bowls are used . it takes more work for staff to serve heya-shoku and to clear the table of each guest room after the meal . also , in the 1990s , after bureaucrats ' practice of entertaining each other was widely criticized in newspapers and on tv , the ' banquet boom ' rapidly disappeared . this caused ryokan to lose a lot of customers . guests generally prefer to eat what they like including western-style or chinese-style dishes , rather than the set menus at ryokan such as banquet dishes or " kaiseki-ryori " ( traditional japanese cuisine consisting of a number of small , varied dishes of seasonal and regional specialties ) . the fixed pattern meals of ryokan have not met these needs . many of their customers have turned to hotels or minshuku . however , getting foodstuffs from areas far from the ryokan has a big impact on the cost , and some people question whether guests really want to eat the same food as in big cities after traveling to stay at ryokan located far from those big cities . as you can see from ryokan promotional material , they still keep the old practice of emphasizing the number of dishes , or luxurious looking food . old-fashioned and aged ryokan tend to have few options other than serving a large number of dishes , because they cannot compete on sophisticated services or facilities alone . some people are of the opinion that tourists want to separate lodging from meals , and others point out they in fact want itemized details of food , services and prices . in fact , travel agents for ryokan often fix the meal menu , losing customers who turn to hotels with varied menus , or minshuku which have a lot of control in selecting the foods they purchase . people who stayed at onsen-ryokan for banquets preferred to enjoy the night life in hot-spring resort towns rather than bathing in an " onsen " . for this reason , ryokan have competed to expand their facilities paying little attention to appearances , resulting in conspicuously ugly concrete blocks , which are damaging the scenery around them . people started a banquet upon arriving at a ryokan in the evening , and went to bed after that . for those guests who leave early straight after breakfast , as was common previously , the unsightly buildings may not be a problem , but it is not satisfactory for those guests who wish to slowly wander around the resort town . studying yufuin spa and kurokawa spa which have been prosperous for a long time tells us that soothing scenery with surroundings full of various plants and fields is evidently important for onsen-ryokan business . some exceptions are special buildings such as old folk houses or concrete constructions that stand on a unique land form , because their views are considered to have cultural and emotional values by photographers and tv reporters who often cover them . triggered by the hot-spring water deception issue following the case at shirahone spa , and those cases of contamination with legionella bacteria at a number of public bathing facilities , users are worried about the quality of onsen water . although large ryokan can boast about their fancy facilities such as open-air baths , the quality of the onsen water is a disadvantage . since the capacity of the source of hot water is limited , ryokan associations or local governments usually control the water distribution . traditional vested rights relating to water allocation make the improvement of water use ( such as using the spring water only once ) difficult . this was one of the reasons behind mislabeling the quality of onsen water at ikaho spa . in onsen towns , there used to be a few communal baths surrounded by a number of onsen-ryokan , with souvenir shops and restaurants around them , as well as bright-lights district nearby including adult-entertainment shops on narrow alleys . however , along with the slump of onsen-ryokan , these small businesses closed one after another , and some areas are almost completely occupied by abandoned houses . it is pointed out that some of the reasons for this are that architectural standards make it hard to build new shops , in addition to the weak motivation of aged owners of these businesses , and the lack of successors . the standard often requires a new building to have smaller floor space making it harder to rebuild a shop of the same size . they can do nothing but let old buildings get older without being able to rebuild them . these difficulties of rebuilding shops contribute to the closing down of businesses . this helps to harm the onsen atmosphere again resulting in a vicious circle . onsen-ryokan , being traditional accommodation facilities , have built deep interdependent relationships with travel agents . however , as travelers get used to using the internet , and as making reservations on airline and business hotel websites is becoming more common , those relationships , in favor of travel agents , are working against onsen-ryokan . large ryokan face difficulties in cutting down on their deals with travel agents in spite of the heavy burden of agency fees on their business , because large ryokan need a large and steady number of reservations . after all , their customers are turning to competitors such as hotels that are making use of the internet . excessive debts although the onsen-ryokan business is not lucrative by its nature due to seasonal variations in the number of travelers , they have repeatedly borrowed money to finance their competition in increasing or upgrading facilities and equipment . travel agents have recommended this . also , financial institutions have increased their loans to onsen-ryokan , trusting them as major local industries . so , most onsen-ryokan have excessive debts . although the extremely low interest rates have helped them , if the interest on loans increased , it would be a big burden on their business . they are worried about the declining value of collateral due to the decrease in land prices . aside from underlining the responsibility of the management , which is inevitable , as seen in some examples of the regeneration of onsen-ryokan around the country , lenders might have to consider waiving debts to a certain extent in order to take a step forward for the future of the industry . the drilling costs of hot springs have decreased , because more advanced drilling technology became available . it is known that drilling 1000 m to 2000 m would reach hot spring sources in most places in japan . drilling firms across the country usually receive orders on a payment-by-results basis . the drilling cost is usually 100 million yen to 200 million yen , and many local governments drilled for onsen using the " furusato sosei " fund ( regional development fund temporarily provided by the national government ) provided under former prime minister takeshita 's cabinet . the loose definition of ' onsen ' by the law is encouraging these trends . these new facilities , some of which should be called warm bath facilities , have new luxurious bathing houses with relatively low prices , and people visit them to enjoy onsen on a day trip . for this reason , onsen-ryokan are no longer attractive enough to lure tourists merely because they are at old traditional onsen resorts . all that said , in reality , these warm bath facilities are very popular across the country , and there are some relatively small onsen-ryokan with ten to twenty rooms that are so popular that you will have a hard time to make reservations . conclusion : the japanese people have never tired of the onsen itself , but they are fed up with those unattractive concrete onsen facilities and those inhospitable onsen-ryokan who assign dinner and bathing time to their guests . movies and dramas that feature ryokan take me to an inn ( april 2001 ) dondo-hare ( april 2007 ) +toei movie land is a movie theme park located in uzumasa higashi hachigaoka-cho , ukyo ward , kyoto city . part of toei movie studios owned by toei company is named toei movie land and is open to the public . in the late 1960s , when the downturn of the movie industry was obvious and samurai movies were already losing popularity , toei , with its yakuza movies ( japanese gang movies ) barely drawing fans , attempted to preserve its outdoor studio sets in kyoto by transferring part of them to the newly established affiliate company ' toei kyoto studio co . , ltd . , ' which called itself toei movie land and opened to the public on november 1 , 1975 . its attractions are : swordfight stunt shows ; actors ' talk shows , and photo and hand-shake opportunities ; tv superhero drama shows such as " super sentai " ( a superhero-transformation drama series with five masked heroes ) or " kamen rider " ( a superhero-transformation drama series with a masked motorbike rider ) ; and swordfight simulations . there is a dress-up studio ( reservations are needed ) where visitors can experience wearing the costumes of characters appearing in samurai dramas , such as maiko ( teenaged geisha apprentices in kyoto ) , hime ( a princess living in a castle ) , tonosama ( samurai lord ) , samurai , merchant , and a teenaged girl of the merchant class . since this park is affiliated to toei , scenes from this site often appear in films such as " ojamajo doremi " ( wicked do-re-mi ) , which was produced by toei animation , an affiliate of toei . some movies were filmed at this site using special effects , including some currently on sale . neighboring toei movie studios , the parent company of this park , is toei 's main body whose business is considered different from the park , even though part of their work is connected . by bus kyoto bus routes : 61 , 62 , 63 get off at ' uzumasa eigamura mae ' bus stop , from which it is very close . kyoto city bus routes : 75 , 91 get off at ' uzumasa eigamura michi ' bus stop , and it is a few minutes on foot . by train keifuku electric railroad keifuku electric railroad arashiyama line ( randen ) from ' uzumasa koryuji station , ' it is five minutes on foot . jr sagano line from ' hanazono station ' or ' uzumasa station , ' thirteen minutes on foot . mascot characters kachinta this mascot was created in commemoration of the fifth anniversary of toei movie land . it is a " matatabi " crow ( kimono-clad wanderer cartoon crow ) , and its name comes from the " kachinko " ( clapperboard ) . you can see it on park posters or information signs , and also can enjoy shows by the drama group " kachinta company . " kachinta " went on a journey " in 2002 and stopped being a mascot , but he returned home in 2007 and his complete comeback is being planned . karasu tengu uju ( literally , crow tengu uzumasa ) it is an official character for ' uzumasa sengoku matsuri ' which is an event depicting the sengoku period ( period of warring states ) held at this park . it is kachinta 's little sister , and karasu tengu ( a mythical mountain creature having supernatural power ) who lives in mt . kurama . she came to kyoto to look for kachinta when he disappeared . in contrast to kachinta , she was designed to look like a moe-kyara ( a particular type of girl character in video games or manga ) , and mosaic.wav ( a japanese pop band from akihabara ) sings her theme song , to promote her in a different way from kachinta . +yodo-jo castle was a castle which used to be in present fushimi ward in kyoto city , kyoto prefecture . yodo was also called yodotsu in ancient times , when it was a big commercial area where tributes to the then emperor were collected and stored from all over the country . so it was strategically a very important place at a crossroads to enter kyoraku ( capital kyoto ) and yamashiro province from kawachi province and settsu province , or from yamato province . although the yodo-jo castle in fushimi ward was built in the edo period under the leadership of the edo bakufu ( japanese feudal government headed by a shogun ) as the castle of yodo clan who was the only feudal lord family to govern yamashiro province , there used to be three castles that were called yodo-jo . old yodo-jo castle ( in the sengoku period , or the period of warring states : fifteenth to sixteenth century ) this yodo-jo was built during the sengoku period , and it is said to have been in the noso area . noso was an old central city in the commercial area of ' yodo , ' which was located at the north side of the confluence point of three rivers : kizu-kawa river , katsura-gawa river , and seta-gawa river . as the name of the place implies an ancient transportation terminal for tributes to emperors , it had been a well-known local city since ancient times . this sengoku period yodo-jo castle was used in the battle of yamazaki in which hideyoshi toyotomi destroyed mitsuhide akechi , and a record says it was also used in onin war ( warfare between lords in the fifteenth century ) . however , it is doubtful if any permanent keeper or armies were stationed at this castle at the time of onin war . old yodo-jo castle ( during the reign of hideyoshi toyotomi in the late sixteenth century ) hideyoshi toyotomi built this castle for his concubine chacha , and she has been called ' yododono ' ( lady yodo ) since then . this castle is said to have been also in the noso area , and recent excavations have unveiled that there had been a castle town but it was in fact a residential area and far from a military stronghold . new yodo-jo castle the tokugawa shogunate built this new castle using scrap wood from the remains of fushimi-jo castle and transferred the donjon of nijo-jo castle here . a castle town called ' yodosancho ' was built on a drained island at the confluence of the three rivers . yodo kobashi bridge and yodo ohashi bridge connected the noso area in the north and yawata area in the south , and the castle town was surrounded by the three rivers forming " a castle in a river . " the main gate of this castle was built facing kyo kaido road which was built crossing this castle town . yodo-jo castle occupied the west part of this island , which contained a huge moat making this castle town look like a walled city in ancient china . at the end of the edo period , the tokugawa army , being defeated in the battle of toba-fushimi , tried to barricade themselves up in yodo-jo castle , but the yodo clan refused . if they had entered yodo-jo castle , it would have been a threat to the new government army because of the structure of the castle . after the battle , along with the demise of the yodo clan , yodo-jo castle was quickly abandoned . the form of the land around the castle was significantly changed after ogura-ike pond on the east of the castle was drained , and all of the castle buildings were destroyed except for a part of honmaru ( the center part of the castle ) . later , with the keihan electric railroad being constructed running through the north-western part of its honmaru , yodo-jo castle had been doomed to completely disappear , but when it was designated as a historic site , the preservation movement grew and some repair work is carried out around the honmaru today to preserve the rock walls and moats which have survived the city development . +the hamaguri-gomon gate is one of the west gates of kyoto gyoen national garden . the official name of the gate originally was the shinzaike-gomon gate . the gate is a sujigane-mon ( iron girder gate ) of the korai-mon gate style . the gate came to be called by its nickname hamaguri-gomon gate because it was the gate that rarely opened , but it opened like a hamaguri ( clam ) when the imperial palace burned in the great kyoto fire of the tenmei period during the reign of emperor kokaku . it 's name ended up being official . the gate was the defense base for the aizu , kuwana , and satsuma allied clans during the conspiracy of hamaguri-gomon gate , and the gate still has bullet holes made at the time . +" chashitsu " is a facility built for a tea ceremony host ( shujin ) to invite and entertain guests with tea . chashitsu used to be built in a japanese garden usually with a pathway to it , but today they are built in various places : at hotels , in civic halls , and at the corner of some commercial buildings . although japanese rooms ( tatami-matted rooms ) that are installed with a built-in hearth to learn or enjoy the tea ceremony are often called chashitsu , this section describes mainly soan-style ( small grass-thatched hut ) teahouses with four-and-a-half mats or less . soan-style chashitsu were built of simple materials ( logs , bamboo , clay ) as used in rural private homes . light from the engawa ( veranda ) is shielded by a plastered clay wall in which windows are set to enable artistic control of the light , such as shitaji mado , or a window in which the inner structure of the plaster wall is shown ; renji mado , or a window with a lattice ; tsukiage mado , or a skylight window in the ceiling that can be opened by a stick . the tokonoma ( alcove ) used to be one ken ( 1.8 meters ) , but now varies in size around four or five shaku ( 1.2 or 1.5 meters ) , depending on the room structure , and its design also varies widely , and may include ' muro-doko ' ( a tokonoma plastered all over including the ceiling ) , ' hora-doko ' ( a cave-like tokonoma ) , ' kabe-doko ' ( tokonoma formed by only a wall ) , or ' fumikomi-doko ' ( a ' step-in ' tokonoma ) . nakabashira , or a small pillar standing inside the room , makes a boundary between the host 's seat and the guests ' seats . this setting helps to produce a spiritually rich space between the host and the guests . togudo in jisho-ji temple in the higashiyama area , built by yoshimasa ashikaga , has a four-and-a-half tatami-mat room , which is said to be the origin of the tea ceremony room . later , juko murata created a four-and-a-half mat tea ceremony room as a small grass-thatched hut in the city . sen no rikyu established a unique form of chashitsu . rikyu pursued the spirit of wabi-cha ( the combination of zen buddhism and the way of drinking tea ) , and adopted koma ( small tea rooms ) of two mats or three mats that had only been used by wabi-cha masters who owned no valuable tea utensils , and he finally created a two-mat tea room with a nijiriguchi ( a cram-through doorway ) . chashitsu taian ( a national treasure ) , which is said to have been created by sen no rikyu , expresses the spirit of wabi-cha . rikyu is said to have created nijiriguchi inspired by seeing how a fisherman entered a boathouse on the riverfront at the yodo-gawa river in kawachi hirakata . however , doorways that can be considered prototypes of nijiriguchi appear on old drawings of the time of joo takeno , and many similar designs such as a tiny door built in a large door in merchant houses existed previously , so it was not rikyu 's invention . rikyu also built a golden tea room to hideyoshi 's orders . it could be disassembled and moved to different places . although this golden tea room has been criticized as an example of hideyoshi 's vulgar taste , it was a small room of three mats following the rule of the soan-type and had some sophisticated elements . one view is that this golden tea room was one of the aspects of rikyu 's form of tea philosophy . shigenari furuta and enshu kobori also created chashitsu of their own type . being a small space , chashitsu can have a variety of designs , and a number of types of them were built . rikyu 's grandson sotan explored wabi to the extreme , and created the smallest chashitsu called " ichijo-daime " with one guest mat and a short mat for the host , which rikyu had once tried to make but given up . compared with this , oribe furuta , enshu kobori , urakusai oda , and sowa kanamori , who were feudal lords and tea masters , created samurai class shoin-style chashitsu , or comfortable chashitsu with a small room as large as three mats . each generation of the sen family has preferred a new type of chashitsu , but not to the extent of wabi that sotan sought . since chashitsu are small , they can relatively easily be disassembled and rebuilt at a different place . in fact , joan ( a tea house , and a national treasure ) was moved from kennin-ji temple in kyoto city to the mitsui family in tokyo , and then their villa in oiso-machi , and finally rebuilt at meitetsu urakuen in inuyama city . chashitsu are often built in imitation of a highly valued chashitsu , a practice which is called ' utsushi , ' or imitation . if a chashitsu stood alone in an open space , it would look bleak . it is important to entertain guests in the space filled by the pathway that leads to chashitsu . guests are not introduced directly to chashitsu , but are first ushered to a yoritsuki ( a waiting shelter of the outer garden ) or a zashiki ( a reception room with tatami mats ) . they step into the garden and walk through a small gate . stepping stones are laid out along the garden path to the chashitsu , and the guests notice that the host has cared to water the path . there is machiai ( a waiting area in the inner garden ) on the pathway , with seats where the guests wait for the host for a while . the host then comes out to welcome the guests into the chashitsu . the guests do " chozu " , or ritually purify themselves by pouring some water over their hands using a tsukubai ( a tiny purifying basin ) in front of the chashitsu . the guests enter the chashitsu through the nijiriguchi with heads down . as they go through the nijiriguchi , they first see the tokonoma . a kakejiku ( hanging scroll ) and flowers representing the season are arranged on the tokonoma which is illuminated by light from a bokuseki-mado ( a window on the side wall of the alcove used to provide light ) . the main guest usually sits in front of the tokonoma or on a kamiza ( a mat placed at the highest ranked position ) . the host sits on a temaeza ( a tea host 's mat ) , before which a furo ( a portable brazier ) is placed in summer , and a hearth is built in winter . close to the furo , there is a shitajimado to light the host 's hands . all the guests are seated when the host comes in at the katteguchi ( a side door , or the host 's entrance ) the ceiling is low and minimum light comes in from the windows , which helps the host and guests focus on the tea ceremony . following kaiseki ( a light meal ) , the guests retire to the garden for a short break before returning to the chashitsu to drink koicha ( a strong green tea ) and then usucha ( a weak green tea ) , with each guest taking a drink from the bowl before it is passed on to the next guest ; the guests then leave , quietly acknowledging each other one last time . because guests have to lower their heads to go through the nijiriguchi , a kijinguchi ( an ordinary walk-in paper sliding door ) is often built in addition to the nijiriguchi to welcome high ranking people . in addition to a katteguchi , a kyujiguchi is sometimes built to bring in meals . also refer to an article about roji . they represent a unique field of study within japanese architecture , because chashitsu provide a rich spiritual space in minimum physical space . it had an influence on residential architecture , and led to so called sukiya-zukuri style ( a residence style influenced by teahouse architecture ) taian , joan and mittan , all of which are national treasures , are outstanding examples among the following chashitsu : joan ( meitetsu urakuen , inuyama city ) : former chashitsu of shodenin of kennin-ji temple loved by urakusai oda ( national treasure ) mittan ( ryukoin of daitoku-ji temple , kyoto city ) : said to have been loved by enshu kobori ( national treasure ) kohoan architecture ( kohoan of daitoku-ji temple , kyoto city ) : made by enshu kobori ( important cultural property ) kaninseki and masudokoseki ( jukoin of daitoku-ji temple , kyoto city ) : important cultural property konnichian and yuin ( ura senke , kyoto city ) : important cultural properties fushinan and zangetsutei ( omote senke , kyoto city ) : important cultural properties kankyuan ( mushanokoji senke , kyoto city ) ennan ( the yabunouchi family , kyoto city ) : important cultural property shonantei ( saiho-ji temple , kyoto city ) : important cultural property ryokakutei and hitotei ( ninna-ji temple , kyoto city ) : important cultural properties kasatei and shiguretei ( kodai-ji temple , kyoto city ) : important cultural properties hassoseki ( konchiin , kyoto city ) : important cultural property shokado ( yawata city ) : soan-type chashitsu of shojo shokado ( national historic site ) taian ( myoki-an temple , oyamazaki-cho ) : said to be built by rikyu ( national treasure ) obaian ( daisen-koen park , sakai city ) : related to sokyu imai ( registered tangible cultural property ) shinan ( daisen-koen park , sakai city ) : built by rodo ogi ( registered tangible cultural property ) golden chashitsu : replicas can be found in the donjon of osaka-jo castle and at moa museum of art +goro sky tower is an observation tower located in maizuru city , kyoto prefecture . standing high on top of mt . goro-gadake which lies in the center of maizuru city , the tower provides a great view of maizuru bay , whose beautiful sawtooth coastline was awarded the most scenic spot in the kinki area , and the urban district of maizuru city . in 1995 , it was built as part of the project to commemorate the fiftieth anniversary of maizuru 's municipality . 325 m above sea level height : 50.5 meters ( observation deck : 28.2 meters ) opening hours 9 : 00 to 21 : 00 ( the entrance gate closes at 20 : 30 . ) admission fees adults ( high school students or older ) : 200 yen minors ( first to 9th grade students ) : 100 yen parking free of charge ( available also for coaches ) gorogadake park , where children can enjoy play equipment , is nearby . there are hiking trails such as ' rotari no michi ' ( rotary road ) towards the hills of the nishi maizuru area , and a nature walking trail to the higashi maizuru area . kanpo no yado maizuru ' ( an accommodation facility in maizuru which is under refurbishment ) is very close to the tower . location : koaza kuredani , koyasu , ueyasu , maizuru city , kyoto prefecture maizuru sightseeing round-trip bus ' please go ' ( プリーズ号 ) takes you to this tower . from jr nishi-maizuru station , take the kyoto kotsu bus , and get off at ( maizuru ) " gorogadake koenguchi " bus stop , and it takes forty-five minutes on foot . from jr nishi-maizuru station , a taxi will take you to the tower in approximately fifteen minutes . +a rajomon was a city gate built at the south end of suzaku-oji street ( a main street ) which ran north and south through the center of ancient jobo ( grid-like arrangement of streets and avenues ) cities such as heijo-kyo or heian-kyo . rajo ' means a wall of a walled city . the rajomon of heian-kyo ( in the central area of present kyoto city ) is well known . it was located around the present senbon-dori-kujo-dori facing the intersection of suzaku-oji street and kujo-dori street ( minami ward , kyoto city : approximately 100 m eastward from the intersection of kujo-shinsenbon-dori : or approximately 250 m westward from keihan-kokudo-guchi intersection ) . " shugaisho " ( an ancient encyclopedia in 14th century ) says it was ' niju-kaku-kyu-ken ' ( a two storied house with nine bays ) , and experts say it was a two storied gatehouse with nine bays and five openings . this gatehouse separated rakuchu and rakugai , or ' inside ' and ' outside ' of the capital city . sai-ji temple , and to-ji temple which still exists today , were built at the west and east guardians ' positions of the rajomon . years after the building of heian-kyo , on the night of august 16 , 816 ( old lunar calendar ) , a typhoon blew it down . it was rebuilt , but after it was destroyed again by a storm on july 9 , 980 ( old lunar calendar ) , it was never rebuilt and its remains were deserted as ukyo ( the west district of heian-kyo ) declined in population , and the security of the south area of heian-kyo steadily deteriorated along with the desolation of the country , turning the neighborhood of rajomon , the south of the capital city , into an area no one would dare to come close to . the following are well known pieces of work : a piece of yokyoku ( noh song ) called ' rashomon ' ( 羅生門 ) by nobumitsu kanze which tells the heroic story of watanabe no tsuna who battled against an oni or demon ( ibarakidoji ) that lived in rajomon ; the novel " rashomon " ( 羅生門 ) by ryunosuke akutagawa who was inspired by horror stories compiled in " konjakumonogatarishu " ( 今昔物語集 ) ( a collection of old stories from the heian period ) . in ancient times , the name used to be pronounced ' raseimon , ' following the pronunciation of the han period in china , but its reading and spelling gradually fluctuated , and after the yokyoku ' rashomon ' was announced , it settled as 羅生門 and pronounced raseimon or rashomon . recently , the notation of the gatehouse has been unified to be 羅城門 , and it is pronounced ' rajomon , ' following the pronunciation of the wu period in china . only a small stone monument stands at its location today . +mimizuka is a tomb mound that was made to bury and pay respects to severed ears and noses of dead soldiers of the korean ( joseon ) and chinese ( ming ) armies in the bunroku-keicho war ( wars initiated by the invasion of the korean peninsula by hideyoshi 's army in 1592 through to 1598 ) . it is a historic spot also called hanazuka located 100 m down the street from hokoku-jinja shrine in higashiyama ward , kyoto city . hideyoshi toyotomi was furious about the failure of his army 's first invasion of the korean peninsula , or the bunroku war . in the second invasion called the keicho war , he ordered the severed noses of killed soldiers of joseon korea and the ming dynasty to be sent to japan as proof of his army 's bravery in battle . this pressed his army to cut noses off even living women and children to send to hideyoshi . hideyoshi ordered them shown in tubs all over the streets in kyoto and osaka in order to play up the success of the battles . these noses were buried in mimizuka . a five storied pagoda stands on a tumulus-shaped mound surrounded by a stone fence . it was designated as a national historic site and was named ' stone tomb and pagoda of hoko-ji temple ' on april 12 , 1968 . it was initially called ' hanazuka ' ( nose mound ) . the name mimizuka became common after razan hayashi called it ' mimizuka ' in his book " toyotomi hideyoshi fu " ( a biography of hideyoshi toyotomi ) because severing noses was , he thought , too barbaric . in 1597 , this tomb mound was built and segaki kuyo ( a buddhist service for the dead struggling in hell ) was held on september 28 ( old lunar calendar ) in the same year . this service , segaki kuyo , conducted by a monk saisho jotai of shokoku-ji temple in accordance with hideyoshi 's wishes , is said to have been a huge one , with all the monks of kyoto gozan ( the prestigious five zen temples in kyoto ) invited . in may 1915 , the surrounding stone fence was donated by kabuki actors and other famous entertainers , and the promoter is said to have been ' fushimi no yuzan ' , a yakuza in kyoto . he also promoted the building of the incense offering platform and the stone steps in front of the mound . in those days , soldiers brought back the heads of high-ranked enemy officers that they had killed to have them examined as evidence of the achievement , and farmer soldiers or low ranked soldiers brought back noses ( ears ) to prove how many of the enemy soldiers they had killed . if they avoided this practice , it was called uchisute ( literally , kill and leave ) . they put them in salt or in alcohol to keep them from decaying while carrying them back . it was an old japanese custom to pay respects to the war dead after the examination to prevent those spirits from causing harm to living people , so these noses were treated with great respect . for a period it was removed from sightseeing courses in response to protests from koreans living in japan . a mound called ' mimizuka ' is also in kashii , higashi ward , fukuoka city ( at the side of kashii-gu shrine ) . legend has it that it was built when empress jingu 's army defeated three korean dynasties , but details are unknown . mimizuka ( azumino city ) : the ears of gishiki hachimendaio ( a local monster ) are said to be buried . mimizuka kofun : located in kotobuki , matsumoto city , nagano prefecture , its name is popular there . +kyoto shogi is a kind of board game that is played between two players . it is a very new kind of shogi , started in 1976 by katsuya tamiya . also known as kyoto silver palace shogi , or kyoto silver palace kinkei hifu shogi . the reason why the game has this name is because the back of the lance piece is gold ; it has nothing to do with kyoto . it is known for the unconventional rule that pieces should be turned over each turn . there is a story that yasuharu oyama , the 15th shogi grand master , praised the game . rules mostly the same as shogi , but differing in the following points . the board has five squares on each side . there is no home territory or enemy territory . the initial placement of pieces is as in the right figure . there are the following five kinds of game pieces . their movements are the same as in shogi . gyoku – front and back are both king ( gyokusho ) kyoto – front is a lance ( kyosha ) , back is a gold " to " ginkaku – front is a silver general ( ginsho ) , back is a bishop ( kakugyo ) kinkei – front is a gold general ( kinsho ) , back is a knight ( keima ) hifu – front is a rook ( hisha ) , back is a pawn ( fuhyo ) pieces are not promoted , instead being flipped over each time they move . that is , they change their function each turn . just as in shogi , captured pieces can be placed anywhere on the board , but can be placed either on the front or the back . also , pawns and knights can be placed on the last row . the placing of two pawns in one row , and achieving checkmate by placing a pawn , are not prohibited moves . +the kanoha group is the largest gaha ( group of painters ) in japanese art history , and was active for about 400 years from the middle of the muromachi period ( fifteenth century ) to the end of the edo period ( nineteenth century ) as a group of expert painters that consistently dominated the art world . masanobu kano , the official painter of the muromachi shogunate , was the earliest ancestor ; his descendants worked for nobunaga oda , hideyoshi toyotomi and the tokugawa shogun as painters after the collapse of the muromachi shogunate , consistently dominating the art world associated with the powers-that-be , thus greatly influencing japanese art circles as a professional painter group working on works ranging from screen paintings in the imperial palace , castles or large temples to small paintings such as those created on fans . the kanoha group is a painter group mainly concerned with consanguinity such as parents or brothers ; it reigned over the nation 's realm of art for as long as four centuries , a period unequaled anywhere in the world . prominent painters of the kanoha group include the founder masanobu kano , who worked for yoshimasa ashikaga , the eighth seii taishogun ( literally , " great general who subdues the barbarians " ) of the muromachi shogunate ; his heir , motonobu kano , a grandson of motonobu ; eitoku kano , who created screen paintings of the azuchi and osaka castles ; a grandson of eitoku , tanyu kano , who moved from kyoto to edo and supervised the creation of screen paintings of edo castle and nijo castle ; sanraku kano , who stayed in kyoto , thus representing a group called ' kyo kano . ' once the structure of the edo shogunate had become stable , the members of the kanoha group were driven to get extensive orders done for screen paintings of the imperial palace and castles as the shogunate 's official painters . in order to fulfill large numbers of orders for screen paintings , the head of the kano family needed to lead the painters so they could work in a group . consequently , the painters of the kanoha group needed to learn ancestral painting examples and ways of painting without expressing their individuality as painters . given such an historical backdrop , it can be said that the kanoha group after tanyu kano only tried to keep the tradition and maintain influence as official painters , and therefore lost its artistic drive . in the present day , an artist 's expression of individuality and mentality is valued , so the evaluation of paintings of the kanoha group is not necessarily high . however , it is a fact that the kanoha group led the japanese art world for about four centuries and that numbers of painters were developed by the group ; thus one can hardly discuss the history of japanese painting but exclude the kanoha group , whether in positive or negative terms . it is also a fact that many japanese painters after the early years of the modern age were influenced by the kanoha group and started with the influence of the kanoha group ; initially , korin ogata , of the rinpa group , and okyo maruyama of the shaseiha group had learned from the kanoha group . the kanoha group was founded by masanobu kano ( c . 1434 - 1530 ) , who worked as the official painter for the muromachi shogunate . he lived quite long for a japanese of the time ( it is commonly believed that he died at age 97 ) , and worked from the middle of the fifteenth century until the early sixteenth century . it is said that he was from the izu area , but that is uncertain . due to the progress of study after the late twentieth century , it is speculated that the kano family was somehow related to the nagao clan in ashikaga , shimotsuke province ( ashikaga city , tochigi prefecture ) ; and " waterfall , " an ink painting that remains at chorin-ji temple in ashikaga city , is considered a relatively early work by masanobu . the first painting work recorded as having been done by masanobu is the screen paintings he did of the deity of mercy and luohan in unchoin , shokoku-ji temple tower , which he did in kyoto at the age of 30 in 1463 . this was just before the turmoil of the onin war ( 1467 - 1477 ) ( as reported in inryoken nichiroku ( inryoken 's diary ) ) , which tells us that masanobu was already working as a painter in kyoto by that time . shokoku-ji temple , as the main temple building of unchoin , where masanobu created the screen paintings , is a zendera temple constructed by yoshimitsu ashikaga , the third shogun of the muromachi shogunate ; it is the heart of the muromachi art world , which produced artist-monks such as josetsu , shubun , sesshu ; moreover , in those days sotan ( sotan oguri , 1413 - 1481 ) , an artist-monk who was a disciple of shubun , worked as an official painter . although it is not exactly certain when masanobu kano went to kyoto , whom he studied under and when he became the official painter for the muromachi shogunate , it is clear ( according to certain records ) that yoshimasa ashikaga , the eighth shogun of the muromachi shogunate , gave him an important position . in 1481 , a few years after the tumultuous onin war ( 1467 - 1477 ) , which had lasted for a decade , sotan , the official painter for the muromachi shogunate , died ; thus it is thought that masanobu kano was appointed as the official painter for the shogunate , succeeding sotan . subsequently , mitsunobu tosa , of the yamatoe group ( a style of japanese painting ) who was in the postion of edokoro-azukari ( a leader of painters who worked for the imperial court ) of the imperial court , and masanobu kano of the kanga ( a chinese style of painting ) group , became two major forces in the art world . in 1482 , the former shogun , yoshimasa ashikaga , started the construction of higashiyama dono ( the predecessor of ginkaku-ji temple ) , and masanobu took charge of the screen paintings . following the death of yoshimasa in 1490 , masanobu worked for the hosokawa clan , which had political power at the time . in this way masanobu solidified his position in the art world while deepening his relationship with the powers-that-be , and built a foundation for the subsequent prosperity of the kanoha group . according to records , it is known that masanobu created works in various styles and subjects , including screen paintings and buddhist paintings ; however , all his screen paintings have been lost and the existing works are limited to small paintings such as a hanging scroll . his painting style was ' kanga , ' with ink painting based on the brushwork of sung and yuan in china , in contrast to the traditional yamatoe of his contemporary , mitsunobu tosa . although masanobu lived until age 97 , it isn 't clear what work he produced during the last 30 years , and it seems he had his heir motonobu assume the work of painting as he went into retirement . the second generation , motonobu kano ( 1476 - 1559 ) , who built the basis of prosperity of the kanoha group , was the heir of masanobu . his best existing works include the screen paintings in the hojo of daisenin , daitoku-ji temple ( the hojo , or chief priest 's room , was completed in 1513 ) and another one in reiunin , myoshin-ji temple in 1543 ( it is widely believed that the screen paintings in daisenin were not created at the time the hojo was completed but were done in a slightly later period ) . the creation of the screen paintings in the hojo of daisenin was divided among soami , motonobu and his brother yukinobu kano , depending on the room ; accordingly , motonobu took charge of " four seasons , flowers and birds " in ' danna no ma ' and " founder of the zenshu sect " in ' ihatsu no ma . ' " founder of zenshu sect " is a typical ink painting , while " four seasons , flowers and birds " is based on ink and shows a new flavor at the same time , as it uses colors only on the flowers and birds . motonobu strengthened the ties with the ashikaga shogun and the hosokawa clan as the powers-that-be , had numerous disciples and consolidated the basis of the kanoha as a group of painters . he accepted orders from court nobles , temples and shrines as well as samurai families ; and as for temples and shrines it is known that he created the screen paintings of ishiyama hongan-ji temple in osaka according to the historical record , but this no longer exists . because motonobu referred to himself as ' echizen no kami ' in his later life , he was given a priestly rank called ' hogen ' however , for posterity he has been referred to as ' kohogen ' or ' echizen hogen . ' the work is wide-ranging : he created the engi emaki of temples and shrines , votive pictures , gilded folding screens in the yamatoe style , and portraits as well as screen paintings . motonobu assumed the yamatoe painting style in kanga and ink painting ( in which his father masanobu specialized ) ; he specialized in large decorative paintings such as a fusuma ( japanese sliding door ) and a folding screen , and built a foundation for the style of the kanoha group . he is also called the founder of the early modern screen paintings as he established the concept of calligraphy painting styles such as shintai ( standard style ) , gyotai ( semi-cursive style ) , and sotai ( cursive style ) . motonobu had three sons : munenobu , hideyori and naonobu ; naonobu ( 1519 - 1592 ) ; the first , munenobu , died young , and the third son naonobu succeeded as the head of family . it is not clear why their family estate was transferred to the third son naonobu instead of hideyori , the second son . naonobu is widely known as shoei kano ( his posthumous name ) , and he was active from the muromachi period to the momoyama period . the huge " nirvana " ( six meters long ) in daitoku-ji temple is his finest work . although he participated in the creation of the screen paintings for the ishiyama hongan-ji temple with his father motonobu as well as in the creation of the screen paintings for the jukoin , daitoku-ji temple with his son eitoku , he was a less famous artist because his father motonobu and his son eitoku were more prominent . eitoku kano ( 1543 - 1590 ) , the heir of shoei , is also called kuninobu ; he is one of the most distinguished painters of the japanese art world from the momoyama period . although he created numbers of screen paintings in strict compliance with the plans of the men in power who had survived wild times--including nobunaga oda and hideyoshi toyotomi--these paintings were lost with the buildings , so relatively few of eitoku 's works remain in existence . the paintings on the partitions in the hojo of jukoin , daitoku-ji temple ( which are among his best existing works ) were created by eitoku together with his father shoei ; however , shoei had eitoku take charge of fusumae of the major room in the south front of the hojo , while he took a supporting role . in the days of feudal society it was a common practice that the head of a family would create fusumae in the major room , so it is historically believed that , at the time such paintings were created , shoei had already retired after transferring the family estate to eitoku , who was a great talent . " flowers and birds " in shitchu ( the center front room of hojo ) is very highly acclaimed among the screen paintings of hojo of jukoin . subsequently , eitoku became involved in the creation of the screen paintings in azuchi castle tower , which nobunaga oda constructed during the period from 1576 to 1579 . he created screen paintings in the osaka castle of hideyoshi toyotomi and jurakudai after nobunaga died , and in his later years also became involved in creating the screen paintings in the imperial palace . these works were highly acclaimed for their originality in the journals and records of the time , so they would be eitoku 's best works if they existed ; however , these paintings were lost with the buildings . as eitoku 's existing best works , the screen paintings in the hojo of jukoin , as previously described , are renowned as well as " foo dogs , folding screen " as former imperial property , and " urban and suburb of kyoto , folding screen , " as handed down through the uesugi clan ; it has also been said that " cypress , folding screen " in the tokyo national museum was painted by eitoku . eitoku excelled at elaborate paintings and monumental paintings , although he had no choice but to paint in the monumental painting style in order to fill a large number of orders for screen paintings . an elaborate painting is interpreted as a work described in every detail , and monumental painting is interpreted as having a high-minded style . the kanoha group also had the most important painters in the early modern ages . " viewing maple leaves in takao , " a designated national treasure , has the seal of ' hideyori ' ; it has been said that this was painted by hideyori kano ( birth and death dates unknown ) , the second son of motonobu kano ; however , it is also said that this ' hideyori ' of " viewing maple leaves in takao " is another painter called hideyori shinsho , a grandson of motonobu . soshu kano ( 1551 - 1601 ) was a brother of eitoku , also called motohide , and worked as an assistant to eitoku in the creation of the screen paintings in azuchi castle . folding screens and portraits still in existence have been attributed to him . naganobu kano ( 1577 - 1654 ) , another brother of eitoku , is renowned as the painter of " playing under the flowering trees , " a national treasure . as painters other than the direct line of the kano family , yoshinobu kano ( 1552 - 1640 ) , who painted " craftspeople , folding screen " in kawagoe kitain , and naizen kano ( 1570 - 1616 ) , who painted " hokoku festival , folding screen " in kyoto toyokuni-jinja shrine ( kyoto city ) , are well known . eitoku kano died at age 48 , preceding his father shoei ( naonobu ) . eitoku 's first son mitsunobu kano ( c . 1565 - 1608 ) and second son takanobu kano ( 1571 - 1618 ) succeeded him . mitsunobu created the screen paintings in the reception hall of kangakuin , onjo-ji temple ; in contrast to eitoku he specialized in delicate painting in the yamatoe style . such a style of painting might not have suited the public taste at the time , and the early modern essays on paintings , including " honchogashi , " generally put a low value on mitsunobu . after the death of the kano family head mitsunobu , his brother takanobu led the kanoha group because his son sadanobu kano ( 1597 - 1623 ) was only 12 years of age . under the feudal system , the family line of sadanobu , mitsunobu 's first son , was supposed to be the head of family ; however , sadanobu died without an heir at the age of just 27 , so after that the legitimacy of the kano family was the descendant of takanobu till the end of the edo period . takanobu had three sons--morinobu ( tanyu 1602 - 1674 ) , naonobu kano ( 1607 - 1650 ) and yasunobu kano ( 1613 - 1685 ) --and they respectively became the earliest ancestor of the kajibashi kano family , kobikicho kano family and nakabashi kano family . although the youngest son , yasunobu , succeeded as the kano head of family as an adopted son of sadanobu ( mentioned above ) , the most renowned painter was morinobu ( also known as tanyu ) . morinobu later became a priest and called himself tanyusai ; as a painter he is known as tanyu kano . he eventually moved to edo and solidified the position of the kanoha group in the art world more as the official painter of the edo shogunate . tanyu exercised his painting talent from childhood ; in 1612 , he met ieyasu tokunaga in sunpu at the age of 11 and obtained a residence in edo kajibashi mongai in 1621 , subsequent to which he worked based in edo and energetically created screen paintings in castles and large temples . among tanyu 's works , the screen paintings in the edo and osaka castles were lost with the buildings , but the screen paintings ( ink paintings ) in jorakuden of nagoya castle are existent , having avoided an air raid during world war ii because they had been removed from the building and evacuated ; additionally , the screen paintings in ninomaru palace of nijo castle and the hojo of daitoku-ji temple are among his best existent works . he created various kinds of works , including hanging rolls , picture scrolls and folding screens , as well as these large paintings . he created the screen paintings in ninomaru palace of nijo castle when he was young ( 25 years of age ) , and they showed dynamism in eitoku 's style ; however , the screen paintings in daitoku-ji temple , which he created later in his life ( mainly with ink and water ) , display a calm approach with abundant use of blank space . he had works in the yamatoe style in picture scrolls and folding screens as well . tanyu emphasized sketches and the copying of ancient paintings ; consequently , he left numerous sketch books and reproduction books . many of tanyu 's copies of ancient paintings ( called ' tanyu reduction ' ) are existent , which are now part of museums and collections around the nation , and they include many copies of ancient paintings whose originals are now lost , so they are valuable as data for the study of japanese art history . the kanoha group during the edo period was a huge painting group comprised of a consanguinity group mainly with the head family of the kano family and numerous disciples around the nation , thus comprising a hierarchy . they are clearly ranked : under the most prestigious four families ( called ' inner court painters ' ) there are about 15 families less prestigious called ' outer court painters ' and then the ' machi kano painters ' who catered to the demands of townspeople instead of the imperial court or temples and shrines ; and consequently their influence spread throughout the nation . the powers of the time sought the stability and continuity of feudal society , and the paintings for public places such as edo castle were supposed to be painted in the style of traditional painting examples ; they were not intended to be unique . in order to create numbers of screen paintings , one must work in a group with all the disciples ; therefore , in order to make group work easier , the ability to learn from painting examples was valued more than one 's individuality as a painter . in this respect it is undeniable that the paintings of the kanoha group lack individuality and originality . it is said that the inner court painters ranked with hatamoto and were allowed ' audience ' with the shogun as well as belting on a sword , which implies a high status . the four families of the inner court painters are the kajibashi family , with lineage of tanyu ( the first son of takanobu kano ) ; the kobikicho family ( called takekawa-cho family at the time ) , with lineage of naonobu ( the second son of takanobu ) ; the nakabashi family with lineage of yasunobu ( the third son of takanobu ) ; and the hamacho family , with lineage of minenobu kano ( 1662 - 1708 ) ( minenobu is the second son of tsunenobu kano , the first son of naonobu kano ) . because tanyu had no child , he adopted toun ( masunobu kano 1625 - 1694 ) , the son of ryujo goto , a swordsmith . later , morimasa kano ( 1653 - 1718 ) who was his biological son ( born after tanyu turned 50 ) succeeded him , but subsequently this lineage had no distinguished painter . among the numerous disciples of tanyu , morikage kusumi ( birth and death dates unknown ) , the creator of " enjoying the cool of the evening under the moonflower trellis , " is renowned . morikage was for some reason expelled from the kanoha group ; he worked in the kanazawa area later , but his records aren 't completely clear . as stated previously , the head family of kano was succeeded by the nakabashi family of yasunobu , a brother of tanyu . tokinobu kano ( 1642 - 1678 ) , a son of yasunobu , died in his thirties , and his son ujinobu kano ( 1675 - 1724 ) succeeded the family estate ; however , subsequently this lineage had no distinguished painter . itcho hanabusa ( 1652 - 1724 ) , who was popular based on his sophisticated painting style , was a disciple of yasunobu . the family that produced relatively prominent painters until the end of the edo period among the four families of the inner court painters is the kobikicho family , of naonobu 's lineage . this family line produced tsunenobu kano ( 1636 - 1713 ) , the heir of naonobu , and tsunenobu 's sons , chikanobu kano ( 1660 - 1728 ) and minenobu kano ( 1662 - 1708 ) . minenobu won the favor of the shogun ienobu tokugawa , and he later gained independence as ' hamacho family , ' which was ranked as one of the inner court painter families . besides them , koi kano ( date of birth unknown - 1636 ) was not related by blood to the kano family but , along with his brothers , was a master of tanyu ; he was allowed to use the surname of kano due to his achievements , and he worked for the kishu tokugawa family . meanwhile , a group called ' kyo kano ' remained active in kyoto , and sanraku kano ( 1559 - 1635 ) , a disciple of eitoku kano , was the pillar of the group . sanraku was from the kimura clan in omi , the vassal of hideyoshi toyotomi ; his original name was mitsuyori kimura . his best works are " peonies " and " red and white plum trees " in the main house of kyoto daikaku-ji temple , and they have colorful and decorative pictures on a golden base . sansetsu kano ( 1589 / 90 - 1651 ) , the husband of sanraku 's daughter , created the screen paintings in tenkyuin , myoshin-ji temple as well as some paintings of folding screens , which are still in existence . he had a distinctive painting style unique among painters of the kanoha group , such as distinct shapes of trees and rocks , as well as the completeness of detail . the essay on paintings made by sansetsu and edited by his son eino kano ( 1631 - 1697 ) is entitled " honchogashi , " the first full-fledge painting history book by a japanese . the kobikicho family produced michinobu kano ( michinobu eisenin ( 1730 - 1790 ) ) , korenobu kano ( korenobu yosenin ( 1753 - 1808 ) ) , naganobu kano ( naganobu isenin ( 1775 - 1828 ) ) and osanobu kano ( osanobu seisenin ( 1786 - 1846 ) ) during the late edo period . osanobu seisenin led the creation of numerous screen paintings as a master of the kanoha group during the reconstruction of the nishinomaru and honmaru palaces of edo castle , which had burned down in 1838 and again in 1844 . although the paintings are no longer in existence , numerous designs are in the possession of the tokyo national museum . seisenin also endeavored to copy and collect ancient paintings . although the painters of the kanoha group in the late edo period are not well appreciated generally , there is a move to reappraise seisenin as the progress of the study after the late twentieth century recognizes that he was a painter with good technique who eagerly studied art from ancient paintings and on to the new painting movement at the end of the edo period . hogai kano ( born in shimonoseki , 1828 - 1888 ) , a leading figure of the japanese art world during the early meiji period , like gaho hashimoto ( born in kawagoe , 1835 - 1908 ) , was a disciple of tadanobu kano ( tadanobu shosen 'in 1823 - 1880 ) , the next generation of seisenin . both hogai and gaho were from painter families of the kanoha group . the historical role of the kanoha group as a professional painter group finished as its patron , the edo shogunate , ended . +the term " shijin-so-o " refers to the topography and land physiognomy that are traditionally believed to be the best suited for the ' four gods ' that govern the four directions of the heavens in china , korea and japan . it is also called shichi-so-o topography . the four gods with an ' oryu ' ( yellow dragon ) or kirin at their center are called the ' go-jin ' ( five gods ) . however , the correspondence between the four gods and actual geography in japan differs greatly from that in china , south korea , and north korea . china and korea shijin-so-o topography in the feng shui of china and korea indicates the form of zofujusui ( storing wind and collecting water ) in which the terrain is enclosed by having tall mountains at the back ( haizan-rinsui ) , a lake , river , or sea in the front ( sui ) , and smaller hills or mountains ( sa ) on both sides . the four gods in this case are as follows : the mountains in the back are genbu ( black warrior ) ; sui in front is suzaku ( a red phoenix ) ; the left sa with genbu in the background is seiryu ( a blue dragon ) and the right sa is byakko ( a white tiger ) . in kyoto , japan it was possible to have the following association : the tanzawa mountains in the north as genbu , mt . hidari-daimonji as seiryusa , arashiyama in the west as byakkosa and ogura-ike pond in the south as suzaku ; therefore , kyoto was a land of shijin-so-o topography exactly from the perspective of the feng shui standard . however , ogura-ike pond was completely consumed by landfills , which broke the shijin-so-o topography of kyoto . mt . funaoka , which once overlooked suzaku-oji avenue , is a little too small for genbu . in the standard viewpoint of feng shui , mt . funaoka is interpreted as seiho , to which sanryu , a dragon of mountains , is headed via genbu . japan in modern japan , the interpretation that the four gods are related to ' mountain , river , road and lake , ' as shown in the following table , is generally accepted . however , this association has not necessarily been settled since ancient times . the " sakuteiki gardening book " is source of the theory that equates the four gods to ' mountain , river , road and lake . ' " sakuteiki gardening book " explains how to create a garden , taking shinden-zukuri ( a style of architecture for the residence of court nobles ) into consideration , in which the theory of ' four gods = mountain , river , road and lake ' is described as the ideal basis for such a garden . it also explains that planting certain kinds of trees can substitute ' the four gods = mountain , river , road and lake ' in the event there is no mountain , river , road and lake to represent the four gods . the interpretation that the four gods are related to ' mountain , river , road and lake ' has been generally accepted in modern japan , since the association of seiryu = kamo-gawa river ( the yodo-gawa river system ) , byakko = sanin-do road , suzaku = ogura-ike pond and genbu = mt . funaoka was relatively successful with heian-kyo as a model . in fact , " sakuteiki gardening book " mentions nothing about heian-kyo , much less the specific places of the mountain , river , road and lake . it is said that " sakuteiki gardening book " was created at the end of the heian period , judging by its content , which is why the theory of ' four gods = mountain , river , road and lake ' can only date back to the end of the heian period . therefore , we need to pay attention to the fact that there is no proof of the argument based on the assumption that this theory is the ideological background for choosing the land for heian-kyo , which was built in the late eighth century . moreover , the association of mountain , river , road and lake , as allegedly done well into the heian-kyo , has been claimed since the edo period , which became the general interpretation later in the meiji period . in fact , even though a city prior to the edo period would have been designed to match the shijin-so-o topography , it is very unlikely that the four gods were mountain , river , road and lake . for example , in the imperial rescript , when building the capital , heijo-kyo is described as follows : right now , the place of heijo is in accordance with the painting of four beasts ; three mountains assuage things , and turtle augury tells the same . ' the phrase ' accordance with the painting of four beasts ' here means shijin-so-o topography , which confirms that during the nara period heijo-kyo was considered to be the place having shijin-so-o topography . the location of heijo-kyo doesn 't apply to a mountain , river , road and lake as described for heian-kyo . however , as long as it is associated with shijin-so-o topography it is likely that another interpretation would have been accepted during the nara period . shirin saiyo-sho commentary in the late kamakura period mentions that ' the central mountains are related to genbu , and the people , panoply and oven are related to suzaku ... , ' which shows that suzaku was associated with ' people , panoply and oven . ' moreover , " ryueihikan " mentions that ' winds of the edo castle merit the position of the world 's castle , and its land coincides with shijin-so-o topography ' . the author of " ryueihikan " , yamon kikuchi , considered that edo castle was built on the land coinciding with shijin-so-o topography . but if applying the theory that ' four gods = mountain , river , road and lake ' , then tokyo bay , which is likely to be suzaku ( god said to rule over the southern heavens ) , spreads from east to south-by-southeast , and koshu-kaido road , which is likely to be byakko ( god said to rule over the western heavens ) , only stretches to the west no matter how you see them in their favor . " it is far-fetched to say that such geography matches the theory of ' four gods = mountain , river , road and lake . ' furthermore , the interpretation that himeji castle , fukuyama castle ( bingo-no-kuni ) or kumamoto castle matches the shijin-so-o topography of ' mountain , river , road and lake ' theory emerged later . as for nagoya castle , " kinjo-onko-roku records " mentions that ' your great castle has roads open to four directions , and people gather from all over the world ; like the world 's castle , it places chokepoints at about 40 kilometers ; it has mountains in the east , the sea in the south , kiso-gawa river in the northwest , and in between it installs strategic stops at a distance of about 140 kilometers ( omission ) ; lying ahead , a fort on mt . yagoto in the east , saya and the armed camp in kiyosu in the west ( omission ) ; with the castle , camps and walls , these indicate the key castle of shijin-so-o topography . ' the shijin-so-o topography described in " kinjo-onko-roku records " is not ' mountain , river , road and lake , ' either . there is no concept of certain fortune on a certain direction in the feng shui of ancient china , so it is an original japanese concept to abhor kimon ( the direction of northeast , called an ogre gate ) and urakimon ( the direction of southwest which is the opposite side of kimon ) . in this sense , one must doubt the theory expressed in " kamadoyama kyuki histroy book " that dazaifu tenmangu shrine was made based on feng shui according to the description that kamado-jinja shrine was made to protect kimon of dazaifu tenmangu shrine at the time of its construction . this is how the interpretation of shijin-so-o topography has changed from ancient times to the early modern times , and it is believed to be unique and different from the feng shui of ancient china . grand sumo - the four tassels with different colors above the sumo ring were relics of four pillars that originally held up the roof of kataya , indicating the four gods . +shomyo is one of the traditional forms of japanese music . it is a chant of buddhist scriptures and a religious music for ceremonies . it is also called bonbai and bonnoku in japanese . it is written as 聲明 in the old form . shomyo is the name for one of the academic fields ( gomyo ) of ancient india . gomyo refers to five academic fields - shomyo ( phonology and grammar ) , kugyomyo ( technics and technology ) , ihomyo ( medical science ) , inmyo ( ethics ) and naimyo ( study of a scholar 's religion , as in buddhism for a buddhist ) . it was introduced to japan together with buddhism and became well established . there is a record that a buddhist ceremony involving the use of shomyo was held at the opening ceremony for the todai-ji temple great buddha eye in 754 , so it is believed that shomyo flourished during the nara period . during the early heian period , saicho and kukai introduced shomyo and founded tendai shomyo and shingon shomyo , respectively . buddhist sects other than the tendai-shu and shingon-shu sects also have their own shomyo , each of which has been handed down to the present day . because shomyo was passed down by kuden ( handing down from month to ear ) , there was no musical notation . therefore , its initiation was extremely difficult . later , hakase was invented as an equivalent of musical notation . there are differences in technical terms ( such as hakase ) in each school . however , hakase was a reference to chant , and in order to learn shomyo , kuden ( also called roi , or direct initiation by an instructor ) was necessary ; therefore , conservation and inheritance were impossible from the perspective of a master to a disciple . therefore , the development of instructors and successors was a must . numerous schools were extinguished due to various circumstances . tendai shomyo developed independently , in accordance with what saicho had introduced . after saicho , ennin and annen made it prosperous . ryonin , the founder of yuzunembutsu-shu sect , is known as the patriarch of the restoration . in 1109 , ryonin built raigoin temple ( sakyo ward , kyoto city ) in ohara , kyoto . raigoin temple , in ohara , was called gyozan as the temple 's title , having been named after gyozan , the birthplace of shomyo in china . before long , raigoin temple and shorinin temple were known as the dojos of ohara school gyozan shomyo . jakugen developed a school later , so there were two schools of shomyo in ohara . subsequently , shukai restored ohara shomyo . tanchi established a stream based on a new form of music theory . since then , it became the center of tendai shomyo , and it has been inherited by the present tendai shomyo . the yuzunembutsu-shu sect , jodo-shu sect and jodo shinshu sect represent the lineage of tendai shomyo . shingon shomyo has been passed down to the present day based on what kukai introduced . shomyo was systematized after shinga . particularly , kancho was known as the patriarch of the restoration . he worked on the composition and control of shomyo . there were numerous schools until the kamakura period , but the princely priest kakusho reorganized them into four : the honsoinryu school , shinsoinryu school , daigoryu school and nakagawa-daishinryu school . shomyo , of the kogi ( old ) shingonshu sect , declined and became extinct with the emergence of the edo period . the honsoinryu school , shinsoinryu school and daigoryu school were extinguished by the middle of the meiji period . currently , it is divided into chizan shomyo ( chishakuin , kyoto ) , buzan shomyo ( hase-dera temple , nara ) , nanzan-shinryu school ( mt . koya-san and kogi shingonshu sect temples , kyoto ) . chizan shomyo and buzan shomyo ( shingi ( new ) shingonshu sect shomyo ) : shomyo of chizan-ha buddhists , shingon-shu sect and that of buzan-ha buddhists , shingon-shu sect were originally derived from the nakagawa-daishinryu school . raiyu took in the traditional school of daigo . in 1585 , when negoro-ji temple ( wakayama prefecture ) was burned down by hideyoshi toyotomi and went into decline , the chizan and buzan schools formed a school based on the traditional school of daigo . it features buzan 's ' logic ' and chizan 's ' shomyo . ' nanzan-shinryu school ( kogi shingonshu sect shomyo ) : this school is based on the nakagawa-daishinryu school . the nakagawa-daishinryu school has daishin , of naka-no-gawadera temple , nara , as the founder of the school . during the years 1232 and 1233 , shoshin , of sanboin temple in renge-dani ( mt . koya-san ) , moved his stronghold to mt . koya-san . later , it was called the nanzan-shinryu school , being named after nanzan , another name for mt . koya-san . it is also called the shinryu school or the yasan shinryu school . the music of heikyoku , yokyoku , minyo or joruri can be said to be variations of shomyo . its has had a great impact on monophony ( unaccompanied music ) . +gagaku is one of the traditional forms of music in japan , china , the korean peninsula and vietnam . the japanese gagaku ( an important intangible cultural heritage ) passed down in the gakubu section , shikibu-shoku department , of the imperial household agency , is mainly described here as follows : the original meaning of gagaku is ' gasei-no-gakubu , ' and its antonym is ' zokugaku ( worldly music ) . ' the gakubu section , shikibu-shoku department of the imperial household agency , defines it as the numbers played by the gakubu section , shikibu-shoku department of the imperial household agency ( except for western music ) . most consist of instrumental music that has been inherited as court music . it is the world 's oldest extant style of traditional music played in a large-scale ensemble . however , the original ensemble form of gagaku was discontinued for more than 100 years until the tokugawa shogunate gathered the descendants of the musicians ( raku families ) and rebuilt it after the turmoil of the onin war , and it is doubtful how faithfully the style from the heian period has been inherited . the features of pronunciation of the japanese language before the sixteenth century are passed on without change : the line of ha is pronounced as fa , fi , fu , fe , fo , when singing the musical score of the hichiriki instrument written in katakana as shoga , for example by chanting the letters of the musical note to recite the melody , which implies that the whole style can be quite faithfully recreated . the musical score written in chinese characters , such as that of the gakubiwa instrument , has many similarities to a biwa musical score discovered in dun huang , china , and several older forms introduced from the asian continent have been inherited . as the most important historical data , " taigen-sho , " written by toyohara no muneaki ( 1450-1512 ) , which expresses concern about the dissipation of the records of gagaku and others due to the turmoil of the onin war , can be cited . this is a valuable record of gagaku in the old days , in which muneaki from a raku family of sho flute compiled the records of gagaku , mainly about the sho flute and bugaku ( gagaku piece with dance ) . it is one of the three largest gakusho ( records on gagaku and bugaku ) books . it consists of 13 volumes in 22 books . it was completed in 1512 . it is based on the ceremonial music introduced from china , the korean peninsula and south asia prior to the tenth century . in china , gagaku ( ya-y ? e ) meant the music played in ceremonies . togaku music , however , which is said to have been introduced from china and is presently played as japanese gagaku , is believed to be based on the music played in the tang period at a party called the engaku . its relationship to the vietnamese gagaku ( nhã nhạc ) , which assimilated chinese traditional music as japan did , as well as the national traditional music in south korea , is equivalent to a brotherly relationship . as for the categories of numbers , international names including togaku , komagaku and rinyugaku ( music of champa ) have been brought over , and the elements of japanese ancient music before the introduction of the music from the continent were included . before the modern age , the tennoji gakuso theater in shitenno-ji temple ( osaka city ) with the oldest style , the ouchi gakuso theater in the imperial court ( kyoto ) and the nanto gakuso theater in kasugataisha shrine ( nara city ) were called sanpo gakuso theaters . these gakuso theater companies were called to tokyo during the modern age and became the basis for the current gakubu section of the imperial household agency , but the tradition of each gakuso theater company has continued in each place . moreover , it has mutually affected minyo and shomyo , and the japanese original style has been created . presently , about 100 numbers are inherited in the gakubu section , shikibu-shoku department , of the imperial household agency . japanese traditional numbers ( kuniburi-no-utamai dance ) kagurauta song ninjomai dance azuma-asobi surugamai dance motomegomai dance yamatouta song ( waka ) yamatomai dace ( wabu ) kumeuta song kumemai dance outa song gosechi-no-mai dance ruika song yuki and suki for the lyrics , see the section on kuniburi-no-utamai dance . introduced numbers from abroad ( there is an opinion that they should be taken only as gagaku ) sahomai dance and togaku music , from china , tenjiku ( india ) , rinyu ( south vietnam ) uhomai dance and komagaku music from korea and bokkai ( northeastern region of china ) these include the numbers created in japan ( japanese music ) imitating the above tunes . songs made during the heian period ( utaimono ) saibara roei imayo see the section on utaimono for the lyrics . * kuniburi-no-utamai dance and utaimono may be generically called ancient songs . performance exclusively with instruments is called kangen music , which is mainly performed indoors , and performance with dance is called bugaku , which is mainly performed outdoors . a piece of music has jo , ha and kyu , and respectively they are equivalent to the first , second and third movements in western music . jo has the slowest rhythm , and its melody is played with a free pace . ha has a slow rhythm , but the tempo is fixed and there are eight beats to a bar . kyu has a faster rhythm , and its tempo is based on four beats to a bar . however , some numbers don 't necessarily have a fast tempo in kyu , so this means it is the third tempo of a piece of music . in most cases , only ha or kyu is played . playing jo , ha and kyu all the way through is called ' ichigu . ' although there used to be several kinds as tones of music , today there remain six kinds in togaku music and three kinds in komagaku music . g ryosen sojo tone ( spring ) d ryosen ichikotsucho tone am rissen oshikicho tone ( summer ) and koma-sojo tone e ryosen taishikicho tone em rissen hyojo tone ( fall ) and koma-ichikotsucho tone bm rissen banshikicho tone ( winter ) fm rissen koma-hyojo tone ( the note of the ti in sojo , ichikotsucho and taishikicho tone is a semi-tone lower than the equivalent major scale of the western system ( being equivalent to the mixolydian mode ) ) . ( the note of la in the oshikicho , hyojo and banshikicho tone is half a tone higher than the equivalent natural-minor scale of the western musical scale ( equivalent to the dorian mode ) ; the note of the koma-hyojo tone is the same as the western musical scale . ) it is also possible to play gagaku with another tone that differs from the familiar repertoire ( being called ' watashimono ' ) . in this case , being different from the transposition of western music , the melody line varies slightly because it is played along with the musical scale that constitutes the tune . for example , when comparing " etenraku " in the hyojo tone and banshikicho tone , the hyojo tone has ' d-eebbabeeede , ' which would become ' g-aaeedeaaaga ' after transposing a perfect fifth below , based on the principle of western music . whereas , the banshikicho tone has ' g-aaffefbbbab , ' which shows its transposition of a perfect fourth below , from the middle . this is partly because the instruments used today have hyojo tone ; particularly , the hichiriki instrument playing the main theme has a narrow range , which has no choice but to play by changing partly when playing in another tone . in such a part , the melody close to the original sound is played collaterally on the ryuteki flute , and playing the part with the gap ( called heterophony ) creates a unique flavor . it is in fact more complicated , and if one compares " etenraku " of the oshikicho tone or of the banshikicho tone with that of the familiar hyojo tone , it has a totally different atmosphere and no one could think it was the same number . the musical score is created separately , and shoga is also changed . in " karyobin , " the name of the number is changed to " tori " in watashimono . in fact , the rhythm may be also changed in watashimono . some numbers played with the tada-byoshi beat ( sextuple measure ) in kangen music are changed to the yatara-byoshi beat ( quintuple measure ) in bugaku music . changing the tone row or the rhythm used in a number is a feature in common with ragamalika ( playing with changing ragas ) and talamalika ( playing with changing rhythm ) in indian ancient music ; particularly , the concept of haku beat in gagaku is close to that of the tala in india , as noted by fumio koizumi . kuniburi-no-utamai dance is included in a broad sense . the classification below has exceptions , but there are also different opinions . the bugaku introduced via tang is called sahomai dance ( samai dance ) , and its accompanying music is called togaku music . the bugaku introduced via the korean peninsula ( goryeo ) is called uhomai dance ( umai dance ) , and its accompanying music is called komagaku music . hiramai dance is also called bunnomai dance , which is a gentle dance that doesn 't incorporate the arms . it is danced with tsune-shozoku costume ( kasane-shozoku costume , bane-shozoku costume ) and no mask , and most often it is performed by four dancers . as exceptions , " enbu " is performed by one dancer with a pike , " seigaiha , " " karyobin " and " kocho " are danced with betsu-shozoku costume , and " ama " and " ninomai " are danced while wearing a mask and having shaku and bachi beaters . hashirimai dance is a heroic dance with a valiant mask , bachi beater and pike , and it has active movement compared to hiramai dance . it is danced in the betsu-shozoku costume by one dancer ( either two dancers or one for " nasori " ) . bumai ( bunomai ) dance is a valiant dance performed with a sword or a pike . it is the word opposed to ' bunnomai dance . ' it 's performed by either two or four dancers . dobu ( warawamai ) dance is bugaku performed by a boy who has not yet come of age . since the modern age it has in many cases been performed by a girl or an adult woman . the dobu dance has value as a rarity , particularly in the kanto region , due to its costume , mask and makeup . " karyobin " and " kocho " are only for dobu dance , and in addition many numbers , including " ranryo-o ( gagaku ) " and " nasori " have the dobu dance version . principally , dancers wear heavy white makeup but no masks , insteading having a natural face or light makeup . the onnamai dance is bugaku performed by a woman of marriageable age . although this was interrupted at the end of the heian period and existed only in documents , some groups brought it back in the 1970s . " ryukaen " was originally only for onnamai dance and had only kangen music for years . besides this , some numbers including " torika " and " gojoraku " had the onnamai dance version . principally , dancers wear heavy white makeup but no masks , insteading having a natural face or light makeup . * shows rinyu hachigaku and its tsugaimai dance . * the boldface shows bugaku music . sojo tone : shundeiraku , ryukaen ( recently restored female bugaku ) ichikotsucho tone : shunnoden , katen , shukoshi , butoraku , shinraryo-o , hokuteiraku , showaraku , karyobin * , ranryo-o ( gagaku ) * , konju * , bosatsu ( gagaku ) * , ama ( ninomai ) * oshikicho tone : kishunraku , torika , oguraku , kanjoraku , seioraku , kanampu taishikicho tone : bato * ( having dance both in saho and uho ) , sanju , taiheiraku ( chokoshi , bushoraku , gakkaen ) , keibaraku , kao-on , dakyuraku , genjoraku ( both in saho and uho ) , soninsandai , rinkokotatsu , chogeishi hyojo tone : manzairaku , sandaien , katoraku , kanshu ( gagaku ) , gojoraku , etenraku , yojo , keitoku ( gagaku ) , oshokun ( gagaku ) , rokunshi , koroji , ojo , yahanraku , funan ( gagaku ) , shunyoryu , sofuren ( gagaku ) ( soburen ) , bairo * ( togaku music with dance in uho ) banshikicho tone : soko ( gagaku ) , manjuraku * , shufuraku , rindai , seigaiha , saisoro , kenkikotatsu , somakusha , hakuchu , senshuraku ( gagaku ) , chikuringaku * all the numbers are bugaku music . koma-sojo tone : chikyu , hohin ( gagaku ) , totenraku , soshimari koma-ichikotsucho tone : shintoriso , shinsotoku , taisotoku , nasori * , kocho * , choboraku , engiraku , soriko * , ayakiri , shinmaka , shikite , onnintei , kitoku , komaboko , hassen ( gagaku ) , ninnaraku , kotokuraku , hannari , shinsoriko koma-hyojo tone : ringa empu ( shingakuranjo ( togaku music ) and komaranjo ( komagaku music ) are played simultaneously with dancers both in saho and uho ) , ikko , ikkyoku after the heian period , a togaku music number and a komagaku music number were in many cases played in a set as a tsugaimai dance . the list is shown below . the major instruments of kangen music played in concert generally consisted of eight kinds , including three winds , three drums and two strings . sho flute ( hosho ) , hichiriki instrument , ryuteki flute ( oteki ) or komabue flute or kagurabue flute gakudaiko drum or wadaiko drum ( dadaiko ) , shoko drum or oshoko drum , kakko drum or santsuzumi drum gakubiwa instrument , gakuso koto or wagon koto these instruments are very expensive , but there are less expensive ones ( made of plastic ) available for practice . besides these , other instruments such as the shaku byoshi drum may be used . because a sho flute would be out of tune if the reed were to build up condensation , it is always warmed up between performances . therefore , even in the summer a brazier or an electric heater is placed beside it . a hichiriki instrument is put into green tea so that the reed gets soft . three winds are described as follows : sho flute to express ' the light thrown from the sky . ' ryuteki flute to express ' a dragon running around freely between the sky and the earth . ' hichiriki instrument to express ' people 's voices echoing on the earth . ' these three wind instruments are collectively called the ' three winds . ' as for the major roles when playing in concert , a hichiriki instrument takes charge of the main melody . a hichiriki instrument is an instrument with unstable musical intervals . differences can be made to a major second with the same finger positions by tightening ones lips . a player starts to play as if searching from just below the original musical interval , which creates a unique atmosphere . the use of this feature facilitates a decorative style of play , such as the tremolo called ' enbai . ' a ryuteki flute enriches the melody by covering the sound a hichiriki instrument isn 't capable of producing . a sho flute has the role of spicing up the tune with its uniquely divine sound , and it has the role of showing the timing of breathing or deciding the tempo for the players of the hichiriki instrument and ryuteki flute . a sho flute is an instrument used to create harmony , which is unusual for japanese music . basically , it is composed of six sounds ( using the left thumb , index finger , middle finger , ring finger and the right thumb and index finger ) , which is complicated by the mixture of the fourth and fifth intervals used in western music since the twentieth century , but it sounds clear as opposed to consonant or dissonant because the musical tuning is not equal temperament . the harmony of claude debussy is said to have been influenced by the sho flute . the ' three drums ' refers to the kakko drum ( or santsuzumi drum ) , shoko drum and wadaiko drum ; the player of the kakko drum takes a role equivalent to a conductor in western music , deciding the overall tempo . kuniburi-no-utamai dance shaku byoshi drum , wagon koto , hichiriki instrument , kagurabue flute ( wabu , kagura ) , komabue flute ( azuma-asobi ) , ryuteki flute ( gosechi-no-mai dance ) kangen music ( kangen bugaku ) kakko drum , gakudaiko drum , shoko drum , sho flute , hichiriki instrument , ryuteki flute , gakubiwa instrument , gakuso koto togaku music ( saho ) kakko drum , wadaiko drum , oshoko drum , sho flute , hichiriki instrument , ryuteki flute komagaku music ( uho ) santsuzumi drum , wadaiko drum , oshoko drum , hichiriki instrument , komabue flute saibara , imayo shaku byoshi drum , sho flute , hichiriki instrument , ryuteki flute , gakubiwa instrument , gakuso koto roei shaku byoshi drum , sho flute , hichiriki instrument , ryuteki flute urayasu-no-mai dance ( reference ) shaku byoshi drum or gakudaiko drum ( general wadaiko drum is also ok ) , wagon koto or gakuso koto ( the so instrument of ikutaryu or other schools is ok ) , hichiriki instrument , kagurabue flute although the official costume of a player is principally ikan ( costume worn by court nobles and officers when they are on duty at the imperial palace ) or kariginu ( informal clothes worn by court nobles and officers ) , shrines and temples , as well as private tradition groups mostly use hitatare ( a kind of traditional japanese clothes ) , in keeping with the gakubu section assigned to hitatare after the meiji period . as for hitatare , a beautiful fabric called miruiro is used , which changes its colors when seen from different angles . on informal occasions , relatively reasonable byakue and sashiko ( equivalent to the ordinary clothes of a shinto priest ) are used , but in rare cases unified yukata ( japanese summer kimono , following zokugaku 's run-through in yukata ) are used in the summer . when not unifying the costumes , a clerical robe may be used for priesthood , and a woman 's shinto priest costume , mediumistic costume or general kimono may be used for a woman . generally , makeup is not applied ( women may have light makeup , but no lipstick in the case of the three winds ) , but heavy makeup may be applied in the event there will be dancing or certain festivities . the costumes of dancers are mostly white for kuniburi-no-utamai and utaimono , red for togaku music , and green , brown and brownish-yellow for komagaku music . respectively , there are costumes only for a certain number ( betsu-shozoku costumes ) and those commonly used for more than one number ( tsune-shozoku costumes , etc . ) . specified masks may be worn , depending on the numbers . in the case of numbers without masks , or numbers with masks assigned and played by a woman , or a boy or girl , they may be performed with a natural , unmasked face or with makeup ( the same stage makeup as for kabuki buyo dance , depending on the group ) . in fact , these official costumes and masks ( especially betsu-shozoku costumes , and costumes for dobu dance above all ) are very expensive , so the shrines , temples and groups that can afford to buy them are limited to large temples and shrines , or to groups that are financially prosperous . additionally , most costumes except for those of dobu dance are made for adult men or women : they are heavy , the eyesight is limited when wearing a mask , the difficulty level in choreography such as handling the long part of the costume ( hem , ancient skirt , etc . ) is high ; however , the traditional groups in east japan have mostly adult members and cannot afford , so the development of children 's participation is not active enough ; even when developing them , it is limited to kangen music or " urayasu-no-mai dance " for which reasonable costumes can be used in an informal style , and in most cases bugaku is not performed or is limited to adults . therefore , the dobu dance has value as a rarity , particularly in the kanto region . currently , as one of the projects of the national theater , there are attempts to restore the instruments and numbers that had been eliminated . generically , this is called ' reigaku ' or ' engaku . ' reigakusha , of which sukeyasu shiba is the musical director , has performance activities . the kugo instrument , gogenbiwa instrument , genkan instrument , haisho flute , shakuhachi flute ( different from shakuhachi in modern time japanese music ) , sho flute , hokyo percussion , etc . in the meiji period , kugo instruments and gogenbiwa instruments were also restored , with reference to the remaining pieces kept in shosoin . although they were sophisticated as craftworks thanks to the techniques of lacquer craftworks and mother-of-pearl works successively handed down from the edo period , the tension of the strings cannot withstand performance , and the restoration of instruments for performance was done after the showa period . gagaku instruments are used in the music of religious rites and festivities . kagura made after the modern age , including ' urayasu-no-mai dance , ' ' yukyu-no-mai dance , ' ' toyosaka-no-mai dance ' and ' asahimai dance ' ( kagura made after the modern age ) sennen-no-hibiki ' mixed with buddhism shomyo after restoring the ancient instruments of shinnyo-en kibigaku , ' born in okayama prefecture ( kurozumikyo sect and konkokyo sect ) , with the elements of gagaku , and nogaku and zokugaku mixed chuseigaku ' as festivity music of konkokyo sect created by otondo ohara , master of the music section of the konkokyo sect the national theater requests new works from domestic and foreign composers of the day for the organization of gagaku , and performs them . private sectors other than the national theater make similar efforts . particularly , ' shuteiga-ichigu ' ( 1973-1979 ) , by toru takemitsu , is frequently played due to its excellent interpretation , and this is an essential number for modern gagaku . in the field of pops , hideki togi , a hichiriki player , plays arranged and original popular music using the hichiriki sound and frequently comes out in the media ; he has renewed the image of gagaku and introduced it to the public . other than togi , there is also a performance group that uses gagaku instruments and an art group that creates modern gagaku music with a focus on the analysis and study of music theory , etc . see further details in the " modern gagaku " section . anbai this is equivalent to melisma in western music . it is a kind of portamento that gradually moves to a closer interval . from the state of changing the intervals slowly and carefully , it is used to mean a state of doing things with checking the degree of completion . yatara , yataramettara and metta it is written as 矢鱈 in chinese characters today , which is a phonetic equivalent soseki natsume made , but this originally indicates a beat of gagaku . it is an irregular meter connecting the rhythmic cells of binary and triple measures . accordingly , it indicates an exaggerated gesture or state that is out of rhythm and therefore insane . tara is derived from tala ( rhythm ) of sanskrit . uchiawase ( meeting ) it stems from the final rehearsal with percussion , after the practice of wind instruments . yabo ( rudeness ) it stems from not using the sound of ' ya ' and ' bo ' out of the 17 tubes of a sho flute . samaninaru / samainaru ( looking good ) by extension of proficiency of the samai dance umai ( skillful ) by extension of the umai dance ninomai-wo-mau ninomai ' is a tsugaimai dance performed together with ' ama , ' ; exceptionally , both of them belong to saho but only for costumes , while uho costumes are used in ninomai . the situation is , after ama is performed well , ninomai dancers try to imitate the performance , but they cannot perform well and make funny movements . accordingly , it indicates failure after imitating somebody else 's success . it is principally incorrect to mean repeating somebody else 's mistake . roretsu it was also read as ' ryoritsu ' in old times . ryo and ritsu are large classifications of musical tones in gagaku ( see " tone of music " as described above ) , roretsu means the tone of music in a broad sense . the expression ' roretsu-ga-mawaranai ' has been used when trying to perform a number made for ryosenpo with rissenpo ; the tone becomes strange and the notes become off-key ( accordingly , when words cannot be continuously pronounced well in the context of a speech or a chant ) . ninoku-wo-tsugenai ( to be dumbstruck ) it stems from the difficulty of singing when moving from the first phrase to the second in roei , when suddenly the notes become high . gagaku performed at shrines or other places and allowing recording or shooting . * has the dobu dance ( with a boy or girl in heavy makeup ) . hokkaido the tohoku region kita-kanto early may : an evening of gagaku - gunma prefecture gokoku-jinja shrine ( takasaki city ) early october : fall concert of gagaku - nukisaki-jinja shrine ( tomioka city ) mid-november : bugaku festival - kasamainari-jinja shrine ( kasama city ) * minami-kanto early july : an evening of gagaku - omiya hachimangu ( suginami ward ) the koshinetsu region the tokai region april 16 : toshogu festival - nagoya toshogu ( naka ward , nagoya city ) april 29 : spring kagura festival - ise jingu ( ise city ) * may 1 : bugaku shinji ritual - atsuta jingu ( atsuta ward , nagoya city ) * the hokuriku region kyoto prefecture early april : flower festival - kannon-ji temple ( yamazaki shoten temple ) ( oyamazaki-cho ) * mid-may : mifune festival ( ukyo ward , kyoto city ) * july 7 : water festival - kibune-jinja shrine ( sakyo ward , kyoto city ) * september 15 , before dawn : iwashimizu festival - iwashimizu hachimangu ( yawata city ) * mid-november : arashiyama momiji festival ( ukyo ward , kyoto city ) * other areas in the kinki region april 22 : shoryoe - shitenno-ji temple ( tennoji ward , osaka city ) * may 5 : children 's day bugaku concert - kasugataisha shrine ( nara city ) * may , kaminou day : unoha shinji ritual bugaku dedication - sumiyoshitaisha shrine ( sumiyoshi ward , osaka city ) * june 10 : rokokusai festival - omijingu ( otsu city ) harvest moon : full moon festival - sumiyoshitaisha shrine ( sumiyoshi ward , osaka city ) late september : an evening of gagaku - ikuta-jinja shrine ( chuo ward , kobe city ) november 3 : culture day bugaku concert - kasugataisha shrine ( nara city ) * the chugoku region shikoku kyushu +oni is a japanese specter . in folk tales and local religions it symbolizes something bad , frightening or strong . accordingly , the word oni means ' strong ' and ' bad . ' ( explained also in oni ( disambiguation ) ) the image that the modern japanese generally associate with ' oni ' is a big man with horns and curly hair on the head and fangs in the mouth , sharp claws on the fingers , wearing a tiger-skin fundoshi around the hips and carrying an iron bat with a spiny surface . this stems from the fact that the direction between ushi ( ox ) and tora ( tiger ) , which is northeast ( ushitora ) , is called kimon ( ogre gate ) , and an oni was supposed to have the horns and body of an ox , have the fangs and claws of a tiger and wear a tiger skin . this image was established during the heian period . incidentally , when the direction of ushitora is assigned to kimon , the counter directions of monkey ( saru ) , pheasant ( tori ) and dog ( inu ) are assigned as guards , which sought to kill oni in the story of momotaro ( peach boy ) , it seems to have some kind of meaning . shuten-doji is supposed to have red hair and horns , with his beard , hair and eyebrows all connected , and to have hands and feet like the paws of a bear . oni didn 't originally have such a specific figure , and it was sometimes invisible as per its origin word ' onu , ' as described below . on rare occasions it appears as a beautiful person of the opposite sex and can seduce young men and women . the present image of oni is mixed with rasetsu , of buddhism . because oni appears in folk tales most often with gold or light brown hair and red skin , it is said that japanese people who had never seen foreigners mistook pirates from russia or other countries for monsters ( as lightly pigmented skin turns red due to sunburn ) . the word ' oni ' derives from onu , which originally meant invisibility and unworldly things . by extension , it meant things transcending people 's power ; subsequently , the image of a humanoid bringing harm to people became well established in legend . furthermore , it is integrated with the yin-yan and pure land philosophies , and it has been regarded as the gokusotsu ogre working under the ogre enma in hell . hyakkiyako is a monster parade that has been said to march through the capital during the heian period . " uji-shui monogatari ( tales from the uji collection ) " introduces a story in which an ascetic monk met hyakkiyako at ryusen-ji temple in chapter 17 of volume 1 . " konjaku monogatarishu ( tales of times now past ) , " in volume 14 , also introduces a story that a young man met hyakkiyako . at the time , people were afraid that they would die or become sick if they saw a hyakkiyako , but in both of these stories faith saved the protagonists . volume 1 of " uji-shui monogatari " has a folklore of the old man with a wen , and the old man saw various oni , who are odd-looking , such as a red one , one with an eye or one without a mouth . they are four ogres which are said to have worked for chikata fujiwara . see " the four ogres of chikata fujiwara . " this is an island where only female oni live , as described in " konjaku monogatarishu . " later , it was believed to lie to the south or the east of japan . see " rasetsu-koku . " a man who was greedy during his life is supposed to have fallen into the preta world and become a preta . oni is supposed to play a role of gokusotsu ogre working for enma ogre in hell . while stories that oni takes the form of a human and attacks people go around , there are also stories that being full of hatred and jealousy will make a human change into oni . as major examples , stories that a woman who changed into oni out of jealousy are introduced in ' kanawa ' and ' momijigari ( noh ) ' in noh . hannya mask ( female demon 's mask ) ' is a typical example . specific oni ( or a human regarded as oni ) oni with names are mostly called ' doji . ' shuten-doji ibaraki-doji momiji legend ( momiji ) kinojo ( ura ) kurozuka ( a hag in adachigahara ) suzuka-gozen otakemaru akuji-o / akuro-o uji no hashihime ryomen-sukuna gozumezu sokushitsuki and so on . places associated with oni mount oe , where shuten-doji is said to have lived . oe-cho , kyoto prefecture , at the foot of the mountain ( now fukuchiyama city ) , is famous for promoting itself as ' oni 's home . ' mount ibuki the kizumi and sasuto mountains are the site of japan 's oldest oni legend , which was handed down in hoki town , tottori prefecture . kitakami city , iwate prefecture nakatsu city , oita prefecture , where what appears to be a mummy of oni is found in juppozan daijoin . akumikanbe-shinmeisha , a shinmei-jinja shrine in toyohashi city , aichi prefecture a well-known strange festival , the oni festival--an officially designated significant intangible folk cultural asset--is held . additionally , other oni myths have been handed down in various forms throughout japan . in china , oni ( guei ) indicates a ghost , the spirit of a dead person and chinese religion ( taoism ) . it is closer to the japanese ' apparition ' in terms of its implication . because in china it is taboo to call upon oni directly , it is also euphemistically called good brothers . this idea spread throughout japan so the death of a person became expressed as ' kiseki ni iru ' ( join the ranks of oni ) ; this image mixed together with the original meaning has remained . therefore , expressions with ' oni- ' in chinese don 't necessarily imply bravery . in the japan army before the war , a particular general was called ' oni shogun ' and he was proud of it as a military man ; but in fact it was to make fun of his thin appearance , which explains this . regarding the bunroku keicho no eki war , it is said that the army led by yoshihiro shimazu was called ' oni shimazu ' and was feared by the ming army , but this ' oni ' is used as an expression of contempt for a worthless or disgusting man instead of implying bravery . from their xenophobia , they call westerners ' western oni , ' and for the same reason the japanese who subsequently advanced are called ' orient oni . ' once , the chinese public called japanese prime minister ' koizumi ko-oni ( koizumi , little demon ) , ' which doesn 't mean they were afraid of him but that they were making fun of him . terms derived from oni phenomenon : oni-bi ( unidendifiable fireball floating in the air ) place name : oni-oshidashi , onigashima , onigajo , onigajoyama , oni-mura design : oni-gawara ( a type of roof ornamentation ) play : oni-gokko ( tag ) creature : oni-yanma ( largest kind of dragonfly in japan ) others : various oni are frequently depicted in fairy tales , and in most cases they are defeated by the main character . issun boshi ( one-inch boy ) and momotaro are the major examples . the motif of oni extermination has been seen since old times , and watanabe no tsuna is said to have exterminated lots of oni , including shuten-doji . in the early modern period , some fairy tales including " naita akaoni ( red ogre 's tears ) " ( hirosuke hamada ) and " onita-no-boshi ( onita 's hat ) " ( kimiko aman ) have indicated that there are some oni , supposedly bad but still with tenderness of heart , besides the bad oni . " momotaro " " kobutori jisan ( the old man with a wen ) " " naita akaoni " ( hirosuke hamada ) " onita-no-boshi " ( kimiko aman ) other than fairy tales , it is limited to fantasy or science fiction as literature , because it is an imaginary creature . woman washing blue ogre 's loincloth ' ' under the blooming cherry trees ' ( ango sakaguchi ) " oni " ( medium-length stories ) ( juko nishimura ) " shinikata ( how to die ) " ( short story ) ( yasutaka tsutsui ) " fusatsuki ( fusatsu ogre ) " ( kei shimojima ) there are many cases in which oni appears as an oppressed , heteromorphic being . works of go nagai go nagai has featured oni for a key player of his works , as a symbol of cruel and illogical violence at times , and as an oppressed heteromorphic being at other times . " oni -revolt in 2889- " " shuten doji " the " getter robo " tv series the empire of ogres appears as the enemy . they have those who have always been oni and those who were re-created from humans . also , in the ova series " new getter robo , " oni and ogre beasts in the shape of huge oni appear as mysterious enemies . " onikiri maru ( ogre slayer ) " " lum , urusei yatsura " ( rumiko takahashi ) although ' lum , ' an alien girl in the shape of oni , appears , she is only ' an alien girl in the shape of oni . ' " jigoku sensei nube ( hell teacher nube ) " oni in the hell appear . an oni is sealed in the main character 's left hand , with which he exorcises spirits . oni is a symbol of strength as well as evil . " haruka naru toki no naka de ( beyond the stream of time ) " those who are called oni and discriminated appear . this may come from fear of the ancient japanese against foreigners , since they feature ' blond hair and blue eyes . ' " higurashi no naku koro ni ( when cicadas cry ) " " shaman king " " momogumi plus senki ( peach class and war chronicle ) " " hyakuju sentai gaoranger ( gao ranger fighters of all beasts squadron ) " enemies called org ( which seems to come from " ogre , " an english word for oni ) appear . they are mainly with concept like tsukumo-gami deity , and shuten , ura and rasetsu as bosses ( highness duke ) have famous oni names , shuten-doji , ura ogre and rasetsu , respectively . " kamen rider hibiki ( masked fighter hibiki ) " a human who has had hard training and gained the ability to transform himself is called oni . in this series , oni is considered to be a good being . " kamen rider den-o ( masked fighter den-o ) " the imagine ( monster ) , momotarosu possessed the main character and became a red ogre of " momotaro " from its image . " ojarumaru , prince mackaroo " " jigoku sensei nube " " gag manga biyori ( great day for gag comics ) " " akaoni to aooni no tango ( tango of red ogre and blue ogre ) " ( isao bito ) a song introduced in " minna no uta ( children 's songs ) " on nhk ( japan broadcasting corporation ) . " onitaiji ( oni extermination ) " ( chisato moritaka ) oni appeared on the stage in the " kokontozai - oni ga deruka ja ga deruka tour ( all ages and countries , tour to see ogres or snakes ) . " gesture because oni is basically a scary thing and oni mostly has an angry face , as a means of expressing someone ( the third person ) who is angry or is in a bad mood , there exists a gesture to put both index fingers over the head resembling the horns of oni , for the purpose of giving a warning to others ( without being noticed by the person in question ) so as not to get in trouble with that person . +yudofu is one of the dishes made with tofu . it 's a typical winter hot-pot dish . place kelp in the bottom of a pot , put bite-sized tofu into the water in the pot , and eat it with dipping sauce , removing it from the water once it 's sufficiently warm . it is supposed to be good to eat tofu when it sways , but without over-boiling it . in any case , tofu , water and kelp are the only ingredients , but they all must be of good quality . particularly , good water is an absolute necessity , and therefore the ones from kyoto are renowned . the dipping sauce ( a kind of soy sauce ) uses a mixture of soy sauce , sake , mirin and stock , or ponzu soy sauce ; for the condiments , green onion , yuzu , grated daikon ( grated daikon and red pepper ) or dried bonito shavings are often used . it is said that adding a pinch of salt or chopped daikon makes tofu soft without being pithy . chinese cabbage or slices of cod can also be boiled together with tofu . however , it is said that overly strong ingredients will spoil the traditional , light flavor of this dish . this is mainly for winter , but some people have it as a summer hot-pot dish . a character in a novel by shotaro ikenami ate one on a cold day during the rainy season ; also , ikenami wrote a short story called ' yudofu in the rainy season . ' ikenami was a gourmet , and he used broiled and sun-dried ayu as stock , which was extravagant . for ' yu-yakko ' described as ' superb ' in ' a hundred delicacies of tofu , ' a cookbook dating from the edo period , kudzuyu is used instead of water , which maintains the warmth of tofu until it is eaten and gives one the chance to enjoy the pairing of tofu and kudzuyu . there is a famous japanese poem about yudofu by mantaro kubota : ' in eating simmering tofu , one realizes that life is nothing but twilight in the end . ' +shichimi togarashi ( seven flavor chili pepper ) is a japanese blend of seven spices . it is often abbreviated as ' shichimi . ' originally , the name shichimi togarashi was used predominantly in the kyoto region ; in edo ( tokyo ) , nanairo togarashi ( written as 七種唐辛子 or 七色唐辛子 ) was the common name . the seasoning is also called nanairo tongarashi , and sometimes abbreviated as nanairo . as its name suggests , shichimi togarashi is made of seven ingredients based primarily on chili pepper . the six auxiliary ingredients provide flavors as well as reduce the spiciness of chili . while ingredients vary from manufacturer to manufacturer , the following are common : poppy seeds chinpi ( citrus unshiu peel ) sesame seeds sichuan pepper hemp seeds perilla nori ( seaweed ) aonori ( green laver ; seaweed ) ginger rapeseeds shichimi togarashi is typically used as a flavoring for noodles such as udon ( japanese wheat noodle ) and soba ( buckwheat noodle ) , or sometimes gyudon ( rice covered with beef and vegetables ) . shichimi togarashi is also known as yagenbori . the name came from ryogoku yagenbori ( area near ryogoku in tokyo ) where the seasoning was made , inspired by the chinese herbal drug during the edo period , and became a popular local specialty of edo . standard types of shichimi togarashi brands include ' yagen-bori ' in front of the gate of senso-ji temple , ' shichimi-ya ' in front of the gate of kiyomizu-dera temple , and ' yawataya isogoro ' in front of the gate of zenko-ji temple ; there are also flavoring products developed from shichimi togarashi , such as kanzuri of joetsu city in niigata prefecture . yagenbori , shichimiya , and yawataya isogoro are listed as the three major shichimi togarashi in japan . +wagashi ( japanese traditional confectionery ) is a whole category of confectionary made using traditional production techniques in japan . the term wagashi is used to differentiate traditional products from european style confectionery which first entered japan after the meiji period ( 1868-1912 ) . it included togashi ( chinese sweets ) introduced by a japanese envoy to tang dynasty china , and nanbangashi ( a variety of sweets derived from portuguese or spanish recipes ) that missionaries bought with them . summary wagashi was developed as a foodstuff to be eaten during the tea ceremony with light green tea or fuller-bodied green tea and , was expected to be appealing to taste as well as visually attractive . normally , dried confectionary is eaten when partaking of light green tea whereas , fresh confectionary is provided with the fuller-bodied green tea . it is often served with japanese green tea or green powdered tea , sweet confectionaries are common . the kind of major ingredients are relatively a few , such as sugar , rice , wheat , and red beans , which are used for various wagashi . white sugar has been used as an ingredient only since recently as it was not easy to obtain during the edo period and wasanbon ( refined sugar ) sugar is said to have been contributed to the development of wagashi with its unique flavor and the right degree of sweetness . since persimmon was the sweetest extravagance prior to the use of white sugar , it is understandable the subtle flavors of wagashi . also , as mentioned above , wagashi are also required to incorporate artistic elements . during the summer season wagashi products are produced using starch , and so on to instill a sense of refreshment ; each single ingredient is chosen carefully to express the season . amongst wagashi , there is a sub-category called manufactured confectionary where the product is particularly exquisite and this product is made of edible ingredients used in making wagashi but , express an array of traditional japanese themes related to the beauty of nature . if the moisture content of the wagashi is less than 20 % , it is called higashi ( 干菓子 or 乾菓子 , dried or desiccated wagashi ) and , ones above 40 % ( yokan ( adzuki-bean jelly ) is over 30 % ) is nama-gashi ( fresh wagashi ) , ones from 20 % to 40 % is hannama-gashi ( soft , semi-baked wagashi ) . wagashi is roughly classified into these three types . fugetsudo seigetsudo honten toraya ( akasaka , minato-ku ward , tokyo prefecture ) ( kyoto ) : founded in the late 16th century . beniya tondo manju ( fukuyama ) surugaya ( wakayama ) hanazono manju morihachi ( kanazawa ) : founded in 1625 . choseiden ' is one of japan 's three famous confections . shibafune koide ( kanazawa ) : founded in 1917 . shibafune ' ( literally ' firewood boat ' ) is rice crackers coated in ginger sugar . kogetsu ( kyoto ) : founded in 1945 . senju senbei ' is two rippled rice crackers sandwiched together with cream . tsuruya yoshinobu ( kyoto ) tsuruya hachiman ( osaka ) sanjo wakasaya ( kyoto ) : founded in 1895 . kawabata doki ( kyoto ) : founded in the early 16th century . the kawabata family documents at the time of the foundation has become a cultural asset of kyoto city . from the time of its foundation until the time emperor meiji 's tokyo gyoko ( moving to tokyo ) ( march 1869 ) , they served confectionaries called oasamono ( sticky rice cake for breakfast ) to dairi ( imperial palace ) . famous for chimaki ( cake wrapped in bamboo leaves ) . sasaya iori ( kyoto ) : founded in 1716 . it is honke ( main manufacturer ) of ' sasaya ' in kyoto . famous for saomono-styled dorayaki ( rod-shaped baked cake filled with sweet red bean paste ) . oharameya ( kyoto ) : founded in 1897 in kobe and , currently based in kyoto . tawaraya ( kyoto ) : founded in 1755 . one of the oldest establishments among wagashi confectioners that remain based in kyoto . orders are taken from many places including : the imperial household agency , shokoku-ji temple , nanzen-ji temple , and so on . the karasuma store has been set up as kyo-gashi ( kyoto confectionary ) museum . saomono ( traditional sweets , such as yokan , that are cut in bite-sized pieces from long blocks ) ichimonji wasuke ( kyoto ) : founded during the heian period . famous for aburi mochi ( flied rice cakes ) . kano shojuan ( otsu ) : founded in 1958 . it serves as purveyor of the imperial household and also produces daily foodstuffs such as sesame tofu . kameya-yoshihiro mochitake ( inuyama city , aichi prefecture ) : famous for wagashi made by wrapping fine chestnuts of minokamo city in mochi ( rice cake ) . unique handmade including manju ( bun stuffed with adzuki-bean paste ) made with brown sugar from haterumajima island in okinawa prefecture . kashuan ( nagoya city , aichi prefecture ) : famous for wagashi using eggs of nagoya cochin ( egg of a famous japanese native breed chicken ) . kashiwaya : founded in 1852 . famous for thin skinned manju . okano eisen kyoto style wagashi is delivered to the imperial court , nobles , temples , shrines , and tea houses , and are categorized as ' jogashi ' ( confectionaries in high-quality ) ordered for particular celebrations or ' oman ' ( abbreviation of manju ) , ' dango ' ( dumpling ) , and ' mochi-gashi ' ( rice cake sweets ) for every day consumption . confectioners who prepared the former are called ' kashisho ' ( confectionary craftsmen ) or ' onkashi-tsukasa ' ( confectionary master ) , and so on , while ones who prepare the latter ' omanya-san ' ( manju manufacturers ) or ' omochiya-san ' ( rice case manufacturers ) . to this day , there are still shops signed as ' ... mochi ' ( ... rice cake ) that also offer udon ( wheat noodles ) , sushi , ohagi ( rice ball coated with sweetened red beans , soybean flour or sesame ) . presently , the difference between them become unclear . jogashi has been finely developed as osonae-gashi ( wagashi for offerings ) and confectionaries for the tea ceremony , and also various kinds of confectionaries for everyday consumption have been made since people have many types of wagashi which is suited for every annual event . this tradition is reflected in kyoto style wagashi today . jogashi is made to look beautiful by utilizing the following raw and intermediate materials and methods . konashi ( steamed cake ) white bean paste ( white kidney bean or white azuki bean paste ) , and weak wheat flour are mixed and steamed to which sugar water is added . coloring is added and the material is formed into many varied shapes . it has developed into variously including ' mikaiko ' ( literally , red ume plum to be flowered ) formed plum buds and ' tatsuta-gawa river ' made into autumn leaves , and filling of kuzu-gashi ( japanese sweets made from arrowroot ) . kinton ( mashed sweet potatoes ) followings are colored variously , pureed into mince , and decorated on the core of an ( bean jam ) and others to express the seasons ; joyo-nerikiri which steamed and strained yamaimo ( japanese yam ) is simmered with sugar and cooked , kinton-an or ama-an which is white sweet bean paste jellied by kanten ( japan agar ) , and nerikiri which white sweet bean paste is mixed with gyuhi ( turkish delight ) . gyuhi water is added to flour of uncooked sticky rice and blanched in hot water , and while hot , sugar is added and kneaded . used in summer confectionery such as ' ayu ' ( sweetfish shaped confection ) , ' chofu ' ( a waffle wrapper with gooey gyuhi inside ) . arrowroot authentic arrowroot flour added water is strained , added sugar and heated to gelatinize . kuzukiri ( translucent sliced arrowroot ) and kuzu-manju ( sweet bean paste balls covered in clear arrowroot gel ) bring to mind a sense of refreshment . also , ' kuzuyaki ' is a cubed confection requiring high technique of simply roasting all sides of it . joyo it refers to yamaimo yam . the skin of joyo manju ( steamed yeast bun with filling ) such as ' oribe manju ' is made of grated yamaimo with sugar and joyo-ko ( fine grade wheat flour ) . sweet bean past is wrapped in this skin and steamed . also , grated yamaimo yam , sugar , water , and karukan powder ( rough-grained rice flour ) are mixed together and once steamed are known as karukan , a type of steamed cake . steamed yamaimo yam is strained and cooked with sugar is called joyo-nerikiri . in whatever application , it is vital to utilize the unique aroma and original " whiteness " of yamaimo yams . besides this , it is used in multiple ways as an intermediate ingredient in confectionaries such as : ' domyo-ji temple , ' ' awayuki ' ( literally , light snowfall ) , and ' kingyoku ' ( literally , brocade balls ) . prepared as an intermediate ingredient , there are some processes to be cooked , steamed , mixed and kneaded , and skipping even only one of the processes may result in a poorer tasting confectionary . also the techniques of bringing out the flavor is required by selecting ingredient carefully , cooking properly suited for each ingredient such as skimming the scum . furthermore , at the end of the process , to capture the sense of the season , the confectionary must resonate with the place where it is to be consumed . jogashi can only be made by those with refined taste and a solid technique . however , the technique and sense of manufacture depend on each confectioner and shop , and the sensitive differences show their originality . +bean paste ( ' an ' or ' anko ' ) is an ingredient in manju ( buns filled with bean paste ) and usually indicates azuki beans or other ingredients boiled with sweeteners or ingredients gelatinized with starch . although ' an ' usually refers to azuki bean paste made from boiled azuki beans , pastes made using other types of boiled beans are now also called ' an ' . bean paste was commonly flavored with salt in the past , but as the use of sugar became more widespread among people in modern times , sugared bean paste became the norm . furthermore , the paste on top of rice cakes also came to be called ' an ' , as is the liquid starch made from water added to starch and heated to form gelatin , which is used in food dressings like ' ankake ' . conversely , although western ingredients such as jams , cream ( food ) , chocolate or peanut butter are wrapped inside cakes like ' an ' , these are not called ' an ' but are considered something else . in chinese cooking ' an ' refers to ingredients wrapped in a cake made of flour , but the practice of using boiled azuki beans in common cakes in place of other ingredients is thought to have spread from buddhist temples , which forbade the eating of meat . in china the type of ' an ' used in cooking is called ' qiàn ' and is a separate concept . this is the most common type of bean paste used in manju ( cakes with bean paste ) , which are distinguished by the state of the skin of beans or whether there is a skin or not . these are types of bean paste made by boiling azuki with sugar . the name originates from the chain of thought where azuki beans look like the dapples on a deer , and deer evoke japanese maple leaves which evoke the famous mt . ogura ( kyoto ) . this is ' tsubu-an ' paste made by mashing beans . this is bean paste to which sugar has been added and the paste strained this is bean paste from which the moisture has been evaporated to form a powder . it is reconstituted for use by adding water . this ' an ' has be so named because the color is different when compared with bean paste made using azuki beans . although there are two types of bean paste , tsubu-an and koshi-an , the latter is the most common . it is also used as a wrapping in manju ( bean cakes ) . often it is used as a base for japanese cakes called ' nerikiri ' after adding other flavors and colors . it is made from green soybeans and is a specialty of miyagi prefecture and yamagata prefecture . murasame-an is made by adding rice flour to koshi-an bean paste and mincing the ingredients . mung bean paste imo-an ( potato paste ) , sweet potato paste chestnut paste pea paste sweet lotus seed paste white sesame paste , black sesame paste peanut paste walnut paste winter melon paste chinese date paste banana paste this is paste made by boiling arrowroot starch in water . it is different from the other types of bean paste because it is not an ingredient but is used to bind foods such as mitarashi dumplings . cheap cakes use starch from potatoes and other sources . manju ( monaka , manju , geppei , etc . ) rice cakes ( dumplings , ankoro-mochi , bota-mochi , abekawa-mochi ) bread ( bean paste bread , bean paste toast , donuts etc . ) dorayaki cakes kintsuba cakes spring rolls ( sweet rolls from zhejiang province in the people 's republic of china ) shaved ice crepes imagawa-yaki cakes taiyaki cakes anmaki cakes mamadoru cakes here is cooking that uses fillings in wrappings . gyoza ( dumplings stuffed with minced pork and vegetables ) shumai ( chinese dumplings ) spring rolls so-called ' niku-man ' steamed buns with meat filling . +tsukemono is preserved food that vegetables ( fish or meat , sometimes ) are pickled together with pickling ingredients having high osmotic pressure , having an effect to decrease hydrogen-ion exponent or having an effect to shut off from the air such as salt , vinegar , rice-bran paste , soy sauce , sake lees or fat and oil , to improve preservation quality as well as to improve taste and flavor by maturing . it often involves fermentation such as lactic fermentation , and consequently the improvement of preservation quality and eating quality by the fermentation . tsukemono with fermentation is fermented by the lactic bacterium naturally attached to the ingredients and the sugars included in the ingredients , which enhance the quality of preservation , taste and flavor ; moreover , sugars as ground substances for fermentation can be increased by adding rice malt , and the oxygen reaction needed to improve taste and flavor can be induced by the enzyme contained in rice malt . many others , however , don 't use fermentation in their respective processes , such as asazuke , senmaizuke , matsumaezuke and satozuke , so it is incorrect to classify tsukemono simply as a fermented food . many of them emit a strong aroma due to fermentation . therefore , it is also called ' konomono ( smelly thing ) ' or ' oshinko ( new smelly thing ) . ' it is called ' gakko , ' a corrupted word of ' gako ( elegant aroma ) , ' in regions such as akita prefecture . most japanese tsukemono use controlled fermentation via lactic bacterium so as not to be too sour , but some of them--including shibazuke and suguki--have a strong , sour taste . the sauerkraut of germany is of the same sort . with sufficient lactic fermentation , the technique of tsukemono is efficient not only for vegetables but also for the preservation of animal matter , which is classified together with nare-zushi . it includes funa-zushi , hatahata-zushi and the eskimo kiviak . the word ' sushi ' in " funa-zushi " originally meant such preserved food using grain ( including cooked rice ) as the carbohydrate ( i.e. , the fermentation substance ) , but the type to put fish on vinegared rice has emerged only recently as " instant sushi . " nukazuke such as takuwan-zuke or nukamiso-doko is seen as an extension of the technique for making use of grain of nare-zushi as a substance of lactic fermentation ; ' heshiko ' in hokuriku and ' kasu nishin ' in hokkaido are seen as being in between . ama-gun , aichi prefecturekayazu-jinja shrine , which enshrines kayanohime as the only goddess of tsukemono in japan , is located in jimokuji-cho ( aichi prefecture ) . tsukemono traders across the country visit the shrine on the day of the ' konomono festival , ' which is held on august 21 each year . the tsukemono association has designated the 21st of each month as ' tsukemono day . ' satozuke can be classified as a type of tsukemono due to its preservative qualities , but it can also be classified as a confectionery or a confectionery ingredient ( not tsukemono ) due to the method by which it is made and its uses . aburazuke , as typified by tuna and anchovy , can also be classified as tsukemono in a broad sense . shiozuke shoyuzuke misozuke suzuke amazuzuke kasuzuke nukazuke salted rice malt satozuke akakabuzuke asazuke ( ichiyazuke ) iburi gakko umeboshi shibazuke aonazuke senmaizuke takuwanzuke tamarizuke tsubozuke narazuke nozawana hiroshimana fukujinzuke furuzuke bettarazuke matsumaezuke mibunazuke pickled scallions ( amazuzuke , shoyuzuke ) wasabizuke buntanzuke ( zabonzuke ) suguki ( sugukizuke ) achar ( india ) kiviak ( by inuit in canada and alaska , u.s.a. ) kimchi ( republic of korea and democratic people 's republic of korea ) zha cai ( china ) sauerkraut ( germany ) pickles ( u.s.a. , u.k. and others ) shungun ( china ) +a kamado ( cooking furnace ) is an apparatus for cooking that encloses a fire when heating grain or foodstuffs . in ancient times , when cooking , people put a pan or a pot over an open flame without any enclosure . however , as that was inefficient because of heat lost due to thermal radiation , smoke given off , and fire sputtering in the wind , and so on , kamado made from mud , stone or cement were invented . it uses direct biomass fuel such as trees ( firewood ) or processed biomass fuel like charcoal as solid fuel . in some areas , coal and the dry feces of livestock can be also utilized . due to the development of the kamado , cooks did not have to be exposed to direct thermal radiation of an open flame and they could cook at a higher temperature , which shortened the time for preparing food , making various cooking methods available . it is not an exaggeration to say that the original forms of almost all cooking methods today derive from the kamado . in addition , the development of the kamado is considered to have contributed to the advance of civilization . it also produced the centralization and specialization of cooking , and people gathered together around the kamado . while previous cooking hearths could not provide food for a large number of people due to the time and effort required , kamado could supply a lot of people with meals by using high temperature and continuous and concentrated cooking , and this caused the centralization of the population caused by this , and can be seen to have promoted civilization . however , as civilization advanced , and people came to use simple and easy furnaces for cooking , such as small cooking ranges and gas ranges , that used other fuels as heat sources for cooking , kamado gradually completed their role and disappeared . the kamado in japan nowadays is hardly used except by some people , and even in local farming communities people have let it collect a thick coat of dust . and yet , because kamado were still used in japan until a half century ago ( around the 1950 's ) , methods of cooking by kamado , such as how to cook rice , and so on , are still , passed down by word of mouth , and some contemporary rice cookers reproduce them with ' tips on how to cook rice better . ' in india , they have a traditional kamado called a tandoor , and you can see how tandoor is used in practice at indian restaurants in japan ( see the articles tandoori chicken or nan ) . in japanese food culture , some high-class restaurants that give special attention to their dishes have specially reproduced this japanese-style kamado and use it for cooking . it has various names in different parts of japan . although it is usually called ' hettsui ' in the kansai region , in kyoto it was also called ' okudo-san . ' kamado became widespread because people were able to make it from simple materials , it was durable for long-term use , and repairing it was relatively easy . the structure of the kamado is simply a single unit built into a wall for enclosing the fire and a holder above it for placing cooking utensils such as pots or pans . also , a popular type of kamado used inside the house included a chimney to keep the smoke from filling the house , the high-temperature smoke exits outside through this chimney , while the radiant heat warms the bottom of cooking utensils . it has an opening at the side for adding fuel and for raking out cinders ( ash , and others ) , and used to adjust the fire and to see if it is burning properly . many kamado had this opening at ground level , and japanese-style kamado were placed mainly on the bare ground . with improvements added , some had metal lids for openings to put fuel into the kamado , or a cinder outlet located outside the house . japanese-style kamado increased in variation with the advancement of society , and they had been used widely for a long time before the portable cooking charcoal stove developed . also , in europe , western asia and the middle east , there were many kamado using phase and heat transition . it does not heat pots and pans directly by fire , but by burning a lot of firewood inside and heating up the stone furnace itself first , then , once the furnace is hot enough , pushing the ashes aside , placing a pot or a pan with ingredients inside it on the hot stones , and cooking the dish with the heat inside the furnace . this is also called ' a wood-fired oven , ' which is good for baking bread and pies . also because it was suitable for cooking large quantities of food ( in fact inconvenient when cooking small quantities ) it was used especially to provide meals for workers and farmers during the busy season , and because the temperature would not rise above a certain amount , it was sometimes used to keep food warm , leaving the food inside the pot . a wood-fired oven in the scene where a fish pie was being baked in " kiki 's delivery service " ( produced by studio ghibli , inc . ) so people in japan might be able to imagine what it was like even if they have not seen the real thing . italian pizza is cooked using this kind of wood-fired oven in the traditional way . the simplest shape of the fireplace was made of stones stacked up around a fire and is still familiar camping trips and cooking meals in a mess tin , and seems to have already appeared in the stone age because traces of it have been found in ancient structural remnants from that period . the more people became permanently settled following the development of a culture based on agriculture ( see the articles of agricultural people or farming ) the larger and more permanent fireplaces became by combining mud and stones , and others , in the process of which the cooking furnace was formed . although the shape varies depending on the climate and natural weather of the region , permanent fireplaces for cooking have been in existence all over the world for a long time . they have been used both in the west and the east for a long time . fire in kamado was often sanctified . in ancient rome , there was the goddess of the kamado ( vesta ) and there were the vestal virgins who kept fire constantly burning in the hearth . although the kamado has completed its role in present-day japan , there are people in some countries such as in africa or southeast asia where have not developed the infrastructure of their society because of conflicts or political disorder , and people who live primitive lives like in ancient times , who cook over open fires outside . but these countries have limited fuel sources such as trees , and when the number of inhabitants in one area increases excessively due to refugees , and so on , secondary environmental devastation has occurred ; the neighboring trees are cut down recklessly and die off over a short period of time , among other things . more efficient cooking tools and methods are being sought in such regions due to the above reason , and it is said that in response to this , there are some campaigns to bring the methods of building japanese-style kamado to the local people . they seem to have a good reputation for being effective in the preservation of forests , including the use of charcoal . in cases where there are many people often moving , such as refugees , it is said that there is also a movement to promote the use of shichirin ( earthen charcoal brazier for cooking ) . ( see the article of shichirin . ) in 1994 , kesa kishida , a japanese food nutritionist living in kenya and a member of the japan international cooperation agency ( jica ) , built a japanese-style kamado at the village of enzaro in kenya , using the materials available there and improving it in order to meet local needs . it is said that the local people call it ' enzaro jiko ' ( jiko means cooking furnace in swahili ) and it has a good reputation . she brought the methods for making the kamado after surveying the local kitchens and as part of regional aid , and the local people have been teaching each other how to build it . this kamado is made by making a rough shape with stones , covering it up with mud and shaping it properly , which takes only a few hours to finish , and the amount of firewood consumption dropped to one-fourth of what it was before . furthermore , people were able to cook three dishes at one time , while the previous hearth using an open fire could provide only one dish at a time , thus reducing housewives ' workload as well . in addition , infants had been at risk of getting sick and dying due to drinking unboiled river water , containing household waste products , but now people were able to prevent diseases because they were able to give children water that had been boiled and then cooled . according to the report in the sankei shinbun news paper in january 2007 , 100,000 households included in the same village were using enzaro jiko . according to jica , besides enzaro jiko , staff at other places where technical cooperation projects are being conducted have been introducing japanese-style kamado , using materials available in the local area . the method of making kamado has been introduced in the republic of mali , niger , burkina faso , rwanda and tanzania , in africa , mexico in latin america , bolivia in south america , and so on . in some areas , people use brick as well as spreading mud on a stone frame like in enzaro jiko , and there seems to be some examples of retrofitting existing simple fireplaces to use as kamado . ( e.g. republic of bolivia ) these activities are said to not only promote local people 's health , but also to save time for housewives restricted by their housework , improving local agricultural productivity and with an improving effect on the status of women . +kado is a type of ikebana , an art of combining plants such as flowers and trees , with the aspect of geido ( accomplishments ) . it originated in japan , and is spreading around the world . kado ( 華道 ) is also written in kanji ( chinese characters ) as ' 花道 ' ( the way of flowers ) , and call as ikebana . however , ' kado ' places more emphasis on the aspect of gudo ( seeking for the teachings of buddha ) than ' ikebana . ' a different types of flowers are arranged in a style differs among various schools . for example , while many schools set the rule that the object is viewed from the front , other schools try to represent a three-dimensional space in two dimensions . this mode of representation parallels in japanese art . in western floral decoration , flowers are arranged to create a unified form when viewed from any of three dimensions . also , ikebana and kado of japan is distinctively different from the concept of flower arrangement in the western countries , in that not only colorful flowers , but also all plants such as leaves and moss , as well as beautiful expressions of foliage and tree trunks , are collectively called ' hana ' ( flower ) and are appreciated . background of kado a widely-accepted theory is that kado originated from floral offerings being presented at a buddhist alter , together with the introduction and development of buddhism . however , there is also a study that points out the trend of ancient animism in the act of reconstructing the botanical material , which has been collected , in a space under the control of human intellect . it is not surprising that a type of mystery was seen in plants , differing from animals , in that they recharged themselves with fresh vitality if they were treated appropriately even after they were cut down . this notion parallels in tree worship ; maybe it was an attempt to control a mystic power seen as beyond human control , comprehensively in a vase . today , ' kado ' often refers to flower arrangement that prevailed in the bunka-bunsei era during the late edo period . history of admiring arranged flowers the custom of admiring cut flowers placed in a vase like a bud vase , extends back to the heian period , and traces can be found in literature such as " makura no soshi " ( the pillow book ) . existing containers were used at first , and special vases were created later . kado was established during the mid muromachi period by monks of choho-ji temple in kyoto . since these monks resided on the banks of ponds for generations , they were called ' ikenobo ' ( literally " monks of ponds " ) , which later became the name of the school . the style called 立花 ( tachibana ) ( also written as ' 立華 ' ( rikka ) , literally , standing flowers ) was perfected during the mid edo period by iemoto ( head family of a school ) , soke ( originator ) , and the like . later during the mid and late edo period , the art , which had until then been enjoyed solely by the upper class or the samurai class , became popular among the common people as shoka ( also known as seika ( a more free style compared to tachibana ) ) . many masters in techniques appeared especially from schools such as misho school group , koryu ( traditional school ) group , and enshu group , and this led to further separation into many other schools . from the end of the edo period until the early meiji period , kado and ikebana was introduced to the west as a result of the worldwide nippon ( japanese ) culture boom , and this had an influence on european floral decoration as a technique of vertical arrangement . in japan , the flower shape eventually developed with the trends of the times ; various styles such as nageire-bana ( literally " throwing in flowers " ) and mori-bana ( literally " inserting flowers " ) were created . after the edo period , ikenobo branched into many other schools . as of march 2005 , the 392 schools are registered in the nihon ikebana geijutsu kyokai ( japan ikebana association ) . major schools of kado in the order of the japanese alphabet ikenobo : the name is taken after the originator , senkei ikenobo , who was a monk of rokkakudo ikenobo ( ikenobo of rokkaku-do hall ) . ikebana-kyokaden ohara school kado enshu : the founder was kobori enshu , a multi-artist and chajin ( master of the tea ceremony ) during the late edo period . major artists in ikebana junichi kakizaki shogo kariyazaki yukio nakagawa kosaku matsuda +tengu are legendary japanese creatures . it is generally said that the tengu is clothed as a yamabushi monk , has a red face and long nose , and flies on wings through the air . the tengu are commonly said to be devils that lead people to the path of evil , and are also called geho-sama . emperor go-shirakawa was also called tengu . the tengu were originally chinese monsters ; correspondingly , the way a shooting star or a comet tail passes looked like a canine , which was called " tengu , " meaning a canine of the sky . as chapter gazan in volume 3 , " seizankyo , " of " sankaikyo , " a chinese curiosa mentions , ' there is a beast . it looks like a raccoon dog ( this is considered to indicate a wildcat ) with a white neck , whose name is tengu . its voice is like that of a wildcat . it 's good to prevent misfortune , ' and they are also compared to a fox of the sky or a badger . as for buddhism , the pali canon with sutra , discipline and special teachings didn 't originally contain the word " tengu . " however , " shohonengyo , " volume 19 , mentions , ' flames were burning brightly from all over the body . everybody who saw this said , " ulkā came down . " it means ' tengu came down in chinese , ' and this tengu was translated from ulkā ( 憂流迦 in chinese characters ) , a name for a comet in the sanskrit of ancient india . in japan , the word " tengu " was seen in " nihon shoki " for the first time , and it mentions that , in 634 , a person from tang said of something flying in the sky with a strange noise ( it might be a shooting star , which fell fairly close to the ground ) , ' it is not a shooting star , it is tengu-amakitsune . ' tengu from the nara period to the early heian period meant a fox of the sky as the shape described in " sankaikyo , " so ultimately it is considered to indicate a comet or a shooting star . after kukai and enchin introduced esoteric buddhism to japan , it was extended to the worship of the constellations on the womb world mandala , and was also combined with mountain worship , having been performed by ennogyoja since the nara period . during the kamakura period , the yamabushi monks of shugendo were also called tengu . this is because their appearance and training were unique , and the existing religious schools called them so with contempt . a yamabushi monk was supposed to be worldly minded , arrogant and self-centered , and was supposed to transmigrate after death , but some people assumed and interpreted the realm of tengu as a sort of devildom . meanwhile , among the public , people living in flatlands were in awe of the mountains as a different world , and they associated the mysterious phenomena happening there with the image of tengu . this brought forth a tendency to consider tengu as a mountain god , and in some regions the aspect regarding the image of various tengu as " guhin , " " yamando " or " a mountain god " still exists . therefore , the characteristics that have generally been passed on till today--a long nose and red face , wearing the attire of a yamabushi monk , and wearing wooden clogs with single support , flying freely in the sky with a leaf fan and having evil design--have been interpreted since the middle ages , and it is considered to be the superstitious blending of originally quite different characteristics . in fact , the figure of the tengu of the period was not fixed ; most often it would resemble a monk , but some had the figure of a child or a goblin . since they flew through the air , they were often perceived in the image of a kite . however , the one that transmigrated from a nun was sometimes called ' ama tengu . ' " tales of times now past , " written during the late heian period , described many tales of tengu , such as a devil called ' hawk ' that would fly through the sky and possess people , and one having the face of tengu with a human body and a pair of wings . this was created and described as " tengu-zoshi " in 1296 . the corrupted image of the monks of the seven major temples of the day , including kofuku-ji temple and todai-ji temple , is depicted as a satire . gohomao-son , or kurama tengu of kurama-dera temple , in " otogi-zoshi , tengu no dairi , " allegedly created during the muromachi era , was the first model of the appearance of these tengu , but it is considered to have probably changed after the early muromachi period . the tale of the heike describes , ' it 's a human but not a human , a bird but not a bird , a dog but not a dog , and it has human arms and legs , a dog 's head and a pair of wings , and it flies ' ; moreover , in the kamakura period tendai monks flaunting miraculous efficacy made it an objective to prove the transcendence of buddhism , and some books , including " zegaibo emaki , " mention stories that tengu challenged a tendai monk to a fight and was defeated miserably . also , ' comments on tengu ' in " a study on shrines , " by razan hayashi , and " a study on monsters of all ages , " by atsutane hirata , describe the souls that appeared in " taiheiki , " including sanuki-in ( the retired emperor sutoku ) having turned into a gold kite as the god enshrined in ' shiramine jingu shrine ' in kamigyo ward , kyoto city , the retired emperor gotoba having turned into a shamon with long wings , and emperor go-daigo driving ryusha ( an emperor 's car ) , as tengu . tengu is the personification of conceit , as represented by its long nose . by extension , ' becoming tengu ' means being excessively boastful . generally , they seek to teach . in the middle ages there was the realm of tengu other than the six realms of buddhism , which was assumed and interpreted as avici for those who were not going to fall into hell because they had learned buddhism but were not going to heaven either because they had done wrong . as described above , there is more than one stream contributing to the formation of the tengu , so they vary in type and appearance . generally , they look like shugendo practitioners with red faces and long noses . they are supposed to have wings that enable them to fly through the sky . among them , the ones with long noses are called ' great tengu ' and the ones with sharp noses are called ' small tengu ' or ' crow tengu . ' as for types , some are interpreted as ' hajun , ' which try to regain human form after living in infamy as tengu ; or as ' maen , ' which gather together , linked by pride and arrogance . its folklore has been handed down in many regions , but among the more rare are ' kujin ( flying god ) , ' which wears white clothing like a yamabushi monk and flies freely in the sky , as described in kishu ; and ' suneka ' in southern iwate prefecture , ' nagomi ' or ' nagomitakuri ' in northern iwate prefecture , which appears in order to rip a spot that is believed to appear on a lazy person 's shin on the fifteenth day of the new year . " anmo , " which flies from the pacific ocean and arrives unseen on the moonlit night of may 15th , is also of this sort , and it is said to come and rip the skin with a brown spot which a lazy child simply warming himself at the hearth will have on his shin . it is said that anmo helps weak children and that praying for it can cure a bedridden child . " shokoku satobitodan " mentions , in the oi-gawa river , shizuoka prefecture , ' konoha tengu ' also known as ' sakaidori , ' having eyes on the front of the face like a human , 180cm long wings when spread , and a size and appearance similar to a human , but with a beak , and describes it as flying over the river late at night , catching fish . the famous ' crow tengu , ' with its bird 's beak and wings , is strongly influenced by the shape of an avian tengu . the famous zegaibo tengu is also of this sort , and its figure can be found in numerous picture scrolls . there were also the ' female tengu , ' having transmigrated from a nun and a tengu in the shape of a wolf called guhin . the major tengu that became objects of religion as gods have names , and famous ones include tarobo of mount atago , sojobo of mount kurama ( kurama tengu ) and jirobo of mount hira , as well as hoshobo of mount hiei , buzenbo of mount ehiko , tarobo of mount fuji and sagamibo of mount shiramine . the one in takashima city , shiga prefecture , is called ' guhinsan ' and is said to have flown through the sky and visited a festival . it is said that it went to omizo , takashima cho in order to set a fire but failed because there was no space . in amamioshima , kagoshima prefecture , the one well-known as ' tengonukami " lives in a mountain , and it is said that a master carpenter gave life to straw men by blowing forth in order to have them work to build a house with 60 mats for his bride in a day , and had 2,000 men go back to the mountain and another 2,000 to the sea . at mount ishizuchi , ehime prefecture , a six-year-old boy got lost at the mountaintop , but after people looked for him everywhere and didn 't find him and gave up and went back home , it was discovered that the boy was already back home . when asked , he explained that while he was urinating at the back of the shrine on the mountaintop , a ' big , inky man ' came out and reproved him , saying , ' i will take you home , so close your eyes , ' whereupon he found himself standing in the backyard of his own home . tengu has often been depicted as a shiny bird and has also been called taimatsumaru or maen . this is why the retired emperor sutoku turned into a ghost and was depicted as a golden eagle as the tengu king . it is deeply related to the mountain god , and sacred mountains are always supposed to have tengu ( thus they are considered to be in the shape of a yamabushi monk ) ; moreover , various regions in fact have tengu ( daiba ) as mountain gods . even in the present time , the tengu in the folklore in mogami gun , yamagata prefecture is an old man with white hair . worship of the tengu , mainly among yamabushi monks , is connected with local buddhism , as well as with the mysteriousness of mountains and mountain worship , and various legends of tengu explain the depth of mountain worship . in yamagata prefecture , they adore a mossy or sandy area of about 40 square meters in the bushes in mountains in summer as ' the sumo ring of tengu , ' and in mountain villages in kanagawa prefecture they regard the mysterious sound of cutting trees at midnight or one of cutting a big tree on a mountain called ' tengu 's felling ' and a hut 's shaking without wind as a trick of the mountain tengu . it is also said that firing three shots will make this mysterious sound stop . besides these , in tone gun , gunma prefecture , there is some folklore : with ' tengu 's laugh , ' a laughter comes out of nowhere , and the laughter becomes louder if you go further , then it becomes much louder than before if you laugh back ; ' tengu 's stones ( it is said to be a path of tengu ) , ' as when you walk in the mountain a gust blasts and big stones fly over with the rumbling of the mountain ; and ' tengu 's rice field ' ; ' tengu 's nail-polishing rock ' ; ' tengu 's mountain ' ; ' tengu 's valley ' and ' tengu 's domain , ' where tengu lives ; as well as ' guhin 's home . ' in owari cho , downtown kanazawa city , it is said that people saw " tengu 's pebbles " in 1755 . in mount ogasa , shizuoka prefecture , there is a mysterious occurrence called " tengu 's music " in which music is heard from the mountain in summer , which is said to be a trick of the tengu of ogasa shrine . also , on sadogashima island ( sado city , nigata prefecture ) there is a mysterious happening called " yama kagura , " where music like kagura is heard from the mountain ; this is considered to be a trick of the tengu . in tokuyama mura , ibi gun , gifu prefecture ( the present ibigawa cho ) , a sound like a drum , called " tengu 's drum , " heard from the mountain , is considered a sign of impending rain . particularly , there is folklore with tengu flying through the sky like a bird , or that the tengu pine ( or cedar ) , on which they say the tengu sits , exists all over japan , thus providing a good example to show the correlation between the mountain worship of the yamabushi monks and the tengu . because trees were supposed to be dwellings of spirits , and tengu was believed to be a mountain god , the tengu were believed to live in trees . it is said that the flapping of tengu 's wings can be heard , or that the wind roars around such trees . it is believed that the roaring of the wind was the voice of the tengu . near the trunk of a big pine in hoi gun , aichi prefecture , there is a big cave called ' tengu 's nest , ' where it is said that some people in fact saw the tengu . in kodama gun , saitama prefecture , someone who tried to cut down a tengu pine fell off a branch and was seriously injured ; this is believed to have happened because tengu kicked him out of the tree . trees that are called tengu trees are mostly big trees with widespread branches and trees with an extremely strange shape such as one branched into two and put back together having a window-like shape , or one with a branch in the shape of a bump . tengu sometimes appears as the japanese name of a creature . as for animals , most references are related to those having a prominent nose or a similar organ . mammals - tengu zaru , tengu komori fish - tengu hagi , umi tengu insects - tengu cho plants - tengu kuwagata , harigiri fungi - tengu take " dainihon tengu to ekotoba " ( cartoon by io kuroda ) tactics ( cartoon by sakura kinoshita and kazuko higashiyama ) child of tengu rumored in town ( cartoon by nao iwamoto ) +tsukimi is to enjoy viewing the moon , such as the full moon . it is also called kangetsu . in a limited sense , it implies tsukimi on the nights of august 15 ( the fifteenth night ) and september 13 ( the thirteenth night ) of the lunar calendar ( old calendar ) . august 15th of the old calendar is called " chushu ( 中秋 ) , " so it is also called " chushu no meigetsu ( 中秋の名月 ) . " it is also occasionally referred to as " 仲秋の名月 , " since august of the old calendar is right in the middle of fall ( from july to september ) and is called " 仲秋 , " but " 中秋 " indicates august 15th of the old calendar and " 仲秋 " indicates the middle period when separating fall into three , so " 中秋の名月 " is the correct expression . see this reference table of august 15th ( old calendar ) for the corresponding date of the fifteenth night in the gregorian calendar ( new calendar ) . summary since ancient times , in august of the old calendar ( around september in the newer gregorian calendar ) , the air is dry and the moon is clearly seen , and it is not too cold even at night with lower humidity ; this has been regarded as the best time of year for moon viewing . that night , an altar is set up in a place from which the moon is visible ; it is decorated with japanese pampas grass , and tsukimi dango dumplings , sato-imo ( taro ) , edamame ( green soybeans ) or chestnuts are put out , and sake is offered , in which way people enjoy viewing the moon ( moon-viewing dishes ) , such as in a buddhist service for the full moon in order to pray for a good harvest . for this reason , it is also called imo meigetsu . china has a similar custom , but they celebrate in a greater way than japan as the mid-autumn festival , and moon cakes are made and offered . it is said that the moon cakes were introduced to japan and changed into tsukimi dango dumplings . the republic of korea also has the custom of moon viewing around this time , which is called chuseok ; it 's the third-biggest festival next to the new year and lantern festival as holidays from work to celebrate with families in one 's hometown . cakes called songpyeon are made . the thirteenth night is an original japanese custom , and the moon of the night is called mame meigetsu or kuri meigetsu , since beans ( mame ) and chestnuts ( kuri ) in season are offered . viewing the moon on either the fifteenth night or the thirteenth night is called " katatsukimi ( single moon-viewing ) " or " katamitsuki ( the moon of single viewing ) , " which has historically been less favorable . therefore , in order to have the second date for sure , it is said that some people would invite someone of the opposite sex on the fifteenth night ( the invited person must come to the thirteenth night as well ) . furthermore , some regions had a custom called moon-waiting , which is why the moon after the seventeenth night is called tatemachi-zuki ( moon-waiting in a standing position ) , imachi-zuki ( moon-waiting in a sitting position ) , nemachi-zuki ( moon-waiting in a lying position ) and fukemachi-zuki ( moon-waiting late at night ) . most regions would have the moon-waiting until the twenty-third night , but some had it until the twenty-sixth night , and people pursued pleasure until the moon rose ( around two o 'clock in the morning ) on the excuse that three deities--amida buddha , kannon bodhisattva and seishi bodhisattva--would appear in the moonlight ( from the japanese dictionary " kojien " ) . apparently , this custom faded quickly in the meiji period . china and japan have had the custom of appreciating the moon since ancient times , and particularly in japan it is said that the custom has existed since the jomon period ; after the festival of moon viewing was introduced from china around the heian period , the nobles had kangetsu parties and boating parties ( to enjoy the reflection of the moon swinging on the water surface from a boat , instead of viewing the moon directly ) in which they would compose poems and enjoy drinking . in europe , it seems that the full moon was supposed to disturb and confuse people 's minds ; for example , the goddess of the moon indicates death , and a werewolf transforms himself by seeing the moon , so people did not want to view the moon at all . in japan , " the tale of the bamboo cutter " has a scene in which the old woman warns lady kaguya about seeing the moon , which implies that they had an idea similar to that of europe before the custom of moon viewing was introduced from china . notable sites for tsukimi japan kudanzaka ( chiyoda ward , tokyo prefecture ) shinshu obasute ( chikuma city , nagano prefecture ) iga ueno castle ( iga city , mie prefecture ) osawa pond , daikaku-ji temple ( kyoto city , kyoto prefecture ) genkyuen ( hikone city , shiga prefecture ) himeji castle ( himeji city , hyogo prefecture ) iwakuni castle and kikko park ( iwakuni city , yamaguchi prefecture ) mangan-ji temple ( matsue city , shimane prefecture ) katsurahama ( kochi city , kochi prefecture ) overseas marco polo bridge ( beijing , people 's republic of china ) west lake ( hanzou city , zhe jiang province , china ) works related to tsukimi classical literature " the tale of the bamboo cutter " - legend of lady kaguya chinese poetry kenshin uesugi " the thirteenth night " - the military camp is covered with frost on clear fall days ; geese are flying in rows in the evening ; now we 've brought the mountains in echigo and ecchu together with noto , and the view is wonderful ; however , people in our hometown must be worrying about this expedition now . novels " ryosaishii " " sangetsu-ki , " by atsushi nakajima " stars and festivals , " by yasushi inoue haiku basho matsuo the full moon as seen from the seta-gawa river is great , even though i saw the harvest moon twice this year . while i strolled around the pond viewing the great full moon , dawn broke . after appreciating the great full moon , i found no more beautiful face at the party . the great full moon reminds me of pretty children standing in the hall of a temple . the water rushes to the gate at high tide on the night of the great full moon . the weather is changeable in the northern districts around the time of the great full moon . santoka taneda i 'm in tokyo now , viewing the moon , which makes me relax . tanka author unknown you can see the moon in many months , but the best month to see the moon is this month . ( this has eight times the chinese characters to mean the moon and also the month , which shows that ' this month ' means august . ) picture books " the family of fourteen and the moon , " by kazuo iwamura ; 1988 , doshinsha publishing " sori 's harvest moon day , " by lee uk-bae ; 2000 , sailor publishing noh " izutsu , " " toru , " " obasute " boiled soba ( buckwheat noodles ) and udon ( wheat noodles ) put in a bowl , and sometimes after putting nori ( dried seaweed ) to resemble gathering clouds , cracking a raw egg into it and adding soup and condiments , are called " tsukimi soba " and " tsukimi udon , " respectively . this resembles the atmosphere of tsukimi in a bowl . originally , nori was a must in tsukimi noodles , and ones without it were called ' gyoku ' ( ' gyoku otoshi , ' ' gyoku iri ' or ' gyoku ochi ' ) ; but today , ones with just an egg but no nori are usually called tsukimi . nabeyaki udon or miso-nikomi udon also has a raw egg cracked into it in most cases , but it is not called tsukimi , probably because the cooked yolk isn 't readily visible . in kita kyushu city there is a dish called tenmado ( skylight window ) , in which noodles such as yaki udon with an egg dropped into a dent are overturned and broiled . this resembles the picture of the moon from a skylight window , which is another version of tsukimi noodles . mcdonald 's has , since 1991 , sold a ' tsukimi burger ' with an egg sunny-side up from september to october as a special fall menu item . in taiwan , as a shaved-ice item , they have ' 月見冰 , yue jian bing ' ( tsukimi ice ) . ' this is shaved ice having black syrup , condensed milk or dried fruits on top with a raw egg yolk cracked into a dent in the center . in chinese , tsukimi is usually expressed as ' 賞月 ( viewing moon ) , ' so ' 月見 ' is considered to be borrowed from japanese . ( chinese uses the verb-noun word order , so the word order as noun-verb such as ' 月見 ( moon viewing ) ' is generally not used . ) +kimon ( demons ' gate ) means the direction of the northeast ( ushi-tora ; between the ox ( second sign of chinese zodiac which means north-northeast ) and the tiger ( third sign of chinese zodiac which means east-northeast ) ) . yin-yang philosophy considers it as the direction where demons go in and out , and a direction that people should avoid . unlike other directional spirits , the kimon is always positioned at ushi-tora . the direction opposite the kimon , the southwest ( hitsuji-saru ; between the ram ( eighth sign of chinese zodiac which means south-southwest ) and the monkey ( ninth sign of chinese zodiac which means west-southwest ) ) , is called urakimon ( the back demons ' gate ) , and people have an aversion for this direction as well . summary kimon is based on a story in a chinese classic text " shan hai jing " ( classic of the mountains and the sea ) , that defined the northwest ( inui ; between the dog ( eleventh sign of chinese zodiac which means west-northwest ) and the boar ( twelfth sign of the chinese zodiac which means north-northwest ) ) as ' tenmon ' ( deva gate ) , the southwest ( hitsuji-saru ) as ' jinmon ' ( man 's gate ) , southeast ( tatsumi ; between the dragon ( fifth sign of chinese zodiac which means east-southeast ) and the serpent ( sixth sign of chinese zodiac which means south-southeast ) as ' fumon ' ( wind 's gate ) and northeast ( ushi-tora ) as ' kimon . ' during the edo period , when building a house or when noble people move , the direction of the kimon was considered to be best avoided . furthermore , a peach tree was planted in the direction of the kimon or a monkey statue consecrated there as kimon-sake ( to guard against the kimon ) , since the opposite direction of the kimon is the monkey ( in japanese ' saru ' which is a homonym for the japanese word ' expel ' ) . there is a wooden statue of a monkey placed behind the roof at the northeast corner of the kyoto imperial palace to block the kimon ( which refers to saru-ga-tsuji ( literally , monkey 's road ) ) . even now , there is still a strong custom against positioning any gate or storage room , or any place using water such as a kitchen , rest room , or bath , in the direction coinciding with the kimon as seen from the center of the house . also , in capital planning , enryaku-ji temple on mt . hiei was placed in heian-kyo ( the ancient capital of japan in current kyoto ) in the direction of the kimon as seen from daidairi ( the greater imperial palace ) , and kanei-ji temple on mt . toei was placed in edo in the direction of the kimon as seen from edo-jo castle . theories about the kimon in yin-yang philosophy , it is explained that the north and the west are regarded as yin , the east and the south as yang , and that northeast and southwest become unstable because they are the boundaries between yin and yang . other than the tradition that the kimon is to be avoided , another theory says that because it is the direction that spirits pass through , or the direction where the sun is born ( the life gate ) , people have to guard their pure energy . another theory about the origin of the kimon is that because the prevailing wind blows from the northeast in china , inside a house any wet areas placed in that direction as seen from the center of the house would become unsanitary . kimon in everyday language as mentioned above , the word kimon originally had a magical meaning , but it came to be used as a word referring to ' something that is likely to have an unpleasant result . ' it refers not only to the direction , but also to places , time zones , or particular subjects , and the range of its use is wide . +as far as tsukemono is concerned , ' 紫葉漬け ' is correct and ' 柴漬 ' is wrong . it is traditional tsukemono in kyoto . it is explained in this sense as follows : fushizuke ( 柴漬 ) is a method of catching fish inside brushwood that is bundled and dunked in water . a method of execution a sinner is tied up covered with brushwood and sunk to the bottom of water with weight . shibazuke ( 紫葉漬け ) is chopped eggplants salted with red perilla , as a traditional tsukemono in kyoto and one of the three best tsukemono in kyoto along with ' suguki ' and ' senmaizuke . ' it has a vivid reddish-purple color of perilla and a strong sour taste . it is tsukemono from kyoto , but due to the popularity of this dish it 's sold nearly everywhere in japan .. in the case of pickling with the original process , it is supposed to take nearly a year to mature . although cucumbers or japanese ginger can be added and pickled in vinegar today , originally only eggplant , perilla and salt were used ; its sour taste comes only from lactic bacterium , so traditionally no vinegar was used . today , the ones made in such process without using vinegar are generally sold as ' nama shibazuke ( untreated shibazuke ) . ' there is an legend that , after the taira clan was destroyed , kenreimonin ( taira no tokuko ) , one of the few survivors of the taira clan , having secluded herself in ohara , kyoto , liked the local tsukemono brought for her comfort , and named the tsukemono with perilla ' shibazuke . ' there was a famous commercial film called " tsukemono hyakusen ( a hundred selections of tsukemono ) " by fujicco , in which mie yamaguchi shouts ' i want to eat shibazuke . ' +japanese swords ( 日本刀 ) are a generic term for swords forged in the originally developed way in japan . they are classified as katana ( tachi , uchigatana ) , wakizashi and tanto depending on size . in a broad sense , nagamaki , naginata , ken and yari are also included . craftsmen who make katana are called ' toko ( sword craftsman ) , ' ' tosho ( sword master ) ' or ' katana kaji ( swordsmith ) . ' its beautiful shape has symbolic meaning as well as its use as a weapon since ancient times , and many are highly appraised as art objects . old and unbroken lines , including the imperial family and shrines , value treasure swords ( such as amenomurakumono tsurugi ) as a proof of power . they also functioned as a support pillar of spiritual culture , ' the very soul of the samurai ' against the backdrop of the military government . they feature ' a process of folding and forging ' two types of metal , hard brittle steel and soft iron , so the toshin ( body of blade ) and nakago ( core ) are combined together . the nakago has holes ( mekugi holes ) to fix the body of blade to the tsuka ( handle ) with pin fasteners . different from swords of other countries , the biggest feature of japanese swords is that the body of blade itself has artistic value , aside from the fittings ( koshirae ) . the name " japanese sword " a ' japanese sword ' is a term originally used by other countries . in ancient japan , it was called ' katana ' or ' sword ' , and the name ' japanese sword ' was not used . the term is found in a poem titled ' a poem about the japanese sword ' by ou-yang hsui in baisong . this poem describes a merchant of yueh ( south china ) who goes to japan to buy japanese swords already being called treasure swords given their artistic qualities found in the fittings and appearance . although the main point of ' a poem about the japanese sword ' is to lament that books already lost in china still exist in japan , and not about japanese swords , it shows that the beauty of japanese swords was already recognized by overseas curiosos from the late heian period to the early kamakura period as one of japan 's exports . japanese sword ' became widespread as a general term after the late edo era . this is because paintings from japan increased their reputation being exported to western countries after the end of edo period , started to be called ' japanese paintings ' to distinguish them from the traditional western paintings , and likewise , the term japanese sword in contrast to western swords became established . before then , the name ' uchigatana ' was popular . the term japanese sword has been seen connected to nationalism mainly since the showa period , and such swords were considered just relics of the previous period where in the meiji period , saber style swords were adopted for the military until the manchurian incident . manufacturing method of japanese sword the manufacturing method of japanese swords , a highly advanced technique at the time , strove to achieve three highly sought after qualities , ' not to break , not to bend , and a razor sharp cutting edge . ' outlined below . tatara-buki method ; the type of steel used to make a japanese sword is called japanese steel or tamahagane . tamahagane is made using the ' tatara-buki method , ' an original japanese steel making process . not depending upon iron ore imported from other countries , using black iron sand found on beaches in japan , achieves fast reduction at low temperature , and creates high-quality steel with few impurities , compared to the modern steelmaking processes ( see reference ) . mizuheshi ( removal of carbon using water ) heated tamahagane is hammered with a tsuchi ( hammer ) to make a thin flat plate . when qenched in water and rapidly cooled , the excess carbon flakes off . this is called ' mizuheshi ' ( removal of carbon using water ) . these are raw metal making processes called heshi ( removal process ) . tsumi wakashi ( stacked and heated ) this case-hardened piece is called heshi gane ( removed metal ) , which is broken into small metal pieces using a tsuchi ( hammer ) . these metal pieces are stacked on the tip of a forging tool called ' teko ' , and wrapped in japanese paper . straw ash is applied , and then coated with clay slurry , then it goes into the furnace ( hodo ) to heat until the clay surface melts . the straw ash and clay prevents scaling loss of the steel during heating and oxidizing . it is then hammered with a kozuchi ( light hammer ) to form 6x9cm block . if there are not enough iron pieces , more are stacked , heated , hammered with a kozuchi , and formed into an ingot weighing 1.8kg to 2.0kg. this is the process known as ' tsumi wakashi ' ( stacked and heated ) . other than tamahagane , pig iron ( sentetsu ) which contains a lot of carbon , and pure iron called hocho tetsu also undergo tsumi wakashi and shita-gitae processing mentioned below . forging method ( shita-gitae , founding forging ) the red-hot block is struck and elongated using a tsuchi ( hammer ) , and folded back into the middle of its length , which is called a ' folding method of forging ' and it is done repeatedly . in fact , the word ' muko-zuchi , ' describes the method by which tosho ( yokoza , master ) and his disciple ( sente , helper ) alternately strike the body of the blade with a tsuchi , and this has become the root of the word ' aizuchi wo utsu ( chiming in ) . ' in this step , folding is done about five or six times .. tsumi wakashi ( stacked and heated ) after finishing shita-gitae with three types of steel , tamahagane ( literally " jeweled steel " ) , sentetsu ( pig iron ) , and hocho tetsu ( literally " kitchen knife steel , " pure iron ) , they are hammered using a kozuchi ( light hammer ) again to make metal pieces , selected to produce the proper steel composition , they are stacked and formed like the first tsumi wakashi . in this step , four kinds of steel having different carbon content , shingane ( center metal ) , munegane ( back metal ) , hanokane ( blade metal ) and gawagane ( side metal ) , are made . forging ( age-gitae , final forging ) shingane are folded back 7 times , munegane 9 times , hanokane 15 times and gawagane 12 times . by repeatedly forging after folding back the steel struck and elongated , impurities such as sulfur , excess carbon and non-metal impurities are removed , and a strong and homogeneous steel is created . tansetsu ( forge welding ) and wakashi-nobe ( heating and elongating ) after getting four kinds of steel , shingane ( center metal ) , munegane ( back metal ) , hanokane ( blade metal ) and gawagane ( side metal ) by shita-gitae ( forging ) , the second tsumi wakashi ( stacked and heated metal ) and age-gitae ( finishing forging ) , three layers of munegane , shingane and hanokane are forged and welded , and struck and elongated to get four times the material , 20mm thick , 40mm wide , and 90mm long , and then cut into four . this is called the ' core metal ( 芯金 ) . ' gawagane is also heated , and struck and elongated to become twice as long as the core metal , and is then cut in the center to make two gawagane of the same length as the core metal . gawagane , core metal and the other gawagane are stacked in this order , heated , forged , and welded , then struck and elongated into a 15mm thick , 30mm wide , 500 to 600mm long plate . teko ' is cut off , then ' nakago ' which becomes the grip of a sword is heated , forged and welded . sunobe ( forming the blank ) sunobe , ' is done by striking and elongating to form the shape of the katana , and kissaki ( piercing tip ) is made by cutting off the end . since this rough shape determines the final finished shape of a japanese sword , it is carefully formed by striking with a kozuchi . hizukuri ( shaping with heat ) mune ( back ) of the blade is struck to start the base of a triangular shape , and the blade side ( hirachi ) is struck and elongated to reduce thickness . then the mune of the nakago is struck to round the back edge , and lastly ' shinogichi ( ridge line ) ' is struck and formed . the whole body of the blade is heated at a lower temperature until it becomes reddish brown . karajime ( cold forging ) after it cools down , the black taint is removed by grinding with a rough polishing stone , and the hirachi ( blade ) and shinogichi ( ridge line ) are hammered using a kozuchi ( light hammer ) , and cold forging process is applied . the straight lines of mune and blade are adjusted , and unevenness is shaved with a special plane for shaving metal called sen ( 銑 , with the radical of 金 and 舌 , by right ) . in this step , ' hawatari ( length of the blade ) and the ' machi ( notch ) ' is determined . namatogi ( raw grinding ) namatogi ' is done to grind out the shaving marks left by using the plane and this is done using a polishing stone . then , after oil and fat are removed using straw ash with water , and the sword is dried . tsuchioki ( soil coating ) as preparation for ' yaki-ire ( quenching ) ' to rapidly cool the heated blade with water or other liquid , ' tsuchioki ( soil coating ) ' where three types of yakiba-tsuchi soil ( soil used for quenching ) are applied to the hirachi ( blade ) , hamon ( blade pattern ) and shinogichi ( ridge line ) are done . yakiba-tsuchi soil ( soil used for quenching ) is applied thinly and evenly over the hirachi ( blade side ) , then hamon ( blade pattern ) is designed with a writing brush using yakiba-tsuchi soil for quenching for hamon . lastly , a thicker coating of yakiba-tsuchi soil ( for quenching ) is applied for the shinogichi ( ridge line ) from the hamon ( blade pattern ) to mune ( back ) . by using thicker concentration of yakiba-tsuchi soil , for quenching , on the shinogichi ( ridge line ) , when cooling rapidly by yaki-ire , the blade side is quickly cooled and quenched completely , and the mune side is cooled relatively slowly and not fully quenched . quenching makes a sword harder , the metal expands , and creates the distinct curve of a japanese sword . the mune expands less , and takes on the property of tenacity rather than hardness , and this supports the blade side steel which is hard , but otherwise easily broken . yaki-ire ( quenching ) generally during yaki-ire , tosho dims the light of the workshop , and judges the temperature of steel by its glow . the blade coated with tsuchioki is inserted deeply into the hodo , and the whole blade from end to end is heated uniformly to about 800 degrees . the temperature is most important , and the optimal heat condition is checked with the greatest care , the body of blade is then plunged swiftly to a water tank and rapidly cooled . as mentioned above , the blade warps in the water , and it is pulled out after it is fully cooled , and is then ground with a rough polishing stone , and the yakiba ( 焼刃 , cutting edge ) is checked . after that , the blade is reheated in a charcoal fire for ' yaki-modoshi ( tempering ) . ' this work is called ' aitori ( neutralizing ) . ' since it also warps to the side a little , it is struck while on a wooden base with a kozuchi ( light hammer ) to adjust straighten the blade . the nakago ( core ) is also tempered and formed . after yaki-ire ( quenching ) , the surface of the blade is very hard and this is called martensite . depending on how the martensite looks , the hamon ( blade pattern ) that looks like round particles on the surface of the metal to the naked eye , is called nie ( literally " boiling " ) , and separates from the nioi ( literally " scent " ) that looks like fine lines because the individual particles cannot be distinguished . other than water , some of other cutting tools are quenched in oil , and as were japanese military swords during the war , but today , it seems to be reare that a japanese sword is quenched in oil . although quenching in oil reduces failure , it is not suitable for modern swords that are meant to become a work of art because it cannot achieve a fine hamon ( blade pattern ) , apart from its sharpness . now the work changes from rough forming to finishing with delicate work . kajioshi ( final grinding ) the sword craftsman modifies the curvature of the katana after yaki-ire ( quenching ) is finished , and does a rough grinding . in this step , final adjustment is done by checking for small scratches , blade thickness and jiba ( blade surface ) . nakago jitate ( core shaping ) nakago ( core ) is finished with a sen ( a grinding tool ) or a file , and for a mekugi ( fastening pin ) hole used for securing the tsuka ( handle grip ) , usually one hole is drilled and two for a sword used for iaido ( japanese martial art ) . then , yasurime ( to prevent hands from slipping on the grip ) , which is unique to sword craftsmanship , is added . meikiri ( carving inscription ) lastly , the craftsman carves his own name , address or year the sword was made on into the nakago ( core ) as mei ( an inscription ) with a tagane ( borer ) . generally , the name and address of the sword craftsman are inscribed on the front side ( outside when wearing tachi or katana ) , and the year or name of the owner in the back side , but there are exceptions such as back-inscription or no inscription at all . this is the end of the work for the sword craftsman , then a togi-shi ( polisher ) polishes the sword finally , but before the muromachi period , the sword craftsman himself also polished the sword . there is a big differences in polishing japanese swords compared to other cutting tools ; ensuring ornamental elements of a japanese sword , as a craftwork , is focused on as well as assuming sharpness as a cutting tool , and the whole body , not just the blade part , is polished . a saya-shi ( sheath craftsman ) creates the saya ( sheath ) appropriate to the katana . japanese swords are not completed soley by a sword craftsman , other craftsmen including a togi-shi ( polisher ) and saya-shi ( sheath craftsman ) add the finishing touches . katana is broadly divided into saya , toshin , tsuka and tsuba . saya ( sheath ) the end where the blade is inserted into the saya ( sheath ) is called koiguchi ( literally " carp mouth " ) , and the other side is called kojiri ( literally " small end " ) . tsuka ( handle grip ) has a part called kurigata ( literally " chestnut shape " ) for fixing saya to an obi ( belt ) , which is used for attaching a cord called sageo ( literally " string downside " ) . the movement of pulling out a sword a littlie by placing the thumb on the tsuba ( handguard ) when drawing a japanese sword from the saya is called " koiguchi wo kiru ( cutting the koiguchi ) . " most japanese swords are single edged , and the side without blade is called mine and the bulge between the blade and mine is called shinogi . the part of the body of blade that fits into the tsuka ( handle ) is called nakago ( core ) , which sometimes has an inscription of the name of the maker , called mei . nakago has a hole to secure the body of blade to the tsuka , which is called the mekugi hole , and the small pin for securing is called mekugi . when appreciating japanese swords , the body of blade is especially paid attention to in most cases , and the appearance of the blade created when forging the sword is regarded as an object of art and named hamon , nie or hada which is a pattern on the blade . tsuka ( handle ) this is a part with an important role to cover the nakago ( core ) and to ensure a good grip by the swordsman . most of them are made of wood , covered with tsukazame ( shark skin ) , and tied with a belt-like thin cord called tsukamaki ( handle belt ) . the small piece to pierce and fix the tsuka ( handle ) to the body of blade is called mekugi , and the hole for piercing called the mekugi hole . then menuki ( hilt ornaments ) ( which originally had a role as mekugi ) is decorated . the part of tsuka ( handle ) closest to the hand is called tsuka gashira ( handle head ) , which usually has metal for both decoration and utility . tsuba ( handguard ) as a feature of japanese swords , fittings ( koshirae ) and the body of blade can be separated , and the body of blade is fixed to the tsuba ( handguard ) by holding the part between tsuba and the body of blade with habaki ( collar ) and seppa ( washer ) . japanese swords have repeatedly been transformed along with historical factors of the day including politics , economics , culture , manners and customs . in the kofun ( tumulus ) period , steel swords had already been made . for example , iron swords and tachi were excavated from the inariyama tumulus , saitama prefecture and the tsukuriyama tumulus , shimane prefecture , which is a large square tumulus in izumo representing the early kofun period . the iron sword with a gold inscription excavated from inariyama tumulus was made in 471 for commemorating the achievement working for wakatakeru ( emperor yuryaku ) with 115 chinese characters . although most swords of this period are corroded and damaged , kanto tachi with gold and bronze fittings excavated from kawarake valley in yasugi city , shimane prefecture is miraculously in good preservation , and is famous as a rare case to pass the shine from the ancient days to the present with its golden tsuka ( handle ) as well as the body of blade . most swords after the seventh to eighth century retain their original form well , ' heishishorinken ' and ' shichiseiken ' of shitenno-ji temple and ' kingindensono karatachi ' of shoso-in ( treasure house of todai-ji temple ) are well-known ( straight swords before appearance of curved swords are written as ' 大刀 ' instead of ' 太刀 ' ) . as emperor suiko composed , ' a colt from hyuga province is the best horse , and masabi from wu is the best tachi , ' swords from wu ( collective name of southeast area of china ) was supposed to be the best during this period . however , the skill of japanese swordsmiths was improving . in shoso-in , domestically produced straight swords called karayo ( chinese style ) tachi are stored as well as imports from overseas called kara ( chinese ) tachi . moreover , there still exist straight swords with hirazukuri ( ridged style ) and seppazukuri ( front ridge style ) and domestically produced ken including warabiteno katana . although relics of swords from the early heian period are scarce , and the transition of styles or how and when japanese original curved swords were formed are not fully figured out academically , after the mid heian period ( around the 10th century ) , when the turmoil of johei and tengyo occurred , warabiteno katana ( curved sword ) which was easy to use when riding with its warped body of blade was used instead of conventional straight swords . it seems that warabiteno katana that barbarians used while riding to the disputes with tohoku where they suffered for a long time had an influence . also in this period , swords with ' shinogizukuri ' ( ridged style ) whose cross section of the body of blade is rhombic started to be made instead of the hirazukuri ( no ridge style ) or seppazukuri ( front ridge style ) . shinogizukuri ' is said to be stronger and easier to cut with than hirazukuri and seppazukuri . kenukigata tachi which has same steel in tsuka ( handle ) and the body of blade , and kogarasumaru sword which is warped with kissaki-moroha zukuri ( double-edged point style ) were in a transition period of the change mentioned above ( kogarasumaru was mentioned in an ancient document as a work of ' amakuni , ' a sword craftsman in the early 8th century , but it is widely believed that it was in fact made in the mid heian era . ) . as for kenukigata tachi , the one allegedly used by fujiwara no hidesato , and kept in ise-jingu shrine is well-known . this was named so because its tsuka ( handle ) has openwork with in the shape of tweezers ( kenuki ) . in the late heian period , especially around the time of early nine-years war and late three-years war , tachi was developed along with increasing power of samurai , and usually the ones after this period are called japanese swords . schools of sword craftsmenship appeared in the border area between izumo and hoki , and bizen province where there was good iron sand , and yamashiro province and yamato province which were the center of politics and culture . in these days , the mainstream of japanese swords is tachi considered for fighting on horseback . representative japanese swords of this period are ; ' doji giri ( killing ogre ) ' sword by which minamoto no yorimitsu cut shuten-doji ( drunk ogre ) on oe mountain ( made by yasutsuna in hoki province , national treasure ) ; ' kogitsunemaru ( small fox ) ' sword which has a legend that a fox helped with the forging ( made by munechika sanjo in yamashiro province , lost during the second world war ) . although an ancient document mentions that yasutsuna from the border area between izumo and hoki who made ' doji-giri ' sword lived in the early 9th century , as seen in his existing work , it is widely believed that he didn 't live in those days , but rather in the mid heian period at the end of 10th century . other than yasutsuna , sanjo kokaji munechika in yamashiro ( capital ) and tomonari kobizen are regarded as the oldest sword craftsmen whose names are on existing work . features of tachi in the heian period are described below : the style is shinogizukuri ( ridged style ) with iorimune ( standard surface ) , having a short kissaki ( tip ) called sho-kissaki ( small tip ) . the appearance is dignified ( the tip is narrower than the hilt side ) and elegant with big koshizori ( curve in the hilt side ) and small curve in monouchi ( main cutting part ) . as for hamon ( blade pattern ) , they have suguha ( straight temper line ) , or kochoji ( small clove hamon ) or komidare ( small irregular hamon ) , which is called nie . the width of cutting edge is not so wide , and hamon usually starts a little ahead of hamachi ( notch at the beginning of the cutting edge ) . nakago ( core ) has a curve , and some have a kijimomo shape ( pheasant 's thigh shape ) . although japanese swords in the early kamakura era looked like the ones in the late heian period , the military government system was established by the kamakura shogunate , and the world of swords blossomed . the retired emperor gotoba established gotoba-in smithery , where he summoned sword craftsmen each month and had them forge swords , also involved himself in yakiba ( cutting edge ) , and positively encouraged the making of swords . norimune ichimonji is well-known . in this period , awataguchi school in yamashiro province and ichimonji school in bizen province were newly established . in the mid kamakura period , as a result of emphasizing utility , the width of the blade became wider , which makes a difference in the width of blade at the base and at the top less , and swords have a rounded surface . kissaki ( tip ) became wide and short , which was called ikubi ( boar 's neck ) , and showed a simple and strong characteristic . from these days , making tanto ( a short sword ) became active , some works are seen . tanto from this period , had no curve , or it is slightly curved inward , and there are nakago ( core ) without a curve and one in furisode ( kimono sleeve ) style . as famous swordsmith in this period , there were kuniyoshi and yoshimitsu of the awataguchi school in yamashiro , kuniyuki , rai kunitoshi and niji kunitoshi ( only ' kunitoshi ' was inscribed instead of ' rai kunitoshi ' as signature ) of rai school also in yamashiro , shintogo kunimitsu in sagami province , fukuoka ichimonji school in bizen , mitsutada of bizen osafune school and aoe school of bicchu province . swords made especially in yamashiro , yamato , bizen , mino , and sagami are called ' gokaden ( swords from the five provinces ) . ' the creation of swords in these five provinces respectively have a unique feature in jitetsu ( steel ) , kitae ( forging ) or hamon ( blade pattern ) , which are respectively called ' yamashiro den ( swords from yamashiro province ) ' or ' soshu den ( swords from sagami province ) . ' it 's a custom to call them ' soshu den ' instead of ' sagami den ' for sagami province . in the late kamakura period , the creation of swords bloomed further due to disorders such as two genko ( mongol invasions ) and collapse of the political system . japanese swords of this period were changing to become more dynamic than those from the mid kamakura era . the blade width became wider , which makes the width less at the base and at the top , and they came to have la onger kissaki ( tip ) . tanto ( short swords ) or other katana also came to have a longer point like the tachi . it could be said that okazaki goro-nyudo masamune , as an expert of soshu den was the most brilliant swordsmith in this period . his style is prominent in the artwork on the blade surface , that is , kinsuji ( golden strip ) , inazuma ( thunderbolt ) or chikei ( landscape ) . the style of masamune tremendously influenced sword craftsmenship in various regions . there are swordsmiths called ' masamune jittetsu ( ten best disciples of masamune ) . ' although most of them were stretches in the later days and had no actual relationship between master and disciple , this shows the influence of masamune 's soshu den in various regions . the period of the northern and southern courts ( japan ) often included in the muromachi period as a divided political period is generally regarded as a separated period in the history of swords and weapons . as for swords in this period , different form other periods , lots of big swords such as odachi ( very long sword ) and nodachi ( field sword ) were made . as already mentioned , in this period , soshu den had influenced various regions . hamon with ' notare ( wave like hamon ) ' mixed with ' gunome midare ( irregularly undulating hamon ) ' are often seen . as for most tachi in this period , odachi which originally had a long length were recreated for uchigatana in later days by modifying the length with suriage ( shortening ) and o-suriage ( further shortening ) . some kodachi ( shorter tachi ) of this period also existed , which seem to be associated with uchigatana in later days . the early muromachi period produced famous swordsmiths including bizen osafune morimitsu and bizen osafune yasumitsu , and moromitsu , iesuke , tsuneie also from bizen . since most swords of theirs were made during the oei period , they are generally called ' oei bizen ' and are highly valued . domestic demand for swords decreased since the era of peace started , but production for important exports to ming also started . when the war-torn era started by the turmoil of the onin war , numbers of inferior swords made by mass production called ' kazu-uchi mono ' started to appear to respond to the massive demand , which intensified the deterioration in the quality of swords . the sengoku period ( period of warring states ) gave rise to mass production of inferior kazu-uchi mono ( mass products ) , but on the other hand , the steel industry which produced the material made a rapid advance in tatara ( bellows ) technology and with the arrival of guns by trading with westerners . stable supply of high quality steel was realized , and elaborate works of katana kaji of this period and ' chumon-uchi ( items made to order ) ' which warriors specially ordered to entrust his own fate to are mostly famous . in the sengoku period , magoroku kanemoto and izuminokami kanesada as two major swordsmiths of sue koto ( late old sword ) , and muramasa in ise appeared . ( as for the swords after the mid muromachi era , tachi which was carried on at the waist with the blade downward was replaced by uchigatana which was put on at the waist with the blade upward . the outside of both tachi and uchigatana when wearing is supposed to be the front of the body of blade , on which signature of the sword craftsman is usually inscribed . therefore , tachi and uchigatana are mostly distinguished by the position of the inscribed signature ( mei ) , but some sword craftsmen inscribed in the back . ) in the history of swords , creation of swords after the keicho period are called ' shinto ( new swords ) , ' and were distinguished from ' koto ( old swords ) , ' made before that . in this period , famous swordsmiths gathered in edo , kyoto , and osaka to compete with each other . in the edo period , swordsmithery flourished in edo , osaka and other regions , and famous swordsmiths including kotetsu nagasone , kunihiro horikawa , shinkai inoue , and sukehiro tsuda appeared . although katana kaji used to have an attribute as workmen of weapon manufacturing , some of them started to develop an artistic disposition . new demand for katana was also generated since financially well-off merchants specially ordered luxurious wakizashi ( medium length swords ) . especially in osaka , shinkai and sukehiro appeared , who developed a magnificent style called osaka shinto ( osaka new swords ) . however , conservative samurai avoided some of them because they thought those swords looked decadent with the picturesque and ornate hamon ( blade pattern ) . and since swordsmanship was practiced with bamboo swords , katana came to have a shape with a shallow curve . in the era of peace after the genroku period , there was no demand for new swords , and few craftsmen made swords . on the other hand , however , riggings of a sword such as tsuba ( handguard ) , kozuka ( accessory knife ) , menuki ( hilt ornaments ) , kogai ( hair pick accessory ) were developed in this period , and also in such field of sword ornament goldsmiths , lots of famous swordsmiths including matashichi hayashi , yasuchika tsuchiya , toshinaga nara , somin yokotani , shozui hamano and ichijo goto appeared . in the late edo era , when japan became turbulent , suishinshi masahide and some others tried to restore the forging method of koto ( old swords ) from the philosophy of revivalism , and practical japanese swords started to be made again . creation of swords after this period is called ' shin shinto ( new-new swords ) . ' disciples of masahide including shoji taikei naotane , minamoto no kiyomaro , sa no yukihide , munetsugu koyama appeared . however , when the creation of sword started to flourish again , the meiji restoration began , then revenge was banned in 1873 , and the decree banning the wearing of swords to prohibit people , except the police and military from wearing swords , was issued on march 28 , 1876 , so japanese swords rapidly declined . in 1873 , japanese swords were exhibited at the expo held in vienna . this was to show japanese technology and mentality to the international society . however , after the decree banning the wearing of swords , there were little demand for new swords , and most swordsmiths who were popular lost their job . moreover , numbers of famous swords went abroad . still , japanese government appointed gassan ( japanese swords ) and tadanori miyamoto as imperial members of art . they made an effort to preserve traditional techniques of creating swords . on the other hand , appreciation of the drawn sword squad in the seinan war influenced the japanese army and navy to keep using military swords as major weapons for officers , and it became standard to make japanese swords with military sword fittings of saber style , then the proof of japanese swords ' effectiveness in close combats in the russo-japanese war as weapons in a modern war , and the increasing momentum of ultranationalism in the showa era made the army and navy develop military sword fittings more suitable to store a japanese sword with the motif of tachi fittings in the kamakura era , instead of military sword fittings of the saber style ( at the same time , however , numbers of swords that had been used in ancient and modern wars as military swords were lost on the battleground ) . after the manchurian incident , the armory and some researchers in institutes pursued the possibility as a soldier 's gear in regard not only to the fittings , but also the body of blade . for example , various military swords including ' shinbuto ' that is strong in the bitter cold of manchuria , and japanese swords of stainless steel the navy used ( ' taiseito ' ) were studied . various bodies of blades from the ones with partly changed materials or from production methods of japanese swords to industrial swords representing the shape of japanese swords were made as prototypes or in large quality . these special blades were called ' showa swords , ' ' new murata sword ' and ' new japanese swords , ' and it is said that a lot of them outweighed conventional japanese swords ( even famous swords ) in quality as weapons . although there is still a myth that they were of bad quality , these were just bad quality swords that dishonest dealers sold , so this is not an appropriate evaluation ( there were bad quality swords in the early and later period ) . the casting theory and the theory that the blades made by the armory were of bad quality is out of the question . these were appreciated by officers and under-officers of the imperial japanese army ( they had to buy the military sword and military uniform at their own expense as personal possessions ) as blades they could get cheaply and use freely , and non-commissioned officers got them as government-furnished military swords ( such as type 95 military swords ) , and these swords were used in actual war . from the original viewpoint of ' japanese swords as weapons to fight with , ' each of the special blades became a perfect japanese sword using modern technology and had an essential practical utility , but most of them have no taste of beauty in appearance ( some swords including semi-forged showa swords of seki have both ) , so , today , they are not supposed to be included together with japanese swords , also from the standpoint of the production method . recently , however , such military swords which were disregarded in the sword world became popular , and at the same time they are reevaluated as researchers and collectors found something new or an unfair and the myth was denied . ( see also military sword blades and military swords ) after the surrender in the pacific war ( the great east asia war ) , the general headquarters of the supreme commander for the allied powers conducted a sword hunt regarding japanese swords as weapons , so numerous swords including hotarumaru were destroyed ( in kumamoto prefecture , for example , swords were burned with petroleum and thrown into the sea ) . there was also a rumor that ' if you have a sword , the ghq will come to search with a metal detector , ' so some swords were hidden in the ground , which caused them to corrode and they were ruined , some were broken to make a short one which is shorter than the length of the those that were prized by collectors , and some people discarded swords on their own , and so on and so forth . most swords collected by ghq were stored in us army 's warehouse in akabane , which were returned to the japanese government at the end of the occupation . however , the original owners were mostly unknown , so the property right was transferred to the government , and such swords are called ' akabane swords ' among fanciers of swords . although japanese swords themselves were endangered once , japan made a great effort and possession with a registration system became possible . a japanese sword itself is required to be registered , and a sword without a registration needs to be notified to the police and investigated . although carrying a sword is subject to restriction by the sword and firearms control law , permission is not required to possess a sword and anybody can possess them ( some municipalities prohibit sales to people 18 or younger in an ordinance ) . in case of purchase , however , change of ownership must be notified to the board of education upon registration . today , japanese swords are not weapons , but tools for martial arts such as iai , and decent art objects same as paintings and pottery , and the production and possession are allowed only for such purposes . furthermore , the number of swords to be made by a sword craft master per year is allocated , which prevents reduction in quality of the work by mass production of inferior swords . on the other hand , however , most sword craft masters except some , naturally have difficulty making a living only by making swords due to the little demand for the creation of swords , but they are not allowed to make anepigraphic swords due to the restriction of sword numbers described above , so they cannot make lots of cheap swords for martial artists to earn money , and we must understand that they have various problems like other craftsmen have that are involved in traditional handicrafts . jokoto ( early old swords ) this indicates swords older than koto ( old swords ) , which are not normally categorized into japanese swords . they are mainly straight swords , but some tachi ( long swords ) have a curve . koto ( old swords ) this indicates from the first japanese swords in a narrow sense to the ones before the keicho period . they were mainly tachi ( long swords ) before the mid muromachi era . suekoto ( late old swords ) koto ( old swords ) in the late muromachi period , around the sengoku period ( japan ) may be especially called ' suekoto ' and distinguished . most of them are inferior swords produced by mass production called ' kazu-uchi mono . ' shinkosakai ( new-old border ) the transit period from koto ( old swords ) to shinto ( new swords ) in the azuchi momoyama period can be designated and distinguished like this . shinto ( new swords ) this indicates swords after the keicho period . the japanese swords in this period are categorized further into ' keicho shinto , ' ' kanbun shinto , ' and ' genroku shinto . ' shin-shinto ( new-new swords ) there are some theories about ' swords made with a forging method of koto ( old swords ) proposed by suishinshi masahide , ' but generally this indicates swords in the late edo era after the late 18th or the early 19th centuries . gendaito ( modern swords ) there are also some theories , but this usually indicates swords made after the decree banning the wearing of swords in 1876 . showato ( showa swords ) this indicates japanese swords excluded from the category of japanese swords as art swords . this does not necessarily indicates all the swords made in the showa era , but it mainly indicates ' imitation swords , ' weapon swords made as military swords . they have different production methods , and the sword not approved as an authentic forged sword basically cannot be registered by the board of education , and carrying is banned and a carry permit is necessary . however , numbers of special swords which are apparently not authentically forged swords are officially registered , so , it requires some consideration on the system common to all the periods , all the regions , and all judges . they are also called showa shinto ( showa new swords ) . uchigatana a japanese sword with an average shape with a warped blade and several parts including tsuka , tsuba and seppa . simply mentioning ' japanese swords ' mostly indicates uchigatana . in the modern classification , it indicates the one with its blade length ( direct distance between kissaki ( tip ) and mune-machi - notch in the back ) is 60cm and longer , and those shorter than 60cm is called wakizashi . tachi ( long swords ) the structure is almost same with uchigatana , but the way of carrying is totally different ( uchigatana is carried with the blade upward by putting in a belt , while tachi is hung with the blade downward to carry ) , and koshirae ( fittings ) are also different . also , a lot of them are ornately decorated on tsuka ( handle ) and saya ( sheath ) . in modern classification , blade length is 60cm and longer , and the one shorter than 60cm is called wakizashi . as mentioned above , there is no big difference when comparing only the blade , it generally features a deep curve . wakizashi ( medium length swords ) this is uchigatana ( or tachi ) with a short blade . in modern classification , those with a blade length from 30cm to 60cm . wakizashi with almost 60cm long blade is especially called kodachi ( shorter tachi ) or naga-wakizashi ( longer wakizashi ) . odachi ( very long swords ) uchigatana ( or tachi ) with a long blade . it is also called nodachi ( field tachi ) in modern classification , those with a blade length of 90cm or longer . it was carried on the back or the shoulder because it was too long to put ( or hang ) at the waist . as for usage , chopping while riding horseback by letting its weight work was most common . kenukigata tachi ( tachi with a tweezer shape ) tachi ( long sword ) where nakago ( core ) also functions as a tsuka ( handle ) . it existed during the transit period from straight swords to curved swords . kogarasumaru swords it has shinogi-zukuri ( ridged style ) from hamachi ( edge notch ) to monouchi ( striking point ) , but kissaki ( point ) has a style closer to moroha-zukuri ( double edge style ) . it also has some curve . it existed during the transit period from straight swords to curved swords . tanto ( short swords ) in modern classification , one with a blade length shorter than 30cm . however , one longer than 30cm in hira-zukuri style with little curve is called ' sunnobi ( extended length ) ' and can be included in tanto . nagamaki ( literally " long roll " ) odachi ( very long sword ) with a tsuka ( handle ) almost the same length as the blade . it was evolved from ' nakamaki ( literally " medium roll " ) ' that became easier to handle by extending the tsuka of odachi . the difference between nagamaki and nakamaki is ; the tsuka is made long from the beginning , or the tsuka is made long by extending a regular odachi . shoso-in ( treasure house of todai-ji temple ) has a weapon with a long handle as in its original version . nagamaki naoshi ( remake from nagamaki ) naginata ( pole swords ) a weapon with a long handle having a curved blade like uchigatana and tachi . it looks like nagamaki in appearance , but there are some theories on the relationship with nagamaki , and the truth is unclear . naginata naoshi ( remake from naginata ) a sword remade from naginata . since naginata has a relatively shorter blade compared to uchigatana , most of them were remade for wakizashi ( medium length sword ) or tanto ( short sword ) by cutting the nakago ( core ) . yari ( spear ) a typical long handle weapon having a short blade and long handle . in order to specialize in picking , it has a double-edged blade , and it is made thick so not to break easily ( some have a cross section of the blade with an almost regular triangle shape ) . it is difficult to mention this as strictly being a ' sword . ' shikomi katana ( disguised swords ) a hidden weapon to disguise it as something different than a sword by covering the blade . there are mainly two types ; one disguised as a commodity , and a two-step weapon by fitting another weapon with a small blade . the blade gives priority to ' how easy it is to hide ' over ' how strong , ' it is so , it is thinner and easier to break compared to other japanese swords . currently , carrying and possessing this type is banned by the sword and firearms control law . shinogi-zukuri ( hon-zukuri , ridged style ) most japanese swords are made in this style . the picture above shows this style . it is thought to have been evolved from seppa-zukuri ( front ridge style ) . kata shinogi-zukuri ( one-sided ridge style ) one side has shinogi-zukuri ( ridged style ) , and the other hira-zukuri ( no ridge style ) . hira-zukuri ( no ridge style ) a style often seen in tanto ( short swords ) and kowakizashi ( shorter wakizashi ) . there is no shinogi ( ridge line ) . a few uchigatana in hira-zukuri ( no ridge style ) were seen from the middle to the late muromachi period . seppa-zukuri ( front ridge style ) a style where the shinogi is closer to the cutting edge . it is mostly seen in jokoto ( early old swords ) . kissaki moroha-zukuri , kokarasu-zukuri the part near kissaki ( point ) has a double edge like a ken ( double-edged sword ) . especially kokarasu-zukuri indicates a style of a sword called a false sword that has a double edge in more than half of the blade . as for existing swords , kogarasumaru has this style . shobu-zukuri ( iris style ) a style taking away yokote ( separating line ) from shinogi-zukuri ( ridged style ) . this name derives from its shape closely resembling a leave of iris ( shobu ) . it is mainly seen in wakizashi ( medium length swords ) . unokubi-zukuri ( neck of cormorant style ) the thickness is brought down from a little lower part of kissaki ( tip ) to the middle of mune ( back ) . this name derives from the thin shape like a neck of a cormorant ( u ) . kanmuri otoshi-zukuri ( crown-dropping style ) the thickness is brought down from mune ( back ) toward kissaki ( tip ) . it usually has naginata toi ( is fuller ) and is often seen in tanto ( short swords ) . moroha-zukuri ( double edge style ) it has a double edge from shinogi ( ridge ) , and its kissaki ( tip ) is upward . it is seen in tanto ( short swords ) after the mid muromachi period . there rarely exist long swords in moroha-zukuri ( double edge style ) , which are famous as japanese swords pursuing only lethal potential . osoraku-zukuri ( fear syle ) the position of yokote ( separating line ) is much closer to nakago ( core ) different from regular shinogi-zukuri ( ridged style ) , and kissaki ( tip ) occupies half to two-thirds of the blade . it is often seen in tanto . there are several theories for the origin of this name , but the theory that the tanto ( short sword ) of a warlord in this style had a carving of ' osoraku ' ( which means a horrible thing ) and it was named after this , prevails . generally , as the eras go by , the center of curve tends to move from the waist side to the tip . koshi-zori ( waist curve ) the center of the curve is located lower than the center of the kissaki ( tip ) and mune-machi ( notch in the back ) . it is seen in tachi from the late heian period to the early kamakura period . naka-zori , torii-zori ( middle curve ) the center of the curve is located nearly in the center of kissaki and mune-machi . it is seen after the mid kamakura period . saki-zori ( tip curve ) the center of the curve is located further up than the center of kissaki and mune-machi . it is seen after the muromachi period . uchi-zori ( inside curve ) swords generally warp against the mune ( back ) , but on the contrar this one warps against the blade . it is seen in tanto ( short swords ) in the kamakura period and ' tosu ' as a treasure in shoso-in , but this is a universal ' shape ' also seen in overseas knives and daggers . yasurime ( file marks ) are applied in order to make the blade harder to pull from tsuka ( handle ) . since yasurime ( file marks ) depend on the province , period or school , this is often investigated in the appraisement of japanese swords . kiri ( sideways , straight ) katte-kudari ( right-hand fall ) katte-nobori ( right-hand rise ) this is a typical yasurime by a left-handed swordsmith , so it is a major factor for appraisement . sujikai ( diagonal ) o-sujikai ( large diagonal ) gyaku o-sujikai ( reverse large diagonal ) takanoha ( also known as fern ) higaki ( cypress fence pattern ) kesho yasuri ( dressed grinder ) this is a decoration to combine with each yasurime ( file marks ) above . it is seen after the last half of the shinto ( new swords ) period , which becomes a factor to discern the period . narashi yasuri ( leveling grinder ) kinds of boshi ( temper line ) komaru ( small round ) komaru-agari ( small round rise ) komaru-sagari ( small round fall ) ichimonji-kaeri ( horizontal return ) yokote uwaba hososhi ( narrow separating line upper edge ) omaru ( large round ) yakitsume ( no turn back ) hakikake ( brushed line ) midarekomi ( irregular line ) choji-midarekomi ( clove shaped irregular line ) jizo ( stone statue ) kaen ( flame ) ichimai ( one piece ) niekuzure ( deformed temper line ) notarekomi ( wavy line ) tsukiage ( sharp ) kinds of kissaki ( point of blade ) kamasu kissaki ( large point with straight edge ) sho-kissaki ( small point ) ikubi kissaki ( boar neck point ) chu-kissaki ( medium point ) o-kissaki ( large point ) mokume hada ( burl wood grain pattern ) o-mokume hada ( large burl wood grain pattern ) chu-mokume hada ( medium burl wood grain pattern ) ko-mokume hada ( small burl wood grain pattern ) masame hada ( straight grain pattern ) itame hada ( wood grain pattern ) o-itame hada ( large wood grain pattern ) ko-itame hada ( small wood grain pattern ) ayasugi hada ( wavy grain pattern , also called as gassan hada ) matsukawa hada ( pine tree surface pattern ) norishige hada ( norishige pattern ) hijiki hada ( dark sea-wead shap pattern ) nashiji hada ( pear skin pattern ) konuka hada ( very fine grain pattern ) chirimen hada ( crepe pattern ) muji hada ( no grain pattern ) kinds of jiba effect ( blade surface ) the effect of jiba ( blade surface ) of japanese sword is mainly configured by martensite generated when the steel is quenched . nie ( literally " boiling " ) the particles of martensite are big . nioi ( literally " scent " ) the particles of martensite are small . the combination of nie and nioi causes various effects below . utsuri ( reflect ) chikei ( landscape ) kinsuji and kinsen ( golden strip ) sunagashi ( brushed sand ) yubashiri ( running water ) ashi ( leg ) yo ( leaf ) description of japanese swords japanese swords are described with the technical terms mentioned above . existence of names which are unique to japanese swords and associated with metallurgical phenomena makes description of the features of each sword possible , and transmission of work styles by letters , comparison , and consideration of different swords and academic research more than physical appreciation have also become possible . an example of description of japanese swords : ' the japanese sword masterpiece ' by kanzan sato ( shin-jinbutsuoraisha co . , ltd . ) p.130 ( referred with some expressions changed ) sword / inscription : kanemoto size / blade length : 71.5cm , curvature : 2.1cm shape / shinogi-zukuri ( ridged style ) , iori-mune ( standard surface ) , no hiraniku ( rounded surface ) , rather strong saki-zori ( tip warp ) , long chu-kissaki ( mesium point ) forging / tight ko-itame hada ( small wood grain pattern ) , slight nagare ( stream ) , generally shirake-gokoro ( whitish ) blade pattern / sanbonsugi ( three cidar trees ) , partly kakedashi ( chipped ) , tight nioi-kuchi ( small particles of martensite ) , sunanagashi ( brushed sand ) accompanied , with ko-nie ( several large particles of martensite ) temper line / midarekomi ( irregular line ) , komaru ( small round ) , hakikake ( brushed line ) on tip center / ubu ( unaltered ) , shallow iriyamagata ( mountain shape ) on tip , file marks of takanoha ( fern ) , three mekugi-ana ( holes for fastening nails ) , two-letter inscription closer to omote-mune ( front ridge ) besides these , the registration number is recommended to be described . from ancient times , features of japanese swords have been described as : like a broken edge of thick japanese paper like unevenly melted snow like snow on pine leaves ( these expressions above describe the appearance of hamon ) , with a concrete description , and eliminates the incorporation of the subjective feeling of an observer . - avocational and promotional description on the other hand , swords are traded for money , and especially from the meiji period to the modern times , when swords , as antiques and art objects , came to have character as commodities or hobby objects , there are descriptions without objectivity , promotional descriptions to increase commercial value , descriptions to stimulate desires for possession and descriptions full of feelings toward a favorite sword . while using technical terms , some are sentimental and abstract , and ' untrue , dramatic , and misleading , ' which we have to be careful of . examples of avocational and promotional descriptions ( cited from the wikipedia ) the effect of the blade is even from the base to the tip , and " nioi-kuchi ( small particles of martensite ) is tight and turns into the blade tip like it 's disappearing quickly " as the greatest characteristic , and tightening nioi-kuchi and having an effect of the blade feature are typical techniques of the koto ( old swords ) period , and kyoshu , a samurai connoisseur highly praised its fine steel for surpassing heian and kamakura ( they are supposed to be second-class craftsmen ) , and it is even said that it all comes down to kanesada ; contrary to the " wide change " seen in magoroku kanemoto , it has a " serene " work style ; most of the works with the inscription of nosada have fancy blade patterns which amateurs like ; the inscription is done by himself , without an inscriber , which makes the inscription " deep . " although it has been compared with muramasa at appraisement for bidding since ancient times , the blade surface of muramasa is blackened and a has local flavor ; existing kanesada 's works are not blackened at all and are clear , and fine without any shirake-utsuri ( whithish reflection ) ; it has a reputation for wonderful steel . ' it is thought that the process of creation of japanese swords has been developed basically in order to achieve three conflicting natures , ' not to break , not bend , and sharply cut ' simultaneously . in the modern metallurgy , ' not break and not bend ' is called ' compatibility of strength and tenacity ' and improvement research of structural material has still being done night and day . because saving trouble even a little makes this compatibility balance lost . also , ' sharply cut ' and ' not break ' are difficult to be compatible . this has been realized by having so-called functionally-gradated structure that the cutting edge is hard , and the hardness is gradually decreased to the core , which makes compressive residual stress generate at the cutting edge . the explanation above is a case showing that the ideal condition is realized in the whole blade , so in fact , invisible defects can make a sword easily broken . however , a japanese sword in the ideal condition is called ' the world 's strongest cutting tool , ' and with reason . the sharpness of japanese swords are stated everywhere . as a notable example , ' kabuto-wari ( helmet splitting ) ' with katana by the dotanuki group led by kenkichi sakakibara is famous . tv shopping programs sometimes use phrases such as ' japan boasting the world 's best techniques in the production of cutting tools . ' however , this sharpness is only demonstrated by cutting with the optimal angle , so , setting aside testing sharpness by bringing katana down to a body at rest , it is virtually impossible to cut always with the optimal angle against someone moving around in an actual fight . among japanese swords , the regular size of uchigatana in the edo period is about 70cm in blade length except at the very beginning and ending period , due to regulations of the edo shogunate ( swords of more than about 88cm , that is nodachi or field sword , were banned ) . in the edo period , there was no chance to use a sword in an actual war , so testing sharpness was often done . swords are made lighter than the general image . however , a sword which is 1.3 times longer , called satsuma koshirae ( fittings ) , and belted on by satsuma warriors , required some time to poise before once bringing it down , and the so-called jigenryu style to defeat at the first attempt became popular . later , satsuma warriors held important posts in the navy , and based on this nature , experts to defeat at the first attempt who learned the latest gunnery weapons of the day in germany or other countries succesively held the posts including full admiral . some comparisons are recited below . these examples show the weight of a naked sword . uchigatana ( japan ) : in case of 70cm to 80cm long blade , about 850g to 1400g ( a naked sword including tsuka ( handle ) and tsuba ( handguard ) . in case of 100cm long blade , more than 3000g ) saber ( around the world ) : in case of 70cm to 100cm long blade , about 600g to 2400g shashqa ( east europe ) : in case of 80cm long blade , about 900g to 1100g chinese swords ( china ) : in case of 70cm to 90cm long blade , about 500g to 1000g ( for double-handed use , in case of 80cm to 100cm long blade , about 900g to 3000g ) these above were used until the recent period . a japanese sword is not really light if you compare in the blade length , because its handle is longer than other swords . however , among the swords for double-handed use , it is one of the lightest ones . a japanese sword is originally suitable to ' cut off . ' however , it is necessary to slide and pull when cutting so that the direction of force is added at a right angle against the object to cut , because the sword itself is light . with the same reason , when sharpening a sword to ' cut and kill , ' it is sharpened in the direction to slide like a kitchen knife ( similar in the way to handle double-edged sword ) . tracing the history , from the kofun period to the nara period , when swords became separated between ceremonial use and actual use , ' keito tachi ' and ' kurozukuri-no tachi ' were only for ' cutting off . ' in the heian period , ' kogarasu ' adopted ' kissaki moroha-zukuri ( double edged tip style ) ' to be suitable also to ' stab , ' but later , tachi and uchigatana didn 't adopt kissaki moroha-zukuri and had a curve to be suitable to ' cut ' by wristing . some masters of martial arts used a sword having a double edge at the tip for 9cm length , which is an exception . japanese swords were ' the very soul of the samurai ' and its mental and religious value as sacred treasures and artistic value were emphasized , but on the other hand , it is said that they didn 't achieve much on the battlefields . the reasons commonly mentioned to support this are described below . some apply all the swords , not only japanese swords . in the records of the days , injury by katana has a low percentage in the cause of casualty and death . most swords were for close combat , and they have a disadvantage against long handled weapons ( yari - spear or naginata - pole swords ) in a wide space . attacks by cutting against the parts with armor or habergeon is not effective . the blade of a japanese sword is made thin to keep sharpness of blade and to make it lighter , so it can be easily bent or broken depending upon the direction of force . a slightly nicked edge greatly influenced its power , which causes difficulties in durability as a major weapon . due to the production method requiring a lot of labor , it was not possible to have mass production of high-quality swords or large nodachi ( field swords ) and to supply them to soldiers . warriors in the pioneer period were individual mounted shooting as the major tactics , and after the late kamakura era , a concentration of spearmen using common soldiers including ashigaru ( common soldiers ) became the major tactic . swordsmanship become popular after the peaceful edo period when swordsmanship with bamboo swords flourished . on the other hand , there are some foundations to deny these reasons as below . in a tumble fight or a fight in a small area , it has an advantage against long handle weapons . mass produced swords called kazu-uchi were produced and widespread even to common soldiers . armor was a little weak against a hit , so , in the sengoku era , there existed a fighting way using a sword as a blunt weapon with a blade . since armor always had slits , there existed a fighting way to attack them . armor or habergeon excels in protecting from blades , but is heavy and makes it difficult to move . equipping with swords means forcing the opponent to wear armor . for example , at the seinan war , when they didn 't wear an armor anymore , the drawn sword squad made achievements in both armies . it is after the edo period when its spirituality was emphasized , and significance as a utility article was big in those days . value as backup weapons since weapons can be broken on a daily basis by warriors ' rough handling , backup weapons are necessary . people of all ages and countries are afraid of being unarmed . value as self-defence weapons not all soldiers specialized in close combat and had a long handled weapon . other soldiers needed to have a self-defence weapon , and they had mainly katana with them . they are , for example , soldiers using artillery including a bow , a gun , gravel , and supportsoldiers such as cargo handling and utility work . used in situations where long handled weapons are difficult to use . they changed to katana and fought in a circumstances such as indoors or in a mountain forest where it is difficult to handle long handle weapons . assistance for yari ( spears ) battles in japan had mainly long-distance weapons including bows in the middle age and guns in the modern age , and as for a middle-distance fight , after fighting with yari ( spears ) , they ended up wrestling to cut the carotid artery by tanto ( short sword ) or yoroidoshi ( knife going through armor ) , so japanese swords were usually used as assistance for yari . most swords used in battle have cuts and dents from other swords on the mune ( back ) , which shows they were used in close combat . in fact , the famous masamune ishida sword has numbers of big cuts and dents , which explains it was used in an actual fight . taking the cut head of the enemy general it was quite difficult to cut off a head quickly in the middle of a battlefield with yari ( spears ) or weapons other than swords , and the cut head of the enemy general could show the achievement of a soldier in a battle , so it is said that swords were important . however , it is virtually impossible to cut off the head of an enemy rushing desperately with an armor and a helmet at a single stroke in the middle of a battle even with a sword . and usually , the cut head had a meaning only if it was the enemy general or closer to the rank , heads of common soldiers were not cut . for example , even if cutting heads indiscriminately was supposed to be achievement by a special order , in order to prevent dishonest incidence after the battle , the general or an officer appointed by the general openly cut the body of enemies in front of everyone . from the above , it is rather difficult to accept the theory that swords were convenient to cut off the head f as a reason that swords were valued . moreover , wakizashi ( medium length sword ) is more convenient for cutting off the head from a dead enemy . it is quite an abnormal situation when people fight risking their lives , not just in battle , and they need to have a special determination . in such time , it is no wonder that ' the very soul of the samurai ' of japanese swords , the mental and religious value as sacred treasures and the artistic value are needed as realistic force , in a way . there exist a lot of swords made during the war-torn period that are engraved with names of shinto and buddhist deities the owners believed in or with mantra , which interestingly reflects warriors ' naked feelings . from the engineering aspect , in the periods when the theory of metallic crystal or phase transition was not resolved , sword craftsmen kept making an effort and achieved cutting tools that were excellent scientifically as well , which attracts much interest even now . this is because engineering control in the black box style is realized by accumulating and transmitting lots of meta-information including apparent change , texture , and smell that are not theorized or verbalized . in fact we don 't interpret people 's expression by fine and strict definition , but have an advanced ability to ' read the mind , ' and especially since the japanese are excellent in this ability , attempts to use japanese manufacturing as an engineering system has begun in recent years . verification by tv programs spring of trivia experimental results broadcasted in the summer in 2004 . it has the possibility of dramatic interpretation due to the nature of tv as media . there are no controlled experiments , so it is impossible to compare them with other swords . japanese sword vs. gun ( colt government ) experiment ; bullets are shot against the cutting edge of japanese sword blade . bullets were sliced in two every time they were shot , and the blade didn 't have a nicked edge at all . the diameter of the bullet of this gun is 11.43mm , the weight is about 15g and the speed is about 250m / s , by which the muzzle energy is calculated to be about 500j . although the bullet hit the blade of the japanese sword while spinning counterclockwise , the blade didn 't suffer a nicked edge at all , which can prove the sharpness of a japanese sword . on the other hand , there is the opinion that this is just a physical strength experiment of materials , ' steel ' vs. ' lead . ' moreover , there is also a rebuttal from the viewpoint of the momentum that the fixed japanese sword overwhelmed the bullets with intense motion energy . japanese swords vs. waterjet ( water pressure blade ) an experiment where a waterjet is shot against the cutting edge of the blade of a japanese sword . it passes without a scratch . a kitchen knife having gone through the same experiment under the same conditions was broken into two . japanese sword vs. machine gun ( 12.7mm heavy machine gun m2 ) experiment ; nato bullets of 12.7x99mm are shot from a machine gun against the cutting edge of a japanese sword blade . this 12.7mm heavy machine gun m2 used here is a machine gun with a large caliber . it is used to attack armor-clad targets such as armored vehicles or to bring down an enemy by shooting through an obstacle . the bullets were much bigger than those used in a gun or a rifle and had incomparable power ( in this case , the impact on the blade and the twist against the blade ) , and the result is that the blade endured up to 6 bullets , but then the body of blade was ground down at once and broke in two . the concrete wall put in the back for safety was chopped to pieces . it is unclear about the bullet material and whether the projectile was a full metal jacket or not . takeshi & machami 's why not get surprised with world-class japanese technology ? special an experimental where hiroshi fujioka , a japanese actor , tried to cut a car door with a hard metal sword to compare the sharpness of the japanese sword . although this hard metal cutting tool developed in germany is strong against compression stress , it is known in the die level that it will be broken when stretching stress is generated , and a japanese sword is structured to generate pronounced stretching stress , which makes some people doubt the credibility of this experiment . regular japanese sword = 6cm ( the blade was nicked and bent , and could not be put into saya . ) hard metal sword = 22cm ( no scratch or nick ) hiroshi fujioka saw this and named this hard metal sword " real zantetsu-ken ( sword cutting steel ) . " dubious legend experiment conducted testing whether the concept of one sword cutting another sword , a scene often seen in films , is actually possible ? ' the rough content is ; making a machine swing a sword with the same force , and swinging a sword with the machine against another fixed sword . a japanese sword is struck against the side of an imitation sword made of stainless-steel . the imitation sword was broken at the point struck . a japanese sword is struck against the side of another japanese sword . the japanese sword only bowed widely and was not broken . the blades of two japanese swords strike each other . the fixed japanese sword was bent a little at the point struck , had a nicked edge , and was broken from the end . the condition of the swung sword was unclear . a japanese sword is struck against a rapier . the rapier bowed widely and was broken at the point struck . a claymore is struck against the side of a japanese sword . the japanese sword only bowed widely , but was not broken . the claymore and raypier were replicas made with carbon steel . national geographic ( broadcasted in world great tv museum in japan ) verification by " fight science , " an overseas program played in the program ( there was no experiment ) . it concludes that a japanese sword is the world 's strongest weapon . in this program , they defined a weapon with the impact strength , target area , and handiness as the strongest , and named swords as weapons which are easy to handle and have strong power . after explaining that ' ken ( double edged sword ) is mainly for stabbing ' and ' katana is mainly for cutting ' as the difference between both , they introduced a japanese sword , which is a katana , but also good for stabbing attacks . in this program , however , a white muscular itf taekwondo martial artist introduced by swinging , and the superiority of the japanese sword was not explained specifically or compared with other weapons , so some people think the program had an image-oriented direction and doubt its credibility . +jinja architecture refers to the architecture associated with jinja , or shinto shrine . it is also called shaden ( shrine pavillions ) architecture structures of jinja typically seen today consist of honden ( main sanctuary hall ) , heiden ( offering hall ) , and haiden ( worship hall ) . when you visit a shrine , you see the worship hall haiden building situated on the same axis as the main sanctuary honden toward the front with a saisen ( offertory ) box being placed at the front . haiden is a place where ceremonies like purification rites or prayer services are held . the honden , a main sanctuary hall which is located in the rear of the haiden , contains shintai , or an object believed to contain the spirit of a deity . the haiden is considered to be the main building to see , by most visitors , because honden is situated at the rear of the shrine building complex . as for architectural styles , nagare-zukuri and kasuga-zukuri are the most typical ; in some cases , an oiya , or a covering roof is constructed over a small-sized honden as a protection from the elements . a heiden is typically built between the haiden and honden on the same axis ; it is not uncommon for these buildings to be joinder . if you walk to the side of the building , you 'll see the heiden and honden at the rear of haiden . as the honden is regarded as the sacred place where a spirit of kami or deity dwells , it is often enclosed by wooden fences , or protected by the oiya structure built over it , keeping the honden from being seen by public during ordinary times . in some shrines , a haiden is located directly at the front of shintai , or objects believed to contain the spirit of the deity , instead of having a honden in the middle , such as in omiwa-jinja shrine and kanasana-jinja shrine . it is considered that shrines without shaden or pavillions are of a more archaic style . architecture of shrine is believed to have emerged under the influence of ji-in , or buddhist pagoda , reviving ancient architecture , and in the course of subsequent developments , design elements of buddhist nature were considered to be intentionally eliminated . shrine architecture is characterized by a strong emphasis on form . the major shinto shrines including those designated as ichinomiya shrines adopted and retained distinctive architecture , contributing to the preservation of unique traditional styles . understanding architectural style of a shrine gives important clues about the characteristics of saishin , or the deity of a shrine . a shrine is often built in a style based upon the roots of a particular shrine from when it was first established honden : a pavillion which houses shintai , or objects believed to contain the spirit of kami . honden is not intended to be built for people to enter and stay inside ; therefore , it tends to be smaller than haiden . it used to be that only one deity was enshrined in one pavillion ; today , it is not uncommon to have many deities enshrined in one pavillion . a honden may house goshintai , which is an object of worship believed to contain the spirit of a deity ( e.g. , a mirror ) . haiden : a pavillion for worship and prayer . the building which visitors typically see when they visit a shrine is the haiden . in most cases , worship takes place by clapping hands at the front of haiden ; in some cases , such as for purification ceremonies , people may enter the haiden building . it is also a place for shinto priests and priestesses to sit during worship . haiden is typically built larger than honden and have raised floors of timber ; in some cases , however , the center of the building has earthen floors with vaulted ceilings , a structure called wari-haiden , to allow people to pass through . a well known example can be found in sakurai-jinja shrine , sakai city , which is designated as a national treasure . in some shrines , haiden serves also as a place for mai-den or kagura-den , a place for floor dancing performance , or shamusho , a shrine office . some shrines including kasuga-taisha shrine and ise-jingu shrine do not have haiden ; others including fushimi inari-taisha and meiji-jingu shrine have two haiden halls . when there are two haiden halls , the one toward you is called ge-haiden , or outer haiden , and the one at the back nai-haiden , or inner haiden . there may be waniguchi , or a medal shape steel drum , or suzu , a bell with a cord . heiden : a pavillion for having ceremonies and presenting offerings made of paper or silk cuttings , called heihaku . in some shrines , heiden is built as an independent structure ; more commonly , however , heiden shares the building structure with haiden . some shrines do not have a heiden structure . heiden may have additional features including : kaguraden , or kagura hall , chozubachi , a basin for water to purify before entering a shrine , toro , a lantern , and komainu , guardian dogs . the following characteristics have been pointed out as features of honden architecture : gabled roofs highly raised timbered floors absence of tile used for roofing absence of earthen walls simple and not decorative having tsuma , or a gable pediment , at each end of the roof , is a feature of kirizuma-zukuri , or gable style , which is the dominant style of shrine architecture with the other style being irimoya-zukuri , a gabled hipped roof style . irimoya-zukuri is derived from buddhist style of construction . as can be seen from the lack of non-gabled styles such as yosemune-zukuri or hougyo-zukuri , the irimoya-zukuri is considered to have been willingly adopted as an architectural style maintaining the values of shinto shrine architecture , over passively influenced buddhist styles . whereas the meaning of gabled roof in shrine architecture is not clear ; there seems to be little doubt that it was of great religious significance . the religious importance is evident , for instance , in the hardware parts of tsuma , or gabled pediment , which are specially treated , and mounting them during periodical occasions when moving shintai to a new shrine was carried out as a secret ceremony at the shoden of ise jingu , and in nagare-zukuri pavillions jointed side by side in rows , each pavillion has chidori-hafu , a dormer bargeboard at the front side to differentiate the pavillions from each other . a highly raised floor presents a sharp contrast to doma , or earthen floor , a basic element of buddhist architecture . however , some ancient shrines , like sumiyoshi-zukuri structures , have earthen instead of timbered floors . it is considered that tile roofing was not used appropriately to distinguish shinto architecture itself from buddhist architecture , or even to avoid it . in principle , roofing material in shrine construction is wood ( wood strip roofing or cedar bark roofing ) ; later on , in the modern era , copper sheeting became a material of choice . however , there are exceptions to the rule in honden roofing ; in okinawa , for instance , shrine buildings are commonly roofed with traditional red tiles . similarly , earthen walls are not used . simplicity in decoration can be interpreted as a result of shrines preserving the styles of ancient japanese architecture . traditional japanese design elements were incorporated to distinguish itself from buddhist architecture because a shrine is a place for japanese deities . these characteristics however do not always apply to all structures of shrine architecture , which also changes from time to time . there were no shaden , or pavillion structures in the ancient days . kami or deities were believed to dwell not in shaden , but in mountains and forest , and not in any single , definite location . kami were believed to visit specific rocks and trees with special shapes , and therefore worship to kami was conducted at such places . these places are called iwasaka or iwakura , both of which refer to an area a deity sits , and are found all over japan . deities , however , were not believed to live there ; rather , deities were invited to the place only when worship took place . later , people started to set up temporary alters at ceremony sites . the alters are considered to be so called himorogi . himorogi were placed above the worship site at the time of the ritual . later , himorogi is considered to have developed into a substantial structure and subsequently became shaden , a shrine pavillion . it is the process of a temporary alter developing into a permanent structure called shaden and then the existing construction style was later incorporated into the pavillion structure . however , there are probably inconsistencies between the beginning date of an architecture style and the beginning date that particular style started to be used for shrine construction . this is because it is likely that traditional techniques and styles , which were archaic in those days , were adopted in a revivalist manner when the pavillions were built as shrines . furthermore , the time pavillion construction emerged saw a culmination of buddhism architecture , suggesting that it is likely that pavillion construction may have been affected by buddhist architectural styles . the idea of an architectural structure being the object of worship per se may have originated in buddhist influence . it is considered that construction of the jinguji affected the establishment of shrine architecture . jinguji are temples which were built within a shrine ; it emerged at an early phase of the syncretic process of shinto and buddhism . after jinguji temples had started being built , shinto shrines were exposed to the influence of buddhist architecture ; however , having been built side by side , differentiation of shrine and buddhist architecture from each other became rather desirable . establishment of haiden postdates that of honden . today there are many old shrines that do not have a haiden , such as ise jingu , kasuga taisha , usa jingu , and matsuo taisha . haiden is now a place for ceremonies for kami that are worshiped at a specific shrine ; however , originally , the ceremonies were performed outdoors . honden , which was originated as an alter , used to be an object of ceremonies instead of a place for having ceremonies . prior to the establishment of haiden , shrine ceremonies were held at outdoor ceremonial places in the front of a honden . priests and priestesses were seated on the left and right sides of the ceremonial place , from which they moved to the center of the place to perform a ceremony . later on , when ceremonies began taking place indoors , the central part of the ceremonial place became haiden ; the places which used to be the seats for priests and priestesses became kairou or corridors . a two-storied gate or romon was built at the entrance of a corridor . as we have seen , the original forms of ceremonies were developed into the structures of romon , corridor , and heiden ; on the other hand , a small size shrine , which was not big enough to have all the sections , subsequently consolidated all the features into a single pavillion . this is haiden . haiden was therefore established by squeezing together all the functions of romon , corridor , and heiden . classic shrine architecture ( honden ) can be categorized as follows : structures that have sills under posts . structures that have shin-no-mihashira , or non-structural symbolic post . structures that have two divided rooms . the first type of structures with sills under posts is represented by nagare-zukuri and kasuga-zukuri architectural styles . in this type of structure , a timber grid is formed on the bottom of the pavillion , on top of which posts are placed , instead of placing posts directly onto the ground or building a foundation with stone . the structure assumes the pavillion to be mobile ; which is considered to be a trace of ceremonies practiced in ancient times when a pavillion was placed only at the time of ceremony and the rest of the time it was not set up . it has been suggested that a temporary alter in ancient times called himorogi was developed into a permanent pavillion structure . both in the nagarezukuri and kasugazukuri styles , the space under the floor is surrounded by a wall . generally , the feature which is common in shrine architecture is the idea that the point of connection between the pavillion and the ground is sacred . in other words , the sacredness of a pavillion stems from the place where it is located . this supports the view that pavillions originate in himorogi , in which a temporary alter was placed in a sacred area or on the large rock to invite kami to descend . misedana-zukuri , a small pavillion style , which is characterized by the absence of steps that are present in nagare-zukuri and kasuga-zukuri , and by the presence of a shelf instead ; the misedana-zukuri probably is closer to the original form of shrine architecture rather than being a simplified version of a normal size shrine building . as we have seen , the origin of these styles go back to ancient times , and the structure having sills under the posts are considered to be one of the oldest shrine architectural forms . structures that have shin-no-mihashira , or non-structural symbolic post are shinmei-zukuri style and taisha-zukuri style . these styles are characterized by having hottate-bashira , or earthfast posts , such as shin-no-mihashira and munamochi-bashira . shin-no-mihashira , which is in the center of a pavillion structure , is a non-structural post , and is considered to have been yorishiro , an object originally capable of attracting kami . in shinmei-zukuri , shin-no-mihashira is completely separated from the body of the structure . munamochi-bashira is a post which directly supports the ridge , unlike other posts that support the beam in the main part of the building . all the posts , including munamochi-bashira , are hottate-bashira , which are erected by excavating a posthole to insert and secure the post without using any foundation stones . ( note : today 's izumo-taisha shrine is built on a sill . ) hottate-bashira was used in structures throughout history since prehistoric times when it was used in primitive dwellings . structures that are divided into two buildings are sumiyosi-zukuri and hachiman-zukuri styles . in both styles , the honden structure consists of two buildings , one in front of the other . sumiyosi-zukuri differs from hachiman-zukuri in that in the former , the building situated in the back has kamiza , or a place for the deity , and in the latter , the front and back buildings have daytime and nighttime places for the deity , respectively ; however , sumiyoshi-zukuri and hachiman-zukuri share a commonality in that the two buildings were not developed from one building . it is considered that these styles include otori-zukuri style structures and daijo-gu , a temporary shrine prepared at the palace for daijo-sai festival , which is held only once in an emperor 's lifetime after his succession , or his first " niiname-sai . " there are various architectural styles for shrines ; shinmei-zukuri , taisha-zukuri , and sumiyosi-zukuri are considered to be the oldest . the styles commonly seen in general shrines are nagare-zukuri , followed by kasuga-zukuri . while there are varieties of architectural style names , each shrine has a distinctive style , which creates a huge number of styles , thus making the classification rather meaningless ; shrine architecture is therefore simply classified by the various forms of the roof . the architectural styles for shrines should be treated separately from the complex styles of shrine pavillions . shinmei-zukuri ( ise-jingu shrine , ise city , mie prefecture ) kirizuma-zukuri , hirairi ( i.e. , a style in which the entrance is located in one of the sides parallel to the ridge of the roof ) in principle , kirizuma-zukuri uses hottate-bashira posts , which were erected by excavating a hole in the ground and being secured directly in the ground . kirizuma-zukuri have munamochi-bashira , posts which directly support the ridge . hafu-ita , which are gable boards , extend to become chigi . many shrines built in meiji period and later have a shinmei-zukuri style . the honden of ise-jingu shrine , in particular , is called yuitsu-jinmei-zukuri , literally , the unique shinmei-zukuri style . tsuriyane , or a hanging roof above the dohyo ( sumo wrestling ring ) is classified as shinmei-zukuri style . taisha-zukuri ( kamosu-jinja shrine and izumo-taisha shrine , in shimane prefecture ) kirizuma-zukuri , tsumairi ( i.e. , a style in which the entrance is located in one of the gabled sides of the building . the kirizuma-zukuri structures have munamochi-bashira , or posts which hold the ridge . the entrance is located either on the right or left side instead of in the middle because the front is two-bays wide . sumiyosi-zukuri style ( sumiyosi taisha , osaka city , osaka prefecture ) kirizuma-zukuri style , tsumairi . some shrines that are related to sumiyoshi-jinja in kansai region have this style . internally , the structure is divided into two buildings . the structural similarity with the buildings which were built at the time of daijo sai has been suggested . otori-zukuri style ( otori-taisha shrine , sakai city , osaka prefecture ) kirizuma-zukuri style , tsumairi . a simplified version of the sumiyoshi zukuri-style with half the standard depth . kasuga-zukuri style ( kasuga-taisha shrine , nara city , nara prefecture ) tsumairi . a style in which an eave is added at the front of the main building . this style is widely seen all over the kansai region . oji-zukuri style ( or alternatively called kumano-zukuri style ) is a variation of kasuga-zukuri tsumairi style . nagare-zukuri style ( kamo-jinja shrines , encompassing kamigamo-jinja and shimogamo-jinja in kyoto city , kyoto prefecture ) kiritsuma-zukuri style , hirairi . a style in which an eave is added at the front of the main building . this style is seen all over japan . ryonagare zukuri ( itsukushima-jinja shrine ) is a variation of kasuga-zukuri hirairi style . hachiman-zukuri ( usa-jingu shrine , oita prefecture ; iwashimizu hachimangu , hachiman city , kyoto prefecture ) . internally , the honden structure is divided into two buildings , in the front and back , and each building has a roof independent from the other . irimoya-zukuri style ( mikami-jinja shrine , etc . ) irimoya-zukuri style is considered to have been established in medieval times under buddhist influence . hie-zukuri style ( or alternatively called shotei-zukuri style or sanno-zukuri style ) is a variation of irimoya-zukuri oki-zukuri style ( mizuwakasu-jinja shrine ) kibitsu-zukuri style , other name : hiyoku-irimoya-zukuri ( kibitsu-jinja shrine , okayama city ) oda-zukuri style ( tsurugi-jinja shrine , echizen cho , fukui prefecture ) owari-zukuri style ( masumida-jinja shrine , tsushima-jinja shrine , and owari okuninotama-jinja shrine ) a particular unique shrine is oagata-jinja shrine , which is specifically called ogata-zukuri , or mitsumune-zukuri . mikumari zukuri ( takemikumari-jinja shrine , chihaya akasaka village , and others ) a style , in which a roofed passage connects the honden in the middle , which is kasuga-zukuri style , and the two buildings , which are nagare-zukuri style , located one on the right and the other on the left . this style is typically seen in shrines which enshrine ameno mikumarinokami . gion-zukuri style ( yasaka-jinja shrine ) the honden and haiden buildings are under one large roof . gongen zukuri ( kitano-jinja shrine , nikko toshogu , etc ) the honden , heiden , and haiden buildings are connected together . sengen-zukuri ( fujisan hongu sengen-taisha shrine ) . upper story is the honden , which is nagare-zukuri style , situated on top of the pavillion . haiden can be classified into three types : yoko-haiden ( literally , a wide rectangular prayer hall ) a structure in which a beam runs parallel to the front and rear sides . yoko-haiden is one of the most typical styles . yoko-haiden is structured in the way that those who pray are seated to face the honden . the styles can be kirizuma-zukuri , irimoya-zukuri tate-haiden ( literally , a deep breadth rectangular prayer hall ) a structure in which a beam runs parallel to the right and left sides . tate-haiden serves as a passageway to the honden , and the space toward the end of the long axis of the haiden serves as heiden , or offering hall . the corridor style heiden , which had been common in olden times before haiden was established , is believed to have been developed into tate-haiden . wari-haiden ( literally , a divided prayer hall ) a structure in which there is a passageway in the center with vaulted ceilings , and there are raised timber floored rooms in both sides separated by the passageway . it is considered that the chumon , or middle gate and the corridors on the right and left in the corridor style structure were developed into the form of wari-haiden . today there are only few structures that retain the form of warihaiden style , such as : omiwa-jinja shrine , isonokami jingu sessha izumo takeo-jinja shrine , and osaki hachimangu shrine . +important cultural properties are tangible cultural heritage ( such as constructions , buildings and the art craft articles ) in japan that are designated as being culturally , historically or academically important under the law for the protection of cultural properties by the japanese government ( or the minister of education , culture , sports , science and technology ) . it is often abbreviated as icp . national institutes for cultural heritage refers to these important cultural heritages as " important cultural properties " in english . while a local public entity ( prefectural or municipal ) may refer to a certain tangible property under the law for the protection of cultural properties as a ' prefectural designated important cultural property ' or a ' municipally designated important cultural property , ' the term ' important cultural property ' generally indicates that the tangible property is designated as a nationally important cultural property . this section describes , unless otherwise specified , the national designation of important cultural properties based on the regulations in ordinance 27 of the law for the protection of cultural properties . the term " cultural properties " refers to all of those different cultural heritages ( regardless of whether or not they are tangible ) as designated , selected or registered by the nation or by a local government . under the law for the protection of cultural properties ( ordinance 2 , clause 1 ) , ' cultural properties ' are classified into six categories : ' tangible cultural properties , ' ' intangible cultural properties , ' ' folk cultural properties , ' ' monuments ( historical sites , places of scenic beauty and natural monuments , ' ' cultural scenery ' and ' classic architecture ' ; among them , ' tangible cultural properties ' are designated by the nation ( or the minister of education , culture , sports , science and technology ) as ' important cultural properties ' ( under ordinance 27 , clause 1 of the same law ) . as described above , " important cultural properties " as a legal and administrative term is not a general reference to all nationally designated cultural properties . instead , the term refers only to nationally designated tangible cultural properties , so please be aware of this point . similar terms such as ' important intangible cultural properties , ' ' important tangible folk cultural properties ' and ' important intangible folk cultural properties ' should not be confused with ' important cultural properties , ' since they belong to different categories ; for example , it 's inappropriate to abbreviate ' important tangible folk cultural properties ' as ' important cultural properties . ' among the important cultural properties , those made with extraordinarily superb craftsmanship , or precious items with particularly high academic value such as historical significance , are designated as national treasures . therefore , underin law , the classification national treasure is a subgroup of the category important cultural property . however , under the system that existed prior to the enforcement of the law for the protection of cultural properties , which occurred in 1950 , all of what are now designated as important cultural properties were called national treasures , so this point should be noted in order to avoid confusion . under the law for the protection of cultural properties ( ordinance 182 , clause 2 ) , a local public entity ( prefectural or municipal ) may also designate certain heritage ( other than nationally designated cultural properties ) within its territory as important properties , and may choose the measures necessary for their preservation or their proper use . accordingly , each prefecture or municipality may legislate its own ordinances for the protection of cultural properties and may designate its own tangible or intangible cultural properties . these cultural properties are written as ' oo prefectural designated cultural property ' or ' oo municipal designated cultural property ' so as to distinguish them from the nationally designated cultural properties . regarding the prefectural or municipally designated tangible cultural properties , many cases are classified as and named with the suffix ' tangible cultural properties , ' such as ' tokyo municipally designated tangible cultural properties , ' but the same kinds of cultural properties may be classified as ' aomori prefectural treasures ' in aomori prefecture , ' nagano prefectural treasures ' in nagano prefecture or ' tottori prefectural designated cultural properties ' in tottori prefecture ; however , there is no preset rule , so each prefecture or municipality may individually name them in accordance with its ordinances for the protection of cultural properties . among the 47 prefectures and municipalities , fukushima , gunma , kanagawa , gifu , okayama , hiroshima and saga designate , based on their prefectural or municipal ordinances , some selected tangible cultural properties as ' ooprefectural / municipal important cultural properties ' ; these should not be confused with the nationally designated important cultural properties . also , in tourist information leaflets or guidebooks the terms ' nationally important cultural properties ' or ' nic ' can often be seen to distinguish them from cultural properties , but these aren 't official terms ; nationally designated tangible cultural properties under the law for the protection of cultural properties are officially known as important cultural properties . concerning the designation for a candidate of important cultural property , the agency for cultural affairs will conduct a preliminary investigation and the minister of education , culture , sports , science and technology will consult with the council for cultural affairs regarding the heritage that is to be designated . within the council for cultural affairs , the subcommittee on cultural assets will hold a discussion meeting to vote for the appropriate designation , after which the agency for cultural affairs will submit to the minister ( of education , culture , sports , science and technology ) an approval application for being an important cultural property . once the minister of education , culture , sports , science and technology receives this , he / she will publish information such as the name and the ownership of the heritage for designation in an official gazette ; subsequently , a letter of designation will be delivered to the owner of the important cultural property concerned ( law for the protection of cultural properties , ordinances 27 , 28 and 153 ) . legally , from the date the minister of education , culture , sports , science and technology indicates the approval in an official gazette , the designation of the important cultural property becomes effective . furthermore , the approval is based on ' designation criteria for national treasures and important cultural properties . ' antiquities and old items in japan , the earliest ordinance concerning cultural properties is the ' edict for the preservation of antiquities and old items , ' which was announced by the early meiji government in 1871 . based on the edict and a checklist of ' antiques and old items ' submitted to temples and shrines mainly in the kinki region , jinshin kensa , the first investigation of cultural properties in japan , was conducted from may through october of 1872 ( a year after the edict ) . incidentally , " jinshin " is the astrological term for the year 1872 , and " kensa " means " investigation " in the modern japanese language . during this jinshin inspection , along with officials from the education ministry such as hisanari machida ( the first director of the tokyo national museum ) and noritane ninagawa , yuichi takahashi ( a painter ) and matsusaburo yokoyama ( a photographer ) accompanied the team as recorders . treasures in 1888 , the bureau for provisional inspection of national treasures was established within the imperial household ministry . the bureau 's director was ryuichi kuki , who later became the president of the national museum ; the officials in charge included tenshin okakura and ernest francisco fenollosa , who contributed significantly to modern japanese art history . the " treasures " mentioned here are those ' works of arts and crafts ' under the law for the protection of cultural properties ; that is , they encompass tangible cultural properties other than buildings and structures . national treasures and buildings under special protection based on the investigation , the first designation of cultural properties in japan was made under the law for the preservation of old shrines and temples , which was enacted in 1897 . in the official gazette dated december 28 , 1897 , the first designation notification was published ; it included 155 national treasures and 44 buildings under special protection . the national treasures and buildings or construction works under the law for preserving old shrines and temples were equivalent to the present-day ' important cultural properties ' under the law for the protection of cultural properties . as suggested by its name , the law for preservation of old shrines and temples protected all the constructions and treasures belonging to a targeted shrine or temple , and therefore the national treasures and buildings under special protection designated under the same law might request expenditures from the national treasury for preservation and repair purposes ; this law called for the compilation of a list of candidate properties . national treasures then in 1929 , in lieu of the law for the preservation of old shrines and temples , the law for the preservation of national treasures was enacted . under the new law , not only the properties owned by old shrines or temples but also the properties owned by the nation , a local government , a corporation or an individual might become candidates for designation as national treasures . moreover , the designation " building under special protection " was abolished and such buildings or structures were reclassified as national treasures . this law was enacted to address concerns that castles in various places were deteriorating and that the items of the old territorial lord families were being scattered or lost . based on the law for the preservation of national treasures , tokugawa family mausoleum ( personal ownership ) in tokyo and nagoya castle ( owned by nagoya city ) and so on were designated in 1930 as national treasures ; the next year ( 1931 ) , the paintings , etc . , which were housed in the tokyo school of fine arts ( the present-day tokyo university of arts ) ( and owned by the nation ) were designated as national treasures . designations in accordance with the law for preservation of national treasures continued until 1944 during world war ii , but the next year they were temporarily interrupted ; during the postwar period there were only two designations ( in february and may ) , each of which was in 1949 . important cultural properties in 1950 , the law for the preservation of national treasures ; the law for the preservation of historic spots , scenic beauties and natural monuments ; and the law for the preservation of important fine arts ( for the designation of important fine arts ) were integrated and compiled as the law for the protection of cultural properties . it is widely known that this legislation was triggered by the fire at the golden pavilion of horyu-ji temple and the damage to the mural painting that had occurred the previous year . with the announcement of this law , in lieu of the former term ' treasure , ' terms such as ' cultural property ' and ' important cultural property ' came into official use for the first time . moreover , because it included a designation system for intangible cultural properties ( which had until then been outside the designation or protection ) , it was at the time an innovative law . from ' national treasures ' under the old law to important cultural properties between 1897 and 1949 , based on the law for the preservation of national treasures and the law for the preservation of old shrines and temples , there were 5,824 cases involving treasures ( art or craft items ) and 1,059 cases involving buildings designated as national treasures , excluding those that had been burned in fires . these so-called ' old national treasures ' all became known as important cultural properties on august 29 , 1950 , when the law for the protection of cultural properties went into effect . among these important cultural properties , the particularly valuable items with historical significance in japanese culture were re-designated as national treasures . in other words , the official meaning of ' national treasure ' was different before 1950 than it was afterward ; a national treasure under the former law is equivalent to an important cultural property under the law for the protection of cultural properties . to avoid confusion in this respect , the national treasures under the law for the protection of cultural properties are commonly referred to as ' new national treasures . ' it is in any case a misconception that some national treasures designated prior to world war ii were demoted to the postwar status of important cultural properties . important cultural properties can be classified into the buildings category and the artworks and crafts category ; the artworks and crafts category is further divided into seven sections , namely paintings , sculptures , crafts , calligraphies and books , archaeological resources , ancient documents and historical resources . the numbers of designated cases are as follows : buildings - 2,328 cases or 4,210 buildings ( among which 213 cases or 257 buildings are national treasures ) ( designated up to december 21 , 2007 ) art works and crafts - 10,283 cases ( among which 861 cases are national treasures ) ( designated up to june 8 , 2007 ) paintings - 1,952 cases ( among which 157 cases are national treasures ) sculptures - 2,623 cases ( among which 126 cases are national treasures ) crafts - 2,410 cases ( among which 252 cases are national treasures ) calligraphies and books - 1,860 cases ( among which 223 cases are national treasures ) ancient documents - 722 cases ( among which 59 cases are national treasures ) archaeological resources - 564 cases ( among which 42 cases are national treasures ) historical resources - 152 cases ( among which two cases are national treasures ) in accordance with the law for the protection of cultural properties , ordinance 32 , clause 2 , " if it is unclear as to the owner of an important cultural property , or if it is obviously admitted that the management by the owner or the management representative is noticeably difficult or improper , the chief officer of agency for cultural affairs may then assign a suitable local public entity or other corporation to perform the necessary management ( … details omitted … ) in order to protect the important cultural property concerned . " based on this ordinance , the corporation thus assigned is called the ' management body ' of the concerned important cultural property . examples of such management bodies are as follows : concerning the castles owned by the national government , the local municipality is assigned as the management body ( an example is himeji castle , which is owned by the national government but managed by himeji city government as the management body ) . for a common edifice such as a statue of buddha or a stone monument , the local municipality is designated as the management body . regarding edifices such as a buddha statue or a buddha hall belonging to a temple or a shrine with no chief monk or priest , another temple or shrine in the vicinity or the local municipality is designated as the management body . particular examples include the sutra warehouse and the honchi-do hall located in nikko city , tochigi prefecture . for these two edifices , since it is not certain whether they belong to nikko tosho-gu shrine or rinno-ji temple , the foundation nikko cultural assets association for the preservation of shrines and temples is designated as the management body . the law for the protection of cultural properties , ordinance 29 , stipulates , ' when a national treasure or an important cultural property has lost its value as a national treasure or an important cultural property , the minister of education , culture , sports , science and technology may , given these special circumstances , cancel its designation as a national treasure or an important cultural property . ' the majority of cancellations of designations as important cultural properties based on this ordinance are in reference to those that have burned in fires . the following are examples in which designations have been canceled for reasons other than because the properties have burned down : on april 10 , 1961 , three pieces of earthenware had their designations as important cultural properties canceled . although these were designated as excellent goods of the old seto during the kamakura period , scientific investigations revealed that they were in fact modern pieces of work ( refer to the section ' einin no tsubo scandal ' ) . on april 15 , 1982 , a deep-pot type of pottery of the jomon period had its designation as an important cultural property canceled . although the earthenware dated back to the jomon period , the characteristic ear with decoration shaped like a snake near the rim of the mouth was not original ; therefore , since it was presumed that this was the result of restoration , its designation as an icp was canceled . paintings in 1955 , hogai kano 's " hibo kannon , ( mother of all creatures ; goddess of mercy ) " and " fudo myoo ( acala , god of fire ) , " and gaho hashimoto 's " white clouds and autumn leaves " were the first designated modern masterpieces . thereafter , both japanese-style paintings and western-style paintings from various painters have been designated as modern masterpieces . and gyoshu hayami 's " autumn scene of a famous camellia tree " was the first to be designated as a modern masterpiece in 1977 in the showa period . sculptures the first work to be designated as a modern masterpiece in 1967 was morie ogiwara 's work entitled " a woman . " the ' modern masterpiece ' designation was given to a work by vincenzo ragusa , an italian who came to japan and taught sculpture at a school of craft and art . crafts ornament of a bronze eagle ' by the caster chokichi suzuki was the first to be designated as a modern masterpiece in 2001 . in pottery , works by hazan itaya and kozan miyagawa were the first to be designated in 2002 . buildings the first ferroconcrete building to be called an important cultural property was the former yamamura family house which was given that designation in 1974 ( the yodoko guest house , ashiya city , designed by frank lloyd wright , completed in 1924 ) . it was also the first building of the taisho period to receive the first designation ; its value was recognized just 50 years after its completion . the meiji life building ( designed by sinichiro okada , completed in 1934 ) was the first structure of the showa period to be designated in 1997 as an important cultural property . other buildings of the showa period designated as important cultural properties included the mitsui life main building ( designated in 1998 ) , the former tokyo imperial museum main building ( currently the tokyo national museum main building , designated in 2001 ) , and the cotton building ( designed by takashi watanabe , designated in 2003 ) . moreover , in 2006 the memorial cathedral for world peace ( designed by togo murano , completed in august 1954 ) , which is for holding funerals for victims of the atomic bomb and praying for global peace , and the hiroshima peace memorial museum ( designed by kenzo tange and opened in august 1955 ) , which is a central facility in hiroshima peace park , were the first postwar buildings designated as important cultural properties . furthermore in 1978 , meiji maru was the only ship designated as an important cultural property . it was after world war ii that private houses such as farmhouses , fishermen 's houses and merchant houses came to attention as cultural properties . commensurate with high economic growth , the japanese lifestyle has changed ; when traditional private houses began rapidly disappearing in the 1960s , the designation of private houses as important cultural properties was accelerated . only two cases involving private houses received national designation before the end of world war ii : the yoshimura residence ( designated in 1937 ) in habikino city , osaka prefecture , and the ogawa residence ( a.k.a. ' nijo-jinya , ' designated in 1944 ) in kyoto city . with the 1975 revision of the law for the protection of cultural properties , a building and its land could be designated as an important cultural property . in the first statement of ordinance 2 , clause 1 of the same law , the concept that the building and ' the land or other construction that forms the value ' is a ' tangible cultural property ' that is eligible for designation as an important cultural property was included and clearly described . based on this regulation , the first designation of such land as an important cultural property was done in 1976 ; together with the building of a private house , the site was designated as an important cultural property . in fact , the designation of a private house as an important cultural property together with the land implies the intent to preserve the entire residence for posterity , thus encompassing not only the private house main building but also the attached construction such as the gate , fence , warehouse , well , shrine , structures such as stone walls , the waterway , garden , and moat , housing lot , forest , etc . regarding land and building designated as important cultural properties , besides this private house there are also cases such as temples or shrines , as well as some modern structures . with the 1975 revision of the law for the protection of cultural properties , the category entitled ' historical resources section ' was established . the first designation of an historical resource designated as an important cultural property occurred in 1977 ; at that time two cases were designated , namely ' christian materials of the nagasaki magistrate office ' ( tokyo national museum ) and ' printing block of a kasuga print ' ( kofuku-ji temple , nara city ) . additionally , there were some designated important cultural properties that were originally classified as paintings or calligraphies and books but were moved to the historical resources classification . as one example , ' materials related to the mission to europe in the keicho era , ' kept at the sendai city museum , was designated as an important cultural property in the paintings section in 1966 , but with the above-mentioned revision of the law for the protection for cultural properties it was moved to the historical resources section ; in 2001 , it became the first historical resource to be designated as a national treasure . the historical resources thus far designated cover a wide range of types : they may be a batch of materials concerning a politician , a scholar or some person in history , old photographs and their negative plates , old maps , old printing type , materials related to science and technology or materials related to industry . batches of materials thus designated have been in reference to the following people : choei takano , rinzo mamiya , ryoma sakamoto , toshimichi okubo and tomomi iwakura . for historical resources related to science and technology , there are the electrical works of gennai hiraga , an early astronomical telescope , a celestial globe , a morse telegraphic instrument , etc . the historical resources related to industry include an early printing press , spinning machine , railway carriage , etc . these are construction heritages related to industrial , traffic and civil engineering works attributed to the modernization of japan since the meiji period . in more concrete terms , they include collieries , power plants , dams , watersheds , canals , railway installations , port installations , etc . , and since the end of the twentieth century they 've received attention as a new genre of cultural properties . these are collectively called ' modernization heritage ' ; since 1993 they have become candidates for designation as important cultural properties in the ' buildings ' section . incidentally , two cases were designated in 1993 : ' water supply installations of the fujikura watershed ' in akita city , and ' railway installations of the usui pass ' in gunma prefecture . the designation regarding ' water supply installations of the fujikura watershed ' includes the land and facilities such as the dam , reservoir and settling pond ; as for the designation of ' railway installations of the usui pass , ' in addition to the connecting bridge and the tunnel , the entire system--including the land and the attached facilities such as the power plant--was designated as the object of preservation . +the meanings of " cultural properties " are as follows : in the broad sense , it refers to any tangible or intangible cultural product invented through human cultural activity . it is basically synonymous with the term " cultural heritage . " please refer to the section " cultural heritages " for details . " cultural properties " as stated in treaties or ordinances such as agreements concerning protection of cultural properties at armed conflict , prohibition agreements on illegal import or export of cultural properties , and restrictions on illegal import or export of cultural properties . please refer to " system for the protection of cultural heritages . " " cultural properties , " are defined in article 2 of the law for protection of cultural properties and the ordinance for the protection of cultural properties of japan . this section explains point 3 in detail . under the law for the protection of cultural properties , article 2 , clause 1 , cultural properties are defined as follows : this law specifies that a so-called " cultural property " should belong to one of the categories listed below : 1 . tangible items ( such as buildings , paintings , sculptures , crafts , calligraphies , literatures , ancient documents and other tangible cultural products ) that are highly valued in our nation , either historically or artistically ( including all the auxiliary parts or land attached to such value ) highly valued archaeological resources or historical resources ( hereinafter referred to as ' tangible cultural properties ' ) 2 . intangible cultural products ( such as plays , musical pieces and craft technologies ) that are highly valued in our nation , either historically or artistically ( such products being hereinafter referred as intangible cultural properties ) 3 . the indispensables in order for our nationals to appreciate the flow of life ( such as food , clothing , housings , industry or livelihood , beliefs , folk customs about festivals , public entertainments , and traditional skills with the associated costumes , tools and stages ) ( such indispensables being hereinafter referred to as folk cultural properties ) 4 . buildings and structures ( such as shell mounds , ancient tombs , citadel-type castle sites , castle sites and old residences ) which are highly valued in our nation , either historically or academically ; landscapes ( such as gardens , bridges , canyons , coasts , mountains and other places of scenic beauty ) that are highly valued in our nation for their artistic or visual merit ; animals ( including their habitats , their breeding areas , and their stopovers ) , plants ( including their habitats ) , and geological minerals ( including the landscapes produced by natural phenomena ) that are highly valued academically in our nation ( such natural features being hereinafter referred to as ' monuments ' ) 5 . the indispensables in order for our nationals to appreciate the life and livelihood of a local region ( such as the scenes formed by the customs of the region that reflects the locals ’ lives and livelihoods ) ( such indispensables being hereinafter referred to as cultural landscapes " ) 6 . highly valued traditional architecture ( hereinafter referred to as " classic architecture " ) that merges harmoniously with the surrounding environment to represent historical scenic beauty in other words , the six categories that are highly valued historically , artistically , academically or visually are " tangible cultural properties , " " intangible cultural properties , " " folk cultural properties , " " monuments , " " cultural landscapes " and " classic architecture " ; regardless of whether they are designated or not , they 're classified as cultural properties . the minister of education , culture , sports , science and technology can designate , approve , determine , register the important ones from among the cultural properties , and place them under protection . however , for the purpose of designation or the cancellation of designation , the minister of education , culture , sports , science and technology should consult the council for cultural affairs beforehand ( article 153 ) . tangible cultural properties are defined as being such things as buildings , art crafts ( paintings , sculptures , traditional crafts , calligraphies , literature ) , ancient documents and other tangible cultural outcomes or products ( including all the auxiliary parts , tools or land attached to its value ) , as well as archeological or historical resources . among the tangible cultural properties , the minister of education , culture , sports , science and technology can designate the ones judged to be especially important as " important cultural properties " ( article 27 , clause 1 ) . moreover , among the important cultural properties he can designate as national treasures those that are of high cultural value from the world 's perspective ( article 27 , clause 2 ) . in 1996 , according to the revision ( article 57 ) of the law for the protection of cultural properties , a registration system was established for those whose tangible cultural properties have not been designated by the nation or a local public entity but at the same time need necessary preservation and proper usage ; this revision was mainly aimed at protecting heritages from modernization . initially , the scope of registration was limited to the buildings , but with the revision of the law in 2004 the coverage was expanded to other tangible cultural properties . intangible cultural properties are defined as the intangible cultural products or outcomes such as plays , musical pieces and craft skills . among the intangible cultural properties , the minister of education , culture , sports , science and technology can designate the ones judged to be especially important as " important intangible cultural properties " ( article 71 , clause 1 ) . at the same time , the holders or the maintenance bodies of such important intangible cultural properties are recognized ( article 71 , clause 2 ) . the holder recognition is divided into personal recognition ( which recognizes a person individually as a holder ) and integrated recognition ( which recognizes multiple holders as a body ) . a holder who has received personal recognition is called a " living national treasure . " among the intangible cultural properties other than the important intangible cultural properties , those that merit measures aimed at compiling , preserving or disclosing their recording documents are selected as " intangible cultural properties that deserve measures of documentation " ( article 77 ) . they are called " selected intangible cultural properties . " folk cultural properties are defined as being the folk customs , public entertainments and traditional skills , and the associated costumes , tools and stages related to the indispensables such as foods , clothing , housings , livelihoods , beliefs and annual events . among the tangible folk cultural properties such as costumes , tools and stages associated with the intangible folk cultural properties , the minister of education , culture , sports , science and technology can designate the ones judged to be especially important as " important tangible folk cultural properties " ( article 78 , clause 1 ) . in accordance with the 2004 revision ( article 90 , clause 1 ) of the law for the protection of cultural properties , a registration system was established for those tangible folk cultural properties that have not been designated by the nation or a local public entity but at the same time need necessary preservation and proper usage as annual events . the first three cases to be registered were the " wakasa agate grinding tools , " the " grape cultivation tools and winemaking tools of katsunuma " and the " unshu abacus-making tool , " as announced in the official gazette on march 15 , 2006 . among the intangible folk cultural properties ( such as folk customs , public entertainments and traditional skills ) , the minister of education , culture , sports , science and technology can designate the ones judged to be especially important as " important intangible folk cultural properties " ( article 78 , clause 1 ) . among the intangible folk cultural properties other than the important intangible folk cultural properties , those that merit measures aimed at compiling , preserving or disclosing their recording documents are selected as " intangible folk cultural properties that deserve measures for documentation " ( article 87 , clause 1 ) . they are also called " selected intangible folk cultural properties . " historical sites ( such as shell mounds , ancient tombs , citadel style castle sites , castle sites and old residences ) , famous places of scenic beauty ( such as gardens , bridges , canyons , coasts and mountains ) , and natural creations ( such as animals , plants and geological minerals ) are collectively called monuments . among such monuments , the minister of education , culture , sports , science and technology can designate the ones judged to be important as " historical spots , places of natural scenery and natural monuments " ( article 109 , clause 1 ) . the minister can designate those of the monuments listed above that are judged to be especially important as " special historical spots , special places of natural scenery and special natural monuments " and place them under special care ( article 109 , clause 2 ) . in accordance with the 2004 revision ( article 132 , clause 1 ) of the law for the protection of cultural properties , a registration system was established for monuments that have not been designated by the nation or a local public entity but at the same time need necessary preservation and proper usage as registered monuments . the first three cases to be registered were hakodate park ( hakodate city , hokkaido ) , futatabi park ( kobe city ) and sorakuen garden ( kobe city ) , as announced in the official gazette on january 26 , 2006 . a cultural landscape is defined as being the local life and livelihood of a region , as well as the scenes formed by the customs of that region that reflect the local people 's lives and livelihoods . in accordance with the 2004 revision in the law for the protection of cultural properties , this genre of cultural properties was established ; the so-called " original scenery of japan " such as tanada ( terraced rice fields ) and satoyama ( outskirts of the country ) fall within this genre . as part of the project for the preservation and usage of the cultural landscapes , the advisory committee for the preservation and maintenance of cultural landscapes of the agency for cultural affairs identified 180 important regions in its third investigation . the minister of education , culture , sports , science and technology can select , from among the cultural landscapes that deserve to have preservation measures from the prefecture or the municipality , the especially important ones as " important cultural landscapes " ( article 134 , clause 1 ) . the first selected case of an " important cultural landscape " was the " scenery of the omi-hachiman lakeside region " in omi-hachiman city of shiga prefecture , as announced in the official gazette on january 26 , 2006 . the second selected case was the " farm village scenery of ichinoseki hondera temple " in ichinoseki city of iwate prefecture , as announced in the official gazette on july 28 , 2006 . classic architecture is defined as being the highly valued traditional architecture that merges harmoniously with the surrounding environment to form a scene of historical beauty . a post town or a castle town ( such as a community , settlement , village or an old row of houses ) would fall within this category . unlike other systems , in order to preserve historical villages and towns the municipality first determines the districts for preservation of classic architecture , doing so in accordance with city planning or regulations ( article 143 , clause 1 ) . among the preservation districts of classic architecture , the minister of education , culture , sports , science and technology can designate the ones judged to be especially important as preservation districts of " important cluster of classical buildings protection area . " ( article 144 clause 1 ) . buried cultural properties , unlike other cultural properties , are cultural properties that exist in such a state that they 're buried underground . to conduct an investigative excavation of a buried cultural property , it is necessary to report beforehand to the director-general of the agency for cultural affairs ( article 92 , clause 1 ) . as for the land that contains a buried cultural property , the public is to be notified by means of a site map , etc . ( article 95 ) . similarly , if one wants to carry out engineering work on such a well-known place containing a buried cultural property , it is necessary to report to the director-general of the agency for cultural affairs ( article 93 , clause 1 ) . when it is realized that the item buried in the ground is a cultural property , the chief of police must submit the item to the prefectural or municipal board of education for an inspection in order to determine whether or not the item is a cultural property . ( article 102 ) although the material production , repair , restoration and traditional skills indispensable for the preservation of cultural properties aren 't " cultural properties , " they are within the scope of protection under the law for the protection of cultural properties . the minister of education , culture , sports , science and technology determines the selected preservation techniques ( article 147 , clause 1 ) and recognizes the holders or the maintenance bodies of such techniques ( article 147 , clause 2 ) . the owner of a cultural property can be a person , a foundation , a local public entity ( a prefecture , municipality , city , district , town or village ) , or the nation ; besides preserving the cultural property for the public , the owner or parties concerned must do their utmost to put it into proper cultural use and open it to public as much as possible . particularly in regard to a designated cultural property , the owner must maintain the designated cultural property in observance of the ordinances from the ministry of education , culture , sports , science and technology and the instructions from the director-general of the agency for cultural affairs ( article 31 ) ; in the case when the management by the owner is noticeably insufficient , the director-general of the agency for cultural affairs can assign a local public entity as the management body in lieu of the owner ( article 31 , clause 2 ) . to change the current state of a designated cultural property , it is necessary to obtain permission from the director-general of the agency for cultural affairs ( article 43 ) . particularly , the export of designated cultural properties is , as a rule , prohibited ( article 44 ) . moreover , the director-general of the agency for cultural affairs can recommend the public opening of a designated cultural property ( article 51 ) . on the other hand , when an enormous expenditure is required for the management or repair of a designated cultural property , a subsidy is granted to the owner or the management body ( article 35 ) . compared with the laws concerning designated cultural properties , regulations concerning registered cultural properties are more flexible ; for example , a change from the current state may involve a system for the submittal of written reports ( article 64 , clause 1 ) . the law for the protection of cultural properties ( article 182 , clause 2 ) provides the following : apart from the " important cultural properties , " " important intangible cultural properties , " " important tangible folk cultural properties , " " important intangible folk cultural properties " and " historic spots , places of natural scenery , natural monuments , " a local public entity can designate the important ones among the cultural properties within its territory so as to legislate on behalf of the necessary preservation measures and their proper usage . based on this regulation , many local public entities ( prefecture or municipality ) enact respectively their own ordinances with names such as " ordinance for the protection of cultural properties " ; the board of education carries out the prefectural or municipal designations with an attempt to protect those important cultural properties other than the nation designated cultural properties . however , when a prefectural or municipal cultural property becomes nationally designated , the prefectural or municipal designation is canceled . although a prefectural or municipal system is mainly based on the national system , it can be established based on its particular traits , as the following examples show : tokyo metropolitan ordinance for the protection of cultural properties among the tangible cultural properties , the important ones can be designated as " tokyo metropolitan area-designated tangible cultural properties . " among the intangible cultural properties , the important ones can be designated as " tokyo metropolitan-area designated intangible cultural properties . " among the tangible folk cultural properties , the important ones can be designated as " tokyo metropolitan area-designated tangible folk cultural properties " ; among the intangible folk cultural properties , the important ones can be designated as " tokyo metropolitan area-designated intangible folk cultural properties . " among the monuments , important ones can be designated as " tokyo metropolitan area-designated historic sites , " " tokyo metropolitan area-designated ancient sites , " " tokyo metropolitan area-designated spots of scenic beauty " or " tokyo metropolitan area-designated natural monuments . " yamanashi prefecture ordinance for the protection of cultural properties among the tangible cultural properties , those important ones can be designated as " yamanashi prefectural designated tangible cultural properties . " among the intangible cultural properties , the important ones can be designated as " yamanashi prefecture-designated intangible cultural properties . " among the tangible folk cultural properties , the important ones can be designated as " yamanashi prefecture-designated tangible folk cultural properties " ; among the intangible folk cultural properties ; the important ones can be designated as " yamanashi prefecture-designated intangible folk cultural properties . " among the monuments , the important ones can be designated as " yamanashi prefecture-designated historic sites , " " yamanashi prefecture-designated spots of scenic beauty " or " yamanashi prefecture-designated natural monuments . " among the cultural sceneries , those important ones can be selected as " yamanashi prefectural selected cultural landscapes . " among the preservation districts of classic architecture , " the particularly valuable ones can be selected as " yamanashi prefectural selected preservation districts of " classic architecture . " gifu prefecture ordinance for the protection of cultural properties among the tangible cultural properties , the particularly valuable ones can be designated as " gifu prefectural important cultural properties . " among the intangible cultural properties , the particularly valuable ones can be designated as " gifu prefectural important intangible cultural properties . " among the folk cultural properties , the particularly valuable ones can be designated as " gifu prefectural important tangible folk cultural properties " or " gifu prefectural important intangible folk cultural properties . " among the monuments , the particularly valuable ones can be designated as " gifu prefectural historic sites , " " gifu prefectural spots of scenic beauty " or " gifu prefectural natural monuments . " yokohama city ordinance for the protection of cultural properties among the cultural properties , those that are kept by local residents or are necessarily known by the locals can be registered as yokohama city local cultural properties . ordinance concerning the preservation of a traditional environment and the formation of a beautiful spectacle in kanazawa city the land or zone necessary in order to preserve and cultivate a traditional environment ( hereinafter referred as a " traditional environment preservation zone " ) , or the land or zone necessary in order to create a modern cityscape ( hereinafter referred as a " modern urban scenery creation zone " ) can be designated . a building or a woody plant can be designated as a candidate for preservation and thereby constitute city scenery . kobe city ordinance concerning the protection of cultural properties and the maintenance of the surrounding cultural environment among the cultural properties , the necessary ones can be registered as kobe city registered cultural properties . among the cultural properties , the necessary ones can be registered as kobe city local cultural properties . in order to preserve a cultural environment , the necessary district can be designated as a " cultural environment preservation zone . " among the tangible cultural properties existing in the environmental preservation zones , the important ones can be registered as " historical buildings of kobe city " or other tangible cultural products . +yabusame is the japanese traditional skill , practice and rite of shooting whistling arrows from a galloping horse . it is believed to have been called ' yabaseuma ' because arrows were shot from a galloping horse , and over time was changed to ' yabusame . ' as described in the section of chuyuki ( a diary written by fujiwara no munetada ) dated 1096 , yabusame has been practiced since the heian period as a practical fighting skill performed on horseback . a technique known as ' the hidesato-style of yabusame ' was practiced during the kamakura period , and samurai trained in this pastime enthusiastically , giving demonstrations at events organized by the bakufu ( japanese feudal government headed by a shogun ) . however , yabusame began to lose importance during the muromachi and azuchi-momoyama periods and became unpopular for a while . in the edo period of 1724 , at the direction of the shogun yoshimune tokugawa , sadamasa ogasawara , the ogasawara school 's 20th principal , developed a new style of yabusame after the studying the ogasawara textbook , and trained samurai serving backoffice work in the new form of yabusame and kasagake ( shooting a bamboo hat ) together with the older style of yabusame . yabusame was performed at takadanobaba ( present-day location : 3-chome , nishiwaseda , shinjuku ward , tokyo ) in a dedication to the anahachiman-gu shrine north in 1728 as part of a prayer ceremony performed to cure ieshige tokugawa 's heir of smallpox ( yabusame was again performed there ten years later in appreciation of the complete cure that ieshige 's heir experienced , and an emaki ( picture scroll ) called " yabusame emaki " ( a picture scroll depicting archery on horseback ) was drawn to record the event ) . in addition to the above , yabusame was often performed in ceremonies to ward off evil in a shogun family , and when praying for the birth of children , etc . despite losing popularity for a second time following the dissolution of the bakufu ( the tokugawa shogunate ) that was brought about by the meiji restoration and for a third time following the outbreak of world war ii and its immediate aftermath , yabusame experienced a revival after the end of the war and remains popular to this day . currently , yabusame is actively performed in many local areas in japan as a shinto ritual , and is a main tourist attraction . on the straight course , a horse gallops for two cho ( approximately 218 meters ) . on the left side along the run , three targets are placed a specified distance apart . the distance between the rider and the targets is about 5 meters and the targets are hung approximately 2 meter high . ( the distances vary according to the schools or the rules . ) an archer , dressed in hunting gear , spurs his horse into a gallop while shooting his arrows one after another . other types of archery practiced on horseback are kasagake and inuoimono ( shooting a dog ) , and these two plus yabusame make up the ' three types of archery on horseback . ' in ' kasagake ' , one target is placed 18 to 27 meters from the archer , and in the ' inuoimono ' , 150 ( a hundred and fifty ) dogs are unleashed in a riding ground enclosed with a bamboo fence and shot by three groups of 36 ( thirty six ) archers . in the inuoimono , an archer shoots arrows that have a large kabura ( round head on an arrow ) called ' hikime ' to protect the dogs from injury . let 's take a look at the tokugawa clan 's riding grounds for example . the straight course is two cho ( approximately 218 meters ) long . a basou ( running track ) can be made in one of two ways : by laying a strip of turf measuring about 1 jo ( about 3 meters ) in width inside a track measuring about 2.5 jo ( about 7.5 meters ) in width ; or by running a length of rope along either side of the track and covering the area inside with sand . the land may be dug a little deeper to make the basou . there are rachi ( fences ) on the both sides of the basou . a rachi on the left side is called o-rachi ( a fence on the man 's side ) and are two shaku three sun high , while a rachi on the right side is called me-rachi ( a fence on the woman 's side ) and is 2 shaku high , and the rachi was made of wood and also tied with bush clover . targets are placed at three locations . the first target is placed at 48 jo , the second target is placed 38 jo from the first target and the third target is placed 37 jo apart from the second target . the targets are placed 3 jo apart from the basou ( track ) and may be placed five jo or seven jo apart from the basou in the foreground . the targets are square with sides of 1 shaku eight sun long and are approximately 1 bu ( 3.3 milli meters ) thick and made from hinoki ( a japanese cypress . ) a matogushi ( a pole on which a target is hung ) is three shaku five sun long , and two matogushi are placed to hold a target with its two corners , one facing up and one down ( in a diamond shape . ) the archer wears a suikan or yoroi-hitatare with its bottom and sleeves tied , a mukabaki around his / her waist , a monoigutu on his feet , a ikote and glove on his left hand , a whip in his right hand and a ayaigasa on his head . the archer carries a large sword and an ebira with five whistling arrows on his back , a sword in his waist belt and a bow and an arrow in his left hand . then , after the archers and officials finish praying to god and go to the riding course to look around it , they gather at the end of the riding course and line up the horses , while the officials take their places . after the secretary appears and the first archer kneels down in front of the secretary , the secretary declares ' you may start the yabusame demonstration . ' during these procedures , other archers alight from their horses . the first archer returns to report the declaration to other archers , and upon hearing this , all archers mount their horses at once and go to the riding grounds and arrange the horses in a fan-shaped formation . after the first archer advances his horse , he says a shinto ritual prayer and then takes out a chukei ( a sort of fan ) to perform ' ogihaki ( motions with the chukei ) ' , the archer starts his gallop and throws the chukei high and forward and hits the first target , then trying to catch the chukei . this is called ageogi . the archer continues to hit all the targets including the second and third ones and the other archers repeat the same process . the most skillful veteran archer of the five , seven , or even more archers participating that day goes last , finishing the event by performing the following technique : first , he shoots the first target and fixes an arrow to his bow ; immediately after this , he takes his whip in his right hand , raises it high , lowers it gently , and then shoots the second target ; and finally , he fixes another arrow to his bow , raises his whip high , lowers it gently , and then shoots the third target . this is called agemuchi and is an extremely difficult technique to perform . the archers meet at the start of the riding course after each shot , and upon completion of all shots all archers leave and the other officials return to their positions and go back to their offices . methods of archery include dozukuri ( posturing ) and yatsugai ( fixing an arrow to a bow . ) just after kicking the horse to start , the archer stands up in the stirrups , spreading his knees , this is called kuramawari , in order to keep three sun spaces between his body and the saddle . this is called kura-o-sukasu ( making a space between the archer 's body and the saddle . ) the archer leans forward with chest back . archers appear fixing the first arrow in the right position , and take out the second and third arrows from the ebira ( quiver ) to fix them in the right position . archers shout in yabusame . in ceremonies , archers shout ' in-yo-i ' in a short and deep voice just before the first target , ' in-yo-i-in-yo-i ' just before the second target in a high-pitched voice for a longer duration and ' in-yo-i-in-yo-i-in-yo-i ' in a very high-pitched voice for a very long duration . a-ya-o ' , ' a-ra-ra-in-yo-i ' , ' ya-a-a-o ' and ' a-ra-a-ra-a-ra-a-ra … ' may be shouted for s short duration . names of the archers and shooting results for the day are recorded in a diary . in order to record a diary , a hosho ( a note given from a high-class person to a lower-class person ) is folded vertically once and closed at the right end with mizubiki ( ceremonial two-tone paper strings . ) tonogohachiman-gu shrine in tono city , iwate prefecture performs yabusame for the rei dai sai ( annual festival ) on september 15 . moriokahachiman-gu shrine in morioka city , iwate prefecture performs yabusame for the rei dai sai . sagaehachiman-gu shrine in sagae city , yamagata prefecture performs yabusame for the zenjitsu sai ( eve festival ) and rei dai sai in september . nikkotosho-gu shrine in nikko city , tochigi prefecture performs yabusame in may and october . the ogasawara school . kasamainari-jinja shrine in kasama city , ibaraki prefecture performs yabusame on november 3 . the ogasawara school . hiei-jinja shrine in nihari village , nihari district , ibaraki prefecture performs yabusame for hiei-jinja shrine yabusame festival in april . kippohachiman shrine in kamogawa city , chiba prefecture performs yabusame in september . izumoiwai-jinja shrine in moroyama town , iruma district , saitama prefecture performs yabusame on november 3 . rokugo-jinja shrine in ota ward , tokyo performs the children 's yabusame in january . yubusame has been designated as tokyo metropolitan intangible folk cultural properties . yabusame is performed on the third saturday of april at a specially constructed riding course which is near the sumida-gawa river under the auspices of taito ward , tokyo . the ogasawara school . meiji-jingu shrine in shibuya ward , tokyo performs yabusame for the rei dai sai in november . the takeda school anahachiman-gu shrine in shinjuku ward , tokyo performs yabusame on health sports day in october in a specially constructed riding course in toyama park . the ogasawara school . tsurugaokahachiman-gu shrine in kamakura city , kanagawa prefecture performs yabusame for the kamakura-matsuri festival in april and the rei dai sai in september . the kamakura-matsuri festival in april by the takeda school and the annual festival in september by the ogasawara school . on zushi beach in zushi city , kanagawa prefecture , yabusame is performed in november . the takeda school . samukawa-jinja shrine in samukawa town , koza district , kanagawa prefecture performs yabusame on the eve of the annual festival in autumn . the takeda school shimomurakamo-jinja shrine in imizu city , toyama prefecture performs yabusame called ' yansanma ' in dialect which is familiar to local people on may 4 . fujisanhongusengen-taisha shrine in fujinomiya city , shizuoka prefecture performs yabusame on may 5 . the ogasawara school . mishima-taisha shrine in mishima city , shizuoka prefecture performs yabusame for the annual festival in august . the takeda school . fujiomurosengen-jinja shrine in fujikawaguchiko town , minamitsuru district , yamanashi prefecture ( former katuyama village ) performs yabusame in september ( on april 29 , 2007 . ) the takeda school . omuroasama-jinja shrine ( shimoyoshida , fujiyoshida city ) in fujiyoshida city , yamanashi prefecture performs yabusame for horseshoe fortune-telling on september 19 instead of samurai-class yabusame . it is designated as fujiyoshida city intangible folk cultural properties . at suwa-taisha shrine in shimosuwa town , suwa district , nagano prefecture , yabusame is performed for dedicating ( offering ) shinji . nyakuichioji-jinja shrine in omachi city , nagano prefecture performs yabusame for the annual festival in july . hachiman-jinja shrine in toki city , gifu prefecture performs yabusame for the annual festival in october . tado-taisha shrine in kuwana city , mie prefecture holds a ' yabusame festival ' on labor thanksgiving day in november . the ogasawara school okahachiman-gu shrine in iga city , mie prefecture performs yabusame on the sunday closest to april 15 . shimogamo-jinja shrine in sakyo ward , kyoto city , kyoto prefecture holds yabusame shinji to pray for the safety of the aoi festival 's procession on may 3 , and it is an archery ritual for bowmen to shoot arrows from horseback . the ogasawara school . sumiyoshi-jinja shrine in sumiyoshi ward , osaka city , osaka prefecture performs yabusame on health sports day . osakatenman-gu shrine in kita ward , osaka city , osaka prefecture performs yabusame for the aki dai sai ( autumn festival ) in october . isonokami-jingu shrine in tenri city , nara prefecture performs yabusame for the ' togyo-sai festival . ' suga-jinja shrine in minabe town , hidaka district , wakayama prefecture performs yabusame called ' kurabe uma ( horse race ) in the autumn festival in october . rokujohachiman-jinja shrine in kobe city , hyogo prefecture performs yabusame in october . sasaba-jinja shrine in sasayama city , hyogo prefecture performs yabusame in october . oarahiko-jinja shrine in shinasahi town , takashima city , shiga prefecture performs yabusame for the shichikawa-maturi festival on may 4 . kibituhiko-jinja shrine in okayama city , okayama prefecture performs yabusame for the shuki rei dai sai ( autumn annual festival . ) yoshikawahachiman-gu shrine in kibichuo town , kaga district , okayama prefecture performs yabusame for the toban-sai festival in october . horihachiman-jinja shrine in akiota town , yamagata district , hiroshima prefecture ( former kake town ) performs yabusame for the annual festival in autumn . jigozen-jinja shrine ( itsukushima-jinja shrine 's geku ( sessha ( a related shrine ) ) ) in hatsukaichi city , hiroshima prefecture performs yabusame on may 5 for the goryoe-sai festival within the boy 's festival based on the old calendar . fukuehachiman-gu shrine in shimonoseki city , yamaguchi prefecture performs yabusame in october . washiharahachiman-gu shrine in tsuwano town , kanoashi district , shimane prefecture performs yabusame in april . the ogasawara school kakinomoto-jinja shrine in masuda city , shimane prefecture performs yabusame for the hassaku-sai festival based on the old calendar august 1 . kotohira-gu shrine in kotohira town , nakatado district , kagawa prefecture performs yabusame for the rei dai sai in october . kamo-jinja shrine in imabari city , ehime prefecture performs yabusame for the ' otomo uma ' in the autumn festival in october . nonehachiman-gu shrine toyo town , aki district , kochi prefecture performs yabusame for the autumn festival in october . iimori-jinja shrine in fukuoka city , fukuoka prefecture performs yabusame based on the old calendar september 9 . kinji-jinja shrine in kashima city , saga prefecture performs yabusame for the ' uma-kake ( horse run ) shinji ' in november . yodohime-jinja shrine in matsuura city , nagasaki prefecture holds the ' shisa-kunchi yabusame festival ' in october . miyazaki-jingu shrine in miyazaki city , miyazaki prefecture performs yabusame in april . imibetsugu-sha shrine ( oita prefecture ) in kunimi town , higashikunisaki district , oita prefecture holds ' betsugu-sha yabusame ' in october . aso-jinja shrine in aso city , kumamoto prefecture performs yabusame for the shuki dai sai ( tanomi-sai festival . ) shijukusho-jinja shrine in kimotsuki town , kimotsuki district , kagoshima prefecture performs yabusame on the third sunday of october . +a gissha ( ox-drawn carriage ) is a kind of vehicle drawn by oxen or water buffalo . some are used only to carry a load , others only for passengers . there are some dictionaries that call the ones for noble passengers ' gissha ' and the ones for carrying a load ' gyusha . ' ( heibonsha daihyakkajiten ( encyclopedia published by heibonsha ) ) during the heian period , it was a popular vehicle for the aristocracy . in modern japan , it is sometimes used for tourists or for festivals in kyoto and other cities . although it is no longer seen in japan apart from sightseeing , in some developing countries in asia and elsewhere it is still a very common sight . karahisashi no kuruma : the highest grade of gissha with a roof shaped like a karahafu ( cusped gable ) zukuri style . retired emperors , regents and chancellors used it on formal occasions . due to its large size , people used ' hashitate ' ( ladder ) when getting in and out of the carriage . the roof and eaves are made from binro ( chinese fan palm ( livistona chinensis ) ) leaves , and a red curtain called a ' suo sudare ' ( red-colored bamboo screen ) is hung . this vehicle is shown in the side picture . amamayu no kuruma : a simplified version of the karahisashi no kuruma above , used by regents and chancellors when they wore noshi ( everyday clothes for nobles ) . the bamboo blinds were blue , and the shita sudare ( silk inner blinds that hung down inside the oxcart ) were dyed in ao-susogo ( lighter blue at the top , ranging to darker blue at the bottom ) . biroge no kuruma : a carriage with its roof thatched with torn binro leaves . it was used by upper class nobles with at least the rank of sangi ( consultants ) , messengers at the kamo festival , and nyobo ( court ladies ) when they entered court service . with suo sudare and shita sudare dyed in aka-susogo ( lighter red at the top , ranging to darker red at the bottom ) . itoge no kuruma : details are unknown . it is said that empresses and crown princes used ' ao-itoge ' ( carts with blue or green threads ) , and joro ( high rank woman servant in the imperial court ) , kojoro ( certain daughters or granddaughters of daijin ( the ministers of state ) , nagon ( the counselors ) , and sangi ( the consultants ) and other kugyo ( senior nobles ) ) , and churo ( the middle rank woman servant in the imperial court ) of nyobo , such as ladies-in-waiting , assistant handmaids , ladies of the handmaid 's office , and so on used ' murasaki-itoge ' ( carts with purple threads ) . hajitomi-guruma : with ajiro ( wickerwork ) made from cypress attached surrounding the exit , and with hajitomi ( lattice shutter ) viewing windows designed to open and close . daijin ( ministers ) or taisho ( general ) used it on informal occasions . ajiro-guruma : an oxcart that looks like a hajitomi-guruma with the wickerwork painted white to make it look plain . ministers , counselors , and generals used it everyday , and it was also used by jiju ( chamberlains ) , chujo ( middle captains ) , shosho ( major generals ) , and officials of shii ( the fourth rank ) and goi ( fifth rank ) . hachiyo no kuruma : an oxcart made with yellowish-green ajiro and painted with kuyosei patterns ( also referred as hachiyo : a big circle surrounded by eight small circles ) . there were two types of this cart , and people distinguished them by the size of the patterns . for general everyday use . +powdered green tea is a kind of green tea . powdered green tea is widely used , not only for tea ceremony , but also as ingredients for japanese-style confectionery , ice shaving , ice cream , chocolate and other cooking . powdered green tea is just tea powder made from leaves of tea plants ( tea leaves ) , but its manufacturing process is different from that of green tea for brewing , since powdered green tea is firstly dried after being steamed , then pounded down to eliminate such impurities as the veins of leaves , and further ground by so called " chausu " ( a set of millstones for tea leaves . ) before the edo period , people used to drink powdered green tea which is made from freshly ground tea powder taken directly from chausu ( a set of millstones for tea leaves . ) powdered green tea for tea ceremony must be prepared within the previous day by grinding it with chausu . for domestic use , green tea powder packed in airtight plastic bags is available on the market . once unpacked , powdered green tea must be kept in an airtight container and be put in a cool dark place , in order to avoid change in quality .. two kinds of powdered green tea are available , namely full-flavored tea with blackish deep green color and weakly-flavored tea with bright blue-green color . if a person wishes to drink full-flavored tea , it is recommended to pour small quantity of hot water and add three heaping spoonfuls using a chashaku ( a small spoon for powdered green tea ) just to make thin potage . accordingly , people may say that full-flavored tea is kkneaded . to prepare weakly-flavored powdered green tea for one person , into a generous volume of hot water add as much as one and half spoons of green tea powder ( using a chashaku , a small spoon for powdered green tea . ) when using a chasen ( a bamboo tea whisk ) to stir green tea , each school of tea ceremony follows a different way of whisking . among the senke schools , the omote-senke school makes a thin cover of bubbles , while the ura-senke school produces a generous foam . the mushanokoji-senke school insists on producing the least amount of bubbles . powdered green tea is classified into a single type , despite its variation in quality between high grade and standard products . powdered green tea with a sweeter taste and less astringency and bitterness is regarded as the better quality and is accordingly expensive . generally , high quality tea powder is used for full-flavored tea , but it may , of course , be used to prepare weak-flavored tea as well . in current tea ceremonies , full-flavored green tea is considered as the main , with weak-flavored green tea as substitute or informal . the brisk bitter taste of powdered green tea contrasts well with the sweetness of sugar and emphasizes its flavor , so powdered green tea is commonly used for flavoring in confectioneries like icecream , which has become one of the standard flavors now in japan ( according to a survey conducted by the japan ice cream association , it was ranked third after vanilla and chocolate icecream in consumption between 1999 and 2007 . ) the tea drinking custom was originally developed in china from the tang dynasty through the song dynasty . according to ancient documents named " chakyo ( chaijing ) " written by a chinese , u riku , in about 8th century , on the effects and usages of tea drinking , people at that time were said to have prepared tea to drink by dancha-ho , a method of preparing tea to drink by reducing a block of solid tea into powder and decocting it in a pot ( called fuku . ) it is believed that this new way to prepare powdered green tea to drink ( tencha-ho method ) came into being during the 10th century . according to ancient records and documents , the history of powdered green tea which was believed to have originated with dancha , is clearly seen in a story about high-grade dancha such as ryuhodancha that was ground in a chaden to produce powdered green tea , mostly from the song era , including the famous " charoku " and " taikansaron " written by jo sai in 1064 and by so ki in the 12th century . it was the tencha-ho method developed in the song era in china to put green tea powder in wan ( a bowl ) , then pour hot water into it from tobin ( a kettle ) and knead the tea powder and hot water with chasen ( a bamboo tea whisk ) , and such method is being now pursued by yotsugashirachakai ( the yotsugashira tea-ceremony party ) at kennin-ji temple in kyoto and engaku-ji temple in kamakura . the method for tea drinking , most probably the dancha-ho method , was transferred to japan in the beginning of the heian period , while macha-ho method ( the method using powdered tea ) is considered to have come to japan in kamakura period . as for introduction of macha-ho method to japan , it is popularly accepted that eisai zenji ( the great zen teacher eisai ) , the originator of rinzai-shu denomination ( rinzai-shu sect ) , brought back with him from china in 1191 several kinds of tea along with the manners on how to drink them , which subsequently spread in japan ( for details , please refer to the section on sado , history of sado ) in his " kissayojoki , " eisai explains about the different kinds of tea , methods for making powdered green tea , tea drinking for promoting health , etc . it was reported that eisai presented his " book to honor the benefits of tea drinking ( chatoku wo homuru tokoro no sho ) " to minamoto no sanetomo in 1214 . material for powdered green tea is called tencha tea plants that produce tencha leaves , for powdered green tea , are grown in the shade " under reed screens for ten days " and " under straw sheets for ten days " in order to keep them out of direct sunlight , this is the same method used to grow tea plants for the highest quality green tea called gyokuro , and which is very different from the method for growing ordinary tea . such method of growing tea plants produces thinner tea leaves with a richer taste and flavor . leaves for tencha are picked once a year . young leaves are carefully picked by hand tea leaves picked by hand are steamed later the same day and then they are dried without doing junen ( crumpling up leaves . ) in contrast to ordinary tea as well as gyokuro , for the highest grade tea , the tencha does not undergo a crumpling process . tencha leaves are minced to remove leafstalks ( petioles ) , leaf veins and other impurities , so that only pure leaves may be ground into powder . a stone mill ( chausu ) effected little by temperature change , is used . various names are given to powdered green tea , such as " hatsumukashi ( literally , the first old days ) , " " atomukashi ( literally , later old days ) , " " chiyomukashi ( literally , very old days ) , " " aoi-no-shiro ( literally , the white of marrows ) , " " seikaihaku " and so on . it is believed that , only after the edo period , masters of tea ceremony began to use elaborate names for tea . tea plantations are called " chaen ( tea gardens ) " and tea manufacturers are called " chasi ( tea masters ) . " chasi ( tea masters ) are also called " otsume ( packers ) , " because they were originally engaged in packing tea leaves in tea canisters for shipment . while , in general , tea has various positive effects such as the elimination of sleepiness , diuretic benefits , etc , especially powdered green tea has the advantage of nutrients that can be directly ingested . main constituents of powdered green tea are as follows : caffeine tannin vitamins minerals amino acids / proteins cellulose saponin catechin / polyphenols fragrant constituents ( several tens or hundreds kinds ) one of tea tasting methods at tea ceremonies is to drink full-favored tea prepared in one bowl for several guests by passing it from the main guest to the other guests . this method is not recommended for such tea ceremony parties with large numbers of attendants . in the tea ceremony , fresh ( and moist ) sweets are offered and they are called " omogashi ( literally , the main sweets . ) in a tea ceremony party with a number of attendants or during entertainment at a zen temple , each guest is served with one bowl of weak-flavored tea . this bowl of weak-flavored tea is called " ousu . " in a tea ceremony , dry sweets are served before offering weak-flavored tea , but fresh ( and moist ) sweets may often be served in such tea parties or during entertainment , where the tea served is not full-flavored . pour hot water into a bowl to warm it up , and move the chasen ( a bamboo tea whisk ) around in the water to dampen it . chuck off the hot water , and wipe the inside of bowl with chakin ( a cloth used in the tea ceremony . ) scoop up with chashaku ( a small spoon used for powdered green tea ) about 2 grams of powdered green tea ( about one and half of the chashaku ) and put it into the bowl . then , pour 60 to 70 cc of hot water into the bowl . hold the bowl lightly with your hand , and stir the powdered green tea inside the bowl swiftly with chasen ( bamboo tea whisk ) , and this process is called " to making up tea , " " to whipping up tea " or " to waking up tea . " depending upon the tea ceremony school , the chasen ( a bamboo tea whisk ) is shaken until the surface becomes entirely foamy . put the bowl in the palm of your left hand , and hold it with your right hand , turn it slightly to avoid the front face of the bowl to drink , and then drink the tea . for use at home and for sale at retail shops , powdered green tea and sugar are mixed and agitated in hot water and milk , and then cooled down before drinking . some people call this product " usuchato ( weak tea sugar ) " or " powdered green tea milk ( milk with powdered green tea . ) this is so palatable that even children may drink it comfortably . powdered green tea is widely used also as an ingredient for various cuisine . typical examples are as follows : japanese-style confectionery uiro ( confectionery ) momiji-manju ( maple leaf-shaped steamed ( bean-jam ) bun ) kasutera ( sponge cake ) , a sweet roll ( a bun ) , a cookie , baked confectionery shaved ice ( flavored with syrup ) , ice cream with powdered green tea , soft ice cream , chilled sweets , frozen sweets as a seasoning ingredient to add japanese flavor to such western-style confectionery as chocolate , candy etc . as a seasoning ingredient to add japanese flavor to such dessert as pudding , a parfait , etc . tempura ( japanese deep-fried food ) may sometimes be served with macchajio ( salt with powdered green tea ) , a seasoning being on the table with other spices . +nishijin ori is a general term for yarn-dyed fabrics made in kyoto . nishijin is the name of a location in kyoto , which was derived from the fact that the headquarters of the west camp ( or nishijin ) had existed in this locale since the time of the onin war . although there is no administrative district called nishijin , most of the weavers live in the northwest of kyoto city such as kamigyo ward and kita ward ( kyoto city ) , especially areas encircled by imadegawa-dori street to the south , kitaoji-dori street to the north , horikawa-dori street to the east , and senbon-dori street to the west . although its technique was refined around the period of the onin war , the tradition was passed down before the war , since the late fifth century . nishijin and nishijin ori are registered trade marks of ' nishijin textile industrial association . ' after the onin war , weavers who had been evacuated to other places returned to the headquarters of both nishijin ( west camp ) and higashijin ( east camp ) , and revived kyoto textiles , employing new techniques which they had learned at various provinces , and some of them were introduced from the ming empire . a group of artisans who manufactured twilled fabrics in nishijin were called ' otoneri za ' they were relatives of the hata clan . after vying for the right to trade in kyoto against a group of artisans of ' hakuun village ' in higashijin who manufactured nerinuki ( silk fabrics ) , ' otoneri za ' was granted a monopoly to manufacture silk fabrics by a letter of mandate dated 1513 , and in 1548 thirty-one artisans of ' otoneri za ' entered public service for the ashikaga family , establishing the brand ' nishijin . ' nishijin ' textiles gained overwhelming popularity among the rich townspeople , and experienced a golden age of popularity during the genroku and kyoho eras . around this time two major techniques of nishijin ori , mon ori ( brilliant weavings textured with motifs in relief ) and tsuzure ori ( figured brocade with a sculptured effect ) were established . in 1872 , artisans ihei inoue and tsuneshichi sakura were sent to lyons , france , and introduced jacquard weaving machines to japan , and three years later a japan-made jacquard weaving machine was produced by kohei araki . as a result , the new machine made it possible to produce large quantities of fabric in numerous varities , which sorabiki bata or taka bata ( drawloom ) could not do . nishijin is still considered the highest-grade textile in japan today . today twelve of the weaving techniques are designated traditional craft products : ' tsuzure , ' ' tate ( warp ) nishiki , ' ' yoko ( weft ) nishiki , ' ' donsu ' ( damask ) , ' shuchin ' ( satin with raised figures ) , ' joha ' ( heavily twisted yarns for both warp and weft , fine herringbone horizontal patterns or chevrons ) , ' futsu ' ( brocades with patterns ) , ' mojiri ori ' ( gauze ) , ' honshibo ori ' ( warps and wefts with different twists are combined then immersed in hot water ) , ' velvet , ' ' kasuri ori , ' and ' tsumugi ' ( roughly textured silk fabric ) . the design for the weave is copied to graph paper and colors are decided , resulting in a ' mon design template . ' after selecting the threads to be used , the mon design template is inputted into a computer . in the past , people made holes in thick paper to assign the location of each thread . after the threads are prepared , they are warped to set the warp on the loom . this process is called ' warping , ' and a ' heddle ' is prepared for the shuttle to be put through the weft . a fabric is made by ' weaving ' loom . unlike regular weaving , in tsumekaki hon tsurezure ori ( literally nail-scratching genuine-tapestry weave ) , the weft is not carried through straightaway and the strands of warps are plucked , so the weaver does not use the tool to rake the weft , but has to rake the weft with the tips of his or her fingernails . because of this work , the weavers of the tsumekaki hon tsurezure ori take good care of their hands , and let the fingernails of their dominant hand grow long , and shave them jaggedly with a file . although it is time-consuming work , this weaving can produce very elaborate patterns , and a project to reproduce the national treasure ' genji monogatari emaki ' ( illustrated tale of genji ) and hideyoshi toyotomi 's ' jinbaori ( surcoat worn over armor ) using a pattern of birds and beasts ' in tsuzure ori weaving is under way . there are words to assist in remembering how to wear kimono , ' dyed kimono with woven obi ( a belt or sash for kimono ) ( for formal wear ) , and woven kimono with dyed obi ( for casual wear ) . ' dyed kimono refers to yuzen , which is a specialty of kyoto as well , and woven obi refers to nishijin 's nishiki ( brocade ) , which is considered the most graceful obi of all . the woven kimono is a textile of lower quality and made for personal interests such as tsumugi , while dyed obi refers ones with yuzen-printed patterns . when the fourteenth shogun , iemochi tokugawa , planned to goto kyoto , the origin of his wife imperial princess kazunomiya chikako , he asked her what she wanted as a souvenir , and she asked him to bring nishijin ori . however , iemochi passed away at osaka-jo castle , so kazunomiya , who was given the nishijin ori , composed a poem in sorrow . the nishijin ori i asked you does not mean anything to me now because you are not here any more . ' +noh is a type of " nohgaku ( noh music ) " used in a kind of japanese original stage performing art of which the completion was realized in the late kamakura period or the beginning of the muromachi period . in today 's japan , noh is regarded as a traditional performing art internationally recognized and is as highly reputed as kabuki is ( a japanese traditional drama performed only by male actors ) . important intangible cultural property based upon the law governing the protection of intangible cultural properties , it has been published in the representative list of " human 's intangible cultural properties , " and in fact , it has already been decided to be the first intangible world property to be registered in september , 2009 . summary the one nearest to this side with his back turned is nohwaki and the one far in the back is the noh-jiutai , ( noh chorus ) . behind the protagonist ( shite ) is a traditional noh musicians ( facing from the right are a whistle , a small drum , a big drum , and a side base drum ) and prompters are sitting . noh is a music-and-mask play comprising mainly of the dance of a protagonist ( shite ) accompanied by a noh chorus and noh musicians . dancing and chanting of the noh text and in fact performing the art are done by the protagonist ( shite ) , the nohwaki and the noh jester ( kyogenkata ) , while the accompanied music is performed by musicians ( small drum , big drum and side bass drum ) . because a noh play is centered on the protagonist ( shite ) , the nohwaki , the musicians and the noh jester ( kyogenkata ) are generically called , " the three key characters ( sanyaku ) " . the dead in noh noh has a lot of unusual features , among which an especially important feature is that the " dead " play a central role in noh . tetsunojo kanze viii pointed out , that the fundamental structure in noh is " the perspective from the world of the dead . " many noh plays have some supernatural creatures such as ghosts , fairies or demons , etc. as the protagonist ( shite ) , and the play structure is mostly the supporting player ( nohwaki ) , who is often a flesh-and-blood character , who discovers their stories by questioning . tetsunojo has attributed the reason for this structure to the fact that sarugaku ( literally " monkey music , " a form of japanese theatre performing art resembling a circus , that was popular in japan during the 11th to 14th centuries ) was compiled by kan-ami , zeami , zenchiku komparu , et al during the muromachi period , a chaotic war period during which death was extremely close by . naohiko umewaka also pointed out that , noh 's structure of treasuring dialogue by the dead has made possible the construction of a noh world of original beauty . umewaka quoted as the example the revenant ( one who returns after death ) of the protagonist ( shite ) sanemori saito appears in the dream of a nohwaki and there is a scene which the revenant , while talking about how he died , washes his own severed head . in this scene , although sanemori 's revenant performed by the protagonist ( shite ) has his head still attached , at the same time , the revenant is holding his own severed head in his hands . to explain such an irrational scene , umewaka points out that noh has in general an incomprehensible structure such as ' nohwaki dreaming of protagonist ( shite ) who is also dreaming in it . ' he argues that this " dialogue by the dead , " a basic structure of noh , has in fact realized the construction of a story world unachievable by other types of plays . noh as an art of improvisation moreover , some peculiar noh plays by professionals are elaborate one-time performances without rehearsal . in usual drama , rehearsals are repeatedly done before the performance and occasionally , there may even be a general probe during which the actors and actresses who dress up in the same costumes rehearse on the same stage before the actual performance . for noh , performers are mustered only once for " mutual agreement and arrangement " before the actual performance as a rule and moreover , masks and costumes are not used . bearing upon this , tetsunojo kanze viii argues that , noh were originally completely impromptu performances and if the performers understood one another too much , it becomes a demerit . yugen ( delicate beauty , subtle and profound ) and myo ( wonder ) an aesthetic character expressed by noh is the well-known " yugen ( delicate beauty , subtle and profound ) . " even in the writings of zeami , who compiled noh , it is said that the meaning of " yugen " is not necessarily consistent . for instance , the " yugen " in " kakyo ( literally flower mirror ) " means " only a body of beauty and tenderness " such as the mode of behavior and atmosphere expressed by kuge ( court nobles ) of the contemporary early muromachi period . however , umewaka pointed out that the most important esthetic concept in zeami 's theory of noh is not " yugen ( subtle and profound ) " but " myo ( strangeness ) " and " yugen " is not a ruling principle of noh from the aesthetic aspect . concerning " myo ( strangeness ) , " zeami did not completely finish explaining the principle and the content of myo 's emergence . he tried to explain by using metaphors " appearance without shape " and " innocence . " moreover , he pointed out this aesthetic character is also felt occasionally in the performing techniques of the noh players . umewaka compared " myo ( strangeness ) " and " yugen ( subtle and profound ) " and he argued that " myo " acts on both the performers and the spectators when it appears ; on the contrary , " yugen " is nothing more than the aesthetic character which a performer intentionally expresses to the spectators . techniques of noh dance dancing is an element forming the basis of noh . according to tamotsu watanabe who accepted kunio yanagida 's theory , while the word " dance " contains leaps and jumps , the word " dance " in noh means " turn , " or in other words " rotary motion , " a characteristic of noh dancing . the features of a noh dance are the excessive sliding of one 's feet along , the peculiar posturing of one 's body , and rotary motions . the sliding feet is a peculiar stepping or way of walking where the soles are slipped along the stage surface without raising the heels ( this is called hakobi in particular ) and to do this smoothly , it is necessary to pose so the center of gravity is lowered by flexing one 's knees and dropping one 's waist . this is " the posture . " moreover , unlike kabuki or its derived japanese dance , which requires that dancing on an oblong stage be shown facing towards the spectators from the frontal direction , noh on a stage near the square , on the contrary , considers the spectators from the three directions and this also accounts for its rotary motions in noh . noh dancing is static and has no drastic changes from fast to slow in one performance and it is characterized by showing stiff line by forcing a body to be under extreme tension . noh dancing is classified as follows . chu-no-mai ( literally " dancing in the middle " ) the most basic dance . mainly , a female role performs this dance . jo-no-mai ( literally " dancing in the introduction " ) dance of slow tempo mainly , this dance is for a female role . otoko mai ( literally " man dancing " ) this is danced in genzai noh ( described later ) . the tempo is fast . mask is not worn . dancing for the man 's role kami mai ( literally " god dancing " ) it is danced in waki noh ( when the protagonist ( shite ) plays the role of god or buddha ) . the tempo is quite fast . dance for the male role music it is a music piece with china being the stage and the performer playing the role of a dancing fairy . a protagonist ( shite ) playing the role of a musician might also dance or play the tenko ( literally " sky drum " ) . kagura ( shinto music and dancing ) it is danced in waki noh ( when the protagonist ( shite ) plays the role of god or buddha ) . dance for the female role utai ( chanting of a noh text ) utai ( chanting of a noh text ) , according to tetsunojo kanze viii , is " a long poem based on the seven-and-five-syllable meter . " with 12 characters written in the seven-and-five-syllable meter as one paragraph , the poem is chanted in an eight-beat rhythm . however , there may be some part chanted in a rhythm other than the eight-beat the portion chanted with the eight-beat rhythm is called " hyoshi-ai ( congruent rhythm ) " and the standard tempo is called " hiranori , " the fast tempo is called " chunori , " and the slow tempo is called " onori " . the chanting of a noh text with a rhythm other than the eight-beat rhythm is called " hyoshi-awazu , ( unmatched or noncongruent rhythm ) " . in noh , the chanting of a noh text can be roughly divided into the characters in the play ( such as the protagonist ( shite ) , the nohwaki , tsure et al ) , and the back-up chorus of eight people called " jiutai " . the utai chanted by the characters in the play becomes the dialog of the characters . on one hand , jiutai reveals a character 's psychological portrait and describes a scene and on the other hand , it may occasionally represent the feelings of the protagonist ( shite ) , or a dialogue duet with the nohwaki . in jiutai , the so-called jigashira ( literally " head of jiutai " ) is playing the role of a concertmaster . moreover , jiutai intentionally adopts a heterophony such that the pitch of the voice for each individual is changed . the noh chorus is seated in two rows back and front on the jiutaiza ( literally " seats of noh chant " ) facing the stage . each person is holding a folding fan and they pose with the fan while chanting and lower the fans while resting . the vocalization of a noh chant can be classified into two kinds ; " weak chanting " ( yowagin ) and " strong chanting " ( tsuyogin ) . similarly , according to tetsunojo kanze viii , while " weak chanting " is a melodious expression with a fine musical scale , " strong chanting " is an expression to emphasize the strength of the sound . a noh chant can be roughly divided into the part with melody ( fushimawashi ) and the part without melody ( kotoba ) . in a melodic part , there may be sections with congruent rhythm ( hyoshi-ai ) or sections with noncongruent rhythm ( hyoshi-awazu ) . kotoba corresponds to the usual dialogues and conversations and only the acting performers ( protagonist ( shite ) , nohwaki , and tsure ) utter it . the noh chorus must chant the melodic parts . moreover , even if it is a conversation between the actors , it is not uncommon that an exchange of kotoba may suddenly switch to a melodic chant according to the climax of one 's feelings . except for the new noh plays , the words used for noh chants are from the japanese language of the muromachi period . noh musicians the musical instruments used by the noh musicians ( noh gaku-hayashi ) have 4 types : flute ( noh pipe ) , small hand drum ( kotsuzumi ) , big drum ( ohkawa , also called " big skin " ) , and side drum ( taiko ) . this is called " rhythm of four beats ( shi-byoshi ) " . small hand drums , big drums and side drums are struck while shouting a cheer . the cheer , which is also an important musical element , is determined by the noh score . a play is a complicated assembly composed of 3 components : " scenes composed only of a noh chant , " " scenes during which both a noh chant and the musician 's performance , " " scenes with only musician 's performance ( with the protagonist ( shite ) dancing in most cases ) . " generally speaking , when the musicians perform with the chanting from a noh text , it serves as musical accompaniment . moreover , now , as a signal that the noh play is starting , " a musical note ( oshirabe ) " is performed by the noh musical band in " mirror room ( kagami-no-ma ) " located in the back of the bridge leading to the stage . flute ( noh pipe ) the noh pipe is a flute made of bamboo , with a mouthpiece ( the hole into which air is blown ) and seven note apertures and the surface is covered with cherry birch or japanese lacquer . fitted in the tube between the mouthpiece and the fingering holes is a minute bamboo piece called the " throat ( nodo ) . " thanks to this " throat ( nodo ) , " a high pitched sound ( hishigi ) peculiar to noh music can be easily made as distinct from other flutes such as dragon flute and japanese transverse bamboo flute . moreover , because of the existence of this " throat , " noh pipe doesn 't have a steady tone . this is also a distinct feature of the noh pipe . since the noh pipe is the only melody musical instrument with the four-beat-rhythm , it plays a central role during a noh dance ( jo-no-mai or chu-no-mai ) when only the noh musicians are providing the sound . during the noh musician 's solo performance , a melody congruent to the rhythm is played but when accompanying a noh chant , a melody not congruent to the rhythm is played . with the meaning accompanying the noh chant , this is called " ashirai " . small hand drum the small hand drum is a musical instrument made of cherry wood shaped like an hourglass . each of the two leather skins is mounted on the front and back ( horse leather covers a ring of plastron ) and is secured with hemp yarn ( called " adjusting string ( sirabeo ) " ) . hold the adjusting string with the left hand , keep the drum on the right shoulder and strike it with the right hand . depending upon how the adjusting string is gripped , where drum head is struck , and how strong the strike is , it will play one of four sounds ( called as " chi , " " ta , " " pu " and " po " ) . since some moisture is always necessary for the performance , the artist breathes on the leather and the tuning paper ( choshigami , a small piece of japanese paper mounted on the back of the leather ) is adjusted by wetting with saliva . big drum although the big drum is called " a large skin " to distinguish it from the small hand drum , the material and the construction are almost the same as the small hand drum ; only the size is bigger overall . hold it with the left hand and put it on the left knee and use the right hand to strongly strike it sideways . although the striking sound is almost similar to the small hand drum , the types of different tones are less than those of the small hand drum . surprisingly for its size and shape , the sound emitted is clearer and higher than the small hand drum . because moisture is an extreme nuisance , the leather should be dried over a charcoal fire before the performance . because it is very painful to hit with a bare-hand leather mounted with the thick , long hemp rope , " finger leather ( yubikawa ) " are worn on the middle finger and the ring finger with " leather ( ategawa ) " placed on the palm . there are three kinds of songs ( mimicry of sound ) ; " tsu , " " chon , " and " don . " it is said that a big drum was originally a musical instrument that evolved from a small hand drum and in early days it is thought that younger drummers accompanied the small hand drums by playing the big drums . therefore , the striking style of the big drum is derived from that of the small hand drum and the hand ( score ) is carefully written so that when accompanying the small drums , it is easier for small drums to strike . side drum the side drum , or the so-called " tight side drum , " has basically the same structure as the hand drum . the leather used is bull leather and the part struck with the plectra is reinforced often by laminating deerskin . there are 2 plectra and the side drum is mounted on a stand ( called hidarikichidai ) put on the floor and the side drum is struck in front of the body sitting upright . there are two types of sounds which initiates a four-beat-rhythm ; the weaker sound that doesn 't ring out ( the plectrum is held and it sounds like tsukutsuku ) , and the louder sound that rings out ( small plectrum , medium plectrum , big plectrum , or shoulder plectrum is used , and it sounds like " tenten " ) . basically , the side drum is played only during a grotesque scene when a departed spirit or a devil appears and apart from that , only flutes and big and small hand drums are used ( with the big drum initiating the rhythm ) . to distinguish the 2 types of scenes , the former is called " side drum scene ( otuzumimono or otuzumiirimono ) " or " four-beat-rhythm ( yonbyoshimono or shibyoshimono ) " , while the latter is called " big-and-small-drum scene ( daishomono ) " . besides the above-mentioned , occasionally the protagonist ( shite ) hits a gong drum ( shoko ) on the stage ( ' sumida-gawa river ( noh ) ' and ' mii-dera temple ' ) . mostly , the purpose is to express the sound of a bell or gong from a prayer to the buddha but in this case , the drum is not struck at random and rather , there is a decided score . moreover , in modern noh , musicians other than noh occasionally join the performance for background music ( in the noh play " garasha " , christian hymns and pipe organs , etc are used ) . form noh is composed of various forms ( style and patterns of the performing techniques ) . noh dancing , noh posturing , noh chanting , noh music , and in fact everything in noh , has various forms . the details of how these forms were established are not clear but umewaka , as mentioned above , wondered if the forms that first appeared during edo period , evolved and became stabilized during the showa period . as for the reason why this form appeared , umewaka quoted the fact that study achieves efficiency by attaching names to the bodily movements . moreover , umewaka pointed out that , in modern noh , these forms are unnecessarily valued too much to the harmful extent that it has become like the object of a kind of belief . umewaka also pointed out that in zeami 's writing , a belief in form is not mentioned , and the important thing is to acquire the ability for a performer to freely control the relationship between the inside and the body in which it is impossible to acquire by merely studying the form . examples of form in noh follow : trick ( shikake ) or mechanism ( kamae ) stand straight , with both arms closed in front . open ( hiraki ) while retreating three steps ( left , right and left ) , both arms are opened sideways . the form that links together trick ( shikake ) and open ( hiraki ) is called trick-open ( shikakehiraki ) . left right ( sayu ) hang the left hand up and move out to the left by one or several steps and then , hang the right hand up and move out to the right by one or several steps . sashi a form in which the folding fan in the right hand is raised from the side , and hung high up in front . shiori stretch out one 's hand in front of the eyes . represents crying . beat ( hyoshi ) raise either of the feet , and step on the stage . stopping beat ( tomebyoshi ) at the end of one play , step clearly twice . the protagonist ( shite ) steps , or a nohwaki steps . when both characters " noh mask ( 能面 ) " are written , it is usually pronounced as " noh-men " but when only the second character " mask " is written , it is usually pronounced as " omote " . there are various kinds . there is also a real face called " hitamen " where a mask is not worn . please refer to the section of noh mask . today , the costumes are stylized , and the directions on how to use them are strictly outlined . for instance , the color white denotes nobility , and bright red denotes a young woman . moreover , from the middle ages and during the early modern age , a lot of costumes spread among the families of noh actors . moreover , during the edo period , the costumes became gorgeous as they are now . the underlying background is the development of fabric technology in the edo period , and the inflow of abundant capital from statesmen including the shogun 's families . for the props on the stage , those kept rom before are called " small properties , " while those made each time for a noh performance are called " replicas . " replicas are mostly comparatively big things such as boat , car , tomb , or a stall . a replica may be extremely simplified . for instance , a " boat " in noh is not bigger than an enlarged main wing of a model aircraft made of bamboo poles . it is big enough for noh though . a big replica may be like the bell in the noh play , ' dojo-ji temple ' . this is big enough for the protagonist ( shite ) to change costumes inside . these replicas are made now by the protagonists ( shite ) . duties ( syokusho ) protagonist ( shite ) a noh protagonist is called " shite " . in many cases , a protagonist ( shite ) plays the role of a supernatural entity like god , revenant , long-nosed goblin , or demon and occasionally , he does play some flesh-and-blood roles such as benkei in the noh play " ataka " . a noh play in which the protagonist plays the role of a supernatural entity is called a fantasy noh , while a noh play in which the protagonist plays the role of a realistic human is called a modern noh . a noh actor who has endured professional training in order to perform proficiently as a protagonist is called a pro protagonist ( shitekata ) . besides playing the role of protagonist , a pro protagonist may also play the role of tsure and tomo . generally , a child role is played by a child who is receiving training as a pro protagonist . besides playing these characters in a noh play , a pro protagonist may also be among the noh chorus or the prompters . the main character related to the protagonist , is called " tsure , " a minor role without much relation to the story stripe is called " tomo , " and among the tomo , a role that appears in order to make up a large number of people on the stage is called the " standing crowd " ( tachishu ) . in some noh plays such as " semi-maru , " and " goko ohara , " the tsure is playing a role almost as important as the protagonist and such noh plays are called " double protagonist noh , " there are also noh plays that do not have roles lower than tsure . pro nohwaki like protagonist , nohwaki is a character indispensable to noh . a noh actor who has endured professional training in order to perform proficiently as a nohwaki is called a pro nohwaki ( wakikata ) . nohwaki plays the role of finding out what is in the mind of the protagonist ( shite ) through questioning . therefore , nohwaki mostly plays the role of a monk . moreover , as mentioned above , since this role is one-sided , listening to messages from the protagonist , it is rare for nohwaki to show any brilliant activity on the stage . thus , a nohwaki sits on the stage most of the time and there is even a comic haiku ( senryu ) saying , " a nohwaki monk may like to have a tobacco tray . " a tsure attached to a nohwaki is called " wakizure ( a companion who appears with the supporting actor in a noh play ) . " . in many cases , it is a role like a tomo to the protagonist ( shite ) . a pro nohwaki plays the role of nohwaki or wakizure . generally , compared with a pro protagonist , a pro nohwaki is required to have a harder , upright acting style . nohwaki was originally an abbreviation for " side protagonist ( waki-no-shite ) " and in the old days , there was no difference between pro protagonist and pro nohwaki . the second actor in the noh company , or the actor sitting in the prompter seat of the leading actor ( tayu , leading actor in a noh play ) is the nohwaki . during the middle ages , nohwaki took the leadership of the noh chorus ( jiutai ) and because of this influence , even during the edo period when a pro protagonists ( shitekata ) and pro nohwaki ( wakikata ) were separated , noh chorus was taken up mostly by pro nohwaki . as time went by , the part , sometimes , switched alternatively to the pro protagonists , or might be performed by some specialist called the " pro noh chorus " during some transitional period and now , it has assumed the present form . nowadays , there are many pro protagonists who descended from original pro noh chorus or pro nohwaki 's families . noh farce pro a noh farce pro often appears in a noh play . the role played by a noh farce pro is called an " interlude ( ai ) " or " comic interlude in noh ( ai kyogen ) " . in many cases , such a noh drama is divided into the first half ( maeba ) and the second half ( nochiba ) . legend says that , in order for the protagonist ( shite ) to have time to change costumes , the role of the noh farce pro was created to relate the two sessions of the noh story . there may be one or several people performing in the comic interlude . moreover , while there are noh farce pros simply telling the story only ( a sitting interlude teller is called " igatari-ai " and a standing interlude teller is called " tachigatari-ai " ) , there are also noh farce pros who move around the nohwaki or the protagonist ( shite ) and form part of the story . the former is called the story telling interlude while the latter is called " bow interlude ( ashirai-ai ) " . uncommon though , there are also noh plays that do not make use of a comic interlude farce pro . pro noh musicians from the right stage seen from the audience , flute ( fue ) , small hand drum ( kotsuzumi ) , large drum ( large leather ) and japanese side drum ( taiko ) are arranged in the order respectively . the small hand drummers and the big drummers can use the floor desk . the side drum ( taiko ) is used in the scene when a protagonist ( shite ) with supernatural powers , such as a liondog or demon appears . noh music accompaniment without the side drum is called " triple time music ( sanbyoshi ) , " while noh music accompaniment with the side drum is called " quadruple time music ( yonbyoshi ) . " rather than playing the melody , the flute is used frequently as a percussion instrument for symbolizing the scene . the shout emitted by noh musicians is also an important element of noh drama . history origin of noh concerning the origin of noh , an accurate account is still unclear . however , it is considered that this ancient masked drama may be the oldest staged public entertainment in japan introduced from the chinese continent to japan in about the seventh century , or it may be originated from some variety show performance introduced from the continent during the nara period . at first , these variety show performances , and the traditional court music as well , were under the protection of the imperial court . however , they soon spread among the people , merging with the old public entertainment existing at that time , and developed into comic dramas or short plays that centered on mimicry etc . before long , they became the so-called " sarugaku , " and formed the prototype of what is generally known nowadays as noh . on the other hand , from about the middle heian period , public entertainment like the ritual music ( dengaku ) originating from shinto rituals , and dancing for celebrating longevity ( einen ) organized in buddhist temples had become popular and developed respectively . although these performers were originally farmers and monks , from about the late heian period , occupational groups performing their own specialties were also established . kan-ami and zeami appeared . circus performance ( sarugaku ) , ritual field music ( dengaku ) and celebrating longevity ( einen ) influenced one each other and developed further . from about the 12th and the 13th century , " theatre ( literally " seat , " or za in japanese ) " was born as business union and they came to be protected by temples and shrines . from the 14th century samurai were protecting the ritual field music and stage costumes , small props , and stages had also become gorgeous . under this situation , kan-ami emerged from yuzaki-za , which is the theatre of yamato sarugaku ( literally " japanese monkey music " ) . it introduced surprising plays such as " kusemai ( literally " music dance " ) " ( shirabyoshi-no-gei ) , etc to the melody and this brought about a big reformation to traditional sarugaku . the so-called " joint-meeting noh ( tachiai noh ) " performed at that time was being thought to be one of the backgrounds of such a reformation . this refers to performance matches in which theatres of sarugaku and ritual field music were competing against each other . winning in the " joint-meeting noh " was directly connected to the worldly success of the theatre . the reformation of sarugaku , in kanze-za , was also intended to win in this " joint-meeting no " . in 1375 , shogun yoshimitsu ashikaga enjoyed watching a sarugaku performed by kan-ami and his son , zeami in imagumano of kyoto . impressed by their performance , yoshimitsu protected kan-ami and his son 's theatre yuzaki-za ( kanze-za ) . as a result , they managed to secure their protector , yoshimasa ashikaga and a body of spectators , that is , the community of samurais . moreover , including yoshimoto nijo , they also managed to come into contact with the court noble society in kyoto , absorbed the culture of these upper classes , and refined their sarugaku to become more elegant . further , yoshimitsu ashikaga also highly appreciated zeami 's nephew on-ami and became his protector . like this , with the successive generations of leading actors in theatre kanze-za being connected to the contemporary powers , the prototype of the present noh was accomplished . tobi-za , yuzaki-za , sakado-za , and enmai-za , which were the yamato sarugaku ( literally " japanese monkey music " ) established during muromachi period , were collectively called yamato-shiza ( literally " japanese four theatres " ) . thus , the legend saying that they are respectively related to the succeeding hosyo-za , kongo-za , kanze-za , and komparu-za , is in fact rational and persuasive . it is thought that there was no large developments in the contents of noh as an art form during the warring states period ( japan ) . however , noh continued to be loved by the contemporary powerful men such as nobunaga oda and hideyoshi toyotomi . according to ' mondo uno 's diary ' , in 1582 , nobunaga enjoyed watching umewaka family 's sarugaku with ieyasu tokugawa in soken-ji temple in azuchi and he himself also liked playing the small hand drum . moreover , there are records showing that nobunaga 's eldest son nobutada oda danced in a noh drama . hideyoshi toyotomi , who became the leading powerful authority in japan succeeding nobunaga , practiced noh ardently in his later years . in october , 1593 , hideyoshi performed noh drama and noh farces in front of emperor goyozei for three consecutive days . however , to an extreme , hideyoshi showed no interest in sarugaku other than the yamato-shiza and as a result , a lot of theatres of sarugaku disappeared during this time . so to speak , it was hideyoshi who is responsible for selecting noh which has succeeded to the present among the various sarugaku theatres . noh of the edo period during the edo period , because the successive generations of shoguns such as ieyasu tokugawa , hidetada tokugawa , iemitsu tokugawa , all liked noh , sarugaku came to have a significant meaning as a cultural capital of the community of samurai . moreover , sarugaku came to be the formal music ( ritual music ) for ceremonies in the community of samurais and each clan came to employ its retained sarugaku performer . there was in fact a well known person called akifusa manabe who was originally a sarugaku performer but succeeded even to the daimyo ( japanese feudal lord ) . similarly , the tokugawa family , also like hideyoshi , protected yamato-shiza . however , hidetada protected kita shichidayu noh , which was deviated from yamato-shiza , and recognized the establishment of kita style ( kita-ryu ) in genwa era . ieyasu tokugawa liked kanze-za and hidetada and iemitsu liked kita style . however , because tsunayoshi tokugawa liked hosho style ( hosho-ryu ) , it is said that during the reign of tsunayoshi , kaga domain and owari domain replaced the retained noh musician from komparu style to hosho style . as a result , even nowadays , ishikawa prefecture and nagoya are still active regions of the hosho style . on the other hand , since sarugaku had become the ceremonial music for the community of samurai , common people had gradually less and less chance to see sarugaku . however , lnoh song lessons became popular among town people and a lot of noh songbooks were published ( there were even examples of noh songbooks [ utai-bon ] used as textbooks in private schools [ terakoya , temple elementary schools during the edo period ] for children ) . although the chance to in fact see sarugaku was rare , the common people 's concern was strong and whenever there was noh performance event aiming at collecting donations for temples or shrines , a lot of spectators gathered . modern ages after the meiji restoration , noh , which was ceremonial public entertainment for the bakufu , was struggling to survive at the edge of abolition . in 1869 , noh was performed before the duke of edinburgh when he visited japan . however in 1872 , the noh farce " imitating the emperor , insulting a superior " was prohibited and " encourage goodwill and punish evil " was also banned by law . however in 1878 , emperor mutsuhito of meiji set up a noh stage in aoyama imperial palace ( aoyama-gosyo ) , and enjoyed watching a lot of noh dramas . and in 1879 , tomomi iwakura invited ulysses grant to his mansion to watch noh . furthermore , he facilitated establishing the noh society ( nohgaku-sha ) ( the later noh association ( nohgaku-kai ) ) and the construction of shiba noh music hall ( shiba-nohgaku-do completed in 1881 ) . in this way , noh 's crisis immediately after the meiji restoration passed . however , before long , because each sect came to present its own exclusive posture , the exchange and co-starring between sects disappeared . noh during world war ii afterwards , when militarism intensely increased , attention to critical viewpoints poured into noh dramas whose themes were related to the emperor 's family . in 1939 , tokyo metropolitan police department office of security banned the public performance of the noh drama " goko ohara " as being disrespectful . on the other hand , new noh dramas with themes such as the sino-japanese war , russo-japanese war , and world war ii came to be made . postwar days the defeat of world war ii brought to the noh sector a major turning point . because a lot of noh stages were burnt down due to war damage , noh musicians , who had been practicing their own style of noh performance exclusively from the other sects , united and began to practice jointly on the noh stages that were left standing . as a result , young noh artists were able to receive teachings and a lot of stimulation from excellent noh artists of other sects . hideo kanze , the second son of tetsunojo kanze 's family , received at this time a big impact from the differences in body theories between the kanze style and other sects . consequentially , he transferred to kita style as an art apprentice and became an adopted son of roppeita kita . he introduced himself as hideo goto . even hideo 's younger brother shizuo kanze , who became tetsunojo kanze viii , talked a lots about the big impact of beginning exchanges with other sects of the time . tamagawa noh stage ( tamagawa-no-butai ) was an example of such an exchange type noh stage at the time ( the building was moved and reconstructed as tessenkai noh theatre [ tessenkai nohgaku kenkyujo ] now ) . the sects in noh can be divided according to the system of yamoto-shiza , and local noh sects in various places in japan . yamoto-shiza ( literally " the four theatres of japan " ) are kanze-za , hosho-za , komparu-za , and kongo-za . in addition , kita style was spun off from kongo-za during the edo period . they are collectively called shiza ichiryu ( literally " four theatres , five styles " ) . spun off from kongo style , kita style , which continued to receive influence from komparu style , was a new sect born in the edo period and during the meiji period , the kita style achieved the same status as the other four major styles . since its establishment , kita style has never adopted the system of " seat or theatre ( za ) " and never been called kita theatre . that is why people do not say " five theatres , " but " four theatres , five styles . " among the four theatres , kanze and hosho ( which advanced from nara to kyoto ) are called kami-gakari , while komparu and kongo ( which continued to be based in nara for their activities ) are called shimo-gakari . kita is included in shimo-gakari . because of hideyoshi toyotomi 's policies , yamoto-shiza had absorbed the theatres of other sarugaku such as tanba sarugaku sanza . consequently , entering the edo period , the majority of sarugaku in japan became subsidiaries of yamoto-shiza . at present , noh artists in the system of " four theatres , five styles " have organized the nohgaku performers ' association and members of the nohgaku performers ' association are entitled professional noh artists . on the other hand , there are noh sects which did not become integrated into the system of " four theatres , five styles " remaining in rural regions . in these local noh sects , one may enjoy watching performances other than those of " four theatres , five styles " and peculiar local dances . famous examples include kurokawa noh ( spread around kasuga-jinja shrine of yamagata prefecture ) and osudo noh ( spun off from kurokawa noh , but spread around in niigata prefecture ) . concerning noh preformed by the noh artists affiliated with the nohgaku performers ' association , the style of the entire noh drama is represented by the style of the protagonist ( shite ) . only for noh , the originator of the sect is called " the head of the school ( soke ) " . in fact , during the edo period , it was the kanze sect that first set up a branch ( bunke ) . afterwards , based upon this exceptional case , other heads of the school also followed . to distinguish itself from the branch sect , the home sect is called the " head of the school ( soke ) , " meaning the originator of the sect . now , as long as it is not used when the branch sect shares the same surname , " head of the school " is almost an equivalent saying to " originator of the sect " . system of " theatre or seat " before the edo period , performers of sarugaku had to be affiliated to one of the theatres and because of this , unlike the protagonists ( shite ) today , they could not choose freely among the three key roles from their favorite sect . the composition of each theatre in the edo period is shown as follows . kanze style ( kanze-za ) nohwaki : shindo style , fukuo style flute : morita style , kasuga style small hand drum : kanze style , kosei style big drum : kadono style side drum : kanze style noh farce : sagi style hosho style ( hosho-za ) nohwaki : shimogakari-hosho style flute : isso style small hand drum : ko style big drum : kanze style and hosyo renzaburo school side drum : itoku style noh farce : okura style and okura yadayu school kongo style ( kongo-za ) nohwaki : takayasu style flute : kasuga style chome seizaemon school big drum : takayasu style noh farce : okura style and okura hachiemon school komparu style ( komparu-za ) nohwaki : shundo style small hand drum : ko style , okura style big drum : okura style and komparu saburoemon school side drum : komparu style and komparu saburoemon school noh farce : okura style kita style does not have the system of " theatre or seat ( zatsuki ) " . styles and schools existing nowadays ( the numbers inside the parentheses show the numbers of affiliated noh artists registered in the nohgaku performers ' association in 2005 . ) pro protagonists ( shite ) ( please refer to each section for details ) kanze style ( 561 ) , hosho style ( 270 ) , kongo style ( 100 ) , komparu style ( 120 ) , kita style ( 54 ) pro nohwaki takayasu style ( 16 ) , shimogakari-hosho style ( 24 ) , fukuo style ( 20 ) shindo style ( discontinued in meiji period ) , shundo style ( discontinued in meiji period ) flute pro ( fuekata ) isso style ( 17 ) , morita style ( 48 ) , fujita style ( 4 ) kasuga style ( discontinued in meiji period ) small hand drumer ( kotsuzumikata ) ko style ( 31 ) , kosei style ( 9 ) , okura style ( 18 ) , kanze style ( 7 ) big drumer ( otsuzumikata ) kadono style ( 12 ) , takayasu style ( 13 ) , ishii style ( 10 ) , okura style ( 13 ) , kanze style ( 1 ) komparu style ( discontinued in meiji period ) side drumer komparu style ( 25 ) , kanze style ( 16 ) itoku style ( discontinued in meiji period ) noh farce pro okura style ( 92 ) , izumi style ( 56 ) sagi style ( although descendants continue to practice on sado island , yamaguchi , etc . , they are not recognized by the nohgaku performers ' association ) books writings of zeami in 1400 , zeami wrote ' the flowering spirit ( fushikaden ) ' ( ichinakadensho ) . in chapter 1 " longtime practice ( nenraikeikojojo ) " of this book , there are well-known contents such as " not to forget intention to begin with " and " flower at season ( jibun-no-hana ) " and these theories are highly evaluated as being still practical at present . as far as the contents are concerned , they also contain some ideas of zeami . afterwards , zeami wrote his theories as private writings based on his devoted study on the noh dramas such as " kakyo ( the mirror of the flower ) " , " shugyoku tokka ( gathering gems and gaining flowers ) " and " sarugaku dangi ( talks about sarugaku ) " . by now so far , there have been 21 private writings of his known . type in houses of ancient families , there are books or private writings handed down from generations . these are called " types ( katazuke ) " . drama presentation form in the edo period , the " okina play " plus five dramas of noh was a formal presentation . this is called " okinatsuki-gobandate . " which dramas and in what order the dramas are presented are determined by the concept of " introduction , development , and climax . " concretely , noh dramas are divided into five kinds . first drama ( god ) : god becomes the protagonist ( shite ) . also called " side noh " introduction second drama ( man ) : soldier becomes the protagonist ( shite ) . also called " sura noh ( shura mono ) " mostly are losing battles ( defeated sura ) . introduction of development third drama ( woman ) : a beautiful woman becomes the protagonist ( shite ) . development of development developing development fourth drama ( mad ) : a madwoman becomes the protagonist ( shite ) . also called " madwoman noh ( kyojomono ) " in fact , various dramas can enter this section . ( miscellaneous noh ) climax of development fifth drama ( demon ) : a supernatural powerful creature such as demon or long-nosed goblin becomes the protagonist ( shite ) . also called " the last noh play of a day ( kirinoh ) " climax performed in the order of between these noh dramas , noh farces enter . therefore , it takes a long time for the entire show . nowadays , noh performances of such a long duration are difficult and it is common in public performances that only the first noh farce ( kyogen-ichiban ) is inserted between the noh second drama ( noh-niban ) . still , the performing order of the five dramas is highly appreciated . for instance , it is very rare to have the fifth noh drama " ishibashi " followed by the third noh drama " izutsu " . for a noh performance with the five dramas , if the fifth drama is not happy ( celebratory noh ) but is dark content , then the second half of a god noh such as " takasago " will be performed ( it is called a half noh because only the second half is performed ) so that a happy ending supposedly comes to the end . occasionally , to further shorten it , the noh lyrics in the last section only can be chanted without music ( su-utai , noh lyrics without music ) . it is still possible to see this custom called tsukeshugen ( a short celebratory noh play ) in today 's noh dramas with a shortened duration of performance . an example of noh program repertoire ( bangumi omote ) is shown in the picture on the right . it is a common practice that the performer 's name of the protagonist ( shite ) is written on the right of and a bit below the program name , while the performer 's name of the nohwaki is written directly below the program name . moreover , small characters denote special performing . abbreviated presentation form half noh the first session of a long drama is omitted short for presentation . for details , please refer to the section " half noh . " su-utai ( noh lyrics without music ) presentation of one drama with only the noh chant ( jiutai ) . it is not accompanied by the noh musicians or any character role such as the protagonist ( shite ) or tsure . just the noh musicians ( subayashi ) a performance only by the noh musicians . banbayashi ( the noh musicians perform the whole of the first noh chant ) one drama is presented by the noh chorus and the noh musicians . ibayashi ( an abbreviated presentation from of noh in which the protagonist , the noh chorus and the noh musicians are all performing while sitting . ) the highlight of the drama is presented by the noh chorus and the noh musicians . shimai ( noh dance in plain clothes ) the dance as the highlight of the drama is presented by only the noh chorus . the dancer does not wear a traditional noh costume , but a montsuki-hakama ( formal kimono with family crest symbol with a separated skirt ) . mask is not worn . maibayashi ( an abbreviated presentation from noh in which the main part is performed by the protagonist , the noh chorus and the noh musicians in montsuki-hakama without masks . ) the noh musicians join the noh dance in plain clothes . names of the main dramas in this chapter , we are introducing those classics completed in the middle ages but are still frequently presented nowadays . these are called modern dramas ( genkokyoku ) in which they may be different in accordance with the sect and there are roughly 200 to 300 modern dramas . however , historically , besides these , about 2000 to 3000 dramas have been made . even among the dramas which were discontinued , some are being presented again nowadays . moreover , some dramas are written in the recent past or in recent years . these are called new noh dramas . waki-noh mono ( first-category noh play in a five-drama-noh presentation , mostly about god ) otokokami-mono ( literally " tale of a man god , " example of the first noh drama in a five-drama-noh presentation . ) ( such as " takasago " or " yoro " ) joshin-mono ( literally " tale of a goddess " ) ( such as " seiobo " ) oigami-mono ( literally " tale of an old god " ) ( such as " hojo-gawa river , " " ukon , " " oimatsu " ) kotogami-mono ( literally " tale of a strange god " ) ( such as " tobosaku , " " gendayu , " " naniwa , " " domyo-ji " ) aragami-mono ( literally " tale of a wild god " ) ( such as " ejima , " " mekari , " " kamo " ) nibanme-mono ( second-category play ) yushi-mono ( literally " tale of a hero " ) ( such as " yashima , " " ebira , " " kanehira " ) kindachi-mono ( literally " tale of a young noble " ) ( such as " tsunemasa , " " tomoakira , " " atsumori , " " atsumori ikuta " ) oimusya-mono ( literally " tale of an old warrior " ) ( such as " sanemori , " " yorimasa " ) onnamusya-mono ( literally " tale of a female warrior " ) ( such as " tomoe " ) sanbanme-mono ( third-category play ) honhige-mono ( literally " tale of a real beard " ) ( such as " izutsu , " " genji kuyo , " " matsukaze " ) rojo-mono ( literally " tale of an old woman " ) ( " higaki , " " obasute " ) binan-mono ( literally " tale of a handsome man " ) ( such as " oshio , " " unrin-in " ) seitensen-mono ( literally " tale of a fairy " ) ( such as " kakitsubata , " " kocho , " " hatsuyuki " ) rosei-mono ( literally " tale of an old fairy " ) ( such as " saigyozakura , " " yugyozakura , " " hana ikusa " ) genzai-kazura-mono ( literally " tale of a modern wig " ) ( such as " gio , " " rogio , " " yuya , " " goko ohara " ) genzai-rojo-mono ( literally " tale of a modern old woman " ) ( such as " sekidera komachi , " " omu komachi , " " sotoba komachi " ) yobanme-mono ( fourth-category play ) miko-megami-mono ( literally " tale of a shrine maiden or goddess " ) ( such as " makiginu , " " urokogata , " " muro-gimi , " " genzai shichimen " ) shushinonna-mono ( literally " tale of a devoting woman " ) ( such as " umegae , " " kinuta , " " minase " ) shushinotoko-mono ( literally " tale of a devoted man " ) ( such as " koi-no-matsubara , " " koi no omoni , " " akogi , " , " utou , " " fujito " ) kyojo-mono ( literally " tale of a wild woman " ) ( such as " mii-dera temple , " " sumida-gawa river " ) otoko-monogurui-mono ( literally " tale of a male maniac " ) ( such as " koya monogurui , " " ashikari , " yoroboshi " ) geizukushi-mono ( literally " tale of trying your best in art " ) ( such as " kagetsu , " " jinen koji " ) kara-mono ( literally " tale of things chinese " ) ( such as " tsuru kame , " " kantan , " " ikkaku sennin , " " tenko " ) ninjo-mono ( literally " tale of human feelings " ) ( such as " hachi-no-ki , " " shunkan , " " kagekiyo " ) samurai-mono ( literally " tale of a samurai " ) ( such as " kiso , " " sakurai , " " sakurai eki , " " kogo , " " ataka " ) kiriai-mono ( literally " tale of crossing swords " ) ( such as " youchi soga , " " daibutsu kuyo , " " tadanobu " ) jo-mono ( literally " tale of an old man " ) ( such as " aridoshi , " " ugetsu , " " tokusa , " " bukan , " " rinzou " ) yon gobanme-mono ( fourth-or-fifth-category play ) reigen-mono ( literally " tale of miraculous efficacy " ) ( such as " taniko , " " matsuyama kagami , " " aizome-gawa river , " " sagi " ) kijo-mono ( literally " tale of an ogress " ) ( such as " aoi-no-ue , " " dojo-ji temple , " " kurotsuka " ) gobanme-mono ( fifth-category play ) onna bosatsu-mono ( literally " tale of a woman buddhist saint " ) ( such as " taema , " " ama " ) atebito-mono ( literally " tale of a noble " ) ( such as " kenjo , " " raiden , " " matsuyama tengu " ) mosho-mono ( literally " tale of a brave general " ) ( such as " kusanagi , " " ikarikazuki , " " kou , " " funa benkei " ) tengu-mono ( literally " tale of a long-nosed goblin " ) ( such as " zegai , " " kurumazo , " " daie , " " dairokuten , " " kazuraki tengu " ) oni-mono ( literally " tale of a demon " ) ( such as " shokun , " " shokai , " " nomori , " " raiden " ) ryujin -mono ( literally " tale of dragon god " ) ( such as " atago kuya , " " kasuga ryujin " ) chikurui-mono ( literally " tale of livestock " ) ( such as " sesshoseki , " " nue " ) uchiai-mono ( literally " tale of competition " ) ( such as " ryoko , " " shari , " " hiun " ) onitaiji-mono ( literally " tale of demon extermination " ) ( such as " momijigari , " " rashomon , " " oe-yama mountain , " " tsuchigumo " ) honshugen-mono ( literally " tale of real celebration speech " ) ( such as " shakkyo , " " shojo , " " taihei shojo " ) +dengaku is a traditional japanese performance art . it is a combination of music and dance . it began in the middle of the heian period . there are various theories about its origins , including that it developed from a ' ta-asobi ' ritual to pray for a good harvest before planting rice or that it was introduced from overseas , but there are still many uncertainties as to its origins . in 1096 , people in kyoto became enthusiastic about dengaku and the aristocracy arranged performances for the emperor . this is referred to as the 1096 dai-dengaku ( in the ' rakuyo dengaku ki ' ( record of rakuyo dengaku ) authored by oe no masafusa ) . in the latter stage of the heian period dengaku troupes were formed under the protection of temples and shrines . priests who specialized in dancing dengaku were called dengaku hoshi ( dengaku priest ) . there was also a period when dengaku was more popular than sarugaku , another japanese dance . it is written in the ' taiheiki ' ( the record of the great peace ) that takatoki hojo , a regent in the kamakura bakufu ( japanese feudal government headed by a shogun ) , was addicted to dengaku and the shogun yoshimochi ashikaga in the muromachi bakufu liked the performances of a dancer named zoami . the popularity of dengaku declined as yamato sarugaku ( japanese dance ) boomed . local performances by the present day , dengaku dances have become divided into bin-zasara and suri-sasara , depending on the type of percussion instrument used . dengaku dances include dances that are prayers for a good harvest , and dances that are prayers for driving away evil . there are dengaku dances featuring child dancers , including the oji-jinja shrine dengaku dance , shirahige-jinja shrine dengaku dance , gohoden 's children 's dengaku / furyu , kotaki chokurairo dance , dainichi-do dance and more . designated cultural property as of 2006 , the following 24 performances are designated important intangible assets in the classification of dengaku folk performances ( date of designation , prefecture ) . akiu rice planting dance ( may 04 , 1976 , miyagi prefecture ) itabashi rice paddy performance ( may 04 , 1976 , tokyo ) nishiure dengaku dance ( may 04 , 1976 , shizuoka prefecture ) fujimori rice paddy performance ( may 17 , 1977 ) mutsuki shinji ( mutsuki ceremony ) ( may 22 , 1978 , fukui prefecture ) enburi festival ( february 03 , 1979 , aomori prefecture ) yamaya rice planting dance ( january 21 , 1981 , iwate prefecture ) hanazono onda dance ( january 21 , 1981 , wakayama prefecture ) isobe-no-omita dance ( march 29 , 1990 , mie prefecture ) ishii-no-shichifukujin and rice planting dance ( december 26 , 1995 , fukushima prefecture ) tawara-no-onda ritual ( december 27 , 2000 , kyoto prefecture ) shiohara daisenkuyo rice planting dance ( february 12 , 2002 , hiroshima prefecture ) gohoden-no-chigo dengaku furyu ( may 04 , 1976 , fukushima prefecture ) mizuumi dengaku dance and noh dance ( may 04 , 1976 , fukui prefecture ) nachi dengaku dance ( may 04 , 1976 , wakayama prefecture ) kira-gawa river onta festival ( may 17 , 1977 , kochi prefecture ) mikawa dengaku dance ( may 22 , 1978 , aichi prefecture ) sumiyoshi rice planting dance ( february 03 , 1979 , osaka prefecture ) gero-no-ta festival ( january 21 , 1981 , gifu prefecture ) suginohara-no-ondamai dance ( december 28 , 1987 , wakayama prefecture ) oki dengaku dance and garden dance ( march 11 , 1992 , shimane prefecture ) aki-no-hayashida performance ( december 15 , 1997 , hiroshima prefecture ) shirahige-jinja shrine dengaku dance ( december 27 , 2000 , saga prefecture ) tsutsukowake-jinja shrine rice planting dance ( february 06 , 2004 , fukushima prefecture ) food for information about dengaku in cooking , refer to miso dengaku . dengaku performances also sometimes include ' taka-ashi ' or short stilts , and this is thought to be the origin of the name of the dish ' miso dengaku ' , or tofu with miso is grilled on short skewers that look like small stilts . there is also a japanese sweet called fukuyama dengaku which is a rice cake with powdered soybeans . oden is a dish derived from boiled dengaku ( originally a grilled tofu dish ) . +the term " kamon " refers to a crest used in japan to indicate one 's origins ; that is , one 's family lineage , blood line , ancestry and status from ancient times . it is also referred to simply as mondokoro or mon . japan has 241 kinds of kamon , with 5,116 individual kamon variations in total . while the term " symbol " in english means an abstract design and " emblem " means visual design , " kamon " in japan is expressed as " " in english in the sense of ' kabutokazari ( 兜飾り ) . ' this is because the component of an individual crest in the west has the same function as that in japan , having the same component in common to identify a family . the japanese term can be transliterated to ' , ' in some cases . it can be said that kamon is an example of japan 's own culture which has been in use up to the present day . in the age of ' gen pei to kitsu , ' when a strong shizoku family like the minamoto clan , the taira clan , or the fujiwara or tachibana clans , were in their prime , a part of the shizoku population that moved to local regions began to use other names , for example like a place name , for its kamei ( yago , house name ) to distinguish themselves from other people from the same clan , and this led to myoji ( family name ) being used later . a kamon was created to serve as an unique emblem that represented a family 's identity , clearly revealing the family name of its owner . later , buke ( samurai , warriors ) and kuge ( the nobility ) made use of kamon , that are classified into some groups according to blood line or historical origin . each group consists of representative kamon and their variations . in addition , some kamon , created by gozoku ( a powerful family ( clan ) ) , have been handed down and are still in use . multiple kamon were allowed , except for particular crests , and kamon spread widely and were used on even graves , furniture , and ships . kamon were commonly used in daily life . it was natural for kamon to be placed on weapons like katana ( single-edged swords ) and kacchu ( armor and helmets ) . however , although there were no limitations placed upon usage , freely using other family 's kamon caused friction or conflict . especially using kamon of a higher class , such as daimyo ( japanese feudal lord ) or shogun ( general ) created more friction . hence , there was an unspoken rule to avoid using other jomon ( family crests ) as much as possible . when shizoku , such as minamoto , taira , fujiwara , tachibana , mononobe , and otomo clans were in flourishing , thousands of myoji were created and then kamon gradually came into use . without regard as to whether kamon belonged to the same or another clan , some clans used different kamon from those of other clans who had the same myoji . however , unlike in the genroku era , during the edo period , there were few types of kamon in use during the kamakura and heian periods shortly after kamon were first created . consequently , more beautiful , popular , or simpler kamon , that were easier to draw , tended to be favored , and while some clans who had the same myoji used different kamon , many clans who had different myoji used the same kamon . the kamon often used among the same clan were called daihyomon or omotemon ( 表紋 ) and were treated as the representative mon of the clan . for example , houses which were separated from the fujiwara clan , such as nagaya ( 長家 ) and nasu ( 那須 ) made ' ichimonji-mon ' as the representative mon they used most often . in addition , it was common to use various kamon among clans that had the same myoji so official kamon were needed to show their formal kamon . those kamon used by each individual were called jomon or ' hon-mon ' or ' sei-mon ( 正紋 ) . ' basically , daimyo and shogun passed jomon only to their heirs so , authority , value , and the necessity of jomon were strengthened along with the increase of the number of kae-mon ( as bellow ) which were allowed to be possessed . as mentioned above , few clans had only one kamon and usually one clan had various kamon . kamon were often exchanged between clans and were also freely created . therefore , many clans had many kamon which deviated from the original meaning . for this reason , kamon other than jomon , official kamon to normally identify a clan , were called ' kae-mon . ' additionally , they were also called ' ura-mon , ' ' betsu-mon ( 別紋 ) , ' ' fuku-mon , ' or ' hikae-mon ( 控紋 ) . ' during the edo period , the number of kamon increased more and more . popular glitzy and decorative kamon increased and were inevitably used by many people . those kamon which a few clans or persons could not exclusively dominate were called ' tu-mon . ' tu-mon ' are often generally found among the graceful kamon like ' hanabishi-mon ( 花菱紋 ) . ' for example , ' gosan no kiri ' is often found on costumes for rent as it is a fairly commonly used kamon . kamon have often been exchanged from one person to another . since , with the exception of some special kamon , there have been no limitations on usage until now , however , someone who gave their kamon to another person could also use it for himself . for example , the kiku-mon ( chrysanthemum crest ) of imperial family is a typical kamon . the emperor awarded it to persons of merit like hideyoshi toyotomi .. to the contrary , some shogun presented kiri-mon , that they received from the emperor , to their own followers who served them well . it is said that this custom originated from a historical event when yoshimitsu ashikaga gave his kamon ( zo-mon ( 贈紋 ) ) to yoriyuki hosokawa during the muromachi period . these exchanges are called shiyo ( gift , esp. to subordinates ) , and it is said that the clan who was given kamon , for example , hairyo-mon , was pleased as it was a great honor for the clan . yoshiteru ashikaga , the 13th shogun of the muromachi bakufu ( japanese feudal government headed by a shogun ) , gave kiri-mon to nobuhide oda , the father of nobunaga oda , it was then taken over by nobunaga from his father . a portrait of him putting on his clothes with kiri-mon displayed on his shoulders remains at the choko-ji temple ( toyota city ) . in addition , it is said that otomo , in bungo , called those who were given its mon , ' godo-monshu ( 御同紋衆 ) ' and gave them important positions . some kamon were given from one person to another who were both at the same status level , mostly at the time of succession of katoku ( family estate ) or time of marriage . in the kansai region , where marriage was seen as a bond between two families , a bride brought kamon-onnamon ( 家紋女紋 ) from her family 's home ( for details , see the article of kamon-onnamon ) . the origin of kamon goes far back to the latter part of heian period . since the nara period , when shotokutaishi ( prince shotoku ) lived , various designs had decorated furniture and dishes which later were not only for artistic quality , but also to distinguish the property of kuge who served the imperial court . around the end of heian period , kuge such as ; sanesue saionji ( 西園寺実季 ) and saneyoshi tokudaiji , began placing their own mon on their oxcarts and walked around miyako-oji street ( 都大路 ) , showing off their mon . this theory on the origin of kamon is considered to be the most prevalent . hakuseki arai wrote in his book that the mon used in ' kinugasa ( 蓋 ) ' was the origin of kamon , however , others claim that this was just heresy and the true origin remains inconclusive . afterwards , kamon became popular among kuge and various kamon were created . for example , sanesue saionji used ' saya-e , ' saneyoshi tokudaiji used ' mokko-mon ' and the sugawara and other clans used glitzy kamon like ume-mon . there was a strong sense of color in the design , but by the kamakura period the kamon had gradually developed and evolved to take on the more traditional role and connotations of kamon and served as proof of ownership . the kamon of buke were created later than those of kuge at the end of the heian period , when conflict between gempei ( taira-minamoto ) became more violent . it is considered to have originated from the fact that buke used their original designs on hatamaku ( 旗幕 ) or manmaku ( curtains ) to advertise their achievements or to show off . the minamoto clan flew a white flag and the taira clan flew a red flag on the battlefield in order to distinguish friend from foe . there were no emblems on their flags , that could be the origin of kamon used later , but a follower , kodama-to ( 児玉党 ) , one of the musashi-shichito ( seven samurai from musashi country ) , flew a flag with a ' touchiwa ' of the gunbaiuchiwa-mon ( 軍配団扇紋 ) , that was later used as kamon of the kodama clan . therefore , it can be considered that buke 's kamon were also created in the latter part of the heian period as well as those of kuge , but only a few kamon were seen then and its explosive proliferation began after the kamakura period . it seems that in the middle of kamakura period almost all samurai displayed kamon and this became an established custom among samurai class . during the kamakura period , when there were many wars raging , like the jokyu no ran and bunei-koan no eki , they provide many opportunities for samurai to prove themselves in battle . to identify themselves , confirm their achievements and distinguish friend from foe , samurai decorated all manner of things with kamon , including manmaku , flags , umajirushi and sword scabbards . kamon were a kind of alternate identity so , it was increasingly used among samurai to show who they were . in addition , the increased use of kamon was also motivated by recognizing achievements that contributed to clans they belonged to in the ancient samurai society . while kamon were spreading rapidly among samurai during the kamakura period , kuge did not have a need to use kamon to boast their achievements . the use of kamon almost died out at the beginning of muromachi period . the idea to use crests to identify a specific clan originated from the samurai class and the status of the clan , or myoji , originally communicated it 's power and history . therefore , kamon of kuge can be perceived as ' an invented tradition , ' adopted by the samurai class . during the period of the northern and southern courts ( japan ) the clothes , hitatare ( ancient ceremonial court robe ) to which kamon such as ' daimon ' were sewn , became popular among samurai . during the muromachi period , clothes with emblems were called ceremonial robes , but the idea that an emblem sewn on a ceremonial robe should have been a kamon was not a common one . the idea is said to have begun around the higashiyama period , the middle of muromachi period , when clothes like ' suo ' and ' kataginu , ' developed from daimon , were becoming fashionable . around the same time , haori ( a japanese formal coat ) was created . in addition , some families with the same myoji had a common kamon , but at the beginning of the muromachi period battles among them increased . using the same kamon caused confusion between friend and foe so , that the number of kamon rapidly began to increase around this time . at the same time kamon in two or three colors , called ' hyo-mon ( 平紋 ) , ' were popular . for example , there is a portrait of kiyomasa kato , a samurai who fought in korea during the azuchi-momoyama period , who put s chinese bell flower , of hyo-mon design , on short-sleeved kimono , in kinji-in temple ( 勤持院 ) in kyoto prefecture . this design remained popular during the edo period , and at the time when glitzy kamon were popular during the genroku era , and overbearing showy people especially favored using them . during the peaceful , tranquil , rather uneventful , edo period , there were few hard battles fought among samurai so , the former practical role of kamon , such as ; distinguishing friend from foe in battle , had changed to be a kind of symbol of authority . japan was a hierarchical society of samurai , farmers , artisans , and merchants during the edo period , and kamon were used as a means of indicating the social status of your family to others and ascertaining the social standing and lineage of others , enabling you and your family to dress accordingly . in addition , kamon were possessed and used by common people as well . this was in stark contrast to european countries , where only aristocrats could use a crest . farmers , tradesmen , craftsmen , and even entertainers like rakugo story tellers , actors , and yujo ( prostitute ) used kamon . while common farmers , tradesmen and craftsmen could not officially use myoji , they were not regulated concerning the use of kamon that became to function as signs of a family or a clan . farmers , tradesmen , and craftsmen , could not officially use myoji so , many of them used private myoji in the villages . this originated from the structure of the village in the medieval times , and jizamurai ( provincial samurai in the middle ages , who engaged in agriculture during peacetime ) and otonabyakusho used myoji . therefore , followers , nago and hikan , used the same myoji as that of their ruler , based upon their territorial connections . kamon were handed down in each family with this myoji and began to be used among the common people 's private myoji in recent times . kamon does not necessarily correspond to blood line except in cases where descent is clear ( especially among common people ) ( even if kamon is common in a noble family , it does not mean they have common blood ) . also , during the edo period , the custom of including kamon on ceremonial dress such as ' haori ' and ' kamishimo , ' became common place . during the genroku era life gradually became more extravagant so , people without kamon were offered the opportunity to have kamon ; for example , lower-class people favored ' gosan no kiri ' according to the time-honored custom of hideyoshi toyotomi . besides , common kamon also became decorative and kamon of samurai and common people were both designed to be glitzy and graceful . it is thought that during this period , bilaterally symmetrical and diphycercal and circled kamon began to increase . at the end of the edo period , kamon designs were reputed highly and used for pictures of japonism in art nouveau in europe . during the meiji period , although western culture was introduced , western clothing did not rapidly become widespread except for among the higher class , and common people instead began to increasingly use kamon for example , on mompuku ( clothing decorated with one 's family crest ) and tombstones , thanks for the abolishment of the caste system . they were also often used as a symbol of nationalism or family . for example , kamon were shaped to order on the grip of gunto ( saber ) by silversmiths . after defeat in world war ii , social pressure , which peaked during the war , was denied as ' militaristic ' and ' feudalistic , ' and kamon was seen as one of the fostering symbols . accordingly , with the increasing interest in western culture , people had seldom put on mompuku and as a result have become less familiar with kamon . however , almost all families have more than one kamon even today , which have been used on ceremonial occasions . moreover , from an aesthetic aspect , japanese kamon are well known abroad because of the symbolic design and simple structure , and is often used in various designs . jurokuyaegiku ( 十六八重菊 ) of kiku-mon has been recognized as the kamon of imperial family by the bakufu ( japanese feudal government headed by a shogun ) and common people from ancient times , and goshichi no kiri of kiri-mon was used as kae-mon of kiku-mon . emperors often gave kiku-mon and kiri-mon to persons who contributed much to the imperial family , which is said to originate from the historical event where the retired emperor gotoba gave his favorite sword on which kiku-mon was mounted to loyal supporters who tried to overthrow the kamakura bakufu at the time of jokyu no ran . there are more recent examples where takauji ashikaga and hideyoshi toyotomi were also given kiku-mon and kiri-mon . it was glorious and honorable to be given kiku-mon and it is said that the kamon which was given was mainly kiri-mon of kae-mon , and some rulers such as sessho ( regent , regency ) , kanpaku ( chief adviser to the emperor ) , seii taishogun ( literally , " great general who subdues the barbarians " ) and daijo-daijin ( grand minister ) gave kiri-mon to their followers who contributed much to their policies . the authority of the kamon of the imperial family , kiku-mon and kiri-mon , increasingly became stronger so much that in 1591 and 1595 hideyoshi toyotomi implemented regulations to forbid unauthorized use of kiku-mon and kiri-mon . under the edo bakufu , during the administration of the tokugawa clan after the toyotomi administration , the regulation gradually became tempered and the edo bakufu tended to present its authority to be higher than that of the imperial court in kyoto , so the usage and prevalence of kiku-mon among common people had been spurred by ornaments such as clasps and carvings of buddhist objects , design of japanese cakes and the design of store curtains . the bakufu was comparatively tolerant about using kamon , but it strictly forbade the use of aoi-mon , the kamon of tokugawa clan . then later , under the meiji government the usage of jurokuyaegiku was forbade completely except by the imperial family . shinno-ke was also forbidden to use kiku-mon and the related shrines and temples such as hachiman shrine and senyu-ji temple were also forbidden , so the authority of kiku-mon of imperial family was gradually revived . at present ' jurokuyaegiku , ' which is the kamon of the imperial family is treated as national emblem under customary law . the jurokukiku design ( chrysanthemum ) , which is similar to jurokuyaegiku , is used for passports issued by japan , diet member 's pin , etc . so far there are no laws or regulations that determine a specific kiku-mon as a national emblem in japan . it is said that kiri-mon became the imperial kamon in the middle of the kamakura period just before genko ( the mongol invasion ) . the popular kamon , gosan no kiri and circled gosan no kiri , was ' the kamon used when a common person with no kamon required one ( e.g. , wearing hakama ( a divided skirt ) with kamon ) ) , ' an example of this is hideyoshi toyotomi , who was regarded to have peasant roots in taiko-ki and according to tradition , and this spread generally by reverse reasoning to that of the higher class . also , it is often used in costumes for rent at present . when meiji government was established and legally regulated the usage of kiku-mon , there were no legal regulations applied to kiri-mon . it is thought that it was because kiri-mon had been often handed over to followers of shogun-ke ( family positioned to accede to the shogunate ) since the muromachi period and some families had used it as kamon , which meiji government considered against . however , the authority of kiri-mon is not diminished and goshichi kiri is used as the emblem of the cabinet and government as customary during the issue of case documents , and recently it is being established as the emblem of the japanese prime minister abroad . kiri-mon has a character used as an emblem to identify the government , and it is included on coins such as koban ( former japanese oval gold coin ) during the edo period , coins after meiji period and the 500-yen coin , the largest coin in present use . in addition , shrines and temples each have their own mon , which are called shrine mon and jimon that are especially , distinguished from kamon . school emblems and organizational emblems such as those used by companies also exist , but they are greatly outnumbered by the various kamon that exist so japanese scholars in this field generally consider " emblem " to mean " kamon . " for shrine mon , kamon of kuge or buke which is related to each shrine , is used and original designs like those from the t 'ang-dynasty and others , related to the origin of a shrine , are often used as well . in the lineage of shinto priest , shrine mon replaces kamon ( hanabishi-mon , kashiwa-mon and so on ) . this is one custom spread mainly in the western part of japan around kinai ( kansai district ) . onnamon is an emblem which has succeeded among the female line , that differs in design and origin from parent 's family 's kamon . it is said that the mon succeeding in the female line was created naturally because in the merchant families of the kansai area the talented daughter 's husband often inherited the family business . especially in merchant families in the kinki region , it is said that ' a family with only one kamon should not be called an old-established family ' so that a family with successive onnamon is often reverently regarded as a considerable old family . in regions like kanto , except for kansai , this custom is seldom seen so , that in places that do not practice the custom of onnnamon , some families show disapproval of marriage because of custom differences ( they insist that a bride should use her husband 's family 's kamon ) . this custom remains deeply rooted at present . during the time when marriage was mainly a bond between two families , some brides brought onnamon to their husbands ' house . the designs of onnamon are based upon kamon , but many of them are somewhat feminine . while many women use their parents ' family 's kamon on tomesode ( formal , usually black , kimono with designs along the bottom of the skirt worn by married women on ceremonial occasions ) , the women who succeed onnamon use it on tomesode . some mon are designed independently , some mon are framed by a circle or a square , some are mixed with letters and other things , etc . since there are no specific terms for them , we use temporary names for the sake of convenience here . one mon consists of an inside part called mi ( 身 ) or uchi ( 内 ) and an another outside part called wa ( 輪 ) , waku ( 枠 ) or soto ( 外 ) . the formation depends upon the category of the mon ( here it means a large category such as kiri-mon and hishi-mon temporarily ) , and there are many types of formations in accordance with the function in order to compose the design of mon . for example , classification by function is as follow . tansu ( singular ) ( 単数 ) - mon which consists individually . kikyo-mon ' kikyo , ' karasu-mon ' karasu ' and so on . soshiki ( composition ) ( 組識 ) - a combination of mon . futatsu ( two ) ( 二つ ) , mittsu ( three ) ( 三つ ) , mori ( putting ) ( 盛り ) , narabi ( line ) ( 並び ) , chigai ( difference ) ( 違い ) , daki ( hug ) ( 抱き ) , tsui ( a pair ) ( 対い ) , kashira ( head ) ( 頭 ) , shiriawase ( back-to-back ) ( 尻合わせ ) , irechigai ( pass something as another enters ) ( 入れ違い ) , kasane ( overlap ) ( 重ね ) , yae ( eightfold ) ( 八重 ) , hiyoku ( two birds side by side with their wings spread ) ( 比翼 ) , tabane ( tie ) ( 束ね ) , kumiai ( combination ) ( 組合い ) , de , shutsu ( out ) ( 出 ) . keyo ( features ) ( 形容 ) - mon which is changed as a whole . in ( yin ) ( 陰 ) , ura ( back ) ( 裏 ) , tate ( 竪 ) , sumitate ( 隅立 ) , kawari ( change ) ( 変わり ) , oni ( ogre ) ( 鬼 ) , togari ( sharp ) ( 尖り ) , sori ( warpage ) ( 反り ) , mukumi ( swelling ) ( むくみ ) fuzoku ( attachment ) ( 付属 ) - parts attached to a part of mon . ken ( sword ) ( 剣 ) , tsuru ( volubile stem ) ( 蔓 ) , eda ( branch ) ( 枝 ) , sui , mizu ( water ) ( 水 ) , hana ( flower ) ( 花 ) , fusa ( cluster ) ( 房 ) henkei ( transformation ) ( 変形 ) - a mon which is arranged a little without changing itself . tomoe ( three-way ) ( 巴 ) , maru , gan ( circle ) ( 丸 ) , kaku , tsuno ( square ) ( 角 ) , bishi ( rhombus ) ( 菱 ) , kuzushi ( break ) ( 崩し ) , nozoki ( peek ) ( 覗き ) , mame ( beans ) ( 豆 ) , nenji ( pray ) ( 捻じ ) and so on . gitai ( mimesis ) ( 擬態 ) - mon which resemble other mon . kuruma ( car ) ( 車 ) , ogi ( fan ) ( 扇 ) , cho ( butterfly ) ( 蝶 ) , tsuru ( crane ) ( 鶴 ) , kiri ( 桐 ) , musubi ( tie ) ( 結 ) , fusen ( 浮線 ) and so on . gaikaku ( outline ) ( 外郭 ) - mon that surround the above mon . kaku , wa ( wa ( maru ) , yukiwa ) ) , kikko , kokumochi , etc . for example , ' circled single falcon wing ' is the mon which consists of tansu ' one falcon wing ' inside gaikaku ' maru , ' and a ' circled and outlined falcon wing ' is the mon which consists of lined ( ' narabi ' ) tansu ' one falcon wing ' inside gaikaku ' maru . ' +urasenke is one of various schools of tea ceremony . specifically , it is one of the san-senke schools ( three senke schools ) , the other two being omote senke and mushanokoji senke schools . it is the largest among the various schools of tea ceremony , and has the majority of students who enjoy studying tea ceremony in japan . the word " urasenke " refers either to soke ( the legitimate family of the original house ) composed of the head of the school and his family , or to such a legal entity as the foundation urasenke-konnichi-an , or the school itself as an organization including its disciples and descendants . soke 's residence is located at ogawadori , teranouchi-agaru , kamigyo-ku , kyoto city , kyoto prefecture , adjoining the residence of omote senke . the name of its tea-ceremony house , konnichi-an , is now synonymous with the urasenke school . this school is named urasenke ( literally , backside sen family ) after its arbour konnichi-an which is situated on the back side of omote senke 's tea-ceremony house , fushin-an . features basically , temae-saho ( serving manners ) of each of the three sansenke schools are similar , but following are some differences that can be noticed even by non-professionals . one is the urasenke school method of generously whisking the weakly flavored powdered green tea . the omote-senke school does not whisk the tea as much to cause the surface to be covered with foam . the chasen , ( a bamboo tea whisk ) commonly used by the urasenke school , is made from shiratake ( white bamboo ) . the omote-senke school uses a chasen made from susudake ( soot-colored bamboo ) , while the mushanokoji-senke school uses a chasen made from kurochiku ( block bamboo . ) according to the urasenke school , fukusa ( a small silk wrapper ) used by women in a tea ceremony is basically a scarlet-colored plain cloth , but patterned cloth may also be used . according to the omote-senke school , fukusa ( small silk wrapper ) used by women in a tea ceremony is shumuji cloth ( vermillion colored plain cloth . ) among the three sansenke schools , the urasenke school has been featured by its particularly prominent " positive attitude " since the generation of gengensai , the eleventh headmaster of the school . the urasenke school has kept a more positive attitude than the other two senke schools in creating new temae ( tea serving manners / methods ) , as being represented by chabakodate ( a tea serving method using tea chests ) and ryureishiki ( a style of tea ceremony using chairs to sit on ) , both invented by gengensai , and bonryaku-date ( bonryaku-type service ) established by ennosai , thirteenth head of the school . although the ryurei and bonryaku styles of tea ceremony later became accepted by all sansenke and other schools , in different forms , such a positive progressive attitude characteristic of urasenke is rarely seen among other traditional schools . another feature of urasenke is that it tends to pursue brilliance and beauty , which is distinctive among the sansenke schools that basically respect a more austere refinement . for example , it offers considerably more types of shelves for preference , and it favors such colorful temae ( serving manner ) like shikishi-date ( a tea serving manner / method using colored paper ) for chabako ( a tea chest ) . kyojo ( admission letter ) the term " kyojo ( admission letter ) " means a letter of admission to attend the tea ceremony lessons , which is different in nature from menjo ( diploma ) , menkyo ( license ) , dan-i ( qualification of rank ) and others that imply accreditation or authorization of a member 's capability . since 2000 , urasenke school has established a qualification system which is compatible with its kyojo ( admission letter ) system . this qualification system is a revision of the conventional system including the so called shoden ( first degree ) , chuden ( middle-class degree ) and others , so that each student may prepare his / her personal resume with a clearly understandable description of the qualification . qualifications may be given to any learner when he / she earns all corresponding kyojo ( admission letters . ) history from the establishment of the school to the end of the edo era the 3rd head of senke school , sotan , had passed fushin-an house on to his 3rd son , sosa koshin , and moved to newly built tea-ceremony house on the same premise to spend his retirement together with his 4th son , soshitsu senso . the tea-ceremony house ceded to sotan were konnichi-an with ichijo-daime ( one and three third tatami mats ) , yuin or reproduction of rikyu yojohan ( rikyu 's tea room with four and half tatami mats ) and kan-untei with eight tatami mats , all of which have contributed to the establishment of the urasenke school . in 1642 , soshitsu senso , the 4th head of the urasenke school , was retained by the already retired toshitsune maeda of the maeda clan , and was given a 200 koku salary with a residence at san-no-maru in komatsu-jo castle . when toshitsune maeda and sotan gempaku died in 1658 , soshitsu senso succeeded the urasenke school to become its 4th head , and in 1671 when he was retained by tsunanori maeda as a tea server , he was given a 150 koku salary and a residence at misogura-cho in kanazawa-jo castle town . afterwards , soshitsu senso maintained his energetic activities traveling back and forth between kanazawa and kyoto until 1688 , and died in 1697 . immediately after the death of soshitsu senso , his successor and the 5th head of the school , soshitsu joso , was retained by kaga domain but soon resigned to serve the hisamatsu clan of iyo-matsuyama domain . from then until the end of the edo era , soshitsu joso continued his services to his retainer , the hisamatsu family , also keeping , at the same time , constant contact with the maeda family . later on , soshitsu ( the head of the urasenke tradition of tea ) itto yugensai , the 8th head of the urasenke school , visited the hachisuka clan of tokushima domain . soshitsu itto yugensai , the 8th head of the urasenke school , and his elder brother joshinsai , the 7th head of the omote senke school , are both regarded as major contributors to the restoration of senke schools . as the art of tea ceremony became increasingly popularized , they could successfully disseminate senke 's tea ceremony by instituting new methods for practicing it , called shichijishiki ( seven types of methods to practice the tea ceremony . ) today , the three senke schools are widely referred to as the representatives of tea ceremony , the main reasons are not only the fame of their originator , sen no rikyu , but also the fact that sansenke 's methods were commonly accepted among the rich class town people every where in japan during that time . on new year 's eve in 1788 , there was a massive fire in kyoto , which burned out the entire premises of omote senke and urasenke . then , traditional equipment and instruments could be carried out of the fire to daitoku-ji temple , but various tea-ceremony houses were completely burned to the ground . it was sekio fukensai , the 9th head of the school , who reconstructed almost all of the burned premises . after end of edo era and beginning of meiji seichu gengensai , the eleventh head of the urasenke school , was adopted at the age of ten from the matsudaira family of the okutono domain to become a husband of the daughter of hakuso nintokusai , the tenth head of the school . in contrast with previous heads of the school , who had had a rather passive zen-style attitude , seichu gengensai was a cheerful and active person with expertise in not only the tea ceremony but also flower arrangement , the traditional incense-smelling ceremony and noh songs , who created such new methods of tea ceremony as chabakodate ( a tea serving method using a tea chest ) and ryureishiki ( a style of tea ceremony using chairs to sit on ) and also restored wakindate ( a tea serving method using wakin or traditional japanese cloth . ) he is appraised as a pioneer for modernizing the tea ceremony in step with a changing world from the end of the edo period to the meiji period , being credited for his innovative ryureishiki style tea ceremony which was specially arranged to welcome foreign visitors to the exhibition held in 1872 , and also for his criticism against the general trend to consider tea ceremony as art for amusement , as written in his book " sado no gen-i ( literally , root meaning of the tea ceremony . ) " due to dissipation by jikisho yumyosai , who was an adoptee from the suminokura family and became the twelfth head of urasenke school , this school had once become bankrupt during the meiji era , but was later restored thanks to the dissemination activities of tetchu ennosai , the thirteenth head of the school . ennosai , who had moved his residence to tokyo to live for six years up until 1896 in quest of collaborators , returned to kyoto and exerted himself for the popularization of urasenke 's tea ceremony through the publication of instructional books and journals of " konnichi-an geppo ( literally , monthly journal of konnichi-an . ) he also tried his best to systemize urasenke 's tea ceremony course by introducing it into curriculums of girls ' schools and holding lectures in order to unify its teaching policies . in addition , he has contributed to the creation of sanyu-shiki and the restoration of nagashi-tate and daien-tate . after world war ii , sekiso tantansai , the fourteenth head of the urasenke school worked on introducing a tea ceremony course into school education curriculums , which led to making urasenke 's method dominant at all school club activities concerning tea ceremony . tantansai is also credited with promoting the tea ceremony through tea offerings at shrines and temples everywhere in japan as well as engaging in its dissemination activities abroad . he continued his efforts to systemize organization of urasenke 's tea ceremony by setting up a national organization of fellow members , named tanko-kai , and also by obtaining corporate status for the head of the school and his family , so urasenke is now proud of being the largest scale school among many tea ceremony schools . such activities for dissemination and systemization were continued by hoso hounsai , the fifteenth head of the urasenke school , who has applied his efforts , in particular , to promotion abroad . hounsai was a chairman at the junior chamber international japan . consecutive heads of senke schools after sen no rikyu died , sen no soutan , successor of collateral son of sen no rikyu , shouan ( son of a previous marriage of the second wife of rikyu , ) fixed his residence in kyoto , and induced his three sons , namely sosyu , his second son , sosa , his third son , and soshitsu , his forth son , to establish three schools of tea ceremony , namely mushanokoji senke , omote senke , and urasenke , respectively ; which is the story that tells how sansenke started ( three senke schools ) , but each of the schools claims that their original head was sen no rikyu . consecutive heads of the ura-senke school have inherited the name " soshitsu , " which was the real personal name of senso the 4th head of the school , but unlike the omote-senke and mushanokoji-senke schools , this school doesn 't seem to have had a tradition of the current head inheriting the name of his predecessor during its early years or of the wakasosho ( the koshi , or successor , to the current head ) assuming a special name . conventionally , generations of the heads of the school have been referred to as ; 14-sei ( fourteenth ) and 15-sei ( fifteenth ) , but lately , they are described as 15-dai ( fifteenth ) and 16-dai ( sixteenth . ) consecutive heads of the urasenke school +" japanese tea " is the term used in daily conversation and refers to ' tea of japan , ' that is , ' tea made in japan ' or ' a kind of tea which is often drunk in japan . ' it is not a term defined as tea in a scholarly classification . many types japanese tea are made through a process of heat-treating by steaming to prevent oxidization and fermentation , crumpled ( some tea is not crumpled ) and dried . tea leaves stop fermenting immediately when they are heat-treated soon after being picked . therefore , japanese tea usually means green tea . some japanese tea is heat-treated by roasting in an iron pot instead of steaming . japanese tea processed like this is called " kamairicha . " ureshino-cha in kyushu ( southernmost of the four main islands of japan ) is one of the famous kamairicha . the process of steaming is seen only in japan and the process of roasting is similar to that done with chinese tea . the term ' sencha ' ( green tea ) is often used both in a narrow sense and in a broad sense . ' sencha ' in the narrow sense refers to middle class green tea between gyokuro ( refined green tea ) ( high-quality tea ) and bancha ( coarse tea ) ( low-quality tea ) ( in detail , see gyokuro , sencha , and bancha ) . ' sencha ' in a broad sense , is a term for the tea that is not made into powder , and which was transmitted from china since recent times , as opposed to macha ( the powdered green tea used for ceremonies ) ( steamed and dried before being stone-ground ) which was established before medieval times . green tea is almost synonymous with unfermented tea ( 不発酵茶 ) in scholarly classification , but in japan it generally means sencha ( in a broad sense ) simply , the green tea which is produced most often . in other words , it means gyokuro , bancha , hojicha ( roasted green tea ) , genmaicha ( tea with roasted rice ) and so on , other than sencha ( in a narrow sense ) . moreover , in a broader sense , macha is also included . in some parts of japan , a fermented tea which is similar to the black tea of china , is produced and called tsukemono-cha ( 漬物茶 ) . it is produced mainly in the shikoku region , such as awa-bancha in tokushima prefecture , goishi-cha in kochi prefecture and ishizuchikuro-cha in ehime prefecture . batabata-cha in toyama prefecture is also included in areas other than shikoku region . macha ( powdered green tea ) ( = > tea ceremony ) sencha ( in a broad sense ) ( = > sencha-do ) gyokuro sencha ( in a narrow sense ) bancha boiled tea kukicha ( bocha ) mecha konacha hojicha genmaicha mamecha kamairicha tamaryokucha bancha of kamairicha tukemono-cha ( fermented tea ) production areas and brands of japanese tea following are production areas of japanese tea in numerical order of prefectures without regard to name recognition . kesen-cha ( iwate prefecture ) mono-cha ( miyagi prefecture ) hiyama-cha ( akita prefecture ) - regarded as the northern limit for tea production . not sold on the open market . sashima-cha , okukuji-cha and furuuchi-cha ( ibaraki prefecture ) sayama-cha and kawagoe-cha ( saitama prefecture ) sakura-cha ( chiba prefecture ) tokyo sayama-cha ( tokyo ) ashigara-cha ( kanagawa prefecture ) murakami-cha ( niigata prefecture ) - the northern limit among teas sold on the open market . batabata-cha ( toyama prefecture ) kaga-cha ( ishikawa prefecture ) nanbu-cha ( yamanashi prefecture ) ina-cha and akaishimei-cha ( nagano prefecture ) ibi-cha and shirakawa-cha ( gifu prefecture ) shizuoka-cha ( shizuoka prefecture ) ; kawane-cha , yabukita-cha , numazu-cha , fuji-cha , asahina-gyokuro , ashikubo-cha , honyama-cha , ryokochi-cha , ihara-cha , umegashima-cha , okabe-cha , haibara-cha , kanaya-cha , tenryu-cha , fujieda-cha , kakegawa-cha , kikugawa-cha , ogasa-cha , fukuroi-cha , shibukawa-cha , guri-cha ( ito city ) and so on . shizuoka-cha is produced all over shizuoka prefecture . nishio-tencha , asuke-kancha , shinshiro-cha , miyazaki-bancha and mikawa-cha ( aichi prefecture ) . ise-cha ( mie prefecture ) - watarai-cha , inan-cha , suzuka-cha , odai-cha , kameyama-cha , suizawa-cha , iga-cha , etc . it leads japan in the production of kabusecha ( covered tea ) . asamiya-cha , mandokoro-cha and tsuchiyama-cha ( shiga prefecture ) uji tea , uji bancha , wazuka-cha and ryotan-cha ( kyoto prefecture ) - in a broad sense the tea in yamashiro area is called uji tea . tanba-cha , moshi-cha , yashiro-cha , asagiri-cha and asagomidori ( hyogo prefecture ) yamato-cha ( nara prefecture ) - tsukigase-cha , fukusumi-cha , yagyu-cha and yamazoe-cha . irokawa-cha , kawazoe-cha and otonashi-cha ( wakayama prefecture ) . izumo-cha and daito-bancha ( shimane prefecture ) . mimasaka-cha and sakushu-bancha ( okayama prefecture ) sera-cha ( hiroshima prefecture ) yamaguchi-cha ( yamaguchi prefecture ) awa-bancha and aioi-bancha ( tokushima prefecture ) takase-cha ( kagawa prefecture ) shingu-cha , kuma-cha , kihoku-cha , uwa-cha , etc . ( kagawa prefecture ) goishi-cha , tosa-bancha and tosa-cha ( kochi prefecture ) yame-cha ( fukuoka prefecture ) - it is famous for gyokuro and dominates high ranking in bench shows ( see related link ) . ureshino-cha ( saga prefecture ) - famous for kamairicha . sonogi-cha , sechihara-cha and shimabara-cha ( nagasaki prefecture ) kumamoto-cha ( kumamoto prefecture ) -yabe-cha , yabe-cha , sagaramidori , takema-cha , suigen-cha , etc . inbi-cha , tsue-cha , etc . ( oita prefecture ) . hyuga-cha ( miyazaki prefecture ) - gokase-cha , miyakonojo-cha , hyuga-cha , etc . kagoshima-cha ( kagoshima prefecture ) - chiran-cha , ei-cha , satsuma-cha , miyanojo-cha , mizobe-cha , takarabe-cha , etc . in addition , there is a proverb that " the best colored tea is shizuoka-cha , the best flavored tea is uji tea and the tea with the best taste is sayama-cha , " but these are words of sayamachatsumi-uta and there is no theoretical reason for these being the three major teas in japan . in japan , the classification by the sesonal periods when tea leaves are picked follows ; classification by seasonal periods ichibancha ( first picking ) - from march 10 to may 31 nibancha ( second picking ) - from june 1 to july 31 sanbancha ( third picking ) - from august 1 to september 10 yobancha ( fourth picking ) - from september 11 to october 20 shuto bancha ( autumn - winter bancha ) - from october 21 to december 31 toshun bancha ( winter - spring bancha ) - from january 1 to march 9 qualifications with regard to qualifications related to japanese tea , ' nihoncha instructor ' and ' nihoncha adviser ' are certified by japan tea industry central association . facilities iruma city museum : displaying ' tea ' mainly as a major place of production for sayama tea . a special exhibition was held ' journey to the northern limit - visiting nature and the history of tea ' in 1999 . it has a collection of bottles of tea . +dashi is a float used in a procession during a festival . it is often gorgeously decorated . at some festivals , like the shinko-sai festival , floats are pulled around town in long processions . dashi is also called " yama " which is described in kanji ( chinese characters of japanese language ) as " yama ( literally , mountain ) " or " yama plus kuruma ( literally , vehicle ) " and also in kokuji ( native script , kana kanji made in japan ) as yama with radical kuruma at left , and , more specifically , dashi or yama is called hikiyama , kakiyama , katsugiyama , yamaboko , hoko , yamagasa , saisha , mikuruma , yatai ( used mainly in chubu region like nagano prefecture , hida region in gifu prefecture , and so on ) , and danjiri ( used mainly in kansai region . ) the word " dashi " is said to have originated from festival pageants where they were removed from a shrine or other building to parade around town , or from higeko or yorishiro which is an object representing a divine spirit protruding from the body of dashi . " dashi " refers to the whole " pageant " but often indicates a single hikiyama ( pulled-type float ) by adding kanji for kuruma ( vehicle ) to yama ( mountain ) . yama ( original form of yama plus kuruma ) the term " yama " used here is equivalent to yorishiro ( an object representative of a divine spirit ) which is fabricated to imitate natural mountains , for use at a festival . original form of yama plus kuruma according to ancient folklore , gods were believed to have descended from heaven to yorishiro like mountains or rocks with trees on top , so people have set up funeral halls at the top or foot of the mountains to perform rituals . today , these funeral halls are preserved as monuments of mountain worship , or as shrines belonging to the mountains that are considered " shintai ( kami-body ) . " one typical example is the omiwa-jinja shrine of mount miwayama , and even smaller shrines located at the foot of shintai mountains ( mountains regarded as kami-body ) that often maintain iwakura ( dwelling place of a god on top , usually a large rock ) or shinboku ( sacred tree . ) along with expansion of villages , people began to perform rituals in provisional funeral halls set up in plain fields . in such cases , people constructed yorishiro to welcome descending gods , and these funeral halls with yorishiro have developed into permanent structures like present shrines . one of those yorishiro is the said " yama " which is made up in the image of real mountains and is called tsukuriyama ( forged mountain ) or kazariyama ( mountain for decoration . ) in parallel with permanent yorishiro fixed inside shrines , these yama ( imitation mountains ) have been fabricated and used in festivals as temporary yorishiro to represent or reconfirm the descent of gods . the first record of such yama was " aoba-yama ( literally , mountain covered with green leaves ) " written in the paragraph on emperor suinin in the " kojiki ( records of ancient matters ) , " according to which satsumi kihi , patriarch of izumonokuni no miyatsuko , had built a mountain decorated with green leaves as a garden dedicated to ashihara no shikoo ( okuninushi ) . one notable yama used in a pageant for systemized festival , is the shirushinoyama ( also called hyonoyama and shimeyama ) which was pulled around in the onieno-matsuri festival held in november , 833 ( the festival for the first ceremonial offering of rice by newly-enthroned emperor ninmyo ) according to the " shoku-nihon-koki . ( historical records published in 869 , heian era . ) " because shirushinoyama had played a role as ido-shinza ( mobile divine seat ) , it is now considered as the origin of current dashi . when onieno-matsuri was suspended for some period in the past , the shirushinoyama was apparently abolished forever . since then , many similar yama have appeared in private festivals , with various types including an altar-like one , but mostly yama-related mobile floats such as hikiyama ( pulling type ) , kakiyama ( shouldering type ) and others , all of which are collectively called dashi and two kanjis of yama ( mountain ) plus kuruma ( vehicle ) are used . in current festivals , fixed-type yama , called okiyama , are rarely used , while dashi ( mobile-type yama ) for moving around town are dominant . dashi the term " dashi " includes hikiyama ( pulled-type float ) , kakiyama ( shouldered-type float ) and other types of floats , while okiyama ( fixed-type float ) may also be included in this category from the meaning of its kanji the most popular dashi is hikiyama equipped with wheels , followed by kakiyama with long bars to shoulder . as was mentioned in the beginning , there are many names applied to dashi , so it becomes necessary to be careful to discern the types of dashi correctly , since , on the one hand , the same kind of dashi have different names depending upon the region , but at the same time the same names are used for different types . everywhere in japan , there exist many kinds of dashi , while increasing number of dashi have been elaborated in elegant taste . although many yorishiro roles have decreased importance as a representative of a divine spirit , there are still some reminders of the roles of old yorishiro , such as beautifully attired little children or dolls on a float stage and other ornaments decorated as substitutes of yorishiro . hikiyama ( pulling-type float ) a huge hikiyama is pulled around the town , occupying the full width of town roads . the scene of tsuji-mawashi ( turning a float ) around a narrow corner is spectacular . sometimes , a float stage is used for performing kodomo-kabuki ( japanese classical drama played by children . ) some hikiyama-type dashi have very elaborate mechanism , and their sizes range from the normal size of portable shrine to more than ten fold that , weighing a few tons . among them , the biggest dashi in japan is said to be dekayama ( literally , huge mountain ) weighing about 20 tons , used at seihaku-sai festival in nanao city , ishikawa prefecture . the appearance of such huge dashi could be attributed to more effective pulling methods making it possible to move such enormous objects , to the preference of yorishiro for taller , more attractive dashi , and contest among shrine parishioners to produce elegant dashi . there are many different types of undercarriages for dashi , depending upon regions and districts , for example , wheels inside or outside the carriage , wooden or metal wheels of different sizes , with different structural designs for the frame of the carriage , etc . dashi usually have four wheels , but some may have additional wheels . hikiyama ( pull-type dashi ) seen at the otsu-matsuri festival held in otsu city , shiga prefecture , and the dashi used at ishidori-matsuri festival in northern mie prefecture , have three wheels , while the nirin yatai with two wheels are pulled in the central eastern part of totoumi province from morimachi , shizuoka prefecture and in iwata city , and dashi at the hamasaki gion yamagasa have six wheels . accordingly , different types of undercarriages require different methods of handling . ogi-gion festival once had a yama without wheels and it was moved by feeding numbers of logs , one after another , under the yama and moving the yama along on the rolling logs , but such a primitive method was abolished , and the yama is now equipped with regular wheels . dashi are usually moved by human power , but some are equipped with engines and steering wheels which can be driven like an automobile . others in india , there is a religious belief that any one who is run over and killed by a divine float may be allowed to go to heaven . jagannath +a sensu or ogi ( folding fan ) is an implement used to move air by hand like uchiwa fans , and its frame is several dozens of wooden strips tied together with thread at their ends ( kaname referred to as pivot ) , and when used , a sensu or ogi is widely unfolded and waved back and forth to create a cooling airflow . they are made out of accordion folded washi ( japanese paper ) pasted to movable strips of wood , and when a sensu or ogi is unfolded , it shows the accordion folded paper attached to the movable wooden strips . sensu is compact in shape when folded . it is , so to speak , an uchiwa that can be folded . the angle a sensu or ogi when unfolded varies from 90 - 180 degrees , with around 120 degrees being the norm . the shape of the unfolded fan is called ' ogigata or senkei ' and is used as a term in geometry . the shape of an unfolded sensu is known as ' suehiro ' in japanese , and has been considered lucky . therefore , it makes a nice gift on special or happy occasions . the word ' ogi ' has its origin in ' afugi ( あふぎ ) ' ( something which creates wind ) which had derived from ' afugu ( あふぐ ) ' , and it has been hard to ascertain the association between the words . uchiwa were made much earlier than sensu , and it is recorded that uchiwa were being used in china in b.c. among ancient egyptian wall paintings , there is one showing a scene where a king was being attended by servants holding a huge hane-uchiwa ( feathered fan . ) history shows that uchiwa has existed since the appearance of civilization , and was adopted in japan during the 7th century , the idea of developing it into a folding fan , sensu , to make it easy to carry around was invented around the 8th century . the idea of developing an uchiwa into sensu was inspired from a things that were made by tying wooden strips together ( like a present day memo pad ) with thread through holes in the end of the wooden strips . a sensu has been used as an expression of respect and good wishes and as a gift and as a communication tool since the heian period , besides its function to create an airflow . in fact , a lot of literature and historical books , including the tale of genji , say that a sensu had waka ( poem ) written on it or were decorated with some flowers . they were appreciated by warriors as a form of a weapon in the samurai society . folding fans were exported to china in the baisong era . sensu invented in japan were exported through china to the west in the age of discovery , and because of its convenient folding into a compact size it developed in a unique way , becoming very popular among high-class women of the times , as a communication tool when there were about 150 shops handling sensu in paris during the 17th century . among folding fans developed in europe , there were some called hane-ogi ( feathered folding fan ) and yo-sen made of lace ( for handicraft ) knitted onto the strips . it has been popularly known that thomas edison was successful using bamboo ribs of sensu for filaments for his invention the incandescent bulb . ribs generally , ribs are made of bamboo or wood , in a tapered shape that become thinner towards the end . most ribs of sensu products are thin and long , and the accordion like folded washi is glued to the ribs that show the accordion like folds of a sensu when unfolded . ribs constituting the most ends of the frame ( oyabone , ribs at both ends of a folding fan ) are the thickest , and unlike inside ribs , become thicker toward the end . oyabone of expensive or fancy products are decorated with lacquer or gold-lacquer craft . a sensu made with only a frame is usually made from a koboku ( fragrant wood ) such as koboku-byakudan ( wood sandal of fragrant wood ) by whittling them flat . a sensu made of tied thin stripes of hinoki ( japanese cypress ) was called a ' hi-ogi ' wooden fan . such type of sensu is now losing popularity , and paper folding fans using washi are gaining more popularity . ivory and tortoise shell are often used for ribs as well as wood and bamboo . sensu called tessen ( iron-ribbed fans ) is used for martial arts . there are tessen products which are made of paper- or cloth-pasted on iron ribs , made of stacked iron pieces like tanzaku ( small card on which japanese poems are usually written vertically ) , and which don 't open although its appearance is like a sensu 's shape . they are also used as a portable goshingu ( self-defense weapon ) or a training tool . fan surface it can create a small airflow by waving back and forth . it also functions to prevent the rib frame from extreme unfolding . the surface of a traditional type sensu has washi , while some other type of sensu use synthetics- or cloth-glued to the ribs . from the need for painting on a curved area , fan painting progressed in drawing pictures on a curved shape ( ogigata- or senkei-shaped place ) was developed and is known as a japanese painting style . people who contributed to developing this style of painting were believed to be sotatsu tawaraya and korin ogata . after the concept of sensu spread to europe , it developed into silk- or lace-glued yo-sen . there are sensu products using peacock feathers . in okinawa , there are products called kuba-ogi with surface made of leaves of a biro ( kuba ) ( livistona chinensis . ) kaname ( pivot ) kaname ( pivot ) an elementary part to allow the folding of the fan . a pivot for the sensu is made by tying the ribs with metal or plastic thread or baleen . if it 's brakes , the sensu won 't be able to fulfill its primary function , so this is the most important point the term ' kanjin-kaname ' ( the main point ) originated from the above idea . seme seme this is a ring to keep a sensu closed . a sensu can be opened by separating the ribs by pushing them away with the thumb of the right hand . most sensu products are right-handed , but left-handed sensu are also sold as well . shaking is another way to unfold a sensu . classifications kazari-sensu ( decorated folding fan ) natsu-sensu ( summer fan ) mai-ogi ( fan for japanese dance ) shugi-sensu ( folding fan for formal dress ) to move air . principal purpose of a sensu the purpose of a sensu is to induce an airflow for cooling by waving it by hand on a hot day . a sensu is not appropriate for creating a strong airflow due to its delicate structure . when making a fire using charcoal , a shibu-uchiwa ( fan coated with persimmon tannin ) or a hifuki-dake ( bamboo blowpipe used to stimulate a fire ) will be perfect rather than a sensu , but when making a holy fire at temples and shrines in naritasan , it is observed for people to stimulate the fire by waving a unfolded sensu back and forth . if a substantial purpose is not for making a fire , a sensu is beautiful as an accessory . mitate likening of rakugo ( japanese sit-down comedy ) in a scene where noodle like udon ( japanese wheat noodle ) is eaten in a rakugo , a folded sensu is often used to substitute for chopsticks . in the scene , a folded sensu is used to substitute for various items such as a sword or a telescope . a sensu is an indispensable prop for rakugo and serves also as a tenugui towel . hanashika ( professional rakugo storyteller ) calls it kaze ( wind ) as slang ( a tenugui towel is called mandala as slang . ) greeting border line when a person sits on the floor as a greeting , he takes out a folded sensu from within the front overlap of his kimono ( usually ) and places it in front of his knees , before saying his greeting or thank-yous , considering the folded sensu as a border line . thus the folded sensu to work as kekkai barrier in order to constitute a border line between himself and another person . a folded sensu is used in the same way when someone extends a condolence to a host at a funeral . put a sensu into the two front overlaps of a kimono . women dressed in kimono wear a sensu in their obi belt as a substitute for a futokoro-gatana ( pocket dagger . ) target for bow and arrow in the past , there were cases where a hinomaru ( national flag of japan ) designed sensu was opened to be used for a target for bow and arrow . there is a famous story about nasu no yoichi shooting an arrow into a sensu placed at the top of a taira clan 's boat in the genpei war . stress reliever for a kishi ( professional go / shogi player ) while thinking . when playing shogi ( japanese chess ) or igo ( game of igo ) , a kishi ( player ) is likely to unfold or fold a sensu while thinking about his strategy . it is because habitual motions to fold and unfold a sensu has a soothing effect on thinking when anticipating the coming moves . the sound folding and unfolding is sometimes likely to be annoying to the other parson , so it is considered good manners for the player to reciprocate the motion during his or her turn , as much as possible . prop for dance a sensu is used as a prop in classical japanese dance or nogaku , or for a substitute of a prop used in shimai ( no dance in plain clothes ) or su-odori japanese dance on stage . ( see the mai-ogi section , too . ) covering the mouth . it is a polite way to cover the mouth hiding the teeth with a sensu when laughing . hari-ogi paper fan a kodanshi ( professional storyteller ) slaps the a shakudai pedestal ( table ) with a sensu to keep rhythm and make a sound in the course of a kodan . to hit a person with . to discipline in a rakugo , a kodanshi pats his / her own head with a sensu or a master pats his apprentice on his / her head with a sensu rather than with the hand . an action of slapping something in the air substitutes for a real slap . ( in samurai society , the act of slapping someone 's head with a sensu was an extreme insult . it is believed that the act to slap someone 's head , hand , or leg with a sensu began in the meiji era . ) harisen ( a paper fan used by the straight man for slapstick ) for a straight man ( tsukkomi ) in manzai . the ' harisen ' is a giant folding fan which is usually made to appear closed , and is used by a straight man ( tsukkomi ) in a dotsuki manzai ( comic backchat using a tap as an interjection . ) tosen tosenkyo japanese game , is throwing a sensu at a target and knocking it down .. the technique used a name taken from book title such as the tale of genji or hyakunin-isshu ( one hundred waka poems . ) decoration a sensu can be displayed as a decoration or an art object . a sensu appreciated to be a beautiful art craft . a large sensu , a one meter across . a white-surfaced sensu available for writing a waka poem on to be presented as a gift can be a decoration and a gift , which will be described below : gift a sensu is given to the actors and patrons when nohgaku is performed in spcial occations ( a kazuki-ogi ) . the above practice is performed in the rakugo society . a sensu seemed to be popular sales promotion item in the past , but an uchiwa seems to have taken its place . among nobles in society , during the heian period , a senior-ranked person , from a noble class , used to give a sensu to a lower-ranked person as a gift . weapon , for self-protection a ' tessen ' made of iron ribs is hardly different from an iron bar , and can be a weapon used to slap or beat . in places where a weapon , such as a sword , was not allowed , a sensu was often used as an anki ( small concealed weapon ) for self-protection . there are newly developed sensu that conceal a blade or needle in the arc-shaped paper surface , and concealing a blade of a short-typed knife in the frame . secret letter like tessen , a sensu is a kind of ' shikomi ( anki ) ' intended to be used for military purposes or as a weapon . taking advantage of the use of the washi , words or statements can be written on a reverse side of the sensu . since , for a samurai warrior to carry an inro ( pill case ) or a sensu with him was fashionable , it was easy to flee from investigations . support when supporters dressed in japanese clothes are cheering , they keep rhythm by moving a sensu on which the word ' victory ' is written . a sensu may be put in a hachimaki head band . hane-sensu ( feathered folding fan ) and juli-sen in japan , dancing featuring a hane-sensu can be enjoyed in the takarazuka revue . mostly , a hane-sensu is employed as an item carried by a noblewoman appearing in a musical and adds more opulence to the play . dancing in a disco was popular in the 1990s and many people danced with a hane-sensu in juliana 's tokyo british discotheque in shibaura , so that 's why it was called juli-sen . a hane-sensu can be used for a prop in strip theaters . substitute for a tray a kimpu ( envelope with gift money ) can be put on a sensu when offered . in this case , after a kimpu is put on a sensu with a kaname closer to the giver , the sensu with a kimpu on it is turned with the kaname closer to the receiver and offered . it means that a sensu substitutes for a tray although originally , a tray should be used to offer a kimpu . sensu-bara when committing seppuku ( suicide by disembowelment ) , a short knife should be in fact plunged into the abdomen , but it has gradually become a ritualistic thing , and eventually , a sensu substituted as a short knife for seppuku . ( kaisaku ( to assist someone in committing hara-kiri by beheading him / her ) was performed , and there was no big difference between a zanshu ( beheading ) and seppuku . ) ogi-awase ( a fan matching game ) this is a competition where the quality of a sensu held by the two groups of people in the imperial court in the heian period , and pictures were painted on the surface of the sensu . there is a story about an ogi-awase that was performed in 973 during the emperor enyu era . gadgets for court events a sensu was made every month for an on-tsuki-ogi ( 御月扇 ) because the emperor carried it with him for a visit at the naishidokoro ( a place where the sacred mirror was enshrined ) storing the three sacred imperial treasures on the 1st day of the month , and also the edokoro government office presented a fan with pictures of kenjo sage in ancient china on its surface and pictures of plants and flowers on kin-gin sunago ( gold and silver leaf reduced to powder ) on the reverse side as a kenjo-onsuehiro fan . hiogiayama came from the idea that its leaves resembled a hiogi . was called hiogigai chlamys nobilis because the shells resembled a hiogi . ogibasho traveler 's-tree was named because of the way the leaves grew resembled a fan . there are an ogi-mon crest designed based upon a suridatami-ogi ( 摺り畳扇 ) and a hi-ogi-mon crest designed based upon an ita-ogi ( a fan with thin wooden board ) which are used for designing family crests . ogi-mon crests include a five-ribs-fan crest representing the number of ribs , a gangi-ogi crest showing realistic designs , a sori-ogi crest with a portion of sori-kaeri ( leaning backward ) and an ogi-bone ( ogi-ribs ) and a jigami using parts of a fan . there are the satake-ogi crest for the satake clan , the shimabara-ogi crest for the domain of shimabara and the asano-ogi crest for the asano clan , and the ' takasaki-ogi crest ( mitsu-gangi-ogi ) ' for the domain of takasaki and sanyutei appears in novels . as for the hi-ogi-mon crest , there are the yamazaki-ogi crest and the akita-ogi crest . crests are used for a design of letter boxes and folding screens , and there is a picture of two fans with a painting of a scene from " the tale of genji " in the area from the front cover of ' senmen genji makie bunko ' and its side as well as an artistic ' senmen-chirashi byobu ' folding screen produced by sotatsu tawaraya . +kamigatamai is a type of japanese dance that emerged in kyoto from 1800 , in the middle of the edo period , to the end of the edo period . kamigatamai is based on suodori ( dance without costume and hairpieces ) , in which dancers are dressed casually in kimono and dance in a zashiki ( japanese style tatami room ) with folding screens . kamigatamai originated in gotenmai ( a kind of traditional japanese dance ) and static dance based on noh-type dancing , with added elements of kabuki ( traditional drama performed by male actors ) and ningyo joruri ( traditional japanese puppet theater ) ; the dance is performed in a tranquil manner with an emphasis on inner expression . compared to dances in kabuki , kamigatamai is more simple and abstract . kamigatamai is also called jiuta mai because it is performed to the accompaniment of jiuta ( country songs of kyoto and osaka regions ) . in kamigatamai , the inoue and shinozuka schools , developed in kyoto , are specifically called kyomai ( kyoto dance ) . hongyomono ( high-toned performance ) productions borrowed from the nogaku ( the art of noh ) , having elegance and dignity , include : " aoi no ue " ( lady aoi ) tsuyamono ( love story ) works that have an amorous atmosphere of female dance , include : " yuki " ( snow ) shibaimono ( literally , theatrical entertainment ) productions in which kabuki dances are incorporated into kamigatamai , include : " edo miyage " ( gift from edo ) and " kanega misaki " ( kanega-misaki cape ) sakumono productions that are witty and humorous , include : " wasure shoga ( forgotten songs ) ) and " sangokuichi " ( best of the world ) shinozuka school the oldest school of kyomai , was established from 1804 to 1830 by bunzaburo shinozuka , a choreographer of kabuki shosagoto ( kabuki drama ) . yamamura school a school established in 1806 , the later edo period , by yugoro yamamura , a choreographer of kamigata kabuki ( kabuki of kyoto and osaka region ) , who worked with utaemon nakamura the third , dominating the world of kamigata dance at that time . the school became very popular because the elegant dance style was preferred by merchant families who wanted to have their children learn the dance . umemoto school a school created by sensho umemoto in 1841 . inoue school a school created by sato inoue at the end of the edo period . a school of geigi ( a woman who gives fun with a song , a dance or a music instrument at a feast ) and maiko ( apprentice geisha ( japanese professional female entertainer at drinking party in edo ) ) in gion kobu region . the school is famous for miyako odori ( dance performance held in april by geisha and maiko in kyoto 's gion region ) . yachiyo inoue the fourth : yachiyo inoue was one of the best dancers of the age and was certified as the holder of an important intangible cultural property ( also called " living national treasure , " certified by the ministry of education , culture , sports , science , and technology ) . yoshimura school the school originated in gotenmai , a traditional japanese dance style developed by kyogen ( farce played during a no play cycle ) performers who served at the imperial palace in kyoto at the end of the edo period , and was established in early meiji period by fuji yoshimura . yuki yoshimura the fourth was certified as the holder of an important intangible cultural property as well as being awarded with the title of a person of cultural merit . +incense burning is an example of geido ( art ) , aimed at enjoying incense while meditating in a quiet world away from the pressures of daily life , and to appreciate the fragrance rising from koboku ( fragrant wood ) burned ( " taku " in japanese ) according to traditional rituals . it is sometimes called monko ( listening to incense ) or ko-asobi ( playing with incense ) ( the chinese character of " taku " is 炷 [ made up of two parts , " 火 " on the left and " 主 " on the right ] , but it may not be displayed in some japanese environments ; the same applies to the rest of this article ) incense burning is regarded as a comprehensive art form because instruments decorated at the ko-seki ( incense ceremony ) or used during procedures for burning koboku have many artistic elements ( see " accessories used for incense burning " below ) , and recording paper used in kumiko ( incense combinations ; see " kumiko " below ) have calligraphic elements . terms since the term ' ko wo kiku ( listening to burning incense ) ' is officially used and the term ' ko wo kagu ( smelling incense ) ' is wrong ( not considered elegant ) when burning incense , the term ' kiku ' is also used . summary koboku originally used in religion ( mainly buddhism ) was introduced to awaji island in 595 and was used to appreciate incense by listening to as it burns , and as a result , incense burning developed as unique japanese geido . it was systematized as ' monko ( 聞香 ; or 門香 also pronounced as monko in japanese ; see " monko " below ) ' which means listening to and appreciating koboku incense , and furthermore as kumiko ( see " kumiko " below ) which is a game of distinguishing different types of incense by listening . during the higashiyama culture that flourished in the muromachi period , incense burning rituals were established almost at about the same time sado ( tea ceremony ) and kado ( flower arrangement ) were established , and it is believed that incense burning had become close to the contemporary style . around this time , the ' rikkoku-gomi , ' method of categorizing koboku into various kinds of incense , was also systematized . incense burning is often performed without using any instruments or accessories like senko ( incense stick ) , etc. and is lit directly , and in many cases , it is performed through the processes of putting burned tadon ( charcoal briquettes ) in the monko-ro ( or kikiko-ro ; incense burner used in monko ) , shaping the ash , putting a mica board called ginyo on top of the ash , and burning koboku cutting it into thin cubes measuring a few millimeters , and exuding incense . the amount of exuded incense is decided by a degree of heat , so , the heat conducted is adjusted through the process of changing the distance between ginyo and tadon by pressing ginyo on top of the ash . too much smoke from koboku resin , etc. due to excessive heat conduction is not preferable because it interferes with listening to incense . it is difficult to adjust ginyo appropriately without pressing it too much or too little , and experience is required . incense burning schools at present , two schools , ' the oie-ryu school ' and the shino-ryu school , ' are considered mainstream . in addition to the above , ' yonekawa-ryu school ' was active during the edo period . oie-ryu school the oie-ryu school was founded by sanetaka sanjonishi , and was succeeded to the high court noble toshokuge ( who was allowed to enter the imperial palace ) as the sanjonishi family , etc . , but , was then later succeeded by officials called jige ( who were not allowed to enter the imperial palace ) . after world war ii , kinosa sanjonishi was recommended for soke ( grand master ) by rikyo isshiki and kagetsu yamamoto , and thereafter , the sanjonishi family succeeded soke for three generations . saneyoshi sanjonishi , father of kinosa sanjonishi , was adopted from the kazahaya family and hence belonged to the oie-ryu family . shino-ryu school the shino-ryu school was started by soshin shino ( date of birth and death not certain ) , and succeeded by the present-day hachiya family , the fourth head family of the school . as of 2009 , the 20th head of a school is sogen yusai hachiya . yonekawa-ryu school the yonekawa-ryu school is a branch of the shino-ryu school , and was started by johaku yonekawa who was admired as the founder and is known for giving lessons to tofukumon-in , and it was supported by many daimyo ( japanese feudal lord ) families , most of which have since become extinct due to abolition of feudal domains during the meiji restoration . at present , it exists as the oie-ryu school , shigenobu group , mikawa-ando clan . kazahaya-ryu school the kazahaya-ryu school is part of the oie-ryu school succeeding the form established by saneeda sanjonishi . he is connected with soke by marriage . senzan-goryu school ( head of a school : choro ( the eldest ) of sennyu-ji temple ) ko-jittoku ten virtues of incense burning the above outlined the lessons and the effects of ko , and explains that incense is decided by quality , not quantity . kankaku-kijin : kan wa kijin-ni itaru . - to make one 's senses as sharp as those of an oni ( ogre ) or deity shojo-shinjin : shinshin wo seijo-nisu . - to make both mind and body clean , and purify them nojo-oe : yoku owai wo nozoku . - to remove impurities from a mind nokaku-suimin : yoku suimin wo samasu . - to make alert seichu-joyu : seichu ni tomo to naru . - to remove feelings of loneliness jinri-chukan : jinri ni hima wo nusumu . - to make one 's mind calm even during a busy time taji-fuen : ookushite itowazu . - not be disturbed even by too much smoke from burning incense kani-isoku : sukunakute tareri to nasu . - to emit enough incense even in small amounts kyuzo-fukyu : hisashiku takuwaete kuchizu . - to prevent decay even if stored for a long time joyo-musho : tsune ni mochiite sawari nashi . - not be harmed even by habitual use monko monko ' means listening to incense in accordance with a set ritual . as examples of ritual manners , descriptions about how to handle the koro ( incense burner ) are given below . the incense burning of the shino-ryu school is performed by placing the koro in the left hand , placing your thumb on the edge , turning the koro around counterclockwise , directing ' kikisuji ' ( a thick line made on the ash when shaping the ash ; the direction of this line corresponds to the front face of koro ) drawn on the ash , toward the opposite side of the listener , placing your right hand in the shape of a tube on koro , and listening to the incense by approximating your nose in the tube . instruments for incense burning koro : instrument required in order to listen to incense or handle tadon monko-ro ( or kikiko-ro ) - incense burner used to listen to incense hidori-koro : incense burner used to encase and carry tadon when performing procedures for listening to ko nanatsu-dogu ( suite of required equipment ) : equipment required for emitting incense by burning koboku ginyo-basami - specially shaped scissor like tweezers used to handle ginyo since this instrument is also used to hold ginyo when putting it into koro , the lower tip is flat-shaped for holding the ginyo . kyoji - used to handle koboku kosaji - used when putting koboku on ginyo . uguisu - used in kumiko when komoto ( host of incense ceremony ; person performing procedures of handling koboku ) collects honko-zutsumi ( main incense package ; koboku wrapper on which an answer is written down ) after putting koboku in koro haboki - used to remove ash from the edge of the koro after cutting the ash ( which means shaping the ash in koro ) koji - used to cut ash and handle tadon hai-osae ( or hai-oshi ) - used to shape a mountain from the ash in the koro bon ( tray ) , hako ( box ) and related articles : equipment used to store necessary items used for procedures , and used for various kinds of miscellaneous work midare-bako ( shallow box to store required instruments ) shiho-bon ( square tray ) shino-bukuro ( shino-bukuro ) : used to encase ko-zutsumi during procedures string attached to it are tied in the shape of a seasonal flower . naga-bon ( rectangular tray ) ju-kogo ( three-drawer box that contains the instruments ) sozutsumi ( package encasing both the main incense package and trial incense package ; called shino-ori especially in the shino-ryu school ) others jishiki - paper spread under the instruments when komoto performs procedures koban - board used to present an answer when submitted by a method called fuda-kiki one set consists of 12 boards in total : three boards each with a picture of a plant on the front and a number , one , two , or three , on the reverse side ( one board each with a picture of a star or moon at the edge , or no picture ) , and three boards for a guest . ginyo nanori-gami - writing paper used when presenting an answer kozutsumi - paper used to wrap koboku before burning it the chinese character of ' ji ' of kyoji or koji is 筯 ( which is made up of two parts , " 竹 " in the upper part and " 助 " in the lower part ) , but it may not be displayed in some japanese environments . rikkoku-gomi during incense burning , koshitsu ( quality of ko ) of koboku is likened to flavors , and categorized into the following five kinds : hot , sweet , sour , salty , and bitter . these flavors are called ' gomi . ' additionally , koboku is categorized into the following 6 types in accordance with their quality and quantity , and these 6 types are called rikkoku . the above are collectively called rikkoku-gomi . furthermore , shin-kyara is sometimes added to rikkoku-gomi , but is not seen in the older materials . kumiko kumiko is one of the ways to enjoy incense in accordance with a certain rituals . kumiko is performed by each guest answering as to whether the incense is same or different , in accordance with rules decided after collecting information on a wide range of fields from literal to general culture , and provides a strong feeling of playing a game . kumiko is performed in the relevant season ( ayame-ko , etc . ) . however , the essence is to listen to the incense , in order to escape to a world outside the bustle of daily activities , and to enjoy its style in silence , and there is no importance placed upon competition or about whether the answer is excellent one , or is correct or not . the answer given by each guest is written down on a paper by a recorder ( shippitsu ) , and the guest who gets the highest score ( if one or more guests gets the highest score , the guest closest to the main guest can apply to receive the paper ) can obtain the paper . the paper contains descriptions of kumiko by name , ko-mei ( names of koboku and takimono ( incense ) ) , answer , achievement , date , etc . , and its appearance is a kind of art . the following are examples of kumiko . spring kumiko summer kumiko ayame-ko ayame-ko is part of kumiko performed in summer . shoka ( waka poem quoted as evidence of naming koboku ) is ' the water around makomo ( manchurian wild rice ) in a pond is increased by early-summer rain . therefore , it is hard to tell which one is ayame ( iris ) ' ( believed to be composed by minamoto no yorimasa ) . this is collected from dakan dai-juroku ( volume 16 ) of gempei josuiki ( or gempei seisuiki ; military epic ) . it follows . one of the court ladies to toba-in , whose name was ayame-no-mae , was very beautiful , and yorimasa fell in love with her at first sight . yorimasa often sent letters to ayame-no-mae , but , could not receive any reply from her . while all of this was going on , three years had passed , this affair became known to toba-in . toba-in asked ayame-no-mae about the situation , but she just turned red with embarrassment , and did not give any clear answer . then , toba-in asked yorimasa to come over , and offered to test whether yorimasa only longed for ayame-no-mae just because she was very beautiful , or because he really loved her . then , toba-in ordered two ladies who closely resembled ayame-no-mae in age and appearance to wear the same kimono , and to walk out together and asked yorimasa to distinguish which lady was ayame-no-mae . yorimasa was confused because he could not make up his mind to confess that he loved a woman in favor with toba-in , and did not have the confidence to tell her from other ladies because he saw her face only briefly . when he was confused and hesitated by anticipating that , if he made a mistake , something untoward might occur , and not only he but also generations to come would be disgraced , toba-in ordered him again , so , yorimasa presented to toba-in a poem saying that ' the water overflows the stone fence of the pond due to early-summer rain . therefore , it is hard to tell which one is ayame ( iris ) ' . toba-in was impressed with this poem , and handed ayame-no-mae over to yorimasa . the reason why there are five types of ko is because a poem consists of five lines , and the whole of kumiko expresses the meaning of the poem . prepare five kinds of ko ( one package of each incense without including trial incense to be numbered 1 , 2 , 3 and 5 , respectively , and two packages of incense including one package of trial incense to be numbered 4 ) . burn ' no. 4 , ' and remember the smell and sound of it 's incense . the reason why trial incense is included in ' no. 4 ' is because yorimasa glanced covertly at ayame . shuffle all packages numbered 1 to 5 , and burn them . in order to find ' no. 4 , ' listen to all ko and have each guest deduct ko which are judged to be nos. 1 , 2 , 3 , and 5 . incense numbered 1 , 2 , 3 and 5 indicates court ladies standing with ayame-no-mae ( no. 4 ) in front of yorimasa . each guest writes down no. 1 , 2 , 3 , or 5 in order of deduction by listening ( because the order of listening to incense is unknown since the incense numbered 1 , 2 , 3 and 5 are not trial incense ) , and then insert the folded paper when no. 4 incense is recognized , and the guest writes ' ayame ' in the upper right to clearly show the existence of ayame . autumn kumiko kikuawase-ko kikuawase-ko is part of kumiko performed in autumn . shoka is ' akikaze-no fukiage-ni-tateru shiragiku-wa hana-ka-aranuka nami-no-yosuruka ' ( from kokinwakashu ( collection of ancient and modern poetry ) ; composed by sugawara no michizane ) , and a scene is incorporated in kumiko containing a poem that reads shiragiku ( white chrysanthemum ) standing at fukiage beach in the autumn breeze is so white that i mistake it for a lapping wave . prepare two kinds of ko ( four packages of akikaze ( autumn breeze ) including one package of trial incense , and three packages of shiragiku without including the trial incense ) . burn akikaze , and remember its incense . shuffle three packages each of akikaze and shiragiku , pick out two packages and burn the remaining four . through these processes , the remaining incense can be emitted in the combination of one package of akikaze , three packages of shiragiku , two packages each of akikaze and shiragiku , or three packages of akikaze and one package of shiragiku , and this clarifies that the waka poem is incorporated so each guest can enjoy judging which , a flower or a wave , applies to the incense , by collecting information from the phrase ; ' mistake it for a lapping wave ' as shown in the waka poem , and to feel the sentiment . each guest writes down which incense , akikaze or shiragiku , is emitted , on the recording paper , and submits it . in line with the answer given by each guest , shippitsu writes down ' chrysanthemum ( 菊 ) ' if more guests answer chrysanthemum , ' flower ( 花 ) ' if the numbers of guests answering chrysanthemum and wind are the same , or ' wave ( 波 ) ' if more guests answer wind , under the answer written down by each guest on the recording paper . this also implies the meaning of poem as a chrysanthemum if many guests answer flower , or a wave if many guests answer wind . winter kumiko miscellaneous genji-ko genji-jo is one way of enjoying incense burning . genji-ko is believed to have been established in the kyoho period , and is part of kumiko using the tale of genji . in ' genji-ko , ' prepare five packages each of five kinds of koboku ( 25 packages in total ) . komoto shuffles these 25 packages , picks up five packages arbitrarily from these 25 packages , burns one package out of five packages , and passes koro to guests in sequence , and then , guests listen to the incense . repeat the above processes five times . after koro is passed to all guests five times , and all guests finish listening to the incense , each guest writes down whether the five kinds of incense are the same or different . this way of writing characterizes genji-ko . first , draw five vertical lines , then draw a horizontal line so as to connect all vertical lines applicable to the incense judged to be the same ( for example , ' miotsukushi ( name of the 14th roll of the tale of genji ) ' in the third column from the right on the second line on the right chart shows that the incense listened to first , second , and fourth time are the same , and the incense listened to third and fifth are independent , respectively ) . 52 patterns are made through combination of these five lines , and each of these 52 patterns in this chart correspond to each name of the 1st to 52nd rolls , excluding two rolls named kiritsubo and yume no ukihashi , out of 54 rolls of the tale of genji . a chart showing this corresponding relationship is ' ko-no-zu ( incense chart ) . ' each guest verifies their own chart while looking at this ' genji-ko-no-zu , ' and answers the applicable roll name of the tale of genji . when a guest gives all the correct answers , the letter ball ( 玉 ) is written down on his / her paper . kurabeuma ( horse racing ) -ko kurabeuma-ko is one of the ways to enjoy incense burning , and provides a very strong feeling of playing a game . first , divide guests into two teams . prepare four packages each of four kinds of koboku ( 16 packages in total ) , burn one package each of four kinds of koboku , and remember each incense . remove two packages from the remaining 12 , leaving 10 packages and then burn them at random , and guess which kokoromi-ko ( try incense ) emits the same incense . the total number of correct answers given by each guest is a score for his / her team . two pairs of horse-shaped and jockey-shaped pieces are put on the special board , and one score is required to allow the jockey to ride a horse , then the jockey on horseback can move forward 4 blocks whenever the team scores one point . if the team does not score , its jockey will be judged as falling off his horse , and if a horse of either team is ahead of another horse by 5 or more blocks , its jockey is judged as falling from his horse . one score is required to ride the horse again after falling . the team whose horse crosses the shobugi ( finish line ) first , wins . classics of incense burning the following classical books about incense burning , kodo-hidensho ( book of secrets of incense burning ) by ryusho tatebe , and kodo-kihan ( model of incense burning ) by sogo hachiya are in existence , and both were compiled in the tensho period . +taka-gari ( falconry ) is a kind of hunting which uses a falcon . goshawk , or sparrow hawk of accipitridae , or falcon of falconidae are trained to capture small animals such as birds and rabbit , which are changed to feed . there is a vulgar superstition that falcons bring preyto its owner . a person who practices falconry is called takajo astringer . in ancient words it is also called togari , falconry , and takano . it is thought to originate from central asia or the mongolian plateau , but there is no established theory on its birthplace and date . before modern times , original taka-gari cultures flowered all over eurasia and north africa from japan in the east to ireland and morocco in the west , and mongolia and scandinavia in the north and india in the south . today , while it has nearly disappeared in india and iran where it was once popular , it is still practiced in the americas and south africa as well . in japan , hunting by rulers implied a symbolic sense of authority and some clay figures in kofun period display a falcon on their arms . in the chronicles of japan , there is a description explaining that taka-gari was practiced in the era of emperor nintoku ( nintoku 43 ) and takakai-be who trained falcons , was appointed . in ancient times areas where falconry was practiced was limited as kinya ( hunting grounds for the emperor where the public was banned from hunting ) , and hoyoshi ( by taiho code ) and shuyoshi ( by yoro-rei act ) who conducted taka-gari for emperor were appointed . documents related to hoyoshi remain at shoso-in treasure repository and wood strips related to taka-gari were excavated from the site of nagayao 's residence . in heian period shuyoshi was abolished and kurodo-dokoro government organization was in charge of taka-gari . otomo no yakamochi is known as a devotee during the nara period . in the early heian period , emperor kanmu , emperor saga , emperor koko , emperor uda , emperor daigo , and their descendants favored taka-gari . emperor saga wrote chinese-style poems on taka-gari and wrote ' shinshu-yokyo ' edited as a book of techniques for falconry ( 818 ) . it is the second oldest among existing books on falconry technique .. after the mid-heian period , emperor ichijo and emperor shirakawa favored taka-gari , but it was mainly practiced by aristocrats rather than emperors . sakanoue no tamuramaro , ariwara no yukihira , and ariwara no narihira , were known as past masters oftaka-gari as well . taka-gari was also the subject of literature such as the tale of ise , the tale of genji , and konjaku monogatari ( tales of times now past ) , in which there are some episodes related to taka-gari . in the world of waka / yamatouta japanese poems , taka-gari has been a subject divided into ' otakagari ' and ' kotakagari ' until medieval times . otakagari ' is winter kago ( words and expressions for waka ) and ' kotakagari ' is autumn kago . in medieval times , taka-gari started to be practiced among warriors and we can see how it was done in the kamakura period from descriptions on the ippenshonin-eden picture scroll , rokudo-e ( painting of the six realms ) of shoju-raigo-ji temple , azuma-kagami ( history book ) and soga-monogatari military epic . the atmosphere of taka-gari in the muromachi period can be seen in each byobu folding screen with paintings both inside and outside the kyo capital . in azuchi-momoyama period , nobunaga oda is known as a devotee of falconry . in " nobunaga-koki ( biography of nobunaga oda ) " there is a description of him practicing taka-gari in higashiyama ( kyoto prefecture ) and that warlords from various provinces competed to present falcons to nobunaga . in addition , soteki asakura succeeded in the captive breeding of goshawk , which is the oldest record in the world as far as known at present . taka-gari by court noble and its attendants had been also performed until it was forbidden by ieyasu tokugawa , and jimyoin family and saionji family of noble and shimotsuke family of jige ( officer not allowed to enter the imperial palace ) had made taka-gari their family business and wrote a technique book ( ' book of falconry ' ) on waka style or prose style . sakihisa konoe communicated with nobunaga oda as an authority of taka-gari and gave a practical guide , ' ryuzan-ko taka-hyakushu ' to hideyoshi toyotomi and ieyasu tokugawa as well . on the other hand , in the warrior class taka-gari developed in combination with a ceremony to sacrifice a hawk in suwa taisha and futarasan-jinja shrines , and that led to the schools of falconry technique such as the nezu school , the ogasawara school , and utsunomiya school , and moreover , the yashiro school , the arai school , and yoshida school , split from descendant of nobunao nezu . taka-gari spread among busho ( japanese military commanders ) in the sengoku period , among whom especially ieyasu tokugawa was famous as a devotee of taka-gari . ieyasu appointed takajo-gumi , astringers , that is , technicians of taka-gari , and assigned them as his aides . kanemon imbe had served ieyasu as a head of takajo-gumi , astringers , even after ieyasu retired as shogun . on the ieyasu 's portraits for prayer , which are known as toshogu-mikage ( image of toshogu , ieyasu tokugawa ) , a white hawk is often drawn . in the edo period successive tokugawa shogun favored taka-gari . especially , the third shogun , iemitsu tokugawa , favored it very much and practiced taka-gari hundreds times during his reign as shogun . iemitsu is known to have made a place for falconry for the exclusive use of shogun , appointed torimi ( officer for falconry ) and built ' takabo ( 鷹坊 ) ' to feed falcons at ninomaru ( the outer citadel ) of edo castle . the atmosphere of taka-gari in the era of iemitsu can be seen in the edo-zu byobu ( folding screen with edo-zu paintings ) . the fifth shogun , tsunayoshi tokugawa , abolished taka-gari , step-by-step , by ' shorui-awaremi-no-rei , ' ordinances for animal protection , but it was revived in the era of the eighth shogun , yoshimune tokugawa . yoshimune tokugawa collected and researched ancient and modern books on falconry and wrote books about hunting crane by himself . successive books on falconry during the edo shogunate are in the possession of the naikaku-bunko book stock , etc . among daimyo ( japanese territorial lords ) shigemura date , shigehide shimazu , and naritoki matsudaira , are famous as devotees of taka-gari and especially the books which naritoki matsudaira collected for research are housed in tokyo national museum , shimane prefectural library , etc . after meiji restoration , taka-gari was liberalized from the privilege of daimyo and came under control of a licensing system for nine years by ' shuryo-kisoku ( game law ) ' in 1892 and ' shuryo-ho ( game act ) ' in 1895 , and after a revision of ' shuryo-ho ' 1901 , taka-gari has been liberalized except for the kinds and numbers of birds for hunting and the time and place for it . in accordance with the will of emperor meiji , takajo was employed and cultivated under the shikibu-shoku ( imperial household ministry ) but the actual hunting by the imperial household agency was interrupted after the world war ii . the technique of takajo of the shogunate and imperial household ministry was tranferred to private volunteers by takajo such as sentaro murakoshi ( c.1857-1937 ) and kaoru hanami ( 1910-2002 ) , who retired from the imperial household ministry or imperial household agency , so those who practice taka-gari at present ( except for hidetoshi matsubara ) succeed either technique whether they identify with a specific school or not . as an early private association , the nihon hoyo club ( japan falconry club ) , promoted by godo nakanishi was established in 1936 , but it was interrupted . descendants of yutoku niwa ( 丹羽有得 ) ( 1901-1993 ) who learned from sentaro murakoshi , established associations such as nihon takagari-bunka hozonkai ( japan falconry preservation society ) , study group of kakunojo mori and yoshida school takagari association , while descendants of kaoru hanami established associations such as the nihon hoyo kyokai ( japan falconry association ) and the suwa falconry preservation society . nihon takagari club ( japan falconry club ) , which soichiro ohara established bringing yutoku niwa , seems to have been reorganized and renamed after his death in early life , changing its purpose from preservation , publication , and diffusion of taka-gari tradition . at present , a facility named the japan falconiformes center located at the same place is not open to the public and the actual conditions of its organization , activity , and finance are not known , but it is said to have 22 million annual budget and its envelop mentions that its head office is located in the general affairs department of chubu electric power company . however , after meiji period in the tohoku region , taka-gari in the snowcapped mountains using mountain hawk-eagle had spread among the warrior class , rich farmer , and matagi hunter groups , at an early stage . feeding of mountain hawk-eagle itself has been seen since kamakura period ( kokon-chomonju ( collection of folk-literature ) ) , and in the book on falconry in medieval times there is a description about the ' kumataka ( mountain hawk-eagle ) . ' the origin of ' hawker ' in the tohoku region is not clear , although some people guess that it started before the meiji period , and it seems that taka-gari practiced by warriors was indigenized because both have common or similar equipment and names . a past master , tsunekichi miura ( 三浦恒吉 ) ( 1863-1938 ) , who was descended from densuke ( 伝助 ) of innai , also communicated with jinsuke sasaki of the takajo family , the domain of the former shinjo . the ' hawker ' in the tohoku region developed as takajo of a regular vocation , but declined rapidly because of the change in the economy after the world war ii , so only hidetoshi matsubara , who learned from asaji kutsuzawa ( 1896-1983 ) for a year , remains as a present day hawker . +onryo are common supernatural or ghostly phenomenon that cannot be seen by human eyes that harbor ill will and vengeance towards humans . due to these attributes , they are classified as evil spirits . onryo refers to supernatural phenomenon and the religious idea ( in some parts ) or spiritual notion that if a person dies in an accident or incident , dispute , suffers punishment or execution , or dies after suffering from excessive mental or physical stress caused by another person , and does not reach heaven or nirvana , but remains in this world saddled with strong feelings ( grudges , described below ) , the spirit may curse the person who caused their death and in some cases drive that person to death , and in this way seek retaliation . it is also a term used in storytelling , comics , movies , and dramas and in this kind of fiction the spirits are portrayed as having a physical presence in order to heighten the effectiveness of the story . onnen ( grudge ) onnen indicates a feeling held by a supernatural being that results in a curse that affects another person . notable examples in japan , examples include the curses of sugawara no michizane and emperor sutoku during the heian period and during the edo period nanboku tsuruya , the fourth used the ' incident of a wife , oiwa 's murder which in fact happened in the tamiya fafmily ' as a ghost story in his play ' tokaido yotsuya ghost stories . ' also , there were also phenomenon reportedly witnessed by an unspecified number of people in connection with onryo ghosts such as the reported happenings in tokyo during the meiji period in connection with the transfer of " a tomb for the head " of taira no masakado inside an old undisclosed ministry and related curses . however , like with magic , it is impossible to find scientific proof . folkloric background the usual understanding is that ' there are cases where the place or grave where the person who is said to have became an onryo died , is vandalized or people who merely inadvertently pass such a place become cursed . ' it is said that there have been different viewpoints throughout the ages in japan and across different regions including that ' the dead become sacred beings ' , ' the dead become beings to be abhorred ' or that ' people who die of unnatural causes become revengeful ghosts and curse the living . ' some analysis of folklore suggests that ' even during the edo period people generally harbored feelings of awe and fear to the dead . ' as can be seen from the above explanation the spirits of the deceased have some ambiguous aspects and in contrast to revengeful ghosts are the ancestral spirits which are honored . also while not completely unrelated to folklore , the philosopher takeshi umehara is noted for his work ' history of onryo ' which looks at japanese history from the point of view of the appeasement of revengeful ghosts . in indian buddhism there are no revengeful ghosts as there are seven opportunities for reincarnation , one each seven days after death , so all the deceased without exception are thought to be reincarnated within 49 days . however in japan a mixture of buddhism and shinto is widespread so some japanese buddhist monks and nuns find a source of income in such practices as exorcising spirits . examples of appearance of onryo prior to the heian period include the hayato burial mound at which it is said the yamato government mourned the spirits of the enemy during its conquest of the region . deification of onryo furthermore , quite a few researchers hold the view that at various shrines and temples , even in the case of historic figures who once lived and are now enshrined ( excepting some imperial family members and warriors ) , ' at first the enshrined people were murdered or died in rebellions and the people were fearful of these people becoming ghosts and placing curses so they deified them . ' in fact , the three greatest onryo and the places at which they are enshrined include : sugawara no michizane , at dazaifu tenmangu shrine ( dazaifu city , fukuoka prefecture ) and kitano tenmangu shrine ( kamigyo ward , kyoto ) , taira no masakado at tsukudo-jinja shrine ( chiyoda ward , tokyo ) and kanda myojin shrine ( chiyoda ward , tokyo ) and emperor sutoku at shiramine-jingu shrine ( kamigyo ward , kyoto ) . +the term kyujutsu refers to a technique or a martial art to put an arrow in the target from a bow ( weapon ) . japanese kyujutsu is the art of shooting a bow ( wakyu -japanese bow classified as chokyu , or long bow ) , and arrow . japanese kyujutsu developed independently and has its own technique , culture , and history , and is totally different from modern sports like archery , based upon tankyu ( short bow ) from europe . historically known as ; kyujutsu , shajutsu , or shagei , but at present , traditional yumiire / kyusha ( 弓射 ) culture in japan is called ' kyudo ( japanese art of archery ) ' and the term ' kyujutsu ' is often used to distinguish the old martial art before it changed to ' kyudo . ' however , some schools are still in existence which use the term ' kyujutsu ' to maintain a strict tradition and others use the term ' kyudo ' even though they maintain a traditional school , so , the borderline between ' kyudo ' and ' kyujutsu ' is not necessarily clear nor classified clearly from the aspect of concept and technique . in this section , we call the japanese ancient technique and culture of yumiire , ( the basis of kyudo becoming a modern martial art ) , ' kyujutsu , ' and describe the situation mainly before the meiji restoration and before the kyujutsu schools changed the name to kyudo . it 's not sure when japanese kyujutsu was systematized as a " technique " not only because of the lack of clear records , but also partly because the use of the bow and arrow began in prehistoric times . it is possible that in the yayoi period a technique existed for shooting a bow and arrow which was the original present day wakyu ( long bow with long upper half and short lower half - mentioned below ) used in battle , but the details are not known . reisha ( 礼射 ) thought originates from " jarai ( ceremonial shooting ) " in culture and seems to have been created sometime in between the asuka period and the nara period , when basic policies of state were implemented , following china as a model . at the end of the asuka period , since the establishment of " taisha-rokuho " by emperor monmu , reisha and rules of decorum for yumiire began to be gradually organized and the technique was also systematized and established as " kyujutsu " at the same time , based on the simple technique of shooting . on the other hand , not only was a bow used as a weapon for hunting and for battle , but also yumiya / kyushi ( bow and arrow ) were believed to have spiritual power , so that in nara period dedications of yumiya and yumiire shrine rituals were performed , which became the origin of present festivals and shrine rituals in various places . in the heian period some schools of kyujutsu were founded and each school had their own technique , lesson style , and mannerisms . in the battlefields , festival events and kojitsu ( ancient practices of customs ) or annual events at the imperial court , each school of kyujutsu had flourished and developed . around the middle of the sengoku period ( injapan ) , the introduction of firearms retired bows and arrows from actual fighting in battlefields , but kyujutsu kept the same status as a martial art even after departing the actual fighting , and remained popular as a martial art for samurai and a way to discipline the mind and body in the peaceful edo period . over time , its technique and equipment had been improved and each school developed individually at the same time . as some schools had lesson which simulated actual battlefield conditions , their lessons were more varied than those of today 's kyudo . however , around the end of the edo period the basic system of technique for kyujutsu among each school became similar and the yumiire technique for using wakyu is essentially the same with very minor differences . it 's not an exaggeration to say that kyujutsu , that led to today 's kyudo , was completed in the edo period both for technique and equipment . after the meiji restoration , because of the disappearance of samurai hierarchy together with the demise of the bakufu , japan 's feudal government , and the influence of the modernization policy of the meiji government , martial arts were considered to be out of fashion and declined rapidly . martial art volunteers , who considered this situation seriously , founded the dainippon butoku-kai association in 1895 and tried to spread martial arts . in 1919 kyujutsu changed the name to kyudo , and butoku-kai tried to integrate the different ways of shooting , but failed , and they dissolved after the world war ii . after that , the representative kyudo-ka ( those who practice kyudo ) at that time , established kyudo-shaho hassetsu ( eight arts of shooting an arrow ) , where the process of shooting was explained divided into eight sections in each proceeding , and kyudo was revived as a modern martial art . ( as to the history of kyudo after world war ii , see the article ; " kyudo-shi ( history of kyudo ) . " ) what is the most distinct feature is the length of wakyu ( bow ) , which is far longer than the height of a person . the length of a normal wakyu is 221cm long , which is said to be the longest for a bow , in the world . it is said that wakyu was made long for durability and strength because it was made from plant material such as wood and bamboo which were less elastic , while tankyu was made from animal material which were more elastic . in addition , another distinct feature is that the grip is on the under side of yugara ( wooden or bamboo part between motohazu ( the lower top of the bow ) and urahazu ( the top of the bow ) ) . this asymmetricity upper and lower sides produce a difference in the power of the bow , which results in the characteristic technique of kyujutsu , and , wakyu is made to take advantage of this technique . moreover , in foreign countries the bow string is usually pulled back as far as the archer 's neck , in japanese kyujutsu it is pulled all the way back to the archer 's ear .. accordingly , the length of arrow is made longer . left - " mediterranean style " : the torikake-ho ( way to shoot an arrow using torikake hook ) seen mainly in europe and an arrow rides on the left side of the bow . this corresponds to the torikake hook in archery . middle - " pinch form " : the style often seen among lower tribes and also seen in shihan-mato ( 四半的 ) kyudo . in this style the bow string is usually not pulled to the back of the archer 's neck . right - " menggu ( mongol ) style " : the style seen in turkey , mongolia , korea , japan and so on , in which an arrow generally rides on the right side of the bow . in some regions a ring like thimble is used to keep the thumb from catching on the string . when a person sets an arrow to the bow , he sets it on the right side of the bow and adopts the " mongol form ( figure.3 ) " for torikake hook , in which torikake is held at the root of right thumb , hooking the bow string . ( yokyu ( western-style archery ) adopts " mediterranean style ( figure.1 ) " in which a string is held with the forefinger , mid finger and annular finger . ) the torikake of menggu style is seen commonly in regions where tankyu is used such as turkey , mongolia , china , and korea , and in the menggu style of shooting an arrow is often set on the right side of the bow . it is said that this was devised so not to lose an arrow from the opposing wind on a running horse . however , in kasagake ( archery to shoot an arrow while riding on a galloping horse ) and inu-oumono ( a practice for kisha , chasing and shooting dogs ) an arrow is released against the right side of the direction of movement , so that it is not necessarily applied to all . while in foreign countries tankyu is used because of it 's advantage on horseback , wakyu of chokyu has been used in japan as an exception . a warp called " iriki " is set on wakyu in order to push the arrow along the right side of a bow , and the technique of shooting called " tunomi ( the balance of tension at the root of the thumb ) " was developed to take advantage of it . in addition , after the edo period the form of yugake leather glove worn on the right hand had largely changed , which also stimulated a particular form and technique in japan . the bow and arrow had been used for military purposes and for hunting from ancient times , it also was popular as a game , and as a shrine ritual . the characteristics of kyujutsu in japan is that the cultural aspect of yumiire was developed under the influence of china . the classification of yumiire from various viewpoints is as follows : in kyujutsu there are various ways and styles of shooting depending upon differences between schools , while focused on the ' principle ' and ' shooting style ' of yumiire , they are generally classified as follows ; classification by character ; ceremonial and practical classifications under ' bunsha ( 文射 ) and reisha ( 礼射 ) ' or ' busha ( 武射 ) . ' the classification into ' kisha ( to shoot an arrow while on horse back ) , ' ' busha ( 歩射 ) ' and ' dosha ( 堂射 ) , ' from the difference of gyosha ( 行射 ) style and how to shoot an arrow from a bow . each school has their own philosophy and teaching methods which emphasize the above ( 1 ) ( 2 ) varieties from different historical processes that distinguish each school . two aspects of ' bunsha and reisha ' or ' busha . ' in recent times kyujutsu usually had both aspects so , it can not easily be divided into two categories ( see the characteristics of kyujutsu in resent times ) . the text ' a wise man doesn 't participate in shooting contests ' in the middle of the fifth line of the right page shows the origin of reisha thought . bunsha is also called reisha , which shows an aspect of the yumiire ceremony . sha shooting was one of the six arts in ancient china and was considered to be an essential quality among the noble hierarchy . rongo analects described , ' a wise man doesn 't participate in shooting contests . ' a competition of archery would be the only thing he will participate at most . at the competition , he behaves politely to his competitors and a winner treats a loser a cup of sake . a wise man pays attention to the manners of the contest . as seen above , rulers strongly emphasized the cultural and ceremonial aspects of yumiire . this yumiire philosophy was transmitted to japan from ancient times , has been consistent and has greatly influenced present day kyudo . in the imperial court , emperor tenmu ( at the latter part of the 7th century ) held taisha ( jarai ) as an annual event , and various ' ceremonial shooting exhibitions ( reisha ) ' were performed . it is natural in the samurai world that the practical aspect of yumiire was emphasized , but high value was placed upon the ceremonial aspect and various codes of etiquette developed based upon yumiire ceremonies of court nobles . especially , a high value was placed upon mato-hajime ( first shoot in the beginning of the year - later called jarai ) . it is said that some clans such as the henmi clan , takeda clan , ogasawara clan , ise clan , and the kira clan had originated the code of etiquette . after the middle of the muromachi period the ogasawara clan played the center role of yusoku kojitsu ( a study of traditional code ) ( 有職故実 ) . the ogasawara school inherited a shooting tradition based upon the code of etiquette from the samurai world and the ' reisha group ' in today 's kyudo means the code or style of shooting originating from the ogasawara school . busha reveals the aspect of yumiire as a weapon and a lineage of kyujutsu which was assumed in actual battle . the bow and arrow was highly valued as the most prevailing weapon in japan before the introduction of firearms , so technique had been developed and their equipment and strength of the arrow improved to improve the hitting ratio . the yumiire technique , centered on busha ( 歩射 ) , was greatly advanced by the heki school founded in the early sengoku period , and various actual fighting techniques were devised such as toya flight shooting , ya 'awase ( 矢合せ ) , shooting through the side of a spear and shooting through a narrow space . even after the peaceful edo period , some schools had placed high value on actual fighting and continued to learn yumiire tactics and practiced while wearing armor . many heki schools retain strong characteristics of busha ( 武射 ) so , today mentioning the ' busha group ' immediately brings to mind the various heki schools and their manners , and way of shooting . in the peaceful edo period when the bow and arrow declined as the role of a weapon , the lineage of the busha group incorporated rules of decorum so that both aspects of bunsha and busha were combined and kyuju became the essential military art for the samurai hierarchy . there is a book that illustrates an overview of this age , gosha-rokka ( five major shooting techniques and six theories ) written by kazan morikawa , founder of the yamato school . gosha ( five major shooting techniques ) describes representative styles of shooting , and riku-ka ( six subjects ) describes what kyujutsu-ka ( those who practice kyujutsu ) should acquire . in some cases , shooting is classified into ' shin-gyo-so ( formal , semiformal , informal ) . ' " shin " refers to a normal form of shooting for matomae ( to shoot an arrow for target practice ) ( kinteki ( short distance target ) ) . " gyo " refers to rules of kuriya ( a type arrow for toya ) and yabumi ( letter affixed to an arrow ) . " so " refers to sashiya ( a type of arrow for dosha ) and dosha . besides , it is called jarai ( or sharei ) or taikubari pose ( 体配 ) to shoot according to defined manner and rules of decorum ( ' taikubari ' is a term from the heki schools ) . today some jarai are defined by the all nippon kyudo federation like " hitote-sharei ( a way of ceremonial shooting with a pair of arrows ) " and " makiwara-sharei ( a way of ceremonial shooting to shoot a straw target ) " and the existing schools , each handed down their own individual sharei ( taikubari ) . however , during the edo period the phrases ; ' ogasawara etiquette , heki technique , ' reveal , that the ogasawara school specialized in rules of decorum while the heki school specialized in shooting style . classification by shooting style yumiire has been classified into kisha and busha ( 歩射 ) shooting while riding horseback or kachidachi ( not riding horseback ) . moreover , various busha techniques had developed after the establishment of the heki school , among which toshiya ( dosha ) ( 通し矢 ) , which was at it 's peak during the edo period , developed independently . various styles of shooting are described in ' gosya ' ( above ) . kisha ( umayumi ) is a term against busha ( 歩射 ) and a yumiire style on horseback . kyuba ( archery and equestrianism ) ' came to mean general military art and fighting itself because it was considered to be a profession of the samurai , and ' kyuba-no-ie ( samurai family ) ' meant family lineage of samurai and ' kyuba-no-michi ( the spirit of the samurai ) ' meant the morals for samurai be faithful to . kisha was a major fighting style on the battlefield until early medieval times , but foot soldiers came to play a major role of yumiire since around the period of the northern and southern courts ( japan ) and horse soldiers also learned to shoot alighting from horses , so that the fighting style of kisha had disappeared . hunting had been actively practiced as a kisha discipline , and yabusame archery on horseback , kasagake and inuou-mono ( collectively called kisha-mitsumono ) were popular as ceremonies or games . riding a horse on the battlefield was a privilege for high class samurai and kisha were considered the highest rank of kyujutsu in the edo period . from the aspect of technique , it greatly differs from busha / kachiyumi shaho ( shooting an arrow while walking ) . the ogasawara school and takeda schools are famous for kisha . busha , kachiyumi ( ' hosha ' is not an official reading ) is a term against kisha and is a style of yumiire done while walking rather than on horseback . since the period of the northern and southern courts ( japan ) when busha was generalized in battle , the heki school based on the kyujutsu of busha , was founded in early sengoku period and various techniques such as kuriya ( 繰矢 ・ 尋矢 , 遠矢 ) to release arrow from far away and sashiya ( 指矢 , 数矢 ) of sokusha ( quick shooting ) were developed ( see gosha ) . the busha groups basically adopted the style of shooting a target ( enemy ) by drawing their bow in a kneeling position , and transmitted other techniques of various styles . dosha is a toshiya style of competitive sport shooting performed actively during the edo period at sanjusangen-do in kyoto , edo sanjusangen-do , todai-ji temple , etc . yumiire has been traditionally classified into kisha and busha , but dosha is often added as another style of shooting , because it was in it 's prime and developed independently during edo period . dosha is the game of shooting at nokishita ( a space under the eaves ) with limited height and width ( at sanjusangendo , it is about 5.5m high , 2.5m wide and 120m long ) , and the technique has been developed independently because of the need for an arrow to fly a long distance over a low path , and also for a number of arrows to hit a target within a certain time limit , is contested , after the mid-edo period , the dosha boom declined , but the equipment ( such as yugake ) and technique that was improved for dosha later contributed much to kyujutsu . it is well know that the archers of the chikurin and kishu-chikurin groups from the bishu-heki and the heki schools , left astounding records . kyugi ( archery games ) some japan yumiire had the aspect of playing a game . the imperial court nori-yumi game presented an award to the winner with the most points and the loser had to accept bappai ( alcohol which must be drunk as a penalty ) . kusajishi ' established in the kamakura period was also considered as ' yusha ( 遊射 ) ' and was different from strict ceremonial shooting . in the edo period kakeyumi ( betting on a shooting ) was strictly controlled , but some qualified yaba archery ranges were in operation . after meiji , there were many shops where customers could draw a bow for money downtown , but a few remain today . moreover , a game called yokyu ( 楊弓 ) to shoot a suspended target with bow smaller than the daikyu long bow ( a bow of normal length ) was popular among the high class and later among the common people . some yokyu-ba ( house for yokyu ) in the edo period placed women to pick arrows up and made them prostitute themselves secretly . shihanmato kyudo , originating from the obi district , miyazaki prefecture ( presently nichinan city ) was said to have allowed archery games by a lord because of the farmer 's contribution to a victory in battle using the hankyu , small-sized bow , during the sengoku period . recently it has been spread as a leisure sport . shrine ritual even today , shrines in various places perform yumiire / kyusha gyoji ( shooting events ) called ' busha ( 奉射 ) , ' ' oyumi-shinji ritual , ' etc . most of them are performed as religious ceremonies that include fortune-telling for the coming year , rather than a just being a mere game . these events are considered to originate from yumiire / kyusha girei ( shooting ceremony ) of the imperial court and bakufu ( japanese feudal government headed by a shogun ) . moreover , it has been incorporated into rogation and folkways in various forms . the history of the bow and arrow goes back to the stone age . sekizoku ( a flint arrowhead ) and simple wooden bow were used . in japan the bow and arrow appeared in the beginning of the jomon period ( 10,000-13,000 years ago ) and was used as a tool for hunting . as decorated , lacquered bows were buried with prey , it seems to have been used already for witching and spiritual events . in the yayoi period life changed from hunting and gathering to rice farming , which led to many problems on lands in order to getting field and water , so the bow and arrow developed into weapons on the battlefield . during this period , the bow and arrow were improved for strength and a long bow with a grip on the lower side , was devised . according to a description in the gishi-wajin-den ( 魏志倭人伝 ) , there was already an original wakyu in the kofun period . " the chronicles of japan " says that the ' emperor went to asazuma . he saw horses owned by someone below the daiseni rank at nagara-jinja shrine . at that time , he made them practice archery on horseback , ' as well as ' umayumi ( 騁射 ) ' and ' haseyumi ( 馳射 ) , ' so , original kisha seemed to have been performed as a shrine ritual , and it also describes that " taisha-rokuho " was defined by emperor monmu and put on exhibition at the end of the asuka period . according to the " shoku-nihongi , " kisha was actively performed during the nara period . the origin of the " yakatamochi-no-shinji ritual " of muroki-jinja shrine goes back to the nara period , which shows that the spiritual power of the bow and arrow was already believed in . it is suspected that some forms of kyuju and codes of etiquette existed in ancient times , but there is little historical data to explain yumiire in ancient times . additionally , it is said that some schools existed since around that time from folk tales , but it is highly possible that they are the fiction of a later age . therefore , it is unknown whether schools of that time in fact existed or not and what their origins were . over hundreds of years , the structure of wakyu progressed ( for details , see the article ; history of wakyu ) and kyujutsu developed greatly which led to today 's kyudo , kataboshi yugake was invented ( a type of thumb glove ) at the beginning of edo period ( see the article on yugake ) and the techniques of ' tsunomi ' and ' yugaeri ( the technique where the japanese bow turns in the left hand after the release ) . ' since samurai appeared in the 10th centuries during the heian period , kisha and kyujutsu had been considered to be kyuba-no-michi as a profession of the samurai . kisha and kyujutsu were major forces in battle and were practiced actively as operational martial arts until the middle of the sengoku period . in addition , bow and arrows were considered to have the power to drive off evil and were treated as highly spiritual goods or sacred equipment ( even today hamayumi ( ceremonial bow is used to drive off evil ) keeps a trace of faith and kyudo and the yabusame-shinji ritual are performed in various places ) . in the kamakura period ' kisha-mitsumono , ' three archers riding horses , inuou-mono , kasagake , and yabusame , were actively performed as one of the military arts or as a performance at events , but it declined temporarily in azuchi-momoyama period . the ' bow and arrow ' retired from the status of major weapon in battlefields in the latter part of the sengoku period , but ' yumiire ' remained popular as a profession among samurai so , that drawing a bow was considered to be a discipline of mind and body even during the peaceful edo period and various schools of kyujutsu and ways of shooting developed . in the edo period the activities of each school were at their peak . at the beginning of the edo period , ' toshiya , ' a competitive sport of shooting at a target through nokishita ( about 120m long ) of sanjusangendo , gradually became popular and the sharp shooters of feudal retainers from each domain competed in order to be called ' tenka-soitsu ( the best shooter in japan ) ' by staking their domain 's prestige and their lives . in 1669 kanzaemon hoshino ( bishu-chikurin group of heki school ) recorded 8,000 toshiya shooting 10,242 arrows and in 1686 daihachiro wasa ( kishu-chikurin group of heki school ) recorded 8,133 toshiya shooting 13,053 arrows . in the mid-edo period , yabusame , which once declined temporarily , was promoted by yoshimune tokugawa and had revived as a shrine ritual all over japan . after the meiji restoration , martial arts lost its aim as military art because of the demise of the bakufu and abolishment of the class system . in the middle of civilization and enlightenment and europeanized thought , martial arts were considered to be " out of fashion " and kyujutsu also declined like other martial arts so much that the " bow and arrow " came to mean entertainment and sex culture such as kakeyumi among the feelings of the common people . in spite of such this , some kyujutsu-ka stove greatly to survive and opened training halls in each house , so that martial arts began to be revalued gradually among the common people , and this included a revaluation of bushido ( the spirit of the samurai ) . in 1895 some volunteers of martial artists at that time organized the dainippon butoku-kai association and promoted the spread of kyujutsu , which was incorporated into school education to discipline the mind and the body . in 1919 the name of kyujutsu was changed to kyudo and various martial arts including kyudo spread not only inland in japan , but also to foreign countries . however , reflecting the nationalistic social situation at that time , martial arts came to gradually be influenced by the nation . one of the goals of butoku-kai was a systematization of technique such as kendo-gata ( style of kendo , japanese art of fencing ) and judo-gata ( style of judo , japanese art of self-defense ) , so , after that in kyudo the integration of shooting styles was attempted . in 1934 the representatives of kyudo-ka from various schools and board members of kyudo-bu , butoku-kai , gathered and talked about the integration of shooting styles at the head office of butoku-kai , and established ' kyudo-yosoku ( the basic art of shooting an arrow ) ' after clamorous discussion . however , it was criticized by schools and cultural figures and also disputed in papers , being unfavorably received so much that it was ridiculed to be ' nue-mato shaho ( the slippery art of shooting an arrow ) . ' when the butoku-kai was reorganized as an affiliate company of government , the idea to improve the shooting style was proposed again , so that in 1944 ' kyudo-kyohan ( teaching method of kyudo ) ' was edited by ' kyudo-kyohan seitei iinkai ( committee to establish kyudo-kyohan ) , ' in which both of the shooting style of ' kyudo-yosoku ' and the existing shooting style of front and skew were admitted before the end of the world war ii . after world war ii , butoku-kai was dispatched by general headquarters ( in 1946 ) and all martial arts were prohibited , but in 1949 the all nippon kyudo federation was established by efforts of kyudo-ka at that time . kyudo was revived as " a path to mental training " and " kyudo-shaho hassetsu " was established by representative kyudo-ka at that time , which has been in use until now . ( in detail and for later events , see the article of kyudo-shi ) kyujutsu in japan has been classified into yumiire kisha ( umayumi ) while riding a horse and yumiire busha ( 歩射 ) ( katiyumi . recently it is also called ' hosha ' in order to avoid confusion with busha ( 武射 ) ) . in addition to these , toshiya ( dosha ) at sanjusangendo popular during the edo period , is also a big category . corresponding to each kisha , busha , and dosha , various styles of shooting were devised in each period . this basic classification had been generally adopted until meiji period , but came to be forgotten by many archers over a long time . based upon the ideas of ' busha , ' ' kisha " and ' dosha , ' it is easy to understand the character of schools . ( however , these classification show the difference of shooting styles and not necessarily the difference of the schools . ) ogasawara school regards busha and kisha differently and it divides ' busha , ' ' kisha , ' and ' code of etiquette ' and gives licenses separately . in the heki school groups , some groups perform both busha and dosha , while other groups did not dare to perform dosha because of the emphases of busha . various names were seen in the schools of kyujutsu , but the actual activities of many old schools are not known so the name of ' school ' did not have the same meaning of today 's school . " gendai kyudo koza ( courses in the modern japanese art of archery ) " described major schools such as son school ( 尊流 ) , shinto school , the nihon school , kashima school , taishi school , ban school , ki school , hidesato school , henmi school , takeda school , heki school , yamato school and the ogasawara school , among which the ogasawara school , tekeda school , heki school and the yamato school were seen after recent times as well . these are divided into two main categories of the school of kyuba-kojitsu ( ancient practices of customs about archery and equestrianism ) centered on the yusoku-kojitsu and the other of kyujutsu centered on shooting style . in addition , kyudo is divided into reisha groups and busha groups ; in fact reisha groups correspond to ogasawara school and busha group correspond to heki school . ogasawara school and takeda school is said ' to place priority on etiquette ' ( ' kyujutsu-yoran ( directory of archery ) ' , " bugibu of kojiruien encyclopedia " ) and schools of ancient practices on kyuba ( kyuba-kojitsu ) . the schools which perform kisha are usually included in this lineage and they transmit various ceremonies of busha as well as kisha such as yabusame and kasagake . in samurai society the technique of kyuba had been traditionally emphasized and various styles of kyuba were performed actively from the kamakura period to the muromachi period . in the muromachi period , ancient practices were consolidated and conveyed to these schools . ogasawara school : the founder of the school was nagakiyo ogasawara and it was established by sadamune ogasawara and tsuneoki ogasawara ( 小笠原常興 ) in the muromachi period . it gained the status as the center of kyuba-kojitsu in muromachi shogunate and was valued highly in edo shogunate as well . from ancient times , it has been praised as ' ogasawara of etiquette . ' it also actively performs busha and it is one of the major schools in modern kyudo . takeda-ryu kisha yabusame : the school to transmit ancient practices of the aki-takeda and wakasa-takeda clans . it was taught to yusai hosokawa , who was a relative of the wakasa-takeda clan in the azuchi-momoyama period and was preserved in the domain of kumamoto in the edo period , called hosokawa-ryu kyuba-gunrei kojitsu ( hosokawa 's ancient practices of customs about archery , troops and military etiquette ) . at present it performs mainly kisha and does not perform busha ceremonies . it is different from takeda school ( koshu school ) of military science . heki school , yamato school , etc . masatsugu danjo heki , the founder of heki school , is considered the founder of shooting and heki school later played the center role in kyujutsu . yamato-heki keito group , heki school ( yoshida school ) : founded by masatsugu danjo heki in the middle of the muromachi period . since the major forces of yumiire in battles at that time were foot soldiers , it mainly practices busha . later the heki school was succeeded by the yoshida clan so , it is also called yoshida school . ( except for the chikurin school ) it split into many groups from the azuchi-momoyama period to the beginning of the edo period . as opposed to ogasawara of etiquette , it has been called ' heki of technique . ' the archer who participated in toshiya at sanjusangendo was a member of the heki school group . following are the names of the school and their founders as well as their lineage . the lineage is shown in accordance with representative theory , but actual lineage is complicated and unclear so that the following do not completely show the relationship between each school . heki-izumo school : shigetaka suke-zaemon yoshida ( izumo-no-kami ( chief of izumo-no-kuni ) , roteki ) heki-yamashina school : ietsugu heiemon kataoka or his grandchild iekiyo suke 'emon heki-sakonemon school : narishige sakon-uemon yoshida ( moku-sori ( 木反 ) ) it is also called the sakon school after his grandchild shigenari kosakon . heki-okura school : shigeuji okura yoshida heki-daishin school : hidetsugu tanaka ( 田中秀次 ) ( daishin ) heki-insai school : shigeuji gempachiro yoshida ( insai ) some of the schools are also called heki-to school . heki-jutoku school : jutoku kimura heki-sekka school : shigekatsu roku-zaemon yoshida ( sekka ) heki-dosetsu school : ichiyasu ( 一安 ) bankizaemon ( dosetsu ) heki iga-heki keito group : the lineage of noritsugu yazaemon heki the chikurin school identifies itself as this iga-heki lineage . its relationship with yamato heki school is uncertain . hekiu-chikurin school : josei chikurinbo ishido the relationship with yoshida clan of yoshida school is also pointed out , but the detail is unknown . ishido-chikurin school : the lineage of ishido family bishu-chikurin school : the lineage transmitted in domain of owari it is also called the bishu-chikurin school . kishu-chikurin school : the lineage transmitted in domain of kishu yamato school : founded by kazan morikawa at the beginning of edo the period . it is said that kazan learned heki-jutoku school from his father and mastered the secrets of the heki-dosetsu school , okura school , insai school , chikurin school , takeda school , ogasawara school and the henmi school . he established yamato school , incorporating the ideas of confucianism and buddhism around shinto religion thought . other schools heki-ikkan school : founded by ikkan matabe ono in kansei era . oshin school : masatomo shozaburo takagi ( 高木尚三郎正朝 ) ( oshinsai ) oshinsai was born in kishu province . he taught in the domain of koromo , etc . hayataro ando , a retainer of koromo domain and later a member of shinsen-gumi masterless warriors ' party , was his disciple . ando performed toshiya at the west corridor in the daibutsu-den , todai-ji temple in tempo era . yoshida-to school ( domain of shibata , domain of kumamoto ) , toyohide school ( 豊秀流 ) ( domain of aizu ) , taishi school ( domain of himeji ) , etc . the following are schools established after the meiji period . they include schools which identify themselves as kyudo instead of kyujutsu . honda school : founded by disciples of toshizane honda in the taisho period . it is a group of heki school , but adopts shomen-uchiokoshi ( shooting with forward facing posture ) . muyo-shingetsu school : founded by kenran umeji umeji was a high-caliber disciple of toshizane honda . dainihon shakaku-in ( 大日本射覚院 ) : founded by zenzo ohira in 1923 . it incorporated the idea of zen . ohira was a high-caliber disciple of toshizane honda . daisha-dokyo : the school was founded by kenzo awa at the beginning of showa period . it has a strong religious character . it is famous for " zen in the art of archery " written by eugen herrigel . awa was a high-caliber disciple of toshizane honda . shobo school : founded by yoshiyasu yoshida . yoshida was a high-caliber disciple of kenzo awa . +suiboku-ga ( ink painting ) is the art of painting in just one color using ' sumi ( japanese ink ) , ' not only for painting lines , but also gradation showing contrasting density and lighting . it is also called sumie . it was established as a technique for sansui-ga ( landscapes painting ) in china in the latter part of tang , and in song , suiboku-ga of shikunshi ( four plants of high virtue ) ( pine , bamboo , plum , and chrysanthemum ) were painted by bunjin-kanryo ( government officials of letters ) . with the prevalence of the zen sect , paintings depicting zen history and historical person were painted in ink . in ming , suiboku-zatsu-ga , on which kaki ( flowering plants ) , fruits , vegetables , and fish were also painted . it was brought to japan along with zen during the kamakura period . the pictures brought to japan showed the thoughts of zen such as " daruma-zu ( portrait of dharma ) " and " hyonen-zu ( painting of catching japanese catfish with a bottle gourd ) , " but they had changed gradually and sansui-ga landscapes were painted as well . paintings only in sumi were produced since ancient times such as ' sumiga-butsuzo ' during the nara period , a treasure of shosoin . however , in art history , ' suigoku-ga ' refers not only to paintings in one color with sumi , but also in chinese style that include contrasting density , bleeding , and thin spots , and as to the paintings in japan , it usually refers to those produced after the kamakura period . even colored paintings in suiboku-ga style , mainly with sumi , but with a few colors , are often included as ' suiboku-ga . ' at the beginning of the heian period , mikkyo , esoteric buddhism , was brought to japan and many ' mikkyo-zuzo paintings ' in sumi , were produced in order to correctly pass down complicated forms such as a buddha statue , buddhist alter accessories , and mandala , etc . among emakimono ( picture scroll ) there are pictures painted only in sumi without any colors such as the " makura no soshi emaki picture rolls . " however , these works painted with homogeneous sumi lines with no thick or thin nor contrasting density , are usually called ' hakubyo plain sketches ' or ' hakuga ( painting drawn only by japanese ink lines ) ' and are not included in the category of ' suiboku-ga . ' the expression of suiboku-ga in china had developed from the end of the tang period to the godai-jikkoku period and sung ( dynasty ) ( from the end of the 9th century to the 10th century ) . while suiboku-ga in china originated from pursuit of realism autonomously , suiboku-ga in japan began from the acceptance of chinese paintings . it not necessarily clear when the acceptance and production of suiboku-ga began in japan . in the buddhist painting of the takuma group around the end of the 12th century a touch of suiboku-ga is already seen , but full-scale suiboku-ga appeared around the end of the 13th century , which was almost four centuries later from the beginning of suiboku-ga in china . suiboku-ga from the end of the 13th century to around the 14th century in japan is called ' early suiboku-ga ' in the history of art . one of the reasons for the flourishing suiboku-ga at this time is that zen priests were actively interacting between japan and china and new style paintings in sung and yuan were brought to japan . in the 13th centuries , chinese zen priests such as sogen mugaku and doryu rankei came to japan one after another . they brought products of sung and yuan including paintings . butsunichi-an kobutsu mokuroku , ' a catalog of public materials stored in butsunichi-an at kencho-ji temple in kamakura , which was a revised edition of the catalog made in 1320 around 1363 , shows that many chinese paintings were housed at kencho-ji temple at that time . early suiboku-ga in japan began to be produced mainly by ebusshi ( artist who drew buddhist paintings and colors buddhist statues ) and zen priests . in the zen sect which emphasized shishi-sosho ( generation-to-generation instruction from master to disciple ) there was a demand for paintings such as chinzo ( portrait of zen priest ) , which was given to a disciple in order to clarify his succession of the master 's dharma , and soshi-zo image including the founder of zen sect , dharma . the subjects of suiboku-ga at that time were mostly doshaku-ga ( portrait of person related to buddhism or taoism ) and shikunshi ( orchid , bamboo , chrysanthemum and plum ) as well as the above mentioned chinzo and soshi-zo images . in addition , there is no direct relationship between suiboku-ga and the dharma of the zen sect , and it seems that suiboku-ga was accepted as a new foreign culture as well as the zen sect style architecture . gachu-ga ( a pictorial work that appear within a painting as part of the overall composition ) expressed in emakimono during the kamakura period shows that suiboku-ga was adopted for shoji-e ( paintings on shoji paper sliding-door or fusuma ) in the temples other than those belonging to the zen sect . the representative suiboku painters in the 14th centuries were kao , mokuan , tokusai tesshu , etc . kao 's life is not known other than his signature of ' kao ' on his work , but there is a widely-accepted theory which considers him as the same person as sonen kao , a zen priest who went to yuan . mokuan was a zen priest who went to yuan and died there . tokusai tesshu was a zen priest and a disciple of soseki muso , and he also went to yuan . representative works daruma-zu ( kogaku-ji temple , yamanashi , national treasure ) - painted by the touch of suiboku-ga in spite of colors on clothes of dharma . because there is a san ( inscription on a painting ) of doryu rankei on the upper side of the painting , it seems to have been painted before 1278 when rankei died . the painting of doryu rankei ( kencho-ji temple , kanagawa , national treasure ) - painted with the same touch of chinese paintings in spite of colors used . a representative work of chinzo during this present age . there is a san of rankei himself in 1271 on the upper side of the painting . kanzan-zu ( painting of kanzan ) by kao ( personal possession , national treasure ) - a portrait painted by genhitsu-tai ( art of simplicity , painted with fewer brush strokes ) . kanzan was a legend , who was said to have lived on mt . tendai during tang , and has been often used as a good subject for suiboku-ga . it could be said that suiboku-ga of japan was in full flower during the muromachi period . partly because the ashikaga family gave sanctuary to the zen sect , zen culture and gozan-bungaku ( a chinese literature of zen temples ) were in their prime and shokoku-ji temple in kyoto , the temple of ashikaga family , produced many artist-monks such as josetsu , shubun and sesshu . besides , mincho , an artist-monk of tofuku-ji temple produced works , from highly-colored buddhist paintings to suiboku-ga . the 8th shogun , yoshimasa ashikaga , was not interested in politics , but focused on promoting culture ; he collected and enjoyed things imported from china such as pictures and tea-related items eagerly . what was much-prized in japan at that time was the paintings from the southern sung period of china , especially paintings by kakei , baen , mokkei , ryokai , and gyokukan . mokkei , ryokai , and gyokukan were more highly praised artists in japan than in china . in addition , according to research after the late 20th century , it is wrong to think that all paintings in muromachi period in japan were suiboku-ga , and the traditional yamatoe painting on folding screen were also painted actively during this period . while most suiboku-ga in japan , until the 14th century , were portraits such as chinzo , soshi-zu paintings , and doshaku-ga , and kacho-ga ( painting of flowers and birds ) , in the 15th centuries full-scale sansui-ga began to be painted in japan . among the sansui-ga of ink printing in japan , the most earliest work seems to be " heisa-rakugan-zu ( painting of descending geese over a sandbar ) " ( personal possession ) with a seal of ' shitan . ' in this work there is a san of issan-ichinei , a zen priest from china , so , it seems to have been painted before 1317 , when he died . there is a red seal of ' shitan ' on the under side of picture , which seems to be the name of the painter , but his life is unknown . in this " heisa-rakugan-zu " there is an amateurish part that shows the artist could not fully master the brushwork of suiboku-ga , and it also suffers from perspective problems . in ouei era ( at the beginning of the 15th centuries ) , which was about one century later , a series of works called ' shigajiku ( hanging scroll with chinese poetry ) ' had been produced . shigajiku ' shows the state of ' unity of poetry , brushstroke , and painting ' and refers to a vertically long kakejiku hanging scroll on which suiboku-ga is painted on the under side and a chinese-style poem with related subject matter of suiboku-ga is drawn in the head margin . the oldest datable shigajiku seems to be " saimon-shingetsu-zu ( picture of simple and quiet residence and new moon ) " housed in fujita museum of art , which was made in 1405 . the subject of this picture is a poem of du fu ( tu fu ) and it was written by 18 zen priests after preface on the upper part of the picture , which took up more than double the space of the picture . the other representative works of shigajiku made in the early part of the 15th centuries are " kein-shochiku-zu ( painting of a building in the valley ) , " " chikusai dokusho-zu ( painting of chikusai reading a book ) , " and " suishoku-ranko-zu ; " the painter of " kein-shochiku-zu " is said to be mincho and the one of " chikusai dokusho-zu , " and " suishoku-ranko-zu " are said to be shubun , which have no clear evidence . many shigajiku from this age are called ' shosai-zu , ' which the subject is the ideal status of bunjin , a person of letters , who lives in quietly in his study surrounded by hills and rivers . the names and personalities of gajin painters during this age were finally clear . a few works of josetsu , an artist-monk of shokoku-ji temple , are known , including " hyonen-zu " ( in taizo-in temple , kyoto ) . the achievements of shubun , an artist-monk of shokoku-ji temple as well , as an official painter of shogunate , are known from documents and there are many works of shigajiku and senzui-byobu ( folding screen with landscape picture ) ' which are attributed to shubun , ' but there is no work showing clear evidence . in the latter part of the 15th centuries , sesshu ( 1420 - 1502 / 1506 ) , one of the famous painters , not only as a suiboku-ga painter , appeared . sesshu was born in bichu province ( okayama prefecture ) and said to have an origin as a local samurai . he went up to kyoto to become a priest at shokoku-ji temple , but moved to yamaguchi later , depending upon ouchi clan . he went to ming ( china ) around the beginning of the onin war ( 1467-1477 ) and stayed there for three years . after he came back to japan , he devoted his visits to local provinces such as yamaguchi and oita and left works there in the 80 's . sesshu wrote , ' i went to ming in order to learn painting , but there was no teacher i sought ' as jisan ( inscription on his own painting ) on " sansui-zu ( landscape picture ) " ( commonly called ' haboku-sansui-zu ' ) which was given to his disciple , soen , at the age of 76 in 1495 , and he praised the achievements on the painting of his senior , josetsu and shubun . this jisan was the oldest among what japanese painters have described about their works , and reflected his self-pride as japanese painter . sesshu produced his own suiboku-ga based upon actual landscapes in japan such as " ama-no-hashidate-zu ( painting of ama-no-hashidate ) " digesting the influence of chinese paintings . in addition , he cultivated many disciples , among whom shugetsu ( from satsuma province ) and soen ( an artist-monk in engaku-ji temple , kamakura ) who went back to their home provinces and flourished . in this aspect as well , sesshu made a great impact on japanese paintings . in the muromachi period , many painters appeared in local regions , many of whom originated from a samurai family . the representative painter was sesson , a painter with samurai origin in ota , hitachi province ( hitachi-ota city , ibaraki prefecture ) . later , sesson became an artist-monk and continued to produce paintings until the 80 's in the kanto and aizu regions , many of which were full of spirit from samurai origin . in this age there were many other painters of suiboku-ga . dasoku soga , shokei and zokyu gakuo are famous but their lives are less-obvious . the ami family ( noami , geiami , and soami ) of ' doboshu ' ( a kind of advisor on arts , as good consultant of things imported from china ) , who served the ashikaga shogun family , also left the works of suiboku-ga . +kitayama culture is the culture at the beginning of muromachi period , represented by the kitayama mountain villa of yoshimitsu ashikaga , the third shogun ( 1358-1408 ) from the end of 14th centuries to the early part of the 15th centuries . it is a term the opposite of higashiyama culture . however , it is said that in today 's view of history the general term is to include it in ' muromachi culture ' together with higashiyama culture . ( see higashiyama culture and muromachi culture ) characteristically it is a fusion of the traditional culture of nobility and the new-risen culture of the samurai class through the upheaval in the period of the northern and southern courts ( japan ) , and it is also influenced by continental culture through kango trade with the ming ( dynasty ) and zen sect ( buddhism ) . the kinkaku of rokuon-ji temple ( 1397 ) : formally the shariden of rokuon-ji temple ( the reliquary hall of rokuon-ji temple ) this is an example of representative architecture from the kitayama culture , built in the kitayama mountain villa ( the kitayama mountain villa was named rokuon-ji temple after yoshimitsu 's posthumous buddhist name after his death ) . its first layer was amitabha hall built by shinden-zukuri architecture , the style of the nobility culture , the second layer was built in a style of housing ( a popular belief says it is a buke-zukuri architecture - architecture representative of a samurai 's residence ) , and the third layer was built in the style of a zen temple building of a buddhist image in which a bone of buddha was placed . it was burned down in 1950 . carving of noh masks a war chronicle ( tale ) taiheiki ( c.1371 ) nantaiheiki ( 1402 ) gozan literature shushin gido ( 1325-1388 ) chusin zekkai ( 1336-1405 ) a renga ( a linked poem ) yoshimoto nijo : edited ' tsukubashu ' ( 1356 ) and established a style of a chorenga ( a longer linked poem ) based on 100 phrases in ' oanshinshiki ' ( 1372 ) . suiboku-ga ( ink painting ) mincho ( 1352-1431 ) : a priest in tofuku-ji temple he learned the brushwork of the yuan ( mongol ) ( dynasty ) and the song ( dynasty ) . josetsu ( date of birth and death unknown ) : a priest of shokoku-ji temple he is famous for ' hyounenzu ( the picture of a gourd and a catfish ) ' , a national treasure housed in taizoin . shubun ( unknown - c.1463 ) : a priest of shokoku-ji temple who learned from josetsu . it is said that he was a painter patronized by the shogunate ( government ) and taught secrets to sesshu . a noh play : established by kanami and his son , zeami based on dengaku ( a style of dancing and music originally performed at agricultural festivals ) and sarugaku ( performing a sort of funny mimicry and talk with artistic skills ) . kyogen ( a farce presented between noh plays ) the rinzai sect , one school of zen sect , developed more and patronized by the shogunate . ankoku-ji temple , rishoto ( risho-to tower ) tenryu-ji temple the gozan system ( the selection system of temples of the five highest ranks ) +higashiyama culture is a term which refers to the culture in the middle of the muromachi period . it is said that it was created by fusing cultures of the samurai class , the nobility , and zen priests around the higashiyama mountain villa in kyoto which was built by yoshimasa ashikaga , the eighth shogun ( 1436-1490 ) . the ginkaku of the jisho-ji temple empitomizes higashiyama culture . summary after the onin war ( 1467 ) , it was the age of the civil war , but also the age when various arts such as noh play , tea ceremony , the art of flower arrangement , a garden ( landscape gardening ) , architecture , and renga ( a linked poem ) were in full bloom , and these arts gradually spread among common people creating many varieties of japanese culture which have continued until now . in addition , since kyoto ( the capital ) suffered from the fires of war and cultured persons and intellectuals escaped to stay with the local shugo daimyo ( japanese territorial lord ) , many cultures spread to the country as well . as opposed to the aristocratic and gorgeous kitayama culture , it is regarded as a culture based on the aesthetic feeling which leads to mysterious profundity , wabi ( a clear and silent taste found in simplicity ) and quiet simplicity . architecture the ginkaku of jisho-ji temple : formally the kannonden of jisho-ji temple ( the hall dedicated to the kannon in jisho-ji temple ) its first layer is built by shoin-zukuri architecture ( the shoin style of traditional japanese residential architecture ) in a style of housing and the second layer is built in the style of a zen temple building of a buddhist image ( karayo ( chinese style ) ) . togudo in jisho-ji temple : jibutsudo a four-and-a-half-mat japanese room ( dojinsai ) is a study of yoshimasa and is famous for as an example of architecture of early shoin-zukuri . it can be said that it is the origin of the tea-ceremony room or an original form of japanese style housing . garden the garden belonging to a hojo building ( a building ( or a room ) of about a 3 meters square ) in ryoan-ji temple ( there are various theories on its period of construction ) the garden at daisen-in temple in daitoku-ji temple pictures masanobu kano ( 1434-1530 ) : the founder of the kano school he became a painter patronized by the shogunate ( government ) after sotan oguri . mitsunobu tosa ( date of birth and death unknown ) : the founder of the tosa school . he became kyutei edokoro azukari ( head of the courtly office for paintings ) . he fused suiboku-ga ( ink painting ) and yamatoe ( japanese traditional styles of painting since the heian era ) together . sesshu ( 1420-1506 ) : established suiboku-ga in japanese style he was patronized by the ouchi clan . industrial arts yujo goto ( 1440-1512 ) : a metalworker . he served yoshimasa and produced metal fittings for swords . the koami family : lacquer artisan the igarashi family : lacquer artisan performing arts the tea ceremony juko murata ( 1422-1502 ) : considered to have learned from sojun ikkyu and served yoshimasa . he added zen to chanoyu ( the tea ceremony ) and is said to be the founder of the tea ceremony . the art of flower arrangement senkei ikenobo kodo ( the cult of incense-burning ) renga rinzai sect sojun ikkyu jodoshinshu sect nichiren sect in history the term ' higashiyama period ' has been used since the beginning of showa ( rinpu sasakawa , ' the culture in the higashiyama era ' in 1928 , and so on ) and the term , ' higashiyama culture ' was created in the sense of culture in the higashiyama era . as opposed to this , the term , ' kitayama culture ' was also created later . it seems that this was because the situation in the muromachi period could be discussed outright since the southern court was considered to be legitimate at that time . however , today it is said that both cultures are generally discussed together as ' muromachi culture ' according to the following reasons ; when higashiyama culture began and ended is not clear , there is criticism that the era of yoshimochi and yoshinori are ignored and both have many points in common such as the influence of the zen sect and the fusion of the culture of the nobility and the culture of the samurai class . ( reference : ' nihon no jidaishi ( history of ages of japan ) no.11 the age of revolts ' edited by masaharu ebara , published by yoshikawakobunkan in 2003 ) +makie is the technique of japanese lacquer art . in the technique , pictures , patterns , or letters are drawn with urushi ( a japanese lacquer ) on the surface of lacquerware , and metal powder , such as of gold or silver , is sprinkled before the urushi dries to secure the design on the lacquer surface . makie technique is distinguished from other lacquerware decorating techniques including : hyomon ( also referred as heidatsu ) technique , whereby a thin metal sheet is placed on the surface ; the chinkin technique , whereby the lacquerware surface is carved and gold and silver is inlayed in the depression ; and the ' raden ' technique , whereby green turban shell , abalone or other type of shell is cut out into decorative pieces , and glued or inlayed into the lacquered material . while ' hyomon ' and ' raden ' are originally chinese techniques , the makie technique is regarded as a japanese lacquer art only seen in japan with the earliest piece of work being kingindenso no karatachi ( commonly called ' makkinru no tachi , ' a sword made by the ancient lacquer-decorating technique with sprinkled gold powder ) , which is a shosoin treasure . main techniques togidashi makie after sprinkling gold or silver powder , lacquer is applied over the entire surface of the piece ; when it is dried , the lacquer layer is polished down with a piece of charcoal to reveal the pattern of makie layer . when polishing is completed , the surface of the lacquerware piece is flush with the designed layer , forming a smooth surface plane . the makkinru technique , used in the shosoin treasure kingindenso no karatachi , is a type of togidashi makie technique . early on , up to the heian period , when the gold and silver pulverizing technology was still in a primitive stage and incapable of producing fine powder , this was the standard technique . hira makie after the motif is drawn with lacquer and gold and silver powder is sprinkled , applying suri-urushi process ( applying lacquer only over the motif ) and is then polished . hira makie differs from togidashi makie in that in the former lacquer is applied only partially while in the latter the entire surface of the piece is covered with lacquer . this technique emerged in the late heian period ; kodaiji makie ( ultra-refined style of makie ) in the momoyama period is based on the hira makie technique . taka makie lacquer is applied onto the motif to produce a relief effect . shishiai makie a combination of taka makie and togidashi makie techniques . after part of the motif is formed into a relief , lacquer is coated over the entire piece , and is then polishing with charcoal . unlike togidashi makie , the surface of the piece is not smooth after the completion of polishing . rankaku makie a technique of inlay with chicken or quail egg shell . koami school igarashi school +nuka-zuke ( or nukamiso-zuke ) , which is also called dobu-zuke or dobo-zuke , is one type of representative pickles in japan , made by pickling vegetables in nuka-doko ( a rice bran bed made by lactic acid fermentation ) . sometimes it refers to the way of pickling . in general , juicy vegetables such as cucumber , eggplant and japanese white radish are often pickled , but others such as meet , fish , boiled eggs , and konnyaku ( a gelatinous food made from devil 's-tongue starch ) are also pickled . the one which is pickled during a short time is called asa-zuke ( young pickles ) or ichiya-zuke ( overnight pickles ) , while the one which is pickled over a longer period is called furu-zuke ( old pickles ) or hine-zuke ( matured pickles ) . in addition , a dried japanese white radish pickled in a rice bran is called takuan-zuke ( yellow pickled radish ) . in the past , each household had nuka-doko and made nuka-zuke , but recently most of the people buy it at the supermarket to avoid the pain and a smell of rice bran bed . however , nuka-zuke is a popular food even today , so many people consider the breakfast of boiled rice , miso soup and nuka-zuke as an image originating in the japanese mind . it is often eaten as something to nibble on while drinking . history it is said that nuka-zuke of the present form was created at the beginning of the edo period . it is said that originally pickles were made using grain and soybean ground by a millstone as a bed , which was called suzuhori in nara period . nuka-zuke was established using rice bran instead of grain and soybeans which were produced at the time of rice milling during the edo period . it is thought that vitamin b1 of the rice bran being absorbed by vegetables prevented beriberi to some extent that was prevalent in those days . the manufacturing method at first , make nuka-doko . add a 15 % salt solution , cooled after boiled once , to rice bran ( sometimes used after roasted ) of an appropriate amount . add enough water so that nuka-doko becomes a little harder than miso . putting it with cayenne pepper ( red pepper ) and konbu ( a kind of kelp used for japanese soup stock ) into a pot or a plastic container and making the surface smooth and flat , nuka-doko is ready . pickle scraps of vegetables , changing them every day for approximately 1 week . however , the pickle is less tasty because nuka-doko is not matured at this stage . fermentation advances by pickling the vegetables and daily attention will enhance the flavors . delicious nuka-doko is ready to eat within approximately 4 months in wintertime and within 2 months in the summertime . because matured nuka-doko is sold in a container in a large grocery store makes it convenient . in addition , given a small quantity of nuka-doko ( called toko-wake - bed sparing ) , it is possible to make matured nuka-doko in a realtive short time . some people pickles the skin or rind of fruits to add flavor . pickling vegetables washed well and rubbed with salt in the finished nuka-doko , nuka-zuke is ready . the time of pickling depends upon the size of the vegetables and the season ; for example , a whole cucumber can be ready in half a day . if it is not pickled very much , add some soy sauce and eat it , and if it is too pickled , cut it into small pieces and juice it a little to add as ingredients for boiled rice with tea poured over it or add it to fried rice . generally it is eaten after washing , but sometimes eaten with rice brain without washing . maintenance procedure in order to prevent nuka-doko from rotting , it is necessary to stir it every day from the bottom and mix the part which touched the air into the depths . in the summer when the temperature is high , sometimes it needs to be stirred twice a day . if you finish stirring it , level the surface of nuka-doko , wipe rice bran on the edge and cover it lightly . in addition , because is easy for nuka-koko to break down like water with pickled vegetables , absorb the water with a dish towel or newly add rice bran and salt once a week to bring back the hardness . when you can not take care for a long time because of a trip , etc , you can prevent it from rotting for a while by adding extra amounts of salt on the surface and then placing it in the refrigerator . when fermentation advances too much and nuka-zuke becomes too sour , add crushed eggshell . when you want to make the color of eggplants ' skin bright , insert an iron nail or an iron utensil which is sold exclusively for this purpose . if you put in an iron nail with a sharp point , there is danger that you 'll get injured when you stir it , so it is necessary to blunt it for safety . when there is a pungent smell ( similar to the smell of glue made of synthetic resin or a smell of thinner ) , you may pour in some salt water and stir it . in addition , nuka-doko cared for properly gives out a peculiar smell of fermentation which is not unpleasant , so that you had better put it in a cool , dark , and well-ventilated place . attention for health because nuka-zuke is a preserved food and includes a lot of salt , obviously you should take care not to eat too much that would that would result in an over consumption of salt . in addition , it is said that rice bran and the skin of vegetables tend to easily retain agricultural chemicals . since rice bran uses a few agricultural chemicals , it is advisable to newly remake nuka-doko every year to prevent the accumulation of agricultural chemicals in nuka-doko . examples of nuka-zuke pickles takuan-zuke , heshiko ( pickled blue-backed fish ) , pickled ovary from blowfish ( picked globefish ovary ) and sardines boiled with rice bran . +" ukai " is one traditional fishing method used to catch ayu ( sweetfish ) by using a cormorant . in japan , ukai has been practiced in various places such as gifu , aichi , kyoto , and ehime prefectures , among which especially ukai in the nagara-gawa river is the most famous one . ukai has an old history ; in the section on emperor jinmu in " nihonshoki , " there is a description about the division of ukai , ' there was a man who caught fish by making yana ( a fish trap ) , and the emperor asked him about it . he answered that he was a child of nihemotsu ( hoshotan ) , who was the founder of the division of cormorant farming in ada , ' and in " kojiki " there are also songs and ballads on ukai . there is also the emperor 's song as ' the army of ukai shimatsutori . ' in addition , in the section of 600 in " zuisho " ( the book of the sui dynasty ) , ukai was introduced as a strange fishing method which an envoy from the sui saw in japan . in " wamyosho " there is a description about ukai in the katagata district , mino province , in " shukaishakubekki " there were 37 ukai houses and in " shinsenminoshi " there were 9 villages in ukai , katagata district . in the bunmei era , there is a record outlining kaneyoshi ichijo 's stay at shoho-ji temple ( 正保寺 ) when he watched ukai . in the engi era there were 7 ukai houses on the bank of the nagara-gawa river , and fujiwara no toshihito , kokushi ( a providence governor ) , made the 7 ukai houses present ayu to the emperor , who appreciated it and gave him seven villages of katagata district as compensation for ukai , so that they came to be called the seven ukai villages . when minamoto no yoritomo was routed with yoshitomo at the heiji revolt , he got separated from yoshitomo and wandered around the banks of the nagara-gawa river , and stayed at the house of hakumyo , the head of ukai and satisfied his hunger by eating delicious ayu sushi there . when he went to kyoto as udaisho ( as full general ) in 1192 , he called a child of hakumyo to repay an old kindness and ordered him to send ayu sushi to kamaukura every year . in 1564 nobunaga oda saw ukai at the nagara-gawa river and gave the name of ujo ( a cormorant master ) to each ukai and treated them the same as takajo ( a falconer ) and gave 10 bales of rice as stipend for each house . in 1615 ieyasu tokugawa saw ukai and was impressed by the taste of ayu baked on hot pebbles , so that it became a custom to present ayu to edo castle every year and 21 ukai houses were each given 10 ryo as a salary . when presented , ayu were sent with three seals bond of roju ( an administrator ) to edo for two days and nights . after that , ukai declined to 12 houses in 1805 , but it recovered again by giving those 12 houses 120 goku and 532 ryo and 2 bu every year . although ukai declined temporarily at the time of the meiji restoration , ayu of ukai was often ordered and presented to daizenshiki ( the office for meals in the imperial court ) during meiji period , and in 1890 a total of 1471 ken in furutsu , nagara village , inaba district and each village of mugi and gujo districts was incorporated as an ayu fishing ground for the imperial court by imperial household ministry . the fish caught by ukai are not hurt and are very fresh because it is unconscious from being in the esophagus of the cormorant . therefore , ukai ayu were particularly-prized as special present so that ukai had been preserved by the shogunate and the daimyo ( japanese territorial lord ) after the azuchi-momoyama period . the securing of ujo and the fishing grounds was very important for the daimyo , and it was concerned with their honor . however , ukai was not necessarily an efficient fishing method so that ukai , which lost supporters from among the daimyo after the meiji restoration , disappeared all over the country one after another , and only a few ukai presently remain . today 's ukai is mostly practiced in the tourist industry rather than as a direct way to earn a living as tourists enjoy watching it from a roofed pleasure boat . for example , ukai held in the hiji-kawa river in ozu city , ehime prefecture , began as ' ozu sightseeing ukai ' in 1957 . however , ukai also is an important aspect of preserving intangible cultural heritage at the same time . the person who is engages in ukai fishing is called usho or ujo . its costume is a traditional style of kazaori-eboshi , a kind of eboshi ( formal headwear for court nobles ) , ryofuku ( clothes for fishing ) , bib and a grass skirt . the number of cormorant used for fishing is different from the scale and fishing method of ukai fishing in each area . for example , while in kachi-u ( cormorant fishing on foot ) one ujo uses one or very few cormorants , in the general ukai on a small boat one ujo uses 5 to 10 cormorants at a time . the fishing period is approximately from late spring to early autumn , and it often begins with the opening of the fishing season of ayu . in ukai , the ujo builds a bonfire at the bow of small boat with a flat bottom and makes cormorants swallow ayu , which come close to the light . with a rope tied around it 's neck , a cormorant can not completely swallow the ayu that is bigger than a certain size , and the ujo makes the ayu spit it out . ujo decides the size of ayu to catch by the way of tying the rope and smaller ayu enter the cormorant 's stomach . however , if ujo continues fishing using the same cormorant of ukai , the bird gradually loses its drive . therefore , ujo sometimes gives a holiday to their cormorants . ( the relationship between ukai and cormorant is also described in the article on cormorant . ) usually ukai is held on days except for the day with a full moon from the middle of may to the middle of october . the reason why it is not done on the day with full moon is to prevent ayu confusing the moon with the bonfire . the cormorant used for ukai is a temminck 's cormorant , and all ukai of the 11 places in japan except for arida city , wakayama prefecture and masuda city , shimane prefecture use the temminck 's cormorant which is caught on ishihama beach in hitachi city , ibaraki prefecture ( former juo town ) . in addition , the common cormorant is preserved as a natural treasure , but in aichi and gifu prefectures the reduction of ayu caused by an over abundance of common cormorants has become serious so , it is allowed to got rid of some of the cormorants in gifu prefecture . cormorants are caught on shinojima beach at the chita peninsula in owari province in winter on the way migrating south . the way to catch them is to make a decoy cormorant sightless temporarily by sewing its eyelids closed . putting this on an outcrop and placing torimochi-hago ( a trap with birdlime ) around it , ujo catches migrating cormorants which come close to it . this is called shima-u ( island cormorant ) , which is bigger than common cormorant , and is about 2 shaku high , 8 or 9 sun long of neck length and weighs 650-860 monme . the cormorant which is caught is carried to the place where ukai is held with its eyelids sewn temporarily , and it has it 's flight feathers on it 's wings cut in half and is trained gradually , swimming tethered with rope . it is usually used for 12 to 13 years . the ukai boat is 12m 90cm long , 10m 80cm of siki , 1m 29cm wide in the center and 63cm deep , approximately . the pole which tomonori ( a rower at the stern ) uses is 450cm long ( tomozao ( a stern pole ) ) and the one which nakanori ( rower at the center ) uses is 323cm long ( nakazao ( a center pole ) ) . a rudder at the stern is 285cm long and a rudder at the center is 235.6cm long . a sail is 378cm long and 361cm wide . sho ( a mast ) is 500cm long . however , sail and sho are used only when a boat rows upstream and there is no direct relationship with ukai . matsushiki ( pine stand ) is a board to hold firewood for kagari ( bonfire holder ) and there is big and a small one . tanawa ( a hand rope ) , a rope to tie cormorant , is made by plying hinoki ( japanese cypress ) fiber and is 303cm long . a cord , ' tsumoso , ' which is made of whale fiber , 36.3cm long , is spliced to the top of the rope and is tied to the cormorant 's neck using a shimada knot . hakekago ( a throw up basket ) is a bamboo basket where the cormorant spits ayu into , and is 39.4cm caliber and 37.9cm deep . morobuta is a tray to place ayu on , which is made by hinoki ( japanese cypress ) and 21.9cm wide , 36.4cm long and 4.5cm deep . kagari is made by iron and hikago ( a fire basket ) is 30.3cm deep , 18.1cm bottom caliber and 42.2cm caliber , and it is put on the bow with a shaft of 227cm long . matsu-wariki ( chopped pine ) , is used for the bonfire , it is pine firewood , 36.3cm long , and 5 bundles weighing 22.5kg each are provided on each boat . a torch is made by pine wood and resin and is used as needed . a cormorant basket is a container to carry cormorant , woven by sakitake ( chopped bamboo ) of 0.9cm wide into a basket of 3.0cm square with 1 line long and 2 lines wide , and its cover is made by shibuita ( 1.2cm - thick ) of hinoki . a dividing board is put in the center of the basket and two cormorants each , a total of 4 cormorants , are put in . a keeping basket is used to put two cormorants each in after they are used , and is made the same way a cormorant basket is made . ayu grow a little 50 days after the beginning of spring ( the first day of spring according to the lunar calendar ) , and begin to go up to fresh water from the mouth of a river , and grow up to about 9cm long in may . each ukai house starts preparation before that , and ujo does fishing from the upper reaches to the lower reaches after the moon sets on the day of a waxing half moon and before the moon rises on the day of a waning half moon because ukai is done only in the dark of night , avoiding moonlight . the 12 boats of ukai fish divided into two groups , but sometimes they pitch a fishing camp together and do fishing at the same time ( karami - work together ) . on one ukai boat there is one ujo , one nakanori , and two tomonori , that is , a total of four persons , and ujo uses twelve cormorants at the bow , nakanori uses four cormorants at the center and tomonori is in charge of piloting a boat at the stern . ujo notices the moment when a cormorant swallows ayu , pulls the cormorant up immediately and makes it spit out into the hakekago . sometimes all the cormorants swallow ayu at the same time , but ujo takes care of them without delay . being in charge of very busy operation , ujo takes care to add firewood to the kagari or pilot the boat jealously . ukai on the banks of nagara-gawa river in gifu city and seki city , gifu prefecture , is performed by ujo of shikibu-shoku , imperial household agency . there are 6 ujo in nagara , gifu city and 3 ujo in oze , seki city , and these are all succeeded by heredity . in the ukai of nagara-gawa river , one ujo conducts fishing using 12 cormorants at once . the origin of ukai of the nagara-gawa river can go back to about 1300 years and it had been done during the edo shogunate and the owari-tokugawa family . after the meiji restoration it was once patronized by the house of the imperial prince arisugawanomiya , but in 1890 it belonged to shuryo-ryo ( the division of imperial hunting ) of imperial household ministry and was under direct control of the imperial household ministry ( present imperial household agency ) . therefore , " goryo ukai " is the ukai patronized by the imperial family , and in a narrow sense it refers to fishing done at the fishing grounds for the imperial household agency eight times from may 11 to october 15 every year . the ayu caught at goryo ukai is not only presented to imperial palace , but also dedicated to meiji-jingu shrine and ise-jingu shrine . the ukai held in the fuefuki-gawa river , fuefuki city , yamanashi prefecture and in the arida-gawa river , arida city , wakayama prefecture is called ' kachi-u . ' this is the ukai in where ujo uses one or two cormorants and conducts fishing by fording a river without using any boats . the ukai held in the takatsu-gawa river , masuda city , shimane prefecture is the only ukai called ' hanashi-ukai ' all over the country , in which cormorant fishing is done without using a rein . in addition this ukai is done to win ujo 's livelihood so that its stance is different from that of other sightseeing ukai . in order to prevent indiscriminate fishing , the fishing period is determined to be from the autumn when general ukai finish to the next spring . fuefuki city , yamanashi prefecture ( fuefuki-gawa river ) gifu city , gifu prefecture ( nagara-gawa river ) ukai by ujo , shikibu-syoku of the imperial household agency . ukai in the nagara-gawa river seki city , gifu prefecture ( nagara-gawa river ) ukai by ujo , shikibu-syoku of the imperial household agency . ukai in oze inuyama city , aichi prefecture ( kiso-gawa river ) ukai in the kiso-gawa river uji city , kyoto prefecture ( uji-gawa river ) kyoto city , kyoto prefecture ( oi-gawa river ) arida city , wakayama prefecture ( arida-gawa river ) miyoshi city , hiroshima prefecture ( basen-gawa river ) the only ukai who use common cormorant with white body . masuda city , shimane prefecture ( takatsu-gawa river ) iwakuni city , yamaguchi prefecture ( nishiki-gawa river ) ozu city , ehime prefecture ( hiji-kawa river ) hita city , oita prefecture ( mikuma-gawa river ) asakura city , fukuoka prefecture ( chikugo-gawa river ) at the age when ukai was described in ' zuisho ' ( 600 ) , it was an uncommon fishing method , but later cormorant fishing was also established in china . according to theory , the record of ukai in china goes back to a passage in a poem written by ho to ( 712-770 ) . every house raises monster crows . eat yellow fish for every meal . it is translated as ' every house keeps cormorant and eats yellow fish for every meal , ' which is said to mean ukai . however , there are many divergent opinions against the theory that monster crows mean cormorant , and even if it meant cormorant , yellow fish were considered as sturgeon so , that it is difficult to think that a cormorant swallows such big fish like a sturgeon ; therefore , the theory that this poem is an evidence of ukai remains in doubt . the oldest certain record is a description that the fishermen in toto ( city of taihei-fu ( taihei district ) ( 太平府 ) , anki-sho ( anki province ) ) ' use very alert cormorant for fishing ' in " seiiroku ( 清異録 ) " ( 965 ) written by koku to ( 陶穀 ) , a literary man in the 10th century . in addition , in the text in which chin han , a literary man in the latter part of the 11th century , wrote , there is a description about a fishing method almost as same as the one which was done in china in the 20th century . the difference between ukai in china and that in japan are as follows . while a temminck 's cormorant is used in japan , a common cormorant is used in china . in japan the cormorant for fishing is an adult bird which is captured and disciplined , but in china it is completely domesticated . both in japan and china a ring is put around the neck of cormorant to prevent the bird from swallowing the fish , but in china a cormorant is not tied to a rope and comes back to ujo by itself , which is different from that in japan . while in japan ukai has remained stylized so that usually only ayu are caught , in china ukai has continued as a general fishing method so that any size of fish which cormorant can get are caught . from these points , berthold laufer guesses that ukai in china developed independently rather than obtaining the know-how from ukai in japan , which started earlier than in china . in europe from the end of 16th century to the beginning of 17th century , ukai spread as a sport mainly among the people of the court in england and france . there are records that in 1609 ukai was performed before louis xiii , king of france , when he was the crown prince , and that in 1618 a grower barn and pond for cormorant , osprey , and otter of james i , king of england was planned to be built in westminster . however , it should be noted that these ukai did not succeed the know-how of fishing method from japan and china , but that it was conducted by almost the same method of taka-gari falconry . a blindfolded cormorant was led to fishing ground and a blindfold was removed only at the time of fishing . a cormorant was carried in the arms of the owner using leather gloves . ukai in europe was dominated by the aristocracy . an earthenware with a description of ukai , which was estimated to be around the 5th century , a hundred years earlier than the age of ukai in japan , was excavated from the chancay valley in peru and housed in the amano museum in lima city . +" joraku " is a term which means to enter in kyoto . it originated from the fact that the capital kyoto was called ' rakuyo ' or ' keiraku ' as an elegant name compared to an ancient capital of the han dynasty . the origin in a narrow sense it means to guard the seii taishogun ( literally , " great general who subdues the barbarians " ) of the muromachi shogunate in kyoto at the end of the muromachi period ( sengoku period in japan ) , and as a result it was considered to obtain the authority necessary to control the whole country . in the past kyoto was also called ' rakuyo ' by making an analogy to rakuyo ( 洛陽 ) , the capital of china , and going to kyoto was called ' joraku ( 上洛 ) , ' which had the same meaning of the term ' jokyo ( going to tokyo ) ' at present in a broad sense . the antonym is " geraku . " geraku means to leave from kyoto . besides , unlike the gorgeous image of joraku , it was sometimes compared to the reduced circumstances . in the middle of the 16th century , the chaotic political situation which had continued for more than 100 years after the onin war turned into a somewhat normal condition not only for territorial lord called daimyo in the sengoku period , but also for common people . in the situation that the powers of each place were independent , there was no substantial meaning to rule kyoto which was already devastated by the fires of war , but the palace of shogun was still in kyoto , so that the guard of shogun was the best opportunity to show their powers . it was because it was an honor as the recuperator of the ost order to bring back the shogun of the ashikaga family , who was expelled by a vassal such as the hosokawa and miyoshi clans , to kyoto and guard him . for this reason , each daimyo in the sengoku period that held strong power planned joraku , but nobody could succeed , prevented by the struggles in each territory . for example , yoshimoto imagawa was killed on the way to joraku by nobunaga oda 's force and kenshin uesugi was blocked by fear of internal conflict or the snow and was not able to advance westward to kaga province . in addition , shingen takeda died of an illness on the way . the territories of these daimyo were so far from kyoto that they had to settle the resistance on the way or the internal conflict of their own territories one by one if they wanted to achieve joraku . only two people , yoshioki ouchi with yoshitane ashikaga at the head in the eisho era and nobunaga oda with yoshiaki ashikaga at the head in the eiroku era who could be said to really achieve joraku under such situation . in addition , youthful kenshin uesugi and nobunaga oda went to kyoto , aiming to be granted an audience with the shogun . the legitimate reason of joraku by yoshioki ouchi was recovery of the old order , namely to revive the rule of the ashikaga shogunate . however , in the case of the ouchi clan , before it was completed , he was prevented by the force of the anti-ouchi forces , like the amago clan , and was forced to return to his own territory . the aims of daimyo in sengoku period following these were the almost same as the policy of yoshioki ouchi and were not even realized . however , nobunaga oda intended to create a new order using military power instead of making use of the old authority , and his joraku was performed on this basis . joraku under yoshiaki ashikaga was not aimed at a tentative recovery of the old order , but was solely by using military power and ruling the whole country . +" miyako odori " is a dance performance of the gion kobu district held in april at the gion kobu kabu-renjo theater . history it started when it was performed by way of entertainment for an exhibition in 1872 , and masanao makimura , a governor of kyoto prefecture in those days , wrote lyrics and yachiyo inoue , inoue school iemoto ( grand master ) ( the third haruko katayama ) choreographed the dance , referring to iseno kamenoko-odori dance . there were two passages on both sides of the audience to the stage on both sides , which were innovative and a bit different from former stages , and the appearance of dancers wearing the same costumes from the passage surprised the audience . since then , miyako odori has been performed devising new plans associated with the oriental zodiac or topics of the year , as well as following the style since meiji period based on kabuki ( japanese classical drama ) or the tale of the genji . this form gives a hint for " kamenoko-odori dance " performed in the red-light district of isefuruichi . chronological table 1872 : miyako odori was premiered . 1915 : there was a performance commemorating the accession of emperor taisho . 1928 : there was a performance commemorating the accession of emperor showa . from 1944 to 1949 : it had been suspended because of world war ii . 1950 : it reopened at minami-za theater . 1964 : there was a performance commemorating the tokyo olympic games . 1994 : there was a performance commemorating the 1200th anniversary of the transfer of the national capital to kyoto . 2004 : the fourth yachiyo inoue ( real name was aiko katayama ) died . composition miyako odori basically has adopted the style where all performers dance together while introducing famous spots in kyoto with a long epic song to the accompaniment of a shamisen , following the same style since the meiji period . the first scene was performed on the stage where a gin busuma ( a sliding screen put on silver foil ) was set up , based upon the historical event of the inoue school . a scene called " betsu-odori dance ( another dance ) " inserted in the middle was added since the emperor taisho enthronement commemorative performance , and contents were also increased to explain the story based upon the subjects mainly from kabuki , literature and anecdotes while dancing for 10 minutes . the writers of miyako odori produced new stories every year with nervous mannerism and had repeat meetings about choreography , music and art to prepare the next spring 's performance . tea ceremony before the performance , a tea-ceremony is held on the second floor of the gion kobu kabu-renjo . the geisha who is in charge of boiling tea in shifts dresses kyoto-style shimada with her own hair and appears with the full dress figure of a black crested haori ( kimono ) with a reversed neckline . a maiko is in charge of the reserve . a maiko or a tayu ( leading actor ) in the kobu district in those days was in charge of boiling tea depending on the times , or some geishas prepared tea as time went by . in addition , the reserve maiko was often alone , but there were times when two maiko were reserved . the style of boiling tea was not done in a conventional form , but in the style of ' ritsurei shiki ( standing up and bowing ) , ' which was devised by urasenke school to attend to foreigners and was done outdoors at first . since kabu-renjo theater was completed , miyako odori was moved there and has been performed at the present location . successive subjects of songs 1872 - 1899 +dorayaki ( cake ) dorayaki is a japanese cake usually made with two slightly raised round castella cakes ( or small pancakes ) with azuki bean paste in the middle . if it is baked with honey added then the castella cake will be moist . it is said that the original dorayaki were made using only one cake with the edges folded over so they were square and the bean paste could be seen on one side . they were thought to be very similar to today 's ' kintsuba ' japanese bean cakes . it is said that the current method of using two pieces of castella to sandwich the bean paste was the idea of the japanese cake shop in ueno called ' usagi-ya ' which was founded in 1914 , and this method became popular around japan . the prevailing theory on the origin of the name dora-yaki is because the shape is similar to a percussion instrument or chinese gong called a dora . however there is also an alternative theory as follows . when musashibo benkei ( a japanese warrior monk ) became injured , he received treatment at a private house . to show his gratitude , he mixed flour and water , spread it thinly over a hot chinese gong and used the round baked cake to wrap bean paste and this was the origin of dorayaki . also there are a variety of other theories however now we cannot say for sure which is correct . in the kinki region many japanese cake shops sell this kind of product under the name mikasa ( said to be named after mt . mikasa in nara prefecture ) and dorayaki are commonly called " mikasa manju " ( mikasa bean cakes ) . for example at chidoriya nara kojika co. near kintetsu nara station they sell not only the usual size dorayaki but also large dorayaki nearly 20 cm in diameter under the product name mikasa . however , starting with goshiki dorayaki ( the bean paste is made of five different kind beans ) sold at akanemaru honpo dainagon ltd. in osaka , there are also many local products sold under the name dorayaki in the kansai region . there are also examples of cakes which differ in shape to the commonly known dorayaki which are sold under the name dorayaki . one example is the dorayaki sold by ' sasaya iori ' at ' kobo-ichi fair ' at to-ji temple , kyoto city , which has bean paste drawn into a stick shape and surrounded with baum kuchen . the product name at the long-established cake shop called ' bunmeido ' is ' mikasayama . ' it is also said that this is the origin of the use of the name ' mikasa ' in the kansai region . dorayaki are also known as the favorite food of the cat robot which is the main character in the comic animation ' doraemon ' ( created by fujiko f. fujio ) and for people born between the 1960 's and 1980 's , the term dorayaki usually conjures up the image of doraemon . as a result , licensed products have been manufactured and sold including in the past dorayaki named after doraemon by yamazaki baking co . , ltd. and other companies and since 2000 bunmeido has sold dorayaki with a doraemon mark called " doraemon dorayaki " around march and september each year . moreover , in the creation of " doraemon " dorayaki appears written in different ways . usually azuki bean paste is used , but sometimes dorayaki also contains chestnuts or sticky rice . also , recently alternative dorayaki are also made called ' nama-dora . ' this type contains fillings such as fresh cream , custard cream or chocolate cream instead of azuki bean paste , and also jam or chopped fruit and resembles waffles . they are sometimes sold refrigerated or frozen to preserve freshness . if frozen , they are defrosted naturally or microwaved before eating . +the term " maiko " refers to a young geisha or a geisha apprentice . " maiko " is the name used in kyoto prefecture ( also in osaka , and nara prefectures , etc ) . it corresponds to " hangyoku ( child geisha , apprentice entertainer ) " or " oshaku ( person pouring alcohol for guests or customers ) " in the kanto region . because the term , " geisha , " is used in edo ( old name for tokyo ) , it needs to be distinguished . maiko in kyoto the maiko who performs dancing in kyoto the " maiko ( 舞妓 ) " was written as " maiko ( 舞子 ) " in past times , and she learned customer service skills at ozashiki ( banquets in which guests were attended by geisha ) at the age of 9 - 12 and stood on her feet through the training of entertainment , but now no young girls can become maiko until she graduates junior high school in accordance with the revision of the child welfare act and the labor standards law after the war . usually , after a ' training ' period from a half to two years , maiko wear a sash of ' handarari , ' which is half as long as darari no obi ( long draping sash ) as ' an apprentice ' for a month and trains herself with senior geisha at a tea house . if admitted by the mistress of the geisha dwelling and the tea house association , she can debut as a new maiko ( ' misedashi ' ) . at ozashiki and on the stage both geisha and maiko are heavily-powdered with shironuri ( white makeup ) , but while a geisha usually wears a wig , maiko dresses her hair in traditional japanese style and wears a gorgeous ornate hairpin , tsumami-kanzashi ( a decorative hair pin ) featuring something like flowers of each season . the hair style of maiko at the early stage is ' wareshinobu , ' which turns to be ' ofuku ' in a few years later , and 1 - 4 weeks before erigae ( promoted to a full-fledged geisha ) she dresses ' sakko fashion ( maiko 's hairstyle ) ' and puts teeth black ( she does not paint eyebrows , which can be regarded as the custom of hangempuku ( attaining womanhood informally ) continuing still now ) . many maiko are promoted to full-fledged geisha around the age of 20 . in accordance with the public stance that she is an apprentice because she is young , maiko surely wears a long-sleeved kimono pulled in a tuck at the shoulders and sleeves . since maiko wear gaudy costumes such as pokkuri ( koppori or ' okobo ' in kyoto , girl 's lacquered wooden clogs ) and darari no obi , it could be said that maiko is a more representative figure at red-light districts in kyoto and vicinity , rather than geisha . maiko is mainly in charge of dancing at ozashiki and performs the dancing of kyomai inoue school in gion kobu district and other dancing such as the wakayagi school in other districts . she is trained to use the kyoto dialect without regard to her origin , and consequently , maiko is often treated as if she is a symbol of kyoto . the main business is entertainment at a tea house , but recently other business such as tv appearance , visiting care facilities or hospitals and going abroad are increasing . the red-light district which was a closed space of ' no first-time customers ' seemed to have gradually opened its doors to outsiders . in fact , it is said that some geisha dwellings which have no maiko are recruiting applicants for maiko through the internet . at present it is the five red-light districts of gion kobu , miyagawa-cho , gion higashi , ponto-cho , and the kamishichiken districts , where there are maiko in kyoto . the number of applicant for maiko is increasing , partly because of the recent boom . however , a girl who becomes a disciple of maiko only because of her yearning feelings often resigns , because she can not bear the old-fashioned severe training of the feudalistic red-light district . therefore , it is future task how to keep highly qualified maiko and geisha in the red-light districts . in sakata city ( yamagata prefecture ) there are young geisha who are called maiko , written as ' 舞娘 , ' but their costumes are different from those of maiko in kyoto . in yamagata city there are also yamagata maiko who are the same as above . they also appear in the hanagasa-matsuri festival . in the area of awara-onsen hot spring in awara city , fukui prefecture , a maiko appeared three years ago for the first time in 38 years . at present there are two maiko . they wear the same dress as the maiko in kyoto with hikizuri no kimono and darari no obi , but they have wigs instead of doing their own hair ( sometimes they have their hair done up ) . the red-light district in genrinin-cho , nara city , has continued somehow and there are only 14 geisha including one new maiko ( with the same kimono of maiko in kyoto ) who appeared on may 28 , 2006 . the maiko puts on ohiki no furisode ( long-sleeved kimono ) , darari no obi , hana kanzashi ( flower featured hair pin ) on her hair dressed to japanese coiffure of kyoto style and okobo , which are the same as those of maiko in kyoto . in osaka city there were maiko before the war . their characteristics were like the way of a winding sash was tateya ( vertical arrow ) like female servant ( a winding way called ' yagiccha ' ) . in addition , their hair style was not hikibin ( a style of sideburns ) of the kyoto style , but was dashibin ( a style of sideburns ) from the edo style . in the kitashinchi district there is presently a movement to restore maiko . in the area of arima-onsen hot spring in kobe city , new recruits after finishing high school are called maiko ( hangyoku ) . they wear kimono of tsume sode ( a kind of sewing sleeves ) but tucked at the shoulders in the same way as in kyoto and they wear hanakanzashi on a wig . unlike in kyoto , in any other red-light district it is regulated that maiko should be more than 18 years old ( high school students are prohibited ) to appear at ozashiki . +" basyaku " was a road hauler who transported goods by horse . it had flourished mainly from the muromachi period to the sengoku period ( japan ) . the way to haul goods was to put goods on a horse 's back , which a person followed . it thrived collectively around the key areas of amphibian transport such as otsu , sakamoto , and yodo and the towns along main streets , and carried the shipped goods to the large markets at kyoto and nara prefectures in those days . in the muromachi period because of its organizational power and the ease-of-getting information the bashaku played the central role at the riots in which the tsuchi-ikki in shocho era and the tokusei-ikki in kakitsu era were famous for , and in the latter the bashaku in omi province who were taken under hieizan enryaku-ji temple that was attacked by the riot seceded from the riot force so that the bashaku power itself was split . in addition , in the tembunhokke rebellion when the enryaku-ji temple led the repression , the bashaku launched the economic blockade of kyoto which was ruled by hokke sect in buddhism , blocking the checking station to kyoto . the bashaku described in ' ishiyamadera engi emaki ' is famous . as another carrier in those days , shashaku that used an ox train is known . +" historic monuments of ancient kyoto " is a collective term of the temples in kyoto city and uji city , kyoto prefecture and otsu city , shiga prefecture . they were registered as world heritage sites ( cultural heritage ) of united nations educational , scientific , and cultural organization ( unesco ) in 1994 . kamowakeikazuchi-jinja shrine ( the kamigamo-jinja shrine ) kamomioya-jinja shrine ( the shimogami-jinja shrine ) to-ji temple kiyomizu-dera temple enryaku-ji temple daigo-ji temple ninna-ji temple byodo-in temple ujikami-jinja shrine kozan-ji temple saiho-ji temple ( koke-dera temple ) tenryu-ji temple rokuon-ji temple ( kinkaku-ji temple ) jisho-ji temple ( ginkaku-ji temple ) ryoan-ji temple nishi hongwan-ji temple nijo-jo castle specifically as follows : ( 2 ) kyoto had been the center area in the development of religious and nonreligious architecture and garden planning from the 8th to the 17th centuries . therefore , kyoto had played the decisive role to create cultural tradition in japan , and in especially in the area of gardening it had influenced the other regions of the world significantly after the 19th centuries . ( 4 ) the concentration of architecture and gardening design in the existing cultural properties shows mostly this aspect of premodern japanese material culture . as time passes from registration , the environment and the landscape has deteriorated , and consequently , a plan for additional registration of heritage sites around kyoto city is being promoted . in particular , following temples show a positive attitude , the local government of kyoto city aims at the additional registrations of kyoto-gosho palace and the sagano-arashiyama area . chion-in temple daitoku-ji temple eikando , zenrin-ji temple ( kyoto city ) in addition , followings are also being discussed . higashiyama area ( kyoto prefecture ) katsura rikyu imperial villa shugaku-in imperial villa +basic information : emperor the emperor go-daigo , born on november 2 , 1288 , and died on september 19 , 1339 , was the 96th emperor . posthumous name : takaharu in october , 1926 , an imperial prescript was issued and the imperial genealogy was rewritten to change his title from the 95th to the 96th emperor . emperor go-daigo is the 2nd son of emperor go-uda , belonging to the daigakuji-to lineage . his real mother was an adopted daughter of the naidaijin morotsugu kazanin , named daitenmonin fujiwara no tadako ( her real father was sangi , tadatsugu itsutsuji ) . he was born on november 2 , 1288 , and was declared as an imperial prince in 1302 . in 1304 , he was given the official title , daizainosochi , and called " sochinomiya . " in 1308 , he presented himself as the crown prince for the emperor hanazono , who belonged to the jimyoin-to lineage , and by the abduction of the emperor hanazono in march 29 , 1318 , he succeeded to the throne on april 30 of the same year when he was only 31 years old . during the first three years since his enthronement , the abdicated emperor go-uda , his father , continued the rule . in the daikakuji-to lineage , the emperor go-daigo had been considered from the beginning as a caretaker emperor , and his enthronement was conditional , to be terminated at the time when the prince kuniyoshi , son of the late emperor go-nijo ( his elder brother ) , would be grown up . emperor go-daigo 's discontent grew stronger , because , as a caretaker emperor , succession by his sons was precluded from the beginning . this dissatisfaction lead him to feel hostile toward the kamakura shogunate that arbitrated this arrangement . the discovery of the emperor 's plan to overthrow the kamakura shogunate in 1324 provoked the shochu incident , and the rokuhara tandai ( the agency for safety and judicial affairs ) disposed of the close vassals of emperor go-daigo , including suketomo hino . after the incident , the shogunate did not punish the emperor . even after this frustrating incident , the emperor , who formed a plot to overthrow the shogunate , closely associated with monks such as monkan of godai-ji temple and enkan of hossho-ji temple . in 1329 he offered a prayer in private wishing for control over the kanto district , with the excuse that the prayer was for his wife 's easy delivery . with this excuse he made use of visits to temples in the northern part of kyoto , such as kofuku-ji temple and enryaku-ji temple , to make contact with influential religious persons . however , since around this time , a split of the aristocrats into the imperial faction and the prince kuniyoshi faction began to be visible , and the imperial faction was caught in a difficult situation because the jimyoin-to lineage and the bakufu ( shogunate ) supported the latter faction . after the death of the prince kuniyo , the pressure on emperor go-daigo to abdicate intensified . in 1331 , his plan to overthrow the shogunate was again discovered because of the betrayal of his close associate , sadafusa yoshida . the emperor sensed danger , and quickly decided to leave the imperial palace with the three sacred treasures of japan , raised an army and secluded himself in a castle in mt . kasagi in kyoto ( today 's kasagi town , soraku district , kyoto prefecture ) . the castle , however , fell to the attacks of the shogun 's army and he was arrested . this was called the " genko incident " . in the following year , 1332 , he was exiled to the oki island , and the bakufu ( shogunate ) , in turn , enthroned emperor kogon , who was planned to succeed to the throne after prince kuniyoshi . during this period , anti-bakufu insurgents ( akuto ) , such as prince moriyoshi ( a son of the emperor go-daigo ) , masashige kusunoki of kawachi province , and norimura akamatsu ( enshin ) , were active in their sphere of influence . in this situation , emperor go-daigo escaped from oki island with the help of nagatoshi nawa and his family , and he raised an army at mt . senjo , hoki province ( present day kotoura town , tohoku district , totori prefecture ) . takauji ashikaga , who was dispatched by the shogunate , however , stood by the emperor and attacked rokuhara tandai . soon after that , yoshisada nitta , who raised an army in eastern japan , defeated the kamakura shogunate and ruined the hojo family . returning to kyoto , emperor go-daigo denied the legitimacy of emperor kogon 's reign and started the kenmu restoration . he also appointed his son , who had been considered illegitimate , to be the successor , excluding the son of his elder brother ( the late emperor go-nijo ) , who was in the direct line of daigakuji-to , although emperor go-daigo himself belonged the same lineage , in order to that his direct descendants might monopolize the privileges of the imperial lineage . his such a pretension produced conflicts not only with the jimyoin-to lineage , an opposition imperial lineage , but also with some within the daigakuji-to lineage , who were supposed to be on his side . the kenmu restoration appeared to be a reactionary movement , but was in fact an old and ignorant imperial dictatorship , and most of the measures introduced , such as aristocracy-centered political management that excluded the samurai , sudden reforms , inability to handle lawsuits for land , inequality in rewards , and the unreasonable daidairi construction plan , caused discontent in various sectors , especially in the samurai class . as a consequence , criticism of the government for its incompetency grew , as was evidenced in the famous nijogawara graffiti , and the government completely lost power over the public . in 1335 , takauji ashikaga , who had traveled to eastern japan without obtaining an imperial edict in order to suppress the nakasendai rebellion , became disaffected with the new government and privately rewarded the swordsmen who had accompanied him to suppress the rebellion . emperor go-daigo ordered yoshisada nitta to track takauji down . although yoshisada was defeated at the battle of takenoshita in hakone , he fought back the ashikaga 's army in kyoto in cooperation with masashige kusunoki and akiie kitabatake , among others . takauji fled to kyushu , but after reconstructing his army , he again approached to kyoto in the following year , with a decree previously obtained from the abducted emperor kogon . masashige kusunoki proposed to the emperor go-daigo to reconcile with takauji ashikaga , but the emperor refused it and ordered yoshisada and masashige to track down takauji . however , the army of yoshisada nitta and masashige kusunoki was defeated at the battle of minatogawa , where masashige was killed , and yoshisada fled to kyoto . when the army of ashikaga entered in kyoto , the emperor go-daigo escaped to mt . hiei and fought back . however , the emperor accepted the reconciliation proposed by ashikaga , and he handed over the three sacred treasures to takauji . takauji ashikaga , backed by the emperor komyo of the jimyoin-to lineage , opened a new legitimate shogunate with the enactment of a new political platform called kenmu shikimoku . the emperor go-daigo left kyoto and opened the southern court in the mountains of yoshino ( yoshino town , yoshino district , nara prefecture ) , based on the insistence that the three sacred treasures handed over to takauji were imitations . in this way , the northern and southern courts period started with the coexistence of the kyoto imperial court ( northern court ) and the yoshino imperial court ( southern court ) at the same time . emperor go-daigo dispatched his sons to strategically important places to oppose the northern court , princes takayoshi and tsuneyoshi to hokuriku accompanied by yoshisada nitta , prince kaneyoshi to kyushu as seiseishogun ( general in charge of the western conquest ) , prince muneyoshi to the east and emperor go-murakami to mutsu province , respectively . however , before he was able to rally from that inferior position , he fell ill and after abdicating the throne to the prince noriyoshi ( later emperor go-murakami ) on august 15 , 1339 , died at konrin-ji temple the next day , leaving as his last will the defeat of his imperial enemy and the recapture of kyoto . he died in the 52nd year of his life ( age at death : 50 ) emperor go-murakami , who resided in sumiyoshi angu , held a large memorial service for emperor go-daigo at shogonjodo-ji temple , the family temple of the tsumori family whose members had served as chief priests of the sumiyoshi grand shrine , the family shrine of the southern court . similarly , takauji ashikaga constructed tenryu-ji temple in kyoto and dedicated it to the memory of emperor go-daigo . son of emperor go-uda of the daikakuji-to lineage . his mother was an adopted daughter of the naidaijin morotsugu kazanin , named daitenmonin fujiwara no tadako ( her real father was a sangi , tadatsugu itsutsuji . ) . in this period , chikafusa kitabatake already criticized this new politics in his book , jinno shotoki ( chronicles of the authentic lineages of the divine emperors ) , from a conservative aristocratic perspective . in those days , the evaluation that emperor go-daigo was an illegitimate sovereign was firmly established , and in dai nihonshi , which mitsukuni tokugawa began to compile , there is a section recognizing that emperor go-daigo was illegitimate based on the foundation that the southern court was legitimate . in tokushi yoron , the author , hakuseki arai , placed emperor go-daigo at the end of his list of responsible emperors , based on his historical view that the accumulated immorality of successive emperors lead to the appearance of samurai government . in sanyo rai 's ' nihon gaishi ' , although he criticizes emperor go-daigo , he makes a positive evaluation of his government shortly after coronation . tsunetada konoe nobufusa madenokoji chikafusa kitabatake sadafusa yoshida suketomo hino toshimoto hino tadaaki chigusa kiyotada bomon takasuke shijo saneyo toin monkan enkan he emulated the reign of emperor daigo , whose era , called " enki no chi " ( reign of enki ) , was considered an era of emperor-oriented government although the emperor 's posthumous name or honorary name is generally given after his death , he named himself " go-daigo " after emperor daigo . this arrangement is called " willed posthumous name , " and has been common since the era of the emperor shirakawa . " go-daigo " is categorized as an honorary name ( in some cases the honorary name is considered a type of posthumous name , but strictly speaking , these two are different ) . after the emperor passed away , within the northern count several " ingo , " honorary posthumous buddhist names , that included a chinese letter 徳 ( toku ) were proposed to dedicate him , such as sutoku-in , antoku-in , kentoku-in , juntoku-in , but finally the name " go-daigo " was dedicated , respecting his will in life as the southern court did . there is another account that says that the honorary posthumous buddhist name of the emperor was " gentoku-in " after the then era name , " gentoku . " based on the assumption that the northern court was legitimate , there is an idea that he should be called gentoku ( gentoku-in ) for the first half of the period ( until the genko incident ) and go-daigo ( go daigo-in ) for the latter half ( from his return to kyoto and the new government of kenmu to the enthronement of the emperor komyo ) ; however , considering that " the once abdicated emperor go-daigo returned to the throne after an interval of the era of emperor kogon , " this is only a personal opinion . empress ( chugu ) : kishi saionji ( 1303-1333 ) , a daughter of sanekane saionji princesses princess kanshi , future empress of kogon ) empress ( chugu ) : princess junshi ( 1311-1337 ) , a daughter of the emperor go-fushimi princess yukiko court lady : fujiwara no yoshiko , a daughter of michihira nijo imperial court lady : ichijo no tsubone , of yugimonin , a daughter of sanetoshi fujiwara prince tokiyoshi prince josonho imperial princess ( emperor 's daughter ) court lady : yasuko ano ( 1302-1359 ) , daughter of sanekado ano prince tsuneyoshi ( 1325-1368 ) prince nariyoshi ( 1326-1344 ) prince yoshinori : future emperor go-murakami ( 1328-1368 ) princess shoshi , future saigu princess koreko court lady : minamoto no shinshi ( ? - ? ) , daughter of minamoto no morochika prince morinaga ( 1308-1335 ) prince kaneyoshi ( 1329-1383 ) prince mitsuyoshi kosho prince seijo prince honin prince genen prince saikei prince tomoyoshi sonshin mumongensen ( 1324-1380 ) court lady : fujiwara no tameko , daughter of tameyo nijo prince takayoshi ( 1311-1337 ) prince muneyoshi ( 1312-1385 ) princess keishi ( 1326 ? -1339 ) princess kinshi court lady : koto no naishi , daughter of minamoto no tsunesuke imperial princess ( emperor 's daughter ) court lady : saemonnokami no tsubone of yugimonin , daughter of tametada mikohidari imperial princess ( emperor 's daughter ) court lady : minbugyo sanmi , daughter of tsunemitsu hino ? princess hishi court lady : gon-chunagon no tsubone princess sadako court lady : daughter of mototoki hojo imperial princess ( daughter of the emperor ) court lady : minbugyo no tsubone imperial princess ( emperor 's daughter ) , spouse of mototsugu konoe court lady : yamashina saneko imperial princess ( emperor 's daughter ) court lady : kintoshi toin princess yuko court lady : bomon no tsubone imperial princess ( emperor 's daughter ) court lady : gon dainagon sanmi no tsubone , daughter of tamemichi nijo imperial princess ( emperor 's daughter ) court lady : dainagon naishinosuke , daughter of moroshige kitabatake court lady : tsunetomo sesonji her real mother is unknown yodoni ( ? -1396 ) , the 5th chief priest ( nun ) of tokei-ji temple in the names of the princes of the emperor go-daigo , the inherited letter " 良 " is used . from a long time ago there has been an argument about whether it was pronounced " naga " or " yoshi . " in old days , the prince 's name 護良 was often pronounced as " morinaga . " for example , the kamakura-gu shrine that enshrines the prince , calls him prince morinaga , saying that " moriyoshi " is an mistaken pronunciation of the enshrined deity 's name . the shrine insists that the pronunciation of " morinaga " is correct because the shrine was built at the order of emperor meiji , and its name , kamakura-gu , as well as the enshrined deity 's name prince morinaga , were set in the name of the emperor meiji . in the directory of imperial tombs , referring to the tomb of the prince ( located in nikaido , kamakura city and now managed by the imperial household agency ) , there is a pronunciation guide that says the letters inscribed on the gravestone are pronounced " morinaga shinno no haka " ( tomb of the prince morinaga ) , the same annotation as at kamakura-gu . as for the pronunciation guide that says to pronounce his name as " morinaka , " it is said that the directory is based on the reading guidebook , kikunsho , which is said to have been written by kaneyoshi ichijo . at iinoya-gu shrine , where his younger brother is enshrined , the deity 's name is pronounced as " kanenaga shinno ( prince munenaga ) , " and not " muneyoshi . " at yatsushiro-gu shrine , where another younger brother is enshrined , the deity 's name is pronounced as " kanenaga shinno ( prince kanenaga ) , " and not " kaneyoshi . " at kanegasaki-gu shrine , where his elder brother and younger brother are enshrined , the deities ' names are pronounced respectively as " takanaga shinno ( prince takanaga ) " and " tunenaga shinno ( prince tunenaga ) , " and neither " takayoshi " nor " tuneyoshi . " in conclusion , all of the four shrines where the princes of emperor go-daigo are enshrined as deities adopt the reading " naga " for the letter 良 . these shrines were under the control of jingikan , a governmental institution in charge of shinto affairs , and categorized as " kanpei-sha " ( shrines served by jingikan ) , and therefore , it can be thought that jingikan had established the rule to pronounce the letter 良 as " naga . " however , recent historical research has revealed the following facts : the oldest extant guide , kikunsho is a written copy made in 1681 , and the instruction to pronounce as " morinaka " has not been proven to have been written by kaneyoshi ichijo himself . in a written copy of teikeizu , a historical document written in the same period as kikunsho , the prince 's name that should have been written as 儀義 was miswritten as 義儀 , therefore , it can be surmised that his name was pronounced as " noriyoshi . " in jinno hyakudai gumyoki " ( a compendium of successive emperors ' names ) , the emperor 's name 義良 is written as 儀良 with the instruction to pronounce as " noriyoshi . " in part of a written copy of masukagami , the name of the prince 世良 is accompanied by an instruction to read as " yoyoshi , " and the name of prince 尊良 has an instruction to pronounce as " takayoshi . " based on such evidence , current thought is negative regarding pronouncing the letter 良 as " naga . " bunpo : february 26 , 1318-april 28 , 1319 geno : april 28 , 1319-february 23 , 1321 genko : february 23 , 1321-december 9 , 1324 shochu : december 9 , 13241-april 26 , 1326 karyaku : april 26 , 1326-august 29 , 1329 gentoku : august 29 , 1329-august 9 , 1331 genko : august 9 , 1331-january 29 , 1334 kenmu : january 29 , 1334-february 29 , 1936 engen : february 29 , 1336-august 26 , 1939 vassals izumi santo kenmu nenchu gyoji : a compendium of professional functions written using the japanese notation system later on , it was often used in the imperial court . this book is renowned as a historical document about the imperial protocol in the middle ages , about which much is still unknown . it is compiled in the public affairs section of gunshoruiju ( a catalogue of classified books ) . his imperial tomb is a round-shaped mound called " tono-ono-misasagi " and situated within the nyorin-ji temple at yoshinoyama , yoshino town , yoshino district , nara prefecture . although imperial tombs are generally constructed facing the south , the tomb of the emperor go-daigo faces north . it is said that this represents emperor go-daigo 's strong desire to go back north to kyoto . according to a classic history book , taiheiki , the last words of the emperor go-daigo were " even though my body might be covered with moss in the junanzan mountain , my soul is always keen for the sky of the north . in 1889 the yoshino shrine dedicated to the emperor go-daigo was constructed in yoshino town . all emperors are enshrined in the " korei-den " ( imperial mausoleum ) , one of the " kyuchu san-den " ( three imperial sanctuaries ) , on the premises of the imperial palace . furthermore , at soji-ji temple ( tsurumi ward , yokohama city , kanagawa prefecture ) , which emperor go-daigo allowed to use purple vestments and designated a kanji ( official temple ) , there is a mausoleum where emperor go-daigo 's statue and mortuary tablet , etc are installed . this mausoleum was constructed in 1937 to commemorate the 600th anniversary of emperor go-daigo 's death . kenmugikai ed . ( sep . , 1939 ) . emperor go-daigo hosan essay collection . shibundo . hiraizumi , kiyoshi . ( june . 1970 ) . meiji no genryu . jiji press ltd . muramatsu , takeshi . ( 1981 ) . teio go-daigo " chusei " no hikari to kage . chuko bunko . isbn 4-12-200828-x . amino , yoshihiko . ( 1993 ) . igyo no oken . heibonsha library . isbn 4-582-76010-4 . mori , shigeaki . ( 2000 ) . go-daigo tenno : nanboku-cho doran o irodotta hao . chuko shinsho . isbn 4-12-101521-5 . sato , kazuhiko. and kunio higuchi . ( eds . ) ( 2004 ) . go-daigo tenno no subete ( all about emperor go-daigo ) shin-jinbutsuoraisha . isbn 4-404-03212-9 . taiheiki , nhk taiga drama . ( actor : nizaemon kataoka the 15th ) . sawada , hirofumi . sanzokuo . , which is a historical comic that describes the northern and southern courts period . here he is described as an emperor with dignity recognized even by masashige kusunoki . asamatsu , ken . jakyoku kairo . igyo collection vol . 33 " haunted houses " kobunsha , 2005 . appeared in " the world , " which was born out of emperor kogon 's staff . because of a grudge against emperor kogon , he changes into a vengeful spirit sprinkling flames like an active volcano , and chases ikkyu , who stood in for emperor kogon . +personal information of emperor shirakawa emperor shirakawa ( 7th july 1053 - 24th july 1129 ) was the 72nd emperor . shirakawa came to power on the 18th january 1073 and reigned until 5th anuary 1087 . his posthumous name was sadahito . shirakawa was the first son of emperor go-sanjo who had little maternal relationship with the fujiwara five regent houses , and his mother , nyogo , fujiwara no moshi / shigeko was from fujiwara kaninryu , the daughter of chunagon fujiwara no kinnari , and the adopted daughter of togu daibu fujiwara no yoshinobu . his half sister was princess tokushi / atsuko ( empress of horikawa ) genealogy when he was young , he and his father were snubbed due to their background , but after his father was enthroned in 1068 ( jiryaku 4 ) , he was proclaimed a shinno ( imperial prince ) and became imperial prince sadahito . in 1069 he became crown prince , and became an emperor three years later , when he was twenty years old . a kanpaku was assigned , but shirakawa attempted to rule directly like his father had done , after his father , the retired emperor , died of illness in 1070 ( jiryaku 5 ) , and also attempted to regulate the shoen ( manor ) system thereby trying to weaken the influence of the regent / kanpaku houses . go-sanjo-in and go-sanjo-in 's mother , yomeimon-in , wished for shirakawa 's younger half brother , prince sanehito ( heian period ) and then sanehito 's younger brother prince sukehito to succeed to the throne , and upon abdication to shirakawa , prince sanehito was decided to become crown prince . shirakara repelled against this and later prince sanehiro died from illness in 1085 ( otoku 2 ) . as a result , in november , 1086 ( otoku 3 ) , shirakawa proclaimed his own eight year old son , prince taruhito ( 73rd emperor horikawa ) to be the crown prince instead of prince sukehito and shirakawa abdicated immediately . retired emperor shirakawa , who became daijo tenno , acted as the guardian of the young emperor , and ruled personally as shirakawa-in , and this style of government became known as insei system ( cloistered style ) . through such system , although the sessho and kampaku offices continued , they did not have actual power to rule the government . shirakawa continued to have exert power even after emperor horikawa turned twenty years old and he strengthened his despotic position by appointing aids from the juryro and samurai class . the samurai soldiers were assigned to such posts as the " hokumen no bushi " which was newly established to protect the retired emperor . shirakawa was a strict buddhist and he became a cloistered emperor with posthumous buddhist name of yukan after the death of his daughter in 1096 ( kaho 3 ) . shirakawa ordered the building of many temples and buddhist statues including the hossho-ji temple , and he took advantage of getting finance from juryo . after emperor horikawa died , shirakawa ruled using a cloistered government for forty three years through three generations of young emperors , until he died on 24th july 1129 ( 7th july taiji 4 ) , and he supported both his grandson 74th emperor toba and his great grandson 75th emperor sutoku . this is called " chiten no kimi " . the cloistered emperor shirakawa had supreme power , but it was said he mented that , he has no control over the following three things : 1 . waters of the kamo river ( tributary of the yodo river ) ( due to its flow and frequent flooding ) ; 2 . dice used in sugoroku ( different from current sugoroku , close to western backgammon ) , which was popular way of gambling at that time , with spots on the dice selecting winners / losers ; and 3 . yamaboshi ( monk soldiers from mt . hie enryaku-ji temple ) , which show that shirakawa had absolute control apart from these three things . shirakawa is also known for many relationships with women and the rumor that emperor sutoku and taira no kiyomori may be shirakawa 's illegitimate sons , was widely spread and believed at the time . empress , fujiwara no kenshi / kataiko ( 1057-1084 ) - the daughter of minamoto no akifusa and adopted daughter of fujiwara no morozane prince atsufumi ( 1074-1077 ) princess teishi / yasuko ( ikuhoumon-in ) , ( 1076-1096 ) , saigu princess reishi / yoshiko ( 1078-1144 ) , saiin prince taruhito ( emperor horikawa ) ( 1079-1107 ) princess shinshi / yoshiko ( tsuchimikadosaiin ) ( 1081-1156 ) nyogo : fujiwara no doshi / michiko ( 1042-1132 ) was the daughter of fujiwara no yoshinaga princess yoshiko ( rokkaku saigu ) . ( 1076-1131 ) naishinosuke : fujiwara no keishi / tsuneko , was the fourth daughter of fujiwara no tsunehira , and later became wife of fujiwara no kinsada prince kakugyoho ( 1075-1105 ) ninna-ji monzeki minamoto no moroko ( 1070-1148 ) was the daughter of minamoto no akifusa and later became wife of fujiwara no tadazane . prince kakuhoho ( 1092-1153 ) - ninna-ji monzeki minamoto no raishi / tomoko was the daughter of miinamoto no yoritsuna princess miyako ( 1090- ? ) , kamo saiin daughter of fujiwara no suezane kasuga-dono - was the daughter of fujiwara no morokane and later became wife of fujiwara no munemichi prince shoeho ( 1094-1137 ) bizen was the daughter of minamoto no arimune engyo ( 1128- ? ) daughter of minamoto no masanaga gyokei ( 1101-1165 ) - daisojo gion no nyogo sister of gion no nyogo - later on she became wife of taira no tadamori ro no onkata - was the daughter of fujiwara no michisue and later on became wife of fujiwara no saneyoshi ureshiki ( kamo nyogo ) - the daughter of sigesuke kamoagatanushi iwaiwo ( kamonyogo ) - daughter of igesuke kamoagatanushi the tsuigo of shirakawa-in comes from the name of the residence from which he conducted his cloistered rule after abdicating the throne ( sometimes tsuigo is considered to be a type of pothumous name , however strictly speaking these are two different names ) . shirakawa was also named rokujotei . he was named emperor shirakawa in and after taisho period . enkyu eiho otoku the emperor was entombed in jobodaijin no misasagi located in takedajobodaiincho , fushimi district , kyoto city . near this jobodaiin , there is another poossible place that shirakawa was entombed in , which is regulated by the imperial household agency as ryobo sankouchi . all the past emperors are enshrined in koreiden , one of the three palace sanctuaries . emperor shirakawa initially wished to be buried after his death , and often mentioned this to his people , but he suddenly ordered to be cremated , when he learnt that the body of fujiwara no moromichi , who was buried , was in the danger of being humiliated by monk soldiers of kofuku-ji temple , who were known to be opposed to moromichi when moromichi was alive , and planned to attack and open moromichi 's grave . it is said the emperor 's body was cremated in the kita district , kyoto city at a crematorium , monument of which still exists near the kinkaku elementary school . kei mikawa " cloistered emperor shirakawa – the emperor who started cloistered rule " published by japan broadcast publishing association in 2003 . isbn 4140019735 " the new tale of the heike " 1955 ( movie directed by kenji mizoguchi , shirakawa played by eijiro yanagi ) " the new tale of the heike ( nhk taiga drama ) " 1972 nhk taiga drama shirakawa played by osamu takizwa . +emperor uda ( june 14 , 867 - september 8 , 931 ) , the fifty-ninth japanese emperor , was in power from december 9 , 887 to august 8 , 897 . the last name is sadami . emperor uda was the seventh prince of emperor koko . his mother was empress dowager hanshi-joo , who was the daughter of emperor kammu 's son , imperial prince nakano . although he once left the imperial family and was granted the surname of genji and called minamoto no sadami , he returned to the imperial family on august 29 , 887 with the help of kampaku , chief adviser to the emperor , fujiwara no mototsune , and became a prince on august 30 , 888 . this is strongly related to the fact that emperor uda was the adopted son of naishi no tsukasa fujiwara no yoshiko , who was mototsune 's half-sister . he became emperor on november 21 , the day emperor koko passed away due to ill health . the first child , imperial prince atsugimi ( later called emperor daigo ) , was the son of nyogo ( empress dowager zo ) , fujiwara no inshi ( taneko ) . fujiwara no inshi was one of the wives of emperor uda when he was young , and was a daughter of naidaijin fujiwara no takafuji . the nyogo were fujiwara no inshi , fujiwara no onshi ( yoshiko ) , tachibana no gishi ( noriko ) , sugawara no enshi ( hiroko ) and tachibana no boshi ( fusako ) . fujiwara no onshi ( yoshiko ) was mototsune 's daughter and became one of the emperor uda 's wives after his enthronement . after nyogo fujiwara no inshi died of illness , imperial prince atsugimi was adopted and she became the prince 's wife when emperor daigo was enthroned . because she lived in higashi-shichijo-no-miya during the last part of her life , she was also called higashi-shichijo-ko or shichijo-ko . shinjaku-hosshinno was the son of tachibana no gishi ( noriko ) , whose wife was the daughter of sugawara no michizane ; the name became apparent years later , when sugawara no michizane had a false charge brought against him . sugawara no enshi ( hiroko ) was a daughter of sugawara no michizane . there are many princes and princesses . most of emperor uda 's grandchildren were granted the surname genji and left the imperial family . the genji clan , which originated from the emperor uda family , is called uda-genji ; those who came from the genji group of fujiwara no inshi 's daughter , imperial prince atsumi , had the most power . minamoto no masanobu , imperial prince atsumi 's son , became sadaijin ; his daughter , minamoto no rinshi , was a wife of fujiwara no michinaga and mother of emperor ichijo chugu fujiwara no shoshi and kampaku fujiwara no yorimichi . the lords of the imperial palace who kept their positions were the ayanokoji family and the sasaki clan , who were descendents of the masanobu , who had originally moved to ohmi and were indigenized and gave themselves the name sasaki . genealogy the emperor appointed fujiwara no tokihira and sugawara no michizane to positions of trust ( kampyo-no-chi ) . the construction of the ninna-ji temple was ordered by emperor uda in 888 . the imperial throne was passed to emperor daigo , and later emperor uda became a high priest at ninna-ji temple . in the old days it was believed that emperor uda came to power due to his strict buddhist belief ; however , one recent theory says the reason was that dominant political control had been taken away from the fujiwara clan , or that it was done to stop the complaints from the royal families after emperor uda came into power by coming back to the imperial family , although he had become an allegiant ( as indicated by the retired emperor yozei in his remark in " okagami ( the great mirror ) , " which is described below ) . emperor uda mentioned in " kampyo-goyuikai " / " kampyo-no-goyuikai ( a group of precepts for governing ) " that he was greatly shocked by the death of udaijin , minamoto no yoshiari , which could have been one of the reasons he left the throne . on the other hand , the relationship with the retired emperor yozei was tense . according to an anecdotal story in " okagami ( the great mirror ) , " the retired emperor yozei said that emperor uda used to serve him . it is also said to have been a big headache for the retired emperor uda as emperor yozei had tried to restore his government . according to the " chousyu-ki " ( an article of june 7 , 1135 ) written during the hoei period , when the retired emperor yozei had tried to enter the palace , emperor uda forbade the retired emperor yozei from entering the palace without his permission ; however , later on emperor uda tried to enter the palace when the shotai-no-hen / shotai incident happened , and he tried to ask emperor daigo to stop sugawara no michizane 's degradation , but could not do so because of the regulation that he himself had made . this was an example of a member of the imperial family who abdicated and then returned and became the emperor because there was no one to succeed the enthronement ; it is said that the event of emperor uda 's enthronement could have been set up by fujiwara no yoshiko and mototsune , although imperial prince motoyoshi was still alive . a power struggle occurred after the young emperor uda was enthroned , when he and yoshitsune , who wanted control over the emperor , fought against each other in the " ako affair . " although the affair was settled by emperor 's concession , the emperor was smarter than mototsune believed he was , and he changed the government into the " shinse " style ; for example , he appointed sugawara no michizane to a position of trust . the emperor uda wrote " kampyo-goyuikai " / " kampyo-no-goyuikai ( a group of precepts for governing ) " and " kampyo-gyoki ( emperor uda 's diary ) . " it is said that the emperor uda took actual control of the government while emperor daigo remained sick in his last years . some people said that " engi-tenryaku-no-chi , " which was supposed to be governed well by emperor daigo and emperor murakami , should be called " kampyo-no-chi , " since the actual politics were based on emperor uda 's ( priest in a high position ) style . there was a big waka ( japanese poetry ) ceremony called " teiji-in uta-awase , " which was held after emperor uda came to power , thus representing the great influence of the kokufu bunka ( japan 's original national culture ) . it is said that the name of emperor uda came from the place where he abdicated ( tsuigo is sometimes considered to be a type of posthumous name , but strictly speaking these are two different names ) ; however , he spent most of the time at ninna-ji temple omuro , teijino-in and rokujo-in ( though another theory says the reason was that emperor uda spent his childhood at uda-in , which was the house of his father , emperor koko , when he was the imperial prince ) . he was also called kampyo-hoo , teijinoin and dajo-emperor suzakuin . ninna kampyo the imperial mausoleum is located at ouchiyama no misasagi , in uda-no-tani , narutaki , ukyo-ku , kyoto city . all the emperors are enshrined in koreiden , one of the kyuchu-sanden ( three shrines of the imperial court ) . +emperor tenchi ( tenji ) male empress suiko ( 626 ) - emperor tenchi ( tenji ) ( january 10 , 672 ) the 38th emperor kokufu shigo is amemikoto hirakasuwake no mikoto / amatsumikoto sakiwake no mikoto the first name is kazuraki ( katsuragi ) . it is presumed that he was once called kazuraki no miko ( katsuragi no miko ) . he is generally known as nakano oe no oji ( naka no oe no miko ) . the " oe " means " prince , " and " nakano oe " means " second prince . " overview he was the second prince of emperor jome . the mother was takara no himemiko ( later called empress kogyoku ) . the empress was yamatohime no okimi , daughter of emperor 's half-brother , furuhito no oe no miko . the emperor tenchi ( tenji ) plotted a rebellion with nakatomi no kamatari and seized power in a coup to kill soga no iruka , by which his uncle emperor kotoku came to power and he became a prince . he established a new era--the taika--and made many reforms during this period ( he was a key person in the taika reforms and itsushi no hen ) . he devised a plan to trap an opposition group that included arima no miko , who might have caused a coup in the future , and they were executed . as baekje was destroyed by the silla ( kingdom ) and tang in 660 , the baekje prince , buyeo pung , who was staying at the imperial court , was sent back to his country to save baekje . the emperor stayed at tsukushi to send covert troops to baekje , but empress saimei died in 661 . eventually , the emperor took control of the government without having an enthronement ceremony , but then he was severely defeated in the battle of hakusukinoe and moved to otsu city to be enthroned in 663 . after the battle of hakusukinoe a castle surrounded by water was built , and noroshi and sakimori ( the conscript soldier system in the old days ) were organized to protect the territory . moreover , the system of ranking officials was changed from 19 levels to 26 levels . in 670 the first national family registry , " kogo-nenjaku , " was introduced . according to " chronicles of japan ( nihon shoki ) , " the emperor tenchi ( tenji ) wanted the first prince , otomo no miko , to be his successor . however , after the death of emperor tenchi ( tenji ) his brother , oama no miko ( emperor temmu ) , defeated otomo no miko in the jinshin war ( the jinshin disturbance ) and was enthroned . subsequently , emperor temmu 's ancestry remained in power until empress shotoku . after the death of empress shotoku , sirakabe no okimi , a grandchild of emperor tenchi ( tenji ) was enthroned as emperor konin and subsequently emperor tenchi 's ( tenji 's ) ancestry stayed in power . it is said that because emperor tenchi ( tenji ) took nukata no okimi away from oama no miko ( emperor temmu ) , he sent his four daughters to oama no miko ( emperor temmu ) to become princesses for an expiation . brief personal history born in 626 rittaishi ( the ceremony to institute the crown prince ) was held on july 15 , 645 . politics began without having an enthronement ceremony august 27 , 661 . the enthronement was held on february 23 , 668 . he died on january 10 , 672 at age 46 . ( according to " fuso-ryakki " , he died from an illness , but another explanation that has been offered is that he went missing in the mountains and that emperor temmu had him assassinated . ) it was one of the mysteries of the mid-seventh century that emperor tenchi ( tenji ) did not stay in power for a long time . various theories have been suggested in regard to the matter . this was the consideration for setting up emperor temmu 's backbone . there was an accepted theory that emperor temmu was a younger brother of emperor tenchi ( tenji ) , but this is denied ; another theory is that emperor temmu was aya no miko , whom empress kogyoku had before she married emperor jomei , and that he was an older half-brother of emperor tenchi ( tenji ) . it is apparent that emperor temmu was older than emperor tenchi ( tenji ) after tracing back their ages according to the emperor tenchi 's ( tenji 's ) age at death in " chronicles of japan ( nihon shoki ) " and the emperor temmu 's age at death in other history books . the information is consistent in the same historical records , and there are eight to nine years of age difference between the two emperors . some people say that emperor temmu 's age was purposely falsified since it was an embarrassing fact that the younger brother became the emperor before his older brother even though they are half-brothers with the same mother ; but some argue that according to " chronicles of japan ( nihon shoki ) , " emperor temmu 's age was 16 when his father , emperor jomei , was enthroned , but it was said that he was 16 when his father died . therefore , the emperor 's real year of birth is 614 , according to the royal family tree ( honcho-koin-jounroku ) . it was usual to have no successor to the imperial throne for some period ( in fact , emperor tenchi ( tenji ) and empress jito , who were in power before and after emperor temmu , took control of the government without having an enthronement ceremony ) . some argue that this caused the errors in their ages . some people have said that because " chronicles of japan ( nihon shoki ) " and other indicated history books are edited in different years and they are different in character , they cannot be treated alike . " please refer to the section " the age of emperor temmu . " there is a theory that the isshi no hen was a coup caused by karu no miko ( emperor kotoku ) , in which naka no oe no oji ( naka no oe no miko ) lost his position . it has recently been indicated that naka no oe no oji ( naka no oe no miko ) and sogano iruka had a relatively good relationship and similar basic policies . this way there is no reason that naka no oe no oji ( naka no oe no miko ) would have assassinated iruka . because there is falsification in the definition of taika 's reform in " chronicles of japan ( nihon shoki ) , " this theory has become apparent . this theory gets a lot of attention because it can explain empress kogyoku 's abdication or the reason that the soga family ( except iruka ) was not displaced from politics after the coup . there is a theory that the enthronement of emperor tenchi ( tenji ) was delayed due to the complaints against his relationship with women . this is based on the theory that emperor kotoku sent a poem to his wife hashihito no himemiko ( emperor tenchi 's ( tenji ) sister with the same mother ) indicating that emperor tenchi ( tenji ) was having an affair with her , which is contained in " chronicles of japan ( nihon shoki ) . " in those days , romance and marriage were allowed between half-sisters and brothers from different mothers but not between half-brothers and sisters from the same mother ; however , in the comic story " tenjo no niji ( the rainbow in the sky ) , " by machiko satonaka , it is described that there was a romance involving this kind of forbidden love ; hashihito no himemiko was persuaded to marry with karu no miko ( emperor kotoku ) , but she kept the relationship with emperor tenchi ( tenji ) , and arima no miko was furious after knowing this and became angry at hashihito no himemiko . there is a theory that hashihito no himemiko ascended the throne as the princess of the previous emperor but one and became an empress after the death of empress saimei ; however , for some reason her name was erased from the record . in the man 'yoshu ( " the anthology of myriad leaves ) , " " nakatsusumera-mikoto " is considered to be hashihito no himemiko , and it is said that the one named " nakatsusumera-mikoto " was a temporary emperor until the enthronement of emperor tenchi ( tenji ) . if hashihito no himemiko was the same person as " nakatsusumera-mikoto , " there is a question why only she had this special name ; alternatively , it is said that this name could have been for empress saimei , but there is no proof . it is hard to prove , since this is about political history with limited data ; however , it is expected to have clearer information from close study in relation to the findings of archaeology . poems the emperor tenchi ( tenji ) was a poet who had four poems in " man 'yoshu ( the anthology of myriad leaves ) . " he was respected as the emperor of the heian dynasty , and one of his poems is found at the beginning of " one hundred waka poems ( the ogura anthology of one hundred tanka-poems by one hundred poets ) . " i am sitting in the barn next to a rice field when rice is harvested in the autumn and my kimono sleeves get wet by night dew , as the roof of the barn is covered with rough-bladed hay . the following poem is from " man 'yoshu ( the anthology of myriad leaves ) . " in ancient days , mt . kagu-yama loved mt . unebi-yama and fought against mt . miminashi-yama for love ; there is no doubt we still fight for love between wives , as it has been the same since the age of the gods . +emperor kammu ( 737 - april 3 , 806 ) was the 50th japanese emperor . imperial prince yamabe no miko emperor kammu was born in 737 as the first prince of shirakabe no okimi ( later called emperor konin ) . according to the shoku-nihongi ( the second in a series of chronicles about japan ) , his mother , takano no nigasa , was a descendant of the baekje royal family , whose ancestors were the baekje muryeong-wang . the mother of ate ( who would later become emperor heizei ) and kamino ( or kaminu , who would later become emperor saga ) was fujiwara no otomuro , and the mother of otomo ( who would later become emperor junna ) was fujiwara no tabiko . emperor kammu 's original name , that is his name prior to ascending the throne , was yamabe no okimi . due to the mother 's humble background of the naturalized clansmen yamatouji , there was no hope for the emperor to become a crown prince even after his father , shirakabe no okimi 's enthronement ; but he aimed to succeed as a government bureaucrat and held the position like a palace staff person ( jiju ) , the manager of daigaku ( daigaku no kami ) and nakatsukasakyo . however , imperial prince osabe , the former crown prince and his half brother with the same father , and his mother , imperial princess inoe , were gotten rid of due to the political fight , and the emperor kammu had a ceremony of the formal investiture of the crown prince on february 2 , 773 . he took over the throne on may 16 , 781 . theheijo-kyo capital was relocated to the province of yamashiro in order to prevent the nara buddhist temples from having too much political power . first , nagaoka-kyo was built in 784 , and heian-kyo was rebuilt in 794 . the troops of sakanoue no tamuramaro , being seii taishogun ( great general who subdues the barbarians ) were sent to the tohoku area to defeat ezo ( emishi ) . however , in emperor kammu 's last years , fujiwara no otsugu of the the ceremonial house of the fujiwara clan criticized the emperor for undertaking this kind of military action and said that the policy subjected farmers to great hardship . in the cultural aspect it is said that the emperor suggested the editing of " shoku-nihongi ( the chronicles of japan ii ) . " it was during emperor kammu 's administration that saicho and kukai came back from tang and had new influence on the japanese buddhist culture . there is a sad aspect that imperial princess inoe and imperial prince osabe had an unnatural death , or that his brother , imperial prince sawara , who was the first prince when the kammu government started , was accused of assassinating fujiwara no tanetsugu ; he was sentenced to deportation in 785 and died . as the emperor was concerned about a grudge , he gave a tsuigo , emperor sudo , to imperial prince sawara on august 16 , 800 , renamed imperial princess inoe 's mausoleum as misasagi and recouped the lack of an empress . while the emperor is known as a guardian of saicho and kukai , the existing buddhism had too much relation to ( and power in ) politics ; nanto rokushu ( rikushu ) ( the six sects of the southern capital ) were forced to lose their official rank or their rewards . there was no strict morals in the palace , and this caused the emergence of hotbeds such as " the kusuko incident . " the emperor died on april 13 , 806 . the emperor was posthumously given the japanese name yamatoneko amatsu hitsugiiyaderi . he was also posthumously given the hun-style name emperor kammu . he was also known as emperor kashiwabara and amekunioshiharukiamenoshitashiroshimesu . hoki tenou enryaku the imperial mausoleum is known as kashiwabara no misasagi , located in momoyama-cho , fushimi-ku , kyoto city . emperor kammu expressed a strong desire to be buried in utano when he died ; however , on the advice of a fortune teller , he was buried in kashiwabara no misasagi , which is located in fushimi . he was enshrined at heian-jingu shrine during the meiji period as the first emperor of heian-kyo . all the past emperors are enshrined in kyuchu-sanden ( three shrines of the imperial court ) . on december 18 , 2001 , akihito mentioned in the annual interview before his birthday , for the comment of mutual relief on the fifa world cup of soccer in the following year , " i feel a certain kinship with korea after knowing emperor kammu 's mother 's descendant is related to baekje muryeong-wang , according to shoku-nihongi ( the chronicles of japan ii ) . " this comment was a popular topic in korean mass media , although it was not a significant issue in japan . from a certain news report there was an exaggerated comment stating that the royal family is descended from ethnic koreans or that the royal family 's origin started from paekche and so on . it is apparent that the royal family has no relationship with ethnic koreans , as in paekche there was a big difference in terms of ethnics between the fuyo royal family and the common people of kan-zoku ; they did not even share the common language , and the common belief is that there is no blood line between the paekche people and the ethnic koreans who live on the korean peninsula . since takano no nigasa 's ancestor , yamatouji , who came from abroad a long time ago , many generations had passed when emperor kammu 's government started ( the fourth generation from baekje muryeong-wang , with yamatouji as the sixth generation ) ; therefore , it is not accurate to say that takano no nigasa 's ancestor is korean . the name " korean " started being used when the yi dynasty / joseon dynasty changed the name of the country to " empire of korea . " there is some doubt academically whether yamatouji is baekje muryeong-wang 's descendant or not ; it was an actual example that the emperor 's remark has a strong political message , knowing that the korea mass media paid great attention to such words from the emperor , referring to the history more than a thousand years ago , and even the former president dae-jung [ daejung , dae jung ] kim mentioned this in the interview . +daikakuji-to is a royal ancestry between the late kamakura period to the northern and southern courts period and used to oppose to jimyoin-to . daikakuji-to is descendent of the ninetieth emperor kameyama , son of eighty-eighth emperor go-saga . both emperor kameyama and go-uta put great effort into reconstructing daikaku-ji temple , which was located in the suburbs of sagano in kyoto , and the reason daikakuji-to was given a name based on the name of this temple was because both emperors established a cloister government here after they entered the priesthood . the retired emperor go-saga , who started a cloister government , left a will stating that among the imperial princes , the younger brother emperor kameyama 's descendant should succeed to the imperial throne instead of emperor go-fukakusa 's descendant , thus causing a mutual conflict ; it was therefore decided by the kamakura shougunate to share the imperial throne between ancestors from both sides on the basis of a ten-year rotation ( ryoto teiritsu ) and to continue running the cloister government . after the death of emperor go-nijo , his father , the retired emperor go-uta , insisted that the emperor go-nijo 's brother , emperor go-daigo , succeed to the imperial throne until his son , imperial prince kuniyoshi ( kuninaga ) , reached adulthood . both the retired emperor go-uta and imperial prince kuniyoshi ( kuninaga ) resisted this , and the emperor go-daigo aborted the cloister government in order to fight against it ; he even tried to bring down the kamakura shogunate . due to this situation the daikakuji-to had to dispel a crisis . jimyoin-to and the kamakura shogunate supported imperial prince kuniyoshi ( kuninaga ) , but after his sudden death , they arranged for his son ( imperial prince yasuhito ) to become the crown prince for jimyoin-to 's emperor kogon in order to demonstrate their rejection of emperor go-daigo 's line . this was done to ensure the imperial succession , but due to the collapse of the kamakura shogunate , emperor go-daigo was restored to the throne and the enthronement of kidera-no-miya ( who was of emperor go-nijo 's line ) did not take place . it seemed that the imperial line was unified into daikakuji-to ( emperor go-daigo 's line ) by the kemmu restoration ; however , within two-and-a-half years the government collapsed . the emperor from daikakuji-to ( the southern court ) escaped to yoshino and takauji ashikaga backed up the emperor from jimyoin-to ( the northern court ) , thus giving rise to a period of conflict known as the period of the northern and southern courts ( refer to the section on the southern court for additional details ) . at the kanno disturbance , kyoto was recaptured and the era was unified ( shohei itto ) , but it collapsed within half a year . later , yoshimitsu ashikaga helped organize the official enthronement ceremony and there was a condition for sharing the imperial throne ( ryoto teiritsu ) ; in terms of succession to the imperial enthronement , emperor go-kameyama from daikakuji-to gave three holy durables to emperor komatsu , thus marking the end of the division of the northern and southern courts ( the meitoku treaty or meitoku compromise ) . although there was an official ceremony to return holy durables to nancho ( the southern court ) , there was no enthronement ceremony and emperor go-kameyama was treated as " a special retired emperor not officially enthroned . " subsequently , succession to the imperial throne was kept only from the jimyoin-to side , and the ancestors of daikakuji-to complained about this ; on one occasion a surviving retainer from nancho ( the southern court ) stole the holy durables from the palace and barricaded himself , and incidents of this sort continued to occur until the mid-fifteenth century ( second southern court ) . +jimyoin-to was japanese imperial family ancestry between the late kamakura period and the southern and northern courts period and is a descendant of the eighty-ninth emperor go-fukakusa , whose father was the eighty-eighth emperor go-saga . the name jimyoin-to came from the buddhist temple built in his palace by fujiwara no motoyori , a general of chinjufu ; it was called jimyoin , and the entire family was called the jimyoin-to family . nobuko , the daughter of motoie jimyoin and the grandchild of motoyori , became the wife of crown prince morisada and , because three retired emperors were sentenced to exile after the jokyu disturbance , crown prince morisada 's son imperial prince yutahito was enthroned as emperor ( taking the name go-horikawa ) in accordance with the instructions of the bakufu ( imperial prince morisada received the respected name of dajo tenno and was later called go-takakurain ) . emperor go-horikawa named and lived in the jimyo-in palace as sento imperial palace ; and the retired emperors go-saga and go-fukakusa lived in the same palace . accordingly , the line from emperor go-fukakusa to emperor go-komatsu is called jimyoin-to . the retired emperor go-saga , who started a cloister government , left a will for the brother of the retired emperor go-fukakusa , emperor kameyama 's descendant ( daikakuji-to ) , to succeed to the imperial throne , and this caused the mutual conflict ; therefore , it was decided by the kamakura shogunate to share the imperial throne between ancestors from both sides on the basis of a rotation every 10 years ( ryoto teiritsu ) and to continue running the cloister government . apparently , the royal heritage was unified by daikakuji-to after the start of the kemmu restoration by emperor go-daigo , who was from a minor member of daikakuji-to ; however , the new government collapsed after two-and-a-half years . after emperor go-daigo escaped to yoshino , takauji ashikaga backed up emperor komyo from jimyoin-to ( the northern court ) . as the go-daigo insisted that power remain on his side ( the southern court ) , this was the beginning of the period of the northern and southern courts . generally , it is said that jimyoin-to 's ancestors are the current imperial family ; but the legitimate highbred of jimyoin-to , go-kogon 'in-ryu was extinguished after the generation of emperor shoko , son of emperor go-komatsu , and strictly speaking the direct ancestor of the imperial family is the fushimi-no-miya family , which was in the position of a cadet family ( the descendant of emperor suko , suko 'in-ryu ) of jimyoin-to . +emperor ichijo ( july 15 , 980 - july 25 , 1011 ) was the sixty-sixth emperor . emperor ichijo 's reign began on june 23 , 986 , and he resigned on june 13 , 1011 . his posthumous name was yasuhito / kanehito . genealogy the first prince of emperor enyu his mother was fujiwara no kaneie 's daughter , fujiwara no senshi . he had no brother or sister . brief personal history he became the crown prince in 984 , when emperor kazan was in power . on august 1 , 986 , emperor kazan left the imperial palace for good in order to become a buddhist monk , and subsequently emperor ichijo was enthroned in his seventh year ( it is said that this was a conspiracy by kaneie set up a grandchild for enthronement at an early age ) . the crown prince was imperial prince okisada , son of emperor reizei ( fujiwara no kaneie ) , who became regent ( and later became kampaku , or chief adviser , to the emperor ) . after kaneie died , his eldest son , fujiwara no michitaka , became regent and kampaku to the emperor as his maternal relative , and fujiwara no teishi became emperor ichijo 's second consort ; however , in 995 he died . after michitaka 's death , his brother fujiwara no michikane became kanpaku to the emperor , but he died just seven days later ; fujiwara no michinaga , michitaka and michikane 's brother , who had won the power struggle with michitaka 's son fujiwara no korechika , became nairan ( chief secretary ) and took power after receiving the recommendation of his sister and the emperor 's mother , shoshi . michinaga set the precedent for ittei-nigo ( an emperor having two empresses ) when he made teishi , who was the second consort of the emperor at the time , empress , and made his daughter , fujiwara no shoshi , the new second consort . with emperor ichijo 's enthronement , the fujiwara clan was in its prime under the supervision of michitaka , michinaga 's brother ; meanwhile , the heian culture flourished with seishonagon ( who served empress teishi ) and murasakishikibu and izumishikibu , both of whom served chugu shoshi . the emperor himself was keen to learn literature , and left his chinese-style poem in " honcho monzui . " the emperor was musically talented and loved to play the recorder . with his warm personality he was popular among people , and he loved to study . the emperor decided that michinaga would be nairan ( chief secretary ) instead of kampaku ( chief adviser ) to the emperor , once he became older , since he wanted to run the government directly instead of having a regent and kampaku , like his great-grandfather emperor daigo and his grandfather , emperor murakamii ; on the other hand , michinaga agreed to be nairan and also the head of various sections to control the government , since the regent and kampaku weren 't entitled to attend the meetings of the cabinet ; thus a strong political framework was set up and oe no masahusa acknowledged through " zoku honcho ojoden , " with which talented people like fujiwara no sanesuke and fujiwara no yukinari were produced . on the other hand , according to " gukan-sho , " which was written early in the kamakura period by jien , who was michinaga 's sixth descendent , michinaga found a letter in the emperor 's mementos saying that ' one person tried to have all the power to himself , therefore the world is covered by clouds and people are unhappy ' ; michinaga burned this letter , since he took it as saying , ' because of michinaga 's own way of ruling the government , the world is not in peace . ' this was an inconvenient fact for the clan ( family ) eligible for regency , and although jien did not deny the relevance of the fact , he accused the emperor of ignorance and honored michinaga , remaining faithful to the emperor . this kind of story is written in " kojidan , " but there is another story in " gon-ki " stating that the emperor , late in life , wished for teishi 's son , imperial prince atsuyasu , to be the crown prince , but this was blocked by michinaga . this story could be entirely or partly true ; nevertheless , there is a theory that the relationship between the emperor and michinaga wasn 't necessarily good . posthumous name , posthumous title ( tsuigo ) , a different name the posthumous title of the ' ichijo-in ' ( the ex-emperor ichijo ) came from the name of the temporary residence , satodairi , where the emperor stayed during his reign ( the posthumous title ( tsuigo ) is sometimes considered to be a type of posthumous name , but strictly speaking these are two different names ) . after the meiji period , the name ' in ' was no longer used , so he was called ' emperor ichijo . ' eras during his reign kanna / kanwa eien eiso shoryaku chotoku choho kanko the emperor was entombed in the north imperial mausoleum at enyuji , ryoan-ji temple , ukyo ward , in kyoto city . the emperor wished to be entombed next to the ex-emperor enyu in his father 's mausoleum ; michinaga remembered this after the late ex-emperor was cremated , and his okotsu ( remain / ashes ) were kept at enyu-ji temple . all the past emperors are enshrined in koreiden , one of the three palace sanctuaries . +emperor reigen ( july 9 , 1654 - september 24 , 1732 ) was the 112th emperor , counting from emperor jimmu . his reign was from march 5 , 1663 to march 21 , 1687 . his childhood name was atenomiya ( prince ate ) , and his posthumous name was satohito . he was often called sento-sama , ( sir sento ) ( since he had ruled the cloister government for a long time ) . poet script writer of no . before his eldest brother , emperor gokomyo , died in 1654 , he had been adopted and became the crown prince . due to the sudden death of emperor gokomyo , there was concern that the emperor might be poisoned by someone , and the emperor 's acceptance to adopt atenomiya ( prince ate , later called emperor reigen ) was questioned ; however , emperor gokomyo 's close advisers insisted that the emperor wanted this arrangement to be organized in order to prepare for the worst-case scenario when atenomiya was born . moreover , at that time it was considered reasonable for atenomiya ( prince ate ) to succeed as a court noble ( princely house ) , doing so in the future as the adopted crown prince ; however , knowing the background of atenomiya , prince ate 's mother was a younger cousin of emperor gokomyo 's maternal side , and all the potential princes were either to succeed the court noble ( princely house ) or become priests and enter the temples , but atenomiya ( prince ate ) was the only prince who had no planned future among the male members of the imperial family . in 1658 , the emperor was given the order of shin-no-senge . in december 1662 , he celebrated his coming of age ( gempuku ) and succeeded to the imperial throne after his brother , emperor gosai , abdicated the throne to him in january 1663 . in the early stage of his reign , his father , the cloistered emperor gomizunoo , had political control by running the cloister government , but emperor reigen took direct control of politics after his father 's death in 1680 . emperor reigen aimed for the reconstruction of imperial families to take place and created his own way to run the government , one step further than his father had tried to do ; therefore , he lacked a close relationship with japan 's feudal government , so the court nobles who were on the government 's side were completely deprived of their potential for succession . in 1681 , emperor reigen forced crown prince ichinomiya ( later known as the cloistered imperial prince saishin ) , who had been named successor to the imperial throne in the cloistered emperor 's will , to become a priest and banished ichinomiya 's maternal grandfather , saneoki ogura , to sado province because the latter had opposed the emperor in what would become known as the ' ogura incident . ' subsequently , in 1682 , when fusasuke takatsukasa resigned from his post as kanpaku ( chief adviser ) to the emperor , emperor reigen appointed fuyutsune ( kaneteru ) ichijo , of udaijin ( minister of the right ) , to be a successor , although in an original orderly manner motohiro konoe of sadaijin ( minister of the left ) , should have been appointed instead ; but the emperor did not do so , as he suspected that motohiro konoe was critical to him after giving measures to him in the wake of the ogura incident . masayuki inaba , the shogunate 's military governor stationed in kyoto , was shocked by the emperor 's willingness to penetrate and organize personnel in such an unfair way . in 1683 there was a ceremonial investiture of the crown prince , the imperial prince asahito ( later called emperor higashiyama ) , who was expected to ascend to the imperial throne ; this brought back the title of crown prince , which had not been used for a long time . because the shogun of this period , tunayoshi tokugawa , respected the imperial court , the relationship between the imperial court and japan 's feudal government was steady . after the succession of imperial prince asahito ( later called emperor higashiyama ) to the imperial throne in 1687 , he went to live at sento-imperial palace and started ruling the cloister government ( after this he was called sento-sama , ( sir sento ) ) , and he organized the great thanksgiving service ( after the enthronement of the emperor ) for the celebration of a new emperor , which had not been done for a long time . this event inflamed the government of edo , since it had been trying to control the imperial court by using the kampaku ( chief adviser ) to the emperor , as well as kinchu narabini kuge shohatto . the cloister government could not have been regulated by the government of edo with kinchu narabini kuge shohatto , since its system was beyond the control of the imperial palace . in fact , the government of edo was against the cloister government of the late cloistered emperor gomizunoo , which was being continued by the young emperor ; meanwhile , the daughter of the second shogun , hidetada tokugawa , who was also the pontificate second consort of the emperor , tohuku-mon in , protected the cloister government , which had to be ignored , but the government of edo did not intend to do the same with the retired emperor reigen . the government of edo immediately warned the imperial palace not to accept the cloister government , but the retired emperor reigen took no notice of it . however , there was strong opposition on the imperial court side . it was motohiro konoe , sadaijin . motohiro tried to prevent the breakdown between the two parties by working with the government of edo , but the retired emperor reigen considered motohiro as being on the government of edo 's side and strongly resisted any need to deal with him . after kaneteru ichijo resigned in 1693 , there was no one to succeed his position as kampaku , so the retired emperor had no choice but to choose motohiro konoe to be the successor as kampaku . however , shogun tsunayoshi tokugawa personally was not fond of motohiro and did not want to support the cloister government of the retired emperor reigen or the government of motohiro konoe ; thus there was no conspiracy for the government of edo and kanpaku to work together in pressuring the cloister government ( the government ruled from sento-imperial palace ) . in 1694 , the retired emperor reigen announced that he would allow emperor higashiyama to rule the government , since the latter was old enough to do so . however , emperor higashiyama was frustrated that the retired emperor reigen had all the political power and he did not have any means of control , so he tried to rule the government directly with the help of motohiro konoe in order to improve the relationship with the government of edo . on the other hand , the government of edo welcomed this movement and showed its interest in supporting the emperor 's directly ruled government . after tsunayoshi reconciled with ienobu tokugawa ( the nephew of tsunayoshi and husband of motohiro 's daughter ) , which was the reason that tsunayoshi did not like motohiro konoe , he appointed ienobu as his successor , which made it more apparent that the government of edo would support the imperial court . meanwhile , the retired emperor reigen worked with sekkan , the families privileged to become sessho and kampaku , who are critical to motohiro konoe , he often shocked the government of the emperor higashiyama or the subsequent emperor , nakamikado . additionally , he changed his anti-shogunate attitude and organized the engagement of princess yasonomiya yosiko and seii taishogun ( literally , " great general who subdues the barbarians " ) , ietsugu tokugawa , outflanking the emperor nakamikado and motohiro konoe , in order to have a better relationship with the government of edo , but this collapsed after the death of ietsugu . he contributed to the government of the imperial palace by ruling the cloister government ( the government ruled from sento-imperial palace ) for a long time , together with the emperor gomizuno . he took the tonsure , entered the priesthood and became a cloistered emperor in 1713 . his buddhist name was sojo . he died in 1732 . he was an expert creator of poetry , having been taught kokin denju by the emperor gosai ; in turn he educated other poets such as michimi nakanoin , sanekage mushanokoji and mitsuhide karasumaru . he is also known as a king of nogaki , together with emperor goyozei , within the successive sons of heaven during the momoyama period to the edo period . the ex-emperor reigen 's calligraphy of his own writing was passed to a limited feudal lord family ( such as the yanagisawa family ) through his personal attendants , and was honored as a family treasure . his historical calligraphy of large square cards and paper for writing traditional verses were invested with an air of dignity ; with their divine tone they would guide people to the world of courtliness . it is known that the arisugawa school of calligraphy was originated through this style of handwriting . additionally , he gave kakinomoto no hitomaro the court rank accorded to a god after designating michimi nakanoin as a shokei , or a high-ranking court noble . kanbun enpo tenwa joukyo the emperor was given shigo , the posthumous name ' reigen-in ' ( the ex-emperor reigen ) , which came from the posthumous name of emperor korei and emperor kogen . after the taisho period he was referred to as ' emperor reigen . ' the emperor was entombed in tsukinowano misasagi , a stone pagoda at sennyu-ji temple , in kyoto prefecture . all the past emperors are enshrined in koreiden , one of the three palace sanctuaries . +shihohai is the name of ceremony held at imperial palace in the beginning of the year . during the early heian period , this ceremony originated in the imperial palace and spread to lords and ordinary people as a wish to be in full harvest and a perfect state of health by praying in various directions no matter what the year might bring , but as time went by the ceremony remained simply as a court function . before the meiji period it is said that the ceremony started in emperor saga 's reign , but it was established in emperor uda 's reign as an official ceremony , the oldest record of shihohai being held on january 1 , kampyo 2 , was in " uda tenno gyoki " ( the diary of the emperor uda ) . subsequently , although the ceremony was interrupted with the onin war , it started again in 1475 , running from the reign of emperor go-tsuchimikado to that of emperor komei ; the ceremony was held in the front garden of the palace of heian ( currently kyoto imperial palace ) , seiryo-den . on january 1 , torano koku ( at about four o 'clock in the morning ) , the emperor , wearing korozen no go-ho at ryoki-den , came to the east garden of seiryo-den and prayed for his zokusho ( one of the stars of the big dipper , which is said to have destiny depending on the year in which the person was born ) and spirits in every direction , or the direction of his parents ' imperial mausoleum , whereupon he wished for the peace and security of the nation and good harvests for the coming year . the chanting words on this ceremony are described in ' dairi gishiki ' and ' go-ke shidai . ' according to these materials , it is mentioned as zokuko shichu kado ga shin , dokuma shichu kado ga shin , kiyaku shichu kado ga shin , goki rokugai shichu kado ga shin , hyakubyo joyu , shoyoku zuishin , kyukyu nyoritsu ryo . after the meiji period after the meiji period , it was regulated by ordinance no. 1 of koshitu rei ( imperial household ) , koshitu saishi rei ( imperial household religious rites ) ( 1908 ) . prior to world war i , it was called shiho-setsu and was conducted as a national ceremony , being considered one of the biggest of four major ceremonies held on national public holidays . after the war , the ceremony was continued along with koshitu rei ( imperial household ) ordinance , although this law was eventually abolished . after the war , the ceremony 's name was changed to ' shihohai ' and it was conducted as a private function of the imperial family . on january 1 , at about 5 : 30 in the morning , the emperor , wearing a traditional formal court dress called korozen no go-ho , would enter a building constructed in the southern garden of shinka-den , which is located west of the three shrines in the imperial court , whereupon he would bow toward the direction of two shrines--ko-tai jingu shrine and toyouke dai-jingu shrine of ise-jingu shrine--and pray to spirits in various directions . the imperial mausoleums and gods the emperor prays for are , the ise-jingu shrine , tenjin chigi / all gods , emperor jimmu , former three emperor 's mausoleum ( fushimi momoyama imperial mausoleum of emperor meiji , musashi imperial mausoleum of emperor taisho , musashi imperial mausoleum of emperor showa ) , ichi no miya shrine in musashi province ( hikawa-jinja shrine ) , ichi no miya shrine in yamashiro province ( kamowake ikazuchi-jinja shrine and kamo mioya-jinja shrine ) , iwashimizu hachimangu shrine , atsuta-jingu shrine , kashima-jingu shrine and katori-jingu shrine . the origin of shihohai there are different theories that it originated in the way of yin and yang or it came from china , but there are no written materials to show the exact history of how it started . it is believed to be true that shihohai is a cultural ceremony that came from china and was changed to suit the japanese culture while retaining various aspects of chinese culture , since the way of yin and yan originally came from china and has been systematized , including chinese studies , thinking , magic and rituals . +emperor antoku ( december 22 , 1178 - april 25 , 1185 ) was the eighty-first emperor . he reigned from april 22 , 1180 to march 24 , 1185 . his first name was tokihito . his father was emperor takakura , his mother was tokuko ( later called kenrei-mon in ) , a daughter of taira no kiyomori , and his grandfather was taira no kiyomori . he was born on november 12 , 1178 and became crown prince on december 15 , not long after his birth . he ascended to the throne on february 21 , 1180 and was officially enthroned on april 22 , when he was two years old ; however , kiyomori took actual control of the government . on the year of the enthronement , the capital city was moved to fukuhara-kyo ( the ancient capital of fukuhara-kyo ) and the emperor visited the city ( currently kobe city ) ; however , within half a year the capital was transferred back to kyoto city . in 1183 he was forced to leave the city carrying three sacred emblems of the imperial family with him , when minamoto no yoshinaka entered the city . he was accompanied by the heike clan on his way to yashima via dazaifu , and set up a temporary palace at yashima . the emperor escaped to the sea after the taira clan lost the battle of yashima against kamakura solders of the minamoto clan , the minamotos having been sent by minamoto no yoritomo . in 1185 , the taira clan and minamoto clan fought each other in the decisive war , the battle of dannoura . the taira clan lost the battle , which resulted in the clan 's destruction . when emperor 's grandmother taira no tokiko picked him up while wearing a sacred jewel ( one of the san-shu no jingi ) and a sacred sword ( one of the san-shu no jingi ) , having decided to commit suicide , the emperor said to her , ' amaze , where are you going to take me ? ' ni-no ama tried not to cry and said to the emperor , ' you were born as a son of heaven because you did a good deed in your past life , but your life seemed to be finished due to bad luck . i will take you to a wonderful place called the pure land ( of amida buddha ) --paradise--since this world is too harsh and painful . ' emperor antoku prayed to amitabha with his little hands put together , but ni-no ama said to the emperor to comfort him , ' there is a city under the waves , ' then she jumped into the rapid stream of dannoura while holding the emperor against her body , thus ending emperor antoku 's life at the youngest age among the successive emperors ( referred to in " the tale of the heike " ( ' sentei minage ' ) ) . his mother , kenrei-mon in , also jumped into the sea to commit suicide , and her body was found and pulled up by raking her hair . when this incident occurred , two of three sacred emblems of the imperial family , yasakani no magatama and ama no murakumo no tsurugi , were lost in the sea . it is said that a sacred jewel ( one of san-shu no jingi ) was found in the sea , but a sacred sword ( one of san-shu no jingi ) had been lost in the sea . there is an otabisho ( otabidokoro ) in izaki town , shimonoseki city , where the fishermen rested the body of emperor antoku temporarily after they found his body in the fishing net , on the day after the battle of dannoura . because emperor go-toba was enthroned in 1183 and emperor antoku died in 1185 , there was an overlapping period of two years ( 1183 to 1185 ) in which there were two emperors . he was posthumously given the chinese-style name ' antoku-tei . ' subsequent to the meiji period , the emperor was referred to as ' emperor antoku . ' jisho / chisho : april 12 , 1180 - july 14 , 1181 yowa : july 14 , 1181 - may 27 , 1182 juei : may 27 , 1182 - april 16 , 1184 genryaku : april 16 , 1184 - march 24 , 1185 the taira clan still used juei eras after the start of the new era . after the emperor drowned himself in the sea , amida-ji temple miei-do was built to mourn his spirit . later , emperor antoku was respected as an enshrined deity of suiten-gu shrine ( kurume city , fukuoka prefecture ) ( a temple sacred to the guardian deity of mariners ) ; he was also respected as a god of water and a god who ensured the easy delivery of healthy babies . during the meiji period it was decided that his mausoleum should be called amidaji-no-misasagi , having been sited next to amida-ji temple , which was chosen out of more than ten traditional places . due to the movement of haibutsu kisyaku , the place was called akama-jingu shrine where emperor antoku was enshrined . ( shimonoseki city , yamaguchi prefecture ) . there is a legend that the emperor did not drawn himself but instead escaped to a rural area protected by guards remaining from the taira clan . please refer to the section on the fleeing heike warrior . there are more than 20 such legends in japan , particularly in the kyushu and shikoku regions , including the one in which taira no morikuni allowed the emperor to move to a hideout in nishi-iya sanson of awa province ( currently miyoshi city , tokushima prefecture ) , or that the emperor escaped to io-jima island in satsuma province ( currently mishima-mura village , kagoshima prefecture ) guarded by taira no sukemori , or that the emperor escaped to tsushima island and became an ancestor of the so-uji ( the so clan ) , etc . ( although there has been a place called antoku in nakagawa-machi town , chikushi county , fukuoka prefecture since olden days , as far as the literature is concerned , it does not mean the name came from emperor antoku ; it is said that antoku-dai is the place where the local military commander tanenao harada welcomed the emperor during the gempei war ( the taira-minamoto war ) . according to " the tale of the heike , " the heike clan tried to set up a base at dazaifu , but the government buildings had been damaged and lost in the war ; consequently , it is said that ' the emperor had his temporary abode at 岩戸少卿 ( tanenao okura 's place . ' ) there is no written proof whether emperor antoku in fact existed as stated in the legend of io-jima island , but it is said there was a person whom the local people called ' mr. emperor . ' also , that person was known to have a ' secret box . ' although this ' secret box ' was stolen by the shimazu clan and it is not known what the box contained , it is considered that the box might have contained a sacred sword ( one of the san-shu no jingi ) , which was otherwise believed to have been lost at sea during the battle of dannoura . because there is a description in " the tale of the heike " to imply that the emperor antoku could have been a woman , in the story of yoshitsune sen-bon zakura ( yoshitsune 's one thousand cherry trees ) of joruri and kabuki there is a story based on the possibility that emperor antoku was a woman ( watanabe , 199082 ; please refer to page 122 ) . +gyobutsu gyobutsu ( also called ' gomotsu ' ) is the collections handed down to imperial families . ( there is a description in the main section . ) gomotsu ( also called ' gyobutsu ' ) is the collections of famous things imported from china ( pictures and art works ) by yoshimasa ahikaga , the eighth shogun of the muromachi shogunate , are called higashiyama gobutsu , and the famous japanese tea utensils handed down to the tokugawa clan are called ryuei gomotsu ( ryuei is the name of the shogun or the shogunate ) . omono : meals for emperors and noble people gyobutsu refers to the collection of pictures or written records and sidearms that belonged to the japanese imperial family . the examples of ' gyobutsu ' are the higashiyama gomotsu , which was the collection of yoshimasa ashikaga , the eighth shogun of the muromachi shogunate , and also the one called ' ryuei gomotsu , which consists of famous japanese tea utensils ( tea things handed down to the tokugawa clan ) ; however , the word ' gyobutsu ' simply means the belongings of the imperial family and is usually referred to as ' gyobutsu . ' before world war ii , the collection of the teishitsu national museum ( currently the national museum ) in tokyo prefecture , kyoto prefecture and nara prefecture , as well as the treasures of shoso-in in nara prefecture , were called ' gyobutsu . ' after world war ii , according to article 88 of the japanese constitution , land and buildings such as the imperial palace , goyochi , imperial villa , shugakuin imperial villa , katsura imperial villa , saitama kamoba ( an area designated for duck hunting ) , and treasures of shoso-in , all these being the properties of the imperial family , became government property ( property belonging to imperial families ) . the art works handed down to the imperial family are still called ' gyobutsu ' under the japanese constitution , being supervised by the board of chamberlains of the imperial household agency . after the death of emperor showa in 1988 , most of the ' gyobutsu ' was paid in kind from the imperial family to the national treasury in the following year ( 1989 ) and was subsequently kept in san-no-maru museum of the imperial collections , which is supervised by the board of chamberlains of the imperial household agency . the collection of the imperial collections at the san-no-maru museum includes art works like ' karajishi ( chinese-style figure of a lion ) -zu-byobu ( folding screen ) ' by eitoku kano , ' kasuga gongen-ki emaki ( a horizontal picture scroll ) , ' ' moko-shurai ( the mongol invasions ) -ekotoba ( an explanation on a picture scroll ) , ' both known as famous picture scrolls , and jakuchu ito 's famous art works , ' do-shoku saie . ' these art works have , since 1989 , been considered to be government property instead of ' gyobutsu . ' article 7 of the imperial house economy act specifies that the materials with historical background being closely associated with the imperial family ( goyuishobutsu ) should not be included as government property , thus historical collections associated with the imperial family , such as the three sacred emblems of the imperial family , the portraits of successive emperors or the imperial family , written materials and swords used for imperial ceremonies should continue to be called ' gyobutsu ' after 1989 . these gyobutsu are supervised by the board of chamberlains of the imperial household agency ; they are mainly kept in yamazato go-bunko ( collection ) at the imperial palace and in higashiyama go-bunko ( collection ) at kyoto imperial palace . conventionally , the gyobutsu are not included in the cultural assets preservation act , nor are they registered as national treasures , important cultural assets or important cultural properties . examples of gyobutsu a portrait of emperor go-toba portraits of prince shotoku and two princes were dedicated from horyu-ji temple kenno gyobutsu ( gyobutsu dedicated temple ) in 1878 . sangyo gisho horyu-ji temple kenno gyobutsu ito naishinno ganmon ( prayer of princess ito ) , written by hayanari tachibana katsura no miya bon manyo-shu a sword without the maker 's name ( ko-garasu-maru ) a sword , mei bizen no kuni ( bizen province ) tomonari ( uguisu maru ) a sword , mei kuninaga ( tsuru maru ) a short sword , mumei masamune ( meibutsu aizu masamune ) +emperor go-toba ( august 6 , 1180 - march 28 , 1239 ) ( his reign was august 20 , 1183 - january 11 , 1198 ) was the eighty-second emperor , being in power during the end of the heian period to the early kamakura period . his posthumous name was takahira . emperor takakura 's fourth prince 's mother was jusanmi ( junior third rank ) , nobutaka bomon 's daughter , fujiwara no shokushi . emperor antoku 's younger half-brother emperor go-shirakawa 's grandchild when the taira clan was pushed out of kyoto by the force of minamoto no yoshinaka ( 1183 ) , emperor antoku escaped to the west with the taira clan and a new emperor was needed . hokuriku no miya ( prince hokuriku ) was recommended by nakayoshi kiso ; however , emperor go-shirakawa decided that prince takahira should succeed to the imperial throne . it is said this was recommended by eishi takashina . because emperor go-toba was enthroned before the abdication of emperor antoku , there was an overlapping period of two years in which there were two emperors ( between 1183 and 1185 ) , until the taira clan disappeared . since emperor antoku took three sacred emblems of the imperial family with him , together with the taira clan , in their absence there was an emergency plan : the cloistered emperor go-shirakawa ordered emperor go-toba to succeed to the imperial throne as a command from a former emperor . until march 1192 , the cloister government of cloistered emperor go-shirakawa continued . following the death of the cloistered emperor go-shirakawa , minamoto no yoritomo was ordered to become seii taishogun ( literally , " great general who subdues the barbarians " ) with the help of the kanpaku ( chief adviser ) to the emperor , kanezane kujo ; yoritomo started japan 's feudal government in kamakura ( later known as the kamakura government ) . in 1196 , after minamoto no michichika 's daughter had a son , it caused a political change and kanezane kujo 's people were forced to leave the imperial palace ; even his daughter , ninshi kujo , lost her position as the second consort of the emperor and had to leave . on january 11 , 1198 , emperor tsuchimikado took over the imperial throne , but emperor go-toba continued to run his cloister government as a retired emperor for 23 years until 1221 , spanning three generations starting from emperor tsuchimikado and continuing to emperor juntoku and emperor chukyo . once he became the retired emperor , he made an active effort to become a ( high-ranking ) courtier allowed into the imperial palace , as a court noble ( traditionally , people who served an emperor would stay with him after his reign ) in order to reform the system of the cloister government ; he was ready to take forceful action against the kamakura government , which had started to behave conspicuously . on may 14 , 1221 , the retired emperor go-toba gave an official document to expel the regent yoshitoki hojo from the government ; he gathered the solders near kyoto and triggered the jokyu war , but he was severely beaten by the kamakura government . slightly more than two months after the incident , on july 9 , yoshitoki 's son yasutoki hojo came to kyoto with 190,000 solders ; subsequently , the retired emperor go-toba was sentenced to deportation and sent to oki no-shima island ( naka no shima , ama county , oki province , the present-day ama-cho town ) . emperor juntoku helped his father defeat the kamakura government , but he was then sent to sado ga-shima island ; the emperor tsuchimikado also went to tosa province by his own will , although he was not involved in the incident . apart from these three retired emperors , the retired emperor 's prince , masanari , was sentenced to deportation and sent to tajima province ; prince yorihito was sentenced to deportation and sent to bizen province . furthermore , the young emperor chukyo , who was enthroned for three months ( he was four years old ) was removed , and instead takakura-in 's grandchild ( the future emperor horikawa ) was recommended to succeed the imperial throne , and his father , prince morisada , took control of the cloister government . the retired emperorr go-toba , who had become a cloistered emperor before he was about to be sentenced to deportation and sent to oki , died at the place of exile on february 20 , 1239 , while emperor shijo was in power . in may of that year , he was given the posthumous name of kentoku-in . because there was no one to succeed the imperial throne from emperor go-takakura 's line , emperor go-saga ( prince tsuchimikado ) was enthroned in july 1242 ; and the suffix -in used in posthumous buddhist names was changed to go-toba-in . this is an exception , and there is no other successive emperor but go-toba-in whose posthumous name was changed . go-toba ( no ) -in was one of the greatest , most outstanding poets of the medieval period ; his poems had an enormous impact on the later periods . it is unknown when go-toba-in acquired an interest in poetry , but generally it is said that he started when he abdicated the throne in january 1198 ; also , in august of that year he suddenly started writing poems after the imperial visit to kumano , and in 1199 he often opened poetry competitions ( poetry parties or contests ) . go-toba-in admired fujiwara no sadaie 's ( teika ) style of poetry writing , the latter being the main person of the kujo family in the world of tanka poetry ; the tanka circle , being similar to 新儀非拠達磨歌 at that time , was the stylistic manner of praising something and criticizing at the same time . in july 1200 , when shoji shodo hyakushu waka was held , go-toba-in invited the poets of the kujo family , representing the world of tanka poetry , along with members of the tanka circle and the mikohidari family , such as princess shikishi ( shokushi ) , yoshitsune kujo , fujiwara no shunzei ( toshinari ) , jien , jakuren , fujiwara no sadaie ( teika ) and fujiwara no ietaka to send poems to the imperial palace or temples . with this collection of 100 poems , go-toba-in began studying under fujiwara no shunzei ( toshinari ) ; he was directly affected by the style of fujiwara no sadaie ( teika ) , and his poetry experienced dramatic improvement . in august of that year , go-toba-in started making poems for shoji godo hyakushu waka . the reprehensive poets were fujiwara no masatsune , minamoto no tomochika , kamo no chomei and go-toba in no kunaikyo , who were mostly newcomers from among the aides of go-toba-in ; he tried to find new poets to serve the other people , but later on it helped to create a base for the in aide group together with the kujo family group and the mikohidari family group within shin kokin kajin gun . having been involved in two 100-poem collections , go-toba in became more determined to live as a poet and finally decided to make an anthology of poems ( collected ) by imperial command ; in july 1201 he rebuilt the waka-dokoro . the yoryuudo were fujiwara no yoshitsune , gien , minamoto no michichika , minamoto no michitomo , shakua ( shunzei , toshinari ) , fujiwara no sadaie ( teika ) , jakuren , fujiwara no ietaka , fujiwara no takanobu , fujiwara no ariie ( rokujo-toke ) , minamoto no tomochika , fujiwara no masatsune , kamo no chomei , fujiwara no hideyoshi ( hideto ) , for a total of 14 poets ( the last three poets were added later ) , and kaiko was minamoto no ienaga . prior to this time , the largest-ever sen-gohyaku-ban-utaawase had been organized . the 30 main contemporary poets created poems by turns , and each poet gave a han-shi in the poetry-contest style , as the largest such event yet held ; this poetry contest was the most valuable in literary history , since it evaluated the poems of the shin kokin period and revealed talented poets who had previously been unknown . furthermore , in november of that year , after the great poetry event , six poets , fujiwara no sadaie ( teika ) , fujiwara no ariie , minamoto no michitomo , fujiwara no ietaka , fujiwara no masatsune , and jakuren were tasked with organizing an anthology ( collection ) of poems by imperial command ; this was the start of making " shin-kokin wakashu ( new collection of ancient and modem times ) " for the imperial court . in terms of editing the above , according to the record written in " meigetsu-ki " and others , go-toba-in was deeply involved in choosing poems or constructing the layout of the poems , so it would not be an exaggeration to state that he was one of the actual editors . in later years , the title of hakuseki arai 's essay , ' oritaku shiba no ki , " came from go-toba-in 's poem . each time i think of you , i pick some branches of the tree and burn them in the fire ; it is nice to cough with smoke , as if it were your memento . ( shin-kokin wakashu ( new collection of ancient and modem times ) volume no. 8 , " song of sorrow " ) . after the cloistered emperor go-shirakawa died , go-toba-in , as a chiten no kimi , ruled the government directly or started a cloister government , whereupon he forced emperor tsuchimikado to abdicate from the throne and let his favorite ( the future emperor juntoku ) assume the throne , followed by emperor juntoku 's descendants as successors ; thus it is needless to say that the lords and princes were hostile against him due to this incident . it was unpopular that the enthronement had been organized without the presence of three sacred emblems of the imperial family . apart from go-toba-in 's aides , the lords turned a cold shoulder toward go-toba-in because he had an arbitrary government ( although he was not very talented as a leader ) , and he attempted incautious plans to defeat the kamakura government . consequently , after the jokyu war there was little sympathy for go-toba-in , although the kamakura government had strong political power ; in historical books such as " gukansho , " " rokudai shojiki " and " jinno shotoki , " it is said that the emperor deserved to die the way he did after ruling the government through the use of his dominant power . on the other hand , there was a movement to re-evaluate go-toba-in as a poet after the closure of the kamakura government . the go-toba-in shows the aspect of his support for court culture in " masukagami . " he was called okino-in during his sentence of deportation until he received his posthumous name . he appreciated sword-making , and therefore ordered a sword from his favorite craftsman , hyogo-gusari koshirae . he himself made a hamon and applied the kikumon with 16 petals . it is called ' gosho yaki ' or ' kiku gyosaku . ' this was the beginning of the imperial family 's kikumon . juei : august 20 , 1183 - april 16 , 1184 genryaku : april 16 , 1184 - august 14 , 1185 bunchi : august 14 , 1185 - april 11 , 1190 kenkyu : april 11 , 1190 - january 11 , 1198 the emperor was entombed in oharano misasagi at shorin-in town , ohara , sakyo ward , kyoto city . there is a cremation mound called okiamacho no misasagi at ama-cho town , oki county , shimane prefecture . the emperor is enshrined as a deity at minase-jingu shrine , shimamoto-cho town , mishima county , osaka prefecture . kusa moeru ( 1979 nhk period drama ) played by yoshinori endo = > tatsunosuke onoe ( original ) yoshitsune ( nkh period drama ) ( nhk period drama airing in 2005 ) , played by gai mitsumata +emperor sanjo ( february 5 , 976 - june 5 , 1017 ) was the sixty-seventh emperor . his posthumous name was okisada ( iyasada ) . he was 42 years old . he was in power from june 13 , 1011 to january 29 , 1016 . genealogy he was born as the second prince of emperor reizei , and his mother was the eldest daughter of the dajo daijin ( grand minister ) fujiwara no kaneie , zo-ko-go-gu fujiwara no choshi . he was the younger half-brother of emperor kazan . he lost his mother when he was seven , his father ( emperor reizei ) had a mental problem , and his guardian was feeble . according to " o-kagami ( the great mirror ) , " it is said that the emperor looked very much like his maternal grandfather , kaneie , so he won his favor . brief personal history there was a ceremonial investiture of the crown prince under the circumstance of having both emperor reizei and emperor enyu 's sides in power by turns ; the crown prince was called ' sakasa no moke no kimi ' because he was eleven years old , four years older than the emperor . since emperor 's maternal uncles , fujiwara no michitaka , fujiwara no michikane and fujiwara no michinaga , took political power by turns under emperor ichijo 's supervision and regulated kokyu ( a special part of the imperial palace in which empresses and princesses live ) , emperor sanjo was 36 years old when he was finally enthroned , having been the crown prince for 25 years , when he took over from emperor ichijo . prince atsuhira ( later emperor go-ichijo ) , the son of fujiwara no shoshi ( a daughter of fujiwara no michinaga ) , became the crown prince . the relationship between michinaga and emperor sanjo wasn 't good , as michinaga tried to set up an early enthronement for his maternal grandchildren while the emperor preferred to rule the government directly ; after emperor sanjo 's chugu , fujiwara no kenshi ( michinaga 's second daughter ) had a baby girl , although a boy was expected , and michinaga approached the emperor to abdicate the throne on the basis of the emperor 's eye disease . as his disease got worse , emperor sanjo abdicated by taking michinaga 's advice after the first prince , ko-ichijo-in , became the crown prince . he became a japanese priest in april 1017 , and died soon afterward at the age of 42 . after emperor sanjo died , his eldest son prince atsuhira was indirectly pressured by michinaga , and eventually he declined the position of crown prince on his own accord . consequently , emperor reizei and emperor enyu would no longer share the imperial throne ; thus the throne was kept with emperor enyu 's direct descendant for a long time , as emperor sanjo 's blood line was carried over to the next generation of the imperial family through princess teishi . songs there is one song in a hundred waka poems ( a hundred poems by a hundred poets ) that is believed to have been written by the emperor after he stepped down from the throne . if i can survive this painful world in the future , one day i should be able to remember this memory without hard feelings , by looking at the moon , just like today . sanjo-in posthumous name , tsuigo , a different name he had the tsuigo of ' sanjo-in , ' which came from the name goin ( the name of the palace following his enthronement ) . after the taisho period , the ' in ' suffix was removed from his name and he was called ' emperor sanjo . ' eras during his reign kanko : june 13 , 1011 - december 25 , 1012 chowa : december 25 , 1012 - january 29 , 1016 the imperial mausoleum it is located at kitayama-no-misasagi in nishi-sonjoincho , kinugasa . kita ward , kyoto city . +arisugawa no miya was the name of the miyake ( house of an imperial prince ) that existed long ago . arisugawa no miya was called one of the four biggest hereditary imperial prince 's families , along with fushimi no miya , katsura no miya and kan-in no miya . the name of arisugawa came from prince yoshihito , the originator of fushimi no miya , since his name was also arisugawa . the second prince , nagahito , was enthroned and became emperor go-sai . summary arisugawa no miya had taught calligraphy and poetry to succeeding generations and had the trust of the imperial family ; additionally , he had a close relationship with shogun families as there was a marriage relationship between them and they were close to both court nobles and samurai families . for generations the arisugawa no miya used to send sons of the family , except for the eldest son , to kan-ei-ji temple in ueno , edo and to chion-in temple in higashiyama , kyoto , as imperial princes in holy orders , or so-called priest-princes . in 1625 , emperor go-yozei 's seventh prince , takamatsu no miya yoshihito , established arisugawa no miya . the name of the court noble started with takamatsu no miya and then established takamatsu-dono , the palace of his grandmother , haruko kanshuji . prince yoshihito 's empress was seii taishogun ( literally , " great general who subdues the barbarians " ) , hidetada tokugawa 's adopted daughter , kame-hime ( princess kame ) ( her real father was hidetada 's nephew and son-in-law , tadao matsudaira of echizen han , echizen domain ) ; but they did not have a male child , so their nephew , prince nagahito , emperor mizunoo 's prince , was adopted to become the second generation of the court nobility , being so named hanamachi no miya . since the former emperor go-komyo 's adopted son , prince satohito ( later called emperor reigen ) was too young to succeed to the imperial throne , prince nagahito was soon enthroned as emperor gosai for the meantime ; the emperor ordered his prince arisugawa no miya yukihito to take over takamatsu no miya so that his original name as a court noble was changed to arisugawa no miya ( the name came from prince yoshihito 's temporary palace in arisugawa , kyoto ) . subsequently , prince yoshihito 's child , prince arisugawa no miya tadahito , died without having any children , emperor reigen 's prince arisugawa no miya yorihito succeeded as the fifth court noble , followed by the sixth prince , arisugawa no miya orihito ; the seventh prince , arisugawa no miya tsunahito ; the eighth prince , arisugawa no miya takahito ; the ninth prince , arisugawa no miya taruhito ; and the tenth prince , arisugawa no miya takehito , it was passed down through the lineage ; however , on january 5 , 1913 , after the death of prince takehito , it was definite that there was no successor to take over the family , so on june 29 , 1923 , the family name officially died after princess yasuko ( prince takehito 's wife ) passed away . however , the event was handed down by the third child of emperor taisho and the name of the court noble was changed to takamatsu no miya . it is well known they had famous , highly educated people as retainers , such as kamo no suetaka , ganku and tadahiko iida . there is an episode in which , when shogun ietsuna died in 1680 , the third successor , prince yukihito , was about to be captured by a chief minister , tadakiyo sakai ; it is one of the theories that emerged and became known , as both the imperial palace and shogun tried to set up the story . one of the sixth successors , prince orihito 's daughter princess sazanomiya takako , became the wife of the twelfth shogun , ieyoshi tokugawa ; moreover , princess tomi no miya yoshiko became the wife of nariaki tokugawa and had yoshinobu tokugawa . the eighth successor , prince takahito ( 1812-1886 ) , was ordered to become the president of koten kokyu sho ( the former kokugakuin university ) and shinto kyodo shoku ; after teaching emperor meiji and princess kazuno miya chikako in various studies , he was given the grand cordon of the supreme order of the chrysanthemum in recognition of his achievements as a teacher . moreover , arisugawa style calligraphy was established and prince takahito wrote an original copy of the " imperial covenant consisting of five articles . " the ninth successor , prince taruhito ( 1835-1895 ) , was princess kazunomiya 's fiancee , who was active as a solider before and after the meiji restoration ; he also did well politically , serving as a member of the chamber of elders , a senator and a chairman . prince taruhito became the president after the restoration of imperial rule in december 1867 , but he also acted as toigun governor-general during the boshin war , attack commander in the seinan war ( the southwestern ( satsuma ) rebellion in 1877 ) , and became chief general of the army and navy in the sino-japanese war of 1894 . the tenth successor , prince takehito ( 1862-1914 ) , became a marshal and a full admiral ; moreover , he assisted emperor taisho when he was still a prince . prince takehito 's adopted child , prince tanehito , died before his father , but he endeavored to make the third generation of arisugawa no miya , and when the prince died the emperor taisho gave the name of takamatsu no miya , as an exception , to the third prince , takamatsu no miya nobuhito , to succeed arisugawa no miya in family events . the prince nobuhito 's empress , princess kikuko , was a maternal grandchild of prince takehito . the arisugawa no miya fraud incident in 2003 , a person named as a descendant of the arisugawa no miya family ( an illegitimate child of prince nobuhito ) committed fraud . for details , please refer to the section on the arisugawa no miya fraud incident . +emperor ninko ( march 16 , 1800 - february 21 , 1846 ) was the 120th emperor ( his reign was from october 31 , 1817 to february 21 , 1846 ) . his posthumous name was ayahito . he became the crown prince as an adopted son of his father 's chugu ( second consort of an emperor ) , princess yoshiko ( shin-seiwa in ) , on march 24 , 1809 . the emperor was enthroned in 1817 , and he put his efforts into the reconstruction of the ceremony of the imperial court , as his father , emperor kokaku , wanted him to do . the emperor aimed to establish an educational facility for imperial families and the children of court nobles , and ordered the buke-denso ( buke-tenso ) ( an imperial official in charge of communication between the samurai and the court ) , sanemi tokudaiji , to negotiate with the government of edo . the emperor died just after receiving the approval from the government and the plan was about to proceed . he was 47 years old . a year after the emperor 's death ( 1847 ) , an educational center for court nobles was established outside of kenshun mon gate at the imperial palace , thus realizing his last wish . this was a predecessor of the current gakushuin university , which was built by emperor meiji 's order . bunka bunsei tempo / tembo koka the emperor was entombed at nochi no tsuki no wa no misasagi , senzan-cho town , imagumano , higashiyama ward , kyoto city . +emperor saga ( october 3 , 786 - august 24 , 842 ) was the fifty-second emperor ( his reign lasted from may 8 , 809 to may 29 , 823 ) . his first name was kamino . emperor saga was the second prince of emperor kammu , and his mother was empress fujiwara no otomuro . his older half-brother was emperor heizei . his younger half-brother was emperor junna . the empress was tachibana no kachiko ( empress danrin ) . emperor saga became the second prince when his brother , emperor heizei , was enthroned . however , emperor heizei already had prince takaoka and prince abo , so the means by which emperor saga became the second prince was that his deceased father , emperor kammu , had intended it . given the above situation , emperor saga 's nephew , prince takaoka , became the crown prince after the emperor 's enthronement , and a year later ( 810 ) there was " the revolt of kusuko , " when emperor heizei attempted to regain the throne . after this incident , prince takaoka lost power , and the emperor felt guilty for having set his biological son up as the crown prince ; prince otomo , his half-brother , became the second prince who was willing to descend and leave the royal family ( which was an indirect cause of the showa incident ) . apart from anything else , the culture within the imperial palace became very popular ( the konin culture ) , and seemingly the time passed in peace . the death penalty was abolished following the issuance of the konin kyaku in 818 . the abolishment of the death penalty in the national political arena continued for 347 years , up to the hogen ( civil ) war . however , agricultural production was in a slump at that time ( according to " nihon koki " there were seven consecutive years of draught damage , beginning in 817 ) , and due to this situation there was the problem of serious financial difficulty . in 820 , four key personalities from the fujiwara clan of the imperial palace ( fujiwara no uchimaro , fujiwara no huyutsugu , fujiwara no otsugu and fujiwara no sonondo ) sent fuko ( a vassal household allotted to a courtier feudal estate ) back ( 15,000 units of land in total ) ( furthermore , fujiwara no otsugu sent 2,000 units of land back in 825 , while emperor junna was in power ) . at the end of this government , the restriction toward latifundism was tempered and the wild fields were developed , while government-own fields ( kueiden ) and the fields directly owned by the emperor ( chokushi den ) were established . in 823 emperor saga stepped down from the throne and passed the position to prince otomo , although fujiwara no otsugu opposed this with respect to the financial problems ( there was too great a financial burden to have two retired emperors ) . after the retirement , not only did he order the construction of reizen in and saga in , which made the financial situation worse for the imperial palace , but he also interfered in politics as the top of the palace after his biological son , prince masara ( emperor ninmyo ) , became emperor ; moreover , despite the opposition of the emperors junna and ninmyo , he set prince tsunesada up as the crown prince , who was his grandchild and emperor junna 's prince , so in subsequent years his autocratic style caused many problems . he enjoyed doing calligraphy and making chinese-style poems , and is considered to be one of the three great calligraphers . there are many princes and princesses . he organized the royal family and gave many surnames to the descendent family members . it is called the saga-genji ( minamoto clan ) , having received the genji name , and those who were children or descendents of emperor saga . kawara no sadaijin ( minister of the left ) , minamoto no toru was one of emperor saga 's children . the emperor was entombed at sagano-yamanoeno-misasagi in kyoto . patrimony there was a story in regard to the emperor 's past life , according to " nihon gempo ( ho ) zen-aku ryoiki . " there used to be a monk called jakusen on mt . ishizuchi-san , iyo province . in 758 , just before jakusen passed away , he said , ' i will be reborn in 28 years as a prince of the emperor , and will be called shinno . ' twenty-eight years later in 786 , emperor kammu had a prince and named him prince kamino . in another words , emperor saga was reincarnated in the person of jakusen . +emperor daigo ( february 6 , 885 - october 23 , 930 ) was in power during the heian period . he was the sixtieth emperor . his reign was from august 14 , 897 to october 16 , 930 . the first posthumous name was korezane , but subsequently it was changed to atsugimi / atsuhito . genealogy he was the first prince of emperor uda . his mother was the daughter of naidaijin fujiwara no takafuji , fujiwara no inshi . his mother-in-law was empress fujiwara no onshi ( the daughter of the supreme minister and chancellor to an ( adult ) emperor , fujiwara no mototsune ) . he had more than 20 nyogo and koi , and he had 36 children followed by prince yasuakira ( bunken-gen-taishi ) , prince yoshiakira , prince shigeakira ( riho-o ) , minamoto no takaakira ( who was demoted from nobility to subject ( commoner ) ) , prince kaneakira ( saki no chusho ) , prince hiroakira ( the emperor suzaku ) , prince nariakira ( the emperor murakami ) and so on . brief personal history the emperor was born as minamoto no korezane , the first son of minamoto no sadami , on february 6 , 885 . in 887 his father returned to the imperial family and was enthroned as an emperor , whereupon emperor daigo became a member of the imperial family . in 889 he received a shino senge and became a crown prince on april 2 , 889 . he had a coming-of-age ceremony on july 3 in the same year as above , on which day he succeeded to the throne and became the emperor on july 13 . he ordered fujiwara no tokihira and sugawara no michizane to serve as udaijin ( minister of the right ) and sadaijin ( minister of the left ) , respectively , following his father 's instructions . in this government , the emperor ruled the politics directly without regents or chancellors [ chief advisers to the emperor ] as a matter of form , and his time , which was admired as ' engi no chi ( the peaceful era of engi ) , ' continued for 34 years ; however , it is said that the shotai no hen ( the shotai incident ) , which occurred in 901 when sugawara no michizane 's position was lowered to dazai no gon no sochi after tokihira made a false charge against him , was the biggest mistake of the government ruled by a son of heaven . in recent years it has been considered that this incident was constructed as a means for the emperor and tokihira to rid themselves of the political power of the retired emperor uda . tokihira was keen to complete reform by issuing the first decree restricting the expansion of private estates . he finished making national history , " nihon san-dai jitsuroku " and also entered into editing the san-dai kyakushiki government , which was the basic law of ritsuryo codes , but he died without finishing it , and in 927 his brother fujiwara no tadahira succeeded in tokihira 's desire to finish it . the emperor paid attention to the reform of japanese poetry , and in 905 he ordered ki no tsurayuki to edit " kokin waka shu ( collection of ancient and modern japanese poetry ) . " the emperor himself was a talented poet who had 43 poems included in an anthology collected by imperial command . there is a kasyu " engi gyoshu . " it has been handed down to succeeding generations with the title " engi tenryaku gyoki sho , " and together with emperor murakami 's gyoki there are only unfinished stories left from 宸記 " engi gyoki , " of which 20 issues were written over 33 years . the eldest son of the emperor and fujiwara no onshi , who was the second consort of an emperor , prince yasuakira became the crown prince ; however , because he died young , his son , prince yoriyoshi , was set up as a crown prince , but he too died young . there was a rumor that all the bad luck had been caused by sugawara no michizane 's curse , so in 923 the emperor tried to console michizane 's soul by decimating the imperial rescript of him being relegated to a lower position , returning him to the udaijin and conferring the posthumous honor . on october 16 , 930 , he abdicated and passed the throne to crown prince hiroakira because of his illness ; he died seven days later , on october 23 , 930 . he was buried in the ground under onodera temple on the north of daigo-ji temple and west of mt . kasatori-yama . posthumous , tsuigo , a different name the tsuigo of ' emperor daigo ' comes from the name of the palace called daigo , which is located near daigo-ji temple , the temple built by order of the emperor . the emperor was not called ' daigo-in . ' he was instead called ' engi-tei , ' a name that came from the major eras of his reign . eras during his reign kampyo shotai engi encho the imperial mausoleum the imperial mausoleum was under the supervision of daigo-ji temple ; today it 's one of the few mausoleums whose location was known in the heian period . it is located at nochi no yamashina no misasagi , furumichi-cho town , daigo , fushimi ward , kyoto city . +emperor ogimachi ( june 18 , 1517 - february 6 , 1593 ) was the 106th emperor ( his reign was from november 17 , 1557 to december 17 , 1586 ) . his posthumous name was michihito . he enthroned after emperor go-nara died . however , when the accession occurred there was not even an enthronement ceremony ; a coronation was held in 1557 , as the emperors and court nobles suffered poverty due to financial difficulties . at last there was an enthronement ceremony ; a coronation after having donations from motonari mori and so on . on the same occasion ken-nyo , hosshu ( the head of a buddhist sect ) of hongan-ji temple was given the title of monzeki ( an imperial prince in holy orders ; a priest-prince made ) after they gave an enormous donation , whereby hongan-ji temple established more authority . the imperial family thus became dependent in its finances , and its authority was diminished . however , the situation changed when nobunaga oda came to kyoto in 1568 . nobunaga pulled back the financial situation of the imperial family , which was on the edge of bankruptcy , by applying various policies or helping personally . on the other hand , nobunaga used the emperor 's authority , and the emperor often issued imperial peace orders to nobunaga 's opposition . the emperor issued an imperial peace order at the battles of yoshikage asakura and nagamasa asai in 1570 , the battle of yoshiaki ashikaga in 1573 , and the battle at ishiyama hongan-ji temple in 1580 . ( however there is another theory that the court-mediated compromise with hongan-ji tempe was requested by the hongan-ji temple side . ) during that time , in 1577 , the emperor gave an imperial order to nobunaga to become a udaijin ( minister of the right ) ( nobunaga 's highest position ) . in 1585 , the emperor gave an imperial order to hideyoshi toyotomi to become kampaku / chancellor , and after hideyoshi took political power he also used the emperor 's authority to back him up . therefore , the emperor 's authority increased . thus the oda and toyotomi governments and the imperial family took advantage of each other . after the emperor abdicated to let his grandson , prince kazuhito ( later called emperor go-yozei ) attain enthronement in 1586 , he retired to sento gosho ( sento imperial palace ) . he died on january 5 , 1593 . it was nobunaga oda and hideyoshi toyotomi 's prime time during emperor ogimachi 's reign . during this time the emperor , together with nobunaga , helped restore the debilitated imperial palace after the onin war . nobunaga started minding emperor ogimachi in 1573 . subsequently , the emperor was often asked to abdicate . it is mentioned in " 孝親日記 " in the same year , on december 8 . it is said that two years later the emperor began looking for a candidate location for the imperial palace after his abdication . nobunaga seemed to have the intention of using the authority of the imperial palace after having set up crown prince sanehito as an emperor at the early stage . however , the emperor refused this until the end . due to the above situation , there is a theory that the imperial court was involved in the honno-ji incident ( the raid on the honno-ji temple ) . however , there is an opposing theory that emperor ogimachi wanted to abdicate but nobunaga was against it . according to internal information ( the diary of a court lady 's who had served at seiryo-den ) , " oyu-dono no ue no nikki , " the emperor 's intention to abdicate the throne was passed to nobunaga on march 9 , just after nobunaga organized a massive function of kyoto oumazoroe in 1581 . on march 24 , 1581 , once this was decided at a conference in the imperial palace , the event was even recorded as something to celebrate . despite the above record , there was an article titled " kanemi-kyo ki , " dated april 1 , stating that the abdication was suspended in reversal . it is considered reasonable that only the person in power , nobunaga , did not agree to the emperor 's abdication , thus there was no financial backup to pay the enormous expense of organizing various related ceremonies or building a palace for the retired emperor ogimachi ( emperor ogimachi ) after he retired . ( it is assumed that the emperors in three eras of the sengoku period did not abdicate because there wasn 't sufficient financial strength for the imperial court to support it . ) in the first year of the tensho , the emperor ogimachi was 57 years old ( in tensho 9 he was 65 years old ) , and prince sanehito was 22 years old ( in tensho 9 he was 30 years old ) . in tensho 9 , it was reported in certain articles that the emperor was not well . thus it was a good occasion for the emperor to abdicate . because nobunaga wasn 't favorable toward the emperor 's abdication , despite the above , it is considered that nobunaga was inactive in regard to this development . koji ( october 27 , 1557 ) - february 28 , 1558 eiroku february 28 , 1558 - april 23 , 1570 genki april 23 , 1570 - july 28 , 1573 tensho july 28 , 1573 - ( november 7 , 1586 ) the emperor was entombed in fukakusa no kita no misasagi at fukakusa bo-cho town , fushimi ward , kyoto city . +emperor heizei , heijo ( september 26 , 774 - august 5 , 824 ) was the fifty-first emperor ( his reign was from june 8 , 806 to may 8 , 809 ) . he was called prince ote but was later called ateno miko . he was also called nara no mikado . the national posthumous title was yamato neko ame oshikuni takahiko no mikoto . genealogy he was the eldest son of emperor kammu . his mother , fujiwara no otomuro ( the daughter of fujiwara no yoshitsugu ) was the empress of emperor kammu . emperor saga , who became the crown prince , was the emperor heizei 's younger half-brother . his children were prince abo , prince takaoka , prince kose and four other princesses . prince abo 's fifth child was ariwara no narihira , who was the emperor 's grandchild . brief personal history in 785 , the emperor heizei became the crown prince to succeed his uncle , prince sawara . however , the emperor was in poor health when he became the crown pprince and had a sensitive relationship with his father the emperor at that time ; according to " nihon koki , " there was a rumor that the crown prince was involved in the incident of togu-bo tachihaki ( no ) toneri being killed in 793 , or that in 805 the emperor , who was in serious medical condition , recovered temporarily and ordered the crown pprince to go to the imperial palace , but when he refused to do so , fujiwara no otsugu reprimanded him and he finally went to the imperial palace for a while . also , the emperor made a favor of the mother of the empress , fujiwara no kusuko , while he was the crown prince , as a result of which he became the subject of a scandal , so fujiwara no kusuko was ordered to leave the palace by the emperor 's father . it is said that the emperor reflected this kind of full account to review according to the politics of his father , emperor kammu . the emperor heizei was enthroned in may 806 . in the early stage of his reign , he dealt aggressively with politics , trying to combine or remove officials , stopping annual events or improving working conditions for middle- and low-class officials in order to restore the politics and finances as a means to ease ordinary people . on the other hand , he called back fujiwara no kusuko to the imperial palace and ordered her to become naishi no tsukasa , and she was entrusted with the handling of day-to-day things in the palace ; additionally , the emperor restored an article of the incident fujiwara no tanetsugu being killed from " shoku nihon gi ( continuation of chronicles of japan ) . " this is due to kusuko being fujiwara no tanetsugu 's daughter , but it is also said that the emperor intended to have correct proof as to prince sawara 's inability to become the crown prince , and the emperor 's imperial succession ( however , the article was again removed by emperor saga ) . in april 809 , the emperor abdicated and prince kamino ( emperor saga ) succeeded to the imperial throne , whereupon emperor saga appointed prince takaoka ( emperor heizei 's son ) as the crown prince . in december 809 , the retired emperor heizei moved to the former capital city , to the heijokyo ( heijo palace ) . due to the involvement of kusuko and her brother , fujiwara no nakanari , in 810 the emperor issued an order to the nobles to move the capital city to heijokyo ( heijo palace ) , although the emperor kammu had previously issued an order not to move the capital from heiankyo ( heian palace ) , but after that he took actual control of politics . however , emperor saga 's side went ahead of emperor heizei , and on september 10 emperor saga took away kusuko 's office rank . the emperor raised an army on september 11 and tried to enter the eastern district with kusuko , but he was stopped by sakanoue no tamuramaro and returned to heijokyo ( heijo palace ) the following day . he immediately shaved his head and became a buddhist priest ; kusuko committed suicide by taking poison . the prince takaoka was thus denied the status of crown prince , and prince otomo ( the future emperor junna ) was set up as the crown prince . this is called the kusuko incident ( the revolt of kusuko ) . when the kusuko incident ( the revolt of kusuko ) occurred , the empress princess asahara and princess oyake did not follow emperor heizei ; instead , they resigned from their positions in may 812 . the retired emperor heizei continued to stay at heijokyo ( heijo palace ) after a while ( he did not have the title hoo , a retired emperor with a buddhist name ; a cloistered emperor ) the title ' dajo tenno ( retired emperor ) ' remained , and emperor saga visited the retired emperor heizei . the princes abo and takakura ( dazai no gon no sochi ) were ensured of being treated well and were allowed to have the level of shihon shinno . later , when emperor saga intended to abdicate , it became apparent that fujiwara no fuyutsugu opposed it , saying it would cost too much for the imperial palace and they would face financial difficulty if emperor saga were treated the same as the retired emperor heizei . his posthumous name came from heijokyo ( heijo palace ) . his imperial mausoleum is stated by the imperial household agency as being at yamamomo no misasagi , just north of heijokyo ( heijo palace ) . it has been considered that yamamomo no misasagi is the largest round barrow ( tumulus , a round burial mound ) ( ichiniwa kofun , or the ichiniwa tomb ) in japan ; however , it cannot be called emperor heizei 's mausoleum since it was learned through an archaeological excavation in 1962-1963 that the front part of the round barrow had been pulled down during the construction of heijokyo ( heijo palace ) . +emperor junna ( 786 - june 7 , 840 ) ( his reign was from may 30 , 823 to march 22 , 833 ) was the fifty-third emperor during the early heian period . he was also called emperor saiin . genealogy he was the seventh prince of emperor kammu . his mother was fujiwara no momokawa 's daughter , fujiwara no tabiko . he had prince tsunesada between princess ( empress ) seishi . [ between makes no sense ] he had other empresses , such as princess koshi ( given the title empress after her death ) , and there were many children . emperor heizei and emperor saga were older half-brothers . brief personal history after the kusuko incident ( revolt of kusuko ) , prince takaoka ( emperor heizei 's son ) was removed from the position of crown prince , whereupon emperor junna became the crown prince on october 14 , 810 . he succeeded to the throne on may 30 , 823 . consequently , the otomo clan changed its name to the tomo clan . this was because the otomo clan believed it was too presumptuous to have the same name as the emperor . on march 22 , 833 , he passed the imperial throne to emperor nimmyo and abdicated . he actively recruited government officials like kiyohara no natsuno and worked to improve the decline of local politics . he also worked on land measures designed to increase tax revenues . " ryo no gi ge " and " nihon koki " were edited . it was a relatively peaceful era , at least on the surface . however , the succession to the throne wasn 't emperor junna 's intention ( according to " nihon koki , " on may 22 , 806 , when his father died , prince otomo asked to be removed from the imperial family , but he was dissuaded from resigning by the crown prince ( emperor heizei ) ) and was worried that his son prince tsunesada , who lacked the support of court nobles , would become the crown prince of emperor nimmyo . the emperor became daijo tenno ( the retired emperor ) after he abdicated from the throne ; he asked his close aides , fujiwara no yoshino , to care for the prince 's future affairs , but after he died his worries were realized as the showa incident . he died on june 7 , 840 . due to the emperor 's desire to have a simple funeral , his ashes / remains were dispersed at saiin , oharano , kyoto . different names the emperor 's name ( real name ) was otomo . the japanese-style posthumous name was yamato neko ame no taka yuzuru iya to no mikoto . he was also called emperor sai-in , which came from junna in ( currently saiin , nakagyo ward , kyoto city ) , the palace in which he stayed after he abdicated the throne . eras during his reign tencho 824 - 833 the imperial mausoleum following the retired emperor 's wishes , he was cremated and his ashes / remains were dispersed at oharano no nishi no mine no e no misasagi in minami kasuga-cho town , oharano , nishikyo ward , kyoto city . +emperor nimmyo ( 810 - may 6 , 850 ) , the fifty-fourth emperior , reigned from march 30 , 833 to may 4 , 850 ( in the early heian period ) . his first name was prince masara . brief personal history on march 6 , 833 , he succeeded to the imperial throne after his uncle , emperor junna , passed the position to him . initially , a prince of emperor junna , prince tsunesada , was recommended to become the crown prince ; however , after the showa incident ( 842 ) prince tsunesada was dethroned , so instead emperor nimmyo 's first prince , michiyasu , became the crown prince . it is said that this incident happened because the emperor wanted his son to succeed the throne ; on the other hand , fujiwara no yoshifusa used the emperor 's intentions and formed a plot against him in order that his nephew michiyasu could succeed to the throne . on march 19 , 850 the emperor nimmyo passed the imperial throne to emperor montoku due to his illness . he died on march 21 , 850 . the emperor had been weak since birth , and in the record of " shoku nihon koki " his medical history since age seven is listed ; after his enthronement he often compounded medicines ( tanyaku , ishiyaku ) , and his knowledge was as good as that of a doctor in his time . according to an article of fujiwara no yoshimi 's death in " sandai jitsuroku , " it is said that the emperor ordered yoshimi to try his own , self-made medicine . sanyo rai , who was a confucianist ( a confucian scholar of the edo period ) , criticized emperor nimmyo for not accepting prince tsunesada 's previous frequent resignations from the position of crown prince , but he removed the prince and let his own son be enthroned as the crown prince when the incident occurred ( " nihon seiki " ) . different names he was called " fukakusa no mikado , " which came from the name of the place in which his mausoleum was located . his japanese-style posthumous name is yamato neko amatsu mishirushi toyosato no mikoto . he was the last emperor to receive a japanese-style posthumous name . eras during his reign tencho jowa ( 834 - 847 ) kasho ( 848 - 850 ) the imperial mausoleum the emperor was entombed in fukakusa no misasagi ( higashi date-cho town , fukakusa , fushimi ward , kyoto city ) . +emperor montoku ( 827 - october 7 , 858 ) , the fifty-fifth emperor , reigned from may 31 , 850 to october 7 , 858 . his posthumous name was michiyasu . he was also called emperor tamura . genealogy he was the first prince of emperor nimmyo . his mother was the sadaijin ( minister of the left ) fujiwara no fuyutsugu 's daughter , the empress dowager fujiwara no junshi . brief personal history after prince tsunesada was removed from the position of crown prince in the showa incident of 842 , instead the emperor montoku succeeded to the throne after emperor nimmyo died ( 850 ) , with the recommendation of his uncle , fujiwara no yoshifusa , who had contributed to the resolution of the incident . given the situation , fujiwara no yoshifusa started to enhance his political power during emperor nimmyo 's reign ; he let his grandchild , his fourth prince , korehito ( later called emperor seiwa ) , whose mother was some dono no kisaki ( empress ) fujiwara no akirakeiko ( empress some dono ) ( akira keiko ) become the crown prince , married while the emperor was the crown prince , and finally had prince korehito in the same year as the emperor 's enthronement . the emperor wanted his first prince , koretaka , the son of his favorite koi ( ki no shizuko ) , to succeed the throne ; however , due to yoshifusa 's political pressure he had no choice but to let korehito become the crown prince . however , the darkness between emperor montoku and yoshifusa continued , and it is said while emperor montoku was in power he moved to the togu ( a palace for a crown prince ) located at the end of the palace , or reizen-in where the retired emperor saga 's palace was located far from the palace ; he never lived or spent time in the main building of the palace because yoshifusa had put political pressure on him . soon the emperor tried to let prince korehito resign from his position as the crown prince , as he wanted prince koretaka to become the crown prince instead ; however , sadaijin minamoto no makoto , advised that it should be stopped since he was concerned about prince koretaka 's safety . due to above situation , the emperor died suddenly of his illness in 858 . in popular lore , the cause of his death was a cerebral stroke , but 彦由一太 seemed to think the emperor was assassinated by fujiwara no yoshifusa , considering that the emperor 's illness had so suddenly worsened . eras during his reign kasho saiko tenan an authenticated [ an official , a state-approved ] history there is the nihon montoku tenno jitsuroku ( also called ' montoku jutsuroku ' ) edition in article 5 of rikkoku shi , which is a record of the government during the montoku reign . posthumous name , tsuigo , a different name the emperor was also called ' emperor tamura , ' which came from the name of the place in which his mausoleum is located . the imperial mausoleum the emperor was entombed in tamura no misasagi at sambi-cho town , uzumasa , ukyo ward , kyoto city . +emperor seiwa ( may 10 , 850 - january 7 , 881 ) was the fifty-sixth emperor ( he reigned during the early heian period ) . his reign was from november 7 , 858 to november 29 , 876 . he was the earliest ancestor of the seiwa-genji ( minamoto clan ) ( which , in subsequent ages , would act as the leader of samurai ) , and his posthumous name was korehito . he was the fourth prince of emperor montoku . his mother was a high-ranking lady in the court ( a wife of an emperor ) , fujiwara no meishi , akirakeiko ( some dono no kisaki ) , who was the daughter of grand minister fujiwara no yoshifusa . he was prince koretaka 's ( 844 - 897 ) younger half-brother . under the supervision of his maternal grandfather , fujiwara no yoshifusa , he became the crown prince after the dismissal of prince koretaka . emperor seiwa succeeded to the throne after emperor montoku when he was nine years old , so yoshifusa took control of politics as the emperor 's maternal relative . in 866 there was the oten-mon gate fire incident , which was presumably started by tomo no yoshio . because the emperor trusted tomo no yoshio , after yoshifusa sorted out the incident , the emperor officially appointed yoshifusa as a regent to spare his feelings , although emperor seiwa celebrated his coming of age in 864 . it is said that when emperor seiwa abdicated from the imperial throne in 879 and suddenly became a priest , he started an impossible fast but died due to his illness . he was born in 850 . he became the crown prince in the year described above . he was enthroned as the emperor ( 858 ) when he was nine years old . in 866 , the oten-mon gate fire incident occurred . in 876 , at age 27 , he abruptly abdicated the throne and entered the priesthood . he died in 880 . many of emperor seiwa 's descendents left the imperial family and called themselves the seiwa-genji ( minamoto clan ) . given the direction of the imperial mausoleum , he is called emperor mizu-no-o . tenan jogan he was cremated , and his ashes / remains were buried in mizu no o yama no misasagi ( round burrow ) in what is now the ukyo ward of kyoto city . +emperor yozei ( january 2 , 869 - october 23 , 949 ) , the fifty-seventh emperor , reigned from november 29 , 876 to february 4 , 884 . his posthumous name was sadaakira . genealogy he was the first prince of seiwa , the fifty-sixth emperor . his mother was gon-chunagon , fujiwara no nagara 's daughter , a high-ranking lady in the court ( the wife of an emperor ) , fujiwara no takaiko ( nijo no kisaki ) . prince motoyoshi and prince motohira , both talented poets , were his children . prince motohira was the earliest ancestor of the yozei-genji ( minamoto clan ) and the seiwa-genji ( minamoto clan ) ( which originated in the yozei-genji ( minamoto clan ) ) , which would eventually act as head of the military caste ( the warrior class ) ; however , in recent years it has been said that emperor yozei was known as a dictator ( as mentioned later ) , so the seiwa-genji ( minamoto clan ) disliked him and wanted to have emperor seiwa as an ancestor . brief personal history he became the crown prince at the age of two months . he succeeded to the imperial throne at the age of nine after emperor seiwa abdicated and passed the position to him . during the early stage of the enthronement his father , the retired emperor , his mother takako and the regent fujiwara no mototsune ( the emperor 's uncle ) all helped to rule the government . following the death of his father , emperor seiwa , the relationship between emperor yozei and mototsune became worse , and mototsune once refused to serve the government . there is a recent theory regarding the above situation , which asserts that mototsune sent his two daughters to become emperor seiwa 's ladies , followed by sending another daughter , either fujiwara no kamiko or fujiwara no onshito , to emperor seiwa when emperor yozei had his coming-of-age ceremony ; however , the empress might have refused to have them . emperor yozei was known for his lack of self-discipline . in 883 , emperor yozei beat minamoto no susumu , the son of his wet nurse , ki no matako , to death and was forced to abdicate the throne . it is said that mototsune forced him to do so . although emperor yozei is infamous for his bad behavior , it is questioned whether the story could be true , since he was only 17 years old at the time of his abdication ; it could have been mototsune 's attempt to cover up his accusation in order to remove emperor yozei from his position and set up his favorites ( the future emperors koko and uda ) to succeed the throne . even after emperor yozei abdicated , the emperors koko , uda and daigo were all suspicious about the situation ; some people have said that historical books such as " nihon sandai jitsuroku " and " shin kokushi " were edited to prove the justice of those emperors in going against retired emperor yozei . emperor yozei was supposed to have some poetic talent , and on various occasions he organized tanka matches ( tanka ( writing ) contests ) by himself ; there is only one existing song made by the emperor , which won a prize from gosen wakashu ( later collection of japanese poetry ) and was later recorded in ( a hundred poems by a hundred poets ) . the little stream of the minano-gawa river coming from tsukuba falls into another stream , and gradually enters oblivion ; when i think of someone i love , my feeling is same as the minano-gawa river ; it seems to get deeper and deeper ' ( in " a hundred poems " it is given as ' en to nari nuru ' ( instead of nari keru ) . he spent 65 years as an retired emperor--the longest span in history--a record followed by emperor reizei , who spent 42 years as an retired emperor . according to " o-kagami ( the great mirror ) , " despite retired emperor yozei 's demotion from nobility to subject , when seeing emperor uda , who used to be one of the palace staff and was enthroned after the abdication of the retired emperor 's father , emperor koko , it is said that the retired emperor asked , ' that person used to serve me at the palace , didn 't he ? ' it is ironic that the retired emperor yozei lived longer than emperor uda 's prince and cousin , prince atsugimi ( atsuhito ) ( emperor daigo ) ; moreover , he had to experience the imperial succession of emperor suzaku , emperor murakami and his great uncle on emperor koko 's side . above is the only song handed down to the present day , having been made for one of the retired emperor 's wives , princess tsuridono no miya suishi , who was emperor uda 's sister . eras during his reign jogan gangyo ( gankyo ) the imperial mausoleum the emperor was entombed in kaguraoka no higashi no misasagi in shinnyo-cho town , jodoji , in the sakyo ward of kyoto city . +emperor koko ( 830 - september 17 , 887 ) was the fifty-eighth emperor ( his reign was from march 23 , 884 to september 17 , 887 ) . his first name was tokiyasu . he was also called nina no mikado or komatsu no mikado . the fujiwara clan produced a chancellor for the first time during his reign . he was the third prince of emperor nimmyo . his mother was takushi , the daughter of grand minister ( posthumous title ) fujiwara no fusatsugu . his brothers were the emperor montoku , prince muneyasu , prince saneyasu , prince motoyasu , minamoto no masaru and minamoto no hikaru . he also adopted minamoto no koreshige of saga genji ( the minamoto clan originated from emperor saga ) . he had been the favorite of empress dowager tachibana no kachiko since his childhood . he had a coming-of -age ceremony when he was 16 years old in front of his father , emperor nimmyo , and became shihon shinno ( prince ) , after which he worked as nakatsukasa kyo ( a chief of the nakatsukasa ministry ) , shikibu kyo ( a chief of the shikibu ministry ) , sumai no tsukasa ( in charge of the sumo matches held in the presence of the emperor ) , dazai no sotsu ( director of the dazai office ) , taishu ( a governor ) of hitachi province and kozuke province , after nearly all the official positions had been filled , after which he became ippon shinno ( prince ) , the principal of princes when he was 53 years old . he was enthroned when he was 55 years old , after emperor yozei was overthrown by fujiwara no mototsune . according to " tsurezure gusa ( essays in idleness ) , " it is said that the emperor did his own general cooking after the enthronement . fujiwara no mototsune was appointed as a chancellor , and he dealt with politics . as soon as he was enthroned , he allowed many princes to be demoted from nobles to subjects ; due to his illness , his son , emperor uda ( sadami ) was returned as a prince on august 25 , ninna 3 and emperor uda became the crown prince on august 26 , ninna 4 . emperor koko died on the same day , and prince sadami ascended to the throne as emperor uda . it is said that he worked to restore court functions and that , as a highly educated person , he was very versatile . he was good at making poems and playing the 13-string koto , and he brought back falconry by following the precedent of emperor kammu . he also encouraged sumo , presumably because as a prince he had worked as the sumai no tsukasa ( in charge of the sumo matches held in the presence of the emperor ) . in his final years he aimed to undertake political reform and build a temple ( by imperial order ) near uda-in , where he had spent his time during princehood ; however , it didn 't come true , and it was succeeded to the next emperor , uda , to rule ' the peaceful era of kampyo ' and build ninna-ji temple . according to " nihon sandai jitsuroku , " ' the young emperor koko was intelligent and preferred to read chinese classics on ethics , politics and history books . ' his behavior was elegant ; he was moderate and calm , and had greater latitude . he was described as gracious , having the ability to understand things in human terms . 830 : emperor koko was born . he filled successive position as the taishu ( governor ) of hitachi province and kozuke province , and as the nakatsukasa kyo ( a chief of the nakatsukasa ministry ) . 876 : he became shikibu kyo ( a chief of the shikibu ministry ) 882 : he became imperial prince ippon . 884 : he was enthroned . 887 : he died . gangyo / gankyo ninna the imperial mausoleum is komatsu yama no misasagi ( nochi no tamura no misasagi ) . the following is emperor koko 's poem from " a hundred poems by a hundred poets " : i went out to the field and picked up young greens for you , and the snow was falling on my sleeves . +emperor suzaku ( september 7 , 923 - september 6 , 952 ) was the sixty-first emperor ( his reign was from december 14 , 930 to may 16 , 946 ) . his posthumous name was yutaakira . genealogy he was the eleventh prince of the sixtieth emperor , emperor daigo . his mother was fujiwara no mototsune 's daughter , the second consort of an emperor , fujiwara no onshi . brief personal history he became the crown prince in 926 . in the background how he became the crown prince was that the previous crown princes--his brother prince yasuakira and his son , prince yoshiyori--died young , thus the mother , onshi , was afraid of bad spirits and looked after prince yutaakira within the layered kicho ( a partition of fabric used during the heian period ) . in 930 , following the death of emperor daigo , he took over the throne ( senso ) in september and succeeded to the throne ( sokui ) in november at the age of eight . his uncle , fujiwara no tadahira , took actual control of the politics as a regent and chancellor . in 935 , during his reign , there was an incident caused by taira no masakado in the kanto area , and the following year there was another one in the inland sea ( of japan ) caused by fujiwara no sumitomo . ( the shohei and tengyo rebellion ) the government tried to reconcile the incident but it failed , so in 940 fujiwara no tadafumi was appointed as seii raishogun ( literally , " great general who subdues the barbarians " ) to send the troops to defeat masakado , fujiwara no hidesato subjugated masakado . the following year fujiwara no sumitomo was subjugated bytachibana no toyasu , and both incidents finally converged . during emperor suzaku 's reign there were many disasters or abnormal events such as the eruptin of mt . fuji , earthquakes and flooding ; moreover , not only did the emperor have no children , but he also abdicated to pass the throne to his younger half-brother , prince nariakira ( later called emperor murakami ) and left the imperial palace to live at ninna-ji temple . however , he regretted it afterwards and gave an invocation to be restored to the throne . he became a priest in 952 and died in the same year at 30 years of age . posthumous name , tsuigo , a different name he had the posthumous name ' suzaku in - the retired emperor suzaku , ' since he spent his time in suzaku as ' go-in ' ( the palace where an ex-emperor lived after his abdication ) once he abdicated the throne . the imperial mausoleum the emperor was entombed in daigo no misasagi ( the daigo ( imperial ) mausoleum ) , higashi ura cho-town , daigo goryo of fushimi ward , kyoto city , which is not far from yamashina no misasagi , the mausoleum of his father , emperor daigo . +emperor murakami ( july 14 , 926 - july 5 , 967 ) reigned in the mid-heian period ( from may 31 , 946 to july 5 , 967 ) . he was the sixty-second emperor . his posthumous name was nariakira . he was the fourteenth prince of the sixtieth emperor , daigo . his mother was fujiwara no mototsune 's daughter , the second consort of an emperor , fujiwara no onshi . he was the younger half-brother of the sixty-first emperor , suzaku . he became the crown prince on april 22 , 944 and was enthroned on the 28th of the same month after the abdication of emperor suzaku ( april 13 , 946 ) . the emperor 's father-in-law , fujiwara no tadahira , continued to work as a chancellor ( chief cabinet advisor to the emperor ) from the previous emperor 's era , since after tadahira died in 949 there was no one appointed as a regent so a chancellor and the emperor ruled the government directly ; this became imperial house law , followed by the engi period . however , the actual control of politics was still with fujiwara no saneyori and fujiwara no morosuke ( brothers of the regent-and-chancellor family ) ; in addition , the emperor 's mother onshi and older brother , the cloistered emperor suzaku in his pious life , tried to get involved in politics as guardians , so the government--which was supposed to be ruled by the emperor--was a superficial one . subsequent to the shohei and tengyo rebellion caused by taira no masakado , fujiwara no sumitomo ( 935 - 940 ) , because the imperial financial situation was tight , the emperor encouraged the saving of money and helped to stabilize prices . in the area of civil administration , the emperor ordered the editing of " go-sen waka shu ( later collection of japanese poetry ) " in 951 , or organized tentoku dairi utaawase ( a tanka match , or a tanka ( writing ) contest ) in march 960 , being highly regarded as a poet and protector of the world of tanka poetry ; this reptution continued in subsequent ages . he was well informed about the koto ( a zither-like japanese instrument ) and biwa ( a japanese lute ) , and today he is well known as the emperor who encouraged the flowering of the heian period . the emperor 's administration was highly regarded as ' the peaceful era of tenryaku , ' in contrast to the preceding ages . on the other hand , the political basis controlled by the emperor 's maternal family became more established during this reign and there was no fairness in politics ; moreover , there were disasters such as when the imperial palace burned down in tentoku 4 , and so on . on may 25 , 967 , the emperor--still in power--died at the age of 42 . there was no emperor-go for 900 years since emperor murakami until emperor kokaku in the edo period . also , the descendant of prince tomohira had a dramatic influence as murakami genji ( the minamoto clan originating from emperor murakami ) would in future turn toward politics controlled by the imperial palace . his posthumous name , ' murakami , ' which came from the name of his imperial mausoleum . during emperor ichijo 's reign , the emperor murakami was already called ' former emperor murakami ' instead of ' murakami in , retired emperor murakami . ' tengyo , tenkei , tenkyo tenryaku tentoku owa koho the mausoleum is located at murakami no misasagi , uda no tani , narutaki , in the ukyo ward of kyoto city . +emperor enyu ( april 12 , 959 - march 1 , 991 ) was the sixty-fourth emperor ( his reign was november 5 , 969 to september 24 , 984 ) . his posthumous name was morihira . he was the fifth prince of emperor murakami , and his mother was an emperor 's second consort , fujiwara no anshi , who was the daughter of fujiwara no morosuke , the minister of the right . he was the younger half-brother of emperor reizei . he had a close relationship with his older sister , princess shishinai , and she was conferred the rank of ippon shinno , the highest rank given to a member of the imperial family . initially , the chancellor ( chief adviser to the emperor ) fujiwara no kanemichi 's daughter koshi became the emperor 's second consort , but after she died ( in 979 ) , junshi , daughter of the chancellor fujiwara no yoritada , took over her position . also , the emperor gave approval for fujiwara no kaneie 's second daughter , fujiwara no senshi , to enter the imperial palace as a consort bride ; she gave birth to an only prince , yasuhito ( later called emperor ichijo ) . on september 1 , 967 , he became the crown prince at the age of nine instead of his older brother , imperial prince tamehira . prior to that point , there was a three-month period in which no one succeeded to the position of crown prince the fujiwara clan caused the anna incident , as they did not like imperial prince tamehira having an empress who was a daughter of minamoto no takaakira ; so , after he lost his position , emperor enyu became a successor , followed by emperor reizei . the emperor was 11 years old when he was enthroned , so the grand minister , fujiwara no saneyori , became a regent . after saneyori died in 970 , the emperor 's father-in-law , fujiwara no koremasa , took over the position of regent . in 972 , after koremasa died after about a year in his position , there was a fierce battle between his brothers , kanemichi and kaneie , to take over the position of regent . the emperor appointed kanemichi as the chancellor , following his mother 's will , but after that kanemichi became very ill in 977 and the emperor appointed fujiwara no yoritada , a distant relative , to take over kanemichi 's position , since that was kanemichi 's wish . this was partly due to kanemichi 's power ; one theory asserts that emperor enyu preferred yoritada , who had sent his daughter junshi to him , but on the other hand kaneie did not send any of his daughters to emperor enyu , although he did so for the retired emperor reizei , so the emperor did not have complete trust in kaneie . subsequently , kaneie sent his daughter senshi to the emperor , and senshi gave birth to the emperor 's only prince , yasuhito ( later emperor ichijo ) . despite the above , the emperor appointed junshi , who could not have children , as the second consort of an emperor . a chain of events led kaneie to hold a grudge against the emperor ; consequently , kaneie returned to his hometown with senshi and prince yasuhito , and never let them return to the palace . on the other hand , the emperor tried not to rely on kaneie by using kanemichi 's palace , horikawa dono ( residence ) ( it was still used after the emperor abdicated the throne ) or using the palace of chancellor yoritada as a temporary palace when , on two occasions , fires occurred in the palace , so the relationship between the emperor and kaneie was sensitive . thus the emperor was at the mercy of a power struggle within the fujiwara clan , and he abdicated and passed the throne to emperor kazan in 984 after imperial prince yasuhito became the crown prince . it is said that during emperor ichijo 's reign , emperor enyu seized strong leadership over the young emperor ichijo , and intended to rule a cloister government ; however , this isn 't certain . after he abdicated from the throne , he was called retired emperor suzaku-in , named after go-in , which was a candidate place for the emperor to stay after abdicating the throne . in august 985 he was given the orders of the priesthood by kancho dai-sojo ( the head priest of a buddhist sect ) , and became a priest , whereupon he lived at enyu-ji temple . due to the above , upon his death he was given the posthumous name ' enyu-in . ' anna tenroku ten-en jogen tengen eigan , eikan his mausoleum is nochino murakami no misasagi , located at fukuoji-cho town , utano , in the ukyo ward of kyoto city . all the past emperors are enshrined in koreiden , one of the three palace sanctuaries . +emperor reizei ( june 12 , 950 - november 21 , 1011 ) was the sixty-third emperor ( his reign was in the mid-heian period , from november 15 , 967 to september 27 , 969 ) . he was the second prince of emperor murakami . his name was prince norihira . his mother was fujiwara no anshi , the daughter of fujiwara no morosuke , the second consort of an emperor . he was the older half-brother of emperor enyu . he was chosen over prince hirohira and became the crown prince soon after his birth . it is presumed that the brothers , fujiwara no saneyori and morosuke , who were in the leadership position during this period , assisted in making the future emperor reizei the crown prince . in 967 , he succeeded to the throne at age 18 , following the death of emperor murakami . for the first time there was an enthronement ceremony at shishin-den ( the hall designated for state ceremonies ) . the emperor had suffered mental illness since he was the crown prince , and therefore fujiwaea no saneyori became chancellor ( chief advisor to the emperor ) . the anna incident took place , and prince tamehira , the fourth prince of emperor murakami , and prince morihira fought each other to become the crown prince during emperor reizei 's reign ; consequently , emperor enyu ( prince morihira ) became the emperor in 969 . after the emperor passed the throne to emperor enyu , he became known as retired emperor reizei-in . he died at 62 years of age . it is said that he died of dysentery . subsequently , the imperial throne was shared with his brother ( from the enyu line ) for about 50 years until emperor go-ichijo succeeded to the throne ; the imperial line was brought together after the enthronement of emperor go-sanjo , who was a great-grandchild from both lines , having his mother from the reizei line and his father from the enyu line . his name as an retired emperor came from ' reizei in , ' which was built by emperor saga on the northeast of the current nijo-jo castle as his detached palace ; it was an imperial villa that later became go-in ( retired emperor 's palace ) . emperor reizei appeared physically healthy , but since his days as the crown prince he had exhibited strange behavior that belied his insanity . there are the following episodes in " go ki , " written by oe no masafusa . he continually kicked a kemari ball ( a game played by aristocrats of the heian period ) without minding that his foot was getting hurt . he continued to send letters back to his father , emperor murakami , containing pictures of an enlarged penis . he sat down on the roof of the caretaker 's lodge near seiryo-den ( the emperor 's residence ) . when he was in bed with his illness , he would sing in a loud voice . when there was a fire at his palace ( gosho ) after he abdicated the throne , as he was escaping to a safe place he sang loudly inside the cow-drawn carriage . during an official ceremony , he took off his crown suddenly and , saying , ' i cannot wear this heavy thing anymore , ' he pulled uma no myobu 's arm aggressively , who was serving near him , into the room with a partition and raped her . in addition to the above strange behavior , emperor reizei had no maternal relationship with the regent , fujiwara no saneyori , and imperial prince tamehira , who was considered to be a powerful successor to the throne , had minamoto no takaakira as father-in-law ; this inflamed the fujiwara clan ( and became a foreshadowing of the anna incident ) , and consequently emperor reizei abdicated within just two years after his enthronement . however , after the abdication the retired emperor reizei lived to the age of 61 , presumably due to not having too much stress that he had when in power ; it was ironic that his relatives like prince morosada ( the emperor kazan ) or other princes and princesses , his brother emperor enyu and his prince ( emperor ) ichijo , passed away before him . however , his imperial line certainly fused together with princess teishi and emperor enyu 's line after his death . koho anna it is in sakura moto no misasagi in shishi ga tani , sakyo ward , kyoto city . +emperor kazan ( november 29 , 968 - march 17 , 1008 ) reigned from november 5 , 984 - july 31 , 986 , as the sixty-fifth emperor . it was in the middle heian period when emperor kazan was in power . his posthumous name was morosada . his name used to be written ' 華山天皇 ' in different kanji characters . he was the first prince of emperor reizei . his mother was a high-ranking lady in the court ( a wife of an emperor ) , fujiwara no kaishi , who was a daughter of regent and grand minister , fujiwara no koremasa . he was the older half-brother of emperor sanjo . prince kiyohito was his son , who became a forefather of kazan genji ( the minamoto family originated from the emperor kazan ) ( haku o ke ( the haku o family ) , who descended from jingi haku ( a chief official in charge of matters related to shintoism ) ) . emperor kazan became the crown prince in 969 concurrently with the enthronement of his uncle , emperor enyu ; he succeeded to the throne after emperor enyu in 984 . he was enthroned after ten months he was born due to his maternal grandfather , koremasa 's political influence ; however , when he succeeded to the throne at seventeen , koremasa had already passed away and he did not have any powerful maternal relative , so his reign only lasted a little more than two years . fujiwara no yoritada continued in the position of chancellor ( chief advisor to the emperor ) from previous government ; however , fujiwara no yoshichika , the emperor 's father-in-law and fujiwara no koreshige , an educator to the imperial family , took actual control of the politics . yoshichika and koreshige carried out aggressive political reform by issuing the decree restricting the expansion of private estates and / or trying to activate the money circulation ; however , soon after that they left the imperial palace following the emperor 's abdication of the throne . at the age of 19 he abdicated the throne , left the imperial palace and shaved his head in order to become a priest . according to " eiga monogatari ( a tale of flowering fortunes ) " and " okagami ( the great mirror ) , " the reason the emperor became a priest was that his favorite high-ranking lady in the court ( a wife of an emperor ) , fujiwara no shishi had died while pregnant , and there is a further record in " okagami ( the great mirror ) " that fujiwara no kaneie plotted to let his daughter 's grandchild , prince yasuhito ( emperor ichijo ) , succeed the throne . fujiwara no kaneie 's third son , fujiwara no michikane , tricked emperor kazan , who was sorrowful , into becoming a priest , whereupon he took the emperor from the imperial palace to gangyo-ji temple ( kazan-ji temple ) . at that time , having received orders from kaneie , minamoto no mitsunaka of the seiwa genji ( the minamoto family were descended from the emperor seiwa ) and his retainers protected the emperor from the opposition at the bend of the kamogawa river . when passing abe no seimei 's palace , a group heard someone inside say , ' it is a life-or-death matter ! the emperor is going to abdicate and a shikigami ( a type of spirit ) has already come to the palace ' , whereupon something invisible opened the door , left the room , looked at the group and said , ' the emperor has just walked past the front of the house . ' when the emperor was tonsured after their arrival at gangyo-ji temple , michikane fled the temple to explain the situation to his father , kaneie , and it was at this point that the emperor realized he had been deceived . yoshichika and koreshige were looking for the emperor , who had gone missing from the palace , and found him in the gangyo-ji temple , and then they both said to the the emperor that they were all deceived to become priests . while emperor kazan was a prince , this incident had a detrimental effect on the fates of murasaki shikibu 's father , fujiwara no tametoki , who taught and was appointed to the position of shikibu no jo ( a position within the bureau of ceremony ) at that time and fujiwara no motonaga , who was well known for the ” letters of local government officials and farmers from owari province ” ( owari no kuni gunji hyakusho ra no gebumi ) . emperor kazan was commented upon by the people in those days , who said ' the emperor himself is not so smart but his aids are ' ; there are many anecdotes in " okagami ( the great mirror ) " and " kojidan " describing emperor kazan 's abnormal behavior . on the other hand , he was talented in the arts such as paintings , architectures and making poems , etc . , and people often were impressed by his creativity based on his unique ideas . it is said that the emperor edited " shui waka shu ( collection of gleanings ) . " after the emperor became a cloistered emperor in the pious life , he found this hoin ( a seal used in temples ) in nakayama-dera temple of settsu province ( takarazuka city , hyogo prefecture ) , where it is said that tokudo left a hoin ( a seal used in temples ) inside the stone coffin of the 33 kannon reijo ( a sacred place ) during the early nara period , the emperor worked hard and gained the power of the buddhist dharma ( law ) by visiting the 33 kannon reijo ( a sacred place ) from kumano , kii province . emperor kazan 's pilgrimage statue of the goddess of kannon has been inherited to the present as pilgrimage through 33 places in the western region , and each of the poems made by the emperor in different sacred places has become a buddhist ( pilgrim 's ) hymn [ chant ] . after this pilgrimage , just over ten years period until the emperor returned to the capital city in his final years , it is said the emperor lived in a hermitage at his favorite place on the way to his pilgrimage , a bodai-ji temple ( sanda city , hyogo prefecture ) in settsu province , there is go-byosho / a mausoleum and this place is considered as an extra sacred place of pilgrimage through 33 places in western region of a family temple . there was a famous incident after he became a priest , in which there was an assault upon the cloistered emperor kazan . when the cloistered emperor kazan was 29 years old , he was hit with an arrow by inner ministers fujiwara no korechika and fujiwara no takaie of the naka no kampaku family . the cloistered emperor kazan began visiting shi no kimi ( literally , " fourth daughter " ) at the palace where korechika used to visit , which was where the late grand minister fujiwara no tamemitsu 's daughter , san no kimi ( literally , " third daughter " ) , had lived . this shi no kimi was the sister of the cloistered emperor 's favorite , a high-ranking lady in the court ( a wife of an emperor ) , fujiwara no shishi . korechika made it understood that the cloistered emperor was visiting his san no kimi . according to " hyaku ren sho , " the brothers took samurai with them and attacked the cloistered emperor 's party ; takaie and the samurai pierced the cloistered emperor 's sleeve with an arrow , before killing and beheading two young children in his party . the cloistered emperor kazan was in fear and withdrew himself , and kept quiet about the incident ; however , the rumor spread and korechika and takaie were both sentenced to deportation to dazai fu or izumo province . the chotoku incident a high-ranking lady in the court ( a wife of an emperor ) : fujiwara no yoshi ( 971 - 989 ) - dainagon ( ooi mono mosu tsukasa ) fujiwara no asateru 's daughter a high-ranking lady in the court ( a wife of an emperor ) fujiwara no shishi ( ? - 1035 ) - chancellor and grand minister fujiwara no yoritada 's second daughter a high-ranking lady in the court ( a wife of an emperor ) princess enshi ( tsuyako ) ( 972 - 998 ) - ippon no shikibu kyo , prince tamehira 's daughter , later became fujiwara no sanesuke 's wife . the cloistered emperor had no children with any of the officially recognized empresses after he became a priest , but he did have children with nakatsukasa ( who was the daughter of the emperor 's wet nurse ) and her daughter taira no hirako , both of whom he had simultaneously fallen in love with ; the general public called prince kiyohito ( nakatsukasa 's son ) ' oya bara no miya ' ( literally , " prince of the mother 's womb ) and prince akinori ( hirako 's son ) ' musume bara no miya ' ( literally , " prince of the daughter 's womb ) . two princes were later given official names by the emperor reizei in gonomiya and rokunomiya . mother : nakatsukasa ( 平祐之女 ) prince kiyohito ( ? - 1030 ) - shihon no danjo in , an ancestor of the shirakawa hakuo family two princesses mother : taira no hirako ( taira no suketada 's daughter , whose mother was nakatsukasa ) prince akinori ( 998 - 1035 ) - shihon ( fourth order of an imperial prince ) no nakatsukasa-kyo ( minister of the ministry of central affairs ) two princesses others jinkan ( 1001 - 1050 ) kakugen ( 1004 - 1065 ) according to " eiga monogatari , " only one princess who was born from hirako reached adulthood out of four princesses . however , this princess , ( fujiwara no shoshi 's wife ) was found dead in the middle of the night on he street with a cruel appearance , half-eaten by a wild dog on december 6 , 1024 ( " sho yu ki " ) . this incident startled the court nobles in kyoto , and while the police and judicial chief ( in the ancient administrative system ) investigated the incident , 法師隆範 was arrested as a suspect on july 25 , 1025 ; he confessed that he killed the princess as instructed by fujiwara no michimasa . fujiwara no michimasa 's father was fujiwara no korechika , who had struck cloistered emperor kazan with an arrow . eikan kanna he was called ' kazan in , ' being named after gozaisho ( emperor kazan 's residence ) where he lived after his abdication .. all the past emperors are enshrined in koreiden , one of the three palace sanctuaries . the imperial mausoleum is called kamiyakawa no hotori no misasagi and is located in kita takahashi-cho town , kinugasa , kita ward , kyoto city . +emperor go-ichijo ( october 12 , 1008 - may 15 , 1036 ) , the sixty-eighth emperor , reigned during the middle heian period ( from 1016 to 1036 ) . his posthumous name was atsuhira . he was the second prince of emperor ichijo . his mother was fujiwara no michinaga 's daughter , the second consort of an emperor , fujiwara no shoshi . there was a description of the emperor in ' the murasaki shikibu diary ' that , when he was born , michinaga had long waited to have a prince from the maternal side , so that he became the first glory of the imperial family . on march 24 , 1016 , emperor go-ichijo succeeded to the throne when he was eight years old , whereupon michinaga became a regent and took control of politics in a dominant way . he had fujiwara no ishi as the emperor 's second consort , she being michinaga 's daughter and the emperor 's aunt ; it was unusual during this time for the emperor not to have other empresses , but he had only two princesses and did not have any prince who could succeed to the imperial throne ; the emperor died young , at the age of 29 . according to his will , his death was not announced and the enthronement ceremony was organized for emperor go-suzaku . the imperial mausoleum it is located at yoshida kaguraoka-cho town , in the sakyo ward of kyoto city . it is called bodaiju in no misasagi . +emperor go-suzaku ( december 14 , 1009 - february 7 , 1045 ) , the sixty-ninth emperor , reigned in the middle heian period ( from 1036 to 1045 ) . his posthumous name was atsunaga . he was the third prince of emperor ichijo . his mother was fujiwara no shoshi , the daughter of fujiwara no michinaga , the second consort of an emperor . he was the younger brother of emperor go-ichijo , who was the heir apparent . after emperor go-ichijo succeeded to the throne in 1017 , prince atsuakira declined to become the crown prince , so the future emperor go-suzaku became the crown prince instead . in 1021 fujiwara no kishi , michinaga 's sixth daughter and the emperor 's aunt , had an official ceremony to enter the imperial palace as the empress of the crown prince , and she gave birth to the long-awaited first prince , chikahito ( emperor go-reizei ) in 1025 ; however , kishi was not well after the birth of the prince and died suddenly two days later . after that , michinaga 's grandchild and the emperor 's cousin , princess teishi , made an imperial consort 's bridal entry into court as the empress of the crown prince , and she had the second prince , takahito ( emperor go-sanjo ) as well as two other daughters ; on the contrary , his brother emperor go-ichijo died without any children , and consequently the emperor go-suzaku succeeded to the throne . after his enthronement , the chancellor ( chief advisor to the emperor ) , fujiwara no yorimichi , organized his adopted daughter , fujiwara no genshi , an imperial consort 's bridal entry into the court as a second consort of the emperor ; also , yorimichi 's brother fujiwara no norimichi organized the same for his daughter seishi , and fujiwara no yorimune did the same for his daughter enshi , all of which was done in quick succession , but none of them had an opportunity to have a prince . during this time , empress teishi and her prince , takahito , were treated coldly by the chancellors ( chief advisors to the emperor ) , and it is said that after emperor go-suzaku decided to abdicate due to his illness when he was staying in the temporary palace of higashi sanjo dono , fujiwara no yoshinobu , who supported the empress , helped set up prince takahito as the next crown prince according to the will of emperor go-suzaku . emperor go-suzaku abdicated the throne on february 5 , 1045 . two days later , he became a priest and died on that day . he was 37 years old . chogen ( 1028 - 1036 ) choryaku ( 1037 - 1039 ) chokyu ( 1040 - 1044 ) kantoku ( 1044 -1046 ) it is located at shuyama , ryoan-ji , in the ukyo ward of kyoto city . it is called enjo-ji no misasabi . +emperor goreizei ( august 28 , 1025 - may 22 , 1068 ) was the seventieth japanese emperor ( his reign was from 1045 to 1068 ) . his father was emperor gosuzaku . his mother was fujiwara no michinaga 's daughter , fujiwaea no kishi . his posthumous name was chikahito . his educator was murasaki shikibu 's daughter , daini no sanmi . he was born on august 3 , 1025 . his birth mother , princess ( of the crown prince ) kishi , died suddenly two days after emperor goreizei was born . on february 22 , 1036 , the emperor was ordered to become a prince . in 1037 on july 2 , 1037 the emperor had a coming-of-age ceremony and was given the title of sanbon , the third rank of prince . he became the crown prince on august 17 . the emperor succeeded to the throne on april 8 , 1045 . he died on april 19 , 1068 while he was still in power . he was 44 years old . his empress was fumiwara no yorimichi 's daughter , fujiwara no kanshi , but the emperor died without having any children with her . thus , after his death , his younger half-brother emperor gosanjo succeeded to the throne , who had no maternal relationship to the fujiwara clan . there was only one example of having sango heiritsu ( having three empresses at the same time ) during the emperor goreizei 's reign . emperor goreizei was the only emperor having three empresses at the same time , although later on emperor toba , emperor nijo and emperor gohorikawa had three empresses , including the second consort of the emperor . first , shoshi officially became an empress followed by kanshi , and in the natural manner shoshi would have become the empress and kanshi being the second consort of the emperor ; however , due to shoshi 's request kanshi became the empress and shoshi was kept as the second consort of the emperor . subsequently , before the emperor died kanshi officially became the third empress , and on this occasion , second consort of the emperor , shoshi , became the empress dowager and the empress kanshi became the second consort of the emperor , and the last kanshi became the empress . it is considered that this was decided in order by which the three empresses made their imperial consort 's bridal entries into the court . the second consort of the emperor : princess shoshi ( 1026 - 1105 ) - emperor go-ichijo 's first princess empress : fujiwara no kanshi ( 1036 - 1127 ) - the chancellor ( chief advisor to the emperor ) , fujiwara no yorimichi 's eldest daughter empress : fujiwara no kanshi ( 1021 - 1102 ) - the chancellor ( chief advisor to the emperor ) , fujiwara no norimichi 's second daughter princes ( 1049 , died the same day ) kantoku ( 1044 - 1046 ) eisho ( 1046 - 1053 ) tengi ( 1053 - 1058 ) kohei ( 1058 - 1065 ) jiryaku ( 1065 - 1069 ) it is located at shuyama , ryoanji , in the ukyo ward of kyoto city . the emperor was entombed in enkyoji no misasagi . +emperor gosanjo ( september 3 , 1034 - june 15 , 1073 ) was the seventy-first emperor . his posthumous name was takahito . he was 40 years old . his reign lasted from may 22 , 1068 to january 18 , 1073 . he was the second prince of emperor gosuzaku . his mother was emperor sanjo 's third princess , teishi ( yomei mon in ) . he was the younger half-brother of emperor reizei . he was the first emperor since uda , 170 years earlier , who had no maternal relationship to the fujiwara clan ( but princess teishi was the maternal grandchild of fujiwara no michinaga ) . because the emperor 's birth mother was not from the fujiwara clan , he was treated coldly by the chancellor ( chief advisor to the emperor ) , fujiwara no yorimichi and his brother , fujiwara no norimichi ; however , it is said their younger half-brother , fujiwara no yorinobu , supported emperor gosanjo . according to " ima kagami ( the mirror of the present ) , " emperor gosuzaku considered prince takahito of his older brother , prince chikahito 's ( emperor goreizei ) successor , as crowin princes ' younger brother , although yorimichi was against it , at yoshinobu 's insistence prince takahito became the crown prince . however yorimichi and norimichi kept on putting pressure on prince takahito directly or indirectly , to send their daughters to emperor gosuzaku 's palace and take control of political power as maternal grandfather . according to " go dan sho , " written by oe no masafusa , there is an example of the above : yorimichi did not give away tsubo kiri no ken ( a traditional sword handed down from emperor to crown prince ) which passed through successive princes for 23 years until the enthronement of the prince , the reason being that ' the tsubo kiri no ken was meant for the fujiwara clan 's ( specially the sekkan-ke ( families of the fujiwara clan whose members were eligible to become regent ) treasure . ' however , emperor goreizei had no children , so after he died , prince takahito was enthroned . after yorimichi abdicated with great disappointment , his brother norimichi became chancellor ( chief advisor to the emperor ) with the help of fujiwara no shoshi ; moreover , fujiwara no yoshinobu 's adopted son fujiwara no yoshinaga and minamoto no morofusa , of the murakami minamoto clan , were given the positions needed to defeat the dominant politics of the sekkan-ke , and appointed the lower government officials such as oe no masafusa and fujiwara no sanemasa , because fujiwara no yoshinobu had supported the emperor when he was the crown prince and was an active leader in opposition to the sekkan-ke . people such as minamoto no takakuni , who treated the emperor with contempt while he was the crown prince because he felt intimidated by yorimichi , obtained fair treatment by recruiting takakuni 's son , minamoto no toshiakira , in order to ensure that there was no possibility of a reprisal . in 1069 , the decree restricting the expansion of private estates was issued and a contract office to record estates was established , followed by the issuance of the silk fabric regulation in 1070 and the setting of the enkyu measuring cup by the emperor 's order ; the official measuring cup and the price regulation were established in 1072 , and the emperor tried to build a strong financial base for the imperial court , which had been destabilized due to the system of centralized government based on the ritsuryo codes and had become a mere facade . the enkyu decree restricting the expansion of private estates was much more detailed and much fairer than any previous such decrees ; as a result , it was particularly harmful to the weakened finances of the sekkan-ke ( families of the fujiwara clan whose members were eligible to become regent ) as the private estates of the sekkan-ke were confiscated , for example ( details of these events were recorded in the " gonijo moromichiki , " which was the diary of fujiwara no moromichi , who later became chancellor ) . given this fact , it provided security for the feudal lords of the private estate and the farmers , and consequently in " koji dan " ( the collection of stories from the kamakura period ) it is described as a good government during the enkyu period . on the other hand , the sekkan-ke did not come up with a constructive plan to counter the emperor , mainly since there was an adversarial relationship between yorimichi and norimichi . additionally , the battle against ezo ( the name used at that time to refer to the lands located to the north of japan ) , which occurred during the same period , brought the whole of honshu ( the main island ) , including the tsugaru and shimokita peninsulas , under the control of the imperial court , and this had a significant impact on local areas throughout the island . in 1072 , after four years of his enthronement , the emperor intended to pass the throne to his first prince , emperor shirakawa and start the cloister government , however he became ill on the following year and died when he was forty years old . based on recent studies , there is a strong theory that the emperor abdicated the throne due to his illness , not due to his intention to rule the cloister government . jiryaku ( april 19 , 1068 ) - april 13 , 1069 enkyu april 13 , 1069 - ( december 8 , 1072 ) it is located at shuyama , ryoan-ji , ukyo ward , kyoto city . the emperor was entombed in enso-ji no misasagi . +emperor horikawa ( august 8 , 1079 - august 9 , 1107 ) was the seventy-third emperor during the late heian period ( his reign was from 1086 - 1107 ) . his posthumous name was taruhito . he was the second prince of emperor shirakawa , and his mother was fujiwara no kenshi , the second consort of the emperor and an adopted daughter of fujiwara no morozane . his junbo , who was given the same rank as the emperor 's birth mother , was his older half-sister , princess teishi . ( iku ho monin ) on november 26 , 1086 , he became the crown prince ; on the same day , at the age of eight years , he succeeded to the throne from his father . the chancellor ( chief advisor to the emperor ) , fujiwara no morozane , became regent and the retired emperor shirakawa started to rule the cloister government in order to take full control of the politics . emperor horikawa did not get involved in politics but instead put his passion into studies , poems and wind and string instruments . the crown prince was prince munehito ( the emperor toba ) , who was a child of fujiwara no ishi , a high-ranking lady in the court ( a wife of an emperor ) ( the empress dowager , posthumously conferred ) ; however , after ishi died prince munehito was taken to shirakawa in and nurtured in the palace . the emperor was under the tutelage of princess tokushi , who was an aunt and a high-ranking lady in the court ( a wife of an emperor ) ; he was a good emperor , being loved by courtiers , although he was weak ; he died at 29 years of age while still in power . there are detailed descriptions of his mortal moment in " the sanuki no suke diary " written by his educator , naishi no suke , fujiwara no nagako . there was a theory that he had contracted malaria about 1901 . otoku ( november 26 , 1086 ) - april 7 , 1087 kanji april 7 , 1087 - december 25 , 1094 kaho november 25 , 1094 - december 27 , 1096 eicho december 27 , 1096 - november 21 , 1097 shotoku november 21 , 1097 - august 28 , 1099 kowa august 28 , 1099 - february 10 , 1104 choji february 10 , 1104 - april 9 , 1106 kasho april 9 , 1106 - ( august 9 , 1107 ) the emperor was entombed in nochi no enkyo-ji no misasagi , ryoan-ji , in the ukyo ward of kyoto city . +emperor toba ( february 24 , 1103 - july 20 , 1156 ) was the seventy-fourth emperor in the late heian period ( his reign was from 1107 - 1123 ) . his posthumous name was munehito . he was the prince of emperor horikawa . his mother was the empress dowager ( posthumously conferred ) , fujiwara no ishi . his maternal grandfather was fujiwara no sanesue . his children were emperor sutoku , emperor konoe and emperor goshirakawa . according to the description in " kojidan , " it was said that emperor sutoku was emperor shirakawa 's child . his mother , ishi , died soon after the emperor was born , and then he was then taken and raised by his grandfather , the cloistered emperor shirakawa . he succeeded to the throne when he was five , after the death of his father , the emperor horikawa . the cloistered emperor shirakawa took actual control of the government . in 1117 , the cloistered emperor shirakawa 's adopted daughter , fujiwara no shoshi ( taiken mon in ) , made her bridal entry as an imperial consort into the court , whereupon she became the second consort of the emperor , and had five boys and two girls . on january 23 , 1123 , the eldest child , emperor sutoku , succeeded to the throne ; however , after this the cloistered emperor shirakawa retained control of the government . after the cloistered emperor shirakawa died , emperor toba started ruling his cloister government in 1129 . the emperor called back fujiwara no tadazane , who was disfavored by the cloistered emperor shirakawa , and he then arranged his daughter , fujiwara no taishi ( kaya no in ) an imperial consort 's bridal entry into the court , and filled all the significant posts with his close aides . furthermore , the emperor loved fujiwara no tokushi ( bifuku mon in ) , taking over as the second consort of the emperor , shoshi who lost support from the cloister government goshirakawa , and appointed his son , prince narihito ( the emperor konoe ) to succeed the throne . he held control of the politics for 28 years , during the three generations from emperor sutoku , emperor konoe and emperor goshirakawa . in 1142 he became a cloistered emperor after being ordained as a buddhist priest by receiving the orders of buddhism at todai-ji temple kaidan in [ the building that houses the ' ordination platform ' ] . he disfavored the retired emperor sutoku since he followed empress bifuku mon in , and indirectly caused the hogen war just after the death of the cloistered emperor toba . kasho ( august 9 , 1107 ) - august 3 , 1108 tennin august 3 , 1108 - july 13 , 1110 tenei july 31 , 1110 - july 13 , 1113 eikyu july 13 , 1113 - april 3 , 1118 genei april 3 , 1118 - april 10 , 1120 hoan april 10 , 1120 - ( january 28 , 1123 ) the emperor was entombed in anrakujuin no misasagi , uchihata-cho town , takeda , in the fushimi ward of kyoto city , kyoto prefecture . " shin heike monogatari ( the new tale of the heike ) " ( a 1955 movie directed by kenji mizoguchi , played by shunji natsume ) " shin heike monogatari ( the new tale of the heike ) " a 1972 nhk period drama , played by manzo nomura ( seventh generation ) ( tbs tv drama series ) ( 1992 , tbs , played by hiroki matsukata ) +emperor sutoku ( july 7 , 1119 - september 14 , 1164 ) was the seventy-fifth japanese emperor ( his reign lasted from 1123 to 1142 ) . after he abdicated the throne , he came to be called shin in ( the new ex-emperor ) or sanuki in . his posthumous name was akihito . his father was emperor toba . his mother was the second consort of the emperor , fujiwara no shoshi ( tai ken mon in ) , who was the daughter of fujiwara no kinzane . he was the first prince of emperor toba ; however , he was treated coldly . according to an old book , " koji dan , " emperor sutoku was not emperor toba 's real child but the child of emperor toba 's grandfather , emperor shirakawa , and tai ken mon in , since tai ken mon in had been passed from emperor shirakawa to emperor toba . once the father , emperor toba , learned of this , he called emperor sutoku " ojiko , " which means " not my child but the grandfather 's child . " this , however , is only referred to in " koji dan " ; there is no proof that the story is true . in 1123 , the emperor succeeded to the throne at age five , the emperor toba having passed the throne to him , but the cloistered emperor shirakawa in his pious life had an influence on politics . after shirakawa died , his father , toba , who had become an ex-emperor with political power , treated emperor sutoku coldly ; consequently , emperor sutoku abdicated and his younger half-brother , emperor konoe , succeeded to the throne on april 28 , 1142 . the emperor sutoku wished to rule his cloister government since the new emperor was his second consort , fujiwara no seishi 's adopted son ; however , according to the statement of succession to the throne issued by toba , he was stated as the ' younger brother of the prince ' and therefore lost his position as the new emperor 's father ; thus his intention to rule his cloister government was stopped through clever means . thus emperor toba , the ex-emperor with political power , in fact ruled the government once emperor sutoku became an ex-emperor , and as a result sutoku was dissatisfied with the situation . konoe 's mother , bifuku mon in , adopted sutoku 's eldest child , imperial prince shigehito , to placate sutoku . given the above , in the event konoe had no chance of succeeding to the imperial throne , there was a possibility for shigehito to become a successor to the throne ; however , imperial prince morihito , the son of sutoku 's younger half-brother imperial prince masahito , was also adopted , so that it ultimately became a factor of the hogen war as a fight for imperial succession in later years . in 1155 , after emperor konoe died , it was discussed by emperor toba , bifuku mon in , fujiwara no tadamichi and shinzei , in the emperor 's agreement to decide upon the imperial successor , the two candidates being imperial prince shigehito and imperial prince morihito . however , because sutoku was disfavored by toba and bifuku mon in was concerned about her position after sutoku started his cloister government , and shinzei wanted imperial prince masahito to succeed to the throne since he was the educator and had the intention of entering the political arena , they all agreed that prince morihito should succeed to the throne , while morihito 's father , prince masahito , was put in the position until morihito 's official enthronement could take place . it was emperor goshirakawa . around july 2 , 1156 , before emperor toba died , goshirakawa prevented sutoku and toba from meeting by having kebiishi , a political and judicial chief , patrol the palace ; emperor toba 's memorial day , seven days after his death , was organized by the goshirakawa force before sutoku had a chance to visit the palace , given that he was obviously wary of sutoku . on july 10 , a desperate sutoku entered into shirakawa dono ( the cloistered emperor shirakawa 's palace in sakyo ward , kyoto city ) with fujiwara no yorinaga , and gathered samurai like taira no tadamasa , taira no iehiro and minamoto no tameyoshi to fight against goshirakawa 's force ( the hogen war ) . however , emperor toba had already instructed important samurai to protect goshirakawa if anything should happen , and on july 11 taira no kiyomori , minamoto no yoshitomo and minamoto no yoshiyasu made a breakaway nighttime attack into shirakawa dono , and consequently sutoku 's force was defeated by the goshirakawa force . yorinaga was hit by an arrow and died six days later ; tadamasa , iehiro and tameyoshi were caught and executed ; sutoku left for ninna-ji temple and left his hair down . once sutoku came before goshirakawa but was not accepted as a priest ; instead , he was sentenced to deportation to sanuki province . thus emperor sutoku was called ' sanuki in ' after this incident . emperor sutoku became very attached to the religion while living under house arrest in sanuki , and his dream was to enter ( the buddhist ) paradise . he focused on editing a manuscript book of the five mahayana sutras ( hoke-kyo ( the saddharma pundariks sutra ) , kegon-kyo ( the avatamska sutra ) , nehan-kyo , daijik-kyo , daibon hannya-kyo ) and accordingly he sent copies of the five book to the imperial palace so that they would be kept in the palace temple , praying for people who had died in the war and with regret for what happened ; however , the ex-emperor goshirakawa , who held political power , refused this offer and said the book might have bad spirits , whereupon the palace , under his influence , sent the books back to sutoku . sutoku got furious with imperial palace 's response , he bit his tongue and wrote on his manuscript book with his blood , ' i will become evil spirit in japan and change emperors into ordinary people , ordinary people into emperor . ' ' i will pray for this manuscript book to be used in evil direction . ' it was even said he grow his hair and nails looking like yasha ( a yaksa ; a demon ) , then became a mountain spirit . he died on september 14 , 1164 in sanuki . it is said he was associated by chikayasu miki ( 三木近安 ) . it is also said when his body was cremated , the smoke went to the direction where capital city was . a legend of a curse has been rumored in connection with emperor sutoku since the old days , because he died in an unfortunate way . after emperor sutoku died , the samurai taira clan took control of politics ; however , a disastrous fire occurred and there were many wars at the end of their reign ( just as there were in the following period , which was rumored as being due to emperor sutoku 's curse ) , as well as the yowa dearth . then the taira family escaped from the city and there was a tyranny by yoshinaka kiso , and as a result many catastrophes occurred in kyoto . soon after that taira-minamoto war occurred , the kamakura bakufu ( japanese feudal government headed by a shogun ) was established , emperor gotoba was sentenced to deportation after the jokyu war , the imperial palace feared the wrath of sutoku 's . ( goryo shinko ) on july 29 , 1177 , the posthumous name of ' sutoku ' was decided , and on the same day , after his death , fujiwara no yorinaga was given the juichii ( junior first rank ) , as a grand minister . in juei 2 , sutoku 's mausoleum was established and awata no yashiro was built in kasugakawara ( 春日河原 ) where the hogen war occurred . however it was run down after the onin war and merged with hirano no yashiro 平野社 during tenbun ( tenmom ) period . it is also said that the tonsho-ji temple ( present day shiromine-ji temple ) , which was built near the emperor 's mausoleum by local people soon after his death , was protected by the government . on the other hand there is another theory that emperor sutoku 's spirit protect the whole area of shikoku area after ages . the retired emperor tsuchimikado ( a grand-grandchild of goshirakawa ) was sentenced to deportation to tosa province after the jokyu war , and when he passed near the mausoleum he played the biwa ( japanese lute ) to calm sutoku 's spirit ; later , the retired emperor tshuchimikado had a dream of sutoku and promised that he would protect himself and his family members left in the city . after that it is said that retired emperor tsuchimikado 's child , emperor gosaga , succeeded to the imperial throne with the recommendation of the kamakura bakufu . also , when yoriyuki hosokawa , kanrei , a shogunal deputy of the muromachi bakufu ( japanese feudal government headed by a shogun ) , became a guard of the shikoku area , he prayed for emperor sutoku 's spirit and succeeded in governing the shikoku area ; subsequently , emperor sutoku was worshiped as a guiding spirit of the hosokawa clan . in later years emperor meiji built shiromine-jingu shrine after sending his emissary to sanuki and allowed sutoku 's spirit to return to kyoto . poems the emperor ordered the editing of shika waka shu ( the collection of waka poems edited by emperor 's order during late heian perild ) ( the sixth in a collection of 21 volumes ) . in 1151 the collection was completed and shown to the imperial palace . the editor was fujiwara no akisuke . the emperor had 23 poems in senzai waka shu . ( the collection of waka poems edited by fujiwara no shunzei by emperor 's order dueing late heian period ) ( the seven in a collection 8 volumes ) kyuan hyaku shu ( the collection of one hundred poems in kyuan ( the late heian period ) period ) it came from " one hundred poems by one hundred poets . " the stream of the river separates into two streams after hitting the rock , but it will become one stream again if the stream is like our life , although if i love someone but we can not be together in this life , i can be together with him in my next life . ( sutoku-in ) the same as above this poem is included as an element in the traditional rakugo ( traditional comic storytelling ) performance called ' sutoku in . ' there is no causal relationship between this poem and the hogen war . tenji ( april 3 , 1124 ) - january 22 , 1126 taiji january 22 , 1126 - january 29 , 1131 tensho ( tenjo ) january 29 , 1131 - august 11 , 1132 chosho ( chojo ) august 11 , 1132 - april 27 , 1135 hoen april 27 , 1135 - july 10 , 1141 eiji july 10 , 1141 - ( april 28 , 1142 ) the emperor was entombed at shiramine no misasagi in omi-cho town , sakaide city , kagawa prefecture . " yumihari zuki ( a crescent moon ) " ( 1955 , directed by santaro marune and played by masao kato ) " shin heike monogatari ( the new tale of the taira family ) " ( 1972 hnk taiga historical drama , played by masakazu tamura ) +emperor konoe ( june 16 , 1139 - august 22 , 1155 ) was the seventy-sixth japanese emperor ( his reign was from january 5 , 1142 to august 22 , 1155 ) . his posthumous name was narihito . he was the ninth prince of emperor toba . his mother was fujiwara no tokushi , of the fujiwara clan . since his birth mother , fujiwara no tokushi , was emperor toba 's favorite lady , emperor konoe succeeded to the throne after emperor sutoku , when he was two years old . while he was in power , emperor toba ruled the cloister government . because the emperor died young , he did not have any children , and the hogen war occurred in the result of fighting for imperial succession between emperor toba and emperor sutoku . eiji ( december 7 , 1141 ) - april 28 , 1142 koji april 28 , 1142 - february 23 , 1144 tenyo february 23 , 1144 - july 22 , 1145 kyuan july 22 , 1145 - january 26 , 1151 ninpei january 26 , 1151 - october 28 , 1154 kyuju october 28 , 1154 - ( july 23 , 1156 ) the emperor was entombed in anrakujuin no minami no misasagi , uchihata-cho town , takeda , fushimi ward , kyoto city . +emperor nijo ( july 31 , 1143 - september 5 , 1165 ) was the seventy-eighth emperor ( his reign was from september 5 , 1158 to august 3 , 1165 ) . his posthumous name was morihito . he was the first prince of emperor goshirakawa . his mother was minamoto no arihito 's adopted daughter , the empress dowager ( posthumously conferred ) , minamoto no yoshiko . his maternal grandfather was fujiwara no tsunezane . he was adopted by his grandfather , the cloistered emperor toba 's empress , bifuku mon in . after the emperor ' s birth mother yoshiko died suddenly , he was taken in by his grandfather , the cloistered emperor toba and raised by bifuku mon in ( " sankai ki " ) . while emperor konoe succeeded the throne , bifuku mon in already had another older adopted son , prince shigehito ( retired emperor sutoku 's oldest son ) , thus there was no possibility for emperor nijo to succeed to the throne ; therefore , in october 1151 he left for ninna-ji temple to become a priest where his uncle , kakusho hosshinno ( the monk prince kakusho ) was ( the emperor was nine years old ) . subsequently , sonno ( grandson of the emperor ) read many buddhist scriptures , and he was well known as ' a very smart child ' ( " ima kagami / the mirror of the present " ) . because emperor konoe was not well and had no children , the chancellor ( chief advisor to the emperor ) , tadamichi , asked the approval of the cloistered emperor toba for sonno ( the grandson of the emperor ) to succeed the throne in 1153 ; bifuku mon in also supported it , since she was concerned about emperor sutoku starting his cloister government . after emperor konoe died in july 1155 , it was decided in ' imperial agreement ' that prince masahito ( the emperor goshirakawa ) enthroned under the condition of being in the position until sonno succeed the throne . sonno returned from ninna-ji temple in august , whereupon he was ordered to become the crown prince and adopt the name ' morihito ' in september ; he then had a coming-of-age ceremony in december and in march of the following year , he married princess shushi , as a result of which he had the complete support of princess shushi 's father , bifuku mon in . in august 1158 , emperor goshirakawa passed the throne to morihito ( emperor nijo ) . this was done by ' buddha and buddha rating ' ( " hei han ki , " august 4 , 1158 ) , since bifuku mon in demanded it of shinzei strongly and it came to be . there was a support group of emperor nijo 's directly ruled government , and the people of the group were fujiwara no koremichi ( bifuku mon in 's cousin ) , fujiwara no tsunemune ( emperor nijo 's birth mother , yoshiko 's brother ) and fujiwara no korekata ( emperor nijo 's educator , toshiko 's child ) . this was the beginning of the confrontation between emperor nijo 's directly ruled government force and the force of emperor goshirakawa . because emperor nijo was brought up by bifuku mon in , he did not have a close relationship with his father , emperor goshirakawa . in december 1159 there was a heiji war and emperor nijo was confined by the oppositions , but he escaped to taira no kiyomori 's rokuhara tei ( taira clan 's villa located between gojo and shichijo , higashiyama ward , kyoto city ) . according to " the tale of the heike , ' it is said that one of the samurai thought emperor nijo was a court lady when he had a look inside the court lady 's carriage . it is said that the emperor was a handsome but feminine-looking man . on december 29 , just after the war ended , the emperor went to hachijo tei ( hachijo villa ) where bifuku mon in was , and on new year of the following year the empress of the ex-emperor , fujiwara no tashi , made an entry into the court as his imperial consort . it is said in " the tale of the heike , " tashi was allowed to make her bridal entry to the court as the emperor 's court lady due to the emperor 's own authority ; however , it is hard to think his guardian , bifuku mon in , and his close aides tsunemune and korekata did not get involved in making decisions on such an important issue , so it is presumed that this was an arranged engagement for the emperor to be in a better political position . however , goshirakawa ordered to sentence tsunemune and korekata for deportaion and they lost their positions in march ; fujiwara no takanobu was suspended from entering into a special temple in the imperial palace in july , the second consort of the emperor , princess shushi became a nun due to her illness in august , followed by the death of the emperor 's guardian bifuku mon in that november ; thus emperor nijo 's political power was wrecked by losing his important people , while on the other hand goshirakawa , with the support of his force , took more political power . on the surface it appeared that the government was ruled by two political forces with no conflict , ( " gu kan sho ( a selection of the opinions of a fool ) " ) , however the fighting between the parties was more complicated ; the situation was as if ' both were scared of each other and were in fear , although their fighting could not be seen on the surface but was like walking on the thin glass . ' ( " the tale of the heike " ) emperor gave hope to fujiwara no koremichi and taira no kiyomori . koremichi supported emperor nijo as a grand minister , and he published " tai kai hi sho , " a political statement . the educator taira no tokiko was appointed to ju sanmi no naishi no suke , ( jusanmi ( junior third rank ) vice minister of naishinosuke ) ( " sankai ki " ) and tokiko 's husband kiyomori was appointed to kebiishi ( a police and judicial chief ) betto ( an equerry ) , chu nagon ( equivalent rank to jusanmi ( junior third rank ) in the legal codes of the nara and heian eras ) to support the military . in september 1161 , following the discovery of the conspiracy to let prince norihito ( later called emperor takakura ) succeed the imperial throne , he being the son of emperor goshirakawa and taira no shigeko , the emperor removed emperor goshirakawa 's close aides , taira no tokitada , taira no norimori , fujiwara no narichika and fujiwara no nobutaka , from their positions in order to stop goshirakawa 's political involvement . ex-emperor nijoin focused on two things entirely ' ( " gukan sho " ) , emperor nijo took full control of the politics and established power based of his directly ruled government in the imperial palace located at higashi no to in , oshi koji , and kiyomori worked as a guard at this place . in december prince akiko , bifuku mon in 's princess , became a junbo ( women who were given equivalent rank of emperor 's birth mother ) and was given the name of hachijo in ; moreover , princess shushi , who became a nun , was given the name of takamatsu in . also , tadamichi 's adopted daughter , fujiwara no muneko ( the daughter of saneyoshi tokudaiji ) became the second consort of the emperor , so the emperor was supported by the chancellor ( chief advisor to the emperor ) motozane and he succeeded in taking control of other clans [ families ] eligible for positions as regents . in 1162 the emperor recalled his uncle , tsunemune , while on the other hand tokitada and minamoto no sukekata who had made a curse toward the emperor , were sentenced to deportation in order to gradually establish the basis of his government . the emperor issued a regulation to control akuso ( monk who does not follow the regulation in priesthood ) and jinin ( a maiden in the service of a shrine ) or the manorial control system , and established positive political ruling by following shinzei 's policy . emperor goshirakawa was removed from politics and became deeply involved in religion ; it is said that he built renge o in and wished emperor nijo to come and see him to renge o in on the special memorial day , and that he also wished to have a reward for hard work of his religious activity ; however , emperor refused to do so and emperor goshirakawa felt bitter about emperor nijo . ( " gukan sho " ) the manor and private land were given to renge o in , emperor nijo started to have suspicions that emperor goshirakawa in was starting to rule a cloister government . in february 1165 , grand minister koremichi died and the emperor became ill . in june he abdicated and passed the throne to his son , who 'd been born the previous year , prince nobuhito ( emperor rokujo , the second consort of an emperor , muneko 's adopted son ) ; he died in july at oshikoji higashi no toin . emperor nijo was a fine person , praised as ' a good emperor in a degenerate age ' ( " imakagami " ) , opposite to his ignorant father , emperor goshirakawa . on the other hand , the emperor had opposed emperor goshirakawa all his life , and some people said ' emperor nijo did not respect his father ' ( " genpei josui ki " ) . hogen ( april 27 , 1156 ) - april 20 , 1159 heiji april 20 , 1159 - january 10 , 1160 eiryaku january 10 , 1160 - september 4 , 1161 oho september 4 , 1161 - march 29 , 1163 chokan march 29 , 1163 - june 5 , 1165 eiman june 5 , 1165 - ( august 27 , 1166 ) it is said that the emperor was entombed in koryuji no misasagi , haccho yanagi-cho town , hirano , kita ward , kyoto city +emperor fushimi ( may 10 , 1265 - october 8 , 1317 ) was the ninety-second japanese emperor . ( his reign was november 27 , 1287 - august 30 , 1298 . ) his posthumous name was hirohito , he was known as a founder of the fushimi-in school of calligraphy , as well as a talented poet in the kyogoku group . he was the second prince of emperor gofukakusa . his mother was genki mon in ( fujiwara no inshi ) , who was a daughter of the minister of the left , saneo toin . jimyo-in imperial line with the help of emperor gofukakusa of jimyo in line , emperor fushimi became the crown prince of emperor gouda from the daikakuji line in 1275 . in 1287 he succeeded the imperial throne following the abdication of emperor gouda . subsequently , both daikaku ji line and jimyo in line shared the succession to the imperial throne for a while . after emperor gofukakusa stopped ruling the cloister government in two years , there was a government under the direct rule of the emperor . in 1289 , because emperor fushimi had appointed his son , emperor gofushimi , to become the crown prince , a feud was caused with the daikaku ji line . in 1290 , tameyori asahara forced his way into the imperial palace and attempted to assassinate the emperor . in regard to this incident it was initially presumed that hojo clan made a countercharge , since their private land had been taken away in the battle of koan ; however , it was subsequently discovered that sanemori sanjo was involved , and there was suspicion that the retired emperor kameyama had agitated the matter behind the scenes . during his reign he tried to control the court nobles in order to abolish the politics ; and after the kamakura bakufu ( japanese feudal government headed by a shogun ) started getting involved in politics , he passed the throne to emperor gofushimi in 1298 and started ruling the cloister government . however , after three years ( in 1301 ) the daikaku ji line took back the political control and emperor gonijo succeeded to the throne . in 1308 , the political maneuverings of the emperor against the kamakura bakufu proved successful and the fourth prince was enthroned as emperor hanazono , with emperor fushimi resuming cloistered rule . during the reign of emperor fushimi , there was a dispute over who wielded political power as the jimyo-in and daikaku-ji lines were unable to come to an agreement . the emperor died in 1317 . emperor fushimi 's politic ironically followed his opposition , the retired emperor kameyama ; he worked actively to restore the authority of the imperial palace by reforming the court institution of the palace or establishing kiroku shoen ken kei sho ( an office established in the heian period to prevent having municipa manor ) he was also strongly suspicious toward the kamakura bakufu , which had tried to get involved in the succession of the imperial throne ; during his reign there was even a rumor that the emperor had an intention to defeat the kamakura bakufu . thus there is a theory that the reason the emperor 's poet teacher and closest aide , tamekane kyogoku , was exiled twice was because the kamakura bakufu wanted to send a warning to the emperor in response to his actions against them . koan ( october 21 , 1287 ) - april 28 , 1288 shoo april 28 , 1288 - august 5 , 1293 einin august 5 , 1293 - ( july 22 , 1298 ) he received a posthumous name , fushimi in , the name came from the palace he lived for long time in rakunan , after the abdication . additionally , he was called jimyo in dono , the name of the successive sento ( the palace for a retired emperor ) imperial palace of jimyo in line , and also the name of the place where emperor fushimi died . the emperor was entombed with successive emperors of jimyo in to in fukakusa kita no misasagi or also called as fukakusa ju-ni tei ryo , fukakusa bo-cho town , in the fushimi ward of kyoto city . +emperor sakuramachi ( february 8 , 1720 - may 28 , 1750 ) , the 115th emperor , reigned during the edo period ( from april 13 , 1735 to june 9 , 1747 ) . his name from childhood was wakamiya , and his personal name was teruhito . in 1728 he became the crown prince , and in 1735 he ascended the throne after his father passed it to him . he had the help and support of the seii taishogun ( literally , " great general who subdues the barbarians " ) , yoshimune tokugawa , and the chancellor ( chief adviser to the emperor ) , kaneka ichijo , and accordingly he endeavored to restore the events of the imperial palace , such as the great thanksgiving service ( after the emperor 's enthronement ) , or other events such as the harvest festival and hohen shi ( an imperial messenger to a shinto shrine ) . additionally , he called himself ' the great japanese emperor , imperial prince teruhito , ' so it is presumed that he tried to improve the status of the emperor by restoring the court council . in 1747 , he abdicated and passed the throne to emperor momozono and started a cloister government ; however , he died of heart failure due to the beriberi disease ( 1750 ) . there is a theory that the emperor abdicated under pressure from the government after the publication of " modern japanese history , " by soho tokutomi ; however , it is considered that after his abdication , he aimed to focus on ruling the cloister government without pressure from the government , doing so by actively promoting political and academic programs . however , he only had three years in power , which wasn 't sufficient to rule the cloister government in fulfillment of his goal . according to " okina gusa , " by teikan kanzawa , the emperor was called the return of shotoku taishi ( prince shotoku ) , since they had similarities such as a new year 's birthday and there was a fire on the day of birth , or that they both achieved a lot in politics ; moreover , the famous historian and court noble , motomitsu yanagihara , referred to the emperor as ' the first saint emperor since the peaceful era of engi and tenryaku . ' he was a talented poet as he received teachings of kokinshu ( collection of poems ancient and modern ) from mitsuhide karasumaru ; his poems are edited in " collection of tanka poetry by the retired emperor sakuramachi " and " sakuramachiin bochu onkai waka . " additionally , the emperor edited and completed " tozui ruidai , " the poetry collection of his great grandfather , the emperor reigen . he was also a talented painter , and his artwork titled ' portrait of sanekage mushanokoji , ' housed at the tokyo national museum , is designated as an art treasure . kyoho ( june 22 , 1716 - april 28 , 1736 ) genbun ( april 28 , 1736 - february 27 , 1741 ) enkyo ( february 21 , 1744 - july 12 , 1748 ) the tsuigo ( a posthumous title ) of sakuramachiin came from sakuramachi dono , which was the palace of sento gosho ( a palace for an retired emperor ) . the emperor was entombed in tsuki no wa no misasagi at senzan-cho , imagumano , in the higashiyama ward of kyoto city . +emperor gomizunoo ( june 29 , 1596 - september 11 , 1680 ) was the 108th emperor ( his reign lasted from may 9 , 1611 to december 22 , 1629 ) . his personal name was kotohito . emperor goyozei wanted to get rid of the crown prince ( the first prince ) , imperial prince katahito ( monk-prince kakushin ) , who had been appointed according to hideyoshi toyotomi 's disposition , and wanted to make his own decision as to who should be the next emperor . however , ieyasu tokugawa , who had seized political power after the battle of sekigahara , got involved in the imperial succession , and although he accepted imperial prince katahito 's joining the priesthood ( not being included in the imperial succession ) he demanded that the third prince , kotohito , be enthroned as the next emperor , since he was the legitimate son . finally , emperor goyozei agreed to this ; however , he treated imperial prince kotohito coldly the same way he had imperial prince katahito , since it was not the emperor 's intention but ieyasu 's to let imperial prince kotohito succeed to the throne . on march 27 , 1611 , after emperor goyozei abdicated , emperor gomizunoo succeeded to the throne . an enthronement ceremony was held on april 12 . however , the bitter relationship with his father , retired emperor goyozei , continued for a long time despite the intermediary of nankobo tenkai and katsushige itakura until his father died . the edo government issued kuge shu hatto ( the laws for court nobles ) and shie hatto ( the laws prohibiting purple robes for high-ranking priests that had been granted by the emperor ) on august 2 , 1613 , to rule as an act of the imperial palace , followed by the issuance of kinchu narabi ni kugesho hatto the ( laws for the court in the edo period ) on september 9 , 1615 . subsequently , all the actions of the imperial palace were under the control of the government through kyoto shoshidai ( the kyoto deputy ) ; meanwhile , the regent and chancellor organized the court council , and the running of the palace was determined after receiving approval from the government . consequently , court nobles ( excluding the regent and chancellor families ) and retired emperors were not involved in the final process of making political decisions for the imperial palace ; it was intended that the palace should be run in accordance with the government policy . when it was found out that there were a prince and princess between emperor gomizunoo and his favorite court lady , yotsuko yotsutsuji , hidetada tokugawa was furious and he demanded the cancellation of the arrangement to make his daughter , masako tokugawa , become the imperial consort ; however , some close aides were punished , and in 1620 it was arranged that masako would become a consort in the palace . because of the incidents such as shie incident of 1627 , and another in which fuku ( kasuga no tsubone ) , the wet nurse of iemitsu tokugawa , went to the imperial palace as a common citizen , the emperor could not take the situation whereby he had to live with the humiliation from the edo government , so he abdicated the throne on november 8 , 1627 and passed the position to his second daughter , imperial princess okiko ( later called empress meisho ) . there is one theory that the emperor wished to be administered moxibustion , but his courtier was against it , saying , ' it is out of the question that the emperor has a burned mark on the body ' ; consequently , the emperor decided to abdicate in order to have moxa cautery treatment done , but there was an example the former emperors had the same treatment done ( emperor takakura and emperor gouda ) , so it is presumed to have been an excuse to abdicate . subsequently , emperor gomizunoo continued his cloister government as a guardian of four generations until the era of emperor reigen . the conflict between the retired emperor ( who later became a cloistered emperor ) and the government continued . also , in consideration toward tofukumonin ( masako tokugawa ) , to the birth mothers of emperor gokomyo , emperor gosai and emperor reigen ( mibuin mitsuko sono , hoshunmonin takako kushige , shinkogimonin kuniko sono ) , nyoin go was presented just before they died ( to mibuin , nyoin go was presented immediately after emperor gokomyo died ) and their fathers ( mototo sono , takashi kushige , motone sono ) were secretly given a special rank and position ; it is said that the government maintained direct and indirect pressure upon the imperial palace . moreover , the government had set a basic policy to prevent a ' ruling cloister government , ' which should have been naturally up to the imperial palace to control ; however , the government had no choice but to accept the cloister government of retired ( cloistered ) emperor gomizunoo , since tofukumonin understood her husband 's intention to rule the cloister government and protected him from the political pressure . the emperor lived to the age of eighty-five and died in 1680 ; he was entombed within sennyu-ji temple in tsukino wa no misasagi . there is a burial mound on the grounds of the shokoku-ji temple , in kamigyo ward of kyoto city , where emperor gomizunoo 's hair and teeth are kept . he lived to be the oldest of all the previous emperors until july 12 , 1985 . said emperor showa , who beat the long-standing record of emperor gomizunoo , ' during emperor gomizunoo 's reign , people 's lives were shorter , so his record is more valuable than mine . ' some of emperor gomizunoo 's framed calligraphy is displayed at yomei-mon gate or other areas in nikko tosho-gu shrine , about which it is said that later , when the satsuma clan demanded that the shrine be burned , taisuke itagaki persuaded them not to , one of the reasons being that there were such historical materials inside , and therefore the shrine was saved . the emperor received the posthumous name of gomizunoo . mizunoo was a different name for emperor seiwa . the emperor intended to take the kagogo ( a kind of posthumous name ) of emperor seiwa 's different name , ' mizunoo ' ( emperor seiwa was a father of emperor yozei ) for himself , and instead presented to his father ' yozei ' as the kagogo of the emperor goyozei ( emperor yozei was infamous for misconduct and was forced to be abdicated ) . there is no other example like the above , in which the son 's and father 's names have been turned around . there are many examples of the posthumous names from emperor gosaga in the kamakura period to emperor gokomatsu in the period of the northern and southern courts , as well as in the muromachi period , after which it stopped for next seven generations ; the posthumous name of gomizunoo was the first one after two centuries , after emperor gokomatsu . due to this there is a strong intention shown from emperor gomizunoo . also , there was an indication that the emperor meant to be in a higher position than the tokugawa clan , who called themselves the minamoto clan , which originated from emperor seiwa . he liked studies and wrote ' ise monogatari ( the tales of ise ) on sho . ' on the other hand , he had relationships with a variety of women . he would invite prostitutes to the palace , although it was against kinchu hatto ( a regulation within the imperial palace ) , and he would secretly go to yukaku ( a red-light district ) and carry on affairs with prostitutes . he had about thirty children whose mothers were from outside the palace ; although he became a priest when he was fifty-six , his bad habit remained the same and he had a child , emperor reigen , when he was fifty-eight . keicho ( march 27 , 1611 ) - july 13 , 1615 genna ( genwa ) july 13 , 1615 - february 30 , 1624 kanei february 30 , 1624 - ( november 8 , 1629 ) the emperor was entombed in tsuki no wa no misasagi at senzan-cho , imagumano , in the higashiyama ward of kyoto city . +emperor gokomyo ( april 20 , 1633 - october 30 , 1654 ) , the 110th emperor , reigned during the edo period ( from november 14 , 1643 to october 30 , 1654 ) . his name from childhood was suganomiya , and his personal name was tsuguhito . he was the fourth prince of emperor gomizunoo . his mother was mibu in fujiwara no mitsuko , the daughter of the sadaijin ( minister of the left ) , mototo sono . his mother-in-law was the second consort of the emperor , masako tokugawa ( tofukumonin ) . his older half-sister was empress meisho . naishi no suke ( a court lady of the first rank ) : hideko niwata the first princess : imperial princess koshi ( reiseimonin ) in 1642 he became the crown prince , and he was enthroned the following year after the abdication of his sister , empress meisho . during his reign , the government was changed from an ieyasu tokugawa force to an ietsuna tokugawa force . it is said the emperor had a strong personality and loved swordplay : on one occasion , when shigemune itakura , the shogunate 's military governor who was stationed in kyoto , remonstrated the emperor , he said to shigemune , ' i have never seen samurai commit seppuku ( suicide by disembowelment ) , so why don 't you show me right now ? ' it is said that he was against the edo government . on the other hand , he loved studies and had a passion for the doctrines of zhu xi , under the influence of a confucian , seika fujiwara . he died of smallpox in 1654 , at age twenty-two . there was a rumor that he had been intentionally poisoned , since he had died suddenly . however , his health had been poor since the previous year , and there was a record that the emperor , together with his close aides , discussed the idea of adopting the youngest brother , imperial prince satohito ( later called emperor reigen ) . kanei ( october 3 , 1643 ) - december 16 , 1644 shoho december 16 , 1644 - february 15 , 1648 keian february 15 , 1648 - september 18 , 1652 ) shoo ( joo ) september 18 , 1652 - ( september 20 , 1654 ) he was entombed in tsuki no wa no misasagi at senzan-cho , imagumano , in the higashiyama ward of kyoto city . after emperor gokomyo died , the tradition of burying a deceased person 's body in the earth was revived , and in successive years all the emperors after gomizunoo were buried in the ground . +emperor gosai ( january 1 , 1638 - march 26 , 1685 ) , the 111th emperor , reigned during the edo period ( from january 5 , 1655 to march 5 , 1663 ) . his name from childhood was hanamachinomiya , and his personal name was nagahito . hanamachinomiya hanamachiin he was the eighth prince of emperor gomizunoo . his mother was hoshunmonin takako kushige of gomizunoo naishi no suke ( a court lady of the first rank ) , who was a daughter of sachujo ( middle captain of the left division of inner palace guards ) , takashi kushige . his cousin was tsunamune date , the lord of the sendai domain ( third generation ) . first , the emperor was named hanamachinomiya ( hanamachiin ) to succeed the second takamatsunomiya , after marrying the princess of imperial prince yoshihito , who was the first takamatsunomiya . the year before the enthronement , he came to edo to act as a proxy for his older brother , emperor gokomyo . when emperor gokomyo died , his adopted son and younger brother , imperial prince satohito ( the emperor reigen ) had just been born , and the other brothers were all living the religious life , emperor gosai was enthroned on november 28 , 1654 until imperial prince satohito was old enough to succeed to the throne . on january 26 , 1663 , emperor gosai abdicated and passed the position to imperial prince satohito , who had turned ten years old . generally , he threw himself into studies and left many books such as " 水日集 . " he was a talented poet and had a deep understanding of classical studies . during his reign , ise-jingu shrine , osaka-jo castle and the imperial palace were burned down ; additionally , there was a great fire in meireki , or an earthquake in a rural area and the occurrence of flooding ; therefore it is said that people in those days criticized the emperor as being immoral . there is another theory that the emperor was said to be immoral , given the fact that cloistered emperor gomizunoo wanted imperial prince satohito 's early enthronement and because the edo government didn 't approve of the emperor gosai 's family line being the cousin to a strong outside daimyo ( the sendai clan ) , whereupon both parties caused the emperor 's early abdication to take place . he died in 1685 . shoo ( joo ) ( september 20 , 1654 ) - april 13 , 1655 meireki april 13 , 1655 - july 23 , 1658 manji july 23 , 1658 - april 25 , 1661 kanbun april 25 , 1661 - ( january 26 , 1663 ) because emperor gosai was enthroned between his brother-in-law and nephew , he couldn 't leave his family line for imperial succession . he received the posthumous name of ' gosaiin , ' named after ' saiin , ' a different name for the fifty-third emperor , junna , given that ' the emperor saiin ' had a similar background . after the meiji period , with the restoration of tenno go , he was called ' emperor gosaiin , ' but the suffix " in " was abolished in 1925 and he was subsequently called ' emperor gosai . ' however , many historians say that his name should be emperor gosaiin and should not remove the suffix " in " like other names of retired emperors as ' saiin ' should be used as one word ; they say it would make no sense with only " gosai . " the emperor was entombed in tsuki no wa no misasagi in senzan-cho , imagumano , in the higashiyama ward of kyoto city . +emperor kokaku ( september 23 , 1771 - december 11 , 1840 ) , the 119th emperor , reigned during the edo period from december 16 , 1779 to may 7 , 1817 . his name from childhood was sachinomiya . his initial personal name was morohito , but later it was changed to tomohito . it could be due to the emperor being from the kaninnomiya family of a collateral line , but he was keen to restore the ceremonies of the imperial palace , which had been lost since medieval times . he worked hard to revive the authority of the imperial palace , and it was said that he established the basis for the transition of the palace to the modern imperial system . he was the sixth prince of imperial prince kaninnomiya sukehito ( emperor kyoko ) . his mother was iwashiro oe , a daughter of rin iwamuro of daitetsu ya in kurayoshi city , tottori prefecture . he was adopted by emperor gomomozono , who was in critical condition , a day before he was enthroned ( it has been said that emperor gomomozono had already died , but that wasn 't verified because there was an interregnum period ) . originally , the emperor intended to move from the kaninnomiya family to shogoin temple to become a priest , but there was no one to succeed the throne when emperor gomomozono died in 1779 . thus the new emperor had to come from the miyake ( house of an imperial prince ) . at that time , there were three candidates for succession to the imperial throne — imperial prince fushiminomiya sadayoshi , imperial prince kaninnomiya haruhito and haruhito 's younger brother , imperial prince sachinomiya morohito — but since it was decided that the former emperor 's daughter , princess yoshiko , would become the empress , prince haruhito was ruled out as a candidate because he was already married ; consequently , uchisaki nokoe recommended prince sadayoshi and naozane kujo recommended prince morohito out of the two remaining candidates . after having a meeting , although imperial prince sadayoshi was younger and close in age to the princess , imperial prince morohito was chosen as he had a close genealogy ; subsequently , he was adopted and succeeded to the throne on very short notice . at that time , emperor gosakuramachi , who had been in power for the past two generations , had made contact with fushiminomiya to succeed to the throne , whereupon he and uchisaki konoe recommended imperial prince sadayoshi ; however , there was no chance for imperial prince sadayoshi to be a successor to the imperial throne . beginning in 1782 , the emperor lived in shogoin temple as his temporary palace for three years after the kyoto imperial palace burned down . moreover , in 1799 imperial prince ( monk-prince ) shogoinnomiya michihito issued a statement to the emperor regarding en no gyoja go-onki ( 1,100th anniversary of the death of en no gyoja ) . on january 25 of the same year , the emperor sent an imperial envoy to shogoin temple to convey the posthumous name of jinben dai bosatsu . at the tenmei famine , the emperor demanded that the government rescue people , and in regard to the conflict between japan and russia in the north , he made the government report the situation to him , whereupon he tried to restore the authority of the imperial palace . he intended to present the title of retired emperor to his father in defiance of the government ; this incident was called songo ikken ( conflict between the imperial palace and the edo government ) . he was known to have many talents and loved to study ; additionally , he worked hard to restore the events for the imperial palace , such as the special festivals of iwashimizu hachiman-gu shrine and kamo-jinja shrine and also to restore ceremonial rites of the imperial palace . in 1817 he became a retired emperor after he abdicated and passed the position to emperor nintoku ( thus becoming the last retired emperor in japan 's history ) . he died in 1840 . anei ( november 16 , 1772 ) - april 2 , 1782 tenmei april 2 , 1782 - january 25 , 1789 kansei january 25 , 1789 - february 5 , 1801 kyowa february 5 , 1801 - february 11 , 1804 bunka february 11 , 1804 - april 22 , 1818 it was the first restoration of chinese-style posthumous name selection since the fifty-eighth emperor koko , and the first in 1,000 years , whereby he received the posthumous name ' emperor kokaku . ' since then the name was called ' something-in . ' the emperor was entombed in nochi no tsuki no wa no misasagi , in senzan-cho , imagumano , in the higashiyama ward of kyoto city . according to the description in an essay , " mimibukuro " dating from the eighteenth to nineteenth centuries , on the first year of tenmei , there is a legend that one dog was very loyal to the owner , so in reward for that loyalty the emperor kokaku conferred the sixth court rank upon the dog . +emperor gokashiwabara ( november 19 , 1464 - may 19 , 1526 ) was the 104th emperor , reigning from november 16 , 1500 to may 19 , 1526 in the muromachi and sengoku ( warring states ) periods , the latter being the period of civil wars between rival daimyo . his first name was katsuhito . brief personal history he was enthroned in 1500 , following the abdication of emperor gotsuchimikado . however , due to the damage from the onin war , the financial situation of the imperial palace was fragile and the enthronement ceremony could not be afforded ; therefore , the palace stopped some of the imperial ceremonies in order to save money for the enthronement ceremony , and finally , on march 22 , 1521 , twenty-two years after the succession to the throne , there was a ceremony held after collecting donations from jitsunyo of hongan-ji temple and the muromachi bakufu ( japanese feudal government headed by a shogun ) . after the onin war , court nobles were dispersed to different areas of the country and the financial situation of the imperial palace remained fragile ; therefore , it was a difficult time for the emperor , since he didn 't have much authority during this period . the emperor worked to restore the imperial court events that had long been shelved due to financial difficulties , while on the other hand he cared for people who suffered from the fighting and disease . the emperor became a believer in buddhism , and he wrote ' the wisdom sutras ' for presentation to enryaku-ji temple and ninna-ji temple while the spread of smallpox continued in 1525 . it is said he was talented in tanka poetry , music and calligraphy . he died on april 7 , 1526 . eras during his reign meio ( october 25 , 1500 ) - february 29 , 1501 bunki february 29 , 1501 - february 30 , 1504 bunsho february 30 , 1504 - august 23 , 1521 daiei august 23 , 1521 - ( april 7 , 1526 ) imperial mausoleum the emperor was entombed in fukakusa no kita no misasagi at fukakusa bo-cho , in the fushimi ward of kyoto city . his posthumous name , ' gokashiwabara , ' came from a different name for emperor kanmu : emperor kashiwabara . +emperor gotsuchimikado ( july 3 , 1442 - october 21 , 1500 ) , the 103rd emperor , reigned in the muromachi period from august 21 , 1464 to october 21 , 1500 . his first name was fusahito . brief personal history he was enthroned after the abdication of emperor gohanazono , who passed the position to him . ( the enthronement date was december 27 , 1465 . ) soon after the enthronement the onin war occurred , and temples , shrines and court nobles ' palaces were burned down ; subsequently , the imperial palace , which was financially fragile , collapsed . he was forced to escape , whereupon he lived at muromachi dai ( the mansion of the yoshimasa ashikaga ) for ten years in order to be away from the war . after the war , the emperor was keen to restore the traditional events of the imperial palace ; however , it didn 't go so well , and he died on september 28 , 1500 he was furious about the coup of meio and decided to abdicate the throne ; however , he didn 't do so after receiving advice from dainagon ( chief councilor of state ) , chikanaga kanroji , who had long been an aide to the emperor . because the imperial palace was nearly bankrupt at that time , it is said that the emperor was concerned over the worst situation in which money would have to be borrowed from masamoto hosokawa for an enthronement ceremony , even though he had caused the war . after the emperor died , his body remained at the imperial palace for more than a month because there weren 't enough funds for a funeral . eras during his reign kansho ( december 27 , 1465 ) - february 28 , 1466 bunsho february 28 , 1466 - march 5 , 1467 onin march 5 , 1467 - march 28 , 1469 bunmei ( japan ) march 28 , 1469 - july 20 , 1487 chokyo july 20 , 1487 - august 21 , 1489 entoku august 21 , 1489 - july 19 , 1492 meio july 19 , 1492 - ( september 28 , 1500 ) imperial mausoleum the emperor was entombed in fukakusa no kita no misasagi at fukakusa bo-cho , in the fushimi ward of kyoto city . a portion of his remains was left at hanshuin no misasagi , in the kamigyo ward of kyoto city , as was done in the case of his father , emperor gohanazono . +emperor gokomatsu ( august 1 , 1377 - december 1 , 1433 ) was the sixth and last emperor of the muromachi period ( northern court ) , or the 100th emperor ( his reign was from may 24 , 1382 to october 5 , 1412 ) . his first name was motohito . since the southern court was determined to be the standard in 1911 , the period of the emperor 's reign was re-established as having lasted from 1392 to 1412 which is after the peace settlement of the meitoku era . until then the northern court , which ultimately led to the current imperial line , was considered as the standard period , therefore the period of the emperor 's reign in the northern court was used ( 1382 - 1412 ) . he was the first prince of emperor goenyu . his mother was tsuyomonin fujiwara no takako , the daughter of kintada sanjo , who was a naidaijin ( uchi no otodo : minister of the center ) . moreover , it is said that a sophisticated zen priest , sojun ikkyu , was the illegitimate child of emperor gokomatsu . he was brought up in the palace of sukenori hino . on december 28 , 1382 , emperor gokomatsu succeeded to the throne at the age of six after his father , emperor goenyu passed the throne to him , and the emperor goenyu , now the retired emperor , started the cloister government . there was an abrupt relationship between the retired emperor and the muromachi bakufu ( japanese feudal government headed by a shogun ) --the third shogun yoshimitsu ashikaga , who influenced his political power within the imperial palace and held many court nobles in the relationship of master and servant--and each party opposed each other . following the death of the retired emperor goenyu in 1393 , yoshimitsu had even stronger power to influence the imperial palace and took control of the politics as an actual retired emperor ; in later years it was called ' yoshimitsu 's cloister government , ' while emperor gokomatsu acted as the tool of another person . on august 29 , 1412 , emperor gokomatsu abdicated to pass the throne to his son , imperial prince mihito ( the future emperor shoko ) and started his cloister government . this was against the agreement of sharing imperial succession as decided by the union of the northern and southern courts in 1392 , and subsequently the two sides often opposed each other in armed conflicts . because emperor shoko was weak and often in serious condition , he did not have any children to succeed as prince ; moreover , gokomatsu 's second son ogawanomiya died young , so there was the issue of who would succeed to the throne ; however , after retired emperor gokomatsu had a meeting with the fourth shogun yoshimochi ashikaga , imperial prince fushiminomiya sadafusa of suko ryu ( a descendant of emperor suko ) was appointed as a successor once he received the title of a imperial prince by the imperial order and became gokomatsu 's adopted child . however , emperor shoko was strongly opposed to the arrangement , and sadafusa became a priest and gave up on the plan of succeeding to the throne . in 1428 , when emperor shoko was in critical condition , the sixth shogun yoshinori ashikaga acted as an intermediary , and sadafusa 's son hikohito was adopted by the emperor and succeeded to the throne as emperor gohanazono . during the eras of the two generations , shoko and gohanazono , emperor gokomatsu ruled his cloister government ; he became a priest during this period , in 1431 . he died on october 20 , 1433 . he was fifty-seven years old . he had the posthumous name ' gokomatsuin , ' which was conferred according to his will . for reference , ' emperor komatsu ' is the different name for the fifty-eighth emperor , koko . emperor koko was enthroned after the death of his brother 's grandchild , emperor yozei , and his descendants kept the succession to the imperial throne for a long time . although the family line of imperial succession changed to emperor suko 's line , emperor gokomatsu showed his considerable will to justify his own imperial line by having this posthumous name . emperor gokomatsu , in 1426 , ordered that " honcho koin joun roku " be edited so as to organize the imperial family records , at a time in which emperor shoko was ill ; additionally , it shows that the emperor gokomatsu strongly believed the justice of his family line in succeeding to the imperial throne . eitoku ( april 11 , 1382 ) - february 27 , 1384 shitoku february 27 , 1384 - august 23 , 1387 kakei august 23 , 1387 - february 9 , 1389 koo february 29 , 1389 - march 26 , 1390 meitoku march 26 , 1390 - july 5 , 1394 oei july 5 , 1394 - ( december 19 , 1421 ) the emperor was entombed in fukakusa no kita no misasagi at fukakusa bo-cho , in the fushimi ward of kyoto city . +sandai-kyaku-shiki is a term used to collectively refer to three kyaku-shiki acts ( laws supplementary to the ritsu-ryo , which were the statutes of the nara and heian periods ) that were codified during the heian era : the konin-kyaku-shiki act , the jogan-kyaku-shiki act and the engi-kyaku-shiki act . although codification of the above acts began in the konin , jogan ( the era name in japan ) and engi eras , respectively , they were in fact completed in later eras . the konin-kyaku-shiki act was codified by fujiwara no fuyutsugu by order of the emperor saga , the jogan-kyaku-shiki act was codified by fujiwara no ujimune by order of the emperor seiwa and the engi-kyaku-shiki act was codified by fujiwara no tokihira by order of emperor daigo . sandai-kyaku-shiki konin-kyaku-shiki act konin-kyaku code the kyaku code codified the various social statuses that had existed between the years 701 and 819 . a portion of it still exists . the konin-shiki code the shiki code was codified between the years 701 and 819 . a portion of it still exists . jogan-kyaku-shiki the jogan-kyaku code shochoku-kampu-shu ( imperial rescripts and government documents ) between 820 and 868 the kyaku code was completed in 869 . it is no longer in existence . the jogan-shiki code the shiki code was completed in 871 . it is no longer in existence . the engi-kyaku-shiki act the engi-kyaku code shochoku-kampu-shu ( imperial rescripts and government documents ) between 869 and 907 enforced in 908 the engi-shiki code its codification began in 905 and was completed in 927 . it was enforced in 967 . there are 50 volumes . +the kujo family is one of the sekke and a court noble . the progenitor of this family was kanezane kujo , the third son of fujiwara no tadamichi , a direct descendant of the fujiwara-hokke ( the northern house of the fujiwara clan ) . the family name comes from the fact that the kujo family lived in kujo-den , which was located in kyoto kujo and said to have been built by fujiwara no mototsune . this individual was a duke after the meiji restoration . the crest is kujo-fuji crest . a descendant of fujiwara no kanefusa ( grand minister of state ) , the younger brother-uterine of kanezane , he is sometimes included in the kujo family but kanefusa 's family line failed at an early stage . the children of michiie kujo , a grandchild of kanezane--norizane kujo , yoshizane kujo and sanetsune kujo--became regents to the emperor and started the kujo family , nijo family and ichijo family , respectively , thus constituting gosekke . kanezane kujo inherited the fief of the elder sister by a different mother , kokamonin , which became the foundation of the kujo family fiefdom . kanezane was critical of the taira clan administration and pope goshirakawa ; he became regent by recommendation of minamoto no yoritomo and then chief advisor to the emperor , whereupon the konoe and kujo families took positions as regents to the emperor . kanezane 's grandson , michiie kujo , gained power in the imperial court since michiie 's son yoritsune kujo , and then yoritsune 's son yoritsugu kujo , became sekke shogun in the kamakura shogunate . kanezane 's diary , " gyokuyo ( kanezane kujo 's diary ) , " is famous . the kujo family 's fiefdom continued to expand during medieval times . they held the lordship of karoku , an area of land that yielded 2,000 koku of rice in the edo era and 3,000 koku later on , until the meiji era . setsuko , the fourth daughter of the duke michitaka kujo , who was hisatada kujo 's firstborn , became empress to the emperor taisho ( empress teimei ) . conflict over legitimate blood between the kujo and ichijo families michiie kujo lost the legitimate heir , norizane kujo , and the second son , yoshizane kujo , was practically repudiated . michiie gave tadaie kujo , norizane 's son and michiie 's grandchild , to be the legitimate heir , a shobunjo ( a kind of will ) to give instructions that documents such as diaries ( which were the most important heritage for a court noble at the time ) should be inherited by the ichijo family , but that the head of a family who controls the family temples such as tofuku-ji temple should first be inherited by sanetsune ichijo , the third son of michiie , then by tadaie kujo , a child of the eldest son of michiie , and later by either descendant of the kujo family or the ichijo family who took the highest-ranking official position ( head of a clan ) . in accordance with michiie 's will , sanetsune ichijo 's descendant inherited the position as head of the family after michiie died . thereafter , the predominance of the ichijo family was maintained for over 100 years , whereby the position of the ichijo family as legitimate blood of kujo-ryu ( kujo family line ) was well established . when tsunemichi ichijo died in 1365 ( the hokucho period ) , during the muromachi era , tsunenori kujo--who had gained the second position of power after the ichijo family--made an appeal to the emperor gokogon that fusatsune ichijo , a son of tsunemichi , had fraudulently identified himself as the head of family . at that time , primogeniture was becoming the common practice , and tsunenori claimed that according to primogeniture the kujo family , the descendant of the eldest son of michiie , should inherit the family estate . fusatsune ichijo argued against tsunenori , stating that just because an ancestor of the kujo family was the firstborn child it did not mean the kujo family was the legitimate blood of kujo-ryu , and that because michiie kujo gave the family estate to sanetsune ichijo , the tokado-bunko ( gonnjo-moromichi-ki ) ( gonijo-moromichi record ) , gyokuyo ( kanezane kujo 's diary ) and gyokuzui ( michiie kujo 's diary ) ) and the document endorsing the political authority of kujo-ryu sekkan-ke , a regent family , were inherited by the ichijo family ; whereas tsunenori kujo asserted that measures to give inheritance to sanetsune were taken just because tadaie kujo was in infancy , and that if norizane kujo had lived longer it would not have happened . tunenori further asserted that tadaie kujo was named as the receiver of the shobunjo ( executor of the will ) and the land patent of the premise of tofuku-ji temple had been inherited by the kujo family because the kujo was the legitimate blood . considering the political position of the kujo family at that time , the emperor gave rinji to the kujo family on november 29 ( lunar calendar ) , in the same year giving the verdict that the will of michiie was no more than the inheritance of the head of a family by the head of a clan and that the kujo and ichijo families , both having the qualification , were on equal footing as legitimate blood . the ichijo family was the legitimate blood of kujo-ryu during the kamakura era , but after the middle muromachi period the position of the kujo family was elevated and the ichijo and kujo families were considered to be the legitimate blood of kujo-ryu . the kujo family started inheriting the matsudono family 's fiefdom after the middle edo period ; thus the kujo possessed the largest kokudaka , lived in a huge house and claimed to be the legitimate blood of kujo-ryu . kanezane kujo ( 1149-1207 ) yoshitsune kujo ( 1169-1206 ) michiie kujo ( 1193-1252 ) norizane kujo ( 1210-1235 ) yoritsune kujo ( 1218-1256 ) yoritsugu kujo ( 1239-1256 ) hisatada kujo ( 1798-1871 ) old kujo-tei was in the southwest area of the present-day kyoto gyoen . today only the garden remains , on the basis of maintenance . itsukushima-jinja shrine , which was then called chinju-sha , still exists on the island of the garden pond ( kujo-ike ) , and a simple but elegant tearoom called shusui-tei is found near the pond . the major buildings ( such as the main building ) were transferred to kujo-tei in tokyo in accordance with the order issued during the early meiji era , and were recently donated by the kujo family to the tokyo national museum , which was named kujo-kan . +the sumitomo family is the founding family of sumitomo zaibatsu . origin of the sumitomo family : earliest ancestor , progenitor , and business founder earliest ancestor of the sumitomo family the surname of sumitomo originates from kotaro ( tadashige ) , the twenty-second-generation descendant of takamochi-oh , a great grandson of emperor kanmu , who took the surname " sumitomo " after the surname and given name of his father , masami hirauchi tomosada , who lived at the end of the sengoku period ; and kotaro served shogun muromachi and was appointed as the bichumori guard . the ancestors of the sumitomo family , who were sengoku samurai and descendants of heike , lived during the tumultuous period of japanese history known as the sengoku period ( period of warring states ) , when warriors fought each other in order to expand their lands . the " earliest ancestor , " tadashige sumitomo , who served shogun muromachi , had a son called yorisada who served yoshiharu ashikaga , and yorisada 's son sadanobu called himself osakabe-sho . moreover , sadanobu 's son sadashige served yoshitada imagawa ( the grandfather of yoshimoto imagawa ) . after the imagawa clan was destroyed during nobusada 's lifetime , sadashige 's son served kiyohide nakagawa in settsu , calling himself the guardian of irie tosanokami . he was known as one of the " sixteen horses of nakagawa " , but died during the battle of ozaki . then , irie tosanokami guard ( nobusada ) ' s son masatoshi served the shibata clan in echizen-no-kuni , called himself the wakasamori guard ; he was stationed in echizen-maruoka-jo castle but died in hokujo-jo castle together with katsuie shibata . masatoshi 's son nagamichi was employed by hideyasu yuki , who was a son of ieyasu tokugawa and was adopted as a son-in-law by the yuki family , thus ending the history of the sumitomo as a samurai family . nagamichi , who might have felt the severity and heartlessness of the ups and downs of the society of samurai families ( although that was the way of sengoku ) , ordered his children to leave the world of samurai families . the first generation , masatomo , foundation of " fujiya " nagamichi 's second son , masatomo sumitomo , who had inherited the family estate instead of his elder brother kobe , was born during the tensho era , studied under giyuishonin-kugen ( the founder of the nehan-shu sect ) and became a buddhist who called himself " monjuin kuzen . " masatomo , who was considered the omniscient successor of the nehan-shu sect , returned to secular life after the nehan-shu sect was absorbed into the tendai-shu sect during the kanei era and opened " fujiya , " a business dealing with books and pharmaceuticals in rakuchu ( called himself kakyu ) , and started a hardworking life . this marked the beginning of the sumitomo family as merchants . masatomo wrote instructions pertaining to business in " monjuin 's directions , " which remains the prototype for company codes in each company of the sumitomo group to the present day . the founder of a family and founder of the sumitomo family business , the foundation of senoku in the sumitomo family there are two distinctions : the " founder of a family " in the sumitomo family , and the " founder of a business " of the sumitomo family . masatomo sumitomo ( the founder of a family ) , who was called kakyu , had one son and one daughter : the son seii inherited " fujiya " ; the daughter . riemon soga , who was the husband of kakyu 's elder sister and a dealer in copper who believed in the nehan-shu sect and was a buddhist parishioner of ku-zen ( masatomo ) , gave masatomo material and mental support when masatomo returned to the secular life and opened " fujiya . " the eldest son of riemon soga ( the founder of a business ) , riemon tomomochi ( tomomochi sumitomo ) was adopted by the sumitomo family , which turned out to be an encounter of the sumitomo family with copper . he is the ninth generation of tadashige . thereafter , the sumitomo family lived in osaka and ran a business as copper merchants for generations using the name " senoku . " nanban-fuki , a method of refining copper the sumitomo family is closely connected with copper refining , which began in the year 19 of tensho when riemon learned the refining method used to separate silver from crude copper , which was called the " nanban-fuki copper refining method " by hakusui of minjin ( from min ) , who had come to senshu-sakaiura . at that time it wasn 't known in japan that gold , silver and the like were contained in crude copper , nor was the refining technique for separating gold and silver known . riemon learned from hakusui of minjin the refining method and kept it secret , and thanks to the nanban-fuki copper refining method the sumitomo family gained enormous profit by extracting silver from crude copper . the besshidozan copper mine excavation at the besshidozan copper mine in iyo was started in the 4th year of genroku , which was during the lifetime of tomoyoshi sumitomo , a grandchild of riemon tomomochi sumitomo . this developed into a mine that boasted the world 's greatest copper production , supporting japan as an important export item and serving as the major sumitomo business for approximately 280 years . the foundation of today 's sumitomo family , or the starting point of sumitomo zaibatsu , can be said to have been built by the besshidozan copper mine that tomoyoshi sumitomo developed ; and in fact , in the history of the sumitomo family , the fourth-generation kichizaemon tomoyoshi is considered to be the " restorer of the sumitomo family . " during the meiji era the sumitomo family was engaged in cultural enterprises , and the fifteenth-generation kichizaemon tomoito sumitomo donated the building that would become the osaka prefectural nakanoshima library . tomoito 's son , the sixteenth-generation kichizaemon tomonari sumitomo , was also a araragi-ha poet and was on close terms with mokichi saito and jun kawada ( who was also an executive at the sumitomo main office ) . incidentally , it was from the third-generation head of the sumitomo family , tomonobu sumitomo ( son of tomomochi ) , that the heads of the sumitomo family began calling themselves " kichizaemon . " the sumitomo family in sumitomo zaibatsu the sumitomo family in sumitomo zaibatsu , specifically since tomoito sumitomo , took the position , " ( he ) reigns but does not govern . " all the duties of the successive kichizaemon as president of the zaibatsu ( main company ) are the repository of trust in the head of the directors of the main sumitomo company ( sumitomo limited partnership corporation ) ; therefore , the successive kichizaemon did not give any specific orders to the individual businesses . additionally , although kanichi and moto , who were brothers of the sixteenth-generation kichizaemon tomonari , were stockholders of the sumitomo main company , they were never named as executives of the main company or any of its subsidiary companies . in this respect the sumitomo family can be said to be in contrast with the mitsui and iwasaki families . this tendency has in fact existed since the edo period ( there were many cases where family heads were not engaged in management because they were in infancy or in poor health , or for other reasons , and consequently the so-called " ohbanto " would control the business ) . since the meiji era , when the companies act was established on one hand while , on the other hand , tomoito sumitomo ( who had no experience as a businessman since he was from the miyatake family of old court nobility ) became the family head , this tendency became more prominent . however , this does not mean there was any kind of tension between the zaibatsu family and executives of the zaibatsu main company or the subsidiary companies , as the mitsui zaibatsu had . as symbolized by the fact that kichizaemon was called " kacho-sama , " extremely high respect was accorded to the kichizaemon , from the high-ranking position of head of the directors down to the rank and file , and the successive kichizaemon elevated the sumitomo name through the cultural enterprise on one hand while on the other hand trying to raise the corporate morale as the family head and president of the zaibatsu main company . designation of the zaibatsu family in november 1947 , in an effort to disperse the power to control business by the zaibatsu family and to break up the human relationships , the zaibatsu family was designated and " zaibatsu douzoku shihairyoku haijo hou ' 48 [ law for the termination of zaibatsu family control ] was established . the holding company liquidation commission , in accordance with the order by the forces of the allied occupation , selected the standards by which to determine the scope of the zaibatsu family as follows : ancestry within the third degree using the surnames of the zaibatsu family and their families ( excluding by marriage ) one million yen or more as the total of securities , cash , deposits and savings . the established minimums were 500 tsubo ( approx . 1,600 square meters ) in houses , 2,000 tsubo ( approx . 6,500 square meters ) in housing land , and 50 cho ( approx . 120 acres ) of agricultural and / or forest land . a stockholder who would have a stake of 10 % or more of stocks issued by the company in question . the power to control the business or influence management according to the above-mentioned standards , in february 1947 the following people among the sumitomo family were designated as the zaibatsu family : the sixteenth-generation , tomonari sumitomo kanichi sumitomo yoshiteru sumitomo moto sumitomo relatives and marriages of the sumitomo family hereinafter the sumitomo family since the meiji era , as well as their relatives and marriages , will be described . at the beginning of the meiji era , the sumitomo enterprise was run by kichizaemon tomochika ( the twelfth-generation kichizaemon ) and his son kichizaemon tomotada ( the thirteenth-generation kichizaemon ) . misfortune struck the sumitomo family , however , with the passing of their male heirs when tomochika and then tomotada died in 1890 . at that time the sorinin of the sumitomo family , saihei hirose , and the manager of the osaka main office , teigo iba , decided that tomochika 's wife toku would succeed to the name of the fourteenth-generation kichizaemon on one hand and that takamaro tokudaiji , from the seiga family , would be adopted as son-in-law to marry tomotada 's younger sister masu , whereby the bloodline of the sumitomo family could be successfully maintained . takamaro tokudaiji became the fifteenth-generation kichizaemon tomoito sumitomo , as a brother of sanetsune tokudaiji and kinmochi saionji . in fact , during the edo period the imperial bloodline of the emperor higashiyama was adopted by the tokudaiji family of the seiga family , and therefore the sumitomo family was entitled to the status of baron because the fifteenth-generation kichizaemon tomoito was exchanged to the imperial bloodline of the early-modern history when traced back according to the male line . ( family line according to male line : higashiyama emperor - kanin-no-miya imperial prince naohito - sukehira takatsukasa - masahiro takatsukasa - masamichi takatsukasa - kinito tokudaiji - tomoito sumitomo ) tomoito sumitomo and his wife masu , who was tomochika 's eldest daughter , had four sons ( the third son died while still a child ) and one daughter . however , since the eldest son , kanichi , was disinherited , the second son , atsushi , became head of the sumitomo family , adopting the name kichizaemon tomonari to become the sixteenth-generation kichizaemon . kichizaemon tomonari sumitomo married haruko , a second daughter of the duke hachiro saionji , the former togu-shoku goyo-gakari ( kinmochi saionji 's daughter 's husband , the eighth son of the duke motonori mori , a feudal lord of old nagato-no-kuni , of the domain of yamaguchi ( domain of choshu ) ) . tomonari and haruko , as husband and wife , had no sons but had two daughters ; the first daughter , kuniko , married ikumi ( a science faculty professor at tokyo university ) , who was the first son of yukisada sasaki , a former marquess who had served in the position of the former isejingu daiguji . the former marquess yukisada sasaki , an authority on kokushi ( national history ) , was appointed as head of koten kokyujo and president of kokugakuin university in 1942 , and then served as the president of kokushi-henshu-in , guji of tokyo daijingu in 1946 and daiguji of ise jingu in 1951 . yukisada 's grandfather takayuki sasaki was privy councilor and a head of education for harunomiya ( taisho emperor ) . on the other hand , tomonari and haruko 's second daughter hiroko married naoyuki ( mitsui fudosan co . , ltd . ) , the second son of masao anzai , who was formerly the president of showa denko k.k. naoyuki 's elder brother , in other words masao 's first son takayuki anzai ( the president of the former showa engineering co . , ltd . ) , married emiko , who was the second daughter of hidezaburo shoda , who was the president of the former nisshin seifun group inc . ( the head office of which is now nisshin seifun group inc . ) . because emiko 's elder sister , or shoda 's first daughter , is michiko ( of the imperial family ) , the sumitomo family is related by marriage to the imperial family through the anzai and shoda families . moreover , because the person who married naoyuki anzai 's younger sister kimiko was kensuke hotta ( sumitomo bank ) , the first son of shozo hotta , who was sodanyaku of sumitomo bank , shozo hotta , who was the former iincho of the sumitomo family council after shigeru okahashi became related by keibatsu , there was a keibatsu blood connection to the sumitomo family through the sodanyaku of sumitomo bank , at the soriji rank . hachiro saionji 's third son , fujio saionji , married the eldest daughter of yoshisuke ayukawa and became the president of nissan kogyo k.k. , a subsidiary company of the nissan konzern company group . kinkazu saionji , who was a former member of the house of councilors and worked to improve ties between china and japan , is the eldest son of hachiro saionji and the eldest brother of haruko and fujio . tomonari sumitomo 's elder sister takashi married tadateru , the third son of viscount tadabumi tori , who was the feudal lord of the domain of the former mibu ( 30,000 koku ) ; consequently , tadateru changed his name to tadateru sumitomo through his adoption as a son-in-law by the sumitomo family . tomonari sumitomo 's younger brother , moto sumitomo , married sueko , the seventh daughter of earl tadaie sakai , who was the feudal lord of the domain of the former obama ( 14,000 koku ) . sueko 's elder sister , kaeko , married the former earl yorihiro matsudaira ( riji of hongo gakuen ) , who was the descendant of the feudal lord of the domain of the former takamatsu . sueko 's elder sister , saeko , married a grandchild of yataro iwasaki , the founder of mitsubishi zaibatsu , and her daughter yuriko ( niece of sueko ) married kiyotaka chinzei ( professor emeritus at kyoto university ) , who was included on a list of important figures as a doctor ( science ) of paleontology . yuriko 's elder brother and a nephew of sueko , yasuhide iwasaki ( the great-grandchild of yataro and a professor emeritus at kumamoto university ) was , like chinzei , a paleontologist and a doctor of science . tomonari 's elder brother , kanichi sumitomo , was born on may 23 , 1896 . as mentioned above , since he devoted himself to painting when he was young , he lost his right to inheritance , and thereafter he lived as a painter and art collector and was on close terms with ryusei kishida . nearly all the chinese calligraphy and paintings in the possession of senoku-hakuko-kan are from kanichi 's collection . the tearoom of " murakami-tei , " which is designated as an important building of the kamakura city landscape , was transferred from kanichi 's house in kamakura . kanichi and his wife , a daughter of munemitsu minagawa , had four sons and two daughters . their eldest son , tsutomu sumitomo , served as president of the former sumitomo business consulting and sumitomo australia development . yoko , the wife of tsutomu sumitomo 's eldest son susumu ( nec corporation ) , is the second daughter of tokuro iwase , who is president of toso sangyo co . ltd . tokuro iwase 's father , tokusaburo , was president of the former toyo soda manufacturing co . , ltd . the eldest daughter of tokuro iwase married kenzaburo , who was adopted by the eleventh-generation shichi-zaemon mogi , a member of the kikkoman ( corporation ) family . meanwhile , tsutomu sumitomo 's younger sister fumiko married yoshio miwa , president of the former mitsuwa soap corporation , and yoshio 's younger sister satoko married saheiji mogi , the tenth president of the former kikkoman corporation . as a result , the family of kanichi sumitomo , who was a brother of the kichizaemon , was related to the mogi family by marriage twice over . tsutomu sumitomo 's younger brother masaru married momoe , a daughter of hachiro asano , the president of the former kanto denko . hachiro asano is the third son of souichiro asano , who was the second-generation sosui of asano zaibatsu . the second-generation souichiro 's wife , chiyoko , is a daughter of taisuke itagaki , a politician who led jiyu minken undo , the democratic rights campaign . the family head 's younger brother moto was born on january 1 , 1912 . he graduated from the kyoto university department of physics in 1936 , and started working for sumitomo metal industries , ltd . , in 1946 . he became the research chief of the technical department of seikosho , the technical manager of seikousho , the deputy head of seikousho for tomonari and a research manager at the same time ; subsequently , he was the vice head of chuo gijutsu kenkyusho , chuo technical , and then became the torishimariyaku head of chuo gijutsu kenkyusho , chuo technical laboratory , in november 1962 , became jomu , and then took the position of senmu in november 1970 , sodanyaku and chairman of sumitomo precision products co . , ltd. in november 1972 . moto sumitomo 's eldest son , yoshio sumitomo , is also a doctor of engineering , having graduated from the osaka university graduate school 's doctoral course in basic engineering ; however , since his uncle , family head kichizaemon sumitomo , had no legitimate son to be an heir , yoshio was adopted by the family head kichizaemon . as mentioned above , the sumitomo family had a close keibatsu blood connection with former nobility over the two generations , starting with the previous generation . speaking of the connection with the former noble , in addition to the descendant of kanichi , the elder brother of the family head kichizaemon , mitsuko , who was the wife of the fourth child toru , was a daughter of the former duke hiromichi takatsukasa . the takatsukasa family is the highest-ranking regent family of all the court noble families , and has a close connection with the tokudaiji and saionji families . for example , kinto tokudaiji , the father of the family head ( two generations ago ) tomoito sumitomo , duke kinmochi saionji and duke sanetsune tokudaiji , who was the former grand chamberlain , was adopted from the takatsukasa family by the tokudaiji family . moreover , as sanetsune tokudaiji 's eldest daughter junko married hiromichi takatsukasa ( an army major-general and the grand chamberlain ) , the father of nobusuke takatsukasa , the takatsukasa and tokudaiji families have a finely meshed pattern of strong blood connections . as mentioned above , the sumitomo family has a family line with a close keibatsu , keibatsu blood connection with former nobles , particularly the highest-ranking sekke--the seiga family--and if the sumitomo family is the western yokozuna among the old zaibatsu , the sumitomo family also has a close connection with the mitsui family , the eastern yokozuna . in the naramitsu family , the younger sister of masu was the wife of motoito sumitomo , married takayasu mitsui ( morinosuke ) , who was the president of the former mitsui & co . , ltd . , and the eighth-generation family head of the " mitsui-nagasakacho family , " which was one of the eleven families of mitsui . it is said that when naramitsu married into the mitsui family , seven freight cars were hired to send wedding dresses from osaka to tokyo . moreover , since takayasu mitsui 's eldest son takaatsu ( the torishimariyaku of mitsui & co . , ltd . ) married reiko , who was younger sister of hachiroemon mitsui , the tenth-generation hokke , being the mitsui soryo-ke family and heir , the keibatsu , keibatsu blood connection between the sumitomo and mitsui families is not only a simple bond between one family and another family but is also a genuine connection directly connecting the honke and soryo-ke families and heirs . however , the connection with the mitsui family is not only as mentioned above . tomoko , who was the third daughter of duke sanetsune tokudaiji , who is the elder brother of the former generation of kichizaemon , married koju mitsui of the mitsui-muromachi family ; and because tsuruko , who was the eldest daughter of the former baron norimaro tokudaiji , who was the third son of sanetsune and started the branch family , that is , the granddaughter of sanetsune married takanao mitsui of the mitsui-shinmachi family , which means honke of the sumitomo family and honke of the mitsui family have quadruple or quintuple keibatsu , keibatsu blood connections . moreover , the former viscount tadakazu tori , who was the elder brother of tadateru--a husband of the elder sister of the head of family kichizaemon--married hiroko , who was the eldest daughter of hachiro-jiro , the eighth-generation mitsui-minami family . the sumitomo family has extensive connections by marriage with former nobles , particularly with the above-mentioned court noble families , as well as with five of the eleven mitsui families ( including the mitsui soryo-ke family and the heir ) ; namely , the hokke , nagasakacho , muromachi , minami , and shinmachi families . shido-sai every year on april 25 , presidents , chairpersons and sodanyaku of direct affiliates of the sumitomo group gather to attend the " shido-sai " held in " ariyoshi-en , " which was historically a sumitomo-ke bettei in shishigadani in kyoto higashiyama , where " gozan-no-okuribi " is performed . there is a small shrine called " hosendo " in a corner of ariyoshi-en , which covers an area of approximately 9,900 square meters . the year 1940 was the one in which the celebration of the 2,600th anniversary of the founding of the japanese nation was held , but this year was also the 250th anniversary of the opening of the besshidozan copper mine ; and to enshrine the souls of the deceased successive sumitomo family heads and the deceased executive officers of the old sumitomo honsha this shrine was designed by eikichi hasebe and built as a refined space where the tablets of the above-mentioned deceased people are enshrined . the people who are allowed to attend " shido-sai " are limited to those who are related to the sumitomo family and members of " hakusui-kai , " which is a group for the presidents of direct affiliates of the sumitomo group and graduates of hakusui-kai ( former presidents ) . that is , " shido-sai " is a day on which the family head of the sumitomo family and the highest-ranking executive officers such as presidents , chairpersons and sodanyaku of direct affiliates of the sumitomo group gather once a year for the " memorial service for the deceased . " incidentally , april 25 is the death day of riemon soga , the " founder of business . " each year shido-sai is organized by a company that is a member of " hakusui-kai , " the order being established by rotation . transition of the houses of the sumitomo family old sumitomo-ke unagidani-bettei old sumitomo-ke ususan-hontei ( keitaku-en ) old sumitomo-ke sumiyoshi-hontei ( sumiyoshi-mura , hyogo prefecture ) old sumitomo-ke kinugasa-bettei ( st. josef shudoin monno-ie , hermitage , a registered tangible cultural property ) old sumitomo-ke shikagaya-bettei ( ariyoshi-en ) old sumitomo-ke matano-bettei ( national important cultural properties ) old sumitomo-ke nasu-bettei old sumitomo-ke azabu-bettei old sumitomo-ke surugadai-bettei old sumitomo-kaikan , izumi garden tower , senoku-hakuko-bunkan old sumitomo-ke suma-bettei ( suma kaihin koen park ) +the saionji family were court nobility descended from the fujiwara clan . the saionji family was of the fujiwara clan fujiwara-hokke kaninryu , and the kakaku ( family rank of court nobility ) was the seiga family . the toin family and imadegawa / kikutei family were branch families of the saionji family . there was a samurai family--the saionji clan in iyo-no-kuni--as a major offshoot that used the saionji surname . the family crest is hidari-mitsudomoe . the progenitor of the saionji family was fujiwara no michisue , the third son of fujiwara no kimizane . kintsune saionji , who was a great grandson of michisue , was confined by the imperial court during the jokyu-no-ran war because , having married the niece of minamoto no yoritomo , he was being watched over as a relative of the kamakura bakufu ( japanese feudal government headed by a shogun ) ; after the war , however , kintsune gained the confidence of the shogunate , wielded the real power in the imperial court through holding the office of kanto moshitsugi , and rose to the position of daijo daijin ( grand minister of state ) , raising the social standing of the saionji family . the family name of saionji comes from the name of the temple kintsune built at bettei , in kyoto ( kitayama-so , kadono-gun , yamashiro-no-kuni ) . this hall is also called kitayama-dono palace , and the current kinkaku-ji temple was built by yoshimitsu ashikaga after he was given this land by the saionji family . since the generation of kintsune , the saionji family gained support from the kamakura shogunate and came to power that surpassed the sekke throughout the kamakura era . sanekane saionji approached daikaku-ji through genealogy and made his daughters marry kameyama ho-ou , the ex-emperor , or the emperor godaigo . however , since the generation of sanekane 's son kinhira saionji , the saionji family this time supported the jimyoin-to genealogy when the daikakuji-to genealogy started to keep a distance from the bakufu , thereby deepening the conflict with the daikakuji-to genealogy . thereafter , at the generation of kinmune saionji , the saionji family was dismissed from the post of kanto moshitsugi after the fall of the kamakura shogunate . kinmune harbored yasuie hojo , who was a remnant of the hojo clan , the assassinated emperor godaigo , who had started kenmu-no-shinsei ; plotted a rebellion to back the ex-emperor gofushimi of jimyoin-to genealogy ; and was arrested and executed , the plot having been exposed by the betrayal of kinmune 's younger brother , kinshige saionji . during the period of the northern and southern courts , kinmune 's son sanetoshi saionji served hokucho ( japan ) and rose to the post of minister of the right , whereby the family name was restored . during the muromachi and edo periods the saionji family was also known for having biwa ( japanese lute ) players as a family business . in the early days of the edo period , saneharu saionji welcomed tokuhime , who was the eldest daughter of kyumu nagaoka ( also known as tadataka hosokawa ) , as the midaidokoro ( wife of a shogun or a highest-ranking nobleman ) of the heir ( later disinherited ) of tadaoki hosokawa , and invited her to accept the post of sadaijin ( minister of the left ) ; moreover , kyumu nagaoka offered various forms of financial support to the saionji family , including donating a property that yielded 600 koku of rice ( menko-shuroku ) . at the end of the edo period , kinmochi saionji was adopted from the tokudaiji family of the same kaninryu , worked as a politician after the meiji restoration , served as prime minister , and had great influence as a genro on the political scene during the taisho and showa eras . there is an anecdote that kinmochi was not good at playing the biwa japanese lute , which should have been the family business of the saionji family , and during kinmochi 's time in office as prime minister , the emperor meiji said out of mischief to kinmochi , " for the first time in a long while , i would like to listen to biwa japanese lute , " and therefore he was forced to play the biwa japanese lute in dire distress together with the officials of utaryo in the imperial household ministry . +otanike ( otani family ) is the yago ( literally , the " house name " ) of the descendants of kakue , a son of hirotsuna hino and kakushin-ni . hirotsuna hino was a low-ranking court noble in kyoto and kakushin-ni was the daughter of shinran , the hereditary monshu ( head of a buddhist sect ) and honshu ( chief priest ) of the hongan-ji temple ( the largest school of the jodo shinshu sect of buddhism ) . subsequent to the establishment of the myojihissho system ( which required people to adopt surnames ) in the meiji period , the kancho of the honganji school of the jodo shinshu sect ( nishi hongan-ji temple ) and the kancho of the otani school of the shinshu sect ( shunshu-honbyo mausoleum ) , which was established when the hongan-ji was split in two in 1602 , both adopted otani as their surname . the otani surname comes from the fact that the byodo mausoleum of shinran ( as mentioned below ) was settled on the land of otani of kitamon , the north gate of chionin in higashiyama , kyoto . as for the chinese character used to refer to otani , " 大谷 , " a different character " 豅 " was once used , and later hongan-ji temple used the chinese character " 豅山 ( otanizan ) as " sango . " the current nishi hongan-ji temple is named ryukokuzan hongan-ji temple ( 龍谷山本願寺 ) , where the chinese character " 豅 " is divided into two characters . interestingly , hongan-ji temple is counted among the warlords because it gained power equivalent to that of a warlord with the expansion of ikko-ikki during the sengoku period ( japan ) , and sometimes " kennyo honganji " or " kosa honganji " is used for homyo ( the jodo shinshu sect ) of the monshu ( chief priest ) or for imina with " honganji " being prefixed ; however , it is used simply for the convenience of naming , as the family line of the monshu , the chief priest of hongan-ji temple , never used honganji as a last name or surname and there was no clan called honganji . kakushin-ni was by shinran 's bedside when he died in 1262 ; and in 1272 he built do , a temple building , to house his remains in otani near shinran 's house in higashiyama , kyoto . the do temple building became otani-byodo mausoleum , a site respected and worshiped by followers of the jodo shinshu sect as the mausoleum of shinran , which led to its administration as a position of caretaker by kakue , the eldest son of kakushin-ni . however , because otani-byodo mausoleum drew pilgrimages and donations from various provinces , kakue 's child kakunyo and kakue 's younger brother by a different father , yuizen , started to fight for the position of caretaker ; resulting in the narrow victory of kakunyo , and therefore kakunyo established the hereditary position of caretaker based on kakunyo 's family blood . in 1312 kakunyo made the mausoleum a temple , whereby otani honganji temple was born . thereafter , hongan-ji temple , inherited by the descendants of kakunyo , proceeded to the formation of the honganji buddhist sect , the influence of which expanded to the hokuriku region via the fifth generation ( shakunyo ) and the seventh generation ( zonnyo ) ; the honganji buddhist sect was formed in kaga-no-kuni , noto-no-kuni , echizen-no-kuni , omi-no-kuni , and so on . however , the honganji buddhist sect was founded much later than the buddhist sects founded by other schools of the jodo shinshu sect following shinran 's death , and hongan-ji temple was still considered a branch temple of shorenin at the beginning of the muromachi period ; it is said that because of their ties with the hino family ( shinran 's family ) , the otani family performed similar management duties to those performed by the kujo family . early in the latter half of the fifteenth century , the honganji buddhist sect expanded across japan through the activities of rennyo , who became the eighth-generation monshu ( chief priest ) ; however , in 1465 the monshu was expelled from otani honganji temple and moved to yoshizaki , in echizen , then to the yamashina ward in the suburbs of kyoto . in kaga , against the backdrop of the power expansion of the honganji buddhist sect in the generation of rennyo , kaga ikko-ikki occurred in 1488 and the honganji buddhist sect in kaga expelled the shugo togashi clan , with the result that kaga was called " a country ruled by peasants . " for about 100 years up to 1580 , kaga had been a country where the ikkoshu sect ruled . following the dawn of the sixteenth century , amid the turmoil of sengoku , the honganji buddhist sect engaged its activities in various regions in japan using its power of organization , which was constituted by petty peasants up to samurai hierarchy such as the local samurai , the local ruling families and so on ; however , in 1532 yamashina honganji temple suffered damage due to the tenbun-hokke-no-ran war , and therefore the tenth generation ( shonyo ) moved to ishiyama gobo , which was opened in nishinari-gun , settsu-no-kuni ( currently osaka city ) by rennyo , which became ishiyama honganji temple . located at the highest point of the northern end of the uemachi plateau was the ishimaya honganji temple . the temple overlooked osaka , a key junction for fluvial traffic at the mouth of the yoda-gawa river . shonto promoted closer ties with feudal lords , the shogunate , and the imperial court so as to stabilize the power base of the hongan-ji temple . on the other hand , from the end of shonyo 's period the honganji buddhist sect in regions like hokuriku started to become something of a maverick , escaping from the control of hongan-ji temple . at the period of the eleventh generation , kennyo , who was a child of shonyo , the honganji buddhist sect that became a virtually independent feudal lordship , expanded its influence into kinai , which led to the confrontation with nobunaga oda , who tried to establish unified control by seizing seigniory from the religious power . the conflict between hongan-ji temple and the oda clan , which began in 1570 and lasted over ten years as the so-called ishiyama war , burdened nobunaga heavily , since hongan-ji temple had gained the upper hand through the coalition between kennyo and others who had entrenched themselves in the fortified ishiyama honganji temple , and hongan-ji temple followers who carried on a resistance movement against the oda clan in various regions . however , in 1574 gansho-ji temple in nagashima-cho , ise-no-kuni ( mie prefecture ) was destroyed by the oda clan and the resistance movements in various regions settled as ikko-ikki , which recovered echizen from the oda clan , were destroyed in 1575 ; and the navy of the mori clan , which was allied with hongan-ji temple in kizugawa-no kassen , was defeated by the navy of the oda clan in 1578 , assuming the defeat of hongan-ji temple in various places other than the premises of hongan-ji temple . hongan-ji temple retained its predominance by gaining support from saikashu , but gradually it was isolated in the midst of enemies , ultimately succumbing to nobunaga , who withdrew imperial command from the emperor ogimachi and left ishiyama honganji temple in 1580 , whereby hongan-ji temple as seigniory was extinguished . at that time kyonyo , who was the eldest child of kennyo and insisted on continuing the resistance despite the intentions of kennyo , had a falling out with kennyo , and when kennyo died in 1593 , the third son junnyo was welcomed as the successor . this incident was the starting point of the path of schism over the position of the monshu ( chief priest ) of hongan-ji temple , and in 1602 ieyasu tokugawa split hongan-ji temple by giving kyonyo a temple and land for higashi hongan-ji temple , which was thus separated from junnyo 's honganji buddhist sect . at this point numerous followers moved from junnyo 's buddhist sect , which became nishi ( west ) hongan-ji temple , to kyonyo 's higashi hongan-ji temple , whereby hongan-ji temple was split into eastern and western factions . there was a custom developed over generations that both the eastern and western family heads of the otani family 's having lineage from shinran , who was a son of the court noble arinori hino , and hirotsuna hino ( kakunyo 's father ) were adopted by influential court nobles ; consequently , both the otani families have increasingly been related to court nobles considering the maternal line , since they kept marriages with court nobles over generations . in view of the above-mentioned facts , both of the otani families were listed as new members of the nobility and entitled to hold the position of hakushaku ( roughly equivalent to a count or countess in english ) after the meiji restoration . +the matsunaga clan was a warlord group in yamato-no-kuni . it is believed that the matsunaga clan originated from shinzei , the sixteenth generation from the ancestor takenouchi no sukune , who had become a kokushi official of wakasa-no-kuni and therefore called himself matsunaga ki , after matsunaga no sho , the domain of onyu , in wakasa-no-kuni . this means that the matsunaga clan is descended from the ki clan , but the warlords of the matsunaga clan referred to themselves as being descended from the fujiwara clan or the genji ( gen clan ) . the matsunaga clan was a family of feudal lords whose originator was hisahide matsunaga , a kanyu ( crafty hero ) from a period of troublesome times , but even the specifics of hisahide 's place of origin are not known . however , recent study has brought forth iwashimizu hachimangu in yamashiro-no-kuni as the widely accepted theory , and from this theory there comes another theory that dosan saito , who was also from yamashiro and had assumed control of mino-no-kuni , was an old friend of hisahide . at first , hisahide became yuhitsu ( amanuensis ) of chokei ( nagayoshi miyoshi ) , who served the hosokawa clan . hisahide then emerged rapidly as a kyoto magistrate and thereafter as prime minister of the miyoshi clan . hisahide excelled at military strategy and fortification , and , as is apparent from the fact that in 1560 , although he was still a vavasor , he ( including his master 's house ) was appointed as a shobanshu ( an official who accompanies the shogun ) of the muromachi bakufu ( japanese feudal government headed by a shogun ) ; thus the matsunaga clan had come a long way , thanks to hisahide 's excellent abilities . however , it is a widely accepted theory that the sudden death of chokei 's younger brother kazumasa sogo in 1561 and the death of chokei 's son yoshioki miyoshi in 1563 were the results of poisoning by hisahide . at the very least the death of chokei 's younger brother fuyuyasu atagi in 1564 is attributed as murder , as the end result of hisahide 's slander against chokei ; moreover , it appears that hisahide was trying to take over the miyoshi clan . during the same year chokei also died of an illness , which led to the weakening of the miyoshi clan , and in 1565 hisahide murdered yoshiteru ashikaga , the shogun of the period , in an attempt to gain the hegemony in kinai . while being opposed to nagayasu miyoshi , tomomichi iwanari and masayasu miyoshi , hisahide for a while gained the hegemony in kinai , which lead to the full blossoming of the matsunaga clan ; however , in 1568 , when nobunaga oda came to kyoto in support of yoshiaki ashikaga , yoshiteru 's younger brother , since hisahide noticed nobunaga 's excellent caliber and overwhelming military power , hisahide presented a fine art work--a tsukumonasu ( chinese tea caddy ) --to nobunaga as a sign that he would yield , and thus he became nobunaga 's vassal . however , when nobunaga became opposed to yoshiaki and faced a predicament because a military cordon around nobunaga had been organized , hisahide betrayed nobunaga . however , at this time various negative factors , such as the death of shingen takeda and the downfall of muromachi bakufu , compelled hisahide surrender to nobunaga oda at the end of 1573 . in 1577 , in response to kenshin uesugi 's invasion of noto-no-kuni and kaga-no-kuni , hisahide raised a rebellion again and was shut up within shigisan castle . however , because the oda army had power to spare--despite the defeat by kenshin uesugi in the battle of the tetori river--hisahide was soon driven into a corner by the oda army , which used the strategy of defeat one by one . hisahide died in an explosion by embracing kotenmyo hiragumo , a tea kettle , that nobunaga had wanted to possess . at that time , hisahide 's heir , hisamichi matsunaga also killed himself , which resulted in the complete downfall of the matsunaga clan . however , it is said that hisahide 's son , nagatane matsunaga , who ultimately became a priest and led a wandering life , survived , and that his son teitoku matsunaga left his name to posterity as a haiku poet . there was also a confucianist whose name was kokka matsunaga in the domain of owari , and he too was considered a descendant . +the rokkaku clan was a samurai family ( shugo guar feudal lord ) descended from the sasaki clan of uda-genji ( uda-gen clan ) and whose influence was centered in the southern part of omi-no-kuni from the kamakura era through the sengoku period ( japan ) . there is no blood connection with the court-noble rokkaku family of fujiwara-hokkeryu . the rokkaku clan is one of four branch families of the sasaki clan called omi-genji ( omi gen clan ) , and had ruled the entire area of minami omi as the shugo ( guard ) since the kamakura era . it is said that they called themselves the rokkaku clan because they had a house in rokkakudo ( choho-ji temple ) , kyoto . during the kamakura period , the shogunate was particularly on the alert for the sasaki clan , partly because most of the sasaki clan had a history of belonging to the court 's side in the jokyu-no-ran war . after the death of nobutsuna sasaki , most of his territory was supposed to be inherited by his third son , yasutsuna sasaki ; however , a move accepted by the shogunate after the appeal by nobutsuna 's disinherited first-born son shigetsuna sasaki , whereby the territory was divided into four on behalf of all nobutsuna 's sons . the fact that the rokkaku clan ( namely the yasutsuna family ) was the legitimate blood of the sasaki clan remained unchanged , but the rokkaku clan 's power was seriously weakening . at the downfall of the kamakura shogunate , tokinobu rokkaku took the side of rokuhara tandai , a local commissioner , intending it to be to the end , but was defeated and forced to surrender . the rokkaku clan had been opposed to the kyogoku clan , which originally belonged to the same family , since the muromachi era when the kyogoku clan was gaining power , and fought against the kyogoku clan over the hegemony of omi . partly because mt . hiei-zan was within the territory , the regional rule had not been stabilized during the muromachi era , and mitsutsuna rokkaku and his son mochitsuna rokkaku were forced to commit suicide due to the vassals ' rebellion ; thereafter , hisayori rokkaku , who had inherited mitsutsuna and mochitsuna , committed suicide due to the strain of grief after the conflict with the kyogoku clan . kameju rokkaku , who is considered to be the family head after hisayori ( there are several theories over the identity of kameju ) , belonged to the western army at the turmoil of the onin war , and in the next generation that of takayori rokkaku , the ninth-generation shogun yoshihisa ashikaga and the tenth-generation shogun yoshitane ashikaga sent a punitive expedition to takayori in 1487 . takayori fought back against the invasion twice and further won the conflict with the iba clan , which was the shugodai ( delegated guard ) , thus becoming a warlord . sadayori rokkaku , takayori 's second son , appeared at the start of the sengoku period ( japan ) . sadayori became the kanryodai ( delegated lord ) of the ashikaga shogun family , was based at kannonji castle , and built power across omi in order to foster the full blossoming of the rokkaku clan . however , after the death of sadayori , in the generation of yoshikata rokkaku ( who inherited sadayori ) , the rokkaku clan 's power began to weaken due to various factors , including its defeat by nagamasa asai at the battle at norada in 1560 . in the generation of yoshikata 's son , yoshiharu ( yoshisuke rokkaku ) , in 1563 the killing of his chief vassal katatoyo goto and his son caused the kannonji family feud--the infighting of the rokkaku family--which forced the signature of the rokkaku clan act , at which the weakening of the rokkaku clan became significant . as mentioned above , the rokkaku clan was greatly weakened during the period of yoshikata rokkaku and his son , yoshiharu , and in 1568 the clan was defeated by the joraku army led by nobunaga oda , losing its territory . thereafter , although yoshitaka and yoshiharu put up guerrilla resistance against nobunaga , ultimately they fell . later , the rokkaku clan was accepted as vassal by hideyoshi toyotomi and hidetsugu toyotomi and again used the sasaki cognomen to become hatamoto ( direct retainer of the shogun ) during the edo period . the descendant of yoshiharu 's younger brother , yoshisada rokkaku ( who is said to have been given the title of family head by yoshiharu after the kannonji family feud , but there is another theory ) , also survived as hatamoto during the edo period . yoshisada 's descendant also used the original surname , the sasaki cognomen . yoshiharu 's younger brother , koichi , became a vassal of nobukatsu oda , and koichi 's son masakatsu used the ikoma cognomen and became a chief vassal of the oda family in the domain of uda matsuyama . masakatsu 's descendant served the oda family , in the domain of tanbakaibara . the above is the conventionally accepted theory , but there is another theory which holds that the descendant of ujitsuna rokkaku ( the heir of takayori and elder brother of sadayori ) survived under the aegis of nobunaga , and that yoshisato rokkaku ( the old vassal of yoshihide rokkaku , who was the father or elder brother , and the kataimina ( a name for a dead person ) ) served hideyoshi toyotomi to become a feudal lord of 120,000 koku , was given the toyotomi cognomen and the title of palace staff and was consistently well treated , all of which has been the prevailing theory in modern times . according to this theory , sadayori 's bloodline was the mitsukuri family of the rokkaku clan 's branch family as just a jindai ( role ) . +the yamashinanomiya family was the imperial family , created by imperial prince yamashinanomiya akira , the son of imperial prince fushiminomiya kuniie , at the end the edo period . imperial prince yamashinanomiya akira was born in 1816 . his childhood name was kiyoyasu . in the following year , he inherited kanshu-ji temple , a monzeki temple ( a temple where the doctrines of the founder of the sect had been handed down ) in yamashina , kyoto . he became a priest in 1810 and was called priestly imperial prince saihan . in 1864 , yoshinobu tokugawa and others asked the emperor komei for his secularization . akira again became a imperial prince and received the reigning name of yamashinanomiya . the reigning name was associated with the geographical name , yamashina . the first family head , imperial prince akira had a political career as a kokuji goyogakari ( a general official of the imperial household in charge of state affairs ) at the end of edo period , and after the meiji restoration , he took important posts , such as gijo ( official post ) and ministerial governor of foreign affairs . while many imperial family members became military officers following after the european royal families , he remained a civil officer . he died at the age of 83 in february , 1870 . the second family head was prince yamashinanomiya kikumaro , a son of imperial prince akira . although he became imperial prince nashimotonomiya moriosa 's adopted heir , he returned to the yamashinanomiya as a koshi ( successor ) of imperial prince akira in 1885 . he joined imperial japanese navy and was promoted to colonel . he also devoted himself to meteorology research , and founded the meteorological observing station on mt . tsukuba at his own expense . he died at the age of 36 in 1908 . the 3rd family head , prince yamashinanomiya takehiko was born in 1898 . he joined the navy , succeeding his father , and became a navy major . since he joined the kaigun kokutai ( naval air groups ) and flew over tokyo , he was known as " the prince in the sky . " he married princess sakiko , a daughter of prince kayanomiya kuninori , but his family villa in kamakura city , kanagawa prefecture was destroyed in the great kanto earthquake of 1923 . unfortunately , princess sakiko was staying at the villa and was crushed to death together with her unborn child . because of princess sakiko 's death , prince takehiko suffered from mental illness , and he was placed in reserve duty in 1932 . after the secession from the imperial family , he declared himself mr. yamashina , however , he was repeatedly hospitalized and passed away in a hospital in fujisawa city , kanagawa prefecture in august , 1987 . prince kikumaro 's second son , prince yoshimaro was renamed marquis yoshimaro yamashina when he became a subject of the state in 1920 . he was an ornithologist with a doctorate of science , graduating from science department of tokyo imperial university . he founded the yamashina institute for ornithology , became the director , and was known as an authority on japanese bird research . prince kikumaro 's third son , fujimaro was renamed marquis fujimaro tsukuba when he became a subject of the state . he became a chief priest of yasukuni-jinja shrine after graduating from history department of tokyo imperial university . he founded the tsukuba history laboratory at his residence in yoyogi , tokyo and published ' the society of japanese historical research , ' which collected the indexes of literature on japanese history . fujimaro 's eldest son , tsuneharu tsukuba , was a professor of waseda university . his second son tsunehide tsukuba became a priest with homyo ( a name given to a person who enters the buddhist priesthood ) of johen and became the monzeki ( successor of a temple ) of kanshu-ji temple , which is connected to the yamashinanomiya . prince kikumaro 's fourth son hagimaro became marquis hagimaro kashima , and his fifth son shigemaro became marquis shigemaro katsuragi . +the higashifushiminomiya family is the imperial family , which was founded by imperial prince higashifushiminomiya yorihito , a son of imperial prince fushiminomiya kuniie , during the late meiji era . since there has been no heir , the imperial family ended in the first generation . imperial prince yorihito was born in 1867 . his childhood name was prince sadamaro . in 1869 , he was adopted by the yamashinanomiya family and called prince yamashinanomiya sadamaro . in 1885 , he was adopted by the komatsunomiya family . in the following year , he was given the title of imperial prince and became imperial prince komatsunomiya yorihito . since imperial prince yorihito did not become an heir when imperial prince komatsunomiya akihito died in 1903 , imperial prince yorihito newly created the higashifushiminomiya family his military career began when he studied in england in 1884 . he graduated from the naval academy in brest , france in 1890 , then he became the admiral of yokosuka chinju-fu ( navy base ) , admiral of the second fleet , and then the full admiral . moreover , he attended the coronation of george v ( king of the united kingdom ) and held prominent positions such as the president of japan fisheries association and the honorary president of la societe franco-japonaise . he died at the age of 56 in 1920 . he was posthumously awarded the marshal collar of the supreme order of the chrysanthemum . imperial prince yorihito did not have an heir , therefore , the higashifushiminomiya family ended in one generation . however , prince kuninomiya kuniyoshi 's third prince kunihide ( jigo higashifushimi ) , who was raised by imperial prince yorihito , was given the family name of higashifushimi by demotion from nobility to subject in order to inherit the religious service of the higashifushiminomiya , after reaching legal age , and the family became count . the demotion was carried out since the former imperial house act did not allow having an adopted child . after that , kunihide became the chief priest of shoren-in monzeki temple and was named jigo higashifushimi . he is alive at present . +the northern house of the fujiwara clan was a family line whose originator was fujiwara no fusasaki , the second son of fujiwara no fuhito , the minister of the right . it was one of four fujiwara families . the name came from the fact that the house of fujiwara no fusasaki was located north of the house of his elder brother , fujiwara no muchimaro . the originator , fusasaki , was promoted to councilor first among four fujiwara brothers during the era of emperor gensho , later became the first naishin ( government post ) since his grandfather , fujiwara no kamatari , and fought as an aide close to the emperor gensho for political power against nagayao . during the era of emperor shomu , fusasaki gained political power after the nagayao no hen ( conspiracy of nagayao ) in 729 and controlled the political power as a pivotal figure , particularly among the political power by the four fujiwara brothers , but he died in 737 together with other brothers due to the spread of smallpox . thereafter , from the late nara period through the early heian period the northern house of the fujiwara clan had been losing ground to the southern house of the fujiwara clan and the ceremonial house of the fujiwara clan , partly because although fusasaki 's sons , fujiwara no nagate and fujiwara no uona , became ministers of the left in the era of emperor konin , nagate 's heir , fujiwara no oyori , died young and uona was involved in hikami no kawatsugu 's war , whereupon he fell from power . however , since the era of emperor heijo , fujiwara no fuyutsugu ( who had won the confidence of emperor saga ) had rapidly gained power and started to overwhelm other families when the southern house lost its power after the iyo shinno no hen ( conspiracy of imperial prince iyo ) of 807 , and the ceremonial house lost its power after the kusuko no hen conspiracy of 810 . moreover , the main branch of the northern house became maternal grandfather over three generations--fuyutsugu ( emperor montoku ) , fujiwara no yoshifusa ( emperor seiwa ) and fujiwara no mototsune ( emperor suzaku and emperor murakami ) --whereby the predominance of the northern house was established . subsequently , the main branch of the northern house became the leader of toshi / toji , and produced regents and chief advisors to the emperor . later , in the generations of fujiwara no michinaga and fujiwara no yorimichi , the government of fujiwara 's sekkan ( regent to the emperor ) reached full bloom . the descendant of michinaga and yorimichi produced sekke ( the setsu family ) to finally dominate the highest rank of kakaku ( family status ) among the court nobility . most of the dojo family , which is another family line that used the fujiwara cognomen , also descended from the northern house . the derivative clan was not merely limited to court nobility but also included a large number of samurai families that had influence mainly in kanto , hokuriku and tohoku , claiming to be descended from the northern house--such as the fujiwara no michikane-utsunomiya clan , the oda clan , the fujiwara no nagaie-nasu clan , the uesugi clan of the kajuji group , the fujiwara-yamakage-date clan , the fujiwara no toshihito-saito clan , the kato clan , the fujiwara no hidesato-oshu fujiwara clan , the ashikaga clan ( the fujiwara clan ) , the oyama clan , the yuki clan , the sano clan and the onosaki clan . although the northern house was the last of the four fujiwara families to successfully flourish , as a result it spread the most extensive roots among the four fujiwara families . +the southern house of the fujiwara clan was a family line whose originator was fujiwara no muchimaro , the eldest son of fujiwara no fuhito , the minister of the right . the name comes from the fact that the house of fujiwara no muchimaro was located south of the house of fujiwara no fusasaki . thereafter , in the period of the emperor kanmu , fujiwara no tsugutada , the son of toyonari who was muchimaro 's eldest son , and fujiwara no korekimi , the son of fujiwara no otomaro who was muchimaro 's third son , successively became minister of the right , whereby the power of nanke was maintained.thereafter , in the period of the emperor kanmu , fujiwara no tsugutada , the son of toyonari who was muchimaro 's eldest son , and fujiwara no korekimi , the son of fujiwara no otomaro who was muchimaro 's third son , successively became minister of the right , whereby the power of the southern house of the fujiwara clan was maintained . muchimaro had four sons , and from the era of emperor koken through that of emperor shotoku the first son , fujiwara no toyonari ( the minister of the right ) and the second son , fujiwara no nakamaro ( the grand minister of state ) , successively became ministers . nakamaro , in particular , backed emperor junnin and made his three sons ( fujiwara no masaki , fujiwara no kusumaro and fujiwara no asakari ) sangi ( councilors of state ) , whereby four people of nakamaro and his sons became nobles and seized the dominant power ; however , they fell from power as a result of fujiwara no nakamaro 's war in 764 . thereafter , in the era of emperor kammu , fujiwara no tsugutada , the son of toyonari ( muchimaro 's eldest son ) , and fujiwara no korekimi , the son of fujiwara no otomaro ( muchimaro 's third son ) successively became the minister of the right , whereby the power of the southern house was maintained . however , in 807 , during the era of emperor heijo , fujiwara no otomo ( son of the korekimi , or dainagon ( chief councilor of state ) ) and fujiwara no otoei / tadatoshi ( son of the tsugutada , or chunagon ( vice-councilor of state ) ) , who were in the second and third positions of the political power at the time , fell from power as a result of iyo shinno no hen ( the conspiracy of imperial prince iyo ) , whereby the family lines of toyonari and otomaro declined as the central nobility , followed by the fall of nakamaro . incidentally , the descendant of fujiwara no tamenori , who was descended from otomaro and had distinguished himself as a samurai in the middle heian era , expanded across the country and became the originators of the ito , kudo , nikaido , sagara , kikkawa and amano clans , etc . after the mid-heian era , amid the political decline of the southern house due to the expanding power of the northern house , the descendant of fujiwara no kosemaro , who was the fourth son of muchimaro , survived as the central nobility and many of the descendants became scholars . the typical case is fujiwara no michinori / shinzei , who gained power in the cloister government as in no kinshin ( a courtier of the ex-emperor ) . moreover , from the descendant of fujiwara no norisue , who was a vassal and close aide of pope goshirakawa and later became the maternal grandfather of emperor juntoku , came the takakura family ( after the fall of the family in the late muromachi era , the family was rebuilt and completed the kaigo ( change of name of title ) to the yabu family ) , meaning the dojo family . +the sekke consisted of five families that the main branch of the fujiwara family clan had established during the kamakura era , whereby it achieved the top rank of court nobility kakaku ( family status ) . they were able to be promoted to regent or chief adviser to the emperor through dainagon ( chief councilor of state ) , udaijin ( minister of the right ) and sadaijin ( minister of the left ) . the sekke consisted of five families : konoe , kujo , ichijo , nijo and takatsukasa . the sekke is also referred to as the sekkan family ( sekkannke ) , gosekke ( gosetsu family ) or shippei family . the leader of toshi ( toji ) had also been elected from among the five families . through the main branch of the family of fujiwara no yoshifusa of fujiwara hokke ( fujiwara hoku family ) , in the early kamakura period , fujiwara no tadamichi 's sons , motozane konoe and kanezane kujo established the sekkan family ( sekkan-ke ) of the konoe group and kujoryu sekkan-ke , a regent family , respectively ; this resulted in the division of the main branch of the family into two families ( although there was , in addition the matsudono family of the sekkan family ( sekkannke ) of the matsudono group , the originator of which was motofusa matsudono , who was also a son of tadamichi ; but , the matsudono family is not counted as sekke , with the two families because , after moroie matsudono became regent , no one from the matsudono family became a regent or chief advisor of the emperor and the family line failed many times ) . later , the konoe family , which was the main branch , was established from the sekkan family ( sekkan-ke ) of the konoe group , and the takatsukasa family was established by kanehira takatsukasa . furthermore , the nijo , ichijo and kujo families were established by michiie kujo 's sons yoshizane nijo , sanetsune ichijo and norizane kujo , respectively , from kujoryu sekkan-ke , the regent family . additional notes for the above figure : the brothers are shown from the left in their order of seniority . after the establishment of gosekke , only a member of the gosekke could be appointed as regent or chief advisor to the emperor , meaning that the five families comprising the sekke dominated the positions of regent and chief advisor to the emperor . therefore , hideyoshi toyotomi tried to take a position as chief advisor to the emperor ( hideyoshi toyotomi ) . at that time he called himself taira no ason but became yoshi , the adapted child of sakihisa konoe in 1585 ; ultimately , he became fujiwara no hideyoshi and thereby achieved the position of chief advisor to the emperor . later , hideyoshi toyotomi 's adopted child , hidetsugu toyotomi , was appointed as the emperor 's chief adviser under the name of toyotomi no ason , thus marking the only exception to the tradition that no member of the family other than gosekke would be appointed as the chief advisor to the emperor . when the edo bakufu ( japanese feudal government headed by a shogun ) was established , it enacted the kinchu narabini kuge shohatto ( court noble 's act ) , whereby the structure in which the appointment of a regent or chief advisor to the emperor could not be made without a recommendation by the bakufu . on the other hand , the bakufu offered official and unofficial support for the regent , chief advisor to the emperor and the sekke . as a result , after the kan-ei period the regent and chief advisor to the emperor presided over the imperial court 's decision that the regent and chief advisor to the emperor were , as a general rule , not able to participate , even in the period of the sekkan ( regent to the emperor ) government ; thus any court noble who was from the seiga family or another family of lower position would be deprived of the rights of participation and speaking , even if the court noble was a minister . moreover , in the case where a family line of the sekke failed , there was an additional provision that only the adopted child from the imperial family or the adopted child from the same sekke was allowed to inherit the sekke , and the tacit provision that only the person who once took the position of regent , chief advisor to the emperor or seii taishogun ( literally , " great general who subdues the barbarians " ) could be appointed as the grand minister of state , whereby court nobles from the seiga family and other families of the lower position were expelled from their positions as mainstays of the imperial court . as a result , it became possible to administer the imperial court of the edo period by the agreements of the gosekke alone , so that it became difficult even for the emperor to oppose the imperial court . moreover , as long as the bakufu virtually controlled the right of appointment of regent or chief advisor to the emperor , even the family head of the gosekke could not oppose the intention of the bakufu , and the system for controlling the imperial court , which was the orderly sequence from the bakufu through the sekke / samurai families ( five plus four people at most ) to the emperor and each court noble , was thereby established as an extremely efficient system for the bakufu . nonetheless , the emperor and court nobles from families other than the sekke were not amenable and continued their resistance when the opportunity arose . their discontent erupted in the form of cloister governments by both former emperors gomizuno ( emperor / reigen emperor ) , in the horeki conspiracy or songo ikken ( incident ) and demo , of the 88 retainers of the imperial court . after the meiji restoration , the family head of each family was entitled to be a duke . moreover , since the meiji 's new administration adopted the system of departments of state , the sekke was no longer appointed as regent or chief advisor to the emperor . therefore , the five families after the meiji era are now generally referred to as ' old sekke ' or ' old sekkan family , ' with the prefix ' old ' as an addition . according to old imperial house act implemented before world war ii , a person of royalty or new nobility was qualified to marry a man of royalty , and there existed a consuetude that a legitimate wife of the main branch of the imperial family who was a future empress ( i.e. , the crown princess ) should be limited to a female from royalty or the old sekke . +the seiga family was one of the kakaku ( family status ) of court nobles or nobility , which is the kakaku above the daijinke ( daijin family ) and was next to the sekke ( setsu family ) . the family concurrently served konoe taisho general and was thus promoted to grand minister of state ( however , since the requirement for taking the position of grand minister of state in the edo period was the person who had served as regent or chief advisor to the emperor , the highest official rank the seiga family could attain was that of minister of the left ) . it was also called the eiyu family . the children of sekke and seiga family were called kindachi . before the meiji period , new nobility meant this family . according to the nobility act implemented in the meiji period , the seiga family was , in principle , entitled to the title of marquess ; however , thanks to the achievements during the meiji restoration , the sanjo family was entitled to the title of duke , while the saionji and tokudaiji families , which were formerly entitled to the title of marquess , were later entitled to the title of duke by means of shosyaku ( attaining higher rank based on achievement ) . ultimately , the seiga family comprised the following nine families : although the toin family of the fujiwara hokke-kanin group also produced grand ministers of state from the kamakura era through the muromachi era as frequently as the seiga family did , since the family line of the toin family failed in the early sengoku period the toin family did not have kakaku corresponding to that of court noble , such as the seiga family or other families established during the edo period . seven families the koga family the main branch of the family of murakami-genji ( murakami gen clan ) , the originator of which was minister of the right minamoto no morofusa ( 1008 to 1077 ) , who was the son of imperial prince tomohira , the eighth prince of emperor murakami . morofusa was mido kampaku fujiwara no michinaga 's daughter 's husband ( morofusa 's wife was michinaga 's daughter takako ) , and became an adopted child of fujiwara no yorimichi , the heir of michinaga ; additionally , the descendant of morofusa built a deep relationship through intermarriage with the sekkan family ( sekkanke ) . naidaijin ( minister ) minamoto no michichika ( 1149 to 1202 ) , who was morofusa 's fifth-generation grandson , expelled the chief advisor to the emperor kanezane kujo in a conspiracy with takashina no eishi , and was a person who flaunted his power , thereby earning the nickname ' gen haku riku . ' the main branch of the koga family had long served concurrently as the leader of genji and chief of both the junnain palace and shogakuin college , but such a position was removed by shogun yoshimitsu ashikaga of samurai-genji ( the gen clan as samurai families ) during the muromachi period . the koga family name comes from the fact that there was a villa ' koga water castle ' in koga , otagi-gun yamashiro-no-kuni , in the southwest of kyoto . there were nine branch court noble families : the nakanoin family of daijinke , the rokujo , the iwakura , the chikusa , the higashikuze , the kuze , the umetani , the otagi , and the uematsu of the urin family . family business : flute ; karoku ( hereditary stipend ) in the edo period : seven hundred koku ; crest : the itsutsu rindoguruma ( five gentians annulet ) the sanjo family ( temporin-sanjo family ) the fujiwara hokke-kanin group ( descended from grand minister of state fujiwara no kinsuke ) the first generation was grand minister of state saneyuki sanjo ( 1080 to 1162 ) , who was the eldest son of chief councilor of state fujiwara no kimizane . to further distinguish the ogimachi-sanjo family ( renamed ' saga ' at the time of sanenaru saga ) of daijinke , which was descended from the sanjo family , the sanjo family is most often referred to with the prefix temporin . the numerous branch families included the ogimachi-sanjo family and sanjonishi family of daijinke , as well as the shigenoi family and anegakoji family of the urin family . family business : flute and shozoku ( costume ) karoku ( hereditary stipend ) during the edo period : 469 koku ; crest : the karabishibana crest ( chinese rhombic flower ) the saionji family the fujiwara hokke-kanin group the originator was chunagon ( vice-councilor of state ) michisue saionji ( 1090 to 1128 ) , the second son of kimizane . michisue was made an heir because his mother fujiwara no mitsuko was a lawful wife , but due to his early death he did not attain an official rank equal to that of his brothers . the fourth generation , that of grand minister of state kintsune saionji ( 1171 to 1244 ) , held the reins of power as a pro-shogunate group after the jokyu-no-ran war , thereby seizing the position of maternal relative and the hereditary job position of kanto moshitsugi from the sekkan family . kintsune built the ujidera ( a temple built for praying for clan glory ) , saionji , in kyoraku ( kyoto ) kitayama , thus originating the family name . the branch family included the toin family ( which died out ) , imadegawa family ( kikutei family ) , shimizudani family , yotsutuji family , hashimoto family and omiya family of the urin family . family business : biwa japanese lute karoku ( hereditary stipend ) in the edo period : 597 koku ; crest : hidari-mitsudomoe . the tokudaiji family the fujiwara hokke-kanin group the originator was kimizane 's third son , minister of the left saneyoshi tokudaiji ( 1096 to 1157 ) . saneyoshi 's grandchild , who became heir to the family , minister of the left sanesada tokudaiji ( 1139 to 1191 ) , was fujiwara no toshinari 's younger sister 's son and fujiwara no sadaie 's cousin , and was a gifted poet . this family nearly dominated the kokyu of the palace during the period of cloister government by the emperors toba and goshirakawa , but the power of the family dwindled somewhat after the kamakura era . the tokudaiji family had a strong kindred connection to the saionji family ; for example , in the meiji period kinmochi saionji was born into the tokudaiji family and subsequently adopted by the saionji family ( as an act of nyushi ( joining the family to become an heir ) ) . family business : flute ; karoku ( hereditary stipend ) in the edo period : about 410 koku ; crest : mokko-hanabishi-fusenryo crest ( rhombic gourd flowers in a circle ) the kazanin family the fujiwara hokke-morozane group ( kazanin group ) the originator was minister of the right ietada kazanin ( 1062 to 1136 ) , who was the second child of the regent , grand minister of state fujiwara no morozane . the family name came from the fact that ietada had inherited higashi-ichijoin ( kazanin ) , the imperial palace of emperor kazan . because the third generation , tadamasa kazanin ( 1124 to 1193 ) , was familiar with the emperor 's politics in the imperial palace and was a relative of taira no kiyomori , he was exceptionally promoted to be the grand minister of state . the various schools included the nakayama family , nonomiya family and imaki family of the urin family . family business : sho flute and art of calligraphy ; karoku ( hereditary stipend ) in the edo period : about 750 koku ; crest : the kakitsubata-hisi ( rhombic japanese iris ) . the oinomikado family the fujiwara hokke-morozane group ( kazanin group ) the originator is tsunezane oinomikado ( 1068 to 1131 ) , who was also a child of fujiwara no morozane , like the kazanin family . the house was located north of oinomikado and east of made-no-koji street . tsunezane was promoted only up to supernumerary chief councilor of state , but his son tsunemune oinomikado ( 1119 to 1189 ) held the reins of power as the maternal father of emperor nijo and was promoted to minister of the left so as to ensure the kakaku ( family status ) of the seiga family ( tsunemune 's mother was kimiko , a daughter of kinzane kaninryu ) . family business : calligraphy , waka ( yamatouta ) , thirteen-string koto , japanese harp , flute , shozoku ( costume ) ; karoku ( hereditary stipend ) in the edo period : about 400 koku ; crest : the hishi ni katabamiso ( diamond and cuckooflower ) the kikutei family ( kikutei family ) the fujiwara hokke-kanin group , a branch of the saionji family minister of the left kanesue imadegawa , who was a son of sanekane saionji , a grand minister of state during the kamakura period , started a branch of the saionji family and resided in imadegawa-dono palace ; accordingly , they called themselves kikutei ( imadegawa ) . after the restoration the family name , imadegawa , was changed to another name : kikutei . family business : biwa japanese lute karoku ( hereditary stipend ) in the edo period : about 1355 koku ; crest : the mitsukaede ( three maples ) the nine seiga ( the following two families are added to the above-mentioned seven families . ) the daigo family the fujiwara hokke-sekkan group a branch of the ichijo family , gosekke ( gosetsu family ) , which started during the edo period the first generation was chief councilor of state fuyumoto daigo ( 1648 to 1697 ) , the second son of the regent , akiyoshi ichijo . hereditary stipend : about 312 koku ; crest : the sagarifuji the hirohata family ogimachi-genji ( ogimachi-gen clan ) tadayuki hirohata ( 1623 to 1669 ) , a son of hachijo no miya ( prince toshihito ) , who was an imperial descendant of emperor ogimachi , underwent shinseki koka ( demotion by meiji constitution whereby the imperial family lost its rank to become common people ) , started the family . initially , tadayuki went to the domain of owari to become a samurai family , but upon his return to kyoto he became dainagon ( chief councilor of state ) . hereditary stipend : about 500 koku ; crest : the juroku hauragiku ( 16 leaves of reversed chrysanthemum ) +the konoe family was the premier court nobility of the sekke ( setsu family ) . the family name came from konoe koji street , in heian-kyo . the actual surname is of the fujiwara clan , which falls under the main branch of the family of fujiwara hokke . the konoe group and kujoryu school constituted the sekkan family ( sekkanke ) , but it is impossible to determine which family was the original . the originator was fujiwara no motozane or motozane konoe , the eldest son of fujiwara no tadamichi . the family name comes from the fact that the originator 's son motomichi konoe called his house , which was located north of the kyoto guardsman and east of muromachi , ' konoe-dono house . ' yomei is another family name . the crest is the konoebotan . the hereditary stipend during the edo period was 1800 koku at the beginning and 2860 koku at the end of the period . dukedom after the meiji restoration the family temple is daitoku-ji temple , in kyoto . in the middle kamakura period the takatsukasa family , one of the gosekke ( gosetsu family ) , was started as a branch family by kanehira takatsukasa , the fourth son of iezane konoe . it was temporarily schismatized during the period of the northern and southern courts ( japan ) . during the early edo period nobuhiro konoe , the fourth prince of the emperor goyozei , became the adopted heir . the family produced great scholars of politics and chirographers ( sanmyakuin school ( school of ancient calligraphy ) ) , including hisamichi konoe and nobutada konoe during the sengoku period ( japan ) . the family produced hisatsugu konoe , motohiro konoe , iehiro konoe and so on as a family of wisdom and righteousness during the edo period . particularly , tadahiro konoe , who enjoyed the deep confidence of emperor komei , worked as an adviser . prime minister fumimaro konoe , of the early showa period , came from the family 's main branch . the conductor and composer hidemaro konoe is fumimaro 's younger brother from a different mother . the family head of the current konoe family , tadateru konoe , who is the president of the japanese red cross society and other organizations , is the second son of morisada hosokawa ( a child of fumimaro 's daughter , who has married into another family ) and became an adopted child of the wife of fumitaka konoe , a child of fumimaro , to inherit the konoe family . motozane konoe ( 1143 to 1166 ) motomichi konoe ( 1160 to 1223 ) iezane konoe ( 1179 to 1242 ) kanetsune konoe ( 1210 to 1259 ) sakihisa konoe ( 1536 to 1612 ) nobutada konoe ( 1565 to 1614 ) nobuhiro konoe ( 1599 to 1649 ) motohiro konoe ( 1648 to 1722 ) iehiro konoe ( 1667 to 1736 ) tadahiro konoe ( 1808 to 1898 ) atsumaro konoe ( 1863 to 1904 ) fumimaro konoe ( 1891 to 1945 ) hidemaro konoe ( 1898 to 1973 ) tadateru konoe ( 1939 to ) +the isshiki clan comprised a samurai family . the original surname was genji ( gen clan ) . the family was one of the branch families of the ashikaga clan , a distinguished family among the kawachi-gen clan , which was one of the seiwa-genji ( seiwa gen clan ) . it was one of the shishiki families ( four administrators ' families : yamana , isshiki , akamatsu , kyogoku ) of the muromachi bakufu ( japanese feudal government headed by a shogun ) in the muromachi era . the originator was koshin isshiki , a son of yasuji ashikaga . because the family was started in kira no sho isshiki in mikawa-no-kuni ( present-day isshiki-cho hazu-gun aichi prefecture ) , they gave themselves the surname isshiki . there is isshikida as the same surname but with a different pronunciation . when the muromachi bakufu was established , noriuji isshiki and naouji isshiki became kyushu tandai ( local commissioners ) , but since they failed to get a result in war , the isshiki clan became weaker . however , the family of norimitsu isshiki , the second child of noriuji , rendered distinguished service ; therefore , the family power was regained to become shugo ( guard feudal lord ) of mikawa-no-kuni , wakasa-no-kuni and tango-no-kuni , and also held the reins of power as one of the shishiki families , in what was the most flourishing time for the isshiki clan . however , since they had gained too much power , yoshitsura isshiki , who was the family head of the isshiki clan , was killed by yoshinori ashikaga , the sixth-generation shogun of the muromachi , and an attack by the takeda clan resulted in the weakening of family power . then , yoshinao isshiki gained the confidence of the eighth-generation shogun , yoshimasa ashikaga , but in the turmoil of the onin war in 1467 the isshiki clan belonged to the western army led by sozen yamana because the clan was opposed to wakasa-takeda clan , which belonged to the eastern army led by katsumoto hosokawa ; this resulted in the defeat of the western army , and thereafter the clan gradually weakened . during the sengoku period , while the conflict with the wakasa-takeda clan continued , rebellions and gekokujo ( upheavals wherein the inferior defeats the superior ) frequently occurred in the area , whereby the power of the isshiki clan became further weakened . in the generation of yoshimichi isshiki , yoshimichi was killed in 1579 as a result of the invasion of an army led by yusai hosokawa , as ordered by nobunaga oda , and thereafter yoshimichi 's son yoshisada isshiki and yoshimichi 's younger brother , yoshikiyo isshiki tried hard to fight against the hosokawa army ; however , they were killed in 1582 , and this resulted in the complete downfall of the isshiki clan in tango . incidentally , the isshiki clan families were scattered around the country , and in kanto there existed the satte castellan isshiki clan ( a family of osakane isshiki , who was a grandchild of naouji isshiki ) as a family of the kamakura kubo , and they served koga kubo till the end ; moreover , the clan continued as the hatamoto ( direct retainer of the shogun ) and the domain of mito during the edo period . the isshiki-tsuchiya clan served the takeda clan , the guard of kai-no-kuni , during the sengoku period , and after the downfall of the takeda clan tadanao tsuchiya was employed by ieyasu tokugawa to become the lord of the domain of kururi , kazusa-no-kuni . ujitsugu niwa , of the isshiki-niwa clan , who served both the oda and toyotomi clans , became the originator of the domain of iho , mikawa-no-kuni , during the edo period . however , nagahide niwa and his family were of the taira clan , and the family line was therefore different ( categorized under the niwa clan ) . nagahide 's grandchild , mitsuhide niwa , became the lord of the domain of nihonmatsu , mutsu-no-kuni . suden , who served ieyasu tokugawa as an aide , was a descendant of the isshiki clan ; and the family of norikatsu isshiki , who was a cousin of suden , served as the hatamoto . +the takatsukasa family is one of the five sekke ( regent ) houses and kuge ( court nobility ) . the original forefather was kanehira takatsukasa , the fourth son of iezane konoe of the konoe family , which was the main line of the house of fujiwara north of the fujiwara clan , in the mid-kamakura period . the family name was derived from takatsukasa street in heian-kyo ( the kanehira family was in takatsukasa-muromachi ) . during the edo period the stipend was 1000 koku , but later it was 1500 koku . the family was ranked as a prince after the meiji restoration . the crest is a peony . during the sengoku period ( the warring states period ) ( japan ) , the family line failed once in the generation of tadafuyu takatsukasa , but in the early edo period nobufusa takatsukasa , the son of haruyoshi nijo , restored the takatsukasa family , which continued to exist until the modern age . in 1743 , sukehira takatsukasa ( imperial prince kaninnomiya naohito ) inherited the takatsukasa family . from the late edo period to the end of the edo shogunate period , the family heads of the house of takatsukasa frequently became senior regents , and in particular masamichi takatsukasa served as a senior regent for 30 years.from the late edo period to the end of the edo shogunate period , the heads of the takatsukasa family frequently became senior regents , and in particular masamichi takatsukasa served as a senior regent for 30 years . because takako takatsukasa , the daughter of nobufusa , became a legitimate wife of iemitsu tokugawa , her younger brother nobuhira takatsukasa was allowed to refer to himself as being of the takatsukasa-matsudaira family , and he changed his social status from a court noble who served the emperor to a hatamoto ( a direct vassal of the shogun ) of the tokugawa family ; the takatsukasa family , a samurai family , had been promoted over generations and ultimately became the house of the lord of the domain of yoshii , in kozuke province . kanehira takatsukasa ( 1228 to 1294 ) tadafuyu takatsukasa ( 1509 to 1546 ) nobufusa takatsukasa ( 1565 to 1657 ) takako takatsukasa ( 1602 to 1674 ) was the legitimate wife of iemitsu tokugawa , the third-generation shogun of the edo shogunate . nobuko takatsukasa ( 1651 to 1709 ) was the legitimate wife of tsunayoshi tokugawa , the fifth-generation shogun of the edo shogunate . sukehira takatsukasa ( 1739 to 1813 ) masahiro takatsukasa ( 1761 to 1841 ) masamichi takatsukasa ( 1789 to 1868 ) the takatsukasa-matsudaira family nobuhira matsudaira ( 1636 to 1689 ) nobumasa matsudaira ( 1661 to 1691 ) nobukiyo matsudaira ( 1689 to 1724 ) nobutomo matsudaira ( lord of the domain of yoshii ) ( 1712 to 1760 ) nobuari matsudaira ( 1739 to 1793 ) nobuaki matsudaira ( lord of the domain of yoshii ) ( 1745 to 1775 ) nobunari matsudaira ( 1767 to 1800 ) nobumitsu matsudaira ( 1775 to 1803 ) nobuyoshi matsudaira ( 1798 to 1841 ) nobutada matsudaira ( 1828 to 1847 ) nobuoki matsudaira ( 1824 to 1890 ) nobunori yoshii ( 1853 to 1890 ) +the ichijo family is one of the sekke ( regent ) houses and a kuge ( court nobility ) . the kujo line of sekkan ( regent and senior regent ) houses , the house of fujiwara north of the fujiwara clan , was a kugyo ( court noble ) during the kamakura period ; the original forefather was sanetsune ichijo , the third son of michiie kujo ; the name of the house was due to the fact that sanetsune had inherited ichijo hall , which had been built by michiie as a residence . as for the ranking , the ichijo family was inferior to the konoe family but was equal to the kujo , nijo and takatsukasa families ( the ichijo family was opposed to the kujo family over the legitimate blood of the family during the period of the northern and southern courts ( japan ) , so the emperor go-kogen gave the imperial order that both family lines should be the legitimate blood of the family . for details , see the item on the kujo family ) . another name is tokabo . the crest is the ichijo wisteria . the stipend during the edo period was 1000 koku at the beginning , which was later raised to 1500 koku and up to 2044 koku by the end of the edo shogunate period . the family was ranked as a prince after the meiji restoration . kanera ichijo , during the muromachi period , was active not only in politics but also in the cultural world such as academics and renga ( linked verse ) . during the sengoku period ( the warring states period ( japan ) ) , norifusa ichijo moved down to tosa , which was his fief , and the branch family became a sengoku-daimyo ( warring lord ) , the tosa-ichijo family . early in the edo period , fuyumoto daigo , the second son of the senior regent akiyoshi ichijo , established the house of daigo ( of the status of seigake ( a status of court nobility ) ) . haruko , the third daughter of tadaka ichijo , who was the family head at the end of the edo shogunate period , became the empress of emperor meiji ( empress shoken ) . sanetsune ichijo ( 1223 to 1284 ) tsunetsugu ichijo ( 1358 to 1418 ) kanera ichijo ( 1402 to 1481 ) norifusa ichijo ( 1423 to 1480 ) fuyuyoshi ichijo ( 1465 to 1514 ) fusaie ichijo ( 1475 to 1539 ) akiyoshi ichijo ( 1605 to 1672 ) +the nijo family is one of the sekke ( regent ) houses and a kuge ( court nobility ) . the fujiwara clan was of the house of kujo line , of the house of fujiwara north the family name came from the fact that the second son of michiie kujo , yoshizane nijo , referred to the house in nijo-kyogoku as nijo palace during the kamakura period . the family rank was inferior to the konoe and ichijo families but was equal to kujo and takatsukasa families . the crest was the nijo wisteria . the stipend during the edo period was 1700 koku . the family was ranked as a prince after the meiji restoration . the nijo family was accorded a personal name by the ashikaga shogun family and the tokugawa shogun family over generations , and is considered to be the number-one sympathizer of bakufu among the five sekke ( regent ) houses . the house of nijo was also the house from which the last kanpaku ( senior regent in history ) , nariyuki nijo , was produced . the nijo family was once schismatized during the period of the northern and southern courts ( japan ) , but it regained power under yoshimoto nijo , who was on the northern dynasty ( japan ) side . particularly , after the muromachi period until meiji period , the nijo family dominated the position that was in charge of " sokui kanjo ( accession to the throne ) , " which was to offer kanjo ( cabalistic ceremony provided to the emperor-to-be ) to the new emperor at an enthronement ceremony . during the edo period , motohiro konoe , who was at the time considered to be the most powerful among the sekke families , argued that the nijo family should not continue the dominant position in the accession to the throne out of the following two reasons : one being that the code of etiquette for accession should originally come down to all the sekke families , and the other being that the previous family head , mitsuhira nijo , had died young , and therefore the code of etiquette had terminated . in reply to the argument , the retired emperor reigen reasoned that there should have been a substantial reason why the position had been dominated by the nijo family despite the fact that the accession to the throne had come down to the other families , and judged that even if the head of the nijo family was not the incumbent regent , chief adviser to the emperor or minister , only the ' sokui kanjo ' should be administered by the head of the nijo family , and that in the case where the family head inherited the nijo family while still young , the emperor ( who was the other that knew mysticism of the ceremony ) should give instructions to the family head , all of which resulted in the official domination of the position by the nijo family . because the land of the house in the edo period was located outside the kyoto gyoen ( imperial park ) , the land , unlike that of the other four sekkan families ( sekkanke ) , did not become a park ; today it is within the premises of doshisha women 's college of liberal arts . yoshizane nijo ( 1216 to 1270 ) kanemoto nijo ( 1268 to 1334 ) yoshimoto nijo ( 1320 to 1388 ) +the urin family was of the house status of kuge ( court nobility ) subsequent to the kamakura period ; it was inferior to the sekke ( the house of regents ) , seigake ( one of the statuses of court nobility that was inferior to the sekke but superior to the minister ) and the house of minister , but it was equal to meike ( kuge ) , a kuge of lower rank , and superior to hange ( kuge ) , a kuge of lower rank . the urin family had the standing of the house of military officers , which could also serve as konoefu shosho ( chujo ) and could be promoted from sangi ( councilor ) through chunagon ( vice-councilor of state ) up to dainagon ( chief councilor of state ) . although extremely rare , there were cases in which a family member was promoted to naidaijin ( minister of the center ) . according to the ordinance on nobles after the meiji restoration , the urin family was ranked in principle as a count ( but the iwakura family , the descendant of minister of the right tomomi iwakura , was specially offered the title of a prince ) . urin means " fast as a feather and many as a forest " and was a name for a star that guarded hokushin ( the north star ) in china . the name became the official name of a government office of the night-duty guards of the imperial court , who guarded the emperor . it became another name ( chinese-style name ) of konoefu , and became the family that served as officer of the konoe ( guards ) , which was the urin family . it had the standing of the house of a military officer . the house of fujiwara north , the kanin line ( 23 families ) the ogimachi family : a side line of the house of toin the original forefather was saneaki ogimachi , the child of kimimori toin . old families . the family business consisted of so ( a stringed instrument ) and calligraphy . the shigenoi family : a side line of the house of sanjo the original forefather was sanekuni shigenoi , the second son of kiminori sanjo . old families the family business consisted of kagura ( a musical dance ) and kojitsu ( records of the past ) . the anekoji family : a side line of sanjo the original forefather was kiminobu anekoji , the child of sanefusa sanjo . new families the family business consisted of kagura ( a musical dance ) . the shimizudani family : a side line of the house of saionji the original forefather was saneari shimizudani , the child of kintsune saionji . old families . the family business consisted of penmanship , sho ( a wind instrument ) , ( nogaku ( noh music ) ) and ( kagura ( a musical dance ) ) . the yotsutsuji family : the side line of the house of saionji the original forefather was sanefuji yabuuchi , the fourth child of kintsune saionji . old families the family business consisted of kagura ( a musical dance ) , wagons and so ( a stringed instrument ) . it was renamed to the house of muromachi after the meiji restoration . the nishi-yotsutsuji family : a side line of yotsutsuji the original forefather was kimiga nishiyotsutsuji , the child of kimisuke yotsutsuji . new families the family business consisted of so ( a stringed instrument ) . the house of ogura : a side line of toin the original forefather was kin-o ogura , the child of saneo toin . old families the family business consisted of kagura ( a musical dance ) . the kawahata family : a side line of shigenoi the original forefather was kimikiyo kazahaya , the second son of sanekuni shigenoi . old families the family business consisted of kagura ( a musical dance ) . the ano family : a side line of shigenoi kimisuke fujiwara , child of fujiwara no narichika , became an adopted child of suekuni shigenoi and established the family . old families the family business consisted of kagura ( a musical dance ) . the hashimoto family : the line of the house of saionji the original forefather was sanetoshi reizei , the child of kinsuke saionji . old families the family business consisted of the flute . the hanazono family : a side line of the house of ogimachisanjo the original forefather was sanenori hanazono , the child of kimito ogimachisanjo . new families the family business consisted of biwa ( japanese lute ) . the uratsuji family : a side line of the house of ogimachi the original forefather was suefuku uratsuji , the child of sueyasu ogimachi . new families originally , they called themselves uratsuiji . the umezono family : a side line of the house of hashimoto the original forefather was sanekiyo umezono , the second son of sanekatsu hashimoto . old families the yamamoto family : a side line of ano the original forefather was katsutada yamamoto , the youngest son of saneakira ano . new families the omiya family : a side line of saionji the original forefather was suemitsu omiya , the second son of kinmasu saionji . new families the kazahaya family : a side line of anekoji the original forefather was sanetane kazahaya , the second son of kimikage anekoji . new families the family business consisted of tea ceremony . the mushanokoji family : a side line of the house of sanjonishi the original forefather was kimitane mushanokoji , the child of saneeda sanjonishi . new families the family business consisted of the art of tanka poetry . the oshinokoji family : a side line of sanjonishi the original forefather was kimine oshinokoji , the child of kimikatsu sanjonishi . new families the takamatsu family : a side line of mushanokoji the original forefather was shigesue takamatsu , the child of sanekage mushanokoji . new families the following four families are not purely the line of fujiwara no kinsue , the house of fujiwara north , but belong to the kanin family . the yabu family : takakura ( yabu ) direct line , the house of fujiwara south as the original forefather , fujiwara no norisue , the descendant of fujiwara no sadatsugu , established the house of takakura . after the family line failed at the end of the sengoku period ( the warring states period ) , in the early edo period kinto yotsutsuji 's son norito takakura , and later his younger brother , tsuguyoshi yabu , inherited the house of takakua and renamed it as the house of yabu . it was renamed again to the takakura family after the restoration . new families the family business consisted of kagura ( a musical dance ) , and so ( a stringed instrument ) . the nakazono family : a side line of takakura ( yabu ) , the house of fujiwara south the original forefather was suesada nakazono , the youngest child of tsuguyoshi yabu . new families the takaoka family : a side line of takakura ( yabu ) , the house of fujiwara south the original forefather was suetatsu takaoka , the youngest child of suesada nakazono . new families the sonoike family : a side line of kushige , shijo line of the house of fujiwara north the original forefather was munetomo sonoike , the child of takashi kushige . because kimiya sonoike became another child considered to be saneaki ogimachisanjo 's own , it became a side line of ogimachisanjo of the kanin line . new families line of kazanin , the house of fujiwara north ( five families ) the nakayama family : a side line of the house of kazanin . the original forefather was tadachika nakayama , the child of tadamune kazanin . old families the family business consisted of flowers . the nanba family : a namba direct line , later a side line of asukai the original forefather was fujiwara no tadanori , the fifth son of fujiwara no morozane . after the family line failed once during the period of the northern and southern courts , in the early edo period munekatsu nanba , the child of masatsune asukai , re-established the family and became the side line of the house of asukai . old families the family business consisted of kemari ( court-style football ) . the asukai family : a side line of nanba the original forefather was masatsune asukai , the child of yoritsune nanba . old families the family business consisted of waka ( japanese poetry ) , kemari ( court-style football ) and calligraphy . the nonomiya family : a side line of kazanin the original forefather was tadanaga nonomiya , the child of sadahiro kazanin . new families the imaki family : a side line of kazanin the original forefather was sadaatsu imaki , a grandchild of tamechika reizei , who was the second son of chikatsuna nakayama . new families the nakamikado line of the house of fujiwara north ( nine families ) the matsunoki family : nakamikado direct line ( different from the nakamikado family of the kanjuji line ) the original forefather was munetoshi nakamikado , the grandchild of fujiwara no yorimune . old families the family business consisted of sho ( a wind instrument ) and ( gakudo ( music ) ) . the jimyoin family : jimyoin direct line the original forefather was michimoto jimyoin , grandchild of fujiwara no yorimune . old families the family business consisted of penmanship , kagura ( a musical dance ) and hawk mastery . the sono family : a side line of jimyoin the original forefather was motouji sono , the third son of motoie jimyoin . old families the family business consisted of biwa ( japanese lute ) and ( flower arrangement ) ( as the head family of the aoyama line ) ) . the higashisono family : a side line of jimyoin the original forefather was motonori higashisono , the second son of mototada sono . new families the family business consisted of kagura ( a musical dance ) . the mibu family : a side line of jimyoin the original forefather was toshihira mibu , a great-grandchild of motooki hagawa who was the youngest son of motonari sono . new families the takano family : a side line of jimyoin the original forefather was yasuharu takano , the child of motosada jimyoin . new families the family business consisted of kagura ( a musical dance ) . the ishino family : a side line of jimyoin the original forefather was motoaki ishino , the child of mototoki jimyoin . new families the family business consisted of kagura ( a musical dance ) . the ishiyama family : a side line of jimyoin the original forefather was moroka ishiyama , the child of motooki hagawa . new families the family business consisted of calligraphy . the rokkaku family : a side line of jimyoin the original forefather was masumitsu rokkaku , the child of motokore hata who was the youngest son of motooki hagawa ( in fact , masumitsu was a child of motokazu higashisono ) . new families the family business consisted of calligraphy and kagura ( a musical dance ) . the mikosa line of the house of fujiwara north ( four families ) the reizei ( kami-reizei ) family : a mikosa direct line the original forefather was fujiwara no tamesou , the child of fujiwara no tameie . old families the family business consisted of waka ( japanese poetry ) , and kemari ( court-style football ) . the reizei ( shimo-reizei ) family : a side line of mikosa the original forefather was mochitame reizei , the child of tamekore reizei . old families the family business consisted of waka ( japanese poetry ) . the fujitani family : a side line of mikosa the original forefather was tamekata fujitani , the child of tamemitsu reizei . new families the family business consisted of the art of tanka poetry . the irie family : a side line of mikosa the original forefather was arihisa irie , the child of tamenaga fujitani . new families the family business consisted of the art of tanka poetry . the hino line of the house of fujiwara north ( one family ) the hinonishi family : a side line of the hirohashi family the original forefather was fusamori hinonishi , the third child of moromitsu hirohashi . new families the shijo line of the house of fujiwara north ( seven families ) the shijo family : a direct line of the shijo family the original forefather was fujiwara no takasue , the child of fujiwara no ienari . old families the family business consisted of sho ( a wind instrument ) and ( hocho ( kitchen knives ) ) . the yamashina family : a side line of shijo the original forefather was sanenori yamashina , the sixth son of fujiwara no ienari . old families the family business consisted of sho ( a wind instrument ) , shozoku , ( official clothing , ( armorial insignia of clothes ) ) and ( yusoku-kojitsu ( knowledge of court rules , ceremony , decorum and records of the past ) ) . the nishioji family : a side line of shijo the original forefather was takamasa nishioji , the child of takayuki shijo . old families the family business consisted of calligraphy . the washio family : a side line of shijo the original forefather was takayoshi washio , the third son of takachika shijo . old families the family business consisted of kagura ( a musical dance ) , ( zenshu ( cookery ) ) and ( flower arrangement ) . the aburakoji family : a side line of shijo the original forefather was takakage aburakoji , the child of takamasa nishioji . old families the kushige family : a side line of shijo the original forefather was takanori shijo ( grandson of kimito ogimachisanjo ) , another child considered to be takamasa shijo 's own , and takanori 's grandson takatomo kushige started calling his family kushige . new families the hachijo family : a side line of shijo the original forefather was takahide hachijo , the second son of takaga kushige . new families the minase line of the house of fujiwara north ( five families ) the minase family : minase direct line the original forefather was chikanobu bomon , a descendant of fujiwara no michitaka . old families the shichijo family : a side line of minase the original forefather was takanaga shichijo , the child of ujinari minase . new families the machijiri family : a side line of minase the original forefather was tomohide machijiri , the second son of kanetoshi minase . new families the sakurai family : a side line of minase the original forefather was kanesato sakurai , the youngest son of kanetoshi minase . new families the yamanoi family : a side line of minase the original forefather was kanenao sakurai , the second son of kanesato sakurai . new families the takakura line of the house of fujiwara north ( two families ) the horikawa family : a side line of takakura the original forefather was yasutane horikawa , the child of chikatomo minase ( whose legal family name was takakura ) . new families the higuchi family : a side line of takakura the original forefather was nobutaka higuchi , the child of chikatomo minase ( whose legal family name was takakura ) . new families uda genji ( three families ) the niwata family 's forefather was minamoto no tsunesuke , the descendant of prince atsuzane . old families the family business consisted of kagura ( a musical dance ) , calligraphy and flowers . the ayanokoji family : a side line of niwata the original forefather was nobuari ayanokoji , the child of arimoto niwata . old families the family business consisted of biwa ; japanese lute , flute , hichiriki flute , so ; stringed instruments , kagura ; a musical dance , and ( kemari ( court-style football ) ) . the ohara family : a side line of niwata the original forefather was … ohara ( in fact , the child of nobuyuki katsuraoka or nakakata katsuraoka ) , another child considered to be shigenaga niwata 's own . new families the family business consisted of kagura ( a musical dance ) . the murakami genji clan ( eight families ) the rokujo family : a side line of kuga the original forefather was michiari rokujo , the fifth son of michimitsu kuga . old families the iwakura family : a side line of kuga the original forefather was tomotaka sakurai , the child of harumichi kuga . old families the chigusa family : a side line of kuga the original forefather was tadaaki chigusa , the child of michitada rokujo . subsequently , the family line failed during the early muromachi period . arishige chigusa , the fourth child of tomotaka iwakura , re-established the family during the early edo period . new families the family business consisted of ( waka ( japanese poetry ) ) . the higashikuze family : a side line of kuga the original forefather was michiyasu higashikuze , the third son of michikata kuga . new families the kuze family : a side line of kuga the original forefather was michishiki kuze , the youngest son of atsumichi kuga . new families the family business consisted of ( waka ( japanese poetry ) ) . the umetani family : a side line of kuga the original forefather was suemichi umetani , the second son of michiyo kuga . new families the atago family : a side line of nakain the original forefather was michifuku atago , another child considered to be michisumi nakain 's own ( actually , michifuku was the third son of arikiyo , a child of tomohiro sakurai ) . new families the uematsu family : a side line of kuga the original forefather was masanaga uematsu , the youngest son of arishige chigusa . new families the family business consisted of flower arrangement . +the hino family is a court noble having meika , the upper rank of kuge ( the status of the house ) of the house of the fujiwara north line of the fujiwara clan . it served the imperial court over generations in the field of study of confucius and ( the art of ) tanka poetry . in 822 , iemune hino , the grandson of fujiwara no manatsu , who was a child of fujiwara no uchimaro , built houke-ji temple in hino , uji county , yamashiro province ( the present fushimi ward , kyoto city , kyoto prefecture ) , which was a traditional domain of the family , and worshiped a small statue of yakushinyorai . the yakushinyorai was handed down over generations , and the descendant , sukenari hino , built yakushido hall and hokai-ji temple in 1051 . this was made the temple of the clan ; people started calling the temple hino yakushi , and later the place name became the family name , which is how the family started . shinran , who was born in 1173 and founded the jodoshin shu sect , is considered to be a child of arinori hino , who was a member of the family . shinran married off his daughter kakushinni to hirotsuna hino , of the side line of the same family . the descendant is the otani family , which led hongan-ji temple . at the end of the kamakura period , suketomo hino and toshimoto hino were punished in the shochu incident in 1324 and the genko war in 1332 , wherein the emperor go-daigo 's plan of conspiracy to overthrow the shogunate was revealed . in the muromachi period , until the generation of yoshihisa ashikaga , the house of hino was related to the house of ashikaga shogunate by marriage : the house of hino produced wives of the shogun for four generations , including nariko hino and yasuko hino ( a niece of nariko ) , who became wives of the third shogun yoshimitsu ashikaga of the muromachi shogunate ; eiko hino ( younger blood sister of yasuko ) , who became a wife of the fourth shogun yoshimochi ashikaga ; sisters muneko hino and shigeko hino , who became wives of the sixth shogun yoshinori ashikaga , and tomiko hino , who became a wife of the eighth shogun yoshimasa ashikaga . however , the increase in the house of hino 's influence caused suspicion on the shogunate side , whereby the assassination of yoshisuke hino by yoshinori led to the temporary ruin of the hino family , but once tomiko hino got married to the eighth shogun yoshimasa ashikaga , katsumitsu hino , tomiko 's elder brother , regained his political influence . although it was decided that yoshimi ashikaga , yoshimasa 's brother , would become the next shogun , tomiko hoped that her biological child yoshihisa ashikaga would take the position of shogun ; moreover , the hino family , tomiko 's parents ' home , also backed yoshihisa , and the battle of the succession to ( the headship of ) the house in the house of ashikaga shogunate , coupled with the conflict between the hatakeyama clan and the shiba clan , became a cause of the onin war . yoshihisa became the shogun but died in 1489 . arimitsu hino , of the side line of the hino family , tied up with go-nancho ( of the late southern dynasty ) , which aimed for the restoration of the southern dynasty , broke into kyoto imperial palace in 1443 and staged the kinketsu incident in order to take part of the three sacred imperial treasures ; subsequently , arimitsu and his group locked themselves into the kompon-chudo hall of enryaku-ji temple , mount hiei , but they were defeated when the imperial court issued an order to hunt down and kill them . the stipend during the edo period was a little more than 1,100 koku . the descendant is ranked as the dojo family , which consists of 12 families from the hino family to the house of hirohashi , the house of yanagihara ( the original forefather is suketomo hino ) , the karasuma family , the takeya family , the hinonishi family , the kadenokoji family , the uramatsu family , the toyama family , the toyooka family , the mimuroto family and thekitakoji family . the otani family ( which is the monshu , or the chief priest , of hongan-ji temple ) is sometimes considered a side line of the house of hino , although it is not a court noble . +the kiyohara clan was a family ( lineage ) of the heian period . families branched out from the imperial family , starting with imperial prince toneri . the kiyohara clan was a nobility of middle rank during the heian period . kiyohara no fukayabu and sei shonagon are famous . the dewakiyohara clan is the family that is sometimes considered to be the descendant of this kiyohara clan . summary there were claims of a blood relationship to imperial prince toneri , the prince of the emperor temmu . natsuno kiyohara , the child of ogura o ( king ) , who was the fourth-generation king , together with kiyohara no hase , the child of ishiura o ( king ) , who was a younger brother of ogura o ( king ) , descended to the status of subject and was given the surname of kiyohara no mahito . thereafter , it was influential as a middle-ranked nobility . kiyohara no fukayabu also left his name as a poet . sei shonagon , the daughter of kiyohara no motosuke , is also famous as the author of " makurano soshi ( the pillow book ) . " in posterity , the families having the surname of kiyohara were distributed over the provinces of shimotsuke , kii and bungo . other than these families , among the umi-uji ( branched from a family of gods ) , there were some who were given the surname of kiyohara ( although many genealogies say they are descended from imperial prince toneri , these genealogies are clearly distortions ) , and from the descendants many houses of illegitimate children , including the funabashi family , which is a court nobility , were produced . the kiyohara family was a family of scribes , the business of which was to write notes to chinese , and the seike library , which is now housed at kyoto university , was once owned by the kiyohara family . nobukata kiyohara , of the muromachi period , was the third son of kanetomo yoshida who was a shintoist of yoshida-jinja shrine , and was adopted by the house of kiyohara , which was myogyo-hakase , professor of confucian studies . nobukata served the imperial court , gave lectures and systematized myogyo-do ( the study of confucian classics ) in addition to producing many monographs of the study of japanese classical literature and confucianism . in 1529 he retired from service to the imperial court , took the tonsure , called himself munetake kansuiken and concentrated on activities as a scholar . he was a scholar of japanese classics and confucian studies ; he is considered as one of history 's greatest scholars , and he wrote many books . many of his books still exist , and they serve as a basis for the study of japanese classics . some of the historical data calls nobukata kiyohara as ' funabashi dai-geki nobukata , ' since the house of kiyohara started calling itself the house of funabashi from hidekata , who was the fourth generation thereafter . +the sanjonishi family is a house of a branch line of the house of ogimachi-sanjo , of the kanin line , of the house of fujiwara north of the fujiwara clan , as well as a court noble having the house status of the house of minister ( old houses , or uchiuchi ) . although in the house of a branch line the house status excelled as compared with the head family ( the ogimachi-sanjo family ) , it was exceptionally ranked among the three houses of ministers and frequently produced ministers of the right from the muromachi period through the early edo period ; therefore , the house status was considered to be approximately equivalent to seigake ( one of the statuses of court nobility that is inferior to sekke but superior to minister ) . although in the house of a branch line the house status excelled as compared with the head family ( the ogimachi-sanjo family ) , it was exceptionally ranked among the three houses of ministers and frequently produced ministers of the right from the muromachi period through the early edo period ; therefore , the house status was considered to be approximately equivalent to seigake ( one of the statuses of court nobility that is inferior to sekke but superior to minister ) . it is also called nishisanjo . the family stipend during the edo period was 502 koku . after the meiji restoration , the family was granted a title , peerage of count and changed the name to nishisanjo . however , the family later returned to its original name of sanjonishi . during the period of the late northern and southern courts ( japan ) , the original forefather was dainagon ( chief councilor of state ) kintoki sanjonishi , who was the second son of sanetsugu ogimachisanjo . sanekiyo sanjonishi , the child of kintoki , was promoted only to the post of chunagon ( vice-councilor of state ) , but in the next generation kinyasu sanjonishi was adopted from the ogimachi-sanjo family ( the head family ) and inherited the house status of the biological parents ' house in order to obtain the house status of a ministerial house . over the generations the family excelled in waka ; in the late muromachi period sanetaka sanjonishi was famous as a waka poet and calligrapher ; and in the sengoku ( the warring states ) period ( japan ) kineda sanjonishi and saneki sanjonishi were familiar with the chinese and japanese classics ; these three are called the three generations of sanjonishi . after saneki sanjonishi , the study of waka by the house of sanjonishi should have been inherited by kinkuni sanjonishi , but since he was still young , yusai hosokawa , a high disciple of saneki sanjonishi , received teachings in kokinshu ( collection of poems ancient and modern ) as an intermediary , and yusai passed it on to kinkuni once he had reached the age of adulthood . however , because kinkuni sanjonishi had died young , yusai kept a promise that was made between yusai and his master saneki before he died , and yusai passed it on to saneeda sanjonishi . after saneeda sanjonishi , it was inherited by sanenori sanjonishi . thereafter , through the edo period the art of waka became the sanjonishi family 's studies of the family business . in recent years , the reizei family has become famous for being descended from fujiwara no teika ; however , from the muromachi period through the meiji period the house of sanjonishi , which passed on the traditions of the head and branch lines of the nijo family , was the mainstream of poetry as the successor to teika . ( this nijo family was a totally different line from the nijo family of the sekkan ( regent and senior regent ) houses . it might become clearer to say that it was the mikohidari family with a different name . however , as a lineage this family line failed in the early muromachi period , and therefore the sanjonishi family inherited this academic lineage . the reizei family , together with the kyogoku family , was a branch family of this nijo family . ) additionally , the family was notable in the art of fragrance . currently , the house is famous as the head house of oie style art of fragrance rather than the study of waka . kasuga no tsubone , a woman in the early edo period who gained notoriety as a menoto ( a woman providing breastfeeding to a highborn baby ) of the third-generation shogun of the edo shogunate , iemitsu tokugawa , was also related to the sanjonishi family ; she made an arrangement to become an adopted sister of saneeda sanjonishi , whereupon she served the imperial palace as a daughter of the sanjonishi family and was given the title of tsubone . the family head at the end of the edo period was suetomo sanjonishi , who had many achievements in the meiji restoration as one of the so-called exiles of the seven nobles , and who gained fame as a waka master of the emperor meiji . the family head in the showa period was kimimasa sanjonishi , who worked as a professor at jissen women 's university and dedicated considerable effort to restoring and nurturing the art of fragrance as the head house of the oie-style art of fragrance . kimimasa 's wife is princess kuninomiya nobuko , a younger sister of empress kojun . kimimasa was inherited by sanekane sanjonishi , and sanekane also worked hard in developing the art of fragrance . jitsuei , the younger brother of sanekane , inherited kunihisa kuni , which is the maternal aunt 's house . the current family head is kinyoshi sanjonishi , who is active in spreading the art of fragrance . written documents of the sanjonishi family are variously housed in institutions such as gakushuin university , the university of tokyo , the national archives of japan , kokuritsu kokubungaku rekishi shiryoukan , waseda university , university of california , tenri university and nihon university . +the tokudaiji family is a kuge ( court noble ) having the house status of seigake ( one of the statuses of court nobility which is inferiror to the sekke but superior to minister ) . during the edo period the house was on the premises of what is now doshisha university . the tokudaiji family is of the kanin line , of the house of fujiwara north of the fujiwara clan , and has sibling relationships with the saionji family and the sanjo family . the crest is mokko hanabishi fusenryo . the family business was the flute . the original forefather was fujiwara no saneyoshi , the fourth child of fujiwara no kinzane . during the late heian period , saneyoshi , who were then minister of the left , owned a villa at the southwest foot of mount kinugasayama , and built therein a jibutsudo ( the hall for the family 's protective deity ) called tokudai-ji temple . this later became the family name . subsequently , this villa was given to katsumoto hosokawa , which became the basis of ryoan-ji temple . kimihide tokudaiji is famous as an art critic . incidentally , ' aritsune tokudaiji , ' the pen name of an automotive critic , has nothing to do with the house of tokudaiji described on this page . +miyazu han was one of the han ( feudal lord 's domain ) located in yosa county , tango province , during the edo period . the headquarters of the han was in miyazu castle ( miyazu city , kyoto prefecture ) . in 1600 , when tadaoki hosokawa was transferred to kyushu after the battle of sekigahara , takatomo kyogoku entered tanabe castle ( in tango province ) from iida castle in shinano province ( miyazu was the official residential castle that reported to the bakufu ) , and controlled the country of tango ( the tango han domain ) . eventually , the foothold was transferred to miyazu castle . later , the heir takahiro kyogoku was sent into the miyazu han ( domain ) , takamitsu kyogoku was sent into the tango-tanabe han ( maizuru han ) and takamichi kyogoku ( the lord of the mineyama domain of tango province ) was sent into the mineyama han , thereby placing three hans in tango . therefore , it might be said that miyazu han was substantially established by takahiro kyogoku . takakuni kyogoku , the child of takahiro , was condemned by the edo bakufu in 1666 for misconduct such as misrule and discord within the families , and was deprived of the privilege ( the house of kyogoku as lord of the miyazu han existed as koke-hatamoto ) . through the direct domain of the edo shogunate , in 1669 , hisamasa nagai entered the castle from the yodo domain of yamashiro province . there was a incident wherein naonaga nagai , the second-generation lord who had become a shoshaban ( a middleman between attendants to the shogun ) , was killed in 1680 by tadakatsu naito , the lord of the toba domain of shima province , who became raving mad when the funeral of the family head of the house of the fourth-generation tokugawa shogun , ietsuna tokugawa , was held at zojo-ji temple . naonaga had no heir and the family was ultimately deprived of the privilege . later , his brother naomaru nagai was given 10,000 koku of the kujira domain of yamato province in order to restore the family . in 1681 masakuni abe took over the domain from the iwatsuki domain of musashi province but was transferred to the utsunomiya domain of shimotsuke province in 1697 . in exchange , from the same place , masashige okudaira took over the domain and was transferred to the nakatsu domain in 1717 . then yukihide aoyama took over the domain from the shinano iiyama domain . the second-generation lord yoshimichi aoyama was transferred to the gujo domain ( of mino province ) in 1758 ; the lord entered and departed at a dizzying pace . sukemasa matsudaira entered into the domain from the hamamatsu domain ( totomi province ) with a stipend of 70,000 koku , whereby the house of the domain lord was finally settled . munemoto honjo , the original forefather of the matsudaira ( honjo ) clan , was a half-brother of keisho-in , the biological mother of the fifth shogun tsunayoshi tokugawa , and was therefore promoted to daimyo ( feudal lord ) , and from mototoshi matsudaira , who was the child of munemoto , the family was allowed to call itself the matsudaira clan . this family continued for seven generations , and among them there were some who moved into the nerve center to become high officers in the bakufu : two people became roju ( senior councilors ) , and one person became the magistrate of temples and shrines . in 1868 they fought on the side of the bakufu in the battle of toba , fushimi , but were defeated and thereafter obeyed the meiji government . in 1871 it became miyazu prefecture by abolishing the han and establishing the prefecture of toyooka , so that eventually it was incorporated into kyoto prefecture . the domain lord , who was a member of the matsudaira honjo clan , was granted a hereditary peerage as viscount in 1884 . this is the ancestor of the house of viscount honjo . +tanabe domain was one of the domains in tango province during the edo period . they were often called by another name , maizuru domain . the office of the domain was tanabe-jo castle ( tango province ) , ( maizuru city , kyoto prefecture ) . tango province was originally a province where the isshiki clan controlled as shugo ; military governor , but in 1579 yusai hosokawa together with mitsuhide akechi defeated a member group of the anti-nobunaga alliance including the isshiki clan to conquer tango and tanba provinces . fujitaka was given the province of tango as a reward , built tanabe-jo castle ( tango province ) , and was headquartered in maizuru and governed the province of tango . thereafter , on june 2 , 1582 mitsuhide akechi , who was his relative , staged the honnoji temple incident , and fujitaka himself was also asked to become involved in the incident , but he stuck to his position being anti-mitsuhide and was approved as the main domain of tango by hideyoshi toyotomi . however , fujitaka transferred the head of the family to the heir tadaoki hosokawa in order to retire because he took responsibility for his relative mitsuhide 's betrayal . at that time he built miyazu-jo castle as a castle to retire in and moved from maizuru city . however , he returned to maizuru-jo castle during the battle of sekigahara and worked on behalf of his son who was participating in the battle . in 1600 , the hosokawa clan was transferred to the nakatsu domain in buzen province after the battle of sekigahara . then takatomo kyogoku moved into tanabe-jo castle from iida city , shinano province . takatomo kyogoku ordered his heir takahiro kyogoku to move to the miyazu domain , takamitsu kyogoku to move to the maizuru domain ( the tanabe domain ) , and takamichi kyogoku to move to the mineyama domain , and tango province was divided into three domains to govern . the maizuru domain ( the tanabe domain ) was first established by takamitsu kyogoku . the kyogoku family was descended from omi genji sasaki clan and was also a descendant of the famous doyo kyogoku ( doyo sasaki ) . in 1673 takanao kyogoku became the second generation lord of the maizuru domain . the third generation lord takamori kyogoku subdivided and gave a domain of 2,000 koku to his younger brother takakado kyogoku , and in 1668 he was transferred to the toyooka domain in tajima province . in the same year , brothers chikashige makino and tomishige makino moved into the castle with 35,000 koku from settsu province . thereafter the makino family had governed the domain till the meiji restoration , and after that it became maizuru prefecture . the tanabe-makino family the original forefather of the domain is yasushige makino ( busho ( japanese military commander ) in the sengoku period ) . yasushige was first named " masakatsu , " aka . hanemon . his father is considered to be sadanari makino ( hachidayu ) , a yoriki , assistant of the ushikubo makino clan . during the period when he was living in mikawa province the fiefs were in hirai of hoi county ( the present hirai , kosakai cho , hoi county , aichi prefecture ) . it belonged to the tokugawa clan in 1564 and in august the next year , hirai ( land of 92 kanmon ) was approved . incidentally , the family tree of makino yamashiro no kami before sadanari ( as for this name there are also a few theories ) is not known as whether it was being established or not there are many unclear points as to why the makino clan was ranked as a yoriki considering the clan being the family of the lord of ushikubo-jo castle . the family tree is unclear because as for the roots of the makino clan before the azuchi momoyama period , many unclear points and discrepancies exsist , and there are some different family trees prevailing , and because of those after the makino clan belonged to the tokugawa clan , it is considered that the makino clan intentionally kept away from lord of mikawa ushikubo-jo castle yasushige makino who was one of the anti-tokugawa radicals . there is no family tree known that shows completely and with certainly , the family tree relationship between the lord of the tanabe domain , the makino clan , and the lord of the nagaoka domain , the makino clan . in 1590 yasushige was given 5,000 koku in ishito , adachi county , in musashi province , in 1599 yashushige 's third son nobushige makino ( lord of the sekiyado domain ) inherited his father 's property , and since 1606 nobushige had worked as grand head , head of page office , head of a military patrol , etc . the clan was ranked as a daimyo because the koku increase in 1633 and ishido domain , in musashi province , was established with 11,000 koku . the clan became the lord of sekiyado-jo castle because the koku increase in 1644 , and they moved into the sekiyado domain in shimofusa province . the koku was gradually increased during the generation of the son of nobushige , chikashige makino , and in 1660 he was transferred to become the lord of the tango tanabe domain with 35,000 koku . thereafter , the clan continued to be the lord in this domain untill the end of the edo period , and after the meiji restoration the former houses of the lords became viscounts and were on the same level as their peers . +the kyogoku clan is a house of samurai in japan . the real family name is the minamoto clan . the family is a branch family of sasaki clan of the omi-genji ( minamoto clan ) who are descendants of uda-genji ( minamoto clan ) . the original forefather of the kyogoku clan , the sasaki clan , was in omi province before the kamakura period , and was also called omi-genji . the family head of the sasaki clan that had been appointed as omi shugo ( military governor of omi province ) during the kamakura period over generations , nobutsuna sasaki divided omi province into four to order his four sons to inherit them , respectively . the family whose original forefather is ujinobu sasaki who was the forth son and inherited six counties of takashima , ika , azai , sakata , inugami and aichi in gohoku , north of lake , and takatsuji kyogoku 's mansion in kyoto was later called the kyogoku clan . incidentally , the third son yasutsuna sasaki , who inherited gonan , south of lake , inherited the head family of sasaki and became the original forefather of the rokkaku clan . the great success of doyo sasaki ( takauji kyogoku ) who served takauji ashikaga , brought prosperity during the muromachi period as shugo daimyo ( japanese territorial lord as provincial constable ) and one of shishiki ( four major feudal lords who worked for muromachi bakufu ) . after the turmoil of the onin war the kyogoku clan was on the wane because of the in-house conflict for the family estate and the rise of azai clan , but takatsugu kyogoku and the takatomo kyogoku brothers survived in the sengoku period ( period of warring states in japan ) and became the lord of wakasa province and the lord of tango province as tozama daimyo ( outside lords ) . each family experienced division , transfer , and deprival of their domains , but both families survived through the meiji restoration and raised to their peers . in the kamakura period the clan was an estate steward of six counties in gohoku , and the original forefather ujinobu sasaki became the high court of justice of the kamakura bakufu ( japanese feudal government headed by a shogun ) , and munetsuna sasaki who inherited ujinobu , worked as an envoy at the time when the bakufu prompted the imperial court to pass the throne to the successor . doyo sasaki ( takauji ) who became the family head , at the end of the kamakura period , worked as kebiishi , officers having function of police and judge , in the imperial court and as gosobanshu , an advisor in the kamakura bakufu , but in 1333 when takauji ashikaga received the order from the emperor godaigo to topple the bakufu , doyo contributed to it and was involved in the new administration . however , the kenmu restoration of the imperial government could not draw support from samurai warriors , and in 1335 when tokiyuki hojo and others staged the nakasendai war and occupied kamakura , doyo followed takauji and went out and made a sneak attack from behind the tokiyuki army in the sagamigawa river and contributed to the victory . when takauji moved into kamakura and began establishing the bakufu while the imperial court sent the subjugating army led by the grand leader yoshisada nitta to defeat takauji , doyo , as the takauji army , fought against the yoshisada army in the yahagi-gawa river but was defeated , and his younger brother mitsusada sasaki was also defeated by yoshisada in the tegoegawara river to once yield , but in the next battle of hakone they fought on the side of the takauji army that ended in victory for them . in 1338 when takauji , who expelled emperor godaigo and others to yoshino , was appointed to shogun by emperor komyo of the jimyoin line in kyoto and the muromachi bakufu was opened , doyo 's contribution was recognized and he took the positions of hikitsukeshu ( trial officers ) , hyojoshu ( council of state ) , mandokoro ( the office of administration ) , and shugo ( military governor ) of omi , hida , izumo , wakasa , kazusa , and settsu provinces . in 1340 , doyo and his eldest son hidetsuna sasaki got angry about an incident where their subjects were beat up by soldier priests of the imperial court of myohoin , who was the youngest brother of emperor kogen , and set fire to the imperial court to burn down kennin-ji temple . enryaku-ji temple requested the imperial court and the bakufu to sentence the two to death , but the bakufu ignored the request , and enryaku-ji temple strongly protested , whereby the two were temporarily exiled to yamabe county , kazusa province , but it is said that they did not look like exiles since they had banquets and had women along the way . after that , as for the battle between the north and south courts , in 1348 , doyo participated in the battle of shijonawate it with more than 2,000 horsemen to defeat masayuki kusunoki 's army , but in the battle thereafter doyo 's second son hidemune sasaki was killed . in 1353 , hidetsuna who took the position of samurai-dokoro no tsukasa ( the officer of the board of retainers ) was killed while protecting emperor gokogon , yoshiakira ashikaga , and others who were expelled from kyoto , and in 1362 the hideakira sasaki brothers , who were sons of hidetsuna , were killed in the battle of settsu kanzaki-bashi bridge . after doyo died , the family estate was inherited by his third son takahide sasaki , and in the koryaku coup that happened in 1379 he together with yoriyasu toki from mino province raised an army in omi asking for the dismissal of yoriyuki hosokawa , kanrei-assistant of shogun to succeed . takahide 's heir takaakira kyogoku was appointed not only to the position of shugo ( military governor ) of hida province that he inherited from his father but also to the position of shugo ( military governor ) of izumo province and oki province because of his contributions to the meitoku war wherein the yamana clan raised an army in 1391 , were recognized . in the generation of takaakira , the kyogoku clan became one of the shishiki , and thereafter the family head governed gohoku , north of lake , izumo , oki , and hida , and took the position of samurai-dokoro no tsukasa . takaakira 's younger brother takahisa amako inherited the amako region in omi province and became the original forefather of the amako clan . thereafter , takamitsu kyogoku , mochitaka kyogoku , and takakazu kyogoku successively became the family heads , and they suppressed the frequently-occurring wars during the muromachi period as samurai-dokoro shoshi ( governor of the board of retainers ) . mochikiyo kyogoku who inherited takakazu led his 10,000 or more horsemen and belonged to the east army during the onin war , that was caused by the conflict for the family estate within the ashikaga shogun family and for other reasons , from the next year he gained advantage over takayori rokkaku of the west army , but during the battle he died from illness . mochikiyo 's eldest son katskuhide kyogoku and mochikiyo 's second son masamitsu were already dead at that time , and therefore mochikiyo 's grandson dojimaru who was considered to be the heir inherited the family position as head , but he died one year after that , and there a battle broke out between masatsune kyogoku and takakiyo kyogoku over the inheritance . at the beginning , masatsune expelled takakiyo from omi province thereby gaining the position of shugo ( military governor ) of izumo , oki and hida provinces , but masatsune lost the battle against the rokkaku clan after that , and moreover although he expelled deputy shugo of izumo and oki tsunehisa amako who did not obey the order of tax collection and he was deprived , in return , of gassan tomita-jo castle that was a foothold in izumo . after that , it is considered that masatsune who was expelled from omi after he lost the battle against takakiyo was reconciled with tsunehisa and lived in izumo , and he died after he transferred his family estate to kichidojimaru , but thereafter the whereabouts of kichidojimaru is not known and izumo became the territorial province of the amako clan who became the sengoku daimyo ; daimyo ( japanese territorial lord ) in the sengoku period . takakiyo who obtained the position of the family head was in omi , but a conflict occurred over the inheritance thereafter between takakiyo , who backed his second son takayoshi kyogoku , and koremasa azai , who backed takakiyo 's first son takanobu kyogoku , and takakiyo was defeated by koremasa and others and expelled . soon takakiyo was reconciled with koremasa and came back to gohoku , but it is considered that at this time the power to contol gohoku was usurped by the azai clan . however , the contol of gohoku by the azai , who were merely a small country clan , was not stable , and for some time after that the kyogoku clan became respected as the ostensible shugo ( military governor ) and continued . however , takayoshi raised an army being in alliance with the rokkaku clan when katamasa azai broke the relationship with the rokkaku clan , but in vain , whereby takayoshi was expelled from gohoku , and the gohoku control by the kyogoku clan completely ended . takayoshi 's son takatsugu kyogoku first served nobunaga oda , but in 1582 when nobunaga was killed by mitsuhide akechi in honnoji incident takatsugu belonged to mitsuhide , and takatsugu was expelled by hideyoshi toyotomi who killed mitsuhide at the battle of yamazaki . however , takatsugu was condoned becase takatsugu 's sister tatsuko kyogoku became the concubine of hideyoshi , and was given 2,500 koku in omi takashima county . thereafter , koku was increased several times : two years later he was given 5,000 koku in takashima county , and then 28,000 koku in mount omi-hachiman due to his contribution to the invasion of odawara , and in 1595 60,000 koku in the otsu domain of omi province . in the battle of sekigahara in 1600 , he first belonged to the western alliance , but in the middle of the battle he switched to join the eastern alliance and entrenched himself at otsu-jo catsle . and he fought the severe war by locking himself and his group up in the castle against the western alliance of 15,000 soldiers , and at last he prevented the western alliance attackers from heading to sekigahara . because of this contributions , takatsugu was promoted and given the obama domain in wakasa province together with 85,000 koku . takatsugu 's younger brother takatomo kyogoku served hideyoshi from the beginning , and his koku was increased to 5,000 koku of gamo county in omi province in 1591 , 60,000 koku of ina county in shinano province in 1593 , and 100,000 koku the following year . after the death of hideyoshi , takatomo approached ieyasu tokugawa , and because takatomo 's contributions to the battle of sekigahara were recognized , he became the lord of a province , was allowed to call himself lord of tango , and was given tango province with 123,000 koku . takatsugu line ( wakasa-kyogoku family ) takatsugu kyogoku governed wakasa province with 92,000 koku . takatsugu 's son tadataka kyogoku 's koku was increased to 264,000 koku of izumo and oki provinces that were the kyogoku clan 's old territories , because of the great achievement in the osaka wars , but tadataka suddenly died without an heir , and his matsugo yoshi ( adopted as a son on his deathbed ) takakazu kyogoku 's koku was decreased to the tasuno domain of harima province with 60,000 koku , and was further transferred to the marugame domain of sanuki province with 60,000 koku . takakazu 's son takatoyo kyogoku had his heir takaaru kyogoku inherit 51,000 koku and his illegitimate child takamichi kyogoku ( the lord of tadotsu domain of sanuki province ) inherit 10,000 koku of the tadotsu domain , respectively . the marugame domain ruled part of omi as outland . takamochi line ( the head family ) this line experienced the meiji restoration in marugame and was raised on to the level of their peers . takamichi line this line experienced the meiji restoration in tadotsu and was raised on to the levels of their peers . takatomo line ( tango-kyogoku family ) takatomo kyogoku divided 123,000 koku of tango province into three : he had his heir takahiro kyogoku inherit 78,000 koku of the miyazu domain , takamitsu kyogoku inherit 35,000 koku of the tango tanabe domain , and his adopted child takamichi kyogoku ( the lord of mineyama domain of tango province ) inherit 10,000 koku of the mineyama domain . after that the miyazu domain experienced punishment by removal of samurai status and expropriation of territories , but the descendants flourished as koke ( distinguished families officially selected by edo bakufu ) . takahiro line ( the head family ) a conflict occurred between takahiro and his heir takakuni kyogoku who inherited the family estate , and in 1666 the fiefs were confiscated by the bakufu . thereafter , takakuni 's heir takatsuki kyogoku and his descendants served the bakufu as koke . takamitsu line takamitsu 's grandson takamori kyogoku was transferred to the toyooka domain of tajima province with 35,000 koku . takamori 's grandson takahiro kyogoku died young and kyogoku inherited 15,000 koku as matsugo yoshi ( adopted as his son on his deathbed ) , and takahiro experienced the meiji restoration to be raised to the same level as his peers . takamichi line this line experienced the meiji restoration as daimyo having 13,000 koku , and was raised on to the same level as their peers . takanori kyogoku who became a peer opened a farm in kyogoku-cho , abuta county , hokkaido , which later became the origin of the town 's name . +the kideranomiya family was one of imperial houses that existed from the kamakura period through to the middle of the muromachi period . the kideranomiya family followed the tokiwainomiya family to establish the system of the hereditary household of the prince . the original forefather is the emperor gonijo 's prince , imperial prince kuninaga , and the first generation is his son and heir imperial prince yasuhito . the name of the title of the imperial household comes from the fact that the house , over generations after prince kuninaga , was located in kuzono county kidera temple ( near ninna-ji temple ) in rakusei . after the kideranomiya family declined economically , it is also said that they moved into totomi province . summary emperor gouda decided that his grandson imperial prince kuninaga should be the heir of daikakuji-to line and transferred the fiefs to him , and ordered that the fiefs of emperor godaigo should also be transferred to imperial prince kuninaga in the future and that even if imperial prince takaharu took the throne it would be limited to one generation , and his descendant should be subordinated by the line of prince kuninaga , as imperial prince . in 1318 when the throne was transferred to imperial prince takaharu ( emperor godaigo ) , imperial prince kuninaga was raised as crown prince , but he died without taking the position because the negotiation with the kamakura bakufu ( japanese feudal government headed by a shogun ) was stalemated . then imperial prince kuninaga 's son , imperial prince yasuhito , was raised as crown prince of emperor kogon ( jimyoin-to line ) , but in 1333 the kamakura bakufu was ruined , and when emperor godaigo returned to kyoto from okinoshima island , accession to the throne of emperor kogon was cancelled , which also entailed cancellation of imperial prince yasuhito becoming the crown prince . moreover , in spite of the fact that emperor godaigo was of the branch line , he tried to occupy the imperial line using his descendants , and shut the every door of the path to the throne by imperial prince yasuhito . this is the reason why the kideranomiya family , that should be the blood line of the daikakuji-to line came to take the position of the jimyoin-to ( northern court - japan ) side . according to " yasutomi-ki " ( diaries of yasutomi nakahara ) , the kidera no miya after imperial prince yasuhito continued through three generations , prince kunitsune , 世平王 , and imperial prince kidera no miya kuniyasu , and existed untill the middle the muromachi period ( since prince kunitsune and 世平王 died young , there is no record showing that they were declared as imperial prince ) . imperial prince kuniyasu had sons including imperial prince 師煕 ( priestly imperial prince jokaku ) , but as long as excellent historical documents have been referred to , there has been no descendant , thereafter , confirmed . 1 2 3 4 emperor gonijo , imperial prince kuninaga , imperial prince yasuhito , prince kunitsune , 世平王 , imperial prince kideranomiya kuniyasu , 師煕親王 going away from metropolis to totomi province and descendants as for the above-mentioned imperial prince yasuhito , there is a tradition that he move from the metropolis to irino , totomi province ( hamamatsu city , shizuoka prefecture ) , which was a private estate of the southern court ( japan ) , and settled there , and in a temple there there is the site of the prince 's residence , his grave , and a true portrait . since it is known from " entairyaku " ( diary of kinkata toin ) that the prince died near kyoto , there remain some doubts about the tradition itself , but at least there seemed to exist the fact that the descendant of the kideranomiya family moved into irino . considering when , it can be said that it occurred after imperial prince kuniyasu , which should not exist in the record of the central government . however , historical documents that specifically support that fact , have yet to be found . according to " ryoun-ji temple documents , " during the period of eiroku to tensho , ' omiyasama ' lived in the temple , but because he was envolved in the position of military service of the takeda clan side , he was attacked by ieyasu tokugawa , and the temple was burnt down , which forced him to escape to shinshu ( 1580 ) . there is a temple tradition that the ' omiyasama ' was akatsu-nakatsukasa sho , the eighth generation of the kideranomiya family ( imperial prince yasuhito ) . there is high possibility that that person was the descendant of the imperial family , but the details are not known . incidentally , it is considered that ' kideranomiya ' , that was transmitted to be the origins of the mother of motoie osawa and the wife of yoriuji chiku in " kanseifu " ( genealogies of vassals in edo bakufu ) , is this family . as for an example of the imperial houses that moved into the local region , there is gotsuji no miya . +the reizei family belonged to the court nobility . the family was an urin family , which meant having the status of military officers at court , and would supply konoe chujo , the lieutenant generals of the imperial guard . the northern house of the fujiwara clan the reizei family is a sideline of the nijo branch of the mikosa line descended from fujiwara no nagaie , the son of fujiwara no michinaga ( not to be confused with the nijo branch of the five sekke ( regent ) family ) . the family originated with tamesuke reizei ( whose mother was abutsuni , priestess abutsu and the author of " izayoi nikki " ) , who was the son of fujiwara no tameie ( the son of fujiwara no sadaie ) . the family name derives from reizei-koji street , in heian-kyo , kyoto . the family businesses were kado , the study of waka , and kemari , the ancient japanese football game . the family 's style of waka does not stand out next to that of the nijo family , the main house , or the kyogoku school ( different from the kyogoku family of bushi ) . the family split into two , the kami reizei family and the shimo reizei family , midway through the northern and southern courts period ( of japan ) . both of these distinguished families still exist today , the family now known as the reizei family being the kami reizei family , whose residence has not been relocated since the edo period . because the residence of the shimo reizei family was located within kyoto gyoen ( kyoto imperial park ) , it was demolished when the town of the court nobility was made into a park . the kami reizei family had urin family status in the edo period , eventually reaching an official rank of gon-no-dainagon mimbu-kyo , junior chief of the councilor of state and director of popular affairs office . tamesuke reizei was close to the kamakura bakufu ( japanese feudal government headed by a shogun ) and came to be known as fujigaya komon for setting up a long-term home at fujigayatsu in kamakura . one of his daughters married imperial prince hisaaki of the kamakura bakufu ( the son of the emperor gofukakusa of the jimyoin line ) and gave birth to imperial prince hisayoshi . in the period of the northern and southern courts , the family split into two families , the kami reizei family of tameyuki reizei , the first son of tamehiro reizei , and the shimo reizei family of mochitame reizei , the second son of temehiro reizei . although mochitame was not by right the head of the family , his ability was recognized by the ashikaga clan and he was permitted to set up an independent family , separate from the reizei family headed by his elder brother , but under the same reizei name . the family land and documents were divided in half on this occasion . the hosokawa estate made famous in " izayoi nikki " passed to the shimo reizei family . mochitame and masatame shimo reizei were treated well by the yoshimochi and yoshimasa ashikaga shogunates , and were even granted the use of a character from the shoguns ' names . in this period , it was the shimo reizei family that was the main line of the reizei family . in the sengoku period ( period of warring states ) , the family moved away to the above-mentioned hosokawa estate in harima province to prevent it being taken over by feudal lords . however , tamezumi reizei and tamekatsu shimo reizei were killed by the bessho clan , who were the shugo ( military governor ) daimyo of the akamatsu clan of harima province , and this led tamemasa shimo reizei , tamekatsu 's the younger brother , to rebuild the shimo reizei family in kyoto . shuku reizei , the patriarch of japanese confucianism ( and famous as seika fujiwara , the neo-confucianist ) , was tamemasa shimo reizei 's elder brother . while shuku reizei did not have the opportunity to head the shimo reizei family himself , his son , tamekage reizei , was adopted by tememasa and went on to head the reizei family and continue the bloodline . the shimo reizei family had maintained a close relationship with hideyoshi toyotomi from their time in harima , and hideyoshi actively cooperated in restoring their fortunes . the kami reizei family were also out of the capital in the period of the warring states ( japan ) , moving to the provinces and into the care of the hatakeyama clan , the military governors of noto , and the imagawa clan , the military governors of suruga . in the era of nobunaga oda , the family returned to the capital , but in 1586 , when hideyoshi toyotomi was appointed kanpaku dajodaijin ( imperial regent and grand minister ) , was punished by imperial order and sent back to the provinces . when hideyoshi died in 1598 , the family was able to return to the capital thanks to the intervention of ieyasu tokugawa . hideyoshi had gathered residences of the court nobility in a town of court nobility near the imperial palace inhabited by emperor , but the kami reizei family were unable to have a residence there because the town had already been fully established by the time they were forgiven and allowed to return . the current site of their residence , next to the old town of court nobility , was given to them by ieyasu . the family was treated very well by the tokugawa family , and , as is well known , became prosperous during the edo period . the family were also related to the date clan in sendai . in the meiji period , the kami reizei family were awarded the title of count and the shimo reizei family were awarded the title of viscount . this difference in title was not due to any inferiority in terms of ancestry on the part of the shimo reizei family ; rather , the murder of the family head by the bessho clan and the loss of land in the period of warring states subsequently affected their official rank in the meiji period . many of the court nobility moved to tokyo after the meiji emperor , but the kami reizei family remained in kyoto in the residence they had lived in since the edo period . the residences in the town of court nobility , located in what is now kyoto gyoen , were all demolished on an order of relocation to tokyo issued at the beginning of the meiji period , but the residence of the kami reizei family is said to have escaped demolition due to its location to the north of imadegawa . the residence of the shimo reizei family , on the other hand , was located near what is now the kyoto state guest house inside kyoto gyoen , and was consequently demolished to make way for the park . while kyoto city was not directly attacked during the pacific war , the kami reizei family lost tameomi reizei ( the twenty-second family head and first son of tametsugi reizei ) , who died on the battlefield in china . tameto reizei , the twenty-fourth family head , established the reizei shigure-tei library foundation , and tamehito reizei , who married tameto 's daughter and became the twenty-fifth ( and current ) head of the kami reizei family , is now the head director of this organization . tamehito is a leading expert in modern kyoto painters , and is currently a guest professor of doshisha women 's college , having also held a chair at otemae women 's university and served as the president of ikenobo college . tamehito was originally called katsuhiko matsuo but , on marrying kimiko reizei , tameto 's daughter , changed his name through the family courts to become the twenty-fifth head of the reizei family . madame kimiko is the secretary general in the same organization the irie family the irie family is one of the families directly descended from sadaie fujiwara . the irie family moved to tokyo with the emperor after the restoration , and tamemori irie became valet to the emperor taisho , holding the position of grand chamberlain of the crown prince , while sukemasa irie became valet to the emperor showa , holding the position of grand chamberlain . the fujigayatsu family the fujigayatsu family was also a clan , but the family line ended with the death of the last head of the family in the great hanshin earthquake . the family name originated with tamesuke reizei , the founding member of the reizei family , who was close to the kamakura bakufu and lived a long life at fujigayatsu in kamakura . tamesuke reizei was also called tamesuke fujigayatsu . the residence of the kami reizei family is located at karasuma higashi-iru , imadegawa-dori street , kyoto city , and has been designated an important cultural property . built in 1790 , the residence is the oldest residence of court nobility still in existence . since most of the court nobility moved to tokyo after the emperor in the meiji period , their residences in what is now kyoto gyoen became vacant and were demolished to maintain security . however , because the kami reizei family had gobunko , a library at one time locked with chokufu , the imperial seal , and located outside kyoto gyoen , their residence escaped demolition . it is a happy accident of japanese cultural history that the kami reizei family which holds gobunko remained in kyoto in kansai , keeping these great treasures safe from the great kanto earthquake and the bombing of tokyo . nijo-jo castle - one residence formerly located in kyoto gyoen was moved and rebuilt in the grounds of nijo-jo castle , leaving only a wall and gate in the original location . kanin-gu - the only residence of the court nobility left inside kyoto gyoen . +the kii tanabe domain was governed by the mikawa ando clan , who were the chief retainers of the kishu tokugawa family and were granted the fief in kii province for helping successive lords of kishu . note , however , that the clan was no more than a vassal of the kishu tokugawa family and an indirect vassal , or baishin , of the tokugawa shogun family and the domain was not approved as an independent domain by the edo bakufu ( japanese feudal government headed by a shogun ) . tomochika asano ruled kii province while it was under the control of the asano clan . when yorinobu tokugawa , the 10th son of ieyasu tokugawa , was appointed as the lord of the kishu domain in july 1619 , naotsugu ando , the lord of kakegawa castle in totomi province , was assigned to the post of attendant chief retainer . naotsugu was given the domain with a yield of 38,000 koku in kii-tanabe ( present tanabe city , wakayama prefecture ) and tanabe-jo castle ( kii province ) . since the successive lords from the ando clan were often active in the administration of the kishu domain , they tended to live near tanabe-jo castle . thus , while the descendants of naotaka ando , a cousin of naotsugu , served as the chief vassals of the tanabe-jo castle , they were often visited by the lords . a rice riot of unknown cause took place in the domain in june 1777 and a further rice riot , this time caused by skyrocketing rice prices , took place in december 1786 . in the last days of tokugawa shogunate , naval defense became a priority , and 28 guns and gun emplacements were constructed in the domain . a further riot was the riot of yoriki tanabe . the ando family played a central role in the shogunate with a number of members , including shigenobu ando , the younger brother of naotsugu , being appointed as cabinet officials in the shogunate . the ando family also came into possession of the domain of iwaki-taira , but the main line of the mikawa ando clan was that which supported the kishu tokugawa family , and other ando families are branch families . in 1868 tanabe was established as an independent domain by approval of the meiji government . with the abolition of the domain system in 1871 , tanabe domain first became tanabe prefecture and then wakayama prefecture . 38,000 koku ( governed by hereditary vassal to the tokugawa family and established as an independent domain in 1868 ) . naotsugu ando naoharu ando yoshikado ando naokiyo ando naona ando nobutake ando nobusada ando katsuyoshi ando tsuguyuki ando hironaga ando tsugunori ando michinori ando naotomo ando michinori ando naoka ando naohiro ando naoyuki ando naohiro ando ( former 16th lord ; reappointed ) +naito-shi or naito-uji is a japanese surname . the naito clan is a clan of gozoku ( local rulers ) and daimyo ( feudal lords ) which has flourished from the middle ages to modern times . the following naito clans are well known . moriie naito and moritoki naito who served minamoto no yoritomo in the kamakura period were the common ancestors of those naito clans mentioned below . shugodai ( the acting military governor ) of tanba province this naito clan served the hosokawa clan . it claimed to be the fujiwara clan , hidesato line . shugodai ( the acting military governor ) of nagato province this naito clan served the ouchi clan . it claimed to be the fujiwara clan , hidesato line or michinaga line . the gozoku ( local ruling family ) of the province of mikawa , serving the matsudaira family it claimed to be descended from the same family as the first two naito clans mentioned above . a family of kai province this naito clan is thought to share the common ancestors of the first two naito clans mentioned above . it served the takeda clan . masatoyo naito was a prominent figure . this naito clan is thought to be descended from the family of fujiwara no hidesato-fujiwara clan , but its background is not well known . however , since it was called hosokawa-uchishu ( the hosokawa houseman ) , it may have provided immediate retainers to the hosokawa clan . when motosuke kozai , the shugodai of tanba , was dismissed in 1431 , nobusuke naito , a direct vassal of the hosokawa clan , became the shugodai , and the naito clan then set up a base in the funai district yagi and began to rule tanba however , because the hosokawa clan used the shugo system , a county-by-county ruling system , as the governing system for its territory , it is uncertain whether the naito clan ruled the whole of tanba . in the onin war , the naito clan , accompanied by other local ruling families of tanba , fought at yakuno with the generals of the otagaki clan which had supported the yamana clan from tajima province . however , motosada naito was relieved of the shugodai post in 1482 due to some sort of trouble with the ichinomiya clan , the hosokawa clans 's direct vassal , in 1479 . motosada was replaced with motohide uehara from a local ruling family from tanba mononobe . motohide was greatly trusted by masamoto hosokawa , but he behaved so arrogantly that other local ruling families of tanba became resentful , and this led to the iden uprising in september 1489 . as a consequence , motohide uehara was dismissed in 1495 , and motosada naito was reinstated as shugodai . thereafter , the hosokawa clan split into two groups , one led by takakuni hosokawa and the other by harumoto hosokawa , with the result that the naito clan and other local ruling families of tanba , which belonged to the takakuni group , were frequently attacked by the harumoto group . the position of the naito clan at the entrance to tanba meant that they , more often than the other families , suffered direct attacks from the hosokawa clan . there is a view that these dramatic and repeated replacements of the shugodai show how deeply the naito clan was involved in the internal conflict of the hosokawa clan . the power of the naito clan waned as the hatano clan , which built yakami-jo castle in 1515 as its base , gradually expanded its power . the hatano clan defeated kunisada naito , and captured tanba in 1533 , but hidetada hatano , allied with the miyoshi clan , brought about the surrender of yakami-jo castle in 1538 . therafter , kunisada also allied himself with nagayoshi miyoshi and resisted the hatano clan with the help of the yakami-jo castle , but was killed in battle in september 1553 , bringing about the downfall of the naito clan as warring loads . nagayoshi miyoshi took over yakami-jo castle in 1553 and arranged a marriage between nagayori matsunaga and the naito clan , whereupon nagayori became lord of the castle and pursued the conquest of tanba , but nagoyori was really no more than a puppet of the miyoshi administration , and , after the death of nagayoshi , was killed in a fierce attack by naomasa akai in august 1565 . sadakatsu naito , a son of the late kunisada naito , went to kyoto to fight with nobunaga oda for the decisive battle between nobunaga and yoshiaki ashikaga in 1573 , sadakatsu is also thought to be the member of the naito clan who later joined the conquest of tanba by mitushide akechi . it was sadakatsu who professed christianity , and was later to become joan naito . ( joan is also said to be a son of munekatsu naito . ) he served hideyoshi toyotomi , was a member of the expeditionary force to korea , and was involved in peace negotiations with yukinaga konishi . he later served in the kaga domain , but when the ban on christianity was imposed in 1614 , he was exiled to manila where he remained until his death in 1626 . this naito clan was related to the hidesato-fujiwara of the fujiwara clan ( or fujiwara no michinaga ) . it settled in suo province . the generation of morisada naito served the ouchi family , but from the mid-muromachi period onwards , members of the clan were appointed as shugodai of nagato province in place of the washizu family . hironori naito who served masahiro ouchi , and okimori naito who served yoshioki ouchi and yoshitaka ouchi were prominent figures . takayo naito , a grandson of okimori , committed seppuku at the downfall of the ouchi clan , ending the main line of the family , but takaharu naito , okimori 's fifth son , served the mori clan . he was entrusted with an important position because terumoto mouri 's mother came from the naito clan , but when his adopted son , motomori naito , made a triumphal entry into the osaka-jo castle in the siege of osaka , he was forced to commit seppuku with his son , motoyoshi naito , and the fortunes of the family declined . the family line continued as vassals of the choshu domain . the family tree : the head of the family is indicated in bold letters , biological children with heavy lines , and adopted children with thin or double lines this naito clan , which was a vassal to the matsudaira clan ( the tokugawa clan ) in mikawa province and provided daimyo ( feudal lords ) during the edo period , is documented to share ancestors with the naito clans of tanba and suo mentioned above , but the history of the clan during the sengoku period ( the warring states period ) is not known , and there is strong possibility that the pedigree was fabricated . from the sengoku period ( japan 's warring states period ) to the azuchi-momoyama period , kiyonaga naito , masashige naito , ienaga naito , and nobunari naito served ieyasu tokugawa , and worked so hard that the family was granted the right to establish several branch families , which flourished and provided hereditary daimyo to the tokugawa house . the family tree : the head of the family is indicated in bold letters , biological children with heavy lines , and adopted children with thin or double lines some of the naito clan settled in kai . it served the takeda clan for generations , but was discontinued temporarily when toramoto naito was killed by nobutora takeda . masatoyo naito ( sukenaga kudo ) , who was one of the twenty-four generals of the takeda clan , was born into the kudo clan , his father , toratoyo kudo serving the takeda clan in kai . although toratoyo temporarily allied himself with the oyamada clan and nobushige aburakawa , who fought against and lost to nobutora takeda , he was allowed to return to the takeda family 's service . nobutora subsequently froze out toratoyo and put him to death together with toramoto , causing the kudo clan family , including sukenaga , toratoyo 's son , to flee kai province . shingen takeda later exiled nobutora and called back sukenaga , a son of the late toratoyo , who regained the domain for the kudo clan . sukenaga worked so earnestly for shingen that he was allowed to use the name of the naito clan , the distinguished family in kai , which had been discontinued since toramoto 's death , and subsequently changed his name to " masatoyo naito . " after shingen 's death , masatoyo was killed in the battle of nagashino . thereafter , masaaki naito , an adopted child from the hoshina clan , carried on the family name while serving hoshina family in aizu ( later known as the matsudaira clan in aizu ) . a family ( the sagami-naito clan ) which claimed to be of naito clan and also identified itself as the hidesato group existed in sagami province , but the origin of this family is uncertain . there was also a person called katsusuke naito who served nobunaga oda , but his origin is unknown . the direct vassals of the takeda clan in wakasa province also included a naito clan family . +the kameyama domain was a feudal domain in tanba province during the edo period . it was located in present-day kameoka city , kyoto prefecture . kameyama was greatly valued by the edo bakufu ( japanese feudal government headed by a shogun ) as it served as the gateway to a region of japan known as the sanin-do . as kameyama was renamed kameoka in the meiji period , the area is also known as the kameoka domain . kameyama castle ( tanba province ) was the domain 's seat of power . when mitsuhide akechi was ordered to conquer the tanba region by nobunaga oda , he first advanced into the kameyama basin . in 1577 , mitsuhide entered the domain and built tanba-kameyama-jo castle , marking the beginning of the early-modern times of kameoka . when mitsuhide defeated hideharu hatano in 1579 and tanba was ceded to nobunaga oda , nobunaga gave him sakamoto-jo castle in omi province and the whole of tanba province for his military achievement . in june 1582 mitsuhide caused the honnoji incident and killed nobunaga , but was himself defeated by nobunaga 's vassal , hideyoshi hashiba ( hideyoshi toyotomi ) , a defeat which led to the demise of the akechi clan . in the subsequent kiyosu meeting , hideyoshi hashiba seized power from the oda clan , and hidekatsu hashiba ( otsugi ) , nobunaga 's fourth son who had been adopted by hideyoshi , then entered the kameyama-jo castle . when hidekatsu died young in 1585 , hideyoshi 's nephew , hidekatsu toyotomi ( kokichi ) took over the domain . in 1590 , ieyasu tokugawa was transferred to a new domain in the kanto region , and hidekatsu toyotomi took over kai , whereupon various other warlords came and went in a short period of time . hideaki hashiba ( hideaki kobayakawa ) who was hideyoshi 's nephew and another one of his adopted children was one of these . in 1595 , geni maeda who was the kyoto shoshidai , or governor , under the toyotomi regime took over kameyama-jo castle . at the battle of sekigahara in 1600 , geni maeda who had unwillingly joined the western forces was secretly in touch with ieyasu and was given assurances that he would receive the domain after the battle ; thus , the domain of tanba-kameyama was established . after the death of geni maeda in may 1602 , his son , shigekatsu , succeeded him , but shigekatsu was transferred to the new domain of tanba-yakami , and the tanba-kameyama domain became a shogunal demesne ( a territory held directly by the tokugawa shogun ) . in 1609 , when nagamori okabe , a hereditary vassal of the tokugawa house , was transferred from the shimousa-yamazaki domain to tanba-kameyama , the tanba-kameyama domain was reestablished . having nagamori take over the kameyama domain was one of the measures against hideyori toyotomi in the osaka domain . in 1610 , the construction of kameyama castle began with the combined efforts of all the daimyo ( japanese territorial lord ) of western provinces . in 1621 , narushige matsudaira of the ogyu-matsudaira family from the nishio domain in mikawa province became the lord of the kameyama domain with assigned revenues of 22,000 koku . in 1634 , sadayoshi suganuma from the zeze domain in omi province took over kameyama with assigned revenues of 41,000 koku , but the second lord , sadaakira suganuma had no heir and died in 1648 , and consequently , the suganuma clan forfeited their territories . tadaharu matsudaira of the fujii-matsudaira family then took over kameyama with assigned revenues of 38,000 koku , but the family was transferred to the iwatsuki domain in musashi province in the era of tadachika matsudaira . in 1685 , shigeyuki kuze took over kameyama with assigned revenues of 50,000 koku from the niwase domain in bicchu province , but the family was soon transferred to the yoshida domain in mikawa province . in 1697 , masamine inoue from the gujo domain in mino province took over kameyama with assigned revenues of 47,000 koku , but his family was also quickly transferred , in their case to the shimodate domain in hitachi province . in september 7 , 1702 , tadashige aoyama from the hamamatsu domain in totomi province took over kameyama with assigned revenues of 50,000 koku , but the family did not stay long , the third lord , tadatomo aoyama being transferred to the sasayama domain in tanba province . after nobumine matsudaira of the katahara-matsudaira family replaced the aoyama clan as the lord of the kameyama domain in 1749 , matsudaira family took charge for generations . in the boshin war of 1868 , the kameyama domain surrendered to an agent of the new government . in 1869 it was renamed the domain of kameoka . in july 1871 , with the abolition of feudal domains and establishment of prefectures , the domain of kameoka became kameoka prefecture . in november 1871 it was incorporated into kyoto prefecture . the chronological order of the lords . the maeda family the tozama daimyo ( the allied daimyo of the tokugawa shogun ) 50,000 koku 1600 - 1602 geni maeda shigekatsu maeda the okabe family the fudai daimyo ( the daimyo in hereditary vassalage to the tokugawa house ) 32,000 koku 1609 - 1621 nagamori okabe [ jyugoige-naizen-no-kami , director of imperial cuisine , ( junior fifth rank , lower grade ) ] the matsudaira ( ogyu ) family the fudai daimyo of 22,000 koku ( 1621 - 1634 ) narishige matsudaira [ jugoinoge ukon no jo , captain of the imperial guard of the right , ( junior fifth rank , lower grade ) ] tadaaki matsudaira ( the ogyu-matsudaira family ) [ jugoinoge shinano no kami , governor of shinano province , ( junior fifth rank , lower grade ) ] the suganuma family the fudai daimyo of 41,000 koku ( 1634 - 1648 ) sadayoshi suganuma [ jugoinoge oribe no kami , director of wooven stuff office , ( junior fifth rank , lower grade ) ] sadaakira suganuma [ jugoinoge sakon no jo , captain of the imperial guard of the left , ( junior fifth rank , lower grade ) ] the matsudaira ( fujii ) family the fudai daimyo of 38,000 koku ( 1648 - 1685 ) tadaharu matsudaira [ jugoinoge iga no kami , governor of iga province , ( junior fifth rank , lower grade ) ] tadaaki matsudaira ( the fujii-matsudaira family ) [ jugoinoge iga no kami , governor of iga province , ( junior fifth rank , lower grade ) ] tadachika matsudaira [ jugoinoge iga no kami , governor of iga province , ( junior fourth rank , lower grade ) ] the kuze family the fudai daimyo of 50,000 koku ( 1685 - 1697 ) shigeyuki kuze [ jushiinoge yamato no kami jiju , governor of yamato province and chamberlain , ( junior fourth rank , lower grade ) ] the inoue family the fudai daimyo of 47,000 koku ( 1697 - 1702 ) masamine inoue [ jushiinoge kawachi no kami jiju , governor of kawachi province and chamberlain , ( junior fourth rank , lower grade ) ] the aoyama family the fudai daimyo of 50,000 koku ( 1702 - 1749 ) tadashige aoyama [ jugoinoge inba no kami , governor of inba province , ( junior fifth rank , lower grade ) ] toshiharu aoyama [ jugoinoge inba no kami , governor of inba province ( junior fifth rank , lower grade ) ] tadatomo aoyama [ jugoinoge inba no kami , governor of inba province , ( junior fifth rank , lower grade ) ] the matsudaira ( katahara ) family the fudai daimyo of 50,000 koku ( 1749 - 1871 ) nobumine matsudaira [ jushiinoge kii no kami , governor of kii province , ( junior fourth rank , lower grade ) ] nobunao matsudaira [ jugoinoge kii no kami , governor of kii province , ( junior fifth rank , lower grade ) ] nobumichi matsudaira [ jugoinoge kii no kami , governor of kii province , ( junior fifth rank , lower grade ) ] nobukata matsudaira [ jugoinoge kii no kami , governor of kii province , ( junior fifth rank , lower grade ) ] nobuzane matsudaira [ jugoinoge kii no kami , governor of kii province , ( junior fifth rank , lower grade ) ] nobuhide matsudaira [ jugoinoge kii no kami , governor of kii province , ( junior fifth rank , lower grade ) ] nobuyoshi matsudaira [ jushiinoge kii no kami jiju , governor of kii province and chamberlain , ( junior fourth rank , lower grade ) ] nobumasa matsudaira [ jugoinoge zusho no kami , head of the document office , ( junior fifth rank , lower grade ) ] +omura domain was a feudal domain that ruled the sonogi region of hizen province . kujima castle ( located in present-day omura city , nagasaki prefecture ) was the domain 's seat of power . history the omura clan , who were the feudal lords of this domain , had been the proprietary lords of this land since ancient times . the family was permitted to continue to rule this land even after the subjugation of kyushu by hideyoshi toyotomi in 1587 . son of sumitada omura ( a christian daimyo who was the second son of haruzumi arima and was adopted by the omura clan ) , yoshiaki omura was the first lord of this domain and he continued to rule over this land , which yielded 27,900 koku in rice , even after the establishment of the edo shogunate . this domain was extremely unusual given the fact that it was still intact at the time of the meiji restoration . the domain included nagasaki city from the sengoku , or warring states , period ( japan ) and enjoyed a strong economy thanks to trade with europe . however , under the toyotomi regime and the edo bakufu ( japanese feudal government headed by a shogun ) , the domain no longer benefited from the profits of this trade because nagasaki became a demesne of the central government . when initially established as an independent domain , the demesme of the lord of the domain was only 4000 koku in rice , while the territories of the 15 families in the side line of the family were worth a total of 8000 koku rice . in 1607 , sumiyori omura , the 2nd lord of the domain annexed the lands of these families in a move known as " goichimon barai " to secure a source of income and shore up his position as lord of the domain . in 1657 , the era of suminaga omura , the 4th lord of the domain , a large number of crypto-christians were exposed and arrested in three villages in a rural district in a northern part of the castle town . happening as it did 45 years after the order to ban christianity , this " gun kuzure " , or breakdown of the region , was a serious event which destabilized the domain . however , the domain escaped censure by following procedure and reporting the particulars of the incident immediately through katsunaga itami , a hatamoto , or shogun 's vassal , who was also suminaga 's father and served as commissioner of shogunate demesne and in other key posts . after this incident , the domain worked to seek out and suppress christianity , and looked to strengthen the faith of the people of the domain in buddhism and shintoism sumihiro omura became the 12th and last lord in the final days of the tokugawa shogunate when opinion in the domain was largely divided between support for the bakufu and support for the pro-imperialists . the supporters of bakufu gained power in 1862 when sumihiro became the nagasaki magistrate , and in response , the pro-imperialists organized the alliance for reform group . in 1864 , the pro-imperialists took back power on sumihiro 's resignation of the nagasaki magistrate . in 1867 , kyuzaemon hario and banzan matsubayashi , the leaders of the alliance for reform group , were assassinated . this battle known as the " koji disorder " had the unintended effect of unifying opinion in the domain behind pro-imperialism , and an army was organized for the overthrow of the bakufu and their subordinates in the region . thereafter , together with domains of satsuma and choshu , the domain played a central role in the overthrow of the bakufu . in 1871 , with the abolition of domains and establishment of prefectures , the domain became omura prefecture it later became part of nagasaki prefecture . the house of omura was raised to the peerage in 1884 , receiving the rank of viscount . its role in overthrowing the bakufu was recognized with a promotion to the rank of count in 1891 . kihachiro nakamura , one of the pro-imperial warriors , received a mountain cherry tree in recognition of his contribution to the restoration . his ancestors from a family of goshi , or village officer , status had served as ( accounting ) clerks in the local government of a fishing village ( also a smuggling port of the domain of omura ) at the beginning of the edo period , and were later promoted to accounting officer status . kihachiro 's grandfather was nagasaki-ban junin-gumi kashira , head of an autonomous group of 10 families , and is known for helping a group of jews who were being persecuted by the schutzstaffel ( ss ) to escape to the u.s. on a ship conscripted from mitsubishi when matsuo , his grandson was serving as in special service agency in shanghai on the eve of the second world war ; a story which reminds us of the historical bond between the domain of omura that produced christian daimyos and the open and liberal port of nagasaki . the chronological order of the lords . omura family tozama daimyo ( outside lords ) with 27,900 koku yoshiaki omura ( junior fifth rank , lower grade , governor of tango ) sumiyori otomo ( junior fifth rank , lower grade , mimbuno-daifu , deputy minister of the popular affairs office ) suminobu omura ( junior fifth rank , lower grade , governor of tango ) suminaga omura ( junior fifth rank , lower grade , governor of imba ) sumimasa omura ( junior fifth rank , lower grade , governor of chikugo ) sumitsune omura ( junior fifth rank , lower grade , governor of ise ) sumihisa omura ( junior fifth rank , lower grade , governor of kawachi ) sumimori omura ( junior fifth rank , lower grade , danjyo-shohitsu , minor second officer of the impeachment office ) sumiyasu omura ( junior fifth rank , lower grade , governor of shinano ) sumiyoshi omura ( junior fifth rank , lower grade , governor of tango ) sumiaki omura ( junior fifth rank , lower grade , governor of tango ) sumihiro omura ( junior fifth-low court rank , governor of tango , nagasaki magistrate ) +yasuie hojo ( ? - 1335 ) was from the hojo family which existed in the period of the northern and southern courts ( japan ) . his father was sadatoki hojo , the 9th shogunal regent of the kamakura bakufu ( japanese feudal government headed by a shogun ) . his mother was a daughter of yasumune adachi ( or tokiaki adachi ) . he was the brother of takatoki hojo , the fourteenth shogunal regent . his official rank was junior fifth rank , lower grade he was sakon 'no-jyo , a captain of the imperial guard of the left . he called himself sagami-shiro tokitoshi . in 1326 , he was going to take over the position of shogunal regent when his elder brother takatoki resigned the post , but was unable to take office due to opposition from takasuke nagasaki . incidentally , sadaaki hojo , who took over the position of shogunal regent after his elder brother , resigned after just 10 days because yasuie put pressure on sadaaki . he led the army of the shogunate against yoshisada nitta who invaded kamakura with his army in 1333 and won a short term victory , but the army of the bakufu became careless after their victory and were subsequently heavily defeated by nitta 's army . yasuie did not join his elder brother , takatoki , at the fall of the bakufu , and after releasing tokiyuki hojo , his elder brother 's son , withdrew to mutsu province . he went to kyoto and hid in the residence of kimmune saionji who was an old ally , and they plotted to assassinate the emperor godaigo and take up arms to reinstate the shogunate with the remnants of the hojo clan in june 1335 , but the plot was exposed before they could act and kimmune was killed . yasuie , however , managed to escaped the clutches of those who pursued him . it was said that he subsequently took up arms with tokiyuki , his nephew , in shinano province , but he was never heard of again . another view is that he was killed by robbers at the end of 1335 , and it is likely that he died around that time because after 1335 he is not mentioned in " taihei-ki " , chronicle of the great peace . +sonpi bunmyaku is a text compiled in early japan that records the lineages of the aristocracy . the full title is " shin-hensanzu-honcho-sonpi-bunmyaku-keifu-zatsurui-yoshu . " generally , however , this long name is shortened to " sonpi bunmyaku " . it is also known as " shoke-okeizu . " it is one of the basic books for research and investigation of family names , and was completed over a period spanning from the period of the northern and southern courts ( japan ) to the beginning of the muromachi period . the book was edited by kinsada toin ( 1340-1399 ) , and mainly compiled from 1377 to 1395 . after kinsada 's death , various members of the house of toin , including his adopted son , mitsusue toin and his grandson , sanehiro toin , continued to edit , alter , correct , and make additions . after the muromachi period , the book was drastically enlarged and revised and a number of differing editions were circulated , including an edition in 30 volumes , an edition in 20 volumes , and an edition in 14 volumes . when first written , a genealogical table of the imperial line , a genealogical table of the gods , and a genealogical table of astrology appear to have been included , but these have been lost , with the surviving books being especially detailed on the fujiwara and the minamoto clans ( because both had taken over key positions in the court society ) among the distinguished families which included the minamoto , the taira , the fujiwara , and the tachibana ( also known as the gen , pei , to , kitsu due to chinese readings of the characters in their names ) . in the book , the paternal line is represented as a straight line , and women , except for empresses and a handful of others , are nameless , being described merely as " women " ( even famous women such as shikibu murasaki remain nameless ) . for male government officials , the genealogical tables contain real names and abbreviated biographies , including mother 's name , official position , date of death , age at death and footnotes , making the book an extremely valuable source of information . the records of the heian and the kamakura periods are recognized as a historical source of the highest value . the section written after kinsada 's death requires a more critical approach and has to be checked against other sources . the same goes for other added sections . +. the sugawara clan is said to be descended from ameno hohino mikoto and the haji clan , one of whose ancestors was nomi no sukune , famous as the pioneer of sumo . another view is that the haji and the sugawara clans were toraijin ( people from the continent ) . the name sugawara comes from sugawara in yamato province where ( sugawara no ) furuhito lived in the early heian period . the sugawara clan was a rival to the fujiwara clan which had enormous power in ancient japan . together with the oe clan , sugawara no furuhito 's descendants , including his son , sugawara no kiyokimi ( 770-842 ) ( junior third rank , non-councilor ) , and his grandson , sugawara no koreyoshi ( 812-880 ) ( junior third rank , councilor ) , served the court for generations , working in the field of kidendo ( literature ) . one of the most famous members of the sugawara clan was sugawara no michizane , koreyoshi 's son . after speaking out against fujiwara no mototsune in the ako incident , he was favored by the emperor uda and reached the position of minister of the right , junior second rank , during the reign of the emperor daigo , but he was slandered by fujiwara no tokihira , demoted to the dazai-no-gonnosotsu , deputy governor of dazaifu in 901 , and died there in 903 . however , when sugawara no michizane 's death was followed by a series of tragic accidents and natural disasters , with a number of descendants of fujiwara no tokihira who had slandered michinaga dying suddenly in succession and the emperor daigo being killed in the seiryo-den lightening strike of 930 , michinaga 's descendents were quickly called back to court . sugawara no takasue 's daughter , the original author of the sarashina-diary was a descendant of sugawara no takami , sugawara no michizane 's son . in the mid-to-late heian period , the sugawara clan was temporarily displaced from its dominant position in the field of kidendo by the oe clan and , as a result , and with the notable exceptions of sugawara no fumitoki ( 899-981 ) ( junior third rank , non-councilor ) and sugawara no sukemasa ( 925-1009 ) ( court rank , councilor , dazaifu , foreign affairs office in kyushu ) , members of the sugawara clan were not ranked as court nobles over this time , but at the beginning of the kamakura period sugawara no tamenaga ( 1158-1246 ) was promoted to senior second court rank , councilor , treasury office and his descendants were subsequently ranked as court nobles , taking all the important kidendo posts at court . between that time and early-modern times , the sugawara clan produced the six houses of tosho ( families which were allowed to provide nobles ) , these being the houses of takatsuji , gojo , higashibojo , karahashi , kiyooka , and kuwabara . the hisamatsu clan the maeda clan ( disputed ) the yagyu clan ( disputed ) the hirate clan ( disputed ) genealogy explanatory note : biological sons indicated with heavy lines ( adopted sons have been deliberately omitted . ) sugawara no furuhito sugawara no kiyokimi sugawara no koreyoshi sugawara no michizane sugawara no takami sugawara no atsushige sugawara no enshi sugawara no fumitoki sugawara no arimi masahide hirate toshiie maeda toshinaga maeda toshitsune maeda munetoshi yagyu ( sekishusai ) munenori yagyu jubei yagyu ( mitsuyoshi ) shigenobu okuma naoto kan sadatomo matsudaira tsusai sugawara ( self-proclaimed ) +the matsudono family , established as a house of regents and senior regents was , in theory , ranked at the same level as the houses of regents such as the konoe family and the kujo family in the court nobility . the name comes from a residence called matsudono , a pine palace built in kyoto by the founder of the house , motofusa matsudono , who was the second son of fujiwara no tadamichi , and a direct descendant of the northern house of the fujiwara clan . the phrase " in theory " was inserted above for a reason . despite being direct descendants of the northern house of the fujiwara clan , the family only provided two regents - subsequent generation getting no further than councilor or , at best , dainagon ( chief councilor of state ) - and was quickly discontinued in the warring states period ( japan ) . when motofusa matsudono , the founder of the house , was the senior regent of the emperor takakura in 1179 , the conflict between the retired emperor shirakawa and taira no kiyomori reached its peak with taira no kiyomori imprisoning the retired emperor and exiling his senior officials , whereafter motofusa , who had become involved , was demoted to dazai-no-gonnosotsu , deputy governor of dazaifu , and left , mired in disappointment , to become a priest at the age of 36 . as his successor , motofusa appointed not his eldest son , fujiwara no takatada ( later to become the minister of the left ) , but moroie matsudono who was only eight years old on the basis that moroie 's maternal grandfather was the grand minister of state . thereafter , when yoshinaka kiso entered kyoto , motofusa offered him his daughter as a concubine . these efforts paid off and , in 1183 , with the support of yoshinaka , moroie became a regent taking up the post of inner minister , chief of the to clan at the age of only 12 . however , a few months later , yoshinaka was defeated by minamoto no yoshitsune , and moroie was dismissed . moroie was subsequently unable to take an official post for close to half century , and spent his life in disappointment ( he also failed in attempt to adopt his nephew , dogen ) . meanwhile , takatada got promoted to minister of the left , a post which ranked above the post of inner minister formerly occupied by his younger brother , and served until 1211 . although during the generations of moroie 's brother and son , other members of the matsudono family held the posts of chief councilor of state and acting chief councilor of state , the stock of the house declined , and subsequent generations advanced no further than deputy chief councilor of state and councilor with a senior second rank . during the period of the northern and southern courts ( japan ) , tadatsugu matsudono ( motofusa 's great-great grandson ) advanced to the post of junior chief councilor of state , but drifted away to the yoshino court just as the family name was about to be restored . as a result , the family fortunes continued to decline , even after the unification of the northern and southern courts . tadatsugu 's great-great grandson , tadaaki matsudono was promoted to the junior third rank in 1508 , and later to the senior third rank as a councilor , and tadaaki 's son , ietoyo matsudono reached the junior fifth rank , upper grade , but the genealogical record ceases thereafter , suggesting that the family was discontinued during the warring states period . at the beginning of the edo period , there was a movement to restore the matsudono family . granted a fief with a yield 1,000 koku of rice by the court , michimoto matsudono , the third son of yukiie kujo , restored the matsudono family and was promoted to junior third rank in 1642 , but his family was discontinued in a single generation ; tadataka matsudono , the second son of naozane kujo , restored the matsudono family again in 1765 and reached junior third rank two years later , but this family was also discontinued in a single generation . in the meiji era , the house of matsuzono and the house of tsurudono were established . +the higashibojo family , one of the houses of dojo , was established by shigenaga higashibojo ( court rank , councillor , department of etiquette and ceremonies , 1284-1343 ) who was the second son of nagatsune gojo ( senior second rank , councillor , department of justice , 1242-1315 ) . the family was ranked as " hanke , " a type of family status in the court nobility the family provided a professor of literature , directors of the bureau of education , shonagon ( lesser councilor of state ) , and a director of department of treasury from the era of masunaga higashibojo ( 1407-1474 ) and thereafter in the muromachi period , the top rank attained being junior chief councillor of state . the house business was " kidendo , " the study of the histories , and the family provided imperial tutors for generations . when the era name was changed , many successive heads of the family , who had acquired a reputation for the study of the chinese classics , became presenters of " nengo-kanmon , " an opinion paper in which possible era names and the source of these names were discussed . from the viewpoint of the takatsuji family , higashibojo family should be treated as an illegitimate lineage . however , the higashibojo family succeeded in providing many " naishi no jo " ( chief court ladies ) and the head of all the higashibojo families as well . furthermore , tokinaga higashibojo ( senior second rank , junior chief councillor of state , 1799-1861 ) was appointed the imperial official in charge of communication between the shogunate and the court in the closing days of the tokugawa shogunate . partly because of this record , the hereditary stipend in the edo period was 300 koku , the best among the houses of dojo descended from the sugawara clan . from the meiji period onwards , the family held the title of viscount . yoshinaga higashibojo , a son of tadanaga higashibojo who was the director of the bureau of education , a viscount , and a member of the house of lords , had a daughter , takako irie ( born hideko higashibojo , the eldest daughter ) who was a prewar movie actress establishing a production company " irie production " at the age of 20 , and a son , yasunaga higashibojo ( the third son ) who was a movie actor , a scriptwriter , and a movie director working actively for the nikkatsu studio in the prewar period . yoshinaga was also the grandfather of irie 's eldest daughter , wakaba irie ( born wakaba tamura , fathered by michiyoshi tamura a former actor ) , who became known appearing in movies produced by the toei movie studios and later in work by nobuhiko obayashi .. yoshinaga retired in 1911 , and his eldest son , masanaga higashibojo , succeeded to the title and the court rank , but in 1923 a year after yoshinaga 's death in 1922 , the family 's residence in tokyo was half-destroyed in the great kanto earthquake of 1923 and the higashibojo family found itself in the unfortunate position of having to relinquish its estate . the next successor to the title and the court rank was motonaga . the family 's residence was originally located in " nishiin-san-cho " ( kamigyo ward , kyoto city ) , and the family temple ( the family tomb ) was the jofuku-ji temple . in the postwar period , hideko ( takako irie ) , yoshinaga 's eldest daughter , set up a stupa with the name of higashibojo in the tama cemetery in 1962 . this was three years after she had stopped being an actress and opened a bar in ginza , tokyo . +the karahashi family , one of the houses of dojo , was established by sugawara no ariyoshi ( court rank , department of civil office and education , conferred junior third rank , 1041 - 1121 ) . koretsuna takatsuji ( court rank , the bureau of education , 1030 - 1107 ) was ariyoshi 's elder brother . the family name of karahashi was officially given during the time of arimasa karahashi ( court rank , the office of the palace table , 1275 - 1356 ) , some time between the late kamakura period and the period of the northern and southern courts ( japan ) . during the muromachi period , the family served the kujo family as household managers , but in 1496 , trouble occurred in connection with the kujo family 's business , and this led to the killing of arikazu karahashi ( court rank , the bureau of education , department of the imperial palace , 1448 - 1496 ) by masamoto kujo and his son , hisatsune kujo . however , the sugawara clan protested so strongly that masamoto kujo and hisatsune kujo were censured by the emperor gotsuchimikado , and the karahashi family was able to overcome the crisis . the family was ranked as " hanke , " a type of family status in the court nobility . from the time of aritoyo karahashi ( 1391 - 1464 ) onwards , the karahashi family provided an official of department of the imperial palace , a professor of literature , and a director of the bureau of education , with the top rank attained being junior chief councillor of state . in the late edo period , ariie karahashi devoted himself to the study of court and samurai rules of ceremony and etiquette , and wrote many books , including " kangi-senka-sho " about the ceremony of attaining manhood , " hitsuyo-roku " about scepters , " shutoku-shozoku-sho " about the clothes of the old , and " hoi-gunshoku-benmo-sho " about informal clothes worn by court nobles . the house business , " kidendo , " the study of the histories . the hereditary stipend in the edo period was 182 koku . after the meiji period , the family was given the title of viscount . +the niwata family , one of the clans of dojo , was descended from the uda-genji ( minamoto ) clan . the family was established by tsunesuke niwata ( court rank , deputy chief councillor of state , 1241- date of death unknown ) who was a descendant of minamoto no masanobu , minister of the left . nobuari ayanokoji ( court rank , junior deputy chief councillor of state , 1269 - 1324 ) , the founder of the ayanokoji family , was tsunesuke 's younger brother . the family was ranked as " urinke , " a type of family status in the court nobility . from the time of shigesuke niwata ( 1306 - 1389 ) onwards , between late kamakura period and the period of the northern and southern courts ( japan ) , the top rank attained by the family was the junior chief councillor of state . the females of the niwata family served the imperial family and the house of fushimi no miya for generations , and bore imperial princes . in fact , the real mothers of the emperor gohanazono and the emperor gokashiwabara in the muromachi period came from the niwata family . during the warring states period ( japan ) , the family intermediated between the hongan-ji temple ( ikko-ikki , a group of ikko sect followers ) and other feudal lords because the real mother of kennyo honganji had come from the niwata family . the family established a branch family , the ohara family , in the edo period . the house business was ancient shinto music and dancing . in the edo period , the hereditary stipend was 350 koku . from the meiji period onwards , the family held the title of count . +the takakura family , one of the families of dojo , was established by nagasue takakura ( court rank , councillor , 1338 - 1392 ) whose father was fujiwara no norikata , a descendant of fujiwara no nagayoshi of the northern house of the fujiwara clan . nagayoshi 's family line was a long way from the main line of the northern house of the fujiwara clan , and the takakura family was ranked as a common courtier , serving as the chamberlain of sixth court rank till the time of fujiwara no norikata , nagasue 's father . however , nagasue takakura served three generations of emperor , the emperor gokogon , the emperor goenyu , and the emperor gokomatsu , teaching " emondo , " the style of costumes , and the family was promoted to the court nobility for its services . from the time of nagasue takakura 's son , nagayuki takakura ( court rank , councillor , date of birth unknown - 1416 ) onwards , the family taught emondo to the ashikaga shogunate , and gave instruction in the court and samurai rules of ceremony and etiquette to the yamashina family . this was the beginning of the takakura and the yamashina schools of emondo . during the warring states period ( japan ) , nagasuke takakura ( 1530 - 1585 ) fought against nobunaga oda in nijo-jo castle under yoshiaki ashikaga , the last shogun of the muromachi bakufu ( japanese feudal government headed by a shogun ) , but he was defeated and surrendered to nobunaga . later , he ascended to the court rank of junior chief councillor of state , which was the top rank the head of the takakura family would attain . during the edo period , the family supplied costumes and instructed the tokugawa shogunate in emondo for generations , and , when staying in edo , worked to spread the knowledge of emondo and other court and samurai rules of ceremony and etiquette among the feudal lords . the family was ranked as " hanke , " a type of family status in the court nobility , with the top rank attained being the court rank , junior chief councillor of state . the hereditary stipend was 812 koku in the edo period , and from the meiji period onwards , the family held the title of viscount . the ancient documents , books and costumes that have been handed down through the generations in the takakura family are now in the possession of the takakura cultural institute ( former name ) , which is making steady efforts to preserve the traditions . +the ayabe domain existed in tanba province ( aono cho or hongu cho , ayabe city , kyoto prefecture in the present day ) . the seat of the domain in ayabe-jinya . becoming independent on march 5 , 1633 , the ayabe domain had a yield of 20,000 koku in rice and was ruled by a tozama daimyo ( the allied daimyo of the tokugawa shogun ) . the founder of the domain was takasue kuki , the grandson of yoshitaka kuki who was a general in the navy under nobunaga oda and achieved prominence in the sengoku period ( period of warring states ) . after the death of yoshitaka , his son moritaka kuki took over the kuki clan , but when moritaka died in 1632 , takasue the third son and hisataka kuki the fifth son fought each other to become head of the family . the dispute took place because moritaka had doted on hisataka , the fifth son and chosen him as his heir , and the result was the transfer of hisataka to the sanda domain in settsu province and of takasue to the ayabe domain , leading to the loss of the toba domain in shima province , which had been the hometown of the kuki clan since the era of yoshitaka . takasue allocated 500 koku to his younger brother takashige kuki on march 28 , 1661 and founded a branch family . takasue also created a castle town and implemented a land survey to strengthen the administrative base of the domain . however , in the period of takatsune kuki , the second lord , the domain administration had already started to decline after various natural disasters , such as heavy flooding and rain storms which killed 3,729 people . thereafter , the domain was repeatedly assailed by flooding , droughts , and famine , and its finances collapsed in the era of takanao kuki , the third lord of the domain , who pursued reforms as the issue of a domain currency , reduction in spending on weapons , and a reduction in the amount of rice distributed to vassals , but this was followed by more flooding and even a peasant 's revolt , and the administration was severely weakened . takanao did , however , manage to establish shintokukan , a clan school . with the domain administration in this weakened state , takahiro kuki , the ninth lord of the domain , invited nobuhiro sato and hirohira okuyama to work on reforming the domain administration , focusing on agricultural policies , and invited sosui yamaga to reform military affairs . in 1847 takahiro established a cotton syndicate and introduced a system of monopoly , and was successful in reviving the finances of the domain to some extent . in the turbulent times at the end of edo period , takahiro relinquished the position of the head of the family to his son takamoto kuki , retiring on june 10 , 1861 . takamoto initially supported the shogun , but began to lean towards the government army side after serving as a guard of the old imperial palace during the hamaguri rebellion , and , in january 1868 , he quickly took the side of the new government with the help of kinmochi saionji . under the rules of the return of lands to the emperor , takamoto then became the governor of the domain before it was abolished in the abolition of domains and establishment of prefectures in 1871 . after becoming ayabe prefecture , it then became part of kyoto prefecture . takamoto was just as capable as his father , and committed himself to the education of the people , changing the name of shintokukan , the clan school , to tokushinkan and founding six local schools in the following year . this was a precursor to the modern educational system introduced by the meiji government . the tozama daimyo ( the allied daimyo of the tokugawa shogun ) 20,000 koku to 19,500 koku . takasue kuki ( became the lord of the domain on march 5 , 1633 , retired on november 16 , 1674 ) takatsune kuki ( became the lord of the domain on november 16 , 1674 , died on april 1 , 1698 ) takanao kuki ( became the lord of the domain in may , 1698 , retired at the end of january , 1713 ) takanobu kuki ( became the lord of the domain at the end of january , 1713 , retired on march 8 , 1766 ) takasada kuki ( became the lord of the domain on march 8 , 1766 , died on december 12 , 1780 ) takayoshi kuki ( became the lord of the domain on march 12 , 1781 , died at the end of january , 1787 ) takasato kuki ( became the lord of the domain on april 7 , 1787 , died at the end of may , 1808 ) takanori kuki ( became the lord of the domain on july 5 , 1808 , retired on january 24 , 1822 ) takahiro kuki ( became the lord of the domain on january 24 , 1822 and retired on june 10 , 1861 ) takatomo kuki ( became the lord of the domain on june 10 , 1861 , discharged the governor of the domain in 1871 ) meiji takaharu kuki - established and led kodosenyokai , a martial arts association , from 1919 , died aged 96 in march 25 , 1980 munetaka kuki - the first son of takaharu , the former chief priest of kumanohongu-taisha shrine , died aged 90 in june 27 , 2003 ietaka kuki the first son of munetaka and the current chief priest of kumanohongu-taisha shrine +the sonobe domain existed in funai county in tanba province ( sonobe-cho kozakura town , nantan city , kyoto prefecture in the present day ) . the domain of sonobe became independent in december 1619 when yoshichika koide , the feudal lord of the izushi domain in tajima province took over . the territory had a yield of approximately 29,800 koku in rice . yoshichika , the first lord of the domain , strengthened the foundations of the administration through construction of sonobe-jo castle , implementing a land survey , building the castle town , and implementing flood control measures . yoshichika retired on june 9 , 1667 , and his son fusatomo koide took over the family estate . on his retirement , yoshichika took territory with a yield of 5,000 koku as a retirement benefice and fusatomo inherited territory , including new rice fields , with an overall yield of 25,000 koku . when yoshichika died on march 11 the next year , his retirement benefice of 5,000 koku was divided between yoshinao koide and yoshitada koide , fusatomo 's younger brothers , who inherited territories with yields of 3,000 koku and 2,000 koku respectively . hidesada koide , the fourth lord of the domain , had held the positions of sojaban ( the administrator of etiquette in the shogunate ) , jisha-bugyo ( the position responsible for the management of temples and shrines ) , and wakadoshiyori ( the commander of hatamoto / gokenin ( the vassals ) ) , and allocated territory with a yield of 1,000 koku to hideharu , his second son . the fifth and sixth lords of the domain also held important positions in the shogunate , with hidemochi koide , the fifth lord serving in the same three positions as hidesada , and hidetsune koide , the sixth lord , holding the position of sobajan . however , from around the time that hidetake koide became the seventh lord , the domain was assailed by a series of disasters including famine , drought , and flooding , weakening the finances of the administration , and , in 1787 , a bad harvest and jump in rice price caused a peasant 's revolt . this was the so-called riot of the tenmei period , and was followed by further disasters such as a series of fires in quick succession , and an outbreaks of violence and destruction in the domain . under these circumstances , the domain administration implemented various reforms , including the monopolization of tobacco and a system for bringing timber to market , and these proved to be effective . at the end of the edo period , the lords were involved with the security of the old imperial palace at an early stage and supported the government army . hidenao koide , the last lord of the domain , became the governor of the domain when the return of lands to the emperor was implemented in 1869 . the domain of sonobe was abolished at the abolition of domains and establishment of prefectures in july 1871 , but hidenao then took the position of the governor of sonobe prefecture . sonobe prefecture was abolished in august of the same year , and incorporated into kyoto prefecture that november . the family of lord of the domain were given the rank of viscount . 29,800 koku , 25,000 koku , and subsequently 24,000 koku . the tozama daimyo ( the allied daimyo of the tokugawa shogun ) yoshichika koide ( became the lord of the domain on december 1619 - retired on june 9 , 1667 ) fusatomo koide ( became the lord of the domain on june 9 , 1667 - retired on october 27 , 1673 ) fusatoshi koide ( became the lord of the domain on october 27 , 1673 - retired on april 22 , 1705 ) fusasada koide ( became the lord of the domain on april 22 , 1705 - died on november 19 , 1744 ) fusayoshi koide ( became the lord of the domain on december 26 , 1744 - died on october 15 , 1767 ) fusatsune koide ( became the lord of the domain on december 7 , 1767 - died on september 29 , 1775 ) fusatake koide ( became the lord of the domain on november 24 , 1775 - died on may 1 , 1821 ) fusaoki koide ( became the lord of the domain on july 16 , 1821 - retired on september 20 , 1843 ) fusanori koide ( became the lord of the domain on september 20 , 1843 - died on october 10 , 1855 ) fusanao koide ( became the lord of the domain on march 28 , 1856 - dismissed from the post of governor in 1871 ) +the anegakoji / anekoji family were court nobility of fujiwara lineage . in the broadest sense , the family had three lines , a kanin line ( 1 and 2 ) , a koichijo line ( 3 , governors of hida province ) , and a kajuji line ( 4 ) . the daimyo of the warring states period ( the miki clan of the old uda-genji ( minamoto clan ) ) who took over the name of the anegakoji / anekoji clan ( 3 ) are described in the entry for the anegakoji / anekoji clan . the name anegakoji came from the fact that kiminobu anegakoj , the son of kiminori sanjo of the kanin line ( descendants of fujiwara no kinsue ) , built his residence on anegakoji-street in kyoto . sanehiro anegakoji , the sixth head was ruined after following the yoshino imperial court . kinkage anegakoji , the son of saneaki ano of the kanin line established a new anegakoji family in 1613 ( note that the ano family was ruined like the anegakoji family ( 1 ) after supporting the southern dynasty , but subsequently managed to recover power ) . initially , the ano family was unrelated to ( 1 ) , but was ordered to take over religious duties from ( 1 ) in 1759 by the order of the then emperor momozono . kintomo anegakoji and his uncle nobuyoshi sawa , who became head of the sawa family were prominent figures at the end of the edo period . the family held the status of urinke ( one of the family statuses of court noble , military class and could be appointed dainagon , the chief councilor of state ) . the new family . unofficial . the hereditary stipend was 200 koku . the family was awarded the rank of count after the meiji restoration . fujiwara no naritoki , the son of fujiwara no morotada of the koichijo line , built his residence on anegakoji-street in kyoto , and this led to his descendants calling themselves anegakoji . councilor takamoto anegakoji moved to hida province to take up the post of governor after the kenmu restoration , and the family subsequently provided governors of hida province for generations . however , the family was defeated by the kyogoku clan sent to look after hida province by the muromachi bakufu ( japanese feudal government headed by a shogun ) , and split into the kojima family ( the head of the family ) and the furukawa / mukaikojima family . mototsugu anegakoji and naritsugu anegakoji of the furukawa family subsequently attacked the kojima family and deprived them of the position of head of the family , but naritsugu 's son died early , and the line ended with naritsugu 's death . taking advantage of this , yoshiyori mitsuki , a vassal in the kyogoku clan , had the imperial court accept his assumption of the anegakoji name . and this was the anegakoji clan of the sengoku period ( period of warring states ) . the kojima family , who had lost their status , served this anegakoji family , and , in the time of tokimitsu kojima , adopted the son of yoritsuna anegakoji . tokimitsu later fought together with yoritsuna against the army of nagachika kanamori , who under the command of hideyoshi toyotomi , but was destroyed , and this led to the end of both the anegakoji family and the family name . the line descending from fujiwara no munetaka , who was a courtier in the kamakura period and the seventh generation descended from fujiwara no nobutaka ( the husband of murasaki shikibu ) of the kajuji line , ended early after only three generations , the members of this line being munekata anegakoji ( the son of munetaka ) , akitomo anegakoji and tadakata anegakoji . +the fushimi domain existed in fushimi in the yamashiro province ( present day fushimi ward , kyoto city , kyoto prefecture ) . the castle of a daimyo was fushimi castle . fushimi-jo castle was constructed by hideyoshi toyotomi . although the castle was destroyed in the great fushimi earthquake , it was quickly reconstructed , and became a symbol of the prosperity of hideyoshi in the toyotomi period , with the town becoming an important administrative center . it was in fushimi-jo castle that hideyoshi ended his days on august 18 , 1598 . after the death of hideyoshi , ieyasu tokugawa took over fushimi-jo castle , and formed a government . when opposition from mitsunari ishida came to a head , ieyasu made a punitive expedition to aizu to challenge mitsunari , leaving only a skeleton force headed by mototada torii , ienaga naito , and ietada matsudaira in fushimi castle in 1600 . although mitsunari knew ieyasu 's intention , he raised the army to respond to ieyasu 's challenge , because he wanted anyway to break his present condition of being confined to his house . fushimi-jo castle then became the stage for the beginning of the sekigahara battle . despite only having a total of 1,800 officers and soldiers , the morale the besieged garrison was high , and the great fushimi-jo castle built by hideyoshi toyotomi allowed them to resist the army of the west , which numbered some 40,000 men , for some time . after some desperate fighting from mototada , the castle eventually succumbed , but the garrison 's efforts dramatically affected the strategies of the subsequent battle . after some desperate fighting from mototada , the castle eventually succumbed , but the garrison 's efforts dramatically affected the strategies of the subsequent battle . after the sekigahara battle , ieyasu launched a reconstruction of fushimi-jo castle which had been burnt to the ground , for the dual purpose of restraining the toyotomi clan and providing a base for the control of territories in the vicinity of the capital which were under direct imperial rule . ieyasu became shogun by imperial proclamation at fushimi castle in 1603 , and this marked the beginning of the edo bakufu ( japanese feudal government headed by a shogun ) . ieyasu made fushimi-jo castle his base , until officially selecting sunpu castle in 1607 . after ieyasu moved to sunpu , sadakatsu matsudaira , the younger half-brother of ieyasu ( different father ) , moved into fushimi receiving the territory with a yield of 50,000 koku from the kakegawa domain in enshu , and this led to the fushimi domain becoming independent . sadakatsu received an imperial grant of 20,000 koku for his contribution to the defense of kyoto together with katsushige itakura of kyoto shoshidai ( the position which administered western japan ) . fushimi castle was also an important base for the tokugawa side in the osaka no jin battle . in 1617 , after the destruction of the toyotomi clan , sadakatsu was transferred to the kuwana domain in ise province , which had a greater yield than fushimi of 60,000 koku ; to replace sadakatsu , nobumasa naito of the takatsuki domain in settsu province was transferred to fushimi , a territory that had a yield of 10,000 koku more than the 40,000-koku yield of takatsuki . after the demise of the toyotomi family , however , fushimi-jo castle was no longer deemed to be an important base , and following the transfer of the castle-keeper , nobumasa , to osaka-jo castle in july 1619 , the fushimi domain was abolished , and the castle came under the control of the shogunate administrator in fushimi . when iemitsu tokugawa became shogun by imperial proclamation at fushimi-jo castle in 1623 , fushimi-jo castle was destroyed due to the edict which stated that each domain could only have a single castle . later , peach trees were planted in the castle ruins , and fushimi became famous for its peaches . the fact that the period of hideyoshi toyotomi is known as the momoyama period is said to derive from these peach trees . shinpan ( a domain established by an ancestor who was the descendant in the male line of ieyasu tokugawa ) - 50,000 koku hereditary daimyo - 50,000 koku +the yodo domain was located in the yamashiro province ( present-day yodohon cho , fushimi ward , kyoto city , kyoto prefecture ) . in 1623 , the yodo domain was established when sadatsuna matsudaira from the kakegawa domain in enshu province took over the domain with assigned revenues of 35,000 koku . the yodo domain was established to protect kyoto as a replacement for the fushimi domain , which had been abolished the year before . sadatsuna worked on the construction of yodo castle . this castle was , it is to be noted , in a different place to the yodo castle known as the residence of lady yodo ( hideyori toyotomi 's real mother ) . sadatsuna was transferred to the ogaki domain in mino province in march 1633 , and was replaced by naomasa nagai who took over the domain from the koga domain in shimousa province with assigned revenues of 100,000 koku . naomasa strengthened the foundations of the domain 's administration by improving the organization of its vassalage , developing the castle town , and carrying out protection work of the kizu-gawa river for flood prevention . naomasa retired on february 28 , 1658 , and handed over the family estate to his son , naoyuki nagai . as naoyuki distributed territory among his brothers , he succeeded to territory with a yield of 73,600 koku . for instance , naonobu , the sixth son , was allotted territory with a yield of 3,000 koku , and built the manor house of funabashi . then , naoyuki was transferred to the miyazu domain in tango province on february 25 , 1669 , and noriyuki ishikawa took over the domain with assigned revenues of 60,000 koku . noriyuki retired on february 25 , 1706 , and his successor , yoshitaka ishikawa , died on september 2 , 1710 . the next lord , fusayoshi ishikawa , was transferred to the matsuyama domain in bicchu province on february 15 , 1711 , and mitsuhiro matsudaira from the kano domain in mino province took over the domain with assigned revenues of 60,000 koku . after mitsuhiro died on september 4 , 1717 , his successor , mitsuchika toda , was transferred to the toba domain in shima province on november 1 , 1717 , and norisato matsudaira from the kameyama domain in ise province took over the domain with assigned revenues of 60,000 koku instead . however , on may 1 , 1723 , he was transferred to the sakura domain in shimousa province , and was replaced with masatomo inaba who took over with 102,000 koku and began a long-term presence for the inaba family . the yodo domain entered the meiji period under the rule of the inaba clan . in 1884 , the inaba clan given the rank of viscount under the peerage law . the nagai clan established the administrative foundations of the yodo domain . naomasa expanded the castle town , improved the water transport , and brought in a land tax exemption . noriyuki ishikawa , who achieved good results with a land survey policy and in the making of genroku kuni ezu ( a national land map ) , also participated in the shogunate administration . norisato matsudaira was a daimyo ( japanese territorial lord ) who earned exceptionally rapid promotion from acting keeper of the osaka castle to become senior councillor of the tokugawa shogunate due to the patronage of yoshimune tokugawa . the inaba clan had large territories with a yield of 102,000 koku , but they were spread not only throughout yamashiro province but also the settsu province , the kawachi , the omi , the shimousa , and the echigo , with the one yamashiro province said to be worth less than 20,000 koku . due to this spread of territory , the financial basis of its administration was fragile , it was hard to secure sufficient labor , and the domain was in financial difficulty . masanobu inaba , the seventh lord of the domain , moved the territory of echigo province to izumi provnice and the omi in 1784 , and as the result , the territories of 102,000 koku were spread over eight provinces , which brought about a contrary effect on its financial situation . many successive lords of the inaba clan were short-lived , and four of them died in quick succession during the kyoho era . the most prominent figure among the lords of the inaba clan was masakuni inaba , the twelfth ( and last ) lord . becoming roju ( senior councillor of the tokugawa shogunate ) twice amid the upheavals of the end of the edo period , masakuni served in an effective manner with katsukiyo itakura and nagamichi ogasawara . however , when nagamichi and katsukiyo fought in the battle of hakodate , faithful to the tokugawa shogunate to the end , the yodo domain under the rule of masakuni refused point blank to open the gate of yodo castle when the shogunate troops who had been betrayed by takayuki todo and routed in the boshin war of 1868 asked for shelter ( masakuni was in edo castle at the time ) . this made it certain that the shogunate troops would be completely defeated at the battles in kyoto during the boshin war . later , masakuni and takayuki were despised as ' treacherous dogs ' by both the tokugawa shogunate and the new government . masakuni was put under house arrest by the new government in march , 1868 , but was forgiven and assigned to guard kyoto in april . the following year , he became the governor of the domain after hansekihokan ( the return of the domain registers to the meiji emperor ) , and then , in 1871 , lost his position in the haihan chiken ( the abolition of feudal domains and establishment of prefectures ) . the yodo domain was abolished , and its territories were incorporated into the corresponding prefectures . the shinpan ( a type of family status for daimyo ) 35,000 koku sadatsuna matsudaira < jugoinoge ( junior fifth rank , lower grade ) , governor of ecchu province > " appointed as the lord of the domain on august 20 , 1623 - transferred on march 23 , 1633 " the fudai daimyo ( hereditary daimyo ) 100,000 koku = > 73,600 koku naomasa nagai < jushiinoge ( junior fourth rank , lower grade ) , governor of shinano province > " appointed as the lord of the domain on march 25 , 1633 - retired on february 28 , 1658 " [ roju ( senior councillor of the tokugawa shogunate ) ] naoyuki nagai < jugoinoge ( junior fifth rank , lower grade ) , government official of the imperial guards > " appointed as the lord of the domain on february 28 , 1658 - transferred on february 25 , 1669 " the ishikawa family the fudai daimyo 60,000 koku noriyuki ishikawa < jugoinoge ( junior fifth rank , lower grade ) , director of the imperial palace keeper 's bureau > " appointed as the lord of the domain on february 25 , 1669 - retired on february 25 , 1706 " yoshitaka ishikawa < jugoinoge ( junior fifth rank , lower grade ) , director of the imperial palace keeper 's bureau > " appointed as the lord of the domain on february 25 , 1706 - died on september 2 , 1710 " fusayoshi ishikawa < jugoinoge ( junior fifth rank , lower grade ) , director of the imperial palace keeper 's bureau > " appointed as the lord of the domain on october 23 , 1710 - transferred on february 15 , 1711 " the matsudaira ( toda ) family the fudai daimyo 60,000 koku mitsuhiro matsudaira < jugoinoge ( junior fifth rank , lower grade ) , governor of kawachi province > " appointed as the lord of the domain on february 15 , 1711- died on september 4 , 1717 " mitsuchika matsudaira < jugoinoge ( junior fifth rank , lower grade ) , governor of tanba province > " appointed as the lord of the domain on november 1 , 1717 - transferred on the same date " the matsudaira ( ogyu ) family the fudai daimyo 60,000 koku norisato matsudaira < jushiinoge ( junior fourth rank , lower grade ) , governor of governor of izumi province , chamberlain > " appointed as the lord of the domain on november 1 , 1717 - transferred on may 1 , 1723 " [ osaka jodai ( keeper of the osaka castle ) , roju ( senior councillor of the tokugawa shogunate ) ] the inaba family the fudai daimyo 102,000 koku masatomo inaba < jushiinoge ( junior fourth rank , lower grade ) , governor of tango province > " appointed as the lord of the domain on may 1 , 1723 - died on may 29 , 1729 " masato inaba < jugoinoge ( junior fifth rank , lower grade ) , governor of mino province > " appointed as the lord of the domain on july 16 , 1729 - died on january 12 , 1730 " masatsune inaba < unknown > " appointed as the lord of the domain on january 14 , 1730 - died on march 24 , 1730 " masachika inaba < jushiinoge ( junior fourth rank , lower grade ) , governor of sado province > " appointed as the lord of the domain on march 27 , 1730 - died on september 14 , 1734 " [ osaka jodai ( keeper of the osaka castle ) , sojaban ( government official of the imperial ceremony ) ] masayoshi inaba < jushiinoge ( junior fourth rank , lower grade ) , governor of tango province > " appointed as the lord of the domain on november 5 , 1734 - died on september 28 , 1771 " [ sojaban ( government official of the imperial ceremony ) , jishabugyo ( a magistrate of shrines and temples ) ] masahiro inaba < jugoinoge ( junior fifth rank , lower grade ) , governor of mino province > " appointed as the lord of the domain on november 20 , 1771 - died on september 12 , 1773 " masanobu inaba < jushiinoge ( junior fourth rank , lower grade ) , governor of tango province > " appointed as the lord of the domain on november 6 , 1773 - died on august 24 , 1806 " [ sojaban ( government official of the imperial ceremony ) , jishabugyo ( a magistrate of shrines and temples ) , osaka jodai ( keeper of osaka castle ) , kyoto shoshidai ( the shogunate 's military governor stationed in kyoto ) ] masanari inaba < jushiinoge ( junior fourth rank , lower grade ) , governor of tango province > " appointed as the lord of the domain on october 12 , 1806 - died on march 8 , 1815 " masaharu inaba < jugoinoge ( junior fifth rank , lower grade ) , governor of the tsushima province > " appointed as the lord of the domain on april 25 , 1815 - died on june 21 , 1823 " masamori inaba < jushiinoge ( junior fourth rank , lower grade ) , governor of tango province > " appointed as the lord of the domain on june 25 , 1823 - july 20 , 1842 " [ sojaban ( government official of the imperial ceremony ) , jishabugyo ( a magistrate of shrines and temples ) ] masayoshi inaba < jugoinoge ( junior fifth rank , lower grade ) , governor of tango province > " appointed as the lord of the domain on july 20 , 1842 - died on october 9 , 1848 " masakuni inaba < jushiinoge ( junior fourth rank , lower grade ) , minbu-taifu ( vice-minister of the ministry of public works , chamberlain > " appointed as the lord of the domain on november 24,1848 - dismissed as governor of the domain on july 20 , 1871 " [ kyoto shoshidai ( the shogunate 's military governor stationed in kyoto ) , roju ( senior councillor of the tokugawa shogunate ) ] +the fukuchiyama domain was located in amada county in tanba province ( present-day naiki , fukuchiyama city , kyoto prefecture ) . the domain was based in fukuchiyama-jo castle . during the sengoku period ( period of warring states ) in 1579 , when mitsuhide akechi , nobunaga oda 's vassal , was given the whole of tanba province , he entrusted this domain to one of his family members , hidemitsu akechi . in 1582 , when mitsuhide raised a rebellion against nobunaga , hidemitsu supported mitsuhide 's military operation , and captured the azuchi castle after defeating nobunaga at honno-ji temple . however , when mitsuhide was defeated by hideyoshi toyotomi in the battle of yamazaki , hidemitsu , who abandoned the azuchi-jo castle , and carried out the famous ' kosui-watari ' ( rapid crossing of lake biwa ) , stabbed mitsuhide 's wife and children in the sakamoto-jo castle in omi , and ultimately , killed himself . tanba province was then under the control of hideyoshi , and ietsugu sugihara and shigetsugu onogi ( court noble ) took over fukuchiyama . shigetsugu was on the side of the western army in the sekigahara battle in 1600 , and became a commander in chief after conquering the tanabe-jo castle in tango ( maizuru-jo castle ) , but when the western army was completely defeated in the main battle , he was tracked down by tadaoki hosokawa of the eastern army , and killed himself . at the end of the year , toyouji arima , who had served with distinction in the rear guard of the eastern army in the sekigahara battle , was transferred from the yokosuka domain in enshu which had a yield of 30,000 koku to fukuchiyama where his income increased to 60,000 koku , and this led to the establishment of the fukuchiyama domain . when toyouji 's father , noriyori arima , died in 1602 , toyouji inherited the sanda domain in settsu province which had a yield of 20,000 koku to bring the total yield of territories under his control to 80,000 koku . he went on to serve with distinction on the side of tokugawa in the osaka siege , and was rewarded with a transfer to the kurume domain in chikugo province with increased income of 200,000 koku in december 1620 .. masakazu kobori , a magistrate of fushimi , then ruled the domain for a short period . in august 1621 , nagamori okabe came to the domain from the kameyama domain in tanba province with 50,000 koku , but he was transferred to the ogaki domain in mino province in september 1624 . norimichi inaba took over the domain with 45,700 koku from the nakajima domain in the settsu province , but was punished by kaieki ( removal of samurai status and expropriation of territories ) in august 1648 . the domain then became an imperial fief for six months , after which tadafusa matsudaira ( the lord of the shimabara domain ) took over with 45,900 koku on february 28 , 1649 . however , he was transferred to the shimabara in bizen province with an income increased 70,000 koku on june 8 , 1669 . after tanemasa kutsuki took over the domain with 32,000 koku from the tsuchiura domain in hitachi province , the kutsuki clan ruled for 13 generations , stabilizing the domain administration . the fukuchiyama domain was abolished under haihan-chiken ( the abolition of the feudal domains and establishment of prefectures ) on july 14 , 1871 , becoming fukuchiyama prefecture . on october 2 of the same year , it became toyooka prefecture , before being incorporated into kyoto prefecture on august 21 , 1876 . before fukuchiyama was established as a domain , during the sengoku period ( period of warring states ) , mitsuhide implemented land-tax exemptions , developed the castle town , and constructed the early-modern fukuchiyama-jo castle . the first lord , toyouji arima , sured up the domain administration by improving the fukuchiyama-jo castle and the castle town , and implementing a land survey . the reign of the okabe clan was short , and there were no notable achievements during their tenure . norimichi inaba , who took over the domain after the okabe clan was a tyrant , who ruled over his retainers and people with incompetence . due to conflict norimichi had with takahiro kyogoku , the lord of the miyazu domain in tango province , in 1648 , a rumor began circulating that he was plotting a rebellion . if norimichi had been raising a rebellion , it would have been very limited in its scope due to his income of 45,700 koku and military force of less than 1,500 . the shogunate , however , took the rumor seriously , and ordered several neighboring domains to send troops , with the result that norimichi committed shot himself dead in the fukuchiyama-jo castle on august 20 , 1648 , and the inaba clan was punished by kaieki ( removal of samurai status and expropriation of territories ) . tadafusa matsudaira implemented kenchi ( a land survey ) in the domain . this formed the basis for the land system of the fukuchiyama domain untill the land-tax reform came into force in the meiji period , and was called matsudaira 's kenchi ( the land survey ) . in addition , he was charged with the handing over of miyazu-jo castle in 1666 . the kutsuki clan is famous thanks to mototsuna kutsuki . the first lord , tanemasa kutsuki 's father , uetsuna kutsuki ( the lord of the tsuchiura domain ) who served as okosho bangashira ( the chief of the bodyguard of the shogun ) and sojaban ( an official in charge of the ceremonies ) under iemitsu tokugawa was treated well as a fudai daimyo ( a hereditary daimyo ) with an award of 30,000 koku in hitachi tsuchiura . many of the lords served as sojaban , okosho bangashira , and jisha-bugyo ( a magistrate of temples and shrines ) because of their lineage already in financial difficulty under tanemasa , in 1691 it halved its retainer 's wages for five years . under the fifth lord , totsuna kutsuki , an upheaval known as kyoho 's direct petition occurred as a result of the great famine of kyoho , and the domain fell into confusion . note that totsuna permitted goreihokai ( the religious service for the spirit of the dead ) for mitsuhide akechi ( start of the goryo festival ) . among the successive lords of the domain , the seventh lord , nobutsuna kutsuki , and the eighth lord , masatsuna kutsuki , were known as men of letters , and the former who wrote " gidokugo " ( miscellaneous notes ) established the foundation for a domain school . the latter learned western studies by associating with scholars of western studies like gentaku otsuki , and left many valuable books , such as the introduction of " rangaku-kaitei " ( a guide to foreign languages ) , " taisei-yochizusetsu " ( a foreign topography ) , and " kokon-senka-kagami " ( a reference book of coins ) . the ninth lord , tomotsuna kutsuki , also wrote " iwama no mizu , " spring water issuing from among rocks ( a moral book ) to educate his people . under the pressure to rebuild its finances , the lords made several attempts to reform the administration of the domain , but repeatedly failed in their attempts . the reason for failure was that direct petitions were always made by the peasants . the direct petition in the kyoho era mentioned above and one in 1860 at the end of edo period were large in scale . 60,000 koku = > 80,000 koku the fudai daimyo ( hereditary daimyo ) toyouji arima < jushiinoge ( junior fourth rank , lower grade ) genba no kami ( chief interpreter / diplomat ) chamberlain > " appointed as the lord of the domain on december 3 , 1600 - transferred on december 8 , 1620 " masakazu kobori < the magistrate of fushimi > 50,000 koku the fudai daimyo ( hereditary daimyo ) nagamori okabe < jugoinoge ( junior fifth rank , lower grade ) naizen-no-kami ( first cupbearer to the emperor ) > " appointed as the lord of the domain in august 1621 - transferred in september 1624 " 45,700 koku the tozama daimyo ( the allied daimyo of the tokugawa shogun ) norimichi inaba < jugoinoge ( junior fifth rank , lower grade ) governor of awaji province > " appointed as the lord of the domain in september , 1624 - suicide on 20 august 1648 , and kaieki ( punishment by removal of samurai status and expropriation of territories ) " tozaemon ogawa and heikuro hikosaka 45,900 koku the fudai daimyo tadafusa matsudaira ( the lord of the shimabara domain ) < jugoinoge ( junior fifth rank , lower grade ) tonomo-no-kami ( director of the imperial palace keeper 's bureau ) > " appointed as the lord of the domain on february 28 , 1649 - transferred on june 8 , 1669 " 32,000 koku the fudai daimyo tanemasa kutsuki < jugoinoge ( junior fifth rank , lower grade ) governor of iyo province > " appointed as the lord of the domain on june 8 , 1669 - retired on june 25 , 1708 " [ sojaban ( an official in charge of the ceremonies ) ] tanemoto kutsuki < jugoinoge ( junior fifth rank , lower grade ) minbu-taifu ( first assistant to the minister ) > " appointed as the lord of the domain on june 25 , 1708 - died on november 24 , 1721 " [ sojaban ( an official in charge of the ceremonies ) ] tanetsuna kutsuki ( the lord of the fukuchiyama domain ) < jugoinoge ( junior fifth rank , lower grade ) governor of iyo province > " appointed as the lord of the domain on december 25 , 1721 - died on may 5 , 1726 " taneharu kutsuki < jugoinoge ( junior fifth rank , lower grade ) governor of tosa province > " appointed as the lord of the domain on may 11 , 1726 - retired on november 23 , 1728 " [ okoshogumi bangashira ( the chief of the bodyguard of the shogun ) ] totsuna kutsuki < jugoinoge ( junior fifth rank , lower grade ) governor of tosa province > " appointed as the lord of the domain on november 23 , 1728 - died on august 30 , 1770 " [ sojaban ( an official in charge of the ceremonies ) jisha-bugyo ( a magistrate of temples and shrines ) ] tsunasada kutsuki < jugoinoge ( junior fifth rank , lower grade ) oi no kami ( chief storekeeper / palace kitchens manager ) > " appointed as the lord of the domain on october 24 , 1770 - retired on august 6 , 1780 " nobutsuna kutsuki < jugoinoge ( junior fifth rank , lower grade ) governor of iyo province > " appointed as the lord of the domain on august 22 , 1780 - died on september 19 , 1787 " masatsuna kutsuki < jugoinoge ( junior fifth rank , lower grade ) governor of omi province > " appointed as the lord of the domain on november 22 , 1787 - retired on april 9 , 1800 " tomotsuna kutsuki < jugoinoge ( junior fifth rank , lower grade ) governor of tosa province > " appointed as the lord of the domain on april 9 , 1800 - died on december 20 , 1805 " [ sojaban ( an official in charge of the ceremonies ) ] tsunakata kutsuki < jugoinoge ( junior fifth rank , lower grade ) governor of tosa province > " appointed as the lord of the domain on january 12 , 1806 - retired on june 3 , 1820 " tsunaeda kutsuki < jugoinoge ( junior fifth rank , lower grade ) governor of oki province > " appointed as the lord of the domain on june 6 , 1820 - died on may 28 , 1836 " tsunaharu kutsuki < jugoinoge ( junior fifth rank , lower grade ) governor of omi province > " appointed as the lord of the domain on july 29 , 1836 - died on february 25 , 1867 " [ sojaban ( an official in charge of the ceremonies ) twice ] moritsuna kutsuki < jugoinoge ( junior fifth rank , lower grade ) governor of omi province > " appointed as the lord of the domain on april 17 , 1867 - relieved of governor 's post on july 15 , 1871 " +the seshu-shinno-ke is also known as " the tei-shinno-ke " ( the legitimate imperial prince 's family ) . in the edo period , the seshu-shinno-ke was the name for the four princely houses that retained the title of imperial prince for generations by order of the emperor regardless of their genealogical distance from the reigning emperor . summary from the middle ages , there were several princely houses , including the yotsutsujinomiya and the iwakuranomiya , which were not the seshu-shinno-ke , but seshu-miya-ke ( hereditary princely houses ) because they did not always succeed to the title of imperial prince . these seshu-miya-ke had a legitimate right of succession to the imperial throne , and were not there only to ensure succession in the event that the imperial line should die out . when the emperor gohanazono from the fushiminomiya family acceded to the throne , the bloodline of the fushiminomiya family became the main line , and the family could have chosen to eliminate the demarcation between the fushiminomiya family and the reigning imperial family so that the emperor gohanazono would be succeeded by imperial prince sadatsune fushiminomiya , the emperor gohanazono 's brother . however , imperial prince sadatsune became the head of the fushiminomiya family without combining its property with that of the imperial family , with the emperor gohanazono granting the family the right " to call itself the imperial palace of fushimi on a permanent basis . " this was the beginning of the seshu-shinno-ke which could offer a pool of potential successors to the imperial throne . the seshu-shinno-ke often contributed to maintaining an unbroken imperial lineage by providing a successor to the imperial throne when a male heir was not present in the direct line of the reigning emperor . however , after the meiji restoration , an imperial family law was passed stipulating a system of permanent imperial family membership , and abolishing the imperial order that had conferred the title of imperial prince and the system of the seshu-shinno-ke . this was necessary for the resilience of the meiji system - if the rights of the seshu-shinno-ke were accepted under the law , they could not have been easily rescinded , even as the blood line diverged from the reigning imperial line over the generations . the seshu-shinno-ke ( four imperial prince 's families ) the fushiminomiya family , founded by imperial prince yoshihito fushiminomiya , the son of the emperor suko of the third northern court in 1947 , the family was reduced to commoner status along with 10 other princely houses of the same line . the katsuranomiya family , founded by imperial prince toshihito hachijonomiya , the grandson of the hundred-sixth emperor ogimachi in 1881 , the family died out with the death of imperial princess sumiko , the twelfth head of the family . note that imperial princess sumiko is the only example of an imperial princess ( or female member of the imperial family ) becoming the head of the seshu-shinno-ke or a modern princely house . the arisugawanomiya family , founded by imperial prince yoshihito takamatsunomiya , the son of the hundred-seventh emperor goyozei . in 1913 , the family died out , but imperial prince nobuhito takamatsunomiya , the third son of the emperor taisho , carried on the religious services of the arisugawanomiya family . the kaninnomiya family , founded by imperial prince naohito kaninnomiya , the son of the hundred and thirteenth emperor higashiyama . at the end of the edo period , there was no one to become head of the family , and so a prince of the fushiminomiya family was accepted as the head of the family . in 1947 , the family lost its right to membership of the imperial family , and died out in 1988 . emperors from the seshu-shinno-ke the hundred and second emperor gohanazono : the first son of imperial prince sadafusa fushiminomiya the hundred and eleventh emperor gosai : the head of the arisugawanomiya family the hundred nineteenth emperor kokaku : the sixth son of imperial prince sukehito kaninnomiya +the kasannoin family was directly descended from the northern house of the fujiwara clan-morozane branch ( kazanin branch ) . the family was ranked as seiga family , a type of family status in the court nobility . established in the late heian period by ietada kazanin , the second son of fujiwara no morozane , the family was named after the kazanin palace ( higashi ichijo in ) which ietada inherited from his father , morozane . the family status of seiga family was secured after tadamasa kazanin , ietada 's grandson , became the grand minister of state , and his son , kanemasa kazanin who was a trusted vassal of the retired emperor goshirakawa , was promoted to the minister of the left . in the period of the northern and southern courts ( japan ) , the direct descendants of the family served the northern court , but moronobu kazanin and his son , morokata kazanin , who belonged to a branch family , were close aides of emperor godaigo , and their descendents served the yoshino court . one direct female descendant , who served at court of emperor gokomatsu , won the emperor 's favor and gave birth to a child , later known as sojun ikkyu . the hereditary stipend in the edo period was about 715 koku . the family vocations were calligraphy and sho ( a type of reed pipe ) . from the meiji restoration onwards , starting with tadato , the head of the family held the rank of marquis . +the kose school was a family of painters which existed from the early heian period , through the muromachi , to the meiji period . this school does not represent a single style of painting like other schools , but the various painting styles created by kose no kanaoka and his descendants and pupils . the family started out as court painters , but the 12th head , nagamochi , became a priest painter of buddhist images in kofuku-ji temple , and his descendants continued in the same profession . the history of the kose family as priest painters of buddhist images of daijo-in temple can be traced up to the end of the muromachi period , but the family probably continued in the same work into the edo period . kasuga no motomitsu , kose no kinmochi 's pupil , founded the tosa school . list of heads of the kose school in chronological order the first head of the family ( school ) : kose no kanaoka kose no kanaoka created yamato-e ( a traditional painting style of the late heian and kamakura periods dealing with japanese themes ) , and could trace his lineage back to a distinguished family of the kose clan in ancient times . he was active during the jogan and the engi eras ( 859-922 ) . the second head of the family ( school ) : kose no omi the first son of kanaoka " the tale of genji " describes that the illustrations for " the tale of the bamboo cutter " were made by kose no omi , and that the manuscript was written by ki no tsurayuki . the third head of the family ( school ) : kose no kintada the second son of kanaoka according to " nihon kiryaku " ( a chronological summary of japanese history ) , he did a painting on eight folding screens by order of the emperor in 949 . the fourth head of the family ( school ) : kose no kinmochi the third son of kanaoka " the tale of genji " records that kinmochi painted a picture of a ceremony for his lord . the fifth head of the family ( school ) : kose no hirotaka ( 広貴 ) ( note that hirotaka may also be written in different kanji as 弘高 or 広高 ) . the son of fukae ( kinmochi 's son ) according to " konki " ( the diary written by fujiwara no yukinari ) , the son of fukae painted a portrait of priest shoku shonin of mt . shosha by order of the retired emperor kazan in 1002 . the sixth head of the family ( school ) : kose no koreshige , hirotaka 's son the seventh head of the family ( school ) : kose no nobumochi , koreshige 's son the eighth head of the family ( school ) : kose no munemochi , nobumochi 's son the ninth head of the family ( school ) : kose no masumune , munemochi 's son the 10th head of the family ( school ) : kose no tomomune , masumune 's son the 11th head of the family ( school ) : kose no munehisa , tomomune 's son the 12th head of the family ( school ) : kose no nagamochi , munehisa 's son the 13th head of the family ( school ) : kose no mitsuyasu , nagamochi 's son he was active during the shoo era ( 1288-1292 ) . his representative work was " jizoson reigen emaki " ( a horizontal picture scroll depicting miraculous jizo , the guardian deity of travelers and children ) . ( kenko yoshida offered a compliment on this picture scroll . ) the 14th head of the family ( school ) : kose no tomoie mitsuyasu 's son " iwashimizu hachiman senza engi e " ( a scroll picture showing the origin of the iwashimizu hachiman-gu shrine ) is probably his work . the 15th head of the family ( school ) : kose no tomoyasu mitsuyasu 's second son his representative work was " shihon choshoku koya daishi gyojo zu " ( the illustrated biography of priest koya daishi ) the 16th head of the family ( school ) : kose no gyoson , the first son of tomotaka ( nagamochi 's second son ) the 17th head of the family ( school ) : kose no gyogon gyoson 's son priest painter of buddhist images in ichijo-in temple his representative work , " shinzo ita e " ( a panel painting depicting an image of a god ) , is in the possession of yakushi-ji temple the 18th head of the family ( school ) : kose no tomoyo the first son of yugen ( a son of gyoyu who was tomotaka 's second son ) priest painter of buddhist images in daijo-in temple he probably held the rank of " shikibu hokyo " ( priest ) , but there are no records of this . the 19th head of the family ( school ) : kose no koyu the second son of yugen ( a son of gyoyu who was tomotaka 's second son ) priest painter of buddhist images in daijo-in temple shinano hogen ( rank of priest ) the 20th head of the family ( school ) : kose no senyu koyu 's son priest painter of buddhist images in daijo-in temple chikuzen hokyo ( rank of priest ) the 21st head of the family ( school ) : kose no genyu ( 源有 ) senyu 's son priest painter of buddhist images in daijo-in temple mikawa hoshi ( rank of priest ) the 22nd head of the family ( school ) : kose no shigetomo genyu 's son , priest painter of buddhist images in daijo-in temple chikuzen hokyo ( rank of priest ) the 23rd head of the family ( school ) : kose no nagatomo shigetomo 's son priest painter of buddhist images in daijo-in temple chikuzen hokyo ( rank of priest ) the 32nd head of the family ( school ) : kose no kanechika the 33rd head of the family ( school ) : kose no shoseki , real name kaneoki . kanechika 's son , professor of tokyo bijutsu gakko or tokyo school of arts ( present-day tokyo geijutsu daigaku or tokyo national university of fine arts and music ) though his family 's profession was a buddhist painting , he learned the painting of the tosa school . +list of the provinces of japan > san 'indo > tanba tanba province was one of the old provinces of japan , located in san 'indo . it covered the middle part of the present kyoto prefecture , the east end of the present hyogo prefecture , part of the present takatsuki city in osaka prefecture , and part of toyono town , toyono district in osaka prefecture . together with tango province , it was sometimes called " tanshu . " in engi-shiki , it was designated as " kunitsukasakoku " and " kinkoku ( provinces near the capital ) " , history tanba was called " taniwa " at first , and was formerly written " 田庭 / 谷端 / 旦波 . " it is said that this area was brought under the control of the yamato dynasty through the victories of shido shogun ( " the four legendary generals " ) . because there seems to have been a woman named tanba as a consort to an emperor , it appears that the name " tanba " has existed since ancient times . when tanba province was formed in the seventh century , its territory spanned from the middle and north areas of the present kyoto prefecture to the east end of the north and middle areas of the present hyogo prefecture . at that time , the present tango and tajima were also included in tanba . nowadays some people call the three of them " the three tans " ( san-tan ) . although the date is unknown , at some point the north-west area separated off as tajima province , and after that , five districts in north separated as tango province on april 3 , 713 , establishing boundaries that would last long after . basically , there are three big basins having different rivers ; the kameoka basin , the yura ( fukuchiyama ) basin and the sasayama basin , separated from each other by mountains . for this reason , tanba was harder to unite as one province than other provinces like kai , owari and tosa , and that made the history of tanba complicated . as for regional characteristics , the nantan ( kuchitanba ) area with kameoka and sonobe was closely linked to yamashiro and settsu provinces , the chutan area with fukuchiyama and ayabe to tango and tajima provinces , and the hyogo tanba area with sasayama , and hikami to tajima , settsu and harima provinces . since ancient times , authorities have regarded tanba as an important area due to its geographic situation as one of the entrances to kyoto , so tanba was , just like harima and yamato provinces , under control of the rokuhara tandai in the kamakura period and the kyoto shoshidai in the edo period . all the more because of this , tanba became involved in the conflicts and wars of the capital as soon as they broke out . it was also the stage for some big upheavals in japanese history , for example , when takauji ashikaga raised his army in shinomura ( now shino-cho in kameoka city ) at the end of the kamakura period , and in the azuchi-momoyama period , when mitsuhide akechi , the lord of kameyama castle , probably following such an example , started the incident at honno-ji . though the story is less famous , in the sengoku period , the hatano clan at yakami castle united the other clans in tanba and advanced into surrounding provinces like yamashiro . in edo period , though there were not any daimyo who governed the whole province , instead there were seven " domains " ( han ) in the province ; tanba-kameyama , sonobe , ayabe , yamaga , sasayama ( yakami ) , tanba-kaibara , and fukuchiyama domain . as for tanba-kameyama and sasayama domains in particular , it shows how the tokugawa shogunate regarded them as important that " fudai daimyo " like matsudaira and aoyama were often transferred there , and that governors there often served as roju , jisha-bugyo , the kyoto shoshidai and osakajodai . during the meiji restoration , partisans of the emperor formed the yamaguni-tai in yamagunigou , kitakuwada district ( the present keihoku , ukyo-ward , kyoto city ) and the yumiya-tai in umajimura , minamikuwada district , following san 'indo chinbu sotoku kinmochi saionji from one place to another to fight . at that time , kojuro nakagawa , who was the son of a yumiya-tai member and later established ritsumeikan university , met saionji . on december 19 , 1871 , kuwada , funai and ikaruga districts were joined to kyoto prefecture , and amada , hikami and taki districts became part of toyooka prefecture . furthermore , on august 21 , 1876 , in the second prefectural consolidation , toyooka prefecture was dissolved , and amada district was annexed to kyoto prefecture while hikami and taki districts were annexed to hyogo prefecture . after that , on april 1,1958 , in the municipal consolidation , kashida-mura in minamikuwada district , kyoto prefecture was annexed to takatsuki city , osaka prefecture , and maki and terada areas in nishibetsuin-mura , kameoka city , kyoto prefecture became part of toyono town , toyono district , osaka prefecture . kokufu , ichinomiya , etc . the kokufu was placed in kuwada district , and there are various theories about its location : that it was at the chiyokawa site in the present kameoka city , or at the present yagi-cho yaga in nantan city ( the former yagi-cho yaga in funai district ) or at miyake-cho in kameoka city ( there is another theory that it was a kokuga ) , but the precise location is still unclear . in engi-shiki jinmyo-cho , there are four taisha with five gods enshrined and sixty-five shosha with sixty six gods enshrined , sixty-nine shrines with seventy-one gods enshrined in total . all of the taisha mentioned above are myojin taisha , such as : izumo-jinja shrine in kuwada district ( the present izumo-daijingu shrine , kameoka city , kyoto ) ogawatsuki-jinja shrine in kuwada district ( kameoka city , kyoto ) make-jinja shrine ( 麻気神社 ) in funai district ( the present make ( 摩気 ) - jinja shrine , nantan city , kyoto ) kushiiwamado-jinja shrine ( two gods enshrined ) in taki district ( sasayama city , hyogo ) ichinomiya , the first shrine , was izumo-jinja shrine ( izumo-daijingu shrine ) , and there was no second shrine ( " ninomiya " ) , or any shrines below that . the soja seems to be a so-jinja shrine in yagi-cho , funai district in kyoto prefecture ( the present nantan city ) . shugo kamakura shogunate 1221-1222 tokifusa hojo 1232-1277 tokimori hojo 1277-1284 tokikuni hojo 1306-1333 the person in charge of rokuhara tandai minamikata , served simultaneously as shugo . muromachi shogunate 1336-1343 yoriaki nikki 1343-1351 tokiuji yamana 1351-1352 yoriaki nikki 1352-1353 ko no moroakira 1354-1359 yoriaki nikki 1359-1360 yorinatsu nikki 1360-1363 yoshitada nikki 1363- tadafuyu ashikaga 1364-1371 tokiuji yamana 1371-1391 ujikiyo yamana 1392-1397 yorimoto hosokawa 1397-1426 mitsumoto hosokawa 1426-1429 mochimoto hosokawa 1429-1442 mochiyuki hosokawa 1442-1473 katsumoto hosokawa 1473-1506 masamoto hosokawa 1506-1507 sumiyuki hosokawa 1507-1508 sumimoto hosokawa 1508-1520 takakuni hosokawa 1520- sumimoto hosokawa 1520-1525 takakuni hosokawa 1525- tanekuni hosokawa 1525-1531 takakuni hosokawa 1532-1552 harumoto hosokawa 1552-1563 ujitsuna hosokawa districts kuwada district ( has been divided into kitakuwada and minamikuwada districts since 1879 ) kitakuwada district ( keihoku , ukyo-ward and hirogawara , sakyo-ward in kyoto city , miyama town , nantan city and kamiyoshi , yagi-cho in kyoto prefecture ) minamikuwada district ( kameoka city in kyoto prefecture , kashida in takatsuki city , osaka prefecture , maki and terada in toyono town , toyono district , osaka prefecture ) funai district ( kyo-tanba town , the part of hiyoshi-cho in nantan city , kyoto prefecture , sonobe-cho and yagi-cho except the former kamiyoshi -mura in kitakuwada district , which was annexed in 1955 ) ikaruga district ( ayabe city , old saga-mura in fukuchiyama city ) taki district ( sasayama city ) hikami district ( tanba city ) amada district ( a part of fukuchiyama city except the former saga-mura in ikaruga district , the former kumohara-mura in yosa district ( which has been joined to amada district since 1902 ) and the former oe-cho in kasa district . ) 1 . in kyoto prefecture nantan or kuchitan ( all part of tanba ) , kameoka city , nantan city ( including the former sonobe-cho , yagi-cho , hiyoshi-cho in funai district and miyama-cho in kitakuwada district ) and funai district . chutan ( the area extends over tanba and tango ) , fukuchiyama city , ayabe city and maizuru city ( the former amada , ikaruga and kasa districts . ) 2 . in hyogo prefecture tanba ( hyogo-tanba ) tanba city , sasayama city kyoto tanba / hyogo tanba hyogo tanba , with sasayama and tanba cities , makes up in population and area about 20 % of the tanba region , but kyoto tanba , with cities such as kameoka , nantan , ayabe , fukuchiyama and kyotanba town in funai district , is much bigger . the reason why tanba is divided into " hyogo tanba " and " kyoto tanba " is that it extends into both prefectures according to the present administrative divisions . in the first place , tanba , tajima and tango were divided up into two prefectures by people like toshimichi okubo in the meiji government who wanted to strengthen centralized control , ignoring their regional similarities . except kameoka city , the former sonobe-cho and yagi-cho in the funai district , these areas were far from the capitals of each prefecture , and were not considered important by the national government , and the population grew smaller and smaller during the period of high economic growth . furthermore , for 5 years from november 2 , 1871 to august 21 , 1876 , while kuwada , ikaruga and funai districts and yamashiro province were part of kyoto prefecture , hikami , taki and amada districts , tajima and tango provinces were part of toyooka prefecture . it was the proposal of mr. tsutomu sakurai of the former izushi domain that toyooka prefecture be divided up into two areas , annexing amada district and tango to kyoto while annexing hikami and taki districts and tajima to hyogo , but he seems to have suggested consolidating toyooka prefecture and shikama prefecture ( harima province ) at first . in november 2004 , as the result of the consolidation , the former hikami district announced itself as tanba city over the opposition of the surrounding areas , although it was the whole former tanba region that made the name known widely , and not only sasayama city , which was proud of itself as the city that established some famous brands like " tanba kuromame ( black soybean ) " , " tanba matsutake ( mushroom ) " , etc . ( from kobe shinbun , july 17 , 2003 , etc . ) , but also the mayor of ayabe city in kyoto opposed it ( from kyoto shinbun , july 5 , 2003 ) . at that time , there was a tanba town in kyoto , though there was no legal issue of competition , due to the difference between town and city , and the problem itself disappeared when tanba town consolidated with the surrounding towns and renamed itself kyotanba town on october 11 , 2005 . tanba and tango / tajima tanba and tango together are called " ryo-tan " ( the two " tan " s ) , tanba and tajima are called " tan-tan , " and tanba , tango and tajima are called " san-tan " ( the three " tan " s ) all together . some people say that the ' yaku-yoke ' festival in kaibara is the biggest festival in san-tan . ( yaku-yoke means driving away evil spirits " ) sometimes " tan-tan " also means " tango and tajima . " +yamashiro no kuni , located in kinai , was one of the administrative province ( ryoseikoku ) . it was situated in the southern part of present day kyoto . it was also called joshu ( unusually it is also alled sanshu ) or yoshu . in the engishiki , it is ranked as kokushi-kuni tokyu ( a kokushi ( official ) governing province ) . " yamashiro " was written as 山代 in ancient times , and in the 7th century , the province ( kuni ) was founded with the name written as 山背国 . on november 8 , 794 ( enryaku 13 ) , when the capital was named heian-kyo ( heian palace ) , the emperor kammu changed the second letter of the province 's name to 山城国 based on the writings of " mokkan " - strips of wood used for writing during the heijo-kyo ( heijo palace ) period , the notations of yamashiro no kuni as 山代国 and 山背国 seem to have coexisted with 山城国 . according to wamyo ruijusho , the provincial government office ( kokufu ) was situated at the kaya imperial villa ( kaya detached palace ) . on the other hand , it is recorded as " otokuni-gun ( otokuni district ) , fu ( office ) " in shugaisho . in the colophon and afterward titled " keicho-two enirinshi " of setsuyoshu ( proofed by ekirin ) it is also recorded as " otokuni-gun ( otokuni district ) , fu ( office ) . " as for shugosho ( governor 's office ) , at first , the mansion of the gokenin of kyoto shugo ( kyoto governor ) was designated because the person holding the post of kyoto shugo concurrently took charge of yamashiro province 's shugo . later , rokuhara tandai held the post of the province shugo , and therefore , the office ( shugosho ) was moved to rokuhara . in muromachi period , the yamashiro province was divided along the uji river into three upper districts and five lower districts ; after an associate shugo ( shugodai ) was designated to each district the shugosho in charge of the three upper districts was situated in uji makishima , while shugosho for the five lower districts were placed in several places such as yodo . ichinomiya ( primary shrine ) , provincial monastery ( temple ) , and others the provincial temple - with monastery for priests as well as convent for priestess - , were located in soraku district . the daigokuden hall of the kuni no miya shrine was designated as a monastery ( soji ) in 746 . it was burned down in 882 . afterwards it was reconstructed but its influence declined . in kamakura period , it seems that the temple was categorized as the lowest level temple within the byodo-in school the provincial temple was located at present day kamo-cho , kizugawa city . in 1925 ( 14th year of taisho ) a large number of old [ roof ] tiles were excavated near the provincial temple , and implying that there was a convent there . in engi-shiki jinmei-cho ( shrines ' name directory ) a total of 122-za and 96-sha are recorded , consisting of 53-za / 37-sha of taisha ( big shrines ) ( within these shrines , 23-za / 16-sha of dai myojin are included ) and 69-za / 59-sha of shosha ( small shrines ) . in addition to these shrines , 36-za ( 30 big za , and 6 small za ) in the imperial court and 3-daiza in kyoto are also registered . kamo shrines are the first shrines ( ichinomiya ) in kyoto - kamowakeikazuchi shrine ( called kamigamo shrine ) at kita district , and kamomioya shrine ( called shimogamo shrine ) at sakyo district . unlike in other local provinces , it is considered that jingi-kan had some influence over the designation of the first shrine ( ichinomiya ) in yamashiro province ; because of this , while the establishment of ichinomiya in other provinces took place starting at the end of the 11th century the designation of ichinomiya in kinai ( kansai region ) began during the 12th century . there is no secondary ( ninomiya ) and lower level shrines . as for the soja shrine , the information is not available . districts otokuni-gun / otokuni district kado-gun / kado district otagi-gun / otagi district kii-gun / kii district uji-gun / uji district kuse-gun / kuse district tsuzuki-gun / tsuzuki district soraku-gun / soraku district shugo kamakura shogunate ~ 1221 kyoto shugo took charge concurrently . 1221 ~ 1333 rokuhara tandai took charge concurrently muromachi shogunate 1353 ~ 1384- samurai-dokoro took charge concurrently 1385 ~ 1386 - ujikiyo yamana 1389 - yoshinori akamatsu 1389 ~ 1390 - ujikiyo yamana 1390 ~ 1391 - yoshinori akamatsu 1391 - ujikiyo yamana 1392 ~ 1394 - motokuni hatakeyama 1394 ~ 1399 - mando ketsushiro 1399 -takanori kyogoku 1399 ~ 1402 - mando ketsushiro 1402 ~ 1403 - motokuni hatakeyama 1404 ~ 1416 - morohide takashi 1418 ~ 1421 - yoshitsura isshiki 1421 ~ 1423 - takakazu kyogoku 1424 ~ 1428 - mochitaka kyogoku 1428 ~ 1433 - mitsuie hatakeyama 1433 ~ 1434 - mochikuni hatakeyama 1434 ~ 1436 - yoshitsura isshiki 1436 ~ 1439 - mitsusuke akamatsu 1440 ~ 1441 - mochitoyo yamana 1441 ~ 1447 - mochikiyo kyogoku 1447 ~ 1449 - norichika isshiki 1450 ~ 1455 - mochikuni hatakeyama 1455 ~ 1460 - yoshinari hatakeyama 1460 ~ 1463 - masanaga hatakeyama 1464 ~ 1468 - koretoyo yamana 1474 ~ 1478 - masatoyo yamana 1478 ~ 1483 - masanaga hatakeyama 1486 ~ 1490 - sadamichi ise 1493 ~ 1507 - yoshioki ouchi 1508 ~ 1518 - yoshioki ouchi 1518 ~ 1531 - takakuni hosokawa 1532 ~ 1549 - harumoto hosokawa yamashiro no kami fujiwara no muneyo tramori obata dosan saito ujitsuna araki hisahide matsunaga , jushii no ge takanobu ryuzoji kanetsugu naoe , jugoi no ge ( 1583 ( tensho 1 ) ~ ) sadamasa toki , jugoi no ge ( 1593 ( bunroku 2 ) ~ ) sadayoshi toki , jugoi no ge masanobu takekoshi , jugoi no ge ( 1611 ( keicho 16 ) ~ ) yoriyuki toki , jugoi no ge ( october 28 , 1624 ( kanei 1 ) ~ ) masaharu takekoshi , jugoi no ge masateru takekoshi , jugoi no ge masatake takekoshi , jugoi no ge katsuoki takekoshi , jugoi no ge mutsumura takekoshi masasada takekoshi , jugoi no ge naosuke nagai , jugoi no ge naonori nagai , jugoi no ge +amanohashidate is a scenic spot in miyazu bay , near miyazu city in kyoto prefecture . amanohashidate is a sand spit ( geologically , a sand bar ) 3.2km long ( daitenkyo , shotenkyo ) , lined with about 7,000 pine trees , and ranging in width from 20m to 170m at its base . it stretches from miyazu bay to the aso sea . miyazu bay opens into the aso sea via monju-no-kirido and monju-no-suiro . the name can also refer to the area including kasamatsu park , which has a view of amanohashidate . daitenkyo and shotenkyo are connected by a drawbridge ( in the picture on the right , between the land in the foreground and the sand spit ) , below which tour boats and other small boats pass . it got its name from the fact that if you look at it upside-down , it looks like a bridge across the sky . the name came from people looking through their legs from kasamatsu park on the north side , a view that is traditionally considered very beautiful ( the view from kasamatsu park is also called a " slanted number 1 " ) . the view from the south side ( and that from vantage point ) , called " flying dragon " ( hiryukan . because it looks like a dragon climbing into the sky ) , is also popular , drawing just as many tourists as the north side . there are other vantage points : the view from the east side is called sesshukan ( from " amanohashidate-zu " by sesshu , shown at left ) ; and the view from the west is called " ichijikan " ( because it looks like the kanji character for 1 , or ichi ) . since it has been famous from ancient times , examples can be found in literature , such as the poem by koshikibu no naishi in the hyakunin-isshu , " by mt . oe the road to ikuno is long , i have not yet seen amanohashidate " ; and in the tango no kuni fudoki it is written that izanagi had a ladder to climb to heaven , but it fell over while he was sleeping and became amanohashidate . since the edo period it has been counted as one of japan 's three scenic views , along with matsushima ( current miyagi prefecture ) and miyajima ( current hiroshima prefecture ) . on november 22 , 1952 , it was designated by the national government as a place of special scenic beauty , and has also been selected as one of the top 100 white sand beaches and green pine groves of japan ( hakushaseisho hyakusen ) . although it was designated a part of the wakasa bay quasi-national park on june 1 , 1955 , it indepedently became tango-amanohashidate-oeyama quasi-national park on august 3 , 2007 . in 2007 it was selected as one of japan 's top 100 geological features ( chishitsu hyakusen ) . kyoto prefecture and miyazu city have made suggestions to the agency for cultural affairs as candidate for the tentative ( unesco ) world heritage site list , and named their suggestion " amanohashidate : the origin of japan 's cultural scenery " . air osaka international airport ( itami ) - tajima airfield ( japan air commuter co . , ltd . ) connections to japan airlines corporation 's flights to tokyo at osaka international airport zentan bus airport shuttle from kounotori tajima airport to toyooka station ( hyogo prefecture ) take kitakinki tango railway from there and get off at amanohashidate station . about 60 minutes by car from kounotori tajima airport ( or from downtown toyooka ) railway get off the kitakinki tango railway miyazu line at amanohashidate station . about 2 hours from kyoto station via jr non-stop express a short walk from amanohashidate station to the southern end of amanohashidate to get to kasamatsu park on the north side , take the tango kairiku kotsu bus or tour boat to ichinomiya and walk toward fuchu station . from there , get on the amanohashidate cable railway , and then walk from kasamatsu station . car from kyoto via trans-kyoto expressway , tamba interchange to national route 27 , ayabe ankokuji interchange to trans-kyoto expressway , miyazu amanohashidate interchange to national route 178 , to kyoto prefectural route 2 , to amanohashidate from osaka via chugoku expressway , yoshida junction to maizuru wakasa expressway , ayabe junction to trans-kyoto expressway , miyazu amanohashidate ic to national route 176 , to kyoto prefectural route 2 , to amanohashidate amanohashidate has shrunk in recent years due to erosion , and is in danger of disappearing . this is because dams were built on the rivers after the war , reducing the amount of sediment carried from the mountains to the sea , and destroying the balance of sediment deposits and erosion on amanohashidate . to prevent further erosion , the administration has installed many small erosion barriers on the sand bar in an attempt to stop the sand from washing away ( in the picture from the south ( hiryukan ) , it is the part on the right where the beach is serrated ) . at one time the trees were blighted by pine weevils , and were in danger of being wiped out . since then a pest eradication program has been implemented and the problem is currently in abatement . the story of amanohashidate : its culture , history , and preservation - yuichi iwagaki ( july 2007 , gihodo shuppan ) isbn 978-4-7655-1721-8 +mt . hiei is a mountain that straddles the western part of otsu city in shiga prefecture and the northeastern part of kyoto city in kyoto prefecture . mt . hiei is the name for the soji ridge , which is formed by two peaks : daihiei ( 848.3m ) on the border between otsu city and kyoto city 's sakyo ward ; and shimeigatake in sakyo ward ( 838m ) . daihiei 's first-order triangulation point is located in otsu city . next to mt . koya , it has long been an object of religious belief , flourishing with enryaku-ji temple and hiyoshi taisha shrine on it . it is part of the higashiyama mountains ( kyoto prefecture ) . it is also known as eizan , hokurei , tendaisan , miyakofuji , etc . overview because of its location near the kimon gate on the northeast side of kyoto , mt . hiei is considered a castle guardian . the kojiki ( records of ancient matters ) calls mt . hiei ' hienoyama ' , and records that oyamakui no kami is enshrined on hienoyama in omi province , and narikabura is the object of worship . ever since enryaku-ji temple was founded on hienoyama , oyamakui no kami , as the god of the land , has been a guardian deity of the tendai sect and enryaku-ji temple ; and a mountain-king sect based on him has spread in the area . also , it is the mountain where enryaku-ji temple 's thousand-day circumambulation practice is done , including a pilgrimage to the shrines at the peak of mt . hiei , and to hiyoshi taisha shrine at its foot . hiking is popular , and a famous trail begins at shugakuin in sakyo ward of kyoto city and goes up kirarazaka hill ; another one on the shiga prefecture side begins in monzenmachi , sakamoto ( otsu city ) , and goes up through mudojidani valley . the path on kirarazaka hill has long been used by monks , monk soldiers and imperial messengers traveling between kyoto and enryaku-ji temple , and is still visited by many hikers today . the tokaido nature trail passes through the mountain on the way from otsu to kyoto / ohara . many tourists come on holidays , since they can reach the top via toll road , cable car , and ropeway . there used to be a mt . hiei amusement park and a mt . hiei artificial ski slope , but both were closed before 2002 ; the site of the ski slope is now a cosmos flower garden , and there is an art museum - hiei garden museum - on the former location of the amusement park . there was also a forest land amusement park in yase , at the foot of the mountain on the kyoto side , although that was closed on november 30 , 2001 , and a members-only resort hotel now stands in that location . daihiei and shimeigatake the survey findings from the geographical survey institute show the eastern peak as daihiei , the western peak as shimeigatake , and both of them together as mt . hiei . according to " ten no ki " ( the record of survey ) , the first-order triangulation point on the eastern peak is called " mt . hiei " . although this marker is located at the border between otsu and kyoto cities , it is inside otsu city . when one views mt . hiei from the kyoto basin , it is difficult to see the daihiei peak , so some think that shimeigatake is the peak of mt . hiei . the keifuku electric railroad eizan ropeway has its hiei mountaintop station placed on the shimeigatake peak . there are conflicting opinions as to the proper way to write and read " shimeigatake " ; the gsi lists shimeigatake / shimeidake , while " place names of kyoto " lists shimeigatake and shimyo no mine . mt . hiei gets its alternate names , mt . tendai and shimeigatake , from mt . tiantai and mt . siming , sacred mountains in the people 's republic of china that have associations with the tendai sect . geography mt . hiei viewed from the side ( left side ) the tanba plateau and the hira mountain region are separated by the hanaore fault . for this reason , it is considered to belong to the hiei mountain region , or the hiei daigo mountain region . access hieizan railway line ( sakamoto cable ) keifuku electric railway keifuku cable line ( eizan cable ) keifuku electric railway eizan ropeway hieizan driveway kyoto / shiga prefectural route 30 , shimogamo-otsu road ( yamanakagoe ) hieizan drive bus / hieizan mountain shuttle bus keihan bus yamashina ticket office , to mt . hiei kyoto bus arashiyama ticket office / mt . hiei line ( hieizan drive bus ) television broadcast towers on the side of sakyo ward of kyoto city , there are television stations that service the kyoto prefecture area . the antennae have directional capabilities to prevent the signal from leaking to the shiga prefecture side . land-based digital television broadcasting facilities began broadcasting on april 1 , 2005 . land-based analog television broadcasting facilities notes nhk osaka , nhk educational television , mbs mainichi broadcasting , abc asahi broadcasting , ktv kansai tv , and ytv yomiuri tv signals can be received directly from mt . ikoma ( both digital and analog broadcasting ) . there are also many households that watch nhk sogo from the osaka broadcast on mt . ikoma . +a city in japan name of municipality : kyoutanabe city administrative division : kyoto prefecture code : 26211-1 jouyou city , tsuzuki-gun ide-chou ( town ) ; souraku-gun seika-chou ( town ) ; osaka prefecture , hirakata city ; nara prefecture , ikoma city postal code 610-0393 address : kyoutanabe city , tanabe , 80 telephone number : tel . 0774-63-1122 / fax . 0774-63-4781 external links 135 ° 46 ' 4 " east longitude 34 ° 48 ' 51 " north latitude kyoutanabe city is a city in the southern part of kyoto prefecture , located near the border with osaka prefecture and nara prefecture . geography kyoutanabe is in the southern part of kyoto prefecture near the cities of yawata and jouyou , and the towns of tsuzuki-gun ide and souraku-gun seika , as well as hirakata city in osaka prefecture , and ikoma city in nara prefecture ; it is located at the intersection of three prefectures . the city is in between the kizu river to the east , which runs north-south , and the ikoma mountains to the west ; and the west japan railway katamachi line and the kintetsu kyoto line run through the middle of the city . it is a characteristic bedroom community for the cities of kyoto , nara , and osaka . population government mayor : akezou ishii ( 1st term ) history april 1 1997 - the city was formed from tsuzuki -gun tanabe chou ( town ) . it became the 12th city in kyoto prefecture , the first in 20 years after yawata city , and the 669th city nationwide . kyoto tsuzuki-gun tanabe chou ( town ) was made a city by the name of kyoto tanabe city , in order to avoid confusion with tanabe city in wakayama prefecture , and then had its name changed to kyoto kyoutanabe city ( it was added " kyo " of kyoto ) the same day . the city name was chosen from submissions from the public . tea ( ujicha ) cultivation is thriving , with gyokuro as a specialty . nichidai ( jasdaq securities exchange listed company ) keihan uji bus ( began operating in the eastern part of the city on november 10 , 2007 . transferred bus office on may 10 , 2008 . ) suminoe industries ( maker of seats for land and sea transport vehicles ) tsubakimoto chain – kyoutanabe plant dai nippon printing – kyoto plant meiji dairies – kyoto plant panasonic ( matsushita denkou ) yamashiro tanabe post office ( 610-03 ) ( neighboring tsuzuki-gun ide-chou is included in its delivery area ) education doshisha university kyoutanabe campus doshisha women 's college of liberal arts kyoutanabe campus kyoto prefectural kyoutanabe high school doshisha international junior / senior high school kyoutanabe municipal tanabe junior high school kyoutanabe municipal osumi junior high school kyoutanabe municipal bairyo junior high school kyoutanabe municipal osumi elementary school kyoutanabe municipal tanabe elementary school kyoutanabe municipal kusauchi elementary school kyoutanabe municipal miyamaki elementary school kyoutanabe municipal fugenji elementary school kyoutanabe municipal tanabe-higashi elementary school . kyoutanabe municipal matsuigaoka elementary school kyoutanabe municipal takigi elementary school kyoutanabe municipal touen elementary school kyoutanabe steiner school ( npo ) sightseeing kannonji ( kyoutanabe city ) - enshrines a national treasure : an 11-faced standing kannon statue shuuonan – a temple associated with the famously witty soujun ikkyuu the sitting statue of master ikkyuu and the scenic garden are designated important cultural assets . osumi kurumazuka kofun ( an ancient burial mound ) – a square-front / square-back tomb also known as mount chikonji . mount kannabi transportation railways west japan railway ( jr-west ) katamachi line ( to takarazuka st. - kitashinchi st. - kyoubashi st. ( osaka ) ) matsui yamate st. - osumi st. - kyoutanabe st. - doshisha-mae st. - jr miyamaki st. ( to kizu st. ( kyoto ) ) kinki japan railway ( kintetsu ) kintetsu kyoto line ( to kyoto st. - kintetsu tanbabashi st. - okubo st. - ( kyoto ) ) shin-tanabe st. - koudo st. - miyamaki st. - kintetsu miyazu st. ( to takanohara st. - yamato saidaiji st. - kintetsu nara st. - kashiharajingumae st. ) the city 's best known stations are kintetsu shintanabe station , jr kyoutanabe station , and matsui yamate station . kintetsu shintanabe and jr kyoutanabe stations function as the center of kyoutanabe city 's downtown , while matsui yamate station is at the heart of keihan east rose town . regular trains on the kyoto subway karasuma line also stop at the kintetsu shintanabe station . jr kyoutanabe station was originally called tanabe station , but was changed at around the same time as the city was incorporated . this is the same as in the case of nishimukou and higashimukou stations on the hankyuu kyoto main line . ( in tanabe city , wakayama prefecture , there is a kiitanabe station ( kisei main line ) ; it is possible that the addition of ' kii ' , the old name for the wakayama area , to the name of the station was a decision by the administration of the west japan railway to avoid duplicate station names . ) buses keihan bus ( keihan group , keihan bus kyoutanabe sales office is in the city ) nara kotsu ( kintetsu group ) keihan uji bus ( keihan group , keihan uji bus kyoutanabe sales office is in the city ) roads national expressway shin-meishin expressway ( planned ) national highways keihan highway no. 2 ( route 1 toll road ) kyoutanabe toll plaza route 1 bypass ( to keihan no.2 ) keinawa expressway ( route 24 toll road ) tanabe north interchange tanabe west interchange route 307 major prefectural roads kyoto route 22 yawata-kizu road yamate trunk road ( kyoto ) nara / kyoto prefectural route 65 ikoma- ide road osaka / kyoto prefectural route 71 hirakata-yamashiro road other prefectural roads kyoto route 251 tonoshou-yawata road osaka / kyoto prefectural route 736 katano- kumiyama road kyoto route 801 kyoto yawata-kizu bicycle road famous people keishin nishisaka ( ikebana artist ) koji rokunishi ( manga author ) kentarou hashimoto ( professional baseball player ) takuya muguruma ( soccer player , tokushima vortis ) yuuki matsuoka ( track and field athlete ) +musashi province was one of the provinces administered by the ryo-sei , or administrative codes . the province was equal in size to the combined areas of present-day saitama prefecture , the part of tokyo east of the sumida river ( excluding shimakyo ) , and the northeastern part of kanagawa prefecture ( all of present-day kawasaki city and the eastern and coastal parts of yokohama city ) . it is also called bushu . its status under the engishiki ( a book of laws and regulation compiled during the engi era ) was engoku , meaning distant province , in the kokushi-kokutokyu-kubun ( classification of provinces according to their political and economic situation ) category . the province is described as muzashi province in the wooden tablets from the site of fujiwara palace in asuka-kyo . additionally , it has been found that musashi was represented differently , as the kanji ' muzashi , ' until the seventh century . musashi province was established in the seventh century , after the musashinokuni-no-miyatsuko no ran ( musashinokuni-no-miyatsuko rebellion ) of the sixth century . it is known that muzashi ( 胸刺 ( むざし ) ) , muzashi ( 无邪志 ( むざし ) ) and chichibu ( 知知夫 ( ちちぶ ) ) were combined to form musashi province . the ancient provincial capital was established in minabe ( ohohi ) , which was received after the musashinokuni-no-miyatsuko no ran . because of the relationship with keno province , musashi province initially belonged to tosando , and accordingly the tosando musashi-michi road was built . japanese copper , a domestic type that doesn 't need refining , was found in the chichibu district in the year 708 . musashi province was transferred to tokaido from tosando on october 27 , 771 . according to the engishiki , which was completed in 927 during the heian period , four government-run farms , or chokushi-maki ( 勅旨牧 ) , were built . each year the farms would present 50 good horses to the imperial court . the farms were subsequently expanded and treated as important production sites for military supplies . military nobles were sent from the capital , and local officials ( zaicho-kanjin ) were in charge of the day-to-day business operations . conflicts erupted among them , and in 939 the clash between minamoto no tsunemoto and musashi no takeshiba nearly triggered the beginning of johei tengyo no ran ( johei tengyo rebellion ) . out of the administrators of the farms , tribal warrior bands emerged and prospered . those groups were later known as the musashi-shichito , or the seven warrior bands of musashi province . they played a major role in establishing the kamakura bakufu ( japanese feudal government headed by a shogun ) , and supported the bakufu . the government was placed in kamakura , and as a result strong local families were removed and the southern kanto region was reorganized by the government as an adjacent area ( called " kanto-gobunkoku " ) . powerful local officials , including the kazusa and miura clans ( wada clan ) , were defeated in the neighboring provinces . the hiki and hatakeyama clans ( of taira family ) were defeated in musashi province . with the decline of the chichibu clan , the hojo clan tokuso seized control of the province . musashi province became a province in which small to medium-size warrior bands thrived . the situation did not change , even after the start of the muromachi period . the kamakura-fu ( government of kamakura ) was established in kamakura . the chichibu clan lost its power in the musashi hei ikki no ran ( musashi hei riot rebellion ( 武蔵平一揆の乱 ) ) , and the uesugi clan of kanto kanrei ( a position to support the chief of kamakura-fu ) took over musashi province . small to medium-size warrior bands in musashi province formed factions , which were called the musashi hei ikki and kita ikki . subsequently , in the kanto region clashes continued between the muromachi bakufu and the kamakura-fu , between the kamakura-fu and the kanto kanrei , between the ogigayatsu uesugi clan and the yamanouchi uesugi clan , and between the two uesugi clans and the kasai ( 家宰 ) ( dokan ota and kageharu nagao ) . a series of battles ensued , including the uesugi zenshu no ran , eikyo no ran , kyotoku no ran , nagao kageharu no ran , chokyo no ran and others . a frequent battleground was the kamakura kaido road stretching from the northern kanto , where traditional powerful families ruled , to kamakura via the provincial capital of musashi province . having good ports such as mutsuura and shinagawa minato port , on the other hand , musashi province was actively engaged in trade with provinces in the west and the ' inland sea ' stretching over the internal region . the go-hojo clan became more powerful during the late sengoku ( warring states ) period . in 1546 , the go-hojo clan was victorious in the battle of kawagoejo and thus became the dominant power . they established operations in the edo-jo , kawagoe-jo , iwatsuki-jo , hachigata-jo , takiyama-jo ( later hachioji-jo ) and kozukue-jo castles . in 1590 , hideyoshi toyotomi defeated the go-hojo clan in the odawara no eki ( the siege of odawara ) . thereafter , ieyasu tokugawa moved to edo . with the start of the edo period , musashi province became an adjacent area of the edo bakufu and the center of politics in japan . in 1594 , improvement work on the tone river was started . in the beginning of the early modern period ( 1683 ) or , as some people say , between 1622 to 1643 , a portion of the katsushika district in shimo-usa province , from the sumida river to the tone river ( the downstream of the present-day edo-gawa river ) , was combined to form the katsushika district of musashi province . development of the tokyo lowland was initiated . in 1653 the tamagawa water supply system was completed , and the development of the musashino plateau moved ahead as planned . in 1853 the coastal area of musashi province , as well as edo , was threatened by the arrival of the " black ships " of commodore perry . because the office of the nirayama magistrate was strongly concerned about the threat , they built odaiba off the coast of shinagawa and organized hikogoro sato in areas such as the tama district . hachioji sennin doshin ( the police force of tokugawa shogunate that was based in hachioji ) was mobilized , and isami kondo became a leading member of the shinsen-gumi ( a special police force of late tokugawa shogunate that was based in kyoto ) in 1854 , the treaty between the united states of america and the empire of japan ( the treaty of kanagawa ) was concluded in yokohama village , kanagawa , musashi-no-kuni ( musashi province ) . as a result of the meiji restoration and the capital 's subsequent transfer to tokyo , the function of the capital was transferred from heian-kyo ( kyoto ) to tokyo in musashi province ( formerly edo ) . the provincial capital was located in the tama district . the area corresponds to the present-day fuchu city , tokyo ( tokyo prefecture ) , and associated facilities have been unearthed . the provincial capital is believed to have been located in the urban area to the south of what is now fuchu station ( its western side ending at the eastern half of the grounds of the present-day okunitama-jinja shrine ) ( musashi-kokufu-kanren-iseki ( 武蔵国府関連遺跡 ) ( associated remains of the provincial capital of musashi ) ) . some people believe that kouzu was located in shinagawa minato . the provincial monastery was located in what is now nishimotomachi , kokubunji city , tokyo . there is a temple in the area called the iozan saisho-in provincial monastery ( principal image , yakushi-nyorai ) , which is said to have inherited the light of buddhism . the provincial nunnery is unknown . as for ankoku-ji temple , the ryumonsan toji-in koan-ji temple ( principal image , shaka-nyorai ) in katamachi , fuchu city , tokyo , and the dairyuzan toko-in ankoku-ji temple ( principal image , amida-nyorai ) in odomari , koshigaya city , saitama prefecture , both inherited the light of buddhism . the rishoto pagoda is unknown . the engishiki jimmyo-cho ( a list of shrines ) contains information on two gods and two grand shrines , as well as 42 gods , for a total of 44 gods . the hikawa-jinja shrine in the adachi district and the kanasana ( 金佐奈 ) -jinja shrine ( present-day kanasana ( 金鑽 ) -jinja shrine ) in the kodama district are large shrines belonging to the myojin taisha shrine . the okunitama-jinja shrine in miyamachi , fuchu city , tokyo , is a shrine to several gods ; it is also referred to as rokusho-no-miya shrine ( 六所宮 ) and enshrines gods of the first to sixth ' miya , ' as follows : ichinomiya : ono-jinja shrine ( tokyo prefecture ) , ( ichinomiya , tama city , tokyo ) main enshrined deity ( 主祭神 ) : ono-no-okami ( amanoshitaharu-no-mikoto ) ninomiya : ninomiya-jinja shrine ( ninomiya , akiruno city , tokyo ) main enshrined deity : ogawa-no-okami ( kuninotokotachi no mikoto ( eternal god of the land ) ) sannomiya : hikawa-jinja shrine ( takahana-cho , omiya ward , saitama city , saitama prefecture ) main enshrined deity : hikawa-no-okami ( susanoo-no-mikoto , inadahime-no-mikoto ) yonnomiya : chichibu-jinja shrine ( banbamachi , chichibu city , saitama prefecture ) main enshrined deity : chichibu-no-okami ( yagokoroomoikane-no-mikoto , chichibuhiko-no-mikoto ) gonomiya : kanasana-jinja shrine ( ninomiya , kamikawa-machi , saitama prefecture ) main enshrined deity : kanasana-no-okami ( amaterasu-omikami , susanoo-no-mikoto ) rokunomiya : sugiyama-jinja shrine ( there are various hiteisha ( 比定社 ) ( shrines judged to be equivalent ) of this shrine , but most of them are located in yokohama city . ) as shown above , the ichinomiya was originally the ono-jinja shrine , but during the sengoku period ( japan ) the hikawa-jinja shrine ( the former sannomiya ) served as the ichinomiya . after hikawa-jinja shrine was referred to as ichinomiya , the kanasana-jinja shrine ( the gonomiya ) , was referred to as ninomiya . additionally , the hikawa-nyotai-jinja shrine at miyamoto , in the midori ward of saitama city , was originally separated from hikawa-jinja shrine , and subsequent to the edo period it has been treated as ichinomiya . +kyoto city is the capital of kyoto prefecture and an ordinance-designated city , located in the south of kyoto prefecture ( formerly yamashiro province ) . kyoto city , as designated by government ordinance , has the seventh-largest population of all the cities in japan , including the special wards of tokyo , and during the daytime the city boasts the sixth-largest population , surpassing that of kobe city . from the benchmark urban employment area , kyoto city is the center of the kyoto urban area , or ' keiji , ' which stretches over the southern part of kyoto prefecture and the southwest part of shiga prefecture . based on the standard of 1.5 % metropolitan area , kyoto city is part of the ' keihanshin ( kyoto-osaka-kobe ) metropolitan area . ' in the same city where heian-kyo was established during the heian period , the ashikaga bakufu ( japanese feudal government headed by a shogun ) was placed in the muromachi period . kamakura bakufu , the government of the azuchi momoyama period , and edo bakufu all placed their capitals in kyoto city and placed them under heavy guard . during the approximately 1080 years from the establishment of heian-kyo to the emperor meiji 's relocation from kyoto city to tokyo city , nearly all the emperors had resided in kyoto city ( see ' capital of japan ' for further discussion ) . beginning in the heian period , commerce and industry for urban dwellers in heian-kyo developed ; particularly in the edo period when domestic distribution became prevalent , kyoto city became an industrial city , shipping goods nationwide and providing technicians to local clans upon request . kyoto city maintains its legacy , as can be seen in traditional handicraft ; furthermore , with industry-leading companies such as nintendo and wacoal holdings corporation , along with high-tech companies such as kyocera corporation and shimadzu corporation , which are headquartered in the city , kyoto is becoming one of the areas capable of sustaining current industries . together with nara city and kanazawa city , the city is one of the few major cities in japan that did not suffer any damage in world war ii . therefore , kyoto city still has a wealth of old historic sites , old streets and culture , making it one of the major tourist cities and centers of international tourism and culture for people from around the world . kyoto city is located in the south of kyoto prefecture , having the katsura-gawa river ( yodo-gawa river system ) , uji-gawa river and kamo ( 賀茂 ) -gawa river , ( which merges into the takano-gawa river ( kyoto city ) and is then referred to as the kamo ( 鴨 ) -gawa river ( yodo-gawa river system ) ) . located in the kyoto basin ( or the yamashiro basin ) , kyoto city has an inland climate and a significant difference in temperature between summer and winter as well as between day and night . the streets in the downtown area are laid out in a grid running north-south and east-west like a go board , and each street in the city has a name . however , this system applies only to the downtown area ; moreover , there are exceptions to this : some streets end halfway or merge into another , often having a new street name , and at some points there are curves . a few streets do not run at a right angle from the north-south and east-west grid , such as kawaramachi-dori street , which extends from the south of shijo . often street names , together with the official names of towns , are used for addresses in the downtown area . the address begins with the name of the street on which a building is located , followed by the direction from the nearby intersection : " agaru ( up ) " when the building is to the north of the intersection , " sagaru ( down ) " when to the south , " higashi-iru " when to the east , and " nishi-iru " when to the west . as for the address of the kyoto city hall ' kyoto-shi nakagyo-ku teramachi-dori miike agaru kami-honnojimae-cho 488 banchi / 488 kami-honnojimae-cho , teramachi-dori miike agaru , nakagyo ward , kyoto city , ' for example , ' kami-honnojimae-cho ' is the official town name ( to which a zip code is assigned ) in the land registry , ' teramachi-dori ' is the name of the street on which the building is located , and ' teramachi-dori miike agaru ' points to ' the place to the north of the intersection of teramachi-dori and miike-dori streets . ' however , outside the downtown area of kyoto city , town names and house numbers without street names are used to indicate addresses , as is the custom . an intersection is often named by combining the two crossing streets . for example , the intersection of shijo-dori street and karasuma-dori street is called ' shijo-karasuma , ' and the one of kawaramachi-dori street and marutamachi-dori street is called ' kawaramachi marutamachi . ' even though there are no established rules for which street name is used first for an intersection , the names of many intersections follow the rules below : the name of the north-south street comes first . for example : karasuma marutamachi , karasuma miike and nishi-no-toin takatsuji the name of the east-west street comes first if the street is a large , multiple-lane road . for example : shijo-karasuma , shijo-omiya and imadegawa shinmachi . however , the name of the north-south street comes first if the north-south street is the main one . for example , horikawa gojo . because the section of kawabata-dori street between sanjo and shiokoji was recently opened to traffic , and the keihan main line ( now underground ) had crossed the section before , kawabata-dori street cannot be used for the names of the intersections between the two streets . the names of bridges are instead used to name those intersections , such as ' sanjo ohashi bridge , ' ' shijo ohashi bridge , ' ' gojo ohashi bridge , ' ' shichijo ohashi bridge ' and ' shiokojibashi , shiokoji bridge ' instead of ' kawabata sanjo , ' ' kawabata shijo , ' ' kawabata gojo , ' ' kawabata shichijo ' and ' kawabata shiokoji ' ; or the word keihan is used , such as ' sanjo-keihan , ' ' shijo keihan , ' ' gojo keihan ' and ' shichijo keihan . ' even the following intersections to the north of sanjo are named in the same way : ' takanobashi ( takanobashi bridge ) higashizume ' in place of ' kawabata kitaoji , ' and ' kamo ohashi bridge ' or ' keihan demachiyanagieki-mae ( demachiyanagi or demachi ) ' in place of ' kawabata imadegawa . ' however , the bus stop for ' kawabata marutamachi ' is called ' marutamachi keihan , ' but its intersection is called ' kawabata marutamachi . ' there are many exceptions for the intersections on higashi-oji-dori street . this is because the station names of the former city trams higashiyama line and the names of the bus stops of the city bus became generalized in many cases ( although some have now been changed ) , and as a result the word ' higashi-oji ' is not basically used for the names of the intersections , but instead the word ' higashiyama , ' from the alias of the street higashiyama-dori street , is used . still , the word ' higashi-oji ' can be used for intersections in the area to the north of imadegawa-dori street , as in ' higashi-oji higashi-kurama-guchi , ' since the area is outside higashiyama . if the crossing east-west street of an intersection exists only in a short section to the east of the kamo-gawa river , or the street name changes to the east of the kamo-gawa river , the name of the intersection is by either ' the name of the east-west street ' or the combination of ' " the intersection " of the name of the east-west street . ' for example : higashiyama sanjo , higashiyama gojo , higashiyama shichijo , higashi-ichijo ( the intersection of higashi-oji-dori street and higashi-ichijo-dori street ) there are still a few exceptions to these rules , but most of the intersection names follow them . meanwhile , there are some intersection names that do not use the names of their crossing streets ; for example , the intersection of shijo-dori street and higashi-oji-dori street is ' gion , ' that of nishioji-dori street and marutamachi-dori street is ' emmachi ' ( or nishinokyo enmachi ) , and that of imadegawa-dori street and higashi-oji-dori street is ' hyakumanben crossing . ' these names can be found in relatively new streets . moreover , in some cases a section of a street has a different street name , such as nawate-dori street of yamatooji-dori street . in writing , the official name of a street omits ' ri ( り ) , ' the declensional kana ending of ' do-ri ( 通り ) , ' or ' street . ' nakagyo ward in the mid-north and shimogyo ward in the mid-south constitute the urban area of kyoto city , and shijo-kawaramachi in particular is known as the downtown ( accordingly , the area to the north of shijo is nakagyo and the one to the south of shijo is shimogyo , but shijo belongs to shimogyo ) . mountains : mt . atago ( kyoto city ) , mt . hiei-zan rivers : kamo-gawa river ( the yodo-gawa river system ) , katsura-gawa river ( the yodo-gawa river system ) ( see the section on ' kyoto ' for the history of kyoto city before the meiji restoration . this section will focus on the history of kyoto city after the meiji restoration . ) at the end of the edo period , kyoto city suddenly became the political center and thrived more than ever with the explosive growth in population , but soon it fell into decline because a large part of the city was burned down in the kinmon rebellion ; moreover , several members of the imperial family and court nobles moved to tokyo . consequently , local authorities such as the governor of kyoto prefecture ( who also served as the mayor of kyoto city at the onset of municipality ) requested the development of industry . as a result , waterways such as lake biwa canal were built , the first hydroelectricity in japan was generated with such canals , and the first electric train ( streetcar ) in japan was propelled by hydroelectricity . with the success of these innovative measures , for a time after the middle of the meiji period the population increased by 10,000 every year . to satisfy the growth in population and the needs of urban development , ' three big projects ' were undertaken from the end of the meiji period : road extension and the construction of the kyoto city trams , the construction of canals at lake biwa , and the construction of the water-supply system . subsequently , the road plan under the municipal improvement act ( roads under the city planning act ) and the construction of city trams were carried out , and the population of kyoto city exceeded a million some time after the city absorbed the surrounding municipalities such as fushimi city ( the central part of the present-day fushimi ward ) in the first year of the showa period . kyoto city still has a relatively large number of pre-war buildings , not typical of japanese cities , since it was the only city that did not suffer major damage from air strikes during world war ii among the six largest cities of the three major metropolitan areas ( tokyo , osaka , kyoto , yokohama , kobe and nagoya ) . the meiji period 1868 : first machi-gumi ( community associations ) reform 1869 : the second machi-gumi reform was carried out , being reorganized to have 33 associations in kamigyo and 32 in shimogyo ( 33 later in the same year as a result of the division of an association ) . bangumi shogakko elementary schools , the first schools in japan administered by the school district system , were opened in the same year . 1872 : the city held kyoto expo . the exhibition was held annually until 1896 . a municipal improvement project to change from the bangumi system to the ward system was carried out . february 5 , 1877 : kyoto station opened with the extension of the railway from kobe station . 1879 : the kamigyo and shimogyo wards were established by the law for reorganization of counties , wards , towns and villages ( gunkuchoson henseiho ) . the established wards were changed to ' kumi ' ( gumi , or associations ) . 1888 : seven villages of the otagi district were merged into kamigyo ward , and two of the districts were merged into shimogyo ward . april 1 , 1889 kyoto city was awarded city status , being comprised of the kamigyo and shimogyo wards . the governor of kyoto prefecture served as the mayor of kyoto city . the area of the city , when it was awarded city status , was 29.77 sq. km . keijun yamazaki and some other people established kyoto law school ( 京都法学校 ) . 1890 : the first phase of construction of lake biwa canal was completed . november 1891 : the keage power plant , the first hydroelectric facility in japan using water from lake biwa canal , became operational . february 1 , 1895 : kyoto electric railway ( the latter-day kyoto city trams ) , the first streetcar in japan , opened . 1895 : the heian jingu shrine was built . the fourth national industrial exhibition was held . the 1100th anniversary of the transfer of the capital to heian-kyo was celebrated . the jidai gyoretsu , or a procession of people in historical costumes , was held ( the first jidai matsuri festival ) . 1897 : kyoto imperial university ( kyoto university ) was established . the kyoto national museum opened . october 15 , 1898 : the city hall was opened . the governor of kyoto prefecture concluded his service as the mayor of kyoto city . this day marks ' the day of autonomy . ' may 19 , 1900 : kyoto hosei school was established . 1902 : shimogyo ward absorbed part of the kadono district . 1908 : the city held groundbreaking ceremonies for three big projects : road extension and the construction of the kyoto city trams , the second construction phase of lake biwa canal , and the construction of the water-supply system . the 16th division of the japanese army was stationed in fukakusa . 1910 : jintan began to place boards showing the name of each town in kyoto city . 1912 : the keage purification plant was completed . the operation of the city trams commenced . taisho period 1915 : the enthronement ceremony of the emperor taisho was held . 1918 : kyoto city purchased kyoto electric railway co . , ltd . showa ( up to the end of world war ii ) 1927 : the main building of city hall was completed . the kyoto central wholesale market opened . 1928 : the enthronement ceremony of the emperor showa was held . 1929 : separated from kamigyo ward , sakyo ward was established . separated from shimogyo ward , higashiyama ward was established . nakagyo ward was established through separation from the kamigyo and shimogyo wards . as a result of municipalization , fushimi-machi kii district became fushimi city . 1931 : fushimi city and one town and six villages in the kii district , as well as one village in the uji district , were combined to form fushimi ward , which then merged into kyoto city . one town and nine villages in kadono district were combined to form ukyo ward , which then merged into kyoto city . two villages in the kii district were combined and merged into shimogyo ward . the yamashina-cho part of the uji district was merged with higashiyama ward . march 31 , 1931 : the first subway system in the kinki region opened with the extension of the keihan electric railway shin-keihan railway ( the present-day hankyu corporation hankyu kyoto main line ) to omiya station ( kyoto prefecture ) . 1932 : the population exceeded a million . april 1 , 1932 : the first city trolley ( kyoto city trolley ( 京都市営トロリ-バス ) ) opened . january 16 , 1945 : u.s. b-29 superfortresses ( bombers ) flew over in formation and launched an air raid . 41 people were killed . 1945 : people were evacuated from the buildings on horikawa-dori , miike-dori and gojo-dori streets . after world war ii 1946 : the first national sports festival was held in kyoto . 1948 : two villages in the kadono district were merged into kamigyo ward . 1949 : one village in the otagi district was merged with kamigyo ward and seven other villages in this district were merged with sakyo ward . 1950 : one village and two villages of the otokuni district were merged into ukyo ward and fushimi ward , respectively . 1955 : separated from shimogyo ward , minami ward ( kyoto city ) was established . separated from kamigyo ward , kita ward ( kyoto city ) was established . 1956 : kyoto city was designated by government ordinance . 1957 : a part of the kitakuwada district and one village of the kuse district were merged into the sakyo and fushimi wards , respectively . 1960 : one village and one village of the otokuni district were merged into the minami and ukyo wards , respectively . october 1 , 1964 : kyoto station on the tokaido shinkansen line opened . ( incidentally , there was a social movement against the opening ( see also " railroad " and " politics " ) . 1966 : kyoto international conference center opened . october 1 , 1969 : the city trolley service was terminated . october 1 , 1976 : yamashina ward was established through its separation from higashiyama ward . separated from ukyo ward , nishikyo ward was established . october 1 , 1976 : all the city trams were terminated . may 29 , 1981 : a portion of the kyoto municipal subway karasuma line opened as the first line on the kyoto municipal subway . 1994 : ' historic monuments of ancient kyoto ' was listed as a world heritage by the united nations educational , scientific and cultural organization ( unesco ) . 1997 : the third session of the conference of the parties to the u.n. framework convention on climate change ( the third session of the conference of the parties to the united nations framework convention on climate change , kyoto conference on climate change ) was held . april 1 , 2005 : the keihoku-cho kitakuwada district was merged into ukyo ward . population mayor daisaku kadokawa ( inaugurated on february 25 , 2008 , first term ) mayors after the 1970s : motoki funahashi , masahiko imagawa , tomoyuki tanabe and yorikane masumoto customarily , the city assembly is referred to as shi-kai instead of shigi-kai . this custom is also maintained in cities such as yokohama , nagoya , osaka and kobe . there are 69 assembly members . chairperson : takao utsumi ( party affiliation : kyoto city assembly members of the liberal democratic party , inaugurated on may 17 , 2007 ) vice chairperson : toru miyamoto ( party affiliation : kyoto city assembly members of the minshu miyako-mirai party , inaugurated on may 17 , 2007 ) kyoto city assembly members of the liberal democratic party : 23 kyoto city assembly members of the japanese communist party : 19 kyoto city assembly members of the minshu miyako-mirai party : 14 kyoto city assembly members of new komeito : 12 no party affiliation : 1 member kiyomizu-yaki nishijin textile kyo-yuzen japanese liquor ( sake ) kyoto household buddhist altars kyoto buddhist religious objects characteristics of commerce the city imposes severe restrictions on the opening of large retail stores in the old urban area. even though they aren 't as severe as before . this might explain why kyoto city is reported to have the largest number of convenience stores per capita ; small and medium-size grocery stores are also scattered throughout the city . sister and associated cities kyoto city has not established a sister-city relationship with any other city in japan . the city , however , attends to the national conference of little kyoto ( 全国小京都会議 ) where cities which are referred to as ' little kyoto ' get together . paris ( france ) : kyoto city entered into a friendship treaty with paris on june 15 , 1958 . boston ( massachusetts , usa ) : the city established a sister-city relationship with boston on june 24 , 1959 . cologne ( germany ) : the city established a sister-city relationship with cologne on may 29 , 1963 . firenze ( italy ) : the city established a sister-city relationship with firenze on september 22 , 1965 . kiev ( ukraine ) : the city established a sister-city relationship with kiev on september 7 , 1971 . xian city ( people 's republic of china ) : the city established a friendship-city relationship with xian city on may 10 , 1974 . guadalajara ( mexico ) : the city established a sister-city relationship with guadalajara on october 20 , 1980 . zagreb ( croatia ) : the city established a sister-city relationship with zagreb on october 22 , 1981 . prague ( czech republic ) : the city established a sister-city relationship with prague on april 15 , 1996 . jinju city ( south korea , or the republic of korea ) : the city established a partner-city relationship with jinju city on april 27 , 1999 . wards kyoto city is composed of the following eleven wards : ukyo ward kamigyo ward kita ward ( kyoto city ) sakyo ward shimogyo ward nakagyo ward nishikyo ward higashiyama ward fushimi ward minami ward ( kyoto city ) yamashina ward being aware of the way the tang dynasty designated chang 'an in the west as the capital and luoyang in the east as the second capital , heian-kyo referred to the area to the west of suzaku-oji avenue as choan ( chang 'an ) or ukyo and the one to the east as rakuyo ( luoyang ) or sakyo . ukyo , being located on damp ground , declined over the years , and rakuyo was mainly used to refer to heian-kyo as the population and main facilities were concentrated in sakyo . for example , there are folding-screen paintings to depict the town and suburbs of kyoto called ' rakuchu-rakugai-zu , ' created mainly during the early modern period . the following area names in kyoto city are still used today : even though these names are often used by the administration and are mentioned in guidebooks , there is no rigid system of classification . the word ' raku ' still stands for ' miyako ( capital ) , ' but this usage applies only to kyoto . rakuchu : an area name around kamigyo , nakagyo and shimogyo rakugai : the surrounding area of rakuchu rakuto , higashiyama : from around jisho-ji temple in sakyo ward to higashiyama ward ( rakuto includes yamashina ward , but higashiyama does not . ) rakuhoku , kitayama : from kamigamo , kita ward to around kitaoji-dori street rakusai , nishiyama : the south of ukyo ward and around nishikyo ward ; for example , arashiyama rakunan : the area to the south of the jr kyoto line and biwako line ( the tokaido main line ) listed above are the general classifications of the area names , but at the same time the area names from the elementary-school districts established in the meiji period are also widely used . see also " old school districts in kyoto . " moreover , except for urban areas such as rakuchu or the recently developed areas , many of the town names in kyoto city come from the old town / village names , such as oaza and koaza before the merger into the city ( e.g. , formerly aza kaijiri , matsugasaki village for current kaijiri-cho , matsugasaki , sakyo ward ) . average age : 41.3 years old ( 2001 ) sewage coverage : 99.1 % ( end of fiscal year 2005 ) kyoto city is known as a student city , as it is home to 36 universities and junior colleges . the city has a unique foundation called the consortium of universities in kyoto ( or simply called the consortium ) to bring local universities together and link them to the business community . the kyoto intercollegiate festa has been held annually in early october since 2003 . additionally , american universities are energetically engaged in activities in kyoto . the kyoto consortium for japanese studies , a consortium of 14 american universities , sends approximately 50 students to japan annually . additionally , stanford university maintains the stanford japan center in kyoto city . although access from places in the kansai area is via jr lines or private railroads , depending on the city of departure , these lines cluster into two areas : around kyoto station for the jr and kintetsu lines , and around shijo-kawaramachi for the hankyu and keihan lines . most of the medium- to long-distance bus ( transportation ) routes start and end in front of kyoto station . from places along the tokaido and sanyo shinkansen lines , the shinkansen has a clear advantage over airplanes since , compared to osaka city and kobe city , kyoto city is far away from airports in the kansai area ( at least an hour away from the nearest , osaka international airport ) and every train ( including the nozomi ) stops at kyoto station . moreover , kyoto station is the shinkansen 's gateway not only to places within kyoto prefecture but also to the northeastern part of osaka prefecture , the southern part of shiga prefecture and the northern part of nara prefecture . fixed-route buses are the main means of transportation in the city . during the tourist season , however , it is impossible to calculate the travel time by bus because buses often cannot carry all the people waiting at once and the chronic traffic jams get even worse , so some passengers minimize these risks by transferring to the trains of various railroad companies . the common commuter ticket has been utilized by kyoto municipal transportation bureau ( city bus ) , keihan kyoto kotsu , kyoto bus co . , ltd . , keihan bus co . , ltd . , hankyu bus co . , ltd. and west jr bus company , and bus tickets with discount subway coupons have been sold . also available are the ' kyoto sightseeing one-day and two-day pass cards , ' which can be used for the city bus and kyoto bus ( excluding certain routes ) and for all subway lines ; and there are other kinds of tickets available , such as a one-day bus pass for the allocated zone of the city and discount tickets to the city with a one-day pass for all lines in the city . the city bus operates mainly around the old urban area : keihan kyoto kotsu from nishikyo ward and kameoka city to the central area , the kyoto bus around the saga area in ukyo ward and iwakura , kurama , ohara area in sakyo ward , the keihan bus around yamashina ward , the east area of fushimi ward and mt . hiei-zan , the hankyu bus around nishikyo ward ( rakusai new town ) , and the west jr bus from former keihoku-cho to the central area ( some routes overlap ) . passengers get on a bus through the back door and get off through the front door , paying the flat fare ( 220 yen ) in the old urban area . outside the flat-rate area , block rates with numbered tickets are used . kyoto city bus ( kyoto municipal transportation bureau ) [ 1 ] kyoto bus co . , ltd . [ 1 ] keihan bus co . , ltd . [ 1 ] hankyu bus co . , ltd . [ 1 ] kintetsu bus co . , ltd [ 1 ] keihan kyoto kotsu [ 2 ] ( scheduled to be introduced in stages after around march 2008 ) yasaka bus co . , ltd . west jr bus company keihoku furusato bus princess line bus 1 . kansai thru pass compatible cards including free passes can be used for payment . 2 . kansai thru pass compatible cards are scheduled to be introduced in the future . 3 . the common commutation tickets for buses in the city can be used for payment . the meishin highway bus between kyoto station and nagoya station , many highway buses between the tokyo metropolitan area to the keihanshin area ( including kyoto ) and charter buses for tours are in operation . see also the section on highway buses in kyoto station for highway buses arriving at , departing from and traveling via kyoto station , and the section on the fukakusa bus stop for highway buses that do not stop at kyoto station . ( there is some overlapping . ) kyoto station is the central station . it is important to note that many stations have more than one name and there are numerous stations nearby . the j-thru cards can be used on the jr west lines and the kintetsu lines , and the kansai thru pass can be used for all private railroads and subways except for the sagano scenic railway . as for ic cards , the icoca , suica , pitapa and toica cards can be used for the jr west lines ( only the icoca and suica cards can used as electronic money ) , and the icoca and pitapa cards can be used for the kintetsu lines , the keihan lines and hankyu lines ( each company is scheduled to expand the service gradually ) . roads as for the use of private cars , the traffic on local roads and highways in and around the city is always heavy , and the traffic gets even worse during the tourist season . it is also necessary to remember that there aren 't enough parking spaces in the city . if more space for bicycles , mopeds , and motorcycles was made available in the city , they would be more flexible modes of transportation . kyoto is the birthplace of the velotaxi in japan . as bicycles have attracted attention as a means of curbing global warming ( particularly in recent years ) , the availability of rental bicycles is increasing , and more and more hotels and japanese-style inns now offer free rental bicycle service for their guests . streets see " streets in kyoto city . " the kyoto shinbun newspaper co . , ltd . nhk kyoto kyoto broadcasting system company limited fm kyoto ( α-station ) kyoto community broadcasting ( nakagyo ward kyoto city / npo kyoto community broadcasting ) kyoto city fm ( kyoto city fm , fushimi ward kyoto city ) ( 京都シティエフエム ) kyoto city retains 20 % of japan 's national treasures and 14 % of its important cultural properties , mainly because the city has long been the center of politics and culture in japan and was spared the destruction of world war ii . in 1994 , 17 cultural properties in kyoto city and the nearby cities of uji and otsu were registered as world heritages ( historic monuments of ancient kyoto ) . shrines and temples eikando ( zenrin-ji temple ( kyoto prefecture ) ) kamigamo shrine ( kamowake-ikazuchi shrine ) kitano tenmangu shrine kibune-jinja shrine kiyomizu-dera temple kinkaku-ji temple ( rokuon-ji temple ) ginkaku-ji temple ( jisho-ji temple ) kurama temple kennin-ji temple kozan-ji temple kodai-ji temple koryu-ji temple sanjusangendo temple sanzenin temple shisen-do shimogamo-jinja shrine ( kamomioya-jinja shrine ) jingo-ji temple senyu-ji temple daikaku-ji temple daitoku-ji temple daigo-ji temple chion-in temple chishaku-in temple tenryu-ji temple to-ji temple ( kyoogokoku-ji temple ) tofuku-ji temple nanzen-ji zen temple nishi hongwan-ji temple ( hongwan-ji temple ) ninna-ji temple higashi hongwan-ji temple ( shinshu hombyo ) fushimi inari taisha shrine heian jingu shrine manshuin temple myoshin-ji temple ( its sub-temples include keishun-in temple , shunko-in temple , taizo-in temple , and so forth . ) yasaka-jinja shrine yasaka pagoda ( hokan-ji temple ) ryoan-ji temple other spots arashiyama ohara sagano kyoto imperial palace katsura imperial villa shugakuin imperial villa sannei-zaka slope tetsugaku no michi ( philosopher 's walk ) maruyama park ( kyoto prefecture ) okazaki park ( kyoto prefecture ) kyoto tower shin-puh-kan nijo castle , nijo-jo st. agnes ' episcopal church ( anglican ) , kyoto , ( built in 1898 , an important cultural property ) heian jogakuin meiji-kan ( built in 1894 , an important cultural property ) the orthodox church in kyoto ( cathedral of the annunciation ) ( 京都ハリストス正教会 ( 生神女福音聖堂 ) ) yagi house ( former shinsengumi tonsho or headquarters ) ike no taiga art museum umekoji steam locomotive museum onishi seiwemon museum kachuan takeuchi seiho kinenkan kahitsukan kyoto museum of contemporary art kawai kanjiro kinenkan kawashima textile museum kitamura museum the kyoto arashiyama orgel museum kyoto craft centre , kyoto kogei kan kyoto city heiankyo sosei-kan museum kyoto municipal museum of art kyoto city archaeological museum kyoto art center kyoto international manga museum the national museum of modern art , kyoto kyoto national museum the kyoto university museum kyoto museum of traditional crafts the museum of kyoto the kyoto botanical garden garden of fine art , kyoto kyoto prefectural insho-domoto museum of fine arts guild house kyogashi shiryokan koryo museum koryu-ji temple reiho-den kompira ema-kan chado research center gallery shibunkaku museum shimadzu foundation memorial hall jotenkaku museum sen-oku hakuko kan treasure house at daikaku-ji temple daigo-ji temple reihokan ( museum ) chishakuin temple toei movie land ( kyoto uzumasa eigamura ) to-ji temple homotsu-kan kyoto prefectural insho-domoto museum of fine arts ninna-ji temple reiho-kan nomura art museum namikawa cloisonne museum of kyoto costume museum fujii saisei-kai yurin-kan museum tin toy & doll museum hosomi museum hashimoto kansetsu museum raku museum kyoto museum for world peace , ritsumeikan university gion matsuri festival aoi matsuri festival jidai matsuri ( festival of the ages ) gozan no okuribi ( daimonji no okuribi , or mountain bonfire ) since the meiji restoration , kyoto city has maintained a proper balance between development and conservation . however , since world war ii policies designed to prioritize the economy have been implemented , and as a result the landscape has gradually been destroyed , stirring up a debate on the issue of landscape . kyoto tower , built in 1964 , gave rise to the first cityscape dispute in kyoto city . during the period of economic growth in the 1970s , the building standards act of 1950 made the traditional methods of construction illegal despite the systems of fuchi-chiku ( landscape area ) and bikan-chiku ( aesthetic area ) established before world war ii ; and consequently , during the bubble years when many of the houses were rebuilt , the streetscape of kyo-machiya or traditional kyoto town houses were destroyed . this is known as the second cityscape dispute . the landscape of the mountains is also an important element in the cityscape of kyoto . development in the mountain area was generally restrained , but high-rise buildings constructed in the city in the 1990s spoiled the view of the mountains from the city . the city enacted an ordinance prohibiting flashy advertisements in the urban area that might spoil the cityscape . as a result , even well-known chain stores often refrain from using their bright corporate colors for the store signs but instead use plain coloration that is different from the stores in other parts of japan . mcdonald 's and sukiya change the colors of their store signs to reddish brown in kyoto city , even though they use bright red in other areas . some of the lawson stores in the city use blue black instead of bright blue . also , companies such as japan energy corporation and nippon oil corporation use white or subdued colors for their logos instead of using their usual corporate colors . the area code is ' 075 ' in most of the areas ( message area of kyoto ) . however , the area code is ' 0771 ' in the areas of sagashikimigahara and sagakoshihata in ukyo ward and the former keihoku-cho area ( message area of kameoka ) . when distinguishing between tokyo and kyoto , the following abbreviations are used : ' kyo ' for tokyo and ' raku ' for kyoto . the word ' jo-raku-suru , ' meaning ' climb up kyoto , ' is used to describe when one visits kyoto from another area such as tokyo . the city is home to kyoto sanga f.c. the outer barley of kyoto city web is purple , based on the word ' sanshisuimei , ' or scenic beauty . the city doesn 't have an airport , but it has the iata airport code ' uky . ' +lake biwa is a lake in shiga prefecture . it is the largest lake in japan . the lake is designated under the law concerning special measures for conservation of lake water quality . the wetlands are registered under the ramsar convention . in the river act , lake biwa is a class a river belonging to the first-class rivers of ' the yodo-gawa river system , ' and is officially described as ' lake biwa , a class a river ( 一級河川琵琶湖 ) . ' geography lake biwa occupies one-sixth of shiga prefecture 's land area , and the water flowing from the lake flows into osaka bay in the seto inland sea through the seta-gawa river , whose name changes to the uji-gawa river and later the yodo-gawa river . lake biwa canal runs to kyoto , supplying lake water for drinking to kyoto city and the areas along the yodo-gawa river . the part of the lake to the north of the biwako ohashi bridge , which was built at the narrowest point , is called the northern lake or ' taiko , ' while the part to the south is called the southern lake ; accordingly , the water quality and water flow differ between them . the municipalities surrounding lake biwa are roughly classified as konan ( south of the lake ) , koto ( east of the lake ) , kohoku ( north of the lake ) and kosai ( west of the lake ) ( and sometimes koka too , as seen separately from konan ) . see ' districts in shiga prefecture ' for the details regarding this classification . the water of lake biwa originates from the surrounding mountains , so the lake functions as a water reservoir for the kyoto-osaka-kobe area . moreover , the lake has been used for water transport since ancient times , and until the railroad opened in the meiji period it had been used to carry goods from kyoto city and osaka city to tosando and the hokuriku region . the japanese proverb ' isogaba maware ( more haste , less speed ) ' originated from a waka that was written about a ferry called the ' yahashi no watashi ' connecting the present-day kusatsu city and otsu city . the biwako basic surface water level ( bsl ) is set at t.p. ( tokyo peil ) + 84.371 m and o.p. ( osaka peil ) + 85.614 m , and ' the water level of lake biwa ' is relative to the b.s.l. , being either above or below the b.s.l. ( 0 m ) . the b.s.l. was set at the observation point of the torii-gawa river in 1874 , in the assumption that ' the water level was the lowest possible ' at that time ; however , later the water levels of lake biwa often went below the b.s.l. , partly due to the improvement of the seta-gawa river , which caused more water to flow out of the lake . today , the water level is adjusted in order to maintain the b.s.l. at the approximate high-water level . history lake biwa originated as a tectonic lake ( lake oyamada ) ; it formed approximately four to six million years ago around the present-day hirata in iga city , mie prefecture , as the result of tectonic movement . lake biwa gradually moved northward until it reached its current position , being blocked by the hira mountains . before lake oyamada was formed , there had been mountains ( 古琵琶湖山脈 ) in the current location of lake biwa ; the suzuka mountains had not yet risen , and the rivers in the southeast of the present-day lake biwa flowed out to ise bay . this is evidenced by the fact that the suzuka mountains consist mainly of a layer of conglomerate . additionally , the yasu-gawa river , as the largest river in the southeast to flow into lake biwa , is known to have flowed eastward , not westward , at that time . lake biwa is regarded as the third-oldest ancient lake in the world after lake baikal and lake tanganyika . the lake had been used for water transport since the jomon and yayoi periods , and items such as dugouts have been found . in ancient times the lake was called chikatsu-awa-umi ( or simply awaumi ) as the body of freshwater nearest to the capital . it was described in the kojiki as ' afumi-no-umi . ' lake hamana was called totsu-awa-umi as a freshwater sea far away from the capital compared to lake biwa , and the names of ' omi province ( the present-day shiga prefecture ) ' and totoumi province ( the west of present-day shizuoka prefecture ) originated from those old lake names . nionoumi , another name for lake biwa , is an utamakura , a word or phrase used in waka specifically in the context of a certain theme , which in this case is omi province . there was a time when the emperor tenchi had established otsu-kyo on the western shore of lake biwa . after the middle of the edo period , when land-surveying techniques were developed and the shape of the lake turned out to look like a japanese lute , the name of the lake became widely known as lake biwa . the lake was used for the water transport of annual tributes from wakasa bay , and records show that ships were attacked by pirates on the lake . various transport routes were constructed to the west of the lake , such as the nishi-omi-ji road and the wakasa kaido road stretching from otsu to wakasa province , and the hokkoku kaido road linking kyoto and , via lake biwa , imajo-cho , where the road connected to the hokurikudo road . water transport via lake biwa was also used to carry goods , and places such as otsu and katata developed as key ports . in the azuchi momoyama period , hideyoshi toyotomi set up otsu-hyakuso-sen ( a hundred ships in otsu ) for funamochi ( owners of boats ) in otsu , put them under the control of the ship superintendent at kannon-ji temple and protected them with special privileges . in the early modern era , otsu was opposed to other ports such as matsubara and maibara city ; but during the edo period matsubara , maibara and nagahama city as ' hikone-han-san-minato ' ( three ports in hikone-han ) were protected by the ii clan . goods unloaded at the ports in wakasa bay were transported via lake biwa to kyoto and osaka from the point where the river from lake biwa running to osaka bay became the yodo-gawa river during those periods when kyoto was the capital . water transport via the lake declined due to the development of road transport , but the plan to build canals from lake biwa to the sea of japan , the pacific ocean and the seto inland sea were conceived during a period of high economic growth . initially , the governor of fukui prefecture , eizo kita , accommodated the plan ' framework on hanko canal ' ( 阪敦運河構想 ) to connect the sea of japan and the seto inland sea via lake biwa , but because sukenori hirata , who was then the mayor of yokkaichi city , was keen on the plan , the alliance for the construction of the canal to connect wakasa bay and ise bay via lake biwa ( at a total cost of 250 to 350 billion yen ) was formed with banboku ono , the vice president of the liberal democratic party , as chairman , among fukui prefecture , shiga prefecture , gifu prefecture , aichi prefecture , mie prefecture , nagoya city , tsuruga city and yokkaichi city . however , in 1970 the headquarters of chubu area development and improvement ( 中部圏開発整備本部 ) announced the termination of the survey after the loss of key members of the alliance : ono , the vice-president of the liberal democratic party , and hirata , the mayor of yokkaichi city , had both passed away , while kita , the governor of fukui prefecture , and the mayor of tsuruga city , hatamori ( 畑守 ) , continually lost in the elections . 1890 : the lake biwa canal to supply water to kyoto city opened . 1950 : lake biwa and the surrounding area were designated as lake biwa quasi-national park . september 28 , 1964 : the biwako ohashi bridge opened . september 26 , 1974 : the omi ohashi tollway opened . 1980 : the lake biwa ordinance ( the ordinance for the prevention of eutrophication of lake biwa ) was enacted . 1985 : the lake was among those included in the law concerning special measures for the conservation of lake water quality . 1993 : the lake was registered as a wetland under the ramsar convention . 2003 : the ordinance related to the appropriate leisure usage of lake biwa was enacted . lake biwa has great biological diversity and is home to more than 1,000 species of animals and plants . among them , there are many species indigenous to lake biwa because the area has been independent for such a long time . the species are large in scale , and a unique fishery has developed . on the other hand , the catches of many species have been significantly reduced by the disturbance of native species , caused by the invasion of introduced fish such as the largemouth bass and bluegill , the amendment of the ordinance on control of water level ( 琵琶湖水位操作規則の改訂 ) in 1992 , the loss of lagoons and the disconnection of the lake from the network of paddy fields . although various actions--including the removal of introduced species , environmentally friendly operation of water-level control and restoration of lagoons--have been taken to resolve those issues , sufficient results have not been achieved . at the same time , the larvae of ayu hatched in lake biwa are released into the local rivers in japan , and therefore lake biwa can be a source of introduced species . endemic species ( fish ) : lake biwa catfish ( siluridae ) , biwa rock catfish ( siluridae ) , willow shiner ( cyprinidae ) , biwa oily gudgeon ( cyprinidae ) , minnow ( cyprinidae ) endemic subspecies ( fish ) : biwa salmon ( salmonidae ) endemic species ( shellfish ) : gastropod , seta clam ( corbiculidae ) , biwamelania ( biwamelania , pleuroceridae ) , ohmigai ( lymnaeidae ) , kadohiramakigai ( planorbidae ) , hirokuchimakigai ( planorbidae ) introduced species ( fish ) : largemouth bass , smallmouth bass , bluegill , northern snakehead ( channidae ) , silver carp and bighead carp endemic species : sannenmo ( potamogetonaceae ) , negiremo ( hydrocharitaceae ) endemic species ( plankton ) : biwakunshomo , biwatsubokamuri major rivers flowing into lake biwa ( the names of municipalities in the main basin are shown . ) yasu-gawa river ( koka city , konan city , yasu city , moriyama city ) hino-gawa river ( shiga prefecture ; gamo-gun , omihachiman city ) echi-gawa river ( echi-gun , higashiomi city ) ado-gawa river ( takashima city ) kamo-gawa river ( takashima city ) uso-gawa river ( echi-gun , hikone city ) inukami-gawa river ( inukami-gun , hikone city ) seri-gawa river ( shiga prefecture ) ( inukami-gun , hikone city ) ane-gawa river ( higashi-azai-gun , nagahama city ) yogo-gawa river ( ika-gun , higashi-azai-gun ) mano-gawa river ( shiga prefecture ) ( otsu city ) ports otsu port ( shiga prefecture ) nagahama port ( shiga prefecture ) hikone port chikubushima port imazu port okishima fishing port ogoto onsen port kusatsu karasuma hanto port ( 草津烏丸半島港 ) biwako ohashi port islands in the lake the lake is home to various islands : chikubushima ( area : 0.14 sq. km ) , oki ( area : 1.5 sq. km ) , takeshima , oki no shiraishi ( 沖の白石 ) and yabasekihanto . yabasekihanto island is an artificial island built on landfill for sewage plants . biwako-hakkei ( eight places of scenic beauty around lake biwa ) these were chosen from among the public in june 1945 . gyomu : kaizuosaki no gansho ( takashima city ) ryofu : omatsuzaki no hakutei ( otsu city ) en-u : hiei no jurin ( otsu city ) sekiyo , seta , ishiyama no seiryu ( otsu city ) shinsetsu : shizugadake no taikan ( kinomoto-cho ) shinryoku : chikubushima no chin-ei ( nagahama city ) getsumei : hikone no kojo ( hikone city ) shunshoku : azuchihachiman no suigo ( omihachiman city , azuchi-cho ) environmental conservation in lake biwa as the economy grew rapidly , the lake 's water quality degraded and it became increasingly eutrophic . consequently , shiga prefecture independently enacted the so-called lake biwa ordinance ( ordinance for prevention of the eutrophication of lake biwa ) in order to regulate factory and household effluents . there are more ordinances enacted with regard to lake biwa : for example , the ordinance related to the appropriate leisure usage of lake biwa , the ordinance of reed-community conservation , and the ordinance for protecting and creating beautiful landscapes in the shiga homeland . because factories around lake biwa pumped the water out of the ground , and many of them dumped effluents deliberately until the water pollution control law was amended to prevent them from discharging effluents into the ground , the contamination of underground water in the factory area near the lake has worsened , and some people have strongly urged quick action in order to protect the water in what is the world 's most enclosed watershed area . municipalities along the shore the following are the municipalities on the shore of lake biwa ( clockwise from the north ) : nishi-azai-cho takatsuki-cho kinomoto-cho kohoku-cho nagahama city maibara city hikone city higashiomi city omihachiman city yasu city moriyama city kusatsu city otsu city takashima city establishment of borders the municipal borders of lake biwa had never been established , but at a joint conference held by the municipalities on the shore of the lake , their delegates reached an agreement to establish the borders of lake biwa on may 8 , 2007 ; a document was submitted to the ministry of internal affairs and communications after the approval of each municipality 's assembly , and finally the establishment of borders was officially announced in the official gazette on september 28 . the main purpose in establishing the borders was that each municipality could receive more of the state subsidies destined for municipalities . still , the announcement has been made that half of the increased subsidies would be allocated to the conservation of lake biwa . others notation since the kanji for ' bi ' and ' wa ' are not in common use and have not been designated as kanji for daily use , lake biwa ( or biwako ) is often written in shiga prefecture either completely in hiragana ( びわこ ) or with the first two characters written in hiragana and the last one in kanji ( びわ湖 ) . there once was a municipality described as ' biwa-cho ' ( biwa in hiragana and cho in kanji ) . examples of ' びわこ ' ( biwako ) : biwako bank ( びわこ銀行 ) , biwako kyotei ( びわこ競艇場 ) , otsu biwako keirin ( 大津びわこ競輪場 ) , mio biwako kusatsu ( mioびわこ草津 ) , biwako seikei sports college ( びわこ成蹊スポーツ大学 ) , ja higashi biwako ( 東びわこ農業協同組合 ) , and others examples of ' びわ湖 ' ( biwa-ko ) : biwako broadcasting co . , ltd . , minami biwako station ( tentative name , formerly biwako ritto station ) , etc . +list of provinces / san-indo / tango province tango province , located in sanin-do , was one of the provinces administered by the ryo-sei ( administrative codes ) . the province corresponds to the northern part of present-day kyoto prefecture . it is also called hokutan or okutan . its status under the engishiki ( a book of laws and regulation compiled during the engi era ) was kingoku , meaning near province , in the kokushi-kokutokyu-kubun category . history some believe that during the kofun period the province prospered along the takeno-gawa river and had its own kingdom ( see also " tango kingdom hypothesis " ) . tanba-gun ( later naka-gun ) is believed to have been the center of the kingdom when , in the seventh century , tamba province was established as one of the provinces administered by the ryo-sei . the five districts of kasa-gun , yosa-gun , tamba-gun , takeno-gun and kumano-gun in the north of tanba province were separated from the province on april 3 , 713 , and thereby formed tango province . in the middle ages , the isshiki clan ( a branch of the ashikaga clan ) entered the territory , after which they governed the entire tango province throughout almost all of the muromachi period . however , their governance structures are unknown today . the isshiki clan , which had served as kyushu tandai ( regional officers to oversee the administration of kyushu ) , would probably have stayed in kyoto and appointed powerful local families as shugodai to rule the province . based on the fact that the shugo yoshihide isshiki was assaulted and driven to suicide by a powerful local family in 1498 around the onset of the sengoku ( warring states ) period , apparently the isshiki clan did not have strong control over the province . some of the isshiki clan survived through the sengoku period for a fairly long time , but in july 1579 yusai hosokawa defeated the isshiki clan and thereafter controlled tango province . after the battle of sekigahara , takatomo kyogoku was awarded the title of tango no kami , whereby all of tango province ( a domain of 123,000 koku ) and tango province became the territory of the land-owning daimyo , the kyogoku clan . the northern part of the region , and seemingly the center ( including tanba-gun and tanba-go ) , was not included in tanba province but was instead separated to form tango province when the former was first established as one of the provinces administered by the ryo-sei ; this could be explained by the assumption that the central area of tanba province had been incorporated into the southern part of tanba province ( a part of tanba province after the separation of tango province ) from tanba-gun in the north . a provincial monastery and nunnery were built in kuwata-gun in the south , and it is known that kuwata-gun became the center of tanba province during the nara period . additionally , the reason that tanba province after the separation was not named ' tanzen province ' after tango province would be that , unlike the previous principles of splitting a province evenly ( e.g. , the split of kibi into bizen , bichu and bingo ) , in the principles used for its separation ( 713 ) a portion of the original province was separated and only the portion was given a new name ( e.g. , the separation of mimasaka from bizen ) . it is also believed that , despite being separated from tanba province , the name tango ( pronounced as ' tanihanomichinoshiri ' ) was kept and a new provincial name was not given , because the region was originally in tanba and the word ' taniha ' was intentionally kept as " tanihanomichinoshiri . " ancient provincial offices , ichinomiya , etc . the wamyoruiju-sho and shugai-sho indicate that ancient provincial offices were located in kasa-gun . they would probably have been in what is now maizuru city . however , in the setsu-yo-shu derived from the ekirin-bon , the offices are described as being in yosa-gun . it is assumed that the offices were in fuchu , miyazu city . the engishiki jimmyo-cho ( a list of shrines ) contains information on seven gods and six grand shrines , as well as 58 gods and 58 small shrines , thus totaling 65 gods and 64 shrines . the six grand shrines are listed below , and five of them ( excluding takeno-jinja shrine ) belong to myojin-taisha shrine : okawa-jinja shrine in kasa-gun ( maizuru city ) kono-jinja shrine in yosa-gun ( miyazu city ) omushi-jinja shrine in yosa-gun ( yosano-cho ) , ( yosano-cho , yosa-gun ) shomushi-jinja shrine in yosa-gun ( yosano-cho . yosa-gun ) omiyame-jinja shrine ( two gods ) in tanba-gun ( kyotango city ) takeno-jinja shrine in takeno-gun ( kyotango city ) it is believed that the ichinomiya ( first shrine ) was kono-jinja shrine and the ninomiya ( second shrine ) was omiyame-jinja shrine . it is not clear which shrine is the sosha--one enshrining several gods of the shrines in the region--but some believe that kono-jinja shrine could have been the sosha as well . +tanba tanba province taniha-gun or tanba-gun district : the old name of naka-gun ( kyoto prefecture ) tanba region in kyoto prefecture it is also called kyoto tanba . it is comprised of chutan ( excluding maizuru city ) and nantan . the jurisdiction of the tanba branch office in kyoto prefecture it is also called hyogo tanba . it is comprised of sasayama city and tanba city tanba city -- tanba city , hyogo prefecture tanba-cho -- tanba-cho , funai-gun , kyoto prefecture ( the present-day kyotanba-cho ) tanba-mura -- tanba-mura ( kyoto prefecture ) , naka-gun , kyoto prefecture ( the present-day kyotango city ) names of railroads the following two names originated from tanba province , but their notations ( kanji ( chinese characters ) or kana ( japanese syllabary characters ) ) and operational lines differ according to their respective periods . tanba ' ( 丹波 ) -- an express train operated until 1986 by the japan national railways from osaka station and shin-osaka station to the northeast of hyogo prefecture and the north of kyoto prefecture via the fukuchiyama line see " limited express kitakinki " for details . limited express tanba ' ( たんば ) -- a special express train operated from 1996 by west japan railway company ( jr west ) from kyoto station to fukuchiyama station via ayabe station on the sanin main line see " limited express tanba " for details . one of the japanese family names -- tanba clan , tetsuro tanba , and so forth tanba tachikui pottery +sakyo ward is one of the eleven wards that constitute kyoto city . summary it was separated from kamigyo ward in 1929 to become a new ward . located in the northeast part of kyoto city , sakyo ward borders otsu city of shiga prefecture on the east side , borders higashiyama ward and yamashina ward on the south side across sanjo-dori street and borders nantan city of kyoto prefecture and takashima city of shiga prefecture on the north side . within the ward , such streets as kawabata-dori street , higashi oji-dori street and shirakawa-dori street run in the north-south direction . the southern part of the ward is mostly occupied by housing areas and school zones ( however , in the northern area of the part , such as iwakura area , fields still remain because large-scale development , such as constructing a high-rise building , is restricted due to the designation as an urbanization-restricted area ) , and its northern part is mountainous and the forest industry flourishes there . famous temples and shrines , such as ginkaku-ji temple , nanzen-ji temple , shimogamo-jinja shrine and heian-jingu shrine , are located in this ward . in the northern part of the ward , kurama-dera temple , kifune-jinja shrine , sanzen-in temple , the site where tomomi iwakura was once confined , and shugakuin rikyu ( shugakuin imperial villa ) are also located . in the past , women called " oharame " sometimes came from yase ohara to this area to sell wild vegetables they collected in the mountain area . shirakawame , who were specifically engaged in peddling flowers , existed in kita shirakawa , but it is likely that they do not exist anymore . in the mountainous area of kita shirakawa , a specialty called shirakawa-suna sand exists . sakyo and sakyo ward sakyo indicates the left side of gosho ( the imperial palace ) where the emperor lives . since the emperor sat in the imperial seat facing the south , the left in fact indicates the east side . therefore , the area is called sakyo , although it is located on the right side on maps . originally , sakyo indicated the east side area of heian-kyo capital ( rakuyo or rakuchu ) , but the sakyo ward , which was born as an administrative area of kyoto city , is located in the rakuto ( rakugai ) area on the left side of the kamo-gawa river ( yodo-gawa river system ) . due to reorganization of cities , towns and villages , the area of this ward has become considerably large , centered on former otagi-gun which was located remotely ( until ukyo ward merged former keihoku-cho , sakyo ward occupied the largest land area among all the eleven wards of kyoto city ) . geography rivers kamo-gawa river ( 賀茂川 ( 加茂川 ) ) kamo-gawa river ( 鴨川 ) ( yodo-gawa river system ) takano-gawa river ( kyoto prefecture ) shira-kawa river the lake biwa canal sakyo ward is placed at the gateway to the hokuriku region from kyoto . from ancient times , many routes for transporting marine products to kyoto , called saba kaido ( mackerel roads ) , existed . even now , national route 367 is a trunk road between kyoto and fukui . railroads keihan oto line of keihan electric railway demachiyanagi station - ( keihan ) marutamachi station = > ( to yodoyabashi station ) eizan main line of eizan electric railway demachiyanagi station - mototanaka station - chayama station ( kyoto prefecture ) - ichijoji station - shugakuin station - takaragaike station - miyake-hachiman station - yase hieizan-guchi station kurama line of eizan electric railway takaragaike station - hachiman-mae station ( kyoto prefecture ) - iwakura station ( kyoto prefecture ) - kino station - kyoto-seikadai-mae station - nikenchaya station ( kyoto prefecture ) - ichihara station - ninose station - kibune-guchi station - kurama station karasuma line of kyoto municipal subway kokusaikaikan station - matsugasaki station ( kyoto prefecture ) - ( to / from takeda station ( kyoto prefecture ) ) kosaku line ( eizan cable ) of keifuku electric railroad cable yase station - cable hiei station roads national route 367 national route 477 ward offices the sakyo ward office 606-8511 , 1 yoshida nakaadachi-cho , sakyo ward , kyoto city tel : 075-771-4211 ( the main switchboard number ) the iwakura branch office 606-0025 , 403 iwakura nakamachi , sakyo ward , kyoto city tel : 075-781-3898 the yase branch office 601-1252 , 578 yase akimoto-cho , sakyo ward , kyoto city tel : 075-781-5091 the ohara branch office 601-1242 , 10-2 ohara raikoin-cho , sakyo ward , kyoto city tel : 075-744-2020 the shizuichi branch office 601-1123 , 36-3 shizuichi ichihara-cho , sakyo ward , kyoto city tel : 075-741-2002 the hanase branch office 601-1104 , 196 hanase ofuse-cho , sakyo ward , kyoto city tel : 075-746-0215 the kuta branch office 520-0463 , 3 kutamiyano-cho , sakyo ward , kyoto city tel : 075-748-2020 education scenic sites , historic sites jisho-ji temple ( ginkaku-ji temple ) heian-jingu shrine nanzen-ji temple yoshida-jinja shrine kamomioya-jinja shrine shisen-do temple manshu-in temple shugakuin rikyu ( shugakuin imperial villa ) sekizan-zenin temple takaragaike-koen park kyoto international conference center jisso-in temple sanzen-in temple jakko-in temple amida-ji temple ( sakyo ward , kyoto city ) kurama-dera temple kifune-jinja shrine tetsugaku-no-michi street ( philosophers ' path ) the kyoto botanical garden garden of fine art , kyoto okazaki-koen park ( kyoto city ) kyoto municipal museum of art the national museum of modern art , kyoto the kyoto city zoo murian-teien garden eikan-do temple namikawa cloisonne museum of kyoto others the post offices responsible for collection and delivery in sakyo ward are under control of the sakyo post office except those in the kuta area ( which is under the control of the katata post office ) . zip codes of the sakyo post office : 606-xxxx , 601-11xx and 601-12xx zip codes of the katata post office ( otsu city , shiga prefecture ) : 520-02xx , 520-03xx , 520-04xx and 520-05xx +keihan the word " keihan " means kyoto city and osaka city . in some cases , keihan includes the following regions : moriguchi city , kadoma city , neyagawa city , daito city , shijonawate city , katano city , and hirakata city in osaka prefecture , mostly on the left side of the yodo-gawa river , between kyoto city and osaka city ( seven cities in the kitakawachi area ) . keihan may include yawata city , uji city , kumiyama-cho in kuse-gun , joyo city , kyotanabe city , tsuzuki-gun , kizukawa city , and soraku-gun in kyoto prefecture , but in general , these areas are called the yamashiro area . keihan may also include suita city , settsu city , ibaraki city , takatsuki city , shimamoto-cho in mishima-gun ( osaka prefecture ) , oyamazaki-cho in otokuni-gun , nagaokakyo city , and muko city , but generally , the areas in osaka prefecture are called either the hokusetsu area or mishima-gun ( osaka prefecture ) while those in kyoto prefecture are called the otokuni-gun area . the word " keihan " means keihan electric railway , a private railroad connecting kyoto city with osaka city . in general , the word ' keihan ' more often refers to keihan electric railway and each company in the keihan group centering on the railroad company than the names of the areas mentioned above . see the article on keihan electric railway or the keihan group for details . the word " keihan " means the characteristics of pronunciation in the dialect . it is the abbreviation for the keihan accent . the word " keihan " means the keihan national highway . it also means the second keihan highway . +seika-cho is a town located on the southwestern edge of kyoto prefecture . the town is the center of the kansai science city , boasting the kansai-kan of the national diet library , the vocational museum , and the advanced telecommunications research institute international . strawberries are their specialty crop . the location of the municipal office is : seika-cho is located in the area stretching from south to north between keihanna hills in the west and the kizu-gawa river in the east . as a town of the kansai science city and a bedroom community for osaka city , kyoto city , and nara city , the hillsides in the area have been developed for housing : as a result , the town has experienced a population influx and increased the population by 1,290 in the fiscal year of 2005 ( from april 2004 to march 2005 ) with a population growth rate of 4.0 percent . furthermore , according to the preliminary results of the national census taken in 2005 , seika-cho has ranked first in population growth with a growth rate of 29.9 percent ( 34,540 people in the fiscal year of 2006 ) , far surpassing all other municipalities across japan . 1931 : october 1 : komada-mura , hosono-mura , and inada-mura were combined to form kawanishi-mura . 1951 : april 1 : yamadasho-mura and kawanishi-mura were combined to form seika-mura . 1955 : april 1 : the chosei ( grant of township ) was implemented . 1977 : january 20 : the area code changed from 077484 to 07749-4 ( the area code for yamada , zakuro , and inuidani remained the same : 07747 ) . 1995 : january 1 : the area codes are unified into 0774 . the mayor is kaname kimura . there are 21 assembly members . advanced telecommunications research institute international ( atr ) ntt keihanna building advanced technology research laboratories , matsushita electric industrial co . , ltd . keihanna human info-communication research center , national institute of information and communications technology kyocera corporation r & d center , keihanna okawa center technology research laboratory ( keihanna ) , shimadzu corporation kansai science city internet community activelink co . , ltd . takako industries , inc . norman , oklahoma , the united states of america ( the declaration of friendship was signed in october 2000 , and the sister city agreement was signed in september 2005 . ) west japan railway company ( jr west ) katamachi line : ( from / to takarazuka station , kitashinchi station and kyobashi station ) - shimokoma station - hosono station - ( from / to kizu station ) kintetsu railway kintetsu kyoto line : ( from / to kyoto station , kintetsu-tanbabashi station and okubo station ) - yamadagawa station - shin-hosono station - komada station ( form / to takanohara station , yamato-saidaiji station , kintetsu-nara station and kashiharajingu-mae station ) not available keinawa expressway ( a toll road along the national route 24 , opened in 1991 , and an expressway ) the expressway has three interchanges in town : the seika shimokoma interchange , the seika gakken interchange , and the yamadagawa interchange national route 163 it has two bypasses : the zakuro bypass and the yamadagawa bypass ( both opened in 1970 ) . seika kururin bus ( 100 yen per ride ) the koriyama office of the nc bus is entrusted with the operation . vocational museum keihanna plaza kansai-kan of the national diet library raiko-ji temple the grave for ochiyo and hanbe , the main characters in the story of the double suicide ' shinju yogoshin ' by monzaemon chikamatsu , lies in this temple . hosono-jinja shrine the unique festival ' igomori festival ' is held . hanakukan keihanna ( old kyoto flower center ) keihanna commemorative park festivals igomori festival ( at the hosono-jinja shrine ) in january the zip code for the town is as follows : yamashiro-kizu post office in kizugawa city ( former kizu-cho ) : 619-02xx and 619-11xx . +tanba-cho was a town that existed on the border between the central part of kyoto prefecture and hyogo prefecture . it was a quiet town surrounded by mountains and greenery in the tanba highlands . the town once flourished as a post station on the sanin kaido road . on october 11 , 2005 , tanba-cho and the two nearby towns were combined to form kyotanba-cho . the takaya-gawa river and the shuchi-gawa river , tributaries of the yura-gawa river system , run through the town with countryside views . the area around tanba-cho is the watershed of the yura-gawa river system and the yodo-gawa river system . the takeno area is located in the south , and is connected to sonobe-cho via kannon-toge mountain pass ( the national route 9 ) . the shuchi area is located in the south of the central part , boasting core facilities such as the municipal office and tanba markesu . the takahara area is located in the north of the central part , and crops in particular are widely grown in the area . the shimoyama area is located in the north , and forms a part of fluvial terrace of the takaya-gawa river . the area around the shuchi shopping street shows signs of the once flourishing post station on the sanin kaido road . tanba markesu located along the national route 9 is a large commercial complex containing grocery and other stores , which are filled with shoppers . 1955 : april 1 : shuchi-cho and takahara-mura were combined to form tanba-cho . 2004 : february 27 : a suspected case of avian influenza was reported in a farm in the town . a tanba-cho task force on highly pathogenic avian influenza was established on the same day to deal with the emergency , february 29 : the farm tested positive for avian influenza . march 5 : another farm tested positive . march 22 : all biosecurity measures had been implemented . april 1 , 2004 : a council on municipal merger of tanba-cho , mizuho-cho ( kyoto prefecture ) , and wachi-cho was established . october 11 , 2005 : these three towns were combined to implement the chosei of kyotanba-cho ( grant of township ) . yoshio yokoyama ( since 1994 ) agriculture ( centered on rice cultivation and dairy farming ) and forestry are the town 's main industries . specialty crops such as tanba black bean , tanba matsutake mushroom , and tanba chestnut are famous . kamishihoro-cho in hokkaido ( friendship town ) on january 1 , 1976 , a friendship town agreement was signed . average age west japan railway company ( jr west ) shimoyama station ( kyoto prefecture ) on the sanin main line expressway kyoto longitudinal expressway tanba interchange fixed-route bus jr bus ( on the national route 9 ) keihan kyoto kotsu bus ( on the national route 9 and 27 ) major tourist spots are the tanba shizen undo koen park , koto-daki ( koto falls ) , and the wine house . +located in the south of kyoto prefecture , uji city is known for uji tea and the byodo-in temple , which is registered on the world heritage list . land was reclaimed from the ogura-ike ( ogura pond ) in the west of the city , and this is now used for farming as well as housing . yodo-gawa river kasatori-yama ( mt . kasatori ) ogura-ike ( ogura pond ) 646 : doto , a monk at the gango-ji temple , built the uji bridge . 672 : the omi court ordered a hashimori ( bridge guard ) for the uji bridge to interfere with the transport of food for prince oamano . 1052 : fujiwara no yorimichi built the byodo-in temple in uji . 1133 : the uji rikyu festival was first held . 1180 : mochihito-o along with minamoto no yorimasa took up arms , fought against the taira family at the byodo-in temple , and died in the battle . 1183 : the battle of ujigawa occurred . minamoto no yoshitsune defeated yoshinaka kiso 's army . 1221 : the jokyu no ran ( jokyu rebellion ) occurred . the kamakura bakufu ( japanese feudal government headed by a shogun ) attacked fushimi across the uji river . 1286 : eison conducted a memorial service for the souls of the dead following extensive renovations made to the uji bridge with the retired emperors kameyama and gofukakusa in attendance . 1486 : the rebels in the yamashiro-no-kuni ikki ( yamashiro province riot ) gathered at the uji byodo-in temple , and set the kuniju-no-okite ( rules for the province ) . 1573 : yoshiaki ashikaga attempted to raise an army in makishima-jo castle in uji , but failed ; he was expelled by nobunaga oda . in 1951 : march 1 : the two towns of uji-cho in kuse-gun and higashi-uji-cho in uji-gun , together with the three villages of makishima-mura , ogura-mura as well as okubo-mura were combined to form uji city . population mayor : isamu kubota ( third term ) tea industry nintendo , famous for cards and video games , possesses all three of its factories in the city . kyoto animation is headquartered in the city . textile industry the uji factory , the main factory of nippon rayon co . , ltd . , was completed in december 1925 . the company built the factory there because of the relatively easy procurement of vast commercial land and an abundant water supply from the uji river . in february , the following year , operation of the factory commenced . the factory has produced chemical fiber such as rayon and nylon ever since . in october 1969 , nippon rayon co . , ltd. and its parent company , nichibo co . , ltd. were merged to form unittika , ltd . , paving the way for the diversified chemicals manufacturer . the factory has still played an active role in the core business of unittika even though it has been slimmed down to focus on the production of polyester films and plastics . auto industry the kyoto factory of nissan shatai co . , ltd . , a subsidiary of nissan motor co . , ltd . , used to be located in the city , but the factory was shut down in 1999 due to financial difficulties . auto works kyoto co . , ltd . , a subsidiary of nissan shatai , and zero ( ゼロ ) , currently operate in the auto industry of uji city . additionally , there is nissan technical school kyoto in the neighboring town of kumiyama-cho , with many more facilities related to nissan in the area . nuwaraeliya , sri lanka ( april 12 , 1986 ) xianyang city , shanxi province , china ( july 24 , 1986 ) kamloops , british columbia , canada ( july 1 , 1990 ) average age : 37.90 years old ( 1995 ) since uji is a producer of uji tea , community education programs on tea were provided through public elementary and junior high schools . as part of the programs to provide dietary education , schools have a facility to serve tea from the faucet . transportation there are four railway lines : the kintetsu kyoto line , the keihan uji line , the nara line , and the tozai line of the kyoto city subway . the uji station ( jr west ) on the jr nara line is located in the center of uji city and the closest to the city hall , but the okubo station ( kyoto prefecture ) on the kintetsu kyoto line , ranking first in the number of passengers , is the de facto central station of the city . kintetsu kyoto line three stations : ogura station ( kyoto prefecture ) , iseda station , and okubo station ( kyoto prefecture ) keihan uji line four stations : kowata station ( keihan ) , obaku station , mimurodo station and uji station ( keihan ) * the keihan rokujizo station is located in fushimi ward , kyoto city . jr nara line six stations : rokujizo station , kohata station ( jr west ) , obaku station , uji station ( jr west ) , jr ogura station , shinden station ( kyoto prefecture ) tozai line of the kyoto city subway one station : rokujizo station buses in the city and between the city and the neighboring areas keihan bus co . , ltd . ( rokujizo area only ) , keihan city bus co . , ltd . , and keihan uji bus co . , ltd . buses ( night bus ) between the city and tokyo ( shinjuku or shibuya ) keihan bus co . , ltd . the national highway 24 runs north-south in the west of the city , while the keiji bypass runs east-west . there are three interchanges in the city : the uji-higashi interchange , the uji-nishi interchange , and the ogura interchange ( listed from the eastward ) . the keiji bypass is connected to the meishin expressway at the oyamazaki junction and the seta higashi junction . area around the kintetsu okubo station and the jr shinden station area around the kintetsu ogura station and the jr ogura station toyota rent a car area around the jr rokujizo station and the rokujizo station ( kyoto city subway ) toyota rent a car media fm uji broadcasting ( uji city ) rakunan times , or ' raku-tai ' ( uji city ) naka-no-shima ( island in a river ) in uji park : tachibana-jima and to-no-shima 13-storey stone pagoda at ukishima byodo-in temple manpuku-ji temple agata-jinja shrine uji bridge ujigami-jinja shrine uji-jinja shrine eshin-in temple miruroto-ji temple taiho-an kanbayashi kinenkan ( kanbayashi memorial hall ) kohata-jinja shrine amagase dam anyo-ji temple historic site of kagero itsukushima shinto shrine ruins of tile kiln at uji hayaagari ryujin-sogusha shrine uji-ryo ( graves of the imperial fujiwara-family ) ochikata-jinja shrine momiji-dani shirakami-jinja shrine 9-storey stone pagoda hashihime-jinja shrine 13-storey stone pagoda uji-gawa senjin-no-hi ( uji river spearhead monument ) kosho-ji temple akiko yosano kahi ( a monument inscribed with poems ) hashidera hojo-in temple jizo-in temple to-no-shima sumiyama azumaya ( a cottage ) matafuri-jinja shrine manyo kahi ( a monument inscribed with a poem ) kiriharamizu spring kyoto municipal yamashiro sports park uji city botanical park amagase forest park tale of genji museum sankyu-an uji tea laboratory mt . daikichi observatory amagase tsuribashi ( amagase suspension bridge ) amagase dam asahi pottery ceramic art museum ( 朝日焼窯芸資料館 ) tea industry center uji city museum of history uji city municipal outdoor activity center kanbayashi shunsho honten ( tea wholesaler ) agata matsuri festival uji-gawa river cherry blossom festival ukai ( ancient fishing method catching japanese trout by using tamed cormorants ) ujigawa hanabi taikai ( firework festival in uji ) cha matsuri ( tea festival ) kangetsu chakai ( moon-viewing tea ceremony ) zip code uji post office : 611-00 fushimi-higashi post office : 601-14 +higashiyama ward is one of the eleven wards that constitute kyoto city . the ward includes downtown areas such as gion and the area around the keihan sanjo station . since higashiyama ward in kyoto has a wealth of historic buildings , regulations on redevelopment projects in the area has been relatively strict , causing insufficient improvement of the living environment ; as a result , the ward has become a " sparsely-populated urban area " ( the ward has the smallest population in the eleven wards in kyoto city ) . additionally , among the administrative districts of the ordinance-designated cities in the country , higashiyama ward has the highest ratio of those aged sixty-five and over in the general population . river : kamo-gawa river ( yodo-gawa river system ) mountain : mt . higashi 1929 : separated from kamigyo ward , higashiyama ward was established . 1931 : yamashina-cho was merged into the ward . 1976 : separated from higashiyama ward , the yamashina area became yamashina ward . higashiyama ward office 5-130-6 kiyomizu , higashiyama ward , kyoto city tel : 075-561-1191 ( main telephone ) keihan main line of the keihan electric railway ( from / to keihan oto line demachiyanagi station ) - sanjo station ( kyoto prefecture ) - keihan shijo station - keihan gojo station - shichijo station - tofukuji station - toba-kaido station - ( from / to yodoyabashi station ) nara line of the west japan railway company ( jr west ) tofukuji station ( between kyoto station and kizu stations ) tozai line of the kyoto municipal subway ( from / to nijo station ) - sanjo-keihan station - higashiyama station ( kyoto prefecture ) - keage station ( from / to rokujizo station ) hanshin expressway no. 8 kyoto route kamogawa higashi half-interchange scenic and historic sites yasaka-jinja shrine toyokuni-jinja shrine ( kyoto prefecture ) rokuharamitsu-ji temple kennin-ji temple shoren-in temple chion-in temple kiyomizu-dera temple hokan-ji temple kodai-ji temple myoho-in temple chishaku-in temple yogen-in temple sanjusangendo temple senyu-ji temple tofuku-ji temple kyoto national museum gion sannei-zaka slope zip code higashiyama post office : 605-00 , 605-08 , and 605-09 +japan / kinki region / kyoto prefecture / kuse-gun list of provinces administered in the past by the ryo-sei , or administrative codes ( 令制国 ) / kinai ( five provinces in the immediate vicinity of kyoto ) / yamashiro province / kuse-gun kuse-gun was formerly a district in yamashiro province , and is a district in kyoto prefecture . kuse-gun currently includes the following town : kumiyama-cho april 10 , 1879 : based on the gun-ku-cho-son henseiho ( counties , wards , towns , and villages organization code ) , a district office for both uji-gun and kuse-gun was established in uji-go , uji-gun . the district office was established in uji-cho , kuse-gun under the gunsei ( county system law ) . april 1 , 1889 : as a result of the enactment of the chosonsei ( town and village system law ) , uji-cho , yodo-cho , makishima-mura , ogura-mura , okubo-mura , kutsukawa-mura , tonosho-mura , terada-mura , sayama-mura , and mimaki-mura were established in kuse-gun . kuse-gun was comprised of two towns and eight villages . april 1 , 1935 : yodo-cho absorbed mizu-mura , tsuzuki-gun . february 11 , 1936 : yodo-cho absorbed yodo-mura , otokuni-gun . july 1 , 1942 : uji local office was set up in uji-cho , kuse-gun to administer uji-gun and kuse-gun . march 1 , 1951 : uji-cho , makishima-mura , ogura-mura , okubo-mura , and higashi-uji-cho in uji-gun were merged to form uji city , and uji city was separated from the gun ( district ) system . kuse-gun was comprised of one town and five villages . april 1 , 1951 : kutsukawa-mura , tonosho-mura , terada-mura , and aotani-mura in tsuzuki-gun were merged to form joyo-cho . kuse-gun was comprised of two towns and two villages . october 1 , 1954 : sayama-mura and mimaki-mura were merged to form kumiyama-cho . kuse-gun was comprised of three towns . april 1 , 1957 : fushimi ward , kyoto city absorbed yodo-cho . kuse-gun was comprised of two towns . may 5 , 1972 : by implementing the shisei ( grant of city status ) , joyo-cho became joyo city and was separated from the gun ( district ) system . kuse-gun was comprised of one town . +japan / kinki region / kyoto prefecture / soraku-gun list of provinces administered in the past by the ryo-sei , or administrative codes ( 令制国 ) / kinai ( five provinces in the immediate vicinity of kyoto ) / yamashiro province / soraku-gun soraku-gun was formerly a district in yamashiro province , and is a district in kyoto prefecture . soraku-gun includes the following three towns and one village : kasagi-cho seika-cho wazuka-cho minami-yamashiro-mura history there used to be the provincial monastery of yamashiro province . april 10 , 1879 : based on the gun-ku-cho-son henseiho ( counties , wards , towns , and villages organization code ) , soraku district office was established in kizu-mura . april 1 , 1889 : as a result of the enactment of the chosonsei ( town and village system law ) , nineteen villages were established in soraku-gun . soraku-gun was comprised of nineteen villages . november 22 , 1893 : by implementing the chosei ( grant of township ) , kizu-mura became kizu-cho . soraku-gun was comprised of one town and eighteen villages . july 1 , 1926 : by implementing the chosei , kamikoma-mura became kamikoma-cho . soraku-gun was comprised of two towns and seventeen villages . february 11 , 1928 : by implementing the chosei , kamo-mura became kamo-cho ( kyoto prefecture ) . soraku-gun was comprised of three towns and sixteen villages . october 1 , 1931 : komada-mura , hosono-mura , and inada-mura were merged to form kawanishi-mura . soraku-gun was comprised of three towns and fourteen villages . january 1 , 1934 : by implementing the chosei , kasagi-mura became kasagi-cho . soraku-gun was comprised of four towns and thirteen villages . july 1 , 1942 : soraku local office was set up in kizu-cho to administer soraku-gun . april 1 , 1951 : kuse-gun was comprised of four towns and nine villages . kizu-cho absorbed saganaka-mura . kamo-cho absorbed tono-mura and mikanohara-mura . kawanishi-mura and yamadasho-mura were merged to form seika-mura . december 15 , 1954 : nishiwazuka-mura , nakawazuka-mura , and higashiwazuka-mura were combined to form wazuka-cho . soraku-gun was comprised of five towns and six villages . april 1 , 1955 : kuse-gun was comprised of six towns and four villages . by implementing the chosei , seika-mura became seika-cho . okawara-mura and takayama-mura were combined to form minami-yamashiro-mura . august 1 , 1956 : kamikoma-cho , korai-mura , and tanakura-mura were combined to form yamashiro-cho ( kyoto prefecture ) . soraku-gun was comprised of six towns and two villages . september 30 , 1956 : wazuka-cho absorbed yubune-mura . soraku-gun was comprised of six towns and one village . march 12 , 2007 : kizu-cho , yamashiro-cho , and kamo-cho were merged to form kizugawa city , and the city was separated from the gun ( district ) system . soraku-gun was comprised of three towns and one village . shikinaisha ( shrines listed in the books of the jinmyo-cho in the engishiki , or a volume of books on laws and regulation compiled during the engi era ) the engishiki jinmyo-cho lists the following six shrines of four grand and two small shrines under the district of sagara-no-kori , yamashiro province : hosono-jinja shrine ( oaza hosono , seika-cho , soraku-gun ) : it is a grand shrine and celebrates the tsukinami-no-matsuri ( monthly festival ) and the niiname-sai ( harvest festivals ) . wakinimasu-amenofukime-jinja shrine ( hirao , yamashiro-cho , kizugawa city ) : it is a grand shrine and celebrates the tsukinami-no-matsuri and the niiname-sai . kiharanimasu-tateinadahime-jinja shrine ( kabatayamagiwa , yamashiro-cho , kizugawa city ) saganaka-jinja shrine ( saganaka , kizugawa city ) okadakamo-jinja shrine ( kamo-cho-kita , kizugawa city ) : it is a grand shrine and celebrates the tsukinami-no-matsuri and the niiname-sai . okadakuni-jinja shrine : it is a grand shrine with the two ronsha shrines ( successor of the original shrine ) and celebrates the tsukinami-no-matsuri and the niiname-sai . the sessha shrine ( auxiliary shrine dedicated to the deity related to the main shrine ) of the katteno-jinja shrine , and kasuga-jinja shrine ( ono , kamo-cho , kizugawa city ) okadakuni-jinja shrine ( otani , kizu , kizugawa city ) +miyazu city is a city in kyoto prefecture . the city has amanohashidate , one of " the three most scenic spots of japan , " and is called the kaien-toshi , or oceanfront city , bordering the sea of japan . population miyazu bay aso-kai ( inland sea ) to the north : kyotango city and ine-cho , yosa-gun to the south : maizuru city and fukuchiyama city to the west : yosano-cho , yosa-gun 1600 : as a reward for his distinguished service in the battle of sekigahara , takatomo kyogoku was awarded the entire tango province by ieyasu tokugawa , and accordingly , the tango domain was established . subsequently , the tango domain was divided into three regions by the three sons of takatomo kyogoku , and the three domains of tango , miyazu , maizuru , and mineyama , were established . the kyogoku family forfeited all property as well as their status as warrior class , and instead , the honjo family became the domain lord . june 1 , 1954 : miyazu-cho , kunda-mura , yoshizu-mura , fuchu-mura , hioki-mura , seya-mura , yoro-mura , and higatani-mura in yosa-gun were merged to implement the shisei ( grant of city status ) . september 20 , 1956 : miyazu city absorbed yura-mura , kasa-gun . the central office of the sales department ( branch code : 001 ) at the kyoto hokuto shinkin bank ( the third oldest credit union in existence ) headquarters of fukuya co . , ltd . ( kyoto prefecture ) kyoto bank ( kyogin ) miyazu branch ( descended from tanwa bank which was established through the merger of the four banks , ryotan bank , miyazu bank , tango industrial and commercial bank , and tango industry bank ) nippon yakin kogyo co . , ltd . headquarters of kaneshita construction co . , ltd . gunze ltd . ( in the land registry , its headquarters are located in ayabe city . ) nelson ( new zealand ) delray beach ( florida , the united states of america ) qinhuangdao city ( hebei province , china ) the miyazu station ( the kitakinki tango railway miyazu line and the kitakinki tango railway miyafuku line ) is the main train station in the city , but , for tourism , the amanohashidate station ( the kitakinki tango railway miyazu line ) is the center . other than the two stations mentioned previously , miyazu city has the miyamura station , the kita station and the karakawa station on the miyafuku line , together with the iwataki-guchi station , the kunda station and the tango yura station on the miyazu line . tango kairiku kotsu co . , ltd . ( tankai bus , headquartered in yosano-cho , kyoto prefecture ) ayabe-miyazu road : miyazu-amanohashidate interchange amanohashidate isoshimizu ( selected 100 exquisite and well-conserved waters ) miyazu-jo castle kanabiki-no-taki waterfall ( japan 's top 100 waterfalls ) catholic miyazu parish ( a church with tatami-mat flooring , the second oldest wooden church in existence and the oldest in use in japan ) former mikamis ' house ( important cultural property in japan , a family of wealthy merchant making a living from cargo ship , and its garden ' mikami garden ' being designated as a scenic site by the government ) takigami park ( cherry blossom viewing spot ) kono shrine ( ichi-no-miya shrine , or first shrine , of tango province ) nariai-ji temple chion-ji temple ( miyazu city ) sanno-miya hiyoshi-jinja shrine ( famous for the shinto ritual of ' akachan-dohyo-iri , ' or baby 's first entry into sumo ring for the good health ) ama no hashidate view land kasamatsu park amanohashidate beach tango-yura beach tango watch-kan ( aquarium ) miyazu festival tenkoro ship race miyazu-toro-nagashi-hanabi-taikai ( miyazu fireworks ) big toro ( hanging lantern ) as ' ship of souls ' are fired at miyazu port , and then , small toro are sent chasing the big toro . the scene of so many toro 's chasing the big toro is truly beautiful to behold . the ships of souls are shipped by families who lost a family member within a year . zip code the zip code changed in 2007 . miyazu post office : 626-00 and 629-22 including the area of former iwataki-cho , i.e. , 629-22 , in yosano-cho , yoza-gun iwagahana post office : 626-02 +japan / kinki region / kyoto prefecture / funai-gun funai-gun is a district ( or ' gun ' in japanese ) located in the center of kyoto prefecture . funai-gun belonged to tanba province before the meiji restoration . the district includes the following towns : kyotanba-cho history april 1 , 1889 : as a result of the enactment of the chosonsei ( town and village system law ) , sonobe-cho and twenty-three villages were established in funai-gun . funai-gun was comprised of one town and twenty-three villages . october 10 , 1894 : tominosho-mura and honjo-mura were merged to form tomimoto-mura . funai-gun was comprised of one town and twenty-two villages . july 19 , 1901 : through the implementation of the chosei ( grant of township ) , shuchi-mura became shuchi-cho . funai-gun was comprised of two towns and twenty-one villages . january 1 , 1915 : through the implementation of the chosei , yagi-mura became yagi-cho . funai-gun was comprised of three towns and twenty villages . april 1 , 1929 : sonobe-cho , sonobe-mura and kirinosho-mura were merged to form sonobe-cho . funai-gun was comprised of three towns and eighteen villages . april 1 , 1951 : funai-gun was comprised of three towns and ten villages . sonobe-cho absorbed kawabe-mura . yagi-cho absorbed yoshitomi-mura , tomimoto-mura and shinjo-mura . shuchi-cho absorbed takeno-mura . hinokiyama-mura , umeda-mura , sannomiya-mura and shitsumi-mura were merged to form mizuho-mura . april 1 , 1955 : funai-gun was comprised of six towns and three villages . through the implementation of the chosei , mizuho-mura became mizuho-cho ( kyoto prefecture ) . shuchi-cho and takahara-mura were merged to form tanba-cho . seki-mura , gokasho-mura and gomago-mura were merged to form hiyoshi-cho ( kyoto prefecture ) . kamiwachi-mura and shimowachi-mura were merged to form wachi-cho . yagi-cho absorbed kamiyoshi-mura , kita-kuwada-gun . april 20 , 1955 : sonobe-cho , make-mura and nishihonme-mura were merged to form sonobe-cho . funai-gun was comprised of six towns and one village . september 30 , 1956 : kameoka city absorbed higasihonme-mura . funai-gun was comprised of six towns . april 1 , 1958 : sonobe-cho absorbed a part of kameoka city . october 11 , 2005 : tanba-cho , wachi-cho and mizuho-cho were merged to form kyotanba-cho . funai-gun was comprised of four towns . january 1 , 2006 : sonobe-cho , yagi-cho and hiyoshi-cho were merged with miyama-cho , kita-kuwada-gun ( kyoto prefecture ) to form nantan city , and the city was separated from the gun ( district ) system . funai-gun was comprised of one town . " go " ( unit of the smallest administrative area ) in funai-gun , described in the wamyo-sho ( a dictionary compiled in the heian period ) osakabe-go ( gyobu-go , 刑部郷 ) shima-go funai-go izuka-go ( 出鹿郷 ) tahara-go yoto-go ( yodo-go , 余戸郷 ) kinosaki-go noguchi-go shuchi-go kochi-go ( 皷打郷 ) kimae-go ( 木前郷 ) +kameoka city is a city located in the mid-west section of kyoto prefecture . kameoka city is located on the southern edge of former tanba province , having bordered yamashiro and settsu provinces . the area ranked first in population among those in former tanba province and was the center of the province . the construction of kameyama-jo castle by mitsuhide akechi at the end of the sengoku period ( period of warring states ) laid the foundation for kameoka of modern times . however , today , kameoka city has an aspect of a satellite city for kyoto and osaka . the combined area of nantan city and kyotanba-cho , funai-gun is sometimes referred to as kuchitanba , kuchitan , or nantan . geography kameoka city is located mainly in the kameoka basin and the surrounding mountain regions . the katsura-gawa river flows approximately in the center of the kameoka basin . in the surrounding mountain regions , the tanba highlands extend into kameoka city , and areas such as higashibetsuin-cho , honme-cho and hatano-cho lie in the mountains , which do not include the katsura-gawa river system . in ancient times , the present-day kameoka basin was a large lake , and the region around the basin is said to have been named ni-no-umi ( cinnabar wave ) , or tanba , after cinnabar waves rippling across the basin in a windy day ; legend also has it that okuninushi-no-mikoto , a famous deity in the izumo shinwa ( myths of izumo ) , carved out a valley , poured water in it , reclaimed the area , and then named the river ' hozu-gawa river ' and the valley ' hozu-kyo gorge ' after wife deity , ' mihotsu-hime , ' and is the enshrined deity of the izumo-daijingu shrine in chitose-cho . in fact , it has been found that the stratum shows signs of having been a lake in ancient times . the alternative name " oi-gawa river " ( 大堰川 ) for the katsura-gawa river originated from the weirs ( 堰 ) for agriculture built by the hata clan who were immigrants from ancient korea . the river is also described as ' oi-gawa river ' ( in the different characters from the above , 大井川 ) in line fifty-one of tsurezure-gusa ( a collection of essays written in the early 1330s ) . the name originated from the oi-jinja shrine ( 大井神社 ) in oi-cho ( kameoka city ) . the river upstream from the uzune-hashi bridge in kawarabayashi-cho and utsune-cho , the hozu-bashi bridge in hozu-cho , or the entrance to hozu-kyo gorge , ' yamamoto-hama , ' in hozu-cho and shino-cho is called oi-gawa river while the one downstream is called hozu-gawa river ; for example , the river is called oi-gawa river in the school song of kameoka city takada junior high school in the school district with the longest riverbank on the left side of the river . the left side of the oi-gawa ( hozu-gawa ) river where umaji-cho , chitose-cho , kawarabayashi-cho and asahi-cho are located is called kawa-higashi and is an alluvial fan of the atago mountain range ; the nanatani-gawa and mitsumata-gawa rivers , taking water from the range , are steep and said to have been frequently flooded . the city has an inland climate . in the regional zone of the meteorological observatory , kameoka city belongs to the area of kyoto city and former yamashiro province in the southern part of kyoto prefecture . however , dense fog , famous in the kameoka basin , rises from late fall to early spring , allowing people to see a dramatic change in landscape when entering kameoka city from kyoto city via hozu-kyo gorge or oinosaka-toge mountain pass during these seasons . the size of the fog is well-known nationwide , and is the cause of kameoka city sometimes appearing white in satellite images . since drivers often feel the necessity to use fog lights , there is a high rate of cars with such attachments . kameoka city 's urban area has suffered flood damage many times because the area lies lower than the hozu-gawa ( oi-gawa ) river due to water backing up in hozu-kyo gorge sometimes flowing back . while the construction of hiyoshi dam has basically solved the flood problem , no buildings have been erected in the area ( formerly flood control basin ) between the jr sagano line and the hozu-gawa ( oi-gawa ) river . however , several new plans , the new urban development plan as well as the double track plan of the sagano line have been conceived . even though the city is located near big cities , the ecosystem of the paddy field remains rich in kameoka city ; special natural treasures designated by the government such as kissing loach , japanese giant salamander and japanese eight-barbel loach have been observed , but their numbers have declined due to urban development , causing concern . in the red data book of japan , the kissing loach is of particular note , being classified as critically endangered , while listed as only endangered in the red data book of kyoto prefecture . many people of all ages in the city enjoy a wide variety of fishing , with many visitors from other prefectures due to the following reasons : first , farm ponds are scattered around the city due to the many rice fields ; second , the city boasts the nakayama-ike pond , one of the best fishing spots from old times ; and third , large dams such as hitokura dam ( hyogo prefecture ) , hiyoshi dam , ono dam and wachi dam ( kyoto prefecture ) as well as rivers such as the yura-gawa and hozu-gawa rivers , also being some of the best fishing spots , are situated nearby , traffic in the early morning ( and the evening ) is higher due to the number of people from outside the city who visit the many golf courses in kameoka city , as well as the nearby areas of hyogo and osaka prefectures ; the number of residents commuting to kyoto city , osaka prefecture and hyogo prefecture increase in the early morning as well . in ancient times , kawa-higashi , including umaji-cho and izumo , chitose-cho on the left side of the oi-gawa ( hozu-gawa ) river , is believed to have been the area where many tumuli were observed and accordingly , large powerful families ruled the area ; additionally the provincial monastery was built in the kokubun area , chitose-cho . moreover , the area is a historical site with the izumo-daijingu shrine , the moto-atago-jinja shrine ( kyoto city ) whose first shrine was established in 507 , and the yosen-ji temple , which possesses the sculpture ' kuguri hotei ' created by the famous sculptor masayuki nagare , a son of kojuro nakagawa who founded ritsumeikan university . various stories exist regarding the ancient provincial capital of tanba , and one of them holds that it was established on the right side of the oi-gawa river in chiyokawa-cho . according to a legend , a demon called shuten-doji lived in oe on the border with kyoto city and was subdued by minamoto no yorimitsu . there are important historic temples and shrines such as the saeki-jinja shrine , the anao-ji temple and the jinzo-ji temple in hietano-cho and sogabe-cho ( the chinese character for ' hie ' as in ' hieta-cho ' is the combination of the radical ' kusa-kanmuri ' and the chinese character ' hi , ' but the word is described in hiragana in this article ) . such buildings are representative of the tradition of the kameoka area . the area from the urban district of kameoka city to shino-cho is believed to have been a lake or marsh until the fourth century ; however , the kuwada-jinja shrine and the miyake ( imperial-controlled territory ) were built and people began to settle in the area , once the hata clan reclaimed the land through the improvement of the oi-gawa ( hozu-gawa ) river . the land stretching out from the center of the urban area to the hietano area was supposedly laid out in the jori-sei ( grid system ) . the area around kameoka prospered as a port right before hozu-kyo gorge when the sanin-do road to connect provincial capitals in sanin-do was built in around the seventh to eighth century , and wood in yuge-go and yamaguni-go ( the present keihoku area in ukyo ward , kyoto city ) was sent to kyoto via the katsura-gawa river . the area around nagatani located at the entrance to the trail up mt . atago is said to have been crowded with worshippers before world war ii . since the kameoka area functioned as the entrance to sanin from kyoto and yamashiro , the oji-shuku ( a posting station ) in oinosaka-toge mountain pass on the border with yamashiro was full of inns . manors such as the ogawa-sho , the kuwada-sho , the yada-sho and the kaya-sho were built after private ownership of land was introduced . the kameoka area and the yoshitomi-sho is believed to have been the domain of the seiwa-genji ( minamoto clan ) in the mid heian period . the tomb of minamoto no yorimasa in the settsu-genji ( minamoto clan ) who served mochihito-o ( prince mochihito ) lies in the tsutsujigaoka area . takauji ashikaga took up arms at the shinomura-hachimangu shrine in shino-cho , making the kameoka area a base for the minamoto clan through the kamakura period and the period of the northern and southern courts ( japan ) . baigan ishida who founded the sekimon-shingaku ( a popularized blend of buddhist , shinto and confucian ethical teachings ) , the painter okyo maruyama and dr. toyo yamawaki were born in the kameoka area . additionally , there are many prominent figures associated with kameoka : minamoto no yoshitsune and nasu no yoichi who passed through the area to engage in the battle of ichinotani in fukuhara , settsu province , as well as mongaku , ippen , rennyo , mitsuhide akechi , hideaki kobayakawa , and ryoi suminokura . during the azuchi momoyama period , mitsuhide akechi built tanba kameyama-jo castle to rule tanba and developed the castle town in the kose area , which made way for modern development of kameoka in recent times . trusted personnel such as hidekatsu hashiba ( or otsugi , the fourth son of nobunaga oda ) , hidekatsu toyotomi ( 小吉 , a nephew of hideyoshi ) , hideaki kobayakawa , geni maeda , and nagamori okabe were designated as lords of tanba kameyama-jo castle under the toyotomi shogunate and the edo bakufu ( japanese feudal government headed by a shogun ) after the demise of akechi : kameoka played an active role as the entrance to the northwestern region of kyoto . since the lord of the tanba kameyama domain had served for generations as the roju ( member of shogun 's council of elders ) , the jisha-bugyo ( samurai responsible for the management of temples and shrines ) , kyoto shoshidai ( deputy of kyoto ) and the castle keeper of osaka castle , the expenses seems to have been fairly large . as a result , heavy taxes were often imposed , and all the villages under the kameyama domain were impoverished . when capacity for transport increased as a result of the excavation of the hozu-gawa river by ryoi suminokura , uzune , umaji , hozu and yamamoto in the kameoka area prospered as a waypoint between tanba and kyoto . water transport via the katsura-gawa river were used continually until the taisho period . the junction of the kyo-kaido road , the sanin-kaido road and the national route 423 was built in oiwake in the castle town , allowing for the kameoka to be developed thereafter . in 1869 , to avoid confusion with kameyama city , mie prefecture , the name was changed from kameyama to kameoka . in 1871 , through the haihan-chiken ( the abolition of the domain system and establishment of prefecture system ) , kameoka prefecture was established . in the same year , kameoka prefecture was absorbed by kyoto prefecture . in 1899 , the kyoto railway opened to sonobe . the spiritual center of the religious corporation omoto was built on the ruins of kameyama-jo castle . 1955 : january 1 : one town and fifteen villages in minami-kuwada-gun , including kameoka-cho but excluding shino-mura and kashida-mura , were combined to form kameoka city . 1956 : september 30 : kameoka city absorbed higashi-honme-mura , funai-gun . 1959 : september 30 : kameoka city absorbed shino-mura , minami-kuwada-gun . population agriculture , forestry , and fishery famous products include the tanba matsutake mushroom , tanba black bean , umaji-dainagon azuki bean , tanba chestnut , potherb mustard ( traditional vegetable in kyoto ) , shino-daikon ( kabu , or japanese radish ) conveniently used for senmai-zuke ( pickled sliced radishes ) , tanba yam , kameoka beef , sweet smelt and wild boar . umaji-dainagon azuki bean is the finest among high-class tanba-dainagon azuki bean and is only produced in umaji-cho . seeds of umaji-dainagon azuki bean sowed in the nearby towns of kawarabayashi and chitose , grow to be ordinary tanba-dainagon azuki bean . the beans were first introduced by the yomiuri telecasting corporation tv program ' docchi no ryori show ' . tanba matsutake mushroom have long been known for their high quality . the mushroom was recently introduced by tv tokyo corporation 's ' ganso ! debuya ' tv program . kameoka city is the only place which has been successful in commercially producing habanero peppers ( a kind of chili pepper ) ; habanero peppers are now recognized as one of the city 's specialty crops . tanba black bean and sweet smelt were introduced through media such as the manga " oishinbo . " tanba black bean produced in kyoto prefecture were nicknamed ' murasaki zukin , ' or purple hood , by the then governor of kyoto prefecture , teiichi aramaki there are many farm stands selling agricultural and processed products along the major arterial roads . a large number of tourists visit the city to buy fresh agricultural products being sold along the national routes 367 and 477 as well as the arterial roads around yunohana-onsen hot spring ; in some seasons , such produce sells out immediately additionally , there are many farm shops , with agriculture and tourism being united more and more . tourism kameoka city in the suburbs of the major metropolitan areas enjoys urban convenience , while the city itself is surrounded by nature , such as hozu-kyo gorge for example ; the city also possesses many historic resources which attract tourism such as the izumo-daijingu shrine and tanba kameyama-jo castle ( spiritual center of omoto ) , however , except for the yunohana-onsen hot spring , little accommodation is available for tourists . hozu-kyo gorge and the sagano scenic line of the sagano scenic railway are often regarded as a part of the kyoto tour , or more specifically , sagano-arashiyama tour , therefore , creating a unique tourist industry utilizing the city 's rich resources has long been an issue . knittelfeld ( steiermark , austria ) kameoka city established a sister-city relationship with knittelfeld on april 14 , 1964 . stillwater ( oklahoma , the united states of america ) kameoka city established a sister-city relationship with stillwater on november 3 , 1980 . jandira ( sao paulo , brazil ) kameoka city established a sister-city relationship with jandira on november 3 , 1980 . suzhou city ( jiangsu province , china ) kameoka city established a friendship-city relationship with suzhou city on december 31 , 1996 . district health nishikyo ward in kyoto city , ukyo ward in kyoto city , and nantan city nose-cho , toyono-cho , ibaraki city and takatsuki city in osaka prefecture , sanin main line of west japan railway ( sagano line ) ( from / to kyoto station ) - hozukyo station [ 1 ] - umahori station - kameoka station - namikawa station - chiyokawa station - ( from / to sonobe station ) sagano scenic line of the sagano scenic railway ( from / to saga torokko station ) - kameoka torokko station [ 1 ] hozukyo station is located on the border with nishikyo ward , kyoto city , but its address is hozu-cho , kameoka city . the railroad line is operated by kyoto city . the construction of the wakasa route was planned in order to connect tsuruga station of the hokuriku shinkansen and shin-osaka station , running along the obama line via obama station and nishikyoto station ( kameoka station ) . buses keihan kyoto kotsu kameoka city community bus kameoka city furusato bus roads expressway not available in the city national highway and toll road kyoto longitudinal expressway shino interchange kameoka interchange oi interchange chiyokawa interchange zip code the first three numbers of the zip code is 621 for the entire area , which is operated by kameoka post office . area code the area code for most of the city is 0771 , but the one for oinosaka , shino-cho is 075 . scenic sites , historic sites , tourist spots , festivals and events akechi-goe : a mountain trail from kameoka to mt . atago the name " akechi-goe " originated from the visit to mt . atago that mitsuhide akechi made right before the honnoji incident . akechi modori-iwa rock moto-atago-jinja shrine ( kyoto city ) anao-ji temple : one of the saigoku sanjusankasho , or the thirty-three holy places of kannon ( goddess of mercy ) in the western provinces izumo-daijingu shrine : ichi-no-miya ( first ) shrine of tanba province izumo-jinja shrine ( ide , honme-cho ) : once burned down by mitsuhide akechi .. oi-jinja shrine : the ujiko ( shrine parishioner ) does not fly the koi-nobori ( carp streamer ) since carp are related to its deity . otani-kozan mine obata-jinja shrine kameoka sports park swimming pool in the kameoka sports park : a large swimming pool is open in summer , attracting many visitors from neighboring prefectures . the kameoka city agricultural park : it is located next to the composting facility ' kameoka city soil preparation center , ' and is integrated with the surrounding farm land . kameoka matsuri festival : gion matsuri festival in nantan kameoka mitsuhide matsuri festival : akechi mitsuhide musha gyoretsu ( samurais procession festival ) ( may 3 ) galleria kameoka michi-no-eki ( roadside rest area ) , ' galleria kameoka ' kuwayama-jinja shrine kokusho-ji temple : kubizuka ( tomb containing only a head ) for mitsuhide akechi kikyo-no-sato ( flower park ) kongo-ji temple ( okyo-dera temple , kameoka city ) sagano scenic line of the sagano scenic railway shinomura-hachimangu shrine tanba kameyama-jo castle site : omoto 's spiritual center , tenon-kyo tanba provincial monastery tanba shichifukujin-meguri ( a tour of the seven deities of good fortune in tanba ) : chitose area cherry blossoms in nanatani-gawa yawaragi-no-michi path nanatani-gawa camp center nango-koen park ( kyoto prefecture ) hietano-jinja shrine : toro ( lantern ) matsuri festival in tanba-saeki-go hiranosawa-ike pond : called " three ' sawa ' in kyoto , " together with osawa-no-ike pond and hirosawa-no-ike pond mizudori-no-michi ( waterfowl road ) hozu-kyo gorge hozu-kyo gorge yunohana-onsen hot spring : john lennon and yoko ono visited the hot spring . yume cosmos en ( dream cosmos field ) yosen-ji temple ( hotei-ji temple ) yorimasa-zuka tumulus rakuraku-so inn cinema town since kameoka city is located near kyoto city , shooting on location is conducted mainly for period dramas in many parts of the city , giving the city a close bond to cinema ; however , there are no movie theaters in the city . the film actors tamao nakamura and shintaro katsu reportedly said to each other , " let 's build a tomb in kameoka and come back together some day , " in reference to giving their children a home town . tetsuro tanba frequently visits kameoka , including the kinrin-ji temple where the grave of his ancestor tanba no yasuyori lies . " modoken quill no issho " ( the life of seeing-eye dog quill ) , a movie depicting the interaction between a middle aged man and a guide dog set in kameoka , was recently produced in kameoka city . while many location shoots have been carried out in kameoka city , it is unusual for kameoka city itself to be the subject of films , excepting those about the honnoji incident . others kameoka city was introduced as ' little kyoto ' in some guidebooks , but received little attention . zip code the zip code changed in 2007 . kameoka post office : 621-00 and 621-01 honme post office : 621-02 +joyo city is a city in kyoto prefecture and is roughly located in the middle between kyoto city and nara city . the city has a wealth of historic buildings such as the shodo-kanga-iseki ruins ( ruins designated as a national historical relic site ) , the kuse-jinja shrine ( its main shrine being designated as important cultural property ) and the mito-jinja shrine ( its main shrine also being designated as important cultural property ) , as well as sanga town joyo , a training ground for kyoto sanga f.c. joyo city is believed to produce sixty percent of the purl in japan . the city has a relatively warm climate . geography joyo city belongs to the southern portion of kyoto city and the yamashiro area , located in the southern region of kyoto prefecture . the national route 24 , connecting kyoto city and nara city , runs north-south ; joyo city is located between the two cities . additionally , the jr nara line and the kintetsu kyoto line run north-south . the city is situated on the right side of the kizu-gawa river ( kyoto prefecture ) , while the aodani-gawa river flows east-west in the southern part of the city . geographically , the land on the western part ( area around the okubo bypass ) of joyo city is flat overall while the land contains more ups and downs further east . history april 1 , 1951 : four villages of kutsukawa-mur , terada-mura , tonosho-mura in kuse-gun and aotani-mura in tsuzuki-gun were merged to form joyo-cho in kuse-gun . may 3 , 1972 : the shisei ( grant of city status ) was implemented . the public was consulted when the city was being named . the word " joyo " means ' a rich land full of sunshine in south yamashiro province ' . population politics and government mayor : akio hashimoto economy industries main industries . suntory kyoto brewery industry population sister cities domestic international gyeongsan-si ( gyeongsangbuk-do , republic of korea ) joyo city established a sister-city relationship with gyeongsan-si on january 22 , 1991 . vancouver ( washington state , the united states of america . not to be confused with vancouver , british columbia , canada . ) joyo city established a sister-city relationship with vancouver on october 30 , 1995 . district adjacent municipalities uji city , yawata city , kyotanabe city , ide-cho , ujitawara-cho , and kumiyama-cho joyo city does not have any adjacent prefectures . transportation the main means of transportation is the jr nara line , the kintetsu kyoto line , and the national route 24 ( the okubo bypass and the keinawa expressway ) . railroad the railroad centers around joyo station ( jr nara line , rapid train stop ) and is the closest station to the city hall . however , looking at the number of passengers , terada station ( kyoto prefecture ) on the kintetsu kyoto line can be said to be the working central station of joyo city . in addition to the stations above , the city has the following four stations : nagaike and yamashiro-aodani stations on the jr nara line , and kutsukawa and tonosho stations on the kintetsu kyoto line . since okubo station , an express train stop on the kintetsu kyoto line and shinden station ( kyoto prefecture ) on the jr nara line are within walking distance in the northern part of joyo city , many people use these two stations ; furthermore , okubo station has bus routes running the entire area of joyo city and has even more passengers . the kintesu line at both okubo and shin-tanabe stations has a relatively large number of connections between local and express trains , mainly during rush hours and daytime , making the railway line more accessible . additionally , many commuters to osaka city take the kintetsu kyoto line , connecting on foot from shin-tanabe station ( kyotanabe city ) to kyotanabe station to take a rapid train on the jr katamachi line to osaka city . fixed-route bus keihan uji bus co . , ltd . , operates in the eastern part of the city , centering around the joyo residential complex while , in the west , there are fewer routes . to fill any gaps , keihan uji bus co . , ltd. operates the city circular bus , ' joyo sansan bus ' ( 城陽さんさんバス ) , once or twice every hour across three routes . roads expressway shin-meishin expressway ( planning ) scenic sites , historic sites , tourist spots , festivals and events mito-jinja shrine : the main shrine ( important cultural property ) arami-jinja shrine : the main shrine ( important cultural property ) kuse-jinja shrine : the main shrine ( important cultural property ) amida-ji temple ( joyo city ) : mokuzo-yakushi-nyorai-ritsuzo , or wooden standing image of healing buddha ( important cultural property ) nakatenman-jinja shrine shodo-kanga-iseki ruins hirakawa-haiji ( dilapidated ) temple ruins ( 平川廃寺跡 ) : ruins designated as a national historical relic site aodani-bairin ( aodani plum grove ) : twenty hectares wide and 10,000 plum trees twinkle joyo : a light pageant illuminated with 200,000 lights note that ' important cultural properties ' means important cultural properties designated by the national government . specialty crops fig purl zip code joyo post office : 610-01 +japan / kinki region / kyoto prefecture / naka-gun list of provinces administered in the past by the ryo-sei , or administrative codes ( 令制国 ) / sanindo road / tango province / tanba-gun / naka-gun naka-gun was a district that existed in tango province and kyoto prefecture . naka-gun in tango province had been referred to as taniha-gun or tanba-gun until the late medieval period . this is because naka-gun was believed to have been the center of tanba province , ' tanba-sato , tanba-gun , tanba province , ' for the following reasons : tango province was part of tanba province , and tanba-go existed in naka-gun according to the wamyo-sho ( a dictionary compiled in the heian period ) . naka-gun included the following towns when it was dissolved : omiya-cho ( kyoto prefecture ) mineyama-cho on april 1 , 2004 , as a result of municipal mergers , omiya-cho and mineyama-cho merged to become kyotango city , and accordingly , naka-gun was dissolved . naka-gun district office under the gunsei ( county system law ) was established in mineyama-cho . april 1 , 1889 : as a result of the enactment of the chosonsei ( town and village system law ) , ono-mura , chozen-mura , goka-mura , shinzan-mura , tanba-mura , yoshiwara-mura , mineyama-cho , kobe-mura , suki-mura , mie-mura , tsuneyoshi-mura and ikaga-mura were established in naka-gun ( one town and eleven villages ) . march 5 , 1892 : ono-mura was separated into kuchiono-mura and okuono-mura . naka-gun was comprised of one town and twelve villages . april 1 , 1951 : kobe-mura , suki-mura , mie-mura , tsuneyoshi-mura , kuchiono-mura and okuono-mura were merged to form omiya-cho . naka-gun was comprised of two towns and six villages . april 13 , 1953 : shinzan-mura absorbed a portion of omiya-cho . january 1 , 1955 : mineyama-cho , goka-mura , shinzan-mura , tanba-mura and yoshiwara-mura were merged to form mineyama-cho . naka-gun was comprised of two towns and two villages . july 1 , 1956 : omiya-cho absorbed ikaga-mura . naka-gun was comprised of two towns and one village . september 30 , 1956 : omiya-cho and mineyama-cho absorbed chozen-mura . naka-gun was comprised of two towns . april 1 , 2004 : omiya-cho , mineyama-cho , amino-cho in takeno-gun , tango-cho , yasaka-cho and kumihama-cho in kumano-gun were merged to become kyotango city by implementing the shisei ( grant of city status ) ; as a result , naka-gun was dissolved . " go " ( unit of the smallest administrative area ) in naka-gun , described in the wamyo-sho ono-go ninbari-go tanba-go suki-go mie-go kanbe-go kuchiki-go ( 口枳郷 ) +japan / kinki region / kyoto prefecture / otokuni-gun list of provinces administered in the past by the ryo-sei , or administrative codes ( 令制国 ) / kinai ( five provinces in the immediate vicinity of kyoto ) / yamashiro province / otokuni-gun otokuni-gun was a district in yamashiro province , and is presently a district in kyoto prefecture . otokuni-gun is comprised of only the following town : oyamazaki-cho otokuni-gun used to include the entire region which includes present-day nagaokakyo city and muko city as well as the present-day nishikyo and minami wards , kyoto city and a portion of the present-day fushimi ward . the name " otokuni-gun " is believed to have originated from the fact that the region had been called ' otokuni ' ( literally , " younger brother country " ) . additionally , " ekuni ' ( literally , " older brother country " ) is said to have been kadono-gun ( the present-day west part of kyoto city ) . nagaoka-kyo ( the capital ) and the ancient provincial office of yamashiro province were established in otokuni-gun . april 10 , 1879 : based on the gun-ku-cho-son henseiho ( counties , wards , towns , and villages organization code ) , otokuni-gun district office was established in muko-machi . april 1 , 1889 : as a result of the enactment of the chosonsei ( town and village system law ) , muko-machi , otokuni-mura , shinkotari-mura , kaiinji-mura , yodo-mura , koga-mura , hazukashi-mura , oe-mura , oharano-mura , kuze-mura and oyamazaki-mura were established in otokuni-gun . otokuni-gun was comprised of one town and ten villages . february 11 , 1936 : yodo-cho , kuse-gun absorbed yodo-mura ( in 1957 , fushimi ward , kyoto city absorbed yodo-cho ) . otokuni-gun was comprised of one town and nine villages . july 1 , 1942 : kita-yamashiro local office was set up in kyoto city to administer otagi-gun , kadono-gun and otokuni-gun . october 1 , 1949 : otokuni-mura , shinkotari-mura and kaiinji-mura were merged to form nagaoka-cho . otokuni-gun was comprised of two towns and six villages . december 1 , 1950 : otokuni-gun was comprised of two towns and three villages . fushimi ward , kyoto city absorbed koga-mura and hazukashi-mura . ukyo ward , kyoto city absorbed oe-mura . ( nishikyo ward was created from ukyo ward in 1976 . ) november 1 , 1959 : otokuni-gun was comprised of two towns and one village . ukyo ward , kyoto city absorbed oharano-mura . ( nishikyo ward was created from ukyo ward in 1976 . ) minami ward , kyoto city absorbed kuze-mura . november 3 , 1967 : by implementing the chosei ( grant of township ) , oyamazaki-mura became oyamazaki-cho . otokuni-gun was comprised of three towns . october 1 , 1972 : otokuni-gun was comprised of one town . by implementing the shisei ( grant of city status ) , muko-machi became muko city and was separated from the gun ( district ) system . by implementing the shisei and changing its name , nagaoka-cho became nagaokakyo city and was separated from the gun system . " go " ( unit of the smallest administrative area ) in otokuni-gun eleven " go , " described in the wamyoruiju-sho ( a dictionary compiled in the heian period ) kanji characters inside the brackets are for transcription . yamasaki-go tomoka-go nagai-go oe-go mozume-go kuze-go enomoto-go hatsukashi-go ishitsukuri-go nagaoka-go ishikawa-go +fu china " zang ( warehouse ) " 1 . the original meaning is the warehouse where government properties or goods were stored in ancient china . 2 . a well harvested , rich , fertile land suitable for agriculture . also called ' tian-fu ( land of abundance ) . ' places such as sichuan . " zheng ting ( government office ) " 3 . government offices which the feudal royal family opened in various areas , as a base of military and public administration within china , from the han to ming dynasty . also called " wang fu ( royal residence ) . " derived from the government offices ( zheng ting ) which used to have lines of warehouses for storing tax grains . 4 . royal mansions were located at key spots in capitals and major cities of china , from the ming to qing dynasty . while only a residency , but it was also known as " wang fu , " derived from the description in point 1 concerning wang fu . emperor yongle of nanjing , in the early ming dynasty , or gongqinwan of beijing in qing dynasty . " di qu ( area ) " 5 . from the tang to song dynasty , the military governor who controlled military and civil authorities in various locations was based in this area . it then evolved from the above wang fu , also called ' shi fu ( official posts ) . ' now , there are many places with " zhou " such as guanzhou city , yangzhou or xuchang . many of these places took on the names of areas mentioned in ' 6 . ' 6 . administrative area superceeding prefectures in china from the tang to qing dynasty . 7 . during the song to qing dynasties , sub titles for major cities functioned as capitals or sub capitals in china and northern national countries . examples include , kaifeng of northern song , hangzhou of southern song , datong of liao dynasty ( shanxi province ) , nanjing city or beijing city of ming dynasty or shenyan of qing dynasty . japan derived from the meaning of chinese ' zheng ting ( government office ) . ' dazaifu : authority for defense and diplomacy of japan with jurisdiction over kyushu , iki and tsushima from ancient times to the period of the ritsuryo system 's ( criminal , administrative and civil codes ) japan . kokufu : under the ritsuryo system , cities developed around the kokuga ( provincial government headquarters ) . naidaijin-fu : facilities and organization where the base of operations for the naidaijin-fu ( minister of interior 's office ) were located from the meiji to the early showa period . su-fu : vernacular term for ' sumitsu-in ( privy council ) . ' sotoku-fu : facility used as an office by the government-general in foreign countries from the meiji to the early showa period . such as the taiwan sotoku-fu , kankoku sotoku-fu , chosen sotoku-fu , kanto sotoku-fu or kantototoku-fu ( japan 's guandong governor-general office ) . sori-fu ( prime mister 's office ) : general administrative agency which used to be administered by the prime minister . naikaku-fu ( cabinet office ) : a general administrative agency created from the sori-fu during the reorganization of the central government ministries and agencies in 2001 . daitoryo-fu ( office of the president ) / shusho-fu ( prime minister 's office ) : general names for facilities used by foreign presidents or prime ministers as a main office . same as ' world 's official residence . ' white house , the chancellor 's office ( germany ) . the concept of ' governor , ' derived from the meaning of chinese ' zheng ting , ' was localized in japan . sa-fu : tang name ( the tang-system name used for japanese officers ) for sadaijin ( minister of the left ) under ritsuryo system . u-fu : tang name for udaijin ( minister of the right ) under the ritsuryo system . nai-fu : tang name for naidaijin ( minister of interior ) under the ritsuryo system . bakufu : tang name for konoe daisho ( imperial guard chief ) under the ritsuryo system . minamoto no yoritomo used to be called ' bakufu ' since he was ukone-no-daisho ( imperial guard chief of the right ) before becoming seii taishogun ( literally , " great general who subdues the barbarians " ) . later , this transitioned into the meaning for ' whereabouts of shogun . ' nai-fu : vernacular term for ' udaijin-fu ' which existed from meiji to early showa . the concept of ' military ' derived from the meaning of the chinese term ' zheng ting , ' which was localized in japan . goe-fu of konoeheiryo-sei ( five imperial guard of the imperial guard system ) : five organizations who mainly guarded dairi , the imperial palace , under the ritsuryo system . konoehei rokue-fu ( six imperial guard ) : the upper goe-fu ( five imperial guard ) was reorganized in the later nara period , and became rokue-fu ( six imperial guard ) , each consisting of the right and left of konoe-fu ( a division of the imperial guard ) , hyoe-fu ( a division of the imperial guard ) and emon-fu ( an order of guards to keep the gates of heiankyo ) . chinju-fu kodai chinju-fu ( ancient military base ) : an organization to control the military based in the ancient mutsu province . bakufu : during the kamakura and muromachi period , this meant ' the shogun 's whereabouts . ' bakufu started to mean ' the feudal government headed by a shogun ' from around the mid-edo period . chinju-fu kaigun chinju-fu ( navy base ) : naval bases located at military ports in each navel area ( japanese coast was divided into five navy areas ) . yokosuka chinju-fu , kure chinju-fu , sasebo chinju-fu , and maizuru chinju-fu all existed until the end of wwii . derived from the chinese term ' di qu . ' edo : derived from the meaning of ' whereabouts of bakufu , ' entering edo was described as ' nyufu , ' while the town inside of edo was described as ' fuchu . ' fu han ken-sei ( fu , han and ken system ) : immediately after the meiji restoration , the land controlled by kyoto shoshidai ( the bakufu-appointed governors of kyoto ) , chatelaines and bugyo ( shogunate administrators ) , which were part of bakufu-ruled lands , were reformed as ' fu . ' examples include hakodate-fu , edo-fu , kanagawa-fu , echigo-fu , niigata-fu , kai-fu , watarai-fu , nara-fu , kyoto-fu , osaka-fu and nagasaki-fu . until the haihan-chiken ( abolition of feudal domains and establishment of prefectures ) , six fu domains were abolished and three fu domains were left . sanpu ( three urban prefectures ) : tokyo-fu , kyoto-fu and osaka-fu prefectures existed from the meiji to the showa period . in 1943 , tokyo became ' to , ' and two fu domains of osaka and kyoto were left . under the colonial administration of korea , administrative districts were placed in major cities . equivalent of city in the home country . +the katsura-gawa river is a first class river of the yodo-gawa river system running through kyoto prefecture . the katsura-gawa river originates from sasari-toge mountain pass on the border between sasari , miyama-cho in nantan city ( formerly miyama-cho , kita-kuwada-gun , kyoto prefecture ) and hirogawara in sakyo ward , kyoto city , kyoto prefecture . the river flows south through hirogawara and hanase in sakyo ward , but changes its course westward in the south of hanase . the river runs east-west through keihoku , ukyo ward , kyoto city ( formerly keihoku-cho , kitakuwada-gun ) , and , by way of segi dam and hiyoshi dam in hiyoshi-cho , nantan city ( formerly hiyoshi-cho , funai-gun , kyoto prefecture ) , flowing south towards the kameoka basin afterward . the river runs through the center of kameoka city , flows south-east down hozu-kyo gorge , and then into the kyoto basin at arashiyama southward ; the river then merges with the kamogawa river ( yodo-gawa river system ) in fushimi ward , and is joined by the kizu-gawa and uji-gawa rivers on the border with osaka prefecture , where it becomes the yodo-gawa river . conventionally , the river along keihoku , ukyo ward , kyoto city is referred to as the kamikatsura-gawa river ; the one along sonobe-cho , nantan city is the katsura-gawa river ; the one from yagi-cho , nantan city to kameoka city is the oi-gawa river ; the one from the hozu-hashi bridge or hozu-kyo gorge to arashiyama is the hozu-gawa river ; and the one from arashiyama to the junction is again the katsura-gawa river . these are the conventional names , but after the river act was proclaimed in april 1896 and implemented in june of the same year , only the name katsura-gawa river has been used in administrative documents . in the survey by the geographical survey institute , the entire waterway is described as the katsura-gawa river , and none of the other names mentioned above have been used . kyoto prefecture sakyo ward in kyoto city , ukyo ward , nantan city , kameoka city , ukyo ward , nishikyo ward , minami ward ( kyoto city ) , fushimi ward , and oyamazaki-cho in otokuni-gun hozu-gawa river rafting in hozu-kyo gorge one of the tourist routes in kyoto in order to reach the gorge , one can take a tram on the sagano scenic line of the sagano scenic railway from saga torokko station to kameoka torokko station , and then take the connecting bus to the boat pier ( 15 min ) . after which it is a ten-minute walk from kameoka station . while the river looks calm from a distance , rapids become apparent when one traverses the river in a small boat . kyoto prefecture road 801 , kyoto-yawata-kizu bicycle path a 45 km-long bicycle path connecting the togetsu-kyo bridge in arashiyama and the izumi ohashi bridge in kizugawa city , kyoto prefecture . the path running south from the miyamae-bashi bridge parts from the katsura-gawa river runs along the kizu-gawa river . the katsura-gawa river route is under kyoto city jurisdiction , while the kizu-gawa river route is maintained by kyoto prefecture . downstream of the katsura-gawa river , flowing south into the kyoto basin used to be called the kadono-gawa river , according to the yamashiro-koku fudoki ( regional gazetteers of yamashiro province ; incomplete work ) and the nihon koki ( later chronicle of japan ) . the katsura-gawa river around the arashiyama area is believed to have flowed differently in ancient times from what it does today . as such , the area around the river seems to have suffered from floods . the kadono oi ( weirs ) located on the river , are believed to have been built by the hata clan around the sixth century , who ruled the riverside of the katsura-gawa river such as saga and matsuo . the weir built on the east bank of the katsura-gawa river between shimo-saga and matsuo , is called fushihara tsutsumi . according to the hata-shi honkei-cho ( genealogy of the head clans ) , the name of the river changed to the oi-gawa river from the kadono-gawa river when the weirs were completed . afterward , the river around arashiyama and to the north was referred to as the oi-gawa river , ' 大堰川 ' or ' 大井川 , ' ( in two different descriptions with the same meaning ) , while the river to the south of arashiyama was referred to as the katsura-gawa river , ' 桂川 ' or ' 葛河 ' ( the same as the above ) . the tosa nikki ( tosa diary ) describes the river as the katsura-gawa river , ' 桂川 ' ; in the nihon kiryaku ( historical books written in the heian period ) , the river is known as the oi-gawa river , ' 大堰川 ' ; and in the tsurezure-gusa ( a collection of essays written in the early 1330s ) , the river is referred to as the oi-gawa river , ' 大井川 . ' line 51 of the tsurezure-gusa depicts a scene where water is brought from the oi-gawa river to the kameyama-dono palace in sagano . according to the yoshufushi ( gazetteer of yamashiro province ) , the river downstream to the south of saga was named the katsura-gawa river since the ' katsura-no-sato ' ( village of katsura ) lay on the west side of the river , while upstream , to the north of saga around arashiyama , the river was described as the oi-gawa river . the katsura-gawa river was regularly used to transport wood from tanba , yamashiro , and settsu , as in the case of the present-day keihoku-cho in ukyo ward , which shipped its wood to kyoto for the construction of the heian-kyo . in the 17th century , a wealthy merchant with political ties , ryoi suminokura , built a canal from the katsura-gawa river to connect the present-day yogi-mura ( 与木村 ) in tanba-cho , and yodo and osaka ; consequently , water transportation developed . places such as sonobe , hozu , yamamoto , arashiyama , umezu and katsurazu ( 桂津 ) prospered as port towns . the numbers below represent the distance from the togetsu-kyo bridge . togetsu-kyo bridge ( ukyo ward , kyoto city , kyoto prefecture ) : 0.0 km matsuo-bashi bridge ( ukyo ward , kyoto city , kyoto prefecture ) : 1.8 km ueno-bashi bridge ( ukyo ward , kyoto city , kyoto prefecture ) : 3.6 km nishi ohashi bridge ( nishikyo ward , kyoto city , kyoto prefecture ) : 4.5 km katsura ohashi bridge ( nishikyo ward , kyoto city , kyoto prefecture ) : 6.4 km kuze-bashi bridge ( minami ward , kyoto city , kyoto prefecture ) : 8.8 km daini kuze-bashi bridge [ 1 ] ( minami ward , kyoto city , kyoto prefecture ) : 9.6 km koga-hashi bridge ( fushimi ward , kyoto city ) : 11.8 km hazukashi-bashi bridge ( fushimi ward , kyoto city ) : 14.1 km miyamae-bashi bridge ( fushimi ward , kyoto city ) : 17.1 km 1 . the bridge is scheduled to open in 2007 . the name of the bridge is tentative . +kamigyo ward is one of the eleven wards that constitute kyoto city . located in the center of the city , kamigyo ward occupies the northern part of former kyoto . kamo-gawa river ( yodo-gawa river system ) flows on the east side . the kyoto prefectural government office is located in this ward . history april 10 , 1897 : kamigyo ward was established in kyoto prefecture . april 1 , 1889 : this ward was merged with shimogyo ward to inaugurate kyoto city . kamigyo ward and shimogyo ward became an administrative ward of kyoto city . april 1 , 1929 : sakyo ward was separated . in addition , nakagyo ward and higashiyama ward were generated by separating kamigyo ward and shimogyo ward . september 1 , 1955 : kita ward ( kyoto city ) was generated by separating kamigyo ward . educational facilities , museums and cultural facilities museums kyoto-shi koko shiryokan ( the kyoto city archeological museum ) kyoto-shi rekishi shiryokan ( the kyoto city historical museum ) chado research center gallery raku museum kyo-gashi shiryokan ( the kyoto confectionery museum ) masutomi geology museum transportation railroads karasuma line of kyoto municipal subway ( to / from kokusaikaikan station ) - kuramaguchi station * - imadegawa station - ( to / from takeda station ( kyoto prefecture ) ) kuramaguchi station was placed in the boundary between this ward and kita ward ( kyoto city ) . roads scenic sites , historic sites , tourist spots , specialty , festivals and events kyoto-gyoen park - kyoto gosho ( kyoto imperial palace ) seimei-jinja shrine kitano tenmangu shrine goo-jinja shrine genmu-jinja shrine injo-ji temple ( kyoto city ) daihoon-ji temple st. agnes ' episcopal church ( anglican ) , kyoto ( constructed in 1898 and has been designated as a national important cultural property ) . st.joseph roman catholic church , nishijin , kyoto the meiji hall of heian jogakuin st. agnes school ( built in 1894 and has been designated as a national important cultural property ) . the kamishichiken area ichijo modori-bashi bridge nishijin-ori brocade honbo-ji temple ( kyoto prefecture ) ( the " tomoe-no-niwa garden " beauty spot ) others post office in charge of collection and delivery in kamigyo ward is as follows : the nishijin post office : 602-xxxx +the kamogawa river is a first class river in the yodo-gawa river system that flows through kyoto city , kyoto prefecture . the starting point of the kamogawa river in the river act is around the deai-bashi bridge in kumogahata , kita ward , kyoto city . meeting at the kumogahata iwaya-bashi bridge , the sofudani-gawa river , which originates in the east of mt . sajikiga-take in kumogahata , kita ward , and the kumogahata-iwaya-gawa river , which originates in yakushi-toge mountain pass in the south of mt . sajikiga-take , change their name to the kumogahata-gawa river . the kumogahata-gawa river , joined at the deai-bashi bridge by the nakatsu-gawa river originating in the valley of mt . iodani-yama in kumogahata , becomes the kamogawa river from there on . since the sign indicating the starting point of the river is located at the lower nakatsu-gawa river , the source of the kamogawa river may be believed to be the nakatsu-gawa river ; however , this is the case in the river act , and traditionally , there are a great deal of people who regard mt . sajikiga-take as the source . in addition to the main river , the kamogawa river has a tributary , called kurama-gawa river , which originates in hanse-toge mountain pass in sakyo ward , kyoto city and is joined at kibune-guchi by the kibune-gawa river , originating in seryo-toge mountain pass in ukyo ward , kyoto city . the kamogawa and the kurama-gawa rivers meet at the sanko-bashi bridge to form a larger river . in the legend of the kibune-jinja shrine , kibune is considered to be the place where emperor jinmu 's mother , tamayori-hime-no-mikoto , reached when going up the sources of the yodo-gawa and kamogawa rivers , therefore some japanese legends hold that the kibune-gawa river is the source of the kamogawa river . joined by the kurama-gawa river , the kamogawa river flows into the kyoto basin at kamigamo , kita ward . the river further runs south-south-east alongside the kamigamo-jinja shrine ( kamowake ikazuchi-jinja shrine ) and the shimogamo-jinja shrine ( kamomioya shrine ) , and meets the takano-gawa river ( kyoto city ) right before the kamo ohashi bridge . then , the river flows due south through kyoto city , runs south-west from around the shijo ohashi bridge , and into the katsura-gawa river ( yodo-gawa river system ) at shimotoba , fushimi ward . additionally , in nakagyo ward , the kamogawa river splits west into the takase-gawa river ( kyoto prefecture ) and runs southward parallel to it . as a result of the river act , which was proclaimed in 1964 and implemented in the following year , the name of the kamogawa ( kamogawa river ) from the starting point to the entire downstream is officially written as 鴨川 in kanji ; however , the kamogawa river upstream from the junction with the takano river ( kyoto city ) is conventionally written as 賀茂川 or 加茂川 . in the nihon kiryaku ( historical books written in the heian period ) , the kamogawa river is written as 鴨川 or 賀茂川 , but this does not indicate that people at that time distinguished between the two notations according to the part of the river . the river was also called the higashi-no-gawa river since it ran in the east ( or " higashi " in japanese ) of the heian-kyo . japanese giant salamander a special natural treasure , the japanese giant salamander lives in kumogahata in the upper kamogawa river . after a heavy rain , some of the salamanders are may be swept downstream into the urban area of kyoto city . black-headed gull from the late october to early may , black-headed gulls fly to the kamogawa river every day while spending the winter at lake biwa . while their presence at the kamogawa river is presently a typical winter scene , their presence is relatively recent , and they first appeared in 1974 . in the ise monogatari ( tales of ise ) , a bird called " miyako-dori " ( black-headed gulls ) is described as ' a bird unseen in kyoto . ' ayu the kamo clan was based around the upper kamogawa river in ancient times . the kamigamo-jinja shrine and shimogamo-jinja shrine enshrine the clan 's tutelary deity . the hata clan , who was assigned the yamashiro province , settled in around the lower kamogawa river . the kamogawa river was the eastern limit of heian-kyo . this was influenced by the belief in feng shui shijin soo , an ideal topography for the four taoist gods , with a river in the east , a broad avenue in the west , a basin in the south , and a hill in the north . the straight waterway between the kamo ohashi and shijo ohashi bridges was believed to have been secured at this period . in the medieval period , its riverside adjacent to the urban area of kyoto city prospered as an entertainment spot and attracted many entertainers . one of these was okuni izumo . in 1614 , ryoi suminokura and his son , soan , built a canal , called takase-gawa river ( kyoto prefecture ) , and was used as a waterway to connect kyoto and osaka . the canal was connected with lake biwa via lake biwa canal in 1890 . in the 20th century , however , water transport via these waterways declined due to the opening of the railroad . the kamogawa river was known for having been flooded repeatedly from old times . this problem arises because the kamogawa river has a steep gradient for a river running through a big city , trees of mt . kitayama were logged to build heian-kyo , and the riverside has become a part of the urban area with the eastward expansion of the area . the government post bokashi , charged with river improvement was established in 824 , but did not prevent floods from occurring . the cloistered emperor shirakawa , who held the reins of power in the late heian period , raised the issue of ' water of the kamogawa river ' first as one of his tenka-sandai-funyoi ( three biggest issues on earth that he could not control ) . the east side of the odoi ( mud wall ) , built by hideyoshi toyotomi , was placed along the kamogawa river , and functioned as a levee , as well . in 1670 , the kanbun-shintei ( embankment ) was built between the imadegawa-dori and gojo-dori streets , and the area between the mud wall and the embankment was developed as an urban area . the flood in 1935 caused great damage : 83 people were killed or injured , and in addition , the sanjo ohashi bridge and the gojo ohashi bridge were washed away . as a result of this incident , the river improvement project began and was completed in 1947 despite the suspension by the war and the slight modifications of the project . the river channel was then dug deeper , and many weirs tens of centimeters high were built as they are now . the theory , proposed by tsuneo tsukamoto in 1932 , holds that : the lower kamogawa river up to the junction with the takano river and the waterway between the junction and that of the kamogawa and shira-kawa rivers are artificial waterways ; originally , the kamogawa river ran due south and merged with the hori-kawa river ; the takano river flowed south-west from the current junction and merged with the hori-kawa river at around the choho-ji temple . the core of the theory is that because the kyoto basin slopes from northeast down to southwest , it is unnatural for the kamogawa river to flow up the slope ; thus , the river would have originally flowed down towards the lower ground of the horikawa-dori street . the ' kamogawa river replacement theory ' remained dominant until the 1980 's . subsequently , however , this theory was refuted by the study conducted by takuo yokoyama , professor at doshisha university . when the area around karasuma junior high school was excavated during the construction work of the karasuma line of the kyoto city subway , bedrock was found , making the construction more difficult ; when the underground bedrock was studied through geophysical prospection , it turned out , however , that an underground mountain slopes down southeastward . the underground mountain runs at a right angle from the original waterway proposed by tsukamoto , thereby causing a contradiction ; in fact , the current waterway of the kamogawa river proves to be natural and is influenced by the underground mountain . noryo yuka restaurants on the west bank of the kamogawa river build wooden terraces above the riverside between the nijo ohashi and gojo ohashi bridges form may to september . kyo-yuzen ( dyeing technique ) kyo-yuzen fabrics used to be rinsed in the kamogawa river ( called ' yuzen nagashi ' ) , but , due to water pollution , the method was discontinued in the 1970 's . principle of equal distance at the kamogawa river since the riverside between the sanjo ohashi and shijo ohashi bridges is close to the downtown area , many people spend time there from the early afternoon through the night on weekends . couples and groups of people are said to keep equal distance to one another irregardless of the number of people ; therefore , this phenomenon is sometimes called ' principle of equal distance at the kamogawa river . ' additionally , couples ' kissing on this riverside is sometimes called ' kamo chu , ' an abbreviation of ' kissing ( chu ) at the kamogawa river ( kamo ) ' ; yet , these two words are said to be those that young people like to use but older people do not understand . the kamogawa river ordinance of kyoto prefecture was enforced on april 1 , 2008 . as a result , illegally-parked bicycles , skyrockets , firecrackers , and barbecuing are prohibited in some areas . since the 1980 's kyoto city has planned to build a new footbridge over the kamogawa river in the middle between the sanjo ohashi and shijo ohashi bridges . people on the east side of the planned footbridge are in favor of the plan since the bridge may well energize the area ; on the other hand , those in ponto-cho on the west side are mostly opposed to it , thinking the planned footbridge would crowd the street and destroy the landscape of the town . french president jacques chirac ( former mayor of paris ) proposed a plan to build a footbridge modeling the pont des arts ( arts bridge ) over the seine river in paris when he visited kyoto and met with mayor yorikane masumoto in 1996 . as the year 1998 marked ' the year of france in japan ' and the 40th anniversary of kyoto-paris friendship pledge , the president 's proposal was intended as part of the anniversary celebrations ; once the plan was made public , however , public opinion was divided into two opposing groups : some welcomed the plan because the planned footbridge would attract more visitors while others criticized the french-style architecture , for it would ruin the landscape . from public notice and access to the city planning of 1997 , it turned out that the number of public comments for the footbridge plan surpassed that of public comments against it ; nonetheless , citizen groups opposing the plan criticized the decision as hasty , saying that the city had compared only the numbers of the comments without thoroughly examining the contents of them . as the french newspaper le monde also published an article criticizing the plan , the dispute involved an entity outside the city . in 1998 , kyoto city finally withdrew the plan to build the arts bridge , but is still eager to forward the plan to build a footbridge . iwaya-bashi bridge , deai-bashi bridge , sanko-bashi bridge , taka-bashi bridge , shoda-bashi bridge , shikuro-bashi bridge , nishikamo-bashi bridge , misono-bashi bridge , kamigamo-bashi bridge , kitayama ohashi bridge ( kitayama-dori street ) , kitaoji-bashi bridge ( kitaoji-dori street ) , izumoji-bashi bridge , aoi-bashi bridge ( shimogamo-hondori street ) , kamo ohashi bridge ( imadegawa-dori street ) , kojin-bashi bridge , marutamachi-bashi bridge ( marutamachi-dori street ) , nijo ohashi bridge ( nijo-dori street ) , oike ohashi bridge ( oike-dori street ) , sanjo ohashi bridge ( sanjo-dori street ) , shijo ohashi bridge ( shijo-dori street ) , donguri-bashi bridge , matsubara-bashi bridge ( matsubara-dori street ) , gojo ohashi bridge , shomen-bashi bridge , shichijo ohashi bridge ( shichijo-dori street ) , shiokoji-bashi bridge ( shiokoji-dori street ) , rail bridge on the tokaido main line of west japan railway , rail bridge on the tokaido shinkansen of central japan railway company ( jr central ) , rail bridge on the jr nara line , higashiyama-bashi bridge ( kujo-dori street ) , toka-bashi bridge ( jujo-dori street ) , kanjin-bashi bridge ( takeda-kaido road ) , kuina-bashi bridge , rail bridge on the kintetsu kyoto line of the kintetsu railways , takeda-bashi bridge , kyoto minami ohashi bridge ( abura-koji-dori street ) , omiya ohashi bridge ( omiya-dori street ) , toba ohashi bridge ( national highway 1 ) , kamogawa-bashi bridge ( meishin expressway ) , koeda-bashi bridge , and kyokawa-bashi bridge +maizuru is a harbor city located in the northern part of kyoto prefecture ( formerly tango province ) overlooking the sea of japan . summary for further details on maizuru city prior to may 26 , 1943 , also refer to ' nishi-maizuru . ' for further details on the part of maizuru city that used to be called higashi-maizuru city , also refer to ' higashi-maizuru . ' a major port town in kita-kinki , maizuru plays a central role in kita-kinki 's administration and economy . in addition to the military port in the east of maizuru , the city has undergone development in the areas of heavy industries , shipbuilding and glass industries which form the urban areas of maizuru . the port can be divided into two main parts : higashi ( east ) - maizuru ( higashi-maizuru city ) , which developed as a result of the military port , while nishi ( west ) - maizuru ( maizuru city from may 26 , 1943 ) , originated from an old trade port of a castle town . the part of the city which corresponds to nishi-maizuru of maizuru city prior to may 26 , 1943 , is sometimes called old maizuru city ( hereafter , nishi-maizuru may be referred to as the ( old ) maizuru city for convenience ) . land maizuru faces the japan sea while maizuru bay splits the city to the east and west with its ria coasts . the entrance to the bay is protected by the bakuchi misaki and kanagamisaki cape from east and west , which form a safe natural harbor . mt . aoba ( kyoto prefecture and fukui prefecture ) which lies between the border with fukui prefecture ( reinan ) , is the highest peak in the city . the area from wakasa bay to the oura peninsular located in the north-east end of the city is designated as wakasa bay quasi-national park . development within the city is split between the east and west . this is due to the gorogadake mountain , which runs up the center of the city , separating it into the east ( higashi-maizuru ) and west area ( nishi-maizuru ) . higashi-maizuru was a former munitions city , but today flourishes in heavy industries centered around ship building and an old military port . meanwhile , nishi-maizuru , a former castle town , comprises the commercial and industrial areas where the national and kyoto prefecture government administration offices as well as industrial complexes are centered . as such , the east and west of maizuru possess different characteristics , between which there still remains an " east and west competition , " which dates back to the times of old maizuru city and higashi-maizuru city . yura-gawa river , located in the west end of nishi-maizuru town area acts as a border between miyazu-city , where it is famous for its beautiful scenery of amanohashidate . the city is surrounded by sea and forest , with buildings comprising as much as 1,143 ha , forests 6,410 ha , out of the limited total area of 10,320 ha . kanmuri-jima island is famous as the last paradise for streaked shearwater . maizuru line and obama line of west japan railway company cross the city , while the west part of the city is served by the kitakinki tango railway , miyazu line . road access to the city is provided by the maizuru wakasa express way . currently , re-development is underway in front of higashi-maizuru and nishi-maizuru stations . the city falls under the japan sea cost climate with low temperatures in winter owing to the northwest seasonal wind , and sees much rain and snow ( the city has a famous maxim stating " do not forget to carry your umbrella with you when you go out even if you forget your lunch box " ) . however , temperature differences between summer and winter are relatively small , and its climate is much more comfortable when compared to the basin area . the average annual temperature is 14.3 degrees celsius , with an annual precipitation of 1786.3 mm for maizuru city , which is very close to the average calculated from 152 meteorological observatories in japan . from prehistoric to the battle of sekigahara it is said that humans first settled in maizuru roughly 10,000 years ago . rice was grown across a wide area during the yayoi period , including the yuragawa-river basin . in ancient times , regional administrators were divided , and maizuru belonged to ninokuni province . as the yamato dynasty expanded its territory , ninokuni was divided during the nara period , causing maizuru to be incorporated into kasa-gun , tango province . the manor of daigo-ji temple was placed in maizuru , during the nanbokucho period , kasa-gun including present-day maizuru , came under the control of the isshiki family , following mitsunori isshiki 's rise to shugoshoku ( regional governor ) of tango province after the establishment of the muromachi bakufu ( japanese feudal government headed by a shogun ) . afterwards , tangonokuni ( tango province ) continued on as a fiefdom of the isshiki family . the isshiki family fell after joining the seigun ( the western army ) in the onin war during the late muromachi period . tangonokuni was then beset with turmoil as it faced constant attacks by the hosokawa and takeda clans , as well as gekokujo ( a coup ) . in 1575 , during the end of the sengoku period ( period of warring states ) , mitsuhide akechi and yusai hosokawa who were ordered to invade tanba and tango by nobunaga oda , killed former shugoshoku yoshimichi isshiki , leading to the downfall of the isshiki clan . through nobunaga 's orders , tango province came under the territory of fujitaka hosokawa , with maizuru becoming his base . ( mitsuhide akechi was given tanba province and then he made kameoka city his base . ) the hosokawa family carried out development of maizuru , and continued to govern the territory after the honnoji incident . when the battle of sekigahara broke out in 1600 , the hosokawa family joined the togun ( eastern army ) led by ieyasu tokugawa . fujitaka hosokawa then moved from miyazu-jo castle , which was rather small at the time , to the larger tanabe-jo castle ( tango province , maizuru-jo castle ) which contained a large moat and was considered easier to defend , but was eventually besieged . ( the battle of tanabe-jo ) facing a detached unit of the seigun ( western army ) however , he quit the castle under the royal orders of the emperor goyozei . ( for further details , refer to yusai hosokawa ) primogenitor of the maizuru clan , takamitsu kyogoku after the battle of sekigahara , takatomo kyogoku was transferred from the iida clan , shinano province . he then governed the whole territory of tango province as the tango clan , which naturally included kasa-gun ( maizuru ) as well . the tango clan was then divided between the takatomo kyogoku 's sons , and takamitsu kyogoku ( descendant of doyo kyogoku ) who founded the maizuru clan ( tanabe clan ) ( 35,000 koku ( nominal total annual rice crops of the clan ; 1koku = 5.119 u.s. bushels ) . takamitsu kyogoku rebuilt maizuru-jo castle ( tanabe-jo castle ) which was abandoned due to the " one clan , one castle " policy of the tokugawa shogunate , and maintained the castle town , laying the foundation for the future development of maizuru . eventually , the kyogoku family was transferred to the toyooka clan , tajima province . after which , tomishige makino , a son-in-law of takamitsu kyogoku inherited the tango tanabe clan . the clan then prospered as the makino family , a clan worth 35,000 koku , until the end of the edo period . from the meiji era to wwi in 1869 , hansekihokan ( the return of the land and people from the feudal lords to the emperor ) was carried out , a year after the meiji restoration . the dajokan ( great council of state ) then ordered that the name of the tango tanabe clan be changed , in order to prevent duplicating the name of the kii tanabe clan , causing the tanabe clan to change its name to the maizuru clan after the pseudonym of maizuru castle ( tanabe castle ) , in june of the year . in 1871 , nishi-maizuru was then designated as the capital of maizuru-ken ( prefecture ) following haihanchiken ( abolition of feudal domains and establishment of prefectures ) . however , in october of the same year , it was incorporated into toyooka ken , ( prefecture ) and in 1876 , was incorporated again into kyoto fu ( prefecture ) . however , in october of the same year , it was incorporated into toyooka ken ( prefecture ) , and in 1876 , was incorporated again into kyoto fu ( prefecture ) . in 1873 , a karo ( chief retainer ) of maizuru clan , shinroku kawamura founded maizuru city meirin elementary school based on the han school ( clan school ) of maizuru , meirinkan , which produced many scholars . kasa-gun maizuru-cho ( nishi-maizuru ) was then established in 1889 , during the introduction of organization of municipalities . following this , the chinju-fu ( a large and critical army or naval base ) was installed in higashi-maizuru in october 1901 , due to maizuru 's position as a military choke point , of which the first director was heihachiro togo . the birthplace of nikujaga ( simmered meat and potatoes ) , togo is said to have created this recipe in higashi-maizuru . along with the installment of chinju-fu , a large-scaled housing land development was planned at hamamura , higashi-maizuru . like the city of kyoto , the streets of the new town district were laid out at right angles ( streets are named ichijo to kujo from the south to the north , and the names of warships were used from the east to west ) and many naval offices and subsidiary agencies were placed there ( cf . destroyer " yukikaze " of the japanese navy was built in maizuru ) . although maizuru saw successful development as a military capital , according to the washington naval treaty in february 1923 , maizuru chinju-fu was scaled down to a critical naval department with the naval arsenal also being reduced to a naval factory department . as a result , the population of the city temporarily decreased , slowing the economy . in september of the same year , the naval engineering college responsible for bringing up navy engineering officers in yokosuka city , was hit by the great kanto earthquake . the facilities were then planned to be moved to maizuru . in july 1936 , as the maizuru critical naval department was upgraded to chinju-fu status , the city prospered and the population reached its peak . in 1943 , together with the acceleration of war , maizuru chinju-fu enhanced its function as a japanese naval base , and many naval facilities were built not only in higashi-maizuru city ( higashi maizuru region ) but also in old maizuru city ( nishi maizuru region ) . further , the maizuru navy arsenal 's function as a weapon 's arsenal was enhanced , producing many weapons / arms ( mainly naval vessels ) which included special purpose weapons such as the koryu . as a result the japanese navy required both cities to become a single large naval port city . however , old maizuru city was hesitant , and proposed many conditions which included stipulating the location of city hall . higashi-maizuru city accepted these conditions and , given the situation prevailing at that time and the request to build a large naval port , both cities left the decision to the governor of kyoto prefecture . on may 27 , which happened to be maizuru city navy commemoration day of the same year , both cities were united . the city hall was to be located in the naka-maizuru branch of higashi maizuru city , and the total population reached over 150 thousand people , making maizuru city the largest , most important city on the japan sea coast . as the defense industry expanded due to the mounting war , maizuru became a logistic support city , and the city saw an increase in its population as well . on july 29 , 1945 , us planes suddenly appeared over maizuru city , and commenced an air raid which focused on the navy arsenal . the next day , us forces again air-raided maizuru , this time on maizuru port which subsequently suffered a large number of casualties . on august 15 , 1945 , wwii ends a detachment from the us occupation army was stationed at maizuru city after the war , while the government designated maizuru as a port to receive forces being recalled from the mainland . starting in 1945 , over 660 thousand forces were repatriated as they landed on the motherland over the course of 13 years . the story of " ganpeki no haha " became famous at this time . ( mothers on the quay : mothers standing and waiting desperately at the quay for their sons , namely the defeated servicemen as they came down from the vessels carrying refugees ) today , the maizuru repatriation memorial museum stands at taira ( maizuru city ) in place of where the piers of repatriation used to exist . soon after military facilities were established in both maizuru cities , it became necessary to control maizuru as a single military city , as it was the only one on the japan sea coast . and in 1943 , the japanese imperial navy required both east and west maizuru city to unite . accepting this requirement , ( old ) maizuru city and higashi maizuru city , were joined on may 27 , 1943 . thus was born the new maizuru city . the population at the time was 154,953 . however , as was mentioned before , the people of ( old ) maizuru city ( nishi-maizuru ) were proud of their history as an old castle town / town of commerce and a center of kasa-gun . people in the old higashi-maizuru city ( higashi maizuru ) where maizuru chinju-fu was founded and developed as a military city , were quite different , which brought a movement to life to separate the two cities . at the time , the wartime system regarding municipality consolidation , which was propelled by the military , was being revised . and in 1949 , the nishi-maizuru region moved to propose a request for separation of east and west . in march 1950 , a referendum was carried out in the nishi-maizuru region resulting in 7,046 votes for , 6,070 against , 4,483 abstention votes , resulting in its ratification . however , the kyoto prefecture assembly vetoed the motion , adopting the resolution that " ( maizuru should ) be prosperous not only as a central city of northern kyoto but also as a large port city in kyoto prefecture . " from the incorporation of kasa-cho town to the present in 1957 , kasa-gun kasa-cho which had long been related with maizuru was incorporated in maizuru city , forming today 's maizuru city . for the first time , the total population exceeded 100,000 . ( over time , the population has slightly decreased . ) maizuru established itself as a regional hub city in kita-kinki . even today , maizuru houses the maritime self-defense force maizuru district headquarters ( established in 1952 ) and 8th regional coast guard headquarters ( established in 1948 ) , taking on the characteristic of a defense base . since maizuru port was designated as an important port in 1951 and also designated the first among the japan sea coast ports as faz ( foreign access zone ) , it has thus taken on the characteristic of a logistics / trade city functioning as an international trade port with periodical container carrier routes between the people 's republic of china , republic of korea and russian federation . and maizuru also contains the chutan wide area promotion bureau and kinki finance bureau , and continues to expand as an administration city . in april 2008 , the launch ceremony for the japanese maritime defense forces ' ice breaker shirase , built at universal shipbuilding corporation , took place . 1871 : nishi-maizuru becomes the capital of maizuru ken ( prefecture ) after " haihanchiken . " november 1871 : maizuru is incorporated in toyooka-ken ( prefecture ) . 1876 : toyooka-ken is divided and maizuru is incorporated in kyoto-fu ( prefecture ) . 1889 : maizuru town organization is established . 1901 : maizuru chinju-fu is installed in higashi maizuru 1938 : nishi-maizuru and higashi-maizuru establish the city organization as ( old ) maizuru city and higashi-maizuru city respectively . 1943 : through decree of the navy , ( old ) maizuru city and higashi maizuru city consolidate to form today 's maizuru city . population at the time is 86,051 . 1945 : ukishima-maru incident occurs . 1948 : maizuru coast guard headquarters is established . maizuru port is designated as a specified port . 1950 : a referendum is passed regarding separation of maizuru city into east and west . later , kyoto prefecture assembly veto the movement . 1951 : maizuru port is designated as an important port . 1952 : japan coast guard school is founded . coastal safety force ( maritime self defense force ) district headquarters is established . 1953 : kyoto prefecture maizuru bureau ( today 's kyoto prefecture chutan wide area promotion bureau ) is established . 1957 : kasa-cho is incorporated into maizuru city . population at the time is 102,588 . 1963 : a new city hall building is constructed . 1965 : the maizuru national college of technology is founded . 1976 : maizuru stadium is constructed . 1990 : maejima wharf is constructed in maizuru port . 1991 : maizuru-wakasa expressway was extended to maizuru-nishi interchange . 1993 : aka renga museum is opened . 1994 : maizuru municipal administrative museum is constructed . 1995 : goro sky tower is constructed . 1998 : maizuru-wakasa expressway is extended to maizuru-higashi interchange . 1999 : west japan railway company maizuru line is electrified . 2003 : jr obama line starts operation as an electrified railway . 2004 : the kansai electric power co . , inc . maizuru power plant starts operations . with the cooperation of the above company , maizuru sea park opens and the pr boat inside the park , el mar maizuru etc . , starts operations . population main office of the city hall is located in higashi-maizuru . mayor akira saito is elected during the february 11 , 2007 mayor election . city assembly consists of 30 seats . structure of mayoral elections / city council factions at the election of the city assembly held on november 17 , 2002 , 31 candidates ran for 30 available seats . the election was severely contested among the selected few . as on the national political scene , both the liberal democratic party and democratic party ( 1998 - ) adopted or recommended candidates , resulting in both sides acquiring seats . today , adding to the ruling party-sided conservative 2 factions , the democratic party line shoyukai also appraises the mayor 's municipal government administrations . independent assembly members formed a new faction , the people 's forum maizuru , in december 2005 . in the current city assembly , it is said that all parties except the japanese communist party constitute the all-ruling-party system . at the election of the city assembly held on november 19 , 2006 , 32 candidates ran for 30 available seats . as had happened previously , the election was strongly contested , with mayor-supporting ruling-party candidates , such as those of a conservative bent generally garnering the votes . after the election , the number of special committees was reduced from four to three . at the mayoral election held on february 11 , 2007 , after the incumbent mayor mitsuoki emori had announced his retirement , the previous deputy mayor , who had raised problems such as those involving the maizuru municipal hospital ( the pros and cons of private consignment of its management ) , and advocated the continuation of the emori administrations , was recommended by mps such as sadakazu tanigaki / bunmei ibuki , some kyoto prefecture assembly members and the ldp . at the same time the former city assembly member and previous prefecture assembly member , saito , ran the race for mayor as an independent candidate backed by the former hospital director for maizuru municipal hospital and relatives of the ( now defunct ) former maizuru mayor , resulting in a split among the conservatives . in addition , a dp candidate backed by mp tetsuro fukuyama and jcp candidate also joined , resulting in a total of four candidates in the race . despite the extreme competition saito persevered and won the election . much focus is being placed on the future municipal administration . budget the general account for maizuru in fy 2007 was \ 32,234,030,000 which weighed on assistance provided to the maizuru municipal hospital , which faced a shortage of doctors and cutbacks in various functions , together with focus placed on trade promotion project expenditure towards the maizuru port . overall , a 0.4 % decrease from the previous year was seen . within the budget , independent revenue sources such as the municipal inhabitant 's tax increased to 54.1 % , due to significant increases in fixed property taxes resulting from the start of operations of kansai electric power thermal power plants in 2004 . the special account totaled \ 35,341,000,000 . the welfare budget totaled 30.9 % while the civil engineering budget was 15.2 % of the total . among the individual projects , \ 0.2 billion was budgeted for the maizuru port trade promotion project including the promotion for the construction of wada warf . the city budgeted \ 24,000,000 for the management of maizuru chiegura , ( maizuru wisdom warehouse ) expected to open in april 2007 . \ 277,500,000 was allocated to aid enterprise invitation activities including those for the west japan plant of kenko mayonnaise co . , ltd constructed in kuratani industrial park , while \ 3,046,060,000 was allocated for the municipal hospital operations account , as well as \ 462,430,000 for the new landfill project . the balance for city bonds issued was \ 71.8 billion , a decrease of \ 0.2 billion from the previous year . funds / deposits are expected to be \ 12.2 billion . although maizuru city 's finances are favorable compared among the rest of the northern kyoto autonomous bodies , the city has concerns including depopulation , maizuru municipal hospital management , etc . maizuru city is poised to tackle these issues through administrative reform in its policies . maizuru city has many national branch offices as the city is the northern center of economy and administration for kyoto prefecture , while also possessing the port of maizuru . kyoto district court maizuru branch is the only branch among the four northern branches that has functions to handle cases in banc at the district court , as well as criminal cases of the family court involving juveniles . additionally , the detention center , which is under control of the ministry of justice , is the only one in the northern area attached to the maizuru detention branch . since maizuru city was for a long time a munitions city that had a chinju-fu with a military capital both before and during the war , it has been an oceanfront-type heavy industrial city since the end of war . as a result , maizuru has the largest economy in the kita-kinki region . however , now economy has been sluggish because maizuru suffers from a change in industrial structures and chronic shortages in usable land . recently , although the maritime self-defense force maizuru district headquarters has increased personnel , the numbers of local branches of firms located in maizuru has been decreasing due to mergers , resulting in a decrease of the population . today 's figures are 3 % less compared to 97,780 in 1975 . the maizuru urban area includes the whole of maizuru city , the entire takahama-cho town , oi-gun fukui prefecture and part of oi-cho town / ayabe city / miyazu city . the total population of the market area is estimated to be about 120,000 . until the development of la port ( explained later ) in 1995 , there were no mass merchandising stores other than one store in nishi-maizuru ( sato maizuru ) , and a shopping district near the train station ( higashi-maizuru : sanjo / yashima / omon malls and nishi-maizuru : manai mall ) which was able to operate without severe competition . in recent years , al ( kyoto prefecture , head office is in maizuru city . opened in 1995 ) of the heiwa-do group moved in front of the higashi-maizuru station . also , suburban type restaurants , entertainment facilities and large-scaled suburban stores moved in , alongside the shiratori kaido road ( kyoto prefecture road no. 28 , ogura nishi maizuru line ) connecting the east and the west town areas of maizuru , and alongside the national road no. 27 in nishi-maizuru , with the market area extending to the neighboring municipalities as the new kita-kinki market area . accordingly , the aforementioned shopping districts near the train stations steadily declined , with many vacant stores appearing . 24-hour-operated convenience stores such as lawson also moved in . as for the shiratori kaido road , a by-pass and 4-lane project was proposed . however , the road has already become a town area , which brought a stop to the above projects . as a result , a new road plan was proposed to widen the old shiratori kaido road , making room for a new by-pass . although maizuru city used to be the largest industrial city among the japan sea coastal cities , and temporarily held a population of about 200,000 during wwii , today its rank in this respect is lower . however , maizuru city is still an important position as an economic center of northern kyoto , and the closest port of japan sea to the kinai area ( territories in the vicinity of the capital and under direct imperial rule , the five kuni in the immediate vicinity of kyoto ) . thus the prefecture and the ministry of land , infrastructure , transport and tourism is prepared to maintain the port as a critical point and has widened the function of the new port wada warf ( tentative name ) to harbor larger vessels and handle containers . the population of the central town area of maizuru city decreased from about 8,400 in fy1985 to about 6,300 in fy2000 , with total net sales of merchandise also decreasing by 35 % from about \ 1.7 billion to about \ 1.1 billion . the municipal and prefecture government are trying to recover and stimulate the city . these days , high-rise condominiums are being built around the higashi-maizuru station . there were 326 manufacturer related business institutions in maizuru city as of 2002 , 531 construction business institutions , and 2,390 wholesale / retail sale / catering trade institutions . industries in maizuru city originally included oceanfront-type heavy industries such as shipbuilding , glass manufacturing and logging , with a boom in shipbuilding being seen in recent years . the total economic scale of the entire manufacturing sector is \ 270 billion , the most in the kita-kinki region . however , excluding large scale firms , this is scaled down to \ 65 billion , meaning that there are few sme and micro enterprises . among manufacturing industry , the largest is the ceramic industry ( glass ) , worth about \ 80 billion followed by drinking cans , transportation units ( shipbuilding ) and the logging industry . primary industry workers total about 3,400 , roughly 7.3 % of the total . secondary industry employees total about 14,300 which comprise 29.9 % , with tertiary industry employees amounting to an estimated 30,000 or 62.8 % . this implies that maizuru city can be said to be a tertiary industrial city where service industries are active , making it a city of commerce when compared to neighboring municipalities . as an example of recent large scale business advances , a top soft drink manufacturer and leading cosmetics manufacturer moved in to kuraya industrial park ( kyoto ) in the kuraya district which was developed by the municipal government in 1990 . this is in addition to nihon kotsu co . , ltd ( osaka ) which was invited to the kita industrial park in december 2004 . further , in 2006 it was decided that kenko mayonnaise co . , ltd would move to the site within kuraya industrial park formerly occupied by shiseido co . , ltd . both yura-gawa and yohoro-gawa river flow through maizuru city , with 1,620 ha of accompanying land area used for agriculture which comprises 4.7 % of the total area . of this , rice fields comprise 77.8 % of the area where koshihikari rice is mainly produced . other fields used for farming total 368 ha , and are used for general farming . the agricultural population declined to 11.9 % in 2000 . ( 2,831households ) by comparison , this figure was a little over 15 % in 1990 . the agricultural workers face an advancing aging crisis which mirrors the rest of the country . as of 2000 , 387 households were engaged in the fishing industry , among these , 332 were individual fishery management institutions and 55 were employed by fishery institutions . workers in the fishing industry within maizuru city also face an aging crisis , with the ratio of fisherman under 65 years of age having declined to 59.3 % . mainly sardines and japanese horse mackerels are caught landing at maizuru port , and recent years , they try to sell local iwagaki ( oyster ) caught in near maizuru water with the brand name ' maizuru kaki oyster . ' forest land rate for all of maizuru city is 79.0 % , 27,015 ha , and the artificial forest rate is 34 % , 8,597 ha . the national forest is 754 ha , 2.8 % against 26,261 ha of private forests . households engaged in forestry is 1,239 , a 3.6 % share compared to the total number of city households . protected forests total 4,322 ha , only 16.0 % of the total . three friendship towns as of 2005 . maizuru city has no domestic friendship town ( s ) . overseas nakhodka , russian federation sister-city affiliation established on june 21 , 1961 : first sister-city affiliation between japan and russia ( then part of the soviet union ) dalian city , prc friendship-city affiliation established on may 8 , 1982 . portsmouth , england sister-city affiliation established on may 15 , 1998 . the region dialect in maizuru city , the maizuru-ben dialect ( chatta-ben dialect ) is represented by the postfix , ' chatta ' which is unique to the dialect and quite different from the kyoto-ben dialect or even the fukui-ben dialect . ~ shichatta , ' a usage example of the aforementioned ' chatta ' is ' ~ sareta ' ( respectful form of ' shita ' or did of the 2nd or 3rd person ) ' in the standard japanese language . further , ' ~ shitotten ' in maizuru-ben dialect is the same as the interrogative ' ~ shiteiruno ? ' ( are you doing ~ ) in standard japanese language while the same ' ~ shitotten ' in osaka-ben dialect is a past form , ' ~ shite-ita ' ( i was doing ~ ) of standard japanese and completely different from the maizuru-ben dialect in its meaning and intonation . the language and its pronunciation of maizuru is very close to standard japanese language and basically different from the kanto-ben and kansai-ben dialect , too , perhaps due to the fact that maizuru was a naval base port city located in the center of the japan sea coast . in kyoto or osaka , many people put the postfix ' ke ? ' instead of standard ' ka ? ' in interrogative sentence , however , in maizuru , this ' ka ' or ' ke ' turns to ' ko ? ' it is said that the people of kyoto also feel that the usage of this " ~ ko " is strange . people in maizuru use double consonants , ( namely ' tsu ' when writing ) . motte itteta no desuka ? ' ( did you bring ( it ) out ? ) turns to ' mottettottan ko ? ' based on the common characteristic of the maizuru-ben dialect , the local hero ' maizuru boei-sentai chatta-man ' ( the maizuru guardian chatta-man ) was created , is popular in many local events . the percentage of the population of maizuru city aged 65 or older is relatively high compared with that of kyoto prefecture as a whole ( 19 % ) because of the large number of young people from maizuru city that leave the region . the prefecture and municipal governments are taking counter measures against the increasing population aging rate in the east and west towns . although the birth ratio is over 1.8 and higher than the national average , dynamic trends in the population caused a natural reduction to occur for the first time in 2004 . population aging rate of maizuru city : 21 % ( when limited to the towns , this goes up to 28 % ) average life expectancy : male 77.1-years , female 84.4-years old . birth ratio of maizuru city : 1.82 ( entire kyoto prefecture is 1.28 ) healthcare in maizuru city , there are 4 large general hospitals such as national hospital organization maizuru medical center , maizuru municipal hospital , maizuru red cross hospital and maizuru kyosai hospital . other than these , there are 9 large scale hospitals . also , when including small and medium sized hospitals , there are an estimated 75 hospitals scattered across the city . 211 doctors are based in the city . there are many out-patients who come from miyazu city , yosa-gun and oi-gun , fukui prefecture . further , maizuru is positioned as a healthcare service base in northern kyoto . the kyoto prefectural maizuru rehabilitation center for crippled children , kyoto prefectural blind school and kyoto prefectural school for deaf-mutes are located here as well . child raising baby home - public 5 , private 9 , nonpermitted 6 regional child raise support center - single function type 1 , paralleled with baby home 2 after-school day care ( so-called after school care program ) - provided at 10 facilities children 's nursing home - 2 elderly welfare elderly welfare - nursing home 1 , center for social welfare for the aged 2 welfare for the handicapped - welfare facility for the physically-handicapped 1 , support center for hearing and language disabilities 1 apart from elementary schools , junior high schools and high schools , there is also the national college of technology , research institutions of various universities and the japan coast guard school , an institution of the japan coast guard . additionally , the prefectural school for disabled children ( today 's special support school ) was constructed in 2005 . since 2003 , the municipality has proceeded to strengthen its cooperation with the kyoto seika university in many fields , such as regional development , utilizing the maizuru natural and cultural gardens , etc . both the municipality and the university agreed to found the maizuru satellite office on march 3 , 2005 . prior to its foundation , a ' preparatory office ' was established . from kyoto station limited express ' maizuru ' or ' tango discovery ' ( approx . 1 : 30 to higashi-maizuru station ) limited express ' hashidate , ' ' tanba ' or ' kinosaki , ' which then changes to the local maizuru line at ayabe station ( approximately 1 : 40 to higashi-maizuru station ) from jr osaka station limited express ' kitakinki , ' ' tango explorer ' or ' monju , ' which then changes to the local line in the maizuru direction at fukuchiyama station ( approximately 2 : 10 to higashi-maizuru station ) . other maizuru wakasa express way - ( from kobe to maizuru-higashi interchange : approximately 1hour ) direct bus routes to maizuru : from kyoto , osaka , kobe , tokyo shinagawa bus terminals ( reservations are required except on the kyoto route ) . maizuru line was constructed by the government where railway lines were generally constructed privately at the time , due to the needs to hasten completion because of the coming russo-japanese war . all lines were opened on november 3 , 1904 . later , maizuru-ko and naka-maizuru lines were constructed as feeder lines , but are both discontinued today . maizuru line was succeeded by the west japan railway company on april 1 , 1987 and in 1991 , the maizuru railway department in charge of the maizuru line was newly organized as part of jr west . on july 13 , 1996 , higashi-maizuru stationwas constructed on a bridge across the line . on september 25 , 1999 , nishi-maizuru station was constructed on the bridge across the line . stations main station : higashi maizuru station of jr west maizuru line and obama line . other stations located within maizuru city : nishi-maizuru station , magura station , matsunoodera station , shisho station , shinonome station ( kyoto prefecture ) tango-kanzaki station . railway routes maizuru line obama line kita-kinki tango railways , kita-kinki tango railways miyazu line . kyoto kotsu express buses to kobe , kyoto , osaka and umeda are available . sea routes shin nihonkai ferry : maizuru port to otaru port . maizuru steam ship : ceased operation in the end of september 2004 . maizuru port pleasure boat on march 26 , 1991 , the maizuru express way ( today 's maizuru-wakasa express way ) between fukuchiyama interchange and maizuru-nishi interchange opened to became the first automobile express way in maizuru city . additionally , on march 8 , 1998 , the maizuru oe interchange of the kyoto longitudinal expressway was completed . on the 18th , the long awaited maizuru-nishi interchange and maizuru-higashi interchange opened , heralding the completion of the first express way network . on november 8 , 2006 , ' sugasaka by-pass ' of kyoto prefectural road no. 51 , maizuru wachi line ( total extension 2.3 km ) , connecting maizuru city higashi area and ayabe city kanbayashi area opened . maizuru has many historic sites , owing to its development as kokufu ( provincial capital ) of tango province from the muromachi to azuchi-momoyama period . also , due to the location of maizuru chinju-fu , many old navy related facilities are still located in the area . the path with views of ' old warehouses and maizuru bay ' forms one of the selection of a hundred promenades . on saturdays , sundays and national holidays , maizuru sightseeing excursion buses operate across a variety of sight seeing points ( an operation support fee of \ 100 is charged ) . famous and historical places red-brick museum maizuru municipal administrative museum maizuru chiegura ( maizuru wisdom warehouse ) navy memorial museum kitasui water purification plant ? this distribution reservoir and facility shed has been designated as a nationally important cultural asset , and labeled the ' former maizuru chinju-fu water supply facility . ' old kanzaki brickyard hoffmann-style ring kiln maizuru repatriated museum matsunoo-dera temple ; no. 29 pilgrim stamp office of the 33 temples of saigoku . kongo-in temple ( maizuru city ) enryu-ji temple ( maizuru city ) asashiro-jinja shrine - former prefecture shrine hongyo-ji temple ( maizuru city ) - bodaiji ( family temple ) of a provincial head of tango , takatomo kyogoku , . keirin-ji temple tane-ji temple - there is a statue of kongo-rikishi ( designated as an important cultural asset ) created during the kamakura period . goro sky tower - from the top of the tower tourists are able to view the entire maizuru bay area ; this was selected as view number one of 100 famous views of kinki . meirinkan main gate - main gate of the clan school founded by domain head fusashige makino during the edo period . tanabe-jo castle ( tango province ) , ( also known as maizuru-jo castle ) maizuru city local museum anju-hime-zuka ( tumulus of princess anju ) yukinaga family house maizuru crane bridge maizuru port pleasure boat - the boat circles in higashi maizuru bay from higashi-maizuru sanjo coast . path to view maizuru red-brick warehouses and maizuru bay , selected as the selection of a hundred promenades interactive facilities , etc . maizuru seaside park maizuru natural and cultural gardens aobasanroku park ( camping site / putting golf / pottery house ) toshima island ( kyoto prefecture youth island ) , commonly called ponpoko-jima island nohara fishery facility ' shionome ' maizuru fururu farm marine activities ryuguhama swimming beach nohara swimming beach kanzaki swimming beach zuwai-gani crab boiled fish-paste products ( " kamaboko , " fish minced and steamed , " chikuwa , " fish sausage etc . ) " maizuru kamaboko " ( fish minced and steamed ) - one of the firstly authorized local brands . tango tori-gai cockle maizuru kaki oyster iwa-gaki oyster maizuru kaki ( oyster ) -don rice bowl dishes , maizuru iwa-gaki ( oyster ) -don rice bowl dishes , manganji amato , ( manganji-temple green pepper , the same as manganji togarashi ) oura-mikan mandarin orange maizuru tsutsuji ( azalea ) matsuri festival ( may ) hotokemai , buddha dance ( may ) maizuru tanabe-jo matsuri festival ( may ) minato maizuru chatta matsuri festival ( july ) aka-renga summer jazz in maizuru ( august ) machi-asobi festival ( august ) joya no age-taimatsu festival ( august 14 ) obase no shorai-bune ( ship of souls ) ( august 15 ) yoshiwara no mandoro fire festival ( august 16 ) maizuru sakana matsuri festival ( october ) aka-renga festa ( maizuru ) ( october ) zip codes are as follows ( revised on september 19 , 2006 ) higashi-maizuru post office : 625-00xx , 625-85xx , 625-86xx , 625-87xx , 625-01xx nishi-maizuru post office : 624-08xx , 624-09xx , 624-85xx , 624-86xx , 624-87xx , 624-01xx long distance code - entire city 0773 total households : 34,000 ( april 1 , 2008 ) registered foreigners : 1,361 ( 2004 ) +fukuchiyama city is the second oldest city in kyoto prefecture and is located in the tanba region in the northern part ( old tanba province ) of kyoto prefecture . it is said that people lived in the surrounding area including fukuchiyama city from the beginning of the jomon period ; many influential powerful families are thought to have lived here because many ancient tombs and dwellings were found across a wide area . a central place was not established because most lands were used as manors thereafter , but in the sengoku period ( period of warring states ) , mitsuhide akechi who was ordered to territorialize tanba defeated nobufusa shiomi , and established the modern-style fukuchiyama-jo castle ( 福智山城 , later written as 福知山城 ) after repairing the yokoyama-jo castle which was the castle where shiomi dwelled . thereafter , fukuchiyama developed into a castle town . mitsuhide was successful in executing flood prevention for the yura-gawa river , which often caused heavy flood damage ; today , similar work continues uninterrupted , continuing the history of his flood prevention works . additionally , due to his favorable administration which included exemption from jishisen tax ( land tax ) , etc . , mitsuhide is extremely respected in fukuchiyama even though the length of his reign was short , as shown by his enshrinement in goryo-jinja shrine ( fukuchiyama city ) ; later , the japanese bellflower , which was used as a family emblem of the akechi clan , was also designated as the city flower , etc . during the meiji period , the fukuchiyama line , which was used as a military railroad , was improved by setting fukuchiyama as a connecting point ; this was carried out due to the fact that expanding the transportation network connecting keihanshin ( kyoto , osaka and kobe area ) and maizuru port , which was one of the major military ports in japan , was seen as an urgent issue in preparation for the russo-japanese war . moreover , fukuchiyama flourished as a ' railroad city ' due to several factors : the sanin main line was upgraded eleven years after and the railroad administration was established in fukuchiyama city , a rare event to occur besides prefectural capitals . from around 1987 , the delayed improvement of expressways has started ; many major companies are located in fukuchiyama due to the convenient transportation and these companies comprise the urban area of fukuchiyama , centered around fukuchiyama city . on the other hand , while fukuchiyama used to flourish in the production of specialty goods and various agricultural products such as indigo-dyeing , such industries have declined over time due to a shortage of successors and have disappeared almost completely . currently heavy industries and commerce are the main industries of fukuchiyama due to the development of osadano industrial park ( comparatively large inland industrial parks ) , which started in 1974 after the rapid economic growth ; the development of this park has spawned some movements by educational institutions to implement a comprehensive curriculum to teach former traditions and history , together with the formation of private organizations which aim to carry out such activities . the current city symbol of fukuchiyama was chosen from about 2,000 entries from across japan and was established in 1938 ; it was designed by laying side-by-side the nine katakana characters of ' fu , ' the initial letter of ' fukuchiyama ' ; this design expresses ' fuku ' ( good luck ) with the ' nine fu ' pronounced as ' fuku . ' the city emblem of fukuoka established in 1967 was also designed by laying the nine katakana characters of ' fu ' side by side , therefore the two cities have this point in common . dokko of dokko-chan originates from a unique phrase of ' dokkoise ' repeated in the fukuchiyama ondo dance song ; dokko-chan is based on the motif of a dancer . additionally , it is said that the phrase of dokkoise originated from calls in carrying stones for fences during the building of fukuchiyama-jo castle . there is an oni ( ogre ) legend that shuten-doji used to live in the oe-yama mountain range ; the oni is adored by the people , who hold the ' oni matsuri ' ( ogre festival ) as a commercial and industrial event . in oe-cho ( municipal town before merger ) at the foot of oe-yama mountain range , a town was created based on the oni and there are many things related to the oni such as a statue of the oni designed by toru narita , a corridor with oni-faced pillars and a japan ogre exchange museum , etc . shuten-doji is also used as a character of the city even after the merger . image character of fukuchiyama tourist association the characters are modeled on mitsuhide akechi and his wife , hiroko akechi , and were designed by sobe amako known as the cartoonist for ninja boy rantaro . from the sengoku period to the edo period ( from 1467 to 1867 ) 1579 : mitsuhide akechi territorialized tanba ( conquered the yokoyama-jo castle ) . 1580 : this place was renamed as ' fukuchiyama ' through the building of the fukuchiyama-jo castle . 1600 : a clan was established by toyouji arima ( a castle town seemed to be formed during this period ) . thereafter , the clan was named as fukuchiyama clan ( the name under the three-type administration system in the meiji period ) under the edo bakufu ( japanese feudal government headed by a shogun ) . from the meiji period to world war ii ( from 1878 to 1945 ) 1871 : fukuchiyama prefecture was established by haihan-chiken ( abolition of feudal domains and establishment of prefectures ) . november 1871 : fukuchiyama prefecture was integrated into toyooka prefecture . 1876 : toyooka prefecture was divided , then integrated into hyogo prefecture and kyoto prefecture , forming amata-gun , kyoto prefecture . 1889 : fukuchiyama-cho was formed by the municipal system . 1898 : the twentieth infantry regiment of the imperial japanese army is stationed . july 15 , 1899 : the entire rail line between osaka and fukuchiyama was opened through the completion of the section between kashiwara station ( hyogo prefecture ) and fukuchi minamiguchi station on the fukuchiyama line . august 25 , 1910 : the entire rail line between kyoto station and fukuchiyama station was opened by completion of the section between sonobe station and ayabe station on the sanin main line . along with the opening of the entire rail line between osaka and fukuchiyama in 1899 outlined above , fukuchiyama station started to play a role as the central station of the city . 1918 : sogai-mura was incorporated into fukuchiyama-cho . 1936 : anga-mura , sasabe-mura and shimotoyotomi-mura were incorporated , with the intent of reorganizing them as a city . may 1936 : hanbei takagi took office as the first mayor of fukuchiyama city . april 1937 : reorganization resulted in the birth of fukuchiyama city . the population at that time was about 32,000 . december 1938 : the city symbol of fukuchiyama city was chosen from about 2,000 entries from across japan and established . june 1940 : kumataro kishimoto took office as the second mayor . july 1942 : shotaro tanaka took office as the third mayor . from world war ii to the end of the showa period ( from 1946 to 1988 ) june 1946 : masao takeuchi took office as the fourth mayor . march 10 , 1948 : hitoshi ashida who was designated as honorary citizen later took office as prime minister . april 1949 : kamitoyotomi-mura , shimokawaguchi-mura and nishinakasuji-mura were incorporated . 1950 : the fukuchiyama railroad administration of old japanese national railway ( present-day fukuchiyama branch of west japan railway company ) was established . april 1951 : gentaro makino took office as the fifth mayor . march 1954 : fukuchiyama station which played a role of central station in present-day fukuchiyama city later was completed . august 1954 : hiroshi amano took office as the sixth mayor . april 1955 : 8 villages in total of kamimutobe-mura , nakamutobe-mura , shimomutobe-mura , kamikawaguchi-mura , kanaya-mura , kanayama-mura , kumohara-mura and mitake-mura were incorporated in fukuchiyama city . november 1955 : the supply of city gas started . september 1956 : saga-mura , ikaruga-gun was divided and incorporated . june 1959 : hitoshi ashida , the prime minister from fukuchiyama city , was selected as the first honorary citizen of fukuchiyama in history at the same time as his passing . august 1962 : seitaro shiomi took office as the seventh mayor . june 1983 : senichi tanigaki , the minister of education from fukuchiyama city , was selected as the second honorary citizen in history at the same time of his passing june 1988 : the fukuchiyama city anthem was established . after heisei ( after 1989 ) august 1990 : minoru nakamura ( mayor ) took office as the eighth mayor . april 1991 : seitaro shiomi who was the seventh mayor was selected as a honorary citizen , and the citizen charter was established along with the flower , bird and tree of the city . april 1993 : taisei sato who was a japanese-style painter coming from fukuchiyama city was selected as an honorary citizen . june 2004 : otohiko takahi , current mayor , took office as the ninth mayor . november 2005 : the railroad running through fukuchiyama city was inconvenient for people moving through the urban area , as the railroad did not run in a manner which connected directly north to south . as a solution , fukuchiyama station , together with surrounding railroads were elevated . january 1 , 2006 : new fukuchiyama city was born by incorporating three towns of oe-cho ( kyoto prefecture ) , miwa-cho ( kyoto prefecture ) and yakuno-cho . many ancient tombs and funerary goods of varying size , and holding significant archaeological value were found in this area as well as the surrounding regions of ayabe city , maizuru city , etc . since the oldest finds of the jomon period were found in fukuchiyama city , it is speculated that people already lived here and that many influential powerful families ruled the area . in the case of fukuchiyama city , one such finding supporting this speculation is a mirror called banryu-kyo mirror ; it has been designated as a national heritage cultural property , and has the name of the period , ' fourth year of jingchu , ' engraved upon it . however , it is speculated that such powerful families perished around the end of the asuka period , since only the remains of dwelling sites dating up to the heian period were found . in the heian period , this area acted as the manor of sekkan-ke ( regent family ) , and in the latter half of the heian period , most areas in amada-gori were used as manor . in the kamakura period , the owner of such manors were changed to shugo ( military commander and administrator ) or jito ( manager and lord of manor ) because a great number of people assigned as shugo and jito were dispatched . in the latter half of the muromachi period , yorikatsu ogasawara who is considered to be a scion of nagakiyo ogasawara in the ogasawara clan , built the simple fukuchiyama-jo castle with only an empty moat and earthworks in the hilly area called ' yokoyama ' located in the central part of fukuchiyama basin . in time , yorikatsu ogasawara changed his name to yorikatsu shiomi , and his son , yoriuji shiomi , ruled this area , based out of the yokoyama-jo castle , etc . during the sengoku period , nobufusa shiomi , son of yoriuji shiomi , took over the yokoyama-jo castle from his father , and ruled fukuchiyama . however , mitsuhide akechi who was ordered by nobunaga oda to take over tanba conquered yokoyama-jo castle in august 1579 , and nobufusa shiomi , its steward , killed himself , which brought about the end of the rule of fukuchiyama under the shiomi clan . in appreciation , mitsuhide received tanba province , and subsequently ordered a castle keeper to simultaneously carry out large scale renovations of the castle . after the renovation , mitsuhide changed the name of this castle to ' fukuchiyama-jo castle , ' resulting in the birth of the area known as fukuchiyama . moreover , mitsuhide formed the foundations for the castle town by carrying out activities such as improving the flow of the yura-gawa river ( which had often caused floods until then ) , and releasing farmers who were impoverished due to the repeated floods from their obligation towards jishisen tax , etc . in june 1582 , only three years later , mitsuhide caused the honnoji incident , and temporarily obtained the top position ; however , he was defeated by hideyoshi toyotomi and died in the battle of yamazaki , leading to the downfall of the akechi clan . the whole area of tanba province including fukuchiyama came under hideyoshi 's rule , and hideyoshi 's vassals such as shigekatsu onogi ( also called shigetsugu onogi or shigekatsu onogi ) , ietsugu sugihara , etc. were ordered to take office as steward of fukuchiyama-jo castle by hideyoshi , subsequently ruling the area . after hideyoshi passed away , shigekatsu stood by the side of mitsunari ishida during ieyasu tokugawa 's conflict with mitsunari ; in 1600 , he attacked and conquered tanabe-jo castle protected by yusai hosokawa who stood at ieyasu 's side ( the battle of tanabe-jo castle ) . however , shigekatsu who escaped when mitsunari was defeated in the battle of sekigahara , was pursued and attacked by tadaoki hosokawa , and subsequently killed himself . toyouji arima whose achievement in the battle of sekigahara was recognized by the tokugawa family was given an increased yield and ordered to move to fukuchiyama from the yokosuka clan . toyouji arima established a castle town by carrying out a land survey , and dividing the area into towns through modern urban development ; the divided towns remain to this day . this is how the predecessor of fukuchiyama city , the 60,000 yield fukuchiyama clan was established . subsequently , after toyouji arima whose achievement in the siege of osaka was also recognized , he was ordered to move to the kurume clan left fukuchiyama , and in stead , the local magistrate , masakazu kobori , and the fushimi city magistrate , ruled the area ; however , thereafter , fukuchiyama went through a constant change of rulers due to transfer or forfeiture under the penal rules . during this time , the land survey carried out in 1649 by tadafusa matsudaira , who joined the fukuchiyama clan , acted as a benchmark for the land system in fukuchiyama until the land tax reform was carried out , and was called matsudaira 's land survey . after tanemasa kutsuki took on the clan administration in 1669 , thirteen generations of the kutsuki family were in charge of clan administration , and when totsuna kutsuki took office as the fifth domain head , he changed the kanji character of the domain name from ' 福智山 ' to ' 福知山 , ' and allowed enshrinement of mitsuhide in the goryo-jinja shrine ( fukuchiyama city ) by residents who ' thanked mitsuhide akechi for the prosperity of fukuchiyama as a castle town through his flood prevention works . ' on the other hand , the financial situation of the fukuchiyama clan at the time was dire ever since the rule of the second domain head of tanemoto kutsuki in the kutsuki family , and while the domain head repeatedly carried out fiscal reforms in order to improve the situation , these reforms resulted in failure due to frequent riots by farmers . the riots which started from the kyoho famine , and broke out in 1860 were especially massive . the fukuchiyama clan was abolished and fukuchiyama prefecture was established on july 14 , 1871 by haihan-chiken . fukuyama-cho was born by a municipal system through incorporation into the fukuchiyama prefecture and division . at this time , the fukuchiyama line and the sanin main line were constructed with fukuchiyama as a connection ; this was due to the fact that expanding the transportation network connecting keihanshin and maizuru port , one of the major military ports in japan , was an urgent issue in the preparation for the russo-japanese war . simultaneously , the twentieth infantry regiment of the imperial japanese army was stationed at the present-day camp fukuchiyama . fukuchiyama flourished as a distributing point of tajima ( tanba ) beef , and also as a core place for textile business due to the active cultivation of mulberries on the bank of the yura-gawa river which contributed to the prosperity of sericultural industry , and was active also as a war industry . soon after start of the showa period , the sericulture in fukuchiyama was at it 's zenith . moreover , fukuchiyama-cho incorporated anga-mura , sasabe-mura and shimotoyotomi-mura , thus was born fukuchiyama city with a population of about 32,000 . the city simbol of fukuchiyama was established , and hitoshi ashida coming from fukuchiyama city , who became the first honorary citizen later , took office as prime minister . however , as time went by , world war ii ended , and japan entered an age of economic growth , the aforementioned sericulture and other cultures such as indigo dyeing vanished almost completely . with the start of development of osadano industrial park in 1974 , signs of industrialization were seen in the industries of fukuchiyama . the railroad running through fukuchiyama city severed the north and south areas of the city , impeding transportation . therefore , fukuchiyama station elevated using approximately thirty-five billion yen in total project expenses . taking advantage of the boom in municipal mergers , known as the big merger of heisei , the surrounding municipalities of miwa-cho , oe-cho and yakuno-cho were merged together . the city area extends around former amata-gun , tanba province , and to ikaruga-gun ( part of saga-mura ) , yosa-gun , tango province ( kumohara-mura ) and kasa-gun ( oe-cho ) ; the area consists of forest taking up 76 % of the total , while agricultural lands make up approximately 7 % . flatlands extend from ayabe city around the fukuchiyama basin , with the mountain regions surrounding the flatlands making up a large percentage of the city area . fukuchiyama city is located about 70 km from osaka city , about 60 km from kyoto city and kobe city , and about 30 km each from toyooka city and maizuru city . the highest point above sea level in the city is mt.mitake at 839.17 m and the lowest point being 7.11 m . the urban area extends around the old castle town , and to a residential land on the outside of osadano industrial park along the yura-gawa river . mountains : mt . mitake ( highest mountain in the city ) , mt . senjogadake ( main peak in the range of peaks of oe-yama mountain range ) , mt . karasugadake ( only primary triangulation stand-point in the city ) , and mt . takura ( mt . takara ; only quaternary volcano in kyoto prefecture ) rivers : yura-gawa river , haze-gawa river and maki-kawa river kyoto prefecture : maizuru city , ayabe city , miyazu city , yosano-cho yosa-gun ( old kaya-cho and nodagawa-cho ) , and kyotanba-cho funai-gun hyogo prefecture : tanba city , toyooka city , asago city , and sasayama city domestic shimabara city , nagasaki prefecture ( affiliated as a sister city on march 1 , 1983 ) the move by tadafusa matsudaira ( domain head of the shimabara clan ) who was the domain head of the fukuchiyama clan at the time , to the shimabara clan ( present-day shimabara city ) in 1669 , was the catalyst for fukuchiyama establishing a sister city relationship with shimabara city . international none the name of fukuchiyama originates from ' fukuchiyama ' ( described as 福智山 in kanji differently from the current description of 福知山 ) which was named when mitsuhide akechi carried out castle renovations . but , some people believe that the place name comes from a poem by izumi shikibu saying ' maple leaves in the mountain in tanba may fall earlier than my expectation due to wind blowing ( fukuchi in japanese ) to the mountain , ' and ' chi ' ( 智 in kanji ) of akechi ( 明智 in kanji ) was used , or from a the name of mt . fuji ( another name of mt . fuji ) . the character for ' chi ' ( 智 in kanji ) in fukuchiyama ( 福智山 in kanji ) was changed to ' chi ' ( 知 in kanji ) by the kutsuki clan in 1728 . in old fukuchiyama city , there are two or more block names such as place names ( aza and koaza ) , names of residents ' associations , commonly-called names , etc . , and the name of residents ' association do not always correspond to the name of the city blocks , making the area very confusing . ( e.g. : the city block of residents ' association named ' iwaishinmachi ' lies astride aza ' iwai ' and ' araga . ' since the area commonly called ' kashinokidai ' includes ' iwaishinmachi ' and ' arakawa , ' the address is indicated in combination , and a residents ' association named ' x-chome , kashinokidai ' also exists . ) as shown above , many examples exist , and this is due to the fact that while a new urban area was developed rapidly around the old castle town during the showa period , city blocks and residents ' associations were named without sorting out names of aza in the old castle town . ( e.g. : in ' koaza kimura aza amata , ' there is a city block commonly called ' 1-chome suehiro-cho , ' and there is also an address called ' minamihon-machi ' as the name of the residents ' association ) . this is why seven-digit postal codes are categorized and assigned per city block under the name of the residents ' association ; however it is inconvenient in that it is impossible to find a relevant address when searching for an address not indicated with the name of residents ' association . distribution using water transportation via a river used to be popular in fukuchiyama , and there are many place names including ' tsu ' or ' zu ' which refer to ports , such as ' amazu , takatsue and tsunezu , ' along the yura-gawa river . wakuichi ( " ichi " meaning " market " ) located along the river , was also named after a market which was established due to water transportation . the climate of fukuchiyama , except old miwa-cho , is categorized as peculiar to areas along the japan sea , with heavy snowfall . the basin regions , except for the old tango area ( kumobara and oe ) , are ' behind a mountain , ' which results in a comparatively lower snow depth than that in the tango region ( the snow depth is about 30 cm for four to five days a year even in the flatlands ) . fog rises in autumn and winter due to the formation of the basin . the fog is thick and the road surface freezes early morning in winter especially with regards to the mountain regions . the area has the stigma of being a relatively dark area , true to the name of ' sanin ' ( behind a mountain ) due to the shortened hours of daylight caused by fog in the morning , and snow clouds in winter . in the flatlands ( fukuchiyama regional meteorological observing station ) , the average temperature is approximately fourteen degrees celsius , the annual rainfall is approximately 1,500 mm , and the annual hours of daylight are approximately 1,400 . the seasonal distribution of rainfall shows that rainfall is high during winter in the old tango area due to snow , and high in summer in the southern area due to the rainy season and typhoons . fossils of fresh water shellfish have been found in small numbers and concentrated in a limited area from within the basin . based on the kinds of shell and their distribution , it is believed that the entire area used to be the bottom of a lake or pond during the ice age roughly 200 to 300 thousand years ago . this lake ( pond ) is called fukuchiyama lake . according to surveys of watershed areas of each river , it is believed that the yura-gawa river used to connect to the kako-gawa river via the haze-gawa river ( takeda-gawa river ) , and run southward . based on this , it is believed that the lake was formed through a process whereby the southward flow stopped due to topographic subsidence , causing the water level of the lake to fall when flow channels to the japan sea were created due to further changes , resulting in the lake disappearing ; the flow channels then turned into the present-day yura-gawa river , the haze-gawa river and the maki-gawa river running in the city . this process is considered to be the reason that floods ( fukuchiyama and yura-gawa river ) frequently occur , since the river water is held up during times of heavy rain as a result of the very gradual inclination of rivers running in the basin , and the bottleneck caused around the outlet . signs of this process still exist , including a large-scale river terrace with four layers around aseri , kyotanba-cho in funai-gun located on the upper reaches of the yura-gawa river , and a diluvial upland with high terrace surface at osadano in the city . in the hilly area in hago and osadano terrace , it is possible to see a layer consisting of sand , mud and gravel which is called the fukuchiyama layer . as the name shows , it is a layer which personifies fukuchiyama , and has academic value in characterizing the aggraded layer in the intermountain basin within the kinki region . however as housing land development moves ahead , the existence of this layer is threatened , and is listed in the red data book of kyoto prefecture . on the other hand , a new species of fossil ammonite which is approximately 220 million years old was found in nukata , yakuno-cho located outside the fukuchiyama basin . the fossil was named ' yakunoceras nukataense ' after the name of the place where it was found . since ammonites originally lived at the bottom of the sea , it is conceivable that in the past , the bottom of the sea upheaved ; however , the detailed history of topographic formation is still unclear . mt . takura located in ogura , yakuno-cho in the city is the only volcano in kyoto prefecture which formed the yakuno plateau ; however , the columnar joint basalt at the foot of the mountain still exists . various kinds of minerals used to be found here , and because mt . oe had many metal-bearing veins , copper-bearing ores , copper pyrites , sulfide ores , chrome iron ores and silver-bearing ores were mined in the komori mine , while molybdic ( yellow lead ) was mined in the busshoji mine . the fukoku mine in the kamikawaguchi area was one of the best bismuth mines . ( the nickel mine in the mt . oe is located in the yosano-cho area . ) in addition , every mine which is now dead , has been recorded in the red data book of kyoto prefecture ; the need to develop and conserve tunnels is still being debated . the yura-gawa river used to run to the area around present-day fukuchiyama station ; it was a violent river which caused serious damage to the surrounding people , buildings and agricultural products due to floods which frequently occurred whenever it rained heavily . when mitsuhide akechi became the ruler of fukuchiyama , he drastically changed the course of the river by building an embankment as long as one km for the purpose of developing the castle 's residential area which later became a castle town , and improved the flow of the river ; however , since floods still occurred , subsequent administrators spared no effort towards flood control . to this day , there still exists a yabu ( bushes in english ) known as ' akechi-yabu ' to protect the embankments ; today , the monitoring of water levels by the ministry of land , infrastructure , transport and tourism all stem from his works . for example , when the same embankment broke down by two floods in 1896 and 1907 due to heavy rain , the urban area was flooded above floor level on the second floor ; people had to live on the roofs of their houses , and moved by boat until flood waters receded . while the damage was smaller than those before them , despite this , the area was almost completely destroyed . since the otonase-bashi bridge over the yura-gawa river was also washed away twice , tolls of four rin ( rin is an old auxiliary currency used until 1953 ; one rin is equivalent to 0.001 yen ) for adults , two rin for children and five rin for cattle were collected to make up for the cost of repairs . in addition , the overflow of the yura-gawa river caused on september 25 , 1953 by typhoon no.13 in 1953 ( twentieth year of the showa period ) , resulting in a large volume of water with a floodmark as high as 7.8 m covering the entire urban area of fukuchiyama , resulting in approximately 940 casualties including approximately 40 deaths , and at least 1,100 demolished and partially-destroyed houses , with at least 5,300 houses flooded above floor level . the damage caused by this typhoon is known by local residents as the twenty-eight flood ( twenty-eight damage ) , and a signboard showing the water level at this time is posted in goryo park within the city , as information material concerning fukuchiyama and flood damage . the teibo-jinja shrine in japan was built on the premise of goryo-jinja shrine ( fukuchiyama city ) , with the embankment itself a divine symbol , in order to honor those predecessors who setup the embankment , as well as a sign to remind others of the dangers caused by the floods , and on august 15 of every year since 1931 , the ' teibo matsuri ' ( embankment festival ) is held , in which a portable shrine tours the city . the present-day ' dokkoise fukuchiyama hanabi taikai ' ( fireworks event ) originally started as one of the events in the festival . in the tradesmen 's houses in the old urban area , there remains a vaulted ceiling called ' taka ' which is peculiar to this place and is equipped with a pulley used for lifting up household goods to the second floor or attic when a flood occurs . additionally , there is a bridge designed to be submerged during floods , like the bito-bashi bridge , sogo-bashi bridge , etc . , as well as various relics which remain in the facilities of fukuchiyama city , which tell the history of those citizens who lived with the floods . however , the yura-gawa river is designated as a first class river , a classification designated by the minister of land , infrastructure , transportation and tourism indicating rivers which are especially important to the national economy ; these days , the river is essential to people 's lives , as its water is used to supply water to the city via a purification plant for agriculture ; moreover , various events , such as the release of young sweetfish and salmon are also held by citizens at the river as well . in the castle town in fukuchiyama which is also the old urban area , commerce and industry managed to flourish early on due to mitsuhide akechi , who did not impose the jishisen tax . during the edo period , the town layout as a castle town was improved by toyouji arima ; place names such as gofuku-machi , imoji-machi , kaji-machi , koya-machi , etc. remain to this day , and towns divided during urban development which took place during the edo period remain in the old urban area almost as they were . although many temples exist in the tera ( temple ) -machi as exemplified by its name , there are no kimono shops ( gofuku ) or dye shops ( koya ) in gofuku-machi and koya-machi which were named after such shops . ( the tonya-machi and atsunakatonya-machi in the new urban area were newly named during the land readjustment in 1975 , and many wholesalers ( tonya ) still stand side by side as exemplified by the name . ) the aforementioned tradesmen 's houses , and many other wooden three-story japanese restaurants and inns built from the taisho to the early showa periods , which made the castle town attractive are disappearing due to deterioration by aging and road extension carried out by urban planning . while this used to be a busy shopping district , with the taste of a ' commercial town , ' shops are closing down , like the rest of japan , leaving the area mostly residential now . however , many business establishments still have their head or principal offices in the old urban area , and the old urban area is known as a ' town where many presidents live . ' in the district called central city , there is a new urban area around fukuchiyama station which lies on the west of the old castle town . in the station area , a local company built an urban-style large shop , and during japan 's period of rapid growth , the area was fairly busy . new business offices were also built side by side in the area of readjusted land thereafter , forming the present-day urban area . although shops in the conventional commercial land lost ground to a large suburban shop recently built along the national route as well as other roadside shops , efforts are being made , under the catchphrase of creating the capital of kitakinki , to vitalize the central city by elevating the station , and developing the area around it including the undeveloped area in the south of the station . however , difficulties including vitalizing the old castle town still exist . in the surrounding area , while the surrounding lands have been developed , with suburban shopping centers such as jusco , old town colonies still exist , but the majority consist of agricultural fields extending in most areas . the suburb is mountainous geographically , and many wild animals such as bears , deer and boar live in the area . since these wild animals consume agricultural products including the tanba chestnut , one of the specialty goods of fukuchiyama , in some years they have sometimes caused serious damage to farmers ; as a result , there is an incorporated nonprofit organization seeking joint owners for a ' cage . ' the camp for the twentieth infantry regiment of the imperial japanese army used to be stationed in camp fukuchiyama where the present-day seventh infantry regiment of the japan ground self-defense force now is stationed . because the fukuchiyama line and the sanin main line were developed and promoted for military reasons as railroads connecting maizuru port , one of the best military port in japan , to keihanshin , fukuchiyama , a connecting point of these lines , also flourished as a military city . during the final days of the pacific war , an air base called ' isa airport ' for the old japanese military , the imperial japanese navy , existed , and the runway ran from maeda in the city to toda across isa , measuring up to approximately 1,700 m long . however , when the war was over , since local farmers removed concrete from the runway by themselves , and restored it as agricultural land , the runway no longer exists ; however , an antiaircraft gun and storage locker still exists around it , and were the target of machine gun attacks by the u.s. military . the whole plan was never completed , and the airport was mainly used for practice , but , it is said that since fukuchiyama was a military hub at the time , fukuchiyama city may have been the target of an air attack if the war had persisted a bit longer . around this airport , a reinforced concrete semisubterranean bomb shelter called entaigo was built which was concurrently used as an evacuation center and waiting room for soldiers . this was a hog-backed big shelter which measured up to approximately 1.5 m in width and 10 m in length and was used as a storage for agricultural instruments after the war . since this airport was one of the important items representing ' fukuchiyama city and the war , ' people living around it objected to its removal through a signature campaign , but , it was demolished despite this in january 2007 to increase agricultural land . although part of the scraps have been conserved on the community hall premises , the removal of the airport also meant that one more item which represented the war was lost . even after world war ii was over , fukuchiyama still plays a role as a military point connecting keihanshin and maizuru port . as mentioned above , camp fukuchiyama is located in fukuchiyama city , where the seventh infantry regiment is stationed . additionally , a practice ground for the japan ground self-defense force was also built , and kyoto prefecture and the northern part of hyogo prefecture have been designated as a security area . the japanese self-defense forces play an important role in holding annual events in the city as well as conducting rescues during disasters . for example , rescue operations in 2004 caused by typhoon no. 23 , the holding of the fukuchiyama marathon and land improvement of mt . himekami as mt . daimonji for ' mt . himekami farewell fires ' could not be not implemented without cooperation of the japan self-defense forces . industrial population primary industry : approximately 2,000 secondary industry : approximately 12,000 tertiary industry : approximately 21,000 major industries wholesale , retail , manufacturing , construction due to the ease of accessibility to each city in kitakinki , maizuru port and keihanshin , it allows for two factors , ' people ' and ' goods , ' from the three factors governing business ' people , ' ' goods ' and ' money , ' to move about easily . therefore , many companies have placed their bases in fukuchiyama around which their branch offices and business offices operate . many companies listed in the tokyo stock exchange , osaka securities exchange or jasdaq securities exchange , inc. or their subsidiaries , have their bases located in the osadano industrial park which is one of the largest inland industrial parks , and the annex kyoto miwa industrial park ( nicknamed ecotopia kyoto miwa ) located in the city , and have a large influence on local employment . unlisted company amato pharmaceutical products , ltd . company manufacturing borraginol known as hemorrhoidal preparation , has its head office in fukuchiyama city and also has another head office for operational base in chuo ward , osaka city ( osaka city ) . all products are produced in a plant in the osadano industrial park . as a group company of takeda pharmaceutical company limited , amato has a business partnership with takeda healthcare products co . , ltd . , one of takeda 's subsidiaries . sato ( kyoto prefecture ) retailer established in 1666 and represents kitakinki . main business is in the supermarket business rooted in the area . sato has as many as forty-five stores , and implements wide-ranging business including do-it-yourself stores , stores specializing in clothing , restaurants , and agents of insurance , tourism and home delivery service . makino inc. eyewear shop long-established company selling eyeglasses although its scale is small , the company has a long history being established in 1894 . nishiyamakanshoji co . , ltd . ( supermarket nishiyama ) company in the supermarket business its sales method was featured on the move ! tv program . kitakinki tango railway third-sector railway company with investments by kyoto prefecture , etc . the company manages the miyazu line and the miyafuku line . ryotan nichinichi shinbun local paper dealing with topics within the area of fukuchiyama city . only publishes an evening paper . fukuchiyama fm broadcast nicknamed ' fm-castle ' community broadcast station listed company west japan railway company ( jr west ) fukuchiyama branch branch office which succeeded operations by the fukuchiyama railroad administration from the old japanese national railway period . the branch office has jurisdiction over the northern area of shinsanda station on the fukuchiyama line , a section between the sonobe station and the igumi station on the sanin main line , as well as the maizuru line and the bantan line . takebishi corporation trading company listed in the second section of the osaka securities exchange which deals with products from the mitsubishi electric corporation . its branch office in fukuchiyama is named kihoku branch , and as the name suggests , it covers the whole area of kitakinki . most plants located in fukuchiyama are concentrated in the osadano industrial park , together with a large portion of companies . listed company espec corp. major manufacturer of environmental testing equipment used to perform duration tests on products . with management centered mainly in asia , it holds a domestic share as high as approximately 60 % in the field of environmental testing equipment . all environmental testing equipment supplied within japan is produced here . nippon pillar packing co . , ltd . major company producing a ' seal ' which prevents leakage of liquids during processes such as packing . holding the highest share of metal seals in the industry , it is ranked fourth overall in the seal industry . in addition to the plant in fukuchiyama city , it has large-scale plants in sanda city , hyogo prefecture and koshi city , kumamoto prefecture . tatsuta electric wire & cable co . , ltd . company listed in the first section of the tokyo stock exchange and the osaka securities exchange : major business lines are electric wires and cables . its sole domestic plant is located in fukuchiyama city , and produces all products . fuso chemical co . , ltd . company listed in the jasdaq securities exchange , inc. which produces malic and citric acid , and is ranked as one of the biggest chemical makers . its sole domestic plant is located in fukuchiyama city , and produces all products . sec carbon , limited major carbon article maker listed in the second section of the osaka securities exchange . owning the largest site in the osadano industrial park , it consumes the largest amount of electric power in kyoto prefecture . in the field of carbon electrodes for aluminum smelting , sec carbon enjoys approximately 45 % of the world-market share , with all main products being produced in its site in osadano industrial park . hitachi maxell , ltd . major storage media maker producing dvds and compact discs known under the brand name of maxell , which is a subsidiary of hitachi , ltd . the plant in fukuchiyama is a main factory which mainly produces magnetic tapes . unlisted company hien electric industries , ltd . maker of electric cables it holds an approximately 70 % share in the field of marine cables . kobe welding wire co . , ltd . one of the subsidiaries of kobe steel , ltd . , which deals with the manufacturing and sales of wires for welding panasonic photo & lighting co . , ltd . ( old west electric ) a subsidiary of matsushita electric industrial co . , ltd . the company mainly supplies oem products such as electronic flashes , which are in turn supplied to nikon and leica . its plant in fukuchiyama produces incandescent bulbs , fluorescent bulbs and digital cameras as well as electronic flashes . kracie holdings , ltd . ( old kanebo , ltd ) company which used to be listed in the first section of the tokyo stock exchange and the osaka securities exchange , but was delisted due to accounting fraud performed to hide deficits . its plant in fukuchiyama produces paper products such as tissue paper , scottie . takeda healthcare products co . , ltd . company wholly owned by takeda pharmaceutical company limited , which produces and ships over-the-counter medicines to all of japan including the vitamin mixture alinamin , and the cold medicine known as benza block , etc. which are sold by takeda pharmaceutical company limited . it also has a plantation for the gathering of raw materials for natural medicines and chinese herbal preparations . kawai cable , ltd . company wholly owned by kawai trading , ltd . , which has a long history being established back in february 1 , 1915 . as the company name indicates , it 's main business is in manufacturing wires , and the plant in fukuchiyama produces all products shipped by this company , together with its plant located in ayabe city . although the area around fukuchiyama has a basin which is topographically closed and surrounded by mountains , its roads were developed long ago by people who have lived in this area from at least the jomon period , allowing fukuchiyama city to flourish as an important place for transportation connecting areas along the japan sea and in the sanin region with keihanshin . ikuno , which appears in the beginning of one of the hyakunin isshu ( one hundred waka poems by one hundred poets ) was composed by koshikibu no naishi saying ' the road going over the oe-yama mountain range and via ikuno is so far that i have not set foot on ama no hashidate or seen a letter from my mother yet , ' and is a place name in fukuchiyama city ; this poem illustrates the long relationship between fukuchiyama and transportation . around 1987 , the development of maizuru wakasa expressway , an expressway connecting keihanshin with areas along the japan sea , finally commenced , making the roads in fukuchiyama to play a central role in transportation in kitakinki , together with the railroads . in the mountain area , the fog is thick and the road surface freezes early morning in winter . there are some areas where the melting of snow and freezing of roads are prevented by sprinkling water with a sprinkler over part of national route 9 , but are limited ; driving a car without using winter tires is basically very risky in winter . since most of fukuchiyama city features mountain areas , as well as being part of a basin , a broad area is interspersed with many small-scale colonies , making it hard to provide bus and railroad service to all areas . therefore , private cars are essential when moving within the city , and the ownership ratio is fairly high . according to a survey on the ownership ratio of private cars per household carried out in fiscal year 1996 by the then ministry of transport , the ratio in all of kyoto prefecture was 75.3 % , but , fukuchiyama city was 94.2 % at the time . based on this , it is evident that one car per household is almost a given . the result also shows that in many households , both spouses tend to have their own car , with this tendency being stronger in areas further from the urban areas of fukuchiyama city . especially in agricultural areas , many households have one truck for agricultural work in addition to cars owned by each spouse . therefore , use of bus and taxi has been decreasing , with some bus and taxi companies running in the red . buses have been especially hard hit , and have been forced to discontinue service of some routes or transfer business . in order to overcome this situation , the west jr bus company has made various efforts , including providing demand responsive transport ( drt ) starting in march 1 , 2007 , etc . , but , the situation remains dire . zentan bus operates in the northern part of hyogo prefecture , but has bus stops within fukuchiyama city . in opposition to this , fukuchiyama city bus operates buses in old miwa-cho up to ayabe city , kyotanba-cho , and sasayama city , hyogo prefecture . public service fukuchiyama city bus autonomously operated bus in fukuchiyama city private operation west jr bus company kyoto kotsu ( maizuru ) tango kairiku kotsu co . , ltd . zentan bus from tokyo departure from shinagawa bus terminal : keihin kyuko bus co . , ltd . from osaka departure from umeda station : tango kairiku kotsu co . , ltd . from kobe departure from sannomiya bus terminal : nihon kotsu co . , ltd . departure from sannomiya : kyoto kotsu ( maizuru ) from miyazu departure from miyazu station : tango kairiku kotsu co . , ltd . nihon kotsu co . , ltd . ( fukuchiyama city ) keitan taxi expressway fukuchiyama interchange of maizuru wakasa expressway during the meiji period , japan had to expand the transportation network connecting maizuru port in preparation for the russo-japanese war , which started the development of its railroads early on . moreover , the railroad administration was established as a base in the kitakinki region after the war , and fukuchiyama also flourished as a ' railroad city . ' at present , west japan railway company ( jr west ) fukuchiyama branch and rail yard ( fukuchiyama depot ) of jr west , and the head office of kitakinki tango railway are located in fukuchiyama city . fukuchiyama is widely known as railroad central , as shown by the color of the coating on the trains , known as fukuchiyama color ; the city also has many tourist facilities and holds events related to railroads . in " poppo land " fukuchiyama railway hall and the sl park established on the site where fukuchiyama nishi station used to exist , sls and their replicas have been preserved and are on exhibition ; there is also a plan to put a turntable on display at the south exit of fukuchiyama station . there is some misunderstanding concerning the derailment accident on the jr fukuchiyama line ( amagasaki derailment accident ) , which occurred in a section between tsukaguchi station ( jr west ) and amagasaki station ( jr west ) in amagasaki city , hyogo prefecture , but did not occur in fukuchiyama city . in fukuchiyama city , kitakinki tango railway and west japan railway company provide train service , while fukuchiyama station acts as the central city station for both companies . in particular , fukuchiyama station of jr west plays a key role in the north kinki big x network promoted by jr-west , and since it is a junction of sanin main line , fukuchiyama line , and miyafuku line of kitakinki tango railway ; people can travel to kyoto station , osaka station , miyazu station , amanohashidate station , wadayama station , toyooka station ( hyogo prefecture ) and kinosaki station by limited express train without transferring . the fukuchiyama line starts from fukuchiyama station , while the maizuru line starts from higashi-maizuru station and ends at ayabe station , but , fukuchiyama station is essentially a terminal due to its status as an end-of-line for most trains . many train lines in fukuchiyama city are single-track , and although some people have requested that the fukuchiyama line be converted to double tracks , it is practically impossible due to the small number of users . ( for details , refer to double tracking of the northern section of sasayamaguchi station on the fukuchiyama line , and the current situation ) west japan railway company ( jr west ) fukuchiyama line : from fukuchiyama station ( starting station ) to osaka station sanin main line : between kyoto station and kinosakionsen station through isa station ( kyoto prefecture ) , fukuchiyama station , kamikawaguchi station , shimoyakuno station , kamiyakuno station , etc . kitakinki tango railway ( ktr ) miyafuku line : between fukuchiyama station ( starting station ) and amanohashidate station through atsunakatonya station , araga kashinokidai station , maki station , shimoamazu station , gujo station , oe station ( kyoto prefecture ) , oe kokomae station , futamata station , oe yamaguchi naiku station , etc . limited express trains , rapid trains and local trains operate along the fukuchiyama line , sanin main line and kitakinki tango railway . since the north kinki big x network uses fukuchiyama station as a starting point , the network is extremely convenient . from kyoto station on the jr sanin main line from kyoto station ( sanin main line ) to fukuchiyama station jr limited express hashidate jr limited express tanba jr limited express kinosaki ktr limited express tango discovery from kinosakionsen station on the jr sanin main line from kinosakionsen station ( sanin main line ) to fukuchiyama station jr limited express kinosaki jr limited express kitakinki from shin-osaka station and osaka station on the jr tokaido main line from shin-osaka station ( tokaido main line ) to fukuchiyama station via osaka ( fukuchiyama line ) jr limited express kitakinki jr limited express monju ktr limited express tango explorer from amanohashidate station on the ktr miyafuku line from amanohashidate station ( ktr miyafuku line ) to fukuchiyama station jr limited express hashidate jr limited express monju ktr limited express tango explorer ktr limited express tango discovery 85 % of the total tourists visiting fukuchiyama city are day trippers . the meridian passes over the old yakuno town office , with sightseeing spots such as oe-yama mountain range known for the shuten-doji ogre legend , fukuchiyama-jo castle of mitsuhide , motoise-jinja shrine ; additionally the sl exhibition hall is known as ' railroad city ' and related events are held here . however , the inadequate maintenance and pr of sightseeing spots and events mentioned above , as well as other latent tourism resources , will become issues which need to be dealt with in the future . mitsuhide akechi was the first castellan of fukuchiyama-jo castle , and many events and items around fukuchiyama city are related to the akechi clan and mitsuhide , despite the short length of his rule , due to the positive reputation of his administration . the japanese bellflower was used as the family emblem for the akechi clan , and was designated the city flower ; a phrase about mitsuhide is contained in the fukuchiyama ondo , and the image character of the fukuchiyama tourist association is also based on mitsuhide . in the goryo-jinja shrine located in the city ( fukuchiyama city ) , mitsuhide is enshrined as a deity , and many materials such as jambeau used by masataka shioten , tajima-no-kami , drawings showing the appearance of fukuchiyama-jo castle at the time , calligraphy written by mitsuhide himself , etc , still remain . oshiro matsuri ( castle festival ) ( early april ) fukuchiyama city kodomo-taikai ( children 's festival ) ( early may ) bonchi festa ( early august ) fukuchiyama dokkoise matsuri festival ( fukuchiyama ondo marching songs ) ( mid august ) teibo matsuri ( embankment festival ) ( august 15 ) mt . himekami farewell fires ( tanba farewell fires ) ( august 16 ) tanba mitsuhide kikyo matsuri ( japanese bellflower festival ) ( early october ) mini sl festa ( late october ) ( november 23 ) fukuchiyama has many characteristic temples and shrines ; such shrines include those deemed to be motoise , shrines enshrining takeuchi no sukune and mitsuhide akechi as deity , etc . fukuchiyama -jo castle ( fukuchiyama city folk museum ) the keep was rebuilt to reflect the one built by mitsuhide akechi , through donations by citizens . a historical museum was created inside . umeda-jinja shrine shrine enshrining takeuchi no sukune whose portrait was printed on the one-yen bill that used to be distributed . all of its three shrine pavilions are registered as cultural property of kyoto prefecture , and its premise is also designated as an environment preservation district for cultural properties . choan-ji temple temple known as colored maple leaves . tennei-ji temple established in the period of the northern and southern courts ( japan ) place where shogun yoshimochi ashikaga prayed . yosen-ji temple kanno-ji temple a spot famous for hydrangea ; also called ' hydrangea temple . ' goryo-jinja shrine ( fukuchiyama city ) shrine in which the joint enshrining of mitsuhide akechi and uganomitama no okami was allowed by the kutsuki clan , the castellan of fukuchiyama-jo castle . the current shrine was relocated west of its original place . motoise-jingu shrine shrine carrying on the tradition of motoise ( geku toyouke-taijingu shrine , naiku kotai-jinja shrine and amanoiwato-jinja shrine ) it is said that this shrine was established fifty years before the establishment of current ise-jingu shrine ; its characteristic black wooden shrine gate ( shrine gate assembled with cedar without peeling the bark ) is rare in japan , with only one other shrine gates of its kind in existence . ohara-jinja shrine ( fukuchiyama city ) ohara delivery room ' designated as the designated cultural property of kyoto prefecture ( a tangible folk cultural property of kyoto prefecture ) ichinomiya-jinja shrine shrine in which a deity protecting the border between tanba province and tango province is enshrined , and which flourished as a village shrine of the fukuchiyama clan . japan ogre exchange museum " poppo land " fukuchiyama railway hall is the museum concerning ' city of railroad . ' sato taisei memorial art museum hitoshi ashida memorial hall tanba fabric museum - clothes from the showa period to modern times are on display here . here , the chance to experience textile weaving is also offered . hokuryo community center : lodges , athletic field and gym are located here . sandanike-koen park : general public park for citizens michi-no-eki rest area , agricultural craftsman 's home yakuno chisui memorial hall yakuno genbugan park onigawara-koen park since various ancient tombs , stone chambers and earthen vessels were found in the surrounding area including fukuchiyama city , it is believed that many people lived in the area before tanba province was formed . banryu-kyo mirror with the date " fourth year of jingchu " designated as a national important cultural asset found in october 1986 in the hiromine tomb no. 15 ( ancient burial mound which is square at the front and rounded in the rear ) , located in the hilly area to the south of fukuchiyama station . makishoichi ancient tomb only ancient tomb with one burial mound and three stone chambers in kyoto prefecture such a find is rare in japan . many groups of ancient tombs one group of ancient tombs remains known as ' sukumo-zuka . ' the only ancient burial mound in the prefecture , which is rounded at the front and square in the rear , is found in the shimoyama group of ancient tombs , oe-yama mountain range designated as quasi-national park on august 3 , 2007 . the official name is tango-amanohashidate-oeyama quasi-national park . in addition to the ogre legend , it has a history as a mine , and is famous for it 's sea of clouds . odori senbei ( japanese cracker ) egg senbei ( cracker ) which bears a phrase of fukuchiyama ondo or the shape of a dancer . famous souvenirs . oni-manju ( steamed bean-jam bun ) manju which has a bottom which is as large as an adult 's palm . the manju is too big to eat as it is , and is generally cut into smaller pieces with a knife . shoki monaka ( bean-jam-filled wafers ) monaka in the shape of an ogre face fukuchiyama hot spring hot spring excavated at a springwater site named ' yoronomizu water ' by tsunasada kutsuki , domain head of the fukuchiyama clan . hot springs are believed to be good for fatigue , sensitivity to cold temperatures and burn injuries , but not for drinking . various kinds of vegetables peculiar to kyoto , and tanba brand agricultural products are listed . bamboo shoot harvested in the hooji area in the eastern part of the city . as part of the news in the spring , the trial harvest of bamboo shoots is played up every year by media including tv programs . the shoots are featured as gourmet items on internet shopping sites . the tanba black soybean mainly refers to a soybean harvested in sasayama city , but , fukuchiyama is also known as a place where quality tanba black soybean is produced . one souvenir is confectionery created using the black soybean . the tanba chestnut has been cultivated for a long time , and was also described in nihonshoki ( the chronicles of japan ) , the oldest history book in japan . the tanba chestnut was often used as a tribute to the bakufu and imperial court ; it gained nationwide popularity due to the system involving the alternating residence by daimyo in edo during the edo period . the tanba chestnut is mainly cultivated in miwa-cho . specialty product of mitake area events including the development of handiwork using gourds , and the hyotan matsuri ( gourd festival ) , etc. are also held . indigo the cultivation of indigo plants and indigo dyeing were actively carried out mainly along the yura-gawa river since the fifteenth century ; a record still remains that indigo-dyed fabric was rendered to the manor in 1496 . it is believed in the edo period , as many as 1,500 general households were engaged in indigo dyeing , and twenty-five out of 360 tradesmen 's houses were koya ( dye shop ) . the above show that indigo-dyed products were specialty goods of fukuchiyama city at the time . however , as indigo plants disappeared from production areas across the country due to the pervasion of imported goods and chemical dyes , indigo plants also disappeared from fukuchiyama during the taisho period , and was the last area producing indigo plants . currently , the value of indigo dyeing is again being recognized , and activities to revive the cultivation of indigo plants and indigo dyeing are being implemented . there are some elementary schools in the city which offer opportunities to experience indigo dyeing and part of the overall educational curriculum . fukuchiyama was a city where sericulture was active for a long time due to the mulberries resistance to repeated overflows of the yura-gawa river into fukuchiyama in fukuchiyama city ; also the ph value of the yura-gawa river has shown that its water quality was suitable for yarn-making . it is said that sericulture in the tanba region including fukuchiyama city has a history longer than one thousand years , with its peak around the beginning of the showa period . since gunze ltd. located its business office in 1928 , and its plant in 1929 , and raw silk was produced not only as raw materials of tango chirimen ( silk crepe ) and nishijin textile but also for export , the local sericulture industry supported fukuchiyama in those days . however , when the world war ii broke out , sericulture declined due to various reasons , including changes in crop ( from mulberry to sweet potato ) to prevent food shortages , price reduction of yarn itself , the appearance of chemical fibers such as nylon fibers , lack of successors in silk-raising farmers , aging of silk-raising farmers , etc . , all factors leading to a decline and the eventual closeout by silk-raising farmers and yarn-making companies . due to severe price-cutting wars , the few surviving companies had to shift their production bases to other countries where personnel expenses were lower , which enhanced decline , and with respect to raw silk which was the specialty of fukuchiyama , only one silk-raising farmer now remains in oe-machi in the city ; this is due to the fact that gunze , one such company , withdrew from fukuchiyama in september 2001 , leading to the almost complete extinction of raw silk from fukuchiyama much like the aforementioned case of indigo . although not as active as indigo dyeing , there are some schools which offer lessons on how to breed silk worms and how they live , through videos as part of the overall curriculum , in order to teach the history of fukuchiyama and silk worms , much like indigo dyeing . the yakuno area in fukuchiyama city also flourished as a well-known production area of lacquer . it is believed that urushikaki ( collection of lacquer by tapping lacquer trees ) was already implemented in the beginning of the nara period , and in the meiji period , as many as 500 people were engaged in urushikaki in fukuchiyama and the surrounding area . in the ' jitsuyo shikkojutsu ' issued in 1907 , which contained information on thirty lacquer production places in japan , lacquer from tanba ( fukuchiyama ) was listed first , indicating the long history of lacquer . however , 98 % of lacquer has been replaced by goods made in and imported from the people 's republic of china at present , and only a few lacquer production areas remain in japan ; thus their tradition and history are being handed down on a smaller scale . fukuchiyama also flourished as a well-known production area for washi paper mainly used to filter lacquer due to paper mulberries of good quality being harvested as raw materials for washi paper , together with the active lacquer industry in fukuchiyama city , especially from the meiji period to the beginning of the showa period , a large amount of washi paper was produced and sold as paper for calligraphy and shoji ( sliding door ) to other prefectures , along with paper mulberries used as raw materials . tango washi paper is designated as an intangible cultural heritage of kyoto prefecture , and is said that as many as 200 washi paper manufacturers existed at the time . however , as in the case of other industries , the washi paper industry also declined due to a decline in the lacquer industry , and it is almost impossible to see its tradition in places other than the limited facility such as the washi denshokan museum . people ancient residents in fukuchiyama moved mainly from hikami ( tanba city ) , but also from tajima and tango ; there are still many people that commute from such places and say that they are descended from these places . as a result , the dialect contains some characteristics of dialects from these areas . however , the main dialect is a tanba-ben dialect , and is ' tanba-ben chatta-ben dialect ' which is a unique dialect in tanba hikami . although the tanba-ben dialect belongs to a kansai-ben dialect , its usage differs a bit from that of general kansai-ben dialect , and such differences in usage are represented by ' shiyotta ( did something ) . ' ( for details , refer to the usage of ' yotta ( did something ) ' in the tanba-ben dialect ) fukuchiyama city 's population experienced an increase which was close to being relatively unchanged until the municipal merger in heisei , while the population decreased in surrounding municipalities . however , according to the population census , the ratio of the aging population was 11.7 % in 1985 , but increased to 18.4 % in 1999 , showing that fukuchiyama is an aging city . electricity is provided to the whole area in fukuchiyama city by the kansai electric power co . , inc . gas supplied to urban areas is natural gas supplied to areas west of the yura-gawa river and its tributary , haze-gawa river , by the public company of the city ( fukuchiyama city & gas department business division ) , and to areas around the osadano industrial park to the east of such rivers by osadano gas center ( or by propane gas which is supplied to some district in this area by a public company ) . however , in mountainous regions which face supply difficulties , and even some urban areas , there are some households which use cylinders of propane gas . as fukuchiyama is surrounded by mountains , water resources from rivers such as the yura-gawa river , haze-gawa river and maki-gawa river are comparatively rich , with the cost of water for fukuchiyama city being among the twentieth cheapest among 194 municipalities in kinki . the water is supplied through the city water system and simple water-supply system by the public company of the city ( fukuchiyama city gas & water department business division ) . with respect to the simple water-supply system to areas surrounding the urban region , a plan is being pushed forward to gradually integrate the city water system . on the other hand , owing to its history of flood damage , the city developed a sewage system relatively early , covering roughly 80 % of the old fukuchiyama city area ( the usage rate of flush toilet including septic tank was 92 % ) . for this reason , a sewage system combining rainwater and sewers was adopted to act as drainage behind levees in the old urban area . in fukuchiyama city , garbage is disposed through incineration , landfill and recycling at the environmental park located in maki in the city . garbage which is burnable , non-burnable , or plastic containers and packages , recyclables ( empty cans , empty bottles , paper containers and packages , and plastic bottles ) and fluorescent lamps are collected , with the use of specific paid garbage bags for the first three categories , and separation of garbage according to each category being required . large garbage , electronic under the specific household appliance recycling act and wastes discharged from business offices have to be brought in . an incinerator for non-burnable garbage is used for garbage other than burnable garbage , and as the current site for landfill will become unavailable in a little over ten years , the current issue is to secure a new landfill site . the main office , and three branch offices per town before the municipal merger in heisei were established . branches other than the yakuno branch are located in the old government office . fukuchiyama police station is the only police station located in fukuchiyama city . before the municipal merger in 2005 , the police station had jurisdiction over three towns of miwa-cho ( kyoto prefecture ) , oe-cho ( kyoto-prefecture ) and yakuno-cho collectively , but with the merger , their jurisdiction was limited to only fukuchiyama city . the fire department in fukuchiyama city is divided into six blocks according to the area , and has twenty-nine subgroups in total . the municipal library has five facilities including branches . postal code postal codes were revised on march 19 , 2006 . fukuchiyama post office ( 620-00 , 620-02 , 620-03 , 620-08 , 620-09 ) miwa post office ( 620-13 , 620-14 ) yakuno post office ( 629-13 ) statistics ( ministry of agriculture , forestry and fisheries ) source : survey on current conditions of fukuchiyama city ( pdf format ) +fushimi ward is one of the eleven wards that constitute kyoto city . it is the most popular residential area in kyoto city , with the largest population of all the eleven administrative wards . it is not only a commercial center that carries on the traditions of the castle town of fushimi-jo castle , but also a commuter town for central kyoto and osaka . 532 : emperor kinmei met hata no otsuchi , who had control over yamashiro province , in fukakusa-no-sato ki-no-kori and appointed him as his right-hand man . 711 : hata no irogu is said to have founded fukakusa inari-jinja shrine . 861 : fujiwara no yoshifusa of the northern house of the fujiwara clan founded jogan-ji temple . fukakusa is said to have been a territory of the fujiwara clan . 874 : shobo founded a temple in kami-daigo , which was given the name of daigo-ji temple . 952 : the five-story pagoda of daigo-ji temple was built . tachibana no toshitsuna built fushimi sanso mountain villa between 1069 and 1074 . 1186 : cloistered emperor goshirakawa moved to fushimi-dono gosho imperial palace . 1221 : the retired emperor gotoba raised an army at jonan-ji temple in fushimi under the pretext of holding a horseback archery game to rebel the shogunate . 1362 to 1368 : emperor suko established the fushiminomiya family , who inherited fushimi sanso mountain villa for generations from imperial prince fushiminomiya yoshihito . 1426 : yata-za of tanba sarugaku ( form of theater becoming the basis for noh ) assumed the post of gakuto-shiki ( right to play sarugaku ) of fushimi gokogu-jinja shrine . 1441 : tokusei uprising occurred in fushimi and other villages around kyoto which marched on rakuchu ( inside the capital kyoto ) demanding the cancellation of debt . 1594 : hideyoshi toyotomi built the foundation of the castle town for fushimi-jo castle through urban development and zoning ( the distinct features of the castle town can be found today in the place names and hook-shaped roads that still remain in the ward ) . 1598 : hideyoshi toyotomi held a cherry blossom viewing party in daigo . 1600 : a fierce battle occurred in the fushimi-jo castle , which triggered the battle of sekigahara . 1601 : a silver mint ( historical ) was established in the castle town of fushimi . 1603 : ieyasu tokugawa was appointed taishogun ( barbarian-quelling generalissimo ) in the fushimi-jo castle . 1607 : sadakatsu matsudaira became a chamberlain , castle keeper . 1608 : the silver mint was moved to kyoto . 1613 : the takase-gawa river ( kyoto prefecture ) opened between kyoto nijo and fushimi . 1617 : the post of the chamberlain of fushimi-jo castle was abolished . 1624 : fushimi-jo castle was closed . bugyo , a magistrate of shogunate administrators became the ruler of fushimi . 1625 : sadatsuna matsudaira became the domain head of the yodo clan . 1694 : a drama or show first played in the annual festival of gokonomiya jinja shrine . 1698 : tatebe takuminokami , fushimi city magistrate permitted the building of 200 fushimi-bune ships . 1736 : coins started to be made in zeniza , or a mint in fushimi sashimono-cho . 1785 : fushimi sodo trouble occurred . 1786 : the population of fushimi-cho exceeded forty thousand . 1862 : terada-ya incident occurred . 1864 : soldiers led by the choshu clan entered fushimi . ( kinmon no hen , kinmon rebellion ) 1867 : the ruling by bugyo came to an end . 1868 : the fushimi-jo castle became a battlefield for the battle of toba-fushimi . february 1 , 1895 : kyoto electric railway--japan 's first commercial electric railway-- opened between a square in front of kyoto station ( shichijo ) and fushimi-shimoaburakake . ( it became kyoto city trams fushimi line a later year and was out of service in 1970 . ) july 18 , 1905 : the sixteenth army division of the now-defunct imperial japanese army was established in fukakusa . may 1 , 1929 : fushimi-machi , kii-gun was reorganized as a municipality to become fushimi city ( the city was reorganized on the premise of merging into kyoto city . ) april 1 , 1931 : fushimi ward was founded through a merger of a city , a town , and seven villages--fushimi city , fukakusa-cho , shimotoba-mura , yokooji-mura , noso-mura , horiuchi-mura , mukaijima-mura , takeda-mura of kii-gun , and daigo-mura of uji-gun--into kyoto city . december 1 , 1950 : hazukashi-mura and koga-mura of otokuni-gun were merged . april 1 , 1957 : yodo-cho , kuse-gun was merged . 1967 : a city plan project was adopted to close the fushimi port . its history as a port came to an end along with the name of fushimi port . fushimi ward office 612-8511 681 higashikumi-cho , fushimi ward , kyoto city tel : 075-611-1101 ( the main switchboard number ) fukakusa branch 612-0861 93-1 fukakusa-mukaihata-cho , fushimi ward , kyoto city tel : 075-642-3101 ( the main switchboard number ) daigo branch 601-1366 28 daigo-okamae-cho , fushimi ward , kyoto city tel : 075-571-0003 ( the main switchboard number ) fushimi post office ( 612-00 , 612-08 , 612-09 , 612-80 , 612-81 , 612-82 , 612-83 , 612-84 ) fushimi higashi post office ( 601-13 ) kumiyama post office ( 613-00 , 613-08 , 613-09 ) ( town names starting with " yodo " ) minami ward , kyoto city higashiyama ward , kyoto city yamashina ward , kyoto city uji city muko city nagaokakyo city yawata city kumiyama-cho , kusegun oyamazaki-cho , otokuni-gun otsu city , shiga prefecture kintetsu kyoto line of the kintetsu corporation ( from / to kyoto station ) - kamitobaguchi station - takeda station ( kyoto prefecture ) - fushimi station ( kyoto prefecture ) - kintetsu-tanbabashi station - momoyamagoryo-mae station - mukaijima station - ( from / to yamato-saidaiji station ) keihan main line of the keihan electric railway ( from / to demachiyanagi station ) - fushimi-inari station - fukakusa station - fujinomori station - sumizome station - tanbabashi station - fushimi momoyama station - chushojima station - yodo station - ( from / to yodoyabashi station ) keihan uji line of the keihan electric railway chushojima station - kangetsukyo station - momoyama-minamiguchi station - rokujizo station - ( from / to keihan uji station ) nara line of west japan railway company ( jr west ) ( from / to kyoto station ) - inari station - jr-fujinomori station - momoyama station - ( from / to kizu station ( kyoto prefecture ) ) karasuma line of the kyoto municipal subway ( from / to kokusai kaikan station ) - kuinabashi station - takeda station - ( extension of service into the kintetsu kyoto line ) tozai line of the kyoto municipal subway ( from / to nijo station ) - daigo station ( kyoto prefecture ) - ishida station - ( from / to rokujizo station ) kyoto city bus keihan bus co . , ltd . keihan uji bus co . , ltd hankyu bus co . , ltd . daigo community bus meishin expressway kyoto minami interchange keiji by-pass kumiyama yodo interchange ( a portion passes fushimi ward ) hanshin expressway no. 8 kyoto route fushimi half-interchange - jonangu minami half-interchange - jonangu kita half-interchange kamogawa nishi half-interchange - kamogawa higashi half-interchange ( under construction ; scheduled to be opened in march 2011 ) paddy fields stretches in the western and southern districts . the city is renowned for its traditional breweries of sake , japanese liquor , but manufacturers of advanced electronics and business involved in materials which support this industry can also be found . pulse plaza ( kyoto trade fair center ) is located along the abura-koji-dori ( also known as shinhorikawa-dori ) --it is an important site for public relations activities for informing the public of kyoto 's industries and exhibitions are frequently held by a wide variety of industries . headquarters site of kyocera corporation list of sake brands of kyoto prefecture eikun ' saito sake brewing co . , ltd kizakura ' kizakura co . , ltd . gekkeikan ' gekkeikan shochikubai ' takara shuzo co . , ltd . shotoku ' shotoku brewery co . , ltd . tamanohikari ' tamanohikari sake brewing co . , ltd . tsuki no katsura ' masuda tokube shoten tomio ' kitagawa honke momo no shizuku ' matsumoto sake brewing co . , ltd . shinsei ' yamamoto honke yoshimurashuzo co . , ltd . , which is said to be a descendent of yoshimura family--a cultivator of the fushimi-jo castle site--moved its headquarters to shin-onsen-cho , hyogo prefecture in 2000 . in regions along the keihan line , kintetsu line , and subway , streets are lined with stores and large retailers which create a lively atmosphere . many traditional retailers are found in regions along the keihan line . many retail estate agencies that act as intermediates between students and apartment landlords have succeeded due to the large number of students who commute to universities along the railways . the national route 1 and the shinhorikawa-dori street are lined with large suburban retail stores , restaurants , and amusement centers . business in the southwestern part of the ward is relatively weak . due to the lack of efficient public transportation , driving to large shopping centers in surrounding areas has become the norm as a result of well developed road service . fushimi inari taisha shrine the imperial mausoleum of emperor meiji , fushimi-no-momoyama-no-misasagi fushimi-jo castle gokonomiya jinja shrine terada-ya incident ( an inn for ship passengers near the fushimi port , where terada-ya incident occurred ) fushimi port ( fushimi-ko park , fushimi minato park ) jra kyoto race course jonangu daigo-ji temple ( placed on the world heritage list as part of the cultural assets of ancient capital of kyoto ) gekkeikan okura sake museum kappa country choken-ji temple fushimi ward is the most populated of ordinance-designated cities ( excluding tokyo special ward ) following kohoku ward , yokohama city and aoba ward , yokohama city ( yokohama city ) . therefore , the plan of separating the ward has kept coming up and disappearing for some time . the fushimi ward office has the fukakusa branch , the daigo branch , the kamikawa branch office , and the yodo branch office ; however it has been proposed that the fukakusa branch and daigo branch be separated from fushimi ward . however , the populations of both the fukakusa branch and the daigo branch are less than 100 thousand ( still larger than higashiyama ward 's ) and , additionally , the two areas share a geographical border but have not had strong ties on a community level--these lie behind the fact that the separation plan has not gained momentum . some consider it more reasonable that the area of the daigo branch be separated from fushimi ward and merged with yamashina ward because the area has far closer ties with yamashina ward than the central part of fushimi ward . +the ukyo ward is one of the eleven wards that constitute kyoto city . located in the north west part of kyoto city , it is the largest ward of all the wards of kyoto city after merging of the former keihoku-cho took place ( the sakyo ward was the largest . ) the southern part of the ward , once an area dotted with villas of imperial families and court nobles , is now mainly a residential area . the western and northern parts are mountainous regions . wood from yamaguni-go ( keihoku yamaguni and kuroda area ) were once carried downstream by the katsura-gawa river and landed at saga or umezu for transportation to kyoto . rivers : katsura-gawa river ( yodo-gawa river system ) ( kamikatsura-gawa river , hozu-gawa river , hozu-kyo gorge ) , tenjin-gawa river ( kyoto city ) , arisu-gawa river , yuge-gawa river mountains : mt . atago ( kyoto city ) , mt . ogura , mt . iwata the northern part of the ward , keihoku , belongs to tanba highland . almost the entire region is mountainous except the main basins , shuzan--the former site of keihoku town office-and uzu , and the katsura-gawa river runs as if it connects these basins . the southern part of the ward is almost flat along the katsura-gawa river except for the northern mountainous regions . keihoku was connected with ukyo ward by the shuzan kaido road ( national route 162 ) or the katsura-gawa river before the merger of keihoku . the region of the present-day ukyo ward has a long history ; it was once the site of the ancient provincial capital of yamashiro . the hata clan , immigrants , are believed to have played an active role in this region and founded koryu-ji temple as their ujidera , or family temple . the hata clan seems to have a relationship with prince shotoku ; he was advised to escape to uzumasa when yamashiro-no-one was attacked by the soga clan . when emperor kanmu , who had close ties with the hata clan , founded a capital in uda , many temples were founded in present-day ukyo , due to a ban on building temples in the central kyo . emperor saga built saga-rikyu ( imperial villa ) ( later daikaku-ji temple ) and many other nobles adopted the area , enjoying themselves in arashiyma . after the age of sengoku period ( period of warring states ) , transportation businesses by the katsura-gawa river began to flourish , giving rise to wealthy merchants . one such merchant is ryoi suminokura in arashiyama , who had a close connection with the tokugawa shogunate and built rivers or canals in various areas . the suminokura family thrived , making inroads as far as to southeast asia . after national isolation the family continued to have control over transportation in the katsura-gawa river and established the suminokura yakusho office at every key port of the river lower than the present-day seki , nantan city . using water transportation via the katsura-gawa river , goods produced in northern tanba were carried through the tenjin-gawa river between the delivery ports arashiyama and tanba . yamaguni-go was first seen in the history of keihoku as a donor of wood for constructing heian-kyo . this brought about a relationship between the area and the imperial court , leading to the founding of a temple in yamaguni-go by emperor kogon . during the age of sengoku period the local uzu clan made its own territory in this area but perished in an attack by mitsuhide akechi . also yamaguni-tai , which is now famous for its jidai matsuri parade , was formed by local farmers to participate in the imperial army and played an active role in the meiji restoration . april 1 , 1931 : the ukyo ward was founded through a merger of saga-cho kadono-gun , uzumasa-mura , hanazono-mura , sai-mura , umezu-mura , kyogoku-mura , umegahata-mura , matsuo-mura , katsura-mura , and kawaoka-mura with kyoto city . december 1 , 1950 : oe-mura , otokuni-gun was merged . november 1 , 1959 : oharano-mura , otokuni-gun was merged . october 1 , 1976 : the nishikyo ward was separated from the ukyo ward ( matsuo , katsura , kawaoka , oe and oharano area belonged to nishikyo ward . ) april 1 , 2005 : keihoku-cho kitakuwada-gun was merged . ward office the ukyo ward office ( government complex building ) was relocated from a building in front of uzumasa koryuji station to sansa ukyo , a complex facility within the uzumasa tenjingawa station of kyoto municipal subway tozai line . ( new ) ukyo ward office ( scheduled to open after mid-march , 2008 ) zip code ( stub ) 12 uzumasa-shimokeibu-cho , ukyo ward , kyoto city ukyo ward office ( until mid-march , 2008 ) 616-8511 31 uzumasa-hachioka-cho , ukyo ward , kyoto city tel : 075-861-1101 ( the main switchboard number ) saga branch office 616-8422 35 saga-shakado-daimon-cho , ukyo ward , kyoto city tel : 075-861-0006 takao branch office 616-8283 26-1 umegahata-okutono-cho , ukyo ward , kyoto city tel : 075-861-0153 toin branch office 616-8475 2-5 saga-shikimigahara-miyanoue-cho , ukyo ward , kyoto city tel : 0771-44-0314 keihoku branch office 601-0292 1-1 kamiterada keihoku-shuzan-cho , ukyo ward , kyoto city tel : 0771-52-0300 ( the main switchboard number ) kita ward , kyoto city sakyo ward , kyoto city nakagyo ward , kyoto city shimogyo ward , kyoto city minami ward , kyoto city nishikyo ward , kyoto city kameoka city nantan city arashiyama main line of the keifuku electric railroad co . , ltd . ( to / from shijo-omiya station ) - saiin station - nishioji sanjo station - yamanouchi station ( kyoto prefecture ) - randen tenjingawa station - kaikonoyashiro station - uzumasa koryuji station - katabiranotsuji - arisugawa station - kurumazakijinja station - rokuoin station - randen saga station - arashiyama station ( keifuku electric railroad co . , ltd . ) kitano line of the keifuku electric railroad co . , ltd . katabiranotsuji station - tokiwa station ( kyoto prefecture ) - narutaki station - utano station - omuro-ninnaji station - myoshinji station - ryoanji station - ( to / from kitano hakubaicho station ) west japan railway company ( jr west ) sanin main line ( sagano line ) ( to / from kyoto station ) - hanazono station ( kyoto prefecture ) - uzumasa station - saga arashiyama station - ( to / from sonobe station ) sagano scenic line of the sagano scenic railway saga torokko station - arashiyama torokko station - ( to / from torokko kameoka station ) hankyu kyoto main line of hankyu corporation ( to / from juso station ) - nishikyogoku station - saiin station - ( to / from kawaramachi station ( kyoto prefecture ) ) tozai line of the kyoto municipal subway uzumasa tenjingawa station - ( to / from nijo station ) west jr bus company kyoto bus co . , ltd . keihan kyoto kotsu kyoto city bus arashiyama takao parkway scenic sites , historic sites , tourist spots , specialty , festivals and events hanazono ( kyoto city ) myoshin-ji temple - sub-temple , especially one founded to commemorate the death of a high priest , which includes keishun-in temple , shunko-in temple , and taizo-in temple uzumasa koryu-ji temple toei movie land ( kyoto uzumasa eigamura ) umezu umenomiya-taisha shrine chofuku-ji temple kinugasa ryoan-ji temple omuro ninna-ji temple narutaki ( ukyo ward , kyoto city ) ryotoku-ji temple arashiyama tenryu-ji temple honen-ji temple ( kyoto city ) togetsu-kyo bridge mt . ogura kameyama park ( kyoto city ) shigure-den - a facility featuring hyakunin isshu , one hundred waka poems misora hibari museum mt . iwata sagano jojakko-ji temple nison-in temple rakushisha daikaku-ji temple seiryo-ji temple ( saga shaka-do ) nonomiya-jinja shrine saga toriimoto adashino nenbutsu-ji temple otagi nenbutsu-ji temple ( kyoto city ) mt . atago ( kyoto city ) atago-jinja shrine ( kyoto city ) gatsurin-ji temple , tsukinowa-dera temple kuya-taki waterfall takao ( kyoto city ) jingo-ji temple makio saimei-ji temple ( kyoto city ) toganoo kozan-ji temple keihoku ( kyoto city ) joshoko-ji temple others hozukyo gorge mizuo aburi-mochi rice cake - saga seiryo-ji temple is famous for it . others post offices in charge of collection and delivery for the following zip codes are as follows : ukyo post office : 615-xxxx kyoto nishi post office : 616-xxxx shuzan post office : 601-02xx , 601-03xx , 601-04xx , 601-05xx +yamashina ward is one of the eleven wards that constitute kyoto city . it covers the northern part of yamashina basin , which lies on the eastern part of kyoto city , and its surrounding mountainous districts . summary mt . higashi ( kyoto prefecture ) divides yamashina from kyoto basin , and mountains such as mt . otowa ( shiga prefecture , kyoto prefecture ) and mt . daigo ( mt . kasatori ) separate it from omi basin . it has long been a key junction for transportation between kyoto and eastern regions of japan . although yamashina ward was once a farm village that bordered shiga prefecture , it has become a commuter town for downtown kyoto and osaka city and is populated by many residents who moved in from other regions . the eastern part of the ward borders on otsu city , shiga prefecture and has a close connection with it . the southern part borders on the fushimi ward daigo area , which shares the same life and economic zones with yamashina ward . the relationship between yamashina ward and daigo area is said to be deeper than that between the central fushimi ward and the daigo area . yamashina basin ancient times since ancient times yamashina has always had a sizable amount of traffic , and the hinooka-toge mountain pass over mt.higashi as well as the osaka no seki checking station toward the otsu-juku station are known as crossroads of the tokaido road . yamashina , a post town of the tokaido , flourished in particular during the edo period . there were many roads that passed through the city : the nara kaido road that extended south from osaka ( the hokurikudo road when nara was capital ) , the shibuya kaido road that crossed mt . higashi south of hinooka ( linking eastern regions with rokuhara tandai ( the kamakura shogun 's kyoto agent ) ) , present-day the kajuji imagumano line of kyoto prefectural route 118 , and oiwa kaido road . ruins of a large scale settlement in the yayoi period were found in a plateau of kurisuno , showing people had lived there since the jomon period . nakatomi ruin is most important because it has several sites from the period during the late old stone age ( japan ) through the muromachi period . since ancient times yamashina has had a close relation with governments ; a garden for monks ( yamashina-dera temple ) was founded by nakatomi no kamatari in 669 and the imperial mausoleum of emperor tenji ( tenchi ) was built in the late seventh century . after heian-kyo and hieizan enryaku-ji temple had been built , many temples such as ansho-ji temple ( kyoto city ) ( in 848 ) , bishamon-do , kaju-ji temple ( in 900 ) , and mandara-ji temple ( later zuishin-in temple , in 991 ) were built , and daigo-ji temple ( in 874 ) were founded on and at the base of the mt . daigo and mt . kasatori along the lower yamashina river outside the ward . from the muromachi period to the sengoku period ( period of warring states ) during the middle ages there was a shoen , or a manor named ' yamashina no sho , ' which had been owned by a noble family for generations , later named yamashina family , but muromachi bakufu ( japanese feudal government headed by a shogun ) in 1548 deprived it from tokitsugu yamashina known as a richly cultured person representing the sengoku period ( japan ) . since yamashina hongwan-ji temple was founded by rennyo in 1478 of the late muromachi period , temples and their precinct towns surrounded by long earthworks started to occupy a large area of the yamashina basin . however harumoto hosokawa , fearing the presence of hongwan-ji temple--as if it had been a walled town--and strength of its followers , joined hands with the nichiren sect , who held power over the entire kyoto city , and attempted to attack the ikko-shu sect . in 1532 , the nichiren sect followers destroyed and burned yamashina hongwan-ji temple in the tenbun-hokke rebellion . the hongwan-ji temple sect lost its headquarters and moved to osaka ( ishiyama hongwan-ji temple ) . yamashina hongwan-ji temple fell into ruins with only a high earthwork remaining in the ward today . edo period during the edo period , yamashina , shinomiya , and higechaya-oiwake ( present day oiwake , otsu city ) constituted a town along the tokaido road ( it is now called old kaido road or old sanjo-dori street after the opening the sanjo-dori street ) , where there were many travelers including express messengers and parades by daimyos who would alternate their edo residence . the fushimi kaido road ( otsu kaido road ) --a route extending from higechaya-oiwake and connecting the otsu-juku station and fushimi-juku station as well as osaka without passing through kyoto--ran south of yamashina basin . it also served as an imperial estate for cultivating food to supply farm products to the emperor living in kyoto and as a suburban farmland to supply citizens of kyoto city with vegetables . furthermore kuranosuke oishi had lived in nishino , on the western edge of the yamashina ward , and kept everyone deceived by visiting gion every day through mt . higashi until he carried out his revenge . from the meiji restoration to world war two in and after the meiji period , the lake biwa canal , the tokaido main line , and the keihan keishin line were built in yamashina , and the keishin national route ( later the national route 1 and now the sanjo-dori street ) opened in 1933 .. in and after the taisho and showa periods , it flourished as a residential suburb and industrial area after fibers and dyeing related plants were built . in particular , a big plant of nihon ( nippon ) kenpu ( japan silk cloth ) was built in nishino in 1921 and became kanebo yamashina plant the next year as a result of a merger . in the neighborhood , markets and movie theaters were built targeting many female workers who lived near the plant , contributing to the urbanization of the area surrounding yamashina station . ( the yamashina plant was relocated to nagahama in 1970 and yamashina housing complex was built on the vacant site . ) yamashina also developed as a leisure area in the suburb of kyoto , as leisure facilities such as a golf course , dance hall , and a high-class japanese restaurant were built . it was merged into higashiyama ward , kyoto city in 1931 , when residences and plants were found only mainly along the tokaido road and near yamashina station ; the remaining areas were mostly suburban farmlands . after world war two after the war , the kyoto higashi interchange of the meishin expressway , the gojo by-pass , ( present-day national route 1 ) , kyoto outer loop expressway , and the kosai line leading to tsuruga , were constructed . in and after the high-growth period , the farmlands were steadily turned into lands for housing , in particular housing complexes , making it a commuter town for kyoto and osaka . however , the development of roads did not catch up with the development of housing lands , which may be the cause of chronic traffic congestion in many areas within the ward today . in 1976 , yamashina ward was divided from higashiyama ward . in recent years , the traffic network has further improved with the development of the kosai road and the opening of kyoto municipal subway tozai line which runs from central kyoto , passes through the foot of hinooka , and traverses yamashina ward southward . with the opening of the subway , a building housing a department store ( daimaru ) was built in front of yamashina station for a redevelopment project . this is mainly the reason that areas surrounding yamashina station and areas along the outer loop expressway developed into a busy town but , in contrast , areas along the old tokaido road and ono yamashina teishajo line of the kyoto prefecture route 117 lost their prosperity . april 1 , 1889 : yamashina-mura , uji-gun was founded when the municipal organization was enforced . october 16 , 1926 : yamashina-mura was organized as yamashina-cho . april 1 , 1931 : yamashina-cho , uji district was merged into higashiyama ward , kyoto city . june 1951 a ward office yamashina branch opened . october 1 , 1976 : yamashina ward was divided from higashiyama ward . kyoto prison sakyo ward , kyoto city higashiyama ward , kyoto city fushimi ward , kyoto city , kyoto prefecture otsu city , shiga prefecture tokaido main line ( biwako line ) of west japan railway company ( jr west ) ( from / to kyoto station ) - yamashina station - ( from / to maibara station ) kosai line of jr west ( from / to kyoto station ) - yamashina station - ( from / to tsuruga station ) keihan keishin line of keihan electric railway ( linking up with kyoto municipal subway tozai line to uzumasa tenjingawa station ) - misasagi station - keihan yamashina station - shinomiya station - ( from / to hamaotsu station ) tozai line of kyoto municipal subway ( from / to uzumasa tenjingawa station ) - misasagi station - yamashina station - higashino station ( kyoto prefecture ) - nagitsuji station - ono station ( kyoto prefecture ) - ( from / to rokujizo station ) fixed-route buses ( the kyoto city bus has withdrawn . ) keihan bus co . , ltd . ( refer to keihan bus co . , ltd yamashina office . ) meishin expressway kyoto higashi interchange hanshin expressway no. 8 kyoto route yamashina deiriguchi half-interchange kyo-yaki , kyo pottery ( kiyomizu-yaki , kiyomizu pottery ) - many pottery producers moved in with the completion of kiyomizu pottery houses near kaju-ji temple in 1968 . the imperial mausoleum of emperor tenji ( tenchi ) ( gobyono burial mound , the oldest imperial mausoleum of kyoto ) bishamon-do monzeki ( monzeki temple ) ( a temple where the head priest is a member of the imperial family ) ansho-ji temple ( kyoto city ) ( monzeki temple ) yamashina shoten oishi-jinja shrine kaju-ji temple zuishin-in temple gankei-ji temple lake biwa canal a tomb of sakanoue no tamuramaro zip code yamashina post office ( 607-00 , 607-08 , 607-09 , 607-80 , 607-81 , 607-82 , 607-83 , 607-84 ) +shimogyo ward is one of the eleven wards that constitute kyoto city . the area between shijo-karasuma ( karasuma-dori street ) on shijo-dori street , which constitutes the northern border of this ward , and shijo-kawaramachi ( kawaramachi-dori street ) is one of the most bustling shopping and entertainment areas in kyoto prefecture as well as in kyoto city . kyoto station is a terminal reaching to surrounding areas in kyoto city , and many commercial facilities , such as the kyoto tower and the kyoto station building , are located around it . with more and more businesses advancing into this area , the population had continued to decrease for more than thirty years due to the so-called donut phenomenon , but since 1995 , the population has increased because , corresponding to people 's tendency for living in city centers , conditions of the residential area have been improved and an increasing number of condominiums have been constructed . according to the census conducted in 2005 , shimogyo ward was one of the wards , together with adjacent nakagyo ward and minami ward ( kyoto city ) , which saw an increase in population . geography rivers : hori-kawa river ( kyoto prefecture ) , kamo-gawa river ( yodo-gawa river system ) and takase-gawa river ( kyoto prefecture ) history april 10 , 1879 : shimogyo ward was established in kyoto prefecture . april 1 , 1889 : this ward was merged with kamigyo ward to inaugurate kyoto city . each of kamigyo ward and shimogyo ward became an administrative ward of kyoto city . april 1 , 1929 : nakagyo ward and higashiyama ward were generated by separating kamigyo ward and shimogyo ward . september 1 , 1955 : minami ward ( kyoto city ) was generated by separating shimogyo ward . region education facilities kyoto research park campus plaza kyoto the first central kyoto municipal wholesale market kyoto central post office kyoto station transportation railroads kyoto municipal subway karasuma line of kyoto municipal subway ( to / from kokusai kaikan station ) - shijo station ( kyoto municipal subway ) - gojo station ( kyoto municipal subway ) - kyoto station - ( to / from takeda station ( kyoto prefecture ) ) west japan railway company ( jr west ) tokaido main line ( to / from maibara station ) - kyoto station - ( to / from osaka station ) nara line kyoto station - ( to / from kizu station ( kyoto prefecture ) ) sagano line kyoto station - tanbaguchi station - ( to / from sonobe station ) central japan railway company ( jr tokai ) tokaido shinkansen ( to / from tokyo station ) - kyoto station - ( to / from shin-osaka station ) kintetsu corporation kintestu kyoto line kyoto station - ( to / from yamato-saidaiji station ) hankyu railway kyoto main line ( to / from juso station ) - karasuma station - kawaramachi station ( kyoto prefecture ) keifuku electric railroad arashiyama line shijo-omiya station - ( to / from saiin station ) roads major streets in this ward shijo-dori street , gojo-dori street , shichijo-dori street and shiokoji-dori street nishioji-dori street , senbon-dori street , omiya-dori street , horikawa-dori street , karasuma-dori street and kawaramachi-dori street national routes national routes running in this ward : national route 1 ( gojo-dori street and horikawa-dori street ) and national route 367 ( karasuma-dori street ) scenic sites , historic sites , tourist spots , specialty , festivals and events shinshu-honbyo temple - shosei-en garden nishi hongwan-ji temple bukko-ji temple gojo-ohashi bridge the kyoto tower kyoto station umekoji-koen park umekoji steam locomotive museum the main building and the auditorium of ryukoku university ( important cultural assets ) sumiya motenashi museum of art and culture the bank of yanagihara memorial museum gion matsuri ( gion festival ) others post office in charge of collection and delivery in shimogyo ward is as follows : kyoto central post office : 600-0000 , 600-8xxx , 601-0000 and 601-8xxx +yawata city is a city located in the southern part of kyoto prefecture and borders on osaka prefecture . it was developed as the temple town of iwashimizu hachimangu shrine . since the keihan electric railway and nihon jutaku kodan ( japan housing urban development corporation ) ( present urban renaissance agency ) prepared housing sites , such as kuzuha rose town and otokoyama housing complex in otokoyama area near kuzuha station of the keihan electric railway ( hirakata city osaka prefecture ) in and after the 1970 's , the city became a commuter town for osaka and thereby the population of the city almost doubled in a short term and surpassed that of fukuchiyama city , osaka prefecture . ( now fukuchiyama city is more populated than yawata city . ) with an increase in the population , yawata town was reorganized as yawata city on november 1 , 1977 . yawata city has its detached areas which are located between kyoto city and kumiyama-cho , kuse-gun , and between kyotanabe city and hirakata city , osaka prefecture . geography mountain : mt . otoko whose triangulation point is hatogamine peak ( 142.5 m ) ( nickname : hachimansan ) river : kizu-gawa river ( kyoto prefecture ) , uji-gawa river , and yodo-gawa river the city has borders with kumiyama-cho , kuse-gun across the kizu-gawa river and with hirakata city , osaka prefecture over horaga-toge mountain pass , and national route 1 runs through the center of the city . prefectural and municipal roads , which lead to kyotanabe city , are arranged in such a manner as they meet the national route 1 at right angles . the western edge of the city is the yodo-gawa river , over which oyamazaki-cho otokuni-gun kyoto prefecture , shimamoto-cho mishima-gun osaka prefecture , and takatsuki city osaka prefecture can be seen . there is a joining of the kizu-gawa river , uji-gawa river , and the yodo-gawa river in kawakita nature and sports park located in the northern edge of the city . the national route 478 running near the part connects the city with oyamazaki-cho . the city has three railway stations . yawatashi station and hashimoto station ( kyoto prefecture ) of the keihan main line . otokoyamasanjo station of the keihan kosaku-sen cable car line . express , semi-express and local trains stop at yawatashi station . only local and semi-express trains stop at hashimoto station . visitors to iwashimizu hachimangu shrine , the most important place of interest , take the kosaku-sen line . the bus network has been well developed . keihan bus offers a variety of networks mainly between kuzuha station and yawatashi station and has high passenger load factors . residential areas and rural zones spread as if they surround mt.otoko ; in particular the western side is an densely populate area called otokoyama housing complex . adjacent municipalities kyoto prefecture kyoto city fushimi ward kyotanabe city joyo city otokuni-gun oyamazaki-cho kuse-gun kumiyama-cho osaka prefecture hirakata city mishima-gun shimamoto-cho history outline april 1 , 1889 : yawata-machi , tsuzuki-mura , and uchigo-mura were founded in tsuzuki-gun when the municipal organization was enforced . october 1 , 1954 : the above three villages were merged to become yawata-machi . november 1 , 1977 : yawata-machi became the eleventh city of kyoto prefecture when it was reorganized as yawata city . population administration the scale of its industry is the smaller for its large population . the agriculture makes up the highest rate of the its industry and pears have high reputation as its specialty . the pear farms are open to public in autumn . industrial facilities are located along the national route 1 . metalworking is its typical industry . the city has many physical distribution centers and warehouses because of its convenient location . however , commerce has not prospered in the city . only izumiya yawata branch can be seen as a large scale retailer . consumers who live in the otokoyama housing complex and its surrounding residential areas--yawata city 's large portion of the population--go out to hirakata city kuzuha area and the rate of consumption within the city is quite low . in addition , recently developed residential areas of the eastern part of the city have a commercial district , but it is on such a small scale that customers flow out to large retailers in kumiyama-cho and kyotanabe city . in addition to the outflow of customers , employment opportunities also flow out of city , bringing down the municipal financial situation . nippon luna inc . - nippon ham group yamashiro yawata post office boatpier kyoto yawata sister and associated cities international milan , ohio , the united states of america a sister city relationship was established on august 12 , 1986 . baoji city , shan xi province , china a sister city relationship was established on november 2 , 1992 . district education transportation railroads keihan electric railway keihan main line yawatashi station - hashimoto station ( kyoto prefecture ) ( - kuzuha station ) although yawatashi station is supposed to be the main entrance of the city , roads around it are so small that many bus lines within yawata city arrive in and depart from kuzuha station in hirakata city , osaka prefecture . since special express trains started to stop in kuzuha station in september 2003 , the number of express trains that stop at yawatashi station greatly decreased ; kuzuha station , in effect , serves as the main entrance of yawata city . the number of passengers of yawatashi station is only one-fifth of those of kuzuha station . for reference , the mayor of yawata city requested keihan electric railway that special express trains stop at kuzuha station upon the timetable revision of september , 2003 . buses keihan buses are in service . keihan bus co . , ltd . otokoyama office located within the city offers bus service in almost all areas except for the eastern part of the city covered by its kyotanabe office ( with exceptions ) . roads congestions rarely occur even in the urban district of yawata city ; in contrast its neighbor city , hirakata city is noted that there are no roads to speak of between the kyoto and osaka region . this is because the separation among the community road , industrial road , and the highway has been taken into consideration since the onset of development . however , such roads as the national route 1 , the kyoto moriguchi line of kyoto prefectural and osaka prefectural route 13 , and yawata-kizu line of kyoto prefectural route 22 had been apparently congested within the city before the dainikeihan road and kyoto second outer ring road opened . expressway dainikeihan road , yawata higashi interchange ( other than the above , there is a meishin expressway interchange one kilometer away . ) scenic and historic sites iwashimizu hachimangu shrine hiko-jinja shrine shokado nagare bashi ( floating bridge ) toganoo-jinja shrine rakugaki-dera temple zip code yamashiroyawata post office ( 614-00 , 614-08 , 614-09 , 614-80 , 614-81 , 614-82 , 614-83 , 614-84 ) kumiyama post office ( 613-09 ) +monzen-machi means a town around an influential temple or shrine that was developed after merchants and manufacturers gathered there to conduct business , targeting workers and visitors of the shrine or temple . such towns around shrines are also called toriimae-machi . in a broad sense , it includes a temple town or shrine town where followers lived near a temple or shrine and created a community . a large scale town of that nature may be defined as a religious city . districts that remain historic landscapes as monzen-machi are designated important traditional building preservation areas so that preservative measures can be taken . sakamoto ( otsu city ) - otsu city , shiga prefecture - enryaku-ji temple , hiyoshi-taisha shrine saga toriimoto - ukyo ward , kyoto city - atago-jinja shrine ( kyoto city ) sannei-zaka slope - higashiyama ward , kyoto city - kiyomizu-dera temple +japan > kinki region > kitakinki kitakinki refers to japan sea coastal areas . it is narrowly defined as an area that covers the northern kyoto prefecture ( former tango province and most parts of former tanba province ) and northern hyogo prefecture ( former tajima province and a part of tanba province ) . these regions correspond to the tanba province , tango province , and tajima province from an ancient administrative division . however , kameoka city , nantan city and kyotanba-cho , funai-gun in kyoto prefecture are not included in kitakinki but instead called nantan or kuchitan even though they are within the tanba province , because the regions have a close tie with kyoto city and osaka . these regions have scenic places such as sanin-kaigan national park , kinosaki hot spring , and amonohashidate--one of the three great views of japan , which attract many tourists who enjoy seaside resorts in summer and crab dishes in winter . municipalities in northern kyoto prefecture and northern hyogo prefecture have formed the kitakinki wide area tourist federation to promote sightseeing businesses in the regions .. kitakinki , in a boarder sense , includes the southern fukui prefecture ( reinan ) or the entire area of fukui prefecture . reinan , which almost corresponds to wakasa province of an ancient administrative division , has had close connections with maizuru city , maibara city , and kyoto city since ancient times . municipalities in reinan of fukui prefecture are also involved in the kitakinki development and promotion committee , which plays a role in promoting development projects within kitakinki . the eighth regional coast guard headquarters , located at maizuru port , has jurisdiction over the sea off northern hyogo prefecture , northern kyoto prefecture , and entire fukui prefecture , encompassing the entire area off the coast of wakasa bay . kitakinki , which faces the japan sea , shows a japan-sea side climate pattern but has less snow than hokoriku and instead has many rainy days . a local proverb says : ' do not forget your umbrella even if you forget your lunch box . ' seaside : wakasa bay , amanohashidate hot spring : kinosaki hot spring river : onyu-gawa river , yura-gawa river lake : mikatagoko lake mountain : mt . arachi , mt . aoba ( kyoto and fukui prefectures ) , mt . gorogadake , oe-yama mountain range , mt . hyono basin : fukuchiyama basin , toyooka basin highland : tanba highland peninsula : tango peninsula ancient kitakinki was divided into districts each of which was governed by local kingdoms such as ninokuni and wakasa kokuzo regional administrator . these local kingdoms , along with counterparts of hokuriku region ( koshi province ) , sanin region ( inaba province and izumo province ) , northern kyushu ( tsukushi province and matsura kingdom ) , had great influence throughout the japan sea side of japan . in particular ninokuni is thought to have secured power through trade with the chinese continent ; one theory ( tango kingdom theory ) says that the kingdom was as independent as yamato dynasty , which was established later . moto-ise had been enshrined near oe-yama mountain range before it was relocated to present-day ise city . when the yamato dynasty expanded its power in the nara basin , local kingdoms in kitakinki showed allegiance to the yamato dynasty , making kitakinki the north entrance of yamato dynasty . ninokuni was divided into three provinces--tanba province , tango province , and tajima province . the ancient provincial offices of tanba were located in kameoka city far from moto-ise but quite close to yamashiro province . in particular wakasa province played an important role as a fortress near kinai and part of ' miketsukuni ' --which transported food to kinai and supplied the royal family--as it transported seafood such as mackerel to kinai area . during the sengoku period ( japan ) , local samurai lords , once high ranking officials of hosokawa clan who was a shugo ( military governor ) in the area , controlled their own territories within tanba province after hosokawa clan had weakened . in the wakasa and tanba regions , conflicts between the takeda clan and isshiki clan who was a former shugo continued but both clans weakened due to their internal disputes . when nobunaga oda emerged and seized political power in kinai , the clans were expelled and instead nagahide niwa , mitsuhide akechi and yusai hosokawa under nobunaga oda became the ruler of kitakinki . after the honnoji incident where nobunaga was killed , hideyoshi toyotomi brought down mitsuhide , and nagahide , and fujitaka rendered homage and service to hideyoshi ; kitakinki was divided again under the toyotomi administration . in the battle of sekigahara after the death of hideyoshi , kitakinki became site of many fierce battles , including the battle of tanabe-jo castle . in the edo period , kitakinki was divided and controlled by small clans such as the miyazu clan , obama clan , tango tanabe clan , fukuchiyama clan , ayabe clan , sasayama clan , toyooka clan , and izushi clan . some local industries in this region began during this period ; for example bags produced within toyooka city , which started with the product salix koriyanagi , and the spinning industry in ayabe city . the meiji government , which came into being after the edo bakufu was ( japanese feudal government headed by a shogun ) abolished , removed clans and established prefectures ; former ninokuni became toyooka prefecture and the area east of mt . aoba ( kyoto and fukui prefectures ) became tsuruga prefecture . however , on august 21 , 1876 , toyooka prefecture and tsuruga prefecture were abolished and joined prefectures covering areas along the sanyodo road or the nakasendo road . under the plan for promoting national prosperity and defense in the meiji period , maizuru chinju-fu ( maizuru navy base ) was established in a once-isolated village of higashi-maizuru ( eastern maizuru city ) and became one of the biggest military base along the coast of the japan sea , which contributed to its rapid development as a military city and the creation of one of the leading urban areas of japan-sea side of japan . with this development , a railroad was built from osaka city , kyoto city , and tsuruga city to maizuru ; thus the railway was laid out in kitakinki . depopulation has been found in some areas of kitakinki , because it does not belong to the pacific belt , a center of rapid economic growth zone . now , however , the maizuru wakasa expressway and kyoto prefecture-led industry parks are being built . kyoto prefecture northern kyoto industrial park ayabe industrial park kita industrial park kuratani industrial park ( kyoto prefecture ) taira industrial park osadano industrial park hyogo prefecture toyooka industrial park nuclear power plant there are five nuclear power plants , all of which are located in reinan . ( see " nuclear power plants in reinan " for the list ) local specialty matsutake mushroom tanba chestnut snow crab oyster tanba beef bag the transportation system in this region was developed earlier than other regions , due to the establishment of maizuru chinju-fu in maizuru city . railroads that run as trunk lines are the sanin main line and the fukuchiyama line built by kyoto railway and hankaku railway , as well as the maizuru line and the obama line built by former japanese national railways . although expressway construction was slow , the maizuru wakasa expressway was completed to connect tsuruga city and hanshin regions ; the sanin expressway and the kyoto longitudinal expressway are being built to directly connect kyoto city and tottori city ( the section between the miyazu amanohashidate interchange and the maizuru oe interchange is now open ) . in addition , the kitakinki toyooka expressway branches off at the maizuru wakasa expressway kasuga interchange ( hyogo prefecture ) and is open for service until hikami interchange . it extended to the wadayama interchange in 2006 and connected with the bantan renraku road . west japan railway company ( jr west ) sanin main line maizuru line obama line fukuchiyama line bantan line kitakinki tango railway kitakinki tango railway miyazu line kitakinki tango railway miyafuku line expressway maizuru wakasa expressway sanin expressway bantan renraku road kyoto longitudinal expressway kitakinki toyooka expressway +maizuru bay constitutes the features of the coastal geography in maizuru city kyoto prefecture . it is located south west of wakasa bay , being a branch of wakasa bay . the inner part of the bay is largely divided in to two parts ; maizuru higashi port ( maizuru east port ) and maizuru nishi port ( maizuru west port ) . maizuru bay in english maizuru bay comprises wakasa bay and its mouth is y-shaped oriented north-northeast . the mouth is narrow with a width of only about 700 meters . therefore the inside of the bay is very calm and quiet with an extremely small tidal range not higher than 30 cm . the bay has an average depth of twenty meters , meeting requirements for a suitable port due to the 300- to 400-meter-high mountains surrounding the bay , which block strong winds and stormy weather . it was also regarded as important as a military base because its insides could not be seen from the japan sea . maizuru chinju-fu ( maizuru navy base ) was established on october 1 , 1901 . after world war two it was a repatriation port for returnees from the chinese continent ; about 660 thousand people returned home at taira-sanbashi bridge over thirteen years . there is a famous story of ganpeki no haha , or mothers who were waiting for their sons to come back from war . in recent years , maizuru city has actively appealed maizuru port 's scenic beauty formed by its ria coast . the superb view afforded by gorogadake sky tower , which opened in 1995 , was selected to be included in the 100 most beautiful scenes of kinki region . bakuchi misaki cape is east of the mouth of the bay ; kanagamisaki cape is west of it . +maizuru port , located in maizuru city , kyoto prefecture , is a key port . the port is managed by kyoto prefecture . the nickname of kyoto maizuru port was given in 2004 . during the meiji period , maizuru chinju-fu--the only navy base on the japan sea side of japan--opened and flourished as a naval port . it is well known that most ships set sail from this port during the russo-japanese war , and many repatriation ships from siberia returned home at this port . it is largely divided into two ports--east port and west port ; east port is a navy port where the maritime self-defense force maizuru district headquarters is located ; west port has been developed as an international trade port having regular services heading to and from countries such as the people 's republic of china , republic of korea , and russian federation . this section describes the maizuru fishing port , which falls under category three for fishing ports . maizuru port , which faces the japan sea and is located in the western part of the wakasa bay within maizuru bay , is known as a suitable port , due to its formation as an inlet off the open sea and is less subject to weather conditions . the harbor itself is largely divided into east port and west port . for reference , it was selected as one of the ' best fifty ports , ' planned and compiled by kyodo news and federation of local newspaper companies in 2005 . since the east port was designated as a naval port to house the maizuru chinju-fu in 1901 , the former japanese imperial navy not only developed it as the harbor but also reclaimed the land of higashi maizuru area--once merely an inlet . today , it still provides bases for the escort flotilla 3 and maizuru district headquarters of the maritime self-defense force , acting as a key strongpoint to defend the japan sea side of japan . in recent years , its military importance is increasing due to incidences involving north korean covert-operation boats ; therefore the maizuru air port was built to deploy the maizuru fleet air force and the special boarding unit universal shipbuilding corporation , which has observed the traditions of the old imperial navy maizuru navy arsenal , is also located in the east port , and its shipbuilding dock can be seen at the end of the maritime self-defense force 's dock . maizuru ferry terminal the terminal is at maejima wharf , 2.3 km ahead of higashi-maizuru station . usually it is not accessible by public transportation but a local bus service may be available from higashi-maizuru station in response to the arrival and departure times on occasions when many visitors can be expected , for example in summer . the liaison bus from shin-osaka station is convenient because the service is more often available even during times outside of busy seasons . it takes about five minutes by taxi from the higashi-maizuru station . it is about fifteen-minute drive from the maizuru-higashi interchange . the wharf of the ferry was once located near the maizuru port joint government building of the west port , and maritime safety officials were regularly stationed near the maejima wharf of the east port . shin nihonkai ferry maizuru port - otaru port ( six times a week ) maizuru port -tomakomai port ( irregular ) sightseeing spots and historic sites the east port , which has been developed as a naval port since the meiji period , has many historic sites related to the former imperial japanese navy . in particular , maizuru red-brick warehouses has been recently used in shooting films . other sightseeing spots include the aka renga museum having a collection of bricks from all over the world and the maizuru municipal administrative museum exhibiting the history and customs of maizuru city . the east port will be designated as important cultural property in 2008 . people in the city enjoy cherry blossoms at repatriation memorial museum , kyoraku park , maruyama park , and yushiodai park every spring . the west port , located in and developed as a castle town of the tanabe-jo castle ( tango province ) , and has been developed as a commercial port since the edo period . however , it is attracting attention as a key logistic center , due to the opening of the maizuru-nishi interchange of the maizuru wakasa expressway in 1989 . wada wharf , a multi-purpose international terminal ( tentative name ) is under construction with aims to be completed early 2008 ; the wharf , when completed , will enable full-scale container ships in the 50,000 ton class to berth . in addition , ' nishi-maizuru road , ' which is a bypass of the national route 27 is also being planned , and thereby the port is enhancing its importance as an international logistic port . the japan coast guard eighth regional coast guard headquarters is in the maizuru harbor joint government office located in this port . the west port , which physically includes the maizuru fishing port governed under the act on development of fishing ports and grounds ( the fishing port area does not legally belong the maizuru port ) , provides bases for large scale vessels equipped with a stationary net . maizuru city also built the maizuru port toretore center , a wholesale shop for marine products . on september 30 2004 , the maizuru steam ship , which was dealt as a national route with roles as a community road , closed its seventy-year history due to a decline in passengers and deterioration of ships . regular service service for international freight regular service to china ( maizuru - shanghai city , dalian city , qingdao ) - once a week operated by kanbara kisen company regular service to republic of korea ( maizuru - busan ) - twice a week operated by heung-a shipping co . , ltd . regular service to vladivostok ( maizuru - vladivostok ) - scheduled to open this autumn operated by daewoo logistics regular service to nakhodka ( maizuru -nakhodka ) - once a month operated by ino kaiun kaisha ltd . japan-china japan sea regular service ( maizuru - chongjin , vostochny sea port ) - once a month operated by mitsui o.s.k. lines and fesco international passenger service service to vladivostok ( maizuru - vladivostok ) - scheduled to open this autumn operated by daewoo logistics domestic service japan sea ferry service ( maizuru - otaru ) - daily operated by shin nihonkai ferry japan sea ferry service ( maizuru - tomakomai ) - irregular operated by shin nihonkai ferry agencies of marine affairs eighth regional coast guard headquarters maizuru safety department eighth regional info-communications management center ( former maizuru info-communications management center ) maizuru coast guard air support center ( kitakinki coast guard air support center ) ministry of land , infrastructure , transport and tourism , maizuru marine transport bureau osaka customs , maizuru custom branch office osaka immigration office , maizuru port branch quarantine , maizuru branch office maizuru branch office of the plant protection station kinki regional development bureau , maizuru ports office maizuru marine observatory the total number of vessels entering the maizuru port from the democratic people 's republic of korea was 252 , the largest in japan . two japanese companies were engaged in landing and loading businesses with such vessels but one of the companies stopped deals because of mounting criticism stemming from abduction issues . the rest , international transport department , maizuru marine transport office , nippon express co . , ltd. stopped dealings with north korean vessels after missile launches by north korea ; however , north korean freights started to be seen unloading goods in maizuru port on july 28 , 2006 . with nuclear tests by north korea in october 2006 , north korean vessels will be banned from entering japanese ports . 1901 : maizuru chinju-fu opened . 1922 : the ministry of interior designated maizuru west port as a designated port . 1945 : the maizuru repatriation relief bureau was established . 1951 : it was designated as key harbor . 1952 : the coastal safety force was established in the maizuru east port . 1958 : regular service to nakhodka started . 1970 : shin nihonkai ferry started ferry service between maizuru and otaru . 1985 : maizuru steam ship was abolished . 1986 : japan-china japan sea regular service started . 1990 : regular service to busan , korea started . 1995 : the port was designated as faz ( foreign access zone ) . 1997 : maizuru 21 opened as a facility for faz . 1999 : regular container service to dalian , qingdao was started . 2005 : the direct service between maizuru and shanghai started with the restructuring of the service route . 2007 : kanbara kisen company started japan-china regular container service . kita industrial park kuratani industrial park ( kyoto prefecture ) taira industrial park +nagaokakyo city is a city located in the southwest of kyoto prefecture . nagaokakyo city was named after nagaoka-kyo ( imperial capital ) , and the part of the city corresponds to the southern part of nagaoka-kyo , the city as well as neighboring muko city and oyamazaki-cho are famous for producing bamboo shoots . it also produces a flower vegetable ( edible oilseed rape ) . the city belonged to otokuni-gun before the shisei ( grant of city status ) was implemented , and thus , an old temple , otokuni-dera temple is located in the city . nagaokakyo city can be divided into three main areas : the east , the middle , and the west of nagaokakyo city . in the east of nagaokakyo city around nagaokakyo station of west japan railway , high-tech companies such as murata manufacturing co . , ltd . , panasonic corporation ( formerly matsushita electric industrial co . , ltd . ) , and mitsubishi electric corporation have opened their offices and / or factories , and also nippon yusoki co . , ltd . , a famous forklift manufacturer , is located along the railroad . suntory also built kyoto brewery in the city near the border with oyamazaki-cho , and , using the water from springs flowing from the nishiyama mountain range , kyoto brewery produces products mainly for western japan . there was a time when friction arose between suntory and residents due to its heavy use of groundwater ; currently , suntory has tried to make amends , for example , inviting residents to the beer festival held by the company in fall . the middle of nagaokakyo city around nagaoka tenjin station of hankyu corporation is comprised of commercial and residential districts , and is the center of the city . large grocery stores gathered around this area , but after 2000 , the west exit of jr nagaokakyo station has been redeveloped and stores have opened in the area , as well . the west of nagaokakyo city to the westward of the oyamazaki oe line ( tanba kaido road ) of the kyoto prefectural route 10 is an area with a wealth of nature , consisting mainly of the hillside area in nishiyama , and where famous shrines and temples are scattered around as mentioned below . however , a part of the area has been logged and developed for housing . nagaokakyo city does not receive much attention because one of the most popular tourist destinations in japan , kyoto city , is located nearby , but is still a good location . bamboo groves are especially beautiful ; the setting for " taketori monogatari " ( the tale of the bamboo cutter ) is said to have modeled either nagaokakyo city or yawata city , kyoto prefecture . kirishima azalea by the hachijogaike pond at the nagaoka-tenmangu shrine , tree peonies at the otokuni-dera temple , hydrangeas at the yokoku-ji temple , and autumn leaf color at the komyo-ji temple ( nagaokakyo city ) are all known for their beauty , as well . the komyo-ji temple is often used for location shooting for movies and tv dramas . nagaokakyo city holds a variety of events and festivals , from the garasha ( gratia ) matsuri festival in fall to the event at the bamboo grove featuring kaguya-hime ( princess kaguya ) , the firefly viewing gathering , the tenjin matsuri festival , the ajisai ( hydrangea ) matsuri festival , and the botan ( tree peony ) matsuri festival . putting aside the city 's intention to attract visitors from all over the country , these seem to be successful events and festivals of family recreation for the residents . incidentally , the firefly viewing gathering is often held before the season for fireflies . the otokuni-dera temple was built . imperial capital was transferred to nagaoka-kyo . the nagaoka-tenmangu shrine was built . the area was owned by the kaiin-ji temple ( presently dilapidated ) . the area was owned by the hosokawa family . tama hosokawa ( later garasha , or gratia ) settled in shoryuji-jo castle . august 1 , 1931 : kotari station ( the present-day nagaokakyo station ) on the tokaido main line opened . october 1 , 1949 : three villages of shinkotari-mura , kaiinji-mura and otokuni-mura were combined to form nagaoka-cho . october 1 , 1972 : nagaoka-cho became nagaokakyo city by implementing the shisei ( grant of city status ) . note that to avoid confusion with nagaoka city , niigata prefecture , the city was named after nagaoka-kyo , which had included the area of nagaoka-cho in its territory . mayor : yutaka oda ( as of 2003 ) izunagaoka-cho , tagata-gun , shizuoka prefecture ( the present-day izunokuni city ) nagaokakyo city established a sister-city relationship with izunagaoka-cho in november , 1984 . arlington , massachusetts , usa nagaokakyo city established a sister-city relationship with arlington in 1984 . ningbo , zhejiang province , china nagaokakyo city established a friendship city relationship with ningbo in 1983 . tokaido shinkansen : no stations in the city jr kyoto line : nagaokakyo station hankyu kyoto main line : nagaoka tenjin station hankyu bus co . , ltd . the hankyu bus has routes within the city and to neighboring towns and cities . the hankyu bus uses the area in front of jr nagaokakyo station as a bus terminal because hankyu nagaokatenjin station has little space in front . kyoto city bus buses ( south line no.2 and special south line no.2 ) arrive at and leave the east exit of jr nagaokakyo station from and for the west exit of kintetsu takeda station . nagaokakyo happy bus the nagaokakyo happy bus is a community bus run by nagaokakyo city . it has two lines : the north and south lines . operation of the bus is entrusted to hankyu bus co . , ltd . meishin expressway : there are no interchanges in the city , and the closest one is the oyamazaki interchange . scenic sites , historic sites , tourist spots , festivals and events mausoleum of emperor tsuchimikado komyo-ji temple ( nagaokakyo city ) : autumn leaf color yokoku-ji temple ( yanagidani kannon ) : autumn leaf color otokuni-dera temple : tree peonies nagaoka-tenmangu shrine : plums , kirishima azalea , and autumn leaf color shoryujijo park mukomachi post office in adjacent muko city is in charge of collection and delivery in the entire area of nagaokakyo city . +mt . kinugasa is located in kita ward , kyoto city . it has an elevation of 201 meters . mt . kinugasa is also called mt . kinukake after a story about the fifty ninth emperor uda , who wanted to see snow in midsummer , covered ( ' kake ' ) mt . kinugasa with white silk ( ' kinu ' ) . mt . kinugasa is surrounded by renowned temples such as kinkaku-ji temple , ninna-ji temple and ryoan-ji temple , as well as cultural and educational facilities such as kyoto prefectural insho-domoto museum of fine arts and ritsumeikan university , thus attracting many tourists . +ine-cho is a town in kyoto prefecture . the town is located in the northeastern part of tango peninsula , and is famous for funaya ( a large cluster of traditional fishermen houses ) ( selected as one of the preservation districts for groups of historic buildings ) . exchanges with the continent of asia were carried out actively in the tango peninsula , and ine-cho was located along the trade route between the capital kyoto and the continent . today 's major industries include fishing and tourism . the legend of urashima taro originated and has been passed down over time from honjohama beach , ine-cho tsutsukawa . 1993 : nhk produced the asadora drama , " eenyobo " ( a good wife ) , which was set in ine no funaya houses . ine-cho 's second traffic signal was completed . mountain mt . taiko , mt . gongen ( ine-cho ) , komori-dake ( mt . komori ) bay ine-wan bay cape washizaki cape , nizaki , nomurazaki , and taizaki island aoshima island ( kyoto prefecture ) river tsutsukawa - hideki yoshimoto ( from november 2006 ) fishery ine fishing port nizaki fishing port honjo fishing port kamanyu fishing port fisheries cooperative association of ine-cho ine-cho cooperative association of fisheries kamanyu branch ine-cho cooperative association of fisheries honjoura branch honjo fishery productive association ine branch of jf marine bank kyoto ine-cho has no airports or railroads . tango kairiku kotsu co . , ltd . ine town bus ( community bus ) medical services ine-cho national health insurance clinic ine-cho national health insurance ine clinic child welfare ine-choritsu ine nursery school ine-choritsu honjo nursery school senior citizens and nursing care special elderly nursing home chojuen ine no funaya houses tomari beach honjohama beach nunobiki no taki ( nunobiki falls ) mt . taiko okuhashitate ine onsen ( okuhashitate ine hot spring ) fresh fish locally-brewed sake ( kyo no haru , take no tsuyu , eenyobo , etc . ) tsutsukawa soba noodle ineyaki ( ine chinaware ) processed fishery products ( heshiko ( a local food of wakasa , north of kyoto , which is salted mackerel in rice-bran paste ) , buri no misozuke ( yellowtail seasoned in miso ( soybean paste ) ) , etc . ) +muko city is a city in kyoto prefecture . geography muko city is located on the southwestern edge of the kyoto basin ; to the west lies the nishiyama mountain range including mt . oshio , and to the east outside the city flows the katsura-gawa river ( yodo-gawa river system ) . as a result , the city consists overall of flat terrain with a plateau on its northwest part and a lowland on its southwest part . the tokaido main line and the hankyu kyoto main line run across the city . muko city as well as nagaokakyo city and oyamazaki-cho are famous for producing bamboo shoots . traditional kyoto vegetables such as potherb mustard and senryo eggplant as well as flowers such as poinsettia are widely grown . saigoku kaido road fukada-gawa river : an irrigation canal built by hata no kawakatsu ( also called nishino-oka yosui canal or terado yosui canal ) mountain : there are no mountains but bamboo groves are found on the hillside on the west of the city . river : terado-gawa river and obata-gawa river history the area of the present-day muko city belonged to otokuni-no-kori ( otokuni-gun ) , yamashiro province , and once housed nagaoka-kyo ( imperial capital ) . the daigoku-den ( imperial palace ) site has been unearthed in the city . after the capital was transferred from nagaoka-kyo to heian-kyo , agriculture became the main industry in the area as a backland for the new capital . the area has been the center of otokuni-gun since old times ; currently , the kyoto prefectural general office of otokuni-gun , a remnant of the district office , and the mukomachi police station are located in muko city . additionally , even after the shisei ( grant of city status ) was implemented , some facilities such as the jr mukomachi station have used the old town name ' muko-machi ' for their names as if it were still a name of the place ; there are cases such as tokamachi city , niigata prefecture and omachi city , nagano prefecture that included even the part ' machi ' ( cho , or town ) in their city names when towns were given city status . when the chosei ( grant of township ) was implemented , the town was named ' muko-cho ; ' however , the old town name muko-cho is now generally read as ' muko-machi ' when it is used for the name of a facility . muko city is one of the rare municipalities in japan that never merged with any other municipality since the enactment of the chosonsei ( town and village system law ) on april 1 , 1889 , including the great mergers of the showa and heisei periods . 1889 : muko-cho merged with its neighboring five villages of mozume , terado , morimoto , kaide and kamiueno . october 1 , 1972 : the shisei ( grant of city status ) was implemented . population politics and government mayor : tsutomu kushima ( as of 2003 ) economy international saratoga , california , the united states of america : muko city established a sister-city relationship with saratoga on november 16 , 1984 . hangzhou city , zhejiang province , china : muko city established a friendship city relationship with hangzhou city on september 27 , 1985 . district adjacent municipalities kyoto city and nagaokakyo city : muko city is adjoined to kyoto city on the east , west and north , and to nagaokakyo city on the south . incidentally , the city used to be adjoined with the former kuse-mura , otokuni-gun on the east and oharano-mura otokuni-gun on the west , but since kyoto city absorbed the two villages , formerly muko-cho has remained as if it jutted out into kyoto city from otokuni-gun . the downtown areas of kyoto city and muko city are connected , making it difficult to easily determine the border . transportation railroads main stations hankyu kyoto main line : higashimuko station and nishimuko station ( note that for the area on the northern edge of the city near the border , rakusaiguchi station in nishikyo ward , kyoto city is a station located nearby . ) jr kyoto line : mukomachi station others there is a railroad yard called kyoto sogo untensho ( or kyo-kito in the abbreviation of ' kyoto branch ' and ' kyoto sogo untensho ' ) , between the mukomachi and nagaokakyo stations . the yard accommodates trains such as limited express trains . roads expressway there are no interchanges in the city even though the meishin expressway runs through it , and thus , people usually take the kyoto minami interchange towards nagoya and the oyamazaki interchange towards osaka and kobe . national route national route running through the municipality : national route 171 major prefectural route nishikyo takatsuki line of the kyoto and osaka prefectural route 67 ( mozume kaido road ) access to neighboring municipalities the national route 171 up north by way of the former saigoku kaido road along the way leads to the downtown area of kyoto city . people usually take the mozume kaido road up north or the sanin kaido road west to nishikyo ward , kyoto city . to get to nagaokakyo city , it is common to take the saigoku kaido road down south and cross the ichimon-bashi bridge . buses buses : hankyu bus and yasaka bus in addition to bus stops of the kyoto city transportation bureau access to the kyoto prefectural office via the hankyu kyoto line take the hankyu kyoto line at higashimuko station or nishimuko station ( or rakusaiguchi station from the northern edge of the city ) , transfer to the kyoto municipal subway karasuma line at karasuma station ( or shijo station ( kyoto municipal subway ) ) , get off at marutamachi station ( kyoto municipal subway ) , and walk northwest for 10 minutes . via the jr kyoto line take the jr kyoto line at mukomachi station , transfer to the kyoto municipal subway karasuma line at kyoto station , and get off at marutamachi station as mentioned above . by car or motorcycle take the national route 171 via the kujo-dori street in kyoto city and the horikawa-dori street up north , and turn right at the shimotachiuri-dori street eastward ; this is the common route , which takes about 40 minutes . scenic sites , historic sites , tourist spots , festivals and events there is no accommodation in muko city even though the city has tourist spots , for it is small in area and adjacent to kyoto city . muko-jinja shrine : it was built in 718 and its main shrine was built in the sangensha nagare-zukuri ( architecture of three-bay wide structure with a gable roof ) . remains of nagaoka-kyo : muko city culture museum saigoku kaido road : ichimon-bashi bridge mausoleum of empress kanmu muko city astronomical observatory kyoto mukomachi keirin velodrome mukomachi branch of japan post service co . , ltd . ( attached to mukomachi post office ) : 617-00xx adjacent nagaokakyo city : 617-08xx ( the mukomachi branch is also in charge of collection and delivery in the area . ) +located at the base of the tango peninsula in kyoto prefecture , mt . oe extends over yosano-cho , fukuchiyama city and miyazu city . it has an elevation of 833 meters . mt . oe is also called the yosa-no-oyama mountain range . this range is known for the legend of shuten-doji ( according to this legend , mt . oe was home to a demon who terrorized old kyoto ) . it is also known for the sea of clouds that is visible from points of high elevation . on august 3 , 2007 , the mountain range was designated as a quasi-national park under the name tango-amanohashidate-oeyama quasi-national park . mt . oe is geologically comprised of stratum with basic bedrock pushed up deep from within the earth . the range is rich in metal veins , and place names related to metals such as ' kana-ya ' ( metal house ) are common . in 1917 , a mineral deposit was found in the mountain , after which it was mined for nickel , which was necessary to support the production of weapons from 1933 to the end of the pacific war . minerals were carried by industrial railway ( kaya railway ) to the refinery in iwataki-cho , bordering the sea of japan , where they were refined . many workers were recruited from the republic of china and korea to work in the mines . on august , 1998 , sixteen chinese miners filed a damage suit to the kyoto district court for forced labor . on september 29 , 2004 , nippon yakin kogyo co . , ltd . ( headquartered in tokyo ) paid a settlement totaling twenty-one million yen , and a reconciliation was partly effected at the osaka high court . on may 12 , 2007 , however , in a decision at the appeal hearings , the supreme court ( japan ) ( presiding judge mutsuo tahara ) dismissed the damage suit against the japanese government . there are still people who carry the influence of war to this day . legend of ogre extermination three legends pertaining to ogre extermination in mt . oe have been passed on . one legend in the kojiki ( japan 's ancient chronicle ) holds that emperor sujin 's brother hikoimasuno-miko exterminated kugumimi no mikasa , a tsuchigumo ( those in ancient times who were not subjects of the yamato court ) . the second legend is that prince shotoku 's younger brother , imperial prince maroko defeated three ogres named eiko , karuashi and tsuchiguma , and the third is the famous legend about shuten-doji . the third legend is one of the themes performed in a noh play " oeyama , " a story about ogre extermination in the gobanmemono ( fifth category ) . the japan ogre exchange museum was built on the site of an abandoned copper mine at the foot of mt . oe in 1993 after these legends . incidentally , the home of shuten-doji ' mt . oe ' is believed to have been a mountain along mt . oe in tango , but some say it might have been a mountain along the sanin-do road on the border between yamashiro and tanba provinces in nishikyo ward , kyoto city . the tango region where the mountain range is located had close contacts with the asian continent from ancient times , and immigrants were engaged in metal work ; with their advanced technique in metal refining , and having accumulated a large fortune , those who recognized this in the capital sent an army to pillage the wealth , and rule the region . one theory holds that people created the tsuchigumo ( spider limbed monster ) and ogre extermination legends from these incidents in order to justify and glorify themselves ; at the same time , some propose that immigrants were in fact called ogres because they gathered to become thieves and terrorized the region . the ogura hyakunin isshu ( one hundred waka poems ) has this tanka by koshikibu no naishi , ' the road going over mt . oe and via ikuno is so far that i have not set foot on ama no hashidate or seen a letter from my mother yet . ' some say that mt . oe in this tanka indicates both the mountain explained in this section and the one in nishikyo ward , kyoto city . +oyamazaki-cho is a town in otokuni-gun , kyoto prefecture . it is located on the border with shimamoto-cho , mishima-gun , osaka prefecture . it is the smallest town in area in kyoto prefecture . the town belonged to former otokuni-no-kori ( present-day otokuni-gun ) , yamashiro province . summary yamazaki has been a focal point for transportation since ancient times because the confluence of the katsura-gawa ( yodo-gawa river system ) , uji-gawa as well as kizu-gawa rivers are located at the foot of the hillside stretching deep into the plain . the battle of yamazaki , in which hideyoshi toyotomi ( called hideyoshi hashiba at that time ) defeated mitsuhide akechi , was waged in mt . tenno in oyamazaki-cho . the idiomatic phrase ' tenno-zan wo mukaeru ' ( approach tenno-zan ) , meaning ' to have a showdown , ' originated from this historical event . water in the yamazaki area from yamazaki , shimamoto-cho , osaka prefecture to oyamazaki-cho , kyoto prefecture is known for its quality . the myokian temple in front of yamazaki station ( kyoto prefecture ) holds the tea ceremony house called ' taian ' ( a national treasure ) , one of the two existing tea ceremony houses designed by sen no rikyu . oyamazaki-cho is famous for producing bamboo shoots . traditional kyoto vegetables such as kyo-yamashina eggplant and potherb mustard are also grown . history 725 : gyoki built a bridge to yamazaki and propagated buddhism , based in the area . 725 : a bridge was built to span yamazaki when nagaoka-kyo ( imperial capital ) was established . 811 : emperor saga paid a visit to the kaya-rikyu ( kaya imperial villa ) in yamazaki . 861 : the kaya-rikyu in yamazaki was designated as the kokufu ( a provincial office in ancient times ) . 1200 : fujiwara no sadaie stayed at the oil seller 's hut in yamazaki on the way to the minase-rikyu ( minase imperial villa ) . 1276 : the sale of oil was dominated by the jinin ( shrine dependents ) in yamazaki . 1311 : the retired emperor fushimi waived the seki-tsu-ryo ( tax at checkpoints , 関津料 ) in yodo for the jinin in yamazaki . 1333 : enshin akamatsu in harima province set up a camp in yamazaki . 1392 : yoshimitsu ashikaga gave oyamazaki the right to prohibit the shugo ( provincial constable ) from entering the territory . 1422 : the kokushi ( provincial governor ) in mino province allowed the merchants from oyamazaki to pass through the fuwa-no-seki ( fuwa checkpoint ) for free . 1568 : self-governing village communities in oyamazaki provided nobunaga oda funding for the war . 1582 : hideyoshi hashiba fought against mitsuhide akechi in yamazaki . hideyoshi set up a base in yamazaki thereafter . in the edo period , yamazaki was granted autonomy as the domain of the hachimangu shrine . 1889 : the three villages of oyamazaki-mura , enmyoji-mura and shimoueno-mura were merged to form oyamazaki-mura . 1967 : oyamazaki-mura became oyamazaki-cho . politics government mayor : sohei manabe ( as of december 5 , 2006 , the first term ) , who belongs to the japanese communist party number of assembly seats : sixteen chairperson : hikaru maekawa geography peak of mt . tenno : 270.4 meters katsura-gawa river and uji-gawa river ( yodo-gawa river system ) economy oyamazaki-cho was known for agriculture such as rice farming as well as gathering of bamboo shoots . the number of factories and warehouses along the national route 171 has increased since the beginning of the high-growth period . among them are the large factories of daihatsu motor co . , ltd . , hitachi , ltd. and hitachi maxell , ltd . tose co . , ltd . , a developer of video games , set up their headquarters and development center in the land registry . suntory yamazaki distillery , however , is located in shimamoto-cho , osaka prefecture , not in oyamazaki-cho . suntory kyoto brewery , on the other hand , is partly located in the town . district aza ( ' aza , ' meaning a section name ) oyamazaki aza enmyoji aza shimoueno transportation railroads tokaido shinkansen : no stations in the city hankyu kyoto main line : oyamazaki station jr kyoto line ( tokaido main line ) : yamazaki station ( kyoto prefecture ) buses hankyu bus co . , ltd . keihan bus co . , ltd . roads expressway meishin expressway oyamazaki interchange oyamazaki junction scenic sites , historic sites , tourist spots , festivals and events rikyu-hachimangu shrine : yuza ( oil guild , 油座 ) myokian temple taian ( tea ceremony house ) asahi beer oyamazaki villa museum oyamazaki museum of history dainen-ji temple hoshaku-ji temple yamazaki shoten ( kannon-ji temple ) sakatoke-jinja shrine oyamazaki kiln site ( a national historical site ) +nakagyo ward is one of the eleven wards that constitute kyoto city . as more people returned to the urban areas of kyoto city in recent years , the estimated population of nakagyo ward , according to the national census taken in 2005 , exceeded 100,000 for the first time in twenty years ( since 1985 ) . the meirin school and honno school districts in the south of nakagyo ward , in particular , have seen rapid population growth . these districts have attracted attention as a leading educational district in kyoto city , suitable for raising children . nakagyo ward ( 中京区 ) is often mispronounced by people other than local residents as ' chukyo ' as in the ' chukyo area ' ( 中京圏 ) , which includes aichi prefecture ; it is also often misspelled as ' chuo ward ' ( 中央区 ) . rivers : kamo-gawa river ( yodo-gawa river system ) , hori-kawa river , takase-gawa river and nishi-takase-gawa river april 1 , 1929 : with the expansion of districts in kyoto city , nakagyo ward was formed from the south part of the former kamigyo ward and the north part of the former shimogyo ward . the areas to the south of the marutamachi-dori street and to the north of the shijo-dori street were each separated from the former kamigyo ward and the former shimogyo ward ( which includes towns along the shijo-dori street ) to create nakagyo ward . the name of the town on the boards in the ebisugawa-dori street uses the old address ' kamigyo ward ' ( ' ward ' being written in the old form of a chinese character ) . main industries kyo-yuzen ( dyeing technique ) tourism lumbering industry karasuma line of the kyoto municipal subway ( from / to kokusai kaikan station ) marutamachi station , karasuma miike station ( from / to takeda station ) tozai line of the kyoto municipal subway ( from / to uzumasa tenjingawa station ) nishioji oike station , nijo station , nijojo-mae station , karasuma miike station , kyoto shiyakusho-mae station ( from / to rokujizo station ) sanin main line of west japan railway company ( jr west ) ( from / to kyoto station ) nijo station , enmachi station ( from / to kameoka station ) hankyu kyoto main line of the hankyu corporation omiya station ( kyoto prefecture ) ( between juso and kawaramachi stations ) arashiyama main line of keifuku electric railroad co . , ltd . ( from / to shijo-omiya station ) saiin station , nishioji sanjo station ( from / to arashiyama station ) main streets in the ward marutamachi-dori street , miike-dori street and shijo-dori street nishikoji-dori street , nishioji-dori street , senbon-dori street , omiya-dori street , horikawa-dori street , karasuma-dori street and kawaramachi-dori street national route national route running in the ward : national route 367 ( karasuma-dori street ) nijo-jo castle mibu-dera temple honno-ji temple mikane-jinja shrine aoi matsuri festival , gion matsuri festival and jidai matsuri festival ( festival of the ages ) others the post office in charge of collection and delivery in nakagyo ward is as follows : nakagyo post office ( zip code : 604-xxxx ) +the tango peninsula is a peninsula in the north of kyoto prefecture , thrusting northeast into the sea of japan . it is also called yosa peninsula or okutango peninsula . parts of the tango peninsula , such as it 's coasts , belong to the tango-amanohashidate-oeyama quasi-national park . the tango peninsula includes the entire region of kyotango city and ine-cho , yosa-gun as well as part of miyazu city and yosano-cho , yosa-gun , all of which are in kyoto prefecture . wakasa bay lies between cape kyoga-misaki on the northern edge of the tango peninsula and cape echizen-misaki on the echizen coast . nizaki is located on the eastern edge of the tango peninsula . amanohashidate ( sand bar ) stretches over at the base of the southeastern part of the peninsula , forming the aso-kai ( inland sea ) , being detached from miyazu bay . incidentally , the tango peninsula is one of the snowiest areas in kyoto prefecture . areas on the tango peninsula have had close contact with the asian continent since ancient times , and archaeological excavations in recent years have shown that powerful clans existed in the region . in tango region , silk weaving , known as the tango chirimen ( silk crepe ) , developed since the middle of the edo period . there are many tourist and scenic spots on the tango peninsula , attracting many tourists who bathe in the sea in summer , and enjoy crab dishes in winter . a variety of things from the korean peninsula and mainland china are washed ashore on the eastern coast of the peninsula . amanohashidate nariai-ji temple cape kyoga-misaki +nagaoka-kyo nagaoka-kyo was an imperial capital that existed in otokuni no kori , yamashiro province from 784 to 794 . the old capital corresponds to the present-day muko city , nagaokakyo city and saikyo ward in kyoto city , kyoto prefecture . this will be discussed in the following section . nagaokakyo city , kyoto prefecture the name of nagaokakyo city originated from nagaoka-kyo mentioned above because the area of the city partly corresponds to the old capital . although it had been called nagaoka-cho , otokuni-gun before city status was granted , the city was named nagaokakyo city because the city named ' nagaoka city ' already existed in niigata prefecture . nagaokakyo station : a station on the tokaido main line ( jr kyoto line ) of west japan railway company ( jr west ) in nagaokakyo city . nagaoka-kyo was established in 784 when emperor kanmu transferred the capital from heijo-kyo to nagaoka-kyo . it is interesting to know that the year 784 was the year of the kasshi kakurei ( the first year of the sixty-year cycle in chinese calendar when changes are often said to happen ) , and that emperor kanmu was a direct descendant of emperor tenchi , not of emperor tenmu . the ' shoku nihongi ' ( historical books written in the heian period ) describes the reason for the transfer of the capital as easy access to water and land transportation ; however , it is also said that , distancing the capital from the established groups of buddhist monks and nobles , a relationship with the immigrants ruling the regions around the new capital , who had a common ancestry with emperor kanmu 's mother , and a transformation caused by a shift of the imperial line to emperor tenchi 's from the reign of his father , emperor konin are also reasons for the transfer . in 785 , a ' zo-nagaoka-kyo-shi ' ( 造長岡京使 ) ( one of the extra statutory officers who was in charge of building nagaoka-kyo ) , fujiwara no tanetsugu was murdered , and emperor kanmu 's kotaitei ( brother and the first heir to the throne ) , imperial prince sawara became a suspect and was banished . imperial prince sawara passed away harboring a grudge , and this became the basis for rumors of his ghost . after a short period of ten years , the capital was transferred again to heian-kyo in 794 . rivers , the main means transportation in the capital , were often flooded . misfortunes , such as the natural disaster mentioned above , an epidemic , and the empress 's and imperial prince 's illness , were said to be caused by imperial prince sawara 's ghost . these occurrences are said to be the cause of the transfer of the capital . nagaoka-kyo had been called the ' phantom capital ' until recently , but members led by shuichi nakayama , a high school teacher , began to excavate the area in 1954 , and the following year , they found the site of the gate of the daidairi chodoin ( a large hall at the front in the palace ) ; more excavation and research have been done to date ( partly because research on the land has been required to meet the increased demand of land for industrial use and housing ) , and the site has been designated as a national historical site since 1964 . as a result of these excavation , the following findings were made : contrary to popular belief that the nagaoka-kyo was unfinished and abandoned , the construction of nagaoka-kyo was nearly complete , as shown in the reconstruction of not only the old palaces such as naniwa no miya but also the buildings in heijo-kyo . nagaoka-kyo was about the size of heian-kyo or heijo-kyo . some believe that the transfer of the capital to nagaoka-kyo was a token gesture due to the short period of time , and that the main purpose of the transfer was to prepare for the major transfer and thus it was a practice of ' kata-tagae ' ( ' changing directions ' according to japanese esoteric cosmology ' onmyodo ' ) . +remarks ide-cho is a town located in the south of kyoto prefecture . the town has an area of 18.01 square kilometers . tama-gawa river ( ide-cho ) , a tributary of the kizu-gawa river ( kyoto prefecture ) , flows east-west through the town . the town is full of people viewing cherry blossoms in spring . ide-cho is divided into three sections : taga , ide and ario . april 1 , 1958 : old ide-cho and taga-mura were merged to form ide-cho . merger with other cities and towns is currently under discussion . mayor : akio shiomi since august 27 , 1995 ( third term ) education joyo city , kyotanabe city , kizugawa city , ujitawara-cho , wazuka-cho and seika-cho ide-cho does not have any adjacent prefectures . the nara line ( the railroad line between kyoto station and kizu station ( kyoto prefecture ) is called the jr nara line . ) ( from / to kyoto and uji stations ) - yamashirotaga station - tamamizu station - ( from / to kizu and nara stations ) the main station is tamamizu station on the jr nara line , and rapid trains started to stop at the station after the timetable revision on march 15 , 2003 . there are historic sites of tachibana no moroe , ide-ji temple site , rokkaku-ido well , kawazu-zuka mound , and ono no komachi-zuka mound . tamatsuoka-jinja shrine jizozen-in temple : shidare zakura ( cherry tree , a natural treasure designated by the kyoto prefecture ) taka-jinja shrine ( a cultural property designated by the kyoto prefecture ) hidariuma ( a shogi piece of ' left horse ' ) : hidariuma fureai park mandoroyama observation platform ryuo no taki falls ide town cherry blossoms festival ( april ) firefly festival : tanigawa firefly park ( june ) +the site of shinsen-gumi military post at mibu shinsen-gumi was a military organization which , during the last days of the shogunate at the end of the edo period , suppressed anti-shogunate forces and engaged in police activities , primarily in kyoto , and fought for the edo shogunate in the boshin war . there are also many documents inscribed with " shinsen-gumi " ( with a slightly different character for " sen " ) . even isami kondo , a commander , wrote it as both " 選 " and " 撰 " . outline it was placed under the control of katamori matsudaira , the feudal lord of the aizu clan , who held the position of kyoto shugoshoku , which was established during the last days of the shogunate . in the aizu clan , the formal security force was the kyoto mimawarigumi ( commander = tadazaburo sasaki ) , and shinsen-gumi ( commander = isami kondo ) , composed of men with the social position of farmers / merchants , was the non-formal security force of the aizu clan for the kyoto area ( in later years , kondo and others became vassals of the shogunate , and thus shinsen-gumi became a formal security force ) . shinsen-gumi may be described as " a group of pro-shogunate killers " ( actually their purpose was to capture , but there were too many lawless roshis who tried to escape , or who tried to attack them with their swords ) , and they were engaged through the ikedaya incident , etc . , in controlling sonno-joi extremists and lawless roshi 's hiding in kyoto . at the same time , kondo and others were in a terrible struggle for power within shinsen-gumi , and mercilessly killed their opponents . significant number of men were purged on such grounds as violating internal rules , etc . , and according to one view , more men lost their lives through such purges than through fighting with imperial loyalists . the ambition of shinsen-gumi was to become samurai , and with this goal in mind they were just as active as samurai , and modern day young people in particular regard them as a symbol of japan during the last days of the shogunate , and shinsen-gumi continues to be popular . many female fans also visit the tombs of shinsen-gumi members , who , together with imperial loyalists such as ryoma sakamoto , are " idols of japanese history " ; but as the meiji government was established by imperial loyalists who were opposed to them , hardly any notice was taken of shinsen-gumi from a historical standpoint until recently , and their current popularity owes much to many novels about them written by such people as kan shimozawa , ryotaro shiba , and also tv dramas , movies , etc . however , some people from yamaguchi prefecture and that area , which produced many imperial loyalists , regard shinsen-gumi as " a group of terrorists employed by the shogunate " ( masuo matsuoka , member of the house of councilors / taken from his speech at the national diet , during his time in office ) . they are also known for setting strict kyokuchu hatto ( shinsen-gumi rules ) to maintain order within shinsen-gumi , purging those who violated the rules , and for their group flag with one kanji character , " makoto " , and original short coats with mountain-like patterns painted on the sleeves . in 1862 , upon the visit of iemochi tokugawa , seii taishogun , to kyoto , the edo shogunate recruited roshi for the purpose of guarding the shogun . this was because the shogunate accepted a proposal by hachiro kiyokawa , a goshi of the shonai clan . on february 27 of the following year , 1863 , over 200 roshis gathered and formed the group roshi-gumi , and before the shogun 's trip traveled westward to kyoto via nakasen-do road . tadatoshi matsudaira , kyuo udono , jibuemon kubota , tesshu yamaoka , kinnosuke nakajo , tadazaburo sasaki and others were assigned as roshi torishimari-yaku . after arriving in kyoto , kiyokawa communicated secretly with imperial loyalist parties , and his scheme to make roshi-gumi a force under control of the emperor was discovered . after discussion among roshi torishimari-yaku , it was decided that roshi-gumi would return to edo in order to obstruct kiyokawa 's plan . on the other hand , the shiei-kan party lead by isami kondo and toshizo hijikata , and the mito party lead by kamo serizawa , argued that they should remain in kyoto by all means , in order to guard the shogun . kyuo udono instructed yoshio tonouchi and tsuguo iesato of roshi-gumi to recruit men to remain in kyoto . in response to this , the shiei-kan and mito parties , along with yuzan negishi and his group controlled by tonouchi , remained in mibu village of kyoto , but the negishi party withdrew immediately afterwards , tonouchi and iesato were excluded , and in march of the same year " mibu roshi-gumi " ( also known as " seichu roshi-gumi " ) was formed . their purpose was to assist in carrying out joi based on a union of the imperial court and edo shogunate . they set military posts in the yagi residence , maekawa residence , and other locations in of mibu village , and conducted initial recruiting of members . as a result , mibu roshi-gumi became a group of about 36 men , and was assigned by katamori matsudaira , kyoto shugoshoku , to control lawless acts by sonno-joi extremists ( loyalists aiming for overthrow of the shogunate ) , and guard in the city of kyoto . in august of the same year , mibu roshi-gumi was dispatched to subdue the political turmoil of august 18th , and was recognized for their efforts . on this occasion , they were granted a new group name . " shinsen-gumi " was born . there are two stories regarding this name , one is that it was granted by buke denso ( at that time , sadaisa nomiya and masanori asukai ) , and the other is that it was granted by katamori matsudaira , feudal lord of the aizu clan . in september 1863 , kondo , hijikata and other members of shiei-kan party purged serizawa and other mito party members , gained control of shinsen-gumi , and established an organizational structure headed by kondo . in the ikedaya incident of june 5 , 1864 , they prevented a planned uprising by the sonno-joi party , and also fought in the forbidden gates incident . after being awarded a letter of appreciation and a reward of over 200 ryo from the imperial court / shogunate / aizu clan , they recruiting a second round of members , and when kondo returned to edo , he let kinetaro ito and his followers join shinsen-gumi . shinsen-gumi developed into a group of over 200 men , and to accommodate its members , moved its headquarters from mibu military post to nishi hongan-ji temple ( shimogyo ward , kyoto city ) . around summertime of 1867 , they were promoted to vassals of the shogunate . in march 1867 , ito and his group , due to differences in ideology , were assigned the post of goryo eji and separated from shinsen-gumi , but were purged by shinsen-gumi in november of the same year . in november 1867 , yoshinobu tokugawa enacted restoration of imperial rule . although shinsen-gumi fought in the battle of toba fushimi together with the army of the former shogunate , they lost to the army of the new government . subsequently , they moved to edo on a war ship owned by the shogunate and headed by takeaki enomoto . shisen-gumi was given a mission by the shogunate to prevent advancement of the new government 's army into kofu , changed their name to koyo chinbutai and set out , but lost the war . they returned to edo after the battle of koshu-katsunuma , but due to policy differences , shinpachi nagakura , sanosuke harada and others separated to form seihei-tai . although isami kondo , toshizo hijikata and others moved to nagareyama and tried to regain power , isami kondo was caught by the army of the new government and executed , and soji okita also died in edo as his tuberculosis worsened . shinsen-gumi participated in the battle of utsunomiya castle , the battle of aizu , and others , but in aizu , hajime saito and others left the group . subsequently , they joined takeaki enomoto and others who were aiming to establish the republic of ezo , and actively fought in the battle of futamataguchi . the army of the new government was advancing , and when toshizo hijikata and a few others tried to advance and rescue shinsen-gumi who were fighting at benten daiba with the army of the new government , toshizo hijikata was hit by a bullet and died , and as there was almost no food or water left , shinsen-gumi surrendered . the army of the former shogunate surrendered to the army of the new government at goryokaku in hakodate . ( hakodate war ) roshi-gumi departed from edo on february 8th and arrived in kyoto on february 23rd . march 12th , became oazukari , samurai serving the aizu clan , and named themselves mibu roshi-gumi . march 25th , stabbed yoshio tonouchi to death . june 3rd , scuffled with sumo wrestlers of osaka . august 12th , burned down yamato-ya . august 18th , the political turmoil of august 18th . september 13th , nishiki niimi committed hara-kiri ( this is disputed ) . september 18th , kamo serizawa and goro hirayama were purged and jusuke hirama escaped , as the result of an internal strife ( this is disputed ) . september 25th , name of the group was changed from mibu roshi-gumi to shinsen-gumi . september 26th , isetake mikura , samanosuke arakida and kojuro kusunoki were purged on the grounds that they were spies of the choshu clan . december 27th , kenji noguchi committed hara-kiri . may 20 1864 , stabbed hikojiro uchiyama to death . june 5 , 1864 , in the ikedaya incident sotaro ando , kakuzaemon nitta and others were injured and died 1month later , and eisuke okusawa died in action . june 10 1864 , akebono-tei incident . july 19 1864 , the forbidden gates incident . around august of 1864 , shinpachi nagakura , sanosuke harada , hajime saito , kai shimada , masajiro ozeki and others , who were unsatisfied with isami kondo 's attitude , submitted a five-point report of misconduct to katamori matsudaira of aizu . october 27 1864 , kinetaro ito and others joined shinsen-gumi . january 8 1865 , zenzai-ya incident . february 23 1865 , keisuke yamanami committed hara-kiri . march 10 1865 , transferred military post to nishi hongan-ji temple . september 1 1865 , chuji matsubara died . february 15 1866 , kisaburo kawai committed hara-kiri . april 1 1866 , sanjuro tani died . september 12 1866 , sanjo seisatsu incident . march 20 1867 , 13 men , including kinetaro ito and heisuke todo , left shinsen-gumi . june 10 1867 , it was decided that shinsen-gumi members will be promoted to vassals of the shogunate . june 15 1867 , military post was moved to fudo-do village . june 22 1867 , kanryusai takeda was stabbed to death . november 18 1867 , kinetaro ito , heisuke todo , arinosuke monai , takeo hattori and others were stabbed to death in the aburano-koji incident . december 7 1867 , tenman-ya incident . december 18 1867 , isami kondo was attacked and injured . january 3 1868 , in the battle of toba fushimi 2 members died in action . january 5 1868 , battle of yodo senryo matsu , 14 members including genzaburo inoue died in action . january 6 1868 , battle of hashimoto , 4 members died in action . january 10 1868 , when shinsen-gumi was on their way to edo on war ships fujiyama and jundo-maru , susumu yamazaki died ( this is disputed ) . march 6 1868 , battle of koshu-katsunuma , 2 members died in action . march 12 1868 , shinpachi nagakura , sanosuke harada and others formed seihei-tai and left shinsen-gumi . march 13 1868 , established military post around the kaneko residence in gohei nitta ( present-day ayase 4-chome , adachi ward , tokyo ) and stayed there ( until april 1st ) . april 2 1868 , took up a position in shimousa nagareyama . april 3 1868 , isami kondo surrendered to the army of the new government . april 12 1868 , toshizo hijikata joined the army of the former shogunate . april 19 1868 , battle of utsunomiya castle . april 25 1868 , isami kondo was beheaded in itabashi . april 25 1868 , battle of shirakawa-guchi . may 17 1868 , sanosuke harada died ( this is disputed ) . may 30 1868 , soji okita died from tuberculosis . august 21 1868 , the battle of bonari pass . august 24 1868 , 13 men , including hajime saito and shichisaburo ikeda , remained in aizu . october 26 1868 , army of the former shogunate entered goryokaku , in hakodate . april 13 1869 , battle of futamataguchi . april 24 1869 , battle of futamataguchi . may 5 1869 , tetsunosuke ichimura escaped from hakodate . may 11 1869 , toshizo hijikata died in action near ippongi kanmon . may 14 1869 , kazue soma assumed position as commander of shinsen-gumi , shinsen-gumi surrendered at benten daiba . may 18 1869 , the army of the former shogunate surrendered , and the boshin war ended . kyokuchu hatto ( kyokuchu hatto-sho ) , together with gunchu hatto , are said to have been established to maintain order in shinsen-gumi . the rules are said to have originated during the roshi-gumi days , when members became oazukari , samurai serving the aizu clan , and kondo and other shiei-kan party members handed down the rules to serizawa and other mito party members . the rules started to function as law when roshi-gumi changed its name to " shinsen-gumi , " and the organization lead by kondo / hijikata had been well-established , and are said to have been applied when kinetaro ito and his group were purged . the contents were abstract , as can be seen in article 1 , " one should not act against the ways of the samurai , " and interpretation of the rules was up to the commander or vice commander . the total number of shinsen-gumi members purged up to the battle of toba fushimi , including kamo serizawa ( initial commander ) and nishiki niimi , is 41 . the rules became famous after kan shimozawa introduced them in his book " shinsengumi shimatsuki , " and are known by the following 5 articles , although no historical materials describing all 5 articles have been found as of now . however , in the memoirs left by shinpachi nagakura in the meiji era there is mention of a hatto " prohibition , " consisting of 4 articles , excluding " one shall not be allowed to engage in a private battle . " thus , it is assumed that kyokuchu hatto was created by shimozawa based on the above prohibition , and by mixing " gunchu hatto " which had been separately set forth . also , it has been pointed out that the rules are similar to shin-mon chou , on which the pupils of tennen rishin-ryu take a pledge . one should not act against the ways of a samurai . one shall not be allowed to escape from the group . one shall not raise money at one 's own discretion . one shall not handle cases at one 's own direction . one shall not be allowed to engage in a private battle . a man violating the above articles shall be ordered to commit hara-kiri . due to the impact of many works which will be described later , there is a strong general understanding that shinsen-gumi took a leading part in maintenance of public order in kyoto during the last days of the shogunate , but actually , the important area around the imperial palace was guarded by 2,000 elite troops under direct control of the aizu clan , and around that were another 500 men of kyoto mimawarigumi , composed of vassals of the shogunate . shinsen-gumi was composed of 200 men , in charge of such areas as fushimi ward ( which in those days was a town that did not belong to kyoto ) . nevertheless , while kyoto mimawarigumi dutifully stayed in their area , shinsen-gumi is said to have often gone outside their assigned area , for various reasons such reasons as escape of members , etc . equipment they are said to have worn short coats colored very light blue , with mountain-like patterns painted in white at the sleeves , and most members in movies , etc . , are usually wearing this coat . the mountain-like patterns on short coats are those of ako roshi of chushingura , when they marched into and attacked the kira residence , and very light blue is said to be the color of the seppuku kamishimo worn by a samurai when he commits hara-kiri , but the short coats of shinsen-gumi seem to have been abolished after the 1st year , and the last recorded instance of the coats being worn was in the ikedaya incident . the short coats were prepared by daimonjiya gofukuten ( current daimaru ) . some say that it was not daimonjiya but " gofuku-donya hishiya . " also , the group flag with one kanji character " makoto " painted on it , is said to have been made by takashimaya . the group flag normally has a red background with a white " makoto " character painted on it , and has mountain-like patterns the same as the short coats . apparently , there is a secret meaning because when the flag flutters , the kanji character " makoto " ( 誠 ) looks like the character " shi " ( 試 ) used in " shiei-kan " ( 試衛館 ) of kondo 's parents ' home . it is sometimes said that this was because of hijikata 's ambition to strengthen kondo and his followers . there are also other group flags , thought to be 6 types in all . it is also said that when such group flags appeared , the enemies froze with fear . this flag was prepared on a special order , by furugi momen-sho , which is the current takashimaya . shinsen-gumi was headed by a commander who was supported by a vice commander , and under them were such functions as : fukucho jokin ( assistant vice commander ) , kansatsu gata ( intelligence ) , kanjo gata ( accounting ) , etc . fukucho jokin , as kumicho , took command of non-officer members . there were no. 1 to no. 10 kumi 's , each with about 10 members . gocho was placed under kumicho . furthermore , the organization of shinsen-gumi was such that one person held one post , unlike many organizations in the edo era where a post was generally held by more than one person , and influence of western military systems is pointed out . usually , the members were engaged in such activities as : practicing military arts , patrolling within kyoto city , and searching for roshi in hiding . shinsen-gumi , was comprised of men with strong kenjutsu ( fencing ) abilities , and in addition to kondo 's shiei-kan , tennen rishin-ryu , which was the main line , there were men of various kenjutsu schools , including shindo munen ryu , hokushin itto ryu , etc . , and also members who learned sojutsu ( spearmanship ) , jujutsu ( judo ) , etc . , and they used group fighting tactics , with emphasis on actual fighting . it is assumed that they were short of funds upon start of the group , but during the time when the group was placed under the control of kyoto shugoshoku , operating expenses of the group were covered by goyo-kin financed from the aizu clan . also , wealthy merchants , etc . , were made to provide part of the funds . subsequently , when they became vassals of the shogunate , each member received wages from the shogunate . rewards were also given when they were dispatched to various cases . the following is a list of members . including periods prior to using the group name of shinsen-gumi ( mibu roshi-gumi ) . ryojun matsumoto , president of the shogunate 's school of western medicine , conducted medical examination of the members upon invitation of isami kondo , and also acted as an army surgeon during the boshin war . ryojin matsumoto also recommended that shinsen-gumi raise pigs , and when they were stationed in nishi hongan-ji temple , piglets brought in from kobe were raised ( fed on leftovers ) , and matsumoto made members eat pork . they asked a pupil of seiichi nanbu , physician of kiya-machi , to butcher the pigs . only the works where shinsen-gumi is the main subject will be described . in many works covering the last days of the shogunate , shinsen-gumi appears as the enemy . after the establishment of the new meiji government , in which men from the former satsuma and choshu clans played leading roles , and before the pacific war , shinsen-gumi , which had been opposed to the imperial loyalists , was seen as the enemy in many cases , based on the historical view that japan was a country developing under the rule of the emperor . when kan shimozawa made his shinsengumi sanbusaku public in the early showa era , shinsen-gumi 's notoriety increased , and along with the reversal of views after the world war ii , there were more cases where shinsen-gumi was given the leading role , and attention was given to each member , and works were produced based on the members . as an aftereffect of the above , many works were produced that were set at a different period of time , but used the structure of shinsen-gumi and its well-known members as a motif . +the ikedaya incident is the name given to an event that took place on july 8,1864 towards the end of the edo period in which the shinsen-gumi , who was a peacekeeping organization under the kyoto protectorate , attacked the imperial loyalist faction from choshu who were hiding out at the ikedaya inn at kiyamachi ( sanjou-kobashi bridge ) on sanjou-street in kyoto . it is also known as the ikedaya rebellion , the ikedaya uprising , or the sanjou-kobashi disturbance . isami kondo called it the rakuyo upheaval in his writings . kyoto at the end of the edo period was the center of political power struggles , and ronins ( masterless samurai ) from different feudal clans who held such ideas as " revere the emperor , expel foreigners " and imperialists were active behind the scenes . the choshu clan was overthrown by the aizu and satsuma clans in a coup on august 18th , and the shogunate-imperial faction became the mainstream in the imperial court . the " revere the emperor , expel foreigners " faction was trying to recover its strength , and the kyoto protectorate used the shinsen-gumi for security and searches in the city . at around the end of may , moderators and observers including susumu yamazaki and kai shimada ascertained the presence of masuya store ( shuntaro furutaka ) that was operating a charcoal business in shijo-kobashi-agaru-shin-cho , and made a report to the aizu clan . weapons and communications with the choshu clan were found . the shinsen-gumi captors requested toshizo hijikata to torture furutaka , who was coerced into a confession . the plan was to wait for a windy day before the gion festival and set fire to the kyoto imperial palace , and in the ensuing confusion confining prince asahiko nakagawanomiya ( who became asahiko kuninomiya later ) , assassinate yoshinobu hitotsubashi ( yoshinobu tugawa ) and katamori matsudaira of the aizu clan , and take emperor koumyou to choshu . furthermore , the search revealed that the loyalists from the choshu , tosa , and higo clans were planning to hold a meeting at ikedaya or shikokuya to discuss whether or not to go forward with the plan of attack after hearing about the arrest of furutaka . the shinsen-gumi had asked for support from the aizu , kuwana , and other clans , but their actions were too slow , and they did not move when the time came . that is why the boss , isami kondo , knowing that every moment counted , acted alone by splitting their members into two squads under kondo and hijikata and began the search . at the time , the shinsen-gumi was short-handed because many members were sick , so only 34 members took part in the search - 10 in the kondo squad and 24 in the hijikata squad ( there are different views on the number. cf . list of soldiers involved ) . the hijikata squad , a part of the shinsen-gumi , searched nawate street from yasaka shrine , while the kondo squad searched kiyamachi street across the sanjo bridge . at the end of the search , the kondo squad found radical nationalists who were having a meeting at ikedaya . a few members of the kondo squad attacked them and got into a battle in the middle of the night . four of the members - isami kondo , soji okita , shinpachi nagakura , and heisuke todo - first attacked the 20-some radical nationalists while the rest shored up the perimeter . some ronins frantically attacked hayatarou ando , eisuke okuzawa and kakuzaemon nitta who guarded the back door , and succeeded to escape . okuzawa died in the attack , and ando and nitta died a month later . okita went inside the building and fought hard , but collapsed during the battle and withdrew from it . some accounts say that this was because of a tuberculosis-related blood spitting , but there is a lot of doubt and it is not certain . then , a sword hit the forehead of todo on the first floor when sweat caused his helmet to slip out of place , and he withdrew from the battle . although there were kondo and nagakura only at one point , the arrival of the hijikata squad tilted the odds in favor of the shinsen-gumi and achieved a result of nine people killed and four arrested . aizu and kuwana clans arrived there to support them after the battle . hijikata would not let them anywhere near , to ensure that they could not take credit . although some of the radical nationalists escaped from the battle , the next morning more than 20 people were arrested by carrying out clearing operations with aizu , kuwana , and other clans . the sweep of the city turned violent , and there were 5 immediate deaths among the aizu clan , four among the hikone clan , and two among the kuwana clan . at noon of the following day , the shinsen-gumi returned to their base in mibu village . ( if they had returned to their base at night , they might have fallen into an ambush , so they took a rest in the city until dawn . ) it is said that the roadside was crowded with onlookers . the name of the shinsen-gumi , which succeeded in preventing the plot to burn down the imperial palace , became famous throughout the land . the " revere the emperor , expel foreigners " faction , on the other hand , took a big blow with the deaths of such important activists as toshimaro yoshida , kichima kitazoe , teizo miyabe , matajiro otaka , junjiro ishikawa , matsusuke sugiyama and jusuke matsuda . ( they were later called the " seven martyrs " by the new government . ) kogoro katsura ( later takayoshi kido ) should have been there too , but he arrived earlier and then went back to the base to wait a while . his life had been spared because the incident occurred before he came back . beginning with this incident , the choshu clan fell under the influence of zealots and later came to kyoto and raised the kinmon rebellion on july 19 ( in the old calendar ) . it has been said that the ikedaya incident delayed the meiji restoration by a year . there is also another opinion that it sped up the restoration by stirring up the " revere the emperor , expel foreigners " faction . author ryotaro shiba 's interpretation is that the meiji restoration led by the four major clans of satsuma , choshu , tosa , and bizen would never have happened without this incident . the following shinsen-gumi soldiers fought in the ikedaya incident . ( there are also other views . ) kondo squad ( 10 people ) isami kondo soji okita shinpachi nagakura heisuke todo kanryusai takeda mantaro tani kaoru ( or totaro ) asano hayataro ando eisuke okuzawa kakuzaemon nitta hijikata squad ( 12 or 24 people ) toshizo hijikata genzaburo inoue sanosuke harada hiroto ikehara hajime saito kai shimada sanjuro tani katsuji kawashima ( shinsen-gumi ) takehachiro kazurayama kango aridooshi minezo shinotsuka shintaro hayashi chuji mishina matsubara squad ( 12 people ) - there are different views . it is sometimes called inoue squad or hijikata squad . chuji matsubara ryozo shukuin hachiro iki kingo nakamura yashiro ozeki kuranosuke sasaki kisaburou kawai kisaburo kawai hyogo sakai kijiro matsumoto gentaro takeuchi shuhei kondo team guarding the base of the shinsen-gumi keisuke yamanami masajiro ozeki sanjiro yanagida susumu yamazaki shuntarou ogata yasohachi yamano shinjuro mazume , ryutaro mazume , and hiroto ikehara , who were members at the time , fled on that day and did not participate in the battle . +muromachi bakufu was a samurai government established by takauji ashikaga . it was japan 's second bakufu government , following the kamakura bakufu . the name ' muromachi ' was derived from the muromachi-dono , which was built by yoshimitsu ashikaga , the third ashikaga shogun , to serve as the public residence of the shogun ( commonly known as hana no gosho , this residence is located in what is now kamigyo ward , kyoto city ) . there are two views regarding the year of muromachi bakufu 's establishment--in november 1336 , when the administrative policies of bakufu were set up ( being clearly indicated as kenmu shikimoku ) , or in 1338 , when takauji ashikaga was assigned as seii taishogun ( literally , " great general who subdues the barbarians " ) by emperor komyo of jimyoin-to faction ( 持明院統 ) ; however , the former view is more convincing . regarding the time when the bakufu ended , it virtually ended in 1573 when the fifteenth shogun , yoshiaki ashikaga , was banished from kyoto by nobunaga oda . the period of slightly more than 240 years between the beginning and the end is called the muromachi period . furthermore , the period until the unification of hokucho and nancho is called the period of the northern and southern courts , and the period after the onin war ( 1467 ) or the meio incident ( 1493 ) is called the age of civil war ( japan ) . because procedures for the removal of seii taishogun were not implemented even after yoshiaki ashikaga 's banishment from kyoto , he was still treated as a shogun by the powers opposed to nobunaga . " kugyo-bunin " treated yoshiaki as a shogun until february 9 1588 , when he followed hideyoshi toyotomi , chief adviser to the emperor , and visited the imperial palace , vowed loyalty to hideyoshi and was granted status as ju-sangu . also , according to the official opinion of the government at the time , from the end of the meiji period until defeat in world war ii , nancho ( japan ) was regarded as the legitimate imperial line , and this age was referred to as the ' period of the northern and southern courts ( japan ) ' ; because of such a view , the first shogun takauji , the second shogun yoshiakira ashikaga and the third shogun yoshimitsu ashikaga were not acknowledged as official shoguns ( based on imperial history ) . the staff organization of muromachi bakufu is more or less adapted from the organization of kamakura bakufu . as for law , takauji enacted kenmu shikimoku as a basic law ( in 1336 ) . as a detailed law , goseibai-shikimoku ( joe-shikimoku ) of the kamakura period was applied , and when necessary an additional law called ' kenmu-irai-tsuika ' was issued to supplement the above . government during the initial period was unstable , partly because nancho still existed . also , a government structure was assigned with the shogun at the top , along with samurai-dokoro , government office , monchu-jo , hyojo-shu , hikitsuke-shu as the control with the role of supporting the shogun . muromachi bakufu was a united government of shugo daimyos , and the control originating from the chamberlain position of the ashikaga clan did not have the actual power that the regents of kamakura bakufu had ; consequently , government by bakufu was in principle conducted through a council system . the major shugo daimyos referred to as sankan--the hosokawa clan , shiba clan and hatakeyama clan--assumed the position of control and supported the shogun , while the akamatsu clan , isshiki clan , yamana clan and kyogoku clan , as shishiki , assumed by turns the position of shoshi , the chief of samurai-dokoro . major posts of the bakufu and shugos governing several lands were held by the ashikaga family such as the hosokawa clan , shiba clan , yamana clan , isshiki clan , hatakeyama clan , shibukawa clan , imagawa clan , uesugi clan ( cognate ) , etc . also , hoko-shu was formed as the military power directly under the control of the shogun . successive shoguns : a list of ashikaga shoguns the collapse of the public ownership system of manors = transfer to the system of ownership by shugo daimyos and the development of a monetary economy are part of the characteristics of muromachi bakufu . in the kamakura period , individual gokenin directly paid homage to the shogun ( although there were exceptions such as being hired by a strong gokenin ) , and shugos were mere supervisors of gokenin within their lands . however , during the muromachi period the shugo daimyos directly hired samurais in their lands , who became their vassals , and exercised unified control over their lands ( since there are exceptions or differences by region , please refer to the item ' system of ownership by shugo daimyos ' for details ) . subsequently , even shugo daimyos with power exceeding that of shogun muromachi were born . against such circumstances , shogun muromachi hired samurais of various regions over the shugo daimyos ' heads , and formed ' hoko-shu ' as mentioned above , which not only strengthened the direct military power of the shogun but also deterred the control of shugo daimyos over their lands . however , while there were cases in which the bakufu subdued individual shugo daimyos , there was no case where a shugo daimyo and shogun muromachi were fully in conflict with each other . the shugo daimyos proceeded to exercise control over their lands by the authority that they were assigned to the position of shugo by bakufu . therefore , no matter how much they expanded their power , they could not afford to deny the authority of shogun muromachi . after all , if the authority of the shogun were to be eroded , so too would that of the shugo daimyo . there were two shoguns who were assassinated ( the sixth , yoshinori ashikaga , and the thirteenth , yoshiteru ashikaga ) . also , four shoguns who died in their place of exile ( the tenth , yoshitane ashikaga ; eleventh , yoshizumi ashikaga ; twelfth , yoshiharu ashikaga ; and fourteenth , yoshihide ashikaga ) . upon the occurrence of kanno no joran , takauji ashikaga established the kamakura government in kamakura as an organization to control 10 countries in the east . the position as chief of this organization was succeeded by the descendant of motouji ashikaga , a son of takauji , who served the position of kanto control ( 関東管領 ) . throughout the muromachi period , kamakura-kubo ( 鎌倉公方 ) was opposed to bakufu and also became gradually opposed to the uesugi clan , who held the position of kanto control . to compete with such power , bakufu directly hired strong local persons in the land of kanto and mutsu , as kyoto fuchi-shu . consequently , in the era of yoshinori ashikaga the fourth kamakura-kubo , mochiuji ashikaga , who raised the eikyo rebellion , was conquered and temporarily direct rule by the shogun was exercised but eventually failed ; subsequently , mochiuji 's son shigeuji ashikaga was made the new kamakura-kubo . however , shigeuji also raised the kyotoku rebellion and escaped to koga-jo castle , where he named himself koga-kubo ( 古河公方 ) , and as the uesugi clan split into the yamanouchi uesugi and ogigayatsu uesugi families , the kanto region was in a state of turbulence before the onin war started . bakufu refused to simply wait with its arms folded but instead sent the younger brother of the eighth shogun , yoshimasa ashikaga , masatomo ashikaga , to kanto ( horikoshi-kubo ( 堀越公方 ) ) . however , horikoshi-kubo was also defeated after masatomo 's death by moritoki ise ( soun hojo ) , a major vassal of the imagawa clan , and this ended in failure . also , koga-kubo , after splitting off oyumi-kubo ( 小弓公方 ) , was made a puppet of the go-hojo clan , who were descendants of moritoki . in kyushu , kyushu tandai , headquartered in hakata ( fukuoka city , fukuoka prefecture ) , was established . initially , sadayo imagawa ( ryoshun ) , who had been ordered to subdue nancho powers such as imperial prince kanenaga , assumed the position , but the bakufu feared that ryoshun would establish his own power in kyushu ; after ryoshun was dismissed , descendants of the shibukawa clan succeeded in the position . in the tohoku region oshu control ( 奥州管領 ) was established , which was abolished when two countries of ou became under the control of kamakura-fu , and during a certain period inamura-kubo ( 稲村公方 ) and sasagawa-kubo ( 篠川公方 ) were established . oshu tandai ( 奥州探題 ) was established during the era of yoshimitsu ashikaga , and iekane shiba was assigned . ushu tandai ( 羽州探題 ) split after the death of iekane , and the shiba clan of dewa became the mogami clan . upon the abasement of the shogun 's authority after the onin rebellion , sankan shishiki ( other than the hosokawa clan ) also fell , and when in the middle of the age of civil war the power of the hosokawa clan weakened , the various systems of muromachi bakufu became mere terms . meanwhile , the regional ruling classes called kokujin ( 国人 ) gained power . in the southern part of yamashiro province , where the yamashironokuni riot occurred , self-government ( in addition to regional ruling classes , farmers , etc . ) also participated . such kokujin powers were regrouped / merged and developed into strong warring lordships , which competed with each other and grew in power ; they replaced government by bakufu and gave rise to the trend of civil war that followed . the majority of the financial income of muromachi bakufu came from goryo-sho ( 御料所 ) , which was directly controlled by bakufu ; but often , during the war of the northern and southern courts , the goryo-sho became a target and were taken by the opposing nancho side , or were given away as rewards for one 's own army , and the scale of goryo-sho is considered to be smaller than that of kamakura bakufu or edo bakufu . additionally , tansen ( 段銭 ) and munabetsu-sen ( 棟別銭 ) , etc . , were charged . operating taxes , etc . , were collected from merchants in exchange for the special privileges and protection provided to them , and tsuryou ( 津料 ) was charged from various ports and sekisen ( tolls ) from barriers . furthermore , when a permanent right to charge yakusen ( 役銭 ) from doso ( 土倉 ) and sakaya ( 酒屋 ) in kyoto was allowed during the era of yoshimitsu ashikaga , yakusen were charged together with tansen , munabetsu-sen , etc . , by the doso appointed by bakufu , who were referred to as nosen-kata . nosen-kata were later also entrusted with clerical matters such as the safekeeping / bookkeeping of tax income , and such doso were referred to as kubo-okura ( 公方御倉 ) . furthermore , when yoshimitsu initiated trade between japan and ming , profit by chubunsen ( 抽分銭 ) also became the income of bakufu . due to the limited numbers of trade activities , they remained as income of a temporary nature , but it is said that there were cases where income from a single trade was as great as the other tax income of several years . other special income included reisen ( 礼銭 ) and buichisen ( 分一銭 ) . furthermore , since the latter half of the fifteenth century , action was taken to make the yamashiro province ( within kyoto ) a goryo-sho . +the 53 stations of the tokaido road ( tokaido gojusan tsugi ) can mean : the 53 posting stations on the tokaido road , which connected edo ( nihonbashi ( chuo ward , tokyo ) and kyoto ( sanjo ohashi bridge ) during the edo period . to be explained in this section . the ukiyoe works painted by hiroshige utagawa depicted 53 posting stations ( or 55 , including the starting / ending stations ) . game software for family computers released by sunsoft the 53 stations of the tokaido road ( a game ) the " 53 stations " of the tokaido road refers to 53 stations in ' tokaido road , ' which is the major road running through the tokaido region and is among five provinces and seven circuits ( gokishichido ) . many of the 53 stations are established in places where the scenery is beautiful , or in famous historic spots , and often served as the subjects of ukiyoe or waka / haiku . furthermore , when it is called 53 stations it refers to the road up to kyoto , but when referring to the road up to osaka the term 57 stations is used . from here onward we will categorize them according to their respective provinces . serial numbers are used , starting at shinagawa-juku station . * with respect to the local governments that became defunct as a result of the great heisei merger , the names of former local governments are also listed . nihonbashi bridge ( chuo ward , tokyo ) 1 . shinagawa-juku station ( shinagawa ward , tokyo ) 2 . kawasaki-juku station ( kawasaki ward , kawasaki city , kanagawa prefecture ) 3 . kanagawa-juku station ( kanagawa ward , yokohama city , kanagawa prefecture ) 4 . hodogaya-juku station ( hodogaya ward , yokohama city , kanagawa prefecture ) 5 . totsuka-juku station ( totsuka ward , yokohama city , kanagawa prefecture ) 6 . fujisawa-shuku station ( fujisawa city , kanagawa prefecture ) 7 . hiratsuka-juku station ( hiratsuka city , kanagawa prefecture ) 8 . oiso-juku station ( oiso-machi , naka-gun , kanagawa prefecture ) 9 . odawara-juku station ( odawara city , kanagawa prefecture ) 10 . hakone-juku station ( hakone-machi , ashigara-shimo-gun , kanagawa prefecture ) 11 . mishima-shuku station ( mishima city , shizuoka prefecture ) 12 . numazu-juku station ( numazu city , shizuoka prefecture ) 13 . hara-juku station ( tokaido road ) ( numazu city , shizuoka prefecture ) 14 . yoshiwara-juku station ( fuji city , shizuoka prefecture ) 15 . kambara-juku station ( shimizu ward , shizuoka city , shizuoka prefecture ( formerly kambara-cho , ihara-gun ) ) 16 . yui-shuku station ( yui-cho , ihara-gun , shizuoka prefecture ) 17 . okitsu-shuku station ( shimizu ward , shizuoka city , shizuoka prefecture ( formerly shimizu city ) ) 18 . ejiri-juku station ( shimizu ward , shizuoka city , shizuoka prefecture ( formerly shimizu city ) ) 19 . fuchu-shuku station ( aoi ward , shizuoka city , shizuoka prefecture ) 20 . mariko-juku station ( suruga ward , shizuoka city , shizuoka prefecture ) 21 . okabe-juku station ( okabe-cho , shida-gun , shizuoka prefecture ) 22 . fujieda-juku station ( fujieda city , shizuoka prefecture ) 23 . shimada-juku station ( shimada city , shizuoka prefecture ) 24 . kanaya-juku station ( shimada city , shizuoka prefecture ( formerly kanaya-cho , haibara-gun ) ) 25 . nissaka-shuku station ( kakegawa city , shizuoka prefecture ) 26 . kakegawa-juku station ( kakegawa city , shizuoka prefecture ) 27 . fukuroi-juku station ( fukuroi city , shizuoka prefecture ) 28 . mitsuke-juku station ( iwata city , shizuoka prefecture ) 29 . hamamatsu-juku station ( naka ward , hamamatsu city , shizuoka prefecture ) 30 . maisaka-juku station ( nishi ward , hamamatsu city , shizuoka prefecture ( formerly maisaka-cho , hamana-gun ) ) 31 . arai-juku station ( arai-cho , hamana-gun , shizuoka prefecture ) 32 . shirasuka-juku station ( kosai city , shizuoka prefecture ) 33 . futagawa-juku station ( toyohashi city , aichi prefecture ) 34 . yoshida-juku station ( toyohashi city , aichi prefecture ) 35 . goyu-shuku station ( toyokawa city , aichi prefecture ) 36 . akasaka-shuku ( tokaido ) ( toyokawa city , aichi prefecture ) 37 . fujikawa-shuku station ( okazaki city , aichi prefecture ) 38 . okazaki-shuku station ( okazaki city , aichi prefecture ) 39 . chiryu-juku station ( chiryu city , aichi prefecture ) 40 . narumi-juku station ( midori ward , nagoya city , aichi prefecture ) 41 . miya-juku station ( atsuta ward , nagoya city , aichi prefecture ) 42 . kuwana-juku station ( kuwana city , mie prefecture ) 43 . yokkaichi-juku station ( yokkaichi city , mie prefecture ) 44 . ishiyakushi-juku station ( suzuka city , mie prefecture ) 45 . shono-juku station ( suzuka city , mie prefecture ) 46 . kameyama-juku station ( kameyama city , mie prefecture ) 47 . seki-juku station ( kameyama city , mie prefecture ( formerly seki-cho , suzuka-gun ) ) 48 . sakashita-juku station ( kameyama city , mie prefecture ( formerly seki-cho , suzuka-gun ) ) 49 . tsuchiyama-juku station ( koka city , shiga prefecture ( formerly tsuchiyama-cho , koka-gun ) ) 50 . minakuchi-juku station ( koka city , shiga prefecture ( formerly minakuchi-cho , koka-gun ) ) 51 . ishibe-juku station ( konan city , shiga prefecture ( formerly ishibe-cho , koka-gun ) ) 52 . kusatsu-shuku ( -juku ) station ( kusatsu city , shiga prefecture ) 53 . otsu-juku station ( otsu city shiga prefecture ) sanjo-ohashi bridge ( higashiyama ward , kyoto city , kyoto prefecture ) according to one theory , ieyasu tokugawa set the number of stations from edo ( kanji characters with the same sound , 穢土 , meaning unclean land ) to kyo ( which means the land where fugen bosatsu ( 普賢菩薩 ) lives ) , based on a chapter from kegon-kyo sutra , in which zenzai-doshi ( 善財童子 ) of ' nyuhokkaibon ( 入法界品 ) , ' following the orders of monju bosatsu , achieved enlightenment at the place of fugen bosatsu , through 53 teachers . as an extension of the tokaido road , the stations of the kyokaido road ( osaka kaido road ) were established in 1619 . in some cases the stations of the kyokaido road are included and are collectively referred to as the 57 stations of the tokaido road . furthermore , when entering the kyokaido road from the tokaido road , sanjo-ohashi bridge will not be crossed , and the route taken will turn southwest at higechaya-oiwake ( 髭茶屋追分 ) ( oiwake-cho , otsu city ) , so the station following otsu-juku station will be fushimi-juku station . these will be categorized according to their respective provinces . the first number is based on the country . the second number is a serial number , starting with shinagawa-juku station . 54 . fushimi-juku station ( kyo kaido road ) ( fushimi ward , kyoto city , kyoto prefecture ) 55 . yodo-juku station ( fushimi ward , kyoto city , kyoto prefecture ) 56 . hirakata-juku station ( hirakata city , osaka prefecture ) 57 . moriguchi-shuku station ( moriguchi city , osaka prefecture ) korai-bashi bridge ( chuo ward , osaka city , osaka prefecture ) note : it was formerly kyobashi bridge ( a bridge over neyagawa-river , which is located between the chuo and miyakojima wards of osaka city , osaka prefecture ) . +heian-kyo ( literally " tranquility and peace capital " ) was the old capital of japan established by emperor kanmu in 794 . also called heian-jo castle . summary heian-kyo was the castle city laid out to be rectangular , of 4.5 km east-west by 2.2 km north-south , built straddling kadono-no-koori and otagi-no-koori counties of yamashiro province ( currently center of kyoto city , kyoto prefecture ) . the daidairi ( the greater imperial palace ) occupied the northernmost central position , and the suzaku-oji avenue ( main avenue of heian-kyo ) was laid out from there to the center of the city , so as to bisect into sakyo ( left city ) and ukyo ( right city ) ( sakyo is on the east side and ukyo is on the west side ) . this two dimensional plan was basically adopted from the heijo-kyo and copied the changan of chinese sui / tang dynasties . there were , however , no fortified walls . it is also said that selection of the location followed beliefs of the shijinsoo ( an ideal topography for the four taoist gods ) of feng shui ( chinese geomancy ) as learned from china . the ambit of heian-kyo was smaller than current kyoto-city . ichijo-oji avenue as the northern limit of the city is the current ichijo-dori street between imadegawa-dori street and marutamachi-dori street . kujo-oji avenue as the southern limit is the current kujo-dori street located a little south of jr kyoto station . togoku-oji avenue as the eastern border is the current teramachi-dori street . the assumed location for the western border , nishikyogoku-oji avenue draws a line north-south between the following two stations - hanazono station of the jr west sanin main line ( kyoto pref . ) and nishi-kyogoku station of the hankyu kyoto main line . the inner capital was subdivided into ' machi / cho ' ( town ) of approx . 120 sq. meter by oji ( main avenue ) and koji ( small alley ) which ran east-west and north-south . machi ( cho ) of four rows running east-west ( except for the northern two rows ) were called ' jo , ' and machi of four rows running north-south were called ' bo . ' each of the sixteen machi ( cho ) belonging to the same jo and bo were numbered accordingly . according to this rule , a town could be called ' ukyo 5-jo 3-bo 14-cho . ' the width of a road was approx . 12 m , even for koji ( small alleys ) . oji ( main avenues ) were over 24 m . currently , most roads within kyoto city are much narrower . suzaku-oji avenue had a width of approximately 84 meters . also , horikawa-koji alley and nishi horikawa-koji alley ran parallel to rivers ( horikawa river - kyoto pref ) and nishihorikawa river ) . history in 784 , emperor kanmu relocated the capital to yamashiro province and built nagaoka-kyo . apparently , it was to get away from yamato province where the nobles and buddhists who supported the emperor tenmu government had gathered , and to build the capital for the new emperor tenchi . however , in 794 , only 10 years after that , emperor kanmu relocated the capital to the north of yamashiro province , and heian-kyo was established . this re-relocation was said to have been caused by a sequence of events , from the assassination of fujiwara no tanetsugu which occurred in nagaoka-kyo , to the disinheritance of imperial prince sawara , which also delayed the building of nagaoka-kyo and as a result it did not make much progress . the building of heian-kyo is presumed to have started from the greater imperial palace ( daidairi ) , and then continued to the kyo ( urban district ) . however , the land of ukyo did not become developed for dwellings even during the 9th century , due to it being a wetland formed by the katsura-gawa river ( of the yodo-gawa river system ) . in the 10th century when the ritsuryo system became a mere façade , the land was desolated and some areas were diverted to farm lands which was , in general , prohibited in kyo . residential areas for nobles were established mainly in sakyo , excepting the northern ukyo which was close to daidairi . while residents from the upper nobles , such as the fujiwara clan , gathered in northern sakyo , the poor went over to the eastern limit of heian-kyo and started living next to the kamo-gawa river ( the yodo-gawa river system ) . then the eastern riverside of kamo-gawa river was built up with temples and second houses , so the urban district spread out to the east . in 980 , rajo-mon gate ( rasho-mon gate ) , located to the southern end of suzaku-oji avenue , was blown down , and was never re-built . this was how the heian-kyo gradually shifted from the original ambit to the east , to the medieval / modern ages town of kyoto . heian-kyo ( kyoto ) gradually lost its function as government administrator , by the formation of the kamakura bakufu or edo bakufu based in the kanto region . at the time of the meiji restoration , the relocation of the capital was avoided by edo becoming tokyo , but it became the absent capital due to emperor 's imperial stay in tokyo ( please refer to the section of " tokyo tento " ) . after that , the imperial return to kyoto was postponed . however , the imperial palace was conserved under the order of emperor meiji and the takamikura ( emperor 's throne ) , which indicates the emperor 's location , is still located in the shishinden ( hall for state ceremonies ) inside the kyoto gosho ( kyoto imperial palace ) . names heian-kyo was pronounced as ' heian-kyo ' in on-yomi ( chinese readings ) by later generations , but it was originally pronounced as ' taira no miyako ' in kun-yomi ( japanese readings ) . usually , the name of the capital was commonly crowned with the name of the place , so it should have been ' kadono miyako . ' however , since the turmoil of the nagaoka-kyo , previously mentioned , was one of reasons for relocation , they wished the name to have ' heian ' ( kun-yomi ' taira ' ) ( peace and tranquility ) to avoid the new capital having any bad luck . schematic diagram of heian-kyo ( temporary ) heian shrine , jidai festival ( 1100th anniversary , 1895 ) kyoto station / kyoto municipal subway tozai line / nijo station -godaigo station ( 1200th anniversary , 1997 ) nakuyo ( 794 ) uguisu heian-kyo ' ( singing nightingale of heian-kyo ) were the highly famous rhyming words for the year . the kyoto city heiankyo sosei-kan museum exhibits the reconstructed model of heian-kyo ( 1 / 1000 , kyoiki / oto / kitayama areas ) , the reconstructed model of buraku-den hall ( 1 / 20 ) , the reconstructed model of the shibi at buraku-den hall ( life size ) and many other excavated articles from the heian period . +honnoji incident is about an event on june 21 , 1582 whereby mitsuhide akechi , a key vassal of nobunaga oda , rose in revolt and attacked his master , nobunaga , who had been staying in honno-ji temple in kyoto and nobunaga committed suicide . the cause of mitsuhide 's revolt is not clear and , even today , we have no firm explanation about this incident . there are also many views that there was another ringleader ( mastermind ) , it became one of the big questions in japanese history . ( for more information on individual views , refer to the section on " fact about the incident . " ) up until 1582 , nobunaga had a hold on kinai ( the five provinces in the immediate vicinity of kyoto ) centering around kyoto and its vicinity and overthrew the takeda clan in april and may 1582 . the gohojo clan in the kanto region and the date clan in the tohoku region signaled their allegiance to nobunaga and , as a result , enemies that stood in nobunaga 's way were the mori clan in the chugoku region , the chosokabe clan in the shikoku region , the uesugi clan in the hokuriku region and the shimazu clan in kyushu . the mori clan that for a certain period had harassed nobunaga by playing a part of an encircling net was forced by hideyoshi hashiba to repeatedly retreat in succession and lost all the influence they had in the past . with respect to the uesugi clan , after kenshin uesugi 's death , his adopted son , kagekatsu uesugi became the family head and the strong troops that harassed shingen takeda by fiercely attacking the kanto region and echigo province had been weakened by the otate no ran ( otate disturbance ) . in shikoku , yasunaga miyoshi was subject to nobunaga and , supported by nagahide niwa , nobutaka oda who had the advantage , had been preparing for war with the chosokabe clan . in kyushu , the otomo clan and the ryuzoji clan had informed of their intention to obey nobunaga and , therefore , the shimazu clan alone was obliged to compete with nobunaga . headquartered in azuchi-jo castle , nobunaga oda had been promoting unification of the whole country in command of an expeditionary force with commanders such as ; katsuie shibata , mitsuhide akechi , kazumasu takigawa , hideyoshi toyotomi , and nobutaka oda and he was forty-nine years old and the situation was such that the whole country would belong to nobunaga if everything proceeded as planned . under such situations , as a large military force was dispatched , troops around nobunaga were not many and nobunaga and ieyasu moved around with a small military force in kinai in an open atmosphere under just before unification of the whole country especially after downfall of the takeda clan . in this atmosphere , mitsuhide 's troops , which was the de facto kinki region corps of nobunaga , attacked nobunaga . after returning from an expedition to conquer the takeda clan , on may 15 , mitsuhide served as the marshal to entertain ieyasu tokugawa who served with distinction in the battles with the takeda clan for many years . however , mitsuhide was dismissed midway from the marshal on may 17 and made to return to his residence , sakamoto-jo castle , and was ordered to deploy to the front in order to support hideyoshi . the cause of this dismissal was a request for reinforcements from hideyoshi hashiba that arrived on may 15 . on may 26 , he moved to another residential castle , kameyama-jo castle ( tanba province ) and made preparations for departure to the front . he confined himself in the atago-jinja shrine ( kyoto city ) for prayer and , on may 28 and 29 , he held a party for renga ( linked verse ) which is very well known from its first line , ' tokihaima amegashitashiru satsukikana ' ( the time is now in may , which everybody knows ) . there is a view that interprets this line as mitsuhide 's determination of revolt ( refer to the section " other considerations about motive and ringleader " ) , but there are various interpretations . on the other hand , on may 29 , nobunaga departed from azuchi-jo castle with a small suite , mainly consisting of pages , to the front in order to support hideyoshi . he entered the honno-ji temple in kyoto on the same day and waited for the assembly of troops . at the same time , nobunaga 's heir , nobutada oda entered myokaku-ji temple ( kyoto city ) . next day , on june 1 , nobunaga held a tea ceremony party in the honno-ji temple . on the same day , june 1 in the evening , mitsuhide departed the tanba kameyama-jo castle to kyoto at the head of an army of 13,000 ( there is another view that mitsuhide did not visit kameyama-jo castle ( tanba province ) before or after the event and he moved toward honno-ji temple from sakamoto-jo castle at the head of 3,000 troops and arrived around nine o 'clock , that is several hours after seven thirty a.m. when the honno-ji temple burnt down . ) the next day , on june 2 before dawn , when they crossed the katsura-gawa river ( yodo river system ) , mitsuhide declared , ' our enemy is in the honno-ji temple , ' making it clear that they would attack nobunaga . according to " nihon gaishi " ( historical book on japan ) written by sanyo rai during the edo period , it was written that ' we will be reviewed by nobunaga . ' when they departed kameyama-jo castle with the intention to attack nobunaga made clear to all the troops only after they crossed the katsura-gawa river , but it is a widely-accepted view that , in reality , only a limited number of key vassals were informed of the real intention . there is a view that as the troops numbers were very large , a detached force took another mountain path to kyoto , akechigoe , to attack nobutada . our enemy is in the honno-ji temple ' was first seen in " kawasumi taikoki " of the beginning of the edo period , and it was told that the person who participated in the troop of the akechi clan gave help for " kawakami taikoki . " according to " historia de iapan " by luis frois and " honjo soemon oboegaki " ( literally , " memorandum of soemon honjo " ) that is reportedly written by a samurai under mitsuhide who followed the army in the incident , ashigaru ( foot soldier ) and low-level samurai in command of them believed at that time that they would attack ieyasu tokugawa who was staying in the honno-ji temple in kyoto . early in the morning ( reportedly around four o 'clock ) on june 2 , the troops of the akechi clan ( mitsuhide had not yet entered kyoto and he arrived at honno-ji temple at nine o 'clock ; some regard these troops as mysterious as their commander is unknown ) completely surrounded honno-ji temple . nobunaga , who was woke up by sounds , thought that was quarrel of vassals and ordered a kinju ( attendant ) to check the situation . then , he received a report ' the honno-ji temple is surrounded by a troop and the crest is kikyo ( chinese bellflower ) ( mitsuhide 's family crest ) . ' nobunaga said , ' we have no other way . ' and fought with a bow ( weapon ) in the front , but as the string of the bow was broken , he took a spear and stabbed enemies . as he got hurt with the spear by rushing enemies , however , he gave up to defend any further and instructed women to run away and , then , he shut himself up in the interior and let his page , naritoshi mori , set fire and he himself committed suicide ( writings of nobunaga 's vassal gyuichi ota " shinchoko-ki " ( biography of nobunaga oda ) ; it is written that this story based on hearing from such women . ) . nobunaga 's body was not found . according to amidaji ( kamidachiuriomiya ) engi ( the history of the amida-ji temple ) , of which temple nobunaga was a believer , the chief priest , seigyoku , sneaked in through the hedge in the back of the temple and carried out the body and burnt it . because of this relation , the ' mausoleum of nobunaga oda ' in fact exists in the amida-ji temple ( moved to tsuruyamacho , kamigyo ward ) . as the honno-ji temple was surrounded with moats walls and mud walls , this story is doubtful . in addition , as it is also told with respect to this history book , ' nobunagako amidaji yuishono kiroku , ' that because the old records were burnt , it was reconstructed in 1731 based on memory , this book is unbelievable including the story that nobunaga , who did not believe buddhism , was the believer of this temple . with respect to the reason why nobunaga 's body was not found , there is a view that it was impossible with capability of search at that time to find the in large volume of wreck after a huge building was burnt down . according to " historia de iapan " by luis frois whose church was only 200 meter away from the honno-ji temple , ' ( around three o 'clock in the morning ) , ( a small number of ) warriors of the akechi clan invaded the temple without being suspected ( it seems that oda 's gatekeepers lost their sharpness because they knew that umazoroe ( a troop review ) in front of the imperial palace was planned for the next day . ) , and shot nobunaga , who came out from the toilet and was washing his hands and face , in the back using bows and arrows . immediately after that , nobunaga called his pages and counterattacked warriors of the akechi clan brandishing a sickle-like weapon ( naginata ( japanese halberd ) art ) , but he was shot his left shoulder by a bullet shot by the musket troops of the akechi clan . immediately after that , he closed the shoji ( sliding paper door ) ( and set fire and committed suicide ) . ' nobutada , who received a report of the revolt by the akechi clan , intended to go to the honno-ji temple to rescue , but he was dissuaded by his close aide to run away because the situations in the honno-ji temple were already finalized . however , nobutada judged that mitsuhide 's troop must have surrounded and were executing inspection and gave up to run away and left the myokaku-ji temple which was not suitable for defense . in reality , however , as encirclement was not sufficient and , for example , nagamasu oda succeeded to escape , nobutada 's judgment was a big mistake that could change the history . thus , nobutada moved to nijo gosho ( newly built imperial palace in nijo ) together with sadakatsu murai who was responsible for administration of kyoto . nobutada fought as a brave commander and cut two warriors down despite many wounds and showed fierce resistance and drove mitsuhide 's troop retreat three times . as time passes , umamawari ( guard ) who were staying in different places in kyoto came one by one , and the success of the revolt became doubtful . as a last resort , mitsuhide 's troop shot the nijo gosho with guns and bows and arrows from the roof of neighboring sakihisa konoe 's mansion from which they could see the inside of the nijo gosho very well and killed almost all of attendants . thus , nobutada committed suicide by sword and the nijo gosho ( nijo imperial palace ) fell . ( " shinchoko-ki " ( biography of nobunaga oda ) ; " todaiki " ( a historical record ) ) together with nobutada , nagamasu oda ( later , urakusai oda ) who was nobunaga 's younger brother , also stayed in the myokaku-ji temple and he moved to the nijo gosho together with nobutada and he run away before the fall of the castle . ( " mikawa monogatari " ) he fled to gifu prefecture through the azuchi-jo castle and he was safe . as nagamasu did not commit suicide and fled while nobutada committed suicide , it is told that people in kyoto ironically commented ' gengo oda is not a human being . he let nobutada commit hara-kiri and he himself fled to azuchi . on june 2 , the flooding and the name of the origin of oda was washed out . ' it is told that , when nobutada fought bravely in the nijo gosho , his vassal yasuke , who was a negroid also fought . originally , yasuke was a negroid slave who was presented to nobunaga upon his request at the occasion of giving audience to a missionary . yasuke was captured after this battle and he was not killed , but he was never heard from again . in dramas in which the honnoji incident is mentioned , it is often described that yasuke died in battle following his master , nobunaga . by the way , in 2007 , excavation and research of the ruin of the honno-ji temple was conducted and traces of moat and bank protection were found together with a large volume of burnt roof tiles of the same period as the honnoji incident . it proved that , as mentioned in historical materials , the honno-ji temple was remodeled as the accommodation for nobunaga in february and march 1580 by constructing moats and mud walls and newly building a stable and reconstructing the main building . it also showed that the nobunaga noticed the honnoji incident and prepared armaments in the honno-ji temple against the enemy forces . partly because of dramas , many persons understand that the cause of the incident was repeated harassment by nobunaga , but it is just a fiction without any ground . also , many persons understand that it was a coup d 'état or a reaction ( antirevolutionary act -revolution ) against nobunaga 's radical behavior to change traditional society of japan ( such as oppression of buddhism ) . with respect to mitsuhide 's motive for raising an army , there are various views such as resentment , ambition to conquer the whole country and protection of the imperial court and no consensus has been formed . the generally-known views that the cause of the incident was resentment are as follows : he served ill-smelling fish and lost his face by being dismissed from the position of marshal for ieyasu . then , mitsuhide was chagrined and threw plates and utensils into the pond ( " kawasumi taikoki " ) . he was ordered transference of his fief to izumo province , hoki province or iwami province which was still enemy territory ( " ehon taikoki " ) . with respect to the battle of the yagami-jo castle , nobunaga caused death of mitsuhide 's mother ( " ehon taikoki " ) . in the victory celebration for the battle in which the takeda clan was destructed , mitsuhide told , ' it makes all our efforts worthwhile . ' and nobunaga questioned what mitsuhide said and hit and kicked mitsuhide saying ' what you did for this result ! ' and mitsuhide resented this ( " sofu monogatari " ) . those stories were kodan ( story-telling ) created in the edo period and later and there was no reliable backup data . with respect to the ' view that the cause of the incident was transference of the fief , ' as only one historical material , there is nobutaka oda 's military order dated may 14 , nineteen days before the incident , that imposed military service on local lords and powerful local clans in tanba , and it became the subject of academic arguments whether or not kao ( written seal mark ) on this military order is genuine . however , as similar transference of the fief to enemy 's territory was carried out for hiromasa yanada and kazumasu takigawa and their former fiefs were guaranteed for a certain time period , there is a view that it was a custom at that time to guarantee the former fief until the new fief is in fact acquired . independently from these , it is recorded in " historia de iapan " of luis frois that , several months before the incident , there was such quarrel as mitsuhide said something and then nobunaga shouted and mitsuhide immediately came out the room and returned to his place . in mitsuhide 's writings " akechi-kaho " ( family rules of the akechi clan ) written one year before the incident , mitsuhide wrote a sentence that reads " i was set up in the world by nobunaga from the status like a pebble and i owe him a lot . my family and vassals including their descendents should not forget to serve to nobunaga . " judging from the sentence , we can surmise that mitsuhide had adoration and respect toward nobunaga . it seems that mitsuhide had high regard for nobunaga as we see in the fact that he hung nobunaga 's handwriting in the alcove in which a treasure should be placed for the tea ceremony held three months before the incident . therefore , views that adopt other motive than resentment have also been supported and , especially , views that assume existence of a mastermind is strong . in " historia de iapan " by luis frois , we can find many comments on mitsuhide , such as ' he likes treachery and clandestine meeting . , ' ' he is cruel in imposing a punishment . , ' ' he is patient . , ' ' he is a master with trick and stratagem . , ' ' he is good at building castles . , ' and ' he knows how to use skilled samurai . ' traditionally , mitsuhide has an image of sincere person most probably because of dramas or the fact that in certain areas including tanba province which was mitsuhide 's fief , people recall beneficial influence of mitsuhide . separately from the image of mitsuhide that he was a highly cultured but feeble looking , we can see an aspect of mitsuhide as a tough busho ( japanese military commander ) in the sengoku period as commented by frois and praised by nobunaga in ' sakuma nobumori sekkanjo ' ( letter to reproach nobumori sakuma ) . this view surmises that the cause of the honnoji incident was to avoid conquest of shikoku planned by nobunaga . in shikoku , motochika chosokabe of tosa province made relation by marriage with a vassal of the akechi family , toshimitsu saito , and had been making effort to unify shikoku under amicable relation with nobunaga through mitsuhide . on the other hand , defeated yasunaga miyoshi in awa province aimed at recovery of this former territory by making arrangement for alliance with hideyoshi ( he adopted a hideyoshi 's nephew , hidetsugu toyotomi ) . as nobunaga did not want to have shikoku unified by the chosokabe clan , he ordered motochika in march and april 1582 to govern only two provinces , tosa and awa , and visit kyoto . as motochika refused this order , it is decided to conduct conquest of shikoku with nobutaka oda ( the third son of nobunaga ; it had been informally decided that , after conquest of shikoku , he should be adopted by the miyoshi clan and succeed the miyoshi family . ) as the chief commander . it had been planned that , at first , yasunaga would enter shikoku as a spearhead and , on july 1 , the main body of troops led by nobutaka , nagahide niwa , etc. would start from osaka to go into battle . this view was insisted by mitsutoshi takayanagi etc. immediately after the war and takayanagi and his supporters have been advocating for a long time . probably as self-recrimination against the view that the imperial court was the mastermind of this revolt , sakujin kirino advocated , ' nobunaga needed the chosokabe clan in order to contain the navy of the mori clan , but because of deportation of honganji and decline of the navy of the mori clan made the chosokabe clan needless for nobunaga . as a result , the position of mitsuhide and toshimitsu , who made best effort to establish the relation of relative and matrimonial relation with the chosokabe clan became undermined . ' based on such point of view , he published " shinsetsu honnoji " ( new view on the honnoji incident ) in 2001 and " darega nobunaga wo koroshitanoka honnoji no hen - aratana shiten " ( who killed nobunaga - honnoji incident / new point of view ) in 2007 . there are several views which advocate that the motive for killing nobunaga was not mitsuhide 's own , but a certain mastermind whose intention caused the incident existed , as described below . this view advocates that yoshiaki ashikaga who had hard feelings against nobunaga who had expelled him and ruined the muromachi bakufu ( japanese feudal government headed by a shogun ) , tempted mitsuhide in order to regain yoshiaki 's power . this view has been advocated centering around professor tatsuo fujita of the mie university . the imperial court sensed a threat from nobunaga who had been increasing his power day by day and , in order to measure nobunaga 's loyalty to the imperial court , sent in 1582 a letter from the imperial prince sanehito that read ' you may have any official position that you wish to have . ' to nobunaga ( sanehito shinno goshosoku ( letters of the imperial prince sanehito ) ) . however , nobunaga let the imperial envoy , who delivered the letter , go back without giving clear reply . the imperial court was flustered by nobunaga 's attitude to pay little attention to the emperor , and yoshiaki ashikaga was afraid that nobunaga might ask the imperial court for appointment as seii taishogun ( literally , " great general who subdues the barbarians " ) and proposed mitsuhide akechi , who had once been yoshiaki 's vassal , to assassinate nobunaga . it is told that mitsuhide , who had been moved to a sinecure by nobunaga , accepted this proposal and made a plan for honnoji incident . fujita advocated that yoshiaki ashikaga existed in the background of mitsuhide pointing out that , as evidences to substantiate his view , mitsuhide 's envoy who was sent to kagekatsu uesugi immediately before honnoji incident asking for cooperation stated ' the uesugi should cooperate ' ( ' kakujokogoshoshu ' ) requesting cooperation to a person who was in higher position than uesugi 's . in addition , mitsuhide sent a letter to shigeharu tsuchibashi , who was a member of the saigashu ( a powerful local clan in saiga , kishu ) , saying , ' a joi ( order from a superior to a subordinate ) has been issued requesting that you provide service , which is a great honor ' , and fujita pointed out that as the word ' joi ' was used , the order must be from someone with a higher status than mitsuhide . grounds for this view are the connection between mitsuhide and yoshiaki before mitsuhide became a vassal of nobunaga and yoshiaki 's past action proposing a coalition of various daimyo ( japanese feudal loads ) to overthrow nobunaga . against this view , there is a refutation which advocates that it is impossible to reason why the mori clan , which had been protecting yoshiaki , did not know about honnoji incident ( according to accepted view ) . the ground for this refutation is the idea that if yoshiaki was the mastermind , the mori clan should have known it . with respect to this refutation , there is a heresy regarding whether or not the mori clan knew about honnoji incident . in taikoki and sakuma gunki , it is described that the mori clan already knew about the occurrence of honnoji incident at the time of negotiations for peace , and takakage kobayakawa proposed ' because hideyoshi will govern the country after nobunaga , we should put hideyoshi under an obligation at this stage . ' supporting negotiations for peace . if this is the fact , it does not contradict the view that the mastermind was yoshiaki . also , some considers that , even shigeharu tsuchihashi , who was a mere dogo in saiga , kishu , offered mitsuhide cooperation to overthrow nobunaga , it is not strange that the mori clan knew above honnoji incident . among views which advocates that the mastermind was the imperial court , there are different views with respect to the key person of the plot , for example , the emperor ogimachi , imperial prince sanehito or a noble such as sakihisa konoe . one of grounds for this view is that the imperial court might consider that nobunaga had an intention to overthrow the imperial court surmising from nobunaga 's response with respect to ' sanshokusuininnmonndai ' ( matters related to the imperial court 's offer to nobunaga to appoint him to semi daishogun , daijo daijin , or kanpaku according to nobunaga 's wish ) . after killing nobunaga and nobutada , mitsuhide visited the imperial court and he was granted imperial gifts of money and other valuable goods . other grounds that support the views that the mastermind of the plot was the imperial court are that , after the battle of yamazaki , nobutaka oda tenaciously searched for sakihisa konoe by issuing an order to track down and dispose of him , that kanemi yoshida was interrogated for information , and that the original contents of " kanemikyo-ki " ( diary of kanemi ) , which is the first class historical material for that time , were missing for approximately one month around honnoji incident and the section for 1582 was rewritten . the facts that ' sanshokusuininmondai ' occurred immediately before honnoji incident and from its nature , it was not a matter for which nobunaga could answer instantly and it seems that the purpose of making stopover at kyoto was to give his answer raise a doubt with respect to the above-described grounds ( it is possible to interpret that mitsuhide attacked the honno-ji temple in order to prevent nobunaga from giving an answer ) . it has been also pointed out as refutations that sakihisa konoe became a priest on the day of or several days after honnoji incident and it seems appropriate to understand his becoming a priest was to follow nobunaga same as yusai hosokawa 's becoming a priest and that sakihisa konoe made a waka ( 31-syllable japanese poem ) which mourned nobunaga 's death . with respect to search by nobutaka , there is a view which considers that it was just to blame sakihisa for having allowed mitsuhide 's army to climb on the roof to attack and kill nobutada . with respect to the emperor ogimachi and the imperial prince sanehito , no reliable evidence exists and these views are no better than supposition . with respect to the imperial prince sanehito , especially , the fact that he could be entangled in an incident in the nijo gosho is mentioned as a refutation against the view that the mastermind of the plot was in the imperial court . if the emperor or the imperial court was involved in the plot , why mitsuhide was not justified by a rinji ( message from an emperor ) or donation of a sword ? in this case , the emperor or the imperial court is not accused later . why mitsuhide did not announce his relation with the imperial court or the emperor ? recently , in many studies , it is mentioned that mitsuhide has no merit to ally with the imperial court in that way . in 2007 , sakujin kirino , who published in 1992 " nobunaga bosatsu no nazo " ( mystery of deliberate murder of nobunaga ) based on " kanemikyo-ki , " criticized his own view by admitting in an interview with a researcher that he was told by a researcher " this is a kind of inboshikan ( conspiratorial interpretation of history ) . " and that ' at that time , he could hardly read writing in simplified style in ancient documents . ' whether or not involvement of the imperial court in the plot is denied , views on the relation between nobunaga and the emperor ogimachi are divided into two groups , one to look at the point that nobunaga is said that he required abdication and the other to look at the fact that the emperor ogimachi himself wanted to abdicate but nobunaga did not agree . in many cases , the former group refer to a description in " takachika nikki " ( takachika nakayama 's diary ) of january 10 , 1574 and the latter a description in " kanemikyoki " of may 13 , 1581 , it is observed that they tend to pick up a part of nobunaga 's policy with respect to the imperial court that had changed over time to use as the ground for their own view . with respect to calendar , an error , which contradicted the rule of the lunisolar calendar had occurred in the kyo calendar ( calendar prepared by the onmyoryo ( governmental agency responsible for matters related to the way of yin and yang ) ) , that usui was not included in january 1581 but shifted to the intercalary first month in which chuki should not be included . according to description for june 1 , 1580 ( old calendar ) in ' nichinichiki ' of harutoyo kajuji , who was a noble and buke denso ( imperial official in charge of communication with the shogunate ) , nobunaga officially pointed out this problem even one day before his death . here also , there is a dispute whether it should be interpreted as one of nobunaga 's campaigns to show his superiority or expression of nobunaga 's loyalty to the imperial court . based on the description about deification of nobunaga in ' historia de iapan ' by frois , there is a view which points out that deification of nobunaga could not be accepted by the imperial court . ( motohiko izawa is the recent advocator of this view . ) however , because of reliability of descriptions by frois , rather many views overlook or neglect it . ( refer to " other consideraitons about motive and ringleader . " ) regardless of difference between those views , there is hardly any dispute on the fact that nobunaga who became the largest bearer of the finance of the imperial court was in a position to intervene the decision making of the imperial court and therefore there was a conflict between nobunaga and the imperial courts and the difference between the views depends on which element of nobunaga 's act and intervention and how they evaluate it . in ' nichinichiki ' of harutoyo kajuji , there is a description which hints that there was a plot ( discussion ) ' to overthrow nobunaga ' between mitsuhide and persons form the imperial court as follows : june 17 ( old calendar ) finein early morning , kuranosuke saito , who belonged to the akechi clan and discussed about overthrowing nobunaga , was caught and paraded through kyoto . this view was advocated by kyoko tachibana assuming that the society of jesus intended to realize political power change in japan . in this view , ' nobunaga 's government itself was just a puppet government of the power from the southern europe . it is told that sorin otomo was the mediator between the society of jesus and nobunaga and the final purpose of the society of jesus was to conquer ming by force and , in short , the purpose of the honnoji incident was just to switch from nobunaga to hideyoshi . as a refutation against this view on the point that ' nobunaga had been receiving funds from the society of jesus , ' it is pointed out that the constant income of the society at that time was around 20,000 cruzados and that more than a half of it had been remitted to india and , therefore , the society did not have sufficient fund for maintenance and operation . in addition , the writing of katsuhiro taniguchi in 2007 raised a question about tachibana 's way of handling historical materials such as quoting many unreliable materials of the edo period such as " akechi gunki " ( biography of mitsuhide akechi ) without verification . as hideyoshi obtained information on nobunaga 's death very quickly and he had not lost his military power by enveloping attack of the takamatsu-jo castle in bicchu province , it is said that he must have known about the honnoji incident in advance . it is also because hideyoshi fought with mitsuhide under very favorable condition and won the battle and he became a tenkabito ( a person who holds the reins of government ) taking advantage of honnoji incident and as a result , obtained the largest advantage . we cannot say that this view has well accepted as a theory because it lacks concrete evidence , but this view has often been adopted in fictions , etc. in accordance with the theory for reasoning ' doubt the person who obtained the largest advantage . ' refer to the view that hideyoshi toyotomi was the mastermind of honnnoji incident . the views that ieyasu tokugawa was the mastermind of the plot are supported only by many circumstance evidences , but their contents are made interesting by the view that tenkai sojo ( high rank buddhism priest ) ( nankobo ) was mitsuhide . such views do no advocate that ieyasu was the ringleader , but he agreed or supported the plot and , after the event , sheltered mitsuhide , who had lived as a priest . this story has been often referred to in historical novels . according to ' historia de iapan ' by frois , when ieyasu visited nobunaga on june 15 , 1582 , immediately before the incident in azuchi-jo castle accompanied by nobukimi ( baisetsu ) anayama , who was a surrendered warlord from the takeda clan to celebrate the victory in the battle mitsuhide was at first appointed to the position of marshal . with respect to preparation for those events ( entertainment for ieyasu ) , nobunaga was talking with mitsuhide behind closed doors , but because nobunaga tended to go wild with rage by nature and could not accept that someone oppose to his order , he chastised mitsuhide and dismissed mitsuhide from the position of marshal . in this regard , many views infer that nobunaga had an intention to assassinate ieyasu , for example , assuming that the reason why nobunaga got angry was not mismanagement of entertaining such as ' rotten fish ' in ' taikoki , ' but the real cause was that when nobunaga ordered mitsuhide to kill ieyasu taking opportunity of entertainment but mitsuhide refused this order . as descriptions in historical books that support this view , it is well-known that a section of ' historia de iapan ' by frois continued as , when mitsuhide reversed the course to kyoto , ' soldiers began to wonder about the purpose of such action ( to attack the honno-ji temple and thought that mitsuhide intended to kill the lord of mikawa province ( ieyasu ) , who was a younger brother-in-law of nobunaga , according to nobunaga 's order , and a section of ' rojinzatsuwa ' by munetomo emura . ' also , a well-known quotation from " rojinzatsuwa " ( literally , miscellaneous stories by an old man ) by munetomo emura states : " on the occasion of the akechi disturbance ( honnoji incident ) , toshogu ( ieyasu ) was in sakai . nobunaga ordered togoro hashiba to act as a sightseeing guide for ieyasu in osaka and sakai , but in reality , it was a plot to exploit an opportunity to kill ieyasu " . in addition , following points have been advocated together with the above-described views . as seen in the case of the order to kill tsukiyama-dono , who was ieyasu 's legitimate wife , and nobuyasu matsudaira , who was ieyasu 's first son , oda and tokugawa were not in a relationship of equality like ' allied countries ' as often been idealized later , and , for oda , tokugawa was a mere throwaway player and , in order to pacify the eastern countries , it should be completely weakened or overthrown as soon as possible . although it was told later that ieyasu 's runaway trip guarded by iga ninja ( a secret agent ( in feudal japan ) highly skilled in stealth and secrecy ) , who were opponents to nobunaga was because of ieyasu 's fear against to be killed by the mitsuhide 's side , it was originally prepared in advance based on ieyasu 's fear against being killed by the nobunaga 's side or it was an arrangement to deny his participation in the plot . with respect to views that tenkai sojo ( nankobo ) was mitsuhide who lived after honnoji incident , there are many views that point out the following facts and look at ieyasu 's acts that have been accepted as appraisal to mitsuhide . the head which was shown as mitsuhide 's were inspected in considerably decomposed condition . the first half of tenkai sojo 's life is not known . however , he was very capable so that he joined the war council and ieyasu relied on . evidently , he was not a usual priest . in mt . hiei , there is a stone lantern which is inscribed that ' petitioner : mitsuhide ' donated it in february and march 1615 . the painted image of mitsuhide that remained in the hontoku-ji temple in osaka , which temple looks after buddhist memorial tablet of mitsuhide , has a comment that reads ' 放下般舟三昧去 ' on its back and , literally , this comment means that mitsuhide spent his remaining years in buddhist priesthood . kasuga no tsubone , who was a daughter of toshimitsu saito , showed the highest politeness by ' prostrating herself ' before tenkai , with whom she must met for the first time , and stated , ' it is a long time since we met each other last time . ' crests on the wooden figure of samurai in yomeimon ( yomei gate ) and the belfry of toshogu shrine are ' chinese bellflower ' that was the family crest of akechi . although the reason is not known , ieyasu had a kumage no yari ( spear decorated with hairs of bear ) that once belonged to mitsuhide and gave it to his cousin , katsunari mizuno telling ' this is a spear that was once owned by hyuganokami , who was a famous general . have similar military achievements to hyuganokami 's . ' if we put together ' 光 ' ( mitsu ) in iemitsu and ' 秀 ' ( hide ) in hidetada , we have ' 光秀 ' ( mitsuhide ) . ( however , the character 秀 ( hide ) in hidetada was given by hideyoshi from his name same as in hideyasu matsudaira . views that the mastermind was a wealthy merchant in sakai ( sen no rikyu ) views that mastermind was terumoto mori ( or takakage kobayakawa ) views that conspiracy of the imperial court and hideyoshi hashiba view that the shimazu clan was involved - it was a matter of time when nobunaga commence conquering kyushu after he overthrew the mori clan . view that the shimazu clan , that had been in a predicament because of counteroffensive activities by the otomo clan and the ryuzoji clan connected with nobunaga , plotted with nobles in the imperial court . although there was little grounds , in description in ' uwai kakuken nikki ' that is famous as the diary of uwai kakuken , who was a close vassal of yoshihisa shimazu , sections for the period from july 1 , 1582 , when honnoji incident occurred , to november 28 were left blank . the question why those sections were not touched remains . although it is not clear since when mitsuhide made his mind to rebel , there is a view that he made his mind to rebel at the time of the party for renga ( linked-verse ) in the atago-gongen shrine before going to battle from the kameyama-jo castle by understanding the first line made by mitsuhide , ' tokihaima amegashitashiru satsukikana ' ( the time is now in may which everybody knows ) , as ' toki ' means mitsuhide himself , who belonged to the toki clan which descended from the minamoto clan and ' amegashitashiru ' as ' to govern the area under the heaven , ' namely governing the whole country . * there is another view that mitsuhide meant ' time is now may and all are in rain . ' according to ' historia de iapan ' by frois , nobunaga held a ceremony on june 15 , 1579 , in the azuchi-jo castle to make himself a god and decided in the soken-ji temple to make his birthday a holiday and told that those who visit and worship would have benefit in this world . however , as frois first written about this ' ceremony ' only after nobunaga 's death and he was not in the vicinity of azuchi when such ceremony was held and this ' ceremony ' has never been referred to in first-class historical materials in japan , katsuhiro taniguchi proposed the view that description by frois is not reliable and it was written just to justify overthrowing nobunaga . after spending july 6 and 7 , 1579 for calling on other warlords to surrender , mitsuhide entered the azuchi-jo castle on july 8 ( there is a view that he entered the azuchi-jo castle on july 7 ) . on july 12 , he went up to kyoto and commenced political maneuvering toward the imperial court , but having received a report on hideyoshi 's ogaeshi ( long distance return in short time ) took the field to yamazaki . he was defeated in the battle of yamazaki on july 16 , and , in the midnight on the same day , killed by a native in ogurusu ( fushimi ward , kyoto city ) . as he administered political affairs in azuchi and kyoto from july 7 or 8 to 15 , it was called mikkatenka ( a very brief reign ; literally , three-day reign ) . it can be said that one of causes of his defeat was that he did not have sufficient military strength caused by his failure to acquire support from powerful warlord in the kinki area such as yusai hosokawa , who was his relative , and junkei tsutsui , who was a yoriki ( warlord attached to another ) to mitsuhide . hideyoshi had been confronting with the mori clan , while his troop had been enveloping the takamatsu-jo castle in bicchu province in which muneharu shimizu holed up . he received a report on nobunaga 's untimely death as early as on july 6 , he concluded peace with the mori clan quickly . seeing that the troop of the mori clan left on july 9 , he turned back his troop and , on july 15 , already arrived in settsu province . he won kiyohide nakagawa , ukon takayama and tsuneoki ikeda , who were warlords in settsu province to his side here , and merged with nobutaka oda and nagahide niwa , who were in sakai city for dispatching troops to shikoku . he marched to kyoto leading those troops and he defeated mitsuhide in the battle of tennozan on july 16 . this movement from the chugoku area in a very short period is called chugoku ogaeshi . hideyoshi , who aimed to take the initiative in the oda government , became the guardian for sanposhi ( hidenobu oda ) , who was a son of nobutada , as a result of the meeting in kiyosu-jo castle and established his position as the successor of nobunaga . on july 6 , after attacking the uozu-jo castle in ecchu province for three months in cooperation with narimasa sassa and toshiie maeda , katsuie succeeded to overrun it . however , nobunaga did no exist at that time . after the news of the incident arrive , he could not quickly return his troop to kyoto like hideyoshi because of counterattack by kagekatsu uesugi and uprising of local samurai . when katsuie arrived kohoku at last , mitsuhide akechi had already been killed . later , he confronted with hideyoshi in the kiyosu conference and was defeated in the battle of shizugatake and committed suicide . after having visited the azuchi-jo castle at nobunaga 's invitation in june , ieyasu stayed in sakai together with over thirty vassals . in the morning of july 5 , when he was traveling nagao kaido ( nagao road ) heading to kyoto to make a return call , he met shirojiro chaya , who hastened from kyoto , in the vicinity of shijo nawate and knew about honnoji incident . ieyasu got flustered and said that he would go to kyoto and follow nobunaga to the grave in honno-ji temple , but he was convinced by his vassals and tried to go back to his territory . he passed through tsuzuki in yamashiro province , kabuto pass in omi province and mountains in iga province to ise province and went across ise-wan bay and returned to his territory , mikawa province . this was the biggest crisis for ieyasu as called ' shinkun no gokannan ' ( big trouble for ieyasu tokugawa ) later . in fact , according to " mikawa monogatari , " the group of nobukimi anayama , who accompanied ieyasu but kept a certain distance because he had a considerable amount of money and goods and was afraid of being robbed of them by ieyasu 's valets was caught up and killed by natives who were looking for fleeing defeated warriors at the ferry on the bank of the present kizu river ( in the vicinity of the present yamashiro-ohashi in kyotanabe city , kyoto province ) in tsuzuki county , yamashiro province . ieyasu could escape with very slight difference . on this occasion , the iga lineage cooperated with ieyasu for getting across iga and , because of the merit of hanzo hattori , who was the head of iga at that time , ' hanzomon ' ( hanzo gate ) was constructed in edo-jo castle . however , there is a legend that ieyasu was killed in sakai and , in nanshu-ji temple in sakai city , there exists a tombstone inscribed with his name , but this is a legend created later at the time of osaka no eki ( the siege of osaka ) . after coming back to mikawa province , he departed to kill mitsuhide , but when he arrived at the atsuta-jingu shrine , he heard about the battle of yamazaki and went back . according to a certain view , tadatsugu sakai had already marched up to northern ise . if this is true , ieyasu must have divided his troop into two , one to march to kyoto through mino and the other to march to kyoto through ise . after that , ieyasu occupied shinano province and kai province , which became vacant because of nobunaga 's death and became a very big daimyo ( feudal load ) surpassing the takeda family in their height of prosperity . after honnoji incident , nobukatsu oda , who was the second son of nobunaga , marched to tsuchiyama , omi province , to attack mitsuhide , but he retreated because mitsuhide was badly defeated by hideyoshi in the battle of yamazaki . nobukatsu was not nominated in the kiyosu conference to the heir of the oda family ( it was partly because that he had been adopted by the other family , but the fact he had repeatedly committed mistakes was also a important factor . ) . as he was not satisfied with this and opposed to hideyoshi in cooperation with ieyasu for a certain time , but , finally made peace and surrendered to hideyoshi ( the battle of komaki-nagakute ) . kazumasu was in the umayabashi-jo castle in kozuke province . although he retreated as soon as he heard the report on honnoji incident , ujinao hojo in odawara city marched aiming at to take kozuke province and kazumasu tried to break through the enemy lines and badly defeated and came back to his territory , ise nagashima-jo castle ( the battle of kanna-gawa river ) . because of defeat of kazumasu , the influence of oda in kozuke province and shinano province was swept away and kazumasu was removed from the group of chief vassals and he could not attend the kiyosu conference . nobutaka was making preparation for conquest of motochika chosokabe of shikoku in cooperation with nagahide , nobusumi tsuda , who was a nobunaga 's nephew ( his father was nobuyuki oda ) in osaka . as soon as information on honnoji incident was conveyed , nagahide niwa immediately killed nobusumi following nobutaka 's order . then , nagahide niwa , together with nobutaka , merged with the troop of hashiba heading to kyoto . nobusumi was killed because he deemed to have a connection with mitsuhide since his father , nobukatsu had a plot to rebel against nobunaga and he was killed and he was a son-in-law of mitsuhide . however , there is a view that advocates ' nobutaka , who knew that not only his father , nobunaga , but also his elder brother , nobutada , were killed , killed nobusumi who might become a candidate for the family head of the oda clan , by making a false charge . ' partly because of influence of conquest of shikoku by nobunaga , motochika chosokabe was giving a rest to his warriors in the hakuchi-jo castle . as soon as he knew about nobunaga 's death , however , he dispatched troop and won the battle of nakatomi river and took complete control of awa province and sanuki province . +the battle of yamazaki was fought between mitsuhide akechi , who had defeated nobunaga oda in the honnoji incident in june and july 1582 , and hideyoshi toyotomi returning from an attack on takamatsu-jo castle ( in bicchu province ) ; the scene of the battle was yamazaki ( yamazaki , shimamoto-cho , mishima-gun , osaka prefecture and oyamazaki-cho , otokuni-gun , kyoto prefecture ) , located on the border between settsu province and yamashiro province , where toyotomi 's forces passed on their way to kyoto and clashed head on with akechi 's on july 2 . it is also known as yamazaki kassen or battle of tennozan ) . when the honnoji incident broke out , the whereabouts of the top level bushos ( military commanders ) under the oda family and its ally ieyasu tokugawa were as described below . katsuie shibata : fighting against the uesugi forces at uozu castle-jo in ecchu province kazumasu takigawa : holding out as kanto kanrei ( shogunal deputy for the kanto region ) against the hojo forces at umayabashi castle-jo in kozuke province . nagahide niwa : standing by in sakai , osaka prefecture for the expedition to shikoku . hideyoshi hashiba : fighting against the mori forces near takamatsu-jo castle in bicchu province . ieyasu tokugawa : while sightseeing together with a few attendants was informed of the death of nobunaga near kawachi iimoriyama ( shijonawate city , on his way back ) . hideyoshi had been confronting with the enemy near takamatsu-jo castle in bicchu province , which would have been surrendered to hideyoshi on june 4 with muneharu shimizu committing jijin ( suicide by the sword ) , as this arrangement had been accepted by hideyoshi . however , catching information on the day before on the honnoji incident , hideyoshi in no time made peace with mori 's army . on june 4 , muneharu 's jijin was confirmed by yoshiharu horio and masakatsu hachisuka as eye witnesses , and hideyoshi withdrew his forces from june 5 to 6 after settling the aftermath . his forces , reaching numa ( east of okayama-jo castle ) , himeji-ji castle and amagasaki ( today 's amagasaki city ) on june 6 , 7 and 11 , respectively , in what is acclaimed as chugoku ogaeshi ( big u turn from chugoku ) , and rushed to kinai ( the greater capital area ) . one of hideyoshi 's worries was how the settsushu ( settsu gang ) who were geographically close to mitsuhide would react . a letter came from kiyohide nakagawa , one of the settsushu members who seemed to have smelled the incident , but hideyoshi sent to kiyohide a reply to the effect : ' his highness ( nobunaga ) and the lord ( nobutada ) have overcome the crisis and retreated to otsu city , and hidekatsu fukutomi , who followed them , has made an unparalleled achievement ' ( dated june 5 ) . of course , it was a lie , but eventually most leading members of settsushu including kiyohide and ukon takayama sided with hideyoshi , and nobutaka oda and nagahide niwa , having gathered in osaka to join the conquest of shikoku , also joined hideyoshi 's camp . a war council was convened in takatsuki city on june 12 , where hideyoshi recommended nagahide , and then nobutaka , as the supreme commander , but conversely hideyoshi himself became the virtual leader at the request of the two ( nominally nobutaka became the supreme commander ) . supposing the yamazaki area to be the likely scene of the battle , hideyoshi made strategical personnel assignments . incidentally , before the war council , nagahide and nobutaka drove mitsuhide 's son-in-law nobusumi tsuda , who had been rumored to have in collusion with mitsuhide , into jijin . on the other hand , after keeping public order in post-incident kyoto , mitsuhide sent the forces of motoaki takeda , and takatsugu kyogoku , among others , to omi and they conquered omi within a few days except for seta-jo castle ( held by brothers kagetaka yamaoka and kagesuke yamaoka ; the yamaoka brothers refused mitsuhide 's invitation to join his camp and , after showing gestures of resistance including the burning of seta bridge , temporarily took refuge in the koka city area ) and hino-jo castle ( held by father and son katahide gamo and ujisato gamo ) was subjugated . along with that , mitsuhide called on the kumishita daimyos ( daimyos who served under powerful bushos ) to join his camp , but father and son yusai hosokawa and tadaoki hosokawa , who were his relatives through marriage , showed a stance to maintain a neutral position by shaving their heads on june 3 to express their claimed intention of ' taking to mourning . ' on the other hand junkei tsutsui , who had agreed to join mitsuhide 's camp and sent troops to yamashiro , turned his coat to hideyoshi side in strict secrecy , and on june 9 began preparations for holing up in koriyama-jo castle ( in yamato province ) . mitsuhide , accompanied by his second son , came over to horaga toge ( horaga pass ) , but there was no possibility for junkei to come ( this episode was dramatized into a story that ' junkei tsutsui took a wait-and-see attitude at horaga pass , ' which became the origin of the japanese colloquial expression ' taking a horaga toge attitude ' meaning opportunism , but as stated above , junkei in fact did not come to horaga pass . in the meantime , hearing on june 10 of hideyoshi 's approach , mitsuhide hurried to repair yodo-jo castle and shoryuji-jo castle , and pulled back his forces taking up their position on mt . otokoyama . thus , mitsuhide had to enter into a showdown , still unable to fully establish a defense setup against the unexpectedly fast advance of hideyoshi 's troops . the two camps confronted each other from about june 12 with the enmyoji-gawa river between them ; on the night before , takayama 's corps had occupied yamazaki hamlets . also , yoshitaka kuroda , hidenaga hashiba and masaharu mikoda took up their positions on mt . tennozan ( 270 m high ) . hideyoshi 's headquarters was set up at hoshaku-ji temple behind the mountain at its foot . the confrontation continued into june 13 ( allegedly a rainy day ) , when nakagawa 's corps crossed the foot of mt . tennozan to take up a position beside takayama 's . sadaoki ise 's corps , positioned to the right of toshimitsu saito 's , attacked nakagawa 's in transit , and in return saito 's staged a fierce raid on takayama 's . nakagawa 's and takayama 's corps had already begun to break down , and hideyoshi sent out from his own troops hidemasa hori 's corps to back up nakagawa 's and takayama 's to prevent their collapse . kuroda 's , hidenaga 's and mikoda 's corps , positioned on mt . tennozan , fought against the corps of masachika matsuda and of yasuie namikawa having approached nakagawa 's and takayama 's on the flank , and a seesaw match ensued . the tide of the battle changed significantly when the units under the direct command of tsuneoki ikeda , motosuke ikeda and mitsuyasu kato positioned along the yodo-gawa river crossed the enmyoji-gawa river unnoticed and made a surprise attack on nobuharu tsuda . attacked on three sides , tsuda 's corps collapsed , partly because the petty soldiers ran away . furthermore , as if to follow ikeda 's corps , niwa 's and nobutaka 's staged an all-out attack and assaulted the flank of mitsuhide 's core unit . acting in concert , nakagawa 's and takayama 's corps so far fighting an uphill battle forced back akechi 's troops , who then broke into a stampede . kaneaki mimaki , after sending a messenger to mitsuhide to urge him , ' please pull out while i am fighting to death , ' was drowned in the vast crowd of hashiba 's forces . mitsuhide was obliged to retreat to shoryuji-jo castle to the rear of the battle front . however , as his soldiers deserted one after another , mitsuhide secretly left shoryuji-jo castle and tried to retreat to sakamoto-jo castle ( otsu city ) where he had been based , but on his way he came across native villagers hunting fleeing soldiers of the enemy in a yabu ( bamboo grove ) at ogurisu ( in today 's fushimi ward , kyoto city ) ( the grove is now called ' akechi yabu ' ) and , though he managed to survive the ambush , is said to have committed jijin , seconded by one of his vassals . this is what is known today as mikka tenka ( literally " three-day rule " ) ( though his rule was in fact 11 days long ) . after that , hashiba 's forces sent hidemasa to intercept the traffic to omi and search for mitsuhide , and hori 's corps on june 14 met and defeated hidemitsu akechi 's corps , having been hurriedly dispatched to back up mitsuhide , at uchide no hama ( uchide beach ) ( in otsu city ) . hidemitsu , having lost more than 300 soldiers and put to rout , hidemitsu killed mitsuhide 's wife and child after presenting the akechi family 's treasures to the enemy at sakamoto-jo castle , and committed jijin together with shigetomo mizoo and mitsutada akechi . as nakagawa 's and takayama 's corps went to kameyama-jo castle ( in tanba province ) , forced mitsuyoshi akechi to commit jijin , and then occupied the castle , the akechi family became extinct except for its priest members . on june 16 , norikata tsumaki of nagahama-jo castle ( in omi province ) , yukishige araki of sawayama-jo castle , sadayuki atsuji of yamamotoyama-jo castle and kataie yamazaki either ran away or surrendered , and omi was subjugated as a result . on june 17 , toshimitsu saito was captured at katata ( katata , otsu city ) , and crucified on rokujogawara ( rokujo-gawa river beach ) . as a result of winning this battle to avenge nobunaga 's death , hideyoshi claimed his position as the leading candidate for the succession of nobunaga 's position through the meeting at kiyosu-jo castle and on other occasions , and began to proceed his way toward assuming political leadership of the whole nation . on july 19 , after the kiyosu meeting , motoaki takeda , the last surviving military leader on mitsuhide 's side , was attacked by nagahide committed jijin , and takatsugu kyogoku surrendered , presenting his younger ( elder according to some historians ) sister tatsuko kyogoku to hideyoshi . mitsuhide 's defeat is attributed to his inability to sufficiently equip himself for engaging the enemy on account of an unexpectedly small size of the mobilized troops and the circumstances which obliged his troops in the form of defending yamazaki which was a key transit point from kyoto to western provinces . yet , the akechi camp well demonstrated the high capacity of its chain of command , and the number of war deaths is said to have been greater in the winning hashiba camp ( more than 3,300 on the hashiba side against somewhat over 3,000 on the akechi side ) . on mt . tennozan , there remains ' hideyoshi hata-tate no matsu ' ( pine tree on which hideyoshi flew his flag ) . hashiba 's troops ( about 36,500 ) ukon takayama and shigekore kimura 's : 2,000 kiyohide nakagawa 's : 2,500 tsuneoki ikeda , motosuke ikeda and mitsuyasu kato 's : 5,000 nagahide niwa 's : 3,000 ( some historians count this figure into hideyoshi 's core troops ) nobutaka oda 's : 4,000 ( some historians count this figure together with hideyoshi 's core troops ) hideyoshi 's core troops ( including those of masakatsu hachisuka , hidemasa hori , kazuuji nakamura , yoshiharu horio , hidenaga hashiba , kanbei kuroda , masaharu mikoda and yoritaka hachiya ) : 20,000 hideyoshi 's core troops also included forces of other leaders including kiyomasa kato , masanori fukushima , yoshitsugu otani , katsutoyo yamauchi , nagamori mashita , hidehisa sengoku and yoshimasa tanaka as choku banshu ( literally " immediate guards " ) . akechi 's troops ( about 16,000 ) toshimitsu saito and katsusada shibata 's : 2,000 sadayuki atsuji and shigetomo akechi 's : 3,000 masachika matsuda and kamon namikawa 's : 2,000 sadaoki ise , katsubee mizoo , morinao suwa and kaneaki mimaki 's : 2,000 nobuharu tsuda 's : 2,000 mitsuhide 's core troops : 5,000 suketada ogawa , among others , was also on mitsuhide 's side . katsuie shibata : leaving anti-uesugi maneuvers to toshiie maeda , narimasa sassa and others , he headed for kyoto , but when he reached hokurikudo on the border of omi and echizen provinces , he learned of the outbreak of the battle , and went straight on to kiyosu-jo castle . kazumasu takigawa : informed of the incident by ujimasa hojo and of the declaration that ' hojo will not intervene , ' but kazumasu noticed that it was a trick , eventually running into a fight with the hojo troops ( battle of the kanna-gawa river ) . after the defeat in the second battle , he returned to his province ise from usui pass in july . he was unable to take part in the kiyosu meeting , and his later life was one of consistent downfall . ieyasu tokugawa : he left his okazaki-jo castle to join the battle against mitsuhide by way of so-called shinkun iga-goe ( literary " divine lord going over iga " ) , but when he reached the area of today 's midori ward ( nagoya city ) ( or atsuta ward according to some other historians ; tadatsugu sakai had advanced as far as to kita ise ( north ise ) ) , he learned of the battle and reversed the direction of his expedition . after that , intending to make now no man 's land kai and shinano provinces his territories , tokugawa fought hojo , also eager to win kai and shinano , in battle of tenshojingo . +insei refers to a form of government in which the retired emperor ( joko ) , who is the direct ancestor of the current emperor , directly conducts the affairs of state . because the joko was called ' in , ' this form of government is referred to as ' insei . ' the joko who proclaimed insei was also called chiten-no-kimi ( a sovereign who ruled the world ) . the term " insei " is used to mean that an emperor or empress abdicates in favor of his or her son or daughter ( or grandchild ) and then acts as a guardian to the new young emperor or empress . the practice of insei could be seen during the reins of empress jito , empress gensho , and emperor shomu , for example . because imperial succession was unstable at that time ( ohe-sei ( 大兄制 ) ) , it is considered to be a system whereby the emperor abdicated so as to pass the throne to the prince of his ( her ) choice . even during the heian period this was seen in emperor saga , emperor uda , emperor enyu , etc . ( as described later ) . under the system of centralized administration established with the ritsuryo legal codes , the joko was considered as having authority equivalent to that of the emperor , so even such an irregular form of government was possible within the framework of the system . such an emperor would occasionally participate in governing the nation even after abdication , on the grounds that he , as ' the head of the imperial family , ' was overseeing the young emperor . however , the political structure and financial / military support at that time were insufficient to maintain such a situation , and because many emperors were young and short-lived in the middle of the heian period , there was no joko with the energy and health needed to exercise sufficient authority ; consequently , this structure by which authority was exercised by the emperor 's father gradually declined and was eventually replaced by a system called sekkan seiji ( 摂関政治 ) , in which a member of the northern house of the fujiwara clan exercised rights and performed duties in place of the emperor , became widespread . however , when emperor gosanjo succeeded to the throne in 1068 , the situation changed dramatically . throughout the heian period , the stabilization of imperial succession was considered to be a major political issue , and in the drive to unite the line of emperors to the descendants of emperor ichijo , emperor gosanjo succeeded to the throne . gosanjo was the first emperor in 170 years whose cognates were not from the northern house of the fujiwara clan ( sekkan-ke ( 摂関家 ) ) , and this was another sign that sekkan seiji , the authority of which was based on the position as being conducted by cognates of the emperor , was beginning to waver . many emperors prior to emperor gosanjo also planned and implemented a series of policies called ' new policies , ' being intended for establishment of sovereignty and the revival of ritsuryo legal codes , which they enacted immediately after succeeding to the throne ; but emperor gosanjo conducted active policies , including enkyu-no shoen seiri-rei ( an order given in the enkyu era to consolidate manors ) ( in 1069 ) , supported by his advantage of not having sekkan-ke as his cognates . in 1072 , emperor gosanjo abdicated in favor of his first son , imperial prince sadahito ( emperor shirakawa ) , but died immediately thereafter of an illness . because jien asserted that emperor gosanjo at that time was intent upon initiating insei ( " gukansho " ) , chikafusa kitabatake ( " jinno-shoto-ki " ) , hakuseki arai ( " tokushiyoron " ) , katsumi kuroita , hiroyuki miura , etc . , also supported such an assumption ; however , there were different views , such as that of hidematsu wada , who asserted that the initiation of insei was not intended due to three reasons--disasters / accidents , gosanjo 's illness and imperial prince sanehito 's assumption of the position as the crown prince--which reasons were limited only to illness by kiyoshi hiraizumi . in recent years , shigeki yoshimura has been asserted on the grounds that there was no sharp rise in disasters / accidents at that time , and gosanjo 's illness ( assumed to be diabetes ) became significantly worse only after his abdication , and that this was intended for the expansion of sovereignty by having imperial prince sanehito , who did not have sekkan-ke as cognates , succeed to the throne , thereby preventing the return to sekkan seiji ; however , there was no intention to start insei , and consequently such a view has become accepted . there are also such opinions as that of kei mikawa , who considered that the initial purpose of insei was to control the right to decide who would succeed the throne ; this view places importance on the fact that the expansion of sovereignty was intended . on the other hand , the view that insei started before the reign of emperor gosanjo has become more prevalent in recent years , since it is increasingly apparent that emperor uda conducted virtual insei after he abdicated to emperor daigo to become hoo ( 法皇 ) as the result of the new emperor 's illness , and based on the view that emperor enyu was opposed to kaneie fujiwara , a regent and his maternal grandfather , since enyu tried to participate in political affairs after his abdication and succession of the throne by his son , emperor ichijo . shirakawa , the emperor who followed , was related to sekkan-ke on his mother 's side , but he conducted direct government in a manner similar to that of gosanjo . in 1086 , shirakawa abdicated to imperial prince taruhito ( emperor horikawa ) , who was then eight years old ; he named himself shirakawa-in and became dajo emperor ( joko ) , but to oversee the young emperor he continued the conduct of political affairs . this is generally regarded as the start of insei . when horikawa died in 1107 , his prince ( emperor toba ) succeeded the throne at age four ; and shirakawa succeeded in strengthening insei relative to the era of horikawa , where some originality in government by the emperor was seen . from shirakawa onward , the jokos who conducted insei reigned as if they were chiten-no-kimi , being virtual emperors , while the actual emperors were described as being ' as if they were the crown princes . ' in the beginning , shirakawa did not intend to institute the insei system , but it was established nevertheless . the primary intention of shirakawa was to stabilize the imperial succession ( or the exclusive succession by his own blood ) . although his younger brothers , imperial prince sanehito and imperial prince sukehito , were strong candidates for the imperial succession , he passed the throne to his son imperial prince taruhito , so that his younger brothers ( and the nobles supporting them ) would give up their hopes for the throne . although imperial succession by direct descendants was ideal , a male successor to the throne was not always assured , and at all times there was the risk that the line of succession could be severed . on the other hand , when many princes were candidates to the throne , it meant endless disputes regarding the imperial succession . under the insei system , as the ' chiten-no-kimi ' was able to nominate his immediate and subsequent successors to the throne , a relatively stable imperial succession was possible ; moreover , it was possible to reflect the intention of the ' chiten-no-kimi ' in the imperial succession . this is markedly different from the case of sekkan seiji , where the intention of sekkan-ke was strongly reflected in the imperial succession . because insei was based on direct paternal rights , contrary to the sekkan government , whereby the regents / kampakus conducted political affairs through their ties as cognates of the emperor , insei facilitated a despotic form of government . the jokos who conducted insei established incho ( 院庁 ) as their own political office and therefore issued written orders such as inzen ( 院宣 ) / in-no-cho kudashibumi ( 院庁下文 ) , etc . earlier theories asserted that political affairs were in fact conducted at incho , but shigeo suzuki asserted that no details regarding national government could be seen in the documents issued by incho at that time , and yoshihiko hashimoto , based on this fact , strongly criticized the view that political affairs were conducted at incho ; consequently , in recent years it has become the prevalent view that the in put pressure on the imperial court by using inzen , which had the aspect of a non-official document , and that by placing his aides in positions of general council of state he took virtual control of the government . such aides of the in succeeded in their careers through their individual relationships as aides serving under the joko , and thereby increased their power . also , as the joko appointed samurai powers , mainly to the hei-shi clan , such as by establishing the joko 's own military organization , hokumen-no bushi ( 北面の武士 ) , the power of the hei-shi clan increased . therefore , in some cases the commencement of insei by shirakawa is considered to be the start of the medieval age . shirakawa died after placing toba 's first prince ( emperor sutoku ) on the throne , and toba started to conduct insei , but toba turned a cold shoulder to sutoku and had him succeed the imperial throne to toba 's ninth prince , emperor konoe ( whose mother was fujiwara no nariko ) ( after konoe 's death , his elder brother , emperor goshirakawa , whose mother was fujiwara no shoshi , succeeded to the throne ) . subsequently , immediately after toba died in 1156 , war broke out between sutoku and goshirakawa , and goshirakawa won ( in the hogen rebellion ) . goshirakawa , after abdicating in favor of emperor nijo in 1158 , established insei . the period of insei by goshirakawa was the age in which the samurai quickly rose to power , as can be seen in the heiji rebellion , the entry and fall of the government by taira no kiyomori , the occurrence of jisho jyuei rebellion and the establishment of kamakura bakufu by minamoto no yoritomo , etc . after goshirakawa , his grandson , emperor gotoba , conducted insei . gotoba-in tried to seize the opportunity of the assassination of shogun minamoto no sanetomo , seeking to revive the imperial power and overthrow kamakura bakufu , but he failed ( the jokyu rebellion ) ; instead he was banished , and this brought about the weakening of imperial power and intervention in the imperial court by the regent hojo clan . upon emperor gohorikawa 's succession to the throne after the rebellion , his father , imperial prince morisada , conducted insei without in fact becoming the emperor ( gotakakura-in ) . insei continued during and after the jokyu rebellion , during which it functioned as the core of a system of government led by the court nobles . particularly , during the age of emperor gosaga , who conducted the first full-scale insei after the rebellion , various systems of insei were organized . gosaga-in strengthened the function of insei by formalizing the system of delivery , which was a position for the delivery of reports from benkan ( 弁官 ) and kurodo ( 蔵人 ) to the emperor , and by establishing in-no-hyojo , where the in , together with hyojo-shu , participated in decision / permission regarding lawsuits . during the kenmu restoration , emperor godaigo conducted direct government and insei was discontinued for a certain period , but after a few years insei was revived by hokucho ( 北朝 ) and continued after the start of the muromachi period ; however , when emperor gokomatsu died in 1433 , insei virtually ended . consequently , insei has been conducted from time to time since then , but it has been in form only . insei in the edo period during the edo period , based on " kinchu narabini kuge shohatto ( 禁中並公家諸法度 ) , " edo bakufu began to intervene significantly in the imperial court , and as a result it became nearly impossible for a member of the imperial family to participate in political affairs . the system was established when emperor meisho , whose cognates were the tokugawa clan , succeeded to the throne , but as insei by emperor gomizunoo was conducted during the reign of meisho , meisho never had actual power in the imperial court ; instead , the actual power of the court was concentrated in emperor gomizunoo . subsequently , when emperor reigen conducted insei , discord arose continually with edo bakufu , and the relationship with edo bakufu became tense . as a result , edo bakufu had no choice but to tolerate the existence of insei . because insei was outside the legal framework of the imperial court from its establishment , it could not be controlled by " kinchu narabini kuge shohatto " ; thus it became apparent that there was a limit to how far the edo bakufu could control the imperial court . at the end of the edo period , emperor kokaku , who was from kanin-no-miya ( 閑院宮 ) , abdicated to his son , emperor ninko , and conducted insei , which is currently considered to be the last occurrence of insei . insei is virtually prohibited in modern japan . in article 10 of the imperial household law ( enacted in 1889 ) , it was specified that , ' upon the demise of the emperor , his heir will succeed to the throne and to the sacred treasures ' ; this prohibited abdication by the emperor will still alive , and the succession of the imperial throne was therefore only allowed upon the emperor 's death . this resulted in the denial of the existence of a joko , upon which insei is premised . in the current imperial household law , enacted in 1947 following the defeat in world war ii , article 4 sets forth that , ' upon the death of the emperor , his heir shall immediately succeed to the throne ' ; that the position as emperor is for a lifetime and can only be succeeded upon the emperor 's death . furthermore , article 2 set forth the order of succession to the imperial throne , and article 3 set forth with respect to any change in such order ; thus it became impossible for the emperor to name an heir at his own will . the political system where a person who abdicates the throne conducts virtual political affairs is extremely rare as a permanent system in world history , and basically the only similar case is that of the tran dynasty of vietnam . the word " insei " is also used in modern japan . it is a simile for the condition where , although the head of an organization leaves his position , he still continues to exercise decisive influence over executives . it is often used to describe the status of national government or business management . in politics , a case where a prime minister has had no choice but to resign due to a scandal , etc . , but retains the strongest influence within the ruling party , is referred to as ' insei . ' for example , the sosuke uno government and toshiki kaifu government , which were established after the resignation of noboru takeshita , were once referred to as ' takeshita insei ' ( although it is not clear whether this is a fact ) . in modern japan , ' insei ' is used to mean the subject person assumes a position that nominally does not have actual power , primarily for the purpose of exercising virtual power , thereby avoiding legal / moral responsibilities accompanying the exercise of power ; it differs in essence from insei in its historical connotation . also , similar situations in companies or groups are sometimes described as insei , but in such cases the further strengthening of power is sought by deciding on a loyal right-hand man or a relative as one 's successor . +the azuchi momoyama period ( 1568 - 1603 ) is one of the age classifications in japan , referring to the period in which nobunaga oda and hideyoshi toyotomi held the right to rule japan ( oda government , toyotomi government ) . this period is also referred to as the shokuho ( 織豊 ) period or the azuchi osaka period . also , because the name of the era used for most of the azuchi momoyama period was tensho ( 天正 ) , it is sometimes referred to as the tensho period . the name given to this period is based on the name of the castle where nobunaga oda resided , azuchi-jo castle , and the name of the castle where hideyoshi toyotomi resided , momoyama-jo castle ( also known as fushimi-jo castle ) . particularly , the latter half of this period , when the toyotomi family tried to control the entire country , is referred to as the momoyama period , and the culture that flourished in this age is called the momoyama culture . however , the name of momoyama ( meaning peach mountain ) was taken from the fact that peach trees were grown on the site of fushimi-jo castle , which was destroyed in the edo period , which indicates that a castle called momoyama-jo castle existed . therefore , if we are to respect the historical background , the " fushimi period " will be a more appropriate name , but in the first place azuchi-jo castle existed only for slightly more than three years after its completion , and in the case of fushimi-jo castle ( mt . kohata ) , hideyoshi died just two years after its completion ; consequently , the time both rulers stayed within the respective castles was short , and thus some assert that the use of the name of the castles to symbolize the period is not appropriate . because of such reasons , the name of shokuho period is also spreading in recent years , and some suggest the names of azuchi osaka period or tensho period . there are several opinions regarding the start and end of the azuchi momoyama period . as for the start , a strong view is that the period started in 1568 when nobunaga oda obeyed yoshiaki ashikaga and arrived in kyoto , but others assert that it was in 1573 , when yoshiaki was banished from kyoto , or 1576 , when the construction of azuchi-jo castle started . regarding the end , there are such views as it was in 1598 , when hideyoshi toyotomi died , or in 1600 when ieyasu tokugawa won the battle of sekigahara , or in 1603 when ieyasu established the edo bakufu , etc . in any case , it is a matter of where to divide ' the period of oda / toyotomi , ' but the definition of this period has become complicated because it overlaps the muromachi period and the age of civil war ( japan ) . among the daimyos of the age of civil war , nobunaga oda 's powers gradually became extremely strong , and by obeying yoshiaki ashikaga and arriving in kyoto , government by nobunaga began . when he exiled yoshiaki ashikaga from kyoto in 1573 , muromachi bakufu virtually collapsed , and the oda government was established in name and reality . furthermore , the start of construction of azuchi-jo castle in 1576 announced to the world that the trend toward tenka fubu ( 天下布武 ) was gradually becoming a fact . in such an environment , a new culture was starting to bloom ; it was centered on kyoto , which was regaining peace through control by nobunaga . subsequently , nobunaga further expanded his power and eventually controlled central japan ; however , in 1582 , when it seemed he was very close to unifying japan , he was defeated in the honnoji incident . upon the occurrence of the honnoji incident , hideyoshi hashiba arrived in kyoto before anyone else and defeated the leader , mitsuhide akechi , in the battle of yamazaki . consequently , hideyoshi seized leadership within the oda government and strengthened his position as nobunaga 's successor through the kiyosu meeting and the battle of shizugatake ; then , in 1583 , he started the construction of osaka-jo castle . hideyoshi was in 1586 appointed as grand minister of state and chief adviser to the emperor , and was given the surname toyotomi by the emperor ; in 1590 he unified japan and endeavored to stabilize his government by conducting land surveys and sword hunts throughout the country . also , in 1592 he conducted the bunroku-keicho war , seeking to conquer ming , but the situation reached a deadlock in korea , which was supposed to be the only route through to ming . on the other hand , peace came to japan as the result of unification ; various daimyos endeavored to manage their countries , and cities in various parts of japan prospered . hideyoshi based his activities in kyoto and directly and aggressively engaged in cultural activities such as tea ceremony , etc . in addition to the above , through contact with different cultures via trade with spain and portugal , the spread of manufacturing techniques of korean pottery , etc . , culture entered a new era and came to be referred to as the " momoyama culture . " when hideyoshi died in 1598 , ieyasu tokugawa , who was the leader of the council of five elders ( 五大老 ) , started to distinguish himself and took the lead in negotiations for peace through the withdrawal of the army , which had advanced into korea ; subsequently , he became the person who virtually controlled the government . anti-ieyasu powers led by mitsunari ishida opposed such moves by ieyasu , resulting in the battle of sekigahara in 1600 , which divided the entire country into two parties . ieyasu , who won the war , strengthened the base of his government and was appointed by the emperor as seii taishogun ( literally , " great general who subdues the barbarians " ) in 1603 . with this the azuchi momoyama period ended completely , and an unprecedented age of peace--the edo period--was born . nobunaga oda obeyed yoshiaki ashikaga and arrived in kyoto ( in 1568 ) . the fall of muromachi bakufu ( 1573 ) the battle of nagashino ( 1575 ) nobunaga oda constructed azuchi-jo castle ( 1576 ) . nobunaga oda forced kennyo ( 顕如 ) to surrender and concluded the war with ishiyama honganji temple ( 石山本願寺 ) ( ishiyama war ( 1570 – 1580 ) ) . the honnoji incident ( 1582 ) = > the battle of yamazaki : treason by mitsuhide akechi ended in a relatively short-lived rule . the kiyosu meeting ( 1582 ) = > the battle of shizugatake ( 1583 ) : in the fight for the position as nobunaga oda 's successor , katsuie shibata , who was the top senior retainer , was at enmity with hideyoshi toyotomi . hideyoshi hashiba won , and the defeated katsuie shibata committed suicide . hideyoshi hashiba constructed osaka-jo castle on the site of ishiyama honganji temple ( 1583 ) . the battle of komaki nagakute ( 小牧 ・ 長久手の戦い ) ( 1584 ) : a war between hideyoshi hashiba and nobukatsu oda , ieyasu tokugawa = > made peace hideyoshi hashiba assumed the name of the fujiwara clan and became chief adviser to the emperor . in the same year ( 1585 ) , shikoku was suppressed . hideyoshi hashiba was granted the surname toyotomi by the emperor , and became the grand minister of state ( 1586 ) . kyushu was suppressed ( 1587 ) = > after conquering kyushu , he issued the order to expel christian priests ( 伴天連追放令 ) from hakata . after the siege of odawara , the go-hojo clan surrendered to hideyoshi toyotomi , and japan was unified ( 1590 ) . bunroku-keicho war ( 1592 – 1598 ) hideyoshi toyotomi died ( in 1598 ) . the battle of sekigahara ( 1600 ) ieyasu tokugawa assumed the position of seii taishogun ( in 1603 ) . in the azuchi momoyama period , newly emerging merchants who were considered wealthy merchants rose in power , and a tendency toward a luxurious and large-scale culture emerged , supported by their wealth . also , as a result of nobunaga 's policies , the power exercised by the buddhists weakened at the center of the country . fewer works based on buddhist themes were produced , with newer works focusing more on human beings and prepared in a more modern style . the tea ceremony became popular , and accordingly fine utensils imported from tang were prized ; on the other hand , wabi-cha ( わび茶 ) also developed as a resistance to such a tendency . sometimes , utensils for the tea ceremony were given by a daimyo to his vassal as a prize , or the tea ceremony affected political events by serving to strengthen the ties between the samurai and the merchants . one should remember the impact of european culture , which had occurred through trade with spain and portugal since the arrival in japan of francisco xavier in 1549 . it is significant that japan had the first contact with western culture ( formally , without china , etc . , acting as an intermediary ) , although it was still small in scale . painters of the kano school were directly connected with nobunaga oda , hideyoshi toyotomi , and other powers of the time . they represented the central power in artistic circles . pictures on partitions ( fusuma-e ) : were painted on the partitions and folding screens in castles . dami-e paintings were done in blue and green against a background of gold foil . they were characterized by rich colors and strong lines , and grand composition . ink and wash paintings depicting customs major painters and their masterpieces dami-e paintings eitoku kano ( 狩野永徳 ) : the huge folding screens of " the lions " ( karajishi-zu byobu ) sanraku kano ( 狩野山楽 ) : botan-zu ( 牡丹図 ) , shouou-zu ( 松鷹図 ) ink and wash tohaku hasegawa ( 長谷川等伯 ) : chishakuin temple , fusuma-e : maple tree , chishakuin temple ; fusuma-e : cherry blossom , shorinzu byobu ( 松林図屏風 ) yusho kaiho : sansuizu byobu ( 山水図屏風 ) paintings depicting customs eitoku kano : rakuchu rakugai screens nanban byobu ( 南蛮屏風 ) kodai-ji makie ( 高台寺蒔絵 ) raku ware oribe ware the manufacturing techniques of korean pottery originated when many daimyos from western japan , who had participated in the bunroku-keicho war together with hideyoshi toyotomi , brought korean potters with them to their own land and had the potters make the pottery . these mainly include the following : arita ware was made around arita-cho , in saga prefecture . it originated with the potters brought back by naoshige nabeshima . hagi ware was made around hagi city , in yamaguchi prefecture . it originated with the potters who had been brought back to japan by terumoto mori . satsuma ware was made around kagoshima prefecture . it originated with the potters brought back by yoshihiro shimazu . agano ( 上野 ) ware was made in fukuchi-machi , tagawa-gun , in fukuoka prefecture . it originated with the pottery made by korean potters who became vassals of tadaoki hosokawa , when the latter became the daimyo of the kokura clan . takatori ware was made in nogata city , fukuoka prefecture and in fukuoka city . there are the type printing by wood block , which was prepared by transferring the know-how of korean technicians upon the dispatch of troops to korea , and the western type printing , which was introduced by valignano , from the society of jesus . keicho chokuhan ( 慶長勅版 ) : printed upon the order of emperor goyosei christian-ban ( amakusa-ban ) : ' amakusa-ban heike monogatari ( 天草版平家物語 ) , ' ' amakusa-ban isoho monogatari ( 天草版伊曽保物語 ) , ' ' guia do pecador , ' ' vocabulario da lingoa de iapam ( 日葡辞書 ) ' wabi-cha sen no rikyu ( 千利休 ) daimyo-cha ( 大名茶 ) kowaka-mai ( 幸若舞 ) okuni kabuki ( kabuki dance ) : performed by izumo no okuni ( 出雲阿国 ) the origin of kabuki joruri ryutatsu-bushi ( 隆達節 ) they were referred to as shokuho-type castles , stone walls made from piled-up field stones ( 野面積み石垣 ) were starting to be used , and generally castles with castle towers were constructed . inuyama-jo castle : existing ( national treasure ) azuchi-jo castle : burned down after the honnoji incident . matsumoto-jo castle : existing ( a national treasure ) osaka-jo castle : burned in the siege of osaka ; the existing ruins date to the edo period maruoka-jo castle : existing ( important cultural property of japan ) fushimi-jo castle : destroyed after the battle of sekigahara jurakudai ( 聚楽第 ) : destroyed upon the downfall of hidetsugu toyotomi . daitoku-ji karamon gate ( 大徳寺唐門 ) and hiunkaku at nishi-honganji temple remain as ruins . sawayama-jo castle takeda-jo castle nagoya-jo castle wa-jo castle ( 倭城 ) urusan-jo castle sosenpo-jo castle ( 西生浦城 ) junten-jo castle ( 順天城 ) tea room myokian taian ( 妙喜庵待庵 ) shoin ( 書院 ) and garden daigoji temple sampoin omote-shoin ( 醍醐寺三宝院表書院 ) and garden +the tobaku movement refers to the political movement at the end of the edo period , which aimed to overthrow edo bakufu as well as the political power structure . in a narrow sense , it refers to the tobaku movement that aimed at an overthrow through the exercise of military power , but in a broad sense the meaning includes political maneuvers targeting the transfer of political power without military conflict . nowadays , the movements led by emperor godaigo at the end of the kamakura period , as intended to overthrow kamakura bakufu ( the shochu incident or the genko incident ) , are also sometimes referred to as the tobaku movement . during the edo period the study of japanese literature and culture ( particularly the study of japanese classic literature ) flourished , and many foreign vessels came to japan ; when matthew calbraith perry of the united states and evfimiy vasil 'evich putyatin of russia came to japan and requested trade , bakufu requested permission by the imperial court , whereupon the traditional authority of the emperor and the imperial court were revived . when bakufu executed trade agreements with various countries and opened the country to foreign trade and diplomatic relations , activists outside of government , who were under the influence of mito-gaku , built up the argument of tobaku against bakufu , which , for reasons that were superficial , did not carry out the expulsion of foreigners . bakufu approached the authority of the imperial court and conducted kobu-gattai ( 公武合体 ) policies targeting the re-establishment of their power , but the sonno joi ( 尊王攘夷 ) faction , including the court nobles tomomi iwakura , takamori saigo ( kichinosuke ) , toshimichi okubo , tatewaki komatsu of the satsuma clan , kogoro katsura ( takayoshi kido ) and saneomi hirosawa of the choshu clan , plotted the acceptance of restoration of imperial rule and tobaku by military power . the choshu clan toppled to become chouteki ( 朝敵 ) , but after the death of emperor komei , who belonged to the sect that sought the expulsion of foreigners , satsuma and choshu concluded the saccho coalition ( 薩長同盟 ) , and the fifteenth shogun , yoshinobu tokugawa , seeking the establishment of the kougi government , conducted the restoration of imperial rule ; however , the meiji government was established through the acceptance of restoration of imperial rule ( japan ) , and upon the defeat of the former bakufu army in the battle of toba fushimi , the order to hunt down yoshinobu tokugawa was released , and even though the bakufu structure was legally extinguished , the tobaku movement through military power became active . the course to tobaku in the age of imperialism , the great powers of europe and the united states started to advance into and occupy east asia . the opium war broke out between britain and china , and the island of hong kong was taken by the british . in japan , meanwhile , ships from various countries were arriving at its ports seeking to establish trade relations , as a result of which friction and disputes started to occur . examples of this include the arrival of adam kirillovich laksman ( in 1792 ) , the phaeton incident ( in 1808 ) , and the golovnin incident ( in 1811 ) . the feeling that they did not want to have the peaceful world of edo ( society under a system of national isolation ) was disturbing and disruptive , and ultimately it led to the movement for the expulsion of foreigners . as is the general course for all persons / powers in charge of the government in any age , edo bakufu , which had shown the overwhelming military power symbolized by the black ships , chose to open the country to the world as a practical solution . the imperial court indicated the intention to expel foreigners . there is no common view as to whether or not emperor komei agreed to the above . during the latter half of the edo period , the idea of " original way of thinking by japanese people prior to the introduction of foreign religions " arose in the studies of japanese literature and culture , which emphasized japanese classical literature . this was probably a result of the social feeling or atmosphere , as indicated by words of warning by the priest ryokan , who ' preferred to use the words of tang . ' the " originality of japanese people , " which was pursued by this idea , eventually led to the emperor , and with increasing pressure from foreign countries the feeling for sonno joi also intensified . the focus of government was transferred to kyoto . upon the visit to kyoto by the fourteenth shogun iemochi , roshi-gumi ( 浪士組 ) was established , over concerns of diminished security in kyoto . of the roshi-gumi , those who remained in kyoto established shinsen-gumi . ( eventually they played a role similar to that of military police . ) bakufu could not ignore the imperial court 's request for the expulsion of foreigners , and superficially it ordered various clans to conduct the above . the satsuma clan entered into the anglo-satsuma war , and the choshu clan conducted the shimonoseki war , both of which ended in total defeat . the satsuma clan concluded , from the anglo-satsuma war , that the expulsion of foreigners was impossible ; thus it changed its opinion to one in favor of opening the country , and endeavored to strengthen the clan and acquire advanced technology . after the shimonoseki war , the choshu clan maintained its opinion on the expulsion of foreigners , based on the idea of sonno ; however , when emperor komei permitted the treaty of amity and commerce between the united states and japan in 1865 , sonno and the expulsion of foreigners could no longer be connected , and those advocating the expulsion of foreigners lost their power . with ryoma sakamoto of the tosa clan acting as an intermediary , the satsuma and choshu clans reconciled and concluded a secret agreement for tobaku . subsequently , various clans in western japan gathered together with the powers seeking tobaku . despite the fact that during a certain period of time the choshu clan showed the attitude of ' obedience to bakufu ' as the result of activities by zokuron-to ( 俗論党 ) , before and after such period they were also anti-bakufu . as for the satsuma clan / tosa clan , while they initially targeted a meeting by various daimyos headed by the tokugawa clan , at a certain point they turned their back on bakufu and joined hands with their former enemy , the choshu clan . on october 14 , 1867 the imperial court gave a secret tobaku order to satsuma / choshu ( but some believe this order was a work of forgery ) . nevertheless , through such facts as the advice / efforts of toyoshige yamauchi , the feudal lord of the tosa clan , yoshinobu tokugawa , conducted the restoration to imperial rule on the same day that such order was given . it is ironic that the battle of sekigahara in 1600 , which was decisive in the establishment of edo bakufu by ieyasu tokugawa , left many lessons to various daimyos over a period of more than 200 years , which led to the tobaku movement .. the cases of the satsuma , choshu and tosa clans , who played the leading role in tobaku , should be noted . it is said that the shimazu clan sided with the western army because it lacked the ability to gather information . the shimazu clan at that time lacked sufficient knowledge regarding the situation in the kyoto-osaka district , so it had no choice but to join the western army ; it was their regret over this decision that resulted in the satsuma clan starting to show signs of becoming an independent realm , placing spies in various regions and trying to strengthen its ability to collect information . any spies entering its territory were severely punished , even if they were related to bakufu , and thereby the clan endeavored to avoid the leakage of information , continued to accumulate foreign currency through secret trade with overseas countries , and acquired military power exceeding that of bakufu . the power thus strengthened was utilized in the tobaku movement that followed , and while the satsuma clan pretended to be pro-bakufu at all times it ended up secretly concluding the saccho coalition . in the case of the mori clan , despite its having taken a neutral position in the battle of sekigahara , its territory was reduced and hard feelings against the tokugawa family accumulated within the choshu clan . throughout the edo period , the choshu clan superficially existed as a normal clan that assumed an attitude of obedience toward bakufu ; however , it is said that with each new year it conducted a ceremony to confirm its hard feelings against bakufu ( although no decisive evidence exists ) . such hard feelings exploded at the end of edo period when a young man called shoin yoshida appeared . when yoshida was executed as a result of the ansei purge ( 安政の大獄 ) , the choshu clan started to clearly indicate its attitude of opposition to bakufu at all times , which resulted in the kinmon rebellion ( 禁門の変 ) , and twice they were punitively expedited by bakufu . in the meantime there occurred a coup d 'etat by zokuron-to , a pro-bakufu power , and opinions within the clan temporarily shifted to pro-bakufu ; but zokuron-to was defeated by kihei-tai ( 奇兵隊 ) led by shinsaku takasugi , and the opinion of the clan again shifted toward the tobaku movement . the choshu clan directly displayed its hard feelings toward the tokugawa family as a result of defeat in the battle of sekigahara . perhaps because of such directness , after the restoration yoshinobu tokugawa 's ill feelings against the choshu disappeared ; however , it is said that he had strong ill feelings against satsuma , which pretended to be pro-bakufu but ultimately moved over to the enemy ( " last shogun yoshinobu tokugawa ( 最後の将軍 徳川慶喜 ) , " " ryoma ga yuku ( 竜馬がゆく ) , " written by ryotaro shiba ) . in the case of the tosa clan , the battle of sekigahara ultimately resulted in many tragic events . before the war , tosa was under the rule of the chosokabe clan , but the clan was unfortunately subjected to the confiscation of its land as the result of the war , and tosa had to accept a new daimyo , kazutoyo yamauchi . however , kazutoyo was ordered by ieyasu tokugawa and hidetada tokugawa to exclude the vassals of the former lordship , the chosokabe clan . in accordance with such orders , the yamauchi clan tried to distinguish between the vassals of the chosokabe clan , who were called goshi ( 郷士 ) , and its own vassals , who were called joshi ( 上士 ) . subsequently , when the chosokabe clan was extinguished in the siege of osaka , the joshi continued to exercise severe discrimination against the goshi for more than 200 years . as the result of hard feelings against such treatment , talented people such as zuisan takechi , ryoma sakamoto and shintaro nakaoka appeared among the goshi , and their success effectively sped up the tobaku movement . however , for sakamoto and nakaoka the target of their hard feelings was not the tokugawa family but the bakuhan system , which had given birth to the discrimination between the joshi and goshi ; they conquered such feelings and cooperated with joshi such as shojiro goto , taisuke itagaki , etc . , and urged bakufu to restore imperial rule . however , most of the goshi who were active in the tobaku movement died violently without seeing the meiji restoration . goshi such as takechi , who was executed on false charges by the daimyo yodo yamauchi , numbered more than a few . as a result , the people who in fact conducted tobaku were not goshi who had been humbled by the tokugawa family after the battle of sekigahara but were instead joshi who had received overwhelmingly preferential treatment by the tokugawa family . the soldiers of the tosa clan fought well in the boshin civil war under the leadership of taisuke itagaki , and while ryoma sakamoto planned the restoration of imperial rule , it was carried out by yodo . also , people who were successful within the new meiji government were nearly all joshi , such as goto and itagaki . this was because of yodo 's attitude in which , although he oppressed kinno ( 勤皇 ) activists within his clan , he served the imperial court and at the same time took actions for the benefit of bakufu . as a result , although yodo 's name is listed among the bakumatsu-no-shikenko ( 幕末の四賢候 ) , he continued to defend bakufu even when the tobaku movement became active ; this brought about confusion in political conditions at the end of the edo period and the beginning of the meiji period , and his reputation declined . this was truly an irony of history , but it was also very logical , considering the fact that bakufu had placed yodo in a position as daimyo . +onin war , fought from 1467 till 1477 , was a civil war that broke out during the muromachi period when the ruling seii taishogun ( literally , " great general who subdues the barbarians " ) was yoshimasa ashikaga , the eighth person to hold this position . strife between katsumoto hosokawa , muromachi bakufu ( japanese feudal government headed by a shogun ) kanrei ( shogun 's deputy of the muromachi bakufu ) , and influential shugo daimyos ( military governors-turned-provincial lords ) including mochitoyo yamana ( later tonsured and renamed sozen yamana ) expanded nationwide except in some regions including kyushu , and thereby triggering the advent of the sengoku period ( period of warring states in japan ) . it is also called onin-bunmei no ran ( wars ) . in the muromachi bakufu , a system of shukuro government ( literally , " government by experienced senior officers " ) as a coalition of influential shugos ( military governors ) upholding the shogun ( reverentially addressed to as muromachi-dono ) had been established by generations of yoshimitsu ashikaga and yoshimochi ashikaga , by whose times the turmoil of the period of the northern and southern courts ( japan ) ( period in which two - north and south ) rivaling splits of the imperial family were fighting each other and revolts by influential shugo daimyos had been pacified . when sixth shogun yoshinori ashikaga , who had been selected for his office by lottery , but turned out to be a despotic ruler , was lured out and slain by mitsusuke akamatsu ( the kakitsu incident ) , the ruling power began to disintegrate . yoshinori 's legitimate son yoshikatsu ashikaga succeeded his father as the seventh shogun at the age of nine , but he died a sudden death in less than a year , and yoshimasa , yoshikatsu 's immediate younger brother inherited the shogun at the age of eight , supported by kanrei mochikuni hatakeyama and others . surrounded by mother shigeko hino and beloved concubine imamari no tsubone and strongly influenced by close aides including kasai vassal leader sadachika ise and shinzui kikei , yoshimasa grew into a capricious man of culture . as yoshimasa lacked dynamism to lead shugo daimyos and immersed himself solely in tea ceremony , gardening and sarugaku plays , the actual steering of the bakufu was in the hands of strongmen including katsumoto of the deputy family , sozen of one of shishoku ke ( four families appointed to deputy directorship of the board of retainers ) and yoshimasa 's legitimate wife tomiko hino . tired of successive doikki ( peasant uprisings ) and political confusion , yoshimasa had come to dream of retiring from the shogunate and living in seclusion . he became so heavily obsessed with this dream that he didn 't even do anything about the choroku-kansei famine . at the age of 29 , yoshimasa thought of retiring , transferring the position of shogun to his real younger brother yoshihiro , monzeki ( chief priest of a temple qualified to accept a member of the imperial family or of the nobility ) of jodoji temple , by reason of the absence of an inheriting son , born to either tomiko or the concubine . hearing about the offer of the position , yoshihiro , considering the young enough age of yoshimasa to have an inheriting son , firmly declined the proposal for voluntary transfer of the shogunate . on december 24 , 1464 , yoshihiro made up his mind to return to secular life as yoshimasa had even prepared a written oath " even if a son is born to me , i will make him become a buddhist priest and not allow him to succeed the headship of the family " and tried to persuade yoshihiro once again to inherit the office of shogun ; renaming himself yoshimi ashikaga , the younger brother decided to move to the imadegawa residence under the guardianship of katsumoto . in july 1466 , at the recommendation of his aides including sadachika ise and shinzui kikei , yoshimasa suddenly deprived yoshikado shiba of the shiba buei family headship and bestowed it on yoshitoshi shiba . sozen , who was a relative of yoshikado , supported yoshikado in alliance with yoshinao isshiki and shigeyori toki among others and as sadachika circulated a rumor of planned rebellion in an attempt to expel yoshimi ; in response , katsumoto who was the guardian of yoshimi cooperated with sozen to expel sadachika to omi , and shinzui kikei , yoshitoshi shiba and masanori akamatsu among others , involved in the coup , were also expelled from the capital in a temporary deposition . too add , for the strife over the headship of the shiba family in the period of yoshimasa 's rule , also see buei sodo ( internal strife of the shiba buei family ) . while sozen , having contributed to the pacification of kakitsu incident , was against the reinstatement of the akamatsu family who had masterminded the incident , he and his son-in-law katsumoto came to an outright confrontation as katsumoto appointed masanori akamatsu shugo of kaga province in 1458 with a view to weakening sozen 's influence . though they had worked together on the same side in the bunsho coup , the two had also been archrivals as each was deeply involved in a fight for succession of a shugo daimyo position . when yoshihisa ( later renamed yoshihiro ) ashikaga was born on december 11 , 1465 between yoshimasa and tomiko , the latter , eager to have her own son yoshihisa succeed the shogunate , approached sozen in secret maneuvers to prevent yoshimi from assuming that position . naturally , sozen opposed katsumoto , yoshimi 's guardian , and the rivalry for shogunate succession divided the shugo daimyos in the whole country into two camps , those of katsumoto and of sozen , making collision between them inevitable . about that time , a fight over family heirship between masanaga hatakeyama of the katsumoto camp , who was then the shogun 's deputy , and yoshinari hatakeyama of the sozen camp intensified , and yoshimasa 's caprice added fuel to their strife . yoshinari , who had been the authorized heir of the hatakeyama family in or around 1455 , was expelled by yoshimasa as a result of a plot by katsumoto , and his cousin masanaga replaced yoshinari as the authorized heir of the family . afterwards , when yoshinari relied on sozen in petitioning for his reinstatement , yoshimasa , placated by sozen , on february 6 , 1467 invited yoshinari to hana no gosho ( or muromachi-dai ) of the shogun 's residence and remitted him without consulting masanaga or katsumoto . as if to make a further attack on masanaga , yoshimasa canceled his " gracious visit " to the kanrei 's residence , a regular new year event , and instead attended a banquet yoshinari held at sozen 's residence three days later . then yoshimasa recognized yoshinari as the authorized heir of the hatakeyama family , and told him to demand from masanaga the surrender of the residence at kasuga marinokoji . offended , masanaga resigned as kanrei , and yoshikado shiba of the yamana camp took over the position . katsumoto intended to have yoshimasa issue an order to hunt down and dispose of yoshinari , but yoshimasa 's wife tomiko hino sensed the circumstances and prevented his scheme by intentionally leaking the information to sozen . having steered the political situation in his favor , sozen mobilized many samurai of allied shugo daimyos , besieged the imperial palace and hana no gosho , and requested yoshimasa to expel masanaga and katsumoto among others . though not agreeing to expel katsumoto , yoshimasa approved yoshinari 's attack on masanaga on condition that none of the daimyos should side with either camp . deprived of heirship and condemned as a rebel by yoshimasa , masanaga sought for support by katsumoto , but katsumoto refused the request in expectation of a counter-offensive at a later opportunity . on february 22 , 1467 , masanaga set on fire his own undefended residence , led samurai and took up a position at kami goryo shrine ( in kamigyo ward , kyoto city ) . yoshimasa forbade involvement in the personal strife within the hatakeyama family , but sozen arranged for keeping emperor gotsuchimikado and the retired emperor gohanazono sheltered in muromachi-dai , and gave support to yoshinari . katsumoto obeyed yoshimasa 's order and remained silent . goryo shrine was surrounded by a bamboo grove , with the hosokawa river flowing to its west and the moat of shokoku-ji temple located to its south . yoshinari launched his offensive from shakado ( sakyamuni hall ) , and the supporting troops of yoshikado shiba , masatoyo yamana and takakage asakura ( the seventh family head ) also made attacks . the battle continued until the evening , and masanaga set the shrine on fire late at night ; he is said to have pretended suicide and escaped to take refuge in katsumoto 's residence . goryo gassen ended up as an internal strife of the hatakeyama family and a coup-d 'etat by sozen . after goryo gassen , katsumoto hosokawa mobilized troops from nine provinces in shikoku and , among the daimyos on the hosokawa side , masanori akamatsu invaded yamana 's territory in harima and recaptured the position of shugo . in kyoto , samurai on the hosokawa side burnt a number of bridges including those at uji and yodo , and solidified the defense of the four key gates . in may , the troops of nobukata takeda and shigeyuki hosokawa among others invaded the isshiki family 's territory in wakasa and , in the capital too , the residences of yoshinao isshiki and generals of the western camp were attacked , while yoshitoshi shiba invaded totoumi from owari . in april , yoshimi ashikaga attempted arbitration . in may , katsumoto successfully called on his allies nationwide , including masanaga who had taken refuge in hokuriku , to occupy hana no gosho , took into custody the shogun and others on the pretext of protecting them from warfare , and invited the incumbent and retired emperors to muromachi-dai . katsumoto located the headquarters in his own residence at imadegawa , and in june at his request yoshimasa conferred him with a gaki ( flag with an ivory ornament at the top symbolizing the emperor or the shogun ) , which gave his troops an appearance of a regular government army . sozen held a strategic meeting in may , and placed his headquarters at omiya higashi , itsutsuji dori . the hosokawa side and the yamana side will be respectively called the eastern and western camps because of their relative positions . the eastern camp had 160,000 samurai and the western , 110,000 or more , according to " oninki " ( the record of the onin war ) , but some suspect these figures may be exaggerated . whereas the military leaders having gathered in kyoto had mostly come from hokuriku , shinetsu , tokai , and kyushu provinces of chikuzen , bungo , and buzen , the eastern camp had a geographical advantage because not only members of the hosokawa family were shugos in the provinces around the capital and in shikoku but also shugos affiliated with the family were appointed in neighboring areas . conversely , the western camp comprised the yamana family and local forces were increasingly alarmed by the growing presence of the hosokawa family and its allies , many of the latter 's associates including yoshinao isshiki had taken part in it on account of discord with nobukata takeda in spite of their being aides to yoshimasa or out of not-so-relevant circumstances , such as takayori rokkaku and shigeyori toki , leaving uncertainty about their obedience to leadership . on the other hand , in some regions including kanto , tohoku and southern kyushu , large-scale conflicts had already begun among influential samurai families within individual territories already out of central control , and these areas were already in a state of war irrespective of the battle in and around the capital region ( for further information on kanto , see the article on kyotoku incident ) . at first , the eastern camp was dominant , favored by the circumstances that it called itself the " imperial army " winning the support of yoshimasa , that it drove the western camp away from the surroundings of the imperial palace and hana no gosho to secure the imperial family and yoshimasa and that the territories of the hosokawa family and its supporters were concentrated in the surrounding areas of the capital ; but by june yamana 's 80,000-member troops having conquered hosokawa 's tanba province had come up to kyoto and by august masahiro ouchi had entered kyoto , leading not only the troops of michiharu kono 's and others ' seven provinces in shikoku , but also suigun ( navy ) squadrons , resulting in recovered power of the western camp . in the battle of shokoku-ji temple , many were killed or wounded on both sides , but neither camp achieved a decisive victory . on september 27 , 1467 , yoshimi suddenly ran away from the eastern camp and took refuge with noritomo kitabatake of ise province . yoshimi 's escape is partly attributed to the reinstatement of his archenemy sadachika ise , who had been expelled as a consequence of buei sodo , in the bakufu , but the main reason seems to be that yoshimasa and guardian katsumoto had inclined by then to favor the disinheritance of yoshimi and the appointment of yoshihisa as shogun . yoshihisa had grown up without entering priesthood , watched over by yoshimasa who would not hand over the shogunate as promised , guardian katsumoto and tomiko who would make no active move to place yoshimi in the position of shogun . since the very moment of the birth of yoshihisa , yoshimi had virtually lost his place in the bakufu . after staying for some time in ise province , yoshimi was persuaded by katsumoto and yoshimasa into returning to the eastern camp , but he ran away again and went to hiei-zan temple . the truth seems to be that katsumoto , having changed his posture in favor of yoshihisa as the next shogun , virtually expelled yoshimi from the palace in a sugarcoated way . on december 19 , 1467 , the western camp sent an envoy to hiei-zan to invite yoshimi as the " new shogun , " who gave this camp a resemblance of legitimate bakufu , and confronted with the eastern camp . further , the western camp also called on the gonancho ( second southern court ) forces to fight together . the involved forces , vying one another in a complexly twisted pattern , sometimes joined hands and at other times separated from others repeatedly , each in pursuit of its own self-interest . in such a situation , few were ready to sacrifice themselves to contribute to victory , and the war between the eastern and western camps had fallen into a stalemate . meanwhile , ashigaru ( common foot soldier ) doken honekawa of the eastern camp attempted guerrilla tactics such as harassing the rear , but after all his corps , nothing more than rabble comprising of many thieves and vicious criminals , was unable to break through the stalemate . by 1469 , kanetaka masuda , a high-ranking vassal of the ouchi family and known as a general distinguished in both literary and military arts , severed from his lord in iwami province and , joining hands with chikashige otomo and masasuke shoni in kyushu , invaded ouchi 's territory on the western side under the banner of noriyuki ouchi ; though this action was subdued , in 1471 takakage asakura who , in spite of his status as shugodai ( deputy shugo ) , had led the main force of the western camp , was personally appointed by yoshimasa to the position of shugo of echizen and went over to the eastern side . the urban area of kyoto was reduced to a vast stretch of ruins by the protracted war and the rampancy of thieves who also committed arson . the warfare further expanded to involve even the home territories of shugo daimyos who had been in kyoto , making it impossible for them to concentrate on battles in the capital . this made samurai in both eastern and western camps weary of war . in 1473 , sozen and katsumoto successively died , respectively on march 18 and may 11 , and on december 19 yoshimasa retired , handing over the shogunate to yoshihisa . on april 19 , 1474 , a rapprochement was reached between masatoyo yamana , sozen 's son , and masamoto hosokawa , katsumoto 's son . minor inertial fights continued between the eastern camp mainly comprising the forces of masanaga hatakeyama and masanori akamatsu and the western camp primarily made up of the troops of yoshinari hatakeyama and masahiro ouchi , but the warfare in kyoto came to an end when masahiro ouchi retreated to suo province on december 16 , 1477 , resulting in virtual disbandment of the western camp . nine days later , the bakufu held a banquet in celebration of tenka seihitsu ( pacification of the whole country ) to mark the end of the major civil war that had continued for 11 good years . however , in spite of the 11-year duration of the war involving an aggregate of hundreds of thousands of soldiers mobilized into the capital , it was a war continued by inertia , tolling the life of none of major military leaders ; moreover , the authority of the bakufu power itself , which shugo daimyos had been vying for , was already lost , eventually nothing for them to win . the onin war was mainly fought in kyoto , but its latter half saw the expansion of fronts involving localities far from the capital . the expansion was mainly a consequence of tactics of katsumoto to western camp daimyos ( including the ouchi and toki families ) to harass the rear , and the expansion included substantially the whole country except the provinces of ou , kanto , echigo , and kai . shugo daimyos and influential local lords who participated in the eastern and western camps will be listed below , but it has to be noted that the same persons sometimes belonged to a different side . the following description refers mainly to affiliations in or around 1470 . references : " kamakura muromachi jinmei jiten " ( biographical dictionary of kamakura and muromachi ) and " sengoku jinmei jiten " ( biographical dictionary of sengoku period ) . katsumoto hosokawa and the greater hosokawa family : settsu province , izumi province , tanba province , awaji province , sanuki province , awa province and tosa province masanaga hatakeyama : ecchu province ( and kawachi province ) yoshitoshi shiba and mochitane shiba : ( owari province , echizen province and totoumi province ) mochikiyo kyogoku : hida province , half of omi province , izumo province and oki province masanori akamatsu : harima province , half of kaga province , ( bizen province and mimasaka province ) koretoyo yamana : yamashiro province and bingo province nobukata takeda and kuninobu takeda : wakasa province and half of aki province yoshitada imagawa : suruga province masachika togashi : half of kaga province noritomo kitabatake : half of ise province chikashige otomo : bungo province and chikugo province masasuke shoni : hizen province , tsushima province ( and chikuzen province ) shigetomo kikuchi : higo province tatsuhisa shimazu : satsuma province , osumi province and hyuga province ( though participating in no real battle ) ienaga ogasawara , ietoyo kiso , nobumitsu matsudaira , yoshizane kira , junson tsutsui , tsunemoto kikkawa , nobuyori yoshimi , kanetaka masuda , noriyuki ouchi , hirohira kobayakawa , norimichi kono , nagatsugu sagara and so on mochitoyo yamana and greater yamana family : tajima province , inaba province , hoki province , mimasaka , harima , bizen and bicchu province ( except koretoyo yamana ) yoshinari hatakeyama : kawachi ( kii province and yamato province ) yoshimune hatakeyama : noto province yoshikado shiba : echizen , owari and totomi yoshinao isshiki : tango province and half of ise province kiyomune ogasawara : shinano province shigeyori toki : mino province takayori rokkaku : half of omi province michiharu kono : iyo province masahiro ouchi : nagato province , suo province , buzen province and chikuzen province yoshifuji kira , anegakoji ( or anekoji ) family of hida province , kochiyo togashi , toyomoto mori , mototsuna takeda , takehara-kobayakawa clan , tadashige shibukawa , suehisa shimazu , tokiie isshiki and so on the onin war served to accelerate the downfall of shoguns and shugo daimyos and to raise the status of true strongmen , as symbolized by the acquisition by takakage asakura , who had been a deputy shugo , of the rank of shugo daimyo . the trend of gekokujo ( an inverted social order when the lowly reigned over the elite ) proliferated nationwide , driving japan to its sengoku period ( period of warring states ) . as remaining outdated systems , including the manorial system , began to collapse quickly , social powers having new values came to the fore . even after the end of the onin war , masanaga and yoshinari continued to fight each other in yamashiro province , but the successive battles brought common people together around kokujin ( indigenous samurai ) and they , backed by katsumoto 's successor masamoto , rose up in yamashironokuni ikki ( yamashiro province uprising ) and succeeded in driving the two warring forces out of the province . in kaga province , devotees to hongan-ji temple drove masachika togashi away ( kaga ikko ikki or ikko sect uprising in kaga ) . it was the moment when new powers having no place in the old regime had emerged on the front stage of history . a key feature that characterizes the whole muromachi period is ' the downfall of the old and the rise of the new powers . ' since the late kamakura period , old-established ruling powers including celebrated samurai families and court nobles suffered gradual deprivation of their vested interest by kokujin , merchants , and farmers , who had been gaining power along with the enhancement of productivity , and were in a consistent process of downfall . furthermore the muromachi bakufu , which was a coalition government of shugo daimyos based on a consultative principle , had provided no solid basis for the shogun 's power since its very beginning except under the rule of the third shogun yoshimitsu ashikaga and the sixth shogun yoshinori ashikaga , and shugo daimyos were under the strong influences of emerging shugodais and their key vassals . this circumstance , coupled with the still incomplete establishment of the system of family headship inheritance by the eldest son , often gave rise to rivalry for heirship or other ' oie sodo ' ( family feuds ) in the families of the shogun and shugo daimyos . in the language of kyotoites , the ' war ' in postwar often means this war . court nobles and common people driven away from kyoto by the onin war took refuge in yamashina ward , a peripheral area of kyoto , neighboring cities of uji , otsu , nara , and sakai , and local estates . in 1479 , after the onin war , the reconstruction of muromachi-dono ( the shogun 's residence ) and the imperial palace was started , but the absence of shugo daimyos and their vassals ( who had played a more or less substantial role as urban consumers ) who had previously lived in kyoto , but later returned to their politically unstable territories , on top of the frequent occurrence of epidemics , fires , burglaries and uprisings in the deteriorated environment of the devastated city , prevented the reconstruction of kyoto from steady progress . the successive changes of the imperial era name ( chokyo , entoku , and meio ) attributed to these disasters endorse this observation . also , the resumption in 1500 of the gion festival , which had been acclaimed for the townsmen 's initiative behind it , may be considered to have been motivated in part by the social unrest prevailing then , given the history that the gion festival had originally been an event of prayer for recovery from epidemics . on the other hand , townsmen 's acceptance of the hokke sect of buddhism then could be associated with a rise in religious faith among them , who were worried by the social unrest . yet , considering that the sum of jishi sen ( miscellaneous taxes imposed on fields and houses under the manorial system ) collected from kyoto residents from around 1498 and the issuance of a bakufu order for a more strict collection of sakaya yaku ( taxes imposed on sake breweries by the muromachi bakufu ) in 1508 , the population of kyoto presumably began to increase steadily again ; the few years before and after the gion festival in 1500 are regarded as the phase of the real recovery of the city . +the hogen disturbance occurred during the first year ( 1156 ) of the hogen era in the heian period , when emperor sutoku and emperor goshirakawa had a dispute , and the emperor 's side made a surprise attack on the retired emperor 's side . chronology causes of the disturbance in 1141 , emperor toba made emperor sutoku , his son with fujiwara no shoshi , abdicated and had imperial prince narihito , his son with fujiwara no tokushi and a younger brother of retired emperor sutoku , ascend the imperial throne ( emperor konoe ) . emperor sutoku was rumored to be a son of emperor shirakawa , cloistered emperor toba 's grandfather , and it is believed that cloistered emperor toba loathed emperor sutoku , calling him ' uncle child . ' however , this account is found only in " kojidan ( collection of folklore ) , " but there are theories that discredit its authenticity . retired emperor sutoku hoped to get his son , imperial prince shigehito , to ascend the imperial throne when emperor konoe died in 1155 , but his father , cloistered emperor toba , got imperial prince masahito ( another brother of retired emperor sutoku ) , who was supported by bifukumonin and fujiwara no michinori , to ascend the imperial throne instead . retired emperor sutoku resented this deeply . in the family of the regent of the emperor there was a fight between the chief adviser to the emperor , fujiwara no tadamichi , and the minister of the left , fujiwara no yorinaga , who were brothers , and then tadamichi and yorinaga each approached emperor goshirakawa and retired emperor sutoku . emperor goshirakawa and retired emperor sutoku were more opposed to each other , and each of the two sides recruited samurai . minamoto no tameyoshi , minamoto no yorikata , minamoto no tametomo , minamoto no yorinori ( yorinori tada ) and taira no tadamasa sided with the retired emperor , while minamoto no yoshitomo , taira no kiyomori , minamoto no yorimasa and minamoto no yoshiyasu ( yoshiyasu ashikaga ) sided with the emperor . in terms of military force , the emperor 's side had the advantage . the clash between the two sides was inevitable when cloistered emperor toba died , on july 20 , 1156 . chronology of battles on july 31 , 1156 , taira no motomori , the second son of kiyomori , on the task of guarding uji city , apprehended minamoto no chikaharu ( chikaharu uno ) of the yamato-genji , who was to join the retired emperor 's side . on august 4 , the two armies faced each other across the kamo-gawa river , with the headquarters of the retired emperor 's side in the shirakawakita-dono palace and those of the emperor goshirakawa 's side in the takamatsu-dono palace ( .emperor goshirakawa was in the takamatsu-dono palace ) . on the retired emperor 's side , tametomo planned to seize the emperor in a night raid on the takamatsu-dono palace , but yorinaga rejected the plan on the grounds that a battle over the imperial throne should be fought proudly in broad daylight . ( in " gukansho , " tameyoshi is described as having made three plans , such as a preemptive attack to occupy the imperial palace . ) however , in a council of war on the emperor 's side , yoshitomo planned a night attack , which was accepted . before dawn on august 5 , the emperor 's army made a surprise attack on shirakawakita-dono palace in the three separate forces : kiyomori led approximately 300 cavalry , yoshitomo 200 cavalry and yoshiyasu 100 cavalry . kiyomori attacked the west gate guarded by tametomo , but tametomo , with his strong bow , defeated him . then , yoshitomo attacked the gate , and yet tametomo with his strong bow again repulsed the attack . the emperor 's side deployed yorimasa 's , minamoto no shigenari 's , and taira no nobukane 's forces , but the retired emperor 's side fought hard at each gate and fierce battles continued . yoshitomo submitted the use of fire in the battle for imperial sanction of emperor goshirakawa , and once the sanction was received the emperor 's army set fire to the fujiwara no ienari 's residence to the west of shirakawakita-dono palace ; the fire spread to the palace , causing the retired emperor 's soldiers to scramble to escape . the conflict was over . after the conflict on august 21 , the emperor 's side sentenced the nobles and the samurais on the retired emperor 's side . on august 22 in rokuhara , by taira no kiyomori , taira no tadamasa taira no nagamori taira no tadatsuna taira no masatsuna and michiyuki , tadamasa 's retainer were beheaded . on august 24 in mt . oe , by minamoto no yoshiyasu , taira no iehiro taira no yasuhiro taira no morihiro taira no mitsuhiro taira no yorihiro and taira no yasuhiro were beheaded . on the same day in funaoka ( mt . funaoka ) , by minamoto no yoshitomo , minamoto no tameyoshi minamoto no yorikata minamoto no yorinaka minamoto no tamenari minamoto no tamemune and minamoto no tamenaka were beheaded . the brutal act of children beheading their parents and nephews beheading their uncles was thus carried out . the death penalty , in the first place , had not been imposed for more than 200 years since the kusuko incident ( kusuko-no-hen ) , but it was reinstated by shinzei . no one opposed shinzei 's decision , because he was knowledgeable enough about law to write " hosso-ruirin " ( a collection of legal documents ) . additionally , retired emperor sutoku was banished to sanuki-no-kuni ; he died a miserable death without being able to return to the capital . tametomo escaped but was later captured and was allegedly banished to izu-oshima island after his arm tendon was removed to keep him from ever drawing a bow ( his claim to fame ) . emperor goshirakawa succeeded in eliminating his opponents in this way . people at that time , however , were surprised by the fact that the internal conflict of the imperial court was resolved militarily , particularly in a battle in the urban area of kyoto , and the death penalty was imposed for the first time in hundreds of years ; commoners as well as nobles were left with a strong impression of samurai power . " gukansho , " a history book in the kamakura period , describes this disturbance as the beginning of the ' warrior 's world ' and a turning point in history . the disturbance , one of the underlying causes of the heiji disturbance ( heiji-no-ran ) that occurred three years later , led to the establishment of japan 's first samurai-dominated government--that of the taira clan--and the kamakura shogunate based on the kanto warrior bands . literature narrative " hogen monogatari " is a military chronicle based on the hogen disturbance . the chronicle is composed of three volumes , and its author is unknown . it is believed to have been completed during the kamakura period . shiramine , ' a story in " ugetsu monogatari " ( tales of moonlight and rain ) , is a supernatural tale about the ghost of the retired emperor sutoku , who was defeated in the hogen disturbance . its author was a person called akinari ueda . it was written in the edo period . haiku to the toba-dono palacefive or six cavalry rushedin a gust of autumn wind by buson yosa +the boshin war from 1868 to 1869 was a civil war in japan in which the new meiji government , brought about by the restoration of the japanese monarchy , eradicated the power of the edo shogunate . the civil war was named after the chinese zodiac sign for the year 1868 , ' boshin ' . as a result of the war , members from the sat-cho ( the satsuma and choshu domains ) and their supporting domains ( the saga and tosa domains ) played an active role in the meiji government , and japan was to head for the modern system of centralized government . the boshin war was roughly divided into three phases : the battle of toba and fushimi phase which arose from the power struggle between the sat-cho and the shogunate under the new government ; the tohoku war phase , including the hokuetsu war and the aizu war , which arose from the issue of punishment meted out to aizu and shonai domains ; and the hakodate war phase in which the members of the former shogunate staged a final revolt . each of the camps may be referred to as the imperial forces , the seigun ( forces in the west ) and the sat-cho forces on the new government 's side , and the togun ( forces in the east ) on the former shogunate 's side , but , in this section , they are conveniently referred as to the new government 's forces and the former shogunate forces . the reppan allied forces in the tohoku war are described as the allied forces . amid political turmoil , at the end of the edo period , the 15th shogun , yoshinobu tokugawa returned political power to the imperial court ( taisei hokan ) , and diminished the legitimate reason for the movement to overthrow the tokugawa shogunate . the former shogunate was to continue to take hold of the government even under the new government , for the imperial court did not have any administrative functions . in response , the anti-shogunate group ( the satsuma and choshu domains , and some of the court nobles such as tomomi iwakura ) plotted a coup to overcome the political weakness . after the removal of yoshinobu tokugawa and the pro-tokugawa court nobles , the restoration of the japanese monarchy was proclaimed . this was the core of the new regime based on the sat-cho group , but exclusive of the former shogunate and upper-class court nobles . moreover , at an assembly , it was decided to make the demand ( jikan-nochi ) that yoshinobu tokugawa resign from the position of inner minister ( naidaijin ) and return a part of his domain . furthermore , the former shogunate forces advanced to pacify kyoto under the banner of ' the statement to the emperor on avenging satsuma ' ( to-satsu-hyo ) because the satsuma domain had ordered its retainers to cause a disturbance in edo . the battle between the former shogunate and the new government 's forces marked the beginning of the boshin war . see also ; " end of the edo period " regarding the political process . the new government 's forces consistently dominated the battles until the end of the war . it is wrong to say that the former shogunate forces lost to the new government because they could not match the latter 's modernized forces ; in fact , they had westernized their forces from early on , and thus did not lag behind the new government 's forces . the navy , in particular , was a strong military force that only the former shogunate forces possessed . at the beginning of the war , the former shogunate forces were far superior in military strength and logistics , but later were severely defeated by the new government 's forces accustomed to battle with rifles . the former shogunate forces , while they had far superior military strength and had westernized troops , were demoralized and disintegrated because yoshinobu tokugawa fled , leaving his officers and soldiers behind . afterwards , since yoshinobu tokugawa lived in surrender and obedience , the former shogunate forces , which had still continued to rebel , lost the core of the movement and were unable to unite their forces . in the tohoku war , many domains of the ou alliance lagged behind in armaments due to financial difficulties and delay in political reform , and differed greatly in military strength compared with the new government 's forces . even the elite units of the former shogunate forces which had joined the alliance were forced to use old rifles when they ran short of ammunition . not only the regular soldiers consisting of retainers but also mixed forces consisting of townspeople , peasants , outlaws , and retainers from other domains played an active part in their military forces . shinsaku takasugi who organized the choshu militia ( choshu kiheitai ) is said to have thought that his soldiers were superior to the samurai who had been corrupted in time of peace . the act of setting fire , requisition of goods on site , the use of lynch law against prisoners of war , and the punishment meted out against fellow soldiers were prevalent . moreover , there were many recorded incidents of war crimes such as pillage , violent assaults , arson , rapes and massacres . there were even records of these acts , not only by mixed forces comprising a large number of so-called outlaws , but also by regular soldiers within their own and allied domains . additionally , aizu and satsuma warriors were said to have eaten the liver of the enemy . the records of these acts were found from the tohoku war in particular . however , notions of these acts and pillage , at the time , differed from modern ethics . the new government 's forces received military training and weapons mainly from the united kingdom of great britain and ireland while the former shogunate forces from the french second empire . military intervention and interference in domestic affairs by powerful western nations were , however , avoided since both sides did not request them to deploy troops . the decision of the jikan-nochi against yoshinobu tokugawa by the new government , after restoring the monarchy , increased opposition to the satsuma domain among those on the former shogunate side . moreover , the satsuma domain had allowed takamori saigo order his retainers to cause a disturbance in edo by committing robbery and violence in order to cause chaos in the former shogunate and start a war . the shonai domain , given the task of guarding edo city , along with the kaminoyama domain burned down the satsuma residence where the retainers of the satsuma domain were based . this incident gathered momentum among the former shogunate to fight against the satsuma domain ; with the statement to the emperor declaring that they would avenge satsuma 's wrongs ( to-satsu-hyo ) , the shogunate infantry of the former shogunate and warriors of the aizu and kuwana domains advanced from osaka to pacify kyoto and they clashed with the forces of the satsuma and choshu domains in toba and fushimi on the outskirts of southern kyoto on january 27 , 1868 . as described above , the former shogunate forces were superior in military strength at the beginning of the war , and in fact , the new government 's forces had reportedly reviewed the option of withdrawing from kyoto with the emperor . the former lost the will to fight because during the battle the latter raised the imperial standard as proof of their being the imperial forces . the new government 's forces won decisively since the former shogunate did not use their westernized troops nor did they command their forces well . at this stage , the former shogunate forces were still far superior in military strength in total and were supposedly going to take the offensive in no time ; yoshinobu , however , escaped from osaka castle on january 30 and fled to edo by sea , abandoning his army . yoshinobu accompanied katamori matsudaira ( the lord of the aizu domain ) , his brother sadaki matsudaira ( the lord of the kuwana domain ) and his favorite concubine . because yoshinobu tokugawa , who was the commander in chief and the core of the conflict , deserted the army in the face of the enemy , the former shogunate forces disintegrated and stopped fighting ; each of the domains brought their troops home . additionally , part of the forces withdrew towards the edo area . after arriving in edo , yoshinobu tokugawa confined himself to the ueno kanei-ji temple and tried to show that he had no intention of revolting against the emperor . the new government appointed imperial prince arisugawanomiya taruhito as the supreme commander and organized the expeditionary forces to the east ; the forces were then divided into the tokaido-gun army , the tosando-gun army , and the hokurikudo-gun army , and they all advanced to edo . the former shogunate forces organized the koyo-chinbutai infantry led by the commanders such as isami kondo , and planned to seize koshu castle . advancing along the tosando to shinshu , the tosando-gun army led by taisuke itagaki ( a retainer of the tosa domain ) and masaharu ijichi ( a retainer of the satsuma domain ) sent a detachment led by taisuke itagaki to koshu to contain the movement of the former shogunate forces ; the detachment arrived earlier than the koyo-chinbutai infantry and seized koshu castle . the koyo-chinbutai infantry advanced to the kofu basin , but was defeated by the new government 's forces on march 29 , 1868 . the main forces of the tosando-gun army advancing along the tosando arrived at yanada-juku ( currently ashikaga city ) on march 31 , and made a surprise attack on a unit ( the shohotai ) consisting of deserters from the former shogunate infantry , and defeated it on april 1 . the tosando-gun army of the new government , which had advanced to sumpu , decided at a council of war on march 29 to launch a full-scale attack on edo castle on april 7 and began preparing for it . with the full authority of the former shogunate as a member of the kyojun-ha ( pro-surrender group ) , kaishu katsu ( commander in chief of the shogunate army ) sent a retainer of the shogunate , tesshu yamaoka as an emissary to takamori saigo , the staff of the tosei supreme commander 's office , for negotiation ; katsu relayed the terms of surrender : yoshinobu tokugawa 's confinement to bizen ( bizen-azuke ) and the surrender of weapons and warships . saigo visited the residence owned by the satsuma domain in takanawa on april 5 and afterwards , negotiated the surrender of edo castle with katsu . the following day , katsu delivered the former shogunate 's demands that yoshinobu retire and be confined to mito , and that edo castle be entrusted to the tayasu-tokugawa family after the surrender ; saigi promised to review them in the commander 's office and the plan for the full-scale attack on april 7 was halted . as a result , on april 26 , the imperial envoy ( the spearhead commander , saneyana hashimoto and the deputy spearhead commander , sakimitsu yanagiwara ) entered edo castle , and delivered the imperial order that yoshinobu be confined to mito , and that edo castle be entrusted to the owari-tokugawa family ; on may 3 , the bloodless surrender was accepted , and the weapons and edo castle were each placed under the supervision of the owari and higo domains . on the same day , yoshinobu left for mito . on may 13 , the tosei supreme commander , the imperial prince arisugawanomiya taruhito entered edo castle , and the castle was placed under the control of the new government . this virtually marked the end of the edo shogunate which lasted for over 260 years . some retainers of the former shogunate , who were opposed to the bloodless surrender of edo castle on may 3 , 1868 , fled towards chiba prefecture and set up a camp in funabashi daijingu , and on may 24 , they clashed with the new government 's forces around the area of ichikawa city , kamagaya city , and funabashi city . at the beginning of the battle , the former shogunate forces , which outnumbered the new government 's forces , were superior , but the military situation shifted in favor of the new government 's forces with their modern military equipment , and the war ended in a victory for them . after the battle , no mass revolt against the new government took place in the area to the east of edo . even though edo castle surrendered , many hard-core shogunate retainers who continued to resist escaped from edo , and moved from place to place in northern kanto to fight . along the way , former shogunate forces such as the denshu-tai ( french-trained special unit ) fought against the new government 's forces around oyama castle in shimotsuke province and at utsunomiya castle . the former shogunate forces captured utsunomiya castle on may 11 , but withdrew towards imaichi city and nikko city after the castle was recaptured by the new government 's forces . the hard-core resistant shogi-tai from the former shogunate forces gathered at the ueno kanei-ji temple where yoshinobu tokugawa had confined himself , and , from their base at the temple , they often clashed with soldiers of the new government 's forces . takamori saigo , the commander of the tosando-gun army of the new government which successfully brought about the bloodless surrender and virtually abolished the shogunate , was criticized for his leniency toward the shogi-tai because of his relationship with kaishu katsu , a soft-liner from the former shogunate . the supreme commander 's office appointed masujiro omura , a retainer of the choshu domain , as the hanji ( top job ) of the defense secretariat ( 軍防事務局判事 ) . on june 20 , omura dismissed the former shogunate from the task of patrolling the edo-futyu , and attacked the shogitai on july 4 right after the sendai domain-led northern government ( ouetsu-reppan alliance ) was established in the tohoku region and echigo . the tosando-gun army of the new government 's forces crushed the shogitai in a matter of just one day . as a result , the new government gained control of the region to the east of edo , and edo was renamed as tokyo in september . the purpose of the ouetsu-reppan alliance at the time of the shiraishi pact was to petition for the pardon of the aizu and shonai domains . after the alliance killed shuzo sera , the chinbushi ( temporary provincial superintendent ) , and began to engage in full-scale battles in shiraishi-guchi , the nature of the alliance was changed to a military one . because some domains joined the alliance out of sympathy or for opportunity , and others joined it because of pressure from large domains or from coercion by the former shogunate forces , they were not closely united ; accordingly , one domain after another defected from the alliance as the situation worsened . in 1868 , the new government rejected the yonezawa domain 's surrender with arms , and ordered the powerful domains in tohoku such as ; the sendai and yonezawa domains , to deploy their forces to crush the aizu domain . fourteen domains in ou held a conference and submitted a petition for the pardon of the aizu and shonai domains to commander kujo , but kujo rejected it ; as a result , they modified the plan to petition directly to the imperial court and added eleven more domains to sign the shiraishi pact on may 15 . later , twenty-five of the domains signed the ou-reppan pact . they also prepared a petition for lenient treatment of the aizu and shonai domains to the grand council of state ( dajokan ) . joined by the five domains in echigo such as the shibata domain and the echigo-nagaoka domain when negotiations with the new government 's forces collapsed because armed neutrality was rejected , an alliance was established by a total of thirty-one domains . in august the alliance installed to its head cloistered imperial prince rinojinomiya kogen , ( later imperial prince kitashirakawanomiya yoshihisa ) who had escaped from the ueno war . accordingly , some believe that the alliance would have conceived the idea of inaugurating rinojinomiya as the emperor tobu and setting up the tohoku government . the ouetsu-reppan alliance 's government requested takeaki enomoto , who led the former shogunate warships and fled , to send reinforcements , but enomoto did not agree to the request ; later , he only accommodated defeated soldiers . in the hokuetsu war , nagaoka castle and niigata port , used as a supply base for weapons by the alliance , became the main battlefield . in a conference on june 21 , the nagaoka domain petitioned for a stance of armed neutrality and an extension of time to persuade the aizu domain , and yet the new government rejected them . consequently , domains in hokuetsu together with the nagaoka domain joined the alliance , setting off a battle between the new government 's forces and the allied forces . the center of the alliance , in particular the nagaoka domain , allowed the county magistrate , tsugunosuke kawai , to carry out army reform and to upgrade military equipment , and even possess gatling guns . under the command of tsugunosuke kawai , its forces put up a great fight , but nagaoka castle surrendered in early september . although the allied forces recaptured nagaoka castle , commander tsugunosuke kawai was wounded in the battle . the new government 's forces recaptured nagaoka castle again , and with the fall of niigata which had protected the yonezawa and aizu domains , they placed the entire area of echigo under control . in effect , the domains of the ouetsu-reppan , depending on niigata city port for arms supplies , faced a serious situation . most of the remaining troops in the allied forces fled to aizu . the shonai and akita regions were the main battle fields in the tohoku war . emissaries from both the allied forces and the governor general of the chinbushi in the new government were sent to the kubota domain ( also called akita domain ) because opinions within the domain were not monolithic even though it had joined the alliance . on august 21 , a retainer of the kubota domain supporting the new government murdered an emissary from the alliance 's sendai domain and managed to control the opinions of people within the kubota domain , and the kubota domain defected from the alliance to the new government . although it became the base for the new government 's forces , the akita domain was isolated and attacked from the south by the shonai domain , from the southeast by the sendai domain , and from the northeast by the nanbu domain . the akita domain , together with the samurai warriors of the saga domain deployed as reinforcements , fought a defensive war , but fell behind ; the shonai domain in particular advanced deep into the akita domain and even captured subsidiary castles of kubota castle ; the akita domain , however , prevailed due to the arrival of reinforcements from the new government 's forces , and launched a counterattack . the shonai domain had been engaged in a battle since may 16 with the new government 's forces advancing from kiyokawaguchi . the shonai domain triumphed over the new government 's forces , because , having expected an attack from them , shonai had westernized their arms by purchasing the latest rifles with donations from wealthy merchants , and also it was superior in tactical command . the shonai domain sent reinforcements to the allied forces in an uphill battle at shirakawaguchi , but made the troops retreat from there since the kubota domain in akita as well as the smaller domains near-by defected to the new government 's side ; at the same time , it launched an attack on these defecting domains . the shonai domain occupied the shinjo domain and advanced to kubota castle , but retreated back into its own territory because the new government 's forces became dominate from the surrender of some of shonai 's allied domains . the shonai domain fought a defensive war afterwards and protected most of its own territory , but on november 8 , partly due to the defection of allied domains from the alliance , the domain surrendered its castle . the allied forces had earlier occupied a strategic point at shirakawa-komine castle where the lord had been absent . the battle over shirakawa-komine castle ( the battle of shirakawaguchi ) lasted approximately three months , and in the end , the new government 's forces captured the castle . the allied forces attempted to recapture the castle , but in vain ; on the other hand , the new government 's forces seized nihonmatsu castle while the allied forces deployed their troops heavily concentrated their troops at shirakawaguchi , gaining access to aizu . the new government 's forces advanced by way of the bonari-toge from out of several highways to circumvent the allied forces , and a fierce battle ( the battle of bonari-toge ) was waged . the new government 's forces broke through the defense line of the allied forces , and the samurai warriors of the aizu domain and the former shogunate forces were besieged at wakamatsu castle . it was apparent that the aizu domain would lose , and so the overall outcome of the tohoku war was decided . in october , the yonezawa domain surrendered . in october , defeated at the battle of hatamaki-toge , the sendai domain surrendered . the aizu domain , which had been resisting all along , finally surrendered to the new government . on november 8 , the shonai domain surrendered , and this marked the end of the tohoku war . a part of the former shogunate forces , including takeaki enomoto , led the fomer shogunate warships and fled from edo in october . they called at sendai port to pick up the remaining powers of the ouetsu-reppan alliance and the samurai of the former shogunate forces such as ; keisuke otori and toshizo hijikata , and then left for ezochi ( hokkaido ) . enomoto occupied bases such as ; goryokaku in hakodate and established a regional government ( the enomoto government , or commonly known as the ezo republic ) . enomoto and some others submitted a petition for granting the control of ezochi to the retainers of the former shogunate in the name of development and protection of the north , but the new government rejected it and deployed troops . even though the former shogunate forces occupied matsumae and esashi , they wrecked the kayo maru warship , the core of their forces , and in effect the navy deteriorated ; they fought against the new government 's forces at the battle of miyakowan bay , but lost , allowing the government 's forces to land at ezochi . on june 27 , toshizo hijikata died in battle . takeaki enomoto as well as others surrendered to the new government 's forces , and the boshin war ended . on july 13 , 1968 , the new government reduced the sentence of yoshinobu tokugawa by one level from the death penalty , allowed iesato tokugawa to inherit the tokugawa shogunate family , and granted sumpu with seventy million goku . on december 7 in the same year , punishment for the domains in the tohoku region and echigo was announced . the sentences for the lords of these domains were all reduced by one level from the death penalty ; in addition , after the confiscation of all their territories , they were granted either a reduced territory or a different territory . those domains whose territories were greatly reduced as a result of the punishment went bankrupt , causing some of their impoverished retainers to move to hokkaido only to engage in development . the punishment for the major domains were as follows ( the number in the brackets indicates the former territory 's amount in goku ) : domains that received punishment sendai domain : the territory was reduced to 280 thousand goku ( 620 thousand goku ) . out of six chief retainers , two were executed and two were forced to commit seppuku ( hara-kiri ) . aizu domain : the territory was changed to mutsu-tonami domain with 30 thousand goku ( 230 thousand goku ) . his father and son were sentenced to life imprisonment in edo ( later pardoned ) . one chief retainer was executed . morioka domain : the territory was changed to shiraishi in the old sendai territory with 130 thousand goku ( 200 thousand goku ) . one chief retainer was executed . yonezawa domain : the territory was reduced to 140 thousand goku ( 180 thousand goku ) . shonai domain : the territory was reduced to 120 thousand goku ( 170 thousand goku ) . lenient treatment was given by takamori saigo , an important figure in the new government . yamagata domain : the territory was changed to asahiyama in omi province to establish the asahiyama domain . the territory 's amount in goku did not change with 50 thousand goku . one chief retainer was executed . nihonmatsu domain : the territory was reduced to 50 thousand goku ( 100 thousand goku ) . tanagura domain : the territory was reduced to 60 thousand goku ( 100 thousand goku ) . echigo-nagaoka domain : the territory was reduced to 28 thousand goku ( 74 thousand goku ) . jozai domain : kaieki ( forfeit of properties and the warrior class ) , ( 10 thousand goku ) ; the high-ranking retainers were sentenced to death . the lord tadataka hayashi was imprisoned . he was pardoned , but was treated as a member of the samurai warrior class . later , he was given the title of baron , lower by one rank from the lord of the domain , thanks to voluntary actions by former retainers of the domain to confer upon him an order . the punishment of jofu ( kaieki ) was given only to this family . ichinoseki domain : the territory was reduced to 27 thousand goku ( 30 thousand goku ) . kaminoyama domain : the territory was reduced to 27 thousand goku ( 30 thousand goku ) . fukushima domain : the territory was changed to the shigehara domain in mikawa province with 28 thousand goku ( 30 thousand goku ) . tendo domain : the territory was reduced to 18 thousand goku ( 20 thousand goku ) . izumi domain : the territory was reduced to 18 thousand goku ( 20 thousand goku ) . yunagaya domain : the territory was reduced to 14 thousand goku ( 15 thousand goku ) . shimotedo domain : the territory was changed back to the former territory of mike , chikugo province to establish the mike domain . the territory 's amount in goku did not change with 10 thousand goku . domains that increased territories shinjo domain : the territory was increased to 83.2 thousand goku ( 68.2 thousand goku ) . honjo domain : the territory was increased to 30 thousand goku ( 20 thousand goku ) . matsumae domain : the territory was increased to 30 thousand goku ( 10 thousand goku ) . yashima domain : the territory was increased to 15.2 thousand goku ( 8 thousand goku ) . kubota domain : 20 thousand goku of the shotenroku ( premium ) was provided ( 200 thousand goku ) . hirosaki domain : 10 thousand goku of the shotenroku was provided ( 100 thousand goku ) . moriyama domain : one thousand ryo ( gold currency ) of the shotenroku was provided . domains that became an authorized territory hachinohe domain : no punishment is said to have been given since nobuyuki nanbu , the lord of the domain , was kin of the shimazu clan . muramatsu domain : one chief retainer was executed . murakam domain : one chief retainer was executed . iwakitaira domain : 70 thousand ryo was proffered to the new government , and the territory became an authorized one . soma-nakamura domain : 10 thousand ryo was proffered to the new government , and the territory became an authorized one . miharu domain shibata domain mineyama domain kurokawa domain in may , 1869 , in tokyo , a principal chief retainer of the sendai domain , nariyuki tadaki , a chief retainer of the sendai domain working in edo , eiriki saka , a chief retainer of the aizu domain , gombei kayano , and a chief retainer of the morioka domain were sentenced to the ultimate penalty of the funshu-kei ( beheading and displaying of the severed head in public ) as a symbol of ' a mastermind of the rebellion ' in place of each lord of the domain . afterwards , chief retainers of the sendai domain , sadayu tamamushi and bunjuro wako were forced to commit seppuku . punishment of the aizu domain was contrasted with that of the shonai domain , dividing the new government into two opinions of ' severe punishment ' and ' lenient punishment ' so severe was the punishment of the aizu that the aizu domain must move to either the former territory of inawashiro or the new land of tonami with 30 thousand goku ; after discussion , it decided to be tonami . with strong wind and snow , tonami practically had only 8 thousand goku of territory ; many retainers of the former shogunate and their family who moved there became ill and died from hunger and cold weather , and some of them moved to a new place in japan or overseas . punishment of the shonai domain was carried out leniently by takamori saigo and some other people . his handling of the shonai domain was elaborate ; moved by this , people in the domain deeply respected him . the former lord of the shonai domain , tadazumi sakai , together with other people , compiled saigo 's teachings of the deceased , ' teachings of the deceased by an old man in nanshu , ' and later , some of the former retainers of the shonai domain joined the saigo 's army in the seinan war . the kubota domain , the tsugaru domain , and the miharu domain which defected from the ouetsu-reppan alliance to the new government were commended for their deeds , and were given provisional shotenroku in 1869 . however , they were not equally treated as some other domains , and did not receive any privilege . there were many people discontented with such treatment , and an anti-government movement in the former akita domain and a movement for freedom and people 's rights ( jiyu-minken-undo ) in the former miharu domain were gaining ground . when the hakodate war was over , the mastermind of the war , takeaki enomoto , keisuke otori , and taro matsudaira were imprisoned in tatsunokuchi , tokyo , but they were pardoned in january , 1872 , because of a movement to save their lives led by kiyotaka kuroda . after that , they were asked to work for the new government , and were appointed to high-ranking positions . on september 8 , 1917 , the 50th ceremony for boshin war martyrs was held in morioka . the president of the ( rikken ) seiyu party , takashi hara , who was born to the chief retainer of the morioka domain , attended the ceremony , and virtually as a chief mourner , delivered the shinto prayers during the festival , ' the only casus belli of the boshin war was the difference in political opinions , ' clearing the name of ' rebel army ' and the ' choteki ' ( enemy of the imperial court ) . there is a theory called ' sendai capital theory ' that sendai would be the capital of japan now if only the ouetsu-reppan alliance had won a battle against the new government . irrelevant of this directly , sendai city was named as one of the candidates for the capital when the draft " law of decentralization of authority " was deliberated and the transfer of the capital in japan was examined in the early 1990 's . revenge in the boshin war , the causes of various incidents and reasons are often explained by relating them to revenge . the catching and killing of loyal and leaderless warriors by the aizu domain in charge of the kyoto shugoshoku ; burning down of the satsuma domain residence in edo . the designation of the choshu as the enemy of the imperial court in kimmon no hen ( conspiracy of kimmon ) and punitive expedition to choshu . violent assaults and pillage by the new government 's forces in aizu war are the reason for revenge of each domain . additionally , aritomo yamagata and shuzo sera called members of the former shogunate ' choteki ' with respect , when their domain switched to the imperial forces ; in the seinan war in kagoshima the batto-tai of the former shogunate forces cut in with a sword , shouting ' avenge for boshin , avenge for boshin . ' there is a rumor even now that people in fukui prefecture where the aizu domain used to exist , especially around aizu-wakamatsu still hold a grudge against people in yamaguchi prefecture ( choshu domain ) and kagoshima prefecture ( satsuma domain ) . it is true that the boshin war was intertwined with various types of revenge , but there were some claims that connected unsubstantiated incidents with revenge , and there were even facts that were fabricated . +the kanno disturbance was a power struggle within the muromachi bakufu ( japanese feudal government headed by a shogun ) that reached its height during the kanno era from 1350 to 1352 of the northern and southern court period . this article will also explain the shohei itto ( unification of shohei ) by the southern court that temporarily happened in relation to this disturbance . progress rise of ko no moronao and conflict with tadayoshi ashikaga the governance system in the early ashikaga shogunate ( japanese feudal government headed by a shogun ) which supported the northern court and was established in kyoto was not yet functional and governance used the kasei ( vassal ) system of the ashikaga family . seii taishogun ( literally , " great general who subdues the barbarians " ) takauji ashikaga left tadayoshi ashikaga , who actively supported takauji during his plans to overthrow the kamakura bakufu and departure from the kenmu restoration , to manage administration and tadayoshi was in charge of shogunate administration such as litigation . takauji kept the position as the family head of the ashikaga and the military command , and held the mandokoro ( the administrative board ) and samurai dokoro ( the board of retainers ) under his control . this separation of political power was called ' ryoshogun ' ( two shoguns ) . the ko clan had for generations been retainers of ashikaga and ko no moronao acted as a steward , fighting the southern court forces in the kanto region as the military commander and gained military success by placing the kanto region under the control of the bakufu . his brother moroyasu ko was also militarily successful by defeating yoshisada nitta and akiie kitabatake and participated as a core member of the bakufu . tadayoshi ashikaga handled many lawsuits raised by the aristocracy , temples and shrines who had their shoen ( private estates ) taken by the buke ( military class ) , and he tried to avoid conflict between kuge / temples / shrines and buke by preventing control by buke by recognizing the independence of the shoen of kuge , temples and shrines in exchange for accepting the hanzei rei . on the other hand , moronao felt it necessary to give sufficient reward to bushi to prevent them from confronting the bakufu or supporting the southern court , and thought that buke who had been the actual managers of the shoen of kuge , temples and shrines as shugo ( constable ) or jito ( land steward ) should become the landlord . therefore , a conflict over the supremacy of the bakufu arose between the group supporting tadayoshi and the group supporting moronao . takauji tried to take a third-party attitude , but was gradually taken in by the moronao group . meanwhile , ko no moronao killed takasada enya , which shocked bushi nationwide . in 1347 , the southern court ( yoshino court ) started a movement to regain kyoto . tadayoshi ashikaga accepted takauji 's request to send akiuji hosokawa to attack the southern court forces , but it ended in failure . on the other hand , ko no moronao destroyed the southern court ( yoshino court ) forces led by masatsura kusunoki in the battle of shijonawate in 1348 , and with the momentum , succeeded in attacking yoshino , the main headquarters of the southern court , leading to the escape of the southern court to ano ( gojo city , nara prefecture ) . as a result , tadayoshi 's power decreased within the bakufu and moronao 's power increased , leading to further conflict between the two groups . the elimination of tadayoshi in june 1349 , shigeyoshi uesugi , naomune hatakeyama , and the zen priest , myokitsu advised tadayoshi to slander ko no moronao before the shogun takauji . according to the classic , " taiheiki " ( the record of the great peace ) , there was an attempt to assassinate moronao by the tadayoshi group . in june , moronao was fired as steward by the request of tadanao ( his successor was his nephew , ko no moroyo ) . tadayoshi requested an imperial order to attack moronao from emperor kogon of the southern court to kill moronao , but on august 12 , moronao gathered troops together with moroyasu ko who came to the capital from kawachi and made a preemptive strike against tadayoshi . tadafuyu ashikaga , who was takauji 's bastard son and tadayoshi 's foster son , who was staying in bingo province after being named the nagato tandai ( shogunal deputies in nagato ) in april , heard about the events in kyoto and tried to go to kyoto to help his foster father tadayoshi , but moronao commanded norimura akamatsu ( enshin ) to stop tadafuyu 's movement toward kyoto and asked takauji to attack tadafuyu . tadafuyu escaped to kyushu and was welcomed by the various forces there , such as the shoni clan . on the 13th , tadayoshi escaped into takauji 's quarters , but moronao brought a large force and surrounded takauji . moronao demands custody of shigeyoshi and naomune . this incident was intervened into by the zen priest muso soseki , under the condition that shigeyoshi and naomune were to be exiled , tadayoshi became a monk and retired from the bakufu administration , moronao removed his barricade . in place of tadayoshi , who retired from governing , takauji 's legal son , yoshiakira ashikaga who lived in kamakura came to kyoto to become the next shogun and take up the administration . this incident sparked rumors that said there was an understanding between moronao and takauji to eliminate tadayoshi , and even to this day , there are theories that propose the incident was caused with intention . yoshiakira entered kyoto in november and tadayoshi became a monk in december and is called egen . however , during december , shigeyoshi uesugi and naomune hatakeyama were killed while under moronao 's custody , leading to tension between the two groups again . the decline of the ko clan . in 1350 , the northern court changed the era name to ' kanno . ' in october , takauji set out with his forces to attack tadafuyu in kyushu , who was increasing his power , and meanwhile , tadayoshi escaped from kyoto . takauji continued to move his forces , and tadayoshi gained the support of kunikiyo hatakeyama , tadatsune momonoi , yorifusa ishido , akiuji hosokawa , tokiuji yamana , and takatsune shiba , and in kanto , noriaki uesugi chased away ko no morofuyu of the ko clan in december . takauji returned his forces from bingo and the ko brothers joined him . this is considered to be the start of the kanno disturbance . in november , tadayoshi gathered troops from the various provinces to attack the ko brothers . the retired emperor kogen gave the imperial order to attack tadayoshi , and in december , tadayoshi went to the southern court . in january 1351 , the tadayoshi forces chased yoshiakira from kyoto and preserved the northern court . in february , takauji lost to tadayoshi at the battle of komyo-ji temple ( harima province ) and the battle of uchidehama ( settsu province ) , and reconciled with tadayoshi under the condition that moronao and moroyasu brothers become monks . the ko brothers were killed together with other family members by yoshinori uesugi ( foster son of shigeyoshi who was killed by moronao ) of the tadayoshi group at mukogawa river ( itami city , hyogo prefecture ) in settsu when they were on their way from settsu to kyoto under guard . tadayoshi returned to the administration in a position to support yoshiakira . the defeat of tadayoshi and the surrender of takauji to the southern court even after the decline of the ko clan , there was conflict between the tadayoshi group and the anti-tadayoshi group within the bakufu . doyo sasaki and norisuke akamatsu rebelled against the bakufu and joined the southern court , and takauji set out to omi to attack sasaki , and takauji 's son , yoshiakira set out to harima to attack akamatsu . however , takauji and yoshiakira had a secret treaty with doyo and tried to pincer-attack kyoto , so tadayoshi escaped from kyoto via the hokuriku region and shinano province to reach kamakura city , together with his warriors such as momonoi , shiba , and yamana , takauji negotiated with the southern court and suggested peace talks and requested an order to attack tadayoshi and tadafuyu ashikaga . the southern court agreed to peace under conditions such as the return of the three sacred treasures that the northern court held ( the southern court claimed that they had fakes in their possession ) and the administration , and in october , takauji surrendered to the southern court and received the imperial order . takauji left yoshiakira in kyoto to be in charge of the negotiations with the southern court , and took forces to attack tadayoshi , and in 1352 , he defeated tadayoshi at battles in mt . satta , suruga province ( shizuoka city , shizuoka prefecture ) and hayakawariji , sagami province ( odawara city , kanagawa prefecture ) and chased him into kamakura , where tadayoshi surrendered . tadayoshi was kept under arrest in kamakura and died suddenly in february . the " taiheiki " describes the death as being due to poisoning under orders from takauji . shohei itto regarding the imperial court , with takauji 's surrender , the northern court emperor suko and the crown prince naohito were abolished and kanpaku yoshimoto nijo lost their jobs . the era was unified from kanno 2 of the northern court to ' shohei 6 ' of the southern court . this was called the ' shohei itto ' ( unification of shohei ) . the imperial messenger from the southern court came to kyoto and specific conditions for the peace treaty were discussed . the southern court confronted the northern court by proposing to fire the people selected by the northern court to become tendaizasu ( chief of tendaishu ) and important positions in temples and shrines and replace them with southern court related people , and wanted the cancellation of the return by the ashikaga administration of jito ( land steward ) positions that were taken away during the kenmu restoration to give to kuge and temples and shrines . yoshiakira contacted takauji to confirm the concessions and tried to keep a contingent escape route . the shohei itto was established and when rumors arose that emperor gomurakami was to return to kyoto , southern court supporters in various regions grew active and transferred the main headquarters from ano to tojo ( kanancho ) kawachi province to sumiyoshi settsu province ( sumiyoshi ward , osaka city ) . the southern court under the leadership of chikafusa kitabatake planned to regain kyoto and kamakura together by calling for forces in both eastern and western japan , and in february 1352 , takauji is relieved of his position as seii taishogun by the southern court and imperial prince muneyoshi was installed in his place . yoshioki nitta and yoshimune nitta supported imperial prince muneyoshi and regained kamakura , and takauji , who had just defeated tadayoshi , escaped to musashi province . the main force behind the southern court , masanori kusunoki , and akinobu kitabatake , akitsune chigusa and tokiuji yamana of the tadayoshi group , attacked kyoto and yoshiakira escaped to omi . when he escaped , yoshiakira left the northern court emperor kogon , emperor komyo , emperor suko , and imperial prince naohito in kyoto , and they were taken into custody by the southern court and sent to ano . the southern court regained both kyoto and kamakura as a result of coordination between eastern and western japan , and emperor gomurakami arrived in otokoyama , yamashiro province ( iwashimizu hachimangu shrine in yawata city , kyoto prefecture ) from ano . yoshiakira , who had escaped to omi , rescinded on the shohei itto and returned to the way it was in the era from shohei 7 to kanno 3 , and ignored the unification plan that was discussed , but part of it affected him . yoshiakira used the various shugo and gathered forces such as the toki clan in mino , hosokawa clan in shikoku , akamatsu clan in harima , sasaki clan in omi and with the cooperation of the tadayoshi group yamana clan and shiba clan , they regained kyoto in march and takauji chased away the nitta forces to regain kamakura . in may , emperor gomurakami escaped from yamashiro yawata to ano . takasuke shijo was killed in this skirmish . effects the prolongation of the southern court because of this disturbance , the authority of the shogun that was divided between takauji and tadayoshi ashikaga was unified under takauji and the power of the shogun was strengthened but the southern court that was forced to the brink of elimination when ko no moronao attacked yoshino , was prolonged when tadayoshi and takauji surrendered in turn , and led to the prolongation of the upheaval of the period of northern and southern courts . because one of the conditions that the southern court demanded when takauji surrendered was to unify imperial succession to the southern court , the legitimacy of the imperial succession of the northern court was weakened . since the chiten no kimi ( the retired emperor or the cloistered emperor who held actual power of government ) retired emperor kogon , the retired emperor suko , who had just abdicated the throne , and crown prince naohito , were under custody of the southern court and the three sacred treasures of the northern court that emperor godaigo of the southern court claimed were fakes were also held by the southern court , the northern court was in a state of no chiten , emperor , crown prince , or the treasures . additionally , takauji was dismissed as seii taishogun , the bakufu itself also lost its legal foundation . since the chiten and emperor , who would make the final political decision , were absent , the political administration of the various forces in kyoto ( kuge , bakufu , shugo ) was delayed . this led to a serious political crisis for the bakufu / northern court side . yoshimoto nijo was worried about the situation and in agreement with tsuneaki kashuji and takauji , he requested the biological mother of kogon and komyo , neishi saionji become chiten no kimi and after various obstacles were overcome , he gained acceptance . kogimon-in gave the denkoku shosen ( announcement to the nation ) , suko 's brother , emperor gokogon was able to ascend to the throne . yoshimoto said to the kuge who were reluctant about the ascension of a new emperor without the sacred treasures , ' takauji will be the kusanagi no tsurugi ( sword ) and yoshimoto will be the ji ( seal ) . ' nothing is the matter ' ( " zoku honchotsugan " ( history book edited by the edo bakufu ) he is said to have openly said , but the existence of the sacred treasures was not mandatory for ascension and the denkoku shosen by the chiten was thought to have been sufficient in those times . the imperial conflict within the northern court the 4 emperors of the gokogon line , emperors gokogon , koenyu , gokomatsu , shoko were on the throne , whereas descendants of emperor suko who were the elder brothers , were eliminated from the succeeding line and existed as the hereditary imperial prince line , the fushiminomiya ke , and there is said to be a conflict between the two lines within the northern court regarding imperial succession . as a result , the gokogon line ended with shoko and the next emperor gohanazono ( suko 's great-grandson ) , continued on under the suko line . +the shugo daimyo is a concept in japanese history that refers to the shugo of the muromachi period , who acquired not only the function of the military and law enforcement but also the economic power , and strengthened the territorial , pervasive control over a province . the provincial system governed by the shugo daimyo is called the ' shugo-ryogoku system . ' from the period of the late fifteenth to early sixteenth century , some daimyo became sengoku daimyo ( daimyo of the sengoku , or ' warring states ' period ) while other daimyo declined . the power of the shugo during the kamakura period was prescribed by the legal code for the warrior class : their power was limited to the military and law enforcement , such as the ' taibon-sankajo no kendan-sata ' ( three official authorities given to the shugo over criminal cases : the prodding of lower-ranking vassals to fulfill their duties as obanyaku , i.e. , security guards , in kyoto and kamakura , the search and arrest of rebels and murderers ) and the direction and supervision of obanyaku ; the shugo was prohibited from participating in the administration of the kokuga and the kokuga 's province , which the kokushi was authorized to perform . the shugo system of the kamakura shogunate was inherited when the muromachi shogunate was established . initially , the power of the shugo was limited to the taibon-sankajo-no-kendan , just as it was in the kamakura period , but in 1346 the muromachi shogunate gave the shugo the authority to judge the case of the karita-rozeki and the authority of the shisetsu-jungyo to administer the country more stably . the karita-rozeki , an act of harvesting rice in the paddy field in order to claim the ownership of the land , occurred with the conflicts of land appropriation among samurai . the shisetsu-jungyo was intended to enforce the shogunate 's decision in the field . as a result of obtaining the right of judgment over criminal cases , the shugo now had two rights : the right to intervene in the dispute between samurai in the province and the right to enforce the law . moreover , originally the shugo were often selected from the powerful samurais in the local area , but the change was gradually made to select from the descents of the ashikaga shogun family , the fudai ( hereditary vassals ) or the meritorious retainer . in 1352 , the shugo were given the right of hanzei to collect half the customs from the manor and the kokuga 's territory within the province , in order to secure military provisions for the kanno-no-joran ( turmoil of the kanno ) . initially , the hanzei was granted only in the three provinces where fierce battles had raged ( omi province , mino province , and owari provice ) , but the shugo competed to demand the granting of hanzei , and the right was gradually perpetuated , spreading throughout the land . the hanzei decree of the oan era issued in 1368 authorized the shugo to take not only half the customs , which had already been granted , but also half the land , and subsequently the shugo penetrated deep into the manor and the kokuga 's territory . moreover , the shugo signed , together with the manor lords , a contract to manage the payment of customs , and served as the shugo-uke , who had substantially greater control over the manor . with this shugo-uke , the shugo obtained the right to govern the land itself , i.e. , the shitaji-shinshi-ken ( the right to appropriate the land ) . additionally , the shugo were granted the right to collect the tansen , a tax imposed in proportion to the area by the imperial court or the shogunate for the contingent project ( for example , building the palace ) and to collect the munebetsu-sen , a tax imposed on each house . with this right to collect tax , the shugo continued to strengthen the economic power by independently imposing and collecting the tansen and munebetsu-sen . because of the enhanced powers as described above , the shugo took over the organization governed by the kokushi and recruited the zaicho-kannin ( kokuga 's officer ) in the kokuga as a vassal while at the same time combining the kokuga 's province with the zaicho-kannin 's territory to form the shugo-ryo ( shugo 's province ) directly governed by the shugo . in parallel with these processes , the shugo , with their strong economy , recruited as vassals even influential figures called kokujin , such as the jito ( estate steward ) and the myoshu ( owner of the paddy field ) in the province , in addition to the zaicho-kannin mentioned above . this entire process is called ' hikanka ' ( 被官化 ) , and with it the shugo increased their equal , territorial influence ( pervasive control ) over the province . these functions of the shugo during the muromachi period were considerably different from those of the kamakura period , which were limited to the military and law enforcement ; accordingly , the shugo of the muromachi period is called the shugo daimyo , being distinguished from the shugo of the kamakura period . additionally , the provincial system governed by the shugo daimyo is called the shugo-ryogoku system . the provincial control by the shugo daimyo , however , was not as complete as the one in the sengoku-ryogoku system during the later period : in fact , there are many examples in which the kokujin refused to serve as a vassal of the shugo , particularly in the kinai . moreover , the shogunate did not think it was appropriate to dismantle the manorial system or strengthen the power of the shugo , and this often disturbed powerful shugo daimyo despite the opposition of the imperial court , temples and shrines . by the middle of the muromachi period the system of the shugo daimyo in the shogunate was enlarged , and it was possible to describe the muromachi shogunate as a so-called coalition government of shugo daimyo . powerful shugo daimyo in those days included the tozama-seiryoku ( forces of outside lords ) such as the yamana , ouchi and akamatsu clans , as well as the clans of the ashikaga shogun family such as the shiba , hatakeyama and hosokawa clans . these powerful shugo often resided in the capital for some duration in order to serve the shogunate , and for that reason they appointed the shugo-dai ( deputy shugo ) from the kokujin and the direct vassals as deputies of the shugo when they left the province or had many provinces . even the shugo-dai placed the ko-shugo-dai ( deputy of the shugo-dai ) , creating a structure of governance having two or three layers . since approximately the time of the onin war ( onin-no-ran ) , conflicts between shugo daimyo increased to a striking degree . concurrently with the increased conflicts , the kokujin 's aspirations for independence , as in the kokujin uprising ( kokujin-ikki ) , became more apparent . on one hand , these movements undermined the authority of the shugo daimyo , but on the other hand they tightened the control of the kokujin by the shugo daimyo . starting around the meio-no-seihen ( 明応の政変 ) in 1493 , the shugo daimyo that had failed to regain authority were ousted from their positions by shugo-dai and kokujin , while those that succeeded in tightening the control of the kokujin further strengthened the provincial control . the shugo in the muromachi period that had succeeded in strengthening the control of the province , as well as the shugo-dai and the kokujin that had overthrown the shugo , gradually evolved into the sengoku daimyo . the sengoku period is said to have been the era of gekokujo , in which the inferiors overthrew their superiors , but in fact a considerable number of shugo daimyo managed to become sengoku daimyo . the only families that survived to remain as daimyo in the modern period were as follows : the uesugi , the kyogoku , the hosokawa-oshu , the izumi-hosokawa , the ogasawara , the shimazu , the satake and the soke . +gekokujo ( " the low overturning the high , " a term used to describe retainers overthrowing their lords ) describes situations in japanese history that occur when a person of lower rank overthrows a superior either politically or militarily , and then supplants the superior 's position in society . as a term , gekokujo was in use from the kamakura period through to the period of the northern and southern courts ( japan ) ; examples of gekokujo include the scoundrels that started to appear near the end of the kamakura period who fought against the authorities in order to protect their own vested interests , as well as the anti-authoritarian social movement known as " basara " ( " vajra " in sanskrit ) that occurred during the nanbokucho period . basara activities were banned in the kenmu code , which was the fundamental code of laws for the shogunate established by takauji ashikaga in 1336 . the term also appeared in the phrase " those who establish themselves by gekokujo ( overthrowing their lords ) " in the book " scrawlings from the nijo gawara , " coming to be used as a symbol of the social tendencies of the sengoku period ( period of warring states ) in japan . when we look back on historic situations where a lower-ranked group usurped the authority of their superiors , as when the aristocracy was overthrown by the samurai class , the shogun by the kanrei ( shogunal deputy ) , and the protectors ( essentially provincial governors ) by their deputy protectors , we label it " gekokujo , " but for people in fact in the sengoku period , such situations were more or less par for the course . furthermore , cases where members of a given family usurped the position of head of the family and made themselves daimyo ( territorial lords ) are too numerous to count ; examples include tadayoshi shimazu , harumasa nanbu , and yoshitaka satomi . one point of view holds that the custom of shukun oshikome ( shutting away / neutralizing one 's lord ) often seen among the warrior society in the kamakura period is another type of gekokujo . in the samurai society of the medieval period , the existence and position of a lord was not necessarily guaranteed or absolute to his retainers ; instead , lords and their group of retainers had a shared fate , and their relationship was one of mutual cooperation . as a result , those lords who ignored the desires and ideas of their retainers were often driven from power and replaced by someone else via a meeting of the retainers , and occasionally a powerful retainer would install himself as the new lord with the support of the group of retainers . this sort of tendency is a striking feature of the muromachi period ; shogun yoshinori ashikaga being assassinated by the akamatsu clan ( in the kakitsu revolt ) , shogun yoshiki ashikaga being driven from power by masamoto hosokawa and replaced ( in the meio coup ) , and shogun yoshiteru ashikaga 's assassination by hisahide matsunaga can all be understood as examples of shukun oshikome ( shutting away / neutralizing their lords ) against the shogunal family . in addition to these examples , there were frequently cases , such as the protector family of kawachi province and the hosokawa clan , who held the position of kanrei , where deputy protectors ( shugo ) drove their lords from power and replaced them ; other cases of shukun oshikome include when harukata sue engineered the banishment and annihilation of yoshitaka ouchi , and when shingen takeda brought about the exile of his own father , nobutora takeda . in this way , the mainstream view on the central principle underlying the unstable political situation during the sengoku period gradually shifted from thinking it was gekokujo to people simply taking power for themselves via shukun oshikome . the control that the daimyo in the sengoku period extended over their territories was definitely not autocratic ; instead , it was premised on the approval and inclinations of their group of retainers . when looked at from this viewpoint , it is possible to see the system by which daimyo in the sengoku period ruled their domains as having come into existence via cooperation and solidarity between the daimyo and their groups of retainers . the lords who ignored--or worse yet , despised--the will and inclination of their group of retainers were likely to experience the misery of being deposed and replaced , and judged a fitting target for gekokujo by society . yet , starting from the establishment of hideyoshi toyotomi 's government , situations of shukun oshikome calmed down , and were not seen inside the tokugawa family itself ( which held the shogunate ) , but shukun oshikome remained comparatively frequent among the various daimyo . in 1441 , the sixth ashikaga shogun , yoshinori , was assassinated by mitsusuke akamatsu and his son during the kakitsu rebellion . in 1493 , the tenth ashikaga shogun , yoshitane , was deposed by masamoto hosokawa and allies and replaced by the eleventh ashikaga shogun , yoshizumi , while masamoto himself assumed de facto leadership of the shogunate . in 1551 , dosan saito drove his lord the protector yorinari toki into exile and he himself became lord of mino province . in 1565 , the thirteenth ashikaga shogun , yoshiteru , was assassinated by hisahide matsunaga and his allies . in 1573 , the fifteenth ( and last ) ashikaga shogun , yoshiaki , was exiled from kyoto after losing in a confrontation with nobunada oda . in 1582 , there was an incident at honnoji temple . during the incident , nobunaga oda was the victim of an insurrection by his vassal mitsuhide akechi . so , in 1582 , the vassals of the oda family gathered at kiyosu castle in owari province ( modern-day aichi pref . ) , and began their meeting ( the kiyosu meeting ) to determine the rightful successor to the slain nobunaga oda . hideyoshi toyotomi , who had the greatest record of achievements after hunting down and killing mitsuhide akechi--the ringleader of the incident at honnoji temple--nominated hidenobu oda , the grandson of nobunaga , as a puppet ruler ( hidenobu was only two at the time ) , thereby usurping the lion 's share of successional power for himself . +the nanbokucho era ( the period of the northern and southern courts ) in japan refers to one subsection of medieval japanese history . events that occurred at or right after the end of the kamakura period such as the genko war and the kenmu restoration are usually considered part of the period of the northern and southern courts , but strictly speaking , the term refers only to the span of time between 1336 , when takauji ashikaga raised emperor komyo to the chrysanthemum throne , thus leading to a schism in the imperial court after emperor godaigo departed kyoto and established his court at yoshino , and 1392 when the two courts were again unified ; it overlaps with the early muromachi period . during the period , two imperial courts existed in japan , the southern court ( located at the emperor 's residence in yoshino , yamato province ) , and the northern court ( in heian kyo ( kyoto ) , yamashiro province ) , and each court tried to claim sole legitimacy for itself . those who argue that the southern court was the true court prefer to call this timespan ' the yoshino court period ' ( see also the article on the nanbokucho seijunron , the debate over legitimacy between the northern and southern courts ) . in 1246 , towards the end of the kamakura period , the imperial family fell into a struggle over the imperial succession upon the abdication of emperor gosaga , splitting into two groups , the kameyama ( daitokuji ) lineage and the gofukakusa ( jimyoin ) lineage . at that point , through the mediation of the kamakura bakufu ( japanese feudal government headed by a shogun ) , a compromise was reached where it was decided to alternate between the two lineages , choosing the emperor from each lineage in turn ( called " ryoto tetsuritsu " in japanese ) . then in 1333 , emperor godaigo , of the daikakuji lineage , issued an imperial edict to the warriors all over the country to strike down the shogunate . thanks to the efforts of takauji ashikaga ( at this point his name was still written with the character for " taka " meaning " high " ) and yoshisada nitta , who responded to godaigo 's order , the kamakura bakufu was destroyed , and the kenmu restoration , an era of direct imperial rule by emperor godaigo began . but the political situation remained bogged down in chaos , and because of inequalities and unfairness in the giving of rewards , godaigo was never able to gain control over the warrior class . after putting down the nakasendai revolt ( a counter-rebellion against godaigo , literally meaning " the revolt of the intermediate generation ( a brief respite between the control of the hojo and the ashikaga ruling clans ) , takauji remained in kamakura , becoming alienated from godaigo 's government , and this prompted many disgruntled samurai to flock to his banner . emperor godaigo commanded yoshisada nitta and akiie kitabatake to hunt down and destroy takauji . but the nitta army was defeated in the battles of takenoshita in hakone , and takauji 's forces entered kyoto ; takauji was finally driven from the city later through the efforts of the kitabatake army , which had marched down from mutsu province . takauji 's forces moved off to kyushu , and having regained their momentum with victory in the battle of tatarahama , the following year they regrouped and marched east again under the imperial edict of emperor kogon of the gofukakusa ( jimyoin ) lineage . the imperial faction forces , led by yoshisada nitta and masashige kusunoki , that marched to meet them were defeated in the battle of the minato river , and holed up on mt hiei . takauji sought reconciliation with emperor godaigo , and having regained control over the three imperial regalia , he became the principal support for emperor komyo of the gofukakusa ( jimyoin ) lineage ( the northern court ) . additionally , takauji enacted the kenmu code , established an administrative policy and formally created a shogunate . emperor godaigo , on the other hand , escaped from kyoto , fleeing to yoshino and insisting that ' the imperial regalia i handed over to the northern court are fake ; emperor komyo 's throne is not the true imperial throne ' before establishing his own court at yoshino ( the southern court ) , sending his own sons in obedience to his wishes to various areas , including hokuriku and kyushu . by 1338 the southern court faction had seen its military leaders , including nagatoshi nawa , chikamitsu yuki , and tadaaki chigusa , and in addition akiie kitabatake and yoshisada nitta , die in battle one after the other , and were overwhelmingly outmatched militarily by the northern court faction . after masashige kusonoki 's sons , brothers masatsura and masatoki kusunoki , were struck down by ko no moronao of the ashikaga faction in the 1348 battle of shijonawate , the imperial residence at yoshino was overrun by the ashikaga , and emperor gomurakami and the rest of the southern court faction were forced to flee to ano ( the present-day city of gojo in nara pref . ) ; the decline of the southern court 's power and influence could no longer be concealed . but thereafter , the feud between takauji 's younger brother tadayoshi ashikaga , whom takauji had entrusted with the running of the government , and the ashikaga family steward , ko no moronao , spilled out into the open , and during the kanno era , the shogunate experienced an internal struggle known as the kanno disturbance . after being defeated in this political struggle , tadayoshi switched his allegiance to the southern court , and tadafuyu ashikaga , takauji 's son and tadayoshi 's adopted child , followed his adopted father in switching sides , fleeing to kyushu and fighting against the northern court . a fraction of the provincial protectors ( shugo were tantamount to governors ) like tokiuji yamana also joined the southern court faction and fought for them , and with the struggle to recapture kyoto widening in this way , the southern court gained a reprieve . emperor gomurakami relocated to suminoe palace ( shoin palace ) of the tsumori clan , southern court supporters whose family held the chief priesthood of the grand shrine at sumiyoshi ; the palace was renamed the imperial residence at sumiyoshi ( located in modern-day sumiyoshi ward in the city of osaka ) . in 1351 ( shohei 6 / kanno 2 ) , takauji temporarily submitted to the southern court 's authority in an effort to undercut the tadayoshi faction , and the era name was unified under the southern court 's name , shohei , in what was called " the shohei unification . " as a result of this shohei unification , takauji was dismissed from his position as seii taishogun ( literally , " great general who subdues the barbarians " ) . the southern court , seizing this opportunity , launched an attack on kyoto and drove out yoshiakira ashikaga , occupying kyoto and seizing the imperial regalia . yoshiakira revived the northern court era name and recaptured kyoto , and when the southern court forces withdrew from the city , they took both retired emperors kogon and komyo , as well as emperor suko ( kogon 's son ) , who had just abdicated the throne , back with them to ano . in response to this , the northern court took kogon 's son , suko 's younger brother , and raised him to the throne as emperor gokogon without the imperial regalia ; thereafter the northern court restored both its nobles and samurai to their former ranks , and takauji was also reappointed seii taishogun . chikafusa kitabatake , of the southern court , planned to concentrate the southern court 's forces in kanto , and wrote the jinno shotoki ( succession of heavenly imperial rulers ) , a document trying to show the southern court 's legitimacy , while besieging oda castle in hitachi province . when emperor godaigo passed away in 1339 , chikafusa became the de facto leader of the southern court , but when chikafusa himself died in 1354 , the southern court again fell into decline ; having lost the internal power struggle within the ashikaga shogunate , kiyouji hosokawa switched allegiance to masanori kusunoki and the southern court and together managed to briefly occupy kyoto , but in 1367 they were defeated , and thereafter the southern court lost its large-scale military might , and even suffered the loss of hiroyo ouchi and tokiuji yamana , who submitted to the shogunate during the rule of shogun yoshiakira ashikaga . after yoshiakira died , governance over the shogunate fell to the kanrei yoriyuki hosokawa , acting as advisor to the young shogun yoshimitsu ashikaga ; under yoriyuki 's direction , the shogunal system was firmly established , and the northern court launched various maneuvers against the southern court , including forcing masanori kusunoki ( son of masashige ) , the southern court 's chief military commander , to switch allegiance to the northern court . in kyushu , the fight continued between the kikuchi clan , who had been defeated by the ashikaga army in the battle of tatarahama , as well as other southern court forces against the armies of yoshinaga nikki and noriuji ishiki , whom takauji had left in charge in kyushu . in order to bolster the southern court 's military might in kyushu , emperor godaigo 's son imperial prince kaneyoshi was dispatched there as seisei shogun ( general of the west ) , and in the battle of the chikugo river ( also known as the battle of ohobaru ) over 100,000 men were said to have fought , including imperial prince kaneyoshi , takemitsu kikuchi , taketsura akaboshi , sadahisa utsunomiya , and nagayuki kusano for the southern court , and father and son yorihisa and naosuke shoni as well as ujitoki ouchi and fuyutsuna utsunomiya for the northern court . the northern court forces were defeated and fled to dazaifu , and for about the next ten years , kyushu passed under the control of the southern court . and then , after the kanno disturbance , a new faction emerged under tadafuyu ashikaga , and a three-way struggle began . around this time , maritime groups of pirates called wako ( meaning japanese pirates ) began to raid the coasts of the korean peninsula and china ( these are labeled the " early period wako " to distinguish them from later pirate groups of the same name ) , and a request , called a sakuho , from the ming court that the pirates be brought under control was sent to imperial prince kaneyoshi , addressed to the ' king of japan ' ; kaneyoshi thereby received a boost to his authority . then the muromachi bakufu dispatched sadayo imagawa to kyushu to subjugate the southern court forces there , and after tadafuyu also yielded to the bakufu , kyushu passed back under the control of the bakufu during the rule of shogun yoshimitsu ashikaga . thereafter , yoshimitsu ashikaga was sent a new official message ( sakuho ) from the ming court addressing him as the ' king of japan . ' but having reached the period of the kowa / entoku and genchu / shitoku eras , imperial prince kaneyoshi , akiyoshi kitabatake , and imperial prince muneyoshi , who had been fighting for the southern court from the early days of their anti-shogunal struggle , and had been the southern court 's main support , died one after the other , and when emperor chokei--who had been such a stalwart opponent of the northern court--abdicated , the southern court entered a period of extreme decline ; during the meitoku period , yoshimitsu ashikaga was able to greatly reduce the power and influence of the strongest shugo daimyo one after another , until almost all means to resist the northern court had been lost . amid such circumstance , in 1392 ( genchu 9 / meitoku 3 ) , through shogun yoshimitsu 's mediation , under the conditions that the alternate succession between the kameyama ( daitokuji ) and jimyoin lineages be restored , and the kameyama ( daitokuji ) lineage be officially made owner of all the kokuga ( public ) territory in the entire country ( although in actuality , there was very little such territory due to the proliferation of shoen ) , emperor gokameyama of the southern court handed over the imperial regalia to emperor gokomatsu of the northern court , and the northern and southern courts were unified ( in what was called the peace treaty of meitoku ) . after the unification was completed , however , the promise to uphold the alternate succession was broken and the jimyoin lineage continued to monopolize imperial succession , and consequently former southern court retainers continued their resistance , in their attempts to restore their own lineage to the imperial throne , into the middle of the fifteenth century , and were later dubbed " gonancho " ( ex-southern court forces ) . gonancho resistance only intensified after 1428 , when the jimyoin lineage running from the eldest son was broken . in 1443 , in what became known as the kinketsu incident ( the incident at the forbidden palace ) some of the surviving southern court former retainers , along with the entire household of the hino clan , broke in to the imperial palace where they stole two of the three imperial regalia of japan , the ama-no murakumo no tsurugi ( the heavenly cloud gathering sword ) and the yasakani no magatama ( the grand jewels ) before fleeing with tsuzosu and gonzosu , brothers of the southern court lineage . the sword was soon recovered by shogunal forces , but the gonancho forces were able to escape with the grand jewels . but in 1457 , the gonancho forces were essentially ruined when they were betrayed by the surviving retainers of the akamatsu clan , who were seeking to restore the clan after their annihilation in the kakitsu rebellion ; the southern court descendants , the brothers jitenno and chugio , were assassinated , and the grand jewels were restolen . in the early days of the kamakura period , samurai had not yet begun to challenge the ownership of kokugaryo ( public ) lands and shoen ( private estates ) by the imperial household , the aristocracy ( the court nobles ) , and the temples and shrines . but as the kamakura period progressed , the samurai-based administrative system , warriors serving as shugo ( protectors ) and jito ( estate stewards ) began to take over kokuga ( public ) territories and shoen through such means as jitouke ( in which an estate steward was contracted by the rightful owner of an estate to guard it ) and shitaji chubun ( whereby lands were divided between steward and owner ) . these trends became still more prominent in the period of the northern and southern courts with the spread of the half-tax , in which half of the yearly proceeds of a shoen were turned over to the shogunate , and the shugouke system , in which the shugo was contracted with the duty of collecting the land tax . moreover , in addition to the taibon sankajo , the three great duties ( of answering the call to guard kyoto , and of hunting down traitors and assassins ) required of the gokenin ( lower retainers ) during the kamakura period , the shugo were also tasked with protecting the rice fields from those who sought to avoid tax by harvesting rice illegally , and as time passed the rightful owners of the estates could no longer dare refuse to hire a shugo for their lands . in these conditions , the position of samurai regarding the control over land changed from being mere managers of shoen , tax collectors and subordinates to the rightful owners , to essentially supplanting the titular owners and assuming de facto control over the shoen . shugo took such warriors in their newfound positions of power and forged a master-follower bond with them , thereby strengthening their hegemony over their own territories , and eventually began to be called " shugo daimyo " ( daimyo literally means " big name " ) . because of this , by the time the northern and southern courts were unified , almost no kokuga ( public ) territories remained . nevertheless , although the shoen koryo sei ( system of controlling private and public lands ) did not completely collapse until more than 200 years after the reunification of the southern and northern courts , when the taiko hideyoshi toyotomi ordered his great country-wide land survey , land ownership had already reached a major turning point during the period of the northern and southern courts . the political authority of the aristocracy ( court nobles ) and the imperial court was sapped away through wars and rebellions , and true leadership over the country 's government passed completely over to the warrior class . moreover , even within the samurai society , the system of dividing and distributing ownership and control of lands throughout the country , which until that point had been thought fair and natural , became problematic , and the tendency for owners to sell or exchange some of these distributed lands to concentrate their power and influence in one place became pronounced . as a result , many clans relocated from their cramped family lands in kanto to the more spacious lands they had been newly awarded . starting in more recent years , debate has been raging over which lineage , that of the southern or northern court , is legitimate ( called the nanbokucho seijunron in japanese ) . in the meiji period , the imperial household declared the southern court to be the legitimate court , and the ministry of education , culture , and sports ordered that government-controlled textbooks begin using the term ' yoshino period ' instead of nanbokucho . the southern court was still officially considered the legitimate imperial court after the second world war , but in harmony with the historical reality , the term ' nanbokucho period ' once again came into widespread use . moreover , there were also some who advocated changing the term to ' hoku southern period ' to emphasize the fact that the northern court 's period of predominance had been longer than the southern court 's , and that in the end the southern court was unified into the northern court , not the other way around . basara , " scribblings from the nijo riverbank , " and renga ( linked verse ) a list of prominent figures of the period of the northern and southern courts emperors +the jokyu rebellion ( jokyu no ran ) occurred in the third year of the jokyu era ( a.d. 1221 ) during the kamakura period ; in this armed conflict , emperor gotoba raised troops to attack the kamakura bakufu ( japanese feudal government headed by a shogun ) but was defeated . it is also known as the jokyu disturbance or the jokyu war . even after the kamakura bakufu , when a samurai government was established , it continued to rule in step with the old aristocratic system of government in kyoto ( called the " lord governing in heaven " system ) as part of a two-part government , but as a result of the jokyu rebellion , the shogunate gained the upper hand , placing restrictions on the power of the imperial court , and achieving influence over matters of imperial succession etc . progress background given the tumultuous history of the disturbances in the jijo and juei eras , the kamakura bakufu--made up primarily of samurais from the eastern provinces , having its stronghold in kamakura , and having minamoto no yoritomo as its leader--exerted control over assignments of provincial governors and estate stewards in several provinces , mainly in the east , and held the power to police those domains ; in the west , however , they had no real control , whereas the imperial court 's power in the west remained considerable , and thus the shogunate and the court were stuck as joint rulers of japan . the retired emperor gotoba possessed many talents , including exceptional skill in the arts--as evidenced by the fact that he personally chose the poems that were recorded in the " shinkokin wakashu " ( a new collection of ancient and modern japanese poetry ) --but his skills also extended to the martial arts , and he was fond of hunting as well , making him quite unique as a sovereign ; in the time leading up to his revolt , he had worked to bolster his military strength by establishing a western guard corps and adding this to his existing northern guard corps . retired emperor gotoba 's financial resources came from his extensive shoen ( private estate holdings ) located in various provinces , including the chokodo and hachijoin territories . however , because many of these private estates were located in places where the shogunate held sway , tax payments and so forth were frequently late , and the retired emperor gotoba , the overlord , or one of his vassals often became embroiled in disputes with the local overseers . in the first month of the first year of the jokyu era ( 1219 ) , the third seii taishogun ( literally , " great general who subdues the barbarians " ) , minamoto no sanetomo , was assassinated by his own nephew , kugyo . according to the explanation given in the " jokyu ki " ( chronicle of the jokyu era ) and other ancient sources , this resulted from the curse of " getting too big for one 's breeches " ( the idea that if someone rose to an official post beyond what was appropriate for them , disaster would occur ) ; when the retired emperor gotoba heard of sanetomo 's death , he was inordinately pleased . regarding this state of affairs , the retired emperor gotoba had initially avoided confrontation with the military government and had instead aimed for harmony between court and shogunate ; for that reason , he had if anything seemed strongly supportive of sanetomo 's rise to the rank of shogun . with sanetomo 's sudden death , responsibility for ruling at kamakura fell to masako hojo , yoritomo 's legal wife , and to her younger brother yoshitoki hojo , regent to the shogun , who advised her . the shogunate submitted a request to the retired emperor gotoba that his son , imperial prince masanari , be sent to kamakura as the new shogun . in response to this request , the retired emperor gotoba sent his vassal tadatsuna fujiwara to kamakura , who submitted as requirements that the punishment of the gokenin ( low-ranking warrior vassal ) morita nishina ( a member of the western guard corps ) , who was close to the retired emperor , be overturned , and the annulment of responsibility over the nagae estate in settsu province , which belonged to the courtesan igakyoku ( formerly the prostitute kamegiku ) , and the kurahashi estate be repealed . yoshitoki , who saw these requests as shaking the very foundations of shogunal authority , refused . yoshitoki provided his younger brother , tokifusa hojo , with 1000 mounted samurai warriors and sent him up to the capital at kyoto , intending to negotiate with the court with this intimidating show of force as a backdrop , but the court held firm in its position and the negotiations broke down . consequently , yoshitoki gave up the idea of having an imperial family member as shogun , choosing instead to seek a shogun from among the line of regents and advisors ; in the sixth month of the same year , he hailed mitora kujo ( afterwards known as yoritsune kujo ) , son of michiie kujo , as the new shogun and lord of kamakura , creating a rule by regency system that concentrated most power in the regent 's hands . the problematic issue of the shogunal succession left lingering bad feelings between the retired emperor gotoba and yoshitoki . then in the seventh month of the same year , minamoto no yorishige , grandson of minamoto no yorimasa and guardian of the imperial palace , was attacked and killed by the western guard corps . the reason given was that yorishige had been plotting to usurp the position of shogun himself , but given the poor relations with the shogunate , for the retired emperor gotoba to send the court 's military forces into action for such a reason would have been unnatural , and so it is thought that gotoba struck because yorishige had learned gotoba had been carrying out incantations and prayers to curse kamakura . perhaps for the very same reason , right after this incident with yorishige , the saisho shitenno-in ( the hall of the four conquering deva kings ) , which the retired emperor gotoba had been using for such prayers , was demolished . tension between the court and the shogunate gradually escalated , and the retired emperor gotoba 's intention to strike down the shogunate hardened , but emperor tsuchimikado opposed this plan , as did many of the court nobles , including the regent iezane konoe and his father , motomichi konoe , and many nobles opposed the plan or supported it only halfheartedly . emperor juntoku enthusiastically supported the plan to overthrow the shogunate , so in 1221 , he abdicated in favor of imperial prince kanenari ( who became emperor chukyo ) , and with his newfound freedom from official duties he actively worked to aid the plan to topple the shogunate . he secretly commanded temples and shrines to begin incantations and prayers to curse yoshitoki . rumors of a plot to overthrow the shogunate began to circulate , until things reached the point that a confrontation between the court and the shogunate was unavoidable . retired emperor gotoba raises an army on the fourteenth day of the fifth month in 1221 , the retired emperor gotoba used a mounted archery competition as a pretext to gather samurai warriors together from all over the country , until he had assembled an army of over 1700 mounted samurai , including those in the northern and western guard corps and those official guardsmen stationed in kyoto . among these samurai were the prominent gokenin ( lower vassals ) moritsuna ono and taneyoshi miura . the protector of kyoto , chikahiro oe ( son of hiromoto oe ) , who was also the shogunate 's local envoy , was coerced by the retired emperor gotoba until he had no choice but to join the capital faction . at the same time , dainagon ( chief councilor of state ) kintsune saionji , who was of the faction friendly to the shogunate , was put under house arrest . the next day , on the fifteenth , 800 riders led by hideyasu fujiwara , of the capital faction , raided the mansion of mitsusue iga , one of the protectors of kyoto . mitsusue had only a handful of samurai with him and was killed in heavy fighting , but he managed to get one of his servants safely away who went and reported the critical state of affairs to the shogunate . the retired emperor gotoba then issued an imperial decree to all the gokenin ( lower vassals ) and jito ( estate stewards ) in the various provinces to hunt down and kill yoshitoki . he simultaneously prepared for conflict by fortifying the barriers and checkpoints in the neighboring provinces . morale among the capital faction became very high , and they optimistically predicted that , given the fact yoshitoki had been declared a traitor and an enemy of the court , he would probably not be able to find even 1000 men to stand with him . in response to this , iesada sho ( 庄家定 ) , one of the samurai of the eastern provinces , rebuked their optimism , saying ' surely the samurai on yoshitoki 's side will number not a man less than 10,000 . indeed , had i been in kanto ( eastern japan ) , i too would have become yoshitoki 's ally , " and with these words fell into disgrace with the retired emperor gotoba . those of the capital faction were convinced that the imperial decree would absolutely have the desired effect , and all the warriors of the various provinces would flock to join them . the retired emperor gotoba sent a messenger to kamakura who carried special decrees for the influential gokenin among the shogunate , and above all for yoshimura miura . to yoshimura miura in particular , his younger brother taneyoshi said ' if you want to be appointed inspector general of all japan , all you must do is join us as our ally , ' and hopes were high that yoshimura would be won over . nagahira miyoshi , a high-ranking member of kintsune saionji 's household , and mitsuhide iga both sent urgent messages to kamakura that the retired emperor gotoba was raising an army ; they arrived on the nineteenth . the envoys from the capital faction arrived somewhat after these missives , so the samurai of the shogunate , forewarned , were able to capture the imperial envoys . yoshimura miura , after receiving the secret message from taneyoshi , chased off the messenger and immediately sent the secret message on to the shogunate . news that the retired emperor was raising an army caused great consternation among the samurai of kamakura , but according to the " azuma kagami " ( mirror of the east ) and the " jokyu ki " ( chronicle of the jokyu era ) , masako hojo responded , ' the obligation we bear to the former great general of the right ( yoritomo ) is surely higher than a mountain , and deeper than the sea . this unjust imperial decree is due to the slanders of disloyal retainers . strike down and capture hideyasu and taneyoshi , and fulfill your duty to the remains of the slain third shogun . those who wish to join the retired emperor as allies , let them immediately declare their intentions and go to him , ' she said in tears , giving what most consider a masterful performance , and consequently they were successful in gathering many gokenin around yoshitoki . progress of the war a war council consisting of yoshitoki , yasutoki hojo , tokifusa hojo , hiromoto oe , yoshimura miura , kagemori adachi , and others was convened , and in response to the cautious view that they hold out to the bitter end at hakone and at mt . ashigara , hiromoto advocated that they sally forth for a preemptive strike on the capital . masako judged a sortie towards kyoto the best course of action , so it was decided to launch an attack ; samurai were quickly assembled , and on may 22 they were dispatched to converge on the capital from three sides , along the tokaido ( eastern sea road ) , the tosando ( eastern mountain road ) , and the hokurikudo ( the road through hokuriku , the area on the japan sea side northwest of modern-day tokyo ) . because the forces had been assembled so hastily , the army that departed from kamakura along the tokaido initially consisted of only 18 horsemen . before he had gone too far , yasutoki turned back to kamakura to consult with yoshitoki about how to proceed if the emperor were to lead his forces personally . yoshitoki is said to have ordered him , ' we cannot raise our bows against the emperor 's person ; quickly strip off your armor and cut your bowstrings , and surrender to him . but if he is not personally in command , fight with all your might . ' along the way , the ranks of the shogunal army swelled until in the end , if the " azuma kagami " can be believed , they had assembled an army of 190,000 horsemen . yoshitoki sent the messengers of the retired emperor gotoba he had captured back to the capital bearing a letter in which he declared war . blithely assuming that the samurai of kamakura would obey the imperial decree and strike down yoshitoki , the retired emperor gotoba and the rest of the capital faction leaders had not anticipated the shogunal sortie , and were thrown into considerable panic . in any event , the capital faction , with hideyasu fujiwara as the general in command , decided to meet the shogunal army in battle , and consequently sent more than 17,500 riders out into mino province ( now part of gifu prefecture ) . the capital faction formed defensive battle lines along the owari river , the provincial borders of mino and owari ( part of modern-day aichi prefecture ) , unwisely dispersing their already outnumbered forces . on the fifth day of the sixth month , the 50000-strong shogunal army marching along the tosando , led by nobumitsu takeda , routed 2000 riders of the capital faction that were commanded by korenobu ouchi and had been drawn up in battle formation at oidowatari . judging that there was no way for them to aid korenobu , hideyasu fujiwara and taneyoshi miura decided to pull back quickly to the cities of uji and seta ( otsu city ) , from there to protect the capital . on the sixth day , the main shogunal force , 100,000 riders advancing up the tokaido under the command of yasutoki and tokifusa , crossed owari river ; when they attacked the enemy encampment at sunomata , they found it completely empty , and only shigetada yamada offered any fierce resistance at kuise river , making the engagement a complete rout for the capital faction , who had been dealt a crushing defeat . tomotoki hojo , in command of the 40,000 strong army coming along the hokurikudo , also crushed the capital faction forces at mt . tonami and forced his way into kaga province , homing in in on the capital . when news of the defeats at mino and owari reached the capital faction they were thrown into a panic , and the capital itself descended into pandemonium . the retired emperor gotoba personally girded on weapons and armor and climbed mt . hiei , seeking the military support of the sohei ( warrior monks ) , but his plan to rein in the temples and shrines had not gone over well at all with the monks of mt . hiei , who refused to join forces with him . lacking any other choice , the capital faction decided to take all their remaining military forces and form up for battle in uji and seta and attempt to repulse the shogunal army at the uji river ; the court nobles also joined the battle formation as high generals . on the thirteenth day of the sixth month , the capital faction and the shogunal army met in battle . the capital faction destroyed the bridges over the uji river , and fought a desperate defensive battle , shooting so many arrows they fell like rain . the river 's water level was high due to a recent downpour , so the shogunal army was unable to cross the river and found themselves at a loss as to how to attack ; on the next day , the fourteenth , they attempted to force a crossing right in front of the enemy army , and despite losing many samurai to drowning , they succeeded in breaking through the enemy encampment . the capital faction was routed , and the shogunal army stormed into the capital . the shogunal forces set ablaze both temples and shrines and the homes of court nobles and warriors in the capital faction , and began to pillage the city . according to the " jokyu ki " ( chronicle of the jokyu era ) , the routed generals of the capital faction , hideyasu fujiwara , taneyoshi miura , and shigetada yamada , intended to fight to the last and rushed to the imperial palace to make their stand , but the retired emperor gotoba had ordered the gates firmly shut and turned them away . shigetada yamada reportedly cried ' we have been deceived by our lord , who turned out to be a great coward , ' and thereupon struck the gate in indignation . the retired emperor gotoba sent an emissary to the shogunal army , claiming that the entire rebellion was the plot of his scheming advisors , and that he was repealing the decree to hunt down and kill yoshitoki and was issuing a new decree demanding that hideyasu fujiwara , taneyoshi miura and the others be captured . betrayed by the retired emperor gotoba , hideyasu fujiwara , taneyoshi miura , shigetada yamada and the other samurai of the capital faction holed up in toji temple and fought back . yoshimura miura 's forces attacked them at toji temple and routed hideyasu fujiwara and shigetada yamada , while taneyoshi miura fought to the last and in the end took his own life . aftermath of the battle in the seventh month , the ringleaders of the rebellion , the retired emperors gotoba and juntoku , were exiled to the islands of oki and sado , respectively . the retired emperor tsuchimikado , who had opposed the plan to attack the shogunate , was exiled to tosa province , which is where he himself had wished to be sent . the retired emperor gotoba 's sons , the imperial princes masanari and yorihito , were also banished , to the provinces of tajima and bizen , respectively . the reigning emperor , chukyo ( note however that the titles kujo the deposed emperor and chukyo did not come into use until the meiji period ) , was deposed , and the son of imperial prince morisada was raised to the throne ( as emperor gohorikawa ) . kintsune saionji , who belonged to the faction friendly to the shogunate and whose movements were restricted due to his opposition to the retired emperor gotoba 's plan , was raised to the position of minister of the interior , and as someone who would accept the will of the shogunate , he became the de facto leader of the court . the retired emperor gotoba 's extensive holdings of shoen ( private estates ) were confiscated and given to the imperial prince morisada ( who was known posthumously by the title retired emperor gotakakura ) . the sovereignty over these lands remained with the shogunate , however . court nobles such as nobuyoshi ichijo , mitsuchika hamaru , arimasa minamoto , muneyuki hamaru , and norishige takakura who had joined the retired emperor gotoba in his plan to raise an army against the shogunate ( who later became known as the ' kasen-chohon-kugyo , ' meaning " the court nobles behind the attempt to overthrow the shogunate " ) were sent to kamakura but executed en route , and the various other ministers close to the retired emperor were banished and dispersed throughout the country or kept under house arrest . furthermore , a great many samurai and gokenin of the capital faction , including motokiyo goto , tsunetaka sasaki , michinobu kono , and chikahiro oe , were purged from rank and position and exiled . after the rebellion , yasutoki , tokifusa , and the other high commanders of the shogunal army stayed at rokuhara in the capital , keeping watch over the imperial court and assuming command of the warriors from the western provinces . in place of the protectors of kyoto , the court now had to accept the surveillance of the newly established commissioner of rokuhara , and shogunal control over court affairs , even up to and including matters of imperial succession , became much stronger . roughly 3000 different territories were confiscated from capital faction nobles and samurai , divided up and given to gokenin that supported the shogunate , and a great many new supplementary jito ( estate steward ) positions were created . effects of the rebellion as a result of the jokyu rebellion , the relative political positions of the imperial court and the shogunate did a complete about-face . the shogunate began to watch the imperial court closely , and became able to intervene even in matters of imperial succession , while the court became hesitant to cross the shogunate , henceforth asking their opinion on all serious matters facing the country . moreover , having obtained quite a number of estates in the west of japan confiscated from nobles and samurai of the capital faction , yoshitoki hojo awarded a great many of them to those gokenin who had distinguished themselves during the war , and consequently strengthened the relationship of trust between the hojo clan and the gokenin ; continuing on from the opening days of the kamakura bakufu , many such gokenin moved out to the western provinces to oversee their new lands , meaning the shogunate 's control even over the kinai region ( the five provinces adjacent to kyoto ) was strengthened . historical records history books " gukansho , " by jien . one theory holds that jien wrote this book in order to convince the retired emperor gotoba to give up his plan to attack the shogunate . the " azuma kagami , " ( mirror of the east ) , a multi-author compilation . a semi-official record of events connected to the kamakura bakufu . war chronicles " jokyu ki , " ( chronicle of the jokyu era ) , two volumes in total . a war chronicle that records the events of the jokyu rebellion . it asserts that the cause of the rebellion was the retired emperor gotoba 's lack of virtue . there are many variant editions . historical tales " rokudai shojiki " ( record of the triumphs of six imperial generations ) : it claims the jokyu rebellion was a result of the fact that the retired emperor gotoba was an immoral ' wicked king . ' " masu kagami " ( the mirror of increasing ) : conveys anecdotes about the aforementioned yoshitoki and yasutoki hojo and about the retired emperor gotoba 's state and demeanor in exile on oki island . +the kenmu restoration ( kenmu no shinsei ) refers to the period of direct imperial rule ( where the emperor personally controls the government ) initiated by emperor godaigo in the sixth month of 1333 , as the kamakura bakufu ( japanese feudal government headed by a shogun ) collapsed ; it can also refer to the administrative unit of imperial rule . the term ' kenmu ' derives from the era name established the following year , in 1334 ( referring to the kenmu era of unified japan , not the later kenmu era of the northern court ) . the days before the second world war were referred to by some in japan as a revival of the kenmu era . in history courses of recent years , the term ' direct imperial rule of the kenmu era ' comes up often . emperor godaigo attempted to rehabilitate the political power and influence of the court through the return to direct imperial rule , but his attempts left many in the samurai class in particular disgruntled , until in 1336 the most powerful member of the kawachi-genji ( minamoto clan ) , takauji ashikaga , became estranged from emperor godaigo , leading to the collapse of the imperial government . stages of the restoration in the latter days of the kamakura period , the government of the kamakura bakufu was controlled in all but name by the tokuso ( head ) of the hojo family ; the naikanrei ( inner administrator ) nagasaki clan held power at that time . the political situation had been unstable ever since the mongol invasion , and due to this and other factors , criminals were active in several provinces , while the shogunate gradually found itself losing the support of the warrior class . in the imperial court , on the other hand , conflict had arisen between the kameyama ( daikakuji ) and the gofukakusa ( jimyoin ) branches of the imperial line ; a system of alternating emperors from each lineage was in place , and in 1318 emperor godaigo of the daikakuji lineage became emperor , taking the engi and tenryaku eras , the reigns of emperors daigo and murakami in the heian period , as his ideal , he aimed in secret to overthrow the kamakura bakufu . as part of emperor godaigo 's plan to topple the shogunate , he twice instigated anti-shogunal uprisings in the shochu disturbance of 1324 ( the first year of the shochu era ) and the genko disturbance of 1331 ( the first year of the genko era ) . but in the aftermath of the genko disturbance , emperor godaigo was taken captive and exiled to the island of oki , and the jimyoin lineage , which had the backing of the kamakura bakufu , was able to raise their candidate , kogon , to the throne . however , those who had responded to emperor godaigo 's call to strike against the shogunate like masashige kusunoki of kawachi province , emperor godaigo 's own son imperial prince morinaga ( also known as moriyoshi ) , who had returned to secular life after serving as head abbot of the entire tendai sect , and norimura ( enshin ) akamatsu of harima province , who provided morinaga support , continued to resist the shogunal forces ; moreover , shogunal supporters like the gokenin ( lower samurai warrior vassals ) yoshisada nitta of kozuke province and takauji ashikaga of shimotsuke province eventually turned against the shogunate and joined the imperial cause , gathering together a force from all the various provinces sufficient to topple the shogunate . in 1333 emperor godaigo escaped from oki island , whereupon he was met in hoki province by nagatoshi nawa ; they went to mount senjo and began raising an army to strike down the shogunate . in kyoto , takauji ashikaga 's samurai destroyed the local magistrate at rokuhara while yoshisada nitta mounted an attack against kamakura itself ; after takatoki hojo and the entire hojo clan had been killed and ( thereby ) the kamakura bakufu had been destroyed , emperor godaigo was met by akamatsu and kusunoki clans , and they all returned to the capital in triumph . the era of direct imperial rule begins emperor godaigo declared both emperor kogon 's reign and the shukyo era name annulled , and announced that all imperial decrees signed by kogon , or court appointments made by him , were invalid ; he took the additional step of dismissing fuyunori takatsukasa from his position as kanpaku ( chief advisor / prime minister ) . after returning to the capital , godaigo entered the throne room on tomikoji hill and repudiated kogon 's imperial rank , ushering in a new era of direct imperial rule ( and of his own second ascension , he insisted that he was not " returning to the throne " but rather had continuously been ruling since 1318 ) ; in kyoto , takauji ashikaga , who with imperial prince morinaga had directed the attack on rokuhara , requested more troops from all the various provinces , and by paying and supplying the samurai that came to the capital , takauji assumed military command over the government of kyoto . on the fifth day of the sixth month , takauji was appointed the chinjufu shogun ( " commander-in-chief of the defense of the north " ) , and he was awarded one character from out of the emperor 's real name ( takahara ) , thereby changing the " taka ( 高 ) " in his own name to the emperor 's own " taka ( 尊 ) . " because imperial prince morinaga , who was on his guard against the considerable might of takauji and the rest of the ashikaga clan , had gone off to mt . shigi and began acting to hem in takauji 's power , on the twenty-third day of the sixth month , emperor godaigo made imperial prince morinaga the seii taishogun ( literally , " great general who subdues the barbarians " ) as part of a compromise plan between the two of them . on the fifteenth day of the sixth month , emperor godaigo promulgated a decree ordering the restoration of all the old fiefs , and he continued promulgating several more commands including a decree to confiscate the lands of the jiryo , one ordering the seizure of all territories held by enemies of the court , and one ordering retrials for poorly judged cases ; these decrees made the emperor 's judgments , in the form of imperial orders , absolutely vital in matters of land ownership , lawsuits , and more . in the seventh month an order for the various provinces to supply an average level of relief was promulgated ; enemies of the court were defined as limited to only the hojo clan , and relief for their fiefs was left up to the provincial governors of the various provinces . offices were established for the keeping of records and the distribution of rewards , and in the ninth month an office for the deciding of miscellaneous appeals was also established . in order to spread imperial control throughout the area from the kanto to the tohoku regions , in the tenth month the emperor made akiie kitabatake , the son of his close associate chikafusa kitabatake , the chinjufu shogun and protector of mutsu province ; chikafusa and akiie obeyed the will of imperial prince yoshinaga ( later emperor gomurakami ) and were dispatched to mutsu province , thereby establishing the office of shogun ( general ) of mutsu , and in the twelfth month takauji 's younger brother , tadayoshi ashikaga , obeyed the imperial order of emperor godaigo 's son imperial prince narinaga and was dispatched to kamakura , where the office of shogun of kamakura was established . in the first month of 1334 , the ceremony of the investiture of the crown prince was held , and imperial prince tsunenaga ( whose mother was yasuko ano ) was chosen as crown prince . the era name was also changed to " kenmu . " also in the first month , plans were released for new taxes , including a 5 % tax to fund construction on the emperor 's own palaces within the daidairi , the imperial palace complex , and a land survey was carried out . plans were laid to issue new paper money called " chohei " ( mulberry paper notes ) and new coins , and in the third month there is a record of an imperial decree to issue kenkon tsuho ( " circulating treasures of heaven and earth " ) , but it cannot be confirmed whether these kenkon tsuho ever in fact existed . it was right around this time that due to these new decrees , the court started receiving a flood of land-related problems as well as court cases and requests for rewards , and chaos caused by conflicts of authority between the mechanisms of the newly established records office and so forth began to arise ; the fact that the new government was beset with problems had come to light very quickly . in the fifth month , the roles and responsibilities of the honke and ryoke within the shoen system were abolished . a decree commanding benevolent rule was promulgated , and temples and shrines were ordered to free the territories under their control from the system of support by the bureau of divinities or the provincial governments . moreover , ten legal provisions were established to govern the court proceedings for the office responsible for deciding miscellaneous court cases . dismissed from his position as shogun and having lost his influence over the kenmu administration , imperial prince morinaga was accused of plotting to overthrow takauji through force of arms , so in the tenth month he was seized and exiled to kamakura . in the twelfth month , new lords of the eight ministries were appointed in a reshuffle of the bureaucracy that paid no attention to conventions of family status . in the fifth month of 1335 , the zo dairi kojisho ( " the office for the oversight of construction projects on the imperial palace " ) was created in order to plan and execute construction projects for the imperial palace . in the sixth month ( under the old lunar calendar ) it came to light that the court noble kinmune saionji , who served as kanto moshitsugi ( a mediator position between court and shogunate ) and was related to the hojo clan , and other nobles sheltered yasuie ( tokioki ) hojo , younger brother of takatoki hojo , and that in obedience to the will of emperor gofushimi of the jimyoin lineage , a conspiracy had been formed to overthrow the new government . kinmune failed his attempted assassination of emperor godaigo and was subsequently executed , but yasuie escaped and began calling together the remnants of the hojo 's military forces from all over the land . even after the collapse of the kamakura bakufu , several provinces , especially those for which the hojo clan formerly held the governorships , arose in counter-rebellion , and in the seventh ( lunar ) month , in shinano province ( modern-day nagano pref . ) , tokiyuki hojo , the orphan of takatoki hojo , and his uncle yasuie hojo raised an army and captured kamakura ; tadayoshi and the others were driven out , and the nakasendai rebellion ( so named because it took place between the old regime , the hojo , and the new , the ashikaga ) began . takauji requested from emperor godaigo that he be appointed seii taishogun and sotsui hoshi ( inspector general ) in order to suppress tokiyuki 's rebellion , but emperor godaigo side-stepped these requests and appointed imperial prince narinaga seii taishogun . when takauji set out to suppress the hojo army despite not having obtained an imperial decree , emperor godaigo belatedly appointed him seito shogun ( literally , " general who subdues the eastern barbarians " ) . takauji , after destroying tokiyuki 's army , violated emperor godaigo 's order to return to the capital and installed himself in kamakura instead ; having become alienated from the new government , he showed his disaffection by bestowing unique rewards on the officers and men who had fought with him to put down the rebellion , and by willfully seizing the territory of the nitta clan in the kanto ( eastern japan ) . takauji next insisted that yoshisada nitta , shoji ( chief ) of the mushadokoro ( the imperial bodyguards ) and the one who possessed the greatest military strength of all the samurai not yet estranged from the emperor , was only pretending to support the emperor and was secretly plotting against him , requesting that emperor godaigo let him suppress yoshisada . emperor godaigo refused this demand by takauji , and in the eleventh month he commanded yoshisada to send his army out to hunt down takauji ; but the nitta army was defeated , and in the first month of 1336 the ashikaga army entered the capital . emperor godaigo fled to mt . hiei , but in the interim the armies of akiie kitabatake , who had marched down from the north , and yoshisada joined forces temporarily and , combined , were able to drive the ashikaga army from the capital . that same year , the ashikaga army once again marched east towards the capital from kyushu , and having obtained an imperial edict from retired emperor kogon of the jimyoin lineage , in the fifth month they crushed emperor godaigo 's loyalist forces at the battle of the minato river ; in obedience to retired emperor kogon , they entered the capital and thus marked the downfall of the new government , after just two and a half years . takauji , after entering the capital , had kogon 's younger brother komyo installed on the throne , creating the northern dynasty ( of japan ) . in the ninth month , emperor godaigo appointed imperial prince kanenaga seisei taishogun ( literally , " great general who subdues the western barbarians " ) and dispatched him to kyushu , while yoshisada nitta went into hokuriku ( the region north-northeast of kyoto ) in obedience to imperial princes tsunenaga and takanaga . in the eleventh month , emperor godaigo descended from mt . hiei and made peace with the ashikaga faction , handing over the three imperial regalia to emperor komyo , but in the twelfth month he escaped from kyoto and fled to yoshino , whereupon he established the yoshino court ( the southern dynasty ) , claiming that the regalia he had passed to komyo were fakes and insisting that he himself was the only legitimate emperor . with this , the period of two opposing courts , the yoshino ( southern ) court and the court in kyoto ( of the northern dynasty ) , began ; the struggles between the northern and southern ccourts were to continue for over 60 years , until the two courts were finally unified in 1392 . the structure of the new imperial government central institutions the department of state ( under the ritsuryo system ) the eight ministries the various government offices and officials the records office the records office had its origin in the heian-era office of records for land deeds to shoen established by emperor gosanjo in 1069 in an attempt to wrest back control over land ownership from the fujiwara line of regents and advisors ; it was set as the highest and most powerful branch of the central bureaucracy in the kenmu government . the records office was revived by emperor godaigo during the era of direct imperial rule ; under the kenmu government , in addition to examining the records for all the shoen , it was also responsible for settling general legal disputes . its members included masashige kusunoki , nagatoshi nawa , and kanemitsu iga . the rewards office the rewards office handled the conferral of honors and awards to those who had participated in the campaign to overthrow the kamakura bakufu . the records and rewards offices were both investigative organizations , reporting on the precedents and different viewpoints in order to pass down judgments on each individual governmental matter ; such judgments then came before godaigo , who issued a settlement for each in the form of an imperial command . the office for deciding miscellaneous appeals this office had jurisdiction over land-related questions , and took over for the mass of hikitsuke ( courts of enquiry ) of the kamakura bakufu . it was established with an organizational structure of from four to eight sections varying by region ; each would be in session on even- or odd-numbered days only . many talented men were appointed from both the nobility and the warrior class to serve as members , the most notable of whom , aside from the nobles , were those from the uesugi clan , a vassal of the ashikaga family , and takauji ashikaga 's steward ko no moronao , as well as some from the nikaido clan , former bureaucrats in the kamakura bakufu . the mushadokoro ( the imperial bodyguards ) a troop of guardsmen and bodyguards for the emperor . yoshisada nitta was appointed their chief ; they were made to fight against takauji . kubodokoro local branches of the government the general 's outpost in mutsu ( in the ryozen machi , in date gun of modern-day fukushima pref . ) imperial prince yoshinaga was the eponymous general ; the father-son duo of chikafusa and akiie kitabatake were tasked with supporting the outpost . the general 's outpost in kamakura imperial prince narinaga was the general of this outpost , which tadayoshi ashikaga ( takauji 's younger brother ) was charged with supporting . protectors and provincial governors rewards / those serving in the government takauji was given the official ranks and titles of chinjufu shogun and commander of the left inner palace guards , and honored by being allowed to use the " taka ( 尊 ) " character from emperor godaigo 's own personal name ( takaharu ( 尊治 ) ) , letting him change the meaning of his name takauji , from " high lineage / clan " to " exalted lineage / clan " ( the original " taka " ( high ( 高 ) ) from takauji 's name had been bestowed on him by takatoki hojo ) . takauji 's younger brother tadayoshi was appointed leader of the horsemen of the left . imperial prince morinaga had desired the position of seii taishogun , and was in fact temporarily appointed as shogun , but in 1334 he lost his standing , was imprisoned in kamakura , and was divested of his position as shogun . among the nobility , the so-called ' three latter-day fusas , ' sadafusa yoshida , nobufusa madenokoji , and chikafusa kitabatake , along with tadaaki chigusa and kiyotada bomon were all appointed to important posts , while talented men in retired emperor gofushimi 's administration were also put to use according to their abilities . among the warrior clans , notable were masanari kusunoki , nagatoshi nawa ( protector of hoki ) , and chikamitsu yuki ( these three , with tadaaki chigusa , were called " the three trees ( ki ) and one grass ( kusa ) " ) ; moreover , other talented men , both noble and non-noble , including the esoteric monks monkan and enkan of the shingon sect , actively served in the government as well . takauji , however , did not assume an official post in the new government , despite being rewarded , due to emperor godaigo 's policy of valuing merit and distinguished service above all . this refusal to serve is said to be part of his effort to draw a line between him and emperor godaigo 's new government . the subsequent state of affairs was called a ' takauji-less ' state . emperor godaigo 's conception of politics is encapsulated best by his speech , recorded in the " baishoron " ( a war chronicle of the nanboku period ) : ' even the examples and precedents of today were once new principles . our new principles will form the precedents for tomorrow . ' in the beginning , the new government did not have any separate government by retired emperors , nor did it make the usual appointments of regent , chief advisor , or seii taishogun , instead aiming to centralize all political power ; superficially , the government was dressed in the guise of a restoration to direct imperial rule , but in fact it was a government set on a truly progressive course , one that rejected the old principle of putting precedent first . emperor godaigo and his vassals had considerable interest in china and were influenced by neo-confucian ( the song-period teachings of chu hsi ) arguments of ruler and ruled and of moral duties , and it is thought that they were trying to set up a dictatorship comparable to the song-era administration . the ' kenmu ' era name , established in the first month of 1334 , was the era name chosen in china in the twenty-fifth year of the later han dynasty , when liu xiu ( emperor guangwu ) destroyed wang mang and restored the han dynasty to power ; he went against precedent , and despite the fact that it was the fifty-eighth year of the sixty-year cycle and it was taboo to use the character " mu " ( samurai ) in that year , he overcame the resolute opposition of the nobility and selected ' kenmu ' as the era name anyway . in the eighth month of 1334 , as a criticism of the new government , a satire of the government called " scribblings by the nijo riverbed " was published . criticism of the new government was not limited to warrior families and commoners , however ; in 1338 , before akiie kitabatake led his army out , he remonstrated with emperor godaigo about the failures of the new government , and his father chikafusa kitabatake 's " shokugensho " as well as other nobles ' diaries record comments critical of and indicating their dissatisfaction with the government , showing that later on , even nobles like the kitabatake father-son duo , who fought to oppose the northern dynasty , did not fully support the new government . contradictions in the new government the kenmu administration was characterized by impatience and , being unable to provide a solution to the complicated land-related lawsuits with which they were plagued , was beset by confusion . this characterization is also recorded in the " scribblings by the nijo riverbed . " over and above the fact that to the samurai , who had owned the lion 's share of land throughout the country , having the emperor assert direct control over that land was entirely unprecedented , emperor godaigo 's government was also impetuous , ensuring that it would not receive the support of the samurai class . those who were amply rewarded for their meritorious contribution to the shogunate 's defeat--takauji ashikaga , yoshisada nitta , masashige kusunoki , etc.--were only a tiny fraction of those who fought , and norimura ( enshin ) akamatsu , who had joined the struggle to overthrow the shogunate from the very beginning , was forced to forfeit his protectorship of harima province , and the chaos caused by situations , like when a single plot of land found itself with multiple owners , showed the unfairness of the system to reward distinguished service against the shogunate , making it likely that discontent against the new government was strong right from the beginning ; but emperor godaigo 's vassals sadafusa yoshida and tadaaki chigusa were made to take the blame for this situation and were driven out of office and forced to take the tonsure . there were also some , like fujifusa madenokoji , who despaired of the administration and chose to take the tonsure . because talented men were appointed to office without regard to class differences between nobles and samurai or the presence or absence of specific abilities , the administration fell into extreme chaos . in rural areas , as well , having the position of the provincial governor , working to revitalize the officers of the ritsuryo system who had become mere empty figureheads , coexisting with the protectors and jito ( estate stewards ) , who had been part of the system of government by the samurai clans since the founding of the kamakura bakufu , revealed the contradictions of the new government right from the beginning . moreover , the assessing of a new 5 % tax to fund construction at the imperial palace complex and the abrupt economic policy decisions to mint a new coinage , issue new paper notes , etc. only exacerbated the chaos facing the economy , already exhausted due to the just-ended war against the shogunate . historical sources " kenmu nenkanki " ( a record of the kenmu era ) " kenmu nenchu gyoji " ( books about annual events of the imperial court ) " taiheiki " ( record of the great peace ) +the hamaguri rebellion ( kinmon no hen ) occurred on august 20 , 1864 ( the first year of the genji era , july 19th in the old calendar ) in the final days of the edo period . it is also known as the incident at the forbidden gate , the incident at the hamaguri ( clam ) gate , the genji incident , and the incident in the first year of genji . " forbidden gate " is an abbreviation of " the gate of the forbidden palace " ( meaning the emperor 's palace ) . the reason it came to be called hamaguri ( clam ) gate was that during the great tenmei fire ( on january 30 , 1788 in the old calendar ) , the gate , which had until then always remained closed , was opened for the first time , and thus resembled a clam 's shell opening in response to being subjected to fire . the hamaguri gate is located on the west side of the modern-day imperial gardens in kyoto ; before the great tenmei fire , it was known as the shinzaike gate the incident at the forbidden gate also came to be called the hamaguri rebellion because the fiercest fighting occurred near the hamaguri gate . even today , bullet holes remain in the beams of the gate . choshu han ( clan ) had raised the sonno joi ( revere the emperor , expel the barbarians ) slogan and begun interfering in the political situation in kyoto ; in 1863 , the aizu and satsuma clans joined forces and on august 18 launched a coup to expel choshu from kyoto . the daimyo ( japanese territorial lord ) of choshu , tadachika mori , and his son sadahiro mori were ordered into house arrest in their hometown and lost their authority to lead politically , but in the capital and in osaka , several imperial loyalists from choshu continued to work secretly to restore the emperor to power . arriving in 1864 , those in choshu debated whether to adopt a proactive plan to march on kyoto in a second attempt to win emperor komei over to the choshu camp ( at this point , the two arguing for the active advance on kyoto were matabe kijima and genzui kusaka . ) those who opposed the plan included kogoro katsura and shinsaku takasugi of the prudence faction ) . when word of the july 8 ikedaya incident , in which the shinsengumi forces had assassinated domainal samurai warriors , reached choshu , the prudence faction , which included masanosuke sufu , shinsaku takasugi , and samanosuke shishido , tried to calm the raging debate in the clan , but members of the activist faction , like the elders of the three clans , echigo ( mototake ) fukuhara , uemonnosuke ( kanenobu ) masuda , and shinano ( chikasuke ) kunishi , cunningly created a group designed to destroy satsuma , against whom there was considerable enmity , and to that end they prepared for battle ; masuda and gensui kusaka began gathering troops at mt . tenno and mt . takara in the town of oyamazaki , while kunishi and matabe kijima gathered troops at saga tenryu-ji temple , and echigo fukuhara at the choshu estate at fushimi . within the imperial court , there was a struggle between hard-liners that wanted to destroy choshu 's military force and others who wished to appease them , while keiki hitotsubashi ( later known as shogun yoshinobu tokugawa ) , who served as viceroy and protector of the imperial palace , called on the soldiers to withdraw , but the choshu soldiers clashed with various groups of samurai warriors from aizu , kuwana , and satsuma clans near kyoto 's hamaguri gate ( in the kamigyo ward of modern-day kyoto ) ; but the forces of choshu , chanting their revere the emperor slogan , were annihilated , and matabe kijima , gensui kusaka , and chusaburo terajima were among those who died in battle . at that time , the daimyo of aizu , katamori matsudaira , who was charged with the defense of kyoto , had started cooperating with the satsuma clan , and set up a system to oppress the radical loyalist faction in choshu . using the fact that the choshu loyalists dared to fire their guns in the direction of the imperial palace during the hamaguri rebellion as a pretext , the tokugawa shogunate labeled choshu domain an official enemy of the court , and as such launched the first punitive expedition against them . after the battle , the choshu forces , who managed to escape , set fire to the choshu estate in kyoto and fled , while the aizu forces attacked an estate near the nakadachiuri gate , thought to be where choshu soldiers were hiding . because of the flames rising from these two places the neighborhoods and the entire city of kyoto were struck by the great fire known as the ' don-don yake ' ( quick quick burning ) , in which everything between ichijo avenue on the north all the way to the main mausoleum of the shin ( pure land ) sect ( which refers to higashi hongan-ji temple ) on shichijo avenue to the south , a wide swath of land and many temples and shrines , were destroyed by fire . +the third conference of parties to the united nations framework convention on climate change ( cop3 , the third session of the conference of the parties ) held on december in 1997 by the united nations in the kyoto international conference center ( kyoto city , kyoto prefecture ) , was an international conference of which the main object was to reach an international consensus on regulations concerning the emission of greenhouse gases , it was the third session of the conference of parties to the un framework convention on climate change ( cop ) which had been held each year since the un framework convention on climate change came into effect , and is also commonly referred to as the kyoto conference , the kyoto conference to stop global warming , and the cop3 . in the cop3 , the kyoto protocol was adopted to impose regulations on the emission of greenhouse gases by industrialized countries . +eiroku is one of the eras of japan . it is after koji ( japan ) and before genki . it points to the period from 1558 to 1569 . the emperor of japan at the time was emperor ogimachi . the muromachi bakufu shogun were yoshiteru ashikaga , yoshihide ashikaga , and yoshiaki ashikaga . the name of the era was changed in march 18 , 1558 due to the ascension of emperor ogimachi in may 27 , 1570 the name of the era was changed to genki . from ' 保世持家 、 永全福禄者也 ' in " gunshi-chiyo . " june 12 , 1560 : the battle of okehazama occurred . 1562 : the kokujins of hoki no kuni such as the nanjo and yukimatsu clans , recovered their previous lands thanks to the support of the mori clan . 1563 : the shugo group of inaba-no-kuni lead by toyokazu yamana lose to the military strength of takanobu takeda at the battle of yutokoroguchi . august 3 , 1567 : the birth of masamune date . +the tokyo tento is when edo was designated as tokyo during the meiji restoration . during this period , transfer of the capital was avoided , and this was referred to as tento ( established as the capital ) or a system of multi-capitals . following the relocation of the government ( dajokan ) to tokyo , the emperor 's second visit to tokyo was sometimes referred to as ' the actual relocation of the capital to tokyo . ' during the end of the edo period kyoto was the center of government due to the return of political power to the emperor and restoration of monarchy ( japanese ) , but there were calls from within the new emperor 's government for capital relocation . however , at this point the state of edo was still not stable , and osaka was recognized as being one of the main areas of concern . directly after the battle of toba and fushimi on february 10 , 1868 , sanyo and toshimichi okubo regarding the presidency and imperial prince taruhito , arisugawa-no-miya , advocated that the emperor make a pilgrimage to iwashimizu hachimangu shrine , and then go to osaka where he would continue to reside . because of this the imperial court decided to part with conventional ways and move ahead with diplomatic ties , while improving the navy and army . the naniwa-sento ( transferring of the national capital to osaka ) petition was also submitted during the daijokan council on january 23 , of the same year . however , if the capital was to be moved , kyoto , the capital of 1000 years would have to be abandoned , and the proposal met strong opposition from the noble the conservative nobles , eventually being repealed on january 26 , of the same year . okubo continued by going through the vice-president and tomomi iwakura by making an easily acceptable proposal to the conservatives where the emperor would be punitively expedited to osaka momentarily , and this proposal was settled on january 29 , 1868 . voices of opposition grew from the nobles , imperial court and citizens of kyoto after the osaka gyoko worried that it would lead to a transfer of the capital . consequently the initial plan to move the daijokan at the same time was withdrawn . the emperor left kyoto on april 13 , 1868 . the vice president , sanetomi sanjo and 1,655 others arrived at tsumura-betsuin , hongan-ji temple on march 23 , 1868 , and made it the anzaisho ( provisional palace for gyoko ) . the emperor viewed the war vessels from mt . tenpo and after being in osaka no less than 40 days went back home on april 8 . during this time an argument for transferring the capital to edo was received from hisaka maejima to okubo who believed that more important than transferring the capital to naniwa ( osaka ) , which was not in danger of decline , the capital should be transferred to edo , one of the largest cities , because if it wasn 't made the imperial capital the citizens would break up and edo would crumble . during april 11 the same year , events like the opening of edo castle , that went off without a hitch , grabbed attention from osaka to edo . on april 1 , 1868 , takato oki ( gunmukan hanji ( officer of gunmukan ministry ) ) and shinpei eto ( army supervisor for tosei-daitokufu ) submitted a kyoto and tokyo petition to iwakura as an argument for the saga clan . this was to fix eastern japan , where 1000 years of virtue did not reach , by making tokyo edo , and it was important to gather popular minds , which would eventually connect both capitals of tokyo and kyoto by rail . this idea was the same as the ' osaka gyoko ' plan proposed by okubo , and because the capital was not transferred it was a proposal that the conservatives could take in comparatively easily . the concept of placing the imperial palace in edo and making it tokyo was a plan that appeared in the keiseika ( intellectuals ) that nobuhiro sato wrote in 1823 , during the last of the edo period titled " the secret merger plan , " and it is said that toshimichi okubo was influenced by this and advocated moving the capital to tokyo . in may 24 , 1868 , when it was decided that the tokugawa clan would transfer 700,000 koku from edo to sunpu , the oki and eto draft for kyoto and tokyo to be the capital was decided upon , and on june 19 the government surveyed sanyo , takayoshi kido , and oki about whether edo was appropriate for the imperial capital . two of these men went to kyoto on july 7 after discussions with arisugawa no miya , sanjo , okubo , eto and others , and reported that it was possible to transfer the capital . after this , an imperial edict that edo be renamed tokyo was issued on july 17 . in the edict the emperor announced that the name of edo was changed to tokyo so that he could watch both east and west together as families and because edo was the largest city and the most strategic spot in the east and that he would conduct government business from there . although the transfer of the capital to tokyo was not made entirely clear due to concerns about the conservatives and kyoto citizens , tokyo was born just as proposed . the emperor performed the enthronement ceremony on august 27 , 1868 , which was delayed because of strong political unrest , and left kyoto for tokyo on september 20 . in the company of iwakura , the gitei tadayasu nakayama , the governor of foreign affairs , munenari date , and others , along with the army of the four clans of choshu , tosa , bizen , and ozu , a total of 3,300 people visited tokyo . the emperor arrived at edo castle on october 13 , 1868 and that was then renamed tokyo castle and recognized as the east imperial castle . then on october 17 , the emperor declared that he , himself , would decide the total government for the imperial country about to be unified , and east and west to be identified . the citizens of tokyo actively celebrated the emperor coming east . after going to the east the emperor was to return to kyoto , but sanjo submitted a report to hold off an early visit to kyoto due to the fact that a quick return would dishearten the people of kanto . sanjo compared the advantages and disadvantages from the dismay of the people of kyoto and osaka who had received the emperor 's kind blessings for over a thousand years , and the animosity and despair that the people of kanto who had received over the 300 years of favors from the tokugawa clan , and said that the world would not be lost if kyoto or osaka was lost due to the geographically superior tokyo because the destiny of the country and the rise and fall of kyoto and osaka fell upon the hearts of those in kanto . the day for the emperor to return home was delayed due to sanjo 's opinion , but iwakura believed that it was necessary to hold the third anniversary of the late emperor komei and a ceremony to define the empress , and the emperor left for kyoto on december 8 , arriving on december 22 , 1868 . so as not worry the citizens of tokyo , it was announced that the emperor would return to tokyo and the imperial palace would be built on the remains of the old castle keep . before the second return of the emperor to tokyo on january 25 , 1869 , iwakura believed that there were many in the government including civilians who thought of the move as a capital transition without understanding the true intentions of the emperor , and from the agitation of those in kyoto and osaka , held out a proposition of an expostulation edict to let everyone know the reason why the emperor was returning again to set up a new government in kanto where his influential virtue had not been delivered in the past . it was also taken into account that there were those inside the government praising the capital transition theory , but a transition that had no basis in the mind of the emperor , was not going to be approved by having retainers praise it . with the decision to hold the daijosai in the winter , the emperor returned the following march to tokyo and on march 7 , returned to tokyo with sanjo and others ( 2nd time going east . ) the emperor entered tokyo castle on march 28 , and renamed the castle the imperial palace so that he could live there . this time when the ' emperor was located in tokyo ' , the daijokan was transferred to tokyo , and rusukan was established in kyoto . the empress was also moved to tokyo on october 24 , 1869 . from this point on , tokyo was the base from where the emperor engaged in activities . every time the emperor and empress left for tokyo , there were calls in opposition and cancellations by the nobles , domain lords , government officials , and citizens in kyoto , and the government issued a statement saying ' the emperor will be visiting all around , and there is nothing to worry about because kyoto is the imperial palace of 1000 years which is still very important . ' in the " official notice " that was released from the kyoto government and was able to calm everyone 's hearts . there were also plans made for the transfer of the capital to nagoya during these situations when there was turmoil from the opposition against visiting tokyo . the old imperial palace was left in kyoto , and the branch offices and kyoto rusu , such as the gyobu ministry ( military government administration ) , ministry of finance , and hyobusho were all abandoned by 1871 , and the administrative organizations of japan vanished.h78 the rusukan was moved from kyoto prefecture to the imperial court by may of 1870 , where it was combined with the imperial household ministry in december , then removed in august 23 , 1871 , and then all of the capital organizations were moved to tokyo . on march 14 , 1870 , it was announced to the citizens of kyoto that the emperor 's return to kyoto would be delayed citing the suppression of tohoku which had not been taken over yet , bad harvest , and the lack of national funds . it was announced in march 1871 that the daijosai would be held in tokyo , which was held on november 17 , 1871 . the center of government returned once again to the land of tokyo which became edo . june 1872 : when the emperor stopped in kyoto he was viewed as that he was visiting kyoto and not returning home . may 1873 : a fire occurs at the imperial palace in tokyo . the detached akasaka palace is made a temporary imperial palace . february 1877 : the emperor orders the preservation and maintenance of the old imperial palace in kyoto . 1888 : the meiji palace is completed in tokyo . from this point on it was known as miyagi . 1889 : it was ruled in the imperial house act that the ' sokui no rei ( enthronement ceremony ) ' and ' daijosai ' would be held in kyoto . 1891 : the name of the old imperial palace in kyoto was renamed the kyoto kogu . 1909 : the saiden ( rice fields for cultivating rice plants for deities ) where the daijosai is held , names were changed from east and south areas to yuki and west and north areas to suki in the tokyoku-rei ( former imperial house law ) ( abolished in 1947 ) 1915 : the sokui no rei ( enthronement ceremony ) and daijosai are held in kyoto . 1928 : the sokui no rei ( enthronement ceremony ) and daijosai are held in kyoto . 1947 : the imperial household act plainly states that the sokui no rei ( enthronement ceremony ) will be performed , and there is no provision for the daijosai or place for it . 1948 : the name miyagi in tokyo was abolished and was then called the imperial palace . the kyoto kogu is called the old imperial palace . 1990 : the sokui-no-rei ( enthronement ceremony ) and daijosai are held in tokyo . +the kyoto shugoshoku ( literally , " office of the protector of kyoto " ) was an important post in the edo bakufu that was newly created at the end of the edo period ; it was one of the three key posts in the bakufu , the others being the seiji-sosaishoku ( literally , " political governor " ) and the shogun-kokenshoku ( literally , " guardian of the shogun " ) . the kyoto shugoshoku corresponded not to the yamashiro shugo ( literally , " guardians of the yamashiro area " ) , but to the samurai-dokoro ( board of retainers ) of the muromachi period . the kyoto shugoshoku performed the role of maintaining order in the city of kyoto and guarding the kyoto gosho ( old imperial palace ) , nijo-jo castle , etc . katamori matsudaira , the feudal lord of aizu , took up this post on september 24 , 1862 . matsudaira placed the headquarters at konkaikomyo-ji temple ( at 121 kurodani-cho , sakyo ward , kyoto city ) . basically , 1,000 samurai of the aizu clan were stationed in kyoto and took turns every another year . originally , kyoto shoshidai and kyoto machibugyo ( kyoto town magistrate ) held the post to maintain order in the town under the edo bakufu . at the end of edo period , in kyoto , riots started to prevail as though they were punishments from heaven , burglaries of merchant residences , and robberies by zealous supporters of imperialism and the shogunate-overthrowing philosophy that advocated reverence for the emperor and expulsion of the barbarians and those who opposed the bakufu . however , the bakufu soon discovered how impossible it was for the shoshidai alone to prevent riots and so the bakufu newly founded the kyoto shugoshoku to facilitate recovery of the their prestige and to achieve order in the town . under the kyoto shugoshoku was the kyoto shoshidai , the kyoto machibugyo , and the mimawariyaku ( patrol troops ) and the kyoto mimawariyaku , that was under the mimawariyaku formed by the bakufu 's direct followers and also incorporated under the kyoto shugoshoku . however , the kyoto shoshidai and the machibugyo did not help much . because the warriors of aizu could not fulfill their duties , the shinsengumi was also incorporated under the shugoshoku being retained by the shugoshoku and were assigned to maintain order in the town . on january 3 , 1868 , due to the coup of decree for the restoration of imperial rule after taisei hokan ( transfer of power back to the emperor ) was implemented in october in the same year , the satsuma and the choshu clans established the right to rule kyoto and , therefore , the kyoto shugoshoku was abolished six years after its foundation . katamori first refused the repeated requests asking him to take the post , from yoshinobu tokugawa and shungaku matsudaira . the clan 's financial condition was very bad because they had to bear the role of guarding uraga and ezochi ( inhabited area of the ainu ) and the clan 's followers also all agreed to oppose katamori 's taking the post . however , because shungaku quoted the family precept that ' the aizu clan is an entity which should protect the shogun family ' by masayuki hoshina , the founder of the aizu clan and , the clan 's followers finally accepted . the lord and vassals , assigned to the duty of guarding the shogun family all cried out in grief anticipating that ' the aizu clan will soon collapse with this ' with their arms around each other 's shoulders in the residence maintained in edo by the daimyo of the aizu clan . though they seemed to cry because they were worried about the excessive financial load , the aizu clan which later incurred the ill will of those advocating reverence for the emperor because of its duties in the kyoto shugoshoku , had to resist to the end of the boshin civil war , was completely annihilated in aizu-wakamatsu city the clan 's capital , and its collapse was indeed realized . +kyoto mimawarigumi was an organization for maintaining public order in kyoto , which was formed by the shogun 's retainers at the end of the edo period ( end of edo period ) . in 1864 , the edo bakufu ( japanese feudal government headed by a shogun ) appointed hirotaka maita and yasumasa matsudaira to kyoto mimawariyaku under the command of the kyoto shugoshoku ( military governor of kyoto ) . afterwards , the kyoto mimawarigumi was founded with hatamoto ( direct retainer of the shogun ) and gokenin ( immediate vassal of the shogunate in the kamakura and muromachi through edo periods ) placed under the kyoto mimawariyaku . it is said that the station was set by the nijo-jo castle . the two mimawariyaku respectively formed brigades under their command which were named after the official titles of the commanders as the sagami no kami ( governor of sagami province ) brigade ( hirotaka maita ) and the izumo no kami ( governor of izumo province ) brigade ( yasumasa matsudaira ) with about 200 soldiers under their command . along with shinsengumi ( a group who guarded kyoto during the end of tokugawa shogunate ) , mimawarigumi specialized in clamping down on those forces which opposed the bakufu , and not offenders . mimawarigumi mainly covered the government office district including the imperial palace and the area around the nijo-jo castle , while shinsengumi covered towns for merchant class and amusement centers such as gion and sanjo . for this reason , it is highly unlikely that shinsengumi and mimawarigumi had the chance to establish a common front . tadasaburo sasaki , who was kumigashira ( the leader ) of the sagami no kami brigade , and kichitaro watanabe , yasujiro takahashi , hayanosuke katsura , nakazo dohi , daizaburo sakurai , and nobuo imai are regarded as likely perpetrators of the assassination of ryoma sakamoto . +goryo-eji was an organization created to protect the imperial palace of the emperor komei . it was also called the kodaiji-to party ( due to the goryo eji establishing their base in kodai-ji temple and the gesshin-in temple ) . on march 10 , 1867 , kashitaro ito seceded from shinsengumi ( a group who guarded kyoto during the end of tokugawa shogunate ) because of differences in ideology , and formed goryo-eji by attracting members from shinsengumi who shared the same aims as his own . ( the reason given for the secession was that kashitaro ito was appointed as guard of misasagi ( imperial mausoleum ) of the emperor komei through the intermediation of tannen , who was the elder of kaiko-ji temple that was tatchu ( sub-temples in the site of main temple ) of sennyu-ji temple , and , for the mission , had to keep an eye on the movements of satsuma and choshu . he established a base in choen-ji temple at the gojobashi higashizume ( the east foot of the gojo-bashi bridge ) ) . his comrades included his younger brother mikisaburo suzuki , tainoshin shinohara , heisuke todo , takeo hattori , arinosuke monai , yahei toyama , juro abe , jiro utsumi , washio kano , noboru nakanishi , kaisuke hashimoto , kiyoshi kiyohara , tadao arai , hajime saito ( saito was allegedly a spy for shinsengumi ) . ( 15 in all ) ten other persons including tsukasa ibaraki , shimesaburo sano , juro tomikawa , goro nakamura tried to join goryo-eji later , but four of them , ibaraki , sano , tomikawa , and nakamura died in the aizu domain residence where they had gone to make an appeal ( there are two theories that state that they either committed seppuku ( disembowelment ) or that they were killed . ) while the other six were expelled . there was an agreement between goryo-eji and shinsengumi that they would prohibit the exchange of members in the first place , but the previously mentioned ten were ignorant of this fact and attempted to desert shinsengumi to join goryo-eji , thus they have no place to go at all . ( shinsengumi had a rule that deserters were to be taken back to base and forced to commit seppuku . ) aside from this , after those including ibaraki committed seppuku , kanryusai takeda who lost his place in shinsengumi and deserted was also rejected by goryo-eji . ( kanryusai allegedly advised those including ibaraki to desert shinsengumi ) . in june 1867 , goryo-eji came under the command of tadayuki toda who was sanryo bugyo ( commissioner in charge of imperial mausoleums ) , and moved from choen-ji temple to gesshin-in temple of kodai-ji temple in higashiyama , setting up a nameplate which read kinri goryo eji ( a splinter group of the shinsengumi ) there . it is generally accepted that goryo-eji approached the satsuma clan , but there are other opinions as well . goryo-eji broke ranks with shinsengumi because they were kinno-tobaku , people loyal to the emperor with an aim to overthrow the shogunate government , and sabaku , the bakufu supporters ; which allegedly caused goryo-eji to always carry swords with him while he slept in case he was ever raided by the shinsengumi . according to modern studies , it is theorized that goryo-eji had thought of overthrowing the shogunate government which was not so radical and closer to those thoughts held by shungaku matsudaira and the like . there is also a theory that states that goryo-eji kept his distance from the satsuma clan . those including ito and todo were killed in the abura-no-koji incident . the remaining members fled to the satsuma domain residence . goryo-eji was dissolved as a result . the members of goryo-eji who survived thereafter joined the sekihotai army , forming the second unit . +an incident in which kashitaro ito , a staff officer of the shinsengumi ( a group who guarded kyoto during the end of tokugawa shogunate ) , and others were assassinated . this was the last feud within the shinsengumi organization . assassination of kashitaro ito on april 14 , 1867 ( march 10 according to the old calendar ) , a plan by kashitaro ito ( who broke away from the shinsengumi and organized the goryo-eji ( guards of imperial mausoleums , also known as kodaiji-to ) and led a movement to revere the emperor and overthrow the shogunate ) to assassinate isami kondo ( head of the shinsengumi ) together with satsuma was outed by hajime saito , a spy that was sent from the shinsengumi . however , documents left behind by ito only placed importance on a conversation , and there is no record of him killing anyone , other than during the aburanokoji incident , nor are there any records of him trying to assassinate isami kondo , which led to the theory that plans for the assassination never existed . on december 13 of the same year ( november 18 according to the old calendar ) , isami kondo asked ito over to his mistress ' home in shichijo , to discuss a loan and national affairs , and served ito alcohol . on his way home , ito was killed by kuwajiro oishi in an ambush . ito received a fatal wound , but he was able to deliver a blow to his assassin and died calling out " kanzokubara ( traitor ) " purge of the goryo-eji shinsengumi abandoned ito 's corpse on the streets of aburanokoji , hiding themselves so that they could kill all the other members of ito 's group who would be coming to collect ito 's body . the seven goryo eji members who came to pick up the body were heisuke todo , tainoshin shinohara , mikisaburo suzuki , takeo hattori , arinosuke monai , michinosuke kano , and yahei toyama . three of them were killed in the ambush ; heisuke todo , who was an original member of the shinsengumi and was the former leader of the eighth squad , takeo hattori and arinosuke monai . shinpatchi nagakura and sanosuke harada , who had been friends with todo since they trained together at the shieikan training hall , tried to save him by letting him get away , but todo was killed by another member of the shinsengumi . it is said that arinosuke monai was cut into pieces , leaving the corpse in a horrifying state . takeo hattori was famous as being skillful in using two swords at once , and his bloodcurdling presence of fighting alone overwhelmed the men he fought against ; however , he was killed by sanosuke harada 's spear when his sword broke . other members escaped and found shelter in the residence of satsuma clan . their bodies were left for some time , and later buried at koenji temple and reburied at kaikoji temple . tale told at a later date one month later on december 18 ( old calendar ) , the remaining goryo-eji including shinohara , hid in a private residence along the fushimi-kaido road and sniped at isami kondo on his way back from nijo-jo castle and kondo 's right shoulder was seriously injured . later , during the boshin civil war , isami kondo , finding himself in an inferior position , turned himsel in the new government troops under the alias of yamato okubo at koshigaya ; however , his identity was revealed by michinosuke kano who had joined the troops , and he was captured and beheaded . +kanji of the year is a chinese character representing the social conditions in japan or world of the year which is announced once a year by the japan kanji aptitude testing foundation on the " kanji 's day " , december 12 . on december 12th of each year , the japan kanji aptitude testing foundation calls upon people across the country to submit a chinese character that symbolizes the year throughout japan and announces the chinese character with the most submissions as the kanji representing the social conditions of the year at the kiyomizu-dera temple in higashiyama ward , kyoto city , kyoto prefecture on the " kanji 's day . " the chosen chinese chinese character is called the " kanji of the year " . the mass media also uses the title the " kanji of the year " . the " kanji of the year " began in 1995 . at the time of the announcement , the chinese character is brushed on a large sheet of japanese writing pater by the chief priest of kiyomizu-dera temple upon the oku no in ( inner sanctuary ) stage . then , the calligraphy is dedicated to the senju kannon ( thousand armed avalokiteshwara ) , honzon ( the principal image ) of the temple . it is often accepted as an indicator representing the social conditions of present day japan together with the salaryman senryu ( the salary man senryu poetry contest ) hosted by the dai-ichi mutual life insurance company , the sosaku yojijukugo ( creation of a four-character compound ) announced by sumitomo life insurance company , the shingo ryukogo taisho ( the grand prize for the new word of the year , and the grand prize for the best vogue word of the year ) presented by jiyu kokuminsha , and the gendai gakusei hyakunin isshu ( one hundred poems of modern students ) collected by toyo university . +the sumiya incident refers to violent acts which kamo serizawa , head of shinsengumi ( a group who guarded kyoto during the end of tokugawa shogunate ) , carried out during a party held in ageya ( a restaurant where high-class harlots and geisha dispatched from a geisha house entertained guests ) called sumiya in shimabara , kyoto in june , 1863 . the incident began when koyokata ( a section of a local domain which was in charge of dealing with all works related to the central bakufu government and the imperial seat ) of the minakuchi domain complained about the acts by the shinsengumi to koyokata of the aizu domain at the aizu domain residence . serizawa who heard the news sent four people , shinpachi nagakura , sanosuke harada , genzaburo inoue , and kanryusai takeda to the minakuchi domain and asked for a transfer of custody . minakuchi domain was surprised at this and humbly begged for forgiveness , signing an apology to bring things under control . if the signed apology were to become known to the lord of the minakuchi domain , koyokata would be doomed to be convicted according to the circumstances . the minakuchi domain asked shinsengumi to return the deed , through einosuke toda who had a swordsmanship training hall of jikishinkage-ryu school in nijo-dori street . then , shinsengumi replied that they would return the deed if the minakuchi domain were to prepare the place for the meeting . it was simply a polite way of requesting a party . on the next day , a party was held at sumiya . the deed was returned without incident at the party , but , at its height , serizawa , a violent drunk , was angered at the service of the restaurant and went on a wild rampage . he brandished his vaunted iron-ribbed fan , breaking and smashing all the tableware and fixtures as well as the small dining tables to pieces , and ended up breaking off a handrail in the corridor , slamming it down on the sake cask , and flooding the reception desk with sake . finally , serizawa issued a suspension of business for seven days to tokuemon sumiya , the owner of the restaurant , and left in high spirits . on september 18 of the same year ( old calendar ) , when serizawa became severely drunk during a party held by the aizu domain in sumiya and returned to base , kondo 's faction surprise attacked serizawa in his sleep and killed him . ( serizawa 's mistress and goro hirayama who were at the site were also killed during the night . jusuke hirama and two geishas escaped . ) sumiya started in 1641 , and was designated as an important national cultural property as the only remaining structural element of ageya . the building is now open to the public as ' sumiya motenashi museum of art and culture ' . +the battle of dannoura was fought in the closing days of the heian period , on april 25 , 1185 , under the old lunar calendar ) , and took place in nagato province , at akamaseki , dannoura ( modern-day shimonoseki , yamaguchi pref . ) . it was the final battle of the rebellions of jisho and juei . background in july , 1183 , the taira troops , that had been attacked by minamoto no yoshinaka , together with emperor antoku and the three imperial regalia and departed from kyoto , but thereafter took advantage of their conflict with minamoto no yoritomo , who was in charge of the government at kamakura , and yoshinaka to stage a comeback of taira support extending as far as fukuhara of settsu province . however , they were dealt a crushing defeat in the battle of ichinotani , which occurred in march , 1184 , and fled by way of the sea , establishing strongholds at yashima in sanuki province and hikoshima in nagato province ( today 's shimonoseki , yamaguchi pref . ) . the political administration at kamakura chose yoritomo 's younger brother minamoto no noriyori to lead 30,000 riders and advance along the sanyodo road , cross over into kyushu , and adopt the strategy of blockading the taira clan 's army from the rear . but noriyori 's army , lacking sufficient provisions and opposed by the taira 's superior naval might , was forced to halt its advance , and could not even cross into kyushu . because of this , yoritomo formed together a separate force for minamoto no yoshitsune and had them attack the taira at their stronghold on yashima in sanuki province . in march , 1185 , yoshitsune captured yashima by means of a surprise attack ( in what is known as the battle of yashima ) . taira no munemori , the supreme commander of the taira clan , took emperor antoku and fled via the sea to hikoshima . noriyori 's army , on the other hand , having succeeded in being supplied with provisions and warships , crossed over into kyushu and defeated the taira forces of that region in the battle of ashiyaura , and successfully cut off the main taira clan 's army from behind . the taira clan 's army was left isolated at hikoshima . progress of the battle in the " azuma kagami " ( mirror of the east ) , the official ( or semi-official ) diary of the kamakura shogunate , the battle of dannoura , listed under the entry of 24th day of the third month of genryaku 2 , is described as follows : ' the ships of the minamoto and taira , their forces apart from each other by approximately 300 meters , met in battle on the sea of dannoura in akamaseki of nagato province . the taira clan split their 500 ships into three fleets , and with hyotoji hideto yamaga as well as akira matsuura as the generals in command , challenged the minamoto clan to fight . at the hour of the horse ( around noon ) , the battle turned against the taira clan , and it ended in their defeat . ' this is all the concisely written entry has to say , so nothing is known of the progress of the battle in any greater detail . hence , there is no choice but to describe the progress of the battle relying on hearsay , and based on war chronicles like the " heike monogatari " ( tale of the taira ) or " gempei monogatari " ( chronicle of the rising and falling fates of the minamoto and taira clans ) , despite the fact that such chronicles are plagued with credibility issues . furthermore , the progress of the battle given below is based on the now widely accepted tidal theory first proposed in the taisho period by katsumi kuroita , professor at tokyo imperial university . the battle begins recognizing that he needed to destroy the taira navy at hikoshima , yoshitsune managed to assemble a force of 840 ships ( according to the " azuma kagami " ) by calling together support from his allies , including the watanabe navy of settsu province , the kawano navy of iyo province , and the kumano navy of kii province . according to the " heike monogatari , " leaders at the war council held before the battle wished to have commander kagetoki kajiwara lead the vanguard in the battle , but yoshitsune spurned their advice and appointed himself leader of the vanguard . kagetoki reportedly said , ' never have i heard of the commanding general leading in the vanguard . that 's not what generals are for , ' mocking yoshitsune until they were on the verge of coming to blows ; this is the slander that kagetoki conveyed to yoritomo later , and was partially responsible for yoshitsune 's ruin . the taira clan had 500 ships ( according to the " azuma kagami " ) , which were divided into 100 under akira matsuura , 300 under hyotoji hideto yamaga , and 100 under the command of taira clan members ( according to the " heike monogatari " ) . munemori 's younger brother taira no tomomori took overall command as admiral . according to the " heike monogatari , " tomomori hid soldiers on the large chinese ship that was normally the taira flagship , and where emperor antoku usually was , as part of a stratagem to lure the kamakura warships in and surround them . on may 2 , the taira navy under the command of tomomori sallied forth from hikoshima in response to yoshitsune 's attacking navy , and at the hour of the horse ( about noon - according to the " gyokuyo chronicle " ; the " azuma kagami " claims it was during the morning ) the two navies clashed at dannoura in the kanmon straits , and the battle was joined . noriyori took about 30,000 horsemen ( according to " the chronicle of the rise and fall of the minamoto and the taira " ) from his army and drew up his battle lines on land to cut off the taira 's avenue of retreat , supporting yoshitsune 's army by shooting arrows long-distance from the cliffs . in the " heike monogatari , " yoshimori wada mounted his horse and rode out from the beach into the open sea , firing arrows long-range at a distance of more than 200 or even 300 meters . the taira start to prevail the changing of the tides in the kanmon straits is very strong , and the taira navy , who had a thorough understanding of the tides there , was able to ride the rapid tidal current and rain down arrows on the enemy , and kept pushing back the yoshitsune 's army , the warriors from the east japan , who were unused to fighting at sea . yoshitsune 's fleet was driven back as far as the area around the islands of kanju and manju , and taking advantage of their momentum , the taira forces renewed their attack , trying to kill or capture yoshitsune himself . recognizing his perilous disadvantage , yoshitsune ordered his men to shoot the navigators and oarsmen of the enemy vessels . at this point in history , the shooting of noncombatants like navigators or oarsmen in a naval battle was considered against the etiquette of war , yet yoshitsune dared to break this unwritten rule . having lost their oarsmen and thus their means to direct their course , the taira forces were thrown into confusion , and just then yoshitsune 's army made their attack ; the brave among the east japan soldiers boarded the enemy ships and engaged them in hand-to-hand fighting . according to the " heike monogatari , " it was at this moment that 300 navy ships of shigenori awa switched sides , turning against the taira clan . shigenori awa had already revealed the ruse of the taira 's chinese flagship to yoshitsune , while led to the failure of tomomori 's strategy . but according to the " azuma kagami , " shigenori awa numbered among the prisoners of war in the battle , and nothing at all is mentioned of any treachery by him . the counterattack of the minamoto clan and the downfall of the taira clan eventually , the tidal current turned , and when it did , yoshitsune 's navy rode the current and pushed back the taira clan 's army . this spelled catastrophe for the taira army , and their defeat was assured . after they recognized the reality of their defeat , the members of the taira clan started throwing themselves into the sea one after another . the " heike monogatari " describes the circumstances of how the taira clan met their end . tomomori crossed over to the women 's vessel , of which taira no tokuko and taira no tokiko were aboard , and laughingly said ' get rid of anything unsightly and purify yourselves - and then i shall take you before this unusual man from the east . ' upon hearing this , tokiko ( also known as nii no ama , the nun of the second rank ) and others resolved to end their own lives , and holding the child emperor antoku tight , tokiko girded the treasured sword ( one of the three imperial regalia ) around her waist and seized the grand jewels . when emperor antoku looked up at her and asked , ' where are we going ? ' tokiko replied , ' let us go to the pure land of amidabha . his celestial city can also be found under the waves , ' and so saying , jumped into the sea holding emperor antoku . according to the " azuma kagami , " tokiko jumped holding the sword and jewels , while it was lady azechi who jumped holding emperor antoku . after that , other women of the taira clan , including tokiko 's daughter tokuko ( also known as kenreimonin , the cloistered lady of kenrei gate ) , threw themselves into the sea one after the other . many warriors also having readied themselves for the end ; taira no norimori leapt into the sea , while taira no tsunemori briefly climbed up onto land and took the tonsure before he also jumped into the sea . three other taira warriors , sukemori , arimori , and yukimori , also drowned themselves . munemori , the supreme commander of the taira clan , and his eldest son and heir kiyomune both tried to drown themselves , but they held their lives too dear and floated back to the surface ; being skilled swimmers , they survived to be captured by yoshitsune 's forces . the strong warrior taira no noritsune fought on like a demon , striking down the warriors from east japan left and right , but tomomori told him that , with the battle already lost , he should not do anything wicked . noritsune replied that in that case , he wanted to take the enemy commander yoshitsune down with him into the grave to keep him company , and after locating yoshitsune 's flagship , he leapt aboard . noritsune , grasping both short and long swords , tried to get yoshitsune to fight him in a duel , but yoshitsune lightly sprang away , jumping away from ship to ship until he was eight ships distant . this is yoshitsune 's famed ' leaping of the eight ships . ' munemitsu aki , known for his great strength , tried to lay noritsune low after yoshitsune escaped and thus prove his merit , and joining with another man of equal strength , proceeded to grapple with noritsune . after kicking one of them overboard into the sea , noritsune himself leapt into the water still grappling with the second man . the above is the account given in the " heike monogatari " of the final moments of noritsune , known as the greatest of the strong leaders of the taira clan and a thorn in yoshitsune 's side at both the battle of okushima and at dannoura , yet in the " azuma kagami , " noritsune is recorded as having been killed during the battle of ichinotani . in the " daigo zatsuji ki " ( the record of the finest miscellaneous matters of life ) , however , noritsune 's name is listed among those who perished at dannoura . tomomori muttered ' i have seen now what must be seen ' and strapping on an extra suit of armor , he drowned himself together with his foster brother . by the hour of the monkey ( around 4 pm - according to the " gyokuyo . " in the " azuma kagami " the time is given as the hour of the horse , or about noon ) , most of the taira clan had died or been captured , and the battle ended in a victory for the minamoto clan . aftermath of the battle tokuko , who had jumped into the sea , was rescued and brought up again , and while the eight-span mirror ( yata no kagami , one of the three imperial regalia ) ; it was also known as the naishidokoro ( the palace of the inner attendants , where it was kept ) and the grand jewels ( yasakani no magatama , comma-shaped jewel ) were recovered , emperor antoku , who had gone into the sea with tokiko , perished , and the sword ( the sword of the heavenly gathering of clouds , the third of the imperial regalia ) sank away into the sea ( there is another theory which states that the sword is still extant ) . emperor antoku 's half-brother ( of a different mother ) , imperial prince morisada ( who had been appointed antoku 's crown prince ) , was rescued . of the taira clan those taken prisoner included munemori and kiyomune ; the courtiers taira no tokitada ( tokiko 's younger brother ) , taira no tokizane , taira no nobumoto , and fujiwara no tadaaki , who had acted in support of the main taira clan ; the buddhist priests noen , zenshin , ryoko , chukai , and gyomei ; the military commanders taira no morikuni , taira no morizumi , and minamoto no suesada ; and among the women , fujiwara no sukeko ( known as the lady-in-waiting to the chief councillor of state ( dainagon ) ) , fujiwara no muneko ( the lady-in-waiting to the governor ) , and the lady-in-waiting to the lord of the office of governance . yoshitsune returned to the capital accompanied by tokuko and imperial prince morisada as prisoners of war , while noriyori remained in kyushu , meting out postwar punishments . after yoshitsune made his triumphal entry into the capital , the retired emperor goshirakawa bestowed honors and court appointments upon him and his gokenin vassals . when he learned of this , yoritomo fell into a rage , and forbade those who had received appointments from returning to their homes in the eastern provinces . what 's more , a letter then arrived from kagetoki kajiwara , who had remained in kyushu , to yoritomo bringing formal complaint against yoshitsune for his haughtiness and tyranny during the war to hunt down and destroy the taira clan , and having been informed that yoshitsune had also taken the daughter of taira no tokitada to be his wife , yoritomo was angered still more . in june , 1185 , yoshitsune disobeyed yoritomo 's order and headed for kamakura city under the pretense of escorting munemori and his son kiyomune there , but was stopped at koshigoe . munemori and his son were sent along to kamakura alone to meet with yoritomo . yoshitsune wrote his famous koshigoe letter and asked yoritomo 's forgiveness , but the following month he was sent off back to the capital with munemori and his son in tow . munemori and his son kiyomune were beheaded in omi province while they were en route back to the capital . thereafter , yoshitsune did not obtain yoritomo 's forgiveness , and their faceoff grew worse , until in november , yoshitsune went to attend the retired emperor goshirakawa , who issued an imperial decree that yoritomo be hunted down and killed , whereupon yoshitsune raised an army , but was defeated . after this another imperial decree was issued , yet this one was issued against him , commanding that yoshitsune himself be hunted down ; facing ruin , he fled to his fujiwara ally in northern japan , but in april , 1189 , he was assassinated in the town of hiraizumi . immediately after the battle , tokuko became a nun and began a secluded life in ohara . imperial prince morisada , having already been cut out of the imperial succession , afterwards took the tonsure . taira no tokitada was banished to noto province , where he died . this battle marked the end of the 25-year political hegemony of the taira clan ( specifically , the relatives of kiyomori in the ise branch of the taira clan ) . the victorious leader of seiwa-genji ( minamoto clan ) , yoritomo clans , created the warrior-based kamakura shogunate in the city of kamakura . composition of the two opposing armies the minamoto side commanding generals : on land , minamoto no noriyori ; at sea , minamoto no yoshitsune . size of fleet : 800 ships according to the azuma kagami , or 3000 ships according to the heike monogatari . other military commanders who took part in the battle : kagetoki kajiwara , the monk tanzo , michinobu kono , and yukitsuna tada . the taira side commanding general : taira no munemori size of fleet : 500 ships according to the azuma kagami , or 1000 according to the heike monogatari . other military commanders who took part in the battle ( all of whom were of the taira clan ) : taira no tomomori , tsunemori , norimori , noritsune , sukemori , arimori , yukimori , tokitada , kiyomune , and kagekiyo . the theory that the tides changed this theory holds that the changing of the tides in the kanmon straits held the key to victory or defeat . however , it goes without saying that the " azuma kagami , " which only describes the battle in a very simple , brief manner , doesn 't mention the tides at all . the " heike monogatari , " a war chronicle , records that ' since the tides at monjigaseki and dannoura flowed powerfully out , the taira ships rode the tide and sallied forth . the minamoto ships had to push against the current , ' thereby claiming that the tide was with the taira and against the minamoto as they fought , but still doesn 't go so far as to say that the reversing of the tidal current 's direction led to a reversal in the fortunes of the two sides . the present well-known theory that the effect of the changing tides decided the battle was first advanced by katsumi kuroita , professor at tokyo imperial university , in his work entitled " the legends of yoshitsune " in 1914 . regarding the time the battle is thought to have taken place , the " azuma kagami " has it as ending by the hour of the horse ( around noon ) , while the " gyokuyo , " the diary of the kampaku ( chief advisor ) kanemitsu kujo , records it as beginning at noon and ending by the hour of the monkey ( around 4 pm ) . katsumi kuroita , based on an investigation conducted by tokyo imperial university 's naval hydrographic department into the tidal currents on may 2 , 1185 , proved that the westward tidal current in the kanmon straits started flowing eastward at 8 : 30 in the morning , reaching a speed of eight knots by around 11 am , and returned to flowing westward at around 3 in the afternoon ; asserting that the times given in the " gyokuyo " for when the battle was fought ( from noon to 4 pm ) were correct and thus that the battle took place in the afternoon , he further stated that as long as the current was flowing east the taira clan had the advantage , but after it switched back to flowing west , there was a reversal of fortunes and the minamoto clan gained the upper hand . katsumi kuroita 's theory of the battle of dannoura marked the first time such a theory had been verified by scientific data , and consequently was seen as very authoritative , leading to its widespread acceptance . depictions - including novels , sightseeing pamphlets and so forth , and of course tv dramas - that deal with this battle , and even history-related academic publications on the gempei war ( the war between the minamoto and the taira clans ) all show the battle from the standpoint of kuroita 's changing tides theory . concerning kuroita 's theory , in recent years objections to it have surfaced ; in 1990 the maritime historian dr. shozo kanasashi ran a computer analysis of the tides on the day of the battle , and concluded that there was a neap tide that day , and thus that there could not have been a strong , swift current of eight knots , and moreover pointed out that the tidal study done in the taisho period had been conducted at the narrowest point of the kanmon straits ( where it would have been impossible for more than 1000 ships to fight ) , concluding that in the spacious area of sea near kanju and manju islands , the tide was under one knot in speed and would have had no influence over the course of the battle . a study conducted by the japan coast guard also found that the current in the area east of the kanmon straits , where the battle was fought , was under one knot . the naval historian kenji ishii also pointed out that if ships were riding the same current , their relative velocity would not change , and thus that the current had no effect on the course of the battle . and yukihito iijima , professor emeritus at tokyo university of marine science and technology , criticized the changing tides theory by also asserting the view that tidal speed has no effect on the relative velocity of ships riding the same current . and right from the outset , the view that , there being no reason to question what the " azuma kagami " - the official record of the kamakura shogunate - claimed , the battle thus must have been fought in the morning and had ended by 12 , is strong and deeply rooted . the theory that the sword of the heavenly gathering of clouds was lost at the bottom of the sea the entry in the " azuma kagami " for the 24th day of the third month of genryaku 2 , which concerns the battle of dannoura , states that ' tokiko held the treasured sword , and lady azechi reverently held emperor antoku close , and then they jumped together and sank away to the bottom of the sea . ' this episode is also described in a very similar way in the heike monogatari . furthermore , after the battle , the entry for the eleventh day of the fourth month of genryaku 2 , which reports on those of the taira faction that died in battle or were captured , also records that ' the eight-span mirror and the grand jewels have arrived . but the treasured sword has been lost . i will respectfully search among the prisoners of war . ' in general , this seems to suggest that of the imperial regalia , the sword was lost at one point at the battle of dannoura . this version of events is what is depicted in novels , tv dramas and so forth ; in the 35th episode of nhk 's taiga drama " yoshitsune " ( 2005 ) , ' the deciding battle at dannoura , ' keiko matsuzaka , playing the role of tokiko , sinks into the sea holding emperor antoku and the sword , clearly showing the sword being lost at the bottom of the sea . research in recent years in 2005 , as part of the kadokawa anthology , kazunori hishinuma ( a researcher at japan 's national museum of japanese history ) published a book entitled " minamoto no yoshitsune 's battles and strategies : the legends and the real account ; " in it , he advances the following theory . yoshitsune , fresh off his victory at the battle of okushima in march , 1185 , spent a month resupplying and readying his army , and won over warriors possessing significant naval forces like tsunenobu kano and masatoshi funato as allies , establishing his control over the seto inland sea . meanwhile , the taira family , for whom hikoshima was their only remaining stronghold , were unable to adequately resupply their troops with provisions and weapons . moreover , their avenue of retreat into kyushu had been cut off by the army of minamoto no noriyori , who had crossed into bungo province . the battle began around noon . both armies would probably have wanted to choose a time where they could navigate their ships as free of the influence of the tidal current as possible . the taira forces made the opening attack , in which they fired so many arrows they stopped the kamakura forces in their tracks , and were more than holding their own in the battle , but once they ran out of arrows , they were attacked in turn by yoshitsune 's archers on sea , and noriyori 's archers on land , and the taira were mowed down , starting with their boatmen and rowers , who lacked adequate defensive equipment . as a result of losing their oarsmen , the taira ships could no longer control their movement , and seeing the taira clan at such a disadvantage , many warlords flocked to switch sides and join the kamakura forces . having accepted the reality of their defeat , the taira family began jumping into the sea , one after another . a taira defeat was inevitable after noriyori 's army took control of kyushu and yoshitsune 's army of shikoku , which let the kamakura side retake control over the seto inland sea and thus complete their encirclement and isolation of the last taira stronghold . +gonancho ( second southern court ) is a general term that refers to descendants of the southern dynasty ( japan ) lineage and their former retainers and their attempts to revive the southern court after the two courts were unified in 1392 , and to the political administrations and the members of the imperial household who were involved . this name was coined by the confucian scholar setsudo saito in the final days of the edo period ; until that time , there was no established term for such activities and groups . moreover , the term " gonancho ( second southern court ) " didn 't come into common use until after world war ii , so up until then the term was not firmly established . under the ' meitoku compromise , ' an agreement reached when the northern and southern courts were unified , the imperial throne would alternate between candidates from the ( japanese ) northern dynasty ( of the gofukakusa lineage ) and the southern dynasty ( of the kameyama lineage ) , but in 1412 emperor gokomatsu of the northern lineage broke precedent by enthroning his son prince ( emperor ) shoko as his successor , in a bid to monopolize the imperial throne for the northern dynasty lineage , which provoked hostility among former southern court supporters . in 1414 ( oei 21 ) , the provincial governor of ise province , mitsumasa kitabatake - financial backer of the last southern court emperor , gokameyama , who had fled from kyoto four years earlier and traveled incognito to yoshino , as well as his son prince oguranomiya - raised an army in response , but after receiving an order from gokameyama to subjugate the muromachi shogunate , a peace settlement was reached , and the retired emperor gokameyama returned to kyoto two years later . in 1428 , four years after retired emperor gokameyama died , emperor shoko died without an heir , and consequently the principal northern lineage came to an end . retired emperor gokomatsu took this opportunity to select prince hikohito ( emperor gohanazono ) of the fushiminomiya branch of the northern lineage to be the successor ; in response , the gonancho faction , which now with the northern dynasty 's imperial line extinct , he had expected that the northern lineage would have lost its authority over matters of imperial succession , vehemently opposed this decision . once again , mitsumasa kitabatake , who was supporting prince oguranomiya seisho ( the son of tsuneatsu , himself gokameyama 's son and imperial prince ) , raised an army in ise province , but he was defeated in a battle with shogunal forces and died . from the time of this incident onward , until the time of the onin war , the descendants of the southern court and dynasty , taken in by various powerful anti-shogunate forces , continued acting intermittently against the northern dynasty and the shogunate . in 1443 ( the third year of kakitsu ) , arimitsu hino , from a branch of the hino family , who was constantly talking of reviving the southern court , sent a force that was planning to assassinate emperor gohanazono to enter the imperial palace ( the assassination attempt failed ) , where they stole two of the three imperial regalia of japan , the ama no murakumo no tsurugi ( the heavenly cloud gathering sword ) and the yasakani no magatama ( the grand jewels ) before fleeing to mt . hiei accompanied by tsuzoshu and gonzoshu , brothers of the southern dynasty lineage ( the grandchildren of gokameyama 's younger brother ) in what became known as the kinketsu incident ( or the incident at the forbidden palace ) . shogunal forces hunted down and executed the ringleaders of the incident and recaptured the sword , but the grand jewels remained with the gonancho forces who fled in 1457 , the surviving retainers of the akamatsu clan - which had been crushed in the kakitsu rebellion of 1441 - including taro ishimi , tatewaki niunoya , and mitsuyoshi kozuki , wishing to restore the akamatsu clan 's fortunes , went to the gonancho headquarters at kitayama near the provincial borders of yamato and kii provinces ( possibly referring to modern-day kamikitayama village in yoshino district , nara pref . ) , or perhaps at sannoko ( in kawakami village of yoshino district , nara pref . ) , and pretended to become vassals of the gonancho before turning on them and striking down many of their forces , murdering princes jitenno and tadayoshiten who were brothers and imperial descendants of the southern court bloodline , before recapturing the grand jewels ( in what became known as the choroku incident ) . both princes are listed in later genealogies as being descendants of oguranomiya , but there is no evidence for this in historical records of the day . the gonancho forces gradually lost their power , and during the onin war were labeled in historical records as descendants of oguranomiya ( in the " daijoin temple and shrine records of miscellaneous matters " they are listed as offspring of oguranomiya ) , while the son of zenmonshu ( gatekeeper ) okazaki being welcomed in the capital 's western district ( this son was called " the southern emperor of the western district " ) by sozen yamana is the last historical mention of them ; after this point , they no longer appear in historical records . yet even after this point , legends and folklore about the gonanch forces remained in existence among the common people , and seijiro takikawa pointed out that one of the tales of wandering aristocrats among the sanka ( mountain folk of japan ) may have made use of the gonancho stories . in the liberal atmosphere after the end of the world war ii , when figures like hiromichi kumazawa , the so-called ' emperor kumazawa , ' appeared and each claimed that only he himself was the legitimate successor to the emperor , most of these self-styled emperors were reacting to the fact that in 1911 emperor meiji had decided that the southern lineage was the legitimate one , and came forward claiming to be descendants of the southern dynasty . +the koryaku coup was a coup d 'etat that occurred in 1379 ( the fifth year of tenju ( southern ) / first year of koryaku ( northern ) ) during the period of the northern and southern courts ( japan ) , in which the kanrei , or deputy ( de facto leader ) of the muromachi shogunate , yoriyuki hosokawa , was overthrown and lost his position . during the reign of the muromachi shogunate 's second shogun yoshiakira ashikaga , a conflict had arisen among the group of shugo ( protectors ) , and after such men as the steward kiyouji hosokawa were driven out of power , they defected to the southern court at yoshino , who managed to recapture kyoto , which left the shogunate in a very unstable position . after kiyouji was overthrown , the reins of political power were held by a father-son pair , takatsune and yoshimasa shiba , but they clashed with doyo sasaki , and were themselves driven from power during the joji coup . just before yoshiakira died , yoriyuki hosokawa , who had been fighting the southern court forces on the island of shikoku and in the chugoku region ( of western japan ) , was appointed kanrei after obtaining the support of sasaki and others of the anti-shiba faction . yoriyuki acted as advisor and regent to yoshiakira 's son yoshimitsu ashikaga , who was still a child , and carried out policies like experimenting with a new hansei ( half-tax ) law , which was designed to protect existing land holdings , and he attempted to negotiate with the southern court , but he also became embroiled in a religious conflict between mt . hiei , the powerful old buddhist sect , and nanzen-ji temple , a center of the rising new zen sect ; he opposed the mt . hiei faction because he was supporting the nanzen-ji faction , yet he also clashed with nanzen-ji 's own powerful religious leaders , for example , when he opposed chief priest myoha shunnoku 's seclusion from public life . in 1376 , yoriyuki made his younger brother yorimoto hosokawa supreme military commander and dispatched him to counter the southern court 's military maneuvers in the kii peninsula , but yorimoto failed to subjugate the area , and the third shogun yoshimitsu , who had now reached adulthood , had the leader of the yamana clan , a member of the anti-yoriyuki faction , to sent as a replacement ; moreover , he granted appointments to others of the anti-yoriyuki faction , including yoriyasu toki and the rehabilitated yoshimasa shiba , to command military activities in yamato . the following year , in 1377 , when riotous strife within yoshimasa 's territory spread like wildfire to ota estate ( modern-day toyama city in toyama pref . ) , part of yoriyuki 's territory , the antagonistic dispute between yoriyuki and the shiba faction , toki , the yamana clan , and others flared out into the open , and some shugo switched from the yoriyuki faction to the shiba faction . the anti-yoriyuki faction asked yoshimitsu for permission to expel and subjugate yoriyuki , and when takahide sasaki , who had switched to the anti-yoriyuki faction , raised an army at omi , ujimitsu ashikaga , the shogun 's representative at kamakura , prepared to begin military action in response , it also happened that noriharu uesugi committed suicide to remonstrate with him about this course of action . when yoshimitsu pardoned several , including takahide and yoriyasu , under pressure from yoshimasa and others , the anti-yoriyuki faction , and yoshimasa first among them , gathered their military forces together and surrounded the shogun 's flower garden at his estate , insisting that yoshimitsu dismiss yoriyuki . yoriyuki took the tonsure , burned down his own estate , and went off together with his family to his territories in shikoku . the successor as kanrei was yoshimasa , and among others , myoha shunnoku returned to public life . yoriyuki , after going off to shikoku , fought with the kono clan of iyo province , who had received a shogunal order to hunt him down and kill him ; however , at the end of the year , yoriyuki received a pardon . but given that his younger brother yorimoto hosokawa assumed the position of kanrei , and the fact that yoriyuki himself was eventually able to stage a political comeback and return to the inner circle of the shogunate , it is thought that this coup may have been instigated by yoshimitsu , who wished to achieve independence from yoriyuki . it is thought that yoshimitsu played the shiba and hosokawa clan factions off against each other , using their mutual antagonism to check them both and keep either from becoming too powerful . after the coup , yoshimitsu established the hokoshu , a shogunal army directly loyal to him , and succeeded in using it to weaken the two most powerful shugo families , the yamana clan in 1391 during the meitoku rebellion and the ouchi clan in 1397 by means of the oei rebellion , thereby solidifying the shogunate 's control over the country . +the oei rebellion , which broke out in the sixth year of the oei era ( 1399 ) during the muromachi period , was a revolt against the muromachi bakufu ( japanese feudal government headed by a shogun ) led by the shugo daimyo ( feudal lord ) yoshihiro ouchi , in which he occupied the city of sakai ( modern-day osaka ) which was eventually brought to ruin . background leading up to the rebellion the shoguns of the muromachi bakufu had been courting an alliance with the most powerful of the shugo daimyo , because the shogunate 's power and authority was still weak . the third shogun yoshimitsu ashikaga , was bent on strengthening shogunal power . he displayed his influence by having the flower palace rebuilt , and he increased the numbers in his hokoshu ( guardian ) force , essentially an army he personally commanded , thereby boosting shogunal authority . moreover , yoshimitsu was also bent on weakening the most powerful of the shugo daimyo , and in 1379 , he skillfully exploited the conflict between the hoskawa and siba families to engineer the overthrow of the powerful kanrei , yoriyuki hosokawa ( in what became known as the koryaku coup ) . in 1389 , yoshimitsu deliberately provoked yasuyuki toki into raising troops and then crushed him ( this incident is referred to as yasuyuki toki 's rebellion ) . and then , in 1391 , yoshimitsu bent his efforts on creating divisions and strife within the very powerful yamana clan , which held the role of shugo ( de facto governor ) for 11 provinces and were called " the lords of one-sixth of all japan ; " yoshimitsu succeeded in bringing about the family 's ruin when he had the brothers tokihiro and ujiyuki yamana strike against their own relatives , ujikiyo and mitsuyuki yamana . what 's more , he then provoked ujikiyo and mitsuyuki into raising an army and then destroyed them in turn . in the end , the yamana clan was left with just 3 provinces under their control ( this episode became known as the meitoku rebellion ) . the ouchi clan , of shugo daimyo rank the ouchi clan claimed descent from crown prince imson , son of king seong of the baejje kingdom in korea ; indigenous to suo province , they became warriors in japanese society , and reached the rank of gokenin ( lower-ranking vassal ) under the kamakura bakufu ( japanese feudal government headed by a shogun ) . during the period of the northern and southern courts ( japan ) , they initially sided with the southern court , but afterwards switched their allegiance to the northern court and fought against the kikuchi clan and other southern court supporters in kyushu ; the muromachi bakufu rewarded them by appointing them shugo ( a position tantamount to military governor ) over the provinces of suo , nagato , and iwami . yoshihiro ouchi joined the army of the local military commissioner ( tandai ) in charge of kyushu , ryoshun imagawa , and fought against the southern court forces in kyushu for many years , and as a reward was made shugo over buzen province ( eastern fukuoka today ) as well . yoshihiro fought very hard and valiantly during the meitoku rebellion , achieving a remarkable number of military victories and exploits , so he was also made shugo of izumi and kii provinces . yoshihiro also had the merit of having helped mediate the unification of the two courts , and reached the point that he was treated with the same honors as a relative of the ashikaga clan itself . making the most of the close proximity of his seat of power to mainland asia , yoshihiro also worked to build trade relations between the ouchi and the joseon dynasty in korea , thereby amassing a vast fortune . he made an effort to suppress the wako ( japanese ) pirates operating near korea in compliance with a request by the joseon king , receiving commendation and praise from the king for his success , and among other overtures , he even sent a messenger to the joseon kingdom to express his hope that , because the ouchi had a royal prince of baekje as an ancestor , he be granted lands in korea itself ; all in all , yoshihiro had forged a very strong relationship with the joseon kingdom in korea . the ouchi clan had become so powerful - simultaneously shugo of six provinces , suo , nagato , iwami , buzen , izumi , and kii , and possessing great wealth thanks to their trade - that they were bound to put yoshimitsu , who was aiming to establish a system of despotic rule by the shogun , on his guard . conflict begins between yoshimitsu and yoshihiro in 1394 , yoshimitsu passed the role and responsibilities of shogun on to yoshimochi ashikaga and ascended to daijo-daijin ( grand minister of state ) . it goes without saying that yoshimitsu retained his tight grip on real power , however . in oei 2 ( 1395 ) , he resigned from his post as daijo-daijin and took the tonsure , changing his name to " dogi " ( meaning " the way of righteousness " ) . quite a few daimyo and court nobles sought to flatter him and so they all took the tonsure ; yoshihiro also took the tonsure and entered the buddhist priesthood . up until this point , the relationship between yoshimitsu and yoshihiro had been very cordial , but in 1397 , yoshimitsu began construction of kinkaku-ji temple , and consequently wanted the various daimyo to contribute people towards this project . but among all the daimyo , yoshihiro alone objected , saying ' warriors should serve with their bows and arrows , ' and refused to comply , incurring yoshimitsu 's displeasure . at the end of that same year ( 1397 ) yoshihiro was ordered to strike down the shoni clan , and began fighting with them in chikuzen province only to lose his younger brother mitsuhiro ouchi in battle , and worse still , no order was given to reward the fallen mitsuhiro 's son for his father 's sacrifice , only increasing yoshihiro 's discontent ; but what provoked his indignation still more was the rumor that yoshimitsu had secretly commanded the shoni and kikuchi clans to strike down yoshihiro . when a korean envoy arrived in japan in 1398 and presented yoshihiro with a vast number of gifts , yoshimasa shiba slandered him to yoshimitsu , saying ' now yoshihiro is accepting bribes from korea , ' and when yoshihiro heard of this slander he was furious . to yoshimitsu , who was trying to plan how to proceed in forging trade links with mainland asia , the existence of someone like yoshihiro , possessing as he did such a strong bond with korea , must have been quite obtrusive . yoshimitsu repeatedly summoned yoshihiro to the capital , but rumors had spread that ' you 'll be deprived of your governorship ( shugo ) over iwami and kii ' or even ' you 'll be assassinated on the road to kyoto , ' and hearing these , yoshihiro felt uneasy . trapped into a corner , yoshihiro made a secret alliance with mitsukane ashikaga , the kubo ( official in charge ) of the kanto region . this secret agreement was reached through the mediation of ryoshun imagawa , who had unilaterally lost his standing and had been dismissed from his post as tandai ( local military commissioner ) of kyushu thanks to yoshimitsu 's machinations . in addition , yoshihiro contacted several potential allies , including akinao toki of mino province , who had been brought to ruin during yasuyuki toki 's rebellion a few years earlier , tokikiyo yamana , eldest son and heir of ujikiyo yamana , who had been destroyed during the meitoku rebellion , hidemitsu kyogoku ( younger brother of takanori kyogoku , the shugo of izumo province ) , the warrior monks of enryaku-ji and kofuku-ji temples , and gonancho ( second southern court ) forces like the kusunoki and kikuchi clans , urging them to raise troops to oppose the shogunate . the two factions begin to raise armies on november 19 , 1399 ( oei era ) , yoshihiro ouchi led his forces out and arrived at the inlet of sakai ( osaka ) at the border of izumi province , and sent his retainer shinzaemon hirai on to the capital , but chose not to go himself . rumors had sprang up around yoshimitsu that yoshihiro was plotting to overthrow him . yoshimitsu sent the monk hogen iyo , who worked for the cloistered imperial prince sondo of shoren-in monzeki ( head priest of shoren-in temple ) , to sakai to insist that yoshihiro travel to the capital , but yoshihiro refused to comply , saying ' there are some things that will not go according to your will . ' on december 3 , yoshimitsu dispatched the zen monk chushin zekkai as his envoy to sakai . yoshihiro met privately with his relatives and chief vassals to decide how to respond . hiroshige ouchi , his younger brother , asserted that he obey yoshimitsu 's will and go to kyoto . bizen nyudo hirai also argued along the same lines , trying to persuade yoshihiro that he should re-swear his allegiance and appeal to the shogun 's good graces , for if he did not he would be declared an enemy of the imperial court and his whole family would be destroyed . bungo nyudo sugi , on the other hand , argued that the shogun was already trying to destroy the ouchi family , and thus advocated armed resistance . yoshihiro met with chushin zekkai . chushin zekkai counseled him not to believe rumors that the shogunal family was bent on destroying yoshihiro , and that he should make his way to the capital and apologize to the ashikaga family for not heeding the earlier summons . yoshihiro said that he remained grateful for the deep favor the shogunal family had bestowed on him , but also listed his own accomplishments in the battles in kyushu joining forces with ryoshun imagawa , in the meitoku rebellion , in unifying the southern and northern courts , and in the annihilation of the shoni family before pointing out his dissatisfaction that despite these deeds , the ashikaga family was trying to remove izumi and kii provinces from his governance , and the fact that his nephew , the son of his younger brother mitsuhiro - who had died in battle during the recent campaign against the shoni family - had received no reward for his father 's service . chushin zekkai responded by saying that he saw that yoshihiro 's loyalty was beyond question , and that one cannot trust the rumors the world produces he also reiterated his advice to go the capital , claiming that the reason no reward had been conferred on mitsuhiro 's son was that yoshihiro had not obeyed the summons to kyoto in the first place . in response , yoshihiro declared that he had formed an alliance with the kanto ( the kubo , or shogunal representative of kanto , mitsukane ashikaga ) to remonstrate with the shogunate 's policies , and to go now to kyoto would violate the terms of that alliance , but said he would be marching on kyoto together with mitsukane on the second day of the following month . this was in reality a declaration of war . chushin zekkai gave up his attempts to persuade yoshihiro otherwise and returned to the capital . yoshimitsu , after hearing chushin zekkai 's report , issued an order to hunt down and destroy yoshihiro . the vanguard of the army , more than 6000 riders led by yorimoto hosokawa , takanori kyogoku , and yoshinori akamatsu , immediately rode out from yodo towards izumi province . on december 13 , yoshimitsu set up camp at to-ji temple , with more than 2000 horsemen under his command . by december 19 , yoshimitsu had advanced as far as hachiman , where he met up with the main force of 30,000 riders , led by the kanrei motokuni hatakeyama and former kanrei yoshimasa shiba , and then they all proceeded towards izumi province together . yoshihiro called a meeting with his advisors where they discussed military strategy . hiroshige , his younger brother , proposed that they fortify their castles and hold their ground , defending izumi and kii provinces . bungo nyudo sugi advocated that they seize the opportunity they had been given and travel by ship to amagasaki city , where they could launch a surprise attack against the army at hachiman and fight one great battle where all would be decided . bizen nyudo hirai , who had been warning against any effort to overthrow the shogunate for some time now , asserted that any offensive strike was futile , and proposed that they hole up in their castles . yoshihiro adopted bizen nyudo 's defensive strategy of entrenching themselves in their castles . yoshihiro collected lumber and erected 48 major towers and more than 1000 watchtowers , creating a castle of approx . 1.96 square meters to serve as strong points around sakai , and began boasting that ' the enemy could not defeat us here even if they brought one million men against us . ' on the other hand , yoshihiro did make preparations against the likelihood of his death in battle , even going so far as to invite the monk who had previously given him the tonsure to come and perform his funeral service . he also sent both his will and a remembrance of himself to his mother , whom he had left at home in suo province , and sent a message to his younger brother morimi ouchi to guard the provinces under their control well and fiercely . all of yoshihiro 's followers had also prepared to die in battle . the assault on the fortifications begins the shogunal army of about 30,000 horsemen surrounded sakai and laid siege to it , while at sea , pirates from shikoku and awaji island blockaded sakai 's harbor with a fleet of more than 100 ships . yoshihiro gathered all available troops at sakai , and had both kuro sugi , who was fighting at moriguchi castle , and bicchu no kami ( the governor of bicchu province ) sugi , who was deployed at kamoyama , fall back and join him there . yoshihiro 's army numbered about 5000 men . on january 3 , 1400 , the shogunal army all simultaneously let out a battle cry and began a general frontal assault . the ouchi forces fought back , raining arrows down on the enemy from their watchtowers . on the north , kanrei motokuni hatakeyama 's force of 2000 men broke through ichinoki and ninoki gates , pushing their assault as far as sannoki gate in what developed into a bitterly fought battle that left more than 700 dead or wounded . tokihiro yamana 's 500-man force replaced the hatakeyama army and pressed the attack , while bungo nyudo sugi and others led a sortie out from the castle to meet them in battle with 500 men . yoshihiro also led 200 riders over to join the fight . toshiyasu kitabatake , the provincial governor of iyo , came to reinforce the yamana army with about 300 men , and was caught in such fierce fighting that toshiyasu 's own son , a major general , was killed . the armies of the hosokawa and akamatsu clans , numbering about 5000 , attacked from the south of sakai , while the rokkaku and kyogoku clans pressed the assault from the east . the battle continued into the night , with too many killed and wounded to count . the anti-yoshimitsu faction rises up in revolt around this time , akinau toki , who had formed an alliance with yoshihiro , raised an army and invaded owari province , penetrating as far as mino province . at that point , the shugo of mino , yorimasu toki , was at the camp of the army fighting against ouchi 's forces , but immediately returned to mino and smashed akinao 's army . ujikiyo yamana 's eldest son and heir , tokikiyo , had also allied himself with yoshihiro , and attacked into tanba province , invading the capital ( kyoto ) and setting fires there before targeting the shogunal army camped at hachiman and raiding it with 300 men . tokikiyo 's force smashed the camps of the shogunal army one after the other , but exhausted their strength and were forced to withdraw . hidemitsu kyogoku raised an army in omi province and planned to invade towards the capital . 500 warrior-monks from onjo-ji temple burned the setabashi bridge at seta and waited to meet hidemitsu 's army . hidemitsu , out of options , drew up battle lines in moriyama and prepared for the coming battle . when the kyogoku force of 1000 men , who had joined the attack against the ouchi , retraced their steps and neared moriyama , hidemitsu , trying to join up with akinau toki , headed for mino province , but on the way he became caught in the middle of a farmers ' uprising and was routed ; hidemitsu slipped away with just one close retainer and disappeared . moreover , because hidemitsu 's official government post was " kingo " ( saemon no jo under the ritsuryo system ) , when referring to just his raising of troops it is also called the kingo disturbance ( kingo sodo in japanese ) . mitsukane ashikaga , kubo ( shogunal representative ) of the kanto , led about 10,000 men into musashi province , advancing as far as koan-ji temple in the city of fuchu , but halted his advance after he was warned by the kanrei of the kanto , norisada uesugi not to continue . sakai castle falls back in sakai , morale among the ouchi forces jumped after they repulsed the general assault launched by the shogunal army . the shogunal forces resolved to attack the city with fire , and having prepared sagicho rockets ( a kind of firecracker ) , they got the road ready before launching another general attack in the early morning of january 25 , 1400 . taking advantage of a strong wind , the shogunal forces were able to set fires within the castle , and they pressed their assault furiously , knocking down all the watchtowers they could . bicchu no kami sugi resigned himself to the reality that this day would be his last battle , and threw all his strength into an assault on the camp of mitsuuji yamana , achieving a spectacular death in battle . yoshihiro , after seeing this , resolved that he would continue in the tradition of general xiang hu 's glorious death , and make such an end for himself as would ensure his fame for posterity . he cut his way into the battle lines of the shogunal army on the north side of the city , striking left and right with his katana in fierce fighting . kanrei motokuni hatakeyama 's legitimate son and heir mitsuie took his force of 200 men and challenged yoshihiro 's advance , but yoshihiro proved a worthy opponent indeed , fighting back ferociously even though he had a mere 30 men . at that moment , the 200 soldiers from iwami province defected and joined the shogunal force . this infuriated yoshihiro , who attacked the iwami army with such force that the iwami army became terrified , broke and scattered . yoshihiro continued fighting , attempting to strike down mitsuie , but the shogunal army surrounded him and launched an unrelenting assault . the number yoshihiro 's soldiers steadily dropped until only one remained , mori minbu no jo . mori minbu no jo protected yoshihiro as they cut their way into the enemy battle lines , fighting fiercely until being killed in battle . alone now , yoshihiro continued to fight on , trying to kill mitsuie , but he was surrounded and in the end used up all his strength , letting out a great shout , saying ' yoshihiro ouchi , great military commander without peer , now enters the next life . kill me now , and take me before the shogun for one last meeting , ' and with that was struck down . when bungo no kami sugi , who was reinforcing the south side of the city , was told of yoshihiro 's death , he cut his way into the enemy 's formation and died in battle . hiroshige , who was reinforcing the east side of the city and fighting against the armies of the imagawa and isshiki clans , also found his own soldiers ' numbers dwindling , and deciding that he had fought as long as he could , he tried to kill himself . but bizen nyudo hirai stopped him , counseling that he surrender , advice hiroshige also took . the rest of the ouchi army having either escaped or killed themselves , the fortifications of sakai were taken . mitsukane ashikaga , the kubo of the kanto , had taken his army and marched from fuchu in musashi province as far as the ashikaga family 's private estates in shimotsuke province ( modern-day ashikaga city in tochigi pref . ) , but when news of yoshihiro 's defeat and death reached him , he turned back to kamakura . aftermath of the battle in april , 1400 , the kanto kubo mitsukane ashikaga presented a prayer-petition to the grand shrine at mishima in izu province in which he apologized for double-crossing the shogunate ' in my narrow-mindedness . ' ryoshun imagawa , the one who had urged mitsukane to revolt against the shogunate , was made the target of a search and destroy order from the shogunate , and because of this proceeded to the capital and apologized , for which he was granted clemency . thereafter , he abandoned political life and immersed himself in the composing of waka ( classical japanese poems ) and renga ( linked verse ) . yoshimitsu stripped the ouchi clan of their control over the provinces of izumi , kii , iwami , and buzen . to hiroshige , who had capitulated , he granted only the provinces of suo and nagato . but morimi , who had been protecting the ouchi heartlands of suo and nagato , refused to accept this and forcefully resisted . hiroshige , together with shogunal reinforcements , attacked and drove morimi away , but in 1401 morimi raised a new army in kyushu and made another attempt to win back the ouchi lands , and after several battles between them , morimi destroyed hiroshige at sakariyama castle ( in modern-day chufu ward of the city of shimonoseki ) . morimi then extended his military hegemony even further , gaining control as far as aki and iwami provinces . the shogunate , no longer able to avoid acknowledging morimi 's overlordship of these lands , officially granted him the title of shugo over suo and nagato provinces in 1405 , and when they added the provinces of buzen and chikuzen to his dominion as shugo , he finally swore allegiance to the shogun again . in this way , the ouchi clan was able to recover their military strength and rally after being brought once to the brink of ruin . the chronicle of the oei era ( oei-ki in japanese ) the events of the oei rebellion are recorded in " the chronicle of the oei era . " +" ryoto tetsuritsu " refers to the situation where the family line of a country 's monarchy is split into two and the monarch is alternately selected from these two family lines . the imperial family ( at that time called ' oke ' ) during the kamakura period was split into two family lines and was best known to be in the state of ryoto tetsuritsu regarding the succession of chiten ( retired emperor who runs the cloistered government ) and emperor . ryoto tetsuritsu during the kamakura period the ryoto tetsuritsu in this period was between the jimyoin line , descendants of emperor gosaga 's third son , emperor gofukakusa , and the daikakuji line , descendants of fourth son emperor kameyama . beginning in 1242 , gosaga became emperor , abdicated the throne to crown prince hisahito ( gofukakusa , aged 4 ) and started a cloister government in 1246 , and then in 1258 , without waiting for gofukakusa to have a prince , installed gofukakusa ( aged 16 ) ' s younger half brother , tsunehito ( kameyama , aged 10 ) , as crown prince and in 1259 , he made gofukakusa abdicate so tsunehito could become emperor . gofukakusa later had sons , and in 1268 , gosaga installed kameyama 's heir ( second prince ) yohito ( aged 2 ) as crown prince instead of gofukakusa 's heir ( second son ) hirohito ( aged 4 ) . from this string of actions , it is easy to presume that gosaga wanted kameyama and his descendants as his successors , but gosaga died in 1272 without clarifying his wishes ( aged 53 ) . his will only specified the division of property without naming a successor , only indicating his wish that the naming the next chiten should follow the wishes of the kamakura bakufu ( japanese feudal government headed by a shogun ) . since both gofukakusa and kameyama wanted to be the next chiten and a fight broke out , the bakufu was asked to make a ruling . the bakufu asked omiyain , who was the first wife and biological mother of gofukakusa and kameyama , which of the sons was the deceased choice and omiyain gave kameyama 's name , who was subsequently named as chiten . the reason why gosaga took such an unclear stance was based on his own experience as being unexpectedly selected from a collateral family line to ascend to emperor due to the bakufu 's intervention , and knew well that if he named a successor that was not to the bakufu 's liking , it would easily have been changed by the bakufu . kameyama attended to government affairs for a short period as emperor and then abdicated the throne in 1274 to crown prince yohito ( aged 8 , emperor gouda ) . on the other hand , gofukakusa , who lost the position of chiten , even though he was the older brother , became frustrated and when gouda became emperor , he declined the position of daijo tenno ( the retired emperor ) and tried to become a priest as a sign of protest . amongst the extensive imperial private estates , gosaga had planned so that gofukakusa could inherit the large chokodo group of private estates consisting of over 100 estates around the country , but gofukakusa was not satisfied . later the chokodo estates became an important financial foundation for the jimyoin line . kameyama also inherited the large hachijoin private estate group consisting of over 200 estates and this became the main financial foundation for the daikakuji line . the two imperial lines fought fiercely over not only the positions of chiten , emperor , and crown prince , but also the imperial private estates separately managed by nyoin ( title given to some high-ranking female imperial family member who have been empress , etc . ) and other imperial family members , leading to a division within the imperial family , both financially as well as politically . due to gofukakusa 's dissatisfaction , the bakufu intervened and in 1275 , named hirohito ( aged 11 ) as crown prince and guaranteed gofukakusa would be chiten in the future . other than the explanation for this intervention that has been given since it happened that the regent tokimune hojo sympathized with gofukakusa 's situation ( " masukagami " ( the clear mirror ) ) , it has been pointed out that the kanto moshitsugi , sanekane saionji , who was in the position to mediate between tokimune and the chiten , was more intimate with the gofukakusa father and son than the kameyama father and son and could have worked for a more advantageous solution for gofukakusa . at this point , the regent family had already split within the bakufu , and it is said that there were intentions to split the imperial family in the same way ( kazuto hongo ) , but there are no historical documents to prove this and the truth is unknown . it is also necessary to note that in the kamakura period , the imperial court society in general had a tendency to produce branch families . in any case , due to the intervention of the bakufu in 1275 , it was determined that both gofukakusa and kameyama had equal right to have their descendants as emperor and both had eligibility to become chiten themselves , and this was the beginning of the division of the imperial family which lasted for two hundred years . establishment kameyama worked extensively to arrange a court management system within the imperial court , and established " koanreisetsu " ( koan shosatsurei ) to maintain class order within the imperial court society . this period is called the ' koan no tokusei ' ( political reforms in koan era ) . at the same time , the bakufu had political reforms led by yasumori adachi , it is thought that there was a close relationship between virtuous governments in both imperial and military courts due to the fact that there were cultural exchanges at the individual level between kameyama and yasumori . however , in 1285 , yasumori and his group members were killed and exiled in a coup d 'etat by taira no yoritsuna ( shimotsuki incident ) leading to a change in direction of bakufu measures that affected the imperial court , stunning the kameyama cloistered government . around this time , gofukakusa schemed , lodging a complaint to the bakufu that gosaga did not name kameyama as his heir . in the midst of political unrest , when kameyama was rumored to be thinking of overthrowing the shogunate , the bakufu ordered a change in chiten and emperor in 1287 , with the crown prince hirohito ( aged 23 , emperor fushimi ) ascending the throne and gofukakusa starting a cloistered government . in 1289 , also by designation of the bakufu , fushimi 's first son , tanehito ( aged 2 ) was installed as crown prince and during the same year , gofukakusa 's son imperial prince hisaaki was greeted as the head of the kamakura shogunate . after witnessing this , gofukakusa retired and became a priest in 1290 ( aged 48 ) , also yielding the job of chiten to fushimi . at this point , ryoto tetsuritsu had not yet completely embedded itself , and the aristocracy did not yet create factions so the aristocrats who served the daikakuji line chiten worked for the subsequent jimyoin line chiten , leading to the sudden decline of the daikakuji line . kameyama was disappointed and became a priest in 1289 ( aged 41 ) , and was accused of being involved in an incident where bushi tameyori asahara and others who lost their territory during the shimotsuki incident , invaded the imperial palace and tried to assassinate fushimi , and had to submit an appeal to the bakufu to clear his name in 1290 . when fushimi became chiten , he worked diligently for advancement and continued to expand the court management system and actively recruited without bias towards family lineage . the most famous person that fushimi recruited was tamekane kyogoku . tamekane was trusted by fushimi and was the leader of the leading tanka ( short poem ) circle other than the nijo school , and was also heavily involved in government affairs . however , tamekane 's individualistic character made many enemies and together with fushimi 's progressive governing stance , it led to confrontation with sanekane saionji and called attention from the bakufu . in 1298 , fushimi abdicated in favor of the crown prince tanehito ( aged 10 , emperor gofushimi ) , but a comeback by the daikakuji line that sanekane also participated in was staged regarding the nomination of the next crown prince . as a result , gouda 's first son , kuniharu ( aged 14 ) was named as the next crown prince . fushimi continued to attend to government affairs , but the government did not stabilize and the bakufu ordered a change in chiten and emperor in 1301 , with the crown prince kuniharu ( aged 17 , emperor gonijo ) ascending the throne and gouda starting a cloistered government . this change is the first time when ryoto tetsuritsu was announced as being the official policy of the kamakura shogunate ( when its supreme leader was tokuso sadatoki hojo ) . the bakufu continued this policy until it fell . there are two opposing theories , one that this was done to establish a division in the imperial family , and the other is that it was done to avoid direct intervention and leave the imperial succession to the autonomy of the imperial family . as ryoto tetsuritsu became established , aristocrats that served only one of the imperial lines started to appear , and the chiten side also asked that of its aristocrats . while the division of the imperial family led to the division of imperial court society in general , the subordination of the aristocrats to the chiten side also progressed . since the high officials and important positions were all changed when the heads were changed , confusion such as the judgment of a court cases during a chiten in one line being easily upturned by the other line 's chiten occurred and this led to a decline in the imperial court 's authority . based on the policy of ryoto tetsuritsu , the next crown prince was to come from the jimyoin line . the 13 year old gofushimi had no princes and therefore fushimi 's fourth son , tomihito ( aged 5 ) became crown prince . the possibility of further division threatened and fushimi took measures to make tomihito as gofushimi 's adopted heir . although the daikakuji line already had its future heir apparent for the throne because gonijo 's first son , imperial prince kuniyoshi was born in 1300 , kameyama was partial to his son imperial prince tsuneaki who was born in 1303 , and had made gouda and fushimi promise to place tsuneaki instead of kuniyoshi on the throne , which led to further seeds of imperial lineage division . in 1304 , gofukakusa died at 62 , and in 1305 , kameyama died at 57 , and ryoto tetsuritsu entered its second generation . gouda also attended to government affairs diligently to strengthen the claims of his imperial line . he was also a devout follower of shingon esoteric buddhism and became a monk in 1307 ( aged 41 ) . this was not only meant as a personal religion , but intended to strengthen the legitimacy of the royal line by religious authority . however , in 1308 , gonijo ( aged 24 ) died suddenly and the crown prince tomihito ( aged 12 , emperor hanazono ) ascended the throne and fushimi started a cloistered government . the crown prince was to come from the daikakuji line , but gouda chose not his direct grandson kuniyoshi ( aged 9 ) , but his second prince takaharu ( aged 21 ) . this choice took into account the youth and poor health of kuniyoshi and was a measure to suppress the force that was demanding tsuneaki as crown prince , but in conclusion this only led to make the problem even more complex . in 1313 , fushimi became a priest and yielded the government affairs as chiten to gofushimi . as ryoto tetsuritsu became established and both lines were able to govern as long as they could wait , the next thing that happened was that they tried to move that event forward . this was specifically accomplished by sending special envoys to the kamakura shogunate to appeal for the abdication of the current emperor . especially around this time , fushimi was held in suspicion from the bakufu continuing on from his first cloistered government , and there were even rumors that he was thinking of going against the bakufu and he submitted a official document appealing to the bakufu about his innocence in 1316 . as expected , the pressure exerted by the daikakuji line demanding a change in chiten / emperor grew . the bakufu struggled to handle the issue and in 1317 , it indicated that the next succession was to be decided by discussion between the two lines and prohibited the sending of special envoys . at the discussion , gouda demanded that hanazono abdicate in favor of the crown prince takaharu , and place kuniyoshi as the next crown prince . fushimi accepted the abdication of hanazono , but wanted gofushimi 's first son kazuhito ( aged 5 ) as the next crown prince . the discussions broke up , but the power balance between the two lines changed when fushimi died at 53 in the same year . gouda demanded hanazono 's abdication again , and gofushimi could not go against this , so in 1318 , the takaharu ( aged 31 , emperor godaigo ) ascended the throne and kuniyoshi ( aged 19 ) became the crown prince . as an exchange condition , gouda promised gofushimi that kazuhito would become the next crown prince after kuniyoshi . ryoto tetsuritsu was now established as a given . with godaigo 's accession , gouda 's cloistered government was reinstated , but gouda himself became further devout in esoteric buddhism and became the chief priest himself by establishing daikakuji temple monseki and he started to let the reins go with government affairs as his health declined along the years , relinquishing the duties as chiten to godaigo in 1321 and he died at the age of 58 in 1324 . ryoto tetsuritsu entered into its third generation . end gouda considered kuniyoshi as his genuine successor and the accession of godaigo was only an " interim " measure until kuniyoshi came to age . in the property allocation list for the daikakuji line written by gouda , he wrote that godaigo 's descendants had no right to succession and godaigo should consider kuniyoshi as his own son and this was also known to those concerned . in a memorandum left by a person associated with the jimyoin line at that time expresses godaigo 's position as a ' one-generation head . ' godaigo was in a position where he could not express all of the authority given to him as emperor . hanazono of the jimyoin line was also in a similar " interim " position , but through the wishes of fushimi , hanazono was considered as his older brother gofushimi 's son and called the ' heir ' of the jimyoin line and gofushimi 's son kazuhito was made hanazono 's son , and hanazono was fitted into the direct descendant line to save face . since he also had a mild personality , hanazono accepted his position and in fact spent much of his energy in nurturing kazuhito . however , godaigo was very dissatisfied with his position and became rebellious . there are even some researchers ( yoshihiko amino and shigeaki mori ) who think that gouda relinquished his government affair duties as chiten to godaigo in 1321 because of strong pressure from godaigo . such feelings of godaigo are expressed on how extensively he developed his policies after starting to take up governmental affairs . naturally , godaigo worked on the court management system , speedy court case processing and recruitment of useful human resources that past chiten had worked on , but he also worked on financial measures such as koshu-ho ( law defining the price of rice and sake ) , jiguchisen-ka to rakuchu ( extra tax on houses and fields in central kyoto ) but he also tried to enlarge the power base of the imperial court itself by actively working on areas that the authority of past chiten did not reach and issued rakuchu shuroyaku fuka-rei , shinjin koji teishi-rei , sekishoteishi-rei , etc . however , such new measures naturally did not attain sufficient results because of resistance from aristocrats , large temples and shrines that had their privileges infringed upon and the restrictions imposed by the bakufu , which was strengthening its character as a united national government . additionally , godaigo was isolated within the imperial court and there were insufficient human resources to work as his hands and feet . the aristocrats that have established the lineage ( lineage of reputable families ) of who becomes tenso , bugyo , and other practical positions in the court management system of the imperial court that had been worked on since the cloistered government of gosaga , had already tied master-subordinate relationships with one of the imperial lines . aristocrats subordinate to the jimyoin line naturally did not cooperate with godaigo , but many of the aristocrats subordinate to daikakuji line preferred the direct descendent kuniyoshi to the ' one-generation-head ' godaigo . those who worked for godaigo were people who had a personal relationship with him through study , arts , religion , etc . , and were mainly people who were descended from lower class families who wanted their family lines to become premier lineages . not being able to accept that he was in the position of a ' one-generation-head ' and not being to sufficiently implement his idealized measures , he selected the path of destroying the existing political order by force as a way of breaking out . in those times , the will of parents regarding inheritance had absolute effectiveness and even the court at the bakufu or imperial court could not easily upturn that decision . it was difficult to change the succession plan for the imperial throne that was determined by gouda using normal measures . since ryoto tetsuritsu was a bakufu policy , it was natural that the bakufu was included as godaigo 's offensive target it was september , 1324 when godaigo 's first armed bakufu overthrow plan was uncovered . the death of gouda was in june 1324 , so the timing was as if he had waited for his father 's death . since in december of that year the name of the year was changed to seichu , so this is called the " seichu incident . " the plan was leaked to the bakufu and some participating members were killed , while some were arrested , but in the end , only godaigo 's aide , suketomo hino was exiled to sado among the imperial court relations and godaigo was not accused of any crimes . kuniyoshi was not on friendly terms with godaigo and since the seichu incident , he had appealed to the bakufu to have godaigo abdicate as soon as possible , but he died suddenly in 1326 ( at age 27 ) . the position of crown prince was fought over by kazuhito , the direct heir of the jimyoin line , kunimi , who was the younger brother with the same mother of tsuneaki and kuniyoshi shinno who lost their chances to become crown prince after gonijo died , and godaigo 's first son , imperial prince takayoshi , and in the end , kazuhito ( aged 14 ) was designated crown prince by the bakufu 's ruling . kuniyoshi also left a young son , and he was also in a position to be a strong rival of godaigo in the future , and the position of godaigo as a ' one-generation-head ' was becoming even clearer under the authority of the bakufu and his tendency towards overthrowing the bakufu became stronger . the second armed bakufu overthrow plan was also discovered beforehand in 1331 . on this occasion the bakufu took strong measures . although godaigo decided to lead a military uprising earlier than planned ( genko incident ) , the bakufu started to arrest related people and moved large forces to suppress the revolt , so godaigo eluded arrest by escaping kyoto and joined his rebel army . the bakufu controlled kyoto and immediately deposed godaigo in absentia and crown prince kazuhito ( aged 19 , emperor kogon ) ascended the throne . godaigo changed the name of the era to " genko " in august just before his escape from kyoto , but the bakufu did not recognize this change and continued to use the previous name , " gentoku . " shortly , godaigo was captured and exiled to oki as a traitor , following the example of jokyu disturbance . participating princes and aristocrats were also severely punished with punishment including execution . upon the ascension of kogon , gofushimi started a cloistered government . the first thing that gofushimi started was the selection of the next crown prince . although it was not impossible for the jimyoin line to monopolize the throne since the daikakuji line was in a devastated state with kuniyoshi 's early death and godaigo 's rebellion , gofushimi was true to the principle of ryoto tetsuritsu in accord with the bakufu 's wishes . he asked the widow of kuniyoshi , baishi ( princess of gouda ) to recommend the next crown prince as the acting head of the daikakuji line . baishi recommended kuniyoshi 's first prince , who was treated coldly by godaigo , not allowed to have the coming-of -age ceremony until 12 and not yet officially named . the prince was named imperial prince yasuhito by the jimyoin line and was also made imperial prince . baishi was given the position nyoin ( sumeimonin ) befitting her rank as the family head of the daikakuji line , giving her a rank similar to retired emperor . under the regency of sumeimonin , yasuhito became crown prince and the daikakuji line was reestablished with the support of the jimyoin line . after the genko incident ended in failure , guerilla like resistance continued under godaigo 's son , imperial prince moriyoshi and masashige kusunoki , and gradually the size and region increased until it was a true insurrection . in 1333 , godaigo escaped oki and stayed at hoki , indicating his wishes to directly participation the insurrection and widely made a call for participation among the armed groups around the country . the bakufu moved a large force lead by takaie nagoe and takauji ashikaga , adding more soldiers in the kinki region to contain the insurrection , but takaie died in battle shortly after arriving in kyoto and takauji answered godaigo 's call to join the insurrection force . the effect that the ashikaga clan , who were a prominent vassal of the shogun after the hojo clan in lineage and power , defected from the bakufu was very large and the insurrection rapidly engulfed the whole nation , with the kamakura bakufu quickly reduced to disintegration . the person who filled the gap in power was godaigo , who was still in hoki . godaigo issued orders before his return to kyoto and erased all political actions by the imperial court after the genko incident . it was natural that government affairs by gofushimi were terminated and kogon was deposed , but godaigo did not even recognize that he was deposed in 1331 , and took the stance that he was ruling during the whole time he was exiled in oki , so therefore there was " no accession nor rule " of kogon . godaigo knew well that gouda 's will was still in effect and if he recognized that he had abdicated , he might lose eligibility to rule as chiten or pass the throne on to his descendants . it was clearly indicated that kogon was given the title and privileges of the retired emperor but not as preferential treatment for being the former emperor , but as a prize for refraining the position of crown prince . this was a measure to prevent kogon from ruling as chiten in the future . gofushimi abandoned hope for the future and became a priest . yasuhito was deposed as crown prince and even the title of imperial prince was taken away . the name of the era was changed and " the second year of seikei " became " the third year of genko . " the next year , 1334 , saw godaigo 's son imperial prince tsuneyoshi ( aged 12 ) as crown prince and the position of the jimyoin line as a emperor 's line was completely negated , and here the ryoto tetsuritsu that spanned three generations and continued over 50 years came to an end . sequel even though ryoto tetsuritsu ended , the concept still remained for a while . the new godaigo government collapsed in 1336 due to takauji ashikaga 's defection and the cloistered government by kogon was initiated by takauji 's request ( gofushimi died in the same year at 49 ) , and kogon 's brother toyohito ( aged 16 , emperor komei ) ascended the throne and the crown prince was not the deposed prince yasuhito or kogon 's first son prince okihito ( aged 3 ) , but godaigo 's son imperial prince nariyoshi ( aged 12 ) . godaigo was officially given the title and privileges of the retired emperor as the previous emperor and godaigo had the possibility of ruling as chiten in the future . these measures were taken under the wishes of takauji , who wanted to extract concessions from godaigo and have him cooperate with takauji 's new government , but godaigo refused any compromises and immediately escaped kyoto to establish his own imperial court in yoshino . the imperial family made a clear transition from the ryoto tetsuritsu era to the northern and southern dynasties era . nariyoshi had no value and was deposed as crown prince and in 1338 , okihito ( aged 5 , later emperor suko ) was made crown prince . the concept of ryoto tetsuritsu was again brought up upon the union of northern and southern dynasties that yoshimitsu ashikaga concluded in 1392 . ryoto tetsuritsu , after unification between the descendants of emperor gokomatsu of the northern dynasty and gokameyama of the southern dynasty , was included as one of the unification conditions . however , judging from the power balance of both southern and northern dynasties at that time , not only the northern dynasty but also the southern dynasty probably did not think this condition would be followed and in reality , it was not . however , this condition served as a reason for former southern dynasty imperial family descendants and related people to continue on with resistance and insurrections against the muromachi bakufu for around 100 years . this activity is called the second southern dynasty . ryoto tetsuritsu during the heian period ryoto tetsuritsu occurred twice during the heian period . tetsuritsu between saga line and junna line emperor kanmu , who established heian-kyo , had many wives , concubines , and princes , and princesses , but the three princes that were thought to be in an advantageous position for imperial succession were ate , kamino , and otomo . their mothers were all from the fujiwara clan or related family who were empress or received similar treatment , and due to the wishes of kanmu , they all had wives that were imperial princesses and their half-sisters with a different mother ( ate had two wives , imperial princess asahara and imperial princess oyake , kamino had imperial princess takatsu , and otomo had imperial princess koshi ) . what the true wishes of kanmu were by taking such measures that might lead to a complex competition for the imperial succession by intentionally lining the three princes is unknown . first , the first prince ate was instated as crown prince in 785 . he ascended the throne upon kanmu 's death in 806 as emperor heizei , and placed his brother kamino , who shared the same mother , as crown prince . heizei was not able to ignore the authority and existence that kamino and otomo had , because asahara and oyake did not have any children and all the other princes had lowly-born mothers . heizei had spent a long time as crown prince and had a certain degree of ideas about how to govern . rather than wait until the year after the preceding emperor died to change the name of the era which was the custom , the new emperor changed the era name into dodai and tightened the budget that had loosened while kanmu had conducted frequent military activity against the siberian invasion and moved the capital , and actively worked on organizing redundant court positions , placing of a kansatsushi , where daijokan directly watches over regional government and abolishing sangi , but he was sickly from a young age and abdicated the throne to the crown prince kamino ( emperor saga ) in 809 . saga already had a son with takatsu called imperial prince nariyoshi , but nariyoshi had a severe physical and mental congenital disability and was considered to have no possibility of attaining the throne . otomo had a son with koshi called imperial prince tsuneyo , but heizei ignored the existence of the otomo father and son and explicitly placed his son , imperial prince takaoka as crown prince . after abdicating and becoming the retired empreor , heizei returned to his birthplace , heijo-kyo , and when his health recovered slightly , he returned to ruling and started to use the rights of an emperor on his own accord . originally , a retired empreor was considered to hold the same and equivalent authority as an emperor , so it was considered natural that the retired emperor and emperor rule together since the first retired emperor jito and emperor monmu . however , this only functions smoothly when the retired emperor is a direct ancestor or equivalent to the emperor , but it only led to political confusion and conflict between heizei and saga because they were half brothers . when in the next year , 810 , heizei commanded saga to relocate the capital to heijo-kyo , saga decided to raise a coup d 'etat . heizei was surprised at the turn of events and tried to make a comeback by escaping to the east country , but was blocked by armed forces sent by saga and defeated , he then relinquished all authority and became a priest . takaoka was stripped of his position as crown prince and also became a priest . saga installed otomo instead of takaoka as crown prince . although saga did not have any sons to select as crown prince anyway , it was a measure to respect the authority and existence of otomo . there was also the circumstance that otomo supported saga in the conflict with heizei . saga paid great care in reconciling between brothers and tried to respect otomo 's position as much as possible so as not to repeat the conflict with heizei that ended in armed confrontation . one sign was to wed his princess , imperial princess masako to otomo , but the most significant was when he abdicated the throne to otomo in 824 , he declined the position of retired emperor even if it was a position automatically assumed to be taken up by the abdicating emperor . after his abdication , he returned to his status as one of the imperial family members , and publicly announced that he left all power to the coming emperor otomo ( emperor junna ) . of course junna who accepted the abdication did not accept this , and after serious discussions between the two , it was decided in the end that saga was to decline the position of retired emperor and then junna was to present the title and privileges of retired emperor to saga . this led to a change in the position of retired emperor as a position to be given by the coming emperor , and established the superiority of the residing emperor , relieving the harmful effects of diarchy / dual power . the reconciliation and mutual concession continued on , and was emphasized at every occasion . upon the ascension of junna , the prince masara , who was born between saga and empress tachibana no kachiko , became crown prince . in 833 , junna abdicated the throne to the crown prince masara ( emperor ninmyo ) and here the declination of retired emperor by junna and empress dowager by empress masako and the refusal by the new emperor ninmyo was repeated , and the crown prince was decided to be the prince born between junna and masako , imperial prince tsunesada ( koshi and tsuneyo had already died young ) . however , such relationship between saga and junna was only a personal relationship of trust and was not accepted widely among the aristocracy . rather , the aristocracy even showed a tendency to break apart into saga group and junna group . when junna died in 840 and saga fell into critical condition in 842 , this break up became apparent . first , it is said that togu-bo tachihaki , tomo no kowamine and tajima no gon no kami ( provisional governor of tajima province ) , tachibana no hayanari visited heizei 's son , imperial prince abo and tried to convince him to go to the east and lead an insurrection . abo had a bitter experience when his father was deposed and sent to kyushu as dazai gon no sochi ( provisional governor-general of the dazai-fu offices ) , did not follow their advice and immediately reported this to kachiko , who was the grand empress dowager at that time . meanwhile , saga passed away . kachiko informed ninmyo via chunagon ( vice-councilor of state ) , fujiwara no yoshifusa and the arrest and punishment of associated people began . kowamine and hayanari both denied the charges but were exiled and aristocrats close to junna were dismissed from office , and finally , tsunesada was deposed as crown prince to take joint responsibility and he became a priest as takaoka did in the past . this incident is the " jowa incident . " since the positions of the chief plotters , kowamine and hayanari , were so low ( and also from branch lines of lineages that would not even be a target for ' elimination of other clans by the fujiwara clan ' ) for planning such an insurrection and the people who were punished for being associated with the plan had no motives , there is a theory that proposes that the whole incident was made up . in any case , the next crown prince was ninmyo 's first son , michiyasu ( later emperor montoku ) , and the imperial line was united to the descendants of saga . this incident was also the opportunity for michiyasu 's mother , fujiwara no junshi 's older brother yoshifusa to grab hold of power . tetsuritsu of reizei line and enyu line as soon as emperor murakami ascended in 946 , he placed a crown prince as soon as his second son norihira was born in 950 . whereas the first son imperial prince hirohira was born in the same year to chunagon fujiwara no motokata 's daughter , fujiwara no sukehime , norihira 's mother was udaijin ( minister of the right ) fujiwara no morosuke 's daughter , fujiwara no anshi . as a result , murakami selected morosuke as the maternal relative for the next emperor . in 958 , anshi became empress because she was the crown prince 's mother and also was murakami 's favorite . norihira married imperial princess shoshi , the only daughter of emperor suzaku , who was the emperor before murakami , and strengthened his position . however , as he grew up , the mental state of norihira was altered and he started to show signs of madness . however , since he was the first son of the empress and the son-in-law of the previous emperor , with support from influential maternal relatives , murakami could not make the decision to disinherit norihira . murakami died in 967 , and norihira ascended the throne at 18 ( emperor reizei ) . reizei 's madness was already apparent to everyone and it was predicted from the beginning that his rule would be short . other than shoshi who became empress , reizei had various wives such as fujiwara no koretada ( fujiwara no motokata 's first son ) ' s daughter , fujiwara no kaishi , but there were no sons yet and the selection of a crown prince was of immediate concern . in this case , the candidates are reizei 's half-brothers . there were two candidates , tamehira , who was 2 years younger , and morihira , who was 9 years younger . in the end , morihira was named crown prince in 967 . the usual theory is that the fujiwara clan aristocrats did not want tamehira since he was minamoto no takaaki 's son-in-law , but there is also the theory that it was taken into consideration that if tamehira , who is close in age with reizei was selected as crown prince , the rule of reizei may be too short ( michihisa hodachi ) . in 968 , kaishi gave birth to reizei 's first prince , morosada . this in fact shortened the period until the abdication of reizei . because now there was a chance for reizei 's descendants to continue the imperial line even after reizei 's abdication . in 969 , reizei abdicated the throne to crown prince morihira ( emperor enyu ) and morosada became the next crown prince . enyu was an " interim " emperor , similar to hanazono and godaigo in the later kamakura period . however , in reizei and enyu 's case , different from hanazono and godaigo , father murakami , mother anshi , male relative morosuke were all dead and there was no guardian to control the imperial succession . by this time , morosuke 's younger bother morotada , older brother , fujiwara no saneyori , first son koretada , had died consecutively and a situation were the aristocrats in the generation of children of saneyori , morosuke , morotada fought amongst themselves to obtain the position as the next maternal relative . in this situation where there was a power vacuum , enyu attracted attention as a candidate to establish a new imperial lineage and was able to obtain wives with high lineage who could become empress and give birth to a crown prince , such as fujiwara no kanemichi ( morosuke 's second son ) ' s daughter , fujiwara no koshi , fujiwara no yoritada ( saneyori 's first son ) ' s daughter , fujiwara no junshi , fujiwara no kaneie ( morosute 's third son ) ' s daughter , higashisanjyoin and also the support of influential maternal relatives . enyu also wanted to establish his own imperial line and after the death of the first empress koshi , skipping senshi who was the mother of the prince yasuhito , he made the childless junshi empress and acted as if he was leading the aristocrats around . this behavior made father kaneie and daughter senshi angry , leading to senshi leaving the imperial palace and kaneie 's family boycotting administration duties . as a result of the confrontation , enyu and kaneie reached a compromise . it was for enyu to abdicate and place yasuhito as crown prince . enyu was able to escape the position of " interim " by establishing his descendants as successors to the imperial title and kaneie was able to become the maternal grandfather to a crown prince . this was a compromise that had large benefits to both sides . hence in 984 , enyu abdicated the throne to crown prince morosada . the next crown prince was yasuhito . morosada ( emperor kazan ) ' s maternal grandfather koretada had already died and yoritada who had no maternal relative relations was kanpaku ( chancellor ) , he actively ruled without delegation to the kanpaku with koretada 's first son , fujiwara no yoshichika and son of his nurse , fujiwara no korenari . new political measures such as the termination of creating new private estates , promotion of circulation of coinage , public determination of selling prices , etc. were announced . however , perhaps kazan inherited his father 's blood , but he had an abnormal personality . this was especially apparent with his relationship with women . he became extremely and abnormally attached to a certain woman , eventually getting sick of her and then he would be attracted to a different woman , and this cycle went on . in 986 , nyogo ( a consort of an emperor ) fujiwara no shishi ( daughter of fujiwara no tamemitsu ) , who had all of kazan 's attention at that time , died of disease . it is said that shishi was pregnant and wanted to go back to her parent 's home to have the baby , but kazan forcefully kept her in court , which led to her getting ill and eventually dying . the sadness of kazan was abnormal and he even thought about becoming a priest and retiring from the world . with the solicitation of kazan 's childhood friend fujiwara no michikane ( kaneie 's third son ) , kazan finally decided on becoming a priest , escaping the court in the cover of darkness and went to gankei-ji temple ( kazan-ji temple ) in yamashina , kyoto together with michikane to have his head shaved . by becoming a priest , kazan was automatically considered to have abdicated . michikane 's activity was obviously planned together with his father kaneie , and the path to gankei-ji temple was guarded by bushi sent by kaneie , and if michikane was about to be made a priest with kazan , the bushi were supposed to rescue him by force . kaneie himself arrived in the middle of the night at the imperial palace without its emperor to quickly do the administrative work necessary for abdication and the next morning , he had the crown prince yasuhito ( emperor ichijo ) ascend to the throne . kaneie was the new emperor 's maternal grandfather and became regent instead of yoritada . ichijo was 7 years old and obviously did not have a son , and since ichijo was enyu 's only son , the crown prince had to be selected from among reizei 's sons , and because reizei 's second son , okisada , whose mother was kaneie 's daughter fujiwara no choshi , a ryoto tetsuritsu situation arose . okisada was 4 years older than ichijo and was ridiculed as ' ro-togu ' ( elderly crown prince ) . kaneie was both the emperor and crown prince 's maternal grandfather and had obtained absolute power . enyu also obtained a certain degree of political clout by being the young emperor 's father , leading to a " cloistered government " -like situation . kaneie in 989 , enyu in 990 died consecutively and there was a situation of " no guardian " similar to that immediately after enyu 's ascension to the throne . the circumstance was different in that ichijo 's mother senshi was still healthy . kaneie 's first son fujiwara no michitaka took kaneie 's place and even though for a while he acted with absolute authority such as there being no opening as empress but forcibly making his daughter fujiwara no teishi as empress , he died in 995 , and his heir michikane died about one month after michitaka , leaving michitaka 's heir , fujiwara no korechika and kaneie 's fourth son fujiwara no michinaga to fight over the position of family head . in the end , michinaga , who had senshi 's support , gained the position and became nairan ( position allowing first glance of any documents to be sent to the emperor ) . michinaga later sent korechika away as dazai gon no sochi seizing the opportunity of korechika 's misconduct and had his daughter jotomonin ( shoshi ) become ichijo 's empress , consolidating his power . while the political scene was centered with ichijo , crown prince okisada was isolated and it was clear that reizei line was the inferior imperial line . neither his father reizei , who was mad , nor his older brother kazan , who had lost interest in politics and dabbled in religion , but also enjoyed taking pleasures and philandering , were able to offer any support . okisada had fujiwara no naritoki ( morotada 's first son ) ' s daughter , fujiwara no seishi and michitaka 's daughter , fujiwara no genshi as wives , but naritoki and michitaka both died in 995 , and okisada had no influential maternal relative for support . in addition , genshi died in 1002 without any children . okisada had to wait for 25 years before accession because ichijo waited for shoshi , who entered the court when she was 11 , to have a prince . in 1011 , ichijo was nearing death and finally abdicated the throne to the crown prince okisada ( emperor sanjo ) . the next crown prince was shoshi 's second prince atsunari . michinaga had obtained the position of maternal grandfather of the next emperor and wished for the early abdication of sanjo , hence the relationship between the two was rocky . on the other hand , michinaga tried to have his daughter fujiwara no kenshi as sanjo 's empress and this did not improve their relationship because sanjo respected fujiwara no seishi , who he had been together for a long time . in the end , taking the past case where ichijo had both teishi and shoshi as empress , seishi and kenshi were both to become empress , but reflecting the all mighty authority of michinaga and the weak power base of sanjo , not only was kenshi was first to become empress and then seishi , but although many aristocrats cooperated actively for the ceremony for the making of kenshi as empress , seishi 's ceremony was met with sabotage by michinaga and not attended by many aristocrats , angering sanjo and his aides . eventually , sanjo suffered from an eye disease and michinaga started to clearly suggest abdication to sanjo , and in 1016 , sanjo reluctantly abdicated to the crown prince atsunari ( emperor goichijo ) because his decrease in eyesight started to infringe upon governing duties and daily life . due to the strong wishes of sanjo , the crown prince was sanjo and seishi 's first son , koichijoin . atsuaki became crown prince , but as with his father he suffered from pressure from michinaga and isolation within the political field . in 1017 , when sanjo died , atsuaki decided to refrain from being the crown prince . this was not an act of escapism but a political trade-off . atsuaki indicated the exchange conditions to obtain treatment equivalent to that of the retired emperor and also becoming michinaga 's son-in-law in exchange for the position of crown prince , and got michinaga to agree before leaving the position of crown prince . this promise was kept and atsuaki was given the title ' koichijoin ' equivalent to the retired emperor , received nenkan , nensyaku and had a in-cho ( office ) similar to the retired emperor . additionally , michinaga 's daughter , fujiwara no kanshi became koichijoin 's nyogo . instead , goichijo 's younger half-brother ( shoshi 's son ) , atsunaga ( later emperor gosuzaku ) , who was also one of michinaga 's grandchildren , became crown prince . this is how ryoto tetsuritsu ended with michinaga 's authority and power putting pressure on the imperial court and the imperial line was united with enyu 's descendants . there were no further emperors made from the reizei 's imperial line , but the blood line continued through the maternal side of the family and affected the family in later years . komyomonin born between sanjo and kenshi became crown prince atsunaga 's wife and she gave birth to the second prince takahito . takahito after his father gosuzaku 's death was made crown prince for his older half brother emperor goreizei , and when goreizei died without a son , he became emperor ( emperor gosanjo ) . this title after death ' gosanjo ' is said to have been chosen by himself while he was alive to mean that he was the heir of his maternal grandfather , sanjo ( " a tale of flowering fortunes " ) . additionally , one of gosanjo 's wives was koichijo 's son , minamoto no motohira 's daughter , minamoto no kishi , and she gave birth to his second prince , imperial prince sanehito ( heian period ) and third prince , imperial prince sukehito . sanehito became crown prince upon the accession of his half brother emperor shirakawa , but died early without a chance to ascend to the throne . sukehito was considered a replacement for his half brother sanehito did not become crown prince , but under the protection of his long-lived grandmother teishi ( komyomonin ) , at one time he was influential in the political field as a rival candidate for emperor against shirakawa and his son emperor horikawa . ryoto tetsuritsu in countries other than japan kuwait , a small country located at the far end of the persian gulf is a monarchy with the house of al-sabah ruling as chief ( emir ) . the first sabah selected as emir since the country was built at its present location was 1756 . originally under the suzerainty of the ottoman empire , in 1899 , the seventh emir mubarak decided to escape the control of the ottoman empire by becoming a protectorate of the british empire . mubarak is considered to be a wise lord for leading the restoration of the house of al-sabah and is respectfully called " paramount chief . " later in 1961 , it escaped the protection of the united kingdom and became an independent country . after mubarak , his first son jabir became the eighth , his second son salim became the ninth and jabir 's son , ahmad became the tenth chief . later , it became tradition to alternate the post of emir between the descendants of jabir and the descendants of salim . the lineage of the past emirs are as follows . the tenth chief ahmad : jabir line the eleventh chief abdullah : salim line the twelfth chief sabah : salim line the thirteenth chief jabir : jabir line the fourteenth chief saad : salim line the fifteenth chief sabah ( current emir ) : jabir line in 2006 , the chief jabir died after a long period of battling disease , and although the crown prince saad became chief , he was also elderly and sick and was not in any condition to conduct the duties as chief . in recent years , in the kuwait political field , jabir line royal family members had superiority over salim line members , and upon saad 's ascension , there was a voice mainly from the jabir line royal family members for saad to abdicate because of his not being able to execute his duties . instead , sabah , a royal member of the jabir line who had the actual power of national government working in place of the sick chief jabir and crown prince saad as prime minister , was nominated . in kuwait , the prime minister is considered the most likely candidate as the next crown prince . salim line royal members naturally were against this , and there were efforts to reach a compromise between the two lines , but the talks ended in breaking up and the government run by the jabir line submitted a bill to dismiss the chief to the congress , which has the right to dismiss the chief . the congress unanimously decided on dismissing the chief and named sabah as the new chief . in an attempt to deflect the dishonor of being dethroned , saad submitted a document regarding voluntary abdication to the congress , but this was not voted on in time . saad 's tenure as chief was only 10 days . after sabah became chief , he named his younger half brother nawaf , who has the same father , as crown prince and his nephew nasser as prime minister , and major positions are taken up by the jabir line . in the future , the post of chief is expected to be monopolized by the jabir line and it is predicted that the salim line will decline . +the term " northern court " ( hokucho in japanese ) describes the japanese imperial court , dynasty , and government that broke off from the southern court and was located geographically north of its southern rival at yoshino . in general , it indicates below : " northern court " refers to the imperial court of the jimyoin lineage , located in kyoto , that existed during japan 's nanbokucho ( northern and southern courts ) period . the term is a geographical contrast to its rival court , the southern court of yoshino , located in nara south of kyoto . " northern court " ( or northern dynasty ) is also a general term used to refer to the dynasties of five kings that flourished in northern china during china 's northern and southern dynasties period . these were those of the northern wei , the eastern wei , the western wei , the northern qi , and the northern zhou as well as the pre-reunification sui . the term can also be used to describe the contrast between the democratic people 's republic of korea ( north korea ) versus the republic of korea ( south korea ) located in the southern half of the korean peninsula . +the teradaya incident can refer to one of two incidents that occurred at the teradaya inn in fushimi ( present-day fushimi ward , kyoto city , kyoto prefecture ) in the suburbs of kyoto at the end of the edo period . these two incidents were : a purge of the royalist faction in the satsuma domain carried out in 1862 . an attack on ryoma sakamoto by the fushimi magistrate carried out in 1866 . in this incident the royalist faction in the satsuma domain was purged by hisamitsu shimazu , the father of the lord in the satsuma domain , and the de facto ruler , on may 29 , 1862 . it is also called the teradaya disturbance . hisamitsu entered kyoto at the head of 1,000 domain soldiers , carrying with him the hopes of royalists from across japan . at that time , however , hisamitsu had no intention of overthrowing the shogunate , and in fact supported the union of the imperial court and the shogunate ( kobu-gattai ) . dissatisfied with him , extremists in the satsuma domain such as shinshichi arima conspired with devoted members of the royalist faction such as izumi magi and kawachinosuke tanaka to carry out a raid on the residences of the chief adviser to the emperor , hisatada kujo , and the kyoto-shoshidai ( commissioner dealing with police and judicial affairs in kyoto ) , tadaaki sakai ( also the lord of the obama domain in wakasa province ) , and they gathered at the teradaya , an inn for sailors in fushimi . at that time , the teradaya was an inn for sailors which was owned by the satsuma domain and suited for gathering to plan such a conspiracy . hisamitsu attempted to suppress this disturbance by sending toshimichi okubo , who failed ; then , he sent retainers from the royalists , comrades of the rebels , to bring them to the domain residence , so that he himself could dissuade them from partaking in the raid . just in case something should go wrong , he selected retainers with excellent swordsman skills in particular for the chinbushi ( temporary provincial superintendent ) : tsunayoshi oyama , shigeru narahara , gorobe michijima , yuemon suzuki , masanosuke suzuki , kanenoshin yamaguchi , chuzaemon koka , and zensuke morioka . furthermore , gensuke kamidoko volunteered for the chinbushi , which was now comprised of nine members in total . tsunayoshi oyama and some other members asked shinshichi to come along with them , but shinshichi refused , and an intense sword fight broke out between the comrades . in this fight , one member of the anti-rebel group died ( gorobe michijima ) , while six members of the rebel group were killed ( shinshichi arima , aijiro shibayama , sosuke hashiguchi , naogoro nishida , ryusuke deshimaru , and denzo hashiguchi ) and two were badly wounded ( kensuke tanaka and shingoezaemon moriyama ) . still , many members of the royalists ( iwao oyama , tsugumichi saigo , michitsune mishima , kunimoto shinohara , and yaichiro nagayama ) stayed upstairs , but after tsunayoshi oyama dropped his sword and burst into the room in a desperate attempt to persuade them , the rest of the devoted members in the royalists surrendered . the two wounded rebels were forced to commit seppuku , and the masterless samurai from the various domains in the royalists were handed over to their domains . those , such as kawachinosuke tanaka , whom no domain wanted to take in , were said to be handed over to the satsuma domain , but in fact they were taken away in a ship and were killed . yakichi shibayama ( 柴山矢吉 ) , who slew them , is said to have gone insane later . not only he , but also many of the chinbushi members died a miserable death . on the other hand , many of the surviving members in the royalist faction played major roles in the meiji government . as a result of this incident , hisamitsu gained more trust from the imperial court , and he left for edo to realize the policy of kobu-gattai ( reformation in the bunkyu period , or 文久の改革 ) . incidentally , hisamitsu submitted a written statement concerning kobu-gattai to tadafusa konoe on may 14 , prior to the teradaya incident , and received an imperial order to pacify masterless samurai . this is why it seems necessary to rethink the widely held view that the incident was an internal feud of the satsuma domain . it was an incident in which the torikata ( policemen capturing criminals ) under the fushimi magistrate attempted to apprehend or assassinate ryoma sakamoto while he was staying at the teradaya on march 8 , 1866 . ryoma had a narrow escape from the raid thanks to the wit of the adopted daughter of the inn ryo narazaki and his guard shinzo miyoshi , and concealed himself while in kagoshima through the help of takamori saigo . ryo ran up the stairs from the bathroom , naked , to alert ryoma to the danger . ryoma fought back , mainly with a gun . he injured his left thumb . the teradaya explains that ' the bathroom ryo used ' as well as ' bullet marks ' and ' sword marks ' from the incident still remain in the current building of the teradaya , as if the current building remained as it was at the time of the incident . however , the building at the time of the incident was burned down during the battle in toba-fushimi ; in fact , the current building in 263 minamihama-cho , fushimi ward , kyoto city was built to the west of the teradaya of the incident ( the current building was registered in 1905 ) . the monument ' satsu han kyuresshi isekishi ' ( memorial site for nine bushi of the satsuma domain ) built to the west of the current building carries the inscription ' the site of the teradaya ' in the fifth line from the end of the inscription ( rubbed copy ) . section on minamihama-cho since the space of the bathroom was added to the new building and registered in 1908 , it can not be the same one as the time of the incident ( ryo had passed away two years before ) . the premises of the building at that time correspond to the area ( 262 minamihama-cho , fushimi ward , kyoto city ) to the east of the current building , which includes a monument and a stone statue , serving as a garden for the current teradaya ; the ground was donated to fushimi ward , kii district at that time in 1914 by the landowner ( who is not related to the owner of the current teraedaya ) , and after municipal mergers , it is presently owned by kyoto city . +the battle of tatarahama was a battle in 1336 during the period of the northern and southern courts ( japan ) . at the battle of hakone-takenoshita , takauji ashikaga , who was defecting from the kemmu restoration by emperor godaigo , defeated yoshisada nitta who had been ordered to crush takauji by the kemmu government ; then , takauji chased nitta 's forces trying to capture kyoto , but in 1336 , he was defeated in and around kyoto by the imperial forces which had contact with masashige kusunoki and akiie kitabatake ; he escaped to the west , towards kyushu , by ship to renew his forces , helped by norimura akamatu ( enshin ) of harima province on the way . takauji was welcomed by the provincial governer of hizen province , yorinao shoni , and some other people who sided with ashikaga . on the other hand , a large number of powerful clans in kyushu , including taketoshi kikuchi , of higo province who had been on the imperial side , tanemichi akizuki of chikuzen province , korenao aso of higo province , takehisa kamachi and ieyoshi hoshino of chikugo province , all sided with the imperial side , resulting in a force of over 20,000 cavalry . gaining momentum , the imperial forces ( the southern court side , or yoshino imperial court ) advanced to attack hakata , and captured dazaifu , the headquarters of the shoni clan , forcing sadatsune shoni to commit suicide . with support from ujinori munakata , based in munakata , chikuzen province ( the present-day area around munakata city in fukuoka prefecture ) , the ashikaga side prayed for victory at the munakata-taisha shrine , and with only 2,000 cavalry , fought the imperial forces led by the kikuchi clan who set up camp in tatarahama , chikuzen province ( higashi ward , fukuoka city ) . at first kikuchi 's forces on the imperial side were superior because the ashikaga forces were greatly outnumbered and the military equipment obtained by sadatsune shoni was destroyed by fire during the attack of dazaifu ; the situation , however , was reversed due to betrayal by many warriors in kikuchi 's forces : leading kikuchi 's forces to collapse and flee , and in the meantime , korenao aso died in battle . one reason for the betrayal by many warriors was that even though kikuchi 's side led a large force allied with almost all the powerful clans in kyushu , most of them regarded the southern court side as superior and sided with taketoshi kikuchi . korenao aso was the only one clearly on the side of the southern court while the other warriors were opportunistic or on the side of takauji . additionally , takauji 's constant , proactive tactics even in a devastating situation played a major role in bringing about the betrayal of those who once sided with the southern court side . as a result of this battle , almost all the areas in kyushu allied with the ashikaga side , and takauji succeeded in renewing his forces . takauji advanced on kyoto again , leaving noriuji isshiki and yoshinaga niki behind to protect kyushu , and defeated yoshisada nitta in the battle of minatogawa in settsu province . however , after the battle , takauji ashikaga established the muromachi shogunate as the central government , but the kikuchi clan continued to resist stubbornly as the southern court side ; furthermore , imperial prince kaneyoshi , an imperial prince of emperor godaigo , along with sadayasu utsunomiya of iyo province landed in kyushu to fight the shogunate side , and the southern court side led by imperial prince kaneyoshi in the anti-western forces posts dominated kyushu for a while . when takauji 's illegitimate child , tadafuyu ashikaga who revolted against the shogunate in the kanno disturbance entered kyushu , it was divided among the three equal powers of the southern court , takauji ( the shogunate ) and tadafuyu . +mibu roshi , or seichu roshi , is a predecessor of the shinsengumi ( a group who guarded kyoto during the end of tokugawa shogunate ) . hachiro kiyokawa led a group of roshi ( masterless samurai ) to kyoto , and when kiyokawa ' s group returned to tokyo , 24 members remained in kyoto to organize mibu roshi group in 1863 . see below for a list of the members . before they formed the shinsengumi , these roshi were made fun of as ' miboro ( meaning raggedy clothes ) ' because of the poor state of their appearance . they were also called the ' mibu no okami ( raggedy wolves ) ' . some say there were female members . 24 founding members . serizawa group kamo serizawa : died september 18 , 1863 in a surprise attack by hijikata and other members . purge nishiki niimi : died september 13 , 1863 by seppuku ( suicide by disembowelment ) iori tanaka : same person as niimi ( another theory exists ) goro hirayama : purged along with serizawa jusuke hirama : died august 22 , 1874 in serizawa-mura , his home village . kenji noguchi : died december 27 , 1863 by seppuku matasaburo saeki : killed august 10 , 1863 by serizawa as a spy from choshu ( another theory exists ) shingoro kasuya : dropped out in 1863 shieikan group ( kondo group ) isami kondo : beheaded april 25 , 1868 by the government army toshizo hijikata : died may 11 , 1869 in the battle of hakodate soji okita : died may 30 , 1868 from tuberculosis keisuke yamanami ( sannan ) : died february 23 , 1865 by seppuku at the military post for desertion shinpachi nagakura : died january 5 , 1915 from old age sanosuke harada : died may 17 , 1868 after receiving a fatal injury at the battle of ueno genzaburo inoue : died january 4 , 1868 fighting in the battle of yodo-senryomatsu heisuke todo : died november 18 , 1867 in an attack from the kondo group at aburanokoji hajime saito : died september 28 , 1915 from a gastric ulcer eizaburo abiru : died april 6 , 1863 from illness . he may have been killed . tonouchi-iesato group yoshio tonouchi : assassinated march 25 , 1863 at shijo-ohashi bridge by kondo 's group tsuguo iesato : forced to commit seppuku on april 24 , 1863 by the seirizawa and kondo groups in osaka while on guard duty for the shogun . yuzan negishi : left kyoto for tokyo at the end of april 1863 using the excuse that he was going to ise-jingu shrine . died december 3 , 1890 . joan endo : went back to tokyo with negishi goichi shimizu : went back to tokyo with negishi died may 27 , 1872 chozo suzuki : went back to tokyo with negishi jinnosuke kamishiro : deserted at the end of april 1863 the members who joined the group during the period from its foundation to the time the group was renamed the shinsengumi . before about may 1863 aijiro sasaki : assassinated august 2 , 1863 , assassin unknown katsuji kawashima ( shinsengumi ) : in 1866 , calling himself a member of shinsengumi even after he was discharged from the group , he stole money and was forced to commit seppuku kentaro miura : left the group by july 1863 kuranosuke sasaki : left the group by july 1865 hayataro ando : died july 22 , 1864 from illness caused by injury he received in the ikedaya incident chuji matsubara : died september 1 , 1865 from illness kiminosuke kamei : left the group by july 1863 shimenoshin aridoshi : deserted the group by june 1864 ? ryutaro mazume : deserted the group on june 5 , 1864 shinjuro mazume : deserted the group on june 5 , 1864 kichichi hamaguchi : deserted the group by june 1864 ? shintaro hayashi : died october 27 , 1868 fighting in the boshin war hiroto tadokoro : deserted the group by june 1864 ? kai shimada : died march 20 , 1900 shogen ieki : left the group by july 1863 kingo nakamura : left the group by june 1867 harutaka yamada : left the group by july 1863 keisai daimatsu : left the group by july 1863 takumi hosokawa : left the group by july 1863 yoji sugiyama : left the group by july 1863 after may 25 , 1863 syuntaro ogata : missing during the aizu war in 1868 susumu yamazaki : died january 13 1868 on board the ship going to edo , from an injury received in the battle of toba-fushimi sanjuro tani : died suddenly on april 1 , 1866 yahei ozaki : died november 17 , 1865 from illness kisaburo kawai : committed seppuku on february 12 , 1866 after losing the group 's money hyogo sakai : after the ikedaya incident in 1864 , deserted the group in about july 1865 , and was killed before august 18 , 1863 kazue matsunaga : on september 26 , 1863 , he was revealed as a spy from choshu and escaped eisuke okuzawa : died june 5 , 1864 fighting in the ikedaya incident kojuro kusunoki : on september 26 , 1864 , he was revealed as a spy from choshu and killed by harada tsushima hijikata : deserted the group by june 1864 ? juro abe : left the group to join goryo-eji ( guards of imperial mausoleums ) in 1867 died january 6 , 1907 rokuro mori : deserted the group by june 1864 ? yasohachi yamano : left the group before the hakodate war died 1910 kango aridoshi : died may 11 , 1869 fighting in the hakodate war ryozo shukuin : died january 6 , 1868 fighting in the battle of hashimoto masajiro ozeki : died february 28 , 1892 saburo magoshi : before the ikedaya incident , he claimed to hijikata that kanryusai takeda had attempted to approach him sexually and left the group shizuma matsuzaki : participated in the coup on august 18 . thereafter , his whereabouts are unknown . minezo shinozuka : participated in the ikedaya incident while members went to edo to recruit , he remained in kyoto . hikonosuke fujimoto : deserted the group by june 1864 ? isetake mikura : on september 26 , 1863 , he was revealed as a spy from choshu and was killed by saito yohachiro ito : deserted the group by june 1864 ? sanjiro yanagida : he was in the group until july 1865 . he may have deserted the group thereafter . kingo ueda : deserted the group by june 1864 ? hayato wadai : deserted the group by june 1864 ? saburo echigo : in 1863 , he was revealed as a spy from choshu and escaped kyuma nakamura : deserted the group by june 1864 ? rokuro sugano : deserted the by june 1864 ? samanosuke arakida : on september 26 , 1863 , he was revealed as a spy from choshu and killed by nagakura +the battle of toba-fushimi from january 27 to 30 , 1868 was the beginning of the boshin war , and was fought in kamitoba ( minami ward , kyoto city ) on the outskirts of southern kyoto , shimotoba , takeda , and fushimi ( fushimi ward , kyoto city ) . at the end of 1867 , jikan-nochi ( resignation from the government post and retrocession of the domain ) was ordered against yoshinobu tokugawa of the former tokugawa shogunate family , who had retreated to osaka due to the restoration of imperial rule ( in japan ) , was initiated by toshimichi okubo of the satsuma domain and the court noble , tomomi iwakura . when the satsuma domain was engaged provocatively in subversive activities ( the incident of setting fire to the residence in edo of domain of satsuma , inflicted by the shonai domain ) in the urban area of edo , the surroundings of yoshinobu increasingly voiced the desire to defeat the satsuma domain and accordingly , yoshinobu attempted to establish a military blockade of kyoto . the shogunate infantry , the main force of the former shogunate forces , advanced on the toba-kaido highway , while the shinsengumi and the soldiers of the aizu and kuwana domains advanced to the urban area of fushimi . in the afternoon of january 27 , 1868 , a quarrel between the inspector general , tomoaki takigawa and the soldiers of the satsuma domain blocking the highway near shimotoba resulted in a battle , and as soon as gunfire in toba was heard , the battle in fushimi began . in toba ( the suburbs of kyoto ) , the absence of the supreme commander shigekata takenaka and the escape of tomoaki takigawa threw the former shogunate forces into disarray , and near the magistrate 's office in fushimi , the former shogunate infantry led by the commanding officers , nobuhisa sakuma and shigeaki kubota , the soldiers of the aizu domain , and the shinsengumi led by toshizo hijikata , were defeated by the firepower of the rifles in the new government 's forces . on january 29 , the shogunate forces , which were refused entry to the castle of the yodo domain ( see below ) , set up camp in yodo-senryomatsu , but were severely defeated . incidentally , genzaburo inoue , a ranking officer of the shinsengumi since its foundation , was killed during the intense battle . the shogunate forces were routed repeatedly , but , finally , they were to fight the final , decisive battle fought at two positions : to the east and west of mt . otoko-yama in which the iwashimizu hachimangu shrine was located . the main units of the shogunate forces , including the main force of the shinsengumi led by toshizo hijikata , set up camp in hashimoto , a posting station with a red-light district , to the west of the mountain . in hashimoto , where mt . otoko-yama lay to the east and the yodo-gawa river to the west , the shogunate forces had a geographical advantage against counter attacks . however , betrayed by the tsu domain guarding oyamazaki across the river ( see below ) and consequently subjected to unexpected heavy fire from the west , the shogunate forces collapsed and fled to osaka down the yodo-gawa river . during the battle tadasaburo sasaki , the head of the kyoto-mimawarigumi ( a special police force ) , was badly wounded ( and later died ) ; susumu yamazaki , an internal affairs officer and secret agent of the shinsengumi , was badly wounded ( and later died off the coast of kishu bay ) ; and kanichiro yoshimura , who had the same position as yamazaki , went missing ( and later killed himself in the nanbu domain residence in osaka ) . the amount of damage sustained by each of the opposing forces is said to be unknown . the former shogunate forces requested the lord of the yodo domain ( fushimi ward , kyoto city ) , masakuni inaba ( a close aide to yoshinobu and an incumbent senior councilor ) to open yodo castle to them so they could regroup their forces . the yodo domain , however , did not want to fight the new government 's forces , and secured the castle gate , refusing the former shogunate forces entry to the castle . as a result , the former shogunate forces of 15,000 soldiers were defeated by the new government 's forces of only 5,000 soldiers early in the battle . the battle continued on the following day ( january 28 ) , and on january 29 , emperor meiji granted the imperial standard to imperial prince komatsunomiya akihito ( some believe tomomi iwakura forged it ) ; consequently , the new government 's forces became the imperial forces . for this reason , several domains such as the opportunistic tottori domain and the soldiers of the tsu domain ( the spearhead of the former shogunate forces ) in yamazaki sided with the new government 's forces . this definitely placed the former shogunate forces on a losing course . yoshinobu , who is said to have not actively supported starting a war , stayed at osaka castle when the defeat of the former shogunate forces was imminent and he was informed of the issuing of the punitive order against him on february 7 ; that night yoshinobu secretly escaped from the castle and retreated to edo on the shogunate warship kaiyo maru on february 8 , which had been anchored at osaka bay , along with a few of his close aides as well as katsukiyo itakura ( a senior councilor ) , tadato sakai ( a senior councilor ) , katamori matsudaira ( the lord of the aizu domain ) and sadaki matsudaira ( the lord of the kuwana domain ) . the former shogunate forces were completely defeated due to the retreat of the commander in chief of the former tokugawa shogunate , yoshinobu tokugawa , the strong artillery of the new government 's forces , and the abandonment of the former shogunate forces by an increasing number of domains due to the superiority of the new government 's forces . afterwards , the staging of the boshin war led to the ueno war in the urban area of edo , the hokuetsu war in the hokuriku and tohoku regions , the aizu war , and then the hakodate war . site of the fushimi magistrate 's office ( 伏見奉行所跡 ) it is located in fushimi ward , kyoto city . the shogunate forces including the shinsengumi were stationed here . it is a seven-minute walk from momoyamagoryo-mae station on the kintetsu kyoto line . it is a ten-minute walk from fushimi-momoyama station on the keihan main line . only the stone monument remains . gokonomiya-jinja shrine it is located in fushimi ward , kyoto city . the new government 's forces set up camp here and attacked the fushimi magistrate 's office that it overlooked . it is a four-minute walk from momoyamagoryo-mae station on the kintetsu kyoto line . it is a seven-minute walk from fushimi-momoyama station on the keihan main line . the shrine still remains today . fushimi betsu-in of higashi hongan-ji temple it is located in fushimi ward , kyoto city . it was the camp of the aizu domain . it is a ten-minute walk from fushimi-momoyama station on the keihan main line . it is a thirteen-minute walk from momoyamagoryo-mae station on the kintetsu kyoto line . only the stone monument remains today . teradaya , or teradaya inn ( not directly connected to the battle of toba-fushimi ) it is located in fushimi ward , kyoto city . it is the site of the teradaya incident it is the inn where ryoma sakamoto made his narrow escape . it is a ten-minute walk from fushimi-momoyama station on the keihan main line . it is a thirteen-minute walk from momoyamagoryo-mae station on the kintetsu kyoto line . the existing building itself was not created in the edo period ( see the section on the teradaya incident ) . sightseeing is possible . bunso-ji temple ( 文相寺 ) it is located in fushimi ward , kyoto city . there is a monument inscribed as follows : ' the graveyard for the fallen soldiers of the eastern forces in the boshin war . ' it is a fifteen-minute walk from yodo station on the keihan main line . the temple still remains today . sightseeing is possible . choen-ji temple it is located in fushimi ward , kyoto city . in front of the main gate there is a monument inscribed with ' the monument for the fallen soldiers of the eastern forces in the boshin war , ' and on the grounds there is a monument inscribed with ' the graveyard for the fallen soldiers of the eastern forces in the boshin war . ' it is a fifteen-minute walk from yodo station on the keihan main line . the temple still remains today . sightseeing is possible . yodo castle it is located in fushimi ward , kyoto city . it was the castle of the hereditary feudal lord of the inaba clan . the inaba family , which was trusted by tokugawa , set up a camp as a strategic point on the waterway where the three rivers of katsura-gawa river ( yodo-gawa river system ) , yodo-gawa river and kizu-gawa river ( kyoto prefecture ) met . in the battle of toba-fushimi , the castellan masakuni inaba and some other people refused the request of the shogunate forces to allow them entry the castle since they had decided to side with the new government . it is a one-minute walk from yodo station on the keihan main line . now , only the castle wall , the monument of ' the site of yodo castle , ' and the ' monument for harunosuke tanabe ' remain . the grounds are used as a park now . sightseeing is possible . myokyo-ji temple it is located in fushimi ward , kyoto city . it is the site where the keep of the yodo castle previously existed . on the grounds of the temple remain the monuments ' the site of bullet holes in the historic site of yodo castle in the boshin war , ' and ' the monument for the fallen soldiers of the eastern forces in the boshin war , ' and inside the main building there is the ' memorial tablet for the fallen soldiers of the eastern forces . ' the wall which was penetrated by bullets still remains . it is a twenty-minute walk from yodo station on the keihan main line . the items listed previously still remain . sightseeing is possible . monument for the site of the fierce battle between the eastern and western forces in the boshin war it is located near the parking lot of the kyoto race course . the monument for the burial and the memorial monument voluntarily created still remain , and the surface of the stone is inscribed as follows : there is nothing more tragic than the battles at the end of the tokugawa shogunate the battles were waged between the japanese people . the shogunate forces and the imperial forces each believed in themselves , and swore allegiance to their respective causes . thus , their destiny led them to become either members of the imperial forces or the shogunate forces , and to die for the samurai code . 100 hundred years have since passed . so we build this memorial monument on this site for the proud people who unfortunately passed away with the stigma of being enemies of the imperial court . may the souls of the deceased rest in peace katsugoro nakamura , 1969 +the tokusei uprising during the kakitsu era was a peasant uprising to demand tokuseirei ( ordering return of land sold and dissolution of debts ) and occurred in kyoto and its surroundings such as the omi province in 1441 ( the first year of the kakitsu era ) . it was also called the peasant uprising of kakitsu era . in the political turmoil after the assassination of shogun yoshinori ashikaga in the kakitsu war , the farming population lead by bashaku ( shipping agents who used horses ) in omi sakamoto in kyoto rose up in rebellion to demand ' daihajime-no-tokusei ( acts of virtuous government requested at shogun replacement ) ' ( tenkaichido no tokuseirei ( a debt cancellation order for all throughout the country ) ) , which was directed by jizamurai ( local samurai ) and lead to an uprising by tens of thousands of people . the uprisings mainly enveloped kyoto , but not the surrounding regions . june : yoshinori was assassinated . august : bashaku in omi rose up in rebellion , and the rokkaku clan , shugo ( provincial constable ) , promulgated tokuseirei . september : to-ji temple and kitano-sha shrine were occupied , and tanbaguchi and nishi-hachijo were blocked . enryaku-ji temple opposed the promulgation of tokuseirei , causing bashaku in omi ruled by enryaku-ji temple to break away from the uprising , even turning against it as the uprising further occupied kiyomizu-dera temple . the army of uprisers cut off communication between kyoto and outside areas , and then attacked sake shops , doso ( pawnbrokers and moneylenders ) , and temples . under the direction of the jizamurai , order was brought to the uprising forces , while robberies were monitored . from the shogunate which set out to settle the situation by spreading tokuseirei exclusively for the farming population , the uprisers demanded that tokuseirei be issued throughout the country including the court nobles and samurai in order to obtain support from the ruling classes . besides , shugo daimyo ( japanese territorial lord as provincial constable ) who had learned that kanrei ( shogunal deputy ) mochiyuki hosokawa ordered that troops be dispatched to protect the doso in exchange for 1,000 kan bribe from the doso , blocked the dispatch of the troops . the situation fell into a further state of confusion . the new shogun yoshikatsu ashikaga accepted the demand and issued tokuseirei throughout the yamashiro province which ordered the return of things that had been pawned no more than 20 years prior ( order for the acts of virtuous government in kakitsu era ) . the muromachi bakufu ( japanese feudal government headed by a shogun ) which had not issued official tokuseirei against the peasant uprising of the shocho era was forced to issue tokuseirei this time , which significantly damaged the prestige of the government . +the heiji rebellion ( heiji no ran ) , which began on january 19 , 1159 in heian period , was a coup d 'etat that occurred because of antagonism among the close vassals of the retired emperor . note : all subsequent years given are according to the julian calendar , while except for a few dates also given according to the western calendar , all months and days are given under the japanese calendar--specifically , the long version of the ( originally chinese ) senmyoreki calendar . progress of the rebellion emperor goshirakawa , who had emerged victorious from the hogen rebellion that occurred in 1156 , proclaimed the creation of a new government , called the " hogen shinsei " ( new government of hogen ) , in the intercalary ninth month of 1156 as part of the switch to a new era name , hogen . the lands of the entire realm belong to one man , the emperor . there shall be no granting of private dominion over land apart from an imperial order . ' forcefully proclaiming a renewed monarchic ideology with these words , the new government began land reform that was substantively concerned with the shoen seirirei , their order to reform the shoen ( private estate ) system of land ownership . it was under the administration of retired emperor toba that many of the shoen took shape throughout the country , and disputes quickly started to spring up all over the place concerning the carrying out of state business vis-à-vis the shoen . this shoen seirirei ( order to reform the shoen system ) sought to end the chaos that had begun during emperor toba 's time ; it was intended to bring all the shoen and kokugaryo ( public territories ) under the emperor 's direct rule , and the new system it introduced is considered to have generated significant momentum towards the establishment of the shoen koryosei ( shoen and duchy system ) . the architect and driving force of these political reforms was goshirakawa 's right-hand man , fujiwara no michinori ( generally known as shinzei ) . in order to ensure his reforms would come to fruition , shinzei created the kirokusho ( records office for shoen land deeds ) . the dainagon ( chief councilor of state ) kiminori sanjo was appointed the highest lord of the records office , while the officials in fact responsible for running the office day to day , the controllers and so forth , included fujiwara no korekata , appointed as uchuben ( middle controller of the right ) , minamoto no masayori as sashoben ( third-ranked officer of the left ) , and fujiwara no toshinori ( shinzei 's own son and heir ) as ushoben ( third-ranked officer of the right ) ; under these officials , 21 yoriudo ( clerks ) worked , inspecting the land deed documents submitted to the office from the shoen owners and judging disputed cases of ownership at the office ( shinzei 's infamous comment that goshirakawa was a ' foolish ( unenlightened ) ruler ' was actually first mentioned by one of these yoriudo , kiyohara no yorinari , who repeated it years later to kanezane kujo ) . additionally , shinzei launched an effort to restore the imperial palace ; restorations were completed in october , 1157 . immediately after the palace restoration , shinzei produced a list of 30 new provisions of the new administration , and poured his efforts into tightening discipline both among government officials and in the provision and maintenance for political operations and events of the court . during this process shinzei and the his family ( the fujiwara ) each rose to remarkable prominence ; fujiwara no toshinori and sadanori ( sons of shinzei and their mother was the daughter of takashina no shigenaka ) worked as controllers with their father at running the records office , while fujiwara no shigenori and naganori ( sons of shinzei and their mother was fujiwara no asako , who was also known as emperor goshirakawa 's wet nurse ) were awarded control over totomi and mino provinces , respectively . shinzei himself confiscated the lands owned by fujiwara no yorinaga , who perished in the hogen rebellion , and nominally added these estates to the land already prescribed for the emperor 's use after he abdicated the throne , yet in reality devoted his undivided attention to making those lands into a buffer to guarantee his own financial footing . in order to ensure he could continue to make progress with his political reforms , shinzei befriended taira no kiyomori . the end result of the hogen rebellion was favorable to the taira clan , with kiyomori made governor of harima province and taira no yorimori governor of aki province , taira no norimori governor of awaji province , and taira no tsunemori assistant governor of hitachi province ; the taira 's power and influence , what with a single set of brothers now controlling four provinces , could no longer be ignored . moreover , the taira 's military strength was indispensable in supervising the shoen reforms as well as shoen officials and commoners , and controlling members of the clergy and evil monks alike , not to mention for keeping the peace in kyoto , in ruins from the recent wars . it is said that the appointing of taira no motomori as governor of yamato province is an expression of the hopes placed in the taira clan to achieve a balance of power . yamato was riddled with territories under the control of kofuku-ji temple , and up until that point in time all attempts by the central government to conduct inspections ( land surveys , etc . ) of the province had run into stiff opposition from the clergy and from evil monks , and each and every attempt had failed . while kiyomori , backed by his military might , did conduct a decisive inspection , he also engaged in softer diplomatic measures , as when he acknowledged that temples did have a certain degree of influence and therefore special privileges , and in this way managed to carry out a survey of the chigyo-koku ( provincial fiefdom ) in yamato that were under state control . and through his position as second-in-command ( daini ) of dazaifu ( an important outpost in kyushu ) , kiyomori also became a major participant in the japanese trade with song china , and thus increased the economic might of the taira as well . shinzei arranged a marriage between his own son narinori and kiyomori 's daughter ( who later became the wife of kanemasa kazanin ) , thereby showing society the strong partnership between his own family and the taira clan , at this point in time there was , however , one more political colossus that could not be ignored . this was the group ( the faction in support of direct imperial rule by emperor nijo ) , centered around bifukumonin ( that is , fujiwara no nariko ) , that planned to back then-crown prince morihito ( later emperor nijo ) . bifukumonin had inherited from cloistered emperor toba the most share of his shoen , making her a major landholder of the day and rendering shinzei 's ideas on shoen too threatening to ignore . bifukumonin decided to demand of shinzei what she had long desired : that her adopted son , morihito , be raised to the imperial throne . since goshirakawa 's own enthronement had occurred with the understanding that morihito would succeed him to the throne , shinzei dared not refuse bifukumonin 's request , and so in august , 1158 , in what is known in the " heihanki " as ' a buddha 's joint decision with another buddha , ' or in other words a negotiation between the two powerful figures , shinzei and bifukumonin , in which it was decided for goshirakawa to abdicate in favor of imperial prince morihito ( who became emperor nijo ) . it was at this point that animosity was born between the faction supporting goshirakawa 's insei ( cloister government ) and the faction for direct imperial rule by emperor nijo . the principal figures of the nijo faction were fujiwara no tsunemune ( emperor nijo 's uncle ) and fujiwara no korekata ( nijo 's foster brother , meaning they were both essentially raised by the same wet nurse ) , one of the controllers at the records office , and with the continued financial backing and aid of bifukumonin , they worked to limit goshirakawa 's political activities . but goshirakawa himself had hastily been raised to the throne upon the sudden death of emperor konoe , so he was at a distinct disadvantage against the nijo faction , and the only one he could rely upon was shinzei . for goshirakawa , cultivating close retainers that would support his insei ( cloister government ) was an urgent priority . in this climate , goshirakawa selected fujiwara no nobuyori , governor of musashi province , to promote and groom as a retainer . nobuyori , after being made ukon no gon no chujo ( provisional middle captain of the right division of inner palace guards ) in march , 1157 , he embarked on a meteoric rise , being promoted to kurodo no to ( head chamberlain ) in october , and then in 1158 was named sangi ( councillor ) and kogo no miya gon no suke ( provisional assistant master of the empress 's household ) in february , then chunagon ( vice-councilor of state ) in august , and finally kebiishi no betto ( superintendent of the imperial police ) in november . nobuyori 's branch of the fujiwara clan had long controlled the provinces of musashi and hitachi through their fiefs there , and had a friendly relationship with minamoto no yoshitomo , who had strong ties to both provinces . in fact , it is suspected that the summer , in august , 1155 , battle of okura warehouse in musashi province , in which minamoto no yoshihira ( yoshitomo 's eldest son ) destroyed his uncle minamoto no yoshikata , occurred with the approval and support of nobuyori , the governor of musashi . when goshirakawa opened his office of retired government ( in no cho ) in august , 1158 , he appointed nobuyori the commander of his imperial stables , in charge of all goshirakawa 's own horses . at that point yoshitomo was commander of the imperial stables of the left , in charge of all the horses at the imperial palace , and the two of them only grew closer through their similar appointments . having obtained the ultimate trump card , yoshitomo 's military might , nobuyori was able to marry his younger sister to fujiwara no motozane , an heir in the fujiwara branch of regents and advisors . this branch of regents and advisors had suffered the confiscation of fujiwara no tadazane 's chigyo-koku ( provincial fiefdom ) as well as yorinaga 's territories due to the hogen rebellion , and worse yet the execution of minamoto no tameyoshi , a retainer on whose military strength they had increasingly come to rely to manage their shoen properties ; as a result , their power had greatly waned , as evidenced by the disputes over ownership of their lands escalating all over the country . in order to bring the chaos under control , they needed a new source of military might , making their cooperation with nobuyori , who had a secret alliance with yoshitomo , something they dared not jeopardize . goshirakawa 's other close vassals included fujiwara no narichika ( fujiwara no ienari 's third son ) and minamoto no moronaka , who joined the insei ( cloister government ) faction and began making military preparations . by this point , four distinct groups had taken shape : shinzei 's branch of the fujiwara clan , the nijo faction , goshirakawa 's insei faction , and the taira clan . the " heiji monogatari " ( the tale of heiji ) claims that nobuyori wished to be appointed konoe no daisho ( major captain of the palace guards ) , and that discord arose between them when shinzei refused his request . but no trace of this version of events can be found in the " gukansho " and indeed , given the fact that close retainers of the retired emperor did not normally have the authority to appoint commanders , it is doubtful whether this episode really occurred . the backlash generated by the political initiatives shinzei and his family were launching is considered to be the biggest cause of the outbreak of the heiji rebellion . the nijo direct rule faction and the goshirakawa insei faction , despite being pitted in an increasingly harsh antagonism , had one goal in common , eliminating shinzei , and so they searched for opportunities to strike him down . kiyomori , on the other hand , had married one of his own daughters to narinori , shinzei 's son , yet also married off another daughter ( who would later become fujiwara no takafusa 's wife ) to fujiwara no nobuchika , nobuyori 's son and heir , and took other steps to avoid the conflict between the two factions and achieve a neutral position . in january , 1160 , the anti-shinzei faction took advantage of the sudden vacuum in military forces in the capital created by kiyomori 's departure on a pilgrimage to kumano to launch a coup d 'etat . on january 26 , 1160 , the forces of fujiwara no nobuyori and minamoto no yoshitomo carried out a raid on the sanjo palace , an old palace of the retired emperor goshirakawa . after capturing and securing retired emperor goshirakawa and josaimonin ( his biological sister ) , they torched sanjo palace and unleashed a relentless barrage of arrows against those who tried to flee . ienaka oe and taira no yasutada , who were in charged of the palace defense , gave up their lives along with many lesser officials and ladies in waiting , but shinzei and his family had already escaped . nobuyori and yoshitomo brought the retired emperor and his sister josaimonin to the ippon-goshodokoro ( ippon-gosho hall ) inside the main imperial palace complex and kept them there under house arrest . the carriage in which the retired emperor was forced to ride was prepared by minamoto no moronaka , and he traveled escorted by minamoto no shigenari , minamoto no mitsumoto , and minamoto no suezane . among these conspirators , minamoto no mitsumoto was the nephew of minamoto no mitsuyasu , who was a retainer of bifukumonin , and this , coupled with the fact that the kebiishi no betto ( superintendent of the imperial police ) , whose duty was to preserve the peace in kyoto , was fujiwara no korekata , also a nijo faction member , indicates that the nijo faction had at least tacitly agreed to and supported the coup . on the following day , 27 , four of shinzei 's sons ( toshinori , sadanori , narinori , and naganori ) were arrested , and the conspirators decided to exile all four of them . shinzei , who had fled to tawara in yamashiro province , found himself unable to shake off minamoto no mitsuyasu 's pursuit , so he ordered fujiwara no morimitsu ( also known as saiko ) and his other retainers to bury him in the earth , thereby committing suicide . mitsuyasu cut off shinzei 's head and returned to kyoto , where the head was processed down the main streets of the capital before being exposed on the city 's prison gate . by january 31 , when shinzei committed suicide , nobuyori , having secured the persons of both emperor nijo and retired emperor goshirakawa inside the palace and seized political power , next convened a rinji jimoku ( special promotions session ) . at this session , minamoto no yoshitomo was made the governor of harima while his son and heir , minamoto no yoritomo , was appointed uhyoe no gon no suke ( provisional assistant captain of the right division of middle palace guards ) . according to the " heiji monogatari " nobuyori did become konoe no daisho ( major captain of the palace guards ) , but no trace of this event is recorded in the " gukansho . " fujiwara no koremichi had the following cynical comment on this promotion session : ' if killing many people is the key to winning promotions in rank , why then was the well at sanjo palace not promoted ? ' it appears that most noblemen bore nobuyori ill will for his usurpation of political power , but given the circumstances--he had the backing of the nijo direct rule faction as well as yoshitomo 's military forces--all the disaffected could do was search in secret for opportunities to show their displeasure . in the midst of these proceedings , minamoto no yoshihira , who had raised an army out in the eastern provinces and hastily made his way to the capital , strongly advocated that he prepare to kill or capture kiyomori while he was still on his way back to the capital , but nobuyori refused , declaring there was no need for such measures . from nobuyori 's perspective , kiyomori remained a potential ally who might cooperate , given their marriage ties ( nobuyori 's son and heir nobuchika was married to kiyomori 's daughter ) . kiyomori was in kii province when he heard of the political disaster that had occurred in kyoto . stunned by the turn of events , kiyomori considered slipping off to safety in kyushu , but finally decided to march on the capital with the combined strength and cooperation of the warrior of kii , muneshige yuasa as well as tankai of kumano betto ( chief ) , setting out for kyoto on february 3 . by the time he reached the capital , several retainers from iga and ise provinces , including kagetsuna ito and sadayasu tachi , had joined their forces to his . yoshitomo , on the other hand , had assembled only a handful of warriors , never expecting to fight a battle . the military balance of power in kyoto having shifted so greatly , nobuyori 's predominance was also shaken . kiminori sanjo , the naidaijin ( minister of the center ) , had been close with shinzei , and was enraged at nobuyori 's tyranny , so he contacted tsunemune and korekata of the nijo direct rule faction to plot his overthrow . to the nijo faction , now that shinzei had been eliminated , they no longer had any use for nobuyori and others of the goshirakawa insei faction . a plan to spirit emperor nijo away by having him make a visit to rokuhara was perfected thanks to kiminori and korekata , while fujiwara no tadaaki ( shinzei 's cousin and korekata 's brother-in-law , also known as masaaki ) paid a visit to the imperial palace bearing a secret order . early in the morning of february 11 , kiyomori submitted a register of names to nobuyori , tantamount to a pledge of allegiance , and also returned nobuchika , who had come to him as a son-in-law , unharmed . it is said that although nobuyori was delighted to have secured kiyomori as an ally , yoshitomo , who noticed that the retainers of kiyomori ( naniwa no tsunefusa , sadafusa tachi , taira no morinobu , and kagetsuna ito ) sent to escort nobuchika back were all renowned ' warriors worth a thousand , ' meaning each one of them was rumored to be the match of a thousand regular soldiers , which caused him to feel misgivings ( as recorded in the " kojidan , " old setsuwa tales ) . the night of the february 11 , after korekata came to goshirakawa and informed him of the plan to rescue emperor nijo and take him away from nobuyori , goshirakawa immediately made his escape to ninna-ji temple ( according to the " gukansho " ) . as february 11 faded into 12 , at around the hour of the ox ( about 2 am ) , a fire was set in omiya nijo palace , and taking advantage of the soldiers ' distraction , tadaaki hid emperor nijo in a carriage restricted to ladies and drove away , soon entering kiyomori 's mansion at rokuhara ( this being emperor nijo 's aforementioned imperial visit to rokuhara ) . and according to the " heiji monogatari , " as they left the palace grounds some of the guardsmen found them suspicious and searched the carriage , but mistook the seventeen-year-old emperor for a lady in waiting . korekata 's younger brother , fujiwara no nariyori , spread the news of the emperor 's successful escape around , which led the retired emperor , his empress , the nobles of the court , and various high ministers and stewards all to assemble at rokuhara . even fujiwara no tadamichi and his son motozane , both of the elite fujiwara branch that produced regents and advisors and with whom nobuyori had been close , joined the counter-rebellion at rokuhara , meaning that kiyomori had achieved , in a stroke , total legitimacy for his army , and soon his forces received an imperial order to hunt down and destroy nobuyori and yoshitomo . the early morning of february 12 members of the goshirakawa insei faction were greatly stunned to learn of the escape of the emperor and retired emperor , and yoshitomo is said to have lambasted nobuyori as ' the biggest fool in all japan . ' nobuyori and narichika joined yoshitomo in taking up arms and marching out to battle , but minamoto no moronaka , in order to save his own life , took one of the three imperial regalia of japan , the sacred mirror , and fled . the warriors fighting on yoshitomo 's side included minamoto no shigenari , minamoto no mitsumoto , and minamoto no hidezane , all of whom had taken part in the raid on the sanjo palace , and minamoto no mitsuyasu and others who had tracked down and captured shinzei , as well as yoshitomo 's sons yoshihira , tomonaga , and yoritomo and his uncle minamoto no yoshitaka and yoshinobu hiraga and others of the shinano branch of the minamoto clan , and his army took shape around his retainers , including masaie kamata , sanemoto goto , and hideyoshi sasaki ; yet from the kanto , the source of yoshitomo 's power , only a handful , including yoshizumi miura , hidetsune kazusanosuke ( taira no hidetsune ) , and some warriors of the yamanouchi-sudo clan were present to fight with him . yoshizumi miura was yoshihira 's uncle while hidetsune kazusanosuke was the heir of the kazusa clan , who backed yoshitomo , having adopted him as their liege lord , and the yamanouchi-sudo clan had been vassals of the minamoto for many generations , meaning that all of these warriors had close personal relationships with yoshitomo . whereas the mobilization during the hogen rebellion had been public , sanctioned by the state , this time the order to muster had to be given in the utmost secrecy due to the coup , and so yoshitomo was only able to assemble what soldiers he had immediately around him ; it is conjectured that his army , in the end , numbered very few indeed . kiyomori , in order to avoid turning the imperial palace into a battlefield , launched a strategy to lure his enemies to rokuhara , and his eldest son and heir , taira no shigemori , as well as kiyomori 's younger brother , yorimori , also fought in the battle . the " heiji monogatari " describes a scene in which shigemori and yoshihira fought in single combat at the taikenmon gate , yoshihira driving shigemori back seven times in an area of the palace between the tachibana on the right and the cherry tree on the left , and meanwhile , yorimori was staging a fighting withdrawal , but when he came under danger of being overrun by his foes he furiously struck all around him with ' nukimaru , ' his famous and ancient sword ; needless to say , this episode is considered to be a literary embellishment to create a stirring climactic scene . at this point , minamoto no mitsuyasu and mitsumoto , who were charged with guarding the yomeimon gate , abandoned their posts at the gate and switched sides , but after all , mitsuyasu was a retainer to bifukumonin and thus politically a member of the nijo direct rule faction , and had merely temporarily collaborated with yoshitomo to strike down shinzei , and had not entered a permanent alliance with him . the taira army began to withdraw , as planned , and although yoshitomo prepared himself to die and charged after them towards rokuhara , his force was soundly defeated at the rokujo-gawara riverbed and forced to retreat . the " heiji monogatari " claims yoshitomo had been unable to get and keep minamoto no yorimasa as an ally , but in fact yorimasa was a retainer of bifukumonin and had been from the start , meaning he had never truly been a follower of yoshitomo . when yoshitomo 's army came under the joint attack of the taira forces as well as yorimasa 's army , toshimichi yamanouchi-sudo and kageshige katagiri , among others , fought a delaying action to the death , and taking full advantage of the time they had bought him , yoshitomo slipped away from the battlefield . fujiwara no nobuyori and narichika fled to ninna-ji temple to wait upon cloistered imperial prince kakusho . when he was hauled before kiyomori , nobuyori did try to justify his actions , but given that he was the ringleader in the death of shinzei and the assault on sanjo palace , and had taken up arms and fought in the battle right up until the very moment of defeat , he was judged an enemy of war and executed . narichika , owing to the fact that he was the brother of shigemori 's wife , was specially granted clemency . moronaka , who had fled , returned and brought the sacred mirror back to rokuhara as a gift , yet his punishment remained severe ; he was exiled to shimotsuke province . yoshitomo was planning to escape to safety in the kanto , but along the way got separated from yoritomo and lost yorinaga and yoshitaka as well , until at last , on february 15 , just as he arrived at the residence of tadamune osada , he and his companion masaie kanata were slain . the heads of yoshitomo and masaie were put on display at the prison gate in kyoto on february 24 , 1160 . yoshihira was captured by tachibana no toshitsuna , a retainer of tsunefusa nanba , on march 4 , and executed at the rokujo gawara riverbed on march 7 . on march 25 , yoritomo also was captured , by taira no munekiyo , a retainer of taira no yorimori , and just when his execution seemed certain , kiyomori 's stepmother ike no zenni intervened , successfully pleading for his life to be spared . as a tentative explanation for why she intervened , yoritomo had served empress dowager josaimonin as a kurodo ( chamberlain ) , and it is considered possible that he worked directly for ike no zenni , who belonged a family of atsuta daiguji , that was a vassal of empress dowager taikenmonin ( the mother of both retired emperor goshirakawa and josaimonin , meaning her family had also served their lady 's daughter , josaimonin ) , while serving there . orders to eliminate minamoto no shigenari and hidezane , who had acted in tandem with yoshitomo , followed in due course , and with their deaths , the goshirakawa insei faction had effectively been destroyed . a session granting awards was held on february 15 , just after the battle ended ; at this session , yorimori was made governor of owari province , shigemori of iyo province , munemori of totomi province , norimori of ecchu province , and tsunemori of iga province , meaning that following the battle , the taira 's control over chigyo-koku ( provincial fiefdom ) increased from five provinces to seven . the same day , emperor nijo paid a state visit to bifukumonin at hachijoden palace , with kiyomori serving as his escort . the following year , in february , 1160 , emperor nijo welcomed fujiwara no masaruko , the former empress of emperor konoe , into his court , and worked at stabilizing his own power and influence . tsunemune and korekata , members of the nijo direct rule faction who held the true power , increased their pressure on retired emperor goshirakawa to fall into line . on february 21 , goshirakawa went on an imperial visit to fujiwara no akinaga 's residence in the horikawa area of hachijo ( eighth avenue ) , but as he was sightseeing from a box set up alongside the hachijo thoroughfare , he suffered harassment in the form of some trees that were sent crashing down from outside the box to obstruct his view . goshirakawa flew into a rage and ordered kiyomori to arrest tsunemune and korekata , so on april 5 , one of kiyomori 's retainers , minamoto no tamenaga , captured the two of them , dragged them before goshirakawa and had them tortured . there was an established precedent exempting members of the nobility from torture , so their fate helps to show just how deeply goshirakawa must have hated them . the reason for tsunemune and korekata 's downfall is thought to be the fruits of the investigation into their guilt for colluding in the death of shinzei . on april 7 , shinzei 's son was allowed to return to the capital , while by contrast , on april 26 , tsunemune was exiled to awa province and korekata to nagato province . that same day , the destinations to which moronaka , yoritomo , and minamoto no mareyoshi ( yoritomo 's younger brother by the same mother ) were to be exiled were announced . in july , minamoto no mitsuyasu and his son mitsumune , who had taken shinzei 's head , were exiled to satsuma province on suspicion of plotting against the government , and were killed on the fourteenth day . all those who had participated in shinzei 's overthrow and demise , regardless of whether they belonged to the goshirakawa insei faction or the nijo direct rule faction , had now been annihilated . the conflict between retired emperor goshirakawa and emperor nijo , which had resulted in the mutual destruction of many of their most capable courtiers , now entered a lull , and indeed , the government became something of a duumvirate between the two of them ( as written in the " gukansho , " ' now the retired emperor and the emperor spoke in harmony , and were of one mind ' ) , but as for kiyomori , who had made the single greatest contribution to the current half-victory for each of them , he continued to act prudently , not joining either faction . the taira family took charge of several important offices , including the posts of innocho betto ( chief administrator of the retired emperor 's office ) , samaryo ( left division of bureau of horses ) , and kuraryo ( bureau of palace storehouses ) , thereby greatly increasing their political influence over the government . and the power of the taira clan was even greater still when one factors in the economic base they had to draw upon over and above the ample resources of the immediate family , the chigyo-koku ( provincial fiefdom ) they controlled indirectly through their retainers , including taira no iesada 's appointment as governor of chikugo province , fujiwara no yoshimori as governor of both iki and aki , and minamoto no tamenaga as governor of iyo province . moreover , the ranks of the nobility involved in military affairs had been greatly thinned by the recent wars and rebellions , which allowed the taira clan to achieve a monopoly over the vital roles of preserving the peace in kyoto , suppressing revolts in the provinces , and protecting and managing the shoen ( private estates ) , and they also held de facto power as the sole police authorities throughout the country . with the weight of the taira 's great economic and military might behind him , kiyomori firmly established the ( high ) position of the warrior clans at court ; in 1160 he was named sangi ( councillor ) , marking the first time a warrior had been raised to such a high and lordly ( giseikan ) rank at court . before long his branch of the taira clan produced great numbers of high-ranking noblemen and courtiers , and the political power of the taira took definite form . literary works on the heiji rebellion the " heiji monogatari " is a literary work that takes the heiji rebellion as its topic . this work is a war chronicle totaling three volumes , whose author or authors remain unknown ; an emaki ( hand scroll ) called ' heiji monogatari emaki , ' which takes the heiji monogatari itself as its subject , was also created . +the " tokuseirei " ( ordering return of land sold and dissolution of debts ) was acts by the imperial court and the bakufu ( japanese feudal governments headed by a shogun ) during the middle ages in japan , from the kamakura period to the muromachi period . tokusei ' ( acts of virtuous government ) , also called ' shinsei ' ( new system ) , are social policies that the emperor initiated upon ascending to the throne or when the name of the era was changed because of natural disasters , etc. and were based on the theory of correlation between heaven and man and entailed activities to save the poor , " shinryo-kogyo " ( conducting ceremonies and securing property for revenue ) and court case processing . the aim was to return to the old system by voluntary restoration of sold or foreclosed property and smooth processing of court cases ( zasso ) regarding property and debts . from the beginning of the kamakura period , social turmoil such as natural disasters and war began to affect the aristocracy , and it was clearly apparent that the existence of the aristocracy itself was threatened when the imperial court forces were defeated and the retired emperor was exiled in jokyu disturbance . in this situation , there was a movement within the imperial court to recover authority and regain unifying power by realistic politics . the ' tokusei ' ( acts of virtuous government ) was one of the policies that was promoted as part of this movement and it is necessary to understand that ' tokusei ' is not equivalent to the ' tokuseirei ' ( ordering return of land sold and dissolution of debts ) . from the stance of being critical of the imperial court 's situation , the kamakura bakufu requested the promotion of the ' tokusei . ' the retired emperor gosaga re-established kirokusho and in 1286 , the retired emperor kameyama cloistered government promoted reforms ( ' koan-tokusei , ' political reforms in the koan era ) such as dividing in-hyojo into tokusei-sata ( governmental issues related to personnel and temples / shrines ) and zasso-sata ( ordinary court cases related to property , money , etc . ) and in 1293 , emperor fushimi ( later the retired emperor ) enhanced kirokusho as the organization for promoting tokusei ( ' enin-tokusei , ' political reforms in the enin era ) . initially , these reforms were in agreement with the kamakura bakufu 's policies to recover public order after confusion due to mongolian attempts to invade japan , etc . ( the bakufu reforms by yasumori adachi are also called ' koan-tokusei ' ) , but when the scale of tokusei was enlarged and consideration of reversion to the old system ( before the kamakura bakufu ) became linked with the idea of recovering the authority of the imperial court , the kamakura bakufu used ryoto tetsuritsu policies for the imperial succession as a reason to intervene politically and terminated the cloistered governments of retired emperors kameyama and fushimi , causing tension between the bakufu and the imperial court , leading to emperor godaigo 's direct governance , which eventually transformed into the movement to overthrow the kamakura bakufu . orders for tokuseirei during the kamakura period were mainly for protecting poor and suffering vassals , and the most commonly known order is tokuseirei in the einin era in 1297 . in 1334 , during the kenmu restoration , emperor godaigo issued an tokuseirei . with the spread of so ( so village ) in the muromachi period , peasant uprisings and tokusei uprisings demanding an tokuseirei increased . also , private tokuseirei was issued by uprising forces and local powers . these uprisings commonly happened upon the change of shoguns , and involved demands for ' tokuseirei upon change of the shogun . ' the peasant uprising in the shocho era did not lead to an official order for the acts of virtuous government from the muromachi bakufu , however the tokusei uprising in the kakitsu era led to an official order for the acts of virtuous government from the bakufu ( the order for the acts of virtuous government in kakitsu era ) . initially , the muromachi bakufu was cautious about issuing tokuseirei , but in 1454 , the bakufu issued " buichi-sen , " " buichi tokuseirei , " " tokusei-buichi-sen , " which ordered 10 % of debt repayments to be paid to the government as a type of handling fee , and since this 10 % of debt became income for the bakufu , it was later frequently used to unlawfully renew the bakufu finances . during the sengoku period ( period of warring states ) , there was a case where the lord of sagami province ( western kanagawa ) , ujiyasu hojo , passed the position of family head to ujimasa hojo and started ' tokusei upon family head change ' when there was a great famine , suggesting that ' tokusei upon family head change ' was an established practice . +the " shochu incident " occurred in 1324 ( late kamakura period ) , where a plan to overthrow the kamakura bakufu by emperor godaigo was discovered beforehand and the main perpetrators were executed . emperor godaigo started direct governance in 1324 in the stead of his father , emperor gouda , and started policies such as re-establishing the office for the investigation of estate documents ( kiroku shoen kenkeijo ) . up until his death , the cloistered emperor gouda continued to order emperor godaigo to handover the throne to crown prince kuniyoshi as the legitimate direct heir to the daikakuji line . after the cloistered emperor 's death , crown prince kuniyoshi informally asked the kamakura bakufu to force emperor godaigo to abdicate . the jimyoin line also supported this movement on the condition that emperor kogon became crown prince after imperial prince kuniyoshi ascended to the throne . naturally , emperor godaigo strenuously rebelled against imperial prince kuniyoshi , the jimyoin line and the kamakura bakufu which decided on such a succession . emperor godaigo planned to overthrow the kamakura bakufu while the rokuhara tandai minamikata , koresada hojo ( the hojo-tokuso family ) was heading for kamakura , and suketomo hino , toshimoto hino and others traveled around the country trying to convince samurai and other influential people to help overthrow the bakufu . it is thought that the movement tried to take advantage of political unrest such as the akuto ( people who rebelled against shoen owners and the government ) that were active in the kinki area , and the conflict between the ando family and ezo in oshu around the middle of the 13th century . on september 19 , the rokuhara tandai uncovered the plan before it was executed and samurai who had participated in secret talks such as yorikane toki , kuninaga tajimi , and shigenori asuke , were subdued . toshimoto and some others were forgiven , but suketomo was taken to kamakura and then exiled to sado island , an aide , nobufusa madenokoji went to kamakura to offer clarification and emperor godaigo was forgiven by the bakufu after an apology , but seven years later , in 1331 , he led his second plan to overthrow the bakufu , the genko no ran ( genko rebellion ) . the first scroll of the classic , " taiheiki " ( records of great peace ) , includes an account of the shochu no hen ( shochu incident ) , depicting it as an overthrow plan disguised as " bureikou " ( do as you please ) , and a story about yorikazu toki , who was participating in the plan , leaking the rebellion plan to his wife who then betrayed them to the rokuhara tandai . it states that risso ( monks following rishu ) of the saidai-ji temple ( nara city ) branch also participated in the plan . the participation of kanemitsu iga , who later became an official during the kenmu restoration , and the risso , monkan , have also been suggested . +the shishigatani conspiracy was a plot to overthrow the taira clan and occurred in kyoto in july , 1177 , during the heian period . it is called " shishigatani conspiracy " because secret talks were carried out at joken hoin ( a child of fujiwara no michinori ) ' s mountain retreat in higashiyama shishigatani , kyoto ( presently , sakyo ward , kyoto city ) . proceedings the cloistered emperor goshirakawa turned 50 in 1176 , and various celebratory events continued from the beginning of the year . the taira clan members attended parties at hoju-ji temple , exhibiting their closeness with the cloistered emperor . however , kenshunmonin 's physical condition worsened in july and she died on august 21 . around the same time , takamatsuin ( imperial princess shushi ) , emperor rokujo and kujyoin ( fujiwara no shimeko ) died and the political scene fell into turmoil . first , the status of emperor takakura , who had no sons , became unstable due to the death of his mother . there were signs of confrontation between emperor takakura , who had started to take part in political matters after reaching adulthood , and goshirakawa , who wanted to continue his cloistered governance , but upon the position assignment on january 13 , 1177 , fujiwara no nobuyoshi and fujiwara no mitsuyoshi , who were close aides of goshirakawa , were promoted to kurodo no to ( head chamberlain ) , passing over taira no tomomori and others . as a counter move against the advancement of the goshirakawa cloistered government group , taira no shigemori was appointed konoefu ( head of the inner palace guards ) and taira no munemori was appointed udaisho ( head of the right palace guards ) on the position assignment day of january 1177 . losing a mediator in kenshunmonin , the taira clan , who supported takakura , and the group of aides who supported goshirakawa began to fight over position appointments . however , on april 21 , goshirakawa visited fukuhara-kyo for a ceremony involving a thousand bhuddist monks , where he acted favorably towards the taira clan and it seemed as if the rift had been mended . however , when goshirakawa returned to kyoto on april 29 , the daishu ( buddhist monks ) at the sanmon ( enryaku-ji temple , hieizan mountain ) demanded the removal of the kaga ( presently ishikawa pref . ) governor , fujiwara no morotaka ( hakusan incident ) . the cause was that monks at hakusan appealed to the sanmon because morotaka , saiko 's child , became governor of kaga province and the mokudai ( substitute for the governor who lives in the province and performs actual duties ) morotsune burned down ukawa-ji temple , a branch temple of hakusan , it was common for the mokudai of the governor 's office and temples / shrines at the province to fight over various aspects regarding shoen ( private estates ) owned by temples , but this incident sent ripples into the central government and caused a full confrontation between the sanmon and the cloistered government group because hakusan was a branch temple of the sanmon and the governor was a child of saiko , a close aide of the cloistered government . goshirakawa tried to settle the situation by exiling the mokudai , morotsune , to bingo province ( present eastern half of hiroshima prefecture ) , but the monks were not satisfied and brought out a mikoshi ( portable shrine ) and headed towards the inner imperial court on may 18 . goshirakawa took strong measures and sent court troops , but there was a confrontation between shigemori 's troops , who were sent to maintain security , and the monks , and the situation worsened after an arrow hit the mikoshi . on may 26 , the incident came to a finish due to agreement to all of the demands of the monks , with morotaka exiled to owari province ( present western aichi prefecture ) and shigemori 's soldier who fired the arrow into the mikoshi detained . soon after , on june 3 , an extensive fire referred to as ' taro shobo ' broke out and shocked the people as it burned down the daigoku-den palace and housing complexes of 13 aristocrats including motofusa matsudono ( chief adviser to the emperor ) . in this situation , goshirakawa suddenly brought up the former incident and dismissed myoun of tendai-zasu ( head priest of the tendai sect ) , took away his property , and exiled him to izu province on june 27 . it is said that this was caused by saiko , who saddened by the exile of morotaka , blamed myoun as the leader of the demonstrations and demanded punishment . since the monks rebelled against the exile of their chief and rescued him , goshirakawa ordered taira no kiyomori to attack the sanmon . kiyomori was not in favor of attacking , but was pressured by goshirakawa , and so samurai from omi province ( present shiga prefecture ) , mino province ( present southern gifu prefecture ) and echizen province ( present northern part of fukui prefecture ) were readied in preparation for an attack . just before the attack , yukitsuna tada visited kiyomori 's house at nishi-hachijo and informed him about the plan to destroy the taira clan on july 5 . according to the " gukansho , " when goshirakawa made a visit to joken 's shishigatani mountain retreat , fujiwara no narichika , saiko and shunkan met together to talk about plans to destroy the taira clan and yukitsuna was called and given 30 rolls of uji fabric to make white flags for the launch . according to the " heike monogatari " ( the historic romance of taira family ) , a sake bottle ( called " heiji " , the same pronunciation as " the taira clan " in japanese ) fell over when narichika stood up and when goshirakawa asked , ' what was that ? ' narichika answered , ' the sake bottle ( heiji ) fell over , ' and when shunkan asked what to do with it , saiko said ' we must take its neck ( kill ) ' and broke the neck of the bottle . kiyomori immediately sent for saiko and when he admitted to all of the charges under torture , he was beheaded . narichika was also sent for and detained . it is said that shigemori , whose wife was narichika 's younger sister , encouraged narichika by promising to save his life ( " gukansho " ) . when the monks of the sanmon , who had descended to nishi-sakamoto , became aware of this , they sent a messenger to kiyomori to thank him for killing their enemy and returned to their mountain . on july 8 , participants such as shunkan , motonaka , nakahara no motokane , nobufusa koremune , taira no sukeyuki and taira no yasuyori were all captured , and on july 9 , myoun was released from exile . on july 13 , morotaka , who has been exiled to owari , was attacked by followers of kiyomori and brutally killed , and although narichika was saved and exiled to bizen province , he was starved to death . whether there in fact were any secret plans was questioned even at that point and since saiko and narichika readily attended to kiyomori 's call , there is a possibility that it was a plot by the taira clan ( kiyomori ) to destroy close aides of the cloistered government or evade confrontation with the sanmon . kiyomori targeted the core aides of the cloistered government , saiko and narichika , and did not penalize goshirakawa , instead sending him to fukuhara . goshirakawa was said to feign complete ignorance and said ' what it all this ? i don 't think i have anything to be accused of . ' shigemori quit the position of sadaisho ( head of the left palace guards ) on july 9 because he had lost face when his soldier hit the mikoshi with an arrow during the hakusan incident and his wife 's elder brother was killed during exile even after shigemori asked for his life to be spared . as a result , munemori established his position as kiyomori 's successor . kiyomori was able to prevent a confrontation with the sanmon and eliminate close aides of the cloistered government who were against the taira clan , but the relationship between kiyomori and goshirakawa was irreversibly damaged and this led to the " jisho sannen no seihen " ( coup of the third year of jisho , 1179 ) . " gukansho " +the nanbokucho-seijun-ron is a debate on which of the imperial courts , southern or northern , was the legitimate dynasty during the nanbokucho period in japan ( " jun " is the same as " uruu " and means " not legitimate but also not fake " ) . summary nanbokucho-seijun-ron before the modern era since the start of the modern era , the nanbokucho-seijun-ron debate over which of the imperial courts , southern or northern , was legitimate has continued . the contention of the proponents are generally classified into the nancho ( southern court ) legitimacy theory , the hokucho ( northern court ) legitimacy theory , the both line opposition theory , and the both line concurrent theory . to indicate the legitimacy of the nitta clan , which was considered as the ancestors of the tokugawa clan , mitsukuni tokugawa claimed in " dainihonshi " ( great japanese history ) that the nancho was the legitimate line . in the same way , sanyo rai , who supported the nancho legitimacy theory , claimed that since emperor gokomatsu ( northern court ( japan ) ) became the legitimate emperor because emperor gokameyama ( southern court ) abdicated in favor of a more virtuous successor , the imperial succession of the northern dynasty should not be legitimatized because there is a problem with the legitimacy of emperors after emperor gokomatsu ( however , the historical fact is that no ceremony for abdication by an emperor in favor of a more virtuous successor was carried out , only a ceremony to return the sacred treasures ) . on the other hand , most of the court nobles at that time were descended from court nobles of the northern court ( many families divided into southern and northern based on the family head ) , and strongly supported the northern court legitimacy theory , together with many aristocratic historians such as norimitsu yanagihara , and the imperial line also considered the northern court as legitimate because it was directly connected to the current imperial line , so rituals were also conducted following those policies . the nanbokucho-seijun-ron problem the academic field of history during the meiji period conducted evidence-based research comparing the ' taiheiki ' with other documents such as historical books and diaries , and based on this , the 1903 and 1909 revisions of national textbooks for elementary schools depicted both the southern and the northern court as being concurrent . however , this became problematic around 1910 when the textbooks for teachers was revised , and this movement was further fueled by the " kotoku incident , " which is said to have been caused by socialists such as shusui kotoku and others . in the editorial of yomiuri shinbun issued january 19 , 1911 , the following idea was proposed : ' if both dynasties are allowed to oppose each other , it is clear that the nation is divided and this is the fault of the government . how can we allow this to be overlooked as suggested by the education ministry , because it was just a temporary anomaly ? ' ; ' in imperial japan , the true way of determining character is not by knowledge or good deeds but by national emotions , in other words , the cause . in these days of individualism , where even nihilists are appearing , this is a matter of great urgency and importance , ' which led to a political debate in the imperial diet about whether the southern or the northern court was legitimate . regarding this problem , the opposition party , rikken kokumin-to party ( constitutional national party ) and the dainipponkokutai advocacy group both accused the katsura cabinet of the second term at that time . pressured by the opposition and public opinion , at the imperial diet meeting on february 4 , 1911 , the government officially declared the southern court legitimate . furthermore , the textbooks were revised and the person responsible for writing the textbooks , sadakichi kida , was suspended from his job . in the end , based on the description in " dainihonshi " ( great japanese history ) as evidence , the emperor meiji decided that the southern court was the legitimate line because it owned the three sacred treasures ( however , the current academic theory has basically established that the three northern court emperors , emperors kogon , komyo and suko , had owned the three sacred treasures , so the assumption that all of the emperors in the northern court were ' not legitimate ' because they did not own the sacred treasures is incorrect . the emperor meiji is said to have ordered to have the ceremonies for the five emperors of the northern court to be continued as before ) and the nanbokucho was to be called ' yoshino-cho period ' because the southern court was located in yoshino ( nara prefecture ) . even then , some academics such as yoshinari tanaka have argued against using ' yoshino-cho ' ( nanbokucho-seijun problem ) . afterwards , the view on imperial history before the war mainly consisted of ideological interpretation , such as declaring takauji ashikaga a villain for rebelling against the emperor and masashige kusunoki and yoshisada nitta loyalists . the southern court is still considered to be legitimate after world war ii , but the term ' nanbokucho period ' entered the mainstream again based on the actual situation of history . also , with changes in values and progress in medieval history research , new views regarding the nanbokucho period such as re-evaluating the achievements of takauji ashikaga , researching aspects of masanori kusunoki as an ' akuto ' ( rebel ) , and establishing that emperor godaigo 's kenmu restoration was influenced by sung-period neo-cunfucianism and was revolutionary because he aimed for a dictatorship , like a chinese emperor , have come forth . yoshihiko amino focused on people with occupations other than farmers and suggested that the nanbokucho period was a transitional time in japanese history . additionally , after the pacific war , there were appearances of self-claimed emperors such as hiromichi kumazawa , who claimed that he was a descendant of the southern court and therefore the legitimate heir to the throne . however , in terms of bloodlines , the jimyoin line , rather than the daikakuji line , is the direct line of descent , and within the jimyoin line , the fushiminomiya family is considered the direct line , making the current imperial family 's blood the most noble . +the meio incident involved the enthronement and dethronement of the ashikaga seii taishogun ( literally , " great general who subdues the barbarians " ) and occurred in the muromachi period in 1493 . in recent years , in the field of japanese history there is an influential theory that regards this incident as the beginning of the sengoku period ( period of warring states ) . yoshitane ashikaga was the heir of yoshimi ashikaga , who was backed by the leader of western forces during the onin war . when the war was resolved as the western forces were outnumbered , he and his father escaped to mino province , relying on shigeyori toki . the ninth shogun , yoshihisa ashikaga , at the head of a force of provincial military governors turned daimyo and shogunal guards , led a campaign against the rokkaku in omi province , but died there in 1489 of an illness . yoshiki returned to kyoto with yoshimi and was put forward as the tenth shogun , but some people , including yoshimasa ashikaga and masamoto hosokawa , supported seiko ( yoshizumi ashikaga ) , the son of masatomo ashikaga who was the horikoshi governor-general , and was the head of the kyogon-in of tenryu-ji temple at that time . however , tomiko hino supported her nephew yoshiki , and after the death of yoshimasa the following year , in 1490 , yoshiki was chosen to be the tenth shogun on , among others , the condition of yoshimi becoming a monk . masamoto , sadamune ise and others who had been against this decision opposed yoshimi and his son . yoshiki followed the policies of the former shogun yoshihisa and tried to increase his military strength , by taking over the campaign against the rokkaku house in 1491 to deal with uprisings like in tanba and yamashiro provinces in the kinai region . in 1493 , masanaga hatakeyama requested that yoshiki subjugate kawachi province to defeat his opponent , yoshitoyo hatakeyama ( the son of yoshinari hatakeyama ) . although masamoto was against this request , yoshiki marched off with a punitive force to settle the issue of the succession to the head of hatakeyama clan . masamoto gained the cooperation of tomiko and masanori akamatsu , who had begun to feel dissatisfied with yoshiki , and then pulled off a coup d 'etat by making seiko return to secular life and helping him become the eleventh shogun . he also brought kyoto under his control . yoshiki 's forces were divided by this news . after masanaga died , yoshiki surrendered and it was decided that he was to be confined in ryoan-ji temple in kyoto . in june of the same year , yoshiki , who had been confined , went from kyoto to hojo-du , izumi county , ecchu province with the help of his close aides , relying on naganobu jinbo , a chief vassal of masanaga and deputy of the divided counties nei and izumi who had been appointed by a shugo . furthermore , over 70 people including vassals of the shogun , jikkin kugeshu ( 昵近公家衆 ) , zen monks , etc . , who were close to yoshiki , followed his move to ecchu ( the ecchu governor-general ) . due to this incident , masamoto took over shogunal administration , and the authority of the shogun whose military foundations , such as shogunal guards , had broken down , became weaker because of the bakufu 's governmental authority being divided into two . this caused conflicts all over the country among supporters of the shogunal family that divided into two lines . after that , shogunal administration was supported by the hosokawa clan 's power . also , in connection to this , the military governor of yamashiro , sadamichi ise ( the son of sadamune ) , who was close to yoshiki , won over the local samurai class who had led an uprising in yamashiro province and tried to resist masamoto , and masamoto used the same technique as a countermeasure . due to this , the local samurai class divided into an ise faction and a hosokawa faction , and the following year the uprising in yamashiro province was forced to disband . moreover , recently there is an influential theory that the invasion of izu province by soun hojo , a vassal of the imagawa clan , that occurred in the same year , in cooperation with masamoto and sadamasa uesugi , was intended to defeat chachamaru ashikaga , who was the horikoshi governor-general and yoshizumi 's brother by a different mother , and opposed yoshizumi . similarly , in recent years there is an influential theory among japanese historians , that the meio incident was not only a coup d 'etat in the central government but also a critical turning point , which led to social upheaval and rebellions against the ruling classes , especially in the eastern provinces , and was the initial stage of the warring states period . " daijoin jisha zojiki " ( miscellaneous records of the daijo-in temple and shrine ) : a diary written by jinson , seikaku and others at kofuku-ji temple . there are 190 volumes . +maizuru chinjufu was chinjufu ( navy base ) of imperial japanese navy ( ijn ) located in maizuru city , kyoto . it was commonly called maichin . in its strategy against russia , the imperial japanese navy needed to set up a naval military base on the side of the sea of japan , and in 1889 , decided to establish chinjufu in maizuru , singling out maizuru bay for its geographical features which were suitable as a naval port with its narrow entrance which could be easily defended while the calm inside of the bay could accommodate many ships . however , the improvement of kure chinjufu ( kure naval district ) and sasebo chinjufu ( sasebo naval district ) was prioritized before maizuru , and so the monetary compensation for the sino-japanese war paid by ching was to be appropriated for building the naval port in maizuru . although the road work for the building site incurred a huge cost due to the mountainous geography of maizuru , the land reclamation work had been almost completed at the end of 1899 . at the same time construction of the facilities for chinjufu began , and on october 1 , 1901 , maizuru chinjufu started operations under first admiral heihachiro togo who had been a vice admiral till then . 1889 : cabinet decided to set up the fourth naval district chinjufu in maizuru . 1897 : maizuru yosai hohei daitai ( garrison artillery ) was deployed in maizuru . 1901 : operations were started . 1903 : maizuru navy arsenal was opened . 1904 : the russo-japanese war broke out . maizuru line was opened . 1923 : according to the washington naval treaty , maizuru chinjufu was downgraded to an echelon naval port . at the same time , the navy arsenal was also downgraded to kosaku-bu ( engineering department ) . 1936 : maizuru navy kosaku-bu was raised to the navy arsenal . 1939 : the echelon naval port was raised to chinjufu . 1943 : the second arms factory was set up in the kuratani industrial park ( kyoto ) . 1945 : the pacific war ( the great east asian war ) ended . +the regency is a form of government during the heian period where actual power was long monopolized by a deputy or adviser to the emperor from yoshifusa 's line in the fujiwara family ( the northern house of the fujiwara clan ) , who was installed as a regent , a chancellor or a nairan ( private inspection ) from generation to generation . it was fujiwara no fuyutsugu who first created the basis for the regency . fuyutsugu was installed as kurodo no to ( head chamberlain , the chief of the newly-founded kurodo dokoro ( chamberlain 's office ) ) in 810 , which was the head secretary to the emperor ( or the chief cabinet secretary ) , and compiled and presented a considerable group of laws and regulations , the konin kyaku-shiki . this achievement became a foothold for the rise of the northern house of the fujiwara clan in the following generation . fujiwara no yoshifusa , the son of fuyutsugu , took office as prime minister in 857 and became regent in 866 , both of these firsts for an imperial subject . yoshifusa had two major political techniques . first , reducing other powerful court nobles ' resistance to the northern house of the fujiwara clan by undermining them politically ( expulsion of other clans from the imperial court ) . second , he married his daughters into the emperor 's family , had them bear children , and then seized power as the maternal grandfather of emperors . as an example of the first method of ejecting other clans , he brought about the downfall of the otomo and the tachibana clans , along with the ceremonial house of the fujiwara clan , in the jowa incident of 842 , and then the tomo and ki clans in the otenmon incident of 866 . as an example of the second method , he married his daughter to emperor montoku , and as a result emperor seiwa was born , and he built a solid political foundation as the emperor 's maternal grandfather . this method of marrying a daughter to emperor became a tradition of the northern house of the fujiwara clan and also the source of their status as the emperor 's deputies and advisors . soon after yoshifusa 's death , his adopted son fujiwara no mototsune was installed as regent , and when the aged emperor koko hastily ascended the throne in 884 , he was installed as chancellor in all but name . he had been exercising authority as a regent on behalf of a child emperor , but now at last attained the position of chancellor , an advisor to an adult emperor ( a de facto authorized deputy ) . in addition , in the process of obtaining the official post of chancellor , an incident called the ako controversy occurred , and mototsune succeeded in getting an apology from an emperor . in the time of mototsune 's son fujiwara no tokihira , sugawara no michizane came to the forefront as his rival , but in 901 , tokihira caused michizane to be demoted ( the shotai incident ) . although tokihira was a remarkably competent politician and displayed impressive skills , he died before he was appointed as a regent or a chancellor . tokihira 's brothers fujiwara no tadahira and fujiwara no morosuke were installed as regent and chancellor , however , emperor murakami directly administrated the imperial court after tadahira 's death ( the glorious reign of tenryaku ) and the posts of regent and chancellor became vacant . however , fujiwara no saneyori became chancellor due to the death of emperor murakami , and after that the posts of regent and chancellor were maintained continuously until the meiji restoration ( except some periods such as the kenmu restoration by emperor godaigo , etc . ) . after the exclusion of other clans from the imperial court was completed by minamoto no takaakira 's expulsion in the anna incident and minamoto no kaneakira 's returning to the imperial family following the incident , a struggle for power was played out within the northern house of the fujiwara clan . after the anna incident , fujiwara no kanemichi and his brother fujiwara no kaneie , the sons of fujiwara no morosuke , a maternal relative of both emperors reizei and enyu , competed for the posts of regent and chancellor , and each tried to prevent the other 's promotion . kanemichi , coming from the post of acting major counsellor , became the next chancellor , by being appointed as chancellor after becoming a private inspector , then great minister of the center . to award kanemichi the qualifications as minister to be installed as chancellor , the post of great minister of the center was used for the first time in 72 years . ( as the previous appointment was out of respect for fujiwara no takafuji , the dainagon ( chief councilor of state ) and maternal grandfather of the emperor who was in critical condition , it was in fact the first time in 191 years since fujiwara no uona at the end of nara period . ) however , minamoto no kaneakira , the minister of the left , and fujiwara no yoritada , the minister of the right ( later a chancellor ) , has ranks higher than kanemichi , and kaneakira secured the real power of the great council of state as ichinokami ( the ranking council member ) . so kanemichi took the post of prime minister , made minamoto no kaneakira return to the emperor 's family and made the minister of the left resign by issuing an imperial edict , and appointed yoritada as ichinokami . kanemichi promoted his sons to court nobles and attempted to make their positions hereditary , but failed due to his death from an illness soon after appointing them as court nobles . kaneie , who had lived in obscurity due to kanemichi for a long time , took the post of regent as the maternal grandfather of emperor ichijo . although kaneie was minister of the right , prime minister fujiwara no yoritada ( the former chancellor ) and minamoto no masanobu , minister of the left , were superior to him in rank , and masanobu served as ichinokami . as kaneie could not find any pretext to remove yoritada or masanobu , he himself resigned his post as minister of the right and was treated as jusangu in exchange for it , then took a higher rank than any other officer as chancellor , after taking the post of regent , even though he was an ex-minister . after this , the rank of regent and chancellor in the imperial court was regarded as higher than that of prime minister . also , he promoted his four sons and brothers-in-law to court nobles , appointed his heir fujiwara no michitaka to great minister of the center and died immediately after he resigned the post of chancellor in favor of him . it was fujiwara no michinaga , the fifth son of kaneie who won a chain of disputes within the clan , and created the golden age of the regency . in 995 , michinaga won the struggle for power with his nephew fujiwara no korechika ( michitaka 's heir ) and took the post of private inspector . michinaga 's son , fujiwara no yorimichi , was in the positions of regent and chancellor for approximately 50 years . however , his daughter , who was married into the emperor 's family , failed to give birth to a boy who would have become an emperor . in 1068 , emperor gosanjo acceded to the throne through the trend of integrating the emperor 's successors in the dynasty . emperor gosanjo was an emperor whose grandfather , for the first time in approximately 170 years , was not from the northern house of the fujiwara clan , and his supporters were fujiwara no yoshinobu ( yorimichi 's brother by a different mother ) and others who were excluded from being eligible for the posts of regent or chancellor even though they were from the same regent 's house . emperor gosanjo came out with one policy after another intended to revive the emperor 's prestige and the ritsuryo system ( a legal system introduced from the tang dynasty in china ) , and the following emperor shirakawa also continued these policies . in the regent 's house , however , yorimichi and fujiwara no norimichi ( yorimichi 's brother by the same mother ) , who took over the post of chancellor after him , were in conflict during this period and they were not in any condition to take any concrete measures against the emperor . although emperor shirakawa became the retired emperor in 1086 , it was not a retirement , but rather the start of government by the retired emperor , the so-called cloistered government . as a retired emperor he was able to use power equal to an emperor under the provisions of the ritsuryo system , and had the advantage of being the real father of an emperor , so political power shifted from the regents and chancellors to the retired emperors . furthermore , after the death of fujiwara no moromichi ( the grandson of yorimichi ) , there occurred a coincidental struggle for the successor in the regent 's house , and it was eventually settled by the cloistered emperor shirakawa 's intervention . because of this , after that it became impossible to ignore the wishes of the retired emperor ( cloistered emperor ) when appointing someone as regent or chancellor . these circumstances inside the regent 's house itself spurred the decline of the regency . the regency in the traditional sense definitively came to an end due to cloistered government . the regency in the traditional sense is an administration monopolized by emperors and court nobles related on the maternal side , with the key person in the maternal line taking the posts of regent and chancellor . however , the social structure of the aristocracy became fixed with the appearance of cloistered government . in the traditional sense of the regency , only an infant emperor 's maternal grandfather and his relatives had the right to take the post of regent , and then the post of chancellor or court noble , but after the cloistered government was formed , it was officially recognized that the posts of regent and chancellor were to be passed down from generation to generation only within yorimichi 's line in the northern house of the fujiwara clan . ironically , it was the cloistered government that ended the regency that produced the concept of the ' regent 's house . ' and therefore the real regency should be regarded as having already come to its end in the reigns of emperor gosanjo and shirakawa . later , the regency seems to have disappeared due to military rule , although warriors took advantage of the regent 's house as a foundation of power because the posts of regent and chancellor still remained . the most conspicuous example was probably hideyoshi toyotomi 's taking the post of chancellor . hideyoshi took advantage of his status as chancellor as much as possible , and in a sense , he might be said to have revived the regency . however , hideyoshi 's power did not derive from the status of chancellor but rather his own political influence , and also because he tried to rank the regency as the ' the leading warrior ' in place of the seii taishogun ( literally , " great general who subdues the barbarians " ) , it did not take the same line as a restoration of the old regency . in the edo period , the power of the regent 's house was restored with the help of the edo bakufu ( japanese feudal government headed by a shogun ) , but it was only a nominal one , and not given any real power . on the other hand , due to the bakufu 's intervention , the regency was in fact negated because the representatives of the regent 's house at the time were required to use a ' council system ' when making decisions . still , regents and chancellor were treated particularly well in the bakufu , and there were even chancellors , such as motohiro konoe , who had a certain amount of influence in the bakufu . in the meiji period the posts of regent and chancellor were abandoned , and at the same time , the regency completely disappeared . at present , only the position of the regent still exists , and the imperial household law provides that the post is only for members of the imperial family , such as the crown prince , and is used to conduct the emperor 's official duties in his place . in the ritsuryo system , the method of policy decision was that the emperor sanctioned political and personnel proposals reported by the great council of state . in other words , in the ritsuryo system it was stipulated that power be concentrated in the hands of the emperor , but with the appearance of the regent and chancellor , the emperor 's deputy and adviser , the regent 's house began to take over the emperor 's right to exercise sovereignty . in the period from the late ninth century to the beginning of the tenth century , when the regency became established , there were no particular threats either at home or abroad because the country took an isolationist policy toward foreign countries , and domestically , the subjugation of the emishi ( japanese northerners ) was almost completed , and the administration had entered a period of stability . from this reason , performing court events and ceremonies according to precedent or personnel decisions were given a greater importance in politics rather than actively carrying out policies . also , military power started to be decentralized , such events such as the regent 's house taking the militarily powerful seiwa-genji ( minamoto clan ) into its service , while the official military force grew weaker . the appearance of the regency might also be explainable in this historical context . that is , the more stable the administration became , the more routine managing the government became , and that made it possible to devolve the emperor 's power to exercise sovereignty to his subjects . in these circumstances , it was the northern house of the fujiwara clan that swam with the tide , succeeded in being handed over the power to exercise sovereignty , and ended up not only monopolizing privileges but also maintaining its own military force . because the regent 's house took the power to exercise sovereignty , the other family lines became unable to get ahead and survived as nobles by being in charge of a particular field of work . however , the same thing can said about the cloistered government that replaced the regency . since the early days of government based on the ritsuryo legal codes , when cloistered government had not yet been formed , the retired emperor had taken the role of the emperor 's protector and guardian upon himself as ' the patriarch of the emperor 's family . ' one can say that in the regency , that function moved from the paternal line to the maternal line , and then moved back to the paternal line again in the cloistered government ( it was far from a coincidence that the death of the retired emperor saga , who had patriarchal authority , was the start of fujiwara no yoshifusa 's taking over power , and that the regency stagnated for a while in the reign of emperor daigo , when the cloistered emperor uda was supporting him as a patriarch , and also that the retired emperor shirakawa , in a revival of the patriarchal retired emperor that had disappeared for a long time , started cloistered government in place of the regency . ) also , backed by the country 's stable administration , the decentralization of power became obvious , and there were examples such as someone who had received an official announcement of appointment as a local authority transferring that power so they could exercise sovereignty in the region to an influential local person . some time later this movement resulted in the establishment of the kamakura shogunate and military rule . +the " otenmon no hen " ( the otenmon gate incident ) was a political incident which happened in 866 , in the early heian period . the otenmon gate was set on fire , and tomo no yoshio , the dainagon ( chief councilor of state ) , accused a noble minamoto no makoto , the sadaijin ( minister of the left ) , of committing arson . however , fujiwara no yoshifusa , the daijo-daijin ( grand minister of state ) , provided counsel and genshin was set free . later on , tomo no yoshio and his son fell under suspicion as the result of a tip from an informant , they were later convicted and faced banishment . this incident brought the notable tomo clan ( the otomo clan ) , which had lasted since ancient times , to ruin . this is considered to be one of the affairs in which exclusionary practices were used against other clans by the fujiwara clan . the course of the incident tomo no yoshio , the dainagon ( chief councilor of state ) , was on bad terms with minamoto no makoto , the sadaijin ( minister of the left ) . it is said yoshio wanted to become the udaijin ( minister of the right ) , by bringing down minamoto no makoto . that would make the sadaijin position vacant so that udaijin fujiwara no yoshimi could fill the role . in 864 , tomo no yoshio tried to make a federal case based on the rumour of rebellion by minamoto no makoto , but this did not get taken up . in april 28 , 866 , an incident occurred in which otenmon gate was set alight and destroyed . the imperial court was in an uproar , and many people performed incantations and prayers . soon after , tomo no yoshio claimed to udaijin , fujiwara no yoshimi that minamoto no makoto was the perpetrator of the crime . the otenmon gate was built by the otomo clan ( the tomo clan ) , so he said minamoto no makoto cursed the tomo clan and set fire to it . fujiwara no yoshimi ordered the arrest of minamoto no makoto , and so soldiers were sent and his house besieged . members of the house of minamoto no makoto , the sadaijin , who were accused of the crime , were devastated and distressed . when fujiwara no mototsune , the sangi ( government adviser ) mentioned this to his father , fujiwara no yoshifusa , the taisei daijin , the surprised yoshifusa went before the emperor seiwa and defended minamoto no makoto . minamoto no makoto was set free , and the soldiers who had besieged his house were withdrawn . on august 3 , oyake no takatori , the gon no shisho ( an assistant doing miscellaneous duties about documents ) of bicchu province , came forth claiming that the arsonists of otenmon gate were tomo no yoshio and his son tomo no nakatsune . takatori claimed that he saw yoshio , nakatsune , and toyokiyo , the zoshiki ( low-level functionary ) run away from the front of the otenmon gate , which went up in flames directly after . it is said that takatori held yoshio responsible for his children being killed by yoshio 's attendant male servant , ikue no tsuneyama . ( another theory is that takatori blamed yoshio because takatori 's child argued with a child of yoshio 's treasurer who then punched takatori 's child almost till death . ) takatori was handed over to the kebiishi ( office of police and judicial chief ) . the emperor issued an imperial edict and ordered an investigation of tomo no yoshio . tomo no yoshio , tomo no nakatsune , ikue no tsuneyama , and tomo no kiyotada were arrested and interrogated ( possibly tortured by continuous whipping ) , however , they denied having committed the crime . on september 22 , the court found tomo no yoshio and others guilty of the arson of the otenmon gate , and their punishment was banishment , rather than the death penalty or that of a first degree crime . tomo no yoshio was sent to izu province , tomo no nakatsune to oki province , ki no toyoki to awa province , tomo no akimi to iki province , tomo no kiyotada to sado province , and ki no natsui and others who were implicated were also punished . also , fujiwara no yoshifusa ended up gaining total control over of the court due to the sudden deaths of both the ministers of the right and left , minamoto no makoto and fujiwara no yoshimi , not long after this disciplinary action was carried out . fujiwara no yoshifusa , who dealt with this incident , ostracized proponent officials of the tomo clan and the ki clan , and succeeded in expanding the fujiwara clan 's power by becoming the regent of the emperor seiwa after the incident . this incident was also painted in the national treasure ' ban dainagon ekotoba ' ( the tale of great minister ban ) . +" the tale of genji " is a japanese novel written in the mid-heian period . the tale first appeared in a written work in the year 1001 , and until then most of the work seems to have been completed . it is a masterpiece not only among the court literature but also of the entire history of japanese literature in terms of quantity , quality and literary achievement , and its influence on posterity is immeasurable . it is not clear what the title of the tale was when the work was first written , although it is now generally called " the tale of genji . " many old manuscripts don 't have titles , and even if they do , they are different . each volume of the old manuscript of " the tale of genji " usually has a chapter name on its cover rather than a title of the overall work such as ' the tale of genji ' or something similar . the titles written on the old manuscripts or commentaries are roughly divided into the following groups : a group of ' genji 's tale , ' ' the tale of hikaru genji , ' ' brightly genji 's tale , ' ' genji hikaru , ' ' genji , ' ' genji no kimi , ' and so on . a group of ' the tale of murasaki , ' ' tales related to murasaki , ' and so on . in terms of titles , both groups took the name of a main character such as genji ( hikaru genji ) or murasaki no ue , and it is hard to say they 're the inherent titles of the work . if the author applied a certain title , such differences would not arise , so it is thought that these titles would not have been applied by the author . major contemporary works such as " murasaki shikibu diary , " " sarashina nikki ( as i crossed a bridge of dreams ) , " and " mizukagami ( the water mirror ) " mention the title of ' the tale of genji ' ; therefore , it is thought that the tale had that title from the beginning . however , if the author 's name ' murasaki shikibu ' was taken from " the tale of genji " ( = " the tale of murasaki " ) , the title of ' the tale of murasaki ' or ' tales related to murasaki ' would have existed from an early time ; therefore , some people consider that the titles named after murasaki are older than those named after genji . additionally , it is assumed that the work called ' the tale of murasaki ' doesn 't refer to the present whole 54 volumes of the tale of genji but only to the volumes in which murasaki no ue appears , such as ' wakamurasaki " ( the so-called ' tale of murasaki no ue ' ) . moreover , old works of folklore such as " kakai-sho commentary " say there were several tales called ' the tale of genji ' but the most excellent of them was ' the tale of hikaru genji , ' although it is impossible now to confirm the existence of any other work called ' the tale of genji . ' therefore , kikan ikeda considers the folklore to be an untruth , as ' a bizarre rumor that doesn 't deserve to be taken seriously ' ; however , tetsuro watsuji states , ' the tale of genji has mysterious parts that readers can 't understand until they have noticed the existence of some other tales on hikaru genji , which the present readers don 't know about but once existed , ' adding , ' this is not a supposition that should be immediately rejected . ' it was also referred to with chinese titles such as ' gengo ( abbreviation of the tale of genji ) , ' ' shibun ( text of murasaki ) , ' ' shishi ( history of murasaki ) , ' etc . , but these titles seem to have been under the influence of chinese classics and therefore not so old , while kikan ikeda claimed that such usage didn 't start until the edo period . it is widely thought that murasaki shikibu , who served akiko ( shoshi ) fujiwara ( a daughter of fujiwara no michinaga ) , an empress of emperor ichijo , authored the work while in residence as a court lady . the tale provides no clue as to who the author was , but we ascertain that the author was murasaki shikibu based on the following books . in " murasaki shikibu diary " ( the titles on the manuscripts are all " murasaki diary " ) , one can see three descriptions that suggest murasaki shikibu wrote " the tale of genji . " an appellation made by fujiwara no kinto , waka murasaki in " the tale of genji " sauemontoku asked murasaki shikibu whether waka murasaki was around here . shikibu thought that no one else looked like hikaru genji . beyond that , why is it that murasaki no ue came here . then she let it pass . ' because of a remark made by emperor ichijo , it was revealed that the author of " the tale of genji " eagerly read nihongi ( six national histories ) and was called nihongi no otsubone ( court lady of nihongi ) . emperor ichijo , who had listened to recitations of the tale of genji , praised the author to the court , saying that the author must be greatly talented to be conversant with nihongi . the minister of the left , who heard this , started a rumor that the author wanted to be named otsubone , court lady of nihongi . " unbelievable , " said shikibu on hearing about this . " i never displayed my knowledge in the palace , nor did i in front of the maid . " ' fujiwara no michinaga made an amative poem for the author of the diary in front of " the tale of genji . " fujiwara no michinaga read the tale of genji in front of me . when he joked as always , he wrote the tanka poetry down the paper mat under a plum . what he wrote was : as a plum is known as an acidic thing ( sukimono ) , people who see the tree cannot help snapping its twig . shikibu is known as a lecher ( sukimono ) as well , and people who see her cannot help seeing and getting her . certainly not . as the tree has not snapped yet , who could blow a whistle that its plum is acid ? i have not yet proposed it , so who spreads such a rumor ? ' an original text , the " murasaki diary " kurokawabon ( a type of manuscript ) , is in the collection of the imperial household agency . a note in the japanese various family trees ( " new compilation of japanese various family trees analogy " ) a court lady of jotomonin , a poet called murasaki shikibu , and the author of the tale of genji , or masatada 's granddaughter , tametoki 's daughter , mistress of michinaga , the chief adviser to the emperor . ' later commentary on " the tale of genji " the supposition that murasaki shikibu wrote the tale by herself also suggests certain views , as follows : the view that she completed the writing within a short period of time the view that she had written the tale over an extended period of time according to this view , the changes in murasaki shikibu 's environment ( marriage , childbirth , loss of husband , service , etc . ) were reflected in her work . although most of " the tale of genji " was written by murasaki shikibu , it has long been asserted that a portion of the tale was written by another person . " ujidainagon monogatari ( the tale of uji dainagon ( chief councilor of state ) ) , " which was quoted in " kachoyojo , " the old notes written by kaneyoshi ichijo , states that murasaki shikibu 's father fujiwara no tametoki wrote an outline of " the tale of genji " and had his daughter murasaki shikibu write down the details . additionally , " kakai-sho commentary " says that fujiwara no michinaga made an addition to the manuscript of " the tale of genji , " by fujiwara no yukinari / koze . according to " kachoyojo , " written by kaneyoshi ichijo , and " seigen mondo ( adage dialogue ) " by fuyuyoshi ichijo , " uji-jujo ( ten quires of uji ) " was not written by murasaki shikibu but instead by her daughter , daini no sami . the proposition that ' part of the tale of genji was not written by murasaki shikibu ' has been repeated in modern times . akiko yosano pointed out that whole volumes after ' wakana ' were written by daini no sami , given the differences in writing styles . tetsuro watsuji claims that it isn 't a matter that ' the tale was mostly written by murasaki shikibu and added by somebody else , ' but ' we should assume it was written by one group . ' after the war , soshun takeda and others proposed that a volume of ' takekawa ' was written by the other author based on incoherent statements about the characters ' official ranks . an opinion from the viewpoint of gender studies was raised against such conjectures about different authors : ' the idea that " the tale of genji " was not written by murasaki shikibu alone but was augmented by someone else is based on sexism ; it suggests that ' it can 't be true that murasaki shikibu wrote such a masterpiece by herself . ' also , an opinion was expressed that ' such conjectures must be sternly denounced from the gender studies ' viewpoint . ' akio abe studied the additions to the tales that had existed in those days , like " the tale of ise , " " the tale of the bamboo-cutter , " " heichu monogatari ( tales of heichu ) , " " utsuho monogatari ( the tale of the hollow tree ) , " " ochikubo monogatari ( the tale of ochikubo ) , " " sumiyoshi monogatari ( the tale of sumiyoshi ) , " and he said , ' first of all , when the ' tales ' in those days were handed down to the next generation , it was usual in some way to add some texts to the original manuscripts , and therefore it would be exceptional if these manuscripts were passed down without the addition of texts . ' he concluded , ' there is no basis on which to assert that the tale of genji is the only exception . ' additionally , the style and manner of using words such as postpositional particles , auxiliary verbs , etc . , are being studied and analyzed using statistical methods . time and period of writing there is no historical material that immediately reveals ' when ' and ' for how long ' murasaki shikibu wrote " the tale of genji , " nor is there any indication of when she started or finished writing . " murasaki shikibu ( diary ) " has a description that in 1008 she made a book that seems to have been " the tale of genji , " so it is thought that most of " the tale of genji " was completed around this time . tameakira ando proposed in " shika seven reviews " the view that ' most of the tale of genji was written for three or four years when she became a widow and began to serve at the imperial court , ' which was consistent with various facts and became a dominant opinion . however , in later years , the different view that she had been writing for a long period of time was presented eagerly , which was based on the idea that to finish writing such a long story is supposed to take a long time and the fact that there is a clear difference of the writing style between the former and latter part of the story . on the contrary , there is a view that it doesn 't necessarily take a long time to write an extended story , and it should be considered that she wrote it over a short period of time without stopping , which made it possible to maintain the cohesiveness of such a long tale having more than 100 characters . motive for writing there is no historical material that immediately reveals why murasaki shikibu wrote such a long novel , and it has been argued by various people over a considerable period of time . the old notes have it that " mumyozoshi ( story without a name ) " states that emperor murakam 's daughter , imperial princess senshi , asked her to write a new tale , and " kakai-sho commentary " states that the grief over minamoto no takaakira 's demotion led her to write the tale . during modern times , various opinions have emerged as follows : to satisfy her literary talent and creative urge as an author ; to distract herself from her loneliness as a widow and forget the tedium ; to become a court lady and follow in the footsteps of her father , who had obtained his title through means of literary talent . summary it is a typical dynastic story that includes approximately 800 waka poems , and consists of 54 chapters with roughly a million words , although such figures are slightly different between the versions of the manuscript and the text . it is considered to be the supreme masterpiece in the history of japanese literature due to its excellence of fictional structure , psychological description and plot , as well as its beautiful writing and delicate sense of beauty . however , the evaluation of ' the oldest novel in the world , ' for which it has generally been considered , is questioned by shinichiro nakamura , whose opinion is that ' it is the last ( and best ) novel in the ancient world , following ' the golden ass ' by apuleius and ' satyricon ' by petronius , ' but scholars continue to dispute the topic . in the twentieth century , english and french translations were introduced to western countries , and it came to be evaluated highly in terms of its resemblance to twentieth-century literature such as " remembrance of things past , " by proust . the story takes place in the mid-heian period , when matriarchy was dominant , and describes hikaru genji , who , demoted in rank and given the family name of genji despite his birth as a son of the emperor , has many love affairs and achieves great glory ( part 1 ) , and ultimately experiences the impermanence of worldly things caused by the collapse of his love life ( part 2 ) . furthermore , the romance of ladies surrounding old hikaru genji is described ( part 2 ) , and the love of his grandchildren after his death is depicted ( part 3 ) , being flawless and coherent as an epic love story . in the history of literature , the tales written during the heian period are divided into two groups-- ' the former tale ' and ' the latter tale ' --depending on whether a work was written before or after " the tale of genji . " " the tale of genji " exerted a great influence on most of the subsequent dynastic stories , and " the tale of sagoromo , " which later came to be called one of the two major tales of ' genji , sagoromo , ' has many similarities in terms of characters and plot . it should be noted that the work had an influence not only on literature but also on other genres of culture , like emaki ( picture scroll ) ( " the tale of genji emaki " ) , the incense ceremony and so on . see also the summary of each chapter of " the tale of genji " for further details . it is because " the tale of genji " is such an extended story that it is generally dealt with in several parts . some old literature like " hakuzoshi , " " shimei-sho commentary " and " kachoyojo " number the " ten quires of uji " like ' uji 1 , ' ' uji 2 , ' considering that these chapters are somewhat different from the others , which suggests that some people in those days already considered that this part should be separate from the others . the common practice , since the old days , was to divide " the tale of genji " into two parts ; ' the former part ' or ' the main part ' was " hikarugenji 's tale , " from the beginning to the chapter of ' maboroshi ' ( ' kumogakure ( demise ) ' ) , in which hikaru genji is a main character , and ' the latter part ' or ' sequel ' was " ujitaisho monogatari ( the tale of uji general ) " ( or " kaorutaisho monogatari ( the tale of general kaoru ) . " akiko yosano divided " the tale of genji " into two parts as before , but she proposed that the former part should be from ' kiritsubo ' to ' fuji no uraba , ' which has a positive atmosphere mainly describing the success and advancement of hikaru genji , while the latter part should be from ' wakana ' to ' yume no ukihashi , ' which has a negative atmosphere focusing on the agony of genji and his offspring . later some scholars accepted the dichotomy positively , and takuya tamagami divided the first part into two groups : the former group is from ' kiritsubo ' to ' fuji no uraba , ' and the latter group is from ' wakana ' to ' maboroshi ' ; kikan ikeda took these two ideas into consideration and claimed a new theory of a three-part structure in which the first part is from ' kiritsubo ' to ' fuji no uraba , ' the second part is from ' wakana ' to ' maboroshi ' and the third part is from ' niou hyobukyo ' to ' yume no ukihashi . ' this theory of the three-part structure later came to be widely accepted . moreover , nobuhiro shigematsu advocated a theory of a four-part structure , in which he asserted that the first part is from ' kiritsubo ' to ' akashi , ' the second part is from ' miotsukushi ' to ' fuji no uraba , ' the third part is from ' wakana ' to ' takekawa ' and the fourth part is ' ten quires of uji . ' additionally , kiyoshi sanekata claimed a theory of a four-part structure , and the first part is from ' kiritsubo ' to ' akashi , ' the second part is from ' miotsukushi ' to ' fuji no uraba , ' the third part is from ' wakana ' to ' maboroshi ' and the fourth part is from ' nioumiya ' to ' yume no ukihashi . ' among them , soshun takeda proposed that the first part should be divided into ' murasaki no ue series ' and ' tamakazura series , ' linking to it his theory of composition ( a theory that the tamakazura series was inserted into the work later ) . this division is accepted and adopted not only by those who agree with takeda 's compositional theory but also by those who don 't agree with the specific points of his theory . ( ' murasaki no ue series ' and ' tamakazura series ' are respectively called ' group a ' and ' group b , ' ' main group ' and ' side group , ' or the ' kiritsubo series ' and ' hahakigi series , ' based on the name of the first chapter in each group . also , the third part is often divided into the so-called ' three quires of nioumiya , ' from ' niou hyobukyo ' to ' takekawa , ' and the ' ten quires of uji , ' from ' hashi hime ' to ' yume no ukihashi . ' although it has already been mentioned above , the consecutive chapters are often gathered into one group and referred to as follows : hahakigi , utsusemi , yugao are referred to as the three quires of hahakigi . tamakazura , hatsune , kocho , hotaru , tokonatsu , kagaribi , nowaki , miyuki , fujibakama , and makibashira are called the ten quires of tamakazura . niou hyobukyo , kobai , takekawa are called the three quires of nioumiya . hashi hime , sigamoto , agemaki , sawarabi , yadorigi , azuma-ya , ukifune , kagero , tenarai and yume no ukihashi are called the ten quires of uji . these names are commonly used . sometimes the scenes in which a specific character takes a lively role are gathered up and referred to in the form of ' the tale of * * ' such as ' the tale of murasaki no ue , ' ' the tale of akashi , ' ' the tale of tamakazura , ' ' the tale of ukifune , ' etc . , but they aren 't necessarily groups of chapters . there is an opinion that it was murasaki shikibu who named the titles of the existent 54 chapters , but some people believe the name of each chapter has come about through posterity . no evidence has been found to confirm or deny the supposition as to whether the author applied the names or not . there is an opinion that the surviving chapter names came about through posterity because the existent chapters have different names , and if the author had designated the chapter names the other names wouldn 't occur . some people think that at least a few of the titles , such as ' yugiri , ' were applied by the author because the word ' yugiri ' ( more precisely , ' yugiri , concubine of the emperor ' ) which appears in the text ( tenarai ) , is based on the chapter 's name . the chapter names of " the tale of genji " were used for the incense ceremony genjiko incense or points of a fan-throwing game , and the court lady and yujo ( prostitute ) were willing to take the name ( professional name ) . phonetic notation of the chapter names very old manuscripts or ancient commentaries have the following phonetic notations of the chapter names : written in kana ( japanese syllabary characters ) partly written in kanji ( chinese ) characters はゝき木 ( yomei paperback ) ' hahakigi , ' すゑつむ花 ( yomei paperback ) ' suetsumuhana , ' もみちの賀 ( genji-shaku commentary ) ' momichinoga , ' 花のゑん ( genji-shaku commentary ) ' hananoen , ' 絵あはせ ( genji-shaku commentary ) ' eawase , ' とこ夏 ( okuiri interpretation ) ' tokonatsu , ' うき舟 ( okuiri interpretation ) ' ukifune , ' あつま屋 ( genji-shaku commentary ) ' atsumaya ' the one using chinese characters as a phonetic equivalent suma 陬麻 ( okuiri interpretation ) , ' ' suma 陬磨 ( genchusaihi-sho commentary ) , ' ' otome 未通女 ( okuiri interpretation ) , ' ' otome 乙通女 ( kakai-sho commentary ) ' the one seems to use a different notation . sakaki ' 賢木 ' and ' 榊 , ' asagao ' 朝顔 ' and ' 槿 , ' otome ' 乙女 ' and ' 少女 , ' nioumiya ' 匂兵部卿 ' and ' 匂宮 , ' yadorigi ' 寄生 ' and ' 宿木 ' moreover , some have very different names , such as ' kiritsubo ' in contrast to ' tsubosenzai , ' ' sakaki ' to ' matsugaura island , ' ' akashi ' to ' taking passage by boat coastline , ' and ' otome ' to ' hikage . ' origin of the chapter name as described below , the origins of the chapter names used for the tale of genji can be divided into several groups . the one that is derived from a word appearing in the chapter kiritsubo , ' ' sekiya , ' ' nowaki , ' ' umegae , ' ' fuji no uraba , ' ' nioumiya , ' ' kobai , ' etc . the one derived from the waka poem appearing in the chapter hahakigi , ' ' utsusemi , ' ' wakamurasaki , ' ' aoi , ' ' hanachirusato , ' ' miotsukushi , ' ' usugumo , ' ' tamakazura , ' ' tokonatsu , ' ' miyuki , ' etc . the one that satisfies both conditions at the same time yugao ' the one that is derived from a word appearing in the other chapter momijinoga ' the one that is changed from a phrase in the chapter hananoen flower party ' the one that is derived from an event described in the chapter eawase ' the one that uses the word of a probable chapter theme yume no ukihashi , ' ' kumogakure ' today the view of a three-part structure ( the first part : 33 chapters of ' kiritsubo ' to ' fuji no uraba ' ; the second part : eight chapters of ' wakanajo ' to ' maboroshi ' ; the third part : 13 chapters of ' nioumiya ' to ' yume no ukihashi ' ) is generally accepted , but various theories about its composition , generation , authorship and original form have been presented since old times . the following are the ones that seem to be particularly important : today it is generally considered that " the tale of genji " consists of 54 chapters . however , of all the existent chapter titles , ' kumogakure ' is the only one whose entire text is missing and the title alone has been passed down . thus , in regard to the concept of 54 chapters , there are two ways of counting . including ' kumogakure ' , whose title alone has survived , and ' wakana ' , which is not divided into two chapters , gives a total of 54 chapters . tradition has it that this idea had been widely accepted since before the middle ages . excluding ' kumogakure , ' ' wakana ' is divided into two chapters and the work makes 54 chapters . it came to be most likely after the middle ages . additionally , " the tale of genji " had been divided between the 37 chapters including ' kumogakure ' and 18 chapters of ' narabi ( parallel ) ' before the kamakura period , and there was a view that the tale consisted of 37 chapters ( excluding the narabi chapters ) ; or , it was sometimes counted as 28 chapters in total , taking all 10 chapters of the uji part as one chapter . it is thought that the idea of 37 chapters was based on 37 buddha statues , and the number 28 came from 28 hokekyo ( the lotus sutra ) . these are different only in terms of the approach to counting , but the scope of the tale is no different from the present form of " the tale of genji . " however , some materials indicate different numbers of chapters by including other chapters that do not exist today . there is a view that once " the tale of genji " had some ' lost chapters ' that are not found in the present " tale of genji . " first of all , it is questioned whether " the tale of genji " consisted of 54 chapters from the beginning . the present text doesn 't contain the scenes of the first love affair between hikaru genji and fujitsubo ( a ) , of the beginning of love between hikaru genji and lady rokujo ( b ) , and of princess asagao 's first appearance ( c ) . it is conjectured that these scenes should have been inserted between ' kiritsubo ' and ' hahakigi ' ( in fact , subsequent scholars wrote supplementary chapters to fill in the gap ) . a commentary of ' okuiri ' written by fujiwara no sadaie introduces the opinion that there once was a chapter of ' kakayakuhi no miya ' in this part , and many people such as kikan ikeda and saiichi maruya agree with that opinion . in short , there are three conjectures : ( 1 ) such a chapter didn 't exist from the beginning , and the author intentionally omitted scenes such as ( a ) , ( b ) , and ( c ) ; ( 2 ) ' kakayakuhi no miya ' existed but has been lost since a certain time ; and ( 3 ) ' kakayakuhi no miya ' was once written but at some time it was intentionally omitted by the author or deleted after a discussion between the author and another person ( saiichi maruya thinks that fujiwara no michinaga suggested that she delete it ) . there is also an opinion that ' kakayakuhi no miya ' is another name for ' kiritsubo . ' an ancient commentary known as " hakuzoshi " makes reference to chapters called ' sakuhito ' , ' samushiro ' , and ' sumori ' , and an old edition of the tale of genji that is said to have been copied by fujiwara no tameuji mentions chapters called ' norinoshi , ' ' sumori , ' ' sakurabito ' and ' hiwariko ' . the fact that chapter names and characters that cannot be seen today are repeatedly mentioned in this ancient commentary and in early editions of the work suggests that the chapter kakayahi no miya might still be in existence . moreover , " sarashina nikki " indicates the number of chapters of " the tale of genji " as ' more than 50 , ' but it is questionable as to whether the description means 54 chapters . there exist some old references like " mumyozoshi , " " imakagami ( the mirror of the present ) " and " genji ipponkyo , " which state that there are 60 volumes in " the tale of genji . " it is generally considered that the number 60 is derived from 60-volume tendai , of buddhist scriptures , but this conjecture is just an answer to the question ' where the number 60 came from ' and doesn 't verify whether there were in fact 60 chapters . moreover , the traditional belief that ' " the tale of genji " consisted of 60 chapters in total ' was passed down to some of the ancient commentaries in an expression that ' the tale of genji consists of 60 chapters in reality , and other than the 54 chapters circulating among the public , there are six chapters that only certain people are allowed to read . ' as is often the case with commentaries of " the tale of genji " in those days , ' genchusaihi-sho commentary , ' in which esoterica was written , existed separately in contrast to ' suigen-sho , ' which had general annotations ; thus there was the emergence of the idea that ' the text of " the tale of genji " would have had a similar experience , ' and 60 chapters of the esoteric " the tale of genji " came to be widely accepted , having a great influence on posterity . for example , ' six quires of kumogakure , ' a typical supplement of " the tale of genji , " has six chapters , so it has been considered that these six chapters bring the original 54 chapters to a total of 60 . the tale of genji with illustrations , ' a representative printed book of " the tale of genji " in the edo period , consists of 54 volumes of " the tale of genji , " three volumes of ' genji meyasu , ' one volume of ' poem quotation , ' one volume of ' genealogy ' and one volume of ' yamaji no tsuyu , ' making 60 volumes , while ' kogetsu-sho commentary of the tale of genji ' has 55 volumes of " the tale of genji , " including two books of ' wakana ' and a book of ' kumogakure ' and five books of ' kubimaki , ' consisting of ' genealogy , ' ' chronology ' and others , which together make a total of 60 volumes . " the tale of genji " has a volume called narabi no kan . " the tale of genji " had been divided between 37 chapters including ' kumogakure ' and 18 chapters of ' narabi ' before the kamakura period ( " utsuho monogatari " and " hamamatsu chunagon monogatari ( the tale of hamamatsu chunagon ( vice-councilor of state ) ) " have narabi , too ) . the ' okuiri interpretation ' and the " koan genji rongi commentary , " the latter of which was written in the kamakura period , have descriptions asserting that the reason is doubtful . there is a conjecture that all the stories became coherent if only certain chapters were taken away because some characters looked different in some chapters and the connections between episodes were sometimes awkward . according to the conjecture , murasaki shikibu wrote 37 chapters and the rest of the tale was added later to enhance the buddhist atmosphere in order to please the changing tastes of readers . this is according to ' the tale of genji catalogue - different name and narabi ' ( " literature and language , " june 1978 ) . other names for the chapters of " the tale of genji " are as follows : a kiritsubo - tsubosenzai b sakaki - matsugaura island c akashi - uratsutai d shojo - hikage e wakana ( 1-hakodori , 2-morokazura , 1 & 2-morokazura ) f nioumiya - kaoru lieutenant general g hashihime - ubasoku h yadorigi - kaodori i atsumaya - samushiro j yume no ukihashi - norinoshi teramoto focused on the descriptions in some books , which state that ' kaodori ' ( h ) is a name for narabi no kan , and he revealed that ' kaodori ' was the latter part or the ending of the present ' yadorigi , ' and made a supposition that ' morokazura ' was also part of ' wakana ' ( e ) . moreover , ( a ) and ( j ) suggest that ' kiritsubo ' had been divided into ' kiritsubo ' and ' tsubosenzai , ' respectively , and that ' yume no ukihashi ' was divided into ' yume no ukihashi ' and ' norinoshi , ' while the chapter of ' utsusemi ' in " okuiri interpretation " states it as such . one theory proposes that kagayaku hinomiya didn 't originally exist . narabi one consists of hahakigi with utsusemi . he tried to understand the meanings of these descriptions and concluded that ' kakayakuhi no miya ' didn 't exist independently but instead referred to the tale of fujitsubo , which is the present third paragraph of ' kiritsubo . ' he separated ' kakayakuhi no miya ' from ' kiritsubo ' and made the second chapter , thus considering it the main chapter while taking the chapters of ' hahakigi ' and ' yugao ' ( including ' utsusemi ' ) as narabi 1 and narabi 2 , respectively . in conclusion , teramoto showed that narabi and the main chapters could be a set , relating them to the formation or structure of separating or integrating the chapters . the order in which the chapters of " the tale of genji " would have been written is generally considered the same as the present order , starting with ' kiritsubo , ' but in this regard there have been various opinions since the old times . ancient commentaries of " rise of the tale of genji " and " kakai-sho commentary " state that " the tale of genji " was not started with the present opening chapter of ' kiritsubo , ' and tradition has it that the author started writing the ' suma ' chapter first at ishiyama-dera temple . however , these traditions have been told in relation to the tale that ' murasaki shikibu began writing to comfort her sorrow over the death of minamoto no takaakira , ' which is not true to the historical fact , or in a mysterious medieval folktale that murasaki shikibu was an incarnation of bodhisattva ; thus there have been many statements that deny them since old times , and they haven 't been taken as clues to consider the formation and structure of " the tale of genji " in the study of " the tale of genji " since modern times . akiko yosano advanced the theory that the writing of " the tale of genji " began with ' hahakigi ' and that ' kiritsubo ' would have been added later , effectively dividing " the tale of genji " into two parts ; she also expressed the view that the latter part of the book , starting from ' wakana ' , was written not by murasaki shikibu , but by her daughter dazai no sami . tetsuro watsuji concluded , ' anyway , it is totally clear that ' the tale of genji ' was not written in the order of the present text beginning with kiritsubo , ' depending on the analysis of the opening lines in the chapter of ' hahakigi . ' akio abe announced the supposition that the chapters from ' kiritsubo ' to ' hatsune ' were composed as follows : first the chapters of ' wakamurasaki , ' ' momijinoga , ' ' hananoen , ' ' aoi , ' ' sakaki , ' ' hanachirusato ' and ' suma ' were written , and after ' hahakigi , ' ' utsusemi , ' ' yugao , ' ' suetsumuhana ' were written all the chapters subsequent to ' suma ' were written , and ' kiritsubo ' was written around the time that ' otome ' was completed . however , his supposition wasn 't influential . soshun takeda applied the supposition made by akio abe to the overall first part of " the tale of genji , " and classified it into two parts of the murasaki no ue series and tamakazura series . if the murasaki no ue series is read consecutively , it also makes a consistent story and its ending is ' happily ever after , ' like a fairy tale . soshun takeda calls it the " ' ur-text ' of the tale of genji . " the events that occur in the murasaki no ue series are reflected in the tamakazura series , but the incidents in the tamakazura series are not reflected in the murasaki no ue series . the tamakazura series often has descriptions that are parallel in time with those of the murasaki no ue series . the characters that appear in the first part of " the tale of genji " are clearly divided between those who belong to the murasaki no ue series and those who belong to the tamakazura series , while the characters in the murasaki no ue series appear in both the chapters of the murasaki no ue series and tamakazura series ; however , characters in the tamakazura series appear only in the chapters of the tamakazura series . names such as hikaru genji and murasaki no ue , which are used in both series , are different between the murasaki no ue series and the tamakazura series . there is a clear distinction that the characters who have relations with hikaru genji are ' upper-class ' ladies such as murasaki no ue , fujitsubo and lady rokujo in the murasaki no ue series , while those who have relations with him are ' middle-class ' ladies such as utsusemi , yugao and tamakazura in the tamakazura series . many discrepancies of description occur when the murasaki no ue series changes to the tamakazura series or the tamakazura series changes to the murasaki no ue series ; such as the chapters between kiritsubo and hahakigi , the chapters between yugao and wakamurasaki , etc . the writing style is simple in the murasaki no ue series , while the descriptions in the tamakazura series have depth . this is because the tamakazura series , which was written later , reflects the author 's character as a more mature person . for these reasons the murasaki no ue series in the first part of " the tale of genji " was written first , and then tamakazura series was inserted all together . keijiro kazamaki assumed the existence of the chapters of ' kakayakuhi no miya ' and ' sakurabito , ' which do not exist in the present " the tale of genji " ; he claimed that it solved the problem of the ' differences ' between the ' narabi ' and ' tamakazura ' series in the takeda theory , and that ' narabi was the tamakazura series and was inserted later . ' saiichi maruya deepened this supposition in a conversation with sususmu ono , and argued the following two points : ( 1 ) group b is centered on utsusemi , yugao , suetsumuhana and tamakazura , and it has a commonality in that these chapters depict the failure of genji 's love ; ( 2 ) its writing style is more sophisticated than that of group a , and it has more deepened descriptions , which means after the first part of the group a gained a reputation , group b was written this time to describe the human touch of hikaru genji , who was like a perfect hero in the fairy tale ( genji in group a was described as such ) . also , group b provoked a feminist essay called ' appraising in a rainy night ' and an essay on narrative that made genji say , ' nihongi is only a part of our history , ' and they are very interesting . additionally , after the takeda theory , many opinions such as the takeda theory stating that " the tale of genji " was not written in the present order were advocated from various perspectives . the takeda theory was very influential and acquired many proponents , although it was strongly rejected by many people . the controversial points differed from one person to the next , but the following were held as the main points : there was an error in recognizing the facts in the background that supported the takeda theory : for example , the lines that characters in the tamakazura series appear in the chapters of the murasaki no ue series , such as suetsumuhana in the chapter on ' aoi . ' the fact that the main characters in the tamakazura series do not appear in the murasaki no ue series ' can be attributed to necessity in terms of composition . it is impossible to academically verify the subjective grounds such as that the descriptions are more sophisticated or less sophisticated , but takeda didn 't concretely examine these points in his thesis . at present , there is no outside material that allows us to discern how " the tale of genji " was composed , but descriptions such as " sarashina nikki " suggest that " the tale of genji " was read in the form of 54 chapters . therefore , the complete modern form of " the tale of genji " with 54 chapters should be accepted and appreciated despite the possibility that there might be some chapters that have yet to be found . the existence of the apparent missing part in " the tale of genji " is not because of the complicated compositional process as takeda claims , but it is due to the construction of a rich world by intentionally having ' an undescribed part ' instead of describing everything in detail . there is no distinction between the composition theory and the construction theory , so he argues by lumping them together . he argues that the composition theory is just ' a flight of fancy ' without grounds , even if it is admitted that there are differences in quality between the murasaki no ue series and the tamakazura series . after the chapter of ' nioumiya , ' it deals with the life of the offspring of hikaru genji and tono chujo ( the first secretary to the captain ) . particularly , the last 10 chapters are called the ' ten quires of uji ' ; the story takes place in kyo and uji city , mainly dealing with the romance between two otokogimi ( kaoru and nioumiya ) , and the three sisters of uji , containing buddhist thought . the authorship of the third part and ' ten quires of uji ' is very much in doubt . the following are the general points : the supposition presented by eiko kobayashi that , together with ' ten quires of uji , ' the chapters of ' nioumiya , ' ' kobai ' and ' takekawa ' were written by a different author and inserted into the work ; a conjecture that the ten quires of uji was written by daini no sami ( a daughter of murasaki shikibu , kenshi ) ; it is based on " kachoyojo , " a book written by kaneyoshi ichijo , and " seigen mondo , " a book written by fuyuyoshi ichijo . also , akiko yosano claimed that all the chapters after ' wakana ' were written by daini no sami . a conjecture of different authorship presented by biten yasumoto , based on the study conducted by the institution of statistical mathematics in the ministry of education , culture and sports ( the present ministry of education , culture , sports , science and technology ) , revealing that the frequency in the use of nouns and auxiliary verbs is different between the chapters before ' kumogakure ' and ' ten quires of uji ' . it is generally accepted that the third part was written by shikibu ( the long interval after finishing the second part might make a difference in diction and atmosphere , but it is not necessarily possible to attribute it to a different author ) . also , ' kobai ' and ' takekawa ' were said by scholars to be works of the other author , despite the common view . ( as for ' takekawa , ' it is also a conjecture advocated by soshun takeda and akiko yosano . ) a conjecture of short stories in ur-text of " the tale of genji " - ur-text of " the tale of genji " was a short story whose length was similar to that of ' wakamurasaki ' or ' hotaru . ' it is advocated by tetsuro watsuji . a conjecture of later insertion - a conjecture that some chapters were inserted into the work at a later time for example , a chapter of ' kiritsubo ' ( according to " hearsays books of the tale of genji " and akiko yosano ) , three chapters of ' hahakigi , ' ' utsusemi ' and ' yugao ' ( advocated by keijiro kazamaki ) , etc . some suppositions about the main theme the question of ' what the main theme in the tale of genji is ' has been argued in various ways since the old times ; the ' mono no aware ' japanese sentimental theory could be the most possible ' theme ' to represent the overall work of " the tale of genji " in one word , but to date there is no decisive view that is widely accepted . in the days of ancient commentaries it was attempted to explain the theme from the buddhist perspective , stating that ' it takes the 60-volume tendai as a model , ' or ' it represents the idea of isshin-sankan ( tendai-shu sect 's contemplation ) , and there were also many confucianist and taoist explanations based on the various old , respected chinese classics like " shunju history book , " " soshi " and " shiki chinese history book , " thus constituting the dominant view in those days . it is true that " the tale of genji " was influenced by the confucian philosophy and buddhism , but those interpretations were mainly made for the enlightenment of people at that time and it 's hard to say they were generated from the story itself ; thus they disappeared with the emergence of the ' mono no aware ' theory ( to be mentioned later ) . in relation to this , norinaga motoori claimed in " the tale of genji tama no ogushi ( a small jeweled comb ) " that " the tale of genji " shouldn 't be interpreted depending on the ' foreign theories ' of confucianism and buddhism , but that the work should be considered in and of itself , achieving the theory of ' mono no aware . ' this theory came to be widely accepted as a ' theme ' representing the overall work of " the tale of genji . " after the meiji period , sakutaro fujioka advocated a theory that ' the true aim of the tale of genji lies in making comments on ladies . ' since the meiji period , various efforts have been made along with the introduction of western literary theory , which was represented by the work of " the essence of novels " by shoyo tsubouchi , and to an extent some of them produced excellent results . however , an essential question was asked as to whether " the tale of genji " has a so-called ' theme ' in the context of western literary theory . people often doubted whether it was appropriate to apply the western literary theory to " the tale of genji " and whether the ' theme ' derived from the analytical method based on the western theory does make sense , so everybody would discuss it according to his or her interest . despite the continuous effort to seek a theme representing the whole world of " the tale of genji " in one word , it is hard to say they came to a conclusion that could be widely accepted , although some achievements which were agreed upon to some extent emerged , such as the anti-theory of a long continued descent presented by kuniaki mitani and a theory of fiction in " the tale of genji " as advocated by hideo suzuki . as the study becomes deeper and more specific regarding each part of " the tale of genji , " it becomes harder to find a consistent theme in the work ; therefore , circumstances arise in which ' each reader conceives his or her own theme . ' " the tale of genji studies corpus , " published by kazama shobo , co . ltd. from 1998 to 1999 , consists of 15 volumes in total , and the first two volumes deal with ' the theme of the tale of genji , ' collecting 17 theses ; however , they do not directly discuss the theme of the overall work but instead explore the theme of a specific chapter or a group of chapters that are often handled in the form of ' the tale of * * * * . ' the fujiwara and genji ( minamoto ) clans there are questions as to why , as a main character , " the tale of genji " set the genji clan , which was once made to have fallen from power by the fujiwara clan in the anna no hen conspiracy ( after the reign of emperor suzaku there was no empress from the genji clan but always from the norther house of the fujiwara clan , during the height of the fujiwara clan ( the author murasaki shikibu was also of the fujiwara clan , and the commentary of " japanese various families ' trees " says ' a court lady murasaki shikibu , ... mistress of michinaga , ' ) , why genji won the romance and why it described genji 's succession to the imperial throne ( including the question of why , in all the dynasty tales , the genji clan always wins ( for example , sagoromo chujo in " the tale of sagoromo " ) . as to these questions , sen fujimoto , a mystery writer , made a supposition that it was not murasaki shikibu of the fujiwara clan but takaakira minamoto of the genji clan who wrote " the tale of genji , " and motohiko izawa argued in " the paradoxical history of japan " that it was to console the vengeful ghost of the genji clan that had fallen , thereby holding a grudge . however , regarding these views the conflict between fujiwara and genji ( or other ) clans had already ended with the ' total victory of the fujiwara clan , ' and most of the political disputes in those days were struggles for power among the fujiwara clan , particularly between fujiwara no michinaga and his nephew , fujiwara no korechika . also , it is hard to say that there was a clan conflict between the fujiwara and the genji because of the facts such as fujiwara no michinaga 's wife was minamoto no rinshi , and such conflicts were within the scope of individual hostility ; consequently , most people consider that the premise of the questions is wrong . according to the theory of kikan ikeda , the manuscripts are divided into three groups . however , it has continued to be studied whether this classification is appropriate or not . aobyoshibon ( blue cover book ) line it was collated by fujiwara no sadaie . the name came from the blue color of the manuscript 's cover . it includes four chapters of " teikabon ( type of manuscript ) " in sadaie 's own handwriting . it is generally said to be approximate to the manuscript written by murasaki shikibu . kawachibon line ( kawachi book line ) it was collated by daikenmotsu ( duty ) minamoto no mitsuyuki and minamoto no chikayuki , father and son . the name was derived from the fact that they both had experience as kawachinokami ( governor of kawachi ) . most of them have the title " hikaru genji . " beppon ( different book ) it belongs to neither the ' aobyoshibon ' line nor the ' kawachibon ' line . it doesn 't refer to a particular line . it is generally considered to be the mixed text of the ' aobyoshibon ' and ' kawachibon ' lines , but some are thought to retain the form they had prior to classification by fujiwara no sadaie . however , the ones remaining in circulation are mixed . most of the books printed before modern times were confined to buddhist literature , and others were circulated in the form of manuscripts . also , when it was copied certain additions and revisions were made ; consequently , there were many mistakes in writing and pages out of order due to an error in binding , and there were 21 different versions of the manuscript during the kamakura period . therefore , fujiwara no sadaie tried to recover the original form and made a classification , which brought forth manuscripts of the ' aobyoshibon ' line . however , only four chapters of the work in sadaie 's own handwriting have survived , and the number of variant texts continued to increase , reaching more than 100 during the muromachi period . typography was introduced to japan in the late sixteenth century , and old-type edition of " the tale of genji " ( ten lines , large characters ) was first published during the keicho period ( 1596-1615 ) . today it is conserved in the ryumon bunko library , jissen women 's university library and the national diet library . reference no original manuscript of " the tale of genji " written by murasaki shikibu can be found to exist . also , according to " murasaki shikibu diary , " there should have been fair copies of murasaki shikibu 's original text made by calligraphers in those days , but they don 't exist either . according to " murasaki shikibu diary , " when the author was writing the original text there existed certain lines of manuscript such as sokobon ( draft ) and seishobon ( clean copy ) , and each of these was brought into circulation , which includes an unexpected case of michinaga 's taking the sokobon ( which the author had ) without permission ; therefore , the text of " the tale of genji " was passed down through a complicated process from the beginning . no manuscript that is certain to have been written during the heian period has been found , and the number of manuscripts copied from the manuscript during this time is very small . people therefore question whether , if some existent manuscripts are studied closely , a single text will be found out nor not . thus it is now considered nearly impossible to restore the original text that murasaki shikibu had written . " the tale of genji emaki , " which seems to have been made in the late heian period , has some texts similar to " the tale of genji " as kotobagaki ( notes ) along with the pictures , and they include some texts that are the same as the present " the tale of genji " in rough outline but are not seen in any existent manuscript . this text is the oldest among the existent texts of " the tale of genji , " but it could be a summary of the work considering the fact that it was ' kotobagaki of emaki ' ; therefore , it is doubtful that the text is true to the original " the tale of genji , " and it is considered unsuitable for the material of the text study . it seems that " the tale of genji " circulated widely and was copied into many manuscripts soon after its completion . " the tale of genji " after the kamakura period was treated as an important intellectual source of classic knowledge , and in those days it was a general practice that manuscripts would be copied carefully from a reliable manuscript that could be the shohon ( premised book ) and completed after collation ; however , in the heian period stories like " the tale of genji " were diffused widely and many manuscripts were made , and among them was a manuscript made by upper-class people such as minamoto no reishi . however , tales were ranked as ' fantasy ' and ' amusements for women and children , ' and such assessments were quite low compared with private collections of poetry much less an official collection of poetry such as a collection of poems by imperial command . because of this , it seems to have been common that additions and revisions were freely made when the text was copied in those days . some scholars state that the author murasaki shikibu was a daughter and wife of zuryo rank , which was not a high rank in the hierarchy of those days , and this meant people would copy her work less faithfully . in " sarashina nikki , " the author ( daughter of sugawara no takasue ) wrote that she got a chance to read a part of " the tale of genji , " and wanted to read the entire work from the first chapter , which suggests that extended writings such as " the tale of genji " didn 't necessarily circulate as complete sets . in the time when the manuscripts were made by people , it was not unusual that people copied only a part of the whole book which they wanted to keep , or have somebody read . as a result , many different manuscripts of " the tale of genji " had existed since the late heian period to the early kamakura period , but each of them was different and it was not certain which one maintained the original form . two significant movements as to the text of " the tale of genji " arose from the late heian period to the early kamakura period , when the work was being changed from just ' amusements for women and children ' into a classic as an important source of culture ( composing poems ) along with " kokinwaka shu ( collection of ancient and modern japanese poetry ) . " one was caused by fujiwara no sadaie , who completed a text of the ' aobyoshibon ' line ; and the other was due to kawachi school , which completed a text of the ' kawachibon ' line . after that , in the many years that passed until the ' beppon ' line began to be reevaluated the end of the twentieth century , arguments concerning the text of " the tale of genji " were fought over these two lines . both efforts were made to set the disturbed text in the " the tale of genji " in the right order , but the results turned out to be slightly different . compared with ' kawachibon , ' the present ' aobyoshibon ' has many incompatible parts , and ' kawachibon ' helps make them coherent . this is because ' kawachibon ' was revised positively to make the obscure lines clear , while ' aobyoshibon ' was revised due to a policy of staying as close as possible to the original text . it has been considered that this corresponded to the exact opposite conclusions drawn by fujiwara no sadaie and minamoto no mitsuyuki in the context of nearly the same material and with the recognition that ' the existence of different texts make it difficult to find out which one is correct ' : sadaie said , ' it was impossible for me to solve the question , ' and mitsuyuki said , ' i was able to solve the question completely after various investigations were conducted . ' however , questions have been raised concerning whether fujiwara no sadaie 's ' aobyoshibon ' line had in fact been altered because a close examination in recent years of his attitude toward making manuscripts for other classics like " the tosa diary " revealed that he sometimes revised the text of his own accord . of these two lines of text , ' kawachibon ' was overwhelmingly dominant during the kamakura period , and ryoshun imagawa said , ' aobyoshibon disappeared . ' the most plausible reason for it was that ' kawachibon ' was easier to use than ' aobyoshibon ' because it was hard to understand the plot and characters ' feelings in ' aobyoshibon , ' which contains obscure parts and discrepancies rather than ' kawachibon , ' which didn 't contain ( or seem to contain ) conflicts . all the same , ' aobyoshibon ' became dominant and ' kawachibon ' receded because , since the middle of the muromachi period , ' aobyoshibon ' came to be considered truer to the texts of old times by the sanjonishi family , which was in the line of fujiwara no sadaie . however , ' aobyoshibon ' of the sanjonishi family line was a text that was mixed with ' kawachibon ' as compared with the authentic ' aobyoshibon . ' since the edo period , " the tale of genji " began to be published in printed book form and became widely diffused among affluent common people . printed books such as ' the tale of genji with illustrations , ' ' shusho ( headnote ) the tale of genji , ' and ' kogetsu-sho commentary of the tale of genji ' were the mixed text of the ' aobyoshibon ' line of the sanjonishi family in a broad sense , which was the most dominant in those days , along with ' kawachibon ' and ' beppon . ' it was already known that text would differ between a manuscript and the printed book , but while norinaga motoori pointed out the differences he didn 't make a further study of the texts . @ since the meiji period , manuscripts began to be set in type for printing and publication . at first , books were only printed in plain type in the edo period , but gradually versions older and closer to the original handwritten texts came to be requested . in 1914 , following a dispute over whether the ' shusho tale of genji ' or the ' kogetsu-sho commentary of the tale of genji ' had the better quality text , a revised edition of " the tale of genji " was published by yuhodo bunko paperback library and was widely circulated . before long , around the late meiji period , the academic study of text was being conducted in earnest . many old manuscripts such as ' oshimabon ( oshima book ) , ' which is a manuscript in the ' aobyoshibon ' line , and the ' kawachibon ' line manuscripts ( which had already been considered lost in those days ) were found , and these manuscripts were compared from the academic perspective . as a result , kikan ikeda published " the tale of genji match-up " and " the tale of genji match-up corpus . " kikan ikeda classified many gathered manuscripts into three lines : the ' aobyoshibon line , ' ' kawachibon line ' and ' beppon , ' a group of manuscripts that don 't belong to either of the aforementioned lines . although the ' aobyoshibon ' and ' kawachibon ' manuscripts were referred to in the ancient commentaries , only their names were well known and it can be said that their actual existence was first revealed during this time . these three groups came to be widely accepted as a plausible view , and were considered to be in accordance with the study in various respects . to decide which manuscript should be classified into which group , ikeda took seriously the outward form of the manuscript such as okugaki ( the part of the manuscript having information such as who made a copy , when it was made , which book it was copied from , etc . ) however , it should be noted that there is a question as to whether the manner of grouping is reasonable as a classification of the text itself based on its historical situation or its outward form , and in the first place , even though it was true that ' aobyoshibon ' and ' kawachibon ' were made , it is questionable whether it was really necessarily to sort them as a line of the text . this is how these three groups came to be questioned by the following study , but for the meantime it is tentatively considered to be valid . the view in favor of reconsidering these three groups is as follows : according to akio abe , ' the question if it is appropriate or not to classify the manuscripts into aobyoshibon and kawachibon according to their okugaki should be asked after comparing the texts and determining the existence of such group of text . to classify the manuscripts by okugaki in avoidance of the process means less than the tentative work of a previous stage in the work of comparing the texts themselves . ' there is also an opinion that ' if the aobyoshibon were true to the text that had existed before , aobyoshibon would be one of the beppon , in contrast to kawachibon , which is a mixed text newly made ; therefore , the lines of the text of the tale of genji shouldn 't be divided into the three of aobyoshibon , kawachibon and beppon , but instead into the two groups of beppon and kawachibon . ' the real existent manuscript made in the old times usually didn 't take a perfect form when it was completed but would instead be missing a part or would combine another manuscript to make up for the missing part , and it was often collated with the manuscript having a different line of text . also , there are manuscripts copied from the manuscript in such a condition , so they already had different lines of text in each volume when they were first completed . for example , ' oshimabon , ' which was handwritten by masayasu asukai , is considered to have the best quality of all the manuscripts of the ' aobyoshibon ' line and is still used today as the original text for many revised books . unfortunately , it is missing the chapter ' ukifune ' and so includes only 53 chapters . just like the other chapters , the ' hatsune ' chapter is in masayasu asukai 's handwriting , but the text itself is like the ' beppon ' manuscript rather than the ' aobyoshibon ' one . the first and last chapters , ' kiritsubo ' and ' yume no ukihashi , ' were written by others at a later date . also , many traces of additions and revisions can be recognized in most volumes but the contents mostly seem to be based on the ' kawachibon ' line . first of all , here is a list of recensions that focused on the revision of the text and applied through matching : other than these , the major manuscripts were respectively reissued . " the tale of genji match-up " ( 4 vols. complete ) kikan ikeda ( chuokoron-sha , inc . , 1942 ) " the tale of genji match-up corpus " ( match-up edition ) kikan ikeda ( chuokoron-sha , inc . , 1953-1956 ) " kawachibon of match-up corpus of the tale of genji " yosuke kato ( kazama shobo , co . , ltd . , 2001 ) isbn 4-7599-1260-6 " genji betsubon , another tale of genji corpus " ( 15 vols. complete ) haruki ii et al . genji betsubon , another tale of genji corpus publication ( ofu , march 1989 to october 2002 ) " genji betsubon , another tale of genji corpus 2 " ( to be published in 15 vols . ) haruki ii et al . genji betsubon , another tale of genji corpus publication ( ofu , since 2005 ) the following annotated versions have been published : most of them include recensions , and some have comparative modern translations . also , soft-cover editions that simplified content such as notes , as well as paperback editions , were published by the same publishers . these are all based on the manuscript of the aobyoshibon line , particularly oshimabon , except the ( old ) " an anthology of classical japanese literature " ( and the iwanami paperback library of the light-type edition ) , which was based on sanjonishikebon . " the tale of genji , " a complete book of japanese classic ( seven volumes , complete ) written by kikan ikeda ( the asahi shinbun company , 1946 to 1955 ) " the tale of genji , " an anthology of classical japanese literature ( five volumes , complete ) tokuhei yamagishi ( iwanami shoten , publishers , 1958 to 1963 ) " exegesis of the tale of genji " ( complete in 12 volumes , with two supplements ) takuya tamagami ( kadokawa group publishing co . , ltd . , 1964 to 1969 ) " the tale of genji , " the complete works of classical japanese literature ( six volumes , complete ) akio abe et al . ( shogakukan inc . , 1970 to 1976 ) " the tale of genji , " shincho collection of classical japanese literature ( eight volumes , complete ) joji ishida ( shinchosha publishing co . , ltd . , 1976 to 1980 ) " the tale of genji , " complete translation of japanese classics ( 10 vols. complete ) akio abe et al . ( shogakukan inc . , 1983 to 1988 ) " the tale of genji , " new anthology of classical japanese literature ( five volumes , complete ) shinsuke murofushi et al . ( iwanami shoten , publishers , 1993 to 1997 ) " the tale of genji , " new edition of japanese classic literature complete works ( six volumes , complete ) akio abe et al . ( shogakukan inc . , 1994 to 1998 ) characters in the tale of genji " the tale of genji " has an enormous number of characters , so only the major figures will be mentioned here . the characters of " the tale of genji , " whose real names are revealed , are only fujiwara no koremitsu and minamoto no yoshikiyo , who are the retainers of hikaru genji , and most of the characters such as hikaru genji are known only by their ' nicknames . ' additionally , there are two types of characters ' names in " the tale of genji " : one is the name that appears in the tale , and the other is the name that doesn 't appear in the work itself but has been generated in the process of accepting the work . also , the characters ' names in the work seem to be followed by the social custom in those days , and they are called by their ranks and places of dwelling , or by general honorific titles such as ' ichi no miya ( first imperial prince ) , ' ' onna sannomiya ( third imperial princess ) , ' ' oigimi ( oldest sister ) ' or ' kogimi ( youngest child ) . ' therefore , readers often must infer who the character is from the situation ; the same character is sometimes called a different name in the work , or even in the chapter , while the same name refers to a different character , depending on the scene . hikaru genji , a main character in the first and second parts a child of kiritsubo no mikado and kiritsubo koi , the second son of kiritsubo no mikado he was degraded and given the family name of minamoto . he is forced to seclude himself in suma , but later he returns to his home and is elevated to jun daijo tenno ( quasi retired emperor ) , thus being called rokujoin . in the original text he is called ' kimi ' or ' in . ' his wives are aoi no ue , onna sannomiya and murasaki no ue , who is virtually a legal wife . his children are yugiri ( mother , aoi no ue ) , emperor reizei ( mother , empress fujitsubo , considered a son of kiritsubo no mikado ) and empress akashi ( empress of kinjo no mikado 's ( the tale of genji ) mother , lady akashi ) . his daughters-in-law are empress akikonomu ( a child of lady rokujo ) and tamakazura ( the tale of genji ) ( a child between naidaijin and yugao ) , and he has an ostensible child , kaoru ( a child between kashiwagi and onna sannomiya ) . kiritsubo no mikado , father of hikaru genji . his other children who appear in the tale are emperor suzaku ( later called suzakuin ) , hotaru hyobukyo no miya and hachi no miya . his youngest son , emperor reizei , is not his biological son but the son of genji . kiritsubo koi , koi of kiritsubo no mikado she died young when genji was three . fujitsubo , the imperial princess of the retired emperor of kiritsubo no mikado because she looks exactly like kiritsubo koi , she is ordered to stay in kokyu ( the palace ) after the death of koi . she commits adultery with genji and bears the child that will one day become emperor reizei . aoi no ue , the daughter of the minister of the left , and genji 's first wife she is older than genji . her mother omiya is a sister of kiritsubo no mikado , and she is a cousin of genji . the couple has lived in discord for a long time , but she becomes pregnant and bears yugiri . she provokes lady rokujo 's wrath in the struggle to obtain a place to house gissha , and is killed by a wraith . to no chujo , the child of the minister of the left , and older half brother of aoi no ue he is genji 's friend and rival . he is always forestalled by genji in romance , promotion , etc . his children are kashiwagi , kumoi no kari ( yugiri 's wife ) , kokiden no nyogo ( nyogo of emperor reizei ) , tamakazura ( child of yugao , higekuro taisho 's wife ) , omi no kimi , etc . he is the only character that does not have a consistent name . lady rokujo , the concubine of retired togu ( older brother of kiritsubo no mikado ) of kiritsubo no mikado lover of genji she loves genji deeply , but she bears a grudge against genji and has killed aoi no ue . she has a daughter , saigu , by the retired togu , and later the daughter becomes genji 's daughter-in-law , entering the kokyu of emperor reizei and thus becoming empress akikonomu . genji reforms the residence of lady rokujo after her death , and makes a grand residence ( the name of rokujoin comes from this ) . murasaki no ue , a niece of empress fujitsubo , a daughter of hyobukyo no miya when she was a child she was discovered and brought up by genji , but after the death of aoi no ue she becomes a virtual wife of genji . she doesn 't have a child by genji but instead adopts empress akashi as her daughter . in her later years , onna sannomiya becomes genji 's wife , but then she becomes estranged from him , sensing the uncertainty of life . lady akashi , a daughter of akashi nyudo when genji is unfortunate , she becomes his lover and bears the child that will become empress akashi . she reluctantly gives her daughter to murasaki no ue , but after she formally enters dairi castle where she becomes her daughter 's guardian . suetsumuhana , a daughter of hitachi no miya she becomes a lover of genji , having been introduced by taifu no myobu ( wife of a government official ) , but she is an ugly , thin woman whose nose is as long as an elephant 's , and the tip of her nose is red . in the work she is described as the ugliest woman . onna sannomiya , the third daughter of suzakuin , a niece of genji she is a niece of empress fujitsubo , and as suzakuin hopes , she becomes genji 's second wife in his later years . a mild character she has a sexual relationship with kashiwagi , and bears kaoru . kashiwagi , the oldest son of naidaijin ( minister of the center ) ( the tale of genji ) he wants onna sannomiya but fails , and after she has become genji 's wife he has a relationship with onna sannomiya at rokujoin . later it is revealed and he makes genji angry , and dies in despair . yugiri , the oldest son of genji ( the tale of genji ) his mother is aoi no ue . he is brought up in her mother 's residence for a while after her death , but later he is taken to rokujoin and brought up by hanachirusato . he grows to love his two-year-older cousin kumoi no kari , a daughter of naidaijin , and eventually he marries her . after the death of kashiwagi , he falls in love with kashiwagi 's wife ochiba no miya and forces her to marry him . kaoru , a main character of the third part he is a child between genji ( the truth is kashiwagi ) and onna sannomiya . he gets the nickname because he has a sweet smell from birth . he has romances with uji no hachi no miya no oigimi and , after her death , with naka no kimi and ukifune . nioumiya , a child between kinjo no mikado and empress akashi he leads a licentious life due to his status as the third son of the emperor . he bares feelings of rivalry toward kaoru and becomes obsessed with incense , thus earning the nickname nioumiya . he makes uji no hachi no miya no naka no kimi his wife , overcoming the opposition around him , but he also becomes interested in ukifune , his younger sister by a different mother , and takes her away from kaoru , knowing he loves her . ukifune , a daughter whom hachi no miya has a court lady bear her mother gets married , and she goes down to hitachi province with her stepfather and grows up there . she is placed in a dilemma between kaoru and nioumiya and suffers greatly ; she tries to commit suicide by drowning but is rescued by yokawa no sozu ( high priest of yokawa ) . the original text of " the tale of genji " is very difficult for present-day japanese people to read without special education , so it can be said that many people are more familiar with modern translations such as the best-selling work by jakucho setouchi . it is probably translated the most among the works of japanese classic literature because of its rich content , and characteristically it has been translated by many authors . these translations are often called ' * * * * genji ' after the translator such as ' yosano genji ' and ' tanizaki genji . ' " the tale of genji " has been translated into many languages as a representation of japanese literature . with relay translations and abridged translations taken into account , it has in fact been translated into more than 20 languages . english translation the first translation into a foreign language was probably an english translation made by kencho suematsu . it was completed when he was in cambridge , england , and was published in 1882 . however , it was an abridged translation , and the quality was poor , so it didn 't attract very much attention ( waley , as mentioned later , seems to have read it ) . today this is read by only a few scholars . eventually , " the tale of genji " was seriously introduced to the western world by arthur waley , of the bloomsbury group . the first volume containing the text from ' kiritsubo ' to ' aoi ' was published in 1925 , and it was completed with the 1933 publication of the sixth volume containing ' yadorigi ' to ' yume no ukihashi . ' waley was a literary talent as well as a linguistic genius . thanks to his translation , " the tale of genji " became popular among readers , and in the process it became a topic of discussion in literary circles . among the readers was virginia woolf , who was also a member of the bloomsbury group . it is said that the high acceptance of " the tale of genji " was due to the atmosphere of the time . in those days , psychological novels became popular in the western world . " the tale of genji " has a style similar to so-called ' stream of consciousness , ' which was a contributing factor in its wider acceptance and high reputation . the translation by waley has been translated into various languages throughout the world . waley made a free translation using a flowery style that was suitable to the tastes of literary circles in those days . however , he omitted many sentences , and mistranslations have been pointed out . edward seidensticker , a scholar of japanese literature , translated the work ( 1976 ) and corrected the flaws in waley 's translation ; he endeavored to approximate the original text by removing overly decorated translation and adjusting to the postwar literary tendency . a translation by royall tyler ( 2001 ) enhanced this inclination with academic precision and copious notes . another important english translation is that of helen mccullough ( 1994 ) , although it is an abridged translation . french translation in france , rene sieffert , an authoritative scholar of japanese studies , produced a translation ( which was published in 1988 ) . today it remains the only complete translation in french-speaking countries , and the quality of translation is quite excellent ; therefore , the work has gained a reputation . german translation oscar benl translated the original text , and it is also considered to be an excellent translation . russian translation there is a translation by tatyana sokolova-delyusina . czech translation karel fiala , a professor at fukui prefectural university , is currently translating the work . finnish translation mrtti turunen , a member of the house of councilors , made a finnish translation ( although abridged ) , which was published in 1980 . swedish translation an abridged translation of the english translation by arthur waley was published in 1927 . dutch translation another abridged translation of the english translation by arthur waley was published in 1930 . italian translation again , in 1944 , an abridged translation of the english translation by arthur waley was published . chinese translation fen zi-kai made a complete translation , " the tale of genji , vols . 1 , 2 and 3 , " from the original text ( jinmin bungaku gepposha , 1980 to 1982 ) . additionally , there is a translation entitled " the tale of genji , vols . 1 and 2 " by lin wen yue in taiwan ( zhong wai wen xue yue kan she , 1982 ) . korean translation chon yon haku 's translation and yu gyon 's three-volume translation " iyagi , tale of genji " ( nanamu publisher , 2000 ) are currently available . the influence of " the tale of genji " in the old and middle times can be roughly divided into two terms . the first term is until the early part of the cloister government period , and the second is from the establishment of the tanka poetry circles of the cloister government period until the time that " new collection of ancient and modern " was presented to emperor . in the first term , " the tale of genji " was widely read as an interesting novel by both the upper and lower classes in aristocratic society . a common dream of the himegimi ( daughters of persons of high rank ) in those days was to enter the kokyu ( a section of the imperial palace where the imperial family and court ladies lived ) and gain the love of the mikado ( emperor ) , thus being elevated to empress ; accordingly , " the tale of genji " satisfied such ladies as it had as its protagonist a member of the genji clan who was a direct descendant of the emperor that lived in a kind of pseudo-kokyu and loved all women without distinction . the work was also welcomed by court nobles as an appealing work that offered a close observation of human psychology , love , and aesthetics . such circumstances detailed in " sarashina nikki , " by a daughter of sugawara no takasue . as there had existed excellent works and many readers who preferred them , the reception of " the tale of genji " became a factor in the establishment of succeeding novels . the biggest characteristic in the history of acceptance for " the tale of genji " at the midpoint of the medieval ages could be that it encouraged the emergence of certain kinds of works that inherited its style , world and narrative structure . many tales composed from the eleventh to twelfth centuries clearly discarded the tradition before " utsuho monogatari " and depended instead on " the tale of genji , " in that they had careful narration , excellent psychological descriptions , detailed descriptions rather than eventful stories , and a tendency toward lyricism and refinement . the excessive inclination generated the name of an epigone of " the tale of genji , " but works such as " hamamatsu chunagon monogatari , " " the tale of sagoromo " and " awaken at midnight " established a distinctive world , inheriting " genji , " so it would be worthwhile to evaluate this trend as the ripening of dynastic stories . ( moreover , it is known that a formula of the late dynastic story , i.e. an epigone of " the tale of genji , " was due to the strong influence of kaoru 's character formation rather than that of hikaru genji ( see also ' the third part ' of the summary of each chapter of " the tale of genji " ) . it had been already considered a classic in the late heian period , and in " six hundreds set of poetry match , " " the tale of genji " led fujiwara no toshinari to say , ' i 'm very sorry for poets who do not read the tale of genji , ' so that it was considered an accomplishment necessary for a poet or court noble . around this time , it was becoming difficult to read the original text in the course of changing language and culture , so commentaries to add the study of poetry quotations and historical events , and explanations of difficult words were generated . while in the course of spreading buddhism the idea emerged that ' murasaki shikibu , who wrote fantasies of love affairs and caused many people to become misled , must have been fallen into hell ( buddhism ) , ' and the rite called the ' buddhist ceremony for murasaki shikibu 's soul ' was often held in order to save her . this was eventually linked with the legend of ono no takamura . during the late edo period , contrary to the popular chinese literature in those days , cheap novels such as " nise murasaki inaka genji ( the tale of genji in the muromachi period ) " ( by tanehiko ryutei ) were written , which was turned into kabuki , and a lot of ' genjie paintings ' ( a kind of ukiyoe ) were made , thus triggering the boom , but they soon disappeared with the emergence of the tempo reforms . after the meiji period , many people tried to make modern translations , and translations by akiko yosano and junichiro tanizaki were published several times ; however , beginning in the early showa period the government prohibited the production or performance of stories adapted from the scene of a secret meeting of hikaru genji and fujitsubo due to the reason that ' it includes a scene insulting to the imperial family , ' so even the translation was restricted more than a little . after the war , the restriction was abolished and translations by fumiko enchi , seiko tanabe , jakucho setouchi and so on were published . in addition to translations true to the original text , various freely translated novels making radical interpretations were written , as represented by " the tale of yohen genji " by osamu hashimoto , and some have tried to turn it into a manga comic like " asaki yume mishi ( not having a dream ) " by waki yamato and " maro , " by yoshihiro koizumi . today , a similarity between " the tale of genji , " games for adults with pure love stories , and harem cartoons has been jokingly pointed out , but in the muromachi and edo periods there already existed articles asserting that ' " the tale of genji " was an obscene book , so people shouldn 't let children read it . ' " the tale of genji " has had significant influence in foreign countries . marguerite yourcena wrote a short story as a sequel to " the tale of genji , " based on her high assessment of humanity as displayed in the work . in 2008 , various events called " the millennium of ' the tale of genji ' " were scheduled to be held , centering on kyoto city . historical commentary many commentaries on " the tale of genji " have been made since the late heian period . among the commentaries on " the tale of genji , " the ones made before the meiji period are particularly called ancient commentaries . generally speaking , the ones from " genji-shaku interpretation " to " kakai-sho commentary " are called ' ancient ' commentaries , the ones from " kachoyojo " to " kogetsu-sho commentary " are called ' old ' commentaries , and the ones after that till the late edo period are called ' new ' commentaries . the early commentaries like " genji-shaku " and " okuiri interpretation " were not originally independent but were added at the end of the manuscripts , and later they were gathered up into an independent book . +murasaki shikibu ( dates of birth and death unknown ) was a female author and poet in the mid-heian period . she is well known as the author of " the tale of genji . " she is one of the chuko sanjurokkasen ( medieval 36 immortal poets ) . her poem , ' i met a friend after so long , who went back in a hurry before i recognized his face ; like the moon goes behind a cloud at a blow ' was selected for " ogura hyakunin isshu ( one hundred poems by one hundred poets ) . " she was from the fujiwara clan , and her name as a court lady was ' fuji shikibu ( murasaki shikibu ) . ' she acquired the sobriquet of ' murasaki ' from the name of the heroine ' murasaki no ue ' of " the tale of genji , " and ' shikibu ' refers to her father 's position as shikibutaijo ( aide of ceremonials ) . murasaki shikibu 's real name is unknown , but it is assumed that she was the ' fujiwara no kaoriko / takako / koshi , ' who became shoji ( ranked ) on january 29 , 1007 , which was described in ' mido kanpakuki ( fujiwara no michinaga 's diary ) . ' however this view is generally based on the other assumptions , which are said to contain errors in the process of making inferences , so it remains a matter of conjecture . also , her dates of birth and death are unknown , but it is suggested that she was about 30 years old in 1008 , based on historical materials and her works ; by counting backwards from that age , she would have been born around 979 and died around 1016 . tradition has it that she liked sardines , which was unusual for aristocracy , but this episode is based on a story of izumi shikibu in ' sarugenji no soshi ( the sarugenji book ) , ' so it seems to have been made up by someone at a later date . she was a daughter of fujiwara no tametoki , governor of echigo province , and her mother was a daughter of fujiwara no tamenobu from settsu province , but she lost her mother when she was little . fujiwara no nobunori was her brother by a different father , and apparently she also had an older sister . fujiwara no sadakata , sanjo udaijin ( sanjo minister of the right ) , and fujiwara no kanesuke , tsutsumi chunagon ( vice-councilor of state ) , were her paternal great grandfathers , and she had many relatives who were known as talented writers . there are many anecdotes stating that , since her childhood , she had had more talent for reading chinese classics than women were required to have in those days . it is generally considered that she wrote both " the tale of genji , " which consists of 54 chapters , and " murasaki shikibu diary , " which was about her days in service to the imperial court , as well as " collection of murasaki shikibu 's works . " her father , fujiwara no tametoki , obtained employment as a reader in togu ( the palace of the crown prince ) while in his thirties , and when the crown prince became emperor kazan he was promoted to the post of kurodo ( chamberlain ) and then to shikibutaijo ; however , when the emperor became a priest , he lost his job . ten years later , as a consequence of dedicating a poem to emperor ichijo , he became a governor of echizen province . murasaki shikibu , during her childhood , spent two years in the place of her father 's assignment . in about 998 , she married a governor of yamashiro province fujiwara no nobutaka , who was old enough to be her father ; in 999 she bore him a daughter , fujiwara no kataiko / kenshi , but this marriage life didn 't last long because nobutaka died soon afterward . in december 29 ( according to the lunar calendar ) of 1005 , she began serving the empress of emperor ichijo fujiwara no shoshi / akiko ( the oldest daughter of fujiwara no michinaga , and later given the name of the retired emperor jotomonin ) as a court lady-cum-tutor , and she served the empress at least until 1011 . there is a poem created by ise no taifu , ' some time ago , double-flowered cherry trees bloomed in the colorful capital of nara ; today they bloom in kuju castle in this capital of kyo , as they did before , ' which was collected in " shika wakashu ( collection of poetry ) " ; the poem was written in dedication to the empress along with yaezakura ( double cherry blossoms ) presented to the imperial court ; however , according to " ise no taifu shu ( private collection ) " it was supposed to be a duty of murasaki shikibu , but she delegated the duty to a newcomer , taifu . the last description about murasaki shikibu appears in " shoyuki , " the diary of fujiwara no sanesuke , dated may 25 ( lunar calendar ) 1014 , saying that ' as " a daughter of tametoki , who was a governor of echigo province , " she conveyed a message from the wife of the retired empress shoshi to sanesuke . ' therefore it is widely believed that she died between 1012 and 1016 , in the reign of emperor sanjo , but some people disagree . also , tradition has it that murasaki shikibu 's grave can be found at murasaki no nishigoshoden-cho ( horikawa kitaoji kudaru , west side ) , kita ward , kyoto city . today , the bank of japan 's d-note of 2,000 yen has a portrait of murasaki shikibu and a part of " the tale of genji emaki ( picture scroll ) " on its back side . her name appeared in the great historical figures calendar of the united nations educational , scientific and cultural organization ( = unesco ) , and she was the only japanese to be thus enrolled . you can read some comments about her contemporary famous court ladies . above all , a comment about sei shonagon , the author of the pillow book , is the most famous ( the following is a free translation ) : sei shonagon is a jerk who acts proudly . chinese characters , she blots in a wise , have full of mistakes . ' ( " murasaki diary " kurokawabon ( type of manuscript ) ) " will the life of a person with such insincerity be better in the future ? " ( from " murasaki diary " kurokawabon ) these comments are quite severe and can be said to be almost backbiting . these descriptions have been brought into conversation with various conjectures and curiosity ( murasaki shikibu was jealous of the talent of sei shonagon , etc . ) up until recently . however , these two people were distant in age and served the imperial court in different times ( nearly a decade ) , so they seem not to have known each other . she wrote some positive comments about her contemporary female poets , izumi shikibu ( ' her behavior is not good , but her poems are excellent , ' etc . ) , and akazome-emon . emperor ichijo had a court lady read aloud " the tale of genji , " at which he praised the author , saying she must have been an eager reader of nihongi ( according to " shoku-nihongi ( continuation of chronicles of japan ) , " whereby nihongi refers to " nihonshoki ( chronicles of japan ) " ; thus some people claim that " nihongi " in this context means " nihonshoki " ) . because of this , murasaki shikibu was given the nickname ' nihongi no otsubone , ' but it is widely thought that the emperor 's words brought her into ridicule because it was felt that a woman shouldn 't read chinese classics , and she was distressed by the words . murasaki diary and " eiga monogatari ( a tale of flowering fortunes ) , " the latter of which has some descriptions common to the murasaki diary , states that michinaga visited her chamber at night . additionally , " various japanese family trees " ( " new compilation of various japanese family trees analogy " ) says that ' a court lady of jotomonin , a poet , murasaki shikibu , an author of the tale of genji , or masatada 's granddaughter , tametoki 's daughter , mistress of michinaga , the chief adviser to the emperor , ' which clearly shows that she was a mistress of michinaga , but the true relationship between them is unknown . murasaki shikibu diary ekotoba ( explanation on a picture scroll ) ( national treasure ) fujita museum of art academy of murasaki shikibu the purpose of the academy of murasaki shikibu is to promote classical literature as represented by " the tale of genji " ; the academy was established on june 4 , 1932 by tsukuru fujimura ( president ) , who was the head of the department of japanese literature , faculty of letters at tokyo imperial university ; senichi hisamatsu ( vice-president ) , a professor of japanese literature at tokyo imperial university ; and kikan ikeda ( chairperson ) , a junior assistant of the japanese literature study room at tokyo imperial university . since january 1964 , the office has been set in japanese literature department lab , school of literature , tsurumi university , which is located in tsurumi-ku , yokohama city , kanagawa prefecture . the current president is ken akiyama . the academy holds lecture meetings , supports a play based on " the tale of genji " and publishes the following periodicals : the bulletin " murasaki " was published every month before world war ii ( august 1934 - june 1944 ) , and has been published annually after the war era ( since 1962 ) . the collection of academic papers " studies and data traditional literature article " has been published by musashinoshoin annually since june 1969 . +waka is a fixed form of poem that has been created since jodai ( mainly the nara period ) . the people who compose waka are called kajin poets . appellation waka is a name in contrast to the chinese poetry , and it is also called yamatouta ( 大和歌 ・ 倭歌 ) or just uta . in the nara period it was called waka ( 倭歌 ) or washi ( 倭詩 ) . in a broad sense , waka means choka ( long poem ) , tanka ( short poem ) , sedoka ( head-repeated poem ) , katauta ( half poem ) , and bussokusekika ( buddha 's footprint stone poem ) , but in a narrow sense it designates only tanka of 31 syllables . therefore , it is also called misohitomoji ( 31 syllables . ) also , it is called yakumo , the name of which is based on the first word of the poem susanoo ( a deity in japanese mythology ) composed , and the poem is considered the first waka in japanese mythology : ' clouds ( yakumo ) , actively upwelling covered the eightfold fence.it makes the eightfold fence to have my new wife stay in the house.great eightfold fence . ' yakumo-no-michi ' means ' kado ( the art of waka poetry ) . ' just like ' yakumo-no-michi , ' ' shikishima-no-michi ( roads in japan ) ' means kado . shikishima means yamato or japan , so it literally means ' roads in japan . ' it suggests that to compose poems was the japanese traditional culture . also , there is a unique form of poem called ryuka ( ryukyu poetry ) in okinawa prefecture . waka means uta ( song ) and fixed-form poetry consisting of five and seven syllables and written in yamato-kotoba ( a word of purely japanese origin ) . waka is considered to be both literature and music , but generally it is taken as one genre of japanese literature , so the element of ' uta ' has been excluded in japanese education . katauta tercets of five , seven and seven syllables it is a half-poem that is sung by one of the two people , and it is the shortest poem . sedoka two tercets of five , seven and seven syllables each it is a repeated form of katauta , and most of the sedoka is mondoka ( dialogue poem ) . choka it consists of alternating lines of five and seven syllables , and ends with an extra seven-syllable line . the five and seven syllables are repeated more than three times , and then seven-syllable line is added at the end . choka had been seen a lot in manyoshu ( collection of ten thousand leaves ) , but it was not composed any more when kokinshu ( collection of poems ancient and modern ) was compiled . choka was mainly composed in public , and was followed by hanka ( envoi ) . tanka it consists of five lines of five , seven , five , seven and seven syllables . later the form was divided into two parts ( the first part of five , seven and seven syllables , and the latter part of seven and seven syllables ) , and then renga ( linked verse ) and haikai ( 17-syllable verse ) were generated . bussokusekika form it consists of six lines of five , seven , five , seven , seven and seven syllables . imayo ( an ancient verse form ) it consists of eight lines of seven , five , seven , five , seven , five , seven and five syllables . it was created in the middle of the heian period . jinku poetry ( dodoitsu ) it consists of four lines of seven , seven , seven and five syllables . it was created in the edo period . it is often seen in minyo ( folk songs ) of all areas in japan . hayashikotoba ( a meaningless refrain used to maintain the rhythm of a song ) is often inserted into it . it is also said that the name of dodoitsu appeared after the last days of the tokugawa government . makura kotoba ( pillow word ) jo kotoba ( introductive word ) kake kotoba ( pivot word ) engo ( related word ) honkatori ( adaptation of a famous poem ) taigendome ( noun appearing at the end of waka ) tsuiku ( couplet ) kugire ( caesura ) hiko is to recite waka to a tune , and there are some schools of reciting such as the ayanokoji school and the reizei school . today it is seen at the new year imperial poetry reading party , certain events in shrines , etc . before the fixed form of waka was established , it had been called jodai kayo . it is also said that the screams and cheers let out with excitement increasingly grew to be songs sung in groups at festivals and during laborious work . most of them are considered to have been lost without being written down , but about 300 poems have survived in the books of " kojiki ( records of ancient matters ) , " " nihon shoki ( chronicles of japan ) , " " fudoki ( notes on local legends and geography ) , " " manyoshu , " " kogoshui ( commentaries on ancient words and practices ) , " " kinkafu ( poetry collection ) " and " bussokusekika hi ( stele ) . " there was a group event called utagaki ( dancing and singing feast of young men and women ) as one of the customs in those days . jodai kayo came to be an origin of ceremonial songs such as kagurauta ( songs ) and saibara ( folk songs ) , which were accompanied with instruments , and its form and poetic devices became progenitors of the later waka . jodai kayo in " kojiki " and " nihon shoki " were especially called kiki kayo . they are not independent ballads but used to enhance an effect of narrative , and some of them are said to have been creative songs or ceremonial songs made by court people . poetic devices such as tsuiku , kurikaeshi ( repetition ) , makura kotoba , jo kotoba , etc . , were used for a verse form of basic lines of five and seven syllables , like katauta , sedoka , tanka and choka . the other ballads in the same period were of the kind inscribed on the monument of bussokusekika in yakushi-ji temple in nara and " kinkafu , " which was a book on the wagon ( a japanese string instrument , also called the yamatogoto , that consisted of a flat , shallow sound box with six strings , much like a zither ) , was copied in the middle of the heian period . in the process of giving unification to japan , chinese poetry was introduced to japan from the chinese continent , and under its influence poems to express individual feelings were energetically composed . those poems were compiled into " manyoshu . " according to the notes in manyoshu , there had been some other anthologies before manyoshu , such as " kokashu ( collection of old poetry ) , " " kakinomoto no hitomaro 's collection , " " kasanokanamura collection , " " takahashi no mushimaro 's collection of poetry , " " book of poetry of tanabe no sakimaro , " " ruiju-karin ( collection of poetry ) , " etc . , but none of them has survived . it is said that manyoshu was compiled by many people over a long period of time , but it was otomo no yakamochi who in the end edited and made a 20-volume anthology as it is . manyoshu contains about 4500 poems , the earliest of which was composed in the reign of emperor nintoku , but most of them were being made during the period of less than 100 years from the asuka period to the middle of the nara period . most of the poems have realistic and objective styles , and there are some poems made by people in general , such as azumauta poetry and sakimori-no-uta ( frontier guards ' poems ) besides the poems of court nobles . during the early heian period , chinese poetry overwhelmed waka as a public literature . zotoka ( poems exchanged between a man and a woman ) became the leading style of waka , and the number of waka composed in the imperial court decreased compared with that of the nara period . however , in the middle of the heian period the decline of tang and abolishment of kentoshi ( the embassy to the tang dynasty ) lessened the influence of chinese culture , and kokufu bunka was developed . in its process , waka gradually regained its position as an official culture along with the development of kana characters ( the japanese syllabaries ) , and uta awase ( poetry match ) came to be held . in the book of " shinsen manyoshu ( newly selected manyoshu ) , " japanese poems were put beside the chinese poems , which suggested that the japanese poetry was regaining its status as an official literature . under such circumstances , " kokin wakashu ( collection from ancient and modern times ) , " the first anthology of japanese poetry compiled by imperial command , was made and offered to the emperor . subsequently , waka became a synonym for tanka . " kokin wakashu " was compiled by imperial command of emperor daigo in 905 ; the compilers were ki no tsurayuki , ki no tomonori , oshikochi no mitsune and mibu no tadamine . it contains about 1000 poems in 20 volumes , which were composed after " manyoshu . " intellectual and ideal styles of poetry are characteristic of this collection . fifty years later , in the reign of emperor murakami , wakadokoro ( bureau of poetry ) was established , where nashitsubo no gonin ( five men of the pear chamber ) read the chinese characters in " manyoshu , " which was already difficult to read at that time , in the japanese pronunciation , and compiled and dedicated " gosen wakashu ( later collection of japanese poetry ) " to the emperor . most of the poems are zotoka written by court nobles , and there is a tendency toward narrative poems . more 50 years later , around the reign of emperor ichijo , " shui wakashu ( collection of gleanings ) " was compiled and dedicated to the emperor . it followed a tradition of " kokin wakashu , " which had elegant , refined styles . during the late heian period , the sekkan ( regent and chief councilor ) government began to decline , and a change occurred in the aristocratic culture . " go shui wakashu ( later collection of gleanings ) " was compiled around this time and was dedicated to the emperor . compared with the conservative " go shui wakashu , " the following " kinyo wakashu ( a collection of golden leaves ) " was innovative and focused on fresh descriptive poems ; however , the subsequent " shika wakashu ( a collection of verbal flowers of japanese poetry ) " marked a return to the conservative style . after the genpei war ( the final struggle between the taira and genji ( minamoto ) clans ) , the retired emperor go-shirakawain ordered fujiwara no toshinari to compile " senzai wakashu ( collection of a thousand years ) . " it shows a tendency toward the principle of art for art 's sake in the destruction of the aristocracy and the rise of samurai warriors , elevating the status of waka in the late heian period . the following " shin kokin wakashu ( new collection of ancient and modern japanese poetry ) " was compiled and dedicated to the emperor by toshinari 's disciple . in the kamakura period , court nobles who had been deprived of their power came to depend on the traditional culture , so they composed waka energetically . bearing feelings of rivalry toward kamakura , the retired emperor go-tobain who showed much enthusiasm for waka ordered the compilation of " shin kokin wakashu . " most of the poems were not based on real experiences but on a fictional world . the principle of art for art 's sake , as seen in senzai wakashu , was further refined , and poetic devices reached their culmination . on the other hand , the following two people were respected : saigyo , who made poems on love toward nature and his view of life , and minamoto no sanetomo , who composed poems in the manyo style . after the death of fujiwara no sadaie , who had been a central figure in the compilation of " shin kokin wakashu , " his son tameie became a mentor of the tanka composers ' society , but after tameie passed away , both the fujiwara family and the tanka composers ' society were divided into three schools : the nijo , kyogoku and reizei . the three schools struggled to attain leadership , and both the nijo and kyogoku schools compiled collections of poems one after another by imperial command . since around the period of the northern and southern courts ( japan ) , waka came to be composed mainly by monks and samurai , while the composition of waka spread to local samurai , and some of the waka that lapsed into formalism declined . in the early modern times , traditional studies of waka were compiled into a book , and many kajin poets appeared , but waka had already been perfected as ' kado , ' so a new style did not emerge . compared with haikai , which had been just generated , waka was traditional japanese culture that had continued since jodai ( ancient times ) ; therefore , its degree of innovation was suppressed . at the end of the early modern times , a new movement of waka arose in kyoto , and there appeared the keien school of jigenin ( a court official who has not obtained the imperial ordinance of promotion ) derived from the nijo school of dojo ( a family who is allowed to be promoted to court noble ) . the keien school had been a leading school in the tanka composers ' society until the early meiji period . highly educated people of the early meiji period played important roles in the tanka composers ' society , as represented by the outadokoro school and keien school , but people who intended waka reform ( shiki masaoka , tekkan yosano , and so on ) criticized both the style and elegant poetic devices of daiei ( poetry composed on a given theme ) , and thus there emerged a new style of waka suitable for the new era . however , in order to discern the new waka from the traditional one , these new poems came to be commonly called ' tanka ' ( see also tanka ) . people who compose waka are called kajin poets . they are also called utabito . see also the list of kajin poets . kasei ( great poet ) is an honorific title given to a master of waka . it not only shows respect to the kajin poet but also indicates those who are treated as gods in kado , such as kakinomoto no hitomaro and yamabe no akahito . kashu is a book in which waka are collected . chokusen wakashu ( chokusen shu ) the collection was compiled by imperial order . shisen wakashu ( personal collection of poetry ) , or shisen shu a collection of poems compiled by individuals or nongovernmental circles above all , ogura hyakunin isshu ( one hundred poems by one hundred poets ) , compiled by fujiwara no sadaie , is familiar to everyone , and it has had great influence on the japanese people 's appreciation of waka . shikashu ( personal collection ) a collection of poems written by a single author . because waka began as accompaniment to a tune , the number of letters ( the number of syllables , or mora ) is not strictly confined if it is read in a singsong manner . therefore , as long as it is read in a singsong manner the poem doesn 't essentially seem to have ' extra syllables or insufficient syllables , ' even if it doesn 't consist of lines with five and seven syllables . the idea of ' extra or insufficient syllables ' arose from a sense of beauty for a fixed form of verse to write down instead of reciting it . in the context of western music , waka has a slow quadruple time that establishes its rhythm in sets of two bars . five syllables consists of five crotchets and three crotchet rests in one rhythm ( two bars ) , while seven syllables consists of seven crotchets and one crotchet rest in one rhythm , but if the total number of crotchets and crotchet rests is eight in one rhythm ( two bars ) , then it is acceptable ( nine syllables includes a triplet part ) . a verse form depends on the combination and number of the rhythm . for example , a tanka is made up of five sets of two bars , giving a total number of ten bars . the tanka , that ' temporary hermitage , with straw mat on the roof , in autumn rice field.my cloth would be getting wet with rain " is said to be divided into two parts of ' five , seven , six and seven , seven , ' having an extra syllable , but if the poem is divided by a set of two bars , ' akinota ( autumn rice field ) ' is used more . an example of applying western-style harmony to tanka and deserting the manner of reciting waka ( rhythm ) is ' kimigayo ( the japanese national anthem ) , ' and in this case the rhythm of tanka , as stated above , was abandoned in the adjustment to the western system of harmony . on the other hand , ' kojo no tsuki ( the moon over the deserted castle ) ' is an excellent piece of music that has been applied to western-style harmony without destroying the waka rhythm of seven and five syllables . +" the pillow book " is a zuihitsu essay ( literally , " random jottings " ) , which is said to have been written by sei shonagon , a female writer who lived in the mid-heian period . the title was also written using chinese characters such as ' 枕草紙 ' ( makurazoshi notebook ) , ' 枕冊子 ' ( makura sasshi ) , ' 枕双紙 ' ( makura soshi ) , and ' 春曙抄 ' ( shunsho-sho commentary ) , and the oldest manuscript ( called " maedabon " in japanese ) , a copy of which was made in the kamakura period , has a gold-lacquered casket with the chinese characters " 清少納言枕草子 " ( sei shonagon , the pillow book ) written on it . it was also called " sei shonagon ki . " together with " the tale of genji , " this book is considered one of the twin masterpieces of heian literature , and it had a great influence on the renga ( linked verse ) , haikai ( seventeen-syllable verse ) , and kanazoshi ( old stories witten in the kana script ) that followed . along with both " hojo-ki ( the ten-foot-square hut ) , " written by kamo no chomei , and " tsurezuregusa ( essays in idleness ) " written by kenko yoshida , it is called one of the three japanese major lists , histories and satires . its writing style is extremely individualistic : there is no similar book except " gizan-zassan ( gizan collection ) , " compiled by shangyin li ( courtesy name yishan ) , a poet of the late tang dynasty . according to an afterword to the book , her motive for writing the book and the origin of the title came from the episode in which , when naidaijin ( minister of the center ) fujiwara no korechika presented to his younger sister fujiwara no empress teishi and emperor ichijo a bundle of paper , which was still expensive in those days , the empress inquired , ' emperor used the paper to copy " shiki ( records of the grand historian ) , ' what do you think we could write on this ? " to which sei shonagon answered , ' it ( the book ) would be good to use as a pillow . ' she was granted the paper ( such episode being based on sankanbon ( version of manuscript ) , and both incomplete and complete versions of noinbon ( version of manuscript ) have similar episodes describing the response that " it ( the book ) would be good to use as a pillow ) , " but the sakaibon and maedabon ( versions of the manuscript ) don 't contain this episode ) . it is widely thought that the title ' the pillow book ' is also based on the episode . " a study of the pillow book " written by kazuhiko hayashi mentions his own view and some other past scholars ' names such as keichu , shinobu orikuchi , and kikan ikeda . the following are typical views about the meaning of " pillow " : ― bedding : a pun that suggests a pillow on the mattress ( with shiki reworded as shikibuton ( mattress ) ) . ― dictionary for the writer : there are many chapters in which utamakura ( a place famed in poetry ) , rules , and terms are listed . ― memorandum : she kept the paper by her pillow for private jottings . ― treasured book ― irrelevant to anything however , scholars have yet to reach a consensus . also , in the book of " eiga monogatari ( a tale of flowering fortunes ) , " the term ' makura no soshi ' as a common noun was used to describe the beautiful kasane ( layering ) colors . according to the afterword , the first draft was written around 996 , and sachujo ( guard of the imperial palace ) minamoto no tsunefusa took the draft from the author 's residence and brought it before the eyes of the world . after that , she wrote continuously , and some records say the book was written around 1012 . some lines of " the pillow book , " as quoted from the old commentary " shimei-sho commentary of ' the tale of genji , ' " don 't exist in the surviving manuscript , which suggests that the writing process was complicated . there are great differences between the existing manuscripts . it consists of three volumes and takes the form of a collection of various writings . it is a manuscript containing an okugaki ( postscript ) written in 1228 by a person called bogyuguo , who seems to have been fujiwara no sadaie . it is ' clear writing ' and is easy to understand , being considered the most similar to the original form . it was divided into two groups by kikan ikeda . korui ( first class ) - the opening 70 chapters , which start with the line , ' the best time in spring is dawn , ' are omitted , and instead the manuscript begins with the line , ' comfortable thing . ' 230 chapters book collection of yomei paperback , book collection of toshoryo , shoryo department , imperial household agency , and book collection of the tatamatsunomiya faamily otsurui ( second class ) - 300 chapters old book collection of hamao yatomi , book collection of kariya city library , old book collection of the date family , old book collection of the kajuji family , old book collection of akika nakamura , book collection of koshido bunko the priest noin was related by marriage to sei shonagon ( one of his sisters was a wife of tachibana no norinaga , a son of sei shonagon ) , and seemed to have something to do with handing down the manuscript . the date of the work has been traced back to the end of the kamakura period . after arguing which book is more authentic , it is now widely accepted that the original book of noinbon is inferior to sankanbon . two hundred and thirty chapters ( excluding the first 70 chapters ) 300 chapters ruisan form ( a classified collection in book form ) manuscript copied in the muromachi period the postscript says kiyohara no shigekata / edakata copied the book , whose owner was doha , a secluded monk who lived in sakai , and therefore the manuscript is called sakaibon . two volumes the book is missing chapters on diary and reminiscence . gokogoninbon ( type of manuscript ) : 190 chapters the postscript says emperor go-kogon made a copy of the book . shinkanbon ( a manuscript in the emperor 's own hand ) ninety-five chapters the above two types of manuscripts were integrated into a book . sakaibon in general refers to this . volume 1 consists of 107 chapters . volume 2 consists of 89 chapters . volume 3 consists of 102 chapters . volume 4 consists of 32 chapters . volume 5 might have been lost . it takes ruisan form . there exists only one manuscript that has been handed down in the maeda family of kaga province ( the book collection of maeda-ikutokukai ) . it is preserved in a box of gold-lacquered craft , and on its surface are the characters " 清少納言枕草子 ( sei shonagon , the pillow book ) " in gold incrustation . it is an important cultural property . it was copied during the early kamakura period and is considered to be the oldest of all the manuscripts of " the pillow book . " among them , the sakaibon group gokogoninbon was separately collected in two volumes of " gunshoruiju ( japanese history book ) , " and three kinds of sakaibon were collected in " shinko gunshoruiju ( library ) . " additionally , noinbon was used as a master copy in making the old plate of type in the early edo period ; therefore , it remained a dominant manuscript along with " the pillow book bochu ( marginal notes ) " and " shunsho-sho commentary of the pillow book " ( annotated by kigin kitamura ) until modern times . however , in 1946 , when jutaro tanaka ( 1917-1987 ) reevaluated the second class of sankanbon , it came to be considered more important and was published more , being used as a textbook and read at school after the war . other existent manuscripts are seven chapters of " the pillow book ekotoba ( story in pictures ) " made in the late kamakura period , consisting of emaki ( a picture scroll ) with hakubyoga ( ink line painting ) , and sankanbon manuscript seems to have been used for the notes . the second-class sankanbon contains more than 300 independent chapters in total . it consists of various types of writing : ' chapters of ruiju ' of ' monowazukushi ( enumerating the things in the same category ) , ' as represented by the lists of things like ' insects , ' ' flowering trees , ' ' dispiriting things , ' ' endearingly lovely things , ' and ' chapters of zuiso ( essay ) , ' which is an observation of daily life and nature in the seasons , and ' chapters of reminiscence ( chapters of a diary ) ' in which the author wrote about the life around empress teishi , whom she served in the imperial court . however , some chapters are too obscure to be classified ( for example the first chapter , entitled , ' the best time in spring is dawn , ' is generally classified into the chapters of zuiso , but some people disagree ) . it was written in the plain vernacular using hiragana ( the japanese cursive syllabary ) , and most of the chapters were written in a witty style , but sometimes sentimental lamentation appears reflecting the fall of the michitaka fujiwara 's family and unhappiness gone through by her majesty empress teishi . the author 's sophisticated taste was in harmony with a keen observation on things , generating the intellectual aesthetic world of ' wokashi ( amusing or delightful ) ' in contrast with the emotional ' mono no aware ( pathos ) ' of " the tale of genji . " positive evaluation in the pillow book , the author cherished humanity as well as nature ; therefore , she accepted and formed them in each phase as various beauties ( sakuwo mekata ) . even in each chapter , various types of rich writing such as lists , essays or reminiscences are freely interwoven , like a flying horse soaring into the sky with a strand of associations called up one after another . ( boku hagitani ) although it followed the conventional ' spring - flower -morning ' type of link that was often seen in kokinshu in those days , its use of the ' season-time ' type of expression ( such as ' the best time in spring is dawn ' ) , which omitted the middle poetic element , was innovative , challenging as it did the rigid esthetic values held by readers who were familiar with poetic traditions . ( munetoshi fujimoto ) she expressed her love and respect for empress teishi . the author wrote it to console empress teishi , who felt depressed over the fall of the michitaka family . therefore , it is natural that she didn 't mention the fall of the michitaka family ( as above ) . there are some chapters that seem like mere self-praise , but in them the author claimed that the empress and the people around her received the emperor 's favor and led a life filled with aesthetic sentiment and exquisite taste , living in a world that was cut off from the politics of the time and disappointment . ( osamu ueno ) . negative evaluation it is a representation of her shallowness trying to forget her original social rank and assimilate herself to the upper class . ( ken akiyama ) ( it is based on the fact that she didn 't use polite expressions when she wrote , not only about her family but also about those who belonged to the upper classes . ) it is only ' a record of civilization in the inner palace , ' and wasn 't written by ' a private individual ' ( joji ishida ) . +nihonkoki history book is a collection of histories created by imperial command ; it was compiled in the early heian period after shoku-nihongi ( continuation of chronicles of japan ) , being the third volume of rikkokushi ( six national histories ) . completed in 840 , it contains records of events that occurred over a period of 42 years , from 792 to 833 . fujiwara no otsugu and others compiled it . written in chinese , it was arranged in chronological order and comprised 40-volumes , 10 of which are extant . compilation according to the preface , in 819 emperor saga ordered fujiwara no fuyutsugu , fujiwara no otsugu , fujiwara no sadatsugu and yoshimine no yasuyo to compile the history book . because all of them except otsugu died before the work could be completed , emperor junna ordered kiyohara no natsuno , naoyo-o , fujiwara no yoshino , ono no minemori , sakanoue no imatsugu and shimada no kiyota to continue the project . during the reign of emperor ninmyo , more people such as fujiwara no otsugu , minamoto no tokiwa , fujiwara no yoshino , fujiwara no yoshifusa and asano no katori were called to carry out the work . subsequently , furu no takaniwa and yamata no furutsugu joined the compilation , and at last the book was completed on january 5 , 841 . it took 21 years to compile the book , but only fujiwara no otsugu had been involved in the whole project over the three generations of emperors . contents following " shoku-nihongi , " the book contains records of the reigns of emperors kanmu , heizei , saga and junna . until about the early fifteenth century , all 40 volumes of nihonkoki history book were in existence , but eventually certain volumes were dispersed and lost ; however , yukinori inayama , one of the disciples of hokinoichi hanawa , found 10 volumes of the manuscript at the residence of the sanjonishi family and published them for the first time ( there is an opposing view that the published volumes were based on norimitsu / motomitsu yanagihara 's recension . ) . the 10 existing volumes are numbers 5 , 8 , 12 , 13 ( kanmu ) , 14 , 17 ( heizei ) , 20 , 21 , 22 and 24 ( saga ) ; all the volumes about emperor junna are missing . it is to some extent possible to restore the text by gathering quotations from " nihongi ryaku ( the abbreviated history of japan ) , " extracts from rikkokushi and " ruiju kokushi ( history book ) , " a categorized rikkokushi . " nihon isshi history book " and " unknown or lost writings of the nihonkoki history book " are the collections of the lost texts of nihonkoki history book , and with them as a basis the following books were published : " japanese historical records commentary , " from shueisha inc . , and " academic paperback library , " from kodansha ltd . it is said that the contents of the book generally reflected the opinions of fujiwara no otsugu . as was the case with " shoku-nihongi , " short biographies called koden were added to the obituaries of the emperors and retainers of the imperial court , which was the same approach seen in the subsequent history books . however , the koden in this book was neither mere praise nor criticism , but was instead full of interesting descriptions interwoven with unique comments and impressions , and because of its critical spirit the book was unusual among rikkokushi . also , it is known that compared with the volumes compiled before and after the book , it contained more waka / yamatouta poems than the other volumes of rikkokushi . +sei shonagon ( 966 ? - 1025 ? ) was a female writer and poet in the heian period . there is a conjecture that her real name was kiyohara no nagiko , but that remains uncertain . she was born when her father kiyohara no motosuke ( 908 - 990 ) , a noted waka poet and one of the ' nashitsubo no gonin ( editors of the gosenshu ) , ' was in his later years . tradition has it that her mother was ' higaki no ona , ' whose poem was in " gosenwakashu ( later collection of japanese poetry ) , " but this is utter nonsense . her great-grandfather ( or grandfather ) was kiyohara no fukayabu , a leading poet in kokinwakashu ( collection of ancient and modern poetry ) . she had brothers called utanokami tamenari , dazai no shokan ( dazaifu 's post ) munenobu , and kazanin denjohoshi ( palace priest of kazanin ) kaishu , and she also had a sister who was to be a wife of fujiwara no masato ( the brother of fujiwara no michitsuna 's mother ) . it is said that ' sei shonagon ' denotes her as a lady of the court and that ' sei ' refers to her family name of kiyohara , while ' shonagon ' is the name of her relative 's bureaucratic post . her real name is unknown , but ' nagiko ' seems to have been her name ( " makura no soshisho " ) , although it is not certain . she was one of the medieval 36 immortal poets , and her 42 poems were collected in " collection of sei shonagon " ( the number of collected poems depends on the ihon ( alternative version ) ( for example , the rufubon ( type of manuscript ) contains 31 poems ) . 14 of her poems , such as " goshui wakashu " ( later collection of gleanings ) , were included in the collection of poems by imperial command . she read the chinese classics , too . in 974 , when her father was appointed governor of suo province , she accompanied him and spent four years in the ' countryside ' ( the description of a sea trip in " the pillow book " is so realistic that it can 't be a figment of her imagination , so she seems to have traveled to the west by sea ) . her yearning for kyoto during this time might have encouraged her adoration for the imperial court later . in 981 , she married tachibana no norimitsu ( 965 - 1028 ) , the governor of mutsu province , and a year later she bore him a child , tachibana no norinaga ( 982 - 1034 ) ; however , she couldn 't get along with her rough husband , and before long she divorced him . however , they didn 't seem to be separated completely , and tradition has it that they maintained contact with each other until 998 ; the people of the imperial court characterized their relationship as being one of " brother and sister . " later , she married fujiwara no muneyo , the governor of settsu province , and bore him a daughter , kouma no myobu ( wife ) , jotomonin ( " japanese various family trees " ) . around the winter of 993 , during the reign of emperor ichijo , she began to serve fujiwara no teishi / sadako as a court lady . because she was very learned and talented , she received her majesty teishi 's favor and succeeded wonderfully in exchanging poems and witty words with nobles and court peoples , winning fame in imperial society . some materials indicate her friendships with fujiwara no sanekata ( ? - 998 ) , fujiwara no tadanobu ( 967 - 1035 ) , fujiwara no yukinari / koze ( 972 - 1027 ) , minamoto no nobukata ( ? - 998 ) and minamoto no tsunefusa ( 969 - 1023 ) . particularly , there remain many of the poems that were exchanged with sanekata , so there is an assumption that they were in love with each other . it is her major work " the pillow book " that has made the name sei shonagon famous into the present day . in " the pillow book , " she wrote about everything of interest to her during her life in the imperial court of the heian period , and it includes ' monowazukushi ' ( listing items like utamakura ( a place famed in poetry ) ) , excellent poems , observations on daily life , comments on people , and reminiscences , so it also seems to be a record , etc . the rivalry between sei shonagon and her contemporary writer murasaki shikibu , who wrote " the tale of genji , " has been widely discussed in later generations . however , it was long after sei shonagon left the imperial court that murasaki shikibu began to serve empress shoshi , so they couldn 't have known each other ( but dr. bunei tsunoda advocated a different opinion in his thesis ' sei shonagon : her later years , ' and he pointed to the possibility that she might have continued her service at the imperial court after teishi passed away , with reference to the word ' shonagon myobu ' of ichinomiya atsuyasu imperial prince in " gonki " ( fujiwara no yukinari 's diary ) . murasaki shikibu denounced sei shonagon in " murasaki shikibu diary " ( " murasaki diary " ) as if she absolutely denied sei shonagon 's personality and achievement , but sei shonagon never wrote about murasaki shikibu in " the pillow book , " which suggests that the view mentioned above is correct . however , some suppositions exist that , feeling threatened by her , she wrote the following anecdote in " the pillow book " : fujiwara no nobutaka , murasaki shikibu 's late husband , went to mitake dressing gaudily ; or sei shonagon talked down about her cousin , fujiwara no nobutsune . in 1000 , soon after empress teishi passed away in childbirth , sei shonagon abandoned her service at the imperial court . the details of her subsequent life are unknown , but according to fragmentary materials ( such as collections of poetry ) she seems to have married fujiwara no muneyo and gone to his place of assignment at settsu province , and there is a record in the book of " ihon sei shonagon shu " that nobutsune , kurodo ( staff of kurodo dokoro ) , visited settsu as a messenger of the dairi ( imperial palace ) . it is said that in her later years she lived around higashiyama tsukinowa , where her deceased father motosuke 's mountain villa was located , and that she kept in touch with old friends in the imperial court such as fujiwara no kinto and the court ladies who had served the empress fujiwara no shoshi , such as izumi shikibu and akazome-emon . she put her heart into writing " the pillow book " around 996 , and the final manuscript seems to have been completed between 1001 and 1010 . the year of her death is unknown , and there are some graves of her in various areas . in addition to the severe criticism made by murasaki shikibu , the influence of medieval thought that the talented woman became unhappy was such that many anecdotes of sei shonagon 's reduced circumstances were written in " mumyozoshi " ( story without a name ) , " kojidan " ( collection of folk literature ) , " kokon chomonju " ( collection of folk literature ) , etc . , during the kamakura period . " kojidan " contains a gloomy story that she had turned into a monk called ' ogre-like priest , ' and when her older brother kiyohara no munenobu was defeated by minamoto no yorichika she was about to get involved in the incident , so she showed her pubic region in order to prove she was a woman . also , throughout japan there are stories of sei jo densetsu ( despairing sei shonagon ) . " matsushima diary , " a travelogue that seems to have been completed in the middle of the kamakura period , was once believed to have been written by sei shonagon , but it was concluded to be a forged book by norinaga motoori and others of the edo period . graves that are believed to hold sei shonagon sakata , satoura-machi , naruto city , tokushima prefecture - she washed ashore in the figure of bikuni ( buddhist priestess ) , and then gouged out her pubic region so as not to be assaulted , and then disappeared , so people erected a stone monument called amazuka for the repose of her soul . daimon of kotohira-jinja shrine , kotohira , kagawa prefecture - there is kiyozuka ( omen in the dream monument of sei shonagon ) on which sei shonagon inscribed the place of her death . shinkyogoku , sakurano-cho , nakagyo-ward , kyoto city - she was said to have become a monk at the seigan-ji temple and died a happy death . a monument inscribed with a poem higashiyama ward , kyoto city - a monument inscribed with sei shonagon 's famous poem collected in hyakunin isshu : ' even if you are going to cheat by emulating a crow fowl late at night , you wouldn 't be allowed to pass ose 's checkpoint ( you wouldn 't be allowed to see me ) . ' it was erected next to a buddhist sanctum in sennyu-ji temple , which has a karmic bond with the imperial family , near toribeno-ryo of empress teishi . once there was a mountain villa of kiyohara no motosuke here , and sei shonagon in her later years seems to have lived in seclusion , so in 1974 bunei tsunoda , who was then a director of the heian museum of ancient history , suggested that a monument be erected . +" ugetsu monogatari " is a representative yomihon ( book for reading ) written by akinari ueda at the end of the edo era . it consists of five volumes . a preface was written in 1768 , and the book was published in 1776 . it comprises nine short tales of the supernatural adapted from japanese and chinese classics . it is a representative work of japanese literature in the early modern times , and often mentioned even today ( see adaptations ) . although there are some different conjectures , " ugetsu monogatari " was written from 1768 to 1776 ( see how the book was published ) , and it was published in 1776 by hanbei umemura of teramachi-dori street , kyoto and chobei nomura of osaka koraibashi-suji ( street ) . it had five volumes in total and consisted of nine stories . the illustrations were drawn by munenobu katsura , who also drew illustrations for " shigeshige yawa " by teisho tsuga , which had great influence on " ugetsu monogatari . " each story has one illustration , except for ' a serpent 's lust , ' a medium-length story that has two illustrations . " ugetsu monogatari " was published under the name of ' senshi kijin ( strange man cutting branches ) , ' and after his death it came to be revealed that the author would have been akinari ueda . also , the book sold in numbers that were only moderate at that time , so it is conjectured that , unlike today , it wasn 't necessarily popular or highly evaluated . in literary history , " ugetsu monogatari " is considered to be an early yomihon like " the tales of nishiyama , " written by ayatari takebe , between the periods of the genroku and kasei cultures or the anei and temmei cultural periods during which ukiyozoshi was becoming obsolete . it had a great influence on later kyoden santo and bakin kyokutei . the majority of the content had been adapted from chinese hakuwa shosetsu ( chinese novels ) . however , it is wrong to take the work as a literary theft or plagiarism because of this . it should be noted that akinari brought his work to a higher state than the original , adapting classics of the day such as by using a poetic device of honkadori in composing waka poems ; he wrote in an elegant style , interweaving japanese writing , mixing japanese elements and his original parts , adding his thoughts . the stories were arranged in the following order , and mamoru takada advocated a theory that the order of the story reflected the author 's deep thinking . in short , some elements of the previous story were linked with the contents of the next story , which formed a circular structure . shiramine - when saigyo visits sanuki province and pays reverence at shiramine no misasagi , as a layman visiting the imperial mausoleum of emperor sutoku , he meets a departed spirit of the emperor and argues with him . collected in book 1 ( see shiramine ) the chrysanthemum vow - a man who has killed himself becomes a ghost and appears to keep a promise with his best friend on the night of the agreed day . collected in book 2 ( see the chrysanthemum vow ) the reed-choked house - during an age of confusion , a man who has separated from his wife and left for kyo to try to make his fortune is to meet his wife , who becomes a ghost , after seven years . collected in book 2 ( see the reed-choked house ) the carp of my dreams - a monk who is in a coma turns into a carp and swims around in his dream . collected in book 3 ( see the carp of my dreams ) the owl of the three jewels - a traveling parent and child see a feast held by hidetsugu toyotomi and his retainers , who are vengeful ghosts , and have scary experiences at mt . koya . collected in book 3 ( see the owl of the three jewels ) the kibitsu cauldron - a woman whose lecherous husband betrays her and has an affair with another woman curses and kills him . collected in book 3 ( see the kibitsu cauldron ) a serpent 's lust - a man is stalked by a woman who is an incarnation of a serpent , but she is at last destroyed by a monk of the dojo-ji temple . collected in book 4 ( see a serpent 's lust ) the blue hood - a traveling monk , myokei kaian , leads an abbot to deliverance , who has been attracted by a servant boy and turned into an ogre . collected in book 5 ( see the blue hood ) on poverty and wealth - sanai okano is a samurai who loves money ; the spirit of gold appears at his bedside taking the form of an old dwarf , and talks about the relationship between money and the person who spends it . collected in book 5 ( see on poverty and wealth ) akinari ueda wrote his first work of fiction , " shodo kikimimi sekenzaru " ( a worldly monkey who hears about everything ) in 1766 , and then wrote the ukiyo zoshi ( popular stories of everyday life in the edo period ) " seken tekake katagi ( characters of worldly mistresses ) " in 1767 . in the preface of " ugetsu monogatari " there is a description ' 明和戊子晩春 , ' which indicates that " tales of moonlight and rain " was completed in the late spring of 1768 . however , " ugetsu monogatari " was actually published in 1776 , eight years after its completion . here is a mystery of the creation of " ugetsu monogatari . " in other words , there are questions about whether " ugetsu monogatari " was really finished in 1768 as the preface said , and what is meant by the long period of eight years before its publication . after a study conducted by takeshi yamaguchi , which was followed by tomoki shige and yukihiko nakamura , it was generally considered that the work was roughly complete as a manuscript in 1768 , and that the author spent the following eight years working on the choice of diction . the previous two works , " sekenzaru " and " tekake katagi , " belonged to the ukiyo zoshi . and an announcement of forthcoming titles at the end of " tekake " shows two works of " tidings from a cargo ship in various provinces " and " saigyo stories : poetic sites bundled in a dyed cloth , " and akinari seems to have intended to write ukiyo zoshi , which supported the conjecture . however , mamoru takada pointed out that there was a tendency to look down on ukiyo zoshi in those days if the conjecture was put the other way around . he also advocated his theory that the stories were written roughly in the order stated in the preface . in short , these two ukiyo zoshi works , " sekenzaru " and " tekake katagi , " and the yomihon " tales of moonlight and rain " were series . also , ' a serpent 's lust ' in book 4 was known for its inconsistency in counting the number of days , but yasuhiro owa refuted this . if ' a serpent 's lust ' was written in 1767 , a year before the preface was written , and one takes into consideration the year 1767 , which had a leap ninth month , these dates in the work become coherent . this theory doesn 't make it clear what the author was doing with " ugetsu monogatari " during the eight years after completing the manuscript , but in 1771 and 1772 chobei nomura and hanbei umemura respectively issued announcements of the forthcoming title of " ugetsu monogatari . " after akinari lost his family business ( shimaya ) in a fire in 1771 , he began to study medicine under teisho tsuga and opened a hospital . takeo bando admitted that a theory advocated by takada was commonly accepted , but both theories had no conclusive evidences and he pointed out that it would be difficult to deny the possibility of revising the work for the eight years until the book was published . when akinari published his first ukiyo zoshi , " shodo kikimimi sekenzaru " in 1766 , teisho tsuga brought out " shigeshige yawa . " this work and his previous work , " hanabusa soshi , " were different from the ukiyo zoshi that had been in fashion until then , and should be called the first yomihon whose original texts ( hakuwa shosetsu ) were evident , emphasizing a chinese flavor . it was around the time that the freshness of ukiyo zoshi , whose pioneer was saikaku ihara , had faded and its popularity was declining . akinari stopped writing the ukiyo zoshi that was scheduled to be published , and started writing " ugetsu monogatari " under the influence of the works by teisho . the period in which " ugetsu monogatari " was written is not clear , as mentioned above , but akinari studied medicine either before or after it was written . and he came to live as a doctor . it is not certain how much he learned other than medicine ( such as hakuwa shosetsu ) from teisho , but " ugetsu monogatari " itself would be evidence of the influence . for example , it consists of five volumes and has nine stories ; each of the eight short-length stories has an illustration covering two facing pages , but one medium-length story includes two illustrations ( ' a serpent 's lust ' ) , which is the same as the yomihon work by teisho . regarding the difference in style , the expression of titles is different ; teisho put a long title such as ' the story of emperor godaigo , who rejected the fujifusa 's advice three times ' as the first story in " hanabusa soshi , " and ' the story of talking about souls and the scene of clouds that promise long-lasting relationships ' as the first story in " shigeshige yawa , " while " ugetsu monogatari " has short titles like ' shiramine , ' which is the first story , and ' the chrysanthemum vow , ' which is the second . as for the contents , it takes the form of yomihon without focusing on each scene but on the development of the plot and the human nature of the character ; and it targets intellectuals , incorporating his ideas , view of history and arguments in the work . an influence of kamo no mabuchi , a classical japanese scholar , seems to have lay behind the author , akinari , of " ugetsu monogatari , " especially in the character of saigyo in ' shiramine . ' akinari had been studying alone about keichu until then , and he became a disciple of miki kato ( his family name is also known as fujiwara or kawazu , and first name umaki ) , a classical japanese scholar , before or after writing " ugetsu monogatari . " miki was also a high disciple of mabuchi . akinari had been an intelligent ' noramono ' ( means a lazybones in kansai dialect ) until then , but after he was taught by miki , his thought was deepened and knowledge of the classics was organized systematically , which meant a lot to him . it could be considered that such influences were reflected in " ugetsu monogatari . " the writing style of " ugetsu monogatari " also suggests it . it can be said that teisho 's works were written in wakan konkobun ( writing in literary japanese and chinese words ) , but that they had a stronger chinese flavor . however , " ugestu monogatari " transformed the style of the original text , hakuwa shosetsu , into a unique style that was a mixture of chinese and japanese . it is reasonable that his mentor miki 's teaching formed the style . where did the title " ugetsu monogatari " come from ? the preface written by akinari says , ' i edited this at night with a hazy moon after the rain , to hand it to a publisher . that 's why this is titled ugetsu monogatari . ' also , it should be noted that descriptions of rain and moon are used a lot as omens for unnatural phenomenon in the story . and some people considered that this is just an official reason and the author 's self-concealment , constructing another theory . takeshi yamaguchi advocated a theory that it was based on the yokyoku " rain and moon " in which saigyo appears as a waki , but hiroaki nagashima denied it because it had little to do with the contents of ' shiramine . ' also , tomoki shige claimed that the title came from a passage in " sento-shinwa " and " botanto-ki " ; ' the night which the sky turns dark to rain , the moon which goes down to dawn , ' which sometimes appears in " ugetsu monogatari " as well . mamoru takada considered that akinari would have been familiar with both of them , so it was not necessary to think one of them was correct . preface preface to tales of moonlight and rain lo kuan-chung wrote " suikoden ( water margin ) . " after that , mutes are born in his family for three generations in a row . murasaki shikibu wrote " the tale of genji . " after that , she went down to hell one time . that 's because the karma of her writing fake stories as true ones had come back to her . however , what about their tales ? the scenes , which i can 't imagine , are fascinating . the cadence of the sentences is vivid such as birds are warbling and stop warbling . the intonations are excellent . they are good for readers to feel empathy for . it seems as if the tales are real and they show us the facts of today in ancient times . it just so happens that i have an empty story that deserves to talk in this piping time of peace . if i let it out as i want to speak , it would be a strange story as if pheasants crow and dragons fight . i think about the randomness of it . the readers of this book would not take it as true stories from the beginning . if i write stories that are originally known as fakes , would i pay the piper of the karma like lo kuan-chung or murasaki shikibu and have cleft-lipped and nose-lacking babies in my family in the future ? late spring , year 5 of the meiwa era i edited this book at night with a hazy moon after the rain , to hand it to a publisher . that 's why this is titled " ugetsu monogatari ( the tales of moon and rain ) . " senshi-kijin ( strange man cutting branches ) wrote . the sentences mentioned above are the entire preface to " tales of moonlight and rain . " it suggests that akinari ueda was enthusiastic about writing " tales of moonlight and rain , " and offers insight about how it was written . in this writing , akinari took " the tale of genji " by murasaki shikibu and " water margin " by lo kuan-chung as examples of authors who wrote masterpieces that were true to life and then fell into a dreadful realm ( a tradition saying that murasaki shikibu went to hell was recorded in both " hobutsushu " written by taira no yasuyori during the jisho era and " the tales of ima , " considered to have been written by fujiwara no nobuzane after the eno period , while the traditional story that lo kuan-chung 's offspring over three generations became dumb was according to " seiko yuran shiyo " ( edited by josei den in ming ) and " hsu wen-hsien t 'ung-k 'ao " ) . and he wrote that an author who wrote " ugetsu monogatari , " which was imperfect and absurd , wouldn 't have such a terrible experience , pretending to be humble . however , he can 't have compared his works with " the tale of genji " and " water margin , " which were considered masterpieces in those days , if he really thought his stories were terrible . also , an attempt is being carried out to find akinari 's true intention by focusing on the signature at the end , ' senshi kijin ( strange man cutting branches ) wrote . ' in this ' senshi kijin ( 剪枝畸人 ) , ' ' 枝 ' means ' arms and legs ' and also indicates ' fingers , ' so the signature is akinari 's mocking the middle finger of right hand and index finger of the left hand , which became disabled when he was a child . it should be noted that he made this signature in spite of writing that he was sure he wouldn 't have such a terrible experience . also , mitsutoshi nakano pointed out that this was derived from " soshi ( a book ) . " jinkansei , of " soshi , " says of a tree that bears a useful fruit , ' limbs are broken , twigs are stored , ' and that a useless tree ' is never clipped . ' in short , ' senshi ( 剪枝 ) ' might mean that he thought his fingers ( 枝 ) were broken ( 剪 ) because he was a useful man . the latter part of ' kijin ( 畸人 ) ' is associated with a part of daisoshi-hen . it says , ' kijin is not a human but is equal to heaven . ' therefore , ' senshi kijin ' can be an arrogant claim that unlike murasaki shikibu and lo kuan-chung , who had undergone terrible experiences after they wrote the books , the author of " ugetsu monogatari " was punished by birth and was equivalent to heaven . it would suggest how much akinari was self-confident about " ugetsu monogatari . " shiramine ' begins with michiyukibun ( rhymed description of scenes reflected in the eyes of a traveler ) by saigyo , who has traveled around the country . this part is based on the two books that were attributed to saigyo at that time : " senjusho " ( selected stories ) book 1 , ' about shiramine , shinin 's mausoleum , ' and book 2 , ' about eigen zojo of kerinin . ' saigyo visits shiramine to pray for the repose of the soul of his old master emperor sutoku , chants buddhist sutras and makes a poem . the wave lapping onto the matsuyama shore is unchanged as before , while you are so changed . ' then saigyo hears somebody call him , ' eni , eni . ' an ode in reply says , ' i drifted with the waves to this far matsuyama . i could not paddle back to kyo to be an ogre under a foreign sky . ' so saigyo notices that the voice is sutokuin 's . after this , a dispute between saigyo and in begins . saigyo argues from the viewpoint of the rule of right , citing examples of emperor nintoku appearing in ' nintokugi ' of " nihon shoki " ( chronicles of japan ) and iratsuko ujinowaki , who abdicated the imperial throne , while in argues from the ekisei revolution ( an old chinese political thought ) . then , saigyo points out that " the book of mencius , " which advocated ekisei revolution , wasn 't introduced to japan , and cites a passage from ' shoga ( aristocracy ) ' in " sikyo " ( chinese poetry book ) , brothers conflict in house , but prevent downgrading outward , ' succeeding in getting the truth out of in that it was from personal spite . in says that after the incident of ' sinking the buddhist scriptures , ' he felt very bitter against the people who had become enemies in the hogen no ran war ( the turmoil of the hogen war ) and pulled the strings to bring on the heiji no ran war ( the turmoil of the heiji war ) . and a strong wind blows , which reveals the uncanny appearance of in for the first time . his follower tengu ( long-nosed goblin ) , sagami , appears . and in makes a prediction for the fall of the taira clan . saigyo grieves at the shameful in , and makes a poem . even if you were an emperor in this world , who cares since you are dead ? ' then in 's expression seems to become calm , and his body fades away . at some time or other , the moon goes down and dawn is approaching . saigyo holds a memorial service for a book of kongo kyo buddhist scriptures , and then descends the mountain . since then , saigyo has told no one about the incident . in 's prediction comes true , and his grave is arranged and he comes to be revered as a spirit . the whole work of ' the chrysanthemum vow ' was adapted from hakuwa shosetsu ' fan juqing jishu sisheng jiao ( fan chu-ch 'ing 's eternal friendship ) ' in " gujin xiaoshuo ( old and new stories ) , " and the background is based on " intoku taiheiki ( records of great peace ) " by masanori kagawa . the characters of samon hasebe and soemon akana respectively correspond to sho cho and hankyoko . the time is set in the sengoku period , and the place is kako , harima province ( the present-day kakogawa city , hyogo prefecture ) . samon is a confucian scholar who lives with his mother , being contented with his poor but honest life . one day , when he goes to visit his friend , he finds a casual passerby samurai is sick in bed . hasebe begins to take care of him . this samurai is soemon akana , a scholar of military science , and he tells the story that he was on his way home from omi province , where ujitsuna sasaki lives , because he had heard that his old master kamonnosuke enya , who was in his hometown izumo province , had been defeated by tsunehisa amako . after a few days , soemon recovers from illness . during this time , samon and soemon talk about the hundred schools and others , becoming good friends and pledging their brotherhood . soemon , being five years older than samon , becomes an older brother , and samon becomes a younger brother . soemon also meets samon 's mother , and they spend a few more days together . it is summer now . soemon comes to go back to izumo to see if everything is all right in his hometown . he promises samon that he will return to see him on the day of the chrysanthemum festival . the title of ' the chrysanthemum vow ' comes from this . then , the season turns and autumn arrives , and at last it is the ninth day of the ninth month agreed on . samon is preparing food and cleaning the house to welcome soemon from the morning , and waiting for his return , ignoring his mother 's advice . outside of the house , many travelers pass by , but soemon doesn 't show up . the night advances and when samon gives up waiting and is about to enter the house , soemon appears like a shadow . soemon is welcomed by samon but he acts strangely like rejecting sake and some dishes of food for him . when he is asked , he confesses that he has become a ghost . soemon tells the story that tsunehisa , who has killed enya , has ordered that his cousin tanji akana be kept in confinement . and at last the day they promised has come . soemon remembered the words that ' a man cannot travel a thousand ri in one day ; a spirit can easily do so . ' so he killed himself and became a ghost to come here . he says goodbye to samon , and disappears . the hasebe mother and son mourn over his death and pass the night raising their voices in lamentation . on the next day , samon leaves for izumo , and meets tanji . samon blames tanji for his lack of loyalty , citing a historical event of koshukuza in wei . samon , who has killed tanji , is missing . the story ends repeating a similar line to an opening , ' truly , one must not form bonds of friendship with a shallow man . ' the source of ' the reed-choked house ' is ' aiqing zhuan ( the story of aiqing ) ' in " jiandeng xinhua ( new tales after trimming the lamp ) " and its adaptation made by ryoji asai , ' fujii seiroku yujo miyagino o metoru koto ( in which fujii seiroku marries the courtesan miyagino ) , ' in " otogiboko ( talisman dolls ) . " in the period of sengoku , katsushiro and his wife miyagi live together in mama , in the katsushika district of shimousa province . the family was originally rich , but katsushiro doesn 't like working and they are growing poor , and their relatives have shunned them . katsushiro is stimulated and makes up his mind to turn his entire fortune into silk and go up to kyoto with a merchant called soji sasabe . katsushiro promises to return in the autumn , and he departs from home . before long , the kyotoku no ran war ( the turmoil of the kyotoku war ) takes place in the kanto region , and the peace is disturbed . some men who are attracted by miyagi 's beauty try to get close to her , but she refuses them and continues to wait alone for her husband . however , when the autumn arrives , katsushiro doesn 't come back . meanwhile , katsushiro sells silk in kyo and makes a fortune . and when he knows the turmoil taking place in the kanto region , he tries to hurry on his way home , but he is attacked by robbers and loses his entire fortune in kiso . also , he hears that there is a barrier station farther ahead and that travelers are being stopped there . katsushiro assumes that miyagi is dead , and he heads for omi . there katsushiro gets sick , and he stays at a house of sasabe 's relatives , the kodama family . in the course of time , he gets to know some people and lives there for seven years . around this time , the disturbances break out in omi and kyo , katsushiro remembers miyagi . and he makes up his mind to return home . it takes 10 days and more to return , and it has already gets dark . he looks for his house in the completely changed land , and at last he comes home . when he sees the house , a light glimmers through a gap in the house . he wonders if miyagi is still alive and clears his throat , then he is asked , ' who is there ? , ' which is his wife miyagi 's voice , though it sounds husky . when the wife comes out of the door , she looks completely changed as if she was a different woman . when miyagi sees katsushiro , she bursts into tears , and katsushiro is also astonished at the unexpected situation . soon katsushiro tells her about what he was doing , and miyagi tells him about the hard times she experienced as she waited for him ; that night , they sleep together . next morning , when katsushiro gets awake , he notices that he is in a deserted house . miyagi , who he thought slept beside him , is gone . katsushiro realizes that his wife was dead , and when he looks around inside of the house , he founds a burial mound at the place where the bed was . a sheet of paper is put there . there is a poem on it in his wife 's handwriting . my husband will come back some day . to believe so , i can live until today . ' when he sees this , katsushiro realizes his wife 's death again and cries out and collapses . he thinks that it is a pity for him not to know when his wife died , and goes outside , where the sun rises high already , in order to see somebody who knows it . he asks his neighbor , who knows about an old man . he is the old man who has lived here for a long time ; he is called uruma no okina , and katsushiro also knows him . uruma no okina tells him what it was like there amid the turmoil after katsushiro left , that miyagi had bravely waited alone for him but the autumn passed and she died on the tenth day of august in the following year , and that uruma no okina performed a memorial service for the dead ; then he advises katsushiro to hold a memorial service for her . at night , both of them raise their voices in lamentation and pass the night invoking the buddha 's name . when uruma no okina tells him a story of tegona , which has been handed down in the village , katsushiro makes a poem . men of former days would love tegona in mama , who lived long ago , the way i did miyaki . ' this is a tale passed down by merchants who traveled often to that province . " recent anecdote , yoshino of shoetsu " already made clear in 1783 that ' the carp of my dreams ' was based on ' xue lu-shi yu fu zheng xian ( junior magistrate xue 's piscine metamorphosis ) ' in " xingshi hengyan ( constant words of awakening the world ) , " and tanji goto pointed out that the work also referred to the hakuwa shosetsu ' yu fu ji ( account of a piscine metamorphosis ) ' in " gujin shuohai ( sea of tales old and new ) " during the ming period . a main character is kogi , who is well known as a painter-monk at onjo-ji temple in omi province . he particularly likes a painting of fish , and following a dream in which he swims around with many kinds of fish , he paints exactly what he has seen and calls the painting ' the carp in my dreams . ' but he never gives the painting of the carp to anyone . such kogi dies of disease . however , around his chest it is strangely warm . the disciples wonder and leave the dead alone , and three days later kogi recovers consciousness . kogi says that at the house of the taira officer , one of the supporters of the temple , a banquet is being held and they are eating fresh namasu ( a dish of raw fish and vegetables seasoned in vinegar ) and others , so he sends a messenger to ask the supporter to come to the temple , and the taira officer is really having a banquet . kogi tells everybody how the banquet was going in detail , and explains why he knows that . while kogi was sick in bed , he didn 't notice that he was dead and instead went to lake biwa , with the use of his walking stick , and swam there . he wanted to swim more freely and envied the fish , then watadumi ( the lake god ) changed his body into that of a carp . so , kogi began to swim as he liked . the michiyukibun in which beauty spots of the lake biwa like the eight views at omi appears was praised highly by yukio mishima , who said , ' the ultimate poem composed by akinari . ' however , after a while kogi felt hungry and took a bait , whereupon he was caught and taken to the officer 's house ; he was awake when he was killed with a sword in spite of asking for help . the officer wonders at the story , but he makes his servant throw the rest of namasu dish into the lake . kogi , whose illness passes , eventually dies a natural death . at his death , the paintings of carp by kogi are released into the lake , and the carp leave the paper and begin to swim . it is recorded in " kokon chomonju " ( a collection of tales heard , past and present ) that his disciple narimitsu is well known for his divine skill in painting pictures of chickens . the owl of the three jewels ' is set in the edo era . after muzen hayashi of ise province retires from his position , he starts on a journey with his youngest son , sakunoji . they see various things around them , and then head for mt . koya in the summer . they are late , and it is already night when they arrive . they had wanted to stay at kongobu-ji temple , but they are refused because of the temple 's rule , so they decide to spend the night chanting the buddhist invocation at the veranda of the lantern hall before the mausoleum . when they spend their time in silence , outside a bupposo bird cries ' buppan buppan . ' muzen becomes interested in the unusual voice of the bird , and creates a poem . the mysterious chirping of birds is heard from a bush on the sacred mountain ( of the shingonshu sect ) , mt . koya . ' when he strains his ears in hopes of hearing the voice of the bird again , he hears something different . somebody seems to come over to them . they are surprised and try to hide , but they are found by a samurai ; in a panic , they climb down from the veranda and prostrate themselves on the ground . with the sound of many shoes , a nobleman in eboshinoshi ( court robes and cap ) appears . and he starts to have a banquet brightly . after a while , the nobleman calls rengashi ( linked-verse poet ) joha satomura and has him tell a story . the story proceeds to an interpretation of a poem written by kukai and is collected in " fuga collection of poetry ( waka ) , " ' if travelers forget that the stream of the tamagawa river is poisoned , would they take water from it in far-away koya ? ' when joha finishes his story , bupposo cries again . so , the nobleman tells joha to make a poem . joha says , muzen prostrating himself on the ground should present his poem to us . when muzen asks who they are , he knows that the nobleman is a ghost of hidetsugu toyotomi and that the others are the ghosts of his followers . muzen writes his poem down with difficulty and presents it to them , whereupon tonomo yamamoto recites it . the mysterious chirping of birds is heard from a bush on the sacred mountain ( of the shingonshu sect ) , mt . koya . ' hidetsugu praises the poem . a pageboy sanjuro yamada adds a linking stanza to the poem . spending a short summer night at the bedside , burning poppies . ' joha and hidetsugu say , well done , and the party becomes livelier . one of the retainers , awaji ( shigemasa sasabe ) suddenly gets upset and tells them that the asura time is coming . so , the calm atmosphere that had filled the place instead becomes bloodthirsty , and everybody there becomes pale . hidetsugu orders his retainers to take the two people outside on the ground to the asura realm , but he is protested by his retainer and soon they disappear . the father and son are so scared that they faint . when the morning arrives , they get up and climb down the mountain in a hurry . the story ends by stating that when muzen passed by the brutality mound of hidetsugu in the zuisen-ji temple , he felt something horrible even in daylight , and that this story has been recorded just as he told it . the jealous woman 's discussion in the opening of ' the kibitsu cauldron ' was derived from book 8 of " wuzazu ( five miscellanies ) . " in the province of kibi lives a man called shodayu izawa . his son , shotaro , has a strong sexual desire , and he doesn 't listen to his father but indulges in sensual pleasure . so , he comes up with the idea of taking a woman as his son 's wife in order to make him behave , and he arranges a match between his son and miki kasada , a daughter of the head priest at kibitsu shrine . in order to pray to the god for happiness , the cauldron purification ritual is going to be held . when the water boils in the cauldron , if a sound like lowing cattle is produced , it indicates a good fortune , but if not , a bad fortune . however , there is no sound , so this marriage is considered to be a bad fortune . when kasada consults his wife about this oracle , she says they can 't change their decision because their daughter and the groom 's family are counting the days , so if they reveal the bad fortune like this , they won 't know what might happen , and the marriage is decided . the bride , isora , is a woman of well-formed character , and serves the family very hard , being a perfect wife . shotaro also considers that isora is a good wife . however , after a while he takes a prostitute mistress called sode outside ; he does not return home but instead lives with the mistress . the father of izawa confines shotaro , who doesn 't change his behavior at all , in a room . isora waits on shotaro faithfully , but he betrays isora and runs away with money . isora , who has been so cruelly deceived , becomes sick and bedridden , weakening day by day . meanwhile shotaro , who has run away with sode , stays at the home of hikoroku , a relative of sode , and they live happily next door to hikoroku . but something is wrong with sode . she is as if possessed by some malign spirit . while he doubts if isora curses her , sode passes away after seven days in spite of all the care . although shotaro is in deep distress , he prays for the repose of her soul . then shotaro continues to visit her grave in the evenings . one day , when he goes to the grave as usual , he sees a woman there . she says that her master passed away , and she pays a daily visit to the grave on behalf of her master 's wife , who is sick in bed . shotaro gets interested in the wife , who has been well known for her beauty , and he follows the woman to visit the wife and share sorrows with her . in a small thatched house , over a folding screen , the wife is there . when shotaro offers his condolences , it is isora who appears from the folding screen . shotaro is frightened by her ghastly pale face , and he faints . when he opens his eyes , he is in a samadhi hall . he rushes to his house and tells hikoroku what has happened , and hikoroku leads him to the yin-yang diviner . the yin-yang diviner writes chinese characters in ten and chu style on shotaro 's body , and warns him to shut himself inside for forty-two days and says that he must make sure not to go outside at all if he doesn 't want to die . at night , while he shuts himself inside as he was told to do , he hears a woman 's voice say , ' so disappointed . the sentences of blessed charms are written here ( so i can 't enter ) . ' he tells hikoroku how he was scared through the wall . he goes through the terror of that constant voice , and at last the forty-second day comes . when hikoroku notices daybreak , he calls shotaro over the wall , and he hears shotaro 's scream , ' oh , no ! ' he hurries outside and sees that the sky is still dark , and then he sees blood dribbling from the wall and a man 's topknot hanging from the edge of the eaves . it is not known where shotaro has gone . when izawa and kasada hear the story , they become sad . thus it is said that the accuracy of the yin-yang diviner 's divination and the rightness of the cauldron 's oracle are truly sacred . a serpent 's lust ' is the only medium-length story in " ugetsu monogatari . " it was an adaptation from ' bai niangzi yong zhen lifengda ( eternal prisoner under the thunder peak pagoda ) ' in " jingshi tongyan ' warning words to penetrate the age ) , " but it has a unique ending connected with the story of anchin and kiyohime . kyosen , hakujoshi and seisei in the original story respectively correspond to toyoo , manago and maroya . the story begins with a line of ' i wonder whose era it was , ' which is like a narrative . there is a fishermen 's boss called oya no takesuke in shingu city , kii province . his third child , toyoo , is a gentle boy who favors the refined ways of the capital and shows no interest in his family business , so he and the oldest son let him do as he like . one day , when he goes back home from his mentor abe no yumimaro , a priest at shingu , the rain began to pour down from the southeast , so he folds his umbrella and takes shelter from the rain in the fisherman 's hut . then a woman of about twenty comes into the hut with her servant girl to get out of the rain . this woman is incredibly beautiful and graceful , so toyoo is attracted by her . so toyoo lends his umbrella to the woman , and a few days later he is going to visit a house of agata no manago for the umbrella . at night , he has a dream that manago appears and he flirts with her at her house . that is why he visits manago 's house soon . a servant girl , maroya , leads him to the splendid house that is exactly what he saw in his dream , and he has a fun time with manago , although he wonders about it only for a second . manago tells him that she lost her husband and is alone now , then she proposes marriage to him . although toyoo hesitates , thinking of his father and older brother , he accepts the offer , is given a treasured sword and returns to his house that day . on the following day , his father , mother and older brother found toyoo have a dubious treasured sword , and they sternly asks him how he got it . toyoo explains that he was given it by somebody , but they wouldn 't believe him . his sister-in-law cannot remain indifferent , and she asks him and tells her husband what toyoo has explained to her . the oldest brother doubts his story because there is no such a house like agata , and he notices that this is a treasured sword which was recently stolen from kumano hayatama taisha shrine , and father and older brother takes him to the head priest . toyoo also explains his story to the officer and says he is going to agata 's house . when he arrives , the splendid agata 's house has been in ruins . when they ask a neighbor about it , they figure out that nobody has lived there for three years . a fishy smell drifts from inside . a courageous samurai becomes the first to go into the house to look around , and he finds a beautiful woman . when he tries to catch her , thunder rumbles loudly and the woman disappears . and then there is a mountain of treasures that were stolen . toyoo 's punishment is reduced but not pardoned , and the oya family pays money ; after a hundred days , he is released . toyoo 's older sister marries a merchant called tanabe no kanetada and lives in tsubaichi , yamato province . toyoo goes to live there . in the spring , many people visit hase-dera temple , and manago and maroya appear . toyoo is scared , but manago proves herself not to be a monster and makes him feel relieved . she also makes the excuse that it was a trick in order to protect herself , and through the kanatada couple 's intervention toyoo at last marries manago . they are married and live happily together . in march , kanatada comes to travel yoshino with toyoo and his wife . manago refuses the offer because of her chronic complaint at first , but she is persuaded . they enjoys the travel and are eating their meal by the waterfall in the yoshino detached palace , when someone comes over . he is an old man who serves oyamato-jinja shrine , and he instantly looks through the true form of manago and maroya , and then two people plunge into the falls and vanish with water flowing out . the old man tells toyoo that if he kept being on intimate terms with the demon , toyoo would die , but if he took his courage , he could get rid of the demon , and advises him to keep himself calm . toyoo returns to kii province . and he is going to takes a daughter of the steward of shiba , tomiko , as his wife . when he spends the second night with tomiko , she is possessed by manago . being in the figure of tomiko , she blames toyoo for his indifferent attitude . maroya too appears in front of toyoo , who is about to faint , and he spends the night in terror . next day , toyoo explains it to the steward , and they go to a monk of kurama-dera temple , who happens to come here , and ask him to pray for toyoo . the confident monk , however , is defeated by manago , and he dies of her poison despite their care . toyoo corrects his thought by noticing that other people have become victims for the sake of his own life , and he faces manago and requests that if she will spare tomiko 's life she can take him anywhere she likes . the steward thinks of this situation , and he makes up his mind to ask a priest called hokai at the dojo-ji temple this time . and hokai says he will come later , and tells him to press down the demon until hokai arrives . when toyoo is pressing down manago with a given stole , hokai shows up before long . when toyoo lifts the stole , tomiko and a three-foot serpent are there , unconscious . he catches the serpent and a little snake jumping toward him , places them a bowl , wraps up it with his stole , buries it in the ground of the temple and makes a serpent mound . after that , it is said that tomiko dies of disease , and toyoo 's life is spared . a main character of ' the blue hood ' is a zen master kaian , also known as kaian myokei , who really existed and is known for establishing daichu-ji temple in shimotsuke province . after zen master kaian led a tranquil life in mino province , he sets out on a journey for the ou district . it is evening when he reaches tomita , in shimotsuke province . he visits a big house in the village to ask for a night 's lodging , and when people of low birth see the zen master , they run off to the corners , making a fuss and crying , the mountain ogre has come . the master of the house appears ; he welcomes kaian , apologizes to him for the people 's rudeness and offers an explanation for the misunderstanding . at a temple in the nearby mountain , there was an ajari ( high rank of priest ) , who was very studious and respected by everyone , but when he brought back a servant boy with him from koshi , where he had administered the vows at an initiation ceremony , he came to favor the boy . when the boy died of disease in april of this year , ajari stayed close beside the body for days , and he went mad , eating the flesh and licking the bones , till at last he had eaten up everything . the ajari turned into an ogre and came to eat dead bodies , digging up the graves , so those fellows are terrified . when the zen master hears this , he tells about various stories of gosho ( baggage of evil manners ) that have been handed down . he says , ' that 's because he was a person of such straight and sturdy nature , ' and ' if his mind is released , he will be a monster ; if his mind is set in , he will become buddha , ' so he decides to instruct the ogre and lead him back to his original mind . at night , the zen master goes to the mountain temple , and it falls to utter ruin . he asks for a night 's lodging , and the owner abbot says , " suit yourself , " and goes to his bedroom . at midnight the abbot appears and looks for the zen master , but he seems not to be able to find the zen master , passing by him . he runs around , dances crazily , gets tired and falls down . dawn comes and when the abbot regains his sanity , he is dumbfounded to see the zen master sitting right where he was sitting . the zen master says , ' if you are hungry , you can eat my flesh , ' and when he tells the abbot that he was sitting here without sleeping , the abbot feels shame at his wretched state , and reveres the zen master as buddha . the zen master has the abbot sit on the stone and put his blue hood on the head of abbot in order to instruct him . and he gives the abbot two shodoka ( chinese long poetry ) . the moon lights the cove , the wind blows through pine trees . why does this holy night exist , which seems to be forever ? ' and he says , ' if you understand the meaning of this phrase , you can regain your merciful heart . ' he then climbs down the mountain and tells the villagers not to go up to the mountain , and he sets out on his journey to the ou district . in october of the following year , the zen master returns to tomita and asks the owner of the house in which he had stayed about the ogre ; the owner is very pleased because the ogre has not climbed down the mountain since then . the zen master climbs the mountain to find the abbot murmuring the shodoka on the stone in the deserted temple . so , he takes his zen stick and strikes the abbot 's head with it , saying , ' what do you live for ? ( what is the reason for your existence in this world ? ) , ' and the body of the abbot dissolves instantly like ice melts , along with the bones , leaving only the blue hood that had been on his head . and the abbot 's obsession disappears . after that , kaian the zen master becomes the abbot of the temple , changing it from the shingon sect to the soto sect , and it is said that the temple continues to flourish . on poverty and wealth ' is a so-called dialogue about money . a main character is sanai oka , or sanai okano , who served ujisato gamo . sanai oka was a person who is well known for his anecdotes about money , and his name appears in various books . sanai is known for respecting thrift , desiring riches and honor , as well as for his way of killing time , which is to set gold coins on the floor in the room . however , he is not stinginess , and when he knew that a servant saved a gold coin , he talked about the importance of money , praising the servant and giving him 10 gold coins . that is why he was popular even among the ordinary people . one day at night when sanai is sleeping , a tiny old man appears beside his pillow . he asks the old man who he is , and the old man answers that he is a spirit of the gold . he says that he comes here because he wants to talk about various things to take his mind off daily life . and he wails about the trend among people to consider money as something dirty . he recites proverbs such as , ' those who have ambition are not killed by creeps , ' judging that a wise man who is contented with honest poverty may be wise , but such behavior is not wise in that he doesn 't consider money important . sanai becomes interested in him , and asks some questions like why eight of ten rich people are greedy and cruel , why the honest hard worker can 't be rich , whether it is because of the actions in former lives in the buddhist context , and whether it is because of the will of heaven in the confucian context . the old man criticizes the teaching of buddhism as perfunctory , and states his opinion . he explains that , in short , money is something without feelings , and ' it acts by nature 's sense ' --there is interposition of the logic of right and wrong--therefore , money is gathered to those who treat it with respect ; he says it is a skill to save money , so it is irrelevant to the actions in former lives or the will of heaven . sanai is pleased with his story because his long-held doubts have been dispelled , and he asks one more question about a movement of a power struggle in the future . the old man talks about military commanders from the perspective of ' wealth . ' and he makes a prediction that hideyoshi toyotomi reigned over the whole country after kenshin uesugi , shingen takeda , and nobunaga oda , but it won 't last long . and he intones an eight-character verse . red-letter grass grows , the sun rises high and shines , and farmers return home ( that is , ieyasu tokugawa will conquer a country ) . ' dawn is approaching , and the old man greets him and vanishes . sanai thinks of the given poem , and when he grasps the meaning he comes to believe it deeply . and times have changed as the old man predicted . ugetsu monogatari it is a japanese movie made in 1953 . director , kenji mizoguchi . matsutaro kawaguchi and yoshikata yoda adapted both ' the reed-choked house ' and ' a serpent 's lust ' for the movie . the story takes place in omi province and kyo . machiko kyo , kinuyo tanaka , and others appear in the movie . the movie was honored with the silver lion award at the venice international film festival . because the copyright expired completely ( 50 years after its release and 38 years after the director 's death ) , a public-domain dvd has become available . kyoto specters map , the new wife of a 900-year old who lives in sagano it is a tv drama which was broadcast on tv asahi corporation network , ' saturday waido theater ' in 1980 . it is an adaptation from ' the reed-choked house ' and ' a serpent 's lust , ' which is the same as the movie , and this is also homage to the movie . the director was tokuzo tanaka , who once was an assistant director in film productions . the creative team was shochiku , which made the dramatic tv series of hissatsu shigotonin ( actually , kyoto film studio ) , and despite its being an entertainment it was made elaborately with the visual beauty so characteristic of hissatsu series . very strange stories kk paperback library , kodansha ltd . , published in 1991 masamoto nasu adapted the stories of ' the chrysanthemum vow , ' ' the blue hood , ' ' the reed-choked house , ' ' a serpent 's lust , ' and ' the carp of my dreams , ' for children 's stories respectively , ' promise , ' ' ogre , ' ' burned-out site , ' ' snake 's eyes , ' and ' gengorobuna ( dytiscid carp ) . ' he asked himself , ' is it possible to reproduce the yearning for mystery that japanese people have held in their minds since old times ? , ' and he is said to have written them . the illustrations were by toshiya kobayashi . yakai vol . 5 a title of the play by miyuki nakajima , ' yakai ' vol . 5 ( 1993 ) , was ' the flowers lost their colors , while i set myself in this life and became lost in thought as time went by in vain ; during spring the rain continually fell downward . ' miyuki nakajima appeared in the poster wearing twelve-layered ceremonial kimono , pretending to be ono no komachi and showing her back . the story was based on a tradition of ono no komachi and ' the reed-choked house ' in ugetsu monogatari . emissary of rain and the moon it was a tv drama of an hour-and-a-half that was aired in 1987 by the japan broadcasting corporation . screenplay by juro kara , and directed by kenki saegusa . starring tetta sugimoto and megumi yokoyama . although the relationship of the main characters was changed into that between brother and sister , it was inspired by ' a serpent 's lust . ' miyuki nakajima wrote the music for a theme song written by juro kara , which has the same name as the original title , and she sang it , featuring it on her album entitled " jidai - time goes around . " in november 2005 , ' the chrysanthemum vow ' was adapted for a recitation cd read by akira ishida and produced by u-zra8 ( beepa ) . +" hojoki , " written by kamo no chomei , is a representative essay in the history of medieval japanese literature . hojoki ' was named after the event of kamo no chomei 's building a iori ( a hut ) in one square jo on mt . hino . tradition holds that it was written in 1212 , the kamakura era , but the original manuscript is thought not to exist . the oldest existent transcription is daifukukojibon , which is often used as a master copy for the study of the work . it was the first excellent literary work written in chinese characters and katakana , or the wakan konkobun mixed writing style of chinese characters and hiragana . additionally , it contains an essay on his view of life , explaining how people should live in troubled times . it was about 100 years later that " tsurezuregusa " ( essays in idleness ) was written by kenko yoshida . together with " the pillow book " written by sei shonagon , these works are called the three japanese major lists , histories and satires . also , it is considered to be a pioneering work of insei literature ( literature of retirement ) . ( there is also a view that " chiteiki , " written by yoshishige no yasutane , was a pioneering work . ) it is said to be the literature representing kamo no chomei 's mujokan ( buddhist concept of the impermanence of worldly things ) . in the opening of the work , he wrote about the transitory nature of fleeting things , and then the disasters that had occurred in his time or in the past , and his life in a thatched hut was described during the latter part . moreover , at the end of the work he denied any attachment to life in a thatched hut because it would prevent people from achieving spiritual enlightenment . the river never stops running , and the water is never the same as before . the bubbles are floating on the pool ; some bubbles are disappearing and some are coming up ; they will never be the same . ' it is the end of march 1212 , and renin the monk is writing this down at the hut in toyama . ' it is clear and elegant . exclamatory expressions and couplets were frequently used . it is written in wakan konkobun . the first part of the book focuses on natural calamities such as the fire of angen in 1177 , the relocation of the capital that took place shortly after the whirlwind in 1180 , the famine that occurred between 1181 and 1182 , and the big earthquake that hit the capital in 1185 . in the latter part of the book , he wrote an explanation or a writing that appeared to be an excuse as to why he had to bemoan his bad luck , which was not suitable for the life of aristocracy , but this part is considered a very important and interesting material from the perspective of present-day disaster prevention . the fire of angen around 8 p.m. , on april 28 , 1177 , a fire broke out through the careless handling of burning things in the inn of a dancer in the southeast of the capital ( near the present jr kyoto station ) . soon the fire spread to the northwest of the capital , and overnight suzakumon , daigokuden , the daigakuryo organization and minbusho department , etc . , were reduced to ashes . 16 residences of the court nobles were burned down , and one-third of the houses of common people in the capital were destroyed by fire . dozens of people were killed in the fire ( hundreds of people , according to " heike monogatari ( the tales of the heike ) " ) . the tornado of jisho in april 1180 , a big tornado ( a " whirlwind , " according to chomei ) occurred near the crossroads of nakamikado-oji street and higashikyogoku-oji street ( near the present matsukagecho , kamigyo ward , kyoto city and the kyoto city museum of historical materials ) . probably autumn leaves after the wind passed , there remained only crushed houses , beams , and pillars . the tornado passed the capital toward the south-southwest , but it seemed to disappear before reaching what is now higashi hongan-ji temple . the famine of yowa a famine took place during the years 1181 and 1182 , and many farmers in various provinces abandoned their lands . the imperial court tried in vain to depend on various incantations and prayers , and in addition to the rise of prices , a plague killed many people . ryugyohoin , in ninna-ji temple , mourned the countless people who died of starvation , and every time he encountered the dead he would write a letter of ' 阿 ' on their foreheads for kechien ( making a connection with buddha for the repose of the spirit ) , and it is said that the number of the dead exceeded 42,300 . however , it is assumed that this famine was not brought about naturally but was caused by a shortage of food that had occurred because , in addition to the transfer of the national capital to fukuhara by the taira clan , minamoto no yoritomo and yoshinaka kiso took up arms , and rice as render was not carried to the capital . the earthquake of genryaku on july 9 , 1185 , a big earthquake hit the capital . mountains collapsed , the sea became rough , lands were split , and rocks fell down to the bottoms of ravines . it is said that the aftershocks continued over three months . +tsurezuregusa is an essay which was written by kenko yoshida , or kaneyoshi urabe ( real name ) . it is valued as one of the japan three majors lists , histories and satires , along with " makura no soshi " ( the pillow book ) by sei shonagon and " hojoki " ( an account of my hut ) by kamo no chomei . the view that it was compiled between august of 1330 and september of 1331in the kamakura period is dominant , but there are many different opinions , any of which are not accepted widely . it should have been written by kenko , who was in the middle years of his life , but some people claim that it includes the writings written when he was young . the collection contains both japanese writing in which mainly kana ( japanese syllabary characters ) were used and the mixed writing of japanese and chinese . it consists of 244 sections including the preface . in the preface , he wrote that ' he is going to write essays just to kill his time , ' but in fact , he pursued a meaningful life through his contemplation , miscellaneous thoughts , and anecdotes . the work covers a wide range of topics , reflecting kenko 's various aspects as a poet , a classical scholar , and a calligrapher . it is said to be hermit-literature . because kenko yoshida set up his residence at narabigaoka hill , where ninna-ji temple is also located , the work contains a lot of stories concerning the ninna-ji temple . nobody had paid attention to the work for a hundred years after it was written , but a monk called shotetsu found it in the mid-muromachi period . during the edo period , it became popular with the townspeople , having a great influence on edo culture ; bansai kato wrote " tsurezuregusa sho " ( a commentary on tsurezuregusa ) in 1661 and kigin kitamura wrote a commentary called " tsurezuregusa mondan sho " in 1667 . therefore most of the manuscripts were created during the edo period , and the ones transcribed during the muromachi period were few . sadayo ( ryoshun ) imagawa , kyushu tandai ( local commissioner ) of the muromachi bakufu ( japanese feudal government headed by a shogun ) was on friendly terms with meishomaru , a disciple of kenko yoshida , so it is natural for him to have been involved in the compilation of the work after the death of kenko . tsurezurenaru mama ni higurashi suzuri ni mukaite kokoro ni utsuriyuku yoshinashikoto wo sokohakatonaku kakitsukure ba ayashiu koso monoguru hoshikere . with time on my hands , i am spending a whole day before the inkstone ( holding a writing brush ) , jotting down random thoughts that come across my mind , which makes me feel strange and demented . +" new collection of ancient and modern poetry " was compiled by order of emperor gotoba in the early kamakura period . it was the last collection of the ' hachidaishu ( the first eight collections of waka compiled by imperial command ) , ' after kokinshu ( an abbreviation for ' collection of ancient and modern poetry ' ) . it was a collection of poems modeled after " kokinshu , " and was compiled to complete the seven collections , attempting to restore waka poetry to its former elegant status because it was being invaded by the newly rising genres of poetry , renga ( linked verse ) and imayo ( an ancient verse form consisting of four lines , each divided into two parts of seven and five syllables ) . it produced unique beauty , following tradition in all ages . along with ' manyoshu ( collection of ten thousand leaves ) ' and ' kokin , ' it produced one of the three major styles of poetry-- ' shinkokincho ' ( tone poems seen in ' new collection of ancient and modern poetry ' ) --and had great influence not only on waka poems but also on the later renga , haikai ( seventeen-syllable verse ) and yokyoku ( noh song ) . there were several anthologists , imitating kokin . the ex-emperor ordered the following six people to serve as anthologists : michitomo horikawa , fujiwara no ariie , fujiwara no sadaie , fujiwara no ietaka ( junii ( junior second rank ) ) , masatsune asukai , and jakuren , who died prior to the completion of the work . when the wakasho agency was established , 11 yoryudo ( clerks ) , including the anthologists , and the kaigo ( post ) minamoto no ienaga , were chosen , and the ex-emperor gotobain was deeply involved in the work , such as in choosing poems . most of the people in the inkadan ( poetry circles of in ) joined in the compilation , and the work of revision and creation continued over a span of several decades , which was unusual among the hachidaishu . in july 1201 , the wakasho agency was established , and in november of the same year the imperial command to compile a collection was issued ; in 1204 poems were chosen , and on march 26 , 1205 it was completed and submitted to the ex-emperor for inspection , and the kyoen ( a party following the selection of poetry ) was held . subsequently , the work of revision continued until december 1216 . it was generally divided into the following four terms : the first term - from 1201 , when the order was issued , until the anthologists collected the poems . the poems were chosen from among the excellent poems that had not been selected for the collections of poems by imperial command , the six hundred sets of poetry match ( held by ryokei ( fujiwara no yoshitsune ) ) , and the one thousand five hundred sets of poetry match ( held by the retired emperor ) . the second term - a period in which the retired emperor himself closely examined and selected poems . the third term - a period of classifying and arranging poems . the yoryudo who were not included in the group of anthologists also joined the work . it was tentatively complete by 1204 . the fourth term - a period of correcting and revising . it was finally completed between 1210 and 1216 . it comprised 20 volumes : spring poetry ( 2 volumes ) summer poetry autumn poetry ( 2 volumes ) winter poetry gaka ( celebration poetry ) aishoka ( mourning poetry ) ribetsuka ( separation poetry ) kiryoka ( traveling poetry ) koiuta ( love poetry ) ( 5 volumes ) zouka ( other poetry ) ( 3 volumes ) jingika ( worshipping poetry ) shakyoka ( waka about buddhism ) the opening kanajo ( preface written in hiragana ) was written by yoshitsune kujo , and the ending manajo ( preface in kanbun , in a washo japanese book ) was written by fujiwara no chikatsune . the number of collected poems came to 1979 , which was the most in the hachidaishu , and all the poems were tanka . the poems were skillfully arranged : volumes of four seasons were arranged in the order of seasonal transition , koiuta was arranged according to the development of love , and poems of ancient and contemporary were placed in alternating order . among the selected poems , 94 of saigyo 's poems were chosen , which was the most , followed by jien , fujiwara no yoshitsune , fujiwara no toshinari , empress shikishi ( the most among the female poets ) , fujiwara no sadaie , ietaka , jakuren and the retired emperor gotoba . a few poems written by manyo poets were also included . the characteristics of shinkokincho ( tone poems seen in ' new collection of ancient and modern poetry ' ) are as follows : aesthetic , emotional , fantastic , pictorial , cadenced , symbolic and artificial . sadaie developed the idea of yugen ( subtle and profound beauty ) or ushin , which was advocated by his father toshinari , and established ' suggestiveness and fascinating style , ' being greatly reflected in the collected poems . additionally , it is sometimes pointed out that there is a pathos in viewing downfall and nature along with the downfall of the aristocracy , whose power in politics had been taken away since establishment of the kamakura shogunate . moreover , around this time poems full of flowery poetic devices were composed because daiei ( poetry composed on a set theme ) events were held frequently . because of daiei , realistic poems depicting the changes of emotion were being outmoded , and complex symbolic poems elaborated in the given theme came to predominate . honkatori ( adaptation of a famous poem ) is a remarkable feature of it , having been facilitated by a long history of the waka poem since jodai . regarding poetic devices , taigendome ( to use a noun in the end of a poem ) , which makes poems resonant , shokugire ( to distinguish the meaning between the first and second phrases ) and sankugire ( to distinguish the meaning between the third and fourth phrases ) in the seven-and-five syllable meter were used . about okibon even after the retired emperor gotoba was exiled to oki province because of the jokyu no ran war ( 1221 ) , he spent eighteen years bringing the collection to a high level of refinement , and issued an imperial edict , stating that the new collection , which eliminated about 400 poems , was the authentic new collection of ancient and modern poetry ( see ' okibon with annex ' ) . thus it was called ' okibon ( new collection of ancient and modern poetry ) . ' this article doesn 't mention okibon , and today it is considered that the one completed first is authentic . +ki no tsurayuki ( 866 or 872 ? - june 19 , 945 ? ) was a poet and essayist from the early to the middle heian period . he was one of the 36 immortal poets . ki no tomonori was his cousin . male his childhood name was akokuso . in 905 , by order of emperor daigo , he compiled " kokinwakashu ( collection of ancient and modern ) , " the first collection of poems by imperial command , with ki no tomonori , mibu no tadamine and oshikochi no mitsune , and wrote the kanajo ( preface written in hiragana ) . it began with the following line , which exerted a great influence on posterity : ' waka has its roots in the human heart and flourishes in the myriad leaves of words . ' also , his waka poem was collected in " ogura hyakunin isshu ( a hundred poems by a hundred poets ) " ( i 'm not sure whether your mind is the same as before ; however the japanese plum , which i know well because i 've been here several times , blooms finely and perfumes sweetly to welcome me ; would you come around to help me stay up for the night ? ) . as an essayist , he is well known for writing " the tosa diary . " in the time when it was common for men to write in chinese characters , he pretended to be a woman and wrote , in hiragana , a journal of his journey from tosa province to kyoto . that is why the narrator of the diary is a woman . in the history of japanese literature , it was probably the first prose written in hiragana , and it had a great influence on the later literature of diaries and essays , contributing to the development of literature by female authors . * dates = according to the lunar calendar until december 2 , 1872 he was born between 866 ? and 872 . ( ? ) april 905 : he compiled " kokinwakashu " as one of the editors by order of emperor daigo . february 906 : he was appointed echizen gonnoshojo . february 27 , 907 : he was transferred to naizen and tenzen . september : when emperor uda went out to the oigawa river , he dedicated a poem and a preface to the emperor . february 910 : he was appointed shonaiki . april 913 : he was transferred to dainaiki . 913 : he joined " teiji-in no uta awase . " he made a folding screen painting and other things . january 7 , 917 : he was granted the rank of jugoinoge ( junior fifth rank , lower grade ) . he remained in the position of dainaiki . he also held the post of kaganosuke . february 918 : he was also appointed minosuke . he was removed from kaganosuke . february 923 : he was appointed daikenmotsu ( duty ) . in september 929 , he was transferred to ukyoryo . january 930 : he was appointed governor of tosa province . he compiled " shinsen wakashu " by order of emperor daigo . february 935 : he finished his duty as the governor of tosa province and returned to kyoto . later he wrote " the tosa diary " as a journal of his travels . march 940 : he was appointed genba no kami . january 7 , 943 : he was promoted to the rank of jugoinojo ( junior fifth rank , upper grade ) . he remained in the post of genba no kami . march 28 , 945 : he was appointed moku no gon no kami . in the same year he passed away ? april 18 , 1904 : he was granted junii ( junior second rank ) . if it starts to haze and snow in spring , it looks like flowers are falling down in a village with no flowers ( kokin 9 ) . will the wind of today , the first day of spring , melt down the frozen water that made my sleeves wet when i scooped ? ( kokin 2 ) i 'm not sure whether your mind is the same as before ; however , the japanese plum , which i know well because i 've been here several times , blooms finely and perfumes sweetly to welcome me ; would you come around to help me stay up for the night ? ( hyakunin isshu 35 ) i have fallen in love as fast and rushing as the water of yoshinogawa river goes among rocks with great splashing ( kokin 471 ) . +in " the tosa diary , " ki no tsurayuki wrote about his thoughts and the events that occurred on his journey from tosa province to kyoto . the original manuscript seems to have been called " tosa no niki . " it is said to have been completed around 935 . tsurayuki , who had been the kokushi of tosa province from 930 to 934 , wrote about his 55-day journey from tosa to kyoto after he had served out his term , pretending to be a female writer and using hiragana . in this time it was common for men to write a diary in chinese characters , and that is why he wrote it pretending to be a woman who served him . it includes 57 waka poems , too . the contents of the writing are diverse , but he gave particular emphasis to his love for his daughter , who passed away in tosa province . it is also considered that in order to write his lament objectively , he didn 't write it from the male point of view such as tsurayuki himself or his servant , but from a court lady 's view . in the history of japanese literature it was probably the first " diary literature , " but it was approximate to a travelogue rather than the present diary . it had a great influence on the later writing in hiragana and the development of women 's literature . there is a strong possibility that it had great influences on " kagero diary ( the gossamer years ) , " " izumi shikibu diary , " " murasaki shikibu diary , " " sarashina nikki ( diary ) , " etc . the following are the dates and routes in the work : december 21 : ( departure ) kokufu to ( arrival ) otsu december 25 : ( departure ) otsu to ( arrival ) kokufu december 26 : ( departure ) kokufu to ( arrival ) otsu december 27 : ( departure ) otsu to ( arrival ) urado december 28 : ( departure ) urado to ( arrival ) ominato january 9 : ( departure ) ominato to ( arrival ) naha january 11 : ( departure ) naha to ( arrival ) murotsu january 21 : ( departure ) murotsu to ( arrival ) january 22 : ( departure ) to ( arrival ) january 26 : ( departure ) to ( arrival ) january 29 : ( departure ) to ( arrival ) tosadomari january 30 : ( departure ) tosadomari to ( arrival ) izumi no nada february 5 : ( departure ) izumi no nada to ( arrival ) miotsukushi february 6 : ( departure ) miotsukushi to ( arrival ) kawajiri february 7 : ( departure ) kawajiri to ( arrival ) february 8 : ( departure ) to ( arrival ) torikai no mimaki february 9 : ( departure ) torikai no mimaki to ( arrival ) udono february 11 : ( departure ) udono to ( arrival ) yamazaki february 16 : ( departure ) yamazaki to ( arrival ) kyo the manuscript in tsurayuki 's own handwriting has not survived , but it had been preserved in the treasure house in the rengeoin until the end of the fifteenth century , and the following four lines of manuscript , copied by fujiwara no sadaie ( 1235 ) , fujiwara no tameie ( 1236 ) , munetsuna matsumoto ( 1490 ) and sanetaka sanjonishi ( 1492 ) , are well known . above all , teikabon includes two-page writing ( following the model ) at the end of the book , and it came to be very important in order to know tsurayuki 's diction today , since the original is lost . incidentally , sadaie rewrote the entire manuscript except for the part in which he followed the model , depending not on the original use of kana but on the teika kanazukai ( the distinction of using kana in the same pronunciation ) , which he invented , while his son tameie didn 't write by following the model but copied the manuscript in the same way of using kana as the original ; thus the copy written by tameie is considered to be the best version of the book as a whole . kikan ikeda chose the shohon ( premised book ) among more than 120 versions of the manuscript in order to reconstruct the original work . * is placed on the shohon . there are also major manuscripts that were not determined to be shohon but are important as part of its lineage . manuscript written by teika ( book stock of sonkeikaku bunko , maeda ikutokukai ) * gyobutsubon ( emperor 's book stock ) manuscript written by genchin ( not extant ) manuscript written by tameie ( the osaka aoyama history and literature museum ) seikeishookubon ( book stock of toenbunko , library of tokai university ) * manuscript written by mitsuhiro karasumaru ( not extant ) manuscript written by munetsuna ( not extant ) konoekebon * hachijonomiyabon ( not extant ) book stock of the shoryo department , imperial household agency * manuscript written by sanetaka ( not extant ) sanjonishikebon * ? oshimakebon * the oldest would be the appraisal made by sadaie in 1235 , when he copied the manuscript . sanetaka sanjonishi put punctuation marks and shoten ( marks to add kanji to show shisei ) when he copied it , and he also collated it . around the seventeenth century , when the study of commentary became popular , " oral records of the tosa diary " was written by yuzuru kishimoto in the various shoron , becoming the first example . " the tosa diary 's experiences abstract , " written by bansai kato , doesn 't have the year of creation in the book , but it seems to have been written around the same time that " the tosa diary with note " by bokuyu hitomi , which has a postscript dated 1661 , and " the tosa diary 's abstract " ( by kigin kitamura ) were completed . norinaga motoori said there seemed to be an influence of " the tosa diary with note " on " the tosa diary 's abstract , " but yuzuru kishimoto pointed out that it was impossible to explain the differences between the venerable classics quoted in both books . " the tosa diary with comments , " made in may 1627 , was nearly the same as " the tosa diary with notes . " umaki kato wrote " the tosa diary 's interpretation , " in which the views of both keichu and kamo no mabuchi were included . also , akinari ueda added his own view to the mabuchi 's theory and published the book . moreover , mabuchi 's theory was rewritten by nahiko katori and brought out as " the tosa diary overheard " and " the tosa diary verbatim record . " kishimoto explained the differences between " the tosa diary 's interpretation " and " the tosa diary overheard , " saying that ' what nahiko wrote is the earlier theory of agatai no okina , and what umaki wrote is the later one . ' yuzuru kishimoto later published " a study of the tosa diary " ( around 1815 ) , picking and choosing some abstracts and checking them very closely , while mitsue fujitani wrote her major work , " study of the tosa diary . " kageki kagawa also wrote " the tosa diary 's new remarks " ( in 1823 ) , ascertaining historical evidence in detail . these three books are important in the history of the study . these studies are not only brilliant achievements in textual criticism and as studies of the versions of the book , but they also take a closer look at the issue of style and motive . in the meiji period maedakebon and sanjonishikebon were revealed , and textual criticism was conducted by junichi tachibana and yoshio yamada , etc . above all , kikan ikeda wrote " a study on critical dealing with the classics " ( 1941 ) , concerning himself with the seikeishookubon , which is said to have been copied true to the original manuscript , and brought his study near to completion . +ono no komachi ( circa 809 - circa 901 ) was a female poet in around the first half of the heian period , in the ninth century . isn 't it " great " poets ? she is said to have been a daughter of ono no yoshizane ( son of ono no takamura ) , dewa no gunji . she seems to have been a koi ( a court lady ) of emperor nimmyo . it is also said that she was in service during or around the reign of emperor montoku . the character ' machi ( 町 ) ' is used for the name of the women who served kokyu ( the inner palace ) . she was also well known for her beauty , and there are many anecdotes such as nanakomachi , which are often used as the subject matter of noh and joruri ( dramatic ballad ) . the works that deal with ono no komachi are generically called ' komachimono . ' works her poems reflect passionate amorous feelings , and they are elegant , sensitively beautiful , tender and ornate . in the preface of ' kokinwakashu ( collection of ancient and modern poetry ) , ' ki no tsurayuki praised her poems for their purity , which reminded him of the period of ' manyoshu ( collection of ten thousand leaves ) ' and delicate dynastic romanticism . there were some zotoka ( poetry exchanged between a man and a woman ) exchanged with funya no yasuhide and sojo-henjo . the following poem also suggests that she was a beautiful woman . tradition there are many different conjectures about her birthplace , but the present ono , yuzawa city , akita prefecture ( ono , old ogachi-machi , ogachi-gun , akita prefecture ) is considered to be most likely , and a local tradition says that she also spent her later years in the same area ( however , one tradition holds that says she was born in echizen city , fukui prefecture ) . the names ' akitakomachi , ' a kind of rice , and ' komachi ( train ) , ' a nickname for the akita shinkansen bullet train , are derived from her name . the city has a building of ' komachido , ' which was named after ono no komachi and has become a tourist spot . old ogachi-machi holds ' komachi festival ' annually on the second sunday of june as part of the machiokoshi ( to activate the economy and culture of a district ) . however , there is no evidence that ono no komachi was born in ono , yuzawa city , akita prefecture . there are many different local traditions throughout japan that say this is the place where ono no komachi was born , like onomachi , fukushima prefecture , and oaza ono , nihari town , nihari-gun , ibaraki prefecture . a tradition handed down in the tohoku region is perhaps based on the description of ' a daughter of dewa no kuni gunji ' in the catalogue of poets in " kokinwakashu , " but it is also considered that somebody set her birthplace as far away as possible japan in order to enhance the mystique of ono no komachi ; therefore , it is difficult to validate such a description . ono , in kyoto city 's yamashina ward , is said to be a place where the ono clan flourished , and there is conjecture that komachi spent her later years in this area . historic relics such as the statue of sotoba komachi and fumizuka ( mound to commemoration of drafts ) remain in zuishinin , here in this city . the poem mentioned above , ' the flowers lost their colors … , ' is considered to reflect her lamentation of aging , like the fading of flowers . there is a centuries-old portrait of ono no komachi in the gesshin-ji temple , at otani , otsu city , shiga prefecture . additionally , komachi dera ( fudaraku-ji temple ) has a portrait of a decrepit ono no komachi and the commemoration tower of komachi . there is a grave of ono no komachi in onodera , iwafune-machi , shimotuga-gun , tochigi prefecture . works komachi 's poetry book works having to do with ono no komachi noh komachimono ' in noh contains ' soshiarai komachi , ' kayoi komachi , ' ' omukomachi , ' ' sekidera komachi , ' ' sotoba komachi , ' and so on . these are classified into the following three groups : the one which praises ono no komachi for her excellent waka poem ; the one which deals with fukakusa no shosho 's come-and-go in a hundred nights ; the one which deals with ono no komachi who has become a beggar in her later years . the last group was widely spread in the medieval society as ' decrepit and go-down story , ' which had been gradually formed by noh writers . otogizoshi komachizoshi ' art another name for the kusoshi emaki ( picture roll of poetry that describes the nine steps of backing a dead body into the ground ) is ' ono no komachi 's kusozu ( a painting that describes the nine steps of backing komachi 's dead body into the ground ) , ' which was made during the kamakura period and depicts the dead body of a once-beautiful woman , exposed to the rain and wind , eaten away by animals and infested with maggots , being rotten and weathered . another likely model of the picture is empress danrin , and both of them are considered to have composed the poem , ' when i die , please don 't burn or bury me . leave me in the field to ease the hunger of starving dogs . ' sewing equipment it is popularly believed that the name of ' machibari ( marking pin ) ' for sewing came from ono no komachi . it is based on the tradition that ono no komachi was rumored not to have a ' hole ( vagina ) ' because she didn 't give her heart to the men who made approaches to her , so a pin without a hole is called ' komachibari . ' play evening party ' vol . 5 ( 1993 ) ( a play by miyuki nakajima ) the title was ' the flowers lost their colors , while i set myself in this life and became lost in thought as time went by in vain ; during spring the rain continually fell down . ' miyuki nakajima appeared in the poster wearing a 12-layer ceremonial kimono , pretending to be ono no komachi and showing her back . the story borrowed motifs from a tradition of ono no komachi and an asaji ga yado ( a squalid house covered with cogon ) in " ugetsu monogatari ( tales of moonlight and rain ) , " written by akinari ueda . the musical " onono komachi " was presented by warabi-za in 2007 , written by makiko uchidate and starring chiyo tsubaki . it depicts komachi as a strong woman who was not just beautiful but lived according to her own terms , being based on her poem , ' when i die , please don 't burn or bury me . leave me in the field to ease the hunger of starving dogs . ' +renga is a traditional form of poetry , and the kaminoku ( the first part of a poem ) and shimonoku ( the latter part of a poem ) are linked together by several people . there are rules for linking poems , and many forms , such as the kasen ( superior poetry ) and hyakugin ( a type of renga ) , are structured according to the number of phrases . renga is also called ' tsukuba no michi ( street of tsukuba ) ' because the origin of renga goes back to the showa-mondoka ( chorus poetry in the form of question and answer ) between yamatotakeru no mikoto and mihitaki no okina , which depicted mt . tsukuba and was collected in " kojiki " ( records of ancient matters ) . the earliest form of renga can be seen in the hachidaishu ( the first eight collections of waka compiled by imperial command ) as a form of tanrenga ( a 31-syllable poem in which the first and latter parts are made by different composers ) . since the medieval kamakura period , the chorenga had evolved into a hundred-stanza sequence , and after the period of the northern and southern courts ( japan ) it reached its golden age in the muromachi period . renga is considered one of the games that represent the muromachi culture , along with nogaku . during the muromachi period , rengashi ( poets who wrote only renga ) such as yoshimoto nijo , sogi , shinkei and others appeared , and rengakai were held at the residences of court nobles and leading temples . once the culture of kyoto spread to the countryside amid the turmoil of the onin war , renga came to be composed not only in the kinai district but throughout japan as well . renga , a poem composed by a group , developed in relation to the ko ( meeting for a lecture on buddhist scriptures ) . it had been particularly linked with sugawara no michizane shinko ( to have faith in sugawara no michizane as a god ) since the late kamakura period . the tenjinko festival for making renga was especially called " tenjinko festival rengakai . " it was a festival in which the lecture was given , a memorial service for the deified spirit of sugawara no michizane with an icon was held , and renga were offered . such rengakai developed mainly in yamato province , and through the muromachi period it spread from the kinai district to various other areas . a record of the tenjinko festival rengakai has been transmitted , such as someda tenjin rengakai held in muromura , yamato province . from the sengoku period to the early modern times , renga was considered an essential part of education . during the sengoku period , joha satomura appeared and wrote many books on renga , having social relations with some daimyo ( feudal lords ) , and established an educational position of renga among the newly appearing daimyo . the satomura family later served the tokugawa family , and led the renga society as an instructor of seii taishogun ( literally , " great general who subdues the barbarians " ) . at the end of the sengoku period , moritake arakida and sokan yamazaki started haikairenga ( a type of renga ) . this was an attempt to pursue the subject matter of renga in the social conditions , and to try to find humor in the combination of a traditional poetic form and something familiar . there are books such as " inu tsukubashu . " during the edo period haikairenga reached its zenith , and saikaku ihara and basho matsuo appeared from the kyoto-osaka area ; however , renga had become obsolete . haikairenga was also changed into the tsukinami school , which took the form seriously , but during the meiji period it became outdated in the reform of poetry by shiki masaoka from haikai to haiku . after world war ii , modern poets like makoto ooka paid attention to the nature of group creation of renga , and tried to compose renga as group poems in a manner free from tradition , while some people returned to the renga as a traditional poetic form . the former is practiced as renga in languages other than japanese . the latter holds rengakai such as fukagawa bashoan ( the hut in fukagawa in which basho lived ) , and composes renga by traditional master and renju ( people who attend the party to compose poetry ) . both groups are endeavoring to continue their practice through various channels of the internet . although there is a revival movement , the number of associations and people who make renga is still small by comparison to that of haiku . +sagami ( dates of birth and death unknown , 998 ? - after 1061 ) was a female poet in the early eleventh century , and one of the medieval 36 immortal poets . a poem collected in the hyakunin isshu ( a hundred waka poems ) is well known as a love poem : ' the bitterness of your cold attitude makes me pain and cry ; my sleeves , which are wet with tears and never dry themselves , remain without decaying as they are ; but my reputation is down by superficial gossip about this romance ; how frustrating ! ' the identity of her real father is not known , but her mother was a daughter of yoshishige no yasuakira , governor of noto province . her stepfather seems to have been settsu-genji minamoto no yorimitsu , governor of tajima province . her name given for the first time was otojiju . before 1020 , she married oe no kinyori , governor of sagami province , and came to be called sagami 's wife . although she accompanied her husband to his place of work in sagami province , their married life broke down , and they divorced soon after returning to kyoto in 1024 . subsequently , chunagon ( vice-councilor of state ) fujiwara no sadayori , who was the oldest son of shijodainagon fujiwara no kinto , often made approaches to her . after a while , she began to serve ippon no miya shushi ( empress nagako ) , the eldest daughter of emperor ichijo . after the death of her majesty empress shushi in 1049 , she served empress ushi , a princess of emperor gosuzaku ( a grandchild of empress shushi 's brother ) . sagami joined many uta awase ( poetry matches ) , and was actively involved in the waka poem circles of the gosuzaku and goreizei dynasties . some of the uta awase that sagami joined were 'kayanoin suikaku uta awase ' in 1035 ( held by kampaku sadaijin ( minister of the left ) fujiwara no yorimichi ) ; ' ippon no miya uta awase ' and ' dainagon ( chief councilor of state ) minamoto no morofusa family uta awase ' in 1038 ; ' kokiden no nyogo uta awase ' in 1041 ; ' rokujosanin ( empress baishi ) uta awase ' in 1048 ; dairi uta awase in 1049 and 1051 ; ' mae reikeiden nyogo enshi uta awase ( poetry and picture matching held by enshi , ex-reikeiden nyogo ) ' and ' empress ushi uta awase ' in 1050 ; and 'empress hiroko 's spring and autumn uta-awase ' in 1056 . all uta awase were held with the support of distinguished persons , which suggests that she had a high reputation . she was a kind of leader of waka poetry in the group of six waka poets ( fujiwara no norinaga , taira no munenaka , fujiwara no tsunehira , minamoto no yorizane , minamoto no yoriie ( poet ) , and minamoto no kanenaga ) , and her personal collection of poetry shows her friendships with the noin priest izumi shikibu , as well as minamoto no tsunenobu . approximately a hundred of the poems she composed were collected in the successive collections of poems by imperial command . the number of her poems collected in " goshui ( collection of poetry ) , " which was compiled during the era of emperor shirakawa , was the second highest after izumi shikibu . the manuscript of her personal collection of poems , " sagami 's poetry book " ( also known as " shijoshu " ) , is still in existence . +minamoto no shitago ( 911-983 ) was a japanese scholar and poet of the early heian period . he was a member of the saga genji , the second son of minamoto no kozoru , a great-grandchild of emperor saga . he was appointed to various posts , including those of the acting governor of shimousa and the governor of izumi , and his highest office was as the governor of noto , junior fifth rank , lower grade . famed for erudition since his youth , he compiled the " wamyo ruijusho " ( kango-japanese dictionary ) in his twenties , which was the first categorical dictionary in japan . in 951 , though he was still a student , he became a member ( yoriudo ) of the wakadokoro ( bureau of poetry ) , editing the man 'youshu and selecting waka for the gosen wakashu as one of the " five gentlemen of the pear chamber . " not only did he show an outstanding talent for chinese prose and poetry , but he was also such a gifted waka poet that in 960 he contributed a poem to the tentoku dairi uta-awase ( imperial palace poetry contest of the tentoku era ) and served as a judge at various poetry contests . he is regarded as one of the 36 immortal poets . he was known as a man of great talent , and in his personal collection , " minamoto no shitago shu ( the personal collection of minamoto no shitago ) , " there are large numbers of waka using intricate wordplay . also , authorship of " utsuho monogatari ( the tale of the hollow tree ) " has been attributed to him and " ochikubo monogatari ( the tale of the lady ochikubo ) , " and some scholars even regard him as the author of " taketori monogatari ( the tale of the bamboo cutter ) . " +" taiheiki " is a work of japanese literature . it is a war chronicle in 40 volumes that describes the period of the northern and southern courts ( japan ) from 1318 through 1368 ( for about 50 years ) , starting from emperor godaigo 's ascension to the throne and continuing through the fall of the kamakura shogunate , the kemmu restoration and the split into northern and southern courts that followed its collapse ; the kanno disturbance , and the death of the second shogun , yoshiakira ashikaga , and ending with the assumption of the office of kanrei ( deputy shogun ) by yoriyuki hosokawa . there are several extant texts such as the imagawake-bon , the kokatsuji-bon and the seigenin-bon , among others . the name ' taihei ' is said to represent a prayer for peace , and some have suggested that it refers to the pacification of vengeful spirits . as many other novels and tv dramas called " taiheiki " were made after world war ii , some people call it " the classic taiheiki " in order to avoid ambiguity . although the author and the period in which it was written are unknown , there is a description in sadayo imagawa 's ' nan-taiheiki ' stating that the priest echin of hossho-ji temple ( enkan ) showed tadayoshi ashikaga its 30-some volumes , and it is thought that the volumes up to the twenty-first , which describes the death of emperor godaigo , had been written by the middle of the fourteenth century , likely by men of letters close to the ashikaga shogunate , such as enkan , the priest genne , etc . that version was revised and enlarged at the hands of priest kojima ( the same person as takanori kojima ? ) , among others , and it is thought that the present taiheiki in 40 books had come into existence by around 1370 . some have suggested the possibility that yoshimitsu ashikaga , the third shogun of the muromachi shogunate , and the kanrei yoriyuki hosokawa were involved in its revision . it has been assumed that the reason it is consistently biased toward the southern court is that the author was on the side of the southern court or because it was for the repose of the dead souls of the southern court . also , it criticizes contemporary trends in society , such as ' basara ( extravagance ) ' and gekokujo ( the spirit of ' lower overthrowing the upper ' ) . structure there are 40 volumes . the extant circulating text has 40 volumes in total , but vol . 22 had already been lost by the sixteenth century , and it is believed that the present one was completed by taking material from the volumes before and after it . the work consists of three parts : part 1 , describing the period from emperor godaigo 's ascension to the fall of the kamakura shogunate ( vols . 1 to 11 ) ; part 2 , describing the period from the failure of the kemmu restoration and the split into northern and southern courts to the death of emperor godaigo ( vols . 12 to 21 ) ; and part 3 , describing the disorder inside the ashikaga shogunate caused by the rampancy of the vengeful ghosts of the southern court ( vols . 23 to 40 ) . contents the overarching concepts behind the work are the confucian theories of " taigi meibun " ( the theory of social hierarchy ) and " kun-shin ron " ( the relationship between ruler and the ruled ) , along with the buddhist idea of karmic retribution , and it is thought to have been influenced by sung confucianism . based on these concepts , emperor godaigo is depicted in the story as an emperor who lacks virtue , although mitsukuni tokugawa argued in his historical complication , the ' dai nihonshi ( history of japan ) , ' that godaigo , who aimed at direct imperial administration , was in fact very orthodox . consequently , takauji ashikaga was regarded as a rebel , while masashige kusunoki , yoshisada nitta and others on the side of the southern court were idealized as loyal vassals ( the tokugawa shogunate family claimed that it had descended from the nitta clan ) , with this continuing up through the mitogaku , which led to sonno joi ( revere the emperor ; expel the barbarian ) at the end of the edo period , and koukoku-shikan ( emperor-centered historiography ) before the pacific war . the influence of ' heike monogatari ( the tale of the heike ) ' is seen everywhere in the book , with emperor godaigo 's passing away in the middle corresponding to the death of taira no kiyomori , etc . ; moreover , the text occasionally wanders with quotations from classic works , and many parts have been dramatized . influence taiheiki ' was passed on from the medieval period by monogatari-so ( storytelling priests ) through taiheiki-yomi ( taiheiki storytelling or storytellers ) and was used as a text for primary study , later becoming one of the stories told in the kodan ( vaudeville storytelling ) of the edo period . during the muromachi era , many war chronicles inspired by the ' taiheiki ' were written . it also influenced early-modern japanese literature ; for example , after the forty-seven ronin incident in the genroku era , where 47 ronin of the ako domain took vengeance on yoshinaka kira , the story was told as ' chushingura ( the treasury of loyal retainers ) ' by izumo takeda and others under the pretext of ' the tale of takasada enya . ' because the period of the northern and southern courts is regarded , along with ancient history , as a period connected with the origins of the imperial family , and the images of takauji as a rebel and masashige as a loyal vassal had been fixed as the basis of koukoku-shikan , the ' taiheiki ' has rarely been used as the subject of novels , movies and tv dramas . against that tendency , after world war ii eiji yoshikawa wrote a novel about the period of the northern and southern courts ( japan ) called the " shihon taiheiki , " giving takauji ashikaga a new interpretation that was different from the previous image of him . in 1991 , a drama " taiheiki " ( nhk taiga drama ) based on this " shihon taiheiki " was made and broadcasted by the japan broadcasting corporation . value as a source a contemporary , sadayo ( ryoshun ) imagawa , pointed out errors in taiheiki in his ' nan taiheiki ( faulting the taiheiki ) , ' which was written in 1402 . however , this might be related to the fact that imagawa was an important figure in the muromachi shogunate . in the early-modern period , mitsukuni tokugawa used it as a source for his book " dai nihonshi , " but kunitake kume , a professor at the university of tokyo during the meiji era , denied its value as a source . additionally , there was a dispute about the historicity of a warlord on the side of the southern court named takanori kojima , said to be described only in the ' taiheiki , ' between yasutsugu shigeno , who denied it , and oko kawada , who sought a more careful interpretation of the materials ( it is erroneous to see this as rooted in ideological opposition , with shigeno as progressive and kawada as conservative ) . today it is regarded as a source to be studied in comparison with other important sources such as contemporary diaries , etc . +the great mirror is a historical tale written in the style of a biographical record . it was written in the late heian period ( the period of cloistered government by emperor shirakawa ) . although the author is unknown , a convincing theory is that it was written by an official , probably a man who was close to the fujiwara regent 's line or to the minamoto clan , which was related by marriage . it is the first of the so-called ' four mirrors , ' although it describes the second-oldest period . it is a work in the style of a dialogue that shows a remarkable historical viewpoint , and is divided into three , six or eight parts . the great mirror ' means ' an excellent mirror that reflects history clearly . ' it is also called ' the tale of yotsugi , ' ' the tale of old man yotsugi ( yotsugi no okina ga monogatari ) ' or ' the tale of yotsugi 's mirror ( yotsugi no kagami no maki ) . ' it describes 176 years of the imperial court 's history , the reigns of 14 emperors from emperor montoku 's ascension up to 1025 and the reign of emperor go-ichijo , with the prosperity of the northern house of the fujiwara clan , and especially the glory of michinaga fujiwara as its core , being written in the style of a dialogue between two extremely old men , 190-year-old oyake no yotsugi and 180-year-old natsuyama no shigeki , with the criticisms of a young samurai , taking place at the enlightenment sermons ( bodaiko ) held at the urinin . it is written in a mix of wago ( yamato kotoba , native japanese words ) with kango ( words of chinese origin ) and buddhist terms , and is full of simple but dramatic expressions . in episodes such as the power struggle between brothers kanemichi and kaneie fujiwara , and michikane fujiwara 's deceiving emperor kazan into taking holy orders , the author vividly depicts the individual characters and strategies of the powerful , thus constituting some of the best parts of the work . there is also a touch of cynicism about the insatiable desire for power . also , when the work was expanded there was a story written about what happened afterwards , called ' the tale of another old man ' ( ni no mai no okina no monogatari ) , which was said to have been written by ' a master of the empress 's household . ' accordingly , it is assumed that probably minamoto no masasada ( or his predecessor fujiwara no ietada ) , who served as the master of the empress 's household during the period when okagami is thought to have been expanded , was responsible for the additions . additionally , oyake no yotsugi mentioned in the work that he was born on january 15 of the year of emperor seiwa 's abdication , making his date of birth february 13 , 876 ( in the julian calendar ) . it is written in the style of a biographical and is divided into five parts . preface a record of emperors biographies of regents , chancellors and ministers fujiwara no fuyutsugu , sadaijin ( minister of the left ) fujiwara no yoshifusa ( regent ) , great minister of state fujiwara no yoshimi , sadaijin fujiwara no nagara , acting middle counselor , junii ( junior second rank ) , commander of the left palace guards fujiwara no mototsune ( regent , chancellor ) , great minister of state fujiwara no tokihira , sadaijin fujiwara no nakahira , sadaijin fujiwara no tadahira ( regent , chancellor ) , great minister of state fujiwara no saneyori ( regent , chancellor ) , great minister of state fujiwara no yoritada ( chancellor ) , great minister of state fujiwara no morotada , sadaijin fujiwara no morosuke , udaijin ( minister of the right ) fujiwara no koretada ( regent ) , great minister of state fujiwara no kanemichi ( chancellor ) , great minister of state fujiwara no tamemitsu , great minister of state fujiwara no kinsue , great minister of state fujiwara no kaneie ( regent , chancellor ) , great minister of state fujiwara no michitaka ( regent , chancellor ) , minister of the palace fujiwara no michikane ( chancellor ) , udaijin fujiwara no michinaga ( regent ) , great minister of state tales of the fujiwara tales of the distant past +baishoron is a japanese war tale and a history of the period of the northern and southern courts ( japan ) as great as the taiheiki . summary although the author is unknown , it has been suggested that a retainer of takauji ashikaga or a monk closely connected with muso kokushi . it comprises two volumes . it was compiled around 1349 . starting from the kamakura shogunate 's political achievements , it describes the course of takauji 's seizure of power from a standpoint arguing for the legitimacy of the establishment of the muromachi shogunate by the ashikaga clan . the first volume is about the political situation of the late kamakura period and how it came to an end . it describes the kemmu restoration and the conflict between the nitta clan and the ashikaga clan . the second volume is about the fierce resistance of masashige kusunoki and the fall of kanagasaki castle . it describes the restoration of peace in the country , continues to comment about the evaluation of takauji 's character by muso kokushi , and in the end it reveals the origin of the name of this book , comparing the glory of the ashikaga shogunate to plum blossoms and his descendants ' prosperity to the green of the pine . the original text in addition to the twentieth volume of the gunsho ruiju , it is also contained in the tenri-bon and the kansho-bon ( both kosha-bon ) . +izumi shikibu ( dates unknown ) was a poet of the mid-heian period . the generally accepted theory puts her birth around 978 . she is regarded as one of the medieval 36 immortal poets . she was a daughter of the governor of echizen , oe no masamune . she became tachibana no michisada , izumi-no-kuninokami 's wife , and was called ' izumi shikibu , ' this being a combination of the country of her husband 's post and the name of her father 's office . although their marriage later failed , the daughter born between them--koshikibu no naishi--inherited her mother 's poetic gifts . she was said to be one of the ladies-in-waiting in attendance on empress shoshi ( also read as masako ) and to have been called omotomaru at first , but there are also theories that contradict this assertion . while she was still michisada 's wife , her love affair with the third son of emperor reizei , prince tametaka ( 977 - 1002 ) , became the gossip of the court , and she was disowned by her father for loving someone above her station . after the death of price tametaka , she was then courted by prince atsumichi ( 981 - 1007 ) , his younger brother by the same mother . when he tried to place her in his mansion , his principal wife left him as a result . as the prince 's concubine , she bore him one son , eikaku , but he died young in 1007 . from 1008 to 1011 , she served as a lady-in-waiting to empress shoshi ( also read akiko ) , the wife of emperor ichijo . when she was past the age of 40 she married fujiwara no yasumasa , a retainer of her master shoshi 's father , fujiwara no michinaga ; fujiwara , who was famous for his bravery , went to tango , the country of her new husband 's post . she was still alive when her daughter koshikibu no naishi died in 1025 , but nothing is known about her later years . her love affairs were so numerous that michinaga called her ' a fickle woman . ' her love poems , laments and buddhist poems best express her sincere feeling , and she has many masterpieces , particularly among her passionate love poems . her talent was praised even by her contemporary , the great poet fujiwara no kinto , and she was truly one of the best court poets of either gender . there exists an " izumi shikibu nikki , " a diary about the details of her love with prince atsumichi in story form , but whether she in fact wrote it is questionable . there are also surviving private poetry collections : " the main poetry collection of izumi shikibu , " " the continued poetry collection of izumi shikibu " and " the shinkan-bon izumi shikibu poetry collection . " starting from the " shui wakashu , " 246 of her poems were collected in the imperial anthologies , and in the " goshui wakashu , " the first imperial anthology after her death , she had the honor of being the poet with the greatest number of poems included . many places throughout japan are said to hold the grave of izumi shikibu , but none of them is more than legendary . kunio yanagida mentioned that the reason such traditions exist everywhere is ' because the women belonging to the seigan-ji temple in kyoto , who told tales of shikibu as a katari ( oral performance ) , traveled to every corner of the country during the medieval period . ' there is currently a stone monument said to be her burial place in mitake town , kani district , gifu prefecture . according to the tradition there , in her later years she attempted a journey down the tokaido but fell ill and passed away there . the poem carved on the monument says ' when one passes by and the bridge sinks , let the one behind stop a while . ' in ishikawa town , in the ishikawa district of fukushima prefecture , there remains a tradition that " tamayohime , " the daughter of kuniyasu yasuda hyoe , a local governor who ruled that place , was in fact izumi shikibu . a spring called kowashimizu , which was used for the newborn shikibu 's first bath , still exists , as well as a miraculous spring called nekonaki hot spring where shikibu 's cat " some , " grieving at parting from her when she was thirteen , was cured as she cried and her body soaked . there also remains a tradition about izumi shikibu in ureshino city , saga prefecture . according to a tradition in itami city , hyogo prefecture , the location of her residence is at the ' izumi shikibu temple ' in hiraokacho , nishi ward , sakai city , osaka prefecture . +oshikochi no mitsune ( 859 ? - 925 ? ) was a poet of the early heian period . he is one of the 36 immortal poets . one of the 36 immortal poets , he was one of the compilers of the kokin wakashu ( collection of ancient and modern poems ) with ki no tsurayuki , ki no tomonori and mibu no tadamine . he was appointed to various posts , including acting junior clerk of kai province in 894 , acting senior clerk of tanba province in 907 , and senior secretary of izumi province in 917 . in 905 he was appointed as a compiler of the kokinshu by imperial edict . in 921 he composed a waka on cloistered emperor uda 's pilgrimage to kasuga . although his rank was not high , he was renowned as a poet ; in fact , 194 of his poems selected for the kokinshu and other imperial anthologies . there is a personal collection " mitsune shu . " shall i break a branch off as it pleases me ? ; the white chrysanthemums of the first frost fool me when i put out my hand . that is why they call the moon a stretched bow ! ; it aims straight for the horizon edge of the mountains . +fujiwara no kinto ( 966 - february 4 , 1041 ) was a court noble and poet of the mid-heian period . acting major counselor , senior second rank his father fujiwara no yoritada , his grandfather fujiwara no saneyori and his great-grandfather fujiwara no tadahira ( also called lord teishin ) served as chancellors and grand ministers of state , and his mother was princess genshi , the grandchild of emperor daigo . his wife was the daughter of prince akihira ( and an adopted daughter of chancellor fujiwara no michikane ) . he was born of a family that was distinguished both politically and artistically , and had cousins such as prince tomohira , minister of the right fujiwara no sanesuke and the calligrapher fujiwara no sari ( sukemasa ) . he showed a talent not only for waka poetry but also for poetry in chinese as well as instrumental music ; he was knowledgeable about court ceremonials , although his career ended at the post of acting major counselor , senior second rank , because he was pushed aside politically by fujiwara no michinaga . in the episode of ' the talent of three boats ' where he made a show of his talents , one can see how he stood up to michinaga in the field of art . there is a private collection called " dainagon kinto shu , " " kingyoku wakashu , " an anthology of poems that he selected , and the treatises on waka poetry " shinsen zuino ( the essence of poetry , newly selected ) " and " waka kuhon ( the nine levels of poetic excellence ) " ; he also edited " wakan roeishu " ( japanese and chinese poems to sing ) and the " thirty-six poets ' collection , " which served as the origin of the thirty-six immortal poets . moreover , his " hokusansho " on court ceremonials , which seems to have been written after he retired , is a valuable historical source that shows the details of ceremonies and regular annual events at court during the regency period . anecdotes the talent of three boats an episode from " okagami " once , at the oigawa river , when michinaga had set up boats of chinese poetry , music and waka poetry , with the masters of each field aboard , and kinto was asked which boat he would ride , he chose the boat of waka poetry and was praised for his composition , " as the wind blowing down mt . arashiyama is cold , there is no one who won 't wear the fine dress of colored leaves . " however , kinto was regretful , thinking that if he had chosen the boat of chinese poetry he would have won even more renown , reminiscing that when michinaga told him to choose a boat he was full of pride at being thought a master of all three fields . it is also called " the talent of three boats " ( with a different character for ' boat ' ) . chakuda kammon in those days , the imperial police ( kebiishi ) conducted trials for the following three crimes : robbery , theft and private minting , and in november 996 , in a police edict by kinto , who was then the head of the imperial police , it was ordered for the first time that the length of penal servitude ( zukei ) should be clearly written in judgment documents ( chakuda kammon ) . before this , although the length of penal servitude was decided in proportion to the sum of the lost money , the actual term of imprisonment was never told to the criminals and it is said that they never knew what kind of punishment they had been sentenced to until they were released . kinto pointed out this contradiction and reformed it . it is said that the legal scholar koremune no tadasuke , who was serving as a clerk of the left gate guards at that time , wrote an excellent chakuda kammon following kinto 's intention and thus furthered his reputation as a jurist . representative poem although the sounds of the waterfall have long been silent , its name flows on , and can still be heard . +" eiga monogatari ( a tale of flowering fortunes ) " is a classic work of the heian period . a kana text an annalistic , story-like history written by a woman an historical tale of unknown authorship written with the intention of being a successor to the six national histories , it covers approximately 200 years , the reigns of 15 emperors from that of emperor uda up to february 1092 during the reign of emperor horikawa , when the regency government was weakening . it is divided into 30 volumes covering up to the death of fujiwara no michinaga , with a sequel in 10 volumes . there is a theory that the principal 30 volumes were written by akazome emon and the 10-volume sequel was written by idewa no ben and several women such as suo no naishi , but such a claim remains unproven . undoubtedly , both the principal part ( during emperor go-ichijo 's reign , around 1024 - 1028 ) and the sequel ( from the end of the eleventh century to the beginning of the twelfth century ) were written by women at court . in the description of the birth of prince atsuhira in the ' first flower ' ( chapter 8 ) there is a quotation from " murasaki shikibu diary , " although it was not quoted verbatim but instead was altered slightly . while " okagami ( the great mirror ) , " a contemporary historical tale written in the style of a biographical record , consistently tells the story from the view of an official ( probably a man ) , the annalistic " eiga monogatari " was written in a woman 's hand , and the structures and style were strongly influenced by women 's literature such as " the tale of genji . " things such as giving each chapter an elegant name and praising the glory of the regent 's line of the fujiwara family 's northern house , especially the father michinaga and his son fujiwara yorimichi , are both expressions of this influence . it is said that a defining characteristic is the admiration seen in the descriptions of michinaga , but it also clearly shows his suffering due to illness in his later years and even the pains of living in defeat under the regency government . compared to " okagami " ( the great mirror ) , " eiga monogatari " has less of a critical spirit , and it treats the narrative as being so important that the descriptions are often inconsistent with history . also , because it focuses on mastery over the rear palace by the northern house of the fujiwara family rather than on politics , the descriptions in the latter part seem like mere lists of facts . for this reason it is outdone by " okagami " both as history and as literature . however , according to professor shin 'ichi machii of sagami women 's university , " it should be appreciated that it writes history in a ' story ' style using kana ( also called ' woman 's hand ' ) , and that it was revolutionary in terms of being a history to be read by women , in making a historical tale by women and for women , combining history and literature to make history familiar . " it laid the groundwork for the series of historical tales called ' mirror works . ' according to their form , the texts can be divided into three categories : the old texts , vulgate texts and variant texts . the major surviving texts are as follows : the umezawa manuscript ( formerly the sanjonishi manuscript , old text , first subgroup , a national treasure ) , the yomei archives manuscript ( old text , second subgroup ) , the nishi hongan-ji temple manuscript ( vulgate text , first subgroup , an important cultural property ) , old movable type manuscripts ( printed in the genna ( japan ) and kan 'ei eras ( 1615-44 ) ) , woodblock-printed manuscripts of the meireki era ( 1655-58 ) ( vulgate text , second subgroup ) , a nine-volume illustrated abridgement ( vulgate text , third subgroup ) , and the tomioka manuscript ( two texts-a and b , variant texts , with a , an important cultural property , and both a and b up to chapter 30 ) , etc . among them , the umezawa manuscript ( 40 chapters , 17 books ) , which sanetaka sanjonishi obtained and gave his descendants , was designated as a former national treasure in 1935 and as a present national treasure in 1955 , as the oldest complete manuscript copied by hand before the mid-kamakura period . it is a combination of a manuscript on rectangular paper ( 10 books , up to chapter 20 , copied by hand , mid-kamakura period ) and a manuscript on square paper ( seven books , up to chapter 40 , copied by hand , early kamakura period ) ( the details of why they were combined are unclear ) ; the title of the rectangular-paper manuscript was " eiga monogatari , " and the title of the square-paper manuscript was " yotsugi monogatari . " additionally , the details of how sanetaka sanjonishi got the text are in the " sanetaka koki , " in the entries for november 4 and 8 of 1509 . the ' iwanami bunko , ' ' nihon koten bungaku taikei ' and ' shimpen nihon koten bungaku zenshu ' editions are based on this umezawa manuscript . there are 40 chapters divided into two parts : the principal part and the sequel . the principle part describes the period up to the time of michinaga 's death , and the sequel describes what happened to his descendants . ( the principal part ) the moon-viewing banquet : during the reign of emperor murakami , the daughter of fujiwara no morosuke , fujiwara no anshi , enters the court as a bride of the emperor and later becomes the empress , with morosuke taking power . the chunagon ( vice-councilor of state ) ' s quest at kazan : emperor kazan takes buddhist orders . fujiwara no kaneie comes on the scene . joyous events : fujiwara no senshi enters the court as a bride of emperor enyu , and her son emperor ichijo accedes to the throne at seven years of age . unfinished dreams : fujiwara no michinaga takes power . the separation of the brothers : fujiwara no korechika is defeated by michinaga in a struggle for political power , and is demoted to a position in the dazaifu ( a local government office located on the island of kyushu ) . radiant fujitsubo : fujiwara no shoshi , the eldest daughter of michinaga , becomes the chief consort of emperor ichijo . toribeno : the deaths of teishi and senshi come in quick succession . first flower : empress fujiwara no shoshi 's gives birth to a son , and there is a partial quotation from " murasaki shikibu diary . " iwakage : the death of emperor ichijo cord pendants : emperor sanjo 's accession to the throne the budding flower : the birth of princess teishi clustered chrysanthemums : emperor go-ichijo 's accession to the throne paper-mulberry strips : the abdication of crown prince atsuakira and michinaga 's intervention pale blue : as michinaga 's daughter fujiwara no ishi becomes the empress of emperor go-ichijo , there are simultaneously three empresses from one family . doubts : michinaga takes buddhist orders at the age of 54 , and founds hojo-ji temple . a drop of moisture from a stalk : the celebration of the construction of hojo-ji temple michinaga was at the height of his prosperity . music : a memorial service for the main hall of hojo-ji temple the mansion of jade : the major buildings are founded in hojo-ji temple , and visiting nuns praise it as a paradise . the putting on of the train : the ceremony of putting on the train ( a coming-of-age ceremony for girls ) is held for princess teishi , the daughter of emperor sanjo . the longevity celebration : a sixtieth birthday celebration is held for michinaga 's wife , minamoto no rinshi ( a celebration of long life ) . the major captain 's regrets : fujiwara no norimichi , the minister of the palace and the son of michinaga , grieved at his wife 's death . dance of the birds : a ceremony for the dedication of a statue at yakushido an imperial visit to the horse races : horse races are held at the mansion of chancellor fujiwara no yorimichi . the emperor also attended . the young shoot : fujiwara no yorimichi is delighted at the birth of his first son ( fujiwara no michifusa ) . moon over the peaks : fujiwara no kanshi , michinaga 's daughter , passes away . the dream of the king of chu : fujiwara no kishi , also his daughter , passed away after having done poorly since the birth of her son ( emperor go-reizei ) . michinaga and his wife were overcome with grief . the jewel in the robe : shoshi takes buddhist orders . new water : empress ishi 's confinement jeweled decorations : the death of empress fujiwara no kenshi crane grove : michinaga 's peaceful death at the age of 62 ( the following is the sequel . ) the courtiers ' cherry-blossom viewing : the age of chancellor yorimichi shoshi 's cherry-blossom viewing the contest : rinshi 's seventieth birthday celebration a lady-in-waiting who grieved to wear : the death of emperor go-ichijo and emperor go-suzaku 's accession to the throne a star awaiting the sunset : princess shoshi became empress to emperor go-reizei . the spider 's behavior : chancellor fujiwara no yorimichi loses his heir , michifusa , due to an epidemic . comparing roots : emperor go-reizei 's accession to the throne after the smoke : the burning of hojo-ji temple the death of emperor go-reizei and emperor go-sanjo 's accession to the throne the branch of pine : emperor shirakawa 's accession to the throne nunobiki no taki ( nunobiki waterfall ) : the death of yorimichi fujiwara no morozane becomes the chancellor . murasakino : emperor shirakawa 's abdication in 1086 emperor horikawa ascends to the throne , and morozane becomes the grand minister of state . finally , it celebrates the fujiwara family 's prospects by describing 15-year-old fujiwara no tadazane 's ( morozane 's grandson ) serving at a festival at the kasuga-taisha shrine , and the story ends . +the collection of tales of times now past ( konjaku monogatari shu ) is a collection of setsuwa ( anecdotes ) . it has 31volumes . however , volumes 8 , 18 , and 21 are missing . it is not thought that they existed at the time of editing and were later lost but instead that they were left unedited or never existed in the first place . there are also many tales and sentences missing . it is commonly called " konjaku monogatari , " but formally " shu " is attached to it . it contains more than 1000 setsuwa stories about india , ( the people 's republic of ) china and japan . the name " the collection of tales of times now past " comes from the fact that the opening line of each anecdote starts with ' at a time now past . ' it is still unclear when and by whom " the collection of tales of times now past " was compiled . because there are traces of attempts to record setsuwa related to the earlier nine years ' war and the later three years ' war , large-scale wars that occurred in the late eleventh century ( the titles of the setsuwa remain but the text has not survived ) , it is thought to have been compiled after the 1120s . on the other hand , it was in 1449 that " the collection of tales of times now past " was first mentioned in other materials . the collection seems to have been compiled sometime between the 1120s and 1449 , but it is believed that it came into existence sometime not long after the 1120s , during the regime of cloistered government by the cloistered emperors shirakawa and toba , because there are no setsuwa against the backdrop of historical incidents such as the hogen disturbance , the heiji disturbance and the jisho-juei ( civil war ) , which certainly would have been world-shaking , critical events for people living after the mid-twelfth century . for this reason , " the collection of tales of times now past " is thought to have been lost for approximately 300 years after its compilation . it is not known exactly who the author was . if one regards " the collection of tales of times now past " as a revised , enlarged and expanded version of " uji dainagon monogatari " ( tales of the chief councilor of state from uji ) , then it would seem that the compiler was the major counselor from uji , minamoto no takakuni . that theory is generally discredited , however . another opinion asserts that the author was a monk belonging to the buddhist temples of nara and mt . hiei . concerning that assessment , there are various views : that it was written by a single monk for personal reasons , that it was written by several monks under the protection of emperor shirakawa , the emperor at the time , etc . there is also an eccentric theory that has minamoto no toshiyori , who wrote " toshiyori zuino " ( toshiyori 's poetic essentials ) , as the author . however , these theories do not go beyond the range of speculation , and they lack decisive proof . the former suzuka family manuscript ( a national treasure ) in the possession of the kyoto university library , which usually called the ' suzuka manuscript , ' is the earliest surviving text . however , the suzuka manuscript only preserves some of the volumes . given that the paper of the suzuka manuscript was produced during the same period in which the collection appeared , there is a possibility that it is the actual first , original text of " the collection of tales of times now past . " the other books are thought to have been copied from the suzuka manuscript and subsequently disseminated . it is divided into three parts , tenjiku ( india ) , shintan ( china ) and honcho ( japan ) with each part structured so that buddhist setsuwa come first ( including tales of reward and / or punishment for one 's past behavior ) and other setsuwa follow . the head of each part is generally the earliest setsuwa in the chronological sense . as a rule , each tale starts with the opening line , ' konjaku ( at a time now past ) , ' and concludes with , ' and so it is handed down ' ( but there are exceptions ) . apparently , people before the early modern period did not pronounce the title as ' konjaku monogatari ' but as ' ima wa mukashi no monogatari . ' two similar tales ( sometimes three ) are arranged in sequence ( in the style of two stories per topic ) . it is thought that not all the tales in " the collection of tales of times now past " are original but have been taken from other books . among the books used as sources are " nihon ryoiki , " " sanboe " ( illustration of the three jewels ) and " honsho hokke genki . " other stories , such as " the tale of the bamboo cutter , " which is said to be earliest tale written in kana , were also included . additionally , many tales in the honcho secular portion have no clear source . some of the anecdotes might have been based or structured on oral history . the original text ( the suzuka manuscript ) is written in simple , mixed kanji-kana sentences ( mixed japanese and chinese , in katakana , not hiragana ) , and the style is relatively free of decoration . consequently , for a classical text it is relatively easy to read . moreover , various kinds of onomatopoeia , etc . , make the reader feel as if he or she is in fact there . ryunosuke akutagawa praised it as having ' a beautiful freshness ' and ' a barbaric luster . ' with a light , easy tempo and plentiful narrative in colloquial language , its style is readily differentiated from typical heian literature . it was written under the policy , as far as possible , of making clear exactly what person from what region each story is about , leaving intentional blanks in the sentences when this was not clear , with the expectation that they would be filled in at a future date . for example , even if the source used for a tale begins with ' once upon a time , there was an old man and an old woman , ' and the exact names are unknown , when that source is included in " the collection of tales of times now past , " it is written ' at a time now past , there was a man named [ blank ] from the country of [ blank ] , ' so that if in the future the information becomes clear , it can be added immediately . the use of so many deliberate omissions as an editing policy is a major feature of this particular setsuwa collection . volumes 1 to 4 are buddhist setsuwa . volume 5 includes non-buddhist setsuwa stories and tales of the buddha 's previous lives . volume 1 tenjiku ( the birth of shakyamuni and his mythologized life ) volume 2 tenjiku ( anecdotes from during the lifetime of shakyamuni ) volume 3 tenjiku ( shakyamuni 's enlightening of the people and his entry into nirvana ) volume 4 tenjiku , after the buddha ( activities of the buddha 's disciples after his entry into nirvana ) volume 5 tenjiku , before the buddha ( tales of the buddha 's life ; setsuwa related to his previous lives ) volumes 6 to 9 are buddhist setsuwa . volume 6 shintan , buddhism ( the history of the introduction of buddhism into china and its dissemination ) volume 7 shintan , buddhism ( tales of the merits and miracles of the great wisdom sutra and the lotus sutra ) volume 8 ( missing ) volume 9 shintan , filial devotion ( tales of filial children ) volume 10 shintan , the history of the country ( tales of the strange , found in chinese history books and novels ) volume 11 honcho , buddhism ( the history of the introduction of buddhism into japan and its dissemination ) volume 12 honcho , buddhism ( the history and merits of public buddhist assemblies ) volume 13 honcho , buddhism ( the merits of reciting the lotus sutra ) volume 14 honcho , buddhism ( tales of miracles from the lotus sutra ) volume 15 honcho , buddhism ( tales of monks that have passed on to the next life ) volume 16 honcho , buddhism ( tales of miracles by the bodhisattva kannon ) volume 17 honcho , buddhism ( tales of miracles by the bodhisattva jizo ) volume 18 ( missing ) volume 19 honcho , buddhism ( tales of laypeople renouncing the world and passing on to the next life ; tales of the strange ) volume 20 honcho , buddhism ( tengu ( long-nosed mountain spirits ) , passing into hell and back , and tales of reward and / or punishment for one 's past behavior ) volume 21 is missing , but given the order of arrangement it is thought that setsuwa related to the imperial family were intended to be in this volume . volume 21 ( missing ) volume 22 honcho ( biographies of the fujiwara clan ) volume 23 honcho ( tales of great strength ) volume 24 honcho , secular ( tales of art ) volume 25 honcho , secular ( tales of battle , tales of bravery ) volume 26 honcho , tales of punishment and reward ( tales of punishment and reward due to behavior in previous lives ) volume 27 honcho , ghosts and devils ( tales of the monstrous ) volume 28 honcho , secular ( humorous tales ) volume 29 honcho , villainy ( tales of thieves , tales of animals ) volume 30 honcho , miscellaneous affairs ( poem-tales , tales of love ) volume 31 honcho , miscellaneous affairs ( additional tales of the strange and tales of the monstrous ) because it was lost for a long time , it is difficult to say that it had any influence on medieval setsuwa literature such as " a collection of tales from uji , " which is representative of later setsuwa literature . there are many modern novelists who have gained inspiration from " the collection of tales of times now past . " among them , " rashomon " ( the novel ) and " nose " by ryunosuke akutagawa , of the taisho period , are famous . +" hogen monogatari " is a war tale that describes the hogen disturbance . it was written in a mixture of japanese and chinese , focusing especially on the hogen disturbance of 1156 and also dealing with the circumstances before and after the conflict . emperor sutoku was forced to abdicate the throne by emperor toba , so sutoku-in raised an army upon the demise of the cloistered emperor toba . centering on a struggle for succession to the imperial throne between sutoku-in and emperor goshirakawa , it includes accounts of sutoku 's retreat , the following heiji disturbance and signs of the genpei war of the jisho-jyuei era . the rivalry between the sekkan ( regent ) houses fujiwara no tadamichi versus fujiwara no yorinaga , the rivalry between the minamoto clans minamoto no yoshitomo versus minamoto no tameyoshi , and the rivalry between the heike families taira no kiyomori versus taira no tadamasa are interwoven in the tale . the details differ among the versions of the tale , but each of them features a splendid work of minamoto no tametomo . moreover , it shows sympathy for the losers , sutoku and yorinaga , including tametomo 's father minamoto no tameyoshi , and this perspective on the losers can be said to be a theme in this work . in addition to " hogen monogatari , " " heiji monogatari ( the tale of heiji ) , " " heike monogatari ( the tale of the heike ) " and " jokyu ki ( a record of jokyu ) " are known generically as ' four volumes of battle story ' ( " heike monogatari kanbunroku ( report ) , " which confirms that in the middle ages the manner of taking these battles in the periods of hogen to jokyu--a period of warriors ' uprisings--as a series of incidents had already existed . this perspective is consistent with the assertion of " gukansho ( essay ) , " which regards the hogen disturbance as the beginning of ' the age of warriors . ' although a few preceding war tales , such as " shomon ki ( tale of masakado ) , " had already existed , it could be said to have made a contribution to the development of a new literary genre together with " heike monogatari . " although several names have been mentioned as the author of the work from long ago , the author 's true identity remains unknown . the various hypotheses that were made in the early modern times are all considered unreliable : tokinaga hamuro 's hypothesis ( " daigo zassho " ) , 中原師梁 hypothesis ( " reference on tale of hogen " ) , genyu 's hypothesis ( " ryoshuku mondo " ) , koyu sojo 's hypothesis ( " new continuation of kojidan , an episode on old accounts " ) , and so on . among them , ' ryoshuku mondo ' referred to " new continuation of kojidan , " and genyu and koyu are considered to be one and the same . also , " ryoshuku mondo ' was quoted in " ansai zuihitsu ( essay ) " by sadatake ise , but it no longer exists . in the essay , both hogen and heiji monogatari were regarded as the works written during the reign of emperor nijo . if it is true , the essay would be the oldest account concerning the tale . however , ' ryoshuku mondo ' states , ' in the periods of hogen and heiji , minamoto no yoshikata has created conflict with yoshihira , ' which implies a tale including the battle of minamoto no yoshikata and minamoto no yoshihira in 1155 . because no variant texts mentioning this incident exists , it is quite doubtful whether the ' hogen and heiji ' in ' ryoshuku mondo ' really refers to the tales of " hogen " and " heiji . " moreover , " ansai zuihitsu " was written during the edo era , and lacks credibility . above all , nakaraibon ( one of the variant texts ) preserving the original form of " hogen monogatari " contains an article on an incident that occurred during the jisho period . considering that the article appeared after the death of emperor nijo , the account in ' ryoshuku mondo ' can 't indicate " hogen monogatari , " even if what was written there is true . nevertheless , these hypotheses are not taken seriously today . after the war , sadaichi takahashi advanced a theory that tokinaga hamuro authored the work . people in recent years tend to assume that it was written by several authors or a group , and hypotheses have been advanced such as the one by motoo abe that yoshimichi hatano handed some of the tale down ; or the one by tamiki haramizu and hiroshi sunagawa , which asserts that some people around fujiwara no tadazane and yorinaga ( a father and a son ) wrote it . because it is mentioned in the following ' the writing process , ' this tale and " heiji monogatari " are often treated a set of tales . there has for a long time been a hypothesis that the same author wrote both tales , and tokinaga hamuro and others as mentioned above have been attributed with the authorship of " heiji monogatari . " a hypothesis that different authors wrote them was made by nobuo fujii and others before the war . the contents of the manuscripts in class 4 , a group of variant texts as discussed in ' variant texts , ' correspond to the contents of " heiji monogatari , " which leads people to assume that these are works written by the same author . however , nakaraibon , which seems to preserve the original form of " hogen monogatari , " bears a similarity to kotohirabon ( one of the variant texts ) of " heiji monogatari , " so there is little correlation between them and it is difficult to consider them as works by the same author . at least , there is no evidence to attribute these two tales to the same author . little is known in regard to the process in " hogen monogatari " was written . as mentioned in the preceding ' authorship , ' the tale contains an account off incidents during the jisho era , so it is certain that it was written after that time . " gukansho " mentions the hogen disturbance , saying , ' although i have heard there may be a little something of the sort , i have not been able to see it , ' and " futsu-shodo shu ( a selection of ordinary advocates ) , " completed in 1297 , says that ' tales of heiji , hogen and heike ' were told by biwa-hoshi ( a blind minstrel who played the biwa ( lute ) ) . although they are fragmentary , these are the only materials that depict the process of writing . based on the account in the former " gukansho , " yasuaki nagazumi assumed that " hogen monogatari " came into existence before " gukansho " was completed in 1220 . however , as the author jien himself wrote that he had not been able to see it , it is questioned that the account really refers to " hogen monogatari . " while hachiro nomura advocated a view that the tale would have been completed after 1220 based on the words in " gukansho , " ' i have heard there may be a little something of the sort , ' so it seems difficult to know the process of writing " hogen monogatari " with this ambiguous record as a clue . additionally , in " gen-pei seisuiki ( a story of ups and down of gen-pei ) , " a variant of " heike monogatari , " kiyomori mentions the ' diaries of hogen and heiji . ' some regard this as the tales of " hogen " and " heiji , " but there are many opposing opinions . even though it is conceded that this ' diary ' is the same as the tales of " hogen " and " heiji , " enkeibon , which preserves the original form of " heike monogatari " but doesn 't contain the same words , it is questioned whether it really tells the truth about the period when kiyomori was alive . in recent years the assertion that it was completed after the jokyu disturbance has been advocated by shigeru yuge and others , claiming that nakaraibon , which seems to preserve the original form most among the existent manuscripts of " hogen monogatari , " quoted a text from " rokudai shojiki ( a story of the victory of six generations ) , " which was written in 1223 or 1224 . anyway , there is no historical record before " futsu-shodo shu , " which leads one to assume the existence of this tale , so it is generally considered that the tale was completed before or after the jokyo disturbance ; however , no evidence exists to prove it . a prominent work entitled " essays in idleness " mentions that " heike monogatari " was told by biwa-hoshi , but there aren 't many records concerning the circulation of " hogen monogatari . " except for " futsu-shodo shu , " as mentioned in ' the writing process , ' there is only an article dated april 16 , 1321 ( according to the lunar calendar ) of " hanazono-in shinki " by emperor hanazono , which says that ' heiji , heike and others ' were told by biwa-hoshi . although it didn 't say " hogen , " it seems likely that the description ' heiji , heike and others ' includes " hogen . " at least , the tale of tametomo 's heroism would have been well known to everyone from the mid- to late-kamakura period . the influences exerted on " heiji monogatari " and " heike monogatari " are most controversial . however , it is difficult to comment on the influences because little is known about the order in which these three tales were completed . however , kamakurabon and enkeibon , of " heike monogatari , " as mentioned in ' variant texts , ' have nearly identical texts in places , so this confirms the connection between these works . also , a relationship suggested in the formation of characters such as the wicked genta-yoshihira in " heiji monogatari " and tametomo should be noted , but it is not yet certain . however , nakaraibon and kamakurabon of " hogen , " and enkeibon and nagatobon of " heike " have nearly the same texts concerning a vengeful ghost of sutoku-in , so it seems to be clear that one was modeled after the other . a similar story of sutoku-in also appears in " hosshin-shu ( a collection to promote religious awakening ) , " " koji-dan ( an episode of old accounts ) , " and " senshu sho ( a collection of tales ) , " and there is a strong possibility that there was a mutual influence among these works , including the oral transmission of tales . although it is related to the following ' relationship to the historical facts , ' there is a conflict among the biographies of tameyoshi , yoshitomo and others in " sonpi bunmyaku ( biographies of nobles and the humble ) " and " heihan-ki ( taira no nobunori 's diary ) " ( which is a main source of this disturbance ) ; moreover , " sonpi bunmyaku " is closer to " hogen monogatari . " this indicates that the biographies in " sonpi bunmyaku " were written according to the tale . additionally , tamiki haramizu pointed out that some lines from the tale appear in " jinno shoto-roku ( a record of the authentic line of emperors ) " and " hojo-ki ( a record of the hojo family ) " ( " kanto kassen-ki ( a record of battles of the kanto region ) " ) . above all , " chinzei yumiharizuki , " by bakin kyokutei , is well known for its adaptation from " hogen monogatari , " and the work was created with emphasis on the episodes of tametomo . as has been mentioned , " hogen monogatari " has many versions of manuscript , and its contents and the order of the story vary among them . it is too complicated to organize all these contents and describe each single difference . therefore , the contents of the tale mentioned here are mainly based on the nakaraibon line , being the oldest existent manuscript ' variant texts ; class 1 , ' which will be introduced later . the tale starts with a description of the reign of the cloistered emperor toba . it says that the emperor 's reign is splendid and it is a wonderful period . however , there are signs of decline in the emperor 's reign . first , his son emperor konoe passes away before him . sutoku , who has already been cloistered , expects his son prince shigehito to succeed to the throne , but instead prince yon no miya ( emperor goshirakawa ) takes the throne at the prompting of bifukumonin . because of this , sutoku feels vexation . additionally , the cloistered emperor toba submits to fate and passes away as a divine message is received by a shrine maiden . upon the death of the cloistered emperor , sutoku begins devising a plan by which shigehito can succeed to the throne , and the minister of the left , fujiwara no yorinaga , who is in conflict with his brother tadamichi , sides with sutoku . both of them begin to gather warriors and warrior-monks who will side with them . during this time , incidents occur one after another and tensions in both camps are heightened , such as when minamoto no chikaharu is captured by taira no motomori , who is on the side of goshirakawa , and the priest shoson of miidera temple is captured , having tried to invoke disaster upon goshirakawa at the request of yorinaga . both camps begin to gather powerful warriors in preparation for an armed conflict . those who side with sutoku are minamoto no tameyoshi and his sons including tametomo . also , people such as taira no iehiro and taira no tadamasa come to him . among them , tameyoshi refuses to follow the army because of his old age , recommending tametomo instead of him , but finally he is persuaded by fujiwara no norinaga to join the army . consequently , yorinaga , who has been in uji , returns to shirakawadono ( shirakawa palace ) , where the emperor resides . to describe this , the tale mentions 紀信の故事 . meanwhile , minamoto no yoshitomo , taira no kiyomori , minamoto no yoshiyasu and minamoto no yorimasa gather around goshirakawa . of them , goshirakawa tries to refuse kiyomori 's help because kiyomori has taken care of prince shigehito , but bifukumonin calls kiyomori under the pretense that it is the will of the cloistered emperor toba . a war conference begins on the sutoku side . yorinaga asks tameyoshi 's opinion , and tameyoshi recommends tametomo . tametomo suggests that all they can do to ensure their victory is make a night attack , set a fire and take the emperor away , but yorinaga treats it as the idea of an inexperienced person . he also concludes that they should wait for the warrior-monks of kofuku-ji temple to help them , and opens a war of attrition . tametomo alone is disappointed to hear this . the emperor side also prepares for the war , and goshirakawa moves to east sanjo street from the inner court , taking with him the three sacred treasures of the imperial family . he also orders shinzei to ask for yoshitomo 's opinion . yoshitomo advises that they should start a war that night and fight a decisive battle at once , and shinzei accedes to the idea . while the sutoku side is preparing for war , yoshitomo and kiyomori lead their warriors and enclose the shirakawadono before their enemy starts to move . tameyoshi 's third son , yorikata , prevents the yoshitomo 's army from making a sortie , and inflicts damage upon them . yoshitomo attempts a counterattack , being in the vanguard of the army , but is dissuaded by masakiyo kamata , who is a son of his caretaker . meanwhile , kiyomori attacks the gate that tametomo is guarding . the vanguard roku ito and koreyuki yamada challenge tametomo , but they are shot by tametomo 's powerful bow . although kiyomori 's army becomes tired , taira no shigemori attempts to challenge tametomo by himself . however , kiyomori retreats for fear that his army will suffer increased damage . additionally , yoshitomo attacks the gate that tametomo is guarding , but kamata 's army is defeated and yoshitomo himself is driven into a difficult situation in which an ornament of his battle helmet is shot through with an arrow . the war situation enters a new phase of retaliation , with ietada kaneko killing the vassals of tametomo , but severe damage is inflicted on them and kageyoshi oba is seriously injured . tametomo could kill yoshitomo and ietada if he wants to do so , but he doesn 't on purpose because of consideration for his older brother and sympathy toward the brave warriors . yoshitomo 's army is weakened and runs amok in an effort to escape , mistaking the gate opened in the wind for an attack by tametomo 's army . the warriors on the sutoku side ( other than tametomo ) also fight well , and goshirakawa 's army can 't invade their position at all . because of this , yoshitomo suggests to shinzei that they should set fire to the enemy , and shinzei agrees to the assessment . tametomo can 't resist the torture by fire , and sutoku and his followers escape out of the shirakawadono . during their escape , yorinaga is fatally injured by a stray arrow . sutoku flees to mt . nyoisan , but he loses his energy there , parting from tameyoshi and the others who had followed him until then . during that time , yoshitomo and others burn down shirakawadono and hossho-ji temple , into which the rest of the enemy had fled . sutoku visits the houses of the people who were once closely connected with him , but nobody welcomes sutoku . sutoku , who is in deep sorrow , enters chisoku-in temple to become a priest . afterward , he heads for ninna-ji temple , where his younger brother prince kakushobo lives , and settles down there . soon the warriors of the emperor come and enclose ninna-ji temple . meanwhile , tadamichi retrieves a position as the head of the clan from yorinaga , and tadazane gathers warrior-monks and secludes himself in uji for fear of being killed . yoshitomo and kiyomori burn down sutoku 's residence of sanjo and yorinaga 's residence of gojomibu before returning to the imperial palace . although he receives a reward , he feels that it 's too little because he has turned his all relatives into enemies and sided with the emperor , so he argues with shinzei to make him reconsider it and succeeds in persuading him . around that time , yorinaga , who hovers between life and death , attempts to visit his father tadazane but tadazane is afraid of getting involved in the conflict and refuses to meet him yorinaga is bitterly disappointed , biting his tongue , and before long he takes his last breath . his dead body is buried in hannya-no , nara . tadazane mourns over this report and laments , questioning why only yorinaga , the head of the clan , has passed away , despite the belief that no one who is known for fighting well should die . norinaga and others who have sided with sutoku are captured one after another , and they are tortured and asked where yorinaga is . prince shigehito , who has learned of the loss of his father , goes to ninna-ji temple and becomes a priest . tameyoshi , who has been fleeing from sakamoto , omi province ( otsu city ) to minoura , catches a fever and ascends mt . tendai to become a priest . joined by his sons , tametomo flees to the eastern provinces with a plan to raise an army again , but tameyoshi refuses his offer due to his old age , so he decides to ask his oldest son , yoshitomo . the father and son separate with tears in their eyes , and yoshitomo is willing to take his father . high officials such as minamoto no masasada and fujiwara no saneyoshi announce that they will reduce the punishments on the warriors who had sided with sutoku because no death sentence has been carried out for a long time and they are still in mourning for the cloistered emperor toba . however , shinzei disagrees , saying that if they keep the traitors alive they will create a problem for the future , so he recommends a death sentence in accordance with the law and persuades goshirakawa to kill iehiro , tadamasa and others . tadamasa expects his nephew kiyomori will save him , but kiyomori kills his uncle , thinking if he kills his uncle , yoshitomo also has to kill his father . although yoshitomo has hidden tameyoshi , he decides to kill his father upon the advice of kamata . kamata and yoshimichi hatano take tameyoshi to shichi-jo street ( suzaku boulevard ) , telling him that the emperor 's order to kill him has been issued . tameyoshi is in tears . while he blames yoshitomo for seeing his father die without any attempt to save him , he is afraid that his son will be blamed by everyone for killing his father , and finally he is killed while chanting namu-amidabutsu , a ( single ) sincere call upon the name of amida , worrying about the future of his young son . the punishment handed down to the minamoto clan is so severe that five younger brothers ( including yorikata ) and even four children who haven 't celebrated their coming of age yet ( including otowaka ) are killed . otowaka is killed while cursing the future of yoshitomo , who has killed all his relatives . also , tameyoshi 's wife , knowing that her young children are dead , throws herself down the river to death in the excess of her grief , following her husband and children . around this time , yorinaga 's death is reported to the emperor 's side . shinzei makes his people dig up the dead bodies to confirm whether it is true or not . yorinaga 's dead body is not reburied but is left deserted on the street . upon hearing of this heartless treatment , yorinaga 's sons , including moronaga , decide to enter the priesthood , but his grandfather tadazane dissuades them , saying they should someday avenge their father 's death . sutoku is also punished heavily , and he is to be exiled to sanuki . he suffers the misery of exile , being prevented from taking many servants with him and visiting the grave of his father , the cloistered emperor toba . he is to be kept under surveillance even at sanuki , where he has been exiled , and sutoku identifies himself with hikaru genji , ariwara no narihira and emperor junnin ( awaji haitei , or the eliminated emperor ) , who had once gone into exile , lamenting the harshness of his fate . at this time , ' a record of dreams ' is found in sutoku 's residence , which was burned down in a fire . a record of dream ' is a record which appears every time when something happens to the emperor 's throne . and court nobles who have been on sutoku 's side and yorinaga 's sons are to be exiled . moronaga sends a letter to tadazane confessing his lamentation in it . people are suspicious of this too severe punishment , especially killing tameyoshi of old age . the suspicions then turn toward the emperor , who has issued the death sentence . the old retainers of the cloistered emperor toba grieve at this tragedy , particularly of sutoku 's exile to sanuki , and lament that even the emperor can 't escape from karma , identifying him with emperor hsuan tsung / xuan zong . shinzei tries to exile even tadazane , but tadamichi stops him so he gives up . tametomo , the only survivor among tameyoshi 's sons , is found and captured by taira no iesada while he is recuperating at a hot spring without a sword . tametomo is to be given the death sentence , but his punishment is reduced so his arm muscle is torn so as to prevent him from drawing a bow , and he is exiled to izu . however , tametomo is intrepid , and he stamps his feet in order to break through the bottom of the palanquin that carries him . sutoku spends his days lamenting his misfortune at sanuki . one day he thinks of copying the five volumes of mahayana sutras , and hopes to dedicate it with his waka poem to a temple near the capital . this is for the purpose of maintaining peace and order for posterity . however , goshirakawa rejects it , at which sutoku becomes infuriated , declaring that goshirakawa is to be his enemy forever ; he bites the tip of his tongue , swearing to be the ' devil ' and writes a solemn vow with his own blood . the country has never been pacified , as sutoku had hoped . fujiwara no nobuyori rises in revolt , assuming yoshitomo 's name in the first year of heiji ; he kills shinzei and displays his severed head at the prison gates . it is rumored behind the scenes that this is retribution for his desertion of yorinaga 's body . meanwhile , yoshitomo , who was once victorious , is defeated by kiyomori , betrayed and killed by tadamune osada while on the run . thus the prediction of otowaka , who was killed by yoshitomo , has come to pass . one day , korenari , who has served sutoku and become a priest , changing his name to rennyo , goes to sanuki to visit sutoku . after rennyo returns to the capital , he has a dream in which sutoku becomes a vengeful ghost that leads tameyoshi and others to attack the hoju-ji temple ( kyoto city ) , in which the cloistered emperor goshirakawa resides . however , hoju-ji temple is protected by fudo-myoo 's barrier , so instead sutoku heads for kiyomori at west hachijo and succeeds in invading without difficulty . subsequently , kiyomori increases his power and , with sutoku 's help , becomes a threat to the emperor . however , the vengeful ghost of sutoku is pacified and becalmed by saigyo 's poem . although tametomo has been exiled to izu , his injuries heal ; soon he expels the local magistrates from hachijo-jima and other nearby islands , occupying their lands . moreover , he sails to oniga-shima island and subdues even the inhabitants there . shigemitsu saito , who is in charge of governing izu province , is afraid of tametomo 's power and asks for permission by the emperor to put down his army . his offer is immediately accepted , and an army to put down tametomo is sent . tametomo fights desperately , sinking a boat with a single arrow , but he sees the futility of contending against heavy odds , so he cuts off his son 's head and commits hara-kiri . tametomo 's head is severed by kagetaka kato and sent to the capital . ultimately , the tale says that the minamoto clan will come to an end because , as an enemy of the emperor , tametomo must , unfortunately , die . it also makes a conclusion regarding the ' oddity of japan , ' because of the incidents in which a son kills his father , a nephew kills his uncle , an older brother exiles his younger brother and a woman hurls herself toward a certain death . " hogen monogatari " is a war tale based on the hogen disturbance , but since it is a tale there are aspects of fiction and divergence from the historical facts . historical texts describing the hogen disturbance include the " heihan-ki , " " gukansho , " " hyakurensho , " and " teio hen-nenki . " among them , " heihan-ki " is a diary of taira no nobunori , who was in fact involved in the conflict , and is considered to be credible . although " gukansho " was completed a bit later , it refers to a diary of minamoto no masayori , who was involved in the disturbance , and is therefore relied on as an historical material . the following is the relationship between " heihan-ki " and " gukansho " : forming the character of tametomo minamoto no tametomo could be said to be a main character in " hogen monogatari , " but there is a great difference in the formation of the character between the tale and the historical materials . tametomo in the tale is depicted as an invincible warrior even in the scenes of hogen disturbance , and tametomo plays an active part , shooting an armored warrior and the horse together with his strong bow and making kiyomori 's more than 600 warriors on horseback and yoshitomo 's more than 250 warriors on horseback retreat with his only 28 warriors on horseback . yoshitomo 's army had a long fight in which more than 50 warriors were killed and more than 80 were injured . moreover , tametomo could have shot his older brother but didn 't ; instead , he was merciful to him and hesitated about killing his brother because he thought it would be disrespectful toward him . this characteristic of tametomo is praised by tokujiro tomikura as the ideal of a warrior possessing the three virtues of wisdom , courage and benevolence . regarding the description of tametomo 's having 28 followers , yoshiki tanaka says it indicates the influence of a book of xiang yu in " historical records . " meanwhile , there is little reference to tametomo in historical materials . he is described as ' a small man ' in " gukansho , " although such a description would be based on his father tameyoshi 's humble words , and there is no explicit article to describe his performance in battle . however , an article in " heihan-ki " dated august 27 , 1156 , says that taira no iesada , who had captured tametomo , received a special reward ; this indicates that tametomo was probably considered a particularly important man among the warriors who had sided with sutoku . additionally , an article dated august 1 , 1191 ( according to the lunar calendar ) in the chronicle of the kamakura bakufu from 1180 to 1266 known as " azumakagami " states that kageyoshi oba , who had participated in the hogen disturbance , had praised tametomo as ' incomparably adept at shooting an arrow . ' however , kageyoshi oba also said that ' he might not deserve the praise , ' and ' he is from the kyushu district , so while he is on horseback , it would be difficult for him to draw a bow . ' he describes what should be kept in mind at a cavalry battle , saying , ' if he doesn 't know the fact , he will lose his life soon ; the brave warrior should be adept at horseback riding ; 壮士等耳の底に留むべし ; one should not laugh at what an old man says . ' " azumakagami " seems to have been compiled after the middle of the kamakura period and it is difficult to consider this article to be true because it focuses on knowledge on a cavalry battle , but there might have in fact been a basis for generating a heroic episode such as this tale . the tale includes an absurd episode in which , after he was exiled to izu oshima island , he had followers of the ogre 's offspring ; however , regarding tametomo after his exile , only the fact that he was killed at izu is known based on the article in " sonpi bunmyaku . " the evaluations of tadazane and yorinaga differ significantly between " hogen monogatari " and " gukansho . " in the tale , yorinaga is praised for his excellence in study and impartial manner in the treatment of his followers , and he is described as a perfect regent . additionally , tadazane is defended with the statement that although he made his older brother tadamichi surrender to yorinaga his position as the head of the clan , it was based on the love between a father and a son and cannot be criticized . moreover , it sympathetically describes his lamentation at the death of yorinaga and the exile of his grandchildren . on the other hand , " gukansho " critically describes the wicked acts carried out by the father and son . however , it is not a surprising evaluation because the author , jien , was a son of tadamichi . there would be no need to conclude the images of tadazane and yorinaga by a judgment of " gukansho . " however , it is true that the tale does not take up the various aspects of a bad reputation concerning yorinaga . male homosexuality was not unusual in those days , but the tale does not contain a description of his lynching at all , while a diary written by fujiwara no yorinaga " taiki " does . tadazane is also treated in the same way . this is why " hogen monogatari " is said to have a sympathetic viewpoint toward the father and the son . a famous scene that takes place in the latter part of the tale in which tameyoshi 's four young children are executed by his older brother yoshitomo , and it has been taken as the most pathetic scene in the tale . however , there is little historical material to support the assertion that the children were executed . in the tale he is reluctant to kill the children as ordered by the emperor , but there is no evidence to indicate there was an imperial order to kill them . yasuo motoki recently made a conjecture that yoshitomo would have killed the younger brother and others in order to control kawachi genji ( minamoto clan ) , being in conflict . " gukansho " tells of the tense relationship between tameyoshi and yoshitomo , but if it is true then the relationship between parent and children depicted in the tale would be mostly pure fiction . alternatively , it might be considered that these children also became involved in the struggle for leadership among the kawachi genji . while yukiko iida considers that the tale is closer to the truth than " gukansho . " it is certain that except for " gukansho " there is no historical material that contains an article regarding the conflict between the father and the son . however , as yoshihiko hashimoto pointed out , it is true that tameyoshi approached tadazane and yorinaga , and yoshitomo got close to toba-in and emperor goshirakawa a few years before the hogen disturbance , so it is an indisputable fact that they did not have a close relationship . " heihan-ki " states that he was executed along with his five sons at mt . funaoka-yama in the north of heiankyo . however , the tale asserts that he was killed alone at shichijo-suzaku . according to " heihan-ki , " he was executed by his son yoshitomo , but the tale says masakiyo kamata and yoshimichi hatano killed him . there are many different views regarding tameyoshi 's execution , and " gukansho " says that yoshitomo did it at yotsuzuka ( not far south of heiankyo ) , while " sonpi bunmyaku " has the same executor and place as described in the tale . however , " heihan-ki " contains a description of the inspection of tameyoshi 's severed head , which would be true given the year in which the work was completed . in any case , " sonpi bunmyaku , " which was completed during the muromachi period , is not reliable . advice for sutoku and yorinaga according to " gukansho , " tameyoshi advised sutoku and yorinaga to make a night attack on the imperial residence because they were heavily outnumbered by the enemy . however , in the tale it was advice given by his son , tametomo . however , this advice was rejected by yorinaga both in the historical material and the tale , so it was not implemented . meanwhile , shinzei accepted yoshitomo 's advice to make a night attack , and he had his army attack the shirakawadono , which was the base of sutoku . according to " gukansho , " masakiyo kamata was ' yoshitomo 's number-one vassal ' and a son of yoshitomo 's caretaker . it says that he made attacks on the shirakawadono many times as a commander . however , in the tale ( particularly nakaraibon ) , he was described as a man who was afraid of tametomo 's bow and fled , and that subsequently he couldn 't even go to the front line . also , in nakaraibon , at the execution of tameyoshi he trembled in fear and couldn 't cut off the head , but instead gave the task to yoshimichi hatano . as a whole , the tale deals with kamata badly compared with the historical fact . subsequent to the disturbance , sutoku-in was exiled to sanuki , and copied the five volumes of mahayana sutras in order to atone for his sins , asking the imperial court to dedicate a copy to iwashimizu-hachimangu shrine or hasedera temple . however , emperor goshirakawa refused it , and sutoku blamed him and called himself the " great devil , " swearing to be a vengeful ghost . this episode about the vengeful ghost of sutoku-in often appears in " heike monogatari , " " taiheiki ( the chronicle describing the civil war between the northern and southern dynasties in the late fourteen century ) , " and even in history books like " hyakurensho , " so there is no doubt that it was in fact believed at that time . however , according to yuji yamada 's recent study , in 's later years at sanuki were tranquil . also , an anecdote about saigyo 's going to sanuki and dedicating his poem in order to calm the vengeful ghost of sutoku-in appears in several texts , such as in nakaraibon and also enkeibon of " heike monogatari . " it is a famous story that is told in collections of poems and stories from around the time of the tale , including " sanka shu " ( saigyo 's representative collection of poems called " poems of a mountain home " in english ) , " saigyo monogatari " ( a story of saigyo ) and even ' shiramine ' ( " tales of moonlight and rain " ) by akinari ueda . however , it was in 1168 that saigyo went down to sanuki , and it was later that the vengeful ghost of sutoku-in began to receive great attention . the tale explains that kiyomori 's personality was changed by the power of the vengeful ghost , which led the tyranny of the taira family , but it is inconsistent because the conspiracy of shishiga-dani occurred in 1177 . this example should be noted because the tale distorted the historical fact and required the structural element in which saigyo calmed the vengeful ghost of sutoku-in . " hogen monogatari " has many different lines of text , and the book exists in three-volume and two-volume versions . although there are various views regarding the classification of the texts , yasuaki nagazumi 's theory that the variant texts are classified into nine groups is widely accepted today . the following is a representative text of each line : bunpo , the nakaraibon line although bunpobon is an incomplete set consisting of only the second volume , it has a colophon that dates it to 1318 and is the oldest manuscript in existence . nakaraibon consists of three volumes . this lineage of the text was copied after the muromachi period , including a text housed in the cabinet library ; moreover , its overall content is quite close to that of bunpobon , so it is considered to most faithfully preserve the original form . a text in the cabinet library is a source book for " new complete collection of japanese classic literature . " also , a modern translation has been released by bensei publishing . as to bunpobon owned by mito shoko-kan , a facsimile edition has been released by oiko-shoin publishing . the kamakurabon line there is a kamakurabon owned by shoko-kan . it is considered , along with nakaraibon , to be the oldest form of the text . it is a characteristic of this line that the years appearing in the work are approximate to the historical facts . however , it makes up for the second volume based on the text belonging to class 4 . it has been reprinted by miyai-shoten publishing . this reprinting makes up for the missing second volume by bunpobon . the kyozuhon line a text owned by the kyoto university library is representative . this text can be read on the kyoto university library website . the order and style of the tale differs significantly between class 1 and class 4 . izumi-shoin publishing has released it as a reprinted version . the kotohirabon line it is represented by the kotohirabon owned by konpira-gu shrine . kana is basically placed beside the entire text , and it is said that the literary quality is rich . it was considered by sadaichi takahashi to be the oldest line , but in recent years there has been little follow-up to his opinion . kotohirabon itself is said to have been compiled during the kamakura period ( chisho kobayashi ) or the muromachi period ( nagazumi ) , so the year of compilation remains unknown . it is a source book for " complete works of japanese classic literature . " hotokubon ( yomei second printing ) , owned by the yomei library , belongs to this line , and it was a source book for " new complete works of japanese classic literature . " also , a facsimile edition was published by shibunkaku . unlike " heike monogatari , " it is hard to clearly classify the variant texts of " hogen monogatari " into the yomihon ( books for reading ) and katarihon ( books for telling ) lines , but yoshitoshi inui asserts that the hotokubon belongs to the katarihon line . additionally , a portion of the content is similar to class 5 , and it is a unique manuscript in the context of class 4 . the 京師本 line class 5 is regarded as a text supplemented by class 4 . for example , an episode after minamoto no tametomo 's exile to izu oshima island has been added , although it was omitted from class 4 . consequently , a portion of the text is repeated . it is neither texted nor reprinted , but a facsimile edition was published by oiko-shoin publishing . the masakibon line it is basically equivalent to class 5 . however , it is obvious that the episode after tametomo 's exile has been added , but it doesn 't have overlapping text like 京師本 . the text is basically the same as class 4 . a facsimile edition has been privately published by shinichi masaki , the owner of the text . sugiharabon it has a prologue common to class 8 in the opening , as well as a table of contents . the text is a mixture of class 4 and class 8 , and it contains an episode after the exile of tametomo . it is the largest among the variant texts of " hogen monogatari . " a facsimile edition has been released by oiko-shoin publishing . the rufubon line the rufubon line can be roughly divided into the hand-copied manuscript line and the line of the text printed with old , engraved wooden blocks . the original form seems to have been completed during the late muromachi period , and it was read most widely before " complete works of japanese classic literature " and others were published . among this , the old printed book owned by the archive and mausolea department of the imperial household agency was added as a supplemental edition to " complete works of japanese classic literature . " other variant texts it is a mixture of several lines of text , and the one owned by the archive and mausolea department of the imperial household agency is well known . according to nagazumi , its text is approximate to classes 5 and 6 . +sosei ( dates of birth and death unknown , died in 910 ? ) was a poet and a monk who lived during the early and middle heian period . he was one of the thirty-six immortal poets . his father was sojo henjo ( yoshimine no munesada ) . there are various opinions about his secular name . according to one theory , it was yoshimine no harutoshi . the origin of the yoshimine clan goes back to yoshimine no yasuyo , who was the son of emperor kanmu , demoted from nobility to subject , therefore sosei was a great-grandchild of emperor kanmu . he was born when his father henjo was a layman , and seems to have been made to become a priest together with his older brother , yusei . sosei took a lively part in composing waka poems as a monk who was close to the imperial court together with his father , henjo . at first he served the imperial court and was advanced to tenjobito ( a high-ranking courtier allowed into the imperial palace ) , but retired to the priesthood when he was still young . when imperial prince tsuneyasu , a son of emperor ninmyo , became a priest and fixed his residence at the urin-in temple , henjo and sosei were allowed to visit the prince . after the death of the prince , henjo was entrusted with management of the urin-in temple , and even after henjo passed away , sosei lived there and the temple was known as the place where the gatherings of waka poetry and chinese poetry were held . later , he moved to ryoin-in temple in yamato . he was often invited to the uta-awase ( poetry contest ) held by emperor uda and composed poems . his poems were collected in the imperial anthologies such as kokin shu ( abbreviation for kokin wakashu - a collection of ancient and modern japanese poetry ) , and one of his poems was also chosen for fujiwara no teika 's ogura hyakunin isshu ( the ogura anthology of one hundred tanka-poems by one hundred poets ) . his personal collection of poetry is " sosei shu " ( a collection of poems by sosei ) ( the poems were selected by others ) . +fujiwara no tadahira ( 880 - september 14 , 949 ) was a court noble of the heian period . he was the fourth son of fujiwara no mototsune . his mother was princess soshi . among his brothers were fujiwara no tokihira , fujiwara no nakahira , etc . among his children were fujiwara no saneyori , fujiwara no morosuke , etc . he was called the koichijo ( chancellor ) . he conducted the affairs of the imperial court after the early death of his brother tokihira , and carried out a political reform called " engi no chi ( the glorious engi rule ) . " during the reign of emperor suzaku , he was appointed as regent and later as chancellor . subsequently , he held onto power for a long time , until the beginning of emperor murakami 's reign . it is said that he was on good terms with sugawara no michizane , who had opposed his brother tokihira . taira no masakado also served in his household for a while . during the kanpyo era ( 889 - 898 ) he was promoted to the junior fifth rank , lower grade and was appointed as jiju ( chamberlain ) , simultaneously serving as zuryo ( governor ) of higo . in 900 he was appointed as a sangi ( consultant ) , but he petitioned the emperor and had his uncle fujiwara no kiyotsune appointed to the post instead , so that he could then himself be appointed as the major controller of the right . early in the engi era he was appointed simultaneously as the master of the crown prince 's household and the director of the left palace guards , serving as the kebiishi no betto ( superintendant of the imperial police ) , and was later promoted to jusanmi ( junior third rank ) and appointed to chunagon ( vice-councilor of state ) , serving as the superintendant of the kurododokoro ( chamberlain 's office ) while simultaneously being chief commander of the capital guard of the right . the reign of emperor uda was called kanpyo no chi ( the glorious rule of kanpyo ) , when the emperor governed directly without appointing either regent or chancellor , and tadahira 's eldest brother tokihira and the scholar sugawara no michizane played the leading parts at court . in 897 , when emperor uda abdicated the throne and emperor daigo acceded , tokihira ( as the minister of the left ) and michizane ( as the minister of the right ) governed jointly , but soon afterward michizane was brought down in a plot ( the shotai incident ) . tokihira took power and began work on various reforms , but he died young in 909 at the age of 39 . tadahira succeeded to the direct line of descent as the head of the fujiwara clan , pushing aside his other older brother , nakahira . he continued to advance under the reign of emperor daigo , becoming dainagon ( chief councilor of state ) while serving concurrently as the chief of the capital guard of the left . in 914 he was appointed the minister of the right . in 924 he was promoted to the senior second rank and appointed to serve as the minister of the left . in 927 , carrying on the great work of the deceased tokihira , he completed " the engi-kyaku-shiki , " a collection of government regulations and procedures . tadahira 's policies on agriculture and other areas , along with his brother tokihira 's administrative policies , are referred to collectively as ' engi no chi . ' no one had been appointed as either a regent or a chancellor for a long time after mototsune 's death , but considering the emperor 's youth , tadahira was appointed as a regent when emperor suzaku ( the son of his sister , fujiwara no onshi ) succeeded to the throne in 930 . in 932 he was promoted to junior first rank . in 936 he became the grand minister of state , and by 939 his status was equal to that of the three empresses . he resigned from the regency after emperor suzaku 's coming-of-age in 941 , but he was entrusted by imperial edict with the continuing management of court affairs and was appointed to serve as the chancellor . during this period taira no masakado , who had once served in his household , together with his distant relative fujiwara no sumitomo , rose up in the rebellions of the shohei and tengyo eras , but in the end they were put down . when emperor murakami succeeded to the throne in 946 , he continued to govern as the chancellor . he was old by this time and was prone to illness ; consequently , he often requested to be allowed to resign , but each time he was persuaded not to do so . in 949 his illness became more serious , and he passed away . he was 70 years old . he was posthumously raised to shoichii ( senior first rank ) and was given the name teishinko . there is a theory that he was out of favor with the eldest brother tokihira , because his wife , minamoto no junshi , was the daughter ( or the adopted daughter by some theories ) of emperor uda , and because he was on good terms with the emperor 's close advisor sugawara no michizane , both of whom were in conflict with tokihira . ( it is also possible that junshi was michizane 's niece ; see minamoto no junshi for the details . ) it is said that after the deaths of his brother tokihira and minamoto no hikaru ( a court noble ) , who together had undermined michizane , when emperor daigo became prone to illness and his father , the cloistered emperor uda , returned to government , tadahira achieved rapid advancement as his advisor . in fact , through the deaths of these two he had reached the highest court rank at the age of just 35 , retaining that rank for 35 years until he passed away ; moreover , due to his longevity ( considered impressive for the time ) tadahira and his descendants became the direct line of descent in place of tokihira and succeeded to the posts of regent and chancellor until the beginning of the meiji period . it is also said that the early restoration of michizane 's reputation was attributable not only to ' michizane 's vengeful ghost ' but also to the conflict between tadahira and the deceased tokihira . he had since childhood been known for his intelligence , and when his father mototsune was about to build the gokuraku-ji temple tadahira pointed out a certain spot , saying , ' if you build a buddhist temple , this is the place . ' the natural features and scenery of that place were literally perfect . it is said that mototsune made a point of remembering this ( " okagami ( the great mirror ) " ) . also , during the reign of emperor daigo a soko ( physiognomist ) was summoned to the imperial court . seeing prince kanmei ( who would later become emperor suzaku ) , he judged , ' his appearance is too good . ' seeing tokihira , he judged him to be ' too clever . ' seeing sugawara no michizane , he judged him to be ' too learned , ' but none was judged to be good in every aspect . then , seeing tadahira at a lower seat , the physiognomist pointed him out and praised him highly , saying , ' spirit , cleverness , knowledge , appearance : he is outstanding in them all ; so , if there is anyone who will serve the court for a long time and maintain its glory and respect , this is him . ' the cloistered emperor uda already liked tadahira , and after hearing this story he prized him all the more and had his princess ( minamoto no junshi ) marry him beneath her rank ( " kojidan " ( talks of ancient matters ) " ) . it is also said that tadahira was so generous and full of affection that there was no one who did not mourn his death ( " eiga monogatari ( a tale of flowering fortunes ) " ) . there is a diary called " teishinko-ki , " which was written about yusoku kojitsu ( court councils and the study of imperial liturgies and court ceremonies ) . +gozan bungaku ( the literature of the five mountains ) was literature in chinese developed in zen temples from the late kamakura period to the muromachi period . gozan bungaku was , literally , the center of gozan culture . literature occupied a very important place in the zen temples of the northern song and yuan dynasties , and once the zen style was introduced to japan by monks who had been to the song and yuan , there was a collective rise in literary aspirations . accordingly , and in addition to the necessity of drafting the shogunate 's diplomatic documents , it was considered important to compose hogo ( zen instructional literature ) and chinese poems written in shirokubun ( a style of alternating four- and six-character lines ) , whereby the literature of the five mountains flourished in kamakura gozan and kyoto gozan ( the five great zen temples of kamakura and kyoto ) . starting with zen instructional literature , it covered such fields as poetry and prose , diaries , discourse , etc . the representative miscellanies of prose and poetry include " kugeshu ( sky flowers collection ) , " by gido shushin , " shokenko , " by zekkai chushin , etc . wood-block printing also emerged as literature in chinese became popular . particularly in the late fourteenth century , shunoku myoha and others actively expanded the activity of printing at unkyo-an in tenryu-ji temple and at rinsen-ji temple in kyoto . these wood-block printings are called " gozanban . " most of them were the reprinted editions of the song or yuan printings that had been introduced into japan ; many of them depict the past , and they are of great value as materials in studying woodblock printing . +fujiwara no kinzane ( 1053 - december 29 , 1107 ) was a court noble and poet of heian period . he ended his career as dainagon ( chief councilor of state ) , senior second rank , and was known as sanjo dainagon ( chief councilor of state ) . he was the oldest son of fujiwara no sanesue , dainagon ( chief councilor of state ) , and his mother was the daughter of fujiwara no tsunehira . he was also the great ‐ great ‐ grandson of the ancestor of the kaninke , the grand minister of state fujiwara no kinsue . among his brothers and sisters were fujiwara no yasuzane , fujiwara no nakazane and fujiwara no ishi ( emperor horikawa 's concubine and mother of emperor toba ) . because emperor shirakawa was his cousin , he was deeply trusted by the imperial court and served emperor horikawa as a trusted vassal , while his wife fujiwara no mitsuko served as a wet nurse for the emperors horikawa and toba . he was also very active in poetry circles , composing a poem for the imperial collection of 1105 , " horikawa-in on-toki hyakushu waka " ( horikawa hundred poems ) ; additionally , his poem was chosen for the goshui wakashu , the fourth imperial anthology of waka poetry , which was edited while he was still alive . there is also a private collection called " kinzane shu " ( which exists as fragments ) . according to an anecdote told about kinzane , when his nephew acceded to the throne as emperor toba in 1107 , kinzane insisted that , as the father of the young emperor 's wife , he himself should become the emperor 's regent rather than the head of the fujiwara regent 's line , fujiwara no tadazane ( who he despised for his youth ) , but minamoto no toshiakira , the superintendant of the court of the retired emperor shirakawa , refused his demand , saying , ' how foolish you are to desire to become regent now , having held the rank of shodaibu through four generations of emperors . ' however , kinzane 's power and influence were directly reflected in the success of his children ( saneyuki sanjo became the grand minister of state , saneyoshi tokudaiji became the minister of the right and the youngest daughter , fujiwara no shoshi , became the empress to emperor toba ) . kinzane was also the common ancestor of three of the nine seiga court families : the sanjo family , the saionji family and the tokudaiji family . +" azuma kagami " is a history book completed in the japanese medieval times , or the kamakura period . hojobon , a version of the text in wide circulation today , consists of 52 volumes in total . but the 45th volume is missing , and there are some blank years without any articles . it is the primary historical material used in kamakura period research , although some of the dates were compiled inaccurately , and there are also misrepresentations in its writing done to justify the hojo-tokuso family , the main line of the hojo family . it is unknown what the book was called when it was originally completed , but there is a conjecture that the title was ' kamakura jiki , ' which can be seen in a letter preserved in the kanazawa library . the work was known as " azuma kagami , " at least in the manuscripts transcribed in the muromachi period . it is also called " azuma kagami " ( 東鑑 , the mirror of the east ) , which came from the cover of the book printed with engraved wooden blocks in the edo period . the book starts where prince mochihito 's order issued on april 9 , 1180 is sent to the hojo manor house in izu where minamoto no yoritomo stays . the work was written in a mixed writing style of japanese and chinese loanwords or passages just like diaries written by court nobles , and it takes the form of a chronicle of the kamakura shogun , containing records of 87 years , which begin with the jisho-juei war through the establishment of the kamakura bakufu ( japanese feudal government headed by a shogun ) and the jokyu disturbance , until the middle of the 13th century of imperial prince munetaka 's arrival at kyoto on july 20 , 1266 , who was a retired shogun expelled from kamakura . according to the hojobon , which is to be mentioned later , out of a total of 52 volumes , yoritomo takes the part of the main character in the first 15 , and the reign of the minamoto clan which spanned three generations is dealt with in subsequent volumes up to the 24th . in the remaining half of the book , the main characters are the hojo-tokuso family . the book shows respect to yoritomo to some extent , but sometimes severe comments are made about the minamoto clan 's reign . of all the kamakura shogun covered in the book , minamoto no yoriie came in for the most criticism . and the latter part of the book lays great emphasis on the wise administration under the hojo-tokuso family . in particular , yasutoki hojo was treated with remarkable respect . as far as the scope of the book is concerned , it seems as though the plan was to deal with imperial prince munetaka from the beginning . however the compiling work of azuma kagami itself seems not to have been completed . hisashi hoshino , who published " a review of azuma kagami " in 1889 , was the first historian who regarded " azuma kagami " as an important historical material . however , it was said that he had a strong tendency to accept the book uncritically . nine years later in 1898 , katsuro hara published " the nature of azuma kagami and its worth as a historical material , " emphasizing the importance of ' criticism of the historical materials ' and warning people not to believe them easily and blindly . from the late meiji to taisho periods , hidematsu wada and kuniji yashiro , scholars in the historiographical institute of tokyo university ( old historiographical office of tokyo imperial university ) , introduced the yoshikawabon and other variant texts which had been unknown until then . referring to records of mandokoro , the office of administration , and monchujo , the office of inquiry , in the kamakura bakufu and even diaries of the kamakura bakufu in kyo , they thought seriously about the question raised by katsuro hara and the criticism of the historical materials , revealing that azuma kagami wasn 't a chronological record as had been originally thought , and was instead compiled in later ages , which means that it contains many errors and misrepresentations in writing . after that , " a study of azuma kagami " written by kuniji yashiro in 1913 had been the primary study of " azuma kagami " for a long time . in recent years , a study was conducted by fumihiko gomi from 1990 to 2000 , which deepened the analysis by kuniji yashiro , considering when and by whom those diaries and the written records which became a foundation of " azuma kagami " were written . this is how the whole picture of " azuma kagami " has begun to be revealed . it was kuniji yashiro and fumihiko gomi who conducted an excellent study on the original source material for azuma kagami . according to fumihiko gomi , there are three historical sources for " azuma kagami , " but the fourth one will also be added here for convenience . diaries and written records of the government officials as primary historical materials . accounts that were handed as evidence or histories of lawsuits by military land stewards , shogun 's vassals , temples and shrines , or ones that were offered in accordance with requests . these are considered to be the accounts specially preserved in mandokoro and monchujo , or official documents passed down in the officials ' houses . they are records belonging to kyo and are largely accused of plagiarism . the book is basically based on no. 1 to no. 3 mentioned above , but it partly referred to no. 4 , diaries of court nobles in kyo represented by fujiwara no teika 's " meigetsuki , " and accounts of incidents occurred in kyo were sometimes copied word for word into the book . the most important source material will be dealt with in the following order : records of battles , and then each record of shogun , with their distinctions and authors being examined , too . the parts mentioned most frequently in " azuma kagami " would be the ones overlapping with the " tale of the heike , " and the scenes of the battle of oshu , the wada battle , the jokyu disturbance , and the hoji battle . these descriptions of battles are very vivid and realistic . although the processes of the battles remain unknown , the descriptions of the battles themselves seem to have been based on the records written by military commissioners to report the grant of honors or distribution of rewards according to the merits , and also on the records of the letters on details of exploits of wars ( or distinguished services ) . among these records , it is almost possible to identify the military commissioners in the battle of oshu , the wada battle , and the jokyu disturbance . a military commissioner in the battle of oshu seems to have been yukimasa nikaido , in the wada battle , yukimasa nikaido 's son yukimura nikaido , and in the jokyu disturbance , mototsuna goto . as to the hoji battle , it remains unknown . the most difficult time to make an assumption about the kind of source material and its author is between 1180 and 1184 , around the time of the genpei war . the writing of this time is narratively powerful and interesting to read . in other words , it is hard to recognize the source material . it can be said that even though the book takes the style of diary , it is not a diary at all . although it would be the second classification , several writings and family traditions which were handed down in the families of shogun 's vassals seem to have been used for the whole record of shogun yoritomo . fujiwara no kunimichi was a senior officer of writing when the army was raised , but after around 1184 , the middle and lower class officials serving the imperial court such as fujiwara no toshikane , yukimasa nikaido , oe no hiromoto , and yasunobu miyoshi went down to kamakura to be in charge of monchujo and kumonjo , the office of administration which later became mandokoro . as to the reign of shogun yoritomo since then , yukimasa nikaido 's written records are considered to be the most likely source material for the foundation of " azuma kagami " at this time , although fujiwara no toshikane also appears a lot as a senior officer of writing in the book . it seems to have been based on the written records by yukimitsu nikaido , who was a son of yukimasa nikaido and the first to be an under secretary of mandokoro from a commissioner of mandokoro , and also supplemented by records written by yasunobu miyoshi and yukimura nikaido , who was a military commissioner of the wada battle as mentioned above . however these records of shogun yoriie and minamoto no sanetomo contain a lot of misrepresentations in writing to justify the hojo clan . therefore it is considered that even though the book was generally based on the written records by yukimitsu nikaido , it contains considerable additions and revisions in its descriptions of yoriie , sanetomo , and the hojo clan . compared with the record of shogun genji , which readers can enjoy as a story , the fluency of the writing is quite different . and it also contains many articles about ceremonies , extraordinary natural phenomena , festivals and prayers . kuniji yashiro commented , ' the description is mediocre , and the writing lacks fluency , so it is as monotonous as reading a mere diary . ' katsuro hara argued that it seemed to be compiled by one person referring to written records by various families from kenryaku to eno eras ( 1210 - around 1240 ) , or the reign of priestess shogun as they were called , to those of shogun fujiwara no yoritsune and regent yasutoki hojo . he also claimed that it was more reliable , compared with the record of the shogun genji . moreover , he considered that the records were almost as true to the written records as to the years of 1240 to 1266 , or the reigns of fujiwara no yoritsune to shogun prince munetaka around the eno era to the late eno era . studies conducted thus far have denied his opinion , as far as compiling the work itself for posterity is concerned , but it is accepted in that the virtually intact source material has survived . as to the authorship of the written records , fumihiko gomi considers that it is mainly attributed to two commissioner of the grant of honors , morokazu nakahara , and mototsuna goto , who was also a military commissioner in the previously mentioned jokyu disturbance . he also considers that records written by fujiwara no sadakazu and taira no moritsuna ( saburo-hyoenojo ) , retainers of the tokuso family , might have supplemented the work . the ' tediousness ' of the writing and contents pointed out by both kuniji yashiro and katsuro hara , was taken to extremes during this time . even so , the records are highly reliable . however although it means that the contents written in the record are reliable , it doesn 't necessarily mean that everything of the political situation in those days was written honestly . fumihiko gomi conjectures that this part is mainly based on the written records of the commissioner of shogunate affairs , and the records dated until july 5 , 1263 were written by yukikata nikaido , and the records after that were written by morotsura nakahara , who succeeded to the commissioner of shogunate affairs . the second ones are documents which seem to have been submitted from military land stewards , shogun 's vassals , temples , and shrines as evidence and a history of the lawsuit . these documents are interweaved into the body of the text , preceded by lines like ' today such a document as follows has been issued by a superior , ' and the original documents are sometimes cited or reproduced in the records . although not all of them were forged documents , some were . because of this , it is assumed that almost no documents were actually preserved in the government and they were selected and recorded from the documents handed later as evidence for the ' soron ' lawsuit . in trials conducted in those days , a plaintiff had to prepare all the documents and evidence such as kudashibumi ( document issued by a superior or office ) , gosho ( writings or letters of superior ) , and even the related laws in order to take somebody to court . a judge distinguished the true from the false by the form of those submitted documents and so on , then decided the case based on the information in them . even though the dates public notices were sent is written in " azuma kagami , " most of the documents seem not to have been preserved in the government office since that day . in fact , such documents were often not written on the date they were supposed to , which means they were forged documents . but in truth , analyzing such forged documents reveals when " azuma kagami " was compiled . there are many kudashibumi issued by yoritomo which were related to yukihira shimokobe and masayoshi shimokobe , and public commendations of yukihira shimokobe , the chiba clan , and yoshitsura sahara of the miura clan often appear , saying something like how he was admired or praised by yoritomo . the descendants of the family would probably have presented those documents as materials . " sonpi bunmyaku " ( biographies of nobles and the humble ) has an entry dated october 10 , 1193 , which says that a biological son of yukihira shimokobe , tokikazu saito 's coming of age ceremony was held , so there is a possibility that the descendant of tokikazu saito ( tokikazu nomoto ) handed the family tradition or history to the compiler of " azuma kagami . " the third ones are official documents , and they are sometimes interweaved in the descriptive part of the text with ' documents submitted from shogun 's vassals and others ' as above . some were preserved in the office like mandokoro and used as source materials for " azuma kagami , " while some drafts , made by government officials or documents to inform under secretary of mandokoro and monchujo of the decisions made at the meeting held by tokuso family , were handed down in the families of under secretary of mandokoro and monchujo , and then used for " azuma kagami . " for example , according to the entry from " azuma kagami " dated may 1 , 1254 , ' there is an announcement about taking hostages . … taking hostages must be prohibited . this announcement has been sent from soshu to monchujo . 勧湛 ・ 實綱 ・ 寂阿奉行たり ' the text of this additional law no. 299 can be read in " a collection of the historical material on the history of law system in medieval ages , " and the addressee is ota minbu-daifu , ( meaning the under secretary of monchujo , miyoshi no yasutsura ) so it would have been handed to the miyoshi clan ( the ota clan ) . as to the descriptions about jisho-juei war , preciseness of information in the fourth record depends on whether they are directly related to kamakura or not . in particular , information on the activities of minamoto no yoshinaka in the hokuriku district were not fully and quickly provided to kamakura in those days , and most of the information seems to have been supplemented with the material from the vicinity of kyoto written in much later . for example , the entry in " azuma kagami " dated august 13 , 1181 , says that an imperial order to send a punitive force against yoshinaka kiso was issued . " hyakuren-sho , " which was also compiled later as well as " azuma kagami , " contains an account saying that ' an imperial order to send a punitive force against yoshinaka was issued . ' however , the diaries of court nobles , for example , the entry " gyokuyo , " dated august 6 , 1181 , doesn 't have the name of yoshinaka kiso . the entry " kikki " dated august 15 and 16 doesn 't contain it , either . in fact , the heike side didn 't intend to hunt down and kill yoshinaka at this stage , and it was the kai-genji ( minamoto clan ) who tried to do so . there is a possibility that even they didn 't know the name of yoshinaka kiso . it was two years later in the entry " gyokuyo " dated may 16 , 1183 , that the name of yoshinaka first appeared in the diary of court noble in kyo . kazuhiko uesugi pointed out that " hyakuren-sho " and " azuma kagami " were compiled years later , and the compilers would have had preconceived notions that the battle at hokuriku was fought to prevent yoshinaka kiso invading kyo because he fought up to kyo through hokurikudo . looking back on it now , we have the strong notion that it was minamoto no yoritomo and yoshinaka kiso who stood against the taira family , but in fact all areas in the country rose in rebellion against the rule of the taira family . people rebelled in kyushu , lying to the west , kumano , and even the vicinity of kyoto like omi . the rebellion was also supported by the enryaku-ji temple in mt . hiei , mii-dera temple , onjo-ji temple , and kofuku-ji temple . it wasn 't ' the minamoto family versus the taira family . ' although the point mentioned above is based on indirect evidence , kuniji yashiro , at the beginning of the taisho period , collated " azuma kagami " with various historical materials to analyze the source materials more closely , finding out that it was based on the diaries of court nobles and many kyo line materials . and he presented the 29 parts of the text in question with records which seemed to be the source materials . among them , 14 parts , almost half of them , used " meigetsuki " by fujiwara no teika as materials . because of these things , yashiro concluded that although " azuma kagami " takes a form of diary , it was definitely compiled in later ages . the relationship these materials have with the literature as pointed out by kuniji yashiro have been considered in later years , and fumihiko gomi concluded that there was no indication that " gyokuyo , " a court noble 's diary during the period of genpei war , and " kikki " were used as source materials . commissioners in those days couldn 't have seen them . there is also no sign that " heike monogatari , " " jokyu-ki , " and " rokudai shojiki " ( a story of events of six emperors ) were used , so it is believed that each historical material ( records of battles ) which came to be a foundation of the work was each used in its own respective way . although there were some modifications , some quotations from " meigetsuki , " " kinkai wakashu " ( the golden pagoda-tree collection of japanese poetry ) , and others were identified , and as yashiro pointed out , " jikkinsho " ( a miscellany of ten maxims ) was also probably used for the public commendation of achievements . excluding mistakes made carelessly by the compilers and errors in the source materials used , there were other misrepresentations in the text that were made intentionally , and those , along with the eulogy , are going to be discussed here . needless to say , we have to pay careful attention to them in order to use " azuma kagami " as a historical material . minamoto to yoriie ( justification for tokimasa hojo ) the records of shogun yoriie were misrepresented most in " azuma kagami , " and everyone considers that the end of the rule by the minamoto clan , which had lasted for three generations , was brought by the son who was unworthy of his father . however , there is no evidence to prove that it was a portrayal based on reality , on the contrary there are uncountable doubts that it might be a misrepresentation . as to the end of yoriie , it is certain that it was depicted in an untruthful way . according to " azuma kagami , " yoriie decided to retire into priesthood on september 7 , 1203 , and left the post of shogun , which was right after yoshikazu hiki 's incident on september 2 , 1203 , and the account dated september 10 says that minamoto no sanetomo decided to succeed to shogun . and the death of yoriie was recorded in the entry dated july 19 , in the following year , 1204 . however , the messenger from kamakura who brought the news that yoriie had died of disease on september 1 arrived at the imperial court in kyo in the early morning of september 7 , 1203 , and the emperor demanded to appoint sanetomo as seii taishogun ( literally , " great general who subdues the barbarians " ) , which was recorded in iezane konoe 's diary , " inokuma kanpaku-ki , " " meigetsuki " by fujiwara no teika , and " prince narisuke 's diary " by prince narisuke shirakawahakuoke . although it was when yoriie was still alive and hadn 't actually retired into priesthood . " azuma kagami " says that it was the notorious second wife of tokimasa hojo , maki no kata ( lady maki ) who tried to depose shigetada hatakeyama , who was popular with people , and yoshitoki hojo opposed murdering shigetada hatakeyama , speaking with fervor against his father , tokimasa . he said to his father , ' why do we have to plan to kill him now ? if we discard our exploits of war achieved frequently and hastily punish him with death , we are to regret it . ' the readers who take " azuma kagami " as a historical novel might believe it , but nobody who reads this as historical material accepts it as true without question . it is difficult to determine if kagetoki kajiwara was made to chase him down by the hojo clan 's stratagem , and if yoshimori wada and yoshikazu hiki were defeated mainly due to the hojo clan , but it is widely known that such truth can 't be found in " azuma kagami . " also , right after yoritomo took up arms and before entering kamakura , there were some vassals like hirokazu kazusanosuke and tsunetane chiba who led a large brigade of bushi from boso and were to have very different fates later . yoritomo forced kagetoki kajiwara to murder hirokazu kazusanosuke , but the reason why he did it is not written even in " azuma kagami . " presumably the compiler didn 't know either . however , hirokazu kazusanosuke was depicted as a person who is destined to be murdered later in " azuma kagami . " it says that hirokazu kazusanosuke was a rough man who was not loyal to the minamoto family like tsunetane chibanosuke . the most conspicuous example is an anecdote about hirokazu kazusanosuke 's first meeting yoritomo on september 19 , 1180 . citing " shomonki , " he had two different thinking in his mind of plotting to kill yoritomo if he had a chance , but he threw his malicious intent away to see yoritomo 's dauntless attitude , and averted a conflict following him . such examples are usually dressed up by the compilers ; first of all , it is impossible for the compilers in later ages to know what hirokazu himself was thinking . besides , according to " azuma kagami , " the forces hirokazu kazusanosuke led then consisted of 20,000 warriors on horseback , but " enkeibon heike monogatari " says 10,000 warriors , and " genpei tojo-roku " ( a record of genpei battles ) says 1,000 , meaning " azuma kagami " exaggerated the number most . it is conjectured that the closest number to reality would be 1,000 warriors on horseback ( about 3,000 people ) as depicted in " genpei tojo-roku , " roughly estimated from the crop of rice yielded in the kazusa province from the early edo period to the early kamakura period . and hirokazu kazusanosuke was killed by yoritomo on december 22 , 1183 , and most of his lands were owned by tsunetane chiba , yoshimori wada , and the miura clan . how was tsunetane chiba depicted ? the entry dated september 9 , 1180 is very famous , and tsunetane chiba said , ' i was moved to tears and could say nothing to hear that yoritomo is trying to restore the minamoto family after its fall , ' and the advice tsunetane chiba gave then is always quoted to consider why yoritomo chose kamakura . it is because kamakura is an area of ' gonoseki ' ( ancient site ) or ' yogai no chi ' ( an impregnable fortress ) , or in other words a natural castle . however , for tsunetane chiba , yoritomo 's father minamoto no yoshitomo was not a man to whom he felt indebted , which is clear to see if one looks at what happened at soma-mikuriya , the private estate of soma ranch . koichiro kuroda said that there is indication that minamoto no yoshitomo was not the head at that stage , and tried to deprive those at the same level as himself of land . the chiba clan is not the retainer of the generations of the minamoto family . tsunetane chiba 's family and hirokazu kazusanosuke supported yoritomo not because both of them were followers of the minamoto clan as " azuma kagami " says , but because they wanted to resist the oppression by the fujiwara clan of shimousa and the satake clan of hitachi which were related to the taira family by making yoritomo their leader , and it was their last-ditch plan to retrieve their own domains which had been deprived . the other leading local lords who joined yoritomo 's army in kanto also supported him for similar reasons . incidentally , according to the entry dated on august 29 , 1180 , ' buei ( minamoto no yoritomo ) went to ryoshima , heihoku district , awa province by ship taking sanehira with him . ' it is unknown what source materials were referred to after the date to october 6 , when yoritomo entered kamakura . yoritomo 's senior officer fujiwara no kunimichi didn 't cross over awa . tokimasa hojo also once crossed over awa , but he soon headed for kai and didn 't accompany yoritomo . after this , nothing about yoshitoki hojo was mentioned in the writings on yoritomo until he entered kamakura . the family line of yoshitsura sahara of the miura clan , as well as the chiba clan , can tell the details of this time period , and if we assume that such family traditions were captured in " azuma kagami , " everything can be consistent . yasunobu ( zenshin ) miyoshi was the father of yasutsura miyoshi of monchujo mentioned above , and his record would have been used as one of the bases for compiling the book . however , we have to be careful because there are many intended or sometimes blatant eulogies of yasunobu miyoshi in the accounts concerning him . kuniji yashiro examined " meigetsuki " intensely to find that the entry dated november 4 , 1211 in " azuma kagami , " was an abbreviated version of the entry dated october 23 , 1211 in " meigetsuki . " besides , there is an entire copy in the entry dated the following year , 1212 , from " meigetsuki , " the entry dated july 27 , 1212 which reads ' 適有造営事 , 須上臈上卿宰相弁奉之歟 . ' the names of daibuzoku-nyudo and zenshin seen in the record refer to yasunobu miyoshi . kuniji yashiro says that both of them were written as a comment or suggestion by yasunobu miyoshi , which is evidence that " azuma kagami " was compiled in later ages , and he conjectured that the leading compilers of " azuma kagami " were the descendants of the miyoshi clan , machino and the ota clan . in recent years , fumihiko gomi pointed out that as to yasunobu miyoshi 's arrival at kamakura in april 1184 , there seems to be intentional praise for him in the entries dated april 14 and 15 , 1184 , saying that ' he was determined to head for kanto region from the beginning ' and ' he should support the political affairs ' respectively , and how he was ' quite dubious ' about the entries . zenshin ( yasunobu miyoshi ) often appears in the episodes as a whole , for example , in the entry dated june 9 , 1191 , at the marriage between yoshiyasu ichijo and yoshitsune kujo , sadaisho ( minister of the left ) , the wedding clothes were late to arrive , and masako hojo , midaidokoro ( shogun 's wife ) or yoritomo , who arranged them , was in a ' bad temper , ' but zenshin 's ' excellent turn of phrase ' made masako or yoritomo ' amused ' and saved the people from the trouble . the entry concerning oe no hiromoto which has received the most attention so far is the one dated november 12 , 1185 , about his advice to establish the positions of ' shugo and jito ' ( provincial military governor and estate steward ) . once it was seen as the beginning of ' shugo and jito . ' however , the article which received the most attention was also because of the eulogy . according to the entry dated november 28 of the same year , tokimasa hojo demanded the imperial court to establish ' shugo and jito . ' although " gyokuyo " by kanezane kujo has a record concerning the same matter , it doesn 't contain the words ' shugo and jito . ' tadashi / sho ishimoda got to the heart of a problem in 1960 , pointing out that the words ' set the shugo and jito at each province ' can be seen in the other historical materials in the late kamakura period , therefore it was not based on the governments original record but on the common view widely accepted at the time . the analysis by tadashi ishimoda encouraged a lively argument about the appearance and status of shugo and jito , and now this stage of shugo and jito is considered to be kunijito-sei , a provincial jito system , which is the previous stage of the shugo system . aside from ' shugo and jito , ' it would be oe no hiromoto who suggested ' providing food ( 5-sho per tan ) regardless of private estate or public estate , ' which was written in " gyokuyo " in 1185 , the diary of a court noble who was on the side of the imperial court . however the words ' the second rank ( minamoto no yoritomo ) was particularly satisfied and decided as he was told , ' seem to have been added to the book together with the words ' shugo and jito ' when it was compiled later . that is why it turned out to be the article in intentional praise of hiromoto . records of shogun yoriie and sanetomo seem to have been based mostly on the written record by yukimitsu nikaido , but his records also seem to contain intentional compliments . entry dated september 15 , 1204 . on that day , minamoto no sanetomo visited yoshitoki hojo 's residence ( soshu gyotei ) , but he was obliged to stay there because of the lunar eclipse . then yukimitsu nikaido told the old story of emperor shirakawa , impressing yoshitoki hojo . however , this anecdote is the same as the 24th story of the first chapter of " jikkinsho . " kuniji yashiro also pointed out that there is a part which the compiler must have transcribed from " kinkai wakashu . " the entry is dated december 19 and 20 , 1213 , but in " kinkai wakashu " it is dated december , 1212 . the contents are neither a falsehood nor gilding , but it would be certain that the compiler had an intention of praising yukimitsu . speaking of eulogies , the most conspicuous examples are the entries concerning yasutoki hojo . it is the famous entry dated april 8 , 1200 that says people tend to relax their wariness when they are not involved in a political dispute directly , but they should be more careful . one of the powerful nobles , wakasa-zenji yasusue , former governor of wakasa province , assaulted a wife of a vassal 's follower ( bushi ) at rokujo street madenokoji avenue in broad daylight . the follower got angry and chased the man taking his sword , and he killed the noble at rokujo-south , madenokoji-west , within taira gate facing kujo . the follower was captured , and a post-horse was sent from rokuhara in kyo in order to judge the man . oe no hiromoto asked yasutoki hojo 's opinion about it , and he replied , ' it is a sin against bushi 's duty for a follower to kill those who are eligible to enter the in and other palaces , to say nothing of the fact that it happened on the street in a broad daylight . he should be punished at once . ' this crime itself was written in the entry dated march 29 , 1200 in " meigetsuki , " fujiwara no teika 's diary , and the words which appeared to be said by yasutoki were copied from the comment made by fujiwara no teika . there are innumerable articles praising yasutoki hojo . as for tokiyori hojo , kuniji yashiro pointed out the account of his death in the entry dated november 22 , 1263 . although it sounds very impressive , the words ' 業鏡高懸 , 三十七年 , 一槌撃砕 , 大道坦然 ' in ' 頌云 ' were entirely copied from " 増集続伝燈録妙堪 , " though only the year appearing in the poem composed on his deathbed was changed . it is impossible for tokiyori , who had become a believer in zen buddhism , to have had anything to do with this poem that quoted from another persons . kuniji yashiro concluded that it is due to the compiler playing with words and embellishing the record . also , the following is written in the entries dated november 29 and 30 in 1241 . a conflict between the leading vassals of the miura and oyama clans arose because of a trivial problem , taking them right to the brink of war . at this incident , tokiyori 's older brother , tsunetoki hojo , armed his followers and sent them to support the miura clan , who he thought had a good reason to fight . meanwhile , his brother tokiyori watched calmly without getting involved because he thought it was just a drunken quarrel . their grandfather , yasutoki hojo got angry and said , ' each of them is to be a regent in the future . there is no need to get involved in the vassals ' argument . tsunetoki 's behavior was quite thoughtless , and he should be confined to his residence for a while . ' while he praised tokiyori saying , ' his consideration is equivalent to a big achievement , so a reward has to be given for his behavior , ' and he made tokiyori a fief days later . it was an incident which happened when tokiyori was 15 years old . the older brother tsunetoki hojo succeeded to his grandfather yasutoki to be the fourth regent when he was 19 , but 4 years later he abdicated in favor of his younger brother tokiyori hojo to become a priest , but passed away immediately after . tsunetoki 's two young children became priests in accordance with tokiyori 's wish . this process is also uncertain . according to " azuma kagami , " ' tokiyori was superior , and so found favor with yasutoki . the period and background of its compilation hisashi hoshino and katsuro hara , historians in the meiji period , thought that at least the latter half of " azuma kagami " was a diary , although the way the two defined the term was very different . at any rate , the former half of the work is supposed to have been completed around the time of the rule of imperial prince munetaka . on the other hand , hidematsu wada claimed in his essay , " a study on old manuscripts of azuma kagami " in 1912 that all of the work was compiled in later ages , when tokimune and masamura hojo were shikken , shogunal regent , and rensho , associate of shikken . wada 's colleague , kuniji yashiro claimed in " a study of azuma kagami " in 1913 that there was a big difference between the shogunal record of the three generations of the minamoto clan and that of the subsequent three generations of shogun , advocating the hypothesis of two-step compilation . just like hidematsu wada , he conjectured that the first half of the record of minamoto clan shogunate indicates that the book was compiled in the reign of tokimune and masamura , after july of 1242 , and around 1270 , while the latter half was compiled after february of 1290 , because the side notes in the 42nd volume of the record of shogun prince munetaka says emperor gofukakusa became a priest then . and it is also conjectured that the compilation was done in the emperor 's lifetime , between 1290 and july 16 , 1304 , because his name was written as ' in ' only and his posthumous name ' gofukakusa-in ' was not used in the writing . however , takashi masuda and hiroshi kasamatsu opposed the hypothesis of two-step compilation after wwii , and fumihiko gomi also claimed that there was little positive evidence to prove the hypothesis and concluded the whole work was compiled for several years until 1304 , or the latter compilation period , according to kuniji yashiro . the three reasons why fumihiko gomi denied kuniji yashiro 's first period of compilation are as follows . " azuma kagami " referred to the records in fujiwara no teika 's " meigetsuki , " although it is confined only to the record of shogun yoriie and sanetomo since march 27 , 1200 , and if the compiler of " azuma kagami " borrowed and copied the diary , it would have been around 1290 . tamesuke reizei , who inherited his grandfather fujiwara no teika 's " meigetsuki , " moved to kamakura around this time to file suit for land , living in fujigaya and undertaking the teaching of poet circles in kamakura . naturally , since then he seems to have become familiar with the high officials of bakufu , especially men of letters like tokitsura ota . a study conducted by hiroshi kasamatsu and others revealed that a document with all the names of the 32 individuals were submitted as evidence for the lawsuit around 1299 . according to kuniji yashiro , the document was supposed to have been edited around 1270 , when the first part of the compilation effort was done , although the date of the entry is july 29 , 1205 and the document contained the following account ' because kono no shiro michinobu performed great exploits , he was to supervise 32 vassals of iyo province . ' including the above , there were lots of other forged documents used as source materials , which were brought out as evidence for the suit after a debt cancellation order of einin issued by the ninth regent sadatoki hojo in 1297 . considering these points , fumihiko gomi concluded that the completion of azuma kagami was between 1297 and july of 1304 , or around 1300 , which is an established theory now . however fumihiko gomi considers that history books which deserve to be called " the original azuma kagami , " like ' a record of shogun yoritomo , ' were completed in their original form around 1235 , and around the same time , " the original tale of the heike , " and in the eastern provinces , " the original tale of soga " could also be said to have been written . in the study of the compilers conducted after the war , there is the strong opinion that leading officials in bakufu like people around the kanazawa-hojo clan compiled it . the original book of " azuma kagami " published by hojobon and kurokawabon , which will be mentioned later , is regarded as the kanazawa library book , and it is easy to regard these people as unifiers of the whole book in relation to the kanazawa library . however there is no obvious evidence as to there being a unifier of the whole work . as mentioned already , kuniji yashiro regarded the compilers of " azuma kagami " as the descendants of hiromoto oe ( mori , nagai ) , yukimasa nikaido , and yasunobu miyoshi ( ota , machino ) , who were officials of mandokoro and monchujo . in recent years , fumihiko gomi has been examining the conjecture of kuniji yashiro in more detail . fumihiko gomi mentioned the names of yukimasa and yukimitsu nikaido , mototsuna goto / morokazu nakahara , yukikata nikaido / morotsura nakahara as people who made written records which became a foundation of the work in his essay ' the structure and original historical materials of azuma kagami ' in " the method of azuma kagami " before the book was enlarged in 1989 . fumihiko gomi examined the work in " enlarged edition of the method of azuma kagami " in 2000 on the following two points . one is the part related to the officials who were intendedly praised as mentioned before . the names will be mentioned again here . yasunobu miyoshi , yukimitsu nikaido , and hiromoto oe . other than them , and excluding the tokuso family , tokifusa hojo , yasutsura miyoshi ( yasutura ota ) , taira no moritsuna , and sanetoki hojo were also praised . the other is the articles concerning childbirth . excluding the imperial family and the direct line of the tokuso family , the people appearing in the articles are of the hojo family such as aritoki hojo , masamura hojo , tokisuke hojo , munemasa hojo , and tokikane hojo , and although it is understandable to see these names there is only one person who is not from the family of writers . according to the entry dated september 21 , 1222 , yukimori nikaido , a grandchild of yukimasa nikaido , had a child . the child was yukitada nikaido , who was to be the grandfather of yukisada nikaido , who was reappointed to under secretary of mandokoro in 1302 . therefore tokitsura ota was considered the most likely compiler , as he was an under secretary of monchujo from 1293 to 1321 when the work seems to have been compiled , and also one of the descendants of yasunobu miyoshi , who was praised most plainly among the families of letters , and there is strong possibility that yukisada nikaido was a compiler , too . because hiromoto oe was also praised , his descendant , munehide nagai , who was on hyojo-shu ( council of state ) , and also yoriai-shu ( tokuso 's close group who decided politics ) around 1300 , is also seen as a possible compiler . and among the hojo clan , sadaaki hojo would probably have been the compiler . it can be only concluded that the entry dated july 6 , 1260 in " azuma kagami " came from the record of sanetoki hojo which was in the kanazawa residence . it was in 1302 when these people assumed leading posts in the government . incidentally , the core members of the sadatoki hojo administration of yoriai-shu in 1309 can be seen in the old document in kanazawa library , and in addition , the members of yoriai-shu in 1302 are as follows morotoki hojo morotoki became the tenth regent when sadatoki retired into priesthood in 1301 . morotoki was a son of munemasa hojo whose name was put in the birth record as a younger half brother of tokimune hojo by a different father , and morotoki 's mother whose birth record is also existent was a daughter of the seventh regent masamura hojo . nobutoki hojo and his son munenobu hojo nobutoki was a grandchild of tokifusa hojo , who appears in the article of eulogy , and nobutoki was a rensho when sadatoki was a regent . according to " azuma kagami , " tokifusa is said to have supported yasutoki hojo as his cosignatory . munenobu was a son of nobutoki , and was the first head of the legal office and kanto-bugyo , a commissioner of the appointment to an office in 1302 , becoming the chief of suit together with munekata hojo in the following year . he seems to have been the second in command after rensho tokimura hojo among a collateral line of the hojo family . when tokimura was killed in the kagen disturbance , he defeated munekata hojo and got a position of rensho immediately after . moreover , he became the eleventh regent after the death of morotoki hojo . tokimura and hirotoki hojo tokimura was the most important man among the collateral line of the hojo family during this time , and became rensho after nobutoki osaragi . tokimura was a son of the seventh regent masamura hojo who appears in the birth record . hirotoki was a grandchild of tokimura and the sixth head of the legal office in 1302 , but when his grandfather tokimura was killed right after the kagen disturbance , he seems to have taken his grandfather 's position and became yoriai-shu . he became the twelfth regent in 1312 after munenobu osaragi . sadaaki kanazawa sadaaki 's ancestor was sanetoki hojo , who appears in the articles of eulogy many times and is the actual first head of the kanazawa family , being seen as a supporter of tokiyori hojo . it should be noted that the names of his ancestors , saneyasu , sanetoki , and akitoki hojo ( sadaaki 's father ) were recorded over three generations . he became the fifteenth regent later . hisatoki hojo and mototoki hojo of the gokurakuji line hisatoki held positions of the first and the second head of the legal office around this time , and his ancestor was shigetoki hojo of the gokuraku-ji temple , who was rensho during the reign of the fifth regent tokiyori hojo . shigetoki 's daughter got married with tokiyori hojo and bore him tokimune and munemasa hojo . and shigetoki 's son nagatoki hojo became the sixth regent after tokiyori , and nagatoki 's grandchild was hisatoki . mototoki was the commissioner of the northern rokuhara tandai in 1302 , although his name can 't be identified in the members of yoriai-shu around this time , and his father tokikane hojo 's name appears in the birth article as a son of naritoki hojo , a younger brother of nagatoki akahashi , mototoki 's grandfather . later he became the thirteenth regent after hirotoki hojo . among the yoriai-shu in 1309 , people who were not from the hojo clan but related by marriage to the family were tokiaki adachi and munehide nagai of the oe clan . and there were also tokitsura ota of the miyoshi clan and as tokuso 's vassals , takatsuna nagasaki and tokitsuna bito . of course , although the names of the tokuso 's vassals can 't be seen in the leading members of the government in 1302 , they would have supported the tokuso family from behind the scenes . the ancestors of the nagasaki and bito clans also appear in the articles of eulogy , or their names were recorded as the first tokuso 's vassals . in short , the process of forming the important family members who supported the tokuso family administration around 1302 can be seen in " azuma kagami . " hisatoki akahashi is an exceptional example , but the akahashi family was a respected family next to the tokuso family , and hisatoki was raised to peerage in his teens after his grandfather nagatoki hojo , and was suddenly appointed hyojo-shu in his twenties without a carrier as hikitsuke-shu . however neither records of birth nor eulogy exist . however , if we take a close look at the records , we can see that hisatoki akahashi 's father yoshimune hojo became hyojo-shu in 1277 and only two months later he died . when he died , his oldest son hisatoki was only 5 , and it was march 6 , 1304 when hisatoki became yoriai-shu at the age of 33 . therefore around the possible period of azuma kagami 's compilation , the akahashi family didn 't attend yoriai-shu , and if that was reflected in " azuma kagami , " it would not be an exception , but be evidence to prove that it was compiled around 1302 , or by 1304 . this raises the question of why tokikane hojo of the fuonji family , a collateral line of the akahashi family appears in the birth record , although it might be influenced by the fact that his mother was a daughter of masamura hojo . so it is conjectured that the records handed down in the family of masamura hojo are considerably reflected in " azuma kagami . " as for the years around 1300 , it was the reign of regent sadatoki hojo , as previously mentioned . around this time , contrary to the splendid culture in the zen sect temples , the old good days of the vassals were brought to an end , and the dictatorship of the hojo-tokuso family began , established by the under secretary of tokuso family , leading to the collapse of the kamakura bakufu in 1333 . in november , 1285 , the november disturbance between taira no yoritsuna , under secretary ( inner regent ) of the tokuso family , yasumori adachi , a maternal relative , struggling for power , and the adachi family was ended . in april of 1293 , regent sadatoki hojo himself killed taira no yoritsuna ( known as the taira no zenmon disturbance ) . in 1297 the debt cancellation order of einin ( kanto debt cancellation ) was issued . although it was regarded as a relief for minor vassals suffering from a lot of war expenditure because of the mongol invasions , it is now considered to be more like the prohibition of pawning and trading vassalages to maintain the vassal system as a base of the shogunate . although the shogunate set the eldest son system ( for the succession of the head of the family ) as a foundation for the ruling vassals , in fact , the minor vassals were declining because of the divided succession of bushi class and the eldest son system , and much of the vassal system began to collapse , being buffeted by the progress of a monetary economy . shifting to a single succession by the legitimate eldest son was the vassals ' only way of protecting themselves , and so it can be said to be the establishment of a ' family ' in a sense . he retired from the post of regent , having his cousin morotoki hojo succeed to the post in 1301 , but some people consider that it was for making the prominent figure of rensho noritoki hojo retire with him rather than for his own retirement . the head of kamakura was the eldest son of the tokuso family , and compared with the reign of tokiyori , the regent and the eldest son of the tokuso family were less representative of the head of kamakura . naturally he kept having the actual political power . on april 23 , 1305 , tokuso 's vassals ' made a night attack ' and killed tokimura hojo , who was rensho at that time . the whole residence was enveloped in flames . twelve days later , munenori hojo , the first head of the legal office representing the collateral line of the hojo family , searched out and destroyed munekata hojo , a cousin of sadatoki and an under secretary of the tokuso family , the chief of suit , and deputy chief of the office of samurai ; board of retainers of shogunate . munekata and tokikiyo sasaki killed each other simultaneously , and munekata 's residence at yakushi-do taniguchi at nikaido boulevard was set on fire , killing many followers on the side of munekata . it was the so-called kagen disturbance . according to " horyakukanki , " it was due to the ambition of munekata hojo , but the truth of what happened behind the scenes of the battle of the hojo family is unknown . the disturbance gave a glimpse into the dictatorship of the tokuso regime that was neither stable nor unstable . in august of 1308 , the retainer taira no masatsura handed ' remonstration by taira no masatsura ' as a warning in protest against him , and we can see that masatsura abandoned government affairs and become addicted to sake ( rice wine ) from the expressions in the document such as ' he knows little of political affairs now ' and ' he should stop having drinking parties every day . ' the actual originator of the kamakura bakufu in the early 14th century was yoriai-shu which consisted of the hojo tokuso family , and although it reached the height of a dictatorship , it finally came to an impasse . fumihiko gomi suggested that the concept of ' family , ' which was gradually being formed in the late heian , the period of the rule of a cloistered emperor , began to spread among the court nobles ' society in kyoto , forming house status and fixing family business and trade . he also suggested that it was during this period that the concept of " family " was actually fixed and newly turned into ' family ' from its previous stage of ' family . ' and it spread into the kamakura administration too , establishing the tokuso family and forming the collateral line of the hojo family that surrounded the tokuso family as the common interest group , and at the same time among the families of writers , and something similar to this or a more sophisticated style of family was formed , fixing the family business . in its process , a conflict between the same tribes concerning the family business or position heated up and they were more aware of becoming independent as compared with those who had been in the mild eldest son system that had continued until then . after sadatoki defeated taira no yoritsuna in the taira no zenmon disturbance , he denied the policies and personnel affairs that were set while taira no yoritsuna had power , returning them to what they had been in the reign of his father tokimune hojo . although it was not a mere recurrence of the period ruled by tokimune hojo , he abolished the head of the legal office in october , 1293 , which had lasted until then , and established shisso instead . moreover , in the following year , he came to exercise dictatorship over the people , not approving a direct appeal ( to a senior official without going through the normal formalities ) for the lawsuit for which sadatoki himself had already given a decision , which was not seen in the tokuso administration . as to personnel affairs , they were often changed . so did the tokuso family , who had even been called inner regent . a conflict with the collateral line of the hojo family , who had supported the system of regent and the tokuso administration since the reign of yasutoki hojo , heated up , and it caused the kagen disturbance to occur in the next year of 1304 , which was considered the possible last year of azuma kagami 's compilation . " azuma kagami " was compiled in such times , looking back on the history of the kamakura bakufu , on which the pillar ( yoriaishu ) of the sadatoki hojo administration , especially the writers ' family members depended , and also looking back on the establishment of the hojo tokuso family administration , especially the reign of minamoto clan which lasted over three generations , those of yasutoki and tokiyori hojo , and on the appearance and formation of the ' family ' system . it 's value as historical material as various studies say , " a study of azuma kagami " ( 1889 ) written by hisashi hoshino ranks " azuma kagami " as the essential historical material to understand the samurai system , laws , politics and economies , and it was seen as the beginning of the record of shogunate . it is certain that his study became the starting point of discussion in regards to taking up " azuma kagami " for the study of historical material . however , hoshino had little doubt about the work except the parts which were obviously wrong such as the period of rise and fall of the minamoto and the taira families , or the period until the fall of the taira family in 1185 , and minamoto no yoriie 's abdicating the post of shogun . it would have been as a warning against this that katsuro hara came out with " the nature of azuma kagami and its worth as a historical material . " katsuro hara recognized the value of azuma kagami as a historical material ' mainly in the facts related to the legal system of shugo , jito and others . ' he says that most of them were written records of the various families related to mandokoro and monchujo , so it is unlikely to be politically misrepresented . however , he considered that it was difficult to take it as reliable immediate historical material from the viewpoint of politics . kuniji yashiro seems to have had a grudge against " azuma kagami , " because he criticized it severely as if he was possessed by a vengeful ghost of minamoto no yoriie , continuing the warnings of katsuro hara . even 15 years after katsuro hara came out with " the nature of azuma kagami and its value as a historical material " in 1898 , there seemed to be a great tendency to regard azuma kagami as absolute truth . like hara , kuniji yashiro also considered that as a first-class historical material concerning the history of a struggle for political power , it is hard to believe " azuma kagami . " on the other hand , most of the work consists of diaries , records and documents of shogunal mandokoro , monchujo , and people related to these offices , and also of diaries of court nobles in kyoto , and the compilation work was clumsy and barely revised . therefore it would probably be a great original historical document , if misrepresentations in writing , forged documents , and intended praises were carefully eliminated . kuniji yashiro 's study was being conducted from meiji to the early taisho periods , and " a collection of historical materials on the medieval legal system " edited by shinichi sato and yoshisuke ikeuchi after wwii in 1955 describes ' how difficult it was to criticize the errors mentioned above and eliminate inadvertence , ' according to kuniji yashiro . he also claimed that ' when we can 't identify the corresponding material , we don 't transcribe from azuma kagami at all , instead we wait for a future study . ' it is agreeable that shinichi sato and others were so careful , considering the dispute that arose after the compilation of " a collection of historical materials on the medieval legal system " in the conference concerning the establishment of ' shugo and jito , ' which was introduced in the article on ' intended praises ' above . it was fumihiko gomi who accomplished a great achievement in his recent study of " azuma kagami , " introducing his stance on " a collection of historical materials on the medieval legal system , " he claimed that " azuma kagami " still contains an abundance of laws . a study of azuma kagami conducted by fumihiko gomi in recent years concerns this . according to fumihiko gomi , when they succeed in making an estimate of the source material , the ways the compilation was done and the errors were made will be revealed naturally . and then , as kuniji yashiro stated in the end of his book , we should be able to extract useful information from it as source material of the kamakura period . although some points like yashiro 's conjectures about chronology will certainly be revised by fumihiko gomi , he examined and illustrated in greater detail the compilers of " azuma kagami , " who were , according to kuniji yashiro , descendants ( mori and nagai ) of hiromoto oe , an official of mandokoro and monchujo , a descendant of yukimasa nikaido , descendants ( ota and machino ) of yasunobu miyoshi . and then he figured out the author of the written record in his own way which became the foundation for the work . fumihiko gomi 's study could be said to have been developed from yashiro 's conclusion in his book : ' not only does it not lose its value as source material for the kamakura period , but there is also no comparative work , ' changing his study and conjecture more concretely . it is often considered that the original manuscript of azuma kagami in the kanazawa library was passed to the gohojo clan in odawara , and then to ieyasu tokugawa , but it is now thought that azuma kagami was quickly scattered and lost and was an incomplete work in the muromachi period , so most of them were probably passed down in the form of abridged or incomplete books consisting of volumes of several years worth of volumes . they were collected , revised and enlarged to 42 or 43 volumes , and among them the hojobon line was handed to ieyasu tokugawa , the yoshikawabon line to hiroaki migita ( sueaki sue ) , and more missing volumes were added , restoring it to a set of 51 or 48 volumes . the lines , divided into two groups ( hojobon and kurokawabon ) , inherited the manuscript copied from kanazawa library during the period of oei ( 1394 to 1427 ) , while yoshikawabon belonged to a quite different line . the most likely compiler tokitsura ota ( miyoshi in monchujo ) also served the ashikaga clan 's muromachi bakufu as ' a senior vassal with full knowledge of precedent . ' his diary " a record of einin three years " was handed down in the ota family , and then inherited by kaga no zenji , former governor of kaga province , junko machino in the muromachi period . that is why " azuma kagami " is divided into two groups of text , the one owned by the kanazawa library and the one tokitsura ota kept at hand , and it is conjectured that the latter was brought to kyo with tokitsura ota , moved to the other house just like the diary written in muromachi period , and then might have become the foundation of yoshikawabon . the original text of " enlarged new edition of summa japanese history " published in 1933 is called hojobon , which is the most widely circulated version of the text now , being regarded as the manuscript owned by gohojo clan . it is said that the manuscript was given to josui kuroda by ujinao hojo in the negotiations for the surrender of odawara-jo castle at the besiegement of odawara by hideyoshi toyotomi in 1590 , and later in 1604 josui 's son nagamasa kuroda presented it to ieyasu tokugawa . however , a doubt about this view arose because ieyasu had already begun to prepare to publish old typographic books in 1603 , and it is conjectured that in 1603 he had already got 32 bundles of kozo ( paper mulberry ) , 10 bundles of kozo to which shuzenji paper was added , and a bundle of shuzenji paper only , which came to 43 bundles all together . as well as kurokawabon ( wagaku kodan-shobon ) , those original 32 volumes seem to have been copied from the ones owned by the kanazawa library in 1404 , and then recopied during the bunki era ( 1501 to 1504 ) . when he was preparing to publish old typographic books , it is assumed that he ordered copies of the missing eight volumes ( which were almost all blank ) including the ones presented by nagamasa kuroda in the same format as the manuscript which he had already had until then , making 51 volumes and using it as an original text to publish in 1605 . there are 3 kinds of old printed books , and the most famous one , called the fushimi book , was printed and published in 1605 , and the title on the front and center fold of paper says ' 東鑑 ' ( azuma kagami ) and the title inside the book says ' new azuma kagami , ' containing postscript written by seisho jotai , who is regarded as the father of restoration of sokoku-ji temple . others were published during the eras of keicho and genna , and in the late genna era . after ieyasu died , the original text was held in the momijiyama library in the edo-jo castle , and is now owned by the national archives of japan , being designated as an important cultural properties . although " enlarged new edition of summa japanese history " used the hojobon as an original text , yoshikawabon was also used for collation purposes . it has the stamp of wagaku-kodansho onko-do which was owned by hokinoichi hanawa , who compiled " classified documents " ( a collection of basic historical texts ) . in the end of the table of contents , it says , ' copied from the manuscript owned by the kanazawa library on august 25 , 1404 , ' so it seems to have been recopied from the one owned by the kanazawa library . however there are slight differences from the hojobon , so it is assumed that both of them were not copied from the hojobon , but from the old manuscript made in 1404 . 25 volumes consisting of 52 book was existent , but they were burnt in the great kanto earthquake . it was designated as a national treasure as a part of the archives of the shimazu family . it is estimated to be a work made during the tenbun era ( 1532 to 1555 ) from a genealogy in the opening page , and it contains the entries of three years which were not included in the contents table ( or hojobon ) either , therefore as well as yoshikawabon , the manuscripts seem to have been collected , revised , and enlarged more after the tenbun era in the shimazu family too . the original book was presented to the bakufu in 1650 . the one still remaining in the shimazu family was identified as the copied book from the one that was presented to the bakufu then . the shimazubon presented to the bakufu is missing now , but it contained many accounts which were not included in the so-called hojobon owned by the tokugawa family , therefore the differences were published in the wood block printing book of " the omitted portion of azuma kagami " or " the omitted edition of azuma kagami " in 1668 . it is said that the differences deal with the accounts of prayers and ceremonies . among the likely compilers , we can see the name of yukisada nikaido , but the documents of nikaido has a record that " azuma kagami , " which was handed down in the family , was transferred to the shimazu family . the moribon is among the texts which belong to the same line as the shimazubon . the moribon has a hand written colophon dated march 11 , 1596 by hoshuku sochin of the daitoku-ji temple , and it was handed down in the mori clan . although it belongs to the same line as the shimazubon , it was copied before the shimazubon and is not a transcription from it . it is now owned by the meiji university library . important cultural property . it is now taken as the best text of azuma kagami . it was collected by hiroaki migita ( sueaki sue ) , a member of the sue clan , main vassal of the ouchi clan . hiroaki migita could get 42 volumes of the copied manuscript around 1501 , and hired a few amanuenses to make copies which he treasured . however it was missing twenty years or more worth of parts . hiroaki finally managed to collate 5 volumes out of the missing parts later . he ordered copies of them to be made in the same format as the first copied book and made 47 volumes in total , and then wrote a volume of chronology and a contents table , creating 48 volumes in total . it was completed on september 5 , 1523 . as to the fall of the ouchi clan whom hiroaki migita served later , it was transferred to motoharu kikkawa , a son of motonari mori , and it has since been handed down in the kikkawa family . although it has three years of missing accounts , it contains the whole " the omitted portion of azuma kagami , " and other than this there are hundreds of daily entries which exist only in the yoshikawabon . as already mentioned , the differences between hojobon and shimazubon in " the omitted portion of azuma kagami , " mainly deal with accounts of prayers and ceremonies , and can also be applied to the differences between hojobon and yoshikawabon . the first half of the work is almost entirely consistent , while the latter half contains irregularities . taking these things into consideration , hidematsu wada claimed in ' a study on old manuscripts of azuma kagami ' that a manuscript in the kanazawa library , the source of hojobon and kurokawabon , is a simplified book , and yoshikawabon would have been based on the version which was being edited before it . and kuniji yashiro considered yoshikawabon to be superior in its value as historical material compared with the hojobon because it makes people think of the previous phase of the work before it was simplified an enlarged . basically azuma kagami is a historical material of great value , but it has some parts missing over a three year period around the time of minamoto no yoritomo 's death . as to the missing parts , a plausible rumor circulated during the edo period that ieyasu tokugawa hid the part in question because the last days of minamoto no yoritomo were miserable so he thought ' we shouldn 't put dishonor to a famous general . ' of course there is no evidence to support this view . it is mere conjecture . as mentioned before , such conjecture started from the supposition that the complete original text of azuma kagami in the kanazawa library was transferred to the gohojo clan in odawara , therefore ieyasu tokugawa should have had the whole text . however , this wasn 't the case as stated before . +nihon montoku tenno jitsuroku is a history compiled in japan during the heian period , and is the fifth among the six rikkokushi ( national histories of japan , six historical compilations chronicling the mythology and history of japan between the nara and heian periods ) . it covers the eight years of the reign of emperor montoku from 850 to 858 . it can also be abbreviated to montoku jitsuroku . it was written in an annalistic style , in sino-japanese ( kanbun ) , and comprised 10 volumes . compilation according to the preface , in 871 emperor seiwa ordered fujiwara no mototsune , minabuchi no toshina , miyako no yoshika , and oe no otondo to compile it . after the deaths of toshina and otondo ( both died in 877 ) , sugawara no koreyoshi joined in 878 , and in 879 , he , mototsune , and yoshika completed the compilation . also , according to " literary drafts of the sugawara family , " sugawara no michizane , the son of sugawara no koreyoshi , is said to have written the preface on behalf of his father . all of the japanese official histories before this were named ' chronicles . ' in china , which japan took as a model , the official history of a dynasty was compiled after it had fallen by the succeeding dynasty . in contrast , veritable records originally only recorded the deeds of each emperor . except for the first rikkokushi ( nihon shoki , the chronicles of japan ) , and the second ( shoku nihongi , the chronicles of japan , continued ) , all national histories of japan were concerned only with recording the reigns of each successive emperor . the fact that these records of emperor montoku used the title ' veritable records ' in such a way can be seen as a direct imitation of the ' veritable records ' of china . contents it covers the shortest period among the six national histories . it is unique in containing little political material , but a large number of biographies of lower-ranking nobles . this is due to the fact that previous national histories had only recorded the biographies of officials up to the fourth rank , but this one expanded that up to the fifth . it describes in detail the transitional period from the konin-jogan culture to the jogan culture , and among the six national histories it contains the most human-like biographies . +shoku nihon koki is a history compiled in 869 during the heian period in japan , and is the fourth of the six national histories ( rikkokushi ) . it covers the 18 years of the reign of emperor ninmyo , from 833 to 850 . the compilation was begun in 855 on the imperial order of emperor montoku , and completed in 869 . it is one of the main historical sources for the period of the shift from direct rule by the emperor to the regency , and describes the emperor 's deeds . it consists of 20 volumes in annalistic style . compilation the compilation of this book was begun in 855 by fujiwara no yoshifusa , tomo no yoshio , haruzumi no yoshitada and toyomichi yasuno . yoshifusa 's brother fujiwara no yoshimi later joined the compilation effort but passed away before the work was completed , yoshio was exiled due to the otenmon incident ( an event centering around the destruction of the main gate of the imperial palace in kyoto ) , and toyomichi was appointed as the vice-governor of shimosa . however , because no one else was provided to help , only fujiwara no yoshifusa and haruzumi no yoshitada remained as compilers in the end . therefore , it is said that their views are strongly reflected in the text , yoshifusa 's in editorial policy , and yoshitada 's in description . contents it is the first work among the rikkokushi to cover only one emperor 's reign . the jowa incident is also described in this book . the ' shoku ' in the title of this fourth book shoku nihon koki means ' continued , ' so it can be seen as a direct continuation of the third book nihon koki ( later chronicle of japan ) , but in contrast to that third book , which covers the reigns of four emperors , and the second book shoku nihongi ( chronicle of japan , continued ) which covers the reign of nine , this fourth book covers only one , emperor ninmyo as the reign of emperor ninmyo was in a time of peace after the reigns of emperor saga and emperor junna , and as nothing big occurred except the jowa incident , this book is said to have more detailed descriptions of court ceremonies , etc . , but less material related to politics . according to one theory , it was written to emphasize the legitimacy of prince tsunesada 's demotion from crown prince and the raising of prince michiyasu ( emperor montoku ) as the new crown prince in ' the jowa incident ' . in the points of emphasizing the emperor 's actions and reflecting the authentic style of the national histories , it greatly influenced later works such as nihon sandai jitsuroku ( veritable records of three reigns of japan ) . it is said that abridged manuscripts were circulating in the late heian period , and that the oldest of these ( from the hoen era ) was supplemented by using text from ruiju kokushi ( classified national history ) . furthermore , as the complete text was not available when the six national histories were transcribed by the sanjonishi family , and commentaries and other writings were sometimes incorporated into the text which had pages out of order due to binding errors , many mistakes and omissions were made that are still present in the current printed editions . +masukagami is a historical tale . it is believed to have been compiled during the northern and southern court period in japan . although the author is unknown , there are various theories holding it to be either yoshimoto nijo , kinkata toin or someone related to the shijo family . in order of composition , it is the final work among what is known as the shikyo ( four mirrors , a series of four historical works compiled between the late heian period and the early muromachi period ) . its contents deal with the most recent period in the shikyo . the existing text consists of 20 volumes , and succeeding the other shikyo ( now lost ) , it annalistically covers 150 years and the reigns of 15 emperors , from emperor gotoba 's accession to the throne in 1183 to emperor godaigo 's exile on oki island , and ends with his coming back to kyoto in 1333 . it takes the format of the author taking notes on the tales of a 100-year-old buddhist nun on a visit to the seiryo-ji temple in sagano . ( however , as the nun appears only in the first scene in the existing text , there is an opinion that , as in the other shikyo , there once existed a scene at the end where the nun appeared . ) one can enjoy its rich literary flavor and elegant style in its descriptions of the life of the court aristocracy . in the past , there was a 17-chapter text and a 19-chapter text . they are distinguished by calling the former ' the old text ' and the latter ' the vulgate text . ' the two texts are especially different around the middle section ( from emperor gosaga 's accession up to the period of his cloistered government ) . the standard theory is that the latter text was produced by enlarging , expanding , and revising the former , but there is another theory that it was written first , and that the former text was produced from various sections that had been deleted from the latter . ( the latter is thought to have less pages chronologically out of order due to binding errors than the former . ) whichever came first , it seems that there already existed two versions of " masukagami " by the end of the 14th century . furthermore , the existing 20 chapter text is a revised and enlarged edition produced in the meiji period by hidematsu wada and others to eliminate the inconsistencies between the two texts , and is strongly criticized by japanese literature researchers as having modified the classical work more than necessary , so that today study of the work is generally based on 17 and 19 chapter texts . +the record of a pilgrimage to china in search of the law is a travel diary written by ennin ( 794-864 ) , a japanese monk who lived in the 9th century and was approved to join the last mission to tang china in the jowa era . it comprised 4 volumes and 70,000 characters . the original text has been lost . the earliest manuscript is the one once belonging to to-ji temple , kanchiin , which was hand-copied in 1291 by kenin of choraku-ji temple in gion , kyoto , at the age of 72 . although its whereabouts were subsequently forgotten , it was discovered again in the beginning of the meiji period . as a monk more than 70 years-old labored to make this manuscript in an age without reading glasses , there are quite a few letters that are hard to decipher . ennin was a monk of the tendai sect who studied under saicho , and later became the founder of the sanmon faction . volume 1 : the entry dated june 13 , 836 - april 839 . volume 2 : april 839 - may 840 volume 3 : may 840 - may 843 volume 4 : june 843 - the entry dated december 14 , 847 ( the 14th year of jowa in japan ) the descriptions found in the diary have received attention as a contemporary historical source recording the circumstances of the persecution of buddhists in the huichang era by emperor wuzong of tang ( the third of four emperors in a row who had persecuted buddhism ) , a situation the author encountered by chance . it was presented to the northern song emperor by the monk jojin when he visited song . because of the many descriptions of chinese society and customs in the 9th century that do not appear in official histories , it is rated as a highly valuable historical source for the study of tang history . in china and japan , some historians consider it more valuable than " da tang xiyu ji " ( the great tang dynasty record of the western regions ) written by xuanzang ( 602-664 ) or " the travels of marco polo " written by marco polo ( 1254-1324 ) . ( some suggest these three books are among the greatest travel books in the world . ) in 1955 , it was translated into english and introduced by u.s. ambassador to japan edwin o. reischauer , and after being translated into several other languages it became widely known . +kenmu shikimoku ( or kenmu shikimoku jojo ) is a political statement showing the governing philosophy of the muromachi bakufu ( japanese feudal government headed by a shogun ) . this code and the goseibai-shikimoku ( code of conduct for samurai ) together are called the joken codes . summary during the northern and southern court period of japan in 1336 , takauji ashikaga , who had turned against the kenmu restoration started by emperor godaigo after the fall of the kamakura bakufu , defeated yoshisada nitta and masashige kusunoki in the battle of minatogawa , entered kyoto , and established his administrative policies in the kenmu code . takauji seized the three sacred treasures of the imperial family from godaigo , had emperor komyo accede to the throne , and 2 years later in 1338 , he was appointed as seii taishogun ( literally , " great general who subdues the barbarians " ) and formally established a warrior government . it took the form of reports from 8 officials of the kamakura bakufu : the brothers dosho ( zeen ) and shine nikaido , fujiwara no fujinori , gene and others . compared with the goseibai-shikimoku , which was the fundamental law for warriors , the kenmu code showed the governing philosophy of the warrior government , although it is said that it was neither legally binding nor a revision of the goseibai-shikimoku ( which it regarded as the fundamental law ) . it has also been pointed out that as takauji let his brother tadayoshi ashikaga handle political affairs , it was tadayoshi 's determination that lay behind the establishment of this code . furthermore , it is also thought to have been influenced by the seventeen article constitution that was established by prince shotoku from the traditions of the cult of taishi . along with the goseibai-shikimoku of the kamakura bakufu , it also had influence on the provincial codes established by daimyo ( japanese territorial lord ) in the sengoku period . it is composed of 2 sections and 17 articles , the first section of which held as ideal the administration of yoshitoki hojo and yasutoki hojo before the tokuso autocracy period of the kamakura bakufu , and showed how the ashikaga shogunate ( the muromachi bakufu ) was their legitimate successor . in the second section , the text of the 17 articles laid out the concrete policies of this code , and there were many laws stating that shugo ( military governors ) , as local administrators , should be appointed for their ability rather than for their war records , as well as many laws relating to debt-abrogation decrees . it also banned ' basara ' ( extravagance ) , a social phenomenon of the northern and southern court period . although the additional laws made after this code are called ' kenmu supplementary legislation , ' it is said that the name does not refer to supplements of the kenmu code , but rather to supplements of the goseibai-shikimoku that were made after the kenmu period . +saga books ( sagabon ) are books printed using movable type at the beginning of the early-modern period of japan . the suminokura family , wealthy merchants in saga , kyoto , published them with the help of koetsu honami and others . they are also called suminokura-bon or koetsu-bon ( koetsu books ) . spurred by jesuit printing ( kirishitan-ban ) and the introduction of movable type printing technology by way of the korean peninsula at the end of the 16th century , publishing books gradually became more and more widespread in japan as well , and sagabon were among the earliest of these . behind the birth of the sagabon lay the fact that in kyoto at the time there was already an existing base of readers in the form of a merchant class with accumulated wealth , and craftsmen from the gozanban ( five mountains editions ) . soan suminokura , the son of ryoi , and friend of seika fujiwara and other confucian scholars , set his mind on the publishing business , and published sagabon with the help of koetsu honami , sotatsu tawaraya , and others . they were luxurious books using paper decorated with mica and elaborate designs on the binding , published at the beginning of the 17th century ( during the keicho-genna years ( japan ) ) the contents were mostly classic literature , and chief among the remaining books are " the tales of ise , " " essays in idleness , " " the ten foot square hut , " and some no plays . the plates for sagabon were made not by combining pieces of type one letter at a time , but by combining wooden movable type in units of several letters of 2 or 3 that copied the vertical and cursive style of koetsu 's writing . because it takes time and effort to make wooden movable type and because wood block printing was easier to deal with when reprinting again and again , wooden movable type soon fell out of use and the history of printing in japan appeared to progress backwards from wooden movable type to wood block printing . +hobutsu shu is a buddhist setsuwa ( anecdotes ) collection from the end of the heian period . the author was taira no yasuyori . it is also known as ' yasuyori 's collection of treasures . ' it was written during the jisho period ( 1177-1181 ) . there are different texts of 1 , 2 , 3 and 7 volumes , and the contents are extremely different between them . it is said that the one volume text is closest to the original . it is written in the form of a dialogue between a monk and a layman at the saga shakado ( shaka hall ) in seiryo-ji temple , where in the course of citing a large number of setsuwa , they discuss how buddhist law is the greatest of all treasures . it can largely be divided into 4 parts , with parts 1 and 2 acting as a kind of introduction when taken as a whole . the discussion about ' what is the most precious treasure in the world ? ' starts from part 3 , and by the end of part 4 , they have decided that ' the greatest treasure is simply the buddhist law . ' it preaches that things commonly regarded as precious have both merits and demerits , and while they can make people happy , they can also make them unhappy , so above all else is the buddhist law that stands aloof from the trivialities of life . the author taira no yasuyori ( buddhist name , shosho ) was a member of the northern guard for the retired emperor goshirakawa , and was also appointed to the imperial police and the gate guards at the same time , however , in 1177 , he was exposed as a participant in the shishigatani plot ( a failed uprising against the rule of taira no kiyomori ) , and was exiled to kikaigashima island ( iwojima island off the satsuma coast ) , although he was recalled to kyoto the next year in an amnesty due to empress taira no tokuko 's healthy childbirth . after that , he lived in sorin-ji temple in higashiyama ( kyoto prefecture ) , where he compiled this setsuwa collection . it is included in shin nihon koten bungaku taikei ( published by iwanami shoten ) , a collection of classical japanese literature . +sogi ( 1421 - september 1 , 1502 ) was a renga ( linked-verse ) poet of the muromachi period . his literary names were jinensai and shugyokuan . his family name is said to be iio , but it is still unclear . his birthplace is said to be in kii or omi province . he entered shokoku-ji temple in kyoto in his youth , and made up his mind to pursue renga around age 30 . he studied renga under sozei , senjun and shinkei , and received instruction in the secret traditions of the kokinshu ( kokin denju ) by tsuneyori to . after 1473 , he made his residence at shugyokuan in kamikyo ( upper kyoto ) , where court nobles , the shogun and the kanrei ( shogunal deputy ) lived , associating with sanetaka sanjonishi and other court nobles , as well as masamoto hosokawa and other high-ranking warriors of the muromachi bakufu ( japanese feudal government headed by a shogun ) . he also visited powerful local lords ( kokujin ) in the kinai area and the daimyo of many provinces , such as the ouchi clan in suo province , the takeda clan in wakasa province , and the uesugi clan in echigo province . in 1488 , he was appointed as the renga master of kitano shrine and became the leading figure in renga circles in both name and reality . he soon ceded this post to kensai and compiled the " shinsen tsukubashu " ( new tsukuba collection ) with kensai and others in 1495 . he frequently travelled to various parts of the country throughout his life , and in 1502 , he died at an inn at the hakone hotsprings while on the way from echigo to mino province with his disciples socho and soseki , and was buried at jorin-ji temple at momozono , suruga province ( currently susono city , shizuoka prefecture ) . after the onin war , there was a growing trend towards a revival of the classics , and powerful local clans , especially local lords and lords of fiefs , were interested in the culture of kyoto and remarkably enthusiastic about renga . sogi expressed the technical skill of the original renga tradition , and the medieval aesthetics of sublimity and truth expressed in the waka poetry anthology " shinkokin wakashu . " with renga 's popularity throughout the country , and the activities of sogi and his disciples , this period was the golden age of renga . among his renga are such works as ; " minase sangin hyakuin " ( three poets at minase ) , " yuyama sangin hyakuin " ( three poets at yuyama ) , and " hamori senku " ; among his collections of renga stanzas are " wasuregusa " ( the forgetting-plant ) , " wakuraba " ( aging leaves ) and " shitakusa " ( the grasses beneath ) ; his travel records include " shirakawa kiko " ( journey to shirakawa ) and " tsukushi michi no ki " ( record of a journey to tsukushi ) ; his treatises on renga poetry include " azuma mondo " ( east country dialogues ) and " asaji " ( cogon grass ) , and there are also many commentaries on classic literature . he is another wandering poet , representative of renga poetry like saigyo for waka and basho matsuo for haiku . +socho ( 1448 - april 11 , 1532 ) was a renga ( linked-verse ) poet of the late muromachi period . his pen name was saiokuken . he was from shimada , suruga province ( present-day shimada city , shizuoka prefecture ) . he was born as the son of a blacksmith , yoshisuke gojo . he became a buddhist monk in 1465 and later served yoshitada imagawa , but after yoshitada 's death in battle , he left suruga and went to kyoto . he studied renga under sogi , and participated in minase sangin hyakuin ( one hundred stanzas by three poets at minase ) in 1488 , yuyama sangin hyakuin ( one hundred stanzas by three poets at yuyama ) in 1491 , amongst others . he practiced zen buddhism under sojun ikkyu of daitoku-ji temple , living by shinjuan in daitoku-ji temple , and after sojun passed away , he lived near a kannabi ( a place serving as a residence to a god ) , in shuonan in takigi village , yamashiro province ( present-day kyotanabe city , kyoto prefecture ) and prayed for the repose of sojun 's soul . in 1496 , he went back to suruga , and served ujichika imagawa . in 1502 , hearing the news of sogi 's fall at hakone yumoto , he went to care for him on his deathbed . after sogi 's death , he became the leader of the renga world . also , he had many influential warlords and court nobles as his associates , such as sanetaka sanjonishi , takakuni hosokawa , yoshioki ouchi and fusayoshi uesugi , and is said to have been a diplomatic adviser to the imagawa clan . in his later years , he built the saiokuken ( present-day saioku-ji temple ) at izumigaya at the foot of mt . utsuno in totomi province with the help of yasumoto saito , travelling between there and kyoto , and was also involved in building the gate of daitoku-ji temple . he was one who advised " more haste , less speed . " his representative works are the collection of renga stanzas ' nachigomori ' ( secluded at nachi ) ; the diaries ' socho shuki ' ( the journal of socho ) and ' socho nikki ' ( the diary of socho ) , as well as ' azumaji no tsuto ' ( souvenir of the eastland ) , ' utsunoyama no ki ' ( record of utsunoyama ) , and ' sogi shuen ki ' ( a record of sogi 's passing ) . +senjun ( 1411-1476 ) was a renga ( linked-verse ) poet of the mid-muromachi period . he was a monk of the rokkakudo ( choho-ji temple ) in kyoto . he called himself ryuhon-bo and shunyo-bo . it is said that he was the 26th head of the ikenobo school , famous for ikebana ( or kado , the art of flower arrangement ) . he started to make his name in his thirties with ' bunan tsuki senku ' ( one thousand verses on the moon in bunan ) and ' bunan yuki senku ' ( one thousand verses on the snow in bunan ) , and he also participated in ' hatsuse senku ' ( one thousand verses at hatsuse ) and ' kogamo senku ' ( one thousand verses for kogamo ) , among others . during the onin war , with the help of myochin saito , shugodai ( the acting military governor ) of mino province , he made his residence at shunyo-bo in mino , and later passed away there . in senjun 's later years , sogi was his student , which led to ' mino senku ' ( one thousand verses at mino ) and ' osa senku ' ( one thousand verses at osa ) . the number of his poems that appeared in ' shinsen tsukubashu ' ( new tsukuba collection ) was the third-largest among renga poets , after shinkei and sozei . he also wrote a treatise on renga poetry , ' katahashi ' ( a fragment ) . +kensho ( 1130 - 1209 ? ) was a poet-monk who lived from the late heian period to the early kamakura period . he was also called suke no kimi or suke no ajari . his father and mother are unknown , but he was adopted by fujiwara no akisuke . by 1191 , he was raised to ajari ( a master in esoteric buddhism ; a high priest ) and in his later years hokkyo ( the third highest rank for buddhist priests ) was conferred on him . as a boy , he studied in mt . hiei but left there , and later he entered ninna-ji temple , writing many books on waka poetry such as ' shochusho . ' most of them were presented to ninnajinomiya , the cloistered imperial prince shukaku . after the death of akisuke and kiyosuke , he was a leading figure in the poetry circles of the rokujo-fujiwara family . he participated in the uta-awase ( poetry contest ) twenty times or more . roppyakuban chinjo ' is an essay on waka poems in which he confuted fujiwara no toshinari , a judge of ' roppyakuban uta-awase ' ( the poetry match of 600 rounds ) . he was also a judge of ' sengohyaku ban uta-awase ' ( one thousand five hundred poetry matches ) . he treated ' manyoshu ' ( collection of ten thousand leaves ) with respect , considering refined elegance important , and therefore he was in conflict with fujiwara no teika ( the son of toshinari ) , but he accomplished great achievements in the study of poetry of the rokujo-fujiwara family . +fukakusa no shosho is a character who appears in a legend about ono no komachi , ' coming-and-going in a hundred nights , ' which was created by noh authors such as zeami during the muromachi period . his residence was apparently located in the land of the present gonjo-ji temple ( fushimi ward , kyoto city ) . by the pond in the gonjo-ji temple there is a ' path shosho walked , ' and tradition has it that if those who are in litigation walk the path , they will lose their cases . in addition , there is a stone tower for the consolation of fukakusa no shosho , along with one for ono no komachi . zuishin-in temple ( yamashina ward , kyoto city ) has a fumizuka ( burial mound of drafts for commemoration ) in which the letters written by fukakusa no shosho were buried . it is said that he loved ono no komachi , and she told him that if he kept visiting her for one hundred days , she would marry him , but on a snowy day , the ninety-ninth night , he froze to death under the snow . +the onin-ki is a historical work of the muromachi period . it is a war chronicle focusing on the onin war that developed out of inheritance disputes within the ashikaga shogunal family , the hatakeyama clan , and the shiba clan , recounting everything from its origins , through all the battles fought in and around the capital , up until the deaths of katsumoto hosokawa of the eastern forces and mochitoyo ( sozen ) yamana of the western forces . it has three volumes , with multiple textual lines for each manuscript family . it was influenced by the historical epic ' taiheiki ' ( the record of the great peace ) , and is written in a mixture of kanji and katakana . the author is unknown . there are various theories about when it was written , ranging from the end of the 15th century to the mid-16th century . the contents cover a span of more than ten years at the end of the muromachi period from 1467 to 1477 , and describe the wars fought in and around kyoto that devastated the capital , perhaps with the intention of describing the world of ' pandemonium and fighting ' prophesied in the last six lines of the " yamatai shi " ( poem on japan ) , said be the work of the liang monk baozhi . it depicts in vivid detail the devastated capital and the grieves and laments of war , from the causes to the scenes of fighting , while mixing in the author 's own interpretations . it ends by saying , ' from the city and the country to lands far away , all has become pandemonium . ' from all this , the author is thought to have been someone who was familiar with the onin war and had some sort of involvement in it , perhaps a monk or court noble who had taken buddhist orders and lamented the meaninglessness of the warriors ' conflict . there is also a strong confucian influence . +towazugatari is the diary and travel book thought to have been written by nijo gofukakusa-in ( lady nijo ) in the middle or late kamakura period . although no one requested it ( ' towazugatari ' literally means " a tale nobody asked for " ) , lady nijo wrote her autobiographical tale as she served as emperor gofukakusa 's lady-in-waiting from the age of 14 ( 1271 ) to around 49 ( 1306 ) . it records her relationships with the gofukakusa-in and other lovers , ceremonies at court , and her travels after becoming a nun . it is written in the form of a confession by lady nijo , but some scholars think that it also includes elements of narrative fiction . it is comprised of five books in five volumes . it seems to have been completed by approximately 1313 . the only existing version of this diary is the katsura no miya text ( a manuscript written in 後代 - the early edo period ) included in the katsura no miya collection owned by the imperial household archives . until found in 1940 by tokuhei yamagishi , its existence had been known to very few people . when tokuhei yamagishi discovered " towazugatari " in the imperial household archive ( at that time known as the bureau of drawings and books ) , he felt intuitively that it was equal to even " kagero nikki " ( the gossamer years ) . the work was introduced in his article ' notes on towazugatari , ' in the september issue of ' kokugo to kokubungaku ' ( japanese language and literature ) . its first publication was in the 15th volume of the katsura no miya series of texts in 1950 . although several fragments of an old manuscript exist that are believed to date from the late kamakura period , the text is strikingly different from the imperial household archive version . lady nijo ' : the daughter of masatada koga . she was either called ' akako , ' ( thought to be her childhood name ) according to one theory , or ' agako ' ( " my child " ) according to another . emperor gofukakusa ' : the retired emperor . nijo 's husband . emperor kameyama ' : the brother of gofukakusa-in . snow dawn ' : thought to be sanekane saionji . dawn moon ' : an ajari ( holy teacher ) thought to be the cloistered imperial prince shojo , although another theory believes him to be the cloistered imperial prince hojo . minister of the imperial guard ' : thought to be kanehira takatsukasa . the first volume : lady nijo loses her mother at the age of 2 , is taken under the wing of the gofukakusa-in at 4 , and accepts his affections at the age of 14 , despite the presence of ' snow dawn , ' a man she feels deeply about . she becomes pregnant with the child of the cloistered emperor , and soon after her father dies . she gives birth to the cloistered emperor 's son . despite losing her support she continues to serve the cloistered emperor as a lady-in-waiting , while also continuing her relationship with ' snow dawn . ' she gives birth to snow dawn 's daughter , but gives her away . the cloistered emperor 's son dies prematurely at about the same time . the second volume : the commotion over the rice-gruel stick and atonement . she begins a relationship with ' dawn moon ' on his insistence . at onnagaku ( a musical performance by women performed for the imperial court ) , she clashes with her grandfather takachika shijo , minister of war . she unwillingly begins a relationship with the minister of the imperial guard . the third volume : she gives birth to dawn moon 's son , but gives him away . dawn moon 's death . she gives birth to another son by dawn moon , but this time she looks after him herself . she leaves the imperial palace . the fourth volume : the days after becoming a nun . after atsuta-jingu shrine , she travels to kamakura , zenko-ji temple , and asakusa . she meets the cloistered emperor gofukakusa again at hachimangu shrine . she travels to ise . the fifth volume : she travels to itsukushima , and the cloistered emperor gofukakusa dies . the epilogue . young murasaki : the passage where gofukakusa-in takes and raises lady nijo , the daughter of his beloved wet nurse dainagon-no-suke , is strongly reminiscent of young murasaki in " the tale of genji . " onnagaku : an onnagaku is held imitating the one held in the second volume of wakana ( ' new herbs , ' a book from ' the tale of genji ' ) , in which the lady of the east wing represents murasaki-no-ue ( lady murasaki ) , the daughter of nijo 's grandfather , takachika , represents onnasan-no-miya ( the third princess ) , and lady nijo herself , playing the biwa lute , represents akashi-no-okata ( lady akashi ) , the most humble of the three . " masukagami " ( written in the northern and southern court period of japan ) uses several paragraphs from " towazugatari . " also , because there were very few records of emperor gofukakusa 's romances before " towazugatari " was found , some scholars used to think that the descriptions of his romances in " masukagami " were fictional or had been confused with those of his brother emperor kameyama , but after the discovery of " towazugatari , " it was confirmed that there was a basis for the descriptions in " masukagami . " +gyokuyo wakashu is an imperial anthology from the kamakura period . it is the fourteenth of the imperial anthologies . it is the largest among the imperial anthologies , with twenty volumes , including 2,801waka . the structure of the categories was , in order : spring ( two volumes ) , summer , autumn ( two volumes ) , winter , felicitations , travel , love ( 5 volumes ) , miscellaneous ( 5 volumes ) , buddhism , and shinto . by order of the retired emperor fushimi , tamekane kyogoku ( 1254 - 1332 ) compiled the collection and presented it . it was submitted to the emperor for inspection on may 5 , 1312 ( " masukagami " ( the clear mirror ) ) , and completed in october 1313 after some further editing . its compilation was difficult and took nearly 20 years from planning to final selection , involving the political dispute between the jimyo-in line and the daikakuji line , and the conflict between the poetic houses they supported , kyogoku and nijo . in the reign of emperor fushimi in 1293 , tameyo nijo , tamekane kyogoku , masaari asukai and takahiro kujo were selected as compilers for an imperial anthology by order of the emperor . however , various arguments about , among other things , the policy for selecting waka between tameyo and tamekane became heated , and an enraged tameyo resigned as compiler , on top of which followed the deaths of takahiro kujo in 1298 and masaari asukai in 1301 . during that period in 1298 , there was no choice but to stop the compilation of the imperial anthology because tamekane kyogoku was exiled to sado province by the bakufu and emperor fushimi was forced to abdicate the throne . after that , tamekane was recalled in 1303 , and in accordance with the start of cloistered government by retired emperor fushimi , the project of compiling the imperial anthology was finally able to be continued . in spite of tameyo 's strong opposition , on may 21 , 1311 , it was ordered that tamekane should compile the collection and present it alone ( " petition by two nobles of the enkei era " ) . " gyokuyo wakashu " was compiled in such a way as to prioritize the jimyo-in line and the kyogoku faction throughout , treating the daikakuji line and the nijo faction almost too coldly , including only a token amount their poems , with no more than 16 even for tameuji nijo . it also took a policy of placing emphasis on contemporary works , so although famous medieval poets like fujiwara no teika , fujiwara no shunzei , saigyo , and fujiwara no tameie had over fifty poems included , among the 180 poets in the collection , 113 appeared for the first time , over half of which were women , a rather large number for the time . among contemporary poets , fushimi-in led the group with 93 poems , followed by sanekane saionji and tamenori kyogoku 's daughter tameko kyogoku ( 60 poems each ) , shoshi saionji ( 49 ) , and tamekane kyogoku ( 36 ) , gathering all the major poets of the early kyogoku faction . although the title " gyokuyoshu " is reminiscent of " manyoshu " ( ten thousand poems ) , and similarly includes a number of older poems , including a poem by ki no tsurayuki starting off the collection , its most salient characteristic was not in following tradition , but in boldly incorporating new techniques of expression , and creating a free and fresh new poetic style . contrasting movement and stillness , describing the passage of time , and with frequent use of gitaigo ( mimetic words ) , parallelism , and sound repetition , even while using the traditional vocabulary , it was a revolutionary effort that makes a vivid impression on anyone more familiar with the flat style of the nijo faction . furthermore , restricting the number of uncreative poetic topics , it aimed for poems with a fine sensitivity , a detailed observation of nature , and an expression of pure feeling . however , because it insisted on poetic technique , and did not allow poems with extra syllables , it left behind the traces of artificial polishing , so that many poems failed to achieve true beauty . although gyokuyo wakashu was an extraordinary work that ushered in a new phase in the world of waka , which had reached a dead end with the shinkokinshu , it was followed only by " fuga waka shu " ( collection of elegance ) and was long regarded as heretical because the conservative nijo faction led waka circles for many centuries . in modern times , after a close study by the poet zenmaro toki ( 1885 - 1980 ) and his reevaluation of the kyogoku faction , " gyokuyo wakashu " began to receive attention again . with the publication of a complete commentary by miyoko iwasa , research on it has flourished in recent years . +" shoku kokin wakashu " is an anthology compiled by imperial command in the kamakura period , and is the eleventh of the twenty one poetry anthologies . it consists of twenty volumes as follows : spring ( two volumes ) , summer , autumn ( two volumes ) , winter , shintoism , shakyamuni 's teachings , separation , kiryo ( journey ) , love ( five volumes ) , sorrow , miscellaneous ( three volumes ) , and celebration . 1915 poems in total were collected in the anthology ( although the exact number of the poems differs among the existing manuscripts ) . the anthology has kanajo ( japanese preface ) written by motoie kujo , one of the anthologists , and manajo ( chinese preface ) written by sugawara no naganari . the shoku kokin wakashu list ' has also survived , which classified the poets as either contemporary or ancient , and included their brief biographies and number of included poems . fujiwara no tameie , the head of the mikohidari family was ordered to compile the anthology by emperor gosaga on april 17 , 1259 . however , in october and november 1262 , the emperor also ordered inner minister motoie kujo ( 1203-1280 ) , ieyoshi kinugasa ( 1192-1264 ) , yukiie rokujo ( 1223-1275 ) , and mitsutoshi hamuro , aka . shinkan ( 1203-1276 ) , who were against the mikohidari , to join as anthologists , so tameie , resenting the decision , had his oldest son fujiwara no tameuji continue the compiling work instead . it was completed and submitted to the emperor for inspection on february 9 , 1266 , and a feast celebrating the completion of the work was held on april 25 of the following year . in 1264 , ieyoshi became the only one of the five anthologists to pass away before its completion . in those days , representative poets were distinguished people from influential families such as imperial prince munetaka , shogun of kamakura ( 67 poems ) , saneuji saionji ( 61 poems ) , who was an important person in political circles , and the gosaga-in ( 54 poems ) . more than twenty poems of the four anthologists , excluding yukiie , were also collected . among the deceased , fujiwara no teika ( 56 poems ) , who was the leading poet in shin kokin wakashu ( new collection of ancient and modern poetry ) , emperor gotoba ( 49 poems ) , and fujiwara no ietaka ( 41 poems ) were considered important . three more poems by emperor tsuchimikado ( the gosaga-in 's real father ) were selected than those by emperor juntoku ( 35 poems ) , although emperor tsuchimikado 's poems were inferior to emperor juntoku 's , which was probably due to the will of the gosaga-in . the anthology tried to follow tradition by naming itself the successor of " kokin wakashu " ( a collection of ancient and modern poetry ) and " shin kokin , " and the reason why the number of anthologists was increased to five was probably because the emperor wanted to make the anthology resemble " shin kokin , " but because the anthologists were unable to agree with each other and couldn 't organize the poems well it ended up being too diversified and inconsistent . some were bighearted poems in the manyo style , and some were written in the elegant shin kokin style , although there was a strong tendency toward a simple and antique style as a whole . there were many old poems from the heian period collected in this anthology for the first time . +" shin chokusenwakashu " is the first collection of the thirteen imperial anthologies of japanese poetry , and the ninth anthology in aggregate . it is also known by other names such as the ujigawa collection . fujiwara no teika was ordered to compile the anthology by emperor gohorikawa on july 9 , 1232 , and he selected the poems alone . after the retired emperor passed away , michiie and norizane kujo , father and son , took over the compiling effort , completed it on april 8 , 1235 of the time of emperor shijo , and reported its completion to emperor . a preface was also written by teika in kana ( the japanese syllabary ) . it consists of 20 volumes with more than 1370 poems , although the exact number of poems differ according to existing manuscripts . the poems are classified into the following categories : the four seasons ( 2 volumes for spring and autumn and 1 volume for the others ) , celebration , journey , shintoism , shakyamuni 's teachings , love , and miscellaneous ( the latter two consist of 5 volumes each ) . the categories of elegy and parting , which formed independent volumes in the conventional 20 volume imperial anthologies , were omitted , so they were included instead in the categories of miscellaneous poems and journey . of the poets in the anthology , fujiwara no ietaka has the most poems ( 43 ) , followed by yoshitsune kujo 's ( 36 ) , then fujiwara no toshinari 's ( 35 ) , kintsune saionji 's ( 30 ) , jien 's ( 27 ) , minamoto no sanetomo 's and michiie kujo 's ( 25 each ) , and masatsune asukai 's ( 20 ) , so it could be said that the poems composed by the distinguished people of the kujo and the saionji families ( kintsune was teika 's brother-in-law and kanpaku ( senior regent ) , michiie kujo 's father-in-law ) are the most prominent . poems composed by yasutoki hojo and other poets from samurai families were also collected . it was due to teika 's consideration for the bakufu that the work by the great poets emperor gotoba and emperor juntoku was omitted , as they were in exile following the jokyu incident . he also reduced his own poems to a minimum while holding poems by fujiwara no ietaka and minamoto no sanetomo in high regard , deepening interest in teika 's attitude toward poetry selection . compared with the elegant shin kokin style , shin chokusenshu is characterized by its simple and refined style , which tells us what he preferred in his later years . its conservative style of poetry was respected by the nijo poetic house as ' truth , ' becoming the model for all subsequent waka poems in the medieval period . +mido kanpakuki is a diary written by fujiwara no michinaga , a court noble who held the titles of regent and grand minister in the heian period . it is also called " priest 's calendar , " " mido records , " and " diary of a hojoji regent . " it is designated as a national treasure . the name of mido kanpakuki came from the hojoji muryojuin hall , which fujiwara no michinaga built . however , michinaga never formally took the title of regent , so it is likely that the diary was merely titled diary of a mido regent for posterity . mido kanpakuki is well known as a diary of historical material written by fujiwara no michinaga , but at the same time it has a bad reputation for unclear writing , misspellings , and grammatical errors , which make interpretation difficult . this can also be applied to " denryaku " written by fujiwara no tadazane of the regent house of fujiwara and " gonijo moromichi-ki " by fujiwara no moromichi , so it seems that the regent family were not particularly adapt at classical chinese . compared with them , the contemporary works " gonki " by fujiwara no yukinari and " shoyuki " by fujiwara no sanesuke are well known for their excellent writing and contents . the diary entries cover the years 998 to 1021 , although some of them are missing . but the missing parts can be supplemented by excerpts , so it is possible to read most of them . as there were periods of time when michinaga didn 't keep a diary , not all of the crucial issues of his political attitudes and intentions could have been written in it . the diary is surprisingly simple , and lacks the emotional commentary which the modern reader would expect to find . however , it could be the best historical material we have to understand the official duties and fields of activity of the head of the to clan . it is also known for recording days of the week based on the seven-day system . 14 volumes of books exist written in his own handwriting . a modern japanese translation has not been made yet , and the only existing modern translation is the french one made by a french japanologist . +nijo kawaha no rakusho are writings collected in " kenmu nenkan-ki , " a record of the kenmu era which was handed down in the machino clan , which was the head of monchujo ( board of inquiry ) in muromachi bakufu ( japanese feudal government headed by a shogun ) . it consists of 88 stanzas , and was written in seven-and-five-syllable meter , criticizing and satirizing politics and society in the chaotic days of the kenmu restoration . experts in history consider it to be one of the best lampoons . hand written copies ( criticizing and satirizing politics and society ) have been passed down through the years up until today , and it is said to have been displayed at the nijo river beach near nijo tomikoji street in the kamogawa river basin ( yodogawa river system ) ( near the present day nijo-ohashi bridge , nakagyo ward , kyoto city ) where the kenmu regime 's office was . the lampoon was displayed on august , 1334 , when the kenmu restoration was inaugurated by emperor godaigo after the fall of the kamakura bakufu . the editors are unknown , but there are rumors that it was written by nobles , kyoto 's young people , or monks who were dissatisfied with the kenmu regime . taking a look at the text , you can see that it was written in a kind of verse , so it must have been written by someone who was familiar with chinese poetry and waka poems . +hideyoshi toyotomi ( toyotomi no hideyoshi ) / hideyoshi hashiba was a warrior and a warlord lived in the age of civil wars ( late muromachi period ) through azuchi-momoyama period . as to a dispute how to read ' 豊臣秀吉 ' , see the article of ' toyotomi clan ' . he was born as a farmer 's son in nakamura village of aichi county in owari province ( aichi prefecture ) , served nobunaga oda and distinguished himself gradually . after nobunaga was killed by mitsuhide akechi at the incident of honno-ji temple , hideyoshi went back to kyoto to manage other warriors ' activities , and defeated mitsuhide at the battle of yamazaki , which resulted him in becoming nobunaga 's successor . later he built osaka castle and was assigned as kanpaku daijodaijin by the imperial court . he was given a surname of toyotomi and made a success to unify japan , subordinating other warlords all over japan . he introduced such policies as ' taiko kenchi ' ( nationwide location survey ) and ' katanagari ' ( sword hunt ) , and died in the middle of ' bunroku keicho no eki ' ( two japanese invasions of korea ) , asking council of five elders to guard his heir , hideyori . his witty episodes were left such as ' sunomata castle ' , ' kanegasaki no nokikuchi ' , ' mizuzeme ( siege by water ) against takamatsu castle ' and ' ichiyajo ( a castle built in one night ) of mt . ishigaki ' and he was regarded as the most successful person in the sengoku period . 188 in addition , he is said to have taken his surname ( means beneath a tree ) because he was standing under a tree when he met kahei or nobunaga for the first time , but it is lacking credibility and is not considered to be true . he served yukitsuna matsushita ( kahei matsushita ) , who was a feudatory of iio clan which served imagawa clan and was a lord of zudaji castle , a branch of hikuma castle which is located in zudajiso of nagakami county in totomi province ( present zudaji-cho , minami-ku ward , hamamatsu city ) . tokichiro seemed to be taken a kindly interest but left his work soon . a lot of biographies such as ' taikoki ' describe that kahei gave money to tokichiro and sent him off because kahei felt sorry for him who had been envied and insulted by colleagues . some say that tokichiro embezzled the money for an errand then escaped , but it is not certain . later , yukitsuna served ieyasu tokugawa after imagawa clan had declined , but hideyoshi rewarded him with 1,600 koku salary in tanba and kawachi provinces in 1583 , then added 16,000 koku and totomi-kuno castle near zudaji castle in 1590 . hideyoshi served nobunaga as a lowly servant from around 1554 by an advice of ikomakitsuno , nobunaga 's wife . there are several famous episodes in his sandal-bearer period , such as , he had voluntarily taken the position of the construction director of kiyosu castle , or food procurement director , and achieved great success with all of them ; but these episodes have no historical evidences and seem to be just a legend . by these achievements he made a success to gain nobunaga 's favor and distinguished himself among oda followers . around this time it is said that he was nicknamed ' monkey ' or ' bald mouse ' by nobunaga from his appearance ( see the subject of appearance ) . in 1561 he married with kodai-in , who was an adopted daughter of nagakatsu asano ( yasuko tabata ' kitanomandokoro one , ' minerva shobo , 2007 , isbn 978-4623049547.p11 ) . there is a famous episode that he achieved to construct sunomata castle in one night in the middle of the battle with tatsuoki saito of mino province ; this episode was described in ' buko-yawa ' and others , but there is no description of historical data in the document , so it is considered to be a fiction in edo period . around this time , shigeharu takenaka ( hanbei takenaka ) from mino ruled by saito clan and two kawanami-shu local warriors , masakatsu hachisuka and nagayasu maeno , became hideyoshi 's subordinates . he was assigned to govern kyoto with mitsuhide akechi and others in 1568 when nobunaga went up to kyoto . there is a description of hideyoshi in historical papers . in 1570 , he served the battle to defeat yoshikage asakura of echizen province . oda troops made inroads well , but when they were on the march around kanegasaki , nagamasa azai of northern omi , who was on oda 's side , suddenly attacked them from behind . although it was a desperate struggle of pincer operation by azai and asakura , hideyoshi brought up the rear successfully with katsumasa ikeda and mitsuhide akechi ( kanegasaki no nokikuchi ) and made a good contribution . after that he rendered distinguished service in the war against azai and asakura . after azai clan was subverted in 1573 , hideyoshi was given three counties of northern omi , which had been ruled by azai , changed the place-name of imahama to nagahama , and became a lord of nagahama castle ( in omi province ) . around this time , he changed surname from kinoshita to hashiba , taken each one chinese character from nagahide niwa and katsuie shibata . he tried to recruit human resources well from omi province and promoted former azai vassals and talented young men such as mitsunari ishida aggressively . in 1576 hideyoshi was ordered to help katsuie shibata , who was in the middle of war to kenshin uesugi of echizen province , as a head of northern troops , but he disagreed with katsuie over mission and made a retreat without permission . after that , katsuie troops were defeated by kenshin uesugi . ( the battle of tedorigawa ) . nobunaga got angry with hideyoshi 's behavior but permitted him , and hideyoshi achieved to subvert hisahide matsunaga commanded by nobutada oda . after that , by nobunaga 's order to capture chugoku region he marched harima province and subdued norifusa akamatsu , nagaharu bessho , masamoto kodera and other followers of akamatsu clan , the former shugo ( an official of muromachi shogunate ) . in addition , he got himeji castle from takataka kodera ( takataka kuroda ) , who was masamoto 's vassal and made it a center to capture chugoku region . some troops did not follow hideyoshi but he subverted them at the battle of kouzuki castle ( the first battle ) . in 1579 he subdued naoie ukita , a warlord of bizen province and mimasaka province after the offensive and defensive battle against mori clan over uezuki castle , and took an advantage in the battle against mori , but he was forced to interrupt to conquer chugoku region because of the betrayal by murashige araki of settsu province . in 1580 he attacked nagaharu bessho , who was a lord of harima miki castle and rose in revolt oda clan , and defeated him by starving strategy for two years , although he lost important vassals such as hanbei takenaka and sigenori furuta ( the battle at miki ) in the middle of the battle . in the same year , he also defeated arikoyama castle , where takahiro yamana of tajima province stuck , and made tajima province a territory of oda clan . in 1581yamana vassals rose in revolt at tottori castle after an exile of toyokuni yamana , having tuneie kikkawa , who was a member of mori clan , a commander in chief , but hideyoshi took starving strategy after dominating foods around tottori and defeated them ( the battle of tottori castle ) . he continued to fight against terumoto mori , who ruled chugoku region . in the same year , he attacked iwaya castle ( awaji province ) and ruled awaji province . in 1582 hideyoshi invaded bicchu province and flooded takamatsu castle ( bicchu province ) , which muneharu shimizu of mori 's side protected ( mizuzeme against takamatsu castle ) . at this time he was confronted with mori troops of which commanders are terumoto mori , motoharu kikkawa and takakage kobayakawa , and asked nobunaga to deliver reinforcements . as mentioned above , for the capture of chugoku region such as the battle at miki , starving strategy of tottori castle and flooding takamatsu castle , he showed his real ability as ' hideyoshi , an expert at assault of castle ' . on june 2 , 1582 , his lord nobunaga oda was killed by mitsuhide akechi in a rebellion at honno-ji temple in kyoto ( the incident at honno-ji temple ) . at this time as soon as hideyoshi , who was in the battle of flooding bicchu takamatsu castle , knew this incident , he immediately concluded a peace with terumoto mori on the condition of seppuku ( suicide by disembowelment ) of muneharu shimizu , a lord of takamatsu castle and had his troops go back to kyoto ( chugoku oogaeshi ) . mitsuhide was aghast at hideyoshi 's coming and fought for him at yamazaki on june 13 , but mitsuhide 's troops were severely defeated because tuneoki ikeda and nagahide niwa , and kiyohide nakagawa and ukon takayama , who were followers of mitsuhide , turned to support hideyoshi so that mitsuhide 's force became smaller than hideyoshi 's force , and mitsuhide was killed by nameless warriors ( the battle at yamazaki ) . hideyoshi stamped out mitsuhide 's remnants with a die and got a power to rule kyoto . on june 27 , at kiyosu castle there held a conference which decided an heir of nobunaga and separation of left territories ( kiyosu conference ) . while katsuie shibata commended nobunaga 's third son nobutaka oda ( nobutaka kanbe ) , hideyoshi commended the first son of nobutada oda ( nobunaga 's first son ) , sanposhi ( hidenobu oda ) . katsuie disagreed with hideyoshi but had to follow him because tuneoki ikeda and nagahide niwa supported hideyoshi and hideyoshi showed a compromise to put nobutaka as young sanposhi 's guardian , so sanposhi became nobunaga 's heir . about the split of territories , nobukatsu oda was given owari province , nobutaka oda was mino province , nobukane oda was north ise and iga provinces , yusai hosokawa , who was a vassal of mitsuhide was tango province , junkei tsutsui was yamato province , ukon takayama and kiyohide nakagawa kept their territories , nagahide niwa was given shiga and takashima counties of omi province , which deserved 150,000 goku , tuneoki ikeda was given amagasaki and osaka counties of settsu province , which deserved 150,000 goku , and hidemasa hori was given omisawayama . katsuie was given nagahama of omi province , which was former hideyoshi 's territory and deserved 120,000 goku . hideyoshi himself got tanba , yamashiro and kawachi provinces , which were mitsuhide 's territories and deserved 280,000 goku . in this way hideyoshi became superior to katsuie in the point of territory . a conflict between hideyoshi and katsuie was getting hard . it was because hideyoshi built takaradera castle at yamazaki , implemented ' kenchi ' at yamazaki and tanba and made friendship with some warlords of oda clan informally , so in october 1582 katusie delivered letters to impeach hideyoshi with kazumasu takigawa and nobutaka oda to other warlords . against katsuie , hideyoshi broke through by holding nobunaga 's funeral with having his adopted son hidekatsu hashiba ( nobunaga 's fourth son ) a chief mourner on october 15 . in december , hideyoshi considered as a good chance that snow prevented katsuie in echizen , he ordered warlords such as tsuneoki ikeda to serve on duty , started with 50,000 troops from takaradera castle of yamazaki , and entered sawayama castle of hidemasa hori on december 11 . and then he surrounded nagahama castle which katsutoyo shibata , who was an adopted son of katsuie shibata , protected . katsutoyo surrendered by hideyoshi 's trap because he did not have a good relation with katsuie and katsumasa shibata , who was also an adopted son , and suffered from illness . on december 16 , hideyoshi invaded mino province , reinforced his troops caused by surrender of yoshimichi inaba , join of nobukatsu oda 's troops and so on , and defeated kajiki castle protected by toshiaki saito , an old vassal of nobutaka . in this way nobutaka was isolated at gifu castle , sent sanposhi to hideyoshi , and concluded a peace in exchange for hostage of his mother saka-shi and daughter . in january 1583 , kazumasu takigawa , one of anti-hideyoshi warlords , defeated yoshikatsu okamoto , who protected isemine castle , and morinobu seki , who protected seki castle and ise kameyama castle of hideyoshi 's side . against him , hideyoshi invaded northern ise on february 10 . on february 12 , he attacked kuwana castle which kazumasu lived , but had to withdraw 12 km because of firmness of kuwana castle and resistance of kazumasu . other troops which hideyoshi organized attacked nagashima castle and nakai castle , but also were defeated by resistance of takizawa troops . but the troops of ise kameyama castle run out by the attack of ujisato gamo , tadaoki hosokawa , kazutoyo yamanochi and others , and surrendered on march 3 . however , in the ise battle line , anti-hideyoshi troops were superior in spite of smaller force . on february 28 , katsuie made toshinaga maeda leave for fight and on march 9 , he set off to war , subduing 30,000 troops by himself . against this hideyoshi asked ujisato gamo to fight at northern ise , went back to omi and faced shibata troops on march 11 . this confrontation continued for a while , but on april 13 , there happened an incident that masakuni yamaji , who was a vassal of katutoyo shibata and surrendered hideyoshi , changed to katsuie 's side . in addition , as nobutaka oda raised an army again at gifu and attacked ittetsu inaba , katsuie 's side was superior at first . on the early morning of april 20 , morimasa sakuma , who was an important vassal of katsuie , made a surprise attack , exploiting a gap that hideyoshi went to mino province to attack nobutaka oda . this surprise attack won success ; kiyohide nakagawa at oiwayama fort and shigetomo takayama at iwasakiyama fort was routed . but later because morimasa kept fighting at this fort against the order of katsuie , morimasa got a counterattack by hideyoshi , who came back as quickly as ' chugoku ogaeshi ' on april 21 , and shibata troops was defeated heavily because of betrayal of toshiie maeda , so that katsuie shibata retreated to echizen ( the battle of shizugadake ) . on april 24 , katsuie committed suicide with his wife oichi no kata . hideyoshi also conquered kaga and noto provinces and gave them to toshiie maeda . on may 2 ( there is a different view ) he forced nobutaka oda , the third son of nobunaga , to commit suicide , and kazumasu takigawa surrendered soon . in this way hideyoshi , who destroyed anti-hideyoshi troops , built a status as a successor of nobunaga . ( see an article of the battle of komaki nagakute ) in 1584 nobukatsu , who was the second son of nobunaga and recognized himself as a heir of nobunaga , began to oppose and confront with hideyoshi , triggered by hideyoshi 's order to pay a new year 's call . and on march 6 , nobukatsu deliberately killed his important vassals such as shigetaka okada and yoshifuyu tsugawa by a nominal reason that they held secret communication with hideyoshi , which was virtually a declaration of war against hideyoshi . at this time ieyasu tokugawa , who was an ally of nobunaga , stood on nobukatsu 's side , and motochika chosokabe , saika party of kii province and others joined the war against hideyoshi . against this movement , hideyoshi had warriors of ise such as morinobu ( mantetsu ) seki , yoshitaka kuki , nobukane oda on his side by traps . in addition , he also made tsuneoki ikeda ( shonyusai ) of mino province , whose attitude attracted attention , on his side by showing a reward of owari and mikawa provinces . and on march 13 , tsuneoki captured osutada nakayama , a warrior on nobukatsu 's side and protected owari inuyama castle . at the first stage of war , hideyoshi 's side was superior , as ujisato gamou , hidemasa hori and others captured mine castle in ise . but coalition troops of ieyasu and nobukatsu soon made a countercharge . they defeated nagayoshi mori , who put line at haguro ( the battle of haguro ) . and they put a firm line at komaki and faced hideyoshi . hideyoshi did not move from osaka at first because he got ready for saika party , but he left osaka on march 21 and entered inuyama castle on march 27 . hideyoshi troops also put a firm line and both troops faced for a long time so that the battle lines were fixed ( the battle of komaki ) . it is said that hashiba troops were 100,000 and coalition troops of oda and tokugawa were 30,000 . among that nagayoshi mori and tsuneoki ikeda , who were eager to restore reputation from former defeat , started a surprise attack of mikawa , having hidetsugu miyoshi ( hidetsugu toyotomi ) , a nephew of hideyoshi , a commander in chief on april 6 . however , in spite of surprise attack force , they marched so slowly that their mission was noticed by ieyasu 's information networks ; they got a surprise attack adversely on april 9 while they were pursued by tokugawa troops , and tsuneoki ikeda , motosuke ikeda ( tsuneoki 's son ) , nagayoshi mori and others were killed in the battle ( the battle of nagakute ) , by this deterioration of war situation , hideyoshi had to go out to capture by himself in spite of superiority of force . hideyoshi captured castles in mino , hold by nobukatsu , such as kaganoi castle which shigemochi kaganoi protected , one after another , and laid a scheme to contain nobukatsu and ieyasu in owari . it was true that nobukatsu and ieyasu were overpowered by hideyoshi in finance and force , so nobukatsu concluded a peace with hideyoshi on november 11 , without ieyasu 's permission . ieyasu lost a legitimate reason because nobukatsu had concluded a peace , so that he withdrew to mikawa as well . ieyasu concluded a peace by providing his second son ogimaru to hideyoshi as hideyoshi 's adopted son ( = a hostage ) , ' hideyasu hashiba ( later hideyasu yuki ) ' . after the war hideyoshi assigned to be gon-dainagon by imperial court . after that in 1586 hideyoshi had his sister asahihime marry ieyasu and provided his mother omandokoro to ieyasu as a hostage , and promoted ieyasu to come up to kyoto as a vassal of hideyoshi . ieyasu followed this and went up to kyoto to swear to become a vassal of hideyoshi . in 1583 he built osaka castle , in the former place of ishiyama honganji temple . yoshishige otomo , a warlord of bingo province was very surprised at luxuriousness of this castle and praised ' the most wonderful castle in the world ' . but it is said that there was a problem on protection at the part of castle , which hideyoshi himself worried about , ( nobushige ( yukimura ) sanada built a fort , which was called sanadamaru , on that weak point for later siege of osaka to reinforce protection of osaka castle and plagued tokugawa troops . there is an opinion that hideyoshi was asked to be a shogun from imperial court but declined ( shin hori ' political blueprint of nobunaga and hideyoshi , and emperor ' " history of japan ( 13 ) unifying japan and the invasion of korea " yoshikawa kobunkan press , 2003 , isbn 4642008136 ) . on march 10 , 1585 , hideyoshi was assigned as sei- nii and nai-daijin by imperial court . and on march 21 , he invaded kii and defeated saika party at many places . finally he had takatora todo kill shigeoki suzuki , a head of saika party , by a trap and conquered kishu ( conquest of kishu ) in addition , he send 100,0000 troops to shikoku against motochika chosokabe in shikoku by having his brother hidenaga hashiba to be a commander in chief and terumoto mori and takakage kobayakawa join an army . motochika was against this , but surrendered hideyoshi on july 25 , judging from the disparity of force . motochika was permitted by ruling only tosa province ( conquest of shikoku ) . on july 11 he was assigned to be kanpaku as an adopted son of sakihisa konoe and given a surname of toyotomi ; this is understood as a change of surname from hashiba to toyotomi , but hashiba was a family name ( myoji ) and toyotomi was a surname ( honsei ) , so they were different . the family name of hideyoshi , hidenaga and others did not change and remained hashiba . see detail in the article ' toyotomi clan ' . on december 25 , he promoted to daijodaijin and established his government ( toyotomi administration ) ; " kugyo honin " describes that it was on december 19 ( lunar date ) but " kanemi-kyo ki " describes that the assignment was held before coronation ceremony of emperor goyouzei on the same day so that the writer of ' kugyo honin ' seemed to hesitate to show the truth ( masanobu hashimoto " a research of modern aristocratic society " ) . there is an opinion that hideyoshi asked yoshiaki ashikaga to adopt him as his son in order to establish ' toyotomi shogunate ' , but was rejected . he started to capture narimasa sasa of ecchu province from august , but narimasa did not protect and surrendered to hideyoshi on august 25 by becoming a priest . by mediation of nobukatsu oda , hideyoshi permitted narimasa to keep only niikawa county of ecchu province . in this way hideyoshi conquered kii , shikoku and ecchu . in kyushu region yoshihisa shimazu , who defeated otomo clan and ryuzoji clan extended his power , and sorin otomo , who was pressed by shimazu , asked hideyoshi for help . hideyoshi requested yoshihisa shimazu to surrender but was rejected , so that hideyoshi decided to invade kyusyu region . in 1586 at hetsugigawa river ( present onogawa river ) in bungo province hideyoshi 's coalition troops composed by director hidehisa sengoku , motochika chosokabe , nobuchika chosokabe , masayasu sogo and yoshimune otomo , fought for iehisa shimazu of shimazu troops , but were defeated heavily because hidehisa sengoku committed a blunder as nobuchika chosokabe and masayasu sogo were killed in the battle ( the battle of hetsugigawa ) . but in 1587 hideyoshi himself headed 200,000 troops with his brother hidenaga toyotomi , invaded kyusyu seriously with an overpower force on shimazu troops and defeated yoshihisa shimazu , yoshihiro shimazu and so on ( conquest of kyusyu ) . in this way hideyoshi subdued all regions of western japan . after the conquest of kyusyu he declared to exile christians , but practically christians were accepted silently . in 1588 he introduced ' katanagari ' ( sworn hunt ) and promoted it in a large scale . in 1589 kuninori inomata , a vassal of go-hojo clan , captured nagurumi castle in kouzuke province , which shigenori suzuki , a vassal of masayuki sanada , protected ; with this incident as a start , hideyoshi set off to kanto region and surrounded odawara castle , a headquarter of go-hojo clan . according to ' taikoki ' , hideyoshi ordered warlords of ouu to come to odawara , but masamune oda delayed . it is said that hideyoshi described oshu as a countryside and taishu ( masamune ) of oshu as a wriggling insect and that masamune marveled at hideyoshi . hideyoshi was described as a great person and a majesty of god whom ordinal people could not reach , and showed being on different levels . after masamune went back to his territory safely , vassals of hideyoshi advised that it was dangerous to set a tiger free , but hideyoshi told them that he was going to kill him if masamune rose in revolt and they understood . odawara castle was a firm castle , which kenshin uesugi and shingen takeda could not capture , but it was powerless in front of surrounding troops which had no possible reason to withdraw in that season . after barricading in the castle for three months ujimasa hojo and his son ujinao hojo surrendered . ujimasa and ujiteru hojo committed seppuku and ujinao was exiled to mt.kouyasan in kii ( conquest of odawara ) . defeating the last biggest enemy , go-hojo clan , hideyoshi finally unified japan . he finished the civil war age , which lasted for a long time . however , like date clan who hideyoshi forced to subdue , there remained warlords who could kept military force because they were not defeated military . how to treat these warlords remained an issue for hideyoshi 's administration . in 1591 hideyoshi ceded kanpaku position and family estate to his nephew hidetsugu toyotomi , and became to be called taiko ( honorific title of former kanpaku ) . hidetsugu seems to succeed toyotomi clan ; it seems to be reasonable to think that hidetsugu succeeded a family estate once , but was disinherited later . it seems that hideyori succeeded a family estate after hidetsugu . strictly saying , it seems that hideyori 's surname had remained hashiba during his all life because he was neither assigned to be kanpaku nor the head of a family . his surname was toyotomi ; but it seems that he was forbidden to use it officially without assignment of kanpaku . on the other hand , hideyoshi ordered rikyu sen , who served hideyoshi as a master of the tea ceremony , to commit suicide . although oribe furuta , tadaoki hosokawa and other disciples asked hideyoshi to spare rikyu 's life , rikyu committed seppuku and died ; and his head was displayed at ichijo-modoribashi bridge . there are various views on the reason for this incident . in the same year masazane kunohe , one of nambu clan in tohoku region , rose in revolt , triggered by an entanglement on succession race . as a reaction to request for help from nobunao nambu , hideyoshi dispatched punitive force against kunohe , composed by hidetsugu toyotomi , a commander in chief , ujisato gamou , nagamasa asano and mitsunari ishida . other warlords of tohoku region joined this , so that punitive force became 60,000 troops . masazane and sanechika kunohe brothers resisted but surrendered because of being outnumbered . after that , all kunohe clan were cut off the head and subverted by hidetsugu toyotomi . the revolt was over . in 1592 hideyoshi sent 160,000 troops to joseon dynasty ( bunroku keicho no eki ) . at an early stage japanese troops destroyed and overpowered korean troops and occupied seoul , pyongyang and other cities , but the battle line was stuck by resistance of warriors in various places and reinforcements of min dynasty of china . from 1593 they ceased fire and started negotiation to make a peace between min dynasty of china and japan . during this invasion , his concubine yododono gave birth to hideyori toyotomi . in 1595 , two years after the birth of hideyori , hideyoshi ordered kanpaku hidetsugu toyotomi , who was called ' sessho ( killer ) kanpaku ' ( of sessho kanpaku ) to commit seppuku by the reason of his immorality . nagayasu maeno , who was an old assistant of hidetsugu , was ordered seppuku as well . hidetsugu 's wife and children were also put to death at the same time . there are various views as to whether hidetsugu 's immorality was true or not ; there is a view that hideyoshi regarded him as a nuisance because his son was born . in 1596 the negotiation of war was broken off and hideyoshi sent 140,000 troops to korea again in 1597 ( bunroku keicho no eki ) . a diary of an aristocrat in the same year recorded that an elephant was brought to hideyoshi at osaka castle . on august 18 , 1598 , hideyoshi passed away at fushimi castle , asking ieyasu tokugawa , a head of go-tairo , and toshiie maeda , a guardian of hideyori toyotomi to look after affairs . there are various views on the reason of his death such as a stomach cancer . he died at 61 years old . hideyori inherited the family estate . his last poem was following ; ' i have dropped as dew and vanished as dew ; all things at naniwa were only a dream ' . hideyoshi 's death led to the end of invasion of korea . this invasion for seven years was a disaster which damaged both land and people of korea heavily and became one of the reasons for the subvert of min dynasty by a burden of enormous costs and waste of troops . in japan western daimyos , who were mobilized the war , were exhausted without receiving bonus . hideyoshi 's tomb ( graveyard , mausoleum and shrine ) was built magnificently , but his funeral was not held because of confusion after his death . hideyoshi followed nobunaga oda 's policies ; he promoted business by rakuichi-rakuza ( a policy of free-market economy ) and a trade by red seal ships , controlled cities and regulated business by an issue of coins . it is evaluated that ' taiko kenchi ' and ' katanagari ' promoted to establish tax system and build a basis of shogunate system of edo period by clearing the difference between warrior and farmer . however , such policies as ' katanagari ' , ' kenchi ' and the hierarchization to warrior and farmer were implemented under oda administration originally , so that it might be said that hideyoshi could unify japan because he imitated nobunaga at least in the aspect of policies and strategies . hideyoshi turned in favor of christians at first , but he ordered to exile christians in 1587 for the reasons that missionary priests forced people to have a faith , destroyed temples and shrines , and ate beef and pork . in the historical research after late edo period , it is emphasized that hideyoshi noticed an intension to conquest japan by spain and portuguese through missionary 's activities ( relate to the incident of sun fillip ) . but there is no exact evidence that spain and portuguese had an intension and plan to conquer japan . it is sure that in the letters of society of jesus members there was a single proposition to conquer min dynasty and kyusyu region ; in fact , alessandro valignano advised the general of the philippines to increase christian in japan and use them as troops in order to conquer min dynasty in the letter to him as of december 14 , 1582 , and pedro de la cruz advised the head of society of jesus that japanese naval force was weak so that spanish navy could conquer kyusyu or shikoku in the letter to him as of february 25 , 1599 . for the stronger countries of the western europe , it was a common practice to occupy port by force and promote more conquest using that port as a strongpoint ; portuguese conquered goa , malacca and macao in this way . such opinions were ignored by high officials of spain and portuguese . in the red seal license to kennyo of honganji temple as of june 1,1587 during staying in kyusyu , one of the papers to show hideyoshi 's idea on abroad , hideyoshi wrote that ' the emperor says that korean king should come to japan as an ancient example of imperial court ' ( honganji bunsh ) . an ancient example of imperial court ' is regarded as either the pledge of obligation by three korean countries at the conquest by jinguu empress or the order which koken emperor told an emissary of silla that the king should come to see him in 752 ; hideyoshi thought korean king should serve japanese emperor and sent an emissary to joseon dynasty to tell this idea ( kouichi shimizu ' about the idea to build a base at hakata - relate to the forbiddance of christianity - ( tamotsu fujino sexagenarian memorial association " governance and foreign diplomacy of modern japan " 1993 , yuhikaku press , isbn 9784639011954 ) . this shows hideyoshi might think that japanese laws and rules such as soubujirei ( an order to ban battles between daimyo ) should be implicated to korea ; in fact on may 9 , he sent a letter to a woman ' koho ' who served hideyoshi and his wife to suggest the idea of conquest of korea ( joseon dynasty ) after the conquest of kyusyu as following ; ' i sent an emissary to korea and ordered to conquest that country as well ' . it is regarded that this hideyoshi 's way of thinking deeply influenced policies against korea for japanese invasion of korea . this is because of such a background that the conquest of three korean countries by jinguu empress was believed as a truth and that japanese who lived in an island country ( except priests or merchants who had a chance to meet foreigners ) were less conscious on abroad for a long time , as " soga monogatari " ( myohonji-bon ) written in kamakura period described western japan as ' kikai , korea and io-island ' . about human affairs hideyoshi used mitsunari ishida and yoshitsugu as a faction of civil officials and used kiyomasa kato and masanori fukushima as a faction of commander of war . it seems that hideyoshi made both factions by giving them tasks which were appropriate to their abilities , but this separation led to a split of toyotomi vassals after hideyoshi 's death . it is famous that nobunaga oda exiled important vassals such as hidesada hayashi and nobumori sakuma , and hideyoshi also exiled masaharu mikoda , mitsuyasu kato and tomonobu bito , and treated takataka kuroda , an adviser of mission , unkindly and excluded him from the center of government . because these vassals were , as it were , hereditary vassal who had served hideyoshi since he served nobunaga , it is no exaggeration to say that these expulsions led to the decline of toyotomi clan , who had no hereditary vassal actually . the existence of following two groups inside the administration after unifying japan led to a conflict of political situation after hideyoshi 's death : a group of vassals who had strong associations with hideyoshi and another group of outside daimyos . it turned to be one of the reasons for daimyos such as hideyuki gamo ( his servant ) and hideaki kobayakawa to join the east ( tokugawa ) squad at the battle of sekigahara that hideyoshi decreased or changed their territories by nominal reasons such as rubbishy faults or youthfulness . hideyoshi 's father , yaemon was said to be a ' hyakusyo ' , but it is a later way to see ' hyakusyo ' as a farmer and there is an opinion that his main business was ' ashigaru ' ( conscripted foot-soldiers ) of oda clan ( there is an another opinion that hideyoshi was a peddler of needles before serving warlords and had a origin of merchant class , judging from his different ideas which a farmer could not hit ) . the system of ' ashigaru ' , which was given an important role in the troops of dokan ota and soun hojo , spread quickly all over japan there is a research to point out that hideyoshi began to use his surname after he married nene from kinoshita clan . in other words , such a possibility is pointed out as he was born from a hierarchy which people had no surname . a farmer class of this age was a comparatively huge hierarchy , composed by businesspersons of agriculture and manufacture ; when a person who was from this class tried to become warriors ' class such as local samurai , he usually used a place name like home village 's name as a surname , and people of this class usually had authorized surnames which they could use among ' ashigaru ' in the community of village . if hideyoshi did not have a basis to use a surname , it is possible to think that he was not from farmer class but from lower class than farmer . it could be said that there still remains mystery about the true place of origin and early life of hideyoshi . hideyoshi hardly had children , but there is an opinion that he got a boy and a girl when he was a master of nagahama castle . the boy was delivered by a woman , who was called minamidono , and his name was ' hidekatsu ' . the hikiyama matsuri festival held at nagahama every april ( every october , in old days ) was said to begin from the time when people were given congratulatory gold sands from hideyoshi , who was glad to having a boy , and made a float and showed it at the festival of nagahama hachimangu shrine . however , his son hidekatsu died of disease in his childhood ( later hideyoshi named two adopted sons as hidekatsu ) . in myohoji temple at nagahama there remains a portrait of a child , who is said to be hidekatsu hashiba , a stone monument , which is said to be hidekatsu 's tomb , and an ancestral tablet . detail of a girl was not clear , but there is a following inscription on the back of mida statue which shanain temple in nagahama city holds . a historical record of omi sakata county describes that this mida statue was donated by hideyoshi for a daughter who was born in 1574 . it means that hideyoshi had two children , hidekatsu and one more girl , when he was a master of nagahama castle . however , shanain temple now explains that it was donated for hideyoshi 's mother , omandokoro . according to tamonin diary , omandokoro died at 76 years old in 1592 ; so there is a gap of the date . the document says that the person for whom hideyoshi donated the statue was " a beauty " , so that it is suspicious whether it means 76 years old woman ; and it is appropriate to think that hideyoshi had a girl . he insisted that he was a son of hagi- chunagon when he was assigned to kanpaku . ( of course hagi-hinagon did not exist among aristocrats . ) it is famous that hideyoshi was called ' saru ' ( monkey ) , but it is said that an appearance of hideyoshi 's portrait evoked ' monkey ' so that the story that he was nicknamed ' saru ' by his looking was spread . there is an another view that his nickname saru originated from a graffiti after installation of kanpaku , which said ' saru ( that ) kanpaku ' used as an irony to mean ' he was born from lowly class which nobody knows ' . and there is a view that nobunaga did not call him ' saru ' ( another view says he was called saru behind his back among oda clan , hated to be called saru and showed no mercy against people who called saru ' ) ; tatsuo fujita guesses that he made up the nickname of ' saru ' because he wanted to utilize sanno faith ( a monkey is a messenger of hiyoshi taisha shrine ) . it is said that the nickname of ' bold mouse ' was used only when nobunaga wrote it in the letter to kodaiin in order to scold him and not used usually . even if he looked like that , it does not spoil his achievements . in the record of luice frois and toshiie maeda 's reminiscences ' kokuso yuigon ' , hideyoshi suffered from hyperdactylia and had one more finger . according to the latter , he had one more thumb in his right hand and was called ' muttsu-me ( sixth ) ' by nobunaga . at that age ( now also ) in many cases people who suffer from hyperdactylia have their fingers cut in their childhood , but it is said that hideyoshi had kept six fingers through his life even if he was seen oddly and did not hide the fact until he unified japan . however , after unifying japan , he erased this fact from records , and had painters draw his portrait with thumb of his right hand hidden . therefore , ' the view that hideyoshi had six fingers ' had been regarded as a false . although the view of six fingers is influential from the record of toshiie maeda , many biographies do not mention about this because of lack of clear evidence . as even the latest novel treats this view oddly , this view has not recognized in general . in cartoon , " sengoku " and " shigurui " adopted this view and hideyoshi in these works has six fingers . his body height is not clear . there are many views from less than 150cm to more than 160cm . there is a famous view that hideyoshi wore a false mustache because he wore little actually ( it was a custom for warlords at that age to wear mustache so that a person who wore less mustache usually wore false mustache ) . there are various views on the cause of his death ; one of them was that he died of syphilis . in his last years he became senile and it is said he had incontinence in front of people ( in nhk saga drama such as " dokuganryu masamune " and " komyo ga tsuji " ( crossroads of the achievement ) , there were scenes that old hideyoshi had incontinence ) . hideyoshi is often described as a person who did not like to kill people , but he seemed to have a cruel aspect at least as hard as other warlords not only in his last years but also when he was a vassal of nobunaga ; shown by such facts as he annihilated kohoku ikko ikki ( a riot by people who believe ikko-shu ) in 1571 ( according to matsushita record and nobunaga kouki ( nobunaga 's biography ) and that he executed more than 200 women and children by impalement for children and crucifixion for women in 1577 ( from hideyoshi 's letter as of december 5 ) . he was known as a dutiful son for his mother , omandokoro . after the battle of komaki and nagakute he had to provide his mother and sister as hostages to tokugawa side temporally , and later he had ieyasu bind over shigetsugu honda because he had given his mother shabby treatment . while hideyoshi stayed at nagoya of hizen province for the invasion of korea , he heard that his mother fell into critical condition and went home quickly but could not arrive before her last moment . there is a description in an official textbook in meiji period that hideyoshi was a dutiful son especially . he was said to be passionate as he had a 10-years-old concubine ; however , we consider the following circumstances ; in pre-modern era not only in japan but also all over the world , levels of rights of women and children were much lower than present time and sex with a child was permitted to some extent . the prophet muhammad of muslim had intercourse with 9-years-old girl , aisha . loice frois described about hideyoshi critically as ' extremely amorous and hedonistic like a beast ' . hideyoshi himself seemed to recognize his lechery , judging from his letter to hidetsugu when he ceded kanpaku position ' do not run after women like me ' . he ordered daimyo as an important task to bring tiger meats , which were considered to be a good for building energy . daimyos of sengoku period had a taste of sodomy with vassal boys ( so-called ' shudo ' ) ( one of famous couples are nobunaga oda and naritoshi mori ) . but hideyoshi was not interested in sodomy at all . there is a following episode ; when a vassal , who was suspicious that hideyoshi was not interested in sodomy , brought the most beautiful boy among vassals to hideyoshi and had them stayed only by themselves , hideyoshi only asked him , ' do you have a sister ? ' from meiji period to prewar of showa period , there was an effort to show hideyoshi as a model of people for the policy of increasing wealth and military power because he had promoted to kanpaku daijodaijin in spite of lowly origin ; and he was often seen favorably ( an aspect is pointed out that seeing hideyoshi positively led to looking down ieyasu and coming down edo shogunate , and that , as a result , it led to boosting up legitimacy of meiji government ) . in that reputation he was regarded as a cheerful warlord who was very charming and won by policies rather than force , so he was often called ' taiko san ' . in stories created from such an evaluation hideyoshi was described as a cheerful bright man , while nobunaga was described as a clever genius and ieyasu as an honest and prudent man . on the contrary , in edo period hideyoshi was come down under ' the historical view of tokugawa ' as mitsunari ishida was looked down intentionally . in this way there are many places where people think hideyoshi favorably , so there is a memorial museum at his birthplace , nakamura-ku ward in nagoya city . and in nagoya festival a person who plays hideyoshi 's role has a parade with persons who play nobunaga oda 's and ieyasu tokugawa 's roles ; in osaka city where he put a government ( he was considered to build up the basis for the development of commerce in osaka during edo period ) he is very popular . he was good at calligraphy unexpectedly and rozanzin kitaoji evaluated his works highly as hideyoshi would be chosen if three good chirographers were newly selected . however , this is not equal to the fact that hideyoshi was highly educated ; it is said that he used many wrong letters , phonetic equivalent and kana characters in his letters . there is an episode in ' taiko yawa ' that when a chirographer forgot the character of ' 醍 ' for ' 醍醐 ' , he told him to write ' 大 ' . a view that hideyoshi might have been a mastermind of the incident at honno-ji temple is often told . the reason for that view was hideyoshi 's unnecessary request for reinforcement to nobunaga . at the battle of bicchu takamatsu castle hideyoshi requested nobunaga for relief column because of difficult situation as terumoto mori , motoharu kikkawa and takakage kobayakawa came to save takamatsu castle . however , mori clan at that time had a financial problem caused by several wars and was invaded by sorin otomo of bingo and mototsugu nanjo of sanin , so that mori clan could provide only 15,000 troops for takamatsu castle ; as a result , it seems that hideyoshi did not need relief column . then , the reason why hideyoshi requested like this was regarded as following ; nobunaga at that time needed to come up to kyoto because he had negotiated very often with imperial court over human affairs of high officials and a problem of imperial succession . mitsuhide evoked ' the incident of honno-ji temple ' aiming at that chance , but he had a big problem . it was a reason to call up troops . however , since he was ordered to rescue hideyoshi by his unnecessary request for relief column , he could call up troops without nobunaga 's suspicion and killed nobunaga at kyoto by that troop . as a view that mitsuhide held secret communication with maehisa konoe shows , it is said that hideyoshi was collaborative with dainagon haretoyo kanshuji or others and knew mitsuhide 's rebellion so that he requested like this intentionally . as to ' chugoku ogaeshi ' of hideyoshi , there is a suspicion that he could not go back to kyoto so quickly without any preparation , whatever an excellent warlord he was . however , these views are not adopted as formal theories ; in most cases only novelists use them as fiction . it is possible to offer counterarguments against above views . in ' asano clan record ' mori troops was recorded as 50,000 so that it is possible to think that hideyoshi requested relief columns based on this number of the initial stage of information . mitsuhide akechi 's relief columns were ready for the sanindo corner of the battle line against mori and were not for the sanyoudo corner . hideyoshi 's request aimed to avoid having nobunaga doubt about hideyoshi , who could dominate achievements ( to invite nobunaga and cede achievements to him ) , and there is a need to request reinforcement in spite of advantageous situation . as to what you call ' chugoku ogaeshi ' , preparation for travels to meet nobunaga 's relief columns only happened to yield results . most of the views that ' he could not go back to kyoto so quickly without any preparation ' are mentioned by recent researchers , and there is no records to doubt ' chugoku ogaeshi ' by warlords who had relations to hideyoshi or toyotomi clan at that time ( if it was too quick from the viewpoint of warlords in those days , it is unnatural that warlords such as nobukatsu and nobutaka oda , katsuie shibata and ieyasu tokugawa , who was against hideyoshi later , did not insist it . motoharu kikkawa , who knew ' the incident at honno-ji temple ' insisted to cancel peace and attack hideyoshi 's troops , but gave up because of an against from takakage kobayakwa and others . one wrong move might have hideyoshi to be in a pincer drive by mori troops and akechi troops , and in fact , another nobunaga 's vassal , kazumasu takigawa , was defeated heavily and lost his territory because the enemy noticed the incident at honno-ji temple ; so it is difficult to think hideyoshi planned such a dangerous booby trap intentionally . after his death , his body was berried at amidagamine at higashiyama of kyoto ( present toyokuni mausoleum ) and enshrined as toyokunidaimyojin at toyokuni shrine ( in kyoto city ) , but after the ruin of toyotomi clan all buildings were destroyed and the title of daimyojin was deprived by ieyasu tokugawa . toyokuni shrine was abolished by tokugawa shogunate at the age of the third shogun iemitsu tokugawa . in meiji period he was enshrined at a part of nikkotoshogu , and toyokuni shrine was reconstructed . although it is famous that there is a grave of toyotomi clan at the okunoin of kongobuji temple , there is no tomb of hideyoshi . that reason is not clear . his buddhist name was ' 国泰裕松院殿霊山俊龍大居士 ' . other shrines which enshrine hideyoshi as main gods other than the one in kyoto city are following ; toyokuni shrine ( in osaka city ) , toyokuni shrine ( in nagahama city ) and toyokuni shrine ( in nagoya city ) . osaka and nagahama cities were ruled by hideyoshi once , and nagoya city was his birthplace . hideyoshi , who was born without any hereditary vassals and unified japan , got many vassals ( newly ) in his life . subordinate warriors since hideyoshi served nobunaga oda were nagamasa asai , yoshiharu horio , kazutoyo yamanouchi , kazuuji nakamura , shigeharu takenaka , naofusa higuchi , yasuharu wakisaka , katsumoto katagiri , mitsunari ishida , takataka kuroda , nagamori masuda and so on , and he raised masanori fukushima and kiyomasa kato from their childhood . at the battle of shizugadake , yoshiaki kato , yasuharu wakisaka , nagayasu hirano , takenori kasuya and katsumoto katagiri , in addition to masanori and kiyomasa who made an extraordinary contribution , are pointed at as ' nanahonyari ( seven lancers ) of shizugadake ' . however , there are various views that should be chosen as ' nanahonyari of shizugazake ' . after getting a position of successor of nobunaga , hideyoshi subordinated his important vassals such as toshiie maeda , nagahide niwa and masakatsu hachisuka , but it is thought that he kept friendship between them . in his last years hideyoshi created systems of the go-tairo , san-churo ( three seniors ) and go-bugyo ( five commissioners ) , but after his death his hereditary vassals fought at the battle of sekigahara , split into proponents of military government and those of civilian government . +takauji ashikaga ( 1305-58 ) was a general from the late kamakura period to the northern and southern courts period . he was the 1st seii taishogun of the muromachi shogunate . takauji was a descendant of the genji clan . he was the 1st son of sadauji ashikaga , who was a descendant in the direct line of the ashikaga clan , which was the powerful family in kawachi genji . in his early years , he was given the name takauji by the regent takatoki hojo . in 1333 , when the emperor go-daigo had raised an army at mt . senjosan in hoki province , takauji , the powerful vassal of the kamakura shogunate , was sent to kyoto leading the main armies of the shogunate to put down the rebellion , but he switched sides and gathered an army against the shogunate at shinomura hachimangu in tamba province to capture rokuhara tandai . his achievements were evaluated by emperor go-daigo , and he was awarded the letter ( 尊 ) , which came from the emperor 's real name takaharu ( 尊治 ) , so he changed the letter in his name from " 高氏 " to " 尊氏 " . while the despotic kenmu restoration by emperor go-daigo had been losing support , takauji traveled to the east to suppress the nakasendai rebellion , and stayed in kamakura to try to build his own government . because of this , the relationship between takauji and the imperial court came to an impasse , and he returned to kyoto , driving the emperor go-daigo out to mt . hiei . however , the emperor 's army made a counterattack and takauji fled to kyushu temporarily . he reentered kyoto and established a new samurai government called the muromachi shogunate , being appointed seii taishogun by grand emperor ( retired emperor ) kogon and emperor komyo . at the same time , emperor go-daigo moved to yoshino and set up the southern court there . after he established the muromachi shogunate , he and his brother tadayoshi ashikaga divided power between them , but in later years discord between them increased until the kanno disturbance . the disturbance subsided with the death of tadayoshi , but even after that takauji had to keep fighting against his enemies , such as the southern court forces , to maintain his government . after emperor go-daigo died , takauji built tenryu-ji temple to pray for the dead . because of his rebellion against the emperor , people had branded him as a traitor since the meiji era , but after world war ii they began to look at him more positively , which illustrates how much the historical point of view affects the way we look at the people in history . from birth to the fall of the kamakura shogunate takauji was born in 1305 . there are 3 presumptions about his birthplace : ayabe ( uesugisho in ayabe city , kyoto ) , kamakura and ashikagano sho ( ashikaga city , tochigi prefecture ) . " nan-taiheiki " says that when takauji was given his first bath , two turtledoves flew in ; one perched on his shoulder , and the other on the dipper . his childhood name was matataro . on october 10th , 1319 , his coming-of-age ceremony ( genpuku ) was held at age 15 , and he was appointed jibutaifu of the fifth rank , junior grade , and given the name takauji by the regent takatoki hojo . takauji 's father sadauji and his official wife shakado , daughter of akitoki hojo , had the first son takayoshi ashikaga , but he died early and takauji succeeded to his father . according to " nan-taiheiki " , ietoki ashikaga , takauji 's grandfather , killed himself with his sword , praying that the ashikaga clan may rule over the whole country in 3 generations . in 1331 , emperor go-daigo plotted the overthrow of the shogunate again and raised an army at kasagi ( genko incident ) . the kamakura shogunate ordered takauji , who had been a powerful vassal , to help the shogunate , and he joined the battles at kasagi where the emperor was based and at shimoakasaka castle in which masashige kusunoki was based . the incident had taken place just after his father 's death , so takauji at first had refused his help to the shogunate , but the kamakura shogunate took his wife and children as hostages to make takauji follow its order . according to " koten-taiheiki , " because of this takauji began to harbor hostility toward the shogunate . as a result of the attack against the emperor made by the shogunate , the emperor and his followers such as toshimoto hino and enkan were captured , and the following year emperor go-daigo was exiled to oki islands ( genko rebellion ) . the shogunate installed emperor kogon of the jimyo-in line as emperor , instead of emperor go-daigo of the daikaku-ji line . in the following year , emperor go-daigo escaped from oki islands , and raised an army at mt . senjosan . takauji was ordered to reenter kyoto with takaie nagoe to put down the rebellion in the west . takaie was killed by norimura akamatsu , which made takauji decide to side with the emperor . on april 29th of the same year , he raised an army against the shogunate at shinomura hachimangu ( present kameoka city , kyoto ) in tamba province . takauji gathered forces from various provinces , and entered kyoto followed by vassals such as doyo sasaki from omi province , and then succeeded in destroying rokuhara tandai on may 7th , 1333 . at about the same time , yoshisada nitta , vassal of kozuke province , also gathered an army , and destroyed the shogunate , taking takauji 's heir senjuo ( later called yoshiakira ashikaga ) , who had escaped from kamakura , with him . in this fighting , takewakamaru , the son of takauji 's concubine , was killed . after the kamakura shogunate was crumbled , takauji ordered kazuuji hosokawa , yoriharu hosokawa and morouji hosokawa to make yoshisada nitta return to kyoto , and let the ashikaga clan rule kamakura . after the fall of the kamakura shogunate , emperor go-daigo considered takauji 's work to be commendable , and gave him the ranks of chinjufu shogun and sahyoe no kami with the courtly title of fourth rank , junior grade , along with 30 plots of land . in addition to that , he was given the letter ( 尊 ) , which came from the emperor 's given name , and changed the letter of his name takauji ( 高氏 ) into takauji ( 尊氏 ) . under the kenmu administration , takauji left politics and let ko no moronao , the regent of the ashikaga clan , and ko no moroyasu engage in politics , while he made his brother tadayoshi the regent of the kamakura shogunfu . there are two interpretations of takauji 's behavior ; one is that it was emperor go-daigo who made takauji leave politics , and the other is that it was takauji who tried to keep away from the government . there is also a different presumption that takauji intended to establish the new government in kamakura . this condition was called " takauji 's absence in the new government " . while emperor go-daigo appointed akiie kitabatake as chinjufu shogun and made him take prince noriyoshi ( later called emperor go-murakami ) to oshu in order to pacify the place , takauji made tadayoshi lead young prince narinaga ( nariyoshi ) down to kamakura . emperor go-daigo 's son prince morinaga , who also coveted the title of seii taishogun , gradually came to rival takauji , and plotted to assassinate him , but takauji 's security was so tight that he failed to do it . in 1334 , takauji captured and confined prince morinaga , who was in conflict with the emperor too , to tadayoshi 's place in kamakura , conspiring with the emperor 's mistress yasuko ( kadoko ) ano , who wanted to make her son prince tsunenaga ( tsuneyoshi ) a crown prince . in 1335 , nakasendai rebellion was raised in shinano province by the survivors of the hojo clan , taking tokiyuki hojo , bereaved son of takatoki hojo , with them , and tokiyuki 's army occupied kamakura temporarily . in the rebellion , tadayoshi killed prince morinaga without permission . takauji requested that emperor go-daigo appoint him seii taishogun only to be rejected , so he marched to kamakura without emperor 's permission on august 2nd of the same year , which made emperor go-daigo reluctantly appoint him as seito taishogun . tadayoshi 's army , joined by takauji , defeated tokiyuki hojo at the battle of sagamigawa and regained kamakura on the 19th of the same month . takauji was given the courtly title of the second rank . with tadayoshi 's approval , takauji established a base in kamakura and began to allot lands to his followers , ignoring the emperor 's command to return to kyoto , and he tried to establish his own samurai government . in november , takauji suggested to the emperor that yoshisada nitta was an enemy of the imperial court and should be killed , but on the contrary the emperor ordered yoshisada to kill takauji , making yoshisada take prince takanaga ( takayoshi ) to kamakura along tokaido . besides that , akiie kitabatake began to go down to kyoto from oshu , so takauji declared his retirement to get a reprieve . however , once the ashikaga side , including tadayoshi and ko no moronao , began to lose at various provinces such as mikawa , takauji decided to revolt against the kenmu government . in december of the same year , takauji defeated nitta 's army at the battle of hakone take no shita , and advanced his army up to kyoto . during that time , takauji secretly made contact with emperor kogon of the jimyo-in line to justify his entering kyoto . in the following month , takauji reached kyoto , while emperor go-daigo fled to mt . hiei . shortly thereafter , takauji was attacked in kyoto by the armies of akiie kitabatake , masashige kusunoki and yoshisada nitta from oshu , and he gave up kyoto , accepting enshin akamatsu 's advice to leave for kyushu . on his way down to kyushu , yoshinao ( yorihisa ) shoni came to meet him at akamagaseki , nagato province ( present shimonoseki city , yamaguchi prefecture ) , and he was supported by ujinori munakata , the chief priest of munakata taisha shrine in munakata , chikuzen province . in the beginning of march , after visiting munakata taisha , takauji defeated taketoshi kikuchi ( emperor go-daigo 's side ) at the battle of tatarahama ( present fukuoka city ) , and on his way up to kyoto , he got emperor kogon 's order and immediately gathered western warriors . he smashed the armies of yoshisada nitta and masashige kusunoki at the battle of minatogawa on april 25th of the same year , and seized kyoto again in june . takauji attempted a reconciliation with emperor go-daigo , who had been at mt . hiei , to save face for the emperor . emperor go-daigo , accepting takauji 's offer , transferred the imperial regalia of japan to emperor komyo , a younger brother of grand emperor kogon , and right after that , on november 7th , takauji declared the opening of a new samurai government , setting the kenmu shikimoku in order to show the basic policy of his government to his people . emperor go-daigo escaped from kyoto to yoshino ( present yoshino-cho , yoshino-gun , nara prefecture ) taking the imperial regalia of japan with him in december , and announced that the transferred regalia were fake , so he established yoshino imperial court ( = southern court ) . in 1338 , takauji was appointed seii taishogun ( reigned 1338-58 ) by emperor komyo , which meant that an actual samurai government later called muromachi shogunate was established . in the following year , when emperor go-daigo passed away in yoshino , takauji began to found tenryu-ji temple to pray for the soul of the dead emperor . in order to raise the funds to build the temple , a trading vessel called tenryu-ji-bune was set sail for yuan dynasty . under the new government , takauji gave tadayoshi a post as administrative leader and he himself became the leader of the house vassals . shin 'ichi sato called such conditions diarchy by takauji , who held a military power in the lord-and-vassal relationship , and tadayoshi , who controlled the judicial functions of the regime , in his essay ' muromachi bakufu ' in " iawanami koza nihon rekishi vol.7 " ( iawanami publishing , 1963 ) and explained that the potentiality of the shogun 's dual power which had continued since kamakura shogunate , came to appear . the dual power gradually led to a conflict between anti-tadayoshi group represented by ko no moronao , and the tadayoshi group in the government . this conflict finally raised an internal split called the kanno disturbance . at first takauji took a neutral stance on it , but he came to side with moronao 's group . in 1349 , moronao demanded tadayoshi 's retirement from politics , surrounding takauji 's castle in which tadayoshi had sheltered . tadayoshi became a priest and lost his power , but it is said that moronao and takauji made an arrangement to exclude tadayoshi . while takauji called back his heir yoshiakira from kamakura to put him in charge of political affairs instead of tadayoshi , he sent his second son motouji ashikaga to kamakura in return and set the kamakurafu to rule the eastern provinces , appointing motouji kamakura kubo . after tadayoshi 's retreat , takauji 's illegitimate son - also tadayoshi 's adopted son - tadafuyu ashikaga was enlarging his power as a member of the tadayoshi faction in kyushu , so takauji made an expedition to chugoku district to kill tadafuyu in 1350 . then tadayoshi escaped from kyoto and sided with the southern court , followed by a few of the devoted military commanders such as tadatsune momonoi and kunikiyo hatakeyama . when tadayoshi 's army grew stronger , yoshiakira became powerless and fled from kyoto . takauji was also defeated by tadayoshi 's army at uchidehama in settsu province ( present nishinomiya city , hyogo prefecture ) . takauji sought reconciliation with tadayoshi on condition that the ko brothers would become priests , and they came to an agreement in 1351 . the ko brothers were assassinated by yoshinori uesugi while they were under escort . tadayoshi became yoshiakira 's assistant and got involved in political affairs again . takauji and yoshiakira marched to harima province on the ostensible purpose to put down the revolt plotted by doyo sasaki and sokuyu ( norisuke ) akamatsu , but in reality they attempted a reconciliation with the southern court , conspiring to kill tadayoshi and tadafuyu . sensing this conspiracy , tadayoshi fled to the northern area and reached kamakura . in october of the same year , takauji and the southern court reconciled , an event that was called shohei-itto . at the same time , takauji chased tadayoshi along the tokaido , and defeated him at the battles of mt . satsutamayama in suruga province ( present-day shimizu ward , shimizu city , shizuoka prefecture ) and hayakawajiri in sagami province ( present-day odawara city , kanagawa prefecture ) . takauji captured tadayoshi and confined him in kamakura . tadayoshi died suddenly in february , 1352 . " taiheiki " says that tadayoshi might have been poisoned by takauji . soon after tadayoshi 's death , being attacked by the southern court forces represented by prince muneyoshi , yoshioki nitta , yoshimune nitta and tokiyuki hojo , takauji retreated to musashi province , but soon returned to kyoto to defeat the southern forces . after that tadafuyu ashikaga intruded in kyoto , but eventually he left for kyushu . in 1354 , kyoto was retaken by the southern court temporarily , but taken back by takauji the following year . he plotted to kill tadafuyu , but died of a tumor on his back at the palace of made 'nokoji in nijo , kyoto , on april 30th , 1358 . his age at death : 54 . according to " baishoron , " takauji regretted having turned against emperor go-daigo , and he for a while he was talking about becoming a priest . in the heat of battle he also talked about killing himself , so shin 'ichi sato took these descriptions into consideration , and presumed that takauji might have been a manic depressive . takauji 's close friend soseki muso described takauji as a man of virtue in his writing . takauji was willing to allot lands to his military commanders , which is considered one of the reasons why he was always supported by them when he was in difficult situations . it was the mitogaku originated by mitsukuni tokugawa that started to consider takauji as a traitor in the edo period . mitogaku was strongly influenced by shushigaku meibunron , and emphasized the validity of the imperial line . because of this , takauji , who exiled the authentic emperor ( go-daigo ) , was described in a negative way as a traitor . mitogaku 's view of takauji was inherited by the later generations , and in the late tokugawa period when sonno-joi ( revere the emperor , expel the barbarian ) culminated , the heads of wooden statues of takauji , yoshiakira and yoshimitsu ( ashikaga ) in toji-in were pilloried . after the meiji period , the meiji government sought to establish a nation-state which set the emperor in the center of the nation . this produced a nationalistic view of history , which justified taisei hokan and osei fukko , and so the taika reforms , kenmu no chuko ( = kenmu restoration ) and meiji restoration were ranked as the most important reforms . until mid meiji period , source-based study of modern history did not emphasize the validity of emperor go-daigo ( the southern court ) , but at around 1907 40 when the nanbokucho seijunron arose , the validity of emperor go-daigo came to be stressed , creating a negative evaluation of takauji . according to an authorized textbook written before wwii , takauji was " a traitor who released an arrow against the emperor " , and kumakichi nakajima , a member of the makoto saito cabinet , was forced to retire because he had praised takauji in his writing . after wwii , the nationalistic view of history became obsolete , and the source-based study of history made progress on reevaluating takauji . sato 's interpretation of takauji as a ruler in the lord-and-vassal relationship was one example , which afforded an opportunity to develop a study of the samurai government . in today 's historical study , nobody interprets takauji as a traitor any more , and the process of takauji 's becoming a traitor sometimes can be a theme of historical study . " shihon taiheiki " written by eiji yoshikawa in the late 1950s had takauji as a main character , and was accepted by many readers , which suggested that not only the political but also the cultural view of takauji had shifted very much compared with that before wwii . " kibamusha zo " ( a portrait of warrior on the horse back ) , preserved in the kyoto national museum , was generally known as a portrait of takauji , but is now considered to be a portrait of ko no moronao , the regent of the ashikaga clan , or that of ko no moroakira , son of moronao . it 's because there 's a decorative signature of the 2nd shogun yoshiakira on the upper part of the body , and the family crest of the two rings described on the warrior 's harness was not the ashikaga family 's , but the ko family 's . portrait of taira no shigemori , one of the jingo-ji san zo , painted by fujiwara no takanobu in kamakura period , had been considered a portrait of shigemori taira , but michio yonekura and hideo kuroda claimed that it is a portrait of takauji , and now this interpretation is widely accepted . their opinion is based on the comparison of the portrait with the wooden statue of takauji preserved in toji-in , and the popular shape of the hatpin , called kogai , used in the early muromachi period . there 's another portrait of takauji preserved in jodo-ji temple in onomichi city , hiroshima prefecture . in addition to that , there are some ukiyoe pictures of takauji : " taiheiki kassenzu , " by yoshitora utagawa ; and " ashikaga takauji hyogo kassenzu , " by chikanobu hashimoto . both paintings deal with takauji sheltering in the jodo-ji temple in hyogo prefecture . also some bronze statues of takauji were made recently ; one is placed on the approach to the bunna-ji temple in ashikaga city , and the other is in ankokuji town , ayabe city , kyoto prefecture . father : sadauji ashikaga mother : kiyoko uesugi younger brother : tadayoshi ashikaga takauji ashikaga wife : toko akahashi child : yoshiakira ashikaga child : a daughter child : seio child : motouji ashikaga child : yoriko ( raishi ) , empress of emperor suko child : ryosei child : a daughter concubine : a daughter of motouji kako ( buddhist name : unkoin kakuhen , a member of the ashikaga clan ) ( according to " sonpi bunmyaku " and " keizu san 'yo " ) child : takewakamaru ashikaga concubine : ( echizen no tsubone ? ) child : tadafuyu ashikaga concubine child : eichu hoshun taiheiki baishoron taiheiki written by seiichi morimura shihon taiheiki written by eiji yoshikawa shin taiheiki written by sohachi yamaoka ashikaga takauji written by fuyuji domon ashikaga takauji written by genzo murakami kaze no gunzo written by sonoko sugimoto taiheiki ( nhk taiga drama ) ( cast : toshiyuki amagasa / hiroyuki sanada , 1991 ) hojo tokimune ( nhk taiga drama ) ( cast : yosuke mitsuhashi , 2001 ) +yoshimitsu ashikaga was the 3rd seii taishogun of the muromachi shogunate and reigned from 1368 to1394 . official rank : juichii daijodaijin ( chancellor of the realm ) and zoshoichii title of nobility : monarch of japan childhood name : haruo his farther was the 2nd shogun , yoshiakira ashikaga , and his mother was ki no yoshiko . his wife was nariko hino , a daughter of the dainagon ( great councilor ) tokimitsu hino , and she became his wife thanks to the arrangement and support of a beloved princess of the emperor go-kogon , senshi hino . after that , yasuko hino ( later kitayamain ) , her niece , became his wife after the death of nariko . his concubines were fujiwara no keishi ( yoshiko ) - mother of yoshimochi ashikaga and yoshinori ashikaga - and kasuga no tsubone ( a concubine of yoshimitsu ashikaga ) - mother of yoshitsugu ashikaga - among others . yoshimitsu was also called " muromachi-dono " ( lord muromachi ) , because he moved the imperial palace to kitakoji muromachi . later , " muromachi-dono " became the designation for the ashikaga shogun , and his government office-cum-residence was called " muromachi bakufu , " which has been used ever since as a historical term to indicate muromachi shogunate . he was born in 1358 . it fell precisely on the 100th day after the death of takauji ashikaga . when yoshimitsu was young , there were constant struggles between the muromachi shogunate and the yoshino imperial court , and moreover , since the kanno disturbance , an internal conflict of the ashikaga family , had occurred , the strife between the shogunate and the court intensified . kiyouji hosokawa and other potential military commanders supported the southern imperial court , and in 1361 , when kiyouji and masanori kusunoki of the southern imperial court occupied kyoto , yoshimitsu was obliged to escape to the shirahata castle in harima province . the following year , he returned to kyoto as the alliance of the shogunate and northern court recaptured the capital . on the way back to kyoto , when he spent a night in settsu province , he liked the scenery and said to the vassals , " there is very fine scenery here , let 's carry it back to kyoto . " you should carry it on your shoulders , " and the vassals , listening to him , were said to be very surprised at his grandiose thinking . after his farther yoshiakira died from an illness in 1367 , yoshimitsu became the 3rd shogun at the age of 11 . in 1368 the hyojohajime was celebrated , and in 1369 he was installed as shogun . while the administration of the shogunate was led by shugo daimyos of the ashikaga clan , including yoriyuki hosokawa , who were in charge of kanrei , he studied imperial governance . yoriyuki implemented oan no taiho , a land expropriation law , to consolidate land management , and developed the five mountain system in kyoto and kamakura to strengthen control over religion . he also dispatched sadayo ( ryoshun ) imagawa and yoshihiro ouchi to kyushu , where the southern court dominated , to debilitate its influence and consolidate the power of the shogunate . in 1374 , he welcomed yoriko hino as his wife . in 1370 , in order to strengthen control over kyoto , the court gave him authority to control the sanmon kunin ( a clique of influential people of enryaku-ji temple and its affiliates , as well as member of the temple ) in 1378 , the shogunate was moved from sanjo bomon to kitanokoji muromachi . the shogunate , after the move , was nicknamed " hana no gosho " ( flower palace ) , and also called the muromachi bakufu ( shogunate ) after its new location . the administration and taxation authorities , which had been divided between the court and the shogunate , were integrated and a unit called hokoshu or bugyoshu was organized to handle practical matters , and was a standing army comparable to the shugo daimyo 's army in military strength . he also undertook the following actions to demonstrate his power : visit to todai-ji temple and kofuku-ji temple in 1385 , sight-seeing trip to mt . fuji in suruga province in 1388 , visit to itsukushima shrine in aki province in 1389 . in 1379 , yoshimitsu 's residence was surrounded by the anti-yoriyuki shugo daimyos such as yoshiyuki ( yoshimasa ) shiba and yoriaki toki , who requested that he dismiss yoriyuki , and consequently yoriyuki was dismissed ( koryaku political change ) . yoshimasa succeeded to the post of kanrei and personnel matters were taken over by the shiba clique . the shogunate issued an order to hunt and kill yoriyuki , but the following year pardoned him and after that he was included again in the administration with the post of shukuro , and during this period yoshimitsu was able to establish his power as shogun ; and based on these facts we can assume that he might have intended to make use of the rivalry between the two factions , shiba and hosokawa , to get them to contain each other . after the death of yoriyasu , he subdued the toki clan , taking advantage of the internal conflict while the toki were fighting on two sides . in 1391 , he intervened in the internal conflict of the yamashinas and provoked ujikiyo yamana , a powerful shugo daimyo dominating 11 provinces at that time who was called " rokubun no ichi dono " ( lord of one-sixth of the whole country ) to raise an army to subdue the yamanas . yoshimitsu was again promoted and took the position of naidaijin ( minister of internal affairs ) and sadaijinn ( minister of the left ) , the higher official rankings that his grandfather and his father were not able to achieve . in 1383 he was the first samurai to become genjichoja ( head of the genjis ) , and served concurrently as betto ( supreme officer ) of the junan-in and the shogaku-in , and later he was granted a title " jusango , " and reached the height of power of the samurai as well as the aristocrats . in 1392 , yoshimitsu accelerated negotiations with the southern court with a help of yoshihiro ouchi as an intermediary , as the national influence of the southern court was declining . in the negotiations , he presented several following proposals for reconciliation : the emperor should be selected alternately from the two imperial lineages , jimyoin-to and daikakuji-to ; all the state-owned territories ( of which there was actually very little ) should belong to the daikakuji-to ; the three sacred treasures which were in the possession of emperor go-kameyama should be presented to emperor go-komatsu of the jimyoin-to , so that the southern court would be dissolved . in this way , he achieved integration of the northern and southern courts , and put a stop to the 58 year split between the courts . after emperor go-enyu , who opposed yoshimitsu and abdicated to emperor go-komatsu , died in 1393 , yoshimitsu established his power , and in 1394 , he handed over the post of shogun to his son , yoshimochi ashikaga , and retired , but he continued to hold the real power . the same year , he finally rose to the post of juichii daijodaijin ( chancellor of the realm ) . the following year , he became a priest with a pseudonym , dogi . it is thought that he became a priest in order to gain the ability to control temples and shrines , the remaining sphere he wanted to conquer after reaching the peak of the aristocratic spheres as seii taishogun , taisei daijin and junsangu . following yoshimitsu 's act , many samurai and aristocrats also became priests . in 1395 , sadayo imagawa , who held independent authority as kyushu tandai , was dismissed . in 1399 , he provoked a powerful daimyo in the western region , yoshihiro ouchi , and using the excuse that yoshihiro was taking up arms , he subdued yoshihiro ( war of oei ) , and in this way the influential factions that might oppose yoshimitsu in the western region were eliminated . yoshimitsu , since his younger days , had deeply admired ming , wishing to establish trade between japan and ming . however , the government of ming recognized prince kanenaga sole counterpart for negotiations , therefore , yoshimitsu 's wish was not fulfilled . after the integration of the northern and southern courts , he again intended to negotiate with ming , under the nominal title of " seii shogun of japan , yoshimitsu minamoto , " but the government of ming would not accept an envoy dispatched by someone who presented himself as a vassal of the emperor , because ming traditionally did not trade with any retainer of a vassal . then , yoshimitsu became a priest , and then sent a merchant called koitsumi from hakata city and the priest soa as missionaries to ming in 1401 , with the aristocratic title of " junsangu of japan , michiyoshi minamoto , " instead of using the higher ( but samurai ) title of " taisei shogun . " finally emperor jianwen of ming offered a master-and-man relationship ( sakuho ) to the japanese sovereign instead of to prince kanenaga , with whom ming had wanted to have contact until then , and when ming gave the datongli calendar to japan , the two countries ' diplomatic relations were formally established . in 1404 , he started japan-ming trade that took the form of tribute to the ming emperor . he also was able to suppress japanese pirates ( however , before the ming 's government could dispatch an envoy to convey the emperor 's gratitude to the japanese government , the seinan war broke out in ming , emperor jianwen abdicated , and emperor yongle took the throne ) . after the abolition of the embassies to china , in the japanese aristocratic society , in which an isolation policy was practiced based on a petit sino centrism , there were accumulated discontent with and criticism of the tribute trade because japan was treated as vassal to the emperors of ming ; but , as the aristocrats were not able to speak out publicly in the face of the yoshimitsu 's strong influence , they could do nothing but comment on their dissatisfaction in diaries or other documents . yoshimitsu , who adored ming culture , pressed the imperial court to use the chinese character 洪 in the name of japanese eras after the taizu of ming , emperor hongwu ( 洪武帝 ) , but this was rejected by for various reasons , including the facts mentioned above . yoshimitsu felt offended , and after that , he was never allowed to change the name of the era during his reign , and that is why the oei was the longest era before meiji . in 1397 , he received hokusantei in kitayama , kyoto , from kintsune saionji , and constructed a mountain villa called kitayamatei or kitayamadono ( later rokuon-ji temple ) , placing a reliquary in the center . the culture of this period is called the kitayama culture , where the samurai style , aristocratic style and the tang style ( zen buddhism style ) were merged . in 1408 , he died of a sudden illness in his 51st calendar year ( 49 years old ) . buddhist name : rokuonin tenzan dogi . after the death of yoshimitsu , the title " rokuonin daijohoo ( cloistered emperor ) " was granted from the imperial court , but his son yoshimochi , who became the fourth shogun , declined the offer partly because yoshiyuki ( yoshimasa ) shiba and others opposed accepting the title ( on the other hand , his family temple , shokoku-ji temple seems to have accepted the title and therefore , yoshimitsu 's name is registered as " rokuonin daijo tenno " in the temple 's death register ) . it is said that during his life yoshimitsu did not get along well with his son yoshimochi , and the policies that yoshimitsu introduced , such as the imperial court policy , control of the aristocracy and shugo daimyo , and foreign policy including trade with ming , were denounced by yshimochi . the hokusantei , a heritage left by yoshimitsu , was also destroyed by yoshimochi , except for the kinkaku . in his life , yoshimitsu was extremely partial to yoshitsugu ashikaga , his second son , and when yoshitsugu absconded , yoshimochi accused him of treason and killed him . afterwards , the descendants of yoshitsugu fled to echizen , and they were called " kuradanigosho . " yoshimitsu 's son , yoshinori ashikaga , intended to continue yoshimitsu 's policies when he became the 6th shogun , but he was assassinated by mitsusuke akamatsu during the kakitsu war . yoshimitsu 's grandson , yoshimasa ashikaga who became the 8th shogun , also tried to follow his grandfather and father 's policies , but as he became disgusted with the onin war and the puppet administration controlled by his vassals , he lost enthusiasm for political management . the shugo daimyos , who had served submissively during yoshimitsu 's reign , began to take a defiant attitude toward the government again . yoshinari tanaka , akira imatani , and others propose a theory that yoshimitsu had an intention to usurp the imperial throne ; and based on this theory , some novelists including chogoro kaionji and motohiko izawa present their opinion that yoshimitsu 's sudden death might confirm that he was assassinated to interrupt his plot . yoshimitsu , from his younger days , was accustomed to using wither of two stylized signatures according to the situation , one for samurai affairs and the other for aristocratic affairs . he also made his second wife , yasuko , become the emperor go-komatsu 's junbo ( mother next to the empress , treated as his mother ) , then made her a nyoin ( wife of a former emperor or princess who received the same treatment as emperors ) . he also forced the nobles to offer their wives to him . he also usurped various authorities , such as those for rituals and for personnel affairs , from the imperial family . in april 1408 , one month before his death , he carried out the ceremony of genpuku ( coming-of-age ceremony for boys ) for his second son , yoshitsugu , on a scale comparable to ceremonies for an imperial prince . it is thought that all of this was done by yoshimitsu with the intention of usurping the throne , and becoming ming 's hosaku is also supposed to have been planned as a part of his plot , in order to make use of external pressure on the imperial court . those who support the assassination theory suspect that yoshimitsu was poisoned by the imperial court , who wanted to prevent his usurpation ( izawa deduces in his novel that the assassin was zeami ) . there is another theory in which yoshimochi 's side was worried about the future succession due to yoshimitsu 's excessive partiality to yoshitsugu . however , there were no descriptions in any documents of that period , such as nobles ' diaries , indicating suspicion that the actions taken by yoshimitsu had been a part of his plot or that he was assassinated , and therefore , they cannot offer any direct evidence either . by the way , usurpation here does not mean that yoshimitsu himself wanted to take to the throne , but he wanted to take authority from the emperors by acquiring power as a sort of retired sovereign , and intended to hold real power even after his retirement . he tried to make his second son , yoshitsugu , accede to the throne , while he himself , being his father , intended to be a retired sovereign . imatani supposes that yoshimitsu was strongly influenced by china ( ming ) , but he did not subscribe to idea that incumbent emperors could be overthrown by decree of heaven , instead making use of " yamataishi , " a popular prophecy of the time . this verse is known as a prophecy , where it is predicted that the imperial reign would count 100 emperors , and according today 's study , the emperor go-komatsu is considered to be the 100th emperor . however , because the reigns of the kobun , junnin , and chukyo were not recognized at the time , and the muromachi shogunate naturally saw the northern court as legitimate , emperor go-komatsu was considered to be the 99th . but , if the temporary unification of emperor go-murakami in the shohei unification during the civil war of kanno is counted , then emperor go-komatsu is the 100th emperor . thus , it could be interpreted to mean that japan would be ruined after a monkey or dog had been called a hero . the idea that the imperial reign terminates with the 100th emperor is documented in gukansho by jien and other writings , and is supposed to have been widely accepted . ujimitsu ashikaga , the kamakura kubo , was born in the year of the monkey , according to the chinese zodiac ( nowadays , he is considered to have been born in the year of boar ) , while yoshimitsu was born in the year of dog ; therefore , there was an interpretation that the monkey and the dog represent these two people . on the other hand , izawa supposes that the author might have gotten the hint from the tale of genji . * ( ) : lunar calendar january 7 , 1367 - conferred jugoi no ge . december 24 - promoted to shogoi no jo . december 28 , 1368 - appointed samanokami . may 2 , 1398 - held his coming-of-age ceremony , and took the name yoshimitsu . january 28 , 1369 - declared seii taishogun . january 7 , 1374 - promoted to jushii no ge and given secondary post of sangi . he also took charge of sakone no chusho . december 13 , 1375 - promoted to jusanmi . retained the post of sangi sakone no chusho april 21 , 1378 - post changed to gon dainagon september 19 - also took on post of ukonoe no daisho january 2 , 1379 - promoted to junii retained the post of ukonoe no daisho february 4 - also took on post of umeryo gogen february 11 , 1380 - promoted to juichii . retained the post of ukonoe no daisho august 13 , 1381 - post changed to naidaijin retained the post of ukonoe no daisho february 9 , 1382 - post changed to sadaijin retained the post of ukonoe no daisho march 4 - also took on the post of kurodo no betto may 11 - got a permission to use an oxcart . may 25 - also took on the post of go-enyuin betto february 16 , 1383 - also took on the post of genji chojain and junwa shogakuin betto . july 26 - promoted to jusangu april 8 , 1384 - resigned as ukonoe no daisho june 30 , 1388 - resigned as minister of the left february 7 - returned to the post of minister of the left october 22 , 1393 - resigned as minister of the left january 8 , 1395 - resigned as seii taishogun . january 16 - post changed to daijodaijin ( chancellor of the realm ) june 20 - resigned as daijodaijin ( chancellor of the realm ) july 7 - became a priest ( by the name of doyu , later changed to dogi ) august 20 , 1404 - ming designated him as the sovereign of japan . may 31 , 1408 - passed away june 3 - the honorary title " daijo-tenno " ( cloistered emperor ) was granted ( although the shogunate declined it ) father : yoshiakira ashikaga ( the 2nd shogun ) mother : ki no yoshiko ( concubine ) brothers and sisters chizuomaru seiso hakutei mitsuakira ashikaga soki teiyo female ( hokyojidono . ( keisho ? ) wife : nariko hino ( daughter of tokimitsu hino ) female wife : yasuko hino ( daughter of sukeyasu hino ) concubine : fujiwara no keishi / yoshiko ( daughter of aki no hogen ) yoshimochi ashikaga ( the 4th shogun ) yoshimasa ashikaga ( the 6th shogun ) female ( irie-dono seisen ) concubine : kaga no tsubone ( daughter of chokai hoin ) sonman ( yuzan seishi ) male ( hodo jakuko ) concubine : kasuga no tsubone ( daughter of yoshihide settsu ) yoshitsugu ashikaga concubine : neifukuin-dono female ( daijiin shokyu ) concubine : fujiwara no kazuko concubine : fjiwara no seiko gijo kajii concubine : keiun anshu ( daughter of fuyumune oinomikado ) female ( koshoin sonkyu ) concubine : takahashi-dono concubine ( ikejiri-dono ) female kozan eiryu ( the following are children whose mothers are unknown ) ninna-ji hoson daikaku-ji gisho honkaku-in manshu female ( hokke-ji sonjun ) female ( wife of rokkaku mitsutsuna ) female ( chief priestess of settsu-in ) female ( chief priestess of hokyo-ji temple ) mitsuie kujo mitsumoto nijo mitsukane ashikaga mitsusuke akamatsu mitsunori isshiki mitsutane shiba mitsusada shoni mitsuie hatakeyama mitsumoto hosokawa mitsuyuki hosokawa mitsutsuna rokkaku mitsutaka rokkaku usui , nobuyoshi . ( 1989 ) . ashikaga yoshimitsu . yoshikawa kobunkan people series . yoshikawa kobunkan . isbn 4642051503 . imatani , akira . ( 1990 ) . muromachi no oken : ashikaga yoshimitsu no oken sandatsu . chuko shinsho . isbn 4121009789 . sato , shinichi . ( 1994 ) . ashikaga yoshimitsu : chusei oken e no chosen . heibonsha library . isbn 4582760627 . izawa , motohiko . ( 1998 ) . a shogun who wanted to be an emperor : taiheiki thereafter - the mystery of yoshimitsu ashikaga . shogakkan bunko . isbn 4094023011 . izawa , motohiko . ( 2003 ) . paradoxical japanese history ( 7 ) king 's power in the middle ages - the mystery of taiheiki and the southern and northern courts . shogakkan bunko . isbn 4094020071 . kitakata , kenzo . ( 1991 ) . the flag of heat haze . shinchosha abe , ryutaro . ( 1995 ) . " basara shogun . " muromachikaden . bungei shunju / basara shogun . bunshun bunko . hiraiwa , yumiko . ( 2000 ) . throne of lion - biography of yoshimitsu ashikaga . chuokoron shinsha . sakaguchi , hisashi . ( 1993-1996 ) . akkanbe ikkyu . kodansha . tv animation program . ( broadcast 1975-1982 ) . ikkyu-san ( toei doga ) , wherein yoshimitsu appears as shogun . voice actor : keaton yamada . refer to ikkyu sojun +yoshinobu ( yoshihisa ) tokugawa was the 15th seii taishogun of the edo shogunate ( held the position from december 5 , 1866 to december 9 , 1867 , both in the old lunar calendar ) . he was the only shogun who did not work in edo-jo castle . his rank awarded by the imperial court was naidaijin ( inner minister ) ju-ichii kun-itto koshaku . he was a member of the house of peers of japan . he served as the guardian ( shogun kokenshoku ) of the 14th shogun iemochi tokugawa ; after iemochi 's death he assumed his position as the 15th shogun of the edo shogunate . after he returned his right to administer government to emperor meiji ( taisei hokan ) , he worked aiming to unite the nobles and samurai ( kobu gattai ) ; however , during the battle of toba-fushimi that took place after the restoration of imperial rule ( osei fukko ) , he left the shogunate army behind at osaka-jo castle and returned to edo-jo castle ; thereafter , he received a subjugation order from the imperial court and entered into disciplinary confinement which led to the bloodless surrender of edo-jo castle . after being freed from the disciplinary confinement , he immersed himself in his hobbies ; he was awarded the title of koshaku and lived into the taisho period . the name " yoshinobu " is also popularly read as " keiki " ( yusoku-yomi , the way of pronouncing in the chinese-derived reading , so as not to directly pronounce the real name of the respectable person in the japanese reading ) . there is a record among official documents of the edo shogunate that during his tenure as the shogun his name was also read as " yoshihisa " . there are also records of his name written as " yoshihisa " with his own signature using roman letters , and [ his name printed as " yoshihisa " ] in newspapers in english . he is most often called " yoshinobu " in his homeland of mito , but he is often called " keiki " in shizuoka , where he spent the rest of his life . according to those who knew him in his lifetime , yoshinobu himself liked to be called " keiki-sama " , and he called himself " keiki " in a telegraph sent to his younger brother , akitake tokugawa . yoshihisa tokugawa , who was yoshinobu 's heir , was also called " keikyu-sama " from those around him . the use of the two names " keiki-sama " and " keiki-san " has been confirmed , and even though it seems to have become uncommon in the modern days , the use of " keiki-san " is not limited to shizuoka but is confirmed in various regions ; in both cases the name is often used with much affection . though ryotaro shiba commented that " the name ' keiki ' was used quite often among those associated with the former shogunate " , the use of the name " keiki " was also confirmed among those related to higo-han clan who worked toward the fall of the shogunate ; there is a possibility that he was widely yet secretly respected and admired . he was born at the mito-han clan residence of koishikawa in edo , as the seventh son of the ninth chief [ of mito-han clan ] , nariaki tokugawa on september 29 , 1837 . his mother was [ his father 's ] legitimate wife , princess yoshiko ( he was the first shogun since the third shogun iemitsu tokugawa whose biological mother was the father 's legitimate wife . however , although iemitsu 's biological mother is officially known as the father hidetada 's legitimate wife , ogo no kata , but one theory suggests that his biological mother was kasuga no tsubone ) . his childhood name was shichiromaro . based on nariaki 's educational policy , " a boy should be educated in his home domain " yoshinobu moved to mito at the age of seven months and spent most of his time there until he succeeded to the hitotsubashi tokugawa family , during which time he was educated and taught martial arts by seishisai aizawa . yoshinobu 's intelligence was noted early ; at first , instead of sending him to another family for adoption , nariaki planned to keep him by his eldest son and heir , yoshiatsu tokugawa 's side . on august 1 , 1847 , the shogunate gave a secret order to designate shichiromaro of mito-han clan as the heir to the hitotsubashi family , one of the three branches of the tokugawa-han clan ( gosankyo ) . accepting this order , shichiromaro succeeded to the hitotsubashi family on september 1 ; in december , he received henki ( one character of shogun 's name : 慶 ) from the 12th shogun ieyoshi ( 家慶 ) tokugawa and changed his name to yoshinobu ( 慶喜 ) . considering yoshinobu as a strong candidate as the heir to the shogun , ieyoshi visited the hitotsubashi residence often , but he abandoned this idea after accepting roju masahiro abe 's admonishing advice . during the disorder caused by the arrival of the black ships , shogun ieyoshi died in 1853 ; his heir , the 13th shogun iesada tokugawa , had poor health with no prospect of having his own son , and therefore the issue of " who would become the shogun 's heir " arose ( issue of shogun 's heir ) . there was an opposition between the hitotsubashi-party that included nariaki , masahiro abe and the chief of satsuma-han clan , nariakira shimazu , who recommended yoshinobu , and the nanki-party primarily consisting of the chief of hikone-han clan , naosuke ii , and the ooku members headed by iesada 's birth-mother , honjuin , who recommended the chief of kii-han clan , yoshitomi tokugawa . the hitotsubashi-party executed political maneuvers such as sending into ooku nariakira shimazu 's adopted daughter , tenshoin , as shogun 's wife ( midaidokoro ) , but after the death of masahiro abe and nariakira shimazu , its power weakened ; naosuke ii who became tairo in 1858 settled on " shogun 's heir as yoshitomi tokugawa " through arbitration . in the same year , naosuke ii signed the treaty of amity and commerce between the united states and japan without the emperor 's permission . yoshinobu , along with nariaki and the chief of fukui-han clan , yoshinaga matsudaira , made an unexpected visit to the [ edo-jo ] castle and closely interrogated naosuke , but in tern , he was questioned on his offense of making an unexpected visit to the castle ; he was ordered to retire and was given a disciplinary confinement in the following year ( 1859 ) ( ansei purge ) . yoshinobu himself seemed to be uninterested in becoming the heir to the shogun and he sent a letter to nariaki whose content indicated " i appreciate your efforts but i 'd rather not become the shogun than to make mistakes after becoming the shogun . " he was relieved from his disciplinary confinement in 1860 . in 1862 , guarded by the satsuma-han clan army under the command of hisamitsu shimazu , the emperor 's messenger , shigetomi ohara , entered edo and delivered emperor komei 's order to " promote yoshinobu tokugawa to the shogun 's guardian ( shogun kokenshoku ) and shungaku ( yoshinaga ) matsudaira to tairo . " on july 6 , the shogunate ordered yoshinobu to be the shogun 's guardian ( shogun kokenshoku ) and shungaku to be the shogunal prime minister ( seiji sosaishoku ) . yoshinobu and shungaku directed a reform of the shogunate known as the bunkyu reform that included installation of the office of kyoto protector ( kyoto shugoshoku ) and relaxation of sankin kotai requirement . in 1863 , he went to kyoto as iemochi tokugawa 's harbinger , and he endeavored to negotiate with the members of the imperial court who urged the execution of joi ( expulsion of foreigners from japan ) . upon emperor komei 's visit to iwashimizu hachiman-gu shrine to pray for the execution of joi , if iemochi received setto ( emperor 's sword that symbolically authorizes the shogun to take charge of the upcoming battle on behalf of the emperor ) from the emperor , he would have no choice but to execute joi ; yoshinobu quickly made iemochi cancel the audience [ with the emperor ] by saying that iemochi had a cold and a fever ( pretended illness ) . when the sonno joi party ( the anti-foreigner royalists ) centered around the choshu-han clan lost their case upon the political change on august 18 , yoshinobu went to kyoto again in order to participate in a meeting jointly held by the party trying to unite the nobles and samurai ( kobu gattai ) and the party assisting the shogunate ( sabaku ) . however , when no agreement was reached , he used a bold method of negotiation ; he intentionally got drunk at a banquet with prince kuni asahiko and reviled at munenari date , shungaku matsudaira and hisamitsu shimazu , and furthermore , violently said to nakagawa no miya , " how much is shimazu paying you ! " so as to breakdown their organization . thereafter , he remained in kyoto and he was appointed to kinri goshuei sotoku ( head of the imperial palace / emperor 's protector ) ; together with the protector ( shugoshoku ) katamori matsudaira ( aizu-han clan ) and kyoto shoshidai sadaaki matsudaira ( chief of kuwana-han clan ) regulated the nobles and those loyal to the emperor ( ichi-kai-so ( hitotsubashi-aizu-kuwana ) structure ) . during the tenguto war he showed his cruelty by slashing his supporters such as kounsai takeda and the vassals of his home domain of mito . at the kinmon rebellion in 1864 he led the shogunate army and he himself attacked the choshu army that had occupied the takatsukasa residence . after the first subjugation of choshu that followed , he made every effort to secure the emperor 's permission on the treaty of amity and commerce between the unites states and japan that had been left unauthorized by the emperor ; he succeeded in securing the emperor 's authorization albeit with provisos . at the second subjugation of choshu in 1866 , yoshinobu suppressed interferences from satsuma-han clan and received a direct order from the emperor to subjugate choshu . however , because of the satsuma-choshu alliance ( saccho alliance ) , satsuma-han clan refused to send its army and consequently the shogunate army had to retreat . during the second subjugation of choshu , shogun iemochi passed away at osaka-jo castle on july 20 . yoshinobu appealed to the imperial court to make an official announcement of truce by the emperor and he succeeded in concluding an armistice treaty . he was recommended to be iemochi 's successor but yoshinobu firmly declined . he succeeded to the tokugawa shogun family on aug . 20 but he continued to refuse to assume his position as the shogun . since then the roju ( shogun 's political advisor ) and others sincerely requested him to become the shogun , but he still did not accept the request ; he finally assumed his position as the shogun on december 5 , after accepting ( emperor komei 's ) direct order to become the shogun . by becoming the shogun as a favor to others he aimed to manipulate politics to his advantage . through the french minister leon roches , he received 2.4 million dollars from france and founded yokosuka ironworks , a shipyard , and a ship repair dock , and he also led a revolution in the military system by inviting a group of military advisors headed by jules brunet . he also sent his biological younger brother , akitake tokugawa , to the paris exposition and encouraged the younger members of the shogunate vassals to study in europe . on the matter of opening of port of hyogo , he tenaciously persuaded the imperial court and obtained the emperor 's permission . yoshinobu anticipated a secret order to saccho ( satsuma and choshu -han clans ) from the emperor to destroy the shogunate , and on oct . 14 , 1867 , he ( as a preemptive measure ) suggested to the imperial court that he would return his political power to the emperor ; his request was accepted by the emperor on the 15th , the following day ( taisei hokan ) . it is said that he judged the imperial court at the time to have no capability to administer government , and he therefore sought continuation of tokugawa family 's political power by leading the session of clan chiefs . however , because of the anti-shogunate activists toshimichi okubo and tomomi iwakura 's scheme , there was a command to revive the political power of the imperial court in december , and yoshinobu was ordered " jikan nochi " ( to resign from his position as naidaijin and surrender the tokugawa territory ) . in order to avoid confrontations yoshinobu retreated to osaka-jo castle , assembled the ambassadors from various foreign countries and asserted the legitimacy of tokugawa ; furthermore , he appealed to the imperial court and had the jikan nochi modified to more moderate terms . however , in response to the provocation caused by satsuma-han clan in the city of edo in 1868 he mobilized his army and blockaded kyoto using the armies of aizu and kuwana-han clans . nevertheless , at the battle of toba fushimi that broke out on january 3 , even though the military force was holding up adequately , he judged that the former shogunate army was at a disadvantage ; he abandoned his army and retreated to edo-jo castle aboard warship kaiyo maru . soon an order was issued to subjugate yoshinobu as the enemy of the imperial court , and the imperial army led by general prince arisugawa taruhito set off to the east . yoshinobu suppressed the resistance party led by tadamasa oguri and asserted to comply with the order . in february , he entrusted kaishu katsu to take control of the situation and entered into a disciplinary confinement at daiji-in located in kan 'ei-ji temple in ueno . furthermore , he passed on the estate of tokugawa-soke ( the main branch of tokugawa family ) to his adopted son kamenosuke tayasu ( future iesato tokugawa ) . the negotiation between katsu and the staff officer of the imperial army , takamori saigo , reached an agreement and bloodless surrender of edo-jo castle took place ; yoshinobu was moved to mito and he continued his disciplinary confinement in a room within kodokan of [ mito ] han ( domain ) school . in july , [ the entire ] tokugawa family was relocated to sunpu . ichinoshin hara ( warrior of mito-han clan , vassal of hitotsubashi family ) enshiro hiraoka ( vassal of hitotsubashi family ) amane nishi ( political advisor to shogun yoshinobu tokugawa ) tomoyoshi toki chojuro nakane ( vassal of hitotsubashi family ) magotaro umezawa keijuro kawamura chikatsugu matsudaira in september of 1869 yoshinobu 's disciplinary confinement was lifted as a result of the end of boshin war . thereafter he did not participate in politics and spent his days immersed in his interests such as photography , hunting , net fishing , playing go and noh songs . he moved to sugamo , tokyo in 1897 . in the following year he visited the imperial palace and had and audience with emperor meiji . in 1902 he was bestowed a title of koshaku and he established the yoshinobu tokugawa family aside from the main branch of tokugawa family . he passed on the family estate to yoshihisa tokugawa and he retired in 1910 . he died of pneumonia in 1913 . he was 76 years old and had the longest life among the successive shoguns . * until 1872 the dates noted use the lunar calendar . 1,847 he became the head of the hitotsubashi family on september 1 . he changed his name to yoshinobu on december 1 . on the same day , he was given the rank of ju-sanmi sakonoe gon chujo and assigned to gyobukyo . he married tadaka ichijo 's adopted daughter , mikako , on december 3 , 1855 . he became a sangi ( councilor ) . in 1857 , he became a strong candidate for the heir to iesada tokugawa . because of ansei incident he was ordered to retire and enter into disciplinary confinement in august , 1859 . he was relieved from retirement and disciplinary confinement in september , 1860 . 1862 on july 6 , his position as the head of the hitotsubashi family was restored . on the same day , he became the guardian of the shogun ( shogun kokenshoku ) due to the emperor 's order . in november , he was reassigned to the rank of gon chunagon . in december , 1863 , he assumed the position of chogi san 'yo . 1864 on march 9 , he resigned from the position of chogi san 'yo . on march 25 , he resigned from his position as the guardian of the shogun ( shogun kokenshoku ) . on the same day , he took the position as kinri goshuei sotoku ( head of the imperial palace / emperor 's protector ) and sekkai bogyo shiki ( commander of osaka bay defense ) . at the kinmon incident he led the resistance army . 1866 he resigned from the kinri goshuei sotoku ( head of the imperial palace / emperor 's protector ) towards the end of july . on august 20 , he became the head of the main branch of the tokugawa family . on december 15 , he was assigned the rank of sho-nii gon dainagon and ukonoe daisho . he became the seii taishogun on the same day . 1867 in september , 1867 , his rank was changed to naidaijin . he retained the rank of ukonoe daisho . taisei hokan took place on october 14 . on december 19 , he resigned from the position of seii taishogun . on april 11 , 1868 , he was stripped of his political rank and duties . on september 28 , 1869 , his disciplinary confinement was lifted . on january 6 , 1872 , his courtly rank was restored to ju-shii . on may 18 , 1880 , his rank was promoted to sho-nii . on june 20 , 1888 , his rank was promoted to ju-ichii . on november 19 , 1897 , he moved his residence to tokyo . on march 2 , 1898 , he had an audience with emperor meiji ( first audience since taisei hokan ) . on june 3 , 1902 , he received the rank of koshaku . he was allowed to officially establish yoshinobu tokugawa ( koshaku ) family aside from the main branch of the tokugawa family . he was a member of house of peers ( japan ) ( ~ december , 1910 ) 1908 on april 30 , his contributions to taisei hokan were recognized and he was awarded kun-itto kyokujitsu daijusho from the meiji government . he retired on december 8 . he died ( at 4 : 10 a.m. ) on november , 22 , 1913 . on the same day , he was awarded kyokujitsu toka daijusho . as far as education and studying of martial arts are concerned , he was born and raised under the very best circumstance ; among many forms of martial arts he was especially interested in and was an expert in shuriken ( dirk-throwing ) . even after taisei hokan , he practiced throwing the shuriken every day until he was sweating , and he is counted as one of the most famous persons among the shuriken experts . he tossed about a lot in bed in his sleep , and his father , nariaki tokugawa , thought that this would be a problem when he became the heir to the tokugawa family ; in order to correct this , razor blades were planted into his pillow ( this was done just to scare him , and in reality the razor blades were removed after he had fallen asleep so as to prevent any injuries ) . on the other hand , there is an anecdote that in his adulthood he slept with his wife and a concubine so that the three of them formed the letter " y " as a measure against assassination attempts . there is supposed to be a photograph of yoshinobu from his early childhood , but because cameras were probably not yet introduced to japan at that time , it is doubtful that the photograph is that of yoshinobu . yoshinobu visited iemochi when he fell ill , and at this occasion it is said that they had a normal conversation . his extraordinary talent was well known , and his father nariaki tokugawa 's confidant , tatewaki ajima , commented on him as " someone who will purify the tokugawa family line " ; he singly shouldered the expectation of restoring the shogunate 's authority , and when his highly touted tenure as the shogun began , his brilliance was praised as " the return of ieyasu tokugawa " . yoshinobu 's intelligence was well known even among the anti-shogunate party , and takayoshi kido of choshu-han clan in particular was on guard saying , " yoshinobu hitotsubashi 's daring and intelligent strategy cannot be underestimated . it is like seeing the return of ieyasu . " regarding the decision on taisei hokan , ryoma sakamoto said , " my respected shogun , i wonder what you are feeling in your heart today . i praise how you made the [ difficult ] decision , i praise how you made the [ difficult ] decision . i make a vow to dedicate my life to the lord . " ryoma highly praised yoshinobu and he even considered giving yoshinobu a position as assistant kanpaku in the new government . however , yoshinobu did not learn about the existence of ryoma until the meiji era ( after ryoma 's death ) . yoshinobu was not the only person who did not know about ryoma ; ryoma 's fame in his life time was very much smaller than that after the meiji restoration . when he lost the battle of toba-fushimi and retreated to edo , his enemies highly criticized him for " running away in the face of the enemy " . there were people who made fun of yoshinobu for being a spineless coward , pointing out that even though he left behind ieyasu 's umajirushi ( sign belonging to the clan general / chief and used in a battle ) of golden fan , he always had his beloved concubine with him . however , there is a view that yoshinobu had no choice [ but to retreat ] because at that time it was necessary to suppress military revolts in edo as well as in musashi province , and because yoshinobu became the imperial court 's enemy , various clans were alienating themselves one after another from the shogunate ; thus , even if he was able to protect osaka-jo castle , a long-term battle had to be avoided in order to prevent interventions from foreign countries . because he entered kan 'ei-ji temple for disciplinary confinement as soon as the new government designated him as the imperial court 's enemy , he was considered as a reasonable man who respected the emperor and the imperial court ( perhaps this was due to the teaching of mito-han [ clan ] that highly respected the emperor and also to the fact that his mother was from the imperial family ) ; however , on the other hand , he was also called weak-kneed because as the lord of his people , he was not able to stand resolutely in the face of the enemy . because of his compliance with the disciplinary confinement and the bloodless transfer of edo-jo castle , the administrative power was transferred as a result of almost a bloodless revolution ; he contributed greatly to the restoration and ensuring of independency of modern japan . businessman eiichi shibusawa was a vassal appointed during [ yoshinobu 's ] tenure as the head of the hitotsubashi tokugawa family , and they kept their contact even after the meiji restoration . in yoshinobu 's last years , shibusawa aimed to edit yoshinobu 's biography ; he persuaded unwilling yoshinobu and started " sekimukai " meetings to hear stories directly from yoshinobu . a collection of these stories is called " sekimukai hikki " . in one of the chapters which was recorded in the form of a discussion , one can see what yoshinobu 's voice , so to speak , was like . he used his age as an excuse to evade unpalatable questions and he let out his true feelings by saying , " i didn 't really like hisamitsu shimazu " and " naomasa nabeshima was a cunning fellow " ; from these comments , one can see his personality and what he was feeling at that time . after yoshinobu 's death " tokugawa yoshinobu-ko den " was completed based on these materials . in order to show his gratitude to emperor meiji who pardoned yoshinobu from being the enemy of the imperial court and gave him the title of koshaku , the highest rank of the peers , yoshinobu directed in his will that his funeral be conducted in the shinto style rather than the buddhist style . therefore , yoshinobu 's grave is neither in the tokugawa family graveyard of his family temple zojo-ji temple or the tokugawa family graveyard at kan 'ei-ji temple ; instead , a tumulus similar to that of the imperial family was built in yanaka cemetery . he did so because he was moved by the fact that emperor komei 's tomb was very simple ( " tokugawa yoshinobu-ko den " ) . after his pardon , yoshinobu enjoyed a relaxed life without any regards to his former vassals who devoted their lives to him ; on this , roju katsukiyo itakura later commented , " i regret working together with yoshinobu " . even though he has an image of being a spineless coward , because he " ran away in the face of his enemy " during the battle of toba-fushimi , there has recently been a focus on his attempt at constructing a new , modern political system after taisei hokan , and there is a movement to re-evaluate his contributions including airing of " tokugawa yoshinobu " ( an nhk taiga drama ) . as with his father , nariaki , he liked pork from satsuma-han clan and he was called butaichi-sama ( meaning hitotsubashi-sama who likes pork ) . he was interested in items of western culture , and in his later years he liked to eat bread and drink milk and he enjoyed his interests in photography , fishing , riding the bicycle , microscopy and craft ( embroidery ) . during his tenure as the shogun , he learned french from amane nishi but he gave up on this . he was well know as a photographer , but his techniques in photography seemed to have been mediocre . he often submitted his photographs to photography magazines , but his photographs were hardly ever printed in the magazines . his great grandchild , yoshitomo tokugawa , is a freelance photographer ; he discovered photographs stored in the yoshinobu tokugawa family including the ones taken by yoshinobu and he published the photo album after organizing and editing them . yoshinobu 's biological younger brother , akitake tokugawa , was his friend who shared his hobbies in his life . he married mikako ichijo ( name changed to mikako after the meiji restoration ) on december 3 , 1855 . the first daughter ( keikoin ) between mika was born on july 16 , 1858 but she soon died on july 20 . afterwards , there were no more children between mika ; the 10 boys and 11 girls born during the meiji era were children born between his two concubines . some of these children include the seventh son , yoshihisa , who became a koshaku and succeeded to the yoshinobu tokugawa family , tenth son , kuwashi , who married into kaishu katsu 's family and ninth daughter , tsuneko , who became prince fushimi hiroyasu . some of yoshihisa 's children include yoshimitsu tokugawa and princess kikuko who married prince takamatsu nobuhito . wife : mikako ichijo ( name changed to mikako after the meiji restoration ) ( daughter of kinhisa imadegawa , adopted daughter of tadaka ichijo , july 19 , 1835 - july 9 , 1894 concubine : nobu shinmura ( daughter of masataka matsudaira , adopted daughter of takeo shinmura , died on february 8 , 1905 ) first son : keiji ( june 29 , 1871 - may 22 , 1872 ) first daughter : kyoko ( june 2 , 1873 - september 29 , 1893 , married satotaka tokugawa , on march 23 , 1887 ) third daughter : tetsuko ( october 27 , 1875 - december 10 , 1921 , married satomichi tokugawa on december 30 , 1890 ) fifth son : nakahiro ikeda ( august 28 , 1877 - january 1 , 1948 , adopted by terutomo ikeda on february 25 , 1890 ) sixth son : hitoshi ( august 17 , 1878 - november 28 , 1878 ) sixth daughter : yoshiko ( august 24 , 1880 - september 29 , 1880 ) ninth daughter : tsuneko ( september 23 , 1882 - august 18 , 1939 , married to prince fushimi hiroyasu on january 9 , 1897 ) seventh son : yoshihisa tokugawa ( september 2 , 1884 - january 22 , 1922 ) eleventh daughter : hideko ( march 22 , 1887 - july 5 , 1924 , married kuniyuki tokugawa on april 29 , 1911 ) tenth son : kuwashi katsu ( august 23 , 1888 - july 10 , 1932 , married into kaishu katsu 's family on january 20 , 1899 ) concubine : ko nakane ( first daughter of yoshisaburo nakane , died on december 29 , 1915 ) second son : zenji ( september 8 , 1871 - march 10 , 1872 ) thrid son : takuma ( october 5 , 1872 - july 5 , 1873 ) fourth son : atsushi tokugawa ( february 21 , 1874 - june 12 , 1930 ) second daughter : kinko ( april 3 , 1875 - july 22 , 1875 ) fourth daughter : fudeko ( july 17 , 1876 - november 30 , 1907 , married masaaki hachisuka on december 26 , 1895 ) fifth daughter : hisako ( august 17 , 1878 - october 8 , 1878 ) seventh daughter : namiko ( september 17 , 1880 - january 13 , 1954 , married hitoshi matsudaira on december 7 , 1895 ) eighth daughter : kuniko ( january 23 , 1882 - september 11 , 1942 , married kiko okochi on may 7 , 1901 ) tenth daughter : itoko ( september 18 , 1883 - october 11 , 1953 , married takachika shijo on may 19 , 1906 ) a boy ( stillborn on august 22 , 1884 ) eighth son , yasushi ( september 22 , 1885 - july 2 , 1886 ) ninth son , makoto tokugawa ( october 31 , 1887 - november 11 , 1968 ) a girl ( stillborn on june 2 , 1891 ) concubine : yoshi ( tatsugoro shinmon 's daughter ) novels " the last shogun - tokugawa yoshinobu " ( ryotaro shiba ) " tokugawa yoshinobu " ( sohachi yamaoka ) movies " when the last sword is drawn ( movie ) " 2003 , starring hideaki ito drama series " ryoma ga yuku ( nhk taiga drama ) " ( 1968 , nhk taiga drama , yoshinobu performed by tatsunosuke onoe ( the original ) ) " ooku ( tv drama ) produced in1968 , drama content " ( 1968 , fuji television , yoshinobu performed by shigeru amachi " " katsu kaishu ( nhk taiga drama ) " ( 1974 , nhk taiga drama , yoshinobu performed by masahiko tsugawa ) " kashin ( nhk taiga drama ) " ( 1977 , nhk taiga drama , yoshinobu performed by takao ito ) " ryoma ga yuku 1982 version " ( 1982 , tv tokyo new year 's wide historical drama , yoshinobu performed by tomoki kenmochi ) " ooku ( tv drama ) produced in 1983 , drama content " ( 1983 , fuji television , yoshinobu performed by gaku yamamoto ) " byakkotai ( a tv drama of nippon television ) " ( 1986 , nippon television end-of-the-year historical drama special , yoshinobu performed by nobuyuki ishida ) " hana no shogai ii tairo to sakuradamon ( a flamboyant life , ii tairo and sakurada-mon gate ) " ( 1988 , tv tokyo 12-hour super wide drama , yoshinobu performed by ikuo kokubun ) " goryokaku ( tv drama ) " ( 1988 , nippon television end-of-the-year historical drama special , yoshinobu performed by nobuyuki ishida ) " tobu ga gotoku ( nhk taiga drama ) " ( 1990 , nhk taiga drama , yoshinobu performed by kunihiko mitamura ) " katsu kaishu ( tv drama ) " ( 1990 , nippon television end-of-the-year historical drama special , yoshinobu performed by masahiko tsugawa ) " tokugawa yoshinobu ( nhk taiga drama ) " ( 1998 , nhk taiga drama , yoshinobu performed by masahiro motoki ) " ooku ( tv drama ) produced in 2003 , drama content " ( 2003 , fuji television , yoshinobu performed by ginnojo yamazaki ) " matamo yametaka teishudono - bakumatsu no meibugyo , oguri kozunosuke - ( quitting job again , mr. husband ? - the great magistrate at the end of the edo period , oguri kozukenosuke ) " ( 2003 , nhk new year 's historical drama , starring yoshinori hiruma ) " shinsengumi ! " ( 2004 , nhk taiga drama , starring yoshinobu performed by tomohiko imai ) " atsuhime ( nhk taiga drama ) " 2008 , nhk taiga drama , yoshinobu performed by takehiro hira ) " sekimukai hikki " ( memoirs ) " tokugawa yoshinobu-ko den ( a biography of yoshinobu tokugawa ) " by eiichi shibusawa , 1918 " shogun ga totta meiji - tokugawa yoshinobu-ko satsuei shashinshu ( meiji as photographed by a shogun - an album of photographs taken by yoshinobu tokugawa " asahi shinbun-sha , 1986 , isbn 4022555599 notes +yoshiaki ashikaga was the 15th seii taishogun of the muromachi shogunate , and its last shogun ( reigned from 1568 to 1588 ) . his father was yoshiharu ashikaga , the 12th shogun of muromachi shogunate . his mother was a daughter of hisamichi konoe ( keijuin ) . yoshiteru ashikaga , the 13th shogun , was his elder brother from the same mother . although he was a priest when yoshiteru was assassinated by hisahide matsunaga and others , he escaped from kyoto , helped by shogunate men such as yusai hosokawa . after that , he returned to kyoto under protection of nobunaga oda of mino province . later he was opposed to nobunaga and built made siege with shingen takeda and yoshikage asakura . he was able to get nobunaga into a corner once , but later he was exiled from kyoto by nobunaga ; this was the de facto end of muromachi shogunate . after that , he spent the rest of his life under patronage of terumoto mori , hideyoshi toyotomi and so on . he was born as the second son of yoshiharu ashikaga , the 12th shogun , on november 13 , 1537 . because he had an elder brother , who was heir to the shogun , he became an adopted son of his maternal grandfather , naomichi konoe , in childhood and became a buddhist priest named kakukei at kofuku-ji ichijoin . later he was promoted to gon no shozozu of kofuku-ji temple . in the eiroku incident of 1565 his elder brother yoshiteru , the 13th shogun , was assassinated by hisahide matsunaga , miyoshi sanninshu and others , and his younger brother shuko ashikaga , a head of rokuon 'in was also killed . at this time yoshiaki was also arrested by hisahide matsunaga and confined at kofuku-ji temple ( it is said that hisahide did not kill kakukei because he was afraid of having kofuku-ji temple for an enemy ; kakukei was shogun 's brother and promised to be betto ( director ) of kofuku-ji temple in future ) . but yoshiaki was able to escape from kyoto , helped by yusai hosokawa , koremasa wada and others , on february 17 , 1566 , and returned to secular life . a book about yoshiaki records that he was called buke gosho as another name . when he escaped from kyoto he was attacked by a robber and was called ' a poor kubo ( a court noble ) ' as well . on april 21 he got the official governmental position of junior 5th rank , samano kami . there is some doubt about when he attaining governmental position , but it is obvious that he got it at least before february 1568 ; according to ' tokitsugu kyoki ' written by tokitsugu yamashina , tokitsugu was confused when a messenger from yoshiaki asked him to mediate recommendation of promotion to juyon 'i-ge on the same day yoshihide ashikaga , who was yoshiaki 's rival , was ordered to become shogun . after an escape from kyoto , yoshiaki relied on yoshitaka rokkaku and yoshiharu rokkaku of omi province , but yoshiharu 's secret contact with miyoshi-sanninshu made him flee to yoshizumi takeda of wakasa province on august . but the wakasa takeda clan did not have enough power to go up to kyoto because of troubles over inheritance , conflicts between elder statesmen and so on , so yoshiaki fled to yoshikage asakura of echizen province in september and asked him to help restore the shogunate . but yoshikage asakura had already patronized ' kuratani gosho ' tsugutomo ashikaga , a relative of the ashikaga shogunate , and was not eager to go up to kyoto with yoshiaki ashikaga , who had just returned to secular life ; so yoshiaki could not return to kyoto . besides , on april 15 , 1568 , during his exile with the asakura clan , yoshiaki had a coming-of-age ceremony and formally changed his name 's chinese character aki from 秋 to 昭 , because he thought the letter 秋 was ominous . the person who performed the ceremony was yoshikage asakura ( there is no record which shows yoshiaki had a coming-of -age ceremony officially until this time ; it could be said that it was too late in this era ) . later , through mitsuhide akechi , who was an elder statesman of asakura , as an intermediary yoshiaki relied on nobunaga oda and moved to mino province . he went up to kyoto , helped by nobunaga oda on september , 1568 . on october 18 he became the 15th shogun by an order from the imperial court . at the same time he was promoted to junior 4th rank and got governmental positions of sangi and sakonoe gonchujo . in addition he tried to revive the muromachi shogunate by giving hen 'i ( an official name ) to nobuyoshi hosokawa and akitaka hatakeyama , who were kanrei ( shogunate statesmen ) . yoshiaki seemed to thank nobunaga at first ; he addressed him as ' my father oda danjo no chu ( nobunaga ) ' in his thank-you letter to nobunaga on october 24 . although he had kept a good relationship with nobunaga by trying to give him positions of vice shogun and kanrei , relations between them became worse because nobunaga began to limit the power of shogun . nobunaga made a rule ' denchu on 'okite ' , which had nine articles , on january 1569 , and an additional seven articles on january 1570 , and forced yoshiaki to accept them . yoshiaki , who was upset about these , tried to get rid of nobunaga and made siege against him by an order for kennyo , shingen asakura , yoshikage asakura and others to subjugate him . nagamasa azai , hisahide matasunaga , miyoshi sanninshu , yoshitsugu miyoshi and others joined this siege . although nobunaga was put into a corner once , the siege against nobunaga was ended by the death by disease of shingen takeda in april , 1573 . in april yoshiaki made an alliance with hisahide matsunaga and mustered an army at makishima castle in yamashiro province , at this time they made peace influenced by an order of emperor ogimachi , but yoshiaki mustered an army again in july . nobunaga set fire to kyoto , arrested yoshiaki and banished him to kawachi province . it is generally considered that the muromachi shogunate was finished by this event ( but yoshiaki kept power against the daimyo ( japanese feudal lords ) , other than supporters of nobunaga , because yoshiaki was not dismissed by the imperial court . in addition he got an income by appointment of kyoto 's five mountains priests because the power to appoint was regarded as belonging to ashikaga shogunate , who had established kyoto 's five mountains . in ' kugyo bu 'nin ' ( a human affairs record of the imperial court ) yoshiaki had been seii taishogun until february 9 , 1588 , when he went up to the imperial palace following kanpaku hideyoshi toyotomi , and resigned it formally after swearing loyalty to hideyoshi . when yoshiaki was exiled from kyoto by nobunaga , he was not killed because of the intervention of kennyo of honganji-temple ; yoshiaki fled to yoshitsugu miyoshi ( a leader of the miyoshi clan ) , who was a feudal lord of kawachi and his sister 's husband . but in 1573 , yoshitsugu was ruined by nobunaga . in 1576 , yoshiaki built a government in exile ( shogunate ) at tomo no ura in bingo province ( mori clan domain at that time ) , which was a lucky place for the ashikaga family because takauji ashikaga successfully recovered , and continued to give orders to various feudal lords to suppress nobunaga , in 1578 , kenshin uesugi , a kanrei of the kanto area , died and in 1580 ishiyama hongan-ji temple surrendered to nobunaga . after nobunaga was assassinated by his vassal in the incident at honno-ji in 1582 , during a stay at tomo in bingo , yoshiaki tried to go up to kyoto again with terumoto mori 's help and besought hideyoshi toyotomi and katsuie shibata as well . but his relationship with mori worsened because takakage kobayakawa , who was close to toyotomi , opposed helping yoshiaki and yoshiaki 's support for katsuie was against mori 's approach to hideyoshi . in 1583 , terumoto mori was overcome by hideyoshi hashiba , and in 1586 hideyoshi hashiba became kanpaku daijo daijin . after that , in 1588 , yoshiaki resigned from the position of seii taishogun , received the title of jusangu from the imperial court and became a priest named shozan . he was given a fief of 10,000 koku and became the master of makishima castle in yamashiro province . in bunroku & keicho no eki ( hideyoshi 's invasions of korea ) yoshiaki joined with his army as far as nagoya of hizen province . yoshiaki passed away in 1597 in osaka he died at 61 . there is an anecdote which now seems fictional ; hideyoshi , who succeeded in ruling over the whole country , hoped to be yoshiaki 's adopted son instead of making yoshiaki a feudal lord in order to build a new shogunate , but yoshiaki rejected this proposal because of his pride as an ashikaga noble . in literature where nobunaga ode and his men are the leading characters , yoshiaki is often described as a stupid noble . but contrary to others who held the position , yoshiaki seems to have been an unusually talented shogun , considering that died a natural death in an age of wars , when it was difficult to survive and that he was able to wage a major siege against nobunaga . the last person in charge of an administration tends to be undervalued in all ages and countries , and it is a pity that he could not help serving as a foil for the talented nobunaga and hideyoshi . many shugos ( feudal lords ) such as akikuni isshiki , akikiyo hatakeyama , akitaka hatakeyama , akikata hosokawa , akimoto hosokawa and akimitsu makishima were given hen 'i from yoshiaki . it is said that yoshiaki was called ' a poor noble ' because he wandered with shogunate statesmen after his elder brother yoshiteru died and wandered in various provinces after being exiled by nobunaga . when yoshiaki became the shogun he proposed that the imperial court change the name of the era to ' genki ' . but nobunaga was opposed to him because he was connected to a revival of the shogun 's power and because emperor ogimachi still reigned . but on april 23 , when nobunaga left for the battle against asakura , yoshiaki put his ideas into practice . yoshiaki 's heir yoshihiro became a priest after being a hostage of nobunaga , and succeeded daijoin monseki . there is no descendant who 's family name was ashikaga . in 1566 , yoshiwaki was appointed as jugoi-ge and samanokami . there are doubts about the time of the appointment . on october 18 , 1568 , he was promoted to juyon 'i-ge and sangi as an additional post . he held concurrently the post of sakonoe chujo . he was appointed as seii taishogun . on june 22 , 1569 , he was promoted to junito 3rd rank and dai 'nagon . in 1574 he was exiled from kyoto and built a government in exile ( shogunate ) at tomo no ura in bingo province . on january 13 , he resigned seii taishogun and became a priest , jusangu . on august 28 , 159 , he passed away . his posthumous buddhist name was reiyoin shozan donkyu . takahiro okuno ' yoshiaki ashikaga ' ( biographies from yoshikawa kobunkan press , reprinted in 1966 ) isbn 4642051821 tadachika kuwata ' wondering shogun yoshiaki ashikaga ' ( kodan-sha press , 1985 ) isbn 4642051821 seicho matsumoto ' inbo shogun ' ( in ' sado ru 'ninko ' of shincho bunko ) yoshifuru okamoto ' goshoguruma : the last shogun yoshiaki ashikaga ' ( bungei syunju press , 1933 ) isbn 4163140700 tsutomu mizukami ' yoshiaki ashikaga nagarekuboki ' ( gakuyo shobo jinbutsu bunko , 1988 ) isbn 4313750339 " g.i samurai the movie " ( 1979 , the leading actor was mizuho suzuki ) " taikoki " ( nhk taiga drama ) 1965 , nhk taiga drama ( the leading actor was kakitsu ichimira - now yoshigoro ichimura ) " heaven and earth " nhk taiga drama ( 1969 , nhk taiga drama - the leading actor was shun oide ) " kunitori monogatari " nhk taiga drama ( 1973 , nhk taiga drama - the leading actor was juzo itami ) " golden days " ( 1978 , nhk taiga drama - the leading actor was noboru matsuhashi ) " onna taikoki " ( 1981 , nhk taiga drama - the leading actor was takahashi tsumura ) " ieyasu tokugawa " nhk taiga drama ( 1983 , nhk taiga drama - the leading actor was daisuke shinohara ) " taikoki " tbs drama ( 1987 , tbs grand historical play special - the leading actor was renji ishibashi ) " shingen takeda " nhk taiga drama ( 1988 , nhk taiga drama - the leading actor was the 9th danzo ichikawa ) " nobunaga oda " ( 1991 , tbs grand historical play special - the leading actor was goro ohashi ) " nobunaga king of zipangu " ( 1992 , nhk taiga drama - the leading actor was kinnosuke hanayagi ) " nobunaga oda " tv drama 1994 ( 1994 , tv tokyo special 12 hour miniseries ( which later became spring historical play ) - the leading actor was masaki kyomoto ) " hideyoshi toyotomi : seize the world " ( 1995 , tv tokyo special 12 hour miniseries ( which later became spring historical play ) - the leading actor was renji ishibashi ) " hideyoshi " nhk taiga drama ( 1966 , nhk taiga drama - the leading actor was koji tamaki ) " toshiie and matsu ; kaga one million-koku story " ( 2002 , nhk taiga drama - the leading actor was moro morooka ) " kuni tori monogatari " ( 2005 , tv tokyo new year historical play - the leading actor was kazuyuki aijima ) " komyogatsuji " ( crossroads of the achievement ) nhk taiga drama ( 2006 , nhk taiga drama - the leading actor was koki mitani ) " taikoki - hideyoshi : the man who took the world " ( 2006 , tv asahi tuesday historical play - the leading actor was masaki kyomoto ) ' " mitsuhide akechi : a man not loved by the gods " ( 2007 , fuji tv - the leading actor was shosuke tanihara ) +minamoto no yoshinaka was a warlord of shinano genji clan in the late heian period . his popular name was jiro kiso . he was also known as yoshinaka kiso . he was called " asahi shogun " . he was from the seiwa genji clan and a descendant of the kawachi genji clan . his father was minamoto no yoshikata . minamoto no yoritomo and minamoto no yoshitsune were his cousins . his childhood name was komaomaru . by prince mochihito 's order he raised an army , named [ mochihito 's ] bereaved son prince hokuriku who ran away from the capital and supported him ; he reached kyoto after defeating a vast force of the heike clan at the battle of kurikara-toge . although he was expected to restore order in the capital that had been devastated by the long years of famine and heike clan 's violence he came to be on bad terms with monk-emperor go-shirakawa because of his failure to restore order , worsening food situation caused by the vast army staying in the capital and his intervention in the succession of the imperial throne . at the siege of hojujidono temple he incarcerated the monk-emperor and emperor go-toba and became seii taishogun ( currently , it is widely believed to be seito taishogun ) , but 10 days later he was defeated at awazu in omi province by the troops of minamoto no yoshitsune sent by minamoto no yoritomo . when his grandfather minamoto no tameyoshi and his uncle minamoto no yoshitomo were each other 's enemies , minamoto no yoshikata received an order from his father , tameyoshi , to go to kanto from his family 's base in kyoto ; yoshinaka was born in okura yakata mansion in musashi province ( present-day ranzan-machi , hiki-gun , saitama prefecture ) as the second son of yoshitaka . during the conflict between his uncle yoshitomo and his father yoshikata in kanto who sided with minamoto no tameyoshi , yoshitaka was defeated by his nephew yoshihira ; with the help of shigeyoshi hatakeyama and sanemori saito young yoshinaka evacuated to shinano province ( nagano prefecture ) after his father 's defeat , grew up under the wing of kaneto nakahara , the powerful clan in kisodani , and went by his popular name of " jiro kiso . " in 1180 , prince mochihito ( prince takakura , prince sanjo ) , a son of emperor go-shirakawa who was against taira no kiyomori , issued an order nationwide , and yoshinaka 's uncle minamoto no yukiie urged to raise armies across the nation . yoshinaka 's older brother minamoto no nakaie was adopted by minamoto no yorimasa of the settsu genji clan and held the position of hachijo kurodo ; he joined the army of prince mochihito in may and died in uji together with yorimasa . on september 7th of the same year , yoshinaka also raised an army in response to the order ( battle of ichihara ) . in june of the following year , 1181 , he defeated sukemoto jo who invaded from echigo province at the battle at yokotagawara ; he advanced to kozuke province ( gunma prefecture ) at one point , but proceeded to hokuriku-do without joining minamoto no yoritomo who raised an army in kanto area . prince mochihito 's son evacuated to hokuriku , and supporting him as prince hokuriku [ yoshinaka ] declared his continued support of prince mochihito 's army in 1182 and took control of hokuriku , which was an important food source for the capital . in february 1183 , minamoto no yoshihiro ( saburo senjo shida ) , who fought against and was defeated by yoritomo , and minamoto no yukiie , who was ousted by yoritomo , came to yoshinaka for protection ; because of this yoritomo and yoshinaka almost had a clash . both yoshihiro and yukiie were yoshinaka 's uncles and associated with princess akiko whom yoshinaka 's older brother served . in " tale of the heike " and " genpei josuiki " nobumitsu takeda tried to marry off his daughter to yoshinaka 's heir minamoto no yoshitaka ( shimizu no kanja ) , and in revenge for being rejected he made a false accusation that yoshinaka was trying to defeat yoritomo by siding with the heishi clan . in march , the conflict between the two sides was temporarily settled by sending his heir yoshitaka to kamakura ( shimizu no kanja ) as a hostage . at battle of kurikara-toge at mt . tonami in ecchu province ( from oyabe city , toyama prefecture to tsubata-machi , kahoku-gun , ishikawa prefecture ) yoshinaka 's army defeated a vast force of the heishi clan , estimated to be a hundred thousand soldiers , led by taira no koremori ; encouraged by this victory yoshinaka 's army rallied warriors en route and advanced toward kyoto in full force . the rumor that yoshinaka reached mt . hiei spread on july 22nd ; the heishi clan left the capital on the 25th with emperor antoku under their protection and fled to the west . monk-emperor go-shirakawa went to mt . hiei , hiding from the heishi clan who tried to take him with them to the west . entering the capital on july 27th , monk-emperor go-shirakawa returned to the capital guarded by yoshitaka of nishikibe no kanja , a son of yoshitsune yamamoto who belonged to yoshinaka 's army . in " tale of the heike " , he described his emotion as " the white flag of the genji clan enters the capital today for the first time in more than two decades " . yoshinaka entered the capital on the 28th , the following day , and went to see monk-emperor go-shirakawa at his palace together with yukiie ; they were ordered to search and destroy the heishi clan . these two were on a par and competed with each other for their ranks . the monk-emperor considered that yoritomo had the highest degree of distinguished service , yoshinaka the second and yoshiie the third ; he consistently positioned yoshinaka secondary to yoritomo and he suppressed yoshinaka by sending a messenger to persuade yoritomo to come to kyoto . on august 6th , more than 60 members of the heike clan were expelled from government posts , and on the 11th , monk-emperor go-shirakawa appointed yoshinaka as samanokami and echigo kokushu with a rank of ju goi-ge , and yukiie as bingo kokushu with a rank of ju goi-ge . in " tale of the heike " it is said that yoshinaka won the title of asahi no shogun then , and since yoshinaka and yukiie did not like the fact they shared their assigned territory with each other yoshinaka was transferred to iyo kokushu , land related with genji head family , and yukiie was transferred to bizen kokushu ; however , it was only yukiie who showed his dissatisfaction at the difference between him and yoshinaka , and there is no record of yoshinaka 's dissatisfaction ( " gyokuyo " entry of august 11 ) . on august 14th , yoshinaka intervened on the enthronement of the new emperor by claiming that this great achievement was due to prince hokuriku whom he backed up ; he insisted the imperial court to enthrone the prince as the emperor . however , an opinion of a mere warrior like yoshinaka could not be accepted , and in order to restrain yoshinaka a few divinatory readings were performed ; as a result the imperial court enthroned shinomiya ( emperor go-toba ) , a son of emperor takakura and a brother of emperor antoku . since around that time , monk-emperor go-shirakawa and the aristocracy who valued tradition and formality began to dislike yoshinaka , regarding him as a " barbarian " who had no knowledge and education . unlike the heike clan or yoritomo who had spent his childhood in kyoto yoshinaka grew up in a mountain village and had no chance to encounter those things . it is also said that yoshinaka failed to restore order in kyoto . since a vast army of warriors worn out by the military expedition stayed in kyoto where food was extremely in short supply due to years of famine , depredations by the expeditionary force were widespread in and around the capital . although yoshinaka assigned major warriors to various positions to guard the capital as soon as he arrived in kyoto he could not control the entire army ; this was because yoshinaka happened to be the most powerful one among his army which was just a patchwork of warriors who rose in revolt in various places . monk-emperor go-shirakawa often ordered yoshinaka to search and destroy the heishi clan who had fled to the west in order to get rid of him from kyoto . the monk-emperor urged yoshinaka to mobilize his army by giving him a sword personally so that yoshinaka could not disobey ; he left his right hand-man kanemitsu higuchi in kyoto in order to keep an eye on monk-emperor go-shirakawa and set off to harima province on september 20th in order to search and destroy the heishi clan . attacking the monk-emperor however , because the kiso genji army was not used to naval battles and it suffered an utter defeat by the heishi suigun navy at the battle of mizushima in bicchu province ( kurashiki city , okayama prefecture ) . yoshinaka 's army fled and went back to kyoto on intercalary october 15th . while yoshinaka was away fighting the battle , the imperial court continually urged yoritomo to come to kyoto , but yoritomo rejected the invitation ; yoritomo got the imperial court to agree to the recognition of his reign over eastern japan in exchange of paying annual land taxes [ to the imperial court ] from eastern japan ( emperor 's order in october 1183 ) ; yoshinaka protested to this when he came back to the capital . yoshinaka , afraid of yoritomo 's menace , tried to get the monk-emperor 's decree to search and destroy yoritomo and also tried to go to the north with the monk-emperor in response to the heishi clan 's regaining strength , but all requests were rejected . yukiie , who was on bad terms with yoshinaka , went to harima province on november 8th to search and destroy the heishi clan , but after his immediate defeat he went into hiding and did not return to the capital . the monk-emperor no longer had the intention to accept yoshinaka , and in order to counter yoshinaka he gathered monk warriors and ishinage homeless wanderers by getting cooperation from mt . hiei and onjo-ji temple and had them build trenches and barriers to arm hoju-ji temple . some people including the omi genji clan and the settsu genji clan belonging to yoshinaka 's camp started to take sides with the monk-emperor , and his camp surpassed yoshinaka 's camp in number . kanezane kujo consistently criticized the monk-emperor 's conduct to provoke yoshinaka as below ; " there is no way that yoshinaka will immediately jeopardize the nation . it is just a foolish policy that the monk-emperor arms the castle , rallies warriors , and upsets the public . isn 't this a plan of a petty person ? " " all he does is to oppose yoshinaka . it is quite ungraceful . it is not a kingly doing . " the monk-emperor issued yoshinaka an order to search and destroy the heishi clan on november 7th and ordered him to leave kyoto ; yoshinaka , watching out for yoritomo 's movement , could not accept this . " i have no intention to stand against the monk-emperor " , yoshinaka conducted himself properly . however , again , on november 17th , the monk-emperor demanded yoshinaka to leave kyoto and warned him that a " search-and-destroy decree " [ for yoshinaka ] would be issued if he did not accept . on the 18th , emperor go-toba visited hojujidono temple ; the nobles were also gathered and the decree for searching and destroying yoshinaka was about to be issued . on the 19th , yoshinaka , finally boiling over , attacked and set fire on hojujidono temple and killed more than a hundred people including the tendaizasu myoun and monk-prince enkei , a son of monk-emperor go-shirakawa , who were actively involved in the monk-emperor 's induction ; while naked court ladies were running away he incarcerated the monk-emperor and emperor go-toba in the sessho 's house in gojo higashi no toin and raised a cry of triumph for capturing power . it is said that yoshinaka tossed the head of myoun , the monk of the highest rank in tendai shu , into the river , saying " who cares about such a man ? " ( " gukansho " ) though the description that yoshinaka forcibly married fujiwara no ishi , a daughter of fujiwara no motofusa ( former kampaku ) , in " tale of the heike " is not found in historical materials , it might have happened because yoshinaka had close contacts with motofusa on november 21st and 22nd . on november 28th , he dismissed 44 nobles who took sides with the monk-emperor . on december 1st , he became mimaya betto for the monk-emperor , and on december 22nd , he had moroie matsudono , a son of motofusa and only 12 years old , appointed as naidaijin sessho . on december 15th , he forced the monk-emperor to issue a decree for searching and destroying yoritomo in kamakura . last moment on january 6th , 1184 , yoshinaka had a great deal of fear upon hearing a rumor that the troops of kamakura crossed sunomata-cho and entered mino province . on january 10th , he appointed himself as seii taishogun ( according to " azuma kagami " and " hyakurensho " historical records compiled later . in " gyokuyo " and " sankai koryo nukigakiyo " [ an excerpt from " sankaiki " ] , journals from the same period , it is mentioned that he was appointed as seii taishogun on january 15th , which is more widely accepted now ) . he kept making a peace overture with the heishi clan in harima province and tried to bring the monk-emperor with him to the north and omi , but he gave up on this idea . soon kamakura genji army led by minamoto no noriyori and minamoto no yoshitsune arrived . yoshinaka fortified his defense in kyoto and readied himself to fight at the outbreak of the war against kamakura genji army ; however , because of a string of reckless violence since the incarceration of the monk-emperor , the kiso genji army ran away one by one from the face of the enemy , and yoshinaka was defeated in the battles at uji-gawa river and seta . yoshinaka himself also died in the battle at awazu in omi province ( otsu city , shiga prefecture ) on january 20th ( battle of uji-gawa river ) . " it was 60 days after yoshinaka came into power " ( " gyokuyo " ) at the age of 31 . when yoshinaka died in the battle his heir minamoto no yoshitaka ( shimizu no kanja ) was in kamakura as the husband of yoritomo 's daughter ohime ; he tried to escape but was killed , which put an end to the yoshinaka family . yoshinaka 's younger sister , miyagikuhime , was in kyoto as an adopted daughter of masako hojo ; on may 1st , 1185 , she was summoned to kamakura by yoritomo concerning the issue of misappropriation of a territory that used her name . it is said that masako especially sympathized with her . miyagiku explained that she was not involved in the misappropriation ; yoritomo , pitying her , gave her a territory in mino province and ordered some of yoshinaka 's favorite gokenin in shinano province to treat miyagiku with respect ( " azuma kagami " ) . during sengoku period , the kiso clan called themselves as the descendants of yoshinaka . history of posts and ranks * date = lunar calendar in 1183 on august 11th , ranked ju goi-ge and appointed as samanokami . appointed also as echigo no kami . on august 16th , appointed also as iyo no kami . transferred from echigo no kami . in october , resigned from samanokami . on october 13th , promoted to ju goi-jo . remained as iyo no kami . in 1184 on january 2nd , promoted to ju shii-ge . allowed to go to tenjo . remained as iyo no kami . on january 10th , appointed as seii taishogun ( according to " azuma kagami " and " hyakurensho " . appointed as seii taishogun on january 15th , according to " gyokuyo " and " sankai koryo nukigakiyo " ) . yoshinaka 's grave is in asahizan gichu-ji temple ( baba , otsu city , gifu prefecture ) , set up in muromachi period near where he died . gichu-ji temple is also famous for the grave of basho matsuo , a haiku poet in edo period . basho was deeply moved by yoshinaka 's life and he expressed his desire before his death to be buried next to yoshinaka . yoshinaka 's head mound is in hokan-ji temple in higashiyama ward in kyoto city . also , in tokuon-ji temple in hiyoshi-mura in nagano prefecture , yoshinaka 's mausoleum is built as well as five graves of his family members that stand next to it . birthplace yoshinaka 's birthplace is said to be present-day ranzan-machi , hiki-gun , saitama prefecture . today in his birthplace , kamagata-hachimangu shrine is built , and the spring water allegedly used for yoshinaka 's first bath is found . yoshinaka shitenno four warlords who made a good showing under yoshinaka , kanehira imai , kanemitsu higuchi , yukichika nenoi and chikatada tate are called yoshinaka shitenno . appearance " though good-looking and handsome in appearance , he is a robust country boy and amusingly shameless and stubborn " " though a fair-skinned , good-looking man , his blunt demeanor and stubborn wording are helpless " ( " genpei josuiki " ) statue in gokoku hachiman-jinja shrine in oyabe city in toyama prefecture , there is yoshinaka 's statue holding the reins on a horse . in the courtyard in " yoshinaka yakata " a historical museum in hiyoshi-mura in kiso-gun in nagano prefecture ( present-day kiso-machi ) , there stands his statue next to tomoegozen . song and place-name in " shinano no kuni " ( the song of nagano prefecture ) , yoshinaka is introduced as one of the people from the prefecture . the place-name of hiyoshi-mura in kiso-gun where yoshinaka grew up was named after " asahi shogun yoshinaka " in 1874 ( hiyoshi-mura became kiso-machi in november 1st , 2005 and the name has disappeared ) . festival and event the " historical procession " in genji festival held every april in kawanishi city in hyogo prefecture , where the seiwa genji clan originated , has yoshinaka in armor on a horse as well as minamoto no mitsunaka , the ancestor , and successive warlords of the seiwa genji clan . kagura dance koshio kagura dance . important intangible folk cultural property designated by iwate prefecture . deshi kagura of hayachine takeryu yamabushi kagura dance . a lion mask inscribed with the year 1598 has been handed down , which shows that it had started around that time . its details can be found in " iwate prefectural museum 2004 traditional performing arts concert / iwate prefecture cultural property association the 57th iwate local performing arts festival " . +mitsuhide akechi was a warrior who lived in both the sengoku and azuchi-momoyama periods . he typically went by the name of jubei . his pseudonym was shoan . his lawful wife was norihiro tsumaki 's daughter , hiroko akechi . mitsuhide and his wife had two daughters , nobusumi oda 's wife and tadaoki hosokawa 's wife garasha ( christian name gracia ) hosokawa , and a son , mitsuyoshi ( jugoro ) akechi . mitsuhide was born to the akechi clan , a branch of the toki clan of seiwa genji , his father was mitsutsuna akechi . there are two theories about the year of his birth , 1528 and 1526 . there are also two theories about his birthplace , putting it at akechi-jo castle in akechi , kani city , gifu prefecture , or at miyama , yamagata-shi . his childhood name was monomaru . the details of his adolescence are unclear ; according to common belief , he was from the toki clan , a constable of mino province , and while serving sengoku daimyo dosan saito , he took dosan 's side in the battle between dosan and yoshitatsu in 1556 , in which akechi-jo castle was attacked , resulting in the breakup of the clan . after that , he was sheltered by the wakasa takeda clan , on his mother 's side , and then served the asakura clan in echizen province . in addition , interpreting " akechi " in ' eiroku rokunen ( 1563 ) syoyakunin pu ' to mean mitsuhide , some theories suggest that he had been serving yoshiteru ashikaga after leaving mino province until he served the asakura clan . when yoshiaki ashikaga escaped to wakasa province for yoshizumi takeda 's help , and then , to echizen province for asakura 's help , mitsuhide made contact with yoshiaki . it is thought that mitsuhide 's mother was yoshizumi takeda 's sister and yoshikage asakura 's mother was from the takeda clan of wakasa takeda , which allowed mitsuhide to serve as an entertainer for yoshiaki . yoshiaki expected asakura to move to kyoto , but yoshikage did not . yoshiaki , accordingly , requested through mitsuhide for nobunaga oda to attack kyoto and to appoint yoshiaki to seii taishogun . yoshiaki did so because mitsuhide 's aunt might be dosan saito 's wife and mitsuhide himself might be a cousin of nobunaga 's lawful wife , a daughter of dosan saito or princess noh , on which relationship yoshiaki depended . according to reliable , historical materials , mitsuhide assumed governmental duties for the neighborhood of kyoto , which the oda clan was dominating , with hideyoshi toyotomi ( later changed to hashiba ) and others in 1569 . when yoshiaki began to conflict with nobunaga , mitsuhide left yoshiaki and became a direct subordinate to nobunaga . achieving a lot of good results in battles , mitsuhide was given shiga district , omi province in 1572 , where he built sakamoto-jo castle and occupied it . in 1575 he was given a surname of the koreto clan and the government post of the junior 5th rank , minor , hyuga no kami , calling himself hyuga no kami koreto . the castellan mitsuhide , in charge of attacking tamba province , continued to do battle in many areas in kinki region , for example , with murashige araki and hisahide matsunaga , who disobeyed ishiyama hongan-ji temple and nobunaga , and subjugated the province before 1579 . given the whole province of tamba , mitsuhide built tamba kameyama-jo castle ( in tamba province ) , fukuchiyama-jo castle and shuzan-jo castle . it can be understood that mitsuhide held an important post in the oda administration since he was given the ends of two of the roads leading into kyoto , tokaido and san 'indo . further , in addition to the right to govern tamba province , he was given the right to direct oda daimyos in the kinki region , including yusai hosokawa in tango province and junkei tsutsui in yamato province . modern historians refer to the post as " kinki kanrei , " comparing it to kanto kanrei . in 1582 , mitsuhide was put in charge of nobunaga 's military demonstration , " kyoto on 'uma-soroe , " to be staged in kyoto , and he completed it . on june 2 , 1582 , when , ordered by hideyoshi toyotomi to help subjugate the mori clan , mitsuhide was heading for the battle early in the morning , he said " the enemy is in honno-ji temple , " in entering kyoto after crossing katsura-gawa river , which completed his desire to assassinate the monarch nobunaga . according to honjo soemon oboegaki , however , rank and file soldiers were not informed of mitsuhide 's intention to kill nobunaga . in this way , mitsuhide attacked honno-ji temple , where nobunaga was lodging , quickly with two groups of his soldiers and so surrounded nobunaga . this pushed nobunaga , protected by only a few guards , to commit suicide . mitsuhide also killed nobunaga 's son nobutada oda , sadakatsu murai of kyoto shoshidai and others in nijo gosho . his name was to remain in history as a traitor since he overthrew his monarch nobunaga , who promoted mitsuhide , in honno-ji no hen . however , because nobunaga 's body had disappeared , mitsuhide , could not get nobunaga 's head . on the other hand there are many who consider mitsuhide 's true intention , and the background of the incident was not clear , which allowed literary works to be published that portray mitsuhide as a good or a bad person . mitsuhide put kyoto under control , but fujitaka hosokawa and junkei tsutsui , to whom mitsuhide had asked for cooperation , did not answer his request as he had expected . there being little time for restructuring his own administration , on june 13 , eleven days after honno-ji no hen , in oyamazaki-cho , which stretched over present oyamazaki-cho in kyoto prefecture and shimamoto-cho in osaka prefecture , mitsuhide had to intercept hideyoshi toyotomi 's army , which had reconciled itself with the mori clan on hearing of the incident and returned from chugoku region ( battle of yamazaki ) . at the battle , the hashiba army had 24,000 soldiers ( some say from 26,000 to 40,000 ) to the akechi army 's 12,000 ( some say from 16,000 to 18,000 ) . the akechi army was said to be most skillful with guns among the oda troops in those days , though it was inferior in number of soldiers . for this reason , the akechi army was expected to have the advantage ( from the uncertain commitment of the leadership and supporting forces of the niwaka alliance 's hashiba army ) if the battle were prolonged ; and the hashiba army could not be optimistic . when the hashiba army occupied the key point of mt . tennozan to decide the tide of the battle , however , there were only a few of nobunaga 's former vassals on the side of mitsuhide , who had killed the monarch , and they were unable to overcome the other side 's superior numbers . he is supposed to have been pierced with a bamboo spear by a farmer ( ogurisu no chobei ) and died ( in ogurisu , fushimi ward , kyoto city ) at midnight on the same day while escaping and making for sakamoto ( 3-day conquest ) . he is " supposed to have been pierced " because the head assumed to be his rotted in the hot summer and could not be identified ; some theories say that mitsuhide , fatally injured , asked his subordinate shigetomo mizoo to cut off his head , which was then buried in a bamboo grove or carried by shobei mizoo to sakamoto-jo castle or kokusho-ji temple . the poem , " there are few differences between rebelling and serving , only because i respect emperor as my lord . with my ambition of 55 years fading away , i will return to my lord , of every thing " from ' akechi gunki ' is an imitation of a farewell poem by masanori oguri , who committed suicide in " echigo sodo , " which occurred in edo period . " i don 't mind what others say , if they cannot understand my intention . i don 't want life nor honor , " from the 15th chapter of the sixth volume of shinsho taikoki , " mitsuhide akechi returning to sakamoto . " when fighting against ikko-ikki adherents in nishi-omi , 18 akechi troops were killed in the battle . after that mitsuhide donated rice to saikyo-ji temple to mourn for the dead . the donation letter is preserved in saikyo-ji temple as it was at that time . in addition to this letter , many consolatory letters to his subordinates who were injured in battles are preserved . such consideration for vassals was rare among other military commanders . such consideration for subordinates made his direct subordinates swear loyalty to mitsuhide . actually there were not any of mitsuhide 's vassals among the traitors in honno-ji no hen , and furthermore , they did their best in the battle of yamazaki in spite of their inferiority . a report says that about 200 of his mounted vassals rushed at the enemy to allow mitsuhide to escape after he was defeated in battle of yamazaki . the loyalty ( centripetal force ) of the akechi troops cannot be described based solely on such a report but needs to be considered from other points of view . one point is that many soldiers of the akechi army were reinforcements sent by nobunaga and he was their lord to the very end . another point is that there were few promising supporters of mitsuhide after honno-ji no hen . still another point is that confusion arose among the akechi troops after the incident . taking these situations into consideration , it could be concluded that the attractive force of the organization symbolised by nobunaga oda was stronger than the centripetal force of mitsuhide akechi . mitsuhide akechi and his upper officers may have intended by attacking nobunaga to make the whole akechi army accomplices and create a situation from which they could not escape . at the investiture in 1575 , only three people were given both a family name and an appointment ; these were mitsuhide akechi , hiromasa yanada and naomasa ban . at this moment , even forgetting katsuie shibata and nobumori sakuma who had already been given appointments , mitsuhide could be seen as having a higher position than nagahide niwa and hideyoshi toyotomi . it is understood that nobunaga placed great trust in mitsuhide , who was without doubt one of the top five people in the oda administration at the time , taking into consideration that yanada and ban were fudai generals . even now , there are many areas where they commemorate the long-lasting virtues of the late mitsuhide , who was a cultured person conversant with many studies and fond of waka and chanoyu , and a prominent politician skillful in domestic politics giving good administration out of his love for the people . after attacking nobunaga and upon arriving at kyoto , mitsuhide gave gold and silver to the various powers of kyoto , such as the emperor , townspeople , temples and shrines . he also introduced a policy of exempting rakuchu and tamba people from their jishisen ( land-tax ) . in response to mitsuhide 's policy , emperor ogimachi dispatched his envoy to mitsuhide three times in only seven days before the incident . in addition , the envoy who emperor ogimachi dispatched was kanekazu yoshida . kanekazu yoshida was not a formal ason , though he was given an official rank from the emperor as jingikan . from these circumstances , emperor 's calm judgment shows that the authority mitsuhide had was accidental from then on mitsuhide was blamed for attacking his monarch nobunaga , causing him to be mainly estimated to be a mean and sinister traitor until the beginning of the modern period . the tokugawa shogunate especially emphasized this view , which respected confucian control , pointing out that on the very day of honno-ji no hen nobunaga was followed by about 100 people including unarmed women and comrades , and further after the incident , the god monarch ieyasu tokugawa was made to run the risk of crossing iga . according to " akechi mitsuhide ko kafu oboegaki , " mitsuhide visited the imperial palace after honno-ji no hen and was promoted to junior 3rd rank lieutenant and seiitaishogun . " rojin zatsuwa " introduces the following words as mitsuhide 's . he said , " lies of buddha are upaya . lies of samurais are strategy . and lies of farmers are something naïve . " some say that these words display his rationalism . for example , mitsutoshi takayanagi says in his book " mitsuhide akechi " that mitsuhide and nobunaga , who were both rationalists , could have gotten along well . " history of japan " written by luis frois depicts mitsuhide as a person who " likes betrayal and secret assignation ... pronounces atrocious punishments ... is extremely patient ... skillful in schemes and tactics ... excellent in building castles ... uses experienced soldiers successfully , " and so on . masaya suzuki and masayuki fujimoto inquire in their book " was nobunaga killed by the plot ? " , " evaluations of nobunaga by frois are trusted by the public , whereas evaluations of mitsuhide were ignored . mitsuhide 's evaluations should be reviewed . " the streets of kameoka and fukuchiyama cities that survive today began with the building of the castle by mitsuhide . kameoka mitsuhide festival is held in kameoka city to commemorate mitsuhide . in fukuchiyama city , fukuchiyama ondo is handed down orally to remember mitsuhide ; it says " leaving fukuchiyama , crossing nodano , advancing soldiers fast to kameyama . " when mitsuhide was a lower warrior to the asakura clan , he was envied for his abilities by asakura 's vassals , so as a result he was not promoted to higher positions . it is believed that mitsuhide left yoshikage asakura and served nobunaga because yoshikage , given wrong information from a man called fukutomo kuratani and believing it , gave mitsuhide the cold shoulder . he was a skillful rifleman who , while serving yoshikage asakura , hit a 3cm square target from a distance of about 45.5 meters . taking the performance of matchlocks and bullets of that time into consideration , he was an extremely excellent gunman . another anecdote says that he shot down a flying bird . " when he fires 100 lead bullets , 68 bullets hit the black-marked center and the other 32 bullets fell within the target , " from " akechi gunki . " he was known to be a devoted husband , and unlike other men he did not have mistresses while his wife hiroko was alive . while hiroko was preparing for homemaking after the engagement , she suffered from chicken pox , and pockmarks remained on her face . hiroko 's father , ashamed of this , sent hiroko 's younger sister to him without informing him , but mitsuhide learned of the situation and said " i have decided that hiroko will be my wife not other women , " and held a wedding with hiroko . since cracks appear on mitsuhhide 's grave located in okunoin of mt . koya-san even though it is repaired many times , it is said that the cracks are the curse of nobunaga . tradition says that mitsuhide took shelter at " sukematsuan , " which was built by jinkai sho 'nin in the precincts of rensho-ji temple , built in izumiotsu city , osaka prefecture by masanaga miyoshi 's brother when masanaga miyoshi was dominating izumi . it is recorded in front of the gate of koshu-ji temple in takaishi city , osaka prefecture , that sukematsuan was transferred to the present location at koshu-ji temple , on a stone monument saying " akechi hyuga no kami mitsuhide koen no tera . " furthermore , according to the " izumi denshoshi " that was left to the area , since the body thought to be mitsuhide was revealed to be an imposter or a double in the " battle of yamazaki , " mitsuhide ran to myoshin-ji temple , where he tried in vain to commit suicide before heading for izumi kaizuka . regarding mitsuhide 's relationship with the senshu area : a buddhist memorial service was held for him until 1943 that involved hanging protective lanterns in joroku cemetery in otori minami-cho-3chome , nishi ward , sakai city , osaka prefecture , and a service for expressing thanks to him for promising tokuseirei was held for many years in toyonaka , izumi otsu city , osaka prefecture , which is now disappearing . when mitsuhide , often visiting the mines in kuwata district ( hatano-cho , kameoka-shi ) for inspection , approached the mountain path , his horse stopped at a large rock . his horse , whipped by mitsuhide , kicked the boulder many times with " horsepower " and climbed up with its body shivering . the footprints have since been called " the boulder where mitsuhide akechi 's horse slipped . " the rock may have been buried when a golf course was built . from kameoka city federation of senior citizen 's club , " wisdom of hometown kameoka , " in 1982 . the path along which mitsuhide walked from kameoka basin to mt . atago at atago-hyakuin is called " akechigoe " and is now a hiking course . " akechi-modoriiwa " is left on the hoki pass ( sogabe-cho , kameoka-shi ) , where the first troops proceeding from tamba kameyama-jo castle to route 423 turned toward kyoto right before honno-ji no hen . there is a grave for mitsuhide akechi 's head in kokusho-ji temple ( miyamae-cho , kameoka city ) where shobei mizoo brought it . it has become evident that the seal that mitsuhide used had a pattern related to christianity . some support the theory because there were many christians among people close to mitsuhide 's daughter garasha hosokawa and subordinate daimyo ( yoriki ) ukon takayama . atago-hyakuin was poetry club that mitsuhide held in atago-jinja shrine in mt . atago ( kyoto-shi ) before he instigated honno-ji no hen . mitsuhide is said to have expressed his intention to rebel in that meeting , but this leaves many questions . in addition , people at the meeting other than mitsuhide , such as jo satomura , exhibited many inexplicable behaviors . the following describes inexplicable or as-yet not understood aspects of atago-hyakuin . mitsuhide chanted in the meeting , " the time is now , may , when raindrops fall . " this verse sounds in japanese like the verse " toki now knows heaven governs our land , in may , " and so , some theory says that the verse was intended to mean mitsuhide , from toki , would lead the whole land . there is another opinion that the phrase " heaven governs our land " was based on the idea of the " emperor 's land and emperor 's people , " meaning the emperor should govern the whole land . on the other hand , another theory says that mitsuhide chanted at that moment , " the time is now , raindrops fall less , in may . " others emphasize that if the verse was intended to mean mitsuhide 's intention to rebel , not only the first phrase but also the second phrase , " minakami masaru niwa no matsuyama , " should be considered . first , the phrase " minakami masaru " means " the genji clan is superior " on the premise that mitsuhide is a genji and nobunaga a taira . " niwa " was used to mean the emperor from ancient times . " matsuyama " is a cliché used to say someone is hoping . the second phrase , therefore , can be interpreted to mean that the emperor hopes that the genji clan ( mitsuhide ) will win . the reason why the second phrase is seldom mentioned is thought to be the same as the issue of the emperor 's involvement ( described later ) in the incident , as emphasized by kyoko tachibana . the causes or reasons of mitsuhide 's rebellion against nobunaga in honno-ji no hen have not been settled , though various reasons have been suggested . theories suggested now will be described below . the grudge theory there are rumors and fables saying that mitsuhide may have been treated mercilessly because the monarch nobunaga was short-tempered and fierce . examples will be described below . forced to drink sake by nobunaga , teetotaler mitsuhide refused . then nobunaga said , " you don 't drink my sake , so drink this " , holding his sword to mitsuhide 's throat . when mitsuhide was about to leave the banquet discreetly , nobunaga shouted , " this bald head , " and hit mitsuhide on the head ( " bald head " may have been a pun based on recombination of chinese characters from " mitsuhide " ) nobunaga killed two former masters of yagami-jo castle in tamba , brothers hideharu hatano and hidehisa hatano , whom mitsuhide had forced to surrender by leaving his mother at the castle as a hostage to assure their safety . vassals yagami-jo castle became furious and killed his mother ( a fiction from ehon taikoki ) . nobunaga threw away the food that mitsuhide had laboriously prepared , saying that it was rotten , to pick a fight with mitsuhide , who had been asked to prepare some kyoto cooking for the banquet in azuchi-jo castle held to reward the efforts of ieyasu tokugawa , who destroyed the takedas . another story says that rotted fish filled the whole azuchi-jo castle with fishy smell . still another theory says that nobunaga did not like the lightly seasoned foods , unique to kyoto cooking , since , being from owari , he liked salty foods . owing to this case , mitsuhide was ordered by nobunaga to go to assist hideyoshi . mitsuhide was informed that he could have two provinces in the chugoku region ( izumo and iwami provinces ) if he could win the battles , but at the same time he would be ousted from tamba province in shiga district ( omisakamoto ) . when on the way to attack the takeda clan , mitsuhide said , " our efforts have been rewarded " ; seeing powerful anti-takeda families in shinano province gathering around the nobunaga army , nobunaga became furious , asked " what have you done ? " and ordered a page boy ranmaru mori to hit mitsuhide with an iron fan , which humiliated mitsuhide ( akechi gunki ) . luis frois also said in his writings that nobunaga had thought lightly of mitsuhide . tadachika kuwata advocated , in his book entitled akechi mitsuhide , a " grudge theory of honno-ji no hen , " based on his own research . the ambition theory a theory that mitsuhide was aiming at governing the whole country . one opinion on this theory is that such a masterful intellect as mitsuhide would not think that he could come into power through such a rebellion , and that it was the best chance for mitsuhide to kill nobunaga quickly because mitsuhide had more than 100 times as many soldiers as nobunaga did . akechi mitsuhide , by mitsutoshi takayanagi , uses this explanation . in addition , mitsuhide himself may have joined to go against his dismissal by nobumori sakuma . sakuma gunki suggests that the incident of his dismissal may have been plotted by someone who lied to entrap nobumori , and says in the chapter on nobuhide ( masakatsu ) of kansei choshu shokafu that later mitsuhide akechi escaped to mt . koya with his father nobumori after a betrayal . after nobumori died , and knowing that there had not been a betrayal , ufu ( nobunaga ) was remorseful and forgave masakatsu , incorporating him into jonosuke nobutada 's army . he may have caused honno-ji no hen fearing that he would be punished if nobunaga were to find out from later investigation that mitsuhide did such a thing out of his desire to be promoted . the fear theory this is the theory that mitsuhide killed nobunaga out of fear that he would soon be dismissed if he did not achieve good results , just as mobumori sakuma and hidesada hayashi , who had served nobunaga for many years , had been dismissed . in another respect , unlike nobunaga , who adopted nonstandard reform policies such as the new political and military policies , mitsuhide had an idea of respecting traditional authority . the shogun 's order theory / muromachi shogunate restoration theory since mitsuhide had become nobunaga 's vassal to intermediate between yoshiaki ashikaga and nobunaga , he could not refuse the offer from yoshiaki , to whom he was indebted and closely related . the emperor 's order theory the emperor , who thought that nobunaga was thinking of replacing the inner palace , ordered mitsuhide to stop him , resulting in mitsuhide 's committing treason . the premise of this theory is the claim by some that nobunaga started to forcibly lobby emperor seishincho for transfer of political power around 1582 , recent discovery of the remains of azuchi-jo castle honmaru goten , which may have been built after the dairi seiryoden . recently , kyoko tachibana has pointed out in her various papers based on " tensho junen ( 1582 ) natsuki " and others that the emperor , or prince sanehito and sakihisa konoe , were the key persons . " tensho junen natsuki " , on which the so-called " imperial puppet theory " was based , is part of the diary of haretoyo kajuji , buke tenso and prince sanehito 's step brother , and is highly reliable as historical material . according to the tachibana theory , although it may be a fact that emperor seishincho recovered from a poor financial situation by creating a mutually dependent relationship with nobunaga , it cannot be concluded that nobunaga and the emperor were on good terms . taking into account the problem of the recommendation of nobunaga for the three positions , it would seem that the emperor saw a crisis in nobunaga 's series of actions . in the same book , however , the rumor that maehisa konoe was involved in mitsuhide 's rebellion is described as " hikiyo , " and if this is to be understood as " nonsense , " the highly reliable maehisa connection theory disappears ( masanobu hashimoto theory ) . the value of the historical materials depends on whether " hikiyo " is understood to mean outrageous / violent , or nonsense . the idea of a connection with the emperor or the imperial family is often argued along with the idea of a plot by yoshiaki ashikaga and a plot involving atago hyakuin poet jo-satomura , using contemporary historical materials as proof . for that reason much attention has been paid to these ideas , but no conclusion has been reached because of the complicated historical situation of those times . the shikoku theory a relatively new theory . nobunaga ordered mitsuhide to reconcile with the chosokabe clan of shikoku . mitsuhide was also instrumental in getting toshimitsu saito 's sister married to motochika chosokabe , but in 1580 nobunaga changed his policy and tried to govern shikoku with force , for which mitsuhide lost face . another theory says mitsuhide ( actually toshimitsu ) attacked honno-ji temple right before troops gathered in osaka to attack shikoku . the jesuit theory this is the theory that the real powers that helped nobunaga govern the whole country were the church and southern european forces , which were at that time looking to make inroads into asia with jesuits in the lead . since nobunaga implemented policies which deviated from the plans of the jesuits , spain and portugal to expand their colonies , mitsuhide directed honno-ji no hen with christianized warriors . though this theory includes an alliance between yoshishige otomo and hideyoshi toyotomi , there is another theory that jesuit troops plotted to kill nobunaga with other christian daimyos . whether those theories are true or not , each has an issue of profit brought about by trading of niter , new guns and so on in addition to religious issues . the control by warriors theory this is the theory that warriors surrounding the odas were the brains behind a plot . the names of ieyasu tokugawa and hideyoshi hashiba are mainly mentioned . as for ieyasu , it can be said to be because his oldest son nobuyasu matsudaira and his wife tsukimiyadono were forced to commit suicide by nobunaga 's order . later , ieyasu recommended fuku ( kasuga no tsubone ) , toshimitsu saito 's child by his wife , and mitsuhide akechi 's cousin ( child of mitsuhide 's sister ) , to be iemitsu tokugawa 's nurse ( actually , katsushige itakura , the kyoto shoshidai , recommended fuku ) . as for hideyoshi , some say that he felt uneasy about the future since nobumori sakuma and hidesada hayashi were dismissed ( the fact that his return from the chugoku region was so conveniently timed is a basis for suspicion ) . one of other minor opinions is a theory that yusai hosokawa and nobutada oda were brains . supplement in addition to the theories outlined above , there is also a theory that says that akechi 's subordinate kokuninshu made a request , which is the result of relatively recent research and the " control by hongan-ji temple theory . " whether that is reliable or not , nobunaga 's various revolutionary policies may have been unacceptable to vassals of mitsuhide . as seen in the governing of the hokuriku region by katsuie shibata , one of nobunaga 's warriors , it can be imagined that changing the provinces all the time placed a heavy burden and great anxiety on those warriors . nobunaga , who had himself changed his province several times , moved them to new provinces to develop the province , which may not have been a difficult matter for nobunaga , but more so for his vassals , and was a possible cause of friction . although there are few documents about the akechi clan , their vassals and their followers , oral traditions spread by word of mouth ; since there is so little direct evidence in the form of documents , it is necessary to analyze the authenticity of which cannot be verified . with regard to the siege of yagami-jo castle that appears in the long-held-grudge theories , mitsuhide 's mother , who was held as a hostage , may have been an impostor ( mitsuhide 's aunt ) . though this idea has been picked up by several books , it has been transmitted orally that mitsuhide 's mother was held and protected in tamba midono , and if we believe this , this theory can be discounted as a major cause of honno-ji no hen , though mitsuhide sacrificed his aunt as a hostage . these reasons are not convincing because these theories are mainly based on episodes from books written in the middle of the edo period or later ( that is , speculation from later days - for example , the incident with hideharu hatano is now considered to have been a surrender due to internal strife , which does not require mituhide 's mother for a hostage ) , and academic rationality was put aside in favor of government policy starting in the meiji period , when nobunaga oda and hideyoshi toyotomi were honored as heroes ( although there are some materials from , such as luis frois 's writings ) . mitsuhide was not only promoted by nobunaga to the extent that he would not seem like a masterless samurai , but also rescued by nobunaga in the ishiyama hongan-ji war ; when mitsihide was surrounded by 15,000 soldiers ; nobunaga rescued him with about 3,000 soldiers , himself taking blows at the front line ; mitsuhide seems to have been favored by nobunaga after this episode . at the time of honno-ji no hen , mitsuhide had 300,000 or 500,000 koku around nobunaga 's base in azuchi and kyoto , which is , historically , incredibly large , except for when hideyoshi gave his brother hidenaga one million koku in yamato next to osaka . this placement shows that nobunaga placed great trust in mitsuhide ( this ultimately backfired ) . in akechi kaho it says , " i was promoted by mr. nobunaga from a status like a stone and given too much benefit . we vassals should not forget to serve nobunaga even to our descendants . " some historians criticize mitsuhide for this by saying " mitsuhide is a fool who returned evil for good . " in an excavation of honno-ji temple , trench marks and a lot of burned tiles which seemed to have existed at the same time as honno-ji no hen were found , which scholars pointed out signal a possibility that honno-ji may have been reconstructed for use as a fortress . there are many opinions which say that honno-ji no hen was , somehow or other , too artless for mitsuhide , who was honored as a intellectual warrior . it is demonstrative of this that when mitsuhide instigated honno-ji no hen , geni maeda and nagamasu oda ( urakusai ) escaped from kyoto . based on an anecdote about mitsuhide drawing lots three times before honno-ji no hen , some say that mitsuhide had difficulty in deciding to do it . the words " our enemy is at honno-ji " were not spoken by mitsuhide , but written years later by san 'yo rai . a different theory says that mitsuhide did not die in ogurisu but became nankobo tenkai . tenkai was a priest who worked brilliantly on the military staff of ieyasu tokugawa early in the edo period , but his career is full of unknowns . some other opinions on the matter : there are many sculptures of chinese bellflower , which is mitsuhide 's family crest , in nikko tosho-gu shrine . there is an area called kegon falls in nikko . it is speculated that the " hide " in the name of hidetada tokugawa and " mitsu " in iemitsu tokugawa may have come from mitsuhide , and likewise with " tsuna " of ietsuna tokugawa from mitsuhide 's father mitsutsuna akechi , " tsugu " of ietsugu tokugawa from mitsuhide 's grandfather mitsutsugu akechi . there is a stone monument on mt . hiei that was donated in the name of mitsuhide after 1582 , when mitsuhide was supposed to have died . there remains armor that tenkai , regarded as a learned priest , is supposed to have worn . a daughter of toshimitsu saito , mitsuhide 's chief retainer , became a nurse ( kasuga no tsubone ) for iemitsu tokugawa . mitsuhide 's grandchild masazumi oda ( daughter 's child ) participated in the siege of osaka on the toyotomi side , but was rescued after the siege ( it is unknown whether tenkai involved in it or not ) . such as above are mentioned . but many warriors such as kiyomasa kato wore chinese bellflower crests , not confined to mitsuhide 's , and it is not unnatural that tenkai wore armor at a time as a priest soldier . some say that the stone monument in mt . hiei is a forgery . if tenkai was mitsuhide akechi , he would have died at age 116 ( recorded as 108 ) , which is difficult to believe judging from the average life span at that time . however , handwriting verification done on a tv tokyo program concluded that tenkai was the same person or very close . in reference to the relation between the priest and mitsuhide , mitsuhide 's only portrait hangs in kaiun-ji / hontoku-ji temple ( kishiwada-shi ) , and on the backside of mitsuhide 's memorial tablet in this temple are carved the words , " at this temple a grave was made in keicho 4 . " the relation between these words and the memorial tablet is not known at present ( some say it means mitsuhide was alive until keicho era ) . according to " akechi keizu , " the akechi clan is a branch clan of the toki clan , which is in the line of first-class settsu genji of seiwa genji . the akechi clan originated in akechisho , mino province ( present-day kani city , gifu prefecture-ken ) . ancestors minamoto no yorimitsu - minamoto no yorikuni - minamoto no kunifusa - ( 6th omitted ) - yorisada toki - yorimoto toki - yorishige akechi - ( 7th omitted ) - mitsutsugu akechi - mitsutaka akechi - mitsuhide akechi parents mitsutsuna akechi omaki no kata brothers mitsuhide akechi nobutaka akechi yasuhide akechi wives lawful wife : hiroko akechi sons 1st son : mitsuyoshi akechi 2nd son : sadayori tsutsui 1st daughter , 2nd daughter , mitsutada akechi 's wife and 3rd daughter : garasha hosokawa ( aka tama ) tadaoki hosokawa 's wife 5th daughter unknown : sadatsugu tsutsui 's 2nd wife unknown : relatives mitsuyasu akechi - mitsuhide 's uncle after mitsutsuna 's death , mitsuyasu led the akechis , and some say he participated in the battle between yoshiryu and dosan on the side of dosan and died ; others say he was adopted by the akechi toyama clan and changed his name to kageyuki toyama . omi no kata - mitsuhide 's aunt dosan saito 's wife , mother of nohime , nobunaga oda 's wife . mitsuharu akechi - thought to be the daughter of mitsuyasu akechi and mitsuhide 's uncle , though this is not clear . he is typically referred to as hidemitsu akechi ( yaheiji miyake ) . mitsutada akechi - mitsuhide 's uncle , son of either mitsuhisa akechi or mitsuyasu mitsuchika akechi - referred to as both mitsuhide 's cousin and mitsutada 's son , though this it is not clear . shigetoshi miyake - yoshimitsu akechi 's son . amakusa tomioka-jo castle chamberlain defeated and killed by shiro amakusa 's ikki army . ancestors tadaoki 's successor and lord of the kumamoto domain tadatoshi hosokawa was the 3rd son of garacha , but the blood relation was broken until morihiro hosokawa because of adoption . tadataka hosokawa - tadaoki hosokawa 's 1st son . later he was disinherited and his ancestors became the naizen family , vassals of hosokawa , but carried on the lineage of garasha . tadatoshi hosokawa - tadaoki hosokawa 's 3rd son the 1st lord of kumamoto domain morihiro hosokawa - ancestor of tadatoshi hosokawa , 18th of the higo hosokawas the 79th prime minister of japan ryugen hosokawa and ryuichiro hosokawa - descendants of tadataka hosokawa . ryuichiro hosokawa is ryugen 's nephew . descendants are many , if families of the 1st and 2nd daughters are included the crest of ryoma sakamoto 's family has bellflowers at the intersections , but since the crest when the family name was ohama , before it became sakamoto , had a 田 character with a circle , there is no relation to the akechi clan . hidemitsu akechi toshimitsu saito hirotada tsumaki shigetomo asao mitsutada akechi sakuzaemon shinji ( shinshi ) masachika matsuda naganori yamazaki dengoro fujita sadayuki atsuji kaneaki mimaki kunitsugu yasuda yasuie namikawa sadaoki ise yoshikiyo kimura nobusada ikai - yoriki ehon taikoki ( japanese puppet show ) " yuki " by yasushi inoue shincho sha ( paperback ) 1968 contained in short-story collection " roran . " " kunitori monogatari " by ryotaro shiba shincho sha 1971 ( paperback ) " kikyo no hatakaze " ( the flying flag with the balloon flower crest ) by norio nanjo bungei shunju " mitsuhide akechi " by shin 'ichiro tokunaga php lab . 1988 isbn 4569564054 " mitsuhide akechi " by mitsugu akechi bungei shunju 1991 isbn4167230240 " hangyaku " by shusaku endo kodansha 1991 ( paperback ) " han taikoki - mitsuhide haoden " by sakujin kirino gakushu kenkyu sha 1995 " zehi ni oyobazu " by bintaro yamaguchi seirindo 2006 isbn44792603862 " naniwa no yume " by bintaro yamaguchi seirindo 2006 isbn4792603935 " mrs. garasha hosokawa " by ayako miura " oni to hito to - nobunaga to mitsuhide " by taichi sakaiya " sasara sasabune " by takarazuka revue " tengan - mitsuhide fusui kidan " by manabu toya kawadeshobo shinsha 2007 and others " teki wa honno-ji ni ari " ( the enemy is at honno-ji ) ( 1960 mitsuhide : koshiro matsumoto shochiku ) . nhk televised epic drama " kunitori monogatari " ( 1973 mitsuhide : masaomi kondo ) the motive for honno-ji no hen was made to be that mitsuhide was deprived of his territory of omi and tamba by nobunaga ( hideki takahashi ) when mitsuhide was suffering from neurosis . nhk televised epic drama " kasuga no tsubone " ( 1989 , mitsuhide : hiroshi itsuki ) . depicted the scenes of atago hyakuin , and when mitsuhide drew lots three times before honno-ji no hen . nhk televised epic drama " nobunaga king of japan " ( 1992 , mitsuhide : michel tomioka ) overwork and insomnia , which were social issues at the time of broadcasting , were presented as the cause of honno-ji no hen . when mitsuhide was informed that nobunaga 's ( naoto ogata 's ) head was taken , he uttered " i have just been allowed to sleep . nhk televised epic drama " hideyoshi " ( nhk televised epic drama ) ( 1996 , mitsuhide : kenichi hagiwara . mitsuhide was characterized as being tender toward family , especially to his mother . the cause of honno-ji no hen was presented as nobunaga 's ( tetsuya watari ) leaving mitsuhide 's hostage mother ( yoko nogiwa ) to die . nhk televised epic drama " toshiie to matsu kaga hyakumangoku monogatari " ( 2002 mitsuhide : kenichi hagiwara ) fear of nobunaga ( takashi sorimachi ) was presented as the cause of honno-ji no hen . tv tokyo new spring wide samurai drama " kunitori monogatari shinshun waido jidaigeki ban , " ( 2005 , mitsuhide : atsuro watabe ) . nhk televised epic drama " komyo ga tsuji " ( 2006 mitsuhide : mitsugoro bando the 10th ) . the relation between mitsuhide and nobunaga 's ( hiroshi tachi ) lawful wife nohime ( emi wakui ) was spotlighted . tv asahi sunday western movie theater special edition " nobunaga no yakata " ( 2006 mitsuhide : fumiyo kohinata ) . fuji tv " mitsuhide - kami ni aisarenakatta otoko " ( 2007 mitsuhide : toshiaki karasawa ) . judging that nobunaga ( takaya kamikawa ) would not create a peaceful land , mitsuhide raised honno-ji no hen in the hope that hideyoshi ( toshiro yanagiba ) would cut off his head and govern the land . tv asahi sunday western movie theater special edition " teki wa honno-ji ni ari " ( 2007 mitsuhide : baijaku nakamura ) . " kanashi no homura : yume maboroshi no gotoku " by eri tomomura ( 2007- on flexcomix flare ) . " samurai warriors " series by koe " devil kings " series ( capcom ) " akechi mitsuhide " by koji hamakita . " commander of the nobunaga forces " by katsuhiro taniguchi , chuo koron shinsha chuko shinsho 1782 , 2005 isbn 4-12-101782-x +katamori matsudaira was a daimyo , and the 9th and last chief of the aizu clan of mutsu province . he also took office as kyoto shugoshoku . he was the 6th son on yoshitatsu matsudaira , chief of the takasu clan of mino province ; and his mother was the concubine komori . his older brothers were yoshikatsu tokugawa and shigenori tokugawa ; and sadaaki matsudaira was one of his younger brothers ; he was one of the 4 brothers of takasu . his childhood name was keinosuke . his office was higo-no-kami . his other names as a buddhist were yudo and houzan . his posthumous shinto name was masane-reishin . his wife was the daughter of katataka matsudaira . his children were kataharu matsudaira ( eldest son ) , takeo matsudaira ( 2nd son ) , hideo matsudaira ( 5th son ) , tsuneo matsudaira ( 6th son ) , and morio matsudaira ( 7th son ) . he adopted nobunori matsudaira . in 1846 he was adopted by the 8th chief of aizu clan , katataka , whom he succeeded in 1852 . in 1860 , he opposed the punishment of the mito clan , whose ronin had killed tairo naosuke ii in the incident outside the sakurada gate . after the assassination of ii , yoshinobu hitotsubashi ( yoshinobu tokugawa ) , who had become the shogun 's successor with the support of the imperial court and the satsuma clan , started the bunkyu reformation along with yoshinaga matsudaira , the head of the fukui clan who had become seiji sosaishoku ; and in 1862 katamori was appointed to the new post of bakusei sanyo , and later to the newly created post of kyoto shugoshoku . katamori , who had a weak constitution and was sick in bed with a cold around that time , at first firmly refused the appointment by objections from tanomo saigo and other vassals , but finally accepted on the urging of yoshinaga and others . when katamori started as kyoto shugoshoku the first thing he did was lead aizu clan soldiers into kyoto for an audience with emperor komei , and negotiate with the imperial court ; at first he planned to keep the peace with a policy of opening up talks , even with anti-shogunate agitators . yoshinobu and others were amazed with katamori 's attitude at first . an event occurred that enraged katamori because it took aim at the tokugawa family . that was the 3 ashikaga shoguns severed heads incident ( the incident of head-gibbeting of three ashikaga shoguns 'wooden statues ) . in response to that katamori turned his policy around 180 degrees , used his followers in the miburoshi-gumi ( later the shinsen-gumi ) to maintain the peace in the city and guard the 14th shogun , iemochi tokugawa . katamori himself was in the kobu-gattai faction , and tried to undermine the influence of the sonno-tobaku faction , choshu clan , in the kinmon incident in 1864 . emperor komei died in 1866 , and though katamori appealed over and over to resign from his position as kyoto shugoshoku , neither the imperial court nor the shogunate would approve it . katamori stayed in kyoto by order of the imperial court . in 1867 when the 15th shogun , yoshinobu tokugawa , restored government to the emperor and ended the edo shogunate , the kyoto shugoshoku was also abolished . after the restoration of the monarchy ( called osei-fukko ) , katamori became a key person of the ouetsu reppan domei , clashing in the battle of toba fushimi with soldiers of the satsuma and choshu-han clans which were at the center of the new meiji government ; soldiers of the aizu-han clan fought too , but katamori went to edo with his brother sadaaki on a shogunate warship when yoshinobu who had retreated to osaka fled from the battle line . when yoshinobu swore allegiance to the new government , there were loyalist and resistance factions among edo-jo castle and the old shogunate vassals , with the majority of the aizu-han clan lords favoring armed allegiance . the army of the new government routed the shogi-tai in the battle of ueno , gained control of edo , and took the war to the hokuriku region . katamori was thought to be a man of influence of the shogunate 's supporters and regarded with hostility ; he resisted the army of the new government as a leader of the ouetsu reppan domei in the boshin war , fought at the battle of aizu , and according to the advice of capitulation , called on kanbee sagawa to capitulate . after that he was handed over to the tottori-han clan and kept under house arrest in tokyo ; but his heir , kataharu matsudaira , was allowed to continue the family name and was made a peer . kataharu 's house arrest was lifted shortly after that and he became the priest of nikko toshogu shrine in 1880 . he advanced to sho-sanmi ( senior 3rd class ) before dying of pneumonia in his house in meguro , tokyo , on december 5 , 1893 . he was 59 when he died . he was given some milk from emperor meiji on the day before his death . furthermore , katamori had been honored with a letter and poem from emperor komei in recognition of his work in the kinmon incident , which he placed in a small bamboo tube that he hung around his neck and never let go of until he died . and he did not talk anything about the events around the end of the shogunate / restoration . the letter from emperor komei praised katamori 's diligent service as kyoto shugoshoku , and is a testimony to just how much emperor komei trusted katamori . this was extremely inconvenient for the historical view of the satsuma / choshu leaders , who had decided that katamori matsudaira was a rogue daimyo , so much so that they wanted to deny its existence . aritomo yamagata was shocked when he later found out about the contents of that letter , and secretly tried to get it for 20,000 yen ( worth several hundred million yen in today 's money ) . it is reported that the solicitation included thinly veiled threats like " because , after all , aizu matsudaira is an enemy of the emperor " ; but it was absolutely ignored by the aizu matsudaira family . his gravesite is at lord of the aizu clan matsudaira 's family cemetery in innai , in aizu-wakamatsu city , fukushima prefecture , and at shojuin temple in shinjuku ward , tokyo . in 1928 , 60th year after boshin / meiji restoration ) the wedding of prince yasuhito chichibu ( 2nd son of emperor taisho ) and princess setsuko chichibu ( eldest daughter of katamori matsudaira 's 6th son , tsuneo ) was held . the marriage of the aizu matsudaira family to the imperial family represented the restoration of the name of the aizu-han clan , which had been disgraced as an emperor 's enemy . also , with the publication of kan shimozawa 's " the complete story of the shinsen-gumi " and michio hirao 's " historical records of the shinsen-gumi " , this was the year that the shinsen-gumi , previously considered a traitor , began to be reevaluated . nb : dates are in the old calendar until meiji 4 december 29 , 1835 ( old calendar ) : born the 6th son of yoshitatsu matsudaira , chief of the takasu-han clan of mino province , in the daimyo 's edo residence . 1846 april 27 ( old calendar ) : became the successor to the chief of the aizu-han clan of mutsu province . december 16 ( old calendar ) : invested as ju- shii-ge ( junior 4th class , minor ) , jiju and wakasa-no-kami . 1852 february 25 ( old calendar ) : became the chief of the clan . transferred to higo-no-kami . continued as jiju . december 16 ( january 25 , 1853 ) : transferred to sakonoe-gon-shosho . continued as higo-no-kami . december 12,1861 ( old calendar ) : transferred to sakonoe-gon-chujo . continued as higo-no-kami ( the name of aizu chujo later surfaced ) . august 1 , 1862 ( old calendar ) : appointed kyoto shugoshoku . advanced to sho-shii-ge ( senior 4th class , minor ) . december 30 , 1863 ( old calendar ) : appointed to chogisanyo . 1864 february 11 ( old calendar ) : resigned as kyoto shugoshoku and was appointed rikugun sosaishoku ( commander of the army ) . february 12 ( old calendar ) : appointed sangi , but declined . february 13 ( old calendar ) ( march 20 ) : transferred to gunji sosaishoku ( commander of the military ) -because the post of rikugun sosaishoku ( commander of the army ) was renamed . with the changing of the era to genji year 1 , he resigned the post of chogisanyo on march 14 . april 7 ( old calendar ) ( may 12 ) : resigned as gunji sosaishoku ( commander of the military ) . april 22 ( old calendar ) : returned to duty as kyoto shugoshoku . april 23 , 1867 ( old calendar ) : appointed to sangi ( later came to be called aizu saisho ) . 1868 january 10 ( old calendar ) : dismissed . february 4 ( old calendar ) : resigned . stepped down from the position of the clan chief . february 8 ( old calendar ) : banned from entering castles . at the beginning of the new era on november 2 , 1868 ( old calendar ) , he was imprisoned by the tottori clan of inaba province . december 7 ( old calendar ) : sentenced to permanent confinement by the tottori clan . december 7 , 1869 ( old calendar ) : transferred to wakayama in kii province . 1871 march 14 ( old calendar ) : turned over to the custody of the tonami clan of mutsu province . august : moved to tokyo . february 14 , 1872 : released from confinement . november 1 , 1876 : conferred the rank of ju-goi ( junior 5th class ) . 1880 february 2 : became the chief priest of nikko toshogu shrine in sannai , nikko city , tochigi prefecture . march 13 : also hold the post of the prist of ueno toshogu shrine in ueno , taito ward , tokyo . may 18 : promoted to the rank of sho-shii ( senior 4th class ) . 1884 : dismissed from his positions at nikko toshogu and ueno toshogu shrines . 1887 september : returned to his position as priest at nikko toshogu shrine . also took on the job of the chief priest of futarasan-jinja shrine at sannai , nikko city , tochigi prefecture . december 6 : promoted to the rank of ju-sanmi ( junior 3rd class ) . 1888 : took on the job of the director of tokyo koten kokyujo . 1889 : took on the job of the director of tochigi koten kokyujo . 1893 september 22 : resigned as priest of futarasan-jinja shrine . ok ok father : yoshitatsu matsudaira adoptive father : katataka matsudaira mother : a concubine brothers sadaaki matsudaira ( chief of the kuwana-han clan ) yoshitake matsudaira ( 13th chief of the takasu-han clan ) yoshikatsu tokugawa ( 14th , 17th head of the owari tokugawa household ) takeshige matsudaira ( 3rd chief of the hamada-han clan ) mochinaga tokugawa ( 11th chief of the takasu-han clan , 15th head of the owari tokugawa household , 10th head of the hitotsubashi tokugawa household ) sisters-in-law teruhime matsudaira toshihime wives toshihime ( 5th daughter of katataka matsudaira ) ura no tsubone children kataharu matsudaira takeo matsudaira ( chief priest of isasumi-jinja shrine ) hideo matsudaira ( adopted son-in-law of the family of count yamada ) tsuneo matsudaira ( ambassador to england , 18th head of the main tokugawa household , grandfather of tsunenari tokugawa ) morio matsudaira ( rear admiral of the imperial japanese navy ) adopted children nobunori matsudaira ( 19th son of nariaki tokugawa of the mito tokugawa household ) his wife toshihime , the 5th daughter of katataka matsudaira , married him when she was 14 years old , but died at 19 . he later took ura no tsubone as a new wife . his 2 concubines were saku , daughter of magobee tashiro ( mother of 1st son : kataharu ; 2nd son : takeo ; 5th son : hideo ; 7th son : morio ) , and naka , daughter of genbee kawamura ( mother of 1st daughter : haruna ; 2nd daughter ; 3rd and 4th sons ; 6th son : tsuneo ) . saku looked after katamori while he was the kyoto shugoshoku . " the story of katamori matsudaira " ( taizo aida , aizu local history research institute ) " the note of old dreams : recollections of yoshinobu tokugawa " ( eiichi shibusawa , editor , heibonsha ) " everything about katamori matsudaira " ( kenjo tsunabuchi , editor , shin-jinbutsuoraisha ) " all the samurai of the aizu-han clan , vol . 1 " uhyoe kurasawa ( by tetsuya ito , shin-jinbutsuoraisha ) " monthly historical reader : a record of the kyoto patriots from the end of the edo period " the aizu-han clan ( by tetsuya ito , shin-jinbutsuoraisha ) " the guard of the imperial castle " ( ryotaro shiba , kodansha ) shinsengumi ! ( 2004 , nhk taiga drama , katamori matsudaira played by michitaka tsutsui ) +yoshiteru ashikaga was the 13th seii taishogunn ( reigned 1546-1565 ) of the muromachi shogunate . his father was the 12th shogun , yoshiharu ashikaga . his uncle was yoshitsuna ashikaga , who was the awa kubo and also an adopted son of the 10th shogun yoshitane ashikaga , and his cousin yoshihide ashikaga , the 14th shogun , was a son of yoshitsuna . on march 10th , 1536 ( tenbun 5 ) , yoshiteru was born to the 12th shogun yoshiharu ashikaga as his first son in the nanzen-ji temple in higashiyama . in those days there were conflicts between his father yoshiharu and the kanrei ( shogun 's deputy ) harumoto hosokawa , and every time yoshiharu lost to harumoto , he fled to sakamoto , omi province , taking his son yoshiteru with him . even in later years the father and son went back and forth between kyoto and sakamoto . in december , 1546 , yoshiteru succeeded his father and became the shogun at only 11 years of age . his investiture ceremony was held at sakamoto , omi province , where he had been exiled , and his eboshi oya sadayori rokkaku gave him the adult name yoshifuji in his coming-of-age ceremony ( genpuku ) . in 1548 , his father yoshiharu was reconciled with harumoto hosokawa and returned to kyoto . at that time , harumoto also accepted that tadateru had become the shogun . harumoto 's retainer nagayoshi ( chokei ) miyoshi betrayed his lord , and sided with ujitsuna hosokawa , developing a dominant power in kinai . because of this , yoshiharu and yoshiteru were driven out from kyoto to omi province along with harumoto hosokawa . in 1550 , yoshiharu died in exile at sakamoto . in 1552 , yoshiteru was reconciled with nagayoshi ( chokei ) and was able to return to kyoto under the condition that he appoint ujitsuna the position of kanrei . the following year he began to fight against nagayoshi with harumoto hosokawa . however , they lost at the battle and fled to sakamoto , omi province . in 1558 , yoshiteru was reconciled with nagayoshi ( chokei ) and returned to kyoto . soon after that , he fought against nagayoshi again . with yoshikata rokkaku 's help , yoshiteru temporarily overwhelmed nagayoshi ( chokei ) , but nagayoshi 's ( chokei 's ) younger brother yoshikata miyoshi fiercely attacked yoshiteru 's army , so yoshiteru was driven out of kyoto losing yoshikata rokkaku 's support . however , nagayoshi ( chokei ) attempted a reconciliation with yoshiteru to avoid getting a bad reputation as a murderer of the shogun . because of this yoshiteru could return to kyoto , but nagayoshi ( chokei ) held power over the government , being assigned to the positions of oshobanshu and shuri daibu . yoshiteru was just a puppet . nagayoshi ( chokei ) had survived several assassination attempts , which seem to have been plotted by yoshiteru . yoshiteru acted vigorously to restore the power of the shogunate and the authority of the shogun . by his mediating between such well known daimyo as harumune date and tanemune date ( in 1548 ) , shingen takeda and kenshin uesugi ( in 1558 ) , takahisa shimazu and yoshishige otomo , and motonari mori and haruhisa amago ( in 1560 ) , the shogun 's authority was recognized by various daimyo . in addition to that , he also gave the letter ( 輝 ) in his given name to various daimyo like terumoto mori ( 毛利輝元 ) , terumune date ( 伊達輝宗 ) , kenshin uesugi ( terutora uesugi ( 上杉輝虎 ) ) and teruuji ashikaga ( 足利輝氏 ) , who was one of the ashikaga clan . ( the letter ( 藤 ) in his previous name ( 義藤 ) was also assigned to the people such as yusai hosokawa ( buddhist name ) , fujiuji ahikaga ( 足利藤氏 ) , junkei tsutsui ( buddhist name ) . this is how he came to be recognized as the shogun by the various daimyo , and nobunaga oda and kenshin uesugi traveled to kyoto to have an audience with him , while yoshishige otomo presented some rifles to him . nagayoshi still had his power after yoshiteru returned to kyoto in 1558 , but takamasa hatakeyama and yoshitaka rokkaku revolted against nagayoshi ( chokei ) at kinai , and the death of yoshitaka miyoshi was one example of the miyoshi clan 's decline . under these conditions , sadataka ise , who had held power over the shogunate with nagayoshi ( chokei ) , lost his position as regent of the old mandokoro and rose in revolt only to be defeated by nagayoshi ( chokei ) . and then nagayoshi ( chokei ) died of disease in 1564 . since his political rival was gone , yoshiteru tried to act more vigorously to restore the power of the shogunate . however , hisahide matsunaga and the miyoshi triumvirate , who tried to occupy the shogunate after nagayoshi 's ( chokei 's ) death , considered yoshiteru their enemy . so they cooperated with yoshitsuna ashikaga , an adopted son of yoshitane ashikaga , and set up yoshitsuna 's heir , yoshihide ashikaga ( yoshiteru 's cousin ) , as a puppet prospective shogun , excluding yoshiteru . on the other hand , the rokkaku clan on whom yoshiteru had depended lost its power because of the kannon-ji disturbance in 1563 . and then on may 19th , 1565 , hisahide and the miyoshi triumvirate revolted against yoshiteru with their lord yoshitsugu miyoshi ( nagayoshi 's ( chokei 's ) adopted heir ) , setting up yoshihide ashikaga as their puppet leader ( eiroku no hen ) . they led an army against the castle called nijo gosho , where yoshiteru had lived . yoshiteru was a great swordsman who was instructed by nobutsuna kamiizumi and initiated into the esoteric points of swordsmanship by bokuden tsukahara . so it is said that he killed many enemies with his treasured sword . however , the odds were against those who fought in small numbers , and eventually yoshiteru was killed by the miyoshi 's forces . his age at death : 30 ( according to the east asian age reckoning , and 29 by the regular way of counting ) ( " historia de iapam ( history of japan ) " written by luis frois describes yoshiteru 's struggle in his fight , and " tokitsugu kyoki " says that yoshiteru killed himself . ) at about the same time , yoshiteru 's mother kijuin killed herself on the death of her son . an early summer rain , but are they raindrops or my tears ? a cuckoo , pleasefly up into the sky and go above the clouds taking my name with you . instructed by bokuden tsukahara , yoshiteru was said to be the most skillful swordsman among the seii taishogun between the kamakura period and the edo period . it is said that when he was attacked by hisahide matsunaga at the castle called nijo gosho , he thrust several swords into the tatami mat , and every time his sword was broken , he took up a new one and kept killing his enemies . that is why today he is sometimes called " kengo " or " kensi shogun " , which means the great swordsman . people admired him for his high morale among all the past shogun of the muromachi period , and called him a real samurai . his achievement of restoring the authority of the shogun , although temporary , is worth appreciating . however , his insistent attempts to assassinate nagayoshi ( chokei ) miyoshi suggest his narrow view , because after their reconciliation nagayoshi virtually supported yoshiteru 's power by his army . ironically , yoshiteru 's assassination led to the fall of the shogun 's authority . his death poem implies his ambition and regret . in 1554 , yoshiteru got rifles and a secret recipe for making gunpowder called " teppokusurikata narabini chogo shidai " from the otomo clan , and in 1560 , he allowed gaspar vilela to preach christianity , and these facts illustrate that he had a great interest in new things . it should be noted , however , that the miyoshi clan had approved the christian missionary work right before yoshiteru gave them permission . it could be the miyoshi clan 's policy rather than yoshiteru 's own decision because the miyoshi clan was more powerful than yoshiteru . fujitaka hosokawa 's grandson and also a lord of kumamoto domain , tadatoshi hosokawa tracked down yoshiteru 's bereaved son yoshitatsu oike ( also known as genba oike ) , who had lived quietly in sanuki province , and took him to kumamoto . tadatoshi invited yoshitatsu to his new villa at yamaga onsen along with his guest musashi miyamoto . yoshiteru 's descendants called themselves the nishiyama clan , whose fief ( chigyo ) was 1000 koku , and whose family rank according to seating position was hichakuza doretsuteiseki , which lasted to the meiji period . his other son was yoshitaka ashikaga ( later known as priest ten 'yo ) , who was saved by yoshiteru 's vassal when he was killed , and yoshitaka was taken to tanba province and brought up under the hatano clan . all the following dates are based on the japanese lunar calendar . 1546 on july 27th , he was given the courtly title of the fifth rank , junior grade . on november 19th , he was upgraded to the senior fifth rank and got the title of sama no kami . on december 19th , he was given the adult name yoshifuji at his coming-of-age ceremony ( genpuku ) . on december 20th , he was upgraded to the fourth rank , junior grade , and got the title of seii taishogun . 1547 on february 17th , he was assigned sangi , which meant he could join the politics of the government , and also held the title of sakonoe chujo . 1554 on february 12th , he was upgraded to the third rank , and changed his name to yoshiteru ( 義輝 ) . 1565 on may 19th , he died . on june 7th , he was given the first rank and became a daijo daijin after his death . ( there is a presumption that he was given the title of minister of the left . ) fujiuji ashikaga teruhiro ouchi kenshin ( terutora ) uesugi terumune date yusai ( fujitaka ) hosokawa terumoto mori yoshiaki mogami yoshihisa ( yoshitatsu ) shimazu yoshioki ( yoshinaga ) miyoshi yoshinobu takeda yoshikage asakura fujinaga isshiki yoshihi ( yoshiharu ) sagara yoshihisa amago masataka miyamoto , " the great swordsman , shogun yoshiteru " vol.1 , 2 , 3 ( tokuma bunko , 2000 ) vol.1 hosu no tachi ( the sword of the promising boy ) ( isbn 4198912475 ) , vol.2 koun no tachi ( the sword of a lonely cloud ) ( isbn 4198912661 ) , vol.3 ryusei no tachi ( the sword of a shooting star ) ( isbn 419891284x ) masataka miyamoto , " side story of yoshiteru , a star of the shogun " ( tokuma bunko , 2003 ) isbn 4198918929 kenshu miyagi , " the death of shogun yoshiteru " ( kadokawa haruki corporation , haruki bunko , 2005 ) " ten to chi to " ( heaven and earth ) , ( 1969 , nhk taiga drama , cast : gaku yamamoto ) " kunitori monogatari " ( story of seizing provinces ) ( 1793 , nhk taiga drama , cast : muga takewaki ) " nobunaga king of zipangu " , ( 1992 , nhk taiga drama , cast : yasuo miyata ) " oda nobunaga " , ( 1994 , over 12 hour-long tv drama ( later called the new year special samurai tv drama ) created by tv tokyo , cast : kin 'ya kitaoji ) " kunitori monogatari " ( story of seizing provinces ) , ( 2005 , the new year special samurai tv drama created by tv tokyo , cast : tetsuya chiba ) " komyo ga tsuji " ( crossroads of the achievement ) , ( 2006 , nhk taiga drama , cast : yoshiyuki yamaguchi ) +dosan or hidetatsu saito was a military commander during the sengoku period . he was the first head of the saito clan , which was a sengoku daimyo ( provincial lord ) in mino province ( southern part of gifu prefecture ) . dosan rose in the world from a monk , through an oil-seller , to a sengoku daimyo , and along with soun hojo , dosan was considered the epitome of a man 's rise to a daimyo by gekokujo ( the low oppress the high ) . however , according to an old copy of ' rokkaku jotei josho ' , which was discovered while " gifuken-shi " ( history of gifu prefecture ) was being compiled , dosan didn 't complete his domination of mino province in one generation , but over two generations with his father , shinzaemonnojo nagai ; this is now considered to be the reliable opinion . his father was shinzaemonnojo nagai ( bungo no kami , the highest official in bungo province ) . dosan was known by various names such as : horenbo , shogoro ( shokuro ) matsunami , masatoshi ( kankuro ) nishimura , norihide ( shinkuro ) nagai , hidetatsu ( shinkuro ) nagai , toshimasa ( shinkuro ) saito and dosan ; however , norihide fujiwara ( nagai ) , toshimasa saito and dosan are the only ones that appear in reliable historical materials . his sons were yoshitatsu saito , toshiaki ( genbanosuke ) saito , magoshiro ( tatsumoto , tatsushige ) saito , kiheiji ( tatsuyuki , tatsusada ) saito and toshiharu saito . it is said that michitoshi nagai was either dosan 's younger brother or son from when he was young . his daughters include the legitimate wife of yoritsuna anegakoji and nohime ( legitimate wife of nobunaga oda ) . he ruled mino province as a lord until 1554 , at which point he passed on his family estate to yoshitatsu , but dosan soon severed all ties with yoshitatsu ; dosan was killed by yoshitatsu 's army at the nagara-gawa river april , 1556 . dosan had a nickname of " mino no mamushi " ( viper of mino province ) , who became a sengoku daimyo by destroying his master , but such an image of dosan changed greatly in the process of compiling " gifuken-shi " which started in 1960 's . while compiling the history book , a document called " a copy of rokkaku jotei josho " dated july , 1560 , was found among the " documents owned by takuichiro kasuga " ( later renamed to " documents owned by chikara kasuga " ) . this old document was written by yoshitaka ( shotei ) rokkaku , shugo ( governor ) of omi province , and addressed to his vassals , hirai and gamo ; even though the beginning part is missing it has the following content : the grandfather of ( yoshitatsu ) saito jibu was shinzaemonnojo , who was a monk of the myokaku-ji temple . shinzaemonnojo took the family name of nishimura and came to mino province to serve yajiro nagai . shinzaemonnojo gradually proved his talent , and he was allowed to use the family name of nagai . after yoshitatsu 's father , sakon no taifu ( dosan ) , succeeded his father shinzaemonnojo , [ dosan ] killed the heir [ of the nagai family ] , took over various political positions and then called himself saito . dosan and his son , yoshitatsu , severed their ties as father and son , and yoshitatsu killed his father . it has been viewed traditionally that dosan took over the [ mino ] province in one generation ; however , because of the discovery of this document , it became very likely that this take over occurred over two generations , with shinzaemonnojo and dosan . the name , " shinzaemonnojo nagai , " which is considered to be dosan 's father 's , is also detected in old documents ; his name appears in " todai-ji temple joshi geko chumon " dated july , 1526 ( collected in " the documents preserved by kansei tsutsui " ) and " bakufu bugyonin hoshoan " dated february 19th , 1528 ( collected in " old documents gathered by akita domain " ) . on the other hand , the first time dosan 's name appears in historical materials is as " norihide fujiwara " in a document dated june , 1533 ; this name also appears in a document signed jointly by kagehiro nagai and norihide nagai , dated november 26 of the same year . the following chronological description is based on the traditional view of dosan . it has been said that dosan was born at nishino oka , otokuni district , yamashiro province in 1494 , but there is an alternative view that he was born in 1504 , and there are various views regarding his birthplace . according to " mino no kuni shokyuki , " his ancestors worked as hokumen no bushi ( royal guards ) for generations ; his father was called matsunami sakon shogen motomune , living in nishino oka as a ronin ( samurai with no lord ) for [ unrevealed ] reasons . dosan 's childhood name was minemaru , and he entered buddhist priesthood at myokaku-ji temple in kyoto in the spring time when he was 11 years old , and he was given the buddhist name horenbo . later , when his younger fellow monk nichigobo ( namyobo ) moved to jozai-ji temple ( located in present-day gifu city ) in imaizumi , atsumi district , mino province , to become a chief priest , horenbo left the myokaku-ji temple to return to a secular life and called himself shogoro ( or kankuro ) . shogoro ( dosan ) married a daughter of an oil merchant matabe naraya , and became an oil-seller using the name yamazaki-ya . shogoro ( dosan ) , hawking oil on the road , one day came across nichiun ( once known as nichigobo ) of the jozai-ji temple in mino ; counting on their old friendship he succeeded in becoming a retainer of nagahiro nagai , koshugodai ( junior deputy shugo ) of the toki clan , which was shugo ( provincial governor ) of mino province . shogoro ( dosan ) named himself nishimura kankuro masatoshi , inheriting the family name of the nishimura clan , which was a retainer of the nagai saito nagai clan . kankuro ( dosan ) gradually proved his talent through martial arts and his quick wit , and he gained trust of yorinari toki , the second son of shugo toki . when yorinari lost to his older brother masayori toki in a succession struggle , kankuro ( dosan ) secretly plotted a sudden attack against masayori at kawate-jo castle and drove him out to echizen , which greatly contributed to yorinari 's assignment to shugo . trusted greatly by yorinari , kankuro ( dosan ) plotted to eliminate nagahiro nagai , on whom yorinari also placed reliance ; he killed nagahiro for a minor reason in 1530 ( or 1533 ) , and then took the name of nagai shinkuro norihide . in 1538 , when toshinaga saito , shugodai ( deputy shugo ) of mino province , died of sickness , shinkuro ( dosan ) inherited toshinaga 's family name and called himself saito shinkuro toshimasa . in 1539 , he made extensive renovations of inabayama-jo castle . there is a strong possibility that a personal history of dosan mentioned so far is mixed up with a career of dosan 's father shinzaemonnojo . if " shinzaemonnojo nagai " that appears in the documents from the daiei era ( 1521-27 ) is the same person as dosan 's father , then this implies that dosan 's father was already using the name nagai . moreover , because the name norihide fujiwara ( nagai ) begins to appear from the documents of 1533 , it is considered that dosan succeeded his father around this time . the article of ' saito clan ' written by tetsuo owada and published in " family histories of the 370 famous sengoku daimyo " shin-jinbutsuoraisha co . ltd . , 1996 . the document dated november of the same year was signed jointly by kagehiro nagai and norihide nagai ( dosan ) , which denies the long-held story that dosan took the family name of nagai without permission when he killed nagahiro nagai and did not allow nagahiro 's children to inherit the family name . also , a ban that was signed by nagahiro nagai was issued in march , 1530 , and therefore , at least the death of nagahiro could not have happened on new year 's day of 1530 . in 1541 , toshimasa ( dosan ) poisoned yorimitsu toki ( yorinari 's younger brother ) to death , which caused a conflict between yorinari and toshimasa ( dosan ) . though toshimasa ( dosan ) was in a difficult situation for a short time , he attacked yorinari 's residence of oga-jo castle and expelled yorinari and his son , jiro , to owari province , and he became a virtual ruler of the mino province . however , there is a recent , alternative view which claims that it was jiro who was expelled to owari province , and that yorinari stayed in mino at that time , holding his position as a puppet shugo . however , yorinari gained nobuhide oda 's support and became and ally of masayori , who had been banished and was under the protection of kagetaka asakura ( the tenth master of the [ asakura ] family ) ; with the help of the asakura and oda clans , yorinari and masayori invaded mino province under the excuse of returning to mino . as a result , yorinari returned to the ibi kitakata-jo castle , and masayori returned to the kawate-jo castle . in september , 1547 , nobuhide oda set off a large-scale attack against toshimasa ( dosan ) at inabayama-jo castle , but toshimasa ( dosan ) shut off the castle completely and drove the oda army to the brink of destruction . ( battle of kanoguchi ) . meanwhile , masayori died of an illness in november of the same year . toshimasa ( dosan ) made peace with nobuhide oda under these circumstances , and he sent his daughter , kicho , to marry nobuhide 's eldest son , nobunaga oda , in 1548 . according to " shincho koki " ( biography of nobunaga oda ) , toshimasa ( dosan ) was very surprised when he met nobunaga at shotoku-ji temple ( present-day tomida , ichinomiya city ( former nishio city ) , aichi prefecture ) after kicho married nobunaga , because even though nobunaga was known as empty-headed he showed up formally dressed and he had his guards equipped with many rifles ; toshimasa saito ( dosan ) anticipated a bright future for nobunaga and said , " my sons will be tying that empty-headed man 's ( nobunanga 's ) horse . " because of this reconciliation toshimasa ( dosan ) gained support of the oda family and defeated the rebels who were against him , including the head of aiba-jo castle , kageoki nagaya , and the head of ibi-jo castle , mitsuchika ibi ; furthermore , he expelled yorinari toki , who had remained in the ibi kitakata-jo castle , once again to owari province , and he completely restored order in mino province . after order was restored in mino , there appeared a scribbling on the nanamagari hyakumagari entrance of the inabayama-jo castle as follows : " to slay your master and to kill your son-in-law mean the end of your body [ a word play on mino and owari ] . osada has done it long ago , yamashiro ( dosan ) has done it now . " these words imply that what dosan did was an equal match to the way tadamune osada of owari province murdered his former master , minamoto no yoshitomo , during the battle between minamoto and taira families . in 1554 , toshimasa ( dosan ) passed on his family estate to his son , yoshitatsu saito , shaved his head at jozai-ji temple to enter buddhist priesthood , named himself dosan and went into retirement at sagiyama-jo castle . however , dosan favored yoshitatsu 's younger brothers tatsushige and tatsusada over yoshitatsu , and it is said that he finally began to think about eliminating yoshitatsu as the head of the family . the conflict between dosan and yoshitatsu became evident , and in 1555 , yoshitatsu killed his younger brothers and raised his army against dosan . there is a view that the conflict arose because yoshitatsu was not dosan 's real son but a son of yorinari toki . this is because yoshitatsu was born in 1527 , and his mother , miyoshino , gave birth to him within a year since yorinari toki gave her away to dosan . there were virtually no retainers of the old toki clan who wanted to support dosan because of the way he gained mino ; in april of 1556 , yoshitatsu 's army of 17,000 warriors fought dosan 's army of only 7,000 men at nagara-gawa river ( battle of nagara-gawa river ) , and even though dosan 's son-in-law , nobunaga , sent his army to help it did not reach the battle in time , and dosan died in the lopsided battle . he was 63 years old . even though yorinari toki was said to be incompetent many former retainers were still loyal to the toki clan , and even after dosan restored order in mino he was always troubled by those who posed a threat , which led to a difficulty in ruling the province . this is why dosan ruled by forcible measures such as killing petty criminals by splitting their bodies using bulls or boiling them in a big iron pot . shizuo katsumata expresses the following opinion regarding yoshitatsu 's succession to dosan 's family : dosan 's ruthless behavior caused dissatisfaction among his leading retainers , who , in turn , instigated a political change that supported yoshitatsu , and as a result , dosan was merely driven out of his position as the head of the clan . according to " shincho koki , " just before his death in the battle , dosan left a will that stated that he would give mino province to nobunaga . dosan considered yoshitatsu " incompetent , " but when he saw the way yoshitatsu gave commands at the battle of nagara-gawa river it is said that he changed his opinion and regretted [ what he thought of yoshitatsu ] . dosan 's head was courteously buried in dosan zuka ( dosan 's grave ) by his former retainers who sided with yoshitatsu . it is said that dosan 's nose was also sliced off when he was killed . dosan 's grave is located in jozai-ji temple , gifu city , gifu prefecture , and dosan zuka in the same city is also considered his grave . a portrait of dosan and a seal of ' saito yamashiro ' are preserved at jozai-ji temple . later , in the edo period , hatamoto ( direct retainers of a lord ) inoue and matsunami clans were said to be dosan 's descendants . now , dosan festival has been held annually during the first half of april since 1972 in gifu city to recall his great achievements for laying the foundation of the city . " kyouyu " written by ango sakaguchi ( first appeared in ' bungei shunju ' in 1953 , and later published in " the complete works of ango sakaguchi vol.14 " ( chikuma shobo ) in 1999 ) " sengoku shiki - dosan saito " written by gishu nakayama ( chuokoron-sha inc . , 1957 ) " kunitori monogatari " ( a tale of warriors who struggled to gain a province ) written by ryotaro shiba ( shincho bunko , first published in 1971 ) " sandatsu sha " ( usurper ) written by miyoji iwai ( gakken co . , ltd . , 1999 ) " dosan saito -to fight is to deceive- " written by miyoji iwai ( gakken m bunko , 2001 ) " two dosans " written by masataka miyamoto ( shinchosha publishing co . ltd . , 2002-2003 ) " valiant golden province -dosan- " created by hiroshi motomiya ( shuei sha bunko , 2004 ) nhk taiga drama " kunitori monogatari " ( created by nhk , 1973 . cast : mikijiro hira ) new year special jidaigeki ( samurai drama ) " kunitori monogatari , a special edition for the new year " ( created by tv tokyo corp. , 2005 . cast : kinya kitaoji ) until the father-and-son two-generation view came about , dosan 's image was well established as a " sengoku daimyo who rose in the world from an oil-seller to a daimyo " ; because of this , in various folklores , oral literatures and creative works , including the ones produced after the two-generation view came about , dosan was most often portrayed as " dosan saito " in accordance with the single-generation view . dosan has been described as a consummate villain since the edo period , but it was ango sakaguchi who denied the traditional image of dosan and described him as an pioneer of the era in his work " kyouyu " ( 1953 ) . however , it was " kunitori monogatari " ( 1971 ) by ryotaro shiba as well as the nhk taiga drama by the same title ( 1973 ) that established the image of dosan as a pioneer of the era . since then , many creative works have been produced , including the ones that are based on the father-and-son two-generation view , but the trend continues in portraying [ dosan ] as a man of strong character and as a pioneer and a reformer of the era . other tv dramas in which dosan appears " heaven and earth " ( nhk taiga drama , 1969 . cast : kanemon nakamura ( iii ) ) " nobunaga oda ( tbs drama ) " ( created by tbs inc . , 1989 . cast : hiroki matsukata ) " nobunaga , king of zipangu " ( nhk taiga drama , 1992 . cast : shinsuke ashida ) " nobunaga oda ( tv drama in 1994 ) " ( created by tv tokyo corp. , 1994 . cast : masahiko tsugawa ) " hideyoshi toyotomi -unifier of a country- " ( created by tv tokyo corp. , 1995 . cast : tetsu watanabe ) " hideyoshi " ( nhk taiga drama , 1996 . cast : ryunosuke kaneda ) ' dosan saito ' written by eijiro fukuda ( collected in " dictionary of japanese hisotry vol.6 " yoshikawa kobunkan inc . , 1985 . isbn 4642005064 ) ' saito clan ' written by tetsuo owada ( published in " family histories of the 370 famous sengoku daimyo " , shin-jinbutsuoraisha co . ltd . , 1996 isbn 4404023766 ) +tomiko hino ( female , 1440 - june 30 , 1496 ) is a historical figure who lived in the muromachi period . she was the lawful wife of yoshimasa ashikaga , the 8th shogun of the muromachi shogunate . her father was shigemasa hino , who was given the titles of kurodo-ushoben and , after his death , naidaijin from the imperial court , and her mother was kitanokoji-zenni , who was given the title of jusanmi from the imperial court . she was the mother of yoshihisa ashikaga , the 9th shogun . her life her birth and marriage she was born in the province of yamashiro ( present-day kyoto prefecture ) . she came from the hino family , which was related to the ruling ashikaga family of the muromachi shogunate , and yoshimasa 's birth mother , shigeko hino , was tomiko 's grandaunt . tomiko became the lawful wife of yoshimasa at the age of 16 on august 27 ( by the lunar calendar ) , 1455 , and gave birth to her first child on january 9 ( by the lunar calendar ) , 1459 , but the baby died on the same day . she blamed her baby 's death on the yoshimasa 's wet nurse , imamairi no tsubone , saying the nurse put a curse on the baby , and banished her to the okishima island on lake biwa ( the nurse killed herself with a sword on the way to the island ) , and in addition , purged yoshimasa 's four mistresses . the onin war her husband showed no interest in politics , so tomiko became deeply involved in , and exerted an influence on , the shogunate government . in 1466 , she gave birth to another son , who was named yoshihisa ashikaga . however , there was a rumor that yoshihisa might not be yoshimasa 's son but that of emperor gotsuchimikado . the year before , yoshimasa , who did not have a son , made his real younger brother gijin return as a secular from a buddhist priest . he changed this brother 's name to yoshimi ashikaga while placing katsumoto hosokawa as his guardian . he also nominated yoshimi as the shogun successor , which tomiko did not like . this situation seems to have produced gossip , but whether it is true or not is unclear . fortunately , yoshimasa did not hear it , but from around this time tomiko became rumored to be a bad wife . backed up by the clout of her guardian sozen yamana and her parents ' family of hinos , tomiko endorsed yoshihisa as the next shogun , which inevitably caused a conflict with yoshimi over the shogunate succession , and this , coupled with the problem between the shibas and hatakeyamas over the succession of the family headship , contributed to the onin war . in 1476 , after the hana-no-gosho residence ( in kamigyo ward , kyoto city ) was burned down in the war , she moved to the ogawa-gosho residence ( in horikawa , kamigyo ward ) . tomiko engaged in moneymaking activities , such as collecting tolls by setting up seven barriers in kyoto ( nanakuchi-no-seki ) , investing in the rice market , and taking bribes from loan sharks , and it was her financial power that enabled the muromachi shogunate to function . her legacy is said to have reached 70 thousand kan ( currently , about 7 billion yen ) . however , these activities were not praised by the general public , and it was rumored that she was a bad wife so absorbed in moneymaking . after the onin war in 1489 , yoshihisa died while making an expedition to subdue takayori rokkaku , which was followed by yoshimasa 's death . so yoshiki ashikaga ( later , yoshitane ashikaga ) , who was the son of yoshimi and tomiko 's younger sister , was nominated for the shogun by tomiko . but yoshimi rebelled against tomiko 's decision . he demolished tomiko 's residence and seized her territory . after yoshimi 's death , yoshiki also rebelled against tomiko , following his late father 's will . in 1493 , however , tomiko carried out a coup with the help of masamoto hosawa , dethroning yoshiki and instead installing yoshizumi ashikaga , who was yoshimasa 's nephew and the son of masatomo ashikaga , the horigoe-kubo ( coup d 'etat in meio ) as shogun . but her life ended in 1496 . she died at the age of 57 . opinions she is sometimes said to have been an evil millionairess and a bad wife , but her ability surely supported the shogunate 's finances , so we might have to consider that her bad reputation has been influnced by the tendency of later generations to have come to look down on women and merchant activities . meanwhile , particularly in recent years , some female historians and writers , influenced by feminism , have come to describe tomiko as a capable female politician different from the exaggerated image . either way , it can be said that she is a difficult figure to evaluate fairly . her grave and other information her grave : there exists a grave that is said to be tomiko 's at the kekai-in temple , in kamigyo ward of kyoto city . a wooden statue of tomiko is owned by the hokyoji temple , in kamigyo ward of kyoto city . yokai , ryotaro shiba ( kodansha ltd . / kodansha bunko , 1969 ) gin-no-yakata , michiko nagai ( bungeishunju ltd . / bunshun bunko , 1980 ) muromachi-shonen-kurabu , futaro yamada ( bungeishunju ltd . / bunshun bunko , 1995 ) hana-no-ran ( nhk 's long-running epic drama ) the actresses playing the role of tomiko : ayaka murashima = > takako matsu = > yoshiko mita the hino family +yoshiakira ashikaga-july 4 , 1330 ad to december 28 , 1367 ad-was the 2nd seii taishogun of the muromachi shogunate . he was the 3rd child and heir of takauji ashikaga . his mother , touko akahashi , was the daughter of hisatoki hojo , and the younger sister of the last regent to the kamakura shogunate , moritoki hojo . his wife was koshi shibukawa , the daughter of yoshisue shibukawa . his name in childhood was senjuou . yoshimitsu ashikaga and mitsuakira ashikaga were among his children . his official ranks were sho-nii dainagon ( senior 2nd class chief councillor of state ) , and ju-ichii sadaijin ( junior 1st class minister of the left ) . when his father , takauji , went to the capital as a general commander of the kamakura shogunate 's army to suppress the force that emperor godaigo was raising on mt . senjo in houki province , he and his mother , touko , were held in kamakura as hostages of the hojo clan . when takauji raised the standard of revolt against the kamakura shogunate in tanba province and captured kyoto 's rokuhara tandai , young yoshiakira ( senjuou ) fled kamakura , carried away by hosokawa and other ashikaga vassals , and with yoshisada nitta participated in the attack on kamakura . on that occasion senjuou acted as his father 's representative and issued a certificate of loyal service to the samurai of the kamakura attack participation with the assistance of the vassals , thereby marking the beginning of the ashikaga 's later recognition as a leader of the samurai . under the new kenmu government he was placed in kamakura with the support of his uncle , tadayoshi ashikaga , and fought the southern dynasty ( japan ) alongside his father when takauji became alienated from the kenmu regime , mostly ruling the kanto region in kamakura . after takauji established the ashikaga shogunate , the opposition intensified between the ashikaga family 's shituji ( shogun 's deputy ) , moronao ko , and takauji 's brother , tadayoshi ashikaga , and led to the kanno disturbance ; then tadayoshi fell to moronao 's coup and yoshiakira was recalled to kyoto and assumed control of the shogunate in tadayoshi 's place . in 1351 takauji and yoshiakira capitulated to the southern dynasty and carried out the shouhei unification , changing the name of the era to the southern dynasty 's " shouhei " , to antagonize the tadayoshi faction . in the following year the southern dynasty 's chikafusa kitabatake and masanori kusunoki invaded kyoto ; and although three former emperors , kougon , komyo , and suko , were captured because yoshiakira fled the capital and took refuge in oumi province , he restored the name of the era to kanno while recruiting an army to regain kyoto , and enthroned emperor gokougon without the three sacred treasures . he briefly lost kyoto again in 1353 to an attack by tadafuyu ashikaga and tokiuji yamana . in 1358 ( shohei 13 / enbun 3 ) takauji died , and yoshiakira became the seii taishogun . around that time the affairs of the yamana and ouchi clans of the chugoku region were in disorder , while the influence of the southern dynasty such as prince kanenaga was intact in kyushu . furthermore within the shogunate , yoshinaga nikki opposed kiyouji hosokawa and kunihiko hatakeyama and went to the southern dynasty ; kiyouji , a shogun 's deputy ( kanrei ) of the muromachi shogunate , left for the southern dynasty over remarks by douyo sasaki ; with the shogunate weakened by power struggles , the southern dynasty took the opportunity to briefly regain kyoto ; government was in flux . in 1363 the ouchi and yamana clans returned to the shogunate , government began to stabilize , and progress was made toward peace with the southern dynasty . in 1365 he moved to a new mansion at sanjo boumon madenokoji . yoshimasa shiba filled the position of kanrei that was left open by kiyouji 's fall ; then yoriyuki hosokawa took over when shiba fell briefly . he also consolidated legal proceedings . in 1367 ( shohei 22 / joji 6 ) he entrusted his heir , yoshimitsu , who was born to him by his concubine , ki no yoshiko , to yoriyuki hosokawa , then succumbed to illness and died . aged 38 . his brother , motouji , died before him on march 5th ( old calendar ) of the same year . his last request was " after i die , let me rest beside the grave of my beloved masatsura kusunoki at kanrin-ji temple " ( present day zennyuzan hokyoin temple ) . his grave ( hokyointo ) was put next to that of masatsura kusunoki ( gorinsekito ) , in accordance with his will . posthumously named hokyoin zuizandogon . his gravesite is at mannenzan toujiin temple in kita ward , kyoto city , kyoto prefecture . also , zennyuzan hokyoin temple in ukyo ward , kyoto city , kyoto prefecture . also , jifukuzan hokyoin temple in kawaharagaya , mishima city , shizuoka prefecture . wooden statue : in the collection of toujiin temple at the end of the edo period there was an incident in which the head was displayed on the dry bed of the kamo-gawa river , along with the wooden statues of takauji and yoshimitsu , by sonno-joi faction ( ashikaga shogun portrait pillory incident ) . in the classic taiheiki , he is drawn as a silly person , indulging in drink . moreover , the taiheiki ends the story in the chapter wherein yoshiakira dies and yoriyuki hosokawa advances to kanrei ( vol.37 ) . ( offices and ranks ) nb : dates are in the old calendar . april 7 , 1335 - awarded ju-goi-ge ( junior 5th class , minor ) . march 16 , 1344 - advanced to sho-goi-ge ( senior 5th class , minor ) . march 18 - appointed samanokami . december 3 , 1347 - advanced to ju-shii-ge ( junior 4th class , minor ) . august 22 , 1350 - appointed sangi , also acted as sakonoechujo . august 23 , 1356 - advanced to ju-sanmi ( junior 3rd class ) . remains sangi , sakonoechujo december 18 , 1358 - made seii taishogun february 4 , 1359 - concurrently served as musashi no kami january 28 , 1363 - switched to post of gon dainagon july 29 - advanced to ju-nii ( junior 2nd class ) . remains gon-dainagon january 5 , 1367 - advanced to sho-nii ( senior 2nd class ) . december 7 - died december 20 - made ju-ichii sadaijin ( junior 1st class minister of the left ) . father : takauji ashikaga mother : touko akahashi brothers motouji ashikaga tadafuyu ashikaga wife : koshi shibukawa child : senjuou concubine : ki no yoshiko child : yoshimitsu ashikaga child : mitsuakira ashikaga children of unknown mothers seiso hakutei souki teiyo girls ( houkyouji-dono ; keisho ? ) +yoshimochi ashikaga was the fourth shogun of muromachi shogunate . his father was yoshimitsu ashikaga and his mother was yoshiko fujiwara , a daughter of aki hougen . he had yoshinori ashikaga and yoshitsugu ashikaga as his brothers . his legal wife was eishi hino , a daughter of sukeyasu hino . he had a son named yoshikazu ashikaga . life it is said that the relationship between his father yoshimitsu and him was bad , and even though he was given the shogun post by his father at the age of 9 in 1934 ( ouei 1 ) , he had no real power while yoshimitsu as grand minister was still alive . the assembly of the shogunate was held at kitayama-dai villa , where yoshimitsu lived , and yoshimochi never participated in it . there is a record that he was reprimanded because of his aides , yamashina brothers , in 1406 , and when emperor gokomatsu visited " kitayama-dai villa " right before yoshimitsu 's death , his half brother yoshitsugu , having his father 's favor , had an audience with the emperor , but yoshimochi was made in charge of security in kyoto , which shows that he also suffered from his father 's favoritism . after yoshimitsu died in 1408 , yoshimochi lived in the flower palace ( muromachi-dai , kamigyo ward , kyoto city ) temporarily , and moved to the residence in sanjo-boumon ( nakagyo ward , kyoto city ) where the second shogun yoshiakira ashikaga had lived . and he totally broke down " kitayama-dai villa " which yoshimitsu had built as the political center , with the exception of rokuon-ji temple ( kinkaku ) . as for his politics , he was supported by such persons as yoshimasa shiba , who held the post of kanrei and was influential as an political advisor called shukuro , and others , and revised the shogunate administration to a conservative style . by doing so , he was allegedly trying to bring back " military regime " style of muromachi shogunate , which had been once lost . he alienated zeami , whom yoshimitsu took under his wing ( however , this is also said to be a matter of yoshimochi 's personal interest ) , declined the posthumous title as ex-emperor offered to his father yoshimitsu , from the imperial court , and ended the trade with ming dynasty china ( kango trade ) , of which tribute style had faced some opposition , in 1411 . in 1410 , emperor gokameyama , who was the last emperor of the southern dynasty ( japan ) , took refuge in yoshino . ( he returned to kyoto in 1416 . ) responding to this in 1414 , mitsumasa kitabatake expressed his dissatisfaction with accession of emperor shoko in 1412 , and raised a revolt to demand for abiding by the agreement of the alternate enthronement , but reconciled soon . in the same year , yoshishige shiba , the heir of yoshimasa shiba , fell into disgrace with yoshimochi , and secluded in mt . koya . in 1416 , ueno zenshu rebellion broke out in kanto region , and yoshimochi confined his brother yoshitsugu , who was involved in the rebellion , in shokoku-ji temple , and killed him two years later in 1418 . furthermore in the process , mitsunari togashi , yoshimochi 's aide , accused mitsumoto hosokawa and yoshishige shiba of supporting yoshitsugu , which , according to a view , was planned by yoshimochi to dampen the influence of powerful governors called shugo at once , taking this opportunity , and to establish yoshimochi-led shogunate administration , but on the contrary , counter-accusation by hosokawa , etc . , eventually resulted in togashi 's banishment . in 1423 , after settling a series of such incidents , he gave the shogun post to his son yoshikazu , and entered the priesthood in toji-in temple in june of the following year ( he continued to hold real power ) and started to visit temples and shrines , but yoshikazu died quite young in 1425 . on the occasion of succession of the akamatsu clan after yoshinori akamatsu died in 1427 , yoshimochi tried to leave the domain to his close aide mochisada akamatsu , which made mitsusuke akamatsu run away from kyoto and go down to harima , his governing province . yoshimochi died at the age of 43 without choosing a successor after yoshikazu 's death . in the reign of yoshimochi , there existed a number of unstable factors - the ohtomo clan , the ohkouchi clan and the kikuchi clan , as powerful lords , took over and ruled kyushyu where prince kanenaga had conquered , or the kamakura ministry in kanto region became a semi-independent state - but politically , a brief period of tranquility lasted and it was relatively stable times during muromachi era . after yoshimochi died , his brother yoshinori succeeded to the shogun post . although it is said that yoshimochi was on bad terms with his father yoshimitsu , he conducted politics taking yoshimitsu 's intentions into account in his actual basic policy . however , yoshimochi himself came into power by the push from powerful shugo 's such as yoshimasa shiba , and mitsunari togashi and mochisada akamatsu , who were members of his aide , formed to match powerful shugo 's , were adversely ousted by powerful shugo 's , and yoshimochi , after all , did not succeed in establishing absolute authority of shogun as yoshimitsu did . buddhist name : shojo inden kenzan dosen daizenmon portrait : possessed by jingo-ji temple in ukyo ward in kyoto city history of government positions * date = lunar calendar december 17,1934 , assumed sho goi-ge and appointed as sa-konoe chujo . also appointed as seii taishogun by the emperor . june 3 , 1395 , promoted to ju shii-ge . stayed as sa-konoe chujo . january 28 , 1396 , concurrently served also as mimasaka no kuni gonnokami . april 20 , promoted to sho shii-ge . september 12 , appointed councilor . stayed as both sa-konoe chujo and mimasaka no kuni gonnokami . january 5 , 1397 , promoted to ju sanmi . stayed as councilor / sa-konoe chujo . march 29 , reassigned to gon chunagon . january 5 , 1398 , promoted to sho sanmi . stayed as gon chunagon . january 5 , 1400 , promoted to ju nii . stayed as gon chunagon . march 24 , 1401 , reassigned to gon dainagon . january 6 , 1402 , promoted to sho nii . stayed as gon dainagon . november 19 , promoted to ju ichii . stayed as gon dainagon . august 17 , 1406 , concurrently served as u-konoe taisho . january 5 , 1407 , concurrently served as umeryo gogen . march 23 , 1409 , reassigned to nai daijin . also stayed also as u-konoe taisho . may , 1412 , resigned as u-konoe taisho . october 22 , 1413 , concurrently served as manager of both junna-in and shogaku-in . august 29 , 1419 , resigned as nai daijin . march 18 , 1422 , resigned as seii taishogun . april 25 , entered the priesthood . january 18 , 1428 , died . january 23 , given dajo daijin as posthumous title . mochimoto nijo mochimichi nijo mochisada akamatsu mochimori ouchi mochiyo ouchi mochikiyo kyogoku mochimitsu kyogoku mochiuji ashikaga mochitane shiba mochimune date mochimasu toki mochikuni hatakeyama mochiari hosokawa mochikata hosokawa mochimoto hosokawa mochiyuki hosokawa souzen ( mochitoyo ) yamana mochihiro yamana " great prophecy in muromachi " by futaro yamada ( published by bungeishunju / included in bunshun bunko " muromachi boys club , " 1995 ) " akkanbe ikkyu " by hisashi sakaguchi ( published by kodansha / kodansha manga bunko , 1993-1996 ) +yoshizumi ashikaga is the 11th seii taishogun of the muromachi shogunate ( held the position from 1493 to 1508 ) . his father is masatomo ashikaga , the horikoshi kubo , a younger brother of the 8th shogun , yoshimasa ashikaga . his mother is the daughter of takamitsu musyanokoji , the gondainagon . his name as a priest was seiko , and after he returned to secular life , was named yoshito , then yoshitaka , and finally yoshizumi . he became an adopted son of yoshimasa . his official wife is anyou-in temple , the daughter of nagatoshi hino . yoshiharu ashikaga and yoshitsuna ashikaga are his children . when yoshitane ashikaga , the 10th shogun , was banished by masamoto hosokawa , yoshizumi was favored to become the 11th shogun . however , when yoshioki ouchi , a supporter of the previous shogun yoshitane , raised an army in 1508 to advance to kyoto , yoshizumi fled to oumi province and was removed from the position as the shogun ; he died without returning to the position [ of shogun ] . he was born on december 15 , 1480 as a child of masatomo ashikaga , the horikoshi kubo . initially became a priest in tenryu-ji temple , but later became an adopted son of his uncle , yoshimasa ashikaga . he was favored to become the next shogun by masamoto hosokawa , the kanrei , and tomiko hino who banished yoshitane ashikaga ( yoshitane ) in meio coup of 1493 ; he was installed as the 11th shogun . however , the actual power was held by people such as masamoto hosokawa and tomiko hino . after masamoto was assassinated in 1507 an internal dispute regarding the hosokawa ( keicho ) family 's heir ( eisho trouble ) erupted ; in april of the following year , 1508 , upon hearing that the ouchi army supporting the former shogun yoshitada ( formerly named yoshiki ) was advancing to kyoto yoshizumi escaped to kuchikidani seeking support from takayori rokkaku of oumi , and he escaped further to okayama in gamou-gun . in july , yoshizumi was removed from the position as the shogun , and yoshitane ( formerly named yoshitada ) returned to the position as the shogun . he later tried to regain power by having sumimoto hosokawa and the faterh-and-son team yukinaga and nagahide miyoshi to invade kyoto , but they were defeated each time by takakuni hosokawa and yoshioki ouchi . he also plotted an assasination of yoshitane , but he failed . by the order of yoshitane oumi province was invaded by takakuni , yoshioki and others in 1510 , but yoshizumi won with the army formed by warriors of oumi province . he made further attempts to reinstate himself as the shogun by sending private letters to chikaharu otomo of bungo province and yoshimura akamatsu of harima province . however , on august 14 , 1511 , he died of an illness in okayama , oumi province just before the final battle with yoshitane , takakuni and yoshioki ( funaokayama battle ) . he died at the age of 32 . there is a portrait ( wooden statue ) of yoshizumi in toji-in temple of kita-ku , kyoto city . * dates = lunar calendar he was given the court rank of jyu goi-ge on april 28 , 1493 . he used the name yoshitou at the time ( he changed his name to yoshitaka in june ) . on november 24 , 1494 , he was given the court rank of sho goi-ge and was appointed to the post of samanokami . on december 27 , was appointed as seii taishogun by the emperor . on july 12 , 1502 , his court rank advanced to jyu shii-ge , and he was appointed to the post of sangi . he also held the position of sakonoechujyo . on july 21 , he changed his name to yoshizumi . on january 14 , 1503 , his court rank advanced to jyu sanmi . his appointment to sangi and sakonoechujyo remained unchanged [ eventhough his court rank was advanced ] . on april 16 , 1508 , he resigned from his positions of seii taishogun , sangi and sakonoechujyo . he died on august 14 , 1511 . on august 12 , 1521 , he was [ posthumously ] awarded the rank of jyu ichii , sadaijin . on september 12 , 1533 , he was further awarded the rank of daijyodaijin . takamoto ashikaga takakuni hosokawa sumimoto hosokawa sumiyuki hosokawa sumikata hosokawa +a soldier toshizo hijikata ( 6th year of tenpo , may 5th ( lunar calendar ) ( may 31 , 1835 ) - 2nd year of meiji , may 11th ( lunar calendar ) ( june 20 , 1869 ) ) was the vice commander of shinsen-gumi , vice-minister of the army for ezo republic , and also chief of the court for torishimari of hakodate city . his imina ( posthumous name ) is yoshitoyo . his pseudonym is hogyoku . he was a vassal of the tokugawa shogunate at the end of edo period . was feared by all as the vice commander of shinsen-gumi . family crest is hidari mitsudomoe he was born in ishida village , tama district , musashi province ( is now ishida , hino city , tokyo ) . ( he has been said to be the youngest among 6 brothers and sisters , but materials discovered in recent years revealed that he was actually the youngest among 10 brothers and sisters . ) the hijikata family was a wealthy farmer called " odaijin " who had farmed on large stretches of land in the tama region for generations . he lost his father before he was born and his mother at the age of 6 , and he was brought up by his second oldest brother , kiroku and kiroku 's wife . until now , it has been said that he went to work at " matsuzakaya ito gofuku store " ( present-day matsuzakaya ueno store ) in ueno , edo at the age of 11 , but soon quarreled with the head clerk and returned to hino ; according to a newly published copy of ninbetsu-cho of ishida village it became clear that he was living in ishida village when he was 11 years old , and therefore had not yet gone to work at the store . although there are some missing parts based on this ninbetsu-cho it is assumed that toshizo went to work for a period of 10 years from the age of 14 to 24 ( counted in the old japanese way ) . there is a legend that he was sent to work at a cotton wholesale store ( called kamedana , in comparison with the ueno store which was called tsurudana ) in edo tenma-cho , a branch of matsuzakaya ueno store , but because he had problems with a woman there ( there is also a rumor that he was forced into a sexual relationship by the head clerk ) he returned to hino ; however , due to the existence of the ninbetsu-cho described above , the reliability of such stories are now in doubt . subsequently , it is said that he traveled and sold " ishida sanyaku medicine " whose secret recipe has been passed on in his family ; at the same time he also trained himself by fighting in many swordsmanship matches with other schools in dojos located around the country . it is around this time that he is assumed to have met isami kondo ( who later became the commander of shinsen-gumi ) , the 4th head of tennen rishin-ryu , who was on a training trip to sato dojo in hino ; on march 29 1859 , toshizo formally became a disciple of tennen rishin-ryu . toshizo 's older sister , nobu sato , was married to hikogoro sato , who was also their cousin and nanushi ( headman of the city ) of hino-jyuku , hino city ; it is said that toshizo often visited the residence of hikogoro . hikogoro once was nearly killed during a major fire ; after this incident , and on the advice of matsugoro inoue , an older brother of genzaburo inoue , hikogoro became a disciple of tennen rishin-ryu and started a dojo in a corner of his house . because of this background hikogoro took a pledge of brotherhood with kondo and supported tennen rishin-ryu . it is said that toshizo also trained himself in swordsmanship at this dojo . in february of the 3rd year of bunkyu , toshizo , together with his comrades of kondo dojo ( shiei-kan ) , applied for the roshigumi to guard iemochi tokugawa , seii taishogun of the shogunate , and departed for kyoto . after the political change on august 18 1863 , the active role of miburoshi-gumi was acknowledged , and shinsen-gumi was set up . subsequently , nishiki nimi committed hara-kiri , and toshizo directly assassinated kamo serizawa and some others . isami kondo , who acquired power , became the commander . toshizo assumed the position as vice commander , and as isami kondo 's right hand man he engaged himself in maintaining peace and order in kyoto . systematic structure by each duty such as jyokin , kansatsu , etc . , of shinsen-gumi was formed , and while the head of the organization was the commander , the actual directing orders were given by toshizo , the vice commander . upon ikedaya incident on june 5 1864 , toshizo lead half of the troop to search around tantora ( shikokuya ) , visited frequently by members of the choshyu clan and the tosa clan , but nobody was there . he promptly rushed to ikedaya to assist and immediately had his men draw their swords from the sheaths , but instead of entering the building they guarded the area around ikedaya in order to prevent the soldiers of the aizu and the kuwana clans ( who would arrive later ) from entering ikedaya , thereby ensuring that only shinsen-gumi would receive full credit for the achievement . such actions were taken with shinsen-gumi 's position , still weak at the time , in consideration . this was a tactful and calculating wit typical of toshizo . consequently , rewards received for ikedaya incident were unprecedented , and their names became widely known throughout the country . the shogunate unofficially notified to assign kondo as yoriki joseki ( head of additional soldiers ) and shinsen-gumi members as yoriki ( additional soldiers ) , but toshizo persuaded kondo not to settle for a yoriki , aim for a daimyo instead and wait for the next opportunity ; kondo heeded his advice . within shinsen-gumi , he always made members follow the rules of shinsen-gumi and ordered a hara-kiri to the members who broke the rules ; it is said that the members feared him . therefore , it is said that the top reason for death of a shinsen-gumi was due to hara-kiri . also , members who escaped from shinsen-gumi were made to conduct hara-kiri or were killed with a sword and [ their bodies ] exhibited as warning to others . subsequently , the other vice commander , keisuke yamanami assumed the position of soucho , and hijikata became the only vice commander . regarding the incident where yamanami was ordered to conduct a hara-kiri after he lost his position within shinsen-gumi and escaped [ and captured ] , it is said that there was a dispute between yamanami and hijikata , but actually they seemed to have been good friends . after that , he also had kisaburo kawai , sanjyuro tani , kanryusai takeda and others conduct hara-kiri , or had them killed by a sword so as to maintain the order within shinsen-gumi . he sent hajime saito to goryoeji formed by kashitaro ito and took measures to successfully prevent ito 's plan to assassinate kondo ; he assassinated ito and heisuke todo and completely destroyed goryoeji ( however , there are different stories regarding goryoeji and ito ) . he was promoted to a vassal of the tokugawa shogunate in june , 1867 . however , on october 14th of the same year , yoshinobu tokugawa resigned from the position of seii taishogun , and upon restoration of the imperial rule ( japan ) on december 9th , the shogunate essentially collapsed . on january , 13th , 4th year of keio , boshin war started with the battle of toba fushimi ; in place of isami kondo , who was wounded in sumizome incident , toshizo lead shinsen-gumi and fought as a deputy of commander but was defeated against the army of the new government in gun fighting . from around the 1st year of keio , prior to being defeated in battle of toba fushimi , toshizo realized that from now on war could not be fought with swords and he started to prepare western-style armaments . after the shogunate army lost battle of toba fushimi and retreated from osaka to edo , kondo temporarily named himself yamato okubo and toshizo named himself hayato naito , and they set off to kai province . however , on march 6th they were defeated in battle of kosyu katsunuma . toshizo rushed to request for reinforcements but was not successful . subsequently , they were trying to recover power in nagareyama but on april 3rd , they were suddenly surrounded by the army of the new government ; the commander , kondo , surrendered himself to the army of the new government . on this occasion , it is said that toshizo stopped kondo from committing hara-kiri , and persuaded kondo to present himself to the army of the new government . toshizo went to edo and directly negotiated with kaishu katsu and others and pleaded them to spare kondo 's life , but he was not successful ; kondo was executed ( beheaded ) on april 25 1868 , at a place close to itabashi ( currently , his tomb is located in front of jr itabashi station ) . after kondo surrendered himself to the army of the new government , toshizo , besides pleading for kondo 's life , entrusted shinsen-gumi in the care of hajime saito ( jiro yamaguchi ) and made them go to aizu ; toshizo took only a few members including kai shimada and joined the army led by keisuke otori and others , which was formed by men who escaped from the army of the former shogunate . on april 11th , when evacuation of edo castle without bloodshed succeded , toshizo escaped from edo and acted as a staff officer of the vanguard army led by noborinosuke akizuki . they passed through the shimodate clan and the shimotsuma clan , and won the battle of utsunomiya castle and conquered utsunomiya castle . however , they lost battle of mibu and fled ; they fought again with the army of the new government in utsunomiya during which toshizo injured his leg ; he was escorted to aizu before the main army arrived in aizu . in aizu , he spent 3 months in recuperation , and it is said that during this time he built isami kondo 's tomb in tennei-ji temple . after he fully recovered and returned to the battle line he endeavored to protect aizu , but battle of aizu intensified after they lost the battle of bonari-toge in august . toshizo visited the shonai clan to request for reinforcements , but shonai had already pledged allegiance to the new government and did not allow him to even enter the castle . toshizo decided to depart for sendai from aizu . it is said that jiro yamaguchi ( hajime saito ) and others appealed to keisuke otori , who left the battle line in a way similar to toshizo , that he should be as loyal as possible to the aizu clan ; however , this story comes from an old document which was recorded at a later date in hakodate . hijikata had not returned to shinsen-gumi when they were in the domains of the aizu clan . shinsen-gumi broke up into the group of yamaguchi and others who remained in the castle town and the group of members who left at tennei-ji temple . toshizo arrived in sendai and joined the navy of the former shogunate led by takeaki enomoto . together with enomoto toshizo participated in military meetings of ouetsu reppan domei ( northern alliance ) and was recommended to become general of domei army ; however , ouetsu reppan domei soon collapsed , and after the clans forming the domei army surrended one after another to the army of the new government , toshizo decided to fight until the end , so long as there is a place where he can fight . the shinsen-gumi members who remained alive boarded oemaru along with the men from the kuwana clan , and they left orinohama , sendai ( currently , orinohama , ishinomaki city , miyagi prefecture ) with takeaki enomoto and others on october 12th and went to ezo . the image of toshizo hijikata after landing on washinoki of ezo on october 20th , toshizo became general of kando army and headed for goryokaku . shinsen-gumi traveled by the main road under the leadership of general keisuke otori , but a few members of shinsen-gumi including kai shimada , are said to have followed toshizo . after occupying goryokaku in hakodate toshizo advanced his army including gakuheitai army and others . ; he conquered matsumae castle ( fukuyama castle ) and chased the retreating army of the enemy to esashi . on this occasion , takeaki enomoto went to the offing of esashi in order to support hijikata 's family from the sea , but his ship was stranded because of a storm . enomoto , who landed in esashi , and toshizo watched kaiyomaru sink , and they are said to have punched a pine tree which stood nearby and lamented together ; the " nageki no matsu " ( pine tree of lament ) still remains today . toshizo , who managed to occupy esashi , temporarily returned to matsumae castle ; he returned to goryokaku on december 15th for the celebration of conquest of ezo held by enomoto , to which enomoto invited the consuls of various countries . subsequently , an election to determine leaders was held , and ezo republic ( headquarters in goryokaku ) was established ; toshizo , as one of the leaders , became vice-minister of the army and concurrently served as torishimari of hakodate city and chief of the court of the army and the navy . it is said that toshizo remained calm in hakodate . when enomoto and others were drinking to celebrate the establishment of the hakodate government toshizo alone remained silent and said " this is not the time for jubilation . " he was engaged in consolidating hakodate / goryokaku from january to february , and when the news of an attack by the army of the new government reached his ears in march toshizo participated in naval battle of miyakowan which targeted to seize azuma-kan of the army of the new government ; however , this operation failed , and many died or were wounded , but toshizo managed to return safely . on april 9 , 1869 , the army of the new government started to land in otobe , ezo . toshizo made every effort to defend against the attacks of the army of the new government in battle of futamataguchi . during the battle , the army of the new government rang bells to trick the enemy into thinking that they were surrounded ; hijikata 's army thought that they were surrounded and was upset . toshizo calmly judged the circumstances and calmed his men down by telling them that " if our enemy really wished to surround us they would hide all noises so that we will not notice them . " also , in between the fighting , toshizo himself went around and offered his men a drink of sake . he told them " only one drink for each of you , as i do not want you to get drunk and break the rules of the army " ; his men laughed and agreed . futamataguchi , which hijikata army defended desparately , continued to win a series of battles . however , the other entrance at matsumaeguchi fell under the attacks of the enemy , and as there was a risk of losing a route for a retreat they had no choice but to return to goryokaku . the soldiers lead by ohno , who were advancing in the direction of daiba under the order of toshizo , were temporarily regaining their power , but they suddenly lost control and suffered a total defeat despite ohno 's desperate instructions . ohno had no choice but to return , and he was informed by saisuke yasutomi , who was also an assistant general of the army , that toshizo had died in the battle . toshizo 's body was claimed by chonosuke koshiba and others , and is said to have been buried either in goryokaku with the bodies of others who died in the war or in another place . the other place [ of burial ] has not been specified . he died at the age of 35 . his farewell poem was " even if my body decays around the islands of ezo , my soul will protect my lord who lives in the east " . the poem is also known as " should my body decay in the islands of ezo , my soul will protect my lord who lives in the east . " the locations of his tombs are : sekidenji temple of ishida , hino city , tokyo , shomyo-ji temple of funami-cho , hakodate-city , hokkaido ( memorial ) . tennei-ji temple of higashiyamamachi , aizu-wakamatsu city , fukushima prefecture ( wooden memorial ) . jyutokuji temple of takinogawa , kita-ku , tokyo entsuji temple of minami senju , arakawa-ku , tokyo , and others . just before his death , toshizo handed locks of his hair to be kept as a memonto and his photograph to tetsunosuke chimura , who served him as kosyo , and ordered tetsunosuke to " deliver them to my family in hino . " ichimura refused this request , saying " i came here to die in battle , please give your order to someone else " . on hearing this , toshizo said with a glare " if you refuse , i will kill you here now " . ichimura was overwhelmed by such strong spirit of toshizo and agreed to carry out his order . when he departed for hino , ichimura realized that someone was standing by a window . ichimura left the words that " i could not tell who it was , but probably it was mr. hijikata " . subsequently , ichimura managed to safely deliver toshizo 's articles to hikogoro sato at hino-jyuku . his favorite swords were the sword , izumi no kami kenesada and the small sword , horikawa kunihiro . it is said that when he was a child , he often remained naked after taking a bath , and practiced sumo with a pillar in his house . the pillar still exists today . = > a story that has been handed down in the hijikata family . taken from " taizo hijikata told by his descendants " written by meguji hijikata . the pillar is kept at hijikata toshizo museum . when his nephew ( hikogoro sato 's 3rd son , tamekichi ) fell down in the garden and cut his forehead , it is said that taizo immediately rushed towards tamekichi , laughed and caressed the boy saying , " the boy is wounded when he was confronting the world , so joyful , so joyful . " = > a story that has been handed down in the sato family . taken from " kikigaki shinsengumi " written by akira sato . only records of chugokui mokuroku awarded to toshizo remain in tennen-rishin-ryu dojo today . it seems that he could not get rid of the ways of various schools which he learnt while he was traveling as a peddler . nevertheless , it is said that he was awfully strong in actual fighting ( it is said that he fought with no restraints , for example , by throwing the sand on the ground at his opponent and slashing or strangling him while heflinched from toshizo 's initial attack ) . as can be seen from his photo of a later year dressed in western clothing , it is said that toshizo was a rationalist and had the flexibility to accept useful things ; for example , he owned a western pocket watch , etc . he once said to colleagues of shinsen-gumi who were close to him , " probably i am reborn from nobunaga oda " . it is said that he created strict rules for shinsen-gumi , such as jinchu hatto and kyokuchu hatto , and mercilessly killed betrayers or those who did not follow the rules ; he was referred to as the pitiless vice commander , and in general , he was considered to be a heartless person . however , according to nobori nakajima who followed toshizo up to hakodate war , at the time of hakodate war " he was mild and was admired by his men as if he was their mother . " it is said that around this time , he started to often take young members of shinsen-gumi out to meals and drink , and he listened to and advise them on their problems . however , there is a view that this was not because he has become older , but this was a calculated action based on his realization that he has found a place to die , as well as for motivating his men who could die tomorrow in a battle . because he was a tall ( for that time ) , handsome man with a fair complexion and firm features he was very popular among ladies ; when he was acting as the vice commander of shinsen-gumi in kyoto he sent to his colleagues in hino a bundle of love letters he had received from many women so as to boast his popularity . soon after he went to kyoto , a large package from him arrived in attention to shikanosuke kojima ( one story says that the package was addressed to the disciples of kondo dojo ) . shikanosuke opened the package thinking that toshizo might have sent presents from kyoto , but the package was filled with love letters from geishas and apprentice geishas who were in love with toshizo . the following tanka poem is said to have accompanied the letter [ from toshizo ] : ladies make me forget to do my best for my country . = > a story told by shikanosuke kojima . taken from " shinsen-gumi yowa " written by masataka kojima . toshizo , who had his leg wounded in battle of utsunomiya , was in sickbed at an inn in the castle town of aizu wakamatsu from around april to july of 1868 ( there are different views regarding the period ) . one day , mitsuzo mochizuki , a vassal of the shogunate and a public servant who was staying at the same inn as toshizo , visited him , but toshizo remained in his bed and said to him , " fight with us . " mochizuki who got annoyed by this arrogant attitude refused by saying , " i am a public servant so i cannot fight . " then toshizo spoke unreservedly " then what did you come so far away for , you coward ! " mochizuki retorted that " you were fortunate enough to seize utsunomiya castle , but wasn 't the castle soon retaken ? it is probably difficult to seize the castle again now . how regrettable . i have no choice but to call you a coward , also " . toshizo , upon hearing mochizuki , shouted " shut up , you are making my illness worse . i do not want to hear any more from you , leave " so mochizuki left his room . on this occasion , toshizo was so angry that he threw his pillow at mochizuki . = > taken from " yumeno uwagoto " written by mitsuzo mochizuki and " kokuhaku no kokuhatsu " written by shison mochizuki . when toshizo was in edo , he normally stayed in kamaya , an inn patronized by the shogunate . it was one of the busy chaya restaurants among shinagawa-syuku , and the following record remains today : " on october 21st , the third year of keio , family and disciples of the shinsen-gumi member , toshizo hijikata , totaling 31 people rested , hanuemon kamaya , fee was 9 kan and 300 mon . " a memorial of shinsen-gumi now stands at the site of kamaya ( currently , aomono-yokocho station , shinagawa-ku ) . hobbies surprisingly , he was a person of taste , and he enjoyed making tanka poems and haiku , etc . he has written many poems and left poetry books such as " hogyoku hokku-shu , " etc . i can see the spring moon on my way to a public duty . the crescent moon is shining at the bottom of a puddle formed by the spring rain . my heart is pure , as i face my reflection on the water . i listen to the sounds made by a plover , together with the sounds of water . i see the spring moon over the temple gate . if an apricot flower blooms , even if only one , it is still an apricot flower . the seven plants of spring , i manage to memorize up to five . i cannot help resting my hand as i dust the shelves , when i hear a warbler sing . it is cold sleeping in a shabby house , the spring moon shines above . the road of love , if you know it you are lost , if you know it not , you will not get lost . north of the waters , and south of the mountains , is the spring moon . the days and months of the year which pass by , i cannot do anything about it . the clouds of may fly towards my hometown . the road of love , if you know it you are lost , if you know it not , you will not get lost . it is indeed the month of march , some snow vanish as they fall . on the morning snow , there are no horizontal footsteps . because of the excellent performance given in " shinsengumi keppuroku " and " moeyo ken " , asahi kurizuka is known as a legendary figure and a great actor playing the part of toshizo hijikata . it is well known that when ryotaro shiba saw asahi kurizuka wearing the uniform of shinsen-gumi , shiba highly praised kurizuka . acted by seizaburo kawazu " shinsen-gumi part 1 the book of kyou rakufu-kan , part 2 ikedaya incident , part 3 maken-ranbu " ( director : ryo hagiwara ) , year 1952 by toei . acted by kensaku hara " shinsen-gumi oni taicho " ( director : toshikazu kono ) year 1954 . acted by isao yamagata " shinsen-gumi " ( director : yasushi sasaki ) year 1958 . acted by yataro kurokawa " souretsu shinsen-gumi " ( director : yasushi sasaki ) year 1960 by toei . acted by ichiro ryuzaki " fu-un shinsen-gumi " ( director : masaki mori ) year 1961 by shintoho . acted by takeshi kato " shinsengumi keppuroku isami kondo " ( director : shigehiro ozawa ) acted by shigeru amachi " shinsen-gumi shimatsuki " ( director : kenji misumi ) , year 1963 by daiei . acted by ko nishimura " cruel story of the shogunate 's downfall " ( director : tai kato ) , year 1964 by toei . acted by asahi kurizuka " toshizo hijikata moyeyo ken " ( director : hirokazu ichimura ) , year 1966 by shochiku . acted by keiju kobayashi " shinsengumi " ( director : tadashi sawashima ) , year 1969 by toho . acted by koji takahashi " okita soji ( movie ) " ( director : masanobu deme ) , year 1974 , by toho . acted by norio nishikawa " hissatsu ! buraun-kan no kaibutsu-tachi " ( director : jyo hirose ) ( year 1985 , hissatsu series ) , by shochiku . acted by tetta sugimoto " bakumatsu junjyo-den " ( director : mitsuyuki yakushiji ) year 1991 , by shochiku . acted by beat takeshi " taboo ( movie ) " ( director : nagisa oshima , year 1999 , by shochiku . acted by kiichi nakai " shinsengumi " ( director : kon ichikawa ) , year 2000 , by media box . acted by eugene nomura " when the last sword is drawn " ( director : yojiro otaki ) , year 2003 , by shochiku . acted by asahi kurizuka " shinsengumi keppuroku " year 1965 , by tv asahi . acted by yoshio kaneuchi " ryoma ga yuku ( nhk taiga drama ) " year 1968 . acted by asahi kurizuka " moeyo ken " year 1970 , by tv asahi . acted by asahi kurizuka " shinsengumi " year 1973 . acted by tatsuya fuji " katsu kaishu ( nhk taiga drama ) year 1974 . acted by ikko furuya " shinsen-gumi shimatsuki " . acted by shozaburo date " ryoma ga yuku year 1982 version " by tv tokyo . acted by isao natsuyagi " mibu no koi uta " year 1983 , by nhk . acted by masaomi kondo " byakko-tai ( nippon television network tv drama ) " year 1986 . acted by muga takewaki " shinsengumi " year 1987 . acted by tetsuya watari " goryokaku ( tv drama ) " year-end jidaigeki special , by nippon television network . acted by koji yakusho " moeyo ken " year 1990 , by tv tokyo . acted by takeo chii " shinsen-gumi ikedaya no ketto " year 1992 , tokyo broadcasting system . acted by jyun hashizume " tokugawa yoshinobu ( nhk taiga drama ) " year 1998 . acted by hiroaki murakami " shinsengumi keppuroku " year 1998 , by tv asahi . acted by tsuyoshi ihara " when the last sword is drawn " year 2002 , by tv tokyo . acted by koji yamamoto " shinsengumi ! " year 2004 , nhk taiga drama . acted by koji yamamoto " shinsengumi ! ! hijikata toshizo saigono ichi-nichi " year 2006 , by nhk ( sequel to " shinsengumi ! " ) . acted by hideaki ito " wachigaiya itosato " year 2007 , by tbs . acted by rei asami " hoshikage no hito " . acted by saki asaji " makotono gunzo / miwaku ii-neo egoist ! " year 1997 . acted by kazuhiro komatsu " chio chimorin s " ( year 2003 , by theater unit pan-dan sasa ) . hokkaido telecom cente , telecom hall acted by tatsuya kamikawa " moeyo ken " year 2004 . acted by yo oizumi " looser - ushinai tsuzukete shimau album- " ( year 2004 , 10th performance of team-nacs ) . sapporo performance - sapporo factory hall - tokyo performance - ikebukuro sunshine theatre encore performance - nippon-seinenkan . acted by sho aikawa " kansai super show aboru-daaju " year 2004 . acted by yukihiro eda and megumi koyama " sakura gasane " ( year 2007 , 24th performance of theater sk group ) . tokyo performance - theater green big tree theater sapporo performance - theater zoo . acted by mao ayabuki / kei otozuki " hoshikage no hito " . acted by kaoru oura " sakura no gotoku , like a cherry tree " ( february 2005 , fa kikaku [ theatre division ] sakura sakura company ) kyoto drama festival . acted by kaoru oura " sakura no gotoku , like a cherry tree " ( august 2006 , fa kikaku [ theatre division ] sakura sakura company ) participated in the 2006 new york international fringe festival , and received judges ' special award . acted by kaoru oura " hokuten genou - hijikata sekisomu- " ( year 2008 , fa kikaku [ theatre division ] sakura sakura company history monologue series no. 3 ) . acted by jyoji nakata " peacemaker kurogane " . acted by nobuyuki hiyama " bakumatsu kikansetsu irohanihoheto " . acted by taiten kusunoki " mutsu enmei ryugaiden shura no toki " . acted by rikiya koyama " rurouni kenshin : meiji kenyaku romantan " . acted by ryotaro okiayu " bakumatsu renka shinsengumi " . acted by takehito koyasu " shinsengumi gunrouden " . acted by tatsuya kamikawa " kaze hikaru ( taeko watanabe ) " . acted by daisuke hirakawa " hinata no ookami : shinsengumi kidan " . regarding works in which toshizo hijikata appears , refer also to works based on shinsen-gumi and category shinsen-gumi . by ryotaro shiba " moeyo ken " . by miyoko ouchi " hijikata toshizo " . by niki hirose " hijikata toshizo sange " year 1982 , isbn 4872701364 by minori hagio " sange ・ hijikata toshizo " year 1989 , isbn 4829110686 was later revised , and also published as " hijikata toshizo sange " . isbn 4404016174 by aiko kitahara " toshizo karano dengon " isbn 4062748304 . by aiko kitahara " kurayami kara hijikata toshizo ibun " isbn 440853241x . by riichi nakaba " baragaki - hijikata toshizo seishun-fu " year 2000 , isbn 4062738678 ( the isbn is for pocket book version ) . by kano akiyama " toshizo yukite mata " year 2002 , isbn 4835537459 . by kenzo kitakata " kokuryu no hitsugi " year 2002 , book 1 isbn 4620106607 , book 2 isbn 4620106615 . by shotaro ikenami " iro " ( included in his book of short stories , " honoo no bushi " ) . by hitoshi yoshioka " toshizo hijikata on mars " ( asahi sonorama ) - a sf novel which tells the adventures of toshizo hijikata , after he died in hakodate and is reborn on mars in " mars series " of edgar rice burroughs . year 2004 isbn 4257770341 by misaki saito " hinatano ookami " . by mikiya mochizuki " ore no shinsengumi " by kenji morita " getsumei seiki - sayonara shinsengumi " . by ko akizuki " seishun shinsengumi baragaki ! " . by takeshi kanda " kitano shishi shinsetsu hijikata taizo den " - is focused on hakodate war . by aya kanno " hokusou shinsengumi " - of the short comics included in this book , " junbaku " has toshizo hijikata as the main character , and describes his relationship with keisuke otori , who served as the general of the army . +revolutionist ryoma sakamoto ( jan.3 , 1836-dec.10 , 1867 ) is a japanese statesman and businessperson in the end of edo era . after having fled from tosa clan he acted as a royalist , exerting himself into establishing kameyama-shachu , later kaientai ( a society of master less samurai ) , a mixture of a trading company and a political organization , mediating collaboration between satsuma and choshu , and realizing taisei-hokan ( the restoration of the imperial rule ) . conferred the official title : senior fourth rank he has gained a national reputation as a popular person since ryotaro shiba had made him the leading character in his novel " ryoma ga yuku . " there are also multilateral arguments on his vestiges . his posthumous name is naokage , which was later changed to naonari . ryoma is a popular name . he had some aliases , such as umetaro saitani . there is no doubt that his first name was pronounced as " ryoma " considering that the kanji of his first name is pronounced " ryoma " according to " kan-on " ( the han reading of a kanji ) although pronounced " ryuma " according to " kan-yo on " ( the special japanese reading ) ( see " kojien " the fifth edition ) , that his contemporaries wrote down in their diaries and letters the kanji of the phonetic equivalent of " ryoma " to refer to ryoma , and that ryoma himself sometimes added his signature reading " riyofu " to his letters . regarding the kanji character for " ryo , " the old-style character is also commonly used for ryoma partly because ryotaro shiba used the old style in his novel " ryoma ga yuku " and the old-style character was selected as a " kanji designated for everyday use " although ryoma himself never used the old-style character . he became famed after his death rather than in life . although he appears frequently in various novels and dramas such as ryotaro shiba 's , there are many who mention that these images are away from factual ryoma . particularly among historians there are many who point out this difference , one of the representatives being rei matsuura . refer to " verification : the legend of ryoma " by rei matsuura ( ronsosha , 2001 ) , " ryotaro shiba 's " ryoma ga yuku " by takamasa ikeda ( " rekishi hyoron " ( history review ) 317 , 1976 ) , and " ryoma 's persona and the real nature - ryotaro shiba 's " ryoma ga yuku " - by hisao itoya ( rekishi hyoron " ( history review 317 , 1976 ) ) . the representatives of historians who wrote the biography of ryoma are michio hirao , takamasa ikeda , and masamichi asukai . for further details , refer to " literature " clause . at the age of 12 , ryoma started studying at kusuyama-juku private school in kodakasaka but he left school later . at the age of 14 , he enrolled in benji hineno 's dojo , a martial arts school , in kochi castle town and learned the swordsmanship of the oguri-ryu style that the lower-rank samurai learns . ryoma 's mother , sachi , died in 1846 . in 1853 , ryoma moved to edo ( tokyo ) to master swordsmanship , and joined the dojo of sadakichi chiba ( commonly known as kochiba dojo in chiyoda-ku ward , tokyo ) , whose elder brother is shusaku chiba , the founder of the hokushin itto-ryu style at oke-cho . in december , 1853 , ryoma also went to the shozan sakuma 's private school . in 1854 , ryoma returned to hometown in tosa . he learned the western affairs from a painter , shoryo kawada . ryoma 's father , hachihei , died in 1855 . ryoma left home to join again the sadakichi 's dojo in edo in 1856 . in 1857 , ryoma let one of his peers takuma sawabe go , who was forced to commit seppuku ( ritual hara-kiri suicide ) for stealing . in 1858 , ryoma returned home finishing his swordsmanship training . ryoma is said to have been conferred the full mastership of the hokushin itto-ryu style , but in fact he was conferred a " certificate of the art of war using a long-handled sword in the hokushin itto-ryu style " ; what he mastered is not a commonly-termed swordplay but correctly a long-handled sword tactics ; and the certificate was not a license or a diploma certifying full mastership but the " first certificate , " the lowest-ranked certificate for the hokushin itto-ryu style . but considering the fact that ryoma once became president of the disciples of the chiba dojo and that his contemporaries testified to the fact that ryoma was conferred the full mastership , the certificate of the full mastership actually conferred upon him is thought to be no longer exist ( some of the personal mementos left by ryoma have been lost by disaster or theft ) . for details on the opinion of the " certificate of the art of war using a long-handled sword in the hokushin itto-ryu style " being a certificate for long-handled sword , refer to " my first sight of ryoma sakamoto 's letter and certificate of the art of war using a long-handled sword in the hokushin itto-ryu style " by tsukasa matsuoka ( " japanese history " 454 , 1986 ) and " the hokushin itto-ryu style and its full mastership " by haruo doi ( " encyclopedia of ryoma sakamoto " shin-jinbutsuoraisha , 1988 ) . in march , 1861 , iguchi-mura village sword wound incident occurred in tosa , which deepened conflict between the lower-rank samurai to which ryoma belonged and the upper-rank samurai ( refer to " ishin tosa kinnoshi " ( history of support of the emperor in tosa during the restoration ) , which reads " sakamoto and other lower-rank samurai temporarily gathered at ikeda 's house and showed their enthusiasm to fight against the upper-rank samurai " ) . there is an anecdote that ryoma assisted toranoshin ikeda , who was blamed for the incident and was forced commit seppuku ( ritual hara-kiri suicide ) , in committing seppuku by beheading him and ryoma pledged solidarity among the lower-rank samurai wetting his sword knot with toranoshin 's blood , but this anecdote is a fiction appearing in shiran sakazaki 's novel " kanketsu senri no koma . " six months later , the lower-rank samurai formed tosa kinnoto making zuizan takechi the leader , and ryoma became the ninth member ( the first member in tosa ) . in october , ryoma headed to choshu as a confidential agent for takechi , and in next february ryoma met genzui kusaka . it is not known exactly why ryoma fled from tosa clan with sonojo sawamura in march , 1862 , but some point out that it is because ryoma opposed zuizan takechi 's policy to attempt to assassinate toyo yoshida . refer to " ryoma sakamoto " by masamichi asukai ( heibonsha , 1975 ) and " taisei-hokan ( the restoration of the imperial rule ) and confidential imperial order to overthrow the tokugawa shogunate " by yoshihisa ishio ( san-ichi shobo , 1979 ) . immediately thereafter , the assassination of toyo yoshida by kinnoto occurred , and at the beginning ryoma was suspected as the assassin . after having wandered in kyushu , ryoma went to edo and stayed at the chiba dojo ; " ishin tosa kinnoshi ( history of support of the emperor in tosa during the restoration ) " reads " ryoma traveled to edo as free as the wind , and settled down in the place of jutaro chiba , an old friend of his , located at okecho outside kajibashi . " later , ryoma met director of political affairs of the shogunate , shungaku matsudaira , through jutaro chiba . regarding the fact that with a referral from shungaku , ryoma met kaishu katsu and became a disciple of katsu in december , one theory has it that ryoma met katsu to kill him but there are lots of different theories and the correct historical evidence has not yet been confirmed . however , it is true that many met katsu to kill him but were admonished instead to end up becoming disciples of katsu . there are other various theories as to when ryoma became a disciple of katsu and with whom ryoma went to meet katsu . these various theories are described in detail in " kaishu katsu " by toru haruna ( " encyclopedia of ryoma sakamoto " shin-jinbutsuoraisha , 1988 ) . in 1863 , ryoma exerted himself into establishing kobe navy training center that katsu promoted and ryoma became president of the trainees of kobe navy school opened earlier than the training center , but some historians including rei matsuura who is eminent as the researcher of kaishu katsu are skeptical about the theory of ryoma being president of the trainees . for details , refer to " verification : the legend of ryoma " by rei matsuura ( ronsosha , 2001 ) , and " dream for the navy jointly owned by asian-countries , shared with mentor " by yusuke hamaguchi ( " new historical figures series ( 4 ) creation of the restoration ryoma sakamoto " gakken , 2006 ) . efforts made by katsu and shungaku matsudaira encouraged the lord of the tosa clan , yodo yamauchi , to condone ryoma 's charge of fleeing from the tosa clan . at around that time , ryoma appointed the murderer in kinnoto , izo okada , to be a bodyguard for katsu . the political change on august 18 expelled sonno joi ( revere the emperor and expel the barbarians ) royalists from kyoto , which resulted in destruction in tosa kinnoto by the tosa clan . the tosa clan 's oppression extended to ryoma in edo , and therefore ryoma fled from the tosa clan again . in 1864 , kobe navy training center was founded , but some researchers point out that ryoma might not have been able to enroll in the center partly because master less samurai was not entitled to enroll ( " verification : the legend of ryoma " by rei matsuura ) . at around that time , ryoma started an emigration plan to ezochi ( hokkaido ) to try to save the sonno joi ( revere the emperor and expel the barbarians ) royalists in kyoto , where the oppression was escalating , but this plan was derailed after the occurrence of ikedaya incident . since a number of the navy school trainees fought on the choshu side in kinmon no hen incident as a reprisal for ikedaya incident , the navy school was cracked down on by the shogunate and katsu was removed from his position . although ryoma lost support from katsu , ryoma asked kichinosuke saigo ( takamori saigo ) for help on referral from katsu , and ryoma was harbored at satsuma clan 's house in osaka , on which some point out that satsuma clan helped ryoma because they thought that ryoma would be of vital use to navigation skills ( " verification : the legend of ryoma " by rei matsuura ) . in 1865 , shintaro nakaoka and other royalists visited ryoma who moved to satsuma clan 's house in kyoto . at around that time ryoma together with nakaoka started working on the achievement for satsuma-choshu alliance . with the assistance of satsuma clan , ryoma together with his peers who also fled from tosa clan established shachu ( kameyama-shachu , later kaientai ( ronin 's association ) ) in nagasaki and carried on trade of goods and arms . in this year , ryoma achieved a crucial mission entrusted by toshimichi okubo and takamori saigo to deliver an okubo 's letter , which is famous for its phrase , " unjustifiable imperial order is not imperial order , " to the choshu clan 's high-ranking official . " politics in the end of edo era and satsuma clan " by suguru sasaki ( yoshikawa kobunkan , 2004 ) . in january , 1866 , the meeting between kogoro katsura ( takayoshi kido ) from nagatonokuni and takamori saigo from satsuma was held in kyoto by ryoma sakamoto 's mediation to achieve satsuma-choshu alliance . at this time , ryoma endorsed the alliance upon request by katsura . this means a single ronin provided guarantee to the alliance forged between the giant clans , from which we can see how ryoma gained trust . although satuma-choshu alliance is considered as the ryoma 's major achievement , there is also a theory that ryoma was in fact instructed by satsuma clan including saigo and kiyotada komatsu to work on the achievement for the alliance ( tadamasa aoyama ) , and therefore there are divided evaluations over what kind of role ryoma played for satsuma-choshu alliance . starting with the tadamasa aoyama 's theory , satsuma-choshu alliance has been a hotly-debated issue among scholars including norimasa kanbashi , tsugunobu miyake , masato miyachi , hidenao takahashi and suguru sasaki . for the trend of study on satsuma-choshu alliance , refer to " reality of the alliance and the role ryoma played therein " by sakujin kirino ( " new historical figures series ( 4 ) creation of the restoration ryoma sakamoto " gakken , 2006 ) . immediately thereafter in february , ryoma was attacked by shogunate officials at teradaya inn , but escaped death . ryoma set out on a journey to kagoshima together with his wife , oryo , to heal the wounds . in june , ryoma assisted choshu clan 's navy using kameyama-shachu 's ship , the union , in the second choshu punitive expedition . in 1867 , ryoma mended his relationship with tosa clan and founded kaientai . in april , the iroha was sunk and ryoma obtained damages from kishu clan , one of the three top tokugawa-related families . ryoma laid down together with shojiro goto eight rules laid down on a ship , shojiro goto persuaded yodo yamauchi , and they realized taisei-hokan ( the restoration of the imperial rule ) , which was a proposal from tosa clan . but some researchers including tadamasa aoyama and rei matsumoto raise questions about credibility of the fact that ryoma actually made the eight rules since there exist no original text and copy thereof . it is now accepted that ryoma made the eight rules , but there are no grounds according to historical data available . for the details , refer to " language and historical data of meiji restoration " by tadamasa aoyama ( seibundo shuppan , 2006 ) and " was democracy realized after the restoration ? " by rei matsuura ( " new historical figures series ( 4 ) creation of the restoration ryoma sakamoto " gakken , 2006 ) . in december , ryoma and shintaro nakaoka were assassinated at omiya inn in kyoto ( kyoto city , nakagyo-ku ward ) . in the lunar calendar , his birthday and the anniversary of his death are the same . the theory that the assassin belonged to kyoto mimawarigumi is widely accepted . on august 20 , 1871 , in accordance with imperial prescript , the first son of ryoma 's elder sister chizuru , taro takamatsu , changed his name to nao sakamoto to inherit ryoma 's family name , trying to avoid the end of the ryoma 's ancestry . ryoma 's tomb is in the middle of approach of kyoto ryozen gokoku shrine in kyoto city , higashiyama-ku ward . ryoma is enshrined in yasukuni-jinja shrine . assassination ( picture ) statue of ryoma sakamoto ( katsurahama beach in kochi prefecture ) : even at metal contribution during the world war ii , this bronze statue was exempted from the contribution . on the assassination day , december 10 , 1867 , ryoma was said to be on the second floor of the main building of the house of shinsuke omiya who carried on trade of soy sauce at takoyakushi in kawaramachi , since ryoma had a cold on that day . on that day kaientai 's shintaro nakaoka , tosa clan 's kenzaburo okamoto , painter kaido omi , and others visited ryoma . nakaoka stayed there and kept talking with ryoma , and then several men identifying themselves as totsukawa goshi slashed nakaoka and ryoma . ryoma and nakaoka were off guard thinking that somebody from omiya entered , and therefore ryoma and nakaoka took no sword with them . ryoma 's forehead was first severely slashed , and in spite of his brave fighting he died immediately because of this slash . nakaoka was also severely injured , but remained conscious for a few days and left testimony of the incident . shintaro also died soon . in taisho era , nobuo imai and atsushi watanabe ( swordsman ) , who were members of kyoto mimawarigumi , orally testified that tadasaburo sasaki and others killed ryoma and nakaoka . kaishu katsu speculated that the assassination was instructed by the high-ranking officials of the shogunate . this theory that the assassination was carried out by mimawarigumi is now widely accepted , and almost no historian raises questions about this theory . however , since there are some discrepancies in oral testimonies between imai and watanabe , authors mainly propose various theories . in " new historical figures series ( 4 ) creation of the restoration ryoma sakamoto " sold by gakken in 2006 , akira kikuchi put forward a theory that since ryoma was wanted for killing one capturing official in the teradaya incident , mimawarigumi came to ryoma for arrest , but this theory also needs to be closely examined . from the material evidence such as the scabbard left on the scene at the time of ryoma 's assassination , and the testimony by goryo eji including kashitaro ito assassinated three days later than ryoma 's assassination , shinsengumi 's sanosuke harada was believed to be the ryoma 's assassin , but there is a theory that the sword wounds were by left-handed person . if this theory is to be adopted , there is one theory popping up that hajime saito was the assassin considering a person who also mastered swordsmanship well enough to kill ryoma , a master of the hokushin itto-ryu style . but currently there are almost no researchers who support the theory of shinsengumi 's responsibility . ( in mibu gishiden , jiro asada put forward a theory of hajime saito 's responsibility as a member of goryo eji ( kodaiji temple sect ) . however , the possibility that the theory of saito being left-handed itself is the historical fact is low . ) ryoma is said to have softened his attitude toward the shogunate after taisei-hokan ( the restoration of the imperial rule ) and have started thinking of establishing a new government constituting congress by the lords of clans including yoshinobu tokugawa . there is a theory that takamori saigo , toshimichi okubo and other activists , who aimed for the violent overthrow of the shogunate , intentionally leaked ryoma 's whereabouts to the shogunate side because they became cautious about such ryoma 's changed attitudes . the theory of assassination by supporters for taisei-hokan ( the restoration of the imperial rule ) through the restoration coup d 'etat is based on tamon sasaki 's letter and testimony by housemaids of omiya . and also there are some argues that this theory emphasizes too much the conflict between taisei-hokan policy and violent overthrow of the shogunate policy , which is also another theory and points out that the both policies are not so much contradicting : " politics in the end of edo era and movement of overthrow of the shogunate " by yoshiki iechika ( yoshikawa kobunkan , 1995 ) , " supporters for politics by congress and supporters for overthrow of the shogunate by satsuma - review on imperial rule restoration coup d 'etat - " by hidenao takahashi ( " kyoto university , faculty of letters , research report " 41 , 2002 ) , " politics in the end of edo era and satsuma clan " by suguru sasaki ( yoshikawa kobunkan , 2004 ) , and " formation process of taisei-hokan movement ( 1 ) " by isao inoue ( " shigaku zasshi " 81-11 , 1972 ) . the major problem is that ( something ) is not taken into consideration at all , and in this respect the grounds are weak . there are some enthusiastic supporters for this theory . in the nhk 's period drama " shinsen-gumi ! " described from the shogunate viewpoint and in the television tokyo 's new year wide period drama " ryoma ga yuku ( 2004 , tv drama ) , " ryoma 's assassination is depicted based on this theory . as the ryoma 's assassin was commented on based on this theory in jikukeisatsu part 4 , many of the tv programs and novels adopt this theory , and therefore generally people tend to believe this theory . the circle of history study rarely believes this theory though . for a book arguing from the viewpoint of political history that the satsuma clan 's conspiracy theory does not hold true , refer to " new angle toward ryoma 's distress incident -review on letters by a kaientai member , tamon sasaki- the first , the second , and the last " by sakujin kirino ( " rekishi dokuhon " vol . 51 , no. 10 , vol . 51 , no. 11 , vol . 51 , no. 12 , 2006 ) . as previously described , ryoma sakamoto became famed after his death rather than in life . the first of the ryoma craze occurred when shiran sakazaki 's novel " kanketsu senri no koma " appeared in " toyo shinbun " published in kochi in 1883 . the next ryoma craze occurred at the time of the japanese-russo war . there is an anecdote about empress dowager shoken that ryoma appeared in her dream and said that the imperial japanese army would definitely win . then the empress did not know about the man appeared in her dream , but when imperial household minister mitsuaki tanaka showed her a photograph of ryoma , it turned out to be the man was obviously this person . it is not known whether this is true or not , but ryoma sakamoto 's reputation spread nationwide since this story appeared in the national press . not only sakazaki but also tanaka is from tosa . they praised tosa-native ryoma as a person of merit who realized the meiji restoration to regain tosa-native 's power against the satsuma-choshu clique who dominated then meiji government . kaishu katsu is the one who also praised ryoma sakamoto , and it is easy to imagine that katsu as a former vassal of the shogun had some resentment against the satsuma-choshu clique . a hanging scroll with several stains of blood is in the possession of kyoto national museum . the scroll , referred to as " baichin zu " ( picture of ume apricot and camellia ) was a birthday gift presented by kaido omi just on that day of the assassination . the stains of the blood adhered to the scroll are believed to be ryoma and others ' , who were assassinated . judging from the situation in which the assassination took place , his skills on swordsmanship is presumed to be substantial as described in " ryoma ga yuku . " ryoma was caught unprepared , receiving a sudden sward attack from an assassin then at the subsequent second attack he twisted his body and reached his hand to his sword , and received the third sword attack on the sheath of his swore , all these actions being done in defensive posture . it 's said that what greatly influenced ryoma 's life and character formation is shimodaya ( the kawashima family ) that is the parents ' home of iyo , the second wife of ryoma 's father hachihei . it is said that ryoma together with his elder sister otome rowed a boat in the urado bay to visit the stepmother iyo 's house located in tanezaki , where there was a shipyard of the tosa clan at that time , and listened to novel stories of travelers from nagasaki and shimonoseki . it is also said that ryoma conceived his longing for the outer world watching a global map and various imported goods . for the details , refer to " letters of kaientai " by ichiro yamada ( shinchosha , 1991 ) ; for information about tosa clan 's shipyard and maritime data , refer to " history of tosa maritime law " by toyomi yoshinaga ( sankaido , 1983 ) . at that time , among samurais of tosa clan wearing long swards was prevalent . one day , when ryoma 's old friend met him again , ryoma wore a rather short sword . ryoma who was questioned about his short sword replied to his friend , saying " the short sword is easy to handle during actual battle . " his friend assented to ryoma and decided to wear a short sword . when they met again next time , the friend proudly showed his sword to ryoma . ryoma took a handgun out of his inside pocket , showing it to his friend and said " the sword is useless at all in the presence of the gun . " the friend again consented to him and run for buying a handgun . when they met with each other third time , the friend showed ryoma a handgun which he had bought , but this time ryoma took a foreign book on international public law out of his internal pocket and said to him " from now on , we must know the world . " it was said the old friend of ryoma could not catch up with him . this story vividly depicts ryoma 's disposition , but it is only an anecdote and not historical fact . the origin of this story is not certain . ryoma , who got married to oryo right after teradaya incident , has stayed in satsuma together with her , one of the purposes of healing the wounds among others . referring to this trip to satsuma , an incipiency of the first honey moon trip in japan is mentioned . ryoma had two favorite handguns . one is smith & wesson model 2 , army , 33 , which presented to ryoma by shinsaku takasugi , with which ryoma opened fire in the teradaya incident . in the incident ryoma lost the gun and later bought two of s & w model 1 , 22 , which were carried by ryoma and oryo and with which they enjoyed hunting during the stay in satsuma . naturally ryoma carried the gun with him at the time of assassination , but was killed without opening fire . in his childhood , on his way to swimming training he was questioned by a friend , " do you swim in this heavy rain ? " . he replied , " rain doesn 't matter , anyway i will get wet . " and proceeded to the river . he was six feet ( about 182 cm ) high . some of the recent researches suggest 174 cm or 169 cm , which anyway mean that he was a man of high stature in edo era . he had black hairs on his back . he was a bed-wetter and crybaby , in his boyhood . he could not follow study progress and was kicked out of the clan 's school . hanpeita takechi and ryoma were so close friends each other that they called each other by their nick names , " agi ( chin ) and aza ( birthmark ) . ryoma frequently visited the house of his elder sister sachi 's husband , and climbed atop the roof to look at the pacific ocean . allegedly , ryoma told saigo , " i will manage kaientai , looking toward the world . " munemitsu mutsu who shared the table with them , also allegedly remembered this scene and spoke about it in every opportunity . this , however is likely a creation in the later years . reputation of ryoma by his contemporaries " ryoma is very honest , a brave swordsman , and little informed . " by toranosuke sumiya ( after ryoma finished dojo training in edo ) " ryoma is definitely some fellow , but he sometimes make a mistake since he does not read books . " by shujiro hirai ( after ryoma fled from the tosa clan ) hanpeita takechi said that " he is not a type of person who does excellent jobs only within the tosa clan " ( after ryoma fled from the tosa clan ) and also " ryoma is brave , grand , innovative , and unique , just true to his name " dragon . " ( in prison ) " i met ryoma . he is a great man ; he has extraordinary ideas . " by toyomichi higashikuze ( immediately before satsuma-choshu alliance ) kaishu katsu said that " ryoma sakamoto is a person who visited me to kill me , but a some fellow . at that time i just laughed and accepted him , but he was discouraged ; he had some dignity that nobody could perturb and an attractive aura . " ( after the restoration ) takamori saigo said that " there are hopefuls under the sun , and i have met lots of them . but i 've never met such a large-minded person as ryoma . no one would see how magnanimous he is . " hisamoto hijikata said that " ryoma 's words and deeds were something extremely unexpected , and he sometimes did very absurd things , but he had extraordinary ideas and achieved what he believes . " shinzo miyoshi said that " there is nothing radical in ryoma . he does not argue in a loud voice and is very quiet . although he is seemingly dynamic , but he deals with everything calmly . but he has got lots of nerves . he claims to be a descendant of the akechi family , a cadet branch of mino genji the doki family which is a tribe of seiwa genji . the origin of the family name sakamoto came from a place called sakamoto ( sakamoto , otsu city , shiga prefecture at present ) that was a domain of the akechi family before the honnoji no hen incident . but many people considers that this is a fiction made up later ; refer to " family history of ryoma sakamoto " by haruo doi ( shin-jinbutsuoraisha , 2006 ) . the family crest is combined squares and a bellflower . " copy of submitted document about ancestor " reads " ancestor , taro goro sakamoto was born in yamashiro no kuni , although the details such as which county and village in yamashiro no kuni are yet to be known . he escaped a war disaster and arrived at and settled in saitani-mura village of nagaoka-gun county . but when he settled is not known . where his wife came from and when he died of a disease are also not known . " the sakamoto family was merely registered as the third-largest peasant in the village in the official land-measurement survey conducted at saitani-mura in 1588 . it is considered that the sakamoto family had been in a peasant status that was not entitled to have an accredited family name until the third generation tarozaemon . until the second generation hikosaburo and the third generation tarozaemon , the sakamoto family had been engaged in farming . at around the fourth generation moriyuki and the fifth generation masayoshi , the family started to use " ohama " as their family name , which was one of the regional name in saitani-mura . hachibei , who is the second son of the third generation tarozaemon , moved to and opened a pawnshop ( shop name : saitaniya ) in the town around kochi castle , and then became a wealthy merchant running a liquor shop and dealing with kimono fabrics and other goods . at around 1730 , the family gained an official position of chief executive of honmachi-suji and became allowed to meet the lord of the tosa clan . in 1770 , the sixth generation naomasu bought a stock for the title of goshi and appointed his first son naomi to become the first generation of goshi sakamoto family , at which point the family reached the social status of myoji-taito , i.e. , to have an accredited family name and as a representation of this status carry two swords . naomasu ordered his second son naokiyo to inherit the merchant family saitaniya . the goshi sakamoto family 's third generation naotari was born as the second son of upper level goshi kakuemon yamamoto and adopted to the sakamoto family . the second son of naotari is naokage ( ryoma sakamoto ) . ryoma is the second son of naotari sakamoto , a tosa clan 's goshi . ryoma 's mother is sachi sakamoto . ryoma 's elder brother is gonpei . ryoma 's elder sisters are chizu , sakae and otome sakamoto . ryoma 's wife is oryo ( ryo narasaki ) . it is said that ryoma also had a fiance , sanako chiba . +kamo serizawa , ( 1827 ? - october 28 or october 30 , 1863 ) was a roshi of mito clan during the last days of tokugawa shogunate , and also the original lead commander of shinsen-gumi ( mibu roshi ) . his former name was tsuguji shinomura . posthumous name is mitsumoto . the serizawa family has the surname of taira and is said to descend from taira no narimoto of hitachi heishi . his father was geki sadatomo serizawa . his life parentage he was born as the third son of sadamoto , then the head of the serizawa family ; this family originated from a powerful family named serizawa that arose during the middle ages in serizawa village , hitachi province , became a vassal of the tokugawa shogunate through distinguished services in the battle of sekigahara and subsequently became a senior goshi samurai of mito clan . childhood name was genta . later on , he became an adopted son-in-law of yusai shimomura , a shinto priest of matsui village ( present-day nakago-cho , kitaibaragi city , ibaragi prefecture ) , and named himself tsuguji shinomura ( written as 嗣司 in kanji characters ; there are also views that the name was written as 継司 or 嗣次 ) . however , there are several views regarding his parentage and the year of his birth . for example , in " eimeiroku " written by kai shimada , he is referred to as the son of mataemon serizawa and is said to come from a branch family , but there are no corresponding words in the description for the house of mataemon serizawa in " suifukeisan " which covers the lineage of mito clan warriors . mataemon serizawa 's ancestor is the same as that of geki serizawa , the powerful serizawa family in the middle ages . as for military arts he was taught shinto munen-ryu swordsmanship by kumataro togashi , received menkyo kaiden and served as an associate instructor . tengu-to party tsuguji left matsui village to accomplish the principles of sonno-joi , and at the end of 1860 , he joined tamatsukuri-gumi which was the predecessor of tengu-to party . they were based in tamatsukuri village ( current tamatsukuri , namegata city , ibaragi prefecture ) , and in order to carry out joi ( exclusion of foreigners ) in yokohama city they actively engaged themselves visiting and collecting funds from wealthy merchants and wealthy farmers around ishioka ( current ishioka city ) , tamatsukuri and itako ( current itako city ) . on this occasion , tamtsukuri-gumi carried banners that read , " always remember one 's lord " and " devote oneself , the japanese spirit . " records indicate that from around this time tsuguji began using an iron-ribbed fan which later became his trademark ( source : " ino-ke bunsho " ) . however , because tengu-to party collected funds not only from within the domain of mito clan but also from land directly governed by the tokugawa shogunate , and also because of rampant blackmailing on the pretext of joi under the name of tengu-to party the tokugawa shogunate instructed mito clan in february of 1861 to restrain the activities of men who carried the idea of joi ; mito clan changed its policy [ accordingly ] . leaders of the clan close to tengu-to party were changed , and when shosei-to party which was opposed to tengu-to party gained power , tamatsukuri-gumi was immediately suppressed . in april , tsuguji was also arrested and imprisoned on the grounds of forcing contributions in the region around sahara . he was awaiting execution , but in 1862 , toranosuke sumiya and others successfully manipulated the imperial court and enabled the tengu-to party to regain political power in mito clan ; this , in turn , resulted in amnesty order in december that targeted the release of political prisoners who participated in ansei purge , and tsuguji was allowed to leave prison . it is said that he changed his name to kamo serizawa on this occasion . lead commander of miburoshi-gumi on february 5 , 1863 , he brought along jusuke hirama , who was from the same homeland and also a family member of one of the serizawa family vassals , joined the roshigumi , a group formed in edo upon the proposal by hachiro kiyokawa , and was appointed kogashira of rokuban-gumi group . isami kondo , toshizo hijikata , soji okita , keisuke yamanami and others from shiei-kan , a kenjutsu school in edo , later joined the roshigumi also , and they acted together until they arrived in kyoto . they arrived in kyoto on the 23rd . serizawa , together with kondo and his followers , stayed at the residence of gennojo yagi , a goshi samurai of mibu . the roshigumi came to kyoto to guard seii taishogun ; in order to make the roshigumi the vanguard of real sonno-joi the founder of the roshigumi , hachiro kiyokawa , submitted a letter to the imperial court and succeeded in placing the roshigumi under direct control of the imperial court . on the 29th , when kiyokawa summoned his comrades and announced a return to edo in order to carry out joi serizawa and kondo objected against this ; they requested to remain in kyoto and left the roshigumi . a total of 13 men , including 5 comrades of serizawa and 8 comrades of kondo , chose to remain in kyoto at that time . yoshio tonouchi and yuzan negishi also joined this group . on march 10th , a written petition signed by 17 men ( according to another story , by 24 men ) was submitted to aizu clan . aizu clan decided to make them " oazukari , " samurais [ temporarily ] serving the aizu clan . serizawa and others placed their military post in the house of yagi family ( they later also lodged at the houses of maekawa and nanbu families ) , and on this occasion named themselves " miburoshi-gumi . " at that time , an internal conflict occurred , and after the assassination of tonouchi and the withdrawal of negishi and his comrades from the group on the 26th , miburoshi-gumi was controlled by serizawa party and kondo party . subsequently , serizawa , kondo and niimi became commanders , and among them , serizawa became the lead commander . although they became " oazukari " , they initially received no payment of wages , and in april , serizawa , kondo , and others went to osaka and were provided funds from merchants . however , as such blackmail-like funds collection disgraced the reputation of aizu clan , the clan later provided allowances . on june 3rd , 10 men including serizawa and kondo went to osaka city to exercise control over " lawless roshi samurai 's " . on their way to osaka , when sumo wrestlers they encountered on the road did not give way , serizawa and others assaulted them . comrades of the sumo wrestlers angered by this act rushed to the scene which resulted in a scuffle ; some of the sumo wrestlers died or were injured . toshiyori of the onogawa stable of sumo wrestlers apologized and this incident was settled , but hikojiro uchiyama , the yoriki of the office of osaka town magistrate , made an issue of this incident ; this angered kondo , and uchiyama was later assassinated by shinsen-gumi ( there are different views regarding who assassinated him ) . in the same month , when serizawa learned through aizu clan that kuyogata of minakuchi clan complained of miburoshi-gumi 's violence serizawa became furious ; he sent shinpachi nagakura , genzaburo inoue , and others to the residence of minakuchi clan , and they threatened the man in charge to apologize and obtained a letter of apology . as the letter of apology was written at the arbitrary decision of the man in charge , kuyogata , who feared that the incident would be exposed , persuaded serizawa through a mediator in order to retrieve the letter of apology ; it was decided that serizawa would return the letter , and a party was held at shimabara sumi-ya geisha house . however , serizawa , who got violent when he drank , behaved extremely violently and forced an order on the owner of the geisha house , tokuemon sumiya , to suspend operation for 7 days ( outrage at sumi-ya geisha house ) . on august 18th of the same year , upon the august 18 incident , serizawa left with kondo , niimi and other members of miburoshi-gumi to defend the imperial palace , but the warriors of aizu clan guarding the gate [ of the imperial palace ] held out their spears and did not allow them to pass because they did not know about the miburoshi-gumi . as both parties shouted " let us through " " we will not let you through " to each other , serizawa advanced forward , laughing loudly . when aizu clan soldiers pointed their spears at him , serizawa composedly fanned the tips of the spears with his iron-ribbed fan and laughed . army commissioner of aizu clan rushed to the scene and allowed miburoshi-gumi through , and serizawa went through the gate calmly . it is said that people were astonished by serizawa 's fearlessness . ( " shinsengumi ibun " ) upon this mobilization of miburoshi-gumi , aizu clan gave them the name of shinsen-gumi . assassination in september 1863 , because geigi kotora of yoshida-ya geisha house , with whom serizawa was in love , refused his advances he became angry and marched into yoshida-ya , terrified the owner by saying that he would destroy the geisha house ; he also summoned kotora and her attendant , geigi oshika , and committed the outrage of making them cut their hair ( " roshi bunkyu hokoku kiji " ) . on the 13th , kondo and others cross-questioned nishiki niimi ( then demoted to vice commander ) , who belonged to serizawa party , about the sin of such violence and outrage , and made him commit hara-kiri ( " roshi bunkyu hokoku kiji " ) . on the 14th , the incident at yoshida-ya became a problem , and the imperial court ordered the arrest of serizawa which resulted in a secret order by aizu clan to kondo , hijikata , yamanami and others to take appropriate measures against serizawa . there is a view that these outrageous acts of violence were only an outward reason and that they viewed serizawa as a danger because he had a background in mitogaku in addition to his strong idea of sonno-joi of tengu-to party . on the 16th ( according to " kawase-ke monjo " which is left by a former warrior of mito clan , 18th according to " shinsen-gumi ibun , " etc . ) , shinsen-gumi held a party at shimabara sumi-ya geisha house with all of the geishas attending . serizawa , together with goro hirayama , jusuke hirama , taizo hijikata and others , left sumi-ya relatively early , returned to the residence of yagi at mibu , and held another party there . at the party , oume , serizawa 's lover , geiko kichiei of the geisha house kikyo-ya , who was intimate with hirayama and geiko itosato of geisha house wachigai-ya , who was intimate with hirama , were waiting for them , and serizawa and others who were deeply drunk slept with the women after the party was over . at midnight , when heavy rain was falling , a few men rushed into the room where serizawa was sleeping , murdered hirayama who was sleeping in the same room , and tried to slash serizawa . serizawa , astonished , jumped out of bed and tried to reach for his sword but failed , then rushed naked into the next room where yagi family was sleeping but stumbled over a small table for reading books , at which point the assassins slashed him into pieces ; the assassins left after killing serizawa . hirayama 's head was cut off from his body , and oume , who was sleeping in the same bed as serizawa , was also brutally murdered with her head cut off . hirama , who was in another room , escaped . kichiei and itosato were also unharmed , and are said to have disappeared . according to " shinsengumi ibun , " masa yagi , the wife of gennojo yagi , saw taizo hijikata vigilantly keeping a watch throughout the night ; she also noted that soji okita and sanosuke harada were undoubtedly at the scene of the assassination , and that keisuke yamanami was probably there also . according to " roshi bunkyu hokoku kiji " by nagakura , the assassination was conducted by hijikata , okita , heisuke todo , isetake mikura , and some others . according to " shinsengumi shimatsuki " by kanefuji nishimura ( a samurai serving at nishi honganji-temple where shinsen-gumi placed their military post ) , the assassins were hijikata , okita , yamanami and harada . the view that this incident occurred on the 18th is taken by " shinsengumi shimatsuki " and " shinsengumi ibun , " but there is also an opinion that there was no rainfall during the night of 18th and that the incident occurred on 16th when there was rainfall ; there is no fixed view yet . the incident was reported as doings of choshu clan , and a grand funeral of serizawa and hirayama in shinto style was held on the 18th ( on the 20th , when in accordance with the view that assassination took place on the 18th ) . on the 20th , kondo sent a letter regarding the chain of events of the incident to hikogoro sato , who lived in tama , kondo 's hometown . serizawa 's tomb is at mibu-dera temple in nakagyo ward , kyoto city . character regarding seriza 's personality , details are described in " shinsengumi sanbusaku " written by kan shimozawa ( " shinsengumi shimatsuki " , " shinsengumi ibun " , shinsengumi monogatari " , and for each there is a pocket-book version published by chuokoron shinsha ) , but it is said that each book includes significant fiction , and it is necessary to note that they significantly lack accuracy as historical materials . ) serizawa was tall , stout , had a fair complexion and small eyes . he was a larger-than-life man of some consequence , and always held in his hand an iron-ribbed fan , on which it was inscribed , " kamo serizawa , a most devoted warrior for his country " . he liked alcohol and used to start drinking in the broad daylight , and there was never a time when he was not drunk . although he is often described as a hopelessly violent villain in novels and tv dramas he also had open-hearted aspects which can be seen in such cases as : when shinsen-gumi members had to borrow montsuki kimonos from yagi family upon visiting katamori matsudaira , the head of aizu clan , for a petition gennnojo yagi worried that they would all be bearing the same family crest ( an extremely ridiculous situation at a public occasion ) , but serizawa laughed , not minding at all ; or when serizawa came secretly to return a hibachi he borrowed from yagi family , yagi questioned him about cuts made by swords on the hibachi ( when the members got drunk , they tested out their swords on randomly selected furniture that belonged to the yagi family ) , but serizawa said " it 's me , it 's me " and scratched his head and escaped . also , when a young daughter of yagi family died , serizawa , together with kondo , stood at the reception desk and actively lent a hand in conducting the funeral , and it is also said that he was liked by children for whom he drew funny pictures to kill his time . he had a strong desire to carry out sonno-joi , and presented a frame to kitano temman-gu shrine , in which the poem " before snow and frost melt , colorful flowers are in bloom , and the scent of plumb blossoms remain even after they fall " was written . the family members of the house where serizawa was born were in the medical business during and after the edo period , and the current descendants continue to operate a clinic in ishioka city , ibaragi prefecture . even now , the medicine " sujiwatashi " , which has been handed down through generations of serizawa family , is prescribed . works kamo serizawa and mito group often appear in films and tv dramas about shinsen-gumi . most of the time serizawa is portrayed as an ill-mannered villain , and in cases where his assassination occurs at the beginning of the story in a short period of time his role is played by an actor with a large build and a sinister look , and he is easily assassinated by hijikata and okita . we will introduce a few cases where serizawa is one of the major characters . tv drama , " shinsengumi keppuroku " ( 1965 - 1966 ) ( 1965-1966 , net channels ) . serizawa was played by tatsuo endo . serizawa and mito group were nothing but utter villains . endo was an actor who often played the part of a dishonest administrator , and mito group was described as if they were dishonest administrator and his subordinates . serizawa raped the female owner of the dyer who prepared the shinsen-gumi 's banner of loyalty ( the owner was so ashamed that she killed herself ) , also slashed the master craftsman who was innocent , then scuffled with the craftsmen who were apprentices under the master ( modified version of the scuffle with sumo wrestlers in osaka ) , furthermore , raped oume who was the sister of the master ( oume became insane ) , and continued other vicious deeds ; he was eventually slashed as a punishment by hijikata , okita and others . this is a typical story about rewarding the good and punishing the evil . endo also played the part of serizawa in tv dramas " ore wa yojinbo " ( 1967 , net channels ) and " shinsen-gumi " ( 1973 , cs channels ) " shinsen-gumi " ( 1987 , tv asahi ) serizawa was played by takeo chii . serizawa was basically portrayed as a villain , but also as a man of consequence . the drama was broadcast over 2 consecutive nights , and serizawa was the main enemy in the drama for the first night . although he continued to act atrociously for transient pleasures he was portrayed as a man with unexplainable charm . other men of mito group were shown simply as yakuza-like villains . tv drama , " shinsengumi keppuroku " ( 1988 ) ( 1988 , tv asahi ) serizawa was played by chiharu matsuyama . serizawa was shown as a villain but a person with charm . his assassination scene was shown with historically accurate details ; he was attacked in his sleep wearing his loincloth only , and he was slashed into pieces almost without being able to fight back . other men of mito group were played by actors with large build and sinister looks , and they seemed more like bandits rather than yakuzas . masataka iwao , who played the part of nishiki niimi , serizawa 's right-hand man , is a tough-looking giant man , and is closer to serizawa 's image than slender matsuyama . shinsengumi ! ( 2004 , japan broadcasting corporation , taiga drama ) serizawa was played by koichi sato . he was portrayed not as a villain but as a man who pretended to be a villain ; he was also portrayed as an educated and popular man of consequence in addition to being a good swordsman . he was portrayed as a wall which the main character , isami kondo ( played by shingo katori ) had to overcome , and he was an important character supporting the first half of the drama . the scriptwriter , koki mitani , said that he aimed for " the best villain ever in the history of taiga drama , " and on appreciation of good acting by sato , he increased the number of episodes in which serizawa appeared . in the scene of his assassination , serizawa , realizing everything , waited for hijikata , okita , yamanami , and harada to come , and a large-scale sword fight was performed against the 4 men . this drama is rare because other men of mito group were portrayed not just as just villains but with individual details and personalities . wachigai-ya itosato ( 2007 , tbs ) serizawa was played by shido nakamura . in this drama , [ the scriptwriter lets ] serizawa say that there is a reason for each one of his many actions ; these actions result in the description of him as a man of violent and broad-minded personality . although serizawa , together with nishiki niimi , treated shieikan group as if they were " rustic , " there was only little animosity between the shieikan group and mito group . also , regarding his lover oume , it is described that she was deserted by the owner of hishi-ya store , became reckless , and ended up in bed with serizawa at that hour [ that he was assassinated ] . this drama is based on a novel by jiro asada of the same title . other works movies hono-no gotoku / flames of blood ( 1981 , leading role played by bunta sugawara ) , serizawa was played by nobuo kawai . tv drama shinsengumi shimatsuki ( 1977 , leading role played by mikijiro hira ) , serizawa was played by hideo takamatsu . references serizawa-ke no rekishi ( history of serizawa family ) , by yuji serizawa , 1974 , self-published ( held by ibaragi prefectural library ) . by yu asakura , shinsengumi mito-ha dokuhon - shinsengumi o tsukutta otoko / shinsengumi dokuhon - taishi gaiden ( all published by tamatsukuri sightseeing association ) . by manabu oishi , shinsengumi - " saigo no bushi " no jitsuzo , published by chuo-koron shinsa , inc . ( chuko shinsho ) , 2004 , isbn 4121017730 . by sachihiko kimura , " shinsengumi nikki " , published by php institute , inc . , 2003 , isbn 4569630081 . ( includes printed text of the original , written with a brush , of memoirs by shinpachi nagakura , " roshi bunkyu hokoku kiji " ) by rei matsuura " shinsen-gumi " , published by iwanami shoten ( iwanami shinsho ) , 2003 , isbn 4004308550 . by iwao matsumura , " shinsengumi kumicho serizawa kamo " ( included in " shinsengumi jinbutsushi " , published by kawade shobo shinsa , 2003 , isbn 4309976611 ) . by masato miyachi , " shinsengumi 's place in history " , published by iwanami shoten , 2004 , isbn 4000025317 . " dainikai tokubetsuten shinsengumi kyoto no hibi " ( shinsengumi furusato museum series , the second volume ) , hino city . ( includes the original text of " roshi bunkyu hokoku kiji " ) +kenichi fukui ( 4 october 1918 – 9 january 1998 ) was a japanese chemist . professor emeritus at kyoto university and kyoto institute of technology . member of the japan academy and the pontifical academy of sciences , and foreign associate of the ( american ) national academy of sciences . doctor of engineering ( 1948 ) – thesis project was " a theoretical study of temperature distribution in chemical industry equipment " . born in nara prefecture . graduated from the old imamiya middle school ( now osaka municipal imamiya high school ) . graduated from osaka high school ( old system ) . march 1941 - graduated from kyoto imperial university , school of engineering industrial chemistry department august 1943 – instructor at kyoto imperial university , school of engineering fuel chemistry department ( reorganized as petroleum chemistry department in 1966 ) september 1945 – assistant professor at kyoto imperial university , school of engineering fuel chemistry department april 1951 – professor at kyoto university , school of engineering fuel chemistry department ( high temperature chemistry course ) january 1965 – professor at kyoto university , school of engineering fuel chemistry department ( high pressure chemistry course – reorganized as physical chemistry of hydrocarbons course in 1966 ) november 1970 - trustee , kyoto university ( until april 1971 ) april 1971 - dean , kyoto university , school of engineering ( until march 1973 ) april 1982 - retired from kyoto university , named professor emeritus june 1982 - president , kyoto institute of technology ( until may 1982 ) june 1988 - professor emeritus , kyoto institute of technology ; president , institute for basic chemistry february 1990 - chairman , scholarship commission september 1995 - chairman , japan society for the promotion of science in 1952 , he published the " frontier electron theory " for which he later received a nobel prize . this research shook the world of chemistry as it was the first to reveal that in chemical reactions , it is the electrons with the highest energy that orbit furthest from the atom that parallel the degree of chemical reactivity . he won the nobel prize for chemistry in 1981 for his frontier orbital theory . he also proposed the idea of intrinsic reaction coordinates ( irc ) . his students include teijirou yonezawa ( professor emeritus , kyoto university ) , keiji morokuma ( professor emeritus , institute for molecular science ; professor , emory university ) , and hiroshi fujimoto ( professor emeritus , kyoto university ) . there are many famous chemists , including shigeki katou ( kyoto university ) . hoshi university professor tetsuya fukui is his son . december 1943 - senior 7th rank may 1962 - japan academy award november 1981 - order of cultural merit december 1981 - nobel prize for chemistry november 1988 - grand cordon of the order of the rising sun january 1998 - junior second rank born in ouaza-oshiguma , heijou town , ikoma county , nara prefecture ( present day oshiguma town , nara city ) , the oldest of three sons to a father who was involved in factory management and foreign trade , he spent his youth in osaka . in middle school he enjoyed reading fabre 's insect adventures . he really liked mathematics , but his father 's uncle , professor genitsu kita , swayed him to study chemistry by saying , " if you like math , then do chemistry " . so he decided to enter into the faculty of engineering undergraduate school of industrial chemistry program at kyoto university . later , he gained an appreciation for quantum mechanics from his love of math ; and that lead to the completion of his frontier orbit theory . because he conducted repeated experiments in the alcohol-vapor-filled army fuel research center laboratory , he developed a strong tolerance for alcohol . an obsessive note taker , he slept with a notepad and pencil near his pillow . he also carried a notebook on his early morning walks . he never missed a morning walk . he liked to walk the road from kitashirakawa sosui canal to sekizan-zenin temple via the path along the west base of mt . uryuuzan . he advocated the necessity of basic science and independent research , and for the peaceful coexistence of science and people . " if you feel you can remember the idea without writing it down , the idea is not so great . the idea that you will forget if you don 't write it down is valuable . " " all of the universe is connected by cause and effect , through the media of time and space . " " one person is connected to an infinite past and an infinite future . " " the thing that i want young people who want to be scientists to study most in secondary education is mathematics , especially plane geometry . " quantum chemistry ( 1968 , asakura shoten ) theory of orientation and stereoselection ( 1975 , springer-verlag ) chemical reactions and electron orbits ( 1976 , maruzen ) isbn 462102132x introduction to the law of frontier orbits ( 1978 , kodansha ) isbn 4061392506 talks on science and humans ( 1982 , kyodo news ) isbn 4764101149 chemistry and me ( 1982 , kagakudojin publishing ) isbn 4759800883 scholarship and creativity ( 1984 , kosei shuppan ) isbn 4333011434 straight talk to education ( 1985 , pan research institute ) the creativity of scholarship ( 1987 , asahi bunko ) isbn 4022604433 21st century japan 's choice ( 1994 , diamond inc . ) isbn 4478190186 the creativity of philosophy ( 1996 , php research institute ) isbn 4569552056 complicated economics ( 1997 , diamond inc . ) isbn 4478372160 frontier orbitals and reaction paths ( 1997 , world scientific publishing company ) kenichi fukui and frontier orbit theory ( 1983 , chemical society of japan , scientific societies press ) isbn 4762263516 the death of dr. kenichi fukui : a story of joy and sadness for academic reporters ( 1999 , minerva publishing ) isbn 4623030512 around the nobel prize : dr. kenichi fukui and kyoto university 's liberal atmosphere ( 1999 , kagakudojin publishing ) isbn 4759808183 +sen no rikyu ( april 21 , 1522-1591 ) was a tea master during the late medieval times of the sengoku and azuchi-momoyama periods . he is know as an achiever who established wabi-cha or soan no cha ( deliberate simple style of the tea ceremony ) in which he reduced any kind of decoration as much as possible , creating an atmosphere of tension . his father was yohyoe tanaka , and his mother was myoju hoshin . according to " sen kakeifu " ( genealogy of the sen family ) and " sen no rikyu yuishogaki " ( a history of sen no rikyu ) , his grandfather sen 'ami was from the tanaka clan , a branch family of the nitta and satomi clan , and the grandfather had worked as doboshu ( experts in art ) to yoshimasa ashikaga . it is said that rikyu took the family name of his grandfather . however , some people are skeptical about this explanation because it first appeared in " sen no rikyu yuishogaki , " which was written by rikyu 's grandson sosa koshin , and there are no historical materials written by rikyu 's contemporaries that tell the same story about rikyu 's family name . the designation " ami " was quite common among the followers of jishu sect of buddhism in those days , so the name is not necessarily associated with the position of doboshu . rikyu 's childhood name was yoshiro , but later he changed his buddhist name to soeki and called himself hosensai . rikyu 's most widely known name was koji ( buddhist name ) given by emperor ogimachi to join the kinchu tea ceremony in 1585 because he was a mere townsman at that time and not allowed to enter the imperial palace . there are various conjectures about the who invented rikyu 's buddhist name : soto dairin , sokin shorei , or sochin kokei . all of them were great priests who became caretakers of the daitoku-ji temple , and soto and sokin also served the nanshu-ji temple as caretakers . according to soen shun 'oku , who studied under the same master as sochin , it was soto dairin who came up with the name of rikyu ( according to " ichimokuko " ) . however , soto had already died 17 years before the kinchu tea ceremony was held , so if he had something to do with giving rikyu the name , it would be " rikyu soeki " that soto gave to rikyu , and rikyu only used the first name " soeki " when he was young , and later on may have used the last name " rikyu " on occasions when he entered the imperial palace . then it is understandable that a portrait of rikyu ( preserved in masaki art museum ) made in 1583 , two years before kinchu tea ceremony , has a word of praise : " rikyu soeki zenjin . " many people thought that the designation meant " glory has already been fading , " but now it is considered to mean " never be contented with your talent , and seek your way like an old awl with the point worn smooth . " there is another presumption that the name came from lu yu , who is considered to be the author of " the classic of tea . " anyway , he used the name of " rikyu " only in his later years , and most of his lifetime as a tea master he called himself " soeki " . he is also known as chasei ( tea saint ) . sen no rikyu was born to a family of fish merchants ( a shop called totoya ) in sakai , izumi province . his father was nayashu ( owner of the fish warehouses ) . rikyu began his study of tea ceremony at an early age , and became a disciple of dochin kitamuki at 17 , and then studied under joo takeno , trying to reform a traditional style of the tea ceremony with his master . he underwent zen training at the nanshu-ji temple , and also visited the daitoku-ji temple frequently , which was its head temple , and located in murasakino , a suburb of kyoto . while nobunaga oda was ruling sakai , rikyu served nobunaga as saju ( person who is in charge of the tea ceremony ) and later on served hideyoshi toyotomi . in 1587 , rikyu was fully in charge of the kitano grand tea ceremony , and gained the trust of hideyoshi toyotomi for a while . in october , 1585 , rikyu served in the kinchu tea ceremony for emperor ogimachi hosted by hideyoshi , and received the buddhist name " rikyu " from the emperor . while he designed a golden tea room , he was bringing wabi-cha to perfection , inventing soan teahouse , making raku tea bowl and beginning to use hanaire ( flower vase for tea ceremony ) . as rikyu 's reputation as a tea master culminated , he took up residence in the juraku-jo castle owned by hideyoshi , got involved in designing a garden in the castle , and received a fief of 3000 koku . in 1591 , rikyu angered hideyoshi , and was ordered to seclude himself at sakai . toshiie maeda and some of rikyu 's top seven disciples , such as shigeteru ( shigenari ) furuta and tadaoki hosokawa , tried in vain to save his life , and rikyu was called back to kyoto to be sentenced to die ( harakiri ) at the residence of juraku . he was 70 years old . it is said that when rikyu killed himself , hideyoshi 's army enclosed the residence for fear of being resisted by rikyu 's disciples . after his death , rikyu 's head was hung at the ichijo modori-bashi bridge . his head was also displayed under the foot of the wooden statue that was said to be one of the reasons of his death , at the main gate of the daitoku-ji temple . there is a death poem thought to have been composed by rikyu the day before his death . seventy years of life , ha , ha ! and what a fuss ! with this treasured sword of mine , i kill both patriarchs and buddha ! i carried the sword , which i owned so long , the time has come at last , i throw the sword up to the sky . the reason why hideyoshi sentenced rikyu to die isn 't clear , but there are some views about it . when the gate of daitoku-ji temple ( kimokaku ) was renovated , rikyu placed a wooden statue of himself shod in straw sandals on top of the gate ; passing under the statue was humiliating for hideyoshi . rikyu under suspicion of profiting by selling cheap tea utensils at high prices . it is said that rikyu took some stone from the emperor 's tomb without permission , and used it to make washbowls and garden stones . there is a rumor that rikyu and hideyoshi were in conflict about their different views of the tea ceremony . it is also said that hideyoshi wanted rikyu 's daughter for his mistress , but rikyu rejected his offer saying , " i don 't want to be taken as a man who has succeeded in life because of his own daughter , " so hideyoshi hated rikyu deeply . these are various explanations like these . also , some people say that rikyu got involved in the political conflict around the instability of the toyotomi administration after the death of hidenaga toyotomi . it is recorded that when yoshishige otomo visited the osaka-jo castle , hidenaga toyotomi said to him , " i will take care of all the official business , and soeki ( rikyu ) will handle all personal matters , " which suggested how deeply rikyu was involved in the politics in the toyotomi administration , therefore it is clear that there were some groups against rikyu wanting him to lose his position . the well known successors to rikyu were sen no doan and sen no shoan ; the former was a son of rikyu 's first wife myoju hoshin , and the latter was a son between rikyu 's second wife sen no soon and her previous husband , and shoan was also known as a husband of rikyu 's daughter . in addition to them , these two people were also rikyu 's successors : soan mozuya , husband of rikyu 's daughter , and sen no shoji . however , doan and shoan were forced to seclude themselves at the death of rikyu , and the sen family went into decline for a while . incidentally , rikyu 's second wife soon was a good assistant and understood him very well , being familiar with the tea ceremony and changing the shape of fukusa ( napkin ) into what it is today . it was oribe furuta who succeeded rikyu as a tea master of the toyotomi clan , but other daimyo tea persons like nagamasu oda and tadaoki hosokawa inherited the concept of wabi-cha . a few years after rikyu 's death , doan and shoan were pardoned with the help of ieyasu tokugawa and toshiie maeda , and doan succeeded as head of the sakai-senke family , but the family died out soon . therefore only the branch families of kyo-senke called the three sen families survive today . also the yabunouchi family of the yabunouchi school and the sen family were related by marriage around this time . the three sen families are the lineage of shoan , adopted son of rikyu , and shoan 's son sen no sotan , who had served the daitoku-ji temple as kasshiki but returned to secular life and reestablished the sen family , setting up his residence in front of honpo-ji temple in kyoto , which belongs to the omotesenke and urasenke now . around this time , hideyoshi gave him 3 long chests from the elegant collection left by rikyu ( according to a book of " shigetsushu " ) . sotan 's second son soshu , third son sosa and fourth son soshitsu each established new branch schools , which became today 's mushakojisenke kankyuan , omotesenke fushin 'an and urasenke konnichian , respectively . the rikyu-ki ( memorial ceremony of the death day of rikyu ) is held at the daitoku-ji temple on march 27th and 28th ( according to the gregorian calendar ) . rikyu 's tea as the one who perfected " wabi-cha , " rikyu is described in an exaggerated way in historical materials like " nanboroku . " " namboroku " , a forged text , says that a poem created by fujiwara no ietaka was included in " shin kokin wakashu " ( there is no poem like this in the collection though ) and it describes well the essence of rikyu 's tea ceremony , which denied superficial decoration and pursued substantial beauty . the poem goes like this : to the people who consider only flowers beautiful , i would like to show the grass in the snow which brings the spring . however these historical materials focus on the spiritual aspect of rikyu 's tea ceremony too much , obscuring its true meaning . the best clue to know the tea ceremony of rikyu 's time is " yamanoue soji ki " ( record of soji yamanoue ) written by soji yamanoue , who was rikyu 's leading disciple . according to that record , rikyu inherited the traditional style of tea ceremony until he was 60 , and began to establish his own style after 61 ( when the incident at honno-ji temple occurred ) . so it was during the last decade of his life that rikyu brought wabi-cha to perfection . the fundamental point of rikyu 's tea was to deny the importance placed on meibutsu ( famous works of art and craft ) , and it could be called a kind of asceticism . instead of meibutsu , rikyu invented implements for tea ceremony such as mozuya-gama ( kettle ) and raku tea bowl , a characteristic of which was lack of decoration in shape . in contrast to karamono ( chinese utensils ) including meibutsu , it is important that these implements not be too expensive . rikyu also made an epoch-making reform of the teahouse . he invented soan teahouse . until then the smallest teahouse had a space of 4 and a half tatami mats , but rikyu made it smaller reducing the number of mats to 3 or even 2 , which was only common among the townsmen at that time , invented nijiri-guchi ( a small entrance to the teahouse ) , shitaji window , a mud wall and an alcove 120 to 150cm in width . among of these inventions , rikyu 's innovative " window " to the teahouse is notable . before rikyu , lighting of the teahouse came through 2 or 4 sliding doors at the veranda and it was " one-way lighting , " but rikyu enclosed the teahouse with a mud wall first and then made a window anywhere it was necessary . ( invention of the art of " enclosure " ) . this made it possible to handle the lighting in the teahouse freely , so they could make some parts bright or dark as they like . after that a skylight and furosaki window were incorporated , which enabled him to design more effective lighting . he made rapid changes in freedom of teahouse design , and the possible variations became infinite . rationality and freedom in design of rikyu 's teahouses could be called almost modern , and have a great influence not only on the sukiya style architecture but also on the general japanese architecture up until today . also , " roji " ( a garden next to the teahouse ) was one of the important achievements of rikyu . it had been a mere passage before rikyu , but he transformed it into a space for tea , a space for entertainment in its own right . this brought the tea ceremony to perfection as an " integrated art , " which lasts only for the short time of one 's visit , drinking tea and leaving . the concept of fulfilled time in the tea ceremony is expressed by " ichi-go ichi-e " ( one chance in a lifetime ) . today there are many things that have the name of rikyu such as rikyu-bashi ( chopsticks ) , rikyu-nezumi ( gray color ) , rikyu-yaki ( grilled fish or meat with sesame ) and rikyu-dana ( shelf ) , which suggest that rikyu contributed not only to a tea ceremony but also to the japanese tradition . there is a place that is said to have been the site of rikyu 's teahouse at shukuin , sakai city , osaka , and is preserved by the city as a historical site . a monument to rikyu 's residence was erected in seimei-jinja shrine in kamigyo-ku , kyoto , and it is also said that rikyu had residences called " mozuno yashiki " at mozuno in sakai city , " daibutsu yashiki " in front of higashiyama daibutsu , " daitoku-ji yashiki " in front of the main gate of the daitoku-ji temple and " yamazaki yashiki " at yamazaki , shimamoto-cho , osaka . there is still a japanese confection called " rikyu manju " all over the country of japan . works rikyu brought various new ideas to the japanese tea ceremony . he instructed craftsmen like the raku family , having them make implements for the tea ceremony , and he also designed a teahouse and created utensils such as hanaire ( flower vase for tea ceremony ) and a tea scoop . rikyu simplified the process of the tea ceremony which was still complicated at the time of joo , and produced wabi-cha utensils and gained lots of supporters and successors . that is why people call rikyu the tea master who perfected wabi-cha . teahouse of myokian : located in ooyamazaki-cho , kyoto . reputed to have been built by rikyu . a national treasure . the golden teahouse : rikyu designed it at the ordered of hideyoshi toyotomi . there is a replica of the golden teahouse in the moa museum of art . letters written by rikyu : " musashi abumi no sho " ( a letter to oribe ) , " a letter to kanbei sueyoshi " , " a letter to matsui sadonokami " , and so on . " kishinjo " ( a list of donations or donors ) calligraphy , " koshu saigetsu " ( means the moon seen from a lonely boat ) " onjo-ji " and " shakuhachi " bamboo flower vases " namida " ( teardrop ) and " omokage " ( remaining image ) tea scoops works about sen no rikyu novels " hideyoshi and rikyu " ( written by yaeko nogami ) " sen no rikyu and his wives " ( written by ayako miura ) movies " sen no rikyu hongakubo ibun " ( produced by toho co . ltd. in 1989 ) director : kei kumai author : yasushi inoue cast : eiji okuda , toshiro mifune , kinnosuke yorozuya , go kato , shinsuke ashida and others . " rikyu " ( produced by shochiku co . ltd. in 1989 ) director : hiroshi teshigahara author : yaeko nogami screenplay : genpei akasegawa cast : rentaro mikuni , yoshiko mita , koshiro matsumoto ( ix ) , kichiemon nakamura ( ii ) , ryo tamura ( actor ) , and others . television programs " sen no rikyu : like grass peeking through the snow , waiting for spring " screenplay : seiji hoshikawa +nagamasu oda was a daimyo and master of the tea ceremony from the azuchi-momoyama period to the early edo period . brother of nobunaga oda . the 11th child of nobuhide oda , he was known as gengo ( also gengoro ) . from the title urakusaijoan , he was later known as uraku or urakusai . having learned the tea ceremony from sen no rikyu ( rikyu sen ) , he is counted among rikyu 's seven disciples . he later founded the uraku school of the tea ceremony . he also restored shoden-in temple at kennin-ji temple in kyoto ; and the tea room that he built there , joan temple , has been designated a national treasure . although nagamasu was one of nobunaga 's brothers , there was a large difference in age ; and little is known about the first half of his life . from the 1570s he was under the command of nobunaga oda 's eldest son nobutada oda , and was with nobutada at nijo castle at the time of the incident at honno-ji in 1582 . when nobutada killed himself at nagamasu 's urging , nagamasu defected and fled the castle . he escaped to gifu city via azuchi-cho , omi . the people of kyoto made fun of this episode , saying , " gengo oda is not a man . he just fills his belly and runs to azuchi . on the 2nd of january there came a flood , and washed away the name of oda . " after the incident he served his nephew , nobukatsu oda , and helped with negotiating peace between ieyasu tokugawa and hideyoshi toyotomi at the battle of komaki and nagakute . after that he was granted a territory in the chita district and resided in okusa castle . in 1590 after nobukatsu was dismissed , as an otogishu to hideyoshi he received 2000 koku in mashita , in the shimashimo district of settsu province ( present day settsu city , osaka prefecture ) . he fought alongside his eldest son , nagataka oda , as part of the eastern army in the battle of sekigahara . for such distinguished service as capturing yorisato gamo , a vassal to mitsunari ishida , he was awarded 30,000 koku in yamato province after the war . however , after the war he continued to serve the toyotomi household as an aide to the niece , lady yodo . around that time he rebuilt the subsidiary temple shoden-in at kennin-ji ( temple ) , building joan ( a tea-ceremony room ) inside it . now the graves of nagamasu and his wife , and their grandson nagayoshi oda , are at shodeneigen-in ( the name was changed in the meiji period ) . there are also portraits of nagamasu and his wife , their granddaughter ( a daughter of their 2nd son , yorinaga ) , and his older brother nobukane oda . joan tea-ceremony room ( currently relocated to urakuen in the meitetsu inuyama hotel in inuyama city , aichi prefecture ) being in osaka castle during the siege of osaka , he had a central role in supporting the toyotomi household , along with harunaga ono et alia . he left the toyotomi family before the siege of osaka . it might have been because he was a dove within the toyotomi household . another explanation says that he was a spy for the shogunate . after leaving osaka he lived a quiet life in kyoto , concentrating on the tea ceremony and pursuing his hobbies . in august of 1615 he parceled out 10,000 koku each to his 4th son nagamasa and his 5th son naonaga , and kept 10,000 koku for his own retirement . he died in kyoto on december 13 of 1621 . aged 75 . his legal wife was the daughter of masahide hirate . he had 6 sons and 3 daughters that can be confirmed , including : eldest son nagataka oda ; 2nd son yorinaga oda ( a legitimate son ) ; 3rd son toshinaga oda ; 4th son nagamasa oda ( a daimyo ) ; 5th son naonaga oda ; and 6th son yuukan ( a monk ) . his illegitimate first child , nagataka , fought valiantly alongside his father with the eastern army at the battle of sekigahara , was awarded 10,000 koku and made a daimyo of the nomura-han , and was actually recognized as a branch family by the shogunate . his legitimate son , yorinaga , served hideyori toyotomi along with his father after the battle of sekigahara . he also took over the uraku school of the tea ceremony , which his father founded . when their father retired in 1615 , the 4th son , nagamasa , and the 5th son , naonaga , each received 10,000 koku out of the 30,000 koku that nagamasu held in the yamato district . they both remained tozama daimyo with 10,000 koku until the meiji period , nagamasa in the kaiji-han , and naonaga in the yanagimoto-han . the 10,000 koku that nagamasa kept for his own retirement were repossessed at the time of his death . yurakucho , in tokyo 's chiyoda ward , is said to have got its name from yuraku 's residence there ; but there is no record of him having lived in edo . there used to be a place in osaka called yurakucho , where yuraku was said to have lived . the one in osaka was near present day tengachaya in nishinari ward , osaka city ; however , it disappeared in the countless post-war re-drawings of ward boundaries . " urakusai oda " by kazuhisa hori +hachiro kiyokawa ( october 10th , first year of tenpo ( lunar calendar ) ( november 24 , 1830 ) - april 13th , third year of bunkyu ( lunar calendar ) ( may 30 , 1863 ) ) was a shishi at end of edo period , and one of the leaders of the roshigumi . he was child of hidetoshi saito , a samurai living in kiyokawa village , shonai-han , dewa province ( present day shonai-machi , higashitagawa district , yamagata prefecture ) . his childhood name was motoshi . imina was masaaki . his real name was masaaki saito . in 1843 , hachiro studied hard under yasuemon hatakeda , a public officer of kiyokawa barrier . he seems to have been an excellent student . in the third year of koka , he met tesseki fujimoto , the leader of tenchu-gumi , and deepened friendship with him . in 1847 , he came to edo and studied under ichido tojo of kogaku sect . he was acknowledged for his abilities and was ordered to become the head of tojo juku , but he firmly declined to assume the position . he was transferred to the juku of gonzai asaka . at the same time , he practiced and mastered swardsmanship at genbukan under shusaku chiba , the founder of hokushin itto ryu ; he also studied at shoheiko school of edo shogunate . subsequently , he established kiyokawa juku . ( in the city of edo , kiyokawa juku was the only juku where one person taught both academic learning and swordsmanship . ) between march and september of 1855 , he left kiyokawa village with his mother . they traveled widely visiting zenko-ji temple , nagoya , ise , nara , kyoto , omi , osaka , miyajima , iwakuni , amanohashidate , kamakura , edo , nikko and so on . the record of this trip , " saiyuso " is a valuable material for learning about travel conditions at the end of edo period . it mainly describes meetings with noted persons of various provinces , but perhaps because of kiyokawa 's character , he wrote many bitter and severe criticisms [ in the report ] . after being deeply shocked by the sakurada gate incident which occurred in 1860 his ideology shifted towards overthrowing of the tokugawa shogunate and of sonno joi . after this incident , many patriots started to gather in kiyokawa juku . in 1863 , kobi no kai was formed , with hachiro as the leader . the people who started this gathering were tesshu yamaoka and 15 others . they planned to overthrow the tokugawa shogunate by attacking and setting fire to yokohama foreign settlement , thereby stirring up the spirit of sonno joi , but this secret plan became known by the tokuwa shogunate . furthermore , as they slashed a person who berated hachiro , they were now pursued by the tokugawa shogunate . due to such circumstances , hachiro lived in hiding in kyoto , and he also campaigned in various provinces in the east and the west in order to obtain private agreements for sonno joi and overthrow of the tokugawa shogunate . he subsequently submitted a letter of his opinion to shungaku matsudaira ( leader of political affairs of the tokugawa shogunate ) regarding the three urgent measures to be taken ( 1 . carrying out joi , 2 . issuing amnesty , 3 . educating talented persons of the nation . ) the shogunate , who had problems managing sonno joi shishi 's , adopted his opinion . the roshigumi was formed ( 234 men ) . hachiro succeeded in outwitting the shogunate . on february 23 1863 , when shogun iemochi tokugawa traveled to kyoto hachiro accompanied him as the leader of roshigumi who served as the vanguard for the shogun . on the night they arrived in kyoto , hachiro gathered his group of roshi at shintoku-ji temple in mibu and stated that their real purpose was not to guard the shogun but to be the vanguard of sonno joi . isami kondo , toshizo hijikata , kamo serizawa and others objected to this ( kyuo udono requested two members of the roshigumi , yoshio tonouchi and tsuguo iesato , to coordinate those who desired to remain in kyoto ; yuzan negishi , kamo serizawa and isami kondo and others remained in kyoto to take a path separate from that of hachiro , and they became mibu warriors who later developed into shinsengumi . ) hachiro , who was given his own force of 200 men , requested to the imperial government to be allowed to submit a petition , which was fortunately accepted . the shogunate became anxious about such unstable state of affairs of roshigumi , and made the roshigumi return to edo . hachiro tried to mobilize the roshigumi after he returned to edo , but his life was in danger as he had been completely against the shogunate in kyoto . on april 13th of the 3rd year of bunkyu , hachiro was attacked by 6 assassins of the shogunate , including tadasaburo sasaki and shigeaki kubota , at azabu ichinohashi , and was beheaded . he died at the age of 34 . according to joshido , his head was retrieved by shuzo ishizaka and was kept by fusako yamaoka ( the wife of tesshu yamaoka ) , who returned it to hachiro 's family . after hachiro 's death , the shogunate changed the name of the roshigumi to shinsengumi , and placed it under the supervision of shonai-han . saiyuso ( written by hachiro kiyokawa ) kaiten no mon ( written by shuhei fujisawa ) kimyo nari hachiro ( included in the book " bakumatsu " written by ryotaro shiba ) . ansatsu ( movie ) kiyokawa hachiro ( movie ) ryuma ga yuku of 1982 ( tv drama ) , hachiro kiyokawa was played by isao hashizume . +izumo no okuni ( 1572 ? - year of death is unknown ) was a female artist of the azuchi-momoyama period who is considered the creator of kabuki . there are a variety of ways to write her name , including okuni , kuni , kuniko ( in kanji ) and okuni , kuni ( in hiragana ) . origins according to tradition , she was the daughter of san-uemon nakamura from matsue city in izumo province , became a miko at izumo-taisha shrine , and in the bunroku era became famous for traveling to all the provinces to promote izumo taisha . from the diary of tamon-in , may 1582 : an entry notes that " kaga kuni children 8 and 11 " was doing a " yayako-odori " dance at kasuga-taisha shrine . interpreting this to mean two children named kaga and kuni , respectively 8 and 11 years old , and counting back from that date , the prevailing view has come to be that kuni was born in 1572 . however , it can also be interpreted to mean two girls , 8 and 11 years old , from the province of kaga . to quote a more reliable source , it is recorded in the tokiyoshi kyoki that in 1600 kuni and kiku of unshu ( izumo ) performed the " yayako-odori " dance at ko 'noeden of kyoto and at the palace ; and it is known that this is where she made her self known as izumo no okuni . the following records are older than the tokiyoshi kyoki , and may also refer to okuni . oyudono no ue no nikki , september 1581 : the " yayako-odori " was performed at the palace . tokitsugu kyoki , february 1588 : a miko from izumo taisha danced in kyoto . kabuki-odori dancing in the spring of 1603 , they built a stage at kitanotenman-gu shrine and put on a show . they performed foppish men who frequented teahouses , and became tremendously popular in kyoto . " kabuki-odori " was also performed at the palace in may of that same year . okuni put on performances at shijokawara and elsewhere to promote the shrine . it is thought that okuni 's husband ( or lover ) sansaburo nagoya taught the kabuki style to okuni . there are some documents that described okuni 's dancing as nenbutsu-odori . when okuni and her troupe became famous , acts that imitated them , called yujo-kabuki , was started by local prostitutes ( yujo ) and became very popular . image : statueofokuni.jpg right 120px statue of okuni ( kyoto shijo ohashi area ) later years nothing is heard of okuni after she performed kabuki to promote the shrine at edo-jo castle in 1607 . there was a kabuki performance at the palace in april of 1612 , which some view was performed by okuni 's troupe . the year of her death is variously reported as 1613 , 1644 , 1658 , etc . ( some even speculate about a 2nd okuni ) . legend has it that she returned to izumo and became a nun ; and what is considered to be okuni 's grave is near izumo taisha . there is also a place at koto-in of daitoku-ji temple that is said to be her grave . reference works before kabuki ( tatsusaburo hayashi , 1954 ) izumo no okuni ( kyoko ogasawara , 1984 ) +yachiyo inoue is the name given to the head of the inoue school . given name : sato inoue ( 1767-1854 ) founded the school based on court culture . given name : aya inoue ( 1770-1868 ) the daughter of the brother of yachiyo inoue the 1st incorporated elements from noh . given name : haruko katayama ( 1838-september 7 , 1938 ; maiden name : yoshizumi ) studied under the 1st head of the school , sato , and the 2nd , aya . her husband was kanze school noh actor kurouemon katayama the 7th . did choreography and instruction for the miyako odori at its founding in 1872 , taking kyoumai dancing out of the traditional private venues and onto the stage ; she also strengthened ties between gion and the inoue school , leading the school on an ascent . she had many students , including yachiyo inoue the 4th and sata matsumoto . she received the name of yachiyo inoue at 96 years of age ; before which she went by haruko katayama ; refer to the website of the katayama family noh and kyoumai preservation foundation for more information . as is explained below , the wife of her grandson , hiromichi katayama , was yachiyo inoue the 4th . hideji houjou 's play " kyoumai " stars yachiyo inoue the 3rd and yachiyo inoue the 4th . given name : aiko katayama ( may 14 , 1905-march 19 , 2004 ) she retired in her old age and became aiko inoue the 1st . her husband was hiromichi katayama . children : kurouemon katayama ( the 9th ) , keijirou katayama , and motosaburou sugiura ( all are kanze school noh actors ) recognized living national treasure member of the japan art academy received japan art academy award / art festival award received order of cultural merit famous works include " naginata yashima " , " ama " , " kanawa " , and " shino " . 1905 - born in kyoto 1908 ( 3y.o. ) - introduced to yachiyo inoue the 3 rd 1919 ( 14y.o. ) – accredited master named aiko inoue 1923 - became an instructor at the yasaka nyokouba school dance department . 1931 - married the grandson of yachiyo inoue the 3rd , kanze school noh teacher hiromichi katayama ( kurouemon katayama the 8th ) . 1947 – succession to the head of the school , as yachiyo inoue the 4th 1952 - received japan art academy award 1955 - recognized as living national treasure 1957 - chosen to be member of japan art academy 1976 - received order of the precious crown , butterfly 1990 - received order of cultural merit 2000 – gave up the name to granddaughter michiyo inoue , becoming aiko inoue again . given name : michiko kanze ( 1956 - , maiden name : inoue ) 1956 – born in kyoto to father kurouemon katayama ( the 9th , kanze school noh actor ) and grandmother yachiyo the 4th , aiko katayama . husband : tetsunojou kanze ( the 9th , kanze school noh actor ) . children : yasuko inoue ( yasuko kanze ) and atsuo kanze brother : kiyoshi katayama officer of the japanese dance association inc . 1956 - born in kyoto 1959 – ( 2y.o. ) began learning dance 1970 – ( 14y.o. ) accredited master 1975 – graduated from private notre dame jogakuin junior and senior high school became a dance instructor at yasaka nyokouba school ( gion girls ' art school ) 1999 – received japan art academy award 2000 – succession to the head of the school as yachiyo inoue " kyoumai master of the inoue school : yachiyo inoue the 3 rd ( almanac of a gion woman ) " yasuko endou , libroport co . , 1993 " yachiyo inoue talks on art " keijirou katayama , 1967 , kawarashoten +buson yosa ( born in 1716 , died on january 17 , 1784 ) was a japanese haiku poet and painter in the middle of the edo period . his real surname was either taniguchi or tani . " buson " was a pseudonym ; and his real name is unknown . it is thought that the name " buson " was derived from a poem by a chinese poet , touenmei , " returning home " . he had other names besides buson , including saichou and yahantei ( ii ) as a poet , and shunsei and shain as a painter . biography born in kema village , higashinari county , in the kingdom of settsu ( kema-chou , miyakojima-ku , osaka ) . at the age of 20 he went to edo and studied haikai under hajin hayano ( soua yahantei ) . he lived in the house that his teacher temporarily hired near toki-no-kane bell tower in nihonbashi-kokuchou . around that time he was known as saichou . after his teacher 's death in 1742 , he went to live with gantou isaoka in yuki , the kingdom of shimousa ( yuki city , ibaraki prefecture ) at the age of 27 . he admired basho matsuo so much that he followed in his footsteps on a trip to the tohoku region . he first used the name buson when he edited those notes into his saitanchou anthology ( utsunomiya saitanchou ) in 1744 when he lived in the house of rokyu sato , who was gantou 's adopted son-in-law . he was living in utsunomiya , in the kingdom of shimotsuke ( utsunomiya city , tochigi prefecture ) . later he toured the kingdoms of kango and sanuki , and settled in kyoto at 42 . around that time he started to use the name , yosa . there is a theory that he got this name because his mother was born in yosa in tango ; but the reason is not known . he married at 45 years of age and had one daughter , kuno . he spent the rest of his life in kyoto , doing activities including teaching poetry at shimahara sumiya restaurant . in 1770 , he became the second leader of the yahantei school . his life came to an end after 68 years , before dawn on the morning of january 17 , 1784 in his house on karasuma nishi-iru , bukkouji street , in shimogyou-ku , kyoto . his last poem was , " white plum blossoms / i know the dawn will break soon " . his grave site is at kinpukuji in ichijouji , sakyou-ku , kyoto . as a haiku poet a master of edo haikai along with bashou matsuo and issa kobayashi , he is known as the restoration patriarch of edo haikai . he is also the originator of haiku painting . he was good at making realistic yet picturesque verses . distressed by the lack of originality in the haikai of the time , he promoted a return to basho 's style . he was instrumental in establishing the tenmyou style that applied the concept of " departure from the ordinary " used in painting and poetry . major works the sea in spring / all day long rocking / rocking willow leaves falling / water in the brook drying up / stones everywhere five or six riders hurrying / to tobadono / an autumn storm flowers and thorns / this road looks like the one back home new leaves / all around , only fuji / is left uncovered two or three / peony petals falling / and piling up on the ground the joy of crossing / a river in summer / sandals in hand spring is passing / my heart is heavy / holding biwa in the arm a leek floating / in the ekisui river / so cold the high moon / i pass through / the poor town early summer rain / by the river / are two houses flowers of rape / the moon in the east / the sun in the west how cool / the chimes / drifting away from the bell in an old garden / a tea whisk is placed like a flower / camellias after petals fall / it stands a vestige / peony sweet sake / the hell is near / in mount hakone the inn serving blowfish soup / is lit up / all in red one pawn shop / for two villages / a grove in winter bonfires burning / the frost is beautiful / kyoto town a wintry moon / a temple without a gate / the sky is high cherry petals falling / water in a paddy field / stars and moon at night at sumiyoshi / plums of the tenman god / have bloomed a short night / leaves a slice of moon / in shallow water a night in autumn / reading an old book / a nara priest collections of haikai seven buson collections ( the snowscape , a crow at dawn , four great poets in a night , a crow at dawn 2 , tohri , gosha hogu , flowers and birds , four great poets in a night 2 ) a crow at dawn midnight pleasure et cetera paintings landscape ( idemitsu museum of arts ) 6-sided folding screen – important cultural property 1763 10 conveniences and 10 comforts ( kawabata foundation ) picture album – national treasure 1771 with taiga ikeno buson painted the 10 comforts red and white plums ( sumiya motenashi art museum ) 4 sliding screens and a 4-segment folding screen – important cultural property cycad palm ( kagawa , myouhouji ) 4-sided folding screen ( originally sliding screens ) – important cultural property a picnic in the hills ( tyo national museum ) 6-sided folding screen – important cultural property bamboo valley hideout ( private collection ) hanging scroll – important cultural property the narrow road to the interior scroll ( kyoto national museum ) 2 scrolls – important cultural property 1778 nozarashi travelogue ( private collection ) set of 6 – important cultural property the narrow road to the interior folding screen ( yamagata art museum ) 6 segments – important cultural property 1779 the narrow road to the interior scroll painting ( itsuo art museum ) 2 scrolls – important cultural property 1779 new leaves and cuckoo ( cultural affairs agency ) hanging scroll – important cultural property cottage in bamboo grove and horses under willow trees ( private collection ) six-sided folding screen – important cultural property spring weather ( private collection ) hanging scroll – important cultural property kites ( kitamura art museum ) hanging scroll ( pair ) – important cultural property top of mt . gabi ( tyo , mayuyama & co . , ltd . ) scroll – important cultural property tower at night ( private collection ) hanging scroll – important cultural property pines of fuji ( aichi prefectural art museum ) hanging scroll – important cultural property in addition to those listed above , the collected paintings , poems , and letters that were passed on to the family of buson 's patron and haikai student , hyakuchi teramura , being " materials related to buson yosa , " have been designated an important cultural property ( 1987 , private collection ) . influence on later generations buson has influenced many haiku poets . it is well known that he had an especially big influence on the innovation of haiku poems by shiki masaoka . the 25th day of the 12th month in the old calendar is buson day . there are many haiku about it . on buson day / goshun painted / a turnip ( shiki masaoka ) playful in the spirit / of buson day / kyotango ( getto aoki ) +yusai hosokawa ( fujitaka hosokawa ) was a general of the warring states period , and a tanka poet . he was born as mankichi , and his childhood name was yoichiro . his court ranks were hyobu dayu , jiju , and nii hoin . later he took the name " yusai genshi " . he was born the second son to harukazu mitsubuchi , a member of the shogun 's personal army in the ashikaga shogunate administrative system , and to chikeiin , the daughter of nobukata kiyohara , a famous scholar of confucianism and kokugaku ( national learning ) . he was adopted as the heir of his uncle mototsune hosokawa , a shugo of izumi province . his legitimate wife , jako , was the daughter of the lord of kumagawa-jo castle in wakasa province , mitsukane numata . tadaoki hosokawa was his son and heir . at first he was a vassal of the 13th shogun yoshiteru ashikaga , and after his death he strove to make yoshiaki ashikaga the 15th shogun , but later he followed nobunaga oda and was made daimyo of a fief of 110,000 koku of rice in miyazu , in tango province . after that , he was one of the major vassals under both hideyoshi toyotomi and ieyasu tokugawa , later becoming the ancestor of the major hosokawa clan of the early modern period . he was a man of great learning who was given the transmission of the secret traditions of the kokinshu , known as kokin denju , from saneki sanjonishi , the nijo school successor and instructor who followed teika fujiwara 's poetic style , and he also brought to a peak the poetic criticism of the early modern period . later , he passed the secret knowledge on to its legitimate successors , kinkuni sanjonishi ( the son of saneki sanjonishi ) and his son saneeda sanjonishi . he was born on april 22 , 1534 , in what is today higashiyama ward , kyoto city , as the second son of harukazu mitsubuchi . in 1540 , when he was 7 years old , he was adopted as the heir of his father 's brother mototsune hosokawa , the shugo of izumi province . in 1546 , the 13th shogun yoshifuji ashikaga ( the future yoshiteru ) gave one of the kanji in his name to him and he renamed himself as fujitaka . in 1552 , he was promoted to junior 5th rank , lower grade , and hyobu dayu , and later he became the head of the hosokawa family due to the death of his stepfather mototsune in 1554 . at first he was in the service of the shogun yoshiteru , and when yoshiteru was assassinated by three major vassals of the miyoshi clan and hisahide matsunaga , he rescued from confinement yoshiteru 's brother kakukei ichijoin ( later yoshiaki ashikaga after his return to secular life ) , and seeking help from yoshikata rokkaku in omi province , yoshizumi takeda in wakasa province , yoshikage asakura in echizen province and others , he exerted himself to have yoshiaki appointed as the next shogun . afterwards , through mitsuhide akechi , who had earlier served the asakura clan , he would ask for support from nobunaga oda , the lord of owari province . in 1568 , following when nobunaga oda entered kyoto in support of yoshiaki ashikaga , fujitaka took back shoryuji castle in yamashiro province from tomomichi iwanari , one of the three major vassals of the miyoshi clan , and fought various other battles in yamato and settsu provinces . as the conflict between yoshiaki and nobunaga began to surface , he worked hard to intercede with both of them , but in march 1573 , after his admonitions to yoshiaki against taking arms fell on deaf ears , he welcomed the entry of nobunaga 's army into kyoto and signaled his allegiance to him . after yoshiaki 's ejection from kyoto , he rendered homage and service to nobunaga and received the whole area of nagaoka , west of katsura-gawa river in yamashiro ( the present nagaokakyo city and muko city ) . in august , he and katsumasa ikeda dealt tomomichi iwanari a crushing defeat at the battle of yodo castle in yamashiro , and went on to fight a number of battles in the kinai area as a general under nobunaga . in the ishiyama hongan-ji war and the attack on the saika-shu group of kii province , among other campaigns , he did exemplary service as an aide to mitsuhide akechi , the commander-in-chief of the army responsible for the sanin area . in 1577 , he and mitsuhide rendered distinguished services in the taking of shigisan-jo castle , the residence of hisahide matsunaga , who had raised a standard of revolt against nobunaga . in 1578 , his son and heir tadaoki married tama , the daughter of mitsuhide akechi ( also known as gracia hosokawa ) , on the advice of nobunaga . in 1580 he attacked tango alone , failing due to a counterattack from the isshiki clan , but he finally succeeded with the help of mitsuhide , and was then given a fief of 110,000 koku in tango by nobunaga and made miyazu castle his residence there . at the incident at honno-ji temple in 1582 , he declined persistent requests for cooperation from mitsuhide akechi , his longtime colleague and the father of his daughter-in-law , shaved his head , changed his name to yusai genshi , handed the headship of the hosokawa family to his son tadaoki , and retired . after this incident he was still promoted to an important position by hideyoshi hashiba , and in 1586 received nishigaoka , yamashiro , as a fief to cover traveling expenses to and from kyoto and living expenses during his stay there , etc . he also joined the kishu campaign in 1585 and the kyushu campaign in 1587 as a general . he and a bugyo of the toyotomi family , mitsunari ishida , carried out a cadastral survey together in satsuma province . in 1595 , he received a fief of 3,000 koku in osumi province ( later that fief was changed to echizen fuchu ) . as a man of culture like sen no rikyu , yusai was one of those who enjoyed hideyoshi 's special favor . tadaoki ( by another name , sansai ) also had a profound knowledge of the tea ceremony , and became one of rikyu 's leading pupils . on the other hand , he also had a good relationship with ieyasu tokugawa , and became closer to him after hideyoshi 's death in 1598 . in june 1600 , tadaoki led his forces to join ieyasu 's campaign in aizu against kagekatsu uesugi , leaving yusai with less than 500 men to protect tango tanabe castle . in july , mitsunari ishida and other vassals under hideyoshi raised an army against ieyasu , and surrounded by this army in osaka , tadaoki 's wife gracia set their residence on fire and took her own life . although tango tanabe castle was surrounded by an army of 15000 solders led by shigekatsu onogi and shigekatsu maeda , the resistance of the besieged army led by yusai was severe , and there were many of yusai 's poetry students among the besiegers who were reluctant to fight , so the battle became a prolonged struggle . one of his students in poetry , prince hachijonomiya toshihito , tried twice to make peace proposals ( in july and august ) , but yusai declined them and kept his army locked up in the castle . he gave the kokinshu shomeijo as a gift to prince hachijonomiya and presented the genjisho and nijuichidai wakashu to the imperial court by way of a messenger . in the end , due to prince hachijonomiya 's request to his brother emperor goyozei , michikatsu nakanoin , mitsuhiro karasumaru , and saneki sanjonishi were sent to tango tanabe castle as imperial messengers and on september 13th , just two days before the battle of sekigahara , a peace was made by imperial order . yusai , ending a 2 month siege , handed over his castle and was taken to tanba kameyama castle , the residence of his enemy shigekatsu maeda . at the battle of sekigahara , tadaoki , his son and heir , fought in the front line against mitsunari ishida 's army , and got a large fief of 399,000 koku in kokura in buzen province , but yusai spent the rest of his life in dignified retirement in yoshida , kyoto . he died in his residence at sanjo kurumaya-cho in kyoto , on august 20 , 1610 . he was 77 . yusai 's 6,000 koku of land was divided up after his death , and half of it ended up leaving the hosokawa family to be inherited by kyumu nagaoka ( also known as tadataka hosokawa ) , grandson of yusai and disinherited by his father tadaoki , to support his retirement in kyoto . his grave is at tenjuan temple , a tacchu temple of zuiryuzan taihei kokoku nanzen-ji temple in nanzenji fukuchi-cho , sakyo ward , kyoto . there is also a mausoleum to him where the taisho-ji temple once stood in the tatsuta nature park in kurokami , kumamoto city , where his descendants after tadatoshi hosokawa , tadaoki 's son , ruled as feudal lords of the 540,000-koku kumamoto fief in higo province it is said that he was an illegitimate son of the 12th shogun yoshiharu ashikaga . if that were true , it would make him an illegitimate brother of yoshiteru and yoshiaki ashikaga . there is a story that while he was living a roaming life with yoshiaki after the eiroku incident , they were so desperately poor that they found it hard even to get lantern oil , and were forced to pilfer oil from shinto shrines . when he followed nobunaga oda as his vassal , he received nagaoka in yamashiro , and for a time he called himself nagaoka . he reverted to his former family name of hosokawa after the battle of sekigahara , and from that time , the surname nagaoka was given to some family members and chief vassals as another important name for the hosokawa clan . yusai was one of the greatest men of culture of his time , who mastered many martial and cultural arts such as swordsmanship , waka poetry , and the tea ceremony . he showed a natural aptitude for the martial arts , for example , learning swordsmanship from bokuden tsukahara , getting a license of japanese archery from sadahiro hahakabe / sadahiro hokabe and from the heki-ryu of the sekka-ha school , and being given the transmission of kyuba kojitsu rule ( of the takeda school of horseback archery ) from nobutoyo takeda , a lord of the wakasa takeda clan . he also possessed amazing strength , and there is a story that he once grabbed and threw down a bull rushing down a road in kyoto . he received the transmission of the kokin denju from saneki sanjonishi , and temporarily succeeded the orthodox nijo-school style until he passed it back to kinkuni sanjonishi . he was the only successor of the kokin denju at that time , and it is said that emperor goyozei was afraid the kokin denju might be lost at the battle of sekigahara , and that this was why he helped yusai with the imperial order . his pupils included emperor goyozei 's brother prince hachijonomiya toshihito , and court nobles like michikatsu nakanoin and mitsuhiro karasumaru ; teitoku matsunaga and choshoshi kinoshita also received instruction from yusai . yoshihisa shimazu , who had known yusai since the days of his service to yoshiaki , was one of those who tried to receive the kokin denju from yusai in person . in the taisho period , the kokin denju-no-ma house where prince hachijonomiya received the kokin denju from yusai was moved to the suizenji jojuen garden built by tadatoshi hosokawa , a grandson of yusai who became lord of kumamoto domain . he was said to love his wife very much , and kept no concubines . mitsuhide akechi , a close friend of his , also had only one wife and no concubines . shumyoshu eika taigaisho kokin wakashu kikigaki hyakunin isshu sho kyushu michi-no-ki togoku jindo-no-ki masayoshi sato , yusai genshi . bungeishunju . +hideki yukawa ( january 23 , 1907-september 8 , 1981 ) was a theoretical physical scientist in japan . he was professor emeritus for both kyoto and osaka university . he was also an honored citizen of kyoto city . he was conferred the jyunii-kun itto ( junior second rank , first order of merit ) . doctorate in science . contributed to the development of nuclear and particle physics by advocating the meson theory , he became the first japanese to win the nobel prize in 1949 . he was born in 1907 to a geological scientist takuji ogawa and his wife koyuki as their third son in ichibei-cho town , azabu ward , tokyo city ( present minato ward ( tokyo prefecture ) ) . following his father takuji 's position as professor of kyoto imperial university ( present kyoto university ) , his family moved to kyoto city in 1908 . therefore , he lived in the house at azabu-ku ward for only fourteen months following his birth . he lived in kyoto prefecture from the age of one until graduating from university , and lived in osaka prefecture and nishinomiya city , hyogo prefecture for a short period after graduation ; he spent the greater part of his life in kyoto prefecture . yukawa wrote in his autobiography , " the days after we moved to kyoto can be recollected but those before kyoto cannot be . therefore , kyoto may be called my hometown . " his grandfather komakitsu ogawa was originally a samurai ( warrior ) of the kishu domain with a great store of knowledge of sinology , who studied western studies after the meiji period , and continued to subscribe to the london times until his later years . as his forefathers had lived in wakayama , he was sometimes introduced as a person who came from wakayama prefecture . there is a stone monument showcasing the birthplace of konosuke matsushita , a businessman from wakayama prefecture , in matsushita 's hometown , whose title was written by yukawa as a person from the same province . yukawa himself , however , had not lived in wakayama prefecture . he read aloud the " shisho ( four major chinese books respected in the confucianism ) " under the tutelage of his maternal grandfather komakitsu when he was 5 or 6 years old . " i have never thought that having read those chinese classic books in my childhood was useless . those books provided me with lots of benefits , although i could not construe the chinese words at first . i felt no reluctance toward characters when i became old enough to read books written for adults . i had likely gotten used to the chinese characters . getting used to something produces a surprising effect . merely repeating what my grandfather said undoubtedly facilitated my reading ability by making me familiar with the chinese characters unconsciously . " yukawa wrote in his autobiography . he entered kyoto first junior high school ( present kyoto prefectural rakuhoku high school ) in 1919 . he attracted little attention in his junior high school days , who was called " gonbei " . there were a lot of students whose parents were scholars in the same class in kyoto first junior high school , therefore many students would later became scholars . shinichiro tomonaga , who also won the nobel prize in physics , was his senior by one year at the junior high school and a classmate in the third high school under the old system of education ( present kyoto university , general education course ) and kyoto imperial university . nobel prize he graduated from the physics department , science faculty of kyoto imperial university in 1929 . he became the assistant of the laboratory of kajuro tamaki in kyoto imperial university . he became the instructor of kyoto imperial university in 1932 . he also held the post of instructor at osaka imperial university ( present osaka university ) in 1933 . it is said that his voice was so small that students found it difficult to understand his lectures . he was adopted by his wife 's family yukawa , whose family head was the director of osaka gastrointestinal hospital at that time , while changing his family name from ogawa to yukawa . he put forward the meson theory in 1934 and submitted a thesis " interaction of the elementary particle " in 1935 , predicting the existence of mesons . this research was appreciated , with the result that he was awarded the gakushi-in onshi-sho ( the imperial prize of the imperial academy ( later japan academy ) ) in 1940 and the order of culture in 1943 , while becoming the youngest winner of the order of culture . he also won the nobel prize in physics in 1949 . he was the first japanese to win the novel prize , so his feat excited the japanese nation which had lost its confidence through its defeat in the second world war and subsequent occupation . he kept advocating innovative and ambitious theories such as the quantum theory of non-local field and the theory of elementary domain , and was active at the forefront of physics until his last days . he also actively took part in the peace movement for the abolition of nuclear weapons , being among the members including max born who jointly published the russell-einstein manifesto . his later years after he retired from kyoto university in 1970 , he became professor emeritus for kyoto university . when he was asked to write something on a shikishi ( a square of heavy decorated paper for writing poem , motto and others ) , he often wrote " 知魚楽 " in chinese characters . " 知魚楽 " means " sympathize with the pleasure of swimming fishes " . this is the last phrase in " quishi " ( autumn floods ) , a chapter of " zhuangzi " which is a taoist book named after an ancient chinese philosopher . he died at his home in sakyo ward , kyoto city for pneumonia and cardiac failure in 1981 . he was 74 years old . his graveyard is in chion-in temple in kyoto city . " malicious god , leave and never return to our society ! our society welcomes only people praying for peace . " is his tanka ( thirty-one syllables ' poem ) -styled epitaph , which is inscribed on the pedestal of the statue of " wakaba ( young leaves ) " in the hiroshima heiwa-koen park . he was born as the third son to a geological scientist takuji ogawa and his wife koyuki . he moved to kyoto city with his family . he graduated from kyogoku jinjo elementary school ( elementary school in the old education system established by the meiji government ) . he graduated from the kyoto first junior high school ( present kyoto prefectural rakuhoku high school ) . he graduated from the third high school under the old system of education . he graduated from the physics department , science faculty of kyoto imperial university . he became the assistant of the laboratory of kajuro tamaki in kyoto imperial university . he was adopted by his wife 's family yukawa , with changing his family name from ogawa to yukawa . he became the instructor of kyoto imperial university . he also held the post of the instructor of osaka imperial university . he put forward the concept of meson theory . he submitted a thesis " interaction of the elementary particle " , predicting the existence of meson . he became the assistant professor of science faculty of osaka imperial university . he obtained a doctorate in science at osaka imperial university . he became a professor of kyoto imperial university . he was awarded the gakushi-in onshi-sho . he became the professor of science faculty of tokyo imperial university . he won the order of culture to be the youngest winner . he became a member of the imperial academy . he became the guest professor of institute for advanced study of princeton university . he became a guest professor of columbia university in july , and won the nobel prize in physics in october . he became a professor of columbia university he became the first director of institute for fundamental physics , kyoto university and the kyoto committee of the international conference of theoretical physics . he became a member of the committee of united nations educational , scientific and cultural organization ( unesco ) of japan and the chairperson of the physical society of japan . he became a councilor of the atomic energy commission . he retired from kyoto university and became professor emeritus of kyoto university . he died . he received the gakushi-in onshi-sho . he received the noma academic award . he received the order of culture . he received the nobel prize in physics . he received the lomonosov gold medal . 1967 he received the order of pour le merite for science and arts in west germany . he received the order of academy of sciences in vatican ( the roman curia ) . he received the grand cordon of the order of the rising sun . his father was takuji ogawa ( a geologist and the professor emeritus of kyoto university ) . his mother was koyuki ogawa ( a daughter of komakitsu ogawa in wakayama prefecture ) . he had two elder sisters , kayoko and taeko . he had two elder brothers ; yoshiki ogawa ( a metallurgist and the professor of the university of tokyo ) and shigeki kaizuka ( a scholar of oriental history , the professor emeritus of kyoto university , and a winner of the order of culture ) . he had three younger brothers ; tamaki ogawa ( a scholar of chinese literature and the professor emeritus of kyoto university ) and shigeki ogawa . his other younger brother masuki ogawa died in his infancy . his wife was sumi yukawa ( the second daughter of genyo yukawa , a doctor in wakayama prefecture ) . kunio takeda ( businessman ) was a distant relative . " gendai no taiwa ( dialogue today ) " ( joint authors , hiroshi suekawa , takeo kuwahara , takeshi umehara , yukon-sha , 1966 ) . " me ni mienai mono ( invisible substances ) " ( kodan-sha , gakujutsu-bunko , isbn 4061580949 ) " butsuri kogi ( physical lecture ) " ( kodan-sha company , gakujutsu-bunko , isbn 4061581953 ) " tabibito aru butsurigakusha no kaiso ( recollection of a physicist , a traveler ) " ( kadokawa sofia bunko , isbn 4041238013 ) " hon no naka no sekai ( world in a book ) " ( iwanami shinsho , isbn 4004150906 ) " butsuri no sekai ( world of physics ) " ( joint authors , eiji yamada , yasuhisa katayama , kodan-sha company , gendaishinsho , isbn 4061154079 ) " ningen ni totte kagaku towa nanika ( what is the science for humans ? ) " ( chuko shinsho , isbn 412100132x ) " butsuri no sekai , suri no sekai ( world of physics , world of mathematical principle of physics ) " ( joint authors , toshio kitagawa , chuko shinsho , isbn 4121002504 ) +about goemon ishikawa he was a bandit who is said to have lived during the azuchi-momoyama period in japan . a detailed description will be given here . a fictional character that appears in manga animation lupin the 3rd . the official notation used is 石川五ェ門 , goemon ishikawa , ( different kanji writing , same reading ) , and he is set up to be a descendant of 1 . see goemon ishikawa ( lupin the 3rd ) for further details . the main character of ' ganbare goemon ' series , a software for family computer from konami digital entertainment co . , ltd . created with 1. as the model . goemon ishikawa ( date of birth unknown - october 8 , 1594 ) was a bandit who lived during the azuchi-momoyama period . there are various opinions regarding his place of birth , including iga province , kawachi province , tango province and totomi province ( present day hamamatsu city ) . according to one theory he was a son of meiseki ishikawa , who was a vassal in miyoshi clan , he was a large man with strength of 30 men , broke into the treasure house of his master at the age of 16 , killing 3 guards along the way , stole a gold-mounted sword , fled and wandered in various provinces and stole , but he was caught in 1594 , and he was roasted to death in a cauldron along with his child at sanjo-gawara in kyoto . an alternate story says that he was born in enshu hamamatsu and was named hachiro sanada , but he was renamed goemon ishikawa by a doctor family named kotei yamauchi in ishikawa county , kawachi province . records of goemon ishikawa in historical resources all pertain to his execution . first of all , according to " relation of japan ( relacion del reino de nippon a que llaman corruptante japon ) " written by avila giron who lived in japan as a trading merchant for about 20 years between the azuchi-momoyama period to the early edo period , it is noted that there was a group that ransacked kyoto at one time , but 15 ringleaders were caught and they were boiled alive in oil at sanjo-gawara in kyoto . pedro morejon , a missionary of the society of jesus made an annotation here , and commented on the execution of the bandits , " this incident took place in 1594 . those who were boiled in oil were " ixicava goyemon " and 9 or 10 of his family members . " furthermore , as a comment of october 8 , 1594 in " tokitsune-kyo ki " ( a diary of a court noble , tokitsune yamashina ) it is described that , " 10 robbers and thieves , and one of them was roasted to death in a cauldron . the associated 19 were impaled on stakes . punishment took place on the riverbank between the sanjo-bashi bridge , " and even though there is no mention of who were punished , this is in agreement with the comment by the missionary . in addition , further down in history , in " toyotomi hideyoshi fu " ( edited by razan hayashi ) edited in 1642 , it is recorded that ' during the years of bunroku a bandit named goemon ishikawa committed robbery , theft and unspeakable crimes , and after he was caught by geni maeda ( of kyoto shoshidai ) under the order of hideyoshi toyotomi he was roasted to death in a cauldron along with 20 associated people including his mother . ' although the historical resources mentioned above all have flaws it can be said that it is indisputably evident that a character named goemon ishikawa existed during the azuchi-momoyama period , and that he ganged up to commit robbery and that he was executed in kyoto . moreover , " zoku honcho tsugan " and " rekicho yoki " both mention goemon ishikawa 's execution similar to the ones mentioned above . during the edo period he was publicly acknowledged as a legendary thief . the reason for the popularity of a bandit like him lies in the fact that he was used as a subject in joruri ( dramatic narrative chanted to a samisen accompaniment ) and kabuki ( traditional drama performed by male actors ) and he was gradually portrayed as a thief who stole from the rich and gave to the poor , and furthermore , the script in which he tries to kill the powerful ruler , hideyoshi toyotomi , won the hearts of the commoners . the ' temple gate ' scene in kabuki , " kinmon gosan no kiri ( sanmon gosan no kiri ) " ( the temple gate and the paulownia crest ) , is a famous scene in which he takes a flamboyant pose with a tobacco pipe in one hand and says , ' what a glorious view , what a glorious view , the scenery of spring is worth its weight in gold , how small that is , how small that is , ' and he reads a poem as a part of his line in the temple gate scene , ' although there maybe an end to ishikawa and sand on the beach , there is no end to the seeds of robbers in this world ( said to be his poem at his death ) ' as he is roasted to death in a cauldron . the temple gate is set up to be the temple gate at nanzen-ji temple in kyoto . however , in reality , the temple gate of nanzen-ji temple was built in 1628 , after the death of goemon . in addition , in this scene , goemon wears a thick kimono jacket and a hyakunichi katsura ( wig with long , overgrown hair ) to portray him with overgrown hair , and this has become a generally accepted image of goemon . his posthumous name is ' yuzenin ryogaku jukan zenjomon . ' this is an extremely unusual , unfittingly praiseworthy posthumous name for a bandit who was executed . however , there is only a few historical records on his actual conducts . on the other hand , this fact clearly stimulated creativity and imagination of the playwrights who wrote the plays , and many fictional works related to him have been produced in the past as well as in the modern days . there are various theories regarding his life . his childhood name was gorokichi . he committed crimes repeatedly from a young age , and he lost his father and mother at the age of 14 or 15 . there are several theories on his life from around the age of 19 , the main ones of which include ' he went to iga province and became a disciple of a ninja , and then he went to kyoto and became a bandit , ' and ' he eloped with the wife of a man he came to serve . ' there also is a well-known lore , in which he studied iga style ninjutsu under sandayu momochi ( tanba momochi ) , but he committed adultery with sandayu 's wife , and furthermore , he killed his mistress and fled . later on , he gathered followers and cohorts , and with him as the leader they repeatedly committed crimes . he became a hero among the commoners because he was a thief who targeted only the powerful people , and also because of political pressure under hideyoshi toyotomi who was very unpopular due to his failure in trying to invade korea . he was requested to assassinate hideyoshi by shigekore kimura , a vassal of hideyoshi 's nephew , hidetsugu toyotomi , but he was arrested when the incense burner made a noise when he sneaked into hideyoshi 's sleeping chamber . after that , one of his men , who was also arrested , revealed all of the crimes and named his followers . there are two theories on the famous boiling in the cauldron , one of which is that he was supposed to be executed with his child but he tried hold his child up until he himself died in the hot water , and the other one of which is that he drowned his child at once so that the child wouldn 't have to suffer . other than that , it is also said that he stepped on top of his child because he could not bear the heat . the poem he read prior to death , ' although there maybe an end to ishikawa and sand on the beach , there is no end to the seeds of robbers in this world . ' recently , it is more widely believed that he was roasted instead of boiled to death in a cauldron . joruri , ningyo joruri ( japanese puppet show ) ishikawa goemon keisei yoshiokazome ( written by monzaemon chikamatsu ) kamabuchi futatsudomoe konoshita kage hazama gassen kabuki kinmon gosan no kiri ( sanmon gosan no kiri ) komayamato kuomi no shiranami novels " honcho niju fuko " ( saikaku ihara ) chapter one of the second volume rakugo ( traditional comic storytelling ) " okechimyaku " raizo ichikawa shinobi no mono ( movie , 1962 , original work by tomoyoshi murayama , directed by satsuo yamamoto , featuring raizo ichikawa ) sengoku furyu bushi : maeda keijiro ( novel by chogoro kaionji ) , he appears before keijiro , who opposes hideyoshi 's invasion of korea , as someone with the same intent . he suggests to assassinate hideyoshi as a means to thwart the dispatching of the troops but keijiro did not agree , so goemon acted on his own and failed , then he was boiled to death in a cauldron . fukuro no shiro ( owls ' castle ) , ( novel and movie by ryotaro shiba ) , when ninja gohei kazama sneaked into the castle and was arrested as a ruffian by hideyoshi toyotomi , he called himself ' goemon ishikawa , ' and then he was boiled to death in a cauldron . ogon no hibi ( the golden days ) , ( nhk period drama ) ( novel , period drama , original work by saburo shiroyama ) . hideyoshi ( nhk period drama ) ( period drama , original work by taichi sakaiya ) ( role of goemon played by hidekazu akai ) , he is set up as hideyoshi 's childhood friend . taiko ansatsu ( taiko 's assassination ) ( novel by hidefumi okada ) . mister zipangu ( manga by takashi shiina ) sengoku cyber : fujimaru jigokuhen ( playstation 2 , sce ) samurai warriors ( playstation 2 , others , koei ) kawara no ishikawa goemon ( song , produced by eichi otaki , sung by oshamanbe cats , an alias of singers three ) . pink lady 's " nagisa no shindobaddo " ( sinbad on the beach ) with alternate lyrics . it was supposed to be recorded in the album , " lets ondo again " released in 1978 , but because the lyricist , yu aku , did not give his permission the song was not included , but the lyrics alone were noted . it was recorded for the first time in " niagara fall stars " which was released in 1981 . the cd , " lets ondo again " released in 1996 also contains this song . hanafubuki koifubuki ( performed by takarazuka revue star troupe at takarazuka bow hall ) there remains a handprint that is said to have been left by goemon ishikawa at minase-jingu shrine in shimamoto-cho ( osaka prefecture ) , mishima county , osaka prefecture . copying the historical event of boiling in a cauldron ( roasted in a cauldron , to be precise ) , a bath in which a bathtub is heated on a direct fire is called a goemon buro ( goemon bath ) . +yoshimasa ashikaga was the 8th seii taishogun ( literally , " great general who subdues the barbarians " ) of the muromachi shogunate ( reigned between 1449 - 1473 ) . his father was the 6th shogun , yoshinori ashikaga . his mother was yoshinori 's concubine , shigeko hino , who was a daughter of shigemitsu hino . imamairi no tsubone was his wet nurse as well as his concubine . his official wife was tomiko hino . yoshimi ashikaga was his younger brother by the same mother , and yoshikatsu ashikaga was his older brother by the same mother . masatomo ashikaga was his younger brother by a different mother . he was a grandson of yoshimitsu ashikaga , the 3rd shogun who built the most prosperous era during the muromachi shogunate . because he suffered from peasant uprisings and financial distress he grew weary of political administration . he left his administrative duties of the shogunate to tomiko and other influential shugo-daimyo members , such as katsumoto hosokawa and sozen yamana , and he became a man of culture who pondered his unhappy way of life . he was born on january 2 , 1436 , as a son of the 6th shogun , yoshinori ashikaga . in 1441 , after his father , yoshinori , was killed by mitsusuke akamatsu in the kakitsu war , his older brother by the same mother , yoshikatsu ashikaga , was installed as the shogun . however , because the 7th shogun , yoshikatsu ashikaga , died young in 1443 , yoshimasa was chosen as the shogun at the age of 8 under the guardianship of kanrei mochikuni hatakeyama . when he had a coming of age ceremony in 1449 he officially assumed his position as the 8th shogun . at the beginning , yoshimasa tried to revive the political agenda of his grandfather , yoshimitsu , and his father , yoshinori , and he actively intervened in the large-scale infighting ( the kyotoku war ) between kamakura-kubo ( later koga-kubo ) shigeuji ashikaga and kanto-kanrei uesugi clan by ordering horigoe-kubo masatomo ashikaga , his younger brother by a different mother , to subjugate shigeuji . however , he virtually had no political power as a shogun because his wet nurse , imamairi no tsubone , suketo karasuma and mochiie arima , collectively known as the three devils , as well as sadachika ise , the steward of shogun 's family , and aides like the family of his official wife , tomiko hino , began their political interventions . several events took place to validate that fact . at the time , internal disputes often took place among the shugo-daimyo regarding the successor to the head of the family . yoshimasa , at first , actively intervened into these family heir disputes , but he met opposition from kanrei katsumoto hosokawa regarding the internal dispute of the togashi clan , the shugo of the province of kaga , and yoshimasa could not influence the issue of family heir the way he wanted . also , in 1451 , he intervened in the internal dispute in the oda clan who was the shugodai of the province of owari , but again , he met opposition from the owari shugo shiba clan and he was not able to exercise his influence the way he wanted . therefore , since politics did not go according to yoshimasa 's plans he gradually lost interest in politics . there was a son between yoshimasa and his official wife , tomiko hino , but he died young in 1459 . tomiko , then accused imamairi no tsubone for killing her son by putting a curse on him , and she banished her to okinoshima island on lake biwa . because of this , from this point on , the power of tomiko and shogun 's aides , including sadachika ise , strengthened . furthermore , famine and disasters occurred one after another . in particular , the kansho famine in 1461 left a tremendous disaster in kyoto , and according to one account the flow of kamo-gawa river stopped because of the corpses of the people who died from starvation . because of these internal and external situations yoshimasa completely lost his motivation in politics , and he gradually immersed himself in construction projects , such as building mansions , sarugaku and holding drinking parties . in particular , even during the kansho famine he paid no attention to political matters , focusing instead on the reconstruction of hana no gosho ; he is infamous for ignoring even emperor go-hanazono 's admonishment regarding this matter . in 1464 , he began to think about retiring . however , because he and tomiko were not blessed with an heir , he brought his younger brother , gijin , back to the secular life , named him yoshimi ashikaga , and as his adopted son , he assigned him to be the next shogun . however , after tomiko gave birth to a child ( later yoshihisa ashikaga ) in 1465 she expressed her desire for yoshihisa to be the heir to the shogun , so she asked mochitoyo ( sozen ) yamana for his support , because he had the true political clout . on the other hand , yoshimi allied with kanrei katsumoto hosokawa . consequently , the issue of ashikaga shogun family 's heir arose , but yoshimasa was not willing to relinquish his position as the shogun to either party , and he continued to show an irresolute behavior by immersing himself in his cultural interests . in addition , the issues on the heirs in the shiba clan and hatakeyama clan that had arisen before was related to this issue , and the onin war finally erupted in 1467 . even the descendants of yoshino ( imperial ) court ( go-nancho ) entered the war , and it escalated into an out-of-control war that involved the entire nation . however , yoshimasa did not even bother to deal with the war and he spent all of his time holding drinking and renga poetry parties , and furthermore , he moved to ogawa mansion from hana no gosho ( kamigyo ward , kyoto city ) and he started to live separately from tomiko , with whom he was no longer getting along because of the issue of shogun 's heir . in 1473 , when the west army 's mochitoyo ( sozen ) yamana and the east army 's katsumoto hosokawa both died yoshimasa took this opportunity to hand over his position as the shogun to his son , yoshihisa ashikaga , in december , and he officially retired . the discord between yoshimasa and tomiko remained unchanged , and when hana no gosho burned down due to a war in the city of kyoto in 1475 , tomiko and yoshihisa moved to ogawa mansion while yoshimasa relocated to higashiyama as if he was running away from them . onin war ended in 1477 , however , he and yoshihisa had differences in their opinions and his relationship with tomiko worsened even more . in reality , back then , there was higashiyama-dono ( yoshimasa ) as opposed to muromachi-dono ( yoshihisa ) , and the policymaking government seemed to have been split into two bodies . perhaps , because of this reason , yoshimasa went into hiding after the onin war and he became even more active in his cultural activities after that . in 1482 , he built higashiyama sanso villa ( higashiyama-dono ) , and he built jisho-ji temple based on the rokuon-ji temple that was built by his grandfather , yoshimitsu ashikaga . yoshimasa and yoshihisa 's rivalry intensified , as evidenced by the armed encounter between yoshihisa 's aides and those close to yoshimasa in may , 1485 . because of this reason , in june , yoshimasa shaved his head and became an ordained monk , and he decided to leave from his effective duties in the government . he decided unwillingly to return to his administrative duties in 1489 when his son , yoshihisa , died in the battle during the subjugation of rokkaku , but his official wife , tomiko hino , opposed to his return . furthermore , yoshimasa was stricken with paralysis , which made it difficult for him to assume administrative duties , so he made peace with his brother , yoshimi , who had defected to the province of mino , and adopted yoshimi 's eldest son , yoshiki ( yoshitane ) ashikaga , and assigned him as the 10th shogun and entrusted him with the governmental affairs after his passing . on january 7th , 1490 , he passed away without seeing the completion of ginkaku . he was 55 years old . posthumous name : jishoin kizan dokei his grave is located in shokoku-ji temple in kamigyo ward , kyoto city , among others . on the cultural side , he has left distinguished works . he employed landscape artist , zenami , painter of kano party , masanobu kano , and noh artist , onami , among others , and he constructed higashiyama-dono villa on the grounds of higashiyama ( it later became jisho-ji temple , and ginkaku and togu-do hall still remain to this day ) . in contrast to the lavish kitayama culture represented by kinkaku from the 3rd shogun yoshimitsu 's era , the culture of this period is called " higashiyama culture " that emphasizes wabi-sabi ( simplicity and quietude ) as represented by ginkaku . politically , he was unable to suppress the immense influential powers of the hino family and his aides , who had been powerful since the time of his grandfather , and therefore , it can be said that he aided the decline of the shogunate 's power . after yoshinori 's death , in 1451 , he restored the tally trade ( between japan and the ming dynasty ) that had been discontinued , and it continued until mid-16th century . he contributed to the cultural development and financial exchange through trade . ironically , the revival of tally trade and the rebuilding plan of financial circumstances by the shogunate 's officials , who were his aides , and shugo daimyo who robbed the administrative power from yoshimasa , were successful and therefore the shogunate 's financial situation was very stable during the first half of yoshimasa 's rule , just as it had been during yoshimitsu 's era . however , instead of using his accomplishments to restore the shogunate 's power or aid his people , yoshimasa spent it on his hobbies such as architecture and landscaping , creating the cause of the financial difficulties experienced after the onin war . lunar calendar used for the dates . october 15 , 1446 : given the rank of jugoinojo ( junior fifth rank , upper grade ) . february 7 , 1447 : promoted to shogoinoge ( senior fifth rank , lower grade ) and assumed the position of jiju . december 26 , 1448 : transferred to the position of sama-no-kami . april 16 , 1449 : a coming-of-age ceremony . he was named yoshinari . april 29 : named seii taishogun by the emperor . august 27 : promoted to jushiinoge ( junior fourth rank , lower grade ) , assumed the position of sangi-u . also assumed the position of ukone-no-chujo . january , 5 , 1450 : promoted to jusanmi ( junior third rank ) . march 29 , transferred to the position to gon-dainagon . june 27 : promoted to junii ( junior second rank ) . gon-dainagon rank remained unchanged . march 26 , 1453 : promoted to juichii ( junior first rank ) . june 13 : he changed his name to yoshimasa . august 27 , 1455 : also assumed the position of ukone-no-daisho . january 5 , 1456 : also assumed the position of umeryo-gogen . july 25 , 1458 : transferred to the position of nai-daijin . dual appointment as ukone-no-daisho remained unchanged . august 27 , 1460 : transferred to the position of sadaijin ( minister of the left ) . dual appointment as ukone-no-daisho remained unchanged . august 9 , 1461 : resigned from ukone-no-daisho . november 28 , 1464 : named jun-sangu by the emperor . september 2 , 1467 : resigned from sadaijin . december 19 , 1473 : resigned from seii taishogun . august 15 , 1485 : became an ordained monk . january 7 , 1490 : passed away . february 17 : awarded the rank of daijo-daijin . masaie konoe masamoto kujo masafusa ichijo shigeuji ashikaga masauji ashikaga masahiro ouchi masachika togashi shigeyori toki masafusa toki masanaga hatakeyama masamoto hosokawa masatoyo yamana shigemune date " yokai " ( specter ) by ryotaro shiba , kodansha / kodansha bunko , 1969 . " gin no yakata " ( silver mansion ) by michiko nagai , bungei shunju , 1980 . " muromachi boys club " by futaro yamada , bungei shunju / bunshun bunko , 1995 . " higashiyama-dono oniwa " ( higashiyama-dono garden ) by ken asamatsu , igyo collection , volume 29 , " kuroi yuenchi " ( black amusement park ) , kobunsha , 2002 . " hana no ran , " nhk period drama , april to december , 1994 , yoshimasa played by takuto nishitani , ebizo ichikawa ( 11th ) and danjuro ichikawa ( 12th ) . +honen was a japanese buddhist monk from the late heian period to early kamakura period , and the founder of pure land sect . honen ' is his name as an ordained monk , and his real name is genku . his childhood name was seishi-maru . also commonly called kurodani sho 'nin or yoshimizu sho 'nin . his daishi-go currently are : enko ( emperor higashiyama , 1697 ) , tozen ( emperor nakamikado , 1711 ) , ejo ( emperor momozono , 1761 ) , kokaku ( emperor kokaku , 1811 ) , jikyo ( emperor komei , 1861 ) , meisho ( emperor meiji , 1911 ) and wajun ( emperor showa , 1961 ) , and he receives an honorary title every 50 years from the emperor at that time . he is the seventh patriarch of the seven patriarchs of true pure land sect . genku is considered to be the original patriarch in true pure land sect ( shinran is called the founder ) . his disciple , shinran , praised his true master genku or genku sho 'nin in " shoshin nenbutsuge " as well as in " koso wasan , " and it was the joy if his lifetime to be genku 's disciple . he was born in kume , mimasaka province ( present day kumenan-cho , kume-gun , okayama prefecture ) as a child of a control agent ( oryoshi ) , tokikuni uruma and a mother , hataujikimi . according to " shijuhachikan den " ( emperor 's document ) , when he was 9 years old , he lost his father due to an attack at night by a warrior sada-akira of minamoto clan , but because of his father 's final words he gave up his desire for a revenge . afterwards , he went to mt . hiei , and at first , he became a disciple of genko sho 'nin . at the age of 15 ( an alternate theory suggests at the age of 13 ) he was ordained by koen , who was also at mt . hiei-zan . he became a disciple of eiku in kurodani valley at mt . hiei-zan , and he took the name ' honen-bo genku . ' influenced by zendo 's " kanmuryoju-kyosho ( kangyosho ) " ( commentary on the meditation sutra ) at the age of 43 in 1175 , he began to pursue senju-nenbutsu ( exclusive nenbutsu ) , and he left mt . hiei-zan to live in higashiyama yoshimizu and began to spread the teaching of nenbutsu . 1175 is considered as the year in which pure land sect was founded . in 1186 , he debated on shojo-nimon ( ohara mondo ) at ohara shorinin , and in 1198 he authored " senchaku hongan nenbutsu shu ( senchaku shu ) " ( passages on the selection of the nenbutsu in the original vow ) . in 1204 , the monks at mt . hiei-zan mobilized to urge an end to senju-nenbutsu , and honen responded by writing ' shichikajo seikai ' ( the seven articles of religious commandments ) and sending it to enryaku-ji temple with signatures of 190 disciples . however , a letter from kofuku-ji temple ordered an end to nenbutsu , and later , in 1207 , honen was returned to secular life and exiled in tosa province ( sanuki province in actuality ) , where he took the name motohiko fujii . four years later , in 1211 , he was pardoned and he came back to kyoto , and he died on january 25 of the following year at the age of 78 . on january 23 , 1212 , as a response to a request by genchi , he wrote his will , " ichimai-kishomon . " honen 's disciples include shoku , shinran , naozane kumagai , bencho , genchi , kosai , shinku ( pure land sect ) , ryukan , tanku and chosai . in addition , kanezane kujo and yoritsuna utsunomiya are some of his lay disciples and protectors who are notable . because words such as ' the multitude who are deeply sinful ' and ' unenlightened people who are confused with delusions ' appear often in " senchaku hongan nenbutsu shu " and " kurodani shonin gotoroku , " at the base of honen 's ideology there is a deep despair in the sinfulness and foolishness of the multitude including himself , and he uses that as the starting point for exploring the path to deliver the multitude who are unenlightened . in general , it is said that honen preached senju-nenbutsu by reciting buddha 's name , in accordance with zendo 's " kangyosho . " in " senchaku shu " authored by honen , he quoted words by zendo and zendo 's master , doshaku ( tao-cho ) in each chapter before commenting his own views . being influenced by the teaching of doshaku and zendo , honen distinguished the right practices , in which one recites buddha 's name in order to be born in the pure land , from miscellaneous practices , which include all the rest , and he encouraged the exercising of right practices . in his written works he compares the practitioner of the gateway of the holy path who engages in the miscellaneous practices as a thief , and he emphasizes one to engage in the right practices of senju-nenbutsu very often in his text . to validate this point , he quoted the vow of hozo bosatsu ( dharmakara bodhisattva ) from " muryojukyo bussetsu muryojukyo " and he noted that the birth in the pure land can be realized by reciting buddha 's name , and he also referred to " amida-kyo ( amida sutra ) , " which describes how the various buddhas in the ten directions praised amitabha buddha who accomplished the vow and became a buddha , and he concluded that other miscellaneous practices are unnecessary . in addition , he divided buddhism into gateway of the pure land that practices senju-nenbutsu and gateway of the holy path that uses other practices , and he prescribed the gateway of the pure land as the gateway by which one engages in senju-nenbutsu with a wish to escape the humanly world and to be born in the pure land , and the gateway of the holy path as the gateway by which one aims for enlightenment by training in this world . he also preached that recitation of buddha 's name is effective in the age of the final dharma . three minds ' are often seen in the ideology of honen 's recitation of buddha 's name . these are the words that appear often in " senchaku shu " as well as in " kurodani sho 'nin gotoroku . " the three minds are : ' shijoshin ' ( literally , " completely sincere mind " ) , ' jinshin ' ( literally , " profound mind " ) , and ' eko-hotsugan shin ' ( literally , " mind which dedicates one 's merit to the pure land with the resolution to be born there ) . ' utterly sincere mind means to sincerely meditate on amitabha buddha and to wish to be born in the pure land . it also means , first of all , the sincerity of the mind that wishes oneself to be delivered , and second of all , the sincerity of the mind that wishes for other people to aim for enlightenment . profound mind means to have a deep faith without any doubts . the following two illustrate this point : first of all , there was no opportunity to become enlightened because one has ever been reincarnating repeatedly and ridden with sins and misdeeds , and second of all , amitabha buddha will deliver even the sinful souls . eko-hotsugan shin is the mind that desires to be born in the pure land by dedicating all of one 's merit from good deeds to the birth in the pure land . among the three minds , utterly sincere mind and profound mind are widely discussed , but eko-hotsugan shin is not discussed heavily . in order to gain three minds he noted in " ichimai-kishomon " that , ' however , everyone will gain three minds and four trainings by wanting to be born in the pure land and by reciting namu amidabutsu , ' and he stated that one could gain the three minds by practicing senju-nenbutsu . honen also commented on the number of recitations of nenbutsu . regarding this , there are approaches of single recitation doctrine and doctrine of many-time recitation . single recitation doctrine means that reciting nenbutsu only once guarantees the birth in the pure land . doctrine of many-time recitation , on the other hand , takes the approach of having to recite nenbutsu many times throughout the day , every day . honen preached the doctrine of many-time recitation , and he lamented over the fact that among his disciples there were those who preached single recitation doctrine . there is a comment that states that there is no difference between the single recitation and reciting ten times , but this comment is appropriate only for one 's last moments ( " kurodani sho 'nin gotoroku " - " nenbutsu ojo yogisho " ) . he stated that there is no difference between the daily recitation of nenbutsu and the recitation of nenbutsu at one 's last moments , and he commented that all there is to it is that as one nears death the daily nenbutsu recitation becomes the last nenbutsu recitation . regarding other power and self power , he recommends nenbutsu by other power . self power can only be accomplished by sacred beings so that only one in a thousand or one or two in ten thousand may be delivered , but through nenbutsu by other power , on the other hand , amida buddha will deliver us based on amida buddha 's forty-eight vows which states that he will deliver anyone who calls his name . therefore , he stated that one should practice nenbutsu with the three minds . therefore , honen 's teaching states , as in the profound mind of the three minds , that the common people must first become aware that they are unenlightened , and because senju-nenbutsu is the best path he recommends it , and therefore it should be chosen . " kurodani sho 'nin gotoroku ( in japanese and chinese ) " " saiho shinan sho " " senchaku hongan nenbutsu shu " ( senchaku nenbutsu shu / senchaku shu ) " ichimai-kishomon " ( his will ) +minamoto no makoto ( 810 - february 13 , 869 ) was a noble during the first half of the heian period . he was the patriarch of the minamoto clan and the eldest of the first generation minamoto clan . his father was emperor saga , and his mother is said to have come from hiroi clan , hirohata clan or fujii clan . in 814 , he received the family name of minamoto no ason , and he was given sakyo ichijo-bo and he became the head of his clan . along with his brothers , minamoto no tokiwa , minamoto no sadamu and minamoto no toru , he was called the saga genji clan and he became very powerful within the imperial court . he became a sangi at the age of 22 , and he became a sadaijin ( minister of the left ) in 857 . in 866 , during the affair of otenmon , he was charged with arson because of a false accusation by dainagon ( chief councilor of state ) tomo no yoshio , with who he did not get along , and tomo no dainagon ekotoba depicts the people in the besieged mansion wailing in desperation . daijo-daijin fujiwara no yoshifusa defended him and he was declared innocent . this incident gave makoto a tremendous mental distress , and thereafter , he locked up his gate and confined himself to his mansion . on february 13 , 869 , he went hunting for a change of air , but he fell off the horse and fell into a deep mud . he was rescued but he died few days later . he was awarded the rank of shoichii ( senior first rank ) in the following year . +zendo ( shan-dao ) was an eminent monk in chinese pure land buddhism . the third patriarch of the five patriarchs of the pure land sect as well as the fifth patriarch of the seven patriarchs of jodo-shinshu buddhism . his family name was shu . he is also know as " shunan daishi " as well as " komyo-ji no kasho " 16 years before the birth of zendo the founder of tendai-shu , chigi ( zhi-yi ) , passed away . also , 4 years prior to his birth , doshaku ( tao-cho , daochuo ) became a devout believer in pure land buddhism . jizang , the patriarch who revived sanron-shu , and xuan zang , a prominent figure in the history of translation of buddhist scriptures , are both from the same period as zendo . he was born in 613 in tsu-jou ( present day anhui province ) , or in linzi ( present-day shandong province ) . he became a priest at a young age , and after training himself at various places he entered into priesthood at mt . shunan-san goshin-ji temple located south of chang 'an . in 641 , at the age of 29 , he visited doshaku in taiyuan and became his disciple . until doshaku passed away in 645 he learned the teachings including " kammuryoju-kyo ( kangyo ) " it is said that for more than 30 years he did not have another place to sleep , did not undress unless he was bathing , did not raise his eyes to look at women , and never thought of personal glory or benefit . after doshaku passed away he returned to mt . shunan-san goshin-ji temple and underwent an arduous training . later , he went to chang 'an , copied amida sutra ( a hundred thousand volumes ) by hand and gave it to people who were related to him , and he focused on edifying the common people using pictorial depictions of the solemn pure land . on the other hand , he was involved in a wide range of activities such as the supervising of the construction project in a cave at fengxian temple at longmen grottoes . in chang 'an , he resided at komyo-ji temple , cien temple and jissai-ji temple . he passed away at the age of 69 on march 14 ( also said to be march 27 ) , 681 . a monument honoring his spirit ( zendo monument ) and xiangjisi temple were built by his disciples including eun at the foot of mt . shunan-san . it is said that zendo died by climbing up a willow tree in front of the temple and jumping off from it , however , there is also a divergent view . after the death of emperor gaozong ( k 'ao-tsung ) he received a plaque bearing the name of the temple , and the temple was named komyo . zendo had a great influence on honen and shinran in japan . honen advocated senju-nenbutsu based on a verse in ' sanzengi ' from zendo 's " kangyosho ( kanmuryoju-kyosho ) " that says , ' repeat the name of the amida buddha with all of your heart , never forget the buddha when you are walking , staying still , sitting or sleeping , at any time , then you will have the correct actions , in compliance with the wish of the buddha for the salvation of all living things . ' " kammuryoju-kyosho ( kangyosho ) " ( commentary on the meditation sutra ) , 4 volumes " ojo raisan " ( ojo raisan ge ) , 1 volume " tengyo gyodogan ojojodo hojisan " ( hojisan ) , 2 volumes " ekangyotomyo hanjuzanmai gyodo ojosan " ( hanjusan ) , 1 volume " kannen amida butsu sokai sanmai kudoku homon " ( kannen homon ) , 1 volume most are written works from the period he spent in chang 'an , and in particular , " kangyosho " is one of the most important references in interpreting " kammuryoju-kyo ( kangyo ) " in pure land buddhism in japan . +yoshikatsu mori ( year of birth not known - july 1 , 1582 ) was nobunaga oda 's retainer . common name was shinsuke ( also written as " 新介 " instead of " 新助 " ) , and shinzaemon . he also had name of hidetaka . his status was nobunaga 's umamawari ( general 's mounted guard ) , but in another view , he was a kosho ( page ) . although his birthplace is not known , he served nobunaga oda and he helped kazutada hattori who had been injured in the battle of okehazama in1560 and beheaded yoshimoto imagawa . as the reward for that , he was later promoted to a member of kurohoroshu ( a group of selected warriors of nobunaga oda ) , but after nobunaga 's visit to kyoto , he did not have any remarkable achievements , so that although he made his name in the attack on okochi-jo castile and the invasion of koshu , he was not promoted to a chief of troops but he belonged to the troops of the direct vassal to nobunaga as a close vassal because he worked mainly as a clerical staff . in 1582 , on the occasion of the honno-ji temple incident , he had followed nobunaga to kyoto and had stayed in the nijo-jo castle to guard nobutada oda who was the heir of nobunaga and proved himself as a kurohoroshu and fought bravely and died in battle . +saicho was a buddhist monk during the heian period , and he founded the tendai school of buddhism in japan . he was born in furuichi village , shiga county , omi province ( present day otsu city , shiga prefecture ) , and his popular name was mitsu no obito hirono . there is another theory that states that he was born in 766 . his ancestor was king tomaki , a descendant of emperor koken in the later han dynasty , who came from abroad to japan during the period of emperor ojin . his age is based on the view that he was born on the first year of jingokeiun . in 778 , at the age of 12 , he entered the provincial monastery of omi province ( omi kokubun-ji temple ) to become a disciple of gyohyo . on november 12 , 780 , at the age of 14 , he was ordained as a substitute for the provincial monastery priest and he changed his name to saicho . on january 20 , 783 , at the age of 17 , he received the official certification , which validated him as an officially recognized priest . in 785 , at the age of 19 , he received gusoku-kai ( a higher form of ordination ) at todai-ji temple . in july of the same year , he entered into the ascetic training in the mountains at mt . hiei-zan , and he completed the reading of daizo-kyo sutra . in 797 , he became one of the ten zen priests of naigubu . in 802 , he became the lecturer of hokke-e meeting at takaosan-dera temple ( jingo-ji temple ) . he was selected as one of the scholars sent to china for a short-term stay in order to study the dharma in china . in july , 804 , accompanied by his disciple , gishin , as a translator he left kyushu , along with kukai . in september , he arrived in present day ningbo . he went to mt . t 'ient 'ai and studied the t 'ient 'ai doctrine from miao-lo 's disciples , dozui ( tao-sui ) and gyoman ( hsing-man ) . furthermore , he received the bodhisattva precepts from dozui , the zen teachings from shukunen ( hsiao-jan ) and the anointment of esoteric buddhism from jungyo ( shun-hsiao ) . on his way back , he landed at cape wada ( kobe city ) in may , 805 , and founded nofuku-ji temple , which was the first site where the edification of esoteric buddhism took place . he came to kyoto in july , and the number of buddhist scriptures he transcribed while he was abroad amounted to 230 volumes and 460 chapters . when he returned to japan , emperor kammu was ill , and he prayed for the emperor 's recovery from illness in the court . in january , 806 , upon saicho 's request , tendai buddhism was permitted to have 2 for tendai-gyo training ( ordained priests to be trained ; 1 for shikan-gyo and 1 for shana-gyo ) every year . this conforms to the six schools of the south capital ( nara ) . this was the beginning of tendai buddhism in japan . during the same time period , he borrowed scriptures from kukai and studied shingon buddhism , sanskrit and garland sutra . in winter , 812 , he headed to takaosan-dera temple with his disciples , taihan , encho and kojo , and he received kanjo ( a special rite in esoteric buddhism ) from kukai . in november , 813 , he made a request to kukai to borrow ' rishushakkyo , ' but kukai refused by indicating that ' it can be obtained not by studying the words but by practicing and training , ' and after that , there were no more communications between them because of differences in their opinions . in 815 , upon request by wake clan he lectured at daian-ji temple , and he had a debate with buddhist scholars from nara . after that , he left for the eastern provinces . he based himself at mitono-ji temple associated with ganjin ( chien-chen ) in kozuke and ono-dera temple in shimotsuke , and he began his missionary activities in the kanto area . he had a debate on san-ichi gonjitsu ( one-provisional and three-true teaching vehicles ) with tokuitsu aizu , a buddhist scholar of hosso school ( the dharma characteristics school ) . tokuitsu made an argument against saicho by authoring " busshosho , " and saicho made a counterargument in " shogon-jikkyo . " the debate continued even after he returned to mt . hiei-zan and he authored " hokkekowaku , " " shugo-kokkai-sho " ( an essay on the protection of the nation ) , " ketsu-gonjitsu-ron " and " hokke shuku " ( the outstanding principles of the lotus sutra ) , but since both saicho and tokuitsu died before the debate ended , saicho 's disciples ended the debate by announcing that tokuitsu 's assertions were entirely outdebated . he voluntarily annulled the gusoku-kai . he established " sange-gakushoshiki " ( the regulations for students of the mountain school ) , and he required that those who underwent tendai school training to take mahayana precepts to become bodhisattva priests and to train themselves in the mountains for 12 years . in response to the counterargument from the sogo ( priest office ) of nara , he wrote " kenkai ron " ( a clarification of the precepts ) . he wrote " naisho-buppo-kechimyakufu " and preached his legitimacy . he passed away at the age of 56 at chudo-in hall at mt . hiei-zan on june 26 , 822 . mediated by his disciple , kojo , fujiwara no fuyutsugu and yoshimine no yasuyo , the construction of daijo-kaidan ( mahayana ordination center ) was chartered 7 days after his death . in 866 , he was given an honorific posthumous name of dengyo daishi . it is not clear under which master he was trained in calligraphy , but he went to china in 804 , and upon returning to kyoto he brought back with him the seventeen books of o gishi ( wang xizhi ) as well as calligraphy textbooks and works of calligraphy by o kenshi ( wang xianzhi ) , o yo-jun and cho suiryo ( chu suiliang ) . his style of calligraphy is clear and elegant compared to kukai 's , which is protean . the genuine works by him that still exist today include the following . kyukaku jo ( book ) this is a sekitoku ( a letter written in chinese ) dated november 25 , 813 , and addressed to his disciple , taihan , whom saicho had sent to study shingon buddhism under kukai . it is named so because it begins with ' kyukaku sei 'on . ' at nara national museum . a national treasure . shorai catalogue ( esshuroku ) this is a catalogue of instruments used in buddhism , kyoso ( notes on sutras ) and written works related to tendai buddhism that he either collected or transcribed in yuezhou ( zhejiang ) while he was in china in 805 . this is a printed style of writing chinese characters which has flowing brush strokes of o gishi style , just as in kyukaku jo . at enryaku-ji temple . a national treasure . katsumakongo catalogue this is a fragment from a catalogue of items that were requested to be brought back from china , which were presented to mt . hiei-zan by saicho in 811 , and named so because of the characters found on the first line . every paper has mt . hiei-zan 's stamp . at enryaku-ji temple . a national treasure . +rennyo ( april 4 , 1415 to may 5 , 1499 ) was a priest of jodoshin-shu sect ( true pure land sect ) of buddhism during the muromachi period . the 8th generation leader of hongan-ji temple . name before death was ' kenju , ' posthumous title is ' shinto-in . ' within this religion , he is reverently called ' rennyo shonin ( abbot ) . ' in 1882 , he was given an additional posthumous honorific title of ' eto daishi ' ( the great teacher eto ) by emperor meiji . he is often called hongan-ji temple rennyo . even though he belongs to the direct line of disciples of shinran , hongan-ji temple at the time of rennyo 's birth was in an extreme state of decline in contrast to other schools of buddhism and other sects within jodoshin-shu , such shinshu bukkoji sect in particular , that were flourishing . he revived hongan-ji temple and established the foundation of the present day hongan-ji order ( hongan-ji and otani denominations of jodoshin-shu ) . the age is indicated in kazoe-doshi ( starting with the age of 1 at birth ) . in order to be consistent with " ofumi ( gobunsho ) " the lunar calendar is used ( except for the dates of birth and death ) . he was born on april 4 , 1415 , at hongan-ji temple ( near present day sotai-in hall ( a small hall located within chion-in temple ) ) in higashiyama , kyoto , as the eldest child of the 7th generation leader of hongan-ji temple , zonnyo . it is said that his mother was zonnyo 's mother 's attendant , but the details are not known . his childhood name was ' hoteimaru . ' 1420 , rennyo at the age of 6 . his biological mother left hongan-ji temple when zonnyo married a legal wife , and her whereabouts were unknown . as opposed to bukko-ji temple 's prosperity , hongan-ji temple , during rennyo 's infancy , was in a state of extreme decline , and even the visitors who came to pay respects ( the monks at katada hompuku-ji temple who later became rennyo 's supporters ) were so disappointed by the desolate appearance of hongan-ji temple that they went to visit bukko-ji temple instead . 1431 , at the age of 17 . he was ordained at seiren-in , and he was adopted by chunagon ( vice-councilor of state ) kanesato hirohashi . he changed his name to ' chunagon kenju . ' later , he studied at daijo-in hall within kofuku-ji temple under keikaku , who was related to hongan-ji temple through marriage ( the mother is considered to be from the otani family ( hongan-ji temple ) , and keikaku is presumed to be a cousin of the father , zonnyo ) . he transcribed many sacred texts in order to assist his father , zonnyo , and to give them to the adherents . " jodofumi ruishusho " dated may 12 , 1434 ( lunar calendar ) is currently the oldest transcription by rennyo . he visited the kanto area with zonnyo in 1447 . he went on a missionary tour with zonnyo to the northern provinces in 1449 . zonnyo passed away in 1457 , and he took the position of absentee priesthood of hongan-ji temple in the same year . regarding the successor for the position , there was a movement to support ogen ( rensho ) , who was his younger brother by a different mother , but based on the assertion of his uncle , senyu ( nyojo ) it was decided that rennyo would take over the position . it is said that among the letters written by the successive chief priests and addressed to their successors , only zonnyo 's is defunct ( even though rennyo 's biological son , jitsugo , insisted that the letter did exist , but there was no conclusive evidence ) , and based on this , there is a theory that states that this was a form of coup d 'etat by senyu ( nyojo ) . it is said that at this time , ogen and the stepmother were so angry that they left with most of the family belongings . hongan-ji temple during this period was full of problems , and it had lost its status as the main temple within its religious denomination , and it had fallen to the status of merely one of the temples under seiren-in temple . as to the religious denomination , there was a strong repression from mt . hiei-zan enryaku-ji temple , which was the main temple of seiren-in temple . in an opposition to this , rennyo refused to make the monetary payment to the main temple , enryaku-ji temple . on january 8 , 1465 ( lunar calendar ) , enryaku-ji temple certified that hongan-ji temple and rennyo were the ' enemies of buddha . ' on january , 9 ( lunar calendar ) , the followers who belonged to the west tower of enryaku-ji temple destroyed hongan-ji temple . on march 21 ( lunar calendar ) of the same year , they again destroyed this temple . rennyo reverently carried the statue of the founder and drifted from kanamori , katada and otsu in omi . furthermore , shine of senju-ji temple ( shin buddhism takada denomination ) , with whom he had formed a close friendship , had warned him of ending their friendship as an act of protest against hongan-ji taking over one of the temples under shine ( kansei adversity ) . in march , 1467 , he reconciled with enryaku-ji temple . rennyo 's retirement and removal of his eldest son , junnyo , as a successor were included . in 1468 , he visited shinran 's monuments in the northern and eastern provinces . in 1469 , under the auspices of onjo-ji temple , he built kensho-ji temple in otsu minami bessho , and he enshrined the statue of the founder at the temple with junnyo as the chief priest . in early april , 1471 , he headed to echizen yoshizaki . on july 27 of the same year , he constructed yoshizaki-gobo temple . yoshizaki , which had been a waste land , developed quickly . around this area , residence for monks and tamon ( lodging for the visiting believers ) stood , and a terauchi machi began to take shape . followers gathered even from ou . in 1474 , because of an internal strife within the togashi clan of kaga province he received a request to support masachika togashi . as soon as rennyo learned that the opposing kochiyo togashi allied himself with takada denomination of shin buddhism , he cooperated with masachika and destroyed kochiyo in order to maintain his religious order from takada denomination 's pressure . however , masachika became afraid of people of kaga gathering under rennyo , and he became unfriendly with rennyo . furthermore , renso shimotsuma , who was under the supervision of rennyo , instigated an uprising under a false order from rennyo ( however , views are split on whether rennyo and those associated with hongan-ji temple were completely unaware of renso 's actions ) . on august 21 ( lunar calendar ) , 1475 , he left yoshizaki . he excommunicated renso shimotsuma who instigated the uprising . after he traveled through obama , tanba and settsu he established his residence in kawachi deguchi . in 1478 , he began construction of priest housing in yamashina . on august 22 ( lunar calendar ) , 1483 , he inaugurated yamashina hongan-ji temple . in 1486 , he headed to ki 'i . the foundation was formed for sagimori annex that was built later . may , 1488 , there was an ikko uprising in kaga . in june , he destroyed shugo masachika togashi . rennyo remonstrated against the uprising by sending ' words of punishment ( words of admonishment ) . ' 1489 , at the age of 75 . he passed down his duties at the temple to his 5th son , jitsunyo . he retired to yamashina minami dono and took the title of ' shinto-in . ' in september , 1496 , he constructed ishiyama-gobo temple on the grounds of ishiyama . osaka , and used it as his residence . this later became ishiyama hongan-ji temple . on february 20 ( lunar calendar ) , 1499 , he returned and visited yamashina hongan-ji temple from ishiyama-gobo temple upon his death . on march 20 ( lunar calendar ) of the same year he forgave renso shimotsuma . on march 25 , 1499 , he passed away at the age of 85 at yamashina hongan-ji temple . during his life , he took 5 wives but he was bereaved by 4 wives . he had 13 sons and 14 daughters . he was extremely busy in both private and official affairs until just before his death . he propagated his teaching mainly through the use of " ofumi ( ofumisho ) , " which was the teaching explained in a comprehensive form of a letter . later , rennyo 's grandson , ennyo , collected and edited them into 5 books of 80 letters ( " gojo ofumi ( the five book letters ) " ) ( the letters that were not included here are called " jogai ofumi ( out of the book letters ) " and amounts to twice as many in number ) . the term " ofumi " is used only in the otani denomination of shin buddhism , and the term " ofumi-sho " is used only in the hongan-ji denomination of jodoshin-shu . in march , 1473 , he released shinran 's ' sanjo wasan ' from " shoshin nembutsuge ( shoshinge ) , " and he established the practice of his disciples using it during the morning and evening devotional exercises . he also wrote ' rokuji myogo ' and gave them to his many disciples as the main body of worship . others include " shoshingesho chushaku " ( notes on shoshingesho ) and " shoshinge taii " ( shoshinge summary ) . other than that , there remains " rennyo shonin goichidai-ki kikigaki ( rennyo shonin goichidai kikigaki ) " ( 316 items in total ) , which is a collection of writings based on rennyo 's actions and words recorded , transcribed and passed down by rennyo 's disciples after his death . +abe no seimei ( haruakira , hareaki , 921 ? to october 31 , 1005 ) was one of the most famous ommyoji ( ommyo diviner ) , and he is the ancestor of the abe clan ( tsuchimikado family ) who was responsible for ommyo-ryo ( bureau of yin and yang ) from the kamakura period to the early meiji period . he was a great ommyoji who was trusted by aristocrats during the heian period , and he was also an expert who had a remarkable knowledge of the art of ommyodo ( the way of yin and yang ) , such as divination and ' ancient astrology , ' which was the most advanced form of magic and science at the time , and many legendary anecdotes have been created based on mystified stories about him . priest doma ( doman ashiya ) was his rival . in addition , there is a view that states that taira no masakuni , a son of taira no masakado , might have been seimei abe .. his name is used as the author of " hoki-naiden " ( also known as " kinu-gyokuto shu " ) , a book of secrets which later became the canon in ommyodo . the actual work seimei authored is " senji-ryakketsu , " which has been passed down in the tuschimikado family . in particular , because a novel by baku yumemakura ( later made into a manga and a movie ) recently became a big hit , seimei-jinja shrine in kyoto became so popular that it has been full of visitors . according to the family tree of the abe clan , abe no seimei was born in abeno , settsu province ( present day abeno ward , osaka city ) , as a son of abe no masuki , a low-ranking aristocrat who had the rank of daizenshiki ( there is also a lore that places abe , sakurai city , nara prefecture as his birth place ) . he is also known as a descendant of abe no nakamaro , but the view that considers him as a direct descendant of udaijin ( minister of the right ) , abe no miushi , whose name also appears in " the tale of bamboo-cutter , " is dominant . however , because abe no sukune seimei , instead of abe no ason seimei , appears often in a group of ancient documents , and based on the practice at that time of strictly placing " ason " above " sukune , " there is a view that considers him as a descendant of naniwa no imiki ( later sukune ) of the naniwa no kishi clan instead of a family that bears the abe no ason family name that originates from abe no miushi . in any case , he was born to a distinguished family that had continued since ancient times . the year of his birth is uncertain , but because it has been recorded that he passed away at the age of 85 in 1005 , it can be estimated that he was born in 921 by counting backwards . there are no reliable records of his childhood , but it is said that he learned ommyodo and was initiated into the ancient astrology from the ommyoji father-and-son pair , kamo no tadayuki and kamo no yasunori . reliable records appear from 960 , and seimei , who was a student of ancient astrology ( the studenthood belonging to the office of ommyo to learn ancient astrology from the scholar of ancient astrology ) , was ordered by emperor murakami to perform a divinatory reading . his career advancement occurred late , but it can be seen that his talent in divinatory reading had already been acknowledged in the aristocratic circles . later , he was assigned to the rank of a scholar of ancient astrology . in 979 , by the order of the heir to the throne then ( later emperor kazan ) , seimei , at the age of 59 , conducted a ritual to suppress the tengu ( long-nosed goblins ) of mt . nachi-san . it seems that he began to gain emperor kazan 's trust from around this time , and records begin to show that seimei often performed divinatory readings and ommyodo rituals . after emperor kazan stepped down he began to gain trust from emperor ichijo and fujiwara no michinaga , and this fact can be seen from the diaries of aristocrats from that time , such as michinaga 's diary , " mido kampaku ki . " seimei , who became very famous as an ommyoji , was recognized for his talent in calculation , which he gained through ancient astrology , and he moved to kazue-ryo ( office of accounting ) and worked as kazue no gon-no-suke ( deputy director of office of accounting ) . later , he held positions in kyoshiki ( kyoto police office ) , kokuso-in ( grain warehouse ) , harima province and so on , and his courtly rank was elevated to jushiinoge ( junior fourth rank , lower grade ) . furthermore , seimei 's two sons , abe no yoshimasa and abe no yoshihira , were assigned as the scholar of the ancient astrology and ommyojo ( deputy minister of ommyo-ryo ) , and during seimei 's generation alone the abe clan became an ommyodo family , just like tadayuki moro of the kamo clan . his grave is located in sagano , kyoto , and he is resting quietly near togetsu-kyo bridge . shrines that enshrine abe no seimei exist in various locations throughout the country such as seimei-jinja shrine near ichijo-modori-bashi bridge , which is said to have been constructed on the former grounds of his mansion , and abe no seimei-jinja shrine which is said to have been constructed in his birth place of abeno ward , osaka city . among his descendants , it is said that yasuchika abe at the end of the heian period and abe no ariyo from the early muromachi period were very talented ommyoji . ariyo was highly trusted by yoshimitsu ashikaga , and upon his recommendation he became the very first ommyoji to be a noble . ariyo 's descendants began to use the name tsuchimikado from the latter part of the muromachi period , and they cast a strong influence not only in ommyodo but also in shintoism and in the field of almanacs . from then on until the edo period , the tsuchimikado family elevated the family 's rank by passing down the key positions in astrology in the shogunate and ommyo-ryo in the imperial court to the successive generations within the family . the last person associated with ommyo-ryo from the tsuchimikado family was harue tsuchimikado , who saw through the end of ommyo-ryo during the early part of the meiji period , and who was also a son of haruo ( hareo , haretake ) tsuchimikado , who worked during the end of the edo period . seimei had already been mystified during the 11th century , when he died . historical tale of " okagami " and collections of narratives such as " the tale of times now past , " " the tale of ujishui " and " jukkinsho " contain several mysterious anecdotes related to seimei . teiki ( history of emperors ) " emperor kazan " when emperor kazan was about to give up his crown and to become an ordained monk , seimei detected that through astrology , and as he tried to send an urgent message to the imperial court using shikishin ( a form of magic or divination ) the emperor was just heading toward the temple at that time . " abe no seimei zuichu-gyoshu dogo " in his childhood , when seimei was accompanying kamo no tadayuki during his night duty , he saw an image of a demon and he notified tadayuki about it . tadayuki realized that seimei had an extraordinary talent , and he taught him everything about ommyodo . seimei , who became an authority in ommyodo , was once challenged to compete in magic by an ommyoji who came from harima province , but he easily chastised the challenger . he was asked by the nobles , who were also in attendance in front of the high buddhist priest kancho of ninna-ji temple , to use ommyodo techniques to kill a frog , and he used his magic to smash and flatten the frog without touching it with his hands . at seimei 's house , they used shikishin for household chores , and even though there was nobody the gate used to open and close on its own . " the tale of buddhist priest chitoku , the ommyo diviner , of the province of harima " this is a story of buddhist priest chitoku , an ommyoji from harima province , who caught the pirates using his magic , but at the end it is noted that ' even though chitoku was a very talented ommyoji , he was no match for seimei , ' and it can be said that he was the ommyoji from harima province in the previous story . " seimei sealed a major general and keeper of imperial archives " one time , seimei saw a crow dropping its excrements on a major general who was also a keeper of imperial archives , he saw through that the crow was really a shikishin , and he removed the curse that was put on the major general . " the miraculous deed of the dog of mido-kanpaku and seimei " one time , fujiwara no michinaga 's beloved dog tried to stop his master from going outside . surprised , michinaga let seimei take a divinatory reading , and seimei said that he was about to be cursed with a shikishin and that the dog noticed that , and he found the ommyoji who used shikishin to put a curse and arrested him . the same description can also be found in " jukkinsho . " bunraku and kabuki , " ashiya-doman ouchikagami " ( also known as " kuzu no ha " ( arrowroot leaves ) ) starting with " ashiya-doman ouchikagami , " abe no seimei often appears in works that use the legend of arrowroot leaves as their themes . in " ashiya-doman ouchikagami , " seimei is set up as a child born between his father , abe no yasuna , and his mother , who was a white fox , that was an avatar of kuzuha myojin . seimei ( 晴明 ) , in the end , requests the emperor to change his name to ' seimei ( 清明 ) ' which implies purity , and his request is granted . refer to works that use the arrowroot leaves as their themes . +minamoto no yoshitsune ( 源義経 , or 源 義經 ) is a busho ( japanese military commander ) of kawachi-genji ( minamoto clan ) in the late heian period . he is the younger half-brother of minamoto no yoritomo , the founder of the kamakura bakufu ( japanese feudal government headed by a shogun ) . the real family name is genji . the family line is descended from the head of the clan , minamoto no yorinobu , and it is a branch family of the seiwa-genji . his common name ( haikomei : name for men that represents the order of his birth ) is kuro , and imina ( real name ) is yoshitsune . he was born as the ninth son of minamoto no yoshitomo , a legitimate family of kawachi-genji , and in his childhood he was called ushiwakamaru . after his father was defeated and killed in the heiji disturbance , he was confined in kurama-dera temple , but later went down to the town of hiraizumi , mutsu province to seek refuge under the protection of fujiwara no hidehira , head of the oshu-fujiwara clan . when his elder brother minamoto no yoritomo rose up in arms to defeat the taira clan ( jisho-juei war ) , he joined his brother , and after such battles as the battle of ichinotani , the battle of yashima , and the battle of dannoura , he destroyed the taira clan as the most distinguished contributor to the victory . however , after that , when he accepted a title ( from the imperial court ) without the previous permission of his brother , this act offended yoritomo , and moreover , as he tried to become independent , he started to have conflicts with yoritomo , and condemned yoritomo and called him the emperor 's enemy . when an order to arrest him was issued all over japan , he again counted on the protection of fujiwara no hidehira , but after hidehira 's death , he was assaulted by the new head of the clan , fujiwara no yasuhira , as he was pressed by yoritomo , and yoshitsune , who felt cornered , killed himself at the koromogawa no tachi residence . many people felt sorry about his death and the public sympathy produced the word , hogan-biiki ( sympathy for yoshitsune / sympathy for the underdog , in general ) , as well as , many legends and histories . all the years in the texts are cited by the julian calendar , and all the dates and months are cited by the japanese calendar , and during the choryaku era ( 1037-1039 ) in the senmei calendar . the appearance of minamoto no kuro yoshitsune in documented history lasts only nine years from his first encounter with yoritomo at kise-gawa river when he was 22 years old until his suicide at his 31 years of age , and the first half of his life is shadowy , lacking reliable historical materials . today 's popular story of ushiwakamaru is based on such pieces as : the short records contained in a history book , " azuma kagami " ( the mirror of the east ) , the military epic stories such as " heiji monogatari " ( the tale of the heiji ) and " genpei seisuiki " ( the rise and decline of the minamoto and taira clans ) , and " gikeiki " ( a military epic about the life of yoshitsune ) , which is a comprehensive story mixed up with more fiction based upon the above two epic stories . he was born as the ninth son of minamoto no yoshitomo , the head of the kawachi-genji ( minamoto clan ) , which is a family descended from the seiwa-genji ( minamoto clan ) and was called ushiwakamaru . his mother , tokiwa gozen , was a low class maid of fujiwara no shimeko ( also known as teishi ) . his father was defeated in the heiji disturbance by taira no kiyomori in 1159 , and ushiwaka , who was in his 2nd year , ran away in the arms of his mother to the mountains of yamato province ( nara prefecture ) with his half brothers , ano-zenjo and gien , who were also born from his mother . however , when tokiwa was informed of her real mother 's arrest , she went to kiyomori and begged him for the lives of her three children and her mother , and her petition was accepted . later , tokiwa married a court noble , naganari ichijo , and when ushiwakamaru was 7 years old , he was confined in kurama-dera temple ( sakyo ward , kyoto city ) , and was given rushanao , as his infant name . when he became aware of his origin at 11 years of age ( or 15 years according to another theory ) , he refused to be a buddhist monk and tried to refine his martial art , training himself by crisscrossing the kurama-yama mountain . rushanao , as he grew up , confirmed revenge against ise-heishi ( the taira clan ) , who destroyed his father , and left kurama-dera temple when he was 16 years old . he celebrated his attainment of manhood ( genpuku ) by himself , and went down to hiraizumi , mutsu province counting on the protection of chinju-fu shogun ( commander-in-chief of the defense in the north ) fujiwara no hidehira , who was the head of the oshu-fujiwara clan . since fujiwara no motonari , hidehira 's father-in-law and political adviser , was a son of naganari ichijo 's cousin , it is probable that he ( yoshitsune ) depended on that connection . according to " gikeiki " ( a military epic about the life of yoshitsune ) he celebrated his attainment of manhood in owari province , where his father yoshitomo died . the ceremony was held at atsuta-jingu shrine , and he fixed his imina ( real name ) yoshitsune by combining the letter ' 義 ' ( pronounced as ' yoshi ' ) handed down in the genji family , with the letter ' 経 ' ( pronounced as ' tsune ' ) taken from the name of the first head of genji , minamoto no tsunemoto . when his elder brother minamoto no yoritomo rose up in arms in izu province on august 17 , 1180 ( old old lunar calendar ) to defeat the taira clan ( jisho-juei war ) , he rallied to joined the banner of his brother . hidehira dispatched about 80 worriers on horseback including the brothers tsugunobu sato and tadanobu sato to accompany yoshitsune . at the camp of kise-gawa no jin ( siege at kise-gawa river ) ( shimizucho , sunto-gun , shizuoka prefecture ) , yoshitsune had an emotive encounter with yoritomo , who had just won the battle of fuji-gawa river . yoritomo , while he entrusted yoshitsune and his other brother , minamoto no noriyori to take control of the expeditionary forces , decided to settle down at his home base in kamakura to concentrate on the administration of togoku ( the eastern part of japan ) . yoritomo was having a conflict with minamoto no yoshinaka , who was dominating kyoto after defeating the ise-heishi ( taira clan ) . in 1183 , noriyori and yoshitsune left for omi province leading a big army . on the new year 's day , the next year ( in 1184 ) , noriyori and yoshitsune killed yoshinaka in the battle of uji-gawa river , and proceeded into kyoto as local governors to yoritomo . meanwhile , the taira clan recovered its power in saigoku ( the western part of japan ) and closed down fukuhara-kyo ( capital of fukuhara ) ( kobe city , hyogo prefecture ) . yoshitsune who , together with noriyori , was ordered to expel the taira clan , went around harima province with backdoor troops on february 4 ( old old lunar calendar ) , and in the battle of mikusayama he broke the forces of taira no sukemori and others in a night raid . noriyori started toward the battle field to attack from the front door ( ote-gun ) . in the battle of ichinotani that took place on february 7 ( old old lunar calendar ) , yoshitsune made a surprise attack on the taira family 's home base , dashing down from the precipitous cliff of hiyodorigoe with 70 selected horse soldiers the taira clan 's army fell in to chaos and the kamakura army enjoyed a great victory . however , after the battle of ichinotani , when the imperial court celebrated kojimoku ( small-scale ceremony for appointing officials ) in june 1184 , three military commanders including noriyori were entrusted as kokushi ( provincial governor ) thanks to the recommendation of yoritomo , but the name of yoshitsune was not found there although he was willing to be appointed . on august 6 ( old old lunar calendar ) , yoshitsune was awarded the titles of saemon no jo ( the third-ranked official of the left division of outer palace guards ) and kebiishi no jo ( the third-ranked official of the police and judicial chief ) ( hogan ) with the rank of jugoinoge ( junior fifth rank , lower grade ) by cloistered emperor goshirakawa without a recommendation from yoritomo , and he became able to access to the hall of the cloistered government . to the kamakura side , he reported that ' although this is not what i wanted , the cloistered emperor obliged me to take the charge insisting that my frequent contributions should not be negligible . ' yoritomo was furious to hear that and excluded him from the mission to expel the taira clan , saying , ' this is not the first time that he disobeyed my will . ' in august , noriyori lead a great army to proceed toward kyushu over the sanyodo road . in september ( old old lunar calendar ) , yoshitsune took the daughter of shigeyori kawagoe ( sato gozen ) for his legitimate wife . on the other hand , the expeditionary force of noriyori had difficulties acquiring food for soldiers and to equip ships , and had to stop marching . yoritomo reluctantly had to decide yoshitsune 's input . in february 1185 , yoshitsune finished the formation of a new army , and made a sortie with a few ships in a rainstorm . he arrived at the destination in a few hours , traveling the distance which normally required three days , and made a surprise attack on yashima , the taira clan 's base located along the coast of the inland sea in sanuki province , shikoku . he strategically burned down the mountain and folk dwellings to convince the people of the taira clan that he was leading a great army , and he succeeded with them in the flight ( battle of yashima ) noriyori also went to kyushu , and cut the rear path out of hiko-jima island , nagato province , which was the last resort for the taira clan . yoshitsune organized a local marine force directed at hiko-jima island , and on march 24 ( old old lunar calendar , april in the new calendar ) , he won the battle of dannoura and finally destroyed the taira clan . having achieved his long desired objective , yoshitsune received an imperial envoy dispatched by the cloistered emperor to glorify his victory , after which he made a triumphal return to kyoto on april 24 ( old old lunar calendar ) ; it was here that , as the leading figure in the battle of dannoura ( for which the strategy had been more successful than that of the battle of ichinotani and the battle of yashima ) , he embraced the mirror yata no kagami and the jewel yasaka no magatama ( two of the three sacred treasures of japan ) , which had been recovered from the taira family . after the battle , while he was in heian-kyo ( ancient kyoto ) as the local commander of yoritomo , he settled at horikawa palace , which was once the residence of kawachi-genji ( minamoto clan ) shigehiro . after defeating the taira family , yoshitsune , who suffered from conflicts with his brother yoritomo , tried to be independent from his brother , however he could not achieve it and in return he came under pursuit as the enemy of the court . on april 15 , 1185 ( old lunar calendar ) , yoritomo cursed the warriors from the kanto region for their acceptance of the title from the court without his unofficial recommendation , and ordered them to render their services in heian-kyo and prohibited their repatriation to togoku ( the eastern part of japan ) . on april 21 ( old lunar calendar ) , yoritomo received a message from kagetoki kajiwara , who once assisted yoshitsune as saburai-dokoro no shoshi / tsukasa ( management officer of the samurai station ) when yoshitsune was in the pursuit of the taira clan , informing that ' yoshitsune indulged in trumpeting that the pursuit was achieved exclusively owing to his merit . ' on the other hand , yoshitsune did not take the yoritomo 's order very seriously , and planned to triumphantly return to kamakura , and started on may 7 ( old lunar calendar ) from kyoto , escorting the father and son , taira no munemori and taira no kiyomune , who were caught at dannoura . however , yoritomo , who was distrustful of yoshitsune , did not allow him to enter kamakura , but only let taira no munemori and his son enter . at that time , yoshitsune was detained at manpuku-ji temple at yamauchi no sho manor , koshigoe ( present day kamakura city ) in the suburbs of kamakura . on may 24 ( old lunar calendar ) , yoshitsune handed a message to oe no hiromoto , yoritomo 's close confidant , that he had no intention of an uprising , and this message is well known to date as koshigoe-jo ( message of koshigoe ) . according to " azuma kagami , " yoshitsune invoked the wrath of yoritomo because he accepted the title from the court without asking for yoritomo 's previous permission and he acted arbitrarily without obeying the instructions of kagetoki kajiwara , who was sent to yoshitsune by yoritomo as the military supervisor for the pursuit of the taira clan . in addition , yoshitsune 's behavior was excessively dogmatic as follows : after the battle of dannoura he arbitrarily proceeded to kyushu , although the territory was controlled by noriyori , and he took noriyori 's duties ; he invoked resentment of the warriors by not only reproaching meticulously his subordinate warriors from togoku ( eastern japan ) on their errors without showing any tolerance , but also executed many of them without yoritomo 's consent . yoshitsune 's remarkable military contributions in defeating the taira clan were mainly achieved with the participation of the saigoku ( western japan ) warriors , and this lead to a deprivation of togoku ( eastern japan ) warriors ' opportunities to render distinguished services , and consequently , provoked the discontent of the lower-ranking vassals ( gokenin ) of eastern japan . especially , yoshitsune 's having received the title from the court without asking for his master 's permission was deemed serious , because this act threatened the existing base of yoritomo , who was not yet in the position to grant titles . yoshitsune 's precipitous attack at dannoura lead emperor antoku and taira no tokiko to commit suicide and the disappearance of hoken ( treasured sword ) , which could have been a good instrument to use for negotiating with the imperial court , and as a result , destroyed the post-war initiative that yoritomo had conceived . moreover , as yoshitsune 's military tactics and reputation elevated the cloistered emperor 's credibility , the cloistered emperor attracted the warriors , and this fact became a threat for yoritomo who was trying to establish a military government . soon after entering kyoto , yoshitsune took as his spouse a daughter of taira no tokitada , who was once served as a substitute of in no miumaya no tsukasa , a military pillar to support the taira clan 's cloistered government and later was a captive as a member of the taira family . it was inadmissible for yoritomo that yoshitsune tried to succeed the rank which traditionally the taira clan had been enjoying , or cloistered emperor goshirakawa tried to hand down to yoshitsune . as a result , yoshitsune was not allowed to enter kamakura , and on june 9 ( old lunar calendar ) , when yoritomo ordered to escort munemori and his son , and taira no shigehira back to kyoto , yoshitsune blamed yoritomo on this cruel treatment and boldly said , ' those who are not satisfied serving in kanto , come and join yoshitsune 's side . ' when yoritomo heard it , he confiscated all the properties of yoshitsune . yoshitsune executed munemori and decapitated his son in omi province and sent shigehira to todai-ji temple , to which shigehira himself once set fire to in the battle . in september , yoritomo sent kagetoki kajiwara 's legitimate son , kagesue kajiwara , with a hidden mission to observe the movement of yoshitsune , who had returned to kyoto and was staying in his residence at rokujo-horikawa in kyoto , and at the same time yoritomo requested that yoshitsune expel his uncle minamoto no yukiie , who once followed yoshinaka . weary-looking yoshitsune presented himself before yoritomo and refused his request with the pretext that he himself and yukiie belonged to the same genji clan . in october , judging that yoshitsune was playing sick and was on the same side as minamoto no yukiie , yoritomo decided to expel yoshitsune and sent his retainer masatoshi tosanobo to kyoto . on october 17 ( old lunar calendar ) , tosanobo and more than 60 warriors on horseback attacked the residence of yoshitsune ( horikawa night raid ) in kyoto , however , yukiie joined the fight when he saw that yoshitsune himself was fighting back outside the gate of his residence , and finally they defeated the assailants . after yoshitsune knew that the attack was ordered by yoritomo through the interrogation of masatoshi , who was captured in combat , he publicly executed masatoshi , and in kyoto stood in rebellion to defeat yoritomo with his uncle minamoto no yukiie , who was also opposing yoritomo . they paid a courtesy visit to the cloistered emperor goshirakawa once again to acquire inzen ( a decree from the cloistered emperor ) to expel yoritomo , however , since yoritomo celebrated the buddhist memorial service for his father , yoshitomo , on 24th , inviting his subordinate commanders and warriors , there were few parties who were willing to join yoshitsune 's side . even those warriors in the vicinity of kyoto did not want to support him , to the contrary , some warriors started to oppose to him . moreover , when the cloistered emperor issued inzen ( the decree ) to expel yoshitsune , his situation had become more difficult . on the 29th , when yoritomo launched the operation to expel yoshitsune , leading his army by himself , yoshitsune intended to go to kyushu in order to recover his forces staying in saigoku ( western japan ) . on november 1 ( old lunar calendar ) , while yoritomo arrived at the kise-gawa river in suruga province , the yoshitsune and 300 worriers on horseback left kyoto toward western japan on november 3 ( old lunar calendar ) counting on koreyoshi ogata in kyushu . on the way to kyushu , he was attacked by yukitsuna tada of settsu-genji ( minamoto clan ) and others but he attacked them back . on november 6 , yoshitsune 's troops tried to put out to sea toward kyushu from daimotsuura in settsu province ( present-day amagasaki city hyogo prefecture ) but the ships were wrecked in a rainstorm and they were dispersed , and rushed back to settsu . this incident made it impossible for yoshitsune to go down to kyushu . on november 11 ( old lunar calendar ) , the cloistered emperor 's inzen ( decree ) to arrest yoshitsune as well as his subordinate warriors was issued throughout japan . moreover , to accelerate the arrest of yoshitsune and his men , yoritomo invited tokimasa hojo to the capital to negotiate , and requested him to set up shugo and jito ( military governors and estate stewards ) all over japan , which tokimasa finally accepted . yoshitsune , accompanied by his subordinate retainers and his concubine , shizuka gozen , a japanese traditional dancer , hid away in yoshino , but shizuka gozen was captured by pursuers . yoshitsune , who escaped from persecution , was protected by the anti-kamakura nobles as well as priests of temples and shrines , hid in the vicinity of kyoto , but the next year , in may 1186 , his uncle yukiie was defeated and killed by the kamakura side in izumi province , and other family members and vassals , who were hidden in various places in the country , were discovered and killed one by one . yoritomo , who suspected that the cloistered government and the aristocracies were helping yoshitsune escape , intimidated them in november of the same year saying , ' if the kyoto side happens to support yoshitsune , we will send a grand army to defeat you . ' yoshitsune , who was unable to continue staying in kyoto , proceeded to oshu province counting on fujiwara no hidehira . according to an article of february 10 , 1187 in the " azuma kagami , " it is reported that yoshitsune escaped a blockade of pursuers , and went to oshu through ise and mino provinces to seek exile in hiraizumi with his official wife and children . it is said that the members of the party were disguised as mountain priests and pages . as fujiwara no hidehira was worried about the extending influence of yoritomo , who had already dominated the kanto region and the area to the west , he tried to back up yoshitsune in order to compete against the kamakura side , however he died of illness on october 29 , 1187 ( old lunar calendar ) . yoritomo strongly pressured fujiwara no yasuhira , the successor of the clan after hidehira 's death , to arrest yoshitsune through imperial court channels . on the other hand , yoshitsune appeared in dewa province in february 1188 , and fought with the kamakura side . in january 1189 , a buddhist monk of mt . hiei , who was carrying yoshitsune 's letter with him , was arrested , and the letter revealed yoshitsune 's will to return to kyoto , and thus yoshitsune was trying to comeback . however , yasuhira , who was yield under persistent pressure of the kamakura side , broke the will of his father and killed his own brother fujiwara no yorihira , who supported yoshitsune with affection . on april 30 of the intercalary year ( old lunar calendar ) , he attacked yoshitsune and his less than 20 subordinate warriors at the koromogawa no tachi residence of fujiwara no motonari , leading 500 warriors on horseback . yoshitsune 's followers tried to resist , but all of them were defeated . yoshitsune , whose residence was surrounded by the hiraizumi 's soldiers , gave up to fight back and hid in the jibutsu-do hall , then he killed himself after killing his official wife and his 4-year daughter . died at the age of 31 . yasuhira forwarded the head of yoshitsune , in addition to killing his other younger brother fujiwara no tadahira , who was also on yoshitsune 's side , as he did with his younger brother yorihira , and begged yoritomo for his life . however , the kamakura side launched the operation of oshu pursuit , and although yasuhira escaped , a member of his close retainers betrayed and killed him . the yoshitsune 's decapitated head was carried by yasuhira 's smaller brother , fujiwara no takahira , to kamakura , and it took 43 days . it is said that although the head was dipped in fine sake , it discomposed due to the hot climate during that season and it became unidentifiable . this is one of the reasons why the legend of the immortal yoshitsune was born . on june 13 , 1189 ( old lunar calendar ) , the head was examined by yoshimori wada and kagetoki kajiwara at koshigoe no ura beach . according to the traditional literature , the head was buried at fujisawa and enshrined at shirahata-jinja shrine , and the well that is said to have been used at that time to wash the head still remains . it is also said that his body was buried in hogan no mori at kurikoma-numakura , kurihara city . personal profile as his common name kuro ( ninth baron ) indicates , he is the ninth son of his father , yoshitomo . according to one theory , he was the eighth son but he refrained from calling himself 八郎 ( hachiro ) that means the eighth son , to demonstrate his respect for his uncle minamoto no tametomo , famous for his heroic bravery , whose popular name ( kemyo ) was 鎮西八郎 ( chinzei hachiro ) , but it is only a folk story . there is no doubt that he was the last son of yoshitomo . minamoto no yoshihira , minamoto no yoritomo , and minamoto no noriyori were his half brothers born from different mothers , and ano-zenjo ( imawaka ) and gien ( otsuwaka ) were also his half brothers born from the same mother , tokiwa gozen . yoshinari ichijo is also his half brother who was born when his mother remarried naganari ichijo . he officially married with the daughter of shigeyori kawagoe ( sato gozen ) through yoritomo 's good offices , and also had concubines , one is a beloved japanese traditional dancer , shizuka gozen , who is famous for her dance at tsurugaoka hachiman-gu shrine , and the other is the daughter of tokitada , and she was said to have been forwarded to him by her father , tokitada , who wanted to secure his own neck after the extinction of the taira family . among the children confirmed as his , there was a 4-year female child that died at the koromogawa no tachi residence , who was born during his exile from kyoto , a male baby born from shizuka gozen and abandoned soon after birth at yuigahama beach in kamakura , and a female child who later married with minamoto no aritsuna ( grandson of minamoto no yorimasa of the settsu-genji ( minamoto clan ) ) of izu province . portrait during a few hundred years after the death of yoshitsune , many stories that were exaggerated from his real figure were been produced , however , following are yoshitsune 's words , acts , and his profile as commented upon by other people directly related to him , as found in historical materials . according to the article of october 21 , 1180 in " azuma kagami , " during yoshitsune 's stay in oshu , he tried to hastily join yoritomo to learn if yoritomo had raised his army , but fujiwara no hidehira strongly restrained him from doing so . however , as yoshitsune left the residence in secret , hidehira reluctantly gave up trying to restrain him and later soon dispatched the sato brothers to help yoshitsune . according to the above mentioned " azuma kagami , " during the topping-out ceremony of the treasury hall of tsurugaoka-wakamiya shrine held on july 20 , 1181 , yoritomo ordered yoshitsune to pull the horse that was to be given to the carpenter . when yoshitsune refused to do it , saying , ' at this moment there is no packhorse driver , ' yoritomo fiercely accused him saying as follows . you have shigetada hatakeyama and hirotsuna sanuki among others . ' ' you refuse this duty with such an excuse because you think it is indecent . ' yoshitsune felt extremely ashamed and he immediately stood up to pull the horse . according to " gyokuyo " ( diary of kanezane kujo ) , after the battle of ichinotani on february 9 , 1184 , he ran back to kyoto with a few retainers to ask for the imperial court 's instruction of what to do with the heads of the taira family , because he wanted permission to display them publicly on miyako-oji avenue . the imperial court was opposed to the public exhibition because the taira family was their maternal relative , but yoshitsune and noriyori strongly insisted , saying as follows . there is no reason why the public exhibition of the heads of the taira family is not permitted , while yoshinaka 's head was allowed to be put on display . ' why does the court take the taira family side ? ' this causes us serious mistrust . ' the court nobles were pressured to consent to permission , and finally on the 13th of the same month , the heads of the taira family were exhibited in public after being pulled along miyako-oji avenue . according to an article of january 8 , 1185 in " kikki " ( a diary of tsunefusa yoshida ) , the court nobles were afraid of the surviving taira family warriors and asked yoshitsune , who was about to proceed to shikoku to pursue the taira clan , to stay on in kyoto , but yoshitsune responded as follows : the food for soldiers will be out of stock in february or march . ' if noriyori happens to be obliged to return back , the warriors in shikoku will support the taira family , and this will provoke a more serious situation , ' and he started to the battle field leaving the nobles behind , even though the nobles tried hard to restrain them . according to the " azuma kagami , " the court noble tametoki takashina ( it is said that he was an envoy dispatched by the cloistered emperor goshirakawa ) visited the accommodations where yoshitsune was staying before his departure to yashima on february 16 , and asked yoshitsune saying , ' i don 't know a lot about military strategy , but don 't you think that the commander in chief should not spearhead the battle , but should rather send his assistant chief first ? ' then , yoshitsune responded , ' i have a special design in mind and i rather prefer to loose my life as a spearhead . ' the author of the " azuma kagami " commented on his word and wrote , ' shouldn 't he be called an extremely strong warrior ? ' there is another anecdote that yoshitsune tried to across the sea by ship on the 18th , however a rainstorm destroyed many ships in his fleet . no soldiers dared to embark but yoshitune declaring as follows : it is a shame to delay the expulsion of the enemies against the court . ' we should not be afraid of any accident even if the rainstorm is harsh . ' yoshitsune made a sortie with a few ships and arrived at the destination in four hours , traveling the distance that normally requires three days ' travel . commenting on the criticism of yoshitsune 's dogmatic behavior that was written by kagetoki kajiwara after the battle of dannoura , " azuma kagami " wrote , ' yoshitsune is incurring the hatred of not only kagetoki , but also of those ( warriors of the kanto region ) for his dogmatic and dictatorial behavior . ' after yoshitsune 's suicide , when kagetoki and yoshimori wada accompanied by their 20 retainers examined his head , the book wrote , ' all the people who saw his head shed tears , ' showing the ambivalence of criticism against and attachment for yoshitsune . in " saki , " a memorandum written by the cloistered imperial prince shukaku of ninna-ji omuro , which recorded what yoshitsune talked about the battle when the prince invited him in secret after the battle of dannoura , there was a description as follows ; yoshitsune is not an ordinary warrior , but he is an expert in martial arts as well as the art of war . ' according to " gyokuyo " and " azuma kagami , " yoshitsune , who had a conflict with yoritomo , visited the cloistered emperor goshirakawa on october 11 and 13 , 1185 and explained as follows : yoritomo tried to kill my uncle yukiie , who is innocent , so all yukiie could do was to plan the insurrection . ' i tried to stop it but he did not hear me , therefore , i , yoshitsune , have finally agreed with him . ' i agreed because i dedicated my life as a local governor for yoritomo and won the various battles , however yoritomo sent a jito ( state steward ) to my territory to disturb my national duties , instead of praising me , and finally he confiscated all the properties i had . i have no hope to live . moreover , i am duly informed that he is trying to kill me if i can not avoid this adversity , i would rather like to proceed toward nagara-gawa river , to fight back and prove may fate . therefore , i would like the court to grant me special permission of the emperor to expel yoritomo . and said , ' if it is not obtained , both of us will kill ourselves . ' the cloistered emperor was surprised and ordered yoshitsune to stop yukiie , however yoshitsune came to see the cloistered emperor on 16th of the same month , being so despondent that he came down from kyoto taking not only the emperor and the cloistered emperor , but also the court nobles with him and continued ; i have agreed with yukiie because of the reasons i mentioned the other day . now i only ask you to give me special permission from the emperor to expel yoritomo . ' if this request is impossible , i would like to ask for leave to control the west . ' in the capital , the people panicked , afraid that the cornered yoshitsune would be violent like the warriors of the taira family and yoshinaka kiso , but on november 2 , when he gained inzen ( the cloistered emperor 's decree ) to grant him authority to control manors in shikoku and kyushu , on november 3 , he sent a mission to the cloistered emperor to convey his message as follows , and left the capital calmly . to escape the persecution of kamakura , i have decided to go down and control the west , and before i leave , i wanted to make my farewells , but i will leave without doing so as i have already equipped myself with armor . ' a court noble kanezane kujo , the author of " gyokuyo " was a sympathizer for yoritomo , but commented with relief on the peaceful days in kyoto after his departure and cerebrated his personality as follows : all the people , nobles as well as commoners , in kyoto have restored a peaceful life thanks to yoshitsune . ' his actions should be praised as that of real loyal retainer . ' all the people in kyoto , the nobles and commoners , welcomed his departure with pleasure . ' although he was not duly rewarded , it is true that yoshitsune made a huge contribution , and his heroism and honor will remain for a long in the people 's minds . ' he is worth praising . ' aspect and physical type there are no historical materials about the aspects of yoshitsune that are objectively described by someone at that time , nor his portraits in life that are certainly identified as his . in the portrait owned by chuson-ji temple , which is often used in the publications , he appears with his vassal monk soldier benkei in a scene of " gikeiki , " in which he is attacked by fujiwara no yasuhira , however , it is said to be painted later during the sengoku period ( period of warring states ) ( in japan ) or the edo period , and it is not his real portrait made in life . it is said that he may have been as tall as 150 cm or so , based on the calculation from his suit of armor dedicated to oyamazumi-jinja shrine . " heike monogatari " ( the tale of the heike ) , which was said to be written soon after the death of yoshitsune , describes him as an indirect form as ' kuro ( yoshitsune ) a faire-faced and short man , but can be easily recognized for his buckteeth , ' by a samurai warrior of the taira clan , taira no moritsugu . this is part of a description of one scene of the chapter on ' toriawase ' ( the cockfights ) , in which the heike warriors encouraged themselves before the battle of dannoura by insulting their enemies , the genji warriors . the chapter of ' yuminagashi ' ( the dropped bow ) describes that he was not physically gifted , with an anecdote that when he dropped his bow into the sea , he himself called it ' a weak bow , ' when picking it up . in " gikeiki , " he was compared to yang guifei and princess matsuura sayo-hime for his effeminate fair face . on the other hand , in this epic there are some contradictory descriptions which seem to have been cited directly from " heike monogatari . " " genpei seisuiki " ( the rise and decline of the minamoto and taira clans ) describes him as ' fair-faced and small , graceful and his manner is elegant ' but then continues the description , which is identically found in " heike monogatari , " saying ' he is certainly a citified folk in comparison with yoshinaka kiso , but not as refined as any of the lower-ranked vassals of the taira family . ' the chapter ' ushiwaka oshukudari no koto ' ( the ushiwaka 's downcast trip to oshu ) of " heiji monogatari " ( illustrated stories of the heiji rebellion ) describes in a form of a comment made by fujiwara no hidehira after meeting him for the first time as follows ; ' as he is a good looking young man , anyone who has a daughter wants to pick him as son-in-law . ' during the edo period , the tale of yoshitsune had been developed as a theme of sarugaku ( present noh ) and kabuki and became popular enough to form an independent field called ' yoshitsune-mono ' ( yoshitsune story ) , however , in the course of this process his profile had been glamorized and the typical image of a handsome and noble young yoshitsune was established . minamoto no aritsuna : yoshitsune 's son-in-law musashibo benkei : one of the yoshitsune 's four heavenly kings tsugunobu sato : one of the yoshitsune 's four heavenly kings in " genpei seisuiki " tadanobu sato : one of the yoshitsune 's four heavenly kings in " genpei seisuiki " yoshimori ise : one of the yoshitsune 's four heavenly kings kagemitsu hori shigekiyo kamei : .one of the yoshitsune 's four heavenly kings hitachibo kaison : one of the yoshitsune 's four heavenly kings yoshihisa washio jiro suruga morimasa kamata : one of the yoshitsune 's four heavenly kings in " genpei seisuiki " mitsumasa kamata : one of the yoshitsune 's four heavenly kings in " genpei seisuiki " yoshinari ichijo : yoshitsune 's half brother ( born from a different father ) yorishige fukasu kichiji kaneuri the life of yoshitsune , who had an excellent military talent , but died a violent death , earned the public compassion and came to be called hogan-biiki ( sympathy for yoshitsune / sympathy for the underdog , in general ) ( hogan is a common denomination used for a title granted to yoshitsune by the cloistered emperor goshirakawa , and the pronunciation ' hangan-biiki ' is erroneous ) . his life had also been gradually talked about as a heroic story , and various fictional stories and legends had been added one after another , creating a very different portrait of yoshitsune from reality . among the yoshitsune legends , especially famous stories is the story of his encounter with musashibo benkei at gojo-ohashi bridge , the anecdote that he learned strategy by stealing ancient chinese strategy books , " rikuto " and " sanraku " owned by onmyoji ( diviner ) hogen kiichi , making use of a love affair with his daughter , and the legend of musashibo benkei 's standing death in the battle of koromogawa , and they were extended widely through " gikeiki , " which is said to have been written in the early muromachi period , 200 years after yoshitsune 's death . especially it is said his victories in the jisho-juei war was owed to the instruction of ' toranomaki ' ( part of the tiger ) of " rikuto " that he learned , and from this anecdote , a secret guide to success began to be called ' toranomaki . ' in later periods , various documents and articles had come to utilize yoshitsune 's name to raise prestige with the long and distinguished history . for example , there was a martial art sect that declared that it was originated by yoshitsune and his martial art master hogan kiichi . the public sympathy for yoshitsune or the underdog ( hogan-biiki ) in the later times created a legend of immortality called the legend of minamoto no yoshitsune northern refuge , which insists that yoshitsune did not die at koromogawa , but escaped from oshu to the far north . such a legend or argument based on a legend that in reality yoshitsune escaped to the north is called the minamoto no yoshitsune northern refuge theory . based on this legend , yoshitsune-jinja shrine was constructed in 1799 at piratori of hidaka , ezo ( present biratoricho , hokkaido ) . it is supposed that the prototype of this legend derives from a story called ' onzoshi shimawatari ' ( the adventure of the son of kamakura in the island ) found in a collection of nursery tales in the muromachi period . in this story , young yoshitsune , before joining yoritomo 's rising army , crossed over to hokkaido , called at that time ' watari island , ' and there he had various strange adventures it is supposed that this story had gradually changed into a legend , and as the people 's knowledge of the ainu in ezo ( hokkaido ) was gradually deepened , the people had come to believed that yoshitsune escaped danger at koromogawa and went over to ezo to become the king of the ainu . the yoshitsune-genghis khan theory , which posits that yoshitsune went across the ocean to china from ezo and became genghis khan , was born in the modern age after the end of edo period as one further developed from the northern refuge theory . the germination of this legend can be found in the edo period , when japanese people began to be interested in the northern region . a rumor was once circulated , in which it was said that there was a written message of chen lung of the chinese dynasty qing saying ' my ancestor 's family name is minamoto and the first name is yoshitsune , therefore , i named my dynasty as qing ( 清 ) , because he was a descendent of emperor seiwa ( 清和 ) . ' also , a forged book titled " kinshi betsubon " ( by a japanese bogus writer ) was appreciated as a curious book , telling a story that in the kin ( dynasty ) , that flourished in the 12th century , there was a shogun called minamoto no yoshitsune . there was also another rumor which had already existed during the edo period that yoshitsune went to the continent and became a jurchen ( in manchuria ) , and based on this rumor , a legend that yoshitsune had become genghis khan , that was born in the meiji period . during the meiji period , kencho suematsu , a student studying in london read this in the book " nihon " ( japan ) of philipp franz von siebold , and wrote his graduation thesis at cambridge university titled ' the great conqueror genghis khan and japanese hero minamoto no yoshitsune are the same person , ' with the purpose of claiming the presence of japan , because at that time japan was seen as a mere tributary state of china , and this article was also published in japanese under the title of " yoshitsune saikoki " ( the rebirth story of minamoto no yoshitsune ) ( meiji shigakukai zasshi ( completion of japanese history records ) ) , and the book created a boom . during the taisho period , zenichiro oyabe , who after having studied in the united states became a priest and migrated to hokkaido , and while he was working for the issues concerning the ainu , he heard about okikirmuy , that the ainu people believed was yoshitsune , and then , he went over to the continent to travel to manchuria and the mongolian plateau to find out the truth of the yoshitsune north refuge legend . during this study , he was convinced that yoshitsune was genghis khan , and in 1924 he published a book titled " genghis khan is minamoto no yoshitsune . " this book attracted the public who were sympathizers of yoshitsune or the underdog ( hogan-biiki ) and became a bestseller . since this book became a bestseller , the yoshitsune-genghis khan theory is well known today . although the genghis khan theory , including the legend of yoshitsune 's migration to ezo ( hokkaido ) ( nyui densetsu ) , was completely denied in academic circles of meiji period and no scholar tried to take it seriously , it persisted beyond academic theories , and until the early showa period , the book had been revised various times and was expanded . in the background of the popularity of this book , there was not only the japanese people 's sympathy for yoshitsune ( hogan-biiki ) , but also the trend that existed at that time , in which the japanese society was keen to extend its territory toward the continent , and this was a phenomenon comparable with the legend of yoshitsune 's migration to ezo ( hokkaido ) called nyui densetsu , which was born with the rise of the people ' interest in ezo during the edo period just as two sides of the same coin . kazunori hishinuma ( scientific research collaborator , national museum of japanese history ) argues in his book as follows : the cause of the conflicts with yoritomo is described in the article of august 17 , 1184 of " azuma kagami , " and according to this , he invoked the wrath of yoritomo for having accepted the title from the imperial court , without getting his brother 's permission , and then he was excluded from the mission of pursuit on august 6 of the same year ( old lunar calendar ) . however , according to the article august 3 of the same year of " azuma kagami , " on august 3 ( old lunar calendar ) , yoritomo ordered yoshitsune to expel taira no nobukane in iyo province , and this fact might suggest that yoshitsune had been already excluded from the mission of the expedition over the western sea , before yoshitsune was granted the title from the imperial court . yoshitsune was also granted kanpu ( official documents from dajokan , or great council of state ) to pursue the taira clan on 26th of the same month . as minamoto no noriyori was granted kanpu to pursue the taira clan on 29th , he received it earlier . this means that there is no record to confirm that yoshitsune was excluded from the mission to pursue the taira clan . therefore , it is supposed that the august 17 article of " azuma kagami " was created after the downfall of yoshitsune in order to explain the reason . yoshitsune was excellent in planning strategies as well as war tactics . in every battle , he won the victory not only with his courage and dynamic actions but also with his well meditated and rational strategy and ability to carry it out . in the battle of ichinotani , yoshitsune defeated the army of the taira family at mt . mikusa by a surprise night attack first , and after that he proceeded with his army , bringing higashiharima , the territory of the taira family , under his control . this was also a tactic to prevent the taira family 's army from entering into kyoto via tanba route . in addition , according the report of yoshitsune himself , he started the attack proceeding from ichinotaniguchi situated in the western side , and never carried out the reckless tactic of running down a steep hill with just a few warriors . in the battle of yashima , he took one month to carefully prepare the attack by securing the food and battle ships , counting on the support of the local naval forces , as well as , having close communications with the anti taira family powers in shikoku . then , yoshitsune did make up a plan , in which he would start to attack yashima from inland , while kagetoki kajiwara would attack from the sea , therefore , it is not true that he sailed out to the sea under a rainstorm without listening to kagetoki 's detention . before the battle of dannoura , he also spent one month to dominate the maritime control by gaining over the support of local naval forces and to prepare military equipment . yoshitsune also anticipated that if he would shoot arrows targeting the oarsmen and steerspersons , the taira family side would attack back . at that time , after having lost its inland base , the taira family side was suffering from the shortage of arrows and other supplies . then at the initial state of the battle , the taira family side had used all the arrows and its unprotected oarsmen and steerspersons were shot to death one by one without being able to take any measures to counterattack . to the criticism that says yoshitsune won the battle by employing mean tactics , there are those who oppose to this criticism advocating that in the first place there were no established battle rules at that time ( strictly speaking , " konjaku monogatari " ( the tale of times now past ) and other documents confirm that some rules including the place of battle for one-on-one fight and collective battle was established in several cases , such as when warriors ( samurai ) had a private reason or a problem concerning their territories or honor and both parties whished to solve the problems by themselves by way of a duel . yoshitsune brought about military as well as political results by carrying out two contradictory duties ; undertaking his military duty of expelling the taira family as a local commander of yoritomo , and constructing a good relationship with the imperial court . the story that he accepted the title from the court without permission is a creation of " azuma kagami , " and the criticism that he lacked the ' political sense ' is not adequate . about the conflict between yoritomo and yoshitsune , shinichi sato argues that the conflict was caused by the existence of two opposing powers inside the kamakura administration ; one was the ' eastern nation independentist ' formed by powerful lower-ranking vassals ( gokenin ) in the kanto region , and the other was the ' kyoto sympathizers ' formed by close vassals of yoritomo and the officials who were relegated from kyoto . yoshitsune , yoritomo 's smaller brother , was especially highly valued as close associates , being appointed as the general in chief of the backdoor troop to expel the tiara family and entrusted as the local commander in kyoto as well . after settling in kyoto , he was engaged to eradicate the violence of warriors in order to construct a good relationship with the court , playing an important role in the yoritomo 's pro-kyoto policy . later , yoshitsune defeated the taira family in about two months by gaining over the support of local naval forces in the western territory , while noriyori 's army formed by the influential lower-ranking vassals ( gokenin ) in the kanto region had not been able to defeat the taira family after a half year . as a consequence , the influence of the kyoto sympathizers was enhanced in the political decision-making as well as in the repartition of a grant of honors however , the east independents felt indignant and accused yoshitsune , who was the radical leader of the pro-kyoto policy . yoritomo granted the territories confiscated from yoshitsune to his potential lower-ranking vassals ( gokenin ) , in order to keep them , because they were the support base of his administration . yoshitsune , who was forced to lose his position even though he had won the victory in various battles , tried to mobilize the warriors in western japan to confront the kamakura administration . masataka uwayokote poses a question on the credibility of " azuma kagami " elaborated by the kamakura bakufu , and he opposed to the common theory , that is , yoshitsune 's acceptance of the title without his brother 's permission was a result of an evil design of goshirakawa , and with this strategy he tried to divide yoshitsune from yoritomo and yoshitsune was trapped by it . the real reason why yoritomo did not dispatch yoshitsune to expel the taira family is because the court nobles requested him strongly to make yoshitsune stay in kyoto to secure the order in kyoto , and not because he sanctioned yoshitsune for the acceptance of the title without asking for his permission . goshirakawa expected yoshitsune to maintain the security of the city , and entrusted him as a police and judicial chief ( kebiishi ) and an officer of the outer palace guards ( saemon no jo ) . however , as a result , he was incorporated into the goshirakawa 's close retainers , and it became impossible to render services for the kamakura bakufu , and that resulted in raising yoritomo 's anger . moreover , after the battle of dannoura , yoritomo let yoshitsune return to kyoto instead of detaining him in kamakura , because he wanted to stir up goshirakawa by making use of yoshitsune , who had converted to a close retainer of the cloistered emperor after the complementary appointment as in no miumaya no tsukasa ( retainer responsible for the stability of the cloistered emperor 's government ) . yoritomo deliberately induced goshirakawa to issue the pursuit of yoritomo himself , and he succeeded in thrusting various political requests . although the personality of yoshitsune in the legends is shaded with romanticism , yoshitsune described in " heike monogatari , " which is considered to be close to the real figure , is a cheerful and broad-minded brave warrior and had no shadow . however , " azuma kagami " elaborated by the kamakura bakufu is extremely sympathetic with yoshitsune , and even if he must have been a traitor , the book contains many descriptions touching on his sentiments , showing a strong sympathy ' hogan-biiki ' for the underdog . on the other hand , yoritomo is described as a person who did not hide his cruelty towards his younger brothers , and in the scene of shizuka gozen 's dance , in contrast to the dignified two women , shizuka and masako , his is maliciously depicted as a narrow-minded and bigoted person . he also concludes that kagetoki kajiwara , who tattled on yoshitsune 's movement , was an evil-minded person . later , kagetoki was banned from the kamakura bakufu by the hojo clan . it seems that " azuma kagami " fomented the sympathy for yoshitsune ( hogan-biiki ) with the intention to justify the position of the hojo clan that deprived the minamoto clan of the power . yasuo motoki presents a new profile of yoshitsune , by examining " azuma kagami , " whose text has been considered rather credible , based on the approach of the critique of historical materials , which has been advanced remarkably in the resent years , and by comparing the detailed descriptions of the " azuma kagami " with those of " gyokuyo " and other materials written at the same period . the warriors of eastern japan , who neither had their own territories nor their own troops , but were very individualistic , supported yoritomo in order to protect their vested interests . therefore , even if with only a few soldiers , the appearance of yoshitsune must have been a great pleasure for yoritomo , as he expected that yoshitsune could be his right hand , . since then , yoshitsune was called ' the son of kamakura , ' which means that he entered under the custody of yoritomo as his adopted son , and as " gyokuyo " describes , they were ' in a relation of father and son , ' and therefore , yoshitsune was thought to have a possibility to be the heir to yoritomo ( yoritomo 's legitimate son yoriie had not been born at that time yet ) , and at the same time , he was meant to be placed in a subordinate position to yoritomo . yoshitsune was charged to expel yoshinaka , because the warriors in eastern japan were reluctant to make a sortie which would not give them any benefit of expanding their territory . yoshitsune and noriyori , both started with a few soldiers and in order to confront with yoshinaka , they intended to recruit and organize the local warriors on their way to kyoto . to facilitate their entrance into kyoto , the warriors in the kyoto district played an important role in combat with yoshinaka in the battle of hoju-ji temple . the battle of ichinotani was not fought in a unified form under the leadership of noriyori and yoshitsune , but with a so called patch-work army composed of various independent local genji families and kyoto warriors . after returning from the battle , he made an effort to recover the deteriorated security and order of the capital . noriyori , who set forth on expedition to expel the taira clan with the eastern warriors , suffered from the undermined morale of soldiers , due to the prolonged battle , which he tactically chose , and the stagnated the advance . worried about it , yoritomo appointed yoshitsune for the duty , judging that the short decisive battle could be inevitable , and yoshitsune responded it with success by organizing the warriors in western japan and destroyed the taira clan in the battles of yashima and dannoura . for the warriors of eastern japan , the success of the operation meant to be deprived of the chance to win fame in the battles , and their indignation toward yoshitsune , which was growing further , embarrassed yoritomo as an unexpected result . in the process of the post-battle operation , yoritomo tried to bring this situation under control , by making yoshitsune return to kamakura and put his brother under his own control , instead of granting the maximum honor of recommending yoshitsune for the governor of iyo province . however his intent failed . yoshitsune continued staying in kyoto , as he was appointed by the cloistered emperor to additionally fill the vacant position of in no miumaya no tsukasa ( retainer responsible for the stability of the cloistered emperor 's government ) , or in other words , as the chief of the cloistered emperor 's bodyguard , in addition to occupying the posts of police and judicial chief ( kebiishi ) and officer of outer palace guards ( saemon no jo ) , as well as the post of governor of iyo province . goshirakawa made use of yoshitsune to construct his own independent military regime . yoshitsune , who opposed ' his father ' backed by the authority of chiten no kimi ( cloistered emperor who organize politics ) . in this way , the relationship of the two had the decisive rupture . although yoshitsune had acquired the inzen ( cloistered emperor 's decree ) to expel yoritomo , there were few warriors who responded to his call , and his influence was rapidly lost . by then , yoritomo had already taken drastic measures with the warriors in various places , such as rewarding them with bonuses in appreciation for their deed , and the warriors in kyoto , who had been cooperating with yoshitsune until then since his first entrance in kyoto , did not collaborate with him this time as yoshitsune was not able to reward them . yoshitsune 's decline , after having endeavored in the reconstruction of the capital and enjoyed the name of ' royal retainer , ' left a strong impression on the public in kyoto , and a legendary figure was gradually going to take shape . after yoshitsune left kyoto , the person who entered in kyoto as the local commander and he intervened in the affaires of the imperial court instead of yoshitsune was not any of his brothers , but yoritomo 's father in law , tokimasa hojo . tokimasa was the maternal grandfather of still young yoriie , and he was supposed to have had a strong resentment against yoshitsune , because of some reasons such as his legitimate son yoshitoki was robbed of his merit by yoshitsune in battle . yoshitsune 's decline in power enabled tokimasa to consolidate the position as a maternal relative of the successor to yoritomo , and also allowed the expansion of tokimasa 's power . +minamoto no yoshihira is a busho ( japanese military commander ) during the end of the heian period . he was the first son of minamoto no yoshitomo . he was commonly called akugenta or kamakura genta . his mother was a daughter of yoshiaki miura . his younger brothers included minamoto no tomonaga , minamoto no yoritomo , minamoto no noriyori and minamoto no yoshitsune . as the first son of minamoto no yoshitomo , he protected kamakura , and killed his uncle minamoto no yoshikata ; this proved him as a brave busho and gave rise to his nickname akugenta . at the outbreak of heiji war , he went to kyoto with bando musha ( warriors from the east japan ) . although he bravely fought against the heike , he was defeated and eventually escaped . when his father was killed , he returned to kyoto for assassination attempt on taira no kiyomori ; after the failure , he was arrested and decapitated . biography the biography of minamoto no yoshihira was well described in the war chronicle " heiji monogatari " ( the tale of the heiji ) ; there is no other literature that tells a lot about yoshihira . therefore , this section refers to the literature above . yoshihira is the main character of " heiji monogatari , " in analogy to minamoto no tametomo in " hogen monogatari " ( the tale of the hogen war ) . being the older brother of yoritomo , who later became seii taishogun ( literally , " great general who subdues the barbarians " ) , he was described as a cool young warrior . because it is a war chronicle , not everything mentioned in it can be believed as a historical fact . kamakura aku genta he was raised at genji yakata ( residence of the minamoto clan ) in horikawa , kyoto . at age 13 , he went to kamakura . in 1155 , his father yoshitomo and uncle minamoto no yoshikata ( father of minamoto no yoshinaka ) became rivals . yoshihira suddenly attacked yoshikata 's okura-yakata residence in hiki-gun , musashi province ( ranzan-machi , hiki-gun , saitama prefecture ) , and killed him ; yoshihira became widely known as a busho ( the battle of okura ) . since then , he was given the nickname the ' kamakura aku genta yoshihira . ' the word ' aku ' means ' strong ' and ' brave , ' implying that ' yoshihira was the brave first son of the minamoto family in kamakura ; ' the image of a strong general transcending generations . on january 26 , 1160 ( december 9 , 1159 in old lunar calendar ) , his father yoshitomo succeeded in carrying out a coup d 'etat in collaboration with fujiwara no nobuyori , the favorite retainer of the retired emperor goshirakawa , and occupied kyo ( kyoto ) after killing fujiwara no shinzei , who had taken control of the imperial court at that time . he took over power by retaining the retired emperor goshirakawa and emperor nijo . taira no kiyomori and his family were away from kyoto , visiting kumano for prayer at shinto shrines , during the coup d 'etat . at the order of yoshitomo , yoshihira , who was in kamakura , gathered bando musha and rushed to kyo . only 17 soldiers accompanied yoshihira ; most musha in the east japan were only interested in the stability of their own territories and declined to be drafted . yoshihira arrived in the middle of jimoku ( ceremony for appointing officials ) that nobuyori was celebrating for his own indulgence ; nobuyori said ' you arrived in perfect timing . you can have anything you want ; taikoku ( major provinces ) , shokoku ( minor provinces ) or official court rank ' in good mood . yoshihira replied ' that is not important . we should immediately depart for abeno ( abeno ward , osaka city ) to kill kiyomori who is on his way back . then , i will take any major or minor province . ' being offended , nobuyori said ' you are violent . abeno is too far . our horses would be too tired . we can capture and kill kiyomori in kyo later ; ' he refused yoshihira 's suggestion . as a result , yoshitomo and nobuyori missed the chance to win . the conversation in " heiji monogatari " is largely fictitious . ( the exact same conversation took place between minamoto no tametomo and fujiwara no yorinaga in " hogen monogatari . " ) some say that kiyomori was not immediately killed because , actually , nobuyori was seeking reconciliation with the heike . as a result of recent studies on heiji war , it has become a prevailing view that kiyomori was in a neutral position from any party including the cloistered emperor goshirakawa , emperor nijo , shinzei and fujiwara no nobuyori because kiyomori had a matrimonial relation with shinzei and was united through marital relations with the son of nobuyori . therefore , some believe that kiyomori , who was holding a neutral position , was not targeted by nobuyori and others . ( ' rereading the hogen and heiji wars ' authored by yasuo motoki ) tachibana tree at the right side and cherry tree at the left side of the main palace of the heian imperial court when kiyomori returned to his home ground of rokuhara house in kyoto , emperor nijo 's aide approached kiyomori and the two secretly formed an alliance . they succeeded in freeing the emperor and the retired emperor from dairi ( imperial palace ) in the evening of the 25th ; the emperor and retired emperor were welcomed to their own camp . emperor nijo issued an imperial letter to hunt down nobuyori and yoshitomo on the 26th . the emperor 's command made kiyomori the imperial army , and nobuyori and yoshitomo the rebel army . the taira 's army departed rokuhara around 8 o 'clock in the morning of the 27th ; the snow remained from the previous day . yoshitomo blamed nobuyori 's oversight to be deprived of the retired emperor and emperor ; he decided to wait and attack the enemy at dairi . he deployed his soldiers at various gates . yoshihira , his younger brothers tomonaga and yoritomo were also deployed to protect their territory . yoshihira , aged 19 , was wearing armor of eight kinds , armed with a sword named ' ishikiri , ' and rode on a roan horse to await the enemy . nobuyori was deployed at taiken-mon gate , where taira no shigemori , the eldest son and heir of kiyomori , invaded . nobuyori was intimidated and ran away ; the enemy broke through the gate . yoshitomo ordered his troops forward , saying ' he is such a coward . the enemy already broke through taiken-mon gate . repel the enemy . ' yoshihira shouted with ' certainly , ' and immediately rushed with 17 bando musha including masakiyo kamata , sanemoto goto , hideyoshi sasaki , yoshizumi miura , toshimichi sudo , sanemori saito , inomata party , naozane kumagai , nobukage hatano , sueshige hirayama , ietada kaneko , tomoto adachi , hirotsune kazusa , tokikazu seki and kageshige katagiri . yoshihira and the 17 bando musha jumped into the center of shigemori 's 500 soldiers , and scattered them away after a fierce battle . chasing the enemy commander , shigemori , yoshihira ran seven to eight times between a tachibana tree at the right side and cherry tree at the left side of the main palace of the heian imperial court . shigemori pulled back with his chaotic troops , added 500 new soldiers , and returned to the inside of the gate . with a new wave of attack , yoshihira bravely fought back , and challenged shigemori , saying ' we are both heirs and good enough to fight each other . let 's fight . ' shigemori pulled back his army as he thought it would be best not to fight squarely . yoshihira went after them . the 500 soldiers of taira 's army were scattered away by 17 soldiers of the minamoto clan . shigemori and his two retainers ran away . yoshihira and masakiyo kamata spotted them and gave chase . masakiyo shoots an arrow at shigemori 's horse ; shigemori falls off . masakiyo grappled with shigemori . kageyasu yosazaemon guarded his master , and grappled with masakiyo . yoshihira had to choose whether he should go after shigemori or save masakiyo . he first saved his valuable retainer masakiyo , and then beheaded kageyasu . shigemori , who was prepared to die , attempted a one-on-one battle with yoshihira . ieyasu zaemon shindo stopped him , and grappled with yoshihira . ieyasu was killed ; however , shigemori got out of the pinch . attacking rokuhara yoshitomo and taira no yorimori ( younger brother of kiyomori ) had a fierce battle at the ikuho-mon gate ; yorimori could not break through the gate and pulled back his troops . minamoto 's army went out the dairi to chase the taira 's army . this was actually a ruse . other troops of taira no norimori ( a younger brother of kiyomori ) approached the dairi , and was drawn inside through the gate opened by a mole ; the dairi was occupied by taira 's army . with his escape route blocked , yoshitomo decided to mount a full-scale attack on kiyomori 's home ground rokuhara . minamoto 's army was heading to rokuhara . 300 soldiers of minamoto no yorimasa ( a different lineage of settsu-genji from yoshitomo ) were being deployed near the rokujo-gawara river bed ; they were not fighting with anyone . noticing the deployed troops , yoshihira assumed ' they were going to take sides with the heike if we lose . they are obnoxious . let 's scatter them away , ' and started to attack yorimasa 's forces belonging to the same minamoto clan . yorimasa 's forces suffered the unexpected attack , and were scattered away . in fact , yorimasa was just sitting on the fence ; it never occurred to him that he would take sides with the heike ; however , as a result , yoshihira drove yorimasa to the heike side . the author of " heiji monogatari , " who was in favor of yoshihira , reflected his act as a whim of youth by citing a historical event in which xiang yu of chu unnecessarily attacked wang ling , who had been neutral , and made him take sides with gaozu ( liu bang ) of former han . yoshihira led bando musha to attack rokuhara . kiyomori departed for the front in black armor on a black horse . shouting ' this is kamakura aku genta yoshihira , ' yoshihira struck the enemy ; the heike resisted to protect their master ; it turned into a royal battle . in contrast to the minamoto clan , which had been fighting since early morning , the heike had a pool of new soldiers to add to the battle field ; the battered minamoto clan was finally put to fight . defeated soldiers fleeing the enemy yoshitomo escaped from kyo to rebuild his army in togoku ( the eastern part of japan , particularly kanto region ) ; however , he became a victim of heist of lost samurai . minamoto no yoshitaka , the grand uncle of yoshitomo , was killed , and tomonaga suffered a severe injury in his thigh . bando musha were scattered as they could not escape as a large group ; eight soldiers ( yoshitomo , his children yoshihira , tomonaga and yoritomo , and his family members minamoto no shigenari and yoshinobu hiraga , as well as his servants masakiyo kamata and konomaru ) left for kanto . the youngest yoritomo was left out during the escape journey in the snow . the party finally reached aobaka post town , mino province , where yoshitomo 's concubine resided . to rebuild his army , yoshitomo ordered yoshihira to go to tosan-do road and tomonaga to shinano province and kai province to gather soldiers . leaving their inn , tomonaga nervously asked ' which way is kai and shinano provinces ? ' yoshihira fled away like the wind as soon as he responded ' go that way ! ' pointing at a cloud far away . injured tomonaga could not go any further and had to return to aobaka ; he wanted to be killed rather than be captured . with tears in his eyes , yoshitomo stabbed his son to death . yoshitomo sojourned into the residence of tadamune osada in owari province ; tadamune was the father-in-law of masakiyo kamata ; on february 18 , 1160 , yoshitomo was murdered with masakiyo by the betrayer tadamune . yoshihira , who arrived at hida province , gathered many soldiers ; however , they all scattered as soon as they heard the rumor about yoshitomo 's unnatural death . yoshihira was prepared to kill himself . however , he was determined to have a one-on-one battle with either kiyomori or shigemori , and headed to kyoto . he ran into kagesumi shinai , who used to be his retainer , when he was looking around in rokuhara . the angry yoshihira grilled him ; kagesumi apologetically explained that he was ' waiting for a chance until the minamoto clan takes over power ; ' kagesumi ended up cooperating with yoshihira . yoshihira , pretending to be kagesumi 's low-ranking servant , sought for a chance of assassination for a few days . people became doubtful about the origin of yoshihira because he did not appear to be a low-ranking servant . the owner of the inn peeped inside and found that yoshihira , pretending to be the servant , was eating the master 's meal , and kagesumi was eating the servant 's meal . acting on the tip , tatsukai no tsuneto and his 300 soldiers surrounded the lodge in the evening of march 4 . yoshihira drew a sword as soon as he jumped out , struck down four or five enemy , and ran away . death of yoshihira yoshihira then hid in omi province . he was discovered at ishiyama-dera temple , where he had been hiding out , and was taken alive by a retainer of naniwa no tsunefusa on march 11 . he was taken in to rokuhara for interrogation by kiyomori . yoshihira said ' my luck ran out to be kept alive . you will never know what will happen if you keep me alive . i am such a formidable enemy . you should kill me now ; ' he then pursed his lips and remained silent . he was taken to the rokujo-gawara riverbed . it was naniwa no tsunefusa , who served as tachitori ( to assist decapitation ) . you , the heike , are merciless to kill me at the riverbed in broad daylight . i was going to kill you all in an ambush in abeno . but , i could not because i had to obey nobuyori , the man of blunders . that is the only regret i have ; ' yoshihira hurled insults . turning to tsunefusa , he said ' are you good enough to kill me ? it is your honor . make sure you do it right . i will bite you if you fail . ' being asked ' how a man who had his head cut off could possibly bite someone ? ' he answered ' i am not going to bite you right after . ' i will become thunder to kick you to death . kill me now . ' yoshihira was then decapitated . he died at age 20 . eight years after his death , naniwa no tsunefusa was believed to have been killed by lightening at the nonobiki waterfall in settsu province , where he accompanied kiyomori and was hit by a sudden thunder storm . +ujizane imagawa was a warlord of suruga province . he was the 10th head of the imagawa clan of suruga province , and he was the last head of the imagawa family as a daimyo ( feudal lord ) . he took over as the head of the family when his father , yoshimoto , was killed by nobunaga oda at the battle of okehazama , but when he was invaded by shingen takeda and ieyasu tokugawa he lost , and the imagawa family was destroyed as a daimyo . later , he roamed around various areas , and in the end , he received protection from ieyasu tokugawa . the imagawa family survived as a koke ( a distinguished family officially selected by the edo shogunate ) under the edo shogunate . he was born in 1538 as the heir between yoshimoto imagawa and jokei-in ( daughter of nobutora takeda ) . in 1554 , he married ujiyasu hojo 's eldest daughter , hayakawadono , and he contributed to the establishment of tripartite alliance of ko-so-sun . he issued documents to suruga and totomi starting in 1558 . one view states that because yoshimoto retired he was made into the head of the family , but because yoshimoto continued to hold administrative and military leadership the passing down of the family leadership was presumably only in form . in 1560 , he was assigned to the post of kazusanosuke . in the same year , yoshimoto , who invaded owari province , was killed by nobunaga oda at the battle of okehazama , and therefore , he effectively inherited the family leadership and became the 10th head of the imagawa family . many of imagawa clan 's senior vassals and kokujin ( countrymen ) died at the battle of okehazama . because of this , groups of countrymen and vassals in mikawa and totomi provinces panicked , and the movement to secede from the imagawa clan spread . in 1562 , motoyasu matsudaira ( name changed to ieyasu tokugawa the following year ) of nishi ( west ) mikawa formed kiyosu alliance with nobunaga oda , and he made his position clear to become independent from being a subsidiary of the imagawa clan . when many of ieyasu 's vassals seceded because of the ikko ikki uprising in mikawa , ujizane took this opportunity and dispatched his troops to ushikubo-jo castle , but he was beaten off . in 1565 , yoshida-jo castle ( mikawa province ) , which was the base in higashi ( east ) mikawa , was fallen and imagawa clan 's forces were expelled from mikawa . uproars and secessions among the vassals and countrymen also spread in totomi ( onshu disturbance ) . in 1562 , he made his senior vassal , yasutomo asahina , kill naochika ii as a punishment because naochika was suspected of plotting an insurrection . next , tsuratatsu iio of hamamatsu-jo castle , who had formed a secret collaboration with ieyasu , rebelled . ujizane ordered his senior vassal , masatoshi miura , and others , to attack hikuma-jo castle , but was not able to take control of it , and in december , 1565 , he killed tsuratatsu iio as a punishment when he descended in response to a request to make peace . however , these measures he took failed to bring situations under his control , and instead , they drove his countrymen to tokugawa 's side . ujizane was given supervision by his grandmother , jukeini , and he made an attempt to stabilize his territory by designating fujinomiya city as an area of rakuichi-rakuza ( regulation-free market ) in april of 1566 , and he conducted his policy for industrial development by implementing tokusei-rei and by exempting by certain duties , but he was unable to stop the decline . he finally ended up pursuing pleasure , and he also ended up encouraging secessions of his own vassals within suruga because he made a favorite of his vassal , yoshimasa miura ( also known as miura uemon no suke yoshishizu , a kin of masatoshi miura ) and left him with all the administrative duties . shingen takeda of kai province saw the decline of the imagawa clan , and he planned to advance south to suruga province . yoshinobu takeda , who was a shingen 's heir as well as a husband of ujizane 's younger sister , reisho-in , opposed this , but in 1565 , shingen incarcerated yoshinobu for the crime of treason , disinherited him , and annulled the marriage alliance . because of this , imagawa clan was put in a diplomatically disadvantaged position . ujizane fought back by forming an alliance with kenshin uesugi of echigo province , and with ujiyasu hojo of sagami province , he blocked the flow of goods into kai province at checkpoints , but shingen also fought back by forming alliances with ieyasu tokugawa and nobunaga oda , and therefore , this did not bring about anything definitive . in december of 1568 , shingen began his invasion into suruga . ujizane headed to seiken-ji temple of okitsu in order to ambush the takeda army at satta pass , however , because 21 influential countrymen such as nobuteru sena , ujimoto katsurayama , masasada asahina and yoshikane miura were communicating with shingen , the imagawa army faced a debacle and sumpu was quickly occupied on december 13th . ujizane fled to kakegawa-jo castle in totomi province , which was the residential castle of yasutomo asahina , but ieyasu tokugawa , who was promised a share of imagawa territory by shingen , also invaded totomi , and the majority of the territory was conquered . on december 27 , kakegawa-jo castle was surrounded by the tokugawa army , but senior vassals headed by yasutomo and others struggled for almost half a year in a defensive battle in which they confined themselves within the castle . hayakawadono 's father , ujiyasu hojo , sent a relief army that lined up at satta pass . the hojo army with superior military power was dominating the battle , but it was insufficient to obliterate the takeda army , and the battle situation stalled . as the battle in which the tokugawa army surrounded kakegawa prolonged , shingen violated the agreement and increased oppression on totomi , and ieyasu sought to make peace with ujizane . on may 17 , 1569 , ujizane surrendered kakegawa-jo castle in exchange for sparing the lives of his senior vassals . at this time , a pact was formed among ujizane imagawa , ieyasu tokugawa and ujiyasu hojo that would reinstall ujizane as the lord of suruga province after shingen takeda 's forces were expelled from suruga . however , this pact was not fulfilled in the end , and because neither ujizane nor his descendants returned to the position as the lord , and in general , this surrender of kakegawa-jo castle is interpreted as the downfall ( loss of sovereignty ) of the imagawa clan as a warlord . after the surrender of kakegawa-jo castle ujizane relied on go-hojo clan , which was ujizane 's wife 's family , and he entered into izu province tokura-jo castle ( izu province ) ( later moved to odawara ) . on may 23 , 1569 , ujizane adopted kokuo-maru ( later ujinao hojo ) , a son of ujimasa hojo , and he promised to pass down suruga to kokuo-maru after he became of age ( at this point , norimochi imagawa , ujizane 's heir , was not yet born ) . furthermore , he sent a messenger to kenshin uesugi with an aim to form a coalition against the takeda clan , and he formed the imagawa , hojo and uesugi alliance ( the etsu-so alliance , or the echigo and sagami alliance ) . in suruga , activities by imagawa forces still remained , such as masatsuna okabe temporarily recapturing sumpu and shigezane ohara of hanazawa-jo castle continuing to resist the takeda clan , and there even was a dispatching of troops from the hojo clan in a campaign to support the imagawa family . however , the hojo army lost in the battle at kanbara-jo castle , and the long-time vassals of the imagawa clan also lost one battle after another against the takeda clan due to attacks and conspiracies , and ujizane was not able to regain control over suruga . in october , 1571 , when ujiyasu hojo died , ujimasa hojo who succeeded after him changed his direction and made peace with the takeda clan . from then , ujizane left sagami province and became under the protection of ieyasu tokugawa . it can be considered that he relied on the terms of peace formed upon surrendering kakegawa-jo castle , but protecting the former provincial lord also gave ieyasu an excuse for invading suruga . it is recorded in " shincho koki " ( account of lord nobunaga ) that on may 16 , 1575 , he had a conference with nobunaga oda , who was his father 's foe as well as ieyasu tokugawa 's ally , at sokoku-ji temple , and on the 20th of the same month , he showed a game of kemari ( a type of football played by courtiers in ancient japan ) with court nobles in front of nobunaga . also , in this year , he joined the army in the battle of nagashino . it is said that at one point he was entrusted with suwahara-jo castle in totomi province ( formerly , suwahara-jo castle , shimada city , shizuoka prefecture ) , which would be one of the bases upon ieyasu 's fight against katsuyori takeda . however , in the end , he gave up returning to suruga ( it is also said that he was removed from the position of the lord of the castle ) and settled in kyoto . later , he underwent tonsure and took a priestly name of sogin . after that , it can be seen from " tokitsune-kyo ki " ( lord tokitsune 's diary ) , diary of tokitsune yamashina , with whom he formed friendship , that he received ieyasu tokugawa 's assistance and socialized with intellectuals such as court nobles who were old acquaintances and relatives , and he attended renga poetry gatherings . in 1600 , after the battle of sekigahara , he moved to edo because he , his grandson , naofusa imagawa , and his second son , takahisa shinagawa ( ieyasu notified that ' the use of family name imagawa should be limited to the head family , ' therefore , family members other than the head imagawa family used the name ' shinagawa ' ) , all served hidetada tokugawa and became direct retainers of edo shogunate ( the heir , norimochi imagawa died young of an illness ) . in 1614 , he passed away at the mansion of takahisa shinagawa in shinagawa , edo . he was 77 years old . the funeral was conducted by ujizane 's younger brother , ichigetsu chotoku , at bansho-in temple , and he was buried at bansho-in temple , but later , his grave was moved to hoju-san kanzen-ji temple located at 2-chome , imagawa , suginami ward , tokyo prefecture , along with the grave of his wife , zoshun-in hayakawadono . the official wife , hayakawadono who was the eldest daughter of ujiyasu hojo , stayed with ujizane even after his downfall , and she was by his side until she died in 1613 . ujizane was skilled in the practical arts such as waka poetry , renga poetry and kemari , and he was highly regarded as an intellectual . waka poetry it is said that he studied under gon-dainagon tamekazu reize and others , and over 1000 pieces of poems still remain to this day . moreover , his name also appears in " shugai sanjuroku kasen " ( 36 poems outside of the collection ) selected by emperor gomizuo . all of ujizane 's work is recorded in " imagawa clan and kanzen-ji temple " edited by kanzen-ji shi hensan kanko iinkai ( publication committee on editing of the history of kanzen-ji temple ) . kemari it is said that he was taught by masatsuna asukai of the asukai family . swordmanship it is said that he learned the kashima shinto-ryu school from bokuden tsukahara . it is said that the imagawa school of swordsmanship was founded by ujizane . in " koyo gunkan , " which was established during the early edo period , he is described as a valiant person with some selfishness , and it criticizes the appointment of untrustworthy vassal , such as yoshimasa miura , to an important position . just as sadanobu matsudaira admonishes in " shizukanaru amari , " which he authored , by citing ujizane imagawa 's waka poems along with the tea ceremony of yoshimasa ashikaga and the learning of yoshitaka ouchi , in the documents written after the mid-edo period ujizane is often described as an inept lord who destroyed his province by spending too much time in ' weak culture ' such as waka poetry and kemari , and this image often persists in portraying his character in today 's historical novels and period dramas . +fujiwara no michinaga ( 966 - 1027 ) was a court nobility during the mid-heian period , dajo-daijin ( held the position from december 4 , 1017 , to february 9 , 1018 , both in lunar calendar ) . he was the 5th ( the 4th according to another view ) son of fujiwara no kaneie , and his mother was toki-hime , a daughter of fujiwara no nakamasa , lord of settsu province . he had older brothers and older sisters by the same mother , including : fujiwara no michitaka , fujiwara no michikane , fujiwara no choshi / toko and fujiwara no senshi / akiko . he had brothers and sisters by different mothers , including fujiwara no michitsuna , priest kanetoshi and fujiwara no suishi / yasuko ( princess to crown prince emperor sanjo ) . he gained career advancement when his father , kaneie , became regent and gained control of authority , but he had a low profile because he was the 5th son with powerful brothers , such as michitaka and michikane , but he got closer to the reins of power when michitaka and michikane , who became regent and senior regent after kaneie 's death , died one after another due to illnesses . after he won the political power struggle against michitaka 's heir , fujiwara no korechika , he became sadaijin ( minister of the left ) and he became a dominant figure in the government by the imperial court . he sent his eldest daughter , fujiwara no shoshi / akiko , to the court as a wife of emperor ichijo so that she could become an empress . he sent his second daughter , fujiwara no kensi / kiyoko , to court as a wife of the succeeding emperor sanjo , so that she could also became an empress . however , michinaga had a serious conflict with emperor sanjo , and he used the emperor 's eye illness as a reason and forced him to step down , and he became regent by enthroning emperor go-ichijo , whom shoshi / akiko bore . in about a year he passed down his position as regent to his heir fujiwara no yorimichi , and he solidified the system of succession . he sent his third daughter , fujiwara no ishi / takeko , to the court as a wife of emperor go-ichijo so that she could become an empress , and he amazed those around him for having ' three empresses from one family . ' he became an ordained buddhist monk after he achieved the highest position in the government by becoming dajo-daijin , but he continued to have tutelage over yorimichi . in his late years he spent his energy in the construction of hojo-ji temple . he was born in 966 as the 5th ( also known as the 4th ) son of fujiwara no kaneie . his grandfather , fujiwara no morosuke , was an influential figure who supported emperor murakami 's reign as udaijin ( minister of the right ) , and when his daughter , empress fujiwara no anshi / yasuiko , gave birth to emperor reizei and emperor enyu he strengthened his position as a maternal relative of the imperial family . because of this , morosuke 's family , the kujo line , was placed in a more advantageous position than the descendants of his elder brother , fujiwara no saneyori ( ononomiya line ) , which should have been the main line of the family . in 970 , when saneyori , who was regent and dajo-daijin , passed away , morosuke 's eldest son , fujiwara no koretaka , became regent , but he died suddenly two years later . the second son , fujiwara no kanemichi , and the third son , fujiwara no kaneie , fought over the successor 's position , but in the end , kanemichi was announced as kanpaku ( chief advisor to the emperor ) . kanemichi and kaneie did not get along , and kaneie spent a period of unhappy days . in 977 , just before kanemichi died of an illness , he even downgraded kaneie 's rank . on the last recommendation by kanemichi , fujiwara no yoritada of the ononomiya line became kampaku , and in 979 , yoritada upgraded kaneie 's rank to udaijin , which ended his unhappy days . he sent his second daughter , senshi / akiko , to the court as emperor enyu 's nyogo ( emperor 's concubine ) , and in 980 , she gave birth to the first prince , emperor ichijo . on new year 's day of the same year , michinaga was given his first imperial court rank of jugoi ( junior fifth court rank ) at the age of 15 . later , he took a position in the guard office after serving as a chamberlain . in 983 , emperor enyu handed his throne to emperor kazan ( emperor reizei 's prince ) , and prince kanehito , whom senshi / akiko bore , was assigned as the togu ( crown prince ) . because kaneie wanted prince kanehito to ascend to the throne early , in june , 986 he and his second son , michikane , concocted a scheme in which they abetted in taking emperor kazan from the imperial palace , and they retired him by making him become an ordained monk . upon this incident , michinaga served in the role of reporting to kanpaku yoritada that the emperor was missing . young prince kanehito ( emperor ichijo ) was enthroned immediately , and his grandfather , kaneie , was assigned as regent . kaneie quickly promoted his sons , and in 987 , michinaga was given the rank of jusanmi ( junior third rank ) as well as the position of sakyo daibu ( minister of left kyoto ) . on new year 's day in 988 , he was selected as chunagon ( vice-councilor of state ) without going through the position of sangi ( councilor ) . prior to this , michinaga married minamoto no rinshi , a daughter of sadaijin , minamoto no masanobu , and his eldest daughter , shoshi / akiko , was born in masanobu 's tsuchimikado mansion in 988 . subsequently , he took minamoto no meishi as a wife , who was a daughter of sadaijin , minamoto no takaaki , who failed at anwa incident . kaneie passed away in july , 990 , and his eldest son , michitaka , became kanpaku , and then regent . in october of the same year , when michitaka 's eldest daughter , fujiwara no teishi / sadako , became an empress michinaga was assigned as chugu daibu ( minister of the palace of the empress ) . he became dainagon ( chief councilor of state ) in the following year , then he was given the rank of junii ( junior second rank ) , and he also held a position in the guard office . michitaka 's heir , fujiwara no korechika , was assigned as naidaijin and identified as his father 's successor , bypassing michinaga altogether . furthermore , emperor ichijo deeply favored teishi / sadako , and because of this , he had an exceptionally strong trust and confidence in her older brother , korechika . in april , 995 , kyoto was plagued by ' akamogasa ' ( presently know as measles ) , and court nobles also died one after another . in the midst of this , kampaku michitaka was also struck down with an illness , but the illness was not because of the plague but because of heavy everyday drinking , and michitaka begged the emperor to allow korechika to succeed him as kanpaku , but this was not permitted , and only nairan ( authority to review documents presented to emperor ) during his illness was allowed . after michitaka passed away his younger brother , michikane , was assigned as kanpaku , but he also died only a few days after he assumed his position , and he was called as ' seven days as kampaku . ' according to " okagami " korechika himself wanted to become kanpaku , and emperor ichijo also had korechika in mind . however , michinaga wanted to be sekkan ( regent-chancellor ) himself because he thought that if korechika administered politics then there would be chaos in the country . emperor ichijo 's mother , empress higashi sanjo-in ( senshi ) , had deeply cared about her younger brother , michinaga , and conversely , she did not like her nephew korechika so she strongly recommended michinaga , but because the emperor would not change his mind she cried and begged him , and it is said that because of this the emperor finally decided to appoint michinaga . the standoff between michinaga and korechika continued , and on august 22 , they had an acrimonious argument in front of various nobilities in court , and 3 days later , two of their squires instigated a mass brawl in the capital . the emperor gave michinaga a permission to be a nairan ( authority to review documents presented to emperor ) , and then in september , he was assigned as udaijin and became the chief of the to ( fujiwara ) family . on new year 's day in 996 , korechika and his younger brother , fujiwara no takaie , caused an incident in which an arrow was shot toward kazan ho 'o because of their involvement with a woman . this incident was exposed immediately , and in april , korechika was demoted to dazai gonnosochi and takaie was demoted to izumo province and fell from power , and empress sadako / teishi who became saddened by this cut off her hair and became a nun , but later , upon emperor 's order she returned to the imperial court ( chotoku incident ) . in july , michinaga was promoted to sadaijin and he became the leading figure in the imperial court both in name and in reality . kanemichi 's son , fujiwara no akimitsu , was assigned as the next udaijin , but akimitsu was already regarded as an inept person . because he later built hojo-ji temple he is also called mido kanpaku , but in actuality , he never became kampaku . at first , emperor ichijo gave michinaga an order assigning him only as nairan , and this was done so with korechika in consideration but also , at the same time , because michinaga lacked qualifications as kanpaku for he was still only dainagon and he did not have a position as a minister . however , even though he immediately became udaijin and the chief of the to ( fujiwara ) family michinaga still did not assume the position of kanpaku , and he continued to remain as the minister of the right ( later the minister of the left ) with the qualifications as nairan and as ichinokami ( head of kugyo ) . the official power of kanpaku did not have the final authority , and the position only assisted the emperor who had the absolute authority . for this reason , the nature of the authority was dependent upon the relationship with the emperor ( in reality , michinaga and emperor sanjo were alienated from each other ) . moreover , even if regent or kanpaku had a joint appointment as daijin in dajokan , the highest body of public government , the law prevented him from getting involved . therefore , michinaga did not assume the position of regent or kanpaku until his own grandson became the emperor so that he was the emperor 's grandfather on the emperor 's mother 's side , and he tried to exert his highest power of authority by holding a joint appointment as sadaijin ( ichinokami ) , effectively the chief figure in dajokan , and as nairan , which had the authority close to that of kampaku . in 998 , michinaga suffered from a severe illness , which was serious enough that he begged the emperor to let him become an ordained monk . the emperor had to dissuade him several times , and eventually he recovered and returned to his administrative duties . in november , 999 , he sent his eldest daughter , shoshi / akiko , to emperor ichijo as nyogo ( emperor 's concubine ) . her entrance into the imperial court was elaborate ; lavish furniture were provided , including a 1.2 m long folding screen with poems composed by court nobilities and collected by minamoto no toshikata , the councilor , and written by a talented calligrapher , fujiwara no yukinari , and even kazan ho 'o composed a waka poem as a gift on the occasion of shoshi / akiko 's entrance into the imperial court . among such people , only chunagon fujiwara no sanesuke refused to contribute a poem . sanesuke was a successor in the ononomiya line ( the family line of saneyori ) , and at the time he was the foremost scholar who studied and had the knowledge of court rules , ceremonies , decorum and records of the past , and he maintained the attitude of not groveling to the authority . in february , 1000 , michinaga made shoshi / akiko chugu ( empress ) . teishi / sadako was the emperor 's wife already , and she had already given birth to the first prince , prince atsuyasu , whom the emperor favored , but michinaga pushed teishi / sadako to become an empress and he daringly implemented the system of one emperor , two empresses . this was unprecedented , but michinaga used his power to push through his agenda , and armed with fujiwara no yukinari 's logical reasoning , the support of higashi sanjo-in greatly helped him in his persuasion . fujiwara no senshi / akiko fujiwara no junshi / nobuko ( fujiwara no yoritada 's daughter and empress to emperor enyu ) chugu ( empress ) , fujiwara no teishi / sadako three of the emperor 's wives came from the fujiwara clan but they all became ordained nuns . the empress who came from the fujiwara family was supposed to serve at oharano-jinja shrine but there was no empress who could do so , and this was disrespectful to the gods . therefore , yukinari crafted an excuse to increase the number of empresses on this occasion so that they could serve at festivals , and he used this excuse to persuade higashi sanjo-in and emperor ichijo . teishi / sadako , who unwillingly became an empress because of michinaga , died in december of that year after giving birth to a princess . in september , 1008 , 10 years after entering the imperial court , shoshi / akiko gave birth to a prince , emperor go-ichijo , at michinaga 's tsuchimikado mansion , and in the following year , emperor go-suzaku was also born . michinaga 's delirium of joy at the long-awaited birth of a grandson prince is detailed in " diary of murasaki shikibu . " emperor ichijo , who became bedridden in june , 1011 , handed over his throne to crown prince emperor sanjo ( prince of emperor reizei ) , and he passed away after he underwent tonsure and became ordained . it is said that there was a trusting relationship between emperor ichijo and michinaga , but on the other hand , according to " kojidan " and " gukansho , " although they are later records , when michinaga was organizing the emperor 's belongings after his death he found the emperor 's handwritten note that said " even though the king desires righteous political administration the conniving ministers bring chaos to the land , " and michinaga became angry , ripped and threw away the note . on the other hand , there is an account in " gonki , " a diary of fujiwara no yukinari which is a record from the same period , that notes that emperor ichijo , just prior to his death , consulted with yukinari about supporting prince atsuyasu , whom teishi / sadako bore , as the next crown prince , but yukinari , who was already deeply connected with michinaga , instead urged the emperor and made him agree to support michinaga 's grandson , prince atsuhira , whom shoshi / akiko bore , as the next crown prince . at the very least , it seems that there was a confrontation between emperor ichijo and michinaga regarding the future of prince atsuyasu and prince atsuhira . emperor sanjo named the 4-year old prince atsuhira as the crown prince . in february , 1012 , michinaga made his second daughter , fujiwara no kenshi / kiyoko an empress , who was already in the imperial court when emperor sanjo was still the crown prince . at first , the emperor requested michinaga to assume the position of kanpaku , but michinaga declined and continued to hold his position as nairan . michinaga and emperor sanjo were uncle and nephew , but there was a little sense of common bonds between them because the emperor lost his mother , empress choshi / toko , while he was young and because he was enthroned after he became an adult and the emperor wanted rule himself . also , because kenshi / kiyoko gave birth to princess teishi / yoshiko / sadako , the relationship between him and the emperor gradually worsened . aside from kenshi / kiyoko the emperor had a concubine named fujiwara no seishi ( daughter of fujiwara no narutoki ) since his days as the crown prince , and she had given birth to the first prince , prince atsuakira , and the emperor decided to make seishi an empress . however , on the day of the ceremony to install the new empress , michinaga was absent because it was his day to visit the imperial palace to see kenshi / kiyoko , and the other court nobilities , in order to gain michinaga 's favor , also declined to attend the ceremony . even though he was ill , sanesuke , a person of sound judgment , made the decision to attend with chunagon takaie and managed the ceremony , but it ended up being a lonely ceremony . the following year , upon investiture of seishi 's older brother , fujiwara no michito 'o , as a reward for visiting seishi at the imperial palace , michinaga criticized the emperor for rewarding michito 'o saying that under normal circumstances the eldest brother , fujiwara no tameto 'o , would be the who had the guardianship of seishi , and in the end he had the emperor promote tameto 'o . because of the conflict between emperor sanjo and michinaga the governmental affairs stalled , but the political tide was advantageous to michinaga . on the other hand , emperor sanjo secretly conveyed a message of relying on sanesuke , but judicious sanesuke , although he acted according to his principles , was not willing to confront powerful michinaga head on . in 1014 , the emperor , who became isolated , developed an illness of the eyes that almost made him lose his eyesight , and it finally became difficult for him to conduct affairs of the state , and michinaga used this as an excuse to urge the emperor to pass on his throne . it was obvious that michinaga wanted not only the enthronement of prince atsuhira but also assignment of prince atsunaga , also a son of shoshi / akiko , as the crown prince ; the emperor despised michinaga and he resisted his request to step down , and he wished for the recovery from his illness of the eyes by frequently ordering various temples and shrines for incantations . in october , 1015 , under the pressure to pass down his throne the emperor ordered michinaga to be the associate regent and delegated the jimoku ceremony ( a ceremony for the periodical appointment of the government ) , and he declared that he would not be involved . in november , the newly constructed emperor 's residence was burned down . michinaga used this as an excuse to further urge the emperor to hand down his throne , and emperor sanjo , with his eye illness not at all getting better , finally gave in and he agreed to hand over the throne with the condition that his first prince , prince atsuakira be the crown prince . on new year 's day , 1016 , he handed over the throne and crown prince atsuhira was enthroned as the emperor ( emperor go-ichijo ) . michinaga received the emperor 's order to be regent . as he had promised , prince atsuakira became the crown prince . however , prince atsuakira was not related to michinaga through maternal relatives , and the family of his mother , seishi , did not back him up and the prince 's father-in-law was akimitsu , udaijin , but he did not have much respect and was completely unreliable . in march , 1017 , michinaga passed on his positions as regent and the chief of the family to his heir , yorimichi , and he fixed the system of successors . soon after ex-emperor sanjo passed away in may , prince atsuakira made a request in august to resign from being the crown prince . michinaga named prince atsuakira deputy retired emperor ( title was sho-ichijoin ) , and he treated him favorably by arranging his daughter , fujiwara no kanshi / hiroko , to marry him . as michinaga had wished , prince atsunaga became the crown prince . in december , he was given a court rank of juichii ( junior first rank ) and dajo daijin , and he achieved the highest rank in the government , but he soon resigned . it seemed like he retired from the political administration , but he continued to have guardianship over young yorimichi who became sessho ( regent ) and gave him directions . in march , 1018 , when emperor go-ichijo turned 11 years old he sent his third daughter , fujiwara no ishi / takeko to the court as the emperor 's concubine , and in october he made her an empress . sanesuke wrote words of admiration in his diary , " ouki / shoyuki , " that read ' three empresses came from one family , how unprecedented . ' on the day ishi / takeko became an empress ( november 26 ) various court nobilities were invited to the banquet held at michinaga 's mansion , and michinaga read an impromptu poem to sanesuke , ' when i reflect , this world is indeed my world , nor is there any flaw in the full moon ' ( " ouki / shoyuki , " original text in chinese characters ) . sanesuke very politely declined to give a poem in response , and instead , he suggested for everyone to recite this ' fine poem ' together , and all the court nobilities recited this poem over and over again . the banquet held on this day was written in michinaga 's diary even though this poem itself was not included , but this poem was written in the diary of sanesuke , who was critical of michinaga , and it has passed on to the later generations . in march , 1019 , he became ill , and he underwent tonsure and became an ordained monk . he received the precepts half a year later at todai-ji temple . his priestly name was gyokan ( later gyokaku ) . in 1021 , michinaga 's youngest daughter , fujiwara no kishi / yoshiko , served the crown prince , prince atsunaga , as naishi no tsukasa ( lady officials serving emperor ) so that she would also be an empress in the future , but kishi / yoshiko died early in 1025 after she gave birth to emperor go-reizei . in his later years he spent his energy in the construction of grand hojo-ji temple . man power and resources were funneled into the construction , and juryo ( local governors ) of various provinces raced to contribute to this construction project for powerful michinaga , even if that meant making the necessary payment to the government later . " eiga monogatari ( the tale of glory ) " describes the splendor of hojo-ji temple as the height of michinaga 's life in luxury . michinaga lived in this hojo-ji temple , but many of his children died before him , and because he was sickly it can be said that he did not live peacefully . he died of an illness in 1027 . he was 63 years old . the definite cause of his death is not known , but it is said , based on the records , that he might have died of either a cancer of diabetes . according to one view , he might have had hansen 's disease . michinaga built the glory days of the fujiwara hokke family , and even after the collapse of the regency government , his descendents alone became regents and senior regents by hereditary succession , and from the main line , the 5 sekke families and three families ( kazanin-ke , oinomikado-ke , daigo-ke ) of the 9 seigake families developed . michinaga 's diary between the age of 33 and 56 is called " diary of mido-kanpaku " ( " diary of the hojo-ji temple regent " ) , and 14 volumes written by himself and 12 volumes that were transcribed are kept at yomei library in kyoto . judging from the fact that mistakes in the characters and phonetic equivalents are scattered throughout , and that abusive languages and words of happiness and elation are used candidly michinaga 's easygoing and impulsive character can be seen very well . further , he referred to his official wife , minamoto no rinshi , as ' nyobo ( my wife ) , ' and it is worth noting that he used the word ' nyobo ' in the same sense as that used in the modern sense . it has been designated as a national treasure in 1951 for being a first class historical resource related to the politics and the life of aristocrats back then . michinaga was of large-hearted and pleasant character , and according to a story of his youth his father , kaneie , envying fujiwara no kinto , a talented son of kanpaku yoritada , said with a sigh of grief to his sons , ' my sons fall far short , they won 't even be able to step on ( kinto 's ) shadow . ' michitaka and michikane didn 't say a word , but michinaga alone answered , ' i may not be able to step on his shadow , but i can step on his face ' ( okagami ) . at the funeral of the father , kaneie , minamoto no yorimitsu , a renowned warrior who observed michinaga 's dignified demeanor , admired him saying that he had the caliber of a general , and he followed his example . also , he was an expert at archery , and when he had an archery contest with fujiwara no korechika , heir to his older brother , michitaka , and who later became his rival , he said , ' if my daughter weds the emperor then let the arrow strike the target , ' then he released the arrow and it hit the target , but koretaka missed . then michinaga said ' if i am to become regent and senior regent , let the arrow hit the target ' and he released the arrow and it hit the target again . michitaka was not happy , and he stopped the archery contest ( okagami ) . michinaga loved literature and he provided tutelage for female writers such as murasakishikibu and izumishikibu , and he not only attended essay-writing gatherings at the emperor 's residence but also hosted essay-writing gatherings and poetry contests at his own mansion . he was the first reader of " the tale of genji , " and it is said that every time he visited murasakishikibu 's room he asked for her manuscript ( it is also said that he was looking forward to reading about an aristocrat that appears in the story who is a tactician modeled after him ) . he left a house collection , " mido-kanpaku collection , " and he himself was a poet whose poem appears in the emperor 's collection after shui wakashu ( shui anthology of poetry ) . however , michinaga seemed to have favored chinese poetry over waka ( japanese ) poetry ( incidentally , it is said that he did not particularly like his famous poem , ' this world , ' because it was composed on the spot , and therefore , it does not appear in " diary of mido-kanpaku , " but it is passed down in " ouki / shoyuki " by his political enemy , fujiwara no sanesuke ) . furthermore , as a politician he took price stabilization measures by adjusting the commodity valuation system ( after michinaga and sanesuke died court nobilities no longer worked on public policy , which became a remote cause for the effective control of political authority to be seized by insei ( administration from the office of the retired emperor ) and by military regime by the warrior class ) . incidentally , his hair was very thin . also , he had a deep faith in buddhism ( pure land teaching in particular ) , and it is said that at his last moment he passed away in the middle of a ritual to pray for the pure land surrounded by many monks in front of the principal image of hojo-ji temple 's amitabha hall that he built himself . as described in " kugyo honin " ( the appointment of court nobility ) unless stated otherwise . ( ) denote dates converted to the solar calendar . the years are converted to the solar calendar using the julian calendar . 980 january 27 : he was awarded the rank of jugoinoge ( junior fifth rank , lower grade ) . 982 february 6 : he was allowed to enter the court . 983 march 14 : he was assigned as a chamberlain . 984 march 6 : his position was reassigned to uhyoe-gonnosuke . may 17 : he was permitted to wear the prohibited color . may 31 : he was permitted to visit the crown prince ( prince morosada , later emperor kazan ) . 986 march 20 : he was permitted to enter the court . august 1st : he was permitted again to enter the court because emperor ichijo was enthroned . august 30 : he was promoted to the rank of jugoinojo ( junior fifth rank , upper grade ) , and he was reassigned to kurodo . retained his position as uhyoe-gonnosuke . september 3rd : he was promoted to shogoinoge ( senior fifth rank , lower grade ) , and his position as kurodo and uhyoe-gonnosuke remained unchanged . september 21 : he was assigned to an additional post of shonagon . november 19 : he was transferred to sakonoe-shosho and retained the position of shonagon . december 21 : he was promoted to jushiinoge ( junior fourth rank , lower grade ) and retained the position of sakonoe-shosho . court rank promotion was achieved by presenting the conferring fee to the office of the empress . he was re-permitted to visit the court and to wear the prohibited colors . 987 february 7 : he was promoted to jushiinojo ( junior fourth rank , upper grade ) while retaining the post of sakonoe-shosho . february 27 : he was also assigned to sanuki province . 987 august 8 : he was also assigned to bizen province and left the office of sanuki province . september 29 : he was also assigned as kyoshiki ( police chief of kyoto ) and retained the position of sakonoe-shosho . october 15 : he was promoted to jusanmi ( junior third rank ) , retaining the position of sakonoe-shosho . october 21 : his position as sakonoe-shosho ended , but he was permitted to wear a sword on his belt . 988 february 19 : he was reassigned to gonchunagon , retaining the permission to wear a sword on his belt . 989 april 12 : he was also assigned as uemonnokami ( minister of right guard ) . 990 february 5 : he was promoted to shosanmi ( senior third rank ) , retaining positions of gonchunagon and uemonnokami . october 26 : he was also assigned to chugu ( daughter of fujiwara no michitaka , emperor ichijo 's empress , fujiwara no teishi / sadako ) daibu . 991 october 17 : he was reassigned to gondainagon and he retained the position of chugu daibu . 992 may 31st : he was promoted to junii , retaining the positions of gondainagon and chugu daibu . 995 may 29 : he was also assigned as sakonoe-daisho . ( date missing ) : he was announced as nairan . october 15 : he was reassigned to udaijin and he was announced as the chief of fujiwara clan . october 16 : he remained as sakonoe-daisho . 996 august 6 : he was promoted to shonii ( senior second rank ) and reassigned to sadaijin . he remained as nairan . august 7 : his position as sakonoe-daisho remained unchanged . september 24 : he resigned from sakonoe-daisho . 1015 december 11 : he was assigned as an associate regent . his position as sadaijin remained unchanged . 1016 march 10 : he was assigned as regent . his position as sadaijin remained unchanged . january 7 , 1017 : he resigned from the position of sadaijin . 1017 april 16 : he resigned from the position of regent , and he was promoted to the rank of juichii ( junior first rank ) . 1017 december 24 : he was awarded the position of dajo daijin . 1018 february 27 : he resigned from dajo daijin . 1019 april 28 : he became an ordained monk . priestly name : gyokan . later he changed his name to gyokaku . among adopted children and children considered as his , there are : minamoto no narinobu ( son of prince munehira , nephew of rinshi ) , whose father became an ordained monk and passed away so his relative , michinaga , took guardianship ; fujiwara no nobumoto ( norimichi 's son , later fujiwara no michimoto ) and fujiwara no kaneyori ( yorimune 's son ) , who were michinaga 's biological grandsons but michinaga adopted them in order to facilitate their promotion ; and the brothers adopted for the same reason , fujiwara no kanetsune and domyo ( betto of shitenno-ji temple ) , who were biological sons of michitsuna , who was michinaga 's half brother by a different mother . other than that , even though formal arrangements were not made , minamoto no tsunefusa ( son of minamoto no takaaki ; meishi 's biological younger brother and michinaga acted as his guardian ) and fujiwara no kanetaka ( michikane 's son ) also were adopted in a similar manner . +kinmochi saionji ( december 7 , 1849 - november 24 , 1940 ) was a noble in the japanese court and a politician . the second president of the rikken seiyu-kai party . he was the twelfth and the fourteenth prime minister of japan . he was awarded the title of juichi ( junior first rank ) and the highest honorary order in japan , collar of the supreme order of the chrysanthemum ; and appointed a prince . his real surname was fujiwara . officially , he was called fujiwara no kinmochi . he served as a political advisor to emperor taisho and emperor showa as ' the last genro ( oligarch ) ' after masayoshi matsukata died in 1924 . he was also well-known as a man of culture and his hobbies distinguished him ; he was a talented poet who left many lyrical chinese-style poems under the pen name of toan . he also hosted a salon called usei-kai , which invited foremost litterateur including ogai mori . kinmochi saionji was born as the second son of the tokudaiji family , which is one of the seigake families , but at the age of 4 he was adopted by the saionji family , which also belonged to the seigake family , and he took over as the head of the family . both families belong genealogically to the hokke fujiwara kanin line , of which fujiwara no fusasaki was the patriarch . his biological father was kinito tokudaiji , udaijin ( minister of the right ) , and his older biological brother was sanetsune tokudaiji , who served as the grand chamberlain three times and as minister of the imperial household . the younger brother of kinmochi saionji closest in age to him , takamaro , married into the sumitomo family , and he took over sumitomo zaibatsu and succeeded kichizaemon sumitomo the fifteenth ( tomoito sumitomo ) , and he reigned the financial world for a long time . furthermore , his youngest brother , takemaro suehiro , took over as the head of the suehiro family on his mother 's side , and he later served as an organizer and a board member at kyoto hosei school , an evening law school ( now ritsumeikan university ) . during his youth , he was often sent to play with sachinomiya ( later emperor meiji ) because he lived near gosho ( the imperial palace ) and because they were close in age . unlike tomomi iwakura and sanetomi sanjo , saionji had virtually no political achievements by the end of edo period . however , when the battle of toba fushimi broke out , even though there were opinions within the imperial court that viewed it as a personal battle between the tokugawa family and the shimazu family , he suggested active involvement in the battle and advocated it , thereby drawing attention from court nobles who wanted to overthrow the shogunate , such as iwakura . following this , during the boshin war , he fought in various locations serving as the admiral in the sanin-do repression and as a senior staff to subdue aizu-guchi . after that , he served in positions such as the governorship of echigo prefecture , but at that time , saionji was a young man only in his teens , and it is difficult to find reasons other than his family connections for his being able to take on such a position at such a young age . he also described in the " toan essay , " which he authored , an episode in which he angered a large number of court nobles who were still pro-joi ( expulsion of the " barbarians " ) , by being the first person among the court nobles to visit the imperial palace wearing western-style clothing . after he resigned from his government position , he began to consider studying in france , and he started to study french in tokyo and nagasaki . in tokyo , he stayed in the same boarding house as issei maebara for a long time , and as he gradually became familiar with the samurai society he grew to dislike his name as a court noble and to call himself ' boichiro . ' there is a picture of saionji in his younger days wearing two swords and standing gallantly in the fashion of a samurai . soon , at the recommendation of masujiro omura , in 1871 , he went to study abroad in france on government funding ( he later requested for a reduction of these funds ) . just before he visited the inn where omura was staying to thank him , his best friend ( michifusa madenokoji ) came rushing in and they talked for a long time , during which time masujiro omura was attacked ( 1869 ) . episodes that took place aboard the ship to france were noted in his letters , such as his becoming convinced that the earth was spherical , or the time when he was bewildered because he was asked for a kiss by a young caucasian boy upon parting from each other . saionji , who arrived in paris amidst the chaos of france 's defeat in the franco-prussian war , the fall of the second empire , and the rise of the revolution government ( the paris commune ) in its stead , and the suppression of it by the german forces , absorbed french and european knowledge , ideology and culture over almost the next 10 years . during this time , he became friends with georges clemenceau , who later became the prime minister of france , and fellow scholars who came abroad to study , such as chomin nakae and masahisa matsuda , with which network he continued even after he came back to japan . while saionji studied diligently at the sorbonne , he also engaged greatly in self-indulgence , and also it seems that he was quite popular among french women . it is said that the friendship between saionji , who attended the post world war i paris peace conference ( 1919 ) as the envoy plenipotentiary of japan , and his best friend clemenceau , who stayed at the same boarding house as saionji when he studied in paris , was very instrumental in securing japan 's position at the peace conference . saionji , who learned liberalism while he studied in paris , became committed to democratic rights movement , and on march 18 , 1881 , he became the president of " toyo jiyu shinbun " journal company , which was founded with the goal of establishing the liberal party , and he became involved in its publications along with chomin nakae and masahisa matsuda . saionji 's involvement in the democratic rights movement became controversial in the government as well as in the imperial court , and he was forced to resign from the company because of a private ordinance of emperor meiji 's that was set up by minister of the imperial household , tomomi iwakura , and toyo jiyu shinbun was forced to shut down after publishing the 34th issue on april 30 . during this time , saionji never yielded to any pressure put on him , but when he received a private ordinance from emperor meiji he complied disappointingly easily interestingly , the way he conducted himself throughout this affair plainly indicates his lifelong world view and political view . in a way , saionji had two conflicting tendencies within him : the liberal thinking he acquired in france and his feeling of having to guard the honor of the imperial family as the duty of his elite court noble family . because he was able to reconcile and integrate these two conflicting views , he developed into a politician with unique worldview and political ideology . this made him look indecisive at times , but the words of admonishment he gave to the emperor , which are mentioned later , were extremely appropriate , and saionji 's true worth as a politician can be felt through such actions . indeed , it is difficult to find another politician with a sensibility like saionji 's . he was but little attached to power and money throughout his life , and this mellow personality of his can be considered to come from his birth as a nobleman in an elite court with good upbringing . on this point , he was the polar opposite of his lifelong political enemy , aritomo yamagata . although he had 3 mistresses to whom he was not legally married , and had daughters , he never took an official wife . saionji himself never stated his reasons for doing so clearly , but it is said that because he was the head of the elite saionji family , if he were to marry , his wife would have to have been a princess from the imperial family , a court noble , or from a major daimyo family , and saionji , being a liberalist , disliked such constraints . when munemitsu mutsu ( who had served as minister of foreign affairs until the year before ) died in 1897 , saionji said , ' even mutsu finally went to the land of the dead , ' lamenting the defeat of the han clique headed by yamagata and the failure to establish parliamentary democracy . continuing , he said ' those in the han clique were all people who looked like they would not die even if they were beaten ' and he became so disappointed that it hurt those around him to see him lament . saionji 's political career began when he accompanied hirofumi ito to visit europe in order to study the constitution in 1882 . he became a cabinet member for the first time in 1894 , as the minister of education in the second ito cabinet . saionji , whose talent was recognized by ito in europe , participated in the launching of the rikken seiyu-kai party in 1900 . in 1903 , he succeeded ito as the prime minister , and he was named prime minister twice , in 1906 and in 1911 . saionji ideologically proclaimed liberalism , and he established the constitutional practice of the majority party in the house of representatives forming the parliament . he was pro-europe and pro-america due to the influence that studying in france had on him , and he was called a ' globalist ' and criticized by the military for being against nationalism . saionji is often viewed as having lacked political power , however this is incorrect because , after aritomo yamagata died , there was no one surpassing him in terms of political power in japan . he continued to lead politics in japan , using his family background in the imperial court as well as in the financial world , and mediating between the imperial court , national duties , and the military as a genro . furthermore , while he was minister of education he sporadically showed behavior that clearly distinguished him from nationalistic politicians of the early showa period , such as making an attempt to revise the ordinance on education , but even though he resisted the expansion of military influence , his power alone could not successfully prevent the war . on the decorative frame he donated to ritsumeikan university , he wrote his name as ' fujiwara no kinmochi ' using the surname fujiwara , which makes it clear that he was well-aware of being a descendant of the fujiwara clan that existed with the imperial family for well over one thousand years . also , since he was close to the imperial family since he was very young , he had a strong sense of ' guarding the walls of the imperial family , ' and that eventually became his political direction . in other words , he continued to resist imperial monarchy because errors are unacceptable when it comes to the possession of absolute political power . this can be clearly seen from the fact that saionji , using the excuse that it would cast a harmful effect on the emperor , opposed the emperor 's reprimand of tanaka when all the cabinet members resigned after showa emperor reprimanded giichi tanaka for the discord of joso upon the incident of blowing up zhang zuolin to death ( a certain serious incident in manchuria ) . also , emperor showa 's pledge that ' as a constitutional monarch , i will not oppose the decisions made by my subjects ' is said to have been influenced by saionji . however , on the other hand , this attitude invited antagonism with the officers of imperial way party . in 1906 , he succeeded taro katsura and formed the first saionji cabinet . after that , katsura again became the prime minister , and by the ' agreement of feelings and intentions ' reached during the katsura-saionji meeting , the second saionji cabinet was formed in 1911 . this period in which katsura and saionji alternately served as the prime minister is called the kei-en era . the executive staff of seiyu-kai party emphasized their rivalry , and on the surface saionji maintained such a position , but he also said to katsura , ' let you and i stand up and lead the nation , ' and there was a good political relationship between the two who both belonged to the post-genro generation . they also seemed to have shared the trait of being ' prodigals , ' drinking together with their concubines . the second saionji cabinet began the administrative and financial reform because the ruling party ( the rikken seiyu-kai party ) that formed the foundation of the cabinet won an absolute majority in the house of representatives . his draft of the budget for 1913 aimed to reduce spending by 10 % , but the imperial japan army demanded the addition of two military divisions , and the imperial japan navy also added construction of three battleships in the budget proposal . the army exerted itself in order to succeed in adding two military divisions even if that meant overpowering the saionji cabinet , but when the cabinet indicated an absolute refusal , yusaku uehara , the minister of the army at the ministry of the army submitted a letter of resignation directly to the emperor . even though the minister of army was allowed , in principle , to state his intentions directly to the emperor , a power known as iaku-joso ( to make comments on military affairs to the emperor with full responsibility for the results ) , in reality this was the very first time a cabinet member bypassed the prime minister and submitted a letter of resignation directly to the emperor . also , unless the army appointed a succeeding officer , according to the rules of military ministers who were officers on active-duty , the saionji cabinet was unable to obtain a military officer , and saionji was given no other choice but to resign . thus , at that time , the effect of the resignation of the minister of the army was very large . saionji was later summoned by emperor taisho , and he was told by the emperor directly about the minister of army 's submission of his letter of resignation . saionji consulted with aritomo yamagata , who was an influential figure in the army , about the succeeding army officer , but once he figured out that yamagata had no intention of recommending a succeeding army officer saionji took the preemptive measure of having all the cabinet members resign . once the story from inside the cabinet of the resignation of all the cabinet members was leaked out and spread through seiyu-kai party , the sentiment to ' destroy the clique families , protect politics by the constitution ' suddenly gained momentum among the citizenry , and the constitution protection movement started . the seiyu-kai party formed an alliance with tsuyoshi inukai of the rikken ( constitutional ) national party , led the movement to protect the constitution , and confronted the third katsura cabinet that succeeded the saionji cabinet . however , saionji was not directly involved in the sei-koku alliance ( seiyu-kai party-national party alliance ) or the campaign speeches aimed at the citizens , and senior members of seiyu-kai party , such as takashi hara and masahisa matsuda , yukio ozaki , a member of seiyu-kai party , and tsuyoshi inukai of national party played central roles in these events . seiyu-kai party had the absolute majority in the house of representatives to begin with , so when the parliament convened , the seiyu-kai party and national party submitted a motion of no confidence in the cabinet , and this applied pressure to the katsura cabinet . following the story of how the end of the political battle was realized because of the order that was given to stop the political battle between the liberal party ( britain ) and the conservative party ( britain ) using the coronation of george , the 5th ( king of britain ) as a reason , the government advised , in the form of an ordinance of the emperor , kinmochi saionji to stop the political battle since emperor taisho had just been enthroned as the emperor . a dominant opinion temporarily formed within the seiyu-kai party that there was no other option than to comply with the emperor 's wish , and they withdrew the motion of no confidence so that for a short time the katsura cabinet was indebted to them . however , yukio ozaki , a seiyu-kai party member , strongly opposed this idea . on the other hand , saionji , as mentioned earlier , was torn between his desire to ' guard the walls of the imperial family ' and his responsibility as the head of the seiyu-kai party . on the advice of tsuyoshi inukai , saionji resigned from the head of seiyu-kai party , so that the withdraw of the cabinet was requested by the seiyu-kai party alone . at this time , gonbei yamamoto of the navy visited the seiyu-kai party headquarters to encourage them . in the end , because of the strengthening of the movement to protect the constitution , the katsura cabinet announced its resignation on february 11 , 1913 ( taisho political change ) . on the same day , a council of genro was held in order to pick the succeeding prime minister . at this time , saionji also attended the meeting as a genro for the first time . however , he did not attend as a representative of the seiyu-kai party . during the meeting , at first , saionji was recommended as the succeeding prime minister , but saionji firmly declined because accepting this recommendation would betray the ordinance . in the end , gonbei yamamoto was selected to be the succeeding prime minister . once the aftermath related to this incident was dealt with , saionji announced his resignation as the head of the seiyu-kai party for the first time , citing the charge of ' violation of the ordinance . ' even though the charge of ' violation of the ordinance ' does not exist in the modern law , this was one of the most serious crimes in the society of court nobles , which placed the highest value on ' guarding the walls of the imperial family . ' he also used the charge of ' violation of the ordinance ' as a pretext to resign from his position as the head because , during the era of the second cabinet , he had had a conflict with hara , who took over the inside of the seiyu-kai party and who was eagerly seeking profit through railroad constructions in the countryside . the executive members of the seiyu-kai party were befuddled by this logic of citing a ' violation of the ordinance ' and they tried to dissuade saionji , but saionji 's determination never wavered . showa saionji was not listed as a genkun ( oligarch with merit ) of meiji , but as a genro one generation later when emperor taisho was enthroned . this being the last time , a new genro has never been appointed since , and when masayoshi matsukata passed away in 1924 , saionji became the only genro . after this , advising of the appointment of the prime minister was conducted by negotiations between saionji and the minister of imperial household . on december 28 , 1926 , emperor showa , who had just been enthroned , issued an ordinance to saionji in particular ( ' ordinance given to the supreme order prince kinmochi saionji ' ) , and by this , it became institutionally certain for saionji to be ' the last genro ' and to continue serving as an advisor regarding the appointment of the prime minister , and he continued in one way or another to be involved in the recommendations of the cabinet chiefs until the yonai cabinet was formed in january , 1940 ( he declined to give recommendations to the second konoe cabinet ) . regarding the incident of blowing up zhang zuolin to death ( manchurian certain serious incident ) in 1928 , saionji was the first person to become suspicious when the full account of the incident was reported . saionji suspected that the army had a hand in the incident , and went to the capital from okitsu , summoned prime minister giichi tanaka , and advised him that the government must thoroughly investigate this affair , and if the guilty party was japanese , a harsh punishment should be exacted . regarding this incident , tanaka also indicated his view of harshly punishing the perpetrator via court-martial so as to maintain international credibility , but because nothing was being done saionji again urged the investigation and the report . on the other hand , he admonished the emperor for not behaving appropriately ( as a constitutional monarch ) when emperor showa admonished tanaka saying , ' i don 't want to hear any more from tanaka . ' in the february 26 incident of 1936 , a contingent of ( resolutely ) mutinous officers had planned to attack saionji , but the plan was never put into action . it is said that those who advocated the attack viewed genro saionji as a prime example of a ' wily vassal surrounding the emperor , ' while those who opposed used an outward excuse of exploiting saionji as a pipe between the emperor . furthermore , the emperor was enraged by this incident and said that he would lead the konoe troops himself to fight against the rebellious troops , saionji admonished him for taking an action unfit for a ruler under constitutional monarchy . aside from his main residence in suruga-dai , tokyo , he retired to his villas of binsenzuka-besso in gotenba-cho , shizuoka prefecture , zagyo-so in okitsu , also in shizuoka prefecture , and in seifu-so in kyoto , and he occupied an important position as a genro . in his very last years , other than staying in gotenba to avoid the hot summer , he lived most of the year in zagyo-so where it remained warm during winter . in 1937 , saionji asked permission to resign from his position as a genro when kazushige ugaki , who received an order to form a cabinet , failed because of resistance from the military . even though he did not receive permission to resign from his position as a genro , advising of the appointment of the prime minister was led by the minister of the imperial household followed by saionji , who confirmed it . after the first konoe cabinet was formed in the same year , he gradually retreated from the political stage , and he passed away on november 24 , 1940 , two months after the formation of tripartite military pact , which he had continued to oppose . he was awarded juichii ( junior first rank ) . it is said that his last words were ' where on earth are they taking this country to ? ' fumimaro konoe , of whom he had high expectations , distanced himself from him , and it is said that he regretted until the end that he had recommended him as a prime minister . in 1941 , his grandson , kinkazu saionji , who was the brains of the konoe cabinet , was arrested for being involved in the sorge incident . when he was minister of education he emphasized nurturing of educated ' citizens , ' and he tried to ' put an emphasis on science , english and the education of girls . ' in 1890 , he opposed the ' education ordinance ' crafted by lawmakers including tsuyoshi inoue , and as soon as he obtained emperor meiji 's permission to revise the education ordinance he worked on drafting ' the second education ordinance . ' the original draft of this ' second education ordinance ' was donated to ritsumeikan university by the saionji family , and it is currently kept there . furthermore , he was involved in the founding of the educational institutions below . ' ritsumeikan private school ' was founded in 1869 . many fellows kojuro nakagawa 's hometown ( later the founder of ritsumeikan university ) became its students , but it was closed in less than a year because of a closure order from the kyoto prefectural office ( under the dual capital system of dajokan ) . saionji was very disappointed about the closure of ritsumeikan private school , and made a promise to reopen the school . his successor was nakagawa , who served as the secretary when saionji was minister of education . present day ritsumeikan university was named after ritsumeikan private school , the name nakagawa inherited , and even though saionji 's association with it as an institution of higher learning ended , he contributed in various ways to establish kyoto hosei school , an evening law school ( present day ritsumeikan university ) as a successor to ' ritsumeikan private school . ' saionji used his political power and network to contribute to kyoto hosei school , an evening law school ( ritsumeikan university ) , including saionji 's biological younger brother , takemaro suehiro , who became the executive officer of the school , and another biological younger brother , tomoito sumitomo , head of sumitomo zaibatsu , who donated large sums to the school . furthermore , he donated large number of books so that ritsumeikan university ( under the old system ) would fulfill the requirement to be recognized as a university , and they are kept as a valuable collection named the ' saionji library ' at ritsumeikan university . the first donation took place in may , 1925 , and consisted of 187 british and french books . later on , 300 japanese and chinese books were donated on october 16 , 1930 , and in june , 1938 , 739 volumes and 881 traditionally bound japanese books , which had been passed down in the saionji family , were donated as well . these traditionally bound japanese books contain valuable documents related to the ceremonial rites of the imperial court , yusoku-kojitsu ( knowledge of court rules , ceremony , decorum and records of the past ) , records of the era , name changes , and waka poems . the fourth and the last donation was made in may , 1940 . the resources donated in this last donation amounted to 6671japanese and chinese books , and it was unique because it contained large numbers of books saionji particularly loved . furthermore , kinmochi gave ritsumeikan university permission to use the ' left tomoe ( a pattern of one or more curled tadpole shapes inside a circle ) ' flag , which is the family emblem of saionji family , and it was in fact put into use . when kojuro nakagawa consulted saionji about the use of the name ' ritsumeikan , ' he was overjoyed at the reuse of the name and the spirit of " ritsumeikan " ( reconstruction of ritsumeikan ) and he gave him a large decorative frame of " ritsumeikan and its history . " later , saionji made a statement about the current ritsumeikan university as ' a school that inherits the spirit and the name of ritsumeikan that i built , ' and he was very happy that the ritsumeikan he created was reconstructed and that its legacy could live on . when saionji was 83 , he made what would be his final visit to kyoto . on this occasion , he chose ritsumeikan university hirokoji campus as the site of his visit , and he spent some time looking at the decorative frame displayed in the hall of the school building that had the word " ritsumeikan " on it , which he himself had written . ( from bunshun , " genro saionji kinmochi " ) regarding this frame , hiroo saionji ( a great grandson of kinmochi saionji ) said the following : ' my great grandfather , in his later years , had relatively feminine handwriting . however , the handwriting in " ritsumeikan " was written when he was barely 20 years old , and it was very masculine and powerful . this powerfulness was probably a representation of his desire to " create a new nation and new people . " ' in 1940 , in the year saionji passed away , ritsumeikan university made an arrangement to designate kinmochi saionji , who contributed greatly to its establishment and to the education it provided later on , as the ' founder ' ( however , perhaps from his principle of life , there was a page in his will that read ' do not inscribe my biography ' and ' do not create a monument for me ' along with ' do not designate me as the founder of ritsumeikan ' ) . exchange between the saionji family and ritsumeikan university still continues to this day , and members of the saionji family attend events at the university . in 1880 , he collaborated in the founding of meiji law school ( now meiji university ) . in 1897 , he invited the second imperial university to be set up in kyoto ( now kyoto university ) . 1901 , he was a founding member of japan women 's university . chronology note : the dates are in the lunar calendar until 1872 . october 22 ( the 23rd on birth certificate ) , 1849 : he was born in kyoto as the second son of kinito tokudaiji of the seigake family . december 20 , 1851 : awarded the title of jugoinoge ( junior fifth rank , lower grade ) he was adopted by the saionji family in that year . his adopted father was morosue saionji , ukone no chujo ( middle captain of the right division of inner palace guards ) . january 27 , 1852 : promoted to jugoinojo ( junior fifth rank , upper grade ) 1853 january 21 : promoted to shogoinoge ( senior fifth rank , lower grade ) may 15 : assigned as jiju ( a chamberlain ) . january 22 , 1854 : he was promoted to jushiinoge ( junior fourth rank , lower grade ) and remained as a chamberlain . january 22 , 1855 : promoted to jushiinoge ( junior fourth rank , upper grade ) and remained as a chamberlain . february , 5 , 1856 : promoted to shoshiinoge ( senior fourth rank , lower grade ) . october 7 , 1857 : coming-of-age ceremony , he was permitted to enter the imperial palace , and he was reassigned to the konoefu ( the headquarters of the inner palace guards ) . 1861 march 27 : reassigned to ukone no gon no chujo ( provisional middle captain of the right division of inner palace guards ) . april 25 : promoted to jusanmi ( junior third rank ) , and remained the ukone no gon no chujo . january 5 , 1862 : promoted to shosanmi ( senior third rank ) , and remained the ukone no gon no chujo . december 20 , 1867 : he was jointly appointed as a member of the imperial army council 1,868 january 4 : meiji government ( pertaining to this year , the term " government " is used as an abbreviation for " meiji government " . ) jointly assigned to the post of sanin-do governor of riot control in the government . march 20 : reassigned to the post of chunagon ( vice-councilor of state ) . april 19 : jointly assigned to the post of tajima-fuchu court director general of the government . april 5 , leap month : reassigned from tajima-fuchu court director general to be the sanin-do court director general of the government and jointly assigned to the post of admiral of the tozan-do second army . april 21 , leap month : resigned from the government council . april 24 , leap month : reassigned from sanin-do court director general of the government and admiral of the tozan-do second army to , and jointly appointed to the post of a delegate of northern provinces pacification . april 24 , leap month : assigned to the third general of army as a soldier . june 14 : reassigned from delegate of northern provinces pacification to echigo-guchi staff to subdue aizu . june 20 : reassigned to echigo-guchi senior staff . october 20 : after the name of the era changed to meiji , reassigned to the governorship of niigata prefecture . 1,869 january 5 : resigned from the governorship of niigata prefecture . march 15 : excused from service under the third general of army upon request . july 3 : forwent the rights pertaining to shosanmi ( senior third rank ) he named himself boichiro . he established ritsumeikan private school within the mansion of kyoto gosho . december 3 , 1870 : he departed from yokohama in order to study in france at the government 's expense . studied at the sorbonne . december , 19 , 1878 : his rank of shosanmi ( senior third rank ) was restored.0 october 21 , 1880 : he returned to yokohama . 1,881 on march 18 : he began the publication of toyo jiyu shinbun journal with chomin nakae and others . november 24 : became assistant gikan ( high ranking government official ) of the legislature and returned as a government official . march 11 , 1882 : received the third rank of the order of the rising sun , gold rays with neck ribbon . december 24 , 1883 : reassigned to the post of gikan ( high-ranking government official ) in the legislature . july 7 , 1884 : because of the order on nobility , received the title of marquis . february 14 , 1885 : assigned to the post of envoy extraordinary to austria . august 6 , 1886 : jointly assigned to the post of law investigator . 1887 june 4 : reassigned to the post of envoy extraordinary to germany . june 28 : jointly assigned to the post of envoy extraordinary to belgium . september 4 , 1891 : returned to japan and reassigned to be president of decoration bureau . october 7 , 1892 : jointly assigned to the post of chairman of investigation committee to enforce civil and commercial laws . 1893 april 13 : jointly assigned to the post of vice president of investigation committee of codes ( the president was hirofumi ito ) . november 13 : transferred to be deputy chairman of the house of peers . december 11 : promoted to the rank of junii ( junior second rank ) 1894 may 10 : jointly assigned to be the privy councilor and president of decoration bureau . may 12 : resigned from the post of deputy chairman of the house of peers . october 3 : entered the cabinet as the minister of education of the second ito cabinet . 1895 june 5 : jointly assigned to be the acting agent of foreign minister . june 21 : awarded the grand cordon of the order of the sacred treasure . 1896 april 3 : resigned from the post of acting agent of foreign minister . may 30 : jointly assigned to the post of foreign minister ( of japan ) . june 5 : received grand cordon of the order of the rising sun . september 18 : he entered the cabinet and continued with his joint assignment as minister of education and foreign minister in the second matsukata cabinet . september 22 : resigned as foreign minister . september 28 : resigned as minister of education . 1898 january 12 : entered the cabinet as the minister of education of the third ito cabinet . january 21 : jointly assigned to be the vice president of i \ investigation committee of codes ( president was hirofumi ito ) . march 30 : resigned from the office of vice president of investigation committee of codes . april 30 : resigned from the post of minister of education . december 20 : promoted to shonii ( senior second rank ) 1899 : built a country house ( tonari-so ) in oiso . 1900 october 27 : became chairman of the privy council , and therefore became a member of the fourth ito cabinet . additionally , he was jointly assigned as acting agent of prime minister . december 12 : resigned from the post of acting agent of prime minister . 1901 may 2 : jointly assigned to be the acting agent of prime minister . may 10 : joint assignment changed from acting agent of prime minister to acting prime minister . may 14 : also , jointly assigned to the post of acting minister of finance . at this time , he held the rank of shonii ( senior second rank ) , the rank of a marquis , he received the grand cordon of the order of the sacred treasure , he was chairman of the privy council and he was acting prime minister and acting minister of finance . june 2 : upon formation of the first katsura cabinet , he resigned from the position of acting prime minister and acting minister of finance . 1903 july 13 : resigned from the post of chairman of the privy council . july 14 : became president of the rikken seiyu-kai party . 1906 january 7 : became prime minister ( the first saionji cabinet ) and was jointly appointed as acting minister of finance . from here on , he and taro katsura alternated their cabinets , and it was called the kei-en period . march 3 : jointly assigned to be the acting foreign minister . march 27 : resigned from the post of acting minister of education . may 19 : resigned from the post of acting foreign minister . august 30 : jointly assigned to be the acting foreign minister . september 14 , 1907 : received the grand cordon of the order of the paulownia flowers of the rising sun . july 14 , 1908 : resigned from the position of prime minister . august 30 , 1911 : became prime minister ( the second saionji cabinet ) . december 21 , 1912 : resigned from the position of prime minister and became a genro . june 18 , 1914 : resigned from the presidency of the seiyu-kai party . he recommended masahisa matsuda as his successor , but because matsuda died suddenly , he assigned takashi hara as his successor . 1917 : sold his villa ( tonari-so ) in oiso to shigeaki ikeda . 1918 december 21 : received the grand cordon of the supreme order of the chrysanthemum . december 27 : became the imperial economic advisor . january 13 , 1919 : became the chief delegate of the paris peace conference . he built a villa ( zagyo-so ) in okitsu-cho , ihara-gun , shizuoka prefecture ( present day seikenji-cho , okitstu , shimizu-ku , shizuoka city ) and retired there . after that , key figures in the government and business circles frequently visited saionji in okitsu , and the term ' okitsu visits ' was born . september 7 , 1920 : he was promoted to prince ( due to his achievements as a chief delegate at the paris peace conference ) . november 10 , 1928 : received the collar of the chrysanthemum . october 13 , 1937 : resigned from the post of imperial economic advisor . 1940 november 24 : he passed away . he was awarded the rank of juichii ( junior first rank ) december 5 : state funeral . in compliance with his will , his documents and resources were burned . june 21 , 1895 : grand cordon of the order of the sacred treasure . september 14 , 1907 : grand cordon of the order of the rising sun . december 21 , 1918 : grand cordon of the supreme order of the chrysanthemum . november 10 , 1928 : collar of the chrysanthemum . he did not have an official wife , but there were three women who were effectively his wives . the first wife was geisha tamahachi ( kikuko kobayashi ) of shinbashi ( minato-ku , tokyo ) , and she had a daughter , shin . shin married hachiro saionji , the eighth son of prince motonori ( sadahiro ) mori , former lord of choshu-han , and gave birth to 3 boys and 3 girls , including kinkazu saionji and fujio saionji . his second wife , fusako nakanishi , she had one daughter . he brought along hanako okumura , a housemaid of the saionji family , to the paris peace conference , and this became a topic of gossip . the tokudaiji family his earliest known ancestor is saneyoshi tokudaiji , a son of fujiwara no kinzane . +ensho ( 859-december 6 , 929 ) is a buddhist monk of the shingon-shu sect during the mid-heian period . in 905 , he was authorized by priest shobo of daigo-ji temple to establish a new buddhist temple , nenkakuin , through a kanjo ceremony ( succession ceremony for buddhist priests ) and was appointed as the head of daigo-ji temple in 925 . +takamori saigo ( december 27 , 1828 according to the old calendar ( gregorian calendar : january 23 , 1828 ; julian calendar : january 1 , 1828 ) - september 24 , 1877 of the gregorian calendar ) was a japanese samurai who served as a feudal retainer , soldier , and statesman of the satsuma clan . takamori saigo was one of the ' ishin no sanketsu ' ( literally , three heroes of the meiji restoration ) , as were his sworn allies toshimichi okubo of the satsuma domain and takayoshi kido ( also known as kogoro katsura ) of the choshu domain . he was named takanaga at the coming of age ceremony , and renamed takeo then takamori . the head of the saigo family was named kichibei , and saigo 's real name is takanaga kichibei saigo the eighth , the first generation having relocated from kumamoto to kagoshima ; and their childhood names were kokichi who known as kichinosuke , and he was renamed zenbei saigo and then kichinosuke saigo . go ( pen name ) was nanshu . takamori 's name was the same as his father 's name , but tomozane yoshii , who was his best friend , called him kichibei , which was his father 's name , by mistake when he received his orders from the shoten bill of restoration of monarchy , and after that he called himself by his father 's name . at various times , he have himself the assumed names sansuke saigo , gengo kikuchi , and sanemon oshima . his second brother was kichijito saigo who died in the boshin war ( hokuetsu war ) , his third brother was tugumichi saigo , who was a central figure in the meji government , ( known as shingo , go is ryuan ) and his fourth brother was kohei ( takakatsu , takatake ) saigo who died in the seinan war . iwao ( yasuke ) oyama was his cousin and sumiyoshi ( yojuro ) kawamura was also also a relative of his . he was a samurai in the lower grade , but nariakira shimazu , who was the lord of the domain , found and selected him , and he stayed close to nariakira shimazu , who was the greatest daimyo of the kaimei group still living , and he was strongly influenced by nariakira . he lost his position due to the death of nariakira , and travelled to amami-oshima island . although he returned home he did not get along with his biological father , who was the new lord of the domain , and again he travelled , this time to oki-no-erabujima island . but again he returned , supported by kiyokado komatsu , who was the chief retainer ( to belt on a sward ) and after kimmon no hen ( conspiracy of kimmon ) in 1864 , he was very active , and succeeded forming the satsuma-choshu alliance and the restoration of the monarchy ( japan ) , and took initiative in the boshin war . england backed the new government and was against the all-out assault of edo because she was afraid of disrupting trade in edo bay , and because of this takamori saigo and the new government accepted england 's demands and stopped the all-out surrender of edo ( bloodless surrender of edo ) . after that , he returned to satsuma , and resumed office as a councilor of the new government in 1871 . and after that , he held the posts of full general and konoe-totoku ( regulator of konoefu ) , and he took charge of the rusu-seifu ( a temporary government while the permanent officials are away ) when okubo and kido went to the official travel of iwakura mission . he proposed to going to korea himself as a kenkan shisetsu ( japanese official diplomatic delegate sent to korea ) himself to attempt to restore relations with the yi dynasty korea due to problems there , and he was appointed as an ambassador at once , which resulted in the antagonism of okubo who came back to japan . in 1873 , he once more returned to kagoshima with shimpei eto and taisuke itagaki for the meiji roku-nen no seihen ( coups of 1873 ) , and concentrated on the education at shigakko ( a school mainly for warriors ) . while the shizoku-no-hanran ( rebellion of warrior class ) , saga-no-ran war ( turmoil of saga ) , shimpuren-no-ran war ( turmoil of shimpuren , a dissatisfied warrior group ) , akizuki-no-ran war ( turmoil of akizuki ) , and hagi-no-ran war ( turmoil of dissatisfied warriors at hagi ) were going on , he became a leader in the seinan war , which started due to students of shigakko in 1877 , but he lost at shiroyama and committed suicide . his court rank was shosanmi ( senior third rank ) . the heir of tarataro saigo was granted the rank of marquis for his success . below , the tempo calendar , which is the old calendar , ( lunar-solar calendar ) will be used for dates up to december 2 , 1872 in year / month / day format ; after january 1 , 1873 , the new calendar ( solar calendar ) , which is the gregorian calendar , will be used , and date according to the japanese calendar will be written in front , and with the date according to the gregorian calendar following , inside parentheses . on december 7 , 1827 , he was born in yamanoguchi baba , shitakajiya-cho ( hogiri , shitakajiya-cho ) , kagoshima-jo , satsuma province , as the first child of takamori kuro saigo who was the go-kanjokata-kogashira ( chief of the finance department ) ( who was renamed kichibei saigo later , and whose salary was about 27 seki ) . the saigo family 's kakaku ( family rank ) was okoshogumi , ( lower ranked feudal retainer ) which was the second lowest rank . their main name was the fujiwara clan . their ancestor was the vassal of the kikuchi family in higo , and became the vassal of the shimazu family in satuma in the genroku era of the edo period . in 1839 , on a monthly visit to a shrine with friends he had in goju ( satsuma 's educational organization ) , he tried to intervene in a fight between some of his friends and other goju , and the kamigumi goju took a knife and cut the nerve inside saigo 's right arm . saigo survived even though he had a high fever for three days , but he gave up bujutsu ( martial arts ) because he couldn 't hold a sword , and decided to pursue scholarship . in 1841 , he was renamed takanaga yoshinosuke when he came-of-age . at this time , he was promoted to niseko of shitakajiyamachi-goju . using this as an opportunity , hanjiro nakamura ( later , toshiaki kirino ) came to guard saigo . in 1844 , he became a magistrate of a county under toshinari sakota and worked as korikata-kakiyakusuke ( government cleric of rice customs ) , then was elevated to the family rank of okoshogumi ( ichiban-gumi , koyo hachiban ) . in 1847 , he became the nito-gashira . in 1850 , yukie akayama committed seppuku ( hara-kiri , or ritual suicide ) for takasaki-kuzure ( the family feud of satsuma domain ) ; his father who was a goyonin ( officer handling domestic economy ) of akayama told him about this act of seppuku ( hara-kiri ) , and showed him bloodstained clothes . after that he wished to live in the territories of the heir of nariakira shimizu . he learned yomeigaku neo-confucianism from moemon ito and zen from musan-osho priest of fukusho-ji temple ( kagoshima city ) ( a family temple of the satsuma family 's was located at the place where the kagoshima municipal gyokuryu high school is located now ) . this year , he formed a reading club around " kinshiroku , a book of chinese thought " which is a book sueyasu chichibu of chichibu-kuzure ( a family feud of satsuma domain ) used to enjoy reading , with toshimichi okubo ( toshiimichi ) , tomomi yoshii ( tomomi ) , masaharu ijichi ( masaharu ) and shunsai arimura ( nobuyoshi kaieda ) to advance in the will of akasaka and others . on february 2 , 1851 , narioki shimazu retired , and nariakira shimazu became lord of the satsuma domain . in 1852 , he married suga ijuin ( who was called toshi ( toshiko ) as well ) who was kanehiro ijuin 's sister on his parents recommendation , but his grandfather yuzan died in july , his father yoshibee died in september and his mother masa died in november one after another , so he had to support a family by himself . in february 1853 , he got an order of permission of succession to a family , but the position was not different from korikata-kakiyakusuke ( government cleric of rice customs ) , and his salary decreased to about forty one seki . around this time , he changed his name from kichinosuke to zenbei . in december , matthew perry came to japan , and the issue of joi ( the principle of excluding foreigners ) arose . in 1854 , the memorial to the throne was approved , and on the occasion of edo-sankin ( daimyo 's alternate-year residence in edo ) , he was appointed to the positions of chuo-kosho to fulfill general duties , jo-otomo ( permanent attendant ) , and retainer in edo , and went to edo . in april , he became niwakata-yaku gardener , and he studied under saiakira , who was the greatest daimyo of kaimei group living , and also he met the great scholar toko , who was the person that he most wished to meet , and took a lecture about national affairs from him . in november in kagoshima , his wife 's parents family took suga from saigo 's family because it was hard to see her in the hardships of poverty , and after that , kichijiro , the second eldest brother ; took care of the family . in 1855 , he succeeded to the position of head of the saigo family , and changed his name from yoshibei to kichibei ( the eighth kichibei ) in december , the feudal retainer of echizen , sanai hashimoto , came to visit him and to talk about national affairs , and he was surprised at hashimoto 's extensive knowledge . around this time , he received a political donation from saiakira . in may 1856 , he met kousai takeda . in july , he brought a secret letter of saiakira to nariaki tokunaga in mito . in december , the thirteenth shogun iesada tokunaga married tenhoin ( keiko , shogun 's legal wife ) who was an adopted daughter of saiakira . at that time , saiakira thought to make yoshinobu tokugawa the fourteenth shogun through the legal wife of the shogun , and to make the system in which power was centralized with the active daimyo feudal lord , and to make the country prosperous and build a strong army , so that the country could be opened up and deal with foreign countries like russia , great britain and france , and it was a magnificent plan that included a contingency for alliance with japan , china and korea . he worked extremely hard on this plan . s he returned to the domain in may . his second eldest brother kichijiro was appointed go-kanjosho-shoyaku ( cleric of finance ministry ) , and the third eldest brother shingo was appointed omote chabozu ( tea-server and caregiver to the daimyo ) . he was appointed to the post of kachi-metsuke ( a position entailing night duty and inspection ) and tori-azukari in october his best friend toshimichi ( shosuke ) okubo also became kachi-metsuke . in november , he mediated the purchase of an indigo ( dye ) ball by shoichiro shiraishi of satsuma , who was perplexed about high price of an indigo ball , after that , shiraishi residence became one of the bases for satsuma-jin ( satsuma citizens ) . in december , he arrived in edo , and was took a secret letter of saiakira 's relating to shogun yoshitsugu to yoshinaga matsudaira the lord of the echizen domain , and in this month , he discussed enthroning yoshinobu hitotsubashi with sanai hashimoto . in january and february of 1858 , he was exchanging letters with sanai hashimoto and unpin umeda , and he exchanged information about the visiting of yukie nakane , and , in march , he went to kyoto with a letter from the shogun 's legal wife to tadahiro konoe , and tried to obtain issuance of an secret imperial command of yoshinobu 's heir using the support of the priest gessho , but he failed to receive it . in may , naosuke ii of the lord of the hikone domain became tairo ( chief minister ) . in june , ii signed a treaty of amity and commerce with america , and then decided to make yoshitomi tokunaga , the lord of the kii domain , the shogun yoshitsugu . in july , nariaki tokugawa was ordered to be on his best behavior for the reason that he went to the castle in an untimely manner , yoshinaga matsudaira was ordered to be on his best behavior and made to retire , and yoshinobu tokugawa was ordered to be banned and to go to the castle ; at first , they started to exercise their authority to oppress the hitotsubashi group ( this was the beginning of the ansei no taigoku ( suppression of sonjo group by naosuke ) in extensive interpretation ) . during this time , saigo returned to kagoshima with a letter about the situation of kyoto to yoshinaga matsudaira , and went to kyoto to exchange information with seigan yanagawa and senan kasuga . on july 8 , saiakira operated a large-scale military training grounds for satsu-gun ( satsuma army ) at mt . tempo near kagoshima castle ( it is also said that he was going to the east capital , tokyo , with an army ) , but he died on july 16th . on july 19 , the brother of saiakira , and child of hisamitu simazu succeeded to a family , and hisamitu became his guardian , but noriaki , who was the father of saiakira , held the real power in the domain . on july 27 , 1858 , he heard about saiakira 's death , and tried to follow saiakira to the grave , but gessho persuaded him against it , and he decided to follow saiakira 's advice . in august , he went to edo to bring a secret imperial command of emperor komei to the domain of mito and the domain of owari , which was entrusted to the konoe family , but he was unable to do so and returned to kyoto . after that until middle of september , he ignored naosuke ii of chief minister with volunteers of many domains , shinshichi arima and masaharu ijich , and tried to reform bakufu feudal government . but on september 9 , unpin umeda was arrested , and the crisis was coming to a head for the group advocating reverence for the emperor and the expulsion of foreigners , and he escaped with gessho who had been entrusted with protection by konei family ; after fushimi , he entrusted gessho to shunsai arimura and sent them from osaka to kagoshima . on september 16 , he came to kyoto again and tried to raise an army with other men of noble ideals , but the investigations of the hori ( officers who capture criminals ) was very strict , so they left osaka in september 24 , and returned to kagoshima on october 6 , via simonoseki . he had to change his name to sansuke saigo to deceive the officer of prisoners for command of the domain . in november , gessho came to kagoshima with kuniomi hirano , but the domain authorities that were afraid of investigation by the government decided to banish gessho and others to higashime ( hyuga province ) ( this means they were deserted in the middle ) . he got on the boat with gesshu and hirano but , he was pessimistic about his future , and late at night on the 16th , he drowned himself in ocean with gesshu at an offing in ryugamizu-oki . hirano rescued them quickly , but gesshu had already died ; luckily saigo survived but it took him a month to recover . the authorities of the domain treated them as dead , and showed them the graves of saigo and gesshu to the officer of prisoners , and the officer of prisoners took the footman and jusuke of gesshu , and left . in december , the authorities of domain ordered to saigo to stay in amamioshima to avoid the government 's notice , and at the end of december , he named himself gengo kikuchi , which means ' my origin is the kikuchi , ' because he had a forefather of the kikuchi clan in kumamoto . he was officially renamed sansuke saigo , and left kagoshima to go to yamagawa port . january 4 , 1859 , he entrusted masaharu ijichi , toshimichi okubo and sadaka ijichi with future affairs , and left yamagawa port , then rode out to the shichito-nada ocean area through naze and arrived at the place of refuge called atansaki , tatsugo-mura , amamioshima on january , 12 . he rented an empty house at shingyo mitaya , and cooked his own food . and soon , yasutsugu shigeno visited him , after that , toshimichi okubo , atsushi ( kizaemon ) saisho , tomomi yoshii , shunsai arimura and chuzaemon hori sent him letters and comforts many times , also saigo sent letters replying to them to try to get information . at that time , in november , toma ( later changed aikana ) of the the ryu family clan , who was a daughter of saeishi , became his wife on the island . at that time his fuchimai ( salary paid in rice ) was six seki , but in 1860 , it increased to twelve seki . also he received imperial monies paid to those lacking a family from the chief of the domain as a support to the family budget . when he arrived at island , people treated him as an exile , he was suffered due to his loneliness . however , he was asked to educate three kids on the island , also fujinaga , magiri-yokome 's ( officer of the province ) was kind to him , and having a wife , he became accustomed to life on the island , and on november 2 , 1860 , kikujiro saigo was born . in september , 1861 , the third brother ryuan returned to secular life from his post as omote chabozu ( a tea-server who takes care of a daimyo ) and was named shingo . in november , he met dennai koba whose duty it was to stay informed ( later , koba helped saigo as osaka rusui-yaku officer / kyoto rusui-yaku officer . in october , 1861 , hisamatsu decided to attempt to procure a position as a court noble or samurai and reorganized the retainers in important ways , but he lacked a connection in kyoto , so okubo and horijiro who were the konando-yaku ( the position charged with the shogun 's personal care ) advised sending a letter of recall to saigo . after saigo received this letter of recall , he went to the greet the people who took care of him , and after getting ready for the life of aikana , he sailed from adanzaki went through kuichi-no-erabu-jima / makurazaki and arrived to kagoshima on february 12 . on february 15 , he changed his name from sansuke saigo to sanemon oshima to avoid discovery by the government . that same day , he had been called on by hisamitsu , but hisamatsu did not have good position or popularity like saiakira , and for these reasons , he did not go to kyoto , so hisamatsu became indignant to him . at first he declined the invitation , but okubo persuaded him and he agreed to go to kyoto , and he resumed his former position . on march 13 , he received an order to go to shimonoseki with shinpachi murata , and made his first departure . saigo heard about the tense situation in kyo-osaka from kuniomi hirano at the residence of ichiro shiraishi in shimonoseki , and on march 22 , he left via port to osaka with shinpachi murata and shinzo moriyama , and arrived at fushimi on 29th , and they tried to stop the plans of extremist patriots who were to burn kyoto and were raising an army . but on april 6 , hisamitsu who arrived at himeji , was enraged that saigo disobeyed the standing order given to him , and also heard saigo stirred up the patriots from horijiro and nobuyoshi kaieda , and ordered the capture of saigo , murata and morimura . saigo and others who were captured were transported to kagoshima on the 10th . otherwise , hisamitsu who received the imperial palace 's command to suppress masterless samurai sent shigeru narahara and kakunosuke oyama ( tsunayoshi oyama ) to teradaya on april 23 , to quell the extremist patriots , such as yasuomi maki , and sinshichi arima and others who gathered in teradaya in fushimi . narahara and others attempted to persuade the extremist patriots , but they did not yield , so they reluctantly killed eight of the offenders including shinshichi arima . ( terakoya riot ) at this time , they planned to raise an army , and his third eldest brother shingo and cousin iwao oyama ( yasuke ) along with kunimoto shinohara and yaichiro nagayama were members of the extremist patriot group who stayed at terakoya and other places . on june 6 , when he was staying at yamakawa port after the transport , saigo had to be renamed kichinosuke oshima and also was exiled to tokuno-shima island , and shinpachi murata was exiled to kikai-jima island ( it is not kikai-ga-shima island , namely satsuma io-jima island ) . shinpachi murata ( refer to ' uruma no nikki diary ' ) was exiled to a distant island . shinzo moriyama was not punished , but committed suicide ( with his sword ) . on june 11 , 1862 , saigo sailed from yamakawa , and murata also sailed thereafter , but they met at isso , yakushima because they had to wait 7 to 8 days for the cessation of a headwind , and then sailed from isso together toward amami . they sailed at shichitonan via amami ( details are found in the ' urumano diary ' ) , and finally arrived at jinya , tokunoshima bay on july 2 . incidentally , akana delivered kikuso ( kikuko ) while sailing on july 2 . when he was relaxing at the residence of shoden of okazen ( on tokunoshima ) on august 26 , akana , who heard of their visit to tokuno-shima island , visited saigo with two children . he was glad to be able to meet his children after a long time apart and after several days together , the order that he be sent to the distant island of oki-no-erabujima island was delivered was even more devastating to him . before the end of the next july , his second eldest brother jiro , his third eldest brother shingo and his fourth eldest brother koheibei received the punishment of enryo ( the punishment of being put on one 's best behavior ) , and the chigyo fief and property of the saigo family was confiscated , and this forced them into a very serious situation . he was arrested by command of the domain , and at the beginning of august , he left okazen , tokunoshima , and arrived at inobe ( formerly " yunubi " ) , oki-no-erabujima island on 14th . at first , his health was ruined by exposure to the wind and rain under the poor conditions of the prison . but in october , masateru tsuchimochi of magiri-yokome ( officer for province ) got approval from the local governor , and made a zashikiro ( room for confining criminals ) with his money , then moved him there , and he finally recovered his health . in april , the younger students of the same goju ( satsuma 's educational organization ) that he had attended arrived on the island as tsume-yaku , so saigo 's treatment further improved . at that time , saigo was teaching education to people in oki-no-erabu . also the folksong minyo of saisai-bushi describes him drinking with masateru tsuchimochi . in july , 1863 , when he got information about the satsu-ei senso ( war of satsuma and great britain ) which happened by incident of namamugi last year , he returned to kagoshima prepared for punishment , and tried to enter the war . in october , when he was getting on the ship that tsuchimochi made him to leave to kagoshima , he got information about repulsion of the british ships , so he was glad and had a banquet . there were about twenty students in a class that he started after arriving on the island in january , 1864 . then , the rumor about the discharge and recall were started to spreading out , he wrote ' yohitoyaku-taisha acquaintanceship of officer ' and ' magiri-yokome daitai ( essential points of officer for province ) ' to aid the understanding of island officers , and made the document of building storage and gives it to tuchimochi for preparing a famine . he did not miss a chance to exchange information with other officers on the island , and exchanged letters with hisatake katsura , an officer of oshima-zaiban , sukeemon mera , an officer of ryukyu-zaiban , and izumi maki . at this time , in july 1862 , yoshinaga matsudaira became the president of political affairs , and yoshinobu tokugawa became the shogun-kokenshoku officer ( reformation of shogunate administration in bunkyu ) that took in satsuma 's opinion ; also , on the main island , in an intercalary year on august , katamori matsudaira of the lord of the aizu domain attained the title of kyoto shugoshoku , and sadaaki matsudaira of the lord of the kuwana domain became kyoto shoshidai ( the local governor of kyoto ) , and the power of the bakufu ( feudal government ) was showing an inclination to reconstruction , however in may 1863 , the choshu domain caused an incident in that gunfire at a north american ship was discharged and the tenchugumi-no-ran war at nara gojo , and the seven nobles outrunning to choshu ( coups of august eighteenth ) occurred in august , and ikuno-no-hen ( conspiracy of ikuno ) occurred in october , and also the radical joi ( those who held to the principle of excluding foreigners ) group , which was against opening the port , provided resistance several times to thward the plans of the domain . all of this information shows that the balance of power was tilted in favor of the government / satsuma , and the radical joi ( principle of excluding foreigners ) group central to the choshu domain was gradually decreasing in influence . it was even called the supporter of the coalition of court nobles and samurai originally , but it was different from the thought of satsuma which centralized power by gathering sages to the emperor , and hidemitsu , who tried to reorganize the procurement of court nobles and samurai in the style of satsuma used as background the increasingly influential voice of the former seichu-gumi organization , which worked well at the satsuei war and during the downfall of the old-guard cronies , but the biggest problems were the bad reputation of satsuma domain , and being short of people who could work to procure court nobles and samurai . they ordered and pardoned saigo to resolve the impasse , which was advised by toshimichi ( ichizo ) okubo and kiyokado komatsu . in february 21 , 1864 , the steamboat kochomaru came to wadomari , oki-no-erabujima with tomomi yoshii and tsugumichi ( shingo ) saigo to pick him up . on the way he stopped by at tatsugo , oshima and left his wife and child with shinpachi murata , who was on duty on a distant island ( there was a letter for brother of murata . it said both that he brought him back with no approval , and that it was not like that ) and then he went back the way he had come . in february 28 , 1864 , saigo returned to kagoshima , and but he could not stand . thus , on the 29th , he crawled to visit saiakira 's grave . on march 4 , he sailed from kagoshima with shinpachi murata , arrived to kyoto on 14th , and he was appointed gunbu-yaku commander on 19th . saigo arrived in kyoto and was condemned by both the sabaku and the joi group ( group of adherence to the shogunate and expulsion of the foreigners ) , and he was surprised that his reputation was very bad with both groups , not only with the patriot of joi ( principle of excluding foreigners ) group . and , he made it a rule to stay active due to the intention of imperial court , and he made a plan to moderate his bad reputation and persuade the patriots of joi ( principle of excluding foreigners ) group to try to get over their difficulties . at that time , the point of greatest contention for the joi group and also people in general was smuggling between the satsuma domain and foreigners . in the middle of 1863 , cotton and tea from europe was insufficient due to the american civil war ( 1861 - 1865 ) , and the result was that sales of japanese cotton and tea was soared , and exportation of both items increased drastically . although this was the true reason for the high price of japanese cotton and tea , the rumor was that it was caused by trading between satsuma domain and foreigners . most people were simply angry that the prices were higher , but the joi group was angry about the trading with foreigners itself , they even suggested excluding foreigners as a rule . for that reason , the incident of torpedoing the nagasakimaru , a chartered ship of the satsuma domain was perpetrated by the choshu domain , and also the the incident of the katokumaru ship occurred . the bad reputation that the satsuma domain had rested on things like this , and caused them no small interruption of their activities in kyoto and osaka , saigo was ordered by dennai koba of osaka rusui to regulate the activeity of the merchant of satsuma who is in osaka on june 11 , and he gave the order to merchants who did not have orai-tegata ( travel permit ) to go return to their points of origin , and also made strict regulations in the domain , and took measures against merchants coming to osaka by command of domain . in april , saigo was appointed to be o-konando-todori ( chief of konandoshu , aside of shogun ) / personal-to-a-person koban , post ( not inherited ) . on june 27 , few days after the ikedaya incident the imperial court approved the choshu soldiers coming to the capital , and that was the pretext for the petition of the discharge of the seven nobles . against that , saigo concentrated on guarding the imperial palace as a neutral position , and declined the offer of a military post on july 8 , from yoshinobu tokugawa by advice from kiyokado komatsu . but , the choshu force ( nagato , inaba and bizen province and ronin-shishi ) surged to kyoto from three different places , namely fushimi , saga and yamazaki on the 18th , and met the domain army at the imperial palace gate , whereupon saigo , masaharu ijichi and others repulsed the choshu force and also sent satsuma army for rescue operations and further repulsed choshu force at many places . ( kimmon no hen ( conspiracy of kimmon ) ) . at that time , saigo was injured hit by a bullet . the neutral stance that saigo and others took during this incident was only to defend the imperial court from exclusive possession by the choshu , and gave guidance to imperial court to the neutral position , but it caused many casualties in the choshu force , and among them were matabe kijima , genzui kusaka and izumi maki , and this aggravated the choshu dislike of the satsuma , and caused the events known as the ' satsukan-kaizoku ( retaliation against the satsuma and aizu domains ) ' . on july 23 , 1864 , the order of the imperial court ( first conquest of choshu ) to attack choshu was issued , and on 24th , yoshinobu tokunaga commanded twenty-one domains of saikoku to send troops , and satsuma planned to respond to this order and extend its power . in august , the incident of gunfire at shimonoseki of the four countries ' combined fleet occurred . after that , choshu and the four countries ' combined fleet concluded a peace treaty , and the government and a representative of shikoku signed an indemnity contract . during the middle of september , saigo met kaishu katsu in osaka , he stopped strong measures from being taken against choshu , and tried to implement moderate measures according to katsu 's advice . in the beginning of october , he became the o-sobayaku aside snd the daidai-koban ( successive title of koban army ) , and was renamed kichinosuke saigo according to the " explication of takamori saigo 's chronicle " by kichinosuke oshima ( it seems he kept this name from his time on oki-no-erabujima island forward ) . on october 12 , he was appointed the sanbo ( staff officer ) of seicho-gun ( conquering army of choshu ) . on the 24th , he met yoshikatsu tokunaga of sotoku of seicho ( governor conquering of choshu ) , and he was entrusted with the punishment of choshu because he had expressed his opinion . then he met kenmotsu kikkawa , who was a representative of choshu in iwakuni , with tomomi yoshii and atsushi saisho , and proposed the punishment of three chief retainers of the choshu domain . he returned and reported the progress to yoshikatsu tokugawa immediately thereafter , and went to kokura to discuss the plan of punishment of choshu , report the progress made to lieutenant governor mochiaki matsudaira , and report the progress to the governor of satsuma domain hisaaki shimazu . after all , the situation was controlled by saigo 's compromise plan , on december 27 , the governor conquering of choshu was commanded soldiers withdrew to sending troops , then finished conquest . the action of five nobles , which was included in the control plan to follow saigo 's compromise plan stemmed from effort of shintaro nakaoka , and in the beginning of 1865 it was tentatively concluded to keep the five nobles in fukuoka until they were sent separately to five domains of kyushu from by way of mediation of the domain of fukuoka . " in the middle of january 1865 , he returned to kagoshima and finished his report to the father and child of the lord of the domain , and he married ito ( itoko ) who was the second daughter of naoatsu ( yataro ) iwayama , the cleric of the chief retainer 's office , on january 28th on the suggestion of various people . after that he mediated the removal of the five nobles , which had been an arduous problem since the previous year , and worked on problems relating to their treatment , and on february 23 he improved their treatment and settled the matter at enjuoin in temmangu , dazaifu and finally it was concluded . equally with this , he campaigned for the alliance of kyushu domains with okubo and yoshii , to the domain of kurume and the domain of fukuoka , but went to kyoto in middle of march . at that time , the shogunate ordered an imperial command by force , to go to the capital of the father and son of the domain of choshu and to send five nobles to edo , and sent two councilors to kyoto with four battalions with guns to realize that revival of three things of sankin-kotai ( daimyo 's alternate-year residence in edo ) , and they were forced to exchange the security of the imperial palace 's gates of domain to shogunate army , but shoshidai ( local governor ) ordered the bull and denso ( job title referring to one who relays messages of court 's people to emperor ) to reject that , instead of that an urgent order sent to the general was urgent . these were the maneuvering of nobles like saigo , okubo and others that did not desire the restoration of power of the bakufu ( feudal government ) . in may 1 , saigo returned to kagoshima with ryoma sakamoto , and reported kyoto 's situation to the executives of the domain . after that , he reported the domain 's argument that explained why the order of the seicho troops of shogunate was refused . on the 9th , he was appointed to the position of head clerk and personal-to-a-person karo , chief retainer ( not inherited ) . at that time , shogun iemochi tokugawa had started going west with the governor conquering the lord of the kishu domain and sixteen other domains with sixty thousand soldiers , in disregard of the imperial command , and after soldiers were stationed in osaka , and intercalary may 22 , arrived kyoto . the next day , on the 23rd , iemochi visited the imperial palace with military power as background to report the attacks choshu again , but it was not approved . in june , shintaro nakaoka went to kagoshima and talked about saccho 's cooperation and peace to saigo , and promised to meet kogoro katsura ( takayoshi kido ) in shimonoseki . but saigo received an important letter from okuno , so he cancelled his plans to go to shimonoseki port and hurried to kyoto . among this time , the executives of the shogunate who stayed in kyo-osaka became more aggressive based on the power of the sixty thousands soldiers there , and they pressed the imperial court regarding the punitive re-expedition to choshu . saigo did not yield to these threats from the shogunate , and on june 11 , he told okubo not to help shogunate with the punitive re-expedition to choshu , and proceeded to maneuver within the imperial court to that end . additionally , on the 24th , he met ryoma sakamoto in kyoto and approved the purchase of weapons and ships that choshu wanted , which represented an actual achievement of saccho piece with satsuma . also , he felt the necessity to stand up against the military power of shogunate , and he returned to kagoshima in the middle of october , and came to kyoto with komatsu and soldiers on the 15th . around this time , he requested the purchase of rice for the military to ryoma from choshu , but an important motive in this was to solidify the achievement of saccho peace . at this time , he sent kiyotaka ( ryosuke ) kuroda to choshu and brought him back , and worked for a satsuma-choshu alliance . in september 16 , the nine warships of four countries , england , france , america and holland , arrived and stayed at hyogo-oki offing to try to open hyogo port . on the other hand , the intimidation resulting from the presence of the military power resulted in the imperial court approving the imperial sanction of the punitive re-expedition to choshu to the shogunate in kyoto on september 21 . also on october 1 , they refused granting imperial approval to sanction the treaty from the former lord of the domain of owari , yoshikatsu tokugawa , nor did they approve an imperial sanction of the opening of hyogo port , but they yielded to the shogunate and yoshinobu tokugawa when he insinuated that he would resign of general and to resort to force , finally , they did they issue imperial approval to open hyogo port . although it was the result of compulsion , the decision was the realization of the desire that the shogunate had had since ansei , and historically it was a very important decision inasmuch as it represented a shift in national policy . on january 8 , 1866 , saigo went to welcome to kogoro katsura ( kido ) to fushimi with shinpachi murata and narumi oyama ( nickname , hikohachi , older brother of iwao oyama ) , and on the following day , the 9th , he went back to kyoto and stayed in nihommatsu-hantei ( nihommatsu domain 's residence , which was maintained by a daimyo in edo ) . on the 21st ( although rumored to have in fact been on 22nd ) , saigo made a secret agreement with the saccho teikei rokkajo ( six articles of partnership between satsuma and choshu ) with kogoro katsura at tatewaki komatsu 's residence , and ryoma sakamoto endorsed a corporate document ( satsuma-choshu alliance ) . immediately thereafter , ryoma was attacked by a man of the shogunate at teradaya , satsuma-hantei ( the satsuma domain 's residence maintained by a daimyo in edo ) and at saigo 's indication ryoma was protected . after that , kiyokado komatsu , hisatake katsura , tomomi yoshii and mr. and mrs. ryoma sakamoto ( saigo was the matchmaker ) sailed from osaka and arrived in kagoshima on 11th . in april , he was counseled about increasing the reformation of the domain duties and the military and navy , and after these suggestions were approved , he worked for reformation of domain duties with komatsu and katsura . the second conquest of choshu started with the bombardment of kaminoseki by a battleship of the shogunate on june 7 . the battle was was waged at four different locations , that is , ay oshima-guchi , geishu-guchi , sanin-guchi and kokura-guchi , and geishu-guchi remained deadlocked , but the forces at sanin-guchi , which commanded by masujiro omura won through the hard work of many of the forces there , of which the kiheitai army was the foresmost ; oshima-guchi and kokura-guchi were also won by means of sudden attacks oby shinsakau takasugi , and the force of shogunate suffered a crushing defeat . saigo , who was in kagoshima , drafted a petition against the punitive re-expedition to choshu , and made them submit to the document on july 9 , which stipulated that the lord of the domain can refuse to send soldiers . however , because shogun iemochi tokugawa had died due to illness in osaka castle on july 30 , and due to the defeat at kokura-guchi on august 1 , the shogunate was delayed while mourning him , he issued an imperial order of cease-fire to the imperial court to buy time necessary to deal with the problems of being defeated and shogun iemitsu 's demise . the shogunate carried shogun iemitsu 's ashes by the edo sea route , and promulgated an imperial order by which the military was dissolved , and ended batte with the demise of emperor takaaki on december 25th . at this time , saigo 's heir , torataro was born on july 12 , and saigo was granted the title of ometsuke , rikugun-kakari ( department of the army ) and attendant at the chief retainer 's office . he returned the title of ometsuke . in the beginning of march , 1867 , starting with shinpachi murata and shintaro nakamura he campaigned at domain of omura and domain of hirado . on march 25 , obeying orders from hisamitsu , saigo went to kyoto with seven hundred the picked soldiers ( from the first to 6th joka command groups ) . in may , he prepared the shiko-kaigi ( the four major lords ' meeting ) , which was held at the residence of the domain of satuma , and the residence of the domain of tosa in kyoto . he visited aritomo yamagata on june 15th , and told him of the resolution to overthrow the tokugawa shogunate first time . on the 16th , saigo , tatewaki komatsu , toshimichi okubo , masaharu ichiji , aritomo yamagata and yajiro shinagawa pledged to form the satsuma-choshu alliance once more . after that , he sent shohei imuta , kyunosuke masumitsu , sozo sagara and others to the city of edo to commit subversive acts ( the intention was to upset the people using acts of arson and robbery in edo and the neighborhood ) , and provoked the shogunate . on the 22nd , saigo gathered together with ryoma sakamoto , shojiro goto and takachika fukuoka and formed the satsudo meiyaku ( the alliance with satsuma and tosa ) . on september 7th , uzuhiko shimazu , who was the third son of hisamitsu , arrived in osaka with about one thousand soldiers . on september 9th , saigo asked permission to postpone raising an army , because goto came to visit and submitted a petition to transfer the power back to the emperor , which was based on ryoma sakamoto 's idea , and though he was denied permission , he later received . shogun yoshinobu tokunaga , who read the petition from the domain of tosa ( former lord of domain yodo yamauchi ) submitted joso ( memorial to the throne ) of returning political power to the emperor to imperial court . the 14th witnessed many events , namely the secret imperial command against the shogunate army , the issuance of the order to assassinate aizu and kuwana , and the submission of the acknowledgement of this order to saigo , okubo , shinagawa and others ( the acknowledgement of the order was signed by takeo ( kichinosuke ) saigo . on 15th , the imperially sanctioned report to return political power to the emperor was submitted by imperial court . saigo , who brought a secret imperial command , put together the report of the domain which worked with hisatake katsura and others , on november 13 , he obeyed the lord of the domain tadayoshi shimazu and left kagoshima with three thousand soldiers . on the way , he changed departure date of the soldiers with choshu , then he left mitajiri , and arrived osaka on 20th , and to kyoto on 23rd . about seven hundred choshu soldiers landed at settsu uchidehama on 29th , then moved to nishinomiya . also at that time , the domain of geishu decided to send the soldiers . saigo was made to start maneuvering with regard to the issue of the oseifukko no daigorei ( imperial court 's declaration of restoration of monarchy ) while negotiating to send soldiers to other domains . on december 9th , marching orders were issued to the guard of the imperial court of satuma , and as a result the four armies of the domain aki , owari , echizen , and aizu , kuwanahama changed to guard the imperial court , then the seifukko no daigorei ( imperial court 's declaration of restoration of monarchy ) was promulgated . january 3 , 1868 , the former shogunate army of osaka set out to kyoto , the spearhead convoy of the shogunate and garrison of saccho had an encounter each other , and the battles of toba and fushimi started . saigo confirmed that circumstances surrounding the were becoming advantageous after inspecting the fushimi battle line on 3rd , and the yawata battle line on 5th . on the 6th , yosninobu tokugawa escaped from osaka castle with councilor katamori matsudaira , and gaikoku-bugyo sadaaki matsudaira , and a few others , and got on the kaiyo warship and left for edo . the new government issued the decree to find and kill yoshinobu on the 7th , and on the 9th , imperial prince taruhito , arisugawa-no-miya was appointed to tosei-daitokufu , and was allowed to take command of tokai , higashiyama and the three roads of hokuriku to work for togoku-keiryaku ( the government of the eastern countries ) . saigo was appointed the satsuma group 's sashihiki commander of the tokaido spearhead army on february 12th , and he was appointed the shimo-sanbo staff of tosei-daitokufu ( kuge was the appointed staff officer , the office of shimo-sanbo was the actual staff officer ) , then left first with the spearhead army ( hanjiro nakamura , who was the ichiban-shotai taicho ( commander of the first platoon ) , shinpachi murata , who was the niban-shotai taicho ( commander of the second platoon ) , and kunimoto shinohara , who was the sanban-shotai taicho ( commander of the third platoon ) , and they occupied an important part of the hakone town of tokaido . after occupation , he moved the headquarters to mishima , then returned to shizuoka city . on march 9 , he had an interview with tesshu yamaoka , who was an envoy of yoshinobu tokugawa , and showed an action draft of tokugawa , seven articles . after that , he received a command to carry out an all-out assault of edo on march 15 , then left shizuoka , and arrived at edo on 11th , and joined the rest of the army at the army headquarters of ikegami honmon-ji temple . on march 13 , 14 , he had an interview with kaishu katsu , and had negotiated the bloodless surrender of edo castle . at that time , england was " against the all-out assault of edo " because they were " a supporter of the domain of satsuma " and was afraid of trading trouble with japan , thus , the ' bloodless surrender of edo castle ' became the fixed plan of the new government . he received an action draft of tokugawa from katsu upon his second meeting at hashimoto-ya , he ordered tokaido army and higashiyama-do army to discontinue the all-out assault , then he left edo and went to shizuoka ; on the 12th , he showed the winning plan with daitokufu-imperial prince arisugawanomiya taruhito as his audience , and also got the approval of the imperial court after deliberation . saigo returned to edo , and on april 4 , he marched into edo castle with imperial envoy saneyana hashimoto , and announced the document from the emperor to yoshiyori tokugawa , and on april 11 , edo castle was surrendered . saigo destroyed the edo shogunate , and he tried have ' tohoku war ' with north government , which was established with domain of sendai ( date clan ) as a leader . the new government of the " west regime " and the north government of the " north regime " were in effect , " the nanboku war . " it would have been possible to revert to " the period of the northern and southern courts " again in japan if ' tohoku war ' were extended . in the beginning of may , he was concerned about what the army should do first , the abolition of shogitai in ueno or the fierce battle of ou-shirakawa castle , and he was depended upon to secure edo for the other domain , and try to support shirakawa with direct soldier of satsuma , but he took attack ueno first because of masujiro omori 's opposition . in may 15 , ueno war broke out , and he commanded the assult of the front gate , kuromonguchi , and stormed it . at the end of may , he sailed from edo . he reported the state of the war in kyoto , and on june 9 , he left kyoto followed by load of domain tadayoshi , and returned to kagoshima on 14th . around this time , he was deteriorated and he treated himself in hinatayama onsen hot spring . saigo was asked to take command because the war was not progressin well , and on july 23 he was appointed the sosasihiki commander of the satsuma domain army going to hokuriku , and on august 2 , he sailed from kagoshima and arrived at kashiwazaki , echigo province on 10th . on the 14th , right after his arrival , he heard of his brother yoshijiro 's death , which resulted from wounds received at the battle at ikarashi , niigata city . he did not go to headquarters of hokurikudo ( shibata city ) because of his position , which was to command the domain , but shimo-sanbo staff , kioytaka kuroda and aritomo yamagata came to visit saigo sometimes . after the domain of shonai , the domain of sendai and the domain of aizu capitulated , and the domain of shonai that won the all battles against the new government 's army also capitulated on september 27 , and the ' tohoku war ' ended with the victory of the new government . at that time , saigo gave instructions to kuroda and gave a lenient entrustment to the domain of shonai . after that , he left shonai , and returned to kagoshima through edo at the beginning of november , kyoto and osaka , and treated himself to the hinatayama onsen hot spring . on february 25 , 1869 , because load of domain tadayoshi himself came to hinatayama onsen ( a hot spring ) and requested it , on 26th he returned to kagoshima and became a sansei ( a job entailing participation in national administration ) and ichidai-yoriai ( personal-to-a person family rank ) . after that , he worked energetically for redivision of the domain duties ( to divide the domain duties and the domestic economy , to change the government building of the domain to chiseisho prefecture government , to move the domestic economy services to the interior ministry , to stop the prerogative for sept and main retainers , and a jiao ( officer ) who is appointed by the domain as an administrator ) , and reorganized the division of soldiers ( i.e. the creation of the jobutai ( regular army ) ) , finally , he tried to of complaint of samurai in the lower grade who contributed at boshin war . because the fields had been mutaka , or barren , since 1862 , he was exiled to oki-no-erabujima island island and made to forfeit the chigyo fief ( thus , he received only the salary of a lowest ranking retainer ) but , he was reinstated and became takamochi ( farmer resisted in kenchi book ) on march . on may 1st , he sailed from kagoshima with some soldiers of the domain to assist in the hakodate war as the sosasihiki commander . on the way , he received permission to travel to tokyo , and arrived in hakodate on may 25th , but , hakodate and goryokaku castle had already reopened on the 18th , the war was already finished ( this was the end of boshin war ) . on the way back , when he stopped in tokyo and received 2000 goku ( a crop yield measurement ) as shotenroku and eiseiroku ( premiums ) for his contribution to the restoration of monarchy in june 2 . at that time , he was ordered to stay there , but he refused and returned to kagoshima . in june , he purchased land for a house in take-mura , kagoshima-gun . he received the rank of shosanmi ( senior third rank ) on september 26 . he wrote a draft of an order to return which named by load of domain in december , and he used the name takamori for the first time at this time . on january 18 , 1870 , he resigned from his position in the government and became an advisor , and in july 3 , he resigned his position as advisor and became a shitsumu-yuaku , but he was appointed the daisanji ( second to a governor ) of the domain of kagoshima by the dajokan ( the grand council of state ) ( the date of announcement was in august ) . on february 13th , 1870 , saigo went to the domain of choshu with shinpachi murata , iwao oyama and shiro ikegami ( a feudal retainer of satsuma ) , and inspected the chaotic situation of the kiheitai troops , and declining the request of support from the kiheitai army , he visited governor of the domain hiroatsu mori , then returned to kagoshima . on july 27 of that same year , the feudal retainer of kagoshima and member of the shugi-in , yasutake yokoyama , ( the truel older brother of arinori mori ) threw the kangensho ( a document containing advice to the highly ranked people ) that criticized the times to the gate of the dajokan-seiin ( chief of grand council of state ) and committed suicide with his sword . saigo was shocked about that , and he was concerned about distancing the people due to the extravagance of the officers of the new government , and that the satsuma citizens might develop bad habits as a result , and therefore he sent ikegami to tokyo to bring back only the thoughtful soldiers and officers from satsuma back to kagoshima . in december , the imperial envoy tomomi iwakura and vice envoy toshimichi okubo were sent to kagoshima by the government , which sensed a crisis and urged saigo to serve them , and they negotiated with saigo to that end , but ran into difficulties , and finally persuaded judo saigo , who had come home after inspection of western countries , to come to kyoto due to the political turmoil . in january 3 , 1871 , saigo and okubo sailed from tokyo with ikegami with a ' draft of reinventing government . ' saigo and okubo visited kido and had a meeting there on the 8th . saigo , okubo , kido and ikegami sailed from mitajiri to tosa on the 16th . saigo group arrived in tosa and held a conference with the governor of the domain toyonori yamauchi and taisuke itagaki on the 17th . saigo , okubo , kido , itagaki and ikegami arrived in kobe and had a conference with aritomo yamagata , then sailed from osaka to tokyo together on the 22nd . the group arrived in tokyo and had a conference on february 8 , then decided to establish the goshimpei ( army to convoy the emperor ) . after that , he met heihachiro togo on the way to kagoshima with ikegami , and encouraged him to take up scholarship on february 13 , soldiers were called from the domain of kagoshima , the domain of yamaguchi and the domain of kochi because an order was issed to organize the goshimpei , so saigo went to kyoto with four jobitai , or about five thousand soldiers , by tadayoshi 's order , and stayed at former owari domain 's residence , ichigaya , tokyo on april 21 . in addition to the goshimpei , the tosando chindai army ( ishinomaki ) and saikaido chindai army ( kokura ) were created , and with this backdrop of military power , the cabinet started to be reshuffled on june 25 . saigo was appointed to the rank of shosanmi once more . he became the chairman of investigation of systems on july 5 , and received an imperial sanction to entrust of decision-making authority for members . for these reasons , he deliberated on the system of the new bureaucracy , personnel changes in the cabinet , and on the abolition of clans and establishment of prefectures , and he also held discussions with okubo and kido both officially and privately , and issued an imperial prescript of the abolition of clans and the establishment of prefectures that was approved by the imperial court on the 14th . during this time , he established the system of the new bureaucracy and made personnel changes in the cabinet one by one , and around july 29 , the members were as below ( but the posts of udaijin ( minister of the right ) of the gaimukyo ( chief of foreign ministry ) iwakura were not filled until the middle of october ) . the grand minister of state ( sanetomi sanjo ) udaijin and gaimukyo ( chief of foreign ministry ) , ( tomomi iwakura ) councilor ( takamori saigo , takayoshi kido , taisuke itagaki , shigenobu okuma ) okurakyo ( chief of the ministry of finance ) ( toshimichi okubo ) monbukyo ( chief of the ministry of education ) ( takato oki ) hobu-taifu ( a post in the ministry of military ) ( aritomo yamagata ) okura-taifu ( a post in the ministry of finance ) ( kaoru inoue ) monbu-taifu ( a post in the ministry of education ) ( shinpei eto ) kobu-taifu ( a post in the ministry of works ) ( shojiro goto ) shiho-taifu ( a post in the ministry of justice ) ( takayuki sasaki ) kudai-taifu ( a post in the imperial household ministry ) ( hirofusa madenokoji ) gaimu-taifu ( a post in the foreign ministry ) ( munenori terashima ) the reorganization was carried out as follows : soldiers were supplied as goshimpei to each load of domain , and then suddenly clans were abolished and prefectures were established ; thus , it was similar to sneak attack . on november 12 , 1871 , sanjo and saigo were entrusted with the duty of rusu-naikaku ( the acting cabinet while the heads of government are away ) , because a group of ambassadors , namely the ambassador who is the ambassador extraordinary and plenipotentiary tomomi iwakura , vice ambassadors takayoshi kido , toshimichi okubo , hirobumi ito and naoyoshi yamaguchi went to europe and the north america for revision of a treaty ( kunai-taijo ( a post in the imperial household ministry ) , and shinpachi murata was one of the attendant ) . saigo and others kept maintaining the reform of the system of bureaucracy from 1871 , the system of military , and also system of police , in february 1872 , they abolished the ministry of hyobu and installed the ministry of war and ministry of the navy , and in march the goshimpei was abolished and installed guardee . from may to july , he attended processions in kansai , chugoku , saigoku for the emperor . on the way home from kagoshima , where he had been visiting the emperor , he heard of the complicated discussion of guardee , and hurried to kyoto to settle the problem , and he was appointed to be the marshal of the army , and concurrently sangi councilor in july 29 . at that time , konoe-totoku ( the regulator of konoefu ) aritomo yamagata resigned due to high expenses relating to military affairs , and his brother judo saigo was discharged from fuku konoe-totoku ( vice regulator of konoefu ) to take control of saccho . in may 1873 , the position of marshal was abolished along with the conscription ordinance being effected , saigo became a general in the army , and was concurrently sangi councilor . however , after departure for the iwakura mission in november 1871 , to iwakura returned to japan in september 1873 , and saigo organized the rusu-naikaku and the policies below were enacted . integration and abolishment of prefectures established the ministry of war and the ministry of the navy establishment of an educational system promulgation of regulation of the national bank use of the solar calendar decree of conscription ordinance abolition of the bulletin board banning christianity decree of regulation of the land-tax reform in korea trouble arose ( at the time korea was ruled by the yi dynasty ) in that korea under the yi dynasty refused the sovereign 's message for restoration of the government in 1868 ; however , neither the acceptance of the sovereign 's message nor the conclusion of the problem of the treaty of amity with korea progressed when the rusu-naikaku was in power . thus , it was necessary to know why they were not progressing and how to counteract that , so saigo , taisuke itagaki and taneomi soejima sent shiro ikegami , seikan takeichi , and chuhei sakaki to manchuria to spy on qing , russia and korea so they could better understand this ( volume 7 of tadayoshi 's historical data ( the historical data of kagoshima prefecture ) ) on august 15 , 1872 , discord in the government and amongst the executives regarding the problem in korea in 1873 began after shigeru moriyama , who held the rank of gaimu-shoki , returned from busan , and the yi dynasty korea insulted the ambassador after refusing the japanese sovereign 's message , so he reported that it would be necessary to either decide to evacuate from korea , or to conclude the conclusion problem of treaty of amity by force , and kagenori ueno with gaimu-sho title submitted these reports to the ministry as a bill . this bill was discussed by seven councilors starting on june 12 . at first itagaki asserted in the bill that the conclusion of the problem of the treaty of amity ( a machination to subdue korea ) should be done by force , but contrary to this saigo asserted that he would become an ambassador plenipotentiary with antecedent costume , and not use force ( kenkan taishi-ron ( theory in which an ambassador is sent to korea ) ) . itagaki and fukushima of gaimukyo were initially opposed to the method and to the selection of saigo , but they to saigo 's plan after talking together many times in beginning of august . it was agreed to dispatch saigo with sanjo on the 16th , and approved by cabinet meeting on the 17th . but when sanjo reported to the emperor , he received an imperial prescript saying ' wait until tomomi iwakura returns from korea , and meet with him , and then report to me ' so the announcement had to wait until iwakura 's return . up to that point , saigo , itagaki and fukushima had thought to advance the situation by sending an ambassador . but , after iwakura returned in september , takayoshi kido and toshimichi okubo , who returned from time abroad , began to espouse the theory of priority of domestic security . the problem of whether to dispatch an ambassador could not be decided at the cabinet meeting that okubo and others went to on september 14 , and they decided to send saigo at the second cabinet meeting on the 15th . but , the councilors kido , okubo , okuma and oki who were against the decision submitted resignation , and the situation was result in the udaijin iwakura also announced the resignation . sanjo who was apprehensive about it , suddenly became ill on the night of the 18th , so iwakura became the acting grand minister of state . then saigo , itagaki , fukushima and eto visited the residence of iwakura to ask for the approbation of joso ( memorial to the throne ) , which was the decision of cabinet meeting , but iwakura did not approve of it . saigo resigned as general of the army , and as concurrent sangi councilor , and as konoe-totoku on september 23 , and announced that he would return these ranks , but iwakura , who finished maneuvering in the imperial court , submitted an opinion document for the indefinite postponement of dispatching saigo separetely from a decision of the imperial court . the next day , on the 24th , saigo resigned because the emperor accepted the opinion document from iwakura , and approved the indefinite postponement of sending saigo . at the time , saigo 's resignation of the position of councilor and konoe-totoku was approved , but his resignation of the title of full general was not approved , nor was he allowed to return that rank ( based on this failure to receive approval , iwakura , kido and okubo had plans to restore saigo and the supporters of those in favor of sending an ambassador to korea return to government ) . the next day , on the 25th , otagaki , fukushima , goto and eto resigned as councilors . many other sided with those who resigned , and yuzo hayashi of seikanron and kenkan taishi-ha ( supporters for sending both an army and ambassadors to korea ) , toshiaki kirino , kunimoto shinohara , gumpei fuchibe , shuichiro kono and jurota hemmi , and about 600 other politicians , soldiers and governors resigned one after another . during these extensive resignations , shinpachi murata and shiro ikegami , who returned late , also resigned ( the political change of 1873 ) at the time , issei maehara ( who was appointed the successor of masujiro omura , the hobu-taifu , who had resigned earlier because he was doubtful of the sufficiency of his ability ) sent a letter to the grand minister of state , sanetomi sanjo saying ' saigo should be reassigned to his work of attempting the harmonization of satsuma and choshu . if not , there will be some debates about wise lost ' , because he was concerned about the future of the meiji government . saigo , who resigned , returned to kagoshima on november 10 , 1873 , had spent most of time since then at home in takemura . when he went hunting and rested at unagi onsen hot spring in yamakawa , but on march 1 , 1874 , shimpei eto , who was defeated in the saga-no-ran war , came to visit him , and the next day he saw eto to ibusuki ( eto had been arrested in tosa ) . before that , the conquest of taiwan has been decided in a cabinet meeting in february . kido resigned councilor due to this conquest , and saigo was also against it . but in april , he received a request from judo saigo , who was totoku governor general and the younger brother of saigo , who had been in the taiwan conquest force , and reluctantly agreed to recruiment from kagoshima , and sent about eight hundred soldiers to nagasaki . since soldiers and the keri police officers who resigned along with saigo returned to the prefecture one after another in 1873 , kagoshima became filled with many unemployed hot-blooded men and young men who were inspired by them ( a situation that continued after a private school was established , the details of which are in " the diary of before and after seinan-eki ( seinan war ) " ) . and because the young men and other men who were in their prime might go astray , saigo was asked to volunteer to lead them , then got help from tsunayoshi oyama with kenrei in japan , kenrei 2 , and the private school was established at the former remains of a stable around in june 1784 ( " oyama , kenrei ( government general ) and shigakko " ) . according to this essay , the school started around december , which seems probable . the private school established branch schools in each town under the prefectures , which were the gun army school that kunimoto shinohata supervised , the bombardment army that shinpachi murata supervised , and the army cadet school ( shoten school ) that murata supervised . and the other is the yoshino-kaikonsha school ( kyu-rikugun kyododan seito ( students of former imperial army 's school ) ) , which toshiaki kirino lead and kyuji nagayama and shosuke hirano supervised , and it was established in the wasteland that was secured by negotiation between saigo and kenrei oyama on april 1875 . saigo was relaxing at home or went hunting and rest at hot spring most of the time from 1875 to 1876 . the private school was maintained under saigo 's influence , and the sophisticated men of shigakko started to have great influence in the prefecture , and then kenrei tsunayoshi oyama could not maintain prefectural politics smoothly without their cooperation , so oyama employed the these erudite men of shigakko as the officers of prefecture or police officers , and asked saigo to recommend a ward mayor and a deputy mayor of the ward on novenber 1875 and april 1876 . in this way , beppu , henmi , kono and sokuro ogura ( the older brother of heihachiro togo ) became ward mayors and the shigakko party controlled politics in the prefecture , thus the government considered the prefecture of kagoshima to be controlled by the shigakko party , and it became mostly independent . the decree banning the wearing of swords was issued in march 1876 , and after the kinroku-kosai shosho jorei ( regulation for the security of the kinroku government ) was established in august , many of the shigakko party , which came from the warrior class , and their relatives ( who were made to be warriors for generations by the conscription ordinance ) were indignant that the prerogatives of the warrior class , that is , being able to wear a sword and the chigyochi fief were taken from them . the kamikaze ren-no-ran war of the warrior class of kumamoto prefecture , the akitsuki-no-ran war from the warrior class of fukushima prefecture , and ogi-no-ran war were also divested of their prerogatives on october 24 . saigo heard about the movement to rise up and go into action at nitto hot spring in november . he faced the action from seiichi maehara and others as if they were pleasant things . he said things like , " if i returned , the young men might become impatient , so i will stay in this hot spring . " and also " i never revealed what i would do in the past , so if i were to reveal my future actions now , it would surprise everyone . " the letter in which wrote those things was given to hisatake katsura , and announced that he was waiting for the time to ' make a decision . ' it is unclear whether the phrase ' make a decision ' was meant to refer to raising an army in the country , or to the russia problem with which saigo was concerned most at that time . on the other hand , the government was worried that a rebellion of the warrior class of the prefecture of kagoshima might occur between the end of that year and january . the gun powder and explosives in kagoshima prefecture were carried away from the powder magazine ( also known as an explosives magazine ) by ship one after another . toshiyoshi kawaji of daikeishi ( head of the police department ) twenty-four patrol officers , and others , on the pretext of returning for the purpose of searching for information in the prefecture , were sent to kagoshima to bring about a collapse of shigakko , as well as the estrangement of saigo and the shigakko . the following measures were taken . ragarding this , the shigakko strongly believed that the jurisdiction of the gun powder and explosives had already moved to the military by the time the ministry of war and the ministry of the navy were established , and in spite of the fact that the military had the authority to remove the munitions , it had originally been purchased and made by contributions from former feudal retainers , and these were members of the warrior class of the prefecture of kagoshima for use in emergencies . many patrol officers were suspicious as well and very much wished to know why this was being done . but , at the time , people did not know that toshiyoshi kawaji ordered naoo kawahara to ' inspect ' saigo when the collapse and estrangement did not occur ( also aritomo yamagata said that he misinterpreted ' shisatsu ' to mean ' stab ' instead of ' inspect ' because they have exactly the same reading in japanese . at this time , ' inspection ' also meant ' reconnaissance ' in the words of official documents of the bureaucracy , so ' inspection in manju ' really amounted to reconnaissance of manju by ikegami in 1872 . around january 20 , 1877 , saigo was hunting in konejime on osumi peninsula , and he never dreamed that the students of shigakko would attack the powder magazine . on the other hand , the government thought the rebellion of the warrior class of prefecture of kagoshima was near at hand , and aritomo yamagata issued an order of caution by telegram for kumamoto chindai army on january 28th . on the 29th , because it is dangerous , they announced and pledged that it would be carried out in the daytime , but the gun powder and explosives were carried out from kusamuta magazine of the army to the sekiryu-maru without notice or a sign at night . the students of shigakko were provoked by this , and attacked the gunpowder magazine . on february 1 , his younger brother kohei visited saigo , who was in konejime as an envoy from the executive of shigakko , and he heard that tota taniguchi and naoo nakahara returned to stab saigo , and talked about the attack on the gunpowder magazine made by the students of shigakko . on hearing this , saigo went back to kagoshima , and the number of people who hurry to guard him continued to increase . nakagawa was arrested on the 3rd , and he confessed under torture on the 4th ( and his thumbprint was affixed to a deposition ) . the deposition was reported in " satsunan ketsurui ( bitter tears ) shi ( the history of satsunan , the south part of satsuma ) " and a large conference was held in the main school of shigakko on the 6th , and he decided to go to kyoto with big army to inquire about the crimes to the government the next day ( on the 7th ) , then he announced his decision to go to kyoto to the kenrei , tsunayoshi oyama . on the 9th , during all the uproar , sumiyoshi kawamura came to visit saigo by takaomaru ship , but was unable to meet him . on the same day , tsuna nomura , who was sent by okubo , surrendered himself at a prefectural office , separately from the patrol officers , and the deposition of noguchi is reported in " ( satsunan ketsurui ( bitter tears ) shi ( the history of satsunan , the south part of satsuma ) " . saigo started to think that okubo also agreed to stab him from the deposition . on the 13th , the daitai was reorganized after the new soldiers were recruited and trained , and kunimoto shinohara was elected the ichiban-daitai shikicho ( chief commander of the first battalion ) , sinpachi murata was elected the niban-daitai shikicho ( chief commander of the second battalion ) , yaichiro nagayama was elected the sanban-daitai shikicho ( chief commander of the third battalion ) , toshiaki kirino was elected the yonban-daitai shikicho ( chief commander of the fourth battalion ) , shiro ikegami was elected goban-daitai shikicho ( chief commander of the fifth battalion ) , and kirino held an additional post as the supreme commander . gumpei fuchino became the honei-fu-goeitaicho ( commander of convoy attached with headquarters ) and guarded saigo with a sniper force . beppu organized two extra battalions in kajiki , and became the leader thereof ( later , the two battalions became the sixth battalion and the seventh battalion , but both had only half the number of members of a regal battalion and also their equipments was inferior . ) the next day , on the 14th , the drill court that was located next to the main school of shigakko ( a former farm that was located next to the former stable of shigakko ) . it is often described as ishiki drill court , which is like " tobu-ga-gotoku ( like flying ) , " but this is incorrect . the military parade for seiki-daitai military battalion was held by saigo in " regarding the a ' drill court ' for the satsuma army 's departure for the front in the seinan war . " the first battalion left from kagoshima first ( the start of the seinan war ) on the 15th , and saigo left from kagoshima via kajiki and hitoyoshi to kumamoto on the 17th . the battalion of shinsuke beppu arrived at kawajiri on february 20 . they encountered the reconnaissance troops of kumamoto chindai army , then left kumamoto to pursue them . the battalions of the satsuma army arrived one after another , and laid seige to the kumamoto chindai and fought on the 21st . they waged a full assault on kumamoto castle starting on the morning of the 22nd . saigo arrived at yotsugi-no-miya shrine in the afternoon . he heard that part of the governmental army had gone to ueki , then the platoon of sansuke murata and naoji ito was sent to ueki , and they captured the army flag of the fourteenth regiment , which was lead by shokuro iwakiri and maresuke nogi of the army of ito . on the other hand , it was thought to be difficult to capture kumamoto castle with an assault such as the one that was being carried out , because kumamoto castle was a solid castle . at night they moved the heaquarters to honjo , and while they were bickering about the military meeting , the seiki-ryodan official brigade of the government army started to move to south . the plan of shinohara that all army attack the castle was chosen at the military meeting at first , but they had been laying seige to kumamoto castle for a time by the next military meeting , and decided that the part of them should attack okura suddenly , so shiro ikegami left with several platoons on the 23rd , but they encountered the governmental army , which was moving south at tahara , takase and ueki , and the blitz tactics failed . after that , he had to deal with the situation that the southern government army and government army were suspected to have landed , and the kumamoto chindai , thus , he left the seige of kumamoto castle to ikegami and had yaichiro nagayama control the shoreline , and sent the shotai platoon separately with kunitomo shinohara ( rokka-shotai platoon ) to tahara , meanwhile murata and beppu ( goka-shotai platoon ) were at kitome , and kirino ( sanka-shotai platoon ) was at yamaga , thus they tried to attack the government army from both sides and capture takase . whether in victory or defeat , all adhered to the front . the battle over tahara , which started from march 1 , ( taburazaka and kichiji , etc ) was a fierce battle that divided this war , and dauntless soldiers like kunitomo shinohara died in the war one after another . they even protected taharazaka with sacrifices like that , but , during a soldier exchange , the government army saw an opening and occupied taharazaka . there were many reasons for their defeat in this battle , but the main problem was that their guns and rifles were outdated , and the amount of gunpowder , bullets and cannonballs they had was insufficient , and also the military supplies like food was extremely lacking . these were the weaknesses of satsu-gun in the sainen war . they withdrew from the direction of tahara , and while protecting their flank , nagayama , who had failed his objectives with the back army of the government that had landed , was censured himself and committed suicide with his sword , and also ikegami failed at the battle of anseibashi-guchi on april 8 , and upon being allowed to communicate with the back army and chindai , the satsu-gun was like an attacked both in front and rear . they were forced to break the seige of kumamoto castle and withdraw to kiyama to escape these difficulties on the 14th . meanwhile , the headquarters was moved from honio to nihongi on march 16 , and moved again to kiyama on april 21 , and hongo also moved therewith , but he was not a leader in the battle directly , so he decided to stay at the three countries of satsuma , osumi and hyuga province on april 15 , and except for that one day , there was no record of his work being outstanding . satsu-gun was reorganized from a battalion to a company , and once the name of the company was renewed , they went over shiba and moved to hitoyoshi , which they established as the new base . toshiaki kirino arrived in eshiro on april 27 , the day after them , then the next day , on the 28th , an army meeting was held to set the department for each company , and arranged them at each place , day by day . after that , they established the base at hitoyoshi , and they faced the government army from their base , but they were hopelessly outnumbered , and were pushed back by the government army little by little , and then hitoyoshi also fell into danger . ok saigo was guarded by shiro ikegami and arrived at the army office ( the government branch office of miyazaki ) where toshiaki kirino was based on may 31 . this office was the new headquarters . a lot of military currency ( saigo-satsu bill ) was made on the order of kirino to rebuild the finances of satsu-gun . on june 17 , shinpachi murata who stayed at hitoyoshi supported kobayashi , and he directed shinbutai army , hachiku-tai troop , and the march convoy , which was about one thousand of soldiers , and they repeatedly skirmished with the government army across sendai-gawa river about for a month . on july 10 , the government army attempted an all-out assault on kakuto and iino , then they tried to hold that position but they could not , so they withdrew in the direction of kogen-roku and nojiri . the government army took kobayashi on the 11th . hachiro horiyo , who was in the direction of nobeoka , had fierce battle with the government army with one thousand satsu soldiers to retake kogen-roku on the 17th and 21st , but they lost again and withdrew to shonai and tanigashira . on the 24th , murata had a fierce battle with rokka-ryodan brigade of the government army , but the difference in soldiers therebetween was difficult to overcome , then they also suffered a crushing defeat in the battle and withdrew to miyazaki ( the battle of miyakonojo ) . on the 31st , kirino and murata directed the army and fought in miyazaki , but they lost again , and satsu-gun withdrew to hirose and sadowara ( the battle of miyazaki ) . in august 1 , the government army occupied miyazaki because satsu-gun lost at sadowara . saigo , who withdrew from miyazaki , arrived in onuki-mura , nobeoka on the 2nd , and stayed there until the 9th . takanabe failed on the 2nd , then the battle of mimitsu started on the 3rd . at the time , kirino directed hiraiwa , shinpachi murata directed tomitaka-shinmachi , and shiro ikegami stayed in nobeoka and directed the army , but they failed on both the 4th and the 5th . saigo left a message to rally the satsu-gun on the 6th . on the 7th , the gunpowder factory and the hospital were moved to kumada , the new base , as was directed by ikegami . saigo moved to honkoji , mushika to sasakubi , nagai-mura starting on the 10th , and arrived at nagai-mura on the 14th , after that he stayed there ( " daisaigo totsui senki ( war chronicles of the great saigo breaking through the besieging armies ) ) " . in those days , on the 12th , sangun aritomo yamagata made a plan of battle against nobeoka of the government army . the same day toshiaki kirino , shinpachi murata and shiro ikegami came from nagai-mura and made a plan of attack against nobeoka , and they directed it at the main roads , but they failed against the betsudo-daini-ryodan ( the second stand-alone brigade ) , the daisan-ryodan ( the third brigade ) , the daiyon-ryodan ( the fourth brigade ) , the shinsen ryodan brigade and the daiichi-ryodan ( the first brigade ) , and they all retreated from nobeoka and stayed in wada-toge . on august 15 , they formed a position based in wada-toge , and they prepared to have the last big battle of sainan war against government army . early in the morning , saigo took the lead for the first time , and directed the commanders ( kirino , murata , ikegami and beppe ) at the top of wada-togem , but they couldn 't restore nobeoka because they suffered a crushing defeat , and left to nagai village . the government army pursued and surrounded them at nagai . saigo issued a command of dissolution of the army on the 16th , and burned the documents and his full general military uniform . after that , injured persons and soldiers surrendered one by one . he decided to make a decision after they escape to mitai with the rest of the soldiers , then they left nagai village around 10 p.m. on the 17th , and climbed enotake and tried to leave from the their surrounded position . the army attempting to break through was about three to five hundred soldiers , and the first army was lead by shuichioro kono and jurota henmi , the middle army was lead by kirino and murata , and the last army was lead by takehiko nakajima and kiyoshi kijima , and ikegami and beppu led sixty soldiers to guard takamori saigo ( " daisaigo totsui senki ( war chronicles of the great saigo breaking through the besieging armies ) " . murata and ikegami took command of the middle army , and saigo and kirino took charge of the middle army at ' the battles in kyushu in country dialect ' ) . they succeeded in escaping from the forces surrounding them , and traversed the mountains in miyazaki and kagoshima , which took about ten days , and returned to kagoshima . satsuma-gun , which broke through the forces surrounding them , went into kagoshima , and occupied shiroyama ( kagoshima city ) on september 1 . at one time , satsu-gun occupied most of the land under shiroyama castle , but the government army , which landed and deployed thereafter , occupied the area under the castle by the 3rd , and they completed preparations for a siege of shiroyama on the 6th . kazusuke yamanoda and syuichiro kono kept a secret which saved saigo 's life , and called themselves parsons who explained the meaning of raising the army , and visited sumiyoshi kawamura of sangun ( commander of the sangun department of the army ) and they were captured on 19th . saigo issued an exhortation to desperate battle at shiroyama on the 22nd . saigo heard the response from kawamura that yamanoda brought back , and read a letter from sangun yamagata recommending suicide , but he did not reply to the letter on the 23rd . on september 21 at 4 p.m. , the government army carried out an all-out attack , about 40 commanders include saigo , kirino , hisatake katsura , ikeda , ikegami , beppu and jurouta henmi lined up in front of the cove and attacked iwasaki-guchi . jusuke kokubun was the first ( in the " seinan kiden book " it was sokuro ogura ) to pull out his sword and commit suicide . after hisatake katura died of a gunshot wound and others continued to commit suicide with guns , and saigo also shot his crotch and belly in front of the gate of kuno okichi shimazu . saigo thought of shinsuke beppu and said ' shin-don , shin-don , enough , here is good ' and while the commanders dropped to their knees and watched him , and with propriety he dropped on his knees facing the far east and prayed . he finished the bowing the knee from away , and prepared for ritual suicide , beppu shouted ' please forgive me ' and assisted him . he died in his 51 year ( died in 49 years old ) saigo 's head was probably buried in front of the gate of shosuke orita 's due to the fears that someone would take it ( the most reliable theory is it was in front of the gate of orita residence . however , there are many other theories , for example the " seinan kiden book " describes nine theories . ) after witnessing saigo 's death , the remaining officers and soldiers continued their advance on iwasaki-guchi and held up in a fort attached to the shigakko until they committed suicide , killed one another or were killed in battle . at 9 a.m. , after the battle of shiroyama had finished , it rained heavily . after the rain , the inspection of corpse was started in the presence of yamagata of sangun and the leader of the trip at the remains of jokomyo-ji temple . saigo 's corpse was covered with a blanket and put into a wooden container , then buried at remains of jokomyo-ji temple ( the nanshu-jinja shrine , around the present day front guard frame ) . at that time , a wooden burial marker was used instead of a gravestone , because it was a temporary burial . the name on the wooden burial marker was written by michitoshi iwamura ( " seinan war and michitoshi iwamura , kenrei ( government general ) " ) in 1879 , the grave was moved again from the temporary burial grave to the nanshu-bochi cemetery , where it now lies in almost the same place . saigo 's head was discovered after the end of the war , and after the inspection by aritomo yamagata , who took charge of the matter , it was buried with all the proper honors . on february 25th , 1887 , he was deprived of his official rank , as in ' anzaisho tatsu , dai 4 go ( message of provisional palace for gyoko , emperor 's outing , no. 4 ) ' and after his death , he was treated as the commander of the rebel army , and he was conferred the shosanmi rank by the issuance of the constitution of the empire of japan , which pardoned him with amnesty due to the efforts of kiyotaka kuroda and others , and the support of the emperor meiji himself . the emperor of meiji might have liked saigo , because he said ' i did not issue an order to kill saigo ' even after his death . the place of his grave is nansyu cemetery in kagoshima city , kagoshima prefecture . the nanshu-jinja shrine , which takamori saigo was laid in , began in kagoshima city , kagoshima prefecture , and is located sakata city , yamagata prefecture , miyakonojo city , miyazaki prefecture and oki-no-erabujima island , wadomari-cho , kagoshima prefecture . saiakira shimazu saigo 's world view was not only that of the mitogaku school and the kokoku shikan ( historical perspective ) of kokugaku ( study of ancient japanese literature and culture ) , rather his views incorporated contraposition of east asia and european and the north american ideals ; he opened the nation and then made a prosperous country and strong army , and forged the tripartite alliance of japan , qing and korea which was inspired by the ideals of saiakira shimazu . amongst powerful countries , he was especially aware of russia and england . at the time , qing was being invaded by such powerful countries , and he had a vision of the future of east asia that included , first , the three countries complete independence , then , in consideration of the current situation of korea with regard to the sakuho-koku ( countries to confer peerage with a saku paper ) , and then aimed for the tripartite alliance of japan , qing and korea . after this , there would be the success of restoration and the experience of a japan that defended itself against invasion of powerful countries harnessed for the future . but this world view and historical view did not espouse strong leadership in japan compared to the great east asia co-prosperity sphere views held by kanji ishiwara , which came about later . it is not extraneous that saigo 's ideology incorporated a pillar of confucianism . kaishu katsu yukichi fukuzawa ryoma sakamoto ryoma mused about saigo that ' i don 't know how great the man saigo was . he is like a hanging bell , when you hit softly it rings little , and when you hit stronger it sound big . his response gradually adjusts to us . a great man of whom i do not know what to expect . ' toko fujita when i talked with my sensei , it felt like taking clear water into my mind , which lost all cloudiness , then forgetting the way i go home . ' saigo himself said . he was one of the people who inspired him the most , his name appeared in saigo 's book . sanai hashimoto chu his saigo read the " kinshiroku , a book of chinese thought " by chu his after oyura-sodo ( takasaki-kuzure ) , and was strongly inspired by it . in neo-confucianism there is a principle regarding oneself and the world that if you cultivate the mind you can achieve understanding and can rule the world . saigo 's ideology was structured on two pillars , moralsity and chu his , and he believed in the founding principles of neo-confucianism throughout his life . especially the theory of legitimate reasons was a model of saigo 's activity , and he thought that the ancient culture of japan , tradition ( including the emperor ) and morality were these legitimate reasons , and in protecting them from invasion by imperialistic countries , and that he was brought up for that . this is the world view and the view of history that the mitogaku school and kokugaku comprehend as a contraposition of japanse ideals and others ( kokoku shikan ) . that is based on the world view and a view of history that contrasts china and other countries of chu his that changed to the japanese way . " genshi-shiroku ( genshiroku ) , an essay of issai sato , " by issai sato there is a hand-written copy of ' genshi-shiroku ' by saigo , which must have been the most influential book on him , because he brought it everywhere during the seinan war . saigo learned yomeigaku neo-confucianism from moemon ito , although it was just for a short time . he might have been inspired by this study to use the knowledge for the public , because yomeigaku is based on a philosophy of chiko-goitsu ( awareness comes only through practice ) . but , viewing it from the perspective that saigo 's activity was mostly based on the theory of legitimate reasons , his aggressive activity might have been inspired by chu his , but it 's not clear how much he was influenced by it . senan kasuga sean had relationship with senan at the end of the shogunate , in 1871 he sent shinpachi murata to senan 's place and received the twelve regulations of action , then he went to kyoto for reformation of the nation 's politics with it at his side . he also sent his younger brother kohei to senan to study after the meiji era began . it is understood that saigo evaluated senan of yomeigakusha highly ( a scholar of yomeigaku neo-confucianism ) from those , but it 's not clear which parts he had learned as an ideology . seppo kawaguchi he was a chirographer who was in saigo 's favor when he was exiled to oki-no-erabujima island , and he supported the bereaved after his death . in the reminiscences of mitsuru , when he visited saigo 's residence after the seinan war in 1879 , he saw a hand-written note about his favorite book , or " senshin dosatsuki " by heihachiro oshio of the yomeigakusha at end of shogunate , and this let him know how much saigo adored oshio . revere heaven , love people ' every way is in heaven , earth or nature . humans , who act in these ways , should aim to revere heaven . as heaven loves me as well as others equally , it is essential to love others with the heart of loving myself . ' takamori knew that the kikuchi clan was the place of his origin , but , since he did not know which kikuchi clan he was descended from , so he made his genealogy starting after kurobei , which is in the kirokusho ( government agency of lawsuits ) domain . according to a theory of kenichi koshun , the place of origin of the saigo family before kurobei was supposed to be the masumizu-saigo clan . the crest is a chrysanthemum in chrysanthemum leaves . saigo married three times . his first marriage was recommended by his parents , and married he suga ( suga ijuin ) who was an older sister of kanehiro ijuin . but because he was out most of the time since he went to edo as a deputy of the load of domain , she went back her parent 's home and divorced him . his second marriage was when he was living alone at the fusoku house of six seki in tatsugo-mura , he married aikana ( aigana , means aiko ) who was a daughter of saeshi of ryu , who was from important family on the island . when he was thirty-five he had two children , kikujiro on january 2 , 1860 ( of the old calendar ) , ( later mayor of kyoto city ) , and okiku ( later kikuko married a brother of iwao oyama ) in 1862 . these children were treated as children born out of wedlock . at the end of 1861 , when he returned to kagoshima , there was a regulation that he was unable to take a wife on the island , so they divorced . aikana died in 1902 . the ceramic artist takafumi was the fourth son of kikujiro , son of takayasu . his third wife was a daughter of hachiro iwayama , her name was itoko and she was twenty-three years old , and when they married he was 39 years old . he had three children , torataro ( marquis ) , umajiro , and torizo , they took charge of the two children from his ex-wife aikana , kikujiro and okiku . yoshinosuke saigo , a minister of justice of the second reshuffled cabinet in the second sato 's cabinet , was a son of torajiro . incidentally , torajiro married nobu , a daughter of sanenori sonoda who was the brother of yutaka take and koshiro take 's great-grandfather , so they were distantly related . overweight according to tomonosuke takashima , saigo was overweight because he lost a lot of weight when he took refuge at oshima , and almost died en route to oki-no-erabujima island , so the truth might be that he started to gain weight when he was in zashikiro because of lack of exercise at the latter end of his stay on oki-no-erabujima island . also , kagoshima is a place where traditional pig farming from eastern asia was prosperous , and saigo 's favorite was fatty pork that is said to accelerate obesity . he also liked sweets . in 1873 , when he was seikanron , he was treated by a german doctor theodor hoffmann for his obesity . two types of treatments were used . the first treatment is drinking ricinus as a laxative , and the other was exercising . in the latter case , the book of " ikenoue shiro kazo zakki ( notes owned by shiro ikenoue ) " ( shiro ichiki " ishimuro hiko ( data shiro ichiki collected ) " included in the national diet library ) wrote that saigo sensei was out hunting , which was a treatment for obesity , as was written in the letter for shiro ikegami from chuhei sakaki . filaria takamori saigo contracted the parasitic nematode wuchereria bancrofti on oki-no-erabujima island where he was exiled , and he developed elephantiasis as one of the after-effects of his illness . the scrotum was swollen to the size of a person 's head by this affliction . because of that , he couldn 't ride a horse , so he used only a palanquin in his later years . after the sennan war , his enlarged scrotum was used to ensure that the headless body in fact belonged to saigo . however , filaria caused by the wuchereria bancrofti nematode was found throughout japan and mainly in the south of kyushu until relatively recently , so it cannot be confirmed that he contracted the infection in oki-no-erabujima island . in infection tests of army recruits conducted as of 1911 , the infection rate was found to be greater than 4 % among individuals from kagoshima prefecture on kyushu island , with the infection found in as gar north as aomori prefecture . nickname ' saigo-don ' was an expression in kagoshima dialect meaning ' mr. saigo ' ( the local pronunciation is close to ' sego-don ' ) , it not only shows respect for elders , but also includes a friendly connotation . also the expression ' udosah ' means ' great person ' in the dialect of kagoshima . the most respectful way to refer to saigo is nanshu-okina . hypertrophy sensei did not have hypertrophy from the beginning . this is because he was incarcerated in oshima . even when he went to war , he couldn 't ride a horse , because he woud crush them . moreover , when he went on long trips , his inner thighs chafed . indeed , one can imagine the look he must have had on his face when he came home from a long trip , crawled to get on the en ( governor general of kakibe ) and said " ahhh " . he was very fat , and had the ungainly look that people loudly laugh at because no clothes fit well onto his person . ' this was the origin of the nickname of ' u-ton ' , ' udome ' etc . udome ' means ' big eyes ' . saigo had large dark eyes , as is seen in a portraits . when he gazed at people with his big , dark glaring eyes , even a brave and strong man like kirino held his tongue and did not say anything . he also had a menacing look , and people would put their hands down on the tatami mat and avoid his eyes , at least , that is the story was passed down from generation to generation by kikujiro saigo , who was a child born out of wedlock . describing the most characteristic big eyes in satsuma dialect was ' udome ' , and changed to ' udomedon ' , then finally it turned in corrupt form ' u-ton ' . the future of ' shaso storage ' on oki-no-erabujima island . oki-no-erabujima island was a solitary island in the distant ocean , so when the island suffered a natural disaster such as a typhoon or drought they had to recover without assistance . saigo who had known it , wrote a ' prospectus of shaso storage ' to his brother-in-law masateru tushimochi , who was a magiri-yokome ( similar to officer for province ) . the prospectus of shaso storage was started through recommendations of chu his , it recommended storing grain or gold for famine and so on for mutually relief , and in the edo period , ansai yamazaki tried to propagate this system , and it was introduced widely in farming villages . saigo had learnt neo-confucianism since he was young , and also he was a korikata ( tax officer ) , so he was familiar with the system from holding that job . saigo 's ' prospectus of shaso storage ' was put into practice after tsuchimochi became a high ranked officer on oki-no-erabu-jima island in 1870 , and oki-no-erabu shaso storage was built . sasho storage remained in use until it was finally dissolved in 1899 , but a surplus of twenty thousand yen was stored there in the middle meiji period . it helped many people in the island during those days , for example by giving poor people money to save them when they suffer a famine , and also by supporting poor people , establishing a the hospital , and supporting education . when it was dissolved , the surplus was divided to into halves for wadomari-mura and china-mura , and the funds became theirs except for expenses of constructing a monument for saigo , the monument of well-known morality of tsuchimochi , and part went towards expenses for ' nanshu-bunko storage ' . a love of hunting and his hunting dog . saigo liked hunting and fishing ( sunadori ) , and when he had time he enjoyed those activities . fishing with a throwing net was one of the ways to support samurai in the lower grade 's life in satsuma , so had done that since he was young boy . running around the mountain hunting was a treatment for his obesity , so it was his most preferred hobby in his later years . he carried this on even in the midst of the seinan war , so it can be inferred that he was enthralled by it . therefore he treated hunting dog well . when he was living in tokyo , he bred several dogs in his house , so his house went to ruin . evaluation as a machiavellist although he is often evaluated as a person who praticed love of people and revering heaven , he is also evaluate as a machiavellist . he had done many things against morality , like , made the repined masterless samurai use violence in edo city against the shogunate , and punished the sekihotai army , who contributed to government forces , as a nise kangun ( fake government force ) . but he did not take action to promote his own defense or promotion , and later this became a source of saigo 's high personal evaluation . on the other hand , he also never acted on a political stratagem or deception after the restoration . but , as a result this thing was an ironical indirect cause that forced saigo into retired from politics . there are many portraits of leaders in the restoration , such as okubo and others , but saigo told emperor meiji not to have portraits made of him . in fact , no portraits of saigo 's face were made . after his death , many portraits were drawn of saigo 's face , a picture that became foundational ( by edoardo chiossone ) was a composition of around eyes from his brother , judo , and also borrowed features from his cousin , iwao oyama , and it is possible that chiossone never met saigo so the thin face pictured is in fact different from his face . there were many people who remember saigo 's face alive at that time , and no objections were made that the face was especially unlike his , so it is thought that chiossone 's portfolio was basically accurate . however , as recent research shows , in fact saigo 's ear wasn 't the ears with big earlobes which earlobe is hanging down , his ears were the hiramimi ( normal ) ear . some portraits that were drawn after in fact meeting saigo were drawn with hiramimi ears . it is said to be a picture of saigo and emperor meiji in a picture with ryoma sakamoto and kogoro katsura ( taken by guido herman fridolin verbeek a student of chienkan school , in the domain of saga ) existed , but it is very doubtful . even today there are people who would try to sell it at a high price , so it is necessary to be careful . the picture was supposedly taken by guido herman fridolin verbeek in 1866 or 1867 , but the notion that saigo and others who had made achievements serving the country in the meiji restoration got together around that time is historically impossible , and saigo himself was already obese by this point , but in the picture his cheek bones show and he had a normal sized body , so there are many problems with it ; moreover , the picture was distorted by taneomi soejima and guido herman fridolin verbeek , so it is likely to be nothing more than unnamed men of the warrior class in saga , instead those who had achievements serving their country . the statue , which based on a portfolio made by koun takamura ( the dog next to him was sculpted by teiko goto ) , was built in ueno onshi koen park which is located in ueno which is in the taito ward of the tokyo metropolitan area . aisuke kabayama who is son of sukenori kabayma was helping and made effort for his father who was the chairman of construction of statue , he wrote about koun that he had difficulty expressing saigo 's characteristic lips ( lips was very attractive and week of love were staying together ) until the ending although the face of statue was made very good . a wife of saigo 's , itoko , who was invited to the opening , was surprised and said ' my husband didn 't look like that ' ( a theory that claiming that the statues did not in fact look alike stems from this statement ) , and also she said ' he didn 't walk around in a yukata ' in a strong dialect of satsu-gu ( the dialect of satsuma and osumi province ) and she was censured by the people around her . aisuke kabayama had an different than that of itoko ' his appearance was similar to this , but the minute attractiveness and his characteristic lips , which were a one of a kind attractive feature of his , as well as his eyes , face , and shoulder line , were barely expressed ... ' the statue of saigo in ueno is different from the figure that itoko criticized ( the one in which he was walking around with a dress ) , rather , it is an image of him hunting rabbit . this figure , by iwao oyama , might be guessed to be a statue inspired by only the shirt of giuseppe garibaldi , and he suggested that took away saigo 's serious side , showed his true nature without decoration as he went to hunt rabbit in the mountains . the dog with him was a male satsuma-ken dog called ' tsun ' , but when the statue was built she had died , so it was erected modelling after a male dog of kagenori nire , chusho of the navy , empire of japan . on the other hand , the statue , which was erected at shiroyama koen park in kagoshima city by native sculptor terusaku ando , depicted him in his military uniform ( full general ) . the book " saigo takamori , " which was simply an organized biography of takamori saigo that was distributed to elementary students in kagoshima prefecture free in 1970 's , explained that he was not lacking manners , that is , he was not a person who would have gone out to meet people without dressing properly , according to his wife 's word . it 's difficult to imagine it at present , but in a time when statues of the deceased were built to honor them ( which is a western custom ) and many of statues were dressed up and majestic , the statue of saigo was very ordinary , as his achievement was to serve country in the meiji restoration . at the dedication of a bronze statue of his , which was at the place of restoration of saigo 's honor ( who was treated as an enemy of the state ) , there was surprise and disappointment which reflected people 's feelings about the dress of the bronze statues , which was very different from people 's expectation . originally it was planned to build saigo 's statue inside the imperial palace , but they could not ignore all the opposing opinions arising from his having been a choteki ( for having turned on the imperial court ) in the seinan war . in the opinion of iwao oyama above , at a time when there were many politicians who opposed saigo 's opinions , it can be imagined that , based on his rank in the meiji government it was not necessary to make put him in full dress according to the circumstances surrounding the situation . the times changed , and the statue that was erected at shiroyama park in kagoshima prefecture portrays him standing at attention in the full dress of a full general , which is the statue that his wife was originally expected to see from the point of view of the restoration of saigo 's honor . the appearance of the saigo-boshi star saigo remained alive even after the seinan war rumor had it that saigo escaped to china and the continent and still alive after seinan war was spread . there was also a rumor that nicholai ii , in the period of the crown prince of russia , came to japan in 1891 and stopped by kagoshima , and returned to his country with saigo . sanzo tsuda , who went to the front with the army as a noncommissioned officer , and caused the incident of otsu , believed that he had in fact committed an atrocious crime . there is another that he has a descendant in taiwan . takamori saigo , who was younger , received a secret order to conduct reconnaissance in taiwan from saiakira shimazu , the lord of domain of satsuma , so he landed in a small fishing village , nampo-o , so-chin , giran-ken ( nan fang ao , suao township , yilan county ) from north of taiwan , keelung , and he lived there pretending to be ryukyuan . saigo returned to kagoshima a half year later , but a girl who was taking care of him and who had been on intimate terms with him in nampo-o delivered a boy before long . saigo had no more descendants after his grandchildren 's generation . there was one time , when he was little , that he was walking with a water bottle ( another theory has it that it was a soybean curd ) and a mischevious boy surprised him from a hiding place , and saigo , terrified and dropped the water bottle on the ground , but then thereafter he picked up the water bottle as if nothing had happened . he was 182 cm tall , and weighed 114 kg . his blood type was b. he smoked , but he was not a heavy drinker and would become drunk easily . he showed a hedonistic side in his earlier days , and when he was middle aged , he had lovers other than his wife , but he was continent in his latter years . takamori saigo was a supporter of a military system having a warrior class or conscription , and even government officials were divided on this issue , some adopted the former opinion , like tateki tani and koyata torio , and others like tosuke hirata had the latter opinion . as a supporter of the military system of a warrior class , it is proper that , due to the situation involving the introduction of the goshimpei ( army to form a convoy to the emperor ) saigo continued yamagata 's plan of the conscription system after aritomo yamagata lost his position , so it is of concern that saigo himself trusted yamagata , who formed the goshimpei ( army to convoy the emperor ) and konoe , then accepted the effects of the conscription ordinance . incidentally , when introducing the abolition of clans and establishment of prefectures , the person who finally agreed with saigo was yamagata . the year and date of his death was september 24 , 1877 on the gregorian calendar , some researchers who study saigo 's life hold the opinion that the date of his death should be changed from the tempo calendar to the gregorian calendar , and thus to january 23 , 1828 . his favorite foods were the local specialties , especially kurobuta pork , and he preferred it in a dish like modern day stir-fried vegetables with pork , and and also tonkotsu pork ( pork bone ) dishes such as those published in " the local dishes of kagoshima " by descendant of aikana . even now saigo is very popular among people in kagoshima prefecture , and according to a public survey conducted by the japan broadcasting corporation , elders deify him . in the book of character of people in prefecture ' if you speak ill of saigo or kurobuta swine , you will suffer something like the british in incident of namamugi ' +the fujiwara were a noble clan that existed in japan from the ancient period until the early modern period . the clan is believed to have descended from amenokoyane no mikoto , a legendary ancestral deity . families that belonged to the clan used the clan name fujiwara as their family name during the heian period , but from the kamakura period onward they each used their respective family names , such as konoe , takatsukasa , kujo , nijo and ichijo , and therefore used the clan name fujiwara only in official documents . the fujiwara clan was descended from nakatomi no kamatari , who had been awarded an official status title ( called uji-kabane ) ' fujiwara no asomi ' from emperor tenji for his outstanding contributions to taika-no-kaishin ( the taika reform ) . fujiwara is one of the four major family names ( minamoto , taira , to ( or fujiwara ) and tachibana ) , and the fujiwara family , also known as the to clan , was the earliest member of the fujiwara clan . fujiwara , as an official title , was awarded to kamatari upon the approach of death , and after his death , due partly to the fact that nakatomi no kane , the udaijin ( minister of the right ) and head of the nakatomi clan , had been executed in the jinshin no ran war , the kamatari group temporarily faced a serious decline , although they had taken no part in the war . subsequently , the scope of those who were entitled to the title fujiwara no asomi was defined when yakusa no kabane ( the official ranking system ) was established during the reign of emperor tenmu . however , because fujiwara no fuhito was still too young at the time , it is likely that kamatari 's cousin and son-in-law , nakatomi no omimaro , assumed responsibility as the head of the clan in order to govern it as a temporary successor until fuhito was ready to take on the leadership ; additionally , other members of the nakatomi family were permitted to use the title fujiwara no asomi until fuhito was old enough . therefore , when fuhito grew old enough to assume the leadership , the official name of clan members other than fuhito , the rightful successor to kamatari , was changed to the original nakatomi in order to create a system that enabled dajokan ( the grand council of state ) to be governed by the fujiwara clan and jingikan ( the department of worship ) by the nakatomi clan . ( omimaro was appointed as chunagon ( vice-councilor of state ) based on the recommendation of fuhito after omimaro 's official name was changed back to nakatomi , and since his seventh son , onakatomi no kiyomaro , rose to the post of udaijin ( minister of the right ) , his descendants were regarded as being the main branch of the nakatomi clan and were called the onakatomi ( great nakatomi ) clan . ) fujiwara no fuhito , who was recognized as the rightful successor to kamatari , formulated the taiho code in collaboration with shimotsuke no nokomaro , thereby contributing to the establishment of the ritsuryo system ( ancient legal system ) , and also sent his daughter kyushi to emperor monmu 's kokyu ( imperial harem ) . when obitono-oji ( later emperor shomu ) was born , fuhito sent his other daughter , fujiwara no komyoshi ( later empress komyo ) , to the kokyu . it is written in " kofuku-ji engi ( origin of kofuku-ji temple ) " that there are certain matters about fuhito 's birth that haven 't been officially recorded ; meanwhile , it is explicitly stated in okagami , kugyo bunin ( official records of the ancient government ) and sonpi bunmyaku ( ancient family tree charts ) that fuhito was emperor tenchi 's child born out of wedlock . when obitono-oji succeeded to the throne after fuhito 's death , there arose a conflict between the four sons of fuhito ( four fujiwara brothers ) and their opponents led by nagayao , which deepened as time progressed . the nagayao no hen ( the conspiracy of nagayao ) in 729 , which led to his suicide , is believed to have been a conspiracy organized by the four brothers in order to slander and expel nagayao , who had been opposed to their attempt to make komyoshi , their half-sister and the emperor 's wife , the first empress chosen from outside the imperial family . the four fujiwara brothers later split into four families ( nan , hoku , shiki and kyo ) and became the founders of the four fujiwara families . in 731 , each of the four brothers rose to the position of giseikan legislator . this provides evidence to show that the fujiwara clan had control of the bureaucracy not only through its kokyu policy but also through its involvement in the establishment of the ritsuryo system ( legal code ) since fuhito . after the fujiwara four brothers died one after another in 737 due to an epidemic of smallpox , tachibana no moroe , the priest genbo and kibi no makibi attempted to curtail the power of the fujiwara clan , but they were overpowered by fujiwara no nakamaro . tachibana no nakamaro subsequently organized a coup to drive nakamaro out of power , but this coup also failed . of the four fujiwara families , the ceremonial house failed to prosper but the other three families participated in the political affairs of the imperial court , whereby each family tried to overpower the other two . there were times when either the southern or the ceremonial houses prospered , but they both fell into decline during the early heian period as a result of political conflicts and internal rebellions , after which the northern house came to enjoy the greatest prosperity . there are arguments about the rightful successor to the fujiwara clan : some people regard fujiwara no muchimaro , fuhito 's eldest son , as the rightful successor ( the southern house of the fujiwara clan theory ) , while others argue that fujiwara no fusasaki , fuhito 's second son who rose to prominence earlier than his older brother , was the successor ( the northern house of the fujiwara clan theory ) . while it is true that fusasaki was trusted during his life by emperor genmei and emperor shomu and was awarded the same naishin post ( government post ) as his grandfather kamatari , considering the general custom that prohibited the rightful male successor to a high-ranking official from holding an important government post , it is more likely that the southern house was initially the rightful successor of the fujiwara clan . the four families continued to rise and fall , and from the mid-heian period onward the northern house alone came to enjoy prosperity . fujiwara no yoshifusa , the son of fujiwara no fuyutsugu , married into the maternal line of emperor seiwa , becoming the first regent chosen from among imperial subjects . the strategy aimed at driving other clans out of power and strengthening one 's own power through marriage with the imperial family was inherited by fujiwara no mototsune , the adopted son of yoshifusa and a maternal relative of emperor yozei , who acted as regent for the young emperor and as chief adviser to the emperor once he had reached adulthood . from that time until the late edo period , the posts of regent and chief adviser to the emperor were gradually monopolized by this family line of the northern house of the fujiwara clan ( except for the toyotomi clan ) . hidetsugu toyotomi was the only person other than members of the northern house of the fujiwara clan who was appointed to serve as chief adviser to the emperor ( hideyoshi toyotomi was appointed under the name of fujiwara no hideyoshi ) , and there is no example of a person other than members of the five major fujiwara families ( called gosekke ) who was appointed as regent to the emperor . having driven other clans completely out of power by the anna no hen conspiracy in the tenth century , the fujiwara clan reached its peak during the golden age of the rule by sekkan , when fujiwara no michinaga and his son fujiwara no yorimichi held power . however , political rule by retired emperors who did not have marriage relationships with the fujiwara clan started during the late heian period , and as the focus of political activities shifted toward the military rule by the minamoto clan and the taira clan the fujiwara clan gradually fell from power . the descendants of the fujiwara clan split into five different families ( konoe , takatsukasa , kujo , nijo and ichijo ) during the kamakura period , and these five families continued to monopolize the posts of regent and chief adviser to the emperor , exercising their influence within the narrow circle of court nobles ; however , they remained isolated from mainstream politics until the meiji period . in addition to the five major families , there were numerous offshoots and branches of the fujiwara clan , such as the sanjo , saionji , kan in , kazanin , miko hidari , shijo , kajuji , hino and nakamikado families . besides court noble families , various samurai families in turn descended from the descendants of the fujiwara clan , including the utsunomiya clan group , which descended from fujiwara no michikane of the northern house , the nasu clan group , which descended from fujiwara no nagaie of the northern house , and fujiwara no toshihito and fujiwara no hidesato , who descended from fujiwara no uona , the son of fujiwara no fusasaki of the northern house . fujiwara in the contemporary period there is no family with the fujiwara name among the families of former court nobles or feudal lords that belong to the former fujiwara clan . " fujiwara " is no longer used as an official title of a rank but as a family name , and fujiwara families in contemporary japan are unlikely to be related to the historical fujiwara clan . families belonging to the fujiwara clan use their own family names , such as konoe and kujo , instead of the clan name . there were numerous low-ranking samurai families that used fujiwara as the family name even before the edo period . among the members of fujiwara no sumitomo 's group , retainers would often adopt their lords ' family names as a sign of respect . today , it is generally acknowledged that the names of ordinary families that were recorded in the family register compiled during the early meiji period had been inherited from their ancestors , but since no written records are available it is impossible to accurately identify the origins of these names . toeikai toeikai +yoshitane ( or yoshiki ) ashikaga was the tenth seii taishogun ( literally , " great general who subdues the barbarians " ) ( in office from 1490 to 1493 ) of the muromachi bakufu ( japanese feudal government headed by a shogun ) . 1508-1521 yoshitane 's father was yoshimi ashikaga , a younger brother of yoshimasa ashikaga ( the eighth shogun ) , who was also once an adopted heir of yoshimasa , and his mother was shigemasa hino 's daughter ( tomiko hino 's younger sister ) . yoshitane was adopted by yoshimasa and was appointed as the tenth shogun after the latter 's death . however , he came into conflict with the kanrei ( deputy shogun ) masamoto hosokawa , and having been deprived of power and placed under house arrest , he fled to ecchu province . he changed his name to yoshitada in 1498 and then to yoshitane in 1513 . although he later regained his position as the shogun of the muromachi government with the support of yoshioki ouchi , he came into conflict with the new kanrei , takakuni hosokawa , fled kyoto and died in awa . yoshiki ( later yoshitane ) ashikaga was born as a son of yoshimi ashikaga on july 30 , 1466 . in 1489 , after yoshihisa ashikaga , the ninth shogun of the muromachi government , died during his war to conquer takayori rokkaku , yoshiki left the domain of shigeyori toki , where he was hiding , in order to visit the imperial court in kyoto with his father , who had signed a truce with his uncle , yoshimasa ashikaga , was adopted by yoshimasa and appointed by the emperor as the tenth shogun of the muromachi government in 1490 . however , the real political power was in the hands of his father , and after his father died in 1491 , yoshiki tried to gain full control of the government with the support of masanaga hatakeyama , but came into conflict with the kanrei , masamoto hosokawa , and yoshimasa 's widow , tomiko hino . in 1493 , while yoshiki was fighting a battle to conquer yoshitoyo hatakeyama , masamoto hosokawa and tomiko hino conspired to have yoshizumi ashikaga , the son of masatomo ashikaga ( a younger brother of yoshimasa and yoshimi ) , appointed as the new shogun , resulting in yoshiki 's removal ( the meio coup ) . although yoshiki was placed under house arrest , he managed to flee to hojozu in etchu and visited naganobu jinbo , a retainer of masanaga hatakeyama , for support ; accordingly , he was ridiculed as a puppet shogun in ecchu ( ecchu kubo or ecchu gosho ) . in 1499 , believing that peace negotiations with masamoto were being successfully conducted , yoshitada ( yoshiki 's new name ) moved his residence to sadakage asakura 's domain of echizen . however , as negotiations with masamoto resulted in failure , he changed his tactics and , in an attempt to return to kyoto , launched a military attack in collaboration with sadakage asakura and hisanobu ( naoyoshi ) hatakeyama but was defeated in the battle and fled to yoshioki ouchi 's domain in suo . when masamoto hosokawa was assassinated in 1507 , yoshitada plotted to return to the shogunate and , supported by yoshioki ouchi , takakuni hosokawa and several daimyo from western japan and kyushu , he returned to kyoto in april 1508 , deposed yoshizumi and was reappointed as the shogun ( the eisho disturbance ) . he subsequently fought with yoshizumi and his supporters for the position of shogun but since yoshizumi died from disease immediately before the battle of mt . funaokayama in august 1511 , resulting in yoshitada 's victory , yoshitane ( yoshitada 's new name ) was able to secure his position as the shogun . in 1521 , however , he again fled as a result of his conflict with kanryo takakuni hosokawa . takakuni supported yoshizumi 's son yoshiharu ashikaga as the new shogun . meanwhile , yoshitane fled from izumi to awaji province and reorganized his army to fight with takakuni , but lost the battle and died in muya , awa province ( currently , naruto city ) on april 9 , 1523 . he died at the age of 58 . buddhist name : keirinin-ten ganzan-doshun daizenjomon yoshitane 's grave : a buddhist monument was erected in saiko-ji temple in anan city , tokushima prefecture to commemorate yoshitane . there is a mound known as shogun-zuka ( shogun mound ) on the former site of okazaki castle in naruto city , tokushima prefecture , which is believed to be yoshiki 's grave . yoshitane 's portraits : there is a well-known wooden statue , made soon after his death , of yoshitane wearing sokutai ( old ceremonial court dress ) enshrined in reikoden chapel , tojiin temple . statues of fifteen shoguns of the muromachi government are enshrined in banna-ji temple in ashikaga city , tochigi prefecture , including a wooden statue of yoshiki wearing sokutai . the statue of yoshiki at the anan municipal awakubo minzoku shiryokan museum in anan city , tokushima prefecture , was modelled after the statue in banna-ji temple . there are two bronze statues of yoshiki on the hojotsu-bashi bridge in imizu city , toyama prefecture : one wearing hunting clothes and the other wearing armor . there is also a portrait of a person believed to be yoshitane ( or yoshizumi ) ashikaga at the tokyo national museum . there is an anecdote about yoshiki 's period of wandering in the ' story of lord keirinin ' in the " chirizuka monogatari ( tales of chirizuka ) . " in this story , yoshiki , filled with anxiety at the sight of poverty-stricken people , tells the reader that through his own experiences , he has come to feel that those who are engaged in government must always have pity . due to his personal experience of having been deprived of power and wandering from place to place , he was known as the ' wandering kubo ' or the ' kubo in exile . ' in the intoku taiheiki , it is written that when yoshitane fled as a result of his conflict with takakuni hosokawa , a satirical poem ( known as a " kyoka " ) posted on the ship that carried him read : ' oh poor , miserable wandering kubo on a wandering boat off the shore of naruto as if it were his own palace ! ' although yoshitane did not have any sons , he fled to awa accompanied by yoshitsuna , a son of yoshizumi , the former shogun and yoshitane 's opponent , whom he adopted as his son and after yoshitane 's death , yoshitsuna came into conflict with his older brother yoshiharu , who had succeeded to the shogunate , causing another power struggle between the yoshitane faction ( yoshitane , yoshitsuna , yoshihide and yoshisuke ) and the yoshizumi faction ( yoshizumi , yoshiharu , yoshiteru and yoshiaki ) . august 29 , 1487 : yoshitane was awarded the jugoinoge ( junior fifth rank , lower grade ) and was appointed as the sama-no-kami ( chief stabler ) . he sometimes used his old name yoshiki to call himself . july 5 , 1490 : yoshiki was promoted to the jushiinoge ( junior fourth rank , lower grade ) and was appointed a middle captain of the imperial guards . at the same time , he was appointed the seii taishogun ( literally , " great general who subdues the barbarians " ) by the emperor . on the same day , he was also appointed as a sangi ( councillor ) . he continued to remain in his position as a ukone no chujo ( middle captain of the right division of inner palace guards ) . 1498 : he changed his name to yoshitada . 1501 : he resigned from the positions of sseii taishogun and sangi . july 1 , 1508 : he was promoted to the jusanmi ( junior third rank ) and was appointed gon dainagon ( provisional major counselor ) . he was also appointed seii taishogun by the emperor . december 27 , 1508 : he was promoted to the junii ( junior second rank ) . november 9 , 1513 : he renamed himself yoshitane . september 27 , 1519 : he was appointed head of the genji choja ( head of the genji ) and also the betto ( the superior of a temple ) of junnain and shogakuin temples . december 25 , 1521 : he resigned from the position of seii taishogun . april 9 , 1523 : he died . april 8 , 1535 : posthumously awarded the juichii ( junior first rank ) and the post of grand minister of state . chinese characters used in yoshitane 's names character ' zai ' ( 材 ) warlords kichika kitabatake kimune kyogoku character ' in ' ( 尹 ) warlords tadakata hosokawa character ' tane ' ( 稙 ) nobles taneie konoe warlords tanekiyo kasai tanenobu kasai tanetsuna kutsuki ( busho ( japanese military commander ) in the sengoku period ) tanemichi hatano tanenaga hatakeyama tanemune date taneyasu togashi tanekuni hosokawa +sakanoue no tamuramaro was a military officer of the heian period . his name tamuramaro ( 田村麻呂 ) is also written ' 田村麿 . ' he was awarded the shosanmi ( senior third rank ) and was appointed dainagon ( chief councilor of state ) , ukone no daisho ( major captain of the right division of inner palace guards ) and hyobukyo ( minister of hyobusho ministry of military ) . kun-nito ( order of second class ) . he was posthumously awarded the junii ( junior second rank ) . sakanoue no tamuramaro came to notice as an officer in the imperial guards in kyoto and achieved military success as one of the vice shoguns in otomo no otomaro 's army in the war against the ezo people in mutsu province in 793 . he succeeded otomaro as the seii taishogun ( literally , " great general who subdues the barbarians " ) and directed the government army , defeating the ezo army in 801 . he built isawa castle in 802 and shiwa castle in 803 . during the kusuko no hen conspiracy of 810 , tamuramaro prevented emperor heijo 's escape . he was admired as a great warrior throughout the heian period and became a legendary hero in later periods ; before world war ii , michizane sugawara and sakanoue no tamuramaro were regarded as representing , respectively , the best literary and military traditions among the japanese people . sakanoue no tamuramaro 's father was sakanoue no karitamaro of the sakanoue clan , which was celebrated for its military skills , as exemplified by tamuramaro 's grandfather , sakanoue no inukai , and his father karitamaro himself . his wife was miyoshi no takako , kiyotsugu miyoshi 's daughter . his children included sakanoue no ono , sakanoue no hirono , sakanoue no kiyono , sakanoue no masano , shigeno , tsugino , tsuguo , sakanoue no hiro , takao , takaoka , takamichi and haruko . his daughter , sakanoue no haruko , later became a wife of emperor kanmu and mother of prince kadoi . his children , shigeno , tsugino , tsuguo , takao and takaoka appear only in the ' genealogical chart of the sakanoue clan ' ; they are reported to have lived in places away from kyoto , calling themselves by family names ( such as ' goro adachi ( shigeno ) ' ) like samurai in later periods , which means their names may have been added to the chart afterwards . tamuramaro 's descendents lived in kyoto and served as myobo hakase ( teacher of the law in the ritsuryo system ) and kebiishi police officers . tamuramaro was born as the second ( according to the ' genealogical chart of the sakanoue clan ' ) or third ( ' biography of tamuramaro ' ) son of sakanoue no karitamaro in 758 . tamuramaro served as an officer in the imperial guards . from the time of tamuramaro 's youth , there had been a raging war with the ezo people in mutsu province and in 789 , the government army led by ki no kosami was heavily defeated by the ezo army led by aterui . tamuramaro participated in the preparations for the next military expedition , and upon being appointed as a seito fukushi ( vice commander ) to assist otomo no otomaro in 791 , he embarked on the military expedition . there is a brief comment about this expedition in the " ruiju kokushi ( book of history ) " that ' vice commander sakanoue osukune no tamuramaro conquered the ezo army , ' which leads us to believe that tamuramaro was playing a leading part in the expedition as one of the four vice commanders . in 796 , he was appointed mutsu no azechi ( inspector of mutsu ) , mutsu no kami ( the governor of mutsu province ) and chinjufu shogun ( commander-in-chief of the defense of the north ) , all at the same time , to be in full command of the army , and the following year he was also appointed seii taishogun ( literally , " great general who subdues the barbarians " ) . in 801 , he set out on a military expedition , which resulted in his victory against the barbarians ( ezo ) . after briefly returning to kyoto , he went back to mutsu province in order to build izawa castle in the conquered area , accepting the surrender of more than 500 ezo soldiers , including chief commanders aterui and more . although tamuramaro insisted on acquitting the two commanders , his proposal was objected to by court nobles in kyoto and the commanders were executed . in 803 , he built shiwa castle . in 804 , tamuramaro was appointed seii taishogun once again for the third military expedition to mutsu . however , that same year , the expedition was cancelled by emperor kanmu , who accepted fujiwara no otsugu 's argument that military expeditions and the construction work for the new capital were placing an intolerable burden on the people ( great political debate ) . although tamuramaro was no longer able to serve as a military commander , he continued to remain in the post of seii taishogun , which was originally created as an emergency office . he was promoted as a result of his military success and in 805 , he was allowed to serve as a sangi ( councillor ) . he was promoted to chunagon ( vice-councilor of state ) in 806 and to dainagon ( major counselor ) in 810 . in 807 , he was appointed ukone no daisho ( major captain of the right division of inner palace guards ) . tamuramaro is also reported to have constructed kiyomizu-dera temple in kyoto . while the story is generally accepted as a historical fact , there are many different versions and the details remain unclear . when a conflict arose between ex-emperor heijo and emperor saga , tamuramaro was appointed by the ex-emperor as a palace construction officer for the transfer of the capital to heijo . however , during the kusuko no hen conspiracy , tamuramaro supported emperor saga . his son , sakanoue no hirono , was dispatched to omi province in order to block omi barrier , while tamuramaro was ordered to attack the army of the ex-emperor along the minodo road . in this incident , tamuramaro requested and was granted the release of the captured funya no watamaro . although the ex-emperor intended to build an army in the togoku areas east of kyoto , upon being informed in koshita village , soekami-gun , yamato province , that his way was completely blocked , he returned to heijokyo ( nara ) and became a priest . tamuramaru died of illness at the age of 54 on june 21 , 811 . on the day of his death , emperor saga refrained from attending to affairs of state in mourning and composed chinese-style poems in praise of tamuramaro . he was posthumously awarded the junii ( junior second rank ) . an ancient grave in nishinoyama in yamashina ward , kyoto city , is believed to be his . after his death , many stories of tamuramaro were made in areas across japan , developing into legends and legendary figures that were far removed from the historical tamuramaro . in these legends , his name is written in several different ways . legends about tamuramaro are also often amalgamated with those about another celebrated shogun in the heian period , fujiwara no toshihito , with the two sometimes being confused or placed in a father-son relationship . in these legends , tamuramaro is not always a warrior who wages war against barbarians , but a hero who fights off oni ( ogres ) and bandits in various areas . during the kamakura period , another important legend was added to the traditional repertoire , in which tamuramaro fights off the oni of mt . suzuka . in more complex versions , tamuramaro marries akutama , a beautiful oni living in mt . suzuka in ise who practises witchcraft , and with her help , fights against oni leaders named akuro-o or otake-o to drive them off to mutsu ( names and details vary ) . these legends have been collected and reorganized in various forms , such as the storybook " tamurazoshi " , the noh song " tamura " and the joruri ( narrative ballad ) " tamura sandaiki ( story about the three generations of the tamura family ) . " they were also recorded in books published in the edo period , such as the " zen-zen taiheiki " military epic . there are a number of temples that are believed to have been founded by tamuramaro scattered throughout the tohoku region , mainly in iwate and miyagi prefectures . most of the stories about these temples tell how tamuramaro succeeded in fighting off barbarians and oni with the help of certain deities ( such as the deity of mercy ) and how he founded these temples to express his gratitude . legends are found even in areas that are unlikely to have been visited by tamuramaro . except for the legend about kiyomizu-dera temple in kyoto city , most of these legends are probably fictional stories created in later periods . there are also hot springs that are believed to have been discovered by tamuramaro and even stones that tamuramaru is believed to have sat on . in seisui-ji temple in nagano prefecture , there is a helmet crest ( an important cultural property ) that is believed to have been presented by tamuramaro . +fumimaro konoe ( october 12 , 1891 - december 16 , 1945 ) was a japanese politician . he was the fifth president of the kizokuin ( the house of peers ) . he was the 34th , 38th and 39th prime minister of japan . his title was a prince , and he was also the head of the konoe family , the main sekke , or regent , family . fumimaro konoe was born on october 12 , 1891 , the first son between prince atsumaro konoe and en , the third daughter of marquess yoshiyasu maeda of the former domain of kaga , in kojimachi ward , tokyo city ( present-day chiyoda ward ) . however , his mother died of illness when he was young , and atsumaro took en 's younger sister , sada , as his second wife , but fumimaro did not get along with this step-mother , who was also his aunt . his father , atsumaro , was a supporter of pan-asianism and was politically active , involved in the founding of groups such as the east asia common culture society ( toa dobunkai ) . however , in 1904 , atsumaro died at the young age of 41 . fumimaro became a peer and head of the konoe family at the age of 12 , but he also inherited a large amount of debt that his father left . konoe 's somewhat shadowy and rebellious temperament was formed during this period , as he himself later reminisced . he was helped through this difficult time by fellow noble and politician , kinmochi saionji . although it could be said that saionji had been a political opponent of atsumaro , he greatly admired fumimaro 's intelligence and willingly supported him. unsparingly . later , when he attended the paris peace conference as the chief japanese delegate after the first world war , he let konoe accompany him as a secretary . thus , fumimaro was influenced more by saionji 's historical origins of liberalism and its development rather than by his father 's pan-asianism , but in contrast to saionji 's motive of raising his successor fumimaro gradually began to show signs of having no fixed principles and a propensity for being captivated by things that were new with short term goals . in general , children of the nobility went on to attend gakushuin high school after graduating from gakushuin junior high school , but because he was influenced by inazo nitobe , who was the headmaster of daiichi high school , he went on to attend that school instead . after that , he studied philosophy at tokyo imperial university ( renamed the university of tokyo after the war ) , but because he was unsatisfied he transferred to kyoto imperial university ( renamed kyoto university after the war ) school of law in order to study under hajime kawakami , who was quickly becoming committed to marxist economics at the time . in 1914 , while he was a student , he translated oscar wilde 's " the soul of man under socialism " and published it as " theory of socialism " in the third " shin-shicho " magazine . however , the piece was banned , with konoe being summoned by the imperial household ministry and given a serious warning . while at tokyo university , he developed close friendships with children of the nobility such as koichi kido ( later , naidaijin or lord keeper of the privy seal ) and kumao harada ( who later became kimmochi saionji 's secretary ) , both of whom later became active in the political world as members of the ' reformist group of the imperial court . ' in 1916 , when he turned 25 , he became a hereditary member of the house of peers as a prince . in 1918 , he authored an article , ' reject anglo-american-based pacifism ' in " japan and the japanese " magazine . in 1919 , he accompanied japanese delegate , kimmochi saionji , to the paris peace conference , broadening his knowledge . then , in 1927 , he broke away from the old-fashioned study group of his faction and formed the kayokai faction with kido and iesato tokugawa , establishing a political base in the house of peers , and at the same time , he gradually broke away from saionji , becoming a central figure among the house of peers ' reformers . furthermore , in addition to his noble and handsome appearance ( he was quite tall for a japanese of the time ) and the fact that he was from the top-ranking sekke family , he advocated overturning the diplomatic status quo and was popular with the public and was soon being mentioned as a prime minister-in-waiting . in 1933 , he was elected president of the house of peers . immediately after the february 26th incident in 1936 , he received an imperial command to succeed prime minister keisuke okada , but he declined at the time , using his health as an excuse . there are various theories about the true reasons for his refusal , but according to one theory , he might have realized that the government would be difficult to handle following the defeat of the army 's ultranationalist kodaha ( imperial way ) faction in the aizawa incident and the february 26 incident that followed it . in june 1937 , upon the recommendation of the genro ( elder statesman ) saionji , he formed the first konoe 's cabinet , shouldering high expectations from various quarters . immediately after , he dismayed those around him by granting an amnesty to communist party members who had violated the maintenance of public order law and detainees from the february 26 incident , justifying his actions as ' an attempt to reconcile the various opinions within the nation . ' this amnesty theory had been advocated by sadao araki , based on his own theory of national policy , when he was the minister of the army but after the february 26 incident , it began to also imply saving the commissioned officers of the kodoha faction , and because konoe was eager to save jinzaburo mazaki , he had shown signs of empathizing with this even before becoming prime minister . however , saionji had been against the theory ever since araki had begun to advocate it and in the end , the pardon did not take place . on july 7 , the second sino-japanese war ( shina-jihen ) broke out , triggered by the marco polo bridge incident . on july 9 , a policy of nonexpansion was confirmed in the cabinet meeting . on july 11 , the deployment of three divisions of troops from japan was announced in the ' proclamation of troop dispatch to china , ' even though there was an armistice being concluded between colonel kyutaro matsui , head of the secret service in peiping ( beijing ) , and qin dechun , deputy commander of the 29th army . however , at parliament , konoe continued to maintain the ' nonexpansion of the incident . ' on july 17 , the use of over 10 million yen from a reserve fund was approved in the cabinet meeting . on july 26 , even though the army did not request it , the first budget for the sino-japanese war of over 97 million yen was approved in the cabinet meeting , and on july 31 , the second budget for the sino-japanese war of 400 million yen was added . on august 2 , a proposal for a tax increase was announced . during this time , he made a peace overture through song ziwen , and an agreement was reached between konoe and chiang kai-shek . upon receiving a telegraph from the nationalist government requesting a special envoy be sent to nanjing , konoe consulted with minister of the army hajime sugiyama and approved the dispatching of ryusuke miyasaki to shanghai . however , hard-liners within the army , who intercepted the telegraph through the navy , viewed the situation undesirable , so they dispatched the military police , who restrained miyazaki at the port of kobe and sent him back to tokyo . consequently , the anticipated peace initiative faded away . sugiyama , who failed to deal with the people involved or even conduct any investigations , gave the impression of having authorized the incident . to begin with , sugiyama himself was not able to give a clear account and , from this point onward , konoe began to distrust sugiyama . on august 8 , japan and china agreed on an outline of an anti-comintern pact . on august 9 , the battle of shanghai started , provoked by chiang kai-shek . in response to this , on august 13 , the cabinet approved the dispatch of an additional two divisions . on august 15 , the navy launched bombing raids on nanjing , and at the same time , konoe announced ' now is the time to take decisive measures . ' on august 17 , the cabinet approved the abandonment of the nonaggression policy . on september 2 , the cabinet approved changing the official term from ' hokushi-jihen ( sino-japanese war ) ' to ' shina-jihen ( china incident ) ' , and the theater of operations was expanded . on september 10 , a special accounting law of extraordinary military spending was officially announced , the ' shina-jihen ( china incident ) ' was declared a full-scale war , similar to the sino-japanese war , the russo-japanese war and the first world war , and kanji ishiwara , head of operations at staff headquarters and a member of the nonaggression faction was ousted . on december 13 , nanjing was invaded . on january 11 of the following year , 1938 , the imperial conference approved a basic policy for dealing with the sino-japanese war , which involved seeking peace mediated by germany ( trautmann mediation ) . however , the termination of peace negotiations was approved in the cabinet meeting on january 14 , and on january 16 , a proclamation to ' ignore after-the-fact nationalist government ' was announced both inside and outside the nation , ending any opportunities for peace . moreover , wang zhaoming founded his pro-japanese administration , thwarting the personal peace operation of kanji ishiwara . on may 5 , with the enactment of the national mobilization act and the government control of power act and the introduction of wartime economics , japan entered a period of national socialization . the national mobilization act and the government control of power act were both imitations of the soviet union 's first five-year plan . the elementary schools edict that was enacted 3 years later in 1941 , introduced an educational system that mimicked nazi germany 's folks schule ( grand school ) . around this time , konoe successfully ousted sugiyama after laying the groundwork with army staff office general secretary kaninnomiya . toshishiro obata was considered as the successor , but there was concern he would cause friction . therefore , he decided to pick seishiro itagaki , who had the support of the nonaggression faction , and dispatched a civilian , inosuke furuno , as a messenger to itagaki , who was at the frontline in shandong province . since during this cabinet reshuffle , most of those who became cabinet members were ones that the army fringe and the nonaggression faction , including kanji ishiwara , had in mind , it can be considered that there was an intention to suppress the military , but in the end , itagaki was unsuccessful and regarded as a ' puppet . ' konoe also asked kazushige ugaki to be foreign minister , but he failed to adequately support ugaki 's peace overtures . ugaki resigned in september , frustrated about this and also about konoe 's attempt to establish the koain ( the east asia development board ) . in august , he tried to form the dainihon party centered on the shakai-taishu party with hisashi aso as the chief clerk , but abandoned the plan , judging that it was premature . this was the first step towards the taisei-yokusankai ( imperial rule assistance association ) totalitarian party . on november 3rd , he issued his ' new order in east asia ' statement . on january 5 , 1939 , the cabinet members resigned en masse . konoe was succeeded by former chairman of the privy council , kiichiro hiranuma , but with the minister of law ( and minister of communications and transportation ) , the internal minister , the foreign minister , the minister of commerce ( and minister of the colonies ) , the minister of the navy and the minister of the army remaining in office , and konoe himself joining the privy council and becoming a minister without portfolio ) , hiranuma 's cabinet appeared the same as konoe 's with just a different head . when the german-soviet nonaggression pact was concluded on august 23 , hiranuma , who had been seeking an alliance with germany with the goal of preventing communism , was shocked and resigned from the prime minister 's position , leaving the following words of nonsense , ' the whole of europe is messed up beyond all recognition . ' one week later , world war ii started when germany invaded poland , and in response england and france declared war against germany . after hiranuma , nobuyuki abe from the army and mitsumasa yonai from the navy each held office for a short time , and konoe , during this period , focused on adding details to the framework of his new political party . on may 26 , 1940 , he wrote the ' memorandum on forming a new political party ' with koichi kido and yoriyasu arima . again , he aimed to set up a totalitarian party , modeled on the communist party of the soviet union and the national socialist german workers party ( the nazi party ) . on june 24 , he issued the ' proclamation of the new order . ' while germany 's advance continued unchecked in europe , momentum was also rising within japan ' not to miss the bus . ' emperor showa , concerned about these events , strongly backed yonai , who was known as ' a navy man of good sense , ' to form a cabinet , but the army had no reason to support this . less than six months later , the army demanded that the government form an alliance with germany and italy . when yonai refused , the army made the minister of the army , shunroku hata , resign without providing a successor , and the cabinet members resigned en masse . instead , konoe was assigned by imperial command . however , ' the last genro ' saionji refused to recommend konoe as the head of the cabinet . having worked steadily on the preparations for the framework of the new political party , konoe , who was about to face a long-awaited comeback , held the ' ogikubo meeting ' at tekigaiso , his private residence in ogikubo , on july 19 , just before presenting the list of cabinet ministers , and he agreed with new cabinet members yosuke matsuoka ( foreign minister ) , zengo yoshida ( minister of the navy ) and hideki tojo ( minister of the army ) to work toward the founding of a ' new order in east asia . ' on july 22 , 1940 , the second konoe cabinet was formed . on july 26 , the ' basic outline of national policy ' was approved by the cabinet , and the ' plan to establish , based on the spirit of the imperial way , the greater east asia co-prosperity sphere , of which japan , manchuria and china form one part ' ( from a discourse by matsuoka foreign minister ) was announced . as the new order movement developed , all political parties were made to disband , and with the august 15th dissolution of the constitutional democratic party ( minseito ) , the last political party in japan disappeared and parliamentary democracy came to an end . at the same time however , due to the ' criticism of the bakufu ( feudal government ) , ' which said that one-party rule was incompatible with japanese politics , and the association 's position at the core political activities remaining unclear , totalitarianism failed to become established and on october 12 , at the inauguration ceremony of taisei-yokusankai ( imperial rule assistance association ) , he abandoned the new order movement saying ' neither the program or proclamation is necessary . ' furthermore , the new economic policy outline , which was one of the key points of the new order movement , faced opposition from the financial world , with ichizo kobayashi , the minister of commerce and industry , clashing with vice-minister , nobusuke kishi , the driving force behind the outline , whom kobayashi criticized as ' a red . ' konoe was hostile to the reform bureaucrats , seeing them as ' communists in nationalist clothing , ' so when kiichiro hiranuma joined the cabinet in december , he planned to settle the matter by watering down the new economic policy plan ; in addition , hiranuma had the authors of the plan arrested as communists , and nobusuke kishi resigned . during this time , the supporters of the new order resigned from the cabinet , and hiranuma designated the imperial rule assistance association a public interest association and made the supporters of the new order within the association resign . on september 23 , the japanese army advanced into northern french indochina . on september 27 , the tripartite pact between japan , germany and italy was signed . on april 13 , 1941 , the japan-soviet neutrality pact was signed . konoe also hoped for negotiations with the u.s. based on the draft of a mutual understanding plan but yosuke matsuoka , who objected to the parts that watered down the tripartite alliance , proposed an amendment version which was sent to the united states of america , where it was ignored . on june 22 , germany invaded the soviet union , and an imperial council was immediately held to discuss how japan , having signed the tripartite pact , should react to this development . the army saw the german invasion as a one in a million chance to take military action against the hypothetical enemy , the soviet union . the navy , on the other hand , considered using this opportunity to advance to the resource-rich south . at the liaison conference between the government and imperial general headquarters , foreign minister matsuoka made an appeal for a pincer operation against the soviet union based on the tripartite alliance . at the imperial council of july 2 , the ' outline of imperial policy following changes in circumstances ' was approved . the framework of this national policy was based on military deployment on two fronts : an advance to the south advocated by the navy , and preparation for war against the soviet union advocated by the army and foreign minister matsuoka . in response to this decision , on july 7 , the so-called kwantung army special maneuvers was started , in which troops , under the pretext of tactical training , were mobilized in preparation for an invasion of the soviet union , depending on how the german invasion was progressing . at the same time , to the south , the army advanced into southern french indochina on july 28 , resulting in economic sanctions by the united states . japanese assets in the united states were placed entirely under the administration of the u.s. government , and after japan 's advancement into southern french indochina was confirmed , there was a total ban on the export of oil to japan . because of this , konoe and the cabinet members resigned en masse on july 18 . on july 18 , 1941 , the third konoe cabinet was formed . this cabinet was formed to give the impression of complying with american demands but in fact , apart from the dismissal of yosuke matsuoka , who had become a thorn in the side of the administration , the cabinet remained the same . admiral teijiro toyoda , a supporter of the southern expansion doctrine , was selected to replace matsuoka as foreign minister . japan had taken the rights in indochina from vichy france , who had already surrendered to germany , on july 23 , advanced to south french indochina on july 28 , and entered the capital , saigon , on july 30 . however , because of the resulting american oil embargo , japan was placed in a very tight situation . at the imperial council of september 6 , the ' guideline for the execution of imperial policy ' was approved . the minimum demands to the united states and britain were decided , the deadline for the negotiation period was set for early october , and in case the demands were not accepted by that time , a plan was laid down to start a war against the united states , the netherlands and britain . on the night of september 6 , when the imperial council ended , konoe finally decided to seek a solution through a japan-u.s. summit and held a secret meeting with the u.s. ambassador to japan , joesph grew , making an intensive appeal for a japan-u.s. summit as soon as possible in order to circumvent any crises . grew , who saw the importance of the situation , immediately sent a telegraph to the united states that night to request an urgent summit , and the department of state immediately started to look into holding a japan-u.s. summit . however , the department of state decided not to compromise but instead to contain japan by force and , on october 2 , indicated to japan a response that effectively rejected a japan-u.s. summit . the army viewed this response as the effective end to negotiations between japan and the united states , and the staff headquarters ( under the army 's jurisdiction ) demanded that the deadline for foreign diplomacy be set to october 15 . on october 12 , just before the deadline for foreign diplomacy , konoe , who was being pressed for a decision on the war , invited foreign minister teijiro toyoda , minister of the navy koshiro oikawa , minister of the army hideki tojo and the director of the planning board , teiichi suzuki to tekigaiso , and he conferred on how to deal with war against the united states . this was the so-called ' tekigaiso meeting . ' konoe sought a path to a negotiation by withdrawing from china , but minister of the army hideki tojo , who opposed this , demanded either the resignation of all cabinet members or the start of war based on the national policy outline , so the two of them agreed on recommending prince higashikuninomiya naruhiko as the next prime minister , and on october 16 , the cabinet was dismantled , with the cabinet members resigning en masse on october 18 . after the pacific war started on december 8 , 1941 , konoe became close to shigeru yoshida , former vice minister of foreign affairs and ambassador to great britain , who , like konoe , was viewed as dangerous by the military . yoshida , who saw the occupation of singapore and the crushing defeat in the battle of midway in 1942 as a good opportunity , proposed sending konoe to switzerland and negotiating with great britain and the united states and because konoe agreed , this suggestion was conveyed to koichi kido , but kido rejected it . it is said that he took tojo 's advice to be cautious of konoe . from 1943 , konoe and his group began to speak out about the ' reddening ' of the military and the threat of a communist revolution , which eventually led to ' konoe 's address to the throne . ' the ones who started this were soldiers of the imperial way faction such as jinzaburo mazaki and toshishiro obata . shunkichi ueda also shared the same view and after being told by yoshida that he should definitely meet with konoe , explained his view to konoe along with obata . after that , konoe , as the central figure in their group , aimed to end the war by ousting the then pro-soviet leaders of the army . with the fall of saipan on july 9 , 1944 , there was an increasing demand for the tojo cabinet to resign , but having foreseen defeat in the war and thinking of ways to make it difficult for the emperor to be held responsible for the war , he stated , ' it 's better to let tojo have the administrative power . the war situation will not improve no matter who replaces him , so it 's better to let him take all responsibility until the very end . ' on february 14 , 1945 , konoe presented his ' address to the throne , ' that advocated an early realization of peace , to emperor showa . as the war situation worsened konoe developed his own plans to end the war . instead of using neutral countries such as switzerland , sweden or the vatican , he planned to have the soviet union act as peacemaker . however , konoe 's dispatch to moscow was effectively refused by stalin . konoe 's negotiation plan was to disclaim all the territories overseas , the ryukyu islands , the ogasawara islands ( bonin islands ) and the kuril islands , and to offer officers and soldiers of the japanese army as a labor force . after the pacific war ended on august 15 , 1945 , konoe became minister of state in the higashikuninomiya cabinet . on october 4 , konoe visited douglas macarthur at the general headquarters of the allied forces ( ghq ) , talked about his own theory of the military turning communist and asserted that at the start of the war , the zaibatsu industrial-commercial conglomerates and the feudal power centered around the emperor functioned as brakes , and that japan would immediately redden if the imperial family and the zaibatsu were removed . macarthur , assistant chief of staff sutherland and acheson , political adviser to the supreme commander of the allied powers , agreed and they put konoe in charge of revising the constitution . however , newspapers both inside and outside of japan intensified investigations into konoe 's responsibility for the war , and people such as jiro shirasu attempted to save konoe by announcing that he had been put in charge of revising the constitution by macarthur . however , macarthur , who feared the media response , cut off konoe , stating that ghq ( general headquarters of the allied forces ) would not be involved in revising the constitution . furthermore , as investigations into konoe 's accountability seemed likely to continue , he was summoned to a gunboat and questioned on the relationship between the government and the military . in his speech of 1921 , konoe had already talked about the danger of the likely split in the future between the military and the government because of the emperor 's supreme command , which is what happened , but such a situation was a difficult concept for the united states to understand . however , in order to prevent the pursuit of accountability against emperor showa , he could not use the term supreme command . konoe could no longer give any answers . konoe published ' a diary - efforts toward peace ' in " world cultures " , in which he shifted all the responsibilities for the quagmire of the sino-japanese war and the start of the pacific war to the military , and explained that he regretted the fact that he was unable to stop the runaway military . on december 6 , 1945 , he heard about the arrest warrant from ghq and learned that he would be tried as a class-a war criminal at the tokyo war crimes tribunal . on december 16 , 1945 , the deadline for him to present himself at sugamo detention center he committed suicide by swallowing potassium cyanide at tekigaiso . it is said that it was an agonizing choice , prompted by his awareness of his position as the head of gosekke and to keep the imperial family safe by preventing responsibility for the war from falling on emperor showa . on the day before his suicide , he dictated his will to his second son , michitaka konoe , and left the following words : ' i have made many mistakes , but i cannot stand being tried as a war criminal … only those people who understand , know my intentions . ' his funeral was held on december 21 , 1945 . his grave is located at daitoku-ji temple in kyoto . tekigaiso ' located in ogikubo , suginami ward ( suginami ward ) was originally the suburban second home of tatsukichi irisawa , the head court physician of emperor taisho . konoe fell deeply in love with this house located on a hill with a sloping south side and a beautiful , sweeping view of the near-by zempukuji-gawa river and mt . fuji in the distance , and persuaded irisawa to sell it . the name ' tekigaiso ' literally means ' outside of ogikubo , ' and there is no deep meaning associated with any historical events or phrases . however , since the person whom konoe asked to select this name was kinmochi saionji , who was well-versed in the past customs of the imperial court and samurai families , it is open to speculation . the konoe family had its main residence in mejiro ( present-day shimo-ochiai , shinjuku ward ) , so the one in ogikubo was , strictly speaking , a second house , but konoe seemed especially taken with tekigaiso and once he began to live there he never went back to his main residence . konoe also used the quiet presence of tekigaiso , which was completely different from the bustle at the prime minister 's official residence , as his political stage . not only did he hold special conferences such as the ' ogikubo meeting ' on july 19 , 1940 , in which he confirmed the construction of ' new order in east asia , ' and ' tekigaiso meeting ' on october 15 , 1941 , in which he negotiated the pros and cons of war against the u.s. , at times , he even held regularly scheduled top-level ministerial meetings at tekigaiso and on the eve of the second world war , many important national policies were approved here . it was also at tekigaiso , at the end of september , 1941 , that commander in chief of the combined fleet , isoroku yamamoto , who was asked by konoe about the navy 's prospects in the fight against the u.s. , worried konoe with the famous words , ' if you say i must , i will show you how much damage we can inflict for the first half a year or a year . however , if it goes on for 2 to 3 years , i have absolutely no confidence . ' due to this unorthodox way of conducting politics , the name ' tekigaiso ' appeared often in the newspapers and became known throughout japan . later , shigeru yoshida 's ' tokyo metropolitan teien art museum , ' ichiro hatoyama 's ' hatoyama hall ' and kakuei tanaka 's ' tanaka kakuei human relationship ' also functioned as official secondary residences of the prime minister , but their antecedent can be found in tekigaiso . because the ogikubo area escaped the bombing of tokyo , tekigaiso 's appearance has remained virtually unchanged since konoe ended his life there . the house remains the private property of the konoe family and is not open for viewing , but a partial view of the historical atmosphere can be glimpsed through the outside fence . tekigaiso : 2-43 ogikubo , suginami ward a 10 minute walk from the south exit of ogikubo station on the jr / marunouchi line konoe clan the konoe were descended from the fujiwara clan . the earliest ancestor was motozane konoe , a son of fujiwara no tadamichi . because of the lack of a family heir during the early edo period , the fourth son of emperor goyozei was adopted by his maternal uncle , nobutada konoe , and became the head of the konoe family as nobuhiro konoe . fumimaro was the eleventh generation direct descendant and at the time , he was a lot more closely related to the emperor 's family than many members of the imperial family were . the well-known anecdote that ' the back of the chair on which konoe sat after he had an audience with emperor showa was always warm , ' demonstrates the closeness fumimaro felt toward the emperor . he married his wife , chiyoko , for love , which was rare for someone with the status of a prince . fumimaro , who was a student at daiichi high school , fell in love at first sight when he saw chiyoko , who was said to have been the most beautiful girl at the kazoku jogakko school for the daughters of peers . even though he was still at kyoto imperial university when they got married , their lives were unfittingly lavish for a ' student marriage . ' they had a happy marriage , but as was common with people of high social status at the time , he had a number of concubines and illegitimate children . his second daughter , yoshiko , married morisada hosokawa who was still a student at kyoto imperial university , in april , 1937 . immediately after that , her father became the prime minister of japan and her husband became his secretary . 3 years later , in august , 1940 , shortly after her father began his second term as prime minister , she died of complications from peritonitis at the hosokawa residence in koishikawa . she was attended by her father and her husband at the time of her death at the age of 23 . in the short marriage between yoshiko and morisada , they were blessed with two sons ; the eldest , morihiro hosokawa , later became prime minister , and the second son , tadateru , was later adopted by the konoe family . the step-mother , sada , whom fumimaro did not get along with , died from malnutrition after evacuating alone to their alternate residence in kyoto ( where the yomei bunko library is currently located ) during the war . she died on august 15 , 1945 . parents and siblings father : atsumaro konoe ( president of the house of peers ) mother : en ( third daughter of former lord of kaga domain , yoshiyasu maeda ) heir : fumimaro step mother : sada ( fourth daughter of yoshiyasu maeda , biological aunt ) younger step-sister : takeko ( married kashiwa oyama , the second son of prince iwao oyama ) younger step-brother : hidemaro konoe ( conductor , composer ) younger step-brother : naomaro konoe ( researcher of gagaku , japanese traditional music and dance ) younger step-brother : tadamaro konoe ( became head of the mizutanigawa family , head priest of kasugataisha shrine ) spouse , children and grandchildren wife : chiyoko ( eldest daughter of the former lord of bungo-saiki domain , viscount takanori mori ) first son : fumitaka konoe ( died of illness while detained in siberia ) grandchild born out of wedlock : ryumei azuma ( actor ) eldest daughter : akiko noguchi ( married prince tadahide shimazu , head of the shimazu family , but she eloped with chiropractor haruchika noguchi and later married him . ) second daughter : yoshiko ( married marquis morisada hosokawa , heir to the head of the hosokawa family ) grandchild : morihiro hosokawa ( prime minister ) legitimate grandchild : tadateru hosokawa ( succeeded the konoe family , president of the japanese red cross society ) second son : michitaka konoe ( professor at the university of tokyo ) . +kennyo ( february 9 , 1543 - december 27 , 1592 ) was the 11th head priest of the hongan-ji temple . his real name was kosa . he was the son of the 10th head priest of the temple , shonyo . his mother was the daughter of shigenao niwata . his wife ( or urakata , meaning a nobleman 's wife ) was nyoshun-ni , who was the third daughter of kimiyori sanjo . his children were kyonyo , kenson and junnyo . biography on april 17 , 1557 , he married nyoshun-ni , the adopted daughter of sadayori rokkaku . nyoshun-ni 's father was kimiyori sanjo , but she was adopted by harumoto hosokawa , and by the time she married had been adopted by sadayori rokkaku . incidentally , her real sister was sanjo no kata , shingen takeda 's formal wife . even though it was a political marriage , it was a happy one and on tanabata of 1588 , which was the 31st year of their marriage , they composed the following poems to each other . " for many years , under the unchanged bond of tanabata , today a long awaited meeting will be held . " - kennyo " for many years , under the unchanged things of tanabata , today a rare meeting will be held . " - nyoshun-ni during kennyo 's time , the hongan-ji temple sect tried to take control of the ikko uprisings by their followers , which had been in progress since his father 's era , while at the same time cultivating alliances with relatives of the shogunal deputy , the hosokawa family and the kyo no kuge , or court nobles . based at the economically and strategically important ishiyama hongan-ji temple , they built hongan-ji school temples mainly in and around kyoto and acquired power to match the daimyos ( japanese territorial lords ) , in what was the sect 's heyday . however , since hongan-ji temple held these powers outside of the feudal system , nobunaga oda ( who entered kyoto in 1568 and was trying to gain control of the city ) , started to persecute them and others including enryaku-ji temple and the machi-shu , an elite group of merchants and artisans , of sakai-city . kennyo decided to fight against nobunaga , and hongan-ji temple entered the war against oda clan in 1570 . this is called the ' ishiyama war . ' kennyo allied with the shogun yoshiaki ashikaga , who was in conflict with nobunaga , and made alliances with anti-oda groups such as the takeda clan , the asakura clan , the asai clan and the mori clan , joining them in laying siege to nobunaga , although kennyo himself remained at ishiyama hongan-ji temple , attacking nobunaga by mobilizing peasants , who were closely allied with the ikko adherents of saiga , and local groups of followers . however , the siege developed into a war of attrition , and after serious setbacks such as the sudden death of his relative shingen , from whom he had been hoping for assistance and the defeats by oda of the alliance powers , such as the asakura and the asai , kennyo came to realize the hardship of continuous war and asked court to be an intermediary for peace . in 1580 , kennyo agreed to the reconciliation conditions submitted by nobunaga and left the ishiyama hongan-ji temple , moving to the sagimori branch temple in the kii province . one theory has it that one of the consequences of the ishiyama war was to delay nobunaga 's eventual domination of the country by 10 years . following the honnoji incident , he reconciled with hideyoshi hashiba ( later hideyoshi toyotomi ) who , as the successor of nobunaga , had taken control over kyoto and in 1585 he moved to the town of osaka tenman , built by hideyoshi based on the layout of the inner precinct of the ishiyama hongan-ji temple . and in 1585 he moved to the town of osaka temman , built by hideyoshi based on the layout of the inner precinct of the ishiyama hongan-ji temple . furthermore , in 1591 , hideyoshi granted him land for a temple at the corner of shichijo-dori avenue and horikawa-dori street in kyoto , and it was here that he revived the hongan-ji temple sect . however , when kennyo died the following year , it was his third son , junnyo ( an accommodationist ) not his eldest son , kyonyo , a hard-liner who held different opinions from kennyo regarding nobunaga at the time of leaving ishiyama hongan-ji temple , who became the twelfth head priest . ( the second son was kenson of kosho-ji temple . ) as conflict continued within the sect , in 1602 , after ieyasu tokugawa donated land for a temple , kyonyo and his supporters broke away and built east hongan-ji temple . as a result , hongan-ji temple was split into junnyo 's hongan-ji temple ( west hongan-ji temple ) and kyonyo 's hongan-ji temple . +luis frois ( 1532 – july 8 , 1597 ) was a portuguese born in lisbon . he was a roman catholic jesuit priest and missionary . he wrote " frois ' history of japan . " frois was born in 1532 . in 1548 , at 16 years of age , frois entered the society of jesus . that same year he traveled to the province of goa , the capital of the portuguese indian colonies , and received training . goa was where he met francis xavier , who was just about leaving for a mission to japan , and his japanese collaborator yajiro . this event was to establish his life 's course . he was ordained in 1561 in goa , and he served by dealing with the communications from each missionary location thanks to his language and writing skills , which were well recognized . in 1563 , at the age of 31 , frois landed at yokose-ura ( a port what is now northern saikai city , nagasaki prefecture ) and started his long-sought missionary work in japan . after studying the japanese language , he headed to kyoto from hirado in 1564 . on january 31 , 1565 , he entered kyoto . however , he was disappointed to learn of the vulnerability of the shogun yoshiteru ashikaga--upon whom he relied as his protector--and his government authority . he strove as the missionary in charge of the kyoto district even under difficult circumstances such as it being war-torn by warring groups such as the miyoshi clique . in 1569 , for the first time , frois met the new conqueror nobunaga oda , who entered kyoto at the construction site of nijo castle . nobunaga was weary of the prevailing buddhist society , and because frois was able to earn the trust of nobunaga he was allowed to carry out his missionary work in the kinai area . he propagated the faith along with people such as gnecci-soldo organtino , and as a result he obtained many followers . in his book , nobunaga , despite being a pagan , is always portrayed as an amiable person . ( frois ' literary works contain many remarks that cannot be found in other books such as " shincho koki ( account of lord nobunaga ) , " and therefore it is recognized as one of the important references for the study of japanese history . ) after that time , though frois was working actively in kyushu he accompanied the jesuit visitor allessandro valignano as a translator during his visit to japan in 1580 , and he had an audience with nobunaga at azuchi castle . in 1583 , his superior ordered him to leave the front line of missionary work in order to concentrate on recording the activities of the society of jesus in japan . from then on , frois put every effort into this work as he traveled throughout japan and collected data . these reports later became " frois ' history of japan . " initially , hideyoshi toyotomi inherited nobunaga 's society of jesus policy , but soon he became alarmed by its growing influence ; consequently , on june 19 , 1587 , he issued an edict expelling christians . frois had left kinai and settled in nagasaki by way of kazusa . in 1590 , when valignano revisited japan with the recently returned tensho ken-o shisetsu ( the tensho embassy to europe ) , frois accompanied him in order to meet hideyoshi at jurakudai . in 1592 , he sailed to macao with valignano for a while , but he returned to nagasaki in 1595 and died on july 8 , 1597 after leaving his last literary work , " the martyrdom records of the twenty-six saints . " frois was 65 at the time of his death . frois had witnessed the christian missionaries ' glory and tragedy through the development and decline in japan , and he left a crucial record of his journey . from early on , frois was noted for his literary talent , and he left many works including the annual " jesuit reports on japan , " " a comparison of japanese and european cultures " and " frois ' history of japan , " the last of which is particularly famous . this book commenced with xavier 's 1549 arrival in japan and was completed in 1593 . the " history of japan " records the jesuits ' missionary works in japan , having been written for publication with the goal of cultivating a european audience . however , it is valuable as an historical work because it offers insights into the japanese sengoku period ( the warring states period of japan ) from the perspective of kyoto , sakai city and various cities in kyushu as viewed by the author , and for its objective and detailed descriptions of many sengoku military commanders such as nobunaga and hideyoshi . moreover , because the names of people and places are written in roman characters , their pronunciations were identified on that basis . the existence of " history of japan " was known for a long time , but the literature itself had been missing for many , many years . subsequent investigation found the original manuscript at the archive at the site of st. paul 's cathedral , which had been copied in the eighteenth century , but the copies had been lost in various places in spain and portugal ; moreover , the original was destroyed in a fire at the cathedral in the nineteenth century . copies of the book were gradually rediscovered between the late nineteenth and early twentieth centuries , and this epic was reproduced even though it had been missing . the " history of japan " consists of the volumes listed below : preface an account of the sixty-six provinces of japan - undiscovered a general survey of japan ( only the table of contents survives ) part 1 - chronicle of the years 1549 - 1578 part 2 - chronicle of the years 1578 - 1589 part 3 - chronicle of the years 1590 - 1593 +rosanjin / rozanjin kitaoji ( march 23 , 1883 - december 21 , 1959 ) was a japanese artist . his real name was fusajiro kitaoji . he was born in kamigamo , kyoto city , kyoto prefecture ( present day kitaku ward kyoto city ) . he was multi-talented , being a tenkoku artist ( a maker of carved stone seals ) , a painter , a potter , a calligrapher , a lacquer artist , a cook and an epicure . he was the second son of tome and kiyoaya kitaoji , the priest of kamigamo-jinja shrine . when he was 6 years old , he was adopted by takezo fukuda , a wood block carver of takeya-machi . when he was 10 years old , he graduated from umeya elementary school , and was apprenticed to chisaka wayakuya ( current : ) , a japanese pharmacy located on the corner of kyoto 's karasumaru-dori avenue and nijo-dori street . in 1903 , he moved to tokyo with the aim of becoming a calligrapher . the following year , he distinguished himself by winning first prize at the japan fine arts exhibition . from 1908 , he travelled to the northern part of what is now the republic of china to learn calligraphy and tenkoku . in 1910 , after returning to japan , he was invited to stay as a guest of the wealthy toyokichi kawaji in nagahama-city , providing him with an environment in which he could concentrate on calligraphy and tenkoku . here , under the pen name of taikan fukuda , rosanjin left numerous masterpieces , including tenkoku pieces and paintings on the ceiling and the fusuma ( sliding paper doors ) in the house of ando on the hokkoku-kaido route . later , he was able to stay as a guest at the house of shibata , which his hero , seiho takeuchi , often visited , and he asked seiho if he could carve seiho 's kanin ( signature stamp ) . seiho , who liked the kanin , introduced rosanjin to his students , such as bakusen tsuchida . this was the start of his association with the greats of the japanese art world and his rise to fame . in 1915 he stepped down as head of the fukuoda family , passing responsibility to his eldest son and returning to his family name of kitaoji . after that , he moved around as a guest of wealthy families , starting in nagahama , then kyoto and kanazawa city , and this life style enriched his knowledge of gourmet food and dinnerware . in 1921 , he founded the members only restaurant , ' bishoku club ( gourmet 's club ) . ' as well as cooking and serving the food himself , he produced his own dinnerware and recipes . on march 20 , 1925 , he rented the japanese restaurant ' hoshioka saryo ' in nagata-cho , tokyo , which became ' hoshigaoka saryo ' after the war in 1956 . in june 1963 , the tokyo hilton hotel ( later the capitol tokyu hotel ) was opened on the site of ' hoshigaoka saryo . ' even though he was renowned as an epicure , his opinion of french cuisine was low . while eating at a well known duck restaurant in france , he exclaimed that ' the sauce did not match the food ' and used the wasabi soy sauce he had brought with him . yuzan kaibara , a character in the manga comic " oishinbo " who is said to be based on rosanjin did the exact same thing in an episode . after the war , he went through an unfortunate period , having to sell ' hoshigaoka saryo , ' where the ' bishoku club ' was based but , in 1954 , the rockefeller foundation invited him to hold some exhibitions and lectures in europe and america . the following year , 1955 , he was appointed an important intangible cultural property ( living national treasure ) , although he declined the honor . in 1959 , he died from cirrhosis of the liver , also known as distoma hepaticum , caused by the chinese liver fluke parasite . although there is a view that he contracted the chinese liver fluke from eating his favorite mud snails , the mini mud snails that are the initial intermediary host are not eaten by people , and since the parasite usually enters the human body through the eating of raw koi ( the secondary intermediary host ) , it is presumed there was another source of infection . +karasuma line is a part of the kyoto municipal subway in kyoto city , kyoto , running from kokusaikaikan station ( sakyo-ward ) to takeda station ( fushimi-ward ) . it was the first municipal subway line to be constructed in kyoto city . the section between kitaoji station and jujo station passes under karasuma street . length : 13.7km rail gauge : 1435mm number of stations : 15 ( including the first and the last stations ) double track sections : all electrified sections : all ( dc 1500v , overhead line system ) block system : signals set inside trains ( with automatic train control ( atc ) ) maximum speed : 75km / h all trains are 6 cars long now , but there are some stations long enough for trains with more than 6 cars . there are many colleges along this line , so many students use it . some of the main universities / colleges , starting from the first station , are : kyoto seika university ( catch a shuttle bus from kokusaikaikan . many people , however , use kyoto seikadai-mae station , kurama line , eizan electric railway ) ; kyoto institute of technology ( matsugasaki station , people often use shugakuin station , eizan electric railway as well ) ; kyoto prefectural university and kyoto notre dame university ( kitayama station ) ; kyoto sangyo university ( catching a bus from kokusaikaikan station , kitayama station and kitaoji station is the usual way there ) ; otani university ( kitaoji station ) ; doshisha university ( imadegawa campus , imadegawa station ) ; heian jogakuin university ( kyoto campus , marutamachi station ) ; bukkyo university ( murasakino campus , catch a bus from kitaoji station to go to murasakino campus - shijo extension center , shijo station ) ; ryukoku university ( fukakusa campus : kuinabashi station ( keihan main line fukakusa station is closer ) , omiya campus : kyoto station ) ; etc . many tourists visiting kyoto use this line too , but major sightseeing spots along it are very few , like kyoto imperial palace ( imadegawa station , marutamachi station ) , and main streets ( karasuma oike station ) , etc . so they usually change over to the kyoto municipal subway tozai line or take local buses such as kyoto city bus , kyoto bus , etc from each subway station . in addition to a service going up and down the line , there is a direct extended service from takeda station to kintetsu kyoto line . in the daytime , they have eight trains an hour , every 7.5 minutes ( four trains going up and down the line , two local trains bound for shin-tanabe station and two express trains bound for kintetsu-nara station ) to match their schedule with the kintetsu kyoto line 's . the train is crowded between kyoto and karasuma , but gets quieter the closer it gets to either end of the line . people use this line more in the daytime on the weekends rather than on the weekdays . they have trains going up and down from one end of the line to the other four times an hour during the day . the platform guideboards in the stations and the destination signs on the trains say simply " kokusaikaikan " or " takeda . " they have two trains in an hour ( every 30 minutes ) , which arrive at and depart from kintetsu-kyoto line shin-tanabe station in the daytime . the destination signs on the trains say " local / shin-tanabe " and " local / kokusaikaikan , " and remain that way even within the karasuma line . they have only one train bound for kokusaikaikan station from kintetsu miyazu station in the early morning ( there is no train bound for kintetsu miyazu station ) . because express trains don 't stop at kodo station , which is near the doshisha university kyotanabe campus , and because the intervals between local trains stopping at kodo station vary from 7.5 minutes to 22.5 minutes due to their turning back at shin-tanabe , some people have requested local trains going through to shin-tanabe station up to kintetsu miyazu station ( refer to the article on " kodo station " . ) they have two express trains ( though they stop at every station in the karasuma line ) in an hour ( every 30 minutes ) , which arrive at and depart from kintetsu-nara station in the daytime ( and in the morning on weekdays ) . the destination signs on the trains say " express / nara " and " express / kokusaikaikan , " but the latter turns to " kokusaikaikan " at takeda station ( though some trains do not make the change ) . kyoto city 10 series emu note : within the kintetsu-line , they run only between takeda station and shin-tanabe or kintetsu-nara station , going straight through the subway line . there is no operation by kintetsu-line alone . the destination signs on the trains within the karasuma line , other than " kokusaikaikan " and " takeda , " are " kyoto " ( for some kintetsu trains bound for kintetsu-kyoto station ) , " kitaoji " and " kitayama " ( which used to be the end of the line ) , and " karasuma oike " . the " karasuma oike " signs are not normally used , although they were used on may 23 2005 , when smoke appeared inside kyoto station ( the names of the stations with emergency crossovers are included in most of the subway cars ' destination signs ) . kintetsu corporation kintetsu 3200 series emu kintetsu 3220 series emu note : both cars also run on the kintetsu kyoto and kintetsu kashihara lines ( only as an express train , mainly arriving at and departing from kintetsu-kyoto station ) , at the kintetsu tenri line ( only as an express train , very few trains ) and the kintetsu nara line ( mainly as local , suburban semi-express , semi-express and rapid express ) . some trains run only within the kintetsu line or only within the karasuma line all day long . at kyoto station , the karasuma line and the kintetsu line both use each other 's platforms . in addition to the same destination signs as the kyoto municipal subway , they also have destination signs used only for the kintetsu-line such as " kyoto station " , " tenri station " , " kashiharajingu-mae station " , " kintetsu-nanba station " , " higashi-hanazono station " , " higashi-ikoma station " , " yamato-saidaiji station " and " kintetsu-nara station ( local , suburban semi-express , semi-express and rapid express ) " , etc . on may 29 , 1981 , service began on the section between kitaoji station and kyoto station . service began on the section from kyoto to takeda station on june 11 , 1988 . on august 28 , 1988 , the karasuma line and the kintetsu-kyoto line started running on each other 's tracks . to shin-tanabe station . on october 24 , 1990 , service began on the section between kitayama and kitaoji station . on may 22 , " oike station " was renamed " karasuma oike " for the coming kyoto municipal subway tozai line 's opening . the section between kitaoji station and kyoto station opened on june 3 , 1997 . express trains started running directly between kokusaikaikan station and kintetsu nara station on march 15 , 2008 . aburanokoji street has been designated a " high congestion area " ( urban development project ) , and there is a plan to have the karasuma line diverge from the kintetsu-kyoto line and extend 4.4km from takeda station to near yokooji . the route will be between keihan main line 's chushojima station and yodo station , passing under otesuji . on october 8 , 2004 , the council for kinki regional transport ( an advisory body to the ministry of land , infrastructure , transport and tourism ) announced a plan to extend the subway south of takeda station for a better railway network from the mid-long term perspective . it is said that the plan had advanced to the point of getting the license for extending the line to misu , but brewers in fushimi revolted against it , saying " subway extension will stop the flow of the clear groundwater ( fushimi ) , indispensable for brewing japanese sake " ( when nara electric railway was planning to construct the existing kintetsu-kyoto line in the immediate area of fushimi as a subway line , they waged similar opposition campaign and had it changed to an elevated railway ) . in the end , that extension plan was arranged so that karasuma line would go through shin-tanabe station to meet kintetsu-kyoto line , but later on some trains started running straight to kintetsu-nara station . there is another plan to extend the karasuma line south of the yodo river up to rakunan-shintoshi ( planned development south of the uji river ) , and matsuiyamate station . there was also a plan to extend the north end of the karasuma line up to the iwakura area , but there is very little chance of it being realized . there are some concerns that users of eizan electric railway might decrease if such a plan were carried out . local , express : they stop at every station within the karasuma line . as for the stations between takeda and shin-tanabe or kintetsu-nara station , see " kintetsu-kyoto line " 1 . it includes the number of passengers getting on and off the tozai line and excludes the number of passengers changing trains from karasuma line to tozai line or vice versa ( i.e. it is the number of passengers who pass the gate at karasuma oike station ) . 2 . this includes the passengers using the train going through kintetsu-kyoto line . 3 . the actual junction for the kosei line is yamashina station on the tokaido main line ( biwako line ) , but kyoto station is the arrival and departure station for all trains and the practical starting point , so we put it in this chart . +sagano scenic railway is the company operating torokko trams on the sagano sight-seeing tram line , which utilizes the old san-in line in kyoto city , kyoto prefecture . sagano scenic railway is a wholly-owned subsidiary of west japan railway company . the head office is located in sagatenryuji kurumamichi-cho , ukyo ward , kyoto city , kyoto prefecture . to electrify the railway and install multiple tracks , the san-in line ( sagano line ) between saga ( now saga-arashiyama ) and umahori was replaced with a new line in march , 1989 , after which the old line along hozukyo , a famous scenic site , was made into a sight-seeing railway , thereby starting torokko tram service in 1991 . according to keitetsu kyokai 's " unknown railways " ( jtb , 1997 ) , sagano scenic railway is the first railway used purely for sightseeing in japan . in front of saga torokko station , which is the start of the torokko tram on the kyoto side , there is the 19th century hall in which science , technology , and art of the 19th century are on display , and which is also managed by sagano scenic railway . 19th century hall displays steam locomotives such as japanese national railways steam locomotive d51 . history in november 4 , 1990 , sagano scenic railway was founded . on april 27 , 1991 , sagano sight-seeing tram line between saga torokko station and kameoka torokko station opened . beginning in november , 2002 , " torokky " was used as a poster boy . in april , 2003 , 19th century hall opened in front of saga torokko station . route see below for operations . sagano scenic railway , sagano sight-seeing tram line - saga torokko station to kameoka torokko station : 7.3km vehicles the rail cars all belonged to jr ( japan railway company ) and have been remodeled for use . for locomotives , japanese national railways diesel locomotives de10-1104 and de10-1156 were repainted , the former mainly in current use , and the latter belonging to jr as a reserve . for passenger cars , japanese national railways freight cars , toki 25000 , were remodeled . +information located in the higashiyama ward of kyoto city , sanjyo-keihan station is a stop on the tozai line , a kyoto municipal subway line . the station number is t11 . the keihan electric railway keihan main line and keihan oto line in sanjyo station ( in kyoto prefecture ) an underground concourse outside its ticket gate connects sanjyo-keihan station to sanjyo station . the platform is located on the fourth underground level , as are the platforms of other stations on the tozai line . equipped with safety measures , the platform is what is known as an ' island platform , ' which is a single platform between double tracks ( one platform serving two tracks that run in opposite directions ) . each station on the tozai line has its own color , and the color used at sanjyo-keihan station is scarlet tinged with purple . refer to sanjyo-keihan for details on the station 's surroundings , including the location of the bus station . kyoto city bus and other public transport firms have been calling this spot " sanjyo-keihan " since before the subway line was opened . the municipal subway chose to use the name sanjyo-keihan because keihan was the name of another railway company and there was already a station named sanjyo in kyoto prefecture . the station opened on october 12 , 1997 , when the tozai line began operating between daigo station and nijyo station . on april 1 , 2007 , pitapa card was made available . the station facilities were built by historical corporation of tozai line of kyoto municipal subway lines , a third sector company . the keihan keishin line uses the same tracks as the tozai line . they originally planned to share the tracks to this station because the keihan keishin line ran between misasagi station and this station , which was above ground at the time . however , as they were unable to secure enough space around this area for a turnaround , the keihan keishin line decided to extend the shared section to the next station , kyoto shiyakusyo-mae , when sanjyo-keihan station was opened . ( they later extended the shared section even further to uzumasa tenjingawa station when the tozai line was extended to that station in 2008 . ) the kyoto municipal subway line the tozai line higashiyama station ( station number : t10 ) , owned and controlled by kyoto prefecture---sanjyo-keihan station ( station number : t11 ) ---kyoto shiyakusyo-mae station ( station number : t12 ) +the jr nara line is a railway line ( arterial line ) of the west japan railway company ( jr west ) that runs between kizu station ( kyoto prefecture ) in kizugawa city , kyoto prefecture , and kyoto station in the shimogyo ward of kyoto city , kyoto prefecture . the entire rail line is included in the section covering the metropolitan area and its suburbs . although the nara line officially starts at kizu station because it is historically a branch line of the kansai main line , outbound trains ( odd-numbered trains ) run from kyoto to kizu and inbound trains ( even-numbered trains ) run in the opposite direction . unless otherwise specified , the descriptions are given according to the outbound direction from kyoto to kizu , except for in the track data section . the line 's own color is brown , which has been chosen to represent ' a classic , sophisticated impression suitable for connections between two historic cities . ' administration ( type of business ) : west japan railway company ( railway business operator ) track length ( operating kilometers ) : 34.7 km track gauge : 1067 mm number of stations : 19 ( including the stations at both ends of the track section ) double-track section : shinden station - uji station ; jr-fujinomori station - kyoto station electrified section : the entire rail line is electrified ( dc 1500v ) . block ( railway ) : automatic block system ( double-track section ) , single-track automatic block system ( single-track section ) safety equipment : ats ( automatic train stop system ) operation direction center : shin-osaka integrated direction center maximum speed : 110 km / h ( double-track section ) , 95 km / h ( single-track section ) all stations except kizu station are managed by the kyoto branch of the west japan railway company , while the kizu station is managed by the osaka branch of the west japan railway company . the line between kyoto station and kizu station is called the nara line , but the entire line lies within kyoto prefecture , not in nara prefecture . this is because , initially , the nara line was built by nara railways between kyoto station and nara station , but kizu station and other stations south of kizu station were separated from the nara line in order to be part of a route between osaka and nagoya after nara railways was merged into kansai railways . however , trains run from kizu station to nara station in nara prefecture through the kansai main line ( yamatoji line ) . jr west established popular names ( jr kyoto line , jr kobe line or the like ) for the lines in the urban network with the revision of march 13 , 1988 , but a popular name was not given to the nara line . the nara line is also referred to as the ' jr nara line ' in order to distinguish it from the kintetsu nara line of kintetsu corporation . the nara line was referred to as the ' jnr nara line ' in the era of japan national railways ( jnr ) , the former jr , and the information board included the english notation ' jnr . ' the kintetsu nara line competes with the yamatoji line between nanba and nara , whereas the jr nara line competes with the kintetsu kyoto line . while many trains used to run on the keihan uji line and the kintetsu kyoto line ( both of which run parallel to the nara line ) , the nara line was only electrified toward the end of jnr in 1984 ; consequently , it remained just a small local line on which the jnr / jr commuter train series 105 ( comprising two cars or the like ) ran for some time , even after electrification , until the privatization of the jnr . however , after the foundation of jr west and the nara line 's incorporation into the urban network , the improvement of transportation services was quickly achieved with , for example , trains comprised of four cars ( some comprised of six cars ) , double-tracked in part , or with increased numbers of trains , including rapid services such as the ' miyakoji rapid service . ' today , the nara line is characterized by the access it offers to sightseeing areas such as byodo-in temple in uji city , or by a commuter line for passengers from the southern part of the kyoto prefecture , such as joyo city . however , trains go around toward the east between momoyama station and shinden station and run the edge of the central part of town in joyo or to the south of joyo ; thus the regional and transportation gaps between the nara line and the kintetsu kyoto line remain . rolling stock owned by the osaka branch for the nara rail yard is used , but station facilities are maintained by the kyoto branch ( except for kizu station ) . the following commuter passes can be used at all stations on this line : j-thru / icoca ; suica , which is offered by the east japan railway company ( jr east ) ; toica , which is offered by the central japan railway company ( jr central ) ; and pitapa , which is offered by the surutto kansai association . simple ticket gates are used at joyo station or stations to the south of joyo station , as some unmanned stations still exist . after the limited express ' kuroshio ' connecting kyoto station with wakayama station via the nara , sakurai and wakayama lines ceased operation in 1984 , only the local trains ran until 1991 ( except for the temporary operation of a special limited express ) , but now there are four types of trains : the miyakoji rapid service , the rapid service , the trains classified by operation and section , and the local train . the miyakoji rapid service--the fastest train on the nara line--runs mainly during the day . the train basically runs every 30 minutes and variously connects with the local trains at uji station . the public gave this train the nickname ' miyakoji rapid train ' before it went into operation . not only japanese people but also foreign visitors use the miyakoji rapid service as a train connecting kyoto with nara , both of which are sightseeing destinations . the cars are all from the jr suburban train series 221 , which comprises either four or six cars . the maximum train speed is 110 km / h in double-track sections , or 95 km / h in other sections . the standard travel times are approximately 44 minutes from kyoto to nara and about 47 minutes from nara to kyoto . a train bound for kyoto stops at kamikoma station or tanakura station for about two minutes and passes the miyakoji rapid service bound for nara , thus making a slight difference between the travel times of the inbound train and outbound train . during the new year holiday the train temporarily stops at inari station for visitors to fushimi inari taisha shrine . history march 3 , 2001 : operations began . march 15 , 2003 : the train began making stops at tofuku-ji station and tamamizu station through a revision of the schedule . the rapid service runs during the morning and evening rush periods . it stops at jr-ogura station and shinden station ( kyoto prefecture ) , through which the ' miyakoji rapid service ' passes . the cars used are all from the jr suburban train series 221 , which comprises either four or six cars . the train basically runs every 30 minutes and variously connects with the local train at the uji station . like the miyakoji rapid service , the rapid service passes through narayama station , at which the rapid train on the yamatoji line stops . before the ' miyakoji rapid train ' came into operation in march 2001 , the rapid train had stopped at kyoto , uji , joyo ( except at the beginning ) , kizu and nara stations , employing the jnr / jr suburban train series 117 for its cars ; since then , however , this series has not been used on the nara line . some rapid service trains run through to the yamatoji line in the morning and evening due to the schedule of operation . the regional rapid service runs mainly in the morning and nighttime hours . initially , the operation was limited to weekdays , but with the schedule revision of march 18 , 2006 it was changed to saturdays and holidays in addition to weekdays . the regional rapid service stops at every station between uji station and nara station , while some regional rapid services bound for kizu used to pass the local train at uji station in the late evening , etc . , due to the schedule ; however , based on the current schedule , the regional rapid service doesn 't pass the local train before reaching the arrival station . all regional rapid services employ the jr suburban train series 221 , except that one regional rapid service leaving kyoto station between 8 p.m. and 9 p.m. on saturdays and holidays employs the jnr / jr commuter train series 103 . due to the operation schedule , some regional rapid services run through from the yamatoji line during the morning rush period . the regional rapid service on the nara line formerly used orange letters as the line 's own color , but it was the same color as the one used for the ' miyakoji rapid service ' and the rapid service so as to distinguish the regional rapid service on the nara line from that of the yamatoji line . however , in march 2008 , with the replacement of signs along with the revision of the schedule , a sign for the regional rapid service was changed to include green letters , whereby the use of the line color was stopped . at the kamikoma station or stations to the north of kamikoma station , purple letters are used on the timetable boards . the local train runs between kyoto station , uji station , joyo station and nara station . the train runs every 15 minutes during the day between kyoto station and joyo station , and every 30 minutes between joyo station and kizu station . basically , the cars are from the jnr / jr commuter train series 103 , but some are from the jr suburban train series 221 . due to the schedule , some local trains go through to the yamatoji line in the early morning and late evening . formerly , some local trains would go through to the sakurai line , but with the schedule revision of september 4 , 1994 , the nara and sakurai lines were divided . formerly , a limited express ran on the nara line as a special train . a limited express which had the nickname ' kuroshio xx ' from 1987 to 1988 and ' kuroshio xx ' from 1988 to 1989 , the jnr / jr limited express series 381ran between kyoto station and shirahama station via the kansai main line , the kansai main line hanwa freight line and the hanwa line . the kinki edition of the yomiuri shinbun newspaper announced on january 6 , 1998 that a limited express comprising the jnr / jr limited express series 381 would begin operating ( as a regular train ) on the nara line in about 2001 , but eventually the plan was canceled . the miyakoji leisure train ran between kyoto station and sakurai station ( the miyakoji rapid service ran for the section between kyoto station and nara station ) for some time , but now there is no train excluding a special train going through to the sakurai line . the uji-gawa river fireworks display ( nearest stop : uji station ) is held in mid-august , when the special schedule is introduced to secure sufficient transport capacity before 4 p.m. to the end ; after 4 p.m. , only the local trains run between kyoto station and uji station at intervals of approximately 10 minutes . kizu station is the arrival and departure station of some local trains . when the nara line was a single track , a special schedule was adopted during the new year holidays , according to which the rapid train stopped at every station between kyoto station and uji station , and the number of trains traveling to uji station was increased . during some new year holidays the train would arrive at and depart from momoyama station . in about 1992 ( mainly on saturdays and holidays ) a through train to the sakurai line bound for tenri station ran once an hour by extending its regular rapid service . occasionally , trains reserved for groups enter the nara line from around the country . during the tenrikyo autumn grand service held every october 26 , particularly , the through train denoted as a ' train reserved for groups : tenrikyo transportation train ' runs from kyoto station to kizu station via the nara line , to nara station via the yamatoji line , and to tenri station via the sakurai line . all cars belong to the nara rail yard . jr suburban train series 221 the nara line shares the jr suburban train series 221 ( comprising two , four or six cars ) with the yamatoji line , the osaka loop line , etc . the jr suburban train series 221 comprising either four or six cars is used mainly for the ' miyakoji rapid service ' and the ' rapid service , ' while the one comprising four cars mainly enters the nara line . the jr suburban train series 221 ( comprising two cars joining two other cars ) runs according to the holiday schedule . jnr / jr commuter train series 103 the jnr / jr commuter train series 103 ( comprising four cars ) is used on the nara line for the local train , while the one comprising eight cars ( four joining four other cars ) is used on the osaka loop line and on the yamatoji line for the regional rapid service during the rush hours . part of the rolling stock is replaced with stock transferred from the osaka loop line 's morinomiya rail yard . the line connecting kyoto , kizu and nara was opened by the nara electric railway , and initially trains ran the same route as the current kintetsu kyoto line between kyoto and momoyama . in 1921 , the tokaido main line between baba ( currently zeze ) station and kyoto station was switched to the current line via the higashiyama tunnel ; and on the same day the old tokaido main line between kyoto station and inari station and a new line between inari station and momoyama station came to serve as the nara line , whereby the line between kyoto station and fushimi station was abolished and the line between fushimi station and momoyama station was made a freight line . later , the land after the line between the kyoto station and the fushimi station was sold to the nara electric railway , a predecessor of the kintetsu kyoto line . august 18 , 1879 : the line between kyoto station , inari station and otani station ( shiga prefecture ) was opened as a governmental railway ( later as the tokaido main line ) . inari station was opened . september 5 , 1895 : the line between kyoto station and fushimi station ( 3 miles 23 chains ≒ 5.29 km ) was opened by nara railways . fushimi station was opened . kyoto station was shared with the governmental railway . november 3 : the line between fushimi station and momoyama station ( 1m9c ≒ 2.19 km ) was extended and opened . momoyama station was opened . january 25 , 1896 : the line between momoyama station and tamamizu station ( 12m46c ≒ 20.24 km ) was extended and opened . kohata , uji , shinden , nagaike and tamamizu stations were opened . march 13 : the line between tamamizu station and kizu station ( 4m50c ≒ 7.44 km ) was extended and opened . tanakura and kizu stations were opened . april 18 : the line between kizu station and nara station was extended and opened , thereby connecting kyoto station and nara station . april 21 : to-ji provisional train station was opened . april 1 , 1897 : the nara railways kyoto station was renamed as shichijo station . may 3 , 1902 : kamikoma station was opened . november 12 : the operating distance was changed from miles and chains to miles ( e.g. , from 21m48c to 21.6m ) . february 7 , 1905 : the track was transferred from nara railways to the kansei railway company . october 1 , 1907 : the kansei railway company was nationalized . august 1 , 1908 : shichijo station was merged into kyoto station . october 12 , 1909 : the line names were given and the line between kizu station and kyoto station was called the nara line . december 19 , 1910 : the ujigawa signal box was built for the line between uji station and kohata station . june 20 , 1913 : the hachijo signal box was built for the line between fushimi station and kyoto station . november 5 : the ujigawa signal box was abolished . august 15 , 1914 : the hachijo signal box was abolished . march 20 , 1921 : ujigawa temporary signal box was built for the line between uji station and kohata station . august 1 : the line between kyoto station and fushimi station ( 3.3m ≒ 5.31 km ) on the nara line was abolished . the passenger service was abolished between fushimi station and momoyama station ( 1.1m ≒ 1.77 km ) . the tokaido main line between kyoto station and inari station ( 1.8m ≒ 2.90 km ) was incorporated into the nara line . the new line between inari station and momoyama station ( 2.6m ≒ 4.18 km ) was opened . april 1 , 1922 : the ujigawa temporary signal box ( 宇治川仮信号所 ) was changed to the ujigawa temporary signal station ( 宇治川仮信号場 ) . february 13 , 1926 : aodani-bairin temporary train station was opened . april 1 : the ujigawa temporary signal station was abolished . september 3 , 1928 : the freight branch line between momoyama station and fushimi station was abolished . fushimi station was abolished . april 1 , 1930 : the operating distance was changed to be given in meters from miles ( e.g. , from 21.6m to 34.7 km ) . december 1 , 1933 : aodani-bairin temporary train station was upgraded to yamashiro-aodani station . july 15 , 1955 : yamashiro-taga station was opened . december 27 , 1957 : tofuku-ji station was opened . july 11 , 1958 : joyo station was opened . april 21 , 1961 : obaku station was opened . march 2 , 1982 : centralized traffic control was introduced . october 1 , 1984 : the line between kyoto station and kizu station ( to nara station ) became electrified . the jnr / jr commuter train series 105 and the jnr / jr suburban train series 113 began operating . the limited express ' kinokawa ' ( between kyoto station and wakayama station via the nara , sakurai and wakayama lines ) was abolished . april 1 , 1987 : the japan national railways was split up and privatized to form the jr group , as a result of which the jr nara line became part of the west japan railway company . the japan freight railway company became a railway business operator for every line . march 16 , 1991 : the rapid service comprising the jnr / jr suburban train series 117 began operating . october 22 , 1992 : rokujizo station was opened . the rapid service began making stops at joyo station . september 4 , 1994 : the jnr / jr commuter train series 105 was withdrawn . ( the jnr / jr commuter train series 105 came to run only on the sakurai and wakayama lines . ) march 8 , 1997 : jr-fujinomori station was opened . may 10 , 1999 : the rapid service began making stops at rokujizo station . march 3 , 2001 : the lines between kyoto station and jr-fujinomori station , uji station and shinden station became double-track . jr-ogura station was opened . the ' miyakoji rapid service ' comprising the regional rapid service and the jr suburban train series 221 began operating . october 1 : the rapid service and regional rapid service began making stops at tofuku-ji station . march 15 , 2003 : the miyakoji rapid service and the rapid service began making stops at tofuku-ji station and tamamizu station , and at tamamizu station , respectively . april 1 : the japan freight railway company left the type ii railway business . april 23 , 2008 : the ats was introduced between yamashiro-aodani station and kizu station . april 27 : the ats-p was introduced between obaku station and yamashiro-aodani station . april 30 : the ats-p was introduced between kyoto station and obaku station . the single-track sections between jr-fujinomori and uji stations , and between shinden and kizu stations , remain under discussion , but no specific plan has been established . moreover , the acquisition of land along national route 24 between jr-fujinomori station and momoyama station , and along the keihan uji line between kohata station and uji station ( near obaku station ) is particularly difficult . due to a shortage of budget , no further plan will proceed before the double-tracking of the entire sagano line ( between the sanin main line kyoto station and sonobe station ) is completed . at the council for transportation in the kinki region , a plan for operation of the nara line through to the tokaido main line ( jr kyoto line ) in the future is under discussion ( there was once an overnight service from the late evening of december 31 to the early morning of january 1 ) . uji city is planning to build a new station between obaku station and uji station . there is no intermediate station under direct control , except for rokujizo station and uji station ( jr west ) . the distance of operation ( in kilometers ) from kyoto station is placed in parentheses . kyoto station ( 0.00 km ) - hachijo temporary signal box ( 0.80 km ) - to-ji temporary depot ( 1.13 km ) - fushimi station ( 5.31 km ) - momoyama station ( 7.08 km ) the distance of operation ( in kilometers ) from kyoto station are placed in parentheses . ujigawa temporary signal station - from obaku station to uji station ( approximately 13.8 km ) +jr kyoto-sen ( jr kyoto line ) is the unofficial name given to the section of the tokaido main line of the west japan railway ( jr west ) that runs between kyoto station and osaka station . this name has been used since march 13 , 1988 . the prefix " jr " had to be added to " kyoto line " in this unofficial name to prevent confusion as this line connects with the hankyu kyoto line , operated by the hankyu corporation ( nearly all of which runs in parallel with the jr kyoto line ) , at osaka ( umeda ) station and the kintetsu kyoto line , operated by the kintetsu corporation , at kyoto station . together with the jr kobe line , this line is considered to be one of the company 's main lines so it is color-coded in blue , which is the company 's corporate color . the line runs on the right bank of the yodo-gawa river in parallel with the tokaido shinkansen and the hankyu kyoto line , and the special rapid connects the distance of 42.8 km between kyoto and osaka in 28 minutes in the shortest time ( at a maximum speed of 130 km / h ) . the entire section has a quadruple track in each direction ( outer and inner lines ) . j-thru / icoca , suica of the east japan railway company ( jr east ) and toica of the central japan railway company ( jr central ) , as well as pitapa of kansai thru pass , can be used at all stations on the jr kyoto line . the hanwa line 's train operation management system has been introduced throughout the line . it is operated integrally with the jr kobe line and the biwako line . not only the special rapids , rapid services and local trains ( keihanshin kankosen ) , which are directly connected to the jr kobe and biwako lines , but also the limited express trains bound for the hokuriku district , kansai international airport , or the sanin district , etc . , run on the line . nearly half of the local trains share the same track with the fukuchiyama line to shin-sanda station . with the privatization to jr , many trains ( as follows ) started going through to kyoto station : the overnight train service bound for kyushu , which was departing from and arriving at shin-osaka ; the limited express starting from tennoji station for nanki ; and the limited express ' hakuto , ' bound for sanin district , which started operation with the establishment of chizu express co . , ltd . , thus generating a dramatic increase in the number of trains running in this section . particularly , the airport express ' haruka , ' which began operating with the inauguration of kansai international airport , started going through to kyoto on a regular basis within one year , and the section between shin-osaka and kyoto has become a limited express highway where , together with other trains such as the limited express ' raicho ' bound for the hokuriku district , about four limited trains run every hour . on the other hand , the overnight express service for kyushu , which departed from and arrived at kyoto , was completely abolished when the timetable was revised on march 15 , 2008 . moreover , the outbound limited express trains starting from shin-osaka and entering to the hanwa line through the osaka loop line , such as the airport express ' haruka ' and limited express ' kuroshio , ' enter the freight line at the ibaraki station yard ( departure number 3 ) and proceed to shin-osaka station via suita signal station . that is why it takes a little more time than the limited express or special rapids running on the outer line of the same section , and in a certain time slot two limited express trains proceed onto the tracks at the same time at shin-osaka station . over nearly the entire section between kyoto and osaka , the line has extremely good lineation that permits the train to run at 130 km / h in the outer line , except for some curved sections . the inner line also permits the trains to run at 120 km / h , but higher-category trains don 't use the inner line ( except deadheads or special trains ) . the following are the higher-category trains that run on this section of the line . ― the overnight train services ' fuji , ' ' hayabusa ' ( between tokyo and oita / kumamoto ) ― the overnight train services ' ( sunrise ) seto , ' ' ( sunrise ) izumo ' ( between tokyo and takamatsu / izumo city ) ― the overnight train service ' nihonkai ' ( between aomori and osaka ) ― the overnight train service ' twilight express ' ( between sapporo and osaka ) ― the express ' kitaguni ' ( between niigata and osaka ) ― the limited express ' raicho ' ( between kanazawa and osaka ) ― the limited express ' raicho ' ( between uozu / toyama / wakuraonsen and osaka ) ― the limited express ' biwako express ' ( maibara and osaka ) ― the airport express ' haruka ' ( between maibara / kusatsu and kansai international airport ) ― the limited express ' shinano ' ( between nagano and osaka ) ― the limited express ' hida ' ( between takayama and osaka ) ― the limited express ' kuroshio ' ( between kyoto and shingu ) ― the limited express ' kuroshio ' ( between kyoto and shingu ) ― the limited express ' kuroshio ' ( between kyoto and shingu ) ― the limited express ' hakuto ' ( between kyoto and tottori / kurayoshi ) in addition , the ' hamakaze , ' ' tanba ' and ' kitakinki ' limited express trains use this spur track to enter and leave the depot when they 're deadheaded to mukomachi station ( kyoto general operation station ) . on the other hand , the ' thunderbird , ' ' raicho ' and ' kitaguni ' limited express trains proceed via the hoppo freight line when they 're deadheaded in the section between mukomachi station and osaka station . when the outbound train that ends at osaka station is deadheaded to the depot of kyoto general operation station , it goes outbound from osaka station , and after passing tsukamoto station it enters the hoppo freight line from the west side in order to directly join the jr kyoto line ( outer line ) ( and to start from the depot , the train turns back on the same route ) . therefore , when the train enters or leaves the depot , the unit of cars becomes inverted . the special rapid service proceeding from the direction of himeji station on the jr kobe line or aboshi / kamigori / ako stations on the sanyo main line goes through to nagahama station on the biwako line or omi-shiotsu / tsuruga stations on the hokuriku main line , passing through the jr kyoto line . from the daytime to the nighttime , the train runs every 15 minutes , and out of the trains bound for kyoto station one goes through to the kosei line while the other three go through to the biwako line during the daytime . during the nighttime , all four trains go through to the biwako line . all trains use the cars of the jr ( west ) suburban train series 223 , model no. 1000s or the jr ( west ) suburban train series 223 , model no. 2000s , and they 're operated in units of eight or 12 cars . the trains consist of 12 cars during the morning rush hour . between kyoto and shin-osaka the trains run on the outer line , and between shin-osaka and osaka the trains run on the inner line ( but some trains run on the outer line during the morning rush hour ) . except for early in the morning and late at night , the special rapid service arrives first in the section between osaka station and kyoto station . for the details of the initial stage of the operation and the transition of the rolling stock used , please refer to the " special rapid service " section . the rapid service trains go through to the biwako line after passing kyoto , while from osaka they go through to the jr kobe line except for certain hours of the morning . jr ( west ) suburban train series 221 / 223 , model no. 1000s / 2000s , or jr ( west ) suburban train series 223 , model no. 6000s ( aboshi trains belong to the aboshi general rolling stock station ) are used in units of six , eight , ten or 12 cars . the trains run on the inner line at a maximum speed of 120 km / h . early in the morning and during the morning rush , some trains run on the outer line from osaka to takatsuki and from kyoto to osaka , and among them some trains using the train series 223 accelerate to 130 km / h . except for early in the morning , during the morning rush and late at night the rapid service is overtaken by the special rapid service in the vicinity of yamazaki station ( kyoto prefecture ) . it also connects with local shuttle trains at takatsuki station . the crew named it ' t-den ( t-train ) ' , after the final letter of the train code number . its roots are traced to the express train called kansai kyuden , which ran between kyoto , osaka and kobe . operation started in 1937 , when the express train between osaka and kobe extended its service to kyoto thanks to the electrification of the railroad between kyoto and suita . although the operation was temporarily suspended during the war , it was subsequently restored . at that time , the operation between osaka and kyoto was nonstop . 1956 : with the electrification of the railroad between maibara and kyoto , the operation was extended to the east of kyoto , using the existing tracks . 1957 : with the reform of takatsuki station yard ( opening of takatsuki railway section ) , the trains began making stops at takatsuki station . 1961 : the then second-class cars ( currently first-class cars ) were connected to the unit . october 1964 : with the inauguration of the shinkansen , shin-osaka station went into operation and the trains began making stops at shin-osaka station . february 1965 : with the introduction of the jnr / jr commuter train series 113 , the trains of the series 80 started being replaced . basically , the train is seven cars long , with four adjunctive cars ( the trains are basically seven cars long , but four more cars can be attached ) . october 1966 : with the introduction of sa-ro 110 , the coupled second-class cars were replaced with those of the train series 113 . basically , the train is eight cars long in the takatsuki and miyahara sections , and seven cars long in the akashi section . march 1970 : due to the celebration of osaka expo , the trains tentatively made stops at ibaraki station during the period of the exposition . a campaign arose asking to maintain a stop at the station , and it achieved the regular stop of trains even after the osaka expo . july 1974 : the kosei line started operation . some of the trains started going through to the kosei line . october 1980 : the coupling of first-class cars was discontinued . although the first-class cars were officially abolished with the october revision , at the end of august the mark of the first-class cars had been removed from the timetable , and the coupled first-class cars were opened to passengers as ordinary cars . the first-class cars uncoupled from the units were sent to the tokyo district . the train was standardized so that it was basically seven cars long . october , 1981 : a sa-ha 111 was coupled onto the unit used in the takatsuki section , making the train basically eight cars long . 1984 : it was decided that the rapid service trains should make stops at all stations as local trains during the daytime . since then , the rapid service trains making stops at all stations have increased in the section from takatsuki station and to the east , and currently the trains make stops at all stations between kyoto station and takatsuki station except for early in the morning , during the morning rush and late at night . therefore , in the east of takatsuki these trains are usually indicated and announced as local trains at stations as well as by the conductors . march 1989 : the introduction of train series 221 began . june 1995 : some of the rapid service trains , which passed through between kyoto station and takatsuki station during the nonstop time slot , began making stops at kotari station ( currently nagaokakyo station ) . september 1995 : the rapid service trains began making stops at nagaokakyo station throughout the day during the weekdays . march 1996 : all rapid service trains began making stops at nagaokakyo station . october 2004 : the regular operation of train series 113 was withdrawn . when shinkansen okayama station started operation on march 15 , 1972 , the timetable was revised and a new timetable with a 15-minute daytime interval pattern was made . for example , the inbound trains from osaka station depart in the following order : special rapid service , rapid service ( letting the connecting special rapid service pass at osaka station ) and local train ( from koshienguchi station to kyoto station ) , local train ( from nishi-akashi station to suita station ) . the local trains were divided into two routes : departure / arrival at suita station and at koshienguchi station , because if all the trains were to run straight between nishi-akashi station and kyoto station they would be unable to escape from the special rapid running on the inner line , which was at that time a shared lane . as a result , the local train was arranged to pass every 15 minutes in the section between kyoto station and kishibe station . in march 1985 , the rapid service running during the daytime began making stops at all stations between kyoto and takatsuki ; consequently , during the daytime the rapid service became available only from takatsuki station and to the west . the introduction of the jnr / jr commuter train series 201 effectively sped up the local trains and allowed them to reach one of the shunting stations to let special rapid service trains pass without being caught , thereby offering services between takatsuki and nishi-akashi and between suita and koshienguchi . with the revision of november 1986 , the track of the special rapid servie was changed to run on the outer line , and not only it started running between takatsuki and nishi-akashi / takatsuki and kobe , but also it enhanced the service between takatsuki and kishibe by offering two trains every 15 minutes . in september 1997 , with the opening of the kyoto station building , the revision was made based on the possible increase of passengers , and the takatsuki-kobe route--which was extended to cover the section between kyoto and takatsuki--allowed passengers to use two trains in 15 minutes at every station on the kyoto line . the route between takatsuki station and nishi-akashi station was also changed to the route that connects takatsuki station with shin-sanda station on the jr takarazuka line . currently , the daytime pattern is applied to nighttime operation and a train runs every 15 minutes on the route between kyoto and nishi-akashi ( during the daytime some trains go only as far as suma station ) as well as the route between takatsuki and shin-sanda , which connects directly with the jr takarazuka line . early in the morning and late at night , there are trains going through to yasu station on the biwako line , katata station / omi-maiko station on the kosei line , or to kakogawa station on the jr kobe line . they run on the inner line . as for the types of trains , jr ( west ) commuter train series 207 and jr ( west ) commuter train series 321 , belonging to the quality control center of aboshi general rolling stock yard , are used and operated with seven cars . to distinguish the local trains from others on the timetable , the letter c is attached to the end of the local train number ( for holidays the letter b is used ) . therefore , it is commonly known as ' c-den ( c-train ) . ' on the other hand , it is also often called the keihanshin kankosen ( slow line ) , just as it has since the time of the former japan national railways . for the changes of operation and the rotation of rolling stock , please refer to the following section . in the section between ibaraki and senrioka there is a junction ( now part of the ibaraki station yard ) , from which the freight train is directed to suita signal station using the freight line . the through freight train running between the tokaido line and the sanyo line takes the line known as the hoppo freight line via suita signal station , miyahara switching yard ( which was integrated into the miyahara general operation office in 1998 ) and jr west amagasaki station , but it does not pass osaka station . the freight train for ajigawa-guchi station on the sakurajima line goes through suita signal station and umeda freight station , then proceeds on the umeda freight line that leads to nishi-kujo station of the osaka loop line . moreover , this freight line is used in the operation of traveler trains . the trains heading for the direction of nanki / kansai international airport take a route that incorporates the osaka loop line through suita signal station and the umeda freight line . additionally , outbound trains that start from the platforms of kyoto sanin line ( platform no. 30 for haruka , etc . ) pass through the umekoji freight station , and consequently this route is sometimes called the haruka ( faraway ) route . at one time a special direct train was operated to saga-arashiyama station from kobe and osaka , making use of a bypass lane that proceeded directly to the tanbaguchi station of the sanin main line ( sagano line ) from the umekoji station yard , but it has not been fixed due to inconveniences such as the fact that many passengers had happened to take the train by mistake . +kyoto municipal subway is operated by the kyoto municipal transportation bureau . it consists of two lines--the kyoto municipal subway karasuma line and kyoto municipal subway tozai line--covering the ten wards ( except for saikyo ward ) and uji city . in the ordinance it is denominated as ' kyoto high speed railway . ' from takeda station it runs through the same track as the kintetsu kyoto line . the local train goes to shin-tanabe station , and the express goes to kintetsu nara station . from hamaotsu station the trains on the keihan keishin line are operated through to uzumasa-tenjingawa station via misasagi station ( but some trains turn around at kyoto shiyakusho-mae station ) . however , the trains on the kyoto municipal subway don 't operate directly to the keishin line ( it is impossible to go through to the keishin line , because of the difference in the number of cars that can be coupled and the incompatibility of certain equipment ) . the subway construction project in kyoto was launched based on the report presented in november 1968 by the kotsutaisaku kyogikai , a transport policy council established by the city in the same year . after the construction was licensed in 1972 , the work started in 1974 and the subway became operational in 1981 . when kyoto municipal subway was inaugurated , its main feature was the elevators provided in four principal stations , which were highly advanced installations for a japanese subway at that time . this was the result of a campaign launched by wheelchair users and support groups for the disabled , who had since about 1972 presented petitions and lobbied the kyoto city assembly and the mayor , motoki funahashi , to take measures , although at that time the term " barrier-free " was little known among the people . the city , however , suddenly decided to modify the design of the station and change the initially designed xx platform to the yy platform , anticipating the future installation of elevators in all stations . may 29 , 1981 : the karasuma line started operating between kitaoji station and kyoto station . june 11 , 1988 : the karasuma line started operating between kyoto station and takeda station . august 28 , 1988 : the karasuma line started a shared operation with the kintetsu kyoto line ( up to shin-tanabe station ) . october 24 , 1990 : the karasuma line started operating between kitayama station and kitaoji station . july 1 , 1993 : the traffica kyoto card became available . may 22 , 1997 : oike station changed its name to karasuma oike station , effective . june 3 , 1997 : the karasuma line started operating between kokusaikaikan station and kitayama station . october 12 , 1997 : the tozai line started operating between daigo station and nijo station . the keihan keishin line started using the same track from misasagi station to kyoto shiyakusho-mae station . march 1 , 2000 : a card compatible with kansai thru pass became available . march 15 , 2000 : the karasuma line started operating the direct express trains between kokusaikaikan station and kintetsu nara station . november 26 , 2004 : the tozai line started operating between rokujizo station and daigo station . uji city , on the outskirts of kyoto , saw the opening of its first subway station . a system of station numbering was introduced . april 1 , 2007 : pitapa was introduced ( also introduced to those lines that were sharing the track , such as kintetsu railways and keihan electric railway otsu line ) . january 16 , 2008 : the tozai line started operating between nijo station and uzumasa-tenjingawa station . the section shared with the keihan keishin line was extended to uzumasa-tenjingawa station . normal passenger fare for adults ( half fare for children , less than 10 yen rounded up ) january 7 , 2006 : it was revised january 7 , 2006 : as a result of the fare revision , kyoto municipal subway , together with saitama railway corporation , became the most expensive subway in terms of base fare among subways in the ordinance-designated cities . for the details of the discounted fares in case of using a connecting train to the keihan keishin line , please refer to the section on keihan electric railway fares . karasuma line kyoto municipal subway series 10 tozai line kyoto municipal subway series 50 for these series the combination of a control device made by mitsubishi electric corp. with a motor by toshiba is consistently applied , but the series 10 train uses a body made by sumitomo metal industries and the series 50 uses a body by hitachi . series 10 and series 50 are fabricated by the kinki sharyo co . , but some trains in series 10 are fabricated by hitachi . in fiscal year 2004 , the company ended with a deficit of approximately 19,250,000,000 ( 19 billion 250 million ) yen . some sources say the company records a loss of approximately 55,000,000 ( 55 million ) yen every day , which amounts to an accumulated deficit of 238,400,000,000 ( 238 billion 400 million ) yen . both lines , which run in the ancient capital , have suffered financial and time burdens because , prior to railroading , research on the buried cultural properties ( archaeological sites ) was required by the cultural assets preservation act at many of the sites where the company had decided to employ the open-cut method . as for operation intervals in the daytime , eight trains an hour are operated in connection with the shared lines ( kintetsu kyoto line and keihan keishin line ) , and on weekday afternoons the trains ( particularly those on the tozai line ) are seldom crowded . +kyoto station , located in higashi-shiokojicho , shimogyo ward / minami ward , kyoto city , kyoto prefecture , is a railway station served by the lines of west japan railway company ( jr west ) , central japan railway company ( jr central ) , kintetsu corporation and the kyoto municipal transportation bureau . it plays a central role in kyoto city , one of the foremost tourist areas in japan . because all the trains of the tokaido shinkansen make stops at kyoto station--and since many express buses connected with various destinations ranging from the south tohoku district to kanto , chubu , chugoku , shikoku , and kyushu district , depart from and arrive at the station--large numbers of people arrive from all over japan , and the average total number of users of the kyoto station exceeds 630,000 a day . this station is one of four that form the pivotal points of the north kinki big x network , a project formulated by jr west . in addition , since it 's also one of the largest terminal stations , it deserves to be called the entrance to a wide range of sightseeing spots in kyoto . the stations ( on the conventional lines ) of jr west belong to the urban network area . icoca and pitapa can be used at stations of jr west , kintetsu and ( kyoto municipal ) subway . various transportation cards are accepted at the station : for jr west , j-thru , suica , and toica ; for the subway , the cards compatible with kansai thru pass ; and for kintetsu , j-thru and the cards compatible with kansai thru pass . these cards are not accepted for jr central shinkansen ( except for ex-ic service , where the ex-ic card can be used in combination with cards for conventional lines such as suica , icoca , toica and pitapa ) . west japan railway company ( jr west ) tokaido main line ( toward maibara station : biwako line ; toward osaka : jr kyoto line ) sanin main line ( sagano line ) nara line * starting station kosei line * although this line officially covers the section between omi-shiotsu station and yamashina station , all trains come directly to this station . central japan railway company ( jr central ) tokaido shinkansen kintetsu railways kintetsu kyoto line * starting station kyoto municipal subway kyoto municipal subway karasuma line ( k 11 ) the station has four ( ordinary ) platforms with six tracks for the tokaido main line ( jr kyoto line / biwako line ) and one ( ordinary ) platform with one track for the kosei line , three bay platforms with four tracks for the sanin main line ( sagano line ) in the west side of the yard , two bay platforms with three tracks for the nara line in the south side ( except platform 8 which extends toward the direction to osaka ) , and two island platforms with four tracks for the tokaido shinkansen . the surface station is for the conventional lines , while the elevated station is designed for the shinkansen . all platforms are connected by the station building on the west bridge as well as by the underground walkway within the east side of the station . although the platform facing the karasuma chuo-guchi ( central entrance / exit ) is 558 m long and is known throughout the transportation sector as the longest railway platform in japan , platform 0 ( former platform 1 ) is 323 m long . the remaining part is used for platform 30 ( 235m ) , which is built on the western side for a dead-end track . platform 30 is used exclusively for the airport express ' haruka ' bound for kansai-airport station , and when the operation was started it was called ' haruka ( faraway ) platform . ' the name of the formerplatform 1 was changed to platform 0 in order to reorganize the platform numbers in accordance with the track numbers , and therefore the present platform 1 , which is situated between platform 0 and 2 , corresponds to the tokaido line inbound track for nonstop trains . in relation to this setup , the tokaido line outbound track for nonstop trains is currently not used ; instead , the freight trains toward suita station pass through platform 7 . the platforms for the sanin main line constructed on the west side were previously called ' sanin platform 1 to 4 , but in december 1994 the platform names were revised ; subsequently , these platforms were designated as platform 30 to 34 , including the so-called ' haruka ' platform . these platforms were designated to have numbers incorporating ' 30 ' ( san-ju … in japanese ) , in order to phonetically match the name of the line , the sanin line , which begins with ' san . ' platform 34 has the biggest number of any railway platform in japan . to distinguish the subway line or the kintetsu line from the jr line , when you take the subway line the station is often called ' subway kyoto station ( karasuma line kyoto station ) , ' but when you take the kintetsu line it is often called ' kintetsu kyoto station . ' however , on the shinkansen platforms ( and within the shinkansen ) the subway line is not mentioned in the transfer announcement on the lines . in the former station building there was a waiting lounge ; however , for a considerable time afterward there was no such lounge except for a small space on platform 6 and 7 . in mid-march 2008 , a waiting lounge was constructed on platform no. 0 , where many long-distance trains arrive and depart . color-coded conventional railway lines color-coded japanese railways : the colors used for the jr kyoto line , biwako line , nara line , sagano line , etc . colors used for the lines ( kusatsu line , kosei line , etc . ) in the rollsign ( destination blind ) . arrival and departure platforms conventional lines : platform 0-10 , 30-34 shinkansen : platform 11-14 platform 0 is used for trains that terminate at this station , such as the super hakuto and ocean arrow . platform 6 and 7 are also used for trains that proceed from the biwako line , kosei line , kusatsu line and nara line and terminate at this station ( many of these trains are deadheaded to the kyoto general operation station ) . previously , the present platform 0 , 2 and 7 were called 2 , 4 and 11 , respectively , but when the operation control system was introduced their names were changed in order for the platform numbers to conform to the respective track numbers . when the new , fourth-generation building was constructed , the former platform 1 was demolished , and the existing platform 0 was widened for actual use . if platform 0 , 30 and 31 were considered as one stretch of platform , it would measure 558 meters long and would therefore be the longest in japan . the elevator connecting the shinkansen platforms and the ticket wicket for the shinkansen is controlled by an attendant of the station . the entrances / exits of conventional lines are situated as follows : ' karasuma chuo-guchi ( karasuma central entrance / exit ) ' for the north side on the ground ; ' chika chuo-guchi ( underground central entrance / exit ) ' for the north side of the first floor in the basement ; ' nishi-guchi ( west entrance / exit ) ' for the rooftop of the station building on the west bridge , which connects the nanboku-jiyu-tsuro ( north-to-south main corridor ) ; ' chika higashi-guchi ( underground east entrance / exit ) ' for the first floor in the basement , which connects the chika-jiyu-tsuro ( underground corridor ) ; ' hachijo higashi-guchi ( hachijo east entrance / exit ) ' for the southeast side on the ground ; and ' nishinotoin-guchi ( nishinotoin entrance / exit ) ' located on the second floor of bic camera jr kyoto shop , which is also accessible from the platform of the sanin ( main ) line . the shinkansen entrances are located as follows : ' shinkansen hachijo-guchi ( shinkansen hachijo entrance ) ' on the south side at ground level , ' shinkansen hachijo higashi-guchi ( shinkansen hachijo east entrance ) ' on the southeast side at ground level , and ' shinkansen chuo-guchi ( shinkansen central entrance ) ' on the west side of the shinkansen concourse . conventional lines and the shinkansen can be mutually transferred through the shinkansen central transfer gate and the shinkansen east transfer gate . to transfer , passengers proceeding to the karasuma-guchi bus stop take ' karasuma chuo-guchi , ' while for those proceeding to hachijo-guchi bus stop , ' hachijo higashi-guchi ' or ' shinkansen hachijo-guchi ' is convenient ; to transfer from a conventional line to the kintetsu line or vice versa , use ' nishi-guchi ' ; from a conventional line to the subway line or vice versa , use ' chika higashi-guchi ' ; from shinkansen to kintetsu line or vice versa , use ' shinkansen chuo-guchi ' , or from shinkansen to the subway line or vice versa , ' shinkansen hachijo higashi-guchi ' is convenient . compared with other stations on different lines in kyoto city and the terminal stations in other large cities , karasuma chuo-guchi is distinguished by its spacious terminal for buses and cabs . the actual station building is now the fourth generation . in 1915 , in conjunction with emperor taisho 's enthronement ceremony , the classical-style second-generation station building was constructed after setsu watanabe 's design , but it was burned down by an accidental fire in 1950 ; subsequently , the third-generation station building with a ferroconcrete structure was completed in 1952 . however , with the development of the station the building underwent further extensions repeatedly , and as a consequence the station structure--with its shopping area , including an underground shopping mall and access-ways--became extremely chaotic and terribly inconvenient . additionally , the station structure had caused various problems due to its age . therefore , the renovation of the building was planned as a drastic measure . this was part of the project implemented in 1994 to commemorate the anniversary of heian-kyo ( the ancient capital ) . south of the platforms there is another station building beneath the platforms of the kintetsu line and the shinkansen , which was constructed when the shinkansen went into operation ; however , it underwent a slight change during the renovation due to its small size except for the construction of the nanboku-jiyu-tsuro and the complete separation of the ticket wicket of the jr line from that of the kintetsu line . with this newly constructed building , the station is becoming a new landmark of kyoto city . near the edge of the platform of the sagano line to the direction of kameoka station , the jr kyoto station nk building was completed and a new ticket wicket was installed there to alleviate the congestion of the sagano line caused by passengers rushing to the cars stationed at another end of the platform toward the direction of kyoto station . in this building , bic camera , an electronics retail store , opened its kyoto shop ( nishinotoin-guchi ) . the jr kyoto station building ( jr west ) underwent an architectural design competition ( an unusual method for a japanese railway station ) and seven architects--hiroshi hara , tadao ando , yoshiro ikehara , kisho kurokawa , james stirling , bernard tschumi and peter bussmann--were appointed to compete . the eliminatory screening of the design narrowed the seven proposals down to those of hara , ando and stirling , and after further deliberation the proposal of hiroshi hara was adopted as the final plan . although the kyoto station area enjoys a preferential measure that permits construction to a height of 120 m , the designs were evaluated from the standpoint of how to achieve harmony with the surrounding environment , avoiding the oppressive feeling caused by the huge size and height of the building , because there were persistent objections arguing that an easement of the height restriction might destroy the landscape of the ancient capital . the adopted design shows various precautions to avoid any oppressive feeling , including the measure to secure a visual axis by dividing the building in accordance with roads stretching to the north and south , and by limiting the maximum height to less than 60 m , but the design does not offer a perfect solution . additionally , even today , nearly ten years after the construction , there are still many negative opinions stating that the form , with its heavy use of half-mirror crystals and aluminum panels , doesn 't match the ancient capital . the completed station building has a hotel on the east side and an isetan department store on the west side ; the center is a spacious wellhole-style hall with a huge , vaulted glass ceiling and a glass facade covering the slender guestroom wing of the hotel constructed above the ticket gates . the wellhole-style hall outstretches two valley-shaped staircases to the east and west . the grand staircase set on the isetan side measures ten stories high , and was installed with the assumption that it would serve as an escape route in the event of an emergency . the staircase is also used for concerts and events , such as the ' jr kyoto station building grand staircase dashing-up competition ' ( sponsored by kyoto broadcasting system ) held in february of each year . construction and design architectural design : architectural institute atelier fai ( ф ) construction : kyoto station building work joint venture completion of construction : 1997 uses : station and complex facility structure : steel-frame , steel-reinforced concrete ( src ) structure number of stories : 16 stories above ground and three stories below ground ( total height , 60 meters ) site area : 38,000 sq. m . building area : 32,400 sq. m . total floor area : 238,000 sq. m . location : 8-3 , higashi-shiokoji takakuracho , shimogyo ward , kyoto city , kyoto prefecture received the 40th building constructors society award elevated station with three bay platforms and three tracks it has a three-layer structure : a ticket wicket ( hachijo-guchi ( hachijo entrance / exit ) ) , the station office and meitengai shopping arcade are located on the first floor ; the platforms and a ticket wicket ( chuo-guchi ( central entrance / exit ) ) are located on the second floor ( a ticket gate was located inside the jnr / jr station for a long time with a ticket machine for transfer , but when the new station building was constructed and the nanboku-jiyu-tsuro was made , the ticket wickets of the two companies were fully separated ) ; and the third floor has the platforms for the jr central shinkansen . the platform 's effective length is six cars ( until the latter half of 1990s , when the nanboku-jiyu-tsuro became available , there was a ticket booth at karasuma-guchi ( karasuma entrance / exit ) , at which a teller would attend to individual passengers ) . as part of the station 's renewal , on december 1 , 2007 the ticket gate and ticket booth were closed , and the commuter pass booth and station office ( among others ) were transferred and centralized to the ticket gate ( chuo-guchi ) on the second floor . toshiba automatic ticket checkers are installed , just as they are in other stations on the nara line . the red-colored automatic ticket checker ( eg-2000 ) can process two outgoing tickets at the same time and accepts pitapa and icoca . platform 1 and 2 employ the divided system for incoming and outgoing passengers ( at both ends of the track , two platforms--one for incoming passengers and the other for outgoing passengers--are placed to divide the flow of passengers ) . platforms are situated in the following order from the south : incoming platform for platform 1 , outgoing platform for platform 1 and 2 ; the incoming platform for platform 2 ; and the incoming and outgoing platform for platform 3 . on december 22 , 2005 kintetsu corporation announced the construction of another line on the north side of platform 3 . according to the outline of the plan as of march 1 , 2007 , and the outline and progress of the kyoto station terminal improvement work as of march 6 , 2008 , ( according to ) platform 4 is constructed with a one-sided structure ; the work is scheduled to start in april 2008 and be completed in spring 2012 . the kintetsu meitengai shopping arcade is extended to increase the floor area , and will be renewed and opened in october 2008 . a hotel ( with 368 rooms in eight stories above ground ) is constructed on the space above platform 4 , and is scheduled to open in autumn 2011 . the ticket wicket on the first floor is closed , but the ticket wicket on the second floor is extended . the construction work mentioned above has been scheduled . in conjunction with the renewal , the hachijo ticket wicket , as well as its adjacent ticket booth and the first-floor lavatory , were closed on november 30 , 2007 with the departure of the day 's last train . it is an underground station with one island platform and two tracks . there are four ticket wickets : north , central-1 , central-2 , south and , to transfer to the jr conventional lines , central-1 and -2 wickets ; for transfers from / to the jr nara line , the shinkansen and the kintetsu line , south gate wicket are convenient . station number : k11 the elevator is made by nippon otis elevator co . jr west the average daily number of passengers in fiscal year 2006 was 179,155 . it is ranked second among the stations of jr west , after osaka station . jr central the average daily number of passengers in fiscal year 2006 was 30,921 . it is ranked seventh among the stations of jr central . kintetsu railways the average daily number of passengers in fiscal year 2005 was 108,512 . it is ranked fifth among all the stations on the kintetsu railways surveyed ( 323 stations ) . kyoto municipal transportation bureau the average daily number of passengers in fiscal year 2005 was 105,704 . this is the largest number of passengers among all the stations of kyoto municipal subway . it was inaugurated on february 6 , 1877 . originally , it was the final station of the railroad between kobe and kyoto , and it was the second railway inaugurated after the railroad opened between shimbashi and yokohama . thus it is said that , owing to this favorable route setup , kyoto station was constructed in the southern area of kyoto city , around shichijo-dori street and hachijo-dori street , although this area was far from the shijo-kawaramachi area , a prominent center of the time . however , another reason for the selection could be that the area was underdeveloped at the time and it was easy to acquire the site ( if it had been constructed along the shijo-dori street , the acquisition of the land would have met strong emotional opposition from the citizens in addition to the difficulties in purchasing it , because railroading should have been carried out in the gion district , which has many temples and shrines such as yasaka-jinja shrine , and the traditional houses in the vicinity should have been removed ) . later , a railway opened from kyoto to otsu , but at that time the route proceeded toward otsu , through the site where the meishin expressway in fact runs , after going far down to the south near the present inari station on the nara line , because the drilling technology needed to cut a tunnel through higashiyama ( kyoto prefecture ) wasn 't available . subsequently , with the opening of the sanin main line the station became the departure and arrival point of the nara electric railway and the city trams ( kyoto city trams ) , so the area around the station developed rapidly . moreover , on august 1 , 1921 , when the route of the tokaido main line in the section between baba and kyoto was to be changed and shortened thanks to the opening of osakayama tunnel and higashiyama tunnel , two plans--one being to transfer the station toward the urban area around the gojo-dori street in order to enhance the convenience , and the other being to change the existing route to a circuitous route in the northern part of kyoto and construct a new kyoto general station near the present nijo station so as to promote the development of a new urban area--were proposed to improve the utility , although eventually both plans faded , owing to the difficulty of budgeting and construction extending the line close to the urban area as well as the inconvenience that if the line were to go around kyoto the distance shortened by the opening of the tunnels would be offset . the original plan for the ' hikari ' shinkansen was for it to run without stopping at kyoto station , thus bypassing the southern part of kyoto prefecture . this was met by considerable opposition from the local governments and residents , however , who had been appeased with a plan to create a platform for the shinkansen within kyoto station ( see the railways and politics section for further details ) . when ' nozomi ' was introduced in march 1992 , at the outset ' nozomi 301 , ' the first train starting from tokyo , ran without stopping at nagoya and kyoto . in nagoya the people protested , saying nagoya had been skipped , skipped , while in kyoto the people were slightly nervous because it wasn 't the train that arrived at the best time for tourism . this ' nozomi 301 ' was abolished through the revision of the timetable in november 1997 , and consequently there is no shinkansen passing nonstop at kyoto station . september 5 , 1876 : the railway provisionally opened between omiya-dori temporary train station ( near the present umekoji ( freight ) station ) and mukomachi station . february 5 , 1877 : the railway 's inauguration ceremony was held with emperor meiji present . february 6 , 1877 : kyoto teishaba ( kyoto station ) opened . the omiya-dori temporary train station was closed . august 18 , 1879 : the railway between kyoto station and otani station ( shiga prefecture ) went into operation . this line was further extended to otsu station ( later hamaotsu station ) , and afterwards it was incorporated into the tokaido main line . february 1 , 1895 : kyoto electric railway ( later integrated into kyoto city trams ) started operating between shiokoji-higashitoin station ( around kyoto station ) and fushimi-shimoaburakake station . september 5 , 1895 : nara railway ( today the nara line ) started by using the same track . april 1 , 1897 : kyoto station on the nara railway was separated as shichijo station on . november 16 , 1897 : kyoto railway ( the present-day sanin main line ) started by running the same track . february 7 , 1905 : nara railway transferred the business to kansei railway company . august 1 , 1907 : the kyoto railway nationalization act was enacted . october 1 , 1907 : the kansei railway company was nationalized . june 1 , 1908 : shichijo station , on the former nara railway , was integrated into kyoto station . june 11 , 1912 : kyoto city trams karasuma line went into operation . june 21 , 1913 : cargo started being handled in a separate form by the newly opened umekoji station . august 15 , 1914 : preparation of the site for the second-generation station building started . october 1915 : the station building was completed . august 1 , 1921 : the old nara line ( between inari station and kyoto station ) was abolished . a new line was constructed between momoyama station and inari station , while the old tokaido main line between inari station and kyoto station was incorporated into the nara line . november 15 , 1928 : nara electric railways ( the present-day kintetsu kyoto line ) opened its kyoto station . january 8 , 1934 : in the jnr station yard , a person who had come to see off a passenger of the special train provided for the people joining the kure marine corps was crushed to death . november 18 , 1950 : a fire broke out from the switchboard room of the dinning located within the jnr station yard , and the station burned down . may 27 , 1952 : the third-generation jnr kyoto station building was completed . august 1 , 1961 : the kyoto city trams horikawa line ( known as the kitano line , between kyoto-ekimae station and kitano station ) was abolished . october 1 , 1964 : the tokaido shinkansen was inaugurated . october 1 , 1977 : the remaining in-service section of kyoto city trams karasuma line ( between kyoto-ekimae station and karasuma shichijo station ) was abolished . october 1 , 1978 : kyoto city trams was completely abolished . the trams in the vicinity of kyoto station disappeared . may 29 , 1981 : the kyoto municipal subway karasuma line ( between kyoto station and kitaoji station ) started operating with the inauguration of kyoto station of the kyoto municipal subway . april 1 , 1987 : after the division and privatization of jnr , the operation of the shinkansen at jnr kyoto station was succeeded by central japan railway company ( jr central ) and the operation of the conventional lines was succeeded by west japan railway company ( jr west ) . june 11 , 1988 : the kyoto municipal subway karasuma line extended its operation ( between kyoto station and takeda station ) . july 12 , 1997 : a new kyoto station building was completed as the fourth generation of the jr kyoto station building . the station space went into service . september 11 , 1997 : the entire kyoto station building was opened . jr kyoto isetan was opened . march 4 , 1998 : automatic ticket checkers were introduced at the shinkansen entrance . august 23 , 2007 : the jr kyoto station nk building opened . the bic camera jr kyoto station shop opened in the building . also nishinotoin-guchi , a ticket wicket directly connecting to the platform of the sagano line from the shop , was established . 2008 : it was scheduled to extend the nanboku-jiyu-tsuro because the construction of a new shopping mall , which will be the biggest mall in the prefecture , is planned for the south side of the station . the station was chosen as one of the top 100 stations in the kinki district . it is scheduled to extend the existing nanboku-jiyu-tsuro to south or southwest over hachijo-dori street within 2008 . the limited express " kuroshio " chimes out the melody of ' gion kouta ' when it arrives at kyoto station . this station is considered a unique case where the same line of the same company makes a stop on the ground as well as underground , because the trains of the kintetsu kyoto line depart and arrive on the ground while the trains that go through to the kyoto municipal subway karasuma line from the kintetsu line make their stop underground . the same setup is also observed at ikebukuro station . when the present station building was completed , the melody of the arrival chime was changed to the one that had previously been used as the departing chime on the seibu line ( this melody is still used at seibu-chichibu station ) . on the station building the sign of the station name ' kyoto station ' was placed , which neither the second nor the third building had ( in case of the third-generation building , the sign was installed on the wall after the privatization to jr ) . to transfer to shichijo station on the keihan main line of keihan electric railway , though it is a bit far ( a distance of about a kilometer ) , passengers go on foot ( most passengers use the nara line to tofukuji station or use the kintetsu kyoto line to kintetsu-tanbabashi station in order to take a train of the keihan main line ) . it is the base station by which to calculate the fare , because it 's one of the stations ' within kyoto city ' according to the jr definition of designated city areas . when nara electric railway ( the current kintetsu kyoto line ) presented a direct connection with kyoto station , the initial plan proposed the installation of a subway line running beneath jnr station and the construction of a station on the north side of karasuma-guchi . however , a terminal station was provisionally constructed on the grounds of the present site because , in addition to budgetary constraints , there was also a need for the construction to be completed before the enthronement ceremony for emperor showa . since then , the station facility , which was supposed to be provisional , has not been moved ; and when the construction of tokaido shinkansen started , the station was elevated in order to have a similar structure to that of the present station building , which permitted the platforms to be placed just beneath the shinkansen station . most of the local trains are bound for saidaiji station , while the express and limited express trains vary their destinations according to the train ; however , roughly speaking the expresses are bound for nara ( during the daytime the line is also available from subway kyoto station , though it is necessary to pay the extra fare for the subway section ) , for tenri , and for kashiharajingu-mae ( to saidaiji station , the express stops at the same stations ) , while the limited expresses are bound for nara , for kashiharajingu-mae and kashikojima ( please see the section " kintetsu limited express " ) . trains of the kintetsu series 3200 , and 3220 , which are convertible with the subway , take two different tracks : one to this station and the other to subway kyoto station ( karasuma kyoto station ) . by the year 2010 , platform 4 ( see above ) will be newly constructed , and the ticket wicket on the first floor will be removed and integrated with the ticket wicket of the second floor . pitapa and icoca can be charged using the ticket machines installed outside the ticket gate , as well as the exit-fare machines and chargers inside the ticket gate . in the kyoto line , due to the structure of the station , the l / c cars ( long / cross changeable seat cars ) are set up with long seats regardless of the hours . because , platform 3 has a structure that does not permit division of the incoming / outgoing flow , and when the train enters on platform 3 , even if the cross seats are set , it cannot turn around to adjust to the direction of the train turning back on the track . haginoya ordinary partnership iwana-zushi ( char sushi ) , unagi-no-nedoko , shinsen-gumi yukari no makunouchi ( shinsen-gumi makunouchi bento ) , heian bento , kamo-gawa bento , sasa-unagi , takekago bento ( lunch box in bamboo basket ) , shojin bento ( vegetarian lunch box ) , tai-meshi ( sea-bream rice ) , kyo-ogi west japan railway food service net company kyofu makunouchi ( kyoto-style makunouchi ) , kyoraku bento , kotemari , nagomi bento , kyo-yuzen , ajisai bento , tonkatsu bento ( pork cutlet lunch ) , chuka bento ( chinese-style lunch ) , kodawari omusubi bento ( special riceball lunch ) , yofu bento ( western-style lunch ) , tokusei onigiri bento ( special recipe riceball lunch ) , kuri okowa ( glutinous rice cooked with chestnuts ) jr-central passengers co . , ltd . nihon-no-aji hakuran ( " taste of japan " expo ) , soboro-boroboro daisuki bento , kamigata makunouch on-bento ( kyoto / osaka-style hot boxed lunch ) , temari-zushi , hanahisago , taimeshi ( sea-bream rice ) , takenoko-gohan to sakura-meshi ( bamboo-shoot rice and " sakura " rice ) , higashiyama gojo , osaka meibutsu mamushi-don ( osaka specialty grilled-eel rice ) , tokusen bento " kyoto " ( special recipe lunch " kyoto " ) , ushiwakamaru gozen , benkei gozen , kamigata makunouchi ( kyoto / osaka-style boxed lunch ) , chuka sansan ( lunch with a variety of chinese foods ) , juju-tei , tonkatsu bento ( pork-cutlet lunch ) , 21-seiki shutsujin bento ( 21st-century " kick-off " lunch ) , gomoku kamameshi ( assorted rice in a small pot ) togawa co . , ltd . aji-gonomi , warabe , kyo-zammai the present omiya station ( kyoto prefecture ) on the hankyu kyoto main line was called ' hankyu kyoto station ' until the line was extended to kawaramachi station ( kyoto prefecture ) in 1963 ( keihanshin kyoto station until 1949 , when the keihan electric railway was decoupled , and keihan kyoto station when the station was opened ) . the station is located in the commercial area . kyoto station building jr-west hotels kyoto ( hotel granvia kyoto ) jr kyoto isetan ( west japan railway isetan ltd . ) kyoto station building specialty mall , i.e. , the cube kyoto-gekijo theater museum ' eki ' kyoto kyoto osamu tezuka world kyoto-ramen-koji ( ramen lane ) kyoto station underground mall porta kyoto tower kyoto building of the keihan electric railway kyoto red cross blood center , kyoto building hankyu hotel management . shin-shu hombyo shichijo police station kyoto central post office campus plaza kyoto omron corp. head office bus terminal in front of kyoto station public job-placement office hello work kyoto shichijo bic camera jr kyoto shop ( jr kyoto station nk building ) avanti business complex hotel keihan kyoto miyako hotels and resorts routine sightseeing bus terminal express bus terminal kyoto city waterworks bureau php interface kyoto head office to-ji temple ( kyoogokoku-ji temple ) rakunan high school / junior high school kyoto station hachijo-guchi post office kyoto-ekimae bus stop ( bus stop in front of kyoto station ) kyoto municipal transportation bureau route numbers : 4 ・ 5 ・ 9 ・ rapid 9 ・ 16 ・ 17 ・ 19 ・ 26 ・ 28 ・ 33 ・ limited 33 ・ 42 ・ 50 ・ 73 ・ 75 ・ 78 ・ 81 ・ limited 81 ・ 100 ・ 101 ・ 205 ・ special limited 205 ・ 206 ・ 208 ・ south 5 ・ extra 28 keihan bus toward mt.hiei-zan kyoto bus toward : yase , ohara , arashiyama , daikaku-ji , kiyotaki , koke-dera ( suzumushi-dera ) , kitaoji-eikimae , kokusaikaikaneki-mae , eizan-dentetsu ( eizan electric railway ) iwakura-ekimae ( kyoto prefecture ) , iwakura muramatsu , arisugawa ( arashiyama-eigyoshomae ) , takano-shakomae ( takano-eigyoshomae ) keihan kyoto kotsu ( subsidiary of keihan bus ) toward : nishioji nanajo , katsura-eki higashi-guchi , kokudo nakayama , katsurazaka-chuo , kyoto seishokoko ( kyoto seisho high school ) -mae , nagamine , oi-no-saka toge , kameoka-ekimae kyoto kotsu ( maizuru ) ( subsidiary of nippon kotsu in osaka ; different from keihan kyoto kotsu , a subsidiary of keihan bus ) toward : ayabe ohashi , nishi-maizuru-ekimae , higashi-maizuru-ekimae tango kairiku kotsu ( tango bus ) ( head office : yosanocho , yoza-gun , kyoto prefecture ) / rapid bus toward : ktr ( kitakinki tango railway ) miyazu-ekimae , miyazu sambashi , ( tankai bus miyazu information office ( baku seed tankai circuit-in-miyazu ) -mae / ichinomiya koronorikae-teiryujo ( ichinomiya seaway transfer bus stop ) ) , ktr ama-no-hashidate-ekimae ( amanohashidate hotel ( auberge amanohashidate : restaurant ' pure ' ) -mae ) , nodagawa tankai-mae , taiza ( gyokomae ( in front of the taiza fishing port ) / kyotango city / tango-cho ) however , previous confirmation is needed as there are only two services ( each day ) . reservation is requested by the previous day ( reservation by phone is accepted ) . jr west bus ( takao-keihoku line ) between kyoto station , toganoo and shuzan ) there are two bus stops : one at hachijo-guchi of kyoto station and the other in front of kyoto hachijo-guchi avanti . the bus stop at the hachijo-guchi of kyoto station is situated near the nanboku-jiyu-tsuro , and the bus stop in front of kyoto hachijo-guchi avanti is near the hachijo higashi-guchi . kyoto municipal transportation bureau ceremony sightseeing ( princes line bus ) toward : keihan-shichijo , kyoto joshichugaku-kotogakkomae ( in front of kyoto girls ' junior and senior high school ) , kyoto joshidaigakumae ( in front of kyoto women 's university ) dream kyoto-go ( nishinihon jr bus / jr bus kanto ) dream kyoto-go ( nishinihon jr bus / jr bus kanto ) dream kyoto-go ( nishinihon jr bus / jr bus kanto ) chuo highway daytime express kyoto-go ( nishinihon jr bus / jr bus kanto ) chuo highway daytime express kyoto-go ( nishinihon jr bus / jr bus kanto ) harbor light-go ( nishinihon jr bus / shonan kanagawa chuo kotsu ) keihanshin dream saitama-go ( nishinihon jr bus / seibu bus ) keihanshin dream shizuoka-go ( nishinihon jr bus / jr central bus ) meishin highway bus ( nishinihon jr bus / jr central bus / nagoyakanko-nikkyu / meihan kintetsu bus ) hokuriku highway bus ( nishinihon jr bus / keihan bus ) hokuriku highway daytime express osaka-go ( nishinihon jr bus ) tsuyama express kyoto-go ( nishinihon jr bus / shinki bus ) miyako liner ( keihan kyoto kotsu / chugoku bus ) hiroshima daytime express kyoto-go / hiroshima dream kyoto-go ( chugoku jr bus / nishinihon jr bus ) awa express kyoto-go ( nishinihon jr bus / jr shikoku bus / keihan bus / tokushima bus ) matsuyama express-go ( nishinihon jr bus / jr shikoku bus ) takamatsu express kyoto-go ( nishinihon jr bus / jr shikoku bus / shikoku kosoku bus / keihan bus ) kochi express-go ( nishinihon jr bus / jr shikoku bus ) izumo-no-okuni-go / izumo express kyoto-go ( nishinihon jr bus / chugoku jr bus / keihan bus / ichibata bus ) alpen nagano-go ( hankyu bus / kawanakajima bus ) okesa-go ( hankyu bus / niigata kotsu ) between osaka / kyoto and toyama ( hankyu bus / toyama chihou tetsudou ) between tokyo / yokohama and kyoto / osaka umeda ( hankyu bus ) the location of the bus station varies according to the route . arcadia-go ( express bus ) ( kintetsu bus / yamako bus ( yamagata prefecture ) ) forest-go ( osaka-sendai line ) ( kintetsu bus / miyagi kotus ) galaxy-go ( kintetsu bus / fukushima kotsu ) seagull-go ( express bus ) ( kintesu bus / shin-joban kotsu ) silk liner ( nippon chuo bus ) tochinoki-go ( kintetsu bus / kantou jidousya ( tochigi prefecture ) ) yokappe kansai-go ( kintetsu bus / kanto railway ) wing liner ( kintetsu bus / kokusai juo ) flying sneaker kyoto / ibaraki-go ( kintetsu bus / tohoku kyuko bus ) tokyo midnight express uji-go ( keihan bus / kb bus ) between sakai / nanba / kyoto and tachikawa ( naknai bus / tachikawa bus ) between kyoto and chiba ( keisei bus ) kyoto-go between kyoto and fukuoka ( keihan bus / nishitetsu highway bus ) osaka - choshi line ( nankai bus / chibakotsu ) kamakura / fujisawa - kyoto / nanba / sakai line ( nankai bus / enoden bus ) fujiyama liner ( kintetsu bus / fujikyu yamanashi bus ) crystal liner ( kintetsu bus / yamanashi kotsu ) chikuma-gawa liner ( kintetsu bus / chikuma bus ) between nanba / kyoto and nagano / yudanaka ( nankai bus / nagaden bus ) between kyoto and kansai international airport ( kansai airport limousine / osaka airport transport / keihan bus ) between kyoto and osaka airport ( osaka airport transport ) kyoto express ( kyoto-okayama / kurashiki line ) ( ryobi bus / shimotsukui dentetsu ) tottori express kyoto-go ( keihan city bus / nihon kotsu ) yonago express kyoto-go ( keihan bus / nihon kotsu ) kyoto express ( kyoto-matuyama line ) ( keihan bus / iyo railway ) between kyoto and kochi ( keihan bus / tosa electric railway / kochi bureau of transport ) shimanto blue liner ( kintetsu bus / kochi seinan transport service ) holland-go ( kintetsu bus / nagasaki jidosha ) sunrise-go ( kintetsu bus / kyusu sanko bus ) * for the stations at which the trains on the tokaido shinkansen and the limited express / express trains on the jr west conventional lines make their stops , please see the sections of the respective trains ; for the stations where the limited express trains of kintetsu railways make their stops , please see the section " kintetsu railways limited express . " west japan railway ( jr west ) ■ jr kyoto line / biwako line ( tokaido main line ) / kosei line special rapid service yamashina station - kyoto station - takatsuki station rapid service ( it is operated as a local train on the biwako line during the morning and at night ) . yamashina station - kyoto station - nagaokakyo station ■ local train ( including the trains operated as rapid between takatsuki and akashi station ) yamashina station - kyoto station - umekoji freight station - nishioji station ■ nara line miyakoji rapid service / rapid service / regional rapid service / local train kyoto station - tofukuji station sagano line ( sanin main line ) rapid service kyoto station - nijo station ■ local train kyoto station - tanbaguchi station central japan railway ( jr central ) ■ tokaido shinkansen maibara station - kyoto station - shin-osaka station kintetsu railways kyoto line ■ rapid ■ local express ■ local train kyoto station - to-ji station kyoto municipal subway ■ karasuma line gojo station ( kyoto municipal subway ) ( k10 ) - kyoto station ( k11 ) - kujo station ( kyoto prefecture ) ( k12 ) +hankyu corporation ( hankyu dentetsu ) is a major private railway company operating the railways that connect osaka umeda station with kobe city , takarazuka city and kyoto city . it is a subsidiary of hankyu hanshin holdings , inc . , and belongs to the hankyu hanshin toho group . the company 's central office is located in osaka city ( kita ward , osaka city , osaka prefecture ) , but the location of the registered head office is 1-1 , sakae-machi , ikeda city , osaka prefecture . it is one of the major private railway companies with an average of 1,950,000 ( one million nine hundred fifty thousand ) users a day and a total operation of 146.6 kilometers . the company is also known for managing the ' takarazuka revue , ' a theater troupe consisting exclusively of female members . at an automated ticket gate accepting kansai thru pass , the code hk is printed on the card . mino-arima electric tramline ( mino-arima denki kido ) , which was founded in 1907 , began operating the section between umeda station and takarazuka station as well as the section between ishibashi station ( osaka prefecture ) and mino station , which respectively correspond to the current takarazuka line and the mino line , on march 10 , 1910 , the founder , ichizo kobayashi , made efforts to develop the areas along the railway line in order to stabilize the management , and introduced multiple businesses such as land sales in lots , developing the takarazuka new hot spring and creating the takarazuka shokatai ( takarazuka chorus group , which later became the shojo kageki-dan ( girls ' operetta company ) , the current takarazuka revue company ) . subsequently , the company went into the transportation business , operating between osaka and kobe . in 1918 , the company changed its name to hanshin electric express railway . the company 's abbreviated name , ' hankyu , ' is derived from this name ( later it was adopted as the official name ) . its emergence in the field of transportation between osaka and kobe triggered a severe rivalry in competition with hanshin electric railway co . , ltd . , which was already operating urban commuter trains between osaka and kobe . in 1920 , the operation between juso station on the kobe line and kobe station ( later kamitsutsui station ) started , and in 1936 the railway was extended to sannomiya station ( located in kobe city ) using an elevated track . incidentally , the word ' dentetsu ' is a term coined by ichizo kobayashi because the then japanese government railways ( jgr ) was opposed to the use of the term ' denki tetsudo ( electric railway ) ' as a corporate name , based on the argument that this name was considered identical with ' electric tramways , ' the term regulated by the tramways act ; thereafter , the word ' dentetsu ' was conveniently adopted by various companies regulated by the tramways act when they intended to convert into rapid electric railways . in 1943 , under the wartime enterprise integration policy rikujokotsu jigyo chosei-ho ( land traffic business adjustment act ) , the company incorporated keihan electric railway and became keihanshin electric express railway ( for details of the merger , please refer to " unification of hanshin electric express railway and keihan electric railway " ) . subsequently , the abbreviated names ' hankyu ' and ' keihan ' were officially abandoned and ' keihanshin ( express ) ' was introduced as a new abbreviation ; however , the new name had not been fixed among the people and these names were used in a confused manner , such as ' hankyu-hanshin-mae ' ( umeda ) for an osaka city tram station , ' keihan-mae ' ( tenmabashi ) or ' keihanshin-kyuko-mae ' ( tenroku ) . after the war ( in 1949 ) , the keihan line , katano line , uji line , keishin line and ishiyama-sakamoto line were separated to form keihan electric railway . the shinkeihan railway ( which was part of the keihan ) remained in hankyu , forming the kyoto line , senriyama line ( later the senri line ) , juso line ( later incorporated into the kyoto line ) and arashiyama line . on this occasion , the abbreviated name was also changed back to ' hankyu ' from ' keihanshin . ' in 1959 , the section between umeda station and juso station was installed with three tracks in each direction , and the terminal on the kyoto line was changed to umeda station from tenjinbashi station ( currently tenjinbashisuji-rokuchome station ) . in 1973 , the company 's name was changed to hankyu railway . in 1992 , a travel card called the lagare card was introduced , but subsequently it developed into the kansai thru pass . however , when the bubble economy collapsed the company suffered a huge loss due to the failure of redevelopment projects in areas such as chayamachi . moreover , the kobe line , itami line and the imazu-kita ( north ) line , among others , were seriously damaged by the great hanshin awaji earthquake that occurred on january 17 , 1995 , but nearly all the lines were restored by june 12 of the same year and itami station ( hankyu ) was reconstructed in 1998 . however , given the influence of the prolonged consumer recession , being intensified competition with west japan railway company ( jr west ) and the declining birthrate , the number of passengers has subsequently decreased . the group 's businesses are now undergoing reorganization , such as the restructuring of real estate and hotel management ; the closing of the ' takarazuka family land ' amusement park , whose 90-year history goes back to the opening of takarazuka new hot spring ; and the withdrawal from the management of ' kobe portopia land ' located in the port island ( which was run by kobe city for a while afterwards but was permanently closed in 2006 ) . to finalize the restructuring , on april 1 , 2005 the company was reorganized into three companies : i ) new hankyu corporation ( the corporate name was changed from hankyu dentetsu bunkatsu junbi kk ( hankyu corporation division preparation company ) ) , which partially succeeded four businesses--railway , real estate , leisure and commodity distribution--from the former hankyu corporation , ii ) hankyu hotel management , which controls the hotel business , and iii ) hankyu travel international co . , ltd . , for tour business , amalgamating two direct subsidiaries ; moreover , the former hankyu railway was transferred to the company hankyu holdings ( currently hankyu hanshin holdings , inc . ) . hankyu corporation celebrated its centennial anniversary on october 19 , 2007 . january 15 , 1906 : the organizing committee of mino-arima electric tramline ( mino-arima denki tetsudo ) was established . june 1 , 1907 : the name was changed to mino-arima electric tramline ( mino-arima denki kido ) . october 19 , 1907 : the inaugural general meeting of mino-arima electric tramway company was held . september 25 , 1909 : shin-yodogawa bridge was completed . march 10 , 1910 : the takarazuka line between umeda and takarazuka , as well as the mino line between ishibashi and mino , went into operation . may 1 , 1911 : takarazuka new hot spring ( later takarazuka family land ) was opened . july 1 , 1913 : the takarazuka chorus group ( current takarazuka revue company ) was organized . february 4 , 1918 : the name was changed to hanshin electric express railway . july 16 , 1920 : the kobe line between juso and kobe ( later kamitsutsui ) was opened , along with the itami line . april 1 , 1921 : the kita-osaka electric railway ( the business was transferred to shinkeihan railway in 1923 ) opened the section between juso and toyotsu ( a part of the current kyoto line and senri line ) . september 2 , 1921 : the saiho line began operating between takarazuka and nishinomiya-kitaguchi . october 1 , 1924 : the koyo line was opened . june 1 , 1925 : hankyu market was opened in the umeda hankyu building ( the old wing ) . october 15 , 1925 : shinkeihan railway ( incorporated into keihan electric railway in 1930 ) opened the section between tenjinbashi and awaji ( a part of the current senri line ) . july 5 , 1926 : elevated quadruple tracks were introduced in the section between umeda and juso . the old line became the hankyu kitano line . december 18 , 1926 : the entire section of the saiho line was opened . the name was changed to the imazu line . january 16 , 1928 : the shinkeihan railway opened the section between awaji and takatsuki-cho ( current takatsuki city ) . november 1 , 1928 : the shinkeihan railway opened the section between takatsuki-cho and saiin . november 9 , 1928 : the shinkeihan railway opened the arashiyama line . april 15 , 1929 : the hankyu department store was opened at umeda station . march 31 , 1931 : the keihan electric railway started operating the shinkeihan line between saiin and keihan kyoto ( current omiya station ) . august , 1932 : the tokyo takarazuka theater ( currently toho co . , ltd . ) was established to promote theatrical performance and motion pictures . april 1 , 1936 : the kobe line between nishinada ( presently oji-koen station ) and kobe ( presently sannomiya station ) was opened . the section between nishinada and kamitustusi became the kamitsutsui line . may 20 , 1940 : the kamitsutsui line was abolished . october 1 , 1943 : the hanshin electric express railway swallowed the keihan electric railway and became the keihanshin electric express railway . may 1 , 1945 : the company took over the business of katano electric railway and began operating the katano line . november 20 , 1946 : the production department was separated as nikko shokusan kk ( currently hankyu sangyo co . , ltd . ) january 1 , 1949 : the operation of the kitano line was suspended . december 1 , 1949 : the keihan , katano , uji , keishin and ishiyama-sakamoto lines were split off to form the ( new ) keihan electric railway . the shinkeihan line changed its name to the kyoto line . february 18 , 1959 : the section between umeda and juso was installed with three tracks in each of the two directions . june 17 , 1963 : the kyoto line began full operation between juso and kawaramachi with the opening of the section between omiya and kawaramachi . march 1 , 1967 : the senriyama line changed its name to the senri line and extended the operation to kita-senri station . a full-scale automatic ticket wicket was installed for the first time in japan at kita-senri station . april 7 , 1968 : the kobe line started mutual direct operations with kobe rapid transit railway and sanyo electric railway . december 6 , 1969 : the senri and kyoto lines started mutual direct operations with osaka municipal subway sakaisuji line . april 1 , 1973 : the company changed its name to hankyu corporation . november 23 , 1973 : umeda station 's relocation / expansion work was finished . october 31 , 1988 : the orix buffaloes baseball team was transferred to orient leasing co . , ltd . ( currently orix corporation ) . april 1 , 1989 : the ' lagare card ' prepaid card was introduced . december 7 , 1989 was the registered date of the foundation of hankyu dentetsu bunkatsu junbi kk ( hankyu dentetsu division preparation company ) , a complete subsidiary set up in order to prepare for hankyu 's split-up and make it a holding company . april 1 , 1992 : the ' lagare thru ' stored-fare system was launched . september 1 , 1994 : the ' fair-ride system ' was introduced as the first illegal-ride protection system in japan . january 17 , 1995 : the great hanshin awaji earthquake caused damage to various lines . by january 23 of the same year , the kyoto line , takarazuka line and a part of the kobe line restarted their operations . february 5 , 1995 : the imazu line was completely restored . march 1 , 1995 : the koyo line was completely restored . march 11 , 1995 : the itami line restarted the operation between shin-itami and itami ( with the provisional station building ) . june 12 , 1995 : the kobe line was restored in the entire section . january 1 , 1996 : as a part of ' gentle sound service , ' the contents of the announcements at stations and trains were changed ( for details , please refer to special comments ) . march 20 , 1996 : the common travel card ' kansai thru pass ' in the kansai district became available as an improved system of ' lagare thru . ' november 17 , 1997 : operation of the nissei express began to nose electric railway nissei-chuo station on the takarazuka line , using the shared track . february 15 , 1998 : mutual direct operation with the sanyo electric railway was discontinued , and the operation of the kobe line was limited to shinkaichi station . october 1 , 1998 : the trains began running without conductors aboard the imazu ( south ) and koyo lines . november 21 , 1998 : the itami station building ( the permanent structure ) was completed . between itami provisional station and itami station , the operation was restarted with a single-track . march 6 , 1999 : with the restart of double-track operation between the itami provisional station and itami station , full operation was finally recovered after four years since the earthquake disaster . april 1 , 1999 : the reserved priority seats for elderly or disabled persons were abolished in all cars on all lines ( all seats of all cars became designated as priority seats ) . october 1 , 2002 : women-only train cars were experimentally introduced over a period of two months on the kyoto line . the introduction of the women-only cars was limited to the limited express , commuter limited express and rapid limited express trains of the hankyu ( electric ) railway series 6300 . from february 2 of the same year they were fully introduced in all trains . june 10 , 2003 : the car named ' mobile phone power source off car , ' where the passengers are requested to switch off their mobile phones , was experimentally introduced on all trains ( for details , please refer to special comments ) . this rule was fully introduced for all cars from july 11 . august 1 , 2004 : boarding service with a non-contact type ic card , the pitapa , started . the stacia card was issued . april 1 , 2005 : the company was transferred to a holding company , hankyu holdings , which directly controls hankyu corporation , hankyu hotel management and hankyu travel international . on the same date , the company was split off and the businesses such as railway and real estate were succeeded by hankyu dentetsu bunkatsu junbi kk ( = a now-defunct subsidiary called kk act systems , which was founded on december 7 , 1989 , and changed the name on march 29 , 2004 ) , after which the corporate name of hankyu dentetsu bunkatsu junbi kk was changed to hankyu corporation and the former hankyu railway to hankyu holdings , respectively . january 21 , 2006 : icoca , a transportation card of west japan railway , became accepted on the hankyu lines . july 1 , 2006 : ' ic commuter ticket service ( pitapa commutation fare discount ) , ' which permits the use of compatible cards with pitapa , was launched . october 1 , 2006 : when the parent company , hankyu holdings , swallowed hanshin electric railway , the holding company 's name was changed to hankyu hanshin holdings inc . ( for details please see " business merger of hankyu and hanshin " ) . october 1 , 2007 : issuance of the stacia card began , replacing the hana plus card . october 19 , 2007 : the company celebrated the 100th anniversary of its founding . october 29 , 2007 : the reserved priority seats were designated again in all cars on all lines . concurrently , some of the cars , where mobile phones should have been switched off , underwent a modification of the place where the rule was applied . the railway is generally divided into three lines--the kobe , the takarazuka and the kyoto--each of which consists of a main line and feeder lines . the kobe line and takarazuka line share nearly all the cars ( for details , see " rolling stock " ) ; sometimes they are collectively called ' jinpo-sen , ' taking the first letter of both lines ( but once they were also called ' kido-sen , ' or the tramway line ) . the color codes of railways in japan is used not only in the diagram shown on the right but also for the platform numbers and the destination boards of local trains ( only feeder lines ) . generally speaking , the main lines are often referred to with the word ' main ' omitted , as in the kobe line , takarazuka line and kyoto line . ■ kobe line ( color-coded in blue from the blue sea of the port city , kobe ) hankyu kobe main line : umeda station - sannomiya station kobe rapid transit railway tozai line : sannomiya station - nishidai station ( hankyu operates as a railway business entity , second-class railway business , while kobe rapid transit railway possesses the railways and other facilities as a railway business entity , third-class railway business . however , the trains operate only between sannomiya station and shinkaichi station . hankyu itami line : tsukaguchi station ( hankyu ) - itami station ( hankyu ) hankyu imazu line : takarazuka station - imazu station ( hyogo prefecture ) ( the section between takarazuka and nishinomiya-kitaguchi is called the imazu-kita ( north ) line , and the section between nishinomiya-kitaguchi and imazu is called the imazu-minami ( south ) line ) . hankyu koyo line : shukugawa station - koyoen station ■ takarazuka line ( color-coded in orange to represent the autumn leaves in mino ) hankyu takarazuka main line : umeda station - takarazuka station hankyu mino line : ishibashi station ( osaka prefecture ) - mino station ■ kyoto line ( color-coded in green for the trees of the ancient capital , kyoto ) hankyu kyoto main line : juso station - kawaramachi station ( kyoto prefecture ) hankyu senri line : tenjinbashisuji-rokuchome station - kita-senri station hankyu arashiyama line : katsura station - arashiyama station ( hankyu ) discontinued lines hankyu kitano line : umeda station - kitano station ( osaka prefecture ) ( the operation was suspended on january 1 , 1949 ) . hankyu kamitsutsui line : oji-koen station - kamitsutsui station ( the line was abandoned on may 20 , 1940 ) lines transferred to other companies keihan main line : tenmabashi station - sanjo station ( kyoto prefecture ) , etc . keihan otsu line : sanjo station - hamaotsu station / ishiyamadera station - sakamoto station ( shiga prefecture ) * both lines were transferred in 1949 to the keihan electric railway , which was divided from keihanshin electric express railway to form a new company . for details , please refer to " lines of keihan electric railway . " planned lines , uncompleted lines hankyu shin-osaka inter-urban line awaji station - shin-osaka station - juso station shin-osaka station - kanzakigawa station * a business license was granted for both routes in 1961 . however , the license was revoked on march 1 , 2003 , except for the section between shin-osaka station and juso station ( awaji station - shin-osaka station / shin-osaka station - kanzakigawa ) ( please refer to " shin-osaka station initiative " ) . the hankyu lines have very few tunnels . this was because they were deliberately avoided , as the construction of tunnels was very costly , time consuming , and extremely dangerous with the civil engineering technology available during the meiji and taisho periods . the takarazuka line was constructed by avoiding routes that would have required tunneling , and as a result it has many curves . even today there are only three tunnels in all lines except for the section designated as a second-class railway business ( kobe rapid transit railway ) , and moreover , two of them serve as entrances toward underground lanes , one between saiin and kawaramachi and the other , near tenroku ; therefore , senri tunnel on the senri line is the only tunnel that in fact has a beginning and an end . however , nose railway , which offers direct operation , has many tunnels . from 2009 , when the hanshin nishi-osaka line of hanshin electric railway co . , ltd. is extended to kintetsu nanba station ( which is scheduled to be called the hanshin nanba line after its inauguration ) , the hankyu railway will be the only large private railway company in the kansai district that has no line in the area of chuo ward , osaka city ( although some of the trains on the kyoto line ( hankyu ) go to chuo ward by using the track of the osaka municipal subway 's sakaisuji line ) . for details , please refer to the section on each type and line . the trains operated by hankyu corporation are categorized by type , as follows : limited express ; by rolling stock type and commuter type ; rapid express kobe line / kyoto line nissei express takarazuka line express ; by rolling stock type and commuter type kobe line / takarazuka line semi express kobe line / imazu line / takatazuka line / senri line by rolling stock type and commuter type takarazuka line / mino line the type of rolling stock can be recognized by marker lights or a rollsign ( destination blind ) installed on the front surface of the lead vehicle . the marker light patterns ( headcodes of marker lights ) are as follows : seen head-on , the lights on both sides are illuminated : rapid express , commuter limited express , limited nissei express , limited express ( including group trains , deadhead trains and trial-run trains ) . seen head-on , a light on the right side is illuminated : commuter semi express , semi express , commuter express and express . marker light is unlit : all local trains the pattern of marker lights ( the headcode of marker lights ) for the express is the same as that of kintetsu railways . osaka municipal transportation bureau : kyoto line and senri line share the track with osaka municipal subway sakaisuji line . although the sections shared with osaka municipal subway are up to takatsuki city or kita senri , some fleets have entered into katsura station for trial runs or particular events . kobe rapid transit railway : the kobe line shares the track with kobe rapid transit railway ( to shinkaichi station ) . sanyo electric railway shared track with the kobe line until 1998 ( the trains of the kobe line reached sumaura-koen station on the sanyo electric railway main line through the kobe rapid transit railway tozai line , while the trains of sanyo electric railways reached rokko station on the kobe line ) . even today the fleets of sanyo electric railway operate to sannomiya station , and when the shuttle trains are deadheaded they edge into the track ( of the kobe line ) , although just a few hundred meters , toward umeda station ; thus it can be said that there still exist the trains of sanyo electric railway running on the hankyu line ( they don 't admit passengers ) . nose electric railway : the takarazuka line uses the same track ( as a member of the hankyu group ) . at present the trains are painted in the same solid maroon color as the trains of hankyu . hankyu 's train cars will be substituted for the nose electric fleet in the event of a safety inspection or for other events . they will enter the line via the spur tracks of the hirai depot or shojaku depot . the rolling stock used on the mino-arima electric tramline and on the kobe line / takarazuka line ( jinpo-sen ) that were constructed by its successor hanshin electric express railway ( hankyu ) , as well as the rolling stock used on the kita-osaka electric railway and the kyoto line , as constructed by its successor shinkeihan railway , differ in their specifications due to the different backgrounds . as for electric components , trains for the jinpo-sen ( kobe / takarazuka lines ) use products by toshiba , while the trains on the kyoto line are still equipped with products by toyo denki seizo , as a vestige of the shinkeihan railway era . this custom is still maintained ( in addition to the electric components used on the jinpo-sen ( kobe / takarazuka lines ) , and therefore toshiba products are used in various areas in hankyu railways , such as the office equipment of all stations , the air conditioners installed in the cars , elevators and personal computers for business use ) . regarding the master controller , the company actively employs the one-handle master controller , which is not common in the kansai district . following the post-war launch of the hankyu ( electric ) railway series 550 in 1948 , hankyu 's rolling stock was manufactured by naniwa-koki ( later , alna sharyo ( rolling stock ) co . , ltd . ) , an affiliate of hankyu ( in hankyu railway , the word japanese word for ' build ' is used to refer to the manufacturing of a new series of rolling stock ) . however , since their clients , such as hankyu corporation , tobu railway company , the bureau of transportation tokyo metropolitan government and the osaka municipal transportation bureau , have held down the introduction of new rolling stock due to the harsh business conditions , the orders have consequently decreased drastically and the rolling-stock company was dissolved in 2002 . subsequently , hitachi , ltd. was selected as a builder of hankyu 's rolling stock , although hitachi did not have business relationships with large private railway companies in the kansai district ( nonetheless , it was dealing with the public transportation companies kyoto municipal subway and osaka municipal subway ) . because hankyu corporation still suffers from severe financial health , in parallel with the investment in new trains , the cars fabricated from the late 1960s to the early 1980s are renovated at alna sharyo co . , ltd. and globaltec ltd . , in order to prolong their life for practical use ( among them , those fabricated in the early 1970s or before have undergone a second renovation ) . as the choice of an exterior color , maroon is traditionally adopted ( being known as hankyu maroon ) . this color is also used for the special cars for the imperial family ( with the exception of cars selected as ad-wrapped cars ) , and the interior is also finished in a uniform manner with panel boards in a woodtone finish and the seats covered with angora ( goat ) fabric dyed in colors listed in the shikimei ichiran ( the standardized color list used in japan ) that begin with the japanese letter " こ " ( pronounced " ko " ) . the interiors of recent cars ( included the renovated cars ) tend to be finished with considerably darker-toned panels for doors and the front face panel ( bargeboard ) , anticipating deterioration due to age . when the series 8000 and 9300 were introduced , a new coating color was proposed ( the introduction of metallic orange coating or a maroon-colored belt on the body was studied ) ; however , many users and company staff opposed these new ideas and they were rejected except for changing the color of the roof edge to ivory for the series 6000 and 7000 ( however , even today a few users and company staff continue to insist that an ivory belt at the bottom of the car body or something similar should be admissible ) . in the case of the osaka municipal subway sakaisuji line , which shares the track with the kyoto line , the series 66 train carries a brownish belt painted around its stainless-steel body . previously , the trains of series 60 , with aluminum-alloy bodies and brown belts painted around them , were also running . since 2000 , among the cars running on the hankyu lines , these two types are the only cars that are not painted in the dominant maroon color ( since 1998 the sanyo electric railway has suspended the operation of cars from sannomiya station and to the east ) . the following are hankyu railways ' numbering rules by type : according to the hankyu railway numbering rule , all car numbers have consisted of four figures since the abandonment of the series 810 in the 1980s . the tracked cars ( t-car ) are given the motor-car ( m-car ) number of the same series , plus 50 . the middle cars are given the first-car number , plus 500 . an identification code by type , such as motor car , controller car or tracked car , is not attached . 1. started with the new vehicles of series 700 ( in the case of the jinpo-sen ( kobe / takarazuka lines ) , this series was later changed to series 800 ) ; and 2. started with series 3000 and 3300 . taking c7512 as an example ( in this case it belongs to 7012f and is the second car toward umeda station ) , let 's see how it woks : the 7 ( in the thousandth place ) indicates the railway series . currently , each number from 1 to 9 is allocated by type and capacity ( 4 is for utility cars ) . 5 ( hundredth place ) … 0-4 : first car ; 5-9 : middle car ; 0-2 / 5-7 : jinpo-sen ( kobe / takarazuka line ) ; 3 / 4 / 8 / 9 : kyoto line . when series 1100 to series 3100 were used , 0 and 5 were for the kobe line while 1 and 6 were for the takarazuka line . the numbers 2 and 7 aren 't for ordinary use but are instead reserved for experimental cars and special cars . the number 1 ( in the tenth place ) … 0-4 : electric motor coach ; 5-9 : tracked cars the number 2 ( in the ones place ) … numbering by order of production unlike other companies , the number starts in order from 0 ( sanyo electric railway also employs the same rule ) . however , until the time the series 3300 came into use the cars for the kyoto line were given their numbers starting from 1 ( as a vestige of the shinkeihan era ) . however , it should be noted that the cars originally fabricated as leading vehicles that underwent remodeling with the removal of the driver 's platform ( modification to middle cars ) are still used with the original production numbers without renumbering ( e.g. , series 3000-c3000 ) . osaka municipal transportation bureau osaka municipal transportation bureau series 66 sanyo electric railway - this currently only goes through to the hanshin electric railway and the kobe rapid transit railway . it operates only the local trains ( and the s-limited express only available on saturdays and holidays ) , which can be seen at hankyu sannomiya station . sanyo electric railway series 5000 sanyo electric railway series 3000 osaka municipal transportation bureau osaka municipal transportation bureau series 60 ( with the enhanced deployment of series 66 , this series was completely abandoned ) . kita-osaka kyuko railway ( kitakyu ) , kobe electric railway ( shintetsu ) and hokushinkyuko railway ( hokushin ) , which are affiliates of hankyu railway , follow the interior decoration theme of hankyu trains ( in the case of kitakyu , kita osaka electric railway type 8000 ; in shintetsu , kobe electric railway series 5000 ; in hokushin , hokushin electric railway series 7000 ) . for images of the interiors , please see the sections " mediakitakyu 8000 inside " and " mediashintetsu 5000 " ) . umeda operation section ( kyoto , takarazuka and kobe lines ) nishinomiya-kitaguchi operation section ( kobe line ) katsura section ( kyoto line ) awaji operation section ( senri and kyoto lines ) normal passenger fare for adults ( half fare for children : less than 10 yen is rounded up ) . as of december 1 , 2004 effective on april 1 , 2007 all coupon tickets--for the section of 180 yen , 260 yen and 310 yen--became accepted for the trains of hanshin electric railway , as far as they have not expired . however , to use the coupon for a hanshin line it cannot be used directly ; before the passenger enters the gate it must be changed to the ticket of hanshin lines using the blue-colored ticket vending machine . please see the following sections : stacia card lagare card hankyu hanshin one-day pass osaka kaiyu kippu ( osaka sea round-trip ticket ) osaka unlimited pass koya-san one-day ticket nara-ikaruga one-day ticket the old hankyu corporation , which later became hankyu holdings ( currently hankyu hanshin holdings ) , was the parent company of a pro baseball team , the hankyu braves ( later orix blue wave and currently the orix buffaloes ) from 1936 to 1988 , and owned the nishinomiya kyujo ( later hankyu nishinomiya stadium , which was closed in 2002 ) under the right of pro baseball area protection . in the kansai district , the way of calling a private railway company , ' xx-densha ( ' company name ' - train ) ' is quite common ; however , nowadays ' hankyu densha ' is seldom used on advertisement displays . this is because , in 1992 , the company changed its common official name to ' hankyu dentetsu ( hankyu railway ) ' when it celebrated the 85th anniversary of its founding . however , most of the passengers continue to call it ' hankyu densha ' or ' hankyu . ' generally , the name of a platform includes the number like ' platform x ' ; however , in hankyu railway ' go ' is attached to the number , such as ' platform x-go . ' that is because this method is commonly used in the company to indicate the cables of the station wiring . nevertheless , at sannomiya station the platforms are exceptionally called ' platform x. ' because there are only two platforms , regardless of the type of platform ( island type or opposing type ) , instead of an automated announcement of the platform number , basically the direction the car is heading toward is announced , as follows : ' ladies and gentlemen , in a short time the train for the direction of osaka umeda station will arrive . ' even at stations where there are exceptionally more than three platforms , the number isn 't always mentioned ( in most cases at stations on the kyoto line or the stations where higher-category trains pass nonstop , as in sonoda station , ibaraki-shi station , takatsuki-shi station and katsura station ) . however , at nigawa station , where on the days the hanshin race course opens , deadhead trains arrive and depart due to the operation of special trains , even the destination isn 't mentioned in the announcement . previously , the destinations weren 't mentioned at shojaku station either , because the two trains for the opposite direction departed from the same platform due to the wiring setup ; however , since february 2008 , the announcement has become as detailed as that of a station for higher-category trains , thanks to the updated system for train information and announcement equipment for the passengers . at awaji station there is no platform 1-go , so only from 2-go to 5-go are available . this is because there once existed platform 1-go , and when it was abandoned the remaining platform numbers weren 't shifted forward in order to prevent confusion among the passengers . at katsura station , next to platform 1-go , there is a track called ' platform c-go . ' originally , platform c-go was the lane constructed in the adjacent katsura depot , and later a platform was added along the track to complete the station . the reason why the platform numbers have not been adjusted forward is the same as that of awaji station , which does not have platform 1-go . the trains that stop at tenjinbashisuji-rokuchome station give announcements such as , ' next stop is tenjinbashisuji-rokuchome , tenroku . ' it is an exceptional case because most of the conductors initially announce the station by its abbreviated name . in the announcement given in a train arriving at a transfer station to a certain main line of the west japan railway company , such as umeda station , sannnomiya station or takarazuka station , no information on the transfer to jr lines is mentioned , as has been the case since the time of the former japan national railways . however , with the timetable revision in 2006 / 2007 the jr lines were included in the diagram . for example , while the osaka municipal transportation bureau indicates ogimachi station on the sakaisuji line as a transfer station to the jr osaka loop line , in the diagram of hankyu railway it isn 't mentioned . automatic announcements in the stations are made by two entertainers : mitsuo katayama and yumi maruko . katayama also makes an announcement in the stations for the fukuchiyama line , which runs in parallel . on january 1 , 1996 , as part of the ' gentle sound service , ' the announcements at stations and in the cars were changed . more specifically , the departing signal whistled by the conductor was principally discontinued . the announcement on the next stop for higher-category trains was changed from ' next , the train will not stop until xx ' to ' next , the train makes a stop at xx , ' the announcement on the next station was changed from ' next is xx ' to ' next stop is xx , ' and basically the announcement was to be made only once except for major stations . since october 1 , 2006 , the announcement in the cars has been ' next is xx ' instead of ' next stop is xx , xx . ' at the stations on the kobe and takarazuka lines , the announcement has been changed since october 1 , 2006 , from : ' the train now arriving is a local train bound for umeda ' to ' the train now arriving is a local train bound for osaka umeda , ' and on the platforms of the stations of the kyoto line since march 16 , 2007 . regarding the four stations of umeda , sannomiya , shinkaichi and kawaramachi , the names are announced as ' osaka umeda , ' ' kobe sannomiya , ' ' kobe shinkaichi ' and ' kyoto kawaramachi ' ( so that when the name is repeated twice or more , osaka , kobe or kyoto is omitted ) . the name ' kobe shinkaichi ' is used only inside osaka prefecture ( umeda station , juso station , etc . ) , however ; at the stations located in hyogo prefecture , just ' shinkaichi ' is announced . in the inbound trains running on kobe rapid transit railway lines , the names of the destinations are announced as ' hankyu sannomiya ' and ' hankyu osaka umeda . ' there are many passengers who insist on being seated , and therefore at umeda station one can always see many passengers , who although they are staying in rows in front of the doors of a limited express or an express train that is soon to depart , are in fact waiting for the next train with the expectation of sitting . at some transfer stations to other lines like kawanishi-noseguchi station and takarazuka station , one can see many passengers dashing furiously for the next train in order to secure seats . meanwhile , on ordinary days it 's considered illegal to ride on a turned-back train between juso station and umeda station ( since the return-trip of the section is not calculated in the fare ) ; however , the day on which the naniwa yodogawa fireworks display ( formerly called heisei yodogawa fireworks display ) is celebrated , the round trip to umeda station is exceptionally admitted because juso station becomes enormously crowded . hankyu railway places in each train a car called the ' priority seat / mobile phone power source off car , ' in which mobile phones must remain off at all times . this car was provisionally introduced on a trial basis during a one-month period beginning june 10 , 2003 , but since july 11 of the same year it has been formally operated . the car is also introduced in the osaka municipal subway sakaisuji line , which connects directly with the kyoto line as well as the nose and kobe electric railways , both of which are members of the hankyu group . the manner in which the ' mobile phone power source off car ' is announced varies occasionally , according to the conductor . the designated car is car 1 , ( the first car of a train heading for kobe , takarazuka , kyoto , arashiyama , itami , mino , kawanishi-noseguchi ) . another unique rule of hankyu railway worth mentioning was the designation of ' all seats--priority seats . ' in hankyu railway , ' priority seats ' were abolished and ' all seats--priority seats ' was introduced in april 1999 , based on the idea that ' we must show a spirit of give-and-take at each seat , whether it is designated or not . ' coincident with this rule , hankyu railway had to set up ' mobile phone power source off cars ' because it didn 't have any designated priority seats in the cars , but all other companies introduced the rule that mobile phones should remain off only around the reserved seats . however , against the company 's expectation it was revealed that the ' all seats--priority seats ' rule had not been accepted among the passengers and the give-and-take spirit of the seats was seldom practiced ; therefore , the company decided to review the ' all seats--priority seats ' rule , based on the request to bring back the priority seating , as presented at the shareholders ' meeting of the hankyu hanshin holdings at the end of june 2007 ; and on october 29 of the same year the ' all seats--priority seats ' rule was abolished and the reserved ' priority seats ' were designated . however , there still is a concern that , although the ' priority seats ' are basically set as ' the seats that shall be the most posterior part of the car when heading toward umeda station , ' it is not well unified among the cars because , in the cars with the driver 's platform or the vacant space remaining after the platform was removed , the priority seats are set just on the opposite side of it , and when the fleet includes such a car in the middle ( like 8032f of the kobe line ) , the priority seat position is sometimes in the anterior part or other times in the posterior part . the crew of a local train waiting for a higher-category train to pass at a station is obliged to stand on the platform and monitor the passing train . then , the driver , in addition to setting the brake handle at the emergency position , stands on the platform , taking the master controller key with him ( when the train is kyoto line train series 5300 or older , the reverse handle : a switching handlebar for going forward / backward , which is attachable to the principle controller ) . when the train starts at a station where the crew change has been made , it is sometimes signaled with an alarm horn . in the late 1990s , as the first railway company in the kinki district , hankyu railway allowed third-party entities to shoot tv programs , movies and dramas in its premises ( in japan , keisei electric railway was the first railway company that started business activity related to the shooting of tv and movies ) . because the address of the registered office of the company is in ikeda city , osaka prefecture , it is always at the top in the corporate tax ranking at toyono tax office , which has jurisdiction over ikeda city . the company set out the ' exit exclusively for students ' in the mid-1960s at several stations , starting at koyoen station on the koyo line , which was the first attempt as a railway company in japan ( but it applied only to students who wore school uniforms ) . during the year end / new year period , the timetable for saturdays and holidays is applied , but the takarazuka line exceptionally operates the express and local trains every 10 minutes each in the first three days of the new year . at one time the kyoto line also operated the limited express and express trains on an extra basis during the first three days of the new year , until the frequency of the limited express during daytime was increased . during the morning and evening rush hours , ' student corps ' are stationed as ' oshiya , ' the staff people who push customers into trains ( a part-time job ) . as the name suggests , those employed are university students and vocational college students . among the private railway companies in kansai district , it was hankyu railway that opened the tachigui soba / udon noodle stands ( hankyu soba ) inside the station for the first time . the company owns land in the international culture park ( saito ) . an economical , unfinished model kit of hankyu commuter trains is sold by greenmax corporation . using various parts in combination , trains of the series 2000 through 8000 can be made . for other types , please refer to the section " models by type . " for all the companies belonging to the hankyu hanshin toho group , please refer to the section " hankyu hanshin toho group . " hankyu department store toho co . , ltd . hanshin electric railway group hankyu corporation group nose electric railway co . , ltd . kita-osaka kyuko railway co . , ltd . kobe electric railway co . , ltd . hokushinkyuko railway co . , ltd . kobe rapid transit railway co . , ltd hankyu bus co . , ltd . hankyu den 'en bus co . , ltd . shintetsu bus co . , ltd . tango kairiku kotsu co . , ltd . hankyu taxi inc . hankyu travel international co . , ltd . kansai telecasting corporation is a sub-key station of the fuji news network and fuji network system . it is also closely allied with the fujisankei communications group . hankyu communications co . , ltd . ( formerly tbs-britannica ) alna sharyo co . , ltd . station finance inc . theater drama city urban ace corporation mori-gumi co . , ltd . koma stadium co . , ltd. belongs to the toho group . tokyo rakutenchi co . , ltd. also belongs to the toho group . os co . , ltd. also belongs to the toho group . shimotsui dentetsu receives hankyu railway 's capital participation but has a somewhat minimal relationship . zentan bus co . , ltd. was once an affiliate of hankyu railway . the bank of ikeda , ltd. has hankyu hanshin holdings as its major shareholder ; the bank is in charge of the management of the automated teller machines ( patsat ) installed at stations on the hankyu railway lines . mainichi broadcasting system , inc . : although many people imagine that hankyu is the company that took part in launching kansai telecasting corporation , it was also involved in opening the station of mainichi broadcasting system , formerly the shinnihon broadcasting system . fm osaka : hankyu hanshin holdings is one of its shareholders . the company sponsors the stop drunk driving ( sdd ) project in order to promote abstinence from drunk-driving , doing so in the name of hankyu hanshin toho group . kiss-fm / kobe : although the period of time is unknown , there was a program sponsored by hankyu . hankyu drama series - a tv program televised on kansai telecasting corporation ( ktv ) and , together with hankyu department store and hankyu realty co . , ltd . , the company was a sponsor of the series . mbs now - a tv program once sponsored by the company . mbs tigers nighter ( baseball night game ) - a radio program cosponsored by the company and hankyu department store and rebroadcasted in ' braves dynamic hour . ' +surutto kansai is the network of the railway cards for the public transport system in kansai ( kinki area ) , or the biggest company in its association , which has a head office in osaka city , osaka-prefecture . the company 's official business name is surutto kansai co . , ltd . surutto kansai is the name of the system , but the name of the card varies depending on which company issues it . on april 1 , 1992 the hankyu railway co . , ltd. introduced the usage of a stored fare system , ' lagare through , ' using the lagare card , which was previously used to purchase a ticket or to adjust the train fare ; the nose electric railway co . , ltd. also introduced its pastoral card together with the lagare card in 1994 . as hanshin electric railway co . , ltd . , osaka municipal transportation bureau and kita-osaka kyuko railway co . , ltd. were considering the possibility of updating the auto-ticketing machine system , but they were approached to join in this system using the same service name , ' surutto kansai ( kansai thru pass ) , ' and it started operation on march 20 , 1996 . originally , the day-to-day operation of surutto kansai ( kansai thru pass ) was distributed to each association member , but as the number of members increased , surutto kansai co . , ltd. was established on july 18 , 2000 to do full-time management of the company for the sake of smooth operations . surutto kansai sells not only prepaid tickets but also various tickets , and plans and produces products of the companies of association members in collaboration with other sales companies ; it sells toys or gum jointly made by companies , such as bandai co . , ltd. or meiji seika kaisya ltd . , at major stations . surutto kansai also purveys a part of the materials for mounting tickets ( the government-owned public transport is an exception , since the materials become available through tender ) . because the jointly planned products like toys , compact discs or limited-edition models of the b train shorty from bandai are all one-off sale products , once they 're sold out there is no reselling , so many railway fans living in kansai ask for the reselling of products with unlimited stock and pre-order sale . ( there was a sale of the b train shorty that was modified to sell to the public from nankai electric railway co . , ltd. in november 2005 and september 2007 , from hankyu railway , keihan electric railway co . , ltd. and sanyo electric railway co . , ltd. from june to august 2007 , from osaka municipal transportation bureau in january 2008 and from kintetsu corporation / kintetsu railways in march 2008 ) . the ' pitapa , ' a contactless ic card , was introduced in 2004 . accordingly , not only other transportation companies in kansai but also companies from okayama and shizuoka prefectures joined the surutto kansai association in order to start using ' pitapa . ' as ' pitapa ' can be used as an electric money card , department stores and local public bodies have participated in the system ( please see the pitapa section for the details of participants and the introduction period ) . it is said that ' surutto kansai , ' the magnetic train ticket , can be used in the entire area of the kinki district ( keihanshin district- kyoto , osaka , kobe area ) , but there are some areas--particularly within bus routes--where the card can 't be used . in shiga prefecture the card can be used on the keihan keishin line , hieizan railway ( sakamoto cable car ) , keihan uji bus co . , ltd. operated in otsu city and kyoto bus hira route operated in takashima city . the keihan ishiyama-sakamoto line ( introduced pitapa on april 1 , 2007 ) , omi railway corporation ( both railway and bus ) of the seibu group , a major transportation company in shiga prefecture , kojak bus co . , ltd. of the keihan group and the independent company teisan konan kotsu , as well as shiga kotsu , aren 't part of the network ( they haven 't even joined the association ) ; surutto kansai isn 't popular in shiga prefecture ( although keihan bus operates in shiga prefecture , surutto kansai is not in service as the system has only been introduced into a few of the business offices in charge of running local transportation ) . compared to surutto kansai , the j-thru card or the icoca card can be used widely in the west japan railway company ( jr west japan ) within shiga prefecture . ( however , no bus company accepts the j-thru card or icoca card in shiga prefecture ) . the surutto kansai card can 't be used in nara kotsu bus lines co . , ltd. or shinkibus co . , ltd . , which are major bus companies in nara and hyogo prefectures ( however , both companies are members of the association and are considering the possibility of introducing the system together with ic card , pitapa ) . the surutto kansai card can 't be used in the yasaka bus co . , ltd. of kyoto city , hankai tramway co . , ltd. of south osaka district ( nankai group ) , chunichi rinkai bus co . , ltd . , kongo motor co . , ltd . , nihonjo taxi co . , ltd . , himeji city business transport division in the harima district and the akashi city traffic section , but they aren 't part of the association ( the j-thru card can be used for the akashi city traffic section ) . mizuma railway co . , ltd. and keihan kyoto kotsu co . , ltd. decided to join surutto kansai association and participated in their event held in autumn 2007 ( keihan kyoto kotsu introduced surutto kansai together with ' pitapa ' on march 1 , 2008 , an expected introductory period for mizuma railway co . , ltd . , and other buses is unknown ) . on the other hand , in wakayama prefecture the system is introduced by wakayama bus naga co . , ltd. of the nankai group ( except for special routes ) , wakayama bus co . , ltd. and nankai rinkan bus co . , ltd . ( except for express buses arriving and departing from koyasan station ) . the surutto kansai card isn 't available in the wakayama electric railway co . , ltd . ( the old nankai kishigawa line ) and south of kainan city , the southern limit of the wakayama bus system . the community buses run by local governments vary as to whether the service is available or not , depending on the contractor 's service . in terms of the airport limousine bus service , only the kawanishi route of osaka airport transport co . , ltd. is available to use the surutto kansai system ( pitapa is being used for the bus route arriving and departing from osaka airport , only being run by osaka airport transport co . , ltd . ) . the same service is not yet available for the busses arriving and departing from kansai international airport . on march , 31 , 2006 keihan uji kotsu and its subsidiary company , keihan uji kotsu tanabe , were merged by keihan bus and resigned from the surutto kansai association . this was the first recorded resignation of an association member . the passnet being used in the kanto area is similar to the surutto kansai , which can be used in various private railways in major cities ; however , when the pasmo ic card of passnet came out on the market , the sale of the passnet was suspended within a year , in january 2008 ; on the other hand , the pitapa , an ic card version of surutto kansai , has been on the market for four years as of 2008 , but there is no sign that the sale of the surutto kansai card will be suspended . the fare used on pitapa can be paid afterwards and the personal information will be checked before the card is issued , this being the same process as issuing credit cards ( there is a different level of review compared to the one with the credit card , although it is not announced ) ; and there is more demand for pasmo since the card can be purchased with no identification and no condition , making it easier for those who don 't prefer to use the same system as with credit cards . there is one aspect for surutto kansai association members , particularly bus companies , that can 't commit to introducing ic cards due to business difficulties , given that such difficulties can be more severe than in a metropolitan area . in kintetsu corporation / kintetsu railways the vending machines of surutto kansai were installed as requested by consumers ; the conductor would sell the ticket on the express train of the osaka line ( west of yamato-yagi station ) and the kashiwara line and kyoto line , etc . ; or hankyu station staff would organize a small stall to sell the card in the station , in contrast to the sale of passnet , the sales of which gradually decreased since the introduction of pasmo . ( after considering the above situation , the use of the icoca card was allowed ; however , there were some complaints saying the service wasn 't as good as jr trains , that the passengers weren 't informed they could go on privately run trains with this card , or that there weren 't enough automatic ticketing machines to recharge the card or balance the train fare ) ; incidentally , the surutto kansai cards can be sold cheaper than the actual sales price , ( 1,000 yen ticket is sold for 990 yen ) at ticket sales offices , so passengers can buy them at cheaper prices than those of pitapa and icoca tickets . the purpose of using surutto kansai is as follows : with the introduction of the prepaid ticket , passengers don 't need to purchase extra tickets . the prepaid riding ticket card and prepaid card to buy train tickets are the same . the common prepaid card , as used to ride trains as well as purchase riding tickets , should be used throughout surutto kansai association companies . this way , passengers who travel around the area covered by association member companies will be able to travel on various transport facilities using a prepaid card with the ' surutto kansai ' logo , being equivalent to money cards or train tickets . the stated value of surutto kansai is as follows : some companies don 't recognize the same stated value on the card . there is no validity date stated on each card . adult 's card 500 yen 1,000 yen 2,000 yen 3,000 yen 5,000 yen child 's card 500 yen 1,000 yen 1,500 yen 2,000 yen 2,500 yen special concession card a physical disability certificate or rehabilitation certificate must be presented when purchasing the card . adult 's card 1,000 yen 1,500 yen child 's card 500 yen 750 yen the round-trip tickets are for sale and can be used within surutto kansai association affiliates . some tickets have limited usage areas with respect to the transportation company or travel area . surutto kansai 3 day ticket ( available throughout the year in japan ) the ticket can be used without limit for three consecutive days , and you can enjoy discounts from certain facilities . adult ticket 5,000 yen ( 1,667 yen per day ) , child 's ticket 2,500 yen although the ticket is available for purchase throughout the year , attention should be paid when purchasing or using the ticket since there is a validity date . the coupon ticket can be purchased at travel agencies ( excluding the kinki region and mie prefecture ) for exchange within the serviced area . there is a place from which you can purchase the ticket directly . this ticket can be purchased overseas as well ; it is popular in korea , since more tourists are coming to japan these days . no refund is available . surutto kansai 2 day ticket ( available throughout the year in japan ) the ticket used to be limited for two days ' consecutive use , but the one on sale now can be used for unlimited rides in any two days ; also , the special discounts are available from designated facilities . adult ticket 3,800 yen ( 1,900 yen per day ) , child 's ticket 1,900 yen the same way as the 3 day ticket , this ticket sale is available throughout the year ; but please pay attention to the validity period when you purchase or use it . the ticket can be purchased the same way as the 3 day ticket . ( sales available throughout the year in japan ) no refund is available . surutto kansai 3 day ticket ( limited sale from stations within kansai area ) three non-consecutive-day unlimited rides are allowed , and special discounts from designated facilities are available . adult ticket 5,000 yen ( 1,667 yen per day ) , child 's ticket 2,500 yen the ticket is not available for sale in winter , nor can it be used during limited periods . the ticket can be purchased from the major stations of surutto kansai association members . refunds are available under standard conditions within the validity term of the ticket , with some fees applying . the 2 day and 3 day tickets can be used partly for the keihan ishiyama-sakamoto line and otsu district of keihan bus in addition to the current limited use . there is limited use of the community bus run by the local government ( which is in fact operated by contractors ) . osaka unlimited pass unlimited one-day rides for the subway , nanko port town line and fixed-route bus owned by osaka municipal transportation bureau as well as trains and buses in osaka city ( including portions of sakai city and amagasaki city ) are allowed . you can enjoy free admission to 25 facilities , along with discounts from other facilities or shops . 2,000 yen ( osaka area , adult only ) the ticket is available for purchase throughout the year . there is an extended area ride ticket ( from 2,200 yen ) available from surutto kansai association members . the osaka kaiyu ticket comes with admission to osaka aquarium kaiyukan . kobe sightseeing one-day coupon this coupon comes with one-day unlimited bus and train ticket in kobe and a 1,000 yen value of the ' kobegaiyu ticket , ' which can be used at tourist facilities in the city . 2,000 yen ( adult only ) the sale of this ticket is limited to the spring / summer series ( april to september ) and the autumn / winter series ( october to march ) . various other series such as the hankyu electric railway series , hanshin electric railway series , sanyo electric railway series and shintetsu ( kobe electric railway co . , ltd . ) extended series are available . sometimes a winter special called the ' arima onsen yukemuri ticket ' is available , which includes a free admission ticket to ' arima onsen taiko-no-yu . ' except for the above tickets , surutto kansai association member companies provide free seasonal tickets for use on the transportation companies of association members . the surutto kansai prepaid ticket is height 85 mm x width 57.5 mm ( japan railway engineers ' association ( jrea ) ) x approx . 0.3 mm thick ; made of polyester , it is slightly wider than a telephone card ( the same size as a magnetic commuter pass ) . the information is recorded magnetically , and it 's rewritable with a card reader or an automatic ticket gate ( ※ specified model ) . the print ( thermo-sensitive film breakdown or thermo-sensitive chromogenic method ) on the back can be edited the same way . the card that is sold has a record of the message rate with a certain money value : each time the card is used to buy a train ticket by letting it through the ticket vending machine or ticket gate , the required message rate is deducted and the record is rewritten onto the data . the last 21 rates used are printed on the back of the card so that it 's easy to see how much remains on the card . the recordable information is the name of the transportation company , station used , car number , the purpose of use ( the sector being used or to buy the train ticket ) , date , credit balance , etc . if there is no space on the back to print the details , the card can be replaced with a new one by putting the card into the vending machine , in which case the credit balance will be adjusted ( the original card will return to the holder with a double crossed line on the credit balance and stating a zero balance ) . on the nankai electric railway , special express tickets for limited express trains can be purchased with the card ( excluding part of the ticket office or sales office inside the train ) . currently the card after use ( the card is reused by paying additional credit , etc . ) is disposable , since there is no other system available to reuse it . the used cards are collected into a special box at each station and are sold to overseas card collectors . the prepaid card such as passnet in the kanto region or the tran-pass in the chubu region cannot be used to go through the ticket gate if the credit balance is less than the base rate ; however , the surutto kansai card can be used in the same situation even the balance of the card is 10 yen , in which the balance can be paid after the passenger goes through the ticket gate . regarding the above , using passnet or tran-pass , according to railway operation act clause 29 , 1 , there is a fine of under 50 yen , in fact more than 10,000 yen , less than 20,000 yen to the passenger who gets onto the train without having a sufficient ticket whose value is more than the base rate , and without letting train staff know ; however , surutto kansai is an exception and allows this , since their cards ( including those issued by other member companies , including j-thru of jr west ) are permitted as an exception by ministry of land , infrastructure , transport and tourism ( it is considered that the passengers have informed the railway staff ) . this is very convenient for the passengers , since they can ride on the train even if they don 't have enough credit on the cards , especially when there is no time to buy tickets when the train is already at the platform ( rushing onto the train is dangerous , so it is not recommended ) . this way , in either system of kanto or kansai , since it isn 't helping people obtain an illegal ride , the kansai business-style card such as surutto kansai or j-thru card is ideal from the user 's point of view . the installation date is the date when the surutto kansai prepaid card is usable on certain transportation company routes . the card can be used before the installation date for a certain transportation company or route but only as a three-day ticket , etc . the shortened kanji code is printed as a reference as the company name of the station where the passenger has boarded . the shortened english code is printed as a reference to the company name of the station where the passenger disembarks . the symbol ― means there is no setup . when getting onto the train or using a ticket vending machine or exit-fare machine , the first three letters of the station are printed on the card followed by an abbreviated kanji company code , while when getting off the first two letters of the station are printed , followed by an abbreviated english company code . when using buses the maximum of four numeric digits or characters ( such as english letters ) are printed on the card , followed by the company code . please refer to the section on pitapa for the details of installation businesses and routes of the ' pitapa ' ic card . ※ 1 osaka port transportation system the route was transferred to osaka municipal transportation bureau on july 1 , 2005 . ※ 2 nankai electric railway the service wasn 't available for the kishigawa line of wakayama electric railway ( this line was assigned to wakayama electric railway on april 1 , 2006 ) . ※ 3 keihan electric railway it can 't be used on the keihan ishiyama-sakamoto line ( pitapa can be used ) . ※ 4 kintetsu corporation / kintetsu railways the service is available west of aoyamacho station ( available for kintetsu tawaramoto line , kintesu domyoji line and the section between ichio station and yoshino station ( nara prefecture ) of the kintetsu yoshino line ) , excluding cable cars . there are some stations outside the service area where passengers can purchase tickets using surutto kansai cards ( the pitapa card can be used on one part of the shima line and other lines , excluding the kintetsu utsube , kintetsu hachioji and kintetsu shima lines ) . the service wasn 't available for the iga line , iga railway , located in the west of aoyamacho ( the operation of the same line was relegated to iga railway on october 1 , 2007 ) . ※ 5 keifuku electric railroad co . , ltd . ( randen ) the card only has printing that can be used at the ticketing gate . the print will be the bus-style print of ' keifuku electric railway ' as applied by the card reader on the train . ※ 6 hieizan railway ( hieizan sakamoto cable car ) the card will be printed as ' hieizan ' with bus-style print by the card reader at the station ticketing gate . ※ 7 eizan electric railway the print applied by the card reader in the train will still have railway-style print . ※ 1 bus operated by osaka municipal transportation bureau the print to indicate use of a red bus will be ' daiko bus . ' ※ 2 osaka airport transportation it is only available on the kawanishi line ( but pitapa can be used except for routes connecting to kansai international airport ) . ※ 3 nankai wing bus nanbu , wakayama bus naga the card can 't be used on the tarui-iwade route . ※ 4 keihan bus the card can 't be used within the otsu district and for community bus ( however , a three-day ticket can be used in the otsu district ) . ※ 5 keihan uji kotsu , keihan uji kotsu tanabe on april 1 , 2006 the company was merged by keihan bus . ※ 6 kobe city transportation promotion co . , ltd . the card can only be used on the yamanote route . ※ 7 keihan kyoto kotsu , keihan uji bus the card can 't be used on the ritsumeikan-daigaku ( university ) route ( bkc ) . the card for both above companies can 't be used on an express bus or a regular tour bus . the card can be used for the nankai bus ( night express bus ( nankai bus ) ) ( however , the three-day ticket can 't be used ) . kintetsu didn 't join the association until later , due to the following background : it would have been too costly to introduce the stored fare system , and there wasn 't enough return by collecting money afterwards . an enormous investment would be needed for automatic ticket checker / automatic ticket gates . also , the investment in automatic ticket machine / automatic ticket vending machines would have been too costly . kintetsu had to consider modifying its automatic ticket machine since the standard of surutto kansai card was different from its own prepaid card , apart from the size , that being the ' pearl card , ' which had previously been introduced by kintetsu railways . kintetsu shared many stations with jr . stations delegated to jr : kashiwabara station ( osaka prefecture ) , yoshinoguchi station , iga ueno station ( the previously used name , currently run by iga railway ) no-latch connection ( the stations from which passengers can exit without going through the ticketing gate ) ( in addition to the above ) : sakurai station ( nara prefecture ) ( previous ) , kuwana station , tsu station , matsuzaka station , ise-shi station connected ticketing gate : tsuruhashi station , kyoto station ( previous ) there was no big necessity for kintetsu to introduce the system . kintetsu railways didn 't have many competitive routes against jr west compared to other private railway companies like hankyu and nankai railway , which were already competing against jr . because j-thru was introduced jointly , there were some issues about sharing the same stations , as mentioned above . kintetsu didn 't expect much return from the increase of passengers using the stored fare system after investing money . given the above background , kintetsu wasn 't very eager to introduce the stored fare system . on the other hand , it wasn 't convenient for surutto kansai to have kintetsu 's enormous route . in another words , it was a great burden for surutto kansai to add not only the data of more than 300 stations into the system but also to deal with kintetsu 's complicated fare system . one reason for not joining in is that there was a requirement of setting up automatic ticket machines at all stations . in addition to the above , since the kintetsu card had some restrictions , such as not being allowed to go on a long round trip with a base-fare ticket , two-day validity of long-distance tickets and prohibition from getting off on the way and so on , all of which were obstacles to the introduction of a stored fare system . however , the situation changed as follows : kintetsu decided to go ahead with the introduction of the stored fare system . after the new system was developed to prevent the illegal use of commuter passes , more money was collected by using the automatic ticket gate . the problem was solved at the connecting gate to the jr lines at tsuruhashi station after introducing the automatic ticket gate , which takes two tickets at the same time . the amount of the investment needed for an automatic ticket gate decreased due to the lack of demand for their use after the decline in passengers . subsequently , kintetsu finally joined the association as it discontinued the restriction of setting a certain route ( except for kintetsu tawara main line ) for each ticket , two-day validity for long-distance tickets and the stopover system ; concurrently , surutto kansai abolished the condition of having automatic ticket machines at all stations . +the biwako line is the name of the train line that runs between kyoto station and maibara station of the tokaido main line , and also between maibara station and nagahama station of the hokuriku main line , both of which are run by west japan railway company ( jr west ) . the line color is blue . after jr was established , on march 13 , 1988 it was decided that the name of the line between kyoto and maibara would be jr kyoto line ; however , it was renamed in 1989 since there was strong demand from the local community and governor of shiga prefecture to have a more localized name . the section between maibara and nagahama of the hokuriku main line was added to the biwako line when the section between tamura station and nagahama was changed from ac electrification to dc electrification in september 1991 ; however , the same line between nagahama and tsuruga station , which was changed to dc electrification in october 2006 , was not added to the biwako line . in the trains of central japan railway company ( jr central ) , especially on shinkansen ( bullet trains ) , the train line name of the urban network is not being announced ; however in local trains that run from ogaki station to maibara station , the train that run toward the direction of kyoto is announced as ' biwako line . ' also the announcement inside maibara station , the train line towards ogaki is called ' tokaido line ' and the line towards kyoto is called ' biwako line . ' the rail track between kyoto and kusatsu is a quadruple track : the two outside rail lines ( outer lines ) are for higher-category trains and freight trains , the inside two lines ( inner lines ) are for special rapid trains and local trains . in the whole lines between kyoto and maibara the trains run at 130 km / hour and the trains operating on the inner lines between kyoto and kusatsu also run at 130 km / hour . the following stations are those that do not have absolute lights ; otsu station , seta station , minami-kusatsu station , ritto station , moriyama station , shinohara station , inae station and minami-hikone station each train going inbound at notogawa station and yasu station , as well as the ones going outbound at omi-hachiman station , connects to local and limited express trains ; accordingly , the inside line at kawase station and azuchi station are used for local trains waiting for limited express trains , or for shuttle trains . there is a train depot ( kyoto comprehensive operation office yasu branch ) where series 221 and 223 trains are kept . in all sections , the hanwa line operation control system is being used . the j-through , icoca , suica of east japan railway company ( jr east ) , toica of the central japan railway company ( jr tokai ) and pitapa of surutto kansai association can be used at all stations of the biwako line . the running form of the biwako line is basically operated together with the jr kyoto line and jr kobe line . there are direct operating trains such as higher-category train , special rapid and rapid train ( running as a local train within the biwako line ) that run from the jr kyoto line and jr kobe line . there aren 't many limited express trains available going toward hokuriku compared to the jr kyoto line , since they enter the kosei line from yamashina station . the following trains are run regularly . the airport express ' haruka ' and the limited express ' biwako express ' run during rush hour , while overnight train service and express trains run late at night and early morning hours . overnight train services ' fuji ' , ' hayabusa ' ( tokyo - oita , kumamoto ) overnight train services ' ( sunrise ) seto ' , ' ( sunrise ) izumo ' ( tokyo - takamatsu , izumo-city ) express ' kitaguni ' ( niigata - osaka ) limited express ' biwako express ' ( maibara - osaka ) airport express ' haruka ' ( maibara , kusatsu - kansai international airport ) limited express ' shinano ' ( nagano - osaka ) limited express ' hida ' ( takayama - osaka ) in case of using the limited express train only within the biwako line , it is less reasonable because the express train fee is more expensive than that of the shinkansen . the special rapid train runs directly from himeji of the jr kobe line , aboshi and kamigori of the sanyo main line , banshu ako station of the ako line via jr kyoto line and through to nagahama station of the biwako line and omi-shiotsu station and tsuruga station of the hokuriku main line . during the day there are four special rapid trains per hour running on the jr kyoto line ; since one of them runs into the kosei line from yamashina , there are three special rapid trains going into the biwako line , two of which running to the east of yasu . there are four special rapid trains running toward yasu , starting in the evening . in the morning there are some special rapid trains operating west of kusatsu and yasu , while there are some local trains running on the eastern side . except for some trains , most run on the inner line between kyoto and kusatsu . due to the active length of the platform , trains departing from and arriving at nagahama station are eight-car trains , while the ones departing from and arriving at tsuruga station and omi-shiotsu station are four-car trains ( the 12-car trains are divided or convened at maibara ) . due to the change of the train timetable on october 21 , 2006 , some trains departing from and arriving at nagahama station were extended to run to omi-shiotsu station and tsuruga station . all the trains are jr ( west ) suburban train series 223 , model no.1000s , or jr ( west ) suburban train series 223 , model no.2000s. most local trains of the biwako line run as through-trains between the jr kyoto line and the jr kobe line , but they also run as rapid trains for stops west of takatsuki station ( the western part of kyoto in the morning and a midnight ) . the trains don 't enter the jr kyoto line early in the morning and at midnight , and there are also some trains arriving at and departing from kyoto station . many trains arrive at and depart from maibara station or yasu station , which is halfway through , while others run through to ogaki station or nagahama station . part of the train is changed to a special rapid train ( or changed from a special rapid train ) from kusatsu station and yasu station . the trains run on the inner line between kusatsu station and kyoto station . after the change of the train timetable in march 2008 , the outbound local trains during the daytime do not wait for special rapid trains at omi-hachiman station , and they now arrive at kyoto station first after departing from maibara station . in the morning and evening some outbound trains connect with special rapid trains at omi-hachiman station , or some inbound trains connect with special rapid trains at yasu station . there are connecting local trains available going further than maibara station after the special rapid trains terminate at yasu station from evening hours . these are six- , eight- , 10- and 12-car trains of jr ( west ) suburban train series 221 ( model no.1000s and 2000s ) and series 223 , model no. 6000s ( aboshi trains ) . ( both of them belong to the aboshi general rolling stock station . ) the trains going to yasu station , which divides at kyoto station , and the ones departing from maibara station to kusatsu station , are four-car trains run in the morning on weekdays . these trains are called ' t-trains ' by the train crew since the last letter of the train number is t. ( the last letter of the train numbers for rapid trains between takatsuki station and kyoto station is m for weekdays and k for weekends . these are also called t-trains , while weekday trains are called m-trains and the weekend trains are called k-trains . ) there are some direct trains from kyoto station to kusatsu station in the morning and evening : the trains used are jnr / jr suburban train series 117 and jnr / jr suburban train series 113 belonging to kyoto general rolling stock station . some local trains have direct connections to the kusatsu line and kosei line , running the outer line between kusatsu station and kyoto station . the local four-door trains ( keihanshin kanko line ) ( jr ( west ) suburban train series 207 and 321 ) run in the morning and evening on weekdays between nishi-akashi / shinsanda and kusatsu / yasu . the last letter of the train number is c for a weekday train ( b for a weekend train , despite the fact that no trains run within the biwako line on weekends ) . there are special rapid trains and the local trains of the kosei line running between yamashina station and kyoto station . please refer to kosei line for details . there is a future plan to build a new station between yamashina station and kyoto station . +kyoto electric railway is a private rail company established in 1893 . the former rail line from current sanin main line was partly built and started its operation . the company president is gentaro tanaka . during the meiji period it was an important issue to have railroad facilities to maizuru city , the second-largest city ( followed by kyoto city in kyoto prefecture ) , which had a valuable commercial port on the sea of japan . gentaro tanaka and kotetsu hamaoka established a company to lay a railroad from kyoto to maizuru city , and in 1895 the rail license was granted to lay a railroad from kyoto station to maizuru via ayabe city . the granting of a rail license to maizuru was the result of a great effort , since there were other companies competing against kyoto electric railway to lay a railroad to maizuru , such as hankaku railway / hankaku tetsudo ( osaka-fukuchiyama-maizuru ) and setsutan railway / setsutan tetsudo ( osaka-sonobe-maizuru ) . the railroad was put through a sheer cliff , and once the complicated construction work to build eight tunnels and more than 50 bridges at hozukyo valley was finished , the sector between kyoto and sonobe station opened in 1900 ; however , the construction work north of sonobe did not proceed due to a cash-flow problem , and when the maizuru army base ( or maizuru naval base ) opened , the government decided it was necessary to lay railroad from kyoto to maizuru in order to carry out national policy , took away the rail license and started the work to finish laying the railroad by itself . the rail work was completed between sonobe and ayabe in 1910 . kyoto electric railway remained in operation between kyoto and sonobe , but the year after the announcement of the japanese railway nationalization act of 1906 the kyoto electric railway was bought up by the government together with hankaku railway / hankaku tetsudo in 1907 . nijo station is one of the oldest wooden-constructed post houses in japan ( built in 1904 ) ; it was used as an office , but eventually it was moved to the umekoji steam locomotive museum as there was to be built an elevated railroad at the same station in 1996 , which is currently used as a museum for materials . 1893 : it was established . the aim was to lay tracks between kyoto city and maizuru city . february 15 , 1897 : the line between nijo station and saga-arashiyama station opened . nijo station and saga station were established . april 27 , 1897 : the extension work between omiya station and nijo station commenced . omiya station and tanbaguchi station were established . november 16 , 1897 : the extension work between kyoto station and omiya station commenced . the ministry of railways entered into kyoto station . january 1 , 1898 : hanazono station was established . august 1 , 1899 : omiya station closed . august 15 , 1899 : the extension work was completed between nijo station and sonobe station and the entire line was opened for service . kameoka station , yagi station and sonobe station were established . january 15 , 1905 : omiya station was re-established . august 1 , 1907 : kyoto electric railway was nationalized . october 12 , 1909 : the name of the rail track was established as the ' kyoto line . ' these were the names of the rail tracks and stations as of july 31 , 1907 , just before the line was nationalized . kyoto - sonobe ( 22.2m35.73km ) kyoto station - omiya station - tanbaguchi station - nijo station - hanazono station ( kyoto prefecture ) - saga-arashiyama station - kameoka station - yagi station - sonobe station style 3 ( nos . 1 , 2 ) - made by nasmyth , wilson & co . , ltd. in england in 1894 , the wheel arrangement 0-6-0 ( c ) tank locomotive - it is presumed that no. 2 was given to the taiwan governor-general railway in 1895 ( before operations began ) . after kyoto electric railway was nationalized no. 1 became jnr steam locomotive type 1100 ( 1111 ) . style 1 ( no. 2 ( second generation ) , 6 , 7 ) - made by nasmyth , wilson & co . , ltd. in 1898 , 1903 in england , the wheel arrangement 2-4-2 ( 1b1 ) tank locomotive → railway bureau jnr steam locomotive type 400 ( 643-645 ) style 2 ( no. 3 ) - made by dubs & co. in 1894 in england , the wheel arrangement 2-4-2 ( 1b1 ) tank locomotive → railway bureau jnr steam locomotive type 400 ( 509 ) , ※ it was given from the government 's own railway ? ) style 4 ( nos . 4 , 5 ) - made by pittsburgh locomotive and car works in 1897 in the united states , the wheel arrangement 4-4-0 ( 2b ) tender engine ( tender locomotive ) → it was given to sanyo railway company in 1905 . after kyoto electric railway was nationalized it became jnr steam locomotive type 5200 ( 5200 , 5201 ) . +kansai railway company ( it 's pronounced in kanji characters as either kansai railway company or kansei railway company ) is a railway industry that runs railroads across central japan railway company ( jr central ) and west japan railway company ( jr west ) ' s current railroad , which existed during the meiji period ; it is the predecessor of the kansai main line , kusatsu line , katamachi line , kisei main line , sakurai line , wakayama line , nara line and osaka loop line . the head office was once located in yokkaichi city , mie prefecture , but eventually the office moved to osaka . this railroad was opened in order to connect the area in mie and shiga prefectures along the old tokaido , which was not included in the route of the tokaido main line of the government railway ( kantetsu ) ; meanwhile , the kansai railway company merged other surrounding railway companies to expand the route in order to set up a direct route between nagoya and osaka . the famous story , which has been handed through the years , states that the kansai railway company had a fierce battles against the government railway company to get more passengers . the company is well known for its progressive approach to customer service and vehicle technology ; yasujiro shima , an engineer , worked in the early years and became known as a pioneering japanese railway technologist , eventually making a big contribution to the company ( he was the son of hideo shima , who was a contributor to the production of shinkansen ( bullet trains ) ) . originally it was set up to connect the cities in shiga and mie prefectures along the tokaido to the tokaido line , which was not included in the route of the government railway company . the route was subsequently expanded to nara in the west , merging with naniwa railway , which used to run trains between katamachi station and shijo-nawate station , and the joga railway ( which was not yet in operation ) , which had a railway license from shijo-nawate to kizu ; the kansai railway company opened the new route of meihan via the current katamachi line and established a terminal in katamachi , osaka in 1898 . because it was hard to expand off the site , the origination was moved to amijima station ( currently closed ) ; osaka railway , which had railroad between jr nanba station and nara , was merged and the current kansai main line was opened , re-establishing a terminal at minatomachi . once the meihan route opened , competition for freight and passengers in this sector emerged against the government railway company . it was mentioned in ' japan railway history , ' an authentic history book of the government railway , which absorbed the kansai railway company . the kansai railway company introduced an express-fare free train , which makes one round trip in the daytime and one during the night . the new style of express train using a steam engine , called ' hayakaze ' ( later called the jnr steam locomotive type 6500 ) ran in the same sector for 5 hours 34 minutes outbound and 5 hours 16 minutes inbound in the daytime ; it ran 6 hours 41 minutes outbound and 6 hours 3 minutes inbound during the night . it cost one yen and 21 sen to take the government railway express outbound train from nagoya station to osaka station ; the trip took 6 hours 4 minutes in the daytime and 5 hours 20 minutes in the nighttime , roughly the same as the kansai railway company . in 1900 the current kansai main line route ( from minatomachi station ( current jr nanba station ) to nagoya station ) via nara station and tennoji station was completed ; this route was used for the daytime express train . however , the running time of this route was lengthened . subsequently , the running time was shortened to about five hours in 1902 . in 1904 the dining car was connected to the express train . while the single train fare was one yen and 77 sen , the return fare was two yen and 30 sen on this section of the government railway from august 1 , 1902 , subsequently the kansai railway company decreased the return fare to two yen ( the single fare was one yen and 47 sen ) and the government railway decreased the return fare of the same section to one yen and 47 sen on august 6 , 1902 , which caused the return fare to be less than the single fare . soon the kansai railway company decreased the return fare to one yen and 50 sen , giving away free fans as part of its service ; consequently the competition became a hopeless mess . although both parties were reconciled after the adjustment by the governor of osaka prefecture and the members of the diet , which was suggested by the nagoya chamber of commerce at the end of the same year , in october of the followng year , the competition started again after the kansai railway company breached the arrangement , given that the same railway had set the single fare for one yen and 10 sen , return fare for one yen and 20 sen and started giving out free lunch boxes . it was excessive competition , and particularly the kansai railway company was desperate to win ( it is said that the president of kansai railway company was prepared to close the company and once mentioned , ' we have to make sure that the company won 't go bankrupt until after the government railway has ' ) . this competition ceased in may 1904 , after the start of the russo-japanese war in february of that year , and the transportation of war supplies had the top priority . after the merger , the kansai railway company developed a presence in the kinki area , and other private railway companies started to follow the trend to merge with the kansai railway company . after the merger of the kiwa railway in 1904 , the joint board of railway companies in kinki area was set up in the same year and the nanwa and nara railways merged into the kansai railway company . although the nankai railway participated in the joint board , it did not merge into the kansai railway company . the kansai railway company was nationalized on october 1 , 1907 , following the issuance of the railway nationalization act in 1906 . line 299 mile , 16 chain ( unit value ) ( opened line 280m72c , unopened line 18m24c ) , 121 locomotives , 571 passenger cars and 1273 freight cars were passed on . although a petition for exemption was submitted , because the kansai railway company was a locally based railway , it was not accepted by the government . just before the nationalization , the company had an approval of its electrification plan for the section of minatomachi , nara and kyoto as well as nagoya - kawarada station , and the joto line ( currently the osaka loop line ) , but some people said this was a tactic to increase the amount paid for acquisition due to the company 's nationalization . the electrification plan did not proceed after the nationalization , but instead the line network of the current kintetsu corporation took place , which had been in development since 1920 . the date based on japan railroad history march 1 , 1888 : the kansai railway company had an approval to establish a company with three million yen in capital in yokkaichi city , mie prefecture . on december 15 , 1889 : the operation started between kusatsu station ( shiga prefecture ) and mikumo station . february 19 , 1890 : the sector between mikumo station and tsuge station ( the current kusatsu line ) opened . december 25 , 1890 : the operation started between yokkaichi station and tsuge station . august 21 , 1891 : the sector between kameyama station ( mie prefecture ) and isshinden station opened . november 1 , 1891 : the operation started between isshinden station and tsu station . july 5 , 1894 : the extension work between yokkaichi and kuwana temporary station commenced . may 24 , 1895 : the extension work from kuwana temporary station to kuwana station started , and the sector between nagoya station and yatomi station opened . november 7 , 1895 : after the sector between yatomi station and kuwana station opened , the sector between kusatsu station and nagoya station opened . january 15 , 1897 : the operation started between tsuge station and ueno station . ( currently iga ueno station ) . february 9 , 1897 : the naniwa railway was merged ( kataoka station and shijo-nawate station ) . november 11 , 1897 : the operation started between ueno station and kamo station ( kyoto prefecture ) . april 12 , 1898 : the operation started between shijo-nawate station and nagao station ( osaka prefecture ) . april 19 , 1898 : the operation started between kamo station and daibutsu station , and the line was also called daibutsu line or daibutsu railway . june 4 , 1898 : the operation started between shin-kizu station and shijo-nawate station . september 16 : 1898 : the operation started between shin-kizu station and kizu station . november 18 : 1898 : the operation started between kamo station and shin-kizu station , and between neyagawa station and amijima station ; consequently , the section between nagoya station and amijima station fully opened and the express train stated running on the same section . may 21 , 1899 : the operation started between daibutsu station of daibutsu line and nara station , and trains started running into nara station . june 6 , 1900 : the osaka railway ( original ) was transferred ( jr nanba station - nara , oji station - sakurai station ( nara prefecture ) , tennoji station-osaka station ) . december 21 , 1901 : operation started on the section between amijima station and sakuranomiya station . january 5 , 1903 : in tennoji , the fifth naikoku kangyo hakurankai ( national expo ) opened and started freight operation , and on march 1the passenger service also started , but the facility was removed in august and september . august 27 , 1904 : the kiwa railway was accepted ( gojo station ( nara prefecture ) -kiwa station ) . december 9 , 1904 : the nanwa railway was accepted ( takada station ( nara prefecture ) -gojo ) . february 8 , 1905 : the nara railway was accepted ( kyoto station - sakurai ) . august 21 , 1907 : the route was changed around kizu and current route was established . august on 1907 : the daibutsu line was demolished ( the train station was closed in 1907 and remained as a freight station ) . october 1 , 1907 : the kansai railway company was nationalized after the issue of the railway nationalization law . these were the names of the rail tracks and stations as of september 30 , 1907 , just before the line was nationalized . nagoya - minatomachi 106 mile 67 chain ( unit value ) nagoya station , aichi station , kanie station , yatomi station , nagashima station , kuwana station , tomida station ( mie prefecture ) , yokkaichi station , kawarada station , kasado station , kameyama station ( mie prefecture ) , seki station ( mie prefecture ) , kabuto station ( mie prefecture ) , tsuge station , sanagu station , iga ueno station , shimagahara station , okawara station ( kyoto prefecture ) , kasagi station , kamo station ( kyoto prefecture ) , daibutsu station , nara station , koriyama station ( nara prefecture ) , horyuji station , oji station , kashiwabara station ( osaka prefecture ) , yao station , hirano station ( jr west ) , tennoji station , imamiya station , jr nanba station tsuge - kusatsu 22m49c tsuge ( station ) , koka station , konan station , kibukawa station , mikumo station , ishibe station , kusatsu station ( shiga prefecture ) kameyama - tsu 9m52c kameyama station , shimonosho station , isshinden station , tsu station kamo - sakuranomiya 32m41c kamo ( station ) , kizu ( station ) , shin-kizu station , hosono station , kyotanabe station , nagao station ( osaka prefecture ) , tsuda station , hoshida station , shijo-nawate station , nozaki station ( osaka prefecture ) , suminodo station , tokuan station , hanaten station , amijima station , sakuranomiya station shichijo - sakurai 38m15c kyoto station , toji ( station ) , fushimi ( station ) , momoyama station , kohata station ( jr west ) , uji station ( jr west ) , shinden station ( kyoto prefecture ) , nagaike station , tamamizu station , tanakura station , kamikoma station , kizu ( station ) , nara ( station ) , kyobate station , obitoke station , tenri station , yanagimoto station , miwa station , sakurai station ( nara prefecture ) osaka - tennoji 6m57c osaka station , tenma station , sakuranomiya ( station ) , kyobashi station ( osaka prefecture ) , tamatsukuri station , momodani station , tennoji ( station ) hanaten - katamachi 2m17c hanaten - katamachi station oji - sakurai 13m11c oji ( station ) , kashiba station , takada station ( nara prefecture ) , unebi ( station ) , sakurai ( station ) takada - wakayama 47m8c takada ( station ) , yamato-shinjo station , gose station , wakigami station , yoshinoguchi station , kita-uchi station , gojo station ( nara prefecture ) , yamato-futami station , suda station , hashimoto station ( wakayama prefecture ) , koyaguchi station , myoji station , kaseda station , nate station , kokawa station , kii-nagata station , uchita station , iwade station , funato station , hoshiya station , tainose station , kiwa station junction point between wakayama and nankai 29c junction point between wakayama and nankai futami ( station ) - kawabata ( station ) 72c freight line futami - kawabata shin-kizu - kizu 29c shin-kizu - kizu the type of kansai railway locomotive train originally came from the first number of the same model number , and each type had a characteristic japanese class name . the majority of the names came from fine horses of japanese classic literature ; for example , the names surusumi and ikezuki are in the tale of the taira clan ( the tale of the heike / heike monogatari ) and came from minamoto no yoritomo 's favorite horse in the competition to be the first rider in a charge at the battle of the uji-gawa river . the kansai railway company first introduced the way to identify the grades of passenger trains by painting them in various colored bands ( depending on the grade ) under the window ( the first-class car with white , the second car with blue and an ordinary car ( rail car ) with red color ) . this method became widespread after the nationalization of the kansai railway company , since it was easy for passengers to identify the grade of the train . additionally , the idea of providing an ' area map and information ' together with the name of each station originally came from the kansai railway company in 1893 . +icoca ( ikoka ) is an ic card , mainly used as a ticket , electronic money and locker key , that west japan railway company ( jr west ) launched in the kinki district urban network on november 1 , 2003 . it is also a registered trademark owned by jr west . the card uses the technology of sony 's contactless ic smart card , felica . the number of cards issued is approximately 3,680,000 ( 3 million 680 thousand ) as of the end of april 2008 . summary this is an ic card version of j-thru , a stored fare ( sf ) system card , and it also functions as a commuter pass and electronic money . the name " icoca " is derived from the abbreviation of ic operating card , but at the same time it 's a play on words with the expression ' ikoka ' meaning ' let 's go ' in kansai accent , in order to make the name catchier and more friendly . the card went into use on november 1 , 2003 in the kinki district urban network . currently , the card can also be used in the following areas : all private and subway lines and some parts of bus lines ( pitapa area ) in the keihanshin area ; the suica area such as east japan railway ( jr east ) ; and the toica area covered by central japan railway ( jr central ) . however , when the card is used for other companies ' transportation services , such as private lines , subways and jr lines , the card 's service is limited to the stored fare ( sf ) function and the transferable commuter pass to the other lines is not issued . this card 's usage has grown steadily due to its convenience , and more than a million cards were issued in just over five months since the launch . in june 2006 , at all shops of two chain convenience stores in the keihanshin area , ' heart-in ' and ' daily-in , ' icoca 's electronic money started to be accepted , and the automatic vending machines and coin-operated lockers accepting icoca also became available . the shops accepting icoca 's electronic money have been steadily extended to downtown from kiosks inside and around the station , and in april 2007 some shops in the porta underground shopping mall located in front of kyoto station began accepting the card for the first time . at major stations , simple rechargers are installed on the platforms and the concourses inside the ticket wicket . another type issued is the smart icoca , which can be recharged without cash at hand but with a corresponding credit card . from january 21 , 2006 , reciprocal usage with pitapa became possible , even on the private and subway railway companies in the keihanshin area , where pitapa has been introduced . icoca 's interoperability with pitapa in the sf function started about a year earlier than the same arrangement between suica and pasmo . additionally , since pitapa was introduced in kintetsu railways and the kyoto municipal transportation bureau on april 1 , 2007 , icoca has enhanced its convenience , being accepted on almost all lines of the major and second-tier private railway companies and public subways . however , the interoperability of the commuter pass with the pitapa area is still in the initial stage , where the viability of mutual ticketing is being studied due to certain factors related to the pitapa concept . from september 1 , 2007 , for the first time , the card became usable at 135 stations located in the urban area of the chugoku district , except for stations within the urban network area . this is the first introduction of the card in the jr west area except for the kinki district . however , for riding across the two areas , between the keihanshin area and the okayama or hiroshima area , the card is not accepted for the time being . this is due to the specification of the old-type equipment in the keihanshin area , and its improvement is projected in accordance with the rehabilitation of the system in that area . however , there are sections where icoca is not accepted even though trains arrive regularly from the keihanshin urban network area ( for example : tsuruga station , the section to the north of shimoyamaguchi station on the fukuchiyama line , and the section between takada station and wakayama station on the wakayama line ) . currently , there is no announcement regarding the possible introduction of icoca in these sections . the reciprocal usage with suica started on august 1 , 2004 . with this , passengers can receive nearly the same services in both the suica and icoca areas , such as recharging in cash , passing through the automatic ticket gate , using the ticket vending machine or fare adjustment machine , and printing the usage details ( records ) . however , some services aren 't always interoperable , such as buying a suica green ticket for the first-class cars or passing a transfer wicket for other private lines . there are also certain differences : for example , in the suica area the passenger can 't get in through the ticket wicket when his card 's stored amount does not reach the base fare . when the mutual application started , only the adult card was issued , so the icoca for children was not admitted ; however , with the launch of suica for children ( suica card for kids ) on march 18 , 2007 , icoca for children became interoperable . the shopping services with suica have been available since march 18 , 2008 . the reciprocal usage with toica of jr central started on march 29 , 2008 . however , for use across the areas of suica , toica and icoca aren 't accepted . how to purchase and recharge there are several ways to purchase or recharge an icoca card . as for the purchase of smart icoca , please refer to the corresponding section . in every case , the icoca card 's maximum rechargeable amount is 20,000 yen and the card is endlessly rechargeable with one of five fixed amounts : 1,000 yen , 2,000 yen , 3,000 yen , 5,000 yen and 10,000 yen per single operation . in the case of suica , there are some stations where the card can 't be recharged by credit cards ( the credit cards are accepted only in the jr west icoca area , and in the jr east suica area , the view card issued by jr east is the sole credit card accepted ) . the purchase or recharge with j-thru card or orange card is not accepted . automatic ticket vending machines how to buy the first card the first card can be purchased through any automatic ticket vending machine that carries the icoca mark . the first card is issued at 2,000 yen , and this amount includes the deposit of 500 yen plus the stored fare of 1,500 yen . a receipt printed on thermal paper can also be issued . the icoca commuter pass can be also purchased from some of the green ticket vending machines . recharging the card is recharged with predetermined amounts ( 1,000 yen , 2,000 yen , 3,000 yen , 5,000 yen , 10,000 yen ) per operation . if you want to recharge an amount other than one of these , you will be asked to do the operation more than twice . a receipt printed on thermal paper is also issued . jr ticket office ( midori-no-madoguchi ) it is possible to purchase a new card as well as recharge the card . the payment is accepted in cash or with a credit card ( if you use a credit card to recharge the card , the entry of your security code is required in addition to your signature ) . icoca for children is also sold . to purchase the icoca for children , it will require some formal documents that evidence the holder 's age , such as the health insurance card stating his or her age . at the jr ticket office of the jr west , the suica , pitapa and toica cards can be recharged with a credit card . however , in the case of a credit-card integrated type , such as a view suica card , hana plus card ( stacia card ) or kobe pitapa , recharging from a credit card is not officially admitted due to the terminal specification . this is because , after inserting a suica card or a pitapa card into the card issuing machine , the card reader terminal should be used to read the credit card . therefore , the use of either another credit card or cash is required when these cards are recharged . if the card is a separate type , such as e-kenet pitapa , mitsui sumitomo card or ana pitapa card , it is possible to recharge from a credit card . some jr ticket offices , like osaka station window no. 10 , offer a service of recharging integrated-type cards in a different but specific way . that might be a reason why j-west card and smart icoca have adopted a separate type design . there are still many areas where the introduction of icoca isn 't anticipated , including the sanin and hokuriku districts , and the fact is that for those who live in these areas but don 't travel frequently to the icoca area , this function might not be necessary , so a separate type card can be somewhat convenient . chargers there are two simple types , one for smart icoca only and the other for the other cards . insert the icoca card into the holder , and after choosing the recharging amount ( 1,000 yen , 2,000 yen , 3,000 yen , 5,000 yen or 10,000 yen ) by pressing the button , and charge with the cash to finalize the recharging process . in the case of smart icoca , when the button of the amount is pressed the card is automatically recharged . a receipt printed on thermal paper is available , but you 're requested to press the receipt button before inserting the cash . the printing function of the detailed usage record ( on thermal paper ) and point-charge function for smart icoca cards are added to the newest type of recharger , as installed in the okayama and hiroshima areas . fare adjustment machine the card is rechargeable by cash ( old-type machines only accept coins and 1,000 yen bills ) . a receipt printed on thermal paper can be issued . the fare-adjustment machines installed at the stations in the okayama and hiroshima areas , as well as at shimamoto station , suma-kaihinkoen station , harima-katsuhara station and the stations on the osaka higashi line , are equipped with the function of recharging 5,000 yen and 10,000 yen , along with the quick charge function for smart icoca , in addition to the same functions as the machines installed in the urban network area . however , it should be noted that at some of the stations in the pitapa area , where reciprocal usage is available , the fare-adjustment machines corresponding to ic cards aren 't installed . others the card can be recharged at any aeon group shop that accepts icoca electric money , and on the bus that accepts paspy . how to use because the card is a contactless ic type , you can swish through the automatic ticket checker simply by touching it lightly with the card tacked inside the pass case ; it isn 't necessary to take the card out of the case each time you go through the checker . however , to secure data communication between the icoca card and the ticket checker , there is a campaign to extend the practice of touching the checker directly with the card , with the wordplay phrase , ' tacchishite ikoka ( shall we go touching with icoca ) . ' of course you can use the card , simply holding it over the checker . when you pass through the checker using the card , the checker indicates the state of your card ( expired date of your commuter pass , remaining amount , etc . ) by varying the tone of the sound . when your icoca card 's authenticity is confirmed , the gate opens with an electronic sound ; however , if it isn 't authenticated correctly or your card is invalid , the gate rapidly closes with an electronic warning sound . when your icoca card 's stored amount is not sufficient , or the expiration date of the icoca commuter pass or icoca for children is approaching , an electronic sound reminds you of the situation with a different tone . generally , if you go through the gate holding a icoca card and another ic card over the checker , one atop the other , the gate won 't let you pass but will issue an error beep ; however , with some of the ic cards such as your ic driver 's license , you can pass the gate without a problem . the card doesn 't serve as a platform ticket , so you 're obliged to ride on the train and get off at another station within the icoca area . when the card 's balance is zero , you can 't pass the checker . icoca monitor test icoca monitor test was undertaken at some of the major stations in the keihanshin area from june 28 to july 26 , 2003 . because this is a provisional test prior to the formal introduction , it was carried out with the limited participation of 1,000 persons . the stations where the monitoring test was taken place are the major stations of jr west ( 22 stations ) located in osaka and its vicinity . osaka on the fukuchiyama line : tsukaguchi station , inadera station , itami station , kita-itami station , kawanishi-ikeda station , nakayamadera station and takarazuka station tokaido main line ( jr kyoto line ) : shin-osaka station , higashi-yodogawa station , suita station , kishibe station , senrioka station , ibaraki station , settsu-tonda station and takatsuki station tokaido main line ( jr kyobe line ) : tsukamoto station , amagasaki station , tachibana station , koshienguchi station , nishinomiya station and ashiya station transfer to other lines with icoca when you transfer between the jr west lines and the other companies ' lines , using an automatic transfer ticket gate , insert your magnetic ticket or magnetic commuter pass and after that touch it with your icoca card ; the checker will automatically adjust your fare and allow you to pass . this type of ticket checker is installed at the transfer gates to the kintetsu railway line at tsuruhashi station , as well as at the transfer gate to the nankai electric railway line at mikunigaoka station . to pass the transfer gates , pitapa can be used ; however , in the case of suica and toica , they can be rejected . since pitapa was introduced in the nankai electric railway on july 1 , 2006 , and in the kintetsu railway on april 1 , 2007 , at the stations of both companies you can transfer by passing through the transfer gate , making one touch on the automatic ticket checker with your icoca card or , in the case of pitapa , as far as your card has previously been recharged . however , at the transfer gates the combined use of two ic cards is not accepted even when they 're interoperable ; therefore , if you want use different cards such as icoca , suica or toica for transfer to the jr line , or use pitapa for nankai electric railway or kintetsu railway , you should go out through the normal ticket gate and then go in through the normal ticket gate for the line to which you want to transfer . among the railway companies that conclude the reciprocal usage agreement , kintetsu railway accepts only icoca and pitapa ( it doesn 't interoperate with suica and toica ) ; however , at the transfer gate for the jr central railway service at kintetsu nagoya station on the kintetsu nagoya line , you can transfer by placing two of the three cards of icoca , pitapa and toica on top of one another ( but in some cases a combination of suica and pitapa doesn 't work well ) . jr central started the interoperation of toica with icoca and suica on march 29 , 2008 ; however , at the transfer gates , icoca is recognized as a card interoperable with the kintetsu lines but not as a card acceptable for the jr lines , and thus a single touch with a icoca card doesn 't work . therefore , if you want transfer between the jr line and the kintetsu line with a single icoca card at nagoya station , you 're requested to go out through the normal ticket gate and then go in through the normal gate for the line to which you want to transfer . then , at kuwana station , which has no transfer gate , the east entrance / exit is controlled by jr central and the west entrance / exit by kintetsu railway ; when you take the kintetsu nagoya line you can use either icoca or pitapa , and when you take the jr line you can use either the icoca , toica or suica at each automatic ticket checker . at kashiwara station ( osaka prefecture ) , when transferring between the jr line and kintetsu domyoji line , you 're requested to touch the light-blue colored simple ic card ticket checker ( midway ticket gate ) installed on the platform of the kintetsu line . although from this station you take only the kintetsu line , you have to touch both the jr 's automatic ticket checker and kintetsu 's simple ic card ticket checker . if you fail to touch the simple ( ic card ) ticket checker , a transportation fare that does not correspond to the actual section you 've used will be deducted from the card . additionally , in the case of rinku-town station , when you have taken a train from a certain station on the nankai line or jr line using your icoca or pitapa card and at this station you want transfer from the nankai line to the jr line , or vice versa , you need to touch the card reader , which is installed inside the ticket gate of the station , with your card . this station has automatic ticket checkers for suica and toica installed , but these checkers don 't accept icoca and pitapa . advertising and publicity icoca is advertised on posters at stations operated by the keihanshin , okayama and hiroshima branches as well as on the monitors installed in the cars of jr west commuter train series 321 , which are operated on the jr takarazuka line , kyoto line and kobe line in the keihanshin area . the actress yukie nakama and a platypus mascot known as ico the platypus ( kamonohashi no ico-chan ) are employed as advertising characters . in the tv commercials and brochures , nakama and ico the platypus call for the use of icoca under the catchphrase , ' let 's go with icoca , let 's touch with icoca ' ; and for the use of icoca electronic money service under the catchphrase , ' let 's buy with icoca , let 's buy touching . ' when the interoperation between icoca and suica started , tv commercials and other advertisements were publicized for several months , in which with the appearance of a huge ico the platypus in tokyo , nakama shouted ' in tokyo ... ! ' and in continuation ico the platypus shouted ' icoca ... ! ( let 's go ... ! ) . ' in the tv commercial nakama made a presentation in front of a set that was supposed to be tokyo station , and the real automatic ticket checkers commonly used in jr east were also placed in it ; nonetheless , the ticket gate in the commercial looked just like that of osaka station . types and designs ordinary design icoca icoca consists of two types--one for adults and for children ( icoca for children ) --and each costs 2,000 yen . the price includes a returnable deposit of 500 yen and the remaining 1,500 yen can be used for transportation fares , etc . to purchase the icoca commuter pass , you 're requested to pay 500 yen for the returnable deposit in addition to the designated commuter fare . smart icoca , in addition to the functions of the ordinary icoca , has other functions such as cashless recharging and point accrual by using trains . to use the card , you 're requested to be a j-west card member , and the commuter pass function can be added to smart icoca . there is no handling fee to change an ordinary icoca to one with the commuter pass function or vice versa . icoca with commemorative designs as of march 2008 , there are five different designs with pictures or patterns printed on the surface of the card . specifically in regard to this type , the commuter pass function can 't be added . concerning the prepaid function , this type can be used just like an ordinary-design icoca . to see whether the commuter pass function can be added to the card or not , simply check the number of notches cut in the lower right of the card ( one notch means it can be added , but if there are two notches it can 't ) . when the card is damaged or upgraded , the card is changed and an ordinary design card is reissued . on november 1 , 2003 , the commemorative icoca for the launch ( 50,000 copies ) went on sale . on august 1 , 2004 , the commemorative icoca for reciprocal usage agreement with suica ( 50,000 copies ) went on sale . on december 6 , 2004 , the santo ( three capitals ) collection and hikari ( light ) collection ( 100,000 copies ) went on sale . on september 1 , 2007 , the commemorative icoca for the inauguration of icoca service in the okayama and hiroshima areas ( 30,000 copies ) went on sale . on march 29 , 2008 , the commemorative icoca for the interoperation with suica , toica and icoca ( 30,000 copies ) went on sale . validity and reissuance an icoca card shall expire when it hasn 't been used for 10 years since the final date of usage , and the deposit for such card is not refundable . when your card is lost , the card may be reissued as far as it is one of the types that can prove you 're the rightful holder , such as the commuter pass , except for non-personalized icoca and icoca for children . in order for the card to be issued , you 're required to pay 1,000 yen for the reissuance of 500 yen and a deposit of 500 yen . usable areas icoca can be used at the following 281 stations of jr west kinki district , 135 stations of jr west chugoku district , the stations of the entities where pitapa has been introduced , the five companies in which suica has been introduced ( tokyo metropolitan area , sendai area and niigata area of jr east ; tokyo monorail co . , ltd . ; tokyo waterfront area rapid transit , inc . ; saitama new urban transit co . , ltd . ; sendai airport transit co . , ltd . ) , and the stations in the toica area of jr central . icoca can be also used in the section between kita-senju station and ayase station on the chiyoda line of tokyo metro co . , ltd . , since it 's considered a part of the ( jr ) joban kankosen ( joban local line ) . however , among the entities where suica is introduced , the jr bus kanto doesn 't accept icoca for its regular route buses . present icoca areas keihanshin area ( urban network area ) based on the official denomination of the lines the name in parentheses is a nickname used in the section . osaka loop line : all stations on the entire line sakurajima line ( jr yumesaki line ) : all stations on the entire line tokaido main line ( biwako line , jr kyoto line , jr kobe line ) : maibara station - kyoto station - kobe station hokuriku ( main ) line ( biwako line ) : maibara station - omi-shiotsu station sanyo main line ( jr kobe line , wadamisaki line ) : kobe station - aioi station , hyogo station - wadamisaki station fukuchiyama line ( jr takarazuka line ) : amagasaki station - shinoyamaguchi station jr tozai line : all stations on the line ako line : aioi station - banshu-ako station kansai main line ( yamatoji line ) : jr nanba station - kamo station katamachi line ( gakkentoshi line ) : all stations on the line nara line : all stations on the line kosei line : all stations on the line kansai-airport line : all stations on the line hanwa line : all stations on the line wakayama line : oji station - takada station sakurai line : all stations on the line kusatsu line : kusatsu station - kibugawa station sanin main line ( sagano line ) : kyoto station - sonobe station osaka higashi line : all stations on the line okayama / hiroshima area sanyo main line : wake station - minami-iwakuni station kabe line : all stations on the line kure line ( setouchi-sazanami line ) : all stations on the line geibi line : hiroshima station - karuga station fukuen line : fukuyama station - kannabe station hakubi line : kurashiki station - bitchu-takahashi station kibi line : all stations on the line uno line ( seto-ohashi line ) : okayama station - chayamachi station honshi-bisan line ( seto-ohashi line ) : chayamachi station - kojima station tsuyama line : okayama station - houkaiin station ako line : nagafune station - higashi-okayama station remarks : one icoca card can be used for a divided-section commuter pass . for example , if you purchase a commuter pass between namase station and osaka station at takarazuka , on the surface of the icoca commuter pass the two sections are printed as ' namase station ↔ takarazuka station / takarazuka station ↔ osaka station . ' because the interoperable pitapa card is a post-paid system , before using it in the urban network area it 's necessary to recharge it via an automated ticket vending machine , etc . when one of the family that has a pitapa family membership uses the kid 's card in the jr west area , the users can enjoy the same functions as a holder of icoca for children ; and when he / she uses its junior card the same functions as an adult holder of icoca apply . in the mutual usage of the cards , the holder can take limited express trains on the local lines , although a limited express ticket is separately required . reciprocal usage based on the reciprocal usage agreement , icoca can be used in the following interoperable areas with suica , toica and pitapa . in these areas the card can be recharged by the automatic ticket vending machines , automatic fare adjustment machines , simple rechargers for suica , ( toica ) or pitapa . when you recharge your card ( suica , toica or pitapa ) , the automatic ticket vending machines , automatic fare-adjustment machines and simple rechargers are available in the icoca area . suica area east japan railway ( jr east ) suburbs of big cities-tokyo area ( except kairakuen station ) sendai urban area tokyo waterfront area rapid transit : entire line tokyo waterfront area rapid transit : entire line tokyo monorail : entire line saitama new urban transit : entire line sendai airport transit : entire line tokyo metro : only between ayase station and kita-senju station on the chiyoda line the usage of the icoca card within the suica area has the following restrictions : depending on the station , automatic ticket gates for transferring to other lines don 't accept the card , such as those for seibu railway at takadano-baba station . on these automatic ticket gates or ticket vending machines , for transferring to other lines , a reminder sticker that states , ' icoca cannot be used , ' or ' the cards other than suica and pasmo cannot be used , ' is in place . concerning the ticket vending machines , there are also some machines that don 't accept icoca , such as the vending machines of jr east installed at shinjuku station 's keio gate , and sometimes such a remark isn 't made for those machines . neither is the card accepted by the automatic transfer ticket checker installed at nishi-funabashi station . therefore , when transferring from the tozai line of tokyo metro to another jr east line at nishi-funabashi station , you can 't go through the automatic transfer ticket checker with icoca . green car 's suica system isn 't available for the purchase of a suica green ticket . with the automatic card vending machines that accept a view card to recharge other ic cards , icoca should be recharged in cash because the view card isn 't usable for icoca . also , icoca can 't be recharged by view altte ( jr east atm ) . even when you touch the automatic ticket checker with icoca , on the screen the word " suica " is displayed . toica area central japan railway company ( jr central ) nagoya / shizuoka area pitapa area hankyu railway nose electric railway ( except the cable line ) keihan electric railway ( same as the above ) kyoto municipal transportation bureau ( subway only ) osaka municipal transportation bureau ( subway , new tram and bus ) hanshin electric railway ( railway lines only ) osaka monorail kita-osaka kyuko railway kintetsu railways ( except some parts ) nankai electric railway osaka prefectural urban development co . , ltd . ( semboku rapid railway ) kobe rapid transit railway sanyo electric railway ( railway lines only ) kobe electric railway kobe new transit ( knt / port island line , knt / rokko island line ) osaka monorail hokushinkyuko railway hankyu bus ( gradually extended by route and service office ) hankyu denen bus keihan bus ( gradually extended by route and service office ) keihan kyoto kotsu ( except a part of the route ) osaka airport transport co . , ltd . ( limousines that are directly operated by the company and arrive at and depart from osaka international airport : all limousines heading toward the himeji direction and the nara direction ) . icoca isn 't accepted for the limousines that arrive at and depart from kansai international airport , including those that are operated between hotarugaike station , osaka international airport and kansai international airport , even if they 're equipped with card readers . takatsuki city transportation division in the pitapa area , except for a few machines , when the balance of the card isn 't sufficient you can 't adjust the fare in cash or with kansai thru pass . recharging is possible . icoca 's one-way operation ( icoca has one-way operability in the following areas ) : ci-ca area nara kotsu bus lines ( gradually extended by route and service office ) nc bus nicopa area shinki bus shinki zone bus hareca area okayama electric tramway co . , ltd . ( all lines of okaden tramway , all routes of okaden route bus , okayama airport limousine bus ( okayama-okayama airport line ) ) ryobi holdings ( all routes of the route bus ) shimotsui dentetsu ( okayama airport limousine bus ( kurashiki-okayama airport line ) , all routes of the route bus ) chutetsu bus ( some routes of the route bus , introduced in july 2008 ) luluca area shizuoka railway shizutetsu justline ( within shizuoka city ; excluding the entire line of the tokkyu shizuoka-sagara line and the chubu-kokudo line , as well as a portion of the kokudo shizuoka-shimizu line and the shizuoka-nihondaira line ) paspy area hiroshima electric railway : hiroshima electric railway hakushima line ( tramline ) ( introduced on march 1 , 2008 ) . hiroshima electric railway ( tramline ) : partially introduced hiroshima bus : partially introduced hiroshima kotsu : partially introduced geiyo bus : partially introduced chugoku jr bus : partially introduced bihoku traffic company : partially introduced tomo tetsudo : partially introduced kure city transportation bureau : partially introduced hd nishi-hiroshima ( bon-bus ) : operable on the entire line hiroshima rapid transit ( astramline ) : scheduled to be introduced in spring 2009 . the itappy area itami city transportation bureau remarks since each of the areas of ci-ca , nicopa and luluca overlaps the pitapa area , their mutual operability enables the usage of icoca . however , these cards aren 't operable in the icoca area nor are they accepted for recharging a icoca card . paspy isn 't accepted in the icoca area , either . however , icoca can be recharged on the buses where paspy is accepted . the machines at the stations on the shizuoka shimizu line ( shizutetsu densha ) of the shizuoka railway and the trains of shizutetsu justline , where luluca is accepted , aren 't prepared to recharge icoca ; consequently , icoca 's recharging is only possible at the shin-shizuoka bus center . if you find that the card is short of balance when you get off the shizuoka railway train , you 'll be asked to adjust the whole amount of the fare in cash ( however , given the interoperation with toica , icoca can be recharged at jr central stations in the vicinity ) . detailed usage display and printing because the record of usage made in the suica area is displayed or printed on the card in an abbreviated manner such as ' ( jr東 ) ' or jr-east , ' ( 東臨 ) ' or tky-mono . , ' ( 東臨 ) ' or tkyo-wf . ( waterfront ) , ' ( 埼新 ) ' or sai-new , ' ( 仙空 ) ' or sen-airp . , when you need a detailed record of usage you have to check the display or print it with the machines in the suica area . when suica is used in the pasmo area , or when icoca is used in the section between kita-senju and ayase or in the simple ticket checker at hatcho-nawate station , atsugi station or ogawamachi station , the usage record of the section is indicated as ' a line of another company . ' on the other hand , when the icoca 's usage registered in the kinki district ( 281 stations ) and in the chugoku district ( 135 stations ) , or when the usage registered in the pitapa area is displayed or printed by a machine in the suica area , the record is indicated ( more concretely ) , such as ' jr west , ' ' hanshin railway , ' ' hankyu railway ' or ' bus , etc . ' the record displayed and printed when getting on or off the train at a station in the pitapa area contains detailed information on the name of the railway company and the station used , like ' oc umeda ' or ' kc kyoto , ' and in the case of a streetcar or a bus the company 's name is indicated ( except for shizuoka railway , which is abbreviated as ' shizutetsu ' ) . however , from the beginning of the interoperation with pitapa to march 18 , 2007 , the usage records of the pitapa area were only indicated and printed on the card with an abbreviated name of the company , like ' han-kyu ' ' kei-han ' ' o-shi-kou ' or ' han-shin , ' and if you needed the details including the names of the stations it was necessary to use a machine in the pitapa area to get the record indicated and printed . if you take a train at one of the stations of keihan railway or nankai railway located within the designated area where you can get a discount when transferring to the jr lines , such as tofukuji station , tenmabashi station and mikunigaoka station , the records indicated and printed contain the name of the company and the station used , such as ' kh tofuku , ' ' kh tenma ' or ' nk mikuni , ' from the beginning of the usage-record service . when a streetcars or a bus was used , it was printed as ' bus , etc . ' in the case of okaden , the words ' train okaden ' were printed by the purple-colored vending machines of what was then the newest model on the hankyu railway . when displayed and printed in the pitapa area , the name of the companies and stations used are placed as ' jr west kyoto ' or ' hankyu umeda , ' except for some railway companies such as keihan and nankai . however , the usages registered in the suica area are printed without specifying the name of a station such as ' jr east * * * . ' when you use the card at sakura-shukugawa station , which opened in march 2007 , and the stations in the okayama and hiroshima areas , where icoca became operable from september 2007 , the record is printed as ' jr west * * * ' but the station name isn 't specified . at nishinomiya station , the letter printed in kanji hasn 't been changed even though the written name of the station was changed from ' 西ノ宮 ' to ' 西宮 ' concurrently with the opening of sakura-shukugawa station . the card normally admits 20 registers , but if you request an enhanced record the card can register up to the 50 most recent usages . regarding the record registered on the card , it can be repeatedly printed without limit . future projects , etc . icoca can 't be used in the pasmo area because its interoperation with pasmo isn 't currently projected for private railways , route buses and public transportations of the metropolitan area . currently , icoca 's introduction is being studied not only in other railway services but also in the ferry service to miyajima island . however , the plan and prospects on the mutual usage with other jr-group ic cards--kitaca , which hokkaido railway company ( jr hokkaido ) is planning to issue , and sugoca , which kyushu railway company ( jr kyushu ) is planning to issue--haven 't been officially announced by these companies . however , from the jr-kyushu side , the president , susumu ishihara , has expressed his will to realize the reciprocal usage with icoca in a press conference ( because jr kyushu 's lines have connections with the usable area of icoca through tokaido shinkansen and sanyo shinkansen ) . now that the usage rate of icoca at the ticket gate has exceeded 50 % , in the future there is a possibility of installing the automatic ticket checkers exclusive to icoca . before icoca became interoperable with pitapa , for a while there was a checker of exclusive use at rinku-town station . at some of the stations in the keihanshin area , one or two checkers are arranged for icoca only by halting the function for checking magnetic tickets . number of cards issued the number of icoca cards issued exceeded one million in just over five months since the service began in november 2003 . as of march 2008 , more than 3,540,000 ( 3 million 540 thousand ) cards have been issued . consequently , the usage ratio of icoca to the number of times the automatic ticket checkers used in the keihanshin area has reached approximately 50 % . electronic money function for details , please refer to the section on icoca electronic money . in a crowded station , by using icoca electric money to the payment of the items , you can enjoy quick shopping and save the trouble of giving and taking change . jr west first introduced it in osaka station from february 1 , 2005 , and as it proved to be popular , the number of shops accepting the card was extended to the entire heart-in convenience-store chain in the keihanshin area . on february 1 , 2007 , the coin-operated lockers accepting icoca electric money became available . a catchy illustration with the phrase ' icoca has become a key … ' is depicted on these coin-operated lockers . crimes using icoca there was a scandal in which 59 station employees and 10 temporary workers of jr west , who once took a train using their icoca card , erased the riding record of the card using the ticket processors installed in the wickets and repeatedly practiced illegal riding ( an act akin to stealing a ride ) , and it is said that they had committed this act since november 2003 , when the service was just introduced , till august 2004 . the illegal use amounted to a total of 104,630 yen . among these manipulators , a total of 15 persons , 10 station employees and five temporary workers were dismissed on disciplinary grounds . history june 28 to july 26 , 2003 : the icoca monitoring test was carried out at 22 stations in the sections between osaka and ashiya on the jr kobe line , between osaka and takarazuka on the fukuchiyama line and between osaka and takatsuki on the jr kyoto line , with the limited participation of 1,000 persons . november 1 , 2003 : the icoca service was formally launched in the urban network area . march 2004 : the number of cards issued exceeded a million . august 1 , 2004 : icoca and suica started the interoperation . icoca became accepted in the suica area of jr east . the service called icoca for children simultaneously started , and children of primary school age and under became able to use icoca as well ; however , at the time this type wasn 't interoperable with suica . march 1 , 2005 : the usable area was extended , and the card became accepted on the entire sakurai line . june 2005 : the number of the cards issued exceeded two million . october 1 , 2005 : the icoca electric money service started . with this , shopping becomes possible with icoca . november 10 , 2005 : the interoperation with pitapa was officially announced . january 21 , 2006 : icoca and pitapa became interoperable . since then , icoca has been accepted in the private railway companies of the kinki district . with the introduction of suica service in some parts of the niigata suburban section of jr east , icoca also became usable in some parts of the niigata suburban section . january 28 , 2006 : mobile suica service started . the service became available in the icoca area due to the interoperability with suica . however , in the icoca area only the ticket function is available so the functions of commuter pass and electric money can 't be used . to apply for the service , you must purchase a corresponding cell phone and sign up for the ' view card ' credit card . february 1 , 2006 : the issuance of smart icoca started . this card is sold in a set with j-west card , and it allows quick recharging from chargers , etc . , without paying in cash but paying by card . icoca started one-way operation with nicopa . june 2006 : the shops accepting icoca electronic money were extended to the entire chain of heart-in and daily-in convenience stores located in and around the stations in the keihanshin area . october 1 , 2006 : the icoca started one-way operation with hareca . october 21 , 2006 : the operable area was extended and the card became accepted at all stations on the kosei line as well as at some stations on the hokuriku line ( omi-shiotsu station and to the south ) . at these stations simple ticket checkers for ic cards were introduced . february 1 , 2007 : a new service of icoca electronic money , ' icoca coin-operated locker service , ' was launched . with this service the usage of the coin-operated lockers can be settled with icoca , and the key has been replaced by icoca . march 18 , 2007 : the icoca for children and suica card for kids became interoperable . april 1 , 2007 : icoca started one-way operation with ci-ca . july 2007 : the number of the cards issued exceeded three million . september 1 , 2007 : the usable area was extended and 135 stations in the okayama and hiroshima areas began to accept the card ( at some stations simple ic card checkers were introduced ) . icoca started one-way operation with luluca . october 16 , 2007 : the interoperability with suica was introduced in the building security management system in order to control people 's entries and departures . december 10 , 2007 : icoca was introduced in some shops of the family mart convenience-store chain in the kansai district ( jr minami-tanabe station , etc . ) . march 1 , 2008 : icoca started one-way operation with paspy . march 18 , 2008 : the interoperability with suica was introduced in the electronic money function . march 18 , 2008 : the recharging service to icoca started in the kinki district , a part of mie prefecture , and the sales floors directly operated by aeon ( company ltd . ) in commercial facilities located in the okayama , hiroshima and yamaguchi areas . march 29 , 2008 : icoca started interoperation with toica . april 1 , 2008 : icoca started one-way operation with itappy . interoperation with suica through mobile suica service mobile suica is a service in operation since january 28 , 2006 , by jr east , and it consists of a mobile wallet that can be added with the functions of suica commuter pass , suica ticket and suica shopping service . its ticket function and suica shopping service can be used without problems in the icoca area . although the service that allows you to use icoca through cell phones hasn 't been announced as of march 2008 , if you make use of the mobile suica service you can get on and off the train with your cell phone in the icoca area , as well as do your shopping at stores that accept icoca electronic money . to confirm the registered usages , the information is displayed on the application software of the mobile wallet , such as jw oo station for all stations when you 've logged in , but if you have not logged in , it 's displayed as * * * * for all stations . because the application software is available with cell-phones , you can ask for the usage record as well as recharging everywhere in japan . for details , please see the section on mobile suica . in the icoca area , even when you 're using the stored fare ( sf ) of another ic card , the icoca transfer service to another means of transport is available , although mobile suica is excluded from the service . although it isn 't officially confirmed , within the hiroshima area the mobile suica can be recharged using the charging machines for icoca ( strictly speaking , the cell phone should be thin enough to use the charger ) . +the uji line is a railway line of keihan electric railway that connects chushojima station located in fushimi ward , kyoto city , kyoto prefecture and uji station ( keihan ) located in uji city , kyoto prefecture . it is a touristic line that connects from kyoto and osaka to the sightseeing spots around the uji area . nearly the entire line runs in parallel with the jr nara line . railway distance ( operating kilometers ) : 7.6 km track gauge : 1,435 mm number of stations : eight ( including the starting and final stations ) double-track section : entire line electrified section : entire line electrified ( dc1500v ) block system ( railway ) : automatic block system security system : automatic train stop ( ats ) : keihan speed pattern type ats ( speed ats-p ) under the actual timetable , during the daytime on weekdays and from the morning to noon on saturdays and holidays , only the shuttle local trains are made up of four cars , and in the late evening on saturdays and holidays only the trains made up of four or five cars are operated on the line . throughout the line , during rush hour , the train is operated every five to eight minutes , while during the daytime it 's operated every 10 minutes . during the morning rush , five trains are in operation , but for the rest of the day four trains operate . previously , many trains would go through toward sanjo station ( kyoto prefecture ) on the keihan main line . when the timetable was revised on july 1 , 2000 , most of the trains discontinued operation , and subsequently only two through-trains were operated in the morning of weekdays until the timetable revision was held on september 6 , 2003 , while the operation with intervals of every five to eight minutes during rush hours and 15 minutes in the daytime on the entire line was maintained . with the revision of september 6 , 2003 , the operations of the through-trains toward kyoto sanjo were discontinued , and the trains were operated until then with four or five cars , but for a while the regular operation of the five-car trains for the uji line was abolished . however , with the timetable revision of april 16 , 2006 , the operation with five cars was recovered , albeit only during the late evening on saturdays and holidays . however , the trains made up of five cars are used in an exceptional manner when there are many passengers on such occasions as the uji-gawa river fireworks display in august , or for certain reasons of operation . until september 26 , 1989 , through express trains also ran toward sanjo , but owing to the fact that these trains , made up of five cars and running on the hankyu main line during the morning rush , aggravated the congestion of the main line , they were discontinued when the interval of the morning express trains running on the hankyu main line was capped at 10 minutes . within the uji line the trains made a stop at every station . in the 1960s , during the tourist seasons , special trains made up of six cars were operated from the osaka district ( following the relocation of uji station on june 17 , 1995 , the effective length of the station 's platform was shortened , and since then the six-car trains haven 't been able to proceed into the platform ) . during the tourist seasons between 1998 and 1999 , there were some occasions in which the special rapid ' uji kaisoku ' was operated directly toward osaka ( the details are cited later ) . some of the trains on the uji line also went directly to kyoto station of the nara electric railway ( kintetsu kyoto line since october 1 , 1963 ) during the period from april 1 , 1947 to december 20 , 1968 . keihan electric railway and nara electric railway ( later kintetsu railway ) would make a connection at tanbabashi station to operate through-trains . on january 21 , 2007 , in order to undertake the final run of the ad-wrapped wagons known for their illustrations of ' thomas & friends , ' which had been operated since july 29 , 2006 , a special limited express train using the keihan electric railway series 10000 was operated from uji station to tenmabashi station . this was the first time a limited express ran on the uji line . however , the train stopped at all stations of the uji line . keihan electric railway series 2600 ( four or five cars long ) keihan electric railway series 10000 , which is four cars long , is currently operated provisionally . keihan electric railway series 1900 ( five cars long ) the following are the trains that have been operated on the line since the 1980s ( when the uji-gawa river fireworks display is celebrated , the five-car trains are used to secure transportation capacity ) . occasionally , for reasons of operation , there are also five-car trains that proceed into the line . keihan electric railway series 7200 ( five cars long , special train units for special trains ) keihan electric railway series 6000 ( four cars long , before the voltage is boosted to 1500v ) keihan electric railway series 7000 ( only the trains of series 7003 are made up of four cars at the time of production ) . june 1 , 1913 : the railway service between chushojima and uji started . february 1 , 1917 : mimurodo station was opened . 1926 : the name of obakuyama station was changed to obaku station . may 31 , 1929 : the concomitantly used 0.110 km track near kangetsukyo station became the track for the line 's exclusive use , following the rehabilitation of the uji-gawa riverbank . october 1 , 1943 : the railway became one of the lines of keihanshin kyuko railway ( hankyu railway ) due to the merger . november 1 , 1943 : the use of mimurodo station ceased . september 15 , 1945 : kangetsukyo station and goryomae station suspended operations . november 8 , 1945 : kangetsukyo station restarted its operation . february 15 , 1946 : goryomae station restarted its operation . april 1 , 1947 : mimurodo station was opened . november 25 , 1949 : the name of goryomae station was changed to momoyama-minamiguchi station . december 1 , 1949 : the line became keihan electric railway uji line due to the company 's division . september 25 , 1953 : the season 's thirteenth typhoon hit the line , and because it was damaged by the inundation around momoyama-minamiguchi station and rokujizo station caused by the reversed stream from uji-gawa river to yamashina-gawa river among others , the restoration process took more than 10 days . april 21 , 1965 : the timetable was revised . the express trains from uji to sanjo began operating in order to handle the morning rush . march 20 , 1966 : when the yamashina-gawa riverbank was raised and the bridge was replaced in the vicinity of rokujizo station , the rail track in the vicinity was also moved and set on a newly constructed bank , and rokujizo station was relocated on the bank as well . december 11 , 1967 : all trains became four cars long . january 29 , 1968 : ats started being used . december 20 , 1968 : the timetable was revised . the express trains from sanjo to uji began operating in order to cope with the evening rush . march 10 , 1978 : the denomination of the entire line was changed from a tramway , which was defined based on the tramways act , to a railway based on the local railways act . march 23 , 1980 : the timetable was revised . the saturday timetable was introduced , and the express trains for sanjo during the morning rush were discontinued . december 4 , 1983 : the voltage of the overhead wires was increased from 600v to 1500v . september 27 , 1989 : the timetable was revised . the express trains from sanjo to uji during the evening rush were discontinued . june 17 , 1995 : due to the relocation of uji station , the operating distance was reduced by 0.2 km . accordingly , the fares between some stations were restructured . july 11 , 1997 : the track for chushojima that crosses the taisen-gawa ( 大戦川 ) railway bridge ( between mimurodo and obaku ) was replaced . july 25 , 1997 : the track for uji that crosses the taisen-gawa ( 大戦川 ) railway bridge was replaced . july 1 , 2000 : the through-trains to sanjo station were discontinued except for two trains for sanjo station that ran on the weekday mornings . september 6 , 2003 : the through-trains to sanjo station were completely abolished . august 1 , 2004 : pitapa was introduced . january 21 , 2007 : a " limited express , " which had three ad-wrapped wagons featuring the illustration of ' thomas & friends , ' was operated from uji to tenmabashi . this was the second direct train operated in this section after the ' uji kaisoku ' rapid train , and it was the first " limited express " train in the history of the uji line . uji kaisoku ' rapid train was a special train operated between yodoyabashi station on the keihan main line and uji station on the uji line only in the tourist seasons from november 1998 to november 1999 , according to the time schedule for holidays ( which was at that time the timetable for sundays and holidays ) . although it was classified as a special train , a new denomination of the ' kaisoku ( rapid ) train ' type was created specifically for this service . this is because this train stopped at nearly all the same stations as the limited express train . in the company 's classification , the rapid train is ranked higher than the express train . this special train was operated in four seasons a year , changing its name according to the season as follows : the train is named ' uji kaisoku sakura ( cherry blossom ) special ' during spring vacation , ' uji kaisoku wakaba ( young leaves ) special ' during golden week , ' uji kaisoku ajisai ( hydrangea ) special ' in june , and ' uji kaisoku momiji ( maple ) special ' in the autumn season . the details on the ' uji kaisoku ' rapid are described below in an integrated manner , except for special remarks . november 1 , 1998 : the ' uji kaisoku ' rapid started the operation . this train was introduced because , at that time in 1998 , the uji area was promoting local tourism featuring the ' town of the tale of genji ' ; also , ' the tale of genji museum ' was completed in the autumn of the same year in the vicinity of uji station ( keihan ) . because many scenic spots had been created , including uji city botanic garden , which opened in 1996 with 10-ha premises and a restaurant serving the locally brewed beer ' gardens amagase brewery ' opened in 1997 ( currently closed due to a slump ) , the rapid train service was introduced so that the tourists would be able to visit the uji area from osaka and its vicinity without having to transfer . although there was a special express train operated until 1986 between yodoyabashi station and uji station it was later discontinued , and therefore the operation of this direct train to the keihan main line restarted for the first time in 12 years . however , unlike other hankyu railway ' special trains on the hankyu main line , ' it was operated as an express train even on the uji line , although it 's a hankyu feeder line . however , at those stations through which the train passed nonstop , there was no train sorting system and the train had to move at speeds as low as 15 km / h due to the operating requirement of the crossings within the station yard . when this service was started , in accordance with the operation of ' momiji ( maple ) special ' rapid , ' uji free ticket ' was launched as one of the special autumn ticket series known as ' momiji ( maple ) ticket . ' within the train , tourist information was announced by volunteers and pr activities were undertaken by tea-picking girls , while the restaurant ' gardens amagase brewery ' launched a new product called ' tale of genji ' to commemorate the opening of ' the tale of genji museum . ' thanks to these stimulus activities , the tourists who visited uji city increased by 30 % over the previous year . the ' uji kaisoku ' rapid train was discontinued in 1999 with the final operation of the ' momiji ( maple ) special . ' it was said that it was because there were fewer direct passengers from the osaka area than expected and the popularity of the uji area had declined ( the exact reasons were unknown ) . subsequently , with the revision of the timetable of the keihan line on july 1 , 2000 , all limited express trains began stopping at chushojima station throughout the day , making the trip to the osaka area more convenient by comparison to the trip on an express train , which people used to take until then , although they would have to transfer , and because of this change there is no plan to relaunch the ' uji kaisoku ' operation in the future . sections of operation outward operation toward the uji area : yodoyabashi to uji , two trains homeward operation toward the osaka area : uji to tenmabashi , one train the stations at which the trains made stops yodoyabashi station - kitahama station ( osaka prefecture ) - tenmabashi station - kyobashi station ( osaka prefecture ) - hirakatashi station - chushojima station - rokujizo station - ( mimurodo station : only ' uji kaisoku ajisai special ' rapid train made a stop ) - uji station timetable at that time ( only the starting stations ) yodoyabashi station : 904 , 1034 ( departure ) uji station : 1530 ( departure ) rolling stock used yodoyabashi station : 904 departure : keihan electric railway series 1900 yodoyabashi station : 1034 departure and uji station 1530 departure : keihan electric railway series 7200 it is noteworthy that only for the purpose of operating ' uji kaisoku ' rapid , the eight-car train of keihan electric railway series 7200 was decoupled to be five cars long early in the morning at the neyagawa depot ; then , once the operation was over , the train was again coupled to a length of eight cars late in the evening . however , the led type in-car guidance indicator that featured the series 7200 was never used . the ' uji kaisoku sakura special ' rapid train , which departed from yodoyabashi at 9 : 04 in april 1999 , was the only train that used the keihan electric railway series 2600 ( basically , the series 2600 wasn 't used for the ' uji kaisoku ' because it had no exterior speakers ) . rollsigns at that time , since the train lacked the rollsign that indicated ' rapid , ' it carried the rollsign ' special , ' and for the front face two plates , one reading ' uji kaisoku ' and the other reading ' ~ special , ' were prepared for attachment . deadhead trains each of the two trains departing from yodoyabashi was deadheaded from the neyagawa depot . the train departing from yodoyabashi at 9 : 04 was deadheaded to the neyagawa depot after arriving at uji station . the train departing at 10 : 34 was deadheaded to the spur line of chushojima after arriving at uji , and once stationed there it was again deadheaded to uji and was operated to tenmabashi ; after arriving there , it was deadheaded to the neyagawa depot . only local trains are operated , and all trains make stops at every station . in keihan railway the transfer information at rokujizo station and obaku station aren 't announced on the train . moreover , on the railway diagram ( in case of obaku station ) it isn 't officially figured as a transfer station . except for rokujizo station , the stations are installed with wheelchair-accessible elevators ( uji station , chushojima station ) or ramps ( kangetsukyo , momoyama-minamiguchi , kowata , obaku and mimurodo ) , and the stations have already taken barrier-free measures including multipurpose toilets such as an ' ostomate-accessible toilet ( toilet accessible for the people with ostomies ) ' and ' wheelchair-accessible toilet , ' or toilets with baby-changing tables . at chushojima station , in order to avoid the confusion in taking a train ( platform 2 of the keihan main line 's outbound track is also located on the same level ) , at the time of the departure the announcement says , ' platform 3 , the doors of the train for uji are closed , ' instead of ' platform 3 , the doors of the local train are closed ' ( at hirakatashi station the phrases used in the departure announcements for the keihan main line and the katano line are different , while at kyobashi station ( osaka prefecture ) and tenmabashi station similar measures are taken ) . the phrase cited above is the announcement as of june 16 , 2007 and thereafter . until june 15 , 2007 the announcement was , ' the train on platform 3 , bound for uji , will depart . ' at one time , when the trains carried their destination plates on the front face , the trains departing from uji for sanjo used the plate on which the two chinese characters that together indicated sanjo were deliberately placed with a space in between as ' 三 条 ' ( san-jo ) in order to distinguish them from those proceeding from the direction of osaka . +the kintetsu kyoto line ( kintetsu kyoto-sen ) is a railway line of kintetsu corporation ( kintetsu ) and it connects kyoto station located in shimogyo ward , kyoto city , kyoto prefecture and yamato-saidaiji station in nara city , nara prefecture . it plays a vital role in urban transportation between the two cities of kyoto and nara , and as a means of transportation for residential areas and kansai science city along the line . in 1991 the west japan railway company ( jr west ) got into the competition , beginning its operation between kyoto station and nara station on the jr nara line , which runs in parallel ; however , the kintetsu kyoto line is still dominant in terms of the number of trains operating . the company also undertakes operation from the center of kyoto city to the nara area through the kyoto municipal subway karasuma line , as well as direct operation from kyoto station to tenri station and toward kashiwarajingu-mae station , thus allowing passengers to travel to their destinations without transferring . the section between shin-tanabe station and shin-hosono station runs parallel with the katamachi line of jr west . the cards interoperable with kansai thru pass , as well as j-thru , pitapa and icoca , can be used . railway distance ( operating kilometers ) : 34.6 km track gauge : 1435mm number of stations : 26 ( including the starting and final stations ) double-tracked section : entire line electrified section : entire line electrified ( dc1500v ) block ( railway ) system : automatic block system maximum speed : 105 km / h the entire line is controlled by the osaka transportation control division ( formerly the kamihonmachi operation office ) . the kintetsu limited express train operates between kyoto station and kintetsu-nara station or kashiwarajingu-mae station , as well as between kyoto station and kashikojima station . some of the trains for kashikojima station are coupled at yamato-yagi station with the train for kashikojima station proceeding from kintetsu nanba station . for details , please see the section for the details of the kintetsu limited express train . additionally , the express , semi-express and local trains are operated . some of the express and local trains share the track with the kyoto municipal subway karasuma line from takeda station , carrying out the mutual direct operation to kokusaikaikan station . the details by train type are as follows : in the past , rapid express trains were also operated ( stopped at kyoto station , takeda station , tanbabashi station , saidaiji station , shin-omiya station ( from the year 2000 ) and nara station ) . principal higher-category trains on the kyoto line by type basically , this type of train is directly connected to the nara line or kashiwara line and is operated all day in the sections between kyoto station and kintetsu nara station , tenri station or kashiwarajingu-mae station ( a few trains of this type go to yamato-saidaiji station , kintetsu-miyazu station or shin-tanabe station ) . 2 during the daytime ( and the weekday mornings ) , the through-express is operated between kokusaikaikan station on the subway karasuma line and kintetsu-nara station . during the daytime , six trains operate every hour on the following routes : one train between kyoto and kintetsu-nara , two trains between kokusaikaikan and kintetsu-nara , one train between kyoto and tenri , and two trains between kyoto and kashiwarajingu-mae . the trains are six cars long ( some are four cars long ) , and the direct trains proceeding from the subway karasuma line operate with six cars . during the daytime , the operation interval differs between the limited express and express trains , and the express trains wait for the limited express to pass at one of the following stations : okubo ( kyoto prefecture ) , shin-tanabe , shin-hosono and takanohara . the trains proceeding from the subway karasuma line connect at takeda station with the local trains from kintetsu kyoto station . the kintetsu kyoto line is a trunk line that crosses the kintetsu nara line , katamachi line , keihan main line and jr kyoto line , which are radial lines directed outward from their base point , osaka station ; in recent years , the express trains have been crowded even in the daytime . this is because land development for housing along the line has become active due to the development of kansai science city ( keihanna science city ) . similar conditions exist along the yokohama line , nanbu line and musashino line running in the tokyo metropolitan area . during the daytime , at shin-tanabe station and to the south , the express trains in service are more numerous than the local trains . this phenomenon is similar to the one between kakogawa station and himeji station on the jr kobe line . the semi-express trains are operated between kyoto station and shin-tanabe station , although the number of trains operated is small because this type is operated only at a 30-minute interval during the rush hours . in the section between kyoto station and kintetsu-tanbabashi station , the trains stop at the same stations as the express trains do , and from tanbabashi station to the south the trains stop at every station . until 1994 , the trains were operated between kyoto station and kintetsu-nara station ( they didn 't stop at mukaijima station but stopped at every station between ogura station and kintetsu-nara station ) . semi-express trains instead serve as a support to reinforce the transportation capacity of the kyoto line , because many of them pass nonstop at only three stations and don 't even get ahead of the local trains ; however a few semi-express trains go ahead of local trains at kamitobaguchi station ( three outbouond trains on weekdays , and one outbound train on saturdays and holidays ) . local trains are operated all day in the section between kyoto station and yamato-saidaiji station ( a few trains go to kintetsu-nara station ) , and through local trains are operated in the section between kokusaikaikan station on the subway karasuma line and shin-tanabe station ( only one inbound train starts from kintetsu-miyazu station ) . during the daytime , four trains each hour are operated in the former section while two trains run in the latter ; in all , there are six trains per hour in operation . the trains bound for yamato-saidaiji station sometimes change the destination from yamato-saidaiji to tenri station or kashiwarajingu-mae station , depending on the hours . they are basically designated as trains bound for yamato-saidaiji station because occasionally , when the train schedule suffers a problem , they can suspend operation or can be replaced with a different unit for the section from yamato-saidaiji station southward , and some of them are changed from local to express at yamato-saidaiji station and forward . the trains are six cars long in the case of through-trains that go directly to the subway line and the trains operated in a part of the section between kyoto station and shin-tanabe station during the rush hours , while the other trains are four cars long . the local trains that proceed in the section at shin-tanabe station and to the south should be four cars long , owing to the fact that the effective length of the platform at komada station ( as well as at yamadagawa station ) permits only four cars . however , a few trains are operated with six cars between kyoto station and shin-tanabe station and coupled / decoupled at shin-tanabe to run with four cars from shin-tanabe southward . although four local trains each hour are operated between kyoto station and yamato-saidaiji station , they don 't run at the 15-minute interval because their schedules need to be adjusted in relation with the trains operating on the kyoto municipal subway line . the intervals of the trains increases to 20 minutes even in the rush hour between kyoto station and takeda station , and during the daytime the interval increases to 22 minutes between shin-tanabe and shin-hosono station ( jr 's osaka higashi line faces a similar situation ) . during the third session of the conference of the parties ( cop3 ) of the united nations framework convention on climate change held in 1997 , the through local trains running on the karasuma line reached to takanohara station using the shared track . however , the trains did not stop at kodo station , komada station and yamadagawa station , which didn 't have enough space for six-car trains to stop . the numbers of trains operated per hour during the daytime by section are as follows : between kyoto and takeda : limited express trains 4 , express trains 4 , local trains 4 . between takeda and shin-tanabe : limited express trains 4 , express trains 6 , local trains 6 . between shin-tanabe and yamato-saidaiji : limited express trains 4 , express trains 6 , local trains 4 . breakdown of limited express trains : between kyoto and nara 2 , kyoto and kashiwarajingu-mae 1 , kyoto and kashikojima 1 . to draw the train from the depot , the driver operates it standing . please refer to the section of kintetsu nara line . the trains of the kintetsu series 3000 are also used . trains of kyoto municipal subway series 10 are also operated on the shared track . ( the series is mainly used for local trains that double back at shin-tanabe station and northward . during the daytime , it is also operated directly to kintetsu-nara station ) . those trains , which arrive at and depart from kintetsu-kyoto station and are made up of six same-series cars ( including the kintetsu series 3200 and 3220 , which are compatible with subway lines ) are used for all types except for the local trains starting at kintetsu-miyazu station and to the south ( because at komada station and yamadagawa station the platform has a length sufficient for only four cars to stop ) . as for the l / c cars , they are used with long seats in the case of the kyoto line , kashiwara line and tenri line ( and for the related operations ) ( on the nara line , the trains are operated with cross seats on weekdays from 10 : 00 to 16 : 00 and all day on saturdays and holidays except for some occasions or operations made based on the judgment of the crew ) . this is because platform 3 at kyoto station is one-sided , and since the flows of incoming and outgoing passengers can 't be separated there is no time to turn the seats around ( from the answer provided by the kintetsu corporation ) . nonetheless , l / c cars are used on the kyoto line , kashiwara line and tenri line , because these cars are in shared operation with the nara line . nara electric railway ( known as naraden ) , which was a joint venture of keihan electric railway and osaka electric tramway ( known as daiki , the predecessor of kintetsu corporation ) , opened the railway for the purpose of connecting the two ancient capitals , which had no private railway transportation . the section between kyoto station and momoyama goryo-mae station was constructed with the use of an old railway site of the japanese government railways ' nara line , and since the entire line entered full operation it was operated directly to the daiki 's kintetsu nara line and the unebi line ( current kintetsu kashiwara line ) . from the post-war period to 1968 , the line employed direct operation with the keihan main line . the line became one of the kintetsu railway lines on october 1 , 1963 . for details of the line 's construction and integration with kintetsu corporation , please see the section of nara electric railway . yodo-gawa ( railway ) bridge is the longest simple truss bridge in japan , having a length of 164.6 meters . registered tangible cultural property prior to the construction , the selection of the route to the north of the yodo-gawa river was a very difficult task . at the time of construction , because the project site ( including the area along the keihan main line ) was a training ground for the imperial japanese army ( ija ) and the army censured the construction of a bridge over the uji-gawa river , objecting that the bridge would be an obstacle for the army 's training in bridge construction , it was decided to construct a non-pillar truss bridge . kyoto city also opposed the construction of a railway in the vicinity of momoyama goryo-mae station , objecting to the railroad crossing that might be produced on the approach to the momoyama goryo tomb ; therefore , the company made a plan to construct a subway line , but that also failed because of the protest of the sake brewers association of fushimi ward , which was worried about the depletion of underground water , and finally as the last expedient , the railway was constructed with an elevated structure . due to such complicated circumstances , yodogawa-bashi ( railway ) bridge spanning the uji-gawa river between momoyama goryo-mae station and mukaijima was constructed as the longest simple truss structured bridge in japan , with a length of 164.6 meters . even today , the training grounds of the japan ground self-defense force ( jgsdf ) remain in the vicinity of the uji-gawa river . however , due to the extension of residential area in fushimi ward the training is mainly undertaken in the jgsdf camp okubo in front of okubo station ( kyoto prefecture ) or in the vicinity of kowata station ( keihan ) on the keihan uji line , but nowadays the training is not carried out around yodo-gawa ( railway ) bridge . to start operating the nara electric railway , an underground station was projected for construction just below the karasuma-guchi ( karasuma exit ) ( the north-side center entrance / exit ) of the then japan national railway ( jnr ) kyoto station ; however , in addition to the strained construction cost , due to the provision that the construction would not meet the enthronement ceremony of emperor showa ( showa-no-sokui no rei or onie no matsuri ) to be held in november 1928 in the kyoto imperial palace , it was decided to construct a provisional station building on the hachijo-guchi side ( hachijo exit ) ( south entrance / exit ) . the station building , which was meant to be provisional , had been maintained with its original structure because the underground station project itself was frustrated due to the showa depression among other things ; and when the tokaido shinkansen was constructed the exclusive tracks and platforms for shinkansen were built right above it , and the station of the nara electric railway was also equipped with three elevated tracks ( however , the permission to extend the building to kita-guchi ( north entrance / exit ) was withheld until right after the company 's merger with kintetsu corporation ) . november 3 , 1928 : nara electric railway started operations between momoyama goryo-mae station and saidaiji station ( currently yamato-saidaiji station ) . november 15 , 1928 : operations started between kyoto station and momoyama goryo-mae station . july 10 , 1929 , kizugawa station was constructed beside the kizu-gawa river ( kyoto prefecture ) . april 1 , 1940 : the name jonangu-mae station was changed to takeda station . april 5 , 1940 : kamitobaguchi station was opened . december 21 , 1945 : the trains of nara electric railway started sharing the track to kintetsu-tanbabashi station , and from this station the through-operation to sanjo station ( kyoto prefecture ) of keihan electric railway began . the operation between fushimi , horiuchi and momoyama goryo-mae was discontinued . april 1 , 1947 : keihan electric railway started the direct operation to kyoto station , using the shared track with nara electric railway from tanbabashi station . july 5 , 1954 : kodo station was inaugurated . september 1963 : kyoto station was elevated . october 1 , 1963 : kintetsu corporation swallowed nara electric railway , and the line became the ( kintetsu ) kyoto line . march 29 , 1967 : former horiuchi station was restored and kintetsu-tanbabashi station was placed on the actual site . operations were restarted between fushimi station , kintetsu-tanbabashi station and momoyama goryo-mae station . however , two stations--tanbabashi and kintetsu-tanbabashi--were used in parallel for one year ( in the case of limited express , express and semi-express trains , they would stop at kintetsu-tanbabashi station and local trains and keihan direct trains stopped at tanbabashi station , although at the time the official name of both stations was tanba station ) . october 10 , 1968 : the automatic train stop system ( ats ) was introduced . december 20 , 1968 : the operation between fushimi , tanbabashi and momoyama goryo-mae was discontinued . at the same time , the mutual direct operation with hankyu electric railway at tanbabashi station and the parallel usage of tanbabashi station and kintetsu-tanbabashi station were also discontinued . the name of tanbabashi station , as used by kintetsu railway , was changed to kinki nihon tanbabashi station . from this date , the large-size rolling stock used on the nara line began to be introduced on the kyoto line . september 13 , 1969 : the railway between kyoto station and toji station was elevated . september 21 , 1969 : the voltage of the overhead wires was raised from 600v to 1500v . march 1 , 1970 : the name of kinki nihon tanbabashi station was changed to kintetsu-tanbabashi station . november 22 , 1972 : takanohara station was inaugurated . july 20 , 1974 : the use of kizugawa station ceased . march 30 , 1979 : mukaijima station was inaugurated . july 1979 : limited express trains began operating with six cars . december 14 , 1987 : the elevation of the railway around okubo station was completed . august 28 , 1988 : mutual direct operation with the kyoto municipal subway karasuma line started . march 18 . 1993 : miyazu depot was completed . september 21 , 1993 : kintetsu-miyazu station was inaugurated . september 21 , 1994 : kizugawadai station was inaugurated . march 17 , 1998 : rapid express trains began their operation between kyoto station and kintetsu-nara station during the daytime on saturdays and holidays . november 27 , 1999 : the railway between toji station and takeda station was elevated . march 15 , 2000 : a new through-express train service started between kokusaikaikan station and kintetsu-nara station , extending the shared section with the kyoto municipal subway karasuma line to kintetsu-nara station . the number of rapid express trains was increased in order to start their daytime operations . march 6 , 2003 : the rapid express train operated between kyoto station and kintetsu-nara station was integrated into the express train . august 6 , 2005 : the railway around miyamaki station was elevated . hachijo station ( between kyoto station and toji station , from november 15 , 1928 to 1945 ) -- a station located so that the trains , which started from kyoto station toward the direction parallel with the tokaido main line , could change to the southerly direction . usage ceased , as it was no longer considered necessary . kizugawa station ( kyoto prefecture ) ( between tonosho station and shin-tanabe station , the service was suspended from july 10 , 1929 to october 1 , 1946 , and from july 1 , 1948 to august 23 , 1965 , and it ceased to be used on july 20 , 1974 ) -- an extra station opened only during the summer months for passengers going for a bathe . +the hankyu arashiyama line ( hankyu arashiyama-sen ) is a railway of hankyu corporation that connects from katsura station located in saikyo ward , kyoto city , kyoto prefecture , to arashiyama station ( hankyu ) . having arashiyama and other sightseeing areas along the line , the hankyu arashiyama line has a large turnout with holidaymakers and new year 's visitors to shrines . in the past , it was sometimes described as the arashiyama feeder line . railway data : railway distance ( operating kilometers ) : 4.1 km track gauge : 1435mm number of stations : 4 ( including the starting and final stations ) double-tracked section : none ( the entire line is one-track ) electrified section : entire line electrified ( dc1500v ) block ( railway ) system : automatic block system maximum speed : 70 km / h rolling stock base : katsura depot type of operation currently , only the shuttle service is available , but a direct special express called the ' hankyu kyoto main line special train ' was operated between umeda station and arashiyama station during the spring and autumn sightseeing seasons until autumn 2000 ( with the timetable revision of march 2001 , the trains was discontinued ) . the express train made a stop at each stations while running on the arashiyama line , and on the kyoto line it made a stop at the same stations as the other express ( currently rapid express ) trains ( nagaoka-tenjin station , takatsuki-shi station , ibaraki station , awaji station and juso station ) . in spring 2001 , the operation of local trains from arashiyama station to katsura station was extended to nagaoka-tenjin station so that the passengers could transfer to the limited express train for umeda station on the same platform ; however , since then this operation has not been performed in any sightseeing season . the trains are generally four cars long and shuttle four times during the daytime , but on sundays and holidays during the tourist seasons , or on the day of gozan no okuribi ( mountain bon fire ) , some trains are operated with six cars every 10 minutes during the daytime . these six-car trains are formed from the eight-car trains normally running on the hankyu kyoto main line by decoupling the two final cars to the direction of umeda station . history the shinkeihan railway , a subsidiary of keihan electric railway , took over the railway construction license owned by kyoto dento and started the double-track operation of the entire line . initially , a projected arashiyama station had an extensive structure consisting of six platforms and five tracks , because it was planned that arashiyama station , as the final station , would be the terminal station in the kyoto area . however , there was less demand than expected , and under the aggravation of the war situation the order of compulsory metal delivery obliged the line to operate with one track , labeling it as an unnecessary line , and since then it has remained a one-track line . as a legacy of that time , the rail track gauge and the overhead wire poles correspond to the width of a double-track line , and some of the bridge abatements and beams are still in place . however , during the yard reform carried out after the war , the katsura station 's turnover point with the kyoto main line was largely scrapped , leaving only the roadbed for one track ; therefore , it isn 't possible to fully restore the line with a double track . november 9 , 1928 : shinkeihan railway started operations between katsura station and arashiyama station . september 15 , 1930 : following the incorporation of the shinkeihan railway into keihan electric railway , the line became one of the keihan electric railway lines . october 1 , 1943 : with the merger of the keihan electric railway into hanshin electric express railway , the line belonged to hanshin electric express railway ( hankyu dentetsu ) . january 9 , 1944 : owing to the compulsory delivery of materials , the entire line became one-track . january 1 , 1948 : matsuojinja-mae station was renamed as matsuo station . list of stations all trains make a stop at each station . +the keihan main line ( keihan hon-sen ) is a railway of keihan electric railway connecting yodoyabashi station located in chuo ward , osaka city , osaka prefecture ( osaka city ) with sanjo station in higashiyama ward , kyoto city , kyoto prefecture ( kyoto prefecture ) . its official denomination isn 't ' the main line ' but ' keihan main line , ' the name prefixed by keihan ( the company 's abbreviated name ) , which means transportation connecting kyoto and osaka . together with the lines that make connections with the keihan main line ( keihan oto line , keihan uji line and keihan katano line ) , it 's collectively called keihan line . railway distance ( operation kilometer ) : between yodoyabashi station and sanjo station : 49.3 km track gauge : 1435 mm number of stations : 40 ( including the starting and final stations ) , plus one signal station double-track section : quadruple-track section : between tenmabashi station and neyagawa signal station double-track section : between yodoyabashi station and tenmabashi station ; between neyagawa signal station and sanjo station section with electrification : the entire line is electrified ( dc1500v ) . block ( railway ) system : automatic block system maximum speed : 110 km / h safety system : ats ( automatic train stop system ) , keihan-type speed ats-p as the name of the line indicates , it 's a railway connecting osaka and kyoto , but unlike the jr kyoto line ( tokaido main line ) and hankyu kyoto main line , which run in parallel with each other , the line proceeds along the south bank of the yodo-gawa river . the line goes underground in the sections between yodoyabashi station and tenmabashi station in osaka city , and between shichijo station and sanjo station in kyoto city . the section between tofukuji station and sanjo station is defined as a tramway ( railway ) based on the tramways act . in the quadruple section between tenmabashi station and neyagawa signal station , the local trains and some section express trains go on the outbound line ( b-line ) , while others go on the inbound line ( a-line ) . the keihan nakanoshima line , which bifurcates from tenmabashi station in osaka city and runs through the nakanoshima area in kita ward , osaka city ( osaka prefecture ) , is under construction ( scheduled to be inaugurated on october 19 , 2008 ) , and when the line opens it 's scheduled to operate in an integrated manner with keihan main line . the line is relatively well equipped with crossings via overpasses or underpasses and barrier-free measures . large-scale work has been carried out , and the construction of the underground section in kyoto city ( between tofukuji station and sanjo station ) was completed in 1987 , hirakatashi station in 1993 , and neyagawashi station in 1999 , respectively . owing to the structural restriction of yodoyabashi station ( it has one platform and three tracks , therefore platform 1 and platform 4 have to share the same line ) , the line as a whole is operated under a tight time schedule . therefore , many trains have little standing time before doubling back at yodoyabashi station or at demachiyanagi station . according to " tetsudo yoran ( railway directory ) , " this line 's starting station is yodoyabashi station ; however , sanjo station is the operational starting station and the train heading for osaka from kyoto is denominated as the ' outbound train ' and the train heading for the opposite direction , ' inbound train ' ( the same as the hankyu kyoto main line ) . most trains that arrive at and depart from sanjo station are operated directly to demachiyanagi station on the keihan oto line . subsequent to the timetable revision of april 16 , 2006 , many changes have been made as follows : some of the k-ltd . express ( k-tokkyu ) trains operated on the weekday mornings were changed to limited express trains , the section express trains during the daytime restarted the operation for the first time after 26 years , and the trains terminating at tenmabashi during the daytime were also revived for the first time after 43 years among others ; however , the connecting way , in which a faster train makes a connection with a less rapid train waiting at hirakatashi station , tanbabashi station and sanjo station , has not undergone a change . on the other hand , right before and after the revision , many passengers seemed to be discontented due to the increased number of express and semi-express trains that started doubling back at tenmabashi station during the morning rush , and the decreased convenience at kayashima station and kozenji station owing to the discontinued semi-express during the daytime ; so , on january 27 , 2007 , the timetable was again revised in order to cope with these problems ( revision on the repartition of the shuttle trains that were doubling back at tenmabashi station and those that arrived at and departed from yodoyabashi station during the morning rush , the downgrading of express trains between 15 : 00 and 16 : 00 to semi-express , etc . ) . the details by type of train are described below . also please refer to the sections of keihan limited express and k-ltd . express ( k-tokkyu ) . the highest-category trains on the keihan main line this was newly established by the timetable revision on september 6 , 2003 ( the operation started on september 8 ) . however , this type makes a stop at the same stations as a limited express train did before the revision ; that is , this type was created because limited express trains started making stops at more stations than before . the k-ltd . express is only operated between yodoyabashi station and demachiyanagi station , and in the morning the train for yodoyabashi also makes a stop at hirakatashi station , as it did before . since this type is only operated on weekdays except in the daytime , serving as a commuter limited express , on sundays and holidays it is not operated . during the evening rush on weekdays , the train makes a connection with an express train waiting at tanbabashi station . except for the outbound trains in the morning , this type practically goes nonstop between kyoto station and osaka station . some of the trains in the morning are operated with three-door cars , and particularly during the peak rush hour an effort is made to avoid the use of two-door cars as outbound trains . during the morning rush , k-ltd . express ( k-tokkyu ) ' orihime ' is also operated from kisaichi station on the keihan katano line to yodoyabashi . this train is five cars long because of the limited effective length of the platforms on the katano line . during the morning rush on weekdays , outbound trains become very crowded from hirakatashi station , and some cars need even train pushers ( oshiya ) to squeeze the passengers into the cars . during the morning rush , the first car to the demachiyanagi direction is designated as a women-only car . this is the principal higher-category train on the keihan main line . this type is operated during the daytime on weekdays and the entire day on saturdays and holidays , when the k-ltd . express isn 't operated . following the timetable revision on april 16 , 2006 , its hours of operation were extended and the operation of a women-only car was established with the same time schedule as the k-ltd . express , which was operated from 9 : 00 to 9 : 30 on weekday mornings . since this type is the first arrival and the highest-category train at hirakatashi station and to the east in the current timetable , sometimes it becomes extremely crowded . among the users , the k-ltd . express and express trains are well known as ' keihan express ( keihan tokkyu ) . ' as for the rolling stock , limited express trains mainly used type-keihan electric railway series 3000 and keihan electric railway series 8000 , which are equipped with tv cars and two-stories cars ( double-deckers ) , but with the timetable revision made on september 6 , 2003 , about one-third of the trains became coupled with three-door cars during the daytime operation due to the limited availability of rolling stock . in the case of the three-door limited express trains , the trains of the keihan electric railway series 9000 ( furnished with semi-cross seats ) are mainly used , but since the three-door limited express trains are scheduled to be allocated for an intensive use during the morning rush , 10 trains of keihan electric railway series 7200 or keihan electric railway series 6000 made up of eight all-long-seat cars are also regularly used in the weekday mornings ( eight outbound trains in total of k-ltd . express and limited express , and two inbound trains in total of k-ltd . express and limited express ) . nearly all the trains , including three-door cars in the afternoon or later , are operated with cross-seat cars , but when the trains of series 9000 are in the periodical inspection or parts change , the cars furnished with long seats are sometimes used instead , even in the afternoon or later . on the timetable at the stations , whether the train has two-door cars or with three-door cars can be distinguished by a small mark placed next to the departure time . because the route has many curves , the average time required between demachiyanagi station and yodoyabashi station is 53 minutes , which is a big difference from the time of the special rapid running on the jr kyoto line , which connects osaka and kyoto in 28 minutes . however , the time required between kyobashi station and shichijo station is about 40 minutes . nowadays , the trains make stops at hirakatashi station and kuzuha station , but until around 2003 the trains would basically pass nonstop at these stations ( the trains made stops at hirakatashi station only in the morning ) . however , when the kurawanka fireworks festival was held on the final sunday of august every year , a special train would stop at hirakatashi station ( in 1998 or before , the train would stop at kuzuha station ) . the background of the rollsign of a limited express train is red . when the timetable was revised in september , 2003 , the rollsign became a red background with white letters . before then , while in the case of the series 8000 the letters were written in red on a black background , in the case of the series 3000 the letters were written in red on a white background , and when the series was renovated in 1995 the rollsign became the same design as the series 8000 , with red letters on a black background . the rollsign with red letters on a black background , which was used in 2003 or before , is now adopted in the series 2600 and is used by ' k-ltd . express ( k-tokkyu ) orihime . ' the actual rollsign , with white letters and a red background , has the same color combination as the rollsign that the series 6000 express trains carried ( no english letters , though ) at the time of manufacture . it is operated nearly all day . during the daytime , the trains are mainly operated between yodoyabashi station and hirakatashi station ( some trains are operated as semi-express ) , and the rest of the day the trains are mainly operated between yodoyabashi station and demachiyanagi station . during rush hours , the trains that double back at tenmabashi station and the trains that arrive at and depart from kuzuha station are also operated . during the daytime , all express ( and sub-express ) trains make connections with local trains at moriguchishi station , and wait for a limited express train to pass at korien station . except for the daytime on weekdays , and from 11 : 00 to 15 : 00 on saturdays and holidays , this type is operated between yodoyabashi station and demachiyanagi station , and on saturdays and holidays , with some exceptions , it arrives the first at yodoyabashi station and sanjo station ( in some cases at demachiyanagi station ) ( on weekdays , the through-trains between kyoto and osaka are passed by k-ltd . express ( k-tokkyu ) at a station in between except for the inbound trains in the early morning and during the morning rush , and some trains in the late evening ) . during the morning rush and the late evening , the train does not stop at moriguchishi station or hirakata-koen station . although the train is sometimes operated with seven cars , it 's mainly operated with eight cars because of the heavy congestion at osaka-guchi ( particularly during the time slot when the k-ltd . express is operated ) . although the train runs nearly nonstop between kyobashi station and neyagawashi station ( the train goes nonstop in the early morning and in the late evening , and the rest of the day it stops only at moriguchishi station ) , at the neyagawa station and to the north , the train makes a stop at almost half the stations , and that is why until the timetable was revised in september 2003 there was a big difference between limited express and express in terms of the time required . as of 1964 , after yodoyabashi station was inaugurated , the train made stops at shijo station ( current gion-shijo station ) , shichijo station , fushimi-inari station , tanbabashi station , chushojima station , yawatacho station ( currently yawatashi station ) , hirakatashi station , korien station , kyobashi station , tenmabashi station and kitahama station ( additionally , during the daytime at hirakata-koen station ) , which meant that train at that time made a stop at nearly the same number of stations as the rapid express projected to be introduced in october 2008 ( it 's scheduled that the rapid express train will stop at ( in addition to the above-mentioned stations ) kuzuha station , neyagawashi station , moriguchishi station , and pass nonstop at fushimi-inari station , yawatashi station and hirakata-koen station ) . in some time slots , when putting into or setting out of the depot or they are available for other purposes , the series 3000 and 8000 , which are usually used for limited express service undertake the operation . limited express trains used for service not only undertake the operation of putting the train into and setting it out of the depot in the early morning and in the late evening , but they also run between yodoyabashi station and hirakatashi station as express from 9 : 00 to 11 : 00 , the time slot after the morning commuter hours of outbound trains on weekdays finish , and for this service one inbound train and three outbound trains are operated in addition to another one , which is used as an express for demachiyanagi station starting from yodoyabashi station . according the time schedule , these trains are to be replaced by trains with long-seat cars at yodoyabashi station or demachiyanagi station when they double back ( a similar replacement is practiced between the series 9000 and the series 6000 , as well as among the trains of the keihan electric railway series 7200 ) . when limited express service is provided by express trains on weekday mornings between yodoyabashi station and hirakatashi station , these trains , in the case of up trains as well as down trains , are passed by a limited express train with long-seat cars at korien station . additionally , sub-express and local trains are used for this service , mainly in the early morning and late evening ( in the past , these types were used as outbound section express during the weekdays , but since the timetable revision of january 2007 they haven 't been used ) . when a horse race is held at kyoto race course ( including the off-the-field period ) , the train stops at yodo station . because yodo depot is located a short distance from the yodo station yard toward the direction of osaka station , when express trains are operated between demachiyanagi station and yodo station in the early morning and late evening , and the special trains for tenmabashi station and demachiyanagi station from yodo station are operated during the period of horseracing , they exceptionally permit the passengers to get on and off at the depot . express trains , which are operated between demachiyanagi station and yodo station in the early morning and the late evening , were operated as semi-express trains until september 2003 . with the partial timetable revision of january 27 , 2007 , the express train running between yodoyabashi station and hirakatashi station at the time slot from 15 : 00 to 16 : 00 on weekdays was degraded to a semi-express . this is a measure for the students who return home after school to take a train at kozenji station . the rollsign is a vermilion background with white letters . the actual background color , vermilion , has been used since 1989 , when the series 7000 was introduced and english lettering was added to the rollsign . before then , a red-background rollsign with white letters was used but without any indication in english ( the background color is the same red that the limited express has used since 2003 ) . until the series 6000 was introduced , the rollsign was a white background with red letters . in the past , when the trains didn 't carry the rollsign at the front face , they used the round-shaped directional signboard , and to distinguish the trains those between yodoyabashi station and sanjo station used the red-background board with white letters while those between yodoyabashi and kuzuha station carried the white background board with red letters . basically , this type of train is operated except for daytime hours . the train is principally operated between yodoyabashi station and kuzuha station , but during rush hours some through-trains connecting kyoto and osaka arrive at and depart from yodo station in the early morning and late evening . during a certain time slot in the daytime , instead of an express this type of train , which arrives at and departs from hirakatashi station , is operated . also , the train always makes a connection with a local train at moriguchishi station . during the daytime on weekdays , the sub-express train that starts from hirakatashi station makes a connection with a section express at kayashima station . some trains are eight cars long , but the through trains between kyoto and osaka are operated with seven cars ( because chushojima station or the further stations at which the local ( semi-express ) train stop only permit trains with fewer than seven cars ) . the train that is positioned as a higher category middle-distance train provides direct operation mainly in the quadruple-track sections , while in other sections it makes a stop at each station . the train passes nonstop at moriguchishi station from early morning to the morning rush . recently , the through operation of the semi-express between kyoto and osaka tends to be increasing , particularly during the rush hours . however , from september 2003 to april 2006 , through semi-express trains between kyoto and osaka were operated . in the 1980s the sub-express was operated only between yodoyabashi station and yodo station ; there were no through-trains running on the entire line . with the timetable revision of 1989 , the sub-express began operating in kyoto-guchi , but the sub-express operating from the osaka area was limited to yodo station ; however , in the 1990s the sub-express between yodoyabashi station and kuzuha station started the all-day operation and at the same time the sub-express between demachiyanagi station and kuzuha station / yodo station started operating in the evening or later . following the revision made in 2003 , the train between chushojima station and demachiyanagi station was changed to the local train , and a new sub-express was set between yodoyabashi station and demachiyanagi station , which is still in operation . during the evening rush during the weekdays , the sub-express ' hikoboshi ' proceeding directly from the katano line is operated . this train is five cars long because of the limited effective length of the platforms on the katano line . on july 7 every year , a special k-ltd . express ' orihime ( weaver star = vega ) ' is operated in the evening after the folk story tanabata ( tale of two-stars rendezvous ) , and at kisaichi station an event is held to let orihime ( weaver star = vega ) and hikoboshi ( cowherd star = altair ) meet once a year . the rollsign has a blue background . until the introduction of the series 6000 , it was a white background with blue letters . when the directional signboard was used , it was a round-shaped board with a white background on which " sub-express ( 準急 ) " was written in blue ( the destination was written in black letters ) ( the trains that arrived at and departed from tenmabashi station used the yellow background board with blue letters that read " sub-express ( 準急 ) " ) . during the daytime , this type of train is operated between tenmabashi station ( partially bound for yodoyabashi station ) and kayashima station . the section express trains operated in the daytime connect with local trains for yodoyabashi station at kyobashi station , except for those bound for yodoyabashi station . however , the trains operated on weekdays and those on holidays have a big difference in the number of users . therefore , the trains on weekdays are eight cars long , while on saturdays and holidays the trains made up of five cars occupy the major part of the operation . by stopping at every station from moriguchishi station eastward , the section express train not only secures the rapid and convenient service at kadomashi station and other stations in the vicinity , because kadomashi station , being a transfer station for the osaka monorail line , has no other platform than one for the outbound track ( for local trains ) , but the train also complements the service at moriguchishi station , at which neither express nor sub-express trains make stops in the morning ; moreover , the operation of this type of train arriving at and departing from hirakatashi station , korien station and kuzuha station is provided . in the evening or later , there were many section express trains before , but most of them were upgraded to sub-express trains , and the time slot when trains make a stop at moriguchishi station was also extended ; therefore , an reduced number of section express trains are operated under the present timetable . on weekdays from 22 : 00 or later , since there is no service of outbound sub-express trains , several section express trains , mainly arriving at and departing from kuzuha station , are operated . due to the capacity of the track allocated to express trains , during the morning rush there are some trains that run on the outbound track along the entire line ( three section express trains that start at moriguchishi station from 8 : 00 to 9 : 00 in the morning , heading for yodoyabashi station ) . as these trains have to run in concordance with the velocity of the local train running ahead , the required time between moriguchishi station and kyobashi station is two or three minutes longer than that of the trains going on the track for express trains . the special timetable used by the drivers covers the schedule up to yodo station . the rollsign has a green background . for a long time an abbreviated description ' 区急 ' ( which meant ' section express ' ) was written on it , but since 2008 those trains that changed the rollsign to cope with the operation on the nakanoshima line have carried the rollsign with the full letters ' 区間急行 ' ( section express ) without abbreviation . during the days in which the trains used a destination board on the front face , section express trains carried the common board used for local trains with a letter meaning ' express ' written in red below the name of the destination ( it was possible to distinguish the type of train because local and section express trains used a square-shaped board while express and sub-express trains used a round-shaped board ) . during the daytime , the local trains are operated between yodoyabashi station and demachiyanagi station , and during the other hours operation is basically provided between yodoyabashi station and kayashima station / sanjo station / demachiyanagi station , and between yodo station and sanjo station / demachiyanagi station . during the daytime , each train connects with an express train ( sometimes with a sub-express ) at moriguchishi station and with a limited express train at hirakatashi station / tanbabashi station / sanjo station . in the morning and evening , section local trains are also operated in the kyoto area . section ( local ) trains in kyoto-guchi , or through-trains between kyoto and osaka are either seven or five cars long . on april 16 , 2006 , the direct trains for demachiyanagi station were revived after three years ' absence ( some trains arrive at and depart from sanjo station or tenmabashi station ) . on the other hand , in kyoto-guchi the section trains that once doubled back at kuzuha station during the evening rush on weekdays have disappeared , and some of them are incorporated in the operation of the sub-express route . until the revision of the timetable in 2000 , there was a local train that went through to the uji line . this train changed its direction of movement at chushojima station because of the wire setup . after the route division , the trains arrived at and departed from chushojima station until the timetable was revised in 2003 . there was little difference in time between express and local trains in the section from korien station to the north , until the timetable revision was made in june 2000 , because the local train was not passed by the express train that came up from behind ( although , the local train made a stop at hirakatashi station and fukakusa station in order to let it pass ) . even in the present time schedule , after making a connection with an express train waiting at moriguchishi station , the train arrives first at hirakatashi station without being passed by another express coming up from behind ( the outbound train arrives first at moriguchishi station after departing from hirakatashi station ) . in this section , the train was passed by a limited express train at owada station and in the vicinity of morishoji station . during the weekday morning rush , one inbound train bound for korien station allocates the last two cars as priority cars for female students and schoolchildren . during the daytime the trains operated an hour are as follows : between yodoyabashi station and tenmabashi station : limited express 6 ; express ( sub-express ) 6 ; local train 6 between tenmabashi station and kayashima station : limited express 6 ; express ( sub-express ) 6 ; section express 6 ; local train 6 between kayashima station and hirakatashi station : limited express 6 ; express ( sub-express ) 6 ; local train 6 between hirakatashi station and demachiyanagi station : limited express 6 , local train 6 special trains during the horse-racing events at kyoto race course during the horseracing at kyoto race course , the operation of the sub-express train is extended to yodo station , the nearest station to the course ( basically , the sub-express train is regularly operated between yodoyabashi and kuzuha stations ) . until the timetable was revised on april 16 , 2006 , out of those trains that extended their operations and ran between hirakatashi station and yodo station , the train that operated between hirakatashi and yodo stations as an express was denominated as ' gallop ' and was thus indicated on the rollsigns and headmarks . in the past , it was operated as ' yodo rapid train turfy ' ( it made a stop at the following stations : yodoyabashi , kitahama , tenmabashi , kyobashi , moriguchishi and yodo ) . sometimes a special express train bound for sanjo station also operated toward the kyoto area . this special express is also called ' umakyu ( horse express ) , ' and during the time when the destination board was used it carried a board with a horseshoe painted on it . since the timetable revision of april 16 , 2006 , the number of special trains has been largely reduced , but depending on the scale of the horse race , and only for the return trip , express trains for tenmabashi station and sanjo station are sometimes operated . once in the past , the spectators leaving the track after the race would stampede to the platform at yodo station , and some limited express trains that normally didn 't stop at the station had to make urgent stops for the sake of security . also , on some sundays of october and november 2003 ( four days in total ) soon after the drastic timetable revision made in september 2003 , the operation was undertaken with a ' special timetable for holidays . ' with this timetable , the operation of each type of train is increased in the morning and in the evening , and particularly in the evening ( from 16 : 00 to 17 : 00 ) , one special limited express train from sanjo for tenmabashi , one special express train from yodo for tenmabashi , and one ' gallop ' from yodo for yodoyabashi are added for operation every 10 minutes , and with the regular trains , in the quadruple-track section ( the outbound track between yodo and kayashima ) five trains were operated on each track ( with an average interval of two minutes ) in 10 minutes , which was comparable to the number used during the morning rush . subsequently , this timetable was implemented only on may 2 , 2004 , but since then it has not been used . uji kaisoku rapid train please refer to the section of keihan uji line - uji kaisoku rapid . year-end and new year season during the first three days of the new year , the line particularly reinforces its capacity for transporting passengers for new year 's visits to shrines , and from new year 's day ( strictly speaking from the late night of new year 's eve ) to january 3 ( january 5 , depending on the year ) , the trains are operated under the special ' time schedule for the year-end and new year holidays , ' which is different from the ordinary time schedule . during the year-end and new year season , this timetable is announced on the keihan electric railway ' website and in its public-relations magazine , ' k-press . ' from the late evening of new year 's eve to the morning of new year 's day , express trains are operated every 10 to 20 minutes during all night ( new year 's eve timetable ) ( local trains are operated between yodoyabashi station and sanjo station at an interval of 20 minutes , while on the katano line and uji line the local trains are also operated at a 20-minute interval ) . the express trains stop at stations with the same pattern as those that are operated during the daytime ( stopping at moriguchishi and hirakata-koen ) . all-night operation on the keihan lines is somewhat more frequently practiced in comparison with the other lines of other railway companies in the kansai district . even so , the trains , particularly express trains , become very crowded and there are passengers who ask for the operation of all-night limited express trains . in fiscal year 2007 , express and local trains ( both running between yodoyabashi station and demachiyanagi station ) will be operated every 15 to 20 minutes , and the operation of local trains will be extended to demachiyanagi station , although that of express trains will be reduced in number . on the other hand , during the first three days of the new year , a limited express train , an express train and a local train are operated every 10 minutes during the daytime . in fiscal year 2006 , limited express and express trains were operated between yodoyabashi station and demachiyanagi station , and local trains were operated between yodoyabashi station and sanjo station . the express train waits for a limited express train to pass at hirakatashi station . the characteristic of this time schedule is that limited express trains are not operated in the morning and in the evening and the number of trains is slightly reduced overall , as compared to the ordinary time . before 2003 , limited express trains ( including spare trains ) were at full-capacity operation , and the trains of the series 9000 also had to be used . before the introduction of the series 9000 , general trains were sometimes also used as auxiliaries for the limited express . among the general trains ( except the series 6000 , 7000 and 7200 ) there were trains that ran with a limited-express symbol ( a pigeon mark ) on the front face until 1983 . also , there were occasions in which additional limited express trains ran from sanjo in the evening . gozan no okuribi ( mountain bonfire ) on august 16 , when daimonji okuribi ( the great bonfire event ) is celebrated , the weekday timetable is applied except for when this day falls on saturday or sunday . however , express trains ( including those that arrive at and depart from kuzuha station ) are operated up to demachiyanagi station . on the other hand , some of the local trains that arrive at and depart from demachiyanagi station shuttle at sanjo station ( to concentrate the eight-car trains at demachiyanagi station ) . from 20 : 00 or later , special trains such as the k-ltd . express and express trains are operated . the service at the imadegawa gate of demachiyanagi station is extended ( until 21 : 30 ) in order to alleviate the congestion . when there is a big event celebrated along the line , such as the gion festival , uji-gawa river fireworks display and tenjin festival , the service is reinforced by operating special trains ( or extending the operational section of regular trains ) , particularly at night . during the tourist season , the special limited express is operated between yodoyabashi station / tenmabashi station and sanjo station / demachiyanagi station , respectively . compared with other lines , this line provides a relatively large number of special trains , but in recent years the number of special trains has decreased . before , the special train without a specific denomination carried a head mark ' 臨 , ' meaning ' special , ' but since the revision in september 2003 this mark is only allowed for the special limited express trains . when a big event is celebrated , in the case of limited express trains and k-ltd . express trains operated at night , their cars ( generally two-door cars ) are sometimes replaced by three-door cars . from 1938 to 1969 , a kind of section express that was different from today 's type was operated between fukakusa station / yawatacho ( currently yawatashi ) station / hirakatashi station and yodoyabashi station . when introduced in 1938 , this type of train was operated between tenmmabashi station and hirakata-higashiguchi station ( currently hirakatashi station ) , and stopped at the following stations : gamo ( currently kyobashi ) , kadoma ( currently unused ) , kayashima , neyagawa ( currently neyagawashi ) , korien and hirakata ( currently hirakata-koen ) . it was lower than the sub-express in type , but it even went nonstop at moriguchi station ( currently moriguchishi station ) , which was a sub-express stop at that time . its operation was discontinued during the war , but after the war , in 1947 , it was restarted . after that , with the timetable revision in 1960 , it came to its present form as a section express , being integrated with the types of local trains that until then went nonstop between kyobashi station and moriguchi station . on the other hand , other than the section express , express trains that had operated between tenmmabashi station and hirakatashi station during rush hours were extended in 1952 to run up to yawatacho station and fukakusa station by stopping at all stations from hirakata-koen station and to the north . this express train carried a type board with the letter ' 急 ' ( express ) written in red against a red-rimmed white background ( and on both sides the destination was indicated ) . this type board was the same as that used on express trains set up in later years , which arrived at and departed from kuzuha station ( however , the stops of those express trains are the same as for the express trains that run through the entire line ) . sub-express and this type ( a-express ) only made a difference in whether the train went nonstop or not at toyono station ( closed in 1963 ) and kozenji station , and therefore , by the timetable revision made following the relocation of kyobashi station in 1969 , this type was integrated into the sub-express and was eventually discontinued . this express , which operated in a limited section , was called ' a-express ' because it was numbered together with the prefix ' a. ' at that time , in 1964 , it was operated between hirakatashi station and yodoyabashi station at the peak of the morning rush-hour period ( during this time slot , the section express arrived at and departed from korien station , kayashima station or moriguchishi station , except for a few trains ) and in the route between yodoyabashi station and yawatacho ( the trains are stored in fukakusa depot ) , among others , in the evening and later . this type of train was operated during evening rush hours and at night from september 27 , 1989 to september 5 , 2003 ( the operation section was from kuzuha station or yodo station to demachiyanagi station , and the train made stops at the following stations : all stations between kuzuha station and chushojima station , tanbabashi station and fushimi-inari station , and all stations between shichijo station and demachiyanagi station ) . with the timetable revision of 2000 , this train operated between kuzuha station and demachiyanagi station during evening rush hours was downgraded to a local train . this was originally a type of express that was operated directly from sanjo station to the keihan uji line , and therefore many trains of this type were in service with five cars , probably maintaining the original composition . since the timetable revision of september 6 , 2003 , the operation of its old schedule that was practiced in 1989 and before , has recovered in which the train made a stop at every station from kayashima and to the east . however , the sub-express that proceeded from the osaka area sometimes went nonstop at several stations from hirakata-higashiguchi station ( currently hirakatashi station ) and to the east around 1937 when the designation of types was carried out , and after the war , since the restart of the operation for a while , from chushojima station eastward . until 1968 , direct express and sub-express trains to the nara electric railway ( since 1963 , kintetsu kyoto line ) were operated between tanbabashi station and sanjo station ( the express train was designated after the merger with kintetsu corporation ) . rolling stock of both nara electric railway and kintetsu railway was used , and express trains as well as the sub-express trains made stops at the same stations as the direct express trains running between kyoto and osaka . for details , please refer to the section regarding the direct operation with nara electric railway and keihan electric railway . with the timetable revision of 1960 , while the local through-trains started making stops at all stations and the trains that made shuttle operations at hirakatashi station , after switching them to those running nonstop between kyobashi station and [ incomplete text ] and as for these stations located along that section , the local train that shuttled at hirakatashi station would stop . these two local trains were called ' local ' in the announcement without any distinction . with the timetable revision of 1960 , while the local through-trains started making stops at all stations and the trains that made a shuttle operation at hirakatashi station , after switching them to those running nonstop between kyobashi station and moriguchi station , were designated as section express trains following their integration into the aforementioned ' section express ' ; consequently , the local trains that had nonstop stations disappeared . among the crew , it was also called ' direct . ' when the line was inaugurated , it was a route with many curves because one-third of the keihan line was denominated as a tramway according to the applied regulation ( tramways ordinance , later tramways act ) and it was laid along the ancient route to kyoto , threading through posting stations . to date , various reforms have been undertaken , such as conversion from the shared tracks to exclusive tracks , and the construction of overhead crossings , and currently a new reform plan is ongoing ( the survey expense has been allocated in the national budget of fy 2007 for an elevation plan of the section from korien station to hirakatashi station ) ; however , since the section where the train is permitted to increase the speed up to 110 km / h is only the straight-line section between kyobashi station and moriguchishi station and still many curves remain throughout the line , the company is sometimes sarcastically called the ' keihan electric curved-railway company . ' when the line was inaugurated , the company could not secure the land to construct stations in the central part of the city either in kyoto or in osaka , and later the line was gradually extended toward both centers . for example , the section in the kyoto area between gojo station and sanjo station was constructed using the special permission that kyoto city had acquired to construct kyoto city trams under a borrowing arrangement in which keihan rented the site from kyoto city ( for details , please see the section on keihan electric railway series 60 ) . on the other hand , in the osaka area , at the outset the company had a plan to construct a station at koraibashi as the starting point ; however , it was obliged to change it to tenmabashi under the pressure imposed by osaka city ( see the section on municipal monroe doctrine ) , and since then the line 's extension to the center of the city has been the company 's long-cherished wish . during the construction , initially shared operation with osaka city trams was planned in cooperation with hanshin electric railways , but because of some inconvenience such as the difference in rolling-stock specifications , osaka city refused and the plan failed . after that , another plan was formulated to jointly construct a general terminal station shared with the shinkeihan line ( described later ) anticipating the extension to umeda , which was not achieved either ( see the section on keihan umeda line ) , and finally in 1963 , after roughly half a century , the line succeeded in extending its operation up to yodoyabashi station through the use of underground tracks . the inauguration of the line was scheduled on april 1 , 1910 , but it was postponed till the 15th due to the failure of moriguchi electric power substation , among others . on april 15 , although the line was finally inaugurated , the starting train broke down , paralyzing traffic from the beginning , and the line had a very difficult time , being bitterly criticized by the papers of that time , etc . therefore , in order to clean up its negative image the line offered passengers an extraordinary discount with half-price fare during the three days up to the 18th , which would be an unthinkable service nowadays . the required time between tenmabashi station and gojo station ( it was not located in the actual place but in shiokoji , near kyoto station ) , which was 1 hour and 40 minutes when the line was opened , was shortened to 1 hour and 30 minutes in july of the same year , and then to 1 hour 20 minutes in 1912 , at the beginning of the taisho period . in order to further reduce the required time , in 1914 the first express train in japan started operating . initially , it was operated nonstop between tenmabashi station and gojo station late at night , and completed the run in an hour . from the next year , the line introduced traffic signals for the first time in japan and extended the operation hours to the daytime . after the line was extended to sanjo station , the train began making stops at shijo station , but the required time didn 't change and was maintained at an hour between tenmabashi and sanjo . from 1916 , this express was upgraded to the superior express ( sai-kyuko ) category , thus creating another type of express that stopped at major stations . however , the superior express was discontinued within four months after this denomination change . please also see the section on the predecessor of keihan limited express . in 1927 , a keihan electric railway series 600 train ( the first generation ) , named romance car keihan electric railway was introduced and operated as an express . this means that the first company that used the denomination ' romance car ' for its train was not odakyu electric railway but in fact keihan electric railway . after that , keihan electric railway formulated a project to construct a rapid railway connecting kyoto and osaka along the right bank of the yodo-gawa river , and established the shinkeihan railway ( new keihan railway ) in 1922 . in 1928 , when the shinkeihan line ( currently hankyu kyoto line ) began operating between tenjinbashi station and saiin station , the company adopted a policy in which the keihan main line concentrated its service on the daily users along the line , leaving the service for through-commuters between kyoto and osaka to the shinkeihan line . therefore , on this line any train denominated limited express other than ' keihan electric railway series 60 ' train was set up during the early showa period . however , during the war the keihan electric railway was swallowed by the keihanshin express railway ( the name was changed to hankyu railway in 1973 ) , and after the war , in 1949 , part of the keihan electric railway restarted its business , handing over the shinkeihan line ( the name of which was then changed to the kyoto main line ) to hankyu railway and began competing with other railway lines to attract commuters between kyoto and osaka by introducing limited express trains . during the postwar period from 1945 until 1968 , it also practiced mutual operation with the nara electric railway line ( currently the kintetsu kyoto line ) . please refer to the section on the direct operation of nara electric railway and keihan electric railway . in 1978 , the denomination of the section from tofukuji station southward was changed from a tramway , as defined by the tramways act , to a local railway as defined based on the local railways act ; however , the section between tofukuji station and sanjo station , where work to take the tracks underground was once planned , has remained unchanged for the convenience of procedures , and nowadays it 's still denominated as a tramway . this section , which ran along the strip between the kamo-gawa river ( of the yodo-gawa river system ) and the lake biwa canal ( biwako sosui ) , was taken underground in 1987 . on july 15 of the same year ( 1987 ) , torrential rains that washed out the provisional bank of the shira-kawa river poured into the kamo-gawa river , which flows along the north side of shijo station , and the water flooded into the underground section , inundating gojo station . four ground-level crossings with kyoto city trams or with osaka city trams remained ( crossings at shijo , shichijo fushimi-inari in kyoto and katamachi in osaka ) , but the ground crossing with osaka city trams as well as those with kyoto city trams disappeared when the former was discontinued on december 18 , 1968 and the latter on september 30 , 1978 , respectively . the increase of the overhead wire voltage to 1500v was made in 1983 , although it was considerably late among the big private railway companies . one reason was that the line had the above-mentioned ground crossings with these trams ( both of them were operated at 600v ) . shidan-kaido the first , second and third gun-do ( three military roads for military use ) situated in the section between fukakusa station and fujimori station were equipped with overhead crossings that permitted these roads to cross over the line , in order not to interrupt the maneuvers of the 16th division of the imperial japanese ground army ( japanese army ) before the war ( it has since been relocated to the suburbs as the posts of the japan ground self-defense force ( jgsdf ) ; one in the vicinity of obaku station ( kyoto prefecture ) on the keihan uji line and the other in the vicinity of okubo station on the kintetsu kyoto line ) . april 15 , 1910 : the section between tenmabashi station and gojo station opened . june 20 , 1910 : momoyama station opened . december 15 , 1910 : kozenji station opened . kyobashi station ( the first generation , located literally in the vicinity of kyo-bashi bridge ) was closed . december 16 , 1910 : inari station changed its name to fukakusa station and inari-shindo station to inari station . april 26 , 1913 : daibutsu-mae station was closed . april 27 , 1913 : shichijo station opened . july 29 , 1913 : momoyama station changed its name to tanbabashi station . may 15 , 1914 : a nonstop express train started to be operated as the final train of the day . april 1 , 1915 : three-position color-light automatic block signals were introduced for the first time in japan . two shuttle operations of express train started in the morning and evening commuter hours . october 27 , 1915 : the operation was extended to the section between gojo station and sanjo station . the express trains began making stops at shijo station . november 11 , 1915 : fushimi station changed its name to fushimi-momoyama station . april 1 , 1916 : the conventional express train ( kyuko ) was upgraded to a superior express ( sai-kyuko ) and started the operation of the express train that would stop only at major stations with intervals of 24 minutes . august 1 , 1916 : the superior express was abolished . january 17 , 1917 : a fire broke out at fukakusa depot , and 19 cars ( 15 cars of type 1 , 4 electric freight cars , among others ) were destroyed by the fire . march 1 , 1918 : moriguchi depot started operating . it was relocated from amijima depot . december 1 , 1918 : shiokoji station discontinued the passenger service . it was converted to a freight station . march 23 , 1922 : undojo-mae station opened between neyagawa station and kori station . at that time , it was a provisional station only operated when the keihan ground was used for events . november 12 , 1922 : undojo-mae station became a permanent station . october 1 , 1924 : the operation of two-car trains started . may 3 , 1927 : the rehabilitation of uji-gawa bridge and kizu-gawa bridge was completed ( the old structures of these bridges were reused to construct hirakata-ohashi bridge ) . july 12 , 1928 : the shared track of 1.856 km between kuzuha station and hashimoto station became an exclusive track for the line , following the improvement of national route 1 . may 25 , 1929 : gotenyama station opened . october 1 , 1930 : express trains began making stops at kori station . july 21 , 1931 : seven sections , including the three shared-track sections totaling 2.5 km between kadoma station and kayashima station , and the shared track of 1.5 km between hirakata-koen station and korien station , came to have the exclusive track . october 14 , 1931 : the section ( known as " the seven curves of noe " ) between gamo station ( current kyobashi station ) and moriguchi station ( current moriguchishi station ) was straightened and equipped with an exclusive track . the section around the current noe and doi was elevated . the noe , sekime , shin-morishoji , morishoji and takii stations opened . noe and morishoji stations on the old line were closed . december 28 , 1931 : morishoji station changed its name to morishoji-senbayashi station . march 30 , 1932 : the reconstruction of tenmabashi station was completed and started functioning . june 14 , 1932 : doi station opened . october 4 , 1932 : owada station opened . october 15 , 1932 ; the cars used on the entire keihan line were equipped with pantographs . october 1932 : gamo station was relocated to the vicinity of kyobashi station . december 29 , 1933 : the section between gamo signal station and moriguchi station became quadruple-tracked . this was the longest quadruple-track section at that time . march 15 , 1934 : the section express train was introduced on the section between tenmabashi and hirakata-higashiguchi stations . april 2 , 1934 : a through-train to the keishin line , ' keihan electric railway type 60 , ' started operating ( which disappeared during the war ) . june 1 , 1934 : express trains began making stops at gamo station . september 21 , 1934 : typhoon muroto hit the kansai district , and the inspection shed of moriguchi depot was seriously damaged . june 29 , 1935 : the line was seriously damaged by the great flood of the kamo-gawa river , which washed away the roadbed and destroyed the platforms between the sanjo and shichijo stations ( following this experience , the kamogawa extension project was formulated to take the keihan main line underground ) . april 1 , 1936 : the sub-express train started operating . at that time , this type of train made a stop at moriguchi , hirakata , hashimoto and yodo stations in addition to those stations where the express train made stops . january 11 , 1938 : the section express train started its operation during the evening rush ( the stations where the train stopped are not the same as the present stops ) . april 1 , 1938 : kori station 's name was changed to korien station . april 1 , 1938 : the trains made up of three cars started operating ( during the morning and evening rush hours ) . december 25 , 1939 : yawata station 's name was changed to iwashimizu-hachimangu-mae station , and inari station 's name was changed to inarijinja-mae station . september 1 , 1941 : shidan-mae station 's name was changed to fujimori station . april 1 , 1942 : shin-morishoji station 's name was changed to morishoji station and morishoji-sembayashi station became senbayashi station . january 20 , 1943 : undojo-mae station 's name was changed to toyono station . october 1 , 1943 : due to the company merger , the line became one of the keihanshin express railway ( hankyu-dentetsu ) lines . february 5 , 1944 : express trains began going nonstop at gojo station . june 7 , 1945 : attacked from the air , tenmabashi station , the tenmabashi transportation office and the tenmabashi railway maintenance office were burned down . june 26 , 1945 : the railway near takii station was damaged by an air raid . august 14 , 1945 : nodabashi station burned down during an air raid . september 15 , 1945 : doi station , tobakaido station and gojo station suspended their operations . december 21 , 1945 : the trains on the nara electric railway ( currently the kintetsu kyoto line ) started sharing the track from tanbabashi station to sanjo station . february 15 , 1946 : the operation of express trains , which had been suspended at the last stage of the war , was restarted . the train was operated between sanjo station and tenmabashi station with an interval of 20 minutes and a required time of 82 minutes . may 3 , 1946 : gojo station reopened . may 11 , 1946 : tobakaido station reopened . july , 1946 : the reconstruction due to war damage was completed . april 1 , 1947 : the keihan line also started the through operation to kyoto station of nara electric railway from tanbabashi station . the one-car train between uji station and kyoto station of the nara electric railway ( naraden ) started operating every 30 minutes . the express train shortened its required time to 79 minutes between sanjo station and tenmabashi station , and enhanced its service with 15-minute operation . april 12 , 1947 : doi station reopened . january 1 , 1948 : iwashimizu-hachimangu-mae station changed its name to yawatacho station , and inarijinja-mae station 's name was changed to fushimi-inari station . october 1 , 1949 : gamo station 's name was changed to kyobashi station , hirakata station became hirakata-koen station and hirakata-higashiguchi station became hirakatashi station . december 1 , 1949 : following the division of the company , the line becomes the keihan main line of keihan electric railway . july 1 , 1950 : the timetable was revised . the express train between sanjo station and tenmabashi station restarted and ran in 59 minutes , recovering the time required before the war . september 1 , 1950 : the limited express started running between tenmabashi station and sanjo station in 53 minutes , with two outbound trains in the morning and two inbound trains in the evening ( but no operation on sundays and holidays ) . the train made stops at kyobashi station , shichijo station and shijo station . these stops haven 't changed for about 50 years . april 2 , 1951 : the limited express started all-day service . april 26 , 1951 : trains made up of four cars started their service . august 20 , 1951 : neyagawa station changed its name to neyagawashi station . may 1 , 1952 : a passing track was constructed at owada station and , following the completion of railway reform and the introduction of new type cars , the timetable was revised . the limited express shortened its required time to 48 minutes . at the same time the service was enhanced and limited express trains started operating every 30 minutes during the daytime . june 23 , 1952 : the a-express started operating as a type of train that extended the service of express trains between tenmabashi station to hirakatashi station as far as to yawatacho station , by making a stop at each station from hirakatashi station to yawatacho station . july 17 , 1952 : a ' pigeon mark ' was placed on the limited express trains . may 10 , 1953 : the limited express started to provide the service with a 20-minute interval all day . september 25 , 1953 : the season 's thirteenth typhoon hit the kansai district , and the operation of the section between chushojima station and yawata station was suspended because the bank of the uji-gawa river had broken and the bank revetment was washed out ( it temporarily reopened on october 1 ) . april 12 , 1954 : the train with a special car exclusively for the students of seibo jogakuin ( seibo girls ' junior and senior high school ) was introduced at korien station . november 30 , 1954 : in the section of 0.762 km between tenmabashi station and nodabashi station , the shared track was relocated to a newly constructed exclusive track . the keihan main line , in its entirety , began using an exclusive track for the line . january 1 , 1955 : nodabashi station changed its name to katamachi station june 25 , 1955 : the freight operation between tenmabashi station and shiokoji station was discontinued , and shiokoji ( freight ) station was closed . march 21 , 1956 : the required time of a limited express train was reduced to 42 minutes . the local through-train operating between tenmabashi station and sanjo station began going nonstop between kyobashi station and moriguchi station . march 21 , 1956 : the trains made up of five cars began operating ( limited express trains ) . march 6 , 1957 : the train equipped with the track air-cushion vehicles started operating for the first time in japan ( vehicle no. 1759 ) . november 17 , 1958 : the trains made up of six cars started operating ( with the express train operating between tenmabashi station and hirakatashi station ) . december 1 , 1958 : neyagawa signal station opened between kayashima station and neyagawashi station . following the opening of kayashima depot ( current neyagawa depot ) , the spur line to the depot was bifurcated . march 28 , 1960 : the timetable was revised . the current type of section express started operating . during the daytime , the super-car keihan electric railway series 2000 was operated in an exclusive manner ( between tenmabashi station and hirakatashi station , with a 20-minute interval during the daytime ) . november 28 , 1960 : the groundbreaking ceremony for constructing underground tracks between yodoyabashi station and tenmabashi station was held , and the construction began . december 1 , 1961 : express trains started making stops at hirakata-koen during the daytime . december 22 , 1962 : automatic ticket vending machines were installed at kyobashi station and tenmabashi station for the first time on the keihan lines . april 16 , 1963 : the line extended the service in the underground section between yodoyabashi station and tenmabashi station . the limited express started making the run between yodoyabashi station and sanjo station in 45 minutes . may 15 , 1963 : neyagawashi station was relocated to the current site . korien station 's elevated station building on the bridge and its passing track were completed . toyono station between neyagawashi station and korien station was closed . june 1 , 1964 : kayashima depot changed its name to neyagawa depot . august 3 , 1966 : an accident occurred , in which an express train bound for yodoyabashi station clashed against a local train bound for yodoyabashi station ( from : keihan electric railway - gamo signal station train collision accident in nihon-no-tetsudojiko ( railway accidents in japan ) ( 1950-1999 ) ) . fifty-one people were injured . the cause of the accident was the error of the train conductor , who had overlooked the red signal . as a result of this accident , the ats ( automatic train stop ) system was introduced . august 1 , 1967 : the installation of the ground equipment of ats was completed between yodoyabashi station and owada station ( except for local train lines in the quadruple-track sections ) , and limited express trains began using ats . the line installed ats for the first time among the private railway companies in the kansai district . september 28 , 1967 : the installation of the ground equipment of ats was completed in the section between owada station and sanjo station as well as on the local train lines of the quadruple-track sections . december 11 , 1967 : during the morning and evening rush hours , the operation of seven-car trains started . september 12 , 1968 : all trains of the whole keihan main line were fully equipped with ats . february 21 , 1968 : the groundbreaking ceremony to construct an elevated quadruple-track line between tenmabashi station and noe station was celebrated . december 18 , 1968 : a level intersection with osaka city trams within katamachi station was removed , owing to the discontinued operation of osaka city trams . december 20 , 1968 : mutual operation with the kintetsu kyoto line at tanbabashi station was discontinued . the reasons were as follows : the increased number of trains in the kintetsu railway as well as the keihan electric railway , the increased voltage to 1500v on the kintetsu kyoto line ( in 1969 ) , and the difference facilitated by the ats systems . november 26 , 1969 : the track laid on the south side of makino station was elevated and relocated . november 30 , 1969 : the route between tenmabashi station and noe station was changed . kyobashi station was relocated and elevated . katamachi station between tenmabashi station and kyobashi station was closed ( it was a stop for trains of categories lower than section express ) . the a-express was integrated with the sub-express , and the a-express category was abolished . october 1 , 1970 : gamo signal station was closed . november 1 , 1970 : the section between tenmabashi station and ( former ) gamo signal station ( 3.4 km ) became quadruple-tracked . the express train started making stops at neyagawashi station during the daytime . june 20 , 1971 : moriguchi station changed its name to moriguchishi station . shin-kadoma station opened , and express trains started making stops at the station . the railway that had been laid in the vicinity of kuzuha station was relocated , and the new kuzuha station equipped with a passing track and a storage track entered service . express trains started making stops at kuzuha station , where automatic ticket checkers were installed for the first time on the keihan lines . august 15 , 1971 : a thorough revision of the timetable was made . the interval of the operation during the daytime was changed from 20 minutes to 15 minutes ( the daytime time schedule with a 15-minute interval had been maintained for 32 years , until 2003 ) . the limited express operated during the daytime shortened its operation interval from 20 minutes to 15 minutes thanks to the opening of shin-kadoma station ( equipped with a passing track ) and the completion of the rehabilitation work in the vicinity of kuzuha station ( new passing-track construction ) . february 2 , 1972 : the equipment of the moriguchi workshop was transferred to the premises of neyagawa depot and was set up as the neyagawa workshop . the moriguchi workshop was closed . november 28 , 1972 : the groundbreaking ceremony to elevate the railway and provide a quadruple track in the section between doi station and neyagawa signal station ( 5.8 km ) was held . march 23 , 1975 : shin-kadoma station 's name was changed to kadomashi station . kadoma station , located between moriguchishi station and kadomashi station , ceased to be used , and nishisanso station opened . the section express started making stops at nishisanso station ( owing to the disuse of kadoma station ) . september 12 , 1976 : the section between moriguchishi station and kadomashi station ( 1.8 km ) was elevated and quadruple-tracked . november 20 , 1976 : textured paving blocks were installed for the first time in keihan electric railway ( at korien station ) . november 1 , 1977 : yawatacho station changed its name to yawatashi station . march 10 , 1978 : the denomination of the section between yodoyabashi station and tofukuji station was changed from a tramway , as defined by the tramways act , to railway based on the local railways act . july 30 , 1978 : the section between kadomashi station and neyagawa signal station was quadruple-tracked and elevated . march 20 , 1979 : the groundbreaking ceremony to underground the section between tofukuji station and sanjo station ( 2.8 km ) was held . february 3 , 1980 : the line for kyoto was two-tracked in the section between kadomashi station and neyagawa signal station . february 20 , 1980 : the first three cars of an express train ( 5554f ) bound for sanjo station derailed , and the first car overturned and crashed in to a private house alongside the rail line . a hundred and four people were injured . a stone placed on the railway by five junior-high-school students caused the accident . subsequently , a fence was built along the line ( from : keihan electric railway - derailment accident caused by a stone placed on the railroad in nihon-no-tetsudojiko ( railway accidents in japan ) ( 1950-1999 ) ) . march 10 , 1980 : the first phase of the yodo depot construction work was finished , and the facility started being used ( storing 62 cars ) . the inspection of trains started on march 17 . march 16 , 1980 : the section between kadomashi station and neyagawa signal station became quadruple-tracked . this section again became the longest quadruple-tracked section among all private railways in japan ( 12 km , until 1997 ) . march 17 , 1980 : fukakusa depot ceased operation . after that , its tracks were maintained as storage tracks for a while , but eventually all the tracks ( except one on the east side ) were removed . march 23 , 1980 : following the change to quadrupled track , the timetable was revised . sub-express trains began making stops at kayashima station throughout the day . express and sub-express trains began making stops at moriguchishi station during the daytime . neyagawashi station was officially upgraded to a station at which express trains could stop . february 8 , 1981 : the installation of yellow-colored textured paving blocks in all stations of the keihan lines was completed . march 29 , 1982 : the section around moriguchishi station was elevated . with this , the replacement of grade crossings with overpasses along the section between yodoyabashi station and neyagawa signal station ( 14.1 km ) was completed ( the work was completed in august ) . november 3 , 1983 : the second phase of yodo depot construction was finished ( the number of cars stored increased to 138 ) . december 4 , 1983 : the voltage of overhead wire was increased from 600v to 1500v . the maximum speed was increased from 105 km / h to 110 km / h . april 22 , 1985 : the timetable was revised , and express trains made up of eight cars started operating between yodoyabashi station and kuzuha station during the morning and evening rush hours . may 1985 : the reinforcement work of kizu-gawa bridge was completed . may 24 , 1987 : the section between shichijo ( ※ ) and sanjo station was taken underground . june 1 , 1987 : the timetable was revised , and express trains made up of eight cars extended their operations to the entire line . july 15 , 1987 : due to the torrential rain that had fallen before dawn , flooding occurred along the underground section in the kyoto area , and the water that poured into gojo station located in the deepest part of the underground section submerged it up to the platform level . the operation of the section between shichijo station and sanjo station was suspended for the entire day , but on the next day the operation was recovered in time for the starting train . december 10 , 1987 : the autonomous decentralized traffic control system ( adec ) went into full operation . september 1 , 1988 : all seven stations on the underground-line section ( sanjo , shijo , gojo , shichijo , tenmabashi , kitahama and yodoyabashi ) adopted the ' all-day ban on smoking . ' april 1 , 1989 : as part of the support for the public-relations effort of ' the international garden and greenery exposition , osaka , japan , 1990 , ' the operation of special trains-- ' hana-go ( flower train ) , ' ' midori-go ( greenery train ) ' and ' mizu-go ( water train ) ' --started ( and ran till september of the next year ) . september 27 , 1989 : the timetable was revised , and express trains began stopping again at gojo station for the first time in 45 years . the timetable revision was carried out , anticipating the inauguration of the oto line , and therefore the operation of the trains that terminated at demachiyanagi station were positioned as a test operation until the morning of october 5 , when the line was inaugurated . october 1 , 1989 : the ' k-card , ' a prepaid-type card , was introduced and started being used . october 5 , 1989 : the line started the through operation to the oto line . march 24 , 1990 : the section around hirakatashi station was elevated ( the full-scale elevation including the katano line was completed on march 25 , 1993 ) . january 27 , 1993 : at six stations located in between noe station and doi station , the platform extension work to cope with the eight-car trains was finished . january 30 , 1993 : the timetable was revised . six limited express trains bound for yodoyabashi began making stops at chushojima station during the weekday morning rush . may 1 , 1994 : the all-day ban on smoking was introduced at all stations . january 17 , 1995 : the great hanshin awaji earthquake occurred , and as a result the entire operation was temporarily suspended ( limited express trains suspended their operations for the entire day ) . october 21 , 1995 : the automatic ticket gate was introduced at all stations on the keihan lines ( including the oto , uji and katano lines ) . september 1996 : the antiseismic reinforcement of 16 piers supporting kyobashi elevated bridge i and ii was completed . november 16 , 1996 : in the vicinity of yodo depot ( located between yawatashi station and yodo station ) the tracks were elevated ( but the depot building remained on the ground ) . march 22 , 1997 : the timetable was revised . six limited express trains for yodoyabashi station operated during morning rush hours on weekdays started making stops at hirakatashi station in addition to chushojima station . april 25 , 1997 : the underground track running in kyoto city was chosen as one of the ' fukushi no machizukuri 100-sen ' ( the top 100 welfare-friendly communities ) of kyoto prefecture . november 28 , 1997 : the third phase of yodo depot construction was completed ( extension to the south side of the keihan main line ) . december 19 , 1997 : access ramps for wheelchair users were provided at all stations on the keihan lines . april 1 , 1999 : the interoperable cards with ' surutto kansai ( kansai thru pass ) ' became accepted on the keihan lines . november 20 , 1999 : the tracks around neyagawashi station were elevated , and the section between yodoyabashi station and neyagawashi station ( 15.3 km ) was fully equipped with overhead crossings up to tai crossing . july 1 , 2000 : the timetable was revised . the through-trains between uji station on the uji line ( keihan ) and sanjo station on the keihan main line were discontinued except for two trains for sanjo station that operated during the weekday mornings . limited express trains began making stops at tanbabashi station and chushojima station throughout the day . march 31 , 2002 : the elevation work carried out in the section from neyagawa signal station to the kyoto side of neyagawashi station was completed . december 2 , 2002 : eight limited express trains , starting from demachiyanagi station and heading for yodoyabashi station , which operated during the morning rush hours , introduced women-only cars . september 6 , 2003 : a thorough revision of the timetable was made . the operation interval during the daytime was shortened from 15 minutes to 10 minutes , and in the osaka area the operation system during the daytime was formed with six limited express trains , 12 sub-express trains and six local trains . the operation of the through-trains between uji station on the uji line and sanjo station on the keihan main line were completely discontinued . the k-ltd . express ' orihime ' ( only outbound operation in the morning ) and the sub-express ' hikoboshi ' ( only inbound operation in the evening ) , both of which were directly operated to the katano line , began operating . august 1 , 2004 : pitapa was introduced . april 16 , 2006 : following the construction of the nakanoshima line , the tracks at tenmabashi station were rerouted . yodo station was partially relocated . the trains that arrived at and departed from tenmabashi station during the daytime were revived . june 17 : 2007 : the train operation control systems of the keihan lines were updated . october 19 , 2008 : with the inauguration of the nakanoshima line , the timetable was revised . the keihan main line started the direct operation with the nakanoshima line . at the same time , because the same names existed on the kyoto municipal subway karasuma line , gojo station and shijo station were changed to kiyomizu-gojo station and gion-shijo station , respectively . * the starting points of the underground sections are situated between tofukuji and shichijo , and in the vicinity of ichinohashinomoto-cho , higashiyama ward , kyoto city . +the oto line ( 鴨東線 : pronounced oto-sen ) is a railway of keihan electric railway that connects sanjo station in the higashiyama ward of kyoto city , kyoto prefecture with demachiyanagi station in the sakyo ward of the same city . the railway name derives from the fact that the line runs along the east bank ( 東岸 : togan ) of the kamo-gawa river ( 鴨川 : 鴨 is also pronounced as o ( ou ) ) , belonging to the yodo-gawa river system . it was laid below ground along kawabata-dori street by the kamo-gawa river , as an extension of the keihan main line , and the entire line runs underground . because this line has been repaying the construction cost ( about 65 billion yen ) since its inauguration , for the line an extra fare of 60 yen is added to the ordinary fare structure by section , and the basic fare between the stations on the line ( including the section starting from sanjo station toward the direction of demachiyanagi station ) is 210 yen , which is more expensive than that of the keihan main line ( as of 2007 ) . railway distance ( operation kilometers ) : 2.3 km track gauge : 1435 mm number of stations : three ( including the stations at both ends of the track section ) double-tracked section : the entire line electrified section : the entire line ( dc1500v ) block ( railway ) system : automatic block system it is operated in an integrated manner with the keihan main line , and all trains go directly toward yodoyabashi station ( osaka ) . there is no train shuttling within the oto line except for two trains that start from sanjo station bound for demachiyanagi station in the morning . limited express train service is provided during the daytime on weekdays and all day on holidays ; moreover , with the timetable revision of april 16 , 2006 , local trains are operated all day , and the k-ltd . express , express trains and several sub-express trains are operated all hours except for the daytime ( the k-ltd . express is operated only on weekdays ) . at marutamachi station , the only station that exists in between , express or lower-category trains make stops . for stops by type of train , please refer to the keihan main line . the operating license of the line was acquired in 1924 by kyoto dento , the predecessor of keifuku electric railroad co . , ltd . kyoto dento opened the eizan-heitan line ( currently the eizan main line of eizan electric railway co . , ltd . ) in 1925 ; however , it took a lot of time to start the construction because it was impossible to lay the oto line on the ground , owing to the fact that the line would inevitably intersect with the kyoto city trams at grade and might also detract from the surroundings , and because of the financial conditions of keifuku electric railroad the company wasn 't capable of constructing a subway line . therefore , it had been called the ' phantom line ' for a long time . when the project of the keihan main line to under-ground the section running in the kyoto area started to take shape , finally keihan electric railway and other entities established a company , kamogawa electric railway ( in 1972 ) and started the construction by the japan national railway construction public corporation ( jrcc ) method ( exactly the same method as the kintetsu higashi-osaka line ( the current kintetsu keihanna line , the section from ikoma station and to the west ) ) . in 1989 , keihan electric railway swallowed kamogawa electric railway , and in the same year the railway was inaugurated as the keihan oto line . initially , it was planned to provide direct operation from demachiyanagi station to the eizan main line of the eizan electric railway ( in 1986 it was separated and transferred from keifuku electric railroad to eizan electric railway ) ; however , the plan didn 't take shape due to the different gauges and transportation capacities of the two lines , the inauguration of the oto line caused remarkable effects , contributing to the increase not only of commuters along the line but also regular passengers , thanks to the improved accessibility for students to kyoto university and doshisha university located near demachiyanagi station ; additionally , it beneficiated eizan electric railway , which had been suffering severe financial condition due to the decline of passengers , but it promptly recovered its user statistics . since then , its business performance has been relatively satisfactory and the construction cost also seems to have been steadily reimbursed as scheduled . august 29 , 1924 : kyoto dento ( the predecessor of keifuku electric railroad ) acquired a license for local railway construction between demachiyanagi station and sanjo station . july 1 , 1972 : kamogawa electric railway was established . february 20 , 1974 : the keifuku electric railroad 's license for local railway construction between demachiyanagi station and sanjo station expired . february 25 , 1974 : kamogawa electric railway acquired a license for local railway construction between demachiyanagi station and sanjo station . november 30 , 1984 : the groundbreaking ceremony for the construction of the oto line was held . april 1 , 1989 : keihan electric railway took over kamogawa electric railway . october 5 , 1989 : the railway opened as the oto line . october 19 , 2008 : with the inauguration of the keihan nakanoshima line , marutamachi station was scheduled to change its name to jingu-marutamachi station , because on the kyoto municipal subway karasuma line there is a station with the same name . sanjo station ( kyoto prefecture ) - marutamachi station - demachiyanagi station at sanjo station : keihan main line , kyoto municipal subway tozai line ( sanjo keihan station ) at demachiyanagi station : eizan main line of the eizan electric railway +the kyoto main line is a railway of hankyu railway that connects juso station in yodogawa ward , osaka city , osaka prefecture , with kawaramachi station ( kyoto prefecture ) in shimogyo ward , kyoto city , kyoto prefecture . the popular name , kyoto lines , refers to the kyoto main line itself as well as the feeder lines . the line connects osaka and kyoto through a linear course along the right bank of the yodo-gawa river . the section between kanmaki station and oyamazaki runs in parallel with the tokaido shinkansen . the section between saiin station and kawaramachi station goes underground , and within this section the segment between saiin station and omiya station is the first underground line ever constructed in the kansai district . this line features the lowest fare and the direct transition between the shijo-kawaramachi area and the umeda area , both of which are very busy quarters . railway distance ( operation kilometers ) : between juso station and kawaramachi station , 45.3 km track gauge : 1435 mm number of stations : 25 ( including the stations at both ends of the track section ) , one signal station double-tracked section : the entire line electrified section : the entire line ( dc1500v ) block ( railway ) system : automatic block system maximum speed : 110 km / h rolling stock bases : hankyu railway shojaku factory , katsura depot the official starting point of the kyoto main line is juso station , but the trains running on the kyoto lines arrive at and depart from umeda station , and between umeda station and juso station the trains run on the two east-side tracks of the quadruple-tracked section belonging to the hankyu takarazuka main line . the trains running on the kyoto lines go nonstop at nakatsu station ( hankyu ) , which has no platform . in the section between awaji station and takatsukishi station there is a train service that goes directly toward tengachaya station on the osaka municipal subway sakaisuji line , passing through the hankyu senri line . in the mornings on weekdays , sakaisuji-junkyu ( semi-express ) is operated from kawaramachi station , and in the evening it 's operated up to ibarakishi station . between umeda station and awaji station there are also many through-trains that go directly toward kita-senri station via the senri line . basically , in the daytime the train operates at an interval of less than 10 minutes , while during rush hours the operation interval is capped at 20 minutes . the problem is that for the passengers who aren 't accustomed to the line it 's difficult to understand the operation system because the type of trains or stations at which to stop varies according to the hours , and the operation routes are complicated . because the line is operated with the senri line in an integrated manner , the operation of the senri line is also described below . the details of the types of trains are as follows : for the actual stops , please see the section on the list of stations . like the keihan main line , this line also denominates the train going toward osaka as the outbound train and the train toward kyoto as the inbound train . this is the arrangement made in accordance with the setup of the tokaido main line , in which the direction toward tokyo is designated as the inbound direction . however , in the case of the jinpo line the train going toward umeda station is called the inbound train . the timetable was revised on march 17 , 2007 for the first time in six years , and the following changes were made : the limited express began making stops at awaji station , the rapid limited express ( integrated with commuter limited express ) and express were discontinued ( degraded to semi-express ) , and the semi-express began the service during the daytime . this type was operated during the morning rush hours and in the evenings or later on weekdays , and until march 2007 , when the timetable was revised , this was the train that made the fewest stops among all types . until march 1997 the train would stop at takatsukishi station in addition to the limited express stops ( umeda , juso , takatsukishi , omiya , karasuma and kawaramachi ) , and it was operated during the morning and evening rush hours on weekdays . because all limited express trains began making stops at takatsukishi station with the revision in march 1997 , the operation of ' commuter limited express ' was once discontinued , but following the revision in march 2001 , in which the limited express stops underwent a significant change , this type was brought back with the same stops as before the discontinuation . with the timetable revision in march 2007 , nagaoka-tenjin station , katsura station and saiin station were added to the stops , and the number of stations at which to stop became more numerous than that of the rapid limited express trains operated before the revision . because limited express goes nonstop at saiin station and omiya station , the stops of the commuter limited express became quite similar to those of the rapid express train . principally , all trains are operated with trains of the hankyu ( electric ) railway series 6300 . therefore , this type of train is normally equipped with women-only cars . all trains are operated between umeda station and kawaramachi station , so there is no train whose operation is limited to a certain section . this is the representative type of train running on the kyoto line ; basically , it 's operated during the daytime and in the evenings on weekdays , while on saturdays and holidays it runs nearly all day except for in the early morning and late evening . it doesn 't stop at saiin station or omiya station , which are stops of commuter limited express . all trains are operated between umeda station and kawaramachi station , so there is no train that operates only in a limited section . during the daytime the inbound limited express train makes a connection with a local train ( that arrived at and departs from takatsukishi station ) at ibarakishi station , and with a semi-express train at takatsukishi station and katsura station ; moreover , the outbound limited express train makes a connection with a semi-express train at katsura station and ibarakishi station . the operation is carried out with the three-door trains of hankyu ( electric ) railway series 9300 , hankyu ( electric ) railway series 8300 , hankyu ( electric ) railway series 7300 , hankyu ( electric ) railway series 5300 and the two-door trains of series 6300 . concerning the proportion of the limited express trains with three doors and those of series 6300 operated during the daytime , slightly more than half the trains are operated with three-door cars nowadays because of the increased limited express stops , and on weekdays several trains are consecutively operated with three-door cars during certain hours . on saturdays and holidays , two-door cars and three-door cars are alternately operated in principle , but during the nighttime the operation is exclusively undertaken with three-door cars . also , on weekdays women-only cars are designated only in the trains of series 6300 . when series 6300 was introduced , some of the fleets that operated as limited express trains were carrying orange-background rollsigns with white letters that read " limited express . " after the war , the operation was restarted in 1950 , and until the revision of march 2001 this type of train was operated nonstop between osaka city and kyoto city . at that time the train would stop at umeda station , juso station , takatsukishi station ( from march 1997 ) , omiya station , karasuma station and kawaramachi station . the higher-category trains that operated between kyoto and osaka at that time consisted of two types--limited express and express trains--and the actual limited express stops eventually corresponded to the express stops , except for two stations ( saiin station and omiya station ) in kyoto city , at which the actual limited express went nonstop . this type of train is operated during the morning and evening rush hours and at night . with the revision of march 1997 , the train started its operation ( stopping at umeda station , juso station , takatsukishi station , katsura station , omiya station , karasuma station and kawaramachi station ) and after the revision in march 2001 the train again began operating with the same stops as the former express train that was operated before the revision . however , all the trains of this type reach the final station without being passed by any other train , and in this sense it can be said that they have enhanced their speed ( by comparison with the former express trains ) . the up operation as well as the down operation of the first train starts earlier , and that of the last train is finalized later than the limited express trains . the train is basically eight cars long , and occasionally the series 9300 is used . during the morning rush hours , some trains are operated with 10 cars . most of the trains are operated over the entire section , but some are operated in limited sections such as those starting from nagaoka-tenjin station for umeda station ( only weekdays ) , starting from ibaraki station for umeda station ( only holidays ) or for kawaramachi station ( only weekdays ) , starting from awaji station for umeda station ( only weekdays ) . the trains that start from ibarakishi station for kawaramachi are operated using the series 6300 . it is operated nearly all day . it was introduced in the place of the express when the timetable was revised in march 2007 . it is operated between umeda station and kawaramachi station but with some exceptions . during the morning on weekdays , trains between umeda station and ibarakishi station are operated , and among them one inbound train makes a connection at its final station , ibarakishi , with a rapid express train that starts from the same station , and on weekdays at night there is a train that operates from umeda station to takatsukishi station . in the mornings on saturdays and holidays , the train starting from nagaoka-tenjin station for umeda station is operated . the demand during the daytime is somewhat small , so the train is operated with seven or eight cars . formerly , the operation was undertaken in a different form than the present one ( see below ) . during the morning and evening rush hours on weekdays , this type of train is operated as a through-train to the osaka municipal subway sakaisuji line ( between tengachaya and tenjinbashisuji-rokuchome ) and the hankyu senri line ( between tenjinbashisuji-rokuchome and awaji ) . it was set up when the revision was made in march 2007 , taking the place of the sakaisuji-kyuko ( express ) and sakaisuji-kaisokukyuko ( rapid express ) that had been running until then . in the morning , seven trains are operated from kawaramachi station or from takatsukishi station to tengachaya station , and in the evening seven trains are operated from tengachaya station to ibarakishi station . the trains that operate to ibarakishi station make a connection with a rapid express train bound for kawaramachi station at awaji station ( in addition to this sakaisuji-junkyu ( semi-express ) , while some local trains starting from tengachaya station for awaji station and those for kita-senri station also make connections with a rapid express train , a local train or a limited express train bound for kawaramachi ) . the name ' sakaisuji-junkyu ' is used for convenience , and on the rollsign the train is denominated as ' junkyu ' ( semi-express ) . the rolling stock used by hankyu railway consists of the trains of hankyu ( electric ) railway series except series 2300 , 6300 and 9300 , and they 're always operated with the composition of eight cars . because the trains belonging to the osaka municipal transportation bureau are basically operated only up to takatsukishi station , they aren 't used for sakaisuji-junkyu . however , in the past there was a occasion on which one of them proceeded to kawaramachi station for a test drive , and on another occasion a different train went as far as katsura station as a special-event train . incidentally , when the series 5300 wasn 't equipped with an electric rollsign the train of this series would carry a plate comprised of three illuminable spaces on both sides of the body , where a rollsign is currently placed , and when the train ( sakaisuji-junkyu ) was operated the words sakaisuji and express were illuminated on the two of the three spaces with an unlit space in between , such as ' 堺筋 急行 . ' the remaining space was used when this series was employed as semi-express train , which had been operated until the timetable revision of march 2001 , but when it was used as a limited express no description was illuminated . this type of train stops at all stations and is operated all day . the principal operation routes are as follows : the route within the kyoto line , between umeda station and kawaramachi station ( during the daytime up to takatsukishi station ) ; the route running on the track of the senri line between umeda station and kita-senri station via awaji station ; and the route that connects tengachaya station ( through the sakaisuji line ) with tenjinbashisuji-rokuchome station and then goes to takatsukishi station via awaji station . principally , at awaji station the local train makes a mutual connection with a train that arrives at and departs from umeda station as well as with a direct train proceeding from the sakaisuji line . in the case of the local train bound for kita-senri station , on the led sign ( on the lower scroll ) at umeda station the train is indicated as ' direct ' instead of ' local ' ( because the description ' local ' might cause confusion with the local trains bound for shojaku station , takatsukishi station , katsura station and kawaramachi station on the kyoto line ) . during certain hours there are trains that depart from and arrive at shojaku station ( in this case the trains belonging to the osaka municipal transportation bureau are often used for through-operation to the sakaisuji line due to putting in and taking out the trains from the depot ) . most of the trains are eight cars long , but the direct trains between kyoto and osaka , among others , are operated with a composition of seven cars . the trains that arrive at and depart from tengachaya station are operated in eight-car units , using hankyu railway series models other than series 2300 , 6300 and 9300 , or series 66 as used on the sakaisuji line . regarding the operation from takatsukishi station and to the east , until 2001 , all trains were less than seven cars long ( because minase station and kanmaki station couldn 't accommodate trains having more than seven cars ) . in the past the following types of trains were operated . it was operated in the saturday and holiday morning and in the evening and at night everyday . this type would stop at katsura station in addition to the commuter limited express stops as of march 2001 or before . it would stop at the same stations as the rapid express , which was in service between march 1997 and march 2001 . the operation was suspended due to the timetable revision of march 2007 ( basically , it was integrated with the commuter limited express ) . rapid limited express trains were operated in principle using hankyu railway series 6300 , and the fifth car to the direction of osaka was designated as a women-only car . it was operated during the daytime and the evening , and in the late evenings on weekdays ( only one inbound train , which terminated at takatsukishi station ) ( following this inbound train , a local train was operated as the last train , starting from umeda station for takatsukishi station ) . during the daytime , in which there was no local train service between takatsukishi station and kawaramachi station , express provided the service in the place of local trains that stopped at every station , and the outbound train of this type made a connection with a limited express train at katsura station and ibarakishi station , and with the inbound train at takatsukishi station and katsura station , respectively . depending on the train , it was sometimes operated with a composition of seven cars . this is the type of train that had been operated since the post-war period , and on march 2007 , when its operation was suspended , it was making stops at umeda station , juso station , awaji station , minami-ibaraki station , ibarakishi station , and the stations between takatsukishi station and kawaramachi station . its stops until march 2001 were : umeda , juso , awaji , ibarakishi , takatsukishi , nagaoka-tenjin ( the train would stop only in the morning and in the evening on weekdays until the revision was made in march 1979 ) , katsura , saiin , omiya , karasuma and kawaramachi stations ; today the rapid express is operated with the same stops . sometimes special trains were operated : on the day when a soccer game of the j. league was held , to minami-ibaraki station and nishikyogoku station , and when a bicycle race was held at kyoto mukomachi bicycle racetrack , to higashi-muko station . the operation was suspended when the timetable was revised in march 2007 , and instead the semi-express was introduced during the evening rush hours on weekdays , this rapid express was operated as a direct train that ran through on the osaka municipal subway sakaisuji and hankyu senri lines . there were only three one-way operations from tengachaya station to kawaramachi station . there were trains that would stop at ibarakishi station and wait for a rapid limited express train to pass . the timetable revised in march 2007 changed its operation setup , and this type of rapid express had disappeared because it was necessary to make a connection with a rapid express train heading for kawaramachi at awaji station ; instead , the sakaisuji-junkyu ( semi-express ) was introduced . it was operated during the morning rush hours on weekdays , serving as a direct train between the osaka municipal subway sakaisuji line and the hankyu senri line . the operation was one-way from kawaramachi station toward tengachaya station , and there were trains that started from takatsukishi station . until the revision of march 2001 there was a train for kawaramachi station , and on the inbound track as well as on the outbound track it stopped at the same stations as sakaisuji-kaisokukyuko ( rapid express ) , which was introduced with this revision . eight-car trains of the series 5300 had been exclusively used until the series 3300 , which was completely equipped with renewed air-conditioning and an electric destination indicator ( according to the type ) , started full-scale operation for the express service . the names sakaisuji-kaisokukyuko and sakaisuji-kyuko were used for the sake of convenience , and on the rollsign the trains ' denominations were indicated as ' kaisokukyuko ' ( rapid express ) and ' kyuko ' ( express ) , respectively . the rolling stock consisted of the trains of the hankyu ( electric ) railway series except for the series 2300 , 6300 and 9300 , using the composition of eight cars , but the trains belonging to the osaka municipal transportation bureau weren 't used . when the series 5300 wasn 't equipped with an electric rollsign , the train of this series was carrying a plate composed of three illuminable spaces on both side of the body , where a rollsign is currently placed , and when the train ( sakaisuji-kyuko ) was operated , the words " sakaisuji " and " express " were illuminated on the two of the three spaces , leaving a space unlit in between , such as ' 堺筋 急行 ' ( the remaining space in between was used for the semi-express , which had been operated until the timetable revision made in march 2001 , but when this series was used as a limited express no description was illuminated ) . stops : umeda station , juso station , awaji station , ibarakishi station and the stations from takatsukishi station to kawaramachi station it was introduced in 1997 in order to reduce the required time from the stations from takatsukishi station and to the east toward umeda station . it was operated only in the daytime . at that time there was a semi-express that would stop at minamikata station ( osaka prefecture ) and sozenji station , in addition to the express stops from takatsukishi station and to the west , but this train made a difference because , although it started making a stop at each station in mid-course , it went nonstop at these two stations , and therefore it was necessary to create an intermediate type between the express and the semi-express . with the timetable revision made in march 2001 , the operation was suspended ( basically , its denomination was changed to express ) . the denomination of ' rapid ' started being used again from fy 2007 for a type of special train in the tourist season ( the details are described later ) . stops : takatsukishi station , ibaraki station , and the stations between awaji station and umeda station on the weekday mornings the outbound trains start from ibarakishi station , and for saturday mornings the outbound trains have been operated from takatsukishi station since 1997 . following the revision made in march 2007 , the semi-express was reintegrated into the operation , taking the place of the express . currently , this type of train is mainly operated on the kyoto main line during the spring and autumn tourist seasons . following the timetable revision of spring 2007 , the types of trains in regular service were restructured , and this type was introduced in autumn 2007 in the place of the ' special limited express , ' which is mentioned below . although it is a special train , the denomination ' rapid ' was revived for the first time in six-and-a-half years . the nickname ' ii koto express ' was carried over from the former special limited express . it runs between umeda station and takatsukishi station based on the time schedule of the semi-express , while between takatsukishi station and kawaramachi station it runs according to a schedule designed for special trains ( which designates the same stops as those of the commuter limited express ) . owing to the introduction of the rapid train , the number of semi-express trains operated between takatsukishi station and kawaramachi station ( in this section they would stop at every station ) had to be reduced , and therefore the local trains between umeda and takatsukishi extended their operations up to takatsukishi station and to the east . in the case of the ordinary semi-express , the inbound train waits for a limited express train to pass at takatsukishi station , but this rapid train waits for a limited express train to pass at nagaoka-tenjin station . the outbound train waits for a limited express train to pass at ibarakishi station , just like the semi-express trains . as opposed to the former ' ii koto express , ' this type didn 't make a crew change at takatsukishi station . in fy 2007 , it was operated on the three consecutive holidays starting from november 23 , but whether it will be operated next spring like the former ' ii koto express ' hasn 't yet been determined . stops umeda station , juso station , minamikata station , awaji station , kami-shinjo station , minami-ibaraki station , ibarakishi station , takatsukishi station , nagaoka-tenjin station , katsura station , saiin station , omiya station , karasuma station and kawaramachi station as the predecessor of the special rapid mentioned above , this type was formerly operated in the tourist seasons on the kyoto main line . it was operated on the express time schedule between umeda station and takatsukishi station , while between takatsukishi station and kawaramachi station it ran on the time schedule established for special trains . like other ordinary limited express trains , it could be used without limited express fares . on march 13 , 2001 , its introduction was announced as a special limited express train for the tourist seasons , replacing the special express ' sagano express ' that had been operated in the tourist seasons , and the service began on march 24 as the spring ' special limited express . ' at the same time , public participation was called for in order to choose a nickname . on august 23 , ' ii koto express ' was chosen as its nickname . from november 11 , the train started its operation with the denomination ' ii koto express , ' and it was operated as a special limited express until the timetable was revised on march 17 , 200x . owing to the introduction of this special limited express , the number of the express trains operated between takatsukishi station and kawaramachi station ( in this section they would stop at every station ) had to be reduced , and therefore the operation of local trains between umeda station and takatsukishi station was extended to cover from takatsukishi station to kawaramachi station ( some trains up to katsura station ) . normally , the inbound train waited for a limited express train to pass at takatsukishi station , but this type was operated on a time schedule in which it did not make a refuge stop and instead reached kawaramachi station first , without being overtaken by any faster trains . on the contrary , the outbound train of this type was passed by a limited express train at ibarakishi station as an exceptional case in which a ( special ) limited express train waited for a ( regular ) limited train to pass at a station . initially , the operation was rather frequently carried out such as on saturdays and holidays from late march to early may , and from late september to late november , respectively , but the number of operable days had been decreased year by year , and in 2006--the final year of this service--the train was operated only in early april , early may and late november with fewer than 10 days ' service in total . hankyu railway has a rule of avoiding the description of ' special ' on the departure information board at its stations to indicate a special train ; however , for ' ii koto express ' the description ' special limited express ' was exceptionally used on the departure information board so that passengers wouldn 't be confused . incidentally , the inbound train as well as the outbound train of this type made crew changes at takatsukishi station . stops umeda station , juso station , awaji station , minami-ibaraki station , ibarakishi station , takatsukishi station , omiya station , karasuma station , and kawaramachi station this is a special express train that was formerly operated between umeda station on the kyoto main line and arashiyama station ( hankyu ) on the hankyu arashiyama line on sundays and holidays during the tourist seasons . until the timetable was revised on march 24 , 2001 , it had been operated in spring and autumn every year to transport sightseeing passengers to the arashiyama area . the final day of operation was november 26 , 2000 . as opposed to the current special train , ' ii koto express , ' running on the kyoto main line , this express was operated as a special train along the entire section within the kyoto main line . some of the trains of this type were operated instead of the shuttle trains on the arashiyama line . operation section ( as of november 2000 ) umeda station to arashiyama station : between 9 : 00 and 12 : 00 : about 10 trains in total --- after arriving at arashiyama station , the train became a local train and doubled back for katsura station and went into katsura depot , or it was operated toward arashiyama station again after being deadheaded to umeda station , or it shuttled again along the arashiyama line as a local train . arashiyama station to umeda station : between 14 : 00 and 18 : 00 : about 15 trains in total --- after arriving at umeda station , the train was deadheaded to katsura depot . the above trains were operated with 15-minute intervals . the train for umeda station would stop at awaji station and wait for a limited express train to pass . stops umeda station , juso station , awaji station , ibarakishi station , takatsukishi station , nagaoka-tenjin station , katsura station , kami-katsura station , matsuo station , and arashiyama station . rolling stock used all the rolling stock employed on the kyoto lines was used , except for the hankyu ( electric ) railway series 6300 . the sagano express was basically made up of six cars , using the fleets of local trains running on the kyoto main line , but when it was short of operable trains it managed to maintain the operation by cutting the two first cars toward the direction of umeda from the eight-car local and express trains ( some of the eight-car trains of hankyu railway series 3300 , 5300 , 7300 and 8300 are made up in such a way that they can be decoupled into two-car units and six-car units ) . due to this arrangement , no spare eight-car trains became available , and sometimes the express operation during the daytime had to be handled by using the reserve trains of series 6300 . during the period of the japan world exposition ' 70 ( expo ' 70 ) , which was celebrated in the senri hills , various types of special trains were in service to transport visitors . among them , the following were noteworthy in their operations . this train was introduced in the section between umeda station and kita-senri station as well as in the section between dobutsuen-mae station ( on the osaka municipal subway sakaisuji line ) and kita-senri station . for this service the trains of the osaka municipal transportation bureau were also used . they were the only trains belonging to the osaka municipal transportation bureau that passed along the hankyu line ( nowadays there are deadheads that pass on the line nonstop when going in or coming out of the depot ) . stops ( umeda route ) : umeda station , juso station , awaji station , suita station , kandaimae station , minami-senri station , bankokuhaku-nishiguchi station , and kita-senri station . stops ( dobutsuen-mae route ) : stations from dobutsuen-mae station to tenjinbashisuji-rokuchome station , awaji station , suita station , kandaimae station , minami-senri station , bankokuhaku-nishiguchi station , and kita-senri station . this service provided transportation that directly connected the expo site with the hankyu kobe main line and the hankyu takarazuka main line , and the trains turned back via the spur track that had been laid within juso station . the operation sections were between bankokuhaku-nishiguchi station and takarazuka station and between bankokuhaku-nishiguchi station and kosokukobe station . stops ( takarazuka line route ) : bankokuhaku-nishiguchi station , minami-senri station , kandaimae station , suita station , awaji station , juso station , sone station , toyonaka station , ishibashi station , ikeda station , kawanishi-noseguchi station , hibarigaoka-hanayashiki station , and takarazuka station . stops ( kobe line route ) : bankokuhaku-nishiguchi station , minami-senri station , kandaimae station , suita station , awaji station , juso station , sonoda station , tsukaguchi station , nishinomiya-kitaguchi station , rokko station , sannomiya station , hanakuma station , and kosokukobe station . from 1950 to 1968 , a direct train known as ' kageki-tokkyu ' ( limited express ) was operated between kyoto station and takarazuka station through the kobe line and the imazu line . the train began its operation as an irregular direct limited express on march 21 , 1950 . initially , there was a connecting track inside the yard of nishinomiya-kitaguchi station , which was a through track proceeded from the direction of kobe to the imazu line , and the train , after passing the ground crossing , switched back to enter the imazu line . after suffering difficult operations such as the train service through a devious route via the takarazuka line due to the large-scale reconstruction of nishinomiya-kitaguchi station and the suspension of service due to the construction of the sextuple-track section , this train service was discontinued on february 25 , 1968 , immediately before the revision of the timetable was to be made following the inauguration of kobe rapid transit railway . incidentally , this train , which had no nickname , became familiar for " kageki-tokkyu " ( revue limited express ) and " kageki-go " ( the revue ) in or around 1954 . the crews are shifted at awaji station and katsura station . also , at tenjinbashisuji-rokuchome station on the senri line the staff of the osaka municipal transportation bureau takes a turn . the trains on the kyoto line are basically made up of eight or seven cars . limited express and commuter limited express trains are operated exclusively with the composition of eight cars . rapid express trains are basically operated with eight cars , but some of them are operated with the 10-car composition in the mornings on weekdays , coupling two cars to the foremost car toward the direction of umeda . semi-express service is provided with a seven- or eight-car train , depending on the time schedule . principally , the local train is seven cars long but exceptionally eight cars ; however , all the through-trains to the sakaisuji line are eight cars long . on the kyoto line , at the part of the platform , a little bit out of the required position at which the seven-car train is to stop , there is a notice indicating the forefront position and the time schedules of the seven-car trains . incidentally , in case of track no. 2 of kawaramachi station , the trains made up of eight cars can neither arrive at nor depart from the track at present . according to the present timetable , only one train departing from track no. 2 is a local train , which departs at 6 : 27 ( on weekdays as well as saturdays and holidays ) heading for umeda station . the rolling stock used consists of : hankyu ( electric ) railway series 9300 , hankyu ( electric ) railway series 8300 , hankyu ( electric ) railway series 7300 , hankyu ( electric ) railway series 6300 , hankyu ( electric ) railway series 5300 , hankyu ( electric ) railway series 3300 , hankyu ( electric ) railway series 2300 . the trains of osaka municipal transportation bureau series 66 also sometimes proceeds into the section between awaji station and takatsukishi station , in which mutual through-operation with the sakaisuji line is carried out . for details of each train series , please refer to the corresponding sections . for the composition and the cars used by type of train , please refer to the corresponding section in the chapter on the form of operation . the kyoto line was inaugurated by shinkeihan railway , a subsidiary established by what was then keihan electric railway , during the early showa period as a new line connecting osaka with kyoto at high velocities . keihan electric railway had already opened the railway , which is the current keihan main line , between osaka and kyoto in 1910 . however , this was inter-urban transportation developed from the tramway , by taking the electric inter-urban railway in america as a model ; however , since the railway was laid as if to fill the niche through already urbanized areas with many curves , it wasn 't suitable for rapid transportation . the hanshin main line , which was inaugurated by hanshin electric railway in 1908 , suffered similar conditions , and both of them were sarcastically called ' curve-gaisha ' ( company curved ) as a parody of ' kabushiki-gaisha ' ( company limited ) . however , in 1920 hanshin electric express railway ( hankyu ) constructed the hankyu kobe main line in parallel with the hanshin main line . its route running straight along the sparsely populated mountain areas , made it possible for the line to provide high-speed operation . consequently , it triggered severe competition for passengers between the hanshin and hankyu companies . observing this situation , keihan electric railway tried to avoid a similar complication over its line , and seeing that the electric railway construction had started a boom , it decided to apply for high-speed railway construction like the one that the hankyu kobe line had achieved , in the under-populated area on the north of the yodo-gawa river for which various companies had already filed applications . at that time , japanese government railways ( jgr ) , which was in charge of the management of japan national railway ( jnr ) and the jurisdictional control of private railways , was also anxious about the possibility of severe competition between railway companies , like the one that hanshin and hankyu were having . as a result , the license was granted to keihan , and it started to construct a new line . the initial plan was as follows : bifurcate a feeder line from morishoji station on the keihan main line ( corresponding to the current senbayashi station ) ; at akagawa , connect it with the line proceeding from the project site of kami-shinjo station to the south , and then extend the line to umeda station via sakuranomiya station and tenma station on the joto line ( later osaka loop line ) ; at umeda station , construct a general terminal station ( after the inauguration of tenjinbashi station ; subsequently , the plan was changed to bifurcate the keihan main line at noe station and extend the shinkeihan line from tenjinbashi station , but the plan was abandoned in 1932 and the license lapsed in 1942 ( see also the section on the keihan umeda line ) ; however , since the elevation of the joto line was postponed due to the investment policy that prioritized the reconstruction of the great kanto earthquake , keihan , which had anticipated extending the line up to umeda station by making use of the site of the joto line once it was elevated , decided to look for an alternate site , based on the perspective that this new line project wouldn 't be feasible for some time . in 1921 , around the time that the construction project of the shinkeihan line was formulated , a private company called kita-osaka electric railway began operating with a line diverging from the hankyu kobe line and hankyu takarazuka main line at juso station , and reaching up to senriyama station ( currently , the line is divided into two sections at awaji station , with the west section belonging to the kyoto line and the north section to the hankyu senri line ) . keihan planned to purchase this company in order to make use of the license to operate between awaji station and tenjinbashi ( tenroku ) station . all the lines that the company possessed were transferred in 1923 to shinkeihan which , in 1925 , began operating between tenjinbashi station ( current tenjinbashisuji-rokuchome ) and awaji station . subsequently , along the section of the kyoto side there was a plan to open the line with underground tracks , but the plan was changed in order to hastily construct a provisional terminal station at saiin in order to meet the state-funded enthronement ceremony of emperor showa , and in 1928 the entire section of the line between tenjinbashi station and saiin station became fully operational . however , affected by the showa depression and the great depression , keihan electric railway , which was investing heavily in shinkeihan railway , hanwa electric railway ( current hanwa line ) and nara electric railway ( current kintetsu kyoto line ) among others , ran into financial difficulty . additionally , the company had to face serious problems due to the failure to attract users , because shinkeihan railway 's terminal station , saiin station , was a provisional setup and the station itself ( as well as tenjinbashi station on the osaka side , located at the edge of the city ) couldn 't provide convenience for users ; moreover , the population along the line was scarce for the reason previously mentioned . shinkeihan railway therefore tried to restore the business through the merger with keihan electric railway in 1930 , being integrated as the shinkeihan line of the keihan electric railway . consequently , the work to underground the line on the kyoto side was also hurriedly completed . the extension to omiya station ( the terminal station on the kyoto side via the underground line ) was completed in 1931 ; it was the first underground railway in the kansai district , earlier than the inauguration of osaka municipal subway in 1933 . shinkeihan railway had also acquired licenses to construct two lines : one diverging at nishi-mukomachi station ( currently nishi-muko station ) toward baba in otsu city , through fushimi and yamashina , and the other running further through the underground of kyoto city from omiya station . of these , the latter was used when the hankyu corporation extended its operation up to kawaramachi station after the war . moreover , shinkeihan railway conceived a project to construct the nagoya express railway , which would extend from baba in otsu city to nagoya city across the suzuka mountains ; however , due to the financial crisis ( the showa depression ) the project became a dead issue . owing to the scarce population along the line , this line could only concentrate its efforts on inter-urban transportation and focus on operating trains at high speeds , such as the super express that connected tenjinbashi and omiya in 34 minutes . on the other hand , the keihan main line , instead of setting up rapid reaching trains , enhanced the express and local train services , and in this way they tried to seek a compartmentalization of the operational focus between the inter-urban transportation and the wayside transportation ( transportation for users along the line ) . its velocity was so exceptional that there was an anecdote that a rapid reaching train of hankyu railway type 100 was capable of getting ahead of the limited express ' tsubame , ' the fastest train the japanese government railways had at that time ( please refer to the section on the development of hankyu type 100 ) . in 1937 , when the section between kyoto station on the jnr tokaido main line and suita station ( jr west ) was fully electrified ( the electrification between suita station and suma station was completed in 1934 ) and special rapid trains started connecting between kyoto and osaka in 36 minutes , keihan competed by increasing the number of trains on both lines and reducing the fares . from 1934 , in addition to the introduction of the train connecting tenjinbashi station and omiya station , the train service arriving at and departing from juso station was introduced in order to make a connection with the hankyu line by coupling and decoupling this train at awaji station . during the war , in order to control traffic , in 1943 , keihan electric railway and hanshin electric express railway merged into keihanshin express railway ( currently hankyu corporation ) and the shinkeihan line was put under this company 's management . after the war , keihan electric railway separated again as an independent entity in 1949 ; however , the shinkeihan line and its three feeder lines , the senriyama line ( the section from awaji station and to the north of the current senri line ) , the juso feeder line ( the section from awaji station and to the west of the current kyoto main line ) and the hankyu arashiyama line , remained as a railway of hankyu corporation because the trains of the shinkeihan line had shared the track of the takarazuka line since 1945 , arriving at and departing from umeda station , etc . at that time the denomination of the line became the actual denomination , kyoto main line . given such a background , the lines belonging to hankyu railway ( except for the lines included in the kyoto main line system ) are sometimes called the jinpo line , after the combination of the first chinese letter of the lines , in order to distinguish one from the other . even after the line 's denomination was changed to " kyoto main line , " tenjinbashi station was for a long time maintained as the starting station ; however , following the completion of the so-called sextuple-track work ( quadruple-track work between umeda station and juso station on the takarazuka line ) , the section between tenjinbashi station and awaji station became known as the senriyama line , and the kyoto main line , incorporating the juso line , designated juso station as its starting point . from around kanmaki station ( osaka prefecture ) to oyamazaki station , there is an elevated section , which was made in connection with the construction of the tokaido shinkansen running in parallel , and during the period of the elevation work from april to december 1963 the company hired the elevated tracks of the tokaido shinkansen , which had already been constructed at that time , in order to operate the trains using them . please refer to the section on hankyu trains that ran first on the railway of the tokaido shinkansen . the line had been competing over higher speeds with the tokaido main line in order to attract passengers , but since the late stage of the japan national railway the hankyu kyoto main line had been left behind in speed competitions owing to jnr 's intensified investment in speeding up and developing new types of rolling stock , and after the privatization of japan national railway , the tokaido main line increased the number of stops , for example by making the special rapid train stop at takatsuki station , while maintaining its velocity ; therefore , the hankyu kyoto line also had to change its policy to increase the number of stops in between as a means to attract passengers . first of all , the interval that was capped by 15 minutes for all trains in 1989 was changed , and the number of limited express trains was reduced by operating with 20-minute intervals , while the number of express was increased by operating with 10-minute intervals . in 1997 , all the limited express trains began making stops at takatsukishi station . in the timetable revision of march 24 , 2001 , the drastic readjustment of stops and restructuring of types of trains was carried out . the following points were changed : the denomination of limited express was changed to commuter limited express , rapid express to rapid limited express , express to rapid express and rapid to express , respectively ; express was made to stop at minami-ibaraki station ; limited express would have more stops than rapid limited express but fewer stops than rapid express ; each type of higher-category train would have nearly twice as many stops as before ; limited express became practically the same grade as the former express ( this characteristic became more clear when awaji station was designated as an additional stop in 2007 ) . at the same time , the semi-express and sagano express in the tourist seasons were discontinued . the special limited express train service during the tourist seasons was established . additionally , all the platforms within the entire line , except for platform 2 at kawaramachi station , became accessible by the eight-car train . consequently , the trains operated based on the daytime schedule were partially reduced in number on the section between takatsukishi station and kawaramachi station ( the conventional limited express train was practically discontinued ) . regarding the time schedule for holidays , the total number of the higher-category trains operated directly between kyoto and osaka was reduced ( eight limited express / express trains an hour were reduced by 25 % to six limited express trains ) . the required time of the limited express train also increased by five to six minutes from 38 minutes when it ran nonstop from juso to omiya : now the outbound train requires 44 minutes and the inbound train requires 43 minutes on average , which is such a considerable slowdown that there is only a two- or three-minute difference from the time it took the express train on february 23 , 2001 or before . april 1 , 1921 : kita-osaka electric railway ( kitaosaka denki-tetsudo ) started the operation between juso station , awaji station and toyotsu station . april 1 , 1923 : shinkeihan railway purchased the railway line from kita-osaka electric railway . october 15 , 1925 : shinkeihan railway opened the section between tenjinbashi ( current tenjinbashisuji-rokuchome station ) and awaji station . january 16 , 1928 : the section between awaji station and takatsukimachi station ( currently takatsukishi station ) opened . the voltage of the overhead wire was elevated from 600v to 1500v . november 1 , 1928 : the section between takatsukimachi station and saiin station opened . april 21 , 1930 : super express service began between tenjinbashi station and saiin station . in between , the train made only one stop at awaji station ( during the tourist seasons it also stopped at katsura station , which was a station connecting with the arashiyama line ) and connected kyoto and osaka in 34 minutes . september 15 , 1930 : keihan electric railway swallowed shinkeihan railway . the section between tenjinbashi station and saiin station became the shinkeihan line , and the section between juso station and awaji station became the juso ( feeder ) line . suita station changed its name to keihan suita station . march 31 , 1931 : the section between saiin station and keihan kyoto station ( current omiya station ) was inaugurated as the first underground line in the kansai district . may 13 , 1934 : kanmaki-sakurainoeki station opened . september 1 , 1934 : the operation of the express train on the shinkeihan line was extended to juso station , making a connection with hanshin electric express railway possible at juso station . april 15 , 1936 : sojiji-mae station opened . 1938 : the super express was discontinued and was integrated with the limited express . may 16 , 1939 : sakurainoeki station opened . kammaki-sakurainoeki station changed its name to kanmaki station . january 1 , 1943 : takatsukimachi station changed its name to takatsukishi station . october 1 , 1943 : hanshin electric express railway swallowed keihan electric railway to launch the keihanshin express railway . keihan kyoto station changed its name to keihanshin kyoto station , and keihan suita station 's name was changed to suita higashiguchi station . april 8 , 1944 : the line started to use the track of the takarazuka line , and it introduced the express train that arrived at and departed from umeda station . june 10 , 1945 : a direct express train to umeda station was bombarded on the shin-yodogawa bridge , and since then the direct train service was suspended . february 1 , 1946 : mozume station was opened in the section between higashi-mukomachi station and katsura station . january 1 , 1948 : ibarakimachi station changed its name to ibarakishi station , sojiji-mae station changed to sojiji station and sakurainoeki station changed to minase station , respectively . march 1 , 1948 : mozume station became disused . august 11 , 1948 : the direct express service to umeda station , which was suspended due to the bombardment , was restarted . december 1 , 1949 : keihan electric railway was unmerged . the shinkeihan line became a line of keihanshin express railway and changed its name to the kyoto main line . keihanshin kyoto station changed its name to hankyu kyoto station . a maximum speed of 110 km / h was permitted . december 3 , 1949 : the operation of the direct limited express between kobe station and hankyu kyoto station was launched . october 1 , 1950 : the operation of the limited express between osaka ( tenjinbashi station ) and kyoto was resumed . may 1 , 1954 : suita higashiguchi station changed its name to aikawa station . december 1955 : improvement work commenced to straighten the curved section between minamikata station on the juso line and sozenji station . january 31 , 1956 : the improvement work to straighten the curved section near the jnr over-line bridge was completed . april 16 , 1956 : a new limited express train service was introduced between osaka ( umeda station ) and kyoto ; its required time was 38 minutes , and it operated at a 30-minute interval . the limited express train that arrived at and departed from tenjinbashi station was discontinued . july 1 , 1957 : tondacho station changed its name to tonda station . february 18 , 1959 : the section between umeda station on the takarazuka main line and juso station was equipped with quadruple tracks . out of the newly laid tracks , the two easternmost tracks began to be used by the kyoto line . together with the section between juso station and awaji station on the juso line , the section between juso station and hankyu kyoto station was denominated as kyoto main line . the section between tenjinbashi station and awaji station was incorporated into the senriyama line ( later called the senri line ) . april 24 , 1963 : the elevation work of the tracks of the tokaido shinkansen was completed , and the tenancy of the track between kanmaki station and oyamazaki station commenced for the shinkansen to use as a provisional track during the elevation work , which was scheduled to be carried out on the site extended in parallel along the keihan kyoto line . provisional platforms were installed at the stations located along this section . june 17 , 1963 : the entire section between omiya station and kawaramachi station became fully operational . hankyu kyoto station changed its name to omiya station . the limited express train began to be operated in every 15 minutes with the required time of 42 minutes . december 29 , 1963 : elevation work in the section between kanmaki station and oyamazaki station was completed . tenancy for the shinkansen track was completed . july 22 , 1965 : enhanced equipment with the trains of series 2800 finished , and the limited express train shortened its required time from 42 to 39 minutes . august 24 , 1969 : the dead section installed at juso station was removed . december 6 , 1969 : mutual direct operation with the osaka municipal subway sakaisuji line started . march 8 , 1970 : minami-ibaraki station opened . november 28 , 1971 : the required time of the limited express train was shortened to 38 minutes ( a record time ) . p-6 ( passenger car 6 : hankyu railway series 100 ) was disused for the express train operation . october 1 , 1972 : higashi-mukomachi station changed its name to higashi-muko station , and nishi-mukomachi station was changed to nishi-muko station . march 1973 : the regular operation of p-6 was terminated . september 23 , 1976 : with the timetable revision , the track no. 7 at juso station became disused . all trains operated on the kyoto line began arriving at and departing from umeda station . march 5 , 1979 : the operation of sakaisuji-kyuko ( express ) started . all express trains started making stops at nagaoka-tenjin station . november 27 , 1982 : a new semi-express train service from ibarakishi station to umeda station was introduced for the morning commuting hours on weekdays . due to the elevation work of the tracks at ibarakishi station and takatsukishi station , the limited express trains were operated at reduced speed . december 16 , 1989 : with the timetable revision , the number of limited express trains during the daytime on weekdays was reduced by extending the interval from 15 to 20 minutes , while the number of express and local trains was increased by reducing the interval to 10 minutes . no changes were made in regard to holidays , and the limited express and express trains were operated with 15-minute intervals . march 2 , 1997 : a new rapid train service was introduced with the following stops : juso station , awaji station , ibarakishi station and all the stations from takatsukishi station to kawaramachi station . in accordance with the commuter limited express train service , limited express trains began making stops at takatsukishi station all day . the commuter limited express service was discontinued . limited express , express , and rapid trains were operated with 20-minute intervals on weekdays . march 24 , 2001 : with the timetable revision , the train operation system that had been practiced since the inauguration underwent the following drastic changes : the denomination of the conventional limited express was changed to the commuter limited express and the rapid express to rapid limited express , respectively ; and the limited express and special limited express , which operated in the tourist seasons with more stops than the rapid limited express but fewer stops than rapid express , were introduced . also , the denomination of the conventional express was changed to rapid express and rapid to express , respectively , and they began making stops at minami-ibaraki station as well . the semi-express and sagano express , which had operated in the tourist seasons , were discontinued . on weekdays , saturdays and holidays , the limited express , express and local trains were operated at 10-minute intervals during the daytime . consequently , the conventional limited express and express were integrated in order to reduce the number of trains in the section from takatsukishi station to kawaramachi station . november 11 , 2001 : the special limited express for the tourist seasons , nicknamed the ' ii koto express , ' started its service . march 16 , 2003 : rakusaiguchi station opened . this was constructed on nearly the same site as that of the closed mozume station . march 17 , 2007 : following a substantial revision made for the first time after six years , the limited express began making stops at awaji station and the conventional express was converted to a semi-express by designating additional stops at minamikata station and kami-shinjo station , etc . ii koto express , which operated during the tourist seasons , was also downgraded from a special express to a special rapid . a station of hankyu railway , written in japanese as 西院 , is pronounced ' saiin , ' while the station of keifuku electric railroad , which is written with the same characters , is pronounced ' sai . ' please refer to the section on saiin station . from umeda station , it takes about 20 minutes to transfer to the jr tozai line at kitashinchi station . in the case of the connection ticket to osaka municipal subway ( the ticket must be the one through tenjinbashisuji-rokuchome station ) , it isn 't permitted to make a transfer to the subway line at minamikata station ( osaka prefecture ) ( including nishinakajima-minamigata station ) . this rule also applies to the ticket to kansai-airport station of nankai electric railway , which designates the transfer route via tengachaya station . the construction of new stations is announced in the following sections : nagaokakyo city and hankyu corporation reached an agreement in november 2005 to construct a new station on the crossover point of this hankyu line and the second outbound belt highway ( kyoto jukan expressway ( or trans kyoto expressway ) that bypasses national route 478 ; in the planning stage ) between oyamazaki station and nagaoka-tenjin station ( however , the commencement and inauguration dates are yet to be determined ) . the elevation of rakusaiguchi station was also determined . may 26 , 2006 : the construction of a new station around the boundary of the two district , 4-chome of senrioka-higashi in settsu city and minami senrioka , along the section between shojaku station and minami-ibaraki station , was announced . the inauguration is generally scheduled for spring 2010 . in the eighth report of the kinki regional transportation council in october 2004 , direct interoperation between the kyoto line and the kobe line is positioned as one of ' the principle programs to be studied concerning the improvement of existing facilities . ' at one time there were through-trains operating to and from the kobe line ; one was ' kageki-tokkyu ' ( limited express ) , which directly connected kyoto and takarazuka , passing through the kobe line and the hankyu imazu line , and the other was a limited express train , which was directly operated between kobe and kyoto from the post-war period until the 1930s of the showa period ( for about a decade from 1955 ) . +omiya station ( omiya-eki ) omiya station ( saitama prefecture ) , located in omiya ward , saitama city , saitama prefecture , is a station of east japan railway company ( jr east ) , tobu railway co . , ltd. and saitama new urban transit co . , ltd . omiya station ( kyoto prefecture ) , located in the shimogyo ward of kyoto city , kyoto prefecture , is a station on the hankyu kyoto main line of hankyu corporation . hitachi-omiya station , located in hitachi omiya city , ibaraki prefecture , is a station on the suigun line of east japan railway company ( jr east ) . echizen-omiya station , located in fukui city , fukui prefecture , is a station on the etsumi-hoku line of west japan railway company ( jr west ) . shijo-omiya station , located in the shimogyo ward of kyoto city , kyoto prefecture , is a station on the arashiyama main line of keifuku electric railroad co . , ltd . tango-omiya station , located in kyotango city , kyoto prefecture , is a station on the miyazu line of kitakinki tango railway corporation ( ktr ) . senbayashi-omiya station , located in asahi ward , osaka city , osaka prefecture ( osaka city ) , is a station on the osaka municipal subway tanimachi line . izumi-omiya station , located in kishiwada city , osaka prefecture , is a station on the nankai main line of nankai electric railway . awa-omiya station , located in itano-cho , itano-gun ( district ) , tokushima prefecture , is a station on the kotoku line of shikoku railway company ( jr-shikoku ) . omiya station , located at a time in the past in the shimogyo ward of kyoto city , kyoto prefecture , was a station on the kyoto line of the railway bureau ( tetsudoin ) . in 1911 , the operation was discontinued . please refer to the sections on kyoto electric railway and sanin main line . omiya-dori temporary train station ( omiyadori-kari-teishajo ) , a provisional station that was once located at a distance of 40 chains ( about 805 meters : 1chain = 20.1168 meters ) to the west from kyoto station , for about five months before the inauguration of kyoto station . in 1877 it ceased to be used . +jujo station ( tokyo ) , located in the kita ward of tokyo , is a station on the saikyo line ( akabane line ) of the east japan railway company ( jr east ) . jujo station ( kintetsu railway ) , located in the minami ward of kyoto city , is a station on the kintetsu kyoto line . jujo station ( kyoto municipal subway ) , located in the minami ward of kyoto city , is a station on the kyoto municipal subway karasuma line . the station of kintetsu railway and the station of koto municipal subway are situated distantly . +eizan electric railway co . , ltd. is a railway business operator managing lines between demachiyanagi station in kyoto city 's sakyo ward and yase / kurama . the address of the head office is 25-3 tanaka-kamiyanagi-cho , sakyo ward , kyoto city , kyoto prefecture ( adjacent to demachiyanagi station ) . established as a subsidiary of keifuku electric railroad co . , ltd . , the eizan electric railway has been a wholly owned subsidiary of keihan electric railway since 2002 . the eizan electric railway manages two lines , the eizan main line and the kurama line . the number of passengers using these lines ( operated by keifuku electric railroad ) decreased because more bus routes would go through to the city center and the abandonment of kyoto city trams caused the lines to lose connections with other railway tracks . accordingly , the keifuku electric railroad established the eizan electric railway , thereby separating the management of two lines , the eizan main line and the kurama line from the keifuku electric railroad . after the keihan oto line was opened in 1989 to be connected with the eizan main line and the kurama line at demachiyanagi station , the lines became rejuvenated thanks to the improvement of convenience for passengers from osaka . the eizan electric railway is called ' eiden ' for short . this is originated from the department of eizan electric railway of kyoto dento , to which the current eizan main line belonged ; thus the name eiden became commonly used for the eizan main line and the kurama line even after the lines came to be owned by the keifuku electric railroad . through the split-up of the company , the name eiden literally came to stand as an abbreviation for the company name . incidentally , an electronics retail store ' eiden co . , ltd . ' ( whose head office is in nagoya city ) is originated from the former company name ' eidensha , ' but it has nothing to do with the eizan electric railway . kyoto municipal subway karasuma line was extended to kokusaikaikan station and bus-route networks were redeveloped around the station , and as a result more residents of the iwakura area in sakyo ward came to use the subway and buses rather than the eizan electric railway to reach the city center ; however , the eizan electric railway has been working actively to increase the number of passengers by , for example , introducing panoramic train ' kirara ' ( パノラミック電車 「 きらら 」 ) and having various kinds of events . the broadcast of ' yoshitsune ' ( nhk period drama ) in 2005 created a boom in visits to kurama , resulting in record numbers of tourists in succeeding years . when the eizan electric railway was established , the keifuku electric railroad was an affiliate company of the keihan electric railway ( the keifuku electric railroad remains an affiliate company of the keihan electric railway ) , but the keifuku electric railroad ( eiden ) had a unique characteristic in that the technology in rolling stock showed the strong influence of the hanshin electric railway co . , ltd. through the introduction of the dena type 500 . since becoming independent and the opening of keihan oto line in 1989 , the eizan electric railway gradually showed a characteristic of keihan ; particularly , after the keifuku electric railroad sold its shares to the keihan electric railway in 2002 due to the deteriorating conditions caused by the train crash on the echizen main line of the keifuku electric railroad , and became a wholly owned subsidiary of the keihan electric railway , the eizan electric railway has been gradually showing a characteristic of keihan rather than keifuku . the ez symbol is printed on the kansai thru pass . july 6 , 1985 : the eizan electric railway co . , ltd. was established . the eizan electric railway was fully funded by keifuku electric railroad co . , ltd . the capital used for its establishment was 100 million yen . april 1 , 1986 : the eizan electric railway began operating the eizan main line and the kurama line , which were transferred from keifuku electric railroad co . , ltd . november 29 , 1991 : the eizan electric railway increased its capital through keihan electric railway ( holding 60 % of shares ) . the capital was 250 million yen . october 4 , 1997 : the panoramic train ' kirara ' began operating . march 29 , 2002 : the eizan electric railway became a wholly owned subsidiary of the keihan electric railway . march 1 , 2004 : the kansai thru pass and its corresponding cards came into service on the entire line . the entire line lies within sakyo ward , kyoto city , kyoto prefecture . refer to the section below for details of each line . eizan electric railway , eizan main line , demachiyanagi station - yase-hieizanguchi station : 5.6 km the line 's color is green , which has been chosen to represent mt . hiei ( hiei-zan ) the top of mt . hiei can be reached via the eizan cable of the keifuku electric railroad from yase-hieizanguchi station . eizan electric railway , kurama line , takaragaike station - kurama station : 8.8 km the line 's color is red , which has been chosen to represent the autumn leaves in kibune and mt . kurama ( kurama-san ) . kurama cable runs on the premises of the kurama-dera temple , located near kurama station ( operated by kurama-dera temple ) . the line is operated for a special schedule when there are many passengers ; it is basically the only transportation , particularly during kurama fire festival held every october 22 , when nearly all the cars are employed for operation ; but still the passengers have to wait several hours before boarding at peak hour because the kurama line , with a limited track capacity , is a single track between nikenchaya station ( kyoto prefecture ) and stations to the north of nikenchaya station . however , at the same time this prevents the town of kurama from flooding with people . since january 2004 every train throughout the line has run without a conductor on board , except for certain trains . since 2007 , station signs have been gradually installed in accordance with the line 's own color . the station signs employ the line 's color along with a symbol mark on which the color is based . the station signs include korean and chinese descriptions as well as english descriptions . as of october 2007 , half the stations have installed station signs . traditionally , the types of each rolling stock are uniquely called ' dena ( デナ ) , ' ' deo ( デオ ) , ' ' deto ( デト ) ' or the like . as to the type of car used for passenger service , the second letter of katakana ' na ( ナ ) ' stands for ' nakagata , ' meaning a middle size , whereas ' o ( オ ) ' stands for ' ogata , ' meaning a large size . note that the type ' dena ( デナ ) ' disappeared when the car ' dena type 21 ( デナ21形 ) ' was abandoned in 1995 . as to the type of car used for operation , the second letter is based on the type of freight car of japan national railways ( jnr ) , and the type ' dewa ( デワ ) ' also existed during the keifuku era . except for the dena type 500 , all the cars were newly built for the line ( including new bodies ) . even ' deo ' of about 16 meters long falls into a small size in japan today ; this is because when the existing cars became old and had to meet the requirement for air conditioning , the eizan electric railway couldn 't find suitable cars to be transferred from major private railways . this led to the following common feature or the creation of a unique car such as ' kirara . ' in view of maintenance and security in the steeply sloped section , all the existing cars for passenger service are motor-driven and employ drive shafts , being controlled by a combination of resistance control and dynamic braking . except for a spare car deo type 600 , a cardan driving device and an air conditioner are installed . a door for passengers is installed near the edge of a car for convenience in collecting tickets at an unmanned station . as for the deo series 800 and deo type 900 ( which comprise two fixed cars ) , a door on the connection side is placed inward . with the previous circumstances , all the existing cars for passenger service were produced by the previous mukogawa-sharyo ( hanshin group ) , while many of the components have been transferred from the keihan electric railway and are reused . throughout the eizan main line and the kurama line , a standard fare is based on the number of sections , whereas a commuter-pass fare is based on the distance . a standard fare is based on the number of sections , where an additional section is counted by passing each of the shugakuin , iwakura ( kyoto prefecture ) , nikenchaya ( kyoto prefecture ) and ninose stations . an additional section is counted when boarding the train at kurama station to change at takaragaike station for yase-hieizanguchi station , or in the opposite case . therefore , boarding from , for example demachiyanagi station to shugakuin station , a distance of 2.9 km corresponds to one section , but when boarding from hachiman-mae station ( kyoto prefecture ) to miyakehachiman station , a distance of 1.5 km corresponds to two sections . as for commuter tickets , there are standard adult / child tickets ( eleven tickets for the fare equal to ten standard tickets ) , student discount commuter tickets ( adult tickets only , fifteen tickets for the fare equal to ten standard tickets ) , and discount commuter tickets for elderly ( adult tickets only , twenty tickets for the fare equal to ten standard tickets ) . standard fare ( as of october 2007 ) one section - 200 yen ( child : 100 yen ) two sections - 260 yen ( child : 130 yen ) three sections - 320 yen ( child : 160 yen ) four sections - 370 yen ( child : 190 yen ) five sections - 410 yen ( child : 210 yen ) for a mutual base fare section with keihan ( mototanaka station - shugakuin station and keihan jingu-marutamachi station - gion-shijo station ) , a discount of 20 yen for an adult or 10 yen for a child is applied ( passengers are required to buy a connection ticket in advance at an automatic ticket machine . for passengers boarding from the eizan electric railway , tickets are sold at a gate at demachiyanagi station during the out-of-service hours of the automatic ticket machine . in the case of the kansai thru pass , a discount fare is automatically deducted ) . staff are always stationed at demachiyanagi station , and automatic ticket gates and automatic ticket machines are always in operation . at kurama station , staff are stationed except for the times around the first and last trains , and automatic ticket gates are in operation while staff are stationed . except for the above stations , staff ( a ticket clerk and a ticket examiner ) are not stationed . incidentally , at kibuneguchi station and yase-hieizanguchi station , staff are stationed during the tourist season , while at some other stations staff are stationed only at limited times . at a manned station , passengers buy tickets at the automatic ticket machine and pass them through the automatic ticket gate . most of the unmanned stations aren 't equipped with ticket gates , and thus passengers take a numbered ticket from a numbered ticket issuing machine installed at the entrance of the train when boarding , or pass the kansai thru pass through a card reader in order to have the station name where they board recorded on their card . some unmanned stations are equipped with automatic ticket machines in operation for a limited time ; when passengers buy tickets in advance at an unmanned station , they may just board the train with the ticket . in some stations , automatic ticket machines are installed inside the automatic ticket gate ; passengers can buy tickets with cash on the platform by passing the ticket gate , but they don 't need to return to the automatic ticket gate in order to pass the ticket . at manned stations , passengers buy tickets with cash at the ticket gate or pass the ticket or the kansai thru pass through an automatic ticket gate . at unmanned stations , the passenger puts a numbered ticket with money or a ticket into a fare collection box beside the driver 's seat . a pattern indicating a station where a passenger boards is printed on the numbered ticket , whereby the fare is automatically displayed on the fare collection box at the station where the passenger disembarks . passengers pass the kansai thru pass through the card reader . the passenger shows a commuter pass to the driver . at an unmanned station , the entrance to the train is the rear door , whereas the exit to the platform is the front door . the middle door of a three-door car and the door of the second car when a train comprises two cars are kept closed , except at manned stations . the fare collection box , the card reader and the numbered ticket issuing machine are all installed beside the door on the left side toward the direction of travel . the one-day pass for eizan railways ' ee kippu ' is sold for 1,000 yen ( child : 500 yen ) at a ticket office at demachiyanagi and kurama stations and at a commuter pass office at shugakuin station . only by presenting the ' ee kippu , ' a discount admission fee or entrance fee is applied at shrines , temples or sightseeing facilities along the lines , a free gift is given , or a specific benefit is offered at restaurants or souvenir shops along the lines . the expiration date is printed on the back of the ' ee kippu ' when passing it through the automatic ticket gate or the card reader on the train . when boarding the train at an unmanned station , the passenger is required to pass it through the card reader only upon boarding for the first time , but when getting off the train at an unmanned station each passenger is required to pass it through the card reader . +the kusatsu line is a railway line ( arterial line ) of the west japan railway company ( jr west ) that runs between tsuge station in iga city , mie prefecture , and kusatsu station ( shiga prefecture ) in kusatsu city , shiga prefecture . the entire line is included in the section of the metropolitan area and its suburbs . administration ( type of business ) : west japan railway company ( railway business operator ) railway distance ( operation kilometers ) : 36.7 km track gauge : 1067 mm number of stations : 11 ( including the stations at both ends of the track section ) double-track section : none ( the entire line is a single track ) block ( railway ) system : automatic block system ( special ) electrified section : entire line electrified ( dc 1500v ) maximum speed : 95 km / h operation direction center : kameyama direction center ※ the kyoto branch of the west japan railway company manages all the stations except for tsuge station . only the tsuge station is managed by the railway department of kameyama , osaka branch of the west japan railway company . the kusatsu line mainly runs along the soma-gawa river and yasu-gawa river in koka city , which is historically known for its ninja . the towns along the kusatsu line are old post towns and agricultural areas consisting mainly of fields . running mostly on the flatlands , the kusatsu line between mikumo station and kibugawa station runs through mountains and narrow woods along the river , parallel to the old soma highway ( 旧杣街道 ) ( in fact , the entire line runs along the soma highway ) . the kusatsu line between koka station and tsuge station also runs through woodlands . the scheduled speed is fast because the track is well conditioned and electrified ( except for part of the section ) . as to the distance from kusatsu station to nagoya station , it is shorter to go through yokkaichi station from the kusatsu line than through maibara station . however , as described later , today there is no through-train to nagoya station , so it takes longer due to a transfer , etc . trains can pass by at the stations except for the kosei , terasho and aburahi stations . j-thru / icoca , suica of the east japan railway company ( jr east ) and toica of the central japan railway company ( jr central ) , as well as pitapa of kansai thru pass , can be used at all stations between kibugawa and kusatsu . the line was established in the early meiji period ; many of the railway structures ( such as station platforms and grade separations ) on the kusatsu line are still in use , and some of them have various designs in their structures or decorations ( this is not limited to the kusatsu line ) . a new station , tentatively called minami-biwako station , was going to open in fiscal year 2012 on the tokaido shinkansen between maibara station and kyoto station , and its construction began . accordingly , a connecting station was going to open on the kusatsu line between kusatsu station and tehara station . however , yukiko kada , who was against the construction of a new station , won the shiga prefecture governor 's election on july 2006 , thereby making a significant change in the plan to halt the construction of a new shinkansen station in october 2007 . refer to the section on minami-biwako station for more details on this issue . primarily , local governments along the kusatsu line except for ritto city were reluctant to bear the costs of a new shinkansen station , and many of them requested the double-tracking of the kusatsu line instead of the construction of a new shinkansen station . additionally , in contrast to the new shinkansen station to be jointly financed by shiga prefecture , ritto city and other surrounding local governments , a new connecting station on the kusatsu line did not involve shiga prefecture ( because the shiga prefecture considered that the construction of a new station on the kusatsu line should be included in the urban development of ritto city ) ; therefore , it was uncertain whether a new station would be built on the kusatsu line . higher-category trains were operated : a rapid train operated before the war until 1965 between himeji station and toba station ( called sangu-kaisoku ( rapid train ) , which was connected to a dining car before the war ) , its superior train , the express ' shima , ' as well as the express ' kasuga ' connecting kyoto and nagoya via the kusatsu line and the express ' nanki ' operated from kyoto to nanki were all diesel cars that were ultimately abolished in the late japan national railways ( jnr ) era . now , only a local train is operated . the train is operated once or twice an hour ( once to three times an hour between kusatsu station and kibugawa station ) . during the era of passenger trains , the train would frequently run through to kyoto or toba , but after being replaced by a diesel train and further with an electric train , the train would mainly return within the line . under the circumstances and with most of the passengers of the kusatsu line going to otsu and kyoto , some trains run through to kyoto during the morning and evening ( through to osaka during the morning on weekdays ) . some through-trains would depart from and arrive at aboshi station , but this was changed from a train leaving aboshi station to tsuge station , to a train bound for yasu station with the schedule revision of march 2006 , resulting in the abolishment of the through-train on the kusatsu line running west of osaka . during the era of passenger trains , the through-train from the kusatsu line to kyoto station would run the outer line and pass through seta station . after being replaced by an electric train , the through-train stops at seta station , but some local trains still run the outer line . occasionally , special trains reserved for groups on pilmigrages to ise ( shrine ) or students from kansai area on a school trip to ise-shima run through to the kansai main line . during the era of diesel trains , some trains would run through to the shigaraki line of the shigaraki kogen railway , and special through-trains were frequently operated after being transferred to jr , but no through-train has been operated since the train crash of the shigaraki kogen railway in 1991 . the number of trains was gradually increased to run twice an hour during the day between kusatsu station and kibugawa station , after the line was transferred to the jr . the area along the line depends heavily on automobiles , but the number of passengers isn 't decreasing due to the traffic congestion on national route 1 , which is an artery in this area . moreover , community buses , operated by the local governments , frequently run to connect the stations on the kusatsu line , which serves as an important transportation for the community and passengers . however , because the line is a single track and no passing facilities are installed at kosei station and other stations , it is difficult to increase the number of trains by more than two an hour ( including rush hours ) in order to enhance the convenience ; therefore , the local governments and residents are requesting that jr west use double-tracking and increase the number of trains . however , the jr is negative about the request , asserting that no further increase in passengers is expected . a population increase along the kusatsu line is expected for a while , especially in the kusatsu area , so there is a possibility of installing a new station or double-tracking the line with the aid of public expense by the prefecture and local city . the jnr / jr suburban train series 113 ( mainly the 700 and 2700 series cars ) were introduced in the opening of kosei line and the electrification of the kusatsu line ; the jnr / jr suburban train series 113 is the major electric train operated on the kusatsu line . there are many renewed cars in new body color as well as in the original shonan color . the jnr / jr suburban train series 113 comprising four cars is operated , as well as that comprising eight cars ( four cars joining four other cars ) during the morning and evening . the jnr / jr suburban train series 117 began operating on the kusatsu line after its operation as a special rapid ended . the original type of the jnr / jr suburban train series 117 and one having partly modified long seats for the fukuchiyama line are operated . the jnr / jr suburban train series 117 comprises six cars . the jr ( west ) suburban train series 223 ( comprising eight cars ) is used for the up trains during the night and for the train going through to osaka ( one round trip ) in the next morning , effective with the revision of march 2006 . the kusatsu line was opened as the first track of the kansai railway company in 1889 , which planned to connect the otsu city and nagoya city along the old tokaido . along with the quadruple-tracking of the tokaido main line , part of the section between tehara station and kusatsu station was elevated in 1969 , thereby crossing over the tokaido main line with the grade separation . at the same time , the old kusatsu line , which curved short of a turntable in the premises of kusatsu station , was abandoned , whereby the operating distance was extended by 0.3 km . the entire line was electrified in 1980 . december 15 , 1889 : the line between kusatsu station and mikumo station ( 9 miles 72 chains ≒ 15.93 km ) was opened by the kansai railway company . the ishibe and mikumo stations were opened . february 19 , 1890 : the line between mikumo station and tsuge station ( 12 miles 63 chains ≒ 20.58 km ) was extended and opened , thus completing the entire kusatsu line . the kibugawa , fukawa and tsuge stations were opened . april 19 , 1898 : the main line was changed from kusatsu station - nagoya station to nagoya station - kamo station ( kyoto prefecture ) , and the line between tsuge station and kusatsu station became a branch line . december 29 , 1900 : kibugawa station was opened as a transfer station on the main line of the ohmi railway corporation . january 25 , 1901 : the entire line was shortened by 6 chains ( ≒ 0.12 km ) . november 12 , 1902 : the operating distance was changed to be given simply by miles from miles and chains ( e.g. , from 22m49c to 22.6m ) . march 1 , 1904 : ohara station ( currently koka station ) opened . october 1 , 1907 : the kansai railway company was nationalized . october 12 , 1909 : the line names were given and the line between tsuge station and kusatsu station was called the kusatsu line . may 1 , 1918 : the name of ohara station was changed to ohara-ichiba station . november 5 , 1922 : tehara station opened . april 1 , 1930 : the operating distance was changed from miles to kilometers ( e.g. , from 22.6m to 36.4 km ) . april 10 , 1956 : ohara-ichiba station 's name was changed to koka station , and fukawa station 's name was changed to konan station . october 2 : some of the trains were replaced with diesel trains . december 15 , 1959 : aburahi station opened . december 25 : terasho station opened . november 23 , 1969 : the construction of a crossing over the tokaido line was completed . november 29 : falling rocks crashed down on the diesel train between ishibe station and tehara station . one driver was killed , and 17 passengers and two train crew members were injured . december 1 : the operating distance between tehara station and kusatsu station was changed with the addition of 0.3 km . october 2 , 1972 : the steam locomotive was abolished to achieve a smokeless track . july 4 , 1979 : automatic signaling was introduced . december 20 : centralized traffic control ( ctc ) was introduced . march 3 , 1980 : the entire line was electrified . october 1 , 1981 : kosei station opened . april 1 , 1987 : the japan national railways was split and privatized as the jr group , including the west japan railway company . the japan freight railway company became a railway business operator for the line between kibugawa station and kusatsu station . the freight service between tsuge station and kibugawa station was abandoned . march 31 , 1999 : the japan freight railway company left the type ii railway business ( between kibugawa station and kusatsu station ) . +the kosei line is a railway line ( arterial line ) of the west japan railway company ( jr west ) that runs between yamashina station in yamashina ward , kyoto city , kyoto prefecture , and omi-shiotsu station in nishiazai-cho , ika-gun , shiga prefecture . the entire line is included within the section of the metropolitan area and its suburbs . the line is part of the nihonkai jukan line / japan sea line ( 日本海縦貫線 ) . the line was called the kosei line because it passes through the kosei area , which is the western coastal area of lake biwa . although the kosei line starts at yamashina station , all local trains run through to kyoto station , and limited express trains from osaka station to hokuriku or tohoku and freight trains connecting hokuriku or hokkaido and kansai or kyushu pass the kosei line . nagahara station is the end of the urban network ; the kosei line serves as a commuter line for passengers bound for kyoto and osaka since special rapid trains from osaka and himeji also run through the line . icoca , suica of the east japan railway company ( jr east ) and toica of the central japan railway company ( jr central ) , as well as pitapa of kansai thru pass , can be used at all stations . j-through cards can be used only at the stations between yamashina station and omi-maiko station ( j-through cards can 't be used at the stations between kita-komatsu station and omi-shiotsu station ) . administration ( type of business ) : west japan railway company ( railway business operator ) and japan freight railway company ( railway business operator ) track length ( operating kilometers ) : 74.1 km track gauge : 1067 mm number of stations : 21 ( including the stations at both ends of the track section ) double-track section : entire line electrified section : entire line electrified ( dc 1500v ) block ( railway ) : double-track automatic block system operation direction center : shin-osaka integrated direction center maximum speed : 130 km / h the kosei line between nagahara station and omi-shiotsu station , which had been ac-electrified , was dc-electrified on september 24 , 2006 as well as the hokuriku main line between nagahama station and tsuruga station , and the special rapid train running through to tsuruga station on the hokuriku main line has been partially operated since october 21 , 2006 ( described later ) . all stations are managed by the kyoto branch of the west japan railway company . because the kosei line began as a high-speed railway and a short circuit connecting the kansai and hokuriku areas , tunnels and elevated bridges exist in many sections and there is no crossing on the kosei line . previously , there were problems in that onjo-ji temple and shirahige-jinja shrine demanded compensation for passing the precincts of the shrine ( although it was a tunnel ) ; the local people opposed the construction ; and the determination of tracks took time due to the relationship with kojak ( kojaku ) railway ( 江若鉄道 ) ( described later ) ; however , the minimum curve radius is basically set at 1,400 meters and the alignment ( track ) slope is set at no more than 19 per mill , which are high standards compared with existing railways . in the planning stage of the kosei line , with the estimate that the track volume of the tokaido main line would reach its limit , it was planned to construct a new line that would run from yamashina station to nagao station ( osaka prefecture ) on the katamachi line and to have freight trains enter a new nagao yard and limited express trains enter osaka station from the katamachi line via the jr tozai line . therefore , yamashina station is structured to branch off on the west side ( construction of a new line on the west side was halted due to the severe fiscal conditions of japan national railways ( jnr ) ) . currently , the limited express ' raicho ( train ) ' and others travel at a maximum speed of 130 km / h through the entire line . the limited express ' raicho ( train ) ' ( comprised of jnr / jr limited express series 485 ) , whose maximum speed is 120 km / h for its braking performance , is exceptionally permitted to run at a maximum speed of 130 km / h within the kosei line , where there is no crossing . the travel times of the limited express ' thunderbird ' are approximately 51 minutes from kyoto station to tsuruga station and approximately 53 minutes from tsuruga station to kyoto station . being suitable for high-speed operation , the kosei line was utilized for testing the speed improvement of the jnr / jr limited express series 381 , jr ( west ) suburban train series 221 , jr ( shikoku ) limited express series 8000 , etc . , beginning in the era of japan national railways ( jnr ) . after the establishment of jr west , the increase in maximum speed up to 160 km / h on the kosei line and within the hokuetsu tunnel was examined , and at the same time the jr ( west ) / hokuetsu express ' limited express series 681 was manufactured as part of the plan ; however , because of high costs for the improvement of railroad signals ( e.g. , installation of six-light signals on the hokuetsu express hokuhoku line ) and the existence of low-speed local trains or freight trains and passenger trains pulled by electric locomotives , the travel time was estimated to be shortened by only 5 to 10 minutes , and consequently the operation at a maximum speed of 160 km / h was called off due to the low cost-effectiveness . it is sometimes said that the running speed is ' as high as the shinkansen , ' but considering that the minimum curve radius is basically 2,500 meters on the tokaido shinkansen , which is a relatively low standard compared with other shinkansen trains , it 's impossible to operate trains on the kosei line at speeds equal to those of the shinkansen . because the kosei area is subject to heavy snows , as is the hokuriku area , the kosei line is equipped with facilities such as sprinklers and gutters for snow drainage . omi-imazu station has a storage-track facility , and a roof is installed at the location of a pantograph when cars are stored for protection from snowstorms . meanwhile , due to hiraoroshi ( strong winds from the mountains ) the speed limit is often applied or the operation is regulated on the kosei line ( in the past a freight train actually overturned while stopping ) , and the limited express ' thunderbird , ' etc . , sometimes goes around via maibara station instead of passing the kosei line . recently , windbreak fences have been installed on the kosei line ( the details are provided later ) . freight trains , which pass the kansai and hokuriku areas , are frequently operated . before the kosei line was opened , there was a plan to have freight transportation service between katata station and omi-imazu station , but ultimately the plan was abandoned . accordingly , all freight trains traveling on the kosei line pass through from yamashina station to omi-shiotsu station without stopping ( some trains stop to allow the passing of limited express trains , etc . , for the sake of the schedule ) . the land for freight side tracks is now used for maintenance space or the like . all stations are regarded as stops except for otsukyo , ogotoonsen , katata , omi-maiko , adogawa , omi-imazu and nagahara , which have a passing station , and makino station , which has a home departure signal . the kosei line employed elevated structures with a slab track , and therefore large equipment was introduced for railroad maintenance . to secure space for the use of large maintenance equipment , a facility ( which is parallel to a single track ) was installed so as to have freight trains pass through the single track late at night . in the passing stations ( except for ogotoonsen station and makino station ) , signal equipment , in which classification by the shape of turnout is available in both directions of inbound and outbound lines , was installed ( block sections are provided on a double track but there is one block section on a single track ) . however , due to the decreased number of freight trains , it became less necessary to maintain the equipment , so the use of the signal equipment for the single track was stopped in 2004 . with taking account of operation on the single track , the katata , omi-maiko , omi-imazu , and nagahara stations have a structure that a passing track enters toward the inside along with scissor alignment , resulting in a track that 's convenient for shuttle train service . as part of the plan of tsuruga station and other south ( west ) of tsuruga of the hokuriku shinkansen , there is an idea to modify the kosei line so that it can operate as a mini-shinkansen . after leaving yamashina station , the kosei line branches off the tokaido main line and enters the nagarayama tunnel . this tunnel has a double-track cross section on the nishiotsu side and a deformed tunnel of three single tracks on the yamashina side . local trains running on the inner track to yamashina station pass over the tokaido main line at a slope of 18 ‰ , while limited express trains and freight trains running on the outer track pass a branch track provided for a slope of 10 ‰ and join the tokaido main line in the tunnel . otsukyo station approaches after passing through the nagarayama tunnel . passengers can change trains to ojiyama station of the keihan electric railway . after leaving otsukyo station , a train runs along long flatland created through an active fault on the north ( the west coast of the lake biwa fault zone ) . because the mountains of hiei and hira can be seen in the west and lake biwa can be seen in the east on almost every section of the kosei line , the line is known for its fine views . the kosei line is surrounded by serene countryside , but at the same time there are many residential areas and retail stores along the line to katata station . the track near ogotoonsen station is far from the old track of the kojak ( kojaku ) railway , and it passes straight through the mountainside . accordingly , there are five relatively short tunnels ( the third ogoto tunnel ) around ogotoonsen station . the kosei line after katata station runs along the lakeside , and on fine days passengers can enjoy mountain views on the opposite side of the lake . there are two relatively short tunnels ( the first and second kitakomatsu tunnels ) after passing kitakomatsu station and then two short tunnels ( the first and second shirahige tunnels ) to the north of the shirahige-jinja shrine ( which had difficulty determining the track ) and finally the takashima tunnel ( length : 1,488 meters ) , for a total of five tunnels . the kosei line veers from the lakeside after omi-takashima station and passes through the flatland . omi-imazu station , which has a storage track , is a base station of the kosei line . most of the local trains from kyoto return at omi-imazu station , while the coupling and decoupling of cars for special rapid trains departing from and arriving at tsuruga station are carried out at this station . the kosei line further runs through the rice-paddy area and approaches mountains after makino station to pass through the mineyama tunnel ( length : 3,910 meters ) and then the shiroyama tunnel ( length : 2,318 meters ) after passing nagahara station . a so-called ac / dc dead section ( a section in which power supply is cut off ) existed on the north side of the shiroyama tunnel until september 2006 . the local trains returning at nagahara station still exist . the kosei line passes over the rice-paddy area on the elevated bridge of about 20 meters in height , approaches the hokuriku main line on the right hand side in the traveling direction and ultimately reaches omi-shiotsu station . according to the purpose of the short circuit connecting kansai and hokuriku , among the superior trains bound for hokuriku , all the limited express trains ' thunderbird ( train ) , ' ' raicho ( train ) , ' ' nihonkai ( train ) ' and ' twilight express ( train ) , ' except for the overnight express ' kitaguni ( train ) , ' pass the kosei line . some limited express trains stop at katata station and omi-imazu station to provide express service or accept commuters boarding between the kosei area and the keihanshin area . some limited express trains stop at otsukyo station under the circumstances that superior trains to the hokuriku line used to stop at otsu station during the era of the tokaido line . meanwhile , the kosei line also serves as local transportation within the kosei area , and various special rapid trains and local trains are operated on the kosei line . although the kosei line starts at yamashina station , all the trains go through to kyoto station owing to the track facility of the station and the passenger flow , and some rapid and special rapid trains go through to osaka and himeji . when the kosei line was opened , the local train would run only once an hour between kyoto station and omi-imazu station or nagahara station ; however , with the increase in the residential housing along the line the number of local trains has gradually increased . because the number of passengers using the kosei line increased significantly at katata station and ono station , many local trains return at katata station or omi-maiko station . the local train going through to osaka station via kyoto station is set , and a commuter train with four doors and long seats is also operated . the special rapid train would go through to katata station from the keihanshin area once an hour during the day when the kosei line was opened ; the through-train service was later extended to omi-imazu station . the number of special rapid trains operated during the day is greater than that during the evening rush , which is uncommon ; currently , the special rapid train is operated five times an hour during the day and four times an hour during the evening rush . an outbound train from kyoto station runs only twice an hour between 7 and 8 a.m. , which is remarkably infrequent . the operation of the special rapid train is limited to the daytime , and the special rapid stops at every station to the north of omi-maiko station . accordingly , for commuters the rapid train from omi-imazu station to osaka station running once during the morning ( set on march 16 , 1996 ) and the rapid train from kyoto station to nagahara station running once in the evening ( set on march 8 , 1997 ) were added ( the former passes shin-asahi , omi-takashima and kitakomatsu stations , and the latter stops at every station to the north of omi-maiko station ; however , both trains have stopped at ogotoonsen station since march 23 , 2002 ) , and the operation of these trains has been extended to tsuruga station . meanwhile , the number of local trains running in the section between omi-imazu and omi-shiotsu was initially three per day , which is exceptionally few , due to the operation of few ac electric local trains , and also due to the fact that part of the section changed to the ac electrification between this section . the number of trains gradually increased after jr 's ownership of the kosei line , and a through train to fukui via tsuruga station and a train running toward the south from omi-shiotsu station to nagahama station and maibara station on the hokuriku line were established after the electrification . consequent upon the extension of the dc section to tsuruga station , the operation of the special rapid train during the day was extended to tsuruga station with the schedule revision of october 21 , 2006 . although the special rapid train is operated mainly between omi-imazu station and omi-shiotsu station during the morning and evening , some special rapid trains run through to fukui or maibara ; the operation of rapid trains from the kosei line to osaka during the morning and from osaka to the kosei line is extended to arrive at and depart from tsuruga station during the evening . through the above setting of the trains , the special rapid train has come to run almost once an hour during the day between nagahara station and omi-shiotsu station ; additionally , one between 6 and 7 a.m. and one between 7 and 8 p.m. were added for the same section with the schedule revision of march 15 , 2008 . during the day , the special rapid train bound for omi-imazu station and tsuruga station stops at otsukyo station and variously connects with the local train in order for passengers to change trains . the special rapid train bound for kyoto and osaka variously connects with local trains at katata station . however , only a few local trains variously connect with the special rapid train because a few special rapid trains are operated on the kosei line . since the opening of the kosei line , a special train has existed for the transportation of passengers bound for lake biwa and the hira mountain range . initially , the special train ran to extend the regular special rapid service to katata station to omi-imazu station or to extend the rapid train between aboshi station and osaka station to the kosei line . some special trains adopt cars ( series 155 ) used for school trips , which are unused during the summer and winter seasons , and the cars of miyahara ward have received seismic reinforcement and hardy construction during the season . later , as the regular trains operated more frequently , the number of special trains decreased ; however , the special rapid train , which temporarily stops at shiga station , is called ' kosei leisure go ' in order to distinguish it from the regular special rapid train . as the special rapid service was extended to tsuruga station , trains ( comprised of four cars ) have been regularly operated as special trains for the increased numbers of passengers since the fall of 2006 , and especially for the transportation of passengers who use makino station ( the nearest stop ) to enjoy the blossoms at kaizu-osaki , the train bound for tsuruga station to be divided is operated as a special train prior to the regular train . in the tourist season , a train traveling around lake biwa is frequently operated as a train reserved for groups . the kosei line would use the platforms of the tokaido line when the kosei line was opened , but platform 3 was given to the kosei line after the improvement work within kyoto station ; many trains currently arrive at and depart from platform 3 . some trains arriving at kyoto station stop at platforms 5 to 7 and are then transferred to the mukomachi operation center ( currently the kyoto integrated operation center ) . due to this form of operation , passengers can change trains on the same platform : from osaka it 's convenient to change at kyoto station for the train to the kosei line , and from the kosei line it 's convenient to change at yamashina station for the train to osaka . with the schedule revision of march 2002 , the train to the kosei line was connected to the special rapid train from osaka ; however , a slight delay in the special rapid train greatly affected the schedule of the kosei line , and therefore the schedule was changed in march 2006 ( the introduction of a so-called uncongested schedule ) in order to have the train to the kosei line leave before the arrival of the special rapid train , except for some trains at night . when a delay occurs on the jr kyoto line , the train to the kosei line entering track 3 at kyoto station often arrives late because of the belated arrivals of inbound trains on the kyoto line . with the extension of the special rapid service to tsuruga station in october 2006 , the platforms at omi-shiotsu and shin-hikida stations were elevated and the middle track ( platform 4 ) at tsuruga station was shortened to an effective length equal to four cars , whereby the coupling and decoupling of cars has been carried out at omi-imazu station ( some trains are managed at kyoto station ) . accordingly , a guide signal was newly installed on track 3 ( platform 2 ) at omi-imazu station . therefore , a stop of approximately ten minutes is required , during which time the limited express raicho ( train ) passes the special rapid train . it is rare that the limited express train passes the special rapid train , except for one example in which the limited express ' hakuto ( train ) ' passes the special rapid train while the special rapid train is being decoupled at himeji station ( there is an example that the limited express train passes the special rapid train on the biwako line , but this occurs within a quadruple track and the special rapid train doesn 't wait for the limited express to pass ) . because of the time required for stopping for this division and connection , the travel time of the special rapid train between osaka and tsuruga stations is ten minutes longer than the initial estimate of 1 hour and 50 minutes ( in particular , the travel time of special rapid trains between kyoto station and omi-nakasho , makino and nagahara stations is substantially equal to that of local trains between kyoto and nagahara stations ) . likewise , about ten minutes are required for the special rapid train bound for omi-shiotsu and tsuruga stations via maibara station in order to stop for the division and connection . even in the section in which the special rapid train stops at every station to the north of omi-maiko station and hikone station , the train runs with the sign ' special rapid , ' while the timetable includes descriptions of ' special rapid . ' in contrast to the rapid train in the keihanshin area , which becomes ' local ' at akashi station and the stations to the west of akashi station and takatsuki station ( kyoto station in some time periods ) and the stations to the east of takatsuki station , the special rapid train remains ' special rapid ' even when it stops at every station ( including himeji station and the stations to the west of himeji station ) . this is because the special rapid is kind of branded , and thus it is important for local governments that ' special rapid trains pass ' the stations even if they actually stop at every station . during the construction of the kosei line , yamashina station was dc-electrified and omi-shiotsu station was ac-electrified . accordingly , ac / dc switching section was installed between nagahara station and omi-shiotsu station . because of this , electric cars going through to the hokuriku area on the kosei line were limited to cars capable of switching ac and dc thereon , namely ac / dc electric cars such as jnr / jr limited express series 485 and jnr / jr electric locomotive type ef81for ac / dc electric cars . an expensive general ac / dc electric car wasn 't introduced as a local train running between the kosei and hokuriku areas in which large demand couldn 't be expected , and thus a diesel train was operated as a local train between the electrified section : between omi-imazu station and tsuruga station before september 1991 ( after that , an ac / dc electric car was operated ) . the line between yamashina station and nagahara station was dc-electrified , to which a dc electric car entered from kyoto . meanwhile , the hokuriku line was ac-electrified and operated with a few local trains ; passengers were required to change trains at maibara station in order to transfer from the kohoku area , the northern coastal area of lake biwa , to otsu station or the keihanshin area . in 1986 , in the era of the jnr , the shiga prefecture and local governments established the ' alliance for promoting dc electrification of the hokuriku main line ' at the commerce and industry associations of local cities along the line , and demanded that jnr / jr change the electrification system of the hokuriku line for the improvement of convenience ; subsequently , in may 1990 the cities of the kosei area were additionally involved to newly establish the ' alliance for promoting the lake biwa loop line ' in order to work on the jr . as a result , in the next year the construction for dc electrification was carried out between maibara station and nagahama station . originally , the ac / dc section was between sakata and tamura stations , which was transferred to operate between the nagahama and torahime stations . the construction cost of about 0.7 billion yen was funded by the local governments , including shiga prefecture and nagahama city . after the schedule revision of september 1991 , and upon the completion of construction , the special rapid train came to run through to nagahama station from the keihanshin area , thus producing economic effects such as an increase in the general population and numbers of tourists . the entry of the special rapid to nagahama station brought the area within commuting distance to the keihanshin area , while the utilization of local resources for tourism , such as kurokabe square , resulted in the increase in the number of tourists visiting nagahama ; the construction for dc electrification won the attention of the whole country as a trigger for regional development . the local governments of the kohoku area also began to take action , encouraged by the success of nagahama . likewise , in the kohoku area , where the line was ac-electrified and thus operated with only a few trains , and a through-train to maibara station and stations to the west of maibara station didn 't exist , ' the special rapid train ' gathered momentum ; since the transfer among the kosei and kohoku areas was inconvenient because of the existence of the ac / dc section and a few through-trains being operated , the construction for the dc electrification was the important challenge for the local governments so as to overcome these problems . in 1995 , the local governments began to reserve fund for construction every year and worked on maintenance around the stations or building of guide signs of sightseeing facilities , thereby promoting the ' lake biwa loop line plan . ' in reference to the success of nagahama , tsuruga city also planned to increase the number of tourists by a through special rapid train and began to work on the achievement of dc electrification with fukui prefecture in order to increase the number of through-trains from the keihanshin area . as part of railway construction , the following purposes were set : to have a through train to the kohoku area ; to make it convenient for passengers to move between the kosei and kohoku areas by using trains ; and to have the special rapid train go through to tsuruga station from the keihanshin area ; thereby to begin the construction for the dc electrification of the kosei and hokuriku lines . the construction cost has been divided among shiga prefecture ( the prefecture and the local governments ) and fukui prefecture ( the prefecture and tsuruga city ) , since the construction was requested by the locals . ( the construction cost is 16.1 billion yen , of which shiga prefecture bears 7.5 billion yen and fukui prefecture bears 6.8 billion yen , while jr west bears 1.8 billion yen for the manufacture of new cars . ) in the construction for dc electrification , the dead sections between nagahama station and torahime station and between nagahara station and omi-shiotsu station were transferred to the section between tsuruga station and minami-imajo station ( between tsuruga station and hokuriku tunnel , tsuruga exit ) , and the section on the hokuriku line , between nagahama station and tsuruga station and the section on the kosei line between nagahara station and omi-shiotsu station were dc electrified , all of which were completed on september 24 , 2006 . with the schedule revision of october 21 , 2006 , the special rapid train comprised of jr ( west ) suburban train series 223 , dc electric train operation came to tsuruga station , while the connection between the kosei line and the hokuriku line bound for nagahama station was improved . the number of special rapid trains was increased to 25 per day , running mainly during the day ( 17 via kosei line and 8 via biwako line ( hokuriku main line ) ) to tsuruga station by extending the operation from omi-imazu station and nagahama station , while 18 special rapid trains came to enter omi-shiotsu station per day ( via the biwako line and hokuriku main line ) . at omi-shiotsu station , it became possible to change trains on the same platform : during the day from the train bound for tsuruga station via kosei line , changing for the train departing from omi-shiotsu station to himeji station via maibara station ; and from the train to omi-shiotsu station via maibara , changing for the train departing from tsuruga to himeji via the kosei line , thereby improving the connection between the kohoku and kosei areas . there is only one special rapid train to omi-shiotsu station via maibara station per day , which connects to the special rapid train bound for tsuruga station via the kosei line at omi-shiotsu station , and the train to omi-shiotsu station subsequently becomes a train bound for omi-imazu station with passengers on board . incidentally , the standard travel time of the special rapid train entering the hokuriku line is approximately 95 minutes between tsuruga station and kyoto station via the kosei line , approximately 125 minutes between tsuruga station and osaka station , approximately 145 minutes between tsuruga station and sannomiya station , and approximately 185-190 minutes between tsuruga station and himeji station . the travel time is approximately 15 minutes longer in the case where the train passes maibara station . originally there was little local flow between the kosei area and tsuruga , whereas there is some local flow between the kohoku area and tsuruga ; therefore , the special rapid trains departing from and arriving at tsuruga station are operated via the kosei line during the day and , except for the daytime , the special rapid trains are operated via maibara station . therefore , the travel time during the morning and evening may be shorter , when the train is operated via maibara station . accordingly , the tsuruga city is demanding that the jr west increase the number of trains and make an exception for boarding with commuter tickets ( see below ) , but it 's not certain whether the demand will be accepted . in the case of travel between yamashina station and omi-shiotsu station using a standard ticket , an exception of a specific route section is applied , where a fare based on operating kilometers via the kosei line also covers that via maibara station ; however , a specific route section isn 't applied to a commuter ticket and consequently passengers can 't use commuter tickets via the kosei line ( which is cheaper ) for travel via maibara station . with the current schedule , there is still only one special rapid train via kosei line departing from and arriving at tsuruga station in the morning and evening ; thus there is a demand for an optional boarding exception for a commuter ticket . as described above , speed limitations are increasingly applied , as are the regulations of operation due to strong winds ; accordingly , in the fiscal 2006 there were 28 days in which the operation was regulated . as a result , the jr west installed windbreak fences along the mountains ( on the west side ) , the line between hira station and omi-maiko station in october 2007 , and thereby announced that jr west would regulate the operation with winds of 30 meters per second up from the former 25 meters per second . thus it is estimated that the annual frequency of operation cancellation has been reduced by half . the construction began in early april 2008 ( with jr bearing the entire construction cost ) . the construction was performed by daitetsu kogyo co . , ltd . limited express jr ( west ) / hokuetsu express ' limited express series 681 and 683 ( limited express ' raicho ' ) jnr / jr limited express series 485 ( l-limited express ' raicho ' ) jnr / jr passenger car series 24 ( limited express ' twilight express ' and limited express ' nihonkai ' ) local train all sections jr ( west ) suburban train series 223 the jr ( west ) suburban train series 223 is used for all rapid and special rapid trains comprised of eight or twelve cars on the kosei line , as well as for local trains comprised of four to eight cars on part of the line . yamashina station - nagahara station jnr / jr suburban train series 113 when the kosei line was opened , there appeared the model numbers 700 's of the jnr / jr suburban train series 113 , which have measures such as semiautomatic doors for cool regions ; these have been the major cars operated on the kosei line and are operated comprised of four to eight cars along with the cars of the model numbers 2700 's , which appeared for the electrification of the kusatsu line . the jnr / jr suburban train series 113 comprised of six cars existed for a period of time , but it 's no longer in operation . jnr / jr suburban train series 117 the measures such as semiautomatic doors for cool regions were primarily intended in view of operation on the kosei line . the jnr / jr suburban train series 117 is often comprised of the original cars and seat-modified cars , and is operated with six or eight cars . jr ( west ) commuter train series 207 the jr ( west ) commuter train series 207 is operated for trains departing from katata station early in the morning and bound for omi-maiko station during the night on weekdays . the jr ( west ) commuter train series 207 of production cars would be called for at omi-imazu station from the beginning , but they were abandoned with the revision of march 18 , 2006 . incidentally , the f1 car , a test-production car , is commonly operated with jr ( west ) commuter train series 321 as described below . jr ( west ) commuter train series 321 the jr ( west ) commuter train series 321 enters katata station once before noon on weekdays . with the revision of march 18 , 2006 , the jr ( west ) commuter train series 321 was used for trains bound for omi-maiko station during the night but was soon replaced with the jr ( west ) commuter train series 207 with the revision of march 15 , 2008 . jr ( west ) suburban train series 221 the operation of the jr ( west ) suburban train series 221 belonging to the aboshi yard began as the special rapid trains on the kosei line when the series first appeared ; moreover , it was subsequently used in part of the operation within the line but was later abandoned with the revision of october 2006 . since march 15 , 2008 , the jr ( west ) suburban train series 221 has been operated again on the kosei line with cars belonging to the kyoto integrated operation center . omi-imazu station - omi-shiotsu station jr ( west ) suburban train series 521 the jr ( west ) suburban train series 521 was introduced when the hokuriku main line and the kosei line were dc-electrified , all of which are comprised of two cars . all the local trains stopping at nagahara station and stations to the north of nagahara station are of the jr ( west ) suburban train series 223 and jr ( west ) suburban train series 521 . before introducing the jr ( west ) commuter train series 207 , jnr / jr commuter train series 201 and jnr / jr commuter train series 205 would also enter the kosei line , but eventually they were replaced with the jr ( west ) commuter train series 207 and today are not regularly used . because of their unique appearance , the jnr / jr suburban train series 419 and jnr / jr suburban train series 715 , which were called ' bread trains , ' and jnr / jr suburban trains series 457 , which were converted from the rapid train , were used at omi-imazu station and stations to the north from 1991 , but they disappeared from regular operation on the kosei line after tsuruga station was dc-electrified due to the revision . the kosei line was established as a short circuit track connecting osaka and the hokuriku area . initially , the line between hamaotsu station and omi-imazu station was operated by the kojak ( kojaku ) railway by local interests ; the matter of the kojak ( kojaku ) railway became a problem when planning the kosei line , because a track in planning was substantially parallel with this line . the kojak ( kojaku ) railway eventually left the business , and its track was purchased and converted . however , the actual purpose was to purchase the competing track in order to bail out ; the actual conversion rate was low , and there are many sections in which the abandoned track can be seen from the windows of the train . after the kojak ( kojaku ) railway left the railway business in october 1969 , the company name was changed to kojak bus co . , ltd . april 11 , 1922 : the line between hamaotsu station and miyake station ( currently the obama line 's kaminaka station ) was incorporated into a jnr excepted line . may 31 , 1962 : the line between hamaotsu station and shiotsu station became a jnr investigated line . june 25 , 1964 : the line between yamashina station and kutsukake station became a jnr constructed line . december 28 , 1966 : the lines between yamashina station and ( temporarily called ) kitaotsu station ( currently otsukyo station ) and between omi-imazu station and omi-shiotsu station were primarily approved . january 12 , 1967 : the groundbreaking ceremony of the kosei line was held at ojiyama general sports park / ojiyama sports park . november 1 , 1969 : the line of the kojak ( kojaku ) railway was abandoned . july 20 , 1974 : the line between yamashina station and omi-shiotsu station ( 74.1 km ) was opened . at the same time , the jnr / jr suburban train series 113 began operating . the special rapid train began entering the line between yamashina station and omi-imazu station . march 10 , 1975 : the limited express and express ' raicho ( train ) ' that run between osaka and hokuriku and tohoku areas began passing the kosei line . april 1 , 1987 : japan national railways was split and privatized as the jr group , including the west japan railway company , which succeeded the kosei line . the japan freight railway company became a type ii railway business operator for every line . december 4 , 1988 : ono station was opened . march 18 , 1993 : the jr ( west ) commuter train series 207 was introduced . september 4 , 1994 : eizan station was renamed as hieizan-sakamoto station . september 24 , 2006 : the line between nagahara station and omi-shiotsu station was changed from ac electrification to dc electrification . october 21 , 2006 : the operation of the special rapid train was extended to tsuruga station , thereby operating throughout the kosei line . march 15 , 2008 : nishiotsu station was renamed as otsukyo station and ogoto station was renamed as ogotoonsen station . among intermediate stations , the only ones under direct control are the otsukyo , katata and omi-imazu stations . all the stations are subcontracted by jr west kotsu service , except that omi-nakasho station remains unmanned throughout the day ( nagahara station was also unmanned before april 2000 ) . +the fukuchiyama line is a ( trunk ) railway line operated by the west japan railway company that connects amagasaki station in amagasaki city , hyogo prefecture , and fukuchiyama station in fukuchiyama city , kyoto prefecture . the line that runs between osaka station and sasayamaguchi station on the tokaido main line , which includes the line between osaka station and amagasaki station , is fondly referred to as the jr takarazuka line . the prefix " jr " is added to " takarazuka line " to prevent confusion as the hankyu corporation operates a line called the hankyu takarazuka line . as the line between amagasaki station and tanikawa station runs through an urban neighborhood , the jr takarazuka line portion of the fukuchiyama line is one of jr west 's urban network lines . the fukuchiyama line merges into the tokaido main line at a point between tsukaguchi station and amagasaki station , and then reaches osaka station . the color of the jr takarazuka line is yellow , which is said to have been chosen as ' a vivid image representing new developable areas for the future . ' the fukuchiyama line isn 't simply a line that connects osaka with northern kinki but is also a commuter line for office workers and students who commute from the cities of eastern hyogo to osaka . it is also one of the lines connecting osaka and the sanin region . j-through card and icoca , suica , issued by the east japan railway company , toica issued by the central japan railway company , and pitapa issued by the surutto kansai association can be used at each station on the jr takarazuka line between amagasaki and sasayamaguchi . jurisdiction ( industrial classification ) : west japan railway company ( railway company ) railway distance ( operation kilometers ) : 106.5 km track gauge : 1067 mm number of stations : thirty ( including the stations of origin and terminus ; 23 stations on the jr takarazuka line alone ) double-track section : between amagasaki station and sasayamaguchi station electrified section : entire line ( dc1500v ) block ( railway ) system : automatic block system control and protection system : automatic train stop system ( ats ) p-type ( pattern-type ) ( = ats-p ) and ats-sw between amagasaki station and shin-sanda station , improved ats ( ats-sx ) between shin-sanda station and fukuchiyama station maximum speed : 110 km / h train control centers : between amagasaki station and shin-sanda station : shin-osaka general control center between shin-sanda station and fukuchiyama station : fukuchiyama transport control center * the section between amagasaki station and shin-sanda station is under the direct control of the west japan railway company 's osaka branch office , while that between shin-sanda station and fukuchiyama station ( except for the stations at both ends of this interval ) is under the control of west japan railway company 's fukuchiyama branch office , sasayamaguchi railways department ( fukuchiyama station is under the direct control of the fukuchiyama branch office ) . up to 1986 , the fukuchiyama line was a tranquil local line where passenger local trains ran and the scenery of a muko-gawa river stream was enjoyed near namaze and dojo ; however , these scenes disappeared as the line between takarazuka station and shin-sanda station was double-tracked and electrified in 1986 , and it was transformed into a commuter line on which new types of trains run , housing development is promoted along the line and the jr tozai line has been established . although the old railway to the north of takarazuka along the muko-gawa river was discontinued ( a part of the line is now used as a walking trail ) , the fukuchiyama line and muko-gawa river still have close mutual ties . the railway lies upward along and crosses the muko-gawa river at many points between takarazuka station and furuichi station , and it stretches downward along the sasayama-gawa river , which is a stream of kako-gawa river between sasayamaguchi station and tanikawa station . the greatest characteristic of the fukuchiyama line is that it crosses the watershed with no tunnels . the area around iso station has the lowest point of watershed in honshu which devides pacific ocean and the sea of japan ( the fields around this area are watershed rice fields ) and the railway reaches fukuchiyama station on the yura-gawa river , which flows into the sea of japan , seemingly oblivious to the fact that a train is running amid the scenery of rice fields . the tower of fukuchiyama-jo castle , which has been reconstructed , can be seen from a train window before reaching fukuchiyama station . the sections between kawanishiikeda station and nishinomiyanajio station , between sanda station and tamba-oyama station , and between kaibara station and fukuchiyama station run nearly parallel to national route 176 . although fukuchiyama line starts at amagasaki station , all trains reach osaka station ( some of them even go up to the jr kyoto line beyond osaka station ) via amagasaki station or go into the katamachi line via the jr tozai line . some limited express trains run directly into the track of sanin main line or kitakinki tango railway from fukuchiyama station . the fukuchiyama line functions as part of the north kinki big x network ( the left oblique downward part of " x " represents the fukuchiyama line ) , and the following higher category trains run not only throughout the fukuchiyama line but also for miyazu station on the kitakinki tango railway and toyooka station ( hyogo prefecture ) or kinosakionsen station ( outbound line ) on the sanin main line . since the express train ' daisen ' was discontinued on october 16 , 2004 , no night trains have run so only day trains have been operated . the l-limited express ' kita-kinki ( train ) ' ( between shin-osaka and fukuchiyama , toyooka , kinosakionsen : 10.5 round trips ) the limited express ' monju ' ( between shin-osaka and amanohashidate : one round trip ) the limited express ' tango explorer ' ( between shin-osaka and miyazu , toyooka : two round trips ) local trains ( including rapid trains ) that run the entire line without a transfer are available only in the early hours of the morning or in the evening , and the routes for those trains that run during the midday hours are separated according to where the train runs on the line between amagasaki and sasayamaguchi or between sasayamaguchi and fukuchiyama . rapid trains run from osaka or the direction of the jr tozai line to the direction of sasayamaguchi or fukuchiyama . during the midday hours , rapid trains ( starting from and terminating at osaka station ) called ' tambaji rapid service ' are available on the section between osaka and sasayamaguchi . trains available during the midday hours are distinguished as follows : local trains run directly to the jr kobe line and jr kyoto line , ' rapid ' represents a rapid train that directly runs in the direction of the jr tozai line , and ' tambaji rapid service ' represents a rapid train that starts from and terminates at osaka station . rapid trains that run directly toward the jr tozai line and those that start from and terminate at osaka station will hereinafter be explained separately due to their different characteristics . rapid trains that go directly to the jr tozai line or the katamachi line are operated with approximately 15-minute intervals all day . those trains are in service up to takarazuka station during the daytime and up to shin-sanda station ( some of them are up to sasayamaguchi station ) during the rush hour . all cars of the rapid trains use jr ( west ) commuter train series 207 , and each train has seven cars up to sasayamaguchi station . at amagasaki station , the rapid train makes a mutual connection with another rapid train that runs on the jr kobe line ( some rapid trains may make a mutual connection with a special rapid or a local train , depending on the time zone ) . there are some rapid trains whose type changes to regional rapid ( or local ) on the jr tozai line and the gakkentoshi line early in the morning and late at night . this type of train is referred to as a regional rapid train on the timetable at a station . the number of rapid trains that start from or terminate at osaka station varies from section to section and from time zone to time zone , but it increases during the rush hour . rapid trains that start from or terminate at osaka station aren 't set in cycles in which limited express trains are supposed to be set . tambaji rapid service ' is a nickname for rapid trains that use the jr ( west ) suburban train series 221 and are operated between osaka and sasayamaguchi during the daytime . the service first started when the timetable was revised in march 2000 , as series 221 trains were added to the rapid services . two services are available every hour in the off-hours from the daytime through the evening , except for the rush-hour period . the rapid train stops at the same stations at which other rapid trains stop . most of the trains operated as part of the tambaji rapid service have four cars ; however , some trains have six or more cars . one of the two services in each hour makes a mutual connection at sasayamaguchi station with a train that goes to fukuchiyama . any rapid train other than tambaji rapid service is a direct train to the jr tozai line during the operating hours of the tambaji rapid service . any rapid train that 's operated in the early morning and the evening is categorized as ' rapid , ' regardless of the operation section . the train series 221 is also mainly used for rapid trains that start from and terminate at osaka station ; however , the jnr / jr suburban train series 113 and the jr ( west ) commuter train series 207 are often used during the rush hour , while the train series 113 and series 221 are used for both local and rapid trains that go above sasayamaguchi station . prior to 2005 , the jnr / jr suburban train series 117 was used for the rapid trains , but those trains were withdrawn from the fukuchiyama line because they weren 't equipped with an ats-p system and were then moved to the shimonoseki region , the sagano line and the kosei line . because the effective length of platforms of the stations above sasayamaguchi station is for up to six cars , four cars are disconnected from a rapid train that 's operated with eight cars at sasayamaguchi station , and the rest of the four cars are operated after sasayamaguchi . some of the rapid trains that start from and terminate at fukuchiyama station may allow some limited express trains to pass at way stations . before japan national railways ( jnr ) was privatized as the jr group , only a few rapid trains had been operated each day . according to the timetable of 1983 in the last years of jnr , only two round-trip rapid trains that stopped at amagasaki , itami , takarazuka , takedao , sanda , hirono , aino and furuichi were operated each day between osaka and sasayamaguchi . fewer rapid trains were operated prior to march 1989 . in march 1997 , some rapid trains that passed hirono station , aimoto station , kusano station , furuichi station and minami-yashiro station without stopping were introduced for the outbound line in the evening , but they were discontinued in december 2003 , when the timetable was revised . the train series 207 was used for these rapid trains . some trains that also pass some stations above shin-sanda without stopping are often operated as special trains . most of the local trains are directly connected to the jr kyoto line and operated in the section between kyoto / takatsuki and shin-sanda via osaka . in the early morning , during the morning rush hour and late at night , some local trains that connect osaka and fukuchiyama and are operated directly to and from the jr tozai line ( shin-sanda - kitashinchi - shijonawate / matsuiyamate / kyotanabe / kizu ) are available . additionally , there are some local trains that start from yasu station or kusatsu station , and also those that go to kusatsu station during the morning rush hour on weekdays . the local trains operated below shin-sanda are seven-car trains of either series 207 or series 321 . the local train makes a mutual connection with a special rapid that 's operated on the jr kyoto or kobe line at osaka station , and with another local train ( matsuiyamate - nishi-akashi ) that directly goes to the jr kobe line via the jr tozai line at amagasaki station . additionally , at kawanishiikeda station the local train makes a connection with a rapid train that starts from and terminates at osaka station and is operated directly to and from the jr tozai line ( or it waits for a limited express train to pass ) ( some local trains wait for a rapid train to pass at tsukaguchi station in the morning rush hour ) . for the section between shin-sanda and sasayamaguchi , no local train services are available except early in the morning and late at night , so trains of the tambaji rapid service and rapid trains that stop at every station in this section work as local trains . basically , more rapid trains are operated than local trains between amagasaki and takarazuka , thereby resulting in the polarization of incoming and outgoing passenger patterns between the stops for local trains and rapid trains . moreover , some local trains that are operated between sasayamaguchi and fukuchiyama after being connected with a rapid train that runs between osaka and sasayamaguchi . mainly in the daytime , a two-car local train of series 113 runs approximately every hour without a conductor on board in the section between sasayamaguchi and fukuchiyama . there is a train whose number changes at fukuchiyama station , but it 's operated from kinosakionsen station on the sanin main line directly to sasayamaguchi station during the daytime . among the local trains that operate between sasayamaguchi and fukuchiyama , two outbound trains operated early in the morning and an inbound train operated at night aren 't connected with trains from or to the direction of osaka . although trains that go directly to the jr kyoto line stop at tsukamoto station , trains that start from or terminate at osaka station and can be found early in the morning pass tsukamoto station without stopping . the series 113 , 207 , 221 and 321 trains serve as local trains that start from and terminate at osaka station . however , only a few local trains of series 221 are operated during the rush hour , while local trains with train series 113 are overwhelmingly present except for trains without conductors on board . there used to be some local trains that started from and terminated at shin-osaka station only early in the morning and late at night ( these local trains also passed tsukamoto station without stopping ) . consequent upon the timetable revision of march 15 , 2008 , all of the outbound trains ( except for limited express trains and local trains bound for sasayamaguchi ) have been operated directly from the jr tozai line at a peak period in the rush hour in the weekday morning ( between 8 : 00 a.m. and 9 : 00 a.m. ) . therefore , the number of cases where those trains connect with a local train that shuttled at amagasaki station has increased . jr ( west ) commuter train series 207 ( rapid train and local train ) jr ( west ) commuter train series 321 ( local train ) jr ( west ) suburban train series 221 ( tambaji rapid service , rapid train and local train ) jnr / jr suburban train series 113 ( rapid train and local train ) train series 221 : used for rapid and local trains in the morning and evening . train series 113 : used for morning and evening trains from osaka and available for operations limited to a certain section throughout the day . train numbers in the 3800s are exclusively used for operations limited to a certain section . jnr / jr limited express series 183 ( limited express ' kitakinki ' and ' monju ' ) jnr / jr diesel car type kiha 65 ( special limited express kani kani kitakinki and kani kani express ) used to be used for the limited express edel-kitakinki , edel-tango , edel-tottori and express daisen but is no longer operated periodically , as these trains have been discontinued . ktr limited express ( diesel car ) series ktr001 ( limited express tango explorer ) nr / jr limited express series 485 ( limited express kitakinki ) jnr / jr commuter train series 201 ( local train ) jnr / jr commuter train series 205 ( local train ) jnr / jr suburban train series 117 ( rapid and local trains ) : collectively used with the jr nara line up to 2001 . jnr / jr commuter train series 103 ( local train ) : operated between april 1981 and august 2003 . this series was also temporarily used after the resumption of operations instead of the train series 207 , which was the train involved in the jr fukuchiyama line train derailment accident , because many trains of that series needed to leave the scene of their work in order to be repainted . ktr limited express ( diesel car ) series ktr8000 ( limited express tango discovery ) : ' tango discovery ' was a name given to the trains that started from and terminated at shin-osaka station from 1996 to 1999 . the series was also used for the limited express tango explorer in place of the ktr limited express ( diesel car ) series ktr001 between june 19 , 2005 and march 17 , 2007 . jnr / jr diesel cars series kiha 58 ( limited express edel-kitakinki , edel-tango , edel-tottori , express daisen , express tango , local train ) jnr / jr diesel cars series kiha 40 ( second generation ) ( rapid and local trains ) jnr / jr limited express ( diesel car ) series kiha 80 ( limited express ( super ) matsukaze ) jnr / jr limited express ( diesel car ) series kiha 181 ( limited express ( super ) matsukaze ) jnr / jr passenger car series 12 ( express daisen , local train ) jnr / jr passenger car series 14 ( express daisen ) jnr / jr passenger car series 20 ( express daisen ) jnr / jr passenger car series oha 35 ( local train ) jnr / jr passenger car series suha 43 ( local train ) jnr / jr passenger car series 60 ( local train ) jnr / jr passenger car series 10 ( local train ) jnr / jr passenger car series 50 ( local train ) fukuchiyama line is a railway that connects osaka with northern kinki through fukuchiyama station north and south . the fukuchiyama line used to be operated as a single-track local line . there used to be many stations used by small numbers of passengers , but the numbers of passengers increased enormously , not only because the development along the line below sasayamaguchi station moved ahead at a fast pace as the line above takarazuka was electrified and the line between takarazuka and shin-sanda was double-tracked on november 1 , 1986 , but also because many passengers switched from the hankyu takarazuka line of the hankyu railway and the hankyu itami line ( which lie in parallel with the fukuchiyama line ) to the fukuchiyama line . the fukuchiyama line , which had fewer than 100 trains operated a day at the time of the inauguration of jr , started changing to a line with a tight railroad schedule and had over 360 trains a day after the inauguration of the jr tozai line in 1997 ( which is still less tight than the schedule of the hanwa line or the yamatoji line that are double-tracked in the same way as the fukuchiyama line , but it is said that this tight schedule contributed to the jr fukuchiyama line train derailment accident ) . along with the double-tracked line below sasayamaguchi station , the number of trains has increased and access to osaka station has improved dramatically ; moreover , the inauguration of the jr tozai line has provided good accessibility to osaka city , eastern osaka and the direction of nara . the busiest railway station on the fukuchiyama line is takarazuka station , which was used by approximately 30,000 people a day in 2004 . other major stations used by more than 10,000 people a day include , in descending order , itami station ( west japan railway company ) , used by about 21,000 people ; kawanishiikeda station , used by about 20,000 people ; sanda station ( hyogo prefecture ) , used by about 16,000 people ; and shin-sanda station , used by about 14,000 people . the number of users of the stations above shin-sanda , even in the urban network , is much lower than users of those major stations : the total amount of users of the seven stations remains at approximately 10,000 . because there is a significant difference in the amount of users between the two sections , between osaka and sasayamaguchi and between sasayamaguchi and fukuchiyama , four cars are added to or disconnected from the rapid trains that run all the way through these sections at sasayamaguchi station , so eight-car rapid trains are operated between osaka and sasayamaguchi while four-car rapid trains are operated between sasayamaguchi and fukuchiyama . additionally , limited express trains may have four cars . some cars are added to trains that run between sasayamaguchi and osaka during the morning rush hour for the inbound train and during the evening rush hour for the outbound train . other trains that run all the way through the line consistently have either four cars or six cars from the starting station to the terminal . the majority of the trains are those without conductors on board and limited express trains , and not only the number of trains operated an hour is only one limited express and one local train ( a few local trains are available per hour during the rush hour ) but there are many stations used by small numbers of passengers . the fukuchiyama line features expensive fare for a jr line around osaka because the line , including the section between amagasaki and takarazuka , wasn 't included in the osaka train specific section in the jnr years . the fukuchiyama line was originally established as a horse tramway by kawabe [ kawanobe ] basha tetsudo and connected amagasaki ( later amagasaki-ko ) and itami . kawabe [ kawanobe ] basha tetsudo later had a name change to settsu railway ; the horse tramway was reconstructed into a light railway using steam power , and services started between amagasaki and ikeda ( currently kawanishiikeda ) . at that time , ikeda station was located near kurehabashi-nishizume . the settsu railway merged with the hankaku railway , which was planning to build a railway from osaka city to maizuru city , and corrected its track gauge to extend the services to takarazuka station . after that , their services were gradually expanded and opened to traffic up to fukuchiyama-minamiguchi station ( near horiuchida-cho ) in 1899 . in 1904 , the section between fukuchiyama and shin-maizuru ( currently higashi-maizuru station ) by way of ayabe--which was rushed by the military in order to open to traffic up to the maizuru army base as a military railway for the strategy against russia--was opened to traffic under the control of the government . hankaku railway also expanded its services up to the present-day fukuchiyama station ( amata ) , and completed the railway line between osaka and maizuru by lending the section between fukuchiyama and shin-maizuru . hankaku railway was nationalized in 1907 and its railway line , including the portion under government control , was called the hankaku line ; however , as the section on the sanin main line between kyoto and izumoimaichi ( currently izumo city ) was opened to traffic in 1912 , the sections between kanzaki ( currently amagasaki ) and fukuchiyama and between tsukaguchi and amagasaki became known as the fukuchiyama line . although the railway line was designated as a semi-main line connecting osaka and the direction of sanin , the modernization ( such as track improvement and electrification ) was significantly delayed . moreover , although not only jnr steam locomotive c54 class and jnr diesel locomotive type dd54 had been assigned but also the limited express ' matsukaze ( train ) ' had been operated since 1961 , given that the limited express ' hamakaze ( train ) , ' which had been newly started in 1972 , was changed to a train with a stopover in himeji for reasons related to the reduction in operating hours , it was far from functioning as a semi-main line . furthermore , the modernization of rail cars was also delayed significantly , as seen in the long-time use of outmoded passenger cars pulled by jnr diesel locomotive type dd51 for the local trains ( however , with a fatal accident in the early 1980s , in which an elementary school student who was leaning out of the window accidentally tumbled off the moving train between namaze and takedao , passenger cars that started from and terminated at osaka station were replaced with the jnr passenger car series 12 , equipped with automatic doors , when the timetable was revised in march 1985 ) . the modernization of maintenance started to progress in the late 1970s . in 1979 and 1980 , the section between tsukaguchi and takarazuka was double-tracked in sequence , and in 1981 the section between amagasaki and takarazuka was completely electrified . some mechanical semaphore signals were seen up to the early 1980s but disappeared because of the adoption of the centralized train control system . however , despite such modernization the number of users increased very little and the local train , which had been operated with six cars of the jnr / jr commuter train series 103 between osaka and takarazuka since the line up to takarazuka was electrified , subsequently shifted to four-car operation . because the local train was available only once every hour and only diesel-powered passenger cars were available above takarazuka at that time , passengers who wanted to go from sanda to osaka often needed to change trains at takarazuka station and move to the hankyu takarazuka line . also , although the time needed to get to osaka using the fukuchiyama line was approximately the same as that of the line using the kobe electric railway ( through suzurandai and shinkaichi because hokushinkyuko railway hokushin line was not yet open ) , far fewer trains were available per hour on the fukuchiyama line . a drastic change for the fukuchiyama line came in 1986 , when the section between takarazuka and shin-sanda was double-tracked and all the sections up to fukuchiyama were electrified ( the electrification was extended to kinosakionsen station on the sanin main line ) . shortly before all the sections were electrified , the section between namaze and dojo , which was difficult to double-track because the railway lay along the muko-gawa river gorge , was newly constructed as a double-track railway having successive tunnels . after the electrification , the operation of the limited express ' kitakinki ' started and the number of local trains available every hour during the day increased to three , mainly with two cars of the jnr / jr suburban train series 113 ( one for operation between osaka and fukuchiyama and two for operation between osaka and shin-sanda ) ; however , it wasn 't sufficient to have two cars so many of the local trains were packed with too many passengers and experienced successive delays , thereby resulting in many complaints about , for example , bumped passengers , especially for the trains after 22 : 00 to the last train . on the contrary , the service for passengers was stopped in 1981 and then the line was completely abandoned in 1984 on the section between tsukaguchi and amagasaki-ko , known as amagasaki-ko line , which was first opened to traffic on the fukuchiyama line . the amagasaki-ko line had been a mocho ( cecum ) line between tsukaguchi and amagasaki-ko since the direct operation in the direction of osaka was started in 1898 by constructing a connecting line to amagasaki station on the tokaido main line . in its later years , the amagasaki-ko line had only two round-trip services a day for passengers . although some cars were added , many people living in the northern area in nishinomiya city and sanda city , in which a rapid increase in population was seen , asked that rapid trains be provided , and some rapid trains came on the scene after the privatization of jnr in 1989 ( the section for the rapid train was only between osaka and sanda , which is the same as today ) . at this stage , no or only one limited express train , two rapid trains and four local trains became available on an hourly basis , which is almost the same as today . in 1997 , the double-track railway was completed up to sasayamaguchi station and direct operation with the jr tozai line and the katamachi line ( gakkentoshi line ) started . in 2005 , the derailment accident of a rapid train running between tsukaguchi and amagasaki , known as the jr fukuchiyama line train derailment accident , occurred and caused many deaths and injuries . this accident raised serious questions about the management practices of west japan railway company as well as its employee management . september , 1891 : kawabe [ kawanobe ] basha tetsudo was opened to traffic between amagasaki and itami . horse tramway june , 1892 : kawabe [ kawanobe ] basha tetsudo changed its name to settsu railway . december 12 , 1893 : the track gauge was set to 762mm for light railway in the section between amagasaki and ikeda ( 8 miles and 35 chains ( unit ) ≒ 13.58km ) . amagasaki station ( later amagasaki-ko station ) , ( freight train ) nagasu station , itami station and ikeda station ( currently kawanishiikeda station ) began operating . although it was a crossing at grade with the tokaido line in the horse tramway era , after the track gauge was corrected crossing became prohibited except for freight trains , so passengers had to walk and freight trains had to be moved by humans to cross nagasu station whose station yard was divided north and south .. march 6 , 1894 : daimotsu station and tsukaguchi station began operating . february 16 , 1897 : settsu railway was merged into hankaku railway . december 27 : the section between ikeda and takarazuka ( 4m50c ≒ 7.44 km ) was extended to begin operating with a track gauge of 1067 mm . nakayama station ( nakayamadera station ) and takarazuka station began operating . ikeda station was redeployed . december 28 : the track gauge between amagasaki and ikeda was corrected to 1067mm and the operating kilometer was also shortened by 43c ≒ 0.87km. june 8 , 1898 : the sections between takarazuka and arimaguchi ( 1m11c ≒ 1.83km ) and between kanzaki and tsukaguchi ( 1m38c ≒ 2.37km ) were extended to begin operating . arimaguchi station ( namaze station ) began operating . the line was extended to kanzaki station ( current amagasaki station ) on the tokaido main line . the section between nagasu and tsukaguchi ( 1m19c ≒ 1.99 km ) was discontinued , and the section between amagasaki and nagasu became an isolated section . january 25 , 1899 : the section between arimaguchi and sanda ( 9m68c ≒ 15.85km ) was extended to begin operating . takedao station , dojo station and sanda station began operating . march 25 : the section between sanda and sasayama ( 15m29c ≒ 24.72km ) was extended to begin operating . arimaguchi station was renamed as namaze station . hirono station , aino station , aimoto station , furuichi station and sasayama station ( currently sasayamaguchi station ) began operating . april 10 : the operating kilometer was extended by 2c ≒ 0.04km fully within the line . may 25 : the section between sasayama and kaibara ( 13m34c ≒ 21.61km ) was extended to begin operating . oyama station ( tamba-oyama station ) , shimotaki station , tanikawa station and kaibara station began operating . july 15 : the section between kaibara and fukuchiyama-minamiguchi ( 15m68c ≒ 25.51km ) was extended to begin operating . iso station , kuroi station , ichijima station , takeda station ( tamba-takeda station ) and fukuchiyama-minamiguchi station ( fukuchi station ) began operating . in 1900 : the section between amagasaki and nagasu ( 1m58c ≒ 2.78km ) was adjourned . november 12 , 1902 : the description ( unit ) of operating distance was simplified from " mile-chain " to " mile " ( the section between kanzaki and fukuchiyama-minamiguchi : 66m55c - > 66.7m ) . april 30 , 1903 : the hanabatake provisional train station began operating between ikeda and nakayama . august 1 : the hanabatake provisional train station was discontinued . november 1 : fukuchiyama-minamiguchi station was renamed as fukuchi station . november 3 , 1904 : the section between fukuchi and fukuchiyama ( 0.7m ≒ 1.13km ) was extended to begin operating and connected to fukuchiyama station of the japanese imperial government railway . hankaku railway had the section of the japanese imperial government railway , which began its operation on the same day between fukuchiyama and shin-maizuru ( higashi-maizuru ) via ayabe , on a loaned basis . july 13 , 1905 : the freight feeder line between tsukaguchi and nagasu ( 1.2m ≒ 1.93km ) and the section between nagasu and amagasaki ( 1.7m ≒ 2.76km ) were restarted and crossed the tokaido line by means of overpasses and underpasses . amagasaki station restarted its operation . daimotsu station and ( freight train ) nagasu station were discontinued . august 1 , 1907 : hankaku railway was nationalized . november 1 : the operating distance ( kilometer ) between kanzaki and fukuchiyama was shortened by 0.4m ≒ 0.64km. october 1 , 1909 : fukuchi station was discontinued . october 12 : some sections , including those between kanzaki and shin-maizuru ( higashi-maizuru ) via fukuchiyama and between tsukaguchi and amagasaki , were designated as being of the hankaku line . september 6 , 1911 : services for passengers in the section between tsukaguchi and amagasaki were restarted . the kanzaki platform began operating . november 1 : takeda station was renamed as tamba-takeda station . march 1 , 1912 : the sections between kanzaki and fukuchiyama and between tsukaguchi and amagasaki were separated from the hankaku line and designated as being of the fukuchiyama line . april 16 : kinrakuji station began operating on the feeder line . september 1 , 1913 : sogawa station began operating . september 11 , 1915 : nakayama station was renamed as nakayamadera station . may 1 , 1917 : oyama station was renamed as tamba-oyama station . may 15 , 1918 : the inagawa temporary signal station was installed between itami and ikeda . september 13 : the inagawa temporary signal station was discontinued . march 15 , 1926 : services for passengers at sogawa station were discontinued . april 1 , 1930 : the description ( unit ) of operating distance was changed from " mile " to " meters " ( the section between kanzaki and fukuchiyama : 67m - > 108.3km , between tsukaguchi and amagasaki : 2.9m - > 4.6km ) . may 15 , 1934 : the section between kanzaki and tsukaguchi was double-tracked . march1 , 1944 : sasayama station was renamed as sasayamaguchi station . april 1 : kita-itami station began operating . january 1 , 1949 : kanzaki station , amagasaki station and kanzaki platform changed their names to amagasaki station , amagasaki-ko station and amagasaki platform , respectively . august 1 , 1951 : ikeda station was renamed as kawanishiikeda station . october 24 , 1955 : minami-yashiro station began operating . november 19 , 1956 : the section between amagasaki and tsukaguchi was electrified . march 27 , 1958 : kusano station began operating . october 1 , 1961 : the limited express ' kitakinki ' began operating . april 30 , 1969 : amagasaki platform was merged into amagasaki station on paper and designated as the amagasaki temporary platform . july 1 , 1979 : ( freight train ) sogawa station was discontinued . september 27 : the section between tsukaguchi and kita-itami was double-tracked . september 3 , 1980 : kawanishiikeda station was moved 0.2 km toward the direction of kita-itami . december 5 : the section between kita-itami and nakayamadera was double-tracked . december 11 : the section between nakayamadera and takarazuka was double-tracked . april 1 , 1981 : the section between tsukaguchi and takarazuka was electrified . inadera station began operating . services for passengers in the section between tsukaguchi and amagasaki-ko were discontinued . kinrakuji station and the amagasaki temporary platform were discontinued . february 27 , 1982 : the ctc system was adopted in the section between sasayamaguchi and fukuchiyama . february 1 , 1984 : the freight feeder line ( amagasaki-ko line ) between tsukaguchi and amagasaki-ko ( 4.6 km ) was discontinued , and ( freight train ) amagasaki-ko station was discontinued . march 10 : the ctc system was adopted in the section between hirono and sasayamaguchi . august 1 , 1986 : the section between takarazuka and sanda was double-tracked . the section between namaze and dojo was switched to a new line and shortened by 1.8 km . october 15 : the section between sanda and shin-sanda was double-tracked . the ctc system was adopted in the section between amagasaki and hirono . november 1 : the section between takarazuka and fukuchiyama was electrified , and consequently the entire line was electrified . nishinomiyanajio station and shin-sanda station began operating . freight car services were discontinued throughout the line . the operation of the l-limited express ' kitakinki ' began . the operation of limited express ' matsukaze ' was discontinued . april 1 , 1987 : west japan railway company succeeded the line upon the privatization of japanese national railways . march 13 , 1988 : the line between osaka and sasayamaguchi began to be referred to fondly as the " jr takarazuka line . " the ' hokusetsu liner ' began operating between osaka and sasayamaguchi . the " jr takarazuka line " was first used for the line up to shin-sanda ; however , people in taki-gun ( sasayama city ) complained about it and the section was extended to sasayamaguchi . march 18 , 1993 : the jr ( west ) commuter train series 207 was introduced . december 1 , 1996 : the section between hirono and furuichi was double-tracked . march 8 , 1997 : the sections between shin-sanda and hirono and between furuichi and sasayamaguchi were double-tracked . the operation that connected the line with the katamachi line through the jr tozai line began . september 1 : the local train services began running directly to the jr kyoto line . accordingly , jnr / jr commuter train series 201 and 205 came into use . march 11 , 2000 : the tambaji rapid service began operating . december 2 : the operation without a conductor on board began for some trains that ran between sasayamaguchi and fukuchiyama . october 5 , 2002 : the ' hokusetsu liner ' was discontinued . august 2003 : the jnr / jr commuter train series 103 was discontinued . december 1 , 2003 : nakayamadera station was added to the stations at which rapid trains stopped . october 16 , 2004 : the express ' daisen ' was discontinued . night-train services disappeared completely . april 25 , 2005 : the jr fukuchiyama line train derailment accident occurred between amagasaki and tsukaguchi . the accident was a catastrophe in which 107 people were killed and 555 people were injured . accordingly , the line between amagasaki and tsukaguchi was interrupted for quite a while . for more information , refer to the article on the jr fukuchiyama line train derailment accident . june 19 : the operation between amagasaki and takarazuka was resumed . the ats-p system was introduced in the section between amagasaki and shin-sanda . the ktr limited express ( diesel car ) series ktr001 and jnr / jr suburban train series 117 were discontinued . november 26 : the line near fukuchiyama station was elevated . december 1 : the jr ( west ) commuter train series 321 came into use . february 2006 : the train series 205 was discontinued . the series was transferred to the hanwa line . march 2007 : the train series 201 was discontinued . the ats-p system was installed in the train of ktr diesel cars series 001 , and its operation was resumed . although osaka monorail co . , ltd . , currently has a direct connection with osaka international airport ( itami airport ) , no jr line has been extended to the airport . there is a concept called the ' jr fukuchiyama line branch track plan , ' in which an airport access railway from jr itami station to the nearby itami airport would be constructed . this idea was proposed by a group of officials in the early 1990 's , but it can be said that the possibility is very low because users would have to cross the runway ( which in turn crosses over the ina-gawa river ) via a subway train and the line would have to make a big detour , and thus a huge construction expense would be required ( while no realistic proposal about , for example , the construction force and financing has been made ) . moreover , some have expressed disagreement with this idea because it could drive osaka monorail co . , ltd . , into a corner , which still needs to have its huge construction cost reimbursed . because the hankyu railway provides rapid express ( express ) trains that connect to osaka monorail at hotarugaike station for the sake of improved access , the time required to reach the city center has been reduced , and thus it can be said that " jr fukuchiyama line branch track plan " has been replaced by this route . a new station construction project on the section between nakayamadera and takarazuka has been planned . it is expected to increase the number of users of the fukuchiyama line . tamba city has asked west japan railway company to double-track the section between sasayamaguchi and fukuchiyama , which is currently single-tracked . tamba city has been helping users who are party travelers with their group rates , and hyogo prefecture has implemented a pilot program in which fares for limited express trains were subsidized . hyogo prefecture has promoted the slogan , ' let 's encourage double-tracking through the use of the fukuchiyama line ' among residents . however , the ridership on this section between tamba-oyama station and tamba-takeda station per day in the fiscal 2003 , even as the figures for all eight stations on the section were added up , accounted for about 3,600 people , most of whom were high-school students ; and furthermore , the ridership above sasayamaguchi station has shown a downward trend . moreover , while the average distance between stations on the section between amagasaki station and sasayamaguchi station is approximately 2.9 km ( the average distance between stations for rapid trains is about 4.1 km ) , the figure indicates approximately 5.3 km on the section between sasayamaguchi station and fukuchiyama station , where quite a few people live along the fukuchiyama line but are still far from a station . additionally , the rapid trains ( including those of tambaji rapid service ) stop every station on the 72.8-km section above sanda station , which accounts for approximately 68 % of the total operation kilometers of the fukuchiyama line , thereby resulting in poor convenience and promptness as well as the high fare of taking a limited express train . consequently , many people living in this section use their cars as a means of transportation instead of taking a train . given the fact that the railway lies in the mountains , it will be difficult to double-track this section . people have often examined the idea of moving the section to a route whereby the train crosses kanegasaka pass along national route 176 without stopping at tanikawa station because of the following three reasons : operation through tanikawa station in this section means an indirect path to run the train between sasayamaguchi station and kaibara station , the train can 't pick up speed due to many sharp curves along kawashiro gorge , and this section has difficulties from the perspective of disaster prevention such as in the case of a landslide ; accordingly , it seems very difficult to build a new route , given the manner in which this section has been used . the reason that a banner calling for ' double-tracking without changing the route ' can be seen at tanikawa station is probably because the section between tamba-oyama station or shimotaki station and tanikawa station will be dead track if the railway is moved to a route through old nishiki-cho . * the section just before services for passengers were discontinued in 1981 . amagasaki station of the amagasaki-ko line was approximately 300 m away from amagasaki station of the tokaido main line . the actual distance between tsukaguchi station and amagasaki station was about 1.9 km , but this distance was set up in accordance with that for the tokaido main line . this excludes stations on the discontinued section ( amagasaki-ko line ) . main line ( the figure in parentheses represents the operation kilometer from amagasaki station ) inagawa signal station : discontinued in 1918 between itami and kita-itami ( about 7.3 km ) hanabatake provisional train station : discontinued in 1903 between kawanishiikeda and nakayamadera ( about 13.4 km ) sogawa station : discontinued in 1979 between takarazuka and namaze ( about 18.5 km ) fukuchi station : discontinued in 1909 between tamba-takeda and fukuchiyama ( about 100.6 km ) amagasaki-ko line ( the figure in parentheses represents the operation kilometer from tsukaguchi station ) nagasu station : discontinued in 1905 between tsukaguchi and kinrakuji ( about 1.9 km ) daimotsu station : discontinued in 1905 between kinrakuji and amagasaki-ko ( about 3.7 km ) the information including names is current as of the time of discontinuation . kawanishiikeda station on the myoken line , owned by nose electric railway co . , ltd . ( nose electric railway before jnr ) ( kawanishi-kokutetsumae station ) : discontinued on december 20 , 1981 sanda station on the jnr arima line : suspended on july 1 , 1943 . sasayamaguchi station : jnr sasayama line : discontinued on march 1 , 1972 . sasayama railway ( sasayama station ) : discontinued on march 21 , 1944 . fukuchiyama station of the hokutan railway : suspended on march 2 , 1971 and discontinued on february 28 , 1974 . +the sanin main line is a railway line ( trunk line ) operated by the west japan railway company ( jr west ) that connects kyoto station , located in shimogyo ward of kyoto city , kyoto prefecture , and hatabu station , located in shimonoseki city , yamaguchi prefecture , via fukuchiyama station , tottori station , yonago station , izumoshi station and nagatoshi station ( trains bound for hatabu station , however , run farther to shimonoseki station ) . additionally , it has a branch line , called the senzaki branch line or the senzaki line , that connects nagatoshi station and senzaki station . the line between kyoto and sonobe runs through the urban neighborhood . the above section is nicknamed the sagano line , and the staff of kyoto station sometimes guide passengers by using the combined name of " sagano-sanin line . " at each station of the sagano line , j-through / icoca , suica of east japan railway company ( jr east ) , toica of central japan railway company ( jr central ) and pitapa of kansai thru pass can be used . this line links kyoto with tanba province , tajima province and cities of the sanin region . in 2002 , when the tohoku shinkansen was extended to hachinohe station , the section between morioka and hachinohe of the tohoku main line , then the longest line , was separated from the line and converted to the lines of iwate galaxy railway co . , ltd . , and aomori railway company co . , ltd . ; as a result , the sanin main line became the longest railway line in japan in terms of operation kilometers . however , the tokaido main line is longer if the portion of branch lines is combined . jurisdiction , length of the line ( operation kilometers ) : total length 676.0 km ( including branch lines ) west japan railway company ( railway business operator ) kyoto - hatabu 673.8 km nagatoshi - senzaki 2.2 km japan freight railway company ( railway business operator ) hoki-daisen - higashi-matsue ( 27.1 km ) ( operations between yonago and higashi-matsue are currently suspended ) okami - masuda ( 16.9 km ) sagano scenic railway ( type ⅱ railway business operator ) : saga torokko station - kameoka torokko station ( 7.3 km ) track gauge : 1067 mm number of stations : a hundred and sixty ( inclusive of starting / terminal stations but excluding the stations of the sagano scenic railway ) double-track section : nijo - hanazono section the saga-arashiyama - umahori section ( except for a specific portion , this section has three tracks including an old line 's track , and the sagano scenic railway operates a sightseeing tram using this old track as a type ⅱ railway business operator ) . ayabe - fukuchiyama section hoki-daisen -yasugi section higashi-matsue - matsue section tamatsukurionsen - kimachi section electrified section : kyoto - kinosakionsen section , hoki-daisen - nishi-izumo section ( dc 1500v ) block ( railway ) : double-track section from nishi-izumo station eastward : double-track automatic block system single-track section from nishi-izumo station eastward : single-track automatic block system nishi-izumo station westward and senzaki branch line : automatic block system ( special ) maximum speed kyoto - saga-arashiyama section : 120km / h saga-arashiyama - umahori section : 130km / h umahori - ayabe section : 120k / h ayabe - fukuchiyama section : 130km / h fukuchiyama - tottori section : 95km / h tottori - izumoshi section : 120km / h izumoshi - masuda section : 110km / h masuda - hatabu section : 95km / h nagatoshi - senzaki section : 85km / h direction center for operation kyoto - sonobe section : shin-osaka comprehensive direction center sonobe - igumi section : fukuchiyama direction office igumi - nagatoshi section : yonago direction office nagatoshi - hatabu section : hiroshima comprehensive direction center the respective jurisdictions of branch offices and railway departments are as follows : kyoto - sonobe section : kyoto branch office , west japan railway company sonobe - wadayama section ( excluding the premise of sonobe station ) : fukuchiyama branch office , west japan railway company ( direct control ) wadayama - igumi section ( excluding the premise of wadayama station ) : toyooka railway department , fukuchiyama branch office , west japan railway company igumi - hoki-daisen section ( excluding the premise of stations at both ends ) : tottori railway department , yonago branch office , west japan railway company hoki-daisen - yonago section : yonago branch office , west japan railway company ( direct control ) yonago - nishi-izumo section ( excluding the premises of yonago station ) : izumo railway department , yonago branch office , west japan railway company nishi-izumo - masuda section ( excluding the premises of nishi-izumo station ) : hamada railway department , yonago branch office , west japan railway company masuda - kogushi section ( excluding the premises of stations at both ends ) and nagatoshi - senzaki section : nagato railway department , hiroshima branch office , west japan railway company kogushi - hatabu section : shimonoseki regional railway department , hiroshima branch office , west japan railway company while the sagano line adopts the line color ( purple ) , the hiroshima branch office adopts its own line color ( that of powdered green tea ) . the yonago branch office , which has virtually no established color , describes this line in blue in its route map for fare schedules as the main line under its jurisdiction ( other lines are described in gray ) . neither does the okayama branch office have an established line color , but it describes this line in dark gray . although it 's the longest line in terms of operation kilometers , it 's one of main lines on which a superior train that runs from the starting station through the terminal station has never been set on a schedule ( other examples are the chuo main line and the chikuho main line ) . the above seems to have resulted from the uneven distribution of passengers , depending on sections as well as the policy , which has been adopted by former japan national railway and west japan railway company since the sanyo shinkansen came into operation ; and of strengthening the lines directly connecting cities along the sanin main line and those along the sanyo shinkansen ( in-yo connecting line ) . although electrified lines such as the fukuchiyama line and hakubi line or new , high-speed lines like the chizu express chizu line connect the sanin region with coastal regions of the inland sea , the idea of connecting cities laterally within the sanin region has rarely been considered until recently ; likewise , the electrification of the line has been done in a patchy manner . the above is also applicable to construction work for speed improvement carried out in later years , and as a result high-speed and low-speed sections are intermixed . since privatization , however , improvement has been made to a certain extent , such as the efforts to strengthen local transportation in the tottori - kurayoshi - yonago - matsue- izumoshi section , which had been dominated by bus transportation . this line is dubbed the ' great local line ' by railway enthusiasts because of its length , delayed modernization and the beautiful scenery one can see from the train windows . the lure of this line for people other than local residents is ' hot springs . ' because there are many well-known traditional hot springs along this line , people often have the impression that trains on this line run through these hot springs and along the sea coast at their own pace . although a lot of long-distance trains that run nearly the entire line were seen during the era of the japan national railway , currently operations are done on the basis of sections divided in pieces , as shown below . in nearly all sections other than the kyoto - sonobe section , one-man-operated trains are adopted for rapid trains and those that stop at every station . kyoto - sonobe section it is nicknamed the sagano line . although the number of passengers as well as trains is large since this section is within the urban network , almost the entire line , except for a specific portion , is single-track and the transportation capacity in morning rush-hour is approaching saturation . some trains stop at eight consecutive stations , namely from kameoka station to hiyoshi station , in order to pass each other in single-track sections . currently , construction work aiming to convert the kyoto - sonobe section into a double-track section is ongoing , and completion is expected in the spring of 2010 . sonobe - fukuchiyama section thanks to electrification and the construction work for speed-up ( railroad ) , the limited express travel time has been reduced . the travel times of local trains , however , haven 't been reduced very much , due to the stoppage time required for passing each other or waiting for the passing of other trains , as well as the speed limit necessitated by the existence of many curves in the section . in the ayabe - fukuchiyama section , the ' limited express relay ' runs for the purpose of connecting to the maizuru line , the obama line and the fukuchiyama line . the frequency of service is once or twice per hour . local trains adopt one-man-operated trains , except for some exceptional cases . fukuchiyama - toyooka / kinosakionsen section this section was electrified earlier than the kyoto - sonobe section , since it was deemed to be an extension of the fukuchiyama line and many limited express trains run from osaka / kyoto . however , the construction work for speed improvement has not been carried out in this section and even limited express trains run at reduced speeds in the fukuchiyama - kami-yakuno section due to the consecutive sharp curves . the shukunami signal station , which is established to await an oncoming train , is located in this section . in the past a direct long-distance local train ran from osaka , but it no longer does . in the portion of wadayama northward , trains are often delayed because of the bantan line 's limited express , which runs straight into this line , and special train service in the tourism season , including the time required for tourists to get on and off . the frequency of service in this section is once or twice per hour . local trains adopt one-man-operated trains , except for some exceptional cases . in the early morning , a train runs from toyooka to kinosakionsen . kinosakionsen ( toyooka ) - hamasaka section the section from kinosakionsen onward isn 't electrified , and the line becomes richer in local color ( the frequency of service is once every one to two hours ) . takeno-gawa bridge , one of three existing lattice bridges in japan , is located in this section and tagimi-gawa bridge , near to hamasaka station , also has lattice bridge girders . amarube bridge is located along the route . the aidani signal station , which was established for the purpose of waiting for an oncoming train , is located in this section . local trains adopt one-man-operated trains , except for some exceptional cases . hamasaka - tottori section as the prefectural border lies in this section , only two-car local trains run other than ' hamakaze ' limited express ( one round trip ) . the jr west diesel car series kiha 33 , the jnr / jr diesel car series kiha 40 ( second generation ) and the jr west diesel car series kiha 126 run in this section . local trains adopt one-man-operated trains , except for some exceptional cases . the takiyama signal station , a switchback station , is located in this section but currently it isn 't used for the purpose of waiting for oncoming trains . tottori - yonago section as the construction work for speed improvement has been completed in this section , the rapid service " tottori liner " runs for the purpose of connecting cities in tottori prefecture as well as complementing the transportation capacity of limited express trains . many trains require transfer at kurayoshi station . the portion from hoki-daisen station onward is electrified . yonago - izumoshi section although this section is electrified , nearly half of the local trains are operated by using diesel cars , and the frequency of service is around once per hour . some trains that use electric cars directly connect to the hakubi line and the ' yakumo ( train ) ' limited express run straight into this line . on weekdays , the " commuter liner ( train ) " runs only as an inbound train . izumoshi - masuda section as the construction work for speed improvement has recently been completed , the rapid service " aqua liner ( train ) " runs for the purpose of connecting cities in shimane prefecture along with the limited express trains . local trains require transfer at hamada station or gotsu station , and the amount of local train service is extremely small from hamada station westward . although a train of one round trip had suspended operation from july 18 , 2006 until june 15 , 2007 due to the interruption of the sanko line , the train in question resumed its operation in the wake of the sanko line 's restoration . furthermore , a local train of one round trip directly connecting to the sanko line commenced operation . masuda - nagatoshi section because the line crosses the prefectural border of shimane and yamaguchi in this section , the number of passengers and services is quite small compared with other sections of sanin main line ; the frequency of service is about once every two hours , and some trains don 't run on thursdays . while most trains run between masuda and nagatoshi , some run between nago / higashi-hagi and nagatoshi . no superior trains run from masuda station westward , and most trains are a single-car trains that run without conductors on board . trains run along the sea coast in this section , and the scenery from the windows is excellent . sogo-gawa bridge , located between susa station and utago station , is well-known as a great spot for picture-taking because it 's located at the mouth of the sogo-gawa river that flows into the sea of japan . nagatoshi - shimonoseki section although the sanin main line ends at hatabu station , trains run farther to shimonoseki station . the capacity of transportation in this section was once considered insufficient , and in the past certain trains , such as the express service ' isokaze ( train ) , ' were split at nagatoshi station and ran via the mine line . because shimonoseki city area , especially ogushi station southward , is included in the kitakyushu metropolitan area ( kanmon metropolitan area ) , the number of services and cars per train increases in this area and the frequency of service is about once per hour . in the past some trains ran , via kanmon tunnel , to moji station / kokura station ( fukuoka prefecture ) in kitakyushu city , but local trains that directly connected the area under the jurisdiction of jr west and that of jr kyushu were abolished through the schedule amendment of october 2005 , and currently all trains stop at shimonoseki station and then turn back . on july 1 , 2007 , the ' misuzu shiosai ' sightseeing train was put into service ( rapid train service is available on saturdays , sundays and national holidays ) . nagatoshi - senzaki section ( senzaki branch line ) all trains , except for the ' misuzu shiosai ' sightseeing train ( running directly to shimonoseki ) , run without conductors on board and basically connect to the mine line directly , except for some trains that shuttle within this section . this is because the senzaki branch line was constructed on the premise of connecting to the mine line . in fact , the senzaki branch line was originally a freight branch line of the mine line when it came into operation . trains connecting between kyoto / osaka or tokyo and tottori westward used to run on the wadayama - tottori section of the sanin main line or on the tsuyama line / the inbi line via okayama in the case of tokyo , but the chizu express chizu line replaced them since the start of its operation . currently , most limited express trains starting from kyoto / osaka use electric cars and run to kinosakionsen station . the following trains run in the kyoto - tottori section : fukuchiyama station is the center of the north kinki big x network ( only regular trains / trains running on the sanin main line are listed ) . only station names other than those of the sanin main line are linked . the same applies to the following : overnight trains are mentioned later . while limited express trains using new model cars run in the tottori - masuda section thanks to the completion of construction work for speed improvement in recent years , no superior trains have run in the masuda - hatabu section since the express service ' isokaze ( train ) ' was abolished . kyoto - ayabe section limited express ' maizuru ( train ) ' ( kyoto station - higashi-maizuru station ) * the limited express ' maizuru ' connects with ' hashidate , ' ' tanba ' and ' kinosaki , ' as mentioned below . kyoto - fukuchiyama section limited express ' hashidate ( train ) ' ( kyoto station - amanohashidate station ) limited express ' tango ( train ) ' ( kyoto station - fukuchiyama station ) limited express ' tango discovery ' ( kyoto station - higashi-maizuru station / toyooka station ) ( via kitakinki tango railway corporation 's miyafuku and miyazu lines ) kyoto - kinosakionsen section limited express ' kinosaki ( train ) ' ( kyoto station - kinosakionsen station ) fukuchiyama - kinosakionsen section limited express ' kitakinki ( train ) ' ( shin-osaka station - fukuchiyama station / toyooka station / kinosakionsen station ) wadayama - tottori section limited express ' hamakaze ( train ) ' ( osaka station - kasumi station / hamasaka station / tottori station ) in the section from tottori westward , following trains are in service as limited express trains connecting cities like tottori , yonago and masuda . as the construction work for speed improvement has been completed in the tottori -masuda section , new-model cars are being used by these limited express trains . these limited express trains run at 120 km / h between tottori station and izumoshi station and at 110 km / h between izumoshi station and masuda station . tottori - masuda section limited express ' matsukaze ( train ) ' ( tottori station - yonago station / masuda station ) limited express ' oki ( train ) ' ( tottori station / yonago station - shin-yamaguchi station ) the following trains operate as in-yo connecting limited express service . these trains connect to tokaido shinkansen at kyoto station / shin-osaka station and to sanyo shinkansen at himeji station / okayama station . tottori - kurayoshi section limited express ' hakuto ( train ) ' ( kyoto station - tottori station / kurayoshi station ) ( via the chizu express line / inbi line ) hoki-daisen - yonago - izumoshi section limited express ' yakumo ( train ) ' ( okayama station - izumoshi station ) ( via the hakubi line ) additionally , the following trains are in service as overnight trains . since the express ' daisen ( train ) ' ( osaka station - yonago station ) and ' izumo ( train ) ' overnight train service ( tokyo station - izumoshi station ) were abolished in the wake of the schedule revisions made on october 16 , 2004 and march 18 , 2006 respectively , only trains via the hakubi line are in service . hoki-daisen - yonago - izumoshi section overnight train service ' izumo ( train ) ' ( tokyo station - izumoshi station ) ( via the hakubi line ) freight trains are in service only in the sections of hoki-daisen station - yonago station and okami station - masuda station . all trains directly connect to the hakubi line or the yamaguchi line , but no trains complete operation within the area of the sanin main line . for details , refer to the form of operation of the hakubi line and the freight trains of the yamaguchi line . jnr / jr limited express series 183 kyoto station - kinosakionsen station ( maizuru ( train ) , tango ( train ) , hashidate ( train ) and kitakinki ( train ) ) jr ( west ) limited express series 285 hoki-daisen station - izumoshi station ( izumo ( train ) ) jnr / jr limited express series 381 hoki-daisen station - izumoshi station ( yakumo ( train ) ) jnr / jr limited express ( diesel car ) series kiha 181 wadayama station - tottori station ( hamakaze ( train ) ) jr ( west ) limited express ( diesel car ) series kiha 187 tottori station - masuda station ( matsukaze ( train ) / oki ( train ) ) hot limited express ( diesel car ) series hot 7000 tottori station - kurayoshi station ( hakuto ( train ) ) ktr limited express ( diesel car ) series ktr 8000 kyoto station - fukuchiyama station ( tango discovery ) jnr / jr suburban train series 113 kyoto station - kinosakionsen station , nishi-izumo station - yonago station ( commuter liner ( train ) ) jnr / jr suburban train series 115 kyoto station - kinosakionsen station , hoki-daisen station - nishi-izumo station jnr / jr suburban train series 117 kyoto station - sonobe station jr ( west ) suburban train series 221 kyoto station - sonobe station jr ( west ) diesel car series kiha 33 hamasaka station - tottori station jnr / jr diesel car series kiha 40 ( second generation ) toyooka station ( hyogo prefecture ) - hatabu station jr ( west ) diesel car series kiha 120 matsue station - shinji station , izumoshi station - nagatoshi station , nagatoshi station - senzaki station jr ( west ) diesel car series kiha 126 hamasaka station - masuda station ( ' tottori liner ' in the tottori - yonago / izumoshi / nishi-izumo section and ' aqua liner ( train ) ' in the yonago - hamada / masuda section ) in the hamasaka - tottori section , local trains using jr ( west ) diesel car series kiha 121 are in service . jnr / jr diesel locomotive type dd51 / taki 1100 masuda station - okami station jnr / jr electric locomotive type ef 64 / container freight cars hoki-daisen station - yonago station by 1899 , the kyoto electric railway , which had worked to construct a railway connecting kyoto and maizuru city , completed the kyoto - sonobe section . the sonobe - ayabe section was constructed by the government , which was in hurry to extend the line to maizuru , the site of a naval base , in preparation for the japanese-russo war . the fukuchiyama - ayabe section came into operation in 1904 as an extension of the hankaku railway 's hankaku line , which connects to maizuru . subsequently , the kyoto electric railway and hankaku railway were nationalized and the kyoto - ayabe section came into operation as the kyoto line in 1910 . the fukuchiyama - wadayama - kasumi section came into operation by 1911 as an extension of what is now the bantan line , which was constructed by the sanyo railway company . the hamasaka - izumoimaichi ( present izumoshi station ) section came into operation in 1911 by extending , both eastward and westward , the state-operated line that had come into operation in 1909 as the first railway in the sanin region , and connected mikuriya station - yonago station - sakai station ( present sakaiminato station ) . thanks to the completion of amarube bridge and tokan tunnel in the following year , the kasumi - hamasaka section came into operation ; consequently , the kyoto - izumoimaichi section became the sanin main line . the line was extended stepwise from izumoimaichi westward and then to susa station in 1928 . utago - shomyoichi ( present nagatoshi station ) - agawa section and shomyoichi - senzaki section came into operation by 1930 as the extension of the mine line ( mine line ) . the kogushi - hatabu section had been owned by sanyo denki kido , but it was nationalized in 1925 and renamed as the kogushi line . the line was extended to agawa station in 1928 . in 1933 , the susa - utago section came into operation and by incorporating the mine line 's utago - shomyoichi - agawa section / shomyoichi - senzaki section as well as the kogushi line , the entire portion of the sanin main line consisting of the kyoto - hatabu section and shomyoichi - senzaki section opened . eventually , the hatabu - higashi section of the choshu railway , being the portion that was not nationalized , became a line of sanyo denki kido ( a tramway company , currently the sanden kotsu bus company ) . february 15 , 1897 : kyoto electric railway 's nijo - saga section ( 3 miles 65 chains ( unit ) ≒ 6.14 km ) came into operation . nijo station and saga station ( saga-arashiyama station ) commenced operations . april 27 : the omiya - nijo section ( 2m4c ≒ 3.30 km ) came into operation as an extension of the line . omiya station and tanbaguchi station commenced operations . november 16 : the kyoto - omiya section ( 38c ≒ 0.76 km ) came into operation as an extension of the line . the line was linked to japan national railways ' kyoto station . january 1 , 1898 : hanazono station commenced operation . august 1 , 1899 : omiya station was abolished . august 15 : the saga - sonobe section ( 15m69c ≒ 25.53 km ) came into operation as an extension of the line . kameoka station , yagi station and sonobe station commenced operations . november 12 , 1902 : the unit of operation distance was simplified from " mile-chain " to " mile " only ( from 22m16c to 22.2m ) . january 15 , 1905 : omiya station restarted its operations . august 1 , 1907 : the kyoto electric railway was nationalized . october 12 , 1909 : the name of the line was established and the kyoto - sonobe section was named the kyoto line . august 25 , 1910 : the sonobe - ayabe section ( 26.1 m ≒ 42.00 km ) came into operation as an extension of the line . hiyoshi station , goma station , wachi station and yamaga station commenced operations . september 16 , 1911 : omiya station was abolished . november 3 , 1904 : the fukuchiyama - ayabe - shin-maizuru ( present higashi-maizuru ) section came into operation ( the distance of the fukuchiyama - ayabe section is 7.7 m ≒ 12.39 km ) . the line was leased to hankaku railway . ayabe station , isa station and fukuchiyama station commenced operations in the section corresponding to the current sanin main line . august 1 , 1907 : hankaku railway was nationalized . october 12 , 1909 : the name of the line was established , and the section of kanzaki station ( present amagasaki station ( jr west ) ) - fukuchiyama - ayabe - shin-maizuru was named the hankaku line . july 1 , 1908 : the wadayama - yoka section ( 7.5 m ≒ 12.07 km ) came into operation . yabu station and yoka station commenced operations . july 10 , 1909 : yoka - toyooka section ( 10.7 m ≒ 17.22 km ) came into operation as an extension of the line . ebara station and toyooka station commenced operations . september 5 : the toyooka - kinosaki section ( 6.0 m ≒ 9.66 km ) came into operation as an extension of the line . kinosaki station ( kinosakionsen station ) commenced operation . october 12 : the name of the line was established and the section of shikamako station - himeji station - wadayama station - kinosaki station was named the bantan line . october 25 , 1911 : the kinosaki - kasumi section ( 13.7 m ≒ 22.05 km ) came into operation as an extension of the line . the wadayama - fukuchiyama section ( 19.0 m ≒ 30.58 km ) came into operation as a branch line . kami-kawaguchi station , shimo-yakuno station , kami-yakuno station , yanase station , takeno station , satsu station and kasumi station commenced operations . november 1 , 1902 : the sakai ( present-day sakaiminato station ) - yonago - mikuriya section came into operation ( the distance of yonago - mikuriya is 12m5c ≒ 19.41 km ) . yonago station , yodoe station and mikuriya station commenced operations in the section corresponding to the current sanin main line . december 1 : kumanto station ( hoki-daisen station ) commenced operation . august 28 , 1903 : the mikuriya - yabase section ( 11.0m ≒ 17.70 km ) came into operation as an extension of the line . shimoichi station , akasaki station and yabase station ( current urayasu station ) commenced operations . december 20 : the yabase - kurayoshi section ( 9.7m ≒ 15.61 km ) came into operation as an extension of the line . yura station and kurayoshi station commenced operations . march 15 , 1904 : the kurayoshi - matsuzaki section ( 3.4m ≒ 5.47 km ) came into operation as an extension of the line . matsuzaki station commenced operation . may 15 , 1905 : the matsuzaki - aoya section ( 7.4m ≒ 11.91 km ) came into operation . tomari station and aoya station commenced operations . april 28 , 1907 : the aoya - tottori temporary station section ( 12.9m ≒ 20.76 km ) came into operation as an extension of the line . hamamura station , hogi station , koyama station and the tottori temporary station commenced operations . april 5 , 1908 : the tottori - tottori temporary station section ( 1.1m ≒ 1.77 km ) and yonago - yasugi section ( 5.5m ≒ 8.85 km ) came into operation as extensions of the line . the station of origin was changed from sakai station to tottori station , while the tottori - yasugi section and yonago - sakai section became the main line and branch line , respectively . tottori station and yasugi station commenced operations . the tottori temporary station was abolished . november 8 : the yasugi - matsue section ( 12.5m ≒ 20.12 km ) came into operation as an extension of the line . arashima station , iya station , makata station ( higashi-matsue station ) and matsue station commenced operations . march 11 , 1909 : nawa kari-jokojo ( temporary stop ) commenced operation . october 12 : the name of the line was established , and the tottori - yonago - matsue section was named the sanin main line . november 7 : the matsue - shinji section ( 10.6m ≒ 17.06 km ) came into operation as an extension of the line . yumachi station ( current tamatsukurionsen station ) and shinji station commenced operations . june 10 , 1910 : the iwami - tottori section ( 11.4m ≒ 18.35 km ) and shinji - shobara section ( 2.5m ≒ 4.02 km ) came into operation as an extension of the line . iwami station and shobara station commenced operations . october 10 : the shobara - izumoimaichi section ( 7.2m ≒ 11.59 km ) came into operation as an extension of the line . shiomi station ( current fukube station ) , naoe station and izumoimaichi station ( current izumoshi station ) commenced operation . october 1 , 1911 : kumanto station was renamed as daisen station . november 10 : the hamasaka - iwami section ( 8.7m ≒ 14.00 km ) came into operation as an extension of the line . hamasaka station and igumi station commenced operations . january 31 , 1912 : nawa kari-jokojo was upgraded to a temporary station and commenced operation as the nawa temporary station . march 1 : the kasumi - hamasaka section ( 11.1m ≒ 17.86 km ) came into operation as an extension of the line , and the entire portion of kyoto - izumoimaichi opened . the whole portion of the kyoto line , the ayabe - fukuchiyama section of the hankaku line and the fukuchiyama - kasumi section of the bantan line were incorporated into the sanin main line . yoroi station and kutani station commenced operations . march 2 : the genbudo temporary station commenced operation . may 1 : kurayoshi station was renamed as agei station . november 21 , 1913 : the izumoimaichi - oda section ( 9.6m ≒ 15.45 km ) came into operation as an extension of the line . chiimiya station ( current nishi-izumo station ) , konan station and oda station commenced operations . march 10 , 1915 : shimo-hojo station commenced operation . march 31 : the kiyomizu-dera temporary station commenced operation in the yonago - yasugi section . july 11 : the oda - iwami-oda section ( 10.6m ≒ 17.06 km ) came into operation as an extension of the line . tagi station , hane station , kute station and iwami-oda station ( current odashi station ) commenced operations . may 1 , 1917 : daisen station was renamed hoki-daisen station . may 15 : the iwami-oda - nima section ( 7.3m ≒ 11.75 km ) came into operation as an extension of the line . isotake station and nima station commenced operations . april 21 , 1918 : the genbudo temporary station was upgraded to a station and commenced operation as genbudo station . november 25 : the nima - asari section ( 11.9m ≒ 19.15 km ) came into operation as an extension of the line . maji station , yunotsu station , kuromatsu station and asari station commenced operations . december 25 , 1920 : the asari - tsunozu section ( 6.6m ≒ 10.62 km ) came into operation as an extension of the line . iwami-gotsu station ( current gotsu station ) and tsunozu station commenced operations . september 1 , 1921 : the tsunozu - hamada section ( 9.1m ≒ 14.65 km ) came into operation as an extension of the line . hashi station , shimoko station and hamada station commenced operations . march 10 , 1922 : the hamada - sufu section ( 5.9m ≒ 9.50 km ) came into operation as an extension of the line . iwami-nagahama station ( current nishi-hamada station ) and sufu station commenced operations . september 1 : the sufu - mihomisumi section ( 6.1m ≒ 9.82 km ) came into operation as an extension of the line . mihomisumi station commenced operation . december 26 , 1923 : the mihomisumi - iwami-masuda ( current masuda station ) section ( 13.6m ≒ 21.89 km ) came into operation as an extension of the line . the line was connected with the yamaguchi line . kamate station and iwami-tsuda station commenced operations . april 1 , 1924 : orii station commenced operation . march 8 , 1925 : the iwami-masuda - iwami-kohama section ( 6.1m ) came into operation as an extension of the line . iwami-kohama station ( current todakohama station ) commenced operation . july 6 : the hakuto temporary station commenced operation in the koyama - hogi section . october 10 : shimoyama station commenced operation . november 1 : iwami-kohama station was renamed as todakohama station . april 1 , 1926 : okami station commenced operation . september 16 : shizuma station commenced operation . september 17 : daisenguchi station commenced operation . june 19 , 1927 : the todakohama - iinoura section ( 2.3m ≒ 3.70 km ) came into operation as an extension of the line . iinoura station commenced operation . march 25 , 1928 : the iinoura - susa section ( 7.7m ≒ 12.39 km ) came into operation as an extension of the line . esaki station and susa station commenced operations . july 4 : the yabasehama temporary station ( current yabase station ) commenced operation . september 11 : suetsune station commenced operation . october 25 : iwami-fukumitsu station commenced operation . august 17 , 1929 : the matsuoyama signal station was established in the saga - umahori section . december 25 : kimachi station commenced operation . april 1 , 1930 : the unit of operation distance was changed from miles to meters ( the distance of kyoto - susa : from 336.8m to 542.0 km ) . the makata - makatako section of the freight branch line ( 1.0 km ) came into operation . the makatako freight station commenced operation . freight service between kyoto and tanbaguchi was abolished . july 18 , 1931 : the moroyose temporary station commenced operation . november 3 , 1924 : the mine line 's shomyoichi - nagato-misumi section ( 3.2m ≒ 5.15 km ) came into operation as an extension of the line . nagato-misumi station commenced operation . april 3 , 1925 : the nagato-misumi - hagi section ( 11.6m ≒ 18.67 km ) came into operation as an extension of the line . sanmi station , tamae station and hagi station commenced operations . november 1 : the hagi - higashi-hagi section ( 2.3m ≒ 3.70 km ) came into operation as an extension of the line . higashi-hagi station commenced operation . december 9 , 1928 : the shomyoichi - kiwado section of the branch line ( 3.3m ≒ 5.31 km ) came into operation . kiwado station commenced operation . april 24 , 1929 : the higashi-hagi - nago section ( 7.4m ≒ 11.91 km ) came into operation as an extension of the line . nagato-oi station and nago station commenced operations . october 13 : the kiwado - nagato-furuichi section of the branch line ( 2.5m ≒ 4.02 km ) came into operation as an extension of the line . nagato-furuichi station commenced operation . april 1 , 1930 - the unit of operation distance was changed from miles to meters ( shomyoichi - nago section : from 4.5m to 39.4 km , shomyoichi - nagato-furuichi section : from 5.8m to 9.4 km ) . may 15 : the shomyoichi - senzaki section of the freight branch line ( 2.2 km ) came into operation . the senzaki freight station commenced operation . december 7 : the nagato-furuichi - agawa section ( 18.4 km ) came into operation as an extension of the line , and the line was connected with the kogushi line . hitomaru station , igami station and nagato-awano station commenced operations . november 15 , 1931 : the nago - utago section ( 11.0 km ) came into operation as an extension of the line . kiyo station and utago station commenced operations . april 22 , 1914 : choshu railways ' higashi-shimonoseki - hatabu - kogushi section came into operation ( the distance from hatabu to kogushi is 14.8m ≒ 23.82 km ) . akadaguchi stop , ayaragi station , yasuoka station , fukue station , yoshimi station , umegatoge station , kuroimura station , kawatanaonsen station and kogushi station commenced operations in the section corresponding to the current sanin main line . march 1 , 1917 : akadaguchi stop was abolished . june 1 , 1925 : the hatabu - kogushi section was nationalized and became the kogushi line . the line was shortened by 0.1m ( ≒ 0.16 km ) overall . august 16 : the kogushi - takibe section ( 9.4m ≒ 15.13 km ) came into operation as an extension of the line . yutama station , nagato-futami station and takibe station commenced operations . september 9 , 1928 : the takibe - agawa section ( 4.8m ≒ 7.72 km ) came into operation as an extension of the line . kottoi station and agawa station commenced operations . april 1 , 1930 : the unit of operation distance was changed from miles to meters ( from 28.9m to 46.4 km ) . february 24 , 1933 : the susa - utago section ( 8.8 km ) came into operation as an extension of the line , and as a result the whole line extending from kyoto to hatabu was opened . by incorporating the utago - shomyoichi - agawa section and shomyoichi - senzaki section of the mine line as well as the whole of the kogushi line , the kyoto - hatabu section and shomyoichi - senzaki section became the sanin main line . july 26 : the shomyoichi - senzaki section of the branch line commenced passenger service . may 1 , 1935 : yusato station commenced operation . july 20 : umahori station , namikawa station , chiyokawa station and yoshitomi station commenced operations . october 1 : kajikuri station commenced operation in the yasuoka - ayaragi section . april 15 , 1936 : the matsuoyama signal station was upgraded to a station , and hozukyo station commenced operation . april 10 , 1937 : nogi station commenced operation . june 1 , 1938 : the moroyose temporary station was upgraded to a station , and moroyose station commenced operation . august 20 : yabase station was renamed as higashi-yabase station . the yabasehama temporary station was upgraded to a station , and yabase station commenced operation . august 10 , 1941 : the operations of yoshitomi station and kajikuri station were suspended . october 1 , 1943 : the takiyama signal station was established in the shiomi - tottori section . may 30 , 1945 : the hieda signal station was established in the ayaragi - hatabu section . november 14 : the hieda signal station was abolished . april 25 , 1946 : the tachiki signal station was established in the wachi - yamaga section . june 26 , 1947 : shibayama station commenced operation . november 1 : the tachiki signal station was upgraded to a station , and tachiki station commenced operation . october 13 , 1948 : kokufu station commenced operation . march 1 , 1949 : shiomi station was renamed as fukube station . may 11 : yumachi station was renamed as tamatsukurionsen station . december 15 : higashi-yabase station and iwami-nagahama station were renamed as urayasu station and nishi-hamada station , respectively . january 1 , 1950 : higashihama station and oiwa station commenced operations . october 1 , 1951 : yoshitomi station resumed operation . november 1 : nakayamaguchi station commenced operation . october 10 , 1953 : funaoka station commenced operation . february 10 , 1955 : the nawa temporary station was upgraded to a station , and nawa station commenced operation . august 1 : the nishi-hamada - hamadako section of the freight branch line ( 2.3 km ) came into operation . hamadako freight station commenced operation . february 11 , 1957 : aseri station commenced operation . april 1 : izumoimaichi station was renamed as izumoshi station . february 12 , 1958 : takatsu station commenced operation . july 19 : ukahongo station commenced operation . march 1 , 1959 : kushiro station commenced operation . april 1 : uyagawa station commenced operation . april 16 : amarube station commenced operation . april 1 , 1960 : koshigahama station commenced operation . november 1 , 1962 : shomyoichi station was renamed as nagatoshi station . november 22 : the hinogawa signal station was established in the hoki-daisen - yonago section . december 1 : the hinogawa signal station - yonago section was upgraded to a double-track section . june 1 , 1963 : freight service in the nagatoshi - senzaki section was abolished . january 21 , 1964 : ii station commenced operation . october 1 : kiyomizu-dera temporary station was abolished . the kiyomizu-dera signal station was established . october 1 , 1966 : iwami-masuda station was renamed as masuda station . the hoki-daisen - hinogawa signal station section was upgraded to a double-track section . the hinogawa signal station was abolished . september 18 , 1968 : the ayabe - ishihara section was upgraded to a double-track section . september 23 : the shukunami signal station was established in the yoka - ebara section . march 1 , 1969 : the hakuto temporary station was abolished . september 26 : the ishihara - fukuchiyama section was upgraded to a double-track section . february 21 , 1970 : the tamatsukurionsen - kimachi section was upgraded to a double-track section . june 1 : iwami-gotsu station was renamed as gotsu station . february 1 , 1971 : iwami-oda station was renamed as odashi station . february 14 , 1972 : agei station was renamed as kurayoshi station . april 1 , 1973 : makata station was renamed as higashi-matsue station . april 1 , 1975 : the higashi-matsue - makatako section of the freight branch line ( 1.0 km ) was abolished . the makatako freight station was abolished . march 16 , 1976 : the track of the kyoto - nijo section was elevated . tanbaguchi station was relocated . december 1 : the aidani signal station was established in the takeno - satsu section . march 10 , 1977 : the track near to matsue station was elevated . november 8 , 1978 : the track near to tottori station was elevated . october 31 , 1979 : the higashi-matsue - matsue section was upgraded to a double-track section . august 31 , 1980 : the nago - nagato-oi section was interrupted by a disaster . although it was restored in october , it was interrupted again . march 5 , 1981 : the nago - nagato-oi section , which had been interrupted by two consecutive landslides , was restored . june 18 , 1982 : the kiyomizu-dera signal station - yasugi section was upgraded to a double-track section . june 24 : the yonago - kiyomizu-dera signal station section was upgraded to a double-track section . the kiyomizu-dera signal station was abolished . july 1 : the hoki-daisen - chiimiya section was electrified . the limited express " yakumo " began using electric cars . jinzai station ( current izumojinzai station ) commenced operation . november 7 : the nishi-hamada - hamadako section of the freight branch line ( 2.3 km ) was abolished . the hamadako freight station was abolished . july 27 , 1985 : kirihama-kaisuiyokujo station ( ad hoc ) commenced operation in the takeno - satsu section . august 1 , 1986 : kirihama-kaisuiyokujo station ( ad hoc ) was abolished . october 29 : the fukuchiyama - kinosaki section was electrified ( operation commenced as of november 1 ) . november 1 : freight service in the nagatoshi - hatabu section was abolished . kirihama-kaisuiyokujo station ( ad hoc ) was abolished . december 28 : an out-of-service passenger train fell from the amarube railway bridge , located in the yoroi - amarube section . april 1 , 1987 : due to the breakup and privatization of the japan national railway , the west japan railway company succeeded to the line . the japan freight railway company became a type ⅱrailway business operator of the tanbaguchi - nijo section , koyama - izumoshi section and gotsu - masuda section . freight service in the nijo - koyama section , izumoshi - gozu section and masuda - nagatoshi section was abolished . march 13 , 1988 : one-man-operated trains began running in the nagatoshi - senzaki section . march 5 , 1989 : the track of the saga - umahori section was replaced by a new double-track , and its distance was reduced by 1.6 km . the old track that became dormant was maintained as it was . march 11 : uzumasa station commenced operation . march 10 , 1990 : the kyoto - sonobe section was electrified . june 1 : one-man-operated trains began running in the toyooka - tottori section and izumoshi - masuda section . april 1 , 1991 : one-man-operated trains began running in the sonobe - fukuchiyama section and masuda - nagatoshi section . april 27 : the old track of the saga - umahori section came into operation as the sagano sightseeing line of the sagano sightseeing railway company ( west japan railway company is a typeⅰrailway business operator , and the sagano sightseeing railway company is a typeⅱ railway business operator ) . november 1 : one-man-operated trains began running in the nagatoshi - shimonoseki section . december 1 : one-man-operated trains began running in the tottori - yonago section . march 18 , 1993 : higashiyamakoen station commenced operation . chiimiya station and jinzai station were renamed as nisi-izumo station and izumotaishaguchi station , respectively . july 23 , 1994 : kirihama-beach station ( ad hoc ) commenced operation . september 4 : saga station was renamed as saga-arashiyama station . september 23 : umekoji urban green fair umekoji station ( ad hoc ) commenced operation in the kyoto - tanbaguchi section . this station continued to operate until november 20 , 1994 . it was an ad-hoc station established as the nearest station of umekoji-koen park , the venue of japan urban green fair . april 20 , 1995 : the ayabe - fukuchiyama section was electrified . july 27 : tottoridaigakumae station commenced operation . march 16 , 1996 : the sonobe - ayabe section was electrified . the track of the nijo - hanazono section was elevated . tonoda station was renamed as hiyoshi station . shinkyudaigakumae station commenced operation . freight service in the tanbaguchi - nijo section and the yonago - higashi-matsue section was abolished . august 21 : kirihama-beach station ( ad hoc ) was abolished . march 22 , 1997 : freight service in the gozu - okami section was abolished . october 1 : freight service in the koyama - hoki-daisen section was abolished . march 14 , 1998 : the track near to izumoshi station was elevated . march 13 , 1999 : izumotaishaguchi station was renamed as izumojinzai station . september 23 , 2000 : the nijo - hanazono section was upgraded to a double-track section . enmachi station commenced operation . march 3 , 2001 : one-man-operated trains began running in the fukuchiyama - toyooka section . july 7 : construction work for speed improvement in the yonago - masuda section concluded . october 1 , 2003 : construction work for speed improvement in the tottori - yonago section concluded . april 1 , 2004 : the typeⅱrailway business of japan the freight railway company ( koyama - hoki-daisen section ) was abolished . march 1 , 2005 : kinosaki station was renamed as kinosakionsen station . november 26 : the track near to fukuchiyama station was elevated . march 18 , 2006 : the times of first and last trains of the day were advanced or put off throughout the line . april 1 : the type ⅱrailway business of the japan freight railway company ( the tanbaguchi - nijo section , higashi-matsue - izumoshi section and gozu - okami section ) was abolished . march 15 , 2008 : kajikuri-godaichi station commenced operation . in the past , a local train whose running distance was the longest in japan ran between moji station of the sanyo main line and fukuchiyama station of the sanin main line . railway enthusiasts called this the 824 train . prior to the mid-1960s , the japan national railway operated long-distance local trains while the number of limited express and express trains was small . as of november 19 , 1956 , when the japan national railway 's revised schedule was implemented , 111 and 112 trains ran between tokyo and moji via the tokaido main line and the sanyo main line ( ran as a night train in the section of the tokaido main line , whose running distance was 1102.8 km ) ; also , refer to the section of ' moonlight nagara ' ) . as for the line running across the coast of the sea of japan , the 511 and 512 trains , which ran as a night train in the section of the uetsu line , and the 513 and 514 trains ( which then had a running distance of 1055.6 km ) , which ran as a night train twice in the section of the hokuriku line and the ou line , ran between osaka and aomori . after the revised schedule called " sanrokuto " was put into place in october 1961 , the japan national railway reduced the number of such long-distance local trains in an effort to draw local trains ' passengers to the limited express and express trains that jnr had newly introduced , or it increased the frequency of operation . from the mid-1970s to the mid-1980 's , when the number of local trains had already been considerably reduced , this 824 train attracted the attention of railway enthusiasts as the local train ( slow train ) that ran the longest distance in japan . although some night trains had run through whole line , only this train survived after trains used in the night train section was upgraded ( to express ' shimane ' and eventually to night train ' sanbe ' ) or trains used in the night train section and the day train section were split ( trains used in the night train section was named ' sanin ' later on ) . although the time schedule of this train dates back to the period when the entire portion of the sanin main line opened ( it was split during wartime ) , it became the longest-distance train in japan when the local train running from osaka station to niigata station , then the train running the longest distance , was abolished through the japan national railway 's schedule revision of 1972 , which was implemented as part of a series of revisions made during the period of 1961 to 1975 . this train departs from moji station at around 5 : 30 in the morning and arrives at fukuchiyama station at around the end of the day ; it takes approximately 18.5 hours at a running speed of slightly over 30 km / h , because of the waiting time for the passing of limited express / express trains and the prolonged stopping required for freight transportation . until it ceased to run , this train used outmoded passenger cars with hand-operated doors , such as the jnr / jr passenger car series oha 35 , jnr / jr passenger car series suha 43 and jnr / jr passenger car series 60 . because of the mood while traveling in such outmoded passenger cars along with its long running distance , this line attracted the attention of railway enthusiasts , or so-called ' noritetsu , ' and books describing the memories of boarding were written by travel writers such as shunzo miyawaki and naoki tanemura . as of october 1982 , the time immediately before japan national railway 's schedule revision associated with the opening of the joetsu shinkansen on november 15 , 1982 , the following were the five longest-running local trains . 824 train moji station - fukuchiyama station ; running distance ( operation kilometers ) : 595.1 km 831 train toyooka station ( hyogo prefecture ) - moji station ; running distance ( operation kilometers ) : 535.2 km 726 train hamada station - osaka station ; running distance ( operation kilometers ) : 500.8 km 530 train kagoshimachuo station - mojiko station ( via nippo main line ) ; running distance ( operation kilometers ) : 476.9 km 921 and 924 trains ' kisei main line overnight train ' nanki , ' ' hayatama ' and ' taikobo train " ; kameyama station ( mie prefecture ) - tennoji station ( via the kisei main line ) ; running distance ( operation kilometers ) : 442.2 km because of the aging of passenger cars as well as the policy , which had been adopted as part of the rationalization of the japan national railway , in order to shorten the running distance when using diesel cars and / or electric cars , the 824 train was split into two , namely the 824 train that runs between shimonoseki station and izumoshi station and the 548 train that runs between izumoshi station and fukuchiyama station , by jnr 's schedule revision implemented on february 1 , 1984 . the running section of this train has been further subdivided since then , and as of 2006 , in some sections , no trains run during the time period when the 824 train used to run . as of may 2008 , the regular local train that runs the longest distance ( inclusive of rapid trains ) is the rapid service ' moonlight nagara ' running the tokyo station - ogaki station section of the tokaido main line ( running distance : 410.0 km ) . among the trains having no reserved seats , those running between okayama station and shimonoseki station run the longest distance ( two outbound trains and three inbound trains ; they become the rapid service ' city liner ' in the hiroshima city network section , and a train number changes at tokuyama station ; moreover , an inbound train in the evening becomes ' commuter liner ( train ) ' from okayama station ( running distance : 384.7 km ) . as for traveling hours , the local train running the takikawa station - kushiro station section of the nemuro main line ( outbound trains only ) takes exactly eight hours , making it the longest ( the running distance is 308.4 km and it 's the longest , excluding rapid trains ) . rapid service ' moonlight kyushu , ' despite being a non-regular train , runs 644.0 km between shin-osaka station and hakata station . for the station names of the kyoto - sonobe section , refer to the sagano line . rapid service trains departing from stations of the sagano line stop at every station in this section ( as for train numbers , they 're treated as local trains ) . the trains in question don 't necessarily stop at stations listed here in all time zones , since some trains run only in specified sections or become rapid trains at the halfway point . the figures in brackets show the operation distance from the station of origin . freight branch line higashi-matsue station ( 0.0 km ) - makatako station ( 1.0 km ) freight branch line ( hamadako line ) nishi-hamada station ( 0.0 km ) - hamadako station ( 2.3 km ) the figures in brackets show the operation distance from kyoto station . omiya station : kyoto - tanbaguchi section ( approximately 0.8 km ) umekoji station urban green fair umekoji station ( ad hoc ) : kyoto - tanbaguchi section ( 1.1 km ) kirihama-kaisuiyokujo station ( ad hoc ) : takeno - satsu section kirihama-beach station ( ad hoc ) : takeno - satsu section ( 167.6 km ) tottori temporary station : tottori - koyama section ( 232.0 km ) hakuto temporary station : suetsune - hogi section ( 241.6 km ) kiyomizu-dera temporary station : yonago - yasugi section ( 326.9 km ) kajikuri station : yasuoka - ayaragi section ( 669.4 km ) akadaguchi stop : ayaragi - hatabu section ( 673.2 km ) the figures in brackets show the operation distance from kyoto station . hinogawa signal station : hoki-daisen - higashiyamakoen section ( 320.2 km ) kiyomizu-dera signal station : yonago - yasugi section ( 328.0 km ) hieda signal station : ayaragi - hatabu section ( 671.5 km ) fukuchiyama station : hokutan railway ceased operation on march 2 , 1971 and was abolished on february 28 , 1974 . ebara station : izushi railway ceased operation on may 1 , 1944 and was abolished on july 20 , 1970 . iwami station : iwai municipal railway ( when it was in operation ) ceased operation on january 11 , 1944 and was abolished on march 27 , 1964 . kurayoshi station : the kurayoshi line was abolished on april 1 , 1985 . yonago station : hinomaru bus limited hosho-ji dentetsu line ( yonagoshi station ) was abolished on may 15 , 1967 . arashima station : ichibata electric railway co . , ltd . ; the hirose line was abolished on june 19 , 1960 . izumoshi station : the tachikue line of ichibata electric railway co . , ltd. ceased operation on july 19 , 1964 and was abolished on february 18 , 1965 . the taisha line was abolished on april 1 , 1990 . hatabu station : sanyo electric railway was abolished on february 6 , 1971 . +the sagano line ( sagano-sen ) is the nickname for the portion of the san-in main line ( jr west japan railway ) between kyoto station and sonobe station . this nickname has been in use since march 13 , 1988 . it is also referred to in some tourist information as the sagano san-in line or the san-in sagano line , names derived from its original name , the san-in line . this is said to be because both shimane prefecture and tottori prefecture in the sanin region demanded that the name " san-in " be included in the tourist information . the line color is purple ( ) , chosen with ' the image of the elegance of the old capital ' in mind . as a rule , there is one rapid train and approximately three local trains per hour ( two of which run between kyoto station and kameoka station ) , with some direct trains going as far as goma station or fukuchiyama station . in addition , it is the only line in the urban network ( jr west ) with no direct regular local trains from other lines . as it is frequently used to access popular sightseeing spots in the direction of sagano-arashiyama , additional trains are run between kyoto and saga-arashiyama stations during the red maple season . additionally , regular trains are run more frequently . during the japanese national railways age , the san-in main line was used almost exclusively by long-distance limited express trains or long-distance local trains , and the demand created by those commuting to school or work from the outskirts of kyoto was hardly considered . then , in 1987 , the japan national railway was broken up by privatization and jr west was created . in 1989 , this section of the railway was switched to a new line passing through the double-track line ( and the accompanying tunnel ) between saga ( present saga arashiyama ) and umahori station . in 1990 , the trains between kyoto and sonobe were converted to electric trains . it can be said that branch-off railway tracks were expanded with the route modernization and completion in stages , including the elevation of the portion between nijo station and sonobe station ( kyoto prefecture ) in 1996 , and it has undergone a drastic transformation from its appearance in the japanese national railways age . within kyoto city , uzumasa station was built in 1989 , followed by emmachi station in 2000 , and demand is being created . however , the train schedule is very unbalanced ; because a lot of single-track regions still remain , while there are 3 to 4 trains per hour , excluding the limited express trains , there are time slots during which people have to wait more than thirty minutes for trains , not only during the day but also during the evening rush hours . therefore , it is undeniable that the operating pattern is far from fulfilling metropolitan area urban traffic functions in a satisfactory manner . moreover , with the decrease in trains north of sonobe station , the gap between regular trains and limited express trains is growing every year , too . all sections of the sagano line are scheduled to be converted to double-track lines by the spring of 2010 . the construction is currently underway , but it was originally planned to be completed by the spring of 2009 , and is now a year behind schedule . as an additional task accompanying this work , the elevation of the track between sonobe and uzumasa was completed in late march 2008 . saga arashiyama station and kameoka station are both currently being reconstructed on bridges , and pedestrian passages are being installed . the reconstructed bridge-top stations are set to be completed on schedule in spring 2008 . in addition , the introduction of an automatic train stopping system is planned . moreover , the council for kinki regional transport is examining a proposal for a bilateral direct train service with the osaka station direction of the jr kyoto line , which utilizes the shunt track between tambaguchi station and umekoji station for additional trains . with the increase in trains , noise problems have begun to surface , especially in the elevated region between kyoto and the vicinity of nijo ; however , there have been no sweeping countermeasures as yet . the j thru icoca card , the suica card of east japan railway ( jr east japan railway ) , the toica card of central japan railway company ( jr tokai ) and the pitapa ( postpay ic for touch and pay ) card of surutto kansai pass can be used at all stations on the sagano line . shuttle buses run by the keihan kyoto kotsu corporation ( formerly kyoto kotsu ( kameoka ) ) which utilize national highway 9 to connect kyoto city ( kyoto station and hankyu kyoto line katsura station ) and kameoka and parts west exist as competition for this railway . jr stations usually have the first platform next to the main station building as platform 1 . however , each station along the sagano line ( except for kyoto station ) has its first kyoto-bound platform as platform 1 , regardless of the position of the main station building . at some stations , however , a train may pass through the station without stopping , so sometimes trains that run on the tracks that pass by platform 1 are traveling away from kyoto . +the keihan cable line is run by keihan electric railway 's cable cars , and connects yawatashi station in yawata city of kyoto prefecture with otokoyama-sanjo station . it is called otokoyama cable railway . iwashimizu-hachiman-gu shrine is in otokoyama-sanjo , and the crowds of people paying their new year 's visit to the shrine in january account for 50 % of the entire passenger population . while the trains run at 12.6 km / h during the new year rush , in other slack seasons , they run at 8 km / h . the cars pass each other on the 111 meter long osugidani railway bridge . in 2001 , the cars on the keihan cable line were updated , and it became possible to use the kansai thru compatible cards . as there is no ticket collection at otokoyama-sanjo station , tickets are handled at the lower yawatashi station for both up and down trains ; the fare is subtracted from kansai thru passes at this time . when the fare is insufficient , it is adjusted at yawatashi station of the keihan cable line . of the keihan electric railway routes , this is the only one on which the pitapa card cannot be used . route data route distance ( kilometers operated ) : 0.4 km system : single track with 2 cars running alternately track gauge : 1067 mm number of stations : 2 ( including the station of origin and the destination station ) variation in altitude : 82 m operating pattern during normal operation , trains depart every 30 minutes , with about 3 minutes spent in transit . the interval shrinks to 15 minutes when the irregular trains run when there are passengers are included . the trains run all night long from new year 's eve to new year , and run frequently during the first 3 days of the new year . history operation of the railway was begun in 1926 by otokoyama cableway . after the company changed its name to otokoyama railway , it became a subsidiary company of keihan electric railway co . , ltd . in 1944 , during the war , the railway was demolished and its materials collected ; however , in 1955 , after the war , operation was revived under the direct management of the keihan electric railway co . , ltd . june 22 , 1926 : otokoyama cableway began service between hachimanguchi and otokoyama . may 28 , 1928 : tthe company changed its name to otokoyama railway . august 31 , 1929 : it became a subsidiary company of keihan electric railway co . , ltd . february 11 , 1944 : the railway was judged to be a nonessential line ; it was demolished and its materials were collected . december 3 , 1955 : under the direct management of the keihan electric railway co . , ltd . , service was revived between otokoyama ( present yawata city ) and hachiman-gu shrine ( present otokoyama-sanjo ) . july 11 , 2001 : new cars began running . list of stations from yawatashi station to otokoyama-sanjo station connecting route yawatashi station : keihan main line +kawaramachi station is the last station on the hankyu railway hankyu kyoto main line , and is located at 52 shin-cho , kawaramachi-nishi-iru , shijo-dori , simogyo ward , kyoto city , kyoto prefecture . it was formerly called ' kyoto kawaramachi station , ' in order to emphasize that it was a terminal station of the same company in kyoto . though it was called ' kawaramachi ' for a while , the name has changed back to ' kyoto kawaramachi ' ( ' kawaramachi ( kyoto ) ' when noted in english ) in both live announcements and automatic station broadcasting . it is connected to karasuma station by an underpass , which can be traveled in 10 minutes on foot . however , it is simply an ' underpass , ' and not the usual ' underground shopping center ' : except for the station kiosk , the information office and other essentials , there are no shops . keihan electric railway keihan main line ( shijo station ( keihan ) ) to transfer , it is necessary to go up to ground level and cross the shijo-ohashi bridge . though neither line makes transfer announcements , both this station and keihan shijo station are considering posting the other 's train timetables along the connecting passage for their passengers ' convenience . the station is underground , located directly beneath shijo-dori street , with single-level side platforms and 3 tracks . hankyu kawaramachi station ' is written on the exteriors of both the hankyu department store , on the southeast corner of the shijo-kawaramachi intersection , and the kotocross hankyu kawaramachi building , on the northeast corner of the same intersection . there are 2 ticket gates : the east gate and the central gate . the west ticket gate , which connected directly to platform 2 , was closed on march 17 , 2007 . ( this is thought to be because of platform 2 's low usage rate ; after the train schedule revision on march 17 , 2007 , the platform was used by only one train per day . ) the restrooms are at the east end of the platform . platform 1 was once served by two platforms , as at yodoyabashi station on the keihan main line . as trains grew longer , this method of use was discontinued . in addition , only platform 1 and 3 are used on a regular basis ; platform 2 is used by only one train per day . ( it is thought to have been used to hold cars for rust removal . ) while there are no set rules regarding which type of train departs from which platform , during the daytime hours , limited express trains depart from platform 1 and semi-express trains depart from platform 3 . in addition , track 1 is used for the arrival and departure of rapid expresses and all other such trains . there are many people who head towards bustling shijo-kawaramachi . in fiscal year 2003 , approximately 38,164 passengers boarded each day ( kyoto prefecture statistics book ) . please see shijo-kawaramachi for information regarding bus terminals and the station vicinity . june 17 , 1963 : because of a route extension , trains began running between the kyoto main line 's omiya station ( kyoto prefecture ) and kawaramachi . august 20 , 1982 : platform 2 was extended . locals usually refer to the area near the station as ' shijo-kawaramachi , ' which is the name of the shijo-dori street and kawaramachi-dori street intersection ; they almost never call it ' kawaramachi ' or ' ( hankyu ) kawaramachi station-front area . ' however , except for residents of this central region , even kyoto citizens often call the area ' kawaramachi ' or ' shijo . ' to residents of kyoto , ' kawaramachi ' is simply a street in kyoto city . on the other hand , recent tourist guidebooks or gourmet guides often refer to this area as ' kawaramachi area ' or ' kawaramachi . ' the situation is similar to that of shijo-karasuma and shijo-omiya . in these places , the bus stops are named after the intersection names , and not ' _ _ _ _ _ _ station-front . ' on the other hand , bus stops in front of kyoto station or nijo station are called ' _ _ _ _ _ _ station-front , ' even by locals . the station 's name is not prefixed with ' shijo ' because it might then be easily confused with the hankyu kyoto line , which runs through the city directly beneath shijo-dori street . ( except for karasuma-oike station , subway stations along the karasuma line are not prefixed with ' karasuma ' for similar reasons . ) hankyu railway kyoto main line karasuma station - kawaramachi station +the tozai line is a railway line of kyoto municipal subway , which connects rokujizo station in uji city , kyoto prefecture and uzumasa-tenjingawa station in ukyo ward , kyoto city . district boundary and railway distance ( operation kilometers ) : between rokujizo and uzumasa-tenjingawa , 17.5 km kyoto municipal transportation bureau ( railway business operator ) : between rokujizo and misasagi , 8.7 km between sanjo-keihan and uzumasa-tenjingawa , 5.4 km kyoto municipal transportation bureau ( railway business operator ) and kyoto kosoku railway co . , ltd . ( railway business operator ) : between misasagi and sanjo-keihan , 3.4 km track gauge : 1435 mm number of stations : 17 ( including the original and terminal stations ) double-tracked section : the entire line electrified section : the entire line ( dc1500v , overhead line system ) block ( railway ) system : cab signal ( automatic train control device , automatic train operation device ) maximum speed : 75 km / h the tozai line of kyoto municipal subway started its operations as the second municipal subway line . used by an average of 120,000 people per day , it 's a railway track that acts as a commuter-traffic route connecting the section between the center of kyoto city and the yamashina and fushimi wards , which are located in the southeastern area of kyoto city ; it also serves as a transportation route between kyoto city and otsu city , shiga prefecture . the section between daigo station ( kyoto prefecture ) and nijo station was first opened to traffic in 1997 , the section between daigo station and rokujizo station was added in 2004 , and the section between nijo station and uzumasa-tenjingawa station was opened to traffic on january 16 , 2008 . it is scheduled that the section will be further extended up to near rakusai in nishikyo ward . when rakusai new town was constructed on the city 's outskirts , many people moved in because they 'd heard that the subway line would be extended up to this area in the future , and thus most were very hopeful regarding the extension of the line ; however , the plan is nowhere in sight because of the strained state of kyoto city 's public finances ( for details , see " the plan for westward extension " ) . the line between rokujizo station and yamashina station runs in a north-south direction through the underground of the kyoto outer loop expressway in eastern fushimi ward and yamashina ward . it curves around the mountain from yamashina station to keage station and runs in an east-west direction through the underground of sanjo-dori street , oike-dori street and oshikoji-dori street in the city center from keage station to nijo station . there are also sharp curves in the section between karasuma oike and nijojo-mae and the section between kyoto shiyakusho-mae and sanjo-keihan . although the name of the line is derived from the fact that it runs in an east-west ( tozai ) direction in the center of kyoto city , the distance of the section that runs in an east-west direction is only about half the entire line . platform doors are installed on all station platforms of the tozai line . because two different types of trains--four-car and six-car trains--are used in the section between uzumasa-tenjingawa station and misasagi station , only the platform doors for four-car trains can be operated on the station platforms in this section , and they are in fact operated in this way . the tozai line of kyoto municipal subway is the second subway line on which platform doors were adopted , after the nanboku line of tokyo metro . moreover , each station has its representative color , called a " station color , " and station parts such as the platform door , station name signs , station name panel , external wall of the station attendant 's office and elevator doors are colored in the corresponding station color . these station colors are selected gradationally as shown in " list of stations . " each station employs a platform system and has an elevator and an escalator ; moreover , it 's made progressively barrier-free by , for example , eliminating difference in level on the bathroom floor and including a space for wheelchairs . except for daigo station and karasuma oike station , all other stations have only one ticket gate . most stations uniformly adopt hydraulic elevators with room for 11 people , and some of them have braille signs and a spoken guidance system ( the elevator makers vary from station to station ) . the escalators may be up only or up-and-down , depending on the station , but all of them are automatic escalators with sensors . the tozai line is the only line of kyoto municipal subway that has melodies to signal departure , and all of the four melodies sound quaint , reflecting kyoto 's extensive history . in recognition of their achievement in producing these melodies , sakurai music factory limited partnership and teichiku entertainment , inc . , were eventually placed in charge of producing melodies for the east japan railway company ( jr east ) . the titles of the melodies are shown below : koto-no-asamoya ( common for all stations , for rokujizo ) daigo-ji no uguisu ( common for all stations , for uzumasa-tenjingawa ) harubiraki ( heard only at misasagi station , for uzumasa-tenjingawa and for kyoto shiyakusho-mae ) shisendo shishi-odoshi ( heard only at misasagi station , for hamaotsu ) for details of the melodies signaling departure , refer to ' hyper subway schedule ' on the official website of the kyoto municipal transportation bureau . the actual melodies can be heard on these web pages ( but the volume is very low ) . at uzumasa-tenjingawa station or stations in the section between kyoto shiyakusho-mae station and misasagi station , the number of cars is always announced because six-car trains ( tozai line trains ) and four-car trains ( trains coming from the keihan keishin line ) are busily operated . when a train coming from the keihan line arrives at one of these stations , the platform doors are operated only for four cars from the front of the train , out of doors for six cars . trains coming from the keihan keishin line of keihan electric railway are operated from misasagi station up to uzumasa-tenjingawa station . out of 76 round-trip trains coming from the keihan keishin line each weekday , 28 are directly operated to uzumasa-tenjingawa station at intervals of approximately 30 minutes , while the other trains are operated up to kyoto shiyakusho-mae station--an intervening station--except early in the morning and late at night . trains using cars of the kyoto municipal transportation bureau are operated only in the section between rokujizo station and uzumasa-tenjingawa station on the tozai line ; they aren 't operated onto the keihan keishin line . because the keishin line has some streetcar lines in otsu city , trains that depart from hamaotsu and arrive at kyoto shiyakusho-mae station or uzumasa-tenjingawa station tend to be late for one or two minutes on the tozai line . this delay can affect trains that depart from rokujizo station and arrive at uzumasa-tenjingawa station , which run following the delayed train . trains used to be operated every ten minutes ( six trains per hour ) during the day at the beginning of the inauguration throughout the line , except for trains coming from the keishin line which runs at a 15-minute interval ; however , since march 2000 trains have been operated every 7.5 minutes ( eight trains per hour ) in order to synchronize the time schedule with trains operated on the karasuma line of kyoto municipal subway , which are connected to trains operated on the tozai line at karasuma oike station , resulting in a ratio of 2 : 1 per quarter hour for trains operated on the tozai line relative to those operated directly to the keishin line . after the line was extended up to uzumasa-tenjingawa on january 16 , 2008 , ten trains were operated per hour during daytime hours in the section between kyoto shiyakusho-mae and uzumasa-tenjingawa , including the direct trains from the keishin line , which accounted for more trains than those operated on the karasuma line . the required time during the period when trains of the keihan keishin line ran on the ground from misasagi station and to the west was , up to 1997 , as shown below : keishin-sanjo - misasagi : sub-express trains , ten minutes ; local trains , 12 minutes the current required time of the tozai line , kyoto municipal subway , is as shown below : sanjo-keihan - misasagi : six or seven minutes the tozai line of kyoto municipal subway is an important mode of transportation for residents in the yamashina-daigo region . this region has a lot of housing estates and new residential areas that form bedroom suburbs of kyoto and osaka ; however , traffic in this region is chronically heavy due to poor surrounding road conditions . before the subway was opened to traffic , except for the keihan keishin line , route buses that seldom ran according to schedule were the only means of transportation ; however , the inauguration of the subway has drastically improved the traffic convenience . incidentally , with the inauguration of the subway the control of all city buses in the region was transferred to keihan bus co . , ltd . , in 1997 as a part of the kyoto municipal transportation bureau 's rationalization policy . keihan bus co . , ltd . , which had previously operated bus routes in the yamashina-daigo region , changed routes drastically in accordance with the transfer of the control and the inauguration of the subway . keihan bus co . , ltd . , currently provides bus services on routes where the tozai line also provides services , such as a route between sanjo-keihan station / kawaramachi station ( kyoto prefecture ) and yamashina station , a route between sanjo-keihan / shijo-kawaramachi and nagitsuji station / ono station / rokujizo station , and a route between yamashina station and rokujizo station . keihan bus co . , ltd . , has been a big competitor for the tozai line of kyoto municipal subway , not only because the fare of the three above-mentioned routes of keihan bus is less expensive than that of the tozai line , but also because keihan bus provides bus services to shijo-kawaramachi , the downtown area of kyoto city . additionally , there are many people who transfer from a route bus to a train for shiga prefecture ( jr tokaido main line ( biwako line ) / kosei line and keihan keishin line ) at yamashina station or who transfer from a train to a route bus at nijo station in order to go from nantan , kyoto city ( jr sanin main line ( sagano line ) ) to the center of kyoto city ; other people will transfer from a route bus to a train connecting to the keihan uji line or the jr nara line in order to go to the direction of uji and nara at rokujizo station . although there are several tourist spots along the tozai line , such as heian jingu shrine , nanzen-ji temple and nijo-jo castle , so far the tozai line hasn 't become popular with tourists . on march 28 , 2008 , once the section extended up to uzumasa-tenjingawa station was open to traffic , randan-tenjingawa station was opened as a transferring station on the arashiyama main line of keifuku electric railroad co . , ltd . , which formed a connection route to the direction of arashiyama after nijo station connecting to the jr sagano line ; therefore , it is expected to increase the number of passengers . after the war , kyoto municipal transportation bureau considered a line ( even an overhead line ) that would run longitudinally along the oike-dori street from rokujizo to keage through daigo and yamashina , as a blueprint for the construction of a new railway line of kyoto municipal streetcar ; however , the project was overwhelmed and derailed by the wave of motorization . later , the project was restudied as a plan for a new subway line . the project for the tozai line started in or around 1965 as a means of public transportation that would connect the eastern region of kyoto city ( yamashina ward and eastern fushimi ward ) --where the construction of surrounding roads along the tozai line couldn 't keep up with the rapid population growth in those areas , resulting in serious traffic jams--with the large cities , and was officially carried at a city council meeting held in 1969 . in about 1975 , it was decided that the construction of the line in the section between daigo and nijo would begin . however , the section between misasagi and sanjo-keihan , out of the entire section of the project , became controversial because the keihan keishin line had been operated on the ground in this section . the idea of the parallel establishment of the tozai line and the keihan keishin line was regarded as inappropriate , partly because it would result in excessive competition between these two lines and partly because the establishment of a subway line in a public subway system in this section for the keihan line would be the same as improving the keihan line , a private railway line , in a public system . the discussions concluded that kyoto city and keihan electric railway would first establish a joint public-private venture in order to obtain qualification as a type ⅲ railway business operator , and then kyoto city would obtain qualification as a type ii railway business operator in order to operate trains on the relevant section . the joint public-private venture is kyoto kosoku railway co . , ltd . kyoto kosoku railway co . , ltd . , was founded in 1988 and masahiko imagawa , who was then kyoto 's mayor , assumed the presidency . consequently , kyoto kosoku railway co . , ltd . , would establish the subway line in the system of the japan railway construction public corporation , and accordingly the aboveground section of the keihan keishin line would be discontinued . the inauguration was originally scheduled for 1994 to commemorate the twelve-hundredth anniversary of the ancient capital of heian-kyo . however , a reasonable cost and time period for conducting research on the land prior to constructing a subway line , as required by the law for the protection of cultural properties , must be scheduled when a subway is constructed in an open-cut method , since buried cultural properties exist under the ground in many areas of urban kyoto . if the shield method is used , this issue doesn 't arise ; however , kyoto city gave the reduction of direct expense for construction the first priority and decided to employ an open-cut method for a substantial portion of the construction site ( particularly that of oshikoji-dori street , which was included in the district of nijo-jo castle which was a national historic site ) . accordingly , the decision required a certain amount of cost and time for the research of buried cultural properties . additionally , it would be a difficult task to burrow under the tokaido shinkansen and the kamo-gawa river ( yodo-gawa river system ) . through these processes , the section between daigo and nijo was opened to traffic in 1997 . the keihan keishin line started its operation in the section between misasagi and kyoto shiyakusho-mae . the reason the keihan keishin line was extended to kyoto shiyakusho-mae instead of sanjo-keihan , the station up to which the line was originally extended , when the subway line began operation up to nijo station , was because a sharp curve exists right on the western side of sanjo-keihan station , and because the kamo-gawa river runs right above that point ; therefore , under such unfavorable conditions it would be impossible to ensure the space needed to set up a return track line near sanjo-keihan station . on the other hand , the reason it wasn 't extended up to nijo station was because the kyoto municipal transportation bureau would need to pay an extra fee for use of railway cars ( the fee is required because only keihan trains use the tozai line instead of providing mutual usage between the two organizations , so the kyoto municipal transportation bureau must pay the fee to keihan electric railway one-sidedly , depending on the total travel distance ) , the enhancement of the electric power system on the ground would be needed , and the carrying capacity would be too much ( there was little need to increase the number of trains for the section between nijo and kyoto shiyakusho-mae ) . this caused a problem in connecting to the karasuma line of kyoto municipal subway at karasuma oike station , the next station to the west of kyoto shiyakusho-mae station , and some passengers complained about being stuck by nothing more than a station . in 1999 , the kyoto chamber of commerce and industry requested permission to extend the section for the keishin line up to nijo station , and as the types of operations indicated , a substation was newly set up in uzumasa-tenjingawa station to extend the section for trains of the keihan keishin line , in accordance with the extension of the tozai line up to uzumasa-tenjingawa station , which started on january 16 , 2008 . however , due to many circumstances the number of trains traveling all the way to uzumasa-tenjingawa station is still approximately one-third of all trains coming from the keishin line ( one-half in the daytime ) . when the tozai line was opened to traffic ( when the aboveground section of the keihan keishin line was discontinued ) in 1997 , the kujoyama and hinooka stations were discontinued . unlike the case where hinooka station remained although it was integrated into misasagi station , there had been no plan to set up an alternative station of kujoyama station since the early planning stages because it was expected to be a killer construction project and no prospect of many users was seen , despite the fact that residents near kujoyama station had been requesting the establishment of an alternative subway station . in response to the request , the authorities gave an unrealistic answer , stating , ' we will deal with this issue by increasing the bus services ' ( the major purpose of the subway construction was to reduce traffic jams , so increasing the bus services represented a paradox ) , which was a temporizing reply and thus a fictitious story . as of october 2007 , bus services have been provided from kujoyama bus stop ( located nearly at the same place where kujoyama station is located ) to the directions of sanjo-keihan and yamashina station ; however , only one or two services for sanjo-keihan are available an hour during the daytime hours , indicating that the number of services is much less compared to the keihan keishin line period in which four train services per hour were available . the construction of the tozai line , kyoto municipal subway was fleshed out by a report of the metropolitan transportation council in 1971 ; however , kyoto city and keihan electric railway needed to take counsel together because the route between yamashina and sanjo was competing with the route between keihan-yamashina and sanjo of the keihan keishin line . in the counsel , kyoto city suggested an idea of passing the area to the north of the existing route with a mountain tunnel from yamashina and connecting the line directly to downtown kyoto ; however , keihan electric railway disagreed with the idea , insisting that the passenger transportation volume wasn 't sufficient for the two lines to compete with each other , so eventually both sides agreed to discontinue the section between keihan-yamashina and sanjo on the keishin line of keihan electric railway and allow keihan electric railway to use the tozai line , kyoto municipal subway . subsequently , due to problems concerning the route of the tozai line near yamashina , it became physically impossible for trains of the keishin line coming from the direction of hamaotsu to connect to the tozai line at yamashina , and thus the related parties decided to adopt the idea of newly establishing the subway misasagi station as a connection station of the keishin line and the tozai line , doing so in the section between hinooka and misasagi , which was running along sanjo-dori street , and thus to move misasagi station of the keishin line underground . the construction of the tozai line , kyoto municipal subway , was divided between kyoto city , which would undertake the section between daigo and misasagi ( 6.3 km ) and the section between sanjo-keihan and nijo ( 3.3km ) , accounting for a total of 9.4 km , and the japan railway construction public corporation with the establishment of kyoto kosoku railway co . , ltd . , a joint public-private venture of kyoto city , keihan electric railway and certain other enterprises that would undertake the section between misasagi and sanjo-keihan ( 3.3 km ) , which would be replaced by the keihan keishin line . after the subway facilities were completed , kyoto kosoku railway co . , ltd . , bought the subway facilities from the japan railway construction public corporation using a 25-year installment plan in order to lend them to the kyoto municipal transportation bureau , which would in turn operate the section between daigo and nijo integrally , and accordingly the kyoto municipal transportation bureau became a type i railway business operator for the sections between daigo and misasagi and between sanjo-keihan and nijo , as well as a type ii railway business operator for the section between misasagi and sanjo-keihan , while kyoto kosoku railway co . , ltd . , became a type ⅲ railway business operator for the section between misasagi and sanjo-keihan based on the railway business act , which had taken effect after the abolishment of the old local railway law when japanese national railways was split and privatized on april 1 , 1987 , whereby keihan electric railway was also positioned as a type ii railway business operator ; therefore , the idea of continuing passenger services in the section between misasagi and sanjo on the keishin line , borrowing the subway facilities from kyoto kosoku railway co . , ltd . , in cooperation with kyoto municipal transportation bureau to underground and change the route of the relevant section was re-examined ; however , the parties involved decided to follow the established policy due to overhead expenses . given the fact that kyoto municipal transportation bureau has been chronically mired in red ink and keihan electric railway has been in a business depression with regard to the otsu line , some people are still advocating an improvement in which keihan electric railway would obtain qualification as a type ii railway business operator and take over the subway facilities in a business-trust agreement in order to operate the tozai line integrally with the keishin line . october 12 , 1997 : the section between daigo and nijo was opened to traffic . the keihan keishin line started to be extended from hamaotsu up to kyoto shiyakusho-mae through misasagi . march 15 , 2000 : the number of trains operated in the section between daigo and nijo during daytime hours was increased from six to eight . november 26 , 2004 : the section between rokujizo and daigo was extended and opened to traffic . january 7 , 2008 : the timetable was revised prior to the opening of the line after being extended up to uzumasa-tenjingawa . however , the trains coming from the keihan keishin line were operated up to kyoto shiyakusho-mae until the 15th . january 16 , 2008 : the section between nijo and uzumasa-tenjingawa was extended and opened to traffic . the keihan keishin line was also extended up to uzumasa-tenjingawa . although there is an idea of extending the tozai line up to the direction of rakusai in nishikyo ward and nagaokakyo city , the project was put on ice when the line was extended up to uzumasa-tenjingawa without making any substantial progress in regard to the future plan . the factors associated with the above-mentioned situation are as follows : the cost of constructing a subway is very high . kyoto city is in serious fiscal shape . not only does the area along the tozai line up to rakusai new town , including umezu and kamikatsura areas , lack a large population , but this area would also compete against the hankyu kyoto main line . the population of rakusai new town has leveled off or even decreased . because rakusaiguchi station has already been completed other than katsura station of hankyu railway and another new jr station ( tentatively jr katsura station ) is scheduled to be established , it will lead to the gradual resolution of traffic inconvenience . thus there are some opinions saying that the construction of a new track line to rakusai new town should be separated from the existing plan and that another independent short-distance line should be established up to rakusaiguchi station and jr katsura station so that access to central kyoto and central osaka can be improved by transferring trains to the hankyu kyoto line or the jr kyoto line at these stations . in the groundbreaking ceremony for the extension of subway tenjingawa ( then the tentative name ) held in 2002 , mr. yorikane masumoto , then the president and mayor of kyoto city , characterized the expansion of the subway line up to rakusai as his ' ardent wish . ' incidentally , the official website of kyoto city states , ' we shall aim to complete the subway line up to rakusai new town ; however , given our financial condition we should establish the section between nijo and tenjingawa as the first step in this direction . ' as mentioned above , the tozai line has chronically operated in the red . therefore , on may 12 , 2008 , the kyoto municipal transportation bureau announced that it would dissolve kyoto kosoku railway co . , ltd . , by the end of fiscal year 2008 , and that the entire tozai line would be under the direct control of kyoto city in fiscal year 2009 . this announcement was made based on the fact that the kyoto municipal transportation bureau has been paying the track line-usage fee of 5.5 billion yen per year as a financial resource for repayment of the construction cost , but a high interest rate was set for the first loan and company expenses such as labor cost began to pile up ; these are becoming factors in the subway 's worsening business condition . ( 1 ) including passengers who directly go to the keihan keishin line ( 2 ) including users of the karasuma line but not including passengers who transfer mutually between the tozai line and the karasuma line ( that is , indicating the number of people who pass through the ticket gate at karasuma oike station ) +the keishin line is a railway line of keihan electric railway co . , ltd . , that connects misasagi station , located in yamashina ward , kyoto city , kyoto prefecture , and hamaotsu station , located in otsu city , shiga prefecture . the entire line is subject to the track act . this line and the keihan ishiyama-sakamoto line are collectively called the keihan otsu line . the otsu line employs a line color , and that of the keishin line is yellow . kansai thru pass is usable for the keishin line . further , pitapa was introduced on april 1 , 2007 along with icoca , issued by the west japan railway company ( jr west ) . distance ( operation kilometers ) : 7.5km track gauge : 1435 mm number of stations : seven ( one underground station and six ground stations , inclusive of original and terminal stations ) double-track section : the entire line electrified section : the entire line ( direct current 1500v ) block ( railway ) : automated block system safety device : automatic train stop using the keihan-type speed-check ats in the past , the line started from sanjo station ( kyoto prefecture ) --which was also used by the keihan main line but later became independent from the keihan main line and was renamed as keishin sanjo station--passed a steep incline of 66.7 per mil , equivalent to usui-toge mountain pass or the tokyu tamagawa line , located near keage station ( keihan ) , ran on a track on streets to misasagi station and ultimately connected kyoto and otsu ; however , on october 12 , 1997 , its portion of misasagi station westward was abolished and the line was directly linked to the kyoto municipal subway tozai line . in the otani - kamisakaemachi section there also exists a steep incline of 61 per mil over mt . osakayama , which is east of the station . a train of this line runs on the track running on streets near hamaotsu station , and it 's the only case in japan where a four-car train operates on track running on streets and directly runs into the subway line ( which is permitted as an exceptional case ) . because it 's the railway line connecting kyoto and otsu , this line is quite inferior to the biwako line , which is operated by the west japan railway company and runs parallel to it , in terms of travel time , frequency of operation and fares . particularly , after the opening of the tozai line of kyoto municipal subway , the fare for the sanjo - hamaotsu section rose sharply because the fare of the kyoto municipal subway and that of keihan were charged separately . even worse , passengers traveling between yodoyabashi - hamaotsu had to pay fares for three lines--keihan ( the keihan main line ) , kyoto municipal subway and keihan ( the otsu line ) --and buy tickets again at sanjo station , because no ordinary through-tickets were available ( such inconvenience has been solved to a certain extent with the spread of kansai thru pass and pitapa ) . historically , given its excessive financial burden , keihan opted to run directly into the subway without obtaining the license of a type ii railway business operator despite the fact that more competitive fares could have been set if keihan had obtained a type ii railway business operator 's license for the sanjo-keihan - misasagi station section currently operated by kyoto kosoku railway co . , ltd . however , in view of the kyoto municipal transportation bureau 's chronic red ink and the sluggish business of keihan electric railway 's otsu line after the opening of the tozai line , there is persistent opinion that it would be better for keihan railway to obtain the type ii railway business operator 's license , take over the operation of the tozai line on a contract basis and operate two lines in an integrated manner . including the ishiyama-sakamoto line , keihan electric railway suffers a loss of \ 1.5 billion a year and some media once reported that keihan was considering the abolishment of the otsu line . under such circumstances , keihan 's head office has started discussions with local municipalities ( such as otsu city ) concerning the future operation of the line . keihan had originally intended to spin off these two lines from keihan electric railway and establish an independent company in the autumn of 2004 , but in view of the dismal prospects of a new company it decided to postpone the implementation of such an idea until the revenue and expenditures reach break-even status through the efforts of cost reduction . except for some trains that run only between the shinomiya - hamaotsu section in the early morning and late at night , all trains run directly into the kyoto municipal subway tozai line . out of about four direct trains an hour , two trains run to uzumasa-tenjingawa station and others run to kyoto shiyakusho-mae station , except in the early morning and late night . as a result , the line covers the whole area to keishin-sanjo station ( sanjo-keihan station ) , which was the former station of origin . express trains ( which connected to local trains at keihan-yamashina station where a siding was set ) , sub-express trains ( which stopped at keishin-sanjo station and each station of misasagi station onward ) and direct trains to the ishiyama-sakamoto line used to run in the past , but currently all trains are local trains that turn back at hamaotsu station . before the opening of the subway tozai line , sub-express trains ran between keishin-sanjo station and hamaotsu station at intervals of 24 minutes . currently , direct trains to the subway tozai line ran between keishin-sanjo station and hamaotsu station at intervals of 22 minutes . the increase in speed was realized because high-speed operation became possible in the underground portion of the line . the stoppage time at misasagi station is slightly longer than those of other stations . trains run at 15-minute intervals in the daytime , but the line faces difficulty in the competition with jr and private cars due to the low frequency of operation . given the circumstances , some people are requesting that the line be operated at ten-minute intervals , like the keihan main line , but it hasn 't yet realized on the ground that the transportation capacity of the line has already increased from two-car train , 15-minute interval before the opening of the subway tozai line to the current four-car train , 15-minute interval , while the number of passengers has declined ; the further increase of transportation capacity isn 't feasible in view of the additional costs . although trains of the tozai line , except for direct trains from the keishin line , currently run at 7.5-minute intervals , their interval when the line came into operation in 1997 was ten minutes , which was inconsistent with that of direct trains from the keishin line , and in 2000 the interval was changed to 7.5 minutes in order to make it consistent with the operation pattern of direct trains from the keishin line . therefore , in order to shorten the interval of direct trains from the keishin line to ten minutes , another adjustment might be required on the part of the tozai line , which could be a problem . currently , all trains are being operated without conductors . no ticket boxes are set inside trains , since they 're so-called ' city-type one-man-operated trains ' that use ticket gates at stations ; consequently , tickets / fares aren 't collected inside the trains . on august 8 of every year , the day of the biwako fireworks festival , extra trains operate from hamaotsu station to misasagi station . on this particular day , trains are operated with a conductor dispatched from the keihan main line for the sake of passenger safety . the kyoto municipal subway tozai line , which came into operation on october 12 , 1997 and initially connected between nijo station in nakagyo ward and daigo station in fushimi ward , was extended on november 26 , 2004 to rokujizo station in uji city-- its first extension outside kyoto city--and on january 16 , 2008 it was extended from nijo station to uzumasa-tenjingawa station in ukyo ward . according to the above extension , trains of the keihan keishin line started running directly to uzumasa-tenjingawa station , the new terminal of the subway tozai line , instead of the previous kyoto shiyakusho-mae station . after the opening , the station of origin and terminus of half the trains bound for hamaotsu from 7 a.m. until 9 p.m. and those bound for misasagi from 6 a.m. until 7 p.m. ( mostly at 30-minute intervals ) became uzumasa-tenjingawa station , and that of other trains became kyoto shiyakusho-mae station . according to the revision of the time schedule made in january 2008 , the number of trains was reduced for the first time since the line went directly into the subway , but such reduction was made only in the time zones other than the daytime and the 15-minute interval in the daytime remained unchanged . keihan series 800 ( second generation ) march 19 , 1906 : keishin electric tramway applied for approval to construct the track between the area around 117 ohashi-cho sanjo-dori , shimogyo ward , kyoto city and okura-cho , otsu city . ( not clear ) : kyoto electric railway and one other company applied for approval to construct the track between the area around 117 ohashi-cho sanjo-dori , shimogyo ward , kyoto city and okura-cho , otsu city . the authorities asked keishin electric tramway , kyoto electric railway and one other company to compromise and join hands . kyoto electric railway and keishin electric tramway joined hands . january 24 , 1907 : based on the track act , the approval and work order were delivered to keishin electric tramway concerning the construction of the track between the area around 117 ohashi-cho sanjo-dori , shimogyo ward , kyoto city and okura-cho , otsu city . march 28 , 1910 : at the foundation shareholders meeting of keishin electric tramway , held at the kyoto chamber of commerce and industry , keishin electric tramway co . , ltd . , was established with 1.5 million yen in capital and saburo okushige , then the speaker of the house of representatives , was nominated as the company 's first president . april 22 , 1911 : the construction permit was delivered to keishin electric tramway . june 21 , 1911 : track construction started in shiga prefecture . august 1 , 1911 : construction of osakayama tunnel started . december 4 , 1911 : the tunnel was bored through mt . osakayama . june 16 , 1912 : the construction at hinookatori was completed . june 19 , 1912 : the shinomiya electric power plant was completed . july 11 , 1912 : twelve passenger cars were manufactured . august 15 , 1912 : keishin electric tramway commenced operation between furukawacho ( higashiyama sanjo station , which was abolished on october 12 , 1997 ) and kamisekidera station ( the station that was located between the current otani - kamisakaemachi section and was abolished on august 15 , 1971 ) as well as between kamisekidera station and fudanotsuji station ( the station that was located between current kamisakaemachi - hamaotsu section and was abolished on october 1 , 1946 ) . total construction cost : \ 1,451,107.73 although furukawacho was the official station of origin , actual operation was conducted starting from sanjo-ohashi station . the approval concerning the sanjo-ohashi station - furukawacho station section was provisional due to the reasons attributable to kyoto city , which was the road administrator . december 13 , 1912 : based on the track act , the approval and work order were delivered to keishin electric tramway concerning the construction of the track between sanjo-ohashi station and furukawacho station . december 14 , 1912 : with the completed construction of an overhead crossing with the tokaido main line of japanese imperial government railway ( the tokaido main line of the west japan railway company ) nearby kamisekidera station , direct trains from furukawacho station to fudanotsuji station started to run . march 1 , 1913 : through-tickets between this line and otsu electric tramway ( the ishiyama-sakamoto line ) were offered for sale . may 1 , 1916 : due to the construction work of the current route of the kyoto - baba ( zeze station ) section of the tokaido main line of the japanese imperial government railway , the work of relocating the misasagi - bishamon-michi section of the line to the north side of the tokaido main line commenced ( it was completed on august 1 , 1921 ) . august 1 , 1921 : bishamon-michi station was renamed as yamashinaeki-mae station ( keihan-yamashina station ) . february 22 , 1922 : the company applied for permission to extend the track between fudanotsuji and hamaotsu . february 29 , 1922 : the nakamura hydro power plant , located on the upper reaches of the ado-gawa river , was completed . february 20 , 1923 : sanjo-ohashi station , which had been operated on a temporary basis , was relocated from sanjo-dori street kami to the east side of sanjo station of the keihan main line , and the furukawacho - sanjo-ohashi section commenced operations as an extension of the line . sales of discount through-tickets between this line and taiko-kisen and biwako kisen started . august 30 , 1924 : the company concluded a provisional agreement with keihan electric railway company concerning the merger of the two companies . september 27 , 1924 : at the extraordinary shareholders ' meeting of the keihan electric railway company , the acquisition of the railway business of keishin electric tramway at a cost of 3.25 million yen , as well as the merger with keishin electric tramway , was resolved , and the capital of keihan electric railway company was increased to 50.77 million yen . february 1 , 1925 : keishin electric tramway co . , ltd . , was acquired by keihan electric railway co . , ltd . , and this line became the keishin line of the keihan electric railway . may 5 , 1925 : the fudanotsuji - hamaotsu section came into operation as an extension of the line , and as a result the entire line came into operation . hamaotsu station was established . september 1 , 1926 : the company assigned the electric power distribution business , which had been conducted by the former keishin electric tramway , to kyoto dento . september 21 , 1927 : misasagi station was relocated and newly constructed . july 1 , 1928 : otenmon station and hiromichi station were renamed as jingu-michi station ( heianjingu-mae station , which was abolished in 1944 ) and okazaki-michi station ( abolished on february 20 , 1931 ) , respectively . november 20 , 1928 : automatic block signals came into action . february 9 , 1931 : temporary platforms of keage station came into action due to the track relocation work . february 20 , 1931 : operation kilometers were reduced by 86 meters because the furukawacho - keage section , which had run on the exclusive track , was relocated to the track running on sanjo-dori street . jingu-michi station was relocated to the track running on sanjo-dori street . okazaki-michi station was abolished . march 25 , 1931 : the new platforms of keage station were completed . march 28 , 1931 : furukawacho station was moved back to its old site . july 23 , 1931 : the midorigaoka-undojomae temporary station was established near the border between kyoto city , kyoto prefecture and otsu city , shiga prefecture , which was in the shinomiya - oiwake section . february 16 , 1932 : the track of the otani - oiwake section , which ran on streets , was converted to an exclusive track . april 7 , 1932 : otani station was removed and newly constructed . february 1 , 1933 : model 50 electric cars , which were equipped with compound motors and regenerative breaking , came into operation for the first time in japan . may 11 , 1933 : the keage - hinooka section , which had used a track running on streets , was relocated to the exclusive track . june 15 , 1933 : the travel time between sanjo-ohashi and hamaotsu was reduced to 27 minutes in the case of the fastest train . march 19 , 1934 : three trains using the keihan model 60 electric cars , which were the first connected cars in japan , were completed and named ' biwako-go . ' april 2 , 1934 : direct train service between the keihan main line and the keishin line via sanjo station and sanjo-ohashi station commenced . express ' biwako-go , ' which used model 60 electric cars , started running between tenmabashi station and hamaotsu station , and it linked tenmabashi station with hamaotsu station in 72 minutes in the case of the fastest train . april 17 , 1934 : as the siding situated in front of yamashina station was completed , express trains between sanjo-ohashi and hamaotsu started running and the travel time between sanjo-ohashi and hamaotsu was reduced to 21 minutes in the case of the fastest train . june 25 , 1936 : tenmondai-shita station commenced operation . october 10 , 1936 : the names of lines were revised , and this line became the keishin line belonging to the otsu line . august 20 , 1937 : the passenger fare of the otsu line was revised downward . june 20 , 1939 : the track linking the keishin line and the ishiyama-sakamoto line was completed . 1940 : under the wartime structure , the minimum event commemorating the thirtieth anniversary of the keishin line was held along with the event commemorating the nation 's 2,600th anniversary . around february 1940 : direct train service between the keihan main line and the keishin line with ' biwako-go ' was suspended . february 1 , 1941 : jingu-michi station was renamed as heianjingu-mae station . 1942 : the midorigaoka-undojomae temporary station was abolished . april 15 , 1943 : tenmondai-shita station was renamed as kujoyama station . october 1 , 1943 : under the wartime governmental policy of integrating firms , the land transportation business coordination act was enacted , and based on this act the keihan electric railway co . , ltd. merged with the hanshin electric express railway company ; consequently , the keihanshin express electric railway company ( the current hankyu corporation belonging to hankyu hanshin holdings , inc . ) was established ( the surviving company was hanshin express electric railway company ) . this line was therefore operated by the keihanshin express electric railway company . november 10 , 1943 : nagara-koenshita station was abolished . april 1 , 1944 : heianjingu-mae station and hinooka station were abolished . september 5 , 1944 : commuter train service commenced . november 21 , 1944 : in order to operate shuttle train service between sanjo-ohashi station and yamashinaeki-mae station , a connecting track was set at yamashinaeki-mae station . january 25 , 1945 : direct trains from tenmabashi station to ' omijingu station ' of the sakamoto line , via the keihan main line and the keishin line , were operated in order to transport people who attended the ' festival commemorating the thirteen-hundredth anniversary of the taika reform ( taika-no-kaishin ) ' ( train no. 63 ) . april , 1945 : the company purchased three passenger trains from the atagoyama railway , which had ceased business on december 11 , 1944 . may 15 , 1945 : the operations of keage station , otani station and fudanotsuji station were suspended . june 1 , 1945 : otani station resumed operations . october 2 , 1945 : keage station resumed operations . january 1 , 1946 : nagara-koenshita station resumed operations . april 25 , 1946 : the operations of both inbound and outbound trains were interrupted due to a landslide that occurred near to kujoyama station . only inbound trains resumed their runs from the first train of the following day , april 26 . may 10 , 1946 : hamaotsu station of the keishin line was relocated from the street south side of the ishiyama-sakamoto line to the old site of moorage situated on the north side of the same line . october 1 , 1946 : fudanotsuji station , whose operations had been suspended , was abolished . october 21 , 1946 : the company resumed group tourist business on the keishin line only for school trips . february 1 , 1948 : the operation of express trains between sanjo-ohashi and hamaotsu was resumed ( 25 minutes in the case of the fastest train ) . direct trains began making runs between sanjo-ohashi and ishiyamadera of the ishiyama-sakamoto line . may 18 , 1948 : the passenger fare was raised by 75 % throughout the line . at the same time , the fare section system of the otsu line was revised and the number of fare sections of the keishin line increased from three to four . october 15 , 1948 : the use of the platform for outbound trains at nagara-koenshita station was suspended . october 31 , 1948 : the use of the platform for outbound trains at nagara-koenshita station was resumed . at around 16 : 40 , the inbound train no. 25 , which was standing between keage and kujoyama because its pole was off , retreated naturally due to a steep incline and collided with the following train , no. 58 . both trains further retreated due to the shock and collided with train no. 72 , which was standing at jingu-michi , and eventually the three trains were damaged rather badly . one passenger died and 70 more suffered minor or serious injuries . may 1 , 1949 : passenger fares were revised throughout the line . may 20 , 1949 : at around 22 : 25 at the front of the miyako hotel located at keage , the main circuit breaker of train no. 37 bound for sanjo-ohashi melted due to the grounding of its motor circuit , and eight passengers suffered burns . july 16 , 1949 : the operation of ' biwako-go ' running directly between hamaotsu and tenmabashi restarted only on saturdays , sundays and national holidays . august 7 , 1949 : a fire broke out at shinomiya shako-depot around 4 : 30 , and consequently a building and 22 passenger cars were destroyed . the operation of direct train between sanjo-ohashi and ishiyama was temporarily suspended . to make up for the shortage of transport capacity , both express and local trains were operated at 15-minute intervals , and additionally the bus service by keihan-jidosha auto company ( keihan bus co . , ltd ) was increased . august 8 - 13 , 1949 : the keihan-jidosha auto company implemented a special schedule in order to provide bus service between kyoto and otsu to serve as a replacement for railway service . november 25 , 1949 : sanjo-ohashi station was integrated into sanjo station of the keihan main line . november 30 , 1949 : the new building of the integrated sanjo station was completed . december 1 , 1949 : keihan electric railway co . , ltd . , launched again with \ 300,340,000 in capital and took over the keihan main line , the katano line , the uji line , the keishin line and the ishiyama-sakamoto line from keihanshin express electric railway company ; consequently , this line once again became the keihan electric railway 's keishin line . december 11 , 1949 : the travel time of local trains between sanjo and hamaotsu was reduced to 32 minutes in the case of the fastest train . december 30 , 1949 : the expansion and improvement work of misasagi station , yamashinaeki-mae station and shinomiya station , which was required to start the operation of two-car trains , was completed . january 7 , 1950 : a safety zone was established at the inbound-train track of furukawacho station . january 30 , 1950 : out of 22 passenger cars of the otsu line that were destroyed by the fire at shinomiya shako-depot , 15 passenger cars that were deemed impossible to repair were abolished in addition to an aging electric passenger car and a freight car ( a model 20 car and a sprinkler car ) . september 3 , 1950 : station buildings and power plants of the line were damaged by typhoon " jane , " and the total amounted about 30 million yen . due to the accident that occurred in the power cable of kansai electric power co . , inc . , the power supply to the otsu line was interrupted for about twelve-and-a-half hours beginning at 12 : 30 , and 13 trains that were running on the keishin line were forced to stop on the track . september 4 , 1950 : as a power failure was restored at 1 : 50 , normal operation was resumed with the first train . september 10 , 1950 : thanks to the completion of sub-main track for inbound trains at shinomiya station , the passing station of express inbound trains was changed from keihan-yamashina station to shinomiya station . october 30 , 1950 : restoration work for the damages caused by typhoon " jane " finished . november 25 , 1950 : furukawacho station was renamed as higashiyama-sanjo station . december 25 , 1950 : the work to relocate a part of the track between otani and kamisekidera was completed , and the platform for inbound trains at kamisekidera station was improved to a high-floor platform . april 1 , 1951 : the travel time of local trains between sanjo and hamaotsu was reduced to 30 minutes in the case of the fastest train . may 15 , 1951 : the work to improve the track running on streets between nagara-koenshita and hamaotsu started at a total cost of 884,000 yen . october 15 , 1951 : the work to improve the track running on streets between sanjo and higashiyama-sanjo was completed . october 20 , 1951 : the flood-damage restoration work of the outbound-train track between keage and kujoyama was completed . december 22 , 1951 : trains for skiers commenced operations between tenmabashi and hamaotsu . october 31 , 1952 : three of model 5 electric cars used on the otsu line were abandoned . december 20 , 1952 : the second phase of repair work of the track running on streets between kujoyama and misasagi for about 300 meters was completed . april 1 , 1953 : yamashinaeki-mae station was moved eastward by 100 meters and renamed as keihan-yamashina station . july 21 , 1953 : the transport of the interrupted portion between sanjo and kujoyama was alternated by the bus service of keihan-jidosha auto company , and trains were operated as a shuttle service between hamaotsu and kujoyama by setting up a temporary platform at kujoyama station . october 13 , 1953 : the crossing set on the kamisekidera national route was changed to a semi-automatic one . november 24 , 1953 : the change of the work method of the keishin line that was necessary for the operation of model 200 electric cars was permitted . december 15 , 1953 : the tentative use of slider-type trolley pole for cars running on the otsu line commenced . december 28 , 1953 : hinooka station resumed operations . december 30 , 1953 : the alteration work of the sanjo curve and improvement work of hamaotsu station , as necessary for the operation of two-car trains using model 200 electric cars , was completed . january 4 , 1954 : a safety zone was established at hinooka station . january 25 , 1954 : express trains started running between sanjo and ishiyamadera via hamaotsu . january 29 , 1954 : the tentative use of wheel lubricators for the cars of the otsu line commenced . april 11 , 1954 : disaster prevention work at kujoyama started . july 4 , 1954 : model 60 electric cars were operated from each station of the otsu line for group tourists directly going to uji . december 7 , 1955 : the crossing bar set on the misasagi national route ( the misasagi prefectural route , which was later abolished on october 12 , 1997 ) was changed to the automatic crossing bar of the horizontal hoisting type . january 10 , 1956 : the line name was established , and this line was called the keishin line belonging to the otsu line . january 15 , 1956 : the special direct express ' yawata-go ' was operated between yawatacho ( current yawatashi ) and hamaotsu via sanjo in order to transport people who were going to the iwashimizu yakuyoke festival ( a calamity dispelling festival held at iwashimizu hachiman-gu shrine ) . may 24 , 1956 : an apparatus for the announcement inside a car was equipped in the model 200 cars of 201-202 of the otsu line , and its experimental use was conducted . september 13 , 1956 : an apparatus for the announcement inside a car was equipped in seven cars of the otsu line . a train of the keishin line collided with a passenger car at hasshin crossing ( presumably abolished at present ) located between oiwake and otani , and in the accident the driver and a manager of the economics department of shiga prefecture , who was inside the car , died immediately . october 15 , 1956 : the renewal work of the track between oiwake and otani was completed . december 15 , 1956 : the paving work of the track running on streets between sanjo and higashiyama-sanjo was completed at a total cost of 3,800,000 yen . january 10 , 1957 : the renewal work of the track situated at the curve near sanjo station and the improvement work of hamaotsu station started . february 15 , 1957 : the renewal work of the track into heavy rails between keihan-yamashina and oiwake was completed . march 15 , 1957 : the renewal work of the track situated at the curve nearby sanjo station was completed at a total cost of 2,130,000 yen . april 26 , 1957 : the manufacture of two keihan model 260 electric cars for the otsu line was completed . july 10 , 1957 : the renewal work of the track into heavy rails between kujoyama and hinooka was completed . july 11 , 1957 : the manufacturing of five model 260 electric cars for the otsu line was completed . july 15 , 1957 : the improvement work of hamaotsu station was completed . december 24 , 1958 : heaters were installed in 26 cars of the otsu line , which were used in express trains . january 20 , 1959 : power collectors of electric cars ( power collector trolley ) were changed from the wheel type to the slider type . march 1 , 1959 : the improvement work of nagara-koenshita station was completed and it was renamed as kamisakaemachi station , at which express trains make a stop . april 8 - 14 , 1959 : trains decorated in celebration of the marriage of the crown prince were operated . december 25 , 1959 : the interlock at keihan-yamashina station was changed to the remote control type . august 12 , 1961 : high-performance keihan model 80 electric cars , equipped with both speed-balancing brakes and power-generating brakes , were put into operation . november 23 , 1961 : direct operation to the keihan main line with model 60 electric cars was terminated after the final run of ' kiku-go ' between hamaotsu and hirakata-koen . june 24 , 1965 : four model 300 electric cars ( second generation ) were manufactured ( these cars were sent to the keishin line via the siding of katamachi station and the keihan main line ) . november 4 , 1966 : dead-man devices were installed in 43 cars in which the device hadn 't previously been installed . march 25 , 1968 : the operation interval was revised from 15 minutes ( express trains between sanjo and ishiyamadera , local trains between sanjo and hamaotsu ) to 20 minutes ( express trains between sanjo and ishiyamadera , local trains between sanjo and hamaotsu , local trains between sanjo and shinomiya ) in order to make it consistent with that of the keihan main line . july 1 , 1970 : over-speed prevention devices came into use on the keishin line . july 30 , 1970 : a farewell ceremony for the model 60 electric cars ( biwako-go ) was held at sanjo station . august 23 , 1970 : the power collectors of electric cars were changed from slider-type poles to pantographs . ( not clear ) : the linking track to the keihan main line located at sanjo station was removed . july , 1970 : model 80 electric cars of 81- 93 were altered one by one in order to use them for two-car train operation ( the conversion to two-car train operation was completed in january 1972 ) . october , 1970 : model 80 cars of 94 - 96 were manufactured as cars for two-car trains . august 15 , 1971 : kamisekidera station was abolished . the time schedule of the line was drastically revised , and as a result the connection between the keishin line and the keihan main line was strengthened thanks to the change in the operating interval from 20 minutes to 15 minutes ( sub-express trains between sanjo and ishiyamadera / hamaotsu , local trains between sanjo and shinomiya ) . all trains began running as two-car trains , and the operation of single-car trains was terminated . express trains were operated only in the morning and evening . april 16 , 1979 : keihan model 500 electric cars ( second generation ) were put into commercial operation . september 20 , 1979 : the portion of the track of the keishin line between the east of shinomiya station and the east of oiwake station / the crossing with meishin expressway was moved northward by 15 meters due to the construction work of nishi-otsu bypass and the broadening of national route 1 . oiwake station was relocated and newly constructed . october 30 , 1980 : cowcatchers and auxiliary cowcatchers were installed on all of the 62 cars used on the otsu line . january 9 , 1981 : the track linking the keishin line to the ishiyama-sakamoto line , which was located in front of hamaotsu station , was removed , and direct operation between sanjo and ishiyamadera via hamaotsu was terminated . april 12 , 1981 : hamaotsu station of the keishin line was integrated with the station of the ishiyama-sakamoto line that had the same name . the time schedule of the line was revised , and the operation of express trains was terminated . july 31 , 1981 : the relocation and integration work of hamaotsu station was completed . the old hamaotsu station of the keishin line was located at the site where the asto-hamaotsu building is currently located . the old hamaotsu station of the ishiyama-sakamoto line was located at the west of the current hamaotsu station , where the otsu railway division of keihan electric railway is currently located . while a switchback disappeared due to the integration of two stations , trains of the keishin line turned around on the track of the ishiyama-sakamoto line and inconvenience in maintenance and inspection jobs arose . in order to cope with the above problem , the work of reversing the front and rear of each car of the keishin line ( 16 cars of model 80 , 12 cars of model 260 and four cars of model 500 ) was conducted during the period from may 28 until june 8 of the year , using a temporary turntable established at nishikori shako-depot . april 1 , 1984 : ats was implemented . april 26 , 1984 : keihan model 600 electric cars equipped with air-conditioners were put into commercial operation for the first time on the keishin line . january 17 , 1986 : the train radio system was put into use . july 30 , 1986 : the no-smoking time was introduced in the morning rush hour throughout the line . may 24 , 1987 : as the tofukuji - sanjo section of the keihan main line became an underground railway , sanjo station was divided into a ground station and an underground station , and the station of the keishin line was left on the ground . april 12 , 1989 : a train using model 80 electric cars equipped with air-conditioners was put into use . october 1 , 1989 : the ' k card , ' a kind of prepaid card , was introduced . may 1 , 1992 : in preparation for the direct operation into the kyoto municipal subway tozai line , which was then under construction , keihan model 700 electric cars ( third generation ) that correspond to the voltage increase of the otsu line to 1500v were put into commercial operation . november 14 , 1992 : a space for the attachment of a wheelchair was set in the model 700 electric car of 705-706 for the first time for the keihan electric railway . december 29 , 1994 : in preparation for the model 600 electric cars ' direct operation into the kyoto municipal subway tozai line , which was then under construction , preparation work for the voltage increase of the otsu line to 1500v was completed . january 30 , 1995 : the basic agreement on the direct operation of the trains of the keishin line into the kyoto municipal subway tozai line was concluded between kyoto city and keihan electric railway co . , ltd . september 1 , 1995 : inside-car ticket machines for ordinary tickets were introduced . december 29 , 1995 : seismographs were put into use . october 28 , 1996 : the carrying in of keihan model 800 electric cars ( second generation ) that were to be used for the direct operation into the kyoto municipal subway tozai line began ( 32 cars for eight trains were introduced by the end of june of the following year ) . november 2 , 1996 : the extended portion of shinomiya station was put into use . november 14 , 1996 : as the renovation work of oiwake station was completed , four otsu-e ( otsu paintings , named after the town of otsu in shiga prefecture ) drawn by a local artist were hung on the wall of the platform . november 16 , 1996 : otani station was moved eastward by 71 meters ( 0.1 km in terms of operation kilometers ) , and its platform was extended so that it could handle four-car trains . november , 1996 : the voltage of the overhead wiring of the ishiyama-sakamoto line was increased from 600v to 1500v at midnight , when no trains ran during the time between the last train and the first train , and the test operation of model 800 electric cars commenced ( it continued until july of the following year ) . ( not clear ) : the extension work of platforms between keihan-yamashina and hamaotsu required to accommodate four-car train operation was completed . in the vicinity of the east crossing on the misasagi prefectural route , a single track and overhead wiring were installed as a connecting track to the new track that ran from this line 's outbound-train track to the track of the kyoto municipal subway tozai line . april 8 , 1997 : model 800 cars commenced test operation , running into the kyoto municipal subway tozai line , and the test operation of all of 32 cars was conducted by the end of july . june 28 , 1997 : the new building of shinomiya station commenced operation . july 1 , 1997 : the otsu branch was abolished . october 11 , 1997 : local trains between keishin-sanjo and shinomiya ( between keishin-sanjo and hamaotsu only in the early morning ) using model 80 cars of 81-82 , as well as sub-express trains between keishin-sanjo and hamaotsu using model 260 cars of 261-262 were operated as farewell trains for the section between keishin-sanjo and misasagi ( for the details of the final day , refer to the events related to the abolishment of the keishin-sanjo - misasagi section ) . october 12 , 1997 : the 3.9 km in the keishin-sanjo - misasagi section was abolished . keishin-sanjo station , higashiyama-sanjo station , keage station , kujoyama station and hinooka station were abolished . misasagi station was moved westward approximately 300 meters and became the underground station for common use with the kyoto municipal subway tozai line . the track between the east crossing on the misasagi prefectural route and misasagi station was replaced by the newly constructed underground track . the voltage of overhead wiring was increased from 600v to 1500v . direct operation to kyoto shiyakusho-mae station of the kyoto municipal subway tozai line started . model 800 electric cars were put into operation . a departure ceremony was held at hamaotsu station , and the first train--an local train bound for kyoto shiyakusho-mae station ( model 800 cars of 801-802-803-804 ) --departed from hamaotsu station at 5 : 12 . on the otsu line , the commercial operation of model 80 electric cars , which had been used exclusively for the keishin line , model 260 electric cars , which had been used for both the keishin line and the ishiyama-sakamoto line , and keihan model 350 electric cars that had been used exclusively for the ishiyama-sakamoto line , was terminated and model 600 / 700 electric cars became used exclusively for the ishiyama-sakamoto line . freight car 122 , which had been used for track maintenance , was abandoned . thanks to the above measures , 100 % of keihan electric railway ' cars were equipped with air conditioners and 100 % of the cars running on the otsu line were equipped with regenerating brakes . as the sub-express train service was terminated , superior trains disappeared from the time schedule of the otsu line and only local trains remained . while the sale of through-tickets between the otsu line and the kyoto municipal subway tozai line started , the sale of through-tickets between the otsu line and the keihan main line was terminated . the sale of commuter through-tickets between the otsu line and the keihan main line via the kyoto municipal subway tozai line started . october 27 , 1997 : model 260 cars of 261-262 and a model 122 freight car that ceased to run on the otsu line were donated to the seashore trolley museum and the minnesota transportation museum in the u.s. , respectively . august 8 , 1998 : the biwako fireworks festival was held , and special trains were operated between misasagi and hamaotsu only on this particular day . december 31 , 1998 : ' extended operation on new year 's eve ' was implemented for the first time . june 1 , 1999 : a train traffic-control system was put into use on the otsu line . may 10 , 2001 : the commuter ticket price between sanjo-keihan and misasagi was revised as the kyoto municipal subway tozai line adopted a special price for this section . november , 2001 : railroad crossing obstacle detection devices were installed at the crossings at moroha-jinja shrine , enkoji-michi road and juzenji-michi road . january 2002 : model 600 electric cars used for the special chartered train oden-densha entered into the keishin line . january 15 , 2002 : automatic ticket gates were put into operation at the inbound-train platform of keihan-yamashina station , shinomiya station and kamisakaemachi station during the time zone when the station staff were allocated . march 1 , 2002 : ' kansai thru pass ' was introduced to the keishin line . automatic ticket gates were put into operation at oiwake station and otani station . machines for issuance of the starting-station certificate were put into operation at otani station and kamisakaemachi station . automatic ticket gates and automatic fare-adjustment machines were introduced at all stations of the keishin line ( except for certain platforms ) . november 30 , 2002 : all trains became one-man-operated trains ( during the time zone of the biwako fireworks festival , however , trains are operated with a conductor dispatched from the keihan main line for the sake of safety ) . june 1 , 2004 : the official website of the keihan otsu line , ' keihan-o2.com , ' was launched . december 31 , 2005 : ' extended operation on new year 's eve ' was terminated after this year 's operation . april 1 , 2007 : the pitapa system was introduced . january 16 , 2008 : in the wake of the extension of the nijo - uzumasa-tenjingawa section of the kyoto municipal subway tozai line , direct operation of this line into the subway was extended to uzumasa-tenjingawa . only local trains are operated , and every train stops at each station . as for the kyoto municipal subway tozai line , refer to the column of the kyoto municipal subway tozai line . * the operation kilometers between misasagi and keihan-yamashina before the abolishment of the section between keishin-sanjo and misasagi was 1.3 km . kamisekidera station : otani - kamisakaemachi section ( abolished on august 15 , 1971 ) fudanotsuji station : kamisakaemachi - hamaotsu section ( abolished on october 1 , 1946 ) otani station : the tokaido main line ( until july 31 , 1921 ) hamaotsu station : kojaku railway ( until october 31 , 1969 ) stations indicated by strike-through are those that had been abolished before this portion of the line was abolished . the names of stations are those used at the time of abolishment . as for the stations of the existent portion of the misasagi - hamaotsu section , refer to the column describing " stations of the line 's existent portion . " misasagi station became an underground station as the common station with the kyoto municipal subway tozai line . higashiyama-sanjo station and keage station were located at the same place with the current higashiyama station ( kyoto prefecture ) and keage station of the subway , respectively . the current misasagi station ( under the ground ) lies roughly halfway between hinooka station and misasagi station ( on the ground ) , which have been abolished . because no staff was allocated at the stations lied between higashiyama-sanjo and hinooka , passengers couldn 't purchase tickets at these stations but were supposed to inform their destinations to a train crew when getting on trains and then purchase tickets on the trains . the above arrangement was required because all stations , including kujoyama station , which had a platform , were mere train stops and automatic ticket machines weren 't installed at these stations ( this arrangement was implemented at nearly all stations of the ishiyama-sakamoto line until one-man operation was introduced , because they were either unmanned stations or stations with staff working only in limited time zones ) . in the above section of the line , local trains and sub-express trains were operated until the abolishment , and local trains stopped at each station before arriving at shinomiya station ( the terminal ) , while sub-express trains passed through the stations that lay between keishin-sanjo and misasagi station and stopped at each station from misasagi station to hamaotsu station ( the terminal ) ( refer to the column on the manner of operation until october 11 , 1997 ) . the reason for the above was that cars used for sub-express trains weren 't equipped with steps necessary for getting on and off at the stations of streetcar sections . * as the sanjo-keihan - misasagi section of the kyoto municipal subway tozai line was supposed to substitute that of the keihan keishin line , railway facilities of this section were constructed and owned by ' kyoto kosoku railway co . , ltd . , ' a third-sector company in which kyoto city , keihan electric railway and local firms invested , and leased out to the kyoto municipal transportation bureau , which was in charge of operation . operation of model 80 gallery trains in conjunction with the abolishment of the keishin-sanjo - misasagi section of the keishin line as well as railway day ( october 14 ) , photographs of electric cars used for the keishin line were displayed in the train using model 80 cars of 85-86 , and a specially made sub-sign was attached at the front of the train . deadheading of model 260 cars model 260 cars of 261-262 , which were used for the last day 's operation , had been deadheaded from nishikori-shako depot to shinomiya-shako depot on october 10 , 1997 , the previous day , because they were scheduled to depart from shinomiya station . october 11 : the " farewell " decorated train using model 80 cars of 80-81 departed from shinomiya station at 5 : 30 as an local train bound for hamaotsu . although this train was supposed to run as the last local train bound for hamaotsu , which was scheduled to depart from keishin-sanjo station at 22 : 06 , ultimately it became impossible due to the shambles of the time schedule caused by traffic congestion , etc . ; therefore , only the shuttle train of the local train that departed from shinomiya station at 5 : 30 for hamaotsu was operated with a hanging destination board indicating " sanjo " and " hamaotsu . " the " farewell " decorated train using model 260 cars of 261-262 departed from shinomiya station at 7 : 24 as a local train bound for hamaotsu . model 80 cars of 83-84 were deadheaded as abandoned cars and arrived at nishikori-shako depot at 9 : 30 . in preparation for the next day 's operation , two model 800 cars , which had departed from hamaotsu station at 10 : 05 and an hour later were deadheaded to shinomiya station using 600v direct-current wiring and the scene where model 800 cars , which were old-model cars , and model 600 / 700 cars , which were new-model cars , passed each other was seen in the vicinity of kamisakaemachi and oiwake . model 350 cars , which had been in nishikori-shako depot during the daytime after finishing the operation in the morning rush hours on the ishiyama-sakamoto line , were again used on the line in the evening rush hours , but at this time a sub-sign reading , ' thank you for model 350 cars , ' was attached to the model 350 cars of 353-352 . the operation of model 700 electric cars on the keishin line was terminated after the sub-express train departed from keishin-sanjo station ( time unknown ) bound for hamaotsu . after 20 : 00 , model 260 cars of 263-264 and 265-266 were operated as sub-express trains from hamaotsu to shinomiya , and after entering shinomiya-shako depot they were deadheaded to kujoyama , where they were to be kept . after 21 : 00 , model 260 cars of 267-280 were operated as a local train from hamaotsu to keihan-yamashina after making a round trip between keishin-sanjo and hamaotsu as a sub-express and were deadheaded from keihan-yamashina to kujoyama . after 21 : 00 , model 350 cars of 353-352 and 355-354 entered the keishin line as out-of-service trains bound for kujoyama , where they were to be kept . after the sub-express train bound for hamaotsu , which used model 260 cars of 261-262 , departed keishin-sanjo at 22 : 14 ( in fact a few minutes later because the timetable was in shambles ) , the commercial operation between keishin-sanjo and keihan-yamashina was suspended due to the work for connecting the track to the kyoto municipal subway tozai line conducted in the vicinity of the east crossing on the misasagi prefectural route ; subsequently the shuttle service between keihan-yamashina and hamaotsu were conducted . model 260 cars of 261-262 and model 600 cars of 607-608 were used for the above shuttle operation . in addition to the special bus service between keishin-sanjo and keihan-yamashina provided by keihan bus , special shuttle service between keihan-yamashina and hamaotsu was provided using model 600 cars as well as model 260 of 261-262 , to which the destination board ' hamaotsu keihan-yamashina ' was attached . the use of model 80 cars for commercial operation was terminated after the local train bound for shinomiya departed from keishin-sanjo at 22 : 06 . although this train was scheduled to use model 80 cars of 81-82 , in fact it used the same model cars of 95-96 due to the poor state of the time schedule . because the place to keep abandoned cars could have changed if nothing had been done , the same model cars of 81-82 were operated between shinomiya and hamaotsu as an out-of-service train . the above train was operated without the ' out of service ' sign , since such operation wasn 't expected . a train using model 80 cars of 93-94 was deadheaded to keishin-sanjo station , and ultimately it was the last train with no passenger service that ran between keishin-sanjo and kujoyama ( on the exclusive track between keage and hinooka ) . october 12 : the use of model 600 electric cars for commercial operation on the keishin line was terminated after the local train bound for hamaotsu departed keihan-yamashina at 0 : 10 . the use of model 260 electric cars for commercial operation on the otsu line , including the keishin line , was terminated after the local train bound for shinomiya departed from hamaotsu at 0 : 25 . a train using model 260 cars of 261-262 was deadheaded to the exclusive track located in the vicinity of kujoyama ( keage - hinooka section ) , and ultimately it was the last train with no passenger service that ran between the vicinity of kujoyama ( on the exclusive track between keage and hinooka ) and the vicinity of the east crossing on the misasagi prefectural route . for details , refer to the column on the kinds of crossings . osakayama tunnel , located between otani and kamisakaemachi , is the only mountain tunnel on keihan 's railway lines ( there are tunnels on keihan 's cable-car lines ) . the work of lowering the road bed , which was required in order to change the power collectors from poles to pantographs , was conducted while the trains were in operation . at the stations of the otsu line ( the keishin line and the ishiyama-sakamoto line ) , through-tickets to the stations of the kyoto municipal subway are available for both ordinary tickets and commuter tickets , but only those for commuter tickets are available to the stations of keihan lines ( keihan electric railway lines other than the otsu line ) . marutamachi station ( kyoto municipal subway ) , shijo station ( kyoto municipal subway ) , gojo station ( kyoto municipal subway ) and rokujizo station , which are included in the fare table displayed at each station of the otsu line , are the stations of the kyoto municipal subway , not the stations of keihan that have same names ( three keihan stations other than rokujizo station are expected to be renamed when the keihan nakanoshima line comes into operation ) . a note to that effect is attached to the fare table . through-tickets to the otsu line are also available at the subway 's rokujizo station , which is the station for transfer to the keihan uji line . passengers who have through-tickets between the tozai line 's higashino station ( kyoto prefecture ) onward and the otsu line are required to transfer at misasagi station , not at yamashina ( keihan-yamashina ) . therefore , passengers who have ordinary through-tickets aren 't allowed to exit via the ticket gate of yamashina ( keihan-yamashina ) . moreover , ordinary through-tickets from each station of the otsu line to yamashina with transfer at misasagi aren 't on sale and the fare to yamashina isn 't included in the fare table ( the fare itself is set for passengers who have been carried beyond their destination ) . the special train keihan limited express using ' biwako-go ' or model 200 / 260 cars was occasionally operated in the past . however , this train didn 't stop at the stations of the keishin line . +the sagano sightseeing tram runs along the sagano scenic railway between saga torokko station ( ukyo ward , kyoto city , kyoto prefecture ) and kameoka torokko station ( kameoka city , kyoto prefecture ) . due to the electrification and double-tracking of railroads , the route between saga arashiyama and umahori on the sanin main line was retired in 1989 , then revived for the torokko tram in 1991 . it is the first railway in japan to be used exclusively for sightseeing . at first it was thought that there would be only a few passengers , or that , even if some people rode out of curiosity at first , it would in time become just another local line . however , the tram runs along the beautiful old sanin main line , and is near arashiyama and sagano , both famous sightseeing spots . passengers can enjoy excursions down the hozugawa river , and there are various tourist attractions along the track . through the efforts of sagano scenic railway personnel , such as the unique announcements and explanations made by the train crew , the torokko tram became the symbol of arashiyama sightseeing in no time at all . recently , its use by groups of foreign tourists has also become striking . it runs through the beautiful area along hozukyo gorge . in autumn , red maples are visible through the tram windows , while in spring one can see blossoming cherry trees which were planted by sagano sightseeing tram personnel . some tourists take the sagano scenic railway torokko tram to kameoka and return down the hozugawa river by boat ; for this reason , even in the spring and autumn peak seasons , it is relatively easier to reserve tram seats in the kameoka-saga direction . jurisdiction ( business type ) : sagano scenic railway ( railway business type ii railway business ) , west japan railway ( railway business type i railway business ) line distance ( working kilometers ) : 7.3 km track gauge : 1067 mm number of stations : 4 ( including the station of origin and the destination station ) double-tracked sections : none ( the entire line is single-tracked . ) electrified sections : none ( no part of the line has been electrified yet ) block ( railway ) : staff block system the sagano sightseeing tram line is still owned by jr west ( it is even registered as a route of jr west , with all sections belonging to sanin main lines ) , but the tram is run by sagano scenic railway as a type ii railway business under the law for railway businesses . there is a section between saga torokko station and arashiyama torokko station which is shared with the sanin main line , where the tram leaving from kameoka runs on the sanin main line away from kyoto , but in the opposite direction to the one taken by normal trains . parenthetically , sagano scenic railway is a wholly-owned subsidiary of jr west . the entire route between saga torokko station and kameoka torokko station is run by a single tram going back and forth . the tram does not run on wednesdays ( except for holidays and excursion periods ) , or during the winter ( from december 30 until the end of february ) . as there is only one tram , and as the carriage management unit does not have maintenance facilities along the business line , the tram is sometimes sent to parent company jr west 's rail yard for maintenance and inspection during the winter off-season . a flat-fare system is used , with adults costing 600 yen and children costing 300 yen ( as of april , 2008 ) . all seats may be reserved beforehand ; tickets are available to the general public for purchase one month in advance at the green ( or ' midori ' ) window at any major jr west station . ( group purchasing is available by special request . ) tickets for saga torokko station , arashiyama torokko station and kameoka torokko station may be purchased on the day ; these tickets are sold on a first come , first served basis , but may sell out fast during peak seasons such as autumn , when the leaves change color . this route is included in the free region covered by the ' keihanshin zone ' excursion ticket , so one can ride the tram by presenting the zone ticket . the tram is composed of five remodeled japanese national railways toki 25000-type cars ( sk300-1 , sk100-1 , sk100-11 , sk100-2 , sk200-1 ) connected to a japanese national railways de10-type diesel locomotive ( de10 1104 ) on the saga torokko station side . the sk300-type next to the diesel locomotive is a ' special car ' called ' the rich , ' whose shrouds and floor are transparent . since this car does not take passengers in rainy weather , tickets are sold only on the day and cannot be reserved in advance . sk200-type on the kameoka torokko station side is equipped with an operating center which remotely controls the locomotive . the windows of all cars other than the first one ( ' the rich ' ) are fitted with glass . the content of the handbill which introduces ' the rich ' is considerably unique . august 15 , 1899 : kyoto railway began service between saga ( present saga arashiyama ) and sonobe . august 1 , 1907 : the railway became nationalized . april 1 , 1987 : when the japanese national railway was split up and privatized , ownership was transferred to west japan railway . march 5 , 1989 : the portion of the sanin main line between saga and umahori was switched to a new double-tracked route . train service on the old line was discontinued . april 27 , 1991 : the old sanin main line route was brought back by the sagano scenic railway as the sagano sightseeing tram , and service between saga torokko station and kameoka torokko station began . the torokko tram began running . saga torokko station – arashiyama torokko station – hozukyo torokko station – kameoka torokko station saga torokko station : sanin main line ( sagano line ) ( saga arashiyama station ) hozukyo torokko station : sanin main line ( sagano line ) ( hozukyo station ) kameoka torokko station : sanin main line ( sagano line ) ( umahori station ) in the driving simulation game ' go by tram ' ( first generation ) , one can drive a local train towards kyoto on the sanin main line , and the route used is this old one . a short while after the game went on sale , a show box containing its first-generation housing was put at the saga torokko station ; however , possibly because it didn 't bring in much money , the box was removed before long . +the arashiyama main line is a keifuku electric railroad route which links shijo-omiya station ( shimogyo ward , kyoto city , kyoto prefecture ) to arashiyama station ( ukyo ward ) . it is called randen in combination with the keifuku electric railroad 's kitano line , in addition to being called the arashiyama line . besides being an excursion route to arashiyama and other sightseeing spots in the rakusai area , it is also a convenient way to get to downtown shijo-dori street . the route between nishioji-sanjo and yamanouchi , plus the vicinity of kaiko-no-yashiro station and uzumasa koryu-ji station , are shared tracks ; all other tracks are for exclusive use . route distance ( working kilometers ) : 7.2 km track gauge : 1435 mm number of stations : 13 ( including the station of origin and the destination station ) double-tracked sections : entire rail line electrified sections : entire rail line ( direct current 600 v ) block ( railway ) : automatic block system except for one section , the entire rail line between shio-omiya and arashiyama is in operation . during early morning , evening and some late-night time slots , including trains entering or leaving the saiin garage , there are trains originating from saiin ( departing for shijo-omiya , arashiyama or kitano hakubaicho ) , and from nishioji-sanjo ( for arashiyama ) , and trains which terminate at saiin ( originating from arashiyama ) . during the autumn and spring sightseeing seasons , direct trains are sometimes run between kitano hakubaicho station , katabiranotsuji station and arashiyama station of the kitano line during the day on saturdays and holidays . the train is usually composed of a single car and run on a single track by one operator ; however , at rush hour or during the sightseeing seasons , another car is added and an additional crew member rides in the second car , where the driver 's cab is located , and collects fares . except for shijo-omiya , katabiranotsuji , and arashiyama , all stations are unmanned ; some unmanned stations which handle many passengers ( such as uzumasa koryu-ji station ) may have a staff member on site during rush hours or peak seasons to guide passengers and assist in fare collection and safety management . march 25 , 1910 : the arashiyama electric tramway started service between shijo-omiya and arashiyama . april 2 , 1918 : arashiyama electric tramway merged with kyoto dento . the route was put under the control of the arashiyama electric tramway section . 1927 : saga teishajo-mae station was renamed saga-ekimae station . december 1928 : the entire rail line became double-tracked . june 1929 : mibu station was opened . march 2 , 1942 : it was transferred to keifuku electric railroad co . , ltd . april 16 , 1944 : taishi-mae station was renamed uzumasa station . november 27 , 1956 : rokuoin station was opened . july 11 , 1971 : mibu station , which had been located between shijo-omiya and saiin , was closed . august 9 , 1975 : sagano station was renamed arisu-gawa station . december 15 , 1975 : the cars ' electricity collector devices were changed from wheel type power collectors to bow collectors . december 20 , 1982 : operation by a single operator began during some early morning and late night time slots . march 16 , 1985 : all trains began to be operated in this way , except during morning rush hours . august 17 , 1987 : all trains became exclusively operated by single operators at all times . may 1 , 2002 : a uniform fare system was adopted ( 200 yen for adults , 100 yen for children ) . simultaneously , the kansai thru pass was introduced . march 19 , 2007 : sanjoguchi station , uzumasa station , kurumazaki station and saga-ekimae station were renamed nishioji-sanjo station , uzumasa koryu-ji station , kurumazaki-jinja station and randen-saga station , respectively . in addition , the station numbering which had been tested on the kitano line and the japan railway line color list were formally introduced on all routes , including this one . march 28 , 2008 : the randen-tenjingawa station was opened . april 1 , 2008 : departure melodies were introduced at shijo-omiya station , katabiranotsuji station , and arashiyama station . the missing station number a2 is thought to have been reserved for the installation of an additional station at some point in the future ; however , there are no specific plans for one at present . mibu station ( kyoto prefecture ) , located between shijo-omiya station and saiin station , was closed on july 11 , 1971 . the keifuku line ( randen ) had long been isolated from the route network of kyoto 's municipal subway . however , with the extension of kyoto municipal subway 's tozai line to run between nijo station and uzumasa-tenjingawa station on january 16 , 2008 , and with the establishment of the new ' randen-tenjingawa station ' between yamanouchi station and kaiko-no-yashiro station on march 28 of the same year , the keifuku line became connected to the kyoto municipal subway . the randen-tenjingawa station was built in sanjo-dori street ( about 280 meters east of kaiko-no-yashiro station ) , near the subway uzumasa-tenjingawa station . a6 , the number assigned to randen-tenjingawa station when the station numbering system was introduced in march , 2007 , had previously been a missing number . furthermore , with the extension of the tozai line , some trains on the keihan electric railway 's keihan keishin line extended part of their zones from the subway kyoto shiyakusho-mae station to uzumasa-tenjingawa station . during the japanese national railways era , the west japan railway ( jr west ) sanin main line ( sagano line ) placed great emphasis on express limited trains and express trains , the main form of long-distance transportation . it had given almost no consideration to transportation to the city 's outskirts ; following the dissolution and privatization of japan national railway and the beginning of jr west , however , uzumasa station was opened , and the route between saga-arashiyama station and umahori station was relaid and double-tracked . afterwards , the track between kyoto station and sonobe station was laid and run with electric trains ( it was later extended to fukuchiyama station , while direct electric trains went as far as kinosakionsen station where the electrification of railways had been completed during the late japan national railways era ) . the tasks of double-tracking and the construction of an elevated railway bridge between nijo station and hanazono station ( kyoto prefecture ) were completed , followed by the opening of emmachi station . in addition , the project of double-tracking the entire route between kyoto station and sonobe station , scheduled to be completed in spring 2010 , is underway , and the line 's character as a city outskirts route is strengthened . in light of all of this , it is foreseeable that tourists who formerly took the keifuku line ( randen ) or shuttle buses from central kyoto city out to uzumasa or arashiyama will switch to using the sagano line . as a result , each transportation company which services these conventional routes will face hard times ; after the double-tracking of the entire route is completed , the situation will only become more severe . keifuku electric railroad 's acceptance of kyoto city 's proposal of the construction of the previously mentioned new station ( the randen-tenjingawa station ) is also , in a way , a countermeasure against jr . beginning in fiscal year 2006 , the following projects were carried out as part of the ' randen brush-up project . ' the names of the arashiyama main line and kitano line were united to form ' randen ' ( march 19 , 2007 ) . seven stations , including the closest stations to several tourist spots , were renamed . ( march 19 , 2007 ) sightseeing information was added to on-board announcements . a comprehensive tourist guide board to each station was set up . reforms at each station in addition to these projects , the following tasks were carried out on the arashiyama main line and keifuku electric railroad kitano line , which have many sightseeing spots designated as world cultural heritage sites or national treasures along their routes . randen kaiwai-kan first , in october 2006 , with the exceptions of the stations at either end of the kitano line ( kitano hakubaicho station and katabiranotsuji station ) , a large photograph panel was posted at each station ; the panel , called ' randen kaiwai-kan , ' describes the showplaces in the vicinity of that station . in september 2007 , each station on the arashiyama main line , except for shijo-omiya station , nishioji-sanjo station and yamanouchi station , was posted with a panel . ( in addition , on october 4 , arashiyama station held an unveiling ceremony for the panel , combined with a ' ceremony to commemorate the station 's number of footbath users passing the 300,000 mark . ' ) most stations posted their panels in only one of the platforms handling departures to or arrivals from kyoto ; however , ryuanji station and rokuoin station posted panels in both the arrival and departure platforms . the panels are composed of color photographs ; the lone exception is the work at arashiyama station ( keifuku electric railroad ) , a series of 6 monochrome photographs on the theme of zen buddhism ( tenryu-ji temple unsui ) . these photographs are the work of photographer hiroshi moritani ; the title ' randen kaiwai-kan , ' written beside the photograph panels , was stroked by calligrapher kagen higuchi . in some of the panels set up along the arashiyama main line , the photographs have japanese poems which relate to them written outside their frames . symbol trees in december 2006 , each station on the kitano line except for katabiranotsuji station was planted with trees or flower beds which symbolize that station . there are , at present , no symbol trees at any of the arashiyama main line stations ; however , as was the case with ' randen kaiwai-kan , ' they will most likely be planted at almost all of the stations in the near future . other before randen-tenjingawa station opened in march 2008 , a comprehensive tourist guide board was posted at each station on the kitano line , and nowhere else ; with the opening of randen-tenjingawa station , though , a board was posted at each station on the arashiyama main line as well . there were formerly two kinds of station name signposts : a type which was fixed to the station rooftop , and a two-legged signpost on the platform . when the line colors were formally introduced on march 19 , 2007 , all two-legged platform signposts were removed . +the kitano line ( kitano-sen ) is a railway line operated by keifuku electric railroad co . , ltd. that connects kitano-hakubaicho station ( located in the kita ward of kyoto city , kyoto prefecture ) and katabiranotsuji station ( ukyo ward ) . this line and the arashiyama main line , which is also operated by keifuku electric railroad co . , ltd . , are collectively known as the randen line . moreover , both sides of the railway track between utano and narutaki are planted with cherry trees and during the cherry blossom season in spring , the location is lit up at night . moreover , both sides of the railway track between utano and narutaki are planted with cherry trees , which are illuminated on spring nights during the cherry blossom season . the entire rail line is exclusive . line distance ( working kilometers ) : 3.8 km track gauge : 1435 mm number of stations : 9 ( including the stations of origin and destination ) double-track sections : between narutaki station and tokiwa station electrified sections : entire line ( direct current 600 v ) . block ( railway ) : automatic block system generally , a shuttle service is operated during the daytime , with all trains running at 10-minute intervals . during the autumn and spring sightseeing seasons , operation of regular trains on this route is extended from kitano hakubaicho station through to arashiyama station along the arashiyama main line during the daytime on saturdays and holidays . all trains are run with a single operator and no conductors . while there are passing sidings at all intermediate stations except for myoushin-ji temple station and utano station , trains usually pass only at narutaki station and ryuanji station . however , because the route between tokiwa and narutaki is double-tracked , if a train heading for kitano hakubaicho is delayed , trains are likely to pass at a point between these stations if the timing is right . moreover , more than half of the secured lands along the route between ryuanji station and tojiin station are wide enough for double-tracking . these areas of land were secured to enable double tracks to be laid so that trains could pass between stations ; however , because the areas of land that have not yet been secured are crowded with private houses and securing this land is proving difficult , complete double-tracking for the entire route has not yet been realized . in the 1960s , trains ran at intervals of eight minutes and passed in tokiwa station , omuro station ( present omuro-ninnaji station ) and tojiin station . neither myoshinji station nor utano station has a passing siding ; however , at each station , two plover-type platforms have been installed along the lines to and from kyoto . this is due to door operation considerations , to ensure that the left door , where the fare box is usually located , is always opened for boarding or disembarking . railroad service begun by kyoto dento . when the trains first began running , kitano station , to the south of kitano tenman-gu shrine , was the station of origin ; however , with the expansion of imadegawa-dori street , kitano hakubaicho became the station of origin . the route between kitano and kitano hakubaicho was transferred to the kyoto municipal transportation bureau and incorporated into the kyoto city trams imadegawa line . november 3 , 1925 : kyoto dento started railway service between kitano and takaoguchi ( present utano ) . march 10 , 1926 : trains started running between takaoguchi and katabiranotsuji . the line was connected to arashiyama main line . march 2 , 1942 : it was transferred to keifuku electric railroad co . , ltd . september 16 , 1958 : with the expansion of imadegawa-dori street , the route between kitano and kitano hakubaicho was transferred to the kyoto municipal transportation bureau . hakubaicho station was renamed kitano-hakubaicho station . december 15 , 1975 : the electricity collector for the cars was changed from a wheel type power collector to a bow collector . january 9 , 1982 : trains began to be run with a single operator and no on-board conductors . may 1 , 2002 : a uniform fare system ( adults 200 yen , children 100 yen ) was adopted . the kansai thru pass was introduced . march 19 , 2007 : ryoanji-michi station , omuro station , and takaoguchi station were renamed , respectively , ryoanji station , omuro ninna-ji station and utano station . in addition , the station numbering tested on the kitano line and the japan railway line color list were formally introduced . april 1 , 2008 : a departure melody was introduced at each station between katabiranotsuji station and kitano hakubaicho station . list of stations existing districts between komatsubara station , tojiin station and hakubaicho station . it was near the intersection with badai-dori street . use of kitano station ( kyoto prefecture ) was discontinued on september 16 , 1958 . the light rail route was constructed on imadegawa-dori street , between kitano hakubaicho station and demachi-yanagi station . since the late 1990s , there have been plans to run direct trains on lines including this route and the eizan main line of eizan electric railway . kyoto city is also conducting an examination , but it is unclear whether or not the plan will be realized ( see the kyoto city lrt plan by kyoto city trams for details ) . beginning in fiscal year 2006 , the following projects were executed as the randen brush-up project . the names of the arashiyama main line and kitano line were united as " randen " ( march 19 , 2007 ) . seven stations , such as the closest stations to several tourist spots , were renamed ( march 19 , 2007 ) . sightseeing information was included in onboard announcements . a comprehensive tourist guide board to each station was established . reforms at each station in addition to these projects , the following were carried out on the arashiyama main line and kitano line , both of which have many world cultural heritage sites or national treasures designated as sightseeing spots along their routes . randen kaiwai-kan first , in october 2006 , with the exception of kitano hakubaicho station and katabiranotsuji station at either end of the kitano line , a large panel of photographs was posted at each station . the panels were called " randen kaiwai-kan , " and they described places of interest in the vicinity of that station . next , in september 2007 , all stations on the arashiyama main line had panels posted , with the exception of shijo-omiya station , nishioji-sanjo station and yamanouchi station ( kyoto prefecture ) . while the panels were commonly posted in only one of either the kyoto-bound or outward-bound platforms , ryuanji station and rokuoin station had panels posted on both these platforms . the works are composed of color photographs ; only the photograph panel posted at arashiyama station ( keifuku electric railroad ) , a photographic work with zen buddhism ( tenryu-ji temple unsui ) as its theme , is in monochrome . these photographs are the work of photographer hiroshi moritani , while the title " randen kaiwai-kan " written beside the photograph panel was brushed by calligrapher kagen higuchi . symbol trees in december 2006 , every station on the kitano line except for katabiranotsuji station was planted with symbol trees or flower beds . the symbol trees are often planted in large wooden plant pots , but those at omuro ninna-ji station and utano station are planted directly in the ground . the red maples at utano station were planted there long ago . other before the randen-tenjingawa station began service in march 2008 , comprehensive tourist guide boards were posted only at each station on the kitano line . however , with the opening of the randen-tenjingawa station , one was also set up at each station along the arashiyama main line . formerly , there were two kinds of station name signpost : a sign attached to the station 's rooftop , or a two-legged signpost on the platform . on march 19 , 2007 , when the line colors were formally introduced , all two-legged platform signposts were removed . tunnel of cherry blossoms all pictures were taken between narutaki and utano . +the eizan main line is a railway line operated by eizan electric railway that connects demachiyanagi station ( sakyo ward , kyoto city , kyoto prefecture ) and yase-hieizanguchi station . line distance ( working kilometers ) : 5.6 km track gauge : 1435mm number of stations : 8 ( including the station of origin and the destination station ) double-tracked sections : entire rail line electrified sections : entire rail line ( direct current 600 v ) . block ( railway ) : automatic block system safety device : automatic train stop system ( with speed check function ) this route is used in everyday life from the central part of kyoto city to the miyake-hachiman station neighborhood ; it is also used as a route for religious pilgrimages and pleasure excursions to mt . hiei and yase-hieizanguchi station . up until the vicinity of ichijoji station , the route runs through districts where houses and family-run businesses crowd together ; after that , it runs through residential districts until it reaches miyake-hachiman station . there are many famous spots and places of historic interest along the route as well . after miyake-hachiman station , the line runs through the mountain 's foothills to yase-hieizanguchi station . in addition to being developed as the transfer to the cable car to mt . hiei , the vicinity of yase-hieizanguchi station was developed mainly by kyoto dento and local organizations , right from the beginning of service . an amusement park , ' mori no yuenchi ' ( amusement park of the forest ) , was established ; the station adopted the name of the amusement park for a time , and the place became a popular sightseeing spot . at present , with the exception of some holidays , it is a quiet sightseeing spot and a good place for a pleasant stroll . there are 2 basic train schedules : the weekday schedule , and the weekend or holiday schedule . in general , during weekdays , direct trains are run on the eizan electric railway 's kurama line at 20-minute intervals between demachiyanagi station and nikenchaya station and between demachiyanagi station and kurama station , with regular trains running at the same intervals between demachiyanagi station and yase-hieizanguchi station ; the number of direct trains traveling on the kurama line is larger than that of eizan main line . during daytime of weekends and holidays , direct trains are run on the kurama line at 15-minute intervals between demachiyanagi station and kurama station , with regular trains running at the same interval between demachiyanagi station and yase-hieizanguchi station . in addition to morning and late evening shuttle trains to and from the kurama line 's ichihara station , trains also arrive at and depart from shugakuin station , which has a garage . with a very few exceptions , all trains are operated by a single crew member , with no conductor on board . during the bon festival or near new year 's , the trains may run on a weekend / holiday schedule , even on weekdays . there is a special holiday schedule during sightseeing seasons , where , during peak daytime rush hours , trains run at 12-minute intervals between demachiyanagi station and kurama station and between demachiyanagi station and yase-hieizanguchi station . the line was opened by kyoto dento , then put under the control of the company 's eizan electric railway section . for a time , direct kyoto city trams used the line . september 27 , 1925 : kyoto dento started running trains between demachiyanagi station and yase station ( present yase-hieizanguchi station ) . december 1 , 1928 : kurama electric railway started running trains on what is now the kurama line , between yamahata station ( present takaragaike station ) and ichihara station . yamahata became the connecting station . december 20 , 1929 : service along the entire kurama electric railway began . direct trains began running between demachiyanagi station , yamahata station and kurama station . march 2 , 1942 : the line was transferred to the keifuku electric railroad co . ltd . july 10 , 1943 : the kyoto city trams higashiyama line was extended and service began . higashioji-dori street is specially recognized as an " intersection . " may 1 , 1944 : the section between yamahata ( present takaragaike station ) and yase was judged a nonessential line ; it was reduced to a single track , and its materials requisitioned . december 11 , 1949 : the section between mototanaka station and yamahata station began to be serviced by kyoto city trams . service was instituted to transport spectators to the municipal bicycle racetrack , which was near takaragaike , and was provided only on race days . the cars used were kyoto municipal transportation bureau type 1000 train cars , and service on the eizan line was non-stop , due to the height of the platforms . july 1 , 1951 : double tracking was restored in the section between yamahata station and yase station . june 10 , 1954 : yamahata station was renamed takaragaike station . september 1 , 1955 : kyoto city trams stopped servicing this track . there were continuous objections to the municipal cycle races from the current kyoto city assembly , and when the bicycle racetrack was closed , so was the station . the site of the bicycle track was later made into a children 's park called ' takaragaike park , ' which is off-limits to anyone older than junior high , unless they are accompanied by a child . a section of the racetrack seating remained in the park until 2006 , when it was dismantled and removed . august 1 , 1965 : yase station was renamed yase-yuen station . 1970 : trains began running in the vicinity of shugaku-in temple on kitayama-dori street , and in the area between shugaku-in temple and takaragaike on shirakawa-dori street . shugaku-in station relocated . the kyoto municipal bus route was extended to the city center during this period , and began to compete with this line . october 1 , 1978 : kyoto city trams became defunct . the intersection at higashioji-dori street was converted into a railroad crossing . the connection with other lines by rails was discontinued . october 19 , 1978 : the last japanese overhead line system for electric trains was abolished . all trains were switched to the power collector system . april 1 , 1986 : the line was separated and transferred to eizan electric railway . december 10 , 1987 : operation by a single crew member , with no conductor on board , was begun . october 5 , 1989 : trains began running on the keihan oto line ( keihan electric railway ) . demachiyanagi station ( keihan electric railway ) was opened . connections to other lines were resumed . september 21 : prior to this , the train schedule was revised ; concurrently , the kurama line kyoto-seikadai-mae station was opened . the main change was the extension of the kurama line , and the number of trains on the eizan main line between demachiyanagi station and takaragaike station was increased . march 23 , 1994 : in the train schedule revision , many more trains were added . 64 more trains were added on weekdays , with anywhere from 9 to 46 more trains on holidays . since the 1960s , direct trains on the kurama line had arrived at and departed from yase-yuen station every 15 minutes . after the revision , trains arrived at and departed from yase amusement park every 12 minutes , with direct trains on the kurama line every 10 minutes , on weekdays . during holidays , direct trains on the kurama line basically arrived at and departed from yase-yuen station every 15 minutes while they arrived at and departed from yase-yuen station every 7.5 minutes during the ' on-season , ' when there were many passengers , march 10 , 2002 : yase-yuen station was renamed yase-hieizanguchi station . this was due to the closure of yase amusement park in 2001 . january 13 , 2004 : it became the norm for all trains to be operated by a single crew member , with no conductor on board . list of stations +the kurama line is a railway line operated by eizan electric railway that connects takaragaike station ( sakyo ward , kyoto city , kyoto prefecture ) to kurama station . line distance ( working kilometers ) : 8.8 km track gauge : 1435 mm number of stations : 10 ( including the station of origin and the destination station ) double-tracked section : between takaragaike station and nikenchaya station electrified section : the entire rail line ( direct current 600v ) block ( railway ) : automatic block system safety device : automatic train stop system ( with speed check function ) this route is used in everyday life from the central part of kyoto city to the ichihara station neighborhood ; it is also used as a route for religious pilgrimages and pleasure excursions to kurama-dera temple and kifune-jinja shrine . up to the vicinity of ichihara station , although the route runs through the foothills of the mountain , residential districts line the railway , giving it the flavor of a city outskirts route ; north of the station , the route becomes a mountain one , with an inclination of 50 per mil . in autumn , when the leaves change color , the " tunnel of scarlet maple leaves " between ichihara station and ninose station is famous among railway fans and beyond ; throughout the period when kifune-jinja shrine is decorated with lanterns of colorful fall leaves , the tunnel is illuminated as well . when a train passes through the area during this period between the hours of 5 : 00 and 9 : 00 pm , the lights inside the cars are turned off and the train moves slowly so that passengers can enjoy the scenery through the windows . the neighboring roads are extremely narrow , and , since the road which parallels the route becomes very congested during the autumn sightseeing season , the train gets as crowded as a metropolitan train during rush hour . in addition , road traffic around kurama is suspended during the kurama fire festival , so the train is the only transportation available during this time . there are two basic train schedules : one for weekdays , and one for weekends and holidays . all trains travel directly from eizan railway 's eizan main line . generally speaking , trains run between demachiyanagi station and kurama station , and between demachiyanagi station and nikenchaya station , at 20-minute intervals during the daytime on weekdays ; during the daytime on weekends and holidays , trains travel between demachiyanagi station and kurama station at 15-minute intervals . in the mornings and late evenings , in addition to shuttle trains from ichihara station , there are also trains arriving at and departing from shugakuin station , which has a garage . during the bon festival or around new year 's , the trains may run on the weekend / holiday schedule even on weekdays , and during the sightseeing seasons , there is a special holiday schedule , with trains traveling between demachiyanagi station and kurama station at 12-minute intervals . it has been normal for trains to be operated by a single crew member , with no conductors on board , since 2004 ; however , when there are many passengers , a conductor will occasionally work on the train in the section between chayama station ( kyoto prefecture ) and ninose station or ichihara station . during the daytime on weekdays , 3 trains per hour depart from demachiyanagi station for kurama and for nikenchaya on the kurama line , and 3 more trains depart for yase-hieizanguchi station on the eizan main line ; more trains go to nikenchaya than to yase-hieizanguchi , even though the latter is the railway company 's main line . december 1 , 1928 : kurama electric railway started running trains between yamahata station ( present takaragaike station ) and ichihara station . october 20 , 1929 : trains started running between ichihara station and kurama temporary station . december 20 , 1929 : full service began between kurama temporary station and kurama station . kurama temporary station was closed . direct trains began running as far as demachiyanagi station on the kyoto dento eizan electric railway line ( present eizan main line , eizan electric railway ) , entering from yamahata station . september 1939 : the section between nikenchaya and ichihara was reduced to a single track ( although not because of the criteria for nonessential lines ) . august 1 , 1942 : the route was merged with keifuku electric railroad ( kyoto dento 's former iron rail division , which had split from the company and established itself in march of that year ) . this became the kurama line . november 10 , 1944 : the section between yamahata and nikenchaya was reduced to a single track and its materials requisitioned . june 10 , 1954 : yamahata station was renamed takaragaike station . april 9 , 1958 : double tracking was restored to the section between takaragaike and iwakura . october 19 , 1978 : the last japanese overhead line system for electric trains was abolished and converted to a power collector system . april 1 , 1986 : the route was separated and transferred to eizan electric railway . operation by a single crew member , with no conductors on board , began on december 25 , 1988 . in the beginning , the light-model eizan electric railway series deo 700 was used ; it was first run as a shuttle to and from ( iwakura ) nikenchaya , then run to kurama , mainly in the early mornings and during the night . september 21 , 1989 : kyoto-seikadai-mae station opened . at the same time , in anticipation of the october 5 opening of the keihan oto line ( keihan electric railway ) , the train schedule was revised . the weekday daytime shuttle service for iwakura was extended to nikenchaya , and , in addition , the kurama extension for days with many passengers was fixed as a holiday ' on-season ' train schedule . september 28 , 1990 : double tracking was restored to the section between iwakura and nikenchaya . the shuttle train service centered on iwakura station was switched completely to a shuttle service centered on nikenchaya station . march 23 , 1994 : many more trains were added in the train schedule revision . ever since the 1960s , trains departing for kurama ( iwakura ) and trains departing for nikenchaya had been run every 30 minutes in the regular schedule and for kurama every 15 minutes during the crowded " on-seasons " ; after the revision , however , as a rule , trains departed for kurama and for nikenchaya every 20 minutes in the regular schedule , and for kurama every 15 minutes during holidays . january 13 , 2004 : it became normal procedure for all trains to be operated by a single crew member , with no conductors on board . as this was true even for trains with 2 cars , trains bound for kurama returned to their former length of 2 cars throughout the day . all photographs were taken between ichihara and ninose . +the mount kurama cable railway is a funicular line operated for the convenience of visitors to the area by kurama-dera temple , which is a religious corporation and a famous temple located in the rakuhoku area of sakyo ward , kyoto city , kyoto prefecture . of all the railways that have been granted permission to operate under the railway business act , it is the only one that is operated by a religious corporation , and it is also the shortest in distance . as it has only a single track , it is not equipped for two-way transportation . many of the railway 's employees , including the crew and the ticket agents , wear samue ( work clothes worn by buddhist priests ) . track length ( operating distance ) : 207 meters ( 0.2 km ) track gauge : 800 mm number of stations : 2 ( including the starting and terminal station ) elevation difference : 96 meters during the off season , the funicular runs every 15 minutes , departing from sanmon station at 10 , 25 , 40 and 55 minutes past every hour . it leaves tahoto station three minutes later . it takes about two minutes to cover the distance . the first service leaves sanmon station at 8 : 18 , and the last one leaves tahoto station at 16 : 50 or , from june to august , at 17 : 20 . during the high season , the funicular shuttles between the two stations , but its capacity sometimes forces some passengers to wait a considerable time . the current , third generation rolling stock was manufactured in 1996 , and is nicknamed ' ushiwaka-go ⅲ ' after minamoto no yoshitsune , whose childhood name was ushiwakamaru and who studied at kurama-dera temple . capacity : 31people ( but in fact only carries 28 ) design & construction of the track & control system : anzen sakudo co . , ltd . ( 1996 ) rolling stock manufacturer : osaka sharyo kogyo co . , ltd . ( 1996 ) a single car , counterbalanced by a weight , runs on rubber wheels on an 800 mm gauge track and , since the removal of the overhead wire , electricity ( which is needed for the headlights , the announcements , lights within the car and the windshield wipers but not for locomotion ) is provided alongside the track , similar to monorails and new transit systems . when the line first opened , the track gauge was 762 mm , with two steel-wheeled cars counterbalancing each other . for the second generation , a single rubber-wheeled car counterbalanced by a weight was introduced .. however it was still provided with electricity from an overhead wire . of all the railways that have been granted permission to operate under the railway business act , this is the only one that is free of charge ( though in the past , minoo funicular railway was also free ) . however , the fare is only free when people donate at least \ 100 to the maintenance costs of the temple and the shrine on mount kurama , so the donation can be said to be the fare . this method is used because a ' fare ' is taxed , even when earned by a religious institution , while a ' donation ' is not . the donation-cum-fare of just \ 100 , and the \ 200 ' aizanryo ' admission fee of kurama-dera temple ( free for junior high school students and under ) can be said to be quite reasonable . a one-way ticket , which is in fact a ' petal-shaped memorial , ' is received for a donation of \ 100 at the reception ( which is in effect the ticket office ) . thank you for your cooperation in sharing in the maintenance costs of the temple , shrine and other facilities on mt . kurama . in return , we 'd like to offer you this one-way ticket . please show this petal-shaped ticket to the receptionist and board the car , ' says the ticket that is shaped like a petal of a lotus flower , with perforations in the lower part to separate the stub . however , the temple recommends visitors , if they can , to walk the approach instead of getting on the funicular railway . the reason being that , by walking in nature , they will be able to feel more strongly the ' sonten , ' the source of nature 's power , which is worshiped as the main buddhist image of kurama-dera temple . january 1 , 1957 : the funicular railway began operating between sanmon station and tahoto station . 1975 : the second generation rolling stock came into service . august 8 , 1996 : the third generation of rolling stock was introduced . it runs on rubber wheels . sanmon station a buddhist structure , completed in 1992 and called ' fumyoden , ' serves as the station . tahoto station a buddhist structure called ' tahoto-reido , ' that was built when the funicular railroad started operating , serves as the station . sanmon station is about 5 minutes on foot from kurama station on the kurama line , operated by eizan electric railway co . , ltd . +ogura station , located in kaguraden , ogura-cho , uji city , kyoto prefecture , is a stop on the kintetsu kyoto line , which is operated by kintetsu corporation . nearby is jr ogura station , which is on the nara line of west japan railway company ( jr west ) . station layout the station is above ground with two separate platforms that face each other with two sets of tracks running between . the platforms are effectively six carriage lengths long . because there is no overpass or underpass linking the two platforms , there are separate ticket gates for each . there are restrooms located inside the platform 's ticket gate : men 's and women 's toilets are separate , each being a vault toilet . formerly the station was equipped with a sidetrack that allowed priority trains to pass through ; however , a portion of the current platform arrangement has been built above the old sidetrack . this sidetrack have ceased the practice when the adjacent mukaijima station commenced using the sidetrack in the mid-1980s . the automatic ticket gate was manufactured by toshiba . the red-colored ticket gates ( eg-2000 ) can handle two ic cards at a time when a passenger is exiting , and pitapa card and icoca , both of which are ic cards , are available for payment of railway fares at this ticket gate . passenger use according to a survey taken on november 8 , 2005 , 18,542 passengers used the facility . it 's ranked thirty-eighth among all stations surveyed by kintetsu ( 323 stations at that time ) . it 's ranked seventh among stations along the kyoto line ( 26 , including yamato-saidaiji station ) . this station has the highest number of passengers among stations that express trains pass without stopping on the kyoto line . it 's ranked fifth among railway stations in kyoto prefecture ( 23 stations ) . station surroundings the ogura post office the heiwado supermarket kinsho store supermarket nintendo ogura uji factory kyoto prefectural uji nishi high school bus invariably a keihan uji bus in front of ogura station it is located on the west side of pedestrian crossing which is located in front of the ogura branch of the bank of kyoto which is northwest of the station . route 310 : for okubo station ( kyoto prefecture ) / uji city hall and uji city cultural center ( via uji station ( jr west ) ) kintetsu ogura it 's east of the station on the prefectural route . routes 35 & 35b : for kintetsu okubo / uji shako-depot ( route 35 ) and the front of kyoto prefectural todo senior high school ( route 35b ) , respectively history november 3 , 1928 : the route from nara electric railway momoyamagoryomae station to saidaiji ( present day yamato-saidaiji station ) opened . december 1962 : a sidetrack leading off both sets of tracks was established ( but later abandoned ) . october 1 , 1963 : the facility became a kintetsu station due to the company merger . april 1 , 2007 : pitapa card became usable . nara electric railroad made plans to diverge from here , heading toward the vicinity of tamatsukuri station on the osaka loop line , the fourth line of the keihan ( kyoto-osaka ) city link line . adjacent stations kintetsu corporation kyoto line express nonstop semi-express / local mukaijima station – ogura station – iseda station +the maizuru line is a regional branch line railway , owned by west japan railway company ( jr west ) , that runs from ayabe station in ayabe city , kyoto prefecture , to higashi-maizuru station in maizuru city , kyoto prefecture . it was constructed to serve maizuru , which had grown as a naval port following the installation of an imperial naval base . once crowded with departing and repatriated soldiers , the railway is now used by people traveling to the maizuru area on business or for sightseeing trips to tango province in northern kyoto prefecture and reinan in southern fukui prefecture . operator ( business classification ) : west japan railway company ( railway business operator ) track length ( operating distance ) : 26.4 km track gauge : 1067 mm number of stations : 6 ( including the starting and destination stations ) double-tracked section : none ( the entire line is single-tracked ) electrified section : the entire line ( dc 1500 v ) track block system : single track with automatic block system the entire line is now under the direct control of west japan railway company 's fukuchiyama branch ; from april of 1991 to june of 2006 , control had been delegated to the fukuchiyama branch 's maizuru railway division . between kyoto station and higashi-maizuru station , the ' maizuru ' and ' tango discovery ' limited expresses provide 7 inbound services and 8 outbound ones per day . furthermore , to meet tourist demand on weekends , holidays and during the summer vacation season , the ' maizuru ' provides one round-trip service from higashi-maizuru station to obama station on the obama line . unlike other limited expresses to the kitakinki region , trains on the maizuru line do not go to osaka ; though the ' edel-kitakinki ' used to run on the maizuru line from osaka to higashi-maizuru station . incidentally , the distance between higashi-maizuru station and osaka station is slightly shorter via kyoto station ( 145.4 km ) than via fukuchiyama station ( 152.9 km ) . there are also many local trains between fukuchiyama station and higashi-maizuru station via ayabe station and some of them , called ' relay trains , ' connect at ayabe station with the sanin main line limited express , meaning the maizuru line operates at least one train for kyoto station every hour . in addition to the trains that connect directly with the obama line , there is one round-trip service on the section between nishi-maizuru station and higashi-maizuru station . all trains run with only a driver , although some occasionally have a conductor as well . formerly , there was a single rapid train service in the morning from higashi-maizuru station to ayabe station , stopping only at nishi-maizuru station , but since the train schedule was changed on october 21 , 2006 , there has been none . before electrification , a ' circulation train around 4 cities ' once existed , ' which circulated around fukuchiyama city , ayabe city , maizuru city and miyazu city by way of sanin main line , maizuru line , and kitakinki tango railway ( ktr ) miyazu & miyafuku line . the route was as follows . fukuchiyama station = > ( via the sanin main line ) = > ayabe station = > ( via the maizuru line ) = > nishi-maizuru station = > ( via the ktr miyazu line ) = > miyazu station = > ( via the ktr miyafuku line ) = > fukuchiyama station = > ( via sanin the main line ) = > ayabe station = > ( via the maizuru line ) = > nishi-maizuru station ( on the return journey ) nishi-maizuru station = > ( via the maizuru line ) = > ayabe station = > ( via the sanin main line ) = > fukuchiyama station = > ( via the ktr miyafuku line ) = > miyazu station = > ( via the ktr miyazu line ) = > nishi-maizuru station in addition , before the electrification of the section between kyoto station and sonobe station on what is now the sagano line , there were direct local trains between kyoto station and higashi-maizuru station which switched back at ayabe station in addition to limited expresses and expresses . jnr / jr 183 series limited express ktr 8000 type diesel limited express ( also used on the ktr miyazu line ) jnr / jr 113 series suburban train jnr / jr 115 series suburban train jr west 125 series suburban train ( also used , without a conductor , on the obama line from higashi-maizuru station to nishi-maizuru station ) jnr 9600 type steam locomotive ( this rolling stock belonged to nishi-maizuru railway yard , i.e. the present ktr nishi-maizuru railway yard ) these engines ran between amino station on the former jnr / jr miyazu line ( present day ktr miyazu line ) and ayabe station . jnr de 10 type diesel locomotive these engines commonly operated as freight trains on the former jnr / jr miyazu line ( the present day ktr miyazu line ) and the maizuruko line , a line exclusively for freight transportation that connected nishi-maizuru station with maizuruko station ( formerly umi-maizuru station ) and ceased operating on march 14 , 1985 . one of the rolling stock ( no. 1104 ) was sold to sagano scenic railway , a group company of west japan railway company ( jr west ) , given the name ' romantic train sagano ' and pulls the sight-seeing train between saga torokko station and kameoka torokko station ; and the other rolling stock is owned by jr west 's toyooka railway division and used as a special train for a group passengers and a rail exchange train . jnr kiha 17 series diesel car this rolling stock commonly operated on the former jnr / jr miyazu line ( the present day ktr miyazu line ) , the maizuru line and the naka-maizuru line , which ceased operating on november 1 , 1972 . jnr / jr kiha 20 series diesel car this rolling stock commonly operated on the obama line , the former jnr / jr miyazu line ( the present day ktr miyazu line ) , the sanin main line and the maizuru line . jnr / jr kiha 55 series diesel car this rolling stock , as the semi-expresses ( and later , express ) ' tanba ' and ' wakasa , ' also ran on the sanin main line , and later it ran on the jnr / jr miyazu line ( the present day ktr miyazu line ) . jnr / jr kiha 58 series diesel car this rolling stock , mostly as the express ' tango , ' commonly operated on the sanin main line , the obama line , the former jnr / jr ( later ktr ) miyazu line and the maizuru line , and even after its regular operation was ended on march 16 , 1996 , the train without a conductor continued running for more than 30 years until the line became electrified on october 2 , 1999 . jnr / jr second generation kiha 40 series diesel car this rolling stock commonly operated on the sanin main line , the former jnr / jr miyazu line ( the present ktr miyazu line ) , the obama line and the maizuru line . jnr / jr kiha 47 type diesel cars , which had two pairs of double doors and belonged to fukuchiyama railway yard ( the present day jr west fukuchiyama railway yard ) , commonly operated from higashi-maizuru station and southward ( in the direction of ayabe & fukuchiyama stations ) , and jnr / jr kiha 48 type diesel cars , which had two single doors , belonged to tsuruga railway yard ( the present jr west tsuruga railway yard 's branch in fukui region 's railway division ) , and was shared among the maizuru line , the hokuriku main line ( from omi-shiozu station to the tokaido main line hikone station via maibara station ) , and the kosei line ( to omi-imazu station ) commonly operated from higashi-maizuru station and northward ( in the direction of obama & tsuruga station ) . jnr / jr kiha 82 series diesel limited express this rolling stock ran on the sanin main line and jnr 's miyazu line as the limited express ' asashio ' until 1982 . jnr / jr limited express diesel cars series kiha 181 this rolling stock , mostly as the limited express ' asashio , ' was shared among the sanin main line , the former jnr / jr ( later ktr ) miyazu line and the maizuru line , and even after its regular operation was ended on march 16 , 1996 , it continued running during high season as the special limited express ' tango . ' it still occasionally runs on the maizuru line as a train for a group of passengers . ( the kiha types 82 and 181 belonged to hyuga railway yard , which is now jr west kyoto general railway yard , and some of the kiha 58 & 28 types and all of the kiha 48 type engines belonged to tsuruga railway yard , which is now jr west fukui region railway division 's tsuruga railway branch yard ; the other rolling stock belonged to fukuchiyama railway yard , which is now jr west fukuchiyama railway yard . ) almost all trains run the entire line , but most passengers use higashi-maizuru station and nishi-maizuru station , both of which serve maizuru , a major city in northern kyoto prefecture , with the other stations , except nishi-maizuru station , being used by fewer people . in addition , because central and prefectural government agencies , as well as companies ' branches and offices , are located in maizuru city , the limited expresses , as well as the local ' relay trains ' that connect with them , are mainly used by business commuters , while the other local trains are mainly used for commuting to school . following its electrification and reopening in october 1999 , the number of passengers using the maizuru line steadily increased , but figures have been declining slightly in recent years . originally , the maizuru line was a joint plan between the hankaku railway company and the kyoto railway company but with the russo-japanese war looming , the japanese government needed to bring the schedule forward , so the government took over and opened the line , which ran from fukuchiyama station to shin-maizuru station ( present day higashi-maizuru station ) via ayabe station , and branch lines , in 1904 and then leased it to the hankaku railway company . the branch lines , including the maizuruko line ( between nishi-maizuru station and maizuruko station ) and the naka-maizuru line ( between higashi-maizuru station and naka-maizuru station ) , which transported departing and repatriated soldiers , had all ceased operating by 1985 . november 3 , 1904 : line between fukuchiyama station and shin-maizuru station , via ayabe station , opened by japan national railways ( distance between ayabe station and shin-maizuru station - 16.4 miles ≒ 26.39 km ) . line was leased concurrently to hankaku railway company . ayabe station , umezako station , maizuru station ( present day nishi-maizuru station ) and shin-maizuru station ( present day higashi-maizuru station ) opened on the section constituting the present day maizuru line . military railway opened between maizuru station and maizuru coast freight office station . august 1 , 1907 : hankaku railway company nationalized . november 1 : establishment of operating distance ( 1.0 m ≒ 1.61 km ) between maizuru station and maizuru coast freight office station . maizuru coast freight office station officially opened . october 12 , 1909 : line named hankaku line for some sections , including from kanzaki station ( present day jr west amagasaki station ) to shin-maizuru station , via fukuchiyama station and from maizuru station to maizuru coast freight office station . march 1 , 1912 : line from ayabe station to shin-maizuru station and from maizuru station to maizuru coast freight office station separated and renamed maizuru line . april 10 , 1913 : maizuru coast freight office station renamed umi-maizuru station . start of passenger service between maizuru station and umi-maizuru station . july 21 , 1919 : branch line ( naka-maizuru line ) between shin-maizuru station and naka-maizuru station ( 2.1 m ≒ 3.38 km ) opened . tomon station ( later kitasui station ) and naka-maizuru station opened . april 12 , 1924 : end of passenger service between maizuru station and umi-maizuru station . june 1 , 1929 : nakasuji signal station opened between umezako station and maizuru station . april 1 , 1930 : operating distances changed from miles to meters ( from ayabe station to shin-maizuru station 16.4 m = > 26.4 km ; from maizuru station to umi-maizuru station 1.0 m = > 1.8 km ; from shin-maizuru station to naka-maizuru station 2.1 m = > 3.4 km ) . branch line for freight transportation between shin-maizuru station and shin-maizuruko station ( 1.3 km ) opened . freight depot shin-maizuruko station opened . june 1 , 1939 : shin-maizuru station renamed higashi-maizuru station and shin-maizuruko station renamed higashi-maizuruko station . september 1 , 1941 : branch line between higashi-maizuru station and higashi-maizuruko station closed . freight depot higashi-maizuruko station closed . april 1 , 1944 : maizuru station renamed nishi-maizuru station . september 1 , 1946 : tomon station renamed kitasui station . september 1 , 1951 : nakasuji signal station upgraded and reopened as magura station . march 29 , 1960 : fuchigaki station opened . october 1 , 1966 : umi-maizuru station renamed maizuruko station . november 1 , 1972 : naka-maizuru line ( 3.4 km ) closed . kitasui station and naka-maizuru station closed . march 14 , 1985 : maizuruko line ( 1.8 km ) closed . freight depot maizuruko station closed . april 1 , 1987 : division and privatization of jnr gave birth to west japan railway company , which took over the maizuru line . and japan freight railway company became a railway company that operated between umezako station and higashi-maizuru station . freight service between ayabe station and umezako station discontinued . april 1 , 1991 : establishment of maizuru railway division . start of driver-only service . march 31 , 1999 : japan freight railway company ended type ⅱrailway business ( between umezako station and higashi-maizuru station ) . october 2 : line between ayabe station and higashi-maizuru station electrified . start of limited express ' maizuru ' service ( between kyoto station and higashi-maizuru station ) . july 1 , 2006 : maizuru railway division closed and maizuru line put back under the direct control of fukuchiyama branch . the name of each station is that at the time of closure . the figure in parentheses shows the operating distance from the starting point . branch line for freight transportation ( maizuruko line ) nishi-maizuru station ( 0.0 km ) -- maizuruko station ( freight depot ) ( 1.8 km ) branch line ( naka-maizuru line ) higashi-maizuru station ( 0.0 km ) -- kitasui station ( 1.6 km ) -- naka-maizuru station ( 3.4 km ) branch line for freight transportation higashi-maizuru station ( 0.0 km ) -- higashi-maizuruko station ( freight depot ) ( 1.3 km ) +kitakinki tango tetsudo kabushiki-gaisha is a public-private joint venture , located in and part financed by kyoto prefecture , operating both the miyafuku line and miyazu line ( the former was laid by the japan railway construction public corporation , and the latter was once designated as a specified local line of the japanese national railways ( jnr ) ) . its english translation is kitakinki tango railway corporation co . , ltd , or ktr for short . its head office is located at 118-1 , amada , fukuchiyama city , kyoto prefecture ( the fifth floor of jr west building ) , and the administrative office of the railway business is located at 2065-4 , tsuruga , miyazu city , kyoto prefecture ( the second floor of miyazu station ) . the word " tango " in the corporate name originates from the name of the area the line operated in , the tango province , which was formerly a japanese administrative district based on the legal codes called ritsuryo in the nara and heian periods ; it is also a word play on the dance music , tango . the company has been in the red massively since fiscal year 1990 because of its depreciation of the newly manufactured rolling stock for limited expresses . history september 22 , 1982 : company founded as miyafuku railway corporation . july 16 , 1988 : miyafuku line opened . august 1 , 1989 : company renamed kitakinki tango railway corporation co . , ltd. in preparation for takeover of jr miyazu line . april 1 , 1990 : company took over jr miyazu line and renamed it as ktr miyazu line . limited express ' tango explorer ' service commenced . march 16 , 1996 : company electrified and reopened the entire miyafuku line and a part of miyazu line from miyazu station to amanohashidate station . limited express ' tango explorer ' service commenced . it also began the direct driving of the services of limited express ' hashidate ' and ' monju . ' october 2 , 1999 : company interchanged the driving system of ' tango explorer ' with that of ' tango discovery ' in accordance with the electrification and reopening of jr maizuru line . september 1 , 2007 : company moved its headquarters from the west annex of kyoto prefectural office in kamigyo ward , kyoto city , to jr west building ( west japan railway company fukuchiyama branch ) at amada , fukuchiyama city , kyoto prefecture . railway ktr miyafuku line : between miyazu station and fukuchiyama station ; totaling up to 30.4 km in distance . ktr miyazu line : between nishi-maizuru station and toyooka station ; totaling up to 83.6 km in distance . rolling stock all rolling stock owned by ktr are diesel cars manufactured in fuji heavy industries ltd , whose rolling stock manufacturing business and others were transferred to niigata transys co . , ltd. in 2003 . the entire miyafuku line and a part of miyazu line from amanohashidate station to miyazu station are electrified , but the corporation has no electric train . in the electrified section , the ktr track is shared by the rolling stock of west japan railway company ( jr west ) , such as the jnr limited express series 183 . rolling stock currently owned by ktr ktr limited express diesel cars type ktr001 ( tango explorer ) ktr limited express diesel cars type ktr8000 ( tango discovery ) ktr diesel cars type ktr700 & 800 ktr diesel cars type mf100 & 200 * the words put in parenthesis above are the nicknames of each car . rolling stock formerly owned by ktr type ktr1000 , type ktr2000 ( rainbow resort ; jnr / jr diesel cars series kiha 28 & 58 formally owned by japanese national railways settlement corporation and jr west ) rolling stock owned by jr west and currently sharing ktr track jnr / jr limited express series 183 ( limited express ' hashidate ' & limited express ' monju ' ) jnr / jr suburban trains series 113 jnr / jr suburban trains series 115 rolling stock owned by jnr / jr and formerly sharing the ktr track jnr / jr limited express diesel cars series kiha 181 ( limited express ' asashio ' & ( occasionally ) limited express ' tango explorer ' ) jnr / jr diesel cars type kiha 65 ( special limited express ' edel tango ' & the temporary train for the fireworks site ) jnr / jr diesel cars series kiha 58 ( this was operated as express ' tango , ' express ' miyazu , ' express ' hashidate , ' ' intercity train around four cities ' without a conductor , or the rolling stock linked with local trains for their assistance . it was also operated as a substitute or temporary train , or for group trips ) jnr / jr diesel cars series kiha 53 ( rapid train ' hashidate ' ) jnr / jr diesel cars series kiha 40 ( second generation ) type kiha 47 ( local train called , ' intercity train around four cities ' ) jr west suburban trains series 221 ( operated as temporary rapid train ' rainbow , ' temporary rapid train ' amanohashidate holiday ' and also the train for group trips to tenrikyo ) jr west suburban trains series 223 ( temporary rapid train ' rainbow ' and special rapid train ' amanohashidate holiday ' ) jr west limited express series 281 ( as the emperor 's train ) jr west limited express series 681 ( as the test driving train ) jnr / jr suburban trains series 211 , nicknamed super-saloon ' yumeji ' ( as the group trip train called ' miyazu citizens ' train ' ) fare and charge ordinary fare for an adult ( fare for a child is half price , rounded up to nearest ten yen ) the list below is the fare as of april 1 , 2007 . limited express fare for an adult ( fare for a child is half price , rounded up to nearest ten yen ) the list below is the charge as of april 1 , 2007 . when getting on an ordinary car of a limited express , you have to buy a basic ticket and a limited express ticket . green car charge for an adult ( it 's the same for an child ) the list below is the charge as of april 1 , 2007 . when getting on the green car of a limited express , you have to buy a basic ticket , a limited express ticket for a reserved seat ( this ticket costs the same as the limited express ticket for a non-reserved seat on the shinkansen ) and also , a green ticket . +the miyafuku line is a railway operated by kitakinki tango railway ( ktr ) , running from miyazu station in miyazu city , kyoto prefecture , to fukuchiyama station in fukuchiyama city , kyoto prefecture . the line is part of the kitakinki big x network , which takes its name from its x-like shape on the map , the miyafuku line constituting the upper right oblique line of the ' x. ' the railway 's starting point is miyazu station but the timetable shows trains from fukuchiyama station to miyazu station as odd-numbered ' outbound ' ones . the line covers the distance from fukuchiyama station to miyazu station in a short time , thereby providing tourists from kyoto or osaka with easy access to the sights in tango peninsula like amanohashidate , which is one of three most scenic spots in japan . from fukuchiyama station to oe station , the line runs along the yura-gawa river , and from oe station to miyazu station , it crosses the mountains through a series of tunnels , including the 3,215-meter fuko tunnel . though the entire miyafuku line is electrified , local trains ( including rapid ones ) operate with diesel engines , except for three outbound trains and two inbound ones , because ktr owns no electric . railway length ( operating distance ) : 30.4 km track gauge : 1067 mm number of stations : fourteen ( including the starting station and the final station ) double-tracked section : nonexistent ( the entire line is single-tracked ) electrified section : the entire line ( dc1500v ) block ( railway ) system : special automatic block system ( track circuit detection system ) maximum permitted speed : 130 km / h the limited express services from the direction of kyoto station or shin-osaka station directly connect with the ktr miyazu line , via the ktr miyafuku line . the trains and rolling stock used are as follows . west japan railway company ( jr west ) limited express ' hashidate ' : kyoto station - amanohashidate station ; jnr / jr limited express series 183 limited express ' monju ' : shin-osaka station - amanohashidate station ; jnr / jr limited express series 183 kitakinki tango railway limited express ' tango explorer ' : shin-osaka station - toyooka station ( hyogo prefecture ) ; ktr limited express diesel cars series ktr001 ( belonging to nishi-maizuru railway yard ) limited express ' tango discovery ' : kyoto station - fukuchiyama station - toyooka station ( between kumihama station and toyooka station , some are rapid trains ) ; ktr limited express diesel cars series ktr8000 ( from march 15 , 2008 , via the miyafuku line ) local train services ( almost one per hour ) basically only run on the miyafuku line and use ktr diesel cars series mf100 & 200 ( belonging to fukuchiyama railway branch yard ) but some trains , using ktr diesel cars series ktr700 & 800 ( belonging to nishi-maizuru railway yard ) , directly connect with the ktr miyazu line . for rapid and local train services , jr west rolling stock occasionally shares the track of the ktr miyafuku line . at fukuchiyama station , they arrive at and depart from the jr platform . two rapid outbound trains and one rapid inbound train from fukuchiyama station to amanohashidate station and miyazu station , the limited expresses ' hashidate ' and ' monju , ' are used to return to the yard and therefore use the jnr / jr limited express series 183 . for limited expresses , please refer to the section ' types of operations . ' rolling stock owned by ktr ktr diesel cars series mf 100 & 200 ktr diesel cars type ktr 700 & 800 rolling stock owned by jr west ( belonging to fukuchiyama railway yard ) jnr / jr suburban trains series 113 , jnr / jr suburban train series 115 ( 223m and 224m ) the rolling stock used varies day by day between series 113 and series 115 . driver-only operation is possible but the 223m and 224m also carry a conductor . jnr / jr limited express series 183 ( 801m , 805m , 832m ) these engines are used for returning to the yard while carrying passengers on a limited express . only some cars are available for passenger use ( car no.7 on 801m and car no.2 on 805m and 832m . however , cars no. 2 and 3 are occasionally available on 805m ) and they have no green car . plans for a railway connecting fukuchiyama with miyazu had been around for a long time and in 1887 , kansai railway company surveyed a route going through yura , but the project wasn 't realized . in 1892 , there was a campaign in miyazu for construction of a railway , but this didn 't bear fruit either . eventually , in 1923 , hokutan railway opened a line between fukuchiyama and komori . however , the company ran out of funds to continue the line north of komori station , so japan railway construction public corporation ( jrcc ) took over the project for the laying of the miyamori line . because of financial difficulties , hokutan railway suspended operations in 1971 , and then ended them in 1974 , so construction of the section of the miyafuku line between fukuchiyama station and komori station ( today 's oe station ) was also taken over and continued by jrcc but in 1980 , construction was suspended again because of the enforcement of the special measures law for the promotion of management reconstruction at japan national railways . after that , in 1982 , a private-public joint venture , miyafuku railway ( the present ktr ) , was established and in 1983 construction was restarted , with the long-wished-for miyafuku line finally opening in july , 1988 . this line directly connected kyoto and osaka stations with miyazu and amanohashidate stations , thereby greatly improving rail access to kitakinki region ; in the past , for example , trains had to switchback both at ayabe station and nishi-maizuru station when going from kyoto station to amanohashidate station , so the kitakinki region had seemed far away both timewise and psychologically . july 16 , 1988 : inauguration of service between fukuchiyama station and miyazu station . april 16 , 1993 : application for permission to change general plan and railway facilities in relation to electrification and increase in speed of section between miyazu station and fukuchiyama station . may 13 : permission granted to change general plan in relation to electrification and increase in speed of section between miyazu and fukuchiyama stations . may 14 : permission granted to change facilities in relation to electrification and increase in speed of section between miyazu and fukuchiyama stations . june 10 : authorization of practical plan directions and railway development fund for the section between miyazu and fukuchiyama stations . july 2 : groundbreaking ceremony held . march 16 , 1996 : electrification of section between miyazu and fukuchiyama stations . +the miyazu line is a railway operated by kitakinki tango railway that connects nishi-maizuru station in maizuru city , kyoto prefecture , with toyooka station in toyooka city , hyogo prefecture , via miyazu station in miyazu city . it runs along the foot of the tango peninsula , transporting many tourists to amanohashidate , one of the three most scenic spots in japan . railway length ( operating distance ) : 83.6 km track gauge : 1067 mm number of stations : 19 ( including the starting and destination stations ) double-tracked section : none ( the entire line is single-tracked ) electrified section : the section between miyazu station and amanohashidate station is electrified ( dc 1500 v. ) the sections between nishi-maizuru station and miyazu station and between amanohashidate station and toyooka station are not yet electrified . block system ( railway ) : restricted automatic block system ( electronic sign checking system ) maximum speed : 85 km / h due to the large number of sightseeing spots along the line , the company runs many higher quality trains for tourists . there are several limited express trains to and from kyoto station and shin-osaka station , via kitakinki tango railway 's miyafuku line . the following trains and rolling stock are in use . while some higher quality trains used to go to kyoto via nishi-maizuru station on the maizuru line , the route was changed to via the miyafuku line following the timetable revision of march 15 , 2008 , and consequently , only rapid and local trains operate on the section between nishi-maizuru and miyazu . via the miyafuku line jnr / jr series 183 limited expresses are used for the limited express ' hashidate ( train ) , ' running between kyoto and amanohashidate .. jnr / jr series 183 limited expresses are used for the limited express ' monju ( train ) , ' running between shin-osaka and amanohashidate . ktr 001 series ( from june 19 , 2005 , to march 17 , 2007 , the ktr 8000 was used ) limited expresses ( diesel cars ) are used for the limited express ' tango explorer , ' running between shin-osaka and miyazu / toyooka , with extra services as rapid / local trains between miyazu and nishi-maizuru . ktr 8000 series limited expresses ( diesel cars ) are used for the limited express ' tango discovery , ' running from kyoto to fukuchiyama and toyooka ( hyogo prefecture ) , with extra services as rapid train between kumihama and toyooka , while the same train partly used the ktr 001 series limited express ( diesel cars ) from june 19 , 2005 , to march 17 , 2007 . from march 15 , 2008 , the route has run via the miyafuku line . in addition , the limited express ' tango discovery ' runs between amanohashidate and toyooka and connects at amanohashidate with a limited express running via the miyafuku line . although all the surrounding lines are electrified , the only electrified section of the miyazu line is between miyazu and amanohashidate , so the west japan railway company ( jr west ) limited expresses ' hashidate ' and ' monju , ' which only run on that section , are electric trains , while the limited expresses ' tango discovery ' and ' tango explorer , ' which run on both the electrified and unelectrified sections , are ktr diesel trains . local trains run every one or two hours , in accordance with a time table arranged to connect with limited expresses at miyazu station and amanohashidate station . there are also the sightseeing trains ' tango-roman , ' a rapid train which runs between nishi-maizuru and amanohashidate , and ' tango-yuyu , ' a local train running on saturdays and holidays . for express trains , please refer to the services section . ktr 700 & 800 series diesel cars ktr mf100 & 200 series diesel cars series ( very rarely used ) ktr 001 series limited express ( diesel cars ) ( 617d / 650d ) used for deadheading the tango explorer between nishi-maizuru and miyazu ktr 8000 series limited express ( diesel cars ) ( 615d / 619d / 663d / 611d / 667d / 614d / 664d ( 9664d ) / 672d ( 9672d ) ) jnr / jr 183 series limited express ( between miyazu and amanohashidate ) steam locomotives - withdrawn on october 1 , 1972 the miyazu line was the last japan national railway ( jnr ) line in kyoto prefecture continue using steam locomotives . the jnr 9600 type steam locomotive was used exclusively for hauling sectional cargo trains from nishi-maizuru station to amino station ( some trains went , via the maizuru line , to ayabe station on the sanin main line ) and also for such seasonal trains as the ' tulip-go ' in spring and the ' hashidate-beach ' in summer ( as far as amanohashidate ) . the jnr c58 type steam locomotive also ran on the whole obama line . the jnr steam locomotive type 9600 belonged to nishi-maizuru engine depot ( currently nishi-maizuru operation section of kitakinki tango railway ) ; others belonged to toyooka engine depot ( currently toyooka railway division of jr west ) , with the operation of cargo trains assigned to nishi-maizuru section and that of passenger trains to toyooka section . diesel cars - ordinary type cars belonged to fukuchiyama engine depot ( currently fukuchiyama operation center of jr west ) , and the express type series kiha 82 and kiha 181 belonged to mukomachi operation center ( currently kyoto general operation center of jr west ) the jnr / jr kiha 10 series diesel cars also ran on the naka-maizuru line , which closed on november 1 , 1972 . currently disused rolling stock jnt / jr kiha 20 series diesel cars jnr / jr kiha 55 series diesel cars jnr / jr kiha 58 series diesel cars jnr / jr kiha 40 series diesel cars ( two generations ) jnr / jr kiha 80 series diesel cars jnr / jr kiha 181 series limited express ( diesel cars ) the miyazu line , which had originally been operated by japan national railways , was designated a special local line ( 3rd class ) under the act for special measures to promote restructuring of japan national railways , and after being operated by west japan railway company , it was taken over by kita-kinki tango railway from april 1 , 1990 . this line was the last one to be converted to a special local line . april 12 , 1924 : opening of miyazu line , from maizuru ( current nishi-maizuru station ) to miyazu ( 15.5 miles ≒ 24.94 km . ) opening of shisho station , shinonome station , kunda station , miyazu station and tangoyura station . july 31 , 1925 : line extended from miyazu to tangoyamada ( 6.8 miles ≒ 10.94 km . ) opening of amanohashidate station , iwatakiguchi station and tangoyamada station ( currently nodagawa station . ) november 3 : line extended from tangoyamada to mineyama ( 7.8 miles ≒ 12.55 km ) . opening of kuchiono station ( subsequently tangoomiya station ) and mineyama station . december 25 , 1926 : line extended from mineyama and amino ( 4.5 miles ≒ 7.24 km . ) opening of amino station . december 15 , 1929 : opening of minetoyo line ( 7.4 miles ≒ 11.91 km ) , from toyooka to kumihama . opening of tajimamie station and kumihama station . april 1 , 1930 : operating distance units changed from miles to meters ( miyazu line , 34.6 miles = > 55.7 km , minetoyo line , 7.4 miles = > 11.9 km . ) may 25 , 1931 : miyazu line extended from amino to tangokitsu ( 5.6 km ) . opening of tangokitsu station ( current kitsuonsen station . ) august 10 , 1932 : it started operation of 10.8 km railway between tangokitsu and kumihama , which marked completion of work for its entire operation of the whole line . newly started sections and minetoyo line incorporated into miyazu line . opening of tangokanno station . january 20 , 1944 : takano signal station established between nishi-maizuru and shisho . april 1 : maizuru station renamed nishi-maizuru station . november 21 , 1946 : takano signal station closed . june 22 , 1957 : opening of tangokanzaki station . march 1 , 1962 : opening of koyama station . may 25 , 1963 : kuchiono station renamed tangoomiya station . october 1 , 1972 : final trip of last steam locomotive ( 9600 type , belonging to nishi-maizuru engine depot , currently nishi-maizuru operation center of kitakinki tango railway ) kept by jnr within kyoto prefecture from ayabe on sanin main line ( via maizuru line ) and nishi-maizuru to amino . march 14 , 1985 : freight transportation discontinued . february 3 , 1987 : abolishment of jnr miyazu line approved ( became final line designated a special local line ( 3rd class . ) ) april 1 : transferred to west japan railway company , following division and privatization of jnr . april 7 , 1988 : decision to convert to a joint public-private enterprise . june 22 : 6th ordinary general meeting of shareholders of miyafuku railway ( currently kita-kinki tango railway ) held . at meeting , resolution that miyafuku railway take over miyazu line after ' conversion plan ' agreed and decided on . 4th conference on measures for miyazu line special local line held . at meeting , ' conversion plan ' unanimously agreed and decided , including succession of management of miyazu line by miyafuku railway . april 1 , 1990 : jr west 's miyazu line ( 84.0 km ) abolished and kita-kinki tango railway 's miyazu line ( 83.6 km ) opened . tangoyamada station renamed nodagawa station , tangokitsu station renamed kitsuonsen station . january 10 , 1992 : introduction of wireless train control system . april 16 , 1993 : application for approval of modification of basic plan on electrification and speeding up of section between miyazu and amanohashidate , as well as modification of relevant railway facilities . may 13 : approval of application for modification of the basic plan . may 14 : approval of application for modification of relevant railway facilities . june 10 : instruction for implementation program given , and authorization for railway development fund granted . july 21 : groundbreaking ceremony for electrification and speeding-up work held . march 16 , 1996 : electrification between miyazu and amanohashidate completed . west japan railway company commenced operation of electric expresses ' hashidate ' and ' monju . ' march , 2008 : renovation of maruyama-gawa bridge started . nodagawa station ( tangoyamada station ) : kaya railway +the amanohashidate cable railway is a cable car line operated by the tango kairiku kotsu co . , ltd. that connects fuchu station ( in miyazu city , kyoto prefecture ) and kasamatsu station . it is also called amanohashidate cable car or kasamatsu cable . the line is located on the pilgrim path from amanohashidate station on the miyazu line of the kitakinki tango railway to nariaisan nariai-ji temple and passes through amanohashidate , one of the three most famous scenic places in japan . a chairlift runs parallel to the cable railway , both of which can be used with a single ticket . track data track length ( operating kilometers ) : 0.4 km track gauge : 1067 mm number of stations : 2 difference in height : 130 m maximum grade : 461 ‰ minimum grade : 78 ‰ services cable cars run every 15 minutes and the trip takes 4 minutes . operating hours vary depending on the season . january , february and december : 8 : 00 - 16 : 30 march and november : 8 : 00 - 17 : 00 april , may , june , september , october , july 1 - 19 , and august 21 - 31 : 8 : 00 - 17 : 30 july 20 - august 20 : 8 : 00 - 18 : 00 history august 13 , 1927 : line between fuchu station and kasamatsu station opened by seiso electric railway . december 22 , 1927 : seiso electric railway renamed amanohashidate cable railway . february 11 , 1944 : line discontinued as unnecessary during the war . august 12 , 1951 : line reopened by tango kairiku kotsu co . , ltd. between fuchu station and kasamatsu station . list of stations fuchu station - kasamatsu station since the grade at fuchu station is 78 ‰ , which is gentle compared to the steepest section ( 80 ‰ ) of the adhesion traction hakone tozan railway , the platform is sloped , not stepped . connecting line fuchu station can be reached by bus or sightseeing boat , operated by the tango kairiku kotsu co . , ltd . , from amanohashidate station on the miyazu line of the kitakinki tango railway . it can also be reached on foot via amanohashidate . +located in hiyoshi-cho , nantan city , kyoto prefecture , hiyoshi station is a stop on the sanin main line , which is operated by the west japan railway company ( jr west ) . it was the central station of old hiyoshi-cho . some limited express trains stop at hiyoshi station in the morning and evening for commuters . station layout hiyoshi station is an aboveground station with a single platform serving two tracks that run in opposite directions , allowing trains to pass each other . the station building is shared with the nantan city hiyoshi-cho exchange center and can be accessed from the level crossing on the fukuchiyama side of the platform . management of the station has been semi-subcontracted to kiosk since before the station moved into the current building . hiyoshi station has a single track crossing loop configuration on the fukuchiyama side of platform 1 , where platform 1 is used mainly for the limited express trains that pass through the station and platform 2 is used mainly for trains that stop at the station . trains stop at platform 1 only when two local trains pass or when inbound limited express trains stop at the station . passenger volume the number of passengers per day was about 375 people in fiscal year 2006 . ( adapted from the kyoto prefecture statistical report ) station surroundings nantan city office , hiyoshi branch tonoda elementary school , nantan city tonoda junior high school , nantan city hiyoshi post office kyoto prefectural road no. 50 , kyoto hiyoshi miyama route history august 25 , 1910 : tonoda station opened , operated by japan national railways ( jnr ) . start of passenger and freight services . january 21 , 1984 : freight service discontinued . april 1 , 1987 : station taken over jr west following division and privatization of jnr . march 16 , 1996 : tonoda station renamed hiyoshi station . neighboring stations * the limited expresses ' tanba , ' ' hashidate , ' and ' maizuru ' ( ' tanba ' is an inbound train and ' hashidate ' is an outbound train ) occasionally stop at hiyoshi station ; refer to the individual descriptions of these trains for the stations they stop at . west japan railway company ( jr west ) sanin main line funaoka station ( kyoto prefecture ) - hiyoshi station - shinkyudaigakumae station there was a plan to construct the kotsuru line , running from hiyoshi station to obama station in obama city , fukui prefecture . +located in hiyoshi-cho , nantan city , kyoto prefecture , goma station is a stop on the sanin main line , which is operated by west japan railway company ( jr west ) . some limited express services make a stop here and many shuttle service trains arrive at and depart from this station . but during the day , goma station serves as a passing loop and local trains often have to wait ten or more minutes to let express trains through . station layout goma station is a ground level station with one side platform and one island platform serving three tracks . there is a station building but , since it is unmanned , there is an automatic ticket machine inside the building . the side platform ( track 1 ) adjoins the station building , and is connected by a bridge with the island platform ( tracks 2 & 3 ) . track 1 serves as the main line when trains are crossing , so all limited express trains use this track . when limited express trains are not passing , local trains also use track 1 but , as mentioned above , the station serves as a passing loop during the day , so this is only possible during the morning and evening . in addition , the shuttle service train to and from sonobe station arrives at , and departs from , track 3 . passenger use in fiscal year 2006 , the number of passengers who used the station was about 400 a day . ( according to the kyoto prefecture statistics report ) surroundings " sato no eki gomaya " ( a complex of shops selling local farm produce and other products , located in front of the station ) grandvert kyoto golf club mt . maruyama nantan municipal gomago elementary school " kayabuki ongaku-do " ( the straw thatched music hall . every spring and autumn , the seiler piano duo comes here and puts on a performance , so several limited express services stop at goma station especially for the people going to the show . ) kyoto hiyoshi miyama line of the kyoto prefectural route 50 history august 25 , 1910 : goma station opened as a japan national railways stop . began handling passengers and freight . march 1 , 1963 : stopped handling freight . april 1 , 1987 : taken over by jr west following division and privatization of japan national railways . adjacent stations * for information about stations used by the limited expresses ' tanba ' ( only outbound train ) , ' kinosaki ' ( only inbound train ) and ' maizuru , ' please refer to the article for that train . west japan railway company ( jr west ) sanin main line shinkyudaigakumae station - goma station - shimoyama station ( kyoto prefecture ) +located in higashiyama ward , kyoto city , keage station is a stop on the kyoto municipal subway tozai line . the station number is t09 . like other stations on the tozai line , keage station has a double track , an island platform and security doors between the platform and tracks . every station of the tozai line has its own color , and keage station 's is violet . keage station 's platform is located on sub-level four . the station is equipped with two elevators that were manufactured by mitsubishi electric corporation , and the elevator that links the platform ( sub-level four ) with the concourse ( sub-level one ) can load and transport a stretcher , but it doesn 't stop at the two floors in between . there are buttons for the two floors but they are unmarked and when pushed , an announcement states that the elevator doesn 't stop at those floors . the station has two exits to street level . the area around the station is designated a scenic zone and the entrances have a finish of brick-style tiles . the station is used as a starting point to go to sightseeing spots in the higashiyama mountain range , including the area around okazaki park . with higashiyama high school nearby , many students use the station . around 8 a.m. , almost eighty percent of the passengers are students of higashiyama high and junior high school . the station is located on the eastern edge of kyoto basin , at the foot of the higashiyama mountain range . to the northwest is the downtown area but to the southeast , there is only the tokaido road ( sanjo-dori street ) , heading over the mountains . the westin miyako kyoto hotel nanzen-ji temple lake biwa canal the lake biwa canal museum of kyoto canal inclined plane " nejiri-manpo " ( a peculiar tunnel made up of bricks ) the keage hydroelectric power plant ( japan 's first hydroelectric plant ) the keage purification plant the kujoyama purification plant zenrin-ji temple , or eikando ( kyoto city ) murinan villa and gardens higashiyama high school kyoto international community house kyoto city zoo , etc . : the zoo is near to higashiyama station ( kyoto prefecture ) , but it is also accessible from keage station . himukai-daijingu shrine this is the second keage station to be run by kyoto municipal transportation bureau , the first one being a tram stop on the defunct keage tram line . there was also another keage station , operated by the keihan keishin line , which was located to the west of the present keage station , across the intersection . october 12 , 1997 : establishment of keage station and daigo station to nijo station section of tozai line . april 1 , 2007 : introduction of pitapa card ticketing and electronic money system . the facilities of keage station were built by kyoto kosoku railway co . , ltd . , a joint public-private venture . ( for details , please refer to the article on the history of the kyoto municipal subway tozai line ) kyoto municipal subway tozai line misasagi station ( t08 ) -keage station ( t09 ) -higashiyama station ( kyoto prefecture ) ( t10 ) +located in goken-cho , higashiyama ward , kyoto city , kyoto prefecture , sanjo station is a station owned by keihan electric railway ( ker ) . the color used for the platforms of this station is orange . incidentally , orange means the numerical value three when used to show the electrical resistance volume of a resistor . ker used to call this station ' kyoto sanjo station ' or ' sanjo kyoto station ' to underscore the fact that the station was ker 's kyoto terminal . now , the station is commonly known as ' sanjo keihan ' , so the kyoto municipal subway tozai line and the kyoto city bus terminal , both nearby , use this name . keihan electric railway keihan main line keihan oto line sanjo station is the terminus for both these lines , but in fact , it functions as an intermediate station because the train schedules are arranged to allow trains to connect . furthermore , the station is connected with the line below through an underpass . kyoto municipal subway kyoto municipal subway tozai line ( sanjo keihan station ) station layout sanjo station is an underground stop with two island platforms serving four tracks , and is the largest station on the section between shichijo station and demachiyanagi station , in central kyoto . ticket gates and concourses are on sub-level one , and the platforms are on sub-level two . there are two ticket gates , the north ticket gate and the central ticket gate . past the ticket gates , there are souvenir shops selling kyoto confectionaries and other products . elevators in the station building are available for disabled people , with two located on the south side of the central entrance and one each , from the concourse to street level , in the north and south station buildings . ker sanjo station is connected to kyoto municipal subway tozai line 's sanjo keihan station through an underpass outside the ticket gates . all the platforms are long enough to accommodate trains up to eight cars long . all limited express and k-limited express trains leave from platforms 1 & 3 . a tune is played over the pa system when a train leaves the platform . with many restaurants and bars nearby , the area is crowded at night with young people , company employees and others . surroundings for the station 's surroundings and the bus stop , please refer to the article about " sanjo keihan . " history a station was first established at the eastern edge of sanjo-ohashi bridge by keishin electric streetcar ( later , keihan keishin line ) . august 15 , 1912 : keishin electric streetcar ( today 's keishin line ) provisionally opened sanjo-ohashi station . formally , the starting point of the line was furukawacho station ( the present higashiyama-sanjo station ) , but the actual starting point was sanjo-ohashi station . conditions laid down by the kyoto city road administrator meant that the operation of the section between sanjo-ohashi station and furukawacho station was only provisional . sanjo-ohashi station was located on the north side of sanjo-dori street . december 13 , 1912 : a patent was given to keishin electric streetcar for the section between sanjo-ohashi station and furukawacho station , so the operation began formally . october 27 , 1915 : ker opened sanjo station . february 20 , 1923 : keishin electric streetcar 's sanjo-ohashi station moved next to ker sanjo station ( later keishin sanjo station ) . february 1 , 1925 : keishin electric streetcar co . , ltd. absorbed into keihan electric railway co . , ltd . ; line became keishin line . october 1 , 1943 : following take over of keihan electric railway co . , ltd , control of sanjo station passed to keihanshin electric express railway co . , ltd . december 1 , 1949 : control of sanjo station returned to keihan electric railway co . , ltd , following separation of companies . november 25 , 1949 : keishin line 's sanjo-ohashi station merged with keihan main line 's sanjo station , and renamed sanjo station . april 1 , 1987 : keishin line 's sanjo station renamed keishin sanjo station . may 24 , 1987 : keihan main line 's sanjo station became underground station . separated from keishin line . september 1 , 1988 : total smoking ban introduced at the underground sanjo station . october 5 , 1989 : keihan oto line began operation of section between sanjo station and demachiyanagi station . start of mutual line operation by keihan main line and keihan oto line . march 21 , 1994 : fax service introduced at all keihan station offices . october 12 , 1997 : section between keishin sanjo station and misasagi station discontinued ; keishin sanjo station closed . august , 2003 : keihan info station opened on sanjo station concourse . january 24 , 2004 : atms installed on sanjo station concourse . june 22 , 2007 : ' ecostation21 keihan sanjo ' multistory bicycle parking lot opened . november 23 , 2007 : convenience store ' anthree ' and ' shizuya bakery ' opened on sanjo station concourse on sub-level one . when the station was above ground , the facilities were located in the southern part of sanjo-dori street , or to be more exact , at the southern part of the sanjo-ohashi bridge 's eastern edge . the description below is of the situation just before construction of the keihan main line underground station began ( around 1978 ) . keishin line numbered not only the platforms for boarding passengers but also the platforms for alighting passengers , while the keihan platform was unnumbered . keihan main line platform 1 this platform was for passengers going to uji station . it was a bay platform , and also served for passengers getting off . it was once one of the through train tracks of ' keihan suburban train type 60 , ' and included the keishin line 's platform 7 & 8 . the platform was short , only being able to accommodate trains up to four cars long . platform 2 this platform was for passengers getting on limited express trains . it was a bay platform , and shared the same physical platform as platform 3 ( for alighting passengers ) which was on the other side . platform 3 this platform was for passengers getting on express or semi-express trains . platform 4 this platform was for passengers getting on local trains to osaka . it faced platform 3 . and it was the platform nearest to the kamo-gawa river . because of the platform structure , passengers had to detour to the northern edge of the platform when changing trains between keihan main line ( platform 4 ) and keishin line . there was a level crossing between platform 2 and platform 3 for express train passengers . when the limited express service stopped at platform 2 , both sides of the doors of limited express train opened , so the passengers on platform 2 could go to platform 3 through the car . keishin line : the station 's platforms were bay platforms , which , from above , looked like the letter ' e , ' with the middle two platforms being boarding areas . platform 5 this platform was for passengers getting off express and semi-express trains . platform 6 this platform was for passengers getting on express and semi-express trains . platform 7 this platform was for passengers getting on local trains . it was one of the through train tracks of the ' lake biwa train . ' platform 8 this platform was for passengers getting off local trains . the track between platform 1 and platform 7 continued working for a long time after world war ⅱ ( the keihan main line and keishin line through train services continued until 1961 , and after that , the track was used for deadheading keishin line 's new rolling stock until after 1965 ) , but about 1970 , the track was removed and concrete buffer stops were set up at both ends . the whole station building stood over lake biwa canal , so people on the station passage could see the canal flowing below . and platform 4 overhung the riverbank of the kamo-gawa river . there was a row of restaurants and souvenir shops on the premises , giving the station the air of a terminus . the station 's north entrance was located at the eastern edge of sanjo-ohashi bridge , where the statue of hikokuro takayama stands , and the south entrance was located on the corner of wakamatsu-dori street and nawate-dori street , close to the keishin line platforms . there was a taxi stand at the station 's north entrance , and a bus stop at the station 's south entrance . after the platforms of keishin line were separated from keishin sanjo station , platform 6 became platform 1 , platform 7 became platform 2 , and the number of platforms for passengers getting off the train were erased . after the keishin line was closed , the site around the station building was left alone for a while , but in 2003 the business park ' kyouen ' was opened as part of the area 's redevelopment . the complex consists of buildings reminiscent of edo period merchants ' houses , and many of the tenants are newcomers to kyoto . keishin sanjo station had no counter for a commuter ticket , so people who wanted to buy one had to go to the underground concourse of keihan main line sanjo station . there was a message board at the west point of keishin sanjo station 's ticket gate , but there was no chalk ( the situation before 1994 is unclear ) . when changing trains from keishin sanjo station to keihan main line , passengers could pass through the ticket gate with a single ticket , but after the opening of the tozai line , they had to buy a new ticket ( although the situation was improved to some degree on april 1 , 2007 , by the introduction of pitapa , a smart card for payment of amongst other things , railway fares ) . for passengers changing trains from keihan main line to keishin line ( the subway tozai line ) , an announcement in the car gave the destination as ' the direction of otsu , ishiyama and sakamoto ' until about 1980s , as ' the direction of yamashina , otsu and lake biwa , ' from around 1990 until the time keishin sanjo station was closed , ' and as ' the direction of otsu and lake biwa , or the subway tozai line ' from 1997 ( when keishin sanjo station was closed ) until 2003 ( yamashina seems to have been removed because passengers can reach it directly on the tozai line ) . at present , it is given as ' the subway tozai line and the direction of the keishin line and lake biwa . ' there are many shuttle service trains that run between sanjo station and osaka , and in addition , two local train services per hour leave sanjo station for demachiyanagi station . however , there are no trains from demachiyanagi station to sanjo station . shuttle trains from osaka are , as a rule , turn around using the lead tracks located toward jingu-marutamachi station . however , deadhead trains occasionally use the double crossing on the track to gion-shijo station , a remnant from the time before the keihan oto line opened and sanjo station was still the last station . until the revision of the timetable in 2000 , osaka-bound trains were split between platform 3 for limited express and local trains to yodoyabashi station and platform 4 for express and local trains to uji station ( keihan ) . at present ker uses platform 3 as the main track and platform 4 as the sidetrack . ( the first train usually starts from platform 4 ) from the opening of the underground station until the inauguration of the keihan oto line , ker had used platform 1 for express trains , platform 2 for local trains to yodoyabashi station , platform 3 for local trains to uji station , and platform 4 for limited express trains and evening rush hour local trains to yodoyabashi station . when trains to demachiyanagi station are delayed due to a disruption of the schedule , ker reschedules the timetable by stopping some trains at sanjo station and turning them back immediately , thereby allowing following trains to make up time . adjacent stations keihan electric railway keihan main line / oto line k-limited express / limited express gion-shijo station ( keihan main line ) - sanjo station - demachiyanagi station ( oto line ) express / semi-express / local train gion-shijo station ( keihan main line ) - sanjo station - jingu-marutamachi station ( oto line ) kyoto municipal subway tozai line sanjo keihan station - higashiyama station ( kyoto prefecture ) keishin line ( closed in 1997 ) keishin sanjo station - higashiyama sanjo station +located in kakegahara , kita-okawara , minami-yamashiro-mura , soraku-gun , kyoto prefecture , okawara station is a stop on the kansai main line , which is operated by the west japan railway company . it is an aboveground station with two side platforms serving two tracks , allowing the inbound train and outbound train to pass each other . because both the starting signal and the home signal are set up for only one direction , the train on the other line cannot be given priority to enter the station . the station building is located on the kamo-bound platform side and connected to the kameyama-bound platform by an unroofed bridge . as a quasi-sub-contracted railway station , it is unmanned early in the morning and from evening onwards . there is no automatic ticket machine . * the platforms are not numbered . minami-yamashiro village office minami-yamashiro post office yamanami hall national route 163 kizu-gawa river ( kyoto prefecture ) minami-yamashiro community bus ( operated on wednesdays , free of charge ) for okawara for nodono and dosenbo november 11 , 1897 : opened as station ( general rail station ) of kansei railway company with start of services between iga-ueno station and kamo station ( kyoto prefecture ) . october 1 , 1907 : kansei railway company nationalized in compliance with railway nationalization act . october 12 , 1909 : line name changed to kansai main line . august 1 , 1970 : freight services discontinued ( became passenger-only station ) . april 1 , 1987 : ownership passed to west japan railway company following division and privatization of jnr . west japan railway company kansai main line tsukigaseguchi station - okawara station - kasagi station +located in kasagi-cho , soraku-gun , kyoto prefecture , kasagi station is a stop on the kansai main line , which is operated by the west japan railway company ( jr west ) . the icoca and j-through cards and , due to a reciprocal agreement , east japan railway company 's suica card and surutto kansai association 's pitapa card are not valid in the area to the east of the station . each station on the kansai main line section between this station and seki station ( mie prefecture ) is under the control of the kameyama railways department , osaka branch office , west japan railway company . stations from neighboring kamo station onwards are under the direct control of the osaka branch office . kasagi station is an aboveground station with a single island platform serving two tracks . there used to be another railway for freight trains to the side of the station building . some trains used to leave kasagi station for nara . during tourist seasons , the ( semi- ) express ' kasuga ' used to stop at this station on a temporary basis . in the japan national railways era , the express ' yamato ' from tokyo used to pass this station , and the length of the platform , which was designed for 8-car trains , is a reminder of the glory days of the old main line era . the platform foundation is a stone structure built when kansei railway company owned the station . the bridge , main station building and waiting room still retain their appearance from the kansei railway era , making kasagi a picturesque and valuable station . the station building and the platform are connected by a bridge . the station is unattended early in the morning and at night . there are some coin-operated lockers . kasagi onsen ( hot spring ) kasagi post office kyoto prefecture kasagiyama nature park ( kasagiyama shizen koen ) to the southeast of the station lies mt . kasagi-yama ( kyoto prefecture ) , where tsubakimoto-jinja shrine and the site of emperor godaigo anzaisho 's lodge are located . the kansai main line runs along the south bank of kizu-gawa river ( kyoto prefecture ) and national highway 163 runs along its north bank . kasagi town hall and kasagi elementary school are located on the north bank of the river , and the kasagi-ohashi bridge ( kyoto and nara prefectural road no.4 , kasagi yamazoe route ) connects the north and south sides . november 11 , 1897 : opened as a station ( general rail station ) of kansei railway company when service between iga-ueno station and kamo station ( kyoto prefecture ) commenced . october 1 , 1907 : kansei railway company nationalized in compliance with railway nationalization act . october 12 , 1909 : name of line changed to kansai main line . october 1 , 1962 : freight services discontinued ( changed to passenger-only station ) . april 1 , 1987 : following division and privatization of jnr , ownership passed to west japan railway company . west japan railway company ( jr west ) kansai main line okawara station ( kyoto prefecture ) - kasagi station - kamo station ( kyoto prefecture ) +tokaido ( or umitsu-michi ) can mean : one of the goki-shichido , an ancient administrative area , on the pacific ocean side of central honshu . one of two highways that traverse the above-mentioned tokaido region . a highway that was built during the ritsuryo period . a highway that was built during the edo period . this highway was one of the go-kaido ( the collective name given to the five principal routes used during the edo period ) . administrative division as an administrative division , tokaido referred to a region of central honshu extending east of kinai and along the taiheiyo . this corresponds to the regions stretching from present-day mie prefecture to ibaraki prefecture along the pacific coast . iga-no-kuni ( western mie prefecture ) ise-no-kuni ( central mie prefecture ) shima-no-kuni ( eastern mie prefecture and the vicinity of the irako cape , in aichi prefecture ) owari-no-kuni ( western aichi prefecture ) mikawa-no-kuni ( central and eastern aichi prefecture ) toto-umi-no-kuni ( mainly western shizuoka prefecture ) suruga-no-kuni ( mainly central shizuokaprefecture and the vicinity of mt . fuji ) izu-no-kuni ( izu peninsula and the izu island chain ) kai-no-kuni ( yamanashi prefecture ) sagami-no-kuni ( kanagawa prefecture ) musashi-no-kuni ( tokyo prefecture and part of saitama and kanagawa prefectures , initially belonging to tozando ) . awa-no-kuni ( southern chiba prefecture ) kazusa-no-kuni ( central chiba prefecture ) shimo-usa-no-kuni ( east of the sumida river in tokyo prefecture , northern chiba prefecture and part of ibaraki prefecture ) hitachi-no-kuni ( ibaraki prefecture ) during the ritsuryo period the tokaido was a road linking the kokufu and tokaido regions . the tokaido , one of the shichido , is in the middle grade among the goki-shichido . during the ritsuryo period the tokaido was developed to be wider and straighter than that of the middle ages and the edo period . a question remains as to what the exact route would have been because the road was no longer used and had disappeared over the middle ages , but its route is thought to be nearly the same as the modern tokaido except for the following areas : the area east from heijo-kyo ( nara ) up to the suzuka-no-seki checkpoint via iga kokufu the area from numazu to sekimoto via gotenba and ashigara-toge in those days the tokaido was the main road in " tokaido . " after the ashikagaji was closed in about 800 due to an eruption of mt . fuji , the " hakone-ji " was developed and called " tokaido yagurazawa okan . " however , because the route of the hakone-ji had steep slopes , the ashigara-ji was repaired and reopened , and it continued as a major highway until the middle ages . east of sagami-no-kuni kokufu after crossing the sea , the tokaido ran north along the boso peninsula , went through hitachi-no-kuni and the kikuta-no-seki checkpoint into mutsu-no-kuni , and merged with the tozando in what is now miyagi prefecture . in sagami-no-kuni it took the route of the present yagurazawa-okan ( national highway 246 ) until the point of crossing the tama-gawa river . in some sections of the old route of the yagurazawa-okan , the roadway of the tokaido in the ritsuryo period has been used . in ancient times a border area between musashi-no-kuni and shimo-usa-no-kuni , called the nakagawa lowlands , had not become solid land and was therefore unsuitable as a travel route , but musashi-no-kuni belonged to tozando under the traditional influence of the powerful families of its northern neighbor ueno-no-kuni , and had a close relationship with them ( see the article on musashi-no-kuni-nomiyatuko-no-ran ) . accordingly , the initial tokaido crossed water from the miura peninsula of sagami-no-kuni to the boso peninsula of kazusa-no-kuni ( awa-no-kuni became independent in 718 ) . this is because , apart from awa-no-kuni , present-day chiba prefecture ( the tip of the boso peninsula ) , kazusa-no-kuni ( the central boso peninsula ) , having the kanji meaning " upper , " was in fact below shimousa-no-kuni ( the upper part of the peninsula ) , having a kanji meaning " lower , " which may feel confusing by comparison to the modern concept of " upper and lower . " later , on october 27 , 771 ( on the old japanese calendar ) , musashi-no-kuni was transferred to tokaido in consideration of an insecure water route and the importance of efficient transportation in sending an expedition to ezo ( according to shoku-nihongi ) . it is believed that the name " tokaido " includes the meaning " umi-no-michi " ( literally , " sea road " ) rather than " yama-no-michi " ( literally , " mountain road , " which is the meaning that the name " tozando " includes ) because , in addition to the route from sagami to kazusa mentioned above , it also provides a route across the sea at ise bay from mikawa-no-kuni to ise-no-kuni . the water route was described in engi-shiki . the tokaido , after reaching its terminal region of hitachi-no-kuni , was extended further north to mutsu-no-kuni via the kikuta-no-seki checkpoint . it continued along the coastal area of the present-day fukushima prefecture ( along hama-dori street ) and merged with the tosando in iwanuma city , miyagi prefecture . the tokaido in mutsu is a secondary route , because mutsu belonged to tozando . in regions north of mutsu , roads with the tokaido name are found here and there . if they are legacies of ancient times , it is likely that the tokaido existed as a branch line in regions farther north . the roads described in historical papers as sea routes ( in contrast to mountain routes ) are believed to have been developed as branch lines extending from kokufu of tagajo toward oshika-gun / monou-gun . also , azuma-kaido street in present-day sendai may have a story that goes back to ancient times . once the kamakura shogunate was established by minamoto no yoritomo , the tokaido began to serve as an arterial highway linking kyoto and kamakura . in those days umimichi referred to the tokaido , as described in a book entitled " kaidoki . " in the beginning of the edo period , when the administrative capital was transferred to edo ( tokyo ) , the tokaido was regarded as one of the five major highways and thus became the most important route linking kyoto and edo . it extended from nihonbashi ( chuo ward , tokyo prefecture ) ( edo ) to sanjo-ohashi ( kyoto city ) . there were 53 yadoeki ( see " tokaido gojusan tsugi " ) . military activity was the original purpose of the improvement of the tokaido . checkpoints were established along the way in hakone town and arai town . some may regard the kyo-kaido ( with four checkpoints ) , which extended from kyoto to osaka , as part of the tokaido . on the way , in the direction from edo to osaka , the otsu-kaido branched off at oiwake station ( shiga prefecture ) to enter fushimi ward instead of entering kyoto at otsu-juku . work pieces featuring tokaido tokaido gojusan tsugi , by hiroshige utagawa ( a ukiyoe picture ) tokaidochu hizakurige , by ikku juppensha the meiji government began to assign road numbers as the names of national arterial highways , and thereby it abolished ryoseikoku as a regional division system . the proper function and location of the highway were taken over by the present national highways 15 and 1 . although the current tokaido takes a different route in some sections , its function of linking eastern japan with western japan ( or the kanto region with the kansai region ) has been the same since the ritsuryo period , which means the route of the tokaido is still indispensable for japan today . when people say " tokaido " today , they refer to its route in the edo era and the areas that belonged to the region of tokaido in those days . therefore , the east end of tokaido was kitaibaraki city in the ritsuryo era and the special word ( edo ) in the edo era and later . the tokaido main line and tokaido shinkansen , which both include " tokaido " in their names , roughly follow the tokaido between tokyo and atsuta and between kusatsu and kyoto , but between these two sections of the route , they follow the nakasen-do ( between kano-juku and kusatsu-juku ) and then the mino-ji highway ( between miya-juku and tarui-juku ) . today some people misunderstand and even show others that the route taken by these two railways is that of the " tokaido " of the edo period . as explained below , the true tokaido as an historical highway roughly follows the route of nagoya - kameyama - kusatsu , which is somewhat closer to the route taken by the present kansai main line and the kusatsu line . behind this lies a construction plan of the early meiji period , and there were divided opinions over which route--tokaido or nakasen-do street--would be preferable for construction . initially the government accepted the route along nakasen-do street and started service in some sections , but later it realized that the route along the tokaido was better , considering the earlier plan 's higher estimated costs and longer construction period , as well as the restricted transportation in mountainous areas ( particularly those across the usui-toge ) , so ultimately the route was shifted east of kano ( gifu prefecture ) to the route along the tokaido . when it was decided that the plan would be changed , the line of kobe station ( hyogo prefecture ) - osaka station - kyoto-station - otsu station and the line of nagahama station - gifu station - nagoya station -taketoyo station had already been opened . they also thought it would be better to construct the trunk line connecting the ancient capitals and new capitals as early as possible by making use of already-built lines and ferry service on lake biwa ( otsu - nagahama ) , thereby establishing the present route . as the result , japan 's first railway line from shinbashi to yokohama was incorporated into this east-west trunk line . the construction started in the section from yokohama station to obu station via shizuoka station and in the section from sekigahara station to otsu station via maibara station in the mid-1880s , and in july 1889 the entire line was opened with the completion of the prototype for the current tokaido main line . in the middle of the meiji , for the area from atsuta to kusatsu via yokkaichi-juku , which diverges from the east-west truck line above , kansai railway company set up rails for the purpose of promoting the area 's development , and subsequently it became part of the current kansai main line ( from tsuge station to nagoya ) . in the construction of the shinkansen , although the initial plan was to build a straight tunnel under the suzuka sanmyaku mountain range , the current route of the tokaido main line was finally accepted in consideration of the costly and time-consuming task of making such a tunnel and the role of maibara station as a junction to the hokuriku main line ( formerly hokuriku-do ) . please refer to the " nakasen-do street " and " railways and politics " sections for additional details . +the kyoto city transportation bureau is a local public enterprise engaged in the provision of public transportation services in kyoto city and its vicinity . it operates subway lines ( kyoto municipal subways / kyoto city subway ) and local bus routes ( kyoto city bus ) . it was once the operator of the kyoto municipal streetcar ( 京都市電 ) and the kyoto city trolleybus . when using the kansai thru pass , " kyoko " ( 京交 ) is printed on the card when you enter a station or get on a bus , while " kc " is printed on it when you exit a station or get off a bus . services kyoto city subway ( two lines , 31.2 km ) kyoto city bus history refer to " kyoto city subway , " " kyoto city bus , " " kyoto municipal street car " and " kyoto city trolleybus " for a detailed history of each service . february 1 , 1895 : the inauguration of japan 's first streetcar service by kyoto electric railway ( 京都電気鉄道 ) between shiokoji-higashinotoin kudaru ( the present-day areas in front of kyoto station ) and shimo-aburakake-cho fushimi was held . june 11 , 1912 : the inauguration of streetcar service by kyoto city electric tramway ( 京都市電気軌道事務所 ) ; karasuma line , the senbon and omiya line , the shijo line and marutamachi station was held . july 1 , 1918 : the kyoto electric railway ( 京都電気鉄道 ) was purchased by kyoto city . july 7 , 1920 : the reorganization into the electric department , kyoto city , was implemented . april 15 , 1924 : the reorganization into the electric department , kyoto city , was implemented . may 10 , 1928 : the city bus service started . april 1 , 1932 : the trolleybus service started . december 17 , 1947 : the reorganization into the kyoto city transportation bureau was implemented . october 1 , 1969 : the trolleybus service was abolished . october 1 , 1978 : the city streetcar service was fully abolished . may 29 , 1981 : the kyoto city subway , karasuma line , opened . march 15 , 1983 : the kyoto sightseeing one day pass card was introduced . july 1 , 1993 : the traffic kyoto card prepaid card was introduced . october 12 , 1997 : the tozai line , kyoto city subway line , opened . march 1 , 2000 : participation in the kansai thru pass common prepaid card system went into effect . introduction of kansai thru pass miyako card april 1 , 2007 : marked the introduction of the ic card " pitapa " for the subway lines ( concurrent with kintetsu corporation / kintetsu railways and keihan otsu line , which share reciprocal connection services ) . april 1 , 2007 was the introduction date of kyoto and osaka pitapa , under a credit-card affiliate program with osaka metro service . may 31 , 2008 : the transfer of headquarters from mibu , nakagyo ward to sansa ukyo , uzumasa-tennjinngawa , ukyo ward , was performed . the mascot character miyako-kun ( subway ) kyo-chan ( city bus ) juju ( a mascot character dedicated for use by city bus , kawaramachi yoru bus ) reference the private local bus operators keihan kyoto kotsu ( formerly kyoto kotsu ( kameoka station ) , kyoto kotsu ( maizuru ) and kyoto bus have no capital or personnel relationship with kyoto municipal transportation bureau . the labor union of the kyoto municipal transportation bureau is kyoto kotsu labor unions ( a member of the all japan municipal transport workers ' union ) . the labor union of kyoto bus co . , ltd . , is the kyoto bus labor union , and the labor union of keihan kyoto kotsu is the keihan kyoto bus labor union ( both of which are members of the general federation of private railway and bus workers ' union japan ) . the kyoto city transportation bureau is the only japanese transportation enterprise that holds the copyright to its departure melodies . in 2007 , one of its bus lines was found to be in service without an approval of the ministry of land , infrastructure , transport and tourism . one kyoto city bus appeared in a local campaign film during the 2007 fiscal year , which was produced by the japan ad council with a message saying , " it runs on waste tempura oil . " the commercial film says that bio-diesel fuel made from waste vegetable oil is used for city buses and garbage trucks as a substitute for light oil in their activities , as a means for the prevention of global warming as advocated by the kyoto protocol of 1997 . this commercial film , produced by the japan ad council 's osaka bureau , aired mainly on kansai local tv ( partially nationwide ) . +sanyodo ( senyodo or kagetomo-no-michi ) can mean : a region of honshu along the seto inland sea that was one of the goki-shichido ( literally , " five provinces and seven circuits " ) administrative divisions . a highway that traversed sanyodo , which was one of the goki-shichido . a route built during the ritsuryo period . a route built in the edo period ( saigoku-kaido ) . an abbreviation for " sanyo jidoshado expressway . " administrative division see also : list of ryoseikoku one of the goki-shichido , referring to a region of honshu along the seto inland sea the region west of kinai and along the seto inland sea , from present-day west hyogo prefecture to yamaguchi prefecture , was collectively called sanyodo . harima-no-kuni mimasaka-no-kuni - separated from bizen-no-kuni in 713 . bizen-no-kuni bichu-no-kuni bingo-no-kuni aki-no-kuni suo-no-kuni nagato-no-kuni during the ritsuryo period the sanyodo connected kinai ( naniwa-kyo , heijo-kyo , and heian-kyo ) and north kyushu ( dazaifu and hakata ) . the sanyodo was only the first graded highway among the shichido , and as such it was regarded as the most important because of the expected passage and stays of foreign missions . the eastern end of the road varied in response to the transfer of capitals such as heijo-kyo and heian-kyo . the ancient sanyodo was approximately six to nine meters wide and generally straight in such a way that kokufu and other areas throughout the region could be connected efficiently . the sanyodo stretched northwest from harima-no-kuni to mimasaka-no-kuni , which was away from the main route . the edo shogunate improved the sanyodo as part of its road maintenance policy , which focused on five major highways . there were 42 yadoeki along the highway . during the edo period , the sanyodo ( otherwise known as saigoku-kaido ) connected kyoto to shimonoseki city and further extended to kokura city by crossing the kammon-kaikyo strait from shimonoseki . this route was part of the truck line linking edo and nagasaki city . the meiji government started its road management system by assigning numbers to national highways . during the meiji period , the sanyodo of the edo period and earlier became a section of national highway 3 connecting tokyo city and kobe city ( separating from national highway 2 in kyoto city ) ; and of national highway 4 connecting tokyo and nagasaki city ; during the taisho period it was integrated into national highway 2 connecting tokyo and kagoshima city ( separating from national highway 1 in mie prefecture ) . the sanyodo has been passed down to national highway 2 today , which connects osaka city and kita kyushu city . its route , however , differs from that of the ritsuryo and edo periods in many places . national highway 2 from okayama city ( okayama prefecture ) to fukuyama city ( hiroshima prefecture ) takes a very different route ( kamogata-orai route ) . the sanyo jidoshado expressway and the railway lines of the sanyo main line and the sanyo shinkansen line roughly follow the historical sanyodo . the sanyodo has served its function of connecting the kinki region and kyushu since the ritsuryo period , and it continues in that manner today . when people say " sanyodo " today , they are generally referring to the sanyo jidoshado highway . the historical sanyodo and the roads running in parallel with it are collectively called " old sanyodo " in okayama prefecture and east hiroshima prefecture , because national highway 2 does not follow it between okayama city ( okayama prefecture ) and fukuyama city ( hiroshima prefecture ) . +the keiji bypass is the bypass of a national highway that extends from kusatsu city in shiga prefecture to kumiyama town , kuse-gun in kyoto prefecture . it is a planning route designated as a local high-standard highway . the first description below refers to a toll road called the keiji bypass and the second refers to a bypass joining national highways 1 and 24 that is also called the keiji bypass . its toll road section is integrated in the meishin expressway to connect the ritto interchange ( in the direction of nagoya city ) and the suita interchange ( in the direction of osaka city ) of the meishin expressway by passing round the urban areas of otsu city and kyoto city . in terms of laws , the section from the seta-higashi interchange to the kumiyamayodo interchange , being part of the national highways 1 and 478 , is a regional high-standard road ; the kumiyamayodo interchange to oyamazaki junction , a part of national highway 478 , is a high-standard highway designated by the ministry of land , infrastructure and transportation ( a national highway only for vehicles ) ( kyoto-daini-soto-kanjo-doro belt line of the kyoto jukan-jidoushdo expressway ) ; and the section from oyamazaki junction to kumiyamyodo interchange is a national express highway ( a section called the keiji bypass of the chuo jidosha-do national expressway ) . to reduce congestion on the meishin expressway and respond to the need for a road network that could serve as a radial road and belt line in kyoto city , the construction of the kyoto-daini-soto-kanjo-doro belt line was subsequently planned to connect the kyoto-tanba-doro ( formerly the bypass of national highway 9 ) to the keiji bypass . the kyoto jukan-jidoshado expressway and the kyoto-daini-soto-kanjo-doro belt line were designated as national highway 478 , and their construction has been continuously promoted . on traffic signs , the section between the seta-higashi junction and the oyamazaki junction is identified as the keiji bypass so as to make it easier for drivers to understand the signs . whichever route is chosen--the meishin expressway or the keiji bypass--the same toll and etc commuter discount service apply . the keiji bypass here means the service line known as such ( between seta-higashi interchange and oyamazaki junction ) unless otherwise specified . origin : seta-oe-cho , otsu city , shiga prefecture terminal : oyamazaki-cho , otokuni-gun , kyoto prefecture total length : 18.9 km number of lines : four speed limit : 80 km / h redemption date : april 15 , 2050 shiga prefecture kyoto prefecture uji city - kumiyama town , kuse-gun - yawata city - fushimi-ku , kyoto city - oyamazaki-cho otokuni-gun national highway 1 keiji bypass , seta-higashi ic - kumiyamayodo ic national highway 478 , kyoto-daini-soto-kanjo-doro belt line , kumiyamayodo ic - oyamazaki jct chuo-jidosha-do national highway , oyamazaki jct - kumiyamayodo ic ( revised name ) sections of the interchange number column that are highlighted in green indicate that the roads are already in service . the facilities with a highlight in ash have not been established . roads are operated by local municipalities unless otherwise specified . west nippon expressway company limited , kansai branch , ibaraki office ( roadways managed by west nippon expressway company limited , kansai branch , ibaraki office , include the kyoto higashi interchange - suita junction section of the meishin highway , the daini-keihan-doro bypass , and kyoto areas of the keinawa jidoshado expressway . ) august 29 , 1988 : the opening of seta-higashi ic / jct - ogura ic took place . march 30 , 2003 : the opening of ogura ic - kumiyama jct took place . the toll system was integrated into that of the japan highway public corporation ( the present nexco ) . august 10 , 2003 : the opening of kumiyama jct - oyamazaki jct made the entire line available . december 24 , 2003 : the oyamazaki ic opened . fiscal year 2005 average weekday 24-hour traffic volume ( numbers ) ( road traffic census ) oyamazaki ic / jct - kumiyamayodo ic : 29,136 the uji tunnel of this section is , at 4,313 meters , the longest on the national highway ; lane changes are prohibited in the tunnel except between the area 500 meters short of the kasatori interchange and the ujihigashi interchange . a well-known japanese movie called " odoru daisosasen the movie 2 : block up the rainbow bridge " was filmed around the kumiyama junction before it was opened . because less distance is traveled between the seta-higashi junction and the oyamazaki interchange / junction if drivers take the keiji bypass instead of the meishin highway , a driver driving at the speed limit on the keiji bypass will arrive at their destination more quickly than a driver driving at the speed limit on the meishin highway . the keiji bypass has no rest service areas or other such facilities , so it 's less congested than the meishin expressway ( which has two rest areas : otsu rest area and katsuragawa rest area between setahigashi and oyamazaki . ) however , due to the design of both the seto-higashia and oyamazaki junctions , which require ramps ( in the highway lanes ) to connect them to the meishin highway ( in particular the very complicated design of the oyamazaki junction ) , drivers have to reduce their speed . another disadvantage is that drivers often encounter congestion as they attempt to merge into the left lane of the meishin highway from the oyamazaki junction toward suita or osaka . moreover , many drivers dislike the winding areas and slopes along the keiji bypass , so the keiji bypass doesn 't fully perform its function as a bypass . furthermore , it 's a bypass of national highway 1 ( a general national highway ) , which means it isn 't a expressway but a motor highway . when drivers want to get on the keiji bypass toward suita or osaka from the east side of the uji-gawa river ( near the ujihigashi interchange ) , they must go to the ujinishi interchange . this is because the ujihigashi interchange is a half-interchange . as a result , local roads linking the ujihigashi and ujinishi interchanges are commonly congested during the rush hours . this area is outside the vics ( vehicle information and communication system ) link zone , which makes it difficult for drivers to use their congestion-avoidance schemes . uji city , kyoto prefecture ( ujinishi interchange ) - kumiyama-cho , kuse-gun ( terminus ) see " kyoto-daini-soto-kanjo-doro " for descriptions of the sections west of kumiyama-cho . the upper is nearer to the origin , while the lower is nearer to the termination point . the left is nearer to tokyo , while the right is farther from tokyo . fiscal year 2005 average weekday 24-hour traffic volume ( numbers ) ( road traffic census ) higashi-yagura 3-chome , kusatsu city : 41,137 mori aza-ouchi , kumiyama town , kuse-gun : 35,493 ministry of land , infrastructure , transport and tourism , shiga national highway office , kusatsu maintenance branch office ministry of land , infrastructure , transport and tourism , kyoto national highway office , kyoto first maintenance branch office ( national highway 24 , national highway 1 within kyoto city ) ministry of land , infrastructure , transport and tourism , kyoto national highway office , kyoto second maintenance branch office ( national highway 478 ) +kyoto jukan jidoshado expressway , which is approximately 100 km long , is an arterial high-standard highway ( national highway 478 ) extending from kumiyama town , kuse-gun , kyoto prefecture to miyazu city , kyoto prefecture . the expressway runs through the long , narrow kyoto prefecture from north to south , contributing to enhanced regional cooperation between north and south and the promotion of regional activation , and acts as a belt line in the southern urban areas of kyoto city , which otherwise lack adequate high-standard road networks . kyoto governor describes this expressway as " kyoto no sebone , " or the backbone of kyoto . until now , three sections have opened in three different areas : on the side of the starting point , around the middle , and on the side of the terminal . the section on the side of the staring point has opened under the name " keiji bypass " instead of " jukan jidoshado expressway . " when people say " kyoto jukan jidoshado expressway , " many may be referring only to the kyoto tanba road . its roadway will not end at the miyazu-amanohashidate interchange but will extend to the tottori jidoshado expressway and the tottori interchange of the sanin jidoshado expressway as a local high-standard highway , being the tottori toyoka miyazu jidosha expressway . the section between the kumiyamayodo interchange and the oyamazaki junction / interchange is a national expressway on which a minimum speed limit is enforced ; consequently , small and compact vehicles are prohibited . the etc ( electronic toll collection ) system has not been introduced at the miyazu-amanohashidate or maizuru – oe interchanges of ayabe miyatsu road , , but west nippon expressway company , ltd . , was scheduled to start the etc service in fiscal year 2008 at interchanges including the kyotanba-wachi interchange , which would then be opened . accordingly , the equipment for etc is now being installed at the miyazu-amanohashidate interchange , as well as at the maizuru-oe interchange of the ayabe miyatsu road , and special-purpose vehicles exceeding 2.5 m in width are banned from the road . toll road section and toll-free section toll road sections ( the ayabe miyatsu road is operated by kyoto prefectural road public corporation and others are operated by west nippon expressway corporation limited ) kumiyama ic - oyamazaki jct / ic ( kyoto-daini-soto-kanjo-doro belt line ) kutsukake ic - tanba ic ( kyoto tanba road ) ayabe jct - miyatsu ic ( ayabe miyazu road ) toll-free sections ( operated by the ministry of land , infrastructure , transport and tourism ) ayabe-ankokuji ic - ayabe jct ( tanba ayabe road ) now there is no exit between the ayabekita tollgate ( ayabe junction ) and the ayabe ankokuji tollgate , so drivers aren 't allowed to run only toll-free sections . the kyoto prefectural road public corporation will operate the section between the kyotanba-wachi interchange and the ayabe ankokuji interchange , which was scheduled to open in the period from summer to autumn of 2008 , when the corporation would take responsibility for the section between the ayabe ankokuji interchange and the ayabe junction , and on this occasion the current toll-free section would become a toll road . consequently , the current ayabekita toll barrier ( ayabe junction ) will be replaced by the ayabe ankokuji tollbooth . ( the ayabe ankokuji interchange has no tollbooth , but when the new tollbooth is built at the interchange the current barrier gate will be removed . ) the current ayabekita toll barrier ( ayabe junction ) is of a prefabricated structure intended specifically for temporary use . a project for the construction of the section between the tanba and kyotanba-wachi interchanges is being promoted by the ministry of land , infrastructure , transport and tourism for opening in 2014 , but to date the operator has not been indicated . history february 17 , 1988 : opening of the national highway 9 oinosaka-kameoka road ( kutsukake ic - kameoka ic ) as a toll road , and the national highway 9 kameoka road ( kameoka ic - chiyokawa ic ) as a temporarily toll-free road . may 6 , 1993 : the designation of national highway 9 was changed to national highway 478 , kutsukake ic - chiyokawa ic . september 9 , 1993 : toll-road service started on the kameoka ic - chiyokawa ic section . april 27 , 1996 : the chiyokawa ic - tanba ic section ( yagi-sonobe road ) opened . march 8 , 1998 : a connection was established to the maizuru expressway ( the present maizuru wakasa expressway ) through the opening of the ayabe junction - maizuru-oe interchange ( temporary two-lane , two-way traffic ) . march 2 , 2003 : the maizuru-oe ic - miyazu-amanohashidate ic ( temporary two-lane , two-way traffic ) was opened . march 27 , 2003 : the ayabe ankokuji ic - ayabe jct ( temporary two-lane , two-way traffic ) was opened . december 24 , 2003 : the oyamazaki ic opened . on october 1 , 2005 : due to the privatization of four highway public corporations the transfer of ownership to japan expressway holding and the debt repayment and agency took place , and the management was tranferred to west nippon expressway company limited list of interchanges and facilities sections having interchanges with a highlight in green have been made available . the facilities with a highlight in ash have not been established or completed . tentative names are used for the sections that haven 't yet opened . bs ( bus stop ) with symbols ○ / ● is used for buses that are in service and ◆ is used for buses that are out of service . the absence of a symbol means bus stops aren 't available . numbers in parentheses are for the interchanges of other expressways . numbers in angular parentheses are for the interchanges yet to be set . ( sapa having a smart interchange set on a trial basisis shown in italic font . the term " smart ic " refers to smart interchanges that have been established on a permanent basis . ) the abbreviations here stand for the following words : ic : interchange ; jct : junction terminal ; sa : service area ; pa : parking area ; tb : toll barrier ; tn : tunnel kumiyama jct - kumiyamayodo ic : national highway 478 kyoto-daini-soto-doro belt line ( keiji bypass ) kumiyamayodo ic - oyamazaki jct / ic : reconstructed section of chuo-jidosha-do expressway nishinomiya line ( kyoto-daini-soto-doro belt line ( keiji bypass ) ) oyamazaki jct / ic - kutsukake ic ( oe ic ) : national highway 478 kyoto-daini-soto-doro belt line kutsukake ic ( oe ic ) - tanba ic : national highway 478 kyoto-tanba road tanba ic - ayabe jct : national highway 478 ayabe road ayabe jct - miyatsu amanohashidate ic : national highway 478 ayabe miyatsu road west nippon expressway company limited entire keiji bypass : west nippon expressway company limited , kansai branch , ibaraki office ( the sections managed by the ibaraki office include meishin highway kyoto higashi ic - suita jc , entire daini-keihan-doro bypass , kyoto prefecture area keinawa jidoshado expressway . ) kutsukake ic ( oe ic ) - tanba ic : kansai branch , kyoto tanba road office ( the kyoto tanba office manages only this section . ) kyoto prefectural road public corporation ayabekita tb - ayabe jct : ayabe miyatsu road office ( the ayabe miyatsu road office manages only this section . ) ministry of land , infrastructure , transport and tourism ayabe-ankokuji ic - ayabekita tb : kinki regional development bureau , fukuchiyama office of rivers and national highways , ayabe national highway maintenance branch office shin oinosaka tunnel amaokayama tunnel shinkannon tunnel oeyama tunnel kyotanba-wachi ic - ayabe ankokuji ic : summer or autumn 2008 oyamazaki jct - kutsukake ic : march 2013 tanba ic - kyotanba-wachi ic : fiscal year 2014 municipalities traversed by the expressway keiji bypass ( kumiyamayodo ic to oyamazaki jct ) kyoto prefecture kumiyama town , kuse-gun - yawata city - fushimi ward , kyoto city - yawata city - oyamazaki-cho , otokuni-gun kutsukake ic ( oe ic ) to tanba ic kyoto prefecture sakyo ward kyoto city - kameoka city - nantan city - kyotanba-cho , funai-gun ayabe ankokuji ic to miyatsu amanohashidate ic kyoto prefecture ayabe city - maizuru city - miyatsu city +the keinawa jidoshado expressway ( keinawa expressway in english ) , an approximately 120-kilometer-long arterial high-standard highway ( a general national highway exclusively for motor vehicles ) as designated by the ministry of land , infrastructure and transportation , starts in kyoto city , kyoto prefecture , runs from north to west in nara prefecture and leads to wakayama city , wakayama prefecture . it is built based on the bypass project for national highway route no. 24 . in the revised ordinance on national general highways dated april 1 , 1993 , national-highway route numbers were assigned to some arterial high-standard highways ( roads exclusively for motor vehicles constructed with a design speed of 80 - 100 km / h based on national highway bypass projects ) ( for example general national highway route no. 468 to the metropolitan inter-city expressway , and the general national highway route no. 478 to the kyoto jukan jidoshado expressway ) , but the keinawa jidoshado express was not assigned any specified number in the 400s . the general national highway route no. 24 , keinawa jidoshado , a ring road connecting the outer lines of the kinki region together with the shin meishin expressway , sanyo jidoshado expressway , kobe awaji naruto jidoshado expressway and kitan renraku road , promotes exchange between cities and constitutes the kansai area 's large ring road , being approximately 300 km in circumference . a total of eight roads , which constitute a roadway , are outlined together . the keinakita road section connecting kyoto city and joyo city is now in the planning stage , because there is a plan to improve the shin meishin expressway , a national expressway running east to west in joyo city , and because the daini-keihan-doro highway ( which opened in 2003 ) runs parallel with its western portion . the okubo bypass also connects these cities , and with the opening of joyo junction in the fiscal year 2016 this section can be replaced by the route taking the shin meishin expressway through joyo junction to yawata junction on the daini-keihan-doro highway . currently , the fastest route to kyoto city from nara prefecture is to take national highway route no. 307 from the tanabe-nishi interchange on the keinawa jidoshado highway , continue along osaka prefectural road no. 17 ( hirakata-takatsuki-sen ) and get onto the daini-keihan-doro bypass at the hirakata-higashi interchange . more drivers from nara prefecture are expected to take this route to the daini keihan-doro bypass via the tanabe-nish and hirakata-higashi interchanges , given the january 2008 opening of the hanshin expressway route no. 8 kyoto line . origin : terada , joyo city terminus : ichisaka , kizugawa city distance : 17.0 km government order on road design standards : type 1 , class 3 design speed : 80 km / h lanes : four ( temporarily two ) width : 22.0 meters lane width : 3.5 meters keina road , the first section of the keinawa jidoshado expressway to be opened , runs parallel to the west of ( closer to the mountain than ) the railway of the jr katamachi-sen / kintetsu kyoto line , and does so nearly all the way . today , when people say ' keinawa jidoshado highway , ' they generally refer to this section . it runs north to south in eastern kansai science city and connects with the national highway route no. 24 nara bypass at the terminus , the kizu interchange ( in kyoto prefecture ) . the fastest route between nara and downtown kyoto , as noted above in the section on keinakita road of the keinawa jidoshado expressway , is to take keina road from the kizu interchange to the tanabe-nishi interchange and the daini-keihan-doro bypass . origin : utahime-cho , nara city , nara prefecture terminus : yokota-cho , yamato-koriyama city , nara prefecture distance : approximately 12.4 km road design standard : type 1 , class 3 design speed : 80 km / h lanes : four road width : - lane width : 3.5 m the original plan for this section of the yamato kita road was to run underground beneath the heijokyo ruins , a world heritage designated by the united nations education , scientific and cultural organization ; however , the plan to construct tunnels was withdrawn out of the concern that they might cause serious damage to the wooden strips preserved by underground water . early in september 2005 , the ministry of land , infrastructure , transport and tourism changed course and decided to develop the final plan to move the route approximately a kilometer east of the heijokyo ruins . the final plan proposes the construction of tunnels approximately five kilometers long , which will extend from an area near heijo new town in nara city to hachijo , nara city , via the surroundings of shin-omiya station , for the sake of preserving the landscape by building tunnels instead of an elevated highway . however , some point out that the canals of the tunnel may technically cut off underwater channels near the mouths of the tunnels . the tunnel running northward is planned to be underwater tunnels , where limited access is imposed on tankers because the tunnels will be placed beneath the moat itself or the surroundings of uwanabe ancient tomb , in order to provide the required space between two tunnels running parallel with each other . moreover , the effects of emissions from the tunnels on the neighborhood , sightseeing resources and cultural assets can 't be ignored , because the emissions will be concentrated and discharged from both ends of the tunnels . the north vent towers will be eight meters high , in compliance with regulations for the scenic ( class 1 ) area , which suggests that the neighborhood might experience the effects of emissions , because the ground level of the area is higher than that of the towers . the south vent towers , at 30 meters in height , will be placed west of daian-ji temple ( under 15 meters of height control in this area ) . others point out that many wood strips might have been buried around hachijo ( daian-ji temple ) , because there remain many unexcavated sites around the area . the plan 's estimated cost of tunnel construction is reported to be 310 billion yen . however , a different plan proposed by a member of the expert commission to avoid the aforementioned problems estimates the cost at 160 billion yen . origin : izu-shichijo-cho , yamato-koriyama city , nara prefecture terminus : ide-cho , gojo city , nara prefecture distance : 27.2 km road design standard : type 1 , class 2 ( exclusive section ) ; type 3 , class 2 ( general section ) design speed : 100 km / h ( exclusive section ) , 60 km / h ( general section ) lanes : four road width exclusive section : 22.0 m general section : 38.0 m ( total width ) lane width exclusive section : 3.50 m general section : 3.25 m this section ( with a distance of approximately 27 km ) , which extends from yamato-koriyama city to gojo city in nara prefecture , is under construction . the section between yamato-koriyama junction and kashihara-yamato takada junction parallels national highway route no. 24 , the kashihara bypass . the 1.4 km general section ( ground level ) between soga-cho and shido-cho in kashihara city , the first section in nara prefecture , opened on march 30 , 2004 . ( the 5.7-kilometer section north of it had opened under the name " kashihara bypass . " ) the section between the koriyama-minami interchange and the kashihara-kita interchange ( 7.8 km ) opened on april 15 , 2006 . with the opening of this section , the four-lane road running north and south from the kizu interchange of keina road to kashihara city was opened to traffic . origin : ida-cho , gojo city , nara prefecture terminus : hatada-cho , gojo city , nara prefecture distance : 7.9 km road design standard : type 1 , class 2 design speed : 100 km / h lanes : four ( temporarily two ) road width : 22.0 m lane width : 3.5 m it extends from gojo city in nara prefecture to the prefectural border with wakayama prefecture ( a distance of approximately 8 km ) . the section between the gojo-kita interchange and the nara-wakayama prefectural border opened in 2006 . origin : matsuchi , sumida-cho , hashimoto city , wakayama prefecture terminus : ono , koyaguchi-cho , hashimoto city , wakayama prefecture distance : 11.3 km road design standard : type 1 , class 2 design speed : 100 km / h lanes : four ( temporarily two ) speed limit : 60 km / h ( interchange section : 40 km / h ) it runs through hashimoto city , wakayama prefecture ( a distance of approximately 11 km ) . the section between the hashimoto interchange and the koyaguchi interchange opened on april 27 , 2006 , and the section between the nara-wakayama prefectural border and the hashimoto-higashi interchange opened on june 17 of that year . although the section of hashimoto road between the hashimoto-higashi interchange and the hashimoto interchange had also been scheduled to open in 2006 , many cracks were discovered in the tarui elevated bridge , which had been completed in 2002 ; therefore , the ministry of land , infrastructure , transport and tourism decided to demolish it and rebuild its beams ( seven continuous spans ) but later accepted the contractor 's new plan for repairs and follow-up examinations of the effect , and this section was finally opened on august 2 , 2007 . origin : ono , koyaguchi-cho , hashimoto city , wakayama prefecture terminus : jinryo , kinokawa city , wakayama prefecture distance : 16.9 km road design standard : type 1 , class 2 design speed : 100 km / h lanes : four ( temporarily two ) it runs from hashimoto city to kinokawa city in wakayama prefecture ( a distance of approximately 17 km ) . to date , no section of it has opened . origin : jinryo , kinokawa city , wakayama prefecture terminus : hironishi , wakayama city , wakayama prefecture distance : 12.2 km road design standard : type 1 , class 2 design speed : 100 km / h lanes : four ( temporarily two ) it runs from kinokawa city to wakayama city in wakayama prefecture ( a distance of approximately 12 km ) . to date , no section of the roadway has opened . the upper is closer to the origin ; the lower is closer to the terminus . the numbers shown in parentheses are for the interchanges of other expressways . the numbers shown in angle parentheses are pending assignment . the abbreviations here stand for the following words : jct : junction ; ic : interchange ; br : bridge the names given for junctions yet to open are tentative . a municipal road is connected if not otherwise indicated . etc lanes , whose installation work began in late fiscal year 2006 , opened on march 31 , 2008 . only one etc lane has been established at the tanabe-nishi tollbooth in the direction of kizu , the seika-shimokoma tollbooth in the direction of joyo , and the kizu tollbooth and toll gates of the main expressway . when passing through a tollbooth other than the above , an etc card is to be handed over to a worker at a manned tollbooth or otherwise inserted into an automatic toll-collection machine , as is usually done . guide signs found along shin kizugawa-bashi bridge between the joyo interchange and the tanabe-kita interchange are green ( signs only for expressways ) , but no other traffic sign dedicated for expressway use has been installed because this section is not a road designated strictly for motor vehicles . this section has " no parking , no stopping " signs as well as a lane dedicated for motorcycle use , as found along shin kagetsu-kyo bridge ( fushimi ward , kyoto city ) of national highway route no. 24 and the northbound juso bypass of national highway route no. 176 ( kita and yodogawa wards , osaka city ) ; moreover , the tanabe-kita interchange has a tollbooth for motorcycles . moreover , two extra lanes--one for pedestrian roads and the other for cyclists--are found on both sides of the bridge , and the tanabe-kita interchange even has a tollbooth for bicycles . the toll , which is 10 yen per motorcycle or bicycle , is to be put in an unattended box , so payment is left to the user 's conscience . in the planning stage , two plans were proposed : the first is to follow national highway route no. 24 throughout , and the second is to follow national highway route no. 24 and the nishikujo-saho line . toll-road sections ( managed by west nippon expressway company limited ) joyo ic - kizu ic ( keina road ) toll-free roads ( managed by the ministry of land , infrastructure , transport and tourism ) koriyama-minami ic - kashihara-kita ic ( yamato gose road ) gojo-kita ic - koyaguchi ic ( gojo road / hashimoto road ) april 10 , 1973 : the city plan decided on yamato gose road 's ' yamato section ' as the kashihara bypass . april 16 , 1973 : the gojo road project was launched as ' gojo bypass . ' february 17 , 1987 : the city plan decided on gojo bypass . fiscal year 1987 : the kashihara bypass was designated as an arterial high-standard highway . fiscal year 1988 : the gojo bypass was designated as ' gojo road ' of the keinawa jidoshado expressway , an arterial high-standard highway . october 5 , 1988 : keina road between joyo interchange and tanabe-nish interchange opened . fiscal year 1989 : the project for hashimoto road was approved . april 1998 : the city plan decided on hashimoto road . fiscal year 1990 : the construction of gojo road was launched . fiscal year 1991 : the process of land acquisition hashimoto road was initiated . july 19 , 1991 : the city plan decided on yamato gose road . december 21 , 1991 : the section between the tanabe-nish interchange of keina road and the seika shimokura interchange opened . fiscal year 1992 : the project for the gose and yamato sections of the yamato gose road was approved . the process of land acquisition started in regard to the yamato section . fiscal year 1993 : the project for the kinokita-higashi road was approved . march , 25 , 1993 : the section between the seika shimokoma interchange and the yamadagawa interchange of keina road was opened . fiscal year 1994 : the construction of yamato gose road 's yamato section was launched . fiscal year 1997 : the project for kihoku nishi road was approved . fiscal year 1998 : the process of land acquisition for yamato gose road 's gose section started . the construction of hashimoto road was launched . august 1998 : the project for kihoku higashi road was approved . december 1999 : the project for kihoku nishi road was approved . april 16 , 2000 : the entire keina road was established with the completion of the yamadagawa interchange - kizu interchange . fiscal year 2002 : the process of land acquisition for kihoku higashi road was started . march 20 , 2004 : the general road ( ground ) section of yamato gose road in kashihara city opened between soga-cho ( national highway route no. 24 ) and shindo-cho ( national highway route no. 165 , the yamato takada bypass ) . april 15 . 2006 : the segment of yamato gose road between koriyama minami interchange and kashihara kita interchange ( except for miyake interchange and tawaramoto interchange ) and the ground road from koriyama interchange of nishimeihan jidoshado expressway ( nara prefecture ) to koriyama-minami ic were opened . april 22 , 2006 : gojo road between gojo kita ic and gojo ic ( temporarily two lanes ) opened . april 27 , 2006 : hashimoto road between hashimoto interchange and koyaguchi interchange was opened . june 17 , 2006 : gojo road became complete with the opening of the segment from gojo ic of gojo road / hashimoto road to hashimoto higashi ic ( via the nara-wakayama prefectural border ) ( temporarily two lanes ) . march 25 , 2007 : the construction of kihoku higashi road between koyaguchi ic and katsuragi ic was launched . august 2 , 2007 : with the opening of the segment from the hashimoto higashi interchange to the hashimoto interchange , hashimoto road was complete . fiscal year 2005 average weekday 24-hour road traffic volume census ( statistical ) joyo ic - tanabe kita ic : 26,661 tanabe kita ic - tanabe nishi ic : 16,423 tanabe nishi ic - seika shimokoma ic : 16,100 seika shimokoma ic - seika-gakken ic : 15,091 seika-gakken ic - yamadagawa ic : 14,778 yamadagawa ic - kizu ic : 9,945 tsuchihashicho , kashihara city : 29.618 ( general section ) +meishin expressway , national highway route no. 1 , national highway route no. 171 , keiji bypass national highway route no. 478 is a general national highway that extends from miyazu city in kyoto prefecture to kumiyama town kuse-gun in kyoto prefecture . the road is generally constructed as the kyoto jukan jidoshado highway , although a general road is being constructed between the portion from the intersection with national highway route no. 171 at oyamazaki-cho in otokuni-gun , to the intersection with national highway route no. 1 at kumiyama town in kuse-gun . the section called tanba ayabe road , which will run from the tanba interchange of the kyoto jukan jidoshado highway to the ankokuji interchange of the kinki jidoshado highway maizuru wakasa line , is being constructed by the ministry of land , infrastructure , transport and tourism . overview distance : 63.9 km origin : miyazu city , kyoto prefecture ( miyazu-amanohashidate interchange : the terminus of the national highway route no. 312 , tottori toyoka miyazu jidoshado expressway terminus : kumiyama town , kuse-gun , kyoto prefecture ( i.e. the intersection with national highway route no. 1 ) traversed cities : maizuru city , ayabe city , kameoka city , kyoto city and yawata city designated section : from ayabe junction in ayabe city , kyoto prefecture to the terminus at kumiyama town , kuse-gun , kyoto prefecture operator kyoto-fu doro public corporation nishi nippon expressway company limited , kameoka work office nishi nippon expressway company limited , ibaraki work office ministry of land , infrastructure , transport and tourism , kyoto national highway office , kyoto second maintenance branch office ( for the general road section between oyamazaki-cho and kumiyama town ) traversed municipalities kyoto prefecture miyazu city – maizuru city - ayabe city – kyotanba-cho , funai-gun – nantan city – kameoka city – kyoto city ( nishikyo ward ) – oyamazaki-cho otokuni-gun - yawata city – kumiyama town , kuse-gun interchanges refer to kyoto jukan jidoshado expressway main connecting roads for the toll road section , refer to kyoto jukan jidoshado expressway meishin expressway national highway route no. 171 national highway route no. 1 keiji bypass alia kyoto jukan jidoshado expressway keiji bypass kyoto-daini-soto-kanjo-doro belt line kyoto tanba road tanba ayabe road ayabe miyazu road +the katsuragawa rest area , located at kuze-higashi-tsuchikawa town in minami ward ( kyoto city ) kyoto prefecture , is a stop on the meishin expressway . it was the only rest area operated by the road service organization , an incorporated foundation , before the privatization of the japan highway public corporation . in march 1998 , lane widening next to the sakurai parking area at shimamoto town , mishima-gun ( osaka prefecture ) ( between the oyamazaki junction / oyamazaki interchange and the takatsuki bus stop ) forced its service to be discontinued , but subsequently the facilities were purchased and rebuilt . the site of the old sakurai rest area has been used for the takatsuki second junction . the katsura river , from which its name originates , is located just a kilometer from the rest area . meishin expressway parking lot large cars : 54 small cars : 108 toilets men : 8 toilets ( 5 japanese style , 3 western style ) and 24 urinals women : 34 toilets ( 24 japanese style , 10 western style ) for wheelchairs : 1 toilet snacks ( 700 to 2100 items ) shopping ( 700 to 2100 items ) vending machines mobile recharger ( 700 to 2100 pieces ) parking lot large-size cars : 68 small-size cars : 117 toilets men : 8 toilets ( 5 japanese style , 3 western style ) and 26 urinals women : 36 toilets ( 25 japanese style , 11 western style ) for wheelchairs : 1 toilet snacks ( 700 to 2100 items ) shopping ( 700 to 2100 items ) vending machines mobile rechargers ( 700 to 2100 pieces ) next facilities meishin expressway ( 33,33-1,33-2 ) kyoto minami interchange – katsuragawa rest area pa - ( 33-3 ) oyamazaki interchange / ( 33-3 ) oyamazaki junction next sa / pa inbound lane ( toward kyoto minami , maibara , and nagoya ) : otsu rest area outbound lane ( toward kumiyama , maibara and nagoya ) : kusatsu rest area ( toward nishinomiya ) : suita rest area ( toward maizuru , tsuyama , okayama and tokushima ) : nishinomiya-najio rest area ( chugoku jidoshado expressway ) ( toward matsubara ) : higashi-osaka rest area ( kinki jidoshado expressway ) +the maizuru higashi interchange , located in dono-oku , maizuru city , kyoto prefecture , is an interchange of the maizuru wakasa expressway . it was the terminus of old maizuru jidoshado expressway until march 9 , 2003 . it 's a gateway to the eastern area of maizuru city ( the central city in northern kyoto prefecture ) and is the most nearest to maizuru city hall , the chutan regional development bureau of kyoto prefecture , and shin-nihonkai ferry landing at maizuru port for the ferry bound for otaru . maizuru wakasa expressway ( route no. 8 ) march 18 , 1998 : it opened as the terminal interchange of the maizuru jidoshado expressway . march 9 , 2003 : it was extended from the maizuru higashi interchange to the obama nishi interchange . kyoto prefectural road no. 28 , ogura-nishi-maizuru-sen line mini-stop on the higashi-maizuru interchange best one kyoto prefectural higashimaizuru senior high school the taira industrial complex maizuru office , nsg maizuru plant , shinryo corporation higashi-maizuru office , hitachi zosen corporation tanaka branch , kyoto hokuto shinkin bank akarenga red-brick museum maizuru repatriation memorial museum aobasanroku koen park next facilities maizuru wakasa expressway ( pa ) ayabe rest area - ( 7 ) maizuru nishi interchange - ( 8 ) maizuru higashi interchange - ( pa ) maizuru rest area - ( 9 ) oitakahama interchange +the daini-keihan-doro bypass is a bypass of the general national highway road no. 1 , which extends from fushimi ward in kyoto city , kyoto prefecture , to kadoma city in osaka prefecture . it is comprised of four to six lanes of the exclusive section ( expressway ) and two to four lanes of the general section ( general road ) as side roads . the development of this bypass is being promoted in order to relieve congestion on the keihan national highway , whose traffic volume has exceeded its capacity , and on the section between the suita junction / suita interchange of the kinki jidoshado expressway and the kadoma interchange ( the kinki jidoshado expressway ) ( as well as the congestion occurring around the tennouzan tunnel and the kyoto minami interchange of the meishin expressway , as associated with the heavy traffic in the section mentioned above ) . as a measure to improve the roadside environment , environmental facilities are provided along both sides of the road , which include side roads , planted zones , and lanes for cyclists and pedestrians . the ministry of land , infrastructure , transport and tourism has nicknamed this bypass ' midori-tatsu-michi ( a road with fresh foliage sprouting ) . ' the rakunan renraku road ( local high-standard highway ) is hereunder described collectively , because it is included in the service route of the daini-keihan-doro bypass as a general toll road . it 's an approximately 28.3-kilometer extended road for exclusive use by automobiles , and is designated as a planning route for the local high-standard highways . the service route of the daini-keihan-doro bypass , as the general toll road , is the section from the union with the hanshin expressway route no. 8 kyoto line to kadoma junction . as the local high-standard highway , it covers the ( approximately 27.4-kilometer extended ) section from the oguraike interchange to kadoma junction , and the remaining ( approximately 0.9-kilometer extended ) section from the union with the hanshin expressway route no. 8 kyoto line to the oguraike interchange is the rakunan renraku road . origin : the joint with the hanshin expressway route no. 8 kyoto line terminus : kadoma junction government order on road design standards , etc . : type 2 class 2 , 60 km / h , type 1 class 3 , 80 km / h lanes : 4 lanes , 6 lanes this construction is being promoted under the ( road construction ) method of merging public works and toll-road projects , whereby the west nippon expressway company limited assumes control from the ministry of land , infrastructure , transport and tourism during construction and operates the road as a general toll road . the exclusive section is slightly shorter than the general section because the union of the exclusive section with the hanshin expressway route no. 8 kyoto line is near the left ( southern ) bank of the yodo-gawa river , 1.4 km south of the origin of the general section . the section stretching north of the oguraike tollbooth has four lanes ( type 2 class 2 ; design speed 60 km / h ) , the section from the oguraike tollbooth to kumiyama junction has four lines ( type 1 class 3 ; design speed 80 km / h ) , and the section stretching south of kumiyama junction has six lines ( type 1 class 3 ; design speed 80 km / h ) . the section south of the kyotanabe toll gate , which now has four lanes , will have six lanes when the section up to kadoma junction is complete . the section from the oguraike interchange to the hirakata-higashi interchange was the first to open , and consequently the daini-keihan-doro bypass was partially opened to traffic on march 30 , 2003 . the section north of the oguraike interchange became accessible on january 19 , 2008 with the opening of the hanshin expressway route no. 8 kyoto line . the section south of the hirakata-higashi interchange was scheduled to open within fiscal year 2007 , but it is still under construction and scheduled for completion in the spring of 2010 due to a delay in land acquisition and opposition from the neighborhood . kyoto prefecture osaka prefecture hirakata city – ( under construction from here ) – katano city – neyagawa city - shijonawate city – kadoma city sections having interchanges highlighted in green have been in service . the facilities highlighted in ash have not been established or completed . tentative names are given for the sections to be opened . on the daini-keihan-doro bypass , the distance marked on each respective sign originates from the oguraike interchange in the direction of kadoma junction , while on the rakunan renraku road the distance on kilometer posts , for example “ 洛0.5 , ” which originates from the union with the hanshin expressway route no. 8 kyoto line . from the union with the hanshin expressway route no. 8 kyoto line to the hirakata-higashi interchange march 30 , 2003 : the oguraike interchange – hirakata-higashi interchange opened . january 19 , 2008 : the section from the union with the hanshin expressway route no. 8 kyoto line to the oguraike interchange opened . march 2010 : hirakata-higashi interchange - kadoma junction the toll system differs among the following three sections : tolls for the a section ( mukaijima-daikoku , fushimi ward , kyoto city ( origin ) – kyotanabe-matsui interchange ) : distance-based toll between interchanges or facilities . the tolls for traveling the entire a section are as follows : light vehicle : 350 yen ( currency ) standard vehicle : 400 yen midsize vehicle : 500 yen oversize vehicle : 700 yen extra-large vehicle : 1,150 yen tolls for the b section ( kyotanabe-matsui interchange - hoshida-kita , katano city ( katano-minami interchange ) ) the tolls in parentheses will apply till the completion of the entire route . light vehicle : 350 yen ( 200 yen ) standard vehicle : 450 yen ( 200 yen ) midsize vehicle : 500 yen ( 250 yen ) oversize vehicle : 700 yen ( 300 yen ) extra-large vehicle : 1,200 yen ( 400 yen ) tolls for the c section ( hoshida-kita , katano city ( katano-minami interchange ) - hiejima , kadoma city ( kadoma junction ) ) : flat fare light vehicle : 350 yen standard vehicle : 450 yen midsize vehicle : 550 yen oversize vehicle : 750 yen extra-large vehicle : 1,250 yen fiscal year 2005 average weekday 24-hour road traffic volume census ( statistical ) oguraike interchange - kumiyama junction : 6,334 kumiyama junction - kumiyama-minami interchange : 12,543 kumiyama-minami interchange - yawata-higashi interchange : 14,044 yawata-higashi interchange - kyoto-osaka prefectural border : 7,045 this section is a general road 29.7 kilometers in extended length . the road names under the city planning and the projects of the ministry of land , infrastructure , transport and tourism are rakunan road ( the approximately 3.3-km extended section north of the keiji bypass in kyoto prefecture ) , kyoto minami road ( the approximately 8.8-km extended section south of the keiji bypass in kyoto prefecture ) and osaka-kita road ( the approximately 17.6-km extended section in osaka prefecture ) . origin : yokooji-shimomisu , fushimi ward , kyoto city terminus : hiejima , kadoma city road design standards : type 3 class 1 , design speed 60 km / h ; type 3 class 2 , design speed 60 km / h lanes : 4 lanes , 2 lanes the ministry of land , infrastructure , transport and tourism is implementing the project and managing the road . the general section is regarded as the ' side roads ' of the highway section , so it is designed to serve as a connection route with the interchanges of the exclusive sections as well as to provide interregional transportation . accordingly , in the neighborhood the traffic guide sign ' national highway route no. 1 ' directs drivers to the hirakata bypass , while the expressway-dedicated green sign ' daini-keihan-doro bypass ' directs them to the expressway section via the general section . the general section is slightly longer than the exclusive section because its origin is the union with the kyoto-sotokanjo-sen belt line , approximately 1.4 km north of the exclusive section 's origin . the section north of the kyotanabe-matsui interchange and the section south of the intersection with national highway route no. 170 have two lanes in each direction ( type 3 class 1 ; design speed of 60 km / h ) , and the section from the kyotanabe-matsui interchange to the intersection with national highway route no. 170 ( type 3 class 2 ; design speed of 60 km / h ) has one lane in each direction . however , in the section between the kyotanabe-matsui interchange and the intersection with national highway route no. 170 , there are two lanes in each direction from the hirakata-higashi interchange to the intersection with national highway no. 307 ( from the interchange of an exclusive section to a crossing of a major highway ) . in the section south of the keiji bypass , zones for environmental facilities are provided along both sides of the road , consisting of side lanes ( one lane and one-way traffic ) , lanes for cyclists and pedestrians , and planted zones , except along the sections built in a canal structure found between the kyotanabe-matsui and hirakata-higashi interchanges and between the hirakata-minami and katano-kita interchanges . principally , it is connected to other roads through side lanes unless it is connected to a major highway . it was initially planned to have two main lanes and two side lanes in each direction so that it could fully assume the function of the keihan national highway . however , the plan was changed due to opposition from people living in the neighborhood ; therefore , environmental facility zones were provided instead of the side lane , and the number of main lanes between the kyotanabe-matsui interchange and the intersection with national highway route no. 170 was reduced to one in each direction so that it now supplements the function of the hirakata bypass . uncompleted sections - the section crossing the kizu-gawa river ( kyoto prefecture ) ( between the kumiyama-minami interchange and the intersection with kyoto prefectural road no. 22 , yawata-kizu-sen ) and the section south of national highway no. 307 are under construction but were scheduled to open in the spring of 2010 upon the opening of the entire exclusive section . kyoto prefecture osaka prefecture hirakata city – ( under construction from here ) – katano city – neyagawa city - shijonawate city – neyagawa city - kadoma city from satonouchi yokooji-shimomisu in fushimi ward , kyoto city ( intersection with kyoto-sotokanjo-sen belt line and abura-no-koji dori street ) to the kumiyama-minami interchange from kozuya-hachioji , yawata city ( the intersection with kyoto prefectural road no. 22 , yawata-kizu-sen ) to 3-chometsudahigashi-machi , hirakata city ( the intersection with national highway route no. 307 ) from oaza-mitsushima , kadoma city , to hiejima , kadoma city ( the intersection with osaka prefectural road no. 2 , osaka-chuo-kanjo-sen belt line ) ( only side lanes ) september 1997 : opening from oaza-mitsushima , kadoma city to hiejima , kadoma city ( the intersection with osaka prefectural road no. 2 osaka-chuo-kanjo-sen belt line ) ( only environmental facility zones as a model for environmental facility zones ) march 30 , 2003 : opening from sayama koaza-minoga-yabu , kumiyama town ( the intersection with kyoto prefectural road no. 15 ujiyodo line ) to the kumiyama-minami interchange , from kozuya-hachioji , yawata city ( the intersection with kyoto prefectural road no. 22 , yawata-kizu-sen ) to uchizato-matsugasoto , yawata city ( the intersection with kyoto prefectural road no. 282 , uchizato-joyo-sen ) , and from matsuiguchi-hirotani , kyotanabe city ( the intersection with kyoto prefectural road no. 736 , katanokumiyama-sen line ) to tsuda-higashi 3-chome , hirakata city ( the intersection with national highway route 307 ) june 19 , 2005 : opened from mori kitaouchi , kumiyama town ( kumiyama junction ) to sayama koaza-minoga-yabu , kumiyama town ( the intersection with kyoto prefectural road no. 15 ujiyodo line ) march 24 , 2007 : opened from uchizato-matsugasoto , yawata city ( the intersection with kyoto prefectural road no. 282 , uchizato-joyo sen ) to matsuiguchi-hirotani , kyotanabe city ( the intersection with kyoto prefectural road no. 736 , katanokumiyama-sen ) fiscal year 2005 average weekday 24-hour road traffic volume census ( statistical ) satonouchi , yokooji-shimomisu , fushimi ward , kyoto city : 45,803 higashi-imoarai , kumiyama town kuze-gun : 37,812 sayama koaza-shinkaichi , kumiyama town kuze-gun : 9,119 nagaodai , hirakata city : 20,172 jasco kumiyama shopping center keihan-higashi rose town osaka international university +sanjo-dori street is one of the major east-west streets in kyoto city , kyoto prefecture . it corresponds to sanjo-oji street in heiankyo . the sanjo-ohashi bridge over the kamo-gawa river ( yodo-gawa water system ) was the end point of the tokaido gojusan-tsugi ( fifty-three stages in tokaido road ) of the tokaido . sanjo-dori street runs east to west from shinomiya in yamashina ward to ( togetukyo bridge ) arashiyama in ukyo ward . the entry and exit points of the tokaido in kyo was called ' awataguchi , ' which is one of the seven gates of kyoto , and the nearby awata-jinja shrine was worshiped as a ' god of journeys . ' in yamashina ward , both the old tokaido and the old national highway route no. 1 , the present-day shinomiya-yotsuzuka-sen kyoto fudo 143 go ( kyoto prefectural road 143 ) , are called sanjo-dori street . ( the old tokaido is often called old sanjo-dori . street too . ) both streets join on the yamashina ward side of hinoka-toge , pass through keage and cross the kamo-gawa river by the sanjo-ohashi bridge . the road that extended as the tokaido is called sanjo-kaido road , particularly in yamashina ward . froawaramachi-dori street to teramachi-dori street , sanjo-dori street is a shopping arcade known as sanjo meitengai shopping street . between teramachi-dori street and karasuma-dori street , it is now a narrow one-way street , but many modern-era architectural structures are found along it , such as the old kyoto branch , bank of japan ( present museum of kyoto annex ) and the nakagyo post office , because it was the main street in the meiji period . when the kamigyo and simogyo wards were established under gun-ku-cho-son henseiho ( act for the alignment of local government systems ) , sanjo-dori street was used as the boundary between the two wards ; kamigyo ward was defined as being north of it , and shimogyo ward was defined as being south of it . a road-origin marker of kyoto city can still be seen at the crossing with karasuma-dori street . between horikawa-dori street and senbon-dori street , the street again becomes the meitengai shopping street arcade . west of senbon-dori street it 's a highway , nijoteishajo-arashiyama-sen kyoto fudo 112 go ( kyoto prefectural road 112 ) . in the westward direction , through the section sharing lanes with the arashiyama main line , keifuku electric railroad from nishioji-dori street to kadonoji-dori street , it turns northwest , merges with old nijo-dori street ( taishimichi ( the road that prince shotoku took ) ) , runs west again , passes through uzumasa ( koryujimae ) and katabiranotsuji , merges with fushihara-dori street on the left bank of the katsura-gawa river ( yodo-gawa water system ) and leads to arashiyama ( togetukyo bridge ) . around arashiyama , chronic traffic congestion occurs during tourist seasons . the section between the eastern end of sanjo-ohashi higashizume and karasuma-dori street is designated as a public non-smoking area . road widening has its limitations , because it has been a main street since the early meiji era . however , in the eastern and western suburbs the road was widened as a main highway and the streetcar started running on it . in the east , the streetcar of the keihan keishin line of keihan electric railway ran from the sanjo-ohashi bridge ( the location of the station has changed slightly ) to keage and from the west side of hinoka to misasagi , sharing a traffic lane . today the tozai line of kyoto municipal subway / kyoto city subway takes roughly the same route . in the west , the streetcar of the arashiyama main line , keifuku electric railroad , commonly known as randen , still runs from nishioji-dori street to kadonoji-dori street , sharing a traffic lane . east is upper , and south is lower . north is to the left , and south is to the right . roads are operated by the local municipalities unless otherwise indicated . fiscal year 2005 average weekday 24-hour traffic volume ( statistical ) ( road traffic census ) hinoka-asadacho , yamashina ward : 34,576 sainshunei-cho , ukyo ward : 17,432 kyoto pharmaceutical university biwako sosui ( channel ) keage purification plant , kyoto city waterworks bureau miyako hotels & resorts nanzen-ji temple the statue of hikokuro takayama viewing and bowing the knee to the imperial palace sanjo-keihan sanjo-ohashi bridge ( kamo-gawa river ( yoda-gawa water system ) ) the museum of kyoto the old kyoto branch , bank of japan is an example of architecture from the meiji period ( now used as the museum of kyoto annex ) . only the outer appearance of meiji architecture has been preserved at the nakagyo post office . kyoto office , ntt west kyoto chuo branch , mizuho bank the old kyoto branch , daichi bank ( a reconstructed building ) is another example of architecture from the meiji period . sanjo meitengai shopping street suzaku campus of ritsumeikan asia pacific university headquarters office , shimadzu corporation kyoto uzumasa eigamura ( toei movie land ) koryu-ji temple ukyo ward office , kyoto city ukyo police station kyoto saga university of arts kyoto-nishi post office arashiyama zuisen-ji temple kyoto subway line , tozai line : uzumasa-tenjingawa station - sanjo-keihan station - higashiyama station ( kyoto prefecture ) - keage station - misasagi station keihan oto line , and keihan main line , keihan electric railway : sanjo station ( kyoto prefecture ) arashiyama main line , keifuku electric railroad : katabiranotsuji station - uzumasa-koryuji station - kaikonoyashiro station - randen-tenjingawa station - yamanouchi station ( kyoto prefecture ) - nishiojisanjo station +kawabata-dori street is one of the streets of kyoto city . the street runs north and south . it runs along the east side of the kamo-gawa river ( yodo-gawa water system ) and the takano-gawa river ( kyoto city ) . in the north it merges with the shirakawa-dori street in yamabana , sakyo ward . in the south it ends at the crossing with shiokoji-dori street in higashiyama ward , and further south of the shiokoji-dori street it is called shidan-kaido road . north from takanobashi-higashizume ( the crossing with kitaoji-dori street ) it belongs to national highway route no. 367 . south from kawaibashi-higasizume ( old imadegawa-dori street ) to shiokojibashi-higashizume , the keihan main line of keihan electric railway and the keihan oto line run underground . south of sanjo station ( kyoto prefecture ) , the street has been extended to shiokoji-dori street using the site of the old ground-based keihan main line , which was vacated through the construction of the continuous multi-level crossing of the keihan main line in 1987 between tofukuji station and sanjo station ( kyoto prefecture ) along the kamo-gawa river , and the land produced through the construction of a culvert of biwako sosui ( channel ) that is parallel with it . as stated above , the street opened relatively recently in the center of the city so it hasn 't attracted many commercial facilities , even though it 's located between kawaramachi-dori street and gion . also , due to the short history of service its crossings are not called ' kawabata-sanjo , ' ' kawabata-shijo ' or ' kawabata shichijo ' in the same way as those of other streets , but instead they are commonly called by the bridge names ' sanjo-ohashi , ' ' shijo-ohashi , ' ' gojo-ohashi ' and ' shichijo-ohashi . ' however , the names ' sanjo keihan ' or ' shijo keihan-mae , ' which have been used for bus stops since the days when keihan electric railways ran on the ground , remain familiar as place names . north from shiokoji-dori street , a promenade has been established along the kamo-gawa river . north is upper , and south is lower . west and to the left , and east is to the right . roads are operated by local municipalities unless otherwise indicated . shimogamo police station , kyoto prefecture eizan-dentetsu ( eizan railway line ) - shugakuin station , demachiyanagi station keihan oto line - demachiyanagi station , marutamachi station ( keihan ) keihan main line - sanjo station ( kyoto prefecture ) , shijo station ( keihan ) , gojo station ( keihan ) , shichijo station kyoto juvenile classification center , higashi-ichijo-dori street kyoto seika girls high school ( same as above ) kinki regional invention center ( same as above ) kansai german cultural center ( same as above ) the center for asian and african area studies , kyoto university , konoe-dori street kyoto university hospital , kasugakami-dori street ( with the front entrance on higashi-oji street , on the opposite side of kawabata-dori street ) tozai line , kyoto city subway line , sanjo-keihan station the statue depicts hikokuro takayama viewing and bowing on his knee toward the imperial palace ( known as dogeza-zo ( the statue of him kneeling on the ground ) gion minami-za ( theater ) shijo-ohashi higashizume miyagawa-cho +higashioji-dori street is one of the major north-south streets in kyoto city . it is now recognized as the north-south arterial street that forms the eastern border of the current downtown , replacing teramachi-dori street ( once called higasikyogoku-oji street ) as the eastern end of heiankyo . higashioji-dori street is also known as higashiyama-dori street , so its crossings and bus stops were given names starting with ' higashiyama , ' following the practice of the days when kyoto city trams ran on the street . also , beside higashioji-dori street , kyoto city has other arterial roads having " oji " in their names , such as kitaoji-dori street , nishioji-dori street and kadonoji-dori street ; however , they didn 't exist until the meiji period but were built in the modern age or later . in the north , the street ends at kitayama-dori street ; in the south it goes to tofuku-ji temple , where it aligns and connects with kujo-dori street . from takano , the crossing with kitaoji-dori street to tofuku-ji temple , the higashiyama line of kyoto city trams once ran southward . in the north from takano to kitayama-dori street , where the tram didn 't run , the street is narrower . unlike other arterial streets in kyoto city , higashioji-dori street has many ups and downs around the area from gion to gojozaka .. heavy traffic congestion occurs during tourist seasons , particularly around kiyomizu-michi and gion . although the street is a major route for buses connecting kyoto station and major tourist spots , traffic congestion often causes even the buses to be delayed . for the past several years , measures have been taken to reduce congestion during the autumn tourist season . north is upper , and south is lower . west is to the left , and east is to the right . roads are operated by local municipalities unless otherwise specified . from the north shugakuin station mototanaka station sakyo healthcare center , kyoto city the kyoto college of graduate studies for informatics hyakumanben crossing kyoto university sakyo ward office , kyoto city higashiyama station ( kyoto prefecture ) chionin yasaka-jinja shrine gion kiyomizu-dera temple nishiotani honbyo mausoleum ( otani honbyo mausoleum of hongan-ji temple , of the honganji group of the jodoshin-shu sect ) rokuharamitsu-ji temple chishakuin kyoto national museum tofuku-ji temple +the street name in kyoto city is not only an identifying name but is also used to refer to the address ( see maps of kyoto city ) . this article lists the streets in kyoto city and describes them through the use of stories . the official street name is not described with okurikana following the chinese character ' 通 . ' however , the names with okurigana are often found on traffic signs . there are several well-known traditional songs whose words are made up of the names of the east-west and north-south running streets of central kyoto city , to help learn the names by heart . the following two songs are the most typical : one is called teragoko for north-south running streets , and the other is marutake ebisu for east-west running streets , the names of which are the first portions of the words . in addition , marutake ebisu has been passed down by word of mouth generation after generation , while teragoko was once lost but was revised with the help of historical data . in commercial films , teragoko was used by the bank of kyoto and marutake ebisu was used by shogoin yatsuhashi ( cinnamon cookie dough ) . these songs were also sung in " detective conan : crossroad in the ancient capital , " the movie version of the tv series " meitantei konan ( detective konan ) . " there are different variations of the words . parts of them are described below : north-south streets ( teragoko ) tera-goko-fuya-tomi-yanagi-sakai taka-ai-higashi and kurumayacho karasu-ryogae-muro-koromo shinmachi-kamanza-nishi-ogawa abura-samegai-horikawa no mizu to yoshiya-ino-kuro-omiya matsu-higurashi and chiekoin jofuku-senbon , and nishijin in the end nishijin ' is not a street name . east-west streets ( marutake ebisu ) maru-take-ebisu-ni-oshi-oike ane-san-rokkaku-tako-nishiki shi-aya-butsu-taka-matsu-man-gojo setta-chara , chara-uonotana through rokujo-santetsu after shichijo comes hachi-kujo . jujo , toji comes at the end . by the way , settayacho-dori street , zeniyacho-dori street and uonotana-dori street are now called yobai-dori street , matoba-dori street and rokujo-dori street , respectively . santetsu means shiokoji-dori street . to-ji ' doesn 't refer to the street but instead to to-ji temple . some songs end with ' gojo , ' as the street located lowest in the city . some words describing the streets south of uonotana-dori street haven 't come down correctly . in songs traditionally sung , which include jujo-dori street in their words as in the song above , the streets are put in an order that is different from what they are in fact put ; for example , santetsu-dori street ( shiokoji-dori street ) comes earlier than shichijo-dori street , and to-ji temple on kujo-street is combined with jujo-street . as is shown in the song that starts with marutamachi-dori street , the residential areas in the edo era roughly extended from marutamachi in the north to gojo in the south . until the early showa era , those areas were surrounded by rice paddies and crop fields . there is another song in which streets are put in an actual order ( see the table below ) . setta-chara , chara-uonotana through shichijo-santetsu after hachijo comes toji-michi kujo , toji comes at the end zushi and alleys residential alleys are built to provide access to small corners within the block . most are blind alleys , and a gate or nameplate of the resident is often found at the entrance to the alley on the front road . some alleys are covered by the second floor of the main house built on the front road . as described above , alleys in kyoto are quite inside-focused and exhibit a clear contrast to the road , which allows the free passage of strangers . the width varies from alley to alley ; some are too narrow for two persons to walk past each other , but others are wide enough for two keicar ( light motor vehicles ) to pass each other . a pathway found between buildings and crossing pontocho-dori street and kiyamachi-dori street can be a traditional alley that survives the modernization of the buildings . zushi refers to a road that has been made open as a passage by connecting two dead ends of alleys . unlike alleys , the zushi is open to the public . some zushis are called ' kodo-zushi , ' and others ' monya-zushi . ' when a area has ' zushi ' or ' tsukinuke ' in its name , it comes from the zushi . some zushis show evidence that two alleys were combined back to back . the width of the alley differs in the middle after a right-angle bend . the zushi gives aspects different from ' tori ' ( or streets ) in kyoto , which are straight and offer distant views . note that such a narrow road isn 't simply called an alley . such zushis are found in concentrated groups , particularly in the area north of ichijo-dori street in kamigyo ward . this area was once outside heiankyo , but it was expanded by extending north-south streets in the northern direction . zushis were built in order to connect these streets in the east-west direction . +oike-dori street is one of the major east-west thoroughfares in kyoto city . the street , which runs through the central part of nakagyo ward in central kyoto city , has the widest section in the city from kawabata-dori street to the horikawa-dori street . the tozai line of kyoto municipal subway / kyoto city subway runs below it . it corresponds to sanjo-bomon-koji street in heiankyo . the 4.9-kilometer street , extending from kawabata street in the east to tenjingawa-dori street at uzumasa in the west , is at one point bisected by nijo station . although some say the name oike originates from a nearby pond of shinsenen , a topography titled ' kyo suzume ' ( kyoto sparrow ) published in 1665 says , ' this sanjo bomondono street is called hachimancho-dori in the east , … oike-dori in the west , as there was oikecho at muromachi on this street ; long ago the imperial palace kamoidono ( palace of ducks ) was there , and it had the pond with ducks ; this place is supposed to be . ' the place names of ' oikenomachi , ' ' tatsuikecho ' and ' nijodencho ' have remained around karasuma oike . the site of nijodono , having this pond , was once a mansion owned by the nijo family , which was originally the nijo new imperial palace ( nijo castle ) built for nobunaga oda . the theory of oike-dori named after the shinsenen has emerged recently and may have to give way to the theory of oike-dori as named after the nijodono oike . a monument of ' the site of nijodono oike ' remains at muromachi-dori oike agaru . the eastern-end section between kawabata-dori street and horikawa-dori street is eight lanes wide because , during world war ii , houses along the street were forced to move in order to create a fire-blocking belt . this section having side roads was lined with 212 tall , fully grown zelkova trees , which were planted along the median strip and the side divider in 1953 or later . however , between 1990 and 1991 the trees were moved to umekoji park before the construction work of the tozai subway line . today in this section , the streetlights , traffic lights and signs guiding travelers to the north-south roads are of a unified design . gk kyoto made this design . the sidewalks have been widened because the dividers were removed and the traffic lanes were laid out in the center . two hundred and twenty-three new zelkova trees have been planted along the street between the sidewalk and the driving lane , but they are still incomparable with the previous excellent roadside trees ; it will take more than 20 years for the new trees to grow as tall . there is an underground shopping center , along with a city-run underground parking area , at kyoto shiyakusho-mae . the street is part of the route for yamahoko junko ( procession of gion festival floats ) and , in addition , parades for a variety of events are held with the flow of traffic shut down . there are three railway stations along the street : kyoto shiyakusho-mae station , karasuma oike station , and nijojo-mae station of the subway tozai line . crossing roads east is upper , and west is lower . north is on the left , and south is on the right . roads are operated by local municipalities unless otherwise specified . traffic volume fiscal year 2005 average weekday 24-hour traffic volume ( statistical ) ( road traffic census ) kikkoyacho ( oike-dori , takakura-higashi-iru ) , nakagyo ward : 40,143 the street is narrower , having two lanes . oshikoji-dori street , which runs parallel just north , is wider with four lanes and serves as a detour ; moreover , the subway tozai line is also off the street northward and runs through this section under oshikoji-dori street . the street was once narrow and separated from its eastern section by nijo station . with the construction of the continuous multi-level crossing of the sanin main line as well as road widening work in the redevelopment of nijo station , the street has four lanes and is connected to oshikoji-dori street . underground , with the completion of construction , the tozai subway line was officially extended to uzumasa tenjingawa station on january 16 , 2008 . nishioji-dori oike station was opened halfway at the crossing with nishioji-dori street . at the same time , construction work on the ground continued , and as a result oike-dori street now runs over tenjingawa-dori street and uzumasa-tenjingawa-ekimae terminal , and goes west to cross sanjo street . sanjo-dori street and oike-dori street run parallel east and west in the inner city , but in the west of nishioji-dori street , sanjo-dori street turns moderately northwest , causing the two streets to intersect . the crossing between oike-dori street and sanjo-dori street was called ' sanjo-oike , ' in accordance with the common practice of naming streets in kyoto city . oike-ohashi bridge kyoto hotel , kawaramachi-dori street kado kyoto city municipal government , kawaramachi-dori street kado ( official address : teramachi-dori agaru ) zest oike ( underground shopping center ) between kawaramachi and teramachi kyoto municipal kyoto oike junior high school nijo castle , horikawa-dori oshikoji-dori agaru it doesn 't face oike-dori street . kingdom hall , omiya-dori street nishi iri shinsenen between omiya-dori street and shinsenen-dori street sanjo works , shimadzu corporation the yamanouchi purification plant , located between kadonoji-dori street and tenjingawa-dori street railway station kyoto municipal subway / kyoto city subway tozai-sen ( tozai line ) , kyoto city subway kyoto shiyakusho-mae station - karasuma oike station - nijojo-mae station - nishioji-oike station - uzumasa-tenjingawa station karasuma-sen ( karasuma line ) , kyoto city subway west japan railway company ( jr west ) san 'in main line nijo station +saba-kaido road is an historical name of the road developed for fish and shellfish captured in reinan for delivery to kyoto . it came to be called ' saba-kaido ( mackerel road ) ' because the mackerel was the most common seafood product . the street refers to the section between present-day obama city , fukui prefecture and demachiyanagi station , sakyo ward in kyoto city , corresponding to the national highway route no. 27 ( between obama city and kaminaka , wakasa-cho ) , national highway route no. 303 ( between kaminaka wakasa-cho and hozaka , takashima city ) and national highway route no. 367 ( between kutsuki , takashima city and sakyo ward in kyoto city ) . ( the route to kyoto did not follow the present-day national highway route no. 367 but was instead a mountain track via omione ridge . ) in a broader sense , any road through which seafood was carried was called the saba road . mackerel captured in wakasa bay and sprinkled with salt were said to become delicious while being carried to kyoto overnight without sleep , and they became popular among ordinary people in kyoto , who would wait for them . this is why the roads on which mackerel were carried came to be named mackerel roads . carriers kept walking without sleep , saying , ' kyoto is only 18 li ( about 70 kilometers ) away . ' today , many shops dealing in mackerel sushi are found along national highway route no. 367 . also , the saba-kaido marathon , a race that courses along the route of those days ( 76 km between obama city and demachiyanagi , sakyo ward , kyoto city ) is held each year . this race is also known as the ultra mountain marathon or the sabakaido maranic ( marathon and picnic ) , because the majority of the route is unpaved with dramatic changes in elevation . kumagawa-juku , an important preservation district for groups of historical buildings japan now imports large amounts of mackerel from norway . some refer to the air route from norway to japan as ' the modern-day mackerel road . ' there is no need for concern about anisakis ( parasites ) in today 's mackerel because the fish is sent cooled , not salted . +karasuma-dori street is one of the major north-south streets in kyoto city . the kanji 烏丸 is originally read as ' karasumaru , ' but the pronunciation has been simplified and now reads ' karasuma . ' it corresponds to karasumaru-koji street of heiankyo . in the north it extends to imamiya-dori street just north of kitaoji bus terminal ( kitaoji station ) . southward , it is bisected by kyoto station but extends to kuzebashi-dori street . it is a four-lane street throughout , except for the section north of kitaoji-dori street . the area along karasuma street , particularly around the shijo-karasuma crossing , is known as the business district of kyoto , where many banks and companies are located . the karasuma-sen ( karasuma line ) of kyoto city subway runs below the street . karasuma-dori street has been a main street facing kyoto station since the station opened in 1877 . the street was widened from its origination as a path along which the emperor would go to kyoto gosho ( old imperial palace ) from kyoto station . it has taken the place of senbon-dori street , the former suzakuoji broad avenue of heiankyo , to become a main street of present-day kyoto , because it passes the west side of kyoto gosho and crosses kyoto station north and south . also , the section between karasuma-shichijo-dori street and karasuma-gojo-dori street belongs to national highway route no. 24 , and the section between karasuma-gojo-dori street and karasuma-kitaoji-dori street belongs to national highway route no. 367 . the section between oike-dori street and shijo-dori street has been designated as a public non-smoking area . roads are operated by the local municipalities unless otherwise specified . otani university doshisha university kyoto broadcasting system company limited go-jinja shrine kyoto st. agnes episcopal church kyoto gyoen - kyoto gosho all stations between kitaoji station and jujo station of karasuma-sen ( karasuma line ) , kyoto city subway kyoto international manga museum shin-puh-kan hankyu kyoto main line , karasuma station cocon karasuma higashi hongan-ji temple kyoto tower kyoto station +shijo-dori street is one of the major east-west streets in kyoto city . it corresponds to shijo-oji street of heiankyo . it extends from higashioji-dori street in gion , the bottom of the steps of yasaka-jinja shrine in the east , to matsuno-taisha shrine in the west . the area from gion to shijo-karasuma , particularly around shijo kawaramachi crossing , comprises the largest shopping and entertainment district in kyoto . its crossing street , shijo-muromachi-dori street , is called hoko no tsuji and is regarded as the center of shimogyo ward , which indicates that shijo-dori street has traditionally been a key road and served as the east-west axis of kyoto . underground , the hankyu kyoto main line runs between shijo kawaramachi and shijo , nishioji-dori street . ( an underground walkway connects karasuma station and kawaramchi station ( kyoto prefecture ) ) . bicycling , whether on the roadway or on the sidewalk , is prohibited between shijo kawaramachi and shijo karasuma except during the nighttime . on may 30 , 2007 , kyoto city announced its ' transit mall ' plan , whereby the section between kawabata-dori street and karasuma-dori street would be opened only to public transportation , with all private vehicles being banned . the goal is to implement the plan within three years after conducting social experiments with regard to the actual limits . the experiment was conducted in mid-october of the same year , and the street was closed to vehicles except for route buses and taxis in order to broaden the pedestrian path for a certain period of time on october 12-14 . the section between higashioji-dori street and karasuma-dori street is a public non-smoking area . all of the street from gion to matsuno-taisha shrine is designated from arashiyama-gion-sen , kyoto city road 186 go . east is upper , and west is lower . north is to the left , and south is to the right . roads are operated by local municipalities unless otherwise specified . main facilities along the street yasaka-jinja shrine , gion crossing minami-za ( theater ) , shijo-ohashi higashizume shijo-ohashi bridge ( kamo-gawa river ( yodo-gawa water system ) ) shijo-kawaramachi hankyu ( hankyu hanshin department store ) , kawaramachi-kado kyoto takashimaya , kawaramachi-kado shinkyogoku-dori shopping street fuji daimaru , teramachi-kado the headquarters of kyoto chuo shinkin bank daimaru kyoto , takakura-kado the headquarters of kyoto chuo shinkin bank kyoto sangyo kaikan , karasuma-kado ikenobo college , muromachi-kado kyoto university of foreign studies umezu office , kyoto municipal transportation bureau kyoto factory , mitsubishi motors corporation umenomiya taisha matsuobashi ( katsura river ( yodo-gawa water system ) ) matsuno-taisha shrine railway stations along the street keihan electric railway - shijo station ( keihan ) karasuma-sen ( karasuma line ) , kyoto city subway - shijo station ( kyoto city subway ) hankyu arashiyama-sen - matsuo station ( kyoto prefecture ) keifuku electric railroad - shijo-omiya station - sai station +gojo-dori street is one of the major east-west streets in kyoto city . overview the street , which runs east and west through the center of the city , is the main arterial highway with most of the section designated as a general national highway . the east of horikawa gojo is national highway route no. 1 , and the west of karasumaru gojo is national highway route no. 9 ( the section between karasuma gojo and horikawa gojo is shared with national highway route no. 1 ) . additionally , it is shared by national highway route no. 8 ( east of karasuma gojo ) and national highway route no. 162 ( between tenjingawa gojo and nishioji gojo ) . in the east , the street starting around gojozaka crossing with higashioji-dori street is called gojozaka . the street from gojozaka crossing is narrow toward kiyomizu-dera temple but merges with matsubara-dori street ( at the eastern end of matsubara-dori street ) . national highway route no. 1 , after it crosses higashioji-dori street , becomes the gojo bypass , merges with shibutani-dori street , runs through higashiyama ( kyoto prefecture ) and continues to yamashina basin ( the gojo bypass running in yamashina ward is widely referred to as gojo-dori street ) . in the west the street , designated as national highway route no. 9 , crosses the nishiohashi bridge of katsura river ( yodo-gawa water system ) , goes to katsura and leads to the kutsukake interchange of the kyoto jukan jidoshado expressway . history the street corresponds to rokujo-bomon-koji street in heiankyo . it was originally called gojo-dori street because the gojo-ohashi bridge crossing the kamo-gawa river ( yodo-gawa water system ) was moved to rokujo-bomon-koji street by hideyoshi toyotomi , who wanted to visit hoko-ji temple . the former gojo-oji street began to be called matsubara street . the school anthem ' ushiwakamaru ' begins with , ' on a bridge of gojo in kyoto , ' and the statues of ushiwakamaru and benkei stand at the western end of the gojo-ohashi bridge and on the median strip of the street . considering that the gojo-ohashi bridge in the era of ushiwakamaru and benkei was located on the former gojo-oji street ( the present-day matsubara-dori street ) , the historical evidence may not be properly examined , but the encounter of ushiwakamaru with benkei on gojo-ohashi bridge , which in fact occurred in a different place , may have been a contrived tale . during world war ii , houses along the section between higashioji street and senbon-dori street were forced to move in order to build a fire-blocking belt , like in oike-dori street and horikawa-dori street ; however , after the war , the street was widened to about 50 meters using the site . road-widening work is now under way to extend the 50-meter-wide lanes to nishioji-dori street . roads are operated by local municipalities unless otherwise specified . fiscal year 2005 average weekday 24-hour traffic volume ( statistical ) ( road traffic census ) otsucho , shimogyo ward , kyoto city : 64,436 nishi kyogoku-shinmeicho , ukyo ward , kyoto city : 54,289 main facilities along the street kiyomizu-dera temple nishiotani honbyo mausoleum ( otani honbyo mausoleum of hongan-ji temple , of the honganji group of the jodoshin-shu sect ) higashiyama post office keihan electric railway - gojo station ( keihan ) gojo-ohashi bridge ( kamo-gawa river ( yodo-gawa water system ) gojo rakuen asahi shinmeigu - the former site of sekimon shingaku karasuma-sen ( karasuma line ) , kyoto city subway - gojo station ( kyoto city subway ) karasuma gojo horikawa gojo san 'in main line ( sagano line ) - tanbaguchi station the first market , kyoto city central wholesale market kyoto research park kyoto city hospital rohm , co . ltd diamond city hana kyoto koka women 's university kyoto city nishi kyogoku general playground kyoto city nishi kyogoku general playground , track , field and ball park kyoto city nishi kyogoku general playground and baseball field +shichijo-dori street is one of the major east-west streets in kyoto city . the street corresponds to shichijo-oji street in heiankyo . the eastern end is the crossing with higashioji-dori street , higashiyama-shichijo . in the west , the street turns south after crossing kadonoji-dori street and merges with hachijo-dori street at the eastern end of katsura-ohashi bridge , which straddles the katsura river ( yodo-gawa water system ) . its western end is sanin-kaido road . during modern times , the border between rakuchu and rakugai was around nanajo-senbon , from which sanin-kaido road ran in such a manner that shichijo-dori street was extended westward . however , in the late meiji period the street was widened between higashioji-dori street and omiya-dori street according to the three major city plans of kyoto city ; later , according to a city plan in the taisho and early showa eras , the western end of the wide street was extended to nishioji-dori street in order to lay the rails for kyoto city trams . consequently , the street west of nishioji-dori street is still narrow but there remain traces of the historic highway in the east side of katsura ohashi bridge or around katagihara on sanin-kaido road ( old sanin-kaido road ) . kyoto national museum , sanjusangendo temple , chishakuin and yogenin are located in the vicinity of higashiyama-shichijo . higashi hongan-ji temple is found at karasuma-shichijo-agaru , and nishi hongan-ji temple is located at horikawa-shichijo-agaru . the first market , kyoto city central wholesale market , the " kitchen of kyoto 's people , " is on senbon-nanajo . around the market , the street is wide with parking lots on both sides . the correct pronunciation of ' 七条 ' is ' shichijo , ' but local people may pronounce it as ' hichijo ' or ' hiccho . on the city buses , bus stops starting with 七条 are intentionally pronounced ' nanajo . ' the purpose is to prevent any confusion with the " ichijo " of ichijo-dori street . roads are operated by local municipalities unless otherwise specified . main facilities along the street chishakuin kyoto national museum sanjusangendo temple keihan electric railway - shichijo station shichijo-ohashi bridge ( kamo-gawa river ( yodogawa water system ) ) shin-shu hombyo ( higashi hongan-ji temple ) nishi hongan-ji temple omiya campus of ryukoku university umekoji park umekoji steam locomotive museum the first market : kyoto city central wholesale market +hachijo-dori street is : one of the major east-west streets in kyoto city . ( described in this article ) one of the major east-west streets in asahikawa city . hachijo-dori street is one of the major east-west streets in kyoto city . it corresponds to the hachijo-oji street of heian-kyo . it runs east-west , linking the kamo-gawa river ( yodo-gawa river system ) and the katsura-gawa river ( yodo-gawa river system ) nearly throughout , with the section between onmae-dori street and senbon-dori street divided by the tracks ( railway ) of the tokaido main line . with the opening of the tokaido shinkansen , the four-lane street south of kyoto station has become busy . nyakuichi-jinja shrine is located at the corner of nishioji hachijo , where a monument indicates it as the historic site of hachijo-dono ( the residence in hachijo ) of taira no kiyomori . a camphor tree on the side of the street has a story ; the tracks of the kyoto city trams were laid out in order to avoid the tree for fear that cutting it down might invoke a curse of taira no kiyomori . this is why nishioji-dori street is a winding one , particularly in this section , even after the abolishment of the city trams . east is upper and west is lower . north is left and south is right . roads are operated by local municipalities unless otherwise specified . kyotoeki-hachijoguchi ( kyoto station hachijo exit ) nyakuichi-jinja shrine otabijo ( temporary shrine ) of fushimi inari taisha shrine katsura-kobashi bridge ( tenjin-gawa river ) katsura-ohashi bridge ( yodo-gawa river system ) +jujo-dori street is one of the major east-west streets in kyoto city . it runs from the eastern end--the intersection with honmachi-dori street ( kyoto ) ( honmachi-dori jujo ) --to the western end ( the intersection with nishioji-dori street ( nishioji-jujo ) ) . the street has no relationship to the oji-koji ( alleys and main streets ) of heian-kyo ; it was developed later in the modern era to the south of kujo-dori street . it could also be called toba-dori street because of its short history . additionally , the hanshin expressway route 8 kyoto line ( tentative name ) was completed in such a manner that jujo-dori street has been extended to the east as a new road connecting central kyoto and yamashina ward . roads are operated by local municipalities unless otherwise specified . main facilities along the street keihan main line - tobakaido station toka-bashi bridge ( kamo-gawa river ( yodo-gawa river system ) ) karasuma line of the kyoto municipal subway - jujo station ( kyoto municipal subway ) kintetsu kyoto line - jujo station ( kintetsu ) +kujo-dori street is one of the major east-west streets in kyoto city . it corresponds to the kujo-oji street south of heian-kyo . it is connected to higashioji-dori street at higashiyama-bashi-higashizume of the kamo-gawa river ( yodo-gawa river system ) in the east , and it meets kadonooji-dori street in the west . its course greatly differs from that in the heian period because the street now turns moderately southward from the west side of the senbon-dori street and also extends south from nishioji-dori street . there was rajomon gate around the crossing with the present senbaon-dori street . the rajomon gate was not repaired after being ruined by a destructive storm in 980 , so today only a monument is left in its place . the street was widened in the first year of showa . kyoto city trams , which opened in 1939 between higashioji-dori street and nishioji-dori street , was abolished in 1978 . the section between abura-no-koji dori street and mibugawa-dori street ( keihan-kokudo guchi ) belongs to national route 1 , and the section between mibugawa-dori street and kadonooji-dori street belongs to national route 171 . roads are operated by local municipalities unless otherwise specified . main facilities along the street higashiyama-bashi bridge ( kamo-gawa river ( yodo-gawa river system ) ) kyoto municipal toka elementary school karasuma line of the kyoto municipal subway - kujo station ( kyoto prefecture ) kyoto municipal toka junior high school kujo office , kyoto city bus kyoto-minami ( south ) revenue office , kyoto prefecture kintetsu kyoto line - toji station to-ji temple kyoto prefectural toba high school kyoto municipal rakuyo technical high school +ichijo-dori street is one of the major east-west streets in kyoto city . it corresponds to ichijo-oji street of heian-kyo . its eastern end is karasuma-dori street . in the west , it ends around hanazono in ukyo ward , but some refer to the street , which extends west to seiryo-ji temple ( saga-shakado ) in sagano , as ichijo-dori street . it also branches at utano and leads to shuzan-kaido road . though ichijo-oji street formed the northern edge of heian-kyo , the downtown area expanded across it northward after the mid-heian period . imadegawa-dori street now acts as the northern boundary of kyoto gosho ( old imperial palace ) , which runs along its north side . ichijo-dori street , in central kyoto city , is a narrow one-way road . ichijomodori-bashi bridge , which spans the hori-kawa river ( kyoto prefecture ) , is well known . higashi-ichijo-dori street higashi-ichijo-dori street , which forms an extended line of ichijo-dori street across the kamo-gawa river ( yodo-gawa river system ) , runs from kawabata-dori street in the west to the gate ( torii ) of yoshida-jinja shrine in the east . the east of higashi-ichijo street is the approach to yoshida-jinja shrine , along which there are many street stalls with a lively atmosphere during the setsubun festival , the bean-throwing festival to celebrate the coming of spring . both sides of this section comprise the campus of kyoto university , whose main gate also faces higashi-ichijo-dori street . each april , when new students enter the university , many signboards are erected to remind returning students of extracurricular activities . crossing roads the narrow , one-way roads running in the center of the city aren 't mentioned here . east is upper , and west is lower . north is to the left , and south is to the right . +imadegawa-dori street is one of the major east-west streets in the northern part of downtown kyoto city . it starts from the gate of jisho-ji ( ginkaku-ji ) temple ( ginkakuji-cho , sakyo ward ) in the east , and ends slightly west of tojiin station of the keifuku electric railroad . the section east of the kamo-gawa river ( yodo-gawa river system ) can be called higashi-imadegawa-dori street . it runs along the northern edge of kyoto gyoen national garden . the street was outside heian-kyo , but it was developed later with the expansion of the downtown area to the northeast . its was originally called kitakoji-dori street . the name ' imade-gawa ' originates from a tributary of the kamo-gawa river called the imade-gawa river , which ran from higashi-no-toin-dori street to higashikyogoku-oji street ( the present-day teramachi-dori street ) . the imadegawa line of the kyoto city trams ran until 1976 from shirakawa-dori street ( ginkakuji-michi stop ) to nishioji-dori street ( kitano-hakubaicho stop ) . in the west , the street up to the kitano-hakubaicho crossing belongs to the ginkakuji-utano line of kyoto prefectural route 101 . east is upper and west is lower . north is left and south is right . roads are operated by local municipalities unless otherwise specified . main facilities along the street jisho-ji ( ginkaku-ji ) temple kyoto university the hyakumanben crossing keihan electric railway - demachiyanagi station kamo-ohashi bridge ( yodo-gawa river system ) kyoto gyoen doshisha university , doshisha women 's college of liberal arts , doshisha girls ' junior and senior high school reizei family kyoto municipal subway - imadegawa station kamigyo ward office shiramine-jingu shrine kyoto city archaeological museum kamishichiken kitano tenmangu shrine keifuku electric railroad - kitano-hakubaicho station , tojiin station +marutamachi-dori street is one of the major east-west streets in kyoto city . the street , comprising a four-lane road with pedestrian paths , is operated as the shishigadani-arashiyama line of kyoto city road 187 . traffic congestion is common during the morning and evening rush hours . it extends from shishigadani-dori street in the east to the saga-shakado-daimon-cho , ukyo ward , in the west . its west end , which was once nishinokyo-enmachi crossing in nakagyo ward , was extended from nishinokyo-enmachi to myoshinji-mae crossing in 1966 , and further to saga-shakado-daimon-cho crossing , ukyo ward , in 1970 . most of these extended sections are referred to as shin-marutamachi-dori street ( new marutamachi-dori street ) . the marutamachi-dori street corresponds to the kasuga-koji street of heian-kyo . the name of the street is said to come from the fact that many lumber dealers were located in nishi-horikawa , which lies along this street . it runs along the southern edge of kyoto gyoen national park . some maps in the edo period referred to it as marutamachi-dori ( 丸田町通 ) ( as compared to the present-day marutamachi-dori ( 丸太町通 ) ) . east is upper , and west is lower . north is to the left , and south is to the right . roads are operated by local municipalities unless otherwise specified . fiscal year 2005 average weekday 24-hour traffic volume ( numbers ) ( road traffic census ) uzumasa-kitaro-cho , ukyo ward : 20,011 ( from east ) kyoto municipal okazaki junior high school okazaki-jinja shrine kyoto municipal kinrin elementary school sakyo revenue office kyoto budo center ( kyoto center of martial arts ) kumano-jinja shrine keihan electric railway - marutamachi station ( keihan ) marutamachi-bashi bridge ( kamo-gawa river ( yodo-gawa river system ) ) kyoto gyoen - kyoto gosho ( old imperial palace ) kyoto district court karasuma line of the kyoto municipal subway - marutamachi station ( kyoto municipal subway ) daigokuden-ato ( remains of daigokuden ) kyoto city library , central branch kyoto asny kyoto preventive medical center kyoto municipal suzaku daini elementary school sanin main line ( sagano line ) - enmachi station - hanazono station ( kyoto prefecture ) ho-kongoin temple kitano line of the keifuku electric railroad , tokiwa station ( kyoto prefecture ) +nijo-dori street is one of the major east-west streets in kyoto city , kyoto prefecture . it corresponds to nijo-oji street in heian-kyo . running east and west along the southern edge of dai-dairi ( the site of the imperial palace and government offices ) , nijo-oji was widest next to suzakuoji broad avenue . nijo-dori street stretches from shirakawa-dori street in the east to nijo castle in the west , which faces horikawa-dori street ; the former nijo-dori street continues west from the senbon-dori street and includes the shopping street of the suzaku nijo shopping district promotion association . rikusho-ji temple was once located at the east end , in okazaki , sakyo ward . today there are cultural facilities built in and after the meiji period , such as kyoto kaikan hall ; the kyoto municipal museum of art ; the national museum of modern art , kyoto ; and kyoto city zoo , together with heian jingu shrine , which is located a little north of the street . at the southeast corner with teramachi-dori street , there is a fruit shop that motojiro kajii , a novelist known for his work titled ' remon ( lemon ) , ' visited in order to buy lemons . main facilities along the street kyoto city zoo kyoto municipal museum of art kyoto prefectural library kyoto kaikan hall miyako messe hotel fujita kyoto kyoto branch , bank of japan shimazu foundation memorial hall kyoto kokusai hotel nijo castle +teramachi-dori street is one of the major north-south streets in kyoto city . it runs from shimei-dori street in the north to gojo-dori street in the south . it corresponds to higashikyogoku-oji street in heian-kyo . the street , which was once the main thoroughfare and bordered the east edge of heian-kyo , runs along east side of kyoto gosho ( old imperial palace ) , because kyoto gosho was relocated to its present site after the decline of ukyo ( the western part of the capital ) and perpetuated disorder . the street obtained the name " teramachi ( literally temple district ) " because hideyoshi toyotomi 's recreation of kyoto led many temples to move into the east side of this street . honno-ji temple was also relocated along this street at this time from what is now motohonnoji-minami-cho , nakagyo ward . the purpose of bringing temples together in this district was to levy taxes efficiently and defend kyoto . the arrangement of temples in line with the city 's eastern odoi fortress is said to have been aimed at damping the morale of troops entering the city from the east . the street was once the major north-south thoroughfare , and steetcars ( which were operated by kyoto electric railway and later purchased by kyoto city trams ) ran from imadegawa-dori street to nijo-dori street . when kawaramachi-dori street was widened in the 1920s and the tracks of the streetcars were transferred there , teramachi-dori street yielded its position as a main street to kawaramachi-dori street . the section from marutamachi-dori street to nijo-dori street is a shopping street filled with antique stores , galleries and antiquarian bookshops belonging to the teramachi shopping district promotion . the section from the oike-dori street to shijo-dori street is an arcade of shops , and it 's closed to traffic during the daytime . the section from oike-dori street to sanjo-dori street is teramachi shopping street , and the section from sanjo-dori street to shijo-dori street , which parallels shinkyogoku-dori street , is the teramachi-kyogoku shopping street . the section between shijo-dori street and takatsuji-dori street was once kyoto 's largest electronic quarter , which was smaller than in scale but can be compared to akihabara and denden town ; now , however , the electric goods shops decline in number from their flourishing past , like in nihonbashi and osu , and are being replaced by new urban-style apartments . the street between oike-dori street and shijo-dori street is a public nonsmoking area . from the north jozen-ji temple ( one of kyoto roku-jizo ( kyoto six ksitigarbhas ) ) , kuramaguchi-dori street kamigoryo-jinja shrine , kamigoryomae-dori nishi iru ( to the west of kamigoryomae-dori ) hakuun-so , ritsumeikan ( the former residence of kojuro nakagawa and now facilities owned by ritsumeikan ) , imadegawa agaru ( to the north of imadegawa ) honman-ji temple , hirokoji-dori ( kyoto city ) agaru ( to the north of hirokoji-dori ) honzen-ji temple , hirokoji agaru ( to the north of hirokoji ) shojokein temple , hirokoji agaru ( to the north of hirokoji ) rozan-tendai-koji temple ( rozan-ji temple ) , hirokoji agaru ( to the north of hirokoji ) kyoto gyoen national park , kyoto gosho ( old imperial palace ) from imadegawa-dori street to marutamachi-dori street nashinoki-jinja , hirokoji agaru ( to the north of hirokoji ) kyoto prefectural oki high school , kojinguchi-dori street kyoto city museum of historical materials , kamikiri-doshi street niijima-kaikan , doshisha , marutamachi-dori agaru ( to the north of marutamachi-dori ) shimogoryo-jinja shrine , marutamachi sagaru ( to the south of marutamachi ) gyogan-ji temple , takeyamachi-dori street teramachi-kai shopping district promotion , from marutamachi to nijo kyo-teramachi-kai , from nijo to oike kyoto city municipal government , oike-dori kado ( corner of oike-dori street ) honno-ji temple , oike sagaru ( to the south of oike ) teramachi shopping street , from oike to sanjo teramachi-kyogoku shopping street , from sanjo to shijo kyoto nishiki food market kawaramachi station ( kyoto prefecture ) , underground of shijo-dori street fuji daimaru , shijo kado ( corner of shijo ) teramachi electronics quarter , from shijo to takatsuji-dori street +kawaramachi-dori street is one of the streets located in kyoto city . it runs north-south . it is located outside of heian-kyo . it runs as if it were following the east outer edge of the construction of odoi fortress , built by hideyoshi toyotomi . it was opened during the early edo period when the downtown expanded to the kamo-gawa river ( yodo-gawa river system ) . it extends from aoibashi-nishizume in the north to jujo-dori street in the south . north from aoibashi-nishizume , the street has a different name : shimogamo-hon-dori street . the area along the street between sanjo-dori street and shijo-dori street is kyoto 's central shopping and entertainment district , having pedestrian paths covered by an arcade . the street south of shijo-dori street runs north-northeast and then south-southwest in parallel with the kamo-gawa river . thus it intersects teramachi-dori street and gokomachi-dori street , which run completely north-south . the street between oike-dori street and shijo-dori street is a public nonsmoking area . the kawaramachi line of kyoto city trams ran north from shiokoji-dori street until 1978 . in the gion festival , yamahoko junko ( procession of gion festival floats ) goes along this street north from shijo-dori street to oike-dori street . roads are operated by local municipalities unless otherwise specified . fiscal year 2005 average weekday 24-hour traffic volume ( statistics ) ( road traffic census ) tominaga-cho , takatsuji agaru , kawaramachi-dori , shimogyo ward - 28,732 main facilities along the street kitamura museum , imadegawa-dori sagaru ( to the south of imadegawa-dori street ) , higashi iru ( to the east ) honzen-ji temple , hirokoji-dori ( kyoto city ) agaru ( to the north of hirokoji-dori street ) ( the front of the temple is the opposite side on teramachi-dori street ) shojokein temple , hirokoji agaru ( to the north of hirokoji ) ( the front of the temple is the opposite side on teramachi-dori street ) rozan-ji temple , hirokoji agaru ( to the north of hirokoji ) ( the entrance of the temple is the opposite side on teramachi-dori street ) kyoto prefectural university of medicine and hospital , hirokoji agaru ( to the north of hirokoji ) kyoto branch , bank of japan , nijo-dori kado ( corner of nijo-dori street ) kyoto city municipal government , northwest corner of oike-dori street zest oike ( underground shopping arcade ) , oike-dori street kyoto hotel , northeast corner of oike-dori street tozai line of the kyoto municipal subway - kyoto shiyakusho-mae station underground of oike-dori street honno-ji temple , oike sagaru ( to the south of oike ) ( back door only ) ( the front of the temple is the opposite side on teramachi-dori street . ) kyoto takashimaya , southwest corner of shijo-dori street hankyu hanshin department store , southeast corner of shijo-dori street hankyu kyoto main line of hankyu corporation - kawaramachi station ( kyoto prefecture ) underground of shijo-dori street hitomachi-koryukan , kyoto , kaminokuchi agaru ( to the north of kaminokuchi ) shoseien garden ( kikokutei ) , from kami-juzuyamachi-dori street to shimo-juzuyamachi-dori street ( the entrance is the opposite side on ainomachi-dori street ) . +nishikikoji-dori street is one of the major east-west streets in kyoto city . it corresponds to nishikikoji street of heian-kyo . it runs between takoyakushi-dori street and shijo-dori street . it runs from the frontage of nishiki tenmangu shrine in the east to mibugawa-dori street in the west . according to uji-shui monogatari ( uji-shui stories ) , its initial name in the heian period , gusoku-koji street , was corrupted into kuso-koji street , and then , at imperial command , it was named nishikikoji after ayanokoji-dori street , which is the next street southward across shijo-dori street . kyoto nishiki food market , located between takakura-dori street and teramachi-dori street , is referred to as " kyo ( capital ) no daidokoro " ( kitchen of kyoto ) , whose narrow , stone-paved street is lined with fruit and vegetable shops , fresh fish shops , grocers and stores offering prepared meals . the street between shinkyogoku-dori street and karasuma-dori street is a public nonsmoking area . nishiki tenmangu shrine , shinkyogoku-dori street shinkyogoku-dori street kyoto nishiki food market , from teramachi to takakura daimaru kyoto , from takakura to higashi-no-toin kyoto municipal horikawa high school , horikawa-dori street kyoto municipal transportation bureau head office , mibugawa-dori street +shiokoji-dori street is one of the major east-west streets in kyoto city . it runs from higashioji-dori street in the east to omiya-dori street in the west between shichijo-dori street and the tokaido main line . it corresponds to hachijo-bomon-koji street in heian-kyo . it is the first avenue encountered by passengers getting out of kyoto station to the north , and the section between kawaramachi-dori street and horikawa-dori street is busy with many buses arriving at and departing from the karasuma-guchi gateway , kyoto station . kyoto tower faces this street . the original shiono-koji street , which is the origin of the street name , was the present-day kizuyabashi-dori street , the next street northward . kyoto city trams used to run from the front of kyoto station ; trams ( standard-gauge ) ran east to kawaramachi-dori street and those ( narrow-gauge , also called n-den ) ran west to nishinotoin-dori street . east from kawaramachi-dori street and west from horikawa-dori street , the street is narrower . east is upper , and west is lower . north is left , and south is right . roads are operated by local municipalities unless otherwise specified . main facilities along the street sanjusangendo temple kyoto tower kyoto station hankyu hotel management co . , ltd . kyoto central post office kyoto takeda hospital shimogyo ward office in kyoto city rihga royal hotel kyoto umekoji park +rokujo-dori street is one of the major east-west streets in kyoto city . the street , located south of yobai-dori street and matoba-dori street and north of hanayacho-dori street , runs from kawaramachi-dori street in the east to horikawa-dori street in the west . it corresponds to rokujo-oji street of heian-kyo . shijo-dori street and shichijo-dori street , which share numerals in their names and originating from main streets of heian-kyo , serve as main arteries , whereas rokujo-dori street is a community road . it has two lanes between kawaramachi-dori street and karasuma-dori street , but the section west of karasuma-dori street to horikawa-dori street is so narrow that it can barely accommodate a car . from shinmachi-dori street to abura-no-koji dori street , it is a small-scale shopping street . this is because the shopping street is a remnant of the past uonotana-dori street , as included in songs used to memorize east-west streets by heart ( refer to the article " streets in kyoto city " ) , and just like nishikikoji-dori street , the width of the old day 's street lined with shops has been passed down . the street , which forms an extended line of rokujo-dori street beyond the parking lots of nishi hongan-ji temple , starts from omiya-dori street and is called tanbaguchi-dori street . main facilities along the street hitomachi-koryukan , kyoto chokodo - former rokujo palace +senbon-dori street is one of the major north-south streets in kyoto city . it corresponds to the broad suzakuoji avenue of heian-kyo . today it extends from takagamine in kita ward ( kyoto city ) in the north to the crossing with kyoto-moriguchi line of the kyoto / osaka prefectural route 13 in noso-cho , fushimi ward , in the south . umekoji park and the umekoji steam locomotive museum interrupt the street between shichijo-dori street and hachijo-dori street . the section from hachijo-dori street to kuzebashi-dori street is referred to as the former senbon-dori street because shin-senbon-dori ( new senbon-dori ) street runs one block west of it . the section south of kujo-dori street was once called toba-kaido road . the section north of sanjo-dori street was widened during the meiji and taisho periods and served as the main north-south street ; however , in the section south of sanjo-dori street the role has been taken over by the route once held by kyoto city trams , diverging to koin-dori street and continuing into omiya-dori street south from shijo-dori street . the street south of sanjo-dori street has long been as wide as what it was in the early days . history , origin the street was originally the broad avenue called suzakuojie , the central avenue of heian-kyo . the street was said to have been laid out in such a manner that mt . funaoka was directly ahead . some say its name comes from the thousand buddhist pagodas that were placed in order to hold a mass for the dead carried to the burial site at the western foot of mt . funaoka . with the decline of ukyo ( the western part of the capital ) , it became a street on the western outskirt of the capital . additionally , the dai-dairi ( site of the imperial palace and government offices ) had to be moved , and the street was extended to the north from nijo-dori street through the area where the dai-dairi should have been located . today it has conceded its position as the central north-south avenue to karasuma-dori street . during the late meiji period , as part of three major reconstruction projects in kyoto city , the widening of streets and the construction of the city trams were carried out , and the senbon line of kyoto city trams ran on the street between kitaoji-dori street and sanjo . during the meiji and taisho periods , the street between sanjo and imadegawa-dori street was an area for shopping and entertainment that compared to kawaramachi-dori street . main facilities along the street bukkyo university mt . funaoka kyoto lighthouse , senbon-kitaoji sagaru ( to the south of senbon-kitaoji ) joborendai-ji temple , senbon-kuramaguchi agaru ( to the north of senbon-kuramaguchi ) injo-ji temple ( kyoto city ) ( senbon enmado injo-ji temple ) , senbon-rozanji sagaru ( to the north of senbon-rozanji ) shakuzo-ji temple ( togenuki-jizo ksitigarbha ) daihon-ji temple ( senbon shakado ) daigokuden-ato ( remains of daigokuden ) , senbon-marutamachi tozai line of the kyoto municipal subway , nijo station sagano line of sanin main line , tanbaguchi station suzaku campus of ritsumeikan university ( nakagawa kaikan hall ) first market , kyoto city central wholesale market , from gojo to shichijo shimabara , from gojo to shichijo sumiya , senbon-hanayacho detached office of public job stabilization umekoji park , umekoji steam locomotive museum rajomon-ato ( remains of rajomon gate ) , senbon-kujo kyoto prefectural toba high school , senbon-kujo tobarikyu-ato ( remains of the toba detached palace ) crossing roads this section describes the principal intersections north of sanjo-dori street . north is upper , and south is lower . west is left , and east is right . abbreviated names are given in some crossing streets . roads are operated by local municipalities unless otherwise specified . +horikawa-dori street is one of the major north-south streets in kyoto city . it corresponds to horikawa-koji street of heian-kyo . there are higashi-horikawa-dori street and nishi-horikawa-dori street in some sections , which run along the two sides of the hori-kawa river ( kyoto prefecture ) , but nishi-horikawa-dori street is usually called horikawa-dori street . today it starts in the north , from kamo-kaido road to the bank of the kamo-gawa river ( yodo-gawa river system ) , and in the south merges with abura-no-koji dori street , which runs one block east around the north of the intersection with the tokaido main line . as a highway it is one street , but in the south it is called abura-no-koji street . the section north of horikawa-shimei-dori street is a four-lane highway , and the section between horikawa-shimei-dori street and horikawa-imadegawa-dori street is a wide , six-lane highway with a broad center divider . in the section between horikawa-imadegawa and horikawa-oike-dori street , hori-kawa river is open ( not a closed circuit ) as described below , and both higashi-horikawa-dori street and nishi-horikawa-dori street run in parallel . horikawa-dori street runs from oike over the closed hori-kawa river , deviates east from horikawa gojo , joins samegai-dori street , and turns eastward at a right angle at the north of nishi hongan-ji temple ; while the hori-kawa river ( which is still closed ) deviates west around horikawa-shijo-dori street , horikawa-dori street merges , at the north side of the tokaido main line , with abura-no-koji dori street ( a street running one block to the east ) . the name of the street south of the merging point is abura-no-koji dori street , but some call it shin-horikawa-dori street ( the new horikawa-dori street ) because it continues from horikawa-dori street . south of shichijo , nishi-horikawa-dori street runs a block away from horikawa-dori street over the closed hori-kawa river . the section south from horikawa gojo is national route 1 . roads are operated by local municipalities unless otherwise specified . fiscal year 2005 average weekday 24-hour traffic volume ( numbers ) ( road traffic census ) teranouchitate-cho , horikawa-dori teranouchi agaru ( to the north of horikawa-dori teranouchi ) , kamigyo ward : 34,357 history higashi-horikawa-dori street , the hori-kawa river and nishi-horikawa-dori street were once of nearly identical width . nishi-horikawa-dori street is now wider because , during world war ii , the houses along it were forced to move in order to provide a fire-blocking zone . the horikawa line of kyoto city trams ( unofficially called the kitano line , n-den ) , which was opened by kyoto electric railway , ran on the narrow higashi-horikawa-dori street from horikawa-nakadachiuri-dori street to shijo-horikawa until 1961 , when it was abolished . the hori-kawa river the hori-kawa river ( kyoto prefecture ) is open only in the section between imadegawa-dori street and the oike-dori street , with the majority being a closed circuit . little water flows in the river , but it was once used for dying nishijin-brocade . main facilities along the street horikawa-dori street cuts through the northernmost point of the site ( now designated a historical site ) , on which odoi fortress was constructed . kyoto-kita post office , kitayama-horikawa kado ( corner of kitayama-horikawa ) the kita police station of kyoto police , shichiku-dori kado ( corner of shichiku-dori street ) grave of ono no takamura and murasaki shikibu , kitaoji sagaru ( to the south of kitaoji ) tankosha publishing co . , ltd . , shimei-dori , kuramaguchi-dori kado ( corner of shimei-dori street ad kuramaguchi-dori street ) honpo-ji temple , horikawa-teranouchi agaru ( to the north of horikawa-teranouchi ) chado shiryo-kan ( chado research center gallery ) , same as above hokyo-ji temple , horikawa-teranouchi higashi iru ( to the east of horikawa-teranouchi ) shiramine-jingu shrine , horikawa-imadegawa higashi iru ( to the east of horikawa-imadegawa-dori street ) nishijin textile center , horikawa-imadegawa sagaru ( to the south of horikawa-imadegawa ) seimei-jinja shrine , horikawa-moto-seiganji sagaru ( the main building faces yoshiyamachi-dori street , one block to the west ) ichijomodori-bashi bridge spans the hori-kawa river at ichijo-dori street . the remains of jinsai ito 's kogido school , horikawa-demizu sagaru ( to the south of horikawa-demizu ) the kyoto campus of sundai preparatory school , horikawa-marutamachi sagaru ( to the south of horikawa-marutamachi ) nijo castle , from horikawa-takeyamachi to horikawa-oshikoji ana hotel kyoto , horikawa-oshikoji kado ( corner of horikawa-oshikoji ) tozai line of the kyoto municipal subway - nijojo-mae station nakagyo ward office , chugyo health care center , kyoto city and chugyo fire station in kyoto city horikawa-oike kado ( corner of horikawa-oike ) kyoto municipal horikawa high school , horikawa-nishikikoji agaru ( to the north of horikawa-nishikikoji ) the horikawa police station of kyoto police , horikawa-matsubara sagaru ( to the south of horikawa-matsubara ) horikawa-gojo crossing tokyu hotels co . , ltd , horikawa-gojo sagaru ( to the south of horikawa-gojo ) nishi hongan-ji temple kosho-ji temple , shichijo-horikawa agaru ( to the north of shichijo-horikawa ) rihga royal hotel kyoto , horikawa-shiokoji kado ( corner of horikawa-shiokoji ) +matsubara-dori street is one of the major east-west streets in kyoto city . it starts in front of the gate of kiyomizu-dera temple and extends a block beyond sainishi-dori street in the west . from the east end ( which is the gate of kiyomizu-dera temple ) to the higashioji-dori street is also called kiyomizu-michi . the street west of teramachi-dori street corresponds to gojo-oji street of heian-kyo . the beautiful pine trees bordering the street led it to be called ' gojo-matsubara-dori street , ' but only the name ' matsubara-dori street ' remains . hideyoshi toyotomi moved a bridge in gojo to where it is today , and the street two blocks south ( having the name gojo-no-hashi bridge ) then assumed the name of gojo-dori street . therefore , the bridge of the matsubara-dori street is the true ' bridge in gojo ' where ushiwakamaru and the priest musashibo benkei are said to have met ; this means that the statues of ushiwakamaru and benkei standing at gojo-ohashi nishizume are two blocks south of where they should be . incidentally , some say that the bridge where they met was the one spanning over the kamo-gawa river ( yodo-gawa river system ) , while others say the bridge was the one near gojo tenshingu shrine that crossed a river running along nishinotoin-dori street , since kamo-gawa had no bridge . most of matsubara-dori street today is a narrow , one-way road in the shopping district that continues across horikawa-dori street . this street is the only one ( except for main thoroughfares such as sanjo , shijo , gojo and shichijo ) that can take you from karasuma-dori street to higashioji-dori street by car ( not in the opposite direction ) . main facilities along the street kiyomizu-dera temple sannei-zaka slope rokudo-chinno-ji temple rokuharamitsu-ji temple the higashiyama police station of kyoto police the headquarters of the kyoto shinkin bank myooin fudo-ji temple choko-ji temple gojo tenshingu shrine the horikawa police station of kyoto police japan tobacco kyoto kaikan hall diamond city hana +arashiyama-takao park way is an ordinary motorway run by nishiyama driveway co . , ltd . , a part of the hankyu hanshin holdings group . the use of arashiyama-takao park way was started in 1965 . arashiyama-takao park way is a toll highway spanning over a total length of 10.7 km and connects takao ( on national road no. 162 ) and arashiyama ( on kiyotaki-kaido road ) in sakyo ward in kyoto city . along arashiyama-takao park way , there are shobudaniike amusement park , misoradai amusement park , dog run wanyuu land , a herb garden , and a fishing pond . note that two-wheel vehicles are not allowed on saturdays , sundays , and national holidays , and on january 1st to 3rd , july 21st to august 31st , and october 21st to november 30th . +abura-no-koji dori street is one of the major north-south streets of kyoto city . it corresponds to abura-no-koji street of heian-kyo . it starts from takedonominami-dori street in the north and stretches southward . it is interrupted between shimei-dori street and kamidachiuri-dori street . the street north of shimei-dori street passes through a residential area , which was created under a land-adjustment project , west of shinmachi-dori street and east of horikawa-dori street . the interrupted section between shimei-dori street and kamidachiuri-dori street looks as if abura-no-koji dori street continues , because ogawa-dori street , which runs one block east , deviates to the west . the street south of kamidachiuri-dori street is a narrow , one-way northbound traffic , running one block east of horikawa-dori street and west of ogawa-dori street . it merges with horikawa-dori street at the north side of the railway bridge of the tokaido main line . after the merging point just north of the railway bridge of the tokaido main line , it forms a highway that continues from horikawa-dori street , leading to the kyoto-sotokanjo-sen belt line . hanshin expressway route 8 kyoto line runs over it . the section south of the intersection with the kyoto-sotokanjo-sen belt line is national route 1 daini-keihan-doro bypass , which is connected to daini-keihan-doro bypass at kumiyama town , kuse-gun . the opening of kyoto minami ohashi bridge and rakunan road has reduced the chronic congestion of national route 1 . the opening of the kyoto-daini-soto-kanjo-doro belt line around the same time and the access route to the keiji bypass and meishin expressway have also had multiple strong effects on the improvement of traffic conditions around neighboring areas . some call this section ' shin abura-no-koji-dori street ' ( new abura-no-koji dori street ) because it is an extension of the traditional abura-no-koji dori street . others call the section ( particularly around fushimi ward ) ' shin-horikawa-dori ' ( new horikawa-dori ) , and many shops refer to themselves as ' shin-horikawa branches . ' roads are operated by local municipalities unless otherwise specified . major facilities along the streets kyoto-shi kita ( kyoto city north ) youth action center , goshodenkami-dori street shiramine-jingu shrine , imadegawa kado ( corner of imadegawa ) konishi ribbon co . , ltd , motoseiganji sagaru ( to the south of motoseiganji ) raku museum , nakadachiuri agaru ( to the north of nakadachiuri ) kyoto municipal horikawa high school , nishikikoji-dori street remains of honno-ji temple , from takoyakushi-dori street to nishikikoji-dori street kyoto station otabijo ( temporary shrine ) of fushimi inari taisha shrine , toji-dori street toji station , kujo-dori street kyoto minami ohashi bridge ( kamo-gawa river ( yodo-gawa river system ) ) the head office of kyocera corporation the head office of murata machinery , ltd . pulse plaza ( kyoto prefectural trade fair hall ) the fushimi police station of kyoto police , shimotoba park misu park +kyo-kaido road , or osaka-kaido road , is a street that starts from kyobashi ( later moving to koraibashi ) of osaka , runs along the left bank of the yodo-gawa river and leads to kyo ( kyoto ) via yodo . it originates from bunrokutei bank , which hideyoshi toyotomi had the mori family build at the left bank of the yodo-gawa river in february 1596 as a part of the fushimi castle construction , which he had started in 1594 . the road has taken two significantly different routes between yodo and kyoto . one is the toba-kaido road which runs along the left bank of the katsura-gawa river , and the other runs along the right bank of the present-day uji-gawa river , yodo-tsutsumi bank , to fushimi and then to the heart of kyoto via either the fushimi-kaido road or takeda-kaido road . the section between fushimi and osaka was under the control of dochu-bugyo ( magistrate of major roads ) as the extension of one of the go-kaido roads ( major five roads that started from edo ( now tokyo ) ) , and four stages were established along it : fushimi-shuku ( along the kyo-kaido road ) , yodo-shuku , hirakata-shuku and moriguchi-shuku . in sankin-kotai ( daimyo 's ( feudal lord ) alternate-year residence in edo ) , some took this route without passing through kyoto ; at higechaya-oiwake ( higechaya bisection ) after leaving otsu-shuku of the tokaido , they separated from the route toward sanjo-ohashi of kyoto and traveled along otsu-kaido road to osaka via these four stages . some call the route tokaido gojusan tsugi ( 53 stages of the tokaido road ) or tokaido gojunana tsugi ( 57 stages of the tokaido road ) . there is also an unofficial stage called hashimoto between yodo-shuku and hirakata-shuku , which once had a prostitution quarter . river traffic on the yodo-gawa river was busy from fushimi to osaka , while land traffic was busy from osaka . during the meiji period the route via toba-kaido road began to be recognized as osaka-kaido road , and this route was chosen as a national route between kyoto and osaka ( old keihan-kokudo national road ) instead of the route via fushimi . the keihan electric railway follows these four stages , including fushimi . +sai-dori street is one of the major north-south streets in kyoto city . the street located west of nishioji-dori street starts in the north , from kinugasa-tenjinmori-cho near rokuon-ji temple in kita ward ( kyoto city ) , and in the south it leads to the south of hachijo-dori street . it is commonly called kasuga-dori street because saiin-kasuga-jinja shrine is located in the vicinityof the crossing with shijo-dori street . in the area around gojo , the rohm co . , ltd . , decorates the street with christmas illumination every year . main facilities along the street rokuon-ji temple saiin-kasuga-jinja shrine shimadzu corporation rohm co . , ltd . nippon shinyaku co . , ltd . sagano line - enmachi station +tetsugaku-no-michi ( philosopher 's walk ) is a road in sakyo ward , kyoto city . from the neighborhood of nanzen-ji temple to jisho-ji ( ginkaku-ji ) temple , the road is crowded with tourists when cherry blossoms are beautiful along the both sides of lake biwa canal in spring and when leaves turn red in autumn . this road is so called because a philosopher , kitaro nishida is said to have walked along this road in meditation . it has been chosen as one of ' the 100 best roads in japan ' and is said to have first been called ' shisaku-no-komichi ( path of speculation ) ' but was later called ' tetsugaku-no-michi . ' near honenin temple , there is a stone monument around halfway , in which his waka , ' live and let live . i go my own way , ' is inscribed . kansetsu-zakura ( cherry trees of kansetsu ) the cherry trees were donated to kyoto city during taisho period by the wife of japanese-style painter , kansetsu hashimoto , who lived nearby . the donated trees were not thought to survive ; new trees took place of them and have been trimmed up to the present days . they are still called ' kansetsu-zakura ( cherry trees of kansetsu ) . ' sights around the road jisho-ji ( ginkaku-ji ) temple honenin temple zenrin-ji temple ( kyoto city ) nanzen-ji temple sen-oku hakuko kan museum kumano-nyakuoji-jinja shrine the 100 best roads in japan +the nishioji-dori street , located west of the heart of kyoto city , is one of the major north-south streets running in kyoto city . the street has relatively a short history ; it opened in the early showa period in a city development program ( as a city planning road ) involving the layout of kyoto municipal streetcar on the street , following the road expansion program which was part of kyoto 's big three projects in late meiji period and taisho period . the section between the kitaoji-dori street and kujo-dori street opened in 1939 , after which the nishioji-sen of the kyoto municipal streetcar commenced operation along the street in 1943 coinciding with the opening of the section linking enmachi and hakubai-cho . ( the street car was abolished in 1978 . ) the street roughly follows nodera-koji of heiankyo . however the two roads happened to correspond with each other in comparing today 's map with the heian period 's ; the nishioji-dori street was not developed according to the nodera-koji but built in the showa period . between the kitaoji-dori street in the north and the jujo-dori street in the south , the street is straight and oriented due north , although the section north of hirano-jinja shrine in the north and the section south of the kujo-dori street run diagonally eastward . on the street north of kujo , five mountains send-off bonfires can be seen directly north . ( unless the view is not blocked by high structures such as the elevated bridge of sanin main line . ) after the decline of ukyo , the street was removed from the heart of the city and most of the sections are located outside odoi fortress made by hideyoshi toyotomi , or in rakugai ( outside of the capital kyoto ) . the names of districts such as saiin and nishi-shichijo around the crossings of nishioji-shijo and nishioji-shichijo come from a time when the names used to refer to the villages . marathons or marathon relay races are often held on the street north from gojo-dori street to kitaoji-dori street . this is because the athletics and ball game ground , nishikyogoku sogo undo park is located west of nishioji-gojo , where such races often start and finish . all sections of the nishioji-dori street ( kitaoji-dori street - jujo-dori street ) belong to kyoto city road 181 go kyoto kanjosen ( belt line ) , a principal local road , which starts from higashiyama-sanjo crossing and finishes at jujo crossing with takeda-kaido road via the higashioji-dori street , kitaoji-dori street , nishioji-dori street , and jujo-dori street . the upper side is considered the northern portion , while the lower side is considered the southern portion . the left side is considered the western portion , while the right side is considered the east portion . roads unless specified are operated by local municipalities excluding principal local roads . fiscal year 2005 average weekday 24-hour traffic volume ( numbers ) ( road traffic census ) shichijo-goshono-uchihon-cho , nishioji-hachijo agaru , shimogyo ward : 45,852 rokuon-ji temple ( note : strictly it is a little bit away from the street . ) ditto wara tenjin ( shikichi-jinja shrine ) hirano-jinja shrine kitano line , keifuku electric railroad - kitano-hakubaicho station hakubai branch shop , izumiya sanin main line - enmachi station ( * ) tozai line , kyoto city subway line - nishioji-oike station arashiyama main line , keifuku electric railroad - nishiojisanjo station hankyu corporation - saiin station kyoto city hospital ( * ) kyoto chusho-kigyo kaikan ( kyoto small-and-medium-sized enterprise hall ) head office , lopro corporation wacoal corporation head office of nippon shinyaku co . , ltd . tokaido main line - nishioji station jasco rakunan shopping center rakunan branch shop , jasco +( kyoto city heiankyo sosei-kan museum ) the suzaku-oji street is referred to as a government-run road in capitals of ancient east asia under a street plan of ancient capital , which ran southward from the front of the kyujo ( place where emperor lives ) and kanga ( government office ) . the name comes from a tutelary deity called suzaku ( red chinese phoenix ) living in the southern regions . such streets , which were based on the street plans of the ancient capital , and which originated in changan of tang dynasty period , china , became popular in neighboring countries under the system of sakuho system ( system conferring a peerage with a saku paper ) . the plan was introduced into japan through official japanese diplomatic delegations sent to china during the sui and tang dynasty and was first adopted for fujiwarakyo capital , which was the first city developed based on a city plan . however , the first suzaku-oji street developed by then emperor jito was only about 2.30 meters wide due to the emperor 's incomplete understanding of the role suzaku-oji street was supposed to play . there was barely enough space for people to pass by and furthermore military parades and victory drives could not be carried out in front of the emperor . this shortcoming was corrected in subsequent heijokyo and heiankyo so that the street was widened to more than several tens of meters . the street running north-south started from the capital 's front gate of rajomon gate and finished at the front gate of dai-dairi ( place of the imperial palace and government offices ) of suzakumon gate . with the end of the ritsuryo system ( system of centralized governance ) and the decline of the imperial government , however , the district around the street began to be neglected . when the center of the city was moved to the east , suzaku-oji street ceased to play a role as central street . in dazaifu , some call the central north-south street extending from the government district suzaku-oji street , following the example of heijokyo and heiankyo . in and after the sung dynasty era in china , the development of the capital under the ancient capital street plan became unpopular and suzaku-dori street became uncommon . +the kadonooji-dori street is one of the major streets running north-south in kyoto city , kyoto prefecture . although it is said to correspond to nishikyogoku-oji of heiankyo , it lies slightly to the east . the north end is taishimichi ( the road where prince shotoku took ) . the south end is kuzebashi higashizume of national highway route no. 171 . it took a long time for the section between shijo-dori street and oike-dori street to open , and in fact the street was never completely opened . in april 2004 , the section between shijo-dori street and sanjo-dori street opened , and in march 2005 , the section between sanjo-dori street and oike-dori street section opened . it serves as a bypass for tenjingawa-dori street ( national highway route no. 162 ) , which runs parallel to it on its west , while an extension to marutamachi-dori street in the north is being planed . kadonooji-oike crossing is near uzumasa-tenjingawa station of tozai line , kyoto city subway line , above which the general buildings of ukyo ward office have been recently built and relocated . roads unless specified are operated by local municipalities . main facilities along the street kyoto family shopping center kyoto-nishi branch shop , jasco kyoto university of foreign studies kyoto koka women 's university +the omiya-dori street is one of the major streets running north-south in kyoto city . it corresponds to the omiya-oji street of heiankyo . it runs from the takedonokita-dori street in the north to the kuzebashi-dori street in the south . nijo-jo castle interrupts the street between the takeyamachi-dori street and the oshikoji-dori street . the extension of the shoshidai ( local governor ) residence interrupted the street between the marutamachi-dori street and the takeyamachi-dori street . today 's omiya-dori street between shijo-dori street and jujo-dori street is an arterial highway , but the section north of shijo omiya is narrower . north of shijo omiya , the primary highway goes to senbon-sanjo of senbon-dori street via the koin-dori street , a diagonal road uncommon in kyoto . this is because the north-south line of kyoto municipal streetcar , omiya-sen and senbon-sen ( abolished in 1972 ) takes this route . the street between kamidachiuri-dori street and motoseiganji-dori street runs through the central area of the nishijin brocade weaving or textile industry . the street is said to have been given the name of ' omiya ' because it borders the eastern edge of dai-dairi ( place of the imperial palace and government offices ) ( incidentally the street bordering the west edge of dai-dairi was named nishiomiya-oji street ) , but the former name of kuga-jinja shrine of shikinaisha ( shrine listed in engishiki laws ) , located directly north of the street in shichiku-shimotakedono-cho , kita ward , was ' omiya . ' this district was once named ' omiyago ' and is said to be the first place where kamozoku ( people those lived kyoto basin to farm in yayoi are ) settled in . there is an explanation that kamo-wakeikazuchi-jinja shrine originated here . ( a ship crossing the river from kamigamo-jinja shrine to the right bank was once called omiya ferry . ) therefore ' omiya ' may have existed before the construction of heiankyo , and it may not be wrong that the name of ' omiya-dori ' comes from this shrine . or ' omiya ' can serve as the datum line for the construction of heiankyo . described below is the primary highway section from sijo-omiya . roads unless specified are operated by local municipalities . in addition , today 's omiya-dori street is extended southward from the kuzebashi-dori street , until crossing the kamogawa river and intersecting with the abura-no-koji dori street at the southern bank of the river near kamitoba , fushimi ward . kyoto interdisciplinary institute of community medicine hospital , kitaoji nishijin public job stabilization office , nakadachiuri-dori street nijo-jo castle , from takeyamachi to oshi-koji street ( the entrance faces the horikawa-dori street . ) shinsenen , oike-dori nishi iru nijojinya-ato ( remains of nijo-jinya ) ( residence of ogawa family ) , anegakoji agaru ( to the north of anegakoji ) , hankyu kyoto main line - omiya station ( kyoto prefecture ) keifuku electric railroad - shijo-omiya station mibu-dera temple ikubun junior high school , ayanokoji sagaru ( to the south of ayanokoji ) kyoto municipal junpu elementary school , hanayacho-dori higashi-iru nishi honganji temple ( head temple of jodo shinshu sect , honganji-ha buddhist ) , from hanayacho to kita-koji ( the front faces the opposite horikawa-dori street ) ryukoku university heian junior high school and high school , kita-koji street umekoji park , shiokoji-dori street ryukoku university omiya campus , shichijo-dori agaru ( to the north of shichijo-dori ) to-ji temple , ( kyo-gokoku-ji temple ) from hachijo to kujo omiya-ohashi bridge ( kamo-gawa river ( yodo-gawa water system ) ) kodai yuzen-en and gallery kefukigusa ( haiku book ) ( compiled by shigeyori matsue in 1645 ) describes many specialties of kyoto in the early edo period . the section of yamashiro-no-kuni , which includes kyoto , lists products of every region according to the street of kyo ( capital ) from north to south and from east to west . ( it reveals that there were a wide variety of craftsmen across many different fields and products totaling over 300 kinds in the kyo . ) omiya-dori street , grapes ( good harvests there ) in those days the grapes grown in the district along the omiya-dori street were originally called omiya grape . after an investigation into the hideyoshi-built jurakudai-ato ( remains of jurakudai ) and fushimi-jo castle discovered that omiya grape vine were grown using a trellis , such grapes produced on a trellis began to be called juraku budo grape . grape vine trellis , a folding screen of the momoyama period , depicts the design of the grape vine trellis . +the shirakawa-dori street is a street running north-south through kyoto city . it runs farther east than higashioji-dori street , extending from takaragaike-dori street in the north to niomon-dori street ( nanzen-ji temple ) . it runs along the shira-kawa river , a tributary of the kamo-gawa river ( yodo-gawa water system ) . the section from imadegawa-dori street ( ginkakuji michi ) to kitayama-dori street ( shugakuin-michi street ) is bordered with trees such as ginkgo and zelkova . it is a fashionable street comparable to kitayama-dori street , lined with restaurants , boutiques , antique shops , and ethnic foods restaurants . many students are found in the street , because kyoto university of art and design is located along the street at kamihatecho . agricultural fields still remain in areas north of kitaoji-dori street . the section from takaragaike-dori street to the crossing with marutamachi-dori street , higashi-tennocho , has 4 lanes . the 300-meter long section from hanazonobashi crossing to the bifurcation point with kawabata-dori street around the takaragaike station belongs to national highway route no . 367 and the section between kitaoji-dori street and niomon-dori street is kyoto city municipal road no. 182 keage-takano-sen . the intersection with eizan main line , eizan electric railway , south of takaragaike station , is a vehicle-only overpass . the section between the marutamachi-dori street and niomon-dori street is a 2-lane street , which is just like shishigadani-dori street , often crowded with taxis and sightseeing buses headed for nanzenji temple and eikando during the spring and autumn sightseeing seasons . the upper side is considered the northern portion , while the lower side is considered the southern portion . the left side is considered the western portion , while the right side is considered the east portion . roads unless specified are operated by local municipalities . shugakuin imperial villa jisho-ji ( ginkaku-ji ) temple kyoto university of art and design main shop of tenkaippin ramen also , downstream of the shira-kawa river , streets having the name of shirakawa-dori street are found in gion . there are 2 shirakwa-dori streets , because the shira-kawa river takes a crank course in gion and the street along the east-west running river between higashioji-dori street and hanamikoji-dori street is shirakawa-kita-dori street , while the street from gion-shinbashi to yamato-oji-dori street is shirakawa-minami-dori street . notably , the atmosphere of old gion still remains along shirakawa-minami-dori street . +kiyamachi-dori street is one of the major streets running north-south in kyoto city . it extends from nijo-dori street in the north to shichijo-dori street in the south . located west of pontocho , it runs along the east side of takase-gawa river ( kyoto prefecture ) . south of sanjo-dori street , nishi-kiyamachi-dori street runs parallel to it on the west side of takase-gawa river except for some areas . history in the keicho era , ryoi suminokura improved it with the excavation of the takase-gawa river . the district along the street , when the street opened , was initially called ' korikimachi ' but came to be called ' kiyamachi ' after it was lined with many lumber warehouses which stored lumber carried by ships called takasebune . names such as kamiyacho , nabeya-cho , and komeya-cho , still remain , which is evidence as to how brisk business used to be in those days . in the mid-edo period , restaurants , inns , liquor shops targeted at travellers and merchants started to be established along the street , changing the district into a restaurant and amusement area . at the end of the edo period , loyal supporters of the emperor used inns for their secret meetings and monuments which act as memorials for locations where ryoma sakamoto and kogoro katsura took refuge and were assassinated , can be found along the street . martyrs include masujiro omura , seiichiro honma , and shozan sakuma . in 1895 , trams by the kyoto electric railway ( later kyoto municipal streetcar ) started to run between nijo-dori street and gojo-dori street . in the 1920 's , the rails for the trams were moved to kawaramachi-dori street when it was widened . current situation the street has been improved by planting cherry trees along the side of the takase-gawa river and adopting a sidewalk design that protrudes into lanes in places in order to make cars slow down . the section between sanjo-dori street and shijo-dori street is crammed with multinational restaurants as well as bars and high-class japanese-style restaurants . with an increase in adult-entertainment businesses , the local community is taking security measures . +the shinkyogoku-dori street is a street running north-south in kyoto city . it is relatively short , running from sanjo-dori street to shijo-dori street . it is a relatively new street built in 1872 by masanao makimura , then kyoto prefectural councilor . shinkyogoku-dori street was built immediately east of teramachi-dori street by rearranging the precincts of the shrines and temples gathered on teramachi-dori street ( teramachi-kyogoku ) because fairs held in the precincts became popular and attracted many visitors . in the mid-meiji period , the street was lined with show tents and playhouses , which was the progenitor of today 's amusement center . once , unlike teramachi-kyogoku which had old-established shops visited by local people , shinkyogoku-dori street , which was included in a school trip course for junior and high school students , was so full of students that local people came to rarely visit this street ; it was a tourist-oriented street just like kokusai-dori street in naha city . recently , however , the street have shown a mixture of restaurants and boutiques in addition to souvenir shops for tourists , with shops for young people increasing . also shochiku-za theater , a typical old movie theater , has been finally rebuilt into a cinema complex . the district along the street is changing to meet new needs . the street between the sanjo-dori street and the shijo-dori street is a public nonsmoking area . movix kyoto seigan-ji temple seishinin saiko-ji temple eifuku-ji temple ( kyoto city ) yokodo kobaido anyo-ji temple zencho-ji temple nishiki tenmangu shrine shinkyogoku koen park kyogoku literally means the edge of kyo ( capital ) and higasikyogoku-oji street was laid out along the eastern edge and nishikyogoku-oji street was placed along the western edge in heiankyo . the teramachi-dori street ( teramachi kyogoku ) corresponds to higasikyogoku-oji street . the nishikyogoku-oji street is considered to have lain to the west of today 's kadonooji-dori street . nishikyogoku station is located at the intersection between nishikyogoku-oji street and hankyu kyoto line , and around the station is nishi kyogoku , the area surrounded by gojo-dori street , hachijo-dori street , katsura river , and nishitakase-gawa river . the athletics facility and ball game ground , nishikyogoku sogo undo park is in nishikyogoku . shopping street name some shopping streets have their names ending with kyogoku , which was given in association with the lively shinkyogoku-dori street . this naming is unique in kyoto and equivalent to the way the name ginza is given to shopping streets found in cities across the country . around shijo-dori street kawaramachi station ( kyoto prefecture ) , hankyu kyoto line shijo station ( keihan ) , keihan main line closer to the sanjo-dori street kyoto shiyakusho-mae station , tozai line , kyoto city subway line sanjo station ( kyoto prefecture ) , keihan main line +the muromachi-dori street is one of the major north-south streets which run through kyoto city . it corresponds to muromachi-koji street of heiankyo . it is located immediately west of karasuma-dori street , along which a subway runs . it extends from kitayama-dori street in the north to kuzebashi-dori street in the south . the street is in the middle interrupted by higashi hongan-ji temple and kyoto station . yoshimitsu ashikaga , the third shogun of ashikaga shogunate built his muromachi-dono ( residence of ashikaga shogun family ) admired as hana-no-gosho ( residence of shogun in kyoto ) near muromachi-dori imadegawa in 1378 , which is the origin of the name muromachi bakufu ( japanese feudal government headed by a shogun ) . the street was busy as a political and cultural center until the collapse of the muromachi bakufu in onin war . onin war devastated kyoto and divided it into two parts : kamigyo ( the north part of capital ) and shimogyo ( south part of capital ) . the muromachi-dori street is the only route connecting the two . during the edo period , it developed as a wholesale street lined with kimono shops ( drapers ) . even today established shops that have been in business for hundreds of years stand side by side in a row . in addition , in the gion festival , areas near shijo-muromachi crossing are the center of yamahokocho ( towns with yama or hoko , float ) where yamahoko , gion festival floats including kikusui-hoko , gion festival floats line up . +the shinmachi-dori street is one of the major north-south running streets of kyoto city . it extends from the geni-dori street in the north to kuzebashi-dori street in the south , though it is divided by kyoto station . it corresponds to the machi-koji ( machijiri-koji street ) of heiankyo . the reason why the name was changed from machi-koji street to shinmachi-dori street is unknown . it runs along the eastern edge of kyoto prefectural head office and the western edge of higashi hongan-ji temple . during the gion festival , the street is the last parade route taken by yamahoko , gion festival floats : all floats carried west along oike-dori street turn south along shinmachi-dori street and return to their own hokocho ( towns with hoko , float ) . this is why the street has no electric wires crossing the street . main facilities along the street kita ward office of kyoto city kyoto primary school attached to kyoto university of education / kyoto junior school attached to kyoto university of education shinmachi campus , doshisha university st. joseph roman catholic church , nishijin kyoto prefectural head office / kyoto police headquarters / nakadachiuri police station kyoto second red cross hospital ikenobo college higashi hongan-ji temple ( shin-shu honbyo ) +a temple belonging to the myoshinji school of the rinzai sect , ryoan-ji temple is located in ukyo-ku , kyoto city . it is known for its rock garden . the honorific title that is prefixed to the name of the temple in its official name ( its " sango " ) is daiunzan . the temple 's principle object of worship is shakyamuni buddha , its founder was katsumoto hosokawa , and its first head priest was gensho giten . as part of the historic monuments of ancient kyoto , it is registered as a world heritage site . ryoan-ji temple , which is famous for its dry-landscape hojo rock garden ( commonly known as the " rock garden of ryoan-ji " ) , is a zen temple built in 1450 by katsumoto hosokawa , a feudal lord and official of the muromachi shogunate who acted as the commander of the eastern army in the onin war . acquired by katsumoto hosokawa , the land at the foot of mt . kinugasa ( kyoto prefecture ) on which ryoan-ji temple is located had been a mountain retreat of the tokudaiji family from the time of saneyoshi tokudaiji , a descendent of the fujiwara-hokke family . as the founding head priest , hosokawa received gensho giten , the 5th head priest of myoshinji . though gensho giten is considered the actual founding priest of ryoan-ji temple , he himself became the 2nd head priest , making his own master , soshun nippo , the founder . the original grounds were much bigger than they are today , extending all the way to the area around the tracks of the keifuku electric railroad . ryoan-ji temple was burned down during the onin war ( 1467-1477 ) , in which its founder , katsumoto hosokawa , was involved . it was rebuilt in 1488 by katsumoto 's son , masamoto hosokawa , and the 4th head priest , zenketsu tokuho . tokuho is known by the title of " restoration founder " within the temple due to his involvement in the rebuilding of ryoan-ji temple . later , hideyoshi toyotomi and the edo shogunate donated lands to the temple and became its patrons . according to records written in the early modern period , 21 subsidiary temples stood in a row on the ryoan-ji temple site at the height of its prosperity ( now there are only 3 ) . illustrated guidebooks such as " to meisho zukai " ( pictures of famous places in the city ) show that the pond at ryoan-ji temple was famous for mandarin ducks at that time and that the walking path garden around the pond was far better known than the rock garden ryoan-ji temple is famous for today . because the buddha hall and main buildings were lost in a fire in 1797 , the hojo building for seigenin — 1 of the subsidiary temples — was relocated to serve as the hojo ( main hall ) for ryoan-ji temple . on the south side of the temple is kyoyochi ( a large reflecting pond ) , around which there is a strolling garden . on the north side of the grounds there are a number of buildings including the hojo ( main hall ) , buddha hall , and zorokuan tea room , while to the west of these is the nishi-no-niwa western garden , which is not open to the public . the western garden is home to other structures , including the hosokawa shrine , which houses a wooden statue of ryoan-ji temple 's founder , katsumoto hosokawa . the famous rock garden is surrounded by an earthen wall on the south side of the hojo . in the back of the temple are the graves of 5 emperors , including the 66th emperor , ichijo . buddha hall - rebuilt in 1981 . hojo building ( important cultural property ) : after the original hojo building was lost in a fire , the hojo of seigenin — 1 of the subsidiary temples located on the grounds — was moved to this spot . built in 1606 . this wooden structure is listed as a world heritage site . hojo garden ( historical site / special place of scenic beauty ) : commonly known as the rock garden of ryoan-ji temple . covering an area of about 25 meters wide and 10 meters long , it is a simple garden composed only of white sand through which lines have been drawn with a rake and 15 stones set in 5 places . according to records written in the early modern period , the garden was designed by soami , who was in the service of the muromachi shogunate ; however , the designer , the period in which the garden was made , and the intent of the design are unknown as opinion is divided on these matters . it is also said that the garden was designed by a group of great zen priests , including zenketsu tokuho , at the end of the muromachi period . it is said that the garden was designed in such a manner that 1 of the 15 stones is always hidden behind another , no matter where it is viewed from . however , there is 1 point , located in a room in the temple , from which all 15 stones are visible . according to gert van tonder and michael lyons , that point is at the center of the hojo-no-ma room as the 15 stones are positioned in a forked pattern whose base would be at the center of the room . there is also an opinion that if one puts 15 stones in a garden of this size , one of them is bound to be hidden behind another ; so there are concerning ( controversial ) debates that the designer intentionally positioned the stones in such a way . another explanation is that the number 15 signifies completion in the oriental thought , because the full moon falls on the 15th night of the lunar month . the number 14 , 1 less than 15 , therefore signifies " incompleteness . " also , in japan , structures are deliberately left incomplete in some cases , as can be seen in the yomeimon gate at nikko toshogu , the thinking being that things begin to decay from the time they are completed . this garden has also been called " crossing of the tiger cubs garden " since the early modern period . nothing more than folklore connects the garden with the chinese legend of the crossing of the tiger cubs , but for reference , the story is outlined below . it is said that when a tiger has 3 cubs , 1 of them is always ferocious , and will eat the others if the cubs are left alone . so when a mother tiger crosses a big river with her 3 cubs , she does the following . first she takes the ferocious cub to the far shore , and comes back . next , she takes 1 of the 2 remaining cubs to the far shore , and takes the ferocious cub back again to where they started out . then she takes the 3rd cub over to the far shore . at this point only the ferocious cub is left at the starting point , so the mother tiger takes it over to the far shore last . it means that she takes 3.5 round trips to take the 3 tiger cubs across . the idea is that the rock garden at ryoan-ji temple represents this story . when britain 's queen elizabeth ii made an official visit to japan in 1975 , she made a request to visit the rock garden . foreign media reported that the queen highly acclaimed the rock garden . 12 volumes of the taiheiki ( important cultural property ) - representative codices of the taiheiki . these books are also well known for the fact that mitsukuni tokugawa borrowed them . 1 volume out of a total of 13 volumes was lost in a fire in 1929 . the remaining 12 volumes also have marks from fire damage . chisoku wash basin ( tsukubai ) - located on a pathway to the zorokuan tea room . tsukubai is a stone basin in which water is placed for cleansing the mouth and hands before entering a tea room . four chinese characters , 吾唯足知 ( " ware tada taru wo shiru " ( i simply know what is enough ) ) " are carved on the tsukubai stone . the feature of the stone is the square water hole in the centre of the stone , where the water is stored , forms a part of each letter . therefore , at first glance it reads like 五 ・ 隹 ・ 疋 ・ 矢 ( go sai hiki shi ) . it is said that mitsukuni tokugawa donated the tsukubai stone to the temple . the one that is on display for general viewing is a replica . near the ryoan-ji-mae stop on kyoto municipal bus , kyoto bus , and jr bus . 7 minutes ' walk from the keifuku electric railroad ryoan-ji station . +the seimei-jinja shrine is a shinto shrine in kamigyo ward of kyoto city . it 's dedicated to seimei abe . it 's located at the site of his premises , which once existed near ( northwest of ) the ichijo modori-bashi . there are many shrines nationwide with the same name . when seimei died in 1005 , ichijyo , the emperor of the time , admired his work and called him the reincarnation of inari the god . a shrine was built and dedicated to him at the site of his premises in 1007 . the area of the shrine was large at first but gradually diminished through events like wars and the urban improvement by hideyoshi toyotomi and its buildings were left decayed . from the last days of the tugawa shogunate , the shrine 's buildings and precincts were repaired by funds raised mainly by the shrine parishioners . in 1950 , the shrine 's area was changed to face horikawa street . during the heisei era , seimei abe became extremely popular and worshipers have come to visit the shrine from all over the country . the millennium commemoration for seimei abe was held in 2005 , when a thousand years had passed since his death . janually 1 : the new year festival february , setsubun day : the setsubun star festival june 26 : the pray-no-fire festival september , syubun ( autumnal equinox ) day : the seimei festival the previous date : the yoimiya festival syubun day : the rei festival , the shinkou festival september 26 : the saga grave anniversary november 23 : the ohitaki festival ( three shrines deified together ) : itsuki inari shrine , tenman shrine , and jinushi shrine others seimei has also been worshipped as " god of name-giver " , so some residents in kyoto city visit and ask the shrine to name their babies . ( inform several candidates beforehand , and the shrine 's shinto priest will select the best name among them on the basis of yin-yang and the five elements . or parents themselves select in consultation with the priest . ) the nearest bus stop : when you are at kyoto station , please get on the kyoto city bus no. 9 , and get off at ichijyo modori-bashi . when you are at keihan shijyo station , hankyu kawaramachi station , or karasuma station , please get on the kyoto city bus no. 12 , and get off at ichijyo modori-bashi . a parking lot : available ( 100 yen charge per 20 minutes ) +kurama-dera temple is a buddhist temple located in kurama honmachi , sakyo ward , kyoto city , kyoto prefecture . it used to belong to tendai sect , but since 1949 it became independent and is now the head temple of kurama-kokyo sect . sango is mount kurama . it is said to have been established by gantei , a leading disciple of ganjin . in this temple , the honzon ( main image of worship ) is referred to as " sonten . " " sonten " is said to be the honzon that is a trinity of vaisravana , saharabhuja and goho maoson . is located at the north of kyoto basin , on the sourthern slope of mount kurama , where rich natural environment remains . kurama is also famous as the place where ushiwakamaru ( minamoto no yoshitsune ) trained himself , and it is also known as the setting for jiro osaragi 's book , " kurama tengu . " it is the no. 19 new saigoku kannon pilgrimage site . it operates a cable car ( mount kurama cable railway ) transportation to kurama temple , and it is the only religious corporation which operates a railway business . various books including " konjaku monogatarishu " and " fusoryakuki " describe the beginning of kurama temple , and it is said that a person named fujiwara no isendo , who came from fujiwara nanke and served as the head of zoto-ji temple , enshrined vaisravana and sahasrabhuja , and built kurama temple . however , " anbagaiji engi " , handed down for many generations in the temple , tells another story about the start of the temple , which is that gantei , a high disciple of ganjin , built a cottage in the 1st year of hoki , and enshrined vaisravana . gantei was the youngest among the eight high disciples who ganjin brought back with him from tang ( present day china ) . one night , in the third year of hoki , gantei saw a spiritual dream , which told him that there is a spiritual mountain in the north of yamashiro province . gantei , who set off to visit the spiritual mountain , saw a white horse with a saddle made by treasures on top of a mountain . that was mount kurama . gantei , on entering the mountain , was attacked and nearly killed by an ogre who took the form of a woman , but when he was in extreme danger , a dead tree fell down and crushed the ogre . the next morning , a statue of vaisravana was there , and it is said that gantei built a temple to worship this statue . this story about gantei is only seen in " anbagaiji engi " , and it is not clear how far it tells an actual historical event . nevertheless , it is notable that a priest of south capital ( nara ) took part in establishing the temple , as in the case of the establishment of kiyomizutemple . later , in 796 , fujiwara no isendo , who was in charge of building an official temple , to-ji temple , wished to build a temple to place a kannon that he personally worshiped . isendo , in accordance with a message revealed to him in a spiritual dream one night , followed a white horse and arrived at mount kurama , upon which he saw a small shrine that housed vaisravana . isendo became suspicious saying , " i worship kannon , but it is vaisravana that is worshipped here . " however , in his dream that night , a child appeared and told him that " kannon and vaisravana have different names , but fundamentally they are one and the same . " thus it is said that isendo made a statue of sahasrabhuja and enshrined it together with vaisravana . kurama-dera temple became a temple of shingon sect from around the time when priest buen of to-ji temple entered kurama temple during kanpyo era ( from 889 to 897 ) at the end of the 9th century , but it changed to tendai sect in the 12th century ; since then it has been under the control of shoren-in for a long time . it appears to have attracted worshippers widely during the latter half of heian period , as can seen by the fact that emperor shirakawa came to worship in 1091 and moromichi fujiwara , the kanpaku , in 1099 . " the pillow book " names the front approach of ninety-nine prayers of kurama temple as an example of " something which is near but also far " . kurama temple has been burned down many times , including by the fire of year 1126 . in 1812 ( ninth year of bunka of edo period ) , there was a great fire that engulfed the whole mountain in flames , and more recently , the main shrine was burned down by a fire in year 1945 . therefore , all the buildings are new , but many cultural properties such as statues of the buddha have been preserved . koun shigaraki , a chief priest in the showa era , started kurama-kokyo sect in 1947 . in 1949 the temple became independent from tendai sect and is now the head temple of kurama-kokyo sect . in mount kurama , located in the mountains of kyoto , mountain ascetic hermits actively practiced vajrayana buddhism . therefore , it is said that tengus , who are spirits of the mountains , live in kurama . the highest-ranking tengu that lives in kurama is called sojobo , and mount kurama is said to be one of the most supreme mountains for tengu . kurama-dera temple , located north of kyoto , was initially a temple with vaisravana ( of the four heavenly kings , the king protecting the north-side ) as its honzon , and it also enshrined saharabhuja and goho maoson . however , form of worship at the current kurama temple after the establishment of kurama-kokyo is unique , and some explanation is necessary regarding its honzon . according to the explanation by the temple after the establishment of kurama-kokyo , the honzon of kurama temple main shrine golden hall ( the main shrine ) is said to be " sonten . " within the shrine , vaisravana is enshrined in the center , saharabhuja is on the right side facing it , and goho maoson on the left side , and the three are collectively referred to as " sonten . " " sonten " is said to be " the cosmic energy that gives lfe and existence . " moreover , vaisravana represents the spirit of sunlight that symbolizes " light " saharabhujarepresents the sprit of moonlight that symbolizes " love " , and maoson represents the spiritual king of earth that symbolizes " power . " the power of " sonten " is believed to exist everywhere , and since this power is especially strong in this area kurama-dera temple is said to be a place of practice where one can be surrounded by such power . it is said that goho maoson , one of the sonten , came to earth from venus 6.5 million years ago ( not " 650 years " ago ) ; its body is formed from elements different from those ordinary human beings , and it is said to be in an eternal existence at the age of 16 and it does not age . vaisravana , saharabhuja and goho maoson that are enshrined in golden hall of the main shrine are all secret buddha statues [ not open for public viewing ] ; in their stead statues referred to as " omae-dachi " are enshrined in front of these secret buddha statues . omae-dachi maoson statue looks like an unworldly person , with wings on its back , and a long beard , and has a high nose . the aureola is made from tree leaves . goho maoson enshrined in two-storied pagoda has a similar form . therefore , it is believed that " kurama tengu " was initially goho maoson . although it is said to be 16 years old , it looks aged . nio-mon was burned down in 1891 , and rebuilt in 1911 . the cable car from sanmon station to tahoto station started operating in 1957 . tahoto was rebuilt in 1959 . great hall was rebuilt in year 1971 . shinden was built in 1924 . tenhorindo hall was rebuilt in 1969 . mao-den of penetralia is a small shrine on top of a oddly-shaped rock located on a mountain road on the way from the main shrine to kibune shrine in the west . it enshrines maoson , which is said to have arrived on earth from venus 6.5 million years ago . the current building was rebuilt after being burnt down in 1945 . reihoden hall is located at the back of the main shrine . on the 1st floor there is kuramayama museum , which has an exhibition of the animals and plants of mount kurama . the 2nd floor houses temple treasure exhibit room and yosano memorial hall , which exhibits articles , and other items left by tekkan yosano and akiko yosano ( koun shigaraki , who started kurama-kokyo sect , was a poet who studied under the yosano 's ) . on the 3rd floor there is a sanctuary of buddhist statues , which exhibits cultural properties including three standing statues : wooden statue of bishamonten , wooden statue of kosshouten , and wooden statue of zennishi-doji . there is a view that the honzon of kurama-dera temple were these three statues of bishamonten , and there is another view that the honzon probably looked similar to the tobatsu-bishamonten of the latter half of heian era , which is an important cultural property ; this statue is also enshrined in reihoden hall . articles excavated from the ruin of kyozuka , which are items born from the idea of the latter day of the law during the latter half of the heian period can also be seen here . also , akiko yosano 's library , named " tohaku-tei " , has been moved from its original location and reconstructed in front of reihoden hall . wooden statue of bishamonten , wooden statue of kosshouten , and wooden statue of zennishi-doji . kurama-dera temple , kyozuka , summary of relics wooden statue of kannon wooden statue of bishamonten black lacquer sword sword ( without the maker 's name ) copper lantern kurama documents fudasho no. 19 of new saigoku 33 kannon pilgrimage sites shimenouchi mode ( from new year 's day until january 15th ) hatsutora taisai ( the first day of the tiger in january ) setsubun tsuina ceremony ( the day of setsubun ) spring shutoku-kai ( the day of spring equinox ) shojohatsu kigan ceremony ( early april ) soten musubidenpo ceremony ( early april ) hanakuyo ( mid april ) uesaku-sai ( conducted in the evening of a full moon in may , on the day of a full moon in may ) takekirieshiki ( 2p.m. of june 20th ) nyoho shakyo / sutra copying gathering ( august 1st to august 4th ) yoshitsune matsuri ( september 15th ) autumn shutoku-kai ( autumnal equinox day ) autumn festival ( october 14th ) prayer for peace ( november 23rd ) osame no tora ( the 2nd day of the tiger in december ) go-ennichi of each month ( 1st , 7th and 14th of each month , day of the tiger ) . kuramo no himatsuri / kurama fire festival ( october 22nd ) is a festival of yuki shrine , located close to nio-mon . this is not sponsored by kurama-dera temple . from within kyoto city to the front of kurama temple . from demachiyanagi station of eizan electric railway , kurama line , it takes approximately 30 minutes to arrive at kurama station . it takes 1 minute by foot to go from the station to nio-mon ( main gate ) . from nio-mon to main shrine golden hall ( on foot ) . nio-mon ( 0 ) - 287m - yuki shrine ( 50 ) - 791m - main shrine golden hall ( 160 ) the numbers in brackets are altitude measurements based on that of nio-mon ( unit : m ) . the road is basically unpaved mountain road , although it is partially paved by stone . it will take a grown man about 30 minutes to travel all the way on foot . from nio-mon to main shrine golden hall ( by cable car ) . nio-mon ( sanmon station ) ( 0 ) - 200m - tahoutou station ( 120 ) - 456m - main shrine golden hall ( 160 ) the numbers in brackets are altitudes measurements based on that of nio-mon ( unit : m ) . because it is hard to visit and worship on foot for the elderly people , cable car ( mount kurama cable railway ) is operates between nio-mon and two-storied pagoda . the time spent in the cable car is only about 2 minutes , and those who contribute 100 yen to the temple can ride the cable car for free ( essentially , the fare is 100 yen one way ) . from the two-storied pagoda to main shrine golden hall , you need to walk about 10 minutes on a stone paved road . if you are visiting and worshipping on foot , you need to go via yuki shrine . the temple encourages people who can walk the distance , not to use the cable car and visit and worship the temple on foot . access from kibune side kibune shrine ( 35 ) - 573m - mao-den ( 185 ) - 460m - sekurabe ishi ( 235 ) - 404m - main shrine golden hall ( 160 ) the numbers in brackets are altitudes measurements based on that of nio-mon ( unit : m ) . the entrance from kibune side is called nishi-mon . this route is said to be the route that ushiwakamaru ran , when he trained with tengu . as you will be crossing one mountain , it will be harder than climbing from the kurama side . it will take about 50 minutes on foot , even for a grown man . author : koun shigaraki " tengu no yama – kurama dayori / mountain of tengu – kurama newsletter " issued by daito publishing , year 1990 edition . supervised by yasushi inoue and zenryu tsukamoto , written by shusaku endo and koun shigaraki " pilgrimage of old temple , kyoto 27 kurama temple " published by tankosha publishing author : toshinori takemura " showa kyoto landmark guide , rakuhoku " published by shinshindo , year 1982 edition . " shukan asahi hyakka – national treasures of japan " issue no. 13 ( kurama temple and others ) published by asahi shimbun , year 1997 edition . " japanese history place names - place names of kyoto city " published by heibonsha " kadokawa japanese place names dictionary – kyoto prefecture " published by kadokawa shoten " national history dictionary " published by yoshikawa kobunkan . +higashi hongan-ji temple is a shin buddhist temple in shimogyo ward , kyoto city , kyoto . it is the head temple of the otani sect , which is part of the shinshu kyodan rengo ( ten schools of shin buddhism ) , and also joins nishi hongan-ji temple ( officially hongan-ji temple , head temple of the hongan-ji sect of shin buddhism ) , as one of the main temples of shin buddhism . the official name of the temple was " hongan-ji " until 1987 , since which time it has been " shinshu honbyo temple " . to distinguish it from nishi hongan-ji temple , also in shimogyo ward , it is often called " o-higashi-san " . ( for history before the east-west split , refer to the article on the history of hongan-ji temple . ) kyounyo ( kouju ) , the 12th master of hongan-ji temple , was given a domain for a temple to the east of hongan-ji by ieyasu tokugawa , and founded higashi hongan-ji temple when hongan-ji temple split in 1602 . located in present day karasuma shichijo , shimogyo ward , kyoto , it is called higashi temple ( eastern ) hongan-ji temple because it is to the east of nishi ( western ) hongan-ji temple , which is located at horikawa shichijo . it was a religious corporation overseen by the otani sect until 1987 , at which time hongan-ji temple was legally dissolved and absorbed by the sect . after that , higashi hongan-ji temple 's official name became " shinshu honbyo temple " ( " honbyo " means the original sanctuary where followers hear the teaching of the patriarch shinran , the resting place of shinran ) . it is also to distinguish it from the breakaway higashi hongan-ji sect of shin buddhism and emphasize its propriety . cf o-higashi rebellion having had 4 fires in the edo period , so many that it acquired the nickname , " flaming hongan-ji temple " , the current buildings , though many burned and were rebuilt in the meiji period , maintain the style of the time in their construction and the paintings on the walls . the goei-do , which houses the statue of shinran shonin , is among the largest wooden buildings in the world ( currently covered by scaffolding for a major restoration ) . the goei-do gate is also one of the three famous gates of kyoto . shinran 's " kyogyo shinsho " ( national treasure ) ( bando edition ) is in its possession . shosei-en garden , on the neighboring grounds , is a national scenic area . the current master of the temple is choken otani ( jonyo ) . national treasures important cultural assets take the kyoto city subway to gojo station universities otani university kyoto koka women 's university osaka ohtani university doho universiity nagoya zokei university of art & design nagoya college of music aichi bunkyo university aichi shinshiro otani university +a japanese temple enryaku-ji temple is in sakamotohonmachi , otsu city , shiga prefecture , and encompasses mt . hiei - at a height of 848m in its temple precincts . it is more often called mt . hiei or eizan , rather than enryaku-ji temple . because it was to the north of heiankyo ( kyoto ) , it was also called hokurei ( north mountain ) . it is the central institution of the japanese tendai sect , founded by the monk saicho ( 767-822 ) in the early heian period . its chief priest is called tendai zazu , and he supervises its branch temples . after saicho founded it , it was the center of heian buddhism along with kongobu-ji temple on mt . koya . it became a general university of buddhism , spreading the teachings of tendai hokke , as well as esoteric buddhism , zen ( meditation ) , and nenbutsu , and in the heian period gained the support of the imperial household and nobles , thereby becoming quite powerful . the incantations of esoteric buddhism especially garnered the support of the heian nobility ; and enryaku-ji temple 's esoteric buddhism was called taimitsu , to distinguish it from the teachings of the shingon sect 's to-ji temple , called tomitsu . " enryaku-ji temple " is the collective name for the temple buildings of the santo-jurokudani , including todo , saito and yokawa , spread out between the top of mt . hiei and its eastern foot . it began in 788 ( enryaku 7 ) when saicho built a thatched hut that he called ichijoshikan-in temple . the use of the name of the era in which it was built ( enryaku ) for the temple 's name was approved after saicho 's death , in 824 . enryaku-ji temple has been called the mother of japanese buddhism , because it produced countless famous monks : ennin , who laid the foundations of japanese tendai buddhism ; enchin ; ryonin , the founder of the yuzu nenbutsu sect ; honen , the founder of the jodo sect ; shinran , the founder of the jodo shin sect ; eisai , the founder of the rinzai sect ; dogen , the founder of the soto sect ; nichiren , the founder of the nichiren sect ; and many others , including founders of new sects and famous figures in the history of japanese buddhism spent their early years training at mt . hiei . mt . hiei also appears in numerous literary works . furthermore , such strenuous training practices as the " 12 year mountain training " , and the " 1000 day circumambulation " continue to this day ; and it has even been registered as a unesco world heritage site for its status as a important , sacred site in japanese buddhism . early history mt . hiei is mentioned in the kojiki ( records of ancient matters ) , is thought to have been the focus of mountain worship from ancient times ; and the landlord deity of mt . hiei , oyamakui-no-kami , is enshrined at hiyoshi taisha shrine at the eastern foot of the mountain . saicho saicho 's profane name was hirono mitsunoobito ; and he was born in 766 ( some accounts say 767 ) in the shiga district of omi province ( present-day shiga prefecture , otsu city ) . in 780 when he was 15 years old , he took buddhist orders under the monk gyohyo at omi 's provincial temple , and took the name saicho . in 785 when he was 20 , he received the commandments of buddhism at nara 's todai-ji temple , thereby officially becoming a monk . the young saicho had a few thoughts , and did not seek a stable position in one of nara 's big temples , only wanting to train and study scriptures close to home on mt . hiei . of all the scriptures , saicho thought the teachings of hokekyo ( the lotus sutra ) was the greatest , and studied the " three great works of hokke " by china 's tiantai master zhiyi ( hokkegengi , hokkemongu , and makashikan ) . in 788 saicho built a small temple on the site of the present-day konponchudo hall , which consisted of yakushido hall , monjudo hall , and kyozo ( scripture repository ) , and he called it ichijoshikan-in temple . this temple , called hieizan-ji temple , was allowed to use the name of the era and came to be called enryaku-ji temple in 824 , after saicho 's death . because then emperor kanmu became a devout believer in saicho and hieizan-ji temple , received the support of the emperor and his aides in the wake clan , it flourished as it was considered the guardian of kyoto 's kimon ( northeast ) gate and of the nation . in 802 , saicho was approved to travel to tang china as a gengakusho ( a short-term overseas training student ) . he went to tang on the ship of imperial embassies in 804 . saicho proceeded to the holy site of mt . tiantai , where he learned the tiantai doctrine and bodhisattva precepts from dozui , a descendant of tiantai master zhiyi , and the tiantai doctrine from a chief priest named gyoman . he also learned the esoteric teachings from shunxiao ajari and zen from the reverend shakunen at longxing temple in yuezhou ( shaoxing ) . learning four thoughts of the tiantai doctrine , the precepts , esoteric teachings and zen , and transmitting them all to japan ( shisosojo ) was an important part of saicho 's scholarship ; and enryaku-ji temple took shape as a general university . this is probably the source of patriarchs of the jodo teachings and the zen sects who later came out of enryaku-ji temple . building of the mahayana ordination hall although the japanese tendai sect was officially recognized in 806 , saicho tried his whole life but was never able to build a mahayana ordination hall on mt . hiei . to build a mahayana ordination hall was to be completely independent of the old nara buddhism , so that enryaku-ji temple could train its own monks . to saicho the tendai philosophy was " ikko daijo " , or the idea that everybody is a bodhisattva and can become a buddha ( achieve enlightenment ) ; in this sense he was in conflict with old nara buddhist thought . at the time in japan positions as monks were granted by the nation ; and since there were only 3 ordination halls for the national recognition of monks ( nara / todai-ji temple , tsukushi / kanzeon-ji temple , and shimotsuke / yakushi-ji temple ) , the tendai sect was not able to train monks on its own . saicho wrote his own ideas about buddhism in " sangegakushoshiki , " in which he emphasized that he wanted to have those who took vows on mt . hiei spend 12 years in rozan training on the mountain , and after finishing take over the guidance of junior monks on mt . hiei if appropriate , or go out and work as buddhist leaders all over japan . the construction of the mahayana ordination hall was finally approved in 822 , on the 7th day after saicho 's death . many famous monks after construction of the mahayana ordination hall , mt . hiei produced numerous famous monks who are remembered in the history of japanese buddhism . ennin ( jikaku daishi , 794-864 ) and enchin ( chisho daishi , 814-891 ) both studied in tang china , brought back lots of buddhist scriptures , and worked to develop mt . hiei 's esoteric teachings . later on , the monks of mt . hiei split into an ennin faction and an enchin faction and opposed each other bitterly . in 993 , about 1000 monks of the enchin faction left the mountain and held up in onjo-ji temple ( mii-dera temple ) . after that , the sanmon ( ennin , enryaku-ji temple ) and jimon ( enchin , onjo-ji temple ) factions had repeated fights ; and monk warriors naturally appeared out of the armed monks who participated in this fighting . many famous monks came out of enryaku-ji temple from the heian period to the kamakura period . after ennin and enchin there was ryogen ( jie daishi ) , also called " ganzandaishi , " known as the restoration patriarch of enryaku-ji temple , who worked to rebuilt the buildings that had burned , maintain temple discipline , and develop scholarship . eshinsozu genshin , who laid the foundations of the jodo teachings when he wrote his ojoyoshu , and ryonin , the founder of the yuzu nenbutsu sect , also came from enyraku-ji temple . from the end of the heian period into the kamakura period , the founders of so-called kamakura new buddhism started their own teaching around mt . hiei . the following are some of the famous monks who trained at mt . hiei . ryogen ( jie daishi / ganzan daishi , 912-985 ) : restoration founder of mt . hiei genshin ( monk ) ( eshinsozu , 942-1016 ) : author of " ojoyoshu " ryonin ( seio daishi , 1072-1132 ) : proponent of yuzu nenbutsu honen ( 1133-1212 ) : founder of japan 's jodo ( pure land ) sect eisai ( 1141-1215 ) : founder of japan 's rinzai sect jien ( 1155-1225 ) : author of the historical book " gukansho " tendai zazu ( chief priest of the tendai sect ) dogen ( 1200-1253 ) : founder of japan 's soto sect shinran ( 1173-1262 ) : founder of the jodo shin sect nichiren ( 1222-1282 ) : founder of the nichiren sect enryaku-ji temple 's military strength grew with each passing year , so much so that even emperor shirakawa , who wielded great power from his cloister , said " the water of the kamogawa river , games of dice , and the mountain monks . these things are beyond my control . " " the mountain " was , at the time , generally used to refer to mt . hiei , and " mountain monks " meant enryaku-ji temple 's monk warriors . in other words , they were used as an example of something that cannot be controlled , even by a great power . when something happened that did not agree with enryaku-ji temple , the monk warriors would pick up their portable shrine ( buddhism and shinto were mixed up at the time , so god and buddha were the same ) and go to protest , thereby forcing their position on the powerful figures of the time . in this way enryaku-ji temple had the military strength to match its influence , and also economic might that came from controlling the flow of goods , and was in a position to ignore the powerful figures of the time almost like an independent country . the monk warriors of enryaku-ji temple and those of kofuku-ji temple in nara were together called " southern city / northern mountain , " and their might was feared . the first powerful figure to try to suppress enryaku-ji temple was the 6th muromachi shogun , yoshinori ashikaga . yoshinori , named gien before becoming shogun , was in charge of mt . hiei as tendai zazu , but opposed mt . hiei after returning to secular life . in 1435 , being advised ( by all the daimyo ) to seek reconciliation whenever he had an opportunity to suppress mt . hiei , and failing to suppress it , yoshinori chose strategically to invite enryaku-ji temple 's powerful priests out , and then had them beheaded . in reaction to that the monks of enryaku-ji temple barricaded themselves in the konponchudo hall and vehemently criticized yoshinori . however , when yoshinori did not change his position , the disappointed monks set fire to the konponchudo hall in february and killed themselves . in the diary of a powerful figure of the time it was written that " sanmon soji-in temple burned up " ( diary of mansai jugo ) ; so it is thought that a few other temples beside konpochudo hall were burned either completely or partially . furthermore , as it was written that " 3 honzon yakushi were burned " ( daijo-in temple 's daily log ) , most of the statues from the time of enchin were lost in fires at that time . in august of the same year , yoshinori ordered the reconstruction of the burned konponchudo hall , and completed it within a few years with contributions from all over the country . then on may 16 ( old calendar ) , 1450 , the object of worship was reconstituted from the burned remains of the old statue and installed in konponchudo hall . although yoshinori did succeed in suppressing enryaku-ji temple , after he was killed it re-armed and built up an army of thousands of monk warriors , returning to its independent position . enryaku-ji temple maintained its independent nation-like status into the warring states period ( japan ) , but in 1499 when enryaku-ji temple tried to act in concert with the opposition ex-shogun yoshitane ashikaga , the kanrei ( shogun 's deputy ) , masamoto hosokawa attacked it and again reduced konpochudo hall to ashes . toward the end of the warring states period when nobunaga oda gained control of the area around kyoto and mounted a political opposition to shogun yoshiaki ashikaga , enryaku-ji temple took yoshiaki 's side by sheltering the asai-asakura coalition army , and taking other anti-nobunaga actions . in 1571 , ascertaining that the corruption of buddhist politics due to the military and political might of enryaku-ji temple 's 4000 monk warriors was an obstacle to unification of the warring states , nobunaga repeatedly demanded that enryaku-ji temple disarm , and in response to their resolute refusal surrounded enryaku-ji temple on september 12 and burned it down . enryaku-ji temple 's buildings were completely burned up and many of the monk warriors and monks were killed . in part because the glow of the flames on mt . hiei was visible from kyoto , this event is clearly recorded in the diaries of merchants , court nobles such as tokitsugu yamashina , and also in reports by the jesuits ( actually , according to tokitsugu yamashina 's diary , soldiers thought to be the asai army set fire to enryaku-ji temple 's saito on october 15 ( old calendar ) of the previous year , so enryaku-ji temple was stuck between a rock and a hard place , getting hit by both oda and asai ) . after nobunaga 's death , all of the temple buildings were rebuilt by hideyoshi toyotomi , ieyasu tokugawa and others . the 3rd shogun , iemitsu tokugawa rebuilt konponchudo hall . after ieyasu 's death , high priest tenkai built toeizan kanei-ji temple in ueno to be the guardian of edo 's kimon ( northeast ) gate , and the responsibility for the tendai sect 's affairs was transferred to edo . for two days on august 3-4 , 1987 , the " religious summit meeting on mt . hiei " was held , at which religious leaders of the world gathered at the invitation of tendai zasu etai yamada on the 1200th anniversary of the founding of mt . hiei . every august thereafter , in memory of that event , the " inter-religious gathering of prayer for world peace " has been held on mt . hiei . in 1994 , enryaku-ji temple was registered as a unesco world heritage site , as part of the " historic monuments of ancient kyoto . " the grounds of mt . hiei are divided into three areas , called todo , saito , and yokawa . collectively , these are called " santo " , or more specifically " santo jurokudani nibessho " . in addition , on the shiga prefecture side , at the base of the mountain , there are shiga-in temple ( main temple ) , a group of branch temples called satobo , and hiyoshi taisha shrine , which has deep connections to mt . hiei . santo jurokudani nibessho todo – kita-dani , higashi-dani , minami-dani , nishi-dani , mudo-ji-dani saito – higashi-dani , minami-dani , minami-odani , kita-odani , kita-dani yokawa – kabo-dani , gedatsu-dani , kaishin-dani , tosotsu-dani , hannya-dani , imuro-dani bessho – kuro-dani , anraku-dani the original grounds of enryaku-ji temple , it is the area centered around the main hall , komponchudo hall . komponchudo hall ( national treasure ) _ the remains of ichijoshikan-in temple , built by saicho the current building was rebuilt by iemitsu tokugawa in 1642 after it was burned by nobunaga oda . designated a national treasure in 1954 . at 37.6m wide , 23.9m deep , and 24.2m tall , it is a large building in the irimoya style . it has a distinctive structure , with the dirt-floored inner sanctuary 3 meters lower than the outer nave . in the inner part there are three miniature box shrines , the center one of which holds a standing statue of yakushi nyorai , not for public display , that is said to have been made by saicho himself ( its doors were opened in 1988 for the temple 's 1200th anniversary ) . the hanging lanterns in front of the box shrine are the " ever-burning dharma lights " that continue from the time of saicho . these dharma lights were temporarily extinguished when nobunaga burned the temple , but they were relighted with a flame from risshaku-ji temple in yamagata prefecture that had been lit from them , and they continue burning to this day . in 1443 when the hino clan of gonancho , seeking the restoration of the southern court , stole some of the three sacred treasures from the imperial palace in kyoto in the kinketsu incident , the gang hid out in the komponchudo hall until the imperial court issued a warrant and they were killed by the shogun 's army and monk warriors . monju-ro – rebuilt after a fire in 1668 a two-story gate , monju bosatsu is housed upstairs . located due east of the komponchudo hall , it serves as a gate for the other temples . great lecture hall ( important cultural property ) – rebuilt in 1634 originally the sanbutsudo hall of toshogu at sakamoto on the eastern foot of the mountain , it was moved here in 1964 . the old great lecture hall , which was an important cultural property , burned in 1956 . dainichi nyorai is enshrined there . on either side of dainichi are , from the left as one faces the statue , statues of nichiren , dogen , eisai , enchin , honen , shinran , ryonin , shinsei , and ippen . each of them is a monk who trained at enryaku-ji temple in his youth ; these statues were contributed by their various sects . hokkesojiin todo – rebuilt in 1980 though it is shaped like a two-storied pagoda , it differs from normal two-storied pagodas in that the upper story is a square instead of a flat circle . in the lower level is a womb realm dainichi nyorai ; and in the upper level are relics of the buddha and 1000 lotus sutras ( hokkekyo ) . kaidan-in temple ( important cultural property ) - rebuilt in 1678 national treasure hall _ stores and displays statues that are not installed as an object of worship in other halls , paintings , crafts , and writings . located about 15 minutes ' walk from the jodo-in temple / todo area . there is the mausoleum of the sect 's founder , saicho , which is considered to be the most sacred place in the complex . monks doing the 12 year rozan training are in this area , and they bring food to saicho every day as if he were alive , and keep the garden so clean that there is not even 1 fallen leaf . mudo-ji temple- about 1.5km south of konponchudo hall , it is the center of the 1000 day circumambulation . it enshrines fudo myoo . it was built in 865 by soo-kasho , who is said to be the originator of the circumambulation training . daisho-in - built from a portion of kichibe murai 's mansion in tokyo that was moved here on the occasion of emperor showa 's coronation , it is used as a reception hall . tenporin-do hall ( important cultural property ) - the central structure of saito , it is also called shaka-do hall . this building was the kondo hall from onjo-ji temple ( built in 1347 ) , which was forcibly moved here by hideyoshi toyotomi in 1595 after its predecessor was burned by nobunaga . the main object of worship is a standing statue of shaka nyorai ( important cultural property ) . jogyo-do hall / hokke-do hall ( important cultural property ) - the two identical structures stand side by side . the one on the right-hand side is hokke-do hall , dedicated to fugen bosatsu , and the one on the left is jogyo-do hall , dedicated to amida nyorai ; both were built in 1595 . with a corridor between the two buildings , the whole structure looks like a shoulder carrying pole , which is why it is nicknamed " carrying hall " . ruri-do hall ( important cultural property ) - it is on the path from the saito area to kuro-dani ( see below ) . it is the only building that escaped burning by nobunaga . stylistically , it is a building of the muromachi period . seiryu-ji temple ( sakamoto , otsu city ) - located in kuro-dani , 1.5km from the saito area , it is famous for being the place where honen did his training . located about 4km north of saito . it started in 850 when jikaku-daishi / ennin built the shuryogon-in temple . yokawa chudo hall- no. 18 of the new saigoku 33 kannon pilgrimage sites the previous building burned after a lightning strike in 1942 ; and the present hall is a steel-reinforced concrete structure built in 1971 . its main object of worship is a standing statue of shokannon ( important cultural property ) . konpon nyoho-to - a two-story pagoda , the current structure is a reconstruction from the taisho era . it started as the place where ennin made and stored copies of the lotus sutra ( hokkekyo ) . gansandaishi-do hall - it is called shiki kodo hall ( 4 seasons lecture hall ) from the practice of holding seasonal discussion about the lotus sutra ( hokkekyo ) there . it is the place where fortune telling slips started . konponchudo hall ( with shumidan altar and 3 box shrines ) gilt copper scripture box - metalwork from the late heian period excavated from yokawa hosoge-makie-kyo-bako - lacquerware from the late heian period shichijo-shino stole and shino robe - clothes that saicho brought back from tang china . denkyodaishi-shorai-mokuroku - a hand-written record of the scriptures that saicho brought from yuezhou in tang china . katsuma kongo mokuroku - saicho 's hand-written record of the items he received . tendai-hokkeshu-nenbun-engi - written by saicho rokuso eno-den - a copy that saicho brought back from tang china denkyodaishi nittocho - saicho 's travel permit from tang china kojokaicho - written by emperor saga , one of the " 3 great calligraphers " buildings konponchudo hall corridor tenporindo hall ( shakado hall ) mahayana ordination hall rurido hall sorinto jogyodo hall and hokkedo hall ( with corridor ) paintings image of tendaidaishi , color on silk image of tendaidaishi , color on silk , arisa image of soo-kasho , color on silk image of fudomyoo sandaidoji gobushisha , color on silk image of monju-bosatsu , color on silk image of sanno honchi , color on silk - this piece was originally kept at kannon-ji temple ( ashiurakannon-ji temple ) in kusatsu city , shiga prefecture , and passed through a private collection before it was donated to enryaku-ji temple . sanno reigenki , color on paper sculptures wooden statue of standing shaka nyorai ( installed in shakado hall ) wooden statue of standing shokannon ( installed in yokawachudo hall ) wooden statue of standing kojo daishi ( previously located in sanroku daishido hall ) wooden statue of fudo myoo nidoji ( previously located in mudo-ji temple myoo-do hall ) wooden statue of standing gozanze myoo ( previously located in mudo-ji temple myoo-do hall ) wooden statue of standing gundariyasha myoo ( previously located in mudo-ji temple myoo-do hall ) wooden statue of daiitoku myoo ( previously located in mudo-ji temple myoo-do hall ) wooden statue of standing kongoyasha myoo ( previously located in mudo-ji temple myoo-do hall ) wooden statue of standing shitenno ( previously located in konponchudo hall ) wooden statues of standing shitenno - 2 statues ( previously located in shakado hall ) wooden statue of standing senjukannon ( previously located in sanno-in temple ) wooden statue of standing fudo myoo ( previously located in imuro fudo-do hall ) wooden statue of sitting yuimakoji ( from seiryu-ji temple in sakamoto , otsu city ) wooden statue of sitting jie daishi ( from seiryu-ji temple in sakamoto , otsu city ) wooden statue of sitting jie daishi ( from hongaku-in temple collection ) wooden statue of standing amida nyorai ( from shiga-in temple collection ) wooden statue of standing kisshoten ( from shiga-in temple collection ) wooden statue of standing daikokuten ( from ritsu-in temple collection ) the wooden yakushi-nyorai seated statue was designated an important cultural property ( previously national treasure ) in 1944 , while it was in a private collection in hyogo prefecture , and was later donated to enryaku-ji temple . craft works onagadori shuen gemonkin uchishiki books , ancient texts and historical documents hokkekyo on blue paper with silver and gold writing - 8 scrolls hokkekyo , silver writing on blue paper - 8 scrolls kegon yogi mondo - written by gyofuku shittanzo - 8 volumes denjutsu-isshin kaimon - 3 volume set enryaku-ji temple ryogonzanmaiinge - 15th day of the 1st month of the 3rd year of tenroku sanmon saiko monjo dozui kasho dendomon shuzon wooden printing type ( with accessories ) items belonging to sub-temples eiko-in temple - image of fudo nidoji , color on silk jitsuzo-bo temple - image of bishamonten , color on silk ; crystal reliquary dairin-in temple- image of fudomyoo nidoji , color on silk ; wooden statue of seated fudo myoo juryo-in temple - wooden statue of seated amida nyorai jojitsu-in temple - wooden statue of standing amida nyorai keijitsu-in temple - wooden statue of seated jigan daishi guho-ji temple - wooden statue of seated jie daishi myotoku-in temple - image of jizo bosatsu , color on silk myogyo-in temple - wooden statue of standing jizo bosatsu gyokuren-in temple - wooden statue of standing fudo myoo nidoji kobo-ji temple - silver and gold-plated water vessel - hokkekyo ( illuminated scripture ) in addition to those listed above , enryaku-ji temple is the designated managing body ( under article 32.2 of the law for protection of cultural properties ) for the following important cultural properties , and they are stored in mt . hiei 's national treasure hall ( kokuhoden ) . owned by myoo-in temple ( katsuragawa bomuracho , otsu city ) komyoshingon kudoku picture scroll , color on paper image of fudo myoo nidoji , color on silk wooden statues of standing , 1000-armed kannon , fudo myoo , and bishamonten katsuragawa myoo-in temple monjo katsuragawa toikadachisho soron ezu katsuragawa myoo-in temple sanro-fuda owned by rendai-ji temple ( ritto city , shiga prefecture ) wooden statue of yakushi nyorai with flanking samurais buildings amida-do bell tower shiki kodo hall the temple grounds are designated a national historic landmark , as well as a natural monument in the form of the " mt . hiei bird breeding area . " in december 1994 , it was also registered as a world heritage site as part of the " historic monuments of ancient kyoto " . the following 1 building and 1 craft work were lost in a fire that was started by lightning on july 30 , 1942 . ( old ) yokawa chudo hall - former architectural national treasure copper tube - was an accessory to the gilt copper scripture box ( national treasure ) on october 11 , 1956 , the following 2 buildings and 3 sculptures were lost in a fire started by arson ( all were important cultural properties ) . ( old ) great lecture hall great lecture hall bell tower copper statue of seated shaka nyorai wooden statues of standing jikokuten and tamonten wooden statue of seated amida nyorai harsh training the training at mt . hiei is harsh . in order to become the priest of " in " or " bo " ( temples ) in the complex , one has to stay up on the mountain for 3 years . in the 3 years of rozan training , the 1st year is spent helping the jishin look after jodo-in temple 's saicho-byo , the 2nd year must include a 100 day circumambulation , and the 3rd year 90 days training in either the jogyo-do hall or hokke-do hall . training in the jogyo-do hall ( jogyo-zanmai ) involves walking continuously around the statue of amida nyorai , during which time chanting the nenbutsu is allowed , although it is basically a kind of zen . trainees are not allowed to lie down for 90 days , although they can doze while leaning on the railing for a few hours each day . the training conducted in the hokke-do hall is called joza-zanmai , and involves non-stop sitting meditation , including napping in that posture . kosogyo training is mandatory for , and must be completed before permission will be granted for , 12 year rozan training . in kosogyo , a trainee prostrates himself in the hall of worship of jodo-in temple 3000 times every day until he has a " koso . " " koso " is a kind of mystical experience , depicted in scriptures as a buddha appearing close by and stroking the person 's head , or the appearance of a 5-colored light , but the details are kept secret . it can happen in as little as 1-2 weeks , but takes many years for some . the 1000 day circumambulation is a training approved only for selected individuals who have finished a 12 year rozan training and a 100 day circumambulation . there is a rule that trainees must kill themselves if they are unable to continue the training , so they always carry a rope with which to hang themselves and a short sword . they wear a hat shaped like an unopened lotus flower , put on white robes , and wear straw sandals . the circumambulation spans 7 years . they depart at 2 o 'clock in the morning after a religious service at mudoji-dani . while chanting a mantra they worship at 260 places , including todo , saito , yokawa and hiyoshi taisha shrine , covering about 30km in six hours or so . after the 700th day of walking , an indoor ritual is performed . they enter into nearly a 9-day ( about 7 and a half full days ) seclusion of no food , no water , no sleep , and no lying down in mudoji-dani myoo-do hall . before the ritual , trainees conduct their own funeral and chant the mantra of fudo myoo . upon coming out , trainees become dai ajari , the embodiment of fudo myoo , and are greeted by the joined hands of believers . at this juncture trainees move from jirigyo training for their own benefit to ketagyo training for the salvation of all life , and add a trip to kyoto 's sekizanzen-in temple to their route , walking about 60km per day for the next 100 days . the 7th year involves 200 days , with an 84km trip around kyoto for the first 100 days , which is scaled back to 30km on mt . hiei for the last 100 days , to complete the 1000 days . enryaku-ji temple 's records list 47 people who have finished this training . there are 3 people who completed the training twice , including the still living yusai sakai dai ajari . those who have completed a 1000 day circumambulation are allowed a visit to the kyoto imperial palace , and go in with their shoes on . normally shoes are not allowed in the kyoto imperial palace ; only those who have completed the 1000 day circumambulation are allowed in with their shoes on . a memorial service for the past bosses of the designated gang yamaguchi-gumi was held at enryaku-ji temple on april 21 , 2006 . even though shiga prefectural police requested a stop to the services , enryaku-ji temple refused the request , saying that " this is just a religious service , " after which a " special eitai eko " was held in enryaku-ji temple 's amida-do hall , a grand ceremony attended by nearly 100 gang members , including top executives . later , after the service had finished without incident , enryaku-ji temple 's legal department issued a statement to reporters , saying that " we want to refuse services for gangs in the future . " roughly 30 years before that , in 1976 , at an all japan buddhist conference , the japan buddhist federation , of which approximately 75,000 temples in all areas of the country , including enryaku-ji temple , are members , passed a resolution calling for " exclusion of criminal gangs , " and on march 13 , 2006 , chairman of the federation ko yasuhara had made a statement calling for members to " stop cooperating with girikake memorial services for organized criminal gangs " right before the event . after the service , the japan buddhist federation declared its dissatisfaction with enryaku-ji temple , which had ignored these resolutions and declarations . enryaku-ji temple has yet to make a formal reply . even though previously , in the warring states period , this temple had been burned down by nobunaga oda for being a den of immoral monks , it still today is tolerant of anti-social organizations ; some view this as proof that the temple 's spirit of tolerance and receptiveness has been passed down from the middle ages . footnotes " mt . hiei : visiting its history and culture " edited by enryaku-ji temple executive office , published by mt . hiei enryaku-ji temple , 1993 " saicho and tendai national treasures ( special exhibition picture record ) " edited by tokyo national museum and kyoto national museum , published by yomiuri shinbun , 2005 " a pilgrimage to ancient temples 26 : enryaku-ji temple " by shotaro yasuoka and gensho yoda , yasushi inoue and zenryu tsukamoto , editors . tankosha publishing , 1978 " showa kyoto landmark guide : rakunan " toshinori takemura , shinshindo , 1982 " mt . hiei : 1200th anniversary of the founding of the tendai sect ( bessatsu taiyo ) " heibonsha , 2006 " shukan asahi hyakka : national treasures of japan " no. 16 asahi shinbun , 1998 " japanese historical place names : place name of kyoto city " heibonsha " kadokawa dictionary of japanese place names : kyoto prefecture " kadokawa shoten publishing " the great dictionary of national history " yoshikawa kobunkan +iwashimizu- hachimangu shrine is a shrine located on top of mt . otokoyama in yawata city , kyoto . it is considered one of three great hachimangu shrines in japan along with usa jingu shrine , etc . this shrine is in one of the upper seven shrines of the twenty-two shrines and in the old days was considered a kanpei taisha . 9 structures including the main shrine are designated as important cultural property in japan . this shrine is also considered as second national sobyo ( mausoleum ) after ise jingu shrine . deity of the shrine the following three gods are enshrined and are collectively called " hachiman-shin " 1 . naka no gozen - hondawake-no- mikoto ( the 15th emperor ojin ) 2 . nishi no gozen ( hime-no-kami , munakata sanjojin ) 3 . higashi no gozen - okinagatarashi-hime-no-mikoto ( empress jingu ) history it was in the summer of 859 , one year after emperor seiwa came to power , when a monk named gyokyo from nanto daianji temple , a disciple of kobo-daishi kukai visited usa jungu shrine and received a message from god informing him to move the god to near kyoto city , on the top of mt . otokoyama , to guard the nation . in 860 , the year following the year that gyokyo received this message from god , emperor seiwa ordered construction of the building of the shrine , which is considered to be the start of the iwashimizu hachiman shrine . name of the shrine , " iwashimizu , " is taken from iwashimizu-sha ( now a sessha of iwashimizu hachimangu temple ) , which used to be located on mt . otokoyama . from then on , the shrine has been devotedly worshiped by the imperial family / imperial court , as the god protecting the imperial palace , the god of royal powers / water transport , that protect urakimon located at south west of kyoto , facing mt . hiei enryaku-ji temple , and visits by emperors / retired emperors / monk emperors to the shrine amount to more than 250 . this shrine was also worshiped as guardian deity by genji , as well as by many kawachi genji families among seiwa genji , such as the ashikaga , tokugawa , imagawa , and takeda clans , and was thus respected as the god of fighting , archery and victory . minamoto no yoriyoshi , father of minamoto no yoshiie underwent the genpuku ceremony at the age of seven in iwashimizu hachimangu shrine and was renamed hachimantaro , and tsuboi hachimangu shrine , which was made the guardian deity of the kawachi genji clan by him , was separated from iwashimizu hachimangu and moved to to tsuboi , ishikawa district in the kawachi province ( currently tsuboi , habikino city , osaka ) which was the headquarters of the genji clan . tsurugaoka hachimangu shrine of kamakura is located in tsurugaoka wakamiya , which was separated and moved from iwashimizu hachimangu shrine ( or tsuboi hachimangu shrine ) by minamotono no yoriyoshi , and was initiated when minamoto no yoritomo moved tsurugaoka wakamiya to its current location upon the start of his shogunate . from its establishment completion untill the end of tokugawa shogunate period , the shrine was a shinto shrine of shinbutsu shugo and was called iwashimizu hachimangu gokokuji temple , and the shrine is deeply and historically related to many temples such as to-ji ( kyo-o-gokoku-ji ) , kiyomizu temple , ninna temple , rokuon-ji temple ( shokoku-ji temple , kinkaku-ji temple , ginkakuji-temple ) . ise heishi , who are considered to be the opposition of kawachi genji , also respected this shrine , and there is a record of taira no masamori who contributed in building of the shrine , and there are also records of taira no kiyomori and other main members of ise heishi , who performed maijin at rinjisai festival of hachimangu . before meiji government introduced shinbutsu bunri in 1868 , many temples including gokoku-ji temple , gokuraku-ji temple and bentendo , used to offer accommodation for pilgrimages and were called " otokoyama 48 bo , " and shojo shokado , who was one of the monks serving hachiman daibosatsu , was also known as one of the three best calligraphers in kanei period . in 1868 , hachiman daibosatsu was forbidden by the meiji government because of its strong buddhist influence . hojoe of iwashimizu hachimangu shrine and tsurugaoka hachimangu were changed to chushusai . in 1871 the shrine became kanpe taisya and was renamed " otokoyama hachimangu " and resumed the name of iwashimizu hachimangu shrine in 1918 . many people come from all parts of japan to pray for good luck , victory , business success and a safe year for the family , including in recent years , konosuke matsushita , founder of panasonic corporation and referred to as " the god of business , " who respected this shrine deeply . festivals the iwashimizu festival , hojoe ( one of japanese three major chokusai along with the aoi festival and the kasuga festival ) are held on 15th september . shrines inside / outside iwashimizu hachimangu shrine kora shrine , aizuchi shrine , iwashimizusha , otobira inarisha , sanmyo shrine , mikumarisha , hirotasha , ikutasha , nagatasha , sumiyoshisha , ichidosha , tatsutasha , kibunesha , wakamiyasha , wakamiyadensha , kehisha , mizuwakamiyasha and so on . other facilities seiunryo , restaurant sekisuitei , monument of thomas edison , kyurei tea room , youth orientated cultural and physical education centre ( nampokan accommodation ) , kyuhoan ( tea room ) , seihoden ( function room , meeting room , bar ) and so on ) . cultural heritage historical buildings important cultural property " iwashimizu hachimangu shrine main shrine and outside shrine " important cultural property " iwashimizu hachimangu shrine heiden and maiden " important cultural property " iwashimizu hachimangu shrine romon " important cultural property " iwashimizu hachimangu shrine east gate " important cultural property " iwashimizu hachimangu shrine west gate " important cultural property " iwashimizu hachimangu shrine cloister " ( between romon and east gate ) important cultural property " iwashimizu hachimangu shrine cloister " ( between romon and west gate " important cultural property " iwashimizu hachimangu shrine cloister " ( back side ) important cultural property " iwashimizu hachimangu shrine gorinto " arts and crafts important cultural property " stone lantern " kamakura period important cultural property " a wooden seated statue of dogyoshin " important cultural property " iwashimizu hachimangu gokokuji ryakki " important cultural property " ruiju kokuki volume 1 and volume 5 " important cultural property " iwashimizu hachimangu tanaka sohei ganbun " important cultural property " iwashimizu hachimangu monjo " heian - kamakura - muromachi - momoyama - edo period . tsurezuregusa essay no. 52 " a monk at ninnaji temple " an old monk at ninnaji temple wanted to visit iwashimizu hachimangu shrine once in his life time . one day his wish came true and he visited the shrine , however he only visited kora shrine and gokurakuji temple at the bottom of the mountain , believing that they were iwashimizu hachimangu shrine , not realizing that people were climbing up higher to get to iwashimizu hachimangu shrine . this story teaches that you need to have a proper guide to lead you to the right direction , however small the matter is , and is often introduced to students in junior high school . to appreciate this story , you may need to know that the main shrine of iwashimizu hachimangu shrine is on top of mt . otokoyama and the setsumatsusha shrine at the bottom of the mountain is also of magnificent time . konjaku monogatarishu train access - take a train from keihan yawata-shi station on keihan cable line , get off at otokoyama yamanoue station . parking available ( however it is not easy to spot as you need to go through a residential area at the west side ) . image of iwashimizu , hachimangu 01s3000 , in front of bamboo bush image of iwashimizu , hachimangu03s3000 , a stone lantern in front of main shrine image of iwashimizu hachimangu , main shrine shinno-ji temple ( yawata city ) shokado hakkakudo shobo-ji temple ( yawata city ) hiko shrine +yoshida-jinja shrine is a shrine on mt . yoshida , in kaguraoka-cho , sakyo ward , kyoto city . the deities takemikazuchi-no-mikoto ( kasuga-no-kami ) , futsunushi-no-kami ( iwainushi-no-mikoto ) , ama-no-koyane-no-mikoto , and hime-no-kami are enshrined . history it began in 859 , when fujiwara no yamakage brought the four deities from kasuga taisha shrine in nara city to be the tutelary deities of the family . they later came to be revered as tutelary deities of the whole fujiwara clan of heian-kyo . although it is not listed in the engi-shiki jimmyo-cho ( it is a shikigesha ) , it was in charge of official functions of the imperial court starting in 987 , and in 991was included in the 19 shrines offering , which was a predecessor to the 22 shrines . since the kamakura period , the urabe clan ( later the yoshida clan ) became the hereditary priests . during the bummei years ( 1469-1487 ) at the end of the muromachi period , kanetomo yoshida founded yoshida shinto ( yuiitsu shinto ) , building massha shrine saijosho daigengu on the grounds as its focal point in 1484 . around that time kanemi yoshida moved hasshinden ( no longer present ) , which was in the jingikan from the days of the old ritsuryo system , to the funeral hall on the grounds , and used it as a replacement for the jingikan . the yoshida household had authority to appoint priests to shrines nationally , and had great influence in shinto circles until the meiji period . festivals famous for setsubun , february 2-4 facilities sessha shrine wakamiyasha ( enshrines ame-no-oshikumone-no-mikoto ) wakamiya shrine , in kasuga-taisha shrine also enshrines ame-no-oshikumone-no-mikoto . kaguraoka-sha ( deities : ikazuchi-no-kami , oyamatsumi , okami-no-kami ) the local landlord deity , hatata-gami , is thought to be listed in the engi-shiki jimmyo-cho . the rei-sai festival is september 23rd ; and shinko-sai is held on the last sunday in october . massha shrine saijosho daigengu ( deity : amatsukami-kunitsukami-yaoyorozu-no-kami ) it enshrines all 3132 deities of the engi shikinai-sha shrines , which are called the amatsukami-kunitsukami-yaoyorozu-no-kami . designated an important cultural asset , it has an exceedingly unique shape , with its octagonal main hall and hexagonal back room . kamitatsu-sha shrine ( deity : kanetomo yoshida / kamitatsu okami ) built in eisho 10 ( 1513 ) the rei-sai festival is on february 19 . imamiya-sha shrine ( deities : okuninush , ikazuchi-no-kami , susanoo ) in the hall and on the grounds , there are stones for the four gods . sorei-sha shrine ( deities : spirits of patrons ) kaso-jinja shrine ( deities : tajimamori , join rin ) worshiped by candy merchants as the god of candy ( kaso ) . yamakage-jinja shrine ( deities : fujiwara no yamakage , together with ebisu ) . fujiwara no yamakage was the founder of yoshida-jinja shrine , and a chef . he has been worshiped as a god of cooking . sanja-sha shrine ( deities : munakata-sanjojin , kanayamahiko-no-kami , sugawara no michizane ) takenaka-inari-jinja shrine ( deities : uka-no-mitama , sarutahiko , ame-no-uzume ) originally was an independent shrine . it became a massha shrine of yoshida-jinja shrine . setsumatsu-sha shrine : inari-sha shrine , 50 + inari-zuka setsumatsu-sha shrine : tenmangu-sha shrine ( deity : sugawara no michizane ) and many others . other facilities yoshida kindergarten cultural assets buildings important cultural assets : yoshida-jinja shrine saijosho daigengu constructed around 1601 designation : july 31 , 1902 others adjacent to kyoto university yoshida campus an urban legend has it that students who go to yoshida-jinja shrine to pray for passing the kyoto university entrance exams will always fail . transportation closest station : keihan demachiyanagi station parking available +daigo-ji temple is a head temple of the daigo-ha branch of shingon buddhism , in daigo higashioji , fushimi ward , kyoto city , kyoto prefecture . it is also called mt . daigo ( or mt . miyuki ) . it venerates yakushi , and was founded by rigen-daishi shobo . as a part of the cultural assets of ancient city kyoto , it is a registered world heritage site . the temple has extensive grounds of over 6.6 million sq.m. on mt . daigo ( mt . kasatori ) in the east side of fushimi ward . it is known as the place where hideyoshi toyotomi 's " daigo flower viewing " was held . daigo-ji temple was built in 874 , when rigen-daishi shobo , a 2nd generation disciple of kukai , placed juntei kannon and nyoirin kannon on top of mt . kasatori and named the area around the peak " mt . daigo " . deep in the mountains and centered around the peak of mt . daigo ( this area is called " upper daigo " ) , at first daigo-ji temple developed as a sacred site for ascetics , later growing into daigaran ( large monastery ) , " lower daigo " , on the broad , flat land at the foot of mt . daigo thanks to the overwhelming support of emperor daigo , who decided to make it his place for prayer . later on lower daigo was ruined in the onin war and many other battles , leaving only the goju-no-to ( 5-story pagoda ) . however , thanks to the relocation of temple buildings from kishu and construction of sanboin for hideyoshi toyotomi 's daigo flower viewing , it has taken on the appearance we see today . in the summer of 1939 , the kyozo ( scripture repository ) and other isolated buildings were all lost during a short period due to a wildfire that struck upper daigo . some plaster of the goju-no-to ( 5-story pagoda ) and the kondo ( main hall ) fell off in the kobe earthquake on january 17 , 1995 . upper and lower daigo are separated by a steep mountain path , requiring about an hour to walk between them . centered around the kondo ( main hall ) and sanboin , where yakushi nyorai statues are installed , the magnificent daigaran ( monastery ) contrasts with upper daigo . however , lower daigo 's splendid garan ( monastery ) burned down in the onin war , and has since been burned and rebuilt several more times ; but the goju-no-to ( 5-story pagoda ) miraculously stands in front of the goma-dojo today just as it did when it was first built . the paintings on the inside walls of the goju-no-to ( 5-story pagoda ) are designated national treasures ; and the portrait of kukai is the oldest extant painting of him . saidai-mon gate kondo ( main hall , national treasure ) -the current building was the main hall from kishu yuasa ( a temple built for the monk-emperor go-shirakawa in the latter half of the 12th century ) , which was moved and rebuilt in 1599 , at the request of hideyoshi toyotomi . goju-no-to ( 5-story pagoda , national treasure ) _ built by emperor suzaku in tenryaku 5 ( 951 ) to pray for the happiness of departed emperor daigo , it is the only original building left at daigo-ji temple . seiryu-gu main hall ( important cultural property ) – built in keicho 4 ( 1599 ) bentendo - built on the northeast coast of rinsen in showa 5 ( 1930 ) auditorium – built in showa 5 ( 1930 ) nyonindo ( women 's temple ) the 11th temple of the saigoku 33 kannon pilgrimage , it is known as the steepest one in saigoku . because the temple used to be off limits to women , the nyonindo ( women 's temple ) was placed at the bottom of the path ; starting there , the yakushido ( a national treasure , and still as it was in the heian period ) , the haiden ( worship hall , national treasure ) for daigo-ji 's guardian deity seiryu-gongen , the junteido and the godaido are lined up on the steep mountain . in addition to the famous daigo water that still springs forth on upper daigo , the nyoirindo ( important cultural property ) , the kaisando ( important cultural property ) and the hakusan daigongen are to be found on the peak of mt . daigo ( altitude 450m ) . the oku-no-in ( inner sanctum ) is situated between the peak and mt . kasatori . seiryu-gu haiden ( worship hall , national treasure ) - rebuilt in eikyo 6 ( 1434 ) , seiryu-gu is a shrine to a guardian deity of esoteric buddhism which kobo-daishi ( kukai ) brought from qinglong temple in chang-an , tang china . yakushido ( national treasure ) – rebuilt over 5 years beginning in hoan 2 ( 1121 ) , it was first built by rigen-daishi ( shobo ) around engi 7 ( 907 ) at the request of emperor daigo . daigo water - this sacred spring is said to have been the source of the name of daigo-ji temple , after shobo had an epiphany there . junteido – built by shobo along with the nyoirindo , it is the 11th temple in the saigoku 33 kannon pilgrimage . godaido – opened by shobo as a place to pray for the protection of the nation . nyoirindo ( upper daigo ) _ rebuilt by hideyori toyotomi in keicho 11 ( 1606 ) , its construction is attributed to rigen-daishi ( shobo ) , the same as the junteido . kaisando ( upper daigo ) _ rebuilt along with the nyoirindo by hideyori toyotomi in keicho 11 ( 1606 ) , a seated statue of rigen-daishi ( shobo ) is installed in zushi ( miniature shrine ) in its sanctuary . one of daigo-ji temple 's major activities is the segaki memorial service , which centers around the magnificent outdoor bonfire saito-goma , originated by the daigo-ha sect , held in august ; in february at the godairikison ninnoe festival the temple burns the same saito-goma bonfire and praise the virtuous deeds of the godai myoo ; that festival is famous for the contest of strength , in which participants lift a giant kagami mochi ( rice cake ) of nearly 150kg . also in april , the whole mountain is opened up for cherry blossom viewing , in honor of hideyoshi toyotomi 's daigo flower viewing . buildings kondo ( main hall ) goju-no-to ( 5-story pagoda ) seiryu-gu haiden ( worship hall , upper daigo ) yakushido ( upper daigo ) sanboin karamon gate – built in 1599 sanboin omote-shoin paintings color on silk image of godaison color on silk monjutokai-zu color on silk image of kariteimo color on silk image of enmaten goju-no-to shojuhekiga ( color on wood ) 18 panels color on paper eingakyo sculptures wooden statues of yakushi nyorai and flanking samurai ( formerly installed in the upper daigo yakushido ) writings / books , ancient documents dainichikyokaidai – written by kobo-daishi toryu shoryu kyokai by emperor go-uda ( 3 letters ) tencho injin by emperor go-daigo ( rousen wax paper ) tatage-no-fumite houkenhyo – attributed to kobo-daishi letter of disposition from rigen-daishi buildings seiryu-gu main hall nyoirindo ( upper daigo ) kaisando ( upper daigo ) sanboin dendo ( entry hall , imperial messenger 's chamber / akigusa chamber / aoi chamber , priest 's quarters , shinden , junjokan , gomado ) sanboin hokyointo paintings color on silk image of amida sanson color on silk image of dainichi kinrin ( designated an important cultural property in 1902 , 98.2x60.9cm ) color on silk image of dainichi kinrin ( designated an important cultural property in 1941 , 96.4x83.3cm ) color on silk image of kokuzo bosatsu color on silk image of jizo bosatsu color on silk image of fugen enmei color on silk image of miroku bosatsu image of taigenho honzon ( color on silk image of taigen myoo ( 36-armed , 8-armed , 4-armed ) , 3 scrolls : image of bishamonten , shaka mandara-zu , kokuzo mandara-su ) color on silk image of aizen myoo color on silk image of kongoyasha myoo color on silk image of daiitoku myoo color on silk image of gohimitsu sumi ink on paper image of fudo myoo – 5 scrolls sumi ink on paper image of mikkyozu – 39 items color on silk landscape - 6-panel folding screen color on silk ninnokyo mandara-zu color on silk hannya bosatsu mandara-zu color on silk miroku mandara-zu color on silk ryokai mandara-zu color on silk rokujikyo mandara-zu konken kondei rokujikyo mandara-zu color on paper jukkan-sho ( replica of vol . 10 ) color on gold background senmen chirashi-zu - attributed to tawaraya sotatsu , 2-panel folding screen color on gold background bugaku-zu by tawaraya sotatsu 2-panel folding screen color on paper choba-zu 6-panel folding screen sumi ink on paper roko-zu - by tawaraya sotatsu ( 2-sided screen ) sculptures wooden statues of yakushi nyorai and flanking samurai ( installed in kondo , main hall ) bronze seated statue of amitabha tathagata wooden seated statue of amitabha tathagata wooden standing statue of sho kannon wooden standing statue of senju kannon wooden seated statue of nyoirin kannon wooden standing statue of jizo bosatsu wooden seated statue of miroku bosatsu - by kaikei ( installed in sanboin main hall ) wooden statue of enmaten wooden standing statue of kisshoten wooden standing statue of kongorishiki ( at saidai-mon gate ) - constructed in 1134 wooden statue of taishakuten kizo wooden statue of godai myoo wooden seated statue of fudo myoo by kaikei wooden seated statue of fudo myoo wooden statue of daiitoku myoo ( installed in upper daigo , godaido ) with wooden statues of fudo myoo , gozanze myoo , gundari myoo , and kongo yasha myoo wooden seated statue of rigen-daishi ( installed in kaisando ) craft works brass buddhist altar fittings ( nyoi , kyukosho , gokorei , kongoban ) brass ryokai mandala stone lantern senkoku amida gobutsu kyozo senkoku nyoirin kannon kyozo tokinrinbo katsu mamon kaitaibako ikakeji raden sessobako - one set raden nyoi writings / books , ancient documents jomyokyo shicchu scroll no. 9 konshikondei hannya shingyo - written by emperor go-nara kujakukyo-ongi - shinjaku hosshinno collection , 3 books godansho shojiengi - 18 books tarayo-ki - shinkaku collection , 3 books daito saiiki-ki scrolls 11 , 12 bussei biku rokumotsu-zu hokekyo shakubun - chuzan collection , 3 books rishukyo - by takauji ashikaga chu-agonkyo - scroll 14 dialogue fragments , scroll 7 shittanjibo ( tobikumogami kinginhaku chirashi ryoshi ) zuifutsunenju yoketsu - by junyu ( the monk ) shoryoshu - hojo-jugo epilogue , 10 books bodai shogon darani , muku joko konpon darani , issai nyorai shin himitsu zenshin hokyo darani , senju-sengen darani , amida dai-shingon - 1 scroll sohan issaikyo - 6,096 books daigo hanami tanzaku - by hideyoshi toyotomi and guests , 131pages daigo zojiki - scroll 7 daigo zojiki - keien-ki , 15 books daigo konpon sojo ryakuden daigo-ji temple shin-yoroku - in gien 's own writing , 22 books daigo-ji temple shogyorui - 16,441 items todai-ji temple yoroku scrolls 1 , 2 honchomonzui - scroll 6 fragment yusenkutsu kobo-daishi 's will in 25 articles gien jugo nikki - 62 books kenshun nikki - 2 books mansai jugo nikki - 38 folds gokanjo gofuju by emperor go-uda sogo-cho ( february 21 , engi 8 : shobo , kangen , etc. listed ) tonan-in inshubo kisho ( february 13 , engi 7 ) daigo-ji temple documents - 16,403 items ( former ) godaido ( upper daigo ) - former national treasure it burned down on april 3 , showa 7 ( 1932 ) , when the goma fire spread to the roof . kyozo ( scripture repository , upper daigo ) - former national treasure burned down on august 29 , showa 14 ( 1939 ) , when a wildfire jumped onto it . gozan denpo gakuin shuchiin university ( jointly operated ) rakunan high school / junior high school ( jointly operated ) daigo-ji temple cultural properties research center reihokan ( sacred treasure hall ) hokai-ji temple hino-tanjoin temple ichigon-ji temple kayao-jinja shrine emperor daigo nochi no yamashina no misasagi zuishinin temple bukkoin temple kaju-ji temple take keihan bus route 22 , 22a , 24 , or 24a from yamashina station ( jr , keihan , subway ) and get off at daigo sanboin . 10 minutes ' walk from daigo subway station , or take daigo community bus # 4 to daigoji-mae . take keihan bus route 22 , 22a , 24 , or 24a from rokujizo station ( keihan , jr , subway ) , and get off at daigo sanboin . nearby temples saigoku 33 kannon pilgrimage 10 : mimuroto-ji temple 11 : daigo-ji temple 12 : shoho-ji temple ( otsu city ) +yasaka-jinja shrine is the name for shinto shrines all around the country that enshrine the deity susanoo-no-mikoto . there are about 2300 in all of japan . the central shrine over all of them is yasaka-jinja shrine in gion-cho , higashiyama ward , kyoto . it is called by the nickname gion-san , from the old name for the shrine . known for the gion festival in july , and it also has a special shinto ritual called okera-sai . under the old shakaku system , it was a kanpei taisha . under the separation orders ( anti-buddhist movement ) in the first year of meiji , what was originally called gion-sha / gion kanshin-in was changed to yasaka-jinja shrine . enshrined deities enshrined deities after meiji are : naka-no-ma - susanoo ( susanoo-no-mikoto ) higashi-no-ma - kushinada hime ( kushi ( i ) nadahime-no-mikoto ) nishi-no-ma - yahashira-no-mikogami but before the shinbutsu hanzen order in the meiji period they were : naka-no-za - gozu-tennou higashi-no-za - sagara-ryuo nishi-no-za - harisainyo ( uneme ) gozu-tennou is a guardian deity of buddhism , and is considered to be the same god as susanoo-no-mikoto in japan . harisainyo is his wife , whose father is sagara-ryuo . gozu-tennou is said to protect gion shoja . history ( picture ) yasaka-jinja shrine at the time of the higashiyama flower lanterns according to shrine records , it began in 656 when choshin fukushi / irishiomi from koguryo enshrined susanoo-no-mikoto , who is enshrined at mt . gozu in shilla , at yasakago in otagi-gun , yamashiro province , and received the name " yasaka-no-miyatsuko " . there are various other records , as well . in 876 a monk named ennyo transferred a piece of gozu -tennou 's spirit from hiromine shrine in harima province ; later mototsune fujiwara built the shoja and called it kankei-ji temple ( aka gion-ji temple ) . in 926 a monk built gion tenjindo . in 934 he built gion kanshin-in . although there are various stories about the early days of the shrine , it is certain that gozu-tennou and susanoo-no-mikoto ( who shares similarities with gozu-tennou ) , were the enshrined deities from early on . even though the shrine has been around since ancient times , it is not listed in the engishiki jinmyocho . this is because of the significant mixing of shinto and buddhism and the influence of enryaku-ji temple , which is why the shrine seems to have been regarded as a temple and not a shinto shrine ; but since it later became one of the 22 shrines , it is evident that it was also regarded as a shrine . since about the middle of the heian period it came to be worshiped as the deity of the local area , and enjoyed the reverence of the imperial court . the gion festival originated with a goryoue that was held at shinsenen in 869 when a plague had spread throughout the land , and came to be celebrated every year as this shrine 's festival from around 970 . festivals gion festival facilities main hall naka goza ( susanoo-no-mikoto ) higashi goza ( kushiinadahime-no-mikoto ) godoza : kamuooichihime-no-mikoto / samirahime-no-mikoto nishi goza ( yahashira-no-mikogami - yashimajinumi-no-kami , itakeru-no-kami , oyatsuhime-no-kami , tsumatsuhime-no-kami , otoshi-no-kami , ukanomitama , oyatsuhiko-no-kami , suseribime ) waki goza : inadanomiyanuchisuganoyatsumimi-no-kami sessha eki shrine ( somin shorai ) akuojisha ( the ara-tama of susanoo-no-mikoto ) kajadensha ( the spirit of susanoo-no-mikoto at the time he made a vow to amaterasu-omikami ) massha kitamukiebisusha ( kotoshironushi-no-kami ) daijingu ( amaterasu-omikami , toyouke-no-okami ) utsukushigozensha ( tagirihime-no-mikoto , tagitsuhime-no-mikoto , ichikishimahime ) okuninushisha ( okuninushi-no-kami , kotoshironushi-no-kami , sukunahikona-no-mikoto ) tamamitsuinarisha ( ukanomitama-no-kami ) hiyoshisha ( oyamakui-no-kami , omononushi-no-kami ) hamono shrine ( amanomahitotsu-no-kami ) itsukushimasha ( ichikishimahime-no-mikoto ) otasha ( sarutahiko , amenouzume ) otoshisha ( otoshi-no-kami , chimatayashiro-no-kami ) 10 shrines - tagahs ( izanagi-no-mikoto ) , kumanosha ( izanami-no-mikoto ) , hakusansha ( kukurihime-no-kami ) , atagosha ( izanami-no-mikoto , homusubi-no-mikoto ) kinposha ( kanayamahiko-no-mikoto , iwanagahime ) , kasugasha ( amanokoyane-no-mikoto , takemikazuchi-no-kami , iwainushi-no-kami , hime-no-kami ) katorisha ( futsunushi-no-kami ) suwasha ( takeminakata ) , matsuosha ( oyamakui-no-mikoto ) , asosha ( takeiwatatsu-no-kami , asotsuhime-no-mikoto , hayamikatama-no-mikoto ) 5 shrines - hachimansha ( emperor ojin ) , kamadogamisha ( okitsuhiko-no-kami , okitsuhime-no-kami ) , fujinsha ( amenomihashira-no-mikoto , kuninomihashira-no-mikoto ) , tenjinsha ( sukunahikona-no-mikoto ) , suijinsha ( takaokami-no-kami , mitsuhanome-no-kami ) cultural properties important cultural properties ( buildings ) romon gate : 1497 - also known as nishi romon stands to the west of the main hall , at the end of shijo street . a romon gate in the kiritsuma-zukuri style ( 2-story building ) . main hall : 1654 - built in a distinctive style called gion-zukuri , it combines the main hall and the worship hall ( separate buildings at most shrines ) under one irimoya yane roof . ebisusha massha : 1646 ishidorii : 1646 - at the front entrance on the south side of the main hall wooden guardian dogs long sword : inscribed as made by yukihara of bungo province , made by sword maker yukihira of bungo ( oita prefecture ) at the end of the heian period long swords ( 3 ) : all inscribed dewadaijo fujiwara kunimichi kanaguondaiku taiami , gionsha ontachi , september , shouou 3 , made by edo period sword smith dewadaijo kunimichi gong ( inscribed chosho year 3 ) ( 1 ) with fixed gong ( not inscribed ) ( 1 ) gionsha ezu , color on paper gion shikko nikki : 9 volumes ; with gion shaki , 59 volumes yasaka-jinja shrine documents ( 2,205 items ) : 89 scrolls , 40 books , 1 ledger , 1 letter sangaku : 1691 - dedicated by rinkan hasegawa , restored for display in the ema-do transportation nearest train station : about 5 minutes east of keihan shijo station ( keihan electric railway ) there is a pay lot for parking +to-ji , located in kujo-cho , minami ward , kyoto , is the head temple of the to-ji shingon sect that has connections to kobo daishi kukai . it is also called by the name of the mountain , yahatasan , and venerates yakushi nyorai . to-ji temple was granted to kobo daishi kukai and flourished as the central training center of shingon esoteric buddhism . as belief in kobo daishi grew from the middle ages onward , to-ji , or " daishi 's temple , " gained a following among the common people , and even in the 21st century remains one of kyoto 's most famous landmarks . in december 1994 , it was registered as a world heritage site , as part of the historic monuments of ancient kyoto . to-ji officially has two names , " konkoumyo shitenno kyoogokoku-ji himitsudenpoin " and " miroku yahatasan soji fukenin , " in addition to " to-ji , temple of the daishi " kyoogokoku-ji temple . as a religious organization its registered name is " kyoogokoku-ji " , with the detailed description being konkoumyo shitenno kyoogokoku-ji himitsudenpoin . this temple has two names , to-ji and kyoogokoku-ji , and is listed by one or the other in encyclopedias . for example , heibonsha 's world encyclopedia and shokakukan 's encyclopedia of japan list it under " to-ji " , while encyclopædia britannica lists it under " kyoogokoku-ji " . " kyoo " refers to the edification of the king , and the name " kyoogokoku-ji " has connotations of an esoteric temple that is the guardian of the nation . the official name of the religious organization is kyoogokoku-ji , therefore , for example , the name listed in the register of national treasures for the goju-no-to ( 5-story pagoda ) is kyoogokoku-ji goju-no-to . from this perspective , kyoogokoku-ji can be called the official name of the modern religious corporation . however , the name to-ji is not simply a nickname because it is a historical name that has been in use since the temple was founded . the stone pillars in front of nandaimon gate still say " to-ji , head temple of the shingon sect " ; the lanterns hung on nandaimon , kitadaimon , and keigamon gates say to-ji on them ; the hall of treasures is called to-ji houmotsukan museum , and there are other examples of the temple itself using the name to-ji most of the time . from the heian period into the middle ages , official documents and records as a rule used " to-ji " to signify this temple , as that was the official name , and " kyoogokoku-ji " was not used except for special circumstances ; this fact is noted in the to-ji article in heibonsha 's world encyclopedia , for example . in the " open up , to-ji ! " special edition no . 547 of geijutsu shincho ( july 1995 ) , a question and answer section notes that " the name kyoogokoku-ji has hardly been used for 1200 years , it has always been called to-ji . " the name kyoogokoku-ji is not found at all in heian period records , and the first use of this name in official documents was in 1240 , according to tamotsu uejima 's history of to-ji : on the perception of kyoogokoku-ji ( to-ji national treasure exhibition special illustrated edition , asahi shimbun , 1995 ) . even in the most important historical documents related to the temple 's history , such as the national treasure " to-ji koryujojokotogaki " ( 1308 ) and " shoen shikichi senyujo " written by emperor gouda , and the licence by which hideyoshi toyotomi granted a fief of 2,030 koku in 1591 , clearly refer to the temple as to-ji . " to-ji " is used for the remainder of this article . at the end of the 8th century , there were to-ji ( east temple ) to the east and sai-ji ( west temple ) to the west of rajomon gate in front of heiankyo ; sai-ji declined in its ealy days , and in its place there now stands sai-ji ato no hi monument in karahashi sai-ji park near karahashi in kyoto 's minami ward ; there is a small temple in the area that has inherited only the name of sai-ji . the grounds of the park and an elementary school where the temple once stood have been designated as a national historic landmark . the construction of those two temples was planned . these two temples were official government temples meant to protect the castles of heiankyo 's sakyo and ukyo , and also to protect the eastern and western parts of the country . according to tohoki , a historical record of to-ji from the nanbokucho period , a person named isendo fujiwara became the commissioner of temple construction and built to-ji in 796 , shortly after the transition to heiankyo . because there are no public or genealogical records about isendo fujiwara there is a tendency to question his historical existence ; nevertheless to-ji has long considered 796 to be the year of its founding . 20-odd years later , in 823 , emperor saga gave to-ji to kobo daishi kukai , the founder of the shingon sect . since then to-ji has been both a guardian temple of the nation and the central training center of shingon esoteric buddhism . although to-ji undewent a brief decline in the latter half of the heian period , as belief in kobo daishi increased during the kamakura period it garnered believers from the imperial family and commoners alike as " daishi 's temple . " the one who especially revered kukai was the daughter of emperor goshirakawa , senyomonin ( 1181-1252 ) . following a revelation in her dream , senyomonin donated her vast manor to to-ji . senyomonin is also the one who started such rituals as shojinku ( serving food to kukai every morning as if he were alive today ) and mieku ( a memorial service for kukai held on the 21st of every month ) . the shojinku ritual of serving breakfast to kukai ( kobo daishi ) as if he were alive is , even today in the 21st century , carried out every morning at 6 o 'clock in to-ji 's saiin miedo , and is attended by pious men and women . there is also an antique market held on the to-ji temple grounds every month on the 21st , affectionately called " kobo market " or " kobo-san . " since the middle ages to-ji has flourished with the support of nobles and statesmen such as emperors gouda and godaigo , and takauji ashikaga . though most of the main buildings were lost in a fire in 1486 , the kondo , the 5-story pagoda and others were rebuilt with the support of the toyotomi and tokugawa families . even though no original buildings have survived the many fires since the temple was founded , the layout of the monastery from south to north-nandaimon gate , kondo , lecture hall , dining hall , in a straight line – and the scale of all of the buildings are just as they were in the heian period . kondo ( national treasure ) kondo is to-ji 's central building , the construction of which started before the other buildings , and is thought to have been completed before to-ji was granted to kukai in 823 . the original building was burned in the tsuchi ikki revolt of 1486 and was not rebuilt for nearly a century . the present building was rebuilt with contributions from hideyori toyotomi in 1603 , and katsumoto katagiri oversaw it as the administrator . with its irimoya style tile roof it appears to be 2 stories tall , but that is due to an extra layer of eaves . the construction is a blend of wayo ( japanese ) and daibutsuyo ( tenjikuyo ) styles ; the daibutsuyo style is especially notable in the many beams and joints that support the high ceiling . yakushi nyorai and two flanking attendants , nikko bosatsu and gakko bosatsu , are installed as the objects of worship in the wide open space inside . wooden statues of yakushi nyorai and flanking attendants ( important cultural property ) – installed in kondo the statue in the middle is 2.88m tall , reaching a grand 10m when the pedestal and halo are included ; there are images of shichibutsu yakushi on the halo . statues of the 12 heavenly generals ( junishinsho ) who accompany yakushi nyorai are placed beneath the skirt of the pedestal . made by busshi kosho ( statue maker ) , this is an excellent work from the momoyama period , a time when buddhist statue making was in decline in japan . it has some revivalist elements , such as the fact that yakushi nyorai does not hold the medicine bottle in his left hand , and sits in the goumaza style with the left foot on top , and that the pedestal is the old skirt-type . lecture hall ( important cultural property ) behind the kondo ( to the north ) not yet built in 823 when to-ji was given to kukai , work was started by him in 825 , and completed around 835 . the original hall was burned in the tsuchi ikki revolt of 1486 , and the current lecture hall was rebuilt in the muromachi period in 1491 . it is pure wayo style , with a single layer irimoya-zukuri roof . in contrast to the kondo , with its kenkyo type yakushi nyorai , the lecture hall has dainichi nyorai installed as its central , esoteric object of worship . that is to say that in the middle of the altar there is a set of 5 buddha statues ( gobutsu , gochi nyorai ) with dainichi nyorai at the center ; on the right ( east ) there is a set of 5 bodhisattva statues ( 5 great bodhisattvas ) with kongoharamita bosatsu at the center , and on the left ( west ) are 5 myoo statues ( 5 great myoo ) , with fudo myoo at their center . there are also statues of bonten and taishakuten on the east and west sides of the altar , respectively , and the shitenno are at its 4 corners . the aforementioned 21sculptures are arranged to make a karma mandala ( 3-dimensional mandala ) . these are the oldest authentic esoteric buddhist sculptures in japan ; the eye-opening ceremony for these statues was held in 839 , after kukai 's death ( shoku-nihonkoki ) , but the overall conception was kukai 's . of the 21 statues , the 5 buddhas ( important cultural property ) and 5 bodhisattvas were added from the muromachi to the edo period , while the other 15 are from the time the lecture hall was built ; the latter set of statues are good examples of esoteric buddhist sculpture of the early heian period that have been designated national treasures . the meaning represented by these 21 statues has been explained as a karma mandala based on the ninnogyo sutra , or as a fusion of the ninnogyo and the kongokaiho , but there is no agreement among the various interpretations of the true meaning intended by kukai . statues of 5 sitting buddhas ( important cultural property ) - kongokai dainichi nyorai is at the center , with hosho nyorai , amida nyorai , fukujoju nyorai , and ashuku nyorai around him . the statue of dainichi nyorai was made by statue maker kochin in 1497 . the statues of hosho nyorai , fukujoju nyorai and ashuku nyorai were all made in the edo period ; the amida nyorai statue has a body that was made in the edo period and a head that was reused from an older , heian period statue . sitting statues of the 5 great bodhisattvas ( national treasure ) - kongo haramita bosatsu is at the center , with kongoho bosatsu , kongoho bosatsu , kongogo bosatsu , and kondosatta around him . the central kongo haramita bosatsu was made in the edo period and is not part of the national treasure designation . the other 4 have had extensive repairs , but are the original statues . combining ichiboku-zukuri style with dry lacquer , the style and technique are reminiscent of the nara period . 5 great myoo statues ( national treasure ) - fudo myoo is at the center , with gosanze myoo , gundari myoo , daiitoku myoo , and kongoyasha myoo . along with the fudo myoo in to-ji 's miedo , it is one of the oldest examples of a myoo statue in japan . statues of sitting bonten and taishakuten in half lotus position ( national treasure ) - this bonten differs from nara period statues , such as the one in horyuji ; it is an esoteric buddhist statue with 4 faces and 4 arms , and sits on a lotus pedestal supported by 4 geese . the statue of taishakuten wears a helmet and rides a white elephant with his left foot down . both pedestals and taishakuten 's head are reconstructions . standing statues of shitenno ( national treasure ) - jikokuten displays an angry expression and violent movements ; the other 3 are calm . many parts of the tamonten statue have been replaced ; it differs in construction style from the other statues . dining hall behind the lecture hall , toward the north end of the grounds . it is thought that the original dining hall was completed sometime after kukai 's death , around the end of the 9th or early 10th century , but was destroyed in an earthquake in 1596 . reconstruction work finally began over 2 centuries later , in 1800 . this edo period reconstruction burned down in 1930 ; the present-day structure was rebuilt later and was completed in 1934 . the previous object of worship , a statue of a standing , 1000 armed kannon , was damaged in this fire ; its repair work began in 1965 and the statue is now installed in the temple 's homotsukan museum . a 21-faced kannon statue , made by tsuneo myochin , is installed as the object of worship in the present-day dining hall . 5-story pagoda ( national treasure ) more than just a symbol of to-ji , it has become a symbol of kyoto . at 54.8 meters tall , it is japan 's tallest wooden tower . construction was started by kukai in 826 , but the tower was not completed until the end of the 9th century , after his death . having burned 4 times due to causes ranging from lighting to suspicious circumstances , the present-day pagoda is the 5th construction built in 1644 with a donation from iemitsu tokugawa . the walls and pillars of the first story have a ryokai mandala and paintings of the 8 founders of shingon drawn on them ; the altar has statues of 4 kongokai buddhas and eight great bodhisattvas around the central pillar . since there is no statue of dainichi nyorai , who is central to shingon esoteric teachings , the central pillar has been interpreted to represent dainichi nyorai . the style of construction is remeniscent of the early edo period . mieido ( national treasure ) previously used as a dwelling by kukai , it is the residential-looking temple in the northwest corner of the temple precincts called " saiin " . consisting of front hall ( zendo ) , rear hall ( kodo ) , and middle gate ( chumon ) , it is all shingled with cypress bark . it was called " daishido " in 1958 when it was designated as a national treasure , but inside the temple they mainly say " mieido . " after the original building burned down in 1379 , the rear hall portion was rebuilt the following year . ten years later in 1390 , the front hall was added to the north side to house a statue of kobodaishi , and the middle gate was built on its west side . the rear hall ( south side ) houses a sitting statue of fudo myoo ( national treasure , 9th century ) that is thought to have been kukai 's personal statue . although it is kept strictly as a secret buddha and not shown to the public , it is one of the oldest examples of japanese fudo myoo statues . a sitting statue of kobodaishi ( national treasure ) is housed in the front hall to the north . this statue was made in 1233 by kosho , the 4th son of unkei , at the request of shingen of to-ji and is said to be very similar to the portrait painted by kukai 's disciple shinnyo . faith in this statue has spread widely among the common people ; every morning at 6 o 'clock many pligrims gather in front of it to serve breakfast to the daishi in the shojinku ceremony . dainichido major renovations ended in 2000 . it has wall paintings by taisuke hamada . it houses a statue of dainichi nyorai . statue of dainichi nyorai ( made in heian period ) bishamondo located on the south side of mieido . it was built to house the tobatsu bishamonten that was previously on the 2nd floor of rajomon gate . tobatsu bishamonten ( national treasure ) is now kept in the homotsukan museum . he is kyoto 's miyako shichifukujin ( bishamonten ) . kanjoin ( important cultural property ) located on the southwest edge of the grounds . a hall for holding ceremonies such as denpo kanjo ( the ceremony in which esoteric secrets are transmitted from master to disciple ) and goshichinichi mishiho ( a ceremony from the 8th to 14th of the new year , to pray for the peace and safety of the emperor ) , there are no statues of buddhas inside . treasure house ( important cultural property ) to the south of the pilgrim 's entrance , keigamon gate , it is surrounded by a horiwari . a storehouse in the azekura construction style of the late heian period , it is to-ji 's oldest building . chinju hachimangu on the left , just inside nandaimon gate . after burning down in 1868 , it was rebuilt over a century later in 1992 . it houses to-ji 's guardian deities , statues of sogyo hachimanshin and joshin . nandaimon ( important cultural property ) it was the west gate of sanjusangendo before it was relocated here in 1895 . it is about 100m east of the keihan kokudoguchi intersection , on kujo street . rengemon gate ( national treasure ) an eight-pillared gate , rebuilt most recently in the kamakura period . west of honbo , on mibu street . koshibo rebuilt in 1934 it consists of 6 rooms ( washi-no-ma , hinadori-no-ma , chokushi-no-ma , botan-no-ma , uri-no-ma , biwa-no-ma ) all of the wall paintings were done by insho domoto . the western gate of koshibo is a national treasure known as rengemon . taigendo on the right , outside of kitadaimon gate . it enshrines the shitenno and daigensui myoo , who safeguards a peaceful nation . daigensui myoo is said to have an angry look about him . bentendo on the right as you go out of kitadaimon gate it enshrines benzaiten , who is a god of music , arts , and wealth . to-ji homotsukan museum on the left as you go out of kitadaimon gate during the spring and autumn tourist seasons it displays temple treasures that are not normally open for viewing . kanchiin located on the right hand side of kushige koji road as one proceeds out from kitadaimon gate . it is a sub-temple , but it is its own head temple . various accounts have it founded by the scholarly monk goho in 1359 or 1358 . founded as sub-temple . goho wrote about the history of the temple from its founding to the muromachi period in his tohoki , which is now a national treasure . it was filled out and completed by his disciple genbo . kanchiin was considered as the center of scholarly learning not only for to-ji , but for the whole shingon sect and it produced many scholarly monks . the scripture storehouse , kongozo , once held extensive documents , books and holy scriptures , but those have now been moved to to-ji 's homotsukan museum . although it is not normally open to the public , it may open on special occasions in the spring and fall . reception hall ( national treasure ) – built in 1605 a typical example of momoyama period shoin-zukuri style , the building has been designated a national treasure . in the upper room there are sliding screen paintings attributed to musashi miyamoto , such as his " picture of an eagle " . the garden to the south of the reception hall is called " godai no niwa " . main hall – the godai kokuzo bosatsu statues that are the objects of worship were brought from tang china , and are said to have been worshiped at qinglong temple . hobodaiin its establishment is said to be in 1279 . it is a sub-temple on the north side of kanchiin , along kushige koji road . it is its own head temple . it was originally built across kushige koji road from kanchiin , but was moved to its current location when soko school was opened in 1881 . soko has now become rakunan high school and its affiliated middle school . across the road from kanchiin , there is an old tile-roofed gate that used to be the front entrance of hobodaiin . rakunan high school and its affiliated middle school are located on the left-hand side of kushige koji road as one proceeds out from kitadaimon gate . the temple precincts have been designated as a national historic landmark , called " kyoogokoku-ji keidai . " buildings kondo 5-story pagoda daishido rengemon gate kanchiin reception hall – built in 1606 paintings 7 shingon patriarchs , color on silk ( paintings ) - portraits of the 7 patriarchs of the shingon sect of the 7 , 5 were brought back from tang china by kukai ; although they are heavily damaged , they are extremely valuable because they are some of the few remaining examples of tang period painting . godaison zo , color on silk – a buddha image that was hung in the training hall during the goshichinomishiho festival ( an esoteric ritual to pray for the health of the emperor ) , which was held in the imperial court from the 8th to 14th of the new year . made in the late heian period . ryokai mandala , color on silk ( den shingonin mandara ) - the most famous of the ryokai mandalas that crossed over to japan . notable for vivid colors and the sensual bodies of the indian-esque buddhas . also called " saiin mandara " . made in the early heian period , in the 9th century . juniten zo , color on silk - 6-paneled folding screen , made in the kamakura period sculptures wooden statue of sitting godai bosatsu ( the 4 of kongosatta , kongoho , kongoho , and kongogo . the central statue , a later work , is not part of the national treasure designation ) - installed in lecture hall wooden statues of 5 great myoo ( fudo myoo , gozanze myoo , daiitoku myoo , gundari myoo , kongoyasha myoo ) - installed in lecture hall wooden statues of bonten and teishakuten - installed in lecture hall wooden statues of shitenno - installed in lecture hall wooden statue of sitting fudo myoo and canopy - installed in daishido ( mieido ) wooden statue of sitting kobo daishi - installed in daishido ( mieido ) wooden statue of tobatsu bishamonten - 189.4cm tall the statue was originally housed upstairs in heiankyo 's rajomon gate . when rajomon collapsed in 980 , an unidentified person dug it out of the rubble and carried it to to-ji . the lumber used is cherry wood from china . one account says that it was made in tang china and brought to japan . housed in homotsukan museum . wooden statue of sitting sogyo hachimanshin ( x1 ) , statues of sitting joshin ( x2 ) , with statue of sitting chisukune takenouchi - housed in chinju hachimangu shrine made in the early heian period . one of the oldest statues of japanese gods . craft works esoteric buddhist ritual implements - a complete set of altar equipment made during the tang dynasty . belonged to kukai kendakokushi kesa and ouhi - textiles from the tang dynasty belonged to kukai kaibumakie kesa box - lacquerware from the early heian period a box for holding the aforementioned kesa . shitannuri raden kondoso shariren - used in sharie ( a ceremony that honors the buddha 's bones ) , similar to a shinto shrine 's mikoshi " shitannuri raden kondoso " means that it is decorated with a wood-grain pattern made with red lacquer over black lacquer ( shitannuri ) , raden ( mother of pearl decorations ) , and kondo ( gold plating over copper ) . texts , books and ancient documents sekitoku ( fushinjo ) written by kobo daishi - " sekitoku " is a letter written in chinese characters 3 letters written by kukai himself were mounted on scrolls ; these are extremely important works in the history of japanese calligraphy the first letter ( to saicho ) is called " fushinjo " after the section at the beginning that says " fushinunsho " . kobo daishi shorai mokuroku - a record of the items that kukai brought back from tang china , written by saicho emperor gouda shinkan to-ji koryujojokotogaki onsoejo - " shinkan " means " written by the emperor " emperor gouda , who revered kobo daishi , wrote this the year after his ordination to express his wishes for the development of to-ji . tohoki - to-ji temple 's official record , made from the nanbokucho into the muromachi period . buildings lecture hall keigamon gate todaimon gate nandaimon gate kitadaimon gate kitasomon gate treasure house kanjoin , and its kitamon gate , higashimon gate miniature 5-story pagoda paintings image of 11-headed kannon , color on silk image of fukukenjaku kannon , color on silk ryokai mandala , color on silk , 4 pieces ( ko version , otsu version , einin version , genroku version ) ryokai mandala , color on silk ( mandala rug ) kobo daishi gyojoekotoba , color on paper – 12 scrolls shoshitsuji giki geiin-zu , ink on paper ( attributed to shuei ) womb realm mandala ( abbreviated ) , ink on paper esoteric icons – 10 items ( karazu x1 , ninnokyoho honzo-zo x5 , shoden-zo x1 , daigensui myoo-zo ( 6-headed 8-legged ) x1 , daigensui myoo-zo ( 6-headed 8-legged ) x1 , daigensui myoo-zo ( 4-headed 8-legged ) x1 , daigensui madara-zu ( 18-headed 26-legged ) x1 , daigensui mandara-zu ( 4-headed 8-legged ) x1 , shougyo mandara-zu x1 , rokudaikokuten-zo x1 ) sculptures wooden statue of yakushi nyorai and flanking attendants ( installed in kondo ) wooden statue of seated dainichi nyorai , with statues of seated kongokai shibutsu ( installed in lecture hall ) wooden 1000-armed kannon statue ( from old dining hall ) wooden statue of seated shoso monju wooden statue of standing jizo bosatsu wooden statues of standing kannon bosatsu , bonten , and taishakuten ( niken kannon ) wooden statue of godaikokuzo bosatsu ( attributed to eun ) ( located in kanchiin ) crafts miniature cymbals – 1 set gold-plated copperware : large bowls x2 , bowls x7 , plates x5 , bowl lids x8 gold-plated copper reliquary gold-plated copper vase – 5 pieces gold-plated copper katsuma – 4 pieces inscribed armrest lacquered leather box crystal rosary tools for hoe ceremonies – 39 items ( bugaku mizuhiki x6 , bane-no-ho x2 , sharie shozoku costume ( kinu robes , hakama trousers ) 2 sets , sharie shozoku kinu x2 , sharie shozoku okuchi x2 , sharie sangeki maedare ( shakurenge-monnishiki ) x1 , keiro x1 , furizutsumi x1 , kakko ( with stand ) x1 , kodo drums ( with 2 skins each ) x2 , shoko x1 , wooden shoes x5 pairs , juniten jimotsu x13 ) painted wooden altar texts , books and ancient documents image of kobodaishi , color on silk – with inscription ( attributed to goudain ) ( dangi honzon ) shittanzo , no . 3 , 8 sohan-issaikyo – 6,087 pieces ( 7 printed in japan , 18 restored ) sohan daihannyakyo – 642 pieces ( 9 restored ) daihannyakyo – 597 scrolls daihannyakyo ( shinsenen kishinkyo ) – 587 books daibuccho darani bussetsu kanjokyo – 12 books honcho myosho ryakuden ge to-ji kanchiin shogyorui – 15,402 items kobo daishi 's will ( on silk ) godaigo tenno tokuyo goganmon shari bujobun – by gokogonin shari bujokaimon – by godaigoin letter of transfer of manor lands – by goudain , 2 scrolls to-ji monjo ( rikugei-no-bu ) – 91 scrolls archeological artifacts 3 old tiles from heiankyo the following are items that have left the temple 's possession for various reasons after the 2nd world war . in " a general record of designated cultural properties : arts and crafts " ( 1958 and 1968 editions ) , from the cultural properties protection committee , these items were listed as belonging to " kyoogokoku-ji " , " kanchiin " , and " hobodaiin " . national treasures image of twelve devas , color on silk – 12 paintings ( kept at kyoto national museum ) , splendidly colorful buddhist paintings from the late heian period landscape on folding screen , color on silk ( kyoto national museum collection ) - a screen that was placed in the training hall for esoteric ceremonies late heian period gohikeman ( nara national museum collection ) goudain shinki ( national museum of japanese history collection ) sanpo ekotoba ( tokyo national museum collection ) nyutoguho junreikoki ( in a private collection in gifu prefecture ) ruijimyogisho ( tenri university collection , stored at tenri central library ) important cultural properties ( kyoto national museum collection ) wooden masks of the 12 devas - 7 masks ( nara national museum collection ) shichidaiji diary ( national museum of japanese history collection ) letters from godaigoin ( moa museum of art collection ) gumonji mandala , color on silk ; dojikyo mandala , color on silk ; shoson zuzo ; den hoshoshu joso zu ; kuyosei zuzo ; ninnokyoho zuzo ; taigen myoo zuzo ; mandala collection , ink paintings ; hoshi manadala zu fragments ; cupronickel vase ; saie magemonoke ; black lacquer raden raiban ; zatsugi saie karabitsu ( tenri university tenri library collection ) kobunshosho scroll no . 11 , sezoku genbun vol . 1 , ruijisandaikyaku no . 3 , sakubun daitai , kobun kokyo , mougyu ( copy from kouei year 4 ) , mougyu ( prefaces from kenei year 1 and kenpo year 6 ) , monzen no . 26 ( in a private collection in gifu prefecture ) image of enmaten , color on silk ; image of aizen myoo , color on silk ; horokaku mandala , color on silk ; unryu zu , by oukyo maruyama ; copper statue of standing bodhisattva ( private collection ) butsugen mandala , color on silk ; fugen enmyo zo , color on silk wooden statues of standing shitenno ( installed in former dining hall ) - when the dining hall burned down during the last kobo market on december 21 , 1930 , the 1000-armed kannon statue and the statues of shitenno ( all former national treasures ) that were housed there were damaged . the 1000-armed kannon retained its status as a former national treasure , but the shitenno lost theirs because the fire damage was severe . although these shitenno statues were charred black , they retained their shape . in 1993 work began to harden the surface of the statues by injecting synthetic resin , and they are now installed in the rebuilt dining hall . at over 3m tall , they are the largest shitenno statues in japan . on the 21st of every month a " kobo market " is opened in honor of kobo daishi , and it has the atmosphere of a temple festival . this market is affectionately referred to as " kobo-san " . an especially large number of people come for the " last kobo " on december 21st . " to-ji " engi to-ji national treasures exhibit ( special illustrated edition ) edited by kyoto national museum , to-ji temple , and asahi shimbun , 1995 pilgrimage to kyoto 's ancient temples 1 : to-ji by ryotaro shiba and ryuki washio , yasushi inoue and zenryu tsukamoto , editors . tankosha , 1976 . shukan asahi hyakka : japan 's national treasures no. 65-67 . asahi shimbun , 1998 encyclopedia of japanese historic places : place names of kyoto heibonsha kadokawa encyclopedia of japanese place names : kyoto kadokawa shoten encyclopedia of japanese history yoshikawa kobunkan geijutsu shincho vol . 46 no. 7 " open up , to-ji ! " special edition , 1995 the daishi 's temple : to-ji kyoogokoku-ji +ninna-ji temple is the main temple of the omuro sect of shingon buddhism , located in omuro , ukyo ward , kyoto city , kyoto prefecture . it is also called mt . ouchi . the official name is kyu-omurogosho-ato-ninna-ji temple . it is sacred to amitabha tathagata , and was founded by emperor uda . as a temple with deep connections to the imperial household , it got the nickname " omurogosho " ( omuro imperial palace ) from the fact that the monk-emperor uda lived there after entering the priesthood . known for its cherry trees , omuro is lively with the many pilgrims who come to see the cherries in the spring and colored leaves in the fall . the story of " the priest of ninna-ji temple " , which appears in the essay " tsurezuregusa " , is also well known . as a part of the " cultural assets of ancient city kyoto " , it is a registered world heritage site . it is a historical site still visited by many domestic and foreign pilgrims and tourists , and there is a tea room to demonstrate the tea ceremony ( fees required ) in the old omuro imperial palace . construction began in 886 at the behest of emperor koko , although he died the next year without seeing it completed . it was finished in 888 by emperor uda who took over the undertaking and named nishiyama gogan-ji temple , but before long came to be called ninna-ji temple after the name of the era . after emperor uda entered the priesthood , he built priests ' living quarters called " omuro " for himself in the southwest of the ninna-ji garan ( monastery ) and lived there ; at the time it was nicknamed " omuro ( ninna-ji ) gosho ( imperial palace ) " . on the site of the " omuro " there is now a group of buildings in the style of a palace , called ninna-ji palace . the ruins of gosho ( imperial palace ) are designated a national historic landmark . ninna-ji temple therefore enjoyed the protection of the imperial family and nobles ; until the meiji period princes and members of the imperial family served as monzeki ( chief priests ) , controlling all sects of buddhism as the head of monzeki temples . it declined in the muromachi period , and the garan ( monastery ) burned in the onin war ( 1467-1477 ) . more recently , in the kan 'ei years ( 1624-1644 ) , it was outfitted with the garan ( monastery ) by the edo shogunate . also in the kan 'ei years , the shishinden , the seiryoden , the tsunegoten and other buildings were moved to the temple grounds from the old imperial palace when it was rebuilt ( the current main hall , kondo is the old shishinden ) . kondo ( main hall , national treasure ) _ the seiden and the shishinden from the old imperial palace built in 1613 , were moved and remodeled in the kan 'ei years ( 1624-1644 ) , and are valuable examples of the shinden-zukuri style of the time . the feel of the palace architecture is well preserved , even though there were some changes made when they were converted from a palace to use as a buddhist temple , changing the roofs from cypress bark to tiles , for example . mieido ( important cultural property ) – built out of materials from the seiryoden of the former imperial palace . enshrines the sect 's founder , kukai . ninna-ji palace - it is the honbo , located on the western side of the path from the nio-mon gate to the chu-mon gate , and stands where the monk-emperor uda had his residence . the shinden was rebuilt from the tsunegoten , the imperial palace in early stages of modern times , but burned in 1887 . although the current structure was rebuilt in the late meiji to early taisho period to the design of suekichi kameoka , the building and its garden have a palace-like atmosphere from long ago . ryokakutei ( important cultural property ) - rebuilt from the mansion of the edo-period painter korin ogata , it has an unusual , small doorway in the wing wall , below a double roof . hitotei ( important cultural property ) – a thatched hut-style tea room built to the liking of emperor kokaku at the end of the edo period , it has a vip entrance with a high door jamb so that people can enter without stooping . there are many others , including the goju-no-to ( five-story pagoda ) , the kyozo ( scripture storehouse ) , kyusho myojin shrine , the goeido chu-mon gate , the kannondo , the shoro ( bell tower ) , the nio-mon gate , the chu-mon gate , and the hombo omote-mon gate ( all important cultural properties ) , many of which were contributed by iemitsu tokugawa in the kan 'ei years . kondo ( main hall ) wooden amida sanson statue -originally installed in the kondo ( main hall ) , it has been moved to the reihokan ( sacred treasure hall ) of the temple . it is said to have been the principal object of worship when the temple was built in 888 . wooden seated statue of yakushi nyorai - principal object of worship of the reimeiden on the north side of the main hall ( where the mortuary tablets of the temple 's chief priests are enshrined ) the outline was clarified for the first time in 1986 by the investigation of kyoto national museum , and it was designated as a national treasure in 1990 . it was made by buddhist sulptors ensei and choen in 1103 , at the request of emperor shirakawa 's son , kakugyo hosshinno . the small , elaborate , sandalwood statue is 11cm tall , 24cm when the halo and pedestal are included ; the halo has images of shichibutsu yakushi and nikko / gekko bosatsu ; the pedestal has 3 of the twelve heavenly generals on each of the four sides . kujaku myoo ( painting ) - a buddhist picture from northern song period china . hosoge makie houjubako - a lacquer ware piece from the early heian period . valuable as an example of early makie . sanjutcho sasshi and hosoge karyobinga makie soku sasshibako - sanjutcho sasshi are 30 small sasshi scriptures that kukai brought back from tang china ( size of each is 10x10cm ) , including some that he transcribed by himself . these have long been regarded as priceless treasures of shingon buddhism . the associated boxes were gifts from the imperial court , and are valuable examples of the heian period lacquer ware . omuro sojoki - a record of the successive chief priests of ninna-ji temple . kamakura period . emperor takakura shinkan shosoku - " shinkan " means " written by the emperor " , and " shosoku " means a letter . written when he was 18 years old , it is the only remaining writing of emperor takakura , who died at an early age . emperor go-saga shinkan shosoku - the only writing confirmed that it was from emperor go-saga . koteinaikei meido ( 2 volumes ) / koteinaikai taiso ( 24 volumes ) - commentaries on the chinese medical text " koteinaikai " . " meido " is a copy from the kamakura to the northern and southern courts period ; " taiso " is from the heian period . ishinpo - a copy from the late heian period of japan 's oldest medical text , " ishinpo " . shinshu honzo - a kamakura period copy of the tang era book about medicinal herbs , " shinshu honzo " . buildings ninna-ji temple 's 14 buildings : the gojyu-no-to ( 5-story pagoda ) , the kannondo , the chu-mon gate , the nio-mon gate , the shoro ( bell tower ) , the kyozo ( scripture storehouse ) , the goeido , the goeido chu-mon gate , 3 buildings of kusho myojin shrine , the ryokakutei , the hitotei paintings color on silk portrait of shotoku taishi color on silk picture of hachimanshin as a monk monochrome and color on paper image of mikkyozu – 17 items sumi ink on paper image of koso – 1 scroll sumi ink on paper image of shitennozu – 1 scroll sumi ink on paper miroku bosatsu 's pictures collection - 1 album sumi ink on paper image of yakushi junishinsho – 1 scroll sumi ink on paper besson zakki ( with icons ) – 57 scrolls sculptures wooden seated statue of aizen myoo in miniature shrine wooden standing statue of kisshoten wooden seated statue of shitta taishi * wooden standing statue of zojoten / tamonten wooden seated statue of monju bosatsu * originally designated " wooden seated statue of shotoku taishi " changed to current name in 1991 . craft works sumiyoshi makie table iroe yoraku monhanaike by ninsei copper relic box , gokorei , sankorei , kuzuryurei , gokosho hitsuki makie inkstone box hoju katsuma monkin ohi handwritten books sumi ink on silk sonsho darani sutra in sanskrit ( written by fukusanzo ) konshi kondei yakushikyo by emperor kokaku , to sainin shinno kujakukyo , vol . 2-3 jujikyo narabini jurikikyo / ekorinkyo hokke gengi vol . 2 , 8 nyoirin giki hannyakyo rishubon rishushaku by jun 'yu ninnaji kuronuri tebako shogyo : 65 volumes ; 3 books ; 138 pictures ; 32 letters ; 16 鋪 ; 28 leaves tanshishi kondei hannya shingyo by emperor sakuramachi secret mandala jujushinron ( vol . 6 reproduction ) 10 pictures saijarin 2 pictures in one book manyoshu commentary 9 books mujokoshiki by emperor go-toba letter from emperor go-uda ( may 11 , on receiving a buddhist name ) letter from emperor go-uda ( september 20 , tokuji 2 ) letter from emperor go-daigo ( musings on various subjects ) letter from emperor go-daigo ( musings on a lonely night ) kujaku myoo dokyodangu 'nado sosho kishomon hinamiki zanketsu , jokyu years 3-4 letters ( koyaomuro letters : 1 ; kezoin miyanohoin letters : 1 ; draft replies : 2 ) joganji konpon mokuroku ( march 9 , jogan 14 ) hoshoin ryodenchi kugen funshitsujo ( july 8 , anna 2 ) ( archaeological resources and historical documents ) various artifacts from the ninna-ji temple grounds map of japan in 1827 ( bunsei 10 ) fukaishin 'in omuro / sainin hosshinno , the 29th chief priest of ninna-ji temple , ordered the custodian , totomi-no-kami hisatomi , to build it for the people who could not do the 88 places pilgrimage on shikoku , making him go on the pilgrimage and bring back the sand from each of the 88 temples on shikoku . it began when he made a mock-up of the shikoku 88 temple pligrimage on mt . joju in the ninna-ji temple grounds , with 88 temples in which he put the sand that he brought back . it is a pilgrimage that re-creates in miniature on mt . joju the 88 temples of shikoku . the miniature temples are spaced out along about 3-km mountain path . each of the 88 temples actually enshrines the same principal image as one of the 88 temples of shikoku , along with kobo-daishi . it is also called mt . joju 88 places . ninna-ji temple used to sponsor an " omuro ninna-ji temple mt . joju 88 places stamp hike " 6 times per year . ninna-ji temple 's cherry trees have been named " omuro-zakura " . there are around 200 of them , and they have double blossoms . they say that the trees are so short because the bedrock there is hard , and they cannot put down deep roots . because it can be said that " hana ga hikui " ( a pun means both " the flowers are low to the ground " , and " small nose " ) the trees have been nicknamed " otafuku ( very small nose woman ) -cherries " . they typically bloom late , after the 20th of april , wrapping up the end of the season in kyoto - a town with many famous cherry trees . films set in ninna-ji temple detective conan : crossroads in the maze kyoto city bus , kyoto bus , jr west bus : get off at omuro ninna-ji temple bus stop 5 minutes ' walk from keifuku electric railroad 's omuro ninna-ji station admission to the grounds is usually free ; there is a charge only for visiting the goten ( palace ) and the horeikan ( sacred treasure hall ) . however , a cherry blossom festival is held when the omuro cherries are in bloom ( april ) , and admission fees are needed for entering the grounds as well as viewing the buildings during that period . " touring kyoto 's old temples 11 : ninna-ji temple " by kenkichi yamamoto and taien mori , edited by yasushi inoue and zenryu tsukamoto . tankosha , 1977 " illustrated guide to showa kyoto 's famous places : rakusai " toshinori takemura . shinshindo , 1983 " weekly asahi hyakka : japan 's national treasures " no. 14 ( ninna-ji temple ) , asahi shimbunsha , 1997 " place names in japanese history : place names of the city of kyoto " heibonsha " kadokawa dictionary of japanese place names : kyoto " kadokawa shoten " encyclopedia of national history " yoshikawa kobunkan +jisho-ji temple ( a sub-temple of shokoku-ji temple ) is located in sakyo ward , kyoto city , kyoto prefecture and is associated with the typically higashiyama bunka rinzai sect shokoku-ji school . its formal name is higashiyama jisho-ji temple . it is generally known as ginkaku-ji temple . the honorific mountain prefix is ' tozan . ' the kaiki ( patron of a temple in its founding ) was the 8th shogun of the muromachi shogunate yoshimasa ashikaga and the kaisan ( the founder of a temple ) was muso soseki . ( muso soseki in fact lived a century before the temple 's construction and kaisan in name only ) . the multistoried kannonden hall constructed by yoshimasa ashikaga is popularly known as ' ginkaku ' ( silver pavilion ) and the entire temple complex , of which the kannonden hall is part , is commonly known as ' ginkaku-ji temple . ' this common name is the one used is modern guidebooks of famous sites . the rokuon-ji temple shariden hall ( reliquary hall ) , commonly known as kinkaku ( golden pavilion ) , is covered in gold leaf but the jisho-ji kannonden hall , commonly known as ginkaku ( silver pavilion ) , is not covered in silver and is thought to have been entirely coated in lacquer . a planned two-year restoration program began in february 2008 and it is currently not possible to see ginkaku itself . ( as of may 2008 , it is possible to see the frame and a sample of the roof . ) the 8th shogun of the muromachi shogunate yoshimasa ashikaga ( 1436-1490 ) resigned his position in favor of his heir yoshihisa ashikaga in 1473 , and in 1482 he began construction of his villa named higashiyama sanso ( higashiyama-dono ) on the foothills of mt . tsukimachi-yama in higashiyama ( kyoto prefecture ) . this site was where the jodo-ji temple destroyed by fire during the onin war once stood and still bears the name jodo-ji , sakyo ward . following the end of the onin war , the economy of kyoto was in ruins but yoshimasa imposed a tansen ( surtax ) and enslaved the population in order to proceed with the construction of his higashiyama-dono villa while he indulged in such refined pursuits as calligraphy and the tea ceremony . the construction work continued for eight years until just before yoshimasa 's death but he did not wait for the villa 's completion and moved onto the site in 1483 one year after construction began . the higashiyama-dono villa included large-scale buildings such as meeting houses or noble family residences and , although it was not as large as yoshimitsu ashikaga 's kitayama-dono villa ( that later became rokuon-ji temple ) , it also had a certain political function . however , the only buildings from this era that remain are ginkaku and togu-do . in february 1490 , higashiyama-dono villa was transformed into a temple as a memorial to the death of yoshimasa in the same year , became a branch temple of the shokoku-ji temple and was called jisho-ji temple . during the latter stage of the sengoku period , the site became the villa of the former chief advisor to the emperor , sakihisa konoe , but this was due to the fact that many of the successive chief priests of jisho-ji temple were of the konoe family . following sakihisa 's death , the site was restored as a branch temple of the shokoku-ji temple . on march 29 , 1952 , the gardens were designated both a special historic site and a special place of scenic beauty . on december 17 , 1994 , the site was designated a unesco world heritage site as one of the " historic monuments of ancient kyoto . " ginkaku-ji fencing the entrance pathway between the main gate and inner garden is lined with a distinctive fencing that has come to be known as ginkaku-ji fencing ( ginkaku-ji gaki ) . gardens ( special historic site / special place of scenic beauty ) the chisen kaiyu style garden is centered around the kinkyo-chi pond . created to imitate the garden ( designed by muso soseki ) of saiho-ji temple , also known as " koke-dera temple , " it was subjected to renovations during the edo period that are said to have robbed it of any resemblance to how it originally looked . the two piles of sand known as " ginshadan " and " kogetsudai " also took on their current shapes during the latter part of the edo period . the dry landscape garden on the eastern hillside was excavated in 1931 so retains the original look of the muromachi period . togu-do ( national treasure ) established in 1486 as yoshimasa 's private buddhist hall . the name togu-do was selected by rinzai zen priest osen keisan . it was built facing the pond and is approximately 6.4 meters square . the front left house is an altar room of approximately 3.6m and the inside right is yoshimasa 's study ( known as dojinsai ) . the built-in table and staggered shelves in the northern part of the study are what remains of the oldest ornamental objects of the era and are extremely valuable to japan as the source of the shoinzukuri architectural style and the thatched tearoom . it is assumed that this structure originally in a more southerly position close to ginkaku . ginkaku ( national treasure ) ginkaku is the popular name for the kannonden hall of yoshimasa ashikaga 's higashiyama-dono villa and was given this nickname as a comparison to the rokuon-ji temple constructed by his grandfather , the third shogun of the ashikaga shogunate yoshimitsu ashikaga . it is known that construction began in 1489 and is thought have been completed soon in the same year . it is multistoried , hogyo-zukuri ( the square-styled ) pavilion with a shingled roof and is rectangular in shape with dimensions of 8.2 m x 7.0 m . the ground floor ( known as ' shinkuden ' ) is in a domestic style and the upper level ( known as ' choonkaku ' ) is a roughly 5.5m ( with three bays at the front and back ) zen style ( chinese architectural style ) buddha hall . the building incorporates design elements from the shoinzukuri style of japanese housing and is representative of higashiyama culture . as the name suggests , rokuon-ji temple 's kinkaku ( gold pavilion ) is covered in gold leaf but there are no traces that ginkaku ( silver pavilion ) was ever covered in silver leaf ( on january 5 , 2007 it was announced that a scientific investigation detected absolutely no traces of silver foil ) . considering that the gardens of jisho-ji temple contain many famous stones and trees with absolutely no expense spared in their design , and also that the higashiyama culture of the period was based on the simplicity of the tea ceremony and zen , it is highly likely that never were any plans to cover the structure in silver leaf . it has been said that there were originally plans to use silver leaf as the name suggests and that these were prevented by the financial circumstances of the shogunate or the death of yoshimasa , but these are little more than rumors . it is also said that yosimasa 's wife tomiko hino did not make any financial contribution . ginkaku is one of " kyoto 's three great pavilions " along with kinkaku and hiunkaku ( in the grounds of west-hongan-ji temple ) . location : ginkakuji-cho , sakyo ward , kyoto city transportation : take the kyoto city bus to ginkaku-ji mae and walk for 6 minutes or take the kyoto bus or keihan bus to ginkaku-ji michi and walk for 10 minutes . +rokuon-ji temple is a rinzai sect shokoku-ji school temple located in kita ward , kyoto city . the name of the temple is derived from the posthumous buddhist name of yoshimitsu ashikaga . it is commonly known as kinkaku-ji temple ( gold pavilion temple ) and the honorific mountain prefix is hokuzan . in 1994 , it was designated a unesco world heritage site as one of the " historic monuments of ancient kyoto . " the entire temple , of which the shariden hall ( reliquary hall ) known as ' kinkaku ' is central , is commonly known as ' kinkakuji temple . ' in 1224 , during the kamakura period , fujiwara no kintsune ( kintsune saionji ) established the saion-ji temple and his mountain villa named " kitayama-tei " on the site . it was handed down to successive members of the saionji family of kintsune 's descendants . members of this family were appointed to the position kanto-moshitsugi with the duty of managing communications and relations between the kamakura shogunate and the imperial court . however , just after the downfall of the shogunate , the then head of the family kimmune saionji was executed and the saionji family 's extensive territory and assets confiscated after he was accused of plotting to invite emperor godaigo to saion-ji temple to assassinate him . for this reason , saion-ji temple gradually fell into disrepair and became dilapidated . in 1397 , yoshimitsu ashikaga came into possession of saion-ji temple after exchanging it for his territory in kawachi province and completely restored it by repairing existing structures and building new ones . at this time , yoshimitsu 's kitayama mountain villa was known as " kitayama-dono " or " kitayama-tei . " the mansion served as a political center and was of a scale to rival that of an imperial palace . in 1394 , yoshimitsu gave up his title of seii taishogun ( literally , " great general who subdues the barbarians " ) in favor of his son yoshimochi ashikaga but did not release his grip on power and continued to maintain authority from kitayama-dono . following the death of yoshimitsu , yoshimochi intended to disassemble kiyatama-dono villa and leave only the shariden hall intact but , as requested in yoshimitsu 's will , the site was converted into a zen temple and named ' rokuon-ji temple ' after yoshimitsu 's posthumous buddhist name ' rokuon 'in . ' muso soseki was posthumously declared as the kaisan ( temple founder ) in name only . during the onin war , the site served as a camp for the western army and many of its structures were destroyed by fire . the kinkaku structure , from which the temple gets its nickname ' kinkaku-ji temple , ' is a three-storey building covered in gold leaf and is formally referred to as the ' shariden hall ' ( requilary hall ) that houses buddha 's ashes ( originally , only the top two stories were covered with gold leaf . however , there is also a theory that only the top storey was covered in gold ) . the lower , middle and top floors of the characteristic building each feature a different style . the ground floor , known as " hossui-in , " is rendered in the shinden-zukuri-style and in the center is a hokan-shaka-nyorai-zo statue facing a portrait of yoshimitsu ashikaga depicted as a buddhist priest ( some sources claim the statue to be amida nyorai ) . the middle floor , named " choon-do , " is in the domestic style of warrior aristocrats ( buke zukuri ) and contains a statue of iwaya-kannon and shitenno . the top floor , called " kukkyo-cho , " is built in the zen temple style and houses buddha 's ashes . the roof is made from kokera-buki ( thin wooden shingles ) and is topped by a chinese phoenix . the kinkaku of rokuon-ji temple had formerly been designated a national treasure since before the world war ii but in 1950 the pavilion was burned down ( the kinkaku-ji temple arson incident ) in an act of arson committed by a monk named shoken hayashi ( aged 21 at the time ) . following the incident , he attempted to commit suicide on the hill behind the temple . his mother was called to kyoto to talk with the police and on her way home , she committed suicide by jumping from hozukyo gorge . the building was completely destroyed along with the national treasure portrait of yoshimitsu ashikaga . the chinese phoenix that adorned the roof had been removed prior to the blaze and has been preserved . these events are at the center of yukio mishima 's novel " the temple of the golden pavilion " and tsutomu mizukami 's novels " goban-cho yugiriro " and " kinkaku enjo " ( the burning of the kinkaku-ji temple ) . the present kinkaku structure dates from 1955 when it was rebuilt based on the original . it is said that the ceiling of the top floor was originally made from a single piece of camphor wood , but this is not true and it was in fact a panelled ceiling using several wood panels . the 8th shogun yoshimasa ashikaga emulated the design of the shariden hall built by his grandfather yoshimitsu in the construction of the kannonden hall at his higashiyama sanso villa ( what came to be known as jisho-ji temple ) . kinkaku is one of " kyoto 's three great pavilions " along with ginkaku ( jisho-ji temple kannonden hall ) and hiunkaku ( west-hongan-ji temple ) . kinkaku please see the above article regarding kinkaku ( shariden hall ) . hojo ( abbot 's quarters ) this building dates from the middle of the edo period . rikushu no matsu ( pine tree ) this pine tree to the north of the hojo is said to have been planted by yoshimitsu ashikaga himself . one of kyoto 's three greatest pine trees . daishoin this building dates from the middle of the edo period . it was known for the images painted on its partitions ( fusuma ) by jakuchu ito , but these have since been transferred to the jotenkaku museum for preservation ( please see the below article on cultural properties ) and it now features images by toichi kato which include ' a light-ink cherry blossom , ' ' osugi , ' ' the sun , ' ' the moon , ' ' cormorants , ' ' garyobai plum trees , ' ' plovers ' and ' young bamboo . ' gingasen ( milky way spring ) yoshimitsu ashikaga is said to have used the water from this spring to make his tea . gankasui ( water beneath the rocks ) yoshimitsu ashikaga is said to have used the water from this spring to wash his hands . sekkatei teahouse it is said that sowa kanamori was particularly fond of this teahouse . the main building with a hipped thatched roof consists of a three-mat room , a preparation area and an earthen-floored . this larger room is connected to a smaller two-mat room called ' hoseiro ' with a shingled gable roof and a raised floor . this was destroyed by fire early in the meiji era and the present structure dates from 1874 when it was rebuilt . in 1997 , the building underwent disassembly and repair . amazingly for a tea preparation area , heavenly bamboo has been used in the construction of the alcove posts of the three-mat room and this is well known . garden the chisen kaiyu style garden is centered around the kyokochi pond ( mirror pond ) that reflects kinkakuji on its surface and has been designated both a special historic site and a special place of scenic beauty . kyokochi pond contains islands that include ashihara-jima island , tsuru-jima island and kame-jima island , as well as numerous famous strangely-shaped rocks such as hatakeyama-ishi rock , akamatsu-ishi rock and hosokawa-ishi rock . important cultural properties color on silk portrait of yoshimitsu ashikaga ( july 1408 , written an inscription on a painting by yoshimochi ashikaga ) and color on silk portrait of yoshimitu ashikaga ( including three of his waka poems ) color on silk image of bodhidharma . daishoin partitions paintings by jakuchu ito dated 1759 ink on paper images of grapes ( grape room ) ( room 1 ) - 15 sheets ink on paper images of pine trees and cranes ( pine and crane room ) ( room 2 ) - 8 sheets ink on paper images of japanese bananas ( japanese banana room ) ( room 3 ) - 12 sheets ink on paper images of hens and hardy begonia ( room 4 ) - 11 sheets ink on paper images of bamboo ( narrow room ) - 4 sheets wooden image of fudo-myoo ( enshrined in the fudodo hall ) ( the former principal image of saion-ji gomado ) text of a dialogue between shigen sogen and koho kennichi dying instructions from junei-in temple and jisho-in temple most of the designated cultural properties , including the partition paintings by jakuchu ito , are in the possession of the main shokoku-ji temple and kept in the jotenkaku museum . rokuon-ji temple has been designated a unesco world heritage site as one of the " historic monuments of ancient kyoto " and the garden has been designated both a special historic site and a special place of scenic beauty . location : kinkakuji-cho , kita ward , kyoto city transport : take the kyoto city bus and alight at either kinkaku-ji mae or kinkaku-ji michi . +a shinto shrine ( or jinja ) is a religious institution based on the shinto religion . before the war , ' state shinto ' was referred to simply as ' jinja . ' they are different from places of worship or institutions through which to disseminate teachings such as churches or mosques . nowadays many institutions are constructed for the purpose of prayer or conducting wedding ceremonies , but jinja were originally built to enshrine the shinto kami that resides on a particular site . depending the location , the main hall ( shaden ) may be constructed in places such as the sea , the top of a mountain or on the roof of a building . the primitive shrines and altars such as the himorogi constructed for rituals carried out at rocks in which a kami was thought to dwell or kinsokuchi ( tabooed land ) on which a kami was thought to reside ( commonly referred to as shintaizan ) were non permanent . these are believed to have resembled the utaki sacred places of okinawa . shrines remaining from ancient times do not have a main hall ( honden ) but consist of only a worship hall ( haiden ) dedicated to the sacred rock , kinsokuchi such as mountain or island on which it stands ( for example omiwa-jinja shrine , isonokami-jingu shrine , munakata taisha shrine ) . the incorporation of main halls into shinto shrines was due to the influence of buddhist temples . it is now said that a kami can only become permanently present at a shrine after the construction of a main hall . shrines are generally surrounded by a forest known as chinju-no-mori ( forest of the village shrine ) ( not always present in urban areas ) . a tree referred to as goshinboku ( sacred tree ) is surrounded by a sacred rope called a shimenawa . the entrance to a shrine is marked with a torii to denote the border between the secular world and the sacred world , and from which a path leads to the main hall . at the side of the path is a purification trough ( temizuya ) where visitors cleanse themselves and the office that administrates the shrine ( shamusho ) . larger shrines may have a sacred lake or bridge . in most cases a shrine will be comprised of a main hall and a worship hall . ordinarily , people visiting the shrine will only be able to see the worship hall . the main hall , which enshrines the object in which the kami resides , is hidden behind the worship hall . some shrines have a hall of offerings ( heiden ) between the main hall and worship hall where worshippers can make offerings . the grounds of a shrine contain both sessha ( auxiliary shrines ) , dedicated to deities closely related to that of the main shrine or a kami that was originally enshrined on the site , and massha ( subordinate shrines ) , dedicated to deities other than above mentioned , which are collectively known as ' setsumatsusha ' . setsumatsusha may also lie outside of the grounds of the shrine , in which case they are referred to as ' keigaisha . ' the syncretization of shinto and buddhism that began during the nara period led to jingu-ji ( betto-ji , gu-ji [ miya-dera ] ) temples being constructed within shinto shrines . this practice continued until early in the meiji period when the meiji government 's ordinance distinguishing shinto and buddhism resulted in the separation of shinto shrines and buddhist temples , the removal of five-story pagodas and buddhist temples from within shrines and the differentiation between buddhist and shinto priests . ownership of nikko city 's tosho-gu shrine honjido hall ( rinno-ji temple yakushido hall ) , famous for its nakiryu ( roaring dragon ) ceiling painting and flutter echo is said to be disputed by tosho-gu shrine and rinno-ji temple . worship hall ( haiden ) kagura hall ( kaguraden ) stage ( maidono ) refer to shinto architecture gate torii purification trough ( temizuya ) shrine administration office ( shamusho ) setsumatsusha fences surrounding the shrine ( tamagaki ) lanterns ( toro ) guardian lion-dog statues ( komainu ) messenger of the gods ( kenzoku ) these are generally japanese style wooden buildings but reinforced concrete structures are becoming increasingly common . as stated above , shrines may exist within other buildings so their structure may not necessarily of a japanese style . however , the main hall enshrining the object in which the kami resides will be of a traditional japanese style . during the night , there will be areas of a shrine that cannot be seen by security personnel and there have been incidents of arson . for this reason , some shrines have entered into contracts with security firms to provide automated security systems . there are many shrines enshrining gods of fire and theft prevention where security firm stickers can be seen . shinto is now recognized as a religious organization according to comprehensive legislation but it was originally not a religion but rather a set of beliefs regarding the protection of and gratitude for nature and the environment and reverence for life . therefore shinto priests are different from those of other religions and serve in a role more akin to that of servants to the gods as opposed to religious leaders . the person in charge of shrine rituals is the shinto priesthood ( priest , chief priest , senior priest , acting senior priest etc . ) but , unlike a christian or buddhist priest , does generally not propagate . traditionally , most small shrines built to honor an ujigami did not have their own priest but were managed alternately and a priest would be called in to perform rituals . in the case that a shrine also contained a buddhist temple , management and ceremonies would be carried out by the buddhist priest . it is now generally the case that anyone wishing to become a shinto priest must graduate from university with a major in shinto . after graduation , candidates must undergo training ( internship scheme ) at shrines around the country and so it is vital that they have graduated even if in possession of the proper qualifications . shinto mainly involves the worship of kami but also includes ethnic gods separate from japan 's ancient gods , actual people , characters from folklore , buddhist deities and taoist deities . shrines are named according to a number of conventions . the most common of these is based on the name of its location . examples of shrines named for their location include kashima-jingu shrine , yasaka-jinja shrine , kasuga-jinja shrine , munakata taisha shrine and hie-jinja shrine . locational shrine names may also end with ' ni imasu jinja . ' in addition , many shrine names begin with the name of the enshrined deity . these include examples such as inari-jinja shrine , sumiyoshi-jinja shrine , hachiman-jinja shrine , temman-gu shrine and niutsuhime-jinja shrine . other naming conventions for shrines include names beginning with the name of the family that enshrined the deity ( e.g. shitori-jinja shrine ) , names beginning with words related to the enshrined deity ( e.g. heian-jingu shrine , yaegaki-jinja shrine ) , names indicating the type of shrine ( e.g. shokon-sha shrine , sorei-sha shrine ) , and names indicating the number of enshrined deities ( e.g. rokusho-gu shrine , yohashira-jinja shrine ) . there are also a great many shrines for which the origin of the name is unknown ( e.g. sengen-jinja shrine ) . in cases , such as inari-jinja shrine and hachiman-gu shrine , where there are many shrines with the same name , the place name is often added onto the shrine name ( e.g. fushimi inari-jinja shrine , hakodate hachiman-gu shrine ) . the name of temman-gu shrine is pronounced according to the sino-japanese reading of japanese characters , whereas the names of hachiman-gu shrine and sengen-jinja shrine can be pronounced according to either the sino-japanese or native japanese reading . however these sino-japanese pronunciations for shrine names only arose due to the influence of buddhism . temman-gu shrine was given a sino-japanese name as the name of the enshrined deity ' tenman tenjin ' itself was influenced by buddhism . hachiman-gu shrine and sengen-jinja shrine were originally pronounced ' yawata-gu ' and ' asama-jinja ' respectively , but the syncretization of shinto with buddhism and the influence of buddhism led to the sino-japanese pronunciation becoming established . points to be aware of regarding shrine names are a follows . generally , referring to all shrines with the suffix ' jinja ' ( except the suffix ' gu ' and ' jingu ' ) is a fairly recent development . shrines with a title such as ' -myojin ' or ' -gongen , ' those for which the ' -inari , ' '-hachiman ' and ' jinja ' part was abbreviated , or those for which ' -sha ' was suffixed are now all generally referred to with the suffix ' -jinja . ' this trend can be linked to prohibition of the use of the ' gongen ' title and there are also indications that it is partially due to the anti-buddhist movement , but it is far more likely to be a result of the streamlining that arose as a result of the status of shrines as nationally managed institutions . until the end of the war , shrines were essentially national institutions with regulations that dictated conditions regarding facilities and assets that had to be met in order to be recognized as a shrine . shrine titles ( shago ) larger shrines are referred to as ' jingu ' or ' taisha ' and often enshrine well-known kami . shrines that enshrine emperors or imperial ancestors are often referred to as ' jingu ' and those that enshrine a member of the imperial household are commonly entitled ' gu . ' in premodern times , only kitsuki taisha shrine ( presently izumo taisha shrine ) and kumano taisha shrine ( both in shimane prefecture ) bore the shrine name ' taisha , ' but by the pre-war period izumo taisha shrine was the only one to do so . following the end of the war , former kampei taisha shrine , kokuhei taisha shrine and kampei chusha shrine adopted the shogo ' taisha . ' prior to 1945 , it was necessary to obtain imperial permission in order to adopt a shogo such as ' jingu ' but the separation of politics and religion means that now neither the government nor the imperial household are able to become directly involved and shrines can adopt the title of ' taisha ' or ' jingu ' without requiring any special permission . in addition to the two examples given above , the other shrines that currently carry the shogo of ' taisha ' include kita taisha shrine ( ishikawa prefecture ) , suwa taisha shrine ( nagano prefecture ) , nangu taisha shrine ( gifu prefecture ) , mishima taisha shrine / fujisan hongu sengen taisha shrine ( shizuoka prefecture ) , tado taisha shrine ( mie prefecture ) , hiyoshi taisha shrine / taga taisha shrine / takebe taisha shrine ( shiga prefecture ) , matsuo taisha shrine / fushimi inari taisha shrine ( kyoto prefecture ) , sumiyoshi taisha shrine ( osaka prefecture ) , kasuga taisha shrine / tatsuta taisha shrine / hirose taisha shrine ( nara prefecture ) , kumano hongu taisha shrine / kumano hayatama taisha shrine / kumano nachi taisha shrine ( wakayama prefecture ) , munakata taisha shrine / kora taisha shrine ( fukuoka prefecture ) . in addition , there are shrines such as umenomiya taisha shrine ( kyoto prefecture ) and otori taisha shrine ( osaka prefecture ) for which the denotation is not set . moreover , the name plate on the torii of hirano-jinja shrine ( kyoto prefecture ) was once written ' hirano taisha . ' the shrines that changed their names after the end of the war are hokkaido-jingu shrine ( previously sapporo-jinja shrine , hokkaido ) , izanagi-jingu shrine ( hyogo prefecture ) and hikosan-jingu shrine ( fukuoka prefecture ) ( the ' dai-jingu ' shogo of shrines such as izumo dai-jingu shrine , formerly kampei chusha , in kameoka city , kyoto prefecture are recognized as being different from the ' jingu ' shogo ) . misunderstandings may arise such as in the case of kashii-gu shrine in higashi ward , fukuoka city , fukuoka prefecture , which is not a ' jingu ' but the closest station is named ' kashii jingu station ( kashii line ) . main beliefs many shrines transfer in deities from famous shrines . this involves dividing a shrine 's tutelary deity and enshrining it in another shrine . in the same way that a candle can be lit from a candle , a shinto kami can be infinitely divided without causing any harm to the original deity . the shrine that made the invitation is given a name according to the enshrined deity that is the same as that of the shrine from which it came and the two then become linked shrines . the following gives the major linked shrines and their enshrined kami . there are few shrines that have enshrined a deity but for which the shrine name and that of the kami do not match . there are also recently constructed shrines such as yasukuni-jinja shrine and shokonsha shrine ( gokoku-jinja shrine ) . +kami-goryo-jinja shrine is located in kamigyo ward , kyoto city . it formerly held the rank of prefectural shrine . the name kami-goryo-jinja shrine corresponds to that of shimo-goryo-jinja shrine and its current formal name as a religious corporation is goryo-jinja shrine . enshrined deity the following eight deities known as " hassho-goryo " are enshrined within the shrine . the emperor sudo ( the imperial prince sawara , son of emperor konin ) the imperial princess inoe ( wife of emperor konin ) the imperial prince osabe ( son of emperor konin ) fujiwara-no-taifujin ( fujiwara no hirotsugu ) tachibana-no-taibu ( tachibana no hayanari ) bun-no-taibu ( funya no miyatamaro ) karaishin ( the above 6 aggressive souls and also known as sugawara no michizane ) . kibi-no-otodo ( also known as kibi no makibi and kibi-no-shoryo ) . there are various opinions regarding the deities of the hassho-goryo and , in addition to those given above , imperial prince iyo ( son of emperor kanmmu ) , lady fujiwara ( fujiwara no yoshiko , mother of imperial prince iyo ) and an administrative inspector ( fujiwara no nakanari ) are also considered to be included . aidono ( subordinate altars ) enshrine saneoki ogura , kimitsura ogura , chunagon ( vice-councilor of state ) tenji-no-tsubone and noritomo ogura , and a wakamiya ( subordinate shrine ) enshrine wako-myojin ( sugawara no kazuko ) . these kami ( with the exception of kibi no makibi ) all lost their lives in political struggles and this shrine was constructed in order to comfort their vengeful spirits . history plague was rife during the reign of emperor kanmu . believing it to be a curse brought by goryo ( vengeful ghosts ) , a goryo-e ( ritual to repose the souls of the dead ) was held on may 20 , 863 at shinsenen in the city of heian-kyo . the goryo to be comforted were those of the emperor sudo , imperial prince iyo , lady fujiwara , the administrative inspector ( fujiwara no nakanari ) , tachibana no hayanari and funya no miyatamaro . it is believed that this ritual was the founding of both this shrine and shimo-goryo-jinja shrine . the present shimo-goryo-jinja shrine was given the name shimo-izumo-dera temple goryo-do hall and this shrine was named kami-izumo-dera temple goryo-do hall . they received the deep reverence of the imperial court and in 1384 were awarded the highest rank shoichii ( senior first rank ) that could be bestowed upon a shrine . on january 18 , 1467 , during the muromachi period , the struggle between deposed kanrei ( shogun 's deputy ) masanaga hatakeyama and yoshinari hatakeyama took place in the forest within this shrine . the goryo skirmish led to the outbreak of the onin war in the following year and this is considered the site where the onin war began . there are theories that claim the actual shrine to be either izumo-inoe-jinja shrine ( shikinai-taisha ) or izumo-takano-jinja shrine ( shikinai-shosha ) which are listed in the jimmyocho ( the list of deities ) of engishiki ( codes and procedures on national rites and prayers ) , but continuity is unclear and the history record held at the shrine makes no reference to these shrines from the engishiki . festivals until the meiji period , the annual goryo festival was every 18th august ( under the old lunisolar calendar ) but is now held every 18th may . the goryo festival is said to be the oldest festival in kyoto ( city ) . access nearest station : take the karasuma line of the kyoto municipal subway to kuramaguchi station and walk for 3 minutes . +a buddha hall is a building within a buddhist temple that enshrines buddhist statues and in which prayers and memorial services are made . those buddha halls that lie outside of the grounds of a temple are referred to as external buddha halls . when buddhism was brought to china in the second century bc and temples first began to be built , it appears that buddha halls were already being constructed along with pagodas used to enshrine buddha 's ashes as essential elements of a temple . from then on , as buddhism spread , the pagoda went from being at the center of a monastery to being gradually relegated to the periphery , with the buddha hall enshrining buddhist statues becoming the most important building and generally being constructed at a temple 's center . there are often numerous buddhist halls within a single temple and these are referred to by different names according to factors such as their nature , their location within the temple and the statues they enshrine , and include names such as ' hondo ' ( main hall ) , ' kondo ' ( golden hall ) , ' shaka-do ' ( shakyamuni hall ) , ' yakushi-do ' ( medicine buddha hall ) , ' amida-do ' ( amitabha hall ) , ' kannon-do ' ( guanyin hall ) and ' jizo-do ' ( ksitigarbha hall ) . in japan , the central hall enshrining the temple 's principal object of worship is often referred to as the ' hondo ' or ' kondo . ' hondo ' is the most common way of referring to the central hall of japanese buddhist temples . kondo ' is mainly used in reference to those temples constructed between the nara period and the heian period . however , there are temples such as shin-yakushi-ji temple and saidai-ji temple ( nara city ) that were built during the nara period but now call their main halls ' hondo . ' there are also temples , such as muro-ji temple and taima-dera temple , which contain both a ' hondo ' and a ' kondo . ' the name ' butsuden ' ( also meaning ' buddha hall ' ) is recorded in " nihon shoki " ( the chronicles of japan ) and is used as an alternative name for ' butsudo , ' but in japan is mainly used in the context of the halls that enshrine the principal object of zen sect temples ( often buddha shakyamuni ) . however , some non-zen sect temples such as sennyu-ji temple also use the word ' butsuden . ' similarly , there are also some zen sect temples that refer to their main hall as ' hondo , ' especially those buildings resembling an abbot 's chamber . in addition , temples of the obaku school of zen buddhism like mampuku-ji temple and others such as nagasaki city 's to-dera temple give their main halls the chinese style name ' daiyu hoden . ' +kamomioya-jinja shrine is located in sakyo ward , kyoto city . it is commonly known as shimogamo-jinja shrine ( lower kamo shrine ) . it was a shikinaisha , listed in the register of deities ( jimmyocho ) of the engishiki law as one of the nijunisha ( the 22 shrines ) , ichi-no-miya ( primary shrines ) of the former yamashiro province and was categorized as a kampei taisha ( great imperial shrine ) under the previous shrine ranking system . along with kamo-wakeikazuchi-jinja shrine ( kamigamo-jinja shrine , or ' upper kamo shrine ' ) it enshrines ancient ujigami of the kamo clan , and the pair generally being referred to as kamo-jinja shrine ( kamo-sha ) and treated as paired shrines . both kamo-jinja shrines are well known for the kamo festival ( aoi-matsuri festival ) . it is called ' kamomioya-jinja shrine ' from the fact that enshrines the deity of kamigamo-jinja shrine , kamowakeikazuchi-no-mikoto 's mother tamayorihime-no-mikoto , and her father kamotaketsunumi-no-mikoto within . the yata-garasu ( three legged crow ) personifies kamotaketsunumi-no-mikoto . the site also includes the tadasu-no-mori forest and mitarashi-ike pond . the shimogamo-jinja shrine is one of the oldest shrines in kyoto . according to legend , the enshrined deity descended at mt . mikage-yama during the reign of emperor jimmu . there are records of the fence surrounding the honden ( main hall ) being repaired in bc 90 and some theories claim that the shrine may have been established around this time . one theory even claims that this shrine was split from kamigamo-jinja shrine during the tempyo period . along with kamigamo-jinja shrine , this shrine has been revered by the imperial court since before the nara period . after the capital was relocated to heian , the shrine became even more highly revered by the imperial court and was granted the highest possible status , shoichii ( senior first rank ) , in 807 with the kamo festival being held by royal order . the jimmyocho ( the list of deities ) of the engishiki law ranks it as a myojin taisha ( a grand shrine that enshrines a high-ranked deity ) and states that received offerings at each festival such as the myojin-sai festival , tsukinami-sai festival , ainame-sai festival and niname-sai festival . for approximately 400 years from 810 , unmarried imperial princesses served as saiin and saio ( priestesses ) at the kamo-sha shrine . january 15 : okayu-sai ( rice porridge festival ) may 3 : yabusame-shinji ( horseback archery ) may 12 : mikage festival may 15 : aoi-matsuri festival kawai-jinja shrine ( shikinaisha listed in engishiki , myojin taisha , by its formal name ' kamonokawaai ni imasu okosoyakeno jinja . ' connected to kamo no chomei ) . mutsu-no-yashiro shrine tobe-no-yashiro shrine mitsui-sha shrine izumo-inoe-jinja shrine ( shikinaisha listed in engishiki ) iwamoto-sha shrine hashimoto-sha shrine mitsui-jinja shrine ( shikinaisha listed in engishiki , myojin taisha ) suwa-sha shrine komori-sha shrine shirahige-sha shrine kamohani-jinja shrine inari-sha shrine mikage-jinja shrine hiyoshi-jinja shrine kifune-jinja shrine inji-sha shrine koto-sha shrine inoue-sha shrine aioi-sha shrine atago-sha shrine inari-sha shrine harai-sha shrine inno-sha shrine sawada-sha shrine kawasaki-sha shrine kamo saiin rekidai saio jinrei-sha shrine ( enshrining those imperial princesses who served as saiin and saio ) national treasures kamomioya-jinja shrine east honden ( main hall ) kamomioya-jinja shrine west honden ( main hall ) important cultural properties kamomioya-jinja shrine noritoya ( ritual prayer hall ) kamomioya-jinja shrine heiden ( hall of offerings ) kamomioya-jinja shrine eastern and western passageways ( 2 ) kamomioya-jinja shrine eastern and western goryoya ( where food for the gods is prepared ) ( 2 ) kamomioya-jinja shrine azekura ( storehouse ) kamomioya-jinja shrine four-legged inner gate kamomioya-jinja shrine eastern and western gakunoya ( bandstand ) ( 2 ) kamomioya-jinja shrine inner gate eastern and western corridors ( 2 ) kamomioya-jinja shrine azukariya kamomioya-jinja shrine western kara-mon gate kamomioya-jinja shrine maidono ( stage ) kamomioya-jinja shrine shimpukuden hall ( where winter and summer clothing are sewn and offered to the deities ) kamomioya-jinja shrine hashidono ( performance area built over a stream ) kamomioya-jinja shrine hosodono ( long thin worship hall ) kamomioya-jinja shrine kugosho ( where food for the gods is prepared ) kamomioya-jinja shrine ooidokoro ( where rice is cooked ) kamomioya-jinja shrine ro-mon gate kamomioya-jinja shrine ro-mon gate eastern and western corridors ( 2 ) kamomioya-jinja shrine sessha izumo-inoe-jinja shrine honden ( main hall ) kamomioya-jinja shrine sessha mitsui-jinja shrine honden ( 3 ) kamomioya-jinja shrine sessha mitsui-jinja shrine haiden ( worship hall ) kamomioya-jinja shrine sessha mitsui-jinja shrine muna-mon gate kamomioya-jinja shrine sessha mitsui-jinja shrine eastern and western hallways ( 2 ) the following are additional wooden structures that are not classified as buildings . additional wooden structures of main shrine massha inji-sha shrine main hall massha hitokoto-sha shrine main halls ( 2 ) massha futakoto-sha shrine main halls ( 2 ) massha mikoto-sha shrine main halls ( 3 ) sukibei ( see-through fence ) additional wooden structures of sessha izumo-inoe-jinja shrine iwamoto-sha shrine main hall hashimoto-sha shrine main hall additional wooden structures of sessha mitsui-jinja shrine mitsui-jinja shrine massha main halls ( suwa-sha shrine , komori-sha shrine , shirahige-sha shrine ) ( 3 ) kemari hajime ( every january 4 ) hono-enbu ( hosted by shimogamo-jinja shrine every may 4 in cooperation with the society for the promotion of japanese classical martial arts ) shimogamo noryo furuhon matsuri ( a book fair held in mid august and hosted by the kyoto kosho kenkyukai ) kamosha-gohongu-no-ezu ' kamosha-kozu ' famous and historic places world heritage : ' historic monuments of ancient kyoto ' cultural heritage site kamomioya-jinja shrine ' national designated historic site nearest station : keihan electric railway demachiyanagi station car parking available the related event is given in < > december 26 , 927 : < engishiki laws completed > july 9 , 967 : < engishiki laws enacted > may 14 , 1871 : < shrine ranking system established > +kamo-wakeikazuchi-jinja shrine is located in kita ward , kyoto city . it is commonly known as kamigamo-jinja shrine ( upper kamo shrine ) . it was a shikinaisha listed in the register of deities ( jimmyocho ) of the engishiki law as one of the ichi-no-miya ( primary shrines ) of the former yamashiro province , one of the twenty-two shrines , and was categorized as a kampei taisha ( great imperial shrine ) under the previous shrine ranking system . along with kamomioya-jinja shrine ( shimogamo-jinja shrine , or ' lower kamo shrine ' ) it enshrines ancient ujigami of the kamo clan , and the pair generally being referred to as kamo-jinja shrine ( kamo-sha ) and treated as paired shrines . both kamo-jinja shrines are well known for the kamo festival ( aoi-matsuri festival ) . kamigamo-jinja shrine enshrines the kamo clan ancestral deity kamowakeikazuchi-no-mikoto . wakeikazuchi ' means ' young thunder ' and signifies the god of thunder full youthful energy . additional structures : the nishimura house there are numerous theories regarding the establishment of the shrine . according to legend , kamowakeikazuchi-no-mikoto descended to the miaresho at the foot of mt . kamo-san during the reign of emperor jimmu . the ancient text " yamashiro no kuni fudoki " tells that tamayorihime became pregnant after placing on her bed a vermilion-lacquered arrow that flowed down from the upper reaches of kamo-gawa river , and that when she gave birth to kamowakeikazuchi-no-mikoto , he was enshrined by the kamo territorial ruling family of anitamayorihiko 's descendants . the vermilion-lacquered arrow is said to be ho-no-ikazuchi-no-kami ( the god of fire and thunder ) enshrined in otokuni-jinja shrine or oyamakui-no-kami ( the deity of mount hiei in shiga prefecture ) . tamayorihime and her father kamotaketsunumi-no-mikoto are enshrined within shimogamo-jinja shrine . the first mention in japan 's six national histories from march 21 , 698 ( emperor mommu 's reign ) states that horseback archery had been banned on the day of the kamo festival and we also know that the shrine was revered by the imperial court with an approximately 2.5 acre field being donated by the emperor in 750 . after the capital was relocated to the city of heian-kyo in 794 , the shrine became even more highly revered by the imperial court as a shrine for protection of the imperial palace and was granted the highest possible status , shoichii ( senior first rank ) in 807 , with the kamo festival being held by royal order . the jimmyocho ( register of deities ) of the engishiki law ranks it as a myojin taisha ( a grand shrine that enshrines a high-ranked deity ) and states that received offerings at each festival such as the myojin-sai festival , tsukinami-sai festival , ainame-sai festival and niname-sai festival . for approximately 400 years from 810 , after the model of saigu of ise-jingu shrine , saiin was placed and unmarried imperial princesses served as saio ( priestesses ) at the shrine . the shrine was the first of the kampei taisha ( great imperial shrines ) under the meiji period integrated system of shrine ranks and second only to ise-jingu shrine , with it becoming a chokusaisha ( shrine attended by imperial envoy ) in 1883 . january 16 : musha-jinji ( archery ceremony ) may 5 : kurabe-uma-e-jinji ( the ritual of the racehorses ) may 12 : miare-jinji may 15 : aoi-matsuri festival september 9th : crow sumo ( wrestling ceremony ) november 13 : ainame-sai festival katayamamiko-jinja shrine ( shikinaisha listed in engishiki . tamayorihime-no-mikoto ) shingu-jinja shrine ( takaokami-no-kami ) ota-jinja shrine ( shikinaisha listed in engishiki . ame-no-uzume-no-mikoto ) wakamiya-jinja shrine ( wakamiya-no-kami ) nara-jinja shrine ( naratoji-no-kami ) kamoyamaguchi-jinja shrine ( shikinaisha listed in engishiki . midoshi-no-kami ) kuga-jinja shirne ( shikinaisha listed in engishiki . kamotaketsunumi-no-mikoto ) suwa-jinja shrine ( shikinaisha listed in engishiki . asuha-no-kami , hahiki-no-kami , ikui-no-kami , fukui-no-kami , tsunagai-no-kami ) tanao-sha shrine ( kushiiwamado-no-kami , toyoiwamado-no-kami ) kawao-sha shrine ( mizuhanome-no-kami ) hashimoto-sha shrine ( sotooshihime-no-kami ) iwamoto-sha shrine ( sokotsutsuo-no-kami , nakatsutsuo-no-kami , omotetsutsuo-no-kami ) yamao-sha shrine ( oyamatsumi-no-kami ) hajio-sha shrine ( taketamayorihiko-no-mikoto ) sugio-sha shrine ( sugio-no-kami ) yamanomori-sha shrine ( susanoo-no-kami , inadahime-no-kami , tagorihime-no-kami ) kajita-sha shrine ( seotsuhime-no-kami ) shirahige-sha shrine ( sarutahiko-no-kami ) hyakudayu-sya shrine ( funatama-no-kami ) chinju-sha shrine ( okuninushi-no-kami , sukunahikona-no-kami ) fukutoku-sha shrine ( fukutoku-no-kami ) fujinoki-sha shrine ( seoritsuhime-no-kami ) komori-sha shrine ( mikumari-no-kami ) nakaragi-sha shrine ( ame-no-futotama-no-mikoto ) national treasures kamo-wakeikazuchi-jinja shrine honden ( main hall ) ( constructed in 1863 ) kamo-wakeikazuchi-jinja shrine gonden ( associate shrine ) ( constructed in 1863 ) important cultural properties kamo-wakeikazuchi-jinja shrine hallway connecting the main hall and the associate shrine ( constructed in 1863 ) kamo-wakeikazuchi-jinja shrine hallway connecting the main hall and eastern watariro ( constructed in 1863 ) kamo-wakeikazuchi-jinja shrine western watariro ( constructed in 1628 ) kamo-wakeikazuchi-jinja shrine sukiro ( passageway open on both sides ) ( constructed in 1628 ) kamo-wakeikazuchi-jinja shrine watariro ( constructed in 1628 ) kamo-wakeikazuchi-jinja shrine noritoya ( ritual prayer hall ) ( constructed in 1628 ) kamo-wakeikazuchi-jinja shrine hei chumon gate ( constructed in 1628 ) kamo-wakeikazuchi-jinja shrine sessha wakamiya-jinja shrine main hall ( constructed in 1628 ) kamo-wakeikazuchi-jinja shrine eastern watariro ( constructed in 1628 ) kamo-wakeikazuchi-jinja shrine four-legged inner gate ( constructed in 1628 ) kamo-wakeikazuchi-jinja shrine mifuda-no-ya ( constructed in 1628 ) kamo-wakeikazuchi-jinja shrine shinhouko ( constructed in 1628 ) kamo-wakeikazuchi-jinja shrine kara-mon gate ( constructed around 1628 ) kamo-wakeikazuchi-jinja shrine eastern gokusho ( daily offering hall ) ( constructed around 1628 ) kamo-wakeikazuchi-jinja shrine naorai-dokoro ( priests retire after performing the shinto ritual of offering food and drink to the gods ) ( constructed around 1628 ) kamo-wakeikazuchi-jinja shrine gakusho ( bandstand ) and western gokusho ( constructed around 1628 ) kamo-wakeikazuchi-jinja shrine heiden ( hall of offerings ) ( constructed in 1628 ) kamo-wakeikazuchi-jinja shrine igoden ( a place to go into seclusion ) ( constructed around 1628 ) kamo-wakeikazuchi-jinja shrine hallway connecting the heiden and igoden ( constructed around 1628 ) kamo-wakeikazuchi-jinja shrine takakura-den ( constructed around 1628 ) kamo-wakeikazuchi-jinja shrine ro-mon gate ( constructed in 1628 ) kamo-wakeikazuchi-jinja shrine corridors ( 2 ) ( constructed around 1628 ) kamo-wakeikazuchi-jinja shrine sessha shingu-jinja shrine main hall and haiden ( worship hall ) ( 2 ) ( constructed in 1628 ) kamo-wakeikazuchi-jinja shrine sessha kataoka-jinja shrine main hall and worship hall ( 2 ) ( constructed in 1628 ) kamo-wakeikazuchi-jinja shrine kataoka-bashi bridge ( constructed in 1868 [ shigeo tani ] ) kamo-wakeikazuchi-jinja shrine worship hall ( hosodono ) ( constructed in 1628 ) kamo-wakeikazuchi-jinja shrine maidono ( hashidono - performance area built over a stream ) ( constructed in 1863 ) kamo-wakeikazuchi-jinja shrine tsuchinoya ( tochakuden ) ( constructed in 1628 ) kamo-wakeikazuchi-jinja shrine gakunoya ( bandstand ) ( constructed in 1628 ) kamo-wakeikazuchi-jinja shrine geheiden ( outer treasury ) ( constructed in 1628 ) kamo-wakeikazuchi-jinja shrine kitashinsensho ( choya , where food for the gods is prepared ) ( attached to nara-jinja shrine worship hall ) ( constructed in 1628 ) the following are additional wooden structures that are not classified as buildings . massha tanao-sha shrine main hall sessha suwa-jinja shrine main hall tama-hashi bridge massha sugio-sha shrine main hall massha hajio-sha shrine main hall important cultural properties kamo kannushi tsunehisa ki 13,639 kamo-wakeikazuchi-jinja shrine archive documents kamo priest genealogy ( legend and catalogue ) ( owned by the foundation of the kamoagatanushi clan ) tatezuna : the two cone-shaped sand mounds in front of the hosodono worship hall represent mt . ko-yama in which the deity resides . tatezuna is said to be the origin of purifying sand to be spread in the unlucky northeast corner . world heritage : ' historic monuments of ancient kyoto ' cultural heritage site the grounds of ' kamo-wakeikazuchi-jinja shrine ' designated historic site irises of ota no sawa ' national natural monument the grounds of kuga-jinja shirne ' municipal designated historic site nearest station : kyoto city subway kitayama station ( kyoto prefecture ) kyoto city bus : kamigamo-misonobashi stop ( opposite side of the kamo-gawa river ) , kamigamo-jinja mae stop ( within the grounds of the shrine in the same location as the city bus terminal ) kyoto bus : kamigamo-jinja mae stop car parking available the related event is given in < > december 26 , 927 : < engishiki laws completed > july 9 , 967 : < engishiki laws enacted > may 14 , 1871 : < shrine ranking system established > +kamo-jinja shrine is the collective name for kamo wakeikazuchi-jinja shrine ( upper kamo-jinja shrine ) and kamo mioya-jinja shrine ( lower kamo-jinja shrine ) in kyoto city , kyoto prefecture . these shrines enshrined the ujigami ( protective clan deity ) of the ancient kamo clan , and were also called ' kamo daijin ' ( literally , the great god of kamo ) in ancient days . the aoi matsuri ( hollyhock festival ) festival conducted by both shrines is particularly well known . there are approximately 300 shrines around japan with the same name that enshrine the divided deity from these original kamo-jinja shrines . +ryozen-ji / ryosen-ji / reizan-ji is the name of a buddhist temple . there are many temples throughout japan that share this name and the most well-known of these are given below . ryozen-ji temple ( shimonita-machi ) - a tendai sect temple located in shimonita-machi , kanra-gun , gumma prefecture with the honorific mountain name prefix ' shorozan . ' reizan-ji temple ( sumida ward , tokyo prefecture ) - a pure land sect temple located in sumida ward , tokyo prefecture . reizan-ji temple ( shizuoka city ) - a shingon sect old / new interpretation school temple located in shimizu ward , shizuoka city , shizuoka prefecture . nio-mon gate has been designated an important cultural property . ryozen-ji temple ( toyama city ) - a true pure land sect hongan-ji school temple located in toyama city , toyama prefecture . ryosen-ji temple ( nara city ) - the ryosen-ji shingon sect head temple located in nara city , nara prefecture . ryozen-ji temple ( takatsuki city ) - a temple located in takatsuki city , osaka prefecture . it is the stamp office for temple number 49 of the settsukoku hachijuhachikasho ( the 88 temples that are visited during the settsu province kannon pilgrimage ) . ryozen-ji temple ( naruto city ) - a shingon sect temple with the honorific mountain suffix jikuwazan located in naruto city , tokushima prefecture . it is the stamp office for temple number 1 of the shikoku hachijuhachikasho ( the 88 temples that are visited during the shikoku kannon pilgrimage ) . ryozen-ji temple ( oita city ) - a tendai sect temple with the honorific mountain prefix ' hiraisan ' located halfway up mt . ryo-zen in oita city , oita prefecture . hinata-yakushi temple - a shingon sect temple with the honorific mountain prefix hinatasan located in isehara city , kanagawa prefecture . it was previously called hinatasan ryosen-ji temple . +jingu is the formal name of ise-jingu shrine ( ise city , mie prefecture ) . there are also many other shrines with the title jingu in their names . in nihon shoki , only ise-jingu shrine and isonokami-jingu shrine are recorded as having the title ' jingu . ' following this , kashima-jingu shrine and katori-jingu shrine were listed in place of isonokami-jingu shrine in the jimmyocho ( register of deities ) of engishiki law during the heian period and , until the edo period , there were only three shrines with the title ' jingu ' ( sumiyoshi taisha shrine was also treated as a jingu as it was under direct royal control like ise-jingu shrine and regularly conducted the construction of a new shrine and the transfer of the enshrined object from the old to the new ) . after the end of the meiji period , some shrines enshrining the ancestral gods of the imperial household , emperors or specific gods that conducted great deeds during the conquer of yamato changed their titles from ' jinja ' to ' jingu . ' until the end of the second world war , a shrine required imperial permission in order to use the title ' jingu . ' the national administration of shrines was abolished after the war but even now shrines with the title ' jingu ' are limited only to those with especially distinguished histories . only 3 shrines changed their titles to ' jingu ' after the war and all of these did so with the special permission of association of shinto shrines ( hokkaido-jingu shrine ( formerly sapporo-jinja shrine ) , izanagi-jingu shrine ( hyogo prefecture ) , hikosan-jingu shrine ( fukuoka prefecture ) . the deity amaterasu omikami enshrined within ise-jingu shrine ( kotai-jingu shrine ) has been divided and shared with numerous shrines around the country carrying the titles of ' daijingu ' and ' kotaijingu , ' but these titles are accepted as being different from that of ' jingu . ' please also refer to the name ' jinja . ' a list of jingu shrines three main jingu shrines the three most representative jingu shrines of those listed above are referred to as the san dai jingu or san jingu . as one of shrine shinto 's most important sites , ise-jingu shrine is always included , whereas the other two are differently considered to be the following combinations . the first of these is ise-jingu shrine , kashima-jingu shrine and katori-jingu shrine as the three shrines to have held the title of ' jingu ' since before the edo period . the second is ise-jingu shrine and atsuta jingu-shrine , chosen for their deep relationship with the imperial household and possession of the three sacred treasures in which deities reside , and the third is heian-jingu shrine or meiji-jingu shrine despite the lack of history . the name jingu always refers to ise-jingu shrine and can not be used to compare other shrines to ise-jingu shrine . +taisha are large jinja ( shinto shrines ) , or one of the 492 jinja categorized as shikinai taisha in the early heian period text jimmyocho ( the list of deities ) of engishiki ( codes and procedures on national rites and prayers ) , or those jinja that have adopted the suffix taisha . it was once the case that the characters of the word ' taisha , ' pronounced ' oyashiro , ' referred specifically to izumo taisha shrine ( izumo city , shimane prefecture ) . after the second world war , a large number of old kampei taisha ( great imperial shrines ) and kokuhei taisha ( great national shrines ) changed their titles to simply taisha . examples are given below . list of taisha pre-war / premodern post-war / following the separation of government and religion note 1 : ' former shrine name ' is the name by which the shrine was known under the integrated system of shrine ranks . note 2 : ' location ' gives the modern place name . modern denotation undetermined ( both former kampei taisha ) hikawa-jinja shrine ( omiya ward , saitama city , saitama prefecture ) : bags containing things bought from the shrine give the name ' hikawa taisha . ' hirano-jinja shrine ( kita ward , kyoto city , kyoto prefecture ) : the sign on the torii previously read ' hirano taisha . ' +shokoku-ji temple in kamigyo ward , kyoto city is the head temple of the rinzai sect shokoku-ji school of zen buddhism . the honorific mountain prefix is mannen-za ' but it is more specifically referred to as ' mannen-zan shokokujo tenzen-ji temple . ' the kaiki ( patron of a temple in its founding ) was yoshimitsu ashikaga , the kaizan ( the founder of a temple ) was muso soseki and the temple is dedicated to shaka nyorai . it is connected to the ashikaga shogun family and the fushimi-no-miya family , and was the second of the kyoto-gozan . shokoku-ji temple was at the center of gozan literature and was home to the artist monks shubun and sesshu . in addition , kyoto 's famous sites kinkaku-ji temple ( rokuon-ji temple ) and ginkaku-ji temple ( jisho-ji temple ) are external sub-temples of shokoku-ji temple . in 1382 yoshimitsu ashikaga , third shogun of the muromachi shogunate , vowed to establish the largest buddhist cathedral on land adjacent to the hana no gosho ( flower palace ) . it was completed 10 years later in 1392 . yoshimitsu requested that tenryu-ji temple zen master shunoku myoha ( 1311-1388 ) serve as kaisan ( founding priest ) but shunoku myoha declined . shunoku assumed the post of second chief priest on the condition that his uncle , and also his teacher , high priest muso soseki ( 1275-1351 ) , be posthumously named kaisan . this is how muso soseki came to be named as kaisan despite the fact that he died 30 years before yoshimitsu ashikaga even vowed to establish the cathedral . shunoku myoha also died in 1388 without seeing the completion of shokoku-ji temple . shokoku-ji temple was one of kyoto 's largest zen buddhist temples and was a central location of gozan literature but has also been completely destroyed by fire on numerous occasions . the entire temple was destroyed by fire two years after its completion ( 1394 ) . yoshimitsu 's shichiju daito tower was destroyed by fire several years after its completion but at over 106 m its record as the tallest building in japan remained unbroken for approximately 530 years until the completion of the steel tower of the yosami radio transmitting station ( 250 m ) in 1929 . the temple was again completely destroyed by fire after yoshimitsu ashikaga 's death ( 1425 ) . in 1467 , shokoku-ji temple became the camp for the hosokawa clan during the onin war and was burnt down . in 1551 , the site was once again ravaged by fire when it became embroiled in a dispute between the kanrei ( shogun 's deputy ) hosokawa family and miyoshi family . by this time it had suffered destruction by fire on no less than 4 occasions . in 1584 , the individual regarded as the father of shokoku-ji temple 's restoration , seisho jotai , assumed the position of chief priest and began renovations . the hatto ( lecture hall ) that remains today was built during this time . another fire broke out in 1620 and almost all structures with the exception of the lecture hall were completely destroyed in the great fire of temmei in 1788 . most of the structures remaining today were rebuilt during the bunka era of the early 19th century . the temple precinct is located to the north of kyoto imperial palace , adjacent to doshisha university . in its heyday , the grounds of shokoku-ji temple extended to teramachi-dori street in the east , omiya-dori street in the west , ichijo-dori street in the south and kami-goryo-jinja shrine in the north . after being destroyed by fire during the onin war , sam-mon gate and the butsu-den ( buddha hall ) were not rebuilt , with the hatto ( lecture hall ) serving as the butsu-den ( hall in which the object of worship is enshrined ) . hatto ( important cultural property ) - also known as ' muido ' and rebuilt in 1605 using funds donated by hideyori toyotomi . it is the oldest example of hatto architecture in japan . the dragon painting on the ceiling was created by mitsunobu kano . clapping hands at specific locations causes vibrations , which have led to it being referred to as the ' roaring dragon . ' kaisanto ( kaisando ) - a hall houses an image of kaisan ( founding priest ) muso soseki that was relocated a palace of emperor momozono 's wife , kyoraimonin , and reconstructed in 1807 . abbot 's chamber - rebuilt in 1807 . kuri ( kitchen and accommodation ) - also rebuilt in 1807 . jotenkaku museum - this institution was opened in 1984 and exhibits the cultural properties of shokoku-ji temple and affiliated temples ( such as kinkaku-ji temple ) . semmyo ( bathing house ) - first built around 1400 , the current structure was rebuilt in 1596 . it is believed that individuals would have a sauna while bathing by pouring hot water over themselves with a ladle . cultural properties bokuseki ( black ink brush writing by zen priests ) created by mugaku sogen entitled choraku-ji ichio ni atauru no gego ( november 1 , 1279 ) hondo ( hatto ) entrance hallway ink on paper six-panel screen by tohaku hasegawa depicting monkeys and a bamboo forest color on silk by shinchu riku depicting the sixteen arhats , 16 haba ( 6.048 m ) color on silk by bunsei depicting cranes , 2 haba ( 0.756 m ) ink and light color on silk by rinryo depicting the chinese phoenix color on paper inscribed by zekkai chushin depicting mountains and water text of a dialogue between shigen sogen and koho kennichi . the ten bulls ( attributed to zekkai chushin ) , 10 haba ( 3.78 m ) an imperial writ overseas trade license granted by the shogunate plan of the boundaries of the former site of huko-in temple take the karasuma line of the kyoto city subway to imadegawa station and walk for 5 minutes . +daitoku-ji temple is the head temple of the rinzai sect 's daitokuji school of japanese zen buddhism and is located in daitokuji-cho murasakino , kita ward , kyoto city , kyoto prefecture . its honorific mountain prefix is ryuhozan . the temple was formally founded in 1325 with the principal image shaka nyorai and daito-kokushi shuho myocho serving as kaiki ( patron of a temple in its founding ) . the zen temple contains within its precinct many structures that are of prominence within kyoto such as a central monastery , including butsu-den ( buddha hall ) , hatto ( lecture hall ) , and also over 20 tatchu ( sub-temples ) , and remains the atmosphere of the early-modern times . daitoku-ji temple has played a great part in japanese culture ; having produced many eminent monks and becoming closely linked to the japanese tea ceremony . the main temple and sub-temples represent a wealth of cultural property such as architecture , gardens , partition paintings , tea utensils , and chinese influenced works of calligraphy . daitoku-ji temple 's founder zen priest shuho myocho was born in harima province ( present day hyogo prefecture ) in 1282 into the uranoe clan which served as retainers to the shugo akamatsu clan . at age 11 , he entered the local large shoshazan engyo-ji temple and began to study the ways of the tendai sect , but after awakening to zen buddhism , he travelled to consult with koho kennichi of kamakura and nampo jomin of kyoto . when nampo jomin was transferred to kencho-ji temple in kamakura , shuho also entered kamakura and received formal confirmation of his awakening ( dharma transmission ) from his master in 1307 . after serving at kyoto 's higashiyama for several years , shuho myocho earned the devotion of norimura akamatsu ( enshin ) in 1315 and established a small temple in the murasakino area of rakuhoku . this was the origin of daitoku-ji temple . emperor hanazono became devoted to shuho and , in 1325 , decreed that daitoku-ji temple be converted to a supplication hall . it is believed that it was around this time when the site took on the form of a temple . emperor go-daigo also patronized daitoku-ji temple and commanded that it be further elevated to the top of the kyoto-gozan in 1334 . however , when the kemmu restoration ended and the ashikaga clan gained control of the nation , temples that held a deep relationship with emperor go-daigo were looked down upon by the ashikaga clan and this led to daitoku-ji temple being excluded from the gozan-jissetsu . in 1386 , the temple was reinstated near the very bottom of the gozan-jissetsu as number 9 . for this reason , daitoku-ji temple withdrew from the government patronage , control and increasing secularization of the gozan-jissetsu and pursued its own path by engaging in ascetic practices through zen meditation . temples , including those of the rinzai sect , outside the system such as daitoku-ji temple and myoshin-ji temple are known as ' rinka ' in contrast to gozan-jissetsu temples which are called ' sorin . ' following this , daitoku-ji temple enjoyed the patronage and support of a wide range of people including aristocrats , daimyo , business people and cultural figures and , from the muromachi period , produced a string of eminent monks including ikkyu shojun . after higashiyama culture proponents such as wabi-cha tea ceremony creator juko murata began consulting with ikkyu , daitoku-ji temple came to be closely linked with the world of the tea ceremony and tea ceremony masters such as joo takeno and rikyu sen . the first monastery was completely destroyed by the fire of 1453 and the onin war ( 1467-1477 ) but ikkyu shojun reconstructed it with the cooperation of wealthy merchants from the city of sakai . he continued to receive the devotion of daimyo such as hideyoshi toyotomi . in the early edo period , the temple fell under the control of the shogunate and the former chief priest takuan soho was forced into exile in what is known as the purple robe incident , but relations with the shoganate subsequently recovered . temple activities continue to flourish until today . chokushi-mon gate ( the gate for the imperial envoys ) , sam-mon gate , butsu-den and hatto ( lecture hall ) are arranged in almost a straight line and the monastery around which these are centered is surrounded by over 20 sub-temples . chokushi-mon gate ( important cultural property ) - the imperial palace gate constructed between 1596 and 1614 was bestowed to the temple where it was relocated in 1640 . sam-mon gate ( important cultural property ) - a two storey gate . the lower storey alone was completed in 1529 using funds donated by renga poet shocho and the upper storey was completed in 1589 by rikyu sen . rikyu installed a wooden statue of himself in the upper storey ( so that those who pass through the gate must pass below rikyu ) , but this enraged hideyoshi toyotomi who used this as a pretext for pressuring rikyu to commit suicide . butsu-den ( buddha hall ) ( important cultural property ) - constructed in 1665 using a donation from wealthy kyoto merchant joyu nawa . hatto ( lecture hall ) ( important cultural property ) - constructed in 1636 by masanori inaba in order to fulfill the dying wish of his father odawara castle lord masakatsu inaba . hojo and entranceway ( abbot 's quarters ) ( national treasure ) - constructed in 1635 using funds donated by wealthy merchant masukatsu goto in order to commemorate the 300th anniversary of the death of founder daito-kokushi ( shuho myocho ) , with the entranceway being built in the following year . the word ' hojo ' originally referred to the main priest 's living quarters but in japanese zen buddhist temples , hojo have more of a significance as spaces for receiving visitors or holding rituals . conventional hojo architecture often consists of a total of 6 rooms arranged in a 2x3 arrangement but that of daitoku-ji temple is different in that consists of a 2x4 arrangement of 8 rooms with two rooms of the second row on the right serving as the tassho ( burial place ) of founder daito-kokushi ( shuho myocho ) , unmonan . this is because shuho stated in his will , ' after i pass away , i am not worthy of having another temple built simply to serve as my burial place . ' the hojo partition paintings are the work of tanyu kano . the dry landscape garden has been nationally designated as a special place of scenic beauty and a special historic site . kara-mon gate ( national treasure ) - said to be a remnant of jurakudai . it is a momoyama period architectural piece featuring lavish carvings and paintwork . visitors must take care as some of the sub-temples can be visited and some can not . currently , the majority of the sub-temples do not allow general worship and those which are open to visitors are ryogen-in temple , zuiho-in temple , daisen-in temple and koto-in temple ( as of 2007 ) . tokuzen-ji temple yotoku-in temple ryogen-in temple - the oldest of all daitoku-ji temple 's sub-temples was founded by bukkei daien-kokushi and established by yoshimoto hatakeyama of noto province , yoshioki ouchi of suo province and yoshichika otomo of bungo province . known for the ryugin [ ryogin ] -tei garden , totekiko garden and the stone garden of ahum . the stone garden in front of the hojo was created in the late showa period under the supervision of high priest katsudo hosoai . obai-in temple ( kyoto city ) - built by nobunaga oda . contains the tomb of ujisato gamo . daiji-in temple zuiho-in temple - built by yoshishige otomo . contains the tomb of ruikotsu matani , founder of the religious publication ' chugai nippo . ' korin-in temple seiju-in temple sangen-in temple - built by mitsunari ishida , yoshinaga asano and yoshinari mori shinju-an temple - this temple connected to ikkyu shojun is known for its garden ( special historic site / special place of scenic beauty ) believed to have been created by juko murata and partition paintings by jasoku [ dasoku ] soga and tohaku hasegawa . daisen-in temple - known for its main hall that has been designated a national treasure and the dry landscape garden which is both a special historic site and a special place of scenic beauty . hoshun-in temple ( kyoto city ) - tomb of the maeda family of kaga province . ryosen-an temple nyoi-an temple juko-in temple - known for its partition paintings by eitoku kano which have been designated national treasures . soken-in temple - built by hideyoshi toyotomi for the enlightenment of nobunaga oda . ryusho-ji temple koto-in temple - connected to the hosokawa clan and contains the tombs of individuals including tadaoki hosokawa and his wife gracia hosokawa . it also includes a tomb that is considered to be that of izumo no okuni . gyokurinin temple ryoko 'in temple ( kyoto city ) - built by nagamasa kuroda . well-known for its tea room known as ' mittan . ' contains the burial place of the arisugawa-no-miya family ( from the 1st generation imperial prince yoshihito to 7th generation imperial prince tsunahito ) . daiko-in temple koho-an temple - built by enshu kobori . well-known for its tea room known as ' bosen . ' shogen-in temple the national treasures / important cultural properties in the possession of daitoku-ji temple 's main temple are listed below . kara-mon gate hojo ( abbot 's quarters ) and entranceway ink and light color on silk kannon enkaku zu ( image of the white-robed guanyin ) - southern song period , painted by muxi color on silk portrait of daito-kokushi inscribed with the first year of the kemmu era ( 1334 ) . xutang zhiyu bokseki - southern song period the chinese monk xutang was the master of shuho myocho 's own master nampo jomin . the word ' bokuseki ' means writing , especially that of an eminent zen monk . shinkan will and testament of emperor go-daigo dated the 24th day of the 8th month of the 3rd year of the genko era ( 1333 ) . the word ' shinkan ' means the emperor 's own writing . zen buddhism originally recruited widely under the jippo-jujisei system of succession to the abbacy in zen temples , but daitoku-ji temple was not involved in the system and this letter recognizes that only those monks who were followers of shuho myocho could be installed into the role of abbot . architecture chokushi-mon gate ( the gate for the imperial envoys ) butsu-den ( buddha hall ) ( including meigetsu-bashi bridge ) hatto ( lecture hall ) ( including hallway ) sam-mon gate yokushitsu ( bathroom ) kyozo ( sutra repository ) hallway shindo ( dormitory ) kuri ( priest 's living quarters or kitchen ) taishinryo ( dormitory ) bell tower paintings ink on silk ryuko zu ( image of a dragon and a tiger ) - painted by muxi ink on silk ryuko zu ( image of a dragon and a tiger ) - attributed to muxi color on silk unan osho portrait - inscribed with the 11th year of the jiading period ( 1218 ) color on silk kido osho portrait - inscribed with the first year of the xianchun period ( 1265 ) color on silk daio-kokushi portrait - inscribed with the first year of the shoo period ( 1288 ) color on silk daito-kokushi portrait color on silk chosei bikuni portrait - inscribed by yoso on 10th day of the 7th month of the bunan era ( 1449 ) light color on paper portrait of yangqi osho - painted by bunsei , inscribed by yoso light color on paper portrait of yoso osho - painted by bunsei color on silk gohyakurakan zo ( image of the five hundred arhats ) - painted by tinggui lin , jichang zhou et al , 82 haba ( 30.996 m ) . color on silk portrait of emperor go-daigo color on silk portrait of juo color on silk portrait of yoryu kannon - designated an important cultural property in 1900 color on silk portrait of yoryu kannon - designated an important cultural property in 1907 color on silk portrait of yoryu kannon - designated an important cultural property in 1908 color on paper butsu nehan zu ( image of a nirvana scene ) - painted by naonobu kano ink on paper bussetsu kyokaikyo ( buddhist sutra ) - written by iehiro konoe ink on paper hakuo ashi sagi zu - six folding blind painted by nichokuan soga ink on paper fuyo zu ( image of confederate roses ) - attributed to muxi hojo ( abbot 's quarters ) partition paintings - tanyu kano , 83 screens sculptures and crafts writings and ancient documents 4.267 daitoku-ji temple archives historic sites / special places of scenic beauty hojo ( abbot 's quarters ) garden take the kyoto city bus and alight at daitokuji-mae stop daitoku-ji temple 's main temple building is not open to the public ( holds a bakuryoten on a sunday in early october each year to display fusuma paintings etc . ) among the sub-temples , those that are generally open to the public are ryogen-in temple , zuiho-in temple , daisen-in temple and koto-in temple . obai-in temple , shinju-an temple , juko-in temple , soken-in temple , hoshun-in temple , korin-in temple , koho-an temple and others may open specially for a limited time during the autumn . ryoko 'in temple is ordinarily closed to the public . +sennyu-ji temple is the head temple of the shingon sect sennyu-ji school located in sennyuji yamanouchi-cho , higashiyama ward , kyoto city . the honorific mountain prefix is ' tozan ' or ' senzan . ' its principal images are shaka nyorai , amida nyorai and miroku nyorai ( maitreya ) , which are known as known as ' sanze-butsu . ' it is said to have been built during the heian period but the actual kaiki ( founding priest ) was kamakura period priest gachirin-daishi shunjo . the temple precinct at the foot of mt . tsukinowa in the southern tip of higashiyama ( kyoto prefecture ) houses the imperial tombs of kamakura period emperors go-horikawa and shijo , edo period emperor go-mizunoo and many other successive emperors leading up to the end of the edo period , which has led to it also becoming known as the imperial family temple mitera sennyu-ji temple . origin and history along with other temples such as ninna-ji temple and daikaku-ji temple , it is known for its relationship to the imperial household , but the time and circumstances of its construction remain unclear . according to legend , it was founded in the year 856 after the ceremonial house of the fujiwara clan sadaijin ( minister of the left ) fujiwara no otsugu requested that shinshu shonin serve as kaisan ( the founder of a temple ) of his mountain villa . during this time , it was known as horin-ji temple and was later renamed senyu-ji temple . according to the historical text " shoku-nihongi , " fujiwara no otsugu passed away in the year 843 so , if the above legend were to be believed , the temple would have to have been built in accordance with instructions left before his death . another legend names kukai as the temple 's founder . it goes that kukai founded horin-ji temple on the site between the years 824 and 834 and that it was later restored by fujiwara no otsugu and renamed senyu-ji temple in the year 855 . an alternative legend puts the time of the temple 's founding by kukai at the year 807 and states that it subsequently became known as imakumano kannon-ji temple ( within the sennyu-ji temple precinct , stamp office for temple number 15 of the saigoku sanjusankasho ( the 33 temples that are visited during the kansai kannon pilgrimage ) ) . combining the above legends leads one to believe that original temple founded during the early heian period fell into ruin later in the heian period and was then restored at some point in the kamakura period . in 1218 , during the kamakura period , nobufusa utsunomiya donated the dilapidated sen 'yu-ji temple to shunjo who received further donations from numerous parties and constructed a large monastery on the site , which is said to have been given the name sennyu-ji ( gushing spring temple ) due to the sudden appearance of a spring ( the old temple name was ' senyu-ji , ' which has similar pronunciation to sennyu-ji ) . as minamoto no yoritomo 's retainer , nobufusa utsunomiya was charged with the protection of buzen province and was devoted to shunjo . shunjo ( 1166-1277 ) was a priest and scholar from higo province ( kumamoto prefecture ) who left for china in 1199 during the song dynasty where he stayed for 13 years and studied the ways of the tendai and ritsu sects before returning to japan in 1211 . he was strongly influenced by the song culture and constructed the entire sennyu-ji temple monastery in the contemporary style of the chinese song dynasty . sennyu-ji temple centered around the ritsu sect but flourished as a four sect ( five including ritsu ) place of enlightenment combining the tendai sect , to-mitsu-sect ( shingon sect ) , zen sect and pure land sect . in 1224 , the temple was made an imperial supplication hall by emperor go-horikawa . the imperial tombs of emperor go-horikawa and the following emperor shijo were constructed within sennyu-ji temple and it was this time when its relationship with the imperial household was strengthened . the temple also entombs the remains of successive edo period emperors from emperor go-mizunoo to emperor komei who reigned at the end of the period . this led to it becoming an imperial family temple and honorifically referred to as ' mitera . ' ( a family temple is one where ancestors rest and offerings of incense and flowers are made ) . the various halls of the temple complex have been repeatedly destroyed by fire , including during the onin war , and those that remain today were rebuilt after the early modern times . monastery entering through somon gate , there are several sub-temples on both sides of the sando ( approach / entrance path ) . as you pass under daimon gate ( important cultural property ) at the end of the long sando , on the left is the yokihi-kannon-do ( empress yang-avalokitesvara hall ) , straight ahead is the butsu-den ( buddha hall ) ( important cultural property ) around which the monastery is centered , the shari-den ( reliquary hall ) , and behind these is the reimei-den , goza-sho ( the imperial chamber ) and other buildings connected to the imperial household . daimon gate ( important cultural property ) - constructed in the early edo period for the imperial palace and relocated to the temple . yokihi-kannon-do ( empress yang-avalokitesvara hall ) - standing in a secluded location on the left , just as you enter the daimon gate . houses a sitting statue of kannon ( commonly called yokihi-kannon ) that was created in china during the southern song dynasty . shinsho-den - a museum adjoining the yokihi-kannon-do ( empress yang-avalokitesvara hall ) that sequentially displays the cultural properties possessed by sennyu-ji temple and its sub-temples . butsu-den ( buddha hall ) ( important cultural property ) - reconstructed with the assistance of ietsuna tokugawa in 1668 . the central hall of an esoteric buddhist temple is often known as a ' hon-do ' or ' kon-do ' but in this temple it has the chinese song dynasty style name of ' butsu-den . ' the architecture of the interior features such as the zen temple style doma ( an earthen-floored room ) , pillars , windows , square framing and ceiling beams are typical of zen-sect-style architecture . it houses statues of the principal images shaka nyorai , amida nyorai and miroku nyorai ( maitreya ) which represent past , present and future . the image of a dragon on the roof and that white-robed kannon behind the principal mages are the works of tanyu kano . shari-den ( reliquary hall ) - stands behind the butsuden . houses the teeth obtained after the cremation of shaka nyorai that are said to have been brought from the bailian temple in the qingyuan prefecture of southern song dynasty china by shunjo 's student tankai . reimei-den - houses the buddhist mortuary tablets of successive emperors from emperor tenchi and emperor konin to emperor showa ( including emperors of both northern and southern imperial courts ) and their wives . reconstructed in 1884 . goza-sho ( the imperial chamber ) - stands behind the butsu-den and shari-den . this was built during the ansei era ( late edo period ) and before being relocated to the temple in 1884 , was originally the dwelling used by emperor meiji in the old imperial palace . includes rooms such as the court lady room , head priest room , imperial family room , chamberlain 's room , imperial messenger 's room and the throne room . the throne room is used as a place of rest by the emperor and empress when visiting the temple . even in the current heisei era ( 1989-present ) , this room is used when the present emperor visits sennyu-ji temple for occasions such as his coronation report ( 1990 ) , the 1,200th anniversary of the establishment of the capital in the city of heian ( 1994 ) , and his report on the 10th year of his reign ( 1999 ) . kaie-do - a dozo-zukuri ( fireproof building with a timber structural frame and thick mud walls finished with plaster ) butsu-do ( hall that enshrines a buddhist statue ) adjoins the goza-sho . the roof is pyramidal . the butsu-do called ' kurodo ' originally sat within the imperial palace but the 1868 ordinance distinguishing shinto and buddhism was used as an opportunity to relocate it to sennyu-ji temple . it houses 20 of the small buddhist images ( guardian deities ) that were kept by the emperor , empress and imperial princes . of the sub-temples , kannon-ji temple ( higashiyama ward , kyoto city ) , stamp office for temple number 15 of the saigoku sanjusankasho , is well-known . there is also sokujo-in temple , which houses the important cultural property of the wooden amida buddha and twenty-five bodhisattvas , and kaiko-ji temple , which houses the 10 meter tall ( including the pedestal and halo ) wooden standing statue of shaka nyorai . cultural properties sennyu-ji temple kanenso ( donation solicitation prospectus ) - written by shunjo . shunjo created this prospectus in order to solicit the donations required to restore the dilapidated original temple and rename it sennyu-ji temple . not only is it a valuable document relating to the history of the establishment of sennyu-ji temple , but it is also an amazing work of calligraphy . fuhojo - written by shunjo in the last month before his death as proof that he passed his teachings onto his student shinkai . wooden sitting statue of kannon ( yokihi kannon ) including the wooden standing statue of idaten and the wooden standing statue of somachattra - housed within yokihi-kannon-do ( empress yang-avalokitesvara hall ) . believed to have been brought from china by shunjo 's student tankai in 1255 along with the buddhist ashes . for a long time , it was withheld from public view and only displayed once every 100 years , but finally went on general display in 1955 - 700 years after it was brought to japan . the workmanship and materials are visibly different from those of japanese buddhist statues and it is believed to have been brought from southern song dynasty china as the temple 's legend tells . the wooden standing statue of idaten and wooden standing statue of somachattra housed within the shari-den were also made in southern song dynasty china and designated important cultural properties in 1997 along with the yokihi kannon statue . other important cultural properties butsu-den ( buddha hall ) daimon gate kaisan-do kaisan-to ( sekizo muho-to ) sekizo muho-to ( 2 ) color on silk portrait of discipline master dosen and discipline master gansho color on silk portrait of discipline master shunjo sword inscribed yamato norinaga emperor nakamikado shinkan daienkaku-shinsho-kokushi-go chokusho 10 lotus sutra scrolls ( shared by sennyu-ji temple and unryu-in temple ) take the kyoto city bus , alight at sennyuji-michi stop and walk for about 5 minutes to somon gate or about 10 minutes to daimon gate . alight at jr nara line tofuku-ji station and walk for about 15 minutes to somon gate or about 20 minutes to daimon gate . +tofuku-ji temple , situated in hommachi , higashiyama ward , kyoto city , is the head temple of the rinzai sect tofuku-ji school of zen buddhism . its honorific mountain prefix is enichisan . its principal image is the buddha shakamuni , its kaiki ( patron of a temple in its founding ) was michiie kujo and the role of kaisan ( first chief priest ) was fulfilled by shoichi-kokushi enni . the temple had remained prestigious from middle ages right through to recent times as the fourth zen temple of the kyoto-gozan . despite the fact that its former scale had been diminished during the anti-buddhist movement of the meiji period , even now it is an extremely large temple with 25 tatchu ( sub-temples ) . the temple precinct features a large number of maple trees including three-pointed leaf maples known as ' tsuten momiji ' which were brought to japan from sung dynasty china . originally , sakura cherry trees were planted but these were cut down and replaced by maple trees due to fears that the temple grounds would become merely a pleasure spot . during the russo-japanese war of the meiji period , the temple precinct was confiscated and used as a detention camp for russian prisoners of war . history tofuku-ji temple is located on the southeast edge of higashiyama ward , kyoto city and borders fushimi ward . a giant monastery belonging to the hossho-ji temple once stood on the site and was built as a fujiwara clan temple in the year 924 by fujiwara no tadahira ( hossho-ji temple continues to exist as a small temple near the west japan railway company ( jr west ) keihan electric railway tofukuji station ) . in 1236 , michiie kujo ( father of regent and kamakura shogun fujiwara no yoritsune ) vowed to build a large temple housing an approximately 15 meter tall statue of the buddha shakamuni on the site and the first character of the names of each of nara 's great temples , todai-ji temple and kofuku-ji temple , were combined to create the name ' tofuku-ji temple . ' construction work on the butsuden ( buddha hall ) housing the 15 meter tall statue of the buddha shakamuni began in 1239 and was completed in 1255 . the statue itself was destroyed by fire in 1319 and rebuilt during the latter half of the 14th century before once again being destroyed by fire in 1881 . tofuku-ji temple is in possession of a giant buddha 's hand ( the remaining 2 meters ) and this is assumed to be the left hand that was saved from the meiji period fire that destroyed the former statue of the principal image . this is a remnant of the principal image statue rebuilt in the 14th century , not that of the temples founding , but it is clear that the given height of 15 meters is no exaggeration . michiie kujo served as kaisan ( first chief priest ) and received zen monk enni ( 1202-1280 ) on his return to japan from studying in song dynasty china . enni was from suruga province ( present day shizuoka prefecture ) and departed for china in 1235 to study under eminent master wuzhun shifan ( 1178-1249 ) of the xingshen wanshou zen temple on mt . jingshan . in 1241 , he received inka ( certification as a zen master ) and returned to japan . enni first resided at joten-ji temple in hakata , kyushu but this temple was persecuted by tendai sect followers and set on fire , which led him to travel to kyoto with the support of michiie kujo , and he was received as kaisan of tofuku-ji temple . construction work on tofuku-ji temple spanned over 30 years and its hatto ( lecture hall of an exoteric buddhist temple ) was completed in 1273 . starting with the blaze of 1319 , the structure was repeatedly destroyed by fire but each time was rebuilt with the support of the kujo family , the ashikaga family and the tokugawa family among others . more recently , the great fire of 1881 destroyed structures which included the butsuden , hatto , hojo ( head priest 's living quarters ) and kuri ( priest 's living quarters or kitchen ) . the current hondo ( main hall ) , hojo , kuri etc. were rebuilt after the meiji period but other mediaeval structures including the sammon gate , tosu ( lavatory ) , yokushitsu ( bathing room ) and zendo ( meditation hall ) escaped the fire to remain to this day and become designated national treasures . tofuku-ji temple has produced a succession of many eminent monks , with the most noteworthy among these being " genko-shakusho " author kokan shiren and the artist kitsuzan mincho who was active during muromachi period and greatly influenced later buddhist painting and india-ink painting . monastery the main monastery comprises of , among other structures , the sammon gate , butsudo , hojo , and kuri , and is accompanied by a total of 25 sub-temples that are situated to its north , south and west . to the north of the main monastery lies a valley named sengyokukan , which is spanned by , from west to east , the three bridges gaun-kyo bridge , tsuten-kyo bridge and engetsu-kyo bridge ( important cultural property ) . tsuten-kyo bridge is a continuation of the roofed hallway that leads away from the hondo and this area is particularly well-known for its japanese maple trees . on the other side of the bridge ( northern side ) sits joraku-an that enshrines the temple 's kaisan ( first chief priest ) enni . sammon gate ( national treasure ) - a two-storey gate with five bays and three entrances . five bays and three entrances means that , of the five front bays , the middle three are entrances and , although it is two-storied gate , it is different from a romon gate in that it has an extension eave at the border between the lower and upper storeys . it was rebuilt at the beginning of the 15th century and is the oldest surviving zen buddhist temple sammon gate in japan . the upper storey is home to sculptures of the buddha shakamuni and his juroku rakan ( the major sixteen enlightened disciples ( arhats ) ) . hondo ( butsuden and hatto ) features a hip-and-gable pent roof . after the butsuden and hatto were destroyed by fire in 1881 , reconstruction work began in 1917 and was completed in 1934 . it is a large scale hall measuring 25.5 meters in height with a frontage of 41.4 meters and it is said to be the largest wooden structure of the showa era . the image of a dragon on the roof was painted by insho domoto . the statue of the main deity of veneration , the buddha shakamuni ( standing and flanked by ananda and mahakasyapa ) , is a kamakura period original as it was relocated here from manju-ji temple after the fire of 1881 . hojo ( head priest 's living quarters ) reconstructed in 1890 . the gardens arranged to the east , west and south of the building were designed by modern landscape architect mirei shigemori . the stone arrangement in the western garden represents a dragon emerging from the ocean and ascending into black clouds . the checkered geometric arrangement of stones and moss of the northern garden is particularly well-known . the neighboring kuri was rebuilt in 1910 . joraku-an situated to the north of the main monastery . the plot is centered around the kaisando , in which a statue of kaisan ( founding priest ) enni is enshrined , and the shodo ( meditation hall ) . after being destroyed by fired in 1819 , reconstruction was undertaken and completed before 1826 . a two-storey building named ' dennekaku ' is at the center of the shodo . it is considered to be one of the five great towers of kyoto along with kinkaku ( rokuon-ji temple ) , ginkaku ( jisho-ji temple ) , hiunkaku ( west-hongan-ji temple ) , and donkokaku ( hoshun-in , a sub-temple of daitoku-ji temple ) . zendo ( meditation hall ) the oldest and largest surviving medieval zendo is this single storey pent gable roof building reconstructed in 1347 that occupies a magnificent position and is reminiscent of its ancient origins . tosu ( lavatory ) this sole surviving example of a muromachi period zen style tosu ( lavatory ) is the oldest and largest in japan , and has also come to be known as the ' hundred toilet ' due to the fact that it was used many student monks simultaneously . it is arranged along a central aisle with cylindrical basins installed on the right and left sides . yokushitsu ( bathing room ) this single story building with a formal tiled hip-and-gable roof at the front and gable roof at the back is known as the remains of kyoto 's oldest bath house , which was built in 1459 . inside , two steam baths stand on the main wooden floor and in the rear are kettles and furnace openings . gekka-mon gate this cypress bark gable-roofed four-legged gate retains kamakura period detailing such as its frog-leg struts and is said to be the gekka-mon gate of kyoto imperial palace that was granted to sanetsune ichijo by emperor kameyama when he built joraku-an in 1268 . rokuhara-mon gate this early kamakura period gate located at the southernmost point of the southern main monastery was given this name as it was relocated from its original site at the hojo clan rokuhara government office . engetsu-kyo bridge this single storey bridge corridor topped by a gable roof with base tiles is one of the three bridges that spans the valley as it leads to tatchu ( sub-temple ) , ryogin-an temple and sokushu-in temple from the head temple and , it and its downstream counterparts tsuten-kyo bridge and gaun-kyo bridge , are known as the three bridges of tofuku-ji temple . tsuten-kyo bridge this bridge corridor that spans sengyokukan valley and leads from the butsuden to the kaisando ( joraku-an ) , was built in 1380 by shunoku myoha in order to save monks from the hardship of crossing the valley . in 1959 , it was destroyed by a typhoon but was rebuilt 2 years later with the piers being constructed from reinforced concrete . komyo hoden this cultural property storage facility located to the east of the hondo was completed in 1981 . it houses but does not display the cultural properties of tofuku-ji temple and its sub-temples . major sub-temples ryogin-an temple this sub-temple is located behind the kuri of the main hall on the flatland at the base of the mountain where engetsu-kyo bridge is crossed and was built just before the death of the third head priest of tofuku-ji temple and nanzen-ji temple kaisan ( founding priest ) mukan fumon in order to serve as his burial place . ( open to the public in november of each year . ) funda-in temple founded between 1321 and 1324 by uchitsune ichijo , chief advisor to the emperor , in memory of his father and is also known as sesshu-ji temple after its gardens that are said to have been created by the renowned india-ink painter sesshu . ( open to the public . ) reiun-in temple this sub-temple was founded by giyo hoshu in 1390 and gained the reverence of the higo hosokawa clan from whom it is believed to have been given the gift of an iai-seki stone representing mt . shumisen and a stone boat between 1624-1644 . ( open to the public . ) doju-in temple founded during the bunan era ( 1444-1448 ) in the mid muromachi period in tofuku-ji temple 's 129th year ; the seated statue of the main deity of veneration , fudo myoo ( important cultural property ) , thought to have been created by jocho 's father kosho is said to have been the central deity of the godaido ( hall dedicated to the five guardian kings ) that was established by fujiwara no michinaga in old hossho-ji temple in 1006 . ( open to the public . ) komyo-in temple founded by kinzan myosho in 1391 with a garden named ' hashin-no-niwa ' created by mirei shigemori . ( open to the public . ) tentoku-in temple founded by zen master mumu issei during the shohei era ( 1346-1370 ) in tofuku-ji temple 's 30th year ; the dry landscape garden completely covered in hair moss is beautifully complemented by the blue and white of the chinese bellflowers . ( open to the public from mid-june to early july and from november 1 to 30 . ) taiko-an temple this sub-temple , founded in 1346 by the 43rd chief priest of tofuku-ji temple shokai reiken , became temporarily ruined during the onin war but was restored by ankokuji ekei in 1599 . ( visitors are required to book in advance . ) manju-ji temple believed to have once stood in takakura , manjuji-dori , shimogyo ward and was highly renowned as the fifth of the kyoto-gozan . it was relocated to its current location during the tensho era ( 1573-1592 ) . cultural properties sammon gate color on silk portrait of wuzhun shifan inscribed 1238 - a southern song period work dating from 1238 . the master of the temple 's kaisan enni ( founding priest ) , wuzhun shifan , was an eminent master of song dynasty china . in zen buddhism , a disciple 's training is concluded by the presentation of his master 's portrait and this specimen was presented by enni . wuzhun shifan bokuseki on silk ( enni 's certification as a zen master ) - written in 1237 during the southern song period . the word ' bokuseki ' means the writing of a zen high monk . this item was received by enni 's master as proof of his training . 19 zen temple calligraphic frames and plates 103 volumes of imperial readings of the taiping era 12 volumes of the song dynasty book ' yichu liutie ' the hojo of sub-temple ryogin-an temple is also a national treasure . many of the paintings , sculptures , crafts , documents etc. that have been designated important cultural properties are kept in the komyo hoden but are not on public display . other pieces , including paintings , have been deposited with tokyo and kyoto national museums . architecture rokuhara-mon gate yokushitsu ( bathing room ) tosu ( lavatory ) zendo ( meditation hall ) engetsu-kyo bridge sansho-ji aizendo gekka-mon gate nio-mon gate bell tower ( at manju-ji temple ) thirteen-storied pagoda ( stone ) joraku-an kaisando , shodo , kyakuden ( guest hall ) ( fumonin ) , tassuryo ( reception building ) , kuri ( priest 's living quarters or kitchen ) , romon gate , bell tower , uramon ( rear gate ) . paintings 45 color on silk gohyakurakan zu ( images of the five hundred arhats ) ( attributed to kitsuzan mincho ) color on silk shaka sanzon zo ( image of gautama buddha flanked by two attendants ) color on silk portrait of oan osho color on silk portrait of shoichi-kokushi inscribed by kempo shidon color on silk portrait of shoichi-kokushi inscribed with the 3rd year of the koan era ( 1280 ) color on paper portrait of shoichi-kokushi painted by kitsuzan mincho india-ink on paper portrait of shoichi-kokushi attributed to kitsuzan mincho ( iwaue zo ) color on silk portrait of michiie fujiwara india-ink on silk portrait of yuima koji 3 light color on paper portraits of daruma gama tekkai painted by kitsuzan mincho 40 color on paper portraits of the 40 ancestors painted by kitsuzan mincho light color on paper image of tofuku-ji temple monastery ( attributed to sesshu ) 74 partition paintings in the hojo of fumonin sculpture mokuzo sogyo zazo ( wooden seated statue attired as a buddhist monk ) mokuzo jizo bosatsu zo ( wooden seated statue of ksitigarbha ) mokuzo nitenno ryuzo ( wooden standing statue of two tenno ( guardians ) ) crafts vermilion lacquered peony arabesque openwork table bonsho ( temple bell ) writings and archives writing of shoichi-kokushi - will dated the 17th day of the 10th month of the 3rd year of the koan era ( 1280 ) 2 writings of bukkan zenji , enni-go 4 writings of kokan shiren - shingaku kaizampon letters written by zen master fojian of mt . jingshan and compiled by dao can 30 volumes of genko-shakusho 8 volumes of santendai godaisanki 5 bushun gyojoki written by tokunyo 2 sect lineage charts ( silk ) large sect lineage chart to-ji temple certificate of tendai lineage 8 tofuku-ji temple succession epitaphs created in song dynasty china fumonin inventory of books written by daido ichii both volumes of song dynasty china book shanjia yiyuan written by keguan 6 volumes of song dynasty china book sifenlu biqiunichao written by daoxuan 3 volumes of song dynasty china book siming shiyi compiled by zhili , written by jizhong 5 volumes of song dynasty china book shumon toyoshu soeishu 4 volumes of song dynasty china book taizong shilei yinge lun written by shanyue 1 volume of song dynasty china book the doctrine of the mean in three sections written by jiu-cheng zhang . 4 volumes of song dynasty china book the analects of zen master fojian song dynasty china book fozu zongpai tu compiled by ru-da 4 volumes of song dynasty china book the analects of zen master yuanwu ( 2 parts ) compiled by shaolong etc . 4 volumes of song dynasty china book lankavatara sutra ( transcribed by su shi ) 6 volumes of song dynasty china book lengjia tongyi written by shanyue 30 volumes of song dynasty china book shou leng yan jing yi hai documents related to enni michiie kujo so shobunjo chinese zen temple diagram on paper ( jiden daiso shozan zu ) shoichi-kokushi certification of ordination ( 2 ) shoichi-kokushi government license allowing him to practice as a buddhist monk ( 2 ) 2 tofuku-ji temple amended sutra boards written by kozan ikkyo tofuku-ji temple articles ( 1st day of the 6th month of the 3rd year of the koan era ( 1280 ) ) tofuku-ji temple archives ( 5585 ) including 43 scrolls , 129 plates , 1474 books , 67 folding books , 3770 sheets of paper , 51 shiki , 6 leaves , 2 sheets take the keihan main line , alight at ' tobakaido station ' or ' tofukuji station ' and walk . take the jr nara line to ' tofukuji station ' and walk . films shot at tofuku-ji temple detective conan : crossroad in the ancient capital ' +seiryo-ji temple is a buddhist temple of the pure land sect located in sagano , ukyo ward , kyoto city , kyoto prefecture . its honorific mountain prefix is ' godaisan . ' it is known as saga shaka-do and , from the middle ages , has also been referred to as the ' place of yuzu-nembutsu enlightenment . ' initially , the temple belonged to the kegon sect before becoming a pure land sect temple . the temple 's object of devotion is shaka nyorai and was founded by kaiki ( patron of a temple in its founding ) chonen , with his student josan serving as kaisan ( founding priest ) . origin and history seika-ji temple both seika-ji temple , devoted to amida sanzon , and seiryo-ji temple , devoted to shaka nyorai , are connected to the history of this temple . this site was originally the location of a villa named seikakan belonging to imperial prince and sadaijin ( minister of the left ) minamoto no toru ( 822-895 ) , son of emperor saga . in the year 896 , on the first anniversary of the death of minamoto no toru , his son fulfilled the unachieved ambition of his father by creating a statue of amida sanzon and installing it in the amida hall that he named seika-ji temple . in the year 945 , the wife of imperial prince shigeakira founded a new hall and installed within a life-sized statue of shaka nyorai . one theory claims this to be the origin of the name ' shaka-do ' ( shaka hall ) . seiryo-ji temple several decades after the founding of seika-ji temple , there lived a monk from todai-ji temple named chonen ( 938-1016 ) who travelled to northern song period china on a pilgrimage to mt . wutai ( also known as mt . qingliang ) . in the year 985 , while in song china , chonen appointed buddhist artisans of kaiyuansi temple in taizhou to carve of a statue of shaka nyorai . this shaka nyorai statue is said to be a copy of an actual likeness made from chinaberry commissioned by the indian king udayana during shaka 's lifetime and have the history that two statues changed places , for this reason , is also called the ' three nation shaka statue ' due its transmission from india to china and then to japan . after returning to japan in the year 987 , chonen likened kyoto 's mt . atago-yama to mt . wutai in china and attempted to establish a temple at its base in which to install the shaka statue . it is believed that chonen chose to install the three nation shaka statue at this saga site as the center of the southern capital of buddhism . it is thought that intended to establish seiryo-ji temple at the base of mt . atago-yama in the northwest of the capital in order to counteract the corresponding enryaku-ji temple situated at mt . hieizan in the northeast . however , chonen 's ambition was not realized and he passed away in 1016 . on receiving his master 's dying wish , chonen 's disciple josan went on to found godaisan seiryo-ji temple . dai-nembutsu ( yuzu-nembutsu ) the temple 's link to yuzu-nembutsu came about after 1279 . in this year , enkaku , an enlightened monk named dai-nembutsu chuko shonin practiced yuzu-nembutsu at the temple . dai-nembutsu went on to flourish on the site and it became known as a place of yuzu-nembutsu enlightenment . dai-nembutsu plays are thought to have been first performed at the temple in 1443 . the temple 's monastery was destroyed by fire during the onin war but was rebuilt in 1481 . dekaicho in 1530 , it became a pure land sect temple after enyo entered the temple and conducted the first noon prayers to amitaba . the shaka-do ( hondo ) was donated by hideyori toyotomi in 1602 but a great fire spread throughout saga , causing damage to the monastery below , which was compounded by damage inflicted by a large earthquake . in 1700 , the statue of the principal deity began to be taken out and displayed , starting in edo and at various locations in what is known as dekaicho . in addition , restoration of the monastery was carried out in accordance with the wish of tsunayoshi tokugawa 's mother keishoin . these events resulted in the three nation shaka statue becoming increasingly revered and seiryo-ji temple being referred to as ' saga shaka-do . ' on the other hand , the original seika-ji temple gradually fell into decline and the surviving amida hall and amida sanzon statue ( national treasure now installed in reihokan ) are its last remaining traces . monastery entering the main nio-mon gate with a frame of ' wutaishan ' hanging ; straight ahead is the main hall ( shaka hall ) housing the statue of shaka nyorai and to the east of the main hall is amida hall that once housed the former seika-ji temple principal image amida sanzon ( now within in reihokan ) , which , contrary to custom , is situated so that the statue would have been facing westward . to the west of the main hall is the south-facing yakushi-ji temple . the current main hall was rebuilt in 1701 and the amida hall was rebuilt in 1863 . on the western side of the sando ( entrance path ) leading from the nio-mon gate to the main hall are various buildings including the tahoto tower based on the lotus sutra , the shotoku-taishi-den recreating the horyu-ji temple yumedono and kyogen-do . kyogen-do becomes busy during the spring dai-nembutsu season . on the eastern side of the sando is the issai kyozo ( rinzo ) with statue of fu dashi and his son installed on the front . as well as those buildings given above , the precinct also includes the reihokan which houses and exhibits precious artifacts such as a statue of a young honen shonin seeking enlightenment and a burial mound containing the head of hideyori toyotomi . cultural properties wooden standing image of shaka and objects contained within - this is the ' three nation shaka statue ' referred to in the ' origin and history ' article . it is 160 cm tall and said to be made from the wood of the prunus wilsoni koehne tree not found in japan . the knots in the hair and concentric rings on the robes make it immediately obvious that the style is different from that of traditional japanese buddhist statues . in 985 , while chonen was in song china , he commissioned the piece at kaiyuansi temple in taizhou and it is known from the inscriptions and writings on the objects inside that the names of its makers are yanjiao zhang and yanxi zhang . nearly 100 imitations of this statue are known to exist around japan including at saidai-ji temple ( nara city , nara prefecture ) and are referred to as ' seiryo-ji temple-style shaka statues . ' in addition , numerous pieces including documents relating to the statue 's creation , items left by chonen and buddhist block prints were discovered within the abdomen of the statue and these have all been designated national treasures along with the statue itself . among these objects , ' five solid organs and six hollow organs ' ( a model of the internal organs made of silk ) , have gained a lot of attention as a valuable resource for the study of medical history . items left by chonen include a birthday document ( birth details ) and documents with hand-prints . wooden sitting statue of amida sanzon - the object of veneration of seika-ji temple referred to in the ' origin and history ' article . believed to have been completed in 896 on the first anniversary of the death of minamoto no toru . 16 color on silk portraits of the 16 arhats - the only existing arhat image from northern song period china . eight have been deposited at tokyo national museum and eight at kyoto national museum . 6 volume color on paper shaka-do doctrine of pratitya-samutpada ( attributed to motonobu kano ) 2 volume color on paper yuzu-nembutsu doctrine of pratitya-samutpada wooden statue of the bodhisattva manjusri riding a lion wooden statue of sakra ( has been told samantabhadra ) riding a elephant wooden standing statue of the bodhisattva ksitigarbha wooden standing statue of vaisravana wooden standing statue of the four heavenly kings wooden standing statue of ten great disciples 2 letters written by genku and shouku ( including 1 oath written by naozane kumagai , 2 kosho mandala , and 1 kosho mandala yurai ) events saga dai-nembutsu ( dai-nembutsu kyogen ) location : 46 fujinoki-cho sagashakado , ukyo ward , kyoto city transport : take the kyoto city bus or kyoto bus to sagashakado-mae and walk for 2 minutes . +myoshin-ji temple is situated in hanazono , ukyo ward , kyoto city and is the head temple of the rinzai sect myoshin-ji school of zen buddhism . its honorific mountain prefix is shobozan . the object of veneration is shaka nyorai , the kaiki ( patron of a temple in its founding ) was emperor hanazono and the kaisan ( first chief priest ) was kanzan egen ( muso-daishi ) . of the approximately 6,000 rinzai sect temples in japan , around 3,500 belong to the myoshin-ji school . it is a large temple complex with a central monastery that includes structures such as the recently rebuilt sammon gate , butsuden ( buddha hall ) , hatto ( lecture hall ) , which is surrounded by numerous sub-temples . the zen temples of kyoto consisted of those under the protection and control of the muromachi shogunate as typified gozan-jissetsu system institutions and those outside of the system . the former were referred to as ' zenrin ' or ' sorin , ' and the latter were referred to as ' rinka . ' along with daitoku-ji temple , myoshin-ji temple is representative of strict rinka temples that were characterized by an emphasis on training . today , the precinct of myoshin-ji temple contains the villa of the retired emperor hanazono named hagiwaradono . in 1335 , the rretired emperor hanazono shaved his head and became a monk , after which he vowed to convert the hagiwaradono villa into a zen temple . the cloistered emperor 's zen master was daitoku-ji temple kaisan shuho myocho ( daito-kokushi ) . shuho passed away in the 12th month of 1337 , but , after asking the cloistered emperor hanazono on his deathbed who he should pass on his position to , he recommended leading disciple kanzan egen ( 1277-1360 ) . at this time , kanzan was training in the mountains of mino province ( gifu prefecture ) and was reluctant to return to kyoto , but on receiving the dying instructions of his teacher shuho and the imperial decree of hanazono , he could not refuse and assumed the position of kaisan at myoshin-ji temple in 1342 . the temple 's full title ' shobozan myoshin-ji ' was given by shuho and derived from the words ' shoho ganzo nehan myoshin ' ( approximately meaning ' ultimate enlightenment ' ) spoken by shaka to his disciple mahakasyapa . kanzan egen 's style of zen buddhism was strict and he lived his life to the utmost level of simplicity . unlike other eminent monks , there are no analects left by kanzan , no portraits painted during his lifetime and the only example of his writing is the inka ( master 's certification of a disciple 's completion of training ) that he presented to his disciple juo sohitsu . shogun yoshimitsu ashikaga was enraged because setsudo soboku , the 6th chief priest of myoshin-ji temple , had a close relationship with yoshihiro ouchi who flew the flag of revolt against the ashikaga clan . in 1399 , yoshimitsu confiscated myoshin-ji temple , implicated setsudo soboku as being involved with yoshihiro ouchi and had him confined to shoren-in temple . the monastery at myoshin-ji temple was destroyed by fire during the onin war ( 1467-1477 ) but was reconstructed thanks to the efforts of the sekko soshi ( 1408-1486 ) . the temple has received the backing of influential individuals including those from the hosokawa and toyotomi families and continued to flourish into modern times . chokushi-mon gate ( gate for the imperial envoys ) - built in 1610 . sammon gate - built in 1599 . a two-storey gate with five bays and three entrances ( three of the five front bays are entrances ) . the upper storey houses statues of enzu-daishi ( kannon ) and juroku-rakan-zo ( the 16 arhats ) . butsuden ( buddha hall ) - newer than the other halls , having been built in 1827 . features a single pent hip-and-gable roof . hatto ( lecture hall ) - built in 1656 . features a single pent hip-and-gable roof . o-hojo ( large abbot 's quarters ) - built in 1654 . the partition paintings in the three south rooms are by tanyu kano and those in the three north rooms are by toun kano . kuri ( priest 's living quarters or kitchen ) - built in 1653 . other buildings include a smaller hojo , a yokushitsu ( bath house ) and kyozo ( sutra repository ) ( all of the above buildings are important cultural properties ) . myoshin-ji temple has a total of 48 sub-temples which includes 38 within the precinct itself and 10 outside of the temple grounds , of which ryoan-ji temple , renowned for its rock garden , is one . ryosen-an temple kobai-in temple choko-in temple yogen-in temple tokai-an temple - the gardens have been designated a historic site and a scenic spot . the garden in front of the hojo is of a simple design surrounded by a tsuiji fence and covered in white sand with raked lines . the garden to the south of the reception building has an abstract look and features white sand in which seven rocks have been arranged . gyokuho-in temple - this is the kaizando ( an important cultural property also known as mishoan ) that enshrines a statue of kaisan ( founding priest ) kanzan egen was built during the muromachi period . the garden has been designated a historic site and a scenic spot . torin-in temple - has a dry landscape garden and a suikinkutsu . known for opening specially when the sal tree flowers come into bloom . daishin-in temple zakke-in temple fukuju-in temple nyoze-in temple kaifuku-in temple - masanori fukushima served as kaiki . founded by kaishitsu chimon . the family temple of the imperial machijiri family . yotoku-in temple daio-in temple keishun-in temple - the garden featuring thick hair moss and rhododendrons has been designated a historic site and a scenic spot . hanto-in temple chokei-in temple unsho-in temple kokoku-in temple rinka-in temple - the hojo is in possession of a sliding screen landscape painting ' suiboku sansui zu ' created by tohaku hasegawa ( important cultural property ) and sliding screen paintings by eigaku kano . chisho-in temple rinsho-in temple daitsu-in temple tenkyu-in temple kingyu-in temple jusho-in temple tensho-in temple shunko-in temple - in possession of the important cultural properties of the namban-ji temple bell and sliding screen paintings by eigaku kano in the hojo . tokuun-in temple dairyo-in temple daiho-in temple gyokuryu-in temple tsugen-in temple reiun-in temple - the dry landscape garden has been designated a historic site and a scenic spot . shotaku-in temple tenju-in temple taizo-in temple - in possession of ' hyonenzu ' ( catching a catfish with a gourd ) by josetsu , an example of one of japan earliest suiboku paintings and a national treasure ( deposited at kyoto national museum ) . jiun-in temple of those listed above , only taizo-in temple , keishun-in temple , and daishin-in temple are open to the public on a regular basis . esho-in temple ( hanazono konnan-cho , ukyo ward ) ryuge-in temple ( hanazono konnan-cho , ukyo ward ) shunga-in temple ( hanazono konnan-cho , ukyo ward ) kontai-ji temple ( tojiin nishimachi , kita ward ) senju-in temple ( ryoanji kinugasa-shita-cho , ukyo ward ) tafuku-in temple ( ryoanji kinugasa-shita-cho , ukyo ward ) ryoan-ji temple ( ryoanji goryo-no-shita-cho , ukyo ward ) reiko-in temple ( ryoanji goryo-no-shita-cho , ukyo ward ) daiju-in temple ( ryoanji goryo-no-shita-cho , ukyo ward ) seigen-in temple ( ryoanji goryo-no-shita-cho , ukyo ward ) temple bell - this is japan 's oldest bell inscribed with the ancient lunar calendar year corresponding to the gregorian calendar year 698 . it was cast in the kyushu region . myoshin-ji temple has two bells ( northwest of the hatto and southeast of the butsuden ) , but this one was housed within the former bell tower ( now moved to the hatto ) . the bell sound matches that of a garaku scale named ojikicho so has long been known as ' ojikicho bell ' and is referred to in " tsurezuregusa " ( essays in idleness ) . writing of daito-kokushi - written by shuho myocho ( daito-kokushi ) to his student kanzan egen ( myoshin-ji kaisan ) when he conferred upon him the name ' kanzan . ' writing of daito-kokushi - the inka ( master 's certification of a disciple 's completion of training ) given by shuho myocho to his disciple kanzan egen . buildings butsuden ( buddha hall ) ( including hallway ) hatto ( lecture hall ) ( including hallway ) o-hojo ( large abbot 's quarters ) sammon gate yokushitsu ( bath house ) kyozo ( sutra repository ) chokushi-mon gate ( the gate for the imperial envoys ) nan-mon gate ( south gate ) genkan ( entrance hall ) shindo ( dormitory ) ko-hojo ( small abbot 's quarters ) ( including hallway ) kuri ( priest 's living quarters or the kitchen of a temple ) ( including hallway ) kita-mon gate ( north gate ) arts and crafts color on silk portrait of emperor hanazono inscribed by emperor go-hanazono color on silk portrait of kido osho / color on silk portrait of daio-kokushi / color on silk portrait of daito-kokushi ( dated 1330 ) . 16 color on silk portraits of the sixteen arhats . 6 color on silk portraits of the rokudai soshi ink on silk portrait of the bodhisattva samantabhadra color on paper portraits of sansuan , hanshan and shide ( six-panel screen ) / color on paper images of kinki shoga-zu ( picture of people playing shogi ) ( six-panel screen ) / color on paper images of flowers ( six-panel screen ) ( all by yusho kaiho ) and color on paper image of wang lu and the shangshan sihao ( six-panel screen ) / color on paper image of ziling yan and the three laughers of tiger ravine ( two-panel folding screen ) color on paper image of a dragon and tiger ( six-panel screen ) ink on paper portrait of bodhidharma , fenggan and budai ink on paper images of the eight views of xiao-xiang ( six-panel screen ) kulika dragon-king katana sword owned by sutemaru toyotomi with hisamune inscribed on the blade small armor owned by sutemaru toyotomi : 2 pieces of body armor , 1 helmet , 1 saddle writing of kanzan egen - ju sohitsu shojo dated the 2nd month of the lunar calendar 1356 letter written by emperor hanazono ( 22nd day of the 3rd month ) correspondence written by emperor hanazono ( 29th day of the 7th month 1347 ) will and testament of emperor hanazono ( 22nd day of the 7th month 1347 , addressed to monk kanzan ) letter written by emperor go-nara conferring a name to a zen monk ( 12th day of the 3rd month 1557 ) will and testament of emperor go-nara ( 9th day of the 8th month 1557 , addressed to myoshin-ji temple hojo ) letter written by emperor go-sai conferring a name to a zen monk ( 12th day of the 12th month 1658 ) letter written by emperor higashiyama conferring a name to a zen monk ( 12th day of the 8th month 1706 ) letter written by emperor momozono conferring a name to kotoku shomyo kokushi ( 12th day of the 10th month 1756 ) letter written by emperor kokaku conferring a name to a zen monk ( 12th day of the 3rd month 1805 ) letter written by emperor komei conferring a name to a zen monk ( 12th day of the 3rd month 1855 ) important cultural properties destroyed by fire bell tower - former important cultural property destroyed by arson on september 1 , 1962 . hojo garden january 1 : shuni-e ( second-month service ) [ new year event ] february 7 : kaisan gotan-e ( founding priest 's birthday ) february 15 : parinirvana day march equinoctial week : shidosai april 8 : shaka gotan-e ( the birth of shaka ) may 18 : hojo sempo june 18 : sammon sempo july 15 : sammon segaki ( service for the benefit of suffering spirits ) august 9-10 : o-shorai mukae ( the lighting of welcoming fires to guide returning spirits ) october 5 : daruma-ki ( anniversary of bodhidharma 's death ) november 3-4 : bakuryo ( the airing out and general display of temple artifacts ) november 11 : hanazono hoo-ki ( anniversary of the cloistered emperor hanazono 's death ) december 8 : jodo-e ( bodhi day ) december 12 : kaisan-e nan-mon gate ( south gate ) : take the jr sagano line ( sanin main line ) to hanazono station ( kyoto prefecture ) or kyoto city bus / kyoto bus to myoshin-ji-mae bus stop . kita-mon gate ( north gate ) : take the keifuku railway kitano line to myoshin-ji station or kyoto city bus / kyoto buys to myoshin-ji-kitamon-mae bus stop . +daikaku-ji temple the head temple of the shingon sect daikaku-ji school located in ukyo ward , kyoto city . it is described within the main article . a pure land sect temple located in himeji city , hyogo prefecture . refer to the article ' daikaku-ji temple ( himeji city ) . ' a tendai sect temple located in daikakuji , aito-cho , echi-gun , shiga prefecture . a true pure land sect hongan-ji school temple located in omasu , ishioka city , ibaraki prefecture . daikaku-ji temple , situated in sagano , ukyo ward , kyoto city , is the head temple of the shingon sect daikaku-ji school . its honorific mountain prefix is sagasan . emperor saga was the temple 's kaiki ( patron of a temple in its founding ) and the principal objects of veneration are the five great wisdom kings centered around fudo myoo . the temple has a close connection to the imperial household , having been converted from emperor saga 's villa . it is also deeply related to the political history of japan , with emperor go-uda governing from within . it is the home of the saga goryu school of ikebana that originated with emperor saga and continues to flourish today . the temple precinct ( osawa-no-ike pond etc . ) is often used as a location for shooting films and television programs ( especially period dramas ) . history at the beginning of heian period , emperor saga 's villa stood on this site in the northeast of sagano . kukai , who had the confidence of emperor saga , constructed a hall housing the five great wisdom kings within the emperor 's villa . in the year 876 , over 30 years after emperor saga 's death , imperial princess masako ( empress to emperor junna ) converted the villa into daikaku-ji temple . emperor junna 's son ( grandson of emperor saga ) imperial prince tsunesada ( kojaku-hosshinno , disinherited heir of emperor nimmyo ) served as kaisan ( first chief priest ) . in the kamakura period , emperor kameyama and the cloistered emperor go-uda entered the temple and governed from within , which led to it being called ' saga palace . ' the cloistered emperor go-uda became known as the ' the father of restoration ' due to the great effort that he put into maintaining and repairing the monastery . the temple was named after the ancestries of cloistered emperor kameyama and go-uda to become ' daikakuji-to ' before changing ' jimyoin-to ' after the ancestry of emperor go-fukakusa . the connection between the opposition of these two imperial lines and the later split into the northern and southern court period is well known . the northern and southern courts period was reconciled in 1392 and the handing over of the three sacred treasures of japan from final emperor of the southern court , emperor go-kameyama , to the final emperor of the northern court , emperor go-komatsu , took place at daikaku-ji temple . the temple holds a deep connection to the imperial household with successive imperial princes serving as chief priest so that , even today , it maintains the feel of an imperial palace . the site of the former imperial palace has been designated a historic site . monastery due to daikaku-ji temple 's close ties to the imperial household , it has many buildings that have been constructed in the style of or relocated from the imperial court . on the center line of the central monastery , from the south , are the chokushi-mon gate ( gate for imperial envoys which is a chinese style gate ) ; mie-do ; and shingyo-den , to the east of mie-do is godai-do , to the west is shinden , and to the north of shinden is shoshin-den . these buildings are connected by roofed corridors . located at the central position of the monastery is not the main building godai-do but rather the shingyo-den which houses the copies of the heart sutra that have been transcribed by successive emperors including emperor saga . shinden ( important cultural property ) - said to be the relocated tofukumon 'in ( emperor go-mizunoo ) ' s palace . this building is in a shinden-zukuri style with wooden lattice shutters , a hip-and-gable cypress bark roof and a broad veranda . the word ' shinden ' is only used at temples in which a member of the imperial household resided and the ' shin ' part of the word signifies the emperor . the interior is largely divided into 4 rooms and is particularly well-known for the sliding screens of its south ' peony room ' which are adorned with paintings of peony flowers and those of the north ' japanese apricot room ' which are decorated with paintings of japanese apricot trees with red blossoms ( both by sanraku kano ) ( the original sliding screen paintings have been put into storage and the ones currently on display are reproductions ) . the front garden is covered in white sand with tachibana trees on the right and japanese apricot trees on the left ( those on the left are not sakura cherry trees ) . mie-do - features a hip-and-gable roof with base tiles . it is located in the center of the monastery and serves a role like that of a haiden ( worship hall ) for the shingyo-den to its north . this is the banquet hall that was used at the coronation of emperor taisho , which was bestowed to the temple and relocated to its current site on the 600th anniversary of the death of the cloistered emperor go-uda in 1925 . the center of the interior serves as a place of worship for the shingyo-den that stands to its north and it enshrines the statues of individuals closely related to the history of daikaku-ji temple such as emperor saga , kobo-daishi ( kukai ) , the cloistered emperor go-uda and kojaku-hosshinno . godai-do - daikaku-ji temple 's main hall . it is located on the eastern side of the temple grounds . the structure was built between 1781 and 1789 . it was initially situated at the center of the monastery ( in front of mie-do where the stone stage now sits ) , but was moved to its current location when the mie-do was relocated to the monastery in 1925 . the original principal objects of veneration were the kamakura period statues of the five great wisdom kings but these have since been put into storage and the statues of the five great wisdom kings currently housed within were completed by horin matsuhisa and sorin matsuhisa in 1975 . the hall is used for the transcription of sutras and osawa-no-ike pond can be seen from its eastern edge . shingyo-den - situated north of the mie-do . this small octagonal hall was constructed from reinforced concrete in 1925 and has azekura-zukuri style walls . housed within are heart sutras hand written by emperor saga , emperor go-kogon , emperor go-hanazono , emperor go-nara , emperor ogimachi and emperor kokaku in addition to a statue of yakushi nyorai . the interior is not open to the public and the doors are only opened once every 60 years . the building is one of the nation 's registered tangible cultural properties . shoshin-den - designated an important cultural property under the name ' kyakuden ' ( guest hall ) . the shoin-zukuri style building was constructed during the momoyama period and is divided into 12 rooms . the room named ' jodan-no-ma ' ( okanmuri-no-ma ( chamber of the crown ) ) has a throne and is a recreation of the room from which emperor go-uda governed . the partition paintings were done by sanraku kano and shiko watanabe . reimei-den - was originally the main building of nichibutsu-ji temple constructed in tokyo 's numabukuro ( now numabukuro , nakano ward ) by prime minister makoto saito in 1928 . it was relocated to its current site in 1958 by daikaku-ji temple 's head priest kusanagi zengi . the entire building is coated in vermillion lacquer right down to the veranda boards and it enshrines a statue of amida nyorai . kihinkan - this building was originally constructed in 1923 in kasumigaseki rikyu at togu palace ( present day diet building front garden ) temporary residence as the court of chichibu-no-miya . it was relocated to daikaku-ji temple in 1971 . it is not open to the public . teikokan - built as a rest area on the bank of osawa-no-ike pond during the mid edo period and relocated in 1868 . it is not open to the public . in addition , small halls including goma-do , dainichi-do , shoten-do and gosha myojin surround osawa-no-ike pond on the eastern side of the monastery , with others such as shingyo-hoto ( tahoto ) having been built in 1967 . osawa-no-ike pond & nakoso-no-taki rapids osawa-no-ike pond , said to have been constructed by emperor saga , is based on china 's lake dongting , and this pond that still reflects the chinese tang dynasty style culture of the time was designated a scenic spot as a national cultural property in 1923 along with the ' nakoso-no-taki rapids ' approximately 100 m north of the pond . it is known as being an artificial lake created by using terrain that gently slopes to the southeast and building a long bank running from south to east which serves to dam the flow from the northwest . 一原文一訳文の例外対処 with its traces of the early heian period , it is thought to be the oldest garden pond in japan . according to the excavation survey that began in 1981 , it is now presumed that , although these two stones are in their original locations , all of the other stones were later placed intentionally . it is also understood from the survey that an almost unlined meandering channel had been excavated south of the waterfall that feeds into osawa-no-ike pond and that this is a shallow , curving garden stream had been created by imitating a natural flow . when emperor saga abdicated and used the opportunity to move from his mansion named ' reizeiin ' to his new mansion , he expanded the channel to approximately 12 m at its widest and 1 m at its deepest . while carrying out this expansion work , he assembled rocks and reconfigured the channel to control the water level at the end of the flow , which resulted in the water course becoming completely dammed and causing it to pool as a pond . from this stage , he began a period of modification in which he decreased the quantity of water supplied and eventually filled in the channel leading out of the pond . he then constructed a low bank perpendicular to the direction of the flow in which he laid a belt-shaped stone bed while adding an ornamental stone in the west of the site . this drastically dammed the water course and caused extensive filling which overflowed and fed into osawa-no-ike pond . cultural properties go-uda tenno ( emperor go-uda ) sinkan gotein yuigo - ' shinkan ' means handwriting documents by the emperor . this manuscript was written by emperor go-uda ( who abdicated and became a monk ) to serve as a last will and testament describing his wishes for the prosperity of daikaku-ji temple and also includes his actual hand-prints on the pages . go-uda tenno ( emperor go-uda ) sinkan kobo-daishi den - the biography of kobo-daishi was written by emperor go-uda himself , who was devoted to shingon esoteric buddhism , in 1315 . shoshin-den ( kyakuden ) shinden color on silk portrait of the five great akasagarbha color on silk portrait of emperor go-uda color on paper portrait of emperor go-uda color on paper portrait of emperor go-uda 116 daikaku-ji temple partition paintings ( additional 122 ) wooden standing statue of the wisdom king kundali / statue of yamantaka 5 wooden statues of the five great wisdom kings engraved long sword go-uda tenno ( emperor go-uda ) sinkan shittan injin kuketsu ( 2 books ) / shittan injinbun ( 5 books ) go-uda tenno ( emperor go-uda ) sinkan osashihyo kuketsu go-uda tenno ( emperor go-uda ) sinkan kanjo immyo ( 6 books ) go-uda tenno ( emperor go-uda ) sinkan kanjo shichu ( 1st of 2 volumes , postscript 1314 ) go-uda tenno ( emperor go-uda ) sinkan goma kuketsu go-uda tenno ( emperor go-uda ) sinkan dembo kanjo saho go-uda tenno ( emperor go-uda ) sinkan dembo kanjo shogoya kuyoho shidai ( 2 books ) go-uda tenno ( emperor go-uda ) sinkan hoju sho go-uda tenno ( emperor go-uda ) sinkan takao mandala goshufukuki dated the 19th day of the 1st month of 1309 go-uda tenno ( emperor go-uda ) sinkan denryusho mokuroku narabini zensuke shosoku ( 3 papers and 1 book ) kongokai dembo kanjo saho kesain written by zensuke kujakukyo ongi ( 3 books - first , middle and last volumes ) hisho ( 128 books ) - 23 compilations go-fukakusa tenno ( emperor go-fukakusa ) sinkan shosoku ( signed the 6th day of the 3rd month 1300 ) hanazono tenno ( emperor hanazono ) shinkan shoshoku dated the 25th day of the 7th month . take the kyoto city bus / kyoto bus to daikakuji and walk for 2 minutes . +sanjusangen-do temple is a buddhist temple located in the higashiyama ward of kyoto city . it is officially known as rengeo-in hondo ( the main hall of rengeo-in temple ) . the site is an external sub-temple of the myoho-in tendai sect temple , also in kyoto 's higashiyama ward , by which it is owned and administrated . it was originally a buddhist temple built by the retired emperor go-shirakawa within his villa and the principal object of veneration is senju-kannon . the site was originally where retired emperor go-shirakawa constructed hojuji-dono temple to serve as his villa . rengeo-in hondo ( the main hall of rengeo-in temple ) was built within the extensive precinct of hojuji-dono temple and this now goes by the name ' sanjusangen-do temple . ' taira no kiyomori completed the temple under the order of the retired emperor go-shirakawa on january 30 , 1165 . at the time of its construction , it was a full-scale temple complex with numerous structures including a five-story pagoda , but it suffered a fire in 1249 . only the main hall was rebuilt in 1266 . this hall is now named ' sanjusangen-do temple ' and , when rebuilt , the exterior was adorned with vermillion lacquer and the interior was decorated with rich colors . the building is of a traditional japanese architectural style . the name ' sanjusangen-do temple ' means ' 33 ken temple ' and derives from the fact that the structure has a layout of ' 33 ken , 4 men ' ( 33 ken ( lengthwise bays ) , surrounded by eaves on 4 sides ) . the number ' 33 ' has a connection to the deity kannon and buddhist texts such as the lotus sutra describe how she can present herself in 33 different forms in order to save the sentient beings of the world . in the edo period , the archers of various clans established an archery tournament known as toshiya along the western side of the main hall ( approximately 121m ) . continuing this tradition is the ' sanjusangen-do o-mato zenkoku taikai ' ( national archery competition at sanjusangen-do temple ) held at the 60 m archery range on the western side of the main building on the same day as the ' yanagi-no-okaji ' buddhist ritual ( mid january ) . the sight of adult female participants in full furisode kimono performing archery frequently makes its way onto the television news . the event is generally referred to as ' toshiya , ' but the 60 m long range of today 's archery competition is somewhat different to the original toshiya . the following legend is associated with sanjusangen-do temple . the retired emperor go-shirakawa suffered from headaches for many years . when he made a pilgrimage to kumano sanzan and prayed , kumano gongen commanded him to ' pray to the yakushi nyorai of byodo-ji temple ( shimogyo ward , kyoto city ) . ' when he visited inaba-do , a monk appeared to him in a dream and told him ' in your previous life , you were a monk from kumano named rengebo who was reincarnated as an emperor in reward for his good deeds . however , rengebo 's skull sank to the bottom of the iwata-gawa river and a willow grew from the eye socket - it is this that causes your head to become painful whenever the wind blows and moves the skull . ' it is said that when the retired emperor made the iwata-gawa river ( now the tonda-gawa river ) be investigated , it was just as he was told and his headaches were finally cured after he encapsulated the skull inside sanjusangen-do temple 's statue of senju-kannon and used the wood of the willow tree to construct the beams . it is also said that the ' rengeo-in ' main hall was named after the monk rengebo from whom the emperor was reincarnated . this legend led to the temple being revered as ' zutsu-fuji no tera ' ( or ' the headache preventing temple ' ) and its popular name ' zutsu-zan heiyu-ji ' ( recovery temple of headache mountain ) . the name sanjusangen-do temple derives from the building 's layout of ' 33 ken , 4 men . ' this means that the structure consists of 33 ken ( lengthwise bays ) , surrounded by eaves on all 4 sides . although is in fact the main inner core ( moya ) of the temple that is 33 ken long and , from the outside , the building itself is 35 ken . the unit ' ken ' is not a measurement length but an architectural term that represents the number of bays ( space between two pillars ) within a temple or shrine . the space between two pillars in sanjusangen-do temple is not a fixed distance , nor does it correspond to any of the currently used kyoma , chukyoma or inakama measurements . one explanation states that 1 of sanjusangen-do temple 's ken ( space between two pillars ) is the equivalent of 2 of today 's ken ( 12 shaku ) to make the entire length of the hall approximately 120 meters ( 33 x 2 x 1.818 ) but this is incorrect both in terms of the length of the space between pillars and the number of pillars ( however , it essentially matches the actual external length of approximately 121 meters ) . hondo ( main hall ) ( national treasure ) - kamakura period , hip-and-gable roof with formal tiles taikohei ( important cultural property ) - features a roof with formal tiles , constructed using funds donated by hideyoshi toyotomi nandai-mon gate ( important cultural property ) - features a formal tile gable roof , built by hideyoshi toyotomi hondo ( main hall ) a wooden seated statue of senju-kannon ( wooden canopy attached ) - the principal object of veneration is enshrined in the centre of the hall . the statue is 335 centimeter tall . one of tankei 's later works created in 1254 . wooden statues of fujin ( wind god ) and raijin ( thunder god ) - created during the temple revival stage of the kamakura period . enshrined on the right and left sides of the inside of the hall . it is also said that these humorous statues of fujin with his bag of wind and raijin with his drums were the inspiration for sotatsu tawaraya 's " fujin raijin zu byobu " ( folding screen depicting images of fujin and raijin ) . wooden standing statues of the twenty-eight attendants of senju-kannon - created during the temple revival stage of the kamakura period . these stand side by side in front of the one thousand statues of senju-kannon ( of the 28 , the 4 statues of each of the four heavenly kings surround the main deity ) . the twenty-eight attendants are the followers of senju-kannon and include familiar deities such as nio ( two deva kings ) and the four heavenly kings as well as those not so well-known figures , which include basusennin and mawara-nyo . the realistic representation of an emaciated old basusennin is known to be highly representative of kamakura period sculpture . nandai-mon gate taikohei 1,001 wooden standing statues of senju-kannon statues stand on tiered altars 10 deep in two 50 row sections to the right and left of the principal deity with one more standing behind to make a total of 1,001 . these measure approximately 166 - 167 centimeters in height . the majority were crafted during the temple revival stage of the kamakura period but the collection also includes 124 heian period statues that escaped the fire of 1249 ( in addition to one statue added during the muromachi period ) . it is not known who created the heian period statues , but over 200 of the kamakura revival era statues bear the inscriptions of their makers , which include tankei as well as sculptors of renowned schools of buddhist statuary such as the keiha school , impa school and empa school , and make it clear that the most prominent buddhist statue artisans of the era participated in their creation . of the 1,001 statues , 5 have been deposited with the national museums of tokyo , kyoto and nara . one of the two standing statues of senju-kannon that serve as the principle objects of veneration at hyogo prefecture 's choko-ji temple is in the style of those of sanjusangen-do temple and it is assumed to have been relocated from the hall . 657 mawari-cho , sanjusangendo , higashiyama ward , kyoto city , kyoto prefecture take the kyoto city bus no. 206 from jr kyoto station for 5 minutes and alight at hakubutsukan sanjusangendo-mae bus stop where the temple can soon be reached on foot . alight at the keihan electric railway shichijo station and walk for 5 minutes . a carpark is available for visitors and is free for up to 40 minutes ( as of 2007 ) . kyoto national museum toyokuni-jinja shrine ( kyoto city ) chishaku-in temple myoho-in temple yogen-in temple hoko-ji temple ( ' kokka-anko ' temple bell ) kyoto women 's university kawai kanjiro memorial museum hyatt regency kyoto +chion-in temple , situated in higashiyama ward , kyoto city , kyoto prefecture , is the headquarters of the pure land sect of buddhism . its honorific mountain prefix is kachozan . the temple 's formal name is kachozan chion-kyo-in otani-dera . it was founded by kaiki ( patron of a temple in its founding ) honen and the enshrined objects of veneration are statues of honen shonin ( within the main hall ) and amida nyorai ( within the amida hall ) . the temple was constructed on the site on which pure land sect founder honen spent the latter half of his life and passed away , with the current large monastery being built after the edo period . it attracted a broad range of worshippers from shogun family members to common masses and even today the people of kyoto refer to it affectionately as ' chiyoin-san . ' the name ' kachozan chion-kyo-in otani-dera ' bestowed upon the temple by emperor shijo is long but , except when describing the temple 's history , is not ordinarily used and this section uses the name ' chion-in temple ' derived from the temple 's legal name of ' chion-in temple religious corporation . ' the origins of chion-in temple lie in a thatched hut built by pure land sect founder honenbo genku ( honen ) in the yoshimizu area of higashiyama in vicinity of where the temple 's seishi hall now stands . honen was born in 1133 during the late heian period in mimasaka province ( modern day okayama prefecture ) . at age 13 , he left to study at mt . hiei-zan and , at age 15 he entered the priesthood under the guidance of monk genko . when he was 18 , he studied under eiku at kurodani valley in the saito precinct deep within mt . hiei-zan , where he took one character from the names of each of his teachers genko and eiku to create the name honenbo genku . honen read the work " guan jing shu " ( commentary on the meditation sutra ) by eminent chinese tang dynasty monk shandao , which awakened him to the ideas of ' senju-nembutsu ' ( single-minded recitation of the nembutsu ) and led to him departing mt . hiei-zan determined to disseminate the teachings of the pure land sect . he achieved this in 1175 at age 43 . senju-nembutsu ' is the idea that all sentient beings can be reborn in amida 's paradise by reciting the name of mida ( amida nyorai ) intently . this concept met with violent condemnation from followers of traditional schools of buddhism and became the object of attack . in 1207 , honen was exiled to sanuki province ( modern day kagawa prefecture ) but was pardoned 4 years later in 1211 and returned to kyoto where he died the following january aged 80 . honen 's residence stood in the vicinity of where chion-in temple 's seishi hall now stands and was called both ' yoshimizu-gobo ' and ' otani-zenbo ' after the name of the area at the time . with the exception of the later years spent in exile , honen 's teaching took place on this site from his establishment of the pure land sect at age 43 to his death at age 80 ; making a pure land sect center . honen 's tomb was constructed here and protected by his disciples but was destroyed in 1227 by monks from enryaku-ji temple . in 1234 , it was restored by honen 's disciple seikambo genchi and bestowed the name ' kachozan chion-kyo-in otani-dera temple ' by emperor shijo . following this , the temple was burnt down repeatedly including in the fire of 1431 and during the onin war , but was restored each time . the grand monastery including the surviving sammon gate and main hall ( mieido ) was constructed during the edo period . pure land sect follower ieyasu tokugawa expanded the temple grounds from 1608 and built numerous halls . this construction work was continued by second generation shogun hidetada tokugawa and the surviving sammon gate was built in 1621 . with the exception of the sammon gate , the kyozo ( sutra repository ) and seishi hall , the temple complex was almost entirely destroyed by the fire of 1633 but reconstruction was soon initiated by the third generation shogun iemitsu tokugawa and completed in 1641 . the temple is said to have served as a political backdrop and that the reasons why the tokugawa family put so much effort into its construction include that they were followers of the pure land sect , the 25th generation head-priest choyo zongyu was the brother of nagachika matsudaira , it was a focal point of the tokugawa family in kyoto and demonstrated their power as well as keeping the imperial court in check . the grounds of chion-in temple are divided into a lower section that includes the sammon gate and sub-temples , a middle section where the central monastery such as the main hall ( miei-do ) is located , and an upper section in which structures such as the seishi hall and honen 's tomb are situated . the upper section is the original precinct of the time of the temple 's founding and the monastery of the middle and lower sections was newly constructed during the edo period as a result of the full support of the tokugawa shogunate . sammon gate ( national treasure ) stands facing west midway along the stone staircase on the steep hill leading to the main hall . it was constructed in 1621 ( contemporary india-ink writings were discovered within during the large scale heisei era renovation ) . it is two-storey gate with five bays and three entrances . ( five bays and three entrances means that , of the five front bays , the middle three serve as entrances . two-storey means that the gate is on two levels with overhanging eaves on both the upper and lower levels . ) at 24 meter tall , it stands taller than todai-ji temple 's nandai-mon gate and is said to be the largest temple sammon gate in japan . the gate has the look of a zen temple sammon gate with zen style detailing such as the dense arrangement of the structure supporting the eave overhangs . the gate is highly representative of the zen style with a statue of shaka nyorai and the 16 arhats housed in the upper storey and an image of a dragon adorning the roof . one theory puts it as one of japan 's three great gates . main hall ( national treasure ) passing through sammon gate and ascending a steep stone staircase leads to the main hall which stands facing south atop a plateau . it was constructed in 1639 by the third generation shogun iemitsu tokugawa . the statue of sect founder honen enshrined within has led to the building being called miei-do . the grand building displays the majesty of buddhist temples constructed by edo shogunate with its formal tile hip-and-gable roof , a frontage measuring 44.8 m and a depth of 34.5 m . although the exterior maintains a conservative japanese style tone , the interior incorporates zen style ( chinese tang dynasty style ) elements . the building has a layout of 11 bays ( distance between pillars ) across the front by a depth of 9 bays , of which the front 11 x 3 bay worship area is tatami-matted and the internal 5 by 5 bay area makes up the inner sanctuary . within the inner sanctuary are four pillars , in the middle of which stands a palace-shaped miniature shrine housing a wooden statue of the sect founder honen . constructed during the tokugawa shogunate , the headquarters of the pure land sect is highly representative of modern authentic large-scale buddhist architecture and is highly significant from a cultural history perspective for the great influence that it has had on japanese culture , which led the monastery to be designated a national treasure in 2002 along with the sammon gate . the tiles on the center of the roof are slightly stacked as a metaphor for imperfection . the roof has been undergoing repair work since 2007 . amida hall when facing the main hall , this east-facing building stands on the left and houses the sitting statue of the principal deity amida nyora . it was rebuilt during the meiji period but the imperial scroll on the front reading ' otani-dera temple ' was written by emperor go-nara . kyozo ( sutra repository ) ( important cultural property ) the building stands on the eastern side of the main hall is topped by a hogyo-zukuri ( square-styled ) formal tile pent roof . it was built in 1621 at the same time as the sammon gate and contains a rotating sutra wheel which contains the song chinese edition of the entire buddhist scriptural canon in six thousand volumes , donated by the second tokugawa shogun , hidetada . hobutsuden this north-facing yosemune-zukuri ( a square or rectangular building , covered with a hipped roof ) building stands to the south of the main hall . it was constructed in 1992 and houses statues of amida nyorai and the four heavenly kings . daishoro ( great bell tower ) ( important cultural property ) stands on a slightly elevated area atop a stone staircase behind the hobutsuden . it was built in 1678 . the bell ( important cultural property ) housed within is very well known in japan and was cast in 1636 . the striking of the bell on new year 's eve is often shown on television at the end of the year . ohojo ( large guest house ) ( important cultural property ) stands to the back right of the main hall . a magnificent shoin-style building constructed in 1641 with a hip-and-gable cypress bark roof centered around the 54 mat-sized tsuru-no-ma ( crane room ) and featuring numerous rooms adorned with extravagant sliding screen paintings by artists of the kano school . kohojo ( small guest house ) ( important cultural property ) stands behind the ohojo ( large guest house ) . the building was constructed in 1641 , the same year as the ohojo ( large guest house ) , and has rooms decorated with sliding screen paintings done by artists of the kano school but , compared to the ohojo , these are lighter and more tranquil . the eastern garden is known as the ' nijugo bosatsu-no-niwa ' ( garden of the 25 bodhisattva ) with rocks and shrubbery representing the coming of amida nyorai and the 25 bodhisattva to lead the souls of the deceased from the western pure land paradise . gongendo hall a small buddha hall behind the grounds of the kohojo ( small guest house ) . housed inside are the memorial tablets and portraits of the three generations of tokugawa shoguns ( ieyasu , hidetada and iemitsu ) who were instrumental in the construction of chion-in temple . santei garden the location on a hillside reached by stone steps leading from the front of the ohojo offers a panoramic view of the city of kyoto . the dry landscape garden was created during the late edo period . the santei building itself was the palace of emperor reigen 's 10th princess jorinin-no-miya yoshiko , which was bestowed in 1759 and underwent large-scale reconstruction during the meiji period . seishi-do ( seishi hall ) ( important cultural property ) also known as honji-do ( hall of the original form ) , it sits on a slightly elevated position in the east of the grounds atop a steep stone staircase . it was originally the site of honen 's residence . topped by a formal tile hip-and-gable roof . it is the oldest of all the buildings in the temple complex and was built in 1530 during the muromachi period . at the time of its construction it served as the main hall ( mie-do ) . the principal image of the seated statue of the bodhisattva seishi housed within the miniature shrine in the inner sanctuary was created during the kamakura period and designated an important cultural property in 2003 . there are very few temples devoted to the bodhisattva seishi , but followers of the pure land sect believe honen to be the reincarnation of seishi ( honen 's childhood name was seishimaru ) and is thought to have been created as honen 's true buddha form . the previously mentioned santei was constructed to serve as the kyakuden ( guest hall ) of seishi-do . honen shonin gobyo ( honen 's mausoleum ) after honen shonin 's death , his disciples constructed this building east of seishi-do in order to house his remains . it is a place of prayer isolated from the hustle and bustle of the chion-in temple , which has a large monastery as pure land sect headquarters . in addition to the buildings given above , the kara-mon gate , shuedo ( assembly hall ) , oguri ( also called sekkoden ) and koguri have also been designated important cultural properties . all of these were constructed during the reconstruction period of the kanei era . main hall ( miei-do ) ( including corridor ) sammon gate 48 volume color on paper honen shonin eden ( illustrated biography of honen ) ( national treasure ) - kamakura period picture scrolls color on silk amida nijugo bosatsu raigozu ( descent of amida and twenty-five attendants ) ( national treasure ) - kamakura period buddhist picture commonly known as ' hayaraigo . ' bosatsu shotaikyo ( the bodhisattva womb sutra ) - transcribed in western wei dynasty china in the year 550 . daloutanjing ( sutra of the great conflagration ) - transcribed in tang dynasty china in the year 673 . jogu shotoku hooteisetsu ( biography of shotoku taishi ) - this is the only surviving copy of the biography of prince shotoku . it dates from the late heian period . the three items above beginning with the bosatsu shotaikyo ( the bodhisattva womb sutra ) were collected by ugai tetsujo ( 1814-1891 ) who served as a head priest from the end of the edo period into to the meiji period . the items designated national treasures , the paintings and writings have been deposited at kyoto national museum and nara national museum . architecture ohojo ( large guest house ) ( including entrance hall and corridor ) kohojo ( small guest house ) ( including corridor ) shuedo ( assembly hall ) ( including entrance hall ) oguri ( including corridor and entrance hall ) - also known as sekkoden . koguri ( including corridor ) kara-mon gate daishoro ( great bell tower ) kyozo ( sutra repository ) seishi-do arts and crafts color on cloth portrait of bishamonten color on silk sukhavati sutra and mandala illustration color on silk kangyo mandala illustration color on silk red crystal color portrait of amida nyorai color on silk portrait of the bodhisattva ksitigarbha 1 color on paper portrait of honen with shakkogan behind color on silk amida jodozu ( illustration of the pure land of amida ) in 1183 2 color on silk torien kinkokuen zu ( taoli-yuan garden and jingu-yuan garden illustration ) 2 color on silk renka zu ( illustration of lotus flowers ) color on silk botan zu ( illustration of peonies ) 2 plated images of the three honorable ones mokuzo amida nyorai ritsuzo ( wooden standing statue of amida nyorai ) ( enshrined within the main hall ) mokuzo zendo-daishi ritsuzo ( wooden standing statue of shan-tao ) ( enshrined within the main hall ) mokuzo seishi bosatsu zazo ( seated statue of seishi bosatsu ) embroidered mt . sumeru sun and moon ninth rank of the patch-robe , folding screen configuration 4 volume kairyuokyo ( ocean dragon king sutra ) amida sutra written in gold letters on dark blue paper by emperor go-nara datang-sancang xuanzang-fashi biaoqi 3 volume jujiron kankichi junji ojo koshiki 2nd daitsu hokokyo 29th chu-agonkyo 5th chu ryogakyo 1st chonichimyo sammaikyo 10 volume pusa dichilun 3rd fa lianhua jing xuan zan / 2nd fa lianhua jing xuan zan / 7th / 10th 1st , 81 volume discourse on the stages of concentration practice 5,969 volumes of soban issaikyo ( song dynasty edition of the buddhist canon ) 1st , 2nd and final volumes of three tactics of huang shigong tempyo nenkan shagyo ikuhi-ki the seven wonders of chion-in temple uguisubari-no-roka ( nightingale hallway : the buddha 's vow ) this approximately 550 meter long corridor connects the mie-do to the ohoji and kohojo and is called the ' nightingale floor corridor ' because when walked upon , makes a sound similar to that of a nightingale and , the more lightly one tries to tread , the more the floorboards creak . shiraki-no-hitsugi ( plain wood coffin : a symbol of nonattachment to one 's life and body ) atop the sammon gate lie the two plain wood coffins with wooden statues carved by master carpenter kinuemon gomi and his wife who it is said poured all of their energies into the construction of the gate at the order of the shogun and , after its completion , took responsibility for the work exceeding the budget by taking their own lives . wasuregasa ( the forgotten umbrella : a symbol of gratitude ) this umbrella is thought to protect chion-in temple from fires and is said to have been placed between the front eaves of the miei-do by master craftsman jingoro hidari to ward off evil spirits or left by the white fox form of nuregami-doji . nukesuzume ( the sparrows that flew away : a symbol of polishing one 's mind ) the sliding screen paintings in the kiku-no-ma ( chrysanthemum room ) of the ohojo ( large guest house ) were done by nobumasa kano and it is said that originally sparrows were painted above the white chrysanthemum but were so lifelike that they came to life and flew away . sampo shomen mamuki-no-neko ( the cat that sees in three directions : a symbol of a parent 's heart ) this picture of a cat was painted on the cedar doors in the hallway in the ohojo ( large guest house ) by nobumasa kano and is called ' the cat that sees in three directions ' because it appears to be looking at you from whichever angle you look at it . oshakushi ( large rice paddle : a symbol of the buddha 's salvation ) this rice paddle on the beams of the ohojo entrance corridor is 2.5 meter long , weighs about 30 kilograms and symbolizes the depth of amida 's compassion in saving all sentient beings . uryuseki ( the cucumber rock : a symbol of encouragement ) this large rock located in front of the kuro-mon gate is said to have been there since before the building of chion-in temple and that , in just one night , a vine grew out of it , flowered and bore gourds . high priest : hogan hattori deacon : taigaku sato location 400 rinka-cho , 3 cho-me yamato-oji higashi-iru , shinbashi-dori , higashiyama ward , kyoto city , zip code 605-0062 access bus : take the kyoto city bus to chion-in-mae bus stop or take the keihan bus to jingudo bus stop and walk for 7-8 minutes . train : either take the kyoto city subway tozai line to higashiyama station ( kyoto prefecture ) and walk for 10 minutes from exit 1 ( stairs only ) or take the keihan electric railway keihan main line to shijo station ( keihan ) or the hankyu railway hankyu kyoto line to kawaramachi station ( kyoto prefecture ) and walk for approximately 20 minutes . car : approximately 30 minutes from the meishin expressway kyoto higashi interchange or kyoto minami interchange . +kennin-ji temple , located in higashiyama ward , kyoto city , kyoto prefecture , is the headquarters of the rinzai sect kennin-ji school of zen buddhism . its honorific mountain prefix is tozan . the temple was founded by kaiki ( patron of a temple in its founding ) minamoto no yoriie , kaizan ( founding priest ) yosai and is dedicated to the principal image shaka nyorai . it is japan 's oldest zen temple and the third of the five great zen temples of kyoto . the site is home to numerous cultural properties including sotatsu tawaraya 's ' fujin raijin zu ' ( image of the wind and thunder gods ) and kaiho yusho 's sliding screen paintings . the ryosoku-in sub-temple within the grounds is famous for its chisen kaiyu style garden in the momoyama period and collection of cultural properties including valuable ancient japanese books and chinese and korean texts . additionally kodai-ji temple enshrining hideyoshi toyotomi and hokan-ji temple with the ' yasaka-no-to ' ( yasaka pagoda ) are both branch temples . the monk yosai ( eisai ) is credited with formally introducing the rinzai sect to japan . he was born in bitchu province ( modern day okayama prefecture ) in the year 1141 . at age 13 he went to study at mt . hiei and was ordained into the priesthood in the following year . he travelled to southern song period china in both 1168 and 1187 . his first visit lasted only 6 months but on his second visit he received instruction form rinzai sect huanglong school master xu 'an huaichang . in 1191 , he received the inka ( master 's certification of a disciple 's completion of training ) from xu 'an and returned to japan . the influence that mt . hiei ( enryaku-ji temple ) commanded in kyoto at the time made it extremely difficult to establish a zen temple . after his return , yosai ( eisai ) first built shofuku-ji temple in hakata , kyushu and later served as kaisan at jufuku-ji temple constructed in the year 1200 with the assistance of masako hojo . two years later in 1202 , he received the backing of the second kamakura shogun minamoto no yoriie and constructed kennin-ji temple as a rinzai sect site in kyoto . the monastery was designed to imitate song china 's mt baizhang-shan . when kennin-ji temple was founded , it also served as a center for the tendai and shingon sects in addition to the zen sect . this was due to the great influence that the shingon and tendai sects already wielded in kyoto at the time . it was not until over half a century after its founding , in 1259 , that the temple became purely a zen temple when chinese monk lanxi daolong ( kaisan of the kamakura period temple kencho-ji ) assumed the position of kennin-ji temple 's 11th chief priest . kennin-ji temple has suffered numerous fires throughout the centuries including during the onin war , in 1397 and in 1481 so that none of the original buildings remain . chokushi-mon gate ( gate for imperial envoys ) ( important cultural property ) - this four-legged gate stands at the southern entrance to the temple facing yasaka-dori road . it is said to have been relocated to its current site after the onin war , having originally stood as the gate at the mansion of taira no norimori ( and taira no shigemori ) but this is not known for sure . it has a late kamakura period architectural style . sammon gate - this late edo period structure was relocated from annei-ji temple in hamamatsu city , shizuoka prefecture ( formerly hamana-gun , yuto-cho ) in 1923 . hatto ( lecture hall ) - the same building serves as both the butsuden ( hall enshrining the principal image ) and hatto ( lecture hall ) . built in 1765 . in 2002 , an image of two dragons was painted on the ceiling by junsaku koizumi to commemorate the temple 's 800th anniversary . hojo ( abbot 's quarters ) ( important cultural property ) - this muromachi period building was relocated from hiroshima 's ankoku-ji temple to kennin-ji temple by ankokuji ekei in 1599 . the outside of the building is covered with fittings but has few walls and this led to it being heavily damaged in the muroto typhoon of 1934 but it was restored in 1940 . each room was originally adorned by india-ink partition paintings by archetypal momoyama artist kaiho yusho but these have since been deposited at kyoto national museum and replaced by hanging scrolls . after restoring the typhoon damage , partition paintings , ' the cycle of birth and death , ' by traditional japanese-style painter kansetsu hashimoto were installed . kita-mon gate ( northern gate ) sei-mon gate ( western gate ) hombo ( kuri ) yokushitsu ( bath house ) kaisando toyobo - this teahouse is said to have been enjoyed by sen no rikyu 's leading disciple shinnyodo toyobo chosei during the great kitano tea gathering . features a nijo-daime ( two and 3 / 4 tatami mats ) lower seat alcove . the configuration and design incorporates many features common to the ennan ( tea room ) of the yabunouchi family . it was relocated to its current site during the taisho era . fujin raijin zu ( image of the wind and thunder gods ) ( national treasure ) - painted by sotatsu tawaraya a pair of gold background two-panel folding screens depicting fujin on one panel and raijin on the other . the generous use of empty space creates the dynamic effect of the two gods rushing through the sky . the piece is extremely well known as quintessential example of the work of sotatsu tawaraya . the original is deposited at the kyoto national museum but reproductions of the folding blind and clay slab are on display at the temple . hojo ( abbot 's quarters ) chokushi-mon gate ( gate for imperial envoys ) 16 color on silk juroku-rakan-zo ( portraits of the 16 arhats ) 16 ink on paper chikurin-shichiken-zu ( images of the seven wise men ) 8 ink on paper kacho-zu ( images of flowers and birds ) 10 light color on paper kinki-shoga-zu ( images of chinese chess and chinese harps ) 8 ink on paper unryu-zu ( images of clouds and dragons ) 8 ink on paper sansui-zu ( landscape images ) writing of the monk yishan yining - xue ye zuo ( dated 1315 ) myoe shonin hitsu shosoku ( jokaku gobo ) 3 sotaku ishibashi kasen hitsu sanjisei note : ' chikurin-shichiken-zu , ' ' kacho-zu , ' ' kinki-shoga-zu , ' ' unryu-zu ' and ' sansui-zu ' are all hojo partition screen paintings by kaihou yusho that have since been replaced by hangings scrolls . access 7 minutes walk from keihan main line gion-shijo station ( keihan ) 10 minutes walk from hankyu kyoto line kawaramachi station ( kyoto prefecture ) 5 minutes walk from kyoto city bus higashiyama-yasui bus stop nearby attractions yasui kompira-gu shrine rokudo chinno-ji temple rokuharamitsu-ji temple gion kobu kaburenjo theater hokan-ji temple kodai-ji temple +shoren-in temple is a tendai sect temple located in awataguchi-sanjobo-cho , higashiyama ward , kyoto city . it is also known as ' shoren-in-monzeki . ' however , it does not have an honorific mountain prefix . the temple was founded by head priest saicho ( posthumous awarded the title dengyo daishi ) . the temple 's principal image is shijoko nyorai . shoren-in temple is one of the three monzeki temples of tendai sect along with sanzen-in temple ( kajii-monzeki ) and myoho-in temple . the ' monzeki temples ' are those that were served by members of the imperial household and sekkan family and , among these , shoren-in temple has a particularly distinguished monzeki heritage , having been served by hoshinno ( imperial princes and the sons of nobles such as the fushimi-no-miya family , who became monks and renounced the title of imperial prince ) chief priests . during the edo period , it served as a temporary palace , which led to it becoming called ' awata-gosho . ' the temple is also known for its painting of the blue acala , one of the three great acalas of japan . as with many other temples such as sanzen-in temple and myoho-in temple , the origin of shoren-in temple lies in one of the several lodging chamber for priests built atop mt . hiei . shoren-in temple is derived from shorembo in the minamidani area of mt . hiei 's higashito district but was relocated to the bottom of the mountain when it became a monzeki temple during the time of gyogen daisojo at the end of the heian period . in 1150 , emperor toba 's empress bifukumonin used shoren-in temple as a place of prayer . the retired emperor 's seventh son imperial prince monk kakukai joined the temple as gyogen 's disciple , after which it went on to become a highly renowned institution served by chief priests drawn from among imperial princes and sons of the sekkan family . at the time of it 's relocation down the mountain , the temple was sited at sanjo-shirakawa ( slightly northwest of its current location ) but was moved to its current higher spot during the kamakura period in order to avoid the flooding river . the location was originally the site of juraku-in temple and the mausoleum of emperor hanazono to the southeast of shoren-in temple is named ' jurakuin-no-ue-no-misasagi . ' among the successive head priests , the third priest jien ( posthumously awarded the name jichin-osho ) is renowned as the author of the historical text " gukansho . " jien was the son of fujiwara no tadamichi , chief adviser to the emperor , was also a well known poet and served four terms as the head of the tendai sect . prince sonen , the seventeenth head priest of shoren-in temple and the sixth son of emperor fushimi , was known as a distinguished calligrapher . the style of calligraphy developed by sonen is known as the shoren-in method , which was widely adopted during the edo period and is the origin of japanese style of handwriting , the oieryu method . in the muromachi period , gien - later known as yoshinori ashikaga , sixth seii taishogun ( literally , " great general who subdues the barbarians " ) of the muromachi shogunate , served as head priest , hongan-ji temple became a branch during the temple 's decline and rennyo who put great efforts into the revival of hongan-ji temple later became a priest here . during the edo period in 1788 , shoren-in temple served as the temporary palace of emperor gosakuramachi at the time of the dairi castle fires . it is because of this that the temple was designated a national historic site under the name ' former temporary palace shoren-in temple . ' in the modern era , most part of the buildings were lost to fire in 1893 . buildings including the hon-do ( main hall ) , shin-den ( emperor 's residence ) , kogosho ( head priest 's living room ) , kacho-den ( drawing room ) , soka-den and kobun-tei ( tea room ) lie within the temple precinct but they are all relatively modern . all buildings ( excluding kobun-tei ) are connected via covered passageways . the temple grounds includes a garden featuring artificial hills and springs that is said to have been created by soami during the muromachi period , and the garden of kirishima said to have been created by enshu kobori during the edo period . the western edge of the precinct is lined by 5 large camphor trees , which are all kyoto natural monuments . at shoren-in temple , special night visits are held every year in spring and autumn when the gardens are illuminated . hon-do ( main hall ) : this small 3 x 3 bay hogyo-zukuri ( pyramidal style roof ) hall sits facing west at the back of the precinct ( southern edge ) . the miniature shrine within the hall houses the statue of shoren-in temple 's principal image , the shijoko nyorai mandala , but this is not ordinarily on public view ( in 2005 it was exhibited from september 28 to december 28 to commemorate the 1,200th anniversary of the founding of the tendai sect ) . shijoko nyorai is a butchouson who is the principal image of a method of prayer known as sijokoho - said to be the tendai sect 's greatest secret ( used when praying for the protection of the nation and the security of the emperor ) , but this is the only temple in japan dedicated to this deity . according to temple 's lore , shijoko nyorai is represented at the center of the hanging scroll ( made in 1596 ) by the siddham seed-syllable ' bhruum ' and surrounded by representations of the eight great bodhisattvas . within the east of the hon-do is housed reproduction of the painting of the blue acala , a designated national treasure . kogosho ( head priest 's living room ) : a building with a clay sangawara tile hip-and-gable roof located to the north of the hon-do ( main hall ) . this building temporarily served as the emperor 's palace and was reconstructed after being destroyed by fire in 1893 . the garden centered on the pond to the east of kogosho is said to have been created by soami during the muromachi period and the ' garden of kirishima ' ( where kirishima azaleas grow ) to the north is said to have been created by enshu kobori . the ' ichimonji-chozubachi ' ( naturally straight stone basin ) near the kogosho is said to have been presented to the temple by hideyoshi toyotomi . shin-den ( emperor 's residence ) : the largest building within the temple stands to the west of the kogosho . this sangawarabuki hip-and-gable roof building was reconstructed after being destroyed by the fire of 1893 . the word ' shin ' means ' emperor ' and this hall enshrines the memorial tablets of related emperors . the hama matsu zu ( images of seashores and pine trees ) partition paintings ( 12 opaque sliding screens , 4 wooden door covered with fusuma paper , 17 images on 3 walls ) have been designated important cultural properties . however , one of the opaque sliding screen images is still missing after being stolen by a thoughtless visitor in 1962 . to the west of the shin-den stands the four-legged shikyaku-mon gate ( for imperial visits ) which was relocated from the old palace of empress meisho 's chukamonin and managed to avoid the fire of 1893 . kobun-tei ( tea room ) : this tea room was used as a place of study by retired emperor gosakuramachi after shoren-in temple became a temporary palace . the building was destroyed by arson in 1993 and rebuilt 2 years later . it consists of a main 4.5 and 3 / 4 tatami mat tea room , three 4.5 tatami mat rooms , a mizuya ( preparation area ) and a butsuma ( room for buddhist images ) . uegami-do : located in the north or the precinct to the distant left side of the visitor entrance . said to enshrine the hair of shinran who was ordained by the third head priest jien . the building was constructed in 1759 and relocated to its current location in 1880 . the large camphor trees within the precinct are said to have been personally planted by shinran . nagaya-mon gate : stands just to the front right of the visitor entrance and , as with the shikyaku-mon gate to the west of the shin-den , was relocated from the old palace of empress meisho 's chukamonin . shogun-zuka dainichi-do : this detached area of the temple precinct is located southeast of the temple on the peak of mt . higashiyama . this site offers an amazing view of the city of kyoto and is said to be the location where a statue of a shogun was installed to defend the emperor 's palace when emperor kanmu relocated the capital city to heijokyo . there is also a garden within these grounds in which special night visits are held in spring and autumn . painting of acala with his two messengers kimkara and cetaka : this late heian period painting is commonly known as ' blue acala . ' it is currently deposited at nara national museum . it is one of the three great acalas of japan along with the yellow acala of onjo-ji temple ( mi-dera ) and the red acala of koyasan myo-in temple . wooden standing statue of vaisravana with a kabuto helmet 17 color on gold leaf paper ' hama matsu zu ' ( images of seashores and pine trees ) letter written by emperor gokogon the greater baptism mantra of light written in gold letters on dark blue paper ( written by emperor kokaku ) sandhinirmocana sutra monyoki ( shoren-in temple records ) yakakuteikinsho ( oldest extant calligraphic treatise in japan ) ojoyoshu ( the essentials of rebirth in the pure land ) guanshiyin yingyanji ( records of guanyin 's miraculous responses ) the esoteric buddhism of the eight japanese monks who went to china and the mantra catalogs jien ichigo shiki ( jien 's thoughts through life ) ( written by jien himself ) 1,622 holy teachings of the shorei-in kissui collection correspondence written by ennin documents and vow of ayurbarwada buyantu catalog of books brought back from tang dynasty china by ennin gammon draft of a shitenno-ji temple shoryo-in prayer written by jien the following important cultural properties were removed from shoren-in temple during world war ii due to various circumstances . color on silk portrait of samantabhadra ( nara national museum ) letter written by emperor kogonin letter written by emperor ogimachi ( kosan-ji temple , hiroshima ) letter written by yokoin ( kosan-ji temple , hiroshima ) letter written by emperor goyozei ( personal collection ) letter written by sojo jien ( 7 sheets partially damaged ) ( nara national museum ) large collection of handwriting ( personal collection ) fragment of the hirosawa edition of a poetry collection written by emperor fushimi the sutra of casket seal dharani written by emperor fushimi ( kuboso memorial museum of arts , izumi city , osaka ) shin zoku kokinshu by gosukoin ( private collection ) 109 volumes of the heart sutra written by emperor gosakuramachi ( private collection ) six-character name written by emperor gosakuramachi ( private collection ) zankan ( book partially missing ) of 71 volumes of the nirvana sutra explanation collection lotus sutra parable of the phantom city ( kuboso memorial museum of arts , izumi city , osaka ) foil on paper lotus sutra skillful means chapter ( kuboso memorial museum of arts , izumi city , osaka ) difference of gugan commandment annotation ( kosan-ji temple , hiroshima ) open from 9 am to 5 pm , entrance fee ¥ 500 +rokuharamitsu-ji temple is a temple of the chisan branch of the shingon sect located in higashiyama ward , kyoto city . its honorific mountain prefix is fudarakusan . the principal image is the eleven-face kannon . the temple was founded by kuya . it is the 17th sacred place of the 33 temple kansai kannon pilgrimage . the temple originated from a training hall dedicated to the eleven-face kannon founded in the year 951 ( in the mid-heian period ) by monk kuya ichihijiri who was known for chanting the name of buddha while beating a bell and dancing , and was called saiko-ji temple at first . as the plague spread throughout kyoto , it is said that kuya put the kannon statue on a wagon which he pulled as he walked around helping people , chanting the name of buddha and distributing tea to the sick . in the year 963 , kuya assembled 600 monks on the bank of the kamo-gawa river ( yodo-gawa water system ) and held a large-scale commemoration ceremony of daihannya sutras , which some theories consider the establishment of saiko-ji temple . at that time , the bank of the kamo-gawa river was a funeral site where remains of the dead were left . after the death of kuya , a monk from mt . hiei named chusin renovated the temple as a tendai branch temple and renamed it rokuharamitsu-ji temple in the year 977 . from then on it served as a tendai sect temple before becoming a branch of the shingon sect chishaku-in temple in the momoyama period . at the end of the heian period , taira no kiyomori of the taira family built a mansion named rokuhara-kan in the area . the rokuhara tandai agency was also established in the area by the kamakura shogunate . the name is based on the buddhist rokuharamitsu ( the six perfections ) , but there are those who believe the origin to lie in the ancient name of the area ' rokuhara . ' an alternative character for ' mitsu ' of the name of rokuharamitsu-ji temple has also been commonly used but this is incorrect . until the edo period , the temple included a monastery but the precinct was greatly reduced due to the haibutsu kishaku ( anti-buddhist movement ) of the meiji restoration . the now narrow precinct is surrounded by houses and its only main buildings are the hon-do ( main hall - an important cultural property dating from the period of the northern and southern courts ( japan ) ) and the treasure hall . the main hall is a tendai sect style building rebuilt in 1363 with the gejin ( outer place of worship for public people ) , which has a wooden-floor , separated from the naijin ( inner sanctum ) , which has shihanjiki doma ( squared masonry jointed dirt floor ) on the lower level , by wooden lattice shutters . the temple 's national treasures include portraits and statues that are highly regarded within the world of japanese sculpture such as the statue of the principal image , the statue of kuya jonin , the statue of taira no kiyomori and a sitting statue of the bodhisattva ksitigarbha considered to be an original piece by unkei . except the principal image , all other buddhist treasures are housed within the treasure hall ( open to the public ) . wooden standing statue of the eleven-face kannon - heian period . this 10th century style piece is believed to have been , as the legend tells , the principal image of saiko-ji temple built by kuya in the year 951 . it is housed within a miniature shrine in the center of the main hall and is only unveiled once in the year of the dragon every 12 years . despite its height of 258 cm , the head , body and limbs are all carved from a single piece of wood . it has a gentle expression and is highly representative of the transitional period of japanese style carving that took place from before the beginning of to just after the end of the heian period . it is also an extremely valuable historic piece and was designated a national treasure in 1999 . important cultural properties hon-do ( main hall ) wooden standing statue of kuya jonin crafted in the kamakura period by kosho , the fourth son of unkei . there are many statues of that depict monks sitting down , but this statue shows kuya walking in straw sandals . it vividly depicts kuya walking through the plague-ridden streets of kyoto sounding a bell and chanting the name of buddha while praying for an end to the epidemic . kuya is shown wearing the bell around his neck , holding the wooden bell hammer with which to hit it in his right hand , and clutching a staff with a deer horn on the top in his left hand . six miniature statues of amidabha buddha are being emitted from kuya 's mouth . the six amida buddhas symbolize the six words of the ' na mu a mi da butsu ' chant and serve to visually represent his chanting of the buddha 's name . the six miniature statues are connected by wire . wooden sitting statue of a buddhist monk ( taira no kiyomori ) kamakura period a statue of a buddhist monk , taken to be taira no kiyomori , holding scriptures . wooden sitting statue of the bodhisattva ksitigarbha kamakura period there is no inscription but the statue is believed to be an original piece by unkei due to its origin and style . it was brought from unkei 's family temple , jizo jurin-in temple . believed to be an unkei piece due to its intellectual graceful expression and the sharp craftsmanship of the clothing . wooden sitting statues of unkei and tankei kamakura period statues of the best known father and son buddhist statue makers in the history of japanese buddhist statuary . each statue displays its own personality with the determined young tankei and the old master unkei who looks hale and hearty despite his age . they were received from jizo jurin-in temple along with the above-mentioned wooden sitting statue of the bodhisattva ksitigarbha . wooden standing statues of the four heavenly kings - heian period along with the eleven-face kannon statue principal image , these pieces are remains from the time of the temple 's founding by kuya . of the four statues , those of dhrtarastra and virudhaka are housed in the treasure hall , while those of virupaksa and vaisravana are deposited at kyoto national museum . only the statue of virudhaka is an addition made in the kamakura period . wooden sitting statue of bhaisajyaguru heian period exhibits the tendai style and is believed to date from the period of renovation carried out by chushin . wooden standing statue of the bodhisattva ksitigarbha heian period enshrined within rokuhara ksitigarbha hall . the statue , which holds hair in its left hand , is known as the ' wig-wearing ksitigarbha . ' it has been renowned since ancient times , even being referred to in " konjaku monogatarishu " ( anthology of tales from the past ) . wooden sitting statue of kobo-daishi . kamakura period created by kaikei 's student chokai . wooden sitting statue of yama kamakura period wooden standing statue of lakshmi kamakura period in addition , the temple is in possession of important tangible folk cultural properties which include a mud pagoda , obuku-chawan ( tea ceremony bowl for new year 's shugicha ) , wooden printing blocks and over 2100 materials related to the mando-e ( buddhist lantern festival ) . rokuro-cho , gojo-dori yamato-oji-agaru , higashi-iru , higashiyama ward , kyoto city , kyoto prefecture ( also written ' rokuro-cho , 2 chome , matsubara-dori yamato-oji higashi-iru ' ) 7 minutes walk from kyoto city bus / keihan bus stop kiyomizu-michi nearby amulet-issuing offices saikoku thirty-three sacred places ( kansai kannon pilgrimage ) 16 - kiyomizu-dera temple , 17 - rokuharamitsu-ji temple , 18 - choho-ji temple +zenrin-ji temple , located in eikando-cho , sakyo ward , kyoto city , is the headquarters of the seizan-zenrin-ji branch of the pure land sect . it is commonly known by the name eikan-do . the honorific mountain prefix is shoju-raigosan and its title is muryojuin . the temple was founded by kukai 's leading disciple shinjo sozu and is dedicated to the principal image amida nyorai . it is famous for its momiji ( red autumn maple leaves ) and has long been called ' autumn maple leaf eikan-do . ' additionally , it is one of kyoto 's three kangakuin ( educational institutions ) and has been a prominent center of learning since ancient times . the temple 's origin lies in the temple dedicated to the five wisdom buddhas founded by kukai 's ( kobo-daishi ) leading disciple shinjo sozu after aspiring to establish a practical training site in the capital . in the year 853 , shinjo purchased the mansion of the deceased poet and author fujiwara no sekio and converted it to a temple . the construction of private temples was forbidden in kyoto at the time , however , and so it was not until ten years later in 863 , when formal imperial approval as jogaku-ji temple was granted by emperor seiwa , that zenrin-ji temple became officially recognized . though originally devoted to the shingon sect , the temple began a shift towards the pure land sect under seventh chief priest and restoration patriarch yokan ( 1033 - 1111 ) . yokan was the son of monjo-hakase minamoto no kunitsune and entered zenrin-ji temple aged 11 as the disciple of jinkan . at that time , he studied under the sanron sect and hosso sect of the nanto rokushu ( six sects of nanto ) but eventually became a passionate devotee of the amida buddha and would not fail to recite the nembutsu ( buddhist invocation ) ten thousand times every day . in 1072 he took over the role of his master and entered zenrin-ji temple . yokan encouraged people to recite the nembutsu and established a yakuo-in on the temple grounds , which took care of the sick and organized charitable work . it could be said that yokan was the forefather of today 's social welfare activities . it was due to the role of chief priest yokan that zenrin-ji temple came to be called eikan-do . the temple name is usually read ' eikan-do ' ( 永観堂 ) but it is considered correct to read the monk 's name ' yokan ( 永観 ) . ' the principal image standing statue of amida nyorai is unusual in that it is looking over its left shoulder ( right when looking face on ) . there is a following legend regarding this statue . it says that 1082 when yokan , aged 50 , was reciting the daily nembutsu as he walked around the statue , amida nyorai came to life , stepped down from its dais and began to walk round with yokan . it is said that when the surprised yokan stopped walking , amida nyorai looked over its shoulder and said to him ' yokan , you are too slow . ' the story goes that , ever since then , the posture of the statue of the temple has remained in that position . the twelfth chief priest johen ( 1166 - 1224 ) was originally a shingon sect monk but became a disciple of honen and entered nembutsu-mon ( pure land school ) . it is said that honen 's leading disciple shoku ( seizan ) succeeded johen to become the temple 's chief priest . under shoku 's disciple , jo-on , zenrin-ji temple went from being devoted to the shingon sect to the seizan branch ( kosaka group ) of the pure land sect and became a firm nembutsu meditation center . the different elevations within the zenrin-ji temple precinct have been utilized to construct many buildings which are connected by covered walkways . somon ( main gate ) : constructed during the late edo period . this type of gate is known as a ' koraimon . ' chumon ( inner gate ) : constructed in 1744 . this type of gate is known as a ' yakuimon . ' both koraimon and yakuimon gates are seen far more often at castles and the mansions of daimyo than temples . miei-do ( founder 's hall ) : completed in 1912 and made completely from zelkova wood . enshrines pure land sect founder honen and is larger than the amida hall , which enshrines the principal image . amida-do ( amida hall ) : seated on a location slightly higher than the miei-do . built at the beginning of the 17th century . enshrines the mikaeri amida nyorai ( amitabha looking back ) statue ( important cultural property ) . tahoto ( two-storey pagoda ) : situated at the highest point in the compound and is a visually significant location . constructed in 1928 using the voluntary contributions of benefactors . hojo ( abbot 's quarters ) : hojo are particular to zen temples and rarely seen in those of other sects but zenrin-ji temple 's hojo is just like that of a zen temple in both plan view and elevation view . its construction is said to have been ordered by emperor go-kashiwabara during the eisho era ( 1504 - 1521 ) , but was in fact not built until the edo period . cultural properties yamagoshi amida zu ( descent of amida over the mountain image ) : a kamakura period painting . kondo-rengemon-kei ( musical instrument with lotus pattern ) paintings color on silk portraits of shaka nyorai and the ten great disciples color on silk portrait of bhaisajyaguru color on silk portrait of amida descending to receive a deceased person 's soul gold paint on silk image of amida and twenty-five bodhisattvas color on silk portrait of shaka and sixteen zenshin ( good deities ) 2 color on silk images of the ten spiritual realms 16 color on silk portraits of the sixteen arhats color on silk image of taima mandala color on silk image of nirvana light color on paper portrait of shaka and two bodhisattvas painted by motonobu kano 2 color on paper yuzu nembutsu engi ( picture scrolls of yuzu nembutsu and the origin of its creed ) attributed to mitsunobu tosa 12 ink on paper images of hato zu ( waves ) painted by tohaku hasegawa 12 picture doors of twenty-five bodhisattvas coming to welcome the spirits of the dead ( doors of zushi of zendo-taishi ) sculpture wooden standing of amida nyorai ( mikaeri amida ) : this unique statue commonly known as ' mikaeri amida ' is looking over its left shoulder ( right when looking face on ) . it is 77 cm tall . it used to be believed to date from the kamakura period but characteristics such as its style and composition make it now thought to have been carved somewhat earlier in the 12th century in the late heian period . a few examples of post kamakura period ' mikaeri amida ' statues similar to this are known in china ( sichuan 's 16th cave of enkakuto , song dynasty ) and in japan 's zenko-ji temple , yamagata prefecture . it was designated an important cultural property in 1999 . books and authorities taima mandala engi yuzu nembutsu kanjincho dated the 3rd month of the year 1447 ( gold and silver paste on paper ) location : eikando-cho , sakyo ward , kyoto city access : 5 minutes walk from kyoto city bus nanzen-ji temple stop or eikando-michi stop +nanzen-ji temple , located in nanzen-ji-fukuchi-cho , sakyo ward , kyoto city , is the headquarters of the nanzen-ji branch of the rinzai sect of zen buddhism . the honorific mountain prefix is zuiryusan and it goes under the formal title of taiheikokoku-nanzen-zenji . the temple was founded by kaiki ( founding patron ) emperor kameyama and kaisan ( first chief priest ) mukan fumon ( daimyo-kokushi ) , and its principal image is shakyamuni ( buddha ) . it is not itself one of the kyoto gozan ( five great zen temples of kyoto ) but presides over them all and holds the highest rank of all japan 's zen temples . it was also the first temple in japan to be founded by the imperial family . before nanzen-ji temple was founded , the site was the location of emperor gosaga 's detached palace zenrin-ji-dono palace , which was built in 1264 . the palace was named ' zenrin-ji-dono ' after zenrin-ji temple ( kyoto city ) ( eikan-do ) , the headquarters of the seizan-zenrin-ji branch of the pure land sect that still stands to the north of nanzen-ji temple . this detached palace was divided into an upper palace and lower palace and the jibutsu-do ( private buddhist worship area ) of the upper palace was named ' nanzen-in . ' the surviving sub-temple of nanzen-ji temple , nanzen-in , was constructed later . in 1289 at age 40 , emperor kameyama abdicated , shaved his head and became a monk . two years later in 1291 , he converted zenrin-ji-dono palace into a temple and invited the 80 year old mukan fumon to serve as chief priest of the temple which was named ' ryoansan-zenrin-zen-ji temple . ' according to legend , ghosts would appear at zenrin-ji-dono night after night and trouble the cloistered emperor kameyama and his staff , but mukan fumon brought his disciples and simply sat and meditated ( zazen ) until the ghosts left , which so impressed the cloistered emperor that he invited mukan to serve as chief priest . mukan fumon was born in shinano province . after studying under enni , first chief priest of tofuku-ji temple , he left to study in northern song period china at the age of 40 and returned to japan over 10 years later in 1262 . until the age of 70 , he never had his own temple and remained devoted to asceticism but assumed the post of chief priest at tofuku-ji temple in 1281 after the death of his teacher enni . he was invited to serve as head priest at nanzen-ji temple ten years later in 1291 but passed away soon after . after the death of the founding priest mukan , the majority of the temple 's construction was conducted under the second chief priest kian soen ( nanin kokushi , 1261 - 1313 ) and completed around 1299 . it is said that the original name ' ryoansan-zenrin-zen-ji ' was changed to ' taiheikokoku-nanzen-zen-ji ' during the shoan era ( 1299 - 1302 ) . in 1325 , muso soseki resided at the temple . in 1334 , emperor godaigo placed nanzen-ji temple as number one of the kyoto gozan but in 1385 yoshimitsu ashikaga placed his own shokoku-ji temple at number one so nanzen-ji temple was treated as a special case and ranked higher than all the gozan temples . during the muromachi period the temple became embroiled in political problems with the traditional temples enryaku-ji temple and onjo-ji temple and the kanre yoriyuki hosokawa stepped in to mediate . the monastery was devastated by fire in 1393 and again in 1447 but was soon rebuilt on both occasions . however , the temple was completely destroyed by fire in the street fighting during the first year of the onin war ( 1467 ) , and the reconstruction did not go well . the revival of nanzen-ji temple was continued during the edo period by ishin suden who entered the temple in 1605 . as a close associate of ieyasu tokugawa , suden was also a politician known as ' kokui-no-saisho ' who was involved in diplomacy and the administration of shinto shrines and buddhist temples . he was also given the personnel management post of soroku by the shogunate . this role was responsible for all of the rinzai sect temples in japan . nanzen-ji temple precinct was nationally designated a historic site in 2005 . chokushi-mon gate ( gate for imperial envoys ) said to have been relocated from hinomikado , the old imperial palace in 1641 . sanmon gate in the second act of the kabuki drama " sanmon gosan-no-kiri , " goemon ishikawa 's famous words ' what an amazing view ' are in reference to the sanmon gate of nanzen-ji temple . however , this only occurs in the story as the actual sam-mon gate was constructed in 1628 , more than 30 years after the death of goemon ishikawa . it is two-storey gate with five bays and three entrances ( of the five front bays , the middle three serve as entrances ) . it was dedicated by takatora todo as a memorial to the soldiers who died during the siege of osaka . the upper level is known as ' gohoro ' and houses a statue of shaka nyorai , statues of arhats , memorial tablets of member 's of the benefactor todo family and memorial tablets of those who died in the siege of osaka and others . the image of celestial maidens and chinese phoenixes on the ceiling was painted by tanshin kano . it is considered one of the three great gates of kyoto along with the sam-mon gate of chion-in temple and mieido-mon gate of higashi hongan-ji temple . hatto ( lecture hall ) destroyed by fire in 1895 when the charcoal brazier of kotatsu ( fireplace with a coverlet ) was not properly extinguished but rebuilt in 1909 . hojo ( abbots ' quarters ) national treasure composed of the larger ohojo and smaller kohojo . the ohojo was formerly a tensho era imperial palace building that was granted to the temple when the keicho era imperial palace complex underwent reconstruction . there are many sources that claim that it was the old seiryo-den palace building that was relocated but it was in fact the building that stood opposite the nyoin-gosho palace . the attached kohojo is believed to have been constructed during the kanei era ( 1624-1643 ) . a total of 120 sliding screen and paper wall paintings , all dedicated important cultural properties , done by artists of the kano school adorn the rooms of the ohojo which includes the willow room , musk room , lunch room , flower and bird room ( west room ) , crane room and narutaki room . these were inherited from the old imperial palace but when the building was moved , the configuration of the sliding screens was drastically changed and many that were once part of a continuous series became placed in different rooms . it is said that the partition paintings in the kohojo are the work of tanyu kano , but the style has led to speculation that they are in fact the work of numerous artists . the dry landscape garden , commonly known as ' tora-no-ko watashi-no-niwa ( the crossing of tigercubs ) , ' at the front of the hojo is said to have been created by enshu kobori and has been designated a place of scenic beauty . konchi-in temple this is one of the sub-temples of nanzen-ji temple which is situated to the front right of the chokushi-mon gate . established during the oei era ( 1394 - 1428 ) by daigo osho in the takagamine area of the rakuhoku district ( kita ward , kyoto city ) and relocated to its current location by ishin suden in around 1605 . the hojo was relocated from the remains of momoyama castle in 1611 . the garden named ' tsurukame-no-niwa ' ( garden of cranes and turtles ) is a designated place of scenic beauty and said to have been created by enshu kobori . nanzen-in temple this sub-temple was constructed on the site of the upper palace of retired emperor kameyama 's detached palace and is considered to be the origin of nanzen-ji temple . tenju-an temple founded as a burial place for founding priest mukan fumon and rebuilt in 1602 by yusai hosokawa . chosho-in temple jishi-in temple national treasures of nanzen-ji temple hojo zenrin-ji temple prayer written by emperor kameyama national treasures of konchi-in temple keiin shochiku zu ( image of a building in a valley ) an ink painting done in 1413 . said to be the earliest shigajiku ( hanging scroll with a literary inscription written above an ink painting ) shukei tokei sansui zu ( image of autumn and winter landscapes ) a chinese southern song period landscape using ink and light color on paper . from the collection of yoshimitsu ashikaga . sam-mon gate chokushi-mon gate color on silk image of shaka and the sixteen good deities color on silk portrait of daimyo-kokushi color on silk portrait of daimyo-kokushi inscribed by priest hirata 2 portraits of nanin kokushi ( 1 color on silk and 1 color on paper ) color on silk image of nirvana ink on silk image of shoso monju inscribed by bhikkhu shocho of nanzen ink on paper image of dharma painted by shokei ink on silk image of a fishing boat against a river and mountains painted by sansho sho light color on silk image of a dialogue between yakusan and riko ohojo partition paintings : the 120 ohojo partition paintings have been designated important cultural properties under the following four designations . ( a ) 14 twenty-four paragons of filial piety images ; 17 harps , chess and crowds of sage-recluses images ( all color on paper with gold leaf background ) ( b ) 8 waterfall images ; 8 court lady images ; 6 cherry blossom and stream images ; 4 plum tree , bamboo and bird images ( all color on paper with gold leaf background ) ( c ) 8 waterfall , weeping willow and egret images ; 5 peony flower and civet images ; 10 pine tree , hawk and egret images ; 4 pine tree and hydrangea images ; 4 loquat and green pheasant images ; 6 chrysanthemum and bush clover images ( all color on paper ) ( d ) 10 crane images ; 4 peach blossom and bird images ; 4 white plum and bird images ; 4 ducks and geese near water images ; 2 cypress and mandarin duck images ; 2 paulownia flower and bird images ( all color on paper ) 40 color on paper sliding door and paper wall paintings of tigers ( kohojo partition painting ) attributed to tanyu kano wooden standing statue of aryavalokitesvara kamakurabori incense case with a peony pattern 5,822 nanzen-ji temple complete buddhist scriptures 6 seiryo-den hairyo yuishosho ( documents about how seiryo-den was received from the emperor ) nanzen-ji temple instructions of buddhist sanctum it is believed that boiled tofu originated from kanjin dish ( dish for donation ) on the approach to nanzen-ji temple . the almost hemispherical ' nanzan-ji tofu ' is a specialty of tsuruoka city , yamagata prefecture . it is said to have made its way from kyoto on the cargo ships that sailed the sea of japan during the edo period . only sold from may to mid-august . keage station ( kyoto city subway tozai line ) +koryu-ji temple , located in the uzumasa area of ukyo ward , kyoto city , is a buddhist temple belonging to the omuro branch of the shingon sect . its honorific mountain prefix is ' hachiokasan . ' the temple is also known by the names hachioka-dera , hoko-ji , hatanokimi-dera and uzumasa-dera . it served as the ujidera ( temple devoted to a clan 's guardian deity ) of the hata clan of naturalized citizens and is the oldest temple in kyoto , originating since before the relocation of the capital city to heiankyo . the temple is known for its statue of the bodhisattva maitreya sitting contemplatively in the half-lotus position , a national treasure , and is one of the seven major temples constructed by prince shotoku . the ushi-matsuri ( ox festival ) held every year on october 12 is known as one of kyoto 's three main strange festivals . origin and history koryu-ji temple is located in uzumasa , which is famous for kyoto uzumasa eigamura ( toei movie land ) , but it is unknown whether it has always stood on this site since the time of its founding and there is a likely theory that it was built somewhere else during the first half of the 7th century and moved to its current location around the time of the relocation of the capital to heiankyo . at the time of its founding , the temple was dedicated to the bodhisattva maitreya but became dedicated to bhaisajyaguru around the time of the relocation of the capital to heiankyo and became a place of devotion to bhaisajyaguru and prince shotoku . the principal image housed within jogu-oin , which is present koryu-ji temple 's main hall , is a statue of prince shotoku . there are references to the founding of koryu-ji temple in ancient texts such as " nihon shoki " and it has been confirmed by excavations that the temple dates from the 7th century , but the ancient records were lost to fire in the year 818 and the temple 's early history cannot be determined for sure . according to " nihon shoki , " in the year 603 , after prince shotoku asked his servants ' i have this sacred buddhist statue , but who is here to worship it ? ' naturalized citizen hata no kawakatsu of a powerful local family received the statue and constructed ' hoko-ji temple . ' on the other hand , " koryu-ji engi " ( the origin of koryu-ji temple ) written in 838 and the late 9th century " koryu-ji shizai-kotai jitsurokucho " ( record of the replacement of materials of koryu-ji temple ) state that the temple was constructed in 622 as a memorial to prince shotoku who passed away in the same year . there is a discrepancy of almost 20 years between the accounts of the temple 's founding as described in " nihon shoki " and " koryu-ji engi . " one explanation for this is that the temple 's construction was initiated in 603 and completed in 622 and another explanation states that hoko-ji temple built in 603 and koryu-ji temple built in 622 were initially two separate temples that later merged . the location of hoko-ji temple 's founding is not known for sure but archaeological excavation of the first 7th century artifacts in the remains of kitano temple in kitano , kita ward , kyoto city have given rise to a likely theory that it was moved to its current location ( or merged with another temple ) in uzumasa at the same time as the relocation of the capital to heiankyo . originating from the silla kingdom of ancient korea , the hata clan were naturalized citizens based in kado-no-gori ( equivalent to the modern area of nishikyo ward and the southern part of ukyo ward in kyoto city ) and possessed skills such as sericulture , weaving , sake brewing and river management . konoshimanimasu-amaterumimusubi-jinja shrine ( kaiko-no-yashiro ) near koryu-ji temple and umenomiya-taisha shrine in umezu , ukyo ward and matsuno-taisha shrine in arashiyama , nishikyo ward ( both devoted to the deity of sake brewing ) are also said to be connected to the hata clan . " nihon shoki " states that in the year 623 ( 622 according to other sources ) , silla kingdom and imna confederacy messengers came to japan where they enshrined buddhist statues in kadonohata-dera temple and there is a theory that these correspond to the two wooden statues of the bodhisattva maitreya sitting in the half-lotus position which remain in koryu-ji temple . the principal image of koryu-ji temple was changed to bhaisajyaguru in the year 797 , directly following the relocation of the capital to heiankyo . starting with the fire in the year 818 , the temple has been devastated by fire on numerous occasions and none of the original buildings from the time of the temple 's founding now remain . in the year 836 , koryu-ji temple chief priest dosho ( disciple of kukai ) put great efforts into the restoration of the fire-ravaged statue and buildings and he became known as the restoration patriarch . following this , the temple was completely destroyed by fire in 1150 but was rebuilt in a relatively short period of time and a dedication ceremony was held for all of the halls in 1165 . it is said that the surviving ko-do ( lecture hall ) ( important cultural property ) underwent extensive modification following the medieval period , however , can be considered the same structure completed in 1665 . monastery romon gate : the temple 's main entrance . said to have been constructed in 1702 . ko-do ( lecture hall ) ( important cultural property ) : almost all original external elements are believed to have been lost through rebuilding in 1165 , modifications between 1558 and 1570 and repairs undergone in modern times , but the interior ceiling and frame retain a heian period legacy . enshrined within is a sitting statue of principal image amida nyorai ( national treasure ) flanked by a sitting statue of ksitigarbha ( important cultural property ) on the right and a sitting statue of akasagarbha on the left . jogu-oin : koryu-ji temple 's main hall . a palatial style building with a cypress bark hip-and-gable roof , within which is a miniature shrine that houses the principal image standing statue of prince shotoku . this statue engraved with the year 1120 depicts prince shotoku aged 33 when he granted the statue hata no kawakatsu and is wearing underwear over which real clothing is worn . keikyu-in temple main hall ( national treasure ) : stands on a site surrounded by a wall in the west of the main precinct . the hall enshrines a statue of prince shotoku and , like the yumedono of horyu-ji temple , is an octagonal circular hall but architecturally it is more casual with a purely japanese style and a cypress bark roof . it is not ordinarily open to the public but access is allowed to the exterior on sundays and public holidays in april , may , october and november . it is a kamakura period building but the exact date of its construction is unknown . of the two wooden statues of the bodhisattva maitreya sitting contemplatively in the half-lotus position at koryu-ji temple , the one commonly known as ' crowned maitreya ' is housed within the center of the reiho-den . it is considered to be one of the most famous of all the buddhist statues in japan . german philosopher karl jaspers ' enthusiastic praise of the statue is well known . the statue stands at approximately 123 centimeters in height , is made from red pine wood with ichiboku-zukuri ( wooden figure carved of one tree ) and shows maitreya deep in thought with the right hand gently touching the cheek . it is believed to have been created during the 7th century . the style is very similar to that of the gilt bronze statue of the bodhisattva maitreya sitting contemplatively in the half-lotus position at the national museum of korea in seoul . there are no other surviving korean wooden buddhist statues of the same style from the same era but the koryu-ji temple statue was originally covered in gold leaf and it is clear from the few traces that remain on the abdomen that would have resembled a gilt bronze buddhist statue when it was crafted . its style has led to the theory that it made its way to japan from the korean peninsula but there are also those who propose that it was crafted in japan and the debate has not yet been resolved . in 1948 , soon after world war ii , jiro kohara took a sample from the statue 's hollow interior and used microphotography to determine that it was made of red pine wood . japan 's asuka period wooden buddhas and giraku masks were almost without exception made from the wood of japan 's indigenous camphor tree and the fact that the koryu-ji temple statue is the only example in japan of a piece made from red pine became the basis of the theory that it came from the korean peninsula . however , in 1968 when the statue was being photographed for ' maitreya ' - part 4 of the mainichi newspaper 's series entitled " fascinating buddhist statues , " it was confirmed the back-board of the uchiguri ( a cavity cut into a statue to decrease weight and prevent cracking due to drying out ) was made of camphor wood and also that the robes of the back had been carved from the same wood . ( this is because statue was found to have been damaged during the meiji period and camphor wood was used to repair the missing portion . ) additionally , the theory that the statue was crafted in japan comes from the fact that red pine also grows wild in japan . the theory that the statue came from the korean peninsula derives from the conviction that it is either the buddhist statue received from prince shotoku in the year 603 or the buddhist statue that arrived from the silla kingdom in 623 referred to in " nihon shoki . " on august 18 , 1960 , a 20-year-old student of kyoto university touched the statue of maitreya and broke its ring finger of the right hand . it is often said of his motive that ' the statue was so beautiful that he just had to touch it ' but in coverage that immediately followed the incident he said words to the effect of , ' when i actually saw it , i thought ' is this it ? ' it was a disappointment . i heard that it was covered in gold leaf but there was only the grain of the wood and it was covered in dust . there weren 't any guards so i just gave it a quick touch but i still can 't explain what going through my head at the time . ' the kyoto district public prosecutors office investigated the student on suspicion of violating the preservation of cultural properties but indictment was suspended . the broken finger was restored using the collected fragments and it is now impossible to tell with the naked eye where the finger was damaged . the statue is frequently referred to as ' the number one national treasure ' but it is simply the case that the national treasure designation number assigned by the minister of education was ' sculpture 1 ' and there were many other items that were also designated national treasures on june 9 , 1951 . cultural properties national treasures wooden statue of the bodhisattva maitreya sitting contemplatively in the half-lotus position ( commonly called ' crowned maitreya ' ) : described above wooden statue of the bodhisattva maitreya sitting in the half-lotus position ( commonly called ' crying maitreya ' ) : housed within reiho-den . this statue is in the same half-lotus pose as ' crowned maitreya ' but slightly smaller . one theory claims it to have been crafted during the late 7th / early 8th century in japan as it is made from the wood of the camphor trees that are not found on the korean peninsula , however , there is another theory . it is known as ' crying maitreya ' due to its melancholy expression and right hand touching the cheek that makes it look as if it is crying . wooden sitting statue of amida nyorai : the principal image of the ko-do ( lecture hall ) the statue is 2.6 meters tall . it was crafted in the year 840 . wooden standing statue of amoghapasa : was originally enshrined in the lecture hall but is now housed in reiho-den . made during the end of the nara period to the beginning of the heian period ( late 8th to early 9th century ) . wooden standing statue of thousand armed avalokiteshwara : was originally enshrined in the lecture hall but is now housed in reiho-den . made in the early heian period ( 9th century ) . wooden standing statue of the twelve divine generals of bhaisajyaguru : housed in reiho-den now . made in 1064 by buddhist statue maker chosei . koryu-ji engi shizaicho ( notes of materials for koryu-ji temple ) koryu-ji shizai-kotai jitsurokucho ( record of the replacement of materials of koryu-ji temple ) keikyu-in temple main hall important cultural properties color on silk image of three thousands buddhas color on silk image of the twelve celestials color on silk image of juntei butsumo color on paper picture scroll of noue hoshi wooden sitting statue of the bodhisattva akasagarbha ( located in the lecture hall ) wooden sitting statue of the bodhisattva ksitigarbha ( located in the lecture hall ) wooden standing statue of bhaisajyaguru molded sitting statue of maitreya wooden sitting statue of mahavairocana ( 95.5 centimeter tall , designated an important cultural property in 1917 ) wooden sitting statue of mahavairocana ( 74.5 centimeter tall , designated an important cultural property in 1927 ) wooden standing statue of amida nyorai wooden sitting statue of the bodhisattva manjusri with five hair knots wooden standing statue of aryavalokitesvara wooden sitting statue of thousand armed avalokiteshwara wooden statue of the cintamari-cakra sitting in the half-lotus position wooden standing statue of the bodhisattvas suryaprabha and candraprabha wooden standing statue of the bodhisattva ksitigarbha wooden standing statue of a bodhisattva wooden sitting statue of acalanatha wooden standing statue of vaisravana wooden standing statue of dhrtarastra , virupaksa and virudhaka wooden standing statue of vaisravana wooden standing statue of lakshmi ( 184.5 centimeter tall , designated an important cultural property in 1917 ) wooden standing statue of lakshmi ( 168.0 centimeter tall , designated an important cultural property in 1917 ) wooden standing statue of lakshmi ( 164.6 centimeter tall , designated an important cultural property in 1902 ) wooden standing statue of lakshmi ( 142.2 centimeter tall , designated an important cultural property in 1917 ) ( deposited at tokyo national museum ) wooden standing statue of lakshmi ( 106.8 centimeter tall , designated an important cultural property in 1938 ) wooden statue of the prince shotoku sitting in the half-lotus position wooden standing statue of zao gongen ( 100.4 centimeter tall , designated an important cultural property in 1917 ) wooden standing statue of zao gongen ( 96.4 centimeter tall , designated an important cultural property in 1917 ) wooden idol ( thought to be a statue of hata no kawakatsu ) wooden sitting statue of a female deity ( thought to be a statue of hata no kawakatsu 's wife ) iron bell in front of uzumasa-koryuji station on the arashiyama main line of the keifuku electric railroad +saiho-ji temple is a rinzai sect temple located in matsuo , nishikyo ward , kyoto city . it is commonly referred to as koke-dera . the honorific mountain prefix is koin-zan . the temple was founded by gyoki , later restored by muso soseki and its principal image is amida nyorai . it is registered as a unesco world heritage site as one of the ' historic monuments of ancient kyoto . ' according to temple legend , the location of saiho-ji temple ( 西芳寺 ) was formerly the site of prince shotoku 's villa , which nara period monk gyoki converted to a hosso sect temple known as ' saiho-ji temple ( 西方寺 ) ' ( a homophone of the current name ) dedicated to the principal image amida nyorai . legend has it that famous japanese monks such as kukai and honen later served as chief priests at the temple . although these legends cannot be taken at face value , it is believed that such a predecessor to the current temple genuinely did exist . over time , the temple fell into disrepair , and in 1339 , the chief priest of the nearby matsuno-taisha shrine , fujiwara no chikahide , summoned renowned monk and famous garden designer muso soseki ( muso kokushi ) to help him revive saiho-ji as a zen temple . the original temple name ' saiho-ji temple ( 西方寺 ) ' ( meaning western temple ) was suitable for a temple that enshrined an image of amida nyorai , primary buddha of the western paradise but muso soseki changed this to ' saiho-ji temple ( 西芳寺 ) ' ( changing the ' ho ' character ) . the new name ' saiho ( 西芳 ) ' was selected from the kanji used in two phrases related to early zen monk bodhidharma : ' soshi seirai ( 祖師西来 ) ' ( bodhidharma came from the west ) and ' goyo rempo ( 五葉聯芳 ) ' ( bodhidharma 's teachings shall spread and come to bear fruit like a five-petaled flower ) . saiho-ji temple was destroyed by fire during the onin war ( 1467-1477 ) . it was also twice ravaged by floods during the edo period . it is believed that the ruined original dry garden became covered in moss at the end of the edo period . a possible main cause is the adjacent ravine through which a river runs . it was originally the case that saiho-ji temple was open to the general public but this was stopped in 1977 and currently visitors are only admitted after making an application via return postcard . visitors do not simply tour or observe the temple but must participate in religious services such as the transcribing of sutras . the eastern temple grounds include the moss garden centered around ogon-chi ( golden pond ) , the main hall ( sairai-do ) , the study and a three-storied pagoda housing sutras . the garden itself contains three tea houses shonan-tei ( important cultural property ) , shoan-do and tanhoku-tei . the northern temple grounds contain a dry landscape garden in which the arrangement of stones in the rock garden and a kaisan-do ( temple where the statue of founder priest is placed ) known as shito-an . other significant objects within the temple grounds include a slab engraved with a kyoshi takahama haiku and a stone monument engraved with the writings of jiro osaragi . main hall ( sairai-do ) : constructed in 1969 and enshrines the principal image of amida nyorai . the paintings on the sliding doors are the work of insho domoto . three-storied pagoda housing sutras : a three-storied pagoda erected in 1978 and used to store copies of sutras written by rinzai adherents . the pagoda is devoted to the principal image bhaisajyaguru . shonan-tei ( important cultural property ) : the tea house was originally constructed during the time of muso soseki but subsequently destroyed and said to have been later restored by sen no rikyu 's second son sen no shoan . has a wooden board balcony . the structure has a persimmon bark roof and is arranged in an l-shape with a broad veranda facing the pond . it is a bright , open teahouse and the alcove and guest seats of the 4 and 3 / 4-tatami mat main room with a kato-mado ( window with a special curvilinear top part ) do not have nijiriguchi ( small door which leads into a tea ceremony hut ) at the center but only a kininguchi ( an entrance made especially for noblemen or other dignitaries so that they can enter a tea ceremony room without bending ) with a broad veranda running along the north from which the garden of woods and fountains can be viewed . tomomi iwakura was famously sheltered here towards the end of the edo period . shoan-do : contains a wooden image of sen no shoan . constructed in 1920 . tanhoku-tei : the tea house donated to the temple in 1928 by potter zoroku mashimizu . buildings designated special places of scenic beauty , including ' shonan-tei ' and ' tanhoku-tei , ' were inspired by phrases from the chinese zen text " biyanlu " ( blue cliff record ) . saiho-ji temple garden ( special place of scenic beauty , special historic site ) : created by muso soseki and comprised of the upper dry landscape garden and the lower pond-centered garden . in the northern temple grounds remains a dry landscape garden in which the arrangement of stones in the rock garden is said to show traces of how it looked in the time of muso soseki . today saiho-ji temple garden is best known for its moss garden centered around the ogon-chi ( golden pond ) , which is nestled in a grove of trees . the garden is divided into the pond area at the base of the hill and zen temple garden that utilizes the slope of the hill with a path leading up the hillside , atop which stands a rest stop named shukuen-tei . the garden displays a multi-level design concept with the summit offering a view of the katsura-gawa river and the two-storied reliquary hall near the pond overlooking the garden . the pond has pavilions , is surrounded on 3 sides by flowers and trees pruned into two steps , and contains the three small islands asahi island , yuhi island and kiri island on which white sand has been spread and pine trees grow . the area around the pond is said to be covered with more than 100 varieties of moss , which are believed to have started growing not at the time of muso soseki but in the late edo period . in addition to the two-storied reliquary hall , the pond area also includes jojaku-an , shonan-tei , tanhoku-tei , morikiyo-ryo , togetsukyo bridge and the godosen tomb . it could be said that the garden incorporates a lot of architecture relative to its size , but on crossing the togetsukyo bridge with its pavilion , one will step atop a long whale that makes it look as though one is floating in the sea . atop the stone staircase through kojokan gate sits a zen hall known as shito-an with an large stones on the hillside that have been arranged to symbolize a waterfall . color on silk portrait of muso soseki ( important cultural property ) +tenryu-ji temple is the headquarters of the tenryu-ji branch of the rinzai sect , located in sagatenryuji-susukinobaba-cho , ukyo ward , kyoto city , kyoto prefecture . its honorific mountain prefix is reigizan . the formal name of the temple is tenryu shisei-zenji . it was founded by kaiki ( founding patron ) takauji ashikaga and kaisan ( first chief priest ) soseki muso , and dedicated to the principal image shakyamuni . as a zen temple related to both the ashikaga shogun family and emperor godaigo , the temple is built on a magnificent scale and held in high esteem , and is ranked number one among the kyoto gozan ( five major temples of rinzai sect in kyoto ) . it is registered as a unesco world heritage site as part of the ' historic monuments of ancient kyoto . ' in the early heian period , empress tachibana no kachiko ( 786 - 850 ) , wife of emperor saga , founded a temple called danrin-ji temple on the site of present-day tenryu-ji temple . danrin-ji temple fell into disrepair over the next four hundred years and emperor gosaga ( reigned 1242 - 1246 ) and his son emperor kameyama ( reigned 1259 - 1274 ) turned the area into an imperial villa which they called ' kameyama-dono palace . ' the name ' kameyama ' ( turtle mountain ) was selected due to the shape of mt . ogura , known for its red autumn leaves , which lies to the west of tenryu-ji temple and is said to resemble the shape of a turtle 's shell . the temple 's honorific mountain prefix ' reigizan ' ( spirit turtle mountain ) was also chosen for based on this . kameyama-dono palace as an imperial villa of the daikaku-ji line ( line of emperor godaigo ) was converted into tenryu-ji temple by takauji ashikaga in memory of emperor godaigo . takauji became seii taishogun ( literally , " great general who subdues the barbarians " ) in 1338 . emperor godaigo died in yoshino the following year , 1339 . takauji ashikaga is the person who opposed the kemmu restoration initiated by emperor godaigo and rose in revolt against the emperor , and the emperor decreed that takauji be hunted down and executed . when takauji ashikaga 's enemy emperor godaigo died , zen priest muso soseki , who was highly revered by samurai families of the time , strongly recommended that takauji construct a temple in his memory . it is said that the temple was originally going to be named ' ryakuo shisei-zen-ji ' but takauji 's younger brother , tadayoshi ashikaga , supposedly had a dream about a golden dragon prancing around the oi-gawa river ( also known as the hozu-gawa river ) , which lies south of the temple , and the temple was instead named ' tenryu shisei-zen-ji ' ( ' tenryu ' meaning ' sky dragon ' ) . it is well known that trading vessels named tenryu-ji-bune were launched in order to raise the funds to build the temple . the dedication ceremony was held in 1345 on the seventh anniversary of emperor godaigo 's death . as the temple flourished as number one among the kyoto gozan ( five major temples of rinzai sect in kyoto ) , the temple grounds expanded to roughly 330,000 square meters , extending all the way to present-day keifuku electric railroad katabiranotsuji station , and is said to have included some 150 sub-temples . however , the temple has been continuously ravaged by fire and all of the original buildings have been destroyed . during the middle ages , the temple met with fire on six occasions ; in 1358 , 1367 , 1373 , 1380 , 1447 , and in 1467 . after being destroyed during the onin war and subsequently rebuilt , the temple enjoyed a brief period of tranquility but was lost to yet another fire in 1815 ( edo period ) before being severely damaged during the hamaguri rebellion ( conspiracy of kimmon ) of 1864 , so that now most of the buildings as we see them today are reconstructions dating from the latter half of the meiji period . the garden ( special place of scenic beauty , special historic site ) to the west of the hojo ( the chief priest 's room ) , created by muso soseki , retains only slight traces of its original design . to the north of the hojo ( the chief priest 's room ) lie the mausoleums of emperor kameyama and emperor gosaga administrated by imperial household agency . on the eastern boundary of the temple grounds stand the chokushimon gate and chumon gate , from which the path to the temple itself leads west . the layout of tenryu-ji temple is contrary to the general layout of zen temple grounds that face south with major buildings aligned along the north-south axis . sub-temples line both sides of the path , which leads to the hatto ( lecture hall ) , behind which are numerous buildings including the ohojo ( large abbey ) , kohojo ( small abbey ) , kuri ( priest 's quarters ) , sodo ( meditation hall ) , and taho-den - all of which are modern reconstructions . chokushimon gate : a four-legged gate it is the oldest structure on the temple grounds retains the style of the momoyama period . hatto ( lecture hall ) : unusually for a zen temple , the lecture hall is located at the center of the precinct and is a single-storey yosemune-zukuri style building constructed in 1900 . it houses the image of gautama buddha flanked by two guardians . the ceiling painting of clouds and dragons is the work of shonen suzuki . ohojo ( large abbey ) : constructed in 1899 . kohojo ( small abbey ) : constructed in 1924 . taho-den : constructed in 1934 . although a modern building , it was constructed in the style of the kamakura period style . it contains a wooden statue of emperor godaigo . garden : the garden created by muso soseki features a circular promenade centered around sogen-chi pond . color on silk portrait of muso kokushi inscribed by tokusai color on silk portrait of muso kokushi inscribed with the 15th day of the 8th lunar month in the ryakuo era color on silk portrait of muso kokushi self titled quiet old man ( muso ) color on silk portrait of avalokitesvara color on silk portraits of zen priest shoryo hogen / ummon taishi wooden sitting statue of shaka nyorai shanaingoryo-ezu ( image of shanain 's territory ) okoshokyokanji-no-ezu ( map of old officers ' residences ) oeikimmyo-ezu ( landscape of saga ) toryoeiyo-bokuseki ( writings of dongling yongyu ) writings of chikafusa kitabatake 68 saga tenryu-ji-susukinobaba-cho , ukyo ward , kyoto city , kyoto prefecture near kyoto city bus arashiyama tenryu-ji-mae stop or a 1 minute walk from arashiyama station on the keifuku electric railroad . +kozan-ji temple is a buddhist temple situated in toganoo-cho , umegahata , ukyo ward , kyoto city . toganoo is located in the mountains to the northwest of the city of kyoto . kozan-ji temple 's sango ( literally , " mountain name " ) , which is the title prefixed to the name of a buddhist temple , is ' toganoosan ' and it originates from the omuro school of the shingon sect . it is said to have been founded in the nara period , but the actual kaiki ( patron of a temple in its founding ) was kamakura period monk myoe . in addition to ' choju-jinbutsu-giga ' ( scrolls of frolicking animals and humans ) , the temple is renowned for its numerous cultural properties including paintings , ancient writings and documents . the temple precinct has been designated both a national historic site and a unesco world heritage site as one of the historic monuments of ancient kyoto . the toganoo area in which kozan-ji temple is located is even deeper in the mountains than takaosan jingo-ji temple - known for its red autumn leaves , has long been a place of mountain asceticism and is thought to have once been the site of many small temples . since the nara period , the current site of kozan-ji temple has been home to temples including ' togao-ji ' and ' togao-bo , ' and it is said that it was constructed in the year 774 by the imperial decree of emperor konin , but the accuracy of these claims remains unclear . in the heian period , the temple became a branch temple of the nearby jingo-ji temple and became known as jingo-ji jumujinin temple . it is then thought to have separated from a head temple , jingo-ji temple and served as a place of secluded asceticism . the individual responsible for restoring kozan-ji temple and considered to be the official kaiki ( patron of a temple in its founding ) is kamakura period kegon sect monk myoe . myoe-bo koben ( 1173-1232 ) was born in the arida district of kii province , which is equivalent to modern day aridagawa-cho in wakayama prefecture in 1173 . his father was a warrior named taira no shigekuni and his mother was a daughter of the powerful kii province yuasa family . after the death of his parents , myoe left home aged 9 and entered the buddhist priesthood under the guidance of his maternal uncle , the monk jokaku ( 1147 - 1226 ) of jingo-ji temple . myoe was severely critical of honen 's exclusive nenbutsu practice and strived toward the revival of the kegon sect . in an ' age of decadence ' in which buddhism 's standing was weakening , the teachings of ' exclusive nenbutsu ' that people are not saved by the aspiration for buddhahood and that , with the exception of nenbutsu , there is no other method of being reborn in paradise were in contradiction to the beliefs myoe who emphasized discipline and the attainment of enlightenment . in the year 1206 aged 34 , myoe was granted land at toganoo by emperor gotoba who also conferred upon the temple the name ' hi-idete-mazu-terasu-kozan-no-tera ' ( first mountain temple illuminated by the rising sun ) . this is considered to be the founding of the current kozan-ji temple . the temple 's name was taken from a line in the ' avatamsaka sutra ' which states ' hi , idete , mazu takaki yama wo terasu ' which means ' when the sun rises , it first casts its light upon the highest mountain , ' and is believed to have been chosen in the hope that the temple would be illuminated as described in the passage . since the medieval period , kozan-ji temple has been destroyed numerous times by conflict and fire and the only kamakura period building to survive is sekisui-in . a surviving diagram of the kozan-ji temple precinct ( important cultural property , housed at jingo-ji temple ) was created in 1230 , over 20 years after its 1206 revival , and has been extremely valuable in verifying the layout of the temple at the time . from the diagram , we know that kozan-ji temple originally consisted of a large outer gate , a main hall , a three-storied pagoda , an amitabha hall , an arhat hall , a bell tower , a scripture hall , and a shinto shrine dedicated to the tutelary deity of the area , but all of these buildings have since been destroyed with he exception of the ' scripture hall , ' which is now known as ' sekisui-in . ' the stone walls lining both sides of the path that leads from sekisui-in to kaizan-do ( it is also pronounced kaisan-do ) is reminiscent of the halls and sub-temples that once stood on the site . sekisui-in ( national treasure ) : constructed in the kamakura period . topped by a hip-and-gable shingle roof . said to have once been the place of study of retired emperor gotoba and bestowed to the temple , but others claim it to be the remains of myoe 's dwelling . the exterior is in a residential style , but it appears to have been converted from a structure which originally served as a sutra hall . it was originally located atop the stone staircase that remains to the back right of the main hall , but was relocated to its current position in 1889 . additionally , today 's kozan-ji temple also contains a main hall that was relocated from ninna-ji temple and a kaizan-do which houses a wooden statue of myoe ( important cultural property ) , but both are modern reconstructions . the grounds are also home to a tea garden said to be the oldest in japan . the story claims that the varieties of tea were obtained by rinzai sect founder eisai in southern song period china in the early kamakura period and granted to myoe following his return to japan . it is also said that myoe planted these on mt . toganoo from where they spread to other areas including uji . the temple possesses numerous cultural properties , but the majority of them except buildings have been deposited at the national museums in tokyo and kyoto . sekisui-in monochrome ink painting on paper ' choju-jinbutsu-giga ' ( scrolls of frolicking animals and humans ) : a set of four picture scrolls . they are all done in monochrome ink with no use of color . unlike ordinary picture scrolls which include images and writing , they consist of pictures only . the first scroll depicts anthropomorphosized rabbits , frogs and monkeys and is the best known of the four scrolls . the second scroll illustrates sketches of animals , the third depicts caricatures of people engaging in a variety of competitions and games in the first half with animal caricatures in the second half , and the fourth consists of rough human caricatures . it is estimated that the first and second volumes were created during the late heian period and the third and fourth volumes during the kamakura period . there are numerous theories regarding the circumstances of their creation and themes , but the humorous animal caricatures of the first volume are particularly outstanding and considered to be the origin of modern japanese manga culture . those on display at the temple are copies , as volumes 1 and 2 are currently deposited at tokyo national museum and volumes 3 and 4 are deposited at kyoto national museum . color painting on paper kegon-shu soshi eden 7-kan ( seven scrolls of pictorial biographies of the founders of the kegon sect ) : created during the kamakura period . portrays the lives of silla kingdom kegon sect founders uisang and wonhyo . consisted of 6 scrolls when designated a national treasure , but rearranged into 7 scrolls after undergoing repairs . color on paper myoe shonin-zo ( portrait of the monk myoe ) : also known as ' jujo zazen zo ' ( zen meditation in a tree ) . in contrast to the standard image of a buddhist monk , this picture depicts a tiny myoe surrounded by a mountain landscape . it was created during the kamakura period . color painting on silk butsugen-butsumo-zo ( painting ) : created in the early kamakura period at the end of the 12th century . this image was personally owned by myoe and contains his own writing . yupian volume 27 : a tang dynasty copy of a chinese character dictionary ' yupian ' created during the liang dynasty . it is incredibly valuable as all copies of the text have long disappeared from china with this last remaining copy only surviving in japan . tenrei bansho meigi : valued as the only remaining copy of a chinese character dictionary believed to have been compiled by kukai . it was copied in 1114 . ming bao ji : this copy of a tang dynasty collection of buddhist tales is believed to have been transcribed in the late tang dynasty , 2 centuries after being first written . it is incredibly valuable as all copies have long disappeared from china with this being the oldest copy in existence . dry lacquered wooden seated statue of bhaisajyaguru : created towards the end of the nara period . it was originally the center of a trio of buddhist statues flanked by two attendants . the attendants were removed from the temple during the meiji period , with the statue of suryaprabha now at the tokyo national museum and the statue of chandraprabha at the university museum of the tokyo national university of fine arts and music . wooden seated statue of monk myoe : housed within the kaizan-do . created during the kamakura period . a pair of wooden deer statues : created during the kamakura period . these unique statues of a buck and doe have been crafted to resemble the lion-dog statues that stand guard at the entrances to shinto shrines . deer are messengers of kasuga-myojin and it is believed that these statues were placed in front of the kasuga myojin shrine that once stood within kozan-ji temple . wooden standing statue of byakkoshin : created in the early kamakura period . byakkoshin is thought to be an indian god that was enshrined within the kozan-ji temple shrine along with zenmyoshin ( chinese god ) and kasuga-myojin ( japanese god ) . as the name byakkoshin ( lit . white light god ) indicates , the statue is painted entirely in white from its clothing to the pedestal , which is said to represent the snow of the himalayas . wooden standing statue of zenmyoshin : created in the early kamakura period . much of the vivid paint still remains . it is said to be the work of buddhist sculptor tankei along with the statue of byakkoshin . the kozan-ji temple archive containing 9,293 items : incorporates all documents including buddhist texts and records which have been stored at kozan-ji temple from the heian period to modern times . 17 volumes of koben yume-no-ki : ' koben ' refers to myoe . a record that myoe kept of his dreams , the religious experiences of which are said to have greatly influenced his way of thinking . the surviving records span the period from 1196 ( age 23 ) to 1223 ( age 51 ) . the following is a complete list of important cultural properties possessed by kozan-ji temple ( including those described above ) . architecture hokyoin-to pagoda nyohokyo-to pagoda ( single-storey stone pagoda ) paintings color on silk kegon-kaie-shoshoju-mandala color on silk kumano-mandala color on silk kumano-mandala color on silk fuku-sanzo-zo color on silk monju-bosatsu-zo color on silk bosatsu-zo ( jiden-miroku-bosatsu-zo ) color on silk myoe-shonin-zo light-colored painting on paper fujiwara no kanetsune-zo monochrome ink painting on paper koso-zo monochrome ink painting on paper shogun zuka-emaki monochrome ink painting on paper daruma sotatsu-soshi-zo sculpture dry lacquered wooden seated statue of bhaisajyaguru 1 pair of wooden komainu 3 pairs of wooden komainu 1 pair of wooden deer , 1 wooden horse , 1 wooden dog ( note : the ' horse ' and ' dog ' were additionally designated in 2001 ) wooden standing statue of zenmyoshin wooden standing statue of byakkoshin wooden seated statue of myoe-shonin ( placed in kaizan-do ) crafts aji mother-of-pearl metal lacquer full-moon shape miniature shrine housing a statue of maitreya black lacquer desk color painted wooden dharma wheel rinpo-katsuma metal lacquer miniature reliquary shrine historical documents kegon sect-ichijo-kaishinron volume 2 kegon-komoku sho volumes 1-4 kegon-denongi 2 gitenroku scrolls volume 1 and volumes 2 / 3 kongo-choyukakyo volumes 1-3 kusharonchu-fusenmuchi-dani-ryoken 54 volumes of ko-kegonkyo ( kurourushi hakoiri ) shaka-gohyaku-daigan-kyo parts 1 and 2 shinyaku-kegon-kyo-ongi 38 volumes of teigen-kegon-kyo teigen-kegon-kyo-ongi 1 volume of bonten-karazu myoe-shonin-eiso kegon-shinshugi written by monk myoe daito-tenjiku-riteisho written by monk myoe nyukai-datsumongi parts 1 and 2 written by monk myoe daihokodarani-kyo-yobunshu written by monk myoe mirokujosho-kyo written by ishikawa no toshitari shiki ( the chinese historical records ) volumes 3 and 4 lunyu ( analects of confucius ) volumes 4 and 8 lunyu ( analects of confucius ) volumes 7 and 8 7 volumes of zhuang-zi sokan-bon seimin-yojutsu volumes 5 and 8 soban-kegonzanmai-sho by hojo 4 volumes of soban-konkomyomonku-gokokuki by nyotan 4 volumes of soban-kongoki gai-bekkai by shoan kanpuku soban-hozo-wajo-den by chiwon choe koben yume no ki in 1 scroll , 9 sheets , 2 bindings , 2 books and 3 panels kozan-ji temple archive consisting of 9,290 items 2 shinbi-issai-kyozo-ryoko-zu +1 . jingo-ji temple is the successor of the koyasan shingon sect head temple located in takao , ukyo ward , kyoto city . the temple is the 7th temple of the 18 holy places of butto-koji ( old temples with pagodas ) . it is the temple described within this section . 2 . prior to the edo period , a jingo-ji temple was a buddhist temple that was permitted to become attached to and manage a shinto shrine under the syncretism of shinto and buddhism . it is synonymous with the terms ' jingu-ji ' and ' betto-ji . ' jingo-ji temple is the successor of the koyasan shingon sect head temple located in takao , ukyo ward , kyoto city and has the sango ( literally , " mountain name " ) , which is the title prefixed to the name of a buddhist temple , ' takaosan . ' it was founded by wake no kiyomaro and devoted to bhechadjaguru . the mountain temple stands half way up mt . takao-san in the atagosan mountain range ( kyoto city ) ( 924 m ) located in the northwest of kyoto city and is famous for its autumn foliage . all temple buildings including the main hall , 2-storey pagoda and daishi-do are situated in the mountains at the end of a long path beginning at the takao-hashi bridge that spans the kiyotaki-gawa river . jingo-ji temple occupies an important position within japanese buddhism , with kukai briefly staying here before going on to manage to-ji temple and koyasan , and saicho having conducted a lotus sutra lecture at the temple . the jigo ( literally , " temple name " ) , which is the title given to a buddhist temple , is ' jingokokuso-shingon-ji temple . ' however , this section will refer to the temple by the name ' jingo-ji temple ' as this is the name used in the temple 's historical archives such as ' jingo-ji ryakuki ' and the national treasure ' mongaku-shonin yonjugo-kajo-kiseibun ' and also the name written on the romon gate at the temple 's entrance . history jingo-ji temple is believed to have been established in the year 824 as a merger of two private wake clan temples ' shingan-ji temple ' and ' takaosan-ji temple . ' of these two preceding temples , shingan-ji temple was constructed at the end of the 8th century by wake no kiyomaro ( 733-799 ) , but the kawachi theory and yamato theory both make different claims regarding its location and neither have been proven correct . wake no kiyomaro was a high-ranking bureaucrat at the end of the nara period and the beginning of the heian period , and his close ties to successive emperors meant that he was involved in the relocation of the capital city to heian-kyo . it is also known that he became embroiled in the issue of succession to the imperial throne involving the monk dokyo and subsequently sent into exile . the monk dokyo , who had the ultimate trust of empress shotoku ( an empress regnant , a second enthronement of empress koken ) , obtained a revelation from hachiman-daibosatsu stating ' dokyo is to be the next emperor ' but empress shotoku dispatched wake no kiyomaro in order to reaffirm the divine will to usa-jingu shrine in kyushu where hachiman-daibosatsu was enshrined . on returning from usa , kiyomaro reported to the empress that ' hachiman of usa does not wish a retainer to ascend the imperial throne . ' this enraged dokyo who had kiyomaro exiled to osumi province and his elder sister wake no hiromushi ( hokin-ni ) exiled to bingo province in the year 769 . the truth of whether or not dokyo aspired to the imperial throne is unclear but after empress shotoku died in 770 , dokyo was demoted and kiyomaro and hiromushi were forgiven and returned to the capital . it is said that kiyomaro applied for the construction of the private temple of the wake clan , shingan-ji temple , 10 years later in the 780 , but the date has also been put at after 782 . the name ' shingan-ji temple ' ( lit . god wish temple ) refers to a temple that was constructed based on the divine will of hachiman of usa-jingu shrine . a report ( included in ' ruiju-kokushi ' ) exists that ' a new rice field of approximately 92 acres in noto province was donated to shingan-ji temple ' in the year 793 , making this the latest possible year of the temple 's construction . the other preceding temple takaosan-ji temple ( or takao-ji temple ) has long existed on the current site of jingo-ji temple . it can be determined from the presence of wake no kiyomaro 's tomb within the jingo-ji temple precinct that this temple is also connected to the wake clan , but the time and circumstances of its founding are unclear . according to legend , it was constructed along with numerous other mountain temples when atago-gongen enshrined at takagamine ( takagamine , kita ward , kyoto city ) in rakuhoku was relocated to mt . atago-san . the first historical reference to takaosan-ji temple is in the year 802 . it was in this year that the then head of the wake clan , wake no hiroyo ( the first son of kiyomaro ) , invited saicho to takaosan-ji temple to conduct a hokke-e ( lotus sutra lecture ) to mark the 3rd anniversary of the death of his aunt wake no hiromushi ( hokin-ni ) . in the year 812 , kukai resided at takaosan-ji temple where he held the abhiseka ritual ( an important esoteric buddhist ceremony ) . a surviving name list of abhiseka initiates ( abhiseka initiates register ) written by kukai has been designated a national treasure and also contains references to ' takaosan-ji temple . ' according to dajokanpu documents ( mentioned in ' ruiju-kokushi , ' ' ruiju-sandaikaku ' etc . ) , the sites of shiingan-ji temple and takaosan-ji temple were ' exchanged ' in the year 824 , the temple was named ' jingokokuso-shingon-ji temple ' and it became a jogaku-ji ( one of a limited number of officially protected private temples ) . the reason for exchanging the temple sites was that the location of shingan-ji temple was deemed impure and unsuitable for buddhist practices . the name ' jingokokuso-shingon-ji temple ' means ' shingon sect temple that prays for the spiritual protection of the nation by the divine protection of hachiman ' and clearly distinguishes it as an esoteric buddhist temple . following the time of kukai , his disciples jichie and shinzei served as head priests and guardians of the temple , but it eventually fell into decay during the late heian period . in the middle ages , great efforts were put into the revival of jingo-ji temple by the buddhist monk mongaku , who came from a samurai family and is well known from the " the tale of the taira clan . " in 1168 he made a pilgrimage to jingo-ji temple but was so grief stricken to see the dilapidated sight of a temple both founded by the divine will of hachiman-daibosatsu and so closely connected to kobo-daishi kukai that he began to raise funds for its restoration . he later gained the support of emperor goshirakawa and minamoto no yoritomo and proceeded with the temple 's restoration . mongaku himself was found guilty of a plot and exiled to tsushima island ( other theories claim it to be the oki islands ) where he lived out the remainder of his days , but the restoration of jingo-ji temple was completed by his disciple jokaku ( jokakubo gyoji ) . the temple became devoted to the kegon sect during the kamakura period and jokaku 's nephew the monk myoe , who was responsible for the restoration of kozan-ji temple , resided at jingo-ji temple . layout romon gate : the main gate which stands atop a steep stone staircase ascending from the main path . it was constructed in 1623 along with other buildings including bishamon-do . kondo ( main hall ) : situated atop a stone staircase to the right as one enters the interior of the temple precinct via the romon gate . it is a typical esoteric buddhist hall with its formal tile hip-and-gable roof but was in fact constructed relatively recently in 1934 using funds donated by industrialist gendo yamaguchi . bishamon-do : located at the bottom of the stone steps that lead to the kondo . this hall served as the main hall before the construction of the current kondo and housed the principal image of bhechadjaguru . it was constructed in 1623 . the miniature shrine within houses a heian period standing statue of bishamon ( important cultural property ) . godai-do : located behind bishamon-do . constructed in 1623 . bell tower : constructed in 1623 along with other buildings including the bishamon-do . a ro-zukuri style bell tower housing a bell which has been designated a national treasure . daishi-do hall ( important cultural property ) : a residential style buddha hall with a shingled hip-and-gable roof located further within the temple precinct than the bishamon-do and godai-do . an early modern reconstruction of a building formerly named ' noryo-bo ' ( lit. cool dwelling ) that served as kukai 's former quarters . the miniature shrine within houses a statue of itabori-kobodaishi ( important cultural property ) created in 1302 . taho-to ( two-storey pagoda ) : stands on a high location at the top of a stone staircase leading up even higher than the kondo . along with the kondo , it was constructed in 1934 using funds donated by industrialist gendo yamaguchi . statues of the godai kokuzo bosatsu ( five great akasagarbha ) , which are national treasures , are enshrined in the pagoda . important cultural properties wooden standing statue of bhechadjaguru : the principal image of the kondo . a wooden statue carved from a single tree trunk standing approximately 170 cm in height . this plain wooden statue features very little color with the exception of vermillion on the lips and black on the eyebrows and pupils . its solemn squinting melancholy expression and the substantial body presents more a sense of intimidation than friendliness . the diagrammatic and ideological craftsmanship of the clothing exhibits the distinctive style of the early heian period . believed to have been created during the early heian period . it is thought that this statue was located at either of jingo-ji temple 's predecessor temples shingan-ji temple or takaosan-ji temple but it is not known which one . wooden sitting statues of the five great kokuzo bodhisattva : enshrined within the taho-to . lined up in the order kongo kokuzo ( green-blue ) , renge kokuzo ( red ) , hokkai kokuzo ( white ) , goyo kokuzo ( black ) and hoko kokuzo ( yellow ) from right to left facing inside of the pagoda . like the principal image statue of bhechadjaguru , they were also created during the early heian period , but their style is somewhat more subtle and displays a different technique . they have each been carved from a single piece of wood and adorned with thick dry lacquer and color . they are not on general display . gold and silver paint on purple twill mandala of the two realms ( takao mandala ) : each large piece is over 4 meters in length and both include the five wisdom buddhas of the diamond realm as well as the five wisdom kings of the womb realm . they have been painted not in color but using gold and silver paint on a purple-dyed twill fabric . despite their extensive damage , these kukai era pieces are believed to be the best examples of original mandalas that he brought to japan from tang dynasty china and are highly valuable both to the history of art and the history of buddhism . color painting on silk of shaka nyorai : a buddhist image created during the late heian period . a large depiction of shaka wearing red featuring the use of fine metal foil and color on the clothing , halo and pedestal . also known as ' red shaka . ' color painting on silk considered to be those of minamoto no yoritomo , taira no shigemori and fujiwara no mitsuyoshi : based on sources such as the temple 's historical record " jingo-ji ryakuki , " it is thought that the models for these portraits were minamoto no yoritomo , taira no shigemori and fujiwara no mitsuyoshi but the fact that this cannot be authenticated is reflected by the addition of the character ' den ' to their national treasure designations . it was previously believed that they were created during the 12th century by master portrait painter fujiwara no takanobu , but there are theories that date the image anywhere from the late kamakura to the period of the northern and southern courts and speculate that the model may have been takauji ashikaga , tadayoshi ashikaga or yoshiakira ashikaga . ( please refer to jingo-ji sanzo for details ) . color landscape painting on silk folding screen : created some time from the late heian period to the early kamakura period . this folding screen was placed in the seminary for the buddhist priesthood during the conduction of esoteric buddhist rituals . bell : cast in the year 875 . this bell has long been referred to as ' sanzetsu no kane ' ( lit . bell of three crafts ) as the long inscription cast on the bell consolidates the work of 3 major cultural figures , with the words being those of author tachibana no hiromi inscribed by sugawara no koreyoshi ( father of michizane ) and written by poet and calligrapher sugawara no toshiyuki . it hangs within the two-storey bell tower and is not on general display . abhiseka initiates register : this register written by kukai himself lists the names of those who underwent the abhiseka ritual that he conducted at jingo-ji temple 's predecessor , takaosan-ji temple in 812 . this example of kukai 's ordinary handwriting is highly valuable to the history of calligraphy . mongaku-shonin yonjugo-kajo-kiseibun : this vow written to the gods during the middle ages by the monk mongaku , who restored jingo-ji temple , includes a handprint of cloistered emperor goshirakawa on the cover . daishi-do color on silk twelve celestials 6-folding-screen 8 color on silk portraits of shingon hasso color on silk portrait of high priest shinzei color on silk portrait of yoshimochi ashikaga ( portrait of yoshimitsu ashikaga according to temple legend ) color on silk portrait of priest mongaku wooden standing statues of the bodhisattvas suryaprabha and candraprabha ( housed within the kondo ) dry lacquered wooden sitting statue of bhechadjaguru wooden standing statue of bishamonten ( housed within the bishamon-do ) openwork engraved portrait of high monk kobo ( housed within the daishi-do ) wooden sitting statue of ragaraja engraved by koen ( deposited at tokyo national museum ) gold on dark-blue paper sutras ( jingo-ji temple sutras ) in 2,317 scrolls and 202 books . draft of a letter written by priest mongaku ( 11th day of the 6th month ) donation made by emperor gouda ( 10th day of the 12th month of the 4th year of the kagen era < 1306 > ) jingo-ji ryakuki futarasan inscription 4 illustrations of the temple grounds illustration of jingo-ji temple illustration of kozan-ji temple 23 scrolls and 1 book of jingo-ji temple documents other pottery throwing at jizo-in in the west of the temple grounds , visitors can throw unglazed earthenware disks into the valley below to ward off evil . sanbi jingo-ji temple in takao , saimyo-ji temple ( kyoto city ) in makinoo and kozan-ji temple in toganoo are collectively referred to as " sanbi . " they are famous for their autumn foliage . 20 minutes walk from kyoto city bus takao bus stop or jr bus yamashiro-takao bus stop . +jakko-in temple is a tendai sect buddhist temple located in ohara , sakyo ward , kyoto city . its honorific mountain prefix is ' seikozan . ' the temple 's title is ' gyokusen-ji temple . ' it was founded by prince shotoku and is devoted to the principal image ksitigarbha . the temple is well known as the place where taira no kiyomori 's daughter kenrei mon-in lived in seclusion after the defeat of the taira family and is closely connected to " the tale of the heike . " origin and history the origin of jakko-in temple is not known for sure . according to temple legend , it was established in the year 594 by prince shotoku to pray for the soul of his late father , emperor yomei and the first abbess is said to have been the prince 's wet nurse , tamateru-hime ( ezen-ni ) . however , there is also the edo period theory published in " to meisho zue " that names kukai as founder and an alternative theory published in " kyohabutae " that it was founded by yuzu-nenbutsu founder , ryonin who secluded himself in ohara and completed ohara shomyo ( buddhist hymns ) in the end of the 11th century . the philosopher takeshi umehara claimed that it is possible that the temple was founded by prince shotoku as ohara was the territory of ono no imoko . today the temple is better known as the place in which kenrei mon-in lived in seclusion as described in " the tale of the heike . " kenrei mon-in tokuko ( 1155-1213 ) was the daughter of taira no kiyomori , empress of emperor takakura and the mother of emperor antoku . after surviving the destruction of the entire taira family at dan-no-ura in 1185 , she entered the nunnery at jakko-in temple with her lady-in-waiting , awa no naiji where she spent the remainder of her life . the village of ohara in which jakko-in temple and sanzen-in temple are located was a place nembutsu was practiced and aristocrats secluded themselves . emperor go-shirakawa 's 1186 visit to kenrei mon-in , who was praying for the souls of members of the taira family and emperors takakura and antoku at jakko-in temple , is recorded in the ' ohara goko ' paragraph of " the tale of the heike , " which has been fondly read for the story 's theme that symbolizes the transience of worldly things . temple grounds the main hall was rebuilt by katsumoto katagiri during the keicho era ( 1596-1615 ) under the order of yodo-dono ( yodogimi ) , but was destroyed by arson on may 9 , 2000 . at this time the principal image standing statue of ksitigarbha ( important cultural property ) was also burnt along with the papier-mâshé statues of kenrei mon-in and awa no naiji ( created from the letters and sutra transcriptions written by kanrei mon-in ) . the current main hall was rebuilt in june 2005 . it houses replicas of the principal image and statues of kenrei mon-in and awa no naiji that were newly produced at the same time . the treasure hall named ' hochisho-den ' was opened in october 2006 . the tomb of kenrei mon-in was originally located within the temple grounds but fell under the control of the department of the imperial household ( the present imperial household agency ) and was separated from the precinct . cultural properties standing statue of ksitigarbha ( important cultural property ) : the temple 's former principal image . it was created in 1229 and large at 256cm tall . the statue contained over 3,000 smaller ksitigarbha statues as well as many other items . the statue was burnt in the fire that broke out at the main hall in 2000 ( prescription period until may 9 , 2007 ) , but the items inside the statue were unaffected and continue to be designated important cultural properties under the name ' wooden standing statue of ksitigarbha ( damaged by a fire ) . ' they are now housed within the repository located on higher ground than the main hall and only displayed on certain days . the new principal image statue was created at the nihon bijutsuin ( the japan art institute ) national treasure repair center over a period of 3.5 years and completed in 2005 . it is assembled from pieces of japanese cypress wood and true to how the former principal image would have looked at the time of its completion . the statues of kenrei mon-in and awa no naiji were originally made of papier-mâshé but the replicas were created in wood . +sanzen-in temple is a tendai sect buddhist temple located in ohara , sakyo ward , kyoto city . it is also known as ' sanzen-in monzeki temple . ' the temple was founded by saicho , is dedicated to the principal image bhaisajyaguru and has the honorific mountain prefix ' gyozan ' . its location in the village of ohara lies in the mountains to the northeast of the city of kyoto and was known as a place where aristocrats and ascetic buddhist practitioners secluded themselves . it is one of the three monzeki temples of the tendai sect along with shoren-in temple and myoho-in temple . the origins of sanzen-in temple lie in a temple named enyu-bo built on mt . hiei during the time of saicho in the 8th century , which was later relocated to sakamoto ( present day otsu city ) on the eastern base of mt . hiei and then moved several more times before arriving at its current location in 1871 . the names ' sanzen-in temple ' and ' sanzen-in monzeki temple ' only came into use after 1871 , before which names including ' kajii monzeki temple ' , ' kajii gosho temple ' and ' kajii gu temple ' were used with aliases such as ' nashimoto monzeki temple ' and ' entoku-in temple ' , but it appears that its formal name was ' enyu-bo . ' on the other hand , ojo gokuraku-in hall ( formerly named gokuraku-in hall ) is an amitabha hall that has stood in ohara since the end of the heian period in the 12th century and enveloped by the sanzen-in temple precinct when the priest 's quarters was relocated to the site in 1871 . in addition to ojo gokuraku-in hall , the temple grounds also include buildings such as the shin-den ( emperor 's residence ) and kyaku-den ( guest hall ) . ojo gokuraku-in hall , situated in the garden in the south of the temple grounds , was constructed in the 12th century and houses a statue of amitabha flanked by two attendants , which have been designated national treasures . photographs of ojo gokuraku-in hall standing among the japanese cedar trees are frequently featured in media such as guidebooks and the image has become something of a symbol for ohara ( sanzen-in temple and ojo gokuraku-in hall were originally separate temples ) . sanzen-in temple is the oldest of the three monzeki temples of the tendai sect and is said to originate from a temple named ' enyu-bo ' built in toto minamidani ( a district located within mt . hiei ) and dedicated to the principal image of a statue of bhaisajyaguru carved by saicho himself when he founded the mt . hiei enryaku-ji temple in 788 . the alternative name ' nashimoto monzeki ' later arose due to the presence of a large nashi pear tree that grew next to enyu-bo . many of the temples on mt . hiei possessed a monk 's quarters called a ' satobo ' on the level ground at the base of the mountain . in the year 860 , the satobo of enyu-bo was constructed by joun-kasho in higashi-sakamoto ( present day sakamoto , otsu city ) at the base of mt . hiei under the orders of emperor seiwa . there is a theory that this satobo was named ' entoku-in ' and the mountain temple named ' enyu-bo ' , and an alternative theory that ' entoku-in ' and ' enyu-bo ' were in fact separate temples . in 1118 , emperor horikawa 's second ( or third ) son , imperial prince saiunho joined the temple 's priesthood and was the first time that a young member of the imperial household had ever become a buddhist priest . subsequently , successive generations of children of the imperial family and family of imperial regents and advisors served as chief priests at the temple , including the historically renowned imperial prince morinaga . the presence of a well ( kaji-i ) used in performing kaji ( an esoteric buddhist ritual ) at enyu-bo in sakamoto led to the temple being called ' kajii-gu . ' imperial prince saiunho was appointed tendai-zasu ( the head priest of the tendai sect ) in 1156 . in the same year , the administrative office of the kajii monzeki temple was established in ohara ( present day ohara , sakyo ward , kyoto city ) to the north of mt . hiei . this was established in order to supervise the nembutsu practitioners who inhabited ohara and administer other temples that were already present in ohara , such as raigo-in temple ( sakyo ward , kyoto city ) and shorin-in temple . ohara : a place of seclusion , yuzu nenbutsu and tendai shomyo ohara was long known as place to which nobility and nenbutsu practitioners retreated from the hustle and bustle of the capital . it is well known that emperor buntoku 's first son imperial prince koretaka ( 844-897 ) secluded himself in ohara and is even recorded in " the tale of ise . " at the height of the fujiwara clan 's power , successor to the imperial throne , first imperial prince koretaka ceded the throne to emperor seiwa , son of fujiwara no akira keiko ( somedono no kisaki ) who was the daughter of the powerful fujiwara no yoshifusa , and retired to the priesthood . ohara was also known as a place of yuzu nenbutsu and tendai shomyo ( buddhist hymns ) , with renowned tendai shomyo practitioner , shoo daishi ryonin ( 1073-1132 ) also residing in ohara . the fire of 1232 was used as the opportunity to relocate kajii monzeki temple to its current location in kyoto city . after being moved to the city center and mt . higashiyama ( kyoto prefecture ) , it arrived at the temple site on the eastern foot of mt . funaokayama located at the north of the capital in 1331 . this is assumed to be the site on which emperor junna 's imperial villa unrin-in once stood and corresponds to the current area to the south of daitoku-ji temple in murasakino , kita ward , kyoto city . after kajii monzeki temple 's relocation to the eastern base of mt . funaokayama , it was destroyed by fire during the onin war ( 1467-1477 ) and the administrative office in ohara subsequently served as the priest 's quarters . in 1698 , seii taishogun ( literally , " great general who subdues the barbarians " ) tsunayoshi tokugawa granted the then chief priest imperial prince jiin hosshinno a temple site at gyoshamichi hirokoji . it is this site on which kajii monzeki temple stood until modern times . this location corresponds to modern day kajii-cho , kamigyo ward , kyoto city and the site is now where the kyoto prefectural university of medicine and its attached hospital are situated . during the meiji restoration , head priest , former prince shonin hosshinno left the priesthood , reestablished the nashimoto-no-miya imperial family and sent all of the buddhist statues and artifacts in tera-machi hirokoji to the administrative office in ohara . in 1871 , the ohara administrative office was made the priest 's quarters and named ' sanzen-in temple . ' the name ' sanzen-in ' was chosen based on the name of one of kajii monzeki temple 's halls called ' ichinen sanzen-in ' ( please see the article ' ichinen sanzen ' ) . as described above , gokuraku-in hall ( now named ojo gokuraku-in hall ) was originally unrelated to the tendai monzeki . according to temple legend , it was built by eshin sozu genshin 's ( priest ) ( 942-1017 ) younger sister anyoni in the year 985 , but in actual fact was built slightly later during the end of the 12th century by takamatsu chunagon ( vice-councilor of state ) fujiwara no sanehira 's wife shinnyobo-ni to pray for the soul of her late husband ( this fact is known from the description in the diary , ' kikki ' , kept by her nephew , tsunefusa yoshida ) . it became enveloped in the grounds of sanzen-in temple when the priest 's quarters were relocated to the site from the city center in 1871 . goraku-in hall was renamed ' ojo gokuraku-in hall ' in 1885 . sujaku-mon gate at the main entrance on the south of the temple grounds is ordinarily closed , with the temple being entered via the goten-mon gate on the western side . surrounding the temple , the stone wall , white mud wall and style of the gates are reminiscent of a castle and give monzeki temple a distinctive presence . in the north of the temple precinct are the shin-den ( emperor 's residence ) and kyaku-den ( guest hall ) surrounded by the two pond-centered gardens named yusei-en garden and joheki-en garden . in the south of the temple precinct , ojo gokuraku-in hall stands in the hair moss-covered ruriko-tei garden . shin-den ( emperor 's residence ) : constructed in 1926 . the central room houses the principal image , statue of bhaisajyaguru that is withheld from public view , and the western room houses statues including a wooden statue of guze kannon sitting in the half lotus position ( important cultural property ) and a wooden standing statue of acalanatha ( important cultural property ) . the eastern room is decorated by partition paintings by kanzan shimomura . the principal image statue of bhaisajyaguru is not on public display but the doors were opened from september 8 to october 8 , 2002 . kyaku-den ( guest hall ) : used materials from the old imperial palace which was reconstructed in the early 17th century . the partition paintings are the work of seiho takeuchi and other modern masters of traditional japanese painting . ojo gokuraku-in hall ( important cultural property ) : topped by a kirizuma-zukuri ( the front of the roofs has a triangular space shape made by the incline of the two sides of the roof ) hip-and-gable shingled roof . the funazoko tenjo ( wooden ceiling shaped like the bottom of a boat with high center ) allows enough space for the 2.3 meter central statue of amitabha flanked by two attendants . it was constructed at the end of the heian period in the 12th century but underwent extensive repairs in 1616 during the edo period so that the exterior of the building essentially dates from the edo period . cultural properties national treasures statue of amitabha flanked by two attendants ( national treasures ) : housed within ojo gokuraku-in hall . the inscription within the mahasthamaprapta attendant statue allows the piece to be dated at 1148 during the late heian period . the statues of amitabha , kannon and mahasthamaprapta are depicted coming to earth to escort the deceased to the western pure land paradise and are characteristic in that the two attendants are sitting in a japanese formal manner . they were designated national treasures in 2002 . important cultural properties ojo gokuraku-in main hall wooden statue of guze kannon sitting in the half lotus position wooden standing statue of acalanatha biography of jikaku daishi biography collection of priest shoku remnants of scrolls detailing the history of shitenno-ji temple ancient copy of ' classic of filial piety ' imperial genealogy 3,021 items in the sanzen-in temple enyu collection of classical books and documents 10 minutes walk from kyoto bus ohara bus stop ( approximately 60 minutes from kyoto eki mae , approximately 40 minutes from sanjo keihan , approximately 25 minutes from kokusai kaikan mae eki ) . +hokai-ji temple , located in hino , fushimi ward , kyoto city , is a special head temple of the daigo branch of the shingon sect . its honorific mountain prefix is ' tokozan . ' the temple was founded by dengyo daishi saicho and is dedicated to the principal image statue of bhechadjaguru ( withheld from public view ) . it is known as being the bhaisajyaguru-dedicated family temple of the hino family of the fujiwara clan under the alternate names ' hino yakushi ' and ' chichi yakushi ' as well as renowned for its national treasures of the amitabha hall and statue of amitabha . hokai-ji temple is situated in hino , fushimi ward , kyoto city , to the south of daigo-ji temple and near to the uji city boundary . " hojoki " author , kamo no chomei lived in hino and it is also the birthplace of shinran . the hino area was formerly part of uji county , yamashiro province and was the territory of the hino family . the hino family was a family of the northern house of the fujiwara clan and had a rich tradition of confucianism and poetry . the origin of hokai-ji temple is believed to lie in the buddha hall enshrining bhaisajyaguru that was built during the latter part of the heian period in 1051 by the former doctors of letters ( monjo hakase ) sukenari hino after entering the priesthood . the inside of the amitabha statue contains approximately 10cm long statues of bhaisajyaguru that were created by dengyo daishi saicho and handed down through the hino family . there is also an alternative legend regarding the temple 's founding . it tells that the temple was constructed in 822 by fujiwara no iemune , who came four generations before sukenari hino , as a family temple dedicated to a statue of bhaisajyaguru carved by saicho and with saicho acting as founding patron . the later increase in devotion to amitabha and the spread of pessimism due to decadent-age theory during the latter part of the heian period led to the construction of an amitabha hall at hokai-ji temple . it is known from diaries and records of the time that at least five sixteen-shaku ( shaku = about 30.3cm ) amitabha statues existed at hokai-ji temple during the latter part of the heian period . however , it is not known which of these is currently housed within the amitabha hall . it is said that jodo shinshu sect founder , shinran was born at hokai-ji temple in 1173 as the son of arinori hino ( hino tanjo-in temple , constructed during the edo-period and connected to the birthplace of shinran , stands near hokai-ji temple ) . bhaisajyaguru hall ( main hall , important cultural property ) : originally the main hall of dendo-ji temple in tatsuta , ikaruga cho , nara prefecture that was relocated in 1904 . it was constructed in 1456 , during the muromachi period . dendo-ji temple was thought to have stood in the vicinity of tatsuta-jinja shrine in ikaruga cho but few details are known . the principal image wooden standing statue of bhaisajyaguru ( important cultural property ) was created during the latter part of the heian period and has come to be worshipped as ' chichi bhaisajyaguru ' ( healthy breast-feeding bhaisajyaguru ) as it is believed that praying to the statue will improve the flow of breast milk . amitabha hall ( national treasure ) : built during the early kamakura period . it is presumed to have been rebuilt soon after being destroyed by a fire resulting from a conflict in 1221 . the ho-goken ( length between pillars at the front , back , right and left sides are all 5-ken ) ( ken = about 1.8m ) hall is surrounded by a 1 ken deep pent roof enclosure and topped by a pyramidal cypress bark roof . original paintings from the time of the temple 's construction remain on the long , narrow , horizontal wall above the pillars and non-penetrating tie beams of the inner sanctum . amitabha hall : described above seated statue of amitabha : created at the end of the 11th century . it is the principal image of the amitabha hall . the statue is large at 2.8 meters tall and is a typical of the style of buddhist sculptor jocho . main hall wooden standing statue of bhaisajyaguru wooden standing statues of bhaisajyaguru 's the twelve divine generals paintings on the wall of inner sanctum of the amitabha hall 47 paintings : 23 of these adorn the long , narrow , horizontal wall above the upper non-penetrating tie beams of the inner sanctum ( 10 sky paintings , 5 paintings of instruments and buddhist alter fittings , 8 paintings of amitabha ) and the other 24 are painted on the wall above this and depict hoso gemon ) they are a rare example in japan of images painted , not on wooden walls , but on mud walls . 4 shitenbashira ( the four pillars placed around the buddhist altar ) : paintings depicting images such as buddhist deities of the vajradhatu mandala , the twelve celestials and kalavinka remain on the shitenbashira but have undergone severe peeling and fading . the 38th temple of the saigoku yakushi 49 temple pilgrimage hino hadaka-odori ( naked dance ) ( january 14th ) : a kyoto city registered intangible ethnocultural asset 19 hino nishi omichi-cho , fushimi ward , kyoto city , kyoto prefecture opening times 9 : 00-17 : 00 ( 9 : 00-16 : 00 from october to march ) access approximately 20 minutes walk from ishida station ( kyoto prefecture ) on the tozai line of the kyoto city subway . hino tanjo-in temple ichigon-ji temple kayao-jinja shrine daigo-ji temple +manpuku-ji temple , located in uji city , kyoto prefecture , is the grand head temple of the obaku sect of buddhism . it was founded by yinyuan longqi , has the honorific mountain prefix ' obakusan ' and is dedicated to the principal image shakamuni . it is the central temple of the obaku sect , the latest of the pre-modern buddhist sects to be established in japan , and was built after the ming dynasty chinese monk , yinyuan was invited to serve as kaisan ( first head priest ) . the temple is unique among japan 's buddhist temples as it maintains a chinese style from its buildings and buddhist imagery to its ceremonies and vegetarian food . the ' man ' character of the temple 's name ' manpuki-ji ' is sometimes written using the simplified kanji ( 万 ) , but the temple 's legal name uses the traditional kanji character ( 萬 ) . the obaku sect 's head temple , manpuku-ji temple houses buddhist statues that are chinese in style ( the style that was prevalent around the end of the ming dynasty ) and the temple precinct is arranged differently to other buddhist temples in japan . even the words used within the temple and ritual conventions are in chinese style . the temple 's buddhist vegetarian food is a chinese style cuisine known as fucha , which is characterized by the use of large amounts of vegetable oil and being served on a large dish from which individual helpings are taken . manpuku-ji temple is known for being closely related to green tea ceremony originator , baisao . yinyuan and his disciples muyan xingtao and jifei ruyi were all masters of calligraphy , and the three men are collectively referred to as ' obaku no sanpitsu ' ( the three master calligraphers of the obaku sect ) . therefore , yinyuan 's arrival in japan and the founding of manpuku-ji temple brought not only new zen buddhism , but also various aspects of chinese culture . in addition to kidney beans ( ' ingenmame ' in japanese ) , which became named after yinyuan , moso bamboo , watermelon and lotus root are also said to have been brought to japan by yinyuan . the temple 's founding priest , yinyuan longqi was born in ming dynasty china 's fuzhou city , fujian province in 1592 . at age 29 , he entered the buddhist priesthood and , at age 46 , served as chief priest at wanfu temple , mount huangbo , fujian . yinyuan was a renowned monk in china at the time and his reputation reached as far as japan . it was 1654 when yinyuan was invited to japan , aged 63 . at the time , japan had adopted a policy of isolationism when travel into and out of japan was highly restricted and only the port of nagasaki was open , so those ming dynasty chinese subjects in japan constructed chinese style temples such as sofuku-ji temple ( nagasaki city ) and kofuku-ji temple ( nagasaki city ) . yinyuan came to japan after being invited by monk itsunen shoyu of kofuku-ji temple in nagasaki . itsunen originally invited yinyuan 's disciple , a monk named yelan xinggui , but he lost his life when the vessel on which he was traveling became lost at sea . this led itsunen to invite yelan 's master , yinyuan , who was also famous in japan . yinyuan initially declined to travel to japan due to his age , but finally decided to make the trip after frequent invitations and the desire to fulfill the dying wish of his disciple yelan xinggui who passed away without realizing his ambition . in 1654 , yinyuan traveled to japan with 30 disciples , first residing at nagasaki 's kofuku-ji temple and then fumon-ji temple in settsutonda ( present day takatsuki city , osaka prefecture ) . yinyuan promised the disciples left in china that he would return in 3 years . when the three years were up , he received numerous letters from his disciples and supporters in china requesting his return and he also wanted to return but many of his devotees in japan , including former chief priest of myosin-ji temple , ryokei shosen , firmly hoped that he remain in japan and appealed to the shogunate . in 1658 , yinyuan headed to edo for an audience with shogun ietsuna tokugawa . ietsuna also became devoted to yinyuan and , in the following year in 1660 , the shogunate granted him land in uji , yamashiro province on which a new temple for was built for him . yinyuan had now decided to remain in japan and , although he was originally to return to china after only three years , he ended up being buried in japan . the temple , founded in 1661 , was given the same name as the one in his home in fuzhou , which , in japanese is pronounced obakusan manfuku-ji and construction proceeded with the support of the shogun and several daimyo so that the temple was essentially complete by 1679 . the front of the garan faces west and the buildings are arranged in a neat , symmetrical layout . entering through the main gate and walking in a straight line from west to east , hojo-ike pond is to the right , the sammon gate stands further on , directly through this is the tenno-den hall , further along is the daio ho-den hall , and past this is the hatto . these halls are connected by roofed walkways . the square walkway connecting the tenno-den and daio ho-den hall is lined on the right side ( southern side ) by the belfry , garan-do hall and sai-do hall , and on the left side ( northern side ) lined by the drum tower , soshi-do hall and zen-do hall in symmetrical positions . these buildings differ from usual japanese temple architecture in that they have been built in a late ming dynasty chinese style and constructed from southern teakwood . numerous designs and techniques rarely seen in japan have been incorporated , including balustrades with ' manji-kuzushi , ' decorative swastika ' patterns , arched ceilings named ' obaku ceilings ' , circular windows and a decorative peach shape named ' to-fu ' engraved on the doors . in addition , taking a left ( north ) from the path between the sammon gate and tenno-den leads to an area named shoin-do hall that is dedicated to the temple founder , in which buildings including the kaisan-do hall and reliquary hall stand . main gate : constructed in 1661 . this multilevel design chinese style gate with a tiled roof that is high in the middle but low on the left and right sides has a form that is not generally seen in japanese shrine and temple architecture . the fish on the left and right of the roof are not orcas but fictional creatures called makara that have legs instead of fins . the word ' makara ' means crocodile in the sanskrit and pali languages and is used on the entrances of buddhist temples in southeast asia . sammon gate : constructed in 1678 . it is two-storey gate with three bays and three entrances . three bays and three entrances ' means that all three of the front bays serve as entrances ( japanese zen buddhist temples usually have a sammon gate with ' five bays and three entrances ' ) . tenno-den : constructed in 1668 . a single-storey hip-and-gable roof structure . the placement of a hall such as this directly in front of the main hall is a feature of the chinese style temple layout that is rarely found in japan . within is housed a statue of hotei , who is believed to have been an incarnation of maitreya . this statue is completely different from the statue of maitreya sitting contemplatively in the half-lotus position that is well-known in japan and instead presents the form of a potbellied hotei . the hall also houses a statue of skanda , which sits behind hotei , and statues of the four heavenly kings on both sides of it . these are all chinese style statues that were created by the ming dynasty chinese buddhist sculptor daosheng fan who traveled to japan . daio ho-den hall : constructed in 1668 . equivalent to the ' main hall ' or ' buddha hall ' of conventional japanese buddhist temples . it is a hip-and-gable roof structure . it appears to have two stories but is in fact one story with a pent roof enclosure . it houses a statue of gautama buddha flanked by two attendants ( ananda and kasyapa ) and statues of the 18 arhats . a podium covered with sand , called ' getsudai ' , stands in front of the building . hatto : constructed in 1662 . a single-storey hip-and-gable roof structure . belfry : a two storey structure with a bell suspended in the upper storey . a junsho-ban with a gatha poem written on it is suspended in front of the belfry . garan-do hall : houses guansheng dadi pusa ( guan yu ) . sai-do hall : the dining hall houses a statue of kinnarao . a large wooden fish named ' kaipan ' hangs from the front of sai-do hall . it is struck to signal when it is time for meals or services and is said to be where fish-shaped wooden temple drums originated . the word ' kaipan ' is written using various combinations of kanji characters . drum tower : stands on a site symmetrical to the belfry and has a drum suspended in the upper part . soshi-do hall : stands on a site symmetrical to the garan-do hall and houses the memorial tablets of the father of chinese zen buddhism , bodhidharma as well as successive head priests . zen-do hall : stands on a site symmetrical to the sai-do hall . it is a zen meditation hall . itoku-den hall : stands on higher ground at the back of the hatto and enshrines successive tokugawa shogun . not ordinarily open to the public . in addition , the tohojo , seihojo , oryokaku ( okuri ) and jikodo ( shido ) have all been designated important cultural properties . non-listed buildings include baisa-do , which is dedicated to baisao . shoin-do hall : an enclosure at the end of the path that leads left ( north ) after passing through the sammon gate . includes the kaisan-do hall , reliquary hall and kyaku-den hall ( guest hall ) . it is where yinyuan lived during his retirement after passing on the position of head priest to muyan . an estate was donated in 1663 by a nobleman 's wife who was devoted to yinuyan and renamed ' shoin-do ' after being relocated to manpuku-ji temple . it became a kaizan to-in ( burial ground ) after yinyuan 's death . shoin-do hall was originally an independent religious corporation but merged with the manpuku-ji temple religious corporation in 1959 . bunka-den hall : a treasure hall that stands on the right after passing through the sammon gate . the building was constructed in 1972 on the 300th anniversary of the death of the sect 's founder and serves as an exhibition room as well as an obaku cultural research institute . 16 buildings of manpuku-ji temple ( main gate , sammon gate , tenno-den hall , daio ho-den hall , hatto , belfry , drum tower , garan-do hall , soshi-do hall , sai-do hall , zen-do hall , tohojo , seihojo , shi-do hall , okuri , itoku-den hall ) ( including 8 corridors , tutelary shrine , ro munefuda , 5 paintings of the temple , 7 books relating to the temple 's construction ) . 7 buildings of manpuku-ji temple shoin-do ( tsugen-mon gate , kaisan-do hall , reliquary hall , juzo , kyaku-den , kuri , jishinryo ( including the rear gate , hozo , belfry , 2 corridors , sekihi-tei ) 4 shihon-tansai saiko-zu , 4 saiko-zu , 8 kokeisansho-zu , 8 gohyakurakan-zu , 4 bakufu-zu and 1 hato-zu all painted by ike no taiga . color on paper portrait of priest yinyuan painted by genki with yinyuan 's own title book of light color on shiny silk images of kannon ( 18 images ) painted by xian chen dated 1636 with the title and inscription of yinyuan obakuzan wooden frame / pillar couplet / board ( 40 frames , 44 couplets , 13 boards , 14 manuscripts ) training ascetic practices such as zen meditation are on offer to the general public ( see official website ) . it is unique in that it is used as a penalty ( special instruction training ) for professional cyclists who have repeatedly violated the rules during races . the athletes fear ' going to the temple ' as the 5 days of rigorous training leaves them unable to practice cycling . 5 minutes walk from obaku station , which can be reached by the west japan railway company nara line or the keihan electric railway co . , ltd . keihan uji line . +byodo-in temple is a temple connected to the fujiwara clan located in uji city , kyoto prefecture . the architecture , buddhist imagery , paintings and gardens date from the latter part of the heian period in the 11th century and the temple has been designated a unesco world heritage site as one of the ' historic monuments of ancient kyoto . ' its honorific mountain prefix is ' asahisan . ' it had been devoted to both jodo sect and tendai sect since the 17th century but is now independent and not affiliated with any particular buddhist sect . it was founded by kaiki ( founding patron ) , fujiwara no yorimichi and kaisan ( founding priest ) , myoson and dedicated to the principal image , amitabha . the founding of byodo-in temple the uji area to the south of kyoto is the setting for the ' uji jujo ' ( 10 uji chapters ) of the " the tale of genji " and had been a place where nobility constructed their villas since the early heian period . the current location of byodo-in temple is where the sadaijin ( minister of the left ) , minamoto no toru of saga genji , who is said to have been the model for hikaru genji , built his villa at the end of the 9th century , which was then passed on to emperor uda who gave it to his grandson minamoto no shigenobu before it became the uji-den villa of regent fujiwara no michinaga in 998 . michinaga passed away in 1027 and his son , chancellor fujiwara no yorimichi converted uji-den into a buddhist temple in 1052 . this was the origin of byodo-in temple . the kaisan ( first priest ) was myoson , grandson of ono no tofu and chori ( chief priest ) of onjo-ji temple . at the time of its founding , the main hall stood near the bank of the uji-gawa river , north of the ho-o-do hall , and housed the principal image of vairocana , but in 1053 the amitabha hall ( present ho-o-do hall ) was constructed as an earthly representation of the western pure land paradise . in the latter part of the heian period , the ' third age of buddhism ' theory became widely believed in japan . this is the theory that buddhism would decline , natural and man-made disasters would continue and the world would be plunged into chaos 2,000 years after sakyamuni buddha 's passing into nirvana ( death ) . the thinking at the time of byodo-in temple 's founding in 1052 coincided with the first year of the ' third age of buddhism ' and members of the noble classes prayed to be reborn in paradise and built numerous buddha halls devoted to western pure land paradise overseer , amitabha . in addition to byodo-in temple , the imperial family and nobility successively built many large temples in kyoto during the latter part of the heian period . in 1020 , fujiwara no michinaga constructed muryoju-in temple ( later hojo-ji temple ) and , from the second half of the 11th to the 12th century , first hossho-ji was built at emperor shirakawa 's order , and the so-called ' six superiority temples ' sonsho-ji temple , saisho-ji temple , ensho-ji temple , seisho-ji temple and ensho-ji temple were successively built in the area now known as okazaki , sakyo ward , kyoto city . however , not a trace remains of these once great temple complexes - a fact that makes byodo-in temple , established by heian period nobles and with its surviving architecture , buddhist imagery , wall paintings and gardens irreplaceable . in addition to ho-o-do hall , byodo-in temple once included the following buildings . hokke-do hall : constructed by yorimichi in 1056 . it stood in the area where byodo-in museum now stands . two-storey pagoda : constructed in 1061 by yorimichi 's daughter , fujiwara no kanshi . stood to the southeast of the ho-o-do hall , by the uji-gawa river . godai-do hall : constructed in 1066 by the udaijin ( minister of the right ) , fujiwara no morozane ( third son of yorimichi ) . stood behind ho-o-do hall , in the vicinity of jodo-in temple . fudo-do hall : constructed in 1073 by the udaijin ( minister of the right ) , minamoto no morofusa ( yorimichi 's adopted son ) . stood to the southwest of ho-o-do hall . beginning with a fire arising from the 1336 conflict between masashige kusunoki and the ashikaga army , the above-mentioned buildings were all completely destroyed by numerous fires but the ho-o-do hall has miraculously managed to avoid destruction . modern byodo-in temple byodo-in temple is currently under the joint management of the jodo sect jodo-in temple and the tendai sect saisho-in temple ( both located to the west of the ho-o-do hall ) . jodo-in temple was founded between 1492-1501 , saisho-in temple was founded in 1654 and it was in 1681 that byodo-in temple came to be jointly managed by both the jodo and tendai sects following a ruling passed by the magistrate of shrines and temples . various projects including excavation of the gardens , restoration , and the computer graphical reproduction of the interior decoration of ho-o-do hall have been taking place since the 1990s . in 2001 , the ' byodo-in temple ho-sho-kan ' was opened to replace the previous ' homotsu-kan ' ( treasure hall ) . architect akira kuryu received an award from the japan art academy for the design of the ho-sho-kan ( ' shinkenchiku ' 2001 september issue ) . from 1996 to 1997 , a 15-storey apartment block was constructed behind byodo-in temple and became the new backdrop to ho-o-do hall . the scenic beauty of the area that had been kept since the time of the temple 's founding was greatly damaged , which has led to debates regarding the strengthening of landscape regulating ordinance . ho-o-do hall constructed in 1053 . stands facing east on an island in ajino-ike pond in the pure land style garden . a total of four structures consisting of the central hall housing the principal image of amitabha , the wing corridors on the left and right sides and the tail corridor have been designated national treasures as ' byodo-in ho-o-do . ' the central hall is topped by a hip-and-gable roof and also features a pent roof enclosure . opening the central door on the eastern side , the latticework in the bay has a circular window at the height of the principal image 's head in order to allow the face of amitabha to be worshipped from outside the building . it is believed that the pure land paradise in which amitabha resides lies in the west and , in order to reflect this , the building was constructed so that the statue of amitabha can be seen on the opposite bank ( a metaphor for nirvana ) from pond 's eastern bank ( or the eastern bank of the uji-gawa river that runs along the front of the temple ) . the roof of the central hall is crowned with two statues of chinese phoenixes ( a mythical bird ) , but these are reproductions with the originals ( national treasures ) being deposited elsewhere . the principal image of amitabha statue ( national treasure ) is the only authenticated extant piece by buddhist sculptor jocho . the statue 's platform is adorned with mother-of-pearl inlay work and metal ornaments , the surrounding doors and walls are decorated by richly colored paintings , and the ceiling and pillars are also covered with colorful patterns . relief carvings of kuyo bodhisattva playing instruments and dancing ( currently 52 ) have been applied to the wall above the non-penetrating tie beams , and an elaborate openwork canopy is suspended over the principal image . the paintings are severely peeled , the colors on the pillars and ceiling have faded and the mother-of-pearl inlay work on the platform is damaged , but it is thought that , at the time of the temple 's founding , the interior of the hall would have been a magnificent representation of how nobility imagined paradise to look . the name ' ho-o-do ' ( phoenix hall ) dates from the edo period , but the building was originally named ' amitabha hall ' or simply ' mido . ' byodo-in temple 's ho-o-do hall is displayed on the japanese 10 yen coin and bank of japan notes feature the chinese phoenix statues that adorn the roof of ho-o-do hall . gardens a pure land style garden centered around the ajino-ike pond within which ho-o-do hall stands on an island . excavations that have been taking place since 1990 have unearthed sand used in heian period construction and maintenance is currently underway to restore the building to how it would have been at the time of its construction . the entrance to ho-o-do hall is also being restored to the original crossing of two small bridges from the northern bank of the pond . kannon-do hall stands on the left as the grounds are entered through the main gate in the north . it originally housed the principal image standing statue of the eleven-headed kannon ( dating from the latter part of the heian period ) , but this has since been relocated to the ho-sho-kan . ho-sho-kan this museum that stands in the south of the precinct was opened in 2001 . please refer to the article regarding the byodo-in temple ho-sho-kan . ho-o-do hall please refer to the ' garan ( temple buildings ) ' section . wooden sitting statue of amitabha the only authenticated extant piece by buddhist sculptor jocho . the 284cm statue is assembled from separate pieces of wood and covered in lacquer and gold leaf . jocho is a very well known buddhist sculptor in the history of japanese sculpture as a master of the ' wayo ( japanese ) ' sculpture style and the individual who perfected the ' yosegi ( parquet ) ' technique . the elegant and gentle style exhibiting the contented face and the shallow flowing craftsmanship of the clothing at which jocho excelled became known as ' the quintessential buddhist style ' and was highly praised among nobility , with the jocho style becoming popular in later buddhist statues . the works of jocho that were kept at temples including hojo-ji temple ( the temple constructed by fujiwara no michinaga ) have all been lost and the statue at byodo-in temple that he created in his last years is extremely valuable as the only extant piece that can be definitively verified as his work . within the statue is a wooden board amitabha-shushi-mandala and a wooden a lotus-shaped pedestal that have also been designated national treasures along with the statue itself . 52 wooden images of unchu kuyo bodhisattva these relief carvings of bodhisattva have been applied to the wall above the non-penetrating tie beams within the central hall of the ho-o-do hall . the 52 ( including one designated in 2008 ) images depicting the bodhisattva that ride flying clouds as they accompany amitabha to earth have been designated national treasures . each carving is in a different posture , and there are 27 carvings with some playing instruments such as koto , biwa , end-blown flutes , transverse flutes , free-reed instruments , drums , hand drums ad small gongs , and others putting their hands together in prayer , holding banners or lotus flowers or dancing . the carvings mainly depict bodhisattva but there are five that depict buddhist monks . as with the principal image of amitabha , they are believed to have been created in 1053 but there have been numerous repairs with some having their heads repaired during the meiji period and others having alterations made during the kamakura period . currently 52 remain but it is not known how many existed at the time of the building 's construction . of the 52 , 26 have been relocated to the ho-sho-kan . 14 wall and door paintings of ho-o-do hall the 10 door paintings and 4 wall paintings within the main hall are included as national treasures along with the building itself but also have separate national treasure designations as works of art . the main work is that entitled ' kuhon raigo-zu ' , based on the " contemplation sutra . " the wall paintings are as follows . front middle door ( 2 ) : jobon josho-zu front northern door ( 2 ) : jobon chusho-zu front southern door ( 2 ) : jobon gesho-zu northern door ( 2 ) : chubon gesho-zu northern wall ( 1 ) : chubon chusho-zu southern door ( 2 ) : gebon josho-zu southern wall ( 1 ) : gebon chusho-zu front of the wall behind the principal image ( 1 ) : image unclear ( a likely theory claims it to depict amitabha holding a service for the souls of the dead ) . back of the wall behind the principal image ( 1 ) : gebon gesho-zu / chubon gesho-zu western ( back face ) door ( 2 ) : nissokan-zu of those above , the northern wall , southern wall and the wall behind the principal image ( back face ) were originally mud walls and the paintings were created after the kamakura period . the door paintings remain from the time of the temple 's founding but , the front middle doors were replaced when repairs were made in 1670 during the edo period as these two pieces were the most severely worn and they are therefore given an ' additional designation ' not included in the 14 pieces that have been designated national treasures . other images are severely peeled and display conspicuous graffiti dating from the end of the edo period , but they remain valuable remnants of late-heian period-kamakura period artwork . the original doors from the front , north and south have been removed , deposited in the ' homotsu-kan ' ( treasure hall ) and replaced by replicas . wooden canopy the wooden canopy that is suspended above the head of the main statue of amitabha has been designated a national treasure as a carving separately from the statue . composed of the outer coved , coffered , finely latticed ceiling and the dome-shaped inner layer suspended within , and decorated with openwork and mother-of-pearl inlay work . pair of gold-bronze chinese phoenixes these originally crowned the roof of the ho-o-do hall but are now stored within the ho-sho-kan ( the ones on the roof are replicas ) . they stand at approximately 2.3m tall and have been exquisitely crafted from beak to tail . they are designated national treasures as crafts . bell as with the ho-o-do hall , it is estimated to have been cast in the 11th century . this entire surface of this unique bell is adorned with intricate carvings depicting imagery such as heavenly beings , lions and arabesque patterns . the bell is celebrated for its form , and is counted among ' the top three bells ' in the country along with that of jingo-ji temple celebrated for its inscriptions and that of onjo-ji temple ( mii-dera temple ) celebrated for its sound . the bell currently in the belfry is a replica , with the original being kept at the ho-sho-kan . the belfry was used on the design for the 60-yen postage stamp issued on november 25th , 1980 ( could still be used as of 2006 but no longer sold since 2002 ) . kannon-do hall wooden standing statue of the eleven-headed kannon yorinan shoin study room : at jodo-in temple that stands within the temple precinct . not open to the public . byodo-in temple gardens ( designated a historic site / place of scenic beauty on march 8 , 1922 ) 10 minutes walk to the east from ' uji station ( west jr ) ' on the west japan railway company nara line 10 minutes walk from ' uji station ( keihan ) ' on the keihan electric railway keihan uji line +chishaku-in temple , located in higashiyama ward , kyoto city , is the headquarters of the chizan school of the shingon sect . its honorific mountain prefix is ' iobusan ' and its title is ' negoroji . ' the temple was founded by genyu and is dedicated a set of two mandalas depicting both the five wisdom buddhas of the diamond realm as well as the five wisdom kings of the womb realm , with vairocana at the center . as the grand head temple of the chizan school , it oversees kawasaki daishi heiken-ji temple ( a contender for the largest crowd turnout for the first temple visit of the new year ) , commonly known as ' kawasaki daishi , ' in kawasaki city , kanagawa prefecture ; naritasan shinsho-ji temple , commonly known as ' naritasan , ' located in narita city , chiba prefecture ; and takaosan yakuo-in temple in hachioji city , tokyo . origin and history the history of chishaku-in temple is complex and connected to daidenpo-in temple in kii province and shoun-ji temple built by hideyoshi toyotomi for his beloved child tsurumatsu , who died aged 3 . chishaku-in temple was originally a sub-temple ( a temple that stands within the grounds of another temple ) of negorosan daidenpo-in temple in kii province ( present day iwade city , wakayama prefecture ) . daidenpo-in temple was established on mt . koya in 1130 by shingon sect monk kakuban , but he left mt . koya due to doctrinal opposition , relocated daidenpo-in temple to mt . negoro in 1140 and established the shingi shingon sect . chishaku-in temple was constructed as a sub-temple of daidenpo-in temple during the northern and southern court period by a monk named shinkenbo chosei and served as an academic temple on mt . negoro . in the modern age , mt . negoro 's daidenpo-in temple became opposed to hideyoshi toyotomi and was completely destroyed by fire in the siege of negoro in 1585 . it is said that there were 2,000 buildings on mt . negoro at the time . the head priest of chishaku-in temple , genyu ( gyosho 1529-1605 ) fled the temple before the siege of negoro and escaped to mt . koya with his disciples . genyu intended to restore chishaku-ji temple in order to protect the teachings of the shingi shingon sect , but over 10 years passed without his ambition being realized . in 1601 , the year after the forces of ieyasu tokugawa were victorious at the battle of sekigahara , ieyasu granted the buildings and land of the temple attached to toyokuni-jinja ( hokoku-jinja ) shrine ( kyoto city ) ( the shrine enshrining hideyoshi toyotomi with the posthumous name ' hokoku daimyojin ' ) to genyu and chishaku-in temple was finally revived . chishaku-in temple was further expanded in 1615 , the time of third-generation head priest tadatake ina , when the toyotomi clan was deposed and the temple was granted the neighboring zen temple shoun-ji that was previously connected to the toyotomi family . the post-revival chishaku-in temple was given the title ' negoro-ji ' and the mountain prefix ' iobusan ' , a mountain still noted in negoro today . in order to pray for the soul of his beloved child tsurumatsu ( sutemaru ) who died aged 3 , hideyoshi toyotomi built shoun-ji temple in 1591 and invited the myoshin-ji temple monk , nanka genko to serve as founding priest . the national treasure designated wall paintings created by the tohaku hasegawa school and owned by chishaku-in temple once adorned the walls of shoun-ji temple 's kyaku-den ( guest hall ) . this kyaku-den was destroyed by fire in 1682 , but the majority of the wall paintings were saved and survive until today . it is assumed that the unnatural order of the surviving wall paintings results from the re-arranging of those works that could be saved from the fire . in recent times , there was also a fire in 1947 in which 16 of the national treasure designated wall paintings of the shin-den ( emperor 's residence ) were destroyed . the ko-do ( lecture hall ) damaged in this fire was rebuilt in 1995 . before the reconstruction of the ko-do , excavations were conducted in 1992 that unearthed the remains of shoun-ji temple 's kyaku-den and confirmed that it was the largest , most grand kyaku-den in the whole of japan . garan ( temple buildings ) the main gate ( relocated former gate of one of the halls of tofukumon-in temple ) faces the t-junction of higashioji-dori street and shichijo-dori street , and beyond this stand the halls including the ko-do ( reconstructed in 1995 after 300 years ) , the large study hall and the shin-den . the large study hall is said to be the remains of fushimi castle . the garden in front of the large study hall has been designated a national place of scenic beauty of which sen no rikyu is said to have been particularly fond . further within the precinct are the other halls including the kon-do main hall ( housing the principal image diamond realm vairocana and , in the basement level , a set of two mandalas depicting both the five wisdom buddhas of the diamond realm as well as the five wisdom kings of the womb realm ) , myoo-den ( relocated main hall of daiun-in temple , housing the principal image of acala ) , daishi-do ( constructed in 1789 and dedicated to kukai ) and mitsugon-do ( constructed in 1667 and dedicated to shingi shingon sect founder , kakuban ) . other buildings include the homotsu-kan ( treasure hall ) ( housing the national treasure designated wall paintings ) and the chishaku-in kaikan ( accommodation facility ) . cultural properties 25 wall paintings of the large study hall , created by tohaku hasegawa and his son kyuzo hasegawa . the 25 works are as follows . of the images of ' cherry blossoms and maple trees , ' ' the cherry blossom paintings ' are the work of tohaku 's son , kyuzo , who died aged 26 . 6 ink and color on gold leaf background paper images of pine trees and flowering plants 11 ink and color on gold leaf background paper images of cherry and maple trees 4 ink and color on gold leaf background paper images of pine and plum trees 4 ink and color on gold leaf background paper images of pine trees , sunset hibiscuses and chrysanthemums including 26 pictures pasted onto staggered shelves and on small cupboards . color on gold leaf background paper image of a pine tree and flowering plants : in fact a pair of two-section folding screens ( byobu ) but included with the ' large study hall wall paintings . ' diamond sutra written by southern song dynasty chinese calligrapher jizhi zhang . color on silk dojikyo mandala color on silk image of mahamayuri color on silk image of amida 's pure land ink on silk image of a waterfall color on gold leaf background paper images of pine and plum trees : a pair of two-section folding screens ( byobu ) ekottarika agama volume 29 places of scenic beauty chishaku-in temple garden the mountain is modeled on ' mt . lu ' and the pond is modeled on the ' yangtze river . ' although not designated as cultural properties , the shin-den has sliding partition paintings created by insho domoto . access 3 minutes walk from ' hakubutsukan sanju-sangen-do mae ' bus stop after taking kyoto city bus route 206 from jr kyoto station ( 5 minutes ) . 7 minutes walk from the keihan electric railway shichijo station . nearby attractions kyoto national museum sanjusangen-do temple toyokuni-jinja shrine ( kyoto city ) myoho-in temple hoko-ji temple ( with the ' kokka anko ' bell in which literally means " may the state be peaceful and prosperous " ) kyoto women 's university kawai kanjiro memorial museum +toji-in temple is a buddhist temple belonging to the tenryu-ji school of the rinzai sect located in kita ward , kyoto city , kyoto prefecture ( kyoto city ) . its honorific mountain prefix is ' mannensan . ' it is known as the burial place of takauji ashikaga . takauji ashikaga constructed toji-ji temple in 1341 in the area now known as oike , yanaginobanba , nakagyo ward , kyoto city and , two years later , in 1343 , built the kita toji-ji branch temple in the area now known as toji-in kitamachi , kita ward , kyoto city . after takauji 's death , the kita toji-ji branch temple became his burial place and its name changed to ' toji-in temple . ' when the yanaginobanba main temple was destroyed by fire during the onin war , the former branch temple toji-in became the main temple . the author tsutomu mizukami lodged at the temple as a young monk . the chief priest at the time , dosetsu tsuga , introduced eiji sawamura who was in the kyoto commercial high school ( now the kyoto gakuen senior high school ) baseball team to tokyo yomiuri giants senior managing director , tadao ichioka . hojo ( abbot 's quarters ) the current hojo was relocated from kaifuku-in temple , a sub-temple of myoshin-ji temple in 1616 by masanori fukushima . the sliding screen paintings are the work of koi kano . some became damaged during the meiji restoration and film shoots . gardens it is said that they were designed by muso soseki but it is also said that they have a mid-edo period style . the seiren-tei tea house sits on the opposite shore of the pond in the garden to the north of the hojo . in the middle of the gardens stands a hokyoin pagoda that is said to be the burial place of takauji ashikaga . the gardens originally incorporated the surrounding scenery of kinugasayama ( kyoto prefecture ) into their design , but the view has since become obstructed by the expansion of the kinugasa campus of ritsumeikan university . reiko-den hall stands to the west of the hojo . in addition to the principal image statue of ksitigarbha , it also houses wooden statues of successive ashikaga shogun and ieyasu tokugawa . wooden statues of successive ashikaga shogun housed within reiko-den the statues of successive ashikaga shogun housed within reiko-den are given below . * the order of succession is that used at toji-in temple and different from the generally accepted order . from left to right first shogun : takauji ashikaga ( toji-in ) second shogun : yoshiakira ashikaga ( hokyo-in ) third shogun : yoshimitsu ashikaga ( rokuon-in ) fourth shogun : yoshimochi ashikaga ( shojo-in ) sixth shogun : yoshinori ashikaga ( fuko-in ) seventh shogun : yoshikatsu ashikaga ( keiun-in ) eighth shogun : yoshimasa ashikaga ( jisho-in ) from right to left ieyasu tokugawa ( tosho daigongen ) * relocated from iwashimizu hachiman-gu shrine hozo-bo * although he is not one of the successive ashikaga shogun , he is closely related to the ashikaga shogun family because he appointed the ashikaga family including the kira clan and imagawa clan to the tokugawa shogunate as koke ( a noble ranking below a daimyo ) , as well as granting the descendants of takauji ashikaga 's third son and muromachi shogunate first kamakura kubo ( kamakura governor-general ) motouji ashikaga the 5,000-koku kizuregawa domain in shimotsuke province and appointing them 100,000-koku daimyo ( kizuregawa family ) , despite the fact that the small stipend was far lower than even 10,000-koku . ninth shogun : yoshihisa ashikaga ( jotoku-in ) eleventh shogun : yoshitane ashikaga ( keirin-in ) twelfth shogun : yoshizumi ashikaga ( hoju-in ) thirteenth shogun : yoshiharu ashikaga ( bansho-in ) fourteenth shogun : yoshiteru ashikaga ( kogen-in ) fifteenth shogun : yoshiaki ashikaga ( reiyo-in ) light color on paper painting of toji-ji temple : a nationally designated important cultural property +honno-ji temple is a buddhist temple belonging to the hokke-shu hommon-ryu sect located in nakagyo ward , kyoto city , kyoto prefecture . its principal image as determined by nichiren is the mandala from the ' nam myoho renge kyo ' of kuonjojugusoku . the temple is famous for the ' incident at honno-ji ' when nobunaga oda was attacked by mitsuhide akechi . the precinct includes seven sub-temples ( esho-in , rensho-in , josei-in , koshun-in , hongyo-in , gemmyo-in , and unryu-in ) . history honno-ji temple 's name was initially written using a different ' no ' character and was built by nichiryu between aburanokoji-dori street takatsuji , kyoto and gojobo-mon in 1415 during the muromachi period . because nichiryu was opposed to getsumyo of myohon-ji temple over the issues of honjaku ( the relationships between buddhist deities and shinto kami ) and shoretsu ( superiority of the essential section of the lotus sutra over the theoretical section ) , honno-ji temple was attacked by getsumyo followers and he moved to mii - amagasaki in kawachi province . on his return to kyoto in 1429 , he rebuilt honno-ji temple at uchino , in the vicinity of senbon gokuraku , with the backing of the major supporter sojun kosodeya and , in 1433 , the temple was again rebuilt and the ' no ' character of the temple name changed after being he was donated land by nyoio-maru in the area of rokkaku-dori street , the western area of omiya-dori street and the area of shijobo-mon street . following this , honno-ji temple flourished as a sacred place from which nichiren 's ' hommon-happon ' lotus sutra doctrine was spread and , in the late medieval period , became one of the 21 head temples of the kyoto hokke sect ; gaining the protection of the ashikaga clan . the approximately 40,000 ㎡ temple grounds occupied an area of that spread south of rokkaku , north of shijobo-mon , east of kushige , west of omiya and included many branch temples . a doctrinal dispute with enryaku-ji temple escalated into the tenbun hokke disturbance in 1536 , during which all of the temple 's halls were completely destroyed and followers temporarily fled to kenpon-ji temple ( sakai city ) in sakai city . nichijo shonin and the incident at honno-ji on nichiryu 's return to kyoto in around 1547-1548 , nichijo shonin , son of imperial prince kunitaka of the fifth fushimino-miya imperial family , became head priest ( 8th ) and acquired a large site covering shijo nishinotoin-dori street , aburanokoji-dori street , ozunu and nishikikoji-dori street ( the area of the former honno elementary school ) where a large temple complex with over 30 branch temples was constructed . the temple had not had an honorific mountain prefix since the time of its founding by nichiryu and was presided over by a single chief abbot along with honko-ji temple ( amagasaki city ) , but as successive chief abbots later went on to disseminate their teachings , branch temples were founded around the kinki region , in the hokuriku district , on the coast of the inland sea and even as far as tanegashima , and hommon-ryu became established with honno-ji temple at its top . as honno-ji temple was early to disseminate its teachings to tanegashima , it became deeply involved with the daimyo ( japanese territorial lord ) in the sengoku period through the acquisition of guns and gunpowder . nobunaga oda became devoted to nichijo and lodged at the temple while in kyoto , but on june 21 , 1582 , an incident ( known as the incident at honno-ji ) occurred in which nobunaga committed suicide after the forces of mitsuhide akechi surrounded the temple which was then burnt to the ground . after being relocated to its current site the temple was relocated to its current site ( oike sagaru , tera machi , nakagyo ward ) in 1587 under the orders of hideyoshi toyotomi . the reconstruction of the temple complex began in 1592 . it was a large site encompassing the present day locations oike-dori street and the kyoto city office . in 1615 , during the early edo period , it was authorized by the shogunate as a 40-koku temple . by the edo period , the temple 's deep involvement with the daimyo ( japanese territorial lord ) in the sengoku period for the reasons stated above allowed it to grow to an enormous size with 92 branch temples . the temples halls were destroyed in both the great fire of temmei kyoto in 1788 and the fire resulting from the hamaguri rebellion in 1864 . excavations of the old site kyoto municipal honno elementary school stood on the former site , motohonnoji-minami-cho , but excavations were conducted after the school was closed in 1992 . these attracted much attention after uncovering the remains of the place in which nobunaga oda lodged . the location is now the site of kyoto municipal horikawa senior high school 's honno building and kyoto honno nursing home for the aged . excavations accompanying the construction of an apartment building in 2007 unearthed from sludge what is thought to be a tile burnt in the incident at honno-ji and a concave roof tile featuring a variant of the ' no ' kanji character . it has been inferred from the presence of a roofed mud-wall , a stone wall and a water-filled moat that the honno-ji temple used by nobunaga oda was so heavily defended that it would not be inappropriate to refer to it as " honno-ji castle . " anecdotes as shown in the image on the right , the right-hand part of the ' no ' kanji of ' honno-ji ' is different from that of a standard character as , instead of two ' hi ' katakana , it uses the character meaning ' to leave . ' it is said that this was changed to form a character with the connotation " the fire leaves " due to the fact that honno-ji temple has repeatedly been devastated by fire ( ' hi ' in japanese ) . cultural properties national treasures a work of calligraphy attributed to fujiwara no yukinari important cultural properties a letter written by emperor hanazono a bronze mirror access soon reached by foot from kyoto shiyakusho-mae station on the kyoto city subway tozai line soon reached by foot after taking the no.17 or 205 bus from kyoto station ( 20 minutes ) and alighting at ' kawaramachi sanjo ' +university kyoto university is the second oldest national university in japan and its history began as the imperial university , which means the university established by the great empire of japan . taking its scale , such as the budget and teaching staff , into account , kyoto university , as a whole , can be ranked the second in japan , but actually , it can be equal to tokyo university , no. 1 university , in the quality of its very best students and teaching staff , who tackles the cutting-edge research . this high quality is kept on the spiritual basis of " academic freedom " , the motto of kyoto university , and this spirit can be seen in , besides the academic field , energetic activities , such as those of the student autonomy . and kyoto university has also played the role of a cultural transmitter in kyoto , symbolized by the rock concert held in its west hall . it has produced more nobel prize winners than any other universities in japan ( until today , six have been produced ) . since it was set up , kyoto university has kept " academic freedom " as the spirit of its foundation . and this spirit is echoed in the university 's basic ideas & policies , which were codified after the university became the national university corporation . in addition to its undergraduate and graduate schools , kyoto university has 13 research institutes and 17 research centers . this number is the top of all universities in japan ( as of march , 2006 ) . among those , 9 research institutes & centers serve as " joint research laboratories " & " joint research centers " , which means its research facilities are also used by other universities and institutions . this system of joint research laboratories was firstly adopted by yukawa institute for theoretical physics of kyoto university . kyoto university people think that these facts symbolize the public character of kyoto university , that is , the role that it has played as the representative base in japan of the academic research over wide-ranging fields . far from the downtown of kyoto city , kyoto university is in the calm surroundings that still retain some traces of the historic city , so students and teaching staff can concentrate on the studies in such calmness , and the university 's motto " academic freedom " , implying everything related to students ' affairs should be left to their autonomy , can be seen in , for example , the annual november festival , the graffiti on the statue of prof. orita , and the students ' disguise in the graduation ceremony . however , as old constructions of kyoto university get remodeled and rebuilt , traces of the historic city fade out , and the school tradition of kyoto university is on the same path , some kyoto university people say . there once existed a professor who came to work on foot because he had no money to get on the streetcar , and also , some professors who underwent the mobilization of students for labor during the world war 2 , but most of them passed away , and even the atmosphere of the showa era , perceived in the generation of 1960s ' student movement , is becoming a thing of the past . before the war , kyoto university was typically symbolized by bankara ( students ' rough appearances ) of sanko ( third high school , the predecessor of kyoto university ) or self-supporting students , but from the generation of the fierce " examination war " , people from rich families have noticeably increased among its students and professors . kyoto university originated from nagasaki yojyosho ( later renamed nagasaki seitokukan ) , which was founded in nagasaki in a.d.1861 ( bunkyu 1 ) . the science and chemistry section of nagasaki seitokukan was to be transferred to kaiseijo ( today 's tokyo university ) in edo by the name of " school of science and chemistry " , but this wasn 't realized in the turmoil of the meiji restoration . in a.d.1868 ( keio 4 ) , the meiji government decided to open " school of science and chemistry " in osaka in the name of " seimikyoku " ( later , school of science ) , and did so in 1869 . in 1870 , school of science was annexed to school of western learning , and was transformed into kaiseijo . kaiseijo changed its name one after another , from osaka english school , osaka vocational school , osaka junior high school , and to university branch , and under the ordinance of junior high school , which was proclaimed in 1886 , it was renamed third advanced junior high school . third advanced junior high school was transferred to a new place purchased in yoshida-cho , kyoto city , in august 1st , 1889 . under the ordinance of high school , proclaimed in 1894 , third advanced junior high school was transformed into third high school ( under the old system ) ( in this article , " third high school " indicates third high school under the old system , if there 's no particular explanation ) . after the ordinance of imperial university was established , there were many voices that an imperial university should be set up in the kinki district as in kanto , but they were shelved for a long time owing to financial difficulties . in 1895 , kinmochi saionji proposed that third high school should be graded up to the imperial university with the compensation earned from china after the sino-japanese war . the plan adopted in the end was that third high school should be transferred to the south side of higashi-ichijyo dori ( today 's yoshida-south campus ) and its premises left behind should be used by the university , and its budget passed the next year . in june 18th , 1897 , kyoto imperial university started as the imperial ordinance about its foundation was enacted . originally , the college of law was planned to be initially established in 1898 , but the college of science and engineering was set up in 1897-- one year earlier than expected and the same year as the foundation -- because of the upsurge of its applicants . and then , other colleges were established for about a decade from the foundation , such as the colleges of law and medicine in 1898 , and the college of letters in 1906 . hiroji kinoshita assumed the first president , who was the chief of the special office of educational affairs in the ministry of education . kojyuro nakagawa assumed the " secretary " , the corresponding position of the bureau chief . partly because the then president wanted it , kyoto imperial university learned from the german university system that put an emphasis on the freedom of research , teaching , and learning , this principle , led by yoshito takane , is said to have affected the present " academic freedom " , and , though changed when the college of law graduates got the bad grades in the examination of high civil servants , it surely marks the dawn of the unique school tradition that took root in kyoto imperial university . in 1919 , the system of colleges was transformed into that of faculties . some faculties were set up one after another , such as the faculty of economics , divided from the faculty of law in the same year above , and the faculty of agriculture in 1923 . in the year that the faculty of agriculture was newly established , the central hall of the university was completed , which has the clock tower , now familiar as the university 's symbol . in 1926 , the institute for chemical research , the first institute attached to the university , was completed . entering the showa era , kyoto imperial university came to be struck frequently by events related to the professors ' thoughts , which reflected the social conditions at that time when the control over thoughts was strengthened . in 1928 , the ministry of education urged prof. hajime kawakami , the authority of the marxian economics , to resign , and the university 's faculty meeting also concluded he should quit , so professor kawakami was forced to leave . moreover , in 1933 , prof. yukitoki takigawa in the faculty of law , was laid off by ichiro hatoyama , the then minister of education , for the reason professor takigawa 's theory about the criminal law included " marxist thought " , so all teaching staff of the faculty submitted their resignation letters as the demonstration against the layoff , and kyoto university 's president also declared his resignation when he met with the minister , but the ministry 's splitting operation worked and seven of the staff , including mr.takigawa , were forced to leave in the end , and this whole event is what 's called , " takigawa jiken ( oppression of professor takigawa ) " . as the war regime got strengthened , some programs complying with the national policy were set up , such as history of japanese spirit ( in the faculty of letters ) , principles of east asian economics policies ( in the faculty of economics ) , and aeronautics & fuel chemistry ( in the faculty of engineering ) , and after the pacific war began , " loyal patriots ' corps of kyoto imperial university " was formed for organizing students in the military style . in 1943 , the draft deferment was stopped for the humanities ' students , and they went to the battlefront one after another . in the farewell party of kyoto university , held before the departure of students for the battlefront , they are said to have done a visit to heian shrine with the university president at the front , and to have prayed for the war 's victory . after the end of the world war 2 , yukitoki takigawa and others , who left the university owing to " takigawa jiken " , came back to the university , while some professors were dismissed in the purge by ghq . in 1947 , just the 50th anniversary of the university 's foundation , the word " imperial " was removed from the name , and the university was renamed " kyoto university " , and in 1949 , it annexed daisan kotogakko to itself . in the same year , hideki yukawa , the professor in the faculty of science , became the first japanese nobel prize winner , so kyoto university established the yukawa memorial hall for its commemoration , and this hall was transformed into the yukawa institute for theoretical physics afterward . in 1968 , kyoto university 's branch of the association of young doctors ( ayd ) called on an applicant for a boycott of the entrance examination of the graduate school of medicine , but the applicant rejected it , so a member of ayd beat the applicant , and this event , what 's called " seiiren jiken " ( ayd event ) , triggered the indefinite strike of the faculty of liberal arts , and the lockout of the student union . kyoto university escaped the cancellation of the entrance exam , which really happened in tokyo university , but its graduation ceremony was forced to cancel for the first time after the war , and some buildings in the campus remained locked out until the next academic year 's september , when they were all lifted . in 1992 , the faculty of integrated human studies was established , and the next year , the college of liberal arts and sciences was closed and kyoto university changed itself into the university prioritizing its graduate schools , and this was when the university 's present faculties and graduate schools were all completed . in 1997 , kyoto university 's centennial anniversary of foundation came around . and in 2004 , the national university 's corporation law went into effect as one of the national organizations ' reform , which was called for at that time , and kyoto university transformed itself into the national university corporation in line with the law . from the history told above , this article sets kyoto university 's origin year in 1869 , when seimikyoku , third high school 's predecessor , was founded , and university 's foundation year in 1897 , when kyoto imperial university was born . in may , 1869 , seimikyoku was founded . in september , 1869 , school of western learning was founded . in january , 1870 , seimikyoku was transformed into school of chemistry . in may , 1870 , school of chemistry was transformed into school of science . in october , 1870 , school of western learning annexed school of science , and was transformed into kaiseijo . in august , 1872 , the ordinance of the school educational system was proclaimed , and kaiseijo was transformed into first junior high school of fourth university section . in april , 1873 , the university section was changed , and first junior high school of fourth university section was renamed first junior high school of third university section . in april , 1873 , first junior high school of third university section was transformed into kaimei school . in april , 1874 , kaimei school was transformed into osaka foreign language school . in december , 1874 , osaka foreign language school was transformed into osaka english school . in april , 1879 , osaka english school was transformed into osaka vocational school . in december , 1880 , osaka vocational school was transformed into osaka junior high school . in july , 1885 , osaka junior high school was transformed into university branch . in april , 1886 , the ordinance of advanced junior high school was proclaimed , and university branch was transformed into third advanced junior high school . in september , 1895 , the ordinance of high school was proclaimed , and third advanced junior high school was transformed into third high school . in june , 1897 , kyoto imperial university was established . in september , 1897 , the college of science and engineering opened as one of its colleges within the premises of kyoto imperial university . in september , 1899 , colleges of law and medicine opened . in december , 1899 , the university library and the university hospital opened . in april , 1903 , the college of medicine was divided into two , kyoto college of medicine , and fukuoka college of medicine . in september , 1906 , the college of letters opened . in november , 1909 , taiwan experimental forest station was given by taiwan government general . in april , 1911 , fukuoka college of medicine was separated from kyoto university as kyusyu imperial university was established , and kyoto college of medicine was renamed the college of medicine , again . in december , 1912 , korean experimental forest station was leased from korean government general . in july , 1914 , the college of science and engineering was divided into two , the college of science , and the college of engineering . in december , 1915 , kotangan forest of karafuto experimental forest station was given from karafuto agency . in december , 1916 , aton forest of karafuto experimental forest station was given from karafuto agency . in february , 1919 , each college was renamed faculty . in may , 1919 , the faculty of economics opened . in april , 1921 , ashiu experimental forest station was established in ashiu , chii village , kita kuwata-gun , kyoto prefecture . in april , 1923 , the seventh college of provisional teachers was established . in november , 1923 , the faculty of agriculture opened . in may , 1924 , the university farm and the experimental forest , both attached to the faculty of agriculture , were established . in october , 1926 , the institute for chemical research was established . in march , 1930 , the seventh college of provisional teachers was closed . in may , 1933 , the ministry of education laid off yukitoki takigawa , prof. of the faculty of law . ( takigawa jiken ) in may , 1939 , the provisional special division of medicine was established . in august , 1939 , the institute for research of humanities was established . in march , 1941 , the tuberculosis research institute was established . in november , 1941 , the engineering research institute was established . in april , 1944 , the provisional special division of medicine was reorganized into the special division of medicine . in may , 1944 , the wood research institute was established . in september , 1946 , the research institute for food science was established . in october , 1947 , kyoto imperial university was renamed kyoto university . in january , 1949 , the institute for research in humanities was integrated with the institute of eastern culture , which was under the control of the ministry of foreign affairs , and with the institute of western culture , which was a private organization . in may , 1949 , kyoto university annexed third high school ( dai san kou ) and was reorganized under the new system . the faculty of education , and the branch school of kyoto university ( bunko ) , were established . in april , 1951 , the disaster prevention research institute was established . the school of nursing in the faculty of medicine was established . in march , 1952 , the special division of medicine was closed . in april , 1953 , the graduate schools under the new educational system were established ( graduate school of letters , education , law , economics , science , pharmaceutical sciences , engineering , and agriculture ) . in july , 1953 , the research institute for fundamental physics ( yukawa institute for theoretical physics ) was established . in march , 1954 , the branch school of kyoto university was renamed the college of liberal arts and science . in april , 1954 , the midwife school in the faculty of medicine was established . in april , 1955 , the graduate school of medicine was established . in april , 1956 , the institute for virus research was established . in april , 1959 , the health technologist school of the faculty of medicine was established . in april , 1960 , the faculty of pharmaceutical sciences was established . in may , 1961 , the college of technology was established . in april , 1962 , the institute of economic research was established . in april , 1963 , the research institute for mathematical sciences , and research reactor institute were established . in april , 1965 , the center for southeast asian studies was established . in april , 1966 , the center for student health was established . in june , 1967 , the primate research institute was established . the tuberculosis research institute was renamed the tuberculosis chest disease research institute . in june , 1969 , the data processing center was established . the college of technology was closed . in april , 1971 , the radioisotope research center was established . the engineering research institute was renamed the institute of atomic energy . in april , 1972 , the health technologist school of the faculty of medicine was renamed the school of clinical technologist of the faculty of medicine . in may , 1971 , the research center for sports science was established . in april , 1975 , the college of medical technology was established , and the midwife school and the school of nursing , both in the faculty of medicine , were closed . in may , 1976 , the ultrahigh temperature plasma laboratory , attached to the faculty of engineering , was reorganized into the plasma physics laboratory . the radiation biology center was established . in april , 1977 , the environment preservation center was established . in june , 1977 , kyoto university council dismissed nobuhiro takemoto , an assistant in the faculty of economics . ( called the event of takemoto 's dismissal , or crushing of takemoto 's dismissal ) in july , 1977 , the center for archaeological operations was established . in march 1978 , the school of clinical technologist of the faculty of medicine was closed . in april , 1978 , the educational center for information processing was established . in april , 1980 , the research center for medical polymers and biomaterials was established . in april , 1981 , the ionosphere research laboratory was reorganized into the radio atmospheric science center . in april , 1986 , the center for african area studies was established . in april , 1988 , the tuberculosis chest disease research institute was renamed the chest disease research institute . the center for genetics was established . in december , 1988 , the international exchange center was established . in june , 1990 , the research center for biomedical engineering , and the center for student exchange were established . the research center for medical polymers and biomaterials , and the international exchange center were closed . in april , 1991 , the graduate school of human and environmental studies , and the center for ecological research were established . the wood research institute was renamed the ligneous science research institute . in october , 1992 , the faculty of integrated human studies was established . in march , 1993 , the college of liberal arts and sciences was closed . in june , 1994 , the research center for higher education was established . in april , 1996 , the graduate school of energy science , and the intramural institution of african area studies were established . the institute of atomic energy , and the plasma physics laboratory were integrated into the institute of advanced energy . the center for african area studies was closed . in april , 1997 , the kyoto university museum was established . the educational center for information processing , and the integrated media environment experimental laboratory , which was attached to the faculty of engineering , were integrated into the center for information and multimedia studies . in april , 1998 , the graduate school of asian and african area studies , and the graduate school of informatics were established . the chest disease research institute , and the research center for biomedical engineering were integrated into the institute for frontier medical sciences . in april , 1999 , the graduate school of biostudies was established . in april , 2000 , the radio atmospheric science center was reorganized into the radio science center for space and atmosphere . in november , 2000 , the university archives was established . in april , 2001 , the research institute for food science was annexed to the graduate school of agriculture . the international innovation center was established . in april , 2002 , the graduate school of global environmental studies ( the hall of global environmental research , and the hall of global environmental education ) , the research center for low temperature and materials science , the fukui institute for fundamental chemistry were established . the center for data processing , the center for information and multimedia studies , and the institute for academic information network were integrated into the academic center for computing and media studies . in april , 2003 , seto marine biological laboratory ( attached to the graduate school of science ) , the university forest , the subtropical plant institute , and the fisheries research station ( these three were attached to the faculty of agriculture ) were integrated into the field science education and research center . the research center for higher education , a part of the academic center for computing and media studies , and a part of the faculty of integrated human studies were unified into the center for the promotion of excellence in higher education . the institute for the promotion of excellence in higher education was established . the research center for sports science was closed . in april , 2004 , the ligneous science research institute , and the radio science center for space and atmosphere were integrated into the research institute for sustainable humanosphere . the center for southeast asian studies was upgraded to the attached institute . the center for genetics was closed . kyoto university became the national university corporation under the national university corporation law . in april , 2005 , the center for student exchange was reorganized into the international center . the environment , safety , and health organization , the international innovation center , the organization for the promotion of international relations , the institute for information management and communication , and the library network were established . in november , 2005 , the university 's administrative bureau was divided into the administrative council , and the education and research council . in april , 2006 , the education of pharmaceutical sciences was transformed into the six-year system , so the pharmaceutical sciences department of the faculty of pharmaceutical sciences was reorganized into the six-year system ( department of general pharmacology was closed ) and the department of pharmacy ( four-year system ) was established . the graduate school of government ( collaborative research & education division ) , the graduate school of management ( research & education division ) were established . the center for integrated area studies was established , and the center succeeded the business of the national ethnology museum . the office organization of the administrative bureau was remodeled . the institute of sustainability science was established . in july , 2006 , the pioneering research unit for next generation was established . in september , 2006 , the center for women researchers was established . in march , 2007 , the college of medical technology was closed . in april , 2007 , the kokoro research center , the advanced medical engineering research unit , the career-path promotion unit for young life scientist were established . yoshida campus ( mainly within yoshida-honmachi , sakyo-ku , kyoto city , kyoto prefecture ) uji campus ( gokasho , uji city , kyoto prefecture ) katsura campus ( kyoto daigaku katsura , nishikyo-ku , kyoto city ) university symbol university song words by yakyu mizunashi , music by kan 'ichi shimofusa . this song was established in 1940 , as an answer to the " imperial rescript for the young students " from the emperor in 1939 . the lyrics of the song were selected from pieces written by the university students in 1939 , and the piece of mr. mizunashi , a graduate of kyoto imperial university , was chosen the best one . it 's sung in the graduation , entrance and other ceremonies . furthermore , takashi asahina , a graduate of kyoto university , chose this school song as his first album 's music ( teichiku entertainment inc. released . kyoto university symphony orchestra performed ) . you can see the lyrics on the kyoto university 's official website . when the centennial anniversary of foundation came around in 1997 , the establishment of a new school song was planned , and its lyrics were sought , but the majority said the conventional one was better , so the plan was stopped . there exist some other songs listed below related to kyoto university . students ' song words by taro nagasaki , music by toru akutagawa established in 1953 words chosen from the public fight song : " shinsei no ibuki ( sign of rebirth ) " words by hiro 'o nakagawa , music by takehiko tada established in 1958 words chosen from the public fight song : " hana no ka kaorinu ( scent of flowers ) " words by kimio kubota , music by takashi hashimoto established in 1959 fight song : " dark blue - umi no ao " words by yutaka shiraishi , music by kunio motoyama established in 1961 words chosen from the public fight song : " hitotsu no tamasii ( one spirit ) " words by yutaka sakai , music by kyoto university brass band established in 1981 words chosen from the public shoyo no uta ( song of wandering kyoto ) : kurenai moyuru ( vivid red of flowers ) words by koi sawamura , music by k. y. ( initial ) , whose real name is unknown originally , this had been a class song , sung in a certain class of third high school ( daisan kotogakkou ) , and it came to be sung in the whole school and finally became the symbolic song of third high school and kyoto university . in 1946 , it was used in the akira kurosawa 's movie , " waga seishun ni kuinashi ( no regrets for my youth ) " , so it came to be known nationwide by the general public . but the original words are partly different from the present ones . lake biwa rowing song the words were made by taro koguchi , a member of third high school aquatics club ( today 's boat club of kyoto university ) , while he was on the way of the lake biwa cruise in 1917 . the music diverts one from " hitsujigusa ( by chiaki yoshida ) , which was popular with the club members at that time . third high school 's dormitory students and others liked to sing it . university flag the university flag was established in 1940 for the same purpose as the university song . you can see its design on kyoto university 's official website . school color kyoto university 's school color is dark blue . emblem kyoto university 's emblem is the design of a camphor tree , standing in front of the clock tower in yoshida campus . this design had been used since around 1950s as the " seal of the administrative bureau " on printed materials and others , and in 1990 , it was officially adopted as the university 's emblem . the situation of newly-enrolled students out of 2,901 students newly-enrolled for faculties in 2008 , those from high schools in the kinki district are the most at 57.5 % ( osaka prefecture 18.8 % , hyogo prefecture 12.3 % , and kyoto prefecture 10.4 % ) , followed by the chubu district at 14.5 % , kanto district at 8.7 % , kyusyu & okinawa district at 6.7 % , chugoku district at 6.5 % , shikoku district at 3.3 % , tohoku district at 1.4 % , and hokkaido at 1.1 % . ( = > please refer to the situation of newly enrolled students of the former imperial universities ) for other former imperial universities , students come the most from the prefecture the university is located in , but , for kyoto university only , those from high schools in kyoto prefecture rank the third peculiarly . faculty of integrated human studies department of integrated human studies division of human sciences division of multi-disciplinary studies of civilizations division of cultural environment studies division of cognitive and information sciences division of natural sciences faculty of letters department of humanities division of philosophy department of philosophy department of the history of western philosophy ancient philosophy medieval philosophy modern philosophy department of the history of japanese philosophy department of ethics department of religious studies department of christian studies department of aesthetics and art history division of eastern culture department of japanese language and literature department of chinese language and literature department of the history of chinese philosophy department of indological studies department of buddhist studies division of western culture department of greek and latin classics department of slavic languages and literatures department of german language and literature department of english language and literature department of american literature department of french language and literature department of italian language and literature division of history department of japanese history department of oriental history department of southwest asian history department of european history department of archaeology division of behavioral studies department of psychology department of linguistics department of sociology department of geography division of contemporary culture department of philosophy and history of science department of humanistic informatics department of twentieth century studies department of contemporary history faculty of education department of educational science division of modern education basics division of educational psychology division of interrelated educational system faculty of law there is no organization of department . division of basic law division of public law division of civil and criminal law division of political science faculty of economics department of economics department of management faculty of science department of science division of mathematics division of physics and astrophysics division of earth and planetary sciences division of chemistry division of biological science faculty of medicine department of medicine ( six-year system ) department of health science division of nursing studies division of laboratory science division of physical therapy division of occupational therapy faculty of pharmaceutical sciences department of general pharmacology ( four-year system , for students newly-enrolled in heisei 17 academic year and before ) department of pharmaceutical sciences ( four-year system , for those newly enrolled in heisei 18 academic year and after ) department of pharmacy ( four-year system , for those newly enrolled in heisei 18 academic year and after ) faculty of engineering department of global engineering department of architecture department of engineering science department of electrical and electronic engineering department of informatics and mathematical science department of industrial chemistry faculty of agriculture department of bioresource science department of applied life science department of agricultural and environmental engineering department of food and environmental economics department of forest and biomaterials science department of food science and biotechnology graduate school of letters division of philology and literature division of philosophy division of history division of behavioral studies division of contemporary culture graduate school of education division of educational science division of clinical pedagogy graduate school of law division of law and policy studies division for judicial professionals ( professional degree programs , law school ) graduate school of economics division of economic system analysis division of economic dynamics analysis division of contemporary economics and business analysis ( in 2006 academic year , division of contemporary economics and division of business science were integrated . ) graduate school of science division of mathematics and mathematical analysis division of physics and astronomy division of earth and planetary sciences division of chemistry division of biological science graduate school of medicine division of medicine ( doctoral course of four-year system ) division of medical science ( master 's course and latter doctoral course ) division of public health ( professional degree programs , latter doctoral course ) division of human health science graduate school of pharmaceutical sciences division of physical and organic chemistry division of life sciences division of pharmacy and biomedicinal sciences division of bioinformatics and chemical genomics graduate school of engineering department of civil and earth resources engineering department of urban management department of urban and environmental engineering department of architecture and architectural engineering department of mechanical engineering and science department of micro engineering department of aeronautics and astronautics department of nuclear engineering department of materials science and engineering department of electrical engineering department of electronic science and engineering department of material chemistry department of physical engineering department of energy and hydrocarbon chemistry department of molecular engineering department of polymer chemistry department of synthetic and biological chemistry department of chemical engineering graduate school of agriculture division of agronomy and horticultural science division of forest and biomaterials science division of applied life science division of applied biosciences division of environmental science and technology division of natural resource economics division of food science and biotechnology graduate school of human and environmental studies department of human coexistence department of cultural coexistence department of interdisciplinary environment graduate school of energy science department of socio-environmental energy science department of fundamental energy science department of energy conversion science department of energy science and technology graduate school of asian and african area studies ( five-year system , doctoral course ) division of southeast asian area studies division of african area studies graduate school of informatics department of intelligence science and technology department of social informatics department of applied analysis and complex dynamical systems department of applied mathematics and physics department of systems science department of communications and computer engineering graduate school of biostudies division of integrated life science division of systemic life science graduate school of global and environmental studies ( hall of global environmental research ) department of global ecology department of technology and ecology department of natural resources graduate school of global and environmental studies ( school of global environmental studies ) department of global environmental studies ( doctoral course ) department of environmental management ( master 's course , doctoral course ) collaborative research & education division of school of government department of government ( professional degree programs , school of government ) graduate school of management research & education division department of management ( professional degree programs , graduate school of management ) college of medical technology ( closed in march , 2007 ) university library organizations institute for the promotion of excellence in higher education environment , safety , and health organization international innovation organization the organization for the promotion of international relations institute for information management and communication library network facilities attached to faculties facility attached to the faculty of medicine hospital ( kyoto university hospital ) facilities attached to graduate schools facility attached to the graduate school of letters center for eurasian cultural studies ( kita-ku , kyoto city ) facility attached to the graduate school of education praxis and research center for clinical psychology and education facilities attached to the graduate school of law international legal and political documentation center center for law and policy studies facilities attached to the graduate school of economics project center shanghai center facilities attached to the graduate school of science astronomical observatories kwasan astronomical observatory ( yamashina-ku , kyoto city ) hida astronomical observatory ( takayama city , gifu prefecture ) world data center for geomagnetism geothermal research laboratory ( beppu city , oita prefecture ) volcanological laboratory ( minami aso-village , kumamoto prefecture ) facilities attached to the graduate school of medicine institute of laboratory animals congenital anomaly research center center for anatomical studies human brain research center center for genomic medicine center for medical education facilities attached to the graduate school of pharmaceutical sciences the experimental station for medicinal plants center for integrative education of pharmacy frontier facilities attached to the graduate school of engineering ion beam engineering experimental laboratory research center for environmental quality management ( otsu city , shiga prefecture ) quantum science and engineering center katsura int 'tech center center for information technology occupational health , safety and environmental management center facilities attached to the graduate school of agriculture experimental farms head farmstead ( takatsuki city , osaka prefecture ) kyoto farmstead ( north campus ) livestock farm ( kyotanba-cho , kyoto prefecture ) attached institutes institute for chemical research research division of synthetic chemistry research division of materials chemistry research division of biochemistry research division of environmental chemistry research division of multidisciplinary chemistry advanced research center for beam science , attached to the institute international research center for elements science , attached to the institute bioinformatics center , attached to the institute institute for research in humanities research division of cultural research methodologies research division of cultural processes research division of cultural representation research division of cultural composition research division of cultural interrelationship documentation and information center for chinese studies , attached to the institute for research in humanities of kyoto university institute for frontier medical sciences , kyoto university research field of biological function research field of tissue engineering research field of regeneration control research field of clinical application laboratory of animal experiments for regeneration , attached to the institute stem cell research center , attached to the institute research center for nano medical engineering institute of advanced energy advanced energy generation division advanced energy conversion division advanced energy utilization division laboratory for complex energy processes , attached to the institute research institute for sustainable humanosphere research division of diagnostics and control of humanosphere research division of creative research and development of humanosphere department of collaborative research programs shigaraki mu observatory ( shigaraki-cho , shiga prefecture ) equatorial atmosphere radar ( sumatra , indonesia ) center for exploratory research on humanosphere , attached to the institute disaster prevention research institute research division of disaster management for safe and secure society research division of earthquake disaster prevention research division of earthquake hazards research division of geohazards research division of atmospheric and hydrospheric disasters research center for disaster reduction systems , attached to the institute research center for earthquake prediction , attached to the institute kamitakara observatory ( takayama city , gifu prefecture ) hokuriku observatory ( sabae city , fukui prefecture ) osakayama observatory ( otsu city , shiga prefecture ) donzurubo observatory ( kashiba city , nara prefecture ) abuyama observatory ( takatsuki city , osaka prefecture ) tottori observatory ( tottori city , tottori prefecture ) tokushima observatory ( ishii-cho , tokushima prefecture ) miyazaki observatory ( miyazaki city , miyazaki prefecture ) sakurajima volcano research center , attached to the institute ( sakurajima , kagoshima city , kagoshima prefecture ) research center on landslides , attached to the institute tokushima landslide observatory ( miyoshi city , tokushima prefecture ) research center for fluvial and coastal disasters , attached to the institute ujigawa open laboratory ( fushimi-ku , kyoto prefecture ) ogata wave observatory ( joetsu city , niigata prefecture ) hodaka sedimentation observatory ( takayama city , gifu prefecture ) shirahama oceanographic observatory ( shirahama-cho , wakayama prefecture ) shionomisaki wind effect laboratory ( kushimoto-cho , wakayama prefecture ) water resources research center , attached to the institute yukawa institute for theoretical physics research division of fundamental physics research division of materials structure research division of physics under extreme conditions institute for virus research research department of viral oncology research department of genetics and molecular biology research department of biological responses research department of cell biology research center for acquired immunodeficiency syndrome , attached to the institute experimental research center for infectious diseases , attached to the institute center for emerging virus research , attached to the institute institute of economic research research division of economic information analysis research division of economic institution research division of public policy research center for financial engineering , attached to the institute research center for economics of complex systems , attached to the institute research center for advanced policy studies , attached to the institute research institute for mathematical sciences research department of basic mathematical science research department of infinite analysis research department of applied mathematical science computer laboratory , attached to the institute research reactor institute ( kumatori-cho , osaka prefecture ) research department of nuclear science and engineering research department of material science research department of radiation life science and radiation medical science research center for safe nuclear system , attached to the institute particle radiation oncology research center , attached to the institute primate research institute research department of evolution and phylogeny research department of ecology and social behavior research department of behavioral and brain sciences research department of cellular and molecular biology field research centers of japanese monkeys , attached to the institute koshima field station ( kushima city , miyazaki prefecture ) yakushima field station ( yakushima-cho , kagoshima prefecture ) center for human evolution modeling research , attached to the institute center for southeast asian studies research division of integrated area studies research division of human-nature dynamics research division of socio-cultural dynamics research division of economic & political dynamics division of area informatics area studies planning and promotion office foreign liaison offices ( bangkok , jakarta ) educational research centers academic center for computing and media studies department of networking research department of computing research department of educational support research department of digital content research collaborative research laboratories radiation biology center center for ecological research ( otsu city , shiga prefecture ) center for integrated area studies radioisotope research center environment preservation center the international center center for the promotion of excellence in higher education research division for studies in higher education research division for core curriculum design research division for information and media study design the kyoto university museum international innovation center division of international integration division of international innovation research center for low temperature and materials sciences field science education and research center division of planning and promotion division of forest biosphere division of human ecosystem division of basic marine biology ashiu forest research station ( nantan city , kyoto prefecture ) hokkaido forest research station shibecha branch ( shibecha-cho , hokkaido prefecture ) , shiranuka branch ( shiranuka-cho , hokkaido prefecture ) wakayama forest research station ( aridagawa-cho , wakayama prefecture ) kamigamo experimental station ( kita-ku , kyoto city ) tokuyama experimental station ( shunan city , yamaguchi prefecture ) kitashirakawa experimental station ( sakyo-ku , kyoto city ) kii-oshima research station ( kushimoto-cho , wakayama prefecture ) maizuru fisheries research station ( maizuru city , kyoto prefecture ) seto marine biological laboratory ( shirahama-cho , wakayama prefecture ) kyoto university shirahama aquarium fukui institute for fundamental chemistry theoretical research division general research division kokoro research center kyoto university health service counseling center kyoto university archives nano-medicine merger education unit institute of sustainability science pioneering research unit for next generation education unit for global leaders in advanced engineering and pharmaceutical science career-path promotion unit for young life scientists center for women researchers center for archaeological operations center for african area studies venture business laboratory 23 programs adopted in 2002 life science coe formation in frontier life sciences by unifying interactions formation of a strategic base for the multidisciplinary study of biodiversity chemistry and materials science kyoto university alliance for chemistry ( the fundamentals and developments of new chemistry for material conversion ) coe for a united approach to new materials science information science , electrical and electronic science informatics research center for development of knowledge society infrastructure coe for research and education of fundamental technologies in electrical and electronic engineering humanities towards a center of excellence for the study of humanities in the age of globalization center of excellence for psychological studies interdisciplinary , combined field , new disciplines aiming for coe of integrated area studies ( promotion of educational and research system utilizing the field stations ) establishment of coe on sustainable energy system natural disaster science and disaster reduction initiatives in 2003 medical science coe formation for genomic analysis of disease model animals with multiple genetic alterations mathematics , physics , earth sciences formation of an international center of excellence in the frontiers of mathematics and fostering of researchers in future generations center for diversity and universality in physics elucidation of the active geosphere mechanical , civil , architectural , and other fields of engineering research and education on complex functional mechanical systems social sciences program for the reconstruction of legal ordering in the 21st century coe for interfaces for advanced economic analysis interdisciplinary , combined fields , new disciplines center of research and knowledge information infrastructure for genomic science coe for microbial-process development pioneering future production systems east asian center for informatics in humanities in 2004 the cutting edge of new scientific fields innovative food and environmental studies pioneered by entomomimetic sciences the education of kyoto university at the faculty stage can be roughly classified into two , liberal arts that are commonly lectured in all faculties , and major subjects at each faculty . out of the two , the liberal arts were rearranged so as to center the common subjects in the curriculum , after the college of liberal arts and sciences was closed in 1993 . the way that assigns liberal arts and major subjects is not a mechanical one by the grade that assigns the liberal arts to freshmen and sophomores , and the major subjects to juniors and above , but a gradual one that requires students to take relatively many of the liberal arts in the first grade , and increases major subjects as the grade goes up so that students can take both of their credits until graduation . however , in some faculties , students can never register the course nor enter the institute when they fail to take credits of certain liberal arts along the way ( de facto enforcement of repeating the same grade ) . liberal arts are mostly lectured in all faculties and are classified into five groups below . group a : humanities and social sciences group b : natural sciences group c : foreign languages including the japanese education for students from abroad group d : health and physical education group ex : credit exchangeable subjects in the consortium of universities in kyoto note that some subjects belong to plural groups at the same time , such as group a and c , or group b and d , so students should choose in which group they learn those subjects when they register . each faculty sets certain number of credits to be taken in each group . some faculties don 't accept certain subjects as credits that should be met for graduation . for example , in group b , there is a course of mathematics for students majoring in humanities , but this course is unacceptable as credits for students majoring in science . particularly , the faculty of engineering specifies the group b subjects as credits and doesn 't accept other subjects at all . in addition , among students of the faculty of integrated human studies , the very idea of group is not applied , except for group c. and among those students who entered the faculty of letters in heisei 16 academic year and before , group a , b , and d were not distinguished . besides , there are subjects mentioned below that are given credits of the groups , from a to d , according to their contents . orientation seminar for freshmen ( called " pocket semi " ) this seminar started in 1998 academic year . it aims to expand students ' horizons by having them contact with different majors ' teaching staff . kyoto university international education program ( kuinep ) lectures are given in english to japanese and foreign students alike , both of whom are almost the same in number . the administration of liberal arts had been in the charge of the faculty of integrated human studies on and after the closure of the college of liberal arts and sciences , but since 2003 , it has been in the charge of the newly established " institute for the promotion of excellence in higher education " . courses ' registration and transmission of information , such as lecture cancellations , papers , and examinations , are all done on the website , so they use kyoto university 's liberal arts syllabus information system ( briefly called kulasis ) . support programs adopted by the ministry of education , culture , sports , science and technology support program for good practice as unique university education restructuring the english education-call , the autonomous study system , and nurture of international human resources education reform by institutionalizing faculty development in the style of mutual study support program for good practice as tackling contemporary educational needs internationally cooperative education of global and environmental sciences-making and practicing simultaneously-proceeded programs in cooperation with other asian universities wide implementation of new education about immediate cardiac life support promotion program for internationalizing university education kyoto university 's program for long-term studying abroad support program for constructing law school and other professional schools program for upgrading practical theoretical education investigation and research about ideal basic education of practical affairs program for nurturing clinical researchers support program for educating medical staff in response to the social needs including regional medicine this program took the lead in nurturing cutting-edge medical care and creating new drugs . initiatives for attractive education in graduate schools pedagogy programs for researchers with the integrated theory and practice programs for multidisciplinary energy scientists information system design in cooperation with the society chemistry education trinity formation of career-path for multidisciplinary and systematic medical research programs for practical local researchers by clinical education and research programs for high-level personnel supporting simulation science biostudies career development cooperative plans for high-level personnel dispatch internship for global environmental studies some clubs are well-known , such as kyoto university 's symphony orchestra , which was founded in 1916 and is famous among connoisseurs for its former member takashi asahina , and kyoto university newspaper company , which issues " kyoto university newspaper " , the campus daily newspaper . and in kyoto university , there still remain some traces of the student movement era , and recently , incidents such as " ishigaki café " happened . university festival kyoto university november festival the festival is held annually in later november for four days at yoshida-south campus and main campus , both in yoshida campus . it 's briefly called november festival or nf . kyoto university sports union promotes the extracurricular sports and 51 clubs belong to it . the american football team is known as the nickname of " kyoto university gangsters " , and has achieved 6 university championships and 4 japanese championships . especially , in 1986 and 1987 , it consecutively won both of koshien bowl ( the play-off for university championship between the kanto league winner and the kansai one ) and rice bowl ( japanese championship ) . it belongs to division 1 of kansai collegiate american football association . the baseball team of kyoto university belongs to kansai students baseball league and has got two championships in time of kansai big 6 baseball league ( former league ) . the logo of the baseball cap , " db " stands for " dark blue " after the school color . alumni association kyoto university 's alumni association was founded in november , 2006 , as an university-wide alumni association . before that time , there have been , as listed below , the alumni association in each faculty , graduate school , or department . the kyoto university alumni association of the graduate school of human and environmental studies , the faculty of integrated human studies yushinkai ( faculty of law ) shirankai ( faculty of medicine ) -it has shiran kaikan , the building for the alumni members . ibunkai ( faculty of letters ) the alumni association of the department of economics kyoenekai ( graduate school of energy science ) kyoyukai ( faculty of education ) kyodai architectural school 's alumni association ( department of architecture of the faculty of engineering , and the like ) kyokikai ( the alumni association for departments of the mechanical engineering and the like , of kyoto university ) kyoto university 's alumni association of geophysics ( geophysics department of graduate school of science ) shimeikai ( faculty of agriculture , graduate school of agriculture ) kyodokai ( civil engineering of the faculty of engineering , and the like ) suiyokai of kyoto university ( department of earth resources engineering , department of materials engineering , both the faculty of engineering , and the like ) kyodai yakuyukai ( faculty & , graduate school of pharmaceutical sciences ) rakuyukai ( the electrical & electronic science engineering departments of graduate school of engineering , and the like ) kokakai ( department of industrial chemistry of the faculty of engineering , chemical engineering of the graduate school of engineering , and the like ) there also exist some local alumni associations . kyoto university press kyoto university press is a middle-natured corporation with the limited liability , aiming to publish and spread the academic fruits in kyoto university mainly by publication activities . the employees consists of kyoto university 's teaching staff , graduates , and emeritus professors , recommended by the university , its graduate schools , research institutes , or others , and the office is in the kyoto university hall . it has published academic and educational books , including the series of " western classic studies " , " ecological studies " , and " area studies " , as well as two academic magazines , " arche " : annual review of the kansai philosophical association " and " twentieth century studies " . gakushikai gakushikai consists of the graduates of kyoto imperial university , professors , assistant professors , and presidents ( including former ones ) and of course , kyoto university 's graduates can sign up for it . for details , please refer to gakushikai 's website . list of public figures related to kyoto university yoshida campus this campus is sometimes called " yoshida areas " . it 's divided by the road into seven areas , called " konai ( campus ) " . the name of each konai has begun to be used since 2000s , and so , teachers and students use the former popular names occasionally . honbu konai faculties using honbu konai : faculties of letters , education , law , economics , and engineering graduate schools using honbu konai : graduate schools of letters , education , law , economics , engineering ( division of physics ) , energy science , informatics , ( a part of ) asian and african area studies , biostudies ( the office department , and some laboratories ) , hall of global environmental research , school of global environmental studies , government , graduate school of management attached facilities using honbu konai : university library , institute of economics , the kyoto university museum , academic center for computing and media studies ( north building ) , center for integrated area studies , center for archaeological operations , kokoro research center , and so on access : on foot , it takes 10 minutes from demachiyanagi station of keihan oto line , or by kyoto city bus , you should get off at " kyodai seimon-mae " or " hyakumanben " . many lines of kyoto city bus bring you to these two stops from other stops in kyoto city , such as kyoto station , kawaramachi station ( in kyoto prefecture ) , and imadegawa station . it 's also called " main campus " . this campus has been used since kyoto university 's foundation . before the university 's foundation , there had been a suburban residence in kyoto belonging to owari-han clan . the stone walls at that time still exist , facing higashi-oji , and the incident of ishigaki café happened here . enter the main gate , and you will see just at the front the clock tower centennial hall and the camphor tree , both known as the symbol of kyoto university . the university 's two administrative organizations , administrative council , and education and research council , exist in this campus . institute for research in humanities plans to move to the building no. 5 of the faculty of engineering ( formerly used by the department of global engineering , and the like ) hokubu konai faculties using hokubu konai : faculties of science , and agriculture graduate schools using hokubu konai : graduate schools of science , agriculture , and ( a part of ) biostudies attached facilities using hokubu konai : institute for research of humanities , research institute for fundamental physics , research institute of mathematical sciences , research center for low temperature and materials sciences , the attached farm and botanical garden , and so on access : on foot , it takes 15 minutes from demachiyanagi station of keihan oto line , or by kyoto city bus , you should get off at " kyodai nogakubumae " or " hyakumanben " . many lines of kyoto city bus bring you to these two stops from other stops in kyoto city , such as kyoto station , kawaramachi station , and imadegawa station . it 's also called " north campus " . science facilities mostly occupy this campus , and there are many graduate students here , so some people acquainted with kyoto university say , " the atmosphere of this campus is calm , compared to that of honbu konai or yoshida-minami konai . " in the faculty of agriculture 's ground ( commonly known as " no g " ) , located at the northeast corner , sports ' club activities , such as those of the american football , are done . ginkgo trees standing in line from the main gate of the faculty of science are well known to local residents . yoshida-minami konai ( yoshida-south campus ) faculty using yoshida-minami campus : faculty of integrated human studies graduate school using yoshida-minami konai : graduate school of human and environmental studies attached facilities using yoshida-minami konai : academic center for computing and media studies ( south building ) , center for the promotion of excellence in higher education , and so on access : on foot , it takes 15 minutes both from demachiyanagi station of keihan oto line and from marutamachi station of keihan line , or by kyoto city bus , you should get off at " kyodai shomon-mae " or " konoedori " . many lines of kyoto city bus bring you to these two stops from other stops in kyoto city , such as kyoto station , kawaramachi station , and imadegawa station . this campus is sometimes called by its former name " sojin campus " . or more simply , " yoshida campus " . the common subjects are mostly lectured here , so freshmen of all faculties spend most of their time in this campus . this might explain why bills and standing signboards , recruiting students to join the club or sending political messages , are noticeable here . yoshida south campus academic center building ( formerly , faculty of integrated human study 's a building ) stands at the place where the professor orita 's statue once had existed in front , but the reconstruction of the building totally changed the atmosphere around here . in its courtyard , there are two pine trees ( " nihonmatsu " in japanese ) , which are the origin of the place 's name here . the sports clubs do their activities in the ground or in the tennis court of this campus . kyoto university 's yoshida-ryo ( dormitory ) exists within the same premises . in 2004 , lawson opened its convenience store , the first one as the private company in the national university , at the basement of the yoshida south campus academic center building . seibu konai ( west campus ) faculty using seibu konai : none graduate school using seibu konai : none attached facilities using seibu konai : sports gymnasium , west hall , and others . access : on foot , it takes 10 minutes from demachiyanagi station of keihan oto line , or by kyoto city bus , you should get off at " kyodai seimon-mae " or " hyakumanben " . many lines of kyoto city bus bring you to these two stops from other stops in kyoto city , such as kyoto station , kawaramachi station , and imadegawa station . there is no lecture room or laboratory , so this campus is used merely for sports classes or extracurricular activities . there stands a building for clubs in front of west hall . this building gets so old that its reconstruction is planned , but it 's not materialized owing to the dispute between students and the university authorities over how to control the new building . the ceremony of entrance , graduation , degree conferment , and others , are held at sports gymnasium . igakubu konai ( faculty of medicine campus ) faculty using igakubu konai : faculty of medicine ( department of medicine ) graduate schools using igakubu konai : graduate school of medicine , and ( a part of ) graduate school of biostudies attached facilities using igakubu konai : radiation biology center , radioisotope research center , and center for women researchers access : on foot , it takes 10 minutes from marutamachi station of keihan oto line , 15 minutes from demachiyanagi station of the same line , or by kyoto city bus , you should get off at " konoedori " or " kyodai seimon-mae " . many lines of kyoto city bus bring you to these two stops from other stops in kyoto city , such as kyoto station , kawaramachi station , and imadegawa station . it 's also called " nanbu konai ( south campus ) " . the whole area is occupied with facilities related to medicine . yakugakubu konai ( faculty of pharmaceutical sciences campus ) faculties using yakugakubu konai : faculties of pharmaceutical sciences , and medicine ( department of health science ) graduate schools using yakugakubu konai : graduate schools of pharmaceutical sciences , and asian and african area studies attached facilities using yakugakubu konai : institute for frontier medical sciences , center for southeast asian studies , institute for virus research , and university hospital ( byoin nishi konai ) access : on foot , it takes 5 minutes from marutamachi station of keihan oto line , or by kyoto city bus , you should get off at " kawabata marutamachi " , " koujinbashi " , or " konoedori " . many lines of kyoto city bus bring you to these three stops from other stops in kyoto city , such as kyoto station , kawaramachi station , and imadegawa station . in yoshida campus , this is the last area that was enlarged for the university . so it 's used by relatively new institutes and other organizations . some sports and music clubs do their activities here . byoin konai ( university hospital campus ) faculty using byoin konai : none graduate school using byoin konai : none attached facility using byoin konai : university hospital ( byoin higashi konai ) access : on foot , it takes 10 minutes from marutamachi station of keihan oto line , or by kyoto city bus , you should get off at " kumano jinjya-mae " or " konoedori " . many lines of kyoto city bus bring you to these two stops from other stops in kyoto city , such as kyoto station , kawaramachi station , and imadegawa station . in general , there is no student here . the university of the air sets its parabolic antenna at the higashioji street side of this campus . trouble of congestion in yoshida campus , especially in main and yoshida-south campus , many buildings stand side by side in small premises , so the path between the buildings is narrow and there is little space for parking . that 's why it 's strictly restricted to drive a car into the campus and park it . the running of a motorcycle within the campus is also regulated . and so , many students go to school by bicycle , but again , they are annoyed with a chronic lack of the bicycle parking lot , and some of them put their bicycles outside of the lot , which become traffic obstacles in some cases . and there is no end to minor collisions between a bicycle and a pedestrian . disaster prevention just outside of the east edge of the campus , hanaori fault runs along . when this fault triggers the earthquake , its damage will be tremendous , so rapid seismic strengthening works of the buildings are under way . relics in yoshida campus , many relics of the past from the jomon to edo period have been found . relics listed below are the major ones . kitashirakawa-oiwakecho relics ( jomon period ) : in north campus relics of rice fields in the yayoi period : in yoshida-south campus and others the hole used for casting buddhist temple bells ( heian period ) : in yoshida-south campus the mound for cremation ( heian period ) : in north campus relics of shirakawado street ( from medieval to early modern ages ) : in main campus and others the relics of the residence of tosa-han clan ( the last days of the tokugawa shogunate ) : in north campus cultural properties in the campus , there still remain a lot of buildings established in the period from meiji to early showa , which are precious heritages that teach us the character of architecture in each period . buildings listed below are registered national tangible cultural properties . the front gate of main campus ( formerly , the front gate of third advanced junior high school ) : it was established in a.d.1893 ( meiji 26 ) . in main campus the front gate of faculty of integrated human studies ( formerly , the front gate of third high school ) : it was established in a.d.1897 ( meiji 30 ) . in yoshida-south campus sonjo-do : established in a.d.1903 ( meiji 36 ) in main campus faculty of letters exhibition hall : established in a.d.1914 ( taisho 3 ) in main campus the front gate and the gatehouse of the faculty of agriculture : they were built in a.d.1924 ( taisho 13 ) . in north campus rakuyu kaikan : established in a.d.1925 ( taisho 14 ) this is the alumni association 's building , which celebrates its 25th anniversary from foundation this year . in yoshida-south campus documentation and information center for chinese studies ( formerly , kyoto institute of eastern culture under the control of the ministry of foreign affairs ) : it was established in a.d.1930 ( showa 5 ) . in north campus the former administrative bureau 's office of the forest station attached to the faculty of agriculture : it was built in a.d.1931 ( showa 6 ) . in north campus and , some characteristic buildings also exist , though not registered as cultural assets . student affairs department of kyoto university health service : the building had been established in a.d.1898 ( meiji 31 ) , and the second floor was built onto it in a.d.1922 ( taisho 11 ) . it stands in main campus . formerly , this place was used as classroom of physics and petrochemistry , and has produced several nobel prize winners who studied those subjects , so it 's nicknamed " building of nobel prize " . the main hall of the anatomy class of the faculty of medicine : it was built in a.d.1901 ( meiji 34 ) . in faculty of medicine campus the former assembly room of the third high school : it was built in a.d. 1911 ( meiji 44 ) . in yoshida-south campus surroundings mainly along imadegawadori street and higashioji street , old book stores , restaurants , cafes and the like stand , contributing to the atmosphere of the student town . around the campus , there exist many things related to the teaching staff and students , such as , " tetsugaku no michi ( path of philosophy ) " related to kitaro nishida , the great philosopher and the professor of kyoto imperial university , and the monument in mt . yoshida inscribed with the words of " shoyo no uta ( song of wandering kyoto ) " . hyakumanben , used as the nickname of kyoto university in novels and others , originates from chion-ji temple ( formally , daihonzan hyakumanben chion-ji temple ) , neighboring the campus . uji campus faculty using uji campus : none graduate schools using uji campus : graduate school of engineering , agriculture , energy science , and informatics ( not all , their partial departments ) attached facilities using uji campus : research institute for sustainable humanoshere , institute for chemical research , institute of advanced energy , disaster prevention research institute , institute of sustainability science , and pioneering research unit for next generation access : on foot , it takes 5 minutes both from obaku station of jr nara line and from obaku station of keihan uji line . the campus was founded in 1947 , utilizing the site of the japanese army 's powder magazine . from 1950 to 1960 academic year , lectures had been given to freshmen of the college of liberal arts and sciences . and now , there is no lecture of the faculty here . ( but exceptionally , some intensive lectures are held in uji campus , which are commonly taught in all faculties during the summer vacation or other occasions . for example , " a guide to beam science " is given to students by institute of chemical research . ) some laboratories ' seniors in faculties of engineering , agriculture and others , do their studies for graduation in this campus . katsura campus faculty using katsura campus : none graduate school using katsura campus : graduate school of engineering ( divisions of electric , chemical , architectural and global engineering ) attached facility using katsura campus : international innovation center access : keihan kyoto kotsu , yasaka group , and kyoto city bus ( all bus lines ) are available , and you should get off at the stop of " katsura innovation park-mae " , " kyodai katsura campus " , or " katsura goryozaka " of those bus lines . about keihan kyoto kotsu , most buses start from katsura station of hankyu kyoto line , and about yasaka group and kyoto city bus , all buses start from mukomachi station of jr . in 1990s , two campuses , yoshida and uji , became too cramped , so the construction of " the third campus " was planned . initially , the southward of kyoto prefecture , and somewhere in shiga prefecture , were picked up as candidate sites , but kyoto city proposed " katsura goryozaka " , which was developed as the residential area , so they selected this place in the end . in 2003 , divisions of chemical and electric engineering transferred here completely and began to utilize this campus . the campus is divided into four " clusters " from a to d , and part of cluster c and d are still under construction as of 2006 . in addition , there exists a project that the tozai line , one of kyoto municipal subway lines , will extend its line to the place around katsura campus , but its date and other concrete agendas are undecided yet . the transportation between the campuses a shuttle bus for the students and teaching staff is available between the campuses . the bus makes 6 round trips a day between yoshida ( main campus ) and uji ( this line is commonly called " uji bus " ) , 7 round trips a day between yoshida and katsura , and 3 round trips a day between uji and katsura respectively , and each trip needs around from 50 minutes to one hour . but the students complain the traffic jam and others make it difficult to keep the punctual service , and that the last bus starts so early they have to use the public transportation after that . university cafeterias , operated by kyoto university co-op , say they have the largest number of menus in all universities in japan . especially , they have many kinds of parfaits that are rare in other university cafeterias . " lune " , the cafeteria near the west hall , serves parfaits as many as 16 kinds regularly , and including seasonal ones , it 's checked to have about 40 kinds of parfaits for now . and " brucke " , the café set up next to the " nanbu restaurant " , also has unique parfaits . parfaits are also available at " chuo restaurant " , " yoshida restaurant " , and " camphora " , which operates in main campus . student dormitories student dormitories of kyoto university are allowed wide-ranging activities of autonomy . and yoshida-ryo is the oldest student dormitory in japan of all national university corporations ' ones . yoshida-ryo for details , please refer to the official website of kyoto university 's " yosida-ryo " . kumano-ryo the buildings are four-storied ferroconcrete ones . kumano-ryo consists of building a , b , c , and the restaurant . about 350 people , kyoto university students , their families , and others , are living here . joshi-ryo ( women 's dormitory ) available to women students only muromachi-ryo available to graduate students b main page b information about the entrance examination of kyoto university notes students and others call the faculty of medicine " kyo-i " , the faculty of engineering " kyo-ko " , and the faculty of science " kyo-ri " respectively . kyoto university was one location of " galileo " ( tv drama ) , based on keigo tono 's novel , " detective galileo " . +university ryuku university originated from " gakuryo " , an educational facility , set up by nishi hongan-ji temple in a.d.1639 , and has a long history of an university under the old system based on the imperial order of university . as an university , it has 8 faculties and about 20,000 students . spirit of foundation " seeking for truth , living in truth , and revealing truth " additionally , ryukoku university put forward 5 objectives , " equality " , " independence " , " introspection " , " gratitude " , and " peace " , as the plain summary of the spirit of the foundation , which is based on the jodo shinshu teachings . since the university started in the form of " gakuryo " and then " gakurin " in the edo period , it has accumulated academic acievements and historical materials about buddhism and has produced many religious scholars and famous buddhist priests . some students of the general school had voluntarily launched the " hanseikai magazine " as a journal for a social reform campaign in a.d.1887 , and this magazine was retitled " chuokoron " in a.d.1899 and has been developed as a general interest magazine until today . omiya library has a lot of collections that otani expedition party brought back from the silk road , the ancient trade road in central asia , and also has many precious books from inside and outside of japan , including those granted by nishi hongan-ji temple and designated as national treasures and important cultural assets . " nagao library and collections " in fukakusa library owns more than 70 % of the records of japanese companies ' history , issued from the last days of the tokugawa shogunate to 1985 , and it has now about 16,800 pieces of materials including the added collections . they are valuable reseach stuff for faculty of economics and business administration . " ryukoku extension center ( rec ) " , the center of collaboration among enterprises , the government & municipal offices , research agencies , and others , engages in various activities , such as getting patents on the achievements of reseach and holding seminors for the general public . ( for details , please refer to the heading of ryukoku extension center . ) five buildings of the university , including central , north , and south hall of omiya campus , are designated as the national important cultural assets because of their modern style of architecture in the meiji era . in 2005 , ryukoku university got " aa- ( double a minus ) " ( ranking 4 among 21 schools ) from rating & investment information , inc . ( r & i ) for the financial index of the university corporation and has kept the same rank continuously for three years up to 2007 . the school color is purple . in a.d.1639 , it was founded as gakuryo of nishi hongan-ji temple . in a.d.1650 , seijo ( school rules ) of gakuryo was established . in a.d.1655 , gakuryo was ordered to dissolve by the tokugawa shogunate because of the dispute in syo 'o over the jodo shinshu teachings . and gakuryo was renamed gakurin . in a.d.1788 , gakurin burned down in the big fire that broke out in kyoto city . in a.d.1792 , the hall of gakurin was rebuilt . in a.d.1867 , the reform of gakurin started . in a.d.1869 , the course of hajagaku ( christianity ) was started . in a.d.1871 , the site of gakurin was transferred to shichijyo-dori omiya in shimogyo ward . and the courses of naigaku ( study of the buddhism ) , kogaku ( native studies ) , and kangaku ( chinese studies ) were started . in a.d.1872 , the western learning of " the german language course " was started . in a.d.1875 , the european system of school was adopted . and the course of futugaku ( the general subject ) was started . in a.d.1876 , gakurin was renamed daikyoko . in a.d.1879 , some buildings in omiya campus were completed , such as central , south and north hall , and main gate , which are all still in use , and former station of custodian . in a.d.1880 , the emperor meiji visited daikyoko . in a.d.1887 , some students in the general school voluntarily launched the " hanseikai magazine " ( the precedent of " chuokoron " today ) . in a.d.1888 , daikyoko was renamed daigakurin . in a.d.1900 , daigakurin was renamed bukkyo daigaku ( buddhist university ) . in a.d.1902 , bukkyo daigaku was divided into two , one was bukkyo senmon daigaku ( buddhist special university ) in kyoto and the other was takanawa bukkyo daigaku ( takanawa buddhist university ) in tokyo . in a.d.1904 , takanawa bukkyo daigaku was closed and integrated with bukkyo senmon daigaku . in a.d.1905 , bukkyo daigaku was approved by the imperial order of vocational college . in a.d.1922 , bukkyo daigaku was approved as the university ( under the old system ) by the imperial order of university and was retitled ryukoku university . in a.d.1928 , female students ' entrance was permitted for the first time . in a.d.1949 , ryukoku university restarted after the postwar reform of the school education system , and established the faculty of literature . in a.d.1953 , nishi hongan-ji temple donated otani expedition party 's collections to omiya library . in a.d.1960 , fukakusa campus opened in fushimi ward of kyoto city . in a.d.1961 , faculty of economics opened . in a.d.1962 , department of social welfare in junior college opened . in a.d.1964 , a group of western-style buildings ( central , south and north hall , main gate , former station of custodian , and others in omiya campus ) , set up inmeiji 12 , were designated as national important cultural assets . in a.d.1966 , faculty of business administration opened . in a.d.1968 , faculty of law opened . department of sociology in faculty of letters opened . in a.d.1969 , campus unrest broke out , causing fukakusa campus to be blockaded for 50 days . in a.d.1983 , " nagao library " , collecting records of japanese companies ' history , was purchased . in a.d.1985 , japanese culture and language program opened . in a.d.1987 , japan-u.s. international symposium was held in commemoration of 350th anniversary from the foundation of both ryukoku and harvard university . in a.d.1988 , the curriculum reform was implemented , and the semester and grade system was adopted . in a.d.1989 , seta campus was set up in otsu city of shiga prefecture , as a commemorative project of the 350th anniversary . and faculty of science and technology , and that of sociology opened . in a.d.1991 , ryukoku extension center ( rec ) opened . in a.d.1996 , faculty of intercultural communication opened . in a.d.1997 , faculties of letters , economics , and business administration started to hold classes mainly in the evening and the building of high-tech research center was completed ( in seta ) . in a.d.2001 , digital archives research center for classical documents as well as shikokan opened . in a.d.2005 , legal affairs research course of graduate school of law ( law school ) opened and tokyo office was set up . in a.d.2006 , ryukoku university berkeley center ( rubec ) opened in the state of california , u.s.a. 小学校教諭免許状取得支援制度 = > support system for getting teacher 's license of elementary school fukakusa campus ( fukakusa tsukamoto-cho , fushimi ward , kyoto city , kyoto prefecture ) omiya campus ( daiku-cho , shichijyo-dori omiya higashi-iru , shimogyo ward , kyoto city , kyoto prefecture ) seta campus ( yokotani , seta oe-cho , otsu city , shiga prefecture ) faculty of letters department of shin buddhism department of buddhist studies department of philosophy , philosophy course and educational studies course department of history , japanese history course , asian history course , and buddhist history course department of japanese language and literature department of english language and anglo-american literature faculty of economics department of contemporary economics department of international economics faculty of business administration department of business administration faculty of law department of law department of politics faculty of science and technology department of applied mathematics and informatics department of electronics and informatics department of mechanical and systems engineering department of materials chemistry department of media informatics department of environmental solution technology faculty of sociology department of sociology department of community management department of community social welfare department of clinical social welfare faculty of intercultural communication department of intercultural communication graduate school of letters ( master 's degree program and doctor 's degree program ) graduate school of economics ( master 's degree program and doctor 's degree program ) graduate school of business administration ( master 's degree program and doctor 's degree program ) graduate school of law ( master 's degree program and doctor 's degree program ) graduate school of sociology ( master 's degree program and doctor 's degree program ) graduate school of science and technology ( master 's degree program and doctor 's degree program ) graduate school of intercultural communication ( master 's degree program and doctor 's degree program ) legal affairs research course ( first professional degree 's program , law school ) special course for foreign students there are students from 27 countries worldwide . junior college libraries of ryukoku university comprehensive research center for humanities , science , and religion research institute for buddhist culture research institute for social sciences joint research center for science and technology institute for international society and culture high-tech research center ryukoku university volunteer npo activity center digital archives research center for classical documents corrections and rehabilitation research center local human resources and public policy development system open research centre ( lorc ) open research center for humanities , science , and religion open research center for the study of satoyama and community life afrasian center for peace and development studies chikokan ( afrasian research building ) intellectual propety center ryukoku extension center ( rec ) shiga head office ( main hall ) kyoto branch office higashiosaka branch office tokyo office ( chiyoda ward , tokyo ) ryukoku university berkeley center ( rubec ) ( at berkeley in the state of california , u.s.a. ) minami dainichi field ( yamashina ward , kyoto city ) the storehouse of boats ( otsu city , shiga prefecture ) dormitories for overseas students ryukoku kaikan omiya-so mukaijima gakusei center lumiere mamiya international flat " ryukoku extension center " ( commonly called rec ) was founded in 1991 and in japan , it 's the first incubation facilities in which the university teams up with authorities and industries . in 2005 , the ministry of economy , trade and industry designated rec as the site of " network hub reinforcement project to support new businesses covering wide regions " . rec bases in shiga , controls branch offices in kyoto and higashiosaka , and has rental laboratories , which are almost the largest at scale in japan . rec has helped companies by , for example , setting up the loan system in cooperation with the local bank , and has made efforts to nurture them in the joint research and development , so rec was ranked the first in fiscal 2000 at the number of venture companies incubated in the university , and thereafter it has remained in the top group . there are 13 open patents . you can refer to them at intellectual property center . for the general public , it opens " rec community college " , presiding about 350 classes annually held in seta campus , tokyo , and elsewhere . the list below is about those projects adopted by the ministry of education , culture , sports , science and technology . project of establishing & upgrading high-tech research center graduate school of science and technology ( in fiscal heisei 8 , 13 ) research center for telecommunications systems ( in fiscal heisei 18 ) innovative materials and processing research center ( in fiscal heisei 18 ) project of academic frontiers ' advancement digital archives research center for classical documents ( since fiscal heisei 13 ) corrections and rehabilitation research center ( since fiscal heisei 14 ) afrasian center for peace and development studies ( in fiscal heisei 17 ) project of establishing & upgrading open research centers open research center for humanities , science , and religion ( since fiscal heisei 14 ) local human resources and public policy development system open research centre ( lorc ) ( in fiscal heisei 15 ) open research center for the study of satoyama and community life ( in fiscal heisei 16 ) support program for good practice as tackling contemporary educational needs " education centered on creating images of career " by junior college ( in fiscal heisei 17 ) " otsu enpawa net " , meaning the network that empowers the otsu community , by faculty of sociology ( in fiscal heisei 19 ) support program for good practice as unique university education " systematic education implemented before internship " by junior college ( since fiscal heisei 15 to fiscal heisei 18 ) " creation of new liberal arts ' education by like-minded universities " , jointly adopted with other universities ( in fiscal heisei 16 ) support program for improving graduate school education " making of international-level engineers equipped with eastern ethics " by graduate school of science and technology ( in fiscal heisei 19 ) " npo and regional government studies course " by graduate school of law ( in fiscal heisei 19 ) gakuyukai of ryukoku university is the organization that consists of its all students . anniversary of university 's founding and priest shinran 's birth-the executive committee gets organized and the anniversary is the second largest festival in ryukoku school festivals . kenshin week-gakuyukai 's section of religion mainly makes arrangements and holds the festival for about a week with the date of october 18th put in the middle . ryukoku festival-formally , this is what they call the school festival . other universities often gather charges in events such as a professional singer 's live songs , but in ryukoku festival , they are all free . academic cultural festival-gakuyukai 's academic cultural section mainly makes arrangements and holds cultural events all over the campus . the baseball club belongs to the kansai 6 baseball league and has produced graduates , including many professional players , club coaches of the high schools that took part in the high school baseball tounament at koshien stadium . the american football club , " sea horse " , had been in division 1 ( div . 1 ) of kansai collegiate american football association , but was relegated to division 2 after losing the play-off for the ticket of div . 1 against konan university 's team in 2007 . the rugby club had belonged to league a ( div . 1 ) of kansai collegiate rugby football association , but was relegated to league b after losing the play-off for the ticket of div . 1 against setsunan university 's team in 2007 . the cheerleading team , " baton cheer spirits " , has achieved grand prix 8 years in a row in kansai collegiate baton cheerleading contest . the instrument music club , once directed by yutaka sado , achieved the sixth , and consecutively the fourth , gold medal ( as of 2006 ) , in university category of all japan band competition . the skiing club , both men 's and women 's group , are in division 1 of all kansai collegiate skiing association . the track-and-field club produced a graduate holding the national record . the boat club has achieved the championship of , in the category of men 's four with a steersman , all japan rookies ' boat tournament ( two years in a row ) , asahi regatta , and kansai collegiate boat tournament ( four years in a row ) ( as of 2006 ) . 981,000 yen for faculty of letters , economics , business administration , law , intercultural communication ; 1,422,600 yen for faculty of science and technology ; 1,016,900 yen for faculty of sociology . from 33,000 yen to 34,000 yen collected additionally for an annual membership fee ( that of gakuyukai , shinwakai , and koyukai ) about one sixth of successful candidates accept this . available for general entrance exams of all faculties ( among those who scored more than 80 % in all ) in the first and second grade , students are exempted from the former half tuition . in the humanities ' faculties , the exemption is 731,000 yen ( the amount for two years ) . in the science 's faculties , the exemption is 949,000 yen ( the amount for two years ) . available for the examination , implemented by the national center for university entrance examinations , about all ryukoku faculties ( among those who got excellent scores in the exam ) in the humanities ' faculties , the exemption is 1,462,000 yen ( the amount for two years ) . in the science 's faculties , the exemption is 1,898,000 yen ( the amount for two years ) . koyukai of ryukoku university-this organization consists of ryukoku university graduates . it 's made up of 38 domestic and 3 foreign branches . shinwakai-this organization consists of the present ryukoku university students ' parents and guardians . it supports students through , for example , setting up an unique scholarship . ryukoku accountant society ( ras ) -this organization consists of certified tax & public accountants and other certified professionals who are ryukoku university graduates . ryukoku managers meeting-this organization mainly consists of corporate managers who are ryukoku university graduates . kyoryukai-this organization consists of teachers of junior high , high , and other schools who are ryukoku university graduates . public figures related to ryukoku university in ryukoku university , there is the section of religion that hosts events mentioned below . according to their importance , some measures , like no-lecture-day , are taken , but many ryukoku students are said to be ignorant of the very existence of events , because students ' attendance is voluntary . no-lecture-day was more frequent in the past , so ryukoku university was once directed to amend the curriculum lacking in school hours by the ministry of education , culture , sports , science and technology . buddhist service on priest shinran 's death date every month-held , in principle , on 16th every month , in omiya campus buddhist service on the day before priest shinran 's death date every month-held , in principle , on 15th every month , in fukakusa campus buddhist service on priest shinran 's birth date every month-held , in principle , on 21st every month , in seta campus annual buddhist service on priest shinran 's birthday-may 21st , also the anniversary of the university 's founding , is when all lectures are off all day . gakuyukai hosts the school festival , " anniversary of university 's founding and priest shinran 's birth " , on the same day . annual buddhist service for dedicating gratitude to priest shinran-october 18th is when lectures of some faculties and departments are off . morning ( early morning ) services-a.m. 8 : 45 every morning ( in omiya , fukakusa campus ) , a.m. 9 : 00 every morning ( in seta campus ) the academic exchange agreement the agreement with kyoto bar association this is the first agreement in japan concluded between the bar association and university , and based on it , faculty of law students can experience business in law firms as summer interns , and lawyers give live lectures in ryukoku university . comprehensive agreements over building up the community those with otsu city , shiga prefecture the agreements are the first ones in japan concluded between the administrative authorities and the university , promising cooperative ties over a wide range of activities , such as industry promotion , environmental protection , regional vitalization , and welfare work , and having objectives , like producing new business . the agreement of the cooperation the agreement with kyoto prefectural board of education this agreement is the first one in japan concluded between the board of education and the university , and its objectives are to exchange and vitalize human and intellectual resources mutually , to research and discuss the education cooperatively , and to make use of the result of those activities for enriching and developing the education both sides . the agreement with 29 municipalities , including kyoto and osaka city " course of researching npo and local administration " concluded with municipalities the cooperative agreements , which aim to accept ryukoku students and provide them with " the opportunity " of the practical education for upgrading and diversifying their public policies . the agreement of exchange was concluded with shiga university of medical science . ryukoku university belongs to kyoto graduate union of religious studies , along with doshisha universities and others . the agreement with bukkyo university , concluded over the study of the elementary school teacher 's license course , enables ryukoku students to get the license at graduation . ryukoku university concluded students ' exchange ( or academic ) agreements with universities listed below . the united states of america california state university , northridge university of california , davis missouri state university system institute of buddhist studies ( ibs ) beckman institute for advanced science and technology at the university of illinois university of hawaii at manoa buddhist study center ( bsc ) antioch college the united kingdom university of westminster university of newcastle upon tyne denmark university of aarhus sweden vaxjo university finland university of joensuu russia the institute of asian and african studies in m. v. lomonosov moscow state university ukraine national taras shevchenko university of kyiv poland warsaw school of economics germany university of duisburg-essen berlin university of technology france university of lyon university of caen spain autonomous university of barcelona university of valencia canada university of calgary australia rmit university murdoch university flinders university la trobe university new zealand christchurch polytechnic institute of technology mexico metropolitan autonomous university the people 's republic of china shanghai normal university fudan university east china normal university shanghai university renmin university of china dalian university of foreign languages sun yat-sen university jilin university chinese academy of social sciences shanghai institute of foreign trade school of international studies at peking university people 's academy of social sciences at xi 'an jiaotong university tsinghua university china agricultural university graduate school of xi 'an institute of light industry tongji university the republic of korea dong-a university chosun university sungkyunkwan university dongguk university wonkwang university chonnam national university guncho technical university the kingdom of thailand chulalongkorn university assumption university indonesia hasanuddin university kyoto women 's university heian junior high and high school attached to ryukoku university-in 2008 , its former name " heian junior high and high school " changed . hokuriku junior high and high school of hokuriku academy-the school having cooperative ties with ryukoku university sotoku junior high and high school-the school having cooperative ties with ryukoku university uenomiya junior high and high school-the school having cooperative ties with ryukoku university harvard university-as the 350th anniversary from their foundation came around almost the same year , harvard and ryukoku university jointly held the commemoration and the japan-u.s. international symposium . ryukoku university owns national treasures and important cultural assets listed below . " ruijyukoshu " , the book editting " man 'yoshu " , which is the oldest collection of waka in japan . buildings the central hall in omiya campus the north hall in omiya campus the south hall in omiya campus the former station of custodian in omiya campus the main gate of omiya campus ( including its pasage attached and two designs ) book " rihaku sekitokuko " , the letter written by rihaku , who was the ancient , great poet in china ( owned by omiya library ) . heian junior high and high school attached to ryukoku university hokuriku high school ( fukui prefecture ) concluded the agreement about the cooperation with ryukoku university . uenomiya high school ( osaka prefecture ) did the same . +college outline kyoto institute of technology ( kit ) has only one school , that is , school of science and technology , so it 's not that big in scale , but its education and research are unique in pursuing " practical science " based on creating products , ranging widely from the cutting-edge science and technology , such as biotechnology , material , information , and environment , to formative arts and design . and , having the departments related to art , kit tries " the fusion of science and art " through its organic education curriculum , attempting to become an international , sensibility-rich institute . history in 1899 , kyoto college of textile fibers was founded . in 1902 , kyoto college of technology was founded . in 1914 , kyoto institute of textile fibers was founded . in 1931 , kyoto institute of textile fibers was renamed kyoto institute of textile thread . in 1944 , kyoto college of technology was renamed kyoto vocational college of technology , and kyoto institute of textile thread was renamed kyoto vocational college of textile . in 1949 , based on two vocational colleges above , kit started as a college under the new system , and opened school of engineering and design , and school of textile science . in 1951 , technical college of kit was established within the premises . in 1992 , technical college of kit was closed . in 2004 , kit was transformed into the national university corporation by the national university corporation law . in 2006 , school of engineering and design , and school of textile science were united into school of science and technology . school of science and technology academic field of materials and life science applied biology biomolecular engineering macromolecular science and engineering chemistry and materials technology academic field of engineering design electronics information science mechanical and system engineering design engineering and management academic field of design science architecture and design integrated science and technology ( lectured mainly in the evening ) school of engineering and design department of electronics and information science department of chemistry and materials technology department of mechanical and system engineering department of architecture and design school of textile science department of applied biology department of polymer science and engineering department of design engineering and management graduate school of science and technology master 's programs mechanical and system engineering electronics and information science = > electronics = > information science chemistry and materials technology architecture and design design architectural design applied biology biomolecular engineering macromolecular science and engineering design engineering and management doctor 's programs materials and life science engineering design design science master 's program and doctor 's program advanced fibro-science education and research programs adopted support program for good practice as unique university education education program for nurturing new sense of engineering-based on artistic expressions ' practice and human science 's knowledge support program for good practice as tackling contemporary educational needs training of human resources and revitalizing community through kyoto brands-developing education programs and enlightening the general public over regional kyoto brands in cooperation with industry , university and the local government- training of creative , international specialists in engineering & design-from tradition to innovation , from kyoto to the world- number of students 4,393 in total 3,317 undergraduate school students ( including 759 females ) 1,076 graduate school students ( including 382 females ) " joint projects between students and teachers " are kit-sponsored activities in which its students and teachers team up for taking part in events or contests related to manufacturing held outside of kit . the activities started in 2006 . robocon trial project ( ) in april , 2006 , associate professor yuichi sawada proposed the project , and it started as a cooperative one between students and teachers . in june , 2006 , they took part in college category of nhk robot contest 2007 in tokyo . in the preliminary , they won with a score of 1-0 against chiba university 's team , and then won with the same score against kanagawa institute of technology 's team , so they were qualified for the championship tournament at the seventh rank . but in the championship tournament , they were defeated with a score of 30-0 against kanazawa institute of technology 's team , the champion 2007 . student formula project ( ) in autumn , 2005 , " grandelfino " was founded as a team for producing a student formula car by like-minded people in kit , gathered by its car club members , in summer , 2007 , grandelfino took part in student formula sae competition of japan . and its car managed to run till the end of the endurance check category of the competition , in which 28 teams did the same . it ranked the 52nd out of 61 teams . the team 's name grandelfino is a coinage made of the words " delfino " , an italian word for dolphin , and " grand " , meaning great or magnificent . note : for now , many kit students don 't know about the actual conditions of this project . matsugasaki festival it 's held over three days from the third friday until sunday every november . kit is off not only on those three days but on the day before and after the festival for its preparation and cleanup . people and organizations related to kit list of people related to kit public figures related to kit notes kit , shinshu university , and tokyo university of agriculture and technology , are praised as classic 3 textile colleges . kenichi fukui , the nobel prize winner , has ever acted as the president of kit . in fiscal heisei 19 , kit ranked the first of all national colleges at the number of successful candidates who took the test of the first-class registered architect . ( including private ones , kit ranked the 3rd . ) myo ( 妙 ) and ho ( 法 ) , known as " gozan no okuribi " , can be seen nearby from the campus . +under the prewar school educational system , third high school was one of the high schools that later became a foundation of the present kyoto university . the school was commonly called " sanko . " hikoichi orita was its first president . 1869 : seimi-kyoku was founded in osaka the school underwent continuous changes in structure and nomenclature . 1870 : institute of chemistry ( kagakusho ) → institute of science ( rigakusho ) → kaiseijo → 1872 : fourth university district no. 1 junior high school * → 1873 : third university district no. 1 junior high school → kaimei gakko → 1874 : osaka school of foreign languages → osaka english academy 1879 : osaka technical college 1880 : osaka middle school 1885 : it was reorganized as a branch school of a university , after which the third higher middle school ( dai san koto chugakko ) was established in 1886 . 1887 : okayama prefectural medical school became the third higher middle school medical faculty ( sakae-machi , okayama city ) . the main curriculum ( university preparatory education ) started . 1889 : third higher middle school was relocated from higashi-ku ( present-day chuo-ku ) , osaka city to kamigyo-ku ( present-day sakyo-ku ) , kyoto city . the college of law was also founded in addition to the already established college of medicine . 1893 : the third higher middle school was elevated to status as the third high school . the main curriculum ( university preparatory education ) and preparatory course were abolished . the college of engineering was established . a preparatory course was re-established for the kyoto imperial university , which was to be founded in 1897 ( thus restoring university preparatory education ) . the colleges of law and engineering closed . ( the ordinance was issued in 1901 . ) 1901 : college of medicine was transformed into okayama university . 1949 : along with the former kyoto university ( called kyoto imperial university until 1947 ) and the medical specialization division of kyoto university , third high school came to be included in the present kyoto university as its branch school ( bunko ) and provided education in the liberal arts . 1950 : the third high school was abolished once the last of its students had graduated . 1954 : the branch school was renamed the college of liberal arts and sciences . 1991 : in the course of reforming the college of liberal arts and sciences , the graduate school of human and environmental studies was established . 1992 : the college of liberal arts and sciences was reorganized as the faculty of integrated human studies . the college of liberal arts and sciences was abolished . 2003 : the faculties of integrated human studies and human and environmental studies were merged . * see education system order +the doshisha is an educational institution , which includes doshisha university and doshisha women 's college of liberal arts . founded by joseph hardy neesima ( jo niijima ) in 1875 , the doshisha had nine educational institutions as of april 2005 , ranging from kindergarten to university , all of which use the name " doshisha . " these are christian institutions that are run based on the principles of protestantism ( congregationalism ) . approximately 36,000 students were studying at the doshisha as of april 2004 . at present , rating and investment information , inc . ( r & i ) rates the doshisha at < aa + > . < aa + > is the second-highest rating out of 21 ratings . it has the highest rating among the educational institutions , along with waseda university and keio university . the doshisha was founded on the sprit of " conscience , " based on the spirit of christianity . joseph hardy neesima defined a goal of nurturing " those who use their abilities as conscience dictates . " he wanted to send " graduates filled with conscience " into the world by providing an education based on christian values and thereby fostering well-balanced individuals . some memorial monuments on which his ideal of education has been inscribed in his own handwriting are housed at several educational institutions , such as doshisha university . on these monuments one can see the following words : " i earnestly desire that many young people filled with conscience will be raised and sent out by our school . " additionally , the doshisha established the fundamental educational ideals of " christian principles , " " liberalism " and " internationalism " in order to achieve the education of " conscience " ; through these ideals the doshisha seeks to send forth those who are " the nation 's conscience . " the doshisha is an educational institution based on protestantism , and it has a lineage of the congregational church . however , it is different from other christian universities in that it doesn 't seek to preach christianity as a main goal of education . in 1875 , joseph hardy neesima , one of the six great educators of the meiji era , established the doshisha english school , which ultimately became the present doshisha . 1875 : joseph hardy neesima established doshisha english school at marutamachi , teramachi-dori street , kyoto prefecture . there were two teachers and eight students . 1876 : the campus was relocated from teramachi to imadegawa . 1877 : in april , doshisha bunko nyokoba was established and in september it was renamed as the doshisha girls ' school . 1883 : the rules of the school were established . 1887 : the doshisha hospital and kyoto training school for nurses were established . 1888 : " the goal in establishing doshisha university " was published in major newspapers and magazines . 1890 : the doshisha harris science school was established . 1891 : the doshisha school of political science and law was established . 1896 : the general school was renamed as the doshisha higher general school . the doshisha junior high school ( doshisha jinjo chugakko ) was established . 1897 : m. f. denton established demachi kindergarten . 1900 : demachi kindergarten was renamed as imadegawa kindergarten . 1904 : doshisha divinity school and doshisha college were established in accordance with the acts of colleges . the doshisha school of political science and law was abolished . 1906 : doshisha hospital and the kyoto training school for nurses were abolished . the doshisha harris science school was abolished . 1912 : doshisha university ( preparatory school , school of theology , faculty of political science and economics , and department of english ) and the advanced course of doshisha girls ' school ( the departments of english and home economics ) were approved under the acts of colleges . 1920 : doshisha university was approved under the university ordinance . 1922 : doshisha university was reorganized as a professional school under the acts of colleges . 1943 : doshisha junior high school was approved under the junior high school ordinance . 1944 : the doshisha engineering college was established . 1947 : imadegawa kindergarten was renamed as doshisha kindergarten . 1948 : the university , high school , commercial evening high school and girls ' high school were approved under the new school system ordinance . 1951 : doshisha incorporated kori school and therewith opened the doshisha kori junior and senior high schools . 1976 : the doshisha commercial senior high school was abolished . 1980 : the doshisha international junior and senior high schools were established . 1986 : the tanabe campus ( the present-day kyotanabe campus ) was opened . 1988 : the doshisha international junior and senior high schools were established . 2006 : doshisha elementary school was established . educational institutions included in the doshisha and other related schools university doshisha university ( imadegawa campus , muromachi campus , shinmachi campus , kyotanabe campus and gakken toshi campus ) doshisha women 's university ( imadegawa campus and kyotanabe campus ) high school doshisha high school junior and senior high school doshisha girls ' junior and senior high school doshisha kori junior and senior high school doshisha international junior and senior high school junior high school doshisha junior high school elementary school doshisha elementary school ( affiliated with doshisha university ) kindergarten doshisha kindergarten others ( not included in the doshisha but related educational institutions ) niijima gakuen junior and senior high school niijima gakuen junior college doshisha english school doshisha harris science school doshisha school of political science and law doshisha junior high school ( doshisha jinjo chugakko ) doshisha junior college doshisha women 's junior college doshisha commercial high school doshisha international elementary school doshisha biwako retreat center it is a venue for " christian education and international exchange , " having been constructed as a project to commemorate the doshisha 's 125th anniversary . it houses accommodations and athletic facilities that students and others related to the doshisha can use for seminars and club activities . neesima hall this hall is located in the courtyard at the residence of doshisha founder joseph hardy neesima . it consists of a main building and its annex , being used by alumni . social connection the doshisha has the following cultural properties : the doshisha has the following important cultural properties , as designated by the national government : architecture doshisha chapel ( doshisha university , imadegawa campus ) no. 1575 classification 1 , school architecture designated date : july 1 , 1963 completed in 1886 structure style : a one-story brick building with a mezzanine floor , basement , iron-sheet thatched roof and building area of 316.0 sq.m. it was designed by d. c. greene and completed in 1886 . this is an american-gothic brick building , with its iron-sheet thatched roof . it was built with a donation from the american board . this is the oldest brick protestant chapel still existing in japan . the builder was kichibei mikami , who was also in charge of building yushukan . it is famous for the beauty of its stained glass , which was described as the fallen " rays of five colored lights " in roka tokutomi 's novel , " black eyes and brown eyes . " the chapel was designated as a national important cultural property in 1963 , and was partly dismantled and repaired during the period from 1987 to 1990 . it is still used today , and services are held every week . moreover , it is permissible for those who are related to the doshisha to have wedding ceremonies there on weekends . it is the second chapel for the doshisha ( the first was made from wood ) . shoeikan ( doshisha junior high school ) designed by d. c. greene , it was completed in 1884 . it is an american-gothic brick building with a tiled roof . it was built with a donation from the american board . this is the oldest brick building still existing in japan . yushukan ( doshisha university , imadegawa campus ) no. 1575 classification 1 , school architecture designated date : may 21 , 1979 completed in 1887 type of structure : a two-story brick building with a basement floor and pantiled roof ( excluding the interior ) , with a building area of 352.3 sq.m. it was constructed as a library ( shosekikan ) in 1887 . at the time of its construction , this building was the largest school library in japan . it was designed by d. c. greene . kichibei mikami was a builder . it was the first doshisha university library . in 1928 , when emperor showa was in kyoto for the enthronement ceremony , a fire broke out in yushukan . the kyoto palace , where the ceremony was held , was beside the imadegawa campus of doshisha university , so the university authorities placed the guards in charge of protecting the campus . however , a large wooden brazier set in the office of the campus heated up , and a fire broke out . because of this , university president danjo ebina , a manager and a supervisor took responsibility and resigned . doshisha was cursed , as if it were a traitor to japan . the surviving framework of yushukan was to be removed , but goichi takeda , a builder of the doshisha girls ' school , recommended repairing and preserving the building . yushukan was finally preserved by making reinforced concrete walls ( wall thickness : 15 cm ) at inner surface of the outside walls . harris science hall ( doshisha university , imadegawa campus ) no. 1575 classification 1 , school architecture designated date : may 21 , 1979 completed in 1890 structure style : the building has a brick exterior and a pantiled roof . a laboratory is located in the northeast section of the building . building area : 587.0 sq.m. it was built with a donation from jonathan n. harris , of new london , connecticut , u.s.a. alex n. hansell , an english architect of the royal institute of british architects , designed it . this british-style brick building was completed in 1890 . it was designated as a national important cultural property on may 21 , 1979 . clarke memorial hall ( doshisha university , imadegawa campus ) no. 1575 classification 1 , school architecture designated date : may 21 , 1979 completed in 1894 structure style : the building has a brick exterior and a pantiled roof . a penthouse with a copper roof is located in the southeast section of the building . building area : 389.4 sq.m it has a specification of designated architecture , as well as an architect 's blueprint . it was built with a donation from mr. and mrs. b. w. clarke in memory of their son , who died young . this building is based on the german neo-gothic style , and its unique steeple is considered a symbol of doshisha university . it was called the clarke seminary when first established in 1894 , and it served as a center for theological education and research . it was designated as a national important cultural property along with a " blueprint " and a " specification of a newly constructed building " in may of 1979 . the building was under repair for preservation purposes from january 2003 to december 2007 . at the doshisha eve held in 2006 , people inscribed words on the beam that was to be used for the repair work ; the beam was said to be durable for at least 100 years . architecture amherst house ( doshisha university imadegawa campus ) registered no. 26-0200 type of structure : a reinforced concrete building of three stories having a basement floor and a slate roof , with a building area of 343 sq.m. completed in 1874 location : 632 imadegawa-dori street karasuma higashi iru sokokuji monzenmachi , kamigyo-ku , kyoto city , kyoto prefecture registered date : november 10 , 2005 date gazetted : december 5 , 2005 construction started on november 29 , 1931 . completed on march 20 , 1932 it is of new england georgian-style architecture and has a distinctively symmetrical outline . it was designated a registered tangible cultural property ( architecture ) on june 27 , 2005 . it has been used as a dormitory ( amherst dormitory ) but is now undergoing repair . doshisha keimeikan west wing ( doshisha university , imadegawa campus ) registered no. 26-0257 type of structure : a four-story brick and reinforced concrete structure having a slate roof and a breezeway , with a building area of 153 sq.m. completed in 1915 location : 602-1 genbu-cho , karasuma higashi-iru , imadegawa-dori street , kamigyo-ku ward , kyoto city , kyoto prefecture registered date : july 31 , 2007 date gazetted : august 13 , 2007 it was constructed as the second doshisha university library in 1915 . the designer was william merrell vories . when the present doshisha university imadegawa library ( the university 's third library ) was completed in december 1973 , this old library was renamed " keimeikan . " it was registered on july 31 , 2007 . doshisha keimeikan main building ( doshisha university , imadegawa campus ) registered no. 26-0256 type of structure : a five-story brick and reinforced concrete building with a slate roof and a building area of 406 sq.m. completed in 1920 location : 602-1 imadegawa-dori street karasuma higashi iru genbucho , kamigyo-ku , kyoto city , kyoto prefecture registered date : july 31 , 2007 date gazetted : august 13 , 2007 it was constructed as the second doshisha university library in 1920 . it was designed by william merrell vories . when the present doshisha university imadegawa library ( the university 's third library ) was completed in december 1973 , this old library was renamed " keimeikan . " it was registered on july 31 , 2007 . doshisha friend peace house ( formerly the doshisha hawaii dormitory ) doshisha women 's university , james hall ( doshisha women 's university , imadegawa campus ) doshisha women 's university , eiko-kan ( doshisha women 's university , imadegawa campus ) former estate of the lord of the satsuma domain ( doshisha university , imadegawa campus ) in the last days of the tokugawa shogunate there was a residence of the lord of the satsuma domain on the present imadegawa campus of doshisha university . the residence was relocated from nakagyo-ku , kyoto city in 1862 , and was used as a meeting place for those who were attempting to overthrow the shogunate . the former konoe estate ( doshisha university , shinmachi campus ) there was a residence of the konoe family , a court noble ( kuge ) and one of the regent families ( sekke ) in the vicinity of rinkokan , on the shinmachi campus of doshisha university . the part of the residence is now conserved in the basement of rinkokan . stone-paved historical site ( doshisha university , muromachi campus ) it was found during the excavations that were performed prior to the construction of kambaikan , on the muromachi campus , in 2002 . some earthenware dating from about the sixteenth century was found within the stone-paved site . according to " views in and around kyoto ( rakuchu rakugai zu ) " , the area around kambaikan was considered to have been the site of the muromachi estate ( muromachi dono ) , which the twelfth shogun yoshiharu ashikaga had reconstructed . identified as being the site that was portrayed in " views in and around kyoto , " the stone-paved site seems to be a part of a shrine located in the northeast section of the muromachi estate and a foundation of the reclaimed land in the southern section of the shrine . today one can see a part of the stone-paved site in its original condition at kambaikan . dinosaur track fossil ( doshisha university , imadegawa campus ) there is a fossilized dinosaur footprint located in a breezeway between amherst house and a guest house . this footprint came from the connecticut valley in the u.s. , and the fossil carries the following inscription : " footprints left in the sands of time . " it was sent from " the new world " to " the old world " to commemorate the long-standing bond between the doshisha and amherst , and between japan and the u.s. +doshisha women 's college of liberal arts is a protestant college comprising four faculties and ten departments , having been reorganized in 1949 as a successor of the former advanced course of doshisha girls ' school . the college has two campuses : the kyotanabe campus , which covers a vast area in suburban kyoto ; and the imadegawa campus , which is located in the heart of kyoto city . the " school regulations of the doshisha women 's college of liberal arts " were set forth on february 17 1942 , stating that the institution would provide education based on " christianity " with " internationalism " and " liberal arts " as its educational philosophies . the goal of the college was to educate women in the liberal arts , and it was given the english name " doshisha women 's college of liberal arts . " the college focuses on the study of waka , one of the japanese traditional cultures , and has acquired a reputation for its study among women 's colleges . joseph hardy neesima ( jo niijima ) opened a school for girls in 1876 ( later called the doshisha girls ' school ) , which was ultimately the predecessor of the doshisha women 's college of liberal arts . the school was within the kyoto imperial palace park , and it was also the residence of the doshisha 's teacher davis , in which former court nobility ( the yanagihara family , from which emperor taisho 's mother came ) had lived . even in those days neesima knew the importance of offering education for women , and this led him to establish a college for women ( at the time , doshisha university was for men only ) . 1876 : doshisha girls ' juku was established . 1877 : doshisha bunko nyokoba was reopened as a successor of the doshisha girls ' juku . in september of the same year it was renamed as the doshisha girls ' school . 1930 : the advanced course of doshisha girls ' school was founded . 1949 : the advanced course of doshisha girls ' school was abolished , and doshisha women 's college of liberal arts ( with the departments of english literature , music and food science ) was founded . 1967 : the faculty of home economics ( including the departments of home economics and food science ) was founded . 1986 : the tanabe campus ( the present-day kyotanabe campus ) was opened . 1986 : doshisha women 's junior college ( including the departments of english and american language , japanese language , and literature ) was founded . 1989 : the faculty of the liberal arts department of japanese language and literature was founded . 2000 : the faculty of the contemporary social studies department of social system studies was founded . 2002 : the faculty of the liberal arts department of information and media was founded . 2003 : doshisha women 's junior college was abolished . 2004 : the faculty of the contemporary social studies department of childhood studies was founded . 2005 : the faculty of the pharmaceutical sciences department of clinical pharmacy was founded . 2007 : the faculty of the liberal arts department of international studies was founded . 2009 : the faculty of the culture and representation departments of japanese language and literature , as well as english , are scheduled for establishment . imadegawa campus ( imadegawa-dori teramachi nishi-iru , kamigyo-ku , kyoto city ) kyotanabe campus ( kodo , kyotanabe city , kyoto prefecture ) emblem the emblem of doshisha women 's college of liberal arts has three triangles , which are also featured in the emblem of the doshisha , and under these triangles there are the letters " dwcla " ( which together stand for doshisha women 's college of liberal arts ) . school color purple ( a medium color between tyrian purple and edo purple ) and white it is the same school color as that of amherst college , where the founder , joseph hardy neesima , studied . the college song words by kunitomo emori and music by kazuko hara faculty of liberal arts the department of japanese language and literature ( which is to be reorganized as the faculty of culture and representation department of japanese language and literature in 2009 ) the department of english ( which is to be reorganized as the faculty of culture and representation department of english in 2009 ) department of music major in music performance major in music culture department of information and media department of international studies faculty of contemporary social studies department of social system studies department of childhood studies the faculty of human life and science the department of human life studies department of food science and nutrition major in food science major in food science and dietetics faculty of pharmaceutical sciences department of clinical pharmacy graduate school of literary studies english japanese studies information and cultural studies the graduate school of human life and science food science and nutrition studies lifestyle design studies graduate school of international social system studies international social system studies doshisha women 's college library the center for promotion of academic research center for educational development the doshisha women 's college of liberal arts was not chosen for the 21st century center of excellence program and academic research promotion work in private universities . like doshisha university , doshisha women 's college of liberal arts holds " doshisha eve " on the imadegawa campus every year for three days prior to november 29 , which is the anniversary of the founding of the doshisha english school . all the doshisha schools once celebrated " doshisha eve " together , but since the 1950s each school has come to hold its own festival , and in 1962 " doshisha eve " at doshisha women 's college of liberal arts was officially approved as a university festival . doshisha women 's college of liberal arts has an alumni association called " vine , " in which all graduates are included . the word " vine " means a " climbing plant " or " grapevine " in english , and the alumni association was named after it in the hope of fostering a connection between the university and its graduates . faculties using the kyotanabe campus : the faculties of contemporary social studies , liberal arts and pharmaceutical sciences graduate schools using the kyotanabe campus : the graduate schools of literary studies and international social system studies affiliated institution : kyotanabe library access : katamachi line ( gakken toshi line ) doshisha-mae station ; kintetsu kyoto line of kintetsu corporation kodo station the tanabe campus was opened in 1986 as a part of the kansai science city , and in 1999 it was renamed as the kyotanabe campus . it has a huge land area , and is located next to the doshisha university kyotanabe campus and doshisha international junior and senior high school . faculties using the imadegawa campus : the faculties of human life and science , culture and representation ( scheduled to open in the 2009 academic year ) graduate school using the imadegawa campus : the graduate school of human life and science affiliated institution : imadegawa library access : karasuma line of the kyoto city subway line imadegawa station ; keihan oto line of the keihan electric railway demachiyanagi station . the imadegawa campus was constructed on the former estate of the nijo family , one of the five regent families . it is located next to doshisha university imadegawa campus , doshisha girls ' junior and senior high school , doshisha kindergarten and sokoku-ji temple . also , eiko-kan and james-kan within the campus have been registered as tangible cultural properties . james-kan , designed by goichi takeda , was completed in 1914 . agreement with kyotanabe city as one of the regional collaboration programs , kyotanabe city established an agreement with doshisha women 's college of liberal arts , doshisha university , and doshisha international junior and senior high school to work together in a wide range of activities . ana strategic research institute co . , ltd . doshisha university only for students in their sophomore year or above the open university of japan the consortium of universities in kyoto ferris university japan women 's university nara medical university agreements with overseas institutions chatham college ( u.s.a. ) fairfield university ( u.s.a. ) mary baldwin college ( u.s.a. ) smith college ( u.s.a. ) sweet briar college ( u.s.a. ) wells college ( u.s.a. ) lancaster university ( u.k. ) royal holloway , university of london ( u.k. ) university of warwick ( u.k. ) university of victoria ( canada ) universitat des saarlandes ( germany ) griffith university ( australia ) beijing university ( china ) seoul women 's university ( korea ) osaka shin-ai jogakuin high school baika senior high school seibo gakuin high school osaka jogakuin senior high school like doshisha women 's college of liberal arts , there are other educational institutions affiliated with the doshisha . university doshisha university high school doshisha high school junior and senior high school doshisha girls ' junior and senior high school doshisha kori junior and senior high school doshisha international junior and senior high school junior high school doshisha junior high school elementary school doshisha elementary school kindergarten doshisha kindergarten gakko hojin niijima gakuen niijima gakuen junior and senior high school niijima gakuen junior college social association cultural properties registered tangible cultural properties architecture james-kan eiko-kan doshisha girls ' junior and senior high school is not affiliated with the doshisha women 's college of liberal arts but with the doshisha ; therefore , no school is affiliated with doshisha women 's college of liberal arts . +otani university is based on the philosophy of otani-ha shin buddhism . overview otani university was originally built as a seminary within the grounds of higashi hongan-ji temple in 1665 . in 1678 the seminary was relocated to the shoseien , an annex of higashi hongan-ji temple , with the donation of building materials ; subsequently , in 1755 it was increased in size , relocated to takakura-dori uontana ( gojo kudaru ) and renamed " takakura gakuryo . " in 1868 gohojo was added for research and education in fields other than buddhist studies . takakura gakuryo was divided into shinshu university and shinshu takakura daigakuryo in 1896 ; moreover , shinshu university was relocated to sugamo , tokyo , where it was reopened in 1901 under its first president , manshi kiyozawa . in 1911 the two educational institutions were again integrated , being renamed shinshu otani university and returning to takakura-dori uontana ; and two years later the university returned to the place where it is now located . in 1923 otani university was founded for the study of the humanities in order to provide education in buddhist studies and related fields , under the former education school system . in 1949 it was reorganized under the new school education system . since its foundation , the university has maintained its scale and contents as a humanities-oriented university whose founding philosophy is to nurture those who firmly establish themselves in faith and have deep knowledge , doing so through in-depth research and the teaching of specialized subjects . prominent scholars such as daisetsu suzuki taught as professors at the university . the university has produced many buddhist philosophers and scholars who represent modern and postmodern japan , including ryojin soga , daiei kaneko and susumu yamaguchi . with their specialized knowledge , graduates are activity involved in diverse fields of endeavor as monks , teachers , librarians , curators , social welfare workers , editors and so on . the university 's library holds 740,000 books . the library is , in terms of both quantity and quality , one of the leading facilities for the study of the humanities in japan , exhibiting important domestic and foreign books that have been collected over many years ; today it continues to collect and exhibit academic books and important works in various subject fields . the university museum holds 12,000 cultural artifacts which are continuously exhibited . included in the collection are eight important cultural artifacts such as " sango shiki chu shu " ( written by kukai , annotated " sango shiki " ) ; " shunki " ( the diary of fujiwara no sukefusa , a noble of the heian period ) ; " senchakuhongan nenbutsu shu " ( a collection of buddhist invocations written by honen ) ; and " yuasa kagemoto kishinjo " ( a letter signed by myoe , a japanese buddhist monk ) . chronology 1665 : a seminary was established on the grounds of higashi hongan-ji temple . 1678 : the seminary was relocated to shoseien , an annex of higashi hongan-ji temple . 1755 : the seminary was relocated to takakura-dori uontana ( gojo kudaru ) . thereafter it was called " takakura gakuryo . " 1868 : gohojo was added to the seminary . 1896 : the seminary was divided into sinshu university and shinshu takakura daigakuryo . 1897 : kanjun urabe became the first dean of shinshu daigaku . 1899 : shinshu university was approved under the private school ordinance . jino sekine was accepted as the representative of the university . 1901 : shinshu university was relocated to sugamo , tokyo . manshi kiyozawa became the university 's first president . 1904 : shinshu university was approved under the professional school ordinance . 1911 : shinshu university and shinshu takakura daigakuryo were integrated and renamed as shinshu otani university . the university returned to takakura-dori uontana . 1913 : the university was relocated to its present site . 1923 : otani university ( faculty of letters ) was opened under the former university ordinance , and shinshu otani university was reorganized as a professional school . 1949 : otani university ( faculty of letters departments of buddhist studies , philosophy and history ) was approved under the new school system ordinance . 1950 : otani university junior college ( department of buddhist studies ) was founded . 1953 : master 's program ( graduate school of literature ) was established . 1955 : the doctoral program ( graduate school of literature ) was established . 1963 : the department of japanese literature was added to the junior college . 1965 : the faculty of letters was divided into six departments : shin buddhist studies , buddhist studies , philosophy , sociology , history and literature . 1966 : the department of early-childhood education was added to the junior college . 1981 : the shin buddhist comprehensive research institute was founded . 1992 : the department of japanese literature in the junior college was reorganized as the department of cultural studies . 1993 : the department of intercultural studies was added to the faculty of letters . 2000 : the department of humane informatics was added to the faculty of letters . 2000 : " a foundation monument of otani university " inscribed with the handwriting of president ichijo ogawa was placed in miyanaka park , located in sugamo , tokyo ( kamiikebukuro ) . 2001 : the korukan ( shin buddhist comprehensive academic center ) was completed . 2003 : university museum was established . 1 ) otani university considers that the relocation of shinshu university heralded the " modernization of the university " ; therefore , manshi kiyozawa was seen as " the first president . " faculty and department faculty of letters ( fields of study ) department of shin buddhist studies ( shin buddhist studies ) department of buddhist ( buddhist studies ) the department of philosophy ( western philosophy , ethics , philosophy of religion and educational studies ) the department of sociology ( contemporary sociology , cultural anthropology , study of social welfare and clinical psychology ) the department of history ( japanese history , history of japanese buddhism , east asian history and history of east asian buddhism ) the department of literature ( japanese literature , chinese literature , american and english literature , and german literature ) department of intercultural studies ( intercultural studies ) department of humane informatics ( human informatics ) otani university junior college ( departments and courses ) department of buddhist studies department of cultural studies ( cultural course / information course ) the department of early childhood education graduate school graduate school of literature master 's course ( shin buddhist studies , buddhist studies , philosophy , sociology , buddhist culture , and intercultural studies ) doctoral course ( shin buddhist studies , buddhist studies , philosophy , sociology , buddhist culture , and intercultural studies ) affiliated organization shin buddhist comprehensive research institute university museum affiliated facility otani kindergarten ( kobata ogurayama , uji city ) affiliated school kyushu otani junior college ( kurakazu , chikugo city , fukuoka prefecture ) otani junior and senior high school ( imagumano , higashiyama-ku , kyoto city ) about the facilities main campus ( koyama kamifusacho , kita-ku , kyoto city ) hakuso-kan [ main building ] ( president room , planning office , conference room , general affairs division , admissions office , human rights center , student counseling office , health care center , seminar rooms , faculty offices ) jingen-kan ( a registered cultural property completed in 1913 ) , the former main building : alumni association , alumni center , jigen-kan auditorium , classrooms ) koru-kan ( shin buddhist comprehensive academic center ) ( library , group reading rooms , comprehensive research room ( faculty of letters / graduate school ) , university museum , museology training room , shin buddhist comprehensive research institute , media hall , multimedia rooms , educational research support center , gallery , bookstore , school store ) auditorium ( big auditorium , big cafeteria , multipurpose hall , japanese and western common rooms , lounges , rehearsal room ) shijo-kan ( student support office ( student division , careers office ) , educational affairs office , counseling room for educational profession and social welfare ) monshi-kan ( faculty offices ) gymnasium ( arena , training gym , training rooms ) building no. 1 ( classrooms , information processing rooms , office of the otani academic society and others within the campus , student lounge , cafe terrace , " big valley " ( tearoom ) ) building no. 2 ( seminar rooms for the junior college ( departments of buddhist studies , cultural studies and early childhood education ) ; training rooms for music , art , child health and nutrition ; classrooms and faculty offices ) building no. 3 ( information processing laboratory ) ( studio for digital content creation , editorial office , digital data processing room , seminar rooms , classrooms ) clubhouse ( for the use of each club ) kosai campus ( ogoto , otsu city ) athletics grounds ( baseball field , soccer field , track-and-field stadium ) sub-ground tennis court training gym seminar house ( training rooms , practice rooms , accommodations ( japanese and western ) , dining room , big bathhouse ) dormitory kanren men 's dormitory ( omiya yakushiyama nishicho , kita-ku , kyoto city ) jito women 's dormitory ( matsugasaki goshonouchicho , sakyo-ku , kyoto city ) campus calendar april entrance ceremony orientation wakabasai ( a ceremony of welcome for new students ) june celebration of founder shinran 's birthday deadline for reporting graduation thesis titles ( faculty of letters ) , graduation research titles ( junior college ) and master 's thesis titles ( graduate school ) july first semester examinations august summer vacation september intensive courses , second-semester classes begin october foundation day graduation research submission deadline ( junior college departments of buddhist studies and cultural studies ) november shimeisai ( university festival ) recommendation entrance examination ( designated schools ) public application recommendation entrance examination ( methods a and b ) hoonko ( shinran memorial day ) deadline for submittal of graduation research ( junior college department of early childhood education ) december deadline for submittal of master 's thesis ( graduate school ) winter vacation january deadline for submittal of graduate thesis ( faculty of letters ) entrance examination using the national center test for university admissions second semester examinations oral examination for graduation thesis february general entrance examination , first term march general entrance examination , second term commencement +history 1872 : a temporary hospital was established on the grounds of shoren-in temple , which was located in awataguchi at the foot of kyoto higashiyama . 1880 : the hospital was relocated to kajiicho , kawaramachi-dori street hirokoji agaru , kamigyo-ku . 1903 : the hospital was reorganized as kyoto prefectural medical school under the medical school ordinance . 1921 : the kyoto prefectural university of medicine was founded under the university ordinance . 1952 : kyoto prefectural university of medicine was approved under the new educational system that was created in accordance with the school education law . 2002 : the college of medical technology was reorganized as the school of nursing . 2008 : the management of the university was transferred to the kyoto prefectural public university corporation along with kyoto prefectural university . campus kawaramachi campus ( professional education program of the school of medicine ) 465 kajiicho , hirokoji agaru , kawaramachi-dori street , kamigyo-ku ward , kyoto city hirokoji campus ( school of nursing ) 410 nakagoryocho , seiwain-guchi teramachi higashi iru , kamigyo-ku , kyoto city ( hirokoji-dori kawaramachi nishi iru , kamigyo-ku ) hanazono campus ( school of medicine pre-medical program ) 13 taishogun nishitakatsukasacho , kita-ku , kyoto city +outline of the university it is a four-year university , having been founded in 1968 at its present address as the foundation of kyoto seika junior college . currently , there are four undergraduate programs ( the faculty of art , faculty of design , faculty of manga and faculty of humanities ) and two graduate programs ( art studies and literature studies ) . the spirit of study ( school concept , philosophy , faith ) the philosophies on education are ' liberal autonomy , ' ' international principle , ' ' cohesive education ' and ' foundation of the human being . ' these philosophies have been carried forth from the past to the present , as when the university sponsored the school festival ' kino-sai ' and students held the school festival ' satsuki-sai . ' additionally , since the school 's founding they have been determined not to create an official school song , school badge and school gate . ( however , recently a school gate and security gate were built for security purposes . ) it is known as japan 's first university to organize a department dedicated to the study of manga . in 2000 , under the auspices of the ministry of education , culture , sports , science and technology , it established the manga cultural study center outside the school as well as the ' kyoto international manga museum , ' which is managed together with kyoto city for the study of manga and the collection , safekeeping and exhibition as an expression of culture and media . additionally , in 2004 , for purpose of developing and enhancing educational activities , the center for enhancement of teaching and learning was established in the school . based on the opportunity to achieve a certificated campus by iso 14001 , it has fostered an ' independent student ' program through the study of new educational systems and support for the activities of constructing an environmental management system , and has provided a practical educational program with the local and traditional industries in kyoto . moreover , these activities have often been adopted by the ' support program for distinctive university education , ' which supports the ministry of education 's activities for the reform of college education . history brief history in 1968 , the first president--the late seiichi okamoto--took the lead in founding kyoto seika junior college for the purpose of offering freedom from framework study and the restoration of the student council . the junior college started only the departments of english and art . in 1979 , the faculty of art was founded . the junior college department of art was abolished in the same year . ten years later , in 1989 , the faculty of literature was established and the junior college department of english literature was abolished . in 1993 , the graduate school was established in an effort to expand the school as a four-year university . timeline 1968 : kyoto seika junior college was established . 1979 : kyoto seika university 's faculty of art was established , and the junior college department of art was abolished . 1989 : kyoto seika university 's faculty of literature was established , and the junior college department of english literature was abolished . 2000 : the school established the manga course within the faculty of art as well as the department of environmental and social studies within the faculty of literature . 2001 : the school established the organization for human contact and opened the institute for writing and civilizations as well as the manga culture research center and research institute of video media . 2003 : it established the department of social and media studies and department of culture and art studies within faculty of literature 2004 : it established the research organization of environmental solutions , and opened the environmental business research center , environmental architecture research center and environmental management research center 2006 : the school established the faculty of design and the faculty of manga . education and study organization faculty faculty of literature department of social media department of environmental and social studies department of cultural expression studies faculty of art department of fine art oil-painting course ; nihonga ( japanese painting ) course ; sculpture course department of material expression ceramics course ; textile course department of media art printmaking course ; video and media arts course faculty of design department of visual design courses in graphic design , illustration and digital creation department of product design product communication design course ; interior product course department of architecture architecture course faculty of manga department of cartoon and comic art cartoon course ; comic art course department of animation animation course department of manga production manga production course graduate school graduate school of humanities ( master of arts ) literature course graduate school of art ( master of arts ' first semester / second semester ' ) art studies course research facilities environmental business research center environmental architect research center environmental management research center division of literacy division of first-year students in transition outdoor art space characteristic support program for university education auxiliary education for contribution to the social life of the independent student ( adopted in the 2004 academic year ) local related education programs operated through initiatives in the cultural industry ( adopted in the 2005 academic year ) for thinking " japanese literacy " education ( adopted in the 2006 academic year ) facilities campus 137 kino-cho , iwakura , sakyo-ku kyoto city , kyoto prefecture 606-8588 near kyoto seikadaimae station of eizan electric railway , kurama line approximately five minutes by school bus from kyoto city subway , kyoto city subway karasuma line , kokusaikaikan station near kyoto seikadaigaku-mae stop of kyoto bus # 40 , # 50 ( kokusai kaikan -ichihara ) outside the school facilities kutsuki house tango house international relations agreements with other universities affiliations cumulus is an international art university organization consisting mainly of art and design universities in europe ; its purpose is to encourage collaborative study and industry-university cooperation through means of an organizational network . kyoto seika university is the first member in japan . a member of the consortium of universities in kyoto +kyoto city university of arts is a public university which is located in nishikyo ward , kyoto , and is one of the premiere universities for arts and music in japan . foundation faculty of fine arts originates from kyoto-fu gagakko ( kyoto prefectural school of painting ) which was founded in 1880 . in june , the school was named nihon saisho kyoto gagakko " ( japan first kyoto-style art school ) by daijo-daijin ( grand minister ) , duke sanetomi sanjo . the opening ceremony for the school was held in the temporary school building at jugosato goten palace in kyoto gyoen national garden in july . in the background , various kyoto modern painters ' schools including the maruyama and shijo schools were on the verge of collapse because they lost their patronage upon transfer of the capital to tokyo , because they were , as traditional culture , treated disfavorably due to civilization and enlightenment . in order to get art activities back into shape , citizens voiced their desire to establish a modern ' school ' as a faculty for training artists , and the school was founded as a result of their enthusiasm . another purpose was to activate art circles that were closely related to traditional arts and crafts , which were the main industries of kyoto , in order to support the modernization of traditional arts and crafts . during the three-year term of training at kyoto prefectural school of painting , various japanese art schools including literati painting , yamato-e painting ( a traditional japanese style painting of the late heian and kamakura periods dealing with japanese themes ) , the kano school were taught . also , another purpose was to provide education in the design of crafts in order to encourage new industry , and it was history making for a school of that time to introduce western painting in educational courses . western painting was introduced as the technology art school in 1876 prior to the establishment of kyoto prefectural school of painting and was studied as an industrial technology for drawing construction plans rather than as art and culture , etc . while the study and research towards western painting was interrupted at the technology art school by ernest fenollosa , in contrast , the department of western painting had not been established for a long time in tokyo fine arts school , a school which was founded later , based on the will of fenollosa and tenshin okakura . reportedly , it used to be a center for modern kyoto painters in old days , and a large number of human resources were furnished to be located among industries such as ceramics , lacquer craftworks , and dyeing and weaving to invigorate industry . since meiji era , many japanese painters , oil painters , printmakers , ceramic artists , dyeing and weaving professionals , designers , musicians , and modern art artists have been trained here . in the past , kyoto city experienced financial difficulties , and the transition of the school to a national university was discussed however , a large donation was made towards the school by machi-shu ( townspeople ) and old families with a long history in kyoto in order to rescue the school ; this was a result of the strong compassion felt by kyoto citizens due to the financial collapse and after its integration with kyoto-shiritsu ongaku tanki daigaku ( kyoto city junior college of music ) , the school is still a city university thus far . history in 1880 kyoto-fu gagakko ( kyoto prefectural school of painting ) was founded within kyoto gyoen national garden in kyoto imperial garden . in 1889 the management of the school was transferred from kyoto prefectural government to kyoto city , and the name of the school was changed to kyoto-shi bijutsu gakko ( kyoto municipal school of arts ) two years later in 1891 . craft and design course was established . the school facilities were moved to chion-in temple and then to various other places including kyoto imperial palace . in 1901 the name of the school was changed to kyoto-shiritsu bijutsu gakko ( kyoto city school of arts ) , the school was moved to yoshida in 1909 , and kyoto-shiritsu kaiga senmon gakko ( kyoto city specialist school of painting ) , an affiliate school in which president of kyoto-shiritsu bijutsu gakko also served as the president , was established . in 1926 the facilities of both schools were moved to imakumano . in 1945 the name of kyoto city specialist school of painting was changed to kyoto-shiritsu bijutsu senmon gakko ( kyoto city specialist school of arts ) . in 1948 kyoto-shiritsu bijutsu kogei gakko ( kyoto city specialist school of arts and crafts ) was reorganized to become kyoto-shiritsu bijutsu koto gakko ( kyoto city senior high school of arts ) . music course was established in kyoto municipal horikawa high school . in 1949 the organization of kyoto city senior high school of arts was succeeded by kyoto municipal hiyoshigaoka high school and other schools ( the arts and crafts course in that senior high school was reorganized independently to become kyoto city dohda senior high school of arts in 1980 . ) in 1950 kyoto-shiritsu bijutsu senmon gakko was reorganized to become kyoto city university of fine arts . the special study was established in the music course at horikawa high school . in 1952 the special study section under the music course at horikawa high school was reorganized independently to become kyoto city junior college of music . kyoto city junior college of music was moved to shogoin in 1956 . in 1969 kyoto city university of fine arts and kyoto city junior college of music were integrated to become kyoto city university of arts . in 1980 the school marked 100th anniversary , and the school facilities in imakumano and shogoin were moved to kutsukake-cho , nishikyo ward , the suburbs near a new residential area . in 2000 the school marked 120th anniversary , the doctor 's course ( latter program ) for graduate school of art was established , and research center for japanese traditional music was launched . in 2003 the doctor 's course ( latter program ) for graduate school of music was established . departments and courses faculty of fine arts department of fine arts nihonga ( japanese-style painting ) course painting course sculpture course printmaking course conceptual and media art course responsible for those artistic fields that are not included in the abovementioned courses . department of design visual design environment design product design department of crafts ceramics course urushi lacquering course dyeing and weaving course department of general art science general art science course training of art researchers , curators , and exhibition project planners . faculty of music department of music composition course conducting course piano course strings course winds and percussions course vocal music course musicology course graduate school master 's program graduate school of art painting course nihonga ( japanese-style painting ) , painting , printmaking , and conceptual and media art . sculpture course sculpture design course visual design , environment design , and industrial design crafts course ceramics , urushi lacquering , and dyeing and weaving . science of art course conservation course graduate school of music composition and musicology course ( composition ) composition and musicology course ( musicology ) instrumental music course ( piano ) instrumental music course ( strings ) instrumental music course ( winds , percussions ) vocal music course musicology doctor 's course ( latter period ) graduate school of art nihonga ( japanese-style painting ) painting printmaking media art sculpture audiovisual information design environmental design product design ceramics urushi lacquering dyeing and weaving industrial crafts and design conservation science of art graduate school of music composition and conducting research course instrumental music research course vocal music research course musicology research course +yasaka nyokoba gakuen ( gion joshi gigei school ) is an educational institution of maiko and geiko located in kobu gion , higashiyama-ku , kyoto city . summary in 1951 , the school was established based on yasaka nyokoba , which was founded in 1916 . the billboard is attached to gionkobu kaburenjo , which is famous in regard to the miyako dance . it is commonly known as ' nyokoba . ' the required subjects are inoue-ryu , narimono , sado and shamisen . one can also learn nogaku , nagauta , icchubushi , tokiwazu , kiyomoto , jiuta , joruri , kouta , fue ( flute ) , kado ( flower arrangement ) , shodo ( calligraphy ) and nihonga ( japanese painting ) . it is called ' gakuen ( school ) ' but it isn 't an educational institution . the students of geiko and maiko of gion range from 15 to over 80 years of age . the yasaka nyokouba gakuen is zaidan-hojin ( foundation ) and also the ' landowner ' of the neighborhood of minami-gawa gion-machi , in which the ochaya are located . reference book : “ local area commons : for a new way of living , ” by kozo hiratake ( 2002 ) jokoba ' was the class in which girls of the early meiji period could receive instruction . this word eventually became obsolete . +kyoto hosei school , a private institution established in 1990 by kojuro nakagawa , et. al , was formerly the school of ritsumeikan university ( head office of the educational foundation : nakagyo-ku , kyoto city ) . summary plan and situation of kyoto hosei school 's establishment he was born into the nakagawa family in the town of tanba , and eventually he went to work for saionji . when he was 13 years old , his uncle kenjiro nakagawa , who was the principal of women 's higher normal school , recommended that he move to tokyo . after that , he would frequently visit saionji ( kinmochi ) ' s house as a student of kinmochi . he served as a politician in the kizokuin ( house of peers ) on the recommendation of saionji ( kinmochi ) , and inherited saionji 's passion , which was to ensure the management and growth of ritsumeikan university . nakagawa worked for saionji ( kinmochi ) as his aide until his death . in 1894 , kinmochi saionji assumed the post of minister of education and drew up the ' expansion plan for higher education . ' his initial goal was to establish an institution for higher education in kyoto on the same level as tokyo imperial university and thereby meet the demands of the nation . accordingly , kyoto imperial university 's ' arrangements committee of establishment , ' which was located within the ministry , promulgated ' regarding kyoto imperial university ' ( university establishment ordinance ) in 1897 , which provided the opportunity to establish kyoto university . at that time , kojuro nakagawa , who had worked in the specialized academic affairs bureau of the ministry of education , became the secretary to saionji , who was the minister of education . subsequently , nakagawa was appointed as the first secretary general of kyoto imperial university in charge of school administration . he took the lead in establishing the university with hiroji kinoshita , who assumed the post as first president of kyoto imperial university . in 1898 , when the work of establishing kyoto imperial university was settled , kojuro nakagawa resigned from his post as a counselor to the ministry of education and became a businessman . he was successful in business , starting as the director of kajima ginko ( kajima bank ) and eventually becoming an inspector of osaka dojima beikoku torihikijo ( osaka dojima grain exchange ) , after which he served as a vice president of the asahi seimei insurance company . however , for organizational reasons kyoto imperial university accepted only students who had graduated from former high schools , even though he was the main person involved in the school 's establishment ; he felt it was far away from kinmochi saionji 's proposition of ' giving a chance ( education ) to people who are intelligent and have high motivation , ' and therefore he decided to promote private schooling . the next year he obtained teaching support from former professors of kyoto imperial university , yorozu oda , hisoka inoue , santaro okamatsu , as well as yui nishida ( executive director of the asahi seimei company ) , atsushi hashimoto ( the first president of daido seimei insurance company ) , yoshinao yamashita ( member of the kyoto metropolitan assembly ) , kashiichiro kawarabayashi ( executive director of toyo rayon ( toray ) ) , kametaro hamuro ( general manager of keishin densha ) had supported in terms of management for the establishment of the school . other important people from the realm of kyoto financial affairs lent their assistance to the school 's establishment , including jinzaburo naiki , koutetsu hamaoka , gentaro tanaka , eisuke nakamura , kikutaro amemori , bunpei takagi , yoshio kawarabayashi ) , and with the help of these people he established the office of kyoto hosei school in a corner of the asahi seimei insurance company . in may 4 , 1900 he submitted ' request for establishment of private kyoto law and politics technical school ' to the governor of kyoto . fortunately the same year , on may 19 , the school 's establishment was approved , and on june 5 a ceremony was held to celebrate the school 's opening . the first principal was a professor from tokyo imperial university , masaakira tomii , who had been involved in drafting the code of civil law . tomii worked as principal of kyoto hosei school and ritsumeikan private school until august 31 , 1927 . establishment of kyoto hosei school kojuro nakagawa , who took the lead in establishing the school , said , ' from the beginning avoid pretending to be gorgeous but intend to be stable ( ' introduction ' " 35th anniversary memorial thesis literature book " ) ; but for the time in which the school was established it wasn 't enough to prepare for everything such as a satisfactory space for school-building , so instead they rented the second and third floors of ' seikiro ( the former yoshida-ya ) ' located in sanbongi-dori , kamigyo-ku , in order to give lectures . the school was established for worker education as a night school ( three years ) ; there were students who served as the government officer , prefecture school teacher , or the prefectural worker in an honorary position . the budget wasn 't sufficient to hire specialized professors , so the professors from kyoto imperial university covered most lectures . shown as the school name , when the school was established there were only two departments : law and politics . however , the document that was submitted to kyoto prefecture as an ' application for school building rental ' said , ' in the future , we plan to add two more departments--the literature department and the medical department--in order to take up one of the biggest issues of education in this country , which is to train junior high school teachers and doctors , ' which implies that " kyoto hosei gakko " was regarded as tentative name . in fact , in 1904 the economics department was founded as a college department that transcended the definition of hosei school ; accordingly , the next year it was ' ritsumeikan , ' thus signaling the search for concrete changes befitting the new name . additionally , kyoto hogakko ( kyoto law school ) was established in 1889 , essentially taking over the system of and assimilating kyoto hosei school ; according to the historical record , the school owner , keijun yamasaki , continued to teach at kyoto hosei school . after the school 's establishment at that time they petitioned to rent a school building and land of ' the former kyoto prefectural first women 's technical high school , ' located in dotemachi-dori marutamachi-dori sagaru komanocho , kamigyo-ku , by means of the ' application for school rental ' submitted to kyoto prefecture ; however , they abandoned the application because the former kyoto prefectural second women 's technical high school had been approved for rent . in december 1901 , the fifteenth owner of sumitomo , kimisumi sumitomo , who was the real brother of kinmochi saionji , donated 1,500 yen , reserved land and a school building located in hirokoji-dori kawaramachi , kamigyo-ku , ( 410 nakagoryocho ) , kyoto-city , and moved there . this school site at hirokoji served as the campus of ritsumeikan university for about 80 years until the relocation to the kinugasa campus ( tojiinkitamachi , kita-ku ) in 1981 . in 1903 , the organization was changed to ' shiritsu kyoto hosei senmon gakko ( private kyoto law and politics technical school ) ' in compliance with the acts of colleges . the next year ( 1904 ) it was renamed ' kyoto hosei private university ' and established the university departments ( law , economics and the preparatory course ) and specialized studies ( law , public administration , economics and high research ) . in 1905 the school received approval to succeed in name from ' shijuku ritsumeikan , ' which had been established by kinmochi saionji in his private space at the kyoto imperial palace in 1869 , and in 1913 established the ' ritsumeikan foundation ' and renamed it as the ' private ritsumeikan university . ' takemaro suehiro assumed a place of executive on the board of directors as a real brother of kinmochi saionji , since he had endeavored to manage the school since the kyoto hosei school was established . suehiro and nakagawa shared the position on the first board of directors of the ritsumeikan foundation and as founders of the private ristumeikan university . today there is a monument inscribed as the ' starting place of ritsumeikan ' on the site of the former ' seikiro , " which kyoto hosei school once used as a temporary school . there is also a monument inscribed ' beginning of the place of ritsumeikan university , ' which was built at the site of the main office of the educational foundation from 1901 to 1981 , and is where ' hirokoji gakusha ' once was ( the former nakagawa kaikan ( nakagawa hall ) . the concept of establishment the government established one campus of teikoku ( imperial ) university in kyoto . it had been decided that there would be two universities ( in the east and west , respectively ) as the center of the best education , and that the two universities would compete with each other as motivation for progress in education ; and in tokyo , several public and private schools as well as teikoku ( imperial ) university already began accepting various applicants ; thus the students who had youthful resolution gathered , which is the center of education . however , there were many good , enthusiastic young students gathered at teikoku ( imperial ) university , which was newly established in kyoto , but the university couldn 't accept the applicants who had not graduated from high school , so there was no school to study high education without status as a university , which was the problem of greatest concern , so volunteers who were of the same mind gathered and established the kyoto hosei school , entrusting the lectures to the professors of kyoto imperial university and other well-known teachers ; thus the institution could provide higher education in politics , law and economics to society . certainly , a reason for that was to demonstrate the government 's approval concerning the establishment of education in two places ( east and west ) , and another reason was to make up for the flaw in the educational system whereby teikoku ( imperial ) university was not widely open to applicants who had not graduated from high school ( ' a brief history of ritsumeikan university , ' " ritsumeikan gakuho , " march 1915 ) . the first new students about the first students in 1900 , when the school was opened , 360 applicants had applied for admission to kyoto hosei school . of those applicants , 305 ( department of law 225 , department of politics 80 ) were accepted to enter the school as the first students , but after three years from entering the school there were just 57 graduates ( department of law 47 , department of politics 10 ) . of the 57 graduating students , more than half were aged 20 to 25 . twenty percent were under 20 years of age . nearly 30 % of the students were older than 26 years . according to the record , the oldest graduating student was 41 years old . the first graduation ceremony was held at the hall on july 12 , 1903 , and among the guests were the professor and assistant professor of kyoto imperial university , the ( former ) principal of third high school , the chief of the kyoto district court , a representative from the kyoto bar association , the vice president of the kyoto prefectural assembly , a local politician , a counselor of the kyoto prefectural assembly , and an executive officer in charge of education , all of whom contributed to the magnificent ceremony for this private school . on the day of the graduation the vice principal , hisoka inoue , handed out diplomas instead of the principal , masaaki tomii who couldn 't come to kyoto because he was in tokyo , and hiroji kinoshita ( the president of kyoto imperial university ) gave a congratulatory speech as a representative of the guests in attendance . the next day there was a graduation party with professors kensuke asada , hisoka inoue , santaro okamatsu , mitsuru oda , bunjiro shima , kinji tajima and masutaro niida , and commemorative graduation pictures were taken in front of chion-in temple sakura-mon ( sakura gate ) . +shijuku ritsumeikan was a private academy that kinmochi saionji established in his private residence in the kyoto imperial palace in 1869 . guest teachers prominent scholars of chinese classics in the day were invited as guest teachers for the shijuku ritsumeikan . kinmochi saionji mentioned , ' we invited neo-confucian scholars and confucians of mitogaku ( the scholarship and academic traditions that arose in the mito domain ) as teachers , and some of them were famous as good writers . ( snip ) it was like a bonzana of elite scholars of chinese classics in kyoto ' ( " autobiography of kinmochi saionji " edited by ki kimura ) . it is tenko ema , seison hirose , shiryu matsumoto ( iwao matsumoto ) , tessai tomioka and hoyo ( shiro ) goyama who were in fact known as guest teachers . in 1870 , when seison hirose was invited to a poem meeting by saionji , aizan taniguchi was also present as well as seiitsu yamanaka who joined movement of sonno joi ( slogan advocating reverence for the emperor and the expulsion of foreigners ) and enjoyed tomomi iwakura 's favor , kaido itakura ( chikushu omi ) who was a real brother of tenko ema and would be put in prison for the ikedaya incident , hidegoro ( hideo ) yamamoto who was a son of a scholar of herbalism boyo yamamoto and a chinese medicine doctor , and rentaro ( chokuzen ) hamasaki , so it is considered that some of these were also invited as guest teachers ( " seison-ko shutaku nikki " ( cherised diary of prince seison ) ) . character and scale of the academy as kinmochi saionji himself mentioned that he established the academy with ' big ambitions to foster people loyal to the emperor , ' shijuku ritsumeikan was a general educational institute from the start , and different form other private academies of court nobles . therefore , although it only offered opportunities for peaceful poem meetings when it was established , as talk of the academy spread nationwide , many young people gathered , and it became to offer opportunities to discuss domestic and international current events , and eventually grew , adding an additional building ( " autobiography of kinmochi saionji " edited by ki kimura ) . according to the recollection of saionji himself , a large number of students gathered from various domains as well as the saionji clan and its retainers and vassals . as the academy developed its reputation , much more young people gathered , and it is known that it eventually expanded up to about 100 students . closing of the academy and its background on april 23 , 1870 , kyoto prefectural office ( dual capital system by grand council of state ) , which found the state of the academy disturbing , issued an injunction , which closed shijuku ritsumeikan after a little less than a year ( the establishment was supposed to be around september 23 , 1869 ) . at that time , kinmochi saionji himself was in nagasaki prefecture to prepare for studying in france , so he had no choice but to accept the closing of the academy without doing anything . later , asked to give his comments on the closing of the private academy , prince saionji mentioned ' it seemed that they misunderstood that letting the students of ritsumeikan speak freely was a revolutionary idea , but they asked that it be stopped , and while it was a shame , since the academy was quite active , i closed it . ' the closing order against the academy was deeply related to the notice of ' cancellation of building of kyoto university ' that the grand council of state issued by the dual capital system . in tokyo metropolis after the meiji restoration , it was decided that the ' shoheiko ' ( a school run by edo shogunate ) would be rebuilt that a ' university ' would be established as a central organization of the educational system . thus , as the ' university ' existed in kyoto became unnecessary , the notice of abolition was issued in november in 1869 . the authorities of kyoto university , who had already started to prepare to rebuild kyoto university , virtually ignored this notice , and in the following months of the notice , went ahead with the opening of the university as ' provisional kyoto university ' ( temporary university ) ( it was referred to as ' kyoto school ' in the notice by kyoto rusukan ( officer for the emperor who was out of kyoto ) ) . the grand council of state in tokyo accepted the existence of ' provisional kyoto university , ' and the school continued under the jurisdiction of kyoto rusukan , but ended up being abolished in july in 1870 , due to various reasons including headhunting of the teachers . at that time , ' provisional kyoto university ' was located at nishi-iru , imadegawa , tera-machi ( in the southeast end of present doshisha university campus ) , and just around the corner of ' shijuku ritsumeikan ' in kyoto imperial palace . while ' provisional kyoto university , ' of which kyoto rusukan put his prestige on the establishment , they barely collected more than 300 students , and was forced to close after a little more than eight months , while a private academy , which was about a 10-minute walk away , built an additional building to handle no less than 100 students , so it is easy to imagine that this brought the kyoto rusukan ' anger . later , kinmochi saionji mentioned in a letter to guest teachers , that the ' injunction ' against shijuku ritsumeikan must have been issued out of the head of kyoto rusukan 's ' suspicion ' or ' envy , ' and also mentioned that he would accept the closing of the academy for a while , but would like to wait for its rebuilding . in december in the same year , kinmochi saionji departed for france where he was going to study . he was away from japan until 1880 . after the saionji family moved to tokyo in the meiji period , ' shirakumo-jinja shrine ' was established in the saionji residence site where the private academy used to be , which still exists now . after the closing of shijuku ritsumeikan coming back to japan from france where he studied , saionji went into politics after serving as the president of toyo jiyu shinbun journal , and he never lost his passion for education . in 1880 , he supported tatsuo kishimoto , kozo miyagi and misao yashiro to establish meiji law school , and when he became the minister of education in 1894 , he opposed the ' imperial rescript on education ' made by kowashi inoue and others , and worked on a draft of the second imperial rescript on education with emperor meiji 's permission to revise the ' imperial rescript on education . ' in the end , due to saionji 's retirement as minister of education , the revision of the imperial rescript on education was not realized , but he reflected , ' i believed that the educational policy should be developed for more liberal way ' ( " biography of kinmochi saionji " by shuko shirayanagi ) . as minister of education , he tried to build an imperial university with a ' free ' school environment , compared to tokyo imperial university , and realized the establishment of ' kyoto imperial university . ' for the establishment of kyoto imperial university , kojuro nakagawa , an official of the ministry of education , who served as his lifelong aid , played a central role as the first secretary general . besides , he took his place among the promoters for the establishment of the japan women 's university , which jinzo naruse established in 1901 with philosophy to ' educate a woman first as a person . ' inheritance to kyoto hosei ( law and politics ) school kojuro nakagawa , who was central to the establishment of kyoto imperial university as a secretary to the education minister saionji , left the government and later moved to the business world after the university establishment was settled . however , since kyoto imperial university could only allow graduates of old-education-system high schools due to its institution , which was in fact far from the educational philosophy proposed by kinmochi saionji to ' give an ( educational ) opportunity to people with ability and motivation as a nation , ' he realized its limitations and decided to establish a private school himself . nakagawa gained cooperation from takemaro suehiro , a younger brother of kinmochi saionji , as well as backing from key figures in the political and business worlds , as well as the network of the academy , and established a three-year night school by taking a room of ' seikiro ( former yoshidaya ) , ' a restaurant in sanbongi-dori street , kamigyo ward . this was ' kyoto hosei school . ' kyoto hosei school was established in order to take a supplemental role for kyoto imperial university , which was established to embody kinmochi saionji 's educational ideal . in fact , almost all the lectures given by professors of kyoto imperial university , and the endowment act of ' ritsumeikan foundation , ' which would be established later based on kyoto hosei school , specified that all holdings would be donated to kyoto imperial university when the foundation dissolved . as its school name showed , kyoto hosei school only had two departments at first - law department and politics department . however , creating a comprehensive university with medical and literature departments was ultimately brought into view , so the name kyoto hosei school did not reflect its substance ( see ' kyoto hosei school for details ) . in 1904 , when the economics department was established , and its teaching contents went beyond the limit as a law and politics school , it needed a new name to embody its substance . thus , it made an offer to inherit the name ' shijuku ritsumeikan , ' embodying the spirit of being a liberal and academic school environment separated from political power , which kinmochi saionji left with the establishment of kyoto imperial university , and saionji kindly agreed . at that time , saionji sent a big sign with the letters ' ritsumeikan ' that he had written himself when the private academy was established in 1869 , as well as giving the following framed motto he wrote himself . ritsumeikan - once , i established a school named ritsumeikan . while studying in the west , the school closed but the name remained . at that time the staff of kyoto hosei school came and asked to inherit the name . i was delighted that the name would live out its meaning , and as such i hereby write and present this framed motto . mencius said that our longevity was determined by fate , and waiting for our fate to befall us while cultivating the mind would fulfill our duties . this is exactly the point of learning . april in 1905 , prince kinmochi saionji in 1905 , ' kyoto hosei school , ' which was allowed to inherit the name ' shijuku ritsumeikan ' by kinmochi saionji , established ' ritsumeikan foundation ' in 1913 , and renamed the university ' ritsumeikan university ' and the junior high school ' ritsumeikan junior / senior high schools . ' though saionji frowned on committing to a specific private school as a public figure , he continued to give tangible and intangible support to the development of ritsumeikan gakuen ( academy ) for the rest of his life . ritsumei ( 立命 ) ' originated from a line , " 殀壽不貳 修身以俟之 所以立命也 , " by mencius in china . this means ' our longevity is determined by fate . waiting for our fate to befall us while cultivating the mind will fulfill our duties . ' +doshisha junior high school is a private coeducational school located in karasuma-dori imadegawa-dori , kamigyo-ku , kyoto city . the junior high school , which is based on the doshisha system , is adjacent to the imadegawa campus of doshisha university . the plan is to move to iwakura , sakyo-ku in or around 2010 , and to merge with doshisha high school . the junior high school opened in 1896 as doshisha jinjo chugakko ( doshisha junior high school ) . in 1947 , after many changes it became the three-year coeducational doshisha junior high school . 1947 : it was established as doshisha junior high school . 2010 ( estimate ) : it will be relocated to 89 iwakura osagicho , sakyo-ku kyoto city , and will merge with doshisha high school . sports club badminton baseball basketball kendo rugby football soccer table tennis tennis track and field volleyball wander vogel jr . culture club broadcast research in manga play manufacturing english geography and history hand bells peace link ? hosanna chorus club japanese drum orchestral music band railroads science karuchanpuru art mathematics ( abolished in the 2007 academic year ) imadegawa station , karasuma line of the kyoto city subway line the various schools of doshisha are not systematized under the university ; instead , the schools have been established as independent schools based on the doshisha educational foundation . only doshisha elementary school is attached to doshisha university . university doshisha university doshisha women 's college of liberal arts high schools doshisha high school junior and senior high schools doshisha girls ' junior and senior high school doshisha kori junior ・ senior high school doshisha international junior / senior high school elementary schools doshisha elementary school kindergarten doshisha kindergarten +rakunan high school and rakunan junior high school are private junior and senior high schools , respectively , located in minami-ku , kyoto city . the organizers were kogi shingon shukei 14 honzan ( ninna-ji temple , hozan-ji temple , chogosonshi-ji temple , kaju-ji temple , daikaku-ji temple , daigo-ji temple , nakayama-dera temple ( takarazuka city ) , saidai-ji temple ( nara city ) , to-ji temple , kiyoshikojin seicho-ji temple , sennyu-ji temple , zentsu-ji temple , suma-dera temple and daihonzan zuishin-in temple ) ; these temples run the school , and three sects ( the chisan sect of shingon , the buzan sect of shingon , and new shingon ) cooperate with the program of educational promotion for gakkohojin shingon-shu kyoto gakuen . the school is located in to-ji temple . the official names are ' rakunan high school ' and ' junior high school of rakunan high school ' the same educational foundation runs shuchiin university as a four-year college . they carried out various school reforms , and in the 1980s they achieved record numbers of students who went on to the university level . the school offers many activities , including a basketball club , a volleyball club , a track-and-field club and a brass band . it had been a boys ' school for a long time , but in 2006 it was reorganized as a coeducational school . the plan for the future was to establish an elementary school attached to a university . class iii ( candidate from rakunan junior high school ) , class iii ( candidate from another junior high school ) , class i general , class i scholarship ( sports , brass band ) , etc . , with students separated by class . recently , class iii ( candidates from rakunan junior high school ) has received transferred students as a result of the high school entrance examination . bishamon kikko respect yourself search for the truth contribute to society rakunan high school was founded by kukai in 828 , during the heian period , having started in shugei shuchiin for the education of citizens ; however , shugei shuchiin was eventually disgraced and closed after kukai 's death . the origin of rakunan high school is soko , which was established in 1881 ( meiji 14 ) by shaku unsho , a priest of shingon , as an educational organization for shingon-shu . soko had changed several times , becoming a prewar high educational organization of shingon-shu kyoto senmon gakko ( shingon-shu kyoto technical school ) and a junior educational organization of to-ji chuto gakko ( to-ji middle school ) . after the war , under the new educational system , to-ji kotogakko ( to-ji senior high school ) , established by shingon-shu kyoto gakuen , became rakunan high school . in 1960 , toji high school became a lower-ranked school to which poor students were sent , but shunryo miura , the vice principal , took the lead in deciding to reform the school . the school was renamed as rakunan high school , enacting strict school regulations and control measures for poor students , including withdrawal from school , but otherwise it instituted a special academic advancement course designed to attract intelligent students . after all the reforms , students began to obey the code of school discipline and rakunan high school became a high-ranked school in terms of its educational offering and sports teams . rakunan high school has long been known for its strict school regulations , even though it has become more lax in the twenty-first century . though often compared with todai-ji gakuen , it is also known as a fast-growing school from the lower rank . today the school is well known as a most difficult school in terms of the requirements for admission in kyoto . 1881 : soko was established . 1902 : it was renamed as shiritsu kogi shingon-shu sogo koto chugakko ( private kogi shingon-shu sogo higher middle school ) . 1917 : it was divided into two schools and renamed shingon-shu kyoto university ( which became syuchiin university ) and shingon-shu kyoto middle school . 1926 : shingon-shu kyoto middle school was renamed as to-ji middle school . 1948 : it was renamed as to-ji senior high school . 1962 , june : it was renamed as rakunan high school . 1975 , april : the automobile course , a special academic advancement course , was established . 1975 , april : the semi-special academic advancement course was established . 1982 , april : courses were renamed as general course , class i ; general course ( automobile course ) , class ii ; general course ( special academic advancement course and semi-special academic advancement course ) , class iii ( special academic advancement course , class iiia , and semi-special academic advancement course , class iiib ) . 1985 , april : the junior high school of rakunan high school ( two classes ) was opened . 1993 , april : the ii class ( automobile course ) stopped accepting applicants . 1996 , april : the junior high school of rakunan high school added two more classes . 2001 april : the gym class uniform shifted from sleeveless shirts to short-sleeve shirts . 2002 , april : the junior high school of rakunan high school became five classes ( with the addition of a class ) . 2003 , april : the school uniform was abolished for students with sensitive skin , and the shift to a blazer uniform started ( each grade has a different color tie ) . 2005 , april : it completely shifted to the use of blazer uniforms . 2006 , april : it became an coeducational school . achievements for 18 years consecutive years from 1991 to 2008 , it had the most students pass the kyoto university examination . the basketball team has for more than 30 years been selected to participate as the kyoto team in the all inter-high school championships , and has become one of the top-class school teams ( having won the winter cup in two different years ) . the gymnastics team , a top squad , shared the title with seifu junior & senior high school , of osaka . additionally , the first representative of kyoto for the international physics olympics is from this school . it 's a 15-minute walk from jr kyoto station ( hachijo exit ) . it 's a 10-minute walk from the kintetsu kyoto line 's to-ji station . kyoto city bus shuchiin university +bukkyo university , a private institution established by the jodo sect , is located in kita-ku , kyoto city , kyoto prefecture . known as butsu-dai the founding director is the jodo-shu educational group of the educational foundation . the same foundation established kacho college . in 1615 , the jodo sect established kanto-juhachi-danrin in edo , which grew to be a temporary kangaku-ba , which was established in 1868 in chioninzan ( thus the establishment of the school was in 1968 , and the ' monument to the school 's establishment ' is in front of chion-in sanmon ) . subsequently , the school developed for the purpose of promoting education and rearing priests of the jodo sect as a high educational institution , and was renamed several times for mergers and independence in the reformation of education ; in 1912 , based on the professional school act , it was re-established after the establishment of koto gakuin . in 1913 it was renamed as the bukkyo professional school , and in 1949 it was promoted to bukkyo university under the new system of education in 1949 . before 1922 the school now called ryukoku university was known as bukkyo university ; however , there is no relationship to the bukkyo university described in this article . after the promotion , the school started with only the school of buddhism and the department of buddhism as a college , but as of 2006 it is a university with five faculties , 10 departments and four research departments , 12 professional courses and a graduate college ( which has established the faculty of insurance and the medical technology in science course ) . moreover , in 1953 the correspondence division was created as the only regular course among buddhist universities in kansai . there are 20,000 students studying in four faculties , seven departments , three research departments and 12 professional courses , making it one of largest correspondence divisions of any university in japan . it is well known as the only school that provides a teacher 's certificate in the department of buddhism . the university 's philosophy is the study of buddhism ( as evidenced by the school 's name ) ; accordingly , the first school regulations stated that ' the purpose is to bring up the active person who has a high sense of judgment based on the buddhist spirit , with a mission of contributing to the advancement of world society and enhancing the welfare of humanity . ' it is possible to become a licensed jodo sect teacher and missionary of the jodo sect from any of the departments , because the institute is used extensively for training in buddhist studies . thus there was a department for the study of buddhism within the school of literature , but when the department was reorganized it joined with the department of history and the department of japanese language , and in the 2004 academic year the department of literature became the department of the humanities . today one can take courses in jodo buddhism and buddhist studies through the department of the humanities within the school of literature . therefore , the faculty of buddhism was abolished in 1965 , but officially it was planned to revive it in or around april 2010 . contrary to a trend to remove ' buddhism ' from the names of faculties and departments , it declares itself to be ' the center of the university for the study of buddhism . ' the philosophy of establishment is ' the spirit of buddhism . ' the word ' university ' is arranged with an apricot leaf as a family crest of the uruma family , which is a founder of the jodo sect honen 's birthplace . it was established in april 1949 . when the school was bukkyo senmon gakko ( bukkyo professional school ) , the school badge was an apricot leaf arranged with the word ' professional . ' incidentally , the crest of the jodo sect is a moon shadow with an apricot leaf . the emblem is the initial of school name ' b , ' and on the right side there are five colorful lines . one can see the emblem on campus more than the school badge . it was established in october 1991 . it was established in april 1936 as a school song of bukkyo senmon gakko ( bukkyo professional school ) . the lyrics were written by zonyu konishi , who was the principal at that time , and the music was by tsunezo yoshida . 1 . bright eternal city where the green grows . here is our school in oryo , here is our school in oryo , and here is our school in oryo . 2 . the light of day in spring in kurotani , which blocks the light . who opens the hoonzo , who opens the hoonzo , who opens the hoonzo . 3 . look up at the top of kacho , the high precept will be prospered . the god of returning foolishness does exist , the god of returning foolishness does exist , and the god of returning foolishness does exist . 4 . distressed five impure worlds , purged of these with buddhism . fly the flag of judgment , fly the flag of judgment , and fly the flag of judgment . the correct name is ' 佛教大学 ' ( ' bukkyo university , ' ) not ' 仏教大学 ' ( ' buddhist university . ' ) the correct name in english is ' bukkyo university , ' not ' buddhist university . ' therefore , the word ' bukkyo ' is not a common noun but a proper noun . the well-known popular name is ' butsudai , ' but some people called ' fura-dai ' ( butsu is an abbreviation for france ) or ' pon-dai ' ( pon is the sound of a buddhist wooden drum ) . also , some elderly people in murasakino call it ' bussen , ' which is the abbreviated name for bukkyo senmon gakko ( bukkyo professional school ) . therefore , ryukoku university used to be called ' bukkyo university ( buddhist college ) ' before 1922 , but now there is no relationship to bukkyo university . kacho junior college history 1615 : kanto juhachi danrin was established . 1868 : the temporary kangaku-ba was founded in chion-in yamauchi genko-in temple . 1870 : it became kangaku-ba 1871 : it was founded in nyushin-in temple as kangaku-ba . 1875 : it became a kangaku-ba . 1876 : it was renamed as shugakko seibu honko . 1877 : it was relocated to the former kacho no miya . 1879 : it was renamed as jodo-shu sohonzan shugakko . 1884 : it was renamed as seibu daigakurin . 1887 : it merged with tobu daigakurin and founded shugaku honko , while seibu sogakko became koto honka . 1891 : it became shugaku honko koto senmonka . 1898 : shugaku honko was divided , while the buddhism main specialized department became jodo-shu senmon gakuin and was relocated to a temporary school in hyakumanben-san . 1901 : it was relocated to shishigatani . 1903 : it was approved under the professional school act . 1904 : it became jodo-shu daigakuin bunko . 1904 : it became a jodo-shu daigaku bunko and founded the department of professional studies . 1907 : it became the religious university , extension campus . 1907 : it established the religious university , extension campus rokkeikai ( the present students ' association and alumni reunion ) . 1912 : it established koto gakuin under the professional school act , and became independent from religious university ( religious university became taisyo university in 1926 ) . 1913 : it was renamed as bukkyo professional school . 1933 : it was relocated to rakuhoku-senbon-kitaoji , which is the present location . 1949 : it was promoted to bukkyo university based on the new school system and thereby installed the school of buddhism 's department of buddhism . 1953 : the correspondence division was installed . 1967 : the first festival , the oryo festival , was held . 1968 : the department of education was established within the school of literature and the correspondence division . 1971 : the japanese history program and the asian history course within graduate school of literature , ( m.a. ) , the sociology program within the graduate school of sociology ( m.a. ) and the buddhist studies program within the correspondence division were installed . 1975 : the department of english was installed within the school of literature . 1976 : the bukkyo university attached kindergarten was established . 1977 : the graduate school ph.d. program was established . the school installed the japanese history program within the graduate school of literature , the oriental history program , the sociology program within the graduate school of sociology / graduate school of social welfare , and various other programs ( buddhism studies ) . 1981 : the school installed the department of english within the school of literature with the correspondence division , and installed the japanese literature program within the graduate school of literature ( m.a. ) . 1984 : the bukkyo university shijo extension center was established . 1986 : the department of chinese literature was established within the school of literature . 1987 : the british and american literature program was established within the graduate school of literature ( m.a. ) . 1989 : it installed the school of education ( opened the department of social education and the department of education was transferred from the school of literature ) , and installed the department of applied sociology within the school of sociology . 1991 : the educational foundation was relocated from tokyo to kyoto ( the current location ) , and the research institute of bukkyo university was established ; additionally , the japanese literature program was installed within the graduate school of literature ( ph.d. ) buddhist culture program ( m.a. ) , and the department of chinese literature was installed within the school of literature in conjunction with the correspondence division . 1992 : the bukkyo university los angeles extension was established . 1993 : the chinese literature program was installed within the graduate school of literature ( m.a. ) , the lifelong education program was installed within the graduate school of education , and the buddhist nursing course was established as a major . 1995 : the school installed the department of applied sociology within the school of sociology together with the correspondence division , and installed the british and american literature program within the graduate school of literature ( ph.d. ) . 1996 : the school installed the department of education within the school of education together with the correspondence division . 1997 : seitokujoshokan ( new library ) was established . 1998 : the school installed the jodo buddhism program , buddhist culture program and chinese literature program within the graduate school of literature ( ph.d. ) . 1999 : the school renamed the department of social education within the school of education as the department of lifelong education , and opened a graduate school with the correspondence division ( the first certified program ) ; additionally , it installed the jodo buddhism program , buddhist studies program , buddhist culture program , japanese history program , oriental history program , chinese literature program , and the british and american literature program within the graduate school of literature ( m.a. ) , the lifelong education program within the graduate school of education ( m.a. ) , and the social welfare program within the graduate school of social welfare ( ma ) . 2000 : the school installed the department of clinical psychology within the school of education , and established the department of health welfare within the school of sociology . 2001 : the school installed the graduate school of education , lifelong education program ( ph.d. ) and opened the graduate school of literature , japanese literature program and the sociology program within the graduate school of the correspondence school of the correspondence division ; additionally , the department of japanese literature renamed as the department of japanese language and literature , the department of chinese literature was renamed as the department of chinese language and literature , and the department of english literature was renamed as the department of english language , british and american literature . 2002 : the foundation merged with gakkohojin kacho gakuen and installed the clinical psychology program within the graduate school of education 2003 : the school installed the buddhist studies program ( ph.d. ) , japanese history program ( ph.d. ) and clinical psychology program ( m.a. ) within the graduate school of the correspondence division . 2004 : the school reorganized faculties : the school of literature department of buddhism , department of history , and the department of japanese language and literature were organized as the department of the humanities ; the school of sociology of the department of sociology and the department of applied sociology were organized as the department of contemporary sociology , department of public policy ; and the school of sociology of the department of social welfare and the department of health welfare were organized as the school of sociology department of social welfare . the department of chinese language and literature was renamed as the department of chinese , and the department of english language , british and american literature was renamed as the department of english . 2005 : the school installed the clinical psychology program within the graduate school of education ( ph.d. ) . 2006 : the school installed the school of health science ( opening the departments of physical therapy and occupational therapy ) , and also installed the graduate school of social welfare . 2010 : the school plans to establish the school of buddhism . faculties and departments school of literature department of humanities ( course in jodo buddhism and buddhist studies , course in buddhism art , course in japanese history , course in asian history , course in regional cultural studies , course in japanese language and literature ) department of english ( course in english language and british and american literature ) department of chinese ( course in chinese language and literature ) faculty of education department of education ( course in education ) department of clinical psychology ( course in clinical psychology ) faculty of sociology department of contemporary sociology ( course in culture and identity , course in human relations and social problems , course in information and media ) department of public policy ( course in community and environment , course in public management ) faculty of social welfare department of social welfare ( course in social-work practice , course in welfare planning and development , course in health welfare , course in life design ) faculty of health sciences department of physical therapy department of occupational therapy graduate school department of literature master of arts ( jodo buddhism program , buddhist studies program , buddhist culture program , japanese history program , oriental history program , japanese literature program , chinese literature program , british and american literature program ) doctor of philosophy ( jodo buddhism program , buddhist studies program , buddhist culture program , japanese history program , oriental history program , japanese literature program , chinese literature program , british and american literature program ) department of education master of arts ( lifelong education program , clinical psychology program ) doctor of philosophy ( lifelong education program ) sociology program master of arts ( sociology program ) doctor of philosophy ( sociology program ) social welfare program master of arts ( social welfare program ) doctor of philosophy ( social welfare program ) the first semester of ph.d. is classified as m.a. non-degree graduate program buddhist studies program ( offers a course in buddhist studies and a course in buddhist nursing - currently not accepting applications . ) different courses training program for the jodo priesthood ( special buddhist program ) correspondence division , faculty and department faculty of literature department of humanities ( course in jodo buddhism and buddhist studies , course in buddhist art , course in japanese history , course in asian history , course in regional cultural studies , course in japanese language and literature ) department of english department of chinese faculty of education department of education faculty of sociology department of contemporary sociology department of public policy faculty of social welfare department of social welfare major departments ( teacher license / certification ) required courses ( licenses , certifications , liberal arts ) certification of honka entrance course continuing education ( calligraphy course , buddhism course , course in the history and culture of kyoto ) correspondence division of graduate school graduate school of literature master of art ( jodo buddhism program , buddhist studies program , buddhist culture program , japanese history program , oriental history program , japanese literature program , chinese literature program , british and american literature program ) doctor of philosophy ( buddhist studies program , japanese history program ) graduate school of education master of art ( lifelong education program , clinical psychology program ) graduate school of sociology master of art ( sociology program ) graduate school of social welfare doctor of philosophy ( social welfare program ) the first semester of ph.d. is classified as m.a. facilities murasakino campus ( kitahananobo-cho , murasakino , kita-ku , kyoto city , kyoto prefecture ) school buildings ( building no. 5 and subsequent buildings are relatively newer and clean , but building nos . 1 through 4 are very old and not clean ) library ( seitokujoshokan ) sonobe campus ( jonan , sonobe-cho , nantan city , kyoto prefecture ) all-purpose ground track-and-field and soccer ground tennis court baseball ground indoor practice center clubhouse training camp center ( there is a grave of the lord of domain koideko on the campus , but it 's not a school facility ) iwakura sogo ground ( iwakura , sakyo-ku , kyoto city , kyoto prefecture ) all-purpose area tennis court seminar house hirosawa ground ( hirosawa , ukyo-ku , kyoto city , kyoto prefecture ) all-purpose area tennis court research and information center for asian religious culture of bukkyo university university attached kindergarten other institutions training center for shumon successors research institute of bukkyo university research and information center for asian religious culture of bukkyo university welfare educational development center bukkyo university shijo extension center institute of clinical psychology of bukkyo university bukkyo university los angeles extension kindergarten attached to bukkyo university affiliated institutions special nursing home ' wajun no sato ' student association gakuyu-kai all students ( except students in the correspondence division ) become members of the student association . the association is not affiliated with the all-japan federation of students ' self-governing associations . it is managed by the executive committee ( the highest organization ) and the board of representatives , which is the standing committee , and the sports team and club activities approved by the university are also members of the organization gakuyu-kai ( under the executive committee ) . also , the events for daytime students such as oryo-sai and shibasakura-sai are organized by gakuyu-kai . correspondence division 's gakuyu-kai this is the student association for the students of the correspondence division . it is intended for the development of studies and friendships . there are 45 branches , membership in which is based on the area in which the student resides . it held an event that involved summer schooling . alumni association alumni association it was founded when " shukyo daigaku bunko " existed , having been organized by graduates of bukkyo professional school and bukkyo university , and was classified into faculty , graduate school , majors and different courses . they publish ' murasakino ' and are in charge of congratulatory or condolatory duties . there are 28 domestic branches and four overseas branches . oryo alumni reunion this is a reunion organized by graduates of the correspondence division it started with the first graduates in 1957 . relationships with others it is affiliated with the kyoto graduate union of religious studies with doshisha university , ryukoku university , otani university , koyasan university , hanazono university and shuchiin university . it concluded agreements regarding the certified elementary school teacher 's license course with ryukoku university , kyoto sangyo university , kyoto bunkyo university , kansai university of welfare science , kogakkan university , aichi university and kyushu sangyo university . it concluded an agreement on educational cooperation with nara prefecture heijo high school . asia republic of korea wonkwang university dongguk university kangnam university people 's republic of china northwest university taiwan tunghai university tzu chi university vietnam ho chi minh city university of foreign languages - information technology +spirit of establishment spirit of establishing doshisha university is the ' conscience ' based on the christian spirit . joseph hardy neesima ( jo niijima ) declared that educating ' a person who can manage things in tune with his conscience ' as the purpose of establishing doshisha university . he wished to educate people to be ' fully conscious ' of a ' moral education ' based on christian values without leaning toward an education based on just knowledge . the monuments upon where his wishes are carved stand in front of the gates at both the imadegawa campus and the kyotanabe campus . on these monuments one can see the following words : " i earnestly desire that many young people filled with conscience will be raised and sent out by our school . " the purpose is to educate people to develop a ' country with a conscience ' based upon ' christian principles , ' ' liberalism , ' and ' internationalism ' as the philosophy of education to specifically realize ' conscience ' education . doshisha university has 11 faculties and 12 graduate schools . also , it has the faculty of theology which is rare in japan . it is a christian institution that is run based on the principles of protestantism ( congregationalism ) . but it is different from universities that are called mission schools , and it does not mainly propagate christianity ( education itself is not for the propagation of christianity ) ; this is a university based upon christian principles . in 1875 , joseph hardy neesima ( jo niijima ) , one of the six great educators during the meiji period , established doshisha english school , that grew to become the present day doshisha university . 1875 : joseph hardy neesima ( jo niijima ) established doshisha english school in teramachi , kyoto . the number of teachers was two , and that of students was eight . 1876 : the campus was relocated to imadegawa campus ( former residence of the satsuma domain ) . established a bible class called " yoka " at the doshisha english school . at the time , 35 students of the kumamoto band entered the school . 1887 : doshisha hospital and kyoto training school for nurses were established to fulfill a plan to build a medical school ( the medical department ) . established doshisha preparatory school . 1888 : doshisha gakuin ( preliminary facility , the regular facility and the facility of theology ) was established merging doshisha english school and doshisha preparatory school . the ' intention to establishment of doshisha university ' was announced to the mainstream magazine and newspaper media throughout the whole country . 1889 : doshisha gakuin was renamed doshisha preparatory school , and doshisha normal school and doshisha seminary . 1890 : joseph hardy neesima ( jo niijima ) died . the doshisha harris school of science and chemistry was established ( current faculty of science and engineering ) in september . 1891 : doshisha school of law and politics was established . established the department of political science ( the current faculty of law ) and department of economics ( the current faculty of economics ) . 1892 : the harris school of science and chemistry renamed the doshisha harris school of science . 1893 : established the logo for doshisha . 1896 : doshisha normal school renamed doshisha normal high school . 1897 : doshisha normal high school , doshisha school of law and politics and doshisha harris school of science were reorganized to school of literature , doshisha higher division , school of politics and law , doshisha higher division , and harris school of science , doshisha higher division , respectively . 1904 : doshisha seminary , school of literature , doshisha higher division and harris school of science , doshisha higher division were merged by acts of colleges , and doshisha technical school was established by the acts of colleges . school of politics and law , doshisha higher division was abolished . 1908 : established the college song . 1911 : reorganized as a technical school and established four facilities , faculty of theology , faculty of english teaching , advanced faculty of commerce ( current faculty of commerce ) and faculty of politics and economics . 1912 : doshisha technical school and doshisha seminary were abolished . doshisha university ( faculty of theology , faculty of and politics and economics and department of english ) was established by the acts of colleges . 1919 : department of english renamed faculty of letters , and faculty of politics and economics renamed faculty of law . 1920 : the school was promoted to university by the acts of colleges , and it was the first in the kansai area . established doshisha university with the faculty of letters ( school of theology , department of english ) , faculty of law ( department of political science , department of economics ) , graduate school , and a preparatory course . 1922 : renamed doshisha technical school and reorganized by the acts of colleges and established the faculty of theology , the faculty of english teaching , the advanced faculty of commerce , and the faculty of politics and economics . 1923 : established the department of law within faculty of law . 1926 : established a theology major and an ethics major in the school of theology within the faculty of letters . 1927 : established the department of philosophy within the faculty of letters . 1930 : advanced faculty of commerce of the doshisha technical school was abolished and established the doshisha higher school of commerce . 1937 : helen keller gave a lecture . faculty of theology within the doshisha technical school was abolished . 1940 : ethics and education major under the department of philosophy within faculty of letters were divided into ethics major and education major . 1941 : faculty of letters ( school of theology , department of english , and department of philosophy ) was reorganized into the school of theology ( theology major ) , and department of cultural studies ( ethics and philosophy , psychology , english language and english literature , faculty of letters and welfare studies major ) . 1944 : doshisha university research institute ( current institute for humanities and social studies ) was established . faculty of law and letters ( three departments of theology studies , welfare studies and law and economic studies ) was reduced to one faculty . doshisha industrial technical school was established , and the department of electric communication , department of mechanics and department of chemical engineering were established . 1946 : it was restored to its original two faculties . welfare studies were reorganized into the department of sociology within a faculty of letters . 1947 : school of theology within faculty of letters was reorganized into the faculty of theology . 1948 : the university with a new system was established with four faculties ( faculty of theology , faculty of letters , faculty of law and faculty of economics ) . 1949 : established the faculty of commerce and the faculty of engineering and became a six faculties system . the first university to start an entrance examination using braille in japan . started a student 's association . 1950 : master 's degrees for the graduate school of theology , graduate school of literature , graduate school of law , graduate school of economics , and graduate school of commerce were established . department of junior college ( two-year , nighttime course ) with school of english , school of commerce , school of economics and school of engineering was established . 1951 : faculty of liberal arts was abolished . 1952 : all technology schools of doshisha were abolished . 1953 : graduate school doctoral program was established . 1955 : graduate school of engineering master degree was established . 1957 : doshisha university research institute was renamed doshisha university , institute of humanities and social studies . 1958 : international institute of american studies was established . 1959 : science and engineering research institute was established . 1974 : an annex to shin-machi was established . 1976 : eu information center was established . 1986 : the tanabe campus ( currently the kyotanabe campus ) was established . a doctoral program in social welfare within the graduate school of literature ( second semester ) and a doctoral program for the graduate school of japanese literature ( second semester ) were established . 1988 : aesthetics and art majors within the graduate school of literature were established . 1991 : american studies was established as the first independent study in the graduate school . the academic information center was established . 1993 : institute for language and culture was established . religion center was renamed center for christian culture . a master 's program in education within the graduate school of literature , a master 's program in sociology within the graduate school of literature , and a doctoral program in american studies within the graduate school of american studies ( second semester ) were established . 1994 : the department of knowledge engineering , department of molecular science and technology , and department of chemical engineering and materials within the faculty of engineering were established . also , department of mechanical engineering was reorganized to department of mechanical and systems , and department of mechanical engineering the second course was reorganized to department of energy and mechanical engineering . the faculty of engineering and the department of engineering studies , and the science and engineering research institute were merged and relocated to the tanabe campus . doshisha university , seihokai ( the alumni association for the faculty of law ) was established . 1995 : graduate school of policy and management was established as an independent study course in the graduate school . 1996 : ' venture business program ' was established in the graduate school of commerce , a professional course . an ' advanced professional course ' was established in addition to applied economic theory major ( master 's degree ) within graduate school of economics . a doctoral program for aesthetics and art ( second semester ) was established within the graduate school of literature . 1997 : a doctoral program in sociology within the graduate school of literature and a doctoral program in general policy science within the graduate school of policy and management ( second semester ) were established . enforcement of the day and night lecture system . 1998 : a doctoral program in newspaper studies ( second semester ) was established within the graduate school of literature . master 's program for information and computer science , and master 's program for environmental science and mathematical modeling were established in the graduate school of engineering . enforcement of the two semester system . double degree system of école centrale ( école centrale des arts et manufactures ) was started . 1999 : the doshisha university center for japanese language and culture for exchange students were established . 2000 : a doctoral program in information engineering ( second semester ) was established within the graduate school of engineering . started the mutual utilization of libraries ( lending books ) using school id with doshisha women 's college of liberal arts . 2001 : a doctoral program in education ( second semester ) was established within the graduate school of literature . 2003 : master 's program for industrial relations within the graduate school of literature was established . the doshisha rohm plaza project was started . dissolution of the student 's association . 2004 : faculty for policy studies and the graduate school for professional ( law school , graduate school of business ) were established . two departments were established for the faculty of engineering . the student department was renamed the student support services center . adopted gpa ( grade point average ) system . 2005 : department of sociology within faculty of letters was reorganized as the faculty of social studies . faculty for cultural and information science was established . anti-aging research center was established . a comprehensive agreement was concluded with kyotanabe city . affiliated with the kyoto graduate union of religious studies . 2006 : department of knowledge engineering within the faculty of engineering was reorganized as the department of intelligent information engineering and science . introduced foreign language honors ( system of commendation for honor students of foreign language classes ) . introduced project courses . established open courseware . study exchange and exchange student agreements were concluded with the university of milan . started a corporation program ( program of the acquisition of license to be an elementary school teacher ) with distance education , department of child education , faculty of developmental education of kobe shinwa women 's university ( elementary education course ) ( coeducational school ) . stanford japan center was established . d-egg ( incubation facility ) was completed . 2007 : anti-aging dock was established . assistant professor renamed associate professor . 2008 : faculty of engineering was reorganized as the faculty of science and engineering , and two departments were reorganized and one department added . faculty of life and medical sciences ( three departments ) , faculty of health and sports science ( one department ) , and graduate school of life and medical sciences were established . 2009 : department of psychology within the faculty of letters was reorganized as the faculty of psychology , and all students in the faculty were relocated to kyotanabe campus . the graduate school of psychology was also relocated to kyotanabe campus . all students of the school of theology and the faculty of social studies were relocated to imadegawa campus . xx-kochi ' ( xx campus ) is the official name at doshisha university . however , ' xx campus ' is also used as a name . ( only for kansai science city campus , " campus " is officially used for the campus name . ) imadegawa campus ( karasuma higashi-iru , imadegawa-dori , kamigyo ward , kyoto city , kyoto prefecture , 602-8580 ) shinmachi campus ( kamigyo ward , kyoto city , kyoto prefecture ) shinmachi campus ( kamigyo ward , kyoto city , kyoto prefecture ) kyotanabe campus ( 1-3 tatara miyakodani , kyotanabe city , kyoto prefecture , 610-0394 ) kansai science city campus ( 4-1-1 kizugawadai , kizugawa city , kyoto prefecture , 619-0225 ) osaka satellite ( nomura fudosan nishi-umeda building 9th floor , 2-1-22 umeda , kita ward ( osaka city ) , osaka city , osaka prefecture , 530-0001 ) tokyo office ( div . 566 , level 5 , nippon building , 2-6-2 otemachi , chiyoda ward , tokyo , 100-0004 ) symbol school badge this is a drawing of three triangles which is an assyrian letter ' mutsu ' that means country or land . knowledge , benevolence , and body , three things together working for harmony , expresses the philosophy of education at doshisha . the designer was hangetsu yuasa . school color two colors , purple ( the middle color of dark purple and edo purple ) and white . same color of the school color of amherst college which the founder , joseph hardy neesima ( jo niijima ) graduated from . school song doshisha college song ( words by william merrell vories , music by karl wilhelm ) based on a traditional folk song of german ' die wacht am rhein ' and william merrell vories wrote the words . also school song of yale university where many missionaries were graduated from , uses the same melody . the song is sometimes available at karaoke bars . doshisha college song ( words by hakushu kitahara , music by kosaku yamada ) it 's recorded in a collection of college songs ( cd ) distributed to the first year sturents of doshisha university annually . while it was recorded by the glee club of doshisha university , a men 's chorus group , without any background music until 2004 , it was recorded as mixed chorus arrangement of five people in chapel with vocal percussion from 2005 , and it was also recorded in an orchestra version with the doshisha symphony orchestra . arrangement and song is by the a cappella circle ' one voices ' . rooters ' song doshisha cheer the song is also sung at many events other than sports where cheering is going on . doshisha heroes number of students there are 26,000 student studying at doshisha university . school of theology it was specified as the school of theology in 1999 . it no longer has the purpose to train clergyman for a particular sect ; it has become a faculty where students can study monotheism together with various religions . it not only has christian theology courses but also those related to judaism and islam . after graduating the school of theology many students find jobs at general , private-sector companies , in a similar way as students of other departments . first- and second-year students study at kyotanabe campus , while third- and fourth-year students study at imadegawa campus . after the 2009 academic year all students were relocated to imadegawa campus . school of theology faculty of letters initially , faculty of letters had a department of english , department of cultural studies and department of sociology , but each major in the department of cultural studies was reorganized into each department when the department of sociology was reorganized as the faculty of social studies in the 2005 academic year . first- and second-year students study at kyotanabe campus , while third- and fourth-year students study at imadegawa campus . department of english department of philosophy department of psychology the department of psychology was reorganized as the faculty of psychology , and all students were relocated to kyotanabe from the 2009 academic year . department of aesthetics and art theory department of cultural history department of japanese literature the evening division for a japanese literature major within the department of cultural studies was abolished in march 2003 . faculty of social studies welfare studies major , department of cultural studies , faculty of letters ( established in april , 1941 ) was the predecessor of the current faculty of social studies . it was reorganized as welfare studies , faculty of law and letters in october 1944 , and the department of sociology , faculty of letters was established in april 1946 . after that , it was reorganized as the faculty of social studies in the 2005 academic year . first- and second-year students study at kyotanabe campus , while third- and fourth-year students study at imadegawa campus . after the 2009 academic year all students were relocated to imadegawa campus . department of sociology department of social welfare department of media , journalism , and communications renamed from newspaper studies major , department of sociology , faculty of letters in april 2004 . department of industrial relations department of education and culture faculty of law department of politics in doshisha school of law and politics established in 1891 grew to become the present faculty of law . the doshisha school of law and politics was abolished because all professional schools merged together to comply with the act of colleges in 1904 , and the doshisha technical school was established . doshisha university was established in compliance with the acts of colleges in 1912 , and faculty of politics and economics was established . doshisha university was opened in compliance with the acts of colleges in 1920 , and the department of political science , faculty of law was established . the university became doshisha technical school in compliance with the acts of colleges in 1922 , and faculty of politics and economics was established . the higher english department of doshisha technical school and department of law and economics were merged together , and the doshisha technical school of foreign affairs was established in 1944 . also , doshisha university was reorganized in accordance with the acts of colleges in the same year , and the above technical school became the department of politics and economics , faculty of law and letters . two years later in 1946 , the faculty was returned to its original structure , and became the department of political science and department of law within the faculty of law . the faculty of law was established as a university under a new system in 1948 . the doshisha technical school of foreign affairs merged into doshisha university in 1949 and the technical school was abolished in 1952 , integrating the place to pursue studies in politics and law at doshisha . first- and second-year students study at kyotanabe campus , while third- and fourth-year students study at imadegawa campus . seminar is not required for graduation . the evening division was abolished in march 2004 . course system was abolished in april 2005 . there was a time when the students called the ' faculty of a-ho ( law ) ( faculty of stupid ) , ' because it was the faculty for low score applicants from related high schools . department of law department of political science faculty of economics department of economics at the doshisha school of law and politics established in 1891 grew to become the present faculty of economics . doshisha school of law and politics was abolished in 1904 . doshisha university was opened in accordance with the acts of colleges in 1912 and the faculty of politics and economics was established . the faculty of politics and economics was renamed the faculty of law in 1919 . doshisha university was opened in accordance with a new system of the acts of colleges in 1920 , and established the department of economics , faculty of law . the university became doshisha technical school by the acts of colleges in 1922 , and established the faculty of politics and economics . the higher english department of doshisha technical school and the faculty of politics and economics were merged to establish the doshisha technical school of foreign affairs in 1944 . also , doshisha university was reorganized under the acts of colleges in the same year , and the technical school became the department of politics and economics , faculty of law and letters . two years later in 1946 , it returned to its original structure , becoming the department of economics , faculty of law . the faculty of economics was established under a university with a new system in 1948 . the doshisha technical school of foreign affairs merged into doshisha university in 1949 and the technical school was abolished in 1952 , integrating the place to pursue studies in economics at doshisha . it was specified as the department of economics , faculty of economics in 1999 . the curriculum is established in such a way that most of the specialized courses are four credit , and held two times a week . consequently , each class is heavily burdened . the students and applicants advise ; ' do not choose the faculty of economics . ' a first-year student is required to take a basic seminar in a small group as a requirement during the spring semester . it is possible to take the actual seminar from the fall semester of the second year , and it is not a requirement . therefore , a graduation thesis is not required . there are about 50 seminars , and the number of students in each seminar varies considerably . first- and second-year students study at kyotanabe campus , while third- and fourth-year students study at imadegawa campus . the evening division was abolished in march , 2004 . course system was abolished in april 2005 . department of economics faculty of commerce the higher faculty of commerce established when doshisha technical school was reorganized in 1922 grew to become the present faculty of commerce . after that the doshisha technical school was renamed the doshisha higher commerce school in december 1930 . renamed doshisha technical school of commerce in 1944 . the faculty of commerce was established at doshisha university in 1949 , and the doshisha technical school of commerce merged into the faculty of commerce of doshisha university , and the doshisha technical school of commerce was abolished in 1952 . specified as the department of commerce , faculty of commerce in 1999 . each grade has little less than 1000 students , and there are many large scale classes . attendance is taken even in a class of specialized courses , and scores of test of english for international communication ( toeic ) can be applied for credits , therefore it 's easy to earn credits when compared to other faculties , so sometimes students call it the ' fun faculty of commerce ( easy ) . ' it is possible to take a seminar from the spring semester of the third year , and it is not a requirement . therefore , a graduation thesis is not required . the curriculum for the faculty of commerce was adopted as a support program for distinctive university education in 2007 ; a first-year education program aiming to provide an ideal meeting ground between students and teachers - systematic education reform in the large-scale faculty and the measurement of its effect- . first- and second-year students study at kyotanabe campus , while third- and fourth-year students study at imadegawa campus . the evening division was abolished in march 2003 . department of commerce faculty of policy studies in 2004 doshisha university established a new faculty for the first time in 55 years . the students can study a wide range of social science without giving too much weight to particular fields such as law , economics , sociology , and so on . however , due to the many students who are not sure as to what they were in fact studying , it is very important for them to become responsible for their own actions . they study at imadegawa campus ( mainly at shinmachi campus ) for four years . department of policy studies faculty of culture and information science the faculty was established in 2005 . it is a unique faculty in japan . the students collect and analyze information , and learn how to get to the bottom of the culture . yukio hatoyama was invited as a guest professor , and taught some classes . the students study at kyotanabe campus for four years . department of culture and information science faculty of science and engineering doshisha harris school of science and chemistry established in 1890 grew to become the present faculty of science and engineering . doshisha harris school of science and chemistry was renamed the harris school of science in 1892 , and renamed the harris school of science , doshisha higher division in 1897 . it merged with the school of literature , doshisha higher division in 1904 , and doshisha technical school was established under the acts of colleges , but it was abolished in 1912 . the doshisha engineering college was established in 1994 , within which the department of electric communication , department of mechanics , and the department of chemical engineering were established . the faculty of engineering ( department of electricity , department of mechanics , and department of chemical engineering ) were established in doshisha university in 1949 , therefore doshisha engineering college was integrated into the faculty , and abolished in 1952 . an evening division of the college opened , which signaled the establishment of the department of electrical engineering , department of mechanical engineering , and department of industrial chemical in 1954 . in 1962 , department of electricity was renamed the department of electrical engineering , and department of mechanics was renamed department of mechanical engineering . in march 1963 , the evening division was abolished , and in april 1963 , the department of electronics , department of second mechanical engineering , and department of chemical engineering were added . in 1994 , the whole faculty of engineering was relocated to kyotanabe campus , and the department of knowledge engineering was added , department of mechanical engineering , department of the second mechanical engineering , department of industrial chemical , and , department of chemical engineering were respectively reorganized into department of mechanical and systems engineering , department of energy and mechanical engineering , department of molecular science and technology , and department of chemical engineering and material . the tuition fees for this faculty are the highest in this university as well as those for the faculty of life and medical sciences . that is why the faculty is sometimes called ' faculty of lack of filial piety . ' the students study at kyotanabe campus for four years . it was reorganized from the faculty of engineering in the 2008 academic year . department of intelligent information engineering and sciences in 1994 , faculty of knowledge engineering was established . in 2006 , it was renamed to the department of intelligent information engineering and sciences . department of information systems design it opened in the 2004 academic year . department of electrical engineering department of electronics department of mechanical and systems engineering department of energy and mechanical engineering department of molecular biology and biochemistry department of molecular science and technology was opened in 1994 . it was reorganized from the department of molecular science and technology in the 2008 academic year . department of chemical engineering and materials science departments of chemical engineering and material science was opened in 1994 . it was reorganized from the department of chemical engineering and material science in the 2008 academic year . department of environmental systems opened in the 2004 academic year . department of mathematical sciences opened in the 2008 academic year . faculty of life and medical sciences the students study at kyotanabe campus for four years . opened in the 2008 academic year . department of biomedical engineering department of biomedical information department of medical life systems faculty of health and sports science the students study at kyotanabe campus for four years . opened in the 2008 academic year . department of health and sports science graduate school of theology ( first semester , second semester ) a master 's program was established in 1950 , and a doctoral program was established in 1953 . this is the most historical organization of theology education in japan . theology major biblical theology research course historical theology research course organizational theology research course practical theology research course monotheistic religion research course graduate school of literature ( first semester , second semester ) a master 's program was established in 1950 , and a doctoral program was established in 1953 . it was divided into graduate school of literature and graduate school of social studies in the 2005 academic year . philosophy english literature and english linguistics it was renamed from english literature major in the 2005 academic year . cultural history graduate school of psychology japanese literature aesthetics and art theory graduate school of social studies ( first semester , second semester ) it was divided from the graduate school of literature in the 2005 academic year . social welfare media studies it was renamed from newspaper studies major in the 2005 academic year . education sociology industrial relations graduate school of law ( first semester , second semester ) a master 's program was established in 1950 , and a doctoral program was established in 1953 . political science private law public law graduate school of economics a master 's program was established in 1950 , and a doctoral program was established in 1953 . economic theory ( first semester ) applied economics ( first semester ) economics policy ( second semester ) graduate school of commerce ( first semester , second semester ) a master 's program was established in 1950 , and a doctoral program was established in 1953 . commerce graduate school of engineering ( first semester , second semester ) a master 's program was established in 1955 . information and computer science it was reorganized from knowledge engineering as of the 2008 academic year . electrical and electronic engineering it was reorganized from electrical engineering as of the 2008 academic year . mechanical engineering applied chemistry science of environment and mathematical modeling graduate school of culture and information science ( first semester , second semester ) a doctoral program ( first semester ) and a doctoral program ( second semester ) were stablished in the 2007 academic year . culture and information science graduate school of american studies ( first semester , second semester ) a master 's program was established as an independent research course for research on america for the first time in japan in the 1991 academic year . in the 1993 academic year , the master 's program was renamed to the doctoral program ( first semester ) , while a doctoral program ( second semester ) was added . american studies graduate school of policy and management ( first semester , second semester ) general policy science public policy course corporate policy course international policy course engineering / innovative management ( tim ) research course first semester course was established since the 2008 academic year . social innovation research course human security research course graduate school of life and medical sciences ( first semester , second semester ) established in the 2008 academic year . life medical sciences medical engineering course medical life systems course doshisha law school ( professional degree course , law school ) established in the 2004 academic year . students study at kambaikan at muromachi campus . a mock court and a study room which can be used 24 hours are established in the kambaikan . the school placed 9th overall in japan , for the number of successful candidates who passed the new bar examination in the 2007 academic year , but the ratio of successful applicants was 35.0 % , 57 out of 161 examinees . it was well below the national average of the successful applicants ratio , 40.2 % . private universities ' successful applicants ratio was also 35.0 % , so the examination pass rate was not very high . graduate school of business ( professional degree course ) established in the 2004 academic year . center for japanese language and culture research center research center for worldwide business institute for technology , enterprise and competitiveness center for interdisciplinary study of monotheistic religions research center for human security research center for social common capital center for media and communications research center of japanese corporation laws studies center for contemporary asian studies eu research center research and development center for bamboo resources biomimetics research center energy conversion research center research center for intelligent information science center for research in human development center for studies on emotions , stress , and health biomedical engineering research center biomarker research center research center for inflammation and regenerative medicine anti-aging research center institute for language and culture institute for the study of humanities and social sciences international institutes of american studies science and engineering research institute center for life and medical sciences research and development center for composite materials center for japan-korea local governance study bio-navigation research center research center for interfacial phenomena center for japan-korea local governance study attached facilities educational development center intellectual property center liaison office office for research initiatives and development center for christian culture doshisha rohm plaza stanford japan center eu information center library and information technology center ( library , information environment ) with the library , computing center , audiovisual room combined , it was established in 1991 . d-egg ( incubation facilities ) tubingen university center for japanese language akp doshisha international students ' center summary the history of doshisha 's library began in 1876 when a reading room was established and joseph hardy neesima ( joe niijima ) , the founder of the university , opened his collection of books to the students in order to lend them out . the first library ( yusyukan ) was completed in 1887 . the library was the biggest library in japan at that time . the second library ( present keimeikan south building ) was completed in 1915 . the present main building of the keimeikan was completed in 1920 . the present imadegawa library was completed in 1973 . learned memorial library was completed and opened at kyotanabe campus in 1986 . there are 702,309 books in the collection at present ( as of end of 2001 academic year ) . library list imadegawa library ( imadegawa campus ) learned memorial library ( kyotanabe campus ) chronological table 1876 : a reading room was established and joseph hardy neesima ( joe niijima ) , the founder of the university , opened his collection of books to the students , beginning to lend them out . 1882 : the library books were separated when doshisha school of law and politics opened . 1887 : the first library ( the present yushukan ) was completed . 1912 : more books were moved to other shelves because some areas of the library were changed into classrooms . 1915 : the second library ( the present keimeikan west building ) was completed . 1917 : the rules for the doshisha library were established . to put a chief librarian was demanded . 1918 : the doshisha office organization was established , and it was determined that a chief librarian and librarians were needed . moreover , the library came to be regarded an institution equivalent to the main office of doshisha , doshisha university , and doshisha girls ' school . 1920 : the second main building of the library ( present main building of keimeikan ) was completed . the library was reorganized when doshisha university was approved under the university ordinance , and the doshisha women 's university library and other libraries became independent . 1921 : the first library was renamed yushukan . 1946 : the study room of doshisha university library was opened . 1949 : regulations to manage the doshisha library were established , and all doshisha libraries were aimed at centralizing book management . 1954 : each doshisha school planned to manage its own collection of books independently . 1967 : shinmachi reading room opened . 1973 : the present imadegawa library was completed . 1976 : the eu information center opened . 1986 : learned memorial library was completed with the opening of kyotanabe campus . 1991 : the academic information center , with a library , computer center and audiovisual room , was opened . 1996 : library cards ( with bar codes on them ) were abolished , and student cards or staff identity cards ( magnetic cards ) came to be used as library cards . 2001 : renamed the library and information technology center . change in the number of books archives center doshisha archive center history archive center two projects were adopted as the 21st century center of excellence program . the year 2003 social science comprehensive research for engineering , corporations , and international competition interdisciplinary , composition , new territory interdisciplinary research for monotheism high-tech research center project the 2006 academic year research center for interfacial phenomena research on evaluation of physical properties which appear by controlling the fine structure of interfaces . the 2007 academic year research and development center for composite materials development and application of the latest composite materials high-tech research center adopted in the 2001 academic year . graduate school of engineering research on applied technology of nano hybrid structure academic frontier promotion program the 2004 academic year research center for worldwide business research with regard to government , nation , and corporation , legal research with regard to corporate behavior of worldwide business , economic research with regard to corporate behavior of worldwide business , and research on new trends of strategic management for worldwide business . the 2005 academic year research center for intelligent information science elucidation of human and creature intelligence and applications thereof . biomedical engineering research center new developments on biomedical engineering research - developments of biomaterials and systems of welfare and nursing the promoting base of academic frontier adopted in the 1997 academic year . graduate school of engineering leading edge materials and compound science , etc . adopted in the 1998 academic year . research organization for total humancare support diversified research concerning a lifelong education of the ' mental ' and ' physical ' health in an aging society with a declining birthrate . adopted in the 1999 academic year . research center for worldwide business comprehensive research of worldwide business adopted in the 2000 academic year . graduate school of engineering intelligence information science and its application adopted in the 2003 academic year . energy conversion research center next-generation systems with zero-emission energy conversion adopted in the 2003 academic year . research organization for total humancare support research project for total humancare support cooperation with industry , government , schools doshisha university cooperates with the industry , government , and schools in various ways . doshisha rohm plaza project the doshisha rohm plaza project is an extracurricular project aimed at cultural creation and sharing , as well as human resources development for next-generation society through cooperation by industry , government , academia , and local community . it is operating in the project room at doshisha rohm plaza of kyotanabe campus . the project is managed mainly by students , and they receive financial and commodity support from doshisha university .. there is the project called the core project , and it manages the entire doshisha rohm plaza project . the project was chosen as ' creation of " produce technology , " human resources training by project based learning , ' in the contemporary education needs initiative support program in the 2004 academic year . project class in the 2006 academic year , ' project class ' was organized as a liberal arts education program common among all grades , which was a practical and student-centered class , being different from the conventional style of classes in which students carried out desk work . the purpose of this class was to have the students learn real intelligence and arts , and also cultivate ideas of what was happening on the ground , training the ability to think of ' where ' the problem is and ' how ' it is solved , in collaboration with local communities and companies . it was adopted as a support program for contemporary educational needs in the 2006 academic year , ' regional revitalization by project based subject invited from the public - aiming to create a model of cycle-oriented activities in cooperation with the local community- . ' skipping a grade system the skipping a grade system was established whereby a third-year student can enter graduate school if approved as an honor student upon completion of the third year . a bachelor 's degree is not acquired because the student would be considered a college dropout . double degree system the double degree system was established to acquire degrees form both the graduate school of engineering and ecole centrale . double degree system within the school the students in the doshisha graduate school of engineering and graduate school of business can respectively obtain masters of engineering and masters of business degrees after three-years of study . foreign language honors foreign language honors is a prize which was established in the 2006 academic year in order to commend students who achieved excellent results in foreign language classes . prize winners are commended by the university president , and are recorded on the students ' academic transcript . sponsorship system for the undergraduate students a system which enables the undergraduate students to start taking master 's course classes , so the students can complete the master 's program a year after they enter graduate school . adopted programs initiative support program for contemporary educational needs the 2004 academic year creation of ' produce technology , ' human resources training by project based learning the 2005 academic year proposals for designs to activate the keihanna intellectual special district - creating a city by students through an educational program to reform the environment and city fostering professionals in corporate legal work - developing and practicing programs the 2006 academic year regional revitalization by project based subject invited from the public - aiming to create a model of cycle-oriented activities in cooperation with the local community- . ' the 2007 academic year heuristic career education program driven by action plans - a program for supporting the formation of multiple careers through a hands-on general and liberal education which encourages students ' self-development support program for distinctive university education the 2004 academic year creation of new cultural education in cooperation with universities creation of the university community the 2005 academic year program for human resource training in cooperation with industry , government , and the local community the 2006 academic year maintenance of the information environment , and a shift to strict assessment of school records the 2007 academic year a first-year education program aiming to provide an ideal meeting ground between students and teachers - systematic education reform in the large-scale faculty and the measurement of its effect- . support program for promoting formation of professional graduate schools such as law schools the 2006 academic year global innovation for traditional industries project support program for establishing professional graduate schools including law schools the 2004 academic year project for developing and sharing of educational material for teaching practical skills the 2005 academic year developing a system to ensure business school education cyber campus development project the 2002 academic year cyber campus development project of doshisha university initiatives for ' attractive graduate school education ' the 2005 academic year social innovation study course at the graduate school of policy and management promotional program for education to accommodate working people 's needs to return to school the 2007 academic year re-challenge support program for social innovation student support program based on contemporary social needs the 2007 academic year a plan to support students by participation from the local community - cooperation project of different generations based on kyomachiya . support program for the enhancement of graduate school education the 2007 academic year open field education through the collaboration of research centers - graduate school of literature , graduate school of psychology international theory and practice cycle-oriented education system ( fostering advanced professionals who are actively involved in welfare and other fields ) - graduate school of social studies , social welfare course for nurturing electric and communication infrastructure researchers and engineers - graduate school of engineering , electrical engineering support program for promoting formation of professional graduate schools the 2007 academic year national support platform for legal career ( cooperating with 13 colleges . applicant was meiji university . ) what 's on thursdays ( wot ) various programs are held at kambaikan hardy hall at muromachi campus such as movies , concerts etc , on every thursday when the university is in session . students and employees can join free of charge , and it is opened to the local community for a fee . ♭ ( flat ) program movies , concerts and cultural programs are held in the hello hall at kyotanabe campus every week when the university is in session . all of these are free , and are open to the local community . the groups operating at doshisha university are divided into two : those registered with the student support services center and those officially accredited as extracurricular activity groups ( gakuyudan groups ) . during the orientation period when freshmen enter the university , each group sets up a booth within the campus to fiercely compete for new students . even free papers are issued because there are too many groups . because there are many different groups of the same sport , some of them form leagues such as doshisha tennis league ( dtl ) , d-league in soccer , and so on . groups approved by student support services center by filling out the registration form and submit it to student support services , they are approved as a registered group however it is approved on the condition that the required number of students is met , and an adviser is installed . they will be able to use various school equipment and facilities like the copy machine and conference rooms etc . there are approximately 230 groups . groups approved by gakuyudan groups approved by student support services center can be officially accredited as gakuyudan ( extracurricular activity ) groups after they pass the examination . the groups are granted privileges , and moreover , they came to gain more support from the university such as club rooms called box , subsidies , and so on . about 170 athletic associations also belong to the accredited groups . the school festivals of doshisha university are ' doshisha eve ' held at kyotanabe campus , and ' doshisha kyotanabe festival ' which is held at kyotanabe campus . both school festivals are opened to the local community . doshisha eve it 's named ' eve ' because the festival is held until november 29 which is the day before the anniversary of the school establishment . there are booths standing in a row on imadegawa campus , and lives and exhibitions are held in classrooms . not only the groups accredited by gakuyudan , but also groups registered with the student support services center and students belonging to each seminar open refreshment stalls . many other universities ' students and ordinary people also come to see the festival as well as doshisha university students . doshisha eve has a long history and has been held about 60 times . the official name of the festival is " the xxth doshisha eve " where " xx " is not the number of times of the festival but the number of years since the establishment of the doshisha . this is not a university-led festival , but every year an executive committee of doshisha eve is organized and operates the festival . although doshisha eve is generally called ' eve festival , ' doshisha eve is an opportunity for ' expressing students ' activities . ' because the purpose of the school festival is different from that of other universities , it is incorrect to call it ' eve festival . ' the whole university is closed on the following foundation day . the gay bar ' which is held by taisei dorm every year or the costume live which is held by light music club called shibusashirazu at the final day are popular . the big himalayan cedar around the west gate ( the gate which faces karasuma-dori street ) is illuminated from around that time to end of the year , that is popular and is also introduced in magazines . this is the routine in every year , but the tree was not illuminated during the year of the jr fukuchiyama line derailing accident . doshisha kyotanabe festival ( nicknamed : adam festival ) originally there was no school festival held on the kyotanabe campus , but it came to be held as part of the comprehensive agreement with kyotanabe city since the 2005 academic year . it aims at ' totally new festival in cooperation between university and the local community , ' so not only the students but also citizens can partake in the refreshment stalls and performances on stage . other than the above , artist live performances and ob and og lectures are held . it is called ' adam festival , ' as contrasted with ' doshisha eve ' which is held at the imadegawa campus . this name ' adam ' was named from a children 's story ' adam and eve , ' but the executive committee of eve complained that the origin of doshisha eve ' might be misunderstood . while the university sponsors the event , the planning and operation is carried out by the executive committee of students . and kyotanabe city is the cosponsor supporting public information etc . approximately 20,000 visitors . the festival is held around early november which is earlier than ' eve , ' and it is on the same day as the ' cultural festival for citizens ' sponsored by kyotanabe city . sports festival is also celebrated together . sports festival it is has been held at kyotanabe campus since the 2002 academic year it opens in early november the same time as the doshisha kyotanabe festival , and it 's open to the local community . the sports association 's baseball team at doshisha university is affiliated with kansai big six baseball league , and the doritsu-game ( a match between doshisha and ritsumeikan university ) is well known among university baseball fans . doshisha university wild rover is the nickname of the american football team that originates from the name of the ship that joseph hardy neesima ( jo niijima ) was on , when he escaped from the country and moved to the united states . the doshisha rugby team is well known as a very strong team in the kansai college rugby society ; they won four times including consecutive wins in the inter-college rugby football championships in the early 80 's . doshisha enterprise by area doshisha alumni association the alumni association of doshisha university is named ' doshisha alumni association ' and its branch associations exist at each location . by faculty doshisha university faculty of commerce jutokukai organized by graduates of the faculty of commerce at doshisha university . the forerunner is tokushokai established in 1926 . dokeikai organized by graduates of the faculty of economics at doshisha university . established in 1961 . doshisha university seihokai organized by graduates of the faculty of law at doshisha university . the number of members is approximately 47,000 . established in 1994 . in addition to the list of campuses below , doshisha has kyomachiya campus ( nakagyo ward , kyoto city , kyoto prefecture ) the kyomachiya campus is not on the official site , but it 's officially used in the school ad . although the campus consists of one building of machiya ( a traditional form of townhouse found mainly in kyoto ) called kokokan , it is widely used by the graduate school of policy and management and the re-challenge support program for social innovation which was adopted as education promotion program responding to working adults ' needs for re-learning in the 2007 academic year . also , the university is planning to open a new campus , and purchased the site of the kyoto textile technology center ( approximately 7700 square meters ) and is to move in october , 2010 . imadegawa campus was built on the site where the old residence of the satsuma domain once stood , as well as the residence of the reizei family which stood next to it , the kyoto imperial palace to the south , and sokoku-ji temple to the north . in the imadegawa campus , five buildings such as doshisha chapel , clarke memorial hall , and so on have been designated as important cultural properties . these buildings are still currently used for lectures , offices , and worship services , etc . in the 2010 academic year , doshisha junior high school in imadegawa campus will be moved to doshisha iwakura campus , and integrated with doshisha high school ; the site is going to be used by the university . doshisha women 's college of liberal arts , imadegawa campus , doshisha kindergarten , and doshisha girl 's junior and senior high school are located adjacently . imadegawa , shinmachi , and muromachi campuses are close to each other , so the three campuses are usually called imadegawa campus altogether , and used as almost one campus . the campus existed when there was just the doshisha english school that later grew to become doshisha university . on november 29 , 1875 , when doshisha english school opened , it rented a part of the sasuzane takamatsu 's residence ( the former residence of niijima now ) , teramachi marutamachi agaru , kamigyo ward , kyoto city , and it was used as a classroom and a dormitory . after about half a year , the building was completed on the land which had already been purchased , the present imadegawa , so the school was relocated . at the time , there were two buildings ( the first dormitory , the second dormitory ) and these were used as classrooms on the first floor and as a dormitory on second floor . although the doshisha was established based on christian doctrine , christians were being eliminated in kyoto at the time , so there were continuous campaigns against the doshisha by local residents . which is why the university made a contract with kyoto prefecture not to teach the bible during classes on the imadegawa campus . joseph hardy neesima ( jo niijima ) purchased a former tofu store which was near the current amherst house under niijima 's name , and taught the bible there which was outside school grounds . however , in fact the officer of kyoto prefecture discovered the teaching of the bible at the school , and niijima had to write a letter of apology . most of the buildings of doshisha were made of bricks , but the first building was made of wood , the first brick building was shoeikan ( the oldest brick building existing in kyoto ) which was completed in 1884 that was donated from the american board . the second dormitory was rebuilt at kyotanabe campus in the 1970 's . faculties : third- and fourth-year students of theology , letters , social studies , law , economics , and commerce , and all students of policy studies graduate schools : theology , letters , social studies , law , economics , commerce , american studies and policy and management both the faculty of theology and faculty of social studies were moved to imadegawa campus in the 2009 academic year . department of psychology within the faculty of letters was reorganized as the faculty of psychology , and all students were relocated to the kyotanabe campus in the 2009 academic year . faculty of commerce , faculty of economics , faculty of law and faculty of letters also plan to relocate to imadegawa campus in the 2010 academic year . kofukan ( k ) the office of the faculty of economics , the office of the faculty of law , and classrooms shiseikan ( s ) the office of the faculty of commerce , and classrooms divinity hall ( g ) the office of the faculty of theology , classrooms , and the chapel of divinity hall clarke memorial hall ( cl ) center for christian culture , classrooms , clarke chapel meitokukan ( m ) cafeteria , student store , classrooms , educational development center , research support division , and student lounge tokushokan the office of the faculty of letters and the graduate school of literature hakuenkan classrooms , graduate school joint library , the office of the international institute of american studies and the graduate school of american studies , and the office of graduate school of policy and management imadegawa library it contains the eu information center , and has a rich collection of books and reports concerning the eu . fusokan ( f ) research center for worldwide business , research center for human security , research center for social common capital , international center ( international department ) , japanese and japanese cultural education center ( department of international education ) , department of books in co-op keimeikan institute for the study of humanities and social sciences , doshisha archives center none harris science hall entrance examination center , public relations division , admission office , alumni association division yushukan general affairs division chienkan human resource department , accounting department , finance department , education department , planning department near imadegawa station , karasuma line of the kyoto municipal subway rinkokan mainly used for the faculty of policy studies and the faculty of social studies was rebuilt and completed in the fall of 2005 . rinkokan is located at a former site of a residence of konoe family which is one of the sekke ( regent family ) . even now the remains are buried underground . and there is a student hall used for the base of circle activities . rinkokan was newly built , and before faculty of policy studies opened , many foreign language classes were offered here for a second time . the students who had to go to shinmachi campus ( jinshinkan z ) were called ' z warriors . ' imadegawa , shinmachi , and muromachi campuses are close to each other , so they are often called imadegawa campus altogether , and almost used as a single campus . shinmachi campus was established in 1959 at a former site of the headquarters of gs yuasa corporation . faculties : mainly third- and fourth-year students of social studies , all students of policy studies , and foreign language classes graduate schools : none rinkokan classrooms , the office of the faculty of social studies , the office of the faculty of policy studies jinshinkan ( z ) classroom , department of facilities , department of the administration of property keisuikan the branch office of the faculty of social studies , the branch office of the faculty of policy and studies ikushinkan ( gym ) student hall new building of shinmachi three minutes from imadegawa station , karasuma line of the kyoto municipal subway muromachi campus is located across the imadegawa campus the karasuma-dori street from the imadegawa campus . it was built on the site where the old university hall once stood , and named in march , 2004 , when kambaikan was completed , and only kambaikan is called muromachi campus . the total floor space is 18,115 square meters ; the restaurant ' hamac de paradis ' is on the first floor and the french restaurant ' second house will ' is on the seventh floor . also there is a large-scale hall used for lectures or movies . imadegawa , shinmachi , and muromachi campuses are close to each other , so they are often called imadegawa campus altogether , and almost used as a single campus . it was the site where the former university hall used to be , and kambaikan was completed in march 2004 . the university hall was relocated to the shinmachi annex . faculties : none ( seminars of the faculty of law are held ) graduate schools : law school and graduate school of business kambaikan ( kmb ) student support services center , career center , health center , liaison office , the office of doshisha law school , the office of business school , engineer / corporation / international competition research center , itec research room , hardy hall , clover hall , conference room , classrooms none hamac de paradis , kambaikan a café restaurant located on the first floor in muromachi campus . during lunch time , they serve foods at low prices , but they are a little bit more expensive than those served at the school cafeteria of doshisha co-op . during the evening , the prices change , and alcoholic drinks are also served . friendly meetings are often held here after the events at kambaikan . not only students but also ordinary people use this place . the interior designer was yasumichi morita . second house will a french restaurant located on the seventh floor of the kambaikan in muromachi campus . prices are set slightly expensive , it 's used more like a normal restaurant rather than as a school cafeteria . it commands a fine view , and you can see the gozan okuribi ( mountain bon fire ) while eating . near imadegawa station , karasuma line of the kyoto municipal subway there is a sports facility , sports-oriented club activities and circle activities which are held here . it is also a base of research for the science and technological faculties , which is suggested by the fact that doshisha rohm plaza based on support from rohm is located here . but since it takes about one hour by train and bus ( transportation ) from imadegawa campus , some students complain about it . some works are under consideration , for example , relocation of the humanities faculties for the first-year and second-year students from kyotanabe campus to imadegawa campus , establishment of faculty of psychology on kyotanabe campus in accordance with the reform of department of psychology in the faculty of literature , and so on . when kyotanabe campus was built , school roads were also made from the kodo station on the kintetsu kyoto line to the university , but it takes less time to go through the residential streets rather than going along the school roads , and the students do not have to cross the elevated bridge above the doshishamae station , so many students do not use the school roads . the problem was televised on the voice of mainichi broadcasting ( news ) . land was purchased in kyotanabe city ( tanabe-cho in those days ) by the doshisha to satisfy the university establishment standards because imadegawa campus was getting more crowded each year . the basic plan regarding tanabe campus ' was approved by the board of directors of doshisha on august 14 , 1965 , and the committee for campus expansion was organized on august 25 , 1965 , and the professional committee of the land in tanabe was organized on december 4 , 1965 . on september 7 of the following 1966 , the university made a land contract with kinki nippon railway company , and also purchased land the next year in 1967 . the university first purchased an area approximately 470,000 square meters , and together with their second purchase , the land purchased totaled approximately 1000,000 square meters . twenty years after its purchase on march 27 , 1986 , a ceremony for completion was held together with the doshisha women 's college of liberal arts at the keishinkan of doshisha women 's college of liberal arts . when it opened , the first- and second-year students in each faculty studied there , but in 1994 the entire faculty of engineering ( the present faculty of science and engineering ) was moved . soon after it was founded , there were many complaints from students and teachers , so the problems were raised in the school newspaper . faculties : first- and second-year students of the faculty of theology , letters , social studies , commerce , and all students of the faculty of culture and information science , life and medical sciences , health and sports science , engineering graduate schools : graduate school of engineering , graduate school of life and medical sciences , graduate school of culture and information science faculty of theology and faculty of social studies were moved to imadegawa campus in the 2009 academic year . the department of psychology within the faculty of letters was reorganized as the faculty of psychology in the 2009 academic year , and all students were relocated to kyotanabe campus . the faculty of commerce , the faculty of economics , the faculty of law , and the faculty of letters are also planning to relocate to imadegawa campus in the 2010 academic year . doshisha rohm plaza ( rm ) it has a big well-style hall and many events are held here . in addition to a project room for the rohm memorial plaza project , career center and the general affairs department of university are located . it and media center many courses that use computers are offered . chishinkan1 ( tc1 ) there are many small classrooms , and a lot of small-class subjects such as english and second foreign languages are held here . chishinkan2 ( tc2 ) it has large classrooms , for example , two of them seat 1000 students , and so on . compulsory subjects , teacher training courses , and general education subjects are mainly held here . chishinkan3 ( tc3 ) mainly for nature science classes . mukokukan ( mk ) the office of faculty of culture and information science and the graduate school of culture and information science , classrooms keidokan ( kd ) classrooms sokokan ( so ) laboratories banjokan office of the faculty of health and sports science , education section of the registration administration center , classrooms science building ( rg ) the office of the faculty of science and engineering and the graduate school of engineering , the office of the science and engineering research institute , classrooms kochikan kokikan energy conversion research center keikikan shoshinkan ( ts ) department of information systems , information processing room . shishinkan ( sc ) hoshinkan ( hs ) ishinkan the office of the faculty of life and medical sciences kohakukan institute for language and culture learned memorial library library rugby ground american football ground soccer ground archery court japanese archery court firing range riding ground baseball ground baseball ground for rubber-ball softball ground tennis court ( hard ball , soft ball ) volleyball court outdoor swimming pool davis memorial auditorium inline skate court golf practice range shigyokan educational affairs center , student support service center , international center , department of facilities at kyotanabe campus korinkan instructor 's room , joint research room center for christian culture health center stable automobile driver 's training ground glider hangar kyotanabe annex gyoseikan ( d-egg incubation facility ) access : get off at doshishamae station on the katamachi line or kodo station of the kintetsu kyoto line . nara kotsu bus runs from shintanabe station on kintetsu kyoto line , and miyamaki station on kintetsu kyoto line . you can take a bus for ' wel sunpia kyoto ' and get off at ' doshisha daigaku seimon ' or take a bus for ' doshisha daigaku davis kinenkan ' which enters the campus . in december , 2005 , it was established on the site where canon ecology research institute once stood after purchasing the land . it is utilized as a new science and technological research facility in mutual cooperation with the adjacent gakkentoshi hospital and so on in the field of medical engineering . the space for the site is approximately 50,000 square meters , the space for the building is approximately 8,500 square meters . kaifukan ( laboratories , research rooms , conference rooms ) tennis court none six minutes from ' keinawa-dori ' by nara kotsu bus from hosono station of the katamachi line or shin-hosono station of the kintetsu kyoto line . also , 15 minute walk from kizugawadai station of kintetsu kyoto line . the land where doshisha high school and doshisha elementary school are now located ( sakyo ward , kyoto city , kyoto prefecture ) was used for sports by doshisha university . there are five cafeterias and specialty stores at kyotanabe campus because there are no restaurants in the neighborhood . hardy hall the big hall on the first basement level of the kambaikan at muromachi campus . it can accommodate 1,000 people . a movie is shown for wot ( what 's on thursdays ) on thursdays . movies are put on the screen by movie circles , and students group events are held , and moreover , many lectures are given . there is a part time job which is called hall art . clover hall the small hall on the first basement level of the kambaikan at muromachi campus . it can accommodate 1,000 people using portable seats . as in hardy hall , various events are held here . the big feature of the student dormitory of doshisha university is that it is managed and run by the students who live there . it is different from the typical dormitory image where the university comprehensively carries out management . doshisha university calls the idea of self-management by the students ' philosophy of autonomy . ' philosophy of autonomy ' is the idea that students who live in the dormitory manage and run the place even though the land and building belong to the university . in fact , the relationship with the university in the management of dormitory keeps certain tension , and they take the spirit of autonomy seriously while negotiating . the dormitory is based on ' philosophy of autonomy , ' so it is called an ' autonomous dormitory ' in doshisha university . the idea of an ' autonomous dormitory came from a student movement . around the period when the student movement in the showa period flourished , there was a tendency toward sovereign independence among the japanese universities , and at the doshisha university dormitory such an ideology was born , thus creating the trend which took the idea of gaining autonomy seriously . the relationship between the dormitory and doshisha university has been positive since the 1990s . in the past , the dormitory produced persons who became a trustee of the educational foundation of doshisha , and in 2004 , a ceremony and other events were held inviting trustees . dormitories are basically separated by sex , but amherst dormitory in imadegawa campus is the only mixed dormitory . men and women 's dormitory amherst dormitory the name amherst came from amherst university in the united states where joseph hardy neesima ( jo niijima ) went to study . with approximately 65,000 dollars in donations collected , construction was started in august 1931 , and the first 21 people started to live in the dormitory in may 1932 . the selection of applicants is conducted from february to march . recruitment stopped from the 2006 academic year because it is currently under construction . men 's dormitory taisen dormitory the selection of applicants is done twice a year , the end of february and the beginning of march . the ' okama bar ( gay bar ) ' which opens a stall at doshisha eve is the popular event every year . shishun dormitory the selection of applicants is done in the beginning of march . soto dormitory the selection of applicants is done in the beginning of march over two days and one night . gyosei dormitory the selection of applicants is done at the beginning of march . drc house the rugby team dormitory the ob association of doshisha university rugby team rents the whole building . women 's dormitory shoin dormitory the selection of applicants is done in the beginning of march . hitotsubu dormitory the selection for applicants is done twice , at the end of february and at the beginning of march . the dormitory once existed hawai dormitory it was donated in 1936 from mr. and mrs. richards who were residents of honolulu and were concerned about the poor relationship with japan and united states . it has a history that it was requisitioned and used as a dormitory for nisseki nurses . it was also the residence of inazo nitobe who was a director of doshisha for five years when he was in kyoto . it was in the vortex of the student 's revolution in the 1970 's and it was confined by the foreigner corps . because of that , the management of the dormitory committee was dissolved and it became an autonomous dormitory in 1972 . the dormitory was closed in 1988 , and was reborn as the doshisha friend peace house ( now a registered tangible cultural properties ) in 1997 . oto dormitory iwakura dormitory there is a dormitory at doshisha university which is managed and operated by the university , which is very different from the autonomy dormitory . this dormitory is a women 's dormitory for foreign and japanese students living together . it was built for the purpose of international and cultural exchange . the selection for applicants has two stages , and is done in december . the selection is done by the international center for foreign students , and the department of student support for japanese students . the term for staying in the dormitory is one or two years , and students have to move out during summer vacation in order to accommodate short term exchange students . cooperation with the urban renaissance agency ' keihanna intellectual special district ' ( initiative support program for contemporary educational needs ) doshisha yamate , minamitanabe kita area , kyotanabe city the comprehensive agreement with kyotanabe city ( concluded in 2005 ) kyotanabe city cooperation for education , culture , improvement of welfare , promotion and improvement of sports cooperation for the promotion of local industry and the creation of new industries cooperation for human resource cultivation cooperation for community renovation cooperation for other necessities japan student services organization ( jasso ) it has cooperated with network for academic support for students with physical challenges as a base school since 2006 . accounting school accounting school is not established in doshisha university , but it is a semi-member 's school . iseikai iseikai gakkentoshi hospital is close to kansai science city campus , and they have concluded a comprehensive agreement with the faculty of science and engineering and the faculty of life and medical sciences . cooperation on comprehensive education exchange kyoto prefecture university of medicine internal mutual exchange student system waseda university this is for the purpose of broadening student horizons through study in different areas and climates , as well as developing their personality : doshisha university students study at tokyo , which is the center of politics , economy , and culture , while waseda university students at kyoto , which takes pride in japanese traditional culture and history . also it is related to the fact that the school founders joseph hardy neesima ( jo niijima ) and shigenobu okuma had a good relationship . credit transfer system doshisha women 's college of liberal arts it 's possible to take classes concerning music and so on which doshisha university does not have . not only female students but also male students can take the classes , and about 100 students attend them every year . consortium of universities in kyoto ritsumeikan university kansai university ( graduate school ) kwansei gakuin university ( graduate school ) the program for the acquisition of a license to become an elementary school teacher ( type one ) kobe shinwa women 's university the agreement has been concluded since the 2006 academic year . in doshisha university , it was impossible for students to get a license to teach in elementary schools , but thanks to the agreement it became possible . kyoto graduate union of religious studies otani university graduate school of literature koyasan university graduate school of literature shuchiin university faculty of buddhist studies hanazono university graduate school of literature bukkyo university graduate school of literature ryukoku university graduate school of literature established in 2005 . the purpose is to expand the curriculum utilizing the character of each religion and denomination , and educating the professionals of religion . the regular research meeting and an open symposium are held , and credit transfer system has started since the 2006 academic year . koyasan university tantric buddhist culture , international association of shin buddhist studies , japan association of religion and ethics , research institute of the materials of esoteric buddhism , shuchiin university , doshisha university center for interdisciplinary study of monotheistic religions , nanzan institute for religion and culture , ncc center for the study of japanese religions , nippon christian academy and ryukoku university research institute for buddhist culture are all affiliated as a cooperation group . library agreement waseda university ritsumeikan university ryukoku university kyoto sangyo university kansai university kwansei gakuin university consortium of universities in kyoto national institute of informatics ( affiliation ) agreement with overseas schools university of cambridge university of london university of edinburgh university of sheffield university of york norwegian university of science and technology university of helsinki consortium japonais du college doctoral franco-japonais university of aix-marseille iii university of paris x city of paris industrial physics and chemistry higher educational institution ecole centrale de lille national graduate school of engineering chemistry of lille ecole centrale de lille , ecole centrale de nantes goteborg university , school of business , economics , and law university of warsaw charles university in prague universidad de salamanca university of vienna eberhard karls universitat tubingen johannes gutenberg-universitat mainz ludwig-maximilians-universitat munchen universitat hamburg humboldt-universitat zu berlin universitat zurich university of milan hebrew university the school of the qur 'an- the abunour islamic royal institute for inter-faith studies chonnam national university ewha womans university seoul women 's university methodist theological university methodist theological university ( seoul ) tribhuvan university de la salle university university of the philippines diliman thammasat university peking university - department of history fudan university northwest university ocean university of china renmin university of china wuhan university xidian university chinese university of hong kong xi 'an jiaotong university international islamic university gadjah mada university university of melbourne university of new south wales university of sydney university of wollongong victoria university of wellington amherst college university of wisconsin law school ( agreement concluded on educational exchange in the graduate school of law ) bates college bucknell university carleton college colby college connecticut college kalamazoo college middlebury college mount holyoke college oberlin college pomona college smith college stanford university university of california university of hawaii wellesley college wesleyan university whitman college williams college michigan state university university of wisconsin duke university university of washington hartford seminary university of north carolina at chapel hill victoria university ( canada ) university of winnipeg universidad de las americas universidad torcuato di tella pontificia universidad catolica de chile shiga gakuen high school ( since the 2008 academic year ) education cooperation agreements with christian high schools niijima gakuen junior & senior high school hokuriku gakuin high school nagoya junior high school / senior high school omi brotherhood schools kyushu gakuin lutheran high school , junior high school niijima gakuen junior & senior high school in gunma prefecture was established by shoji yuasa ( the family head of aritaya ) , who sympathized the philosophy of the founder of the doshisha , joseph hardy neesima ( jo niijima ) , on the basis of the philosophy , however , it does not mean that the doshisha established niijima gakuen junior & senior high school although the school shares the same philosophy . however , the school has quotas for recommendation to doshisha university , and the junior & senior high schools mingle with doshisha junior & senior high schools , so it was written here for reference . niijima gakuen junior & senior high school niijima gakuen junior college doshisha related schools are not attached to the university , and they have been considered independent schools which were established by the educational foundation , doshisha . however , doshisha elementary school is treated as an attached school to the university by management , so it is mentioned in the section of attached schools . college doshisha women 's college of liberal arts high school doshisha high school schools integrating junior and senior high schools doshisha girls ' junior and senior high school doshisha kori junior · senior high school doshisha international junior / senior high school junior high school doshisha junior high school kindergarten doshisha kindergarten jr fukuchiyama line derailing accident many students were on the train to attend classes in the second period , when the accident occurred : 3 students were killed and 34 students were injured . one of the factors which increased the damage was the structure of doshishamae station , which was regarded as problematic ( see the section of doshishamae station for further details ) . the following cultural properties exist at doshisha university . below are the important cultural properties at doshisha university specified by japanese government . buildings doshisha chapel ( imadegawa campus ) number : 1575 type 1 : school architecture specified date : july 1 , 1963 era : 1886 structure form : built of brick , space of building : 316.0 square meters , one story building , partly mezzanine and basement , plate roof designed by d.c. greene , it was completed in 1886 . american gothic brick building with an iron roof . it was built with a donation from the american board . it is the oldest protestant brick chapel existing in japan . constructed by kichibei mikami who built yushukan . it was described that ' five colors of light are falling ' in " black and brown eyes " which is a novel by roka tokutomi , because the stained glass was beautiful . it was specified an important cultural property in 1963 , and renovation was done from 1987 to 1990 . currently it is utilized as a chapel , and worship is open every week . also it is possible for those people related to doshisha to have a wedding ceremony on the weekend . this is the second chapel as the chapel of the doshisha ( the first chapel was built of wood ) yushukan ( imadegawa campus ) number : 1575 type 1 : school architecture specified date : may 21 , 1979 era : 1887 structure style : the building has a brick exterior and a pantiled roof ( except interior decoration ) ; two-story building with a basement ; building ; building area : 352.3 square meters the imperial palace where an enthronement ceremony is held is next to doshisha imadegawa campus , so the school authorities carried out strict guarding of the campus during the enthronement ceremony . however , when a big wooden brazier in the guardroom heated up , a fire broke out . because of that , the president danjo ebina , director and inspector assumed the responsibility and resigned . doshisha was blamed as though being a traitor . the surviving framework of yushukan was to be removed , but goichi takeda , a constructor of doshisha girls ' school , recommended repairing and preserving the building . yushukan was finally preserved by making reinforced concrete walls which were 15 cm in thickness on the outside walls . the name of yushukan was given by the president danjo ebina when it finished functioning as a library . harris science hall number : 1575 type 1 : school architecture specified date : may 21 , 1979 era : 1890 structure style : the building has a brick exterior and a pantiled roof ; a laboratory is located in the northeast section of the building ; building area : 587.0 square meters ( except interior decoration other than staircase ) . it was established by donations from jonathan n harris of new london ( state of connecticut ) , connecticut in the united states of america . the designer is alex n. hansell who was a member of the royal institute of british architects . being a brick building in english bond , it was completed in 1890 . it was specified as an important cultural property on may 21 , 1979 . clarke memorial hall ( imadegawa campus ) number : 1575 type 1 : school architecture specified date : may 21 , 1979 era : 1894 structure style : the building has a brick exterior and a pantiled roof ; a penthouse with a copper roof is located in the southwest section of the building ; building area : 389.4 square meters one book of construction specifications , etc . , one volume of construction plans it is a german neo-gothic style building , and people in doshisha university consider that ' the impressive steeple is a symbol of doshisha university . ' it was established by a donation of 6,000 dollars from mr. and mrs. b.w clarke on behalf of their son ( byron stone clark ) who died at age 27 . for that reason , the inscription ' the study of the world of god was dear to him ' can be seen on the wall of the first floor . it was called the clarke theology building when it was opened in 1894 , and it was used as a base of education and research on theology . along with ' blueprint ' and ' specification of a newly built building , ' it was specified as a national important cultural property in may 1979 . the reconstruction was done with approximately one billion yen from january 2003 to february 2008 . at this time , the parts reconstructed by the posterity were removed , and restored to their original state . in the doshisha eve held in the 2006 academic year , an event to write a line or two on the doi roof tiles , which was used in the repair work and said to last 100 years , was held . shoeikan ( doshisha junior high school ) designed by d.c. greene , it was completed in 1884 . american-gothic brick building with a tiled roof . it was built with a donation from the american board . it is the oldest brick building currently existing in kyoto city . below are the registered tangible cultural properties at doshisha university , which are designated by the japanese government . buildings amherst house ( imadegawa campus ) registered number : 26-0200 three-storied , one basement building with reinforced concrete structure , slate roof , space of the building : 343 square meters era : 1874 location , 632 sokoku-ji monzen-cho , imadegawa-dori karasuma higashi-iru , kamigyo ward , kyoto city , kyoto prefecture date of record on the original registration book : november 10 , 2005 date of official notice : december 5 , 2005 cornerstone laid : november 29 , 1931 completed : march 20 , 1932 features symmetrical outlook with new england / georgia style . it was specified as a tangible cultural property ( building ) on june 27 , 2005 . it is used as the student 's dormitory ( amherst dormitory ) , but is currently under reconstruction . it was designed by william merrell vories . the builder was shimizu-gumi . doshisha keimeikan main building ( imadegawa campus ) registered number : 26-0256 five-storied building with brick and reinforced concrete structure , slate roof , space of the building : 406 square meters era : 1920 location : 602-1 genbu-cho , imadegawa-dori karasuma higashi-iru , kamigyo ward , kyoto city , kyoto prefecture date of record on the original registration book : july 31 , 2007 date of official notice : august 13 , 2007 it was completed in 1920 as a library ( the second university library ) . it was designed by william merrell vories . during world war ii , it was in the ' do not bomb list of cultural properties in japan ' which was submitted by dr. landon warner . it was renamed ' keimeikan ' upon the completion of the current library ( the third university library ) in december 1973 . it was registered on july 31 , 2007 . doshisha keimeikan west building ( imadegawa campus ) registered number : 26-0257 four-storied building with brick and reinforced concrete structure , slate roof , space of the building : 153 square meters , with a passage connecting two buildings era : 1915 location : 602-1 genbu-cho , imadegawa-dori karasuma higashi-iru , kamigyo ward , kyoto city , kyoto prefecture date of record on the original registration book : july 31 , 2007 date of official notice : august 13 , 2007 it was completed in 1915 as a library ( the second university library ) . it was designed by william merrell vories . it was renamed ' keimeikan ' upon completing the current library ( the third university library ) in december 1973 . it was registered on july 31 , 2007 . doshisha friend peace house registered number : 26-0206 two-storied building built with wood , tiled roof , space of the building : 248 square meters era : in the middle of the meiji period location : 665-1 somedono-cho , teramachi-dori ishiyakushi-sagaru , kamigyo ward , kyoto city , kyoto prefecture date of record on the original registration book : march 2 , 2006 date of official notice : march 23 , 2006 it used to be the hawaii dormitory of doshisha university , and is currently utilized as doshisha friend peace house . the remains of residence of satsuma domain ( imadegawa campus ) the area around imadegawa campus used to be the residence of satsuma domain . it was relocated from nakagyo ward , kyoto city in 1862 , and became a base of the movement to overthrow the shogunate , as concluded in satsuma-choshu alliance . the remains of the konoe family residence ( shinmachi campus ) the area around rinkokan in shinmachi campus used to be the residence of the konoe family , a court noble family which was one of the sekke ( regent family ) . it is still currently kept in the basement in rinkokan . cobble stone artifact ( muromachi campus ) it was discovered in 2002 during excavation research prior to the construction of kambaikan . an unglazed earthenware from the 16th century was discovered in the cobble stones . it was assumed that the area around kambaikan used to be hana no gosho ( palace of flowers ) which the 12th shogun yoshiharu ashikaga rebuilt according to rakuchu rakugai-zu ( painting of kyoto and its surroundings ) ; these cobble stones are assumed to be the groundwork for the building at the northeast corner and the tile-roofed mud wall at its south because the things discovered and rakuchu rakugai-zu match . at present , one can see part of the discovery under the same condition as when it was discovered at kambaikan . dinosaur 's foot print ( imadegawa campus ) there is a dinosaur 's foot print at the passage connecting amherst house and the guest house . this foot print was discovered in the ravine in connecticut of new england , the united states of america , and it is described as ' a foot print on sand of the time ' prehistoric foot print was presented as imagination of the long ties from the ' new world ' to the ' old world ' of asia between the doshisha and amherst college , and the united states of america and japan . elementary school doshisha elementary school the university website ranking operated by gomez consulting co . , ltd. in august , 2007 rated doshisha at the third place among 131 college websites . the overwhelming volume of statistical data , and characteristic contents such as the cyber president room and doshisha quiz were the main reasons for winning the third place . it was ranked 20th in terms of user-friendliness , and 2nd in terms of information disclosure and innovativeness . +kyoto law school , a private school established in 1889 , is located in teramachi-dori shijo-dori kudaru daiun-in , shimogyo-ku , kyoto city , kyoto prefecture . the private school was established for the study of law and economics ; the owner of school was keijun yamazaki , who graduated from shihosho gakko ( ministry of justice school ) and then worked at kyoto shishin saibansho ( kyoto shishin court ) . additionally , the governor of kyoto , the professor of daishin-in ( professor of the supreme court of japan ) , the chief and the public prosecutor of kyoto shishin saibansho and the chief of police of kyoto prefecture were installed as honorary members . the professors were keijun yamazaki ( the school 's owner ) , yoshimasu kawamura , kito shikata , ichiro shimizu and tekesaku momose . after that it became impossible to keep up with the increasing numbers of applicants , so eventually kyoto hosei gakko ( kyoto school of law and politics ) ( the present ritsumeikan university ) virtually succeeded the school . continuously , keijun yamazaki had been a professor of kyoto hosei school . the purpose of establishing the school ( school regulations of kyoto hogakko in january 1888 ) the department of law concentrates on the law of france , but it deals with current japanese law as well . +the ritsumeikan university confucius institute is a private school whose purpose is to propagate education in chinese and culture . its main office is located in kita-ku , kyoto city , kyoto prefecture . in 2005 , gakkohojin ritsumeikan established ' academeia ritsumei 21 ' in the ritumeikan university kinugasa campus in association with the chinese government . the chinese government provides instructors and textbooks . the school is run through means of joint management with peking university . ritsumeikan university is the fifth establishment of the confucius institute . as of 2008 there are approximately 200 schools worldwide . principal the first principal , zhou weisheng ( a professor at ritsumeikan university ) history in 1900 , ritsumeikan gakuen was originated in kyoto hosei gakko ( kyoto school of law and politics ) , which was established by kojuro nakagawa , who was the secretary to kinmochi saionji . the current school name , ' ritumeikan , ' took over from the ritumeikan private school , which was opened by kinmochi saionji at the kyoto imperial palace in 1869 . origin of the school 's name the name ' ritsumeikan ' was derived from ' jinshinsho , ' a statement by mencius : " human life is decided by destiny , but while waiting for fate you must improve yourself . " because of that , the chinese government donated a statue of mencius that had been sculpted from white granite from shandong province , and announced at the opening ceremony of the ritsumeikan university confucius institute . +ashikaga school is a high educational institution of the medieval period which some say was established in the early heian period or the kamakura period . it was the highest de facto educational institution in the kanto region from the muromachi period through the sengoku period ( period of warring states ) . the school was located in gokagoson , ashikaga no sho estate , shimotsuke province ( present-day ashikaga city , tochigi prefecture ) . by the early meiji period only its building was left , and the school was finally closed in 1872 . after closure , only the confucian shrine and a few other buildings were left . in 1990 , hojo ( an abbot 's chamber ) and a garden were revived and opened to the public . ashikaga city board of education manages it today as a site for lifelong education . several theories and opinions have been long divided over when ashikaga school was founded . ( refer to the paragraphs below outlining this controversy . ) although the school had been in decline by the early muromachi period , norizane uesugi , who became the lord of ashikaga in 1432 , himself contributed to its restoration and revived it by inviting kaigen , a monk of engaku-ji temple , kamakura to the school as its shoshu ( principal ) and donating his collection of books . his contribution succeeded and attracted students from all over the country from ou region in the north to ryukyu in the south . the post of shoshu was handed down from generation to generation no matter which region they came from . confucianism was mainly taught but its education was also famous for teaching the art of divination . it also taught the art of warfare and medical science . during the sengoku period ( period of warring states ) , graduates from ashikaga school , who mastered practical studies such as the art of divination , are said to have often served busho ( japanese military commander ) . the tuition was free then students became priests on entering school . students lodged at nearby private houses because the school had no dormitory . they cultivated vegetables in a vegetable garden within school grounds to support themselves . besides the vegetable garden , they also had a medicinal herb garden . after a temporary decline caused by a fire around 1530 during kyoroku era , it was revived by the seventh shoshu , kyuka under protection of the gohojo clan , reaching its peak with 3000 registered students . the name of ashikaga school was known to foreign countries because francis xavier , a christian missionary , described the then ashikaga school as " japan 's largest and most noted academy at bando ( old kanto region ) ( university of bando ) . " according to francis xavier , ashikaga school academy was the largest of 11 universities and academies in japan . a temple building , whose hondo ( main hall ) had a statue of senju kannon ( thousand armed avalokiteshwara ) , was used for school . the school was said to have had a confucian shrine in addition to hondo . as a result of the siege of odawara by hideyoshi toyotomi in 1590 , however , the gohojo clan and the ashikaga-nagao clan were overthrown and the ashikaga school lost its patrons . in this period , it faced difficulties because it was deprived of some of its lands and had some of its collection of books carried away to kyoto by hidetsugu toyotomi . , who loved old books . the ninth shoshu , genkitsu sanyo , who had served as a close attendant of the new lord of kanto region ieyasu tokugawa , gained his trust . he thereby again revived the ashikaga school with the support of ieyasu tokugawa in the edo period , the school received a territory capable of yielding 100 koku of rice and at the beginning of the year provided the edo bakufu ( japanese feudal government headed by a shogun ) with nenzei ( yearly predictions ) to foretell the year 's fortunes . the school was supported by the lords of ashikaga , who were often switched as a result of personnel transfer , and enjoyed its second prosperity as gogaku ( schools of province ) during the early to middle of the edo period . later in the edo period , however , neo-confucianism was introduced from kyoto to the kanto region and became the subject advocated by the tokugawa shogunate , which made obsolete the learning of ashikaga school that centered on the art of divination . in addition , practical studies such as the art of divination and military science became less popular in the era when peaceful time had been lasting , and thus ashikaga school began to wane . its role as the academic center soon came to an end ; scholars during the edo period saw ashikaga school as a library that stored precious ancient books . after meiji restoration , the ashikaga domain attempted to restore ahikaga school by making it a hanko ( a domain school ) . however , with the implementation of haihan-chiken ( abolition of feudal domains and establishment of prefectures ) in 1871 , ashikaga prefecture ( later integrated into tochigi prefecture ) took over the responsibility of managing the school and abolished it in 1872 . after the abolition , buildings were removed in the eastern half of the its site , where hojo was located , to build an elementary school . the collection of books of ashikaga school faced a risk of being dispersed because the government of tochigi prefecture tried to buy a part of the collection . however , a former statesman of the ashikaga clan , soun tazaki took an active role in returning the book collection to the locals from the prefecture along with the western half of the former ashikaga school precinct including the confucian shrine . the local government of ashikaga-cho established the first public library , ashikaga school historical archives , in the precinct of ashikaga school in 1903 to preserve the collection of the school and collect commonly available books for making them open to the public .. in 1921 , the estate , confucian shrine , gates , and other existing buildings of ashikaga school were designated as a national historic site for preservation . in the 1980 's , the preservation and maintenance project of the historic site started by relocating the elementary school and transferring general books of ashikaga school historical archives to the general library , tochigi prefectural ashikaga library . in 1990 , the building and garden were restored , and presented in mostly their original form from its most prominent era in the middle of the edo period . there have been controversy over how the ashikaga school was founded and how the system had its beginning , because no records were left . a theory that supports the longest history of the ashikaga school says it was the provincial schools of shimotsuke province according to folk tradition . hiroki kawakami who made the claim in the meiji period said the school was established with kokufu ( provincial office ) of tsuga district but was relocated to a place in connection with the ashikaga family when it became the shogun family . in contrast to this , some argued that the kokufu was too far from the provincial school of shimotsuke province and there is no record describing the relocation . few advocate the kawakami theory . a theory advocating that the school originates from a provincial school says it was relocated to the present -day shohei-cho , ashikaga city in 1467 according to " kamakura ozoshi ( military chronicle written during the muromachi period in mid 15th century ) . " in recent years , terumasa maezawa announced a new theory advocating that the school originated from a provincial school ; when shimotsukenu no kuni ( later shimotsuke province ) was established , the kokufu was placed near present-day iseminami-cho , ashikaga city along with the provincial school , which was the origin of ashikaga school . maezawa listed the basis of his theory ; the defunct place name of the area around ise-cho and iseminami-cho , ashikaga city was " kono " and " gakkojisaki ; " tiles with a mark of " 國 " was unearthed ; and the old map shows the area belonged to a school . however maezawa did not give any reasons as to why the provincial school of ashikaga was not abolished and remained when kokufu and the provincial school were relocated to the tsuga district ( toward present-day tochigi city ) . in addition , there is no convincing evidence such as literature , which backs the theory that the kokufu may have been located in ashikaga . it should be noted that the location of the kokufu is only a hypothesis . a book titled " no no kokugaku " having a stamp by the ashikaga school has been cited as the basis for the theory that ashikaga school originated from a provincial school . some have suggested that the stamp was a forgery made in later years because such stamps were put only on books written in the edo period and the stamp itself was lost . on the other hand , kawakami and terumasa maezawa ( described later ) said they could not get over the idea that the stamp may be genuine because seisai kondo described in his " yubun koji ( writings about bibliography in the edo period ) " in 1817 that the stamp had been unearthed from an area around present-day ise-cho , ashikaga city however some argued back in the meiji period that the stamp had been faked and that folklore supporting the validity of the stamp had been created . another theory regarded as very likely on the basis of kamakura ozoshi ( military chronicle written during the muromachi period ) is that ono no takamura founded the school around 839 ( or 842 ) in the heian period however some suggest this theory is not credible because takamura did not take a post in relation with shimotsuke province and was exiled in the year when the school is claimed to have been built . another theory is that yoshikane ashikaga founded it in the late 12th century . this theory is based on a description in section 7 of koya shunju hennen shuroku ( the springs and falls of mt.koya ) ( 1719 ) that yoahikane ashikaga had founded a temple ( present banna-ji temple ) and a school in ashikaga around bunji era of late 12th century . however , banna-ji temple had no record of it although it remains today . in addition , some advocates of both theories which say that the school originated from the provincial school and that ono no takamura founded it , regard yoshikane ashikaga as the person responsible for reviving the school . an extreme argument goes that the ashikaga school was founded by norizane uesugi , and it did not exist before 1432 . this is based on " dainihonshi " , history of great japan compiled by the mito domain . it should be noted that " dainihonshi , " history of great japan , when read in detail , states that ashikaga school had existed before uesugi 's time . on march 3 , 1921 , " ashikaga school ( the site of ashikaga school , including the shrine and the other related buildings ) " was designated as a national historical site . daimon-dori street , shohei-cho , ashikaga city , tochigi prefecture +kyoto jinbun gakuen ( kyoto humanism school ) founded in 1964 immediately after the end of world war ii in kyoto through private educational movements . although education in japan had been promoted as a measure to enrich and strengthen a country on the basis of imperial prescript on education since the meiji period , it was aimed at drastic democratization after world war ii under the educational reform policies of the general headquarters ( ghq ) . kyoto jinbun gakuen ( kyoto humanism school ) is the result of private educational movements which occurred all over the country during a transitional period until the establishment of the country 's new educational system . the school was intended to reeducate young men and women who had been mobilized as soldiers , factory workers , and farmers during the war and deprived of educational opportunities the school sponsored by tomohiro horie called on teachers including etsuji sumiya , takeshi shinmura , osamu kuno , hideo aoyama , tokio sasaki , who were all instructors for kyoto university , aiming at bringing up global citizens having matching desires and actions , by providing human education mainly based on humanism .. the school opened at the buddhist center next to the kyoto imperial palace as its provisional schoolhouse in 1946 . kyoto jinbun gakuen was a three-year vocational school , whose education mainly consisted of general education and professional education ( liberal arts ) . its educational policy was revolutionary ; it encouraged self-education , recognized thorough student autonomy , adopted coeducation system , and had no examinations ( instead paper work ) , no school regulations , and no penalties . applicants started to decrease in the second year after its foundation , straining the school budget . the school once managed to avoid dissolution with donations by benefactors but were forced to disband in 1950 . it started an evening school course for working students at its facility in 1949 , which took over its educational policy . eight years later , the school survived with the foundation of the kyoto kinrosha gakuen ( labor gakuen ) . also a preparatory school kamogawa gakuen , which was founded in 1951 as a means to cover the deficit of kyoto kinrosha gakuen , thrived as kansai bunri gakuen . +located at miyagawa-cho , higashiyama ward , kyoto city , higashiyama joshi gigei gakko ( higashiyama girls school of performance arts ) is an educational organization for maiko ( apprentice geisha ) and geisha girls . it was founded in 1968 . it was licensed as an educational corporation in 1969 under the name of the higashiyama joshi gakuen five years are required for completing a course of study . ( maiko and geisha can continue registration over five years . ) subjects taught there are classical japanese dance ( wakayagi school ) , nagauta ( long epic song with shamisen accompaniment ) , tokiwazu ( a performance of joruri ( the japanese-type puppet play ) ) , fue ( japanese flute ) , tea ceremony , narimono ( musical instrument ) , jiuta and koto music , kouta ( a ballad sung to samisen accompaniment / hauta ( a japanese traditional song or ballad sung to the accompaniment of the samisen ) . ( compulsory subjects are classical japanese dance , shamisen [ a three-stringed japanese banjo ] , hayashi [ musical accompaniment played on traditional japanese instruments ] [ narimono and fue ] , and tea ceremony . ) the results of this education can be seen in their routine ozashiki ( banquets in which guests are attended by geisha ) as well as on stage at the " kyo odori ( kyoto dance ) " held every april at miyagawa-cho kaburenjo theater and " mizuekai dance performance " held every october . extra meetings are held to study dance and narimono , although it is not known if their performances are made available to the public +field science education and research center , kyoto university , ashiu forest research station ( abbreviated to " ashiu forest research station , kyoto university " ) is a research facility of kyoto university , located in miyama-cho , nantan city , kyoto prefecture ( kyoto prefecture ) . origin : in 1921 , kyoto imperial university acquired the surface rights to approx . 4,200 ha of a jointly owned forest in kukeji of chii village , kitakuwada county ; this area became the university 's first domestic research forest and was given the name the " ashiu research forest . " following this , the agriculture department was established , and the forest was used for academic research and field work by researchers and students . in addition , the income from selling wood obtained from cutting down trees in the forest , and from charcoal-making business was used to create income for the university . it is one of the few large scale natural forests still remaining in the kinki region . because it includes some virgin forests in , it is sometimes called the ashiu virgin forest or the ashiu woods . also , even today , the old name of ashiu forest for field practice is still commonly used . in the following descriptions , " research forest " is basically used to refer to this particular forest , but " field practice forest " is also used when referring to historical descriptions . this research forest is located around the headwaters of the yura-gawa river in the north-east part of kyoto prefecture , that is approx . 35 km north-north east from the central part of kyoto city and borders fukui and shiga prefectures . its southern and southeastern areas border the hirogawara ( in kyoto city ) area and kuta area in sakyo ward of kyoto city , the northeastern area borders kutsuki-mura , takashima city , shiga prefecture , and the northern area borders the former natasho-mura in oi-cho , fukui prefecture . topographically , the altitude is high since the research forest is located in the east-end area of the tanba highland . there are points dotted around with altitude over 900m , such as mikuni-dake mountain ( 959m ) the highest point , then karakasa pass ( 935m ) , and mt . onomurawaridake ( 931.7m ) located in its southern to eastern part , about two thirds of the entire area is at an altitude of between 600m to 800m . the altitude is lower in the west , for example , 356 m at research forest administration building , with the lowest altitude being 355 m . the initial portion of the yura-gawa river flows in the shape of a u within the forest , and little or big streams along the valleys flow into the headwaters of the yura-gawa river . as a whole , the land is shaped by its cycle of erosion , as seen in various areas in the tanba highland ; however , the inclination of the slopes are rather steep at 30 to 40 degrees . the geographical feature is formed from sedimentary rock on the chert layer that extends in the east-west direction on the base rock of the sand stone and mudstone ( shale ) belonging to the mesozoic / paleozoic layer called the tanba belt . precipitous cliffs or falls are formed in areas where chert dominates . most of the soil is brown forest soil , but podzol is also found locally in ridges higher than an altitude of 800 m . this research forest belongs entirely to the transitional area between the climate on the japan sea side and that of the pacific coast side , with lots of rain falls throughout the year . the yearly air temperature average in the administration building is 11.7 ℃ , which is 3 to 4 degrees lower than the central area of kyoto city , and the yearly average of rain fall amount there is 2,353 mm , approx . 1.6 times that of the central area of kyoto city . at chojidani ( at an altitude of 640 m ) in the eastern part , located approx . 300 m higher in the altitude than the premises of the administration building , the yearly air temperature average is approx. two degrees lower than the average for the administration building , and the yearly average of rain fall is around 400 mm to 600 mm more than the average for the administration building . the place is also known for heavy snowfall , with approximately 1 meter of snow accumulating in the administration building area and more than 2 meters around chojidani . although it changes depending on the climate for the year , the first snow of the season generally falls in november and can continue to fall until as late as april . the snowfall from december and later mostly remains without melting , and many areas of the forest , including chojidani , remain covered in snow from december to early april . since , as described above , this research forest belongs to the transitional area between the climate on the japan sea side and that of the pacific coast side , the flora there also belongs to the transitional area between the warm-temperate forest and the cool-temperate forest , which houses various species of plants . within this research forest , 243 species of trees , 532 species of grass , and 85 species of fern-related plants have been found . they include academically important plants whose names include the geographical name of " ashiu , " such as ashiu-sugi ( cryptomeria japonica var. radicans ) and ashiu-tennansho ( arisaema robustum var. ovale ) that produce their offspring in the following way specific to areas with heavy snowfall : when snow accumulates on their lower branches , they come to touch the ground due to the weight of the snow , causing this part to become independent and grow on its own from the ground . plants , such as daphniphyllim macropodum var. humile , aucuba japonica var. borealis , ilex leucoclada , and cephalotaxus harringtonia var. nana , which are specific to heavy snow areas grow here naturally . in addition , hemerocallis middendorffii var. esculenta and caltha palustris var. nipponica , all of which are species remaining from the ice age , also grow here . furthermore , due to the heavy rainfall throughout the year , a variety of mushrooms , including nameko mushroom , oyster mushroom and lampteromyces japonicus , grow here . in the natural forest , plants in warm-temperate forests , such as konara oak , quercus salicina and ilexpedunnculosa , are found in areas lower than 600 m above sea level . in areas higher than this , plants in cool-temperate forests , including beech and mongolian oak , are found . however , the boundary between these areas is unclear . on the slopes , various types of trees grow corresponding to the height as in the following : the upper area is densely packed with ashiu-sugi , while the middle area is primarily populated by beech followed by mongolian oak , and japanese horse chestnut and japanese wing nut grow mostly in the valleys , it is known that , takenoshin nakai , a botanist and professor at tokyo university wrote in a research journal as " people studying botany should visit the ashiu forest for field practice of kyoto university " because of its diversity in flora . this research forest has been used for a long time , as described later . in addition to cutting down trees for wood , around nodabata , clearings were burnt off to be used as hayfields . after the field practice forest was established , trees were cut down mainly around the headwaters of the yura-gawa river , where a forest tramline was opened before the war , then japanese cedar trees were planted at the site afterwards . after the war , trees were cut down on a large scale as forest roads were laid out , which reached its peak around the latter half of 1950s to the middle of 1960s . after that , the amount of tree cutting diminished , and almost no trees have been cut since the 1990s . currently , the natural forest , which has not been touched at least since the the field practice forest opened covers 2,150 ha , approx , half of the total area of 4,200 ha of this research forest , and there are virgin forests within it that are considered to be untouched by humans ever since the forest was formed . of the former natural forest where trees were cut down , approx . 1,800 ha which covers its majority has become a natural forest ( secondary forest ) that regrew after the logging , and the artificial afforestation which is mostly japanese ceder trees covers approx . 250 ha . japanese cherry birch , hornbeam and spice bush grow mostly in the secondary forests . the fauna in this research forest is as diverse as the flora . the mammals living here include small ones , such as the japanese dormouse and flying squirrels , in addition to mid to large animals , such as black bears , japanese serows , japanese monkeys , japanese sika deer , wild boars , raccoon dogs , red foxes , badgers , and japanese hares . in particular , mammals living there also include such precious species as black whiskered bats and japanese mountain moles . regarding birds , there are screech owls , crested kingfisher and mandarin ducks , and raptors are also found such as goshawks and sparrow hawks . golden eagles are also seen there rarely for reptiles , one can find japanese copperheads , japanese grass snakes , japanese rat snakes , japanese striped rat snakes , japanese grass lizard , japanese pond turtle , burrowing rat snakes , and oriental odd-tooth snakes . for amphibians , as well as the japanese giant salamanders , which are a protected species , one can find japanese clawed salamanders , hida salamander , forest green tree frogs and japanese singing frogs . for insects , in addition to the japanese rhinoceros beetles , stag beetles , and alpine black swallowtail , a variety of insects , from large ones to small ones , popular to precious ones , live here . there are some species that were newly found in ashiu . when establishing this forest for research , the university paid attention to the following three points : the place is located at the center of the japanese cedar-growing area . the place constitutes a large botanical garden where plants favoring cold climate and those favoring warm climate naturally grow together . its geographical shape provides the possibility that large-scale experiments can be conducted over river basin . actually , the number of plant species found in the virgin forest , one of the major ones in western japan , is approx . 900 , including ashiu-sugi and ashiu-tennansho as named after ashiu . it can be said that the famous quote " the persons studying flora should once visit the ashiu forest for field practice of kyoto university , " was based on the diversity of its flora . however , as described later , although the forest was a research facility for the university , it was expected to derive a certain amount of profit as an income resource . therefore , in the process of pursuing the contradictory themes that research had to be done and profits had to be gained as well , compromises had sometimes to be made both in the research and in the business . however , many research projects , such as investigating measures against the bark-peeling of japanese cedars by black bears which sucked the sap of these trees as well as developing technologies to grow artificial forests and harvesting such forests , were conducted in the name of the business of logging and planting trees . in addition to research concerning forestry and forest industry , which included those conducted through doing business , research in a variety of other fields was conducted as well using the research forest for field research : research concerning the multi-purpose use of the forests utilized for agricultural purposes and concerning the processing of forest-related information , those concerning forest mechanisms , such as forest-maintaining functions and natural forest regeneration mechanisms , those concerning the ecology and classification of the flora and fauna that live in the research forest , and those concerning natural environments , such as air bubbles and geographical shapes . for educational purposes , this research forest is used for field work and educational programs in each faculty or graduate courses for kyoto university in addition to faculty of agriculture and graduate school of agriculture . furthermore , the forest is also used for field work or social education by other universities , such as kyoto university of art and design and doshisha university . as described later , there is a forest tramline in this research forest . the only other forest tramline laid out in a research forest ( forest for field practice ) for a university in japan is the forest-for-field-practice tranmline for tokyo university that is laid out in tokyo university 's chichibu field practice forest , located in the oku-chichibu mountain area . before the field practice forest was established , there were no roads that could be called roads in the area . therefore , immediately after the field practice forest was established , work was started to provide forest roads . major forest roads were provided so that cars could run on them . however , it was decided that tramlines would be laid out in areas where no other means would be available , tramlines were planned to be laid out that started from the field practice forest administration building and reach to nakayama along the river flow in the headwaters area of the yura-gawa river . the excavation work to lay out the tramline form the administration building to oyomogi was completed in 1927 , and to nanase in the following year 1928 . only the roadbeds were completed initially . however , the work to lay out tramlines was also conducted , and the rails between the administration building and akazaki were laid out in 1934 and extended up to oyomogi in 1936 . the track gauge of the tramlines was 762 mm , the weight of a rail was 6 kg or 4 kg , cut chestnut trees or cut beech trees were used as railroad ties , which had creosote oil pasted on to protect against rot . however , even the work to provide rail beds was not conducted for the initially-planned section between nanase and nakayama , with only walking roads provided there . after the pacific war started , the tramline was planned to be extended up to onokodani to secure the forest resource . the construction of a bridge to cross the yura-gawa river was completed in 1942 , and the tramline was extended in 1943 up to a work site located in onokodani . while the main section up to nanase was called the honkoku ( literally , real valley ) tramline , the new section was named the onoko provisional tramline . in 1944 , a section was extended from the middle of onoko provisional tramline to rise along onoko nishidani ( onoko west ravine ) . however , although the section was specified as a provisional tramline , the grades of the roadbeds and rails used there were higher than those used for the honkoku tramline , as the rails used there were borrowed from the yuragawa-river dam construction office of ministry of interior ( in japan ) . it is said that a looped section was provided on the onoko provisional tramline . the completed tramlines were used not only to transport logged wood , manufactured charcoal or cultivated shiitake mushrooms , but also by people for commuting to the work sites and fields for seedlings provided along the tramlines and for bringing in materials . in addition , the tramlines were also used to convey everyday commodities , such as rice , miso ( soybean paste ) and soy sauce , to the residents in haino . beech wood was mainly carried out using the onoko provisional tramline , for use in making the blades of propellers . in 1947 after the war , the onoko nishi ( west ) tramline was removed , and the rails were returned to their original straight form and given back to the yuragawa-river dam construction office of ministry of interior . the forest tramlines were heavily damaged by typhoon hester that hit the area in july 1949 . in particular , entire sections of the onoko provisional tramline were buried or washed out , never to be restored again . on the other hand , regarding the honkoku tramline , the bridge over the yura-gawa river that had been washed out was restored , and furthermore , the tramline was extended up to nodatani in 1950 . the tramline remained unfinished for a little distance up to nanase where roadbeds had been completed , but the tramline has never been extended up to nanase . after the 1950s when logging was carried out on a large scale , sidings were laid out in akazaki-nishidani ( akazaki west ravine ) up to akazaki-higashidani ( akazaki east ravine ) and were used for carrying out the lumber . however , after the logging business was terminated in mid-1960s , the value of the usage of the forest tramlines diminished . since then , they were used only to commute to the fields for seedlings and work sites provided along the line and for carrying in materials and seedlings . then , when that was finished around 1975 , the use of the tramlines was even further diminished . after the 1980s , the facility became increasingly degraded , and no operation beyond haino came to be conducted . on the other hand , no road was provided for the remaining section up to haino , and the tramline had to be used thereafter . therefore , the yura-gawa river bridge that had been destroyed many times was replaced with a reinforced concrete one in 1973 and the tramroads were improved , for example , by replacing some of the tramroad ties with those of concrete . the improved sections were extended to more and more remote areas . in 1993 , the haino-bashi bridge was replaced with a steel girder and therefore , the sections whose facilities were to be improved were extended over haino . recently , hand rails have been provided for the yura-gawa river bridge to prevent pedestrians from falling . concerning the tramcars , the tokyo university tramline for the field practice forest owned full-fledged gasoline locomotives and diesel locomotives because the university conducted logging business on a large scale . in this research forest , man-power or horse-power was used initially to push tramcars , and on down-slopes , they slid by themselves , controlled by a brake . after that , locomotives were introduced to increase the efficiency of work . however , they were simply made , with an engine for agricultural use , set on the bed of a tramcar and a simple roof placed over it , and were called stall-type locomotives . in addition to locomotives , self-propelled vehicles for people , using an engine of the daihatsu midget , were also provided and used to make inspection tours within the forest . when the logging business was conducted on a large scale , the business operators brought in their own locomotives and / or tramcars , but the details are not known . the present forest tramline is still in operation although infrequently , and used to carry out inspection tours in areas up to haino as well as other work . in the remote areas beyond haino , there are fallen stones , fallen trees , or rotten and collapsed tree bridges like the big ω loop bridge at akazaki one after another , and it is difficult to walk there , to say nothing of restoring the tramroard . also , on the " middle " 1 / 25,000 topographical maps published by geographical survey institute , modified in 1979 , the symbol shown on it as " special tramline " until the version published in may 1981 was modified in 1991 , then on the version published in may 1992 , it is shown as the symbol of " footpath " . in this chapter , its history is divided into the following four periods and descriptions are made for each of them : the first period ( until this research forest was inaugurated ) , the second period ( from the inauguration of the field practice forest to the prewar in showa era ) , the third period ( from the postwar in showa era up to 1970s ) and the fourth period ( up to now after then ) . in the mountain areas that include former kitakuwada county , including the area of this research forest , and also the northern forest part of both of former kadono county and otagi county bordering former kitakuwada county , the cycle of logging and forest regeneration was repeated due to the active demand for wood in kyoto as the area was specified as a somayama ( timber forest ) to secure wood for constructing the dairi ( imperial palace ) and other buildings after the relocation of the capital to heian-kyo . however , the area where this forest for research located was in the most remote part of the headwaters area of the yura-gawa river . therefore , even rafting down yura-gawa river to carry out the wood to the mass-consumption area of kyoto , still needed to go over a pass once before reaching the oi-gawa river ( the katsura-gawa river : the yodo-gawa river water system ) water system to transport it to inner kyoto city . as well as this mass-consumption , there was also a demand for wood to be used in constructing buildings castle-centered towns such as fukuchiyama city and ayabe city which were located along the yura-gawa river and obama city on the other side of the mountain . furthermore , there were also local demands for wood for construction , materials for woodworks or for making charcoals . in such situations , mountain guardians who moved from nine small communities in the valleys around the headwaters of the yura-gawa river which formed chii-mura village later , came to live in the mountain to engage in logging or making charcoal , in addition , kijishi ( wood masters ) who moved within the mountains seeking wood also came to live there , making wooden craft works , such as wooden bowls and trays . in addition ton the use of mountain forests , there was also a road that went to haino via sasari-toge mountain pass , that descended once along the headwaters area of the yura-gawa river , passed hitsukuradani from around the area where the present administration building is now located , reached gonzozaka , and then went to wakasa . therefore , this road acted as a sub-route connecting kyoto and obama . on the other hand , around nakayama , the present upper most of yura-gawa river where kamidani ( upper valley ) and shimodani ( lower valley ) meet as the border , the eastern area from chojidani to kamidani had a strong connection with harihata-go community in the west of kutsuki-mura village from a long time ago , and wood was carried out to the kutsuki area over the jizo pass . where kamidani ( upper valley ) and shimodani ( lower valley ) meet this community had almost no connection with chii downstream but had connections with harihata-go community and chimi-mura village , wakasa province . at the site of the old residences in nodabata , the pine trees and japanese plum tress that the residents there planted still remain even today . in the edo period , each village of kita , minami , naka , shimo , ewa , tota , and kawauchidani , all of which became to constitute chii-mura village in meiji and later eras , came to be included in the territory of sasayama domain , and the three villages of sasari , shiraishi , in addition to ashiu village that are located in the vicinity of the present administration building came to be included in the territory of sonobe domain , but the area corresponding to the present research forest was controlled by kyoto daikansho ( regional office of administrative official ) as a tenryo ( bakufu-owned land ) and was initially handled collectively as a mountain common to the nine chii villages , much as the mountain forest in other chii areas was . however , as survey of mountain forests in other areas progressed , the mountain that was used by people in the nine chii villages and the mountain used by people in harihata-go community came to be handled independently as ashiu oku-yama mountain and oroshi-yama mountain , respectively . nakayama-sha shrine located around the boundary between the two mountains was called " utsu shi shrine , " and the area around the shrine was called " chimata-yama ( everybody 's mountain ) " and was a mountain shared by people in both villages . thus , there were many people that had settled and lived in this area since long ago . however , in the latter half of the edo period , most of the mountain guardians who had lived there left , then only a few remained in haino located at the entrance to sasari pass in the early meiji period . kijishi ( wood masters ) formed villages while moving within mountains , but some of them moved to other mountains and it also happened sometimes that an entire village perished due to famine . here as well , three households moved to nodabata from wakasa , and engaged in manufacturing wooden products , such as dippers . however , these people had no contact with those in chii village until the middle of the meiji period . surprised at finding a dipper that had floated down the yura-gawa river , a villager in haino reported it to the office of the head of the village . an expedition team was organized , and upon " finding " these people , family registers were created in october 1889 . it is said that the sequence of events was reported in papers at that time as " a present utopia " or " a meiji village . " since the meiji period , this area as a whole came to be included in chii village , and the area of this research forest , referred to vaguely as ashiu oku-yama mountain or oroshi-yama mountain , came to be registered in the forest cadaster due to land-tax reform . however , even though the expression of " a mountain common to nine chii villages " was changed to " a mountain shared by nine villages , " the ways of using the forests in this area changed little , and the people there entered the mountains and earned their living mainly through creating charcoal while cutting miscellaneous trees to produce everyday utensils . this way of using the forest changed gradually after the middle of the meiji period . the forest business-managing concept that the trees more useful for materials such as japanese cedar or japanese cypress should be planted instead of using other small trees began to take hold , and the vast area of this research forest was targeted for business . it was difficult for chi village , that had a weak financial base , to conduct business for the vast forest by itself . therefore , the village attempted to borrow money from banks to finance the business . however , the area had unfavorable geographical conditions , including a lack of adequate transportation services for shipping lumber . therefore , the idea of financing the business faded away . even after that , the issue of forest business was taken up and discussed as a problem to be handled by the village government . however , the business was never started due to its financial aspect and speculation by powerful persons in the village . in addition , the people who lived in nodabata had moved down to kuchiki village or natasho village until the end of the meiji period , leaving the place uninhabited . on august 25 , 1910 , the present sanin main line started operation between sonobe station and ayabe station , and wachi station was established on the same day . then , by using trains to transport it from wachi after rafting cut wood down the yura-gawa river to wachi made it possible to cut the cost of transportation and bulk-transportation . at the same time , demand for chestnut wood indispensable for the railroad ties of railways increased rapidly . therefore , the following cases increased gradually : chestnut tress in the headwaters area of the yura-gawa river , where trees grew abundantly , were cut and made into railroad ties and then floated down the yura-gaawa river to wachi either as individual pieces or as rafts . it is said that , the mitsui company noticed this situation and conducted preliminary negotiations with the chii village side from the early to middle of the taisho period to secure the forest resource in ashiu oku-yam mountain . the ownership of each forest in the areas including this forest for research was dealt with as a common forest of the community or as a collective property of the residents in the area even after the start of the meiji period : not as in other areas where a few persons owned a vast forest area , not as in tosa and kiso where domain-owned forests in the edo period were transferred to imperial forestry bureau of imperial household ministry as the imperial property , nor as national forests supervised by the forest bureau of ministry of agriculture and commerce ( in japan ) . concerning these common forests , the following movement was carried out since the time when the municipal government act was enforced in 1889 : ministry of interior ( in japan ) promoted the integration of properties owned by each community , including the forests owned by each community , into the corresponding city , town or village property , to establish and strengthen the financial base of each city , town or village property . in each city , town or village , the integration of properties initially had not progressed smoothly because influential persons ' interests or power relationships among communities either conflicted or complicated the issue . however , starting at the time when the finance of each of the cities , towns and villages suffered badly after the end of russo-japanese war , integration came to be strongly promoted from the latter half of the meiji period to the taisho and showa periods . in chii village , school forests were established in 1902 as a basic property of the school , but the movement of the integration of the forests to be owned by communities was promoted through many discussions from the end of the meiji period . around this time , kyoto imperial university decided to employ a departmental system , replacing the university system composed of separate colleges , and decided to establish an agricultural faculty in 1923 . however , at the time , the field practice forests for kyoto imperial university were provided only in taiwan , the korean peninsula and sakhalin , all of which were overseas japanese territories . therefore , it was strongly requested that a field practice forest be established in japan . under this situation , a survey to find an area appropriate for the forest was conducted mostly in kyoto prefecture and shiga prefecture , with ashiu oku-yama mountain included as a candidate as well . in the process of conducting the survey , ashiu oku-yama mountain was rated as being the most appropriate as the site for the field practice forest . additionally , because ashiu oku-yama mountain was vast and was located at a geographically disadvantageous place , the government side also considered that it would be too much for chii village to manage ashiu oku-yama mountain after the forests owned by the communities were integrated into the village properties . therefore , considering the status of kyoto imperial university , the kyoto prefectural government negotiated to have ashiu oku-yama mountain selected as the forest-for-field-practice site under the initiative of the kitakuwada county government . since the actions of the university side coincided with those of the government side , it was decided that ashiu oku-yama mountain should be selected as the forest-for-field-practice site . then on april 4 , 1921 , an agreement on the creation of surface rights for 99 years was concluded between the university side and the owners of the land ( represented by village headman murai ) . here , the forest for field practice of kyoto imperial university was begun . in this way the field practice forest was launched . at that time , such forests for field practice of other imperial universities , tokyo university and of hokkaido university , already existed in japan , and these forests were acquired as national properties . therefore , 100 % of the profit from selling the wood cut there became their own income . on the other hand , the terms of the lease granted surface rights to the forest land according to the following conditions : the surface rights owner was obliged to pay the land owner 50,000 yen every year for the first five years of the initial 40-year period and then 10,000 yen every year for the remaining 35 years , after which half of any profits made from the selling of any trees logged there were to be paid to the land owner . this method was selected reluctantly , because kyoto university wanted to catch up to the other universities but there was no financial support available to purchase the vast forest . however , an incident happened in march 1922 , soon after the conclusion of the contract , that the promised 50,000 yen was not paid to the land-owning side and only 10,000 yen was paid in august of the same year as all of the profits that had been gained from cutting wood over the space of a year . therefore , it developed into a big issue as a default of the agreement , and a lawsuit was formed as well . mediation attempts were made through discussions among the university , kyoto prefecture and the local people concerned , and they were reconciled in april 1923 according to the following conditions that modified some portions of the original contract details : the land-owning-person-side right of acquiring profit from cutting woods there should be transferred to the university side , and the person with the right to use the land should pay the land-owning person 220,000 yen that amounted to the accumulation of interests for land rent over 39 years , to compensate for the transfer of the right . there was no precedent in kyoto prefecture for the renewal of a contract based on standard price for the right of using the forest land . therefore , it cannot be denied that this renewal , concluding the contract that included the clause of " paying a fixed amount of money for the right of using the land , " later proved to be a disadvantage for the village side . however , using this 220,000 yen as a fund , the chii village side could achieve the unification of the forests owned by the communities . in addition , it can also be said that , concerning the village finance in the prewar years , the stable income from the field practice forest contributed significantly to rescue the village finances , which had suffered during the showa depression . the village side also requested the following items when concluding the contract : the routes to carry wood should be provided so as to run through the village in the east-west direction , not so as to run through hirogawara or hanase via adjacent kutsuki-mura village or passing sasari pass , and the village side 's rights to cut wood and disposing them in the forests of natural regeneration should not be lost . in addition , it can also be said that the establishment of this forest for field practice contributed quite effectively to the creation of job opportunities for residents in ashiu and other local communities . on the other hand , regardless of these troubles , facilities had been steadily provided there . after the construction of the administration building for the field practice forest was completed in 1923 , the following facilities were built one after another : facilities such as work sites in the forest and fields for seedlings were established , a road for vehicles from deai ( a point branching from the present kyoto prefectural road no.38 kyoto hirogawara miyama route ) to the administration building in the field practice forest was laid out in 1925 , the engineering work for laying out rails for a forest tramline from the administration building to nanase , along the uppermost flow of the yura-gawa river , was started in 1927 , and rails were laid out between the administration building and akazaki in 1934 . regarding the administration building , the present building was newly built in 1930 . concerning its business aspect , afforestation business started in 1924 , the cultivation of shiitake mushroom started in 1925 and charcoal making started in 1933 . concerning the afforestation business , logging initially deteriorated the forest physiognomy and logging was stopped temporarily . then miscellaneous small trees were cut to cultivate shiitake mushroom and make charcoal , and japanese cedar trees were planted at the site where chestnut tress were cut to make railroad ties . a business policy of placing emphasis on academic research was employed for the field practice forest during this era . of the forests for field practice of kyoto imperial university , camphor was produced in the field practice forest in taiwan , and in the field practice forest in sakhalin , profits were earned from logging . however it was largely expected that the forest would be made into a site for conducting academic research , and there was a strong movement to attain academic achievements in the field practice forest in ashiu . therefore , the policy of placing an emphasis on attaining academic achievements rather than pursuing profits from business was employed as " ideal business rather than business for pursuing profits . " because of these situations , the logging of chestnut trees as the material for railroad ties and miscellaneous trees for charcoal making were the main activities , as well as the selective cutting for construction materials and pulpwood for the cultivation of shiitake mushrooms , although the logging lumber was still under way at the same time . however , in the era from the showa depression to the sino-japanese war and to the pacific war , securing income sources for operating the university was requested because budget for the university was reduced due to an increase in military spending , and cooperation by the university was also requested to pursue national policies . therefore , the university 's ideal management policy began to be forced to change . lots of miscellaneous small tress and chestnut trees along the forest tramlines , which started its operation in 1934 , were cut to make charcoal and make railroad ties . in addition , beech trees were cut as materials to make propellers for airplanes and materials to make containers . in particular , the amount of charcoal made there had increased year by year , largely exceeding 14,000 hyo ( straw bags ) that kyoto imperial university needed yearly in the era between mid-1930s and mid-1940s . the surplus charcoal was sold in the market , producing precious income , and descriptions of the charcoal appeared even in news papers as " university charcoal . " after the pacific war started , in order to secure the forest resource to pursue all-out war , the forest tramline was extended to the onokodani area in 1943 to deal with the expansion of the forest area where trees were cut . such an expansion of the forest area where tress were cut devastated the forest in an increasingly serious manner at the same time . however , nothing to stop it could be done under the war-time system until the war ended . concerning the main body of the university itself , the name of the university was changed , in 1947 after the war , from kyoto imperial university to kyoto university , and it was reformed into a university under the new system ( of education ) in 1949 through the reform of the educational system . however , little change occurred about the system for the forest for field practice . on the other hand , the devastating situation of the field practice forest during the war remained unimproved even after the war . in addition , the forest was further damaged by three typhoons , as one misfortune followed another . in typhoon hester that hit the area in july 1949 , record amounts of total rain fell in the area , 519 mm at the site of the administration office in the field practice forest and more than 600 mm at mikuni-dake mountain in the east , damaging or destroying more than half of the buildings there , except the administration office . in addition , all sections of the forest tramline to onoko higashidani , which started its operation during the war , were washed out or buried . in september 1950 , the next year , typhoon jane hit the area , bringing stormy wind comparable to that of typhoon muroto , with many trees fallen due to the wind . in september 1953 , shortly after that , typhoon 13 in 1953 hit the area . although the total amount of rainfall was 361mm , not as much as typhoon hester , it caused damage such as landslide disasters because the mountain forest had already been devastated by the both typhoons hester and jane . these disasters proved to be a big ordeal for the field practice forest , but the construction of facilities and forest roads was promoted together with the work to restore the state of the forest . in 1950 , along with the forest tramline extension to nodatani , a hydraulic power station was built to start to supply power . in 1952 , the supply of the electric power to local residents started . in 1961 , power supply by kansai electric power co . , inc. started . however , all residents in haino where electric power was not supplied at this time left the village and the village of mountain guardians that had remained also disappeared . forest roads were laid out centered on the uchisugidani forest road that ran from uchisugidani to chojidani via shimotani . initially , the portion up to ochiai-bashi bridge was laid out and then the road was extended up to yusen-bashi bridge . . in addition , the hitsukura forest road , which branched off the uchisugi forest road at ochiai-bashi bridge and reached a point close to hitsukura-dani valley , opened in 1955 , and in 1972 , the minekoshi forest road , which ran from the chojidani work site to oisugi , kutsuki village , via jizo-toge pass opened . furthermore , towards 1980s , a forest road opened that , with keyaki-toge pass in the middle of the uchisugi forest road at its center , ran to the immediate foot of sugio-toge pass in the north and to the south side of bunanoki-toge pass in the south . the expansion of these forest roads resulted in increasing the forest area where trees were logged . in and after 1952 when the real development of the forest roads started , the forest area where trees were cut increased rapidly . it also started the direct sale of standing timber within large areas in 1955 . the large-scale logging business reached their peak in the latter half of 1950s and around the middle of 1960s . the peak in the latter half of 1950s , corresponding to the boom period of demand for wood materials , was generated mostly because the market prices of wood remained high during the period . the peak around the middle of 1960s was generated mostly because , based on the initial land-leasing contract , it became necessary in 1962 to make a yearly payment ( from profits from the logging business ) and therefore , it became necessary to log a huge amount of trees to make the payment . on the other hand , both natural regeneration and artificial afforestation had been conducted since the start of the field practice forest . however , such reforestation could not catch up to the expansion in logging areas . in addition , the value of those planted japanese cedar trees was rated lower than that of naturally-grown ones . therefore , the natural forests of horse chestnut and zelkova trees were cut one after another . even after that , the area where trees were planted did increase little , and the value of the trees that were planted did not improve satisfactorily . in addition , corresponding to an increase in imported wood , the price of domestic wood became stagnant . therefore , a vicious cycle of expanding the tree-cutting area to increase the profit set in , making the state of the field practice forest further deteriorate . also , in and after 1961 , big achievements were attained in the aspect of research through the expansion of the direct business operation in the field practice forest , in such fields as afforestation , including the logging and transportation of trees , nursery fields , making wood and laying out forest roads . however , because the compensation was not enough with the general expense on the university side , the forest operation side was therefore forced to conduct unsustainable management . wood prices then became stagnant , squeezing the business operation of the field practice forest . therefore , even in the direct management system , the business operation could rid itself of the vicious cycle of logging all trees in the area and then replanting them . in 1966 , being affected by the energy revolution and the campus strife at that time , the long-lasting charcoal-making business was discontinued . as the state of the field practice forest deteriorated even further by large scale logging , not only people on the university side but also the land-owning side began to voice their anxiety and apprehension about the situation . furthermore , as wood prices remained stagnant for a long period of time , it became difficult to make the yearly payment from the profit to the local communities , even though the logging business continued to be carried out on a large scale . under this situation , a method of making a payment for land use to the land-owning side was considered , which differed from the previous method in that it involved paying rent on a land lease as opposed to making payment from profits . in this case , the general revenue resources of the university was desired to pay the rent . from 1974 , this problem was also discussed repeatedly in the japanese diet as well , and the method of paying rent on a land lease was decided to be introduced from 1981 . while these activities were underway , the scale of direct business operation of the field practice forest was reduced in and after 1970 , and the area where trees were cut decreased significantly after1975 . therefore , from the latter half of the 1970s to the early 1980s , the field practice forest came to be used mainly for research purposes again . changes in the industrial structure in the high economic growth period and the stagnant wood prices due to imported wood caused the forest industry to decline and the population in forest areas to decrease . miyama-cho ( former chii village ) was no exception . the main businesses there , such as the forest industry and the business of making charcoal , continued to decline year by year . in addition , persons in the area , centered on young persons or those in their prime of life , continued to flow out of the area , decreasing the population , since the area was located close to the keihanshin metropolitan region , on the other hand , in the keihanshin metropolitan region , demand for electric power increased rapidly corresponding to economic growth and an increase in the population , and kansai electric power co . , inc. developed electric power resources in the kiso-gawa river valley and in the kurobe-gawa river valley , such as kurobegawa no.4 hydro power plant and the kurobe dam . the company also developed thermal power plants in coastal areas of the metropolitan region . in addition , the company turned its attention to nuclear power generation as well , and was proactively building nuclear power plants around the wakasa bay . it was supposed that , even though these measures were taken , a power shortage could occur during peak time . therefore , a plan to cope with the supposed increase in power demand was formulated that combined the system of pump-up power generation that enabled surplus electric power at night to be used effectively . then around 1965 , the shimobe dam as a pumped storage power plant was planned to be constructed in natasho village , and also the kamibe dam in shimotani . each of these plans was presented to persons concerned with kansai electric power . in accordance with these activities , the property-owing nine-community , which constituted the land owners , requested that the whole field practice forest or an area around shimotani should be returned to the community . the sightseeing business was also planned to be promoted effectively by using the lake created by the dam . on the other hand , a campaign was also actively promoted protesting the construction of the dam , for the reason that it would destroy the natural environment on a large scale . as these dam construction plans were the biggest issue concerning the research forest that had been faced since the war , the discussions involving the university staff concerned , the land owners , the administration , kansai electric power , and the local residents that were conducted to give the participants a chance to express their support for or opposition to the plans continued for a number of years . finally , kansai electric power abandoned plans for pump-up power generation , because they could not obtain the understanding of the local people and others . as described above , the way of using the field practice forest returned to research-centered one , and the forest roads had been completed to a certain level by the 1980s . almost no trees were cut since 1990s , and the artificial forests of japanese cedar tress planted in the era when trees were cut on a large scale in 1950s and later have been repopulated . in addition , work to support naturally-regenerating forests and create artificial forests of broad leaf trees have been conducted experimentally . furthermore , discussion about plans to construct plants for pumped storage power plant faded away , because the growth of electric power demand in the keihanshin metropolitan region stagnated and awareness towards natural environments changed . public opinions concerning natural environments have changed from development-centered ones towards those for the maintenance of or nurturing of environments . corresponding to these changes , walking in the woods has attracted attention as a way to stay healthy , and mountain climbing has experienced a boom , centered on middle aged persons . in addition , the tramline has been introduced to railway fans as one of the few remaining forest railways in japan . even until then , the field practice forest had often been introduced on tv or in news papers , because the place had an image of being " an unexplored region . " however , few people visited there , due to insufficient road maintenance . however , the routes to access the place , such as national route 162 and the kyoto hirogawara miyama route , were developed in and after 1960s , and in 1979 , the section up to sasari-toge pass , which had been the last unopened section of the kyoto hirogawara miyama route , was opened . after that , widths of narrow roads were widened , and bypasses developed , that improved vehicle-running conditions . in this way , the forest for field practice started attracting people 's attention and access to the place was improved . therefore , entering the 1990s , the number of general public entering forest in kinki region , and to this field practice forest where had a large scale natural forest and clear stream remained near big cities increased gradually , since around this time , local agents and travel agents plan tours jointly , group visits have also been operated . to promote the development of the region , in 1993 , entry was permitted by car for tour groups visiting " the nature-and-culture-centered village " in miyama-cho or " the ashiu youth house of kyoto prefecture " , on the condition that they follow all usage rules . responding to these activities , a course to train the guides for the ashiu forest for research was opened in 1997 , producing 16 guides in the same year . this activity has been well accepted by the forest-for-research side as they believe it to be useful in explaining the role of the forests to the general public and others . furthermore , in the era from the latter half of the 1990s to the early 2000s , a campaign article entitled " the ashiu forest : for world heritage " had been placed in the mainichi newspapers on the " green day ( tree-planting day ) . " however , an increase in the number of visitors to the forest generated problems in overuse , with undergrowth being trampled , littering , and problems with lavatories and water contamination . concerning these problems , a memorandum about how to use the forest for research was exchanged in 1998 between " the nature-and-culture-centered village " in miyama-cho and the forest-for-research side . in this way , measures for these problems , for example , limiting the number of guides and vehicles that can enter the forest , have been taken gradually . on the other hand , japanese deer , whose number has increased due to the warm winter trend in recent years , generated the following problem : they caused serious food-related damage because they ate out all the young tree buds and undergrowth through spring to summer . the problems of overuse and food-related damage constituted a big problem for the university side as well , because they will cause the research forest ( field practice forest ) to deteriorate in ways different from those due to large scale logging . the work site in chojidani was dismantled around 2000 by wearing out . corresponding to the trend of reforming universities , kyoto university also integrated research facilities located outside the main campuses of university , and the following facilities were integrated into the field science education and research center , kyoto university , which has become a facility common to all departments of the university , and not the former department-based facility : the forests for field practices , which were located in hokkaido , wakayama , tokuyama in addition to ashiu , shirahama aquarium , kyoto university located in shirahama-cho , subtropical plant institute , kyoto university located in kushimoto-cho and maizuru fisheries research station located in maizuru city . the name of the forest was changed from the " forest for field practice " , which was widely used , to the " forest for research " , which is used up to today . in the past , it was requested that operation of the research forest finance itself to some extent by earning income by itself and contribute to the finance of the university . this situation , in addition to the fact that the field practice forest was operated on leased land , caused the vicious cycle in large scale logging as well as deterioration of the forest . in addition , being open to use by general public has recently caused overuse of the research forest , generating environmental problems within the forest , causing it to deteriorate as a result . the following describe the issues related to the research forest . as described above , in an era when wood prices in japan were high and firewood and charcoal were the main sources of thermal energy , it was naturally considered that income could be gained by selling forest resources , such as charcoal , in addition to wood cut in the field practice forest of a university . therefore , it was natural in a certain sense that , in the operation of the ashiu forest for field practice , there was the idea of " the management of the forest for field practice for contributing to the university finance " by cutting trees and doing business in the forest for field practice . in particular , kyoto imperial university at that time was behind other universities in opening domestic forest for field practice . in addition , the budget needed to establish the field practice forest reached approx . 1 / 5 of the budget of the university , and furthermore the 220,000 yen paid to the land-owning side when the contract was renewed in 1923 reached approx . 1 / 10 of the budget of the university as well . in these situations , it was almost impossible to purchase the land from the land-owning side in order to establish the field practice forest , as other universities already did to establish their domestic forests for field practice . however , although logging and forest management were conducted to recover the cost of the investment , the earnings were lower than expected because the area 's geographical features and vegetation meant that there was a lack of wood with a high market value , and inadequate access roads meant that there was a dependence on high-cost rafting to transport the wood . although the university took account of the conditions of the site and other factors and established the field practice forest while knowing its disadvantages , the local community side expected too much from the name of " a field practice forest of an imperial university " as a result this situation produced a breach of contract shortly after the forest of field practice was established . even so , the operation of the forest could attain a certain amount of profit by logging trees despite experiencing the turbulent period during and after the war , and contributed to the formation of wealth of the university and returned some of the profit to the local communities , although it was a fixed amount . after that , when the time to make a yearly payment based on the profit arrived , the forest operation side was pestered to make their payment . as described above , the value of the wood from the naturally regenerated forests and from the artificially regenerated forests is low , and therefore , it turns out that logging of the natural forest becomes the focus of earnings . under this situation , wood prices stagnated as well . therefore , the forest operation fell into a vicious cycle of logging even more tress in the natural forests to earn enough profit to make the yearly payment based on the profit to the land-owning side , resulting in a situation whereby the state of the field practice forest deteriorated , and was far from earning profits . in addition , the land was leased . therefore , when the local community side requested the return of the land that was to be used in constructing a dam to pump water , the problem became so serious that the very existence of the forest itself was threatened . when the field practice forest was established , both the university side and the local community side nurtured the dream of " high-profit business based on the field practice forest " and could not get rid of the dream for a long period of time . it could not be denied that this situation cast a shadow over the management of the forest for field practice . in this research forest , there has been a substantial problem in overuse due to the increase in the number of people entering the forest . the forest was never meant to support a large number of visitors to begin with . on the other hand , the increase in the number of persons entering this forest is a reflection in the recent mountain-climbing boom . the style of mountain-climbing tour as a unit of dozens of people has started to be seen also . in particular , the approach to this site is shorter when the route in the eastern part of this forest for research , running from the takashima city ( former kutsuki-mura ) side to chojidani via jizo-toge peas , is used . using this route , the core portion of this forest , from kamidani to sugio-toge pass , can be visited easily . therefore , the number of persons entering this forest from this side has increased . as a result , the foot paths of kamidani were deeply gullyed by lots of walkers , which has negatively affected the growth of flora there . in addition , trash and excretion by people entering this forest negatively affect the natural environment of this research forest . these problems are often seen in areas where people visit seeking natural landscapes , such as the oze wetland and the yakaushima island . therefore , the university has taken the following measures as well : making it well known that a large number of persons are prohibited from entering the forest at the same time ; it is prohibited to enter any other place than paths in the forest ; persons with pets are prohibited from entering this forest ; making the visitors know the present state of the research forest by making them fill in questionnaires ; and prohibiting entering this forest from the takashima city side from 2006 . however , historically , it is impossible to shut out all routes to this forest from the takashima city side , and it has made possible since 2007 to enter this forest from the route only via mikuni-toge pass . naturally , it is requested that persons entering this forest understand that this research forest is a university facility and not an ordinary sightseeing spot , and that they must follow the rules upon entering the forest . the number of japanese deer has been increasing for the following reasons : warm winter climates in recent years have decreased the number of deaths of young or old deer that are vulnerable to severe winter climates , there exists no animal to prey on them in their natural environment , and hunting is prohibited in the research forest . as a result the damage caused by grazing habits of animals , which are eating not only the undergrowth but also the bark of young tress , has been expanding year by year . if no measures are taken against this problem , the vegetation will be badly affected . however , with no effective measure existing , it is a difficult problem for which a solution can not be found easily .. +history 1949 : a new system saikyo university was inaugurated with faculty of letters and domestic science and faculty of agriculture , based on kyoto prefectural vocational training school of agriculture and forestry ( old system ) and kyoto prefectural girls ' vocational training school ( old system ) as parent organizations . 1951 : kyoto prefectural university women 's college was established . 1959 : it changed to kyoto prefectural university . 1970 : faculty of letters and domestic science was divided into faculty of letters and faculty of home economics . 1977 : faculty of home economics changed to faculty of human life and science . 1995 : faculty of welfare society and faculty of human and environment were established and the student applications for kyoto prefectural university women 's college were suspended . 2004 : faculty of human life and science was abolished . 2008 : the public university corporate body system was introduced and the kyoto prefectural university corporate body began to manage both kyoto prefectural university of medicine and kyoto prefectural university . faculty of public policy and faculty of life and environmental sciences were established and the student applications for faculty of welfare society , faculty of human and environment and faculty of agriculture were suspended . faculty and department faculty of letters department of european and american linguistic cultures department of japanese and chinese literature department of history faculty of public policy department of public policy department of welfare society faculty of life and environmental sciences department of bimolecular chemistry department of agricultural and life sciences department of food sciences and nutritional health department of informatics and environmental science department of environmental design department of forest science graduate school graduate school of literary studies graduate school of public policy graduate school of life and environmental sciences list of relevant parties of kyoto prefectural university the list of persons involved with kyoto prefectural university sports kansai big six public universities games is held every autumn . three teams fight each other , such as kyoto side : kyoto prefectural university , osaka side : prefecture university ( old osaka prefecture university and old osaka women 's university ) , and hyogo side : university of hyogo ( old kobe university of commerce and old himeji institute of technology and old himeji college of hyogo ) . kyoto and shiga public universities games , where kyoto prefectural university competes with the university of shiga prefecture , are held every summer . +doshisha english school ( doshisha eigakko ) is a private school that joseph hardy neesima ( joe niijima ) established in kyoto in 1875 . it is the forerunner of doshisha university . it is mentioned along with tokyo senmon gakko ( waseda university , as of now ) established by shigenobu okuma and keio gijuku ( keio university , as of now ) established by yukichi fukuzawa in the textbook titled " a detailed history of japan revised edition " published by yamakawa publishing company and authorized by the ministry of education . it is one of three eminent japanese private schools . it is the forerunner of doshisha university . the spirit of establishing doshisha is ' conscience ' based on the spirit of christianity . joseph hardy neesima declared the aim of establishing the school to be the nurturing of ' people who operate with conscience and skills . ' he wished to foster people ' filled with conscience to their whole bodies ' by not leaning toward intellectual education but conducting ' tokuiku ' ( teaching of virtue ) based on christianity alongside . there are monuments engraved with his thoughts , handwritten at the front entrances of both campuses of imadegawa and kyotanabe . the following words are engraved on these conscience monuments : may healthy men filled with conscience to their whole bodies appear . and as the educational philosophy to realize this ' conscience ' education concretely , ' christian principles , ' ' liberalism , ' and ' internationalism ' have been upheld , and it has aimed at fostering people as ' the nation 's conscience ' through these . 1875 : joseph hardy neesima established doshisha english school at teramachi , kyoto . two teachers and eight students . 1876 : it was relocated to a site in imadegawa ( the vacant lot of the former residence of the satsuma domain in shokoku-ji nihonmatsu ) donated by kakuma yamamoto . about 35 members of the kumamoto band entered the school at this time . 1887 : doshisha hospital and kyoto training school for nurses were established as a part of the medical school ( faculty of medicine ) plan . 1888 : ' the aim in establishing doshisha university ' was published in major nationwide magazines and newspapers . 1890 : joseph hardy neesima passed away . harris science school ( faculty of engineering , as of now ) was established in september . 1891 : school of politics and law was established . department of political science ( faculty of law , as of now ) and department of economics ( faculty of economic , as of now ) were placed . 1893 : the emblem of doshisha was adopted . 1904 : school of theology and senmon gakko ( professional school ) were established under the senmon gakko ( professional school ) ordinance . school of politics and law , science school and so on were discontinued or integrated . 1908 : doshisha college song was adopted . 1911 : it was reorganized as a senmon gakko ( professional school ) , and four faculties consisting of school of theology , faculty of english teaching , faculty of higher commerce ( faculty of commerce , as of now ) and faculty of political science and economics were established . 1912 : doshisha university ( school of theology , faculty of political science and economics and department of english ) was established under the senmon gakko ( professional school ) ordinance . 1920 : it was raised to the first university in kansai area by the university ordinance . doshisha university , consisting of faculty of letters ( department of theology and department of english ) , faculty of law ( department of political science and department of economics ) , graduate school and preparatory school , was established . basic data symbols emblem it is a pattern of three triangles gathered , stylizing an assyrian letter ' matu ' meaning a nation or a land . it is interpreted as a symbol of doshisha ' s educational philosophy aiming at the harmony of three elements of education : intellectual , moral and physical educations . it was designed by hangetsu yuasa . school color two colors of purple ( a medium color between tyrian purple and edo purple ) and white . it is the same school color as that of amherst college where the founder , joseph hardy neesima , studied . college song doshisha college song ( words by w.m. vories , music by carl wilhelm ) doshisha daigakuka , university song ( words by hakushu kitahara , music by kosaku yamada ) they are included in the college songs collection ( cd ) which is distributed to new students in doshisha university every year . until 2004 , the songs in the cd had been the unaccompanied male chorus version sung by the glee club of the university , but since 2005 , it has been the a cappella arrangement consisting of five mixed voices and vocal percussions . arranged and sung by the a cappella circle of the university , ' one voices . ' isoo abe kazutami ukita kosai uchida seinosuke go soho tokutomi roka tokutomi eijiro ono yujiro motora naojiro murakami +private schools were private-run educational institutions ( whose teachers were the brightest persons and former government ministers , etc . ) in china as well as in japan during the edo period . the schools were designed to educate students who sought to pass ( ancient ) chinese higher civil service examinations or intended to become politicians . the subjects taught there were sanjikyo ( three character classic ) , senjimon ( the thousand character classic ) , and shishogokyo ( the four books and five classics of confucianism , the nine chinese classics ) . +kyoto university press is a circle certified by kyoto university for publishing kyoto university 's student press " kyoto university press " ( commonly known as " kyodai press " ) and other related publications . its acronym is ' kup ' ( from the english name of kyoto university press ) . it operates as the only student press organization that is based in kyoto university campus . it has absolutely no relations to kyoto university student times ( collegiate association for the research of principles group ) that publishes " kyoto university student times " and kyoto university express editorial desk ( unn university news network member ) that publishes " kyoto university express . " it was established in 1925 as a newspaper division of the students institute , a shinboku organization for all grades ( whose chairman being the president ) of kyoto imperial university , with its first publication on april 1st . this came about as publication of university press gathered momentum with the magazine division 's experimental reporting of the sports interleague games against tokyo imperial university held the previous year . it was organized by welcoming yuichi iriyama , a former employee of the yomiuri shimbun , as an adviser , with revision and abolition of the students institute magazine division . the first division head was professor ( at the time ) soichiro sasaki . at first , it bore public relations activities of the school authorities as the university 's official publication , but in 1946 it took on an independent accounting system . in 1972 , the university ended up establishing public relations research department ( the current secretary and public relations department ) in the general affairs division which administered clerical works . it has developed as a creator of student-produced multimedia , publishing newspapers as well as books , and sponsoring various symposiums and lecture presentations . it has produced talents to the worlds of mass media , academic , and industrial . in 1997 , it sponsored the ' kyoto university press literary prize for new writers award ' and awarded manichi yoshimura 's " afternoon at the government-managed giant bathhouse " ( yoshimura received akutagawa award six years later ) . in terms of media , the predecessor " kyoto imperial university press " was first published in 1925 . due to wartime shortages , it merged with the " imperial university press ( predecessor to the present-day tokyo university press ) " in 1944 under the new title of " university press . " after the war , it separated from " university press " by april of 1946 , and under the new title of " gakuen press , " it was published with the whole kansai area students as its target . in 1959 , it changed its title to " kyoto university press " and has continued publication to this day . in may of 2007 , it counted a total of 2400 issues . history of the organization 1925 : it was formed as ' student institutes press division ' and held office in the clock tower . 1935 : the ' interu-kai foundation ' was founded . 1941 : with the change in the title for the students institute , it changed its title to ' dogakukai press division . ' 1944 : it merged with imperial university press and reorganized as ' university press corporation kansai branch office . ' 1946 : it separated from the said corporation and reorganized as ' kyoto university press ' and took on an independent accounting system . 1949 : it started a telegram office for candidates passing the entrance examination . 1950 : the chief editor and risaburo torigai who was the president ( at the time ) signed an exchange agreement , and it gained the official recognition of the university . 1970 : the 25th convention of university press union ( known as zengakushin ) was held at kyoto university , and kiyoshi yoshizawa of kyoto university press was elected as the new chairman . of the university presses nationwide , 75 organizations participated ( and of those , 13 organizations were delegated as chairpersons ) . history of the media 1925 : " kyoto imperial university press " was first published . 1944 : it merged with imperial university press and changed its title to " university press . " 1946 : it separated from ' university press ' and changed its title to " gakuen press ; " it was issued every 10 days . 1947 : it changed to weekly publication from the june 11th issue . 1959 : with the total issue reaching 1000 , it changed its title to " kyoto university press . " 1965 : it published " kyoto university graduates directory " as a 40th anniversary project . 1969 : it began publication of a scaled-down edition as a 45th anniversary project . 1970 : it published a memorial issue ( enlarged 40 pages ) for the total number of issues reaching 1500 . 1985 : it published " the whistle and the military boots : physiognomy of the emperor system fascism " as a 60th anniversary memorial project . 1988 : it collaborated in editing and writing for the memorial magazine " records of kyoto university " for the 90th anniversary of foundation of the university . 2005 : it published an 80th anniversary memorial issue ( enlarged 10 pages ) as an 80th anniversary memorial project . 2006 : it organized the page space into ' university and general matters , ' ' education and research , ' and ' culture and life ' pages from the april 1st issue . 2007 : it changed the numeric notation shown in the page space to mainly european numerals from mainly chinese characters which expressed numbers . currently , the newspaper is generally published twice a month ( day 1st issue , day 16th issue ; usually 4 pages ) , and the price is 100 yen per copy . it can be purchased at sales boxes found at 7 locations within the university ( main gate , north-west gate , western renai , central cafeteria , northern cafeteria , yoshida cafeteria , and library of graduate school of human and environmental studies ) , and it is also sent out to subscribers nationwide . it publishes special issues every year , such as ' high school students special issue ' in the fall and ' secondary exam special issue ' in the winter , and also publishes extra editions ( such as national 7 universities general athletic meet results and stone wall cafe riot ) in a timely fashion . that almost everything ( including layout ) except printing and dispatching is done by students ' hands and that there are many analytical articles make it distinctive . also , every year it publishes an enrollment album for the kyoto university freshmen ( " kyoto university fresh book " ) and graduation album for the graduates ( " kyoto university year book " ) . it was also publishing its own university information book every year mainly for students aiming for the kyoto university entrance examination , but the publication is currently suspended . interu-kai foundation is an alumni association like organization of the kyoto university press , which even includes the current students . interu ( interline ) is a thin lead plate that is placed between the vertical spacing of types , and it used to be one of the first words that student editors learned . according to naoyoshi horikawa who named the organization , he wanted to play with the word ' inteli ' ( intelligence ) . total of several dozen such as kyoto university 's successive presidents , honorary professors , active teachers , former teachers , and those outside academia ( including the deceased ) . kyoto university campus , yoshida , sakyo ward , kyoto city , 606-8317 . +kyoto prefectural vocational training school of agriculture and forestry was a public vocational school founded under the old education system in 1944 . when established , it was called the kyoto prefectural higher school of agriculture and forestry . this section describes the school , including its predecessors such as kyoto prefectural school of agriculture and forestry . it was one of the agriculture and forestry high schools established during world war ii to enhance the agricultural system . the regular courses ( three-year courses ) were offered at the department of agriculture and department of forestry ( department of agricultural chemistry was added later ) . it was established under the name of kyoto prefectural higher school of agriculture and forestry , but was soon renamed kyoto prefectural vocational training school of agriculture and forestry . the school evolved into the faculty of agriculture , ( kyoto prefectural ) saikyo university ( present-day faculty of agriculture , kyoto prefectural university ) , which was established under the new education system . its alumni association , ' alumni association of kyoto prefectural university , ' is made up of graduates from schools under both new and old systems . prehistory 1892 : kyoto prefectural nokai ( agricultural association of kyoto prefecture ; founded in october 1891 ) obtained approval from the kyoto prefectural assembly to establish agricultural training institute . december 1892 : the central agricultural experiment station was established for the prefectural nokai . the station is the origin of the kyoto prefectural research institute of agriculture and university farm of kyoto prefectural university . april 1893 : kyoto prefectural nokai opened the agricultural training institute . it gave rotating lecture tours each lasting about two weeks to one month . the simplified agricultural school of kyoto prefecture april 1895 : simplified agricultural school of kyoto prefecture was opened ( under the order of kyoto prefecture no. 40 ) . it was based on the rules for simplified agricultural schools ( issued by the ministry of education in july 1894 ) . those aged 14 or over who had finished at least jinjo elementary school were accepted into the school , and two years were required for completing a course of study . the prefectural agricultural training institute became the bunkyojo classroom attached to the simplified agricultural school of kyoto prefecture . april 1896 : a supplementary course ( one-year course ) was launched . september 1896 : the school was relocated to katsura village , kadono district . the agricultural experiment station of prefectural nokai was also moved . the agricultural school of kyoto prefecture april 1898 : the school changed its name to the agricultural school of kyoto prefecture ( under the order of kyoto prefecture no. 36 ) . those aged 14 or over who had finished upper elementary school were accepted into the school , and three years were required for completing a course of study . graduate program ( one-year program ) was set up . august 1899 : due to a revision of regulations , the graduate program was reorganized into a non-degree course for graduates , and a preparatory course was newly added . vocational school order and agricultural school regulations designated the school as a class-a agricultural school . the preparatory course required one year for completion and admitted those who had finished their third year of upper elementary school or those who had equivalent ability . february 1900 : the agricultural experiment station of prefectural nokai was renamed the kyoto prefectural agricultural experiment station . march 1901 : the bunkyojo classroom agricultural training institute attached to the school became to be used for the school 's special course . the kyoto prefectural agricultural school september 1901 : the school was renamed kyoto prefectural agricultural school ( under the public notice of the ministry of education no. 405 ) . may 1902 : it purchased government-owned forest in oe village , otokuni district , to use for practical training . april 1903 : revision of regulations increased the length of the preparatory course to two years . third grade of the regular course was divided into first ( agriculture ) and second ( forestry ) departments , and a supplementary course was established . the kyoto prefectural school of agriculture and forestry april 1904 : the school was renamed kyoto prefectural school of agriculture and forestry ( under the public notice of the ministry of education no. 73 ) . october 1904 : the graduates ' association was organized . march 1907 : preparatory and supplementary courses were abolished . july 1912 : its graduates ' association got a new name , ' katsura kai ' ( an alumni organization ) . march 1918 : the school moved to shimogamo village , otagi district ( present-day kyoto prefectural university campus ) . the kyoto prefectural agricultural experiment station , except the arboriculture division , was also relocated . the kyoto prefectural kyoto school of agriculture and forestry april 1923 : the name of the school was changed to the kyoto prefectural kyoto school of agriculture and forestry ( under the public notice of the ministry of education no. 35 ) . november 1924 : a convention of graduates of the prefectural school of agriculture and forestry passed a resolution to promote the school to a vocational school . the promotion , however , was not realized for 20 years . may 1928 : first and second departments of the regular course were renamed department of agriculture and department of agriculture and forestry , respectively . april 1931 : department of gardening was added to the regular course . april 1932 : department of agriculture and forestry was abolished and second department of industrial association ( one-year course ) was established . april 1934 : department of agriculture was renamed department of agriculture and forestry . september 1934 : muroto typhoon destroyed the campus . december 1936 : construction of the main building and gymnasium was completed . april 1940 : five-year department of gardening was opened . march 1943 : second department of industrial association was abolished ( because its objectives had been achieved ) . the kyoto prefectural higher school of agriculture and forestry february 22 , 1944 : establishment of the kyoto prefectural higher school of agriculture and forestry was approved by the acts of colleges ( public notice of the ministry of education no. 149 ) . april 1 , 1944 : the school was opened . it was a school upgraded from the kyoto prefectural kyoto school of agriculture and forestry . it required three years of study and offered regular courses at the department of agriculture and the department of forestry . the school admitted graduates from the junior high school under the old system of education as well as those who had finished their fourth year of junior high school . the kyoto prefectural vocational training school of agriculture and forestry july 26 , 1944 : the school was renamed the kyoto prefectural vocational training school of agriculture and forestry ( under the public notice of the ministry of education no. 811 ) . april 1948 : department of agricultural chemistry was added as a regular course . july 1948 : an application was made to the ministry of education for establishing the ' kyoto prefectural kyoto university ' under the new system , based on the kyoto prefectural vocational training school of agriculture and forestry and kyoto prefectural girls ' vocational training school ( under the old system of education ) . february 11 , 1949 : ministry of education approved the establishment of the prefectural university under the new system . but , as the name could be easily confused with the national kyoto university 's , the school applied for a name change on march 8 . april 1949 : kyoto prefectural saikyo university was inaugurated under the new system ( faculty of letters and domestic science and faculty of agriculture ) . the faculty of agriculture was based on the kyoto prefectural vocational training school of agriculture and forestry . may 1950 : when kyoto prefectural agricultural experiment station was relocated to kameoka city , it transferred shimogamo farm to the saikyo university . march 1951 : kyoto prefectural vocational training school of agriculture and forestry under the old education system was closed . period of predecessors at the time it was establishment in 1895 , the simplified agricultural school occupied the premises of the sub-temple of daitoku-ji temple in omiya village , otagi district , kyoto prefecture ( present-day kita ward , kyoto city ) . in april of the following year , i.e. , 1896 , it opened a branch school in the nishiyama branch temple of jodo shinshu sect ( the true pure land sect of buddhism ) honpa hongwan-ji school located in aza kawashima , kawaoka village , kadono district ( present-day nishikyo ward , kyoto city ) . in june of that year , the campus in daitoku-ji temple was closed and integrated into the branch school . the school moved to a new campus that was completed in september of the same year in katsura village , kadono district ( near the present point where the hankyu kyoto line and the hankyu arashiyama line meet at about 200 meters north of hankyu railway katsura station ) . in 1918 , the school was relocated to shimogamo village , otagi district ( present-day sakyo ward , kyoto city ) . the kyoto prefectural higher school of agriculture and forestry and kyoto prefectural vocational training school of agriculture and forestry the schools used the shimogamo campus of their predecessor , the kyoto prefectural kyoto school of agriculture and forestry , until the kyoto prefectural vocational training school of agriculture and forestry was abolished . their successor , the faculty of agriculture , saikyo university was established under the new education system at the same campus . the university changed its name to kyoto prefectural university in may 1959 , but is still in the same place . the university 's main building was completed in december 1936 , but was demolished in 1979 to make way for the current administration building built in may 1980 . main gate pillars were set up around 1936 and have been used since then . +kyoto prefectural girls ' vocational training school was a public vocational school founded under the old education system in march 1927 . it was a vocational school for girls and was established in response to requests from the locals such as the alumni association of the kyoto prefectural kyoto first higher girls ' school ( present-day kyoto prefectural oki high school ) . at the time it was founded , it offered regular courses ( three-year courses ) at the department of literature and department of science ( domestic science and science courses ) . it later evolved into the faculty of letters and domestic science , ( kyoto prefectural ) saikyo university ( present-day faculty of letters , faculty of welfare society , and faculty of human environment , kyoto prefectural university ) which was established under the new system of education . its alumni association , ' alumni association of kyoto prefectural university , ' is made up of graduates from schools under both new and old systems . march 30 , 1927 : establishment of kyoto prefectural girls ' vocational training school was approved by the acts of colleges ( under the public notice of the ministry of education no. 154 ) . they had said in their application for establishment that the campus was to be opened in matsugasaki village , otagi district , kyoto prefecture ( present-day sakyo ward , kyoto city ) . april 1 , 1927 : kyoto prefectural girls ' vocational training school was inaugurated . first entrance ceremony was held on 25th . those who had finished a five-year girls ' high school or those who had equivalent ability were admitted to the school and three years of study were required for completing regular courses . the school had a department of literature and a department of science ( domestic science and science courses ) . it operated in a temporary campus which formerly had been used as a campus for non-degree courses for graduates of kyoto prefectural kyoto first higher girls ' school . the kyoto prefectural girls ' vocational training school opened during the height of the showa depression . the kyoto prefectural government was faced with severe financial difficulties , and the school could not acquire its own campus . enrollment also remained low . the rikken minsei-to political party , which had a majority in the kyoto prefectural assembly , presented the budget to the regular prefectural assembly session in the fall of 1931 , and the budget proposed included stopping the kyoto prefectural girls ' vocational training school from accepting applications for the 1932 school year . october 31 , 1931 : newspapers reported that the kyoto prefectural girls ' vocational training school would be abolished . november 11 , 1931 : its parents ' association adopted a resolution opposing the abolishment and formed an executive committee for preventing closure of the school . educational society of kyoto prefecture issued a statement saying it opposed the abolishment of the school . november 15 , 1931 : kyoto women 's association passed a resolution against the abolishment of the girls ' vocational training school . november 19 , 1931 : the civil administration club had softened its stance , saying it would allow the school to continue its operation if there was a donation that could pay for the operation . november 21 , 1931 : shinkeihan railway ( present-day hankyu corporation ) offered to donate a site for the campus . december 9 , 1931 : the civil administration club changed its position to permit the continued operation of the girls ' vocational training school . december 16 , 1931 : kyoto prefectural assembly passed a resolution to keep the girls ' vocational training school going and the budget to build a new campus . april 1933 : the school was relocated to katsura , ukyo ward , kyoto city . after that , it was also known as katsura girls ' vocational training school . the science course , department of science was abolished , and the domestic science course , department of science was renamed the sewing course , department of home economics education . the home economics education course was added to the department of home economics education . march 1943 : department of science was opened . april 1943 : department of literature was renamed department of japanese linguistics , and the home economics education course , department of home economics education was renamed the health care course , department of home economics education . april 1944 : department of science was renamed department of physics and chemistry , and the sewing course , department of home economics education was renamed the clothing course , department of home economics education . october 1947 : health care course , department of home economics education was renamed department of life environment studies . july 1948 : an application was made to the ministry of education for establishing a prefectural university under the new system , based on the kyoto prefectural vocational training school of agriculture and forestry ( under the old system of education ) and kyoto prefectural girls ' vocational training school . february 11 , 1949 : ministry of education approved the establishment of the prefectural univeristy under the new system . april 1949 : kyoto prefectural saikyo university ( faculty of letters and domestic science and faculty of agriculture ) was inaugurated under the new system . faculty of letters and domestic science ( department of literature , department of welfare and child studies , and the department of human life and science ) was based on the kyoto prefectural girls ' vocational training school . march 31 , 1951 : the kyoto prefectural girls ' vocational training school under the old education system was closed . the school opened at a temporary campus which formerly had been used by the non-degree course for graduates of kyoto prefectural kyoto first higher girls ' school ( its successor , kyoto prefectural oki high school , uses the place today ) . there seemed to be no prospect for acquiring the site for the school 's campus for financial reasons , and the prefectural assembly almost passed a resolution to close the school in the fall of 1931 . however , donations from supporters of the school turned the situation around , and it survived . in april 1933 , the school moved to a new campus built at the site donated by shinkeihan railway in katsura ichinomae-cho , ukyo ward . that campus was used until the school was closed . its successors , the faculty of letters and domestic science , saikyo university , and saikyo university junior college , were initially launched at the katsura campus , but in april 1962 they were integrated into the campus of the faculty of agriculture ( a place formerly used by the kyoto prefectural vocational training school of agriculture and forestry ) in shimogamo , sakyo ward . on the katsura campus site , kyoto prefectural katsura elementary school east extension campus was established in september 1968 . in the following year , 1969 , it became independent under the name of kyoto prefectural katsura east elementary school and has been ever since . +bangumi elementary schools refer to the sixty-four elementary schools established by the towns people in kyoto in 1869 , two years after the meiji restoration , based on the then extant municipal-level autonomous administrative unit known as the ' bangumi ' ( a neighborhood unit ) . these elementary schools became the first school district elementary schools under the national education system of japan ( school system ) introduced in 1872 . during the edo period , kyoto was organized into autonomous administrative units called ' machigumi , ' composed of local residents ; however , at or about the time of the meiji restoration , the machigumi were reorganized under a system in which they were designated as belonging to either the northern part of kyoto , ' kamigyo , ' or the southern part , ' shimogyo , ' followed by bangumi number , such as ' kamigyo , bangumi number 12 , ' and were referred to as ' bangumi ' from that point . in 1869 , approximately 27 " machi " ( a neighborhood ) formed a single bangumi and the system was again reorganized in the same year , in which there were thirty-three in kamigyo and thirty-two in shimo-gyo , for a total of sixty-five ( during the same year , a bangumi in shimogyo was split , bringing the total to sixty-six ) . each bangumi was provided with an administrative building and an elementary school , and sixty-four elementary schools were opened that same year . ( the reason that there were only sixty-four schools for sixty-six bangumi is that there were two groups of two bangumi each that decided to establish a single school to share between themselves . ) the prefectural government of kyoto released model plans for a new schoolhouses for each of the bangumi . each schoolhouse was to have two floors , with separate writing practice rooms of slightly different constructions for boys and girls arranged to the right and left as one entered the central entrance on the first floor . the second floor included a large classroom , a faculty room , and a character brushwork instruction room . the kyoto prefectural government provided a loan of 800 yen for construction costs of each bangumi school , half of which was scheduled to be repaid in yearly installments over a period of ten years with no interest . in addition , along with philanthropic donations , each bangumi houses was allotted a portion of the building costs semiannually for permanent operational expenses . every bangumi school was named according to the classification system designated by ' kami- ( shimo- ) gyo , ' followed by a one or two digit number , and funding was allotted to each school using this system . on new year 's in 1870 , each bangumi elementary school held a ceremony commemorating the start of instruction at the school , and lessons were begun . according to the program of the ceremony , which was drawn up by the kyoto prefectural government , students were to venerate two gods of scholarship and learning , confucius and sugawara no michizane . an image of the shimogyo bangumi school 07 is displayed at the kyoto municipal museum of school history . the subjects of the lessons the students studied were ' grammar and punctuation , ' ' recitation from memory , ' ' calligraphy , ' and ' arithmetic . ' the term " bangumi " was revised to ' -ku ' ( ward ) in 1872 , and again revised to ' -gumi ' in 1879 upon the promulgation of the gun-ku-cho-son henseiho ( act for the alignment of local government system ) , under which kamigyo and shimogyo became kamigyo ward and shimogyo ward . the birth of kyoto city brought about by the municipality system resulted in the creation of a school district system in 1892 . under the school district system , which had been established based on the bangumi school system , there were twenty-eight school districts in kamigyoku and thirty-two school districts in shimogyoku in 1893 ; the school district system remained intact operating under this form until it was abolished in 1941 by the kokumin gakko rei ( act of elementary schools ) . subsequently , with the introduction of the 6 / 3 / 3 / 4 system of education after the war , due to measures such as the appropriation of the buildings that had been used for the elementary schools for use as middle schools and the like , although the districts used to define the elementary school to be attended by local residents changed , the school district system remains intact to this day as the ' kyoto original school districts , ' which are autonomous resident districts . the names of the bangumi elementary schools were at first designated according to the system described above as ' kami- ( shimo- ) gyo # # ) ; however , the schools subsequently renamed themselves based on local history , chinese classics and the like , and those names were inherited by the original school districts . +budo senmon gakko ( vocational training school of martial arts ) is a vocational school under the old-education system founded by ' dai-nippon butoku-kai ' ( great japan federation of martial arts ) in present-day , sakyo ward , kyoto city , kyoto prefecture , to train martial arts coaches . it was abbreviated to ' busen . ' it was run by the strict education equivalent to high school under the old-education system and extremely intense training , sometimes resulting in the death of some trainees . it produced a lot of martial artists and educators . history 1905 : ' dai-nippon butoku kai ' ( great japan federation of martial arts ) founded ' bujutsu kyoin yosei-jo ' ( training school for martial arts coaches ) , in sakyo ward , kyoto city , kyoto prefecture . 1911 : ' bujutsu kyoin yosei-jo ' ( training school for martial arts coaches ) was renamed ' butoku gakko ' ( martial arts school ) . 1912 : ' butoku gakko ' ( marial arts school ) was renamed ' bujutsu senmon gakko ' ( vocational training school of martial arts ) . 1919 : ' bujutsu senmon gakko ' ( vocational training school of martial arts ) was renamed ' budo senmon gakko ' ( vocational training school of martial arts ) . 1946 : it was closed down with the dissolution of the dai-nippon butoku-kai ( great japan federation of martial arts ) . +kyoto koto sangyo gakko ( kyoto sericulture high school ) founded in 1914 was a vocational school under the old-education system . in 1931 , it was renamed ' kyoto koto sanshi gakko ' ( kyoto silk high school ) , and again , in 1944 , it was renamed ' kyoto seni senmon gakko ' ( kyoto textile vocational school ) . this section describes the two renamed schools and its predecessor , kyoto sangyo koshu-jo ( kyoto training institute of sericulture ) . its predecessor was ( nihon ) kyoto sangyo koshu-jo ( ( japanese ) kyoto training institute of sericulture ) founded in 1899 under the ministry of agriculture and commerce . it was transferred from the ministry of agriculture and commerce to the ministry of education in the early taisho period and became ' kyoto koto sangyo gakko ' ( kyoto sericulture high school ) . ( it was in the broad category of ' agriculture and forestry high school ' ) in 1931 , it was renamed ' kyoto koto sanshi gakko ' ( kyoto silk high school ) because ' the silk reeling course ' was added . during world war ⅱ , it was renamed ' kyoto seni senmon gakko ' abbreviated as ' kyoto sen-sen ' ( kyoto textile vocational school ) . in the reform of the education system , it became the original body of the faculty of textile science ( present-day , the school of science and technology ) in kyoto kogei seni daigaku ( kyoto institute of technology ) established under the new education system . the alumni association of the school is named ' kinugasa doso-kai ' ( kinugasa association ) . it is a joint alumni association of the old system and the new system ( the former faculty of textile science ) ( ' kinugasa association ' is going to be merged with ' the alumni association of kyoto institute of technology , ' since the faculty of engineering and design and the faculty of textile and science were integrated into the school of science and technology in 2006 ) . on march 30 , 1899 : the number of training institutes for sericulture increased due to a revision of the system for national training institutes of sericulture ( edict no. 89 ) . in june 1899 : the establishment of ' kyoto sangyo koshu-jo ' ( kyoto training institute of sericulture ) was publicly announced ( an announcement by the ministry of agriculture and commerce , no. 61 ) . the regular course ( two-year term ) / the special course ( five-month term ) in 1901 : shigetane ishiwata , an engineer ( later , the head of the institute ) discovered kaiko sotto-byo-kin ( a gram-positive , soil-dwelling bacterium ) from silkworms . in 1915 , ' kaiko sotto-byo-kin ' was formally named ' bacillus thuringiensis ' by ernest berliner . in 1902 : the training course for sericulture was created . ( the course term was changed : the regular course term was two years / the special course term was six months ) the training course for silk reeling was created , but was not actually opened . in 1905 : the regular course term changed to three years . the requirements for admission : 17 years of age or over , graduated from junior high school under the old-education system ( whose level was the same as a vocational school under the old-education system ) . in 1906 : the journal of the graduate association , " kinugasa sanyu kai-ho " ( the journal of kinugasa sericulture association ) was first issued . in 1921 : " kinugasa sanyu kai-ho " was renamed " kinugasa san-po " ( the journal of kinugasa sericulture ) . in 1940 : the journal was discontinued . in 1908 : the women 's course was established ( the course term was two years ) . on june 13 , 1913 : kyoto training institute of sericulture was transferred from the ministry of agriculture and commerce to the ministry of education . on april 1 , 1914 : kyoto sangyo koshu-jo ( kyoto training institute of sericulture ) was renamed kyoto koto sangyo gakko ( kyoto sericulture high school ) ( due to a revision of the system for schools under the direct control of the ministry of education by the edict no. 44 issued on march 31 ) . the regular course ( three-year term ) / the special course ( six-month term ) in july 1914 : the first graduation ceremony was held . the graduates were students who enrolled at its predecessor , kyoto sangyo koshu-jo ( kyoto training institute of sericulture ) . in april 1915 : the women 's course was closed down . in 1920 : sanshu-ka ( the silkworm eggs course ) was added to the regular course . the existing regular course was renamed yosan-ka ( the sericulture course ) . the term of the special course was extended to one year . since the spring of this year , bm festival ( a memorial service for silkworms , known by the scientific name of bombyx mori ) has been held . in march 1921 : the school song was established . the title of the school song is " kojin ato todomezaru " ( once sandstorms are blown into the sky by strong winds , they leave no traces of their existence on the ground ) ( the songwriter was unknown and the composer was ryutaro hirota ) . it was also said that the songwriter might be masumi shitsubuchi . in april 1923 : saga so-en ( saga mulberry field ) was created in saga-village , kadono-province ( present-day , saga ippongi-cho , ukyo ward ) . in 1924 : the special course was renamed yosan-jitsuka ( the practical sericulture course ) . in february 1931 : seishi-ka ( the silk reeling course ) was added to the regular course . in march 1931 : kyoto koto sangyo gakko ( kyoto sericulture high school ) was renamed kyoto koto sanshi gakko ( kyoto silk high school ) . the regular course : yosan-ka ( the sericulture course ) , sanshu-ka ( the silkworm eggs course ) , seishi-ka ( the silk reeling course ) . in september 1934 : the muroto typhoon partially destroyed the biological experiment laboratory . in june 1937 : the silk reeling course for women was created . ( the term was two years . ) in april 1942 : seni kagaku-ka ( the textile and chemistry course ) was added to the regular course . on april 1 , 1944 : kyoto koto sanshi gakko ( kyoto silk high school ) was renamed kyoto seni senmon gakko ( kyoto textile vocational school ) . the faculties for the regular course : the faculty of silk ( specializing in sericulture / specializing in silk reeling ) / the faculty of textile and chemistry / the faculty of textile and agriculture ( newly established ) / the faculty of spinning and weaving ( transferred from fukui technical high school ) . saga so-en ( saga mulberry field ) was renamed saga no-jo ( saga farm ) . in 1945 : the term of the faculty of silk reeling for women was shortened into one year . in april 1946 : the faculty of silk was divided into the faculty of sericulture and the faculty of silk reeling . in 1947 : the spinning training factory was established . in march 1948 : the faculty of silk reeling for women was closed down . in july 1948 : an application for approval of establishing " kyoto kogei seni daigaku " ( kyoto institute of technology ) was submitted in conjunction with kyoto koto kogei gakko ( kyoto polytechnic high school ) . on may 31 , 1949 : kyoto kogei seni daigaku ( kyoto institute of technology ) was established under the new education system . kyoto textile vocational school under the old system was included as the original body of the faculty of textile and science ( the faculty of sericulture / the faculty of silk spinning / the faculty of textile and chemistry ) . the headquarters of kyoto institute of technology were located in higashi-iru , ichijo onmae-dori , kamigyo ward , where the former inspection center of raw silk was placed . it was in the middle of the faculty of engineering and design ( whose predecessor was kyoto technical vocational school located in matsugasaki , sakyo ward ) and the faculty of textile and science . in march 1951 : kyoto textile vocational school was abolished . the campus was placed in the area stretching from oaza taishogun , kinugasa-village , and kadono county ( present-day , sakata-cho , taishogun , kita ward , kyoto city ) , which it took over from its predecessor , kyoto sangyo koshu-jo ( kyoto training institute of sericulture ) , to hanazono-village ( present-day , takatsukasa-cho , hanazono , ukyo ward , kyoto city ) . the kinugasa campus was inherited from the kyoto koto sanshi gakko ( kyoto silk high school ) , kyoto seni senmon gakko ( kyoto textile vocational school ) and the faculty of textile and science in kyoto kogei seni daigaku ( kyoto institute of technology ) . this campus had been used until july 1968 , when it was integrated and relocated to matsugasaki , sakyo ward , kyoto city ( where the campus of the faculty of engineering and design ( its predecessor was kyoto technical vocational school ) was placed ) . today , the site of the kinugasa campus is used for hanazono housing estates . +kyoto higher craft school is an old system vocational school ( specialist school of business ) established in 1902 . it has an abbreviated name of ' kyoto koko . ' with the industrial modernization in the meiji period , it was the third established national high school of technology following the tokyo institute of technology , and osaka institute of technology ( the old education system ) . it was famous for focusing professional training on crafts ( industrial designs ) . at the time it was established , a regular course ( three years required for graduation ) was instituted having three departments of dyes , weaving , and designs ( including fields of schools of fine arts ) . the department of designs was instituted following the existing tokyo fine arts school ( the old education system ) , and tokyo higher technical school . during the second world war , it was renamed to kyoto special school of technology ( abbreviated name : kyoto kosen ) . the educational system reform led the school to a parent organization of the faculty of craft ( current faculty of craft science ) at the kyoto institute of technology . its alumni association is named ' kyoto kodaikai . ' it is a combined association of the old and new education systems ( old department of faculty of crafts ) ( the faculties of textile and crafts were unified to the faculty of craft science in 2006 , and thus the alumni association has a direction to be unified into alumni association of kyoto institute of technology . ) february , 1899 : in the 13th imperial diet , a proposal was approved to establish the national high school of technology in kyoto city . march , 1901 : the school building construction began for the campus at yoshida-cho , kamigyo ward ( current yoshidaizumiden-cho , sakyo ward ) . march 28 , 1902 : kyoto higher craft school was established ( under the 98th imperial edict ) . april , 1903 : it was in conformity with the acts of colleges . september 10 , 1903 : the first entrance to school was made . a regular course ( three years required for graduation ) was instituted for the three departments of dyes , weaving , and designs . the regular course had been divided into first and second sections until 1923 . the first section was for alumnus of the old education system junior high school , and the second section for alumnus of institute of technology . 1905 : school song was established . " with mt . hiei standing in the background " november , 1913 : alumni association of kyoto residents ' takumi-kai ' started . 1914 : the start of the school year was changed to april . november , 1920 : the movement broke out to promote the school to a university . the movement was changed in favor of an institution of graduate courses with remonstrate of the nakazawa , the former principal . however , the graduate courses were not established . may , 1926 : the alumni association ' kyoto koko-kai ' was established . 1929 : department of ceramics was added to the regular course ( old department of ceramics industry in tokyo institute of technology ) . november , 1930 : it was moved to matsugasaki village , atago district ( hashigami-cho , matsugasaki , sakyo ward ) . in this year , a new school song was established . " mt . hiei shining in purple " ( words by kiemon kanai , composition by kiyoshi nobutoki ) october , 1932 : the 30th anniversary memorial festival , and the new school building completion memorial festival for the completion of the new school building were held . 1937 : in the regular course , the department of ceramics was renamed the department of ceramics industry . april , 1939 : departments of precision instruments and synthetic fiber were added to the regular course . in the same month , a training course was established for mechanical engineers ( two year night course ) . march , 1941 : the training course for mechanical engineers was reorganized into the night graduate course ( department of machines , three year course ) . april , 1942 : departments of machinery and second precision instruments ( four year night course ) were added to the regular course . april 1 , 1944 : the name was changed to kyoto special school of technology . departments in the regular course were renamed : department of ceramics industry and department of chemical industry ( old department of synthetic fiber ) , department of building ( old department of design ) , department of spinning ( old departments of dyes plus old department of weaving ) , and department of machinery ( old department of precision instruments plus old department of machinery ) . the night graduate course and department of second precision instruments were unified to institute the department of second machinery ( four year night course ) . a training course for engineers ( department of machinery , one year night course ) was instituted as another course . april , 1945 : department of telecommunications was added to the regular course . 1946 : department of telecommunications in the regular course was renamed to department of electricity . may 31 , 1949 : kyoto institute of technology started under the new education system . kyoto special school of technology under the old system was included as a parent organization of the faculty of crafts ( department of weaving and industry , building crafts , dyeing crafts , and ceramics industry ) . departments of machinery , electricity , and chemical industry were not continued in the university under the new education system . march , 1951 : kyoto special school of technology under the old system ceased to exist . april , 1951 : kyoto institute of technology , industry junior college department was instituted from a parent organization of the departments of machinery , second machinery , electricity , chemical industry in the kyoto special school of technology under the old system as a parent organization ( departments at the time of establishment : machinery electric , and chemical industry department , three year night course ) . kyoto higher craft school started in the campus of yoshida-cho , kamigyo ward ( current yoshidaizumiden-cho , sakyo ward , kyoto university west lecture hall area in kyoto university ) that was contributed from kyoto city . the yoshida campus was reduced due to road expansions , and the koko was built and moved to matsugasaki village , otagi district in kyoto ( current hashigami-cho , matsugasaki , sakyo ward ) in 1930 . the matsugasaki campus was continued later by the kyoto institute of technology under the new education system . +kyoto normal school ( teacher 's training school ) was established in kyoto prefecture , during world war ⅱ in 1943 . this term describes the kyoto normal school , including its predecessors such as the normal school of kyoto prefecture and the women 's normal school of kyoto . the kyoto normal school was established , after the normal school of kyoto prefecture and women 's normal school of kyoto were merged and transferred to government jurisdiction . it had a boys division and a girls division . the kyoto normal school had its roots in the normal school of kyoto prefecture , which was established in 1876 . after world war ⅱ , with the educational system reform , kyoto normal school became one of the parent bodies of the new-education-system kyoto gakugei university ( present kyoto university of education ) . june 4 , 1874 : a training institute for elementary school teachers was established in the controlling institute for elementary schools in kyoto prefecture . this training institute was located in the house of the kyoto shugoshyoku ( military governor of kyoto ) ( goyo-residence site of aizu clan ) , shimodachiuri kamanza ( now kamigyo ward kyoto city , the north side of kyoto prefectural government ) . february , 1875 : temporary training institute for teachers was established on the junior high school grounds in kyoto prefecture . february 14 , 1876 : the governor of kyoto , masanao uemura submitted a letter of inquiry concerning the foundation of the normal school to kunaikyo ( minister of the sovereign 's household ) sanetsune tokudaiji .. april 1 , 1876 : the foundation of the normal school of kyoto prefecture was approved . june 2 , 1876 : its opening ceremony was held . a two-year elementary school teacher training course was established , using jugosato goten palace in the ishiyakushi-gomon gate of kyoto gyoen national garden as a temporary campus . march , 1878 : the first graduation ceremony was held . december , 1879 : the normal school of kyoto prefecture was relocated to a new school building in shimodachiuri kamanza . the new school building was located in kyoto shugoshoku , goyo-residence site of the aizu clan ( now the north side of kyoto prefectural government ) . february , 1882 : kyoto primary school attached to kyoto university of education was opened . july , 1882 : teaching instruction and school regulations were revised , according to the outline of instruction for normal schools . elementary course ( one-year ) , secondary course ( two-year ) and advanced course ( four-year ) were established . november , 1884 : military gymnastics was introduced . january 23 , 1886 : kyoto prefectural oki high school 's teachers course was transferred to the normal school of kyoto prefecture , and became the normal school girls ' division of kyoto prefecture . the primary school and kindergarten attached to the kyoto university of education were also transferred to the normal school of kyoto prefecture . its school building was located in komano-machi , sagaru , maruta-machi , dote-machi , kamigyo ward on the site of kujyo house . april 1 , 1887 : normal school of kyoto prefecture was renamed jinjo normal school of kyoto prefecture , in conformity to shihan gakko rei ( normal school order ) . four years were required for completing the regular course and students aged 16 or older were allowed to enter . july , 1887 : its girls ' division was relocated to the residence of former governor , teramachi kojinkuchi agaru , kamigyo ward . april , 1888 : its boys ' division was relocated to the former school building of kyoto prefectural rakuhoku high school in matsukage-cho , kojinkuchi , 第二二番組 , kamigyo ward . it was located around the south of present kyoto prefectural oki high school . september , 1890 : the girls ' division was also relocated to the site of the boys ' division . april 1 , 1898 : it was renamed the normal school of kyoto prefecture , according to normal school order four years were required for completing the regular course and boys aged 16 or older and girls aged 15 or older were allowed to enter . april , 1899 : normal school of kyoto prefecture was relocated to a new building in kamigamo-mura aza koyama in otagi county . today , the kyoto primary school attached to the kyoto university of education ( murasakino higashi gosyoden-cho ) and the kyoto junior high school attached to kyoto university of education ( ono-machi , koyamamimami , kita ward ) are located in this area . in the same month , the educational meeting for kyoto prefecture opened the normal preparatory school ( it was discontinued in 1907 ) . january , 1908 : school regulations was established . ( notification no.156 of kyoto prefecture ) . the regular course primary department ( four-year course , intended for three-year upper elementary school graduates ) and regular course secondary department ( one-year course , intended for junior high school graduates under the old educational system ) were established april , 1908 : its girls ' division became independent as the women 's normal school of kyoto prefecture . the kyoto prefectural normal school became a men 's school . may , 1909 : school song was made . " murasaki nobe no atsusanimo " ( lyrics by ue kuromoto , music by kozo yoshida ) . april , 1911 : ' entrance examination incident ' occurred . four doshisha regular course graduates applied for the regular course second department . they couldn 't receive an exemption of examination subjects ( against their recognition ) , because they had not graduated from a middle school established under the higher middle school ordinance , and eventually all four students were rejected . however , a false report was made that the head of the normal school said he didn 't want to accept students from the christian school , doshisha . march , 1920 : school regulations were revised ; the normal preparatory course ( one year course , intended for two-year upper elementary school graduates ) was newly established . april , 1925 : the regular course primary division changed to a five year course and preparation courses were discontinued . april , 1926 : non-degree course for graduates was started ( one-year course ) . january , 1931 : term of regular course secondary department was extended to two years . may , 1939 : kyoto elementary training institute for teachers for disabled soldiers was attached to the normal school of kyoto prefecture . april , 1942 : it was renamed kokumin gakko kundo kyoto training institute for disabled soldiers ( it was closed in july , 1947 ) . prehistory january 23 , 1886 : teacher 's course of kyoto prefectural oki high school became the normal school girls ' division of kyoto prefecture april , 1887 : it was renamed the jinjo normal school of kyoto prefecture women 's branch . july , 1887 : it was relocated from the school grounds of the women 's normal school of kyoto to the former governor 's house in teramachi kojinguchi agaru , kamigyo ward . september , 1890 : it was merged with the men 's branch and relocated to the school grounds of the men 's branch , 第二二番組 kojinkuchi matsukage-cho , kamigyo ward . april , 1898 : it was renamed normal school of kyoto prefecture women 's division . april , 1899 : it was relocated to a new building in kamigamo-mura aza koyama , otagi county . women 's normal school of kyoto april 1 , 1908 : the normal school girls ' division of kyoto prefecture became independent from the normal school of kyoto prefecture and opened the women 's normal school of kyoto ( notification no.72 of kyoto prefecture ) . regular course primary department ( four-year course , and intended for three-year upper elementary school graduates ) and the regular course secondly department ( one-year course , and intended for girl 's high school graduates ) were established . women 's normal school of kyoto was launched , using the former private school building of yoshida junior high school in yoshida-machi , kamigyo ward as its temporary school house . kyoto city daiichi higher elementary school and daini kinrin elementary school became affiliated with the women 's normal school of kyoto . april , 1910 : it was moved to a new school building in omiya-mura aza shichiku , otagi county ( now kita ward , kyoto city ) . omiya prefectural taiho jinjo higher elementary school became affiliated with the women 's normal school of kyoto . december , 1917 : it was moved to fushimi-cho horiuchi-mura kii county , the site where the agricultural experiment station previously stood ( the relocation announcement was made in january , 1918 . ) now the momoyama junior high school attached to the kyoto university of education is located in this area ( momoyama iikamonhigashi-machi fushimi ward kyoto city ) . april , 1918 : kyoto prefectural momoyama girls ' high school ( present kyoto prefectural momoyama high school ) was attached to the women 's normal school of kyoto . in the same month , fushimi sumiyoshi kindergarten and fushimi daisan jinjo elementary school became affiliated with the women 's normal school of kyoto , february , 1921 : term of the regular course secondary division was extended to one year and four months . april , 1925 : term of regular course primary department was changed to five years . april , 1926 : non-degree course ( one-year ) for graduates was opened . april 1 , 1943 : after the normal school of kyoto prefecture and the women 's normal school of kyoto were merged and transferred to government jurisdiction , the kyoto normal school was established . its men 's division was established in the school house of the former kyoto prefectural normal school , while its women 's division was established in the school house of the former women 's normal school of kyoto . the regular course ( three-year course , intended for graduates of secondary education schools under the old educational system ) and preparatory course ( intended for upper elementary school graduates ) were established . june 6 , 1943 : its opening ceremony was held . april , 1947 : mr. yokota became the school head of kyoto normal school . the school held a talk with shiga normal school and nara normal school , aiming to get university status by a large-scale merger of schools . february , 1948 : the principal negotiated with the executive secretary of kyoto university , due to the ministry of education 's one-national-university-in-one-prefecture policy . it was confirmed that kyoto university didn 't have any merger plan . since kyoto young men 's normal school hoped to merge with the kyoto university faculty of agriculture , kyoto normal school decided to get university status by itself . april , 1948 : a committee for promotion prepping was established . june , 1948 : after kyoto young men 's normal school 's plan to become a branch school of the kyoto university faculty of agriculture was canceled , kyoto normal school worked together with kyoto young men 's normal school to get university status . may 31 , 1949 : kyoto gakugei university was established under the new educational system . both kyoto normal school and kyoto young men 's normal school were merged with kyoto gakugei university as its parent body . the head office of the university was established in the former men 's division school grounds , the momoyama branch school was established in the former women 's division , and the takahara branch school was established in the former kyoto young men 's normal school . march , 1951 : kyoto gakugei university kyoto normal school ( under the old educational system ) was discontinued . kyoto normal school , men 's division kyoto normal school , men 's division used the school land in koyamaminami ono-machi , kamigyo ward , kyoto city ( now kita ward , kyoto city ) , which was taken over by its predecessor , kyoto prefectural normal school ( its affiliated school used the school land in murasaki no higashi goshyoden-cho ) . this school land was taken over by its successor , the kyoto gakugei university that established by the new educational system and used until it was relocated to present location , fukakusa fujinomori-cho , fushimiward ( the site of the nineth infantry regiment of the imperial japanese army = > the site of the u.s. military base , camp fisher ) in september , 1957 . the former school land in koyamaminami ono-cho became the school land of kyoto junior high school attached to the kyoto university of education ( which was renamed from kyoto gakugei university in 1966 ) . the adjacent kyoto elementary school attached to the kyoto university of education has continued to use the land in murasakino higashi goshyoden-cho . kyoto normal school , women 's division kyoto normal school women 's division used the school land of its predecessor , the women 's normal school of kyoto in momoyama-cho fushimi ward , kyoto city ( present momoyama iikamon higasi-machi ) . this school land was taken over by the new-education-system kyoto gakugei university and became the momoyama branch school . after the momoyama branch school was discontinued in april 1957 , it was merged and relocated to it 's current site in fukakusa fujinomori-cho , fushimi ward now , the momoyama junior high school attached to the kyoto university of education is located in the school land of the former momoyama branch school . +kyoto seinen shihan-gakko ( kyoto young men 's normal school ) was a seinen shihan-gakko ( young men 's normal school ) established in 1944 . it originated in jitsugyo-hoshu-gakko kyoin-yoseijo of kyoto prefecture ( training institute for teachers of vocational continuation school of kyoto prefecture ) established in 1926 . in 1944 , seinen-gakko kyoin-yoseijo of kyoto prefecture ( training institute for teachers of young men 's school of kyoto prefecture ; established in 1935 ) was transferred to the control of the national government and became kyoto seinen shihan-gakko ( kyoto young men 's normal school ) . because of the educational reform after world war ii , it became one of the parent organizations of kyoto gakugei university ( kyoto university of education , as of now ) under the new educational system . the alumni association is named the ' alumni association of kyoto university of education , ' and it is a combined association of both the old system ( kyoto shihan-gakko and kyoto seinen shihan-gakko ) and the new system . april 1926 : jitsugyo-hoshu-gakko kyoin-yoseijo of kyoto prefecture ( training institute for teachers of vocational continuation school of kyoto prefecture ) was established , attached to kyoto shihan-gakko ( kyoto normal school ) . the location : koyamaminamiono-cho and higashigoshoden-cho murasakino , kita ward , kyoto city ; where the locations of kyoto primary school attached to the kyoto university of education and kyoto junior high school attached to the kyoto university of education at present . the term of education : one-year . qualifications for enrollment at first : ( 1 ) a person who had graduated from a five-year or more agricultural school and was qualified as a licensed school teacher of an elementary school regular course ; ( 2 ) a person who had experienced teaching at a school or agricultural engineering for two or more years and qualified as a licensed school teacher of the elementary school regular course ; and others ( qualifications were loosened later ) . april 1935 : it changed its name to seinen-gakko kyoin-yoseijo of kyoto prefecture ( training institute for teachers of young men 's school of kyoto prefecture ; two-year ) . june 1937 : a temporary training course was established and attached ( one-year ) . april 1944 : it was transferred to the control of the national government and became kyoto seinen shihan-gakko ( kyoto young men 's normal school ; three-year regular course ) . december 1945 : it moved to the former maizuru navy 's campus in aza tomita , tanba-cho , funai-gun . october 1947 : komono junior high school run by four villages in funai-gun was made a substitute associated school . may 31 , 1949 : kyoto gakugei university under the new educational system was established . it was integrated with kyoto shihan-gakko as one of the parent organizations . in the former location of seinen shihan-gakko , takahara bunkyojo classroom ( closed in march 1959 ) was established . march 1951 : kyoto gakugei university kyoto seinen shihan-gakko ( under the old educational system ) was closed . it was established successively after the former seinen-gakko kyoin-yoseijo of kyoto prefecture ( training institute for teachers of young men 's school of kyoto prefecture ) at the location of the men 's division of kyoto shihan-gakko ( kyoto normal school ) in koyamaminamiono-cho , kamigyou ward ( kita ward , as of now ) , kyoto city . in december 1945 , it moved to the former navy facility in aza tomita , takahara village ( tomita , kyotanba-cho , as of now ) , funai-gun . the location of the school in takahara-mura village was inherited later by kyoto gakugei university , and became takahara bunkyojo classroom . takahara bunkyojo classroom was closed in march 1959 , and the remaining site was inherited by kyoto university . +imperial universities are the universities established according to the imperial university law promulgated in 1886 . as will be described below , while there was only one university , imperial university was used as the name of the university and after two or more universities were built , it is used as a generic name of a group of universities . 1886 to 1897 : name given to the university of tokyo ( established in 1877 ) that was the only university in japan , based on the imperial university law 1897 : generic name of the universities established based on the imperial university law finally , seven universities were built in japan and two universities were built in other countries . summary the imperial universities were established as the top-level national higher education facilities and research organizations in japan . although there were no ' universities ' or ' graduate schools ' in those days , the imperial university consisted of a university with several major subjects and a graduate school for interdisciplinary researches . each imperial university developed its organization through incorporating existing institutions of higher education and then reorganized or renamed it or establishing new departments . in addition to the imperial universities , single-department colleges and others were established in later years , however the universities continued to lead higher education and research in japan . the name ' imperial university ' was disused after world war ii and the universities became universities that were distinguished or represented each region in japan . up to the taisho period , honor students for each course of study were awarded an imperial prize of a silver watch . gakushikai ( headquartered in tokyo ) was organized as a club of graduates in 1886 . graduates of former imperial universities are entitled to participate in the club even today . until the end of world war ii , the imperial universities ( 帝国大学 ) were abbreviated to teidai ( 帝大 ) . since the imperial university law was abolished after world war ii , these universities are now called ' former imperial universities ' or ' kyuteidai ' . the former imperial universities may or may not include the imperial universities in keijo ( old name of seoul city in the period of japan 's rule ) and taipei in the former foreign parts . 1 . imperial university ( later tokyo imperial university . current the university of tokyo ) the only university of the time in japan , ' the university of tokyo , ' established in 1877 was renamed to ' imperial university ' and reorganized by incorporating the university of tokyo and the imperial college of engineering by the promulgation of the imperial university law ( 1886 ) . a graduate school was also established at this time . 2 . kyoto imperial university ( established in 1897 , current kyoto university ) there were loud cries for establishment of a university in kansai in the period of establishment of the imperial university . in 1890 , minister of education akimasa yoshikawa ( from tokushima domain ) of the first yamagata cabinet made efforts to proclaim ordinance on education , submitted a draft of university law to the cabinet meeting and insisted on establishment of local universities and expansion of koto chugakko ( higher middle school , the new name for university preparatory school ) . the first general election of the members of the house of representatives took place on july 1 , 1890 and the first imperial diet was summoned on november 25 . on february 20 in the following year , 1891 , tai hasegawa , a member of house of representatives ( who established saiseigakusha which was the former nippon medical school in 1876 ) submitted a draft of establishment of a new imperial university , and submitted a ' proposal of establishing a new imperial university in kansai ' to the fourth imperial diet in 1892 , but it was not established . due to an economic boom owing to japanese-sino war ( july 1894 to april 1895 ) and reparations obtained from the empire of china ( qing ) by the treaty of shimonoseki , minister of education kinmochi saionji of the second ito cabinet wrote a ' proposal to issue part of the reparations obtained from the empire of china as the basic fund for building imperial universities ' to the prime minister and insisted on establishment of kyoto imperial university . in response to this , the budget for the expenses for establishment of kyoto imperial university and kyoto imperial university medical college passed in the ninth imperial diet in the following year , 1896 . in the following year ( 1897 ) , kyoto imperial university was established by using some facilities of the former third high school ( daisan koto gakko ) ( the former third high school was moved ) . imperial university ' was renamed to ' tokyo imperial university . ' 3 . tohoku imperial university ( established in 1907 , current tohoku university ) 4 . kyushu imperial university ( established in 1911 , current kyushu university ) 5 . hokkaido imperial university ( established in 1918 , current hokkaido university ) the imperial diet was organized in 1890 and a lot of ' proposals ' for establishment of imperial universities were submitted to the diet . if drafts of proposals were adopted and became ' proposals , ' it meaned that the congress showed its intension to the government under the constitution of the empire of japan , and they were not draft laws and therefore were not legally binding . minister of education sukenori kabayama of the second yamagata cabinet that was organized in 1898 at the stage of establishment of kyoto imperial university told that he wished to establish imperial universities in the tohoku and kyushu regions . he expressed his intension to establish an imperial university in miyagi prefecture in tohoku where the former second high school ( daini koto gakko ) existed , but did not mention to the prefecture in which to establish one in kyushu . the governors of fukuoka prefecture where yahata iron factory was located and nagasaki prefecture where the former fifth high school faculty of medicine existed said that ' we are prepared for donating 500,000 yen ' . kumamoto prefecture where the headquarters of the former fifth high school existed offered to provide land . however , the imperial diet expressed their negative views and the establishment of both imperial universities was abandoned because ' even if it is established by donation , operating expenses could not be worked out . ' the opposition party , the seiyu party ( president hirobumi ito ) , submitted a ' proposal of establishing kyushu and tohoku imperial universities ' and a ' proposal of establishing hokkaido imperial university ' in the 14th imperial diet in 1900 . the proposals were passed at the house of representatives special committee , and a request to establish imperial universities in tohoku , kyushu and hokkaido was expressed from the diet to the government . however , the government expressed their negative views because the request was made by the opposition party , the proposal was not legally binding and japan was in recession in 1900 to 1901 . on the contrary , the diet adopted a ' proposal of establishing hokkaido imperial university ' in 1901 , and a ' proposal of establishing tohoku imperial university ' in 1902 to appeal to the government . in 1902 , minister of education dairoku kikuchi ( former president of the university of tokyo ) of the first katsura cabinet said that ' imperial universities other than tokyo and kyoto imperial universities were unnecessary ' and proposed a draft of establishment of practical vocational schools . the draft was abandoned due to dissolution of the house of representatives , but it was decided to establish special higher education facilities in each of the prefectures that offered a large amount of donation , and the fukuoka college of medicine , kyoto university was established based on the fukuoka prefectural fukuoka hospital in 1903 with a national budget of 1,500,000 yen . after that , nagasaki koto shogyo gakko ( nagasaki higher commercial school ) was established in 1905 , sendai higher technical school and kumamoto higher technical school were established based on faculty of engineering , the former fifth high school , in 1906 . when the first saionji cabinet was formed headed by prime minister kinmochi saionji who made efforts to establish kyoto imperial university and was willing to establish higher education facilities , the budget for establishing tohoku imperial university ( sendai city ) and kyushu imperial university ( fukuoka city ) was included in the 1907 budget . finance minister itaya reduced the budget due to a recession after japanese-russo war and it was impossible to establish the universities . minister of home affairs , takashi hara ( morioka domain , outside the morioka castle , from present hongu , morioka city , iwate prefecture ) managed to persuade toranosuke furukawa ( 17 years old ) who was vice-president of furukawa mining and the second-generation owner of furukawa zaibatsu , to provide the fund to establish the two imperial universities and the establishment of the universities was approved in the cabinet 17 days after the reduction of the budget . furukawa zaibatsu that built a fortune due to the booming ( 1904 to 1905 ) resulted from japanese-russo war had pollution problems caused by the ashio copper mine mineral pollution and conciliated public opinion by donation to the public . the headquarters of tohoku university was established in sendai city in june 1907 , and sapporo agricultural school was promoted to the college of agriculture , tohoku imperial university ( sapporo city ) in september in the same year . college of science , tohoku imperial university ( sendai city ) , was newly established in january , 1911 and the headquarters of kyushu university was established and college of engineering , kyushu imperial university , was newly established ( both in fukuoka city ) . in april in the same year , the fukuoka college of medicine , kyoto imperial university , was transferred to college of medicine , kyushu imperial university . not only the donations from local well-wishers , but also the donations of about 1,060,000 yen in five years beginning with 1907 from furukawa zaibatsu were used to establish these universities ( construction cost : 987,739 yen , office expense : 69,137 yen ) . the fund for construction of buildings from furukawa zaibatsu was as follows : 135,519 yen for the college of agriculture , tohoku imperial university , 244,170 yen for college of science , tohoku imperial university , and 608,050 yen for college of engineering , kyushu imperial university . the third ' proposal of establishing hokkaido imperial university ' was adopted in the diet in 1911 , but the government expressed negative views . however , when economic conditions improved during world war i ( 1915 to 1918 ) , the situation changed and the college of agriculture , tohoku imperial university , was separated from tohoku imperial university and hokkaido university was established in april , 1918 , before each imperial university was reorganized from colleges to departments according to the promulgation of the university law . the ' foundation and expansion plan of high schools in the miscellaneous category ' was adopted in the imperial diet under the hara cabinet in the same year , and faculty of economics was established in tokyo imperial university and kyoto imperial university and faculty of law and letters was established in tohoku imperial university and kyushu imperial university . the details of establishment of imperial university in this period were complicated due to the relationship between imperial diet and the government , problem of funding and constructing school buildings , and the relations between the predecessor institutions of high education and newly established imperial universities ; and it was associated with the relationships with shosuke sato ( last master of sapporo agricultural school , first president of the college of agriculture , tohoku imperial university , first president of hokkaido imperial university ) , who was from morioka domain like takashi hara and a class mate in hanko sakujinkan shubunjo ( domain school , sakujinkan shubunjo ) . the imperial universities established in this period were named after regions and other imperial universities were named after cities . since the imperial universities were established for political reasons in sendai city ( population 120,000 ) , sapporo city ( population 100,000 ) and fukuoka city ( population 95,000 ) which were more thinly populated than osaka city ( population 1,250,000 ) , nagoya city ( population 430,000 ) in three major metropolitan areas , hiroshima city ( population 160,000 ) , and kanazawa city ( population 130,000 ) , campaigns for establishment of imperial universities were carried out in large cities ( - > order of populations ( 1920 ) of prefectural capitals and ordinance-designated cities ) . 6 . keijo imperial university ( established in 1924 , abolished due to the defeat of world war ii and reorganized to seoul national university ) 7 . taipei imperial university ( established in 1928 , parent organization of national taiwan university ) nationalism spread after the end of world war i by fourteen points ( january 8 , 1918 ) and treaty of versailles ( 1919 ) , march first movement ( 1919 ) occurred in korea in the period of japan 's rule and there is a strong movement on foot to establish private universities in national and u.s.a. missionary groups . japan became a permanent member of the league of nations when it was organized in 1920 , took an international position , acted upon ' inland territorial expansionism ' ( assimilationism in the foreign parts ) in the period of japan 's rule of korea / ( taiwan ) inland territorial expansionism ( 1915 to 1937 ) / kwantung leased territory and established numerous higher education facilities ( - > higher education facilities former foreign parts ) . establishment of the imperial universities in the foreign parts had implications of suppressing nationalism there , but the numbers of departments and students were limited , professors and most students were japanese and some national newspaper criticized racial discrimination . while all universities and higher education facilities in the inland ( japan ) were under control of ministry of education , most schools and universities in the foreign parts , including keijo imperial university and taipei imperial university , were under control of taiwan sotoku-fu , chosen sotoku-fu , kanto kyoku or ministry of foreign affairs . a lot of universities were established by the university law in the 1920 's . - > old-education-system universities 8 . osaka imperial university ( established in 1931 , current osaka university ) 9 . nagoya imperial university ( established in 1939 , current nagoya university ) tokyo suffered devastating damage by the great kanto earthquake in 1923 , the population of osaka city and nagoya city increased greatly because people moved there from tokyo ( order of populations of prefectural capitals and ordinance-designated cities ) . a campaign for establishment of imperial universities was conducted in prefectures where both the cities are located , but the government budget for establishment of imperial universities was not approved due to showa financial crisis ( 1927 ) and the great depression ( 1929 ) and the two universities were established with donations from local well-wishers to the national treasury . osaka imperial university was established based on osaka medical college , and nagoya imperial university was established based on nagoya medical college . since the military gained power after manchurian incident in 1931 , military expenditures took precedence in the finance , local governments were required to bear the expenses for establishment of new imperial universities according to precedent of the two imperial universities and as a result , no imperial universities were established in other areas . however , other higher education facilities were established or restructured . since many professors ( japanese ) returned to japan from keijo imperial university and taipei imperial university in the foreign parts due to the defeat of japan , it was difficult to give sufficient lectures for the length of the course of study though the buildings of the universities remained . with influences of such internal conditions of university organizations and differences of ruling by japan ( - > the period of japan 's rule ( korea ) , the period of japan 's rule ( taiwan ) ) , the parent organization of taiwan university was taipei imperial university , seoul national university was newly established in 1946 and keijo imperial university was not its parent organization . japanese was used for lectures before world war ii , but it was changed to korean in seoul national university and to chinese in taiwan university after the war . fixed number of places were perpared for children of kuomintang party members who received education in primary schools , junior high schools and high schools in japan to study in taiwan university as a student from overseas , and some professors who were educated in japanese before world war ii taught in japanese these students who could not speak chinese well . in japan , the imperial university law was renamed to national university law in 1947 , the imperial universities in various parts of japan were renamed and the educational system was maintained , but the names of imperial universities were disused . they were organized to universities under the new system ( education system reformation ) in 1949 and old-education-system universities were abolished in 1962 . the imperial universities on the education system no longer existed . the universities that were imperial universities were called former imperial universities . gakushikai ( headquartered in tokyo ) has survived and functions as a common alumni association for seven universities ( and graduates from imperial universities in the foreign parts ) . seven universities athletic meet ( abbreviated as nanataisen or nanateisen ) in which seven universities competed periodically was performed every year . since there were nine imperial universities , they were called ' kyuteidai , ' but it had the same pronunciation as ' 旧帝大 ' and the exchange with former imperial universities decreased , it became an obsolete word . some imperial universities were established by the initiative of the government , the diet adopted a lot of proposals of establishing imperial universities and appealed the establishment to the government . however , the proposals were not legally binding , higher education facilities other than imperial universities could be established at a relatively low cost , but a large amount of money was required to establish imperial universities because they were highly rated . therefore , it was difficult to establish imperial universities soon with a proposal of establishing the imperial universities in the diet because it did not have financial prospects . recent state the ratio of students who entered universities according to locations of their high schools is shown below . the top five regions and the top prefecture in each university were shown with the ratio to the whole . an internal link was set in the university which the students from the region entered . mie prefecture is included in the kinki region , not in the chubu region , but it will be stated if different . the kyushu and okinawa region is designated as the kyushu region . in the nobel prize natural science field , a majority of asian noble prize winners and 11 of 13 noble prize winners of japanese graduates and 3 of 4 asian fields prize winners were from imperial universities or national universities to which former imperial universities were reorganized ( as of 2008 ) . the prize-winning study may not be performed in the research institute of the university from which a winner graduated . the three japanese winners of nobel prize for literature , nobel peace prize , and the alfred nobel memorial prize in economics are from former imperial universities as of 2008 . nobel prize natural science fields ( asian winners ) former imperial universities ( 12 persons ) kyoto university ( 5 persons ) : ( kyoto imperial university ) hideki yukawa , shinichiro tomonaga , keinichi fukui ( kyoto university ) susumu tonegawa , ryoji noyori the university of tokyo ( 3 persons ) : ( tokyo imperial university ) reona ezaki , yoichiro nanbu ( the university of tokyo ) masatoshi koshiba nagoya university ( 2 persons ) : makoto kobayashi ( physicist ) , toshihide masukawa tohoku university ( 1 person ) : koichi tanaka taiwan university ( 1 person ) : yuan tseh lee other than former imperial universities ( 8 persons ) university of the punjab ( lahore ( pakistan ) ) ( 2 persons ) : abdus salam , har gobind khorana madras presidency college ( chennai ( india ) ) ( 2 persons ) : chandrasekhara venkata raman , subramanyan chandrasekhar nankai university ( tianjin city ( china ) ) ( 2 persons ) : lee tsung-dao , yang chen-ning tokyo institute of technology ( tokyo ( japan ) ) ( 1 person ) : hideki shirakawa nagasaki school of medicine ( old education system ) , attached pharmaceutical special division ( nagasaki prefecture ( japan ) ) : osamu shimomura nationality other than asia ( 2 persons ) augustana college ( rock island , illinois ( u.s.a ) ) ( 1 person ) : daniel chee tsui . born in henan province ( china ) , bred in hong kong . us citizenship ) st. joseph college ( yokohama ( japan ) ) ( 1 person ) : charles pedersen ( half norwegian and half japanese . born in busan metropolitan city ( korea ) , bred in yokohama ( japan ) . norwegian citizenship ) other than nobel prize natural science field ( asian prize winners other than japanese are omitted . ) former imperial universities ( 3 persons ) the university of tokyo ( 3 persons ) : ( tokyo imperial university ) yasunari kawabata , eisaku sato ( the university of tokyo ) kenzaburo oe fields prize ( asian prize winners ) former imperial universities ( 3 persons ) kyoto university ( 2 persons ) : heisuke hironaka , shigefumi mori the university of tokyo ( 1 person ) : ( tokyo imperial university ) kunihiko kodaira nationality other than asia ( 1 person ) chinese university of hong kong ( hong kong ( china ) ) ( 1 person ) : shing-tung yau ( born in swatow , guangdong ( china ) , us citizenship ) trend of quotations of theses order by number of quotations of theses ( 1998 to 2008 ) natural science field / general ( 4,102 institutions ) the top seven educational institutions regarding ' number of theses ' are former imperial universities and the top nine educational institutions , except japan science and technology agency and riken , regarding ' number of quotations of theses ' are also dominated by former imperial universities . the top three regarding the ' average number of quotations ' are japan science and technology agency , riken , and national institutes of natural sciences , followed by universities , such as tokyo institute of technology and tokyo medical and dental university , other than imperial universities , thus imperial universities did not have precedence . research expenses the top seven educational institutions with many research expenses among national universities are seven former imperial universities . the table below includes inter-university research institute corporations . values in 2005 the ' main research expenses ' are the total of research expenses and grants-in-aid for scientific research expenses ( direct expenses ) . refer to the following items for sources of public research expenses . list of top organizations with the number of grants-in-aid for scientific research expenses world premier international research center ( wpi ) initiative global coe program adoption top organization of the 21st century center of excellence program the former imperial universities published a lot of patents as part of the results of researches . number of patents published by domestic university ( 2007 ) financial statements the ordinary revenue of the former imperial universities is large and ranks higher than national university corporations +kyusei koto gakko was an institution of higher education in japan based on the higher school order ( in 1894 and 1918 ) that existed until 1950 . summary the educational content was equivalent to the educational curriculum of first and second years in present-day college . however , considering the moral tone and the status of the students back then , it can be said that this type of institution does not exist in the modern era , where upper secondary education has become popularized . it is often confused with high school , but the modern-day high school is an institution of secondary education , and therefore it is equivalent to the school of secondary education under the old system ( it is typified by middle school under the old system ) . among the seven national higher middle schools , which included the first through the fifth schools and the ones in yamaguchi and kagoshima established in 1886 by the middle school order , the six schools excluding the one in kagoshima were reorganized into higher schools in 1894 . there were two systems at the beginning , consisting of specialized course ( four years ) and university preparatory course ( three years ) . however , the specialized course was either successively abolished ( they were upgraded to imperial universities ) or divided into specialized schools , and all that was left was university preparatory course , where preparatory education for imperial universities took place . when the higher school order was amended in 1918 , many more were established in various areas . seven-year higher schools came into existence , and ' university preparatory course ' was renamed to ' advanced course . ' according to the higher school order of 1894 , higher schools were defined as institutions where education of specialized courses took place , and preparatory education for students to be enrolled in the imperial universities was stipulated by a provisional clause . the specialized course was modeled after colleges in england and in the u.s. with the primary goal of providing specialized education , and it was expected to play the role of ' the highest educational institution at the regional level ' ( regional university ) . an example of an educational institution , that offered this specialized course that reflected its character as defined by the higher school order , was the third higher school ( under the old system ) . the third higher school began , at the beginning , with specialized faculties of only law , engineering and medicine . the third higher school was the only school that did not have a history of having a university preparatory course . in 1895 , kinmochi saionji suggested to upgrade the third higher school to kyoto university using the reparations obtained from the sino-japanese war . consequently , the third higher school university preparatory course was established on the southern side of higashi ichijo-dori street ( current kyoto university yoshida minami campus ) . the suggestion that the premises , buildings and facilities of the third higher school faculty of law and engineering be used by kyoto imperial university was adopted , and the budget was approved in the following year . the imperial edict related to the establishment of kyoto imperial university was issued on june 18 , 1897 , and kyoto imperial university was inaugurated . the third higher school faculty of medicine , which was located in okayama , branched out and became independent as okayama medical college in 1901 . in other higher schools the specialized faculties and university preparatory courses were completely separated , and higher schools became institutions of higher education that provided only preparatory education for imperial universities . the role of specialized faculties at higher schools under the old system as regional educational institutions of specialized higher education would be played by the specialized schools under the old system and the imperial universities that would later be established in increasing numbers in local regions . the higher school order that was reformed in 1918 , aimed to fulfill the national morality of men and to perfect the higher ordinary education . moreover , the establishment of public and private higher schools was permitted , and they continued to grow until the end of the world war ii . the essence of these higher schools was a system that guaranteed one 's admittance into an imperial university . throughout the pre-war period there was almost a one-to-one ratio between the number of students per year at higher schools under the old system and that of the imperial universities . therefore , as long as there was a diploma for completing a higher school , one could enter an imperial university without any examinations as long as he was not choosey about the field of study , because there was this type of ' guarantee of status ' there were students who did not study hard but enjoyed their student lives . because staying in the same grade for three years meant expulsion from school , it is said that there was a student audacious enough to ' deliberately ' repeat the same year once in each grade of the three years in advanced course , staying in school for six years . moreover , it also served as an incubator for the elites in the pre-war society , and it was an institution that supported the foundation of social system at the time . there was also university preparatory course , which was a similar institution . however , it was a different institution , because unlike the higher school under the old system , there was a premise that the students would be admitted to specific universities under the old system . inauguration its beginning was the preparatory school of the university of tokyo ( tokyo yobimon ) that ministry of education created in tokyo . the instructors at the university of tokyo in the early years were mostly foreigners hired from western countries at ' salaries higher than those of ministers . ' the curriculum was modeled after universities in europe , and textbooks , lectures , notes and answers were all in foreign languages . therefore , in order to receive a specialized education , it was absolutely necessary to be highly proficient in languages such as english and german . university preparatory school was a preparatory educational institution to acquire such language skills . in order to improve the bureaucratic organization , hirobumi ito , who acquired power after ousting shigenobu okuma at the coup in 1881 , merged all of the national schools in tokyo with the university of tokyo , which had been created by ministry of education . he renamed it an ' imperial university , ' which was the only university , and he designated it as a training institution for government officials and scholars . the university of tokyo becoming an ' imperial university ' meant that a preparatory educational institution was to be placed in each of the five school districts throughout japan . preparatory school of the university of tokyo became the first higher middle school within district number one ( the kanto region and the areas around it ) , and it later became the first high school under the old system by the higher school order . refer to higher middle school for details on the predecessor of higher schools . enticement battle among the higher schools under the old system whose number amounted to 39 throughout japan in the end , the first through the eighth higher schools ( under the old system ) , which were established during the meiji period , sent their graduates to the political and business worlds from early on . because they were at an advantage compared to the schools that were established later , they were called ' number schools ' ( from ' n school ' ) in order to distinguish them from other schools . therefore , even after the new system was put in place the honorific title such as ' number school elite school ' remained in idiomatic usage . schools that are numbered , which are mainly public high schools ( some private schools also ) , including the period of middle schools in each municipality under the old system , are sometimes locally called ' the number school of xx . ' after the sixth higher school ( under the old system ) the local eagerness to entice the schools had a large influence on its establishment . on enticing the sixth higher school , okayama and hiroshima competed with each other . in the diet , it is said that the parliamentarians got into a scuffle outside the diet building . in the case of the seventh higher school ' zoshikan school ' ( under the old system ) , it was substantially decided to be in matsumoto , but it had not been publicly disclosed . however , it was hastily changed to kagoshima for various reasons . moreover , for the establishment of the ninth higher school , a fierce enticement battle took place between niigata and matsumoto , and it became a series of smearing campaigns , however , in the end , using the name ' the ninth higher school ' was avoided , and the matter was settled by using the place name of niigata higher school ( under the old system ) and matsumoto higher school ( under the old system ) . this matter was taken into consideration in the naming of schools established since then , and the schools were named according to the location of the school . as a way to contrast and distinguish these from the ' number schools ' mentioned earlier , they were sometimes called ' chimeiko ' ( place name schools ) or ' name schools . ' the second higher school order ( amendment to the higher school order ) the second higher school order was proclaimed on december 6 , 1918 , and it was enforced on april 1 , 1919 . as for the characteristic of the higher schools , it was laid out as ' a higher school is a place where one receives higher ordinary education . ' as for the structure of higher schools the standard was set as a seven-year system with three years of advanced course and four years of regular course . schools that consisted of only advanced course were also allowed as an exception . a regular course was comparable to the curriculum of middle school , and therefore , establishing of university preparatory course was allowed . the graduates of advanced course were allowed to have a training period limited to one year in their specialty , and those who completed this training period was awarded with the title of tokugyoshi . the qualification required for entering advanced course was completion of regular course at a higher school or about four years of middle school ( before the reform , completion of middle school which was five years at the time ) , and shortening of the enrollment period was realized . this shortening of the number of years spent on the training preexisted at the basis of the reform of higher school educational system . therefore , it became common for the students wanting to enter higher schools to take the higher school entrance examinations , assuming that it would end in four years , and many people were accepted . the qualification for entering the regular course was completion of elementary school ( national school ) or equivalent . the entrance to school was set to take place in april . higher schools other than national schools after 1918 it became possible to establish higher schools by groups of people other than the government . as primary examples , for private schools there are musashi koto gakko ( under the old system ) of nezu zaibatsu ( financial conglomerate ) of tobu railway co . , ltd . , seijo koto gakko ( under the old system ) ( present-day seijo gakuen high school ) by masataro sawayanagi who was the foremost educator of the generation , seikei koto gakko ( under the old system ) by the iwasaki family of mitsubishi zaibatsu , and konan koto gakko ( under the old system ) by a businessman in the kansai region , for public schools , there is toyama kenritsu toyama koto gakko ( toyama prefectural toyama high school ) ( under the old system ) which was established by a wealthy local family who donated an enormous amount of money to the prefecture . furthermore , gakushuin , established by imperial household ministry during the meiji period , was set up in order to educate the children of the peers , but after 1912 , it became an institution equivalent to the higher schools under the old system . these schools consisted of a regular course ( four years ) and advanced course ( three years ) , totaling seven years of higher school ( gakushuin consisted of eight years because of merging of five years of middle school , which was equivalent to the regular course ) , and once enrolled in the regular course a spot at an imperial university was guaranteed . many of the national higher schools , starting with the first higher school , had only three years of advanced course , which was consistent with the structure of the original schools . its end after world war ii ended , with the influence of american occupation policy some higher schools under the former system began to admit women to enroll . female students went to school wearing student 's hats that were the same as the male student 's , or they wore brimless student 's hats . in general , female students were treated well as guests , and many went on to imperial universities or universities under the new system , then became teachers and researchers . however , an end was coming near even to higher schools of the old system . shigeru nanbara , who was vice chairman of education reform committee worked actively toward their abolition . nanbara was also a graduate of ichiko ( the first higher school ) , and he later attested that during the three years at the former higher schools he slacked off , and the materials taught at school were merely repackaging of materials taught at former middle school , and therefore he had no attachment to education in former higher schools . nanbara repeatedly stated his commitment to inazo nitobe , the principal of ichiko when nanbara was a student there , who emphasized that men should be gentlemen . it can be seen that he was uncomfortable with the atmosphere of rudeness . because of the post-war educational reform , the former higher schools merged with former universities and other institutions of higher education , and many of them became parent organizations such as faculties of general education , literature or science at universities under the new system . those who enrolled at universities under the new system because of educational reform while at former higher schools include novelist akiyuki nosaka ( from niigata higher school to niigata university , then to waseda university ) , kazumi takahashi ( from matsue higher school ( under the old system ) to kyoto university ) , takeshi kaiko ( from osaka higher school ( under the old system ) to osaka city university ) , sakyo komatsu ( from third high school to kyoto university ) , seiji tsutsumi ( from seijo higher school to the university of tokyo ) , takatada ihara ( from gakushuin high school to keio university ) , and keiichi konaga ( from the sixth higher school to okayama university ) who was the first person to become a deputy secretary after graduating from a university that was not a university under the old system . furthermore , yoji yamada , a film director , encountered the educational reform while he was still a student at yamaguchi higher school , and he moved on to the university of tokyo from tokyo metropolitan koyamadai high school under the new system .. before the implementation of the educational reform , there was a movement to search for a way for the former higher schools to continue their existence as ' junior colleges ' ( equivalent to junior colleges after the reform ) , but it ended as a dream . the graduates who reminisced over the former higher schools proclaimed the positive aspects of the former higher schools by holding nihon ryokasai ( song festival held by the dormitory students ) and by founding ' association to advance the educational revolution in japan ' even after the war . however , perhaps because they adamantly aspired to revive the former higher schools as national institutions of higher education , there were no movements toward establishing specialized higher schools and junior colleges for liberal arts education in private schools for the benefit of the elites . yet , such schools did exist in public schools . wakayama prefectural junior college of sciences was one such school that was established in 1950 but it was abolished in 1955 . the establishment of the university of tokyo , faculty of liberal arts under the new system was a movement to preserve the tradition of liberalism in the former higher schools . furthermore , the graduates of former imperial universities , such as the influential people , who were involved in the establishment of the college of liberal arts at international christian university immediately after the war , were hopeful about the possibility of passing down the advantages of the former higher schools to the principles of liberal arts colleges . entrance examination , academic curriculum and graduation entrance examination in 1901 , the ' integrated selection system ' was adopted in the entrance examinations for higher schools . the ' integrated selection system ' was abolished in 1908 , but from the following year , the examination questions were standardized for all schools except for the seventh high school . from 1926 , in order to accommodate the students taking examinations to go to national higher schools , the national higher schools were divided into two groups , and one school from each group was allowed to be specified . the first group consisted of the first , the fifth , the seventh , niigata , mito , yamagata , matsue , tokyo , osaka , urawa , shizuoka , himeji and hiroshima higher schools . the second group consisted of the second , the third , the fourth , the sixth , the eighth , matsumoto , yamaguchi , matsuyama , saga , hirosaki , fukuoka and kochi higher schools . class composition university preparatory course was divided into the first division ( law , literature ) , the second division ( engineering , science , agriculture ) and the third division ( medicine ) . as for examples of classification , among the applicants of the law division , the faculty that focused on english was first division english law , the faculty that focused on german was the first division german law , and among the applicants to faculty of letters university the division that focused on english was first division english literature and the division that focused on german was first division german literature . because of the influence of the amendment to the higher school order , the university preparatory course was renamed as advanced course . it was roughly divided into humanities and sciences , and depending on the foreign language taken it was further divided into faculty of letters english category ( english as the primary language ) , faculty of letters german category ( german ) , faculty of letters french category ( french ) , faculty of sciences english category ( english ) , faculty of sciences german category ( german ) , and faculty of sciences french category ( french ) . faculty of sciences german category was set up as the way to advance to faculty of medicine and faculty of pharmaceutical sciences . however , the higher schools that had divisions with french as the primary foreign language were few in number , such as the first higher school , the third higher school , shizuoka higher school , fukuoka higher school , osaka higerh school and urawa higher school . the class composition at the fourth higher school in 1926 was two classes in english literature , one class in german literature , three science classes in english and one science class in german . graduation and college entrance examination the enrollment capacity at imperial universities was about the same as the number of graduates from the former higher schools , and therefore , as long as one was not picky about the desired field of study , enrollment at an imperial university after graduation was guaranteed . therefore , depending on the faculty at regional imperial universities and national colleges there was a shortage of students . universities that were established later , such as keijo imperial university and hokkaido imperial university , independently took up strategies to set up ' yoka ' ( preparatory course ) in order to ensure a pool of talented students from early on . in the 1920 's , the national medical colleges that were established during the early period were upgraded to national medical universities . as with imperial universities ( except for the universities with their own preparatory courses such as hokkaido imperial university , keijo imperial university and taipei imperial university ) , the medical schools did not have their own preparatory courses . in order to go to these universities it was necessary to have graduated from a higher school under the old system . because of the emergence of ' regional imperial universities with preparatory courses ' and ' national medical colleges without preparatory courses , ' equating graduation from former higher school and going to an imperial university no longer worked . in general , because there were many applicants to the medical schools and to the popular divisions at the university of tokyo and kyoto university , acceptance rate was often one out of two or one out of three . however , in the case of university tokyo faculty of law , the examination subjects were only translation from english to japanese and from japanese to english . put in today 's words , it was similar to examinations for getting into seminars . the examination subjects in the case of tokyo imperial university , faculty of science , department of mathematics , were foreign languages , mathematics , mechanics and physics , and in the case of kyushu imperial university , faculty of engineering , they were mathematics and mechanics , physics and chemistry , and in the case of kyushu imperial university , faculty of medicine , they were foreign languages ( two out of english , german and french ) , mathematics , physics , chemistry , zoology and botany . upon advancing to popular faculties and departments , more than a few people became ronin ( those who could not pass the examinations to enroll at a university ) , and they were called white-line ronin . when there was an under-enrollment at imperial universities the capacity was filled preferentially by the graduates and the potential graduates of former higher schools . during the applicant selection process at imperial universities priority was decided based on the applicant 's educational history . the highest priority was given to the graduates of the department of letters at higher schools for the department of humanities at universities without preparatory courses , and to the graduates of department of sciences at high schools for faculty of sciences , and at universities with preparatory courses the highest priority was given to those who completed the preparatory courses . if the enrollment limit was exceeded by the applicant with first priority ranking , a competitive examination was given to those with first priority ranking . the ones who failed the tests became members of ronin , and they were sometimes called ' hakusen ronin ' ( ronin with white lines ) . if the enrollment limit was not met by the first priority applicants , then these first priority applicants were all accepted , and the shortage in the enrollment was filled by the second priority applicants . for students with priority rankings lower than the second priority , the method of determining the priority based on the educational history was dependent on the university and the department . in many cases , the second priority and below were designated as ' people with educational history other than graduates of higher schools , ' and those who enrolled in this manner were called ' people who were admitted through indirect enrollment . ' therefore , applicants from higher normal schools and higher technical schools were admitted to fill the enrollment capacity in form , but at imperial universities they were permitted to enroll , using the fill-ins as a reason and treating them as indirect enrollments . there were relatively many cases of indirect enrollment at imperial universities other than the university of tokyo and kyoto university . with the changeover to the new system because of the educational reform , a measure was taken against the white-line ronin ( november 29 , 1949 , notified by the ministry of education ) . each university under the old system was divided into two terms , and in 1949 , the selection examinations were given . each university under the old system increased the enrollment limit as much as possible , and in order to prevent double enrollment and rescinding of enrollment , the university made the announcement of acceptance as soon as possible for the first term . the actions taken against the white-line ronin by the universities under the old system ended with the entrance examination in 1950 . number of enrollment at imperial universities and national medical universities from : " collection of entrance examination questions for imperial universities " appendix , published in 1925 by hokushin shoin number of enrollment at each university in 1925 tokyo imperial university 2363 kyoto imperial university 1381 kyushu imperial university 0608 tohoku imperial university 0392 niigata medical university 0060 okayama medical university 0061 chiba medical university 0061 kanazawa medical university 0060 nagasaki medical university 0063 temporary measures during the war when the pacific war escalated the duraion of school was shortened by half a year to two and a half years in 1942 and 1943 as a temprary measure during emergency , and from the class entering in 1943 the term was officially shortened to two years by a legal amendment . however , in september , 1945 , immediatey after the end of the war , the term was again changed to three years , and the only class that graduated in two years was the class that entered in 1943 . entering in april , 1940 - graduation in september , 1942 ( formally three years , shortened by half a year ) entering in april , 1941 - graduation in september , 1943 ( formally three years , shortened by half a year ) entering in april , 1942 - tentative graduation in november , 1943 - graduation in september , 1944 ( formally three years , shortened by half a year ) entering in april , 1943 - graduation in march , 1945 ( formally two years , ) entering in april , 1944 - graduation in march , 1947 ( formally two years , extended by one year ) entering in april , 1945 - graduation in march , 1948 ( formally two years , extended by one year ) entering in april , 1946 - graduation in march , 1949 ( formally three years ) entering in april , 1947 - graduation in march , 1950 ( formally three years ) entering in april , 1948 - ended in march , 1949 the typical outfit of a former higher school student consisted of a cap with white stripes , a cape and takageta ( tall wooden clogs ) , and the sight of them walking around in town singing their dormitory song was highly admired by many students of middle schools under the old system . the cap had either two or three stripes , and it was a symbol of higher school student under the old system . however , some private higher school students under the old system did not have the white stripes on their caps , and students at seijo high school who were unhappy about this started a ' white stripes movement . ' on the other hand , the caps with white stripes at nihon university preparatory course looked exactly the same those of higher schools under the old system . the middle school order was officially announced on april 10 , 1886 . by this , national higher middle schools ( precursor to higher schools under the old system ) were established in each of the five school districts throughout japan as well as in yamaguchi and kagoshima . in 1886 , preparatory school of the university of tokyo , its extension campus in osaka ( later moved to kyoto ) and yamaguchi junior highs school were renamed the first higher middle school , the third higher middle school and yamaguchi higher middle school , respectively . in the following year of 1887 , the second higher middle school ( sendai ) , the fourth higher middle school ( kanazawa ) , the fifth higher middle school ( kumamoto ) , kagosima higher middle zoshikan school were established one after another . the number on each school refers to the school district number ( there were changes depending on the time period ) from first one to fifth , and numbers sixth through eighth were given chronologically according to their establishment . there was a specialized courses set up at schools from the first to the fifth higher schools at the time , which were established in the early years . in april of 1897 , the school district system was abolished , and it became possible to take entrance examinations for higher schools unrestricted by the school districts . while enjoying the economic growth because of world war i , japan also experienced a great advancement in industrial power , and consequently , there was a societal demand to build more imperial universities and increase the student enrollment limit . with this demand , it became necessary to increase the number of higher schools . in 1918 , under the hara cabinet , the ' foundation and expansion plan of higher schools in the miscellaneous category ' with an enormous additional budget of 44.5 million yen ( currency ) was submitted to the imperial diet and it was approved . this six-year plan starting from 1918 would newly build 10 national higher schools under the old system , six national higher technical schools , four national higher schools of agriculture and forestry , seven national higher schools of commerce , one school of foreign languages ( under the former system ) and one specialized school of pharmaceutical sciences under the old system as well install four faculties at imperial universities and upgrade five medical universities and one college of commerce . later , this plan was almost completely realized . during this time , there was a fight over the name of ' the ninth high school ' between niigata and matsumoto , and the use of numbers was abandoned and the place name was used instead . thus , the name schools were born . another reason was the fact that distinction using numbers became difficult due to an increase in the number of higher schools . institutionally , the seven-year higher school ( four years of regular course and three years of advanced course ) was defined as an institution of higher education , but it effectively served as an institution of both middle and higher education in one school . educators who believed in the most advanced educational philosophy at the time as well international businessmen who were committed to the british public schools jumped on the idea of the seven-year higher schools , and many seven-year higher schools aimed to nurture students to have sophisticated disposition . there was even a school , like musashi high school ( under the old system ) , which banned sports and didn 't hesitate to have a large number of dropouts and dismissed students , but boasted its rate of successful applicants for tokyo imperial university exceeded that of ichiko ( the first higher school ) . ichiro mikuni , an essayist who graduated from the eighth higher school , he saw the students of tokyo imperial university who were graduates of the seven-year high schools upon entering the university , and he described them as ' a group of eccentric type of the students of tokyo imperial university . ' there are also criticisms that seven-year high schools created young writers and exam-ready brains who were sophisticated but lacked substance . tokyo higher school regular course was abolished only 12 years after classes started and only 13 years after it was established . later , osaka prefectural naniwa higher school regular course and the regular course at toyama high school , which changed its status from public to national , were abolished one after another ( tokyo higher school regular course temporarily restarted taking in applicants after the war ) . the only national or public schools that taught the regular course were the taipei higher school , which was under the jurisdiction of the taiwan governor-general , and the prefectural higher school established by the prefecture of tokyo . among the group of higher schools under the old system that included institution of primary education were konan , seijo and seikei . entrance into these elementary schools was directly linked to moving onto imperial universities , including tokyo imperial university , and they became very popular . ichiro kato , who later became the president of the university of tokyo , also went from seijo elementary school ( current seijo gakuen elementary school ) on to seijo higher school . although not higher school under the old system , gakushuin also included an institution of primary education . it is generally regarded that at the educational reform advanced courses moved on to become universities under the new system , and the regular courses moved on to become middle schools and high schools . gakushuin junior high school ( under the former system ) and gakushuin high school ( under the former system ) ( current gakushuin high school and gakushuin university , respectively ) of incorporated educational institution of gakushuin gakushuin is a national school founded on gakushuin school system . furthermore , it was a special educational institution under the direct jurisdiction of imperial household ministry . at the beginning , there were primary course ( six years ) , junior high course ( six years at the beginning , then five years ) , supplementary course , higher course and special college course ( abolished in 1905 ) . however , in 1919 , the schools were renamed to primary , junior high and high schools , and this system continued until the implementation of school education law . according to the gakushuin school system , at the beginning , the supplementary course and the higher course were regarded as two-year educational institutions for students who graduated from the junior high course . from the meiji period to the taisho period , advancement to an imperial university was not completely guaranteed . the graduates of higher course were permitted to go on to an imperial university when the student enrollment capacity was not filled at the imperial university , or only by recommendation of the university president , and there was no standard system of advancement . order of ministry of education article number 27 in 1921 guaranteed students institutional permission to advance to imperial universities just as other graduates of higher course of higher schools under the old system . after world war ii , education in medicine and dentistry were taught at universities ( universities under the old system ) . medical colleges under the former system and colleges of dentistry under the former system were upgraded to universities under the old system . however , some among these schools did not fulfill the standards to be upgraded to universities , and such schools were transformed into higher schools under the old system in order to save the matriculated students . they are called post-war specially established high schools ( however , tokushima national higher school became a higher school through a different route ) . they were considered as preparatory courses for medical universities , and they were partially included into the universities under the new system that were established during the educational reform . university preparatory courses while they were similar to higher schools under the old system ( those established by the university order ) , they were institutions of higher education with the understanding that their students would advance only to the universities with which they were separately associated . this point was institutionally very different from higher schools under the old system . +a shihan gakko ( normal school ) is an middle and advanced educational institution for training teachers for elementary / middle schools ( shihan education ) under the prewar educational system reform . based on the educational school system published in 1872 , a normal school was established by the government in yushima seido temple , succeeding part of shoheizaka-gakumonjo closed in 1871 , and then they were established in each school system district such as osaka , sendai , nagoya , hiroshima , nagasaki , and niigata . by 1878 all government-established normal schools excluding tokyo normal school and tokyo women 's normal school were transferred to their prefectures . besides these schools , there were many other normal schools , established independently by each prefecture , for training elementary school teachers , but there was no uniformity in the period of education and entrance age . in 1881 guidelines of rules for teaching for normal schools were set up under education order , which led to the first unification of the level of normal schools . with the enactment of normal school order in 1886 , the normal schools were divided into higher normal schools and ordinary normal schools . in 1897 with the enactment of normal school order , the ordinary normal school was renamed to normal school . in 1907 with the start of a six-year elementary school system , normal school regulations were set up and the second normal schools for middle-school graduates were institutionalized . in 1943 due to the revision of normal school order all the normal schools were transferred to the government and also promoted to educational institutions equal to old-system vocational schools , and youth normal schools were set up afresh ( the order was revised the next year ) . ( as for normal schools in taiwan , among japanese old oversea territories , refer to the normal school institutions in taiwan during the japanese colonial period . ) on condition of becoming teachers after graduation , normal school students are exempted from paying tuition and also ensured their livelihood , they played a role of helping excellent children from poor families . if a student could manage to take the course as follows : normal school = > higher normal school = > university of literature and science , the student could complete a course which was equivalent to a regular route : middle school = > high school = > imperial university , with no school expenses , thus normal schools attracted many students who were excellent but suffering financial burdens . people who received benefit from this system were as follows ; yoshifuru akiyama , a military serviceman in the meiji and the taisho periods , chung-hee park , a military serviceman and president of the republic of korea in the showa period , ( both of them entered army war college ( japan ) after a teaching career ) , keita goto , a businessman ( the first leader of the tokyu group ; he graduated from ueda senior high school in nagano prefecture , worked as an elementary school assistant teacher , entered tokyo higher normal school , working as an english teacher , and went on to the university of tokyo ) , etc . ( kan kikuchi , a writer , was forced to enter tokyo higher normal school for an economic reason , but expelled because of his bad behavior and reentered daiichi senior high school with financial support from a rich person ) . however , after the war , for the democratization of japan , the supreme commander for the allied powers of general headquarters ( ghq / scap ) dismantled the normal school system , which had been a hotbed of the militaristic education , and gave an instruction that teacher training should be done at universities on the u.s. model . people began to criticize normal schools ; the dormitory life of the normal school was quite the same as that of a naimu-han ( internal affairs corps ) of the imperial japanese army with seniors always teasing and hazing juniors to teach them absolute obedience to their seniors , and the education content also had a lot of problems such as teaching what was described in " kojiki " ( the records of ancient matters ) as an authentic history , and the graduates , as supporters of the militarist education , kept sending their students to the front . such education resulted in producing a lot of so-called ' normal school type teachers ' who were rigid , narrow-minded , and stereotyped , emphasizing formalism , authoritarianism , blind obedience , etc . , which had already been a problem in prewar days , too . therefore , normal schools in various regions , on the model of american universities such as " liberal arts colleges " , made a fresh start as department of education or department of liberal arts of new-system universities that embodied various old-system schools . however , in the screening accompanied by the transition from an old-system normal school to a university , a lot of teachers failed in the screening and lost their jobs because the screening naturally focused on teachers ' achievements as scholars / researchers , but those who failed knew nothing more than practical knowledge such as how to use blackboards or managing their classes . therefore , at this time , many schools replaced teachers extensively , and the campuses of normal / youth and normal schools in a prefecture are integrated in series , as a result school traditions changed greatly . on the model of " liberal arts colleges " the curriculum at first put emphasis on liberal arts education with some universities providing a course to a medical school , however , following the upgrading of elementary / middle schools after world war ii , most of the graduates chose a teaching job , and when the revised national school establishment law came into force in 1966 , most of departments of arts and sciences sequentially abolished courses not related to school teaching and began to change their names to " department of education " . the current system allows students in every department to get a teacher 's license . as a result , however , some people pointed out that this system produced incompetent teachers who had not majored in pedagogy , and some proposed that the normal school system be revived . however , professional education at graduate schools is a global trend and even in japan with the introduction of a professional graduate school system for highly professional education including legal profession , it was decided that the acquisition of advanced skills needed by future teachers should be done at a graduate level . therefore , teaching profession graduate school system as one of professional graduate schools was introduced and established on april 1 , 2008 . the higher normal school was a school that trained middle school teachers . the schools were as follows ; higher normal school ( 1886- ) , from 1902 tokyo higher normal school . women 's higher normal school ( 1900- ) , from 1908 tokyo women 's higher normal school hiroshima higher normal school ( 1902- ) nara women 's higher normal school ( 1908- ) normal school order in 1897 decided that higher normal schools train teachers for normal , ordinary middle and women 's higher schools , and women 's higher normal schools train teachers for women 's / women 's higher schools . higher normal schools accepted middle school graduates , and women 's higher normal schools accepted women 's higher school graduates . as a principle bachelor 's titles were given only to university graduates , however graduates from tokyo higher normal school advanced course and hiroshima higher normal school advanced course of moral education were allowed to receive bachelor 's titles as exceptional cases ( matters about titles of graduates from higher normal schools [ imperial decree no.36 in 1930 ] ) . the ordinary normal school is a school that trains elementary school teachers . in each prefecture one normal school with the men ' section and the women 's section was set up . in accordance with normal school order in 1897 , ordinary normal schools were renamed normal schools , and one or more normal schools were established in each prefecture . the women 's section was separated as a women 's normal school by the latter half of the 1920s . the first regular course ( a five-year system from 1925 ) which required graduation from an higher elementary school ( elementary school higher course ) for entrance , the second regular course which required graduation from a middle school or a women 's higher school ( institutionalized in 1907 , a two-year system from 1931 ) were set up . normal school order in 1943 decided that higher normal schools should train teachers for middle schools and girls ' high school , while higher women 's normal schools train teachers for girls ' high school . by the enactment of school education law in 1947 and national school establishment law in 1949 , tokyo higher normal school and university of arts and sciences amalgamated into tokyo university of education , hiroshima higher normal school was amalgamated with various institutions including hiroshima women 's higher normal school , hiroshima university of arts and science ( old-system ) , hiroshima high school ( old-system ) , hiroshima technical college ( old-system ) and promoted to hiroshima university , further both tokyo and nara women 's higher normal schools were promoted to universities , ochanomizu university and nara women 's university , respectively and kanazawa higher normal school became kanazawa university of education . moreover , because of war damage , okazaki higher normal school moved from okazaki city to toyokawa city , however , without returning to okazaki city , it became a toyokawa branch of the faculty of liberal arts ( now the faculty of information and culture ) of nagoya university . ( the department of education of nagoya university was newly established at the start of postwar new-system universities , not descended from any normal school ) . tokyo higher normal school ( 1886- ) : after the promotion to tokyo university of arts and sciences ( 1929 ) , it was established as an annex to this university . tokyo women 's higher normal school hiroshima higher normal school ( 1902- ) : after the promotion to hiroshima university of arts and sciences ( old-system ) ( 1929- ) , it was established as an annex to this university . nara women 's higher normal school ( 1908- ) kanazawa higher normal school ( 1944- ) okazaki higher normal school ( 1945- ) hiroshima women 's higher normal school ( 1945- ) from 1943 normal schools became government-established , educational institutions to train teachers for national elementary schools at about a level of vocational schools . normal schools had a regular course and a preparatory course ; the former accepted graduates from middle schools or women 's higher school , and the latter accepted graduates from elementary school higher courses , middle schools or those who finished two years in women 's higher schools . normal schools across the country were as follows ; ( a university under the new system of education ) hokkaido daiichi higher normal school ( the sapporo branch school of hokkaido university of education ) hokkaido daini higher normal school ( the hakodate branch school of hokkaido university of education ) hokkaido daisan normal school ( the asahikawa branch school of hokkaido university of education ) aomori normal school ( the faculty of education , hirosaki university ) iwate normal school ( the faculty of liberal arts of iwate university ) miyagi normal school ( the faculty of education of tohoku university = > miyagi university of education ) akita normal school ( the faculty of liberal arts of akita university ) yamagata normal school ( the faculty of education of yamagata university ) fukushima normal school ( the faculty of liberal arts of fukushima university ) ibaraki normal school ( college of education , ibaraki university ) tochigi normal school ( the faculty of liberal arts of utsunomiya university ) gunma normal school ( the faculty of liberal arts of gunma university ) saitama normal school ( the faculty of education of saitama university ) chiba normal school ( the faculty of liberal arts of chiba university ) tokyo daiichi normal school ( the faculty of liberal arts of tokyo gakugei university ) tokyo daini normal school ( ditto ) tokyo daisan normal school ( ditto ) kanagawa normal school ( the faculty of liberal arts of yokohama national university ) niigata daiichi normal school ( the faculty of education of niigata university ) niigata daini normal school ( the takada branch school of the faculty of education of niigata university = > jyoetsu university of education ) toyama normal school ( the faculty of education of toyama university ) ishikawa normal school ( the faculty of education of kanazawa university ) fukui normal school ( the faculty of liberal arts of fukui university ) yamanashi normal school ( the faculty of liberal arts of yamanashi university ) nagano normal school ( the faculty of education of shinshu university ) shizuoka daiichi normal school ( the faculty of education of shizuoka university ) shizuoka daini normal school ( ditto ) aichi daiichi normal school ( the faculty of liberal arts of aichi university of education ) aichi daini normal school ( ditto ) gifu normal school ( the faculty of liberal arts of gifu university ) mie normal school ( the faculty of liberal arts of mie university ) shiga normal school ( the faculty of liberal arts of shiga university ) kyoto normal school ( the faculty of liberal arts of kyoto university of education ) osaka daiichi normal school ( the faculty of liberal arts of osaka university of education ) osaka daini normal school ( ditto ) hyogo normal school ( the faculty of education of kobe university ) nara normal school ( the faculty of liberal arts of nara university of education ) wakayama normal school ( the faculty of liberal arts of wakayama university ) tottori normal school ( the faculty of liberal arts of tottori university ) shimane normal school ( the faculty of education of shimane university ) okayama normal school ( the faculty of education of okayama university ) hiroshima normal school ( the faculty of education of hiroshima university ) yamaguchi normal school ( the faculty of education of yamaguchi university ) tokushima normal school ( the faculty of education of tokushima university = > naruto university of education ) kagawa normal school ( the faculty of liberal arts of kagawa university ) ehime normal school ( the faculty of education of ehime university ) kochi normal school ( the faculty of education of kochi university ) fukuoka daiichi normal school ( the faculty of liberal arts of fukuoka university of education ) fukuoka daini normal school ( ditto ) saga normal school ( the faculty of education of saga university ) nagasaki normal school ( the faculty of liberal arts of nagasaki university ) kumamoto normal school ( the faculty of education of kumamoto university ) oita normal school ( the faculty of liberal arts of oita university ) miyazaki normal school ( the faculty of liberal arts of miyazaki university ) kagoshima normal school ( the faculty of education of kagoshima university ) okinawa normal school karafuto karafuto-cho karafuto normal school korea keijyo ( gyeong-seong ) normal school ( seoul national university normal college ) daikyu ( teg ) normal school ( keihoku ( kyungpook ) national university normal college ) heijyo ( pyongyang ) normal school zenshu ( chonju ) normal school ( zenshu national university of education ) kanko ( hunfun ) normal school koshu ( gwanju ) normal school ( koshu national university of education ) shunsen ( chuncheon ) normal school ( chuncheon national university of education ) shinshu ( chinju ) normal school ( chinju national university of education ) seishu ( cheongju ) normal school ( cheongju national university of education ) shingishu ( sinuiju ) normal school seishin ( chongjin ) normal school kaishu ( haeju ) normal school ota ( taejon ) normal school keijyo ( gyeong-seong ) women 's normal school ( seoul national university normal college ) koshu ( gongju ) normal school ( gongju national university of education ) genzan ( wonsan ) women 's normal school kanto-shu ryojun ( lüshunkou ) normal school ( women 's section was called ryojun women 's normal school ) taiwan taipei normal school ( the regular course ( old taipei second normal school ) = > national taipei university of education , and the preparatory course , and the women 's section ( old taipei first normal school ) = > taipei municipal university of education ) taichung normal school ( the regular course = > national taichung university of education , and the preparatory course ( old hsinchu normal school ) = > national hsinchu university of education ) tainan normal school ( the regular course = > national tainan university , the preparatory course ( old heito ( pingtung ) normal school ) = > national heito university of education ) under the revised normal school order in 1944 , prefectural youth teacher training schools that were training teachers for youth schools became youth normal schools , government-established educational institutions at the level of vocational schools . these schools accepted those who finished the preparatory course and graduates from middle schools or women 's higher schools and had the boys ' section and girl 's section . youth normal schools across the country were as follows ; ( university under the new system of education ) karafuto youth normal school aomori youth normal school ( the faculty of education of hirosaki university ) iwate youth normal school ( the faculty of liberal arts of iwate university ) akita youth normal school ( the faculty of liberal arts of akita university ) yamagata youth normal school ( the faculty of education of yamagata university ) fukushima youth normal school ( the faculty of liberal arts of fukushima university ) ibaraki youth normal school ( the faculty of education of ibaraki university ) gunma youth normal school ( the faculty of liberal arts of gunma university ) saitama youth normal school ( the faculty of education of saitama university ) chiba youth normal school ( the faculty of education of chiba university ) niigata youth normal school ( the faculty of education of niigata university ) toyama youth normal school ( the faculty of education of toyama university ) ishikawa youth normal school ( the faculty of education of kanazawa university ) fukui youth normal school ( the faculty of liberal arts of fukui university ) yamanashi youth normal school ( the faculty of liberal arts of yamanashi university ) nagano youth normal school ( the faculty of education of shinshu university ) yamanashi youth normal school ( the faculty of liberal arts of yamanashi university ) shizuoka youth normal school ( the faculty of education of shizuoka university ) miyagi youth normal school ( the faculty of education of tohoku university = > miyagi university of education ) mie youth normal school ( the faculty of liberal arts of mie university ) shiga youth normal school ( the faculty of liberal arts of shiga university ) hyogo youth normal school ( the faculty of education of kobe university ) tottori youth normal school ( the faculty of liberal arts of tottori university ) shimane youth normal school ( the faculty of education of shimane university ) okayama youth normal school ( the faculty of education of okayama university ) hiroshima youth normal school ( the faculty of education of hiroshima university ) yamaguchi youth normal school ( the faculty of education of yamaguchi university ) tokushima youth normal school ( the faculty of liberal arts of tokushima university ) kagawa youth normal school ( the faculty of liberal arts of kagawa university ) ehime youth normal school ( the faculty of education of ehime university ) kochi youth normal school ( the faculty of education of kochi university ) saga youth normal school ( the faculty of education of saga university ) nagasaki youth normal school ( the faculty of liberal arts of nagasaki university ) kumamoto youth normal school ( the faculty of education of kumamoto university ) oita youth normal school ( the faculty of liberal arts of oita university ) miyazaki youth normal school ( the faculty of liberal arts of miyazaki university ) okinawa youth normal school shoka young normal school ( in changhua , taiwan , abolished ) tokyo youth normal school ( department of liberal arts of tokyo gakugei university ) aichi youth normal school ( the faculty of liberal arts of aichi university of education ) kyoto youth normal school ( the faculty of liberal arts of kyoto university of education ) osaka youth normal school ( the faculty of education of osaka prefectural university ) nara youth normal school ( the faculty of liberal arts of nara university of education ) fukuoka youth normal school ( the faculty of liberal arts of fukuoka university of education ) hokkaido youth normal school ( the iwamizawa branch school of hokkaido university of education ) kanagawa youth normal school ( the faculty of liberal arts of yokohama national university ) tochigi youth normal school ( the faculty of liberal arts of utsunomiya university ) wakayama youth normal school ( the faculty of liberal arts of wakayama university ) kagoshima youth normal school ( the faculty of education of kagoshima university ) those who completed specified subjects about education in imperial universities , old national vocational school advanced courses and other schools , were given a teacher 's license for old-system middle schools and women 's higher schools . teacher training in temporary teacher training schools , normal schools , middle schools and women 's higher schools teacher training in industrial schools and teacher training institute of industrial schools teacher training institute of industrial vocational school in prefectures and cities apart from higher normal schools , temporary teacher training schools were set up in imperial universities and various directly controlled schools to solve the shortage of teachers for normal schools , middle schools and higher women 's schools . particularly from the end of the taisho period to the early showa period the quota of these temporary teacher training schools was more than half of the quota of higher normal schools ( in 1926 the number of students in temporary teacher training schools was 1532 , while 2719 in higher normal schools ) , playing a great role of supplying a lot of middle school teachers , etc .. establishing state-run temporary teacher training schools ( the imperial decree no.100 , on march 28 , 1902 ) the first period ( the enactment of temporary teacher training school regulations in 1902 ~ ) the first temporary teacher training school , tokyo university the second temporary teacher training school , daiichi senior high school ( old system ) the third temporary teacher training school , daini senior high school ( old system ) the fourth temporary teacher training school , daisan senior high school ( old system ) the fifth temporary teacher training school , tokyo school of foreign language the sixth temporary teacher training school , tokyo women 's higher normal school the second period ( about the time of the revised enactment of temporary teacher training school regulations in 1922 ) first temporary teacher training schools ; tokyo higher normal school , tokyo university of arts and sciences ( 1922- 1944 ) second temporary teacher training school , hiroshima higher normal school , ( 1922- 1937 ) third temporary teacher training school , nara women 's higher normal school , ( 1922-1931 ) fourth temporary teacher training school , tokyo music school ( 1922-1931 ) fifth temporary teacher training school , osaka school of foreign language ( 1922-1927 ) sixth temporary teacher training dchool , tokyo women 's higher normal school , ( - 1938 ) seventh temporary teacher training school , kyoto imperial university ( 1923-1930 ) eighth temporary teacher training school , kyushu imperial university ( 1913-1932 ) ninth temporary teacher raining school , tohoku imperial university ( 1923-1932 ) tenth temporary teacher training school , daiyon senior high school ( old-system ) ( 1923-1931 ) eleventh temporary teacher training school , hamamatsu higher school of technology ( 1924-1930 ) twelfth temporary teacher training school , tokyo school of foreign language ( 1926-1930 ) thirteenth temporary teacher training school , daigo senior high school ( old-system ) ( 1913-1931 ) fourteenth temporary teacher training school , otaru higher commercial school ( 1924-1930 ) fifteenth temporary teacher training school , saga senior high school ( old-system ) ( 1929-1930 ) sixteenth temporary teacher training school , hokkaido imperial university ( 1929 ) the third period ( under the war regime ) tokyo temporary teacher training school , tokyo university of arts and sciences ( 1941-1942 ) hamamatsu temporary teacher training school , hamamatsu higher school of technology ( 1940-1942 ) hiroshima temporary teacher training school , hiroshima university of literature and science ( 1941-1948 ) nagoya temporary teacher training school , nagoya higher school of technology ( 1941-1948 ) osaka temporary teacher training school , osaka university ( 1942-1943 ) sapporo temporary teacher training school , hokkaido imperial university ( 1943 ) sendai temporary teacher training school , tohoku imperial university ( 1942-1943 ) fukuoka temporary teacher training school , kyushu imperial university ( 1942-1943 ) schools for training teachers of industrial schools were set up in universities and various state-run schools regulations on training teachers of industrial schools ( established in 1899 ) agricultural teacher training school = > agricultural teacher training school attached to agricultural college of tokyo imperial university = > agricultural teacher training school attached to tokyo imperial university of agricultural department = > becoming independent as tokyo agricultural teachers college ( = > tokyo university of education ) commercial teacher training school attached to tokyo higher commercial school ( 1899- ) = > commercial teacher training school attached to tokyo university of commerce ( old system ) = > abolished on may , 1949 . technical teacher training school attached to tokyo higher technical school ( 1899- ) = > higher technical teacher training school attached to tokyo institute of technology . technical teacher training school attached to osaka higher technical school ( 1920- ) = > technical teacher training school attached to osaka vocational technical school technical teacher training school attached to yokohama higher technical school ( 1929- ) = > technical teacher training school attached to yokohama vocational technical school technical teacher training school attached to nagoya higher technical school ( 1929- ) = > technical teacher training school attached to nagoya vocational technical school temporary technical teacher training school attached to kumamoto higher technical school ( 1939- ) = > technical teacher training school attached to kumamoto vocational technical school technical teacher training school attached to hiroshima higher technical school ( 1939- ) = > technical teacher training school attached to hiroshima vocational technical school technical teacher training school attached to sendai higher technical school ( 1943 ) = > technical teacher training school attached to sendai vocational technical school technical teacher training school attached to kanazawa higher technical school ( 1943 ) = > technical teacher training school attached to kanazawa vocational technical school training school of technical teachers attached to muroran vocational technical school ( old-system ) training school of technical teachers attached to taga vocational technical school ( old-system ) with educational system reform , these schools became a part of tokyo institute of technology , kumamoto university , hiroshima university , muroran institute of technology , ibaraki university , kanazawa university , and tohoku university , respectively , and commercial teacher training and industrial teacher training programs were set up . in private university specialty divisions ( university specialty divisions ( old system ) correspond to old-system vocational schools by vocational school order ) and in private vocational schools , a higher normal school section / higher normal school course for training teachers for normal schools / middle schools and higher women 's schools and normal school course for training teachers for elementary schools were set up . nihon university specialty division normal school course ( 1901 ) = > nihon university college of humanities and sciences waseda university specialty division higher normal school section ( 1903 ) = > the faculty of education of waseda university kokugakuin university specialty division higher normal school section ( 1927 ) komazawa university specialty division higher normal school course ( 1929 ) taisho university specialty division higher normal school course hosei university specialty division higher normal school section rissho university specialty division higher normal school course ( 1925 ) doshisha university specialty division faculty of english teaching ( 1922 ) tohoku gakuin university specialty division normal school course ( 1918 ) = > higher normal school course ( 1929 ) aoyama gakuin university higher division english teaching course japan women 's university normal school course besides normal schools and higher normal schools , government-established old-system vocational schools and private vocational schools provided various courses in training teachers for art , music , physical education and martial arts . old-system advanced course of girls ' high schools and women 's vocational school had contributed greatly in training homemaking teachers . government-established schools / courses tokyo art school normal school drawing course tokyo music school class a normal school course tokyo higher sports school ( 1941 ) = > tokyo vocational sports school = > tokyo university of education = > tsukuba university private schools japanese physical education association training institute of gymnastics = > japanese physical education normal school of gymnastics = > japan vocational sports school = > nippon sport science university dai nippon butoku kai martial arts teacher training institution = > vocational bujyutsu ( martial arts ) school = > vocational budo ( martial arts ) school jissen women 's higher school advanced course / higher normal school section = > jissen women 's vocational school = > jissen women 's university the japan college of music , higher normal school course / normal school course musashino music school = > musashino music school = > musashino academia musicae women 's vocational art school normal school course hirosaki women 's japanese and western sewing normal school course ( 1928 ) , hirosaki women 's japanese and western sewing higher normal school course ( 1933 ) = > tohoku women 's college +jinjo shogakko was a name for institutions of elementary education from the meiji period to early showa period . jinjo shogakko and koto shogakko ( higher elementary schools ) were established by the primary school order in 1886 . the duration of study at jinjo shogakko ( compulsory education ) at the time was either three or four years . it was standardized to solely four years under the reform of 1890 . through several changes that followed , it was extended to six years in 1907 under vice-minister of education , masataro sawayanagi . kokumin gakko ( national schools ) were established by the national school order in 1941 , and jinjo shogakko and koto shogakko were put to an end . +kobe naval training center is a naval officer training institute and navy arsenal that bakufu established in kobe city in may 1864 under a proposal of kaishu katsu , a government 's naval magistrate . it existed around current shinko-cho , chuo ward , kobe city . a monument of kobe naval training center is at kyobashisuji minamizume . although katsu was a shogun 's retainer , he foresaw collapse of the bakufu and many patriots of forces of overthrowing the shogunate gathered to him . kobe which had been a fishing village began to develop as a port town since this training center was established in kobe . there is an episode as follows . katsu foresaw it , and advised the locals who took care of him there that ' you had better buy lands before it 's too late . ' thereafter , the price of the lands jumps well , and the persons raised big profit . however , the choshu domain , which had lost its position in coup of august 18 , was accused of having attacked kyoto , kinmon incident . katsu was dismissed as government 's naval magistrate . this training center with many students who were sympathetic to tosa dappan roshi ( masterless samurai who left the tosa domain ) or choshu was closed down in 1865 , the following year , because it was deemed to have a strong anti-bakufu hue in spite of an organ of the bakufu . some researcher such as rei matsuura and hiroshi shinohara proposes an opinion that a private school of kaishu katsu and kobe naval training center should be considered individually . ryoma sakamoto : a leading student of the private school he was found by kaishu katsu , and learned seamanship , but learned it almost in his own way . he was disappointed at closing of the training center that was the stage of youth after leaving the domain and dismissal of katsu as his teacher . thereafter , he began working seriously in movement to overthrow the shogunate . after the training center was dissolved , he formed kameyama shachu using experiences here . however , adopting the opinions of such as rei matsuura , ryoma was not able to enter kobe naval training center , and was not a leading student of the private school of kaishu katsu . in fact , it is thought that not ryoma but yonosuke sato was managed the private school of kaishu katsu . however , katsu himself told in " hikawa seiwa " that ryoma sakamoto was a leading student of the private school . it may be impossible to think sakamoto had no relationship with the kobe naval training center or the private supplementary school associated with it . munemitsu mutsu : he became the vice chief class by favor of sakamoto . he had a role of a secretary of ryoma . he became minister of foreign affairs later at the time of the sino-japanese war . sukeyuki ( yuko ) ito : he is from satsuma domain . he became the first navarch of combined fleet , and commanded the battle of the yellow sea ( sino-japanese war ) . kitsuma kitazoe , kameyata mochizuki : they left tosa domain . they rejected control of sakamoto , and got involved in the ikedaya incident . it is said that a position of kaishu katsu got worse from this . +narutakijuku was a private school established in the suburbs of nagasaki by philip franz von siebold in 1824 . it also served as a clinic . it was a wooden , two-story building , and it had a library . medicinal herbs siebold collected from various parts of japan were grown in the garden . siebold commuted from dejima to his school , and he taught a wide range scientific fields of study such as western medicine and the natural sciences . those who studied at narutakijuku amounted to more than 50 people , including choei takano , keisaku ninomiya , genboku ito and seikai totsuka . the site of this private school is located in narutaki , nagasaki city , and it is a national historic site , ' former site of siebold 's residence . ' siebold memorial museum was opened by the city of nagasaki in 1989 , in the area neighboring the former site of siebold 's residence . +rangaku juku is a kind of gakumonjo ( school ) , spread as a private school in the edo period , to learn western studies . as a place to study western learning ( 蘭学 , rangaku ) , it was used to teach western medicine and astronomy mainly in the beginning ; chemistry , physics , and western architectonics additionally in the later years , and took a large roll in the modernization of japan . summary in the edo period , the studies of europe ( western medicine , chemistry , physics ) mean the western learning ( 蘭学 , rangaku ) , because in the period of national isolation , netherlands was the only trading partner for japan with the exception of qing ( current people 's republic of china ) . many of the western books came to japan through the netherlands ( 阿蘭陀 , oranda ) and were called the books of the netherlands , ' 蘭書 ( ransho ) , ' and those western studies from the other parts of europe were also called the learning of the netherlands , ' 蘭学 ( rangaku ) . ' history although western learning had been banned by the edo bakufu ( japanese feudal government headed by a shogun ) , which was concerning about the effect of christianity , at the earliest stage of the commerce between the west , the ban was lifted as a part of the reformation in the period of yoshimune tokugawa , the 8th seii taishogun ( literally , great general who subdues the barbarians ) and the history of rangaku in japan was started . however , after the ban that had continued about 100 years in japan , even the translators in nagasaki could not read and write dutch , and under the circumstance in which only one mistake could lead to seppuku ( suicide by disembowelment ) , the translators were unenterprising about dissemination of western learning ( they also thought western learning would diminish the value of translators . ) also in the desperately-needed medical field , only some translators , trained by the doctors working for the dutch trading houses in dejima , put out schools that brought down a branch of medical science , a blending of japanese and western styles of medical techniques , called koumougeka ( 紅毛外科 ) ( red hair surgery ) by heredity , and although the edo bakufu called on some chinese classical literary people such as genjo noro and konyo aoki to solve the issue , they could only wrote down some 700 words . the book of medicine , " kaitai shinsho ( new book of anatomy ) , " published 50 years after the lifting of the ban , salvaged the situation . the doctors such as ryotaku maeno and genpaku sugita succeeded to translate the western book of medicine , " ontleedkundige tafelen " by self-study . before that , even though the ban had been lifted , if they acted openly they could be considered as ones with traitorous intention against the edo bakufu and immediately subjected to penalties . however , because of the success , many disciples gathered to study with genpaku sugita , and with the need of a private school for their training , rangakujuku , ' tenshinro ( 天真楼 ) ' was established . gentaku otsuki , one of the disciples of ryotaku maeno and genpaku sugita , established a private school called ' shirando ( 芝蘭堂 ) ' after finished studying in ' tenshinro . ' many rangakujuku were established from those rangakujuku ( tenshinro , shirando ) in the late edo period when people were anxious to bring in knowledge of overseas in particular , keiogijuku university originated in a rangakujuku and the word ' juku ' still means the university because of this fact . shirando in edo established by gentaku otsuki . tekijuku in osaka established by koan ogata narutakijuku in nagasaki established by philipp franz von siebold +choyo gakko was a three-story school with tile-roofing in western style , which was built in the premises of the current tsuruoka city hall by order of prefectural governor michitsune mishima in 1876 . traditionally , chido-kan ( confucian school ) was located in tsuruoka as a hanko ( domain school ) . however , prefectural governor michitsune mishima built a western-style school . this was because he intended to notify the region where the people were antipathetic to the meiji government of the prestige of the new government and the beginning of a new era . he made efforts to muster top-level human resources and build the school from his experience of construction of ginza renga-gai ( brick town or brick street ) when he was a counselor of the tokyo city . the name of choyo still remains as the name of a primary school in tsuruoka city . height : about 18.786 m building area : about 1453 m2 number of rooms : 42 number of craftsmen : 65,400 construction cost : 30,000 yen monument of choyo gakko in the premises of tsuruoka city hall monument of the prefectural official sukeyuki haraguchi , a samurai ancestor of kagoshima , who directed the construction of the school , is located in seiko-ji temple in the city . the monument shows the name of a master carpenter kanekichi takahashi . a sophisticated 1 : 50 scale model of choyo gakko is exhibited in the former shonai domain school , chido-kan ( confucian school ) , opposite to the tsuruoka city hall . +school of foreign languages ( old education system ) school of foreign languages ( old education system ) is a group of higher education schools that were , among those specialty schools under the old education system that existed until the school system reform was conducted after the end of world war ii , dedicated to learning of foreign languages and renamed ' foreign affairs college ' ( or foreign language college ) during world war ii ( which are therefore different from schools of foreign languages established as vocational schools ) . this article also describes the ' schools of foreign languages ' in the early meiji period as a ' prehistory ' when they weren 't yet instituted as vocational schools under the old education system . a large number of schools of foreign languages were established all over the country as national , public and private schools from the end of the tokugawa period to the period around the meiji restoration , but many of them were either abolished or converted to junior high schools ( old education system ) , and only three schools in tokyo and osaka remained as national higher education institutes . of them , two schools except for tokyo gaikokugo gakko ( tokyo school of foreign language ) were restructured into higher middle school ( senior high school [ old education system ] ) . there was only one school of foreign languages ( foreign affairs college ) that became a vocational school ( old education system ) upon enactment of the acts of colleges , which was national tokyo school of foreign language in tokyo , and subsequently one national school in osaka , one public school in kokura and one pubic school in kobe were founded , while private schools were established such as tenri school of foreign languages . in 1944 during world war ii , the majority of schools of foreign languages were renamed ' foreign affairs college . ' two national schools were inherited by tokyo university of foreign studies and osaka university of foreign studies , while two public schools by the university of kitakyushu and kobe city university of foreign studies . the prosperity of ' yogaku-juku ' ( literally school of foreign languages ) established at various parts of japan from the end of the tokugawa period to years around the meiji restoration culminated by the establishment of the tokyo school of foreign language ( under old education system ) in 1873 and seven national schools of foreign languages in aichi , hiroshima , nagasaki , niigata , miyagi and osaka ( two in nagasaki ) . since english was particularly popular among foreign languages in those days , the english department of the tokyo school of foreign languages became independent as daiichi high school ( old education system ) , and other national schools of foreign languages were also renamed english language school . but because of the financial difficulty following the seinan war , english language schools in aichi , hiroshima , nagasaki , niigata and miyagi were closed in 1877 ( and were later transferred to their respective prefectures and reformed as junior high schools [ old education system ] ) , and those in tokyo and osaka were reformed to be preparatory school of the university of tokyo and osaka technical college , respectively , which became the predecessor of daiichi high school ( old education system ) and daisan high school ( old education system ) , respectively . partly affected by the decline of " bunmei kaika " ( civilization and enlightenment ) , other private foreign language schools started to rapidly decline in those days . the remaining tokyo school of foreign languages was merged by tokyo shogyo gakko ( tokyo commercial college ) ( predecessor of hitotsubashi university ) in 1885 , marking a temporary disappearance of national schools of foreign languages . a school of foreign languages was established as an affiliated institute of tokyo higher commercial school , the successor of tokyo commercial college , in 1897 and was independent as tokyo school of foreign languages two years later or in 1899 . in the 1920s , osaka school of foreign languages ( old education system ) was established in 1921 , and tenri school of foreign languages ( predecessor of tenri university ) was established as the first private school of foreign languages as per the acts of colleges in 1927 . those schools of foreign languages were positioned as institutes for training of people who would conduct some activities in foreign countries such as diplomatic activities , trading or missionary work , and what characterized those schools was that they emphasized education of minor languages such as chinese , russian , spanish , portuguese , malay and indian languages other than english , french , and german , the essential academic subjects for those who intend to enter imperial universities from senior high schools ( old education system ) . from 1944 , almost every foreign language school was renamed ' foreign affairs college , ' and this system survived basically until the school system reform after the end of world war ii . at the same time , some private vocational schools changed their status to that of foreign affairs college . in 1946 , after world war ii , two public foreign affairs colleges , one in kobe and the other in kokura , were established as the last schools in the old education system . when universities under the new system of education were established following the school system reform in 1949 , many of them were incorporated or merged by four-year universities ( and partly to junior colleges ) and finally abolished in 1951 . tokyo school of foreign languages ( old education system ) ( 1873 ) = > to be described later . the ' language course ' of kaisei school , which originated to bansho-wage goyo ( government office for translation of barbarian books ) established in 1857 by the tokugawa shogunate , was separated from kaisei school , and language schools of the foreign affairs ministry were integrated together with the said separated course to become tokyo school of foreign languages . aichi school of foreign languages ( 1874 ) originated from ' yo gakko ' ( literally school of foreign affairs ) , domain school of owari domain , established in 1870 . it was renamed aichi english language school , but closed in 1877 , and the school building and facilities were inherited by aichi junior high school in aichi prefecture , which was renamed daiichi junior high school in aichi prefecture in 1899 and then became the predecessor of today 's aichi prefectural asahigaoka high school . hiroshima school of foreign language ( 1874 ) this school was renamed hiroshima english language school , closed in 1877 , transferred to hiroshima prefecture ( to become hiroshima prefectural english language school ) , and restructured into hiroshima prefectural junior high school . in 1922 , the school was renamed hiroshima prefectural hiroshima daiichi junior high school to become the predecessor of hiroshima prefectural hiroshima kokutaiji senior high school . nagasaki school of foreign languages ( 1874 ) originated from ' eigo denshujo ' ( english language school ) under the direct control of the tokugawa shogunate established in 1858 . it was renamed nagasaki english language school , transferred to nagasaki prefecture upon its abolishment in 1877 , restructured into nagasaki prefectural nagasaki junior high school ( 1878 ) and nagasaki school of foreign languages ( 1882 ) , and split into nagasaki prefectural nagasaki junior high school ( established in 1884 as the predecessor of today 's nagasaki prefectural nagasaki higashi senior high school and nagasaki prefectural nagasaki nishi senior high school ) and nagasaki prefectural nagasaki commercial school ( established in 1886 as the predecessor of today 's nagasaki city nagasaki commercial high school ) . niigata school of foreign languages ( 1874 ) the school was renamed niigata english language school , merged by prefectural niigata school upon abolishment in 1877 , restructured into niigata junior high school but closed in 1887 . miyagi school of foreign languages ( 1874 ) the school was renamed miyagi english language school , restructured sequentially to prefectural sendai junior high school , miyagi junior high school , and miyagi prefectural ordinary middle school upon abolishment in 1877 , and finally closed in 1888 ( but some view the school became the origin of today 's miyagi prefectural sendai daiichi high school via private toka school ) . osaka school of foreign languages ( 1874 ) originated from seimikyoku ( state school on chemistry ) established in osaka in 1869 . renamed osaka english language school , sequentially restructured into osaka technical college ( 1879 ) , osaka junior high school ( 1880 ) , university branch campus ( 1885 ) , and daisan higher middle school ( 1886 ) and then daisan senior high school ( old education system ) in 1894 . see the article of daisan senior high school ( old education system ) for its later history . there is no direct inheritance relation with osaka school of foreign languages ( old education system ) ( to be mentioned later ) as per the acts of colleges . tokyo english language school ( 1874 ) the english department of tokyo school of foreign languages was separated to become tokyo english language school . it was later restructured into preparatory school of the university of tokyo ( 1877 ) , daiichi higher middle school ( 1886 ) and then to daiichi high school ( old education system ) in 1894 . see the article on daiichi high school ( old education system ) for the later history . tokyo school of foreign languages ( old education system ) ( 1899 [ 1874 ] ; today 's tokyo university of foreign studies ) regular courses included faculties of english language ( departments of literature and international trade ) , french language ( departments of literature and international trade ) , german language ( departments of literature and international trade ) , russian language ( departments of literature , trade and exploitation ) , italian language ( departments of literature , trade and exploitation ) , spanish language ( departments of literature , trade and exploitation ) , portuguese language ( departments of literature , trade and exploitation ) , chinese language ( departments of literature , trade and exploitation ) , mongolian language ( departments of trade and exploitation ) , thai language ( departments of trade and exploitation ) , malay language ( departments of trade and exploitation ) , and hindustani and tamil languages ( departments of trade and exploitation ) , and selective courses , special courses , intensive courses and advance courses were also established . established in november 1873 merged by tokyo commercial school in september 1885 . school of foreign language attached to higher commercial school established in april 1897 . renamed tokyo school of foreign languages and became independent ( third national vocational school ) in april 1899 . renamed tokyo foreign affairs college in april 1944 . included in tokyo university of foreign studies newly established under the new education system in may 1949 . closed in march 1951 . osaka school of foreign languages ( old education system ) ( 1921 ; today 's osaka university school of foreign studies ) regular courses ( chinese , mongolian , malay , indian , english , french , german , russian , and spanish ) , selective courses and special courses were established . established in december 1921 as per the acts of colleges . renamed osaka foreign affairs college in april 1944 . included in osaka university of foreign studies ( new education system ) in may 1949 . closed in march 1951 . kobe city foreign affairs college ( 1946 ; today 's kobe city university of foreign studies ) established in march 1946 promoted to kobe city university of foreign studies in february 1949 . kobe city foreign affairs college closed in march 1951 . city kokura foreign affairs college ( 1946 ; today 's faculty of foreign studies , university of kitakyushu ) established in july 1946 . promoted to kitakyushu university of foreign languages in april 1950 . reformed to kitakyushu university in april 1953 and renamed the university of kitakyushu in april 2001 . city kokura foreign affairs college closed in june 1954 . tenri school of foreign languages ( old education system ) ( 1927 ; today 's tenri university ) regular courses ( korean , chinese , malay , spanish , russian , english , mongolian , and german ) , specialty courses , specialized courses , and advance courses were established . this was the first school , either private , public or national , that had the faculty of korean language . established as a co-ed school in february 1925 . established as per the acts of colleges in december 1927 . male students were accepted . female students were transferred to tenri girls ' school ( reformed to tenri girls ' vocational school in 1940 ) . renamed tenri foreign language college ( while tenri girls ' vocational school renamed tenri girls ' foreign language college ) in april 1944 . tenri girls ' foreign language college was integrated in april 1947 . promoted to tenri university in april 1949 . tenri foreign language college closed in march 1951 . zenrin kyokai senmon gakko ( good neighbor society vocational school ) ( old education system ) ( 1944 ; closed ) foreign language courses included chinese , mongolian , russian , annam , thai , burmese , indian , philippine , malay , and turkish . good neighbor society vocational school established as a specialist school of business in february 1935 . renamed zenrin higher commercial school in april 1939 . renamed zenrin foreign affairs college in april 1944 . renamed zenrin vocational school in april 1947 . closed in 1950 . see the article on zenrin kyokai senmon gakko ( good neighbor society vocational school ) ( old education system ) for details . toa school of foreign affairs ( 1944 ; today 's reitaku university ) toa vocational school opened in april 1942 . its predecessor is dotoku kagaku senko juku ( lit . moral science research institute ) established in 1935 . renamed toa school of foreign affairs in january 1944 . renamed chiba school of foreign affairs in january 1947 . promoted to reitaku junior college in april 1950 . reorganized to reitaku university in 1959 . doshisha technical school of foreign affairs ( 1944 ; today 's doshisha university ) established by integrating the faculty of high grade english language and the faculty of law and economy of doshisha technical school in april 1944 . it was then absorbed by the faculties of letters , law , economics , and commerce of doshisha university under the new education system in april 1949 . doshisha technical school of foreign affairs closed in march 1952 . nanzan college of foreign languages ( 1946 ; today 's nanzan university ) departments of english , chinese , french and german were established . established by nanzan junior high school foundation in july 1946 . renamed nagoya college of foreign languages in august 1947 . promoted to nanzan university in april 1949 . nagoya college of foreign languages abolished in april 1951 . fukuoka foreign affairs college ( 1947 ; today 's fukuoka university ) established by ' fukuoka gaikokugo gakuen ' foundation in february 1947 . merged with fukuoka college of economics to become fukuoka college of commerce in april 1949 . reorganized to fukuoka university in 1956 . kyoto school of foreign languages ( 1947 ; today 's kyoto university of foreign studies ) established in may 1947 . promoted to kyoto junior college of foreign languages in april 1950 . reorganized into kyoto university of foreign studies in 1959 . +ho-gakko ( law school ) was an educational institution governed by the ministry of justice in the early meiji period and was one of the previous bodies of the existing the university of tokyo , faculty of law . the graduates of this school was given the title of ' bachelor of art in law ' and other higher educational institutions that could give the title of ' bachelor of art ' before the imperial universities were founded were the law school of the ministry of justice , the imperial college of engineering of the ministry of engineering , settlers ' sapporo agricultural school , and komaba agricultural school of the ministry of agriculture and commerce ( japan ) , in addition to tokyo university . ho-gakko was originated from meiho-ryo ( institute for legal studies ) of ministry of justice which was founded in september 1871 . shinpei eto participated in the foundation of it . in the initial stage , the school was expected to accommodate 100 students , however , the number of the students was reduced to 20 due to its financial circumstances . in july 1872 , 20 students were accommodated and were provided with the education on law mainly about french law . some of the students left the school in the middle of the course and some students were newly recruited and , therefore , the total number of the students registered was 36 . gustave emile boissonade and georges bousquet , frenchmen employed by the national government , were in charge of the education on law . the education on french language was given in advance by henri de riberolles . this school became a law school under the control of ministry of justice in may 1875 . this school used the building of the mansion of the former matsumoto domain of shinano province ( the lord was tanbanokami matsudaira ) . the 20 students of the inaugural class graduated in july 1876 . later on , the title of ' bachelor of art in law ' was given to each of 25 students that included these 20 students and five of the seven students who went to france as foreign students in the previous year ( two of them died abroad ) . following the graduation of the students of the inaugural class , the second generation students entered . from the second generation students , the term of study was laid down as eight years ( four years for the preparatory course and four years for the main course ) . the capacity of the school was expanded from 20 to 100 students . the preparatory course provided the ordinary education including that of french language as the core and the main course provided law education in french . the person in charge of the law education was a french employee of the national government , georges appert . the second generation students graduated in july 1884 , however the number of graduates was 37 ( 33 bachelors of law and four students just finished the courses ) of the 104 students who had entered . when the second generation students advanced to the main course in september 1880 , the third generation students entered . the 75 students , the fourth and last generation students , entered in october 1884 . up to the third generation students , all the students were financed by the national government , however , some of the fourth generation students were privately financed . in december 1884 , the school was transferred to the ministry of education and changed its name to tokyo ho-gakko and was consolidated into the university of tokyo , faculty of law in september 1885 . with the consolidation , the students studying in the school were transferred to the university of tokyo , faculty of law and , excluding those who left the school halfway , the students graduated the french law course of law university of the imperial university in and after 1888 and the graduates counted 36 as the third generation students and 36 as the fourth generation students . in addition to the eight-year ' ordinary studying course ' , ' quick studying course ' was also established to provide two- or three-year law education in japanese , and the course continued to exist until the third generation students . the graduates of the school were the first generation that had mastered the western modern laws and , many of them supported the judicature in japan in meiji period as judges and prosecutors . the first generation students helped compilation of the codes such as the old civil laws led by gustave emile boissonade and became the core of the assertor group in the controversy on the civil code . in addition , more than a half of the first generation students were engaged in founding meiji university ( meiji horitsu gakko ) and , in this relation , some of the graduates who entered the school in its second or later years served the university as lecturers in it . some of the graduates were participated in founding kansai university ( kansai horitsu gakko ) . first generation students shiro isobe ( the compilation chief of the old civil codes ) yuzaburo icihnose shoichi inoue misao inoue ( founder of kansai horitsu gakko [ kansai law school ] ) shinpei iwano hisashi ogura ( the founder of kansai horitsu gakko , and its first principal ) kuninori kabuto tatsuo kishimoto ( the founder of meiji horitsu gakko , and its first principal ) hiroji kinoshita ( the first principal of kyoto imperial university ) tetsusaburo kinoshita binzo kumano ( the compilation chief of the old civil laws ) seigo kurizuka koichi sugimura toyozo takagi kozo miyagi ( the founder of meiji horitsu gakko ) misao yashiro ( the founder of meiji horitsu gakko ) second generation students kenjiro ume itaru matsumuro ( minister of justice ) satsuo akizuki ( president of the yomiuri shimbun , a newspaper company ) shotaro tomitani ( chief of daishin-in [ predecessor of the supreme court of japan ] ) jozaburo kawamura ( vice-minister of justice ) renzo koga taro tezuka toru terao chojiro mizukami ( the second principal of kansai horitsu gakko ) katsunan kuga ( left the school halfway due to the ' steward punishment incident ' ) takashi hara ( the prime minister ) ( he also left the school halfway due to the ' steward punishment incident ' . ) nichinan fukumoto ( this student left the school halfway due to the ' steward punishment incident ' . ) third generation students hideo yokota ( chief of daishin-in [ predecessor of the supreme court of japan ] ) kesaroku mizumachi ( vice-minister of finance ) tomosaburo kinoshita ( president of meiji university ) fourth generation students reijiro wakatsuki ( the prime minister ) kanzaburo katsumoto kinzaburo akanuma tsukasa okamura yorozu oda kentaro arai first generation students of quick course yuzaburo kuratomi ( chairman of the privy council ) +komori gakko is a term used to refer to schools made for children who were not able to attend ordinary schools because they had to baby-sit their own little brothers and sisters or other families ' little chidren in the early meiji period . there were about 320 public and private schools of this kind throughout japan . summary in those days , one of the school songs of the ministry of education , a children 's song ' akatonbo ' ( red dragonfly ) illustrates , it was common for school age children of today to take care of younger children all day long . in 1872 , with ' the education order , ' the japanese government launched the modern school system , but the enrollment rate didn 't rise as they expected . the biggest reason was that the children , especially girls , were told by their parents to baby-sit their little brothers and sisters or other families ' children at their workplaces , and that this burden prevented them from going to school . in 1880 , tokyo , hokkaido and all the prefectures were ordered to establish baby-sitter schools in order to solve the problem , and in 1883 , kaju watanabe opened the first baby-sitter school in koyama-mura , sashima-gun , ibaraki prefecture . the little children brought by the girls were also provided with nursery education there . in 1884 , the following year , he published the book " komori kyoiku ho " -methods for educating little baby-sitters ( from fukyu-sha publishing , reprinted edition in 1977 ) . after that , schools of this kind spread to 41 administrative divisions , and they continued to exist till the end of the taisho period or the biginning of the showa period . the baby-sitter school in ueda city , nagano prefecture has the longest history -50 years 1month . there is also an example like kyoto college of economics which started out as a private baby-sitter school , and transformed itself occasionally , and has existed till today . when establishing a school was impossible , a class was formed . it was confirmed that there were such classes in 41 administrative divisions at the time . development into night schools and nursery schools baby-sitting children were from poor farming or fishing villages , and their parents didn 't value education out of ignorance , and therefore in many cases , they didn 't welcome baby-sitter schools . for that reason , in 1886 , in shimoge-gun , oita prefecture , a night school was organized for children who did baby-sitting during the day at the local elementary school and a rented house , because they were free from baby-sitting at night . baby-sitter schools didn 't have staff to take care of the babies during class . there were no such arrangements at public schools , while private schools gradually started giving their attention to the matter . in 1890 , in niigata city , atsutomi akazawa and his wife , nakako opened a nursery institution in affiliate with niigata seishu school . ( its name was changed into shuko fudoku yochiji hogokai in 1908 . ) it was the first nursery school in japan . baby-sitter schools were established under the special circumstances with the socio-economic background . they have unique significance in the japanese history of education as the ones which encouraged the birth of night schools and nursery schools . +shakaku is a ranking system for shinto shrines . it was established by the imperial court based on the unity of religion and politics . amatsu-jashiro shrine a shrine venerating amatsu-kami ( god ) kunitsu-yashiro shrine a shrine venerating kunitsu-kami ( god ) the shakaku system based on the engi-shiki shrines that were listed in the engi-shiki jimmyo-cho are called shikinaisha ; while those that clearly existed at the time but were not listed in it are called shikigesha . the shikinaisha are those shrines were entitled to offerings at kinen-sai ; there were 2,861 of them listed . this signifies that the imperial court placed importance on these shrines at the time . those that enshrine myojin ( gods ) , long thought to have a remarkably miraculous efficacy , are all included in the shikinaisha , and are calledmyojin taisha shrine ( myojidai ) . thekanpei-sha shrine are the shrines that received offerings from the jingikan ( the department of divinities ) ; and the kokuhei-sha shrine are those that received offerings from the kokushi ( local governors ) . each shrine was ranked by major ( dai ) and minor ( sho ) . at first all shrines got offerings directly from the jingikan ; but because it took time to travel to shrines in distant districts , the kokushi began to conduct offerings on behalf of the jingikan , creating the distinction between kanpeisha and kokuheisha . however , some important shrines became kanpeisha , even if they were in distant districts . the order of shakaku is as follows . kanpei-taisha shrine kokuhei-taisha shrine kanpei-shosha shrine kokuhei-shosha shrine ichinomiya ichinomiya was the most powerful shrine in the country of ryo-sei ( the political system based on the ritsuryo codes ) . when a kokushi began his appointment , he had to make a pilgrimage to the shrines ( called sinpai ) in his district . the most influential shrine in the district came to be called ichinomiya , as it was the first that he would visit ; some districts had ninomiya and also sannomiya . as there were no clear criteria , it changed throughout history , according to the ups and downs of the shrines . it began in the provinces in the late heian period , and was eventually established in the kinai area too . soja because it took the kokushi a long time to visit all of the shrines in the district , they were enshrined together in the vicinity of provincial government offices . it was called soja . kokushi-hoheisha shrine the kokushi hoheisha are the shrines that are listed in kokunai jimmyo-cho of each district . kokunai jimmyo-cho is a list of the shrines that the kokushi visited when he made his pilgrimage . however , these are only remaining from a few districts , and even most of them are copies or excerpts ; there is no accurate account of which shrines were included , or total numbers . nijunisha ( 22 shrines ) the nijunisha ( myojin nijunisha ) are 22 influential shrines that the imperial court presented offerings when their country was in a serious state . kokushi-kenzaisha shrine the kokushi kenzaisha are the shrines that are listed in the rokkokushi . also known as kokushi-genzaisha shrine or kokushi-shosaisha shrine . however , because most shikinaisha are kokushi kenzaisha , the term of kokushi kenzaisha is used for shikigesha . the modern times shakaku system is the system that was made anew based on the engi-shiki after the meiji restoration . it was abolished after the 2nd world war by general headquarters ' shinto shirei program . refer to the modern times shakaku system for details . the ranking order of the modern times shakaku system was as follows . kankoku-heisha shrine ( kansha ) kanpei taisha kokuhei taisha kanpei-chusha shrine kokuhei-chusha shrine kanpei shosha kokuhei shosha bekkaku-kanpeisha shrine shosha ( minsha ) fusha / kensha / hansha gosha sonsha mukakusha in addition to the modern times shakaku system above , the following system was established . chokusai-sha shrine tokyojussha / tokyo ten shrines ( jun-chokusaisha ) gokoku jinja ( shrine ) designated by the home minister ( gokoku jinja under the protection of the government ) the jinja-honcho designates some of the influential shrines that it oversees as beppyo-jinja shrine . shinkai jikaku jingu list of shinto shrines shinto +the 22 shrines are part of the shakaku for shinto shrines . they were established from the middle to late heian period . these shrines receive special offerings from the imperial court . they are mostly chosen from shrines in the kinai area . establishment of the 22 shrines under the ritsuryo system , offerings were given by the imperial court for kinen-sai and other festivals to many shrines listed in the engi-shiki jimmyo-cho ; but that number has been reduced to a special few shrines after the decline of the ritsuryo system . that number and the shrines in it changed many times and came to include some newly established shrines , before being finalized as the following 22 shrines in 1081 . although the movement at the end of the heian period to include itsukushima shrine was not successful , that shrine received offerings from the imperial court until the latter part of the muromachi period , and even in the edo period in the event of disasters . 22 shrines summary upper 7 shrines middle 7 shrines lower 8 shrines related articles ichinomiya +honchi-suijaku is one of the thoughts of shinbutsu-shugo ( the amalgamation of buddhism with shinto ) that emerged during the era in which buddhism flourished in japan ; it supports the view that yao yorozu no kami ( eight million gods ) are gongens , the embodiment of various types of buddhas ( including bosatsu ( bodhisattva ) and tenbu ( deva ) ) , which appeared in the land that was japan . summary honchi indicates the state of enlightenment , while suijaku , which literally means " bringing down jaku ( ato ) , " indicates the appearance of shinto and buddhist deities . the ultimate honchi is considered to be hossin ( the truth of the universe ) and is therefore called honchi-hossin . as the " gon " of gongen means " provisional " or " temporary , " as shown in " gon-dainagon ( an acting chief councilor of state ) , gongen indicates a buddha that has tentatively appeared in the form of a god . the concept of honchi originated from the inclusive nature of buddhism , which encompassed a wide range of indigenous religions as it spread throughout the region . this is evidenced by the fact that most buddhist tenbu ( deva ) gods originate from hindu , india 's indigenous religion . the thought also gave rise to a theory of esoteric buddhism ( of the later mahayana buddhism ) that kajishin like fudo myo-o ( acala ) is the embodiment of dainichi nyorai ( vairocana ) . on the other hand , the concept of suijaku came from a chinese character , 迹 ( jaku ) , which first appeared in the tenun chapter of " soshi ( zhuang-zi ) " or in its phrase of ' 所以迹 ' ( the path of edification ) , and was later referred to by guo xiang of west jin , the writer of " zhuang-zi commentary " who developed his own theory in the chapter of " seong-wang ( daiseigaio ) " and defined jaku as a royal reign , citing " 所以迹 " as a born saint . it was seng-zhao , of the late qin , who first brought the concept to buddhism . seng-zhao cited , in his writing " chuyuimakitsukyo ( vimalak ? rti sutra commentary ) , " the idea of " honmatsu , " which had been referred to by wang bi of wei , and other scholars replaced the word " 所以迹 " with " 本 " ( hon ) and defined it ( hon ) as an unfathomable nirvana ( enlightenment ) achieved by bodhisattva and " 迹 " ( jaku ) as a means to enlighten people , as used by bodhisattva . his theory , as endorsed by hokekyo ( lotus sutra ) , which supports kuon jitsujo--a view that buddha had been in nirvana long before he was born into this world--further influenced zhiyi of the chinese tendai sect , thus providing a basis for the development of hokekyo 's educational interpretations and the division of its scripture into " jaku-mon " ( the first half ) and " hon-mon " ( the second half ) . this created a widely accepted view that hon is the buddha or enlightenment itself while jaku is simply a means by which to save and enlighten people . in japan , as is evident in the confrontation between the mononobe clan and the soga clan during the nara era , there has been a dividing line between shinto and buddhism since it was officially introduced to japan . however , the line was gradually eroded as the buddhists took the view that shinto gods are a kind of lost , poor people , like the tenbu ( deva ) gods . they tried to raise their status to that of the buddha by leaving copies of sutras at temples or doing doso , officially acknowledging the gods ' achievements and stating in oracles that they would no longer stay as a god thanks to buddha 's good deeds . in the tenmu period of the late seventh century , when the emperor-centered political regime was put in place , the shinto gods that had played important roles in building the country--including amaterasu omikami , the highest ranking ujigami ( local god ) of all--were elevated in status to ethnic gods , and this encouraged buddhists to give them higher ranking as a token of respect . because these gods were considered to be members of the goho zenjin , a group of gods who respected and guarded the buddhist law , some were even granted bosatsu-go ( the title of bodhisattva ) from the end of the nara era through the heian era . a typical example of this is hachimanshin , a famous ethnic god also known as hachiman daibosatsu . however , some low-profile minor ethnic gods , like the spirits of nature and death , to whom the honchi-suijaku theory was not applied , were treated differently . they are , for example , jitsurui no kami ( jitsurui gods ) or jissha no kami ( jissha gods ) , as opposed to gonsha no kami . to make their position clear , some buddhists codified a warning that permitted people to respect gongeshin but not jitsurui no kami . this must have been an intentional effort to keep buddhism separate from shinto . the theory of honji-suijaku affected art and architecture , giving birth to honchi-suijaku zuga ( pictures ) and gongen-zukuri ( buildings ) , and during the middle and end of the kamakura era it affected literature as well , resulting in a series of works called honchimono . by the middle of the kamakura era there appeared a group of people who insisted in the shinpon butsujaku theory that buddhas were in turn the embodiment of shinto gods and that shinto gods were the masters that buddhas followed . this theory was originated by shinto people who had complained about buddhism , which had been dominant over shinto , and wanted shinto to achieve independent status from it . the watarai clan , who had served as priests of gegu ( the outer shrine of ise jingo ) organized and re-edited myths and the records of shinto ceremonies in order to compile the shinto gobusho ( five-volume apologia of shinto ) ; their work laid the foundation for ise watarai shinto . additionally , an attempt was made to theorize shinto by borrowing the doctrine of the tendai sect , which had adopted the reality-affirming hongaku philosophy , and to re-edit several kinds of theory books by falsely attributing them to kukai ; but later these works were organized by yukitada and ieyuki watarai . from the period of the northern and southern courts through the muromachi era , the anti-honchi-suijaku theory increasingly gained ground to the point where some monks of the tendai sect supported it . jihen , the author of " kujihongi gengi " and " toyowashihara shinpuwaki , " converted to shinto ; and ryohen of the tendai sect , the author of " jindai no maki shikenbun " and " tenchi reiki kibunsho , " supported his theory . following these moves , kanetomo yoshida wrote the book titled " yuiitsu shinto myoho yoshu ( the only shinto scripture ) , " making jihen 's theory more complete and comprehensive . however , new buddhist schools that emerged during the kamakura era supported the honchi-suijaku theory as they were supposed to do . note that the anti-honchi-suijaku theory was given its name by the scholars of the showa era . suijakushin ( the god of suijaku ) and honchibutu ( the buddha of honchi ) the buddha , the identity of the gods , is called honchibutsu . buddhas that are forcibly linked to shinto gods are different from religion to religion , faith to faith , temple to temple and shrine to shrine . although the most popular buddhist title granted to japanese gods is bosatsu ( bodhisattva ) , some of them--like hachiman daibosatsu , whose honchibutsu title is amida nyorai ( amitabha ) --carry a honchibutsu title that differs from the corresponding buddhist title . the following shows some of the relationships between suijakushin and honchibutsu : amaterasu = dainichi nyorai ( vairocana ) + juichimen kannon bosatsu hachimanshin = amida nyorai ( amitabha ) = emperor ojin kumano gongen = amida nyorai ( amitabha ) oyama kui no kami = amaterasu omikami = dainichi nyorai ( vairocana ) ichikishima-hime = benzaiten ( sarasvati ) atagoo gongen = akiba gongen = jizo bosatsu ( jizo bodhisattva ) susanoo = gozu tenno okuninushi = daikokuten ( mahakala ) tosho daigongen ( ieyasu tokugawa ) = yakushi nyorai ( bhaisaya ) matsuo taisha shrine = yakushi nyorai ( bhaisaya ) +amaterasu omikami ( tensho daijin ) is a humanized shinto god in japanese . in " engishiki ( list of official shrines ) , " " amaterasu " of amaterasu omikami is cited as " amateru " when worshipped as the god of nature . amaterasu omikami is the god of the sun and one of the oyagami ( parent deities ) of the imperial family ( the kososhin ( imperial ancestor ) ) . in " kojiki ( records of ancient matters ) , " amaterasu omikami is referred to as 天照大御神 whereas in " nihonshoki ( chronicles of japan ) " the god is cited as 天照大神 . another name given to her is ohirumenomuchi no kami . in " nihonshoki ( chronicles of japan ) , " amaterasu omikami is referred to under different names , whereas in " kojiki ( records of ancient matters ) " she is consistently cited as " 天照大御神 . " amaterasu omikami is considered to be female , but some say the god is male . because the name of amaterasu omikami was used in the political scene as shown in " kotai jingu gishikisho , " shoei mishima and tsutomu saijo even argue that takamimusubi was the kososhin ( imperial ancestor ) ; , and that hirume was deified and became amaterasu omikami . at ise jingu shrine , amaterasu omikami is typically referred to as amaterasu sume omikami , sume omikami or amaterasimasu sume omikami , particularly when the name is uttered before the altar in ceremonies . in academic documents she is now customarily spelled " アマテラス " in katakana . some say that in old days she was cited as 天照太神 . how amaterasu omikami is described in myths according to " kojiki ( records of ancient matters ) , " amaterasu omikami was born from izanagi as she rinsed her left eye when safely returning from yomi ( the world after death ) where izanami lived , in order to remove the dirt . at this time , tsukuyomi was born from her right eye and susanoo from her nose , and the three together have come to be called mihashira no uzuno miko ( three noble children ) . izanagi then instructed amaterasu omikami to rule takamanohara . because susanoo — who had been instructed to rule unabara ( the sea ) — kept crying , saying he wanted to go to the land of the roots ( the land of izanami ) , he was finally expelled by izanagi . although susanao ascended to takamanohara to meet amaterasu omikami , his elder sister , on the way to the land of the roots , amaterasu omikami , who assumed her brother was coming to deprive her of takamanohara , armed herself and waited for him . after susanoo made a pledge to prove that he had no such intention , five male gods were born from amaterasu omikami 's monozane ( the media from which gods are given birth ) and three female gods from that of susanoo , and susanoo declared victory . the following are the five gods considered to be born from amaterasu omikami 's monozane and are therefore her children : amenooshihomimi amenohohi amatsuhikone ikutsuhikone kumanokusubi susanoo , swept up by the event , became wild and violent at takamanohara , causing his sister to hide herself in ama no iwato ( the cave of heaven ) . this threw the entire world into darkness , and various problems occurred . yao yorozu no kami-like chichibu no kami ( the god of wisdom ) , ameno yagokoroomoikane no mikoto and ameno koyane no mikoto-eventually became successful in getting her out of ama no iwato , but she drove him out of takamanohara . amaterasu omikami — who had decided that she would have one of her sons , amenooshihomimi , descend to ashihara no nakatsukuni — dispatched amatsu kami ( the god of heaven ) there . by the time amenooshihomimi was ready to descend to ashihara no nakatsukuni , where peace and order had been established , ninigi — the grandchild of amaterasu omikami — was born and ordered to go down there by amaterasu omikami . interpretations because some myths say that amaterasu omikami sought opinions from her elder amatsu kami ( the god of heaven ) about her specific acts-whether they were good or not-and even followed his instructions , some consider that amaterasu omikami was a deified emperor who ruled the country by conducting religious services . others have viewed her as a deified miko ( female shinto attendant ) . her alias name , " hirume , " literally means " the woman of the sun , " as a miko , an attendant of the sun god . according to a theory , a miko who had served the god of the sun came to be regarded as identical to the god himself ; this caused the god to be thought of as female , although the god of the sun is typically male . other theories consider that amaterasu omikami is female because her myth was established during the era of empress jito , or because himiko was her model . the idea that the god of the sun ( amaterasu omikami ) and the god of the moon ( tsukuyomi ) were born from the eyes of izanagi shows a strong influence of taoism , whose canons " reiho gobujo " ( completed by the sixth century ) and " goho innenkyo " ( written at the beginning of the seventh century ) respectively contain descriptions of " turning his eyes into the sun and the moon " and " turning his left eye into the sun and his right eye into the moon . " some say there is a parallelism between shinto and taoism in some of the terms used for ise jingu shrine , which worships amaterasu omikami — such as okami ( great god ) , jingu , itsuki no miya , itsuki no yakata , murasaki no mizo , kiyoginu , mitegura and usukinu — and in the idea behind dividing its shrine into kotai jingu and toyouke daijingu . in comparative mythology , the myth of the birth of amaterasu omikami is nearly identical to that of pangu , as recorded earlier ( somewhere during the third or fourth century ) . because the story of turning the eyes into the sun and the moon is a common analogy found across asia , some consider that the myth was propagated as peoples migrated around the region during prehistory . some scholars point out that in " nihon shoki " ( chronicles of japan ) , the divinity of amaterasu omikami , was changed in three stages . the following describes the historical events and their details that triggered the changes : 645 : the taika era reforms took place . it was after these reforms that the imperial family began to worship amaterasu omikami . hi no kami ( the god of the sun ) or the sun itself . a male god called " amateru " was widely worshipped . " engishiki ( list of official shrines ) " lists the shrines that contained within their names the word " amateru " — like the amateru jinja shrine of tsushima , the iiboniamateru jinja shrine of harima and the amateru mitama no mikoto jinja shrine of tanba . in fact , amateru ( as the name of the male god ) is the alias name of amaterasu omikami 's grandson amenohoakari , who is the first ancestor of the owari , tsumori and kaifu clans . additionally , amenohoakari 's younger brother was ninigi , the great-grandfather of emperor jimmu . 672 : the jinsin war broke out . " ohirumenomuchi ( a woman who worships the god of the sun ) " or " tanabatatsume . " two interpretations exist : first , to consider that the god worshipped was ohirumenomuchi ( a female god ) , and secondly , to think that the god honored was amateru , the male god in the form of a snake . 698 : kodai jingu was elected . " amateras , " or the ancestor god of the imperial family a female god . using empress jito as a model , amaterasu omikami was changed from the god of nature into a humanized god . since then , the " amaterasu " portion of amaterasu omikami , if not meant to be the kososhin ( the ancestor of the imperial family ) , has been pronounced " amateru . " for example , in " sarashina nikki ( sarashina diary ) , " written around 1060 , the amaterasu omikami was cited as " 天照御神 " and the portion of " 天照 " was pronounced " amateru , " while in " sendai kujihongi , " " 天照孁 " is provided with the furigana readings " アマテルヒルメノムチ " ( " amateru hirumenomuchi " ) . from 1880 to 1881 , a fierce debate took place over the shinto doctrine concerning which gods should be enshrined in the temple of shinto jimukyoku ( office ) in hibiya , tokyo . shito jimukyoku , which had decided to enshrine in its temple four gods and zokasanshin ( the three gods of creation ) -ameno minakanushi no kami , takamimusubi no kami and kamimusubi no kami-and amaterasu omikami met with opposition from the izumo group , which stressed the idea of yuken ichinyo ( the unity of this world and the world after death ) and insisted on worshipping five gods , including okuni nushi no okami , the ruling god of yukai ( the world after death ) . however , the ise group , which had played the central role in shito jimukyoku , argued that amaterasu omikami was the great god of heaven and earth , which ruled kenrei ( this world and the world after death ) and that other gods were simply her subordinates , thus creating a full-scale confrontation between the two . this confrontation escalated to the point where various rumors circulated that the izumo group might be trying to settle a deep-seated grudge against the ise group , which had accumulated since the era of gods , and that takatomi senge , who had been disloyal to the imperial family , had to be killed as punishment . this debate was eventually brought to an end by the decision of emperor meiji , resulting in the defeat of the izumo group , and amaterasu omikami was ranked at the highest level of all the gods . the government is said to have learned from this debate that it was impossible to establish a common shinto doctrine and to rule the people of the modern state directly through its restoration . for more information , see " debate regarding the gods to be enshrined , " by shinto jimukyoku , kokka shinto ( state shinto ) . in depicting amaterasu omikami in his novel , ryunosuke akutagawa used the alias " ohirumemuchi . " this is because he wanted to depict amaterasu omikami as the god of the sun or nature , not the kososhin ( imperial ancestor ) associated with the name " amaterasu omikami . " in fact , akutagawa had to make many revisions , additions and deletions to his novels due to the inspection conducted by the army . masahiro yasuoka ( 1898-1983 ) , the founder of kinkei gakuin ( 1926 ) , said that the japanese people worshipped amaterasu omikami . amaterasu omikami represents the ideal of the japanese spirit to cover the world with the rays of the sun . the " izana " of " izanami " and " izanagi , " which means " to lead , " also represents an ideal of the japanese people who set an example for other peoples in the world as leaders , forerunners and originators . shrines that honor amaterasu omikami shrines that worship amaterasu omikami are called shinmei shrines and are scattered across the country , but their chief shrine is the naiku ( inner shrine ) of ise jingu shrine . kotai jingu is a shrine that houses yataka no kagami ( mirror of yataka ) , one of the sanshu no jingi ( three kinds of treasures ) , as the object of worship . nearly all the shrines in japan distribute the shinsatsu ( talisman ) ( jingu taima ( shrine amulet ) ) of kotai jingu shrine ( tensyo kotai jingu shrine ) . +tsukuyomi ( cited as " 月讀 " ( tsukuyomi ) or tsukuyomi no mikoto ) is one of the gods of japanese mythology . according to " kojiki ( records of ancient matters ) " and " nihon shoki ( chronicles of japan ) , " tsukuyomi was born from izanagi . generally , tsukuyomi is considered to be the god of the moon who rules the night , but some oppose this view ( as discussed later ) . tsukuyomi is also referred to as tsukiyomi . based on the story that tsukuyomi killed ukemochi no kami ( the god of whole grain ) with a sword in " nihon shoki , " this god is generally considered to be male ; however , there is no description in " kojiki " or " nihon shoki " that determines the gender of this god . some scholars argue that tsukuyomi is female because the myths of many other countries depict the god of the moon as female ( and even militant ) and that the story of killing ukemochi no kami isn 't decisive enough to conclude that tsukuyomi is male . although tsukuyomi is considered to be the god of the moon , his ( or her ) divinity varies from one literary source to the next . according to " kojiki , " tsukuyomi was born from the right eye of izanagi as she purified herself when running back home from yomi ( the world after death ) , as well as amaterasu from her left eye and susanoo from her nose , and together they comprise mihashira no uzuno miko ( the three noble children ) . on the other hand , in " nihon shoki " tsukuyomi was born from izanagi 's left eye or a masokagami ( bronze mirror ) held in her right hand , and his ( or her ) ruling area is different from story to story-at one time the heavens and at another the ocean . tsukuyomi was born in a pair with amaterasu , the god of the sun , and this idea is , in comparison mythology , common across various myths . for example , in the chinese pangu legend " gounrekinenki " there is a story of the origin of the sun and moon , which states that pangu 's left eye became the sun and his right eye the moon as he died , while in greek mythology apollo ( the god of the sun ) and artemis ( the god of the moon ) are depicted as twins . ( note that apollo was initially a different god than helios , the god of the sun ; eventually they came to be regarded as identical . ) additionally , the book of genesis in the old testament of the bible tells a story about the creation of the sun and moon , stating that god created the two great sources of light-the sun and the moon floating in the heavens--four days after the creation , and then separated light and darkness by having the sun and the moon rule the day and night , respectively . the birth of amaterasu and tsukuyomi is in keeping with a story common throughout the world : that the sun and moon were created as a pair . although in japanese mythology tsukuyomi is considered equally as important as amaterasu and susanoo , he ( or she ) appears in " kojiki " and " nihon shoki " much less often and is generally less active . the story of tsukuyomi is told only in document 1 of section 11 of chapter 5 of " nihon shoki , " where the origin of whole grain is described . some say this is an effort to strike a balance by placing a quiet , inactive god between two gods of contrasting characteristics : amaterasu and susanoo . similar structures are seen with ameno minakanushi no kami against takamimusubi and with kamimusubi , and hosesuri against hoori ( yamasachihiko ) and hoderi ( umisachihiko ) . this is referred to as the " hollow structure " of japanese mythology . some consider that tsukuyomi and susanoo are identical , because their ruling areas and episodes are somewhat the same . in the first part of " kojiki , " tsukuyomi was born from izanagi no mikoto as she rinsed her right eye and , together with her other children amaterasu and susanoo , is called mihashira no tattokiko ( the three noble children ) . although tsukuyomi no mikoto was instructed to rule the country of the night , none of his subsequent activities is stated . some say that tsukuyomi was ordered to rule yomi ( the world after death ) where izanami no kami had lived . chapter 5 of " jindaiki ( records of the period of gods ) " in " nihon shoki " gives a short description of tsukuyomi , stating that izanagi gave birth to the god of the brilliant moon next to the sun and sent him ( or her ) to the heavens to work with the sun as a ruling god , while in document 1 of section 1 that follows , izanagi no mikoto is said to have given birth to ohirume no mikoto by holding a masokagami ( bronze mirror ) in her left hand and tsukuyomi no mikoto by holding the same mirror in her right hand . although there are several stories about the territory of tsukuyomi , who was instructed to rule the heavens together with amaterasu omikami , another story claims that tsukuyomi was ordered to control the ebb and flow of the tide ( which may stem from the idea that the moon controls the tides ) , thus suggesting that there are several stories about the birth of the three gods . according to document 1 of section 11 of chapter 5 in " nihon shoki , " both amaterasu omikami and tsukiyomi no mikoto were ordered to rule the heavens , but later tsukiyomi no mikoto was told by amaterasu omikami in the world above to meet ukemochi no kami ( the god of grains ) , so he ( or she ) visited her . in trying to entertain tsukiomi by offering him ( or her ) food and sake , ukemochi no kami is said to have vomited rice from her mouth , which disgusted her guest and caused him ( or her ) to slaughter her with a sword . cows , horses , silkworms and rice plants were born from her body , and this is said to be the origin of cereal grain . according to the myth , amaterasu omikami became angry , knowing the cruel deed of tsukiyomi and condemning him ( or her ) as a bad god ; from that day on , the sun and moon have come to live one night apart from each other . this is the myth about the separation of the sun and moon , consequently giving rise to day and night . however , in " kojiki " susanoo murdered the god of food ( oogetsuhime ) in the same manner ( see the origin of foods in japanese myths ) . some say this is because a myth about either one of the gods was later cited as an episode of the other . tsukuyomi makes his ( or her ) appearance again in the era when human emperors started to rule this country on behalf of the gods . according to " kenzo tenno ki ( records of emperor kenzo ) " of chapter 15 of " nihon shoki , " a god of the moon who claimed takamimusubi as his ( or her ) ancestor possessed a man and said , ' worship my god of the moon , then you will have pleasures , ' and the people , having heard the words , erected a shrine in kadono no kori in yamashiro province and had oshiminosukune ( the ancestor of agatanonushi of iki ) serve it . this story describes the origins of tsukiyomi jinja shrine in yamashiro no kuni , and a shrine called tsukiyomi jinja shrine ( iki city ) -which is thought to be the motomiya ( the mother shrine ) of the tsukiyomi jinja shrine of yamashiro province ( kyoto city ) -in fact exists in iki city , where the revelation took place . in the chapter " shimane no kori " of " izumo no kuni fudoki ( fudoki of izumo province ) , " tsukutsumi no mikoto-who is considered to be a son ( or daughter ) of izanagi no mikoto-made his ( or her ) appearance . the distance between the umaya ( horse station ) and the guke ( the governor 's office ) in the chikumi district is approximately 17 ri and 180 ho . tsukutsumi no mikoto , the son ( or daughter ) of izanagi no mikoto , sat here . although he ( or she ) should have been called tsukutsumi , people today still call him ( or her ) simply chikumi . tsukutsumi ' is thought to be the spirit of the moon like wadatsumi ( the god of the ocean ) and yamatsumi ( the god of the mountain ) . according to ' katsura sato ' of " yamashiro no kuni fudoki " ( which is incomplete ) , when tsukiyomi no mikoto-who had been instructed by amaterasu omikami to descend to toyoashiharano nakatsukuni-visited ukemochi no kami ( the god of whole grain ) , he ( or she ) stood against a ' yutsu katsura ' ( the japanese judas tree ) ; thus the place is called ' katsura sato . ' presumably because of an ancient chinese legend that associates the moon with the japanese judas tree , tsukuyomi no mikoto is said to have stood at the foot of the tree . additionally , in manyoshu ( collection of ten thousand leaves ) there are poems that connect tsukihito ( moon person ) and the japanese judas tree . in japanese mythology the tree is associated with several gods and is thought to be the one to which gods descend , as shown in the stories of " kojiki " about kiji no nakime , who was sent to amenowakahiko by amaterasu omikami , and yamasachihiko , who lost his elder brother 's fishhook and ended up at the palace of the ocean god . in the poems of " manyoshu , " tsukuyomi is cited as ' tsukuyomi ' or ' tsukuyomiotoko ' and depicted in two ways : as a simple metaphor of the moon or as a deity . additionally , tsukuyomi is described as the ruler of ' ochimizu ' ( the water that turns old people young again ) -which is , as pointed out by nikolai aleksandrovich nevskii , shinobu orikuchi , and eiichiro ishida , it is similar to ' sudemizu ' in okinawa , where the myth about ' the moon and immortality ' is widely accepted . other examples of metaphors of the moon in " manyoshu " include expressions such as ' tsukihito ( moon person ) ' and ' sasarae otoko ( little beautiful boy ) . ' according to " shoku nihongi , " in the era of emperor konin , when a storm devastated the country , a seer performed augury and found that it was the wrath of tsukuyomi no kami of ise , so people dedicated a horse in order to calm the aramitama ( angry soul ) . according to " kotai jingu gishikisho ( book of rituals and ceremonies of kotai jinja shrine ) , " tsukuyomi no mikoto was worshipped at ' tsukiyominomiya ichiin ' ( the main temple of tsukiyominomiya shrine ) and described as ' tsukuyomi . he was a figure of a man riding a horse and was clothed in purple , wearing a golden sword . he was clothed in purple , wearing a golden sword , ' and tsukuyomi , whose gender is never mentioned in " kojiki " nor " nihon shoki , " is depicted here as a man riding a horse and carrying a sword . on the other hand , examples in which the moon is regarded as female include the records of " nihon sandai jitsuroku ( records of three emperors ) , " dated october 9 , 865 and october 10 , 871 , where court rank was granted to ' 女月神 ' ( the female god of the moon ) ( ' metsuki no kami ' or ' himetsuki no kami ' ) of izumo province . this shrine appears to worship a female god of the moon . although this god does not appear in " kojiki , " " nihon shoki " or " manyoshu , " this shrine is cited as ' mezuki no yashiro ' in the ' ogun ' chapter of " izumo no kuni fudoki ( fudoki of izumo province ) . " however , besides the above ' metsuki no kami , ' the record of september 8 , 859 carried in " nihon sandai jitsuroku " about ' yamashiro no kuni tsukuyomi no kami ( tsukuyomi of yamashiro province ) ' indicates that ' metsuki no kami ' is a female god of the moon and is therefore different from tsukuyomi . in " kojiki , " tsukuyomi is referred to only as ' 月讀命 ( tsukuyomi no mikoto ) , ' whereas in chapter 5 of " nikon shoki " the god is cited under different names such as ' 月神 ( tsuki no kami ) , ' ' 月弓尊 ( tsukuyumi no mikoto ) , ' ' 月夜見尊 ( tsukiyomi no mikoto ) ' and ' 月讀尊 ( tsukuyomi no mikoto ) . ' in " manyoshu , " the moon is referred to as ' 月讀壮士 ( tsukuyomi otoko ) , ' ' 月人壮士 ( tsukihito otoko ) ' and ' 月夜見 ( tsukiyomi ) . ' in " izumo no kuni fudoki , " a god called ' 都久豆美命 ( tsukutsumi = 月津見 ? ( tsukitumi ) ' makes his ( her ) appearance . in " yamashiro no kuni fudoki ( fudoki of yamashiro province ) , " tsukuyomi is cited as ' 月讀尊 ( tsukiyomi no mikoto ) ' although the text is incomplete . " engishiki ( list of official shrines ) , " which was completed at a slightly later time , lists the god worshipped at ise jingu shrine as ' 月讀 ( tsukuyomi ) ' and ' 月夜見 ( tsukiyomi ) . ' additionally , the following is a list of how ' tsukuyomi ' was spelled in the " jodai " special kana orthography ( the special kana orthography of the era of nara or earlier ) . kojiki 読 ( " yomi " ) of 月読 ( " tsuki yomi " ) : spelled ヨ乙 ( ' yo ' ) ・ ミ甲 ( ' mi ' ) nihon shoki 読 ( " yomi " ) of 月読 ( " tsuki yomi " ) : spelled ヨ乙 ( " yo " ) ・ ミ甲 ( " mi " ) 弓 ( " yumi " ) of 月弓 ( " tsuki yumi " ) : spelled ユ- ( " yu " ) ・ ミ甲 ( " mi " ) 夜見 ( " yomi " ) of 月夜見 ( " tsuki yomi " ) : spelled ヨ甲 ( " yo " ) ・ ミ甲 ( " mi " ) manyoshu 読 ( " yomi " ) of 月読 ( " tsuki yomi " ) : spelled ヨ乙 ( " yo " ) ・ ミ甲 ( " mi " ) 夜見 ( " yomi " ) of 月夜見 ( " tsuki yomi " ) : spelled ヨ甲 ( " yo " ) ・ ミ甲 ( ' mi ' ) 余美 ( " yomi " ) of 月余美 ( " tsuki yomi " ) : spelled ヨ乙 ( " yo " ) ・ ミ甲 ( ' mi ' ) as the above shows , in " kojiki , " " nihon shoki " and " manyoshu " the " ミ " ( " mi " ) of ツクヨミ ( tsukuyomi ) " follows the official kana orthography of this era , but " ヨ " ( " yo " ) of ツクヨミ ( tsukuyomi ) " comes with " 甲 " and " 乙 " -indicating that " ヨ " ( " yo " ) was pronounced in two ways , and even that the sound was replaced with " ユ " ( " yu " ) . the following is a list of the kana orthography that focuses on ヨ ( " yo " ) and ユ ( " yu " ) : ヨ乙 : used in 月読 ( ' tsukuyomi ' ) and " 月余美 " ( ' tsukiyomi ' ) ヨ甲 : used in 月夜見 ( " tsukiyomi " ) ユ : used in 月弓 ( " tsukiyumi " ) the name of the god ( tsukuyomi ) allows for several theories about where it comes from . the most popular theory is to connect the name to the calendar , as tsukuyomi is about reading ( " yomi " ) the moon ( ' tsuki " ) . because the term " yomi ( to read ) , " which means counting cycles of the moon phase , was spelled " 余美 " ( " yomi " ) or " 餘美 " ( " yomi " ) in chinese characters in order to reflect the japanese pronunciation and both were spelled " ヨ乙 ・ ミ甲 " ( " yo ・ mi " ) in the jodai special kana orthography-which conforms precisely to the spelling of " yomi " of " tsukuyomi " --it would be safe to conclude that the name tsukuyomi came from counting days and months . just as " koyomi ( calendar ) , " for example , means reading ( " yomi " ) dates ( " ka " ) , tsukuyomi means reading ( " yomi " ) the moon ( " tsuki " ) . as is also shown in " manyoshu , " where expressions like ' reading days ' or ' reading months ' are used to mean measuring time ( or counting days ) , historically speaking the cycles of the moon phase and its motion have provided a basis for calendars ; and , as considered worldwide , the lunar calendar has an older origin than the solar one . as the way the month is counted , for example , ' 一月 ' ( the first month , indicating january ) and ' 二月 ' ( the second month , indicating february ) shows the old habit of counting days , the moon and the calendar have a close mutual relationship . that is why tsukuyomi , who counts days and months , is considered to be the measurer and ruler of time and the calendar . on the other hand , ' 月弓 ' ( the moon and bow ) -which is how tsukuyomi is cited in " nihon shoki " -indicates that people associated the crescent moon with a bow , being a weapon . in " manyoshu " there is a poem ( 2051 of chapter 10 ) that expresses the first and third phases of the moon as ' 白真弓 ' ( ' shiramayumi ' ) ( beautiful white bow ) , ' 月弓尊 ' ( ' tsukuyumi no mikoto ' ) is considered to be an alias of tsukuyomi , having been coined under such a concept . besides the above , there is a view that tsukuyomi is the spirit or god of the moon night because his ( her ) alias ' 月夜のミ ' ( ' tsukiyo no mi ' ) shows ( ' tsukiyo ' meaning a moon night and ' mi ' a spirit like watatsumi ( the god of the ocean ) and yamatsumi ( the god of the mountain ) ) . therefore , the fact that tsukuyomi was cited under different names-with the ' ヨ ' ( ' yo ' ) sound being distinctively different between ' 月読 ' ( ' tsukuyomi ' ) and ' 月夜見 ' ( ' tsukiyomi ' ) as indicated with " 甲 " and " 乙 " and the parallel use of the ' ユ ' ( ' yu ' ) sound-and that these names appear not only in " kojiki , " " nihon shoki " and " manyoshu " but also in the literature of later times like " engishiki " without converging on any one of them , clearly shows that tsukuyomi 's divinity cannot be determined according to a single quality . although amaterasu omikami-the god of the sun-is considered to be the ruler of the firmament as she is depicted in " kojiki " and " nihon shoki " as ruling the heavens or takamagahara , there are conflicting stories about the domain of tukuyomi-the god of the moon ; one in " nihon shoki " says that tukuyomi was placed in the heavens next to the sun , and another says that he ( or she ) was ordered to rule the country of the night or the ebb and flow of the tide . the inconsistency regarding the domain of tsukuyomi between stories indicates that his ( or her ) divinity has been created by interweaving different ideas and is therefore prone to variation . chapter 4 ( 670 ) : in the rays of the moon , why don 't you come and see me , as we are not so far apart with no mountain separating us ? chapter 4 ( 671 ) : although i 'm bathed in clear moonlight , i 'm confused and bewildered . chapter 6 ( 985 ) dear tsukuyomi otoko , the god of the moon sitting in the heavens , i would give you a present if you could make tonight into five hundred nights . chapter 7 ( 1075 ) : the moon might be traveling a long way over the ocean ; i wonder in the dim moonlight as evening draws on . chapter 7 ( 1372 ) : although you , tsukuyomi otoko , are traveling over the sky and i can see you every night , you are not the one i can depend on . chapter 13 ( 3245 ) : with a long bridge or a high mountain that would take me to the heavens , i could get the water of tsukuyomi and give it to my master to make him young again . chapter 15 ( 3599 ) : in the pure moonlight , i went through isoumi no ura beach and left the port in a boat . chapter 15 ( 3622 ) : in the pure moonlight when the wind died down in the evening , i called a sailor and had him row a boat in the creek . shrines that worship tsukuyomi there are two types of shrines that worship tsukuyomi . one is to worship tsukuyomi , the younger brother of amaterasu omikami , and a great example of it is tsukiyominomiya , an annex to kotai jingu shrine . tsukiyomi no miya is situated in toyouke daijingu betsugu , the annex to toyouke daijingu shrine . the other group of shrines consists of those that initially worshiped a god of the moon that had no bearing to tsukuyomi but later converged on tsukuyomi , as it appears in myths . a great example of this is gassan jinja shrine ( shonai town , higashitagawa district , yamagata prefecture ) , one of the shrines of dewa sanzan ( the three mountains of dewa ) . most of the gassan jinja shrines across this country have been transferred from that of dewa sanzan . additionally , tsukuyomi shrine , in iki city , is thought to have honored a god of the moon that is different from tsukuyomi and that of dewa sanzan . however , there is an opposing theory based on kenzoki ( records of the kenzo period ) of nihon shoki , claiming that tsukuyomi shrine of iki is where tsukuyomi worship started , but no conclusion has been reached . tsukuyomi shrine of kyoto city , which belongs to matsunoo taisha shrine ( nishikyo-ku , kyoto city , kyoto prefecture ) , has been transferred from tsukuyomi shrine of iki city . " tsuki to honoo no senki ( the war chronicle of the battle between the moon and fire ) , " by hiroyuki morioka " tsukiyomi , " by ryoko yamagishi " susanoo " by haruhiko masuda " inochi : kurenai no shugoshin ( life : the red guardian deity ) , " by ryusei deguchi " tsukuyomi no matsuei ( the descendant of tsukuyomi ) , " by yu kuramoto " kujakuo , " by makoto ogino " chrono cross " " megami tensei " " yu-gi-o official card game duel monsters " ( yu-gi-oh ! trading card game dueling monsters ) " naruto " ( in which tsukuyomi appears as a ninja ) " wagaya no oinari sama ( fox deity of our house ) , " by jin shibamura +巫女 ( miko ) or 神子 ( fujo ) are women who mainly serve the gods of yamato ( japan ) . in ancient times , their role was to get the messages of the gods ( oracles ) and convey them to other people , but in the modern age it has changed to a role in shrines served by women . according to kunio yanagida and taro nakayama , miko can be classified into two groups : kannagi , a group of miko who served the imperial court ; and kuchiyose , a group of miko who served the common people . this section limits miko to those who are historically famous , having served in shrines , ceremonies and wedding parlors . for more information about miko , please see " miko 's work , hobbies and subculture . " according to the religious services of ancient times , where magic rituals prevailed , people who believed the gods did not reside in one particular place performed invocations by having them possess a human body through the so-called ritual of possession . it is thought that women capable of this gave birth to miko . in archaic japanese , the miko was cited as 巫 . also , note that men who offered similar religious services were referred to as 巫 . according to japanese myths recorded in " kojiki ( records of ancient matters ) " and " nihon shoki ( chronicles of japan ) , " amenouzume , who is said to have danced in front of ama no iwato ( the rock cave of heaven ) , is the archetype of miko . according to " gishi wajinden ( records of the wa people , chronicle of wei ) , " himiko confused her people using kido ( the act of calling up the devil ) , although the details of the kido and how she confused her people are not known ; however , this shows that in ancient times magic rituals were performed by women . according to " jogangishiki , " the offices of ' mikannagi ' and ' sarumeno kimi , ' as undertaken by the descendants of amenouzume , were set up under jingikan in the heian period , and presumably the kagura ( a shinto dance and music dedicated to the gods ) was performed there . " shin sarugoki , " written by fujiwara no akihira at the end of the heian period , lists four abilities required of miko : foretelling , kamiasobi ( kagura ) , yotsura ( playing japanese harp ) and kuchiyose ( invocation ) ; the author who saw kamiasobi wrote that it was " like angels dancing with gods . " in the middle age and onward , the kagura ( shinto dance and music dedicated to the gods ) came to be routinely performed by miko at major shrines throughout the country . over time , the kagura experienced a change so that , in addition to its traditional supernatural element , it came to be performed as a rite of prayer for the earthly wishes of requestors who sought secular benefits . associated with shugenjas ( people who practice shugendo , walking around in the mountains and valleys ) , a more local and secular type of miko emerged , who performed prayers and invocations outside the shrine . this explains why , even today , the act of invocation or prayer is sometimes referred to as kagura or " performing kagura . " some say that izumo no okuni , who originated kabuki odori ( kabuki dance ) , which gave birth to kabuki , was a miko of izumo taisha shrine ; this reveals how the magic rituals of ancient times have been refined and propagated as the art of public entertainment . officially certified , azusa miko earned her living by performing kuchiyose ( invocations ) , charging 50 to 100 mon each time . they were slaves , such as geigi ( geisha ) and shogi ( prostitutes ) , whose revenues went to their masters . such a person would have a bizarre appearance , carrying a dark-stained box wrapped in a furoshiki on her back , and when serving a customer she would place it in front of her . they used green leaves for calling up the spirit of a living thing ( like the customer 's cat ) and koyori ( twist of paper ) for the soul of the dead . she would place her arms on the box , supporting her chin , shake her rosary beads and chant spells until she descended into a state of half-sleep in order to perform the kuchiyose ( invocation ) . the box held a clay doll in the shape of tenjin ( the god of the heavens ) , along with gohei ( long strips of paper used for shinto ceremonies ) and an azusayumi ( bow used for shinto ceremonies ) . the modern government banned this type of business , considering it equivalent to human trafficking . during the meiji restoration the government thoroughly revamped the shinto shrine system and its religious services in a way that would support the restoration of the imperial regime . in 1871 , the ministry of divinities set up the post of mikannagi ( the post of a woman who administrated religious affairs ) and designated it as the post of a woman who used to work for the ministry of the imperial household as a toji ( a role of taking care of the meals for the imperial family ) . in 1873 , the ministry of religious education banned all acts requesting oracles through the invocation conducted by miko outside the shrine . this is called miko ban . this ban was imposed partly because there had been an attempt to organize the shrine system through shintoism--the ideological background of the restoration of the imperial regime--and partly because there had been a movement of bunmei kaika ( cultural enlightenment ) that negated local , traditional and secular manners and customs . this ban deprived work from nearly all the miko who had offered invocations and prayer services outside the shrine , although some continued to operate in various ways through participation in traditional shrines or new schools of shinto . some shrines started to hire miko as a role to support shinto priests . later , mitsuyoshi tomita ( of kasuga taisha shrine ) and other miko , who stressed their importance in shinto , pleaded to preserve the mikomai ( dance performed by miko ) while committing themselves to restoring their status and dance by elevating it to the realm of art . on the other hand , tadatomo o , who was a gakushi ( musician ) of the ministry of the imperial household , emphasized the importance of kaguramai ( shinto dance ) in religious services , citing the japanese mythology , and composed urayasu no mai , which marked the acceptance of his assertion . this dance was performed simultaneously in all the shrines across the country at hoshuku rinjisai ( occasional festivals ) held as part of the koki celebration of november 10 , 1940 , which commemorated 2600 years of imperial reign . training sessions held throughout the country and instructions given to ensure perfect performance on that day promulgated kaguramai ( shinto dance and music ) among shinto shrines . even after the ceremony , urayasu no mai continued to be performed in ceremonies and rituals , giving miko official opportunities to serve in the shinto system , which had been renewed since the meiji restoration . in the modern age , miko are women who work for shrines mainly through the role of routinely supporting priests and occasionally performing kagura ( shinto music ) and mai ( shinto dance ) . they are sometimes called maihime or mikannko . miko need neither certification nor qualification . however , if you want to work for a shrine belonging to the association of shinto shrines as a priest , you must be certified by the association regardless of whether you are a man or a woman . also , note that shrines are allowed to recruit miko by specifying " female only , " since the equal employment opportunity law does not apply to the profession . because no qualification or certification is required for miko , basically any woman can serve as a miko as long as she is mentally and physically healthy . since professional miko are mostly the daughters of priests , their relatives or those who have connections to the shrine , shrines do not publicly seek many professional miko ( and generally , only large shrines can afford to hire them ) . as some professional miko are recruited through newspapers , classified ads or hello work ( job-placement office ) , these may be practical means by which to land a job if you lack connections to people in shrines . beside priests , some miko , although few in number , are recruited through educational institutions such as colleges and training schools . women who obtain the jobs do not serve as professional miko for a long time , because most of them retire in their late twenties , having started to work upon the end of compulsory schooling ( or more practically , after graduating from high school ) . if one starts serving as miko after graduating from college or university , she can do so for only a few years . because shrines require people who continue to work after retirement to wear a dark-green or blue hakama ( skirt-like trousers ) or of a color specified by the shrine , many of them distinguish female employees depending on their jobs ; they treat the women who offer religious services as miko and those who do desk work as general workers . also , note that some miko capable of performing kagura ( shinto dance and music ) and teaching other miko continue to work even after they marry due to the need to pass on their knowledge and expertise to the younger generations . many shrines , regardless of their size , temporarily hire part-time miko during busy periods , such as the new year holidays . shrines that hire part-time miko refer to them as " helpers . " part-time miko are recruited directly by shrines or through colleges or high schools . some female students studying at schools for priests temporarily work for shrines as trainees or apprentice miko . some shrines distinguish part-time miko from professional ones by requiring them , for example , to either wear or not wear chihaya ( half-coats ) . in large shrines , as discussed earlier , professional miko employed by the shrine perform urayasu no mai ( shinto dance and music ) or more traditional kagura at ceremonies and rituals , whereas in many small shrines children temporarily serve as miko . they are mostly the young girls of ujikos ( local residents that worship the god of the shrine ) . young female miko sometimes join the proceeding of chigo ( young boys ) at shinto feasts . when dedicating kagura to the gods , miko often wear makeup , and for this special occasion it is applied heavily . today , a miko typically wears a white kosode ( short-sleeved kimono ) and a scarlet hakama . although the hakama worn by a miko traditionally had a machi ( divider that made it look like trousers ) in it , a hakama called andon hakama ( one without a divider ) created by utako shimoda , an educator , during the meiji period became so popular among women that it has been adopted as the miko garment . these days , scarlet hakama without machi dividers are generally worn by miko , but some shrines have adopted the traditional type having a machi . however , a hakama without a machi might be inconvenient for the miko who must move her legs in time to the music when performing kagura . additionally , some shrines have adopted koki-colored ( red purple ) hakama for young ladies . in an official scene , such as when holding ceremonies or rituals or performing kagura , miko sometimes wear chihaya ( half-coats ) atop their costumes . basically , miko tie back their dark hair using the combination of a danshi ( quality japanese paper ) , mizuhiki ( colored string made of paper ) and a takenaga ( paper for ornament ) ( this method of tying the hair is called emotoyui ) , and may wear kamoji ( false hair ) to make her hair look longer . the great stress on virginity held by modern japanese society comes from the ideology of the samurai society , where the highest importance was attached to inheriting the family 's estate properly , as well as the chastity valued by christianity , which had spread since the meiji period . many people may misunderstand this , but protecting virginity has not always been stressed throughout the country 's history from ancient times to the modern day . however , many people today assume that miko have been virgin since ancient times , judging from the value they now have . historically , we cannot definitively state that miko have been required to be virgins . ( neither can we say that virginity has not been required at all . ) today , it is impossible for a recruiting shrine to include a requirement for applicants to be virgin in terms of their freedom to choose their occupation and equal employment opportunity law . some buddhist temples hire young ladies who look exactly or nearly like miko , and in such cases they wear a white kimono and a scarlet hakama . at the end of the year and the beginning of the year narita-san shinho-ji temple ( narita city ) soshu-ji temple ( sano city ) naritasan yokohama betsuin enmei-in temple ( nishi ward , yokohama city ) myoo-in temple ( fukushima city , hiroshima prefecture ) normally ? rinno-ji temple ( nikko city ) ( where a miko wears a green hakama ) buddhist memorial service and shinto ceremonies kado-sai ( japanese flower-arranging ceremony ) held at daikaku-ji temple ( ukyo ward , kyoto city ) from april 14 to 16 every year kangetsu-kai ( moon viewing party ) held at daikaku-ji temple ( ukyo ward , kyoto city ) from october 5 to 7 every year urayasu no mai performed by girl miko at shofuku-ji temple ( higashimurayama city ) ( intangible cultural heritage designated by the city ) on november 3 . himiko ( yamataikoku ) toyo ( yamataikoku ) empress jingu iitoyoao no mimemiko ( princess iitoyoao ) izumo no okuni besides the miko of yamato shinto discussed in this section , there are people around the world who can be regarded as miko if miko are interpreted as female shamans ; they include noro in ryukyu ( okinawa ) , ang-i in taiwan , mudang in korea , the indigenous peoples of siberia and the americas , and the shaman of africa . in novels , the term " miko " refers to the priests of western religions . they are often cited as ' 神子 . ' sibyls , being female prophets in the legends of ancient greece and rome , are also translated as ' 巫女 . ' shamans are famous for communicating messages from the gods while in a state of trance . in folklore , is shaman symbolizes a heretic who has eagerly awaited the coming of the messiah , and in christian art a shaman would often be depicted as carrying a book . besides the above , " the sibyl of persia " wears a veil over her head ; " the sibyl of libya " carries a lit candle ; " the sibyl of cimmeria " holds a cornucopia ; " herophile , from eritrea , " the prophet of the annunciation , carries a lily ; " the sibyl of samos , " a prophet of the nativity , carries a manger or a cradle ; " the sibyl of cumae , " another prophet of the nativity , carries seashells ; " the sibyl of helespontos , " the prophet of the crucifixion of jesus christ , carries nails ; " the sibyl of agrippa , " the prophet of the persecution of christ , carries moss , showing her dark skin ; and " the sibyl of europa , " the prophet of the book of exodus , carries a sword of " massacre of the innocents . " " the sibyl of phrygia , " the prophet of the resurrection , carries a crucifix , and " the sibyl of tibur " has had one of her hands cut off . sibyls are depicted as a group , not as individual people . +" the chokusai-sha shrine " is a shrine where festivals are attended by imperial messengers sent by the emperor ( called chokusai ) . however , ise jingu shrine 's godai-matsuri festival ( except for the tsukinami-sai festival ) is treated separately , and , therefore , it is not called a chokusai-sha shrine , even though imperial messengers are sent every year . chokusai-sha shrines existed from long ago , and most notable were the nijuni-sha shrines in the kyoto area . modern chokusai-sha shrines were introduced in 1868 , when emperor meiji held a festival in hikawa-jinja shrine as chokusai . in 1870 , twelve shrines in tokyo and neighboring areas were designated as junchokusai-sha shrines ( hie-jinja shrine , nezu-jinja shrine , shibashinmei-gu shrine , kanda-jinja shrine , hakusan-jinja shrine , kameido-jinja shrine , shinagawa kibune-sha shrine , tomioka hachiman-jinja shrine , oji-jinja shrine , akasaka hikawa-jinja shrine , rokusho-jinja shrine , sagiinomiya-jinja shrine ) , but this was temporary . the beginning of chokusai-sha shrines was in 1883 , when the kamo-matsuri festival and the iwashimizu-matsuri festival at kamo-jinja shrine ( kamomioya-jinja shrine , kamowakeikazuchi-jinja shrine ) and iwashimizu hachiman-gu shrine were designated as chokusai . their numbers have increased since then , and by the end of the war ( 1945 ) , the following shrines were chokusai-sha shrines . ( shrine names and name of their locations today . shikinai ' refers to shikinai-sha ( shrine listed in the engishiki ( list of official shrines ) ) ( myojin refers to myojin-taisha shrine ) , ' ichinomiya ' refers to the ichinomiya ( shrine with the highest ranking in the area ) of the province , ' beppyo ' indicates the classification between beppyo-jinja shrine and tanritsu ) currently , there are sixteen chokusai-sha shrines , excluding the chosen-jingu shrine , which closed when the war ended . among these , imperial messengers are sent every ten years to usa-jingu shrine and kashii-gu shrine , every six years to kashima-jingu shrine and katori-jingu shrine , and to the grand festival in spring and autumn at the yasukuni-jinja shrine . +the torii represents a dividing line ( kekkai ) between sacred and secular areas , serving as an entrance to the sacred world in shinto shrines and other holy places . it 's a kind of gate . although some torii have been built at imperial tombs and buddhist temples , a torii is typically a symbol of shinto shrines and a symbol representing a gate is used on maps to identify shrines . there are several theories about the origin of torii , but none of them is clear . they may have originated from the practice of placing bird perches before an altar that is associated with the tokoyo no naganakidori ( roosters ) that were made to crow so as to draw amaterasu omikami ( a female shinto deity ) out of ama no iwato ( literally , " the rock cave of heaven " ) , but other scholars suggest that they have foreign origins , believing that they may be related to one of the following : the torana ( gate ) of indian buddhism ; the kahyo ( a type of ceromonial column called " huabiao " in chinese ) , torizao ( a type of bird-catching pole ) , or pailo ( a piece of architecture shaped like an archway ) of china ; the kozenmon ( a red gate ) of the korean peninsula ; or the portable temples of israel . in any event , by the eighth century they had obtained the shape we now recognize . likewise , the origin of the word remains uncertain . there are several theories : the word may have originated from ' 鶏居 ' ( bird perch ) , from " toori-iru ( pass through and enter ) " or from the way it had been pronounced ( " torana " ) , to which chinese characters were applied . torii are counted as i-ki ( one ki of torii ) and ni-ki ( two ki of torii ) . when there is more than one torii in the approach , we call the first of the torii " ichi no torii ' and the second of the torii " ni no torii , " starting with the one farthest from the shrine . the torii 's basic structure has two columns topped with horizontal rails respectively called the kasagi and shimagi , and below the top two rails is another horizontal rail called the nuki , which connects the two columns . torii are generally classified into two styles--the shinmei style and myojin style--from which various derivatives have been developed . the type of torii to be built is a matter of choice by the donor and has little bearing on the god worshipped in the shrine , as shown in kashima jingu shrine , where a kasuga-style torii is built ; however , some torii ( like sanno-style torii ) are associated with hie jinja shrine ( sanno jinja shrine and hiyoshi jinja shrine ) . a shinmei-style torii , when considered as a whole , has a fundamentally linear design . boards are used for the kasagi and nuki . this type of torii does not have the shimagi below the kasagi ; instead , its columns consist of unsquared logs , which are vertically erected . as a derivative of this type , torii that use a square log for the nuki are so commonly seen in gokoku jinja shrines ( shrines designated as places of worship for people killed in the war ) , including yasukuni jinja shrine , that they are distinguished from the rest and called yasukuni torii . shinmei-style torii kashima-style torii ise-style torii kurogi-style torii yasukuni-style torii naigugen-style torii munetada-style torii the myojin-style torii , seen as a whole , has a decorative curvilinear design . the shimagi is placed below the kasagi , and the columns are slightly tilted . myojin-style torii kasuga-style torii hachiman-style torii the inari-style torii is also referred to as the dairin-style torii . it is known for its vermilion color . sanno-style torii ryobu-style torii miwa-style torii mihashira-style torii nakayama-style torii torii are made of wood ( cedar or cypress ) or stone . torii that are fully covered in copper sheets are called karakane no torii and were depicted in the ukiyoe ( woodblock prints ) of the edo period . in recent years , some torii have contained iron pulp or have been made of reinforced concrete . other torii made of unusual materials include the torii of sueyama jinja shrine in arita-cho , nishimatsuura district , saga prefecture ( made of porcelain ) ; that of hiko jinja shrine in yawata city , kyoto prefecture ( made of duralumin ) , and that of soegawa jinja shrine in hachirogata-cho , akita prefecture ( made of chloroethene ) . kane no torii ( bronze torii ) of yoshino ( designated as an important cultural asset ) standing on the approach to zao-do of kinpusen-ji temple considered to be built during the muromachi period eight meters tall its gakuzuka ( a frame hung between the shimagi and the nuki ) says " hosshinmon . " miyajima of aki / shutan no odorii ( great red torii ) ( made of wood ) ( designated as an important cultural asset and a world heritage ) it stands out in the sea before the temple of itsukushima jinja shrine . a ryobu-style torii made of japanese cinnamon the current torii , completed in july 1875 , is the eighth-generation torii as counted from the first one , which was built during the heian period . shingaku ( a frame hung in front of the torii , carrying the name of the shrine ) : on the sea side : ’ 厳島神社 ' ( itsukushima jinja shrine ) / on the shrine side : ’ 伊都岐島神社 ' ( itsukushima jinja shrine ) ( written by prince arisugawa taruhito ) ishi no torii ( stone torii ) of osaka shitenno-ji temple ( designated as an important cultural asset ) built in 1294 , it is considered to be one of the oldest large stone torii in japan . its hengaku ( framed statement ) reads , " this is the place where buddha appeared and gave lectures to people , and is the east gate to paradise . " fushimi inari taisha shrine there are 10,000 torii in this shrine . heian jingu shrine it has one of japan 's largest torii , standing 24.4 meters tall . izumo taisha shrine its torii was built by tokuichiro kobayashi ( kokura , kitakyushu city ) , a well-known devotee of dedications . hike jingu shrine designated as an important cultural asset the third-highest wooden torii motoki no ishi torii ( stone torii of motoki ) designated as an important cultural asset the oldest stone torii in yamagata prefecture , it was built in the heian period . other examples where the torii gate mark is typically used include the map and a sign for banning urination and the unlawful dumping of garbage . it is commonly believed that if one can throw a stone onto the top of the torii , one 's wish will be granted . nowadays , we see torii as small as 10 to 50 centimeters high placed in residential or vacant areas . the simplest torii is the one made of a thin board that is cut in the shape of a torii and attached to a concrete or block fence , which might also have one drawn on it in red paint . these small torii were set up to prevent the unlawful dumping of garbage , taking advantage of the innate human reverence for it as an entrance to the sacred world , and there have been real-world examples in which dumping has dramatically decreased . additionally , note that in response to those who say it is a shame to imitate a real torii for this type of purpose , an unusual torii has been in use with the nuki ( lower horizontal rail ) being longer than the kasagi ( upper horizontal rail ) , which is opposite that of the classical design . because it was started when illegal dumping was not a problem , this may have originated in an attempt to prevent people from urinating outside by drawing the shape of a torii in red paint at the bottom of a fence . in any event , this story most simply and adequately reveals the relationship between religion and morality . +a komainu ( " 石獅子 " in chinese and " imperial guardian lion " in english ) is an imaginary mythical beast that resembles a dog and lion mixed together . komainu are placed in pairs , one of each on either side of the entrance to a shrine or temple or the façade of its main hall . strictly speaking , these should be referred to as " shishi komainu " ( literally , " lion dogs " ) . according to some scholars , its name suggests that komainu is a dog from koma ( goryeo ) . this is because they are considered to have come through korea . but the leading theory is that komainu has an indian origin . in the first place , there is no cultural history of komainu in korea , and the chinese character , " 高麗 " , has been used just to borrow the sound ; komainu was never meant to be a dog from korea , but was thought to be an imaginary divine beast , and shishi , the other in pairs , is a lion , which had never been witnessed by the japanese at that time . this leads us to conclude that the shishi is not a lion , but a mythical divine beast named " shishi " . typically , the statue on your right is an agyo , which has no horns and has its mouth open . the statue on your left is ungyo , which has one horn , with its mouth closed . we often call them both " komainu " without distinguishing them from each other , but more strictly speaking , they should be called " shishi / komainu " as the statue without any horns is called " shishi " and the other with a horn " komainu " . the komainu statues , created from the showa era onwards , do not have a horn no matter on which side they are placed . these should be primarily called " shishi " . although komainu seen on the grounds of temples or shrines are often made of stone or bronze , some placed inside the main shrine are made of wood . according to a description of saemonfu of the left and right ( the offices that safeguarded palace gates ) in volume 46 of engishiki jinmyocho ( a list of shrines ) , komainu were placed on the left side of the kaiin-mon gate on a taigibi day ( a day of an imperial ceremony ) and returned to saemonfu when the ceremony was over . this also suggests that emonfu of the right placed the statue on the right side of the gate ; all of these signify that the komainu dates back to the heian era . among the shishi / komainu statues of that time , the ones in the chinju hachimangu shrine of the yakushi-ji temple in nara are well-known ; they are made of wood and have been designated important cultural assets . however , as neither of the statues have a horn , they should be more appropriately called " shishi pair " . other komainu statues that have been designated important cultural assets include those of the daiho jinja shrine in shiga , the kozan-ji temple in kyoto , and the itsukushima jinja shrine in hiroshima . although similar statues are found in china and korea , those that come in a pair of a-un ( agyo and ungyo ) are typically seen in japan . this may be because they were under the influence of kongo rikishi ( a guardian deity of buddhism ) and the a-un style had already become the norm by the end of the heian era . however , from modern to the present age in japan , the vast number of komainu have been made in various forms and shapes . for example , the statues of other animals like boars , dragons , or foxes , play a similar role as well . in shinto , all of these animals are called shinshi ( the messengers of the god ) . many shrines ( or enshrined gods ) have adopted specific animals as their shinshi . most notable are foxes in the inari-jinja shrine , deer in the kasuga-jinja shrine , and snakes in benzaiten . some are based on local lore . for example , at the joken-ji temple in tono , the statues of kappa ( a legendary creature , assumed to carry a dish filled with water on its head ) are standing where komainu are supposed to be , following the local legend of the kappa . they are typically placed with their backs against the temples or shrines that they are supposed to protect . in some exceptions , however , some are placed facing towards the temples or shrines . some do not come in pairs although they are few in number . some temples or shrines consider komainu on your right and your left as a couple . as long as komainu are in the shape of shishi ( liondog ) , the one that has mane is no doubt male . some insist that the above view is wrong as it is biologicallyimpossible for two komainu to make a couple . on the other hand , some support the view that they are a couple as some breast-feed or pacify their komainu or shishi puppies . there is no use arguing over which is right , but the fact is that there are two theories ; one is to support the view that a pair of komainu is a couple and the other is to oppose to it . kaichi ( haetae ) shisa cerberus sphinx +ommyodo , which owes its origin to ancient chinese natural philosophical theory and inyo-gogyo-shiso theory ( the way of yin and yang , combined with the taoist theory of the five elements ) , is a system of natural science and the art of spell-casting that uniquely developed in japan . the chinese characters for ommyodo can be read " inyodo " as well . people who practise ommyodo are called ommyo-ji ( diviners or sorcerers ) and a group of ommyo-ji is again called ommyodo . at one time , researchers thought that the philosophy of the yin and yang introduced into japan developed into ommyodo . in recent years , however , it is thought that ommyodo developed as follows ; the ommyo-gogyo-setsu theory , that combined the theory of ommyo ( the yin and yang ) , which considers that the universe has been derived from the yin and yang , and the theory of gogyo-shiso , which considers that the universe consists of the five elements of wood , fire , earth , metal , and water , developed uniquely in japan into a practical fortune telling technique that could serve human needs based upon the auspicious and inauspicious signs obtained by observing the yin and yang in nature and changes in the five elements , while being affected by shinto , taoism , and buddhism . when the ommyo-gogyo-setsu theory was introduced to japan together with buddhism and confucianism during the 5th and 6th centuries , it combined the studies and art of divination that involve the observations of nature , including astronomy , rekisu ( a study to establish a calendar by calculating the solar and lunar movements ) , time science , iching ( book of changes ) , and became adopted in japanese society as fortune telling techniques that could serve human needs based on the auspicious and inauspicious signs identified in nature . although initially , these techniques were practised by priests from overseas , especially from china and korea , who had settled in japan and were proficient at reading and writing kanbun ( chinese classical literature ) , the later 7th century saw the appearance of ommyo-ji as there was a need for laymen with the techniques , not priests , to serve the imperial court . from the later 7th century to the early 8th century , when the ritsuryo system ( legal codes of the nara and heian eras based on chinese models ) were put into place , the divination techniques of ommyo ( the yin and yang ) were transferred to the bureau of divination under ministry of central affairs . the bureau of divination was made up of divisions dealing with ommyodo , tenmondo ( the art of divination by observing the movements of the sun , moon , stars and planets , and the weather ) , and rekido ( masters of the almanac ) these three divisions performed divination , observed the movement of the sun , moon , and stars , and created a calendar . the ritsuryo system , while prohibiting priests from practicing divination and observing the movements of the sun , moon , and planets , provided opportunities for ommyo-ji to exclusively conduct state affairs . from the heian period onwards , when the ritsuryo system declined and the fujiwara clan gained power , ommyodo , showed people how to avoid natural disasters through the art of divination and spell-casting and became guidelines that could affect the private life of the emperor and court nobles , in contrast to goryo-shinko ( an off-shoot of shintoism , its purpose to quell angry spirits of individuals who have been done injustices ) , which had become increasingly popular and more ritual in the imperial court . ommyodo spread from the palace into japanese society while becoming more generalized ; thanks to the efforts by bonze ommyo-ji , priests who practiced ommyodo , it permeated deeply into the populace and developed more uniquely in japan . japanese ommyodo developed in a unique way under the reciprocal influence of shinto while adopting the various arts and skills from taoism , introduced into japan together with ommyodo ; they include katatagae ( practice of reaching a destination taking a different direction than going directly from one 's house by putting up somewhere the night before ) , monoimi ( fasting , abstinence , and confinement to one 's house on an unlucky day ) , henbai ( special footsteps in the art of japanese public entertainment , believed to have magical powers ) , taizanfukunnsai ( a spirit exchange ritual ) , fusuisetu , and jukondo ( an art of medicine ) . from the end of the 8th century , ommyodo came under the influence of juho ( a way of practicing self discipline by uttering mantras ) from esoteric buddhism , sukuyo-do ( astrology ) and other arts of divination , which had been introduced into japan together with esoteric buddhism . the 10th century saw the appearance of tadayuki kamo and yasunori kamo , a father and a son who mastered all ommydo , tenmondo , and rekido , and abe no seimei , one of their disciples and a superb ommyodo diviner , who was fully trusted by the imperial court . tadayuki and yasunori taught seimei tenmondo and koei , yasunori 's son , rekido , which led ommyodo to completely encompass tenmondo and rekido from the end of the heian period through the middle ages , allowing the abe and kamo clans to dominate the world of ommyodo as the two soke ( originators ) . from the end of the heian period onwards , the abe clan produced the masters of ommyodo , one after another , helping the clan , who had been low-ranking nobles , get promoted to the level of court nobles . during the middle ages , the abe clan transferred the post of ommyo-no kami ( the head of the ommyoryo ( bureau of yin and yang ) ) by succession while the kamo clan , who held the post of ommyo-no suke ( deputy minister of ommyoryo ) , played a subservient role . during the sengoku period , the kadenokoji family , the head family of the kamo clan , ceased to exist , causing their dominance over rekido to be transferred to the abe clan , while the tsuchimikado family , the head of the abe clan , gradually declined as wars continued . on the other hand , during the muromachi period , ommyodo permeated more deeply among common people , causing private ommyo-ji to flourish as fortune-tellers and shamans . when the baku-han system ( the feudal system characteristic of the shogunate ) was put in place , the edo bakufu ( the japanese feudal government headed by a shogun ) tried to control ommyo-ji across the country by rebuilding the tsuchimikado family and the koutokui family , branch families of the kamo clan . over time , the tsuchimikado family outstripped the koutokui family , and by the end of the 17th century , they achieved a dominant position in ommyodo across japan by obtaining the right to grant ommyo-ji licenses . although ommyodo had lost its political clout by the beginning of the edo period , it became widespread and permeated deeply into japanese society as folk beliefs ; that people used to seek for an auspicious date or direction for special occasions . in 1872 after meiji restoration , the meiji government abolished ommyodo as superstition . except for tensha tsuchimikado shinto honcho ( a school of shinto and ommyodo , based in fukui prefecture ) started by the tsuchimikado family , and the izanagi ryu school , which has been handed down through the generations in mononobe village ( the current kami city ) , kochi prefecture , ommyodo left its traces only in a calendar , but its impact on shinto and new religions still lives on . +kogo shui is a piece of writing about shinto during the heian period . hironari inbe , a government official , compiled this book in 807 . this is a one-volume book . how this book came into existence this book is said to have been written on february 13 , 807 . some copies say that it was written in 806 . however , the postface reads ; " just now , the emperor 's luck turned for the better for the first time … … .in the first year of the new era . " this reveals that the book was written at least later than may 18 , 806 , when the era changed from the 25th year of the enryaku era to the first year of daido , suggesting that the book being written in the first year of daido is wrong . according to the " august 10 , 806 " section of " nihon kouki " ( third of the six classical japanese history texts ) , a ruling was made by the emperor on a case filed and fought by the nakatomi and inbe clans for over a long period of time . those who support the view that the book was written in the first year of daido ( 806 ) , considered that " kogo shui " was evidence of this , based upon when the ruling was made . but , this view goes against the fact that kogo shui was written based upon a ruling of august 10 . author nothing is known about hironari inbe except that he was promoted from shorokuinojo ( senior sixth rank , upper grade ) to jugoinoge ( junior fifth rank , lower grade ) , as stated in the " november 17 , 808 " section of the " nihon kouki " additionally , his promotion is thought to be due to his excellent services at daijo-sai ( the first ceremonial offering of rice by a newly-enthroned emperor ) . according to the postface of this book , however , he was ranked jugoinoge ( junior fifth rank , lower grade ) , but in 807 ( when he wrote the book ) , he should have been ranked shorokuinojo ( senior sixth rank , upper grade ) . the postface must have been altered at a later time . objective to complain about the state of his clan and to file a petition the inbe was a clan who had traditionally administered religious rituals and services at the imperial court . however , the nakatomi clan , who had conducted religious services together with the imbe clan , gained political power and became predominantly engaged in religious services after taika reform ; a family of the nakatomi clan , who had been given the name of fujiwara , had been given the name of nakatomi , again . this book is thought to have been written to ensure that the inbe clan was favorably positioned in the imperial court by claiming that it was a legitimate clan for conducting religious services . to submit a report to the imperial court the view had been long supported that this book was written for the purpose of complaining about the state the inbe clan had been in and filing a petition about it . nowadays , the popular view is that this book was a report submitted by the inbe clan to the imperial court , that had been conducting investigation to put a legal system in place . there was a long time dispute between the inbe and nakatomi clans over which would take the post of hoheishi ( imperial messenger to a shrine and envoy returning courtesies ) at the grand shrine of ise . on august 10 , 806 , a ruling was made in favor of the inbe clan . it was after the ruling that this book was submitted to the imperial court on february 13 , 807 . it would be strange for the inbe clan to file a petition after they won the suit , making the view that the book was written for the purpose of complaining and filing a petition less convincing . emperor heijo , at that time , had a plan to establish the shiki ( enforcement regulations ( of the ritsuryo ) ) . the postface of this book includes a description of " zo-shiki-no-toshi " ( " the year in which regulations were established " ) , according to which konin-shiki ( regulations of the konin era ) were established in april 820 , the eleventh year of konin , 14 years after the ruling . it would be safe to conclude that this book was a report submitted to the imperial court , that had been conducting investigations to establish enforcement regulations . it was during this period that " enryaku gishiki cho " ( a list of shrines ) was also submitted by the ise jingu shrine ( grand shrine at ise ) . this is also considered to have been part of a preliminary investigation by the imperial court to establish shiki and of a series of events that included " kogo shui " as well . content preface body legend of ancient times legend of emperor jimmu onwards eleven sections missing from the legend of ancient times legend about mitoshi gami ( enshrined shinto god , to whom beef was served ) postface this records the events that occurred during the period from the creation of heaven and earth to the tempyo era ( 729-749 ) . this book takes up the legend that had been handed down to subsequent generations among the inbe clan , but does not involved records of ancient matters ( japan 's oldest historical record ) , nihon-shoki ( the oldest chronicles of japan ) , or any other history books . the inbe clan is considered to be the descendants of ame no futodama , a god who served amaterasu omikami . that 's why this book contains more success stories of soshin ( enshrined ancestors ) of the inbe clan such as ame no futotama than the kojiki and nihonshoki . for example , when amaterasu omikami hid herself in amano iwa to ( literally , " the rock cave of heaven " ) , ame no futotama no mikoto played a central role . impact this book was cited and used in literature including the sendai kuji hongi , honcho gatsuryo , seiji yoryaku , chokan-kanmon , nenju gyoji hisho , syakunihongi , and the books of ise shinto . this reveals that this book has been valued as a book of shinto gods . research in 1773 , katsutaka nasa wrote a book titled " gisai " . in it , he criticized " koji shui " as just depicting the inbe clan who had been complaining about their state and filing a petition . norinaga motoori , who opposed to this view , wrote a book titled " gisaiben " to defend it . in the modern ages onwards , sokichi tsuda evaluated this book in his book " research on kogo shui " in 1928 as being good enough to be treated as a history book of the time the book was written , but of little value as history records showing the times before kojiki and nihonshoki . so far , this book has been regarded as being of less importance , when compared to the kojiki and the nihonsyoki . it is now being re-evaluated . +goryo shinko is a japanese belief that threatening natural disasters and epidemics are caused by " onryo " ( restless spirits of people who died with a grudge or met an unnatural death ) and that awing , reposing , and respecting these souls as " goryo " ( " honorable spirits " ) will help to avoid their curses and bring peace and prosperity to society . what is a spirit ? it is common for people around the world to believe that once a man dies , his soul leaves his body . even in japan , we 've had a similar belief since primitive times , as shown in the crouched burial position of the jomon period . so , it is safe to conclude that the people then believed that departed spirits or souls could bring various misfortunes to the living . in ancient times there was a rise in the belief that departed souls of those deposed politically or defeated in war would bring calamity upon their opponents or enemies , giving birth to goryo shinko during the heian period . before looking into goryo shinko itself , we should know more about what people from ancient times , the middle ages , and the present thought about the spirit . generally speaking , they commonly believed in spirit as emperor kammu , fujiwara no michinaga , and takauji ashikaga feared apparition . in the nara period , divination , which dealt with the spirits of people who were alive , became popular not only among the imperial family and court nobles but also among common people . so , a belief in onryo ( restless souls ) or goryo ( honorable spirits ) , which we are going to discuss , should not be regarded as unique . from onryo to goryo experiencing rampant political battles and wars throughout the ancient period , people must have developed a firm belief in onryo . onryo are the departed spirits of people who died with a grudge or died unnaturally like those deposed or defeated in wars . onryo will bring misfortune not only to political opponents and enemies , but also to society in general ( often in the form of an epidemic ) . a chronological list of people who were believed to have become onryo includes fujiwara no hirotsugu , princess inoe , prince osabe , and prince sawara . the heian period saw the rise of a belief that reposing these souls by restoring them to their former ranks or giving them posthumous names or court ranks , and deifying them as gods would encourage them to bring peace and stability to people in return as " goryo " , chingo no kami ( guardian gods ) . this is goryo shinko . to repose departed souls , rituals called " goryoe " were held in the imperial court . according to nihon sandai jitsuroku ( the sixth of the six classical japanese history texts ) , the first identifiable goryoe ritual was held at shinsen-en temple on may 20 , 863 . typical gods deified in goryo shinko are enshrined in kami shimo goryojinja shrine in kyoto . they are hassho-goryo ( eight departed spirits ) enshrined in kami goryojinja shrine : emperor sudu ( price sawara and imperial price of emperor konin ) , empress inoe ( imperial princess inoue and the empress of emperor konin ) , prince tato ( the imperial prince of emperor konin ) , fujiwara no maetsukimi ( hirotsugu fujiwara ) , tachibana no maetsukimi ( tachibana no hayanari ) , fumi no maetsukimi ( funya no miyatamaro ) , honoikazuchi no kami ( sugawara no michizane ) , and kibi daijin ( kibi no makibi ) . beside the above , the following are also included : imperial prince iyo , fujiwara no yoshiko ( mrs. fujiwara and the mother of imperial prince iyo ) , the retired emperor sutoku , fujiwara no yorinaga ( uji no akusafu ) , emperor antoku , the retired emperor gotoba , the retired emperor juntoku , and the retired emperor tsuchimikado . although goryo shinko prevailed since the heian period , there is no consensus on how far back we could go to identify when it in fact started . proof of an onryo found in a credible historic record is the example of fujiwara no hirotsugu written in gembo 's sotsuden of shoku nihongi ( the second of the six classical japanese history texts ) , but scholars are divided over whether there had been onryo earlier than that . takeshi umehara 's theory that prince shotoku was an onryo , as discussed in his book , " kakusareta jujika " ( " hidden crucifix " ) , is not backed by much credible evidence . however , naohiko yaegashi 's theory , that seeks evidence by backing umehara 's theory on the demise of the soga clan 's head family ( soga no emishi and soga no iruka ) , and kazuomi tada 's view , that points to evidence in the death of prince otsu , are logically valid although both refer to writings of later times as proof , including " fusoryakki " and " yakushiji-eng " . yasuhiro terasaki , the author of " prince nagaya " ( in " jinbutsu sosho " ( " book series of people " ) ) , associates the smallpox epidemic , from 735 that eventually killed the four sons of the fujiwara clan , with the onryo of prince nagaya . his theory about prince nagaya might be true because he and fujiwara no hirotsugu lived almost during the same period . however , as masatsugu hongo points out , because the stories about the onryo of prince nagaya and hirotsugu in the shoku nihongi were compiled as late as the heian period , when goryo shinko prevailed , it may have been altered in order to intrigue the people at the time ; some say that onryo can not be found earlier than that of prince sawara . it would be safe to conclude that it 's difficult to obtain evidence for onryo from the nara period or earlier . additionally , motohiko izawa , a novelist who wrote " gyakusetu no nihonnshi " ( " japanese history in paradox " ) , says in his book that ancient japanese , under the influence of chinese civilization , believed that spirits totally neglected by their decendents would become onryo , which he defines as " the stage before goryo shinko " , and that due to the incident of prince nagaya and the four fujiwara sons , the stage developed into a typical japanese onryo shinko whereby the departed soul of a man who died because of a false charge would become an onryo . izawa 's theory is not convincing because of the following : ( 1 ) it simply and fully accepts umezawa 's view ( 2 ) it fails to examine the onryo of the asuka period , including those of prince arima and otsu ( both of whom are considered to have died because of false accusations ) , and , therefore , ( 3 ) it concludes that the case of prince nagaya is epoch-making . there 's not much written about onryo during the ancient period , but the book ; gukansho ( " jottings of a fool , " completed by the tendai monk jien in the kamakura period ) says that this onryo / / / and that onryo appear to take revenge . at least , jien says that onryo will not appear without a reason ; they will take their revenge . we are not certain whether jien 's view was shared among people in ancient times and during the middle ages , but according to what he wrote , people then definitely thought that when someone died an unnatural death or died with a grudge , they became onryo . although the practice of reposing onryo came under the strong influence of buddhism during the northern and southern dynasty period , goryo shiko did not decline , even in the pre-modern era , where seibei yambe was enshrined in the warei jinja shrine and sogo sakura in the sogo-reido shrine . this trend is not any more obvious than in the taihei-ki ( japanese historical epic written in the late 14th century ) ; although under the influence of buddhism , it attributes the turmoil of the northern and southern dynasties period to onryo , which it believes , has the power to overturn society . this view may have been derived and developed from hogen monogatari and tale of the heike , which believe that the turmoil in the society like gempei kassen ( battles between the heishi clan and minamoto clan ) were caused by the onryo of sutokuin . generally , gongoro kamakura ( kagemasa kamakura ) is thought to be a typical figure deified in goryo shinko ; this is partly because he was a super hero ( not because he became an onryo ) and partly because of the worship of ancestors . gongoro kamakura , who was a one-eyed warrior , should also be examined in terms of ethnology ( under the category of ' one-eyed goblin ' ) . gion shinko we have ' ekijin shinko ' , which is close to goryo shinko . this is similar to goryo shinko in that it deifies the angel of death like the hoso kami ( the god of smallpox and the god of flu ) to prevent such diseases . one that is nationally well-known is gion shinko , which deifies gozu tenno ( deity said to be the indian god gavagriva ) . gozu tenno , which had been believed to bring diseases and misfortunes to people , was enshrined in yasaka-jinja shrine in kyoto , giving birth to gion shinko . many shrines that bear the names ; " yasaka-jinja shrine , " " gion-jinja shrine , " and " yagumo-jinja shrine , " had once enshrined gozu tenno ( they often have aliases that contain the sound of " tenno " at the end . ) due to the meiji government 's policy on religion , however , some shrines enshrined susanohno mikoto . gion-matsuri festival , which is still held in the present day , is derived from the worship of gozu tenno . other there are a lot of names that contain the sound of " goro " , which is close to " goryo " , including goryo-jinna shrine in kamakura city and yagoroudon-matsuri festival in osumi-hanto peninsula , kagoshima prefecture and in the south of miyazaki prefecture . the term " goro-zuka , " burial sites seen across the country where gorinto ( five-stored towers ) are erected or where stones are piled up , may have been previously pronounced " goryo-zuka " . this is also part of goryo shinko . in the middle ages , the emperor was in the habit of katachigae ( a practice of approaching a destination in a different direction than going directly from one 's house ) for fear of onryo every time he passed through the neighborhood of mikoshi-gosyo in gion . this is called " gion katatagae , " " goryoe onkatatagae gyoko , " or " katatagae gyoko , " and there was no one right way to say it . some say , however , that katatagae was simply a way to avoid streets that were too crowded . +shinsen is an offering to shrines and household shinto altars in japan . it is also called mike or minie . shinsen includes the cooked type called jukusen and the raw type called seisen . to cook the jukusen , in principle , only flames ( secret fire ( imibi ) ) produced by firestones or maigiri-shiki ( style using gimlets ( maigiri ) , ancient tools for making fire ) is used . in shrines , offerings include rice , salt , water , vegetables , bonitos , dried bonito , seaweed , fruits , and seishu or refined sake . although shinsen is usually offered in a unglazed vessel called kawarake ( earthenware cup ) , an abalone shell may be used in some regions . it is , in principle , served twice a day--morning and evening--but how often it is served a day may vary from region to region . naorai refers to shinsen eaten in a feast after a ceremony . eating the naorai not only means getting closer to a god by eating what has been offered , but also proves that things unfit to eat have not been offered . strictly speaking , however , the shinsen offered on the altars is not necessarily served as a naorai . in some regions , the shinsen offered on the altars is thrown in shintaizan ( a mountain where the spirit of deity is traditionally believed to dwell ) or buried underground even today . this indicates that there were different courtesies or stances toward shinsen , which have been passed down to the present day . the shinsen offered in many shrines is seisen ( raw type ) today but quite a rare style of shinsen has been offered in some well known and old shrines or other shrines that have carried on traditional shinto rituals . such a rare shinsen is called special shinsen , for convenience , and jukusen , a cooked type , is mainly offered .. ( because standard shinsen is considered to be what is defined in the rules for ritual procedures at shrines , the traditional shinsen has been seen as " special , " and called so . this is greatly influenced by the reform of the rules for ritual procedures at shrines as well as the change in meaning of shrines and shinto after meiji restoration . examples of special shinsen are : " osome goku " in the kasuga wakamiya onmatsuri festival of kasuga-taisha shrine , nara city , nara prefecture " mitobiraki yakusa no shinsen " and " mitana shinsen " in kasuga matsuri festival of kasuga-taisha shrine , nara city , nara prefecture " isagawa matsuri shinsen " in isagawa matsuri festival of isagawa-jinja shrine , nara city , nara prefecture " hyakumi onjiki " in kakissai festival of tanzan-jinja shrine , tonomine , sakurai city , nara prefecture " naijin shinsen , " " gaijin shinsen , " and " niwazumi shinsen " in aoi-matsuri festival of kamomioya-jinja shrine / kamowake-ikazuchi-jinja shrine , kyoto city , kyoto prefecture " yuki omike " of ise-jingu shrine , ise city , mie prefecture " awazu no goku " in sanno matsuri festival of hiyoshi-taisha shrine , otsu city , shiga prefecture " aofushigaki shinji shinsen " in aofushigaki shinji of miho-jinja shrine , matsue city , shimane prefecture " ogozen " in toro shinji of iyahiko-jinja shrine , yahiko-mura , nigata prefecture " ontosai shinsen " in ontosai festival of suwa-taisha shrine , suwa city , nagano prefecture " daikyosai shinsen " in daikyosai festival of katori-jingu shrine , katori city , chiba prefecture some small shrines in the kinki region have been handed down and carried on traditional shinto rituals and services in which special shinsen is offered on the altar . the special shinsen in those shrines are often the subject of research into the studies of shinto , folklore , and food culture . various factors such as the regional industry , financing of shrines , the way of practicing faith , and purposes of shinto services and rituals can be glimpsed at in each special shinsen . special shinsen can be regarded as a remarkable religious phenomenon as a food culture developed by the japanese . +ukanomitama is a deity that appears in japanese mythology ( shinto religion ) . kojiki ( records of ancient matters ) describes it as " ukanomitama no kami " and nihonshoki ( chronicles of japan ) as " uganomitama no mikoto . " in kojiki , the pedigree record of susanoo ( deity in japanese mythology ) defines it as a child who was born between susanoo and kamu-oichi-hime ( the daughter of oyamatsumi ) and a brother of otoshi no kami . it does not appear in the main text of nihonshoki but arufumi ( alternative variants to the main text ) of section 6 , kamiumi ( the birth of deities ) describes that it was born when izanagi ( the male who invites ) and izanami ( the female who invites ) were starving and depressed . uka ' in its name means grain and food , showing that it is a deity of harvest . it is the shusaijin ( main enshrined deities ) of fushimi inari-taisha shrine in kyoto and widely worshiped as an inari-shin ( oinari-san - god of harvests , wealth , fertility , etc . ) it is also known as miketsu kami . some are confused to regard it as a fox because the fox was once called " ketsu , " but it is a messenger of the deity that assumes the shape of a fox . kojiki and nihonshoki only mention its name without describing what it did . the books do not describe its sex , so it is not clear whether it is a god or goddess fushimi inari-taisha shrine , which is the grand head shrine of inari-jinja shrine , regards it as a goddess . it is also worshiped as a deity of harvest as well as a deity of agriculture or a deity of commerce and industry . it is enshrined in inari-jinja shrines across the country such as fushimi inari-taisha shrine ( kyoto city ) , kasama inari-jinja shrine ( kasama city , ibaraki prefecture ) , yutoku inari-jinja shrine ( saga prefecture ) . ok +oyamakuhi no kami is a japanese deity . the god is also called yamasue no onushi no kami . he is the son of otoshi no kami and amenochikarumizu hime . the ' kuhi ' of his name means pile , ( heavy beam of timber ) indicating that he is a deity who drives a pile of heavy timber into oyama ( " big mountain " ) , and the mountain 's owner . according to the kojiki ( records of ancient matters - japan 's oldest historical record ) , the deity is enshrined in hieno-yama ( later called and mt . hiei ) and matsuo , kazuno district , and narikabura is where the deity resides . since enryaku-ji buddhist temple of the tendai sect was built on mt . hiei , the deity also came to be regarded as the guardian deity of the tendai sect and enryaku-ji temple . the god is also called " sanno , " the king of mt . hiei . a shinto school derived from the tendai sect was called " sanno shinto , " later changed to " sanno ichijitsu shinto " by tenkai ( a priest of the tendai sect , who lived in the early edo period ) . dokan ota built hie-jinja shrine by moving oyamakuhi no kami from kawagoe-hiyoshi-sha shrine to make it the guardian deity of edo-jo castle . during the edo period , the deity was regarded as that of the tokugawa family , and since the meiji period , it has been regarded as the guardian deity of the imperial palace . hiyoshi-taisha shrine at the foot of mt . hiei is the headquarters of all the hie-jinja shrines that worship oyamakuhi no kami across the country . later , omononushi ( a deity in japanese mythology ) was enshrined in hie-jinja shrines ; omononushi is called " obie " ( " big hie " ) and oyamakuhi no kami " kobie " ( " small hie " ) . " sanno " is the general term for these two deities . omononushi is enshrined in nishihongu ( " west main shrine " ) and oyamakuhi no kami in higashihongu ( " east main shrine " ) . besides , the two deities are enshrined in higashihongu ( chiyoda ward , tokyo prefecture ) , and also in matsuo-taisha shrine ( nishikyo ward , kyoto city ) . +the god inari is one of the japanese shinto gods . the god is also called " daimyojin " and is well-known as " oinari-sama " and " oinari-san . " shrines that worship the god inari are called inari-jinja shrines . fushimi inari-taisha shrine in fushimi ward , kyoto city is considered to be the headquarters of all the inari-jinja shrines across the country . summary the god inari is the general term for the harvest god , which includes ukanomitama ( the god of foodstuffs ) , toyoukebime , ukemochi , ogetsuhime , wakaukame , and miketsu ( the rice god ) . in the shinbutsu shugo shiso theory ( the amalgamation of buddhism with shinto , the japanese indigenous religion ) , buddhist dakiniten ( dakini - fairy-goddess ) is honjibutsu ( a buddha , the true nature of a shinto deity ) of ukanomitama no mikoto ( the headquarters of all the temples that worship dakiniten is toyokawa-inari ) . presumably , there are twenty or thirty thousand inari-jinja shrines across the country , but if you include deities enshrined on the roof of buildings and within factory sites , which is called yashiki-gami , the god inari is worshipped by countless numbers of shrines . during the edo period , there was a vogue phrase that lists things that were abundant in edo ( the old name of tokyo ) ; fires , quarrels , iseya ( the name of shops ) , inari , and dogs ' droppings . initially , the god was the harvest and agriculture god , but now , it is worshipped as the god of all industries . in " nihon-shoki " ( the oldest chronicles of japan ) , fushimi inari-taisha shrine is depicted as follows ; emperor kinmei , who ascended to the throne in 539 ( or 531 ) , saw a dream when he was a child ; in it , he was told that if he gave promotions to a person named " hata no otsuchi , " he would be surely successful in ruling the country when he grew up . soon , he started searching for the person by dispatching envoys to various places , and on the first day of uma ( the horse , the seventh sign of chinese zodiac ) of february 711 , hata no iroko ( or , irogu ) appeared seated . according to the article of ' hata clan ' , who accounted for about one-third of the-then naturalized people , king kotobuo , the descendent of kobuo , who was thirteen generations away from the first qin emperor in china , came to japan from paekche ( an ancient korean kingdom ) , taking with him as many as one-hundred twenty-seven prefectures of the hata clan in the era of emperor chuai , and king yudu in the era of emperor ojin . or they might have come from kara or silla ; silla is an ancient korean kingdom , where survivors from qin ( " 秦 " ) , a chinese dynasty , are believed to have settled as its old alias , " shinkan " ( " 秦韓 " ) , signifies " qin-korea . " another theory suggests that during the sixteen kingdoms period ( in china ) , the imperial family and court nobles from the former qin dynasty might have fled to japan through the korean peninsula in the middle of a war . the both theories require further verification . it is certain that in the era of emperor yuryaku , there was a large influx of toraijin ( people from overseas , especially from china and korea , who settled in japan ) due to the situation in and outside japan , and among them , the hata clan , who had excellent skills in weaving silk fabrics , might have played an important role in building a nation under the ritsuryo codes ( criminal , administrative and civil codes ) . thanks to their great skills , they were given favorable treatment by the imperial court . given the position of professionals , they thrived as a powerful clan based in the vicinity of kyoto . in 711 , the hata clan in fukakusa ( fushimi ward , kyoto city ) enshrined the god inari by building a magnificent shrine in a flat place on the inarisan-sangamine mountain , which is located in the middle of the kyoto-bonchi basin . according to their family tree , a younger brother of hata no tori , who built the matsuo-taisya shrine , is hata no iroko ( or irogu ) , who built the inari-jinja shrine ; this may suggest that the hata clan of fukakusa is a branch family of the hata clan of uzumaza ( ukyo ward , kyoto city ) . the god inari is considered to be the harvest and agriculture god ; " inari , " which is spelled " 稲荷 " in chinese characters ( with " 稲 " meaning rice-plants and " 荷 " baggage ) , may express a sense of gratitude to nature for making them grow to the point where farmers can reap them and hang them like baggage ( " 荷 " ) to dry for harvest . there is a town called tokagi ( or hasakake no ki ) in ichikawa city , chiba prefecture ; although the town is spelled " 稲荷木 " or " 稲架掛け " in chinese characters , it has little to do with the god , and there are many places that carry the name of " 稲荷 . " let 's see whether the following may also suggest that the term " inari " comes from rice-plants hung like baggage to be dried . " 稲荷 " was once pronounced " ine-ni " or " ina-ni , " and later changed to " ina-ri . " how is the term " inari " related to inari shrine on inari-yama kofun ( an ancient mound tomb ) in sakitama kofun-gun ( a group of ancient mound tombs ) , and when was it built ? some shrines are not pronounced " inari " although their names contain the chinese characters , " 稲荷 , " like " 稲荷大明神 " in enryu-ji temple in naka ward , hiroshima city , which is called " toka-daimmyojin , " and " 稲荷神社 " in omuta city , fukuoka prefecture , which is called " toka-jinja shrine . " inari-style torii ( a type of shinto shrine archway ) and multiple torii that are elected along the approach also expressed a sense of gratitude and prayer for good rice harvest . inari-gi otoshi is a drainage ditch built around 1850 , which flows into the naka-gawa river . the drainage ditch , which runs from otone-machi , kitasaitama-gun , saitama prefecture through kurihashi-machi , kitakatsushika-gun , flowed into the naka-gawa river on its left side on the border of arai , kurihashi-machi town and happo 2-chome , washimiya-machi town . the term " inari " may have been associated with rice cultivation , but not the god . history the headquarters of all the inari-jinja shrines across the country is fushimi inari-taisha shrine , which is located on the west side and at the foot of mt . inari ( fushimi ward , kyoto city ) . initially , the shrine worshipped the god of the hata clan , a powerful clan who had ruled the kyoto district , and its extant shake ( a family of shinto priests serving a shrine on a hereditary basis ) is the onishi family . the kada family , who produced azumamaro kada , who started kokugaku ( the study of japanese literature and culture ) in the later edo period , was also from shake . azumamaro kada , who was born to the hakura family whose profession was the priest of an inari shrine , laid a foundation for the research of classic japanese literature , manyoshu ( collection of ten thousand leaves ) , kojiki ( the records of ancient matters ) , and nihonshoki ( chronicles of japan ) , by developing kinsei kokugaku ( also called " wagaku " ) ( the study of pre-modern japanese literature and culture ) . kamo no mabuchi was one of his disciples , who was followed by norinaga motoori and atsutane hirata ; the four were called " the four master of kokugaku " . " yamashiro no kuni fudoki " ( a description of the climate and culture of yamashiro province , already lost ) contains the following story about how the inari-jinja shrine came into existence ; the ancestor of the hata clan , irogu no hata no kimi , who was affluent and arrogant , tried to shoot an arrow , using a sticky rice cake as the target . then , the rice cake turned into a white bird and flew away to the top of a mountain . there , rice-plants ( " ine " ) ripened ( " nari " ) and this is how the god was given its name . irogu no hata no kimi , who went over to the rice-plants , repented all the mistakes he had made in the past , pulled them up by their roots , and replanted them in his house to worship them . " ine-nari " ( rice has ripened ) changed to " inari , " to which the chinese character " 稲荷 " was applied . when the capital was transferred to kyoto , the hata clan who had ruled the region gained political power , causing worship for the god inari to prevail . when to-ji temple was built , the hata clan provided lumber from its own mt . inari , causing the god inari to be worshipped as the guardian deity of to-ji temple . according to " nijunisha honen " , kukai ( a japanese monk , scholar , poet , and artist , founder of the shingon or " true word " school of buddhism ) directly asked the god inari to be his guardian deity . at toji temple , the god inari merged with dakiniten ( an indian female deity , dakini ) of shingon esoteric buddhism , which helped the worship of the god inari that had encompassed the concept of dakiniten spread , as shingon sect also spread across the country . dakiniten had been seen as a kind of yaksha ( buddhist guardian deities sometimes depicted as demonic warriors ) or rakshasa ( type of evil spirit ) , and in the middle ages , it was thought to be identical to reiko ( a creature believed to live somewhere between the human and spiritual worlds ) . that 's why this god is more likely to be regarded as a tatari-gami ( cursing god ) . as the god inari is the rice god , it became associated with ukanomitama no mikoto , the food god , who later merged with other food gods . during the middle ages , when commerce and industry became more prosperous , the god inari , who had initially been the agriculture god , became the god of all the mighty , merging the gods of commerce , industry , and residence , and was believed to bring happiness and fortunes to people ; new inari-jinja shrines were built one after another by transferring the god inari from a inari-jinja shrine not only in farming villages but also in the communities of traders and samurai . when the meiji government separated shinto and buddhism , many inari-jinja shrines chose to worship gods that appear in japanese mythology , like ukanomitama no mikoto , but some became buddhist temples , that worship dakiniten . the god inari and foxes ukanomitama no mikoto is also called ' miketsu no kami . ' people interpreted " miketsu no kami " as ' three fox gods ' as " mi " means ' three , ' " ketsu " used to mean ' fox , ' and " no kami " means ' gods , ' causing the fox to be thought as an envoy or a relative of a deity . a folk belief that the fox is an envoy of the god inari occurred during the middle ages . later , this gave rise to a misunderstanding that the fox was the god inari himself . this misunderstanding occurred before or after the edo period under the influence of folk beliefs or hayari-gami ( beliefs that had temporarily prevailed , seeking for worldly benefits ) . kinko ( golden foxes ) and ginko ( silver foxes ) , which are a type of yoko ( foxes which have mysterious power to bewitch humans ) , are believed to be akin to dakiniten , while foxes enshrined in inari-jinja shrine are mostly white . in front of an inari-jinja shrine , the statue of foxes , instead of komainu ( guardian lion-dogs at a shinto shrine ) , are usually placed , that have jewels in their mouths . unlike other shinto shrines , at inari-jinja shrines , sake , red rice ( sticky rice cocked with red beans for auspicious occasions ) , and fried tofu are offered ; fried tofu are believed to be foxes ' favorite , causing dishes cooked with the fried tofu to be called " inari . " belief at inari-jinja shrines , a hatsu-uma-sai festival is held on the first day of uma ( the horse , the seventh sign of chinese zodiac ) of february . this is because the god enshrined in the fushimi inari-jinja shrine is believed to have descended on the first day of uma of 711 . in tokyo , to cerebrate the festival , jiguchi-andon ( paper-enclosed lanterns ) with a jiguchi ( pun ) and a matching picture drawn on them , are hung along streets . the god inari can be generally divided into two groups ; one is the god that is worshipped by shrines and temples including the fushimi inari-taisha shrine , toyokawa inari temple , shinomura-hachimangu shrine , and the yutoku inari-jinja shrine . the other is a god enshrined as the fox god , a god derived from a belief among common people . the three major inari in japan some inari-jinja shrines or buddhist temples that worship the god inari use the phase that ' we are one of the three major inari in japan ' for promotional purposes . however , what they say is different from shrine to shrine or temple to temple . according to historical writings like " dainihon-shi " ( history of great japan ) and inarishinko-jiten ( encyclopedia of inari belief ) , yutoku inari-jinja shrine and toyokawa inari temple are included in the three major inari , besides fushimi inari-taisha shrine , the headquarters . other literature lists kasama inari-jinja shrine , takekoma-jinja shrine , and saijo inari temple as candidates . however , fushimi inari-taisha shrine , the headquarters , say that the three major inari are different from area to area ; it has no intention to limit them to those they designate . it is true that local shrines are well revered , worshipped , and better-known by local people than fushimi-inari-taisha shrines , from which the god inari has been moved ; this should be regarded as evidence that inari belief has taken deep root and become the people 's pride . additionally , toyokawa inari is a temple named myogon-ji temple , which worships buddhist dakiniten , who is totally different from ukanomitama no mikoto enshrined in fushimi . the following is a partial list of shrines and temples that have been designated " the three major inari in japan " and two other shrines mentioned by the shrine or temple ; ' unknown ' indicates that the shrine or temple has not recommended the other two . yutoku inari-jinja shrine ( kashima city , saga prefecture ) : fushimi and mogami toyokawa inari temple ( toyokawa city , aichi prefecture ) : fushimi and yutoku kasama inari-jinja shrine ( kasama city , ibaraki prefecture ) : fushimi and yutoku saijo inari , myogyo-ji temple , the headquarters of saijo inari-kyo ( okayama city , okayama prefecture ) : fushimi and toyokawa takekoma-jinja shrine ( iwanuma city , miyagi prefecture ) : fushimi and kasama hanazura inari-jinja shrine ( saku city , nagano prefecture ) : fushimi and toyokawa chiyobo inari-jinja shrine ( kaizu city , gifu prefecture ) : fushimi and toyokawa hyotanyama inari-jinja shrine ( higashiosaka city , osaka prefecture ) : fushimi and toyokawa kusado inari-jinja shrine ( fukuyama city , hiroshima prefecture ) : fushimi and toyokawa taikodani inari-jinja shrine ( tsuwano city , shimane prefecture ) : this shrine claims to be one of the five major inari shrines ( or temples ) . the other four include fushimi , kasama , yutoku , and takekoma . takahashi inari-jinja shrine ( kumamoto city , kumamoto prefecture ) : unknown the following inari shrines are also well-known : shiwa inari-jinja shrine ( shiwa city , iwate prefecture ) fukushima inari-jinja shrine ( fukushima city , fukushima prefecture ) yakyu inari-jinja shrine ( higashimatsuyama city , saitama prefecture ) tamatsukuri inari-jinja shrine ( chuo ward , osaka city ) there are this many combinations of " the three major inari , " and a more detailed list would include " the three major inari in kanto " and " the three major inari in kyushu ; " it seems that there is no end to it . among beppyo-jinja shrines ( shrines that are under the grand shrine at ise , as listed in an appendix ) , those given ranking now are limited to the following shrines and they may have had extraordinary power : shiwa inari-jinja shrine , takekoma-jinja shrine , kasama inari-jinja shrine , yakyu inari-jinja shrine , taikodani inari-jinja shrine , yutoku inari-jinja shrine , and takahashi inari-jinja shrine , ( additionally , it was only the fushimi inari-taisha shrine that had received a shrine ranking under the ex-ranking system while the rest were treated as prefectural shrines or village shrines ) . for your information , fushimi inari is not included in the appendix as it is not under grand shrine at ise . +" toshigami " ( 年神 , also written as 歳神 ) is a shinto god ( shinto ) . he ( or she ) is a raiho-shin ( visiting god ) visiting homes every new year 's day . different regions call him ( or her ) otondo-san , shogatsu-sama , eho-gami , otoshi no kami , toshidon , toshi jisan , wakadoshi-san , etc . toshi ' refers to the harvest of rice , and he ( or she ) is a grain god . at the root is the death and rebirth of grain . in ancient japan , with the development of agriculture , prayers at the beginning of the year for an abundant crop began , and developed to honor toshigami , which became the main event for new year 's . the new year 's decorations used today , were originally for welcoming toshigami . kadomatsu ( new year pine tree branch decoration ) is an object to which the toshigami is drawn , and the mirror-shaped rice cake was an offering to toshigami . families built shelves called toshigamidana or ehodana , and placed the offering for toshigami there . meanwhile , in some regions , toshigami is honored as sorei , or ancestral spirits protecting the household . it is because the god protecting agriculture and the sorei protecting the family were equated , and the deity of rice fields and harvests and the sorei were also believed to descend from the mountains ( refer to mountain god ) . kunio yanagita considered the three gods , god protecting the year , deity of rice fields and harvests protecting agriculture , and sorei protecting the household , to be worshipped as one simple folk god , as toshigami . around the middle ages , ' toshigami ( 年神 or 歳神 ) ' began being referred to as ' toshitoku-jin ( 年徳神 or 歳徳神 ) . ' toku ( 徳 : virtue ) leads to toku ( 得 : profit ) and was considered good luck . it was also adopted in direction , and the direction of toshitoku-jin was called ' eho ' ( favorable direction ) and was considered a direction that brings good luck . in the almanac , toshitoku-jin is depicted as a female god , but the mythical otoshi no kami is a male god , and some say he appears as an old man . originally a god of folk belief , there was variation in people 's perception of his ( or her ) figure . otoshi no kami and mitoshi no kami in japanese mythology , he ( or she ) is believed to be otoshi no kami , who was born between susanoo and kamu-oichi-hime ( daughter of oyamatsumi ) . these gods had another child , ukano-mitama , who is also a grain god . additionally , otoshi no kami and kayo-hime had a child , mitoshi no kami ( or otoshi no kami ) , and a grandchild , wakatoshi no kami , who were gods of similar divinity . otoshi no kami is believed to be the father of many other gods . this shows what an important god he was . children between ino-hime ( daughter of kamu-ikusubi no kami ) ohokunimitama no kami - means divine spirit of the country kara no kami - god worshipped by clans from korea sohori no kami - believed to be the imperial capital of silla ( ancient korean kingdom ) ( seoul ) shirahi no kami hijiri no kami children between kayo-hime ohokaguyamatomi no kami mitoshi no kami children between amenochikaru mizuhime okitsuhiko no kami okitsu-hime - also known as ohohe-hime . goddess of the cooking stove . ohoyamakuhi no kami - also known as yamasue no ohonushi no kami . mountain god of mt . hiei , and the enshrined deity of hiyoshi-taisha shrine and matsuo-taisha shrine nihatsuhi no kami - means the sun shining on the garden . god of residence asuha no kami - god of residence hahiki no kami kaguyamatomi no kami hayamato no kami - god ruling the base of a mountain nihatakatsuhi no kami - means the sun shining on the garden . god of residence ohotsuchi no kami - also known as tsuchinomioya no kami god of the soil children between hayamato no kami and ogetsu hime no kami wakayamakui no kami - mountain god wakatoshi no kami wakasaname no kami - means young female rice planter mizumaki no kami - god of water and irrigation natsutakanohi no kami - also known as natsunome no kami . means the god of summer sun from up high . akibime no kami - goddess of autumn kukutoshi no kami - means the stalk of a rice-plant growing kukuki-wakamurotsunane no kami - also known as wakamurotsunane . means building a new room and tying with arrowroot rope . believed to be about constructing a building for niinamesai ( ceremonial offering by the emperor of newly-harvested rice to the deities ) . there is no description other than of the genealogy in the kiki ( kojiki and nihonshoki ) , but in the kogoshui ( gleaning of ancient words ) , there is a story about the rice seedling in otokonushi no kami 's rice field that is almost running dry due to a curse by mitoshi no kami , and how they grew when otokonushi no kami prayed to mitoshi no kami with offerings of a white horse and a white hog .. otoshi no kami is enshrined in otoshimioya-jinja shrine ( aoi ward , shizuoka city , shizuoka prefecture ) , hida ichinomiya minashi-jinja shrine ( takayama city , gifu prefecture ) , etc . he is also enshrined in small shrines on the ridge between rice fields as the otoshi-jinja shrine , otoshisama , particularly in western japan . katsuragi mitoshi-jinja shrine ( gose city , nara prefecture ) is considered the chief shrine . +" ema " is a wooden board with a picture of a horse , which is dedicated to a temple or a shrine when making a wish , or when showing gratitude for the granted wish . ema sold at temples and shrines for personal dedication are small with a picture of a horse , and have space in the margin or on the back to write the wish and a person 's name . those dedicated by a large group of people are large , and are prepared by the dedicator , sometimes with pictures drawn by artists . it normally has a pentagon shape ( shape of a house ) , which can be traced back to the fact that , in the past , they were made with a roof attached to a piece of the board . history according to the " shoku-nihongi " ( the second in a series of chronicles about japan ) from the nara period , a sacred horse for the god to ride was dedicated . however , horses were high-priced and could not be dedicated easily , and the temples and shrines receiving the horses had a hard time taking care of them . therefore , those who could not dedicate a horse began substituting with statues of horses made from wood , paper , or clay , and from the heian period , it was substituted with a picture of a horse drawn on a board . furthermore , in the muromachi period , pictures other than horses were drawn . for example , in inari-jinja shrine , where a fox is the messenger , some have pictures of foxes . there are ema with the character ' め ' ( eye ) and a mirror image of ' め ' for the prevention of eye disease , and ema with the character ' 心 ' ( heart ) with a lock for the prevention of extramarital affairs . practitioners of japanese mathematics dedicated ema called sangaku , with the solution of the problem they solved written , while in japanese martial arts such as kenjutsu ( fencing ) and jujutsu ( classical japanese martial art , usually referring to fighting without a weapon ) , ema with wooden swords such as halberd or sticks for bojutsu ( art of using a stick as a weapon ) attached to a list of pupils were dedicated . in the azuchi-momoyama period , ema by distinguished artists were lionized and emado ( shrine building where ema were hanged ) were built to exhibit them . in the edo period , praying for practical benefits such as the well-being of the family or prosperity of business became widespread among common people , and it is in the edo period that people began dedicating small ema as we do today . since the showa period , students preparing for examinations often dedicate ema to pass exams at the tenmangu shrine where sugawara no michizane is honored as tenjin ( heavenly gods ) , the god of learning . in recent years , many ema unrelated to horses , such as those of good-luck animals like albino japanese rat snakes and festival scenery are made and valued highly as good-luck charm of shrines and temples , and are lionized as charms when visiting the shrines and temples . additionally , fans watching the animation " kamichu ! " aired in 2005 and the animation " lucky ☆ star " aired in 2007 , are drawing the characters on ema and dedicating them when they visit shrines where animations took place ( the former at the misode-tenmangu shrine in onomichi city , hiroshima prefecture , and the latter at the washinomiya-jinja shrine in washimiya-cho , saitama prefecture ) . since around 2006 , from a private information protection law perspective , some ema come with stickers to place over the wish , address , and names written on the ema . +shinsatsu is a gofu ( talisman ) distributed by shrines . it is usually called ofuda . shinsatsu also includes a mamorifuda as known as omamori ( a personal amulet ) . shinmyo or the shrine name , amaterasu-kotaijingu shrine , or what represents a deity is written on or infused in a paper , a wooden plate , osuna ( sacred sand ) , goshinsui ( sacred water ) , or a metal piece . around the end of the year , shrines usually distribute shinsatsu such as jingu taima or shrine amulet , ujigami taima , kamado kojin fuda , otoshi no kamisama , sekifuda ( paper charm - for a door , pillar or ceiling ) so that each home places it on the household shinto altar . or each home sometimes puts it on a gate or pillar . people keep it for praying for safety of the family and state of perfect health over the year . a typical shinsatsu is jingu taima ( or simply called oonusa or taima in the shito religion ) , which ise-jingu shrine distributes directly or through jinja-honcho ( the association of shinto shrines ) . the back side of the kumano-goo distributed by kumano sanzan ( three major shrines , kumano hongu taisha shrine , kumano hayatama taisha shrine and kumano nachi taisha shrine ) was used for kishomon ( sworn oath ) from the heian period through the early-modern times . mamorifuda a mamorifuda is usually called ' omamori ' and distributed in a pouch of cotton . originally it was developed by onmyodo ( way of yin and yang ; an occult divination system based on the taoist theory of the five elements ) and temples and introduced into the shinto religion . thus mamorifuda , similar to those of the shinto religion , are also distributed in temples today . each household keeps ofuda as an omamori , whereas individuals keep or wear a mamorifuda for praying for divine favor . +" sangaku-shinko faith " is a faith worshipping mountains as being sacred . it is a kind of nature worship , and is believed to be a form of religion developing from the feeling of awe towards mountainous areas and its accompanying natural environment and the feeling of being overwhelmed , fear , and respect with the magnificence and harshness of the natural environment that hunters had in their deep relationship with mountains .. they believed that mountainous areas had spiritual powers , and utilized the overwhelming awe of the mountains to bring discipline to their lives . forms these faiths are strong in the cultures of inland mountainous regions and a mountains with a terrain almost inaccessible for humans is indispensable for it to emerge . in areas where such religion forms , life 's necessities , including food , clothing , and shelter , are entirely dependent upon the rivers that flow from the mountain and through the forest area at the skirt of the mountain , and they feel blessed by the mountain being constantly in sight . meanwhile , people with this faith are living in an environment where due to the harsh landscape , slight carelessness can lead to death , and therefore , consider dangerous actions as acts ' offending the mountain ' and are religious taboos , and they hand down their knowledge for achieving one 's own safety . today , with the development of various protective gear for cold weather and climbing , people can survive if they enter areas previously considered unbeatable , but they may deeply offend the feelings of local residents who value the sangaku-shinko faith . if a climber commits an act considered to offend the mountain , it is believed that the local residents who allowed the climber to enter the mountain unnoticed will be punished by a kind of witchcraft according to folklore , and there are reported cases of large scale festivals held to soothe the mountain . on the other hand , in regions where the sangaku-shinko faith exists , people placing too much confidence in modern gear , facing serious danger as a result of reckless acts , or conversely attacking nature due to excessive self-defense , by for instance , bringing in a large amount of goods and leaving the garbage behind , seen here and there , draws a fresh look at the spirituality of the sangaku-shinko faith , which was cultivated for the purpose of coexisting with nature . in japan , mountains were valued due to economic reasons such as a source of water , hunting grounds , mines , forest , and for geological reasons such as their majestic appearance and volcanoes , and religious services were performed based upon belief since ancient times that mountains are places where divine spirits reside or descend to . additionally , there is a concept called ' sanjo takai ' ( in addition to this , there are kaijo takai , chichu takai , etc ) , which means that the spirits of the dead ( ancestral spirit ) return to the mountain . these traditions led to shinto , and gave rise to a trend of faith towards mountains , as in the suwa taisha shrine in nagano prefecture and mt . miwa in nara prefecture . in rural areas , because mountains are a source of water , there are beliefs that god of the mountain descends to the village and becomes the god of the rice fields in spring , and returns to the mountain in fall after the harvest . although not written by a japanese , the words ' over the mountains , too far to travel , people say , happiness dwells ' in the poem by carl busse describing the view of japanese sangaku-shinko faith . in buddhism , it was believed that there is a high mountain called mt . sumeru at the center of the world , and awe for mountains deepened further as kukai founded a temple on mt . koya and saicho on mt . hiei . this is why buddhist temples are called ' oo mountain △ △ temple ' even if they are on flatlands . sacred mountains are also objects of faith in tibetan buddhism , but faith is often for the mountain itself , and it is often a taboo to climb such mountains . meanwhile in japan , it should be noted that emphasis is placed on reaching the summit . japanese people definitely have faith for the mountain itself , but tend to greatly appreciate the rising sun viewed from there early in the morning , which may be due to the fact that their object of faith is what lies ahead of ( beyond ) the summit ( the other world ) . in japan , taiyo-shinko faith ( sun worshipping ) and sangaku-shinko faith as forms of animism are interconnected . later , mountaineering ascetics and mountain priests who were of the school of esoteric buddhism and taoism , detached themselves from this world , and went deep into the mountains and practiced asceticism to achieve enlightenment . this later led to the birth of shugendo ( japanese mountain asceticism-shamanism incorporating shinto and buddhist concepts ) and witchcraft religion . since sangaku-shinko faith originally developed from a form of animism faith worshipping nature , it took the form of syncretism of shinto and buddhism until the end of edo period , but since this syncretism was banned under the order for the separation of buddhism and shintoism in the meiji period , temples and shrines , including dewa-sanzan mountain , where shugendo of the shingon esoteric buddhism was strong , were separated , many of the main faith continued in shrines . while mountains were the object of faith as the divine world , it was also a place where memorial services for the spirit of ancestors , such as spiritualism by itako ( shrine maiden performing spiritualism ) evolved , as the next world where spirits of the dead gather . additionally , it is a custom among the people to climb mountains as a sign of faith , and even today , many people climb mountains including those considered sacred grounds . regions where the sangaku-shinko faith exist tibet nepal ladakh ( india ) habitats of the followers in general of religions descending from abraham ( mt . sinai in the old testament , decalogue ) korea , democratic people 's republic of korea , yanbian korean autonomous prefecture in china ( china . other areas in the country where manchu people live ) peru +ubusunagami is the deity that controls or protects one 's birthplace . it is simply called " ubusuna . " the faith is closely related with local patriotism of japanese . it seems that ubusunagami originally had a character different from the ujigami ( a guardian god or spirit of a particular place in the shinto religion ) or the village shrine god , but it has often been similarly recognized since early-modern times . the relationship between the ujigami and ujiko ( shrine parishioner ) is based on a kin group , whereas the relationship with the ubusunagami is based on the sense of faith in a territorial connection group . therefore a stronger faith in ubusunagami can be seen in cities . in kyoto , for example , as ties amongst a kin group were loosening and replaced by a sense of growing territorial connection , the idea of an ubuko area as the basis of ubusunagami spread centering on fushimi inari-taisha shrine , kamigoryo-jinja shrine , kamo-jinja shrine , kitano-tenmangu shrine . the word " ubusuna-mode " ( visiting one 's own birth god ) became widely used and the custom of ubusuna-mode became popular on such occasions as the coming-of-age ceremony and shichi-go-san ( a day of prayer for the healthy growth of young children ) . ubusunagami has a relationship with ubugami , the god for a smooth delivery . the trend all over japan today is that the old faith in ujigami has decreased , being absorbed in the newly developed ubusunagami . hie-jinja shrine was regarded as a shine secreted to the ubusunagami of the tokugawa clan and its rites and festivals were on a grander scale than ever in edo . +" onisaburo deguchi , " 1871 ? - january 19 , 1948 , was the practical founder of a new religion ' omoto , ' who laid out its teachings . he is called seishi ( 聖師 ) in omoto . some newspapers and magazines of those days ridiculed him by calling him ' wanisaburo , ' spreading the mockery of his name , which is in fact ' onisaburo . ' commonly thought to be born on july 12 , 1871 in present day anao , kameoka city , kyoto prefecture , as kisaburo ueda , the first son of the ueda family of farmers , but some say he was in fact born the previous year , in 1870 . his grandmother , uno ueda , was the sister of kodo nakamura , who was known for " nihonkotodama-gaku " ( the spiritual word studies of japan ) , and was knowledgeable in patrimony , the study of the power of language , superstition , etc . kisaburo had such a weak constitution as a child that he could not attend school , and he was brought up by his grandmother who taught him various things at home . because of his intelligience , he was called a ' yatsumimi ' ( person with superior instincts and comprehension ) and a wonder child . in 1883 , when times were chaotic , he held a position as a substitute teacher in the village elementary school at age of 13 , but resigned and returned to farming after about two years when a formal elementary school teacher was assigned . from around 1893 ( at age 23 ) , he worked on a ranch in sonobe , serving his apprenticeship by stock farming , and in 1896 ( at age 26 ) , he began his own business as anao seinyu kan . he began selling expressed cow 's milk . over time , he became interested in religion and psychic ability , and on march 1 , 1898 , went to the sacred mountain , takakuma-yama , near kameoka city with an oracle named fuyo matsuoka ( also known as ' tengu ' ) for week-long spiritual training . ( see " reikai monogatari " volume 1 , volume 37 , " honkyososei-ki " ) . in october of that year , he made one visit to nao deguchi , the founder of omoto , in ayabe city , kyoto prefecture . in july of the following year , led by a revelation of nao , he visited ayabe again , reformed the religious organization , and later formed ' omoto , ' the enormous religious organization of prewar times . in 1900 , he married sumi deguchi , the youngest daughter of nao , and became a son-in-law , and changed his name to onisaburo deguchi . in 1906 ( at age 36 ) , he was admitted to ' kotenkokyu sho ' ( currently known as kokugakuin university ) education unit , regular course , second year . he graduated the following year , and held a position for a short time at the kenkun-jinja shrine . later , he purchased kameyama-jo castle ( tanba province ) to use as a base , and along with ayabe , of the religious organization , spread his teachings by buying the taisho nichinichi shinbun to take part in speeches , but in 1921 , he was arrested in the first omoto jiken ( incident ) . he began dictating and publishing the " reikai monogatari " that year . in the " reikai monogatari , " the teachings of the chief god , the god of creation among the divine world , the realm of the dead , and this world , are explained with various parables , and the religious organization sees it as bringing the good news of salvation for mankind . in 1923 , he attempted to adopt the global language , esperanto , in the religious organization 's activities . in february 1924 , during his release from prison under sekifu ( release from detention entrusting the accused to family members , etc . ) after being imprisoned by the first omoto crackdown , he escaped from the empire of japan to mongolia to engage in activities with the head of mounted bandits called rosenkai and came very close to death in june of that year in paintara due to a concoction by zuolin zhang ( religious persecution in paintara ) , but the six japanese including morihei ueshiba , who engaged in activities with onisaburo , found refuge and returned to the country the following month . he later broadened his activities including the formation of a new religious organization called ' showa shinseikai , ' but was imprisoned again in 1935 in the second omoto jiken . he was released on bail in 1942 , and in february 1946 , newly established the religious organization 's activities as ' aizen-en . ' after the war , he was immersed in art , such as making pottery and drawing pictures , in ayabe . he died on january 19 , 1948 . he was 78 years old . he was laid to rest in tennodaira , ayabe . what occurs in the ' spiritual world ' also occurs in reality . said to have predicted the ' great kanto earthquake , ' the ' greater east asian war ' and its defeat , etc . in 1942 when he was released on parole , he cried out loud , ' the day i am released is the day japan 's defeat begins . ' in 1944 , he is said to have warned , ' hiroshima will face disaster in the end . residents of hiroshima should evacuate . ' his main works include " reikai monogatari " ( 81 volumes , 83 copies ) , " michi no shiori , " " tamashii no ishizue , " " honkyososei-ki , " " onizaburo deguchi zenshu , " " michi no omoto , " and poetry books such as " kameyama , " " suisei , " " kozan no yume , " " higashi no hikari , " " kiri no umi , " and " aizen no michi . " additionally , there are journal-style books such as " tohoku nikki , " " futana nikki , " " jinshin nikki , " and " nichigetsu nikki . " prep school instructor hiroshi deguchi and chairperson of ' mekiki no kai ' hikaru deguchi are his great-grandchildren . among the secret stories told in later years about his birth is a theory that he is the secret son whom imperial prince arisugawanomiya taruhito had with a woman other than his wedded wife , and some say that behind the crackdown of omoto was the intent to seal this theory which could potentially become a threat to the imperial succession issue of emperor taisho . in an interview with soichi oya when he was sixty , he said he wrote two to three hundred tanka ( a thirty one-syllable japanese poem ) each day and had written five to six hundred thousand tanka by then . +" magatsuhi no kami ( or magatsui no kami ) " is a shinto god . maga means disaster , tsu means ' of , ' and hi means divine spirit , thus magatsuhi means god of disaster . magatsuhi no kami was born during kamiumi ( the creation of gods ) when izanagi returned from hell and exorcised the impurity of hell in a purification ceremony , and while he ( or she ) is described as the two gods , yasomagatsuhi no kami and omagatsuhi no kami in the kojiki ( records of ancient matters ) , a document in the sixth part of column five in the nihon shoki ( chronicles of japan ) describes him ( or her ) as yasomagatsuhi no kami . these gods were born from the impurity of hell , and are gods governing disasters . according to mythology , after magatsuhi no kami was born , the two gods of naobi no kami and izunome were born to fix the disaster . in a document in the tenth part of the same column in the nihon shoki , izanagi spurt out oayatsuhi no kami . there is no description about this being born from impurity , but oaya has the same meaning as a major disaster ( omaga ) , and is considered to be of similar divinity as omagatsuhi no kami . later , it was believed that by worshipping this god , disaster can be avoided , and this god was honored as the guardian deity for warding off evil . in this case , naobi no kami is often enshrined together with magatsuhi no kami . oyabiko no kami , the child of izanagi and izanami , and whose ' oya ' is believed to have come from ' oaya , ' but with the ' a ' dropped , is considered to be of similar divinity as oayatsuhi no kami ( omagatsuhi no kami ) . isotakeru no kami , who is the child of susanoo , and to whom onamuji escaped in the myth of okuninushi , was originally believed to be a different god , but in some cases believed to be the same god . additionally , atsutane hirata considers omagatsuhi no kami , yasomagatsuhi no kami , and oyabiko no kami as the same god as seoritsuhime no kami , one of the haraedo no kami gods ( the gods at the purification place ) . theological position in fukko ( restoration , reform ) shinto norinaga motoori believed magatsuhi no kami is an evil god . according to norinaga , magatsuhi no kami is the cause of absurdity in life . in this world , people 's weals and woes do not necessarily occur reasonably . he claimed that it is the works of magatsuhi no kami that causes people living in good faith to not necessarily be blessed with happiness . he says , ' magatsuhi no kami has a harsh spirit , and it is very sad , but there is nothing to be done . ' ( " naobinomitama " ) . on the other hand , atsutane hirata considered magatsuhi no kami to be a god of goodness . according to atsutane , magatsuhi no kami is the aramitama ( ferocious , rough , and violent side of the spirit ) of susanoo no mikoto . he claimed that all humans have in their hearts , a portion of the divine spirit of magatsuhi no kami and a portion of the divine spirit of naobi no kami ( who atsutane considers is the nikitama - peaceful side of the spirit - of amaterasu omikami ) . when people face evil and impurity , and respond with anger , hatred , and harshness , it is the act of the portion of the divine spirit of magatsuhi no kami in their hearts . thus , he ( or she ) is a god governing the function which judges evil as evil in people 's hearts . he also explained that such anger was calmed over time by the portion of the divine spirit of naobi no kami . +negi is the official title for shinto priesthood . today negi is a title for assistants to guji ( chief of those who serve at a shrine , controls festivals and general affairs ) and their official rank is lower than guji and higher than gonnegi ( general staff of a shrine ) . nagi originates from the word ' negu ' meaning ' calming . ' this means praying for the protection from gods by calming their minds . in ancient times , it referred to persons who pray for protection of gods or conduct exclusively religious services . in the old system , it was a title lower than shinto priest and higher than hafuri , or the general term for shinto priesthood . negi was the top priest at the kamo-jinja shrine , matsunoo-taisha shrine , hiyoshi-taisha shrine , and hirano-jinja shrine , and was second to onegi at katori-jingu shrine and kashima-jingu shrine . in and after the meiji period , only ise-jingu shrine and shrines of a higher shrine ranking had the post of negi .. after world war ii , the current system was established where all shrines have the post of negi . +" yoshida shinto " is a school of shinto perfected during the muromachi period by kanetomo yoshida , a shinto priest from the kyoto shida-jinja shrine . also referred to as yuiitsu shinto ( one-and-only shinto ) , sogen shinto . according to " yuiitsu shinto myobo yoshu , " shinto is categorized into three types - honjaku engi shinto or sharei engi shinto , ryobu shugo shinto , and gempon sogen shinto , and the third gempon sogen shinto is considered the orthodox shinto , passed on by amenokoyane no mikoto , the sosen shin ( ancestral god ) of the yoshida family . according to the book , in gempon sogen shinto , ' " gen " illustrates the gen gen of unforeseen ying and yang . " hon " illustrates the honbon of ichinen misho ( thoughts yet to be met ) . ( an omission ) " so " defines god as the origin in ikki mibun . " gen " defines god as a form of wako dojin ( mingling with the world by hiding one 's true talent or knowledge ) . ' therefore , ' this is the one and only true shinto since the beginning of the nation . ' it is characterized by being composed of two religions , kenro kyo and inyu kyo , and while " the kojiki ( records of ancient matters ) , " " the nihon shoki ( chronicles of japan ) , " and the " the sendai kujiki " ( sanbu honsho ( three books on ancient japan ) ) describe the lessons of kenro kyo , and inyu kyo are said to be based upon " tengenshimpen shimmyokyo , " " chiggenshintsu shimmyokyo , " and " jingenshinryoku shimmyokyo " ( sanbu shinkyo ) , it is not likely to be uniquely kanetomo 's , and includes principles and rituals from esoteric buddhism , taoism , onmyodo ( way of yin and yang ; an occult divination system based upon the taoist theory of the five elements ) , etc . with jingihaku , kanetomo countered the shirakawa family by ingratiating the imperial court and shogunate to use the title , jingikanryochojo , in order to create deities for local shrines with ' sogen senji ' ( decrees of foundations and origins ) , and received authority to create ranks for shinto priests , and subsequently gained a powerful influence in the world of shinto . although it eventually declined , it ruled the shrines and shinto priests nationwide during the edo period as shinto honjo . +" tenjin-shinko faith " is a belief in tenjin ( heavenly gods ) ( raijin ( god of lightning ) ) , specifically , a shinto faith with awe and prayers centered around sugawara no michizane as ' tenjin-sama . ' originally , tenjin referred to amatsukami ( heavenly gods ) as opposed to kunitsukami ( gods of the land ) , and was not used to indicate a specific god , but after michizane 's death , it was called karai tenjin ( god of fire and thunder ) and was connected to the raijin-shinko faith , which led to faith in michizane 's divine spirit and being referred to as the tenjin-shinko faith . summary michizane , who was ousted from the daijin position in a conspiracy by fujiwara no tokihira , and degraded to dazaifu ( governmental office in chikuzen province ) , died in despair . following his death , an epidemic spread , drought continued , and the imperial princes of emperor daigo died of diseases one after another . additionally , the seiryo-den imperial palace was struck by lightning , resulting in many casualties . the imperial court fearing that this was a curse from michizane , pardoned michizane 's sin and conferred on him a posthumous rank . michizane 's revengeful ghost was connected to raijin due to the lightning incident at the seiryo-den imperial palace . originally , a jinushigami called karai tenjin was enshrined in the kitano district of kyoto , and the imperial court decided to build the kitano-tenmangu shrine to appease the curse of michizane ( see goryo-shinko faith ) . additionally , the dazaifu-tenmangu shrine was built in dazaifu , where michizane died . in 949 , in response to a story about seven pine trees growing overnight in front of the taishogun sha , which was the northwestern point for peace and control of naniwa-kyo , the osaka-tenmangu shrine ( tenman tenjin ) was built under imperial command . in 987 , the shingo ' kitano-tenmangu daijin , ' was given ( literally , " shrine name " ) , which is the title given to a shinto shrine . in addition , the shrine was also referred to as tenmandaijizai tenjin , nihondaijoitokuten , etc. and was feared as the shrine of a horrifying revengeful ghost . by the end of the heian period to the beginning of the kamakura period , it became less feared as a revengeful ghost . according to " the tenjin engi " written at that time , tenjin-sama was worshipped as the god of mercy or god of honesty . during the edo period , tenjin was worshipped as the god of learning , due to the fact that michizane was a great scholar and poet in real life . originally , karai tenjin was considered a god of lightning coming from the sky , and since lightning occurs with rain and rain is essential for growth of crops , it is also the god of agriculture . traditionally , tenjins were enshrined in various locations as were karai tenjin , but since karai tenjin was equated with michizane , the tenjins enshrined in various locations were also considered to be michizane . additionally , kanjo ( ceremonial transfer of a divided tutelary deity to a new location ) from kitano-tenmangu shrine and dazaifu-tenmangu shrine was frequently performed . there are roughly ten thousand shrines ( according to shoji okada , 3953 shrines ) enshrining tenjin ( michizane ) , mostly in kyushu and western japan , under the names tenmangu shrine , tenman-jinja shrine , kitano-jinja shrine , sugawara-jinja shrine , ten-jinja shrine , etc . , and it ranks third in the number of branch shrines . the kitano-tenmangu shrine and the dazaifu-tenmangu shrine were established separately , and neither received kanjo from the other . therefore , at the kitano-tenmangu shrine and the dazaifu-tenmangu shrine , the terms ' sohonsha ' and ' sohongu ' are not used , but instead are described as ' the birthplace of tenjin-shinko faith . ' examples of tenjin-shinko faith hokuriku ( region west of tokyo on japan sea side of japan ) in fukui prefecture and toyama prefecture , when the eldest son is born , a tenjin zo ( wood carving or hanging scroll ) is displayed in the alcove every new year holiday , and in fukui , there is the custom of offering flatfish on january 25 . the hanging scroll , etc. are given from the mother 's side of the family . according to one theory , around the closing days of the tokugawa shogunate , shungaku matsudaira , the feudal lord of fukui domain , who was devoted to education , suggested to his people to put up a tenjin-ga ( painting of tenjin ) , and this was proliferated by the drug sellers of toyama . additionally , in the other areas governed by the maeda domain , such as ishikawa prefecture , and neighboring areas , similar customs were practiced . in kanazawa city , there was a custom of putting up wood carvings of tenjin and multiple servants until around 1960 . the maeda family claims to have descended from the sugawara clan , and this is why the family crest is the plum blossom , which is the same as the shrine crest of tenjin . the family crest of maeda family is called ' kenumebachi . ' northern hiroshima prefecture dolls , such as tenjin zo are given for baby 's first sekku ( the boys ' festival ) . see miyoshi ningyo . +" shinkai " are ranks granted to shinto gods in japan . also referred to as shini ( deity ) . shinkai are ranks granted to subjects that are also given to gods . more precisely , ranks are granted to both humans and gods without distinction , and the ones granted to gods are called shinkai . thus , its ranking structure is the same for subjects , and are composed of three types - ikai ( court rank ) , kuni ( or kunto ) ( order of merit ) , and honi ( history of japan ) . there are 30 levels in ikai for humans , ranging from shoshoige to shoichii ( senior first rank ) , but there are only 15 levels in ikai for gods , ranging from shorokui ( senior sixth rank ) to shoichii . the first record of ikai granted to gods is described in the nihon-shoki ( the oldest chronicles of japan ) as ranks granted to takechinomiaganimasukamo no kotoshironushinokami , musanimasu no kami , and murayanimasumifutsuhime no kami of yamato province , who displayed miraculous efficacy during the jinshin war in july 673 under emperor tenmu . in 851 , shinkai of shorokui or higher was granted to the enshrined deities in shrines nationwide . kuni comes in 12 ranks for both humans and gods . for humans , it was granted to those displaying deeds under arms , but was granted to others as well since the mid-7th century . the same applies to gods . the first mention of kuni being granted to gods is the kun hachito granted to tsukubusuma no kami in omi province , who displayed miraculous efficacy during the revolt of emi no oshikatsu in 765 . there has been no kuni granted to gods from the 11th century onward . honi for humans are granted to the imperial family . there are not many cases of honi being granted to gods . exceptions are , in december 749 , ippon was granted to usa hachiman no daijin in buzen province , and nihon to its hime no kami . ikai for humans brought privileges such as rights to different offices and provisioning of iden ( fields given based upon ikai ) , but ikai for gods was granted merely as an honor , and more value was placed on shrine ranking than on shinkai . granting of shinkai was deliberated in meetings by the court nobles upon application from the department of worship and provinces , and decided after reporting to the emperor . however , in the heian period , the department of worship and provincial governors frequently granted shinkai to their own . since medieval times , the yoshida family also issued shinkai , and these were called sogen senji . sogen senji were originally issued under imperial sanction by the emperor , but later , the yoshida family began issuing them on their own . originally , shinkai were granted to shrines . this is because in ancient times , enshrined deities were unique to shrines . when the enshrined deity was moved to another shrine , as a general rule , the shinkai was not inherited , and imperial sanction was necessary to inherit the shinkai . however , with the fall of the ritsuryo system , the shinkai was inherited by the shrine to which the enshrined deity was moved . for example , the shinkai of the fushimi inari taisha shrine is ' shoichii , ' and hence , the inari-jinja shrines nationwide which were transferred from there , also identify themselves as ' shoichii . ' the shinkai system was abolished during the meiji period , but shinkai are seen in the names of some shrines today . +aazusayumi is a bow made of japanese cherry birch used for shinto rituals . any bow can be called an azusayumi , regardless of the material it is made from . or it is a makura word ( poetic epithet convention ) in the old days it was used as a bow ( meigen - resounding bowstrings ) that makes a sound for the amulet used in shinto rituals and childbirth . the bow was presented to shrines in kyoto from kai and shinano provinces , and some examples are still in existence today ( three bows in shoso-in chuso storage ) . azusayumi does not have a fixed shape and how it is shaped depends on where it is used ; the bow used in hosha-sai festival ( an archery ceremony that drives evil away ) of fushimi inari-taisha shrine is simply a branch of cherry birch with a bowstring ; the bow used in the transfer of a deity to a new shrine building once in a prescribed number of years was made by kyo-yumi bow maker kanjuro shibata using a technique handed down from previous generations . this word preceded spring ( a homonym of setting up the string ) and pulls in manyoshu ( collection of ten thousand leaves ) . +in a shrine where parent-child gods ( shito religion ) are enshrined , the child god is called mikogami or byoei-shin ( descendant deity ) . the word ' mikogami ' is used when both parent and child gods are chief gods and when the parent as the chief god and its child are enshrined together . in particular when mother-child gods are enshrined , it has something to do with the boshi-jin shinko , belief in mother-child gods . for example , yasaka-jinja shrine is dedicated to susanoo ( deity in japanese mythology ) in the center as the chief god , kushinadahime as god empress , kisakigami on its east side and ' yahashira-mikogami ' on its west side . kasuga-taisha shrine has its ' wakamiya-sha shrine ' sessha ( auxiliary shrine - dedicated to a deity close-related to that of a main shrine ) , which is dedicated to amenooshikumone no mikoto , the mikogami of its chief god , amenokoyane no mikoto . this ' wakamiya , ' which is often a shrine dedicated to the mikogami of its chief god , means that not the dedicated god , but the shrine itself is young . shrines developed later are also called ' wakamiya . ' in this case , some shrines are dedicated to the parent god as the chief god , or sosen shin ( ancestral god ) , whereas others call otabisho ( place where the sacred palanquin is lodged during a festival ) or branch shrines wakamiya . therefore all wakamiya are not dedicated to mikogami . +" hasshin-den " is the temple where the eight gods protecting the emperor are enshrined , built under the ritsuryo system in japan , in the sai-in ( western quarter ) of the department of worship . the following gods ( shinto ) are enshrined in the hasshin-den . the notations are different in " engishiki " ( list of official shrines ) and " kogoshui , " but they refer to the same gods . by protecting the emperor , the nation is also protected . therefore , in some instances , these eight gods were enshrined among people as well . at the ceremony for the repose of the soul , nine gods , these eight gods plus the onaobinokami , are honored . according to some old diagrams at the hasshin-den , the main buildings enshrining each god were independent of one another , and the eight main buildings facing east extended north to south to the northwest of the sai-in in the department of worship . there was a vermilion fence surrounding the shrine , 30.3 m from north to south and 9.09 m from east to west , and there were no objects in which the deity resided inside the buildings , but sakaki ( species of evergreen sacred to shinto ) was placed inside . torii ( shinto shrine gate ) were erected in front of three locations , from the north , the first shrine , the fifth shrine , and the eighth shrine . hasshin-den is described in the engishiki jinmyocho as ' mikannagisai kamihachiza ' and is considered a renowned shrine . after it was burnt down during the onin rebellion , it was not rebuilt , but in the edo period , the yoshida family built a hasshin-den on the grounds of the yoshida-jinja shrine and the shirakawa family built one on their property as an alternative to the hasshin-den at the imperial court . with the meiji restoration , the department of divinities was restored , and in 1869 , a temple for department of divinities was built and a senza-sai festival ( festival for transfer of a shinto shrine ) was held . on this occasion , not only the eight gods of hasshin-den , but also the gods of heaven and earth and the souls of successive emperors were honored . prior to this , the souls of successive emperors were honored at the kurodo ( structure used for private religious observances at the imperial palace ) in a buddhist ritual , but kurodo was abolished thereafter . in september 1872 , a decision was made to have only the department of divinities perform religious missions , and the hasshin-den was transferred from the department of divinities to the imperial court , while the souls of successive emperors were transferred to the shrine of imperial ancestors in the imperial court . in october of the same year , the eight gods of hasshin-den were enshrined together with the gods of heaven and earth , and the name ' hasshin-den ' was abolished and renamed ' shinden . ' shinden is one of the palace sanctuaries inside the imperial palace . additionally , among the eight gods , for omiyanomenokami , a shoshi ( small shrine ) honoring omiyanomenokami was built on the historic land of the sai-in at the department of worship . +" gion-shinko faith " is a belief in gozu tenno ( deity said to be the indian god gavagriva ) , susanoo , and is a syncretism of shinto and buddhism . after the separation of buddhism and shintoism , it became a shinto faith honoring susanoo as an enshrined deity . the yasaka-jinja shrine in kyoto is the sohonsha ( chief shrine ) . gozu tenno was originally a buddhist god , and the guardian deity of gion shoja temple . it was influenced by taoism in china before arriving in japan , and it synchronized with the shinto god ( shinto ) , susanoo , in japan . this is because gozu tenno and susanoo were both considered gyoyaku jin ( gods that spread epidemics ) . yakushi nyorai ( bhaisaya , buddha able to cure all sickness ) was the honjibutsu ( original buddhist divinity ) . the original form of the gion-shinko faith was for the prevention of epidemics by solacing and calming the gyoyaku jin , based upon goryo-shinko faith , which developed during the heian period . its religious festival was called ' gion goryo-e , ' and began being celebrated by the citizens of kyoto at the gion-sha shrine ( currently yasaka-jinja shrine ) in the latter half of the tenth century . gion goryo-e became established as an annual celebration in june at the gion-sha shrine , and in 975 , became a festival where hohei ( offering a wand with hemp and paper streamers to a shinto god ) is performed by the imperial court . this festival later became the gion-matsuri festival . festival cars and floats mounted with decorative halberd entertain the gyoyaku jin , and are also meant to disperse the bad luck of gyoyaku jin . by medieval times , the gion-shinko faith spread nationwide , gion-sha shrines or gozu-tennosha shrines enshrining gozu tenno were built , and goryo-e ( or tenno-sai festival ) were held as celebrations . the order for the separation of buddhism and shintoism in meiji prohibited buddhist rituals at shrines , as well as the use of buddhist terms such as ' gozu tenno ' and ' gion ' in names of enshrined deities and shrines , and thus , gion-sha shrine and gozu-tennosha shrine became shrines enshrining susanoo and changed their shrine names . gion-sha shrine in kyoto , which is the sohonsha , became yasaka-jinja shrine due to its place of enshrinement . following kyoto , other shrines changed their names to yasaka-jinja shrine , to susano-jinja shrine from the name of the enshrined deity , to gion-jinja shrine from the previous shrine name , to names prefixed with geographic names , or to old shrine names used before enshrining gozu tenno . among the faiths for gozu tenno , the susanoo , faith centered around tsushima-jinja shrine ( tsushima city , aichi prefecture ) spreading to the tokai region of honshu , is called the tsushima-shinko faith , and faith centered around hikawa-jinja shrine ( omiya ward , saitama city , saitama prefecture ) spreading to the kanto area , is called the hikawa-shinko faith . +" goryo-e " is a courtesy for reposing the soul , to prevent curses by the goryo ( spirit of the deceased person ) who died unexpectedly , and is also referred to as goryo-sai festival . goryo originally meant spirit of a deceased person . during the heian period , its meaning changed from shiryo ( spirit of a dead person ) of someone who died in an accident caused by onryo ( revengeful ghost ) . natural disasters were all believed to be the acts of goryo , and this led to the creation of courtesies expressed to goryo . additionally , during the heian period , on may 20 , 863 , goryo-e was held in the shinsen-en garden . emperor sudo , imperial prince iyo , fujiwara no yoshiko , tachibana no hayanari , and funya no miyatamaro were referred to as such , and became objects of goryo-e . later , the two spirits of sugawara no michizane ( 845 - 903 ) , kibi no makibi ( 693 - 775 ) , and empress inoue ( 717 - 775 ) were added to create hassho goryo , and are enshrined in kamigoryo-jinja shrine and shimogoryo-jinja shrine in kyoto . additionally , the gion goryo-e ( gion-e ) at the yasaka-jinja shrine , where gozu tenno ( deity said to be the indian god gavagriva ) is enshrined , is known as gion-matsuri festival the pacification of sugawara no michizane , who was feared as the karai tenjin ( god of fire and thunder ) , is known nationwide as the tenjin-shinko faith . +the bunrei or wakamitawa is a term used in the shinto religion that refers to a separated god or divine spirit when an enshrined deity of main shrine is dedicated to a different shrine . transferring the separated spirit to a new shrine for chinsai ( religious ceremony for appeasing the gods ) is called kanjo . it is also called bunshi , but bunshi may mean bunsen ( described below ) . a branch shrine to which a divided enshrined deity has been transferred is called " bunshi , " " bunsha , " or " imamiya . " in shinto religion , the divine spirit can be divided without limitation because it is believed that the original spirit power is not weakened and performs the same functions as the main shrine . in many kanjo cases , the deity is divided from the shrine from which the god originated and those shrines are called sohonsha or sohongu ( head shrine ) . many shrines that received a separated deity have their names related to the original shrine . the original shrine and branch shrines form a group of shrines . for example , the sohonsha ( main shrine ) of inari-jinja shrines is fushimi inari-jinja shrine ; most inari-jinja shrine received a deity separated from fushimi inari-jinja shrine . the sohonsha of hachiman-jinja shrine or yawata-jinja shrine is usa-jingu shrine hachiman-jinja shrines or yawata-jinja shrines all over japan received a deity from either usa-jingu shrine , iwashimizu hachimangu shrine branched from usa-jingu shrine , or tsurugaoka hachimangu shrine a branch of iwashimizu . the word kanjo came from a buddhist term , which meant requesting the teaching of buddha and praying for saving all living things . in japan , after the syncretization of shinto with buddhism it started to mean summoning the spirit of shinto and buddhist deities for praying and later it gradually changed to the current meaning . the word of " bunki " may include the meaning of " bunsen , " in which one deity from a number of enshrined gods is moved to a different place ( an example of " bunsen " : itakiso-jinja rekishi ( history of itakiso-jinja shrine ) . in case of the bunrei , all enshrined deities are separated . +" shinji " are worshipping and rituals related to god . they involve prayers and consultation with god , and are often connected with a god of a specific religion . it 's also referred to as ' jinji . ' some are performed by religious clergy , while others become public events . many of the public events are tied to people 's lives , who long for secular benefits and stability based upon their occupations , like agriculture and commerce . in such cases , events combining various religions and indigenous faiths are often practiced in parallel or in combination . shinto shinji in shinto also includes events for the general public , such as festivals and purification ceremonies official ones are those performed by religious organizations like shrines , and include exorcism for specific things , ground-breaking ceremonies , and exorcism , and praying for traffic safety are often entrusted and performed by shrines . influenced by synchronized shinto and buddhism , some shinto shinji were derived from ceremonies that include releasing captive animals . in addition to shinji praying for secular benefits , praying for rain , agriculture , and hunting were also practiced . shinji at religious festivals in festivals that celebrate feasting with gods , acts of welcoming gods or sending gods off with objects to which a spirit is drawn are set up , acts associated with shinko-sai festival , acts of offering food and alcohol to the gods , and naorai ( feast ) were often performed as shinji , and the most important shinji was the act of shinto priests , shrine maidens , or children parading as tendo ( gods disguised as children ) , consulting gods ' will . there are indirect acts for consulting god 's will , such as shinji where fortune is told based upon the result of sumo , etc . the religious meaning of such acts is not strongly felt , but there are many examples like this , such as competitions like yabusame ( horseback archery ) and kurabeuma ( horse racing ) , using objects and animals . dance performances are often shinji , and kagura ( ancient shinto music and dancing ) , such as miko no mai ( shrine maidens dancing ) and shishimai ( lion dance ) , is a classic shinji mai ( shinji dance ) . in addition , many traditional performances , like noh plays , have elements of shinji in them . +the shinko-sai festival is a shrine festival where the divine spirit makes an imperial visit . it is also referred to as shinko shiki . in many cases , the object in which a deity resides or the object to which a spirit is drawn is transferred to a portable shrine , and an imperial visit to the shrine parishioner , or togyo ( transfer of a sacred object from its place of enshrinement ) to the otabisho ( place where the sacred palanquin is lodged during a festival ) , or to the genkyu is performed . most of the festivals in which portable shrines or imperial carriages appear are a type of shinko-sai festival . shinko-sai festival ' means an ' imperial visit by god ' and broadly refers to the entire imperial visit ; narrowly conceived it refers to the process of the outward trip from the shrine to the destination such as otabisho . in the latter , the term kanko-sai festival is used for the process of the return trip from the destination to the shrine . the togyo-sai festival and kangyo-sai festival mean the same thing as the shinko-sai festival and the kanko-sai festival , and the togyo-sai festival also refers to the entire imperial visit ( togyo ) in a broad sense . summary originally , the divine spirit was welcomed at the altar in a village , but as the altar developed into a shrine , as a facility for accomodating religious services , the act of welcoming remained as a home visit or reverse process , and led to the shinko-sai festival . therefore , the place at which a god descended , such as the dwelling place of a god , became otabisho , and in many cases , are currently referred to as genkyu or the original enshrinement place . the flow of a shinko-sai festival heading to an otabisho is roughly as follows . shinji ( shinto rituals ) for transferring the divine spirit to portable shrines , etc . togyo from the shrine to the otabisho shinji and dedication at the otabisho ( otabisho-sai ceremony ) kangyo from the otabisho to the shrine shinji for returning the divine spirit this process can take several days . in processes 2 and 4 , the shrine parishioner 's community is often visited . if not heading to the otabisho , the divine spirit patrols the shrine parishioner 's community , or an imperial visit is made to perform shinji at specific locations . miyadashi refers to taking the portable shrine outside the shrine 's premises , and miyairi refers to the entry of the portable shrine into the shrine 's premises after the visits . these words are used when festival cars offered by children parading as tendo and the shrine parishioners exit and enter the shrine . togyo gyoretsu togyo is where many shrine parishioners can participate in the religious festival as carriers of the portable shrine , or in larger festivals , festival cars are used , shishimai ( lion dance ) , and dancing are included as part of the parade . the order of the togyo parade differs depending upon the festival , but often at the beginning of the parade , the sarudabiko ( shinto god ) leads the way , and then things that serve as outriders such as staff with plaited paper streamers used in shinto , kasaboko , liondog , flag , large paper lantern on a pole , drum , or things that indicate the head of the parade , and then often the portable shrine . other than these , shinto priests , shrine maidens , children parading as tendo , festival cars , liondog , dancing , etc . , may also join the parade . music during the journey of togyo varies , and often , gagaku ( old japanese court music ) is performed by shinto priests , or matsuri-bayashi ( japanese music ) and marching songs by shrine parishioners . most eye-catching in the parade is the portable shrine and festival car , shishimai , and dancing . the portable shrine is carried in different ways depending upon the festival - some are carried solemnly , some with high spirits , some go on togyo by boat ( funatogyo ) , and some are carried in the water . these styles of execution are associated with the enshrined deity , or are styles that were carried out sporadically , but became customary , and eventually a tradition . festival cars can have a role similar to portable shrines as an object to which a spirit is drawn , or are elegantly decorated for dedication , and shishimai and dancing , which can be categorized as shinji mai ( shinji dance ) and hono-mai ( shinto dance for dedication ) , are both carried out mainly by shrine parishioners , and in the case of hono , towns of shrine parishioners often compete against one another by elaborating on elegance and style of execution . when togyo is performed during the night , a lantern procession is added and festival cars are also lit up . +神人 means : ( jinin , jinnin ) low-ranking shinto priests and yoriudo serving the shrine to perform chores and duties . a detailed description is provided on this page . ( kaminchu ) shinto priests of indigenous faiths in ryukyu / okinawa . a detailed description is provided on this page . ( shinjin ) a term used in shinto referring to ' god and humans . ' used as ' shinjin goitsu ' ( unity of man and god ) . " jinin " and " jinnin " are low-ranking shinto priests and yoriudo who served families of shinto priests who serve a shrine on the basis of hereditary in order to assist in shinji ( shinto rituals ) , clerical work at the shrine , and carry out chores in shrines during ancient and medieval times . there are honsha jinin , who are under the direct control of shrines , and sanzai jinin , who live on the land of shrines in the provinces . jinin were armed guards at the front of shrines and at religious services , and thus , from the times of insei from the heian period to the muromachi period , records show that along with priest warriors , they frequently committed violence and organized petitions . not only armed groups , but also performers , craftsmen , and merchants joined jinin , and over time , many commerce , industry , and entertainment guilds were organized by jinin . horikawa jinin who belonged to gion-sha shrine ( currently yasaka-jinja shrine ) who gathered in gojo horikawa , operated a lumber business in medieval times , transporting lumber from the mountains in tanba province down the kizu-gawa river in the form of rafts , to be stored in gojo horikawa . at the gion-sha shrine , lower ranking jinin called ' inu jinin ' served to clean the shrine , provided security at yama-hoko junko ( float procession ) , and had the privilege to participate in cleaning and attending funerals across kyoto . backed by the power of enryaku-ji temple , hiyoshi jinin at the hiyoshi-taisha shrine transported annual rice taxes , provided loans to court nobles and provincial governors , and grew to become the main high-rate lender in kyoto . iwashimizu jinin at the iwashimizu hachiman-gu shrine held monopoly rights at the fish market in yodo and also transportation rights over land and water , while oyamazaki jinin at the subordinate rikyu hachiman-gu shrine , held exclusive purchasing rights for egoma ( a type of perilla ) . " kaminchu " is the common name for shinto priests in ryukyu / okinawa . in the narrow sense , it refers to noro ( hereditary female shinto priest performing shinji in villages in okinawa ) , but in the broad sense , it means a person serving god , which includes assistant shinto priests of noro , colonial priests such as negami and nenin , and folk shamans such as yuta . on kudaka-jima island , which has been a sacred place since the ryukyu kingdom , and where ancient faiths still remain today , a conventional phrase , ' men are uminchu , women are kaminchu ' continues to be used , passing along a societal tradition where men were laborers and women served as shinto priests . +" ryobu shinto " is a combination of shinto and buddhism based on interpretation of shinto from a buddhist shingon sect ( esoteric buddhism ) standpoint . in esoteric buddhism , the universe is considered to be the manifestation of dainichi nyorai ( mahavairocana ) . it is represented in the rules written in the ryokai mandala kongokai mandala centered around dainichi nyorai and also in the ryokai mandala taizo mandara . the butsu bosatsu drawn in the mandalas of the two realms , vajradhatsu ( diamond realm ) and garbhadhatsu ( womb realm ) , were considered the true forms of buddha , and god ( shinto ) was interpreted as its manifested form . the birth of ryobu shinto can be traced back to the introduction of buddhism . with the official introduction of buddhism , shinto , the faith in japan since ancient times , was significantly challenged . shinzen dokkyo ( reading buddhist sutras to god ) was introduced , believing that japanese gods were also seeking nirvana through buddhism , jingu-ji temples were built on the premises of shrines , and statues of god were made under the influence of buddhism . around the end of the 8th century , japanese gods were considered as one with buddha , and the honji-suijaku theory was born , which claims that the true form of buddha , appeared temporarily in form of a god to save the people of japan , and this later became the foundation for the idea of synchronizing shinto and buddhism . in the latter half of the heian period , buddhist shinto theory was developed by monks as a religious principle explaining shinto theoretically . among the two esoteric buddhism that were mainstream in those days , the one adopting the teachings of the tendai sect was sanno shinto , and the one adopting the teachings of the shingon sect was ryobu shinto . both use the religious principles of esoteric buddhism , mainstream at that time , to explain oharae no kotoba and to describe the gods and enshrined deities of shrines that appeared in japanese mythology . both were based on apocryphal books using saicho , kukai , etc. as a pretext for selectors , and were instructed as secrets of each shrine , or in some cases , became known among people through shugendo ( japanese mountain asceticism-shamanism incorporating shinto and buddhist concepts ) . these were theorized in the kamakura period , and later generated many shinto theologies . in ryobu shinto , amaterasu omikami , the enshrined deity of ise-naiku ( inner shrine ) , is the dainichi nyorai of garbhadhatsu , a brahma-deva , and a juniten ( twelve deities ) , while toyouke no omikami of ise-geku ( outer shrine ) is the dainichi nyorai of vajradhatsu , a brahma-deva , and a juniten . the naiku and geku of ise jingu shrine are of the two realms , vajradhatsu and garbhadhatsu , and these two realms combined as one constitutes ise jingu shrine , the manifestation of dainichi nyorai . ( nigu-ikko ) additionally , it applied the trikaya ( three bodies of the buddha ) of buddhist tathagata to the three gods in the nihon shoki ( chronicles of japan ) , with kuninotokotachi no mikoto as hosshin , kuninosatsuchi no mikoto as hojin , and toyokumo no mikoto as ojin , and considered these three combined gods to be the dainichi nyorai , the principal object of worship in esoteric buddhism . in addition , it was considered that the seven generations of gods in the kojiki ( records of ancient matters ) was equal to shichibutsutsukaige , and represents the stars of the big dipper . izanagi and izanami , kami-sha and shimo-sha of suwa-jinja shrine were also compared to the mandalas of the two realms . ryobu shinto greatly influenced the development of shinto theologies later on , and became the mainstream of shugo shinto theory in medieval times , generating many branches including goryu and sanrin . however , by the end of kamakura period to the period of the northern and southern courts ( japan ) , as a counteraction to the shinto theologies by monks , ise shinto and yoshida shinto , which advocate the shinponbutsujaku setsu , which claims that god is the true form and buddha is the temporary form , emerged , and became the mainstream religious principle of shinto in the edo period . during the meiji period , ryobu shinto was dealt a devastating blow by the separation of buddhism and shintoism in the first year of meiji . this resulted in it losing its status as the mainstream shinto doctrine . +" tawara no onda " is a shinji ( shinto ritual ) performed every year on may 3 , at the taji-jinja shrine in the tawara district of hiyoshi-cho , nantan city , kyoto prefecture . it was designated as an important intangible folk cultural property on december 27 , 2000 . observers called sakutaro and sakujiro act out a simulated process of rice cultivation from ' higara aratame ' to ' shuoi , ' and four girls disguised as young female rice planters and one boy playing the role of the cow appear to make gestures of rice planting using iris leaves as rice seedlings , and pray for an abundant harvest . +yaotome refers to 8 female shrine media called miko who serve gods mainly by performing sacred music and performing a dance called kagura ( also known as miko kagura - dances by shrine maidens ) and mikomai ( female shinto dance where the young girls each carry a small baton with bells ) . beside " 八乙女 , " in kanji , yaotome is given the following : 八社女 , 八少女 , and 八乎止女 . also the term of yaotome is shortened to " yame . " however the number of performers was not originally set as eight ; the word ' eight ' is considered to have meant multiple or large numbers . it is believed that the yaotome originates from shrine maidens who served food to emperor keiko and the gods in the ancient daijo-sai festival ( a festival to celebrate the succession of an emperor ) held by the emperor . in later years jingikan ( department of worship ) selected court ladies from provinces to have them perform such services . this had an influenced on other shrines , that set up the post of miko who originally performed similar services and who were later involved in shinto rituals . the yaotome of kasuga-taisha shrine and itsukushima-jinja shrine was renowned in the old days and today yaotome mai ( dance by yaotome ) performed at miho-jinja shrine , kotohira-gu shrine , and toyokuni-jinja shrine are also well known . it is said that in the meiji period , the yaotome mai was reformed into a dance of higher artistic quality because it was about to be prohibited according to government policy , geographical name yaotome-ura ( yura , tsuruoka city , yamagata prefecture ) : it was named after the eight beautiful ladies who welcomed prince hachinoko by performing a dance . yaotome-dokutsu cave ( yura , tsuruoka city , yamagata prefecture ) : its entrance was covered by rocks destroyed in sakata earthquake that occurred in the meiji period . yaotome-koen park ( daisen city , akita prefecture ) : it was named after yaotome-jo castle . yaotome ( izumi ward , sendai city , miyagi prefecture ) mt . yaotome ( nanto city , toyama prefecture ) : some proposed " yaotome city " for the name of the new city formed through a municipal merger known as " the great merger of the heisei era , " but the municipal assembly adopted nanto city by a majority vote . an event called hachimonji-yaki , which resembles gozan okuribi ( mountain bon fire ) in kyoto , is held every year . +" daishogun " ( commander-in-chief ) is one of the hasshojin ( of eight general gods ) responsible for the fortune of directions in onmyodo ( the way of yin and yang ; occult divination based upon the taoist theory of the five elements ) . in ancient china , the morning star was called keimei and the evening star was called choko or taihaku , and were considered the star gods responsible for military affairs , adopted by onmyodo in japan and became taihakujin , konjin , and daishogun . all were star gods related to venus , representing knives in gogyo-setsu ( the theory of the five elements ) , which made them feared as araburu kami ( malignant gods ) in terms of the almanac and orientation . daishogun changes location every three years , and the direction was considered bad luck for everything , especially activities involving soil . since the direction of the daishogun does not change for three years , to dread that direction was referred to as ' sannen fusagari ' ( blocked for three years ) . however , yugyo bi ( day of wandering ) for daishogun was set , and misfortune would not occur during that time . the direction depending upon the year , based on the 12 signs of the chinese zodiac , is as follows . year of the boar , rat ( 12 signs of chinese zodiac ) , and ox - west year of the tiger , hare , and dragon - north year of the serpent , horse , and ram - east year of the monkey , bird , and dog - south the yugyo bi are as follows . doyo ( last 18 days of the season ) of spring ( before the first day of summer ) : kinoene no hi - tsuchinoetatsu no hi ( wanders to the east ) doyo of summer ( before the first day of fall ) : hinoene no hi - kanoetatsu no hi ( wanders to the south ) doyo of fall ( before the first day of winter ) : kanoene no hi - kinoetatsu no hi ( wanders to the west ) doyo of winter ( before the first day of spring ) : mizunoene no hi - hinoetatsu no hi ( wanders to the north ) daishogun was considered to be the son of gozu tenno ( deity said to be the indian god gavagriva ) , and was equated with susanoo . ( however , gozu tenno later synchronized with susanoo . ) in kyoto , emperor kanmu placed daishogun-jinja shrines enshrining daishogun in four directions , immediately after relocating the capital to heian-kyo ( ancient kyoto ) . east okazaki , sakyo ward west kamiyagawa , kamigyo ward north daitokujimonmae , kita ward , kyoto city south location unknown however , their current locations are as follows . these now enshrine susanoo . east higashisanjo taishogun-jinja shrine in higashiyama ward . west daishogunhachi-jinja shrine in kamigyo ward . north imamiya-jinja shrine ( kyoto city ) , sessha eki-jinja shrine , and nishigamo taishogun-jinja shrine in kita ward . south premises of fujimori-jinja shrine in fushimi ward . additionally , gion-sha shrine ( yasaka-jinja shrine ) also enshrines daishogun . daishogun also remains as geographical names in kita ward ( kyoto city ) . in april 2000 , television and magazines reported news on many households rejecting sewer work in yamagata city , resulting in delay . the number one reason for rejecting the work was ' economic reasons ' and the second most common reason was ' daishogun . ' year 2000 was the year of the dragon , and daishogun was in the north , which resulted in delays in work due to many residents having bathrooms and restrooms in the north side of their homes . this proves that in this country , katatagae jujutsu ( witchcraft for changing directions to avoid bad luck ) remains strong even when the twenty-first century is just around the corner . +reikoden-tenmangu shrine is a shrine in kamigyo ward , kyoto city . it enshrines the tenjin-shinko faith ( sugawara no michizane ) and ieyasu tokugawa . history initially , yoshisato sugawara , who was six generations after sugawara no michizane , built a sacred place in the wakae district , kawachi province , under imperial command in 1018 . the name of the shrine comes from a legend that says the tenichi jin ( god worshipped in onmyodo ( ( way of yin and yang ) ) , taishaku ten , descended from the sky with a streak of light , when michizane was degraded . during the mongol invasion , when emperor gouda ordered the shrine to pray to fight off the izoku ( barbarians ) , all of the ships of yuan sank , and the emperor presented a plaque to the shrine that says " tenka muteki hisshori un . " the shrine lost its land in the onin rebellion , and was transferred to the premises of to-ji temple . in the edo period , the wakae family , the family of shinto priests serving the shrine on a hereditary basis was revived , the main building of the shrine was rebuilt in tonodan , and was enshrined in its current location in 1761 . ieyasu tokugawa deeply revered the shrine , prayed for halcyon times of peace in 1570 , and made efforts to revive the wakae family . in 1636 , after the death of ieyasu , iemitsu tokugawa moved the statue of ieyasu from the sento-gosho imperial palace to this shrine to be the enshrined deity . the current main building of the shrine was transferred and reconstructed in 1872 after dismantling the old chinju-sha shrine ( the shinto shrine on buddhist temple grounds dedicated to the tutelary deity of the area ) of the konoe family . +oi-jinja shrine is a shrine in oi-cho , kameoka city , kyoto prefecture . it is a shikinai-sha ( shrine listed in the engishiki ( list of official shrines ) ) , and its old shrine ranking is designated as a village shrine . it enshrines kinomata no kami , ichikishima-hime , and tsukuyomi . it is worshipped as the god guarding the oi-gawa river . history it was built in 710 under the imperial command of empress genmei . legend says that in 702 , mii no kami and ichikishima hime no mikoto went up the oi-gawa river on the back of a turtle , but could not ride the rapids of hozu , so they moved onto a carp and came ashore to current shorinjima , kawarabashi-cho , kameoka city ( there is an oi-jinja shrine with the same name , enshrining the same god ) . thus , carp is considered the messenger of the god in this shrine , and the shrine parishioners consider eating carp a taboo and do not fly carp streamers for boy 's day celebration . the current main building of the shrine was rebuilt in 1584 , ordered by hideyoshi toyotomi , after it had burnt down in a fire caused by war . festivals at the annual festival on october 16 , kurabeuma ( horse racing ) is presented at the horse-riding grounds nearby and the shrine parishioners dress as samurai . +oi-jinja shrine is a shrine in togetsukyo kitazume , ukyo ward , kyoto city . it is known as the koei-sha ( descendant shrine ) of shikinai-sha ( shrines listed in the engishiki ( list of official shrines ) ) ' otokuni district , yamashiro province oi-jinja shrine , ' and its ranked as a township shrine . currently , the enshrined deity is ukano-mitama ( ugamitama no kami ) , but originally , it was magatsuhi no kami ( evil gods ) , naobi no kami ( gods of restoration ) , and kamunaobi no kami . history the history of its establishment is unknown , but the ' yamashiro oi jin ' to which jugoinoge ( junior fifth rank , lower grade ) was granted according to the july 21 , 876 section of nihon sandai jitsuroku ( the sixth of six classical japanese history texts ) , is thought to be this shrine , and this may be related to the fact that the hata clan built a large dam in early the 8th century to fix the kazuno-gawa river ( oi-gawa river , katsura-gawa river ( yodo-gawa river system ) ) . it claims to be the koei-sha of ' oi-jinja shrine ' described in the engishiki jinmyocho ( list of official shrines ) , but the enshrinement place of the oi-jinja shrine in the engishiki is otokuni district , while this shrine 's current enshrinement place is the former kado district . the " shikinai-sha survey report " states that the shrine is not the shikinai oi-jinja shrine , but the ijin of the subordinate shrine of matsuo-taisha shrine , and that shikinai oi-jinja shrine may have gone out of use . in 1877 , it was ranked as a township shrine . the current main building of the shrine was transferred and reconstructed after dismantling the old building at nonomiya-jinja shrine . +ikumi-tenmangu shrine is a shrine in sonobe-cho , nantan city , kyoto prefecture its ranked as a prefectural shrine . it enshrines sugawara no michizane . according to the historical document on this shrine , it was built when michizane was alive , and thus , it 's called the ' oldest tenmangu shrine in japan . ' history the sonobe district was a fiefdom belonging to the sugawara clan . in 901 , when michizane was exiled to dazaifu ( the governmental office in chikuzen province ) , genzo takebe , the prefectural governor of sonobe , who was asked to bring up michizane 's eighth son , keno gimi , built a small shrine on his premises in komugiyama to secretly enshrine an image of michizane as seishi ( the enshrining of a living person ) , and this is considered to be the origin of this shrine . in 903 , when michizane died in dazaifu , the seishi was changed to a mausoleum , and in 956 , newly performed religious services were performed at the shrine . the guji family are descendants of genzo takebe . in the sengoku period ( the period of warring states ) , the guardians of tanba , the hosokawa family , and the oda family , who controlled who governed the region , set up a kinsei kosatsu ( bulletin board of prohibitions ) on the grounds of the shrine in order to prevent disturbances ; among other things , it prohibited disorderly behavior and loitering . the bulletin board remains today , and is a designated cultural property of kyoto prefecture . it was relocated to its current position in 1653 , when yoshichika koide , the first feudal lord of the sonobe domain , built a castle in komugiyama . +" atago-shinko faith " is a shinto faith about fire prevention , which originated at the atago-jinja shrine ( kyoto city ) enshrined on the top of mt . atago in kyoto city . atago-jinja shrine on mt . atago was a hall for shugendo ( japanese mountain asceticism-shamanism incorporating shinto and buddhist concepts ) from long ago , and atago-shinko faith spread all over japan from the mid-edo period by shugendo practitioners gathering on mt . atago . since the late middle ages , the god of atago was widely worshipped as a god of miraculous efficacy in fire prevention . throughout japan , there are about 1,000 shrines across 43 municipalities that have ' atago ' in their shrine names . it 's especially common in the tohoku region . the honjibutsu ( original buddhist divinity ) of the god of atago during times of syncretism of shinto and buddhism was jizo bosatsu . even today , the temple festival for atago is on the 24th of every month , which is the same for jizo . currently , kagutsuchi is the enshrined deity . since shogun jizo ( military ksitigarbha ) was the honjibutsu , it was worshipped not only as the god of fire prevention , but also as the god of martial arts . among the people , religious associations called ' atago ko ' were organized in various regions . known as ' sennichi mairi ' ( one-thousand visits ) , a visit on august 1st will bring as many benefits as those of one thousand visits . atago-jinja shrine ( ukyo ward , kyoto city ) -- sohonsha ( chief shrine ) atago-jinja shrine ( yuzawa city , akita prefecture ) atago-jinja shrine ( tendo city , yamagata prefecture ) atago-jinja shrine ( taihaku ward , sendai city ) atago hanazono-jinja shrine ( iwaki city , fukushima prefecture ) atago-jinja shrine ( isezaki city , gunma prefecture ) atago-jinja shrine ( minato ward , tokyo prefecture ) atago-jinja shrine ( nerima ward , tokyo prefecture ) atago-jinja shrine ( shirai city , chiba prefecture ) atago-jinja shrine ( kameoka city , kyoto prefecture ) - moto-atago ( 元愛宕 ) atago-jinja shrine ( nishi ward , fukuoka city ) atago-jinja shrine ( mito city , ibaraki prefecture ) +" suminomiya-jinja shrine " is a shrine in nagaokakyo city , kyoto prefecture . its old shrine ranking is township shrine . it is a ronja ( shrines considered to be descendants of a shikinai-sha ) of shikinai-sha ( shrine listed in the engishiki ( list of official shrines ) ) myojin-taisha shrine ' otokuni district of yamashiro province otokuninimasu ohoikatsuchi-jinja shrine ' ( the other ronja is the ' honoikazuchi-jinja shrine ' enshrined together at the muko-jinja shrine ( muko city ) . enshrined deity honoikazuchi no kami is the main god worshipped , accompanied by tamayoribime , kamo taketsunumi no mikoto , emperor suinin , and kasuga no kami . regarding ' okutoninimasu honoikazuchi , ' in the origin and history of kamo-jinja shrine described in the " yamashiro no kuni fudoki " ( records of the culture and geography of the yamashiro province ) , it is mentioned that tamayorihime no mikoto , the child of kamo taketsunumi no mikoto , was impregnated by honoikazuchi no kami incarnated as a red arrow , and gave birth to kamowake ikazuchi no mikoto . kamo taketsunumi no mikoto and tamayorihime no mikoto are the enshrined deities of kamomioya-jinja shrine , and kamowake ikazuchi no mikoto is the enshrined deity of kamowake ikazuchi-jinja shrine . history it is first seen in the history of the nation in the july 8 , 702 section of the " shoku-nihongi " ( the second in a series of chronicles about japan ) , and thereafter frequently received hohei ( offering a wand with hemp and paper streamers to a shinto god ) by the imperial court as the god for praying for rain . it burned down in the jokyu war , and was not restored for a long time . in 1484 , it was restored in its current location , as the guardian deity birthplace in inouchi . in 1873 , it was ranked as a township shrine . +" yamashina-jinja shrine " is a shrine in yamashina ward , kyoto city , kyoto prefecture . its old shrine ranking is township shrine . it is a ronja ( shrines considered to be descendants of a shikinai-sha ) of shikinai-sha ( shrine listed in the engishiki ( list of official shrines ) ) myojin-taisha shrine ' uji district of yamashiro province yamashina jinja niza ' ( the other ronja is the iwaya-jinja shrine ( kyoto city ) ) . it enshrines yamatotakeru no mikoto and his child wakatakeru no mikoto . history according to the historical document of the shrine , it was built in 897 under imperial command by emperor uda . it was the soshin ( ancestor honored as god ) of a powerful clan , the miyaji clan , and was revered as yamashina ichinomiya ( shrine with the highest ranking in yamashina ) and the chief ujigami ( local shinto deity ) . iwaya-jinja shrine is considered the inner sanctuary of this shrine ( currently , an independent shrine ) , and is said that when yoshio oishi was having a secluded life in yamashina district , he secluded himself in the iwaya-jinja shrine and prayed for realization of a great ambition . +" tsukiyomi-jinja shrine is a shrine in saikyo ward , kyoto city , kyoto prefecture . it is a shikinai-sha ( shrine listed in the engishiki ( list of official shrines ) ) ( myojin-taisha shrine ) , and is currently a sessha ( auxiliary shrine ( dedicated to a deity close-related to that of a main shrine ) ) of matsuo-taisha shrine . the main gods worshipped are tsukuyomi , and takamimusubi and they are enshrined as aidono ( enshrinement of two or more deities in one building of a shrine ) . history according to nihon shoki ( chronicles of japan ) , originally , abe no omi kotoshiro , who had an oracle of tsukuyomi no kami in iki on the way to mimana as an envoy , reported this to the emperor , and in 487 , received land for the shrine in ' utaarasuda , katsuno district , yamashiro province , ' where he held a ceremonial transfer of the god of tsukiyomi-jinja shrine ( iki city ) in iki and ordered oshimi no sukune , the territorial ruler of iki , to worship it . there are various theories on the presumed location of utaarasuda , that include the uenomura region , the katsuranosato region , and the basin of the arisu-gawa river . in 856 , it was relocated to its current location at the foot of matsuo-yama mountain to avoid water damage . the descendants of oshimi no sukune were called the urabe clan , and served as shinto priests for generations . in 701 , its regular festival was designated as chokusai ( a festival held by imperial order ) ( the " shoku-nihongi " ( the second in a series of chronicles about japan ) ) , and in 906 , was granted the shinkai ( ranking granted to shinto gods ) , shoichii ( senior first rank ) , which is the highest rank ( " fusoryakki " ) . it is described as the ' kadotsuki-jinja shrine ' in the engishiki jinmyocho ( list of official shrines ) , and is ranked as a myojin-taisha shrine . in 942 , it received imperial proclamation as a jingugo . thus , it 's a shrine with a long history , prestige , and independence , but since it has been within the sphere of influence of the matsuo-taisha shrine from long ago it has been considered one of the ' matsuo nana sha . ' on march 21 , 1877 , it was designated as the keigaisessha of matsuo-taisha shrine . establishment the current main shrine and front shrine were built in the edo period . there are the following keidaisha ( shrines within the compounds of other shrines ) . shotoku taishi sha -- enshrines prince shotoku , who revered tsukuyomi no mikoto . mifune sha -- enshrines amenotorifune no kami . prior to the shinko-sai festival , the togyo anzenkigan-sai festival is held at the shrine . tsukinobe ishi ( anzan ishi ) -- originally from the tsukushi region , legend says that empress jingu stroked this stone when delivering emperor ojin , and had an easy delivery , and the stone was dedicated to this shrine by an oracle of tsukuyomi no mikoto in the era of emperor jomei . it is said to have a miraculous efficacy for easy delivery . +" shinto taii " is the name of shinto books written by various shintoists in the middle and modern ages . the most notable is a summarization of the overview of yoshida shinto ( yuiitsu shinto ( one-and-only shinto ) ) , which kanetomo yoshida wrote for yoshimasa ashikaga in 1486 . those by kanemi yoshida , the great-grandchild of kanetomo , and kanenao yoshida , an ancestor of kanetomo are also notable . however , those that are said to be compiled by kanenao , are thought to be forged by kanetomo . +when nobunaga oda went to the capital with yoshiaki ashikaga in hand and put kyoto under his dominion , he made his vassal sadakatsu murai the kyoto shoshidai , in charge of maintaining the peace in kyoto , imitating the organization of the muromachi shogunate . sadakatsu died in battle at nijo-jo castle along with nobunaga 's heir , nobutada oda , in the incident at honnoji , in which mitsuhide akechi killed nobunaga on june 2 , 1582 . while hideyoshi toyotomi ruled kyoto after nobunaga 's death , sadanari kuwabara , ietsugu sugihara , and nagamasa asano ( all three in the period from 1582 to 1583 ) , and later geni maeda served as kyoto shoshidai . it had been alternated to both mitsunari ishida and nagamori masita in around 1954 ( letter from sakihisa konoe to nobusuke konoe in august of the same year , in the collection of yomei bunko ) . this was in keeping with the muromachi shogunate 's titles . kyoto shoshidai was the department that was responsible for keeping the peace in kyoto in the edo period . that is the main subject of this article . kyoto shoshidai was the post that was responsible for keeping the peace in kyoto in the edo period . shoshi originally , a shoshi was the leader of a samurai-dokoro and a shoshidai was his agent ; but the edo shogunate did not have any samurai-dokoro . edo period shoshidai were set up after the pattern of rokuhara tandai in the kamakura shogunate , or the shoshidai of the muromachi shogunate ( under command of the samurai-dokoro , in charge of security in kyoto ) . the shoshidai 's offices and residence were set up on the north side of nijo-jo castle , and did not use nijo-jo castle . the kyoto gundai was also put in place to govern kyoto and the surrounding area , but later split into the kyoto machibugyo , which was responsible for the city , and the kyoto daikan , which managed the surrounding area , the imperial household territory , and the court noble territory there . although he was the overall boss of government officials in kyoto , and officials such as the kyoto machibugyo , in charge of kyoto city government , and the kinritsuki , who supervised the imperial court and palace , ordinarily followed the shoshidai 's commands , he was under the jurisdiction of the roju . because it was difficult for the shoshidai to keep the peace in the capital by himself during the period of upheaval at the end of the edo era , the kyoto shugoshoku was put at the highest level of the organization ; and the shoshidai was subordinate to him . nobumasa okudaira ( 1600-1601 ) katsushige itakura ( 1601-1619 ) shigemune itakura ( 1619-1654 ) chikashige makino ( 1654-1668 ) shigenori itakura ( 1668-1670 ) naotsune nagai ( 1670-1678 ) tadamasa toda ( 1678-1681 ) masamichi inaba ( 1681-1685 ) masanao tsuchiya ( 1685-1687 ) shigeyori naito ( 1687-1690 ) nobuoki matsudaira ( 1690-1691 ) nagashige ogasawara ( 1691-1697 ) nobutsune matsudaira ( leader of the sasayama clan ) ( 1697-1714 ) tadayuki mizuno ( 1714-1717 ) tadachika matsudaira ( 1717-1724 ) hideshige makino ( 1724-1734 ) yoritoshi toki ( 1734-1742 ) sadamichi makino ( 1742-1749 ) sukekuni matsudaira ( 1749-1752 ) tadamochi sakai ( 1752-1756 ) terutaka matsudaira ( 1756-1758 ) masatsune inoue ( 1758-1760 ) masasuke abe ( 1760-1764 ) masachika abe ( 1764-1768 ) toshisato doi ( 1769-1777 ) hiroakira kuze ( 1777-1781 ) sadanaga makino ( 1781-1784 ) tadato toda ( 1784-1789 ) sukeyoshi ota ( 1789-1792 ) masanari hotta ( 1792-1798 ) tadakiyo makino ( 1798-1801 ) toshiatsu doi ( 1801-1802 ) tadayasu aoyama ( 1802-1804 ) masanobu inaba ( 1804-1806 ) masayoshi abe ( 1806-1808 ) tadayuki sakai ( 1808-1815 ) tadazane okubo ( 1815-1818 ) norihiro matsudaira ( 1818-1822 ) nobuatsu naito ( 1823-1825 ) yasuto matsudaira ( 1825-1826 ) tadakuni mizuno ( 1826-1828 ) muneakira matsudaira ( 1828-1832 ) sukemoto ota ( 1832-1834 ) nobuyori matsudaira ( 1834-1837 ) toshitsura doi ( 1837-1838 ) akikatsu manabe ( 1838-1840 ) tadamasa makino ( 1840-1843 ) tadaaki sakai ( leader of the obama-han clan , wakasa district ) ( 1843-1850 ) nobuchika naito ( 1850-1851 ) yasuori wakisaka ( 1851-1857 ) tadamoto honda ( 1857-1858 ) tadaaki sakai ( leader of the obama clan , wakasa district ) ( 1858-1862 ) . munehide matsudaira ( 1862 ) tadayuki makino ( 1862-1863 ) masakuni inaba ( 1863-1864 ) sadaaki matsudaira ( 1864-1867 ) kyoto shoshidai of the oda-toyotomi government " temples and shrines of kyoto and the toyotomi government " by shinsho ito ( hozokan , 2003 ) isbn 4-8318-6031-x +osho ( sanskrit : upādhyāya ) is an honorific title for buddhist priests . the original meaning was a teacher who regularly gave instruction to a priest who has been ordained and entered the priesthood . in " jujuritsu " it indicates the ordaining master . in japan the title of daiosho ( great osho ) was given to ganjin , who came over to teach the precepts in 758 , and later was used as a title of respect for high level priests , and eventually for those at the level of chief priest and above . the manner of writing and pronunciation varies by sect , and in some regions the word is even shortened to ' ossan ' or ' ossama ' ( with the accent in the beginning ) . wajo : ritsu sect , jodo shin sect ( only for a master of ceremonies ) wajo : hoso sect , shingon sect , etc . kasho : kegon sect , tendai sect , etc . osho : zen sects , jodo sect , etc . waja * in broadcasting , the pronunciation of ' osho ' is generally differentiated by sect . +seii taishogun ( literally , " great general who subdues the barbarians " ) was one of the shogun positions in japan 's ryoge no kan ( class outside of the ritsuryo system ) . it was abolished in the meiji restoration . it was one of the names given to the general dispatched to the eastern part of the country from the nara period to the heian period . also abbreviated to shogun , kubo , taiju , taijuko , gosho , etc . although there were no posts called seiju taishogun or seiban taishogun , there were the similar posts of seiteki daishogun and seisei taishogun . from the kamakura period until the edo period , it was the head of the shogunate , a position held by the leader of the samurai families , and became hereditary to his descendants . although he was formally a retainer appointed by imperial edict , he was in fact the ruler of japan who even held sway over the imperial court , and typically was treated as the king by outsiders . ' seii ' means ' to conquer the barbarians . ' the seii taishogun was a general appointed for conquering ' barbarians , ' and led an army in an advance from the pacific ocean side . a general who led an army 's advance to the japan sea side was called seiteki daishogun , and one who led an army 's advance into kyushu was called seisei taishogun . it is thought that this was an adaptation of the sinocentrism of ' shii ' ( four barbarians ) , ' toi , seiju , namban and hokuteki . ' in fact , at first it was called ' seii ' but from hoki onward it became ' seito , ' and was again called ' seii ' from 793 on . the first ' seii shogun ' was appointed on september 29 , 720 , and was tajihi agatamori ; the first ' seito taishogun ' was appointed on december 7 , 788 , and was ki no kosami . the title of shogun is not uniform in the records , with fujiwara no umakai , for example , being ' jisetsu taishogun ' at the time of his appointment , and ' seii jisetsu taishi ' at the time of his return to the capital . on july 13 , 791 , otomo no otomaro was appointed seito taishi . on february 17 , 793 , seitoshi was changed to seiishi . ' shi ' was also called ' shogun , ' and one school of thought says this is the first appearance of a seii taishogun , but the issue gets more complicated . below otomo no otomaro was the seito fukushi / seii fukushi , sakanoue no tamuramaro , who was appointed seii taishogun on november 5 , 797 . tamuramaro brought aterui , of the ezo of isawa , who had fought stubbornly until then , back to the capital , thereby conquering that land . practically speaking , tamuramaro can be seen as the first seii taishogun . later , on april 17 of 811 , during a battle with the ezo , funya no watamaro was appointed seii shogun , without the ' tai , ' and on december 11 of that year reported the end of the conquest of the ezo , and mononobe no taritsugu , who had been fukushogun , rose to chinju shogun ( without the ' fu ' ) , but on november 17 , 814 , became again seii shogun without the ' tai . ' in fact , below the seii taishogun were the posts of seii fukushogun , seii gungen , seii gunso , etc . at first minamoto no yoritomo was nothing but the leader of the kanto bushidan ( kamakura-dono ) , and did not hold a position under the ritsuryo system . that is to say that at first he was only the head of a provincial insurrection , the same as taira no masakado . that same yoritomo 's plan for a new government used as models the three governments of the taira family , kiso yoshinaka , and the provincial government of the oshu fujiwara clan , and it is thought that the form of the kamakura government was molded out of comparative consideration of these . under the administration led by the taira family , given that the position of court noble was already very high at the time , court nobles reached the height of their powers when the taira family , part of the taira clan , became court nobles . in contrast to that , yoritomo worked toward elevating the status of warriors themselves . with respect to the imperial court , they sought a suitable position in order to establish the independent sovereignty of the warriors . yoshinaka kiso , who advanced into the central area and kyoto , took the position called ' seii taishogun , ' which had previously existed . the position of seii taishogun had a hint of a mission to punish the eastern forces , and yoshinaka 's hidden intent to oppose yoritomo has been surmised from that , but the yoshinaka government was over very shortly ( in fact , in recent years the story that says yoshinaka was not ' seii taishogun ' but ' seito taishogun ' is gaining ground . it is the later compilations such as " azuma kagami " and " hyakurensho " that give him the title ' seii taishogun , ' while " gyokuyo " and " sankaikoryonukigakiyo " ( excerpts from " sankaiki " ) , historical documents that were written at the time these events took place , have his title as ' seito taishogun . ' furthermore , it is thought that , as a post that would conquer yoritomo of bando , ' seito taishogun , ' a post previously taken by fujiwara no tadabumi to conquer taira no masakado of bando , was better than ' seii taishogun , ' which conquered the ezo of ou . the oshu fujiwara clan ruled the northeast region at that time , as it was an area to which the imperial court 's rule did not extend . the oshu fujiwara clan secured the position of ' chinjufu shogun ' and called their own residence ' yanagi no gosho ' or ' ryuei . ' ryuei is another name for the shogunate . the chinjufu shogun was granted regional autonomy in the form of military rule within mutsu province and dewa province , and as this position was formally one of an officer commanding the standing army on the border ( in the case of the seii taishogun , it was commanding a temporary expeditionary force ) , it was not necessary for the holder of this title to live in kyoto , which was very convenient for a regional leader . this seems to have been the yoritomo government in microcosm . in 1190 yoritomo was appointed to ukone no daisho ( udaisho ) and had his own organs of household government approved as government offices . however , the konoe daisho was required , by the nature of that position , to live in kyoto , and was not suited to moving toward independence in kanto . then yoritomo resigned from udaisho , and held onto those privileges as a former udaisho . it is thought that the notion of using the title of ' former udaisho ' for heads of state in the kamakura government was not unheard of . however , although the formal position of the post of udaisho was high , compared to the rival kiso yoshinaka , who was seii taishogun ( or seito taishogun ) , as it was an officer of the central imperial guards , it was not a position for actively suppressing regional disturbances with military force . also , compared to the oshu fujiwara clan 's chinjufu shogun , it lacked the important , active element of ' warrior 's self-rule . ' what yoritomo turned his attention to then was the office of ' seii taishogun . ' as military rule ( regional sovereignty ) , it was the same as the chinjufu shogun . however , given that the goal of this position was to lead the bando soldiers ( in this case , warriors from eastern japan ) to victory over the ezo of ou ( in this case , the oshu fujiwara clan ) , it was traditionally a post superior to that of chinjufu shogun . to put it another way , the seii taishogun was the one who placed a private position called kamakura-dono to rule as a leader of the warriors of eastern japan , shugo and jito throughout the country , was recognized as udaisho with the authority to exercise military police powers , had family organs of clan governance treated the same as official government offices , and bundled it all together and officially secured it . however , there is reason to believe that the post of seii taishogun was deemed necessary especially in the oshu war to defeat the oshu fujiwara clan , and when he was in fact appointed in 1192 it had already lost its importance to yoritomo . yoritomo was not in fact very attached to the seii taishogun post , and indicated his intent to resign 2 years later in 1194 . also , minamoto no yoriie was his heir and right away was appointed to sakone no chujo , and then saemon no kami , and was proclaimed seii taishogun 3 years later . then at the time of the hiki yoshikazu incident , the succession of the positions of sotsuibushi and sojito were in question , and the shogun posts were not involved . consequently , at this stage the shogun post was not an absolute requirement for leadership of the warrior families , and may not have been seen as that important . on the other hand , the post of shogun was proclaimed first when it came to succeeding minamoto no sanetomo . when the minamoto clan 's shoguns ended after the third one , shoguns from regent families or royal shoguns were installed as puppets and the regent hojo clan held the real power . from the kamakura period on , after minamoto no yoritomo took the position of seii taishogun and started the shogunate , the warrior families came to control japanese politics . along with that seii taishogun was the highest authority of the warrior families and japan 's substantive sovereign . although it was originally a post bestowed by the imperial court , actual appointments , except for a time during the new kemmu government , were at the request of the person whose influence placed him at the pinnacle of samurai society . formally speaking , among the nobles it was recognized that the court was the true government and the shogunate was a temporary government in the provinces . however , among warrior families that was not the case . in the period of the northern and southern courts , akiie kitabatake of the southern court , as chinjufu shogun , was allowed to be called chinjufu taishogun , but it is thought that this was done to put it on a level with and oppose the seii taishogun . historical traditions it was customarily accepted by the warrior families that ' the families that could rise to shogun , leader of the samurai , were limited to those extending from the seiwa genji . ' because the oda family claimed a connection with the taira family , nobunaga oda was not able to become ' seii taishogun ' ; and when ieyasu tokugawa was appointed ' seii taishogun , ' he falsified a connection to the seiwa minamoto clan ; and there are other such tales . however , nobunaga oda in fact received an imperial recommendation for ' appointment to seii taishogun , ' so realistically there was no basis for the idea that one could not be shogun if he was not from the minamoto clan ( it seems that the reason ieyasu claimed minamoto heritage was not only to become shogun , but that by becoming the minamoto clan chief and entering the post of shogun , he would oppose hideyoshi 's warrior kampaku system and aimed to gain authority to rule over both the warriors and the nobles ) . furthermore , even after yoritomo , there are examples of regent shogun and imperial shogun , so it was not in fact limited to the seiwa minamoto clan . all this can be interpreted to mean that someone from the minamoto or taira clans , or even from the noble fujiwara clan , could become seii taishogun . a recently popular explanation on the subject is that , since ' seii taishogun ' was originally a post for leading soldiers of eastern japan in conquest over the ezo , the condition for assuming office was that he had to be ' someone who controls eastern japan in some form . ' there are various opinions as to whether or not nobunaga oda wanted to be seii taishogun , but it is not possible to know for sure . in fact , there is some speculation that what became a nominal qualification for the imperial recommendation for appointment to seii taishogun was that nobunaga wiped out the takeda clan , who were eastern japan daimyo , and effectively made the hojo clan of kanto subservient . also , there are those who say that hideyoshi toyotomi was not able to become seii taishogun because he lost to ieyasu tokugawa in the battles of komaki and nagakute . however , hideyoshi was appointed to kampaku , a higher ranking position than seii taishogun . for that reason , it is possible to speculate that hideyoshi was not interested in the shogun post , and wanted not a simple samurai government , but a new government that would subsumed the nobles . on the other hand , there was previously , among the nobles , a tendency to view a person 's pedigree - whether minamoto or taira clan - as ' taira who are close to the nobles ' or ' the warrior minamoto clan who are difficult to control . ' also stemming from this came the idea that the minamoto and taira clans , or the minamoto and taira families , alternately take control of political power in japan ( gempei kotai shiso ) . in fact , although there is an apocryphal tale that taira no tomomori and mitsuhide akechi were appointed to seii taishogun , there is no historical evidence to indicate so . successive seii taishoguns cavalry taishogun seito shogun seisei shogun ( seisei taishogun ) chinjufu shogun seito taishogun taishogun shogun fukushogun +daimyo is an expression that came from daimyoshu . it signifies a person whose name is very famous . as opposed to a shomyo . it originally meant a person who wields influence in a region . later , in samurai society , it came to mean a warrior who has a lot of territory or subordinates . in the muromachi period the shugo strengthened their control over their assigned territories and became shugo daimyo . in the warring states period , taishin ryoshu ( noble land owners ) appeared who established even stronger control over their territories , and were called daimyobun no kokujin or sengoku daimyo . in the edo period the word specified a lord who was granted a territory of 10,000 koku or more from the edo shogunate . among warriors with less than 10,000 koku , those who belonged to the shogunate were called jikisan . in fact , because the feudal lords that were the daimyo shared characteristics with chinese lords ( shoko ) , they were also called daimyo shoko . this section describes the details of the edo period , recent daimyo . for shugo daimyo or sengoku daimyo , refer to the relevant articles . edo period daimyo the rank of edo period daimyo was determined by family status , official rank , size of stipend , office , and service . first , depending on his connection to the tokugawa shogun family , related families ( shinpan , shinpan daimyo ) were classified mainly as fudai daimyo ( hereditary daimyo ) that were vassals of the tokugawa family before the battle of sekigahara , and tozama daimyo ( non-hereditary daimyo ) that became vassals around the time of the battle of sekigahara . the first shogun , ieyasu , in order to maintain the bloodline in the event that the shogun household died out , for supervision and control of the daimyo nationwide , and for support of the shogunate , established three branch households of the tokugawa family that were allowed to use the tokugawa name , and sent the ninth son , yoshinao tokugawa , to the owari domain , the 10th son yorinobu tokugawa to the kishu domain , and the 11th son yorifusa tokugawa to the mito domain . beginning with the elder brother of the second shogun , hidetada tokugawa , and second son of ieyasu , hideyasu yuki , was sent to the echizen domain , he placed tokugawa family members as daimyo all of the country . moreover , over the generations the hereditary vassals that supported the beginning of the tokugawa shogun family were placed as fudai daimyo , who secured the shogunate 's military power while serving as important officials from the shogunate 's chief minister to members of the council of elders , supported the shogunate 's government . the fudai daimyo had relatively small stipends , and aside from the prominent fudai hitto in the ii clan who received an unusual 350,000 koku in the hikone domain , the torii , sakakibara , honda and ogasawara clans received relatively large stipends , but throughout the edo period only a few fudai daimyo maintained more than 100.000 koku , starting with the sakai , abe , hotta , yanagisawa , and toda clans . this was for the separation of influence and military power . the tozama daimyo were the daimyo that joined after the battle of sekigahara , and many had opposed the tokugawa at sekigahara . the shogunate was very careful about that , actively carried out intelligence gathering activities using spies , and when they feared impropriety or insurrection , did not hesitate to revoke rank . representative of the tozama daimyo were the kaga domain of the maeda clan , famous for the million koku of kaga , the satsuma domain of the shimazu clan , a family famous from the kamakura period , the sendai domain of the date clan , the fukuoka domain of the kuroda clan , the hiroshima domain of the asano clan , the choshu domain of the mori clan , the yonezawa domain of the uesugi clan , the saga domain of the nabeshima clan , the kumamoto domain of the hosokawa clan , the okayama and tottori domains of the ikeda clan , the tokushima domain of the hachisuka clan , the tosa domain of the tosa yamauchi clan , and the akita domain of the satake clan . the status of a daimyo was defined as kokushu if their territory was one province or more , or an equivalent number of koku , as joshu daimyo ( joshu class ) if they had a castle , those without a castle were distinguished as jinya , and the rooms that they occupied at edo castle during their service there were differentiated based on the daimyo 's status . refer to shikoseki for details . aside from daimyo in charge of provinces , those with 100,000 koku were generally not allowed possession of a whole district , and usually held territory around the castle and in patches . in extreme cases , rule of a single village was divided between two land holders ( aikyu ) . daimyo , as a rule , had 10,000 koku or more , but the kitsuregawa clan 's kitsuregawa domain was 5,000 koku . that was because the kitsuregawa clan were descendants of the ashikaga clan . daimyo were subject to control by the shogunate through the laws for the military houses and the sankin kotai ( alternate attendance ) system . other than that , there was a system of assignments called otetsudai , and at the end of the edo period some were ordered to defend the coast , so the daimyo were always in a difficult position financially . words associated with daimyo daimyo kazoku - among the nobility , those who had formerly been daimyo . daimyo yashiki - a daimyo 's mansion . out of several , the principle residence in edo was called kamiyashiki , and the others shimoyashiki . daimyozen - generous like a daimyo . daimyo gyoretsu ( daimyo procession ) - the daimyo moving in a file when changing beginning a term in edo . also used to refer jokingly to a group moving in a cluster around an important person . daimyo hikeshi - edo firefighter brigades that the edo shogunate ordered each daimyo to create . made up of samurai from each domain . daimyogashi - when a major merchant lent money to a daimyo at high interest with rice as collateral . daimyoazuke - when the shogunate entrusted management of criminals to a daimyo . daimyo bushin - extravagant construction . daimyo ryoko - extravagant travel . daimyo hikyaku - a messenger that a daimyo employed to communicate between edo and the province . daimyo oroshi - cutting a fish into three slices so that a lot of meat stays around the spine . comes from the fact that the practice is extravagant . daimyogiri - cutting meat or fish into rough chunks . daimyogai - purchasing something just as the seller asks for . daimyo wan - a big bowl . daimyo kendon - refers to a kendon that was served in a container that has a lacquer painting of a daimyo 's family crest or boat . daimyojima - a design of thin , vertical pinstripes . the muromachi period dictionary " setsuyoshu " listed the two pronunciations ' taimei ' and ' daimyo , ' the former meaning a shugo ( a major feudal lord ) , and the latter meaning a wealthy person ( the wealthy class ) . in the warring states period , the distinction by pronunciation weakened , and it is thought that ' taimei ' was common . the nippo jisho ( japanese-portuguese dictionary ) from the beginning of the 17th century also listed the two pronunciations , ' daimyo ' and ' taimei , ' but there was no clear distinction in meaning , and both were used for major feudal lords . the pronunciation settled on ' daimyo ' after the beginning of the edo period , and by the kansei era they were solely called ' daimyo . ' shugo daimyo , sengoku daimyo shinpan , fudai daimyo , tozama daimyo domains lords +onmyoji ( pronounced as on-myo-ji or on-yo-ji , meaning oracle ) was the name of a government post in the onmyoryo ( bureau of divination ) of the nakatsukasasho ( central affairs ministry ) under the ritsuryo legal system of ancient japan . onmyoji , who were assigned as hogi ( otherwise known as a gikan , meaning a bureaucrat with specialized skills ) , originally performed only senzei and chiso ( rituals performed to determine lucky and unlucky directions ) using onmyodo , which is based on the principles of inyo gogyo ( yin-yang and the five elements ) , but later were given responsibility for all divinations , magic , and religious services outside the provisions of the ritsuryo legal system . after the medieval period , onmyoji referred mainly to non-bureaucrats who performed divination , magic , and religious services independently among the civilian population in various locations , today , they are a type of shinto-priest who recite prayers and perform divination in the private sector . it may be pronounced as ' on-yo-ji ' without applying tone sandhi . the principles of inyo gogyo , that began in the xia and shang dynasties and nearly completed within the zhou dynasty , assume that every event occurs due to certain combinations of inyo together with the principles of gogyo or astronomy , calendar , eki and clock , all closely linked to inyo gogyo , and were introduced to japan directly from mainland china ( han / sui ) or via the korean peninsula ( goguryeo / baekje ) during the asuka period in the 5th and 6th centuries , or , at the latest , when gokyo hakase in 512 , and eki hakase in 554 from baekje , visited japan . while the effect of these principles on politics and culture was insignificant at first , after kanroku , the pioneer of onmyodo in japan , arrived from baekje in 602 and lectured to 34 selected bureaucrats , including shotoku taishi ( prince shotoku ) , they began to have a major impact on national politics . the influence of inyo gogyo became significant when the almanac ( genka-reki or genka calendar ) was adopted as the official calendar for the first time in japan , and when kenzuishi ( japanese delegates to the sui dynasty ) were dispatched to the culturally advanced sui commencing in 607 to absorb buppo ( law of buddhism / dharma ) , the principles of inyo gogyo and rekiho ( method of making calendars ) , and when the seventeen-article constitution and twelve-cap rank system were established by shotoku taishi . thereafter , the imperial court continued to strive to absorb additional knowledge by having students accompany kenzuishi ( and subsequently kentoshi , the japanese delegations to visit the tang dynasty ) and by inviting numerous buddhist monks and scholars from mainland china or various ports of call from the korean peninsula . as the introduction of these learnings progressed , a perception developed , whereby , to " predict the future and receive guidance for everything concerning human life by studying the movements and positions of nichigetsuseishin ( the sun , the moon , and the stars ) and to judge good , bad , auspicious or harmful signs based upon the principles of gogyo and the way of productive and conflicting relationships in the natural world " became important and greater faith in the principles of inyo gogyo as a measure used to establish codes of conduct by judging good and bad fortunes . in the 7th century , emperor tenmu , a master of tenmontonko who personally performed divinations with a choku during the jinshin war and who had great knowledge of the principles of inyo gogyo , set up ' onmyoryo ' and japan 's first senseidai ( astrology station ) in 676 . in 685 , as the principles of inyo gogyo grew more popular , with the term ' onmyoji ' starting to be used , it was put into statutory form to install onmyoryo as a ryo ( in line with the ritsuryo system ) as a division of department of nakatsukasasho , by the ritsuryo formally announced in the yoro period in 718 and when it was stipulated that tenmon hakase , onmyo hakase , onmyoji , reki hakase , and rokoku hakase be made permanent posts as gikan ( bureaucrats with specialized skills ) , they began to officially perform divinations alongside jingikan ( a bureaucrat in charge of shinto ceremonies ) who were responsible for kiiboku ( fortune telling using turtle shells ) . since hogi was responsible for the arts being brought over from the continent , toraijin ( foreigners that came to japan ) were well versed in the various learnings with good reading skills in the chinese classics , who were generally from eastern han , western han , or sui that gained supremacy in place of the hans in mainland china , as well as goguryeo / baekje that had power in western korean peninsula , and , in rare cases , scholar monks from silla that were powerful in eastern korean peninsula at that time were appointed as various hakase or onmyoji . in particular , later in 663 , during the fall of the baekje dynasty after losing the baekgang war when japan had sent reinforcements to its ally baekje and silla consolidated the korean peninsula , a large number of experts in various fields came to japan as refugees and many of them were subsequently appointed to government posts . when onmyoryo was first set up , as hogi 's duties only consisted of seizen , chiso ( something like the present ' feng shui ' ) , astronomy , astrology , calendar-making , judging lucky and unlucky days and the clock , they exclusively worked to observe astronomy , to manage the calendar and clock and to make predictions on good and bad luck concerning events using logical analyses based on inyo gogyo , while never performing religious ceremonies or magic rituals like jingikan or monks , they played a key role in selecting lucky days when building or reconstruction work was required at the imperial court and performed divinations for lucky and unlucky properties / directions for relocating the capital . at onmyoryo , as executive officers who are administrative officials , onmyo no kami ( chief of onmyo ) director of onmyoryo . the position that manages onmyoryo to supervise all work related to astronomy , the calendar , wind / clouds and atmospheric conditions , when abnormal conditions occur , to seal the record to make sure information is not leaked outside and private reports to the emperor ( tenmon misso ( reporting unusual astronomical phenomena to the emperor ) ) , to submit the new year 's calendar developed by reki hakase by november 1 of the year ( goryakuso ( submission of the next year 's calendar ) ) , and reporting the outcome of senzei and chiso to the emperor each time they are performed . number of positions 1 . official rank is jugoinoge ( junior fifth rank , lower grade ) . onmyo no suke ( deputy chief of onmyo ) undersecretary worked as assistant to onmyo no kami number of positions 1 . jurokuinojo ( junior sixth rank , upper grade ) . onmyo no jo hogan . supervised the bureau and managed all office work , such as reviewing documents . number of positions 1 . jushichiinojo ( junior seventh rank , upper grade ) onmyo no taizoku senior sakan performed recordkeeping such as ; writing / reading aloud government documentations . number of positions 1 . juhachiinoge ( junior eighth rank , lower grade ) . onmyo no shozoku junior sakan . performed recordkeeping , assisting onmyo no taizoku . number of positions 1 . daihatsuinojo ( greater initial rank , upper grade ) . as a hogi that is also a gikan ( bureaucrat with specialized skills ) tenmon hakase ( master of astronomy ) the main person in charge of astronomy . observes astronomical conditions to seal off any abnormal changes , and functions as instrustor to train 10 astronomy student apprentices . number of positions 1 . shoshichiinoge ( senior seventh rank , lower grade ) whose rank is set higher than for other hakase ( masters ) as astronomy was considered the most difficult discipline of those among onmyo . onmyo hakase ( master of onmyo ) the main person in charge of onmyodo . instructor who trains 10 onmyo no sho ( students of onmyo ) . number of positions 1 . shoshichiinoge ( senior seventh rank , lower grade ) whose rank is set high , similar to that of tenmon hakase ( master of astronomy ) . onmyoji specialist of senzei ( predicting good and bad fortune ) and chiso ( observing correct direction ) . number of positions : 6 . jushichiinojo ( junior seventh rank , upper grade ) . reki hakase ( master of reki ( calendar ) ) the main person in charge of rekido ( calendar ) . is responsible for developing , editing , and managing the calendar and is also an instructor that trains 10 reki no sho ( students of reki ) . number of positions : 1 . jushichiinojo ( junior seventh rank , upper grade ) . rokoku hakase ( master of the clock ) the main person in charge of managing time . performs duties to design / manage rokoku ( water clock ) , to lead shushincho to operate the water clock and to read graduations to manage time . number of positions was 2 for 2 work shifts . jushichiinoge ( junior seventh rank , lower grade ) . as onmyodo students , tenmon no sho ( student of astronomy ) number of positions : 10 onmyo no sho ( student of onmyo ) number of positions : 10 reki no sho ( student of reki ) number of positions : 10 it was possible for commoners as well as sons of civil servants to gain appointments to these positions . additionally , as administrative workers , the following duties have been posted . shushincho persons responsible for reading the water clock under the supervision of the master of the clock and announcing the time by using instruments ( drums and bells ) on the hour . number of positions : 20 . jibu administrative workers that perform common duties within their individual departments . number of positions : 20 . jikicho laborers that perform assigned common duties within their individual department . number of positions : 2 . of the hogi belonging to onmyoryo , onmyoji specialized in senzei / chiso , may be defined ' narrowly as onmyoji , ' whereas , all of the other hogi , including tenmon hakase , onmyo hakase , onmyoji , reki hakase and rokoku hakase may be defined ' broadly as onmyoji . ' additionally , thereafter , the group of broadly defined onmyoji was sometimes referred as ' onmyodo . ' the ritsuyo system strictly prohibited all outsiders ( everybody , not only oracles and monks but also general civil servants and private citizens ) except for the persons appointed as trainees at onmyoryo to learn astronomy , onmyo , reki , or measuring hours , or to discuss the occurrence of disasters , unusual phenomenon or auspicious events , it also prohibited any equipment relating to astronomical observation and measuring time , or documents about the various arts of onmyo , to be removed from onmyoryo , and it even forbade private individuals from owning any of the foregoing equipment or documents . onmyodo was , therefore , managed as a state secret under the exclusive control of onmyoryo until early heian period in the beginning of the 9th century , while the ritsuryo system was being rigorously observed . thereafter , in keeping with the trends of the time , ' kaku ' and ' shiki ' ( enforcement orders to amend details of the ritsuryo ) began to be frequently issued , causing the number of staff at government offices to balloon and the number of staff at onmyoryo to increase substantially up until the mid-heian period . onmyo no jo , the position of judge overseeing general internal affairs split into 2 positions ; onmyo no daijo and onmyo no shojo . the number of these positions was one each with the court rank being jushichiinojo ( junior seventh rank , upper grade ) for both but onmyo no shojo 's role was to assist onmyo no daijo . gon no shoku ' ( a staffing practice not prescribed in the ritsuryo while in reality , ' gon no shoku ' did not initially perform any of the corresponding duties , it was set up as an honorary interim job title having the status of " gon no x " when assigned to someone other than a formal appointee for that job and later when it was made a permanent post , it had the authority equivalent or close to that of the official position ) was made a permanent position . onmyo no gonsuke , which was a temporary government post ' suke , ' was made a permanent position at the jurokui ( junior sixth rank ) , similar to the formal position onmyo no suke for assisting onmyo no kami , this effectively split onmyo no suke into 2 positions . with respect to hogi ( gikan ) , ' gon no shoku ' was set up in conjunction with each hakase and tenmon gon no hakase , onmyo gon no hakase , reki gon no hakase , and rokoku gon no hakase , were made permanent positions . however , their court rank , was set up one rank lower than for each of the regular hakase and they acted as regular hakase 's assistants . after the model of staffing practice with students in daigakuryo ( students who , having completed specialized study , remained in daigakuryo aspiring to be hakase working towards the level of academic achievement equivalent to a master 's or doctoral program of today ) , tenmon tokugyo no sho ( tenmon student ) ( number of positions : 2 ) , onmyo tokugyo no sho ( onmyo student ) ( number of positions : 3 ) , and reki tokugyo no sho ( reki student ) ( number of positions : 2 ) were set up as official candidates for the positions of the respective hakase and onmyoji . with respect to administrative jobs , onmyo no shisho ( number of positions unknown ) was set up to perform messenger services such as ; copying documents and delivering hingisho ( meeting agenda ) within the bureau . while it was explained that part of jibu , initially prescribed in the ritsuryo , was transferred or onmyo no shisho was set up as a new job classification , the truth remains unknown as the existing records are insufficient . among hogi ( gikan ) generally given a lower court rank in every department , that for hogi in onmyoryo , albeit on the low side , was set up higher compared to their counterparts belonging to the other departments . however , since onmyoryo was shoryo ( lower ranking in the tsukasa system ) under nakatsukasasho , the court rank for the administrative officer shitokan ( four classifications of bureaucrat ranking ) was lower compared to similar positions in other departments and what was called , around the mid heian period , tenjobito known as senseki who were allowed to come to the palace and address the emperor was only onmyo no kami with a jugoinoge ( junior fifth rank , lower grade ) while all others were jigenin who were not allowed to enter the palace . when the ritsuyo system was originally implemented , toraijin scholar monks , who came to japan from other advanced nations , were exclusively appointed as hogi including the various masters and onmyoji , whereas , qualified persons among secular people ( people who have not entered the priesthood or lay people ) gained appointments as trainees such as students of astronomy , students of onmyo , and students of reki . this was precipitated in an effort to develop human resources with no restrictions attached to their employment and working conditions in the imperial court by training bureaucrats from the secular class because ; considering the nature of the priesthood , it was impossible to have scholar monks work in the imperial court that governed a secular society , and since it seemed unlikely to force priests to leave the priesthood ( to return to the lay personhood ) other than to issue an imperial ordinance an ordinance like this one could not be issued lightly . originally , shitokan ( four classifications of bureaucrat ranks ) ( administration officer ) and hogi ( gikan ) were appointed with strict distinctions from one another and , up until the latter half of the 7th century , a scholar monk appointed to the post of gikan , such as hakase or onmyoji , would leave the priesthood by imperial decree . this practice , however , became increasingly lax , with some scholar monks being appointed as hogi without leaving the priesthood and who subsequently transferred or held an additional post of a senior shitokan position ( particularly kami and suke ) while working as administration officers . due to the fact that the rank could not be raised within the job classification of hogi according to the general rule governing ' suitable court rank , ' basic to the ritsuryo system , a measure was taken to raise the court rank by appointing the incumbent to an additional post of senior shitokan as ' gon no shoku ' ( a temporary position ) when raising the rank of a scholar monk hogi while remaining in the priesthood . further , as training progressed , the number of hogi who were bureaucrats from the secular class increased and personnel exchanges began to take place more freely . in any event , transfers or double assignments as an administration officer among gikan in onmyoryo were quite common and many former or active gikan held the additional post of onmyo no kami , or chief of that bureau as well , developing a characteristically strong technical government office from nara to early heian period . however , with discontinuation of kentoshi after the last delegation in 838 ( some argue that 894 was the last year of kentoshi but it is widely accepted that since ambassador sugawara no michizane recommended the cancellation to the emperor , there was no kentoshi in that year ) , opportunities to invite fine toraijin from tang in the continental mainland were lost ( japan 's relationship with the united silla was not as close as that with baekje ) . as a result of onmyoryo 's policy to continue exclusive development of only 30 selected trainees to become hogi ( gikan ) , the number of gikan in onmyoryo and the number of posts in that office gradually decreased , while a power struggle among court nobles intensified during the early heian period of 9th century . in light of the above , onmyo no kami , the only job classification equivalent to tenjobito in onmyoryo , began to be used as another post for court nobles instead of for gikan like the various hakase , and since that position was at the bottom of the senseki class being a jugoinoge ( junior fifth rank , lower grade ) , it tended to be a post given to the disadvantaged minor court nobles whose careers tended to be sidetracked . around that time , temporary assignments started to become particularly common which subsequently were made permanent positions , however , it was not due to respect for those in the priesthood but mainly for the purpose of offering job satisfaction to court nobles . afterwards , in the early 10th century , when the kamo clan and the abe clan began to pass their respective jobs down exclusively by succession , people from these families virtually monopolized the higher positions including onmyo no kami in onmyoryo . since the various arts of onmyo performed by the both families became a quasi-religion going beyond their original official capacity , and since their art was favored by the nerve center of the imperial court , despite the fact that the kamo clan and the abe clan only performed the art of onmyo , they were appointed to higher government posts over others , climbing to the jushiinoge ( junior fourth rank , lower grade ) which exceeded onmyoryo-related positions as stipulated by the ritsuryo which was jugoinoge ( junior fifth rank , lower grade ) being the highest . the abe clan , in particular , were assigned to high jushiinojo ( junior fourth rank , upper grade ) in the 11th century and in addition , in the 12th century , during the muromachi period , to receiving the classification of tosho-ke , which was generally assigned to kugyo ( the 3rd court rank or above ) by relying on the patronage of shogun yoshimitsu ashikaga as a stepping stone , thereby referring to themselves as members of the tsuchimikado family . while experiencing a decline between the late muromachi period and the sengoku period ( period of warring states ) , in more recent years the tsuchimikado family was given regulatory rights across the country over onmyoji by the edo bakufu ( japanese feudal government headed by a shogun ) and they enjoyed their prosperity until the beginning of the meiji period . in the early 9th century , during the heian period , beginning with the relocation of the capital from nagaoka-kyo to heian-kyo prompted by emperor kanmu 's constant fear of demons caused by frequent disasters and deaths around him after the assassination of fujiwara no tanetsugu , belief in ghosts suddenly spread in and around the imperial court . interest in seeking the benefit of powerful magic to drive demons away became strong , creating an atmosphere in which theistic seishin worship ( worshipping the sun , moon , stars ) or magic with a strong undertone of taoism such as reifu in addition to the koshinto ( ancient shinto ) religion started to attract more attention . jugon hakase and jugonshi in tenyaku no ryo was established as an agency in charge of shini ( prediction ) , taoism , and buddhism , particularly jugondo with its element of esoteric buddhist prayers as a healing art were eliminated or consolidated into onmyoryo during fujiwara no kamatari 's generation , who was inyoka . given this , onmyodo possessed elements that started to show the various features of taoism or buddhism ( particularly , the magic of esoteric buddhism introduced at the end of the 8th century and an astrology called suiyodo which accompanied magic to japan ) to koshinto combined , but in time goryo started to show more diversity . for example , magic such as katatagae ( fortune telling based upon directions ) and monoimi ( abstaining from contact with the unpure ) that became common in the onmyodo practice in the latter half of the 9th century and ceremonies such as taizanfukun-sai originating from taoism , whereas , sanmai ( throwing rice ) , norito ( shinto prayer ) and uho ( a method of incantation ) derived from koshindo . additionally , while fujiwara hokke ( northern household of the fujiwara clan ) was in the process of expanding and establishing their clout in the imperial court , power struggles among court nobles became considerably intensified and onmyodo was used to concoct slander or false accusations aimed at bringing down the rival power from time to time . this trend became prevalent as fujiwara no yoshifusa gained power during the eras of emperor ninmyo and emperor montoku ( 833 - 858 ) and aside from emperor uta being personally familiar with the art of divination ( shueki ( eki established in the zhou dynasty ) ) , fujiwara no morosuke was so well versed in onmyodo that he wrote ' kujodonoikai ' and ' kujo nenchugyoji ' ( kujo annual events ) incorporating many taboos and manners based upon the principles of onmyo into guidebooks . this environment produced some charismatic onmyoji including shigeoka no kawahito and yuge no koreo and , also , a change of era name to eliminate the effect of disaster based upon ' shinisetsu ' ( a periodical prediction theory ) preached by the chinese classic scholar kiyoyuki miyoshi was implemented in 901 , which thereafter became a custom , further strengthening the influence of onmyodo in the imperial court . further , the fact that persons such as kugyo fujiwara no morosuke and the chinese classic scholar kiyoyuki miyoshi , who did not belong to onmyoryo , but who had mastered astronomy , onmyo , the art of divination , and the art of the calendar , shows that the national secret policy prescribed in the ritsuryo whereby the arts of onmyo were prohibited from being taken out of onmyoryo , had failed by this time . before long , as the ritsuryo system became more relaxed after the mid-heian period , with the sekkan seiji ( politics run by the sessho and kanpaku ) and the shoen ( manor ) system becoming widespread , a custom developed in which ' illegal onmyoji , ' who were not bureaucrats that belonged officially to the onmyoryo , openly violated the ritsuryo by privately getting close to noblemen , starting what became a common practice of them secretly performing divinations to judge good and bad luck or ceremonies to prevent disasters ; in some cases , people would even contract them to cast a spell to kill an adversary . as a result , a steady stream of the ' official onmyoji ' in onmyoryo subsequently began to go along with the flow of the times and their actions were far from their duties as prescribed by the original ritsuryo and by arbitrarily indoctrinating lucky and unlucky directions or aspects of stars , they intruded into controlling private activities of the emperor / royal family and kugyo / kuge ( court noble ) and started to manage the inner space of the nerve center of the imperial court , working behind the scenes in the shadow of the administration going beyond the normal duties based on the official system . in the 10th century , kamo no tadayuki and his son kamo no yasunori , and his student abe no seimei , having a mastery of all astronomy , onmyodo , and calendar-making , appeared , and being an exception to people with an onmyoji hogi background who generally advanced to the jugoinoge ( junior fifth rank , lower grade ) , they climbed to the jushiinoge ( junior fourth rank , lower grade ) by winning the trust of the very nerve center of the imperial court . kamo no yasunori taught everything there is to know about the art of calendar-making to his heir kamo no mitsuyoshi and astronomy to his student abe no seimei , and since both turned their learning into an esoteric art which was passed down by succession within their own respective families , abe 's astronomy acquired an extremely specific characteristic of forecasting disasters and auspicious signs , whereas , the art of calendar-making of the kamo family changed into an art with a distinctively strong flavor of sukuyodo rather than rekido in its pure form . as a result , the point was reached where onmyoji came exclusively from the kamo and abe clans and when abe no akichika , the grandson of abe no seimei , was assigned as onmyo no kami , a policy was announced to permanently appoint the kamo family members to reki hakase and the abe family members to tenmon hakase and thereafter , the kamo and abe clans virtually monopolized all of the posts in onmyoryo that were originally not designed to be inherited by succession . further , when these families began to assume even higher government posts , surpassing the role of onmyoryo while remaining onmyoji in reality , the official onmyoryo became totally reduced to a shell and onmyoji became the charismatic spiritual rulers identified exclusively by their religious magic and ceremonies and thereby dominating the imperial court . with respect to policymakers in the nerve center of the imperial court between the 10th and 11th centuries , in particular , onmyoji played a significant role in various affairs , from politics and staffing to an emperor 's abdication from the throne , including being instrumental in the incident when sadaijin ( minister of the left ) fujiwara no tokihira demoted sugawara no michizane from a ministerial office to dazai no gon no sochi ( shotai incident ) . additionally , it was about this time when persons performing onmyoji acts outside onmyoryo , that were originally supposed to be prohibited by the ritsuryo , became common in localities other than the capital and numerous charismatic onmyoji , including doman ashiya , appeared in the private sector . throughout the 11th and 12th centuries , numerous masters came from the abe family that specialized in astronomy , considered the most difficult among the arts of onmyo , and a pattern was established making onmyo no kami and onmyo no suke the positions to be succeeded by the abe and kamo clans , respectively . around the time of the war of genpei at the end of the heian period , abe no yasuchika , the great-great-grandchild of abe seimei 's child abe no yoshihira , had climbed to the shoshiinojo ( senior fourth rank , upper grade ) and his child abe no suehiro the shoshiinoge ( senior fourth rank , lower grade ) , but their power declined for a time due to their losing political influence because power subsequently shifted to the kamakura bakufu , with the confusion during the ( japanese ) nanbokucho period ( period of north and south courts ) and with the family 's infighting over which court they were to side with . at the end of the heian period in the late 12th century , the samurai class gained prominence with the rise of heike ( the taira family ) originated from hokumen no bushi ( warriors who served emperor daijo to provide protection ) that was given an important position during the times of insei ( cloistered politics ) and genji ( the minamoto clan ) who defeated heike , the military government , the kamakura bakufu formally came into power in 1192 . since onmyoji was essential to establishing the code of conduct for both the minamoto clan and the taira clan since the days of the war of genpei , the new shogunate also had a high regard for onmyodo . the originator of shogunate , minamoto no yoritomo used the lucky days as divined by onmyoji in all matters from fighting at various places to seize power , to actions taken for all of the measures and policies in early days of the shogunate and the second shogun minamoto no yoriie followed yoritomo 's examples by inviting onmyoji from kyoto , but yoriie used onmyoji exclusively as accessories to add a formal touch to public functions , never letting onmyoji meddle with his private life . after the assassination of the third shogun minamoto no sanetomo , with evolution of the shikken administration ( regent to shogun ) , it became common for royalty or a court noble to be invited to assume the status of the kamakura seii taishogun ( literally , " great general who subdues the barbarians " ) as a puppet shogun under the control of the regent hojo clan and because of their background , the invited shogun and people around them naturally attached importance to onmyoji . when the development of marshland in musashi province ( presently tokyo and saitama prefecture ) was completed for the time being , the fourth shogun fujiwara no yoritsune was told of a government strategy that , as a public works project , they planned to draw irrigation water from the tama-gawa river water system to secure drinking water and to develop rice paddies but since it was located true north of kamakura city , the home of the kamakura shogunate , the direction of the proposed development was judged as daibondo ( the unluckiest direction ) by onmyoji and the shogun 's residence consequently was moved ( katatagae as called in onmyodo ) from kamakura to another house of akita jo no suke yoshikage ( 秋田城介善景 ) in the present tsurumi ward , yokohama city which was deemed a lucky direction prior to ordering the commencement of construction . thereafter , subsequent generations of shogun began to keep a group of onmyoji called ' kenmon onmyodo ' close by instead of inviting onmyoji from kyoto each time and , when the jokyu war broke out later on , the imperial court had onmyoji in onmyoryo and the shogun had kenmon onmyoji say prayers , making onmyoji indispensable particularly to the shogun in the mid and late kamakura period . however , only those close to the shogun who came from the royal family or the court noble class were devoted to onmyodo , whereas , the regent hojo clan was indifferent and , from bando hachi heishi ( the taira clan in eastern japan ) to the class of warriors originating from all regions throughout the country who later became known as ' kokujin ' ( people of the country ) serving under the hojo clan were not interested in prestige of the imperial court nor were they in the habit of consulting onmyoji on the code of conduct , onmyoji never acquired the power of spiritual influence to trample on the entire samurai class , limiting their visibility to within the powerless imperial court as well as the world of kugyo and court nobles . during the early kamakura period , the authority of shugonin bugyo ( subsequently shugo ) or jito over kokugaryo ( state-owned land ) and shoen ( manor ) was not so conspicuous , but after the mid kamakura period , as the tax revenue efficiency of the state-owned land and shoen or properties themselves began to be rapidly eaten away by these people , the imperial court and court nobles , who were the protection basis of onmyoji , started to experience financial difficulties . when the ( japanese ) nanbokucho period ( period of north and south courts ) came as takauji ashikaga started the muromachi bakufu , breaking away from emperor godaigo after the kamakura bakufu was overthrown by the order of that emperor , the ashikaga shogunate family , having the feudal government in kyoto and supporting the north court , gradually began to adopt the court noble-like lifestyle and onmyoji once again began to have influence around the time of the third seii taishogun yoshimitsu ashikaga . ( it is said that yoshimitsu was planning to make the authority of the chrysanthemum throne his own and his giving an important role to onmyoji was aimed at seizing the responsibility for religious services performed in the imperial court . ) of the 2 families that passed down onmyodo by succession , the kadenokoji family that the kamo family became commonly known as in the nanbokucho period ( in the muromachi period , since their residence was located on kadenokoji street , the kamo clan began to call themselves by this name , but it was different from the kadenokoji family of the fujiwara hokke hino family line or the shiba clan line ) gradually lost their power and , even though kamo no arikata wrote ' rekirinmondoshu ' and flourished , the family line ceased to exist when the heir to the main branch of the kadenokoji family was killed in the mid muromachi period . on the other hand , the abe clan played their cards well , with abe no ariyo ( the 14th generation abe no seimei ) climbing to kugyo status of junii ( junior second rank ) by using the patronage of seii taishogun ashikaga yoshimitsu as a stepping stone and it became the talk of the town as a landmark incident in which onmyoji , who were dreaded and detested because of the nature of their official capacity in the imperial court in those days , were made kugyo . thereafter , abe no arimori , the child of abe no ariyo , abe no arisue , as well as abe no arinobu , were made kugyo from generation to generation , eventually advancing the abe clan that was originally middle class nobility to the status of tosho-ke , and during the days of abe no arinobu in the 16th century , by seizing the opportunity presented when the kadenokoji family ( formerly the kamo clan ) was extinguished , the abe clan became a monopoly in both arts of astronomy and calendar-making for over 5 generations . since the residence of the family head was located in the tsuchimikado area for generations beginning in the days of abe no ariyo , the abe clan began to refer to themselves as the tsuchimikado family ( named after the geographical name and this was different than the minamoto no michichika line of the tsuchimikado family descended from murakami-genji ( minamoto clan ) ) monopolizing support of the imperial court and the shogun and , up to this point , it seemed that the abe clan enjoyed infallible power in relation to the arts of onmyo . the actual political power of the ashikaga shogunate , however , was not long-lived and , after the mid muromachi period , san-ke shi-shoku ( 三家四職 ) , except for the hosokawa clan , declined and , rather than the shogunate rein , the coalition government due to some powerful shugo , became stronger and this created a power struggle among factions that lead to frequent wars , such as the onin war , breaking out . additionally , as provincial military governors became daimyo ( japanese territorial lords ) in the sengoku period and the climate of gekokujo ( an inverted social order when the lowly reigned over the elite ) became widespread among shugodai ( deputy military governors ) and kokujin ( local lords ) , samurai were desperately trying to survive and onmyodo , which had been used as accessories for formal functions , were no longer seen as important ; meanwhile , with kyoto , which was home to the patron of the onmyoji , the imperial court , left devastated by a series of wars and the tyranny of the sengoku daimyo , the sight of the shogun fleeing the capital became increasingly common . during the first half of the 16th century , abe no arinobu took refuge on his property in natanosho village notaoi in wakasa province where he had never visited in peace time and although having been assigned as onmyo no kami for 3 consecutive generations that included himself , his son ariharu tsuchimikado and his grandchild hisanaga tsuchimikado , they almost never reported to work in kyoto . while staying in wakasa , abe no arinobu performed various religious services such as taizan fukunsai ( a religious service to pray for a long life ) which forced the perplexed imperial court to summon aritomi kadenokoji who was a member of a branch family of the kamo clan , to have him perform various kanjin ( 勘申 ) and the performance of onmyoryo started to become extremely artificial . thereafter , after the oda clan , as the toyotomi family consolidated power , when taiko hideyoshi toyotomi ostracized his adoptive son kanpaku hidetsugu toyotomi and ordered him to commit suicide by hara-kiri , hisanaga tsuchimikado was convicted for having recited prayers at the request of hidetsugu toyotomi and was banished to owari province . after a massive crack down on onmyoji by hideyoshi , the post of onmyo no kami and its subordinate positions in onmyoryo became vacant and when onmyoji had no work at the center of the government , the court onmyodo lost its significance for a period of time . onmyoryo and onmyoji lost their presence as bureaucrats due to the complete breakdown of the ritsuryo system and hideyoshi toyotomi 's oppression but , on the other hand , onmyodo , that was supposed to have been a state secret , burst into the private sector and a large number of civilian onmyoji flourished across the country . in the middle and early modern ages , the term onmyoji consequently no longer meant bureaucrats in onmyoryo , but came to mean non-government civilian worker onmyoji performing kaji kito ( removing bad spirits by offering prayers ) or divinations personally requested by common people in the private sectors and their onmyodo went through unique transitions being blended in with popular faith and ethnic rituals in various regions . around that time , ' hokinaiden , ' apparently written by abe no seimei during the nanbokucho period ( japan ) , became widely known as a civil book of onmyo linked to the gozutenno faith . bogus shinto priests and monks as well as groups of eta hinin ( people below the regular social class established in the edo period ) called themselves onmyoji and traveled to various regions to perform reibai ( spirit medium ) or kuchiyose , demanding exorbitant fees for reciting prayers or performing divinations , and a clandestine and dubious public perception of such people associated with the term ' onmyoji ' became widely established . subsequent to this time , some of civilian onmyoji who were on the constant move with no permanent home were looked down upon as were other homeless rovers . they were sometimes called ' hakase . ' when the toyotomi family began to lose their power after the death of hideyoshi toyotomi followed by the defeat of the west in the battle of sekigahara in 1600 , hisanaga tsuchimikado received a chigyo ( enfeoffment ) totaling 177 koku 6 to including kaide village and terado village in otokuni district , umenokoji village and saiin village in kadono district and kisshoin village in kii district of yamashiro province from ieyasu tokugawa and returned to the imperial court . when the edo bakufu was established in 1603 , the tsuchimikado family was officially acknowledged as the main branch of onmyodo with their service often being sought for judging chiso , for the construction and layout of facilities when edo was developed and when nikko toshogu shrine was built later on . to put a lid on popular faith to prevent rumors from circulating , the shogunate began to control activities of the flourishing civilian onmyoji in various regions at that time and to give that measure authority , the shogunate schemed to use 2 onmyoji families ( the kamo clan and the abe clan ) from the heian period to administer civilian onmyoji in various provinces assigning the existing tsuchimikado family and the kamo family that was restored by kotokui family , a branch family of the extinguished kamo clan , to this task . in view of this development , the tsuchimikado powerhouse seized the opportunity to effectively eliminate the restored kotokui family kamo clan when tomosuke kotokui ( 幸徳井友傳 ) died in 1682 , once again monopolizing all of the jobs in onmyoryo and , in addition to the patronage of the good old imperial court , they were successfully authorized to exercise the exclusive rights to control all onmyoji across the country , by the edo bakufu . further , by exercising the exclusive rights to issue diplomas to onmyoji ( a permit for onmyo no sho , a student of onmyo rather than an onmyoji ) around the country , the tsuchimikado family established themselves as the certified grand onmyodo master and their onmyodo became widely known as 'tsuchimikado shinto ' because of the shinto style they adopted for their art leading them to their golden age . onmyodo , ignored by the samurai class during wartime , was adopted in rituals observed by the shogunate and became one of the fields of study for yusoku kojitsu ( a study on government posts , ceremonies , and costumes in accordance with precedent since ancient times ) by shogunate bureaucrats under the edo bakufu government in time of peace . onmyoji around country were also active and with the akaboshi family of the katsuragisan shinzoku linage going back before the nara period , the kuga family , the samurai onmyoji ogasawara ryu of the seiwa-minamoto family lineage , the regional saga family , hachiman ryu , heki family ( 日直家 ) , the onitsura family , inasa-nagura family ( 引佐名倉家 ) , the takashi family of the enshu yamazumi lineage , the nakao family of shikoku and various families of the azumi lineage taking the lead , they transformed onmyodo by repeatedly blending regional folk customs of various locations with onmyodo and it stayed in fashion as a popular faith among common people throughout the edo period . in 1684 , harumi shibukawa , from the tenmongata shogunate , completed jokyo reki , the first solar calendar developed by japanese to replace senmyo reki ( senmyo calendar ) which had been in use for 823 years and the shogunate took the calendar regulatory rights away from the tsuchimikado family . approximately 70 years later in 1755 , however , when yasukuni tsuchimikado made horyaku reki ( horyaku calendar ) successfully reforming the calendar and regaining the rights of regulating the calendar and calendar reform , but it is said that horyaku reki contained numerous flaws and was considered to be inferior to the scientifically developed jokyo reki . except for adopting temporal hours , as compared to the tsuchimikado family 's horyaku reki or to the jokyo reki , considered more accurate than horyaku reki , the tenpo reki ( tenpo calendar ) , subsequently developed after the tenmongata shogunate regained leadership , is believed to a highly-accurate calendar . when the meiji period began , after taisei hokan ( restoration of imperial political power ) , taking advantage of the confusion created by the meiji restoration , onmyo no kami haruo tsuchimikado requested and received permission for onmyoryo to take over the former tenmongata shogunate and expropriated complete authority over astronomical observation , as well as mapping , and surveys . later , learning that the meiji government was planning to adopt the western style solar calendar , haruo tsuchimikado vehemently insisted on meiji kaireki ( changing of the calendar in the meiji period ) to maintain the old lunisolar calendar , but this proposal was never taken up due to the demise haruo tsuchimikado himself . consequently , among the top level people in the meiji government who received the proposal ' to change the calendar from onmyoryo , the pro-western civilization people argued that to move ahead with introduction of the western advanced technology and to achieve fukoku kyohei ( fortifying the country , strengthening the military ) , because there was a strong possibility that onmyoryo could lead the opposition to adopting modern science , onmyodo had be eliminated , ' whereas , shinto purists or supporters of joi ron ( principle of expelling foreigners ) argued that ' by having the emperor at the top of the government , they could not allow barbaric acts such as allegiants exercising real power by going over the emperor 's head or breaching etiquette , such as ; allegiants dictating what the emperor should do , and , further , they could not tolerate that , despite the fact that shinto was the tradition in japan , onmyodo , and an art originating from a foreign country ( china ) should go unchallenged , ' and with both parties identifying with the arguments put forward , most of them agreed to drive onmyodo out . additionally , harenaga tsuchimikado , who assumed the post of onmyo no kami after the passing of haruo tsuchimikado , was still a child and was in no position to challenge what had been said on his own initiative . seizing this opportunity , in 1870 , the meiji government went ahead and abolished onmyoryo and transferred tenmon and rekizan ( calculation of calendar ) to the university , observatory , or to a section of the navy ( japan ) . the former onmyo no kami harenaga tsuchimikado was assigned as seigakukyoku ( astronomy department ) goyogakari but was subsequently removed from that position in the end of that year and the arts of tenmon , onmyo and reki became totally detached from the tsuchimikado family . in 1872 , tensha kinshirei ( ban on tensha ) was issued and dissemination of onmyodo was also prohibited among the common people based on the grounds that it was superstition . an onmyodo ceremony ' tensochifusai ' ( following the example of the royal family , this ceremony was always performed for the tokugawa samurai shogunate each time the new shogun received the emperor 's order to assume the position of seii taishogun ) that had invariably been performed every time a new emperor ascended to the chrysanthemum throne from emperor goyozei in ancient times to the last emperor of the edo period emperor komei , was not held for emperor meiji . the tsuchimikado family lost the government post to conduct the arts of onmyo as well as the exclusive right to issue diplomas and while they further moved tsuchimikado onmyodo towards shinto , out of necessity , they also lost their influence over civilian onmyoji in various regions . since the meiji government issued the ban , nothing deriving from onmyodo was seen at public functions any more and onmyodo was also no longer in fashion among the people . the onmyodo calendar , however , remained unofficially in circulation with rekichu having its own wings backed by its mounting popularity and junichoku ( 12 choku ) was particularly preferred which many people referred to for formality or codes of conduct . after the second world war , since the ban on onmyodo was officially annulled in conjunction with obsolescence of the laws and notices established by the old meiji government , rokuyo ( 6 yo ) ( originally ' rokki ' meaning sensho / sakigachi / sakikachi , tomobiki , senbu / sakimake / senmake , butsumetsu , taian and shakko / shakku ) , a rekichu that onmyoji used in the past became more popular than junichoku ( 12 choku ) and it came into general use as part of important dates in calendars and day planners but , first and foremost , its use remains a supplementary rekichu . with respect to divinations and calendars , takashima ekidan and takashima-reki ( takashima calendar ) by jingukan in ueno ward , tokyo is relatively in common use , but their art cannot be referred to as onmyodo . today , since virtually no one relies on onmyodo or the art of onmyoji to guide their actions or personal principles in general , there is nothing to remind us of the once powerful onmyodo or onmyoji remaining and , aside from the tsuchimikado family , although their present art is far removed from onmyodo in the mid and late heian period , who remain in existence as onmyo artists under the name of tensha tsuchimikado shinto head office in oi-cho , fukui prefecture ( formerly natacho village ) in the old wakasa province which was once the family estate , only a few remaining regional onmyoji such as izanagi ryu that have been around in kami city , kochi prefecture ( formerly monobe village ) exist . eji ? - 623 came to the japanese imperial court from goguryeo in 595 ( the 3rd year of emperor suiko 's era ) during the asuka period , becoming shotoku taishi 's instructor for buppo . eji spread buppo and , together with eso who came from goguryeo , became a manager of hoko-ji temple ( presently asuka-dera temple ango-in ) as ' sanpo no toryo ' when it was built in 596 . eji brought the principles of inyo gogyo in conjunction with buppo . in 615 , eji returned to goguryeo bearing the buddhist scriptures sankyogisho ( three sutras ) ( hokekyo ( lotus sutra ) , shomangyo ( srimala sutra ) and yuimagyo ( vimalakirti sutra ) ) written by shotoku taishi . kanroku ? - ? a scholar-monk who came from baekje in october 602 ( the 10tn year of emperor suiko 's era ) . the first sojo in japan . kanroku introduced the book of astronomy / geography , genka-reki ( genka calendar ) , and tonko hojutsu as well as matogakyo based on the principles of inyo gogyo , giving lectures to the 34 selected students including shotoku taishi . it is said that kanroku taught calendar-making to yako no tamafuru , astronomy to otomo no takasato and tonko hojutsu to yamashiro no hitate ( nihonshoki ( chronicles of japan ) , vol . 22 ) . the book of genka calendar was formally adopted as the official calendar by shotoku taishi in 640 ( seiji yoryaku ( book of exempla for administering affairs of state ) ) . kanroku was the pioneer or the grass roots of onmyodo in japan , coming as the first sojo by having ' the status of kanroku enshrined to seal off the influence of the existing gobosei bunka ( pentagram culture ) with onmyodo . ' initially , kanroku resided at asuka-ji temple , hoko-ji temple affiliated with the pro-baekje soga clan and genko-ji temple , and founded kurada-daiji temple on kudara river in the yamato province in 639 . in 1998 , mokkan ( a piece of wood ) on which his name was inscribed , that read , ' emperor … .677 … kanroku … ' was excavated from the asukaike archaeological site , the remains of the bureau of onmyo and astrology station built at a later date in the years of emperor tenmu . yako no tamafuru ( or yako no fumibito no oyatamafuru ) ? - ? it is said that yako was from han and he came to japan from sui or during the era of emperor suiko or was a son of one of the feudal lords in the osumi province . the ancestor of yako no fumibito ( or yako no fuhito ) . in 602 , yako studied and mastered reki under kanroku and becoming the founder of the principles of reki in japan ( nihonshoki ( chronicles of japan ) volume 22 ) . otomo no takasato ( or otomo no suguri takasato ) ? - ? came from eastern han and came to japan during emperor suiko 's era . was also referred to as otomo no suguri takasato . in 602 , otomo studied and mastered tenmon under kanroku becoming the founder of the principles of tenmon in japan ( nihonshoki ( chronicles of japan ) volume 22 ) . yamashiro no hitate ( or yamashiro no omihitate ) ? - ? also referred to as yamashiro no hinami ( or yamashiro no omihinami ) . the likeliest explanation is that he came from the royal family . in 602 , yamashiro studied and mastered tonko which was ninjutsu described in the book of military science as " art to seize good luck and to circumvent bad luck " under kanroku and became the founder of the principles of tonko hojutsu in japan ( nihonshoki ( chronicles of japan ) volume 22 ) . so min ( or so nichibun ) ? - 653 a returnee from baekje representing the conservative wing of baekje . manager of kurada-daiji temple succeeding kanroku . while the formal buddhist name was written as 僧日文 ( so nichibun ) , the vertical writing of that name was misread as 僧旻 and established as his name . in 608 , so min accompanied the first kenzuishi ono no imoko and subsequently studied in sui for 24 years mastering a wide range of studies including buddhism , confucianism , the principles of inyo gogyo , tenmon and eki . in august 632 , so min returned to japan accompanying the first kentoshi inugami no mitasuki . thereafter , so min was appointed to important positions , lecturing on eki ( such as shueki , which was an eki established during the zhou dynasty ) to the pro-baekje soga no iruka , a funeral servant called fujiwara no kamatari and others ( according to a book called taishokukanden ) . so min was well versed in astronomy , preaching that the meteors of 637 were the roar of tengu ( goblin with long nose ) and that the meteors appearing in 639 were the omen of a famine . after the isshi incident , during the taika era reforms lasting from 645 to the following year , so min was designated as a high priest , being one of the ' 10 masters ' in keeping with the pro-buddhist state policy . he was subsequently assigned as kokuhakase ( political brain , an unofficial advisory body , a close aide to the emperor and ) along with takamuko no kuromaro , playing a key role in developing various imperial proclamations , ordinances , and systems including the ' proclamation of taika era reforms ' and hassho hyakkan no sei ( eight-ministry hundred-kan system ) in 649 . in 650 , when a white pheasant was presented by kokushi of shirato province , on the basis of a precedent in which the appearance of an uncommon bird was considered as an auspicious sign written in an isho in the han period in china as well as in chinese books on history , so min submitted a jonzui kaigen ( a principle of onmyodo which suggests a new era name be established when a phenomenon considered as a lucky omen occurs ) to emperor kotoku urging that ' since heaven presented an auspicious sign responding to the emperor 's virtues , a general amnesty should be granted to the entire nation , ' thereby the imperial era name was changed hakuchi ( white pheasant ) and he remained in an important post until his death in 653 . doken ( or hoshi doken ) ? - ? doken returned from goguryeo in emperor saimei 's era . he was also referred to as ' samon doken , ' ' so doken , ' or ' dogen . ' rather than performing buddhist-related activities , doken worked as a policy maker focusing on diplomacy by using shikisen ( divination ) . doken authored nihon seiki , private notes of diplomacy between japan and baekje / goguryeo . of the existing books , it used the country name of ' japan ' for the first time . rokufukumu ? - ? onmyoji from the noble class in baekje . it reads ' kaku ponmo ' in hanguel . after the fall of baekje and the defeat in the battle of hakusonko ( battle of baekgang ) , rokufukumu came to japan as a refugee on a japanese salvage boat in 663 ( nihonshoki ) . rokufukumu was given ' shosen jo ' which was the 18th of 26 court ranks . gyojin ? - ? gyojin came to japan from the former baekje region in the united silla during the era of emperor tenchi . he was accused as an accessory for allegely leading prince otsu into rebellion and was transported to the izu province and then to the hida province . hozo ( sohozo ) ? - ? hozo came to japan as a refugee escaping from the war due to the fall of baekje during the years of emperor tenmu . ryukan ( takara ) ? - ? ryukan was the son of the toraiso gyojin who came from the united silla . taking over from his father who was banished to izu province and then moved to a temple in hida province , he became a monk scholar familiar with the various arts of onmyo referring to himself using the buddhist name of ' ryukan ' receiving a reduction of punishment for predicting an auspicious sign on the occasion that kokushi ( provincial bureaucrat ) of hida province presented shinme ( horses presented to shrines or horses used for ceremonies held at shrines in japan ) in 702 and was allowed to go to the capital city ( shoku nihongi ) . afterwards , when he worked in the imperial court , ryukan returned to a secular life changing his name to ' takara . ' kibi no makibi 695 - 775 kibi no makibi was a nobleman and scholar who studied the principles of inyo gogyo while visiting tang as a kentoshi brought back the numerous related literature and demonstrated the talent as onmyoji . serving emperor shomu , he replaced the conventional jugonshi with onmyodo and adopted taien reki ( taien calendar ) based on onmyodo . kibi no makibi was demoted by fujiwara no nakamaro but subsequently climbed to the post of udaijin ( minister of the right ) in recognition of his success in repressing nakamaro 's rebellion . the story about assuaging the ghost of fujiwara no hirotsugu is well known ( konjaku monogatari ( tales of now and then ) ) . abe no nakamaro 698 - 770 abe accompanied kentoshi as an exchange student who , having studied hard , successfully taking kakyo / keju ( examinations for chinese state bureaucrats ) climbed to a high-ranking official in tang but never returned to japan . abe 's chinese name was ' choko . ' abe no seimei claimed that abe no nakamaro was his ancestor , but it contradicted the historical facts . otsu no obito otsu came from the family of toraijin from the united silla . he was also referred to as ' otsu no murajiobito . ' after entering priesthood , otsu was active as a monk ' giho ' but was sent to united silla as an ambassador and , after coming back to japan , he returned to a secular life by royal decree to work in the imperial court and was given the name otsu no obito . he was an ancestor of the otsu family , members of which held the position of onmyoji for generations until the time of otsu oura . otsu received jugoinojo ( junior fifth rank , upper grade ) in 721 . he worked as onmyo no kami and also as kogogu no suke ( around 730 ) . tsumori toru ( tsumori no muraji toru ) ? - ? tsumori was an onmyoji from the toraijin lineage in the early nara period . he was also referred to as ' tsumori no muraji toru . ' tsumori was given a responsible position by emperor jito and prince kusakabe , he divined and publicly exposed a secret meeting of the rival prince otsu . after this event , prince otsu wrote a poem ( manyoshu the 108 poem , volume 2 ) < the poem written by prince otsu when his secret rendezvous with ishikawa no iratsume was exposed by divination performed by tsumori no muraji toru > " although we knew if we went on the big boat , the port master in the inlet would catch us . we still slept together " ( synopsis ) < the poem written by prince otsu when his secret rendezvous with ishikawa no iratsume was exposed by divination performed by an onmyoji by the name of tsumori no muraji toru > " we slept together knowing full well that , if we boarded the big boat ( an analogy of a conspicuous action meaning a secret rendezvous ) , we would be caught in ' ura ' ( is a double-meaning word , i.e. , ' inlet ' and ' divination ' ) that is under surveillance by ' tsumori ' ( is a double-meaning word , i.e. , ' port authority ' and ' tsumori , ' the name of onmyoji ) . is well known . tsumori received the jugoinoge ( junior fifth rank , lower grade ) , kunimori ( official of a province ) of the mimasaka province , october 714 . tsumori received the jugoinojo ( junior fifth rank , upper grade ) in october 724 . ( shoku nihongi volume 9 ) kokinzo ( shinzei ) ? - ? kokinzo came from goguryeo . his buddhist name was ' shinzei . ' onmyoji , 701 to 723 . jugoinoge ( junior fifth rank , lower grade ) ( also onmyo no kami ? ) . roku no emaro the name ' 角彔 ' should be written as one kanji character , and ' roku no emaro ' was also known as ' tsununo emaro . ' onmyo hakase 701 to 727 . shorokuinojo ( senior sixth rank , upper grade ) 721 . o chubun ? - ? o came from goguryeo and his buddhist name was ' toro . ' tenmon hakase 701 to 720 . shorokuinojo ( senior sixth rank , upper grade ) 721 . takara takara was from silla and had the japanese name of ' ryukan ' and the posthumous name of ' kunimi no muraji takara . ' 702 - 724 fumi no imiki hiromaro he was from han . onmyoji in the 700 's . 池辺史大嶋 ? - ? he was from han ? rokoku hakase in the 700 's . yamaguchi no imikitanushi ? - ? he was from han . yamaguchi excelled in rekido and was also a renowned expert in mathematics , receiving the shorokuinojo ( senior sixth rank , upper grade ) in 721 followed by an official designation as the master torchbearer of mathematics in 730 . shorokuinojo ( senior sixth rank , upper grade ) 721 . onmyo reki hakase 709 to 730 . yo no yasukatsu ? - ? a descendant of the exiled royal family of baekje . shorokuinojo ( senior sixth rank , upper grade ) 721 . shigahe no muraji amida ? - ? he was from han . shigahe was also known as ' shigahe no muraji amida ( 志我閇連阿弥太 ) . " jugoinoge ( junior fifth rank , lower grade ) 721 to 723 . narahisashokun ( 楢日佐諸君 ) he was from han . onmyo no taizoku 728 . yo no mahito ? - ? he was a descendant of the exiled royal family of baekje . yoro ( 717 - 723 ) - jinki ( 724 - 728 ) eras jugoinoge ( junior fifth rank , lower grade ) 717 . yana koju ( naniwa no mura koju ) ? - ? yana was from goguryeo . he was also known as ' yana koju ( 谷那康受 ) . ' yana was given a kabane ( surname ) of naniwa no muaji . pre 720 's . gishi no norimaro there is a poem about plum flowers in dazaifu written by isouji in manyoshu . isouji was assigned as dazai onmyoji in dazaifu in 730 . naniwa no muraji yoshinari ? - ? he was from goguryeo . 730 - 731 . ko no mugita ? - ? ko was from goguryeo . onmyoji 737 to 740 . also onmyo no kami 738 yo no masuhito ( kudara no asomi masuhito ) ? - ? he was a descendant of the exiled royal family of baekje . yo was given a kabane ( surname ) of kudara ason . dazai onmyoji 758 to 764 . yamanoue no asomifunanushi ? - ? it is written that yamanoue , being implicated in the rebellion of hikami no kawatsugu in 782 , was demoted to the post of oki no kami ( actually a form of banishment ) aside from his serving as onmyo no kami during the years of enryaku ( shoku nihongi ) . onmyo no kami and also tenmon hakase 767 to 805 . kudaranokimi no akimaro ? - ? kudaranokimi no akimaro was a descendant of the exiled royal family of baekje . onmyo no taizoku 767 . onmyo no jo 769 . kunimi no muraji imamushi ? - ? kunimi was from silla . tenmon hakase 767 . otsu no oura it is believed that he was a grandson of otsu no obito . it is also said that he was mibu to prince otsu . onmyo no kami 771 to 774 . ki no asominokami ? - ? ki was from the royal family . onmyo no kami ( ? ) 774 to 782 . sakai no sukune minomaro he was from goguryeo . also called heki no miyatsuko no minomaro ( 日置造蓑麻呂 ) onmyo no kami 747 to 783 . takahashi no asomi misaka ? - ? takahashi was from the royal family . onmyo no kami 785 . fune no muraji taguchi ( 船連田口 ) he was from baekje . onmyo no suke 781 to 784 . fujiwara no yoshio ? - ? in 752 , fujiwara accompanied a kentoshi fujiwara no kiyokawa as an exchange student and was characterized as a zen artist more than onmyo artist . after returning to japan , he was assigned as jugoinoge ( junior fifth rank , lower grade ) and was given the surname fujiwara no emi ason . after being implicated in the rebellion of emi no oshikatsu , fujiwara was banished to oki in 764 , was pardoned with restoration of jugoinoge ( junior fifth rank , lower grade ) as well as the surname of fujiwara no emi ason , in addition to permission to return to the capital in 772 and received jugoinojo ( junior fifth rank , upper grade ) in 778 . onmyo no kami 791 . ominu no mahito isomori ? - ? he was considered royalty , but since the court ranks he was given were generally low , many refute that theory . he was also known as minu no mahito isomori . onmyo no suke 786 . fujiwara no sugatsugu onmyo no kami 784 to 791 . otsu no uminari onmyo no jo 798 . sugawara no yomichi ( 菅原世道 ) onmyo no shozoku 798 . nakatomi shihi muraji kunimori ( 中臣志斐連国守 ) onmyo hakase ( 798 to 810 ) . tenmon hakase ( 808 to 810 ) . enu no goori no omi ( 江沼臣小並 ) onmyo no suke ( 815 to 820 ) . shihi no hitonari student of onmyo ( onmyo no sho ) 820 . hirohata no kiyotsugu student of onmyo 820 . 道祖息麻呂 onmyoji 820 . fujiwara no namifuji onmyo no kami 832 to 847 . toki no atae kiyohama reki hakase 831 . haji no onari dazai onmyoji 833 . ookasuga no yoshimune reki hakase ( ? ) ( sometime between 824 and 847 ) . harusono no tamanari onmyoji 836 to 837 . double assignments as kento onmyoji and also as 陰陽請益 839 to 841 . onmyo hakase 841 to 842 takesada shigeoka 暦請益 839 . 大春日公守 onmyo no kami 840 . okasuga no manomaro reki hakase 856 to 862 . onmyo no kami 860 to 862 . kasa no nadaka onmyo no gonhakase 857 . onmyo hakase 871 . onmyo no suke 858 to 871 . nakatomi shihi no muraji harutsugu tenmon hakase 860 to 870 . 良階貞範 onmyo no jo 862 to 869 . kusakabe no toshisada onmyo no daizoku 863 to 864 . onmyo no gon no jo 873 . onmyo no suke 877 to 882 . kudara no kiyosada ( 百済淸貞 ) shozoku 863 . iehara no satoyoshi reki hakase 867 to 884 . onmyo no suke 872 . onmyo no kami 877 to 884 . miyaji no iyamasu rokoku hakase 877 . yoshinao hata ( 秦經尚 ) onmyo no gonjo ( 権允 ) 877 . 山村曰佐得道 onmyo hakase 879 to 887 . 中臣志斐連安善 tenmon hakase 881 . ookasuga no ujinushi gon no reki no hakuji 882 . nakatomi shihi no muraji hiromori tenmon hakase 886 . munekimi katsuragi ( kuzuki ) ( 葛木宗公 ) he was assigned as reki hakase ( ? ) shigetsune katsuragi ( kuzuki ) ( 葛木茂経 ) reki ? hironori okasuga ( 大春日弘範 ) shigeoka no kawahito ( ? - 868 ) shigeoka was an onmyoji who played an active role during the years of emperor montoku and emperor seiwa in the early to mid heian period and was also known as ' shigeoka no kawahito ( 滋丘川人 ) ' with a different kanji for ' kawa . ' he is considered to be the ancestor of what we call the court onmyoji , an authority of shikisen and tonko as well as excelling in magic , and often performed ceremonies for eliminating insect plagues and for rain making . shigeoka is considered to have written numerous technical books including ' seiyodoseikyo , ' ' shishosukuyokyo , ' ' jigaku shinjutsutonko sho , ' ' rokko rikujo , ' ' takkankyo ' etc . , but , unfortunately , none of them remain in existence today . committing an offense , shigeoka no kawahito and abe no yasuhito were hunted by the infuriated earth god , but they managed to escape by hiding themselves by using shigeoka 's forte , onkei no jutsu , and this episode is known as the ' story of shigeoka no kawahito who was hunted by the earth god ' in konjaku monogatari ( tales of now and then ) . onmyo hakase 854 to 874 . also onmyo no gonjo ( 権允 ) 854 . also onmyo no gonsuke 857 to 865 . he was also assigned the post of gon no taijo in harima province in 861 . also onmyo no kami 874 . yuge no koreo ( 弓削是雄 ) ? - ? a student of onmyoji shigeoka no kawahito , who flourished in days of emperor seiwa and emperor uda during the mid heian period . he was from the same clan as that of yuge no dokyo who was dubbed kaiso ( 怪僧 ) and it is said that he was a master of shikisen . a story where , at the invitation of fujiwara no arikage , yuge no koreo visited omi where he met an emissary of kokuzoin tomo no yotsugi , and yuge no koreo saved the life of tomo by performing divination and taking countermeasures against a nightmare tomo had ( ' tenmon hakase yuge no koreo divined a dream , ' konjaku monogatari ) and another story where , out of compassion for a trainee monk , over 60 years old , who had yet to pass an exam to become a monk , yuge no koreo eliminated the observing examiner by using magic in an attempt to help the trainee monk pass the exam and the trainee monk passed the exam at the discretion of kiyoyuki miyoshi who was a good friend of yuge no koreo ( zenke isetsu ) ; these stories are well known . kamo no tadayuki ? - 960 onmyo no jo 873 to 877 . onmyo no gonsuke 877 to 885 onmyo no kami 885 . kiyoyuki miyoshi ( also known as kiyotsura miyoshi ) 847 - 919 a classic chinese scholar in the mid heian period . also known as 善相公 it is said that since he was a righteous person who refused to give in to authority , it took him a long time to advance in his career . originally , miyoshi was a classic chinese scholar mastering kidendo ( literature ) in the university and not onmyoji from onmyoryo , but was very knowledgeable about the arts of astronomy , onmyo , and divination . kiyoyuki miyoshi successfully proposed a change of era name to the emperor based upon shinisetsu ( a periodical prediction theory , a chinese theory explaining that extraordinary events will happen in the years of kanototori ( 辛酉 ) and kinoene ( 甲子 ) ) and after that the era name was changed to engi , it became customary to change an era name back then , based on the cyclical disaster theory to avoid disasters and uprisings . monjo hakase ( master of literature ) 900 to 910 . also daigaku no kami ( head of a university ) and ise gon no suke 901 . also shikibu no sho 903 . shikibu no taifu and bicchu gon no mori 905 . sangi and kunaikyo 917 . also harima gon no mori 918 . kamo no tadayuki ? - 960 the founder of the kamo family that later became a dynasty of onmyo artists . the father of kamo no yasunori . the teacher of abe no seimei . it is said that kamo was a descendant of en no ozume , the founder of shugendo who flourished in the nara period . when the rebellion of taira no masakado and the rebellion of fujiwara no sumitomo broke out in 940 , to address the situation , he presented ' byakue kannon ho , ' which even the esoteric buddhist high priests were said to have no knowledge of in those days , to the then person of power , fujiwara no morosuke ; and miyoshi was appointed to a responsible post . kamo no tadayuki was familiar with not just the art of onmyo , but with various other subjects including the arts of astronomy , and calendar making as well as augury of renowned accuracy that legend has it that when emperor murakami had him perform augury on the contents of a box in which , unbeknownst to kamo , a crystal rosary was hidden , he correctly guessed what was inside the box ( ' choyagunsai ' by miyoshi no tameyasu ) . he is known to have recognized and developed the talent of his heir kamo no yasunori and his student abe no seimei early on . kamo no yasunori 917 - 977 a child of kamo no tadayuki and , along with his father , one of the representative onmyoji of the mid heian period . the teacher of abe no seimei and his own son kamo no yoshihira and , being so highly regarded that yasunori acclaimed that ' this imperial court defines the scale of onmyo . ' he was also successful as a bureaucrat and advanced to the post of onmyo no kami . he taught everything there was to know about the art of calendar making to his heir kamo no mitsuyoshi and the art of astronomy to his student abe no seimei , building the foundation of a succession system for the two-family heredity of the kamo family and the abe family down the road . a story in which he competed against his student abe no seimei in a game of augury ' senpuku ' to guess hidden contents is supposed to to have been included in konjaku monogatari and he is supposed to have written some technical books such as ' 暦林 'and '保憲抄 'on rekido and onmyodo , but unfortunately , none of these exist today . kamo no mitsuyoshi 939 - 1015 the heir of kamo no yasunori . he was a talented onmyoji according to ' zoku kojidan , ' since his father kamo no yasunori taught the art of astronomy exclusively to abe no seimei , he ended up only inheriting the art of calendar making , which caused him to view abe no seimei as his rival . aside from excelling in the art of calendar making , he was a talented prescient and was highly praised because ' he hit the mark as easily as turning over his hand . ' it is written in ' midokanbakuki ( fujiwara no michinaga 's diary ) ' and ' eiga monogatari ( tale of flowering fortunes ) ' that fujiwara no michinaga often summoned him along with abe no seimei to consult with them or have them perform divinations and many of the nobility had a high regard for kamo no yasunori . abe no seimei 921 - 1005 the founder of the subsequent tsuchimikado family abe no seimei participated in kentoshi studying under伯道上人 in the home of onmyo 城刑山 and after returning to japan , he developed a unique onmyodo that was a specialized esoteric occult art . it is said that seimei wrote the masterpiece of onmyodo ' kinugyokutoshu , ' but on the other hand , many argue that it was given to him by 伯道上人 who taught onmyodo to him . it should be noted , however , that only ' senjiryakketsu , ' which was passed down from generation to generation in the tsuchimikado family , has been confirmed to be the work of seimei . seimei excelled in astronomy which was said to be the most difficult of all of the arts of onmyo and he was given an important post by the 6 successive emperors ; emperor suzaku , emperor murakami , emperor reizei , emperor enyu , emperor kazan and emperor ichijo as well as fujiwara no michinaga and fujiwara no sanesuke thereby enjoying influential power . after serving as tenmon hakase , seimei went beyond onmyoryo , successively holding various government posts such as kazue no gon no suke , daizen taifu , sakyo no gon no daifu and the magistrate of the powerful harima province and climbed to ' jushiinoge ( junior fourth rank , lower grade ) . ' it is said that seimei achieved his successes by devoting himself to serving the powerful persons of the hour and , nevertheless , he was full of mystery . it is said that seimei performed phenomenal magic by using a spell called seman ( seimei kikyo , seimei mon and gobosei ) and using dolls to make most of shikigami junishinsho ( twelve shikigami gods ) such as seiryu , kochin , rokugo , suzaku , toda , kijin , tengo , daion , genbu , taimo , byakko and tenku . from a time not long after his death , there have been numerous legends about seimei over-exaggerating his distinctiveness that ' he understood the language birds spoke , ' ' his mother was a white fox named ' kuzu no ha ( kuzu leaf ) living in the woods in shinoda , ' and ' he was an androgyny ' and , in addition , seimei has been the subject of countless literary works including kojidan , okagami , uji shuin monogatari , kokonchomonju , konjaku monogatari shu , taigensho , nihongiryaku , gonki , heika monogatari ( the tale of the taira clan ) , oeyama ekotoba , genko shakusho , genpei seisuiki , hosshinshu , hojo kudaiki ( records of nine generations of the hojo clan ) and shishuhyakuinnenshu , the topic for kabuki or bunraku such as shinodazuma , ashiya doman ouchi kagami and kanazoshi abe no seimei monogatari , the main character of the novels written by yumemakura baku , comics created by okano reiko , many movies and tv shows as well as computer games over the period from the middle ages to modern times and today . although it was burnt down at one point , seimei jinja shrine which was built on the grounds where seimei 's residence use to be , by emperor ichijo in 1007 , it has been restored and still remains at 806 horikawa-dori ichijo agaru , kamigyo ward , kyoto city and , in addition , his grave marker remains at the enclave premises of seimei jinja shrine at saga tenryu-ji suminokura-cho , ukyo ward , kyoto city . abe no yoshihira 954 - 1026 the heir of abe no seimei . as an onmyoji ranking with kamo no mitsuyoshi , he was given important posts by fujiwara no michinaga , fujiwara no sanesuke , and other powerful persons much the same as his father , and advanced from tenmon hakase and onmyo hakase to onmyo no suke climbing to the jushiinojo ( junior fourth rank , upper grade ) . mitsuyoshi presided over goryusai and shikakusai ( nihongiryaku ) , removed imperial prince tomohira 's evil spirit that possessed fujiwara no yorimichi by saying prayers with kamo no mitsuyoshi ( hobutsushu ) and , advised fujiwara no yorimichi as to the manners of coffining and how the funeral of princess kishi ( or yoshiko ) should be carried out who had died giving birth to imperial prince chikahito ( eiga monogatari ) . it is detailed in kokonchomonju that he predicted an earthquake when having a banquet with the physician tanba no masatada . abe no yoshimasa 955 - 1031 the second child of abe no seimei . yoshimasa was favored by kamo no yasunori because of his great sensitivity and love of learning and , in 1017 , was promoted to onmyo no kami a position to which even abe no seimei was never appointed . he is known to have predicted a solar eclipse . abe no akichika a child of abe no yoshihira and the third generation descendant of abe no seimei . when he was assigned as onmyo no kami in 1055 , it was established that the positions of reki hakase and tenmon hakase were to be passed down by succession within the kamo and the abe clans , respectively . abe no yasunari the fourth generation descendant of abe no seimei . according to shimeikyo , it is said that yasunari had faced off against yoko ( fox spirit ) tamamo no mae with magic . advanced to onmyo no kami . abe no yasuchika a child of abe no yasunari and the fifth generation descendant of abe no seimei . was given important posts by fujiwara no yorinaga and kanesane kujo , advancing to onmyo no kami in 1182 . he was a brilliant augury performer accurately predicting the downfall of the taira family and its timing and was dubbed ' sasu no miko . ' it is said that when lightening struck his shoulder searing his sleeve , he was miraculously unharmed . doma hoshi ( ? - ? ) a non-bureaucrat onmyoji also known as doma hoshi . doma hoshi was a member of one of the civilian ( illegal ) onmyoji groups in harima province ( present-day hyogo prefecture ) excelling in magic , and legend has it that he preferred a spell called seman doman ( a lattice pattern consisting of 4 vertical and 5 horizontal lines representing 9 letters ) , or he became known as ' doman seman ' by using abe no seimei 's seman doman . abe no seimei was highly regarded by kanpaku ( chief adviser to the emperor ) , fujiwara no michinaga , it is considered that ashiya doman was ordered to curse michinaga by sadaijin ( minister of the left ) fujiwara no koremitsu , michinaga 's political adversary that was the defining moment of the eternal rivalry between seimei and doman . in ' hoshoki , ' the regional magazine in the harima province in the muromachi period , it is written that ashiya doman was banished to harima after being exposed by abe no seimei that he was asked to curse fujiwara no michinaga by fujiwara no koremitsu and doman 's descendants subsequently moved to the aga-miyake area near the seto island sea to carry on their onmyoji business . in literary works including the kabuki and bunraku adaptation ' ashiya doman ouchi kagami , ' doman often appears as abe no seimei 's rival having a magic showdown with him but he is invariably portrayed as a villain serving as a foil to seimei . doman came to kyoto with a proposal that the loser of a game of magic between him and seimei performed at the imperial palace become the student of the winner whereby the emperor had a chest containing 16 large oranges brought out hidden from the view of the 2 competitors and said , ' tell what is inside . ' doman immediately guessed the contents of the chest and excitedly answered , ' 16 large oranges ' but seimei , after performing kaji , quietly said , ' 16 mice . ' ministers and kugyo in the audience wanted seimei who was an onmyoji belonging to the central government to win , but they were disappointed since they knew the contents were unquestionably oranges and it was clear that seimei had lost the game . when the chest was opened , however , seimei had changed oranges into mice using shikigami , 16 mice jumped out and ran around everywhere . there are two well-known stories concerning subsequent events : one is that doman then became seimei 's student as had been agreed , while the other is that while seimei was away visiting china as a member of kentoshi and training under the guidance of 伯道上人 , doman and seimei 's wife began to have an affair and , upon seimei 's return , using a magic he had mastered by sneaking a look at a book that 伯道上人 had given to seimei , doman won a duel to the death with seimei , which prompted 伯道上人to come to japan as his instincts alerted him to seimei 's death , whereupon he resuscitated seimei and decapitated doman ; some time later , seimei wrote some books that were subsequently compiled into ' kinugyokutoshu ' . just like the legends of abe no seimei spread across the country , the legends of doman ashiya also spread and there are numerous memorials to doman such as ' ashiyazuka , ' ' domanzuka , ' and ' 道満井 ( doman wells ) ' that still remain in various locations in japan today . chitoku hoshi ( ? - ? ) an illegal onmyoji who , while being a monk in harima province , made a large amount of money by using magic and divination . there are some well-known stories about chitoku hoshi in konjaku monogatari where sympathizing with a ship owner who was attacked by pirates , chitoku hoshi recovered the cargo by using the art of onmyo and preening himself on having mastered onmyodo , chitoku hoshi decided to check on the reputed abe no seimei 's talent thereby challenging seimei to a game of magic bringing his shikigami with him but abe no seimei hid chitoku hoshi 's shikigami which seimei returned to chitoku hoshi after accepting chitoku hoshi 's apologies . it is generally believed that chitoku hoshi and doman ashiya may have been the same person since their characters and circumstances were very much alike . as onmyodo has become diversified over the years , its rituals have varied . taking into account their implication on the other religions , since the rituals of onmyodo are still under investigation , it is difficult to discuss them in specific terms . it is considered that there was a strong influence of the so-called jugondo when onmyodo was first brought over to japan . ceremonies conducted by onmyoji in the imperial court have been recorded in ' onmyoryo ' of " engishiki . " according to ' onmyoryo ' of " engishiki , " oniyarai-sai ( 儺祭 ) ( setsubun and oniyarai ) , niwabi ( garden fire ) , kamadogami no matsuri ( festival of the god of kitchen stove ) , gohonmei-sai ( 御本命祭 ) , and sangen-sai ( 三元祭 ) are mentioned . of these rituals , with respect to oniyarai-sai ( 儺祭 ) , it is written that onmyoji proceeds ( to the platform ) and recites saibun , but the first half of this saibun is the ondoku ( chinese reading ) partly consisting of chinese ( kanji characters ) , whereas , the latter half is the kundoku ( japanese reading ) partly written in manyogana like norito ( shinto prayer ) . additionally , some of the onmyodo ceremonies are outlined in bunkansho written in the middle ages but the religious ceremonies of onmyodo consist of large , medium and small methods that seem to be used depending on the circumstance . with respect to the representative ceremonies of onmyodo , one could mention taizanfukun-sai to celebrate taizanfukun who controls people 's longevity or tensochifusai that was performed every time a new emperor ascended to the throne , but it is recorded in bunkansho that the other various onmyodo ceremonies such as 五帝四海神祭 , hokkyogengusai , 三万六千神祭 , 七十二星鎮祭 , 西嶽真人祭 , taishogunsai , 河臨祭 , 霊気道断祭 , and shokonsai were also performed , and some saibun still remain in existence today . kuji ( 9 letters ) a type of spell considered to be used in onmyodo . it is generally referred to 9 letters including ' rin , byo , to , sha , kai , jin , retsu , zen and gyo ( those preparing to fight in the war walk forward at the front of the lineup ) , ' and it is accompanied by ketsuin ( crossing fingers ) or by a gesture of cutting the air with a hand 4 times vertically and 5 times horizontally . at present , it is considered that ' kuji ' was first mentioned in ' 登渉篇 ' of " baopuzi " written by katsuko ( ge-hong ) but , in that book , it ended with ' zen gyo ' and not ' zai zen ' and only the curse ' 六甲秘祝 ' which is sung when entering mountains . it is therefore considered that kuji curse , a gesture of cutting the air 4 times vertically and 5 times horizontally and ketsuin were created separately . additionally , while the gesture of cutting the air 4 times vertically and 5 times horizontally appear in some scriptures such as taoist scriptures and has existed from long ago , a gesture of ketsuin is not described in those old scriptures . it is likely that the gesture of ketsuin was added while onmyodo was being adopted by the esoteric buddhism or shugen-do after it was brought over to japan . additionally , as for kuji in onmyodo , there is a version in which onmyoji chant , ' suzaku , genbu , byakko , kochin , teigo ( ? ) , buno , santai , tamame ( or gyokujo ) , seiryu ' while cutting the air 4 times vertically and 5 times horizontally described in literature about the henpai manners of onmyodo in the kamakura period . it can be learned from the existing literature that it was used when migatame or henpai was performed . kyukyunyoritsuryo ' it was originally a set expressions meaning , ' execute quickly as prescribed in the ritsuryo , ' which was written at the end of official documents during the han period in china . originally , ' 急 ' was written with the 口 ( mouth ) shape on the left . it is assumed that michiie adopted ' kyukyunyoritsuryo ' as a spell which onmyoji also used . the spell ' kyukyunyoritsuryo ' was also used in esoteric buddhism and shugen do . rikujinshikiban or rikujinchokuban a tool used for judging good omens or bad according to rikujin shikisen which consists of a rectangular seat called ' yo ' representing earth and a circular canopy called ' kan ' representing heaven . hakka ( ba gua ) including nijuhasshuku ( twenty-eight mansions ) , jikkan ( ten celestial stems ) , junishi ( twelve earthly signs ) and yosumi ( four cardinal points ) are described on the earth board ( the seat ) and junigessho etc. are described on the heaven board ( the canopy ) . identical results to that from performing simple calculations can be obtained by aligning junigessho on the heaven board with junishi on the earth board . shikiban is also called choku ( the letter ' shiki ' meaning ceremony with the wood shape ) . to make it correctly , jujube that has been struck by lightening is used for yo , an earth board and fujin that is a burl of liquidambar is used for kan , the heaven board . kontengi a tool used to detect astronomical variations by observing combinations of movements of stars and positions of guiding stars . in particular , it was considered that major disasters or extraordinary phenomenon would occur if meteors , which were not supposed to exist , appeared . jufu / reifu charms inscribed with various patterns and magic words that were supposed to be used by onmyoji . many of them had inscriptions of graphic symbols commonly termed as ' semandoman ' or ' domanseman . ' there were numerous other charms with magic words written in letters such as ' chintaku shichijuni reifu , ' ' x , ' ' kagome , ' ' uzumaki , ' ' rokubosei ( hexagram ) ' or ' kyukyunyoritsuryo . ' it is considered that charms were originally used in china that were subsequently brought to japan and while much of the history of charms in japan still remains unexplained , some items such as jufu mokkan with inscription of a magic word ' kyukyunyoritsuryo ' were excavated from the ruins of fujiwara-kyo long ago , suggesting that they were already in use in the nara period . virtually no old documentation remain in existence and there are so many questions as to , for example , what sort of charms were used in the heian period . taijo shinsen chintaku reifu 72 kinds of charms that are also known as ' taijo hiho chintaku reifu ' or ' chintaku shichijunido reifu . ' at present , ' taijo hiho chintaku reifu ' in dozo are believed to be the original form and it is considered that they were brought over in the early middle ages . they were universally adopted not only by onmyodo but also by other religions such as buddhism and shinto . the god who controls this reifu is called chintaku reifu shin and was considered to be genten-jotei ( xuan-tian shang-di ) , one of the taoist gods originally . genten-jotei was the humanized divinity of genbu and the object of the hokuto hokushin faith . when genten-jotei was introduced to japan , it consequently syncretized with myoken bosatsu and ame no minakanushi no kami whereby having impact on seishin worship . it seems that onmyodo was more receptive of this reifu with that being the object of seishin worship and bearing the inscription of hakka . in recent times , ' chintakureifu ' on which all of 72 kinds of charms are printed is offered in scrolls and enshrined at myoken-gu and reifusha in various locations in addition , tsuchimikado shinto 's currently enshrined gods ( saijin ) include taizanfukun , chintakureifujin and abe no seimei with seimei being the principal god . it is considered that masashige kusunoki and kiyomasa kato were among the devoted followers of chintakureifujin . many of the main shrines and temples dedicated to chintaku reifu shin are located in the kansai area . gunma prefecture : daruma-ji temple fukui prefecture : tensha tsuchimikado honcho kyoto prefecture : akebono-dera temple ( kengaan ) , gyogan-ji temple ( kodo ) , matsuyama fudo-ji temple and others osaka prefecture : hoshida myoken-gu shrine ( komatsu jinja ) , osaka tenmangu shrine : hoo-in temple , chintaku reifu jinja shrine ( higashiosaka ) , myoho-ji temple ( imazato ) and others nara prefecture : chintaku reifu jinja shrine ( inyo-cho ) , shigi-san ( mt . shigi ) jofuku-in temple and others hitokata , hitogata also known as katashiro ( or katajiro ) or nademono , they were made into human form with materials such as paper , wood , grass , leaves or straw and were used to transfer one 's impurity to hitokata by rubbing them against the affected area , whereby getting rid of their impurity which was the origin of the custom of nagashi bina ( floating hina dolls ) . on the other hand , hitokata have been used in conjunction with various prayers and ceremonies , for example , to curse someone to suffer a fatal harm such as a death by accident or disease by damaging a hitokata on which the targeted person 's name was written or to make a wish for fruition of love by saying prayers while putting 2 dolls representing a male and a female together . straw dolls used for visits in the dead of night are well known . shikigami shikigami means god as a causative agent used by onmyoji . also known as ' shiki no kami ' or ' shiki . ' although , there are various arguments concerning interpretation of ' shikigami , ' with one of them being that it is like the esoteric buddhism goho-doji or with another being that it is to make use of spirits , but the most compelling theory seems to be that it originated from ' rikujinshikiban ' used in onmyodo . being a divination tool , shikiban is one of the most familiar items to onmyoji and the heaven board and the earth board that are brought together represent the universe . at any rate , a faith in an enormous power of incantation that shikiban was believed to possess is occasionally mentioned in historical documentations relating to the esoteric buddhism and there was a faith such as ' tohyonyoirinho ' in which it was believed that one would receive various benefits by making a tool resembling shikiban used in onmyodo as a tool of incantation and saying prayers using that tool . there are descriptions about conjuring up ' shikigami ' in some of the documentation . migatame an art of self defence in onmyodo . uho it refers to a method of incantation in which an onmyoji walks forward with a swaying gait while stamping the feet on the earth and chanting a charm . basically , this method of walking zigzag assimilates a dipper-like shape of the big dipper but there are other versions in which walking to assimilate the alignment of 9 stars of kyukyuhakka or drawing figures on the ground by dragging a foot while walking . as the term ufu indicates , it was named after a legend in which , after walking throughout china to control flooding , wu started to drag his feet when walking . it aims to clear evil away , to assuage the spirits of the earth , and to bring good luck , and , as with the 9 letters of doman , it originated from the line in " baopuzi " in which katsuko described the way one should walk when going into the mountains to collect medicinal herbs . in the hojutsu section ( hokimon ) of kimon tonko ( qi men dun jia ) , it was being performed for hojutsu to succeed . henpai a method of incantation performed at the gate when leaving to keep harm away while traveling . this incantation was occasionally performed for oneself but it was performed as a service to the emperor or sekkanke ( regent family ) for the most part . at a henpai , first , one conjures tamame up and states the purpose of the incantation to be performed . one walks in uho while conjuring up tamame . at the end of henpai , one takes 6 steps and leaves without turning around . taizanfukun-sai it was originally a taoist religious ritual . 刀禁呪 it was originally a taoist spell . 浄心呪 it was originally a taoist spell . 浄身呪 it was originally a taoist spell . 浄天地呪 it was originally a taoist spell . based on the occult image of onmyoji in the heian period that turned onmyodo into a religion and incantation , various original works exaggerating their superhuman quality and uniqueness have been created . " onmyoji ( novel ) " ( baku yumemakura ) " teito monogatari " ( the tale of the imperial capital ) ( hiroshi aramata ) " onmyo no miyako " ( the onmyo capital ) ( soichiro watarase ) " yokai navi runa " ( miyoko ikeda ) - ( illustration by aya kotozuki ) " shonen omyoji " ( juvenile onmyoji ) ( mitsuru yuki ) " onna onmyoji " ( female onmyoji ) ( atsushi kano ) - a fictitious account in which forces in the imperial court who were opposed to attempts to unite the imperial court and the shogunate through a marriage of convenience between princess kazunomiya and tokugawa iemochi sent a female onmyoji called yase , who looked exactly like the princess , to take her place and so prevent the marriage . " fusatsuki " ( kei shimojima ) " rental magica " ( makoto sanda ) " onmyoji ( comics ) " ( reiko okano ) - adapted to comics from the novel of the same title by baku yumemakura . " tokyo babylon " ( clamp ) " x " ( clamp ) " xxxholic " ( clamp ) " sharman king " ( hiroyuki takei ) " yoiyamigentososhi " ( tatsunosuke yatsufusa ) " onmyo taisenki " ( the chronicles of the great onmyo battle " ( written by wiz ) " abenobashi maho shotengai " ( magical shopping arcade abenobashi ) ( written by ginax ) " musashi gundoh " ( written by monkey punch ) " otoayakashikitan " ( yoko iwasaki ) " shonen omyoji " ( juvenile onmyoji ) ( written by mitsuru yuki ) " mahotsukai no museum " ( the daughter of the wizard ) ( yukie nasu ) " rental magica " ( written by makoto sanda ) " yamikami ko ~ kurayami ni dokkiri ! ~ " ( kimiya kaji ) " onmyoji ( movie ) " " onmyoji ii " ( directed by yojiro takita ) - adapted for the movies from novels by baku yumemakura ) . " teito monogatari " ( the tale of the imperial capital ) - adapted to the movie from the novel of the same title by hiroshi aramata . " onmyoji yomatobatsuhime " - performed by nozomi ando . the story is set in the present time in the play . " onna onmyoji series " ( produced by kuki ( adult videos ) ) - including some ' r ' rated videos . " onmyoji " ( nhk drama d mode ) - adapted as a tv drama from the novel of the same title by baku yumemakura . " onmyoji abe no seimei ~ oto ayakashikitan ~ " ( fuji television network ) - adapted to the tv drama from the comics by yoko iwasaki . " kuon no kizuna " ( eternal bond ) ( fog ) " harukanaru jiku no nakade series " ( koei ) " goketsu ichizoku " ( atlas ( game company ) ) - used in part as the background of the stage . the title of the background music used for that stage is " let 's go ! onmyoji . " " tokyo majingakuen denki series " ( shout ! design works ) " shonen omyoji the game " " cr fever onmyoji " ( sankyo ( pachinko ) ) - pachinko machine designed based on " onmyoji abe no seimei . " although today ' onmyoji ' is generally pronounced with the stress on the opening ' on ' , it is said that it used commonly to be pronounced with the stress on the second syllable ' myo . ' taking advantage of the recent onmyoji boom , a self-proclaimed onmyoji by the name of chihiro ishida has appeared on television shows and the like but his style indisputably conforms to koshinto and one can hardly say that it is based on onmyodo . additionally , the art that a person , known as a harima onmyoji ( or kanbarashu ) karindo obata , teaches is influenced by martial arts that are said to have originated from the samurai class . it is considered that the influence of martial arts stemmed from the faith of harima onmyoji ( or kanbarashu ) in the trinity , including religious ceremonies , incantation and martial arts . onmyo-za is a heavy-metal rock band that performs songs about stories such as demon tales in various regions and the legend of minamoto no yoshitsune featuring innovative , heavy metal musical compositions , lyrics loaded with the heian period language and the musicians wearing long black hair with costumes from the heian period and it is the first rock band ever to hold a concert at a noh theater in japan . onmyo-za calls itself a " fantasy heavy metal band " and the bandleader , kuroneko ( also one of the vocalists , her name means black cat ) , incorporated the ' onmyo ' part of kyutei onmyodo ( literally , onmyodo of the imperial court ) , which symbolized the occult image that prevailed at the end of the heian period , in the name of her band . fans of onmyo-za are called " junitensho " after the symbolism which various onmyoji including abe no seimei in the mid to late heian period are considered to have used and the fan club of that band is known as the " shikigami club . " +shugodai is an official post that was placed under the shugo in the kamakura and muromachi periods . in a broad sense it is a kind of daikan , but from the muromachi period on the agents who ruled lands under the direct control of the muromachi shogunate were called daikan , distinct from the shugodai who was the shugo 's deputy . the shugo was often involved in the central government in kamakura or kyoto , and would leave his fief for long periods . in the case of a shugo who oversees several provinces , he would have had even fewer opportunities to observe those for which he was responsible . for that purpose the shugo would appoint an agent from among his vassals to carry out government affairs in his stead . that is the shugodai . the shugodai would place sub-shugodai to be his own agents , thus making many layers of land governance organization in the shugo 's fiefs . in the beginning of the muromachi period , the shugo 's family or close relatives , or his chief vassal , or an influential samurai from within the shugo 's fief ( kokujin ) was appointed ( in fact , for those families that had multiple shugo , there were instances in which kokujin from other fiefs were made shugodai . sanuki province kozai clan : tanba province shugodai ; noto province yusa clan : kawachi province shugodai ; etc . ) increasingly often , and as the positions became hereditary , they replaced the shugo as effective rulers . the shugodai were elevated by the muromachi shogunate to the status just below the shugo 's shirokasabukuro mosen kuraoi and nurigoshi , and were granted a status that allowed them to use the karakasabukuro mosen kuraoi and nurigoshi , a position one level above the kokujin . on the other hand , with the decline of the shoen and consequent rise of the so , the social position of local lords and the kokujin class rose and strife broke out in the provinces , and the trend grew toward unilateral rule of fiefs ; thus with the growth of feudal daimyo , the shugodai disappeared along with the shugo daimyo . in fact , there were examples all over of shugodai becoming feudal daimyo , such as the nagao clan of echigo province , the asakura clan of echizen province , the oda clan of owari province , the miyoshi clan of awa province , the uragami clan of bizen province , and the amago clan of izumo province . furthermore , as the shugodai changed into feudal daimyo , there were more and more daimyo families that sought status on the level of a shugo . the prime example of that is the asakura clan . the asakura clan was in fact a powerful branch of the ashikaga shogun 's family , and as kokujin were hikan ( low level bureaucrats ) for the shiba clan , who for generations held the top position among the sankanrei ( three deputies ) . they joined the western army in the onin war , protecting general yoshikado shiba , the heir of the shiba clan , from the shibukawa clan , but at the suggestion of katsumoto hosokawa , who held the title of kanrei ( deputy to the shogun ) and was leader of the eastern army , they were appointed successors to the echizen shugo as a reward for going over to the eastern army , thus becoming shugo . however , because of the shiba clan 's appeals and the shogunate 's sympathy toward them , after a while it became difficult for the asakura clan to maintain the position of shugo , and the descendants of yoshitsugu ashikaga , who was the second son of the third shogun yoshimitsu ashikaga and toppled in a rebellion against his brother of yoshimochi ashikaga , noticed that they were holding out in under the name of kuratani gosho in echizen province , made the son of yoshikado shiba to succeed to kuratani gosho , gave him the name yoshitoshi ashikaga , set him up as a puppet shugo in echizen and secured effective rule of all of echizen . the shugodai of izumo province , the amago clan , were related to that province 's shugo , the kyogoku clan , and were appointed shugodai as their chief vassals . however , in the battles after the onin war , they gave distinguished service and within the kyogoku family cultivated their power and overcame the main family to become feudal daimyo , eventually achieving the status of shugo . in fact , the kyogoku clan , related to the sasaki clan ( rokkaku clan ) , were appointed successors to the izumo shugo , but tsunehisa amago disobeyed masatsune kyogoku and pursued the lord , and by gaining control of izumo expanded it into a great country spanning 11 provinces . because tsunehisa 's son masahisa amago fell in battle , masahisa 's eldest son became tsunehisa 's successor . tsunehisa gave his grandson one of the japanese characters from shogun yoshiharu ashikaga 's given name ( " haru " ) , naming him haruhisa amago , and achieved a promotion to become the shugo ( governor ) of izumo . furthermore , at first the echigo shugodai , the nagao clan , did not go for the shugo position , but ran the lord out , and tamekage nagao , who even killed the kanto kanrei , contributed to the court and the shogunate and received the status of shirokasabukuro mosen kuraoi , which was the status of a shugo , and was given part of the name of the 12th seii taishogun yoshiharu ashikaga to be called harukage nagao , thereby gaining status on the level of a shugo while a shugodai . in the end , tamekage 's second son kenshin ( the latter kenshin uesugi ) took over from the sickly harukage , expanded their political power , fought many bloody battles with the takeda clan , conquerors of koshin ; finally at the request of norimasa uesugi of the uesugi clan who were under attack and losing ground to the hojo clan , he succeeded to leadership of the uesugi clan and kanto kanrei , thereby achieving a position higher than any regular shugo . in this way , the position of the shugodai , which was nothing more than an agent of a shugo in the muromachi period , at the opening of the warring states period overtook that of the lords and became one of replacing them . on the other hand , even though they succeeded for a while in becoming feudal daimyo , there are many examples of them later being overthrown by their vassals . the miyoshi clan are the prime example of this . the miyoshi clan , as important vassals of the hosokawa clan , were shugodai in awa . in fact , the miyoshi clan were relatives of a notable branch of the kai genji clan , the ogasawara clan , which had served as awa shugo in the kamakura period , but in the muromachi period they were shugodai who protected the awa shugo , the hosokawa clan . their employer was a branch of the hosokawa clan that served as awa shugo , but when sumimoto hosokawa was adopted by the head of the clan , masamoto hosokawa , they went into lands under imperial rule , to support the longstanding desire of sumimoto hosokawa to be head of the hosokawa family and the shogunate 's kanrei , and supported that by establishing battle positions . based on a false charge by uncle masanaga miyoshi , nagayoshi miyoshi , whose father was killed by harumoto hosokawa , requested of his lord harumoto the position of daikan over 17 shogunal properties and the suppression of masanaga , but when this was sidelined he set up ujitsuna hosokawa as lord , and turned his back on harumoto . when harumoto ran away with father-son shoguns yoshiharu ashikaga and yoshiteru ashikaga to the protection of the rokkaku clan , the miyoshi clan made ujitsuna into a puppet and held the capital with a nominal kanrei , eventually reconciling with the shogunate and expanding their rule over all imperial lands with the shogunate and kanrei as puppets . in the end , the miyoshi clan itself gained the status of shugo , was picked for shobanshu , which is chosen from among the powerful or famous shugo , and ended up with the rank of jushii-ge and permission to use the nurigoshi which was a symbol of the shugo 's status . however , even though the miyoshi clan 's power grew , their household affairs were eventually taken over by their chief vassal , hisahide matsunaga . while nagayoshi miyoshi was alive the matsunaga clan obediently followed their lord , but made accusations against him , pursued political rivals one after another , and after nagayoshi 's death achieved a partially independent position themselves as feudal daimyo centered around yamato province , were granted rank and status equal to that of their employer by the court and shogunate , and eventually surpassed them . the shugodai of owari province , nobutomo oda , also propped up his lord yoshimune shiba as a puppet shugo , and used him as a justification for his own predominance and expansion of power within owari province . however , even though the lord eventually opposed him and sought to drive him to suicide , he was blamed by his relative and vassal nobunaga oda for the murder of his lord and overthrown . the uragami clan that held power in bizen province were also another family that became feudal daimyo for a while , before they were overthrown by their subordinates in the ukita clan . the uragami clan had their base in harima province , and as chief vassals of the akamatsu clan who were the shugo over harima and bizen provinces , had served as the shugodai of bizen for generations . however , at the time of munekage uragami they rebelled against their masters and eventually secured an independent position as feudal daimyo in bizen province . however , eventually the ukita clan , who were powerful kokujin in the same family , deposed the uragami clan and usurped the rule of that fief . +kampaku is a post held by a person who governs in the emperor 's stead . it is a ryoge no kan , a post that was not originally specified in the ritsuryo system , and was effectively the highest post among court nobles . summary unlike with the sessho , who exercised full authority as an agent of an infant or invalid emperor , in the case of the kampaku the emperor held ultimate decision making authority . for the most part , a sessho would go on to become a kampaku . also , because the sessho kampaku is customarily an agent of the emperor , he typically did not participate in meetings ( or in a decision ) with the daijokan ( council of state of the japanese imperial government ) except in unusual circumstances such as when accompanying the emperor ; when the daijo daijin ( chancellor of council of state of the japanese imperial government ) or sadaijin ( minister of the left ) was also serving as sessho / kampaku , the next minister in line would carry out government affairs as the daijokan and chairman . in fact , the kampaku had the right to inspect letters to the emperor ( more on this later ) ; thus when there was political correspondence between the emperor and daijokan , the kampaku was able to grasp and participate in its contents beforehand , giving him authority to control both the emperor and the daijokan without infringing upon the authority of the emperor 's edicts or the replies to them . this is called sekkan politics ( politics run by sessho and kampaku ) . etymology it comes from the words to entrust ( kan ) and to say ( haku ) the emperor 's words . the word kampaku has its origins in the tradition followed in early han china where all reports to emperor xuan were entrusted to the powerful statesman huo guang . this was so that emperor xuan , who feared huo guang 's influence , could avoid being deposed by huo guang using negligence in government affairs as an excuse ( hakuriku is another name for kampaku , because huo guang was ' hakurikuko ' ) . a previous kampaku , who has passed on the position to a successor , was called taiko by the tang . however , ironically in 887 , in the imperial edict that emperor uta ordered tachibana no hiromi to write in a kampaku appointment to fujiwara no mototsune , mototsune disagreed with the emperor regarding the meaning of the word ' ako ' and refused to participate in government for a while ( the ako incident ) . history the first kampaku was fujiwara no mototsune , in the time of emperor uta ( 880 ) . qualification for the appointment was limited to line of regents in the lineage of the eldest son of the northern fujiwara family , who were descendants of fujiwara no michinaga . the source of that power was in the authority to view documents sent to the emperor from the daijokan and others before the emperor did , called nairan . consequently , there were cases wherein someone was not appointed kampaku but gained the right of nairan to act as kampaku and grab power - fujiwara no michinaga was typical of this . on a related topic , the diary that michinaga wrote is now called ' mido kampakuki , ' but in fact michinaga took the post of sessho and never became kampaku . it has been said that michinaga did not become kampaku because he saw the potential for the kampaku to become politically powerless in a situation where the emperor and kampaku were opposed , because the kampaku did not have political decision-making authority or the power to directly command the daijokan or subordinate ministers . at the time the discord between michinaga and emperor sanjo while he had nairan became a political issue . originally , a sessho kampaku running the government in place of the imperial regime was limited to assistance from a maternal relative because the emperor was an infant . that is why the sekkan household was established by sending a daughter to be the emperor 's queen , and having her bear a prince . because of that , when emperor gosan-jo , who did not have any of the sekkan house 's blood , came to power , the influence of the sekkan household began to decline . in particular the cloistered emperor shirakawa brought about the demise of the age of sekkan-centered politics with the start of his cloistered government after giving up the throne . from the kamakura period on , because political power moved from the court to the warriors , the influence of the kampaku on politics became ever weaker . however , kampaku was always the highest rank for nobles , had great influence over within the imperial court , and since it turned out a great many queens the kampaku commanded authority and respect in every era . after the kamakura period , the main branch of the northern fujiwara family split into the konoe and kujo families at the top , with ichijo , nijo and takatsukasa families to make five regent families , and in successive generations the highest ranking among them was customarily appointed sessho / kampaku , continuing until the meiji restoration . as an exception , in the tensho period hideyoshi toyotomi took advantage of the kampaku dispute to be adopted by sakihisa konoe and succeed to kampaku , becoming the first samurai kampaku in japanese history . when hideyoshi acquired the toyotomi clan , he became the first kampaku that was not from the fujiwara clan or one of the five regent families . later , in order to realize a samurai kampaku regime ( samurai kampaku system ) from the hashiba clan , hideyoshi adopted his nephew hidetsugu toyotomi and made him kampaku . however , while hidetsugu was serving as kampaku , government and the household were in the grip of the taiko , hideyoshi , and he later had a dispute with hideyoshi and fell from grace . the toyotomi regime continued after that , but hideyoshi decided not to appoint a kampaku until his son hideyori toyotomi reached adulthood . however , after hideyoshi 's death from the battle of sekigahara on , real power was transferred to the tokugawa family , and the job of kampaku was again given to the five regent families . later , the toyotomi family was wiped out in the siege of osaka and never recovered the post of kampaku . the edo period kampaku , under the laws for imperial court and nobles , as a rule had to be recommended by the shogunate , and it would not be an exaggeration to say that the kampaku , who was supposed to be the emperor 's first minister and the highest ranking noble , was in fact under control of the shogunate . however , at that time , court meetings came to be held under the supervision of the kampaku , the procedure was established for him to report , through the imperial liaison , on the results of meetings that he had chaired on such important matters as the changing of eras and appointments to the shogunate , and the kampaku consequently came to have a lot of power within the court . furthermore , the kampaku alone among nobles was required to visit the imperial palace daily ( to put it another way , the power of those not required to do so seemed less in comparison the kampaku 's ) , and throughout the edo period appointment to daijo daijin was limited to those who had been tokugawa clan , seii taishogun ( literally , " great general who subdues the barbarians " ) and sessho / kampaku , so the quality of the reception at the imperial palace was on another level . moreover , there were many kampaku who were able to send their daughter to be the shogun 's official wife ( midaidokoro ) , and there were some who had a certain influence in the shogunate ( motohiro konoe , for example ) . from the meiji period on , the positions of sessho , kampaku and seii taishogun were abolished , and the history of the kampaku came to an end together with the shogunate . after that , only the sessho has been revived , designated under imperial household law for only princes and other members of the imperial family to act as an agent in carrying out the emperor 's official duties , and continues to this day . +a regent ( sessho ) , in a state with a monarchy , is the practice of carrying out government and national affairs in place of the monarch , or the post that does so , when the monarch is unable to do so because he is an infant , ill or not in the country . in many cases , the post is filled by the monarch 's successor ( e.g. a prince ) , brother , mother , or a maternal relative such as a grandfather or uncle on the mother 's side . japanese regents the early modern period regarding the period in which empress jingu governed , " chronicles of japan " made a ' record of the regent empress jingu , ' who is seen as japanese history 's first regent , but this is an imposition of later concepts onto the past , and does not leave the realm of legend . generally , in japanese history a regent is defined as the practice of receiving an imperial edict and conducting government in place of the emperor or one who does so , and it is generally accepted that the historical first regent was prince shotoku at the time of empress suiko . later several members of the imperial family became regents , but under risturyo the post in charge of the regency was not defined . however , since fujiwara no yoshifusa became the first outside of the imperial family to be regent in 866 , a regent was appointed for an infant emperor , and a kanpaku ( chief adviser to the emperor ) once he was an adult , after which many members of the emperor 's extended family in the fujiwara clan ( the northern house of the fujiwara clan ) became regent and kanpaku . at this point , the regent , as the post of one who conducted government in the emperor 's place , came to be defined as an official outside of ritsuryo . while the regent carried out ( as an agent ) government in the place of an infant emperor , he also at that time oversaw the emperor 's major power to manage officials and took charge of appointments and promotion of officials . although under the fujiwara clan the regent came to be thought of as a bureaucratic post to be held concurrently by a minister , which was an official post , in 986 at the time of fujiwara no kaneie , he quit his position as udaijin ( minister of the right ) , which was an official post ( shokujikan ) , to become only a regent with an official rank but no post ( sankan ) . at that time , the myobo and myogyo kanmons ( reports ) were issued regarding the status of the regent . in the former , ( 1 ) three high level bureaucrats ( grand minister of state and ministers of the right and left ) were heads of the grand council of state , but the regent did not have an official rank . ( 2 ) under the ritsuryo system , the rank of bureaucrats was dependent upon their post , and although as a rule first order was the top , because shokujikan preceded sankan ( a position without specific roles ) , a first order sankan was after chunagon ( vice-councilor of state ) , and before sangi ( councillor ) . ( 3 ) however , kaneie was already treated as a jusangu ( honorary rank next to the three empresses : great empress dowager , empress dowager , and empress ) , which exceeded the three high level bureaucrats , and was allowed to sit in a higher position than them . even without that , the appointment to regent decreed ' service in state affairs , ' so if that treatment was laid out in an imperial decree , it was so . in the latter , it was argued that the regent was of a different nature than the three high level bureaucrats and should not be considered equivalent to general court nobles ( consequently , in the palace he should be in a higher position than the three high level bureaucrats ) . from around the time of the 11th century fujiwara no michinaga , except for the period of the kenmu restoration , it became a permanent post . later , the descendants of fujiwara no michinaga came to be either regent or kanpaku at all times , regardless of their family relationship . after the kamakura period , the northern house of the fujiwara clan split into gosekke ( the five families of the fujiwara clan whose members were eligible for the positions of sessho and kanpaku ) , konoe , ichijo , takatsukasa , kujo , and nijo families , and whoever among them held the highest official rank was appointed regent / kanpaku , a situation which continued until the meiji restoration . the two exceptions to this are hideyoshi toyotomi and hidetsugu toyotomi . prior to the meiji restoration the regents carried out most of the emperor 's governmental affairs , such as writing imperial edicts , conferring ranks and making appointments , and their power was nearly the same as that of the emperor . the later modern period in 1889 , based on the imperial constitution and former imperial house act , a system was laid out to put an imperial regent in the emperor 's place when the emperor had not reached the age of maturity or could not wield sovereign power . the regent had almost the same authority as the emperor , but did not have authority to amend the constitution or to expand ( amend ) the imperial household law . from emperor taisho 's last years in 1921 to his death in 1926 , crown prince hirohito ( later emperor showa ) served as regent . during that period , crown prince hirohito is also known as sessho no miya . a regent system was also created by the constitution of japan and imperial household act enacted in 1947 . as specified in the constitution of japan , the regent is a position to carry out national affairs in the name of the emperor , and has exactly the same authority as the emperor regarding national affairs . when the emperor has not yet reached the age of maturity , or due to a serious illness or accident is unable to conduct national affairs , a regent will be placed at the discretion of the imperial household council . the temporary agent for national affairs is given as an example of something similar to a regent . in the event of the emperor 's disease or accident , such as hospitalizations or trips abroad , based on appointment ( transmission of chokusho , official document issued by emperor , to a temporary agent for national affairs ) by the emperor at the advice and approval of the cabinet , national affairs are temporarily carried out by an agent . this is a system that was put in place so that national affairs could be entrusted to someone in the event of the emperor 's illness or accident , without going so far as appointing a regent . under the japanese constitution , there has so far been no example of a regent being appointed . succession to regent and temporary agent for national affairs proceeds in the following order of adult members of the imperial family . crown prince , emperor 's grandson imperial princes and males of the imperial family empress empress dowager grand empress dowager imperial princesses and females of the imperial family the fact that women can take the position is different from imperial succession . however , regarding an empress , empress dowager , or grand empress dowager , the possibility of person of common birth entering a regent position as the emperor 's agent and conducting national affairs has never been discussed ; and some worry about the possibility that in the future if such a situation arose , it would develop into a very difficult problem . as a solution to such a situation , one view is that birth in the royal family should be made a condition for an empress , empress dowager , or grand empress dowager to become regent . chinese regents in china , in the event that the emperor was unable to perform his duties , there were instances of the imperial family supervising government as national directors . mostly a prince would be the national director , but in the qing dynasty there were cases of the emperor 's uncle ( dorgon ) or father ( zaifeng ) conducting government as regent of national director . also in the various historical dynasties there were instances of an empress dowager conducting governance by women . western regents in the byzantine empire , there were instances of the archbishop of constantinople , who was the head cleric , filling the post of regent . also , as with horthy miklos in the kingdom of hungary between wars , sometimes there was only a regent because the monarch was absent . +kanrei is the name of a post in the muromachi bakufu ( japanese feudal government headed by a shogun ) . originally a word meaning to manage / rule an official post or fief , the regent to the kamakura bakufu was sometimes called kanrei . throughout the muromachi period , the three families who were appointed to kanrei , the shiba , hatakeyama , and hosokawa clans , along with the four families that were appointed to samurai-dokoro tonin ( governor of the board of retainers ) , were collectively referred to as " sankan shishiki . " summary originally filling a secretarial role in the management of the ashikaga clan , it started as a steward who administered the mechanisms of feudal rule . the military government that takauji ashikaga established in support of the northern court ( ashikaga shogunate , muromachi bakufu ) had dual governing authorities that takauji 's younger brother , tadayoshi ashikaga , was in charge of , and ko no moronao , yoriaki niki and kiyouji hosokawa worked as stewards of the shogunate . at the time of yoshiakira ashikaga , the second shogun , because of instabilities such as kiyouji hosokawa falling from grace due to internal disputes in the shogunate , yoshiakira briefly conducted direct shogunal rule . in the period of yoshiakira the role of hikitsukeshu ( coadjustor of the high court ) who administered regional governing authorities was reduced and the power of the stewards was strengthened , with the aim of establishing a centralized governing authority . in 1362 , the 13 year old yoshimasa shiba was appointed , and his father takatsune shiba was his guardian . in 1366 , in the joji incident spurred by the anti-shiba doyo sasaki , the shiba clan fell , and yoriyuki hosokawa , who had the support of doyo and the others , became steward . it is thought that the transition from steward to kanrei was between kiyouji and yoriyuki . afterward , the kanrei supervised government affairs , and management of the ashikaga shogun family was transferred to mandokoro ( administrative board ) . yoriyuki hosokawa fell in the koryaku coup , and yoshimasa shiba was rehabilitated , but even after that the shiba and hosokawa clans were opposed over the kanrei position . in 1398 , motokuni hatakeyama became kanrei , and after that the shiba , hatakeyama and hosokawa keicho families related to the ashikaga family were appointed in turns . personnell affairs and contents that passed assessment were written on kanrei stationary and dispatched to the various provinces . at the time of the third yoshimitsu ashikaga and the fourth yoshimochi ashikaga , there was a conference system centered around the shukuro ( chief vassal ) , and the position of kanrei was lowered ; and the shiba family first declined , not least because of financial burdens . the sixth shogun , yoshinori ashikaga , aimed to strengthen the authority of the shogun , so the authority of the kanrei was reduced , and intervened in disputes over inheritence in the shiba and hatakeyama clans , which later contributed to the decline of both families . in the onin war , which occurred during the time of the eighth shogun , yoshimasa ashikaga , at first the kanrei yoshikado shiba joined the western army commanded by sozen yamana , shogun yoshimasa and the others were protected by the eastern army commanded by katsumoto hosokawa , and the shogun and kanrei in the shogunate split . in 1468 , katsumoto hosokawa , who commanded the eastern army , became kanrei . the power of the shogun , as well as the shiba and hatakeyama families , declined steadily after the onin war , with only the hosokawa clan expanding its power ; before long katsumoto hosokawa 's son , masamoto hosokawa , established heredity of the kanrei post for the hosokawa clan , and eventually , in the meio coup , overthrowing the shogun and siezing all of the shogunate 's authority ( establishment of the hosokawa keicho administration ) . however , when masamoto was assassinated by vassals over succession , the hosokawa clan split and declined . in the 1500s , yoshioki ouchi , nagayoshi miyoshi , sadayori rokkaku and others ruled the shogunate as deputy kanrei , the post of kanrei became merely formal . then after ujitsuna hosokawa 's death in 1563 , it in fact came to an end through natural lapse . +shugo was a samurai office in japan 's kamakura and muromachi bakufu ( japanese feudal government headed by a shogun ) , and was a military commander and administrative official placed in each ryoseikoku ( province ) . tsuibushi ( envoys to purse and capture ) , ryoge no kan ( class outside of the ritsuryo system ) , was the origin of the shugo , and was incorporated into the shogunate 's organization when emperor goshirakawa approved kamakura-dono 's ( lord of kamakura ) establishing shugo and jito ( manager and lord of manor ) . at the time it was established , the main duty was supervision of the jito in the province . in the kamakura period it was called shugonin-bugyo ( post of provincial constable in kamakura period ) , and in the muromachi period it was called shugoshiki ( post of provincial constable ) . some say that in the latter half of the heian period , for the purpose of maintaining domestic security , kokushi ( provincial governors ) would appoint an influential local warrior to be kokushugonin ( shugonin ) , province bakufu officer , and based on that it is thought that the kokushugonin of the late heian period was the origin of the kamakura period shugo . kamakura period shugo are thought to have begun in 1180 when minamoto no yoritomo placed them in each province after raising an army and entering kamakura . immediately after the battle of fujikawa in october of the same year , nobuyoshi takeda of the kai genji ( the minamoto clan ) was appointed shugonin of suruga province , and yoshisada yasuda of the kai genji was in the same way appointed shugonin of totomi province , which are seen as the first examples of installation of shugo by the yoritomo administration . later , as the influence of the yoritomo administration expanded westward , installations of shugonin expanded from the eastern provinces to the western provinces . the shugonin of the time were in command of zaichokanjin ( the local officials in heian and kamakura periods ) and were in charge of domestic security and civil government ; they were in charge of requisition of army provisions and mobilization of soldiers , but in 1185 , when the taira clan fell , in order to build a smooth relationship with the imperial court , the yoritomo administration briefly did away with the kokushugonin that they had appointed themselves . in november of that year , with the aim of hunting down minamoto no yoshitsune and minamoto no yukiie , yoritomo 's father-in-law , tokimasa hojo , went to the capital and negotiated with emperor goshirakawa , as a result of which imperial approval was given for the installation of sotsuibushi ( government post in charge of police and military roles ) and kuni-jito ( the appointment of provincial jito to each province ) in each province for the purpose of capturing yukiie and yoshitsune . the yoritomo administration / kamakura shogunate 's right to collect five sho of rice for army provisions from each shoen ( manor in medieval japan ) / kokugaryo ( territories governed by provincial government office ) , and its right to command officials in the provincial administrative offices were recognized , and sotsuibushi and kunijito were put in place to exercise these rights . with this the kamakura period system of shugo and jito began in earnest . it was around 1190 that the distinction began to be made between shugo , a post installed in each province , and jito , a post installed in each manor or kokugaryo district . however , the districts to which the original yoritomo administration 's actual rule extended are thought to have been limited to mostly the eastern half of japan ; from the area around kyoto westward , there was strong resistance from emperor gotoba and temples ; at emperor gotoba ( who instituted cloister government after abdicating ) ordered the post of shugo abolished , and koreyoshi ouchi ( son of tomomasa hiraga ) of the emperor 's darling shinano genji was appointed shugo of 7 provinces around the kyoto area ; and other policies of interference were carried out . it was only after the jokyu war that they were able to get rid of this kind of interference . later , the job responsibilities of shugo were clarified , and in goseibai-shikimoku ( code of conduct for samurai ) that was enacted in 1232 , the duties of shugo were limited to the military and police duties of taibon-sankajo ( enforcing the obligation of the gokenin , an immediate vassal of the shogunate in the kamakura and muromachi through edo periods , to provide security in kamakura / kyoto , investigating and apprehending rebels , and investigating and apprehending murderers ) and command supervision of obanyaku ( a job to guard kyoto ) , and it was forbidden for them to rule kokugaryo or get involved with government , which was the privilege of the kokushi . however , there was a movement in which shugo tried to make provincial jito or government officials their hikan ( vassals ) , and this kind of hikanization of the local warriors by the shugo would enter another stage of development in the muromachi period that followed . from the middle of the kamakura period on , the hojo clan proceeded to monopolize the post of shugo . this proceeded apace with the change to autocratic rule at the hands of the central hojo family ( tokuso , the patrimonial head of the main branch of the hojo clan ) , namely the establishment of the tokuso autocracy ; the hojo clan 's shugo provinces were 2 in the early kamakura period around 1200 ( 36 to other clans , 4 with no shugo ) , around 1250 they were 17 ( 24 to other clans , 5 with no shugo ) , around 1285 they were 33 ( 18 to other clans , 5 with no shugo ) , and in 1333 at the end of the kamakura period they were 38 ( 15 to other clans , 5 with no shugo ) , expanding rapidly from around the middle kamakura period . this situation created latent resentment among the other gokenin , and is thought to have been a contributing factor to the demise of the kamakura shogunate . even in the emperor godaigo 's kenmu restoration that came about after the fall of the kamakura bakufu , the system of placing shugo alongside kokushi was left intact . in fact , because the restoration ended just a few years later , the details about kenmu period shugo are not clear . the muromachi bakufu that followed also continued the shugo system . at first , many shugo were chosen from powerful locals , but it soon came to be filled by rotation by members of the ashikaga clan , and only a very few , such as the akamatsu clan ( norimura akamatsu ) of harima province , were able to hold onto the position . this was a continuation of the kamakura period 's tokuso autocracy . the position 's authority was also the same as in the kamakura period ; at first it covered taibon-sankajo ( three official authorities given to shugo ) , but in order to stabilize domestic rule , in 1346 the new powers of the right to judge criminal cases over karita-rozeki ( to reap rice illegally ) and the right to pass a delegate the word were added . karitarozeki is the use of force occurring in territorial disputes between warriors , while shisetsu jungyo means to forcibly execute the shogunate 's decisions in the local area . based on these , the shugo gained the two rights to intervene in disputes between warriors in the province , and to enforce the law . in 1352 , with the aim of procuring military provisions , the right of hanzei , the ability to collect half of the annual tribute from manors / kokugaryo within the province , was granted to the shugo . at first , the right of hanzei was approved only for three provinces ( omi , mino and owari ) where there were severe disturbances , but the various shugo clamored to beg the bakufu to enact hanzei , and hanzei was made permanent . the hanzei law of 1368 addressed not only the payment of annual tributes , but also allowed for the partitioning of the land itself , leading to a marked increase in the incidence of shugo invading other manors / kokugaryo . furthermore , the shugo made contracts with the lords of the manors for collection of the annual tribute , and began to conduct shugouke ( the contract system that the manor 's owner entrusts a provincial constable to manage his manor and pay the customs ) , which strengthened their actual rule over the manors . they also collected tansen and munabetsusen , kinds of taxes , greatly increasing their economic power . with this kind of increased power behind them the shugo absorbed the kokuga ( provincial government offices ) organization that was until then controlled by the kokushi , and at the same time , with their increased economic power , made the provincial jito , local lords ( called kokujin at the time ) and other people of influence hikan ( vassals ) . this movement is called hikanization , but in this way the shugo expanded their local and centralized influence within the provinces , in the realm of land as well as of people . because this state of the shugo in the muromachi period differs greatly from the strictly military and police powers that the kamakura period shugo had , muromachi period shugo are referred to as shugo daimyo ( japanese territorial lord as provincial constable ) to distinguish them . also , the system of provincial rule by a shugo daimyo is called the shugo-ryogoku system ( the system that a shugo dominates a manor ) . in fact , a shugo daimyo 's rule over the fief was not always complete , and there were actually many examples , mainly in the area around kyoto , where the kokujin class refused to become hikan of the shugo . by the middle of the muromachi period , the power of the shugo daimyo within the shogunate had grown to the point that the shogunate had come to resemble a coalition government of shugo daimyo . among the powerful shugo of the time were some , beginning with the members of the ashikaga shogun family , the shiba , hatakeyama and hosokawa clans , and including such outsiders as the yamana , ouchi , and akamatsu clans , who ruled over several provinces . these influential shugo would often spend continuous stretches in kyoto to serve the shogunate , and when they were away from their fiefs , or controlling several provinces , a kokujin was made a deputy of the shugo , or shugodai ( deputy of shugo , provincial constable ) was chosen out of their direct vassals . those shugodai would then appoint a further , assistant shugodai , and the structure of rule took on a two- and three-layered shape . one of the privileges of the shugo was ichiji-hairyo , by which they could receive one letter from the shogun 's imina ( personal name ) . the shugo were also allowed the social status of shirokasabukuro ( white umbrella bag ) and mosenkuraoi ( literally , tufted saddle cover ; and the shugodai were allowed karakasabukuro ( oiled-paper umbrella bag ) / mosenkuraoi and nurigoshi ( lacquered litter ) . by being allowed the use of nurigoshi , the shugo and shugodai alike , had their own authority as influential warriors recognized . yakata ( an honorific title ) and saihai ( a baton of command ) were allowed as a special privilege only for those influential shugo who achieved kanrei or tandai ( local military commissioner ) , and vassals of those who held the title of yakata were allowed to wear the eboshi ( formal headwear for court nobles ) and hitatare ( a kind of court dress in old days ) . especially in the kamakura-kubo ( shogunate ) ashikaga family , among the influential warriors of the kanto region , 8 families received the yakata title and were called kanto hachiyakata . from around the time of the onin war , there were increasingly prominent clashed between different shugo ; keeping pace with that was the desire for independence ( kokujin revolts , etc . ) on the part of the kokujin , who were the local lords . although these movements invited a reduction in the power of the shugo , on the other hand they led to stronger rule over the kokujin by the shugo . then , around the time of the meio coup in 1493 , the shugo , who had failed to restore their waning power , lost their position to the shugodai and kokujin , so that the shugo who had strengthened rule over the kokujin in fact ended up strengthening feudal rule all the more . in this way the muromachi period shugo who succeeded in securing feudal rule , the shugodai who replaced shugo , and kokujin transformed into daimyo ( japanese territorial lord ) in the sengoku period and grew . however , the shugo post , which had power with hereditary privelages and family status in the muromachi period , carried a similar meaning as a title for daimyo in the sengoku period , and as a title for influential players in the warring states period . that many daimyo in the sengoku period were appointed shugo by the shogunate is evidence of this . based on this , there are some schools of thought that posit the idea of a warring states period shugo . in fact , it has been confirmed that , beginning with the warlords of dewa province , the ando clan , who also had influence in southern hokkaido , a branch of the ando clan indigenous to southern hokkaido called oshu tosaminato hinomoto shogun or tokai shogun , or the matsumae clan after the kakizaki clan , were made jogoku ( major province ) shugoshiki ( post of provincial constable ) , gekoku ( minor province ) shugoshiki , or matsumae shugoshiki , examples of shugo being installed independently of the shogunate . the edo period at the end of the edo period , the chief of the aizu domain , katamori matsudaira , went through the imperial court to be appointed by the edo bakufu to the post of kyoto shugoshiki . there had previously existed a post called " kyoto shugo , " but in this case it was formally called " kyoto shugoshoku , " and was pronounced " shugoshoku " in contrast to the muromachi period 's pronunciation , " shugoshiki . " +udaijin was one of the positioins in daijokan ( grand council of state ) , which was the highest body in the organization of the imperial court . equivalent chinese posts : right ministry , ujosho , ushokoku , ubokuya , taiho . the japanese reading is miginooimouchigimi / miginootodo . he fulfilled a support role for sadaijin ( minister of the left ) , and would carry out the duties of sadaijin when he was unable to do them for some reason . it is equivalent to an official rank of sho / ju nii ( senior / junior second rank ) +naidaijin is one of japan 's official titles . duties varied throughout history . it was a japanese ministerial position that was outside of the ritsuryo system ( a system of centralized government based on the ritsuryo code ) . comes after sadaijin ( minister of the left ) and udaijin ( minister of the right ) . an official post in the government of the empire of japan in the meiji period . established in 1885 . abolished in 1945 . the ritsuryo system a naidaijin ( also known as an uchinoomaetsugimi or uchinootodo ) was a japanese minister that was outside of the ritsuryo system . the equivalent chinese posts are daifu , naijosho , naishokoku and naibokuya . at the level of shonii / junii ( senior / junior second rank ) the naidaijin would attend to government affairs if both the sadaijin and udaijin were unable to do so for some reason . although it is ryoge no kan ( class outside of the ritsuryo system ) , it was recorded that appointments were first made even before the ritsuryo system was established . it is thought to have started with nakatomi no kamatari ( fujiwara no kamatari ) , who was appointed to naishin by three successive emperors , kotoku , saimei and tenchi from 645 , was appointed to naidaijin just before his death . later , although there were several instances of naidaijin being placed for special reasons , it is thought that naidaijin as a permanent official started with fujiwara no michitaka in the middle heian period . after that , appointments to naidaijin mostly fell into the following four categories : appointments given to young nobles from the sekkan-ke ( the families which produced regents ) , which would qualify them to become sessho kanpaku ( regent and chief adviser to the emperor ) ; appointments given as a reward to a shukuro ( chief vassal ) or noble with significant achievements ; appointments given simply as a plum job for nobles at the level of head dainagon ( a chief councilor of state ) who would then become the " third minister " ( with the exception of the daijo-daijin [ grand minister of state ] ) ; or appointments given to the head of the samurai government or in a position to succeed him . abolished at the time of the meiji restoration . in the azuchi-momoyama period the greatest daimyo ( japanese territorial lord ) under the toyotomi administration , ieyasu tokugawa , was appointed . after that , too , successive seii taishogun ( literally , " great general who subdues the barbarians " ) , such as iemitsu tokugawa , were appointed . although fujiwara no fusasaki , fujiwara no nakamaro , and dokyo did not take on the post of naidaijin , they are listed as persons who entered posts with similar duties . meiji period in the empire of japan during the meiji period , the position of naidaijin was an office of the imperial court and , not being a part of the cabinet , the naidaijin was not one of the ministers of internal affairs ; a member of the office of the inner minister , the holder of this post was always at the emperor 's side to offer him counsel , managed the seal of the state and the imperial seal , and handled imperial edicts . at first , right after dajokan ( great council of state ) system was abolished , it also served as a post for dealing with the former daijo-daijin sanetomi sanjo . entering the showa period it replaced the genro ( elder statesman ) , fulfilled a major role in recommending prime ministers , and held power not only in the imperial court , but in the government as well . in emergencies when naidaijin was absent , the chairman of the privy council would temporarily become naidaiji and assist the emperor . there was an example of this when , immediately after the february 26 incident , privy council chairman kitokuro ichiki became naidaijin and resigned the same day . because the duties of naidaijin , his authority , and the areas of which he could advise were extremely vague and abstract , to the degree that constitutional scholars are unable to clearly define them , it was an extremely special post , all of which depended on the person appointed and his trusting relationship with the emperor . also , as a special case , imperial prince sadanaru served as naidaijin ( 1912-1915 ) . after the unconditional surrender in 1945 , it was abolished by the general headquarters of the supreme commander of the allied powers ( ghq / scap ) . for a list of successive naidaijin , refer to office of the inner minister . +ajari ( also azari , sanskrit : acarya , also transliterated as ajariya ) means a " model / example " in sanskrit , and is a master who is an example to his disciples and teaches the dharma . in the vedic religion , this term referred to a leader who instructed his followers using examples from the vedas , while in nikaya buddhism , it referred to a high-ranking monk who led monks in training and instructed them in doctrine ; so while the exact meaning varied according to the particular religion , the term ajari was used in several instances in the sense of leadership . in esoteric buddhism , it sometimes refers to vairocana and the other buddhas , but in general it is a title for priests in a high position who should be an example for the other monks ; in japan in the tendai and shingon sects , it is a position given to noble monks , especially to those who conduct rites in ceremonies involving the emperor . among the monks called ajari in japan are : kyoju ajari – teaches the dharma ; demp ajari - those who have received a kanjo ( a ceremony to be the successor ) of the denpo ( all of the necessary elements for preservation and development of the techniques and sutras ) . shichikozan ajari – especially at enryaku-ji temple , mt . ibuki , and atago-jinja shrine ( kyoto city ) , one who has received a designation from the imperial court and has been given an imperial command to pray in a temple that conducts ceremonies to pray for abundant harvest , and works as an officiating monk ; isshin ajari – members of the imperial family or sekkan-ke ( the families which produced regents ) who entered the priesthood while young and were allowed the title of ajari at a young age by virtue of their noble birth became this ; et cetera . also , a denpo ajari of especially great virtue was called a great ajari . kyoto 's famous sweets , ajari-mochi , are so named because they resemble the wicker hats worn by the ajari doing the 1000-day circumambulation at enryaku-ji temple on mt . hiei . +ongoku bugyo were placed in important places within shogunate-owned land ( tenryo ) outside of edo , and were divided into bugyo ( magistrate ) and yakugata who handled the governance of that land . in addition to the machi-bugyo ( town magistrate ) appointed for osaka , kyoto and sunpu , bugyo were also appointed for other places such as nagasaki ; these positions were mainly held by bakufu hatamoto ( direct retainers of the bakufu , which is a form of japanese feudal government headed by a shogun ) . as an office of the shikoseki ( waiting place for their turns in which daimyo or hatamoto who attended to the edo castle to have an audience with a shogun ) -ritsuryo system under control of the roju ( member of shogun 's council of elders ) , the tashidaka system ( a wage system established by edo bakufu ) varied from 1000 to 2000 koku , depending on the location , and a salary was sometimes provided . the area of jurisdiction was called bugyo chigyosho , and when the edo bakufu fell in 1868 , the meiji government installed and transitioned the early meiji fu in 9 main places , including edo . among these , the name of edo-fu was later changed to tokyo-fu . until the abolition of domains and establishment of prefectures in 1871 , the early meiji fu of hakodate-fu , kanagawa-fu , echigo-fu , niigata-fu , kai-fu , watarai-fu , nara-fu and nagasaki-fu , excluding tokyo-fu , osaka-fu and kyoto-fu , were each established and transitioned . for details refer to kyoto machi-bugyo . the roju ruled , but because of the location , he conducted business at the command of the kyoto shoshidai ( the kyoto deputy ) . in addition to kyoto 's city governance , in order to exercise rule over tenryo ( bakufu-owned land ) in the kinai region ( the five capital provinces surrounding the ancient capitals of nara and kyoto ) and shrine and temple lands , the post involved serving concurrently as three kinds of bugyo : jisha-bugyo ( magistrate of temples and shrines ) , kanjo bugyo ( commissioner of finance ) , and machi bugyo . there were 2 positions , with 2 bugyo offices located in the east and west . the allotment was 1500 koku , and 600 koku of rice were provided as a stipend . as subordinates there were 20 yoriki ( a police sergeant ) and 50 doshin doshin ( a police constable ) . put in place of the jodai ( the keeper of castle ) after fushimi-jo castle was razed . 1 position . in order to control ( so that daimyo ( japanese territorial lord ) in the middle of their sankinkotai ( a system under which feudal lords in the edo period were required to spend every other year in residence in edo ) could not enter kyoto without permission and contact the imperial court ) fushimi-juku and the banks of the yodo-gawa river , which are the entrance to kyoto , this was the only post among the ongoku bugyo that was filled by a daimyo . for that reason the tashidaka system was not applicable , but a stipend of 3000 bales of rice was provided . as subordinates there were 10 yoriki and 50 doshin . also , ties to the kyoto shoshidai and the kyoto machi-bugyo were strong , and sometimes he would run to assist them when there were major events in kyoto . during the kanbun years , the kyoto machi-bugyo was formally treated as a non-member of the fushimi bugyo , although in the genroku and bunka years the fushimi bugyo was integrated with the kyoto machi-bugyo . in fact , when masamichi kobori was fushimi bugyo , an incident called the fushimi riot occurred , and masamichi 's omi komuro domain came under feud suppression . for details refer to osaka machi-bugyo . there were 2 positions , with 2 bugyo offices located in the east and west . the allotment was 1500 koku , and 600 koku of rice were provided as a stipend . as subordinates there were 30 yoriki and 50 doshin . in addition to governance of the town below sunpu-jo castle , he controlled ejiri and maruko inn towns on the tokaido road , and shimizu port . 1 position . the allotment was 1000 koku , and 500 bales of rice were provided as a stipend . as subordinates there were 8 yoriki and 60 doshin . for details refer to nagasaki bugyo . in addition to nagasaki town governance , duties included trade with holland . there were many changes in the number of positions , starting at one , then increased to two from 1633 , three from 1686 , and four from 1700 , but it was set at two from the hoei era on . the allotment was 1000 koku , and 440 bales of rice were provided as a stipend . as subordinates there were 10 yoriki and 15 doshin . in charge of supervision of ships entering edo bay . at first , in 1616 , was stationed in shimoda city in izu province , but in 1720 , in keeping with the increased economic activity in edo bay , it was moved to uraga in sagami province . 1 position . the allotment was 1000 koku , and 500 bales of rice were provided as a stipend . as subordinates there were 10 yoriki and 50 doshin . because it became a window of negotiations with foreign countries toward the end of the shogunate , the number of positions was increased , and in 1842-1844 and 1854-1860 shimoda bugyo was installed again to provide for the arrival of foreign ships , during which time the bugyo offices in uraga and shimoda existed concurrently . members of the aizu clan mainly filled the post . also called ise bugyo . at first , the bugyo office was located at yamada in ise province ( present-day ise city , mie prefecture ) , and was later moved to kobayashi , watarai district , ise province ( present-day kobayashi , misono village , ise city ) . was in charge of guarding ise-jingu shrine and ruling the temple town , litigation in ise and shima , and security in toba port . there was one position , then became two in 1696 , with stations alternating between the field and edo . allotment was 1000 koku , and a stipend of 1500 bales of rice was provided . subordinates were 6 yoriki , 70 doshin and 40 suishu ( sailor ) . because it had contact with the fief of the kishu tokugawa family , one of tokugawa gosanke ( three privileged branches of tokugawa family ) , disputes occurred periodically ; tadasuke ooka , who was active as the edo machibugyo at the time of shogun yoshimune , served at the post for a time ; and there is known to be a legend that yoshimune tokugawa , who was impressed by tadasuke 's work as bugyo when he was chief of the kishu clan , later chose him . in 1603 the edo bakufu placed the yamada bugyo office on the shrine lands of ise-daijingu shrine . in addition to security of the two grand shrines geku ( outer shrine ) and naiku ( inner shrine ) , he also controlled the supervision of suspicious foreign ships in ise bay and the southern sea , even outside of ise-shima shrine territory , but the most important duty of the yamada bugyo , who was equal in standing to the nikko bugyo , was to carry out the ' 21st year rebuilding of ise shrine . ' to begin with , the head priest of ise shrine was also in charge of rebuilding the shrine , but tadayuki aisu , the governor of iyo province , who might have been the father of kage-ryu school founder hisatada aisu , was the first samurai to serve as bugyo over the shrine lands during the bunmei years . [ the jinryo bugyo office was built where the jingu saishu ( head priest of the ise shrine ) had once resided . ] the edo bakufu continued the work begun by tadayuki aisu , the governor of iyo province , by rebuilding of the shrine without interruption until the meiji restoration , demonstrating a reverence of the gods and ancestors that was even greater than that of minamoto no yoritomo . the cost of rebuilding the shrine is said to have been about 32.7 billion yen in 2005 at the 61st rebuilding , which shows just how much the yamada bugyos did for ise-jingu shrine over the years . even before the bugyo came to live in kobayashi village in 1641 , there were ships called kujaku-maru and tora-maru , in may of 1728 for some reason the bugyo , hoshina of the awaji governor sank the ship tora-maru in the waters of ominato . this is the most rare of recent events . if the kujaku-maru is stained and there is no ship available for use , those 75 suishu / doshin will work regularly at their office duties ' is written in gofushin-yaku onkumigashira hashimoto ichirozaemon shigenaga 's " kyoho kojitsu biboroku . " ( " ise yamada bugyo chronology " by sekishu hashimoto , descendant of gofushin-yaku onkumigashira ) in charge of nikko tosho-gu shrine shugo ( provincial constable ) . 2 positions , 1 of which was stationed in edo . allotment was 2000 koku , and a stipend of 500 bales of rice was provided . subordinates were 36 doshin . established for supervision of kofuku-ji temple , todai-ji temple and other large temples in nara , and rule over their temple towns ( nara-machi / nara kita-machi ) . 1 position . allotment was 1000 koku , and a stipend of 700 bales of rice was provided . subordinates were 7 yoriki and 30 doshin . the bugyo office was located on the grounds of what is now nara women 's university . for details , refer to sakai bugyo . 1 position . allotment was 1000 koku , and a stipend of 600 koku in rice was provided . subordinates were 10 yoriki and 50 doshin . was responsible for rule of the sado gold mine . established for policing the northern frontier in 1802 , when the bakufu confiscated the ezo lands that had been part of the matsumae domain . also responsible for dealing with foreigners in the open port of hakodate at the end of the shogunate . 2 positions , one of which was stationed in edo . allotment was 2000 koku , and a stipend of 1500 bales of rice was provided . the bugyo office was originally located in present-day motomachi park ( motomachi , hakodate city ) , but was moved to goryokaku castle after it was built . established to rule the area around niigata city that became tenryo ( bakufu-owned land ) in 1843 . the reason for the establishment was management of niigata port , which was a key point for traffic on the sea of japan . later , when the country was opened , niigata became an open port , so its importance increased . was established in 1842 in haneda ( ota ward ) , as part of a policy to strengthen defenses of edo bay against the arrival of foreign ships , but was abolished 2 years later . persons serving as haneda bugyo katsuyuki tanaka – december 24 , 1842 to may 24 , 1844 dates are in the old calendar . +omandokoro in the japanese aristocracy society , omandokoro is a title given to a mother based on an emperor 's direction when her child was serving as the sessho ( the title of a regent given to who is named to assist an emperor when the emperor is still a child , or before coming of age , or when a female ) , or the kanpaku - the title of a regent who assists an adult emperor . it is an abbreviation of okitanomandokoro usually , omandokoro refers to hideyoshi toyotomi 's mother , naka . more detailed information will be provided in this section . naka omandokoro was a woman who lived from the sengoku period ( period of warring states - japan ) through the azuchi-momoyama period ( 1513 - august 29 , 1592 ) . her formal name was naka , and she gave birth to hideyoshi toyotomi , hidenaga toyotomi , nisshu and asahihime . career omandokoro is the abbreviation of the original term ' okitamandokoro , ' and a honorific title given to a mother with a child serving as the sessho or kanpaku , and in a modern era , it is common to refer her ( juichii - junior first rank ) . in 1513 , she was born as the daughter of kanesada seki who was running a forging shop and also in the samurai class in gokiso-mura , aichi-gun , owari province ( aichi prefecture ) . the seki clan was a family who was engaged in the business of forging swords . it is also thought she was born 1516 . she got married with yaemon kinoshita ( shokichi kinoshita and yasuke nakamura ) who was serving as the head of conscripted foot-soldiers for nobuhide oda and she gave birth to nisshu-in and hideyoshi . meanwhile , after her husband died in the war ( actually , died of a disease ) , she got married with masamori mizuno ( chikuami ) who was serving as doboshu ( government post ) for hidenobu . she gave birth to hidenaga and asahihime during that period of time ( father of hidenaga and asahihime is believed to be yaemon or chikuami . ) later years of omandokoro upon the promotion of hideyoshi to the kanpaku in 1585 , she was called omandokoro . in 1586 , hideyoshi advised ieyasu tokugawa to carry out the joraku ( going to kyoto to seize power ) , but it was unsuccessful , and he sent asahihime for his legal wife and omandokoro as a hostage to okazaki , mikawa province . as a result , ieyasu agreed to the joraku , and omandokoro was able to return to osaka in a month or so . hideyoshi called for his mother to live and stay in the castle when he became the owner of nagahama-jo castle , and it is well known that he always cared about his mother throughout the rest of her life . omandokoro got along with kodai-in very well , who was hideyoshi 's bride . according to various tales , she was a wise and smart woman . after the preceding death of her children , asahihime and hidenaga , she died in 1592 at jurakudai ( hideyoshi 's residence in kyoto . ) she was eighty ( or , seventy seven ) year old . +the term " kubo " originally referred to the embodiment of public affairs in the premodern japan or the national sovereign power , that is , the emperor or the imperial court in olden times , and the shogun in the kamakura and the muromachi periods . especially in the late muromachi period , the term " kubo " was used as the title of the ashikaga shogun family who were dominant in exercising governmental authority of the shogun . the title of kubo was called " kubo go . " history the creation of ' kubo go ( the title of kubo ) ' in china , the chinese character for " ku " in the word " kubo " included the concept of " private , " while in japan this character was used to mean the integration of the nation and its people . in japanese , the meaning changed such that the concept of " public " did not include " private " referring to the field that a nation should deal with , and it became the opposite of " private . " this concept appears in japanese phrases such as " goko gomin " ( to share the total harvest of rice between public and private , 50 % each ) or " koshi kondo " ( to mix up public and private matters ) . as a result , the term " oyake " ( another pronunciation of ' ku ' of ' kubo ' ) was used to mean the emperor as the national embodiment in ancient japan , and the custom of calling the emperor , his family , and the court as " koke " ( literally , public family ) or " kubo " sprang up . after the late heian period in which private fiefs like shoen ( manor in medieval japan ) were remarkably spreading , the term " kubo " was used to emphasize the national sovereignty . however , after the kamakura period when the court 's power had relatively fallen , there were some cases that " honjo " ( temples , shrines , and court nobles ) and samurai families , which had achieved control of the entire shoen and koryo ( an imperial demesne ) , called themselves " kubo " as the holder of the sovereign power in the fiefs . in the kamakura bakufu ( japanese feudal government headed by a shogun ) from about 1283 , the rule of naming the shogun from the imperial family as " kubo , " " gokenin " ( an immediate vassal of the shogunate in the kamakura and muromachi through edo periods ) as " kubo no hitobito " ( kubo people ) , and " kanto goryo " ( the shogun 's demesne ) as " kubo goryo " was adopted in consideration of such names as tokuso ( the patrimonial head of the main branch of the hojo clan ) , miuchibito ( private vassals of the tokuso ) , and " miuchi goryo " ( tokuso 's demesne ) in the hojo regency . this rule is said to have been introduced by yasumori adachi , who carried out a reform of the shogunal administration under the banner of the shogun from the imperial family and tokimune hojo , the regent for the shogun . it was to prevent hojo 's private power from intervening in the shogunal administration and also to show that the sovereignty of the shogunate resided in seii taishogun ( literally , " great general who subdues the barbarians " ) and gokenin who was in a master-servant relationship with the shogun . " kubo " in the muromachi bakufu accoding to " teijo-zakki " ( teijo 's memorandums ) written by sadatake ( teijo ) ise who was hatamoto ( a direct retainer of the shogunate ) in the edo period as well as a descendant of the ise clan which served as mandokoro shitusji ( chief of mandokoro , the adiministrative board ) of the muromachi bakufu , takauji ashikaga , who established the muromachi bakufu in the period of the northern and southern courts ( japan ) , was allowed to hold the title of kubo . however , takauji was not unreservedly happy about the title of kubo because the term " kubo " carried the strong connotation of the court or the court nobles . takauji refused to accept the title of kubo , saying that he could not put on armor if he got it ; however , once the title was bestowed on him , it was diffiicult to recall it ; thus , the title was tentatively left to takauji . subsequently , the title of kubo was not employed even at the time of yoshiakira ashikaga , the second shogun . however , after the time of yoshimitsu ashikaga , the third shogun , the title of kubo was positively used as an honorific for the shogun . after the shogun family called themselves kubo , motouji ashikaga , who was kanto kanrei ( the shogunal deputy for the kanto region ) at first , began to name himself kamakura kubo . since then , the title of kubo had been handed down for generations by the shogun who headed the shogunate and by the families of the ashikaga clan in kamakura who called themselves kamakura kubo . in addition , the uesugi clan and the hatakeyama clan who had been shitsuji ( the shogun 's assistant ) were moved up to kanto kanrei . some say that kenshin uesugi succeeded to the position of kanto kanrei , and that ujitsuna hojo and ichimasu takigawa adopted the title kanto kanrei some time later . in the edo period , the title became firmly established as another name for the shogun who possessed absolute power ; when people referred to kubo , they almost always meant the tokugawa shogun . when the leader of the samurai family who headed the shogunate was appointed " seii taishogun , " his honorific title of " uesama " changed into " kubosama " ; the term " kubo " strongly indicated that " kubo " was a representative of the court . kamakura kubo ( kanto kubo ) the chief of the kamakura fu ( the shogunal headquarters in kamakura ) motouji ashikaga was the first kamakura kubo . kamakura kubo was discontinued for a while due to the eikyo war , but was soon restored ; after the fifth kamakura kubo , shigeuji ashikaga , fled to koga , he came to be referred to as " koga kubo . " sasagawa kubo ( sasagawa gosho ) sasagawa kubo was established when mitsukane ashikaga , the third kamakura kubo , sent his younger brother , mitsunao ashikaga , to sasagawa in asaka county in mutsu province for governing the oshu region . sasagawa kubo took the anti-kamakura government position after the war of uesugi zenshu , but died out in the battle of yuki in 1440 . inamura kubo ( inamura gosho ) inamura kubo was established when mitsukane ashikaga , the third kamakura kubo , sent his younger brother , mitsusada ashikaga , to inamura in iwase county in mutsu province for governing the oshu region . inamura kubo died out because mitsusada committed suicide in the eikyo war in 1438 . horigoe kubo yoshimasa ashikaga , the eighth shogun of the muromachi bakufu , sent his younger brother , masatomo ashikaga , to the kanto region to cope with shigeuji ashikaga of koga kubo , but he could not go over hakone , so he settled in horigoe , tagata county , izu province . horigoe kubo died out because the second horigoe kubo , chachamaru ashikaga , was defeated by soun hojo . koga kubo koga kubo was identical to kanto kubo that relocated to koga city in shimousa province ; shigeuji ashikaga was the first koga kubo . koga kubo established its headquarters in koga at first , but after becoming a puppet in the hands of the hojo clan , it was forced to move from place to place . it died out with the death of the fifth koga kubo , yoshiuji ashikaga . its descendants became the kitsuregawa clan of koke ( privileged family under tokugawa shogunate ) . oyumi kubo yoshiaki ashikaga , a younger brother of the third koga kubo , takamoto ashikaga , proclaimed himself oyumi kubo at the oyumi-jo castle in shimousa province supported by the kazusa takeda clan ( the takeda clan ) who was the lord of the mariyatsu-jo castle in kazusa province . in 1538 , it died out because yoshiaki was killed in the first battle of konodai . kuratani kubo ( kuratani gosho , echizen kubo ) the descendant of yoshitsugu ashikaga who was a son of yoshimitsu ashikaga , the third shogun of the muromachi bakufu , settled in kuratani . the asakura clan temporarily acknowledged that kuratani kubo was a ruler of echizen province in place of the shiba clan who served as echizen shugo ( provincial constable ) . later , kuratani kubo was called the kuratani clan as a general invited by the asakura clan . hirashima kubo ( hirashima gosho , awa kubo ) as the term " kubo " was commonly used as another name for the shogun , people sometimes gave kubo a nickname such as " so-and-so kubo " with a twist of irony to make it widely known . yoshitane ashikaga " nagare kubo " ( wandering kubo ) the name came from the fact that yoshitane wandered from place to place because he was forced out of power by leading daimyos ( japanese feudal lords ) . his family settled in awa province , hence the name awa kubo . tunayoshi tokugawa " inu kubo " ( doggy kubo ) the name came from the fact that he issued " shorui awaremi no rei " ( an edict against cruelty to all living things ) , and he treated dogs so generously that he invited the people 's indignation . yoshimune tokugawa " kome kubo " ( rice kubo ) the name came from the fact that during yoshimune 's rule , the price of rice went up and down because of an alternating succession of bumper harvests and famine , so he was always under pressure to control the price of rice . ieshige tokugawa " shoben kubo " ( pissy kubo ) as ieshige was of a delicate constitution and had an impediment in his speech , there was a rumor that he peed in his underwear at the palace . +" ikai " ( the court rank ) is a ranking system of the government officials . combined with kunto ( order of merit ) it was also called " ikai kunto " in japan , and generally referred to what was stipulated by the ritsuryo codes ( the ritsuryo system , a system of centralized government based on the ritsuryo code ) . ( particularlly from the meiji to the early showa periods , the order of the golden kite was included . ) in the court rank system under the ritsuryo system , four ranks called honi ( court rank ) ( the history of japan ) were separately set up for the court rank to the imperial princes . the court rank was designed mainly for princes without the title of shinno ( imperial prince ) , members of the imperial family , and their subjects , but after the meiji period in which the ritsuryo codes were abolished , the court rank became a rank of honor which was bestowed upon those who had been government officials or those who had performed significant services . at present , it is also a rank of honor under the constitution of japan , which is bestowed every year upon the deceased who have done distinguished services . in addition , the conferment of a court rank is called " joi , " and the ceremony held in the imperial court in which the fifth rank and above are granted is also called " joi " after the heian period . ( it is held on around january 5 . ) . " kani " ( the official rank ) , which is often confused with the court rank , is referred to as " the official post and rank " and differs from ikai . the court rank system introduced from china with other political and administrative systems has developed independently in japan . the twelve-cap court rank system established in 603 was the first that imposed a ranking among government officials . after several changes ( see the changes in the court and the official ranks ) , the foundation of the court rank system was established under the taiho ( 701 ) and the yoro ( 718 ) codes . after 673 , even gods were given ranks ( see shinkai , ranks granted to shinto gods ) . by connecting the court rank with the official post ( the official rank system ) , the court rank system placed the right person in the right post regardless of heredity or power , and also avoided the hereditary transfer of the official post . the system that the emperor used to impose a court rank also concentrated the authority and power in the hands of the emperor , which led to the establishment of the political system that placed the emperor at the top . according to " kani rei " 官位令 ( the law concerning the official rank ) of the taiho and the yoro ritsuryo codes , the imperial princes of the imperial family were graded in four ranks from " ippon " to " shihon " ( first to fourth rank ) ; other shoo ( princes who didn 't receive any proclamation to be an imperial prince ) were in fourteen ranks from shoichii ( senior first rank ) to jugoinoge ( junior fifth rank , lower grade ) ; subjects were in thirty ranks from shoichii to shosoige ( lesser initial rank , lower grade ) . the official post was determined by the court rank , and restrictions on costumes were imposed according to the court rank . it was stipulated that those who were of fifth rank and above were provided with " iden " ( rice fields provided depending on the court rank ) . under the ritsuryo system , ' the nobility ' were referred to as persons of fifth rank or higher , and granted the privilege of stepping into the imperial court . in contrast to ' the nobility , ' those who were of sixth rank or lower to no rank were called ' jige ' or ' jigenin . ' under the imperial court and the new meiji government , the court rank and the official post were conferred on the deceased in the recognition of services done in their lifetime . the posthumous conferment of court rank and the official post were called " zoi " and " zokan , " respectively . e.g. shoshii ( senior fourth rank , posthumously conferred ) ; naidaijin ( minister of the center ) , posthumously conferred the reading of " 正 " in " 正o位 " is not " sei " but " sho , " and the reading of " 従 " in " 従o位 " is not " juh " but " ju . " in addition , the reading of " 三位 " is not " sani " but " sanmi , " ; " 四位 " is not " yoni " but " shii " ; " 七位 " is not " nanai " but " shichii . " " oni no sei " was a system that guaranteed a certain level of court rank for descendants of high-ranking nobles . it literally means the conferment of the court rank owing to one 's ancestors . according to this law , court rank was given when the descendants reached the age of 21 and over ; eligible persons for the system of " oni " were as follows : the children of the emperor 's relatives or princes in the fifth generation , children and grandchildren of subjects of third rank or higher , and children of those who were of fifth rank or higher . the conferment of the order of merit and the posthumous court rank were applicable to the system of " oni . " " oni no sei , " which was based on the chinese ritsuryo system , had a narrow range of qualification , and the rank given was high compared with the chinese one . imperial families and shoo the child of an imperial prince would receive the rank of jushiinoge ( junior fourth rank , lower grade ) the child of a prince without the title of " shinno " would receive the rank of jugoinoge ( junior fifth rank , lower grade ) the legitimate child of a fifth-generation prince without the title of " shino " would receive the rank of shorokuinojo ( senior sixth rank , upper grade ) ( an illegitimate child was downgraded one rank . ) subjects the legitimate child of a subject holding the rank of ichii ( first rank ) would receive the rank of jugoinoge hereinafter , the rank gradually decreases ; the legitimate child of a subject holding the rank of jugoi ( junior fifth rank ) would receive the rank of juhachiinojo ( junior eighth rank , upper grade ) ( an illegitimate child was downgraded one rank , and an illegitimate grandchild was downgraded another one rank . ) as " raiki " ( the book of rites ) , which is a confucian scripture , described that " rei " ( ritual and etiquette ) governed the conduct of the nobles while " kei " ( rules of punishment ) governed the common people , government officials of the fifth rank or higher , as a rule , escaped a prison sentences except for the death penalty , for eight unpardonable crimes ( the ritsuryo codes ) . ( in fact , the death penalty was substituted with exile or expulsion . ) in japan , based on the chinese " hachigi " system ( the eight deliberations ) or " hachiheki " system described in " shurai " ( the rites of zhou ) , " rikugi no sei " ( the six deliberations ) was established in the meirei-ritsu ( japanese criminal law ) ; those who were of third rank and above received the favor of a lesser punishment as the sixth condition of " ki " ( high officials ) , and those who were of fifth rank and above were also applicable to such a case by taking the procedure of " sho " ( criminal previleges for the nobles ) . when a high-ranking official was sentenced to punishments less than exile , his sentence was always reduced by one degree ; he could expiate his crime by giving up his title , which is , " kanto . " the commutation of a punishment by a dismissal of an official post or demotion was common because the official posts became important in the middle heian period . it was also generally accepted that only those who were sani ( courtier without post ) or hikan ( a person of the lower rank ) could escape imprisonment and expiate crimes by giving up official posts or by offering copper coins . the court rank system was originally designed for the purpose of avoiding the hereditary transfer of an official post , setting the court rank based on ability and giving the appropriate official post for the court rank and level of ability . however , it contained such a condition to allow the hereditary transfer of the official post from the start : the establishment of " oni no sei " . for all these reasons , the court rank system became an empty formality in the early heian period , resulting in that some high-ranking nobles monopolized the hereditary transfer of the official post . when the ritsuryo codes were abolished in the meiji restoration , the court rank system continued in daijokan ( grand council of state ) for a while . ( shokyui [ senior ninth rank ] and jukyui [ junior ninth rank ] were established instead of daishosoi [ greater and lesser initial rank ] on august 20 1869 according to the old calendar . ) on august 10 1871 according to the old calendar , the court rank system was temporarily abolished because of the introduction of " kanto " ( the government official rank system ) . in 1887 , the " joijorei " ( regulations concerning the conferment of court rank : imperial ordinance no.10 1887 ) was enacted , and the court rank system was restored . after the " joijorei " was enacted , the rank was divided into sixteen grades from shoichii to juhachii . ( including " joijorei " ) the " joijorei " stipulated that " court rank is conferred on peers , officials of the " choku nin " and " so nin " ranks , persons who have rendered distinguished services to the state or persons of such merit as to warrant public notice . " ( article 1 of " joijorei " ) according to the " joijorei , " the court rank from jushii upwards was conferred by " chokuju " ( imperial grace through the minister of the imperial household ) , and that from shogoi ( senior fifth rank ) downwards was conferred with " soju " ( imperial approval and made public by the minister of the imperial household ) . for the ranks from jushii upwards , treatment was accorded corresponding to peers . persons of juichii ( junior first rank ) were treated corresponding to the title of prince ; persons of shonii ( senior second rank ) , marquis ; persons of shosanmi / jusanmi ( senior / junior third rank ) , count ; and persons of shoshii / jushii , baron . in 1926 , " ikai rei " 位階令 ( the decree concerning the court rank : imperial ordinance no. 325 1926 ) was enacted . so , the court rank system has benn maintained as a system of awarding honors along with the conferment of orders and medals ( japan ) . unlike the conferment of decorations , persons who has lost or abandoned their nationality are deprived of the rank , and foreigners are not entitled to the conferment of court ranks . the court rank was conferred on only civil subjects ; the imperial family were not entitled to the conferment of court ranks . ( those who lost their status as a member of the imperial family enjoyed the conferment of court ranks . ) " sochitsuryo " ( a bureau of the minister of the imperial household ) was a section in charge . as for the " ikai rei , " the sequential order of eligible persons for the conferment of court ranks in the former " joijorei " was changed as follows : " persons who have rendered distinguished services to the state or persons of such merit as to warrant public notice , " " persons who possess the titles of nobility or the legal heir who is entitled to succeed to the titles of nobility , " " the holder of a government post and the holder of a position . " accordingly , the aspect of awarding honors was more emphasized . the form of conferment from shonii downwards was not changed , but shoichii / juichii ( senior / junior first rank ) was especially conferred by " shinju " ( personal investiture by the emperor ) . ( a diploma of court rank was bestowed personally by the emperor upon the recipiant in the ceremony of imperial conferment of decoraiton . ) after the second world war , the conferment of court rank was suspended for a while along with the conferment of decoration . then , it was restored in 1964 , limiting the recipients to the deceased . so , at present , it has strong implications of praising and commemorating the achievements done by the deceased . the eligibility criteria for the recipients are almost the same as that of the conferment of decoration , but the details differ , such that the eligibility criteria depend on what kind of achievements done . the cabinet office decoration bureau ( the prime minister 's office decoration bureau before the reorganization of the central government ) is a section in charge of the conferment of decoration ; the cabinet office minister 's secretariat personnel division ( prime minister 's secretariat personnel division before the reorganization of the central government ) is a section in charge of the conferment of court rank . those who served long in public office ( members of the diet , government officials , fire officers , members of a fire brigade , teachers , etc . ) are often conferred court ranks . a diploma of court rank is issued to certify the conferment of the court rank . the following contents are stated vertically in the diploma of court rank . persons of jushii ( junior fourth rank ) upwards name jushii ( junior fourth rank ) conferred privy seal of japan date name of prime minister persons of shogoi ( senior fifth rank ) downwards name shogoi ( senior fifth rank ) conferred date ( seal of the cabinet ) name of prime minister the proclamation of senji ( imperial decree ) see " the nine rank system " about the period of three kingdoms ( china ) to the time of emperor wen in the sui dynasty . +the minister of the left was a government post in the daijokan ( grand council of state ) , the central administrative body of the imperial court . the chinese names were " safu , " " sajosho , " " sashokoku , " " sabokuya , " and " taifu . " the japanese readings were " hidari no oimouchi gimi , " and " hidari no otodo . " it was equivalent to the official rank of shonii or junii ( senior or junior second rank ) . as its another name , " ichi no kami " ( the chief administer ) indicated , it was like the head of taikaku ( cabinet ) that oversaw all functions of daijokan . as daijo-daijin ( grand minister of state ) , which was above sadaijin in rank , was not a permanent position , it was not appointed in the absence of a qualified person ; therefore , in such a case , sadaijin was the top rank in daijokan . daijo-daijin was later regarded as an honorary post , and sadaijin bacame virtually the supreme leader of daijokan . according to " nihon shoki " ( the chronicles of japan ) and " shoku nihongi " ( chronicle of japan continued ) , there were some cases in which the post of sadaijin also became vacant if there was no one qualified for daijokan in the early ritsuryo system . in that case , udaijin ( minister of the right ) acted as a substitute . +positioned above the sadaijin ( minister of the left ) and the udaijin ( minister of the right ) , the daijo-daijin ( grand minister of state , also known as dajo-daijin ) was the highest official post in the daijokan ( grand council of state ) under the ritsuryo system . the japanese reading is " omatsurigotonomaetsugimi . " equivalent chinese posts are shokoku , daijosho and taishi . summary with no particular duties , people such as an emperor 's teacher ( top instructor ) were appointed , so it was not always filled , only when an appropriate person was available . for that reason , it was called a " sokketsu post " ( " ketsu " means " absent " ) . also , it was the only one exempted from danso ( indictment for illegal activities ) by the danjodai ( board of censors ) . a post at the rank of shoichii ( senior first rank ) , juichii ( junior first rank ) . beginning in 671 , during the reign of emperor tenchi , it was abolished with the meiji period 's sanetomi sanjo ( 1871-1885 ) as the last . in the early years of the ritsuryo system it was treated as a post that could not be filled lightly , and instead an equivalent chidajokanji was established , to be filled only by members of the imperial family , but later their retainers came to be appointed to daijo-daijin . although these conditions lead to a custom of sadaijin managing daijokan in place of daijo-daijin , later on when fujiwara no yoshifusa and fujiwara no mototsune served as both daijo-daijin and sessho ( regent ) , there arose some confusion as to the difference in the duties of daijo-daijin and sessho , and who would control daijokan when there were both daijo-daijin and sadaijin at the same time . that is when , on june 5 , 884 , emperor koko invited scholars sugawara no michizane and okura no yoshiyuki to give their opinions of the authority of daijo-daijin . as a result , it was decided that , as daijo-daijin was ultimately the emperor 's teacher , a virtuous person who had rendered distinguished service should be appointed , and he would not have political power , and would not get involved in political affairs of daijokan ( however , when also serving as regent or kanpaku , chief adviser to the emperor ) , he would have political power consequent to that position ) . " nihon sandai jitsuroku " ( sixth of the six classical japanese history texts ) as the influence of the northern house of the fujiwara clan extended , for the 250 year period from fujiwara no yoshifusa ( served 857-872 ) until minamoto no masazane ( served 1122-1124 ) , the fujiwara clan maintained a monopoly . after the end of the heian period , as a rule only members of sekke ( line of regents and advisers ) or the seiga family ( one of the highest court noble families in japan at that time ) were qualified to serve , but in the edo period it seems that only former sessho and kanpaku were appointed to daijodaijin . the six daijo-daijin from samurai families were taira no kiyomori , yoshimitsu ashikaga , hideyoshi toyotomi , ieyasu tokugawa , hidetada tokugawa , and ienari tokugawa . investiture of daijo-daijin while living was rare , but as a posthumous honor , it was sometimes given to sessho and kanpaku , to maternal grandfathers of the emperor , and to seii taishogun ( literally , " great general who subdues the barbarians " ) in the edo period when the post of daijo-daijin was given after death for meritorious service performed in life , it was " zo daijo-daijin " ( the grand minister , posthumously conferred ) . there are also cases of people who were de facto regents to the shogun , such as nobunaga oda , who died without being invested with the title but were given it in a later era ( the taisho period ) ; in fact , immediately after his death he was given the title juichii daijo-daijin , but this was changed to shoichii in the taisho period . +nyoin indicates a title bestowed upon a woman , such as the three empresses ( grand empress dowager , empress dowager , empress ) or an equivalent status ( jugo , honorary rank next to the three empresses and princess , etc . ) and is a system that continued from the middle of the heian period until the meiji restoration . " in " means a retired emperor , and " nyoin " means a woman who gets treated in a similar fashion . imitating a cloistered emperor , she created in no cho ( retired emperor 's office ) , appoint betto ( chief officer ) , hogandai ( an administrative official of the retired-emperor 's office ) , shutendai ( secretary of the in no tsukasa ) and other officers , rule the court , and replenish the kurodo ( chamberlain ) . object of imperial proclamation originally , an empress stopped being treated as one ( imperial consort ) when she became a nun . but during the reign on emperor ichijo , in 991 , when empress dowager fujiwara no senshi was tonsured , she had the good fortune to be given the title of tosanjoin at the same time as she quit her palace position of empress dowager , and a " nyoin " was born . originally , the title of nyoin was bestowed only to empresses , especially to those who had become a kokumo ( mother of an emperor ) ; after princess shoshi , the daughter of emperor gorezei 's chugu ( second consort ) , was made nyoin ( nijoin ) in 1074 , however , some women received the title simply because of their noble bloodlines , rather than because they had given birth to a child of the emperor . ( however , in the case of princess shoshi , some say that she was made nyoin as a means to open up the empress position so there could be a new empress ) in addition , the system of making an imperial princess an honorary empress ( a woman who was not the consort of the emperor but nonetheless held the title of empress ) to serve as a foster mother to the emperor began with imperial princess teishi ( ikuhomon-in ) , daughter of emperor shirakawa ; this system was later extended to allow " 院 " ( a kanji pronounced " in " that means " imperial court " ) to be added to the end of the title of an honorary empress by imperial decree , and the system was further extended by princess akiko ( hachijo-in ) in 1161 to allow " 院 " to be added to the title of any female member of the imperial family . as a result , use of the nyoin title , especially for imperial princesses , expanded dramatically , but as a rule it was bestowed on those who were one of empress , emperor 's birth mother , or princess ; princess eikamonin mizuko ( prince munetaka 's daughter , emperor gouda 's wife ) in 1302 , and kitayamain yasuko hino ( wife of yoshimitsu ashikaga ) in 1407 were extremely unusual . from the end of the heian period into the kamakura period , influenced by internal strife and ryoto tetsuritsu ( alternate accedence from two ancestries of imperial families ) , there was a flood of use of the nyoin title , and at one time the number of nyoin was in the tens . among these there appeared many princesses who were given a title as a prelude to territorial succession , and some were given the title the same day as they formaly became princess / jugo . the power of the princesses given huge manors was great , and hachijoin , senyomonin and princess kuniko were examples of those who used wealth to get a look at politics . later , from the muromachi period to the early edo period , both investiture of the crown princess and princesses came to an end , as a result of which there was a long period in which only the emperor 's birth mother became nyoin . however , from emperor gomizunoo 's empress masako tokugawa ( tofukumonin ) nyoin from an empress was revived , and there were nyoin from among the princesses , such as reiseimonin , but it was abolished at the time of the meiji restoration , with naoko ogimachi ( shintaikenmonin , emperor komei 's birth mother ) as the last . after that , even though there were calls to revive the nyoin in regard to the treatment of yoshiko nakayama and naruko yanagihara ( birth mothers of emperor meiji and emperor taisho , respectively ) , there was a lot of opposition and it did not come to fruition . titles unlike an ingo ( a posthumous title ) given to an emperor or retired emperor , the name of a nyoin ( hereafter nyoingo ) was given during her lifetime by ingo-sadame ( imperial decree ) . looking at the first two nyoin , higashi sanjoin 's title was based on higashi sanjo-dono palace , and jotomonin 's was based on jotomon-dai ( aka tsuchimikado-dai ; another name for jotomon in daidairi , the greater imperial palace was " tuchimikado , " and the road that ran through it was called tsuchimikado oji or jotomon oji ) , both came from the ridai ( palace outside the imperial enclosure ) . the next princess teishi , the mansions that she inherited were biwa-dono palace on konoe oji ( aka yomeimon oji ) which runs through daidairi 's yomei-mon gate , and oi-dono on oi-no-mikado oji which runs through daidairi 's ikuho-mon gate , so her title had a " mon " because of that . however , after taikenmonin in 1124 , it became standard practice for nyoingo to be given regardless of place of residence . it is known from records that nyoingo was chosen from among several proposed candidates , and the decision was based not only on the ridai or monin name , but also whether the characters were good or not or whether it resembles an unlucky predecessor , and it was considered from various angles such as not repeating an existing title . in the case of emperors and retired emperors the same ingo would be used again with " go " ( later ) prefixed , but it is notable that nyoin titles mostly had the prefix " shin " ( new ) ( kishi saionji is the only exception ) ; and whereas nyoingo that repeated ex-emperors ' ingo were not used , duplication of nyoin titles was not considered when deciding an emperor 's ingo , as in the case of emperor nijo who was preceded by the nyoingo nijoin . the title of empress dowager one form of nyoingo was the mon-ingo that came from kinri ( the imperial palace ) gates . the first example was fujiwara no shoshi , who was originally named after the ridai , but jotomonin , who was the mother of the two successive emperors , was cited as a good example ; this became the ingo for a majority of all nyoin . at first it was limited to kinmon gates ( 14 gates in the outer wall that encloses daidairi ) , but after taira no shigeko in 1169 , palace gates ( 7 gates in the wall that encloses the outer dairi ) , inner gates ( 12 gates in the inner wall that encloses the middle dairi ) and naikakumon gates , as well as the names of gates of chodoin ( an office at the heijo-kyo palace ) and burakuin were used . overview of nyoin +" rokuhara tandai " is a job title in the kamakura bakufu ( japanese feudal government headed by a shogun ) . they are the branch offices that the bakufu established in the north and south of rokuhara , kyoto by reorganizing the existing kyoto shugo ( kyoto military governor ) after the jokyu war in 1221 . they are called rokuhara tandai kitakata ( northern chief of rokuhara tandai ) and rokuhara tandai minamikata ( southern chief of rokuhara tandai ) . as the postwar settlement after the jokyu war , the territories of the court nobles and samurai who supported the retired emperor gotoba were forfeited and redistributed to the gokenin ( an immediate vasal of the shogunate in the kamakura and muromachi through edo periods ) as rewards . these were shoen ( manor in medieval japan ) which were not governed by the bakufu until then , and many were in the west where bakufu 's authority was hard to reach . as a result of the redistribution , jito ( manager and lord of manor ) were assigned to these shoen as well . additionally , the bakufu-side had to constantly monitor and control the movement of the imperial court . therefore , they renovated the old home of taira no kiyomori which was located in rokuhara , south of shirakawa city , where they could instantaneously grasp movements at the imperial court , into a government office , and stationed yasutoki hojo and tokifusa hojo in the north and south of rokuhara for this task , while gokenin from the west were reorganized to guard kyoto , monitor the imperial court , perform military operations , etc . this is how the rokuhara tandai began . the tandai was considered the most important post following shikken ( regent for shogun ) and rensho ( assistant to shikken ) , and traditionally , one person each was chosen for kitakata and minamikata from the hojo clan to perform government affairs . young and promising personnel from the hojo clan were often chosen for tandai , and many were promoted to shikken or rensho after returning to kamakura . additionally , subordinate organizations pursuant to organizations in kamakura such as hyojoshu ( members of council of state ) were set up under it . rokuhara tandai was under the direct command of the bakufu instead of the imperial court , and had a judicial function for dealing with trouble between jito and kokushi ( provincial governor ) , maintained security in the outskirts of kyoto , monitored the imperial court , and acted as agents in the imperial throne decision making . additionally , in 1275 , the year following bunei battle , the function of rokuhara tandai was further enhanced , and authority for punishing gokenin and the trial system was enhanced . meanwhile , the actual binding power for the authority was not necessarily enough in some aspects . occasionally , the government official punishing dominant temples and shrines received punishment such as banishment due to pressure from monk soldiers who were gaining power at the time , and for example in 1229 , the jinin ( associates of shinto shrines ) engaging in illegal activities at hiyoshi-jinja shrine , which was under the umbrella of enryaku-ji temple , ignored the restraint order by tamekiyo miyoshi ( 三善為清 ) , who served under tokiuji hojo of tandai north , and was killed by tamekiyo 's subordinate . enryaku-ji temple made a protest to the bakufu about this , and rokuhara tandai presented evidence to show there was no negligence on the part of tamekiyo and the subordinate , but the bakufu condemned tamekiyo to banishment to avoid confrontation with enryaku-ji temple . additionally , special envoys called " toshi " ( messenger from the kamakura bakufu ) , who were directly sent from the bakufu , were in some cases , granted authority to directly negotiate with the imperial court or to command the tandai , and such authority was constantly restrained by the central power of the bakufu . therefore , those familiar with the situation , did not favor a post at the rokuhara . in 1333 , when the genko war erupted from emperor godaigo 's anti-shogunate movement , takauji ashikaga , doyo sasaki , and enshin akamatsu responded to the emperor 's order and attacked kyoto . thus , nakatoki hojo , the tandai at the time , and others were forced to leave kyoto , and rokuhara tandai vanished . kyoto city rokuhara elementary school stands now in its location , and there is the rokuharamitsu-ji temple nearby . +" jusanmi " ( junior third rank ) is a rank in court ranks and shinkai ( ranks granted to shinto gods ) . it ranked below shosanmi ( senior third rank ) and above shoshii ( senior fourth rank ) ( shoshiinojo ( senior fourth rank , upper grade ) ) . under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) , those ranked ninsangi and jusanmi or higher were called kugyo ( court noble ) . in case of posthumous honor , it was called zojusanmi ( posthumous jusanmi ) . jusanmi under the ritsuryo system , jusanmi or higher ranks were called " ki " ( literally , noble ) or star ranks , and were court ranks for senior kizoku ( noble ) . when contrasted with kunto ( order of merit ) , it corresponds to kunnito ( order of second class ) , and those with shoshiinojo sangi ( councilor ) and jusanmi or higher court ranks were considered kugyo or kandachime ( court noble ) . under the ritsuryo system , those with ranks shoshiinojo sangi , jusanmi , or higher added ' ason ' ( second highest of the eight hereditary titles ) under their family names and a title of honor , ' kyo , ' was added under their first names ( imina ( real name ) ) , while those who served as a minister were given a title of honor , ' ko . ' instead , those who were jushii ( junior fourth rank ) or higher , but not a kugyo , added ' ason ' under their family names and imina . additionally , when a kugyo ranking sanmi or higher died , the term kokyo was used , as was the case with the imperial family , to describe their death . furthermore , in later years , they were referred to as ' sanmi-dono ' or ' sanmi-sama . ' in addition , those ranking sanmi or higher were allowed to establish a mandokoro ( administrative division of a high-rank family ) as an agency for the household , and had shikiji jusanmi karei ( butler ) , shoshoinoge shikiji sanmi keshori as keishi ( personnel in charge of household affairs ) . in kani soto ( corresponding relationship between court ranks of government officials and government posts ) , the corresponding government officials for jusanmi are dazai no sochi ( governor-general of the dazai-fu offices , danjoin ( president of the board of censors ) , chunagon ( vice-councilor of state ) , left and right konoe-daisho ( commander of the inner palace guard division ) , etc . , but in reality , the imperial prince often served as the dazai no sochi , konoe-daisho was routinely doubled by the sadaijin ( minister of the left ) and udaijin ( minister of the right ) , and those with sanmi often became left or right konoe-chujo ( lieutenant general of the inner palace guard division ) . therefore , those who serve as chujo despite being sanmi were called sanmi-chujo ( third rank assistant director ) . in the heian period , until taira no kiyomori became the first samurai to become kugyo , the highest rank for both seiwa-genji ( minamoto clan ) and kanmu-heishi ( taira clan ) was shoshii . thus , when minamoto no yorimasa of settsu-genji ( minamoto clan ) , who had become a tributary of the minamoto clan at that time , became the first from the minamoto clan to be promoted to jusanmi , after the taira family were granted sanmi and higher ranks , it was considered exceptional and was referred to as genzanmi . from the muromachi period onward , the rank of jusanmi was granted to successive generations of members of the ashikaga shogunate and the kamakura shogunate , as well as to yoshishige shiba and yoshitoshi shiba of the shiba clan , members of whom held the position of kanrei ( deputy to shogun ) . additionally , mochikuni hatakeyama who supported the shogunate as kanrei was also promoted to jusanmi , and there are cases of the rank being granted to powerful members of the ashikaga family . furthermore , in the late muromachi period , masanori akamatsu , a powerful shugo ( provincial constable ) , was granted the rank , and gradually , dominant daimyo ( feudal lord ) other than the ashikaga clan began to be granted the rank . in particular , appointment of the rank from the beginning to the middle of the sengoku period ( period of warring states ) includes yoshioki ouchi who prospered as kanreidai ( deputy kanrei ) , motonobu takeda of wakasa province , and yoshisuke ito of hyuga province . among daimyo other than tenkabito ( person becoming the ruler of the country ) and their families , jusanmi was the highest rank , but yoshitaka ouchi was promoted from jusanmi to junii ( junior second rank ) , and with time , there were more cases going beyond jusanmi . nobunaga oda , who later becomes udaijin also at one time held this rank , and his eldest son nobutada oda 's rank was jusanmi sakone no chujo ( middle captain of the left division of inner palace guards ) . after hideyoshi toyotomi , who became the first kanpaku ( chief advisor to the emperor ) from a samurai family , conquered the country , samurai were increasingly promoted to high ranks , and sanmi was granted to the clan and daimyo such as kagemasa uesugi and terumoto mori . under the edo bakufu ( japanese feudal government headed by a shogun ) , the inheriting grandson of the seii taishogun ( literally , " great general who subdues the barbarians " ) , tokugawa gosanke ( three privileged branches of tokugawa family ) , the gosankyo ( three tokugawa clan families who separated from the clan ) , and the lord of kaga domain who wedded the daughter of the shogun were granted the rank . in modern days , jusanmi corresponds to shishaku ( viscount ) in shakui ( the rank of nobility ) , and ranks granted to bukekazoku ( samurai families from the edo period becoming nobles in the meiji period ) who had many shishaku were notable . in the ranks for military personnel , it corresponded to army general . today , it is commonly granted posthumously to persons who made similar achievements as former diet members , prefectural governors , or scholars who received conferment of the kunnito ( order of second class ) . +" jushii " ( junior fourth rank ) is a rank in court ranks and shinkai ( ranks granted to shinto gods ) in japan . it ranks below shoshii ( senior fourth rank ) and above shogoi ( senior fifth rank ) . in case of posthumous honor , it is called zojushii ( posthumous jushii ) . jushii shoshii was divided into upper and lower under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) , and it ranked below jusanmi ( junior third rank ) and above jushii ( junior fourth rank ) . under the ritsuryo system , it was divided into jushiinojo ( junior fourth rank , upper grade ) and jushiinoge ( junior fourth rank , lower grade ) . in kunto ( order of merit ) , it corresponds to kunyonto ( fourth class of order ) , and kami ( director ) and suke ( assistant director ) of government officials in kyoto such as sakyo no daibu ( master of the eastern capital offices ) and ukyo no daibu ( master of the western capital offices ) who perform administration in the imperial court corresponded to this court rank . the title of honor for those ranked jushiinoge or higher and shoshiinojo ( senior fourth rank , upper grade ) , and who were not listed as kugyo ( court noble ) was basically nanori ason , in which ason ( second highest of the eight hereditary titles ) was added under their family names or imina ( real name ) . for example , ' hosokawa ukyo no daibu jushiinoge minamoto no katsumoto ason . ' under the ritsuryo system where sanmi or higher was considered kugyo , many of the collateral family members of the fujiwara clan and non-fujiwara clan middle class nobles held the court rank , shii . when the starting rank was jugoinoge ( junior fifth rank , lower grade ) and the highest rank was shoshii for the leading samurai , seiwa-genji ( minamoto clan ) and kanmu heishi ( taira clan ) , even those in the lineage of eldest son were not promoted unless there were some deeds of arms . however , in the kamakura period , since the hojo clan , who gained power since the kamakura bakufu ( japanese feudal government headed by a shogun ) was established and succeeded in exterminating their political enemies , seized shikken ( regent for shogun ) posts in the bakufu , those in the lineage of eldest son in the hojo clan began being promoted to shoshiinojo , and hojo clan members and powerful gokenin ( an immediate vassal of the shogunate in the kamakura and muromachi through edo periods ) were promoted to court ranks such as jushiinoge . furthermore , from the muromachi period onward , it was granted to dominant shugo daimyo ( japanese territorial lord as provincial constable ) . in particular , the ashikaga clan , who served as sankanrei shishiki ( three families assigned as assistants of shogun and four families serving as director of samurai-dokoro ( board of retainers ) ) , and dominant shugo ( provincial constable ) , or noble shugo families were granted the jushiinoge . additionally , in the ashikaga shogun family , court ranks such as gon dainagon ( provisional major counselor ) , which were equivalent to kugyo , were the starting ranks , but in the late muromachi period , conflict occurred within the ashikaga shogun family over who would succeed as shogun , and the 13th shogun , yoshiteru ashikaga , yoshiaki ashikaga , etc . , became seii taishogun ( literally , " great general who subdues the barbarians " ) as jushiinoge , and there were cases where they were listed as kugyo while being jushii , without becoming shoshii . in the sengoku period ( period of warring states ) , the miyoshi clan , who were a vassal of sankanrei hosokawa clan and a family of shugodai ( deputy of shugo , provincial constable ) , were listed as shobanshu ( officials who accompany the shogun ) of the bakufu and were granted jushiinoge , and this led to their vassal , hisahide matsunaga , also being promoted to jushiinoge like his master family , and appointments were made according to real abilities rather than parentage or social status . when hideyoshi toyotomi conquered the country as a successor to nobunaga oda , who overthrew the muromachi bakufu , but died a violent death with the conquering of the country in sight , hideyoshi advanced to kanpaku ( chief advisor to the emperor ) , while chief vassals such as ieyasu tokugawa and toshiie maeda were granted nii ( second rank ) and sanmi ( third rank ) , and jushii began being issued as court ranks for their legitimate children and chief vassals . additionally , when ieyasu established the edo bakufu , kamon daimyo ( feudal lords who are relatives of the shogun , but neither sanke ( three families of the tokugawas ) nor sankyo ( three tokugawa clan families who separated from the clan ) ) and fudai daimyo ( a daimyo in hereditary vassal to the tokugawa family ) who held executive positions such as roju ( member of shogun 's council of elders , koke ( privileged family under tokugawa shogunate ) , tozama daimyo ( nonhereditary feudal lord ) who were daimyo of 100,000 koku or more , were granted this court rank . in the meiji period , jushii corresponded to the first court rank granted to a baron in the title for nobility , and in the army and navy , it corresponded to lieutenant general . currently , the court rank is issued to the deceased who made achievements , and is granted to government workers who made achievements , university professors with achievements in performing arts , cultural activities , academic research , etc . +" juichii ( junior first rank ) " is a rank in court ranks and shinkai ( ranks granted to shinto gods ) in japan . it ranks below shoichii ( senior first rank ) and above shonii ( senior second rank ) . summary under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) , it was the highest rank granted to a queen and her female retainers . many daijo-daijin ( grand minister of state ) ( officials corresponding to shoichii or juichii ) and kanpaku ( chief advisor to the emperor ) , which are ryoge no kan ( class outside of the ritsuryo system ) , normally not included in the hierarchy of court ranks , were granted juichii or shoichii . additionally , later when kugyo ( court noble ) who could not serve as ministers were promoted to juichii , it became a common practice that they were granted jun-daijin ( vice minister ) by imperial proclamation . in the edo period , when seii taishogun ( literally , " great general who subdues the barbarians " ) retired as ogosho and then granted daijo-daijin , he were promoted to juichii . additionally , the rank was granted to the birth mother of the shogun . an example is keishoin , the mother of the fifth shogun , tsunayoshi tokugawa , and her title of honor was ' ichii-sama ' after being promoted to juichii . in the meiji period , promotions to juichii increased compared to the edo period . juichii corresponded to the first rank granted to dukes , and those with a title of duke or lower could be promoted to juichii depending on their age . there are no cases of shoichii granted after world war ii , thus , today it is virtually the highest rank as a court rank of honor . the investiture is performed by the emperor . in kunto ( order of merit ) , it corresponds to daikuni ( highest possible order of merit ) . for example , prime ministers who made distinguished achievements are granted juichii posthumously . +" shoichii ( senior first rank ) " is one of court ranks and ranks granted to shinto gods in japan . the highest rank among shoo ( prince or imperial grandchild without an imperial proclamation , who does not descend to the status of a subject ) and subjects , ranking above juichii . summary kanpaku ( chief advisor to the emperor ) and daijo-daijin ( grand minister of state ) , or those who rendered distinguished service as seii taishogun ( literally , " great general who subdues the barbarians " ) and others who accomplished great deeds for the nation were granted this rank . however , only a few in history were granted the rank in life , and most cases were conferred posthumously . additionally , this rank was not granted after world war ii , including posthumous ranks as well . even today , although it is defined by the code for court ranks , the highest rank in fact granted is juichii ( junior first rank ) , which is one rank lower . in principle , shinkai ( ranks granted to shinto gods ) were never reduced , and unlike humans whose lives come to an end , gods have unlimited life-spans , which led to many shrines becoming shoichii with time . originally , shinkai were granted to shrines and were not inherited by a shrine which the enshrined deity was moved to , but with the fall of the ritsuryo system , these shrines also carried the shinkai of their original shrines . in particular , the fushimi inari-taisha shrine , the chief shrine for the inari god , is shoichii , and therefore , the inari-jinja shrines nationwide which were transferred to enshrine from there , also identify themselves as shoichii , and ' shoichii ' has become a synonym of inari god . +dainagon an official rank under the ritsuryo system ( a system of centralized government based on the ritsuryo code ) in ancient japan . a detailed description is provided on this page . name of a plant . " dainagon " is a kind of adzuki bean belonging to the family fabaceae and genus vigna . the skin has a unique flavor , and when boiled thoroughly to make crushed beans , the soft texture of the skin balances well with the bean paste , thus it is often used in upscale japanese confectionery . dainagon co . , ltd . , a japanese confectioner in osaka city . known for ' akanemaru goshiki dorayaki . ' = > akanemaru honpo dainagon " dainagon " ( chief councilor of state ) is a post ranking below sadaijin ( minister of the left ) , udaijin ( minister of the right ) , and naidaijin ( inner minister ) in daijokan ( grand council of state ) , the highest organ in the imperial court , and corresponds to suke ( assistant director ) in the shitokan ( four classifications of bureaucrats ' ranks ) . its corresponding chinese names are asho ( 亜相 ) and akai ( 亜槐 ) . both mean after ( 亜 ) the minister ( 相 , 槐門 ) . it is referred to as ' ryusaku no kan ' ( ' 龍作の官 ' , post created by a dragon ) , due to the note ' dragon , create a nagon ! ' in shokyo ( one of the five classic texts of confucianism ) . corresponds to shosanmi ( senior third rank ) . in the edo period , the tokugawa shogun family , owari tokugawa family , kishu tokugawa family , and sunpu tokugawa family ( discontinued ) of the tokugawa clan were assigned . the main function was to assist the tasks of the minister and to attend and execute court councils , and the number of regular personnel was originally four , but reduced to two in 705 when chunagon ( vice-councilor of state ) was reintroduced . however , during the heian period , gon dainagon ( temporary dainagon with three regular personnel , which was later increased ) was established , and the number of regular personnel practically increased . later , eight personnel , at the most , were assigned , but since the reign of emperor gotoba , the number of regular personnel was fixed at six , and in many cases , gon dainagon was assigned without the official dainagon . under the dokyo administration , hoshin that were similar in rank as dainagon , were established , and monks were assigned . +" chunagon " ( vice-councilor of state ) is a post ranking below dainagon ( chief councilor of state ) in the daijokan ( grand council of state ) , the highest organ in the imperial court , and is ryoge no kan ( class outside of the ritsuryo system ) , corresponding to suke ( assistant director ) in the shitokan ( four classifications of bureaucrats ' ranks ) . its corresponding chinese names are komon , komon jiro , monka jiro , shiko , etc . the kani soto ( corresponding relationship between court ranks of government officials and government posts ) changed from shoshiinojo ( senior fourth rank , upper grade ) to jusanmi ( junior third rank ) . since many heads of the mito clan were assigned as gonchunagon ( provisional vice-council of state ) , it was referred to as ' mito komon . ' the most famous is mitsukuni tokugawa , the second head of the clan , and ' mito komon ' generally refers to mitsukuni . however , mitsukuni was sangi ( royal advisor ) when he was the head of the clan , and became gonchunagon after retirement . it was abolished on march 21 , 701 ( old calendar ) , when taiho ritsuryo ( taiho code ) was enforced , but was restored as ryoge no kan on april 17 , 705 ( old calendar ) . at the time , the kani soto was shoshiinojo . the main function was to fill in for the dainagon , present imperial letters to the emperor , wait for inquiries , and to attend conferences at the daijokan , much the same as dainagon , but unlike dainagon , they could not act on behalf of the minister . the number of regular personnel was originally three . on february 1 , 761 ( old calendar ) , the kani soto was revised to jusanmi , since the salary was low despite heavy responsibilities . later , the number of personnel assigned varied with time , and reached ten when highest , but was fixed at eight during the reign of emperor gotoba . according to the " kanshoku konan " ( " 官職今案 " ) by tomokiyo takada , during the period of the northern and southern courts ( japan ) , as with dainagon , there were only temporary personnel and official personnel were nonexistent . the basic condition to be assigned as chunagon is to have experience serving one of the following posts.sangisadaiben / udaiben ( major controller of the left / right ) sakone no chujo / ukone no chujo ( middle captain of the left / right division of inner palace guards ) kebiishi no betto ( superintendent of the imperial police ) additionally , it was customary for the sons of sekke ( line of regents and advisers ) to be assigned as chunagon from chujo ( middle captain ) without experiencing sangi . +" choteki " refers to those who inflict vengeance on the emperor ( imperial line ) in japan . similar to ' traitor , ' it is a word chanted by those supported by , or who won over the emperor or imperial court in the era , to conspire political elimination of the political ( or at times , military ) adversary . in many cases , they were targeted for murder by the side chanting the word . when the side claiming to be the government army was dominant , no matter for what reason , those who were called this name was considered ' evil ' in japanese politics , at the time . the party of taira no masakado , who called himself ' shinno ' ( new emperor ) in the kanto region in the heian period , takauji ashikaga , who broke away from the kenmu restoration , which was initiated by emperor gotoba after the fall of the kamakura bakufu ( japanese feudal government headed by a shogun ) , at the end of the edo period , choshu clan , which was brought down by the coup of august 18 in 1864 ( became choteki by firing at the kyoto imperial palace in the kin-mon gate incident , and was attacked by the bakufu in the conquest of choshu , which led to two bakucho wars ( wars between bakufu and choshu ) ) , yoshinobu tokugawa , the 15th shogun , in the oseifukko ( restoration of imperial power ) ( japan ) ( yoshinobu confined himself at the ueno kanei-ji temple when he was deemed choteki ) , and the edo bakufu side in the boshin war ( aizu clan , which was seen as the central force received concentrated attacks by the new government troops , and yonezawa clan , which strongly supported the aizu clan , faced serious charges despite their relatively early surrender ) were considered choteki . imperial princes sometimes called one another choteki when they were in conflict , and it was considered a claim for legitimacy or declaration of war . +" sento gosho " is the imperial palace of an abdicated emperor ( retired or cloistered emperor ) . sento originally refers to the residence of mountain hermits and is also read as ' sendo . ' this , in turn , came to mean the imperial palace of an abdicated emperor ( retired emperor or cloistered emperor ) , it was then also used as a synonym for a retired or cloistered emperor . mountain hermit is an idealized human figure , believed in china since ancient times , and because he lives secluded deep in the mountains , away from this world , it was used as a word praising the residence of abdicated emperors . since the residence of noblemen are called ' gosho , ' it was called ' sento gosho . ' retired and cloistered emperors typically retired from the dairi ( imperial palace ) and moved to the sento gosho after abdicating , and the satodairi ( a temporary palace ) was often used for this purpose . sento gosho was also called ' in , ' and this was also used as a synonym for retired and cloistered emperors . at the sento gosho , innocho ( retired emperor 's office ) , an agency for the household , was placed , as well as ' hokumen no bushi ( the imperial palace guards for the north side ) and later , saimen no bushi ( the imperial palace guards for the west side ) , as imperial guards for emperor shirakawa . today , in the kyoto imperial garden in kyoto city , sento gosho is located southeast of the kyoto imperial palace , this was built in 1627 for emperor gomizunoo , and its official name is sakuramachiden . a garden landscaped by enshu kobori stretches . the buildings of the sento gosho were not rebuilt after the fire in 1854 , and only the garden remains today . the omiya gosho lying northeast of the sento gosho was originally built as the nyoin gosho ( imperial palace of close female relatives of the emperor or a woman of comparable standing ) for tofukumonin , who was the chugu ( wife of an emperor ) of emperor gomizunoo . +" kugyo " is a term referring to court noble posts responsible for national politics as the top-ranking officers of daijokan ( grand council of state ) based on provisions of the ritsuryo system ( a system of centralized government based on the ritsuryo code ) , namely , the top officials ( collectively called giseikan ) , daijo-daijin ( grand minister of state ) , sadaijin ( minister of the left ) , udaijin ( minister of the right ) , dainagon ( chief councilor of state ) , chunagon ( vice-councilor of state ) , and sangi ( imperial advisor ) ( or jusanmi ( junior third rank ) or higher ) . they began being called kugyo during the heian period . " kugyo bunin , " a list the personnel assigned to these posts , was created annually , and was used until daijokan was abolished during the meiji period . the ritsuryo system was put into place after the sankokyukei ( administrative posts in the qin and han eras in china ) in the chinese rules governing administrative organizations , and the high officials were called kugyo . courtiers at the imperial court were called kugyo hyakkan ( 100 kugyo positions ) as a whole . when military rule was established and the pretension of government services went unchallenged , bukekani ( official court titles for samurai ) , hyakkanna ( court rank-like names used by warriors ) , and azumahyakkan ( court rank-like names used by warriors in the kanto region ) , which were identities imitating those for government services were established ( the tokugawa shogun family and tokugawa gosanke ( three privileged branches of tokugawa family ) were promoted to jusanmi or higher to qualify for kugyo despite being buke families ) . as the title of honor for kizoku ( noble ) , ason was added after the family name and ko was added after the first name for daijodaijin , sadaijin , udaijin , naidaijin ( inner minister ) , and for kizoku or sangi official of the third rank or higher , ason was added after the family name and kyo was added after the first name to honor them . for those who were at the fourth rank and had not reached sangi , ason was added after their full names . kugyo was also referred to as hoshino kurai ( position of the stars ) , kandachime , unjobito ( people above the clouds ) . third rank or higher was called ki and fifth rank or higher was called tsuki . when sekke ( line of regents and advisers ) were established among court nobles starting at the end of the heian period , and the social status and family status became fixed , the so called genpeitokitsu , or the minamoto clan , taira clan , fujiwara clan , and tachibana clan , became the only four family names allowed to become kugyo ( later , the sugawara clan , abe clan , and kamo clan were allowed , but limited to those in the lineage of eldest son ) . in the sengoku period ( period of warring states ) , some local daimyo ( japanese territorial lords ) in the sengoku period and their vassals announced themselves using these family names to be granted court ranks authorized by the imperial court . the court ranks of these samurai families were called bukekani . nobunaga oda was originally from the inbe clan , but is said to have changed his family name to taira due to the genpeikotairon ( minamoto and taira clans rotation theory ) . hideyoshi toyotomi first referred to himself as taira , but received the fujiwara family name by becoming the adopted child of the konoe family , one of gosekke ( five top fujiwara families whose members were eligible for the positions of sessho and kanpaku ) , and became kanpaku ( chief advisor to the emperor ) . later , he was granted the toyotomi family name , which is the fifth family name , by emperor ogimachi . ieyasu tokugawa was originally from the kamo clan , but he first referred to himself as fujiwara , and then requested the nitta clan rewrite the family tree and changed his family name to minamoto . +" kokujin " are the samurai class , mainly originating from the jito ( manager and lord of manor ) class in the kamakura period , who engaged in the development of provinces from the period of the northern and southern courts ( japan ) to the muromachi period . kokujin ryoshu ( local samurai lord ) . kunishu or kokujinshu , when referring to them collectively . kokujin is a general term used for the shokan ( an officer governing shoen ) , gunji ( district chief ) , goji ( hamlet chief ) , and hoshi ( chief of imperial fief ) ranks who became managers of shoen ( manor in medieval japan ) and kokugaryo ( territories governed by provincial government office ) under the late dynasty state system established in the middle of the heian period , and the feudal lords in the province who belong to the family tree of the jito since the kamakura period who often originated from there , and is a term used for documentation at that time . it was used to refer to the residing forces who were in rivalry with outside rulers such as the bakufu ( japanese feudal government headed by a shogun ) , shugo ( provincial constable ) , and manor lords , and who aimed for their own regional dominance . the name ' kokujin ' is found here and there , since the kamakura period , as a word referring to ' samurai with their own power centered around a chief residing in the area . ' their direct origin are the samurai who were jito during the kamakura period , who indigenized and became resident feudal lords . during the kamakura period , they were sometimes referred to as ' akuto ' ( rebels ) , implying they are rebellious against the rulers . it was around the time from the fall of the kamakura bakufu ( japanese feudal government headed by a shogun ) to the period of the northern and southern courts ( japan ) , and especially after the kanno disturbance , that this class of samurai became significant . during the period of the northern and southern courts ( japan ) , provincial politics and military affairs were led by feudal lords based in the province . however , kokujin responded acutely to movements in the central political arena . kokujin rose to become a residing force with power reserved to influence the actions of the muromachi bakufu , shugo daimyo ( japanese territorial lord as provincial constable ) , and manor lords . behind this were the strengthening of the rule against the farmers which arose during the turbulence of the south and north courts , opposition against ruling and intervention by muromachi bakufu and shugo daimyo , and the expansion of a distribution economy and the local economy due to development of transport businesses such as bashaku ( shipping agents who used horses ) and toimaru ( specialized wholesale merchants . regarding the management of their territory , the kokujin ryoshu who were resident feudal lords in a province or region , advanced from a jito feudal lord-style governance where they would rule regions by scattering in places , to a central regional governance centered around the original fief . the kokujin class intervened in conflicts between the manor lord and the jigenin ( a lower rank of ancient japanese nobility ) , and at times , undertook posts such as daikan ( local government representative ) and shomu ( land management ) . regional governance by kokujin ryoshu was stronger against land and farmers compared to governance by the resident feudal lords before them . such examples are kenchi ( land survey ) and hitogaeshi ( people who had moved to other land and then returned to their original land according to agreements between feudal lords ) agreements between kokujin . kokujin sometimes were subordinates of external rulers such as shugo and manor lords , and were subject to subordinate-like ruling , but at times were rebels backed by a strong military force gained by subordinating the jizamurai ( local samurai ) , who were at the upper level in the peasant class within their territory , and by coordinating with other kokujin . kokujin-ikki ( riots by kokujin ) that occurred frequently from the period of the northern and southern courts ( japan ) to the muromachi period , varied in style , but can be seen as uniting kokujin ryoshu . in the sengoku period ( period of warring states ) ( japan ) , in regions where the reign of the shugo daimyo withered , kokujin existed as independent feudal lords owning castles . like the kiso and murakami clans , most kokujin were incorporated into the vassalry of the daimyo ( japanese territorial lord ) during the sengoku period . meanwhile , some kokujin with daimyo-class power , such as the mori clan , chosokabe clan , ryuzoji clan , and tamura clan , became daimyo during the sengoku period . in addition , like the 15 chikugo castles under the rule of the otomo clan , some fell under the control of , but not necessarily becoming the vassal of a more powerful daimyo during the sengoku period , and maintained independence like a daimyo with management of the territory , while being militarily submissive . +" hokumen no bushi " were samurai who served the retired emperor , standing by as the gero ( servant ) on the north side of the in ( imperial palace of the retired emperor ) , and guarding or accompanying the retired emperor when he made trips outside .. hokumen was established soon after emperor shirakawa began insei at the end of the eleventh century . the north side of the imperial palace of the retired emperor was designated as the guardroom , and hokumen referred to the public servants such as courtier and guardians who stood by to guard and accompany the retired emperor during his outings . in the " gukansho " ( jottings of a fool ) , it is described as follows . during emperor shirakawa 's reign , there was an upper and lower hokumen inside the imperial palace . the upper hokumen housed some shodaibu ( public servants of the fourth and fifth rank ) while the lower hokumen housed many efushoshijo ( guardian servant , inspectors ) . members of the lower hokumen would , followed by other servants , accompany the emperor on imperial outings armed with arrows . ' as was described here , there were the upper hokumen and lower hokumen , and the upper ( shau ) were stationed in the two rooms in the court , and there were tenjobito ( persons who were allowed to enter the emperor 's residence ) . they were mainly courtiers from the fourth or fifth rank shodaibu class . however , it was a station for those allowed to enter the in but had a different role , and being fifth rank or higher did not necessarily mean they were stationed here . samurai were not in the court , but were in the ' lower side ' ( ka or ke ) , which was a building with five gaps between pillars along the mud wall with a roof north of the imperial palace , and this was not just for samurai , but also for gochodo ( sodomy partner ) of shirakawain and gojiso ( a priest who prays to guard the emperor ) . it was also referred to as ' gero . ' later , it was also effective when petitioned by temples and shrines , and priest soldiers . unlike mushadokoro ( place where samurai of guard of the imperial palace is staffed ) or takiguchi , hokumen no bushi were each a class of shogun or high-level officers with certain number of samurai , and the samurai force they led when they suppressed the masses at enryaku-ji temple in 1118 , is said to have numbered one thousand . however , hokumen included many kebiishi ( a police and judicial chief ) , and shirakawain gave direct orders to kebiishi instead of through betto ( superintendent ) , the original chain of command of the kebiishicho ( office of police and judicial chief ) , which led to the hollowing out of kebiishicho , a characteristic of the insei period . taira no masamori and his child , taira no tadamori , became the head of hokumen no bushi , and used it as leverage to advance their positions in the office of the retired emperor . the first hokumen no bushi is said to be the following three , according to " bushi no tojo " ( emergence of samurai ) by rizo takeuchi . fujiwara no morishige : originally a ' gochodo . ' his name appeared in the " shirakawa-joko koya gokoki " ( the retired emperor shirakawa 's visit to mount koya ) of 1088 , and was seen as a kebiishi since april 25 , 1102 in the " chuyuki " ( diary written by fujiwara no munetada ) . however , he was from fujiwara no yoshikado 's lineage of the northern house of the fujiwara clan , and is not a true-born samurai . minamoto no shigetoki : a seiwa-genji ( minamoto clan ) and referred to as the hokumen four heavenly kings . minamoto no suenori : a montoku-genji ( minamoto clan ) , but also seen as a sakado-genji ( minamoto clan ) due to having been based in sakamonmaki ( 坂門牧 ) , koshi district , kawachi province , a sekkan-ke ( the families which produced regents ) territory . maki ' is the base of a samurai force . minamoto no suezane during the hogen disturbance was his second son . other than these , those who accompanied the cloistered emperor shirakawa for his pilgrimages to kumano sanzan beginning in the late fall of 1119 were as follows . taira no masamori : an ise-heishi ( taira clan ) who was shogoi ( senior fifth rank ) bizen governor at the time . he became jushiinoge ( junior fourth rank , lower grade ) immediately after this for his achievements in searching out and destroying taira no naosumi in chinzei . taira no sadakata : echigo-heishi ( taira clan ) of koreshige 's lineage . grandchild of taira no shigesada , the child of taira no koreshige . taira no morikane : ise-heishi ( taira clan ) of morikane 's lineage . grandchild of taira no sadasue , who was the younger brother of taira no masahira , and was of a different lineage from taira no masamori to kiyomori . the father of taira no nobukane , who appeared during the hogen , jisho , and juei wars . minamoto no chikayasu : younger brother of minamoto no suenori ( sakado-genji ( minamoto clan ) ) additionally , hanshun , a homugon ( 法務権 ) sojo ( high-ranking buddhist priest ) who was a gojiso of shirakawa since his days as emperor , and who was the wealthiest at the to-ji temple and the gon no betto ( acting chief ) of kofuku-ji temple , also served . the following continued to serve for tobain and taikenmonin after the death of cloistered emperor shirakawa in 1129 . taira no tadamori : child of the above mentioned taira no masamori , and the father of taira no kiyomori , and was shoshiinoge ( senior fourth rank , lower grade ) bizen governor at the time . taira no tametoshi : former governor of suruga province , and originally a ' gochodo ' of the cloistered emperor shirakawa . fujiwara no sukemori : governor of aki province , and lineage of fujiwara no sadatsugu . minamoto no saon ( 佐遠 ) : daibu , inspector , therefore , fifth rank , and also known as montoku-genji ( minamoto clan ) , minamoto no suketo . fujiwara no morimichi : child of the above mentioned governor of iwami province , fujiwara no morishige . kebiishi . taira no morikane : kebiishi ( mentioned above ) minamoto no suenori : montoku-genji ( minamoto clan ) ( sakado-genji - minamoto clan ) mentioned above minamoto no chikayasu : montoku-genji ( minamoto clan ) ( sakado-genji - minamoto clan ) mentioned above other former hokumen no bushi from the toba insei era included : norikiyo sato : lineage of hidesato , and same age group as taira no kiyomori . called himself saigyo after entering priesthood in 1140 . minamoto no yoshiyasu : kebiishi in 1152 morito endo : later known as mongaku saimen no bushi ( the imperial palace guards for the west side ) was established as well in the era of emperor gotoba . in the jokyu war , joined the battle with the hokumen no bushi , and saimen no bushi were abolished after the war , while hokumen no bushi remained . later , its scale gradually shrank until it became merely a troop of guards for the imperial palace , and even their function as guards was lost as times changed from the muromachi period , period of oda and toyotomi , and to the edo period , but despite the fact that it did not appear at all in the kinmon incident when fire by war came closest to the imperial palace in modern history , it existed until the meiji restoration to describe family lineage . +" sangi " is one of the posts in the daijokan ( grand council of state ) , which is the highest organ in the imperial court organization for ryoge no kan ( class outside of the ritsuryo system ) in japan . it is a post ranking below chunagon ( vice-councilor of state ) , and corresponds to suke ( assistant director ) in the shitokan ( four classifications of bureaucrats ' ranks ) . its chinese names are saisho and shoko . it means to participate in imperial court politics , and serves as the giseikan ( top officials in the daijokan ) in imperial court politics . those who were sangi or higher and sanmi ( third rank ) or higher were called kugyo ( court noble ) , and sangi was considered kugyo , but sangi who served as benkan ( officials of the dajokan ) and kurodo no to ( head chamberlain ) were appreciated as practitioners . there are no imperial edicts or letters laying out the kani soto ( corresponding relationship between court ranks of government officials and government posts ) of sangi , so there is no corresponding rank . ( jugoinojo ( junior fifth rank , upper grade ) , shikibu shoyu ( junior assitant of the ministry of ceremonial ) and monjo hakase ( professor of literature ) , sugawara no michizane felt that it was a problem that kani soto was not specified for sangi , and reported to the emperor on the need to specify kani soto , koroku , etc. in the provision of july 1 , 882 ' kankebunso , volume 9 . ' there is no record on whether or not there was a response to this , and therefore it is uncertain . ) thus , neither gyo nor shu is added depending on the rank . ( for example , it is written sangi shonii ( senior second rank ) or sangi jushiinoge ( junior fourth rank , lower grade ) . ) depending on the rank , the family name , hereditary title , and first name was written in the order of full name followed by hereditary title for shii ( fourth rank ) ( for example , taira no kiyomori ason ) , and family name-hereditary title-first name for sanmi or higher ( for example , taira no ason kiyomori ) . it was created on may 21 , 702 , when otomo no yasumaro , awata no mahito , takamuko no maro , shimotsukenu no komaro , and ono no kenu were allowed to participate in the government , and sangi was established as an official post in 731 . in 807 , sangi was temporarily abolished and kansatsushi ( inspector ) was placed , but it was reintroduced in 810 , and since then , the number appointed to the present post tend to be eight , thus it was also known as hachiza ( eight seats ) . however , there is no trace of imperial edicts or letters being announced to lay out the number of regular personnel for sangi , and the number varied with time . additionally , from february 729 to august 731 , and from march to april 806 , gon-sangi ( temporary sangi ) was placed as temporary personnel , as well as jun-sangi ( associate sangi ) in june ( intercalary month ) 806 . under the dokyo administration , hosangi ( monk sangi ) which was similar in rank as sangi was established , and monks were assigned . a post in the meiji government established by ' oseifukko ' ( restoration of imperial rule ) . it was established as an important post in the meiji government with the return of the daijokan system in july 1869 , and personnel were assigned from satsuma , choshu , tosa , and hizen clans . seiin ( highest organ in the daijokan organization system ) was organized after the haihan-chiken ( abolition of feudal domains and establishment of prefectures ) , and after the political upheaval of the 6th year of meiji , they concurrently served as the secretary of ministries . it was abolished in 1885 , when the cabinet system was established . +" akuto " generally refers to a person who disturbs the order of society , or a group of people who commit wrongdoing , but in japanese history , it refers to a person or class rebelling against the existing system in the middle ages . this section describes the details of akuto in japanese history . the term akuto first appeared in historical materials as ' jusen akuto ' in the imperial decree in the may 21 , 716 section of " shoku-nihongi " ( chronicle of japan continued ) , but the second appearance is in the ' senbuanko bunsho funshitsu joan ' ( ' 占部安光文書紛失状案 ' ) ( march 21 , 1165 ) in the late twelfth century , which is much later in history . however , the term akuto is detected frequently from then on . the 12th century was a time when shoen koryo sei ( the system of public lands and private estates ) , the medieval socioeconomic system , finally established , and the examples of akuto in the late 12th century all referred to those who infringed upon the system or ideology of dominance in shoen ( manor in medieval japan ) and kokugaryo ( territories governed by provincial government office ) . for example , the gunji ( district chief ) of nabari district , minamoto no toshikata , and the monks of kofuku-ji temple who broke into kuroda no sho ( nabari district , iga province ) , a territory of todai-ji temple , in 1175 were referred to as akuto in documents of todai-ji temple . as seen in this example , those who attempted to invade or disturb the system maintained by manor lords and shokan ( an officer governing shoen ( manor ) ) from outside the manors and imperial demesne , were considered akuto . the situation did not change largely in the kamakura period , and until the bunei years ( 1264 - 1275 ) in the late 13th century , the tendency to call external invaders and intruders from the point of view of the honjo ( proprietor or guarantor of the manor ) ( manor lord ) continued . the akuto conflict was in reality a territorial conflict among honjo-ichienchi ( land collectively controlled by honjo ) or between honjo-ichienchi and the jito ( manager and lord of manor ) class , and the akuto from one honjo 's viewpoint was the feudal lord of the honjo-ichienchi of the opponent . honjo suffered from akuto activities since the 12th century , but akuto circumvented pursuit by honjo by escaping to other territories , etc . honjo frequently requested the bakufu ( japanese feudal government headed by a shogun ) to pursuit the akuto , but the bakufu was passive about it , pointing out that conflicts among honjo were originally under the jurisdiction of the imperial court . article 32 of the goseibai shikimoku ( code of conduct for samurai ) , established by the bakufu in the early 13th century , specified that concealment of thieves and akuto in the territory was a crime , but bakufu was not active in suppressing the akuto . however , in the shoka years ( 1257 - 1258 ) , when akuto activity increased due to worsening famine , the bakufu decided to equate akuto with night burglars , robbers , bandits , and pirates ( 1258 , article 320 of the kamakura bakufu tsuikaho - additional law ) , and finally embarked on suppressing them . meanwhile , a major shift in medieval society began around the middle of the 13th century . since the end of the 12th century , the kamakura bakufu , based on the samurai class , had reallocated its territory to the samurai through several wars to meet the self-propagating desires of the samurai forces , but when the hoji battle of 1247 resulted in complete tokuso sensei ( autocracy by the shikken [ regent for the shogun ] , who were members of the hojo clan ) and political stability was established , wars , that presented opportunities for territory reallocation , stopped occurring . consequently , samurai forces that repeatedly self-propagated through succession and property division to soryo ( heir ) and shoshi ( child born out of wedlock ) , lost the opportunity to obtain territory and shifted to single succession , where territory was inherited by the soryo only . with the single succession as a momentum , soryo consolidated their territories scattered in various quarters and engaged in the management of their residing territory . in the process , the fall of the samurai class centering around shoshi occurred , while territorial conflict between honjo ( proprietor or guarantor of manor ) and the residing samurai became radical . focusing internally on manor governance , while honjo strengthened their control on the manor to prevent invasions by samurai , shokan who were in charge of the practical business of manor governance , were working to establish their own management authority . the conditions for the conflict between honjo and shokan to occur were all there , but their conflict intensified due to the spread of a monetary and distribution economy , which was progressing rapidly at that time . the various contradictions within the samurai class or manor governance led to the mobility of medieval society , and resulted in the increase in akuto activities from the late thirteenth century onward . additionally , genko ( mongol invasion attempts against japan ) , which occurred around this time also intensified the various contradictions , and induced the increase of akuto activities . in addition to akuto who invaded manor governance from the outside , ezo ( northerners ) and kaimin ( people who lived and worked on the seas ) who committed piracy were also called akuto , which based on the concept of seeing outsiders of the system as akuto . for this same reason , it is believed that entertainers and wandering monks who traveled in various provinces were considered to have akuto-like characteristics . ezo , kaimin , entertainers , and wandering monks were all people who drifted about , living outside the system of private manors and public land system , and many had atypical appearance , with eccentric clothing indicating they were outside the system . yoshihiko amino described these ' akuto ' as bearers of the distribution and capital economy , which developed rapidly from the mid-13th century , and as one of the main constituents opening the way for a new phase in medieval society . change in the situation where only outside intruders of the system were called akuto occurred during the koan years ( 1278 - 1288 ) . during this time , conflicting relationships within the manor governance finally became apparent , resistance activities by the shokan against the honjo could not be suppressed , shokan and the resident feudal lord class began being called akuto by the honjo , and engaged in territorial conflicts with the honjo . looking at the samurai class , musoku ( without land ) gokenin ( an immediate vassal of the shogunate in the kamakura and muromachi through edo periods ) who lost their territory due to single succession , etc. remained in their old territory , and were called akuto when they disturbed the governance of the new jito . these affairs indicated that insiders were also treated as ' akuto , ' and this was a sign of a major change in the concept . at this stage , the shokan class in conflict with honjo is believed to have included the drifting akuto described above . some of them were involved in trade while traveling in various places , accumulated capital as a bearer of distribution economy , and were called utokujin ( the rich ) . in some cases , such utokujin were assigned as shokan due to their economic power , and became engaged in territory management . additionally , honjo who were in conflict with the residing shokan had to secure their own distribution route to transport the annual tributes , and the ones who carried out this role of annual tribute distribution were the drifting akuto . since the late 13th century , akuto were active in the kinai ( the five capital provinces surrounding the ancient capitals of nara and kyoto ) , tohoku , and kyushu areas , and there were cases of akuto and jito unions prohibited in the goseibai-shikimoku . the activities of akuto led to mobilization of the system , and to respond to this , the bakufu began actively suppressing the akuto from the end of the 13th century . originally , honjo held jurisdiction over law enforcement and judicial power at the honjo-ichienchi , and the imperial court would rule . however , due to the extreme infestation of akuto , honjo strongly requested the bakufu to suppress them . thus , in the early 1290s , the following suppression procedure was established . first , the honjo files a complaint to the imperial court , and if the accused ( akuto ) does not answer the summons , it is considered a disobedience against the emperor , and the imperial court orders the bakufu to commence prosecution and conviction . the order received by the bakufu is called ichoku rinji or ichoku inzen . upon receiving the rinji ( the emperor 's command ) or inzen ( cloistered emperor 's declaration ) , the bakufu appointed two gokenin as envoys ( ryoshi ) . ryoshi were allowed to enter the honjo-ichienchi , which were off-limits to shugo ( provincial constable ) , in order to execute their duties , and in some cases , were authorized to order shitaji jungyo ( implementation of decisions regarding land ) to the honjo side . this procedure which began as a way to pursue akuto , became the root for the right of shisetsu jungyo ( process for implementing bakufu 's decision on conflicts regarding property ownership ) during the muromachi period . a prominent akuto from this period was the oe clan , ' kuroda akuto , ' who was successful in the kuroda no sho ( iga province ) , a territory of todai-ji temple , from the 12th to 14th century . the oe clan , who served as geshi ( shokan in charge of practical business in the field ) in this manor for generations since the 12th century , planned to strengthen their rule over kuroda no sho during the late 13th century until they were eventually called akuto after conflicting with todai-ji temple , and was ultimately suppressed by rokuhara tandai ( an administrative and judicial agency in rokuhara , kyoto ) which received a request from todai-ji temple . however , the oe clan family , who in turn was appointed as the shokan of the manor also came into conflict with the todai-ji temple by not paying the annual tributes , called themselves kugonin ( people serving the imperial palace and offering food and crafts to the emperor ) to try to directly connect with the imperial palace , and managed to practically rule kuroda no sho by uniting with the shugo and gokenin of iga province who were supposed to suppress them . in the end , the oe clan was suppressed by rokuhara tandai once again , but in any case , this is a classic example of resident feudal lords , who were trying to grow financially , becoming akuto when faced with oppression by the manor lords . additionally , it is believed that masashige kusunoki ( kawachi province ) , akamatsu clan ( harima province ) , nagatoshi nawa ( hoki province ) , and the pirates of seto inland sea , who took sides with emperor godaigo when the kamakura bakufu collapsed , were so-called akuto . akuto were also active in the period of northern and southern courts ( japan ) , but when the civil war ended in the late fourteenth century , the manor and public land system was weakened due to akuto activities , and when the countervailing power of honjo weakened as invasion of honjo-ichienchi ( manor ) by shugo and kokujin ( local samurai ) increased , the picture of akuto invading honjo 's rule gradually disappeared . the concept of akuto was presented by naokatsu nakamura in the 1930s ( " shoen no kenkyu " ( studies of shoen ) 1939 ) , and its aspects were revealed by tadashi ishimoda ( " chuseiteki shakai no keisei " ( formation of medieval society ) 1946 ) and others after the war . in historical science after the war , akuto was positioned among feudal lords , but when yoshihiko amino , shinichi sato , etc. introduced a picture of medieval history focused on craftsmen and entertainers whose social foundations were not agricultural , akuto was discussed in connection with them , and from the end of the 20th century , ichiro kaizu and others were attempting to position akuto in the context of social change such as genko and tokuseirei ( ordering return of land sold and dissolution of debts ) . +jingikan ( jingikan / kamizukasa / kanzukasa ) was a state organization in japan . it was established in the ancient ritsuryo system ( a system of centralized government based on the ritsuryo code , and again in the early meiji period . now , it does not exist . jin ' of jingikan indicates amatsukami ( god of heaven ) , ' gi ' of that does kunitsukami ( god of earth ) and the organization handled religious services as shown in its name . being placed above daijokan ( grand council of state ) that handled administration , it was placed at the top of the government system . its shitokan ( four classifications of bureaucrats ' ranks ) were haku , the head , fuku , the assistant head ( daifuku , the senior assistant head / shofuku , the junior assistant head ) , jo , the secretary ( taijo , the senior secretary / shojo , the junior secretary ) and shi , the clerk ( taishi , the senior clerk / shoshi , the junior clerk ) . however , their ranks were low : for example , is is said that the rank of after-mentioned jingi haku ( a chief official in charge of matters relating to shintoism ) was jushiinoge ( junior fourth rank , lower grade ) . this rank was by far lower than that of sadaijin ( minister of left ) equivalent to shonii ( senior second rank ) or junii ( junior second rank ) , was lower than those of benkan ( officials of the dajokan ) equivalent to jushiinojo ( junior fourth rank , upper grade ) , than that of dazai no sochi ( governor-general of the dazai-fu offices ) equivalent to jusanmi ( junior third rank ) , and than that of kyo ( minister ) who was the head of the seven ministries , and was equivalent to that of kurodo no to ( head chamberlain ) ( refer to the official court rank ) . in other words , jingikan is placed above daijokan in shikinryo ( the law which stipulated duties of the ministries ) , but is placed below daijokan in documental administration . kanpeisha , a shrine status in ancient times , indicates that a shrine with the status recieves hohei ( offering a wand with hemp and paper streamers to a shinto god ) to be used in kinensai ( a religious ceremony praying for a good harvest ) from an officer in jingikan directly ( a shrine with the kokuheisha status receives hohei from kokushi ( provincial governors ) . before the ritsuryo system ( a system of centralized government based on the ritsuryo code ) since the word of jingikan appears in historical documents before the taiho ritsuryo ( taho code ) was established , it is considered that it had been established in the asukakiyomihara-ryo , etc . , but details of the government systems before the taiho ritsuryo are not known because no original documents from those eras remain . under the ritsuryo system initially , the inbe clan and the onakatomi clan ( belonging to the same clan as the fujiwara clan ) occupied the posts of jingi haku , the head of jingikan but later , the shirakawa family from kazan-genji ( minamoto clan ) assumed the post of jingi haku from generation to generation . since the person assuming the post of jingi haku was called o ( prince ) though working under an emperor , the family was also called the shirakawa-haku-o family . after the ritsuryo system was abolished in the meiji period restoration of jingikan on february 10 , 1868 , the jingi jimuka ( clerical department ) was established together with six other clerical departments . it was placed at the head of the seven departments . on february 25 , 1868 , the seven clerical departments were reorganized into clerical bureas under the general bureau , and the jingi jimuka became the jingi clerical bureau . jingikan in the meiji period on june 11 , 1868 , a seitai-sho ( a document for the government system ) imitating the government system based on the ancient ritsuryo system was issued , and dajokan ( great council of state ) system was established . jingikan was also restored offcially and was placed under dajokan . in june of 1869 , jingikan became independent of daiokan , and was placed at the head of the administrative system . in addition to religious services , celebrations and jinfuko ( managing households burdening religion-related matters ) , the roles of jingikan in the meiji period included shoryo ( the administration of imperial tombs ) and religious mission . shoryo , managing the tombs of the emperors and imperial family members was handled by the government in ancient times by jibusho who managed imperial heirs , imperial marriages , auspicious signs , mouring and burial rites , and diplomacy , but during the meiji period , the tombs were managed by shoryoryo ( literally , a hall for managing imperial tombs ) placed under jingikan . in the past , jingikan , who were placed in the center of handling religious services , did not conduct religious services related to imperial tombs , to avoid religious services from being made dirty by dealing with the dead , and therefore , the fact that jingikan became in charge of imperial tombs was significant . however , to accommodate another new role given to jingikan , the govermental office called " senkyoshi ( missionary ) " was placed under it . the primary objectives of religious mission were to prevent the infiltration of chiristian religion and to proclaim to the japanese people the national policies after the meiji restoration , and this new role , requested by the national government , was given to jingikan . however , serious confrontations existed among the officers in jingikan concerning how to lead the people and what information should be given out , jingikan was not large enough to conduct these missions nationwide , and therefore , no concrete results were realized . to conduct national religious services , its original primary role , construction of hasshinden ( eight shrines ) was proposed within jingikan ( until then , himorogi - a temporarily erected sacred space or " altar " used as a locus of worship , was built each time a religious ritual was conducted ) . the restoration of hasshinden , which had been lost since the middle ages was a concrete movement towards achieving the unity of religion and state , and the movement was based on the idea that it was necessary not only to preach , but to do something concrete as well in the area of religious promotion activities that had been sluggish . in particular , officers influenced by atsutane hirata strongly advocated the construction , but bisei fukuba of the tsuwano clan was reluctant to restore the hasshinden , saying that a model for the unity of religion and state in the modern era was to conduct religious rituals in the imperial palace . in addition , the national government had the big problem of moving the capital to tokyo and of celebrating onie no matsuri ( first niinamesai - a ceremony for thanking the gods for a good harvest , after an emperor 's accession ) in tokyo , making the state of affairs uncertain , and therefore , dajokan showed a cautious attitude for the construction of hasshinden as well . however , it was considered to be a problem that no permanent shrine was available in jingikan , so it was decided that a " temporary " shrine should be constructed to enable religious services to be conducted for a while ; the construction of this temporary shrine was completed in december of 1869 , and the mitamashiro ( an object that was worshiped in place of the spirit of the dead ) of the hasshinden , which had been kept by the shirakawa and yoshida families since the hasshinden was abolished in medieval times , was enshrined there . it was planned to do a religious service for the temporary shrine by emperor meiji , but the plan failed to be realized because the timing was not good ( the emperor had a cold then ) . on january 3 , 1870 , a religious service was conducted , and emperor meiji sent sanetomi sanjo to the service . in this temporary shrine , the spirits of all the emperors in the past , that of the gods of heaven and earth were also enshrined in addition to the eight gods worshipped by jingikan in the ritsuryo system . at this time , the emperor declared the execution of the religious service and the start of a nation-wide shinto campaign , having the religious services in hassinden and the religious promotion policies of the missionary executed by an imperial order , but the status of the shrine remained " temporary " and no effective measures for the religious promotion polices were forthcoming . although it is generally understood that the main members of jingikan during the meiji period were the scholars of japanese classical literature influenced by atsutane hirata , it was in fact before jingikan was restored that they participated in the movement actively , and it was the scholars influenced by takamasa okuni , such as bisei fukuba , that in fact dominated jingikan after jingikan was restored . although this naturally depended on the political power balance at that time , it is also considered that , against japanese classical scholars following hirata who strongly insisted only on the restoration of jingikan in instituting a jingi system , those in the tsuwano group who had newer and more advanced visions suitable for the new era of meiji were favorably accepted . harumichi yano , tadayuki tsunoda , sakura maruyama and naosuke gonda , japanese classical scholars following hirata and who assumed important governmental posts were expelled from the government in 1871 on suspicion of a crime against the state , and therefore , there are aspects that jingikan in the meiji period were not totally committed to hirata followers . ministry of jingi in july of 1871 , jingikan was down-graded to the ministry of jingi and was placed under dajokan . seemingly appearing to have lowered the position of the jingi administration , this measure was in fact taken aiming at a closer unity of religion and state . due to this reason sanetomi sanjo , grand minister of state , assumed the post of jingi-haku when jingikan was going to be downgraded to ministry of jingi . in the ministry of jingi , religious services in shrines by senior , middle and junior officer in charge of the religious services and religion-promoting activities by missionaries were clearly separated . on october 27 , 1871 , the emperor instructed to place jingi in a safe place and the spirists of the past emperors were moved from hasshinden to the palace . on november 11 , 1871 , mikannagi ( a female engaging festivals ) and gon-mikannagi ( vice-mikannagi ) were placed in jingikan and on the following day , november 12 , the spirits of the past emperors were moved to kashikodokorao ( palace sanctuary ) . abolishment of the ministry of jingi and establishement of kyobusho ( ministry of religion ) on april 21 , 1872 , the ministry of jingi was abolished . as advocated by bisei fukuba concerning the construction of the shrine described above , it was said that the emperor himself had to conduct religious services for the unity of religion and state in the new era and that it was ideal that the emperor himself , and not officers in charge of jingi , did religious services concerning jingi . to achive this , the ministry of jingi was abolished and it was decided that shikiburyo ( department of rites ) , which existed during the early meiji period ( 1869 to 1885 ) , of the imperial household ministry should conduct religious services . the gods enshrined in hasshinden , except for the spirits of the past emperors which had been previously transferred , were temporarily moved to kashikodokoro in the palace on april 25 , 1872 , the construction of shinden ( a shrine ) and korei-den ( the imperial ancestors ' shrine ) was completed on december 27 , 1872 , the eight gods were enshrined together with the gods of heaven and earth , and the spirits of the past emperors were moved form kashikodokoro to koreiden . it was judged that religious promotion centered on the study of japanese classical literature and confucism was impossible , and a system of promoting shinto , buddhism and confucism together was introduced to use the base and promotion power of the buddhist group , with kyobusho established as an organization specialized in religious education of the japanese . movements after the establishment of kyobusho however , corresponding to improvement of the school-based education system , the role of kyobusho dimished , and kyobusho was abolished on january 11 , 1877 , with some of its roles inherited by the bureau of shrines and temples in the interior ministry . however , since the movement for restoring jingikan gained force , the bureau of shinto shrines was established in 1900 separated from the bureau of shrines and temples . in 1940 , jingi-in was established replaceing bureau of shinto shrines for events commemorating the 2,600-th anniversary of the start of the emperor system . however , the war ended before jingi-in produced any marked results administratively . jingi-in was abolished on february 2 , 1946 , and the right of controlling shrines in japan was inherited by jinja honcho ( association of shinto shrines ) established on the next day . +kitano mandokoro is the title given , through an emperor 's proclamation , to the legally wedded wife of the person in the position of sessho ( regent ) or kanpaku ( chief adviser to the emperor ) . summary originally , mandokoro indicated a household-handling organization ( an office handling private affairs concerning the family and residence ) whose establishment was permitted only for imperial princes and kugyo ( top court officials ) who held the rank of sanmi ( the third rank ) or higher . in a shinden style residence during the heian period , a private living quarters called ' kitanotai ' was built north of and separated from ' shinden , ' which was the main hall and was used semi-publicly , and in that quarter , its master called ' kitanokata ' who was the legally wedded wife controlled all of the houshold affairs . the reason why the position of a legally wedded wife was so strong is that a nobleman married his bride to enter her family , and therefore , his residence was originaly owned by her family . when the master of the residence advanced to a position of sanmi and opened mandokoro , the ' kitanokata ' was called ' kitano kandokoro . ' later , it was formalized so that the tile of ' kitano mandokoro ' was given by the emperor 's proclamation , and the title came to be given only to the legally wedded wife of sessho or kanpaku . examples in the taira family however , the legally wedded wives of sessho or kanpaku were called ' kitano mandokoro ' for generations , and it also happened that a number of kitano mandokoro existed at the same time . for example , in a portion of vol . 1 of " the tale of the heike " , the daughters of taira no kiyomori were introduced as follows : … … one of his daughters became the kitano mandokoro of sesshodono at rokujo . … … his other daughter became the kitano mandokoro of fugenjidono . one more daughter of his became the kitano-kata of reizei dainagon ( chief councilor of state ) takafusa . in this description , the ' kitano mandokoro of sesshodono at rokujo ' indicates mitsuko , who was his fourth daughter and she became the legally wedded wife of fujiwara no motozane in the position of kanpaku , and the ' kitano mandokoro of fugenjidono ' indicates sadako , who was his sixth daughter and she became the legally wedded wife of motomichi konoe in the position of kanpaku . the ' kitano-kata of reizei dainagon takafusa ' indicates the legally wedded wife of fujiwara no takafusa , a court officer loved by emperor goshirakawa , and she , though being a legally wedded wife , was called ' kitano-kata , ' not ' kitano mandokoro , ' because takafusa did not become sesssho nor kanpaku . ho-taiko and kitano mandokoro towards the end of the sengoku period ( period of warring states ) that was long after the period described above , hideyoshi toyotomi became kanpaku , then became taiko after he handed over the kanpaku postion to his nephew , and the term of taiko , ' which had indicated ex-kankaku who handed over the position to his son or brother , ' came to indicate hideyoshi alone . similarly , ' kitano mandokoro ' which was the generic term for ' the legally wedded wife of sessho or kanpaku ' came to be used only for indicating kodain , the legally wedded wife of hideyoshi , after the title was given to her . as the title of ' kitano mandokoro ' was given to the legally wedded wife of sesshu or kanpaku , that of ' okitanomandokoro ' or ' omandokoro ' in short was given to the mother who gave birth to sessho or kanpaku . this term had been a generic one as well , but after the title was given to the mother ( naka ) who gave birth to hideyoshi , the term came to be used for indicating her alone . +浪人 ( ronin ) indicated a person who wandered about provinces other than the one that was recorded in his family register , and was also called a furo ( vagabond ) anyone could be a roin regardles of his social status . the term of 流浪人 ( ruronin : meaing a wanderer ) originates here . in and after the middle of the edo period , 牢人 ( who was separated from his master and lost his salary ) also came to be called 浪人 ( ronin ) . therefore , correctly , 牢人 and 浪人 each had a different meaning . for it , 牢人 indicates a person who left ( or lost ) his master and lost his salary . in the strict sense , it was a term only related to the social status of a samurai who had a master-servant relationship from the muromachi to the edo period . when the edo period started after the war period ended , the number of 牢人 who wandered around various provinces increased due to kaieki ( punishment whereby a samurai was deprived of his samurai status and his fief and residence were confiscated ) . therefore , the 牢人 who wandered around came to be called 浪人 . in this item , descriptions are made for 牢人 ( samurai ) . in the kamakura and muromachi periods in the kamakura and muromachi periods when a samurai owned his fief , the term indicated a person who lost his fief and position and became a wanderer . in these periods , small-scale wars frequently occurred in various places , and so , even if a samrai became 浪人 , there were lots of opportunities to find a new master because daimyo ( japanese territorial lords ) needed warriors . because the public security was poor , 浪人 banded together in various places and some of them stole things or caused riots . in this period , the meaning of 浪人 was close to a person who wandered around , although 牢人 existed , and it was in the late muromachi period that the social status-indicating the term of 牢人 came to be firmly used . in the sengoku period ( period of warring states ) in the sengoku period ( in japan ) , the master-servant relationship and social status relationships became clearer compared with the previous periods , and even if a samurai became 牢人 because the family of his master lost its position , there were many other opportunities for him to find a new master . however , since the master-servant relationship was a loosing one , compared with the later edo period , it was possible that a samurai dissatisfied with his status would abandon his master and became 牢人 at his own discretion , and depending upon his ability , seeking better treatment , it was also possible to find a position in another daimyo family . in this period , there were many samurai who became 牢人 and changed daimyo families under which they were employed , and there were even 牢人 who eventually became a daimyo himself . takatora todo worked under ten master families in his life . in addition , in this period , the social status was not yet strictly specialized , and it was easy for a samrai to become a merchant or a farmer , and vice versa . in the toyotomi / osaka period when hideyoshi toyotomi unified the control of the nation and the war period ended , the situations around 牢人 changed . it became unnecessary for each daimyo family to retain many vassals . when ieyasu tokugawa of the eastern military group won the battle of sekigahara , many daimyo families of the western military group lost their positions as well as their territories or were forced to reduce their territories , producing lots of 牢人 . in addition , the edo bakufu government took the policy of abolishing daimyo families cantered on the tozama daimyo that had aided the toyotomi family , and many daimyo families were abolished for the reasons that no heir existed or they violated a bakufu government law , also producing lots of 牢人 . the siege of osaka entering the edo period , daimyo families recruited few samurai because they had already retained too many vassals . in addition , the master-servant relationship was fixed due to an influence of confucianism , and when a vassal gave up his master and left the place , the master sent to other daimyo a letter called ' hokokamae ' to close the door in order to serve another daimyo . mototsugu goto , who left the kuroda family had the door closed for serving another daimyo due to the ' hokokamae ' issued and ended up participating on the side of toyotomi in the siege of osaka . the number of 牢人 who could not get a post in a daimyo family increased drastically , and 100,000 牢人 flocked to the side of toyotomi when the siege of osaka arose . although many 牢人 were killed in the siege of osaka , the number of 牢人 increased because the bukufu continued abolishing daimyo and it is said that the number reached 500,000 towards the end of iemitsu tokugawa 's life . since a peaceful period started and few vassal positions were available , some 牢人 became merchants , craftsmen or farmers , and some other 牢人 became mercenaries overseas ( for example , nagamasa yamada ) , but most of them remained 牢人 , living a life of poverty . initially , the bakufu governent considered 牢人 to be dangerous and undertook the strict policy of expelling them from urban areas , of restricting the areas where they lived and of prohibiting them from serving a new lord . 牢人 were more and more hard-pressed and the situation led shosetsu yui and others to plan the overthrow of the bakufu ( the keian incident ) . the 牢人 who wandered around or could not get vassal positions came to be called 浪人 ( ronin ) . for these reasons , the bakufu government reviewed and changed their policies so that the prohibition of matsugoyoshi ( adopting someone after the master of a samurai family died with no heir ) having caused the state of no heir existence was loosened to reduce the chances of kaieki ( punishment in which a samurai was deprived of his samurai status and his fief and residence were confiscated ) , the restriction of the areas where they lived was loosened and help was given to find a new lord . however , even thereafter , there were many samurai who were fired from the master 's families due to various reasons and became 牢人 . situations of 浪人 牢人 in the edo period lost shiseki ( samurai status ) , but was acknowledged as samurai , with use of his family name and wearing swords being permitted . their everyday lives were placed under the control of town magistrate , as were those of the merchants and craftsmen . although many 牢人 lived in a house loaned to them , were poor and were forced to live from hand to mouth , there were some successful 牢人 as well : for example , monzaemon chikamatsu was successful in literature , some opened a swordmanship-practicing hall and earned his living through training swordsmen , and some others worked as teachers at terakoya ( temple elementary school during the edo period ) , contrubuting to education of the general public . some did fine craft work to earn a living , some others became successful merchants , but there were some who became desparate and committed crimes , like robbery musashi miyamoto is a 牢人 famous for his swordmanship . towards the end of the edo period towards the end of the edo period , 浪人 actively participated in political activities . as ryoma sakamoto , a goshi ( generally meaning a low-status samurai living in a village ) , was , there were many 浪人 who severed their ties with domains full of restrictions and acted freely . on the other hand , there appeared the persons who , though not being from samurai status families , such as merchants , craftsmen and farmers , got family names and wore swords by themselves , claiming to be 浪人 . many members of shinsengumi ( a group who guarded kyoto during the end of tokugawa shogunate ) , which are said to have been a group of 浪人 , came from , merchants , craftsmen or farmers . after meiji restoration , the equality of all people was proclaimed and the status of 浪人 vanished as well . from the middle of the meiji period to the early taisho period from the middle of the meiji period to the early taisho period , some shizoku ( a social status given to former samurai after meiji restoration ) class persons moved to manchuria and the korean peninsular ( during the ages of the joseon dynasty , korean empire and governor-general of korea - korea governed by japan ) . these shizoku class persons were also called 浪人 . when empress myeongseong was assasinated in the itsubi incident on october 8 , 1895 , after sino-japanese war , many 浪人 were included in the assasination team led by japanese troops . such a team was called a training team . +hokoshu was a govermental position established by the muromachi bakufu ( japanese feudal government headed by a shogun ) . it is military power belonging directly to the shogun , and was called ban-shu or ban-kata because it was organized as goke-ban ( literally , five ban ) . it was also called banshu ( kobanshu ) . inheriting the banshu system in the palace in the kamakura period , hokoshu were the gokenin who were differenciated from general gokenin ( an immediate vassal of the shogunate in the kamakura and muromachi through edo periods ) or jito ( manager and lord of manor ) and closely waited on thier shogun ( otomoshu , literally , the attendant group ) . if bugyoshu ( group of magistrates ) were civilian officials during the muromachi bakufu government , hokoshu could be called military officials . according to the remaining " gobancho ( literally , descriptions of ban , squad ) " where the organization of hokoshu in the eighth shogun yoshimasa ashikaga era was described , hokoshu consisted of five squads , with each squad including 50 to 100 persons and 300 to 400 persons in total , and when wakato ( young samurai ) and chu-gen ( lower-class retainers ) were also counted , it is considered that hokoshu had the military power of 5,000 to 10,000 persons . it is said that hokoshu was also organized under kamakura kubo ( shogunal representative ) and under furukawa kubo . its members consisted of dominent gokenin , members of the ashikaga clan , powerful shugo daimyo ( japanese territorial lord as provincial constable ) and kokujin ( local samurai ) . with the membeship of a squad inherited , it is said that the bond among the members was strong , and they acted jointly in the onin war . the number of hokoshu of the mikawa province , located at an important location for the ashikaga clan , was more than 40 , the largest of all of the provinces . during peacetime , hokoshu commuted , for example , to bannai ( the squad room ) placed within the palace , and functioned as military power in emergencioes . hokoshu was entrusted to the management of local goryosho ( shogunate 's estate ) and was also given the rights to prevent shugo ( provincial constable ) from entering their own lands and to collect tansen ( a kind of provisional tax in medieval japan ) . during the early muromachi period , political fights occurred frequently among powerful shugo even within the bakufu government , in addition to activities of various powers including that of the southern dynasty ( in japan ) , and yoriyuki hosokawa , deputy to shogun , lost his position in coup of koryaku in 1379 . therefore , yoshimitsu ashikaga , the third shogun , formed a goup of bodyguards called oumamawari to confront shugo 's power . they played an active role as military power belonged directly to the shogun in meitoku war , caused by the yamana clan , and in the oei war , caused by the ouchi clan in 1391 . however , yoshimochi ashikaga , the fouth shogun , still depended on the military power of the hatakeyama clan , and yoshinori ashikaga , the sixth shogun , aimed at strengthening his power following the policies used by yoshimitsu ashikaga . yoshihisa ashikaga , the ninth shogun , established hokoshu as well as bugyoshu who were civil officers as an official system , and hokoshu played an active role as bodyguards for shogun in the battle for subjugating rokkaku clan in the omi province in 1487 yoshitane ashikaga , the tenth shogun , subjugated the rokkaku clan in 1491 by leading hokoshu , went on a journey for subjugating yoshitoyo hatakeyama in the kawach province in 1493 , but while he was on the journey , masamoto hosokawa , deputy to shogun , abolished the shogun position ( coup of meio ) , effectively dismantling the hokoshu system . +samuraidokoro was the organization that played military and police roles in the kamakura bakufu ( japanese feudal government headed by a shogun ) and in the muromachi bakufu . in the kamakura bakufu it called up and commanded the gokenin who were to do event-guarding or some other jobs , and locked up criminals . dominant gokenin who assumed the post of shoshi ( deputy chief of the board of retainers ) or samurai-dokoro no tsukasa ( the officer of the board of retainers ) controlled samuraidokoro , and the person in the highest rank among shoshi was called betto ( chief officer ) . initially , yoshimori wada assumed the post of betto , but after yoshimori died in the wada battle , shikken ( regent to the shogun ) assumed the post as well . in the muromachi bakufu following the organization of the kamakura bakufu , it was established in 1336 together with mandokoro ( administrative board ) and monchujo ( a court of justice ) . in the early muromachi period , the bakufu was controlled by both of shogun takauji and tadayoshi , his younger brother , but since the head of samuraidokoro was ko no moroyasu , the elder brother of ko no moronao who was the steward of the ashikaga family , it is considered that samuraidokoro was an organization controlled directly by the shogun . as in the kamakura bakufu , the major job of samuraidokoro was to control gokenin and samurai , with the jos related to kendan ( trial ) and shomusata ( trials dealing with land issues ) done by kendangata ( office of criminal justice ) , but the latter jos were gradually transferred to samuraidokoro as well . in the era of the second shogun yoshiakira , the job of kebiishicho ( the office dealing with police and judicial matters ) was transferred to samuraidokoro , and samuraidokoro became to gain police power for maintaining security of kyoto as well as the power to levy taxes in the era of the third shogun yoshimitsu , shugo ( provincial constable ) was placed in the yamashiro province , and samuraidokoro became an organization to control kyoto as the area directly controlled by muromachi-dono ( muromachi bakufu ) . from 1398 , the akamatsu clan , isshiki clan , kyogoku clan and yamana clan assumed the post of shoshi alternatively , and a vassal of shoshi assumed the post of shoshi-dai ( assistant to shoshi ) , with these four clans called shishiki ( four major feudal lords who worked for muromachi bakufu ) . the person in the post called shoshi or tonin ( the director ) controlled samuraidokoro , and shoshi-dai assisted shoshi . actual operations were conducted by bugyonin ( magistrate ) , and kodoneri and zoshiki , lower-ranked officers , were also organized . in addition , kaiko ( the head of clerical officers ) was placed for clerical officers , and there were also metsuke who played watching roles and yoriudo who were equivalent to interrogators . chronological table in addition , descriptions of a banquet that was held and baggage that was stored , were included in azumakagami ( the mirror of the east ) , a historical book in japan . +koto no naishi was a female court noble during the period of the northern and southern courts ( japan ) . she was said to be the daughter of tsunetada ichijo or koremasa / koretada ichijo , or the daughter or younger sister of yukifusa ichijo . her real name is not known . although it is said that she was the wife of yoshisada nitta ( his legally wedded wife was a daughter of the ando clan ) , descriptions of her relationships with yoshisada nitta are included only in " taiheiki " ( the record of the great peace ) and it is highly likely that they were imagenary , considering chronological estimates and others . it is also said that the existence of ' koto no naishi ' herself is dubious . personalities the reason why she became a wife of yoshisada nitta in kozuke province , who participated in emperor godaigo 's activities for defeating the bakufu ( japanese feudal government headed by a shogun ) and contributed to getting control of kamakura , is said to be as follows : emperor godaigo who started the new government in the kenmu era gave her to yoshisada nitta as a prize for his contribution . in 1336 , yoshisada nitta defeated takauji ashikaga , who was alienated from the new government , in kyoto together with masashige kusunoki and akiie kitabatake , and takauji ashikaga and his followers fled to kyushu . although several reasons were considered for why yoshisada nitta did not chase takauji ashikaga , " taiheiki " described the reason as follows : he was reluctant to leave koto no naishi in kyoto , losing the timing to dispatch troops , and therefore , she was the woman who generated the cause of yoshisada 's fall . takauji entered kyoto and chased emperor godaigo , yoshisada nitta fled to the hokuriku region with imperial prince tsuneyoshi placed as emperor and died in battle at fujishima of the echizen province attacked by ashikaga troops in 1338 , and " taiheiki " makes a description of koto no naishi at around that time as in the following : koto no naishi , who parted from yoshisada nitta at imakatata beside lake biwa and spent days sadly in kyoto , was invited by yoshisada nitta and started for hokuriku , but at somayama ( present najo town , fukui prefecture ) , she knew that he had died in a battle and became a ( female ) priest seeing his head hung on a prison gate . it was also described that her father , yoshifusa , followed yoshisada nitta and also died in battle in hokuriku . a legend also describes that koto no naishi entered the sea at the kotogahama beach and died . in imakatata , there exists nogami-jinja shrine whose god is koto no naishi and there is a temple for her , senpuku-ji temple , and the nogami festival was also held for consoling her spirit . in addition , after contents of " taiheiki " became well-known through performances of storytellers in the edo period , graves of koto no naishi were built in various places . it is also pointed out that some of koto no naishi-tsubone " s ( -tubone : a honorary suffix attachde to the name of a high-ranked female in the court ) income came from mikuniminato near to fujishima where yoshisada nitta died in a battle . her grave is located in ojima-machi , ota city , gunma prefecture ( former ojima town , nitta county ) +toshi choja indicates ujichoja ( the head ) of the fujiwara clan . summary choja ' of a clan indicates in the ancient and medieval times , the representative of the clan , who controlled them . as the representative of the fujiwara clan , the toshi choja handled all matters concerned with the clan , including its politics , finance and religion . principal jobs of a toshi choja were to establish the political base of his clan , to manage the shoen ( manor in medieval japan ) in the territories of the clan and movable properties , to manage kofuku-ji temple , the family temple of the clan , and to manage kasuga-taisha shrine and oharano-jinja shrine , both shrines of the clan . its origin concerning who was the first choja , there are the theories that fujiwara no fuhito , who established the base of the fujiwara clan , was the person ( in " sonpi bunmyaku " ( a text compiled in the 14th century that records the lineages of the aristocracy ) ) , fujiwara no otsugu was the person ( in " nichureki ( a kind of encyclopedia ) , " or fujiwara no yoshiyo was the person ( in " kugyo bunin " ( directory of the successive imperial officials ) ) , but in the present academic world , the most strongly supported theory is that it originated in fujiwara no fuyutsugu , fujiwara no yoshifusa , or fujiwara no mototsune . as a political activity , he was asked to raise the court ranks of persons in his clan in order to send them into the imperial court , and it was vital for him to make persons in his clan marry those in the imperial family in order to raise the toshi choja 's position in the political world . other activities in addition , to maintain the position of his clan in the imperial court , toshi choja sometimes had the obligation to present opinions of his clan members to the imperial court . it is well known that fujiwara no yorimichi and fujiwara no norimichi confronted the imperial familiy , and this clearly shows that they , as the representative of the clan , confronted the imperial family trying to suppress the power of the fujiwara clan . after handing over the positions of kanpaku ( chief adviser to the emperor ) and toshi choja to fujiwara no tadamichi , his heir son , fujiwara no tadazane , who loved fujiwara no yorinaga , tadamichi 's younger brother , tried to deprive fujiwara no tadamichi of the positions of kanpaku and toshi choja , but since cloistered emperor toba , who still effectively controlled the imperial court , ordered that the postion of kanpaku could not be freely changed , setting the problem of toshi choja aside , tadazane and yorinaga ordered their warriors to deprive them of shuki-daiban ( vermilion-lacquered mounted bowl ) , a symbol of toshi choja , declaring that yorinaga was toshi choja . this was a cause of the hogen war ( the war in the hogen era ) . shuki / daiban as the emperor inherits three sacred imperial treasures and crown prince does tsubokiri no mitsurugi ( the sword tsubokiri ) from one generation to the next , there is the treasure of the clan that each toshi choja inherits from generation to generation . choja no kan no watarishoken : the certificate for the territory called denka no watari-ryo . shuki : vermillion-lacqured tableware daiban : dishes kenko : a leathe scale in addition , the maintenance and management of kangakuin ( dormitory for students ) was under the control of toshi choja . in the later eras generally , clans in ancient times dispersed gradually corresponding to the establishements of family lines during the heian period ( however , it does not mean that the clans were dismantled ) . for the gosekke ( five top fujiwara families whose members were eligible for the positions of sessho and kanpaku ) , the postion of toshi choja was inherited by the familiy of shippei ( chinese name for sekkan , regents and advisers ) ; however , this does not mean that this family possessed the position to protect persons in his clan . the roles of toshi choja became increasingly more religious , and were also deconcentrated to kofuku-ji temple , kasuga-sha shrine and so on . the roles of toshi choja ended at meiji restoration , with michitaka kujo as the last . +the shogun family was a houshold system where the head of samurai , who was designated as seii taishogun ( literally : " great general who subdues the barbarians " ) or for the head of palace guards , generated , in the medieval times in japan , imitating the houshold system of kuge ( the court noble ) when establishing his government . in addition to the shogun himself , it included the heir and other family members , after a hereditary system was established , and mandokoro , its household organization . this concept was first introduced when minamoto no yoritomo was designated as ukone no daisho ( major captain of the right division of inner palace guards ) , and he applied this concept to his own master-servant relationships . this term was used for yoritomo and his vassals , gokenin to establish control of the nation by themselves independent of the imperial court . later , yoritomo himself was designated for seii taishogun ( literally , " great general who subdues the barbarians " ) , followed by his sons , minamoto no yoriie and minamoto no sanetomo , establishing the system of making the post of seii taishogun hereditary . then the term ' shogun family , ' an abbreviation of the ' seii taishogun family ' and of the former ' udaisho ' ( the head of the right division ) family , both yoritomo 's position names , was established . since minamoto no sanetomo in the post of seii taishogun also assumed the post of udaijin ( minister of the right ) , it became possible for the person in the post of seii taishogun to assume a daijin ( minister ) post . however , during the kamakura period , the shogun from sekkan-ke ( the families which produced regents ) and shogun from the imperial court did not take the post of ministry even after he was released from the shogun post . it was yoshimitsu ashikaga during the muromachi period , who took the post of naidaijin ( inner minister ) , when shogun assumed the post of a ministry again . during the muromachi period , the term kubo instead of shogunke ( shogun family ) was used for seii taishogun . in the edo period , the term was used for tokugawa gosanke ( three privileged branches of tokugawa family ) , for gosankyo ( three privileged branches of tokugawa family ) , and for the heir of shogun against a child from a legally unwedded wife of shogun . the shogun family played the role of the clan governing japan throughout the samurai-based government era . although designated by the emperor , it boasted the power exceeding that of the imperial family in the era when the samurai-based government was first established . although the shogun family was formally placed under the imperial court , it was customary that the shogun family was accepted as a royal family by foreign countries . +obanyaku was the post assigned to samurai from non-capital areas to maintain the security of kyoto during the later heian to early muromachi period or to maintain the security of kamakura city during the kamakura period . when goseibai-shikimoku ( code of conduct for samurai ) was establshed during the kamakura period , it was explicitly written in taibon sankajo ( three basic rights of shugo , provincial constable ) that obanyaku was a post to be assumed by gokenin ( an immediate vassal of the shogunate in the kamakura and muromachi through edo periods ) . during the kamakura and later periods , the post was assigned to each province , and shogo in each province was responsible for selecting the gokenin to assume the post in the province ( oban saisoku ) . in the period of the northern and southern courts ( japan ) , it became almost extinct . kyoto obanyaku the post to guard the palace and the residences of special imperial family members ( and later those of the fujiwara clan ) in kyoto was called kyoto obanyaku . with the length of the duty being three years during the heian period , it was a large burden on samurai in non-capital regions , and minamoto no yoritomo reduced it to half a year , being further reduced to three months in the middle of the kamakura period when the samurai side became more influential than the kuge ( court noble ) side . however , towards the end of the heian period , it gave a chance fo samurai from non-capital provinces to gain a connection with kuge in the capital , and some samurai could obtain an official rank through their connections . in other words , there was the following merit in assuming the post : a person at the obanyaku post could be assigned to the post of suke ( provisional governor ) , gon-no-suke ( provisional vice governor ) or jo ( secretary of provincial offices ) in his original province , gaining a position in the imperial court and having his control right backed by the authority of the imperial court . also , some at the post learned culture in the capital , such as making waka poems and brought it back to their original provinces there were also some demerits : for example , the post of obanyaku was sometimes assumed not by the head of a clan but by his son , and in such a case , when the head of the clan died while his son was in kyoto , it sometimes happened that the postion of head was deprived of by his younger brother or his uncle ( an example : hirotsune kazusa ) . in addition , it also happened that , while a father , the head of a clan , was in kyoto and his son in his original province , the father could not speedily handle disturbances that occurred in the province ( an example : shigetada hatakeyama ) . kamakura obanyaku the post for guarding the bakufu ( japanese feudal government headed by a shogun ) in kamakura was called kamakura obanyaku . it is concerned with the service of favors and services . in the feaudal system based on favors and services , it became a natural post for the gokenin who served the bakufu . +kanto moshitsugi , also called knato shisso , was a post introduced in the imperial court during the kamakura period and played , together with the rokuhara tandai ( an administrative and judicial agency in rokuhara , kyoto ) on the kamakura bakufu ( japanese feudal government headed by a shogun ) side , the role of doing communications and adjustments between the bakufu and the imperial court or the government by cloistered emperors . initially , a specific court noble privately designated by the bakufu assumed the post , but after michiie kujo lost his position in 1246 , it became an official post designated by the bakufu and the post was hereditarily assumed effectevely by the head of the saionji family that had a marital relation with minamoto no yoritomo ( his niece entered the saionji family through a marriage ) . after the jokyu war ( the war in the jokyu era ) , when the imperial court was going to decide an imprtant matter , it became basically necessary for the imperial court to get its persmission from the bakufu through the kanto moshitsugi , and its power increased : for example , when the battle betwwen daikakuji-to ( imperial lineage starting with emperor kameyama ) and jimyoin-to ( imperial lineage from emperor gofukakusa to emperor gokomatsu ) became serious concerning the imperial succession problem , the imperial succession problem or personel affairs in the imperial court became to be seriously affected by opinions of kanto moshitsugi . however , when kanto moshitsugi gradually sided more with jimyoin-to due to a private relationship of the head of the saionji family and daikakuji-to ( the head was on bad terms with daikakuji-to ) , daikakuji-to came to communicate with the bakufu directly , and kanto moshitsugi came to lose its power rapidly as the 14-th century started . then , after daikakuji-to emperor godaigo defeated the kamakura bakufu , the saionji family was badly criticized , and dainagon ( chief councilor of state ) , kinmune saionji , who was the last kanto moshitsugi , was executed on suspicion of a rebellion . +inshi ( or in no tsukasa ) is an official of in no cho ( retired emperor 's office ) set up directly under the retired emperors and nyoin ( empress , empress dowager or grand empress dowager ) during the ancient period to the middle ages in japan . generally mid-ranking aristocrats were appointed to inshi concurrently with other japanese official posts . as the cloister government started in the late heian period , the post of inshi in in no cho , a retired emperor 's political organ , became an important post . this section describes the details of the inshi of the cloister government . the first case of inshi was confirmed as in no betto ( chief administrator of the retired emperor 's office ) abe no yasuhito in 835 , during the reign of emperor saga . at first , in no cho was established as a household agency for retired emperors and its main work consisted of trials dealing with land-related issues and with civil affairs . the ranks of inshi were betto ( chief officer ) , hogandai ( deputy chief officer ) and sakandai ( secretary ) . when emperor shirakawa started the cloister government around 1086 , the role of inshi , which made up in no cho , became very important . inshi issued letters and orders such as " in no cho kudashibumi " ( a letter issued by in no cho ) , " in no cho cho " ( orders issued by in no cho ) and " inzen " ( a decree from the retired emperor ) under the " chiten no kimi " ( the retired emperor in power ) in order to carry out the cloister government . therefore , practical government officials who held successively the position of kurododokoro ( the chamberlain 's office ) , benkan ( officials of the dajokan ) and zuryo ( the head of the provincial governors ) often became inshi . although they were not high-ranking aristocrats like sekkan-ke ( the families which produced regents ) people , they had political influence because of their business ability . some inshi and other mid-ranking aristocrats became close advisors of the emperor and cloistered emperor with real power and wielded influence . they were called in no kinshin ( the retired emperor 's courtier ) . inshi and in no kinshin made various profits behind imperial power and they often received chigyo-koku ( provincial fiefdom ) . one of the main reasons that taira no kiyomori gained power quickly after the hogen war , was that he was an inshi of emperor goshirakawa . inshi had taken major roles in politics not only during the heights of the cloister government between emperor shirakawa and emperor gotoba , but also until the beginning of the muromachi period when the cloister government was extinguished ( except certain period ) . in no betto : the highest officer of inshi the first in no betto was minamibuchi no nagakawa , who was appointed as the in no betto at the same time the retired emperor saga abdicated the throne . generally , several persons were appointed as in no betto , and mostly kugyo ( the top court officials ) or kurodo no to ( head chamberlain ) who served the retired emperor during the reign as the emperor were appointed as in no betto . when kugyo was appointed as betto , it was called " kugyo betto " , and when shii ( fourth rank ) was appointed , it was called " shii betto . " during the reign of the retired emperor shirakawa , one in no shitsushi ( chief officer ) was selected from kugyo bettos and one in no nenyo ( one of the positions in in 's office ) was selected from shii bettos to rule in no cho . also , in the kamakura period , the post of in no shikken was added above in no shitsushi and in no nenyo and selected from kugyo bettos . in hogandai : the second highest officer in inshi and assisted betto , conducted general affairs and signed official letters issued by in no cho . this position was set during the reign of emperor uda . during the reign of the retired emperor shirakawa , there were hogandai with shii ( fourth rank ) , however , usually one or two hogandai were selected from goi ( fifth rank ) and four or five hogandai were selected from rokui ( sixth rank ) . inshutendai ( secretary of the in no tsukasa , the third rank officer ) : their main works were such as document and record creation and management in in no cho and civil affairs under the betto and the hogandai . this position was set during the reign of emperor suzaku . two or three shutendai were selected from rokui ( sixth rank ) . in the reign of emperor goshirakawa , one " cho no nenyo " which was the highest officer in in no cho ( different post from in no nenyo ) was selected . inkurodo ( palace officer ) : this post was for the kurodo with the sixth rank who could not reach the post of inshutendai even though they had served the retired emperor since his reign as emperor . according to " shugaisho " ( an ancient encyclopedia in 14c ) the fixed number of places was four . according to the " sankaiki " ( tadachika nakayama 's diary ) minamoto no yoritomo who was sahyoe no jo ( third-ranked officer of sahyoe-fu , the left division of middle palace guards ) was appointed as inkurodo of josaimonin ( nyoin ( a close female relative of the emperor or a womwan of comparable standing ) ) on february 19 , 1159 ( old calendar ) . indenso ( introducing officer ) : they were in charge of relaying various messages to the retired emperor . as the first indenso , tsunefusa yoshida and takashina no yasutsune during the reign of the retired emperor goshirakawa were confirmed . this post functioned in reality after emperor gosaga appointed tametsune yoshida and sadatsugu hamuro in 1246 and they were in charge of all messages except kanto moshitsugi ( adjusting works between the retired emperor and kamakura bakufu ) . during the reign of emperor kameyama , in 1279 , six members of indenso were divided into three pairs and each pair worked in rotation . buke tenso ( liaison officers between the imperial court and the military government ) was derived from indenso . during the edo period , incumbent or predecessor dainagon ( chief councilor of state ) and chunagon ( vice-councilor of state ) were appointed as indenso and buke tenso concurrently . inmizuijin ( palace guard ) : they worked as guard for the retired emperor and his palace . mostly , they were selected from konoefu ( division of inner palace guards ) . the new emperor gave fuko ( residential units ( ko ) assigned as prebends ( fu ) to support top-ranking officials , temples , shrines , and royal households such as those of the queen-consort and crown prince ) and zuijin ( guard ) to the retired emperor as well as a title of respect . the fixed number of places was five each ( later six each ) from sayu konoefu ( the left and right divisions of the inner palace guards ) . when the retired emperor entered the priesthood and became a cloistered emperor , he returned zuijins as a sign of renouncing the world . however , each zuijin with the rank of konoe shoso ( fourth rank officer in palace guard division ) from the left and right divisions of palace guards stayed in the cloistered imperial agency as officials . +naishi no tsukasa was one of the cutcherry in government-regulated organizations in japan . it was one of the 12 offices belonging to kokyu , empress 's residence fixed by ryo code ( administrative laws ) and consisted of only court ladies . court ladies in naishi no tsukasa served the emperor closely and dealt with affairs like introducing messages , transmitting imperial orders and managing imperial formal events . this position was a kind of emperor 's secretary and talented ladies who were well versed in academics and etiquette were appointed . the divine mirror , which was modeled after yata no kagami ( the eight-span mirror ; one of the imperial regalia ) as one of the three sacred imperial treasures , was kept in unmeiden ( naishidokoro ) , therefore , court ladies in naishi no tsukasa had to protect and keep the mirror . thus , this divine mirror was called ' naishidokoro . ' the rank of court ladies in naishi no tsukasa was not so high according to the rule of ryo . but little by little , their official duties became important and the rank became much higher during the reign of emperor heizei in 807 . that was one of the causes of the kusuko incident . after the mid heian period , structure of the 12 offices belonging to kokyu was reorganized and the naishi no tsukasa became only one practical official in kokyu . naishi no kami / shoji , a chief of naishi no tsukasa was treated almost as an empress , and naishi no suke who was a deputy chief had the characteristics of an emperor 's concubine . chief of naishi no tsukasa the official rank of naishi no kami was jugoi ( junior fifth rank ) , then upgraded to jusanmi ( junior third rank ) . the prescribed number was two . mostly daughters of sekkan-ke ( the families which produced regents ) were selected . originally , only naishi no kami could deal with the official duties such as introducing messages and transmitting imperial orders , and naishi no suke and other lower ranked court ladies could not deal with them . later , as naishi no kami was treated almost as an empress , naishi no suke and the lower ranked court ladies dealt with the actual duties . between the late heian and kamakura periods , naishi no kami was not appointed . deputy chief the official rank of naishi no suke was jurokui ( junior sixth rank ) , then upgraded to jushii ( junior fourth rank ) . the prescribed number was four . mostly daughters of court nobles such as dainagon ( chief councilor of state ) and chunagon ( vice-councilor of state ) were selected . the third ranked officials official rank of naishi no jo was jushichii ( junior seventh rank ) , then upgraded to jugoi ( junior fifth rank ) . the prescribed number was six , consisting of four regular officials and two irregular officials . normally , ' naishi ' means naishi no jo . naishi no jo for joro ( high rank female servant in the imperial court ) with the first rank was called ' koto no naishi ' or ' nagahashi no tsubone . ' they always served for emperors and were in charge of naishi no kami 's roles such as introducing messages and transmitting imperial orders , and transmitted the official orders to kurodo ( chamberlain ) . after naishi no kami and naishi no suke became a mere facade , actual roles of naishi no tsukasa were pursued centering on koto no naishi . koto no naishi had more power than daitenji , who was a high rank woman servent in the imperial court , externally during the edo period . nyoju was a lower ranked court lady in naishi no tsukasa . the prescribed number was one hundred . they were in charge of miscellaneous duties . +yakata means a mansion of exalted personage such as kuge ( court nobles ) and buke ( samurai families ) . under the reign of the muromachi bakufu ( japanese feudal government headed by a shogun ) and edo bakufu , it also meant a title or a honorific title allowed to a head of any distinguished family or of samurai family who was credited with his achievements . this is also called yakata-go ( a title given to a yakata . ) it was around the beginning of muromachi period that the system of giving yakata-go title was established , when the title was allowed to ashikaga clans and other predominant shugo daimyo ( japanese territorial lords as provincial constable ) and shugodai ( deputies of shugo , provincial constables ) as well as to kokujin ( local samurai ) who were credited with their contribution to the establishment of muromachi bakufu and punitive expedition of rebellion . the synonims for yakata are yakatamono ( a person who lives in a yakata , ) yakatabune ( a roofed pleasure boat ) and so on . the word ' yakata ' is written either ' 屋形 ' or ' 館 ' in kanji ( chinese characters ) , but no difference existed between their meanings , since ' 屋形 ' is believed to have meant simply a residence , judging from the address of yakata , yokoshibahikari town , sanbu district , chiba prefecture , where taira no takamochi had set up an office for governmental affairs and let his son taira no yoshikane reside , as well as the current use of the word of ' yakatabune ' ( a roofed pleasure boat ) . before the heian period , the term ' shiro ' ( castle ) meant ' saku ' ( a barrier ) or ' toride ' ( a fort ) , but not a residence . subsequently , along with the rise of buke ( samurai families ) , their ' shiro ' with strategical advantages became important also as their residences , and the original meaning of ' yakata ' had changed to become virtually nominal . in the society of buke , ' tono ' and ' tonosama ' were generally used as the mainstream honorific titles for a lord . but , after establishment of the muromachi bakufu , another compellation ' oyakatasama ' became commonly used for daimyo ( a japanese territorial lord ) who was awarded yakata-go by the ashikaga shogun family , while some of their senior vassals with yakata-go were called ' oyakata ' or ' yakata ' for short . such daimyo were also respectfully called ' uesama . ' while a legal wife of a daimyo holding a title of yakata-go was referred to as ' urakatasama ' or ' gotaiho , ' his legitimate son was respectfully called ' shin-yakatasama ' or ' uesama ' in large part . in the beginning , only shogun had the right to license a title of yakata-go to various daimyo , but later mitsukane ashikaga , kamakura kubo ( governor-general of the kanto region , ) began licensing it to the daimyo in kanto region and arranged a system of kanto-hachi-yakata ( eight yakata in the kanto ) which eventually paved a road to the establishment of a licensing system executed by both shogun and kamakura kubo . also under the reign of muromachi bakufu , the yakata-go titles were conferred to such families as of the ashikaga clan who were treated with higher status than shugo ( provincial constables , ) and also to the prominent shugo families who had successively been engaged in important posts of the bakufu government or who were credited with some great achievements , as well to kokujin-ryoshu ( local samurai lords ) credited with their contribution to the establishment of muromachi bakufu . for example , kaneyori shiba from an illegitimate family of the shiba clan which belonged to the ashikaga clan , received a title of yakata-go and accordingly named himself as mogami yakata so that he is regarded as the founder of the mogami clan .. another example is a member of the odachi clan , a senior vassal of the bakufu government , who referred to himself as sekioka yakata after he was given a title of yakata-go when he became adopted by his wife 's family , kitabatake clan , who was shugo of ise province and an owner of gosho ( shogun 's palace ) . among kokujin-ryoshu , miya clan , who served as bakufu 's hokoshu ( a military post in the muromachi shogunate , ) was appointed as shugo of bicchu province and awarded with the title of yakata-go , in 1364 . in 1438 , yoshinori ashikaga conferred a yakata-go title to the masuda clan , who was a prominent local samurai in iwami province , for their achievements in quelling rebellions and riots in the kinai region . also , yoshitane ashikaga allowed taneshige chiba , kokujin ryoshu of hizen province , to hold a yakata-go title , meanwhile soke ( the head family ) of chiba clan was also holding one of kanto-hachi-yakata . judging from these facts so far , kokujin ryoshu were considered as eligible to receive yakata-go titles . however , we must acknowledge that any of these recipients of yakata-go title during the muromachi period , like miya clan of bingo province , masuda clan of iwami province or chiba clan of hizen province , were either provisionally appointed as shugo or were in fact a dominant samurai family comparable to an influencial position of kokujin ryoshu . for reference , what the word ' yakata ' indicated was merely the family of the title holder , and , therefore , it was regarded as irreverent to use the title as honorific title of the head of the other families . any daimyo authorized to hold a yakata-go title was allowed to have his retainers wear samurai eboshi ( a lacquered hat ) , hitatare ( a kind of court dress in old days ) and suo ( formal middle rank dress , usually includeing jacket and hakama ) . no matter whether being titled or not , any daimyo being allowed to hold a yakata-go title was authorized to bear shirokasabukuro ( a white umbrella cover ) , mosenkuraoi ( a tufted saddle cover ) , nurikoshi ( a lacquard litter ) and saihai ( a baton of command ) by the muromachi bakufu . ashikaga shogun renshi ( brothers and sisters of ashikaga shogun , ) kanrei ( shogunal deputies , ) and tandai ( local military commissioners ) were privileged to endorse licenses for yakata-go titles in order to abbreviate autographies . during the sengoku period ( period of warring satets ) in japan , tamekage nagao , shugodai ( a deputy of shugo ) of echigo province , was granted the use of a character from the real name of shogun , yoshiharu ashikaga for a part of the name of his legitimate son , harukage nagao , which was a custom of henki ( granting subordinates the use of a character from the real name of the superior , ) due to his dedication to the expenses of the emperor 's coronation and building of the imperial palace and his donation to the muromachi bakufu as well , while tamekage was authorized to identify himself as a holder of yakata-go title and to bear shirokasabukuro and mosenkuraoi , which meant that he was on an equal footing with shugo . ( any one ranked as shugodai was usually authorized to bear karakasabukuro ( a bag for oiled paper umbrella ) along with mosenkuraoi and nurigoshi . ) after the downfall of the muromachi bakufu , rulers of the whole country used the yakata-go titles for giving preferential treatment to daimyo , as in the case of nobunaga oda who authorized the daihoji clan to hold a title of yakata-go since , as recorded , he had conferred the title on yoshiuji daihoji in response to his presentation of a falcon to nobunaga , though yoshiuji was reportedly so rude that he was called mal-yakata since then . subsequently , during the edo period , kakubetsu gosho ( a special title of gosho ) was allowed to the kitsuregawa clan , who was regarded as a descendant of shogun families of the muromachi bakufu , while yakata-go titles were licensed to the others such as gosanke ( three privileged branches of tokugawa family ) of owari clan , kishu clan and mito clan , and other prominent shinpan ( relatives of the tokugawa family ) , as well as kyuzoku daimyo ( feudal lords with ancestral status of shugo from the muromachi period ) including shimazu clan of the satsuma clan , satake clan of the akita clan and uesugi clan of the yonezawa clan . by mitsukane ashikaga , who was kamakura kubo , yakata-go titles were awarded to various dominant shugo in the kanto region . among the yakata-go holders , specially privileged were the so called kanto-hachi-yakata , also called kanto-hachike ( eight families of the kanto region , ) indicating yuki clan , oyama clan , chiba clan , satake clan , nasu clan , hatta clan ( or oda clan , ) utsunomiya clan and naganuma clan ( or minagawa clan , ) details of which are to be referred to the kanto-hachi-yakata . when a daughter of ujiyasu hojo , busho ( a japanese military commander ) in the sengoku period , was marrying ujitomo kira who was an adopted son of yoriyasu hojo , ujiyasu 's granduncle , genan hojo , wrote a letter to the ujiyasu 's daughter in which he taught her in detail about family traditions and formalities of the kira clan , daily manners and preparedness necessary for her to remain a lawful wife in the kira family , and so on . in his letter , genan taught her that she should respectfully call her father in law , yoriyasu kira , ' oyakatasama , ' and her mother in law ' otaiho , ' as well as her husband ' uesama . ' +kokushi was a shigo ( a posthumous name ) given to monks by the emperor and used to express the emperor 's respect to the monks . other shigos given to monks were the daishi-go title and the zenji-go title . in china , the first case of kokushi was hojo ( 法常 ) who lived in northern qi according to the volume " kokushi " in " the essential history of great-song monks " written by sannei ( 賛寧 ) who was the first monk in the northern song era . between the chen ( nancho ) and sui dynasties , chigi ( 智ギ ) was titled as kokushi . during the dang dynasty , shenxiu who was the sixth head of the hokushu school of the zen sect had the kokushi title . during the reign of emperor xianzong during the tang dynasty , chigen ( 知玄 ) was given the title of kokushi as gotatsu kokushi . in japan during the nara period , each province had a kokushi to control the buddhist administration in each province . kozo kokushi ( 康蔵国師 ) : hozo ( 法蔵 ) ( 643 - 712 ) , created avataṃsaka sutra . taisho kokushi ( 大証国師 ) : nan-yang hui-chung ( 南陽慧忠 ) ( date of birth unknown - 775 ) was a zen monk . he was a disciple of huineng . he was a master of emperor daizong ( tang dynasty ) . seiryo kokushi ( 清涼国師 ) : chokan ( 澄観 ) ( 738 - 839 ) tried to unify the idea of avataṃsaka sutra , zen and tendai . he was a master of guifeng zongmi . he was a master of emperor daizong , emperor dezong , emperor shunzong , emperor xianzong , emperor muzong , emperor jingzong and emperor wenzong during the tang dynasty . daitatsu kokushi ( 大達国師 ) : mugyo ( 無業 ) ( 760 - 821 ) was a zen monk . he was a disciple of mazu daoyi . daishowajo kokushi : wonhyo ( 617 - 686 ) was seol chong 's father , advocated popular buddhism and fused buddhist concepts in silla . keitoku kokushi ( 景德国師 ) : shoen ( 爛圓 ) ( date of birth and death unknown ) was a master of daikaku kokushi ( 大覺国師 ) . daikaku kokushi ( 大覺国師 ) : giten ( 義天 ) ( 1055 - 1101 ) was the patriarch of the tendai sect and the fourth son between emperor munjong ( emperor of goryeo ) and empress jinei ogo ( 仁睿王后 ) . he learned vinaya ( criminal code ) , avataṃsaka sutra and zen . he founded the kokusei-ji temple ( 国清寺 ) . butsunichifusho kokushi ( 佛日普照国師 ) : chinul ( 1158 -1210 ) was the patriarch of the jogye order and founded jeonghyesa . pogak kuksa : iryeon ( 1206 - 1289 ) was the author of samguk yusa ( memorabilia of the three kingdoms ) and founded the ingak-ji temple . shingaku kokushi ( 眞覺国師 ) : huichen ( 1178 - 1234 ) was the successor of butsunichifusho kokushi ( 佛日普照国師 ) . ento kokushi ( 圓證国師 ) : fugu ( 普愚 ) ( 1301 - 1382 ) was the patriarch of rinzai sect and tried to fuse the buddhism and confucianism . the founder of taegosa-ji temple . shoichi kokushi : enni ( benen , 1202 - 1280 ) , founder of the tofuku-ji temple . muso kokushi : muso soseki ( 1275 - 1351 ) was a chief priest of the nanzen-ji temple . founder of the tenryu-ji temple . founder of the erin-ji temple . he was also well-known as a landscape gardener . as he was given seven kokushi titles such as muso , shogaku , shinso ( 心宗 ) , fusai , gennyu , butto and daien by each emperor , he was called " nana choteishi " ( master for seven emperors ) . kozendaito kokushi : shuhomyocho ( 1282 - 1337 ) was the founder of daitoku-ji temple . he was certified for enlightenment at the age of 26 , and after that he did kotsujiki practice ( mendicant ) for 20 years in kyoto . he was given two kokushi titles such as seito and kozendaito by emperor godaigo and emperor hanazono . daimyo kokushi : mukan fumon ( 1212 - 1291 ) was the founder of nanzen-ji temple . the third chief priest of tofuku-ji temple . he was also given the zenji-go title " busshin zenji " by the emperor . he was a disciple of enni benen . ok founder of enkaku-ji temple . his school was called the bukko school and ogukosai was one of his disciples , muso soseki was one of his disciples ' disciples . entsu daio kokushi : nanpo shomyo ( 1235 - 1308 ) was the master of shuhomyocho . he studied under rankei doryu in kencho-ji temple . after he studied zen , he went to china at the age of 25 . later in his life , he lived in sofuku-ji temple in fukuoka . along with koho kennichi , he was called the " great kanromon sutra " . ogukosai bukkoku kokushi : koho kennichi ( 1241 - 1316 ) was the third son of emperor gosaga . founder of ungan-ji temple . he studied under mugakusogen . later , he became priest of the jomyo-ji temple , manju-ji temple , jochi-ji temple , kencho-ji temple etc. in kamakura . along with nanpo shomyo , he was called the " great kanromon sutra " . kosai kokushi : issan ichinei ( 1247 - 1317 ) was the founder of jiun-ji temple . after an expedition failed to japan during genko ( mongol invasion attempts against japan ) , the yuan dynasty tried to submit japan to them peacefully with buddhism and sent issan to japan . he was the third chief priest of nanzen-ji temple . honyuensei kokushi ( 本有円成国師 ) : kanzan egen ( 1277 - 1360 ) was the founder of myoshin-ji temple . daishi ( literally , a great teacher , an honorific title for a high priest ) of the rinzai sect . he was also given other kokushi titles such as busshin , kakusho , daiteiseio ( 大定聖応 ) , kotokushomyo ( 光徳勝妙 ) , jishotenshin ( 自性天真 ) and homuryoko ( 放無量光 ) by the emperors . he studied under shuho myocho . hongaku kokushi : kokanshiren ( 1278 - 1346 ) studied under issan ichinei and wrote " genko shakusho " ( history of buddhism of the genko era ) centering on the biography of priests . chikakufumyo kokushi : shunoku myoha ( 1311- 1388 ) was the second chief priest of the shokoku-ji temple and the de fact founder of the temple . he studied under muso soseki . busuiseizoku kokushi ( 仏慧正続国師 ) : gakuin ekatsu ( 1357 - 1425 ) was well-known as a poet of gozan literature ( chinese poetry done by zen priests in kyoto five-temples during kamakura-muromachi period ) . enshohonko kokushi : suden ( 1569 - 1633 ) served for the bakufu ( japanese feudal government headed by a shogun ) during the early edo period and was called " kokui no saisho " ( a priest who has influence in politics ) . tenodaigen kokushi ( 天応大現国師 ) : takuan soho ( 1573 - 1645 ) was the master of iemitsu tokugawa . shoju kokushi : hakuin ( 1685 - 1768 ) was the chuko no so ( father of restoration ) of rinzai sect . he wrote many japanese versions of koan ( story , dialogue , question , or statement in the history and lore of zen buddhism ) . shuso ( the leader of monks practicing asceticism ) of the myoshin-ji temple . busshodento kokushi : dogen ( 1200 - 1253 ) was the patriarch of soto sect . daishi of the soto sect . founder of eihei-ji temple . dokofusho kokushi : koun ejo ( 1198 - 1280 ) promoted to diffuse the faith of soto sect . the second chief priest of eihei-ji temple . daikofusho kokushi : ingen ryuki ( 1592 - 1673 ) was the founder of the obaku sect . daishi of the obaku sect . ganji kokushi ( 鑑智国師 ) : shoku ( 1177 - 1277 ) was the founder of the jodo sect nishiyama school . zennebo . he was also given the kokushi title of miten kokushi . fukokanchi kokushi : jisho ( 1544 - 1620 ) was the twelfth chief priest of the zojo-ji temple . ieyasu tokugawa became a believer of ganji kokushi . jikan kokushi : gyonen ( 1240 - 1321 ) was an elder of kaidanin todai-ji temple . he was a master and wrote many books such as " hasshu koyo " . +the middle palace guard was an administrative office in the ritsuryo system . the middle palace guard consisted of the left and the right divisions . hyoe no kami ( captain ) headed the left and the right divisions of middle palace guard . it was called " rokuefu " ( the six palace guards ) along with the left and the right divisions of inner palace guard and the left and the right divisions of outer palace guard . its japanese name was ' tsuwamono no toneri no tsukasa . ' its chinese name was buei . the middle palace guard was created during the reign of emperor tenmu to attend to or guard the emperor and his family by enhancing and expanding the function of valets chosen from children of the regional administrators . after the taiho code was established , it split into left and right divisions . in the yoro code , the names of the internal posts were changed . under the rule of fujiwara no nakamaro , it was renamed " kohonei " in 758 , but six years later , the former name was restored with the fall of nakamaro . with the decline of the regional administrators and locally appointed officials in the provinces , the middle palace guard gave the reins of power to the newly established inner palace guard , and subsequently became downsized . hyoe no kami ( captain ) one person was assigned to each of the left and the right divisions . captain corresponded to ' kami ' out of the shitokan ( administrative officials divided into four ranks : kami , suke , jo , and sakan ) there was no substitute post for captain . in the ritsuryo system , it was a position corresponding to jugoinojo ( junior fifth rank , upper grade ) , but was upgraded to jushiinoge ( junior fourth rank , lower grade ) on june 9 , 799 . a written form was ' 率 ' in the taiho code ( the reading was the same ) . the captain often served concurrently as middle counselor or royal advisor ( second rank or third court rank ) , and traditionally , one out of four captains , including captains of the left and the right divisions of the outer palace guard , served as the head of the police and judicial chief offices . however , there were extensive appointments ; the captain also held the post of major controller , or middle controller , and served concurrently in the inner palace guard ; a captain was sometimes chosen amongst those who were of fifth rank . captain was such a post that was provided for court nobles of second or third rank including non-royal advisor or sani ( a person who had the court rank but no official post ) . suke ( assistant ) one person was assigned to each of the left and the right divisions . it corresponded to ' suke ' out of the shitokan , and there was a substitute post for assistant ( gon no suke ) . in the ritsuryo system , it was a post corresponding to shorokuinoge ( senior sixth rank , lower grade ) , but was upgraded to jugoinojo ( junior fifth rank , upper grade ) on june 9 , 799 . a written form was ' 翼 ' in the taiho code ( the reading was the same ) . an assistant often served concurrently as lesser counselor , and when there was no vacant post for a person who was transferred from the bureau of horses to the inner palace guard , he was temporarily appointed assistant to wait the availability of the post of middle captain . the most prominent figure that was appointed uhyoe gon no suke ( a substitute post for an assistant in the right division of middle palace guard ) was minamoto no yoritomo . after yoritomo was appointed to this post at the heiji disturbance , he spent his life as an exile for as long as twenty years ( he was deprived of his official post during that time ) and defeated the taira family . he retained this post for three decades ( officially ten years in total ) till he was appointed gon dainagon ( substitute major councilor ) in 1189 . so , yoritomo 's vassals respectfully called him ' suke dono . ' jo ( lieutenant ) there were two posts : ' senior lieutenant ' corresponding to shoshichiinojo ( senior seventh rank , upper grade ) and ' junior lieutenant ' corresponding to jushichiinojo ( junior seventh rank , upper grade ) ; and they were equivalent to ' jo ' out of the shitokan . at first , one person was assigned to each of the left and the right divisions , but two persons were assigned to junior lieutenant of the left and the right divisions on june 9 , 799 , and then in 1148 , the number of senior and junior lieutenants dramatically increased to twenty in each division . in 1158 , the number further increased to twenty five . sakan ( assistant lieutenant ) there were two posts : ' senior assistant lieutenant ' corresponding to juhachiinojo ( junior eighth rank , upper grade ) and ' junior assistant lieutenant ' corresponding to juhachiinoge ( junior eighth rank , lower grade ) ; they were equivalent to ' sakan ' out of the shitokan . one person each was assigned to the left and right divisions . on june 9 , 799 , two persons were assigned to junior assistant lieutenant of the left and the right divisions , and the rank of senior assistant lieutenant was upgraded to shohachiinojo ( senior eighth rank , upper grade ) ; the rank of junior assistant lieutenant was also upgraded to juhachiinojo ( junior eighth rank , upper grade ) . ishi ( physician ) one person each was assigned to the left and right divisions . they corresponded to juhachiinojo ( junior eighth rank , upper grade ) . it was created in 721 . bancho ( low-level executive official ) four persons each were assigned to the left and right divisions . hyoe ( palace guards ) 400 people each were assigned to the left and right divisions . provincial governors recommended and selected hyoe from the following : children of those who were of eighth rank upwards to sixth rank downwards at the age of twenty-one and above ; and children of locally appointed officials under the ritsuryo system who were good at archery and horseback riding . in 808 , the number of hyoe was reduced to 300 in the left and right divisions , and then to 200 in 891 . there were other posts as follows : jikicho ( two persons each were assigned to the left and right divisions . ) shicho ( four persons each were assigned to the left and right divisions . ) fusho ( low-level official ) ( temporarily assigned from the ministry of the military ; the number of personnel was unknown ) anju ( secretary ) ( one person each was assigned to the left and right divisions . ) fusho ( one person each was assigned to the left and right divisions . ) kichijo ( subordinate official ) ( the number of personnel was unknown . ) tsukaibe ( handyman ) ( thirty persons each were assigned to the left and right divisions . ) kayocho ( palanquin bearer ) ( fifty persons each were assigned to the left and right divisions . ) in the outer palace precincts , the assigned areas included the following : the outside of the senyo , the jomei , the inmei , and the genki gates ; and the inside of the kenshun , the kenrei , the gishu , and the sakuhei gates . compared with the other six palace guards , the middle palace guard was assigned especially to important tasks , such as escorting the emperor or keeping a night watch in the imperial palace so , it functioned virtually as a ' bodyguard . ' it also monitored guardsmen selected from the common people so that they could not rebel against the emperor or attack the imperial palace . it protected the emperor 's procession . it also made night patrols around the city of kyoto . diff --git a/data/wiki-en-short.tok b/data/wiki-en-short.tok new file mode 100644 index 0000000..d3fcb9f --- /dev/null +++ b/data/wiki-en-short.tok @@ -0,0 +1,57 @@ +Among these , supervised learning approaches have been the most successful algorithms to date . +Current accuracy is difficult to state without a host of caveats . +WSD task has two variants : `` lexical sample '' and `` all words '' task . +The bass line of the song is too weak . +Early researchers understood the significance and difficulty of WSD well . +Still , supervised systems continue to perform best . +Difficulties Differences between dictionaries One problem with word sense disambiguation is deciding what the senses are . +In cases like the word bass above , at least some senses are obviously different . +Different dictionaries and thesauruses will provide different divisions of words into senses . +Other resources used for disambiguation purposes include Roget 's Thesaurus and Wikipedia . +It is instructive to compare the word sense disambiguation problem with the problem of part-of-speech tagging . +Both involve disambiguating or tagging with words , be it with senses or parts of speech . +These figures are typical for English , and may be very different from those for other languages . +Inter-judge variance Another problem is inter-judge variance . +WSD systems are normally tested by having their results on a task compared against those of a human . +`` Jill and Mary are mothers . '' -- -LRB- each is independently a mother -RRB- . +To properly identify senses of words one must know common sense facts . +Also , completely different algorithms might be required by different applications . +In machine translation , the problem takes the form of target word selection . +Discreteness of senses Finally , the very notion of `` word sense '' is slippery and controversial . +Word meaning is in principle infinitely variable and context sensitive . +It does not divide up easily into distinct or discrete sub-meanings . +Deep approaches presume access to a comprehensive body of world knowledge . +Shallow approaches do n't try to understand the text . +Supervised methods : These make use of sense-annotated corpora to train from . +Unsupervised methods : These eschew -LRB- almost -RRB- completely external information and work directly from raw unannotated corpora . +These methods are also known under the name of word sense discrimination . +Two shallow approaches used to train and then disambiguate are Naïve Bayes classifiers and decision trees . +In recent research , kernel-based methods such as support vector machines have shown superior performance in supervised learning . +Dictionary - and knowledge-based methods The Lesk algorithm is the seminal dictionary-based method . +The Yarowsky algorithm was an early example of such an algorithm . +The seeds are used to train an initial classifier , using any supervised method . +Other semi-supervised techniques use large quantities of untagged corpora to provide co-occurrence information that supplements the tagged corpora . +These techniques have the potential to help in the adaptation of supervised models to different domains . +Word-aligned bilingual corpora have been used to infer cross-lingual sense distinctions , a kind of semi-supervised system . +Unsupervised methods Main article : Word sense induction Unsupervised learning is the greatest challenge for WSD researchers . +Then , new occurrences of the word can be classified into the closest induced clusters\/senses . +Alternatively , word sense induction methods can be tested and compared within an application . +Local impediments and summary The knowledge acquisition bottleneck is perhaps the major impediment to solving the WSD problem . +Unsupervised methods rely on knowledge about word senses , which is barely formulated in dictionaries and lexical databases . +Knowledge sources provide data which are essential to associate senses with words . +In order to test one 's algorithm , developers should spend their time to annotate all word occurrences . +And comparing methods even on the same corpus is not eligible if there is different sense inventories . +In order to define common evaluation datasets and procedures , public evaluation campaigns have been organized . +Task Design Choices Sense Inventories . +During the first Senseval workshop the HECTOR sense inventory was adopted . +A set of testing words . +Comparison of methods can be divided in 2 groups by amount of words to test . +Initially only the latter was used in evaluation but later the former was included . +Lexical sample organizers had to choose samples on which the systems were to be tested . +Baselines . +For comparison purposes , known , yet simple , algorithms named baselines are used . +These include different variants of Lesk algorithm or most frequent sense algorithm . +Sense inventory . +WordNet is the most popular example of sense inventory . +The reason for adopting the HECTOR database during Senseval-1 was that the WordNet inventory was already publicly available . +Evaluation measures . diff --git a/data/wiki-en-test.grammar b/data/wiki-en-test.grammar new file mode 100644 index 0000000..2637570 --- /dev/null +++ b/data/wiki-en-test.grammar @@ -0,0 +1,2124 @@ +'' ' 0.333333333333333 +'' '' 0.666666666666667 +, , 1 +-LRB- -LCB- 0.0208333333333333 +-LRB- -LRB- 0.979166666666667 +-RRB- -RCB- 0.0208333333333333 +-RRB- -RRB- 0.979166666666667 +. . 1 +: - 0.0526315789473684 +: -- 0.157894736842105 +: : 0.684210526315789 +: ; 0.105263157894737 +ADJP ADJP FRAG_NP 0.0120481927710843 +ADJP ADJP FRAG_S 0.0120481927710843 +ADJP ADJP PP 0.0240963855421687 +ADJP ADJP PRN 0.0120481927710843 +ADJP ADJP_JJ PRN 0.0120481927710843 +ADJP ADJP_JJR SBAR 0.0120481927710843 +ADJP ADVP_RB JJ 0.0120481927710843 +ADJP ADVP_RB JJR 0.0120481927710843 +ADJP CD NN 0.0120481927710843 +ADJP DT ADJP' 0.0120481927710843 +ADJP JJ ADJP' 0.0843373493975904 +ADJP JJ NP_CD 0.0240963855421687 +ADJP JJ PP 0.156626506024096 +ADJP JJ S 0.0120481927710843 +ADJP JJ SBAR 0.0120481927710843 +ADJP JJ S_VP 0.0481927710843374 +ADJP QP NN 0.0120481927710843 +ADJP RB ADJP' 0.108433734939759 +ADJP RB JJ 0.204819277108434 +ADJP RB JJR 0.0240963855421687 +ADJP RB VBN 0.036144578313253 +ADJP RBR ADJP' 0.0120481927710843 +ADJP RBR JJ 0.036144578313253 +ADJP RBS ADJP' 0.0120481927710843 +ADJP RBS JJ 0.0602409638554217 +ADJP VBN ADJP' 0.0120481927710843 +ADJP VBN SBAR 0.0120481927710843 +ADJP' , ADJP' 0.0344827586206897 +ADJP' , SBAR 0.0344827586206897 +ADJP' : ADJP' 0.0344827586206897 +ADJP' CC ADJP' 0.0344827586206897 +ADJP' CC JJ 0.310344827586207 +ADJP' JJ ADJP' 0.103448275862069 +ADJP' JJ PP 0.0689655172413793 +ADJP' JJ S_VP 0.0689655172413793 +ADJP' NP ADJP' 0.0344827586206897 +ADJP' RB ADJP' 0.0689655172413793 +ADJP' RB JJ 0.0344827586206897 +ADJP' RB JJR 0.0344827586206897 +ADJP' RBR JJ 0.103448275862069 +ADJP' VBN PP 0.0344827586206897 +ADJP_JJ JJ 0.481481481481481 +ADJP_JJ available 0.037037037037037 +ADJP_JJ clear 0.037037037037037 +ADJP_JJ coarse-grained 0.037037037037037 +ADJP_JJ desired 0.037037037037037 +ADJP_JJ eligible 0.037037037037037 +ADJP_JJ eschew 0.037037037037037 +ADJP_JJ incoherent 0.037037037037037 +ADJP_JJ obvious 0.037037037037037 +ADJP_JJ sensitive 0.037037037037037 +ADJP_JJ sisters 0.037037037037037 +ADJP_JJ unimportant 0.037037037037037 +ADJP_JJ unlabeled 0.037037037037037 +ADJP_JJ unnecessary 0.037037037037037 +ADJP_JJ useful 0.037037037037037 +ADJP_JJR JJR 0.5 +ADJP_JJR better 0.25 +ADJP_JJR lower 0.25 +ADVP IN DT 0.0833333333333333 +ADVP IN JJS 0.0833333333333333 +ADVP IN NP 0.0833333333333333 +ADVP JJ PP 0.0833333333333333 +ADVP NP RB 0.0833333333333333 +ADVP RB ADVP' 0.166666666666667 +ADVP RB PP 0.0833333333333333 +ADVP RB RB 0.166666666666667 +ADVP RBR RB 0.166666666666667 +ADVP' NP PP 0.5 +ADVP' RB RB 0.5 +ADVP_IN IN 0.5 +ADVP_IN above 0.25 +ADVP_IN at 0.25 +ADVP_RB Also 0.0204918032786885 +ADVP_RB Alternatively 0.00409836065573771 +ADVP_RB Finally 0.00409836065573771 +ADVP_RB Generally 0.00409836065573771 +ADVP_RB Here 0.00409836065573771 +ADVP_RB However 0.0327868852459016 +ADVP_RB Initially 0.00409836065573771 +ADVP_RB Moreover 0.00819672131147541 +ADVP_RB Probably 0.00409836065573771 +ADVP_RB RB 0.5 +ADVP_RB Recently 0.00819672131147541 +ADVP_RB Still 0.00409836065573771 +ADVP_RB Then 0.00409836065573771 +ADVP_RB Therefore 0.00819672131147541 +ADVP_RB Thus 0.00409836065573771 +ADVP_RB above 0.00409836065573771 +ADVP_RB again 0.00409836065573771 +ADVP_RB almost 0.00409836065573771 +ADVP_RB already 0.00409836065573771 +ADVP_RB also 0.0163934426229508 +ADVP_RB always 0.00819672131147541 +ADVP_RB annotated 0.00409836065573771 +ADVP_RB automatically 0.0163934426229508 +ADVP_RB barely 0.00409836065573771 +ADVP_RB below 0.00409836065573771 +ADVP_RB better 0.00409836065573771 +ADVP_RB clearly 0.00409836065573771 +ADVP_RB correctly 0.00409836065573771 +ADVP_RB crucially 0.00409836065573771 +ADVP_RB currently 0.00409836065573771 +ADVP_RB differently 0.00409836065573771 +ADVP_RB directly 0.00409836065573771 +ADVP_RB easily 0.00409836065573771 +ADVP_RB even 0.0122950819672131 +ADVP_RB first 0.00819672131147541 +ADVP_RB frequently 0.00409836065573771 +ADVP_RB here 0.00409836065573771 +ADVP_RB however 0.0163934426229508 +ADVP_RB indeed 0.00409836065573771 +ADVP_RB independently 0.00409836065573771 +ADVP_RB just 0.00819672131147541 +ADVP_RB later 0.00409836065573771 +ADVP_RB mainly 0.00819672131147541 +ADVP_RB manually 0.00819672131147541 +ADVP_RB nearby 0.00819672131147541 +ADVP_RB necessarily 0.00409836065573771 +ADVP_RB normally 0.00819672131147541 +ADVP_RB now 0.00409836065573771 +ADVP_RB often 0.0245901639344262 +ADVP_RB only 0.0122950819672131 +ADVP_RB perhaps 0.00409836065573771 +ADVP_RB polysemy 0.00409836065573771 +ADVP_RB potentially 0.00819672131147541 +ADVP_RB primarily 0.00819672131147541 +ADVP_RB probably 0.0122950819672131 +ADVP_RB properly 0.00409836065573771 +ADVP_RB recently 0.00409836065573771 +ADVP_RB respectively 0.00409836065573771 +ADVP_RB routinely 0.00409836065573771 +ADVP_RB semantically 0.00409836065573771 +ADVP_RB separately 0.00409836065573771 +ADVP_RB steadily 0.00409836065573771 +ADVP_RB still 0.00819672131147541 +ADVP_RB successfully 0.00409836065573771 +ADVP_RB successively 0.00409836065573771 +ADVP_RB then 0.0122950819672131 +ADVP_RB theoretically 0.00409836065573771 +ADVP_RB thereby 0.00409836065573771 +ADVP_RB thus 0.00819672131147541 +ADVP_RB together 0.00819672131147541 +ADVP_RB traditionally 0.00409836065573771 +ADVP_RB unanimously 0.00409836065573771 +ADVP_RB usually 0.00819672131147541 +ADVP_RB well 0.00409836065573771 +ADVP_RBS RBS 0.5 +ADVP_RBS best 0.5 +CC And 0.0155038759689922 +CC and 0.65891472868217 +CC but 0.0852713178294574 +CC either 0.00775193798449612 +CC et 0.00775193798449612 +CC or 0.217054263565891 +CC yet 0.00775193798449612 +CD 13 0.0303030303030303 +CD 15 0.0303030303030303 +CD 2 0.0303030303030303 +CD 5 0.0303030303030303 +CD 51.4 0.0303030303030303 +CD 57 0.0303030303030303 +CD 59.1 0.0303030303030303 +CD 69.0 0.0303030303030303 +CD 75 0.0303030303030303 +CD 8 0.0303030303030303 +CD 85 0.0303030303030303 +CD 90 0.0303030303030303 +CD 95 0.0303030303030303 +CD 96 0.0303030303030303 +CD One 0.0606060606060606 +CD Two 0.0303030303030303 +CD four 0.0303030303030303 +CD induced 0.0303030303030303 +CD one 0.212121212121212 +CD three 0.0606060606060606 +CD two 0.151515151515152 +CONJP CC RB 0.5 +CONJP RB IN 0.5 +DT A 0.0103896103896104 +DT An 0.0025974025974026 +DT Another 0.0025974025974026 +DT Some 0.0025974025974026 +DT The 0.0623376623376623 +DT These 0.0155844155844156 +DT This 0.0103896103896104 +DT a 0.238961038961039 +DT all 0.012987012987013 +DT an 0.0285714285714286 +DT any 0.00779220779220779 +DT both 0.00779220779220779 +DT each 0.025974025974026 +DT either 0.0025974025974026 +DT every 0.012987012987013 +DT some 0.0285714285714286 +DT the 0.496103896103896 +DT these 0.0207792207792208 +DT this 0.00779220779220779 +DT those 0.0025974025974026 +FRAG NP_NNP FRAG' 0.5 +FRAG PP NP 0.5 +FRAG' : FRAG' 0.333333333333333 +FRAG' : S 0.333333333333333 +FRAG' FRAG . 0.333333333333333 +FRAG_NP DT NP' 0.5 +FRAG_NP NP 0.5 +FRAG_PP IN NP 0.5 +FRAG_PP PP 0.5 +FRAG_S ADVP_RB VP 0.5 +FRAG_S S 0.5 +FW etc. 1 +IN Among 0.0019047619047619 +IN Because 0.0019047619047619 +IN Before 0.0019047619047619 +IN By 0.0019047619047619 +IN During 0.00380952380952381 +IN For 0.0133333333333333 +IN From 0.0019047619047619 +IN If 0.00380952380952381 +IN In 0.0266666666666667 +IN On 0.0019047619047619 +IN While 0.0019047619047619 +IN about 0.0019047619047619 +IN above 0.00380952380952381 +IN against 0.0019047619047619 +IN although 0.0019047619047619 +IN around 0.00380952380952381 +IN as 0.0647619047619048 +IN at 0.0152380952380952 +IN because 0.0133333333333333 +IN between 0.00380952380952381 +IN by 0.0323809523809524 +IN during 0.00380952380952381 +IN for 0.0723809523809524 +IN from 0.0247619047619048 +IN if 0.00952380952380952 +IN in 0.167619047619048 +IN into 0.019047619047619 +IN like 0.00952380952380952 +IN near 0.0019047619047619 +IN of 0.295238095238095 +IN on 0.0533333333333333 +IN per 0.00380952380952381 +IN since 0.0114285714285714 +IN so 0.00571428571428571 +IN than 0.0171428571428571 +IN that 0.0361904761904762 +IN through 0.0019047619047619 +IN under 0.0019047619047619 +IN until 0.00380952380952381 +IN via 0.0019047619047619 +IN whereas 0.0019047619047619 +IN whether 0.00380952380952381 +IN while 0.00571428571428571 +IN with 0.0342857142857143 +IN within 0.00380952380952381 +IN without 0.00571428571428571 +JJ Cross-Lingual 0.00248756218905473 +JJ Current 0.00248756218905473 +JJ Developing 0.00248756218905473 +JJ Dictionary 0.00248756218905473 +JJ Different 0.00248756218905473 +JJ Difficulties 0.00248756218905473 +JJ Domain-driven 0.00248756218905473 +JJ Early 0.00248756218905473 +JJ English-French 0.00248756218905473 +JJ French 0.00248756218905473 +JJ Graph-based 0.00497512437810945 +JJ HECTOR 0.00497512437810945 +JJ Knowledge 0.00248756218905473 +JJ Lexical 0.00248756218905473 +JJ Local 0.00248756218905473 +JJ Other 0.0124378109452736 +JJ Semi-supervised 0.00248756218905473 +JJ Supervised 0.00746268656716418 +JJ Unsupervised 0.00746268656716418 +JJ Word 0.00248756218905473 +JJ Word-aligned 0.00248756218905473 +JJ above 0.00248756218905473 +JJ accessible 0.00248756218905473 +JJ accurate 0.00248756218905473 +JJ adjacent 0.00248756218905473 +JJ all-words 0.00248756218905473 +JJ ambiguous 0.00248756218905473 +JJ anaphora 0.00248756218905473 +JJ annotated 0.00497512437810945 +JJ applicable 0.00248756218905473 +JJ appropriate 0.00248756218905473 +JJ artificial 0.00248756218905473 +JJ associate 0.00248756218905473 +JJ available 0.00248756218905473 +JJ bad 0.00248756218905473 +JJ baseline 0.00248756218905473 +JJ bewildering 0.00248756218905473 +JJ biased 0.00248756218905473 +JJ bilingual 0.00497512437810945 +JJ bootstrapping 0.00497512437810945 +JJ broad 0.00248756218905473 +JJ cluster-based 0.00248756218905473 +JJ co-occurrence 0.00248756218905473 +JJ coarse-grained 0.00995024875621891 +JJ coarser-grained 0.00248756218905473 +JJ coded 0.00248756218905473 +JJ coherent 0.00248756218905473 +JJ common 0.00995024875621891 +JJ comparative 0.00248756218905473 +JJ complex 0.00248756218905473 +JJ comprehensive 0.00248756218905473 +JJ computational 0.0199004975124378 +JJ computer-readable 0.00248756218905473 +JJ computer-related 0.00248756218905473 +JJ confident 0.00248756218905473 +JJ controversial 0.00248756218905473 +JJ conventional 0.00497512437810945 +JJ cooks 0.00248756218905473 +JJ corpora 0.00248756218905473 +JJ corpus 0.00248756218905473 +JJ corpus-based 0.00248756218905473 +JJ correct 0.00248756218905473 +JJ cross-lingual 0.00248756218905473 +JJ deep 0.00746268656716418 +JJ dependent 0.00248756218905473 +JJ dictionaries 0.00248756218905473 +JJ dictionary-based 0.00746268656716418 +JJ different 0.0398009950248756 +JJ difficult 0.0124378109452736 +JJ difficult 0.00248756218905473 +JJ disambiguate 0.00248756218905473 +JJ discrete 0.00248756218905473 +JJ distinct 0.00995024875621891 +JJ domain-specific 0.00248756218905473 +JJ dominant 0.00248756218905473 +JJ due 0.00248756218905473 +JJ early 0.00746268656716418 +JJ easy 0.00248756218905473 +JJ electronic 0.00248756218905473 +JJ enough 0.00497512437810945 +JJ essential 0.00248756218905473 +JJ expensive 0.00497512437810945 +JJ external 0.00248756218905473 +JJ famous 0.00248756218905473 +JJ financial 0.00248756218905473 +JJ fine-grained 0.0124378109452736 +JJ finer-grained 0.00248756218905473 +JJ first 0.00746268656716418 +JJ former 0.00995024875621891 +JJ frequent 0.00497512437810945 +JJ full 0.00497512437810945 +JJ full-fledged 0.00248756218905473 +JJ fundamental 0.00248756218905473 +JJ general 0.00248756218905473 +JJ graph-based 0.00497512437810945 +JJ hand-coded 0.00248756218905473 +JJ hard 0.00248756218905473 +JJ high 0.00248756218905473 +JJ human 0.0149253731343284 +JJ i.e. 0.00248756218905473 +JJ implicit 0.00248756218905473 +JJ impossible 0.00248756218905473 +JJ in-house 0.00248756218905473 +JJ initial 0.00248756218905473 +JJ instructive 0.00248756218905473 +JJ inter-judge 0.00248756218905473 +JJ intermediate 0.00248756218905473 +JJ international 0.00248756218905473 +JJ kernel-based 0.00248756218905473 +JJ knowledge-based 0.0149253731343284 +JJ labeled 0.00248756218905473 +JJ laborious 0.00497512437810945 +JJ large 0.00248756218905473 +JJ large-scale 0.00248756218905473 +JJ later 0.00248756218905473 +JJ latter 0.00248756218905473 +JJ lexical 0.027363184079602 +JJ lexical-sample 0.00248756218905473 +JJ limited 0.00248756218905473 +JJ linguistic 0.00248756218905473 +JJ long 0.00248756218905473 +JJ loose 0.00248756218905473 +JJ low 0.00746268656716418 +JJ machine-readable 0.00248756218905473 +JJ main 0.00497512437810945 +JJ major 0.00248756218905473 +JJ manual 0.00248756218905473 +JJ manually 0.00497512437810945 +JJ many 0.00248756218905473 +JJ maximum 0.00248756218905473 +JJ memory-based 0.00248756218905473 +JJ metaphorical 0.00248756218905473 +JJ metonymic 0.00248756218905473 +JJ much 0.00248756218905473 +JJ multiple 0.00248756218905473 +JJ musical 0.00746268656716418 +JJ narrow 0.00248756218905473 +JJ natural 0.00497512437810945 +JJ new 0.0124378109452736 +JJ open 0.00248756218905473 +JJ original 0.00248756218905473 +JJ other 0.0223880597014925 +JJ outside 0.00248756218905473 +JJ own 0.00497512437810945 +JJ part-of-speech 0.00746268656716418 +JJ particular 0.00497512437810945 +JJ pine 0.00248756218905473 +JJ polysemy 0.00248756218905473 +JJ popular 0.00497512437810945 +JJ possible 0.00746268656716418 +JJ powerful 0.00248756218905473 +JJ presume 0.00248756218905473 +JJ promising 0.00248756218905473 +JJ prone 0.00248756218905473 +JJ public 0.00248756218905473 +JJ punched-card 0.00248756218905473 +JJ raw 0.00497512437810945 +JJ real 0.00248756218905473 +JJ realistic 0.00497512437810945 +JJ recent 0.00746268656716418 +JJ related 0.00248756218905473 +JJ relevant 0.00746268656716418 +JJ reminiscent 0.00248756218905473 +JJ requisite 0.00248756218905473 +JJ retrieved 0.00248756218905473 +JJ return 0.00248756218905473 +JJ rich 0.00497512437810945 +JJ robust 0.00248756218905473 +JJ rule-based 0.00248756218905473 +JJ same 0.0124378109452736 +JJ sampling 0.00248756218905473 +JJ second 0.00746268656716418 +JJ secondary 0.00248756218905473 +JJ selectional 0.00248756218905473 +JJ semantic 0.00995024875621891 +JJ semi-supervised 0.00746268656716418 +JJ seminal 0.00248756218905473 +JJ sense-annotated 0.00746268656716418 +JJ sense-tagged 0.00248756218905473 +JJ several 0.00248756218905473 +JJ shallow 0.00746268656716418 +JJ significant 0.00248756218905473 +JJ similar 0.00497512437810945 +JJ simple 0.00995024875621891 +JJ slippery 0.00248756218905473 +JJ small 0.00995024875621891 +JJ specific 0.00248756218905473 +JJ specific 0.00248756218905473 +JJ standard 0.00248756218905473 +JJ state-of-the 0.00248756218905473 +JJ state-of-the-art 0.00248756218905473 +JJ statistical 0.00248756218905473 +JJ strong 0.00248756218905473 +JJ subject 0.00248756218905473 +JJ substantial 0.00248756218905473 +JJ successful 0.00995024875621891 +JJ such 0.0398009950248756 +JJ superior 0.00497512437810945 +JJ supervised 0.0323383084577114 +JJ surefire 0.00248756218905473 +JJ tagged 0.00248756218905473 +JJ tagging 0.00248756218905473 +JJ task-independent 0.00248756218905473 +JJ top 0.00248756218905473 +JJ total 0.00248756218905473 +JJ true 0.00497512437810945 +JJ typical 0.00248756218905473 +JJ unannotated 0.00248756218905473 +JJ unfair 0.00248756218905473 +JJ unknown 0.00248756218905473 +JJ unlabeled 0.00248756218905473 +JJ unsupervised 0.00746268656716418 +JJ untagged 0.00497512437810945 +JJ upper 0.00248756218905473 +JJ verb 0.00248756218905473 +JJ very 0.00248756218905473 +JJ weak 0.00248756218905473 +JJ whole 0.00248756218905473 +JJ word-aligned 0.00248756218905473 +JJ word-sense 0.00497512437810945 +JJ words 0.00248756218905473 +JJR better 0.333333333333333 +JJR earlier 0.111111111111111 +JJR higher 0.111111111111111 +JJR larger 0.222222222222222 +JJR less 0.111111111111111 +JJR more 0.111111111111111 +JJS Most 0.153846153846154 +JJS best 0.0769230769230769 +JJS closest 0.0769230769230769 +JJS greatest 0.153846153846154 +JJS largest 0.0769230769230769 +JJS least 0.153846153846154 +JJS most 0.153846153846154 +JJS oldest 0.0769230769230769 +JJS simplest 0.0769230769230769 +MD can 0.604651162790698 +MD could 0.0930232558139535 +MD may 0.0697674418604651 +MD might 0.0232558139534884 +MD must 0.0465116279069767 +MD should 0.0697674418604651 +MD will 0.0697674418604651 +MD would 0.0232558139534884 +NN % 0.0138461538461538 +NN Evidence 0.00153846153846154 +NN IR 0.00153846153846154 +NN Knowledge 0.00153846153846154 +NN One 0.00153846153846154 +NN POS-tagging 0.00153846153846154 +NN Semi-supervised 0.00153846153846154 +NN Sense 0.00307692307692308 +NN WSD 0.00153846153846154 +NN Web 0.00153846153846154 +NN ability 0.00153846153846154 +NN access 0.00153846153846154 +NN account 0.00153846153846154 +NN accuracy 0.00615384615384615 +NN acquisition 0.00615384615384615 +NN activation 0.00153846153846154 +NN adaptation 0.00307692307692308 +NN algorithm 0.0107692307692308 +NN alternative 0.00153846153846154 +NN ambiguity 0.00153846153846154 +NN amount 0.00307692307692308 +NN analysis 0.00153846153846154 +NN application 0.00153846153846154 +NN approach 0.00307692307692308 +NN art 0.00461538461538462 +NN assignment 0.00153846153846154 +NN assumption 0.00307692307692308 +NN attempt 0.00307692307692308 +NN attention 0.00153846153846154 +NN auto 0.00153846153846154 +NN automobile 0.00153846153846154 +NN bank 0.00153846153846154 +NN banque 0.00153846153846154 +NN bark 0.00307692307692308 +NN base 0.00307692307692308 +NN bass 0.0123076923076923 +NN block 0.00153846153846154 +NN body 0.00307692307692308 +NN bottleneck 0.00615384615384615 +NN bound 0.00153846153846154 +NN car 0.00153846153846154 +NN case 0.00153846153846154 +NN cetera 0.00153846153846154 +NN challenge 0.00153846153846154 +NN choice 0.00153846153846154 +NN classifier 0.00615384615384615 +NN close 0.00153846153846154 +NN coherence 0.00153846153846154 +NN collocation 0.00153846153846154 +NN community 0.00153846153846154 +NN comparison 0.00153846153846154 +NN competition 0.00307692307692308 +NN component 0.00153846153846154 +NN computer 0.00769230769230769 +NN concept 0.00307692307692308 +NN cone 0.00153846153846154 +NN connectivity 0.00153846153846154 +NN content 0.00153846153846154 +NN context 0.00461538461538462 +NN corpora 0.0123076923076923 +NN corpus 0.02 +NN criticism 0.00153846153846154 +NN database 0.00153846153846154 +NN decision 0.00307692307692308 +NN degree 0.00153846153846154 +NN dictionary 0.0107692307692308 +NN difference 0.00153846153846154 +NN difficulty 0.00153846153846154 +NN disambiguation 0.0138461538461538 +NN discourse 0.00153846153846154 +NN discrimination 0.00153846153846154 +NN diversification 0.00153846153846154 +NN division 0.00153846153846154 +NN document 0.00153846153846154 +NN domain 0.00307692307692308 +NN effort 0.00153846153846154 +NN enclosure 0.00153846153846154 +NN engineering 0.00153846153846154 +NN ensemble 0.00153846153846154 +NN entropy 0.00153846153846154 +NN equivocation 0.00153846153846154 +NN evaluation 0.0138461538461538 +NN evergreen 0.00153846153846154 +NN evidence 0.00307692307692308 +NN example 0.00461538461538462 +NN existence 0.00153846153846154 +NN experimenter 0.00153846153846154 +NN experimenters 0.00153846153846154 +NN extension 0.00153846153846154 +NN feature 0.00307692307692308 +NN field 0.00307692307692308 +NN fish 0.00461538461538462 +NN fishing 0.00153846153846154 +NN food 0.00153846153846154 +NN form 0.00615384615384615 +NN format 0.00153846153846154 +NN fraction 0.00307692307692308 +NN frame 0.00153846153846154 +NN frequency 0.00769230769230769 +NN graph 0.00153846153846154 +NN handful 0.00153846153846154 +NN hence 0.00153846153846154 +NN high-dimensionality 0.00153846153846154 +NN hint 0.00153846153846154 +NN homograph 0.00153846153846154 +NN host 0.00153846153846154 +NN human 0.00615384615384615 +NN impediment 0.00153846153846154 +NN inclusion 0.00153846153846154 +NN indicator 0.00153846153846154 +NN induction 0.00615384615384615 +NN inference 0.00153846153846154 +NN infinitely 0.00153846153846154 +NN information 0.0107692307692308 +NN instrument 0.00769230769230769 +NN intelligence 0.00153846153846154 +NN interpretation 0.00153846153846154 +NN intersection 0.00153846153846154 +NN inventory 0.0153846153846154 +NN judgement 0.00153846153846154 +NN kind 0.00153846153846154 +NN knowledge 0.0276923076923077 +NN lack 0.00615384615384615 +NN language 0.0138461538461538 +NN latter 0.00461538461538462 +NN learning 0.0107692307692308 +NN level 0.00615384615384615 +NN lexical 0.00153846153846154 +NN lexicon 0.00307692307692308 +NN line 0.00153846153846154 +NN list 0.00153846153846154 +NN machine 0.0123076923076923 +NN mapping 0.00153846153846154 +NN matter 0.00153846153846154 +NN meaning 0.00923076923076923 +NN measure 0.00153846153846154 +NN memorandum 0.00153846153846154 +NN method 0.00461538461538462 +NN minimally 0.00153846153846154 +NN model 0.00153846153846154 +NN mother 0.00153846153846154 +NN motorcar 0.00153846153846154 +NN music 0.00307692307692308 +NN n 0.00307692307692308 +NN name 0.00153846153846154 +NN need 0.00153846153846154 +NN notion 0.00153846153846154 +NN noun 0.00153846153846154 +NN number 0.00307692307692308 +NN objective 0.00153846153846154 +NN occurrence 0.00153846153846154 +NN one 0.00307692307692308 +NN ontology 0.00153846153846154 +NN opposite 0.00153846153846154 +NN optimization 0.00153846153846154 +NN order 0.00307692307692308 +NN organization 0.00153846153846154 +NN overlap 0.00153846153846154 +NN pair 0.00307692307692308 +NN paradigm 0.00153846153846154 +NN parameter 0.00153846153846154 +NN part 0.00307692307692308 +NN performance 0.0107692307692308 +NN piece 0.00153846153846154 +NN plateau 0.00153846153846154 +NN point 0.00153846153846154 +NN polysemy 0.00153846153846154 +NN portion 0.00153846153846154 +NN potential 0.00153846153846154 +NN precision 0.00153846153846154 +NN presence 0.00153846153846154 +NN principle 0.00153846153846154 +NN problem 0.0184615384615385 +NN process 0.00461538461538462 +NN processing 0.00461538461538462 +NN purity 0.00153846153846154 +NN quality 0.00153846153846154 +NN query 0.00153846153846154 +NN question 0.00153846153846154 +NN range 0.00153846153846154 +NN rate 0.00153846153846154 +NN reason 0.00307692307692308 +NN reasoning 0.00153846153846154 +NN recall 0.00153846153846154 +NN reference 0.00153846153846154 +NN relation 0.00153846153846154 +NN relevance 0.00153846153846154 +NN research 0.0107692307692308 +NN resolution 0.00153846153846154 +NN result 0.00461538461538462 +NN retrieval 0.00461538461538462 +NN return 0.00153846153846154 +NN reverse 0.00153846153846154 +NN revolution 0.00153846153846154 +NN river 0.00307692307692308 +NN role 0.00153846153846154 +NN sample 0.00769230769230769 +NN sea 0.00461538461538462 +NN search 0.00461538461538462 +NN seed 0.00307692307692308 +NN selection 0.00307692307692308 +NN sense 0.0661538461538462 +NN sentence 0.00461538461538462 +NN sequence 0.00153846153846154 +NN set 0.00769230769230769 +NN setting 0.00153846153846154 +NN significance 0.00153846153846154 +NN similarity 0.00153846153846154 +NN solution 0.00461538461538462 +NN song 0.00307692307692308 +NN source 0.00307692307692308 +NN space 0.00153846153846154 +NN standard 0.00153846153846154 +NN state 0.00153846153846154 +NN substitute 0.00153846153846154 +NN substitution 0.00307692307692308 +NN subtask 0.00153846153846154 +NN success 0.00307692307692308 +NN successor 0.00153846153846154 +NN support 0.00153846153846154 +NN synonym 0.00153846153846154 +NN system 0.00615384615384615 +NN tag 0.00153846153846154 +NN tagging 0.00615384615384615 +NN target 0.00923076923076923 +NN task 0.02 +NN task-dependency 0.00153846153846154 +NN technology 0.00153846153846154 +NN test 0.00307692307692308 +NN testing 0.00461538461538462 +NN text 0.00615384615384615 +NN thesaurus 0.00153846153846154 +NN time 0.00307692307692308 +NN tradition 0.00153846153846154 +NN training 0.0123076923076923 +NN translation 0.00461538461538462 +NN tree 0.00461538461538462 +NN type 0.00307692307692308 +NN use 0.00461538461538462 +NN variable 0.00153846153846154 +NN variance 0.00153846153846154 +NN variety 0.00461538461538462 +NN vector 0.00153846153846154 +NN version 0.00153846153846154 +NN whim 0.00153846153846154 +NN window 0.00153846153846154 +NN word 0.0846153846153846 +NN work 0.00153846153846154 +NN workshop 0.00307692307692308 +NN world 0.00769230769230769 +NN writing 0.00153846153846154 +NN written 0.00153846153846154 +NNP AI 0.0235294117647059 +NNP Acquisition 0.0117647058823529 +NNP Advanced 0.0117647058823529 +NNP Automatic 0.0117647058823529 +NNP BNC 0.0117647058823529 +NNP Bayes 0.0117647058823529 +NNP Cambridge 0.0117647058823529 +NNP Collocation 0.0117647058823529 +NNP Corpora 0.0117647058823529 +NNP Current 0.0117647058823529 +NNP Design 0.0117647058823529 +NNP Dictionary 0.0117647058823529 +NNP Douglas 0.0117647058823529 +NNP English 0.0235294117647059 +NNP External 0.0117647058823529 +NNP History 0.0117647058823529 +NNP Human 0.0117647058823529 +NNP Jill 0.0117647058823529 +NNP Language 0.0117647058823529 +NNP Learner 0.0117647058823529 +NNP Lenat 0.0117647058823529 +NNP Lesk 0.0235294117647059 +NNP Machine-readable 0.0117647058823529 +NNP Margaret 0.0117647058823529 +NNP Mary 0.0117647058823529 +NNP Masterman 0.0117647058823529 +NNP Naïve 0.0117647058823529 +NNP Ontologies 0.0117647058823529 +NNP Oxford 0.0117647058823529 +NNP Part-of-speech 0.0117647058823529 +NNP Research 0.0117647058823529 +NNP Roget 0.0235294117647059 +NNP Sense-Tagged 0.0117647058823529 +NNP Senseval 0.0470588235294118 +NNP Senseval\/SemEval 0.0117647058823529 +NNP Shallow 0.0117647058823529 +NNP Support 0.0117647058823529 +NNP Task 0.0117647058823529 +NNP Thesauri 0.0117647058823529 +NNP Unit 0.0117647058823529 +NNP Unstructured 0.0117647058823529 +NNP Unsupervised 0.0117647058823529 +NNP Vector 0.0117647058823529 +NNP WSD 0.2 +NNP Warren 0.0117647058823529 +NNP Weaver 0.0117647058823529 +NNP Web 0.0352941176470588 +NNP Wide 0.0117647058823529 +NNP Word 0.0117647058823529 +NNP WordNet 0.0235294117647059 +NNP World 0.0117647058823529 +NNP Yarowsky 0.0235294117647059 +NNP gloss 0.0117647058823529 +NNP induced 0.0117647058823529 +NNP learning 0.0117647058823529 +NNP sample 0.0117647058823529 +NNP senses 0.0117647058823529 +NNP tagging 0.0117647058823529 +NNPS Machines 1 +NNS 1940s 0.00328947368421053 +NNS 1950s 0.00328947368421053 +NNS 1970s 0.00328947368421053 +NNS 1980s 0.00328947368421053 +NNS 1990s 0.00657894736842105 +NNS 2000s 0.00328947368421053 +NNS Approaches 0.00328947368421053 +NNS Baselines 0.00328947368421053 +NNS Differences 0.00328947368421053 +NNS Inventories 0.00328947368421053 +NNS Thesaurus 0.00657894736842105 +NNS accuracies 0.00328947368421053 +NNS adjectives 0.00328947368421053 +NNS algorithms 0.0230263157894737 +NNS ambiguities 0.00328947368421053 +NNS amounts 0.00328947368421053 +NNS anaphoras 0.00328947368421053 +NNS annotators 0.00657894736842105 +NNS applications 0.00657894736842105 +NNS approaches 0.0559210526315789 +NNS assignments 0.00328947368421053 +NNS bases 0.00328947368421053 +NNS campaigns 0.00657894736842105 +NNS cases 0.00986842105263158 +NNS cataphoras 0.00328947368421053 +NNS classifications 0.00328947368421053 +NNS classifiers 0.00328947368421053 +NNS clusters 0.00328947368421053 +NNS clusters\/senses 0.00328947368421053 +NNS coincide 0.00328947368421053 +NNS colleagues 0.00328947368421053 +NNS competitions 0.00657894736842105 +NNS considerations 0.00328947368421053 +NNS contexts 0.00328947368421053 +NNS data 0.0197368421052632 +NNS databases 0.00328947368421053 +NNS datasets 0.00328947368421053 +NNS days 0.00657894736842105 +NNS decisions 0.00328947368421053 +NNS definitions 0.0164473684210526 +NNS dictionaries 0.00986842105263158 +NNS discreteness 0.00328947368421053 +NNS distinctions 0.0263157894736842 +NNS divisions 0.00328947368421053 +NNS dogs 0.00328947368421053 +NNS domains 0.00986842105263158 +NNS engines 0.00657894736842105 +NNS evaluations 0.00328947368421053 +NNS examples 0.0164473684210526 +NNS exercises 0.0131578947368421 +NNS experiments 0.00328947368421053 +NNS facts 0.00328947368421053 +NNS figures 0.00328947368421053 +NNS forays 0.00328947368421053 +NNS glossaries 0.00328947368421053 +NNS groups 0.00328947368421053 +NNS heads 0.00328947368421053 +NNS homographs 0.00328947368421053 +NNS hypothesis 0.00328947368421053 +NNS impediments 0.00328947368421053 +NNS indeterminants 0.00328947368421053 +NNS indeterminates 0.00328947368421053 +NNS instances 0.00328947368421053 +NNS inventories 0.00986842105263158 +NNS kinds 0.00328947368421053 +NNS labeling 0.00328947368421053 +NNS labels 0.00328947368421053 +NNS languages 0.00986842105263158 +NNS lectures 0.00328947368421053 +NNS levels 0.00328947368421053 +NNS linguistics 0.0131578947368421 +NNS lists 0.00657894736842105 +NNS machines 0.00328947368421053 +NNS meanings 0.00986842105263158 +NNS measures 0.00657894736842105 +NNS methods 0.0822368421052632 +NNS models 0.00328947368421053 +NNS occurrences 0.0164473684210526 +NNS ones 0.00328947368421053 +NNS ontologies 0.00328947368421053 +NNS organizers 0.00328947368421053 +NNS parts 0.00986842105263158 +NNS people 0.00657894736842105 +NNS preferences 0.00328947368421053 +NNS problems 0.00328947368421053 +NNS procedures 0.00328947368421053 +NNS properties 0.00328947368421053 +NNS purposes 0.00986842105263158 +NNS quantities 0.00328947368421053 +NNS relatedness 0.00328947368421053 +NNS relations 0.00328947368421053 +NNS relationships 0.00328947368421053 +NNS researchers 0.0164473684210526 +NNS resources 0.0230263157894737 +NNS results 0.00986842105263158 +NNS rules 0.00657894736842105 +NNS seeds 0.00328947368421053 +NNS selections 0.00328947368421053 +NNS senses 0.0822368421052632 +NNS sentences 0.00986842105263158 +NNS serves 0.00328947368421053 +NNS sets 0.00986842105263158 +NNS sounds 0.00657894736842105 +NNS sources 0.00657894736842105 +NNS sub-meanings 0.00328947368421053 +NNS systems 0.0526315789473684 +NNS tasks 0.0131578947368421 +NNS techniques 0.0230263157894737 +NNS thesauri 0.00328947368421053 +NNS thesauruses 0.00328947368421053 +NNS things 0.00328947368421053 +NNS tones 0.00328947368421053 +NNS trees 0.00328947368421053 +NNS trends 0.00328947368421053 +NNS types 0.00328947368421053 +NNS variants 0.00657894736842105 +NNS words 0.0526315789473684 +NNS years 0.00328947368421053 +NP ADJP NN 0.00431406384814495 +NP ADJP NNS 0.00517687661777394 +NP ADJP NP' 0.00258843830888697 +NP ADVP_RB NP' 0.000862812769628991 +NP CD NN 0.00862812769628991 +NP CD NNS 0.00517687661777394 +NP CD NP' 0.00603968938740293 +NP CD POS 0.000862812769628991 +NP DT JJ 0.00690250215703192 +NP DT NN 0.132873166522865 +NP DT NNP 0.000862812769628991 +NP DT NNS 0.0310612597066437 +NP DT NP' 0.147540983606557 +NP JJ NN 0.0371009490940466 +NP JJ NNP 0.000862812769628991 +NP JJ NNS 0.0690250215703192 +NP JJ NP' 0.0440034512510785 +NP JJR NN 0.000862812769628991 +NP JJR NNS 0.000862812769628991 +NP JJS NN 0.000862812769628991 +NP JJS NNS 0.00258843830888697 +NP NN JJ 0.00172562553925798 +NP NN NN 0.0129421915444349 +NP NN NNS 0.0293356341673857 +NP NN NP' 0.0172562553925798 +NP NN POS 0.000862812769628991 +NP NNP NN 0.00345125107851596 +NP NNP NNP 0.0112165660051769 +NP NNP NNS 0.00690250215703192 +NP NNP NP' 0.00776531492666091 +NP NNP POS 0.00258843830888697 +NP NNS NP' 0.00431406384814495 +NP NNS POS 0.000862812769628991 +NP NP ADJP 0.000862812769628991 +NP NP ADVP_IN 0.000862812769628991 +NP NP ADVP_RB 0.00172562553925798 +NP NP NN 0.00258843830888697 +NP NP NNP 0.000862812769628991 +NP NP NNS 0.00345125107851596 +NP NP NP 0.000862812769628991 +NP NP NP' 0.0621225194132873 +NP NP PP 0.150129421915444 +NP NP PRN 0.0146678170836928 +NP NP SBAR 0.00862812769628991 +NP NP SBAR_S 0.00431406384814495 +NP NP S_VP 0.000862812769628991 +NP NP VP 0.0112165660051769 +NP NP VP_VBN 0.000862812769628991 +NP NP_CD NP' 0.000862812769628991 +NP NP_CD PP 0.00172562553925798 +NP NP_DT NP' 0.000862812769628991 +NP NP_DT PP 0.00431406384814495 +NP NP_DT VP 0.000862812769628991 +NP NP_JJ NP' 0.000862812769628991 +NP NP_JJ PP 0.000862812769628991 +NP NP_JJ SBAR 0.000862812769628991 +NP NP_JJS VP 0.000862812769628991 +NP NP_NN NP 0.000862812769628991 +NP NP_NN NP' 0.00345125107851596 +NP NP_NN PP 0.0189818809318378 +NP NP_NN PRN 0.000862812769628991 +NP NP_NN VP 0.00172562553925798 +NP NP_NN VP_VBG 0.000862812769628991 +NP NP_NNP NP' 0.00517687661777394 +NP NP_NNP NP_NN 0.000862812769628991 +NP NP_NNP PP 0.00258843830888697 +NP NP_NNP PRN 0.00258843830888697 +NP NP_NNP SBAR_S 0.000862812769628991 +NP NP_NNP VP 0.00172562553925798 +NP NP_NNS ADJP 0.000862812769628991 +NP NP_NNS ADVP_RB 0.000862812769628991 +NP NP_NNS NP' 0.00603968938740293 +NP NP_NNS PP 0.0172562553925798 +NP NP_NNS PRN 0.00258843830888697 +NP NP_NNS SBAR 0.00345125107851596 +NP NP_NNS VP 0.00258843830888697 +NP NP_RB PP 0.000862812769628991 +NP PDT DT 0.000862812769628991 +NP PDT NP' 0.00431406384814495 +NP PRN NNS 0.000862812769628991 +NP PRP$ JJ 0.000862812769628991 +NP PRP$ NN 0.00258843830888697 +NP PRP$ NNS 0.00345125107851596 +NP PRP$ NP' 0.00517687661777394 +NP QP NN 0.000862812769628991 +NP QP NNS 0.000862812769628991 +NP RB NP' 0.00517687661777394 +NP UCP NNS 0.000862812769628991 +NP VBG NN 0.000862812769628991 +NP VBG NNS 0.000862812769628991 +NP VBG NP' 0.000862812769628991 +NP VBN NN 0.000862812769628991 +NP VBN NNS 0.000862812769628991 +NP `` NP' 0.0103537532355479 +NP' '' NN 0.00166666666666667 +NP' '' NP' 0.00166666666666667 +NP' '' PP 0.00166666666666667 +NP' '' PRN 0.00333333333333333 +NP' , ADJP 0.00166666666666667 +NP' , FW 0.005 +NP' , NN 0.00166666666666667 +NP' , NP 0.015 +NP' , NP' 0.0633333333333333 +NP' , NP_CD 0.00166666666666667 +NP' , NP_NNS 0.00333333333333333 +NP' , PP 0.00666666666666667 +NP' , SBAR 0.02 +NP' , S_VP 0.00166666666666667 +NP' , VP 0.00166666666666667 +NP' -LRB- NP' 0.005 +NP' : NP 0.00833333333333333 +NP' : NP' 0.02 +NP' ADJP NN 0.015 +NP' ADJP NNS 0.00333333333333333 +NP' ADJP NP' 0.00833333333333333 +NP' CC NN 0.0183333333333333 +NP' CC NNP 0.00166666666666667 +NP' CC NNS 0.0133333333333333 +NP' CC NP 0.05 +NP' CC NP' 0.00833333333333333 +NP' CC NP_NN 0.005 +NP' CC NP_NNP 0.00166666666666667 +NP' CC NP_NNS 0.00166666666666667 +NP' CC S 0.00166666666666667 +NP' CD NN 0.00166666666666667 +NP' CD NNS 0.005 +NP' CONJP NP 0.00333333333333333 +NP' DT NN 0.005 +NP' DT NNS 0.005 +NP' DT NP' 0.00333333333333333 +NP' JJ NN 0.125 +NP' JJ NNS 0.0416666666666667 +NP' JJ NP' 0.05 +NP' JJR NP' 0.00166666666666667 +NP' JJS NN 0.00333333333333333 +NP' JJS NNS 0.00166666666666667 +NP' JJS NP' 0.00666666666666667 +NP' NN '' 0.0116666666666667 +NP' NN -RRB- 0.005 +NP' NN NN 0.0983333333333333 +NP' NN NNS 0.0666666666666667 +NP' NN NP' 0.065 +NP' NN POS 0.00333333333333333 +NP' NN S 0.00166666666666667 +NP' NN SBAR_S 0.00166666666666667 +NP' NN S_VP 0.00333333333333333 +NP' NNP NN 0.0116666666666667 +NP' NNP NNP 0.005 +NP' NNP NNPS 0.00166666666666667 +NP' NNP NNS 0.01 +NP' NNP NP' 0.0166666666666667 +NP' NNP POS 0.00166666666666667 +NP' NNS '' 0.00333333333333333 +NP' NNS NN 0.005 +NP' NNS NNS 0.00166666666666667 +NP' NNS NP' 0.0166666666666667 +NP' NNS S_VP 0.00166666666666667 +NP' NP '' 0.00166666666666667 +NP' NP , 0.00333333333333333 +NP' NP . 0.00333333333333333 +NP' NP NP' 0.0316666666666667 +NP' NP PRN 0.00166666666666667 +NP' NP_JJ NP' 0.00166666666666667 +NP' NP_NN . 0.00166666666666667 +NP' NP_NN NP' 0.005 +NP' NP_NNP NP' 0.00333333333333333 +NP' NP_NNS NP' 0.00333333333333333 +NP' PDT NP' 0.00166666666666667 +NP' PP '' 0.00166666666666667 +NP' PP , 0.005 +NP' PP . 0.00166666666666667 +NP' PP NP' 0.00833333333333333 +NP' PP PP 0.00166666666666667 +NP' PP PRN 0.00166666666666667 +NP' PP SBAR 0.00333333333333333 +NP' PP SBAR_S 0.00166666666666667 +NP' PP S_VP 0.00166666666666667 +NP' PRN NN 0.00166666666666667 +NP' PRN NNS 0.00333333333333333 +NP' PRN NP 0.00166666666666667 +NP' PRN NP' 0.00333333333333333 +NP' RBS NP' 0.00166666666666667 +NP' S . 0.00166666666666667 +NP' SBAR , 0.00166666666666667 +NP' SBAR PRN 0.00166666666666667 +NP' UCP NP' 0.00166666666666667 +NP' VBG NN 0.00166666666666667 +NP' VBG NNS 0.00166666666666667 +NP' VBN NN 0.00333333333333333 +NP' VBN NP' 0.005 +NP' `` NP' 0.00833333333333333 +NP_CD 1949 0.0384615384615385 +NP_CD 1960 0.0384615384615385 +NP_CD 1998 0.0769230769230769 +NP_CD 2001 0.0384615384615385 +NP_CD 2004 0.0384615384615385 +NP_CD 2007 0.0384615384615385 +NP_CD CD 0.5 +NP_CD One 0.0384615384615385 +NP_CD Two 0.0384615384615385 +NP_CD one 0.153846153846154 +NP_DT Both 0.0277777777777778 +NP_DT DT 0.5 +NP_DT These 0.111111111111111 +NP_DT all 0.0555555555555556 +NP_DT another 0.0277777777777778 +NP_DT each 0.0555555555555556 +NP_DT that 0.0555555555555556 +NP_DT these 0.0277777777777778 +NP_DT this 0.0555555555555556 +NP_DT those 0.0833333333333333 +NP_EX EX 0.5 +NP_EX There 0.125 +NP_EX there 0.375 +NP_FW FW 0.5 +NP_FW ex 0.5 +NP_JJ JJ 0.5 +NP_JJ semi-supervised 0.125 +NP_JJ small-scale 0.125 +NP_JJ such 0.25 +NP_JJS JJS 0.5 +NP_JJS most 0.5 +NP_NN NN 0.5 +NP_NN Sense 0.00495049504950495 +NP_NN accuracy 0.0198019801980198 +NP_NN algorithm 0.0099009900990099 +NP_NN amount 0.00495049504950495 +NP_NN animal 0.00495049504950495 +NP_NN article 0.0099009900990099 +NP_NN attention 0.00495049504950495 +NP_NN bank 0.00495049504950495 +NP_NN bass 0.0198019801980198 +NP_NN car 0.00495049504950495 +NP_NN case 0.00495049504950495 +NP_NN citation 0.0099009900990099 +NP_NN collocation 0.00495049504950495 +NP_NN context 0.0148514851485149 +NP_NN corpora 0.00495049504950495 +NP_NN corpus 0.00495049504950495 +NP_NN coverage 0.00495049504950495 +NP_NN date 0.0099009900990099 +NP_NN degree 0.00495049504950495 +NP_NN device 0.00495049504950495 +NP_NN disambiguation 0.00495049504950495 +NP_NN discourse 0.0099009900990099 +NP_NN discrimination 0.00495049504950495 +NP_NN discussion 0.00495049504950495 +NP_NN division 0.00495049504950495 +NP_NN edge 0.00495049504950495 +NP_NN evaluation 0.0148514851485149 +NP_NN example 0.0247524752475248 +NP_NN fact 0.00495049504950495 +NP_NN fish 0.0099009900990099 +NP_NN fishing 0.0099009900990099 +NP_NN fleuve 0.00495049504950495 +NP_NN general 0.00495049504950495 +NP_NN hand 0.00495049504950495 +NP_NN hand-coding 0.00495049504950495 +NP_NN homograph 0.00495049504950495 +NP_NN information 0.00495049504950495 +NP_NN input 0.00495049504950495 +NP_NN instance 0.00495049504950495 +NP_NN inventory 0.00495049504950495 +NP_NN knowledge 0.0247524752475248 +NP_NN lack 0.00495049504950495 +NP_NN lexicography 0.00495049504950495 +NP_NN meaning 0.00495049504950495 +NP_NN mouse 0.00495049504950495 +NP_NN observation 0.00495049504950495 +NP_NN optimisation 0.00495049504950495 +NP_NN pen 0.00495049504950495 +NP_NN play 0.00495049504950495 +NP_NN practice 0.0099009900990099 +NP_NN research 0.00495049504950495 +NP_NN river 0.00495049504950495 +NP_NN rivière 0.00495049504950495 +NP_NN sense 0.00495049504950495 +NP_NN similarity 0.00495049504950495 +NP_NN speech 0.0297029702970297 +NP_NN summary 0.00495049504950495 +NP_NN text 0.0247524752475248 +NP_NN training 0.00495049504950495 +NP_NN translation 0.00495049504950495 +NP_NN use 0.0099009900990099 +NP_NN word 0.0148514851485149 +NP_NN work 0.00495049504950495 +NP_NNP Bar-Hillel 0.00892857142857143 +NP_NNP Common 0.00892857142857143 +NP_NNP Comparison 0.00892857142857143 +NP_NNP Corpora 0.00892857142857143 +NP_NNP Deep 0.00892857142857143 +NP_NNP Dictionary 0.00892857142857143 +NP_NNP England 0.00892857142857143 +NP_NNP English 0.0267857142857143 +NP_NNP Evaluation 0.0178571428571429 +NP_NNP French 0.00892857142857143 +NP_NNP IR 0.00892857142857143 +NP_NNP Identification 0.00892857142857143 +NP_NNP Inter-judge 0.00892857142857143 +NP_NNP Knowledge 0.00892857142857143 +NP_NNP MRDs 0.00892857142857143 +NP_NNP Main 0.00892857142857143 +NP_NNP Mary 0.00892857142857143 +NP_NNP NNP 0.5 +NP_NNP OALD 0.00892857142857143 +NP_NNP Performance 0.00892857142857143 +NP_NNP Precision 0.00892857142857143 +NP_NNP Research 0.00892857142857143 +NP_NNP SemEval 0.0178571428571429 +NP_NNP Senseval 0.00892857142857143 +NP_NNP Structured 0.00892857142857143 +NP_NNP WSD 0.125 +NP_NNP Wikipedia 0.0178571428571429 +NP_NNP WordNet 0.0625 +NP_NNP e.g. 0.0357142857142857 +NP_NNP i.e. 0.00892857142857143 +NP_NNS Discreteness 0.00495049504950495 +NP_NNS Lexicographers 0.00495049504950495 +NP_NNS NNS 0.5 +NP_NNS SemEval-2007 0.00495049504950495 +NP_NNS Senseval-1 0.0099009900990099 +NP_NNS Senseval-2 0.0148514851485149 +NP_NNS Senseval-3 0.00495049504950495 +NP_NNS algorithms 0.0099009900990099 +NP_NNS all-words 0.00495049504950495 +NP_NNS applications 0.00495049504950495 +NP_NNS approaches 0.00495049504950495 +NP_NNS baselines 0.00495049504950495 +NP_NNS basses 0.00495049504950495 +NP_NNS cases 0.00495049504950495 +NP_NNS caveats 0.00495049504950495 +NP_NNS combinations 0.00495049504950495 +NP_NNS comparisons 0.00495049504950495 +NP_NNS concepts 0.00495049504950495 +NP_NNS constraints 0.00495049504950495 +NP_NNS data 0.0148514851485149 +NP_NNS definitions 0.00495049504950495 +NP_NNS developers 0.00495049504950495 +NP_NNS dictionaries 0.0099009900990099 +NP_NNS disagreements 0.00495049504950495 +NP_NNS discreteness 0.00495049504950495 +NP_NNS distinctions 0.00495049504950495 +NP_NNS dogs 0.00495049504950495 +NP_NNS humans 0.0099009900990099 +NP_NNS individuals 0.00495049504950495 +NP_NNS instances 0.00495049504950495 +NP_NNS iterations 0.00495049504950495 +NP_NNS lexicographers 0.00495049504950495 +NP_NNS meanings 0.00495049504950495 +NP_NNS measures 0.00495049504950495 +NP_NNS methods 0.0247524752475248 +NP_NNS mothers 0.00495049504950495 +NP_NNS occurrences 0.00495049504950495 +NP_NNS parts 0.0099009900990099 +NP_NNS pronouns 0.00495049504950495 +NP_NNS repetitions 0.00495049504950495 +NP_NNS restrictions 0.00495049504950495 +NP_NNS results 0.00495049504950495 +NP_NNS samples 0.0099009900990099 +NP_NNS scientists 0.00495049504950495 +NP_NNS senses 0.0445544554455446 +NP_NNS sentences 0.00495049504950495 +NP_NNS sisters 0.00495049504950495 +NP_NNS songs 0.00495049504950495 +NP_NNS stoplists 0.00495049504950495 +NP_NNS substitutes 0.00495049504950495 +NP_NNS tasks 0.00495049504950495 +NP_NNS techniques 0.0099009900990099 +NP_NNS terms 0.00495049504950495 +NP_NNS texts 0.00495049504950495 +NP_NNS thesauri 0.00495049504950495 +NP_NNS topics 0.00495049504950495 +NP_NNS types 0.00495049504950495 +NP_NNS users 0.00495049504950495 +NP_NNS ways 0.00495049504950495 +NP_NNS weights 0.00495049504950495 +NP_NNS words 0.0940594059405941 +NP_PRP I 0.024390243902439 +NP_PRP It 0.0853658536585366 +NP_PRP PRP 0.5 +NP_PRP They 0.0365853658536585 +NP_PRP it 0.207317073170732 +NP_PRP one 0.024390243902439 +NP_PRP them 0.0365853658536585 +NP_PRP they 0.0731707317073171 +NP_PRP you 0.0121951219512195 +NP_PRP$ PRP$ 0.5 +NP_PRP$ its 0.5 +NP_QP CC JJR 0.25 +NP_QP CD QP' 0.25 +NP_QP QP 0.5 +NP_RB RB 0.5 +NP_RB once 0.5 +PDT all 0.571428571428571 +PDT such 0.428571428571429 +POS ' 0.333333333333333 +POS 's 0.666666666666667 +PP ADVP PP' 0.00393700787401575 +PP ADVP_RB PP' 0.00393700787401575 +PP IN ADJP_JJ 0.00196850393700787 +PP IN NP 0.62992125984252 +PP IN NP_CD 0.00393700787401575 +PP IN NP_DT 0.00590551181102362 +PP IN NP_NN 0.0748031496062992 +PP IN NP_NNP 0.0216535433070866 +PP IN NP_NNS 0.0492125984251969 +PP IN NP_QP 0.00196850393700787 +PP IN PP 0.00393700787401575 +PP IN PP' 0.0118110236220472 +PP IN S 0.00393700787401575 +PP IN SBAR 0.00984251968503937 +PP IN S_VP 0.0354330708661417 +PP JJ PP' 0.0196850393700787 +PP PP PP' 0.00590551181102362 +PP RB PP' 0.00590551181102362 +PP RB S 0.00196850393700787 +PP TO NP 0.0688976377952756 +PP TO NP_NN 0.00590551181102362 +PP TO NP_NNP 0.00590551181102362 +PP TO S_VP 0.00196850393700787 +PP VBG NP 0.00393700787401575 +PP VBG NP_NNS 0.00196850393700787 +PP VBG PP 0.00590551181102362 +PP VBN NP 0.00393700787401575 +PP VBN PP 0.00590551181102362 +PP' , PP' 0.0857142857142857 +PP' -LRB- PP' 0.0285714285714286 +PP' ADVP PP' 0.0285714285714286 +PP' CC PP 0.0285714285714286 +PP' CC PP' 0.0571428571428571 +PP' IN NP 0.428571428571429 +PP' IN NP_NN 0.0285714285714286 +PP' IN NP_NNP 0.0571428571428571 +PP' IN S_VP 0.0285714285714286 +PP' NP '' 0.0571428571428571 +PP' NP -RRB- 0.0285714285714286 +PP' NP_FW . 0.0285714285714286 +PP' RB PP 0.0571428571428571 +PP' `` PP' 0.0571428571428571 +PP_IN IN 0.5 +PP_IN from 0.5 +PP_TO TO 0.5 +PP_TO to 0.5 +PRN , PP_TO 0.0196078431372549 +PRN , PRN' 0.0588235294117647 +PRN -LRB- PRN' 0.862745098039216 +PRN : PRN' 0.0392156862745098 +PRN CC PRN' 0.0196078431372549 +PRN' '' : 0.0169491525423729 +PRN' , NP 0.0169491525423729 +PRN' , PRN' 0.0338983050847458 +PRN' . PRN' 0.0169491525423729 +PRN' ADVP PRN' 0.0169491525423729 +PRN' ADVP_RB -RRB- 0.0338983050847458 +PRN' ADVP_RB NP 0.0169491525423729 +PRN' CC PRN' 0.0338983050847458 +PRN' FRAG -RRB- 0.0169491525423729 +PRN' NP -RRB- 0.152542372881356 +PRN' NP_CD -RRB- 0.0847457627118644 +PRN' NP_NN -RRB- 0.0169491525423729 +PRN' NP_NNP -RRB- 0.0677966101694915 +PRN' NP_QP -RRB- 0.0169491525423729 +PRN' PP , 0.0169491525423729 +PRN' PP -RRB- 0.101694915254237 +PRN' PP PRN' 0.0169491525423729 +PRN' S -RRB- 0.203389830508475 +PRN' SBAR , 0.0169491525423729 +PRN' SQ PRN' 0.0169491525423729 +PRN' S_VP -RRB- 0.0338983050847458 +PRN' VP -RRB- 0.0169491525423729 +PRN' VP : 0.0169491525423729 +PRN' `` PRN' 0.0169491525423729 +PRP$ her 0.0714285714285714 +PRP$ his 0.0714285714285714 +PRP$ its 0.285714285714286 +PRP$ their 0.571428571428571 +PRT_RP RP 0.5 +PRT_RP over 0.25 +PRT_RP up 0.25 +QP IN QP' 0.333333333333333 +QP JJR QP' 0.333333333333333 +QP RB CD 0.333333333333333 +QP' CD NN 0.2 +QP' IN CD 0.2 +QP' JJS DT 0.2 +QP' NN QP' 0.2 +QP' TO QP' 0.2 +RB Almost 0.0120481927710843 +RB As 0.0120481927710843 +RB almost 0.0240963855421687 +RB always 0.0120481927710843 +RB as 0.0602409638554217 +RB away 0.0120481927710843 +RB because 0.0120481927710843 +RB closely 0.0240963855421687 +RB completely 0.036144578313253 +RB down 0.0120481927710843 +RB earlier 0.0120481927710843 +RB especially 0.0240963855421687 +RB ever 0.0120481927710843 +RB extremely 0.0120481927710843 +RB far 0.0240963855421687 +RB immediately 0.0120481927710843 +RB largely 0.0120481927710843 +RB mainly 0.0120481927710843 +RB much 0.0602409638554217 +RB n't 0.0120481927710843 +RB not 0.265060240963855 +RB obviously 0.0120481927710843 +RB only 0.0240963855421687 +RB present 0.0120481927710843 +RB previously 0.036144578313253 +RB publicly 0.0120481927710843 +RB rather 0.0120481927710843 +RB recently 0.0120481927710843 +RB relatively 0.0120481927710843 +RB so 0.0120481927710843 +RB sometimes 0.0120481927710843 +RB sufficiently 0.0240963855421687 +RB then 0.0240963855421687 +RB too 0.0120481927710843 +RB typically 0.0120481927710843 +RB very 0.072289156626506 +RB well 0.0240963855421687 +RBR More 0.1 +RBR further 0.2 +RBR more 0.7 +RBS most 1 +ROOT_FRAG FRAG 0.5 +ROOT_FRAG S FRAG' 0.5 +ROOT_NP NNS . 0.0833333333333333 +ROOT_NP NP 0.5 +ROOT_NP NP NP' 0.333333333333333 +ROOT_NP NP_NN NP' 0.0833333333333333 +ROOT_S ADVP_RB S' 0.075 +ROOT_S CC S' 0.003125 +ROOT_S NP S' 0.209375 +ROOT_S NP_DT S' 0.00625 +ROOT_S NP_NNP S' 0.025 +ROOT_S NP_NNS S' 0.003125 +ROOT_S NP_PRP S' 0.025 +ROOT_S NP_PRP VP 0.003125 +ROOT_S PP S' 0.075 +ROOT_S S 0.5 +ROOT_S S S' 0.05 +ROOT_S SBAR S' 0.0125 +ROOT_S S_NP S' 0.003125 +ROOT_S S_VP S' 0.00625 +ROOT_S `` S' 0.003125 +ROOT_SINV S SINV' 0.5 +ROOT_SINV SINV 0.5 +S ADVP_RB ADJP 0.00636942675159236 +S ADVP_RB S' 0.0509554140127389 +S ADVP_RB VP 0.0254777070063694 +S CC S' 0.00636942675159236 +S NP ADJP 0.00636942675159236 +S NP S' 0.0191082802547771 +S NP VP 0.414012738853503 +S NP VP_VBD 0.0127388535031847 +S NP VP_VBP 0.00636942675159236 +S NP VP_VBZ 0.00636942675159236 +S NP_DT S' 0.00636942675159236 +S NP_DT VP 0.0254777070063694 +S NP_EX VP 0.0127388535031847 +S NP_NN VP 0.0573248407643312 +S NP_NN VP_VBD 0.0127388535031847 +S NP_NNP S' 0.00636942675159236 +S NP_NNP VP 0.0254777070063694 +S NP_NNS NP 0.00636942675159236 +S NP_NNS VP 0.0509554140127389 +S NP_NNS VP_VBP 0.00636942675159236 +S NP_PRP NP 0.00636942675159236 +S NP_PRP S' 0.00636942675159236 +S NP_PRP VP 0.0828025477707006 +S NP_PRP$ VP 0.00636942675159236 +S PP S' 0.0382165605095541 +S S S' 0.0509554140127389 +S SBAR S' 0.0254777070063694 +S SBAR VP_VBP 0.00636942675159236 +S S_VP S' 0.00636942675159236 +S `` S' 0.00636942675159236 +S' '' S' 0.00257731958762887 +S' , S' 0.224226804123711 +S' , VP 0.00257731958762887 +S' . '' 0.00257731958762887 +S' : S 0.00257731958762887 +S' : S' 0.0180412371134021 +S' ADVP VP 0.00257731958762887 +S' ADVP_RB S' 0.0206185567010309 +S' ADVP_RB S_VP 0.00257731958762887 +S' ADVP_RB VP 0.0103092783505155 +S' CC S 0.0128865979381443 +S' CC S' 0.0360824742268041 +S' CC S_VP 0.00257731958762887 +S' DT S' 0.00257731958762887 +S' IN S' 0.00515463917525773 +S' NP S' 0.0979381443298969 +S' NP VP 0.0231958762886598 +S' NP_EX S' 0.00257731958762887 +S' NP_EX VP 0.00257731958762887 +S' NP_NNP VP 0.00257731958762887 +S' NP_NNS S' 0.0077319587628866 +S' NP_NNS VP 0.0077319587628866 +S' NP_PRP S' 0.0206185567010309 +S' NP_PRP VP 0.0103092783505155 +S' PP S' 0.0154639175257732 +S' PRN S' 0.0077319587628866 +S' RB S 0.00257731958762887 +S' S '' 0.00257731958762887 +S' S . 0.0541237113402062 +S' S S' 0.0231958762886598 +S' SBAR S' 0.0077319587628866 +S' S_VP S' 0.00257731958762887 +S' VP , 0.00257731958762887 +S' VP . 0.353092783505155 +S' VP_VBZ . 0.00257731958762887 +S' `` S' 0.00257731958762887 +SBAR ADVP_RB SBAR' 0.00970873786407767 +SBAR IN FRAG_PP 0.00970873786407767 +SBAR IN S 0.466019417475728 +SBAR IN SBAR' 0.0388349514563107 +SBAR IN SINV 0.00970873786407767 +SBAR IN S_VP 0.0388349514563107 +SBAR RB SBAR' 0.00970873786407767 +SBAR S SBAR' 0.00970873786407767 +SBAR SBAR SBAR' 0.0194174757281553 +SBAR WHADVP_WRB S 0.0485436893203883 +SBAR WHADVP_WRB S_VP 0.0194174757281553 +SBAR WHNP_WDT S 0.0388349514563107 +SBAR WHNP_WDT S_VP 0.233009708737864 +SBAR WHNP_WP S 0.00970873786407767 +SBAR WHNP_WP S_VP 0.00970873786407767 +SBAR WHPP S 0.029126213592233 +SBAR' , SBAR' 0.0833333333333333 +SBAR' . '' 0.0833333333333333 +SBAR' : PRN 0.0833333333333333 +SBAR' CC SBAR 0.166666666666667 +SBAR' IN S 0.166666666666667 +SBAR' NN S_VP 0.166666666666667 +SBAR' S '' 0.0833333333333333 +SBAR' `` S 0.0833333333333333 +SBAR' `` SBAR' 0.0833333333333333 +SBAR_S NP VP 0.333333333333333 +SBAR_S NP_NNS VP 0.0666666666666667 +SBAR_S NP_PRP VP 0.0666666666666667 +SBAR_S S 0.5 +SBAR_S SBAR S' 0.0333333333333333 +SINV VP NP 1 +SINV' NP_NNS . 0.5 +SINV' VP SINV' 0.5 +SQ NP VP 1 +S_ADJP ADJP_JJ 0.5 +S_ADJP JJ 0.5 +S_NP ADJP NNS 0.5 +S_NP NP 0.5 +S_VP ADVP_RB VP' 0.00393700787401575 +S_VP JJ VP' 0.00393700787401575 +S_VP MD VP 0.015748031496063 +S_VP MD VP' 0.00393700787401575 +S_VP TO VP 0.192913385826772 +S_VP TO VP_VB 0.0118110236220472 +S_VP VB 0.00393700787401575 +S_VP VB NP_NNS 0.00393700787401575 +S_VP VBD ADJP 0.00393700787401575 +S_VP VBD NP 0.00393700787401575 +S_VP VBD VP' 0.00393700787401575 +S_VP VBG ADJP 0.00393700787401575 +S_VP VBG NP 0.062992125984252 +S_VP VBG NP_NN 0.00393700787401575 +S_VP VBG NP_NNS 0.0078740157480315 +S_VP VBG S 0.0078740157480315 +S_VP VBG SBAR 0.00393700787401575 +S_VP VBG SBAR_S 0.00393700787401575 +S_VP VBG VP' 0.0590551181102362 +S_VP VBP 0.00393700787401575 +S_VP VBP ADJP 0.0118110236220472 +S_VP VBP PP 0.00393700787401575 +S_VP VBP SBAR 0.00393700787401575 +S_VP VBP SBAR_S 0.0078740157480315 +S_VP VBP S_VP 0.00393700787401575 +S_VP VBP VP' 0.00393700787401575 +S_VP VBZ 0.00393700787401575 +S_VP VBZ NP 0.0236220472440945 +S_VP VBZ VP 0.00393700787401575 +S_VP VBZ VP' 0.0078740157480315 +S_VP VP 0.488188976377953 +S_VP VP PRN 0.00393700787401575 +S_VP VP VP' 0.0078740157480315 +S_VP VP_VB 0.00393700787401575 +S_VP VP_VB VP' 0.00393700787401575 +S_VP VP_VBP 0.00393700787401575 +S_VP VP_VBZ 0.00393700787401575 +TO To 0.0297029702970297 +TO to 0.97029702970297 +UCP DT UCP' 0.333333333333333 +UCP NP_NN UCP' 0.333333333333333 +UCP PP UCP' 0.333333333333333 +UCP' ADJP_JJ UCP' 0.2 +UCP' ADVP_RB PP 0.2 +UCP' CC ADJP 0.2 +UCP' CC ADVP_RB 0.2 +UCP' CC UCP' 0.2 +VB achieve 0.0087719298245614 +VB acquire 0.0087719298245614 +VB agree 0.0263157894736842 +VB annotate 0.0087719298245614 +VB apply 0.0087719298245614 +VB argue 0.0087719298245614 +VB assign 0.0087719298245614 +VB avoid 0.0087719298245614 +VB be 0.280701754385965 +VB boost 0.0087719298245614 +VB choose 0.0175438596491228 +VB combine 0.0087719298245614 +VB compare 0.0087719298245614 +VB comparing 0.0087719298245614 +VB compute 0.0087719298245614 +VB consider 0.0175438596491228 +VB cope 0.0087719298245614 +VB define 0.0087719298245614 +VB determine 0.0087719298245614 +VB disambiguate 0.0175438596491228 +VB divide 0.0087719298245614 +VB exhibit 0.0087719298245614 +VB exist 0.0087719298245614 +VB extract 0.0087719298245614 +VB generalize 0.0087719298245614 +VB give 0.0263157894736842 +VB go 0.0087719298245614 +VB help 0.0087719298245614 +VB identify 0.0087719298245614 +VB implement 0.0087719298245614 +VB improve 0.0087719298245614 +VB infer 0.0087719298245614 +VB integrate 0.0087719298245614 +VB know 0.0175438596491228 +VB lexical 0.0087719298245614 +VB make 0.0175438596491228 +VB memorize 0.0175438596491228 +VB model 0.0087719298245614 +VB organize 0.0087719298245614 +VB outperform 0.0087719298245614 +VB overcome 0.0087719298245614 +VB parse 0.0087719298245614 +VB perform 0.0263157894736842 +VB produce 0.0087719298245614 +VB provide 0.0263157894736842 +VB read 0.0087719298245614 +VB replicate 0.0087719298245614 +VB rival 0.0087719298245614 +VB rive 0.0087719298245614 +VB say 0.0087719298245614 +VB selectional 0.0087719298245614 +VB specify 0.0087719298245614 +VB spend 0.0087719298245614 +VB state 0.0087719298245614 +VB take 0.0087719298245614 +VB tend 0.0087719298245614 +VB test 0.0263157894736842 +VB train 0.0175438596491228 +VB translate 0.0087719298245614 +VB try 0.0087719298245614 +VB understand 0.0087719298245614 +VB use 0.0087719298245614 +VB vary 0.0175438596491228 +VB work 0.0175438596491228 +VBD Supervised 0.0212765957446809 +VBD agreed 0.0212765957446809 +VBD became 0.0425531914893617 +VBD cluster 0.0212765957446809 +VBD encoded 0.0212765957446809 +VBD had 0.0638297872340425 +VBD introduced 0.0212765957446809 +VBD looked 0.0212765957446809 +VBD made 0.0212765957446809 +VBD named 0.0212765957446809 +VBD numbered 0.0212765957446809 +VBD referred 0.0212765957446809 +VBD saw 0.0212765957446809 +VBD submitted 0.0212765957446809 +VBD supervised 0.0212765957446809 +VBD swept 0.0212765957446809 +VBD understood 0.0212765957446809 +VBD used 0.0638297872340425 +VBD was 0.361702127659574 +VBD went 0.0212765957446809 +VBD were 0.127659574468085 +VBG Comparing 0.0125 +VBG according 0.025 +VBG achieving 0.0125 +VBG adopting 0.025 +VBG analyzing 0.0125 +VBG appearing 0.0125 +VBG avoiding 0.0125 +VBG being 0.0625 +VBG choosing 0.0125 +VBG clustering 0.025 +VBG comparing 0.0125 +VBG cooking 0.0125 +VBG correspond 0.0125 +VBG deciding 0.0125 +VBG defining 0.0125 +VBG depending 0.0125 +VBG disambiguating 0.0625 +VBG enabling 0.0125 +VBG evaluating 0.0125 +VBG finding 0.0125 +VBG hand-annotating 0.0125 +VBG having 0.025 +VBG identifying 0.0125 +VBG improving 0.0125 +VBG including 0.0375 +VBG increasing 0.0125 +VBG inducing 0.0125 +VBG knowing 0.0125 +VBG learning 0.05 +VBG making 0.0375 +VBG meaning 0.0125 +VBG mining 0.0125 +VBG outperforming 0.0125 +VBG overcoming 0.0125 +VBG overlapping 0.0125 +VBG preparing 0.0125 +VBG providing 0.0125 +VBG running 0.0125 +VBG solving 0.0125 +VBG spreading 0.0125 +VBG statistically 0.0125 +VBG surrounding 0.025 +VBG tagging 0.0125 +VBG testing 0.0125 +VBG transferring 0.0125 +VBG trying 0.0125 +VBG underlying 0.0125 +VBG using 0.15 +VBG writing 0.0125 +VBN applied 0.0152671755725191 +VBN assessed 0.00763358778625954 +VBN assigned 0.00763358778625954 +VBN associated 0.00763358778625954 +VBN assumed 0.00763358778625954 +VBN based 0.0229007633587786 +VBN been 0.152671755725191 +VBN called 0.00763358778625954 +VBN chosen 0.0229007633587786 +VBN classified 0.0229007633587786 +VBN compared 0.0229007633587786 +VBN confused 0.00763358778625954 +VBN decided 0.00763358778625954 +VBN deemed 0.0152671755725191 +VBN derived 0.00763358778625954 +VBN described 0.00763358778625954 +VBN determined 0.0152671755725191 +VBN developed 0.00763358778625954 +VBN devised 0.00763358778625954 +VBN disambiguated 0.0152671755725191 +VBN divided 0.00763358778625954 +VBN done 0.00763358778625954 +VBN driven 0.00763358778625954 +VBN employed 0.00763358778625954 +VBN encoded 0.00763358778625954 +VBN exemplified 0.00763358778625954 +VBN expected 0.00763358778625954 +VBN exploited 0.00763358778625954 +VBN extended 0.00763358778625954 +VBN extracted 0.00763358778625954 +VBN formulated 0.0152671755725191 +VBN gained 0.00763358778625954 +VBN given 0.0458015267175573 +VBN held 0.00763358778625954 +VBN hoped 0.00763358778625954 +VBN induced 0.00763358778625954 +VBN kept 0.00763358778625954 +VBN known 0.0305343511450382 +VBN limited 0.00763358778625954 +VBN mapped 0.00763358778625954 +VBN met 0.00763358778625954 +VBN named 0.00763358778625954 +VBN needed 0.00763358778625954 +VBN observed 0.00763358778625954 +VBN performed 0.00763358778625954 +VBN progressed 0.00763358778625954 +VBN proposed 0.00763358778625954 +VBN provided 0.00763358778625954 +VBN provoked 0.00763358778625954 +VBN put 0.00763358778625954 +VBN related 0.0152671755725191 +VBN renamed 0.00763358778625954 +VBN replaced 0.00763358778625954 +VBN reported 0.0152671755725191 +VBN required 0.0152671755725191 +VBN researched 0.00763358778625954 +VBN resolved 0.00763358778625954 +VBN selected 0.00763358778625954 +VBN set 0.00763358778625954 +VBN shifted 0.00763358778625954 +VBN shown 0.0381679389312977 +VBN solved 0.00763358778625954 +VBN tagged 0.0152671755725191 +VBN tested 0.0152671755725191 +VBN trained 0.0152671755725191 +VBN translated 0.00763358778625954 +VBN understood 0.00763358778625954 +VBN used 0.099236641221374 +VBN well-behaved 0.00763358778625954 +VBP achieve 0.0111111111111111 +VBP am 0.0111111111111111 +VBP are 0.366666666666667 +VBP argue 0.0111111111111111 +VBP consider 0.0111111111111111 +VBP continue 0.0222222222222222 +VBP depend 0.0111111111111111 +VBP discover 0.0111111111111111 +VBP do 0.0333333333333333 +VBP evoke 0.0111111111111111 +VBP exist 0.0111111111111111 +VBP explain 0.0111111111111111 +VBP go 0.0111111111111111 +VBP have 0.166666666666667 +VBP incline 0.0111111111111111 +VBP include 0.0333333333333333 +VBP involve 0.0111111111111111 +VBP make 0.0222222222222222 +VBP need 0.0222222222222222 +VBP occur 0.0111111111111111 +VBP perform 0.0111111111111111 +VBP provide 0.0111111111111111 +VBP reach 0.0111111111111111 +VBP rely 0.0333333333333333 +VBP require 0.0111111111111111 +VBP seem 0.0111111111111111 +VBP sense 0.0333333333333333 +VBP tend 0.0111111111111111 +VBP use 0.0333333333333333 +VBP variance 0.0111111111111111 +VBP work 0.0111111111111111 +VBZ 's 0.00806451612903226 +VBZ Choices 0.00806451612903226 +VBZ Main 0.00806451612903226 +VBZ allows 0.00806451612903226 +VBZ approaches 0.00806451612903226 +VBZ becomes 0.00806451612903226 +VBZ belongs 0.00806451612903226 +VBZ comprises 0.00806451612903226 +VBZ consists 0.0241935483870968 +VBZ contains 0.00806451612903226 +VBZ does 0.0161290322580645 +VBZ encodes 0.00806451612903226 +VBZ flows 0.0161290322580645 +VBZ gives 0.00806451612903226 +VBZ governs 0.00806451612903226 +VBZ has 0.129032258064516 +VBZ impacts 0.00806451612903226 +VBZ implies 0.00806451612903226 +VBZ improves 0.00806451612903226 +VBZ indicates 0.00806451612903226 +VBZ is 0.612903225806452 +VBZ makes 0.00806451612903226 +VBZ preserves 0.00806451612903226 +VBZ requires 0.0161290322580645 +VBZ serves 0.00806451612903226 +VBZ starts 0.00806451612903226 +VBZ supplements 0.00806451612903226 +VBZ takes 0.00806451612903226 +VBZ uses 0.00806451612903226 +VP ADVP_RB VP' 0.0180505415162455 +VP MD VP 0.055956678700361 +VP MD VP' 0.00902527075812274 +VP MD VP_VB 0.0036101083032491 +VP RB VP' 0.00180505415162455 +VP RBR VP' 0.00180505415162455 +VP TO VP 0.0108303249097473 +VP VB ADJP 0.00180505415162455 +VP VB ADVP_RBS 0.00180505415162455 +VP VB NP 0.0541516245487365 +VP VB NP_PRP 0.00180505415162455 +VP VB PP 0.0162454873646209 +VP VB PP_IN 0.00180505415162455 +VP VB S 0.00180505415162455 +VP VB SBAR 0.00541516245487365 +VP VB S_VP 0.0036101083032491 +VP VB VP 0.0342960288808664 +VP VB VP' 0.0685920577617329 +VP VB VP_VBN 0.00902527075812274 +VP VBD ADJP 0.00541516245487365 +VP VBD ADJP_JJ 0.00180505415162455 +VP VBD NP 0.00541516245487365 +VP VBD NP_NNS 0.00180505415162455 +VP VBD PP 0.00541516245487365 +VP VBD SBAR 0.0072202166064982 +VP VBD SBAR_S 0.00541516245487365 +VP VBD S_VP 0.0036101083032491 +VP VBD VP 0.0126353790613718 +VP VBD VP' 0.0270758122743682 +VP VBD VP_VBN 0.0036101083032491 +VP VBG NP 0.0162454873646209 +VP VBG NP_NNS 0.0036101083032491 +VP VBG PP 0.0036101083032491 +VP VBG SBAR 0.00180505415162455 +VP VBG S_VP 0.00180505415162455 +VP VBG UCP 0.00180505415162455 +VP VBG VP 0.0036101083032491 +VP VBG VP' 0.0144404332129964 +VP VBN ADJP 0.00180505415162455 +VP VBN ADVP_RB 0.00541516245487365 +VP VBN NP 0.00541516245487365 +VP VBN NP_NN 0.0036101083032491 +VP VBN PP 0.0631768953068592 +VP VBN SBAR 0.00902527075812274 +VP VBN S_ADJP 0.00180505415162455 +VP VBN S_VP 0.0180505415162455 +VP VBN VP 0.0270758122743682 +VP VBN VP' 0.0451263537906137 +VP VBN VP_VBN 0.0036101083032491 +VP VBP ADJP 0.00902527075812274 +VP VBP ADJP_JJ 0.00180505415162455 +VP VBP ADVP 0.00180505415162455 +VP VBP NP 0.0270758122743682 +VP VBP NP_NNS 0.00180505415162455 +VP VBP PP 0.00902527075812274 +VP VBP S 0.0036101083032491 +VP VBP SBAR 0.0036101083032491 +VP VBP SBAR_S 0.00180505415162455 +VP VBP S_VP 0.0144404332129964 +VP VBP VP 0.0324909747292419 +VP VBP VP' 0.0306859205776173 +VP VBP VP_VBN 0.0072202166064982 +VP VBZ ADJP 0.0180505415162455 +VP VBZ ADJP_JJ 0.0036101083032491 +VP VBZ NP 0.0415162454873646 +VP VBZ NP_NN 0.00180505415162455 +VP VBZ PP 0.0108303249097473 +VP VBZ SBAR 0.00541516245487365 +VP VBZ S_VP 0.00902527075812274 +VP VBZ VP 0.0505415162454874 +VP VBZ VP' 0.0577617328519856 +VP VBZ VP_VBN 0.00541516245487365 +VP VP VP' 0.0270758122743682 +VP VP_VB VP' 0.00180505415162455 +VP VP_VBN VP' 0.00180505415162455 +VP VP_VBZ VP' 0.00541516245487365 +VP `` VP' 0.0036101083032491 +VP' , ADJP 0.00334448160535117 +VP' , ADVP 0.00334448160535117 +VP' , ADVP_RB 0.00668896321070234 +VP' , NP 0.00668896321070234 +VP' , PP 0.0301003344481605 +VP' , PRN 0.00334448160535117 +VP' , S 0.00334448160535117 +VP' , SBAR 0.0267558528428094 +VP' , S_VP 0.0334448160535117 +VP' , VP' 0.0501672240802676 +VP' : NP 0.00668896321070234 +VP' : S 0.00334448160535117 +VP' : VP 0.00334448160535117 +VP' : VP' 0.00334448160535117 +VP' ADJP PP 0.0100334448160535 +VP' ADJP PRN 0.00668896321070234 +VP' ADJP SBAR 0.00334448160535117 +VP' ADJP S_VP 0.00668896321070234 +VP' ADJP VP' 0.0100334448160535 +VP' ADJP_JJ SBAR 0.00668896321070234 +VP' ADJP_JJ VP' 0.00668896321070234 +VP' ADJP_JJR VP' 0.00334448160535117 +VP' ADVP PP 0.00334448160535117 +VP' ADVP VP 0.00334448160535117 +VP' ADVP VP' 0.00668896321070234 +VP' ADVP_IN VP' 0.00334448160535117 +VP' ADVP_RB ADJP 0.00668896321070234 +VP' ADVP_RB NP 0.00668896321070234 +VP' ADVP_RB PP 0.0167224080267559 +VP' ADVP_RB SBAR 0.00334448160535117 +VP' ADVP_RB S_VP 0.00334448160535117 +VP' ADVP_RB VBN 0.00334448160535117 +VP' ADVP_RB VP 0.0535117056856187 +VP' ADVP_RB VP' 0.0267558528428094 +VP' ADVP_RB VP_VB 0.00334448160535117 +VP' CC VP 0.0367892976588629 +VP' CC VP' 0.0334448160535117 +VP' CC VP_SBAR 0.00334448160535117 +VP' CC VP_VBN 0.00334448160535117 +VP' NP '' 0.00334448160535117 +VP' NP ADVP_RB 0.0100334448160535 +VP' NP NP 0.00334448160535117 +VP' NP PP 0.0903010033444816 +VP' NP PRN 0.00668896321070234 +VP' NP SBAR 0.0133779264214047 +VP' NP S_VP 0.0133779264214047 +VP' NP VP' 0.0535117056856187 +VP' NP_DT NP 0.00334448160535117 +VP' NP_NN PP 0.00668896321070234 +VP' NP_NNP PP 0.00334448160535117 +VP' NP_NNS PP 0.00668896321070234 +VP' NP_NNS VP' 0.00668896321070234 +VP' NP_PRP PP 0.00668896321070234 +VP' PP '' 0.00668896321070234 +VP' PP ADJP_JJ 0.00334448160535117 +VP' PP ADVP 0.00334448160535117 +VP' PP ADVP_RB 0.00334448160535117 +VP' PP PP 0.0334448160535117 +VP' PP PRN 0.00668896321070234 +VP' PP SBAR 0.0133779264214047 +VP' PP S_VP 0.0167224080267559 +VP' PP VP' 0.0668896321070234 +VP' PRT_RP NP 0.00334448160535117 +VP' PRT_RP VP' 0.00334448160535117 +VP' RB ADJP 0.00668896321070234 +VP' RB ADJP_JJ 0.00334448160535117 +VP' RB NP 0.00668896321070234 +VP' RB VP 0.0301003344481605 +VP' RB VP' 0.0133779264214047 +VP' SBAR PRN 0.00334448160535117 +VP' SBAR VP' 0.00668896321070234 +VP' S_VP VP' 0.0100334448160535 +VP' VB NP 0.00668896321070234 +VP' VBG NP 0.0100334448160535 +VP' VBG PP 0.00334448160535117 +VP' VBN NP_NNP 0.00334448160535117 +VP' VBN PP 0.0167224080267559 +VP' VBN SBAR 0.00334448160535117 +VP' VBN VP' 0.0100334448160535 +VP' VBP VP' 0.00334448160535117 +VP' VBZ VP' 0.00668896321070234 +VP' VP PP 0.00334448160535117 +VP' VP VP' 0.00334448160535117 +VP' VP_VBN VP' 0.00334448160535117 +VP' `` VP' 0.00334448160535117 +VP_SBAR SBAR 0.5 +VP_SBAR SBAR SBAR' 0.5 +VP_VB Recall 0.0588235294117647 +VP_VB VB 0.470588235294118 +VP_VB create 0.0588235294117647 +VP_VB disambiguate 0.117647058823529 +VP_VB sound 0.0588235294117647 +VP_VB take 0.117647058823529 +VP_VB test 0.0588235294117647 +VP_VB train 0.0588235294117647 +VP_VBD VBD 0.5 +VP_VBD adopted 0.125 +VP_VBD did 0.125 +VP_VBD needed 0.25 +VP_VBG VBG 0.5 +VP_VBG going 0.5 +VP_VBN VBN 0.5 +VP_VBN adopted 0.05 +VP_VBN consumed 0.025 +VP_VBN decoupled 0.025 +VP_VBN disambiguated 0.075 +VP_VBN extended 0.025 +VP_VBN included 0.05 +VP_VBN involved 0.025 +VP_VBN modulated 0.025 +VP_VBN organized 0.025 +VP_VBN performed 0.025 +VP_VBN reached 0.025 +VP_VBN tested 0.025 +VP_VBN used 0.1 +VP_VBP VBP 0.428571428571429 +VP_VBP are 0.142857142857143 +VP_VBP arise 0.142857142857143 +VP_VBP exist 0.142857142857143 +VP_VBP sense 0.142857142857143 +VP_VBZ Jill 0.0909090909090909 +VP_VBZ VBZ 0.454545454545455 +VP_VBZ follows 0.0909090909090909 +VP_VBZ is 0.0909090909090909 +VP_VBZ measures 0.0909090909090909 +VP_VBZ repeats 0.0909090909090909 +VP_VBZ works 0.0909090909090909 +WHADVP_WRB WRB 0.5 +WHADVP_WRB how 0.0714285714285714 +WHADVP_WRB when 0.214285714285714 +WHADVP_WRB where 0.142857142857143 +WHADVP_WRB why 0.0714285714285714 +WHNP_WDT WDT 0.5 +WHNP_WDT that 0.145161290322581 +WHNP_WDT which 0.354838709677419 +WHNP_WP WP 0.5 +WHNP_WP what 0.5 +WHPP IN WHNP_WDT 1 +`` ` 0.357142857142857 +`` `` 0.642857142857143 diff --git a/data/wiki-en-test.norm b/data/wiki-en-test.norm new file mode 100644 index 0000000..58ce8bc --- /dev/null +++ b/data/wiki-en-test.norm @@ -0,0 +1,171 @@ +In computational linguistics , word-sense disambiguation -LRB- WSD -RRB- is an open problem of natural language processing , which governs the process of identifying which sense of a word -LRB- i.e. meaning -RRB- is used in a sentence , when the word has multiple meanings -LRB- polysemy -RRB- . +The solution to this problem impacts other computer-related writing , such as discourse , improving relevance of search engines , anaphora resolution , coherence , inference et cetera . +Research has progressed steadily to the point where WSD systems achieve sufficiently high levels of accuracy on a variety of word types and ambiguities . +A rich variety of techniques have been researched , from dictionary-based methods that use the knowledge encoded in lexical resources , to supervised machine learning methods in which a classifier is trained for each distinct word on a corpus of manually sense-annotated examples , to completely unsupervised methods that cluster occurrences of words , thereby inducing word senses . +Among these , supervised learning approaches have been the most successful algorithms to date . +Current accuracy is difficult to state without a host of caveats . +In English , accuracy at the coarse-grained -LRB- homograph -RRB- level is routinely above 90 % , with some methods on particular homographs achieving over 96 % . +On finer-grained sense distinctions , top accuracies from 59.1 % to 69.0 % have been reported in recent evaluation exercises -LRB- SemEval-2007 , Senseval-2 -RRB- , where the baseline accuracy of the simplest possible algorithm of always choosing the most frequent sense was 51.4 % and 57 % , respectively . +WSD task has two variants : `` lexical sample '' and `` all words '' task . +The former comprises disambiguating the occurrences of a small sample of target words which were previously selected , while in the latter all the words in a piece of running text need to be disambiguated . +The latter is deemed a more realistic form of evaluation , but the corpus is more expensive to produce because human annotators have to read the definitions for each word in the sequence every time they need to make a tagging judgement , rather than once for a block of instances for the same target word . +To give a hint how all this works , consider two examples of the distinct senses that exist for the -LRB- written -RRB- word `` bass '' : a type of fish tones of low frequency and the sentences : I went fishing for some sea bass . +The bass line of the song is too weak . +To a human , it is obvious that the first sentence is using the word `` bass -LRB- fish -RRB- '' , as in the former sense above and in the second sentence , the word `` bass -LRB- instrument -RRB- '' is being used as in the latter sense below . +Developing algorithms to replicate this human ability can often be a difficult task , as is further exemplified by the implicit equivocation between `` bass -LRB- sound -RRB- '' and `` bass '' -LRB- musical instrument -RRB- . +History WSD was first formulated as a distinct computational task during the early days of machine translation in the 1940s , making it one of the oldest problems in computational linguistics . +Warren Weaver , in his famous 1949 memorandum on translation , first introduced the problem in a computational context . +Early researchers understood the significance and difficulty of WSD well . +In fact , Bar-Hillel -LRB- 1960 -RRB- used the above example to argue that WSD could not be solved by `` electronic computer '' because of the need in general to model all world knowledge . +In the 1970s , WSD was a subtask of semantic interpretation systems developed within the field of artificial intelligence , but since WSD systems were largely rule-based and hand-coded they were prone to a knowledge acquisition bottleneck . +By the 1980s large-scale lexical resources , such as the Oxford Advanced Learner 's Dictionary of Current English -LRB- OALD -RRB- , became available : hand-coding was replaced with knowledge automatically extracted from these resources , but disambiguation was still knowledge-based or dictionary-based . +In the 1990s , the statistical revolution swept through computational linguistics , and WSD became a paradigm problem on which to apply supervised machine learning techniques . +The 2000s saw supervised techniques reach a plateau in accuracy , and so attention has shifted to coarser-grained senses , domain adaptation , semi-supervised and unsupervised corpus-based systems , combinations of different methods , and the return of knowledge-based systems via graph-based methods . +Still , supervised systems continue to perform best . +Difficulties Differences between dictionaries One problem with word sense disambiguation is deciding what the senses are . +In cases like the word bass above , at least some senses are obviously different . +In other cases , however , the different senses can be closely related -LRB- one meaning being a metaphorical or metonymic extension of another -RRB- , and in such cases division of words into senses becomes much more difficult . +Different dictionaries and thesauruses will provide different divisions of words into senses . +One solution some researchers have used is to choose a particular dictionary , and just use its set of senses . +Generally , however , research results using broad distinctions in senses have been much better than those using narrow ones . +However , given the lack of a full-fledged coarse-grained sense inventory , most researchers continue to work on fine-grained WSD . +Most research in the field of WSD is performed by using WordNet as a reference sense inventory for English . +WordNet is a computational lexicon that encodes concepts as synonym sets -LRB- e.g. the concept of car is encoded as -LCB- car , auto , automobile , machine , motorcar -RCB- -RRB- . +Other resources used for disambiguation purposes include Roget 's Thesaurus and Wikipedia . +Part-of-speech tagging In any real test , part-of-speech tagging and sense tagging are very closely related with each potentially making constraints to the other . +And the question whether these tasks should be kept together or decoupled is still not unanimously resolved , but recently scientists incline to test these things separately -LRB- e.g. in the Senseval\/SemEval competitions parts of speech are provided as input for the text to disambiguate -RRB- . +It is instructive to compare the word sense disambiguation problem with the problem of part-of-speech tagging . +Both involve disambiguating or tagging with words , be it with senses or parts of speech . +However , algorithms used for one do not tend to work well for the other , mainly because the part of speech of a word is primarily determined by the immediately adjacent one to three words , whereas the sense of a word may be determined by words further away . +The success rate for part-of-speech tagging algorithms is at present much higher than that for WSD , state-of-the art being around 95 % accuracy or better , as compared to less than 75 % accuracy in word sense disambiguation with supervised learning . +These figures are typical for English , and may be very different from those for other languages . +Inter-judge variance Another problem is inter-judge variance . +WSD systems are normally tested by having their results on a task compared against those of a human . +However , while it is relatively easy to assign parts of speech to text , training people to tag senses is far more difficult . +While users can memorize all of the possible parts of speech a word can take , it is often impossible for individuals to memorize all of the senses a word can take . +Moreover , humans do not agree on the task at hand -- give a list of senses and sentences , and humans will not always agree on which word belongs in which sense . +Thus , a computer can not be expected to give better performance on such a task than a human -LRB- indeed , since the human serves as the standard , the computer being better than the human is incoherent -RRB- , -LRB- citation needed -RRB- so the human performance serves as an upper bound . +Human performance , however , is much better on coarse-grained than fine-grained distinctions , so this again is why research on coarse-grained distinctions has been put to test in recent WSD evaluation exercises . +Common sense Some AI researchers like Douglas Lenat argue that one can not parse meanings from words without some form of common sense ontology . +For example , comparing these two sentences : `` Jill and Mary are sisters . '' +-- -LRB- they are sisters of each other -RRB- . +`` Jill and Mary are mothers . '' +-- -LRB- each is independently a mother -RRB- . +To properly identify senses of words one must know common sense facts . +Moreover , sometimes the common sense is needed to disambiguate such words like pronouns in case of having anaphoras or cataphoras in the text . +Sense inventory and algorithms ' task-dependency A task-independent sense inventory is not a coherent concept : each task requires its own division of word meaning into senses relevant to the task . +For example , the ambiguity of ` mouse ' -LRB- animal or device -RRB- is not relevant in English-French machine translation , but is relevant in information retrieval . +The opposite is true of ` river ' , which requires a choice in French -LRB- fleuve ` flows into the sea ' , or rivière ` flows into a river ' -RRB- . +Also , completely different algorithms might be required by different applications . +In machine translation , the problem takes the form of target word selection . +Here the `` senses '' are words in the target language , which often correspond to significant meaning distinctions in the source language -LRB- bank could translate to French banque ` financial bank ' or rive ` edge of river ' -RRB- . +In information retrieval , a sense inventory is not necessarily required , because it is enough to know that a word is used in the same sense in the query and a retrieved document ; what sense that is , is unimportant . +Discreteness of senses Finally , the very notion of `` word sense '' is slippery and controversial . +Most people can agree in distinctions at the coarse-grained homograph level -LRB- e.g. , pen as writing instrument or enclosure -RRB- , but go down one level to fine-grained polysemy , and disagreements arise . +For example , in Senseval-2 , which used fine-grained sense distinctions , human annotators agreed in only 85 % of word occurrences . +Word meaning is in principle infinitely variable and context sensitive . +It does not divide up easily into distinct or discrete sub-meanings . +Lexicographers frequently discover in corpora loose and overlapping word meanings , and standard or conventional meanings extended , modulated , and exploited in a bewildering variety of ways . +The art of lexicography is to generalize from the corpus to definitions that evoke and explain the full range of meaning of a word , making it seem like words are well-behaved semantically . +However , it is not at all clear if these same meaning distinctions are applicable in computational applications , as the decisions of lexicographers are usually driven by other considerations . +Recently , a task -- named lexical substitution -- has been proposed as a possible solution to the sense discreteness problem . +The task consists of providing a substitute for a word in context that preserves the meaning of the original word -LRB- potentially , substitutes can be chosen from the full lexicon of the target language , thus overcoming discreteness -RRB- . +Approaches and methods As in all natural language processing , there are two main approaches to WSD -- deep approaches and shallow approaches . +Deep approaches presume access to a comprehensive body of world knowledge . +Knowledge , such as `` you can go fishing for a type of fish , but not for low frequency sounds '' and `` songs have low frequency sounds as parts , but not types of fish '' , is then used to determine in which sense the word is used . +These approaches are not very successful in practice , mainly because such a body of knowledge does not exist in a computer-readable format , outside of very limited domains . +However , if such knowledge did exist , then deep approaches would be much more accurate than the shallow approaches . +-LRB- citation needed -RRB- Also , there is a long tradition in computational linguistics , of trying such approaches in terms of coded knowledge and in some cases , it is hard to say clearly whether the knowledge involved is linguistic or world knowledge . +The first attempt was that by Margaret Masterman and her colleagues , at the Cambridge Language Research Unit in England , in the 1950s . +This attempt used as data a punched-card version of Roget 's Thesaurus and its numbered `` heads '' , as an indicator of topics and looked for repetitions in text , using a set intersection algorithm . +It was not very successful , but had strong relationships to later work , especially Yarowsky 's machine learning optimisation of a thesaurus method in the 1990s . +Shallow approaches do n't try to understand the text . +They just consider the surrounding words , using information such as `` if bass has words sea or fishing nearby , it probably is in the fish sense ; if bass has the words music or song nearby , it is probably in the music sense . '' +These rules can be automatically derived by the computer , using a training corpus of words tagged with their word senses . +This approach , while theoretically not as powerful as deep approaches , gives superior results in practice , due to the computer 's limited world knowledge . +However , it can be confused by sentences like The dogs bark at the tree which contains the word bark near both tree and dogs . +There are four conventional approaches to WSD : Dictionary - and knowledge-based methods : These rely primarily on dictionaries , thesauri , and lexical knowledge bases , without using any corpus evidence . +Supervised methods : These make use of sense-annotated corpora to train from . +Semi-supervised or minimally supervised methods : These make use of a secondary source of knowledge such as a small annotated corpus as seed data in a bootstrapping process , or a word-aligned bilingual corpus . +Unsupervised methods : These eschew -LRB- almost -RRB- completely external information and work directly from raw unannotated corpora . +These methods are also known under the name of word sense discrimination . +Almost all these approaches normally work by defining a window of n content words around each word to be disambiguated in the corpus , and statistically analyzing those n surrounding words . +Two shallow approaches used to train and then disambiguate are Naïve Bayes classifiers and decision trees . +In recent research , kernel-based methods such as support vector machines have shown superior performance in supervised learning . +Graph-based approaches have also gained much attention from the research community , and currently achieve performance close to the state of the art . +Dictionary - and knowledge-based methods The Lesk algorithm is the seminal dictionary-based method . +It is based on the hypothesis that words used together in text are related to each other and that the relation can be observed in the definitions of the words and their senses . +Two -LRB- or more -RRB- words are disambiguated by finding the pair of dictionary senses with the greatest word overlap in their dictionary definitions . +For example , when disambiguating the words in `` pine cone '' , the definitions of the appropriate senses both include the words evergreen and tree -LRB- at least in one dictionary -RRB- . +An alternative to the use of the definitions is to consider general word-sense relatedness and to compute the semantic similarity of each pair of word senses based on a given lexical knowledge base such as WordNet . +Graph-based methods reminiscent of spreading activation research of the early days of AI research have been applied with some success . +More complex graph-based approaches have been shown to perform almost as well as supervised methods or even outperforming them on specific domains . +Recently , it has been reported that simple graph connectivity measures , such as degree , perform state-of-the-art WSD in the presence of a sufficiently rich lexical knowledge base . +Also , automatically transferring knowledge in the form of semantic relations from Wikipedia to WordNet has been shown to boost simple knowledge-based methods , enabling them to rival the best supervised systems and even outperform them in a domain-specific setting . +The use of selectional preferences -LRB- or selectional restrictions -RRB- is also useful , for example , knowing that one typically cooks food , one can disambiguate the word bass in `` I am cooking basses '' -LRB- i.e. , it 's not a musical instrument -RRB- . +Supervised methods Supervised methods are based on the assumption that the context can provide enough evidence on its own to disambiguate words -LRB- hence , world knowledge and reasoning are deemed unnecessary -RRB- . +Probably every machine learning algorithm going has been applied to WSD , including associated techniques such as feature selection , parameter optimization , and ensemble learning . +Support Vector Machines and memory-based learning have been shown to be the most successful approaches , to date , probably because they can cope with the high-dimensionality of the feature space . +However , these supervised methods are subject to a new knowledge acquisition bottleneck since they rely on substantial amounts of manually sense-tagged corpora for training , which are laborious and expensive to create . +Semi-supervised methods Because of the lack of training data , many word sense disambiguation algorithms use semi-supervised learning , which allows both labeled and unlabeled data . +The Yarowsky algorithm was an early example of such an algorithm . +It uses the ` One sense per collocation ' and the ` One sense per discourse ' properties of human languages for word sense disambiguation . +From observation , words tend to exhibit only one sense in most given discourse and in a given collocation . +The bootstrapping approach starts from a small amount of seed data for each word : either manually tagged training examples or a small number of surefire decision rules -LRB- e.g. , ` play ' in the context of ` bass ' almost always indicates the musical instrument -RRB- . +The seeds are used to train an initial classifier , using any supervised method . +This classifier is then used on the untagged portion of the corpus to extract a larger training set , in which only the most confident classifications are included . +The process repeats , each new classifier being trained on a successively larger training corpus , until the whole corpus is consumed , or until a given maximum number of iterations is reached . +Other semi-supervised techniques use large quantities of untagged corpora to provide co-occurrence information that supplements the tagged corpora . +These techniques have the potential to help in the adaptation of supervised models to different domains . +Also , an ambiguous word in one language is often translated into different words in a second language depending on the sense of the word . +Word-aligned bilingual corpora have been used to infer cross-lingual sense distinctions , a kind of semi-supervised system . +Unsupervised methods Main article : Word sense induction Unsupervised learning is the greatest challenge for WSD researchers . +The underlying assumption is that similar senses occur in similar contexts , and thus senses can be induced from text by clustering word occurrences using some measure of similarity of context , a task referred to as word sense induction or discrimination . +Then , new occurrences of the word can be classified into the closest induced clusters\/senses . +Performance has been lower than other methods , above , but comparisons are difficult since senses induced must be mapped to a known dictionary of word senses . +If a mapping to a set of dictionary senses is not desired , cluster-based evaluations -LRB- including measures of entropy and purity -RRB- can be performed . +Alternatively , word sense induction methods can be tested and compared within an application . +For instance , it has been shown that word sense induction improves Web search result clustering by increasing the quality of result clusters and the degree diversification of result lists . +It is hoped that unsupervised learning will overcome the knowledge acquisition bottleneck because they are not dependent on manual effort . +Other approaches Other approaches may vary differently in their methods : Identification of dominant word senses ; Domain-driven disambiguation ; WSD using Cross-Lingual Evidence . +Local impediments and summary The knowledge acquisition bottleneck is perhaps the major impediment to solving the WSD problem . +Unsupervised methods rely on knowledge about word senses , which is barely formulated in dictionaries and lexical databases . +Supervised methods depend crucially on the existence of manually annotated examples for every word sense , a requisite that can so far be met only for a handful of words for testing purposes , as it is done in the Senseval exercises . +Therefore , one of the most promising trends in WSD research is using the largest corpus ever accessible , the World Wide Web , to acquire lexical information automatically . +WSD has been traditionally understood as an intermediate language engineering technology which could improve applications such as information retrieval -LRB- IR -RRB- . +In this case , however , the reverse is also true : Web search engines implement simple and robust IR techniques that can be successfully used when mining the Web for information to be employed in WSD . +Therefore , the lack of training data provoked appearing some new algorithms and techniques described here : Main article : Automatic Acquisition of Sense-Tagged Corpora External knowledge sources Knowledge is a fundamental component of WSD . +Knowledge sources provide data which are essential to associate senses with words . +They can vary from corpora of texts , either unlabeled or annotated with word senses , to machine-readable dictionaries , thesauri , glossaries , ontologies , etc. . +They can be classified as follows : Structured : Thesauri Machine-readable dictionaries -LRB- MRDs -RRB- Ontologies Unstructured : Corpora : raw corpora and sense-annotated corpora Collocation resources Other resources -LRB- such as word frequency lists , stoplists , domain labels , etc. -RRB- Evaluation Comparing and evaluating different WSD systems is extremely difficult , because of the different test sets , sense inventories , and knowledge resources adopted . +Before the organization of specific evaluation campaigns most systems were assessed on in-house , often small-scale , data sets . +In order to test one 's algorithm , developers should spend their time to annotate all word occurrences . +And comparing methods even on the same corpus is not eligible if there is different sense inventories . +In order to define common evaluation datasets and procedures , public evaluation campaigns have been organized . +Senseval -LRB- now renamed SemEval -RRB- is an international word sense disambiguation competition , held every three years since 1998 : Senseval-1 -LRB- 1998 -RRB- , Senseval-2 -LRB- 2001 -RRB- , Senseval-3 -LRB- 2004 -RRB- , and its successor , SemEval -LRB- 2007 -RRB- . +The objective of the competition is to organize different lectures , preparing and hand-annotating corpus for testing systems , perform a comparative evaluation of WSD systems in several kinds of tasks , including all-words and lexical sample WSD for different languages , and , more recently , new tasks such as semantic role labeling , gloss WSD , lexical substitution , etc. . +The systems submitted for evaluation to these competitions usually integrate different techniques and often combine supervised and knowledge-based methods -LRB- especially for avoiding bad performance in lack of training examples -RRB- . +Task Design Choices Sense Inventories . +During the first Senseval workshop the HECTOR sense inventory was adopted . +The reason for adopting a previously unknown sense inventory was mainly to avoid the use of popular fine-grained word senses -LRB- such as WordNet -RRB- , which could make the experiments unfair or biased . +However , given the lack of coverage of such inventories , since the second Senseval workshop the WordNet sense inventory has been adopted . +A set of testing words . +Comparison of methods can be divided in 2 groups by amount of words to test . +The difference consists in the amount of analysis and processing : all-words task implies disambiguating all the words of the text lexical sample consists in disambiguating some previously chosen target words . +It is assumed that the former one is more realistic evaluation , although with very laborious testing of results . +Initially only the latter was used in evaluation but later the former was included . +Lexical sample organizers had to choose samples on which the systems were to be tested . +A criticism of earlier forays into lexical-sample WSD evaluation is that the lexical sample had been chosen according to the whim of the experimenter -LRB- or , to coincide with earlier experimenters ' selections -RRB- . +For English Senseval , a sampling frame was devised in which words were classified according to their frequency -LRB- in the BNC -RRB- and their polysemy level -LRB- in WordNet -RRB- . +Also , inclusion POS-tagging problem was a matter of discussion and it was decided that samples should be words with known part of speech and some indeterminants -LRB- for ex . +15 noun tasks , 13 verb tasks , 8 adjectives , and 5 indeterminates -RRB- . +Baselines . +For comparison purposes , known , yet simple , algorithms named baselines are used . +These include different variants of Lesk algorithm or most frequent sense algorithm . +Sense inventory . +WSD exercises require a dictionary , to specify the word senses which are to be disambiguated , and a corpus of language data to be disambiguated . +WordNet is the most popular example of sense inventory . +The reason for adopting the HECTOR database during Senseval-1 was that the WordNet inventory was already publicly available . +Evaluation measures . +During the evaluation of WSD systems two main performance measures are used : Precision : the fraction of system assignments made that are correct Recall : the fraction of total word instances correctly assigned by a system If a system makes an assignment for every word , then precision and recall are the same , and can be called accuracy . +This model has been extended to take into account systems that return a set of senses with weights for each occurrence . diff --git a/data/wiki-en-test.norm_pos b/data/wiki-en-test.norm_pos new file mode 100644 index 0000000..0785b48 --- /dev/null +++ b/data/wiki-en-test.norm_pos @@ -0,0 +1,171 @@ +In_IN computational_JJ linguistics_NNS ,_, word-sense_JJ disambiguation_NN -LRB-_-LRB- WSD_NN -RRB-_-RRB- is_VBZ an_DT open_JJ problem_NN of_IN natural_JJ language_NN processing_NN ,_, which_WDT governs_VBZ the_DT process_NN of_IN identifying_VBG which_WDT sense_NN of_IN a_DT word_NN -LRB-_-LRB- i.e._FW meaning_NN -RRB-_-RRB- is_VBZ used_VBN in_IN a_DT sentence_NN ,_, when_WRB the_DT word_NN has_VBZ multiple_JJ meanings_NNS -LRB-_-LRB- polysemy_NN -RRB-_-RRB- ._. +The_DT solution_NN to_TO this_DT problem_NN impacts_VBZ other_JJ computer-related_JJ writing_NN ,_, such_JJ as_IN discourse_NN ,_, improving_VBG relevance_NN of_IN search_NN engines_NNS ,_, anaphora_NN resolution_NN ,_, coherence_NN ,_, inference_NN et_FW cetera_FW ._. +Research_NNP has_VBZ progressed_VBN steadily_RB to_TO the_DT point_NN where_WRB WSD_NNP systems_NNS achieve_VBP sufficiently_RB high_JJ levels_NNS of_IN accuracy_NN on_IN a_DT variety_NN of_IN word_NN types_NNS and_CC ambiguities_NNS ._. +A_DT rich_JJ variety_NN of_IN techniques_NNS have_VBP been_VBN researched_VBN ,_, from_IN dictionary-based_JJ methods_NNS that_WDT use_VBP the_DT knowledge_NN encoded_VBN in_IN lexical_JJ resources_NNS ,_, to_TO supervised_JJ machine_NN learning_NN methods_NNS in_IN which_WDT a_DT classifier_NN is_VBZ trained_VBN for_IN each_DT distinct_JJ word_NN on_IN a_DT corpus_NN of_IN manually_RB sense-annotated_JJ examples_NNS ,_, to_TO completely_RB unsupervised_JJ methods_NNS that_WDT cluster_VBP occurrences_NNS of_IN words_NNS ,_, thereby_RB inducing_VBG word_NN senses_NNS ._. +Among_IN these_DT ,_, supervised_JJ learning_NN approaches_NNS have_VBP been_VBN the_DT most_RBS successful_JJ algorithms_NNS to_TO date_NN ._. +Current_JJ accuracy_NN is_VBZ difficult_JJ to_TO state_NN without_IN a_DT host_NN of_IN caveats_NNS ._. +In_IN English_NNP ,_, accuracy_NN at_IN the_DT coarse-grained_JJ -LRB-_-LRB- homograph_JJ -RRB-_-RRB- level_NN is_VBZ routinely_RB above_IN 90_CD %_NN ,_, with_IN some_DT methods_NNS on_IN particular_JJ homographs_NNS achieving_VBG over_IN 96_CD %_NN ._. +On_IN finer-grained_JJ sense_NN distinctions_NNS ,_, top_JJ accuracies_NNS from_IN 59.1_CD %_NN to_TO 69.0_CD %_NN have_VBP been_VBN reported_VBN in_IN recent_JJ evaluation_NN exercises_NNS -LRB-_-LRB- SemEval-2007_NN ,_, Senseval-2_NN -RRB-_-RRB- ,_, where_WRB the_DT baseline_NN accuracy_NN of_IN the_DT simplest_JJS possible_JJ algorithm_NN of_IN always_RB choosing_VBG the_DT most_RBS frequent_JJ sense_NN was_VBD 51.4_CD %_NN and_CC 57_CD %_NN ,_, respectively_RB ._. +WSD_NN task_NN has_VBZ two_CD variants_NNS :_: ``_`` lexical_JJ sample_NN ''_'' and_CC ``_`` all_DT words_NNS ''_'' task_NN ._. +The_DT former_JJ comprises_VBZ disambiguating_VBG the_DT occurrences_NNS of_IN a_DT small_JJ sample_NN of_IN target_NN words_NNS which_WDT were_VBD previously_RB selected_VBN ,_, while_IN in_IN the_DT latter_JJ all_PDT the_DT words_NNS in_IN a_DT piece_NN of_IN running_VBG text_NN need_VBP to_TO be_VB disambiguated_VBN ._. +The_DT latter_NN is_VBZ deemed_VBN a_DT more_RBR realistic_JJ form_NN of_IN evaluation_NN ,_, but_CC the_DT corpus_NN is_VBZ more_RBR expensive_JJ to_TO produce_VB because_IN human_JJ annotators_NNS have_VBP to_TO read_VB the_DT definitions_NNS for_IN each_DT word_NN in_IN the_DT sequence_NN every_DT time_NN they_PRP need_VBP to_TO make_VB a_DT tagging_NN judgement_NN ,_, rather_RB than_IN once_RB for_IN a_DT block_NN of_IN instances_NNS for_IN the_DT same_JJ target_NN word_NN ._. +To_TO give_VB a_DT hint_NN how_WRB all_PDT this_DT works_NNS ,_, consider_VB two_CD examples_NNS of_IN the_DT distinct_JJ senses_NNS that_WDT exist_VBP for_IN the_DT -LRB-_-LRB- written_VBN -RRB-_-RRB- word_NN ``_`` bass_NN ''_'' :_: a_DT type_NN of_IN fish_NN tones_NNS of_IN low_JJ frequency_NN and_CC the_DT sentences_NNS :_: I_PRP went_VBD fishing_NN for_IN some_DT sea_NN bass_NN ._. +The_DT bass_NN line_NN of_IN the_DT song_NN is_VBZ too_RB weak_JJ ._. +To_TO a_DT human_JJ ,_, it_PRP is_VBZ obvious_JJ that_IN the_DT first_JJ sentence_NN is_VBZ using_VBG the_DT word_NN ``_`` bass_NN -LRB-_-LRB- fish_NN -RRB-_-RRB- ''_'' ,_, as_IN in_IN the_DT former_JJ sense_NN above_IN and_CC in_IN the_DT second_JJ sentence_NN ,_, the_DT word_NN ``_`` bass_NN -LRB-_-LRB- instrument_NN -RRB-_-RRB- ''_'' is_VBZ being_VBG used_VBN as_IN in_IN the_DT latter_JJ sense_NN below_IN ._. +Developing_VBG algorithms_NNS to_TO replicate_VB this_DT human_JJ ability_NN can_MD often_RB be_VB a_DT difficult_JJ task_NN ,_, as_IN is_VBZ further_RBR exemplified_VBN by_IN the_DT implicit_JJ equivocation_NN between_IN ``_`` bass_NN -LRB-_-LRB- sound_NN -RRB-_-RRB- ''_'' and_CC ``_`` bass_NN ''_'' -LRB-_-LRB- musical_JJ instrument_NN -RRB-_-RRB- ._. +History_NN WSD_NN was_VBD first_RB formulated_VBN as_IN a_DT distinct_JJ computational_JJ task_NN during_IN the_DT early_JJ days_NNS of_IN machine_NN translation_NN in_IN the_DT 1940s_CD ,_, making_VBG it_PRP one_CD of_IN the_DT oldest_JJS problems_NNS in_IN computational_JJ linguistics_NNS ._. +Warren_NNP Weaver_NNP ,_, in_IN his_PRP$ famous_JJ 1949_CD memorandum_NN on_IN translation_NN ,_, first_RB introduced_VBD the_DT problem_NN in_IN a_DT computational_JJ context_NN ._. +Early_JJ researchers_NNS understood_VBD the_DT significance_NN and_CC difficulty_NN of_IN WSD_NNP well_RB ._. +In_IN fact_NN ,_, Bar-Hillel_NNP -LRB-_-LRB- 1960_CD -RRB-_-RRB- used_VBD the_DT above_JJ example_NN to_TO argue_VB that_IN WSD_NNP could_MD not_RB be_VB solved_VBN by_IN ``_`` electronic_JJ computer_NN ''_'' because_IN of_IN the_DT need_NN in_IN general_JJ to_TO model_VB all_DT world_NN knowledge_NN ._. +In_IN the_DT 1970s_NNS ,_, WSD_NNP was_VBD a_DT subtask_NN of_IN semantic_JJ interpretation_NN systems_NNS developed_VBD within_IN the_DT field_NN of_IN artificial_JJ intelligence_NN ,_, but_CC since_IN WSD_NNP systems_NNS were_VBD largely_RB rule-based_JJ and_CC hand-coded_JJ they_PRP were_VBD prone_JJ to_TO a_DT knowledge_NN acquisition_NN bottleneck_NN ._. +By_IN the_DT 1980s_CD large-scale_JJ lexical_JJ resources_NNS ,_, such_JJ as_IN the_DT Oxford_NNP Advanced_NNP Learner_NNP 's_POS Dictionary_NNP of_IN Current_NNP English_NNP -LRB-_-LRB- OALD_NNP -RRB-_-RRB- ,_, became_VBD available_JJ :_: hand-coding_NN was_VBD replaced_VBN with_IN knowledge_NN automatically_RB extracted_VBN from_IN these_DT resources_NNS ,_, but_CC disambiguation_NN was_VBD still_RB knowledge-based_JJ or_CC dictionary-based_JJ ._. +In_IN the_DT 1990s_CD ,_, the_DT statistical_JJ revolution_NN swept_VBD through_IN computational_JJ linguistics_NNS ,_, and_CC WSD_NNP became_VBD a_DT paradigm_NN problem_NN on_IN which_WDT to_TO apply_VB supervised_JJ machine_NN learning_NN techniques_NNS ._. +The_DT 2000s_NNS saw_VBD supervised_JJ techniques_NNS reach_VBP a_DT plateau_NN in_IN accuracy_NN ,_, and_CC so_RB attention_NN has_VBZ shifted_VBN to_TO coarser-grained_JJ senses_NNS ,_, domain_NN adaptation_NN ,_, semi-supervised_JJ and_CC unsupervised_JJ corpus-based_JJ systems_NNS ,_, combinations_NNS of_IN different_JJ methods_NNS ,_, and_CC the_DT return_NN of_IN knowledge-based_JJ systems_NNS via_IN graph-based_JJ methods_NNS ._. +Still_RB ,_, supervised_JJ systems_NNS continue_VBP to_TO perform_VB best_RB ._. +Difficulties_NNS Differences_NNS between_IN dictionaries_NNS One_CD problem_NN with_IN word_NN sense_NN disambiguation_NN is_VBZ deciding_VBG what_WP the_DT senses_NNS are_VBP ._. +In_IN cases_NNS like_IN the_DT word_NN bass_NN above_IN ,_, at_IN least_JJS some_DT senses_NNS are_VBP obviously_RB different_JJ ._. +In_IN other_JJ cases_NNS ,_, however_RB ,_, the_DT different_JJ senses_NNS can_MD be_VB closely_RB related_JJ -LRB-_-LRB- one_CD meaning_NN being_VBG a_DT metaphorical_JJ or_CC metonymic_JJ extension_NN of_IN another_DT -RRB-_-RRB- ,_, and_CC in_IN such_JJ cases_NNS division_NN of_IN words_NNS into_IN senses_NNS becomes_VBZ much_RB more_RBR difficult_JJ ._. +Different_JJ dictionaries_NNS and_CC thesauruses_NNS will_MD provide_VB different_JJ divisions_NNS of_IN words_NNS into_IN senses_NNS ._. +One_CD solution_NN some_DT researchers_NNS have_VBP used_VBN is_VBZ to_TO choose_VB a_DT particular_JJ dictionary_NN ,_, and_CC just_RB use_VB its_PRP$ set_NN of_IN senses_NNS ._. +Generally_RB ,_, however_RB ,_, research_NN results_NNS using_VBG broad_JJ distinctions_NNS in_IN senses_NNS have_VBP been_VBN much_RB better_RBR than_IN those_DT using_VBG narrow_JJ ones_NNS ._. +However_RB ,_, given_VBN the_DT lack_NN of_IN a_DT full-fledged_JJ coarse-grained_JJ sense_NN inventory_NN ,_, most_JJS researchers_NNS continue_VBP to_TO work_VB on_IN fine-grained_JJ WSD_NN ._. +Most_JJS research_NN in_IN the_DT field_NN of_IN WSD_NN is_VBZ performed_VBN by_IN using_VBG WordNet_NNP as_IN a_DT reference_NN sense_NN inventory_NN for_IN English_NNP ._. +WordNet_NNP is_VBZ a_DT computational_JJ lexicon_NN that_WDT encodes_VBZ concepts_NNS as_IN synonym_NN sets_NNS -LRB-_-LRB- e.g._FW the_DT concept_NN of_IN car_NN is_VBZ encoded_VBN as_IN -LCB-_-LRB- car_NN ,_, auto_NN ,_, automobile_NN ,_, machine_NN ,_, motorcar_NN -RCB-_-RRB- -RRB-_-RRB- ._. +Other_JJ resources_NNS used_VBN for_IN disambiguation_NN purposes_NNS include_VBP Roget_NNP 's_POS Thesaurus_NNP and_CC Wikipedia_NNP ._. +Part-of-speech_JJ tagging_NN In_IN any_DT real_JJ test_NN ,_, part-of-speech_JJ tagging_NN and_CC sense_NN tagging_NN are_VBP very_RB closely_RB related_JJ with_IN each_DT potentially_RB making_VBG constraints_NNS to_TO the_DT other_JJ ._. +And_CC the_DT question_NN whether_IN these_DT tasks_NNS should_MD be_VB kept_VBN together_RB or_CC decoupled_VBN is_VBZ still_RB not_RB unanimously_RB resolved_VBN ,_, but_CC recently_RB scientists_NNS incline_VBP to_TO test_VB these_DT things_NNS separately_RB -LRB-_-LRB- e.g._FW in_IN the_DT Senseval\/SemEval_JJ competitions_NNS parts_NNS of_IN speech_NN are_VBP provided_VBN as_IN input_NN for_IN the_DT text_NN to_TO disambiguate_NN -RRB-_-RRB- ._. +It_PRP is_VBZ instructive_JJ to_TO compare_VB the_DT word_NN sense_NN disambiguation_NN problem_NN with_IN the_DT problem_NN of_IN part-of-speech_JJ tagging_NN ._. +Both_DT involve_VBP disambiguating_VBG or_CC tagging_VBG with_IN words_NNS ,_, be_VB it_PRP with_IN senses_NNS or_CC parts_NNS of_IN speech_NN ._. +However_RB ,_, algorithms_NNS used_VBN for_IN one_CD do_VBP not_RB tend_VB to_TO work_VB well_RB for_IN the_DT other_JJ ,_, mainly_RB because_IN the_DT part_NN of_IN speech_NN of_IN a_DT word_NN is_VBZ primarily_RB determined_VBN by_IN the_DT immediately_RB adjacent_JJ one_CD to_TO three_CD words_NNS ,_, whereas_IN the_DT sense_NN of_IN a_DT word_NN may_MD be_VB determined_VBN by_IN words_NNS further_RB away_RB ._. +The_DT success_NN rate_NN for_IN part-of-speech_JJ tagging_NN algorithms_NNS is_VBZ at_IN present_JJ much_RB higher_JJR than_IN that_DT for_IN WSD_NNP ,_, state-of-the_JJ art_NN being_VBG around_IN 95_CD %_NN accuracy_NN or_CC better_JJR ,_, as_IN compared_VBN to_TO less_JJR than_IN 75_CD %_NN accuracy_NN in_IN word_NN sense_NN disambiguation_NN with_IN supervised_JJ learning_NN ._. +These_DT figures_NNS are_VBP typical_JJ for_IN English_NNP ,_, and_CC may_MD be_VB very_RB different_JJ from_IN those_DT for_IN other_JJ languages_NNS ._. +Inter-judge_JJ variance_NN Another_DT problem_NN is_VBZ inter-judge_JJ variance_NN ._. +WSD_NN systems_NNS are_VBP normally_RB tested_VBN by_IN having_VBG their_PRP$ results_NNS on_IN a_DT task_NN compared_VBN against_IN those_DT of_IN a_DT human_JJ ._. +However_RB ,_, while_IN it_PRP is_VBZ relatively_RB easy_JJ to_TO assign_VB parts_NNS of_IN speech_NN to_TO text_NN ,_, training_NN people_NNS to_TO tag_VB senses_NNS is_VBZ far_RB more_RBR difficult_JJ ._. +While_IN users_NNS can_MD memorize_VB all_DT of_IN the_DT possible_JJ parts_NNS of_IN speech_NN a_DT word_NN can_MD take_VB ,_, it_PRP is_VBZ often_RB impossible_JJ for_IN individuals_NNS to_TO memorize_VB all_DT of_IN the_DT senses_NNS a_DT word_NN can_MD take_VB ._. +Moreover_RB ,_, humans_NNS do_VBP not_RB agree_VB on_IN the_DT task_NN at_IN hand_NN --_: give_VB a_DT list_NN of_IN senses_NNS and_CC sentences_NNS ,_, and_CC humans_NNS will_MD not_RB always_RB agree_VB on_IN which_WDT word_NN belongs_VBZ in_IN which_WDT sense_NN ._. +Thus_RB ,_, a_DT computer_NN can_MD not_RB be_VB expected_VBN to_TO give_VB better_JJR performance_NN on_IN such_PDT a_DT task_NN than_IN a_DT human_JJ -LRB-_-LRB- indeed_RB ,_, since_IN the_DT human_JJ serves_VBZ as_IN the_DT standard_NN ,_, the_DT computer_NN being_VBG better_RBR than_IN the_DT human_JJ is_VBZ incoherent_JJ -RRB-_-RRB- ,_, -LRB-_-LRB- citation_NN needed_VBN -RRB-_-RRB- so_IN the_DT human_JJ performance_NN serves_VBZ as_IN an_DT upper_JJ bound_VBN ._. +Human_JJ performance_NN ,_, however_RB ,_, is_VBZ much_RB better_JJR on_IN coarse-grained_JJ than_IN fine-grained_JJ distinctions_NNS ,_, so_RB this_DT again_RB is_VBZ why_WRB research_NN on_IN coarse-grained_JJ distinctions_NNS has_VBZ been_VBN put_VBN to_TO test_VB in_IN recent_JJ WSD_NN evaluation_NN exercises_NNS ._. +Common_JJ sense_NN Some_DT AI_NNP researchers_NNS like_IN Douglas_NNP Lenat_NNP argue_VBP that_IN one_PRP can_MD not_RB parse_VB meanings_NNS from_IN words_NNS without_IN some_DT form_NN of_IN common_JJ sense_NN ontology_NN ._. +For_IN example_NN ,_, comparing_VBG these_DT two_CD sentences_NNS :_: ``_`` Jill_NNP and_CC Mary_NNP are_VBP sisters_NNS ._. ''_'' +--_: -LRB-_-LRB- they_PRP are_VBP sisters_NNS of_IN each_DT other_JJ -RRB-_-RRB- ._. +``_`` Jill_NNP and_CC Mary_NNP are_VBP mothers_NNS ._. ''_'' +--_: -LRB-_-LRB- each_DT is_VBZ independently_RB a_DT mother_NN -RRB-_-RRB- ._. +To_TO properly_RB identify_VB senses_NNS of_IN words_NNS one_PRP must_MD know_VB common_JJ sense_NN facts_NNS ._. +Moreover_RB ,_, sometimes_RB the_DT common_JJ sense_NN is_VBZ needed_VBN to_TO disambiguate_VB such_JJ words_NNS like_IN pronouns_NNS in_IN case_NN of_IN having_VBG anaphoras_NNS or_CC cataphoras_NNS in_IN the_DT text_NN ._. +Sense_NN inventory_NN and_CC algorithms_NNS '_POS task-dependency_NN A_NN task-independent_JJ sense_NN inventory_NN is_VBZ not_RB a_DT coherent_JJ concept_NN :_: each_DT task_NN requires_VBZ its_PRP$ own_JJ division_NN of_IN word_NN meaning_NN into_IN senses_NNS relevant_JJ to_TO the_DT task_NN ._. +For_IN example_NN ,_, the_DT ambiguity_NN of_IN `_`` mouse_NN '_'' -LRB-_-LRB- animal_NN or_CC device_NN -RRB-_-RRB- is_VBZ not_RB relevant_JJ in_IN English-French_JJ machine_NN translation_NN ,_, but_CC is_VBZ relevant_JJ in_IN information_NN retrieval_NN ._. +The_DT opposite_NN is_VBZ true_JJ of_IN `_`` river_NN '_'' ,_, which_WDT requires_VBZ a_DT choice_NN in_IN French_JJ -LRB-_-LRB- fleuve_JJ `_`` flows_NNS into_IN the_DT sea_NN '_'' ,_, or_CC rivière_NN `_`` flows_VBZ into_IN a_DT river_NN '_'' -RRB-_-RRB- ._. +Also_RB ,_, completely_RB different_JJ algorithms_NNS might_MD be_VB required_VBN by_IN different_JJ applications_NNS ._. +In_IN machine_NN translation_NN ,_, the_DT problem_NN takes_VBZ the_DT form_NN of_IN target_NN word_NN selection_NN ._. +Here_RB the_DT ``_`` senses_NNS ''_'' are_VBP words_NNS in_IN the_DT target_NN language_NN ,_, which_WDT often_RB correspond_VBP to_TO significant_JJ meaning_NN distinctions_NNS in_IN the_DT source_NN language_NN -LRB-_-LRB- bank_NN could_MD translate_VB to_TO French_JJ banque_NN `_`` financial_JJ bank_NN '_'' or_CC rive_JJ `_`` edge_NN of_IN river_NN '_'' -RRB-_-RRB- ._. +In_IN information_NN retrieval_NN ,_, a_DT sense_NN inventory_NN is_VBZ not_RB necessarily_RB required_VBN ,_, because_IN it_PRP is_VBZ enough_JJ to_TO know_VB that_IN a_DT word_NN is_VBZ used_VBN in_IN the_DT same_JJ sense_NN in_IN the_DT query_NN and_CC a_DT retrieved_VBN document_NN ;_: what_WDT sense_NN that_WDT is_VBZ ,_, is_VBZ unimportant_JJ ._. +Discreteness_NN of_IN senses_NNS Finally_RB ,_, the_DT very_JJ notion_NN of_IN ``_`` word_NN sense_NN ''_'' is_VBZ slippery_JJ and_CC controversial_JJ ._. +Most_JJS people_NNS can_MD agree_VB in_IN distinctions_NNS at_IN the_DT coarse-grained_JJ homograph_NN level_NN -LRB-_-LRB- e.g._FW ,_, pen_NN as_IN writing_VBG instrument_NN or_CC enclosure_NN -RRB-_-RRB- ,_, but_CC go_VBP down_RB one_CD level_NN to_TO fine-grained_JJ polysemy_NN ,_, and_CC disagreements_NNS arise_VBP ._. +For_IN example_NN ,_, in_IN Senseval-2_NN ,_, which_WDT used_VBD fine-grained_JJ sense_NN distinctions_NNS ,_, human_JJ annotators_NNS agreed_VBD in_IN only_RB 85_CD %_NN of_IN word_NN occurrences_NNS ._. +Word_NN meaning_NN is_VBZ in_IN principle_NN infinitely_RB variable_JJ and_CC context_NN sensitive_JJ ._. +It_PRP does_VBZ not_RB divide_VB up_RP easily_RB into_IN distinct_JJ or_CC discrete_JJ sub-meanings_NNS ._. +Lexicographers_NNS frequently_RB discover_VBP in_FW corpora_FW loose_JJ and_CC overlapping_JJ word_NN meanings_NNS ,_, and_CC standard_JJ or_CC conventional_JJ meanings_NNS extended_VBN ,_, modulated_VBN ,_, and_CC exploited_VBD in_IN a_DT bewildering_JJ variety_NN of_IN ways_NNS ._. +The_DT art_NN of_IN lexicography_NN is_VBZ to_TO generalize_VB from_IN the_DT corpus_NN to_TO definitions_NNS that_WDT evoke_VBP and_CC explain_VBP the_DT full_JJ range_NN of_IN meaning_NN of_IN a_DT word_NN ,_, making_VBG it_PRP seem_VB like_IN words_NNS are_VBP well-behaved_JJ semantically_RB ._. +However_RB ,_, it_PRP is_VBZ not_RB at_IN all_DT clear_JJ if_IN these_DT same_JJ meaning_NN distinctions_NNS are_VBP applicable_JJ in_IN computational_JJ applications_NNS ,_, as_IN the_DT decisions_NNS of_IN lexicographers_NNS are_VBP usually_RB driven_VBN by_IN other_JJ considerations_NNS ._. +Recently_RB ,_, a_DT task_NN --_: named_VBN lexical_JJ substitution_NN --_: has_VBZ been_VBN proposed_VBN as_IN a_DT possible_JJ solution_NN to_TO the_DT sense_NN discreteness_NN problem_NN ._. +The_DT task_NN consists_VBZ of_IN providing_VBG a_DT substitute_NN for_IN a_DT word_NN in_IN context_NN that_WDT preserves_VBZ the_DT meaning_NN of_IN the_DT original_JJ word_NN -LRB-_-LRB- potentially_RB ,_, substitutes_NNS can_MD be_VB chosen_VBN from_IN the_DT full_JJ lexicon_NN of_IN the_DT target_NN language_NN ,_, thus_RB overcoming_VBG discreteness_NN -RRB-_-RRB- ._. +Approaches_NNS and_CC methods_NNS As_IN in_IN all_DT natural_JJ language_NN processing_NN ,_, there_EX are_VBP two_CD main_JJ approaches_NNS to_TO WSD_NNP --_: deep_JJ approaches_NNS and_CC shallow_JJ approaches_NNS ._. +Deep_JJ approaches_NNS presume_VBP access_NN to_TO a_DT comprehensive_JJ body_NN of_IN world_NN knowledge_NN ._. +Knowledge_NN ,_, such_JJ as_IN ``_`` you_PRP can_MD go_VB fishing_NN for_IN a_DT type_NN of_IN fish_NN ,_, but_CC not_RB for_IN low_JJ frequency_NN sounds_NNS ''_'' and_CC ``_`` songs_NNS have_VBP low_JJ frequency_NN sounds_NNS as_IN parts_NNS ,_, but_CC not_RB types_NNS of_IN fish_NN ''_'' ,_, is_VBZ then_RB used_VBN to_TO determine_VB in_IN which_WDT sense_NN the_DT word_NN is_VBZ used_VBN ._. +These_DT approaches_NNS are_VBP not_RB very_RB successful_JJ in_IN practice_NN ,_, mainly_RB because_IN such_PDT a_DT body_NN of_IN knowledge_NN does_VBZ not_RB exist_VB in_IN a_DT computer-readable_JJ format_NN ,_, outside_IN of_IN very_RB limited_JJ domains_NNS ._. +However_RB ,_, if_IN such_JJ knowledge_NN did_VBD exist_VB ,_, then_RB deep_JJ approaches_NNS would_MD be_VB much_RB more_RBR accurate_JJ than_IN the_DT shallow_JJ approaches_NNS ._. +-LRB-_-LRB- citation_NN needed_VBN -RRB-_-RRB- Also_RB ,_, there_EX is_VBZ a_DT long_JJ tradition_NN in_IN computational_JJ linguistics_NNS ,_, of_IN trying_VBG such_JJ approaches_NNS in_IN terms_NNS of_IN coded_VBN knowledge_NN and_CC in_IN some_DT cases_NNS ,_, it_PRP is_VBZ hard_JJ to_TO say_VB clearly_RB whether_IN the_DT knowledge_NN involved_VBN is_VBZ linguistic_JJ or_CC world_NN knowledge_NN ._. +The_DT first_JJ attempt_NN was_VBD that_IN by_IN Margaret_NNP Masterman_NNP and_CC her_PRP$ colleagues_NNS ,_, at_IN the_DT Cambridge_NNP Language_NNP Research_NNP Unit_NNP in_IN England_NNP ,_, in_IN the_DT 1950s_CD ._. +This_DT attempt_NN used_VBN as_IN data_NNS a_DT punched-card_JJ version_NN of_IN Roget_NNP 's_POS Thesaurus_NNP and_CC its_PRP$ numbered_VBN ``_`` heads_NNS ''_'' ,_, as_IN an_DT indicator_NN of_IN topics_NNS and_CC looked_VBD for_IN repetitions_NNS in_IN text_NN ,_, using_VBG a_DT set_VBN intersection_NN algorithm_NN ._. +It_PRP was_VBD not_RB very_RB successful_JJ ,_, but_CC had_VBD strong_JJ relationships_NNS to_TO later_RB work_VB ,_, especially_RB Yarowsky_NNP 's_POS machine_NN learning_NN optimisation_NN of_IN a_DT thesaurus_NN method_NN in_IN the_DT 1990s_CD ._. +Shallow_JJ approaches_NNS do_VBP n't_RB try_VB to_TO understand_VB the_DT text_NN ._. +They_PRP just_RB consider_VBP the_DT surrounding_JJ words_NNS ,_, using_VBG information_NN such_JJ as_IN ``_`` if_IN bass_NN has_VBZ words_NNS sea_NN or_CC fishing_NN nearby_RB ,_, it_PRP probably_RB is_VBZ in_IN the_DT fish_NN sense_NN ;_: if_IN bass_NN has_VBZ the_DT words_NNS music_NN or_CC song_NN nearby_RB ,_, it_PRP is_VBZ probably_RB in_IN the_DT music_NN sense_NN ._. ''_'' +These_DT rules_NNS can_MD be_VB automatically_RB derived_VBN by_IN the_DT computer_NN ,_, using_VBG a_DT training_NN corpus_NN of_IN words_NNS tagged_VBN with_IN their_PRP$ word_NN senses_NNS ._. +This_DT approach_NN ,_, while_IN theoretically_RB not_RB as_RB powerful_JJ as_IN deep_JJ approaches_NNS ,_, gives_VBZ superior_JJ results_NNS in_IN practice_NN ,_, due_JJ to_TO the_DT computer_NN 's_POS limited_JJ world_NN knowledge_NN ._. +However_RB ,_, it_PRP can_MD be_VB confused_VBN by_IN sentences_NNS like_IN The_DT dogs_NNS bark_VBP at_IN the_DT tree_NN which_WDT contains_VBZ the_DT word_NN bark_NN near_IN both_CC tree_NN and_CC dogs_NNS ._. +There_EX are_VBP four_CD conventional_JJ approaches_NNS to_TO WSD_NNP :_: Dictionary_NNP -_: and_CC knowledge-based_JJ methods_NNS :_: These_DT rely_VBP primarily_RB on_IN dictionaries_NNS ,_, thesauri_NNS ,_, and_CC lexical_JJ knowledge_NN bases_NNS ,_, without_IN using_VBG any_DT corpus_NN evidence_NN ._. +Supervised_VBN methods_NNS :_: These_DT make_VBP use_NN of_IN sense-annotated_JJ corpora_NN to_TO train_VB from_IN ._. +Semi-supervised_JJ or_CC minimally_RB supervised_JJ methods_NNS :_: These_DT make_VBP use_NN of_IN a_DT secondary_JJ source_NN of_IN knowledge_NN such_JJ as_IN a_DT small_JJ annotated_JJ corpus_NN as_IN seed_NN data_NNS in_IN a_DT bootstrapping_NN process_NN ,_, or_CC a_DT word-aligned_JJ bilingual_JJ corpus_NN ._. +Unsupervised_JJ methods_NNS :_: These_DT eschew_NN -LRB-_-LRB- almost_RB -RRB-_-RRB- completely_RB external_JJ information_NN and_CC work_NN directly_RB from_IN raw_JJ unannotated_JJ corpora_NN ._. +These_DT methods_NNS are_VBP also_RB known_VBN under_IN the_DT name_NN of_IN word_NN sense_NN discrimination_NN ._. +Almost_RB all_DT these_DT approaches_NNS normally_RB work_VBP by_IN defining_VBG a_DT window_NN of_IN n_NN content_NN words_NNS around_IN each_DT word_NN to_TO be_VB disambiguated_VBN in_IN the_DT corpus_NN ,_, and_CC statistically_RB analyzing_VBG those_DT n_NN surrounding_VBG words_NNS ._. +Two_CD shallow_JJ approaches_NNS used_VBN to_TO train_VB and_CC then_RB disambiguate_NN are_VBP Naïve_NNP Bayes_NNP classifiers_NNS and_CC decision_NN trees_NNS ._. +In_IN recent_JJ research_NN ,_, kernel-based_JJ methods_NNS such_JJ as_IN support_NN vector_NN machines_NNS have_VBP shown_VBN superior_JJ performance_NN in_IN supervised_JJ learning_NN ._. +Graph-based_JJ approaches_NNS have_VBP also_RB gained_VBN much_JJ attention_NN from_IN the_DT research_NN community_NN ,_, and_CC currently_RB achieve_VBP performance_NN close_RB to_TO the_DT state_NN of_IN the_DT art_NN ._. +Dictionary_NNP -_: and_CC knowledge-based_JJ methods_NNS The_DT Lesk_NNP algorithm_NN is_VBZ the_DT seminal_JJ dictionary-based_JJ method_NN ._. +It_PRP is_VBZ based_VBN on_IN the_DT hypothesis_NN that_IN words_NNS used_VBN together_RB in_IN text_NN are_VBP related_JJ to_TO each_DT other_JJ and_CC that_IN the_DT relation_NN can_MD be_VB observed_VBN in_IN the_DT definitions_NNS of_IN the_DT words_NNS and_CC their_PRP$ senses_NNS ._. +Two_CD -LRB-_-LRB- or_CC more_JJR -RRB-_-RRB- words_NNS are_VBP disambiguated_VBN by_IN finding_VBG the_DT pair_NN of_IN dictionary_NN senses_NNS with_IN the_DT greatest_JJS word_NN overlap_VBP in_IN their_PRP$ dictionary_NN definitions_NNS ._. +For_IN example_NN ,_, when_WRB disambiguating_VBG the_DT words_NNS in_IN ``_`` pine_VB cone_NN ''_'' ,_, the_DT definitions_NNS of_IN the_DT appropriate_JJ senses_NNS both_DT include_VBP the_DT words_NNS evergreen_NN and_CC tree_NN -LRB-_-LRB- at_IN least_JJS in_IN one_CD dictionary_NN -RRB-_-RRB- ._. +An_DT alternative_NN to_TO the_DT use_NN of_IN the_DT definitions_NNS is_VBZ to_TO consider_VB general_JJ word-sense_NN relatedness_NN and_CC to_TO compute_VB the_DT semantic_JJ similarity_NN of_IN each_DT pair_NN of_IN word_NN senses_NNS based_VBN on_IN a_DT given_VBN lexical_JJ knowledge_NN base_NN such_JJ as_IN WordNet_NNP ._. +Graph-based_JJ methods_NNS reminiscent_JJ of_IN spreading_NN activation_NN research_NN of_IN the_DT early_JJ days_NNS of_IN AI_NN research_NN have_VBP been_VBN applied_VBN with_IN some_DT success_NN ._. +More_RBR complex_JJ graph-based_JJ approaches_NNS have_VBP been_VBN shown_VBN to_TO perform_VB almost_RB as_RB well_RB as_IN supervised_JJ methods_NNS or_CC even_RB outperforming_VBG them_PRP on_IN specific_JJ domains_NNS ._. +Recently_RB ,_, it_PRP has_VBZ been_VBN reported_VBN that_IN simple_JJ graph_NN connectivity_NN measures_NNS ,_, such_JJ as_IN degree_NN ,_, perform_VB state-of-the-art_JJ WSD_NN in_IN the_DT presence_NN of_IN a_DT sufficiently_RB rich_JJ lexical_JJ knowledge_NN base_NN ._. +Also_RB ,_, automatically_RB transferring_VBG knowledge_NN in_IN the_DT form_NN of_IN semantic_JJ relations_NNS from_IN Wikipedia_NNP to_TO WordNet_NNP has_VBZ been_VBN shown_VBN to_TO boost_VB simple_JJ knowledge-based_JJ methods_NNS ,_, enabling_VBG them_PRP to_TO rival_VB the_DT best_JJS supervised_VBN systems_NNS and_CC even_RB outperform_VB them_PRP in_IN a_DT domain-specific_JJ setting_NN ._. +The_DT use_NN of_IN selectional_JJ preferences_NNS -LRB-_-LRB- or_CC selectional_JJ restrictions_NNS -RRB-_-RRB- is_VBZ also_RB useful_JJ ,_, for_IN example_NN ,_, knowing_VBG that_IN one_CD typically_RB cooks_NNS food_NN ,_, one_PRP can_MD disambiguate_VB the_DT word_NN bass_NN in_IN ``_`` I_PRP am_VBP cooking_JJ basses_NNS ''_'' -LRB-_-LRB- i.e._FW ,_, it_PRP 's_VBZ not_RB a_DT musical_JJ instrument_NN -RRB-_-RRB- ._. +Supervised_VBN methods_NNS Supervised_VBD methods_NNS are_VBP based_VBN on_IN the_DT assumption_NN that_IN the_DT context_NN can_MD provide_VB enough_JJ evidence_NN on_IN its_PRP$ own_JJ to_TO disambiguate_VB words_NNS -LRB-_-LRB- hence_RB ,_, world_NN knowledge_NN and_CC reasoning_NN are_VBP deemed_VBN unnecessary_JJ -RRB-_-RRB- ._. +Probably_RB every_DT machine_NN learning_VBG algorithm_NN going_NN has_VBZ been_VBN applied_VBN to_TO WSD_NNP ,_, including_VBG associated_VBN techniques_NNS such_JJ as_IN feature_NN selection_NN ,_, parameter_NN optimization_NN ,_, and_CC ensemble_NN learning_NN ._. +Support_NN Vector_NNP Machines_NNP and_CC memory-based_JJ learning_NN have_VBP been_VBN shown_VBN to_TO be_VB the_DT most_RBS successful_JJ approaches_NNS ,_, to_TO date_NN ,_, probably_RB because_IN they_PRP can_MD cope_VB with_IN the_DT high-dimensionality_NN of_IN the_DT feature_NN space_NN ._. +However_RB ,_, these_DT supervised_JJ methods_NNS are_VBP subject_JJ to_TO a_DT new_JJ knowledge_NN acquisition_NN bottleneck_NN since_IN they_PRP rely_VBP on_IN substantial_JJ amounts_NNS of_IN manually_RB sense-tagged_JJ corpora_NN for_IN training_NN ,_, which_WDT are_VBP laborious_JJ and_CC expensive_JJ to_TO create_VB ._. +Semi-supervised_JJ methods_NNS Because_IN of_IN the_DT lack_NN of_IN training_NN data_NNS ,_, many_JJ word_NN sense_NN disambiguation_NN algorithms_NNS use_VBP semi-supervised_JJ learning_NN ,_, which_WDT allows_VBZ both_CC labeled_JJ and_CC unlabeled_JJ data_NNS ._. +The_DT Yarowsky_NNP algorithm_NN was_VBD an_DT early_JJ example_NN of_IN such_PDT an_DT algorithm_NN ._. +It_PRP uses_VBZ the_DT `_`` One_CD sense_NN per_IN collocation_NN '_'' and_CC the_DT `_`` One_CD sense_NN per_IN discourse_NN '_'' properties_NNS of_IN human_JJ languages_NNS for_IN word_NN sense_NN disambiguation_NN ._. +From_IN observation_NN ,_, words_NNS tend_VBP to_TO exhibit_VB only_RB one_CD sense_NN in_IN most_JJS given_VBN discourse_NN and_CC in_IN a_DT given_VBN collocation_NN ._. +The_DT bootstrapping_VBG approach_NN starts_VBZ from_IN a_DT small_JJ amount_NN of_IN seed_NN data_NNS for_IN each_DT word_NN :_: either_CC manually_RB tagged_VBN training_NN examples_NNS or_CC a_DT small_JJ number_NN of_IN surefire_JJ decision_NN rules_NNS -LRB-_-LRB- e.g._FW ,_, `_`` play_VB '_'' in_IN the_DT context_NN of_IN `_`` bass_NN '_'' almost_RB always_RB indicates_VBZ the_DT musical_JJ instrument_NN -RRB-_-RRB- ._. +The_DT seeds_NNS are_VBP used_VBN to_TO train_VB an_DT initial_JJ classifier_NN ,_, using_VBG any_DT supervised_JJ method_NN ._. +This_DT classifier_NN is_VBZ then_RB used_VBN on_IN the_DT untagged_JJ portion_NN of_IN the_DT corpus_NN to_TO extract_VB a_DT larger_JJR training_NN set_NN ,_, in_IN which_WDT only_RB the_DT most_RBS confident_JJ classifications_NNS are_VBP included_VBN ._. +The_DT process_NN repeats_NNS ,_, each_DT new_JJ classifier_NN being_VBG trained_VBN on_IN a_DT successively_RB larger_JJR training_NN corpus_NN ,_, until_IN the_DT whole_JJ corpus_NN is_VBZ consumed_VBN ,_, or_CC until_IN a_DT given_VBN maximum_NN number_NN of_IN iterations_NNS is_VBZ reached_VBN ._. +Other_JJ semi-supervised_JJ techniques_NNS use_VBP large_JJ quantities_NNS of_IN untagged_JJ corpora_NN to_TO provide_VB co-occurrence_NN information_NN that_WDT supplements_VBZ the_DT tagged_VBN corpora_NN ._. +These_DT techniques_NNS have_VBP the_DT potential_NN to_TO help_VB in_IN the_DT adaptation_NN of_IN supervised_JJ models_NNS to_TO different_JJ domains_NNS ._. +Also_RB ,_, an_DT ambiguous_JJ word_NN in_IN one_CD language_NN is_VBZ often_RB translated_VBN into_IN different_JJ words_NNS in_IN a_DT second_JJ language_NN depending_VBG on_IN the_DT sense_NN of_IN the_DT word_NN ._. +Word-aligned_JJ bilingual_JJ corpora_NN have_VBP been_VBN used_VBN to_TO infer_VB cross-lingual_JJ sense_NN distinctions_NNS ,_, a_DT kind_NN of_IN semi-supervised_JJ system_NN ._. +Unsupervised_JJ methods_NNS Main_NNP article_NN :_: Word_NN sense_NN induction_NN Unsupervised_JJ learning_NN is_VBZ the_DT greatest_JJS challenge_NN for_IN WSD_NNP researchers_NNS ._. +The_DT underlying_JJ assumption_NN is_VBZ that_IN similar_JJ senses_NNS occur_VBP in_IN similar_JJ contexts_NNS ,_, and_CC thus_RB senses_NNS can_MD be_VB induced_VBN from_IN text_NN by_IN clustering_NN word_NN occurrences_NNS using_VBG some_DT measure_NN of_IN similarity_NN of_IN context_NN ,_, a_DT task_NN referred_VBN to_TO as_IN word_NN sense_NN induction_NN or_CC discrimination_NN ._. +Then_RB ,_, new_JJ occurrences_NNS of_IN the_DT word_NN can_MD be_VB classified_VBN into_IN the_DT closest_JJS induced_VBN clusters\/senses_NNS ._. +Performance_NNP has_VBZ been_VBN lower_JJR than_IN other_JJ methods_NNS ,_, above_RB ,_, but_CC comparisons_NNS are_VBP difficult_JJ since_IN senses_NNS induced_VBN must_MD be_VB mapped_VBN to_TO a_DT known_JJ dictionary_NN of_IN word_NN senses_NNS ._. +If_IN a_DT mapping_NN to_TO a_DT set_NN of_IN dictionary_NN senses_NNS is_VBZ not_RB desired_VBN ,_, cluster-based_JJ evaluations_NNS -LRB-_-LRB- including_VBG measures_NNS of_IN entropy_NN and_CC purity_NN -RRB-_-RRB- can_MD be_VB performed_VBN ._. +Alternatively_RB ,_, word_NN sense_NN induction_NN methods_NNS can_MD be_VB tested_VBN and_CC compared_VBN within_IN an_DT application_NN ._. +For_IN instance_NN ,_, it_PRP has_VBZ been_VBN shown_VBN that_IN word_NN sense_NN induction_NN improves_VBZ Web_NN search_NN result_NN clustering_NN by_IN increasing_VBG the_DT quality_NN of_IN result_NN clusters_NNS and_CC the_DT degree_NN diversification_NN of_IN result_NN lists_NNS ._. +It_PRP is_VBZ hoped_VBN that_IN unsupervised_JJ learning_NN will_MD overcome_VB the_DT knowledge_NN acquisition_NN bottleneck_NN because_IN they_PRP are_VBP not_RB dependent_JJ on_IN manual_JJ effort_NN ._. +Other_JJ approaches_NNS Other_JJ approaches_NNS may_MD vary_VB differently_RB in_IN their_PRP$ methods_NNS :_: Identification_NN of_IN dominant_JJ word_NN senses_NNS ;_: Domain-driven_JJ disambiguation_NN ;_: WSD_NNP using_VBG Cross-Lingual_JJ Evidence_NN ._. +Local_JJ impediments_NNS and_CC summary_NN The_DT knowledge_NN acquisition_NN bottleneck_NN is_VBZ perhaps_RB the_DT major_JJ impediment_NN to_TO solving_VBG the_DT WSD_NN problem_NN ._. +Unsupervised_JJ methods_NNS rely_VBP on_IN knowledge_NN about_IN word_NN senses_NNS ,_, which_WDT is_VBZ barely_RB formulated_VBN in_IN dictionaries_NNS and_CC lexical_JJ databases_NNS ._. +Supervised_VBN methods_NNS depend_VBP crucially_RB on_IN the_DT existence_NN of_IN manually_RB annotated_JJ examples_NNS for_IN every_DT word_NN sense_NN ,_, a_DT requisite_JJ that_WDT can_MD so_RB far_RB be_VB met_VBN only_RB for_IN a_DT handful_NN of_IN words_NNS for_IN testing_NN purposes_NNS ,_, as_IN it_PRP is_VBZ done_VBN in_IN the_DT Senseval_JJ exercises_NNS ._. +Therefore_RB ,_, one_CD of_IN the_DT most_RBS promising_JJ trends_NNS in_IN WSD_NN research_NN is_VBZ using_VBG the_DT largest_JJS corpus_NN ever_RB accessible_JJ ,_, the_DT World_NNP Wide_NN Web_NN ,_, to_TO acquire_VB lexical_JJ information_NN automatically_RB ._. +WSD_NNP has_VBZ been_VBN traditionally_RB understood_VBN as_IN an_DT intermediate_JJ language_NN engineering_NN technology_NN which_WDT could_MD improve_VB applications_NNS such_JJ as_IN information_NN retrieval_NN -LRB-_-LRB- IR_NN -RRB-_-RRB- ._. +In_IN this_DT case_NN ,_, however_RB ,_, the_DT reverse_NN is_VBZ also_RB true_JJ :_: Web_NN search_NN engines_NNS implement_VBP simple_JJ and_CC robust_JJ IR_NN techniques_NNS that_WDT can_MD be_VB successfully_RB used_VBN when_WRB mining_VBG the_DT Web_NN for_IN information_NN to_TO be_VB employed_VBN in_IN WSD_NNP ._. +Therefore_RB ,_, the_DT lack_NN of_IN training_NN data_NNS provoked_VBD appearing_VBG some_DT new_JJ algorithms_NNS and_CC techniques_NNS described_VBN here_RB :_: Main_NNP article_NN :_: Automatic_NNP Acquisition_NNP of_IN Sense-Tagged_NNP Corpora_NNP External_NNP knowledge_NN sources_NNS Knowledge_NN is_VBZ a_DT fundamental_JJ component_NN of_IN WSD_NN ._. +Knowledge_NN sources_NNS provide_VBP data_NNS which_WDT are_VBP essential_JJ to_TO associate_VB senses_NNS with_IN words_NNS ._. +They_PRP can_MD vary_VB from_IN corpora_NN of_IN texts_NNS ,_, either_CC unlabeled_JJ or_CC annotated_JJ with_IN word_NN senses_NNS ,_, to_TO machine-readable_JJ dictionaries_NNS ,_, thesauri_NNS ,_, glossaries_NNS ,_, ontologies_NNS ,_, etc._FW ._. +They_PRP can_MD be_VB classified_VBN as_IN follows_VBZ :_: Structured_VBN :_: Thesauri_NNP Machine-readable_JJ dictionaries_NNS -LRB-_-LRB- MRDs_NNS -RRB-_-RRB- Ontologies_NNP Unstructured_NNP :_: Corpora_NNP :_: raw_JJ corpora_NN and_CC sense-annotated_JJ corpora_NN Collocation_NNP resources_NNS Other_JJ resources_NNS -LRB-_-LRB- such_JJ as_IN word_NN frequency_NN lists_NNS ,_, stoplists_NNS ,_, domain_NN labels_NNS ,_, etc._NN -RRB-_-RRB- Evaluation_NN Comparing_VBG and_CC evaluating_VBG different_JJ WSD_NN systems_NNS is_VBZ extremely_RB difficult_JJ ,_, because_IN of_IN the_DT different_JJ test_NN sets_NNS ,_, sense_NN inventories_NNS ,_, and_CC knowledge_NN resources_NNS adopted_VBN ._. +Before_IN the_DT organization_NN of_IN specific_JJ evaluation_NN campaigns_NNS most_JJS systems_NNS were_VBD assessed_VBN on_IN in-house_NN ,_, often_RB small-scale_JJ ,_, data_NNS sets_NNS ._. +In_IN order_NN to_TO test_VB one_PRP 's_POS algorithm_NN ,_, developers_NNS should_MD spend_VB their_PRP$ time_NN to_TO annotate_VB all_DT word_NN occurrences_NNS ._. +And_CC comparing_VBG methods_NNS even_RB on_IN the_DT same_JJ corpus_NN is_VBZ not_RB eligible_JJ if_IN there_EX is_VBZ different_JJ sense_NN inventories_NNS ._. +In_IN order_NN to_TO define_VB common_JJ evaluation_NN datasets_NNS and_CC procedures_NNS ,_, public_JJ evaluation_NN campaigns_NNS have_VBP been_VBN organized_VBN ._. +Senseval_JJ -LRB-_-LRB- now_RB renamed_VBN SemEval_NNP -RRB-_-RRB- is_VBZ an_DT international_JJ word_NN sense_NN disambiguation_NN competition_NN ,_, held_VBD every_DT three_CD years_NNS since_IN 1998_CD :_: Senseval-1_NN -LRB-_-LRB- 1998_CD -RRB-_-RRB- ,_, Senseval-2_NN -LRB-_-LRB- 2001_CD -RRB-_-RRB- ,_, Senseval-3_NN -LRB-_-LRB- 2004_CD -RRB-_-RRB- ,_, and_CC its_PRP$ successor_NN ,_, SemEval_NN -LRB-_-LRB- 2007_CD -RRB-_-RRB- ._. +The_DT objective_NN of_IN the_DT competition_NN is_VBZ to_TO organize_VB different_JJ lectures_VBZ ,_, preparing_VBG and_CC hand-annotating_JJ corpus_NN for_IN testing_NN systems_NNS ,_, perform_VB a_DT comparative_JJ evaluation_NN of_IN WSD_NN systems_NNS in_IN several_JJ kinds_NNS of_IN tasks_NNS ,_, including_VBG all-words_NNS and_CC lexical_JJ sample_NN WSD_NN for_IN different_JJ languages_NNS ,_, and_CC ,_, more_RBR recently_RB ,_, new_JJ tasks_NNS such_JJ as_IN semantic_JJ role_NN labeling_NN ,_, gloss_VBP WSD_NNP ,_, lexical_JJ substitution_NN ,_, etc._NN ._. +The_DT systems_NNS submitted_VBN for_IN evaluation_NN to_TO these_DT competitions_NNS usually_RB integrate_VBP different_JJ techniques_NNS and_CC often_RB combine_VBP supervised_JJ and_CC knowledge-based_JJ methods_NNS -LRB-_-LRB- especially_RB for_IN avoiding_VBG bad_JJ performance_NN in_IN lack_NN of_IN training_NN examples_NNS -RRB-_-RRB- ._. +Task_NNP Design_NNP Choices_NNPS Sense_NN Inventories_NNS ._. +During_IN the_DT first_JJ Senseval_JJ workshop_NN the_DT HECTOR_NN sense_NN inventory_NN was_VBD adopted_VBN ._. +The_DT reason_NN for_IN adopting_VBG a_DT previously_RB unknown_JJ sense_NN inventory_NN was_VBD mainly_RB to_TO avoid_VB the_DT use_NN of_IN popular_JJ fine-grained_JJ word_NN senses_NNS -LRB-_-LRB- such_JJ as_IN WordNet_NNP -RRB-_-RRB- ,_, which_WDT could_MD make_VB the_DT experiments_NNS unfair_JJ or_CC biased_VBN ._. +However_RB ,_, given_VBN the_DT lack_NN of_IN coverage_NN of_IN such_JJ inventories_NNS ,_, since_IN the_DT second_JJ Senseval_JJ workshop_NN the_DT WordNet_NNP sense_NN inventory_NN has_VBZ been_VBN adopted_VBN ._. +A_DT set_NN of_IN testing_NN words_NNS ._. +Comparison_NN of_IN methods_NNS can_MD be_VB divided_VBN in_IN 2_CD groups_NNS by_IN amount_NN of_IN words_NNS to_TO test_VB ._. +The_DT difference_NN consists_VBZ in_IN the_DT amount_NN of_IN analysis_NN and_CC processing_NN :_: all-words_JJ task_NN implies_VBZ disambiguating_VBG all_PDT the_DT words_NNS of_IN the_DT text_NN lexical_JJ sample_NN consists_VBZ in_IN disambiguating_VBG some_DT previously_RB chosen_VBN target_NN words_NNS ._. +It_PRP is_VBZ assumed_VBN that_IN the_DT former_JJ one_CD is_VBZ more_RBR realistic_JJ evaluation_NN ,_, although_IN with_IN very_RB laborious_JJ testing_NN of_IN results_NNS ._. +Initially_RB only_RB the_DT latter_NN was_VBD used_VBN in_IN evaluation_NN but_CC later_RB the_DT former_JJ was_VBD included_VBN ._. +Lexical_JJ sample_NN organizers_NNS had_VBD to_TO choose_VB samples_NNS on_IN which_WDT the_DT systems_NNS were_VBD to_TO be_VB tested_VBN ._. +A_DT criticism_NN of_IN earlier_JJR forays_NNS into_IN lexical-sample_JJ WSD_NN evaluation_NN is_VBZ that_IN the_DT lexical_JJ sample_NN had_VBD been_VBN chosen_VBN according_VBG to_TO the_DT whim_NN of_IN the_DT experimenter_NN -LRB-_-LRB- or_CC ,_, to_TO coincide_VB with_IN earlier_JJR experimenters_NNS '_POS selections_NNS -RRB-_-RRB- ._. +For_IN English_NNP Senseval_NNP ,_, a_DT sampling_NN frame_NN was_VBD devised_VBN in_IN which_WDT words_NNS were_VBD classified_VBN according_VBG to_TO their_PRP$ frequency_NN -LRB-_-LRB- in_IN the_DT BNC_NN -RRB-_-RRB- and_CC their_PRP$ polysemy_NN level_NN -LRB-_-LRB- in_IN WordNet_NNP -RRB-_-RRB- ._. +Also_RB ,_, inclusion_NN POS-tagging_NN problem_NN was_VBD a_DT matter_NN of_IN discussion_NN and_CC it_PRP was_VBD decided_VBN that_IN samples_NNS should_MD be_VB words_NNS with_IN known_JJ part_NN of_IN speech_NN and_CC some_DT indeterminants_NNS -LRB-_-LRB- for_IN ex_FW ._. +15_CD noun_NN tasks_NNS ,_, 13_CD verb_NN tasks_NNS ,_, 8_CD adjectives_NNS ,_, and_CC 5_CD indeterminates_NNS -RRB-_-RRB- ._. +Baselines_NNS ._. +For_IN comparison_NN purposes_NNS ,_, known_VBN ,_, yet_RB simple_JJ ,_, algorithms_NNS named_VBD baselines_NNS are_VBP used_VBN ._. +These_DT include_VBP different_JJ variants_NNS of_IN Lesk_NNP algorithm_NN or_CC most_RBS frequent_JJ sense_NN algorithm_NN ._. +Sense_NN inventory_NN ._. +WSD_NN exercises_NNS require_VBP a_DT dictionary_NN ,_, to_TO specify_VB the_DT word_NN senses_NNS which_WDT are_VBP to_TO be_VB disambiguated_VBN ,_, and_CC a_DT corpus_NN of_IN language_NN data_NNS to_TO be_VB disambiguated_VBN ._. +WordNet_NNP is_VBZ the_DT most_RBS popular_JJ example_NN of_IN sense_NN inventory_NN ._. +The_DT reason_NN for_IN adopting_VBG the_DT HECTOR_NNP database_NN during_IN Senseval-1_NN was_VBD that_IN the_DT WordNet_NNP inventory_NN was_VBD already_RB publicly_RB available_JJ ._. +Evaluation_NN measures_NNS ._. +During_IN the_DT evaluation_NN of_IN WSD_NNP systems_NNS two_CD main_JJ performance_NN measures_NNS are_VBP used_VBN :_: Precision_NN :_: the_DT fraction_NN of_IN system_NN assignments_NNS made_VBN that_WDT are_VBP correct_JJ Recall_VB :_: the_DT fraction_NN of_IN total_JJ word_NN instances_NNS correctly_RB assigned_VBN by_IN a_DT system_NN If_IN a_DT system_NN makes_VBZ an_DT assignment_NN for_IN every_DT word_NN ,_, then_RB precision_NN and_CC recall_NN are_VBP the_DT same_JJ ,_, and_CC can_MD be_VB called_VBN accuracy_NN ._. +This_DT model_NN has_VBZ been_VBN extended_VBN to_TO take_VB into_IN account_NN systems_NNS that_WDT return_VBP a_DT set_NN of_IN senses_NNS with_IN weights_NNS for_IN each_DT occurrence_NN ._. diff --git a/data/wiki-en-test.parse b/data/wiki-en-test.parse new file mode 100644 index 0000000..003a103 --- /dev/null +++ b/data/wiki-en-test.parse @@ -0,0 +1,168 @@ +(ROOT (S (PP (IN In) (NP (JJ computational) (NNS linguistics))) (, ,) (NP (NP (JJ word-sense) (NN disambiguation)) (PRN (-LRB- -LRB-) (NP (NNP WSD)) (-RRB- -RRB-))) (VP (VBZ is) (NP (NP (DT an) (JJ open) (NN problem)) (PP (IN of) (NP (NP (JJ natural) (NN language) (NN processing)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ governs) (NP (NP (DT the) (NN process)) (PP (IN of) (S (VP (VBG identifying) (SBAR (WHNP (WDT which)) (S (NP (NP (NN sense)) (PP (IN of) (NP (NP (DT a) (NN word)) (PRN (-LRB- -LRB-) (NP (JJ i.e.) (NN meaning)) (-RRB- -RRB-))))) (VP (VBZ is) (VP (VBN used) (PP (IN in) (NP (NP (DT a) (NN sentence)) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (DT the) (NN word)) (VP (VBZ has) (NP (JJ multiple) (NNS meanings)) (PRN (-LRB- -LRB-) (ADVP (RB polysemy)) (-RRB- -RRB-)))))))))))))))))))))) (. .))) +(ROOT (S (NP (NP (DT The) (NN solution)) (PP (TO to) (NP (DT this) (NN problem)))) (VP (VBZ impacts) (NP (NP (JJ other) (JJ computer-related) (NN writing)) (, ,) (PP (JJ such) (IN as) (NP (NP (NN discourse)) (, ,) (NP (NP (VBG improving) (NN relevance)) (PP (IN of) (NP (NP (NN search) (NNS engines)) (, ,) (NP (JJ anaphora) (NN resolution) (, ,) (NN coherence) (, ,) (NN inference) (CC et) (NN cetera))))))))) (. .))) +(ROOT (S (NP (NNP Research)) (VP (VBZ has) (VP (VBN progressed) (ADVP (RB steadily)) (PP (TO to) (NP (DT the) (NN point))) (SBAR (WHADVP (WRB where)) (S (NP (NNP WSD) (NNS systems)) (VP (VBP achieve) (NP (NP (ADJP (RB sufficiently) (JJ high)) (NNS levels)) (PP (IN of) (NP (NN accuracy)))) (PP (IN on) (NP (NP (DT a) (NN variety)) (PP (IN of) (NP (NN word) (NNS types) (CC and) (NNS ambiguities)))))))))) (. .))) +(ROOT (S (NP (NP (DT A) (JJ rich) (NN variety)) (PP (IN of) (NP (NNS techniques)))) (VP (VBP have) (VP (VBN been) (VP (VBN researched) (, ,) (PP (IN from) (NP (NP (JJ dictionary-based) (NNS methods)) (SBAR (WHNP (WDT that)) (S (VP (VBP use) (SBAR (S (NP (DT the) (NN knowledge)) (VP (VBD encoded) (PP (IN in) (NP (JJ lexical) (NNS resources))) (, ,) (PP (TO to) (NP (NP (JJ supervised) (NN machine)) (VP (VBG learning) (NP (NP (NNS methods)) (SBAR (WHPP (IN in) (WHNP (WDT which))) (S (NP (DT a) (NN classifier)) (VP (VBZ is) (VP (VBN trained) (PP (IN for) (NP (NP (DT each) (JJ distinct) (NN word)) (PP (IN on) (NP (NP (DT a) (NN corpus)) (PP (IN of) (NP (JJ manually) (JJ sense-annotated) (NNS examples))))))))))))))))))))))) (, ,) (PP (TO to) (NP (NP (ADJP (RB completely) (JJ unsupervised)) (NNS methods)) (SBAR (WHNP (WDT that)) (S (VP (VBD cluster) (NP (NP (NNS occurrences)) (PP (IN of) (NP (NNS words)))) (, ,) (S (ADVP (RB thereby)) (VP (VBG inducing) (NP (NN word) (NNS senses)))))))))))) (. .))) +(ROOT (S (PP (IN Among) (NP (DT these))) (, ,) (NP (JJ supervised) (NN learning) (NNS approaches)) (VP (VBP have) (VP (VBN been) (NP (NP (DT the) (ADJP (RBS most) (JJ successful)) (NNS algorithms)) (PP (TO to) (NP (NN date)))))) (. .))) +(ROOT (S (NP (JJ Current) (NN accuracy)) (VP (VBZ is) (ADJP (JJ difficult) (S (VP (TO to) (VP (VB state) (PP (IN without) (NP (NP (DT a) (NN host)) (PP (IN of) (NP (NNS caveats)))))))))) (. .))) +(ROOT (S (PP (IN In) (NP (NNP English))) (, ,) (NP (NP (NN accuracy)) (PP (IN at) (NP (DT the) (JJ coarse-grained) (PRN (-LRB- -LRB-) (NP (NN homograph)) (-RRB- -RRB-)) (NN level)))) (VP (VBZ is) (ADVP (RB routinely)) (PP (IN above) (NP (CD 90) (NN %))) (, ,) (PP (IN with) (S (NP (NP (DT some) (NNS methods)) (PP (IN on) (NP (JJ particular) (NNS homographs)))) (VP (VBG achieving) (PRT (RP over)) (NP (CD 96) (NN %)))))) (. .))) +(ROOT (S (PP (IN On) (NP (JJ finer-grained) (NN sense) (NNS distinctions))) (, ,) (NP (NP (JJ top) (NNS accuracies)) (PP (IN from) (NP (QP (CD 59.1) (NN %) (TO to) (CD 69.0) (NN %))))) (VP (VBP have) (VP (VBN been) (VP (VBN reported) (PP (IN in) (NP (NP (NP (JJ recent) (NN evaluation) (NNS exercises)) (PRN (-LRB- -LRB-) (NP (NP (NNS SemEval-2007)) (, ,) (NP (NNS Senseval-2))) (-RRB- -RRB-))) (, ,) (SBAR (WHADVP (WRB where)) (S (NP (NP (DT the) (JJ baseline) (NN accuracy)) (PP (IN of) (NP (NP (DT the) (JJS simplest) (JJ possible) (NN algorithm)) (PP (IN of) (S (VP (ADVP (RB always)) (VBG choosing) (NP (DT the) (ADJP (RBS most) (JJ frequent)) (NN sense)))))))) (VP (VBD was) (NP (NP (CD 51.4) (NN %)) (CC and) (NP (CD 57) (NN %))) (, ,) (ADVP (RB respectively)))))))))) (. .))) +(ROOT (S (NP (NNP WSD) (NN task)) (VP (VBZ has) (NP (NP (CD two) (NNS variants)) (: :) (NP (NP (`` ``) (JJ lexical) (NN sample) ('' '')) (CC and) (NP (`` ``) (DT all) (JJ words) ('' '') (NN task))))) (. .))) +(ROOT (S (NP (DT The) (JJ former)) (VP (VBZ comprises) (S (VP (VBG disambiguating) (NP (NP (DT the) (NNS occurrences)) (PP (IN of) (NP (NP (DT a) (JJ small) (NN sample)) (PP (IN of) (NP (NN target) (NNS words))))) (SBAR (WHNP (WDT which)) (S (VP (VBD were) (ADJP (RB previously) (VBN selected)))))))) (, ,) (SBAR (IN while) (S (PP (IN in) (NP (DT the) (NN latter))) (NP (NP (PDT all) (DT the) (NNS words)) (PP (IN in) (NP (NP (DT a) (NN piece)) (PP (IN of) (S (VP (VBG running) (NP (NN text)))))))) (VP (VBP need) (S (VP (TO to) (VP (VB be) (VP (VBN disambiguated))))))))) (. .))) +(ROOT (S (S (NP (DT The) (NN latter)) (VP (VBZ is) (VP (VBN deemed) (NP (NP (DT a) (ADJP (RBR more) (JJ realistic)) (NN form)) (PP (IN of) (NP (NN evaluation))))))) (, ,) (CC but) (S (NP (DT the) (NN corpus)) (VP (VBZ is) (ADJP (ADJP (RBR more) (JJ expensive) (S (VP (TO to) (VP (VB produce) (SBAR (IN because) (S (NP (JJ human) (NNS annotators)) (VP (VBP have) (S (VP (TO to) (VP (VB read) (NP (DT the) (NNS definitions)) (PP (IN for) (NP (NP (DT each) (NN word)) (PP (IN in) (NP (DT the) (NN sequence))))))))))))))) (FRAG (NP (DT every) (NN time) (SBAR (S (NP (PRP they)) (VP (VBP need) (S (VP (TO to) (VP (VB make) (NP (NP (DT a) (JJ tagging) (NN judgement)) (, ,) (CONJP (RB rather) (IN than)) (NP (NP (RB once)) (PP (IN for) (NP (NP (DT a) (NN block)) (PP (IN of) (NP (NP (NNS instances)) (PP (IN for) (NP (DT the) (JJ same) (NN target) (NN word)))))))))))))))))))) (. .))) +(ROOT (S (S (VP (TO To) (VP (VB give) (NP (DT a) (NN hint) (S (SBAR (WHADVP (WRB how)) (S (NP (PDT all) (DT this)) (VP (VBZ works)))) (, ,) (VP (VB consider) (NP (NP (CD two) (NNS examples)) (PP (IN of) (NP (NP (DT the) (JJ distinct) (NNS senses)) (SBAR (WHNP (WDT that)) (S (VP (VBP exist) (PP (IN for) (NP (DT the) (-LRB- -LRB-) (NN written) (-RRB- -RRB-)))))))))))) (NP (NP (NN word) (`` ``) (NN bass) ('' '')) (: :) (NP (NP (DT a) (NN type)) (PP (IN of) (NP (NP (NN fish) (NNS tones)) (PP (IN of) (NP (NP (JJ low) (NN frequency)) (CC and) (NP (DT the) (NNS sentences))))))))))) (: :) (S (NP (PRP I)) (VP (VBD went) (NP (NN fishing)) (PP (IN for) (NP (DT some) (NN sea) (NN bass))))) (. .))) +(ROOT (S (NP (NP (DT The) (NN bass) (NN line)) (PP (IN of) (NP (DT the) (NN song)))) (VP (VBZ is) (ADJP (RB too) (JJ weak))) (. .))) +(ROOT (S (PP (TO To) (NP (DT a) (NN human))) (, ,) (NP (PRP it)) (VP (VBZ is) (ADJP (JJ obvious)) (SBAR (IN that) (S (NP (DT the) (JJ first) (NN sentence)) (VP (VBZ is) (VP (VBG using) (NP (NP (DT the) (NN word)) (SBAR (S (NP (NP (`` ``) (NN bass) (-LRB- -LRB-) (NN fish) (-RRB- -RRB-)) ('' '') (PRN (, ,) (PP (RB as) (IN in) (NP (NP (DT the) (JJ former) (NN sense)) (PP (IN above) (CC and) (IN in) (NP (DT the) (JJ second) (NN sentence))))) (, ,)) (NP (DT the) (NN word) (`` ``) (NN bass) (-LRB- -LRB-) (NN instrument) (-RRB- -RRB-)) ('' '')) (VP (VBZ is) (VP (VBG being) (VP (VBN used) (PP (IN as) (PP (IN in) (NP (DT the) (JJ latter) (NN sense)))) (ADVP (RB below))))))))))))) (. .))) +(ROOT (S (NP (JJ Developing) (NNS algorithms) (S (VP (TO to) (VP (VB replicate) (NP (DT this)) (NP (JJ human) (NN ability)))))) (VP (MD can) (ADVP (RB often)) (VP (VB be) (NP (DT a) (JJ difficult) (NN task)) (, ,) (SBAR (IN as) (S (VP (VBZ is) (VP (RBR further) (VBN exemplified) (PP (IN by) (NP (NP (NP (DT the) (JJ implicit) (NN equivocation)) (PP (IN between) (`` ``) (NP (NP (NN bass)) (PRN (-LRB- -LRB-) (S (VP (VB sound))) (-RRB- -RRB-))) ('' ''))) (CC and) (NP (`` ``) (NP (NN bass)) ('' '') (PRN (-LRB- -LRB-) (NP (JJ musical) (NN instrument)) (-RRB- -RRB-))))))))))) (. .))) +(ROOT (S (NP (NNP History) (NNP WSD)) (VP (VBD was) (ADVP (RB first)) (VP (VBN formulated) (PP (IN as) (NP (DT a) (JJ distinct) (JJ computational) (NN task))) (PP (IN during) (NP (NP (DT the) (JJ early) (NNS days)) (PP (IN of) (NP (NP (NN machine) (NN translation)) (PP (IN in) (NP (DT the) (NNS 1940s))))))) (, ,) (S (VP (VBG making) (S (NP (PRP it)) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (JJS oldest) (NNS problems)) (PP (IN in) (NP (JJ computational) (NNS linguistics))))))))))) (. .))) +(ROOT (S (NP (NP (NNP Warren) (NNP Weaver)) (, ,) (PP (IN in) (NP (NP (PRP$ his) (ADJP (JJ famous) (NP (CD 1949))) (NN memorandum)) (PP (IN on) (NP (NN translation))))) (, ,)) (ADVP (RB first)) (VP (VBD introduced) (NP (DT the) (NN problem)) (PP (IN in) (NP (DT a) (JJ computational) (NN context)))) (. .))) +(ROOT (S (NP (JJ Early) (NNS researchers)) (VP (VBD understood) (NP (NP (DT the) (NN significance) (CC and) (NN difficulty)) (PP (IN of) (NP (NNP WSD)))) (ADVP (RB well))) (. .))) +(ROOT (S (PP (IN In) (NP (NN fact))) (, ,) (NP (NP (NNP Bar-Hillel)) (PRN (-LRB- -LRB-) (NP (CD 1960)) (-RRB- -RRB-))) (VP (VBD used) (NP (DT the) (JJ above) (NN example)) (S (VP (TO to) (VP (VB argue) (SBAR (IN that) (S (NP (NNP WSD)) (VP (MD could) (RB not) (VP (VB be) (VP (VBN solved) (PP (IN by) (NP (NP (`` ``) (JJ electronic) (NN computer) ('' '')) (PP (RB because) (IN of) (NP (NP (DT the) (NN need)) (PP (IN in) (NP (NN general))))))) (S (VP (TO to) (VP (VB model) (NP (DT all) (NN world) (NN knowledge)))))))))))))) (. .))) +(ROOT (S (S (PP (IN In) (NP (DT the) (NNS 1970s))) (, ,) (NP (NNP WSD)) (VP (VBD was) (NP (NP (DT a) (NN subtask)) (PP (IN of) (NP (NP (JJ semantic) (NN interpretation) (NNS systems)) (VP (VBN developed) (PP (IN within) (NP (NP (DT the) (NN field)) (PP (IN of) (NP (JJ artificial) (NN intelligence))))))))))) (, ,) (CC but) (S (SBAR (IN since) (S (NP (NNP WSD) (NNS systems)) (VP (VBD were) (ADJP (RB largely) (JJ rule-based) (CC and) (JJ hand-coded))))) (NP (PRP they)) (VP (VBD were) (ADJP (JJ prone) (PP (TO to) (NP (DT a) (NN knowledge) (NN acquisition) (NN bottleneck)))))) (. .))) +(ROOT (S (S (PP (IN By) (NP (DT the) (NNS 1980s))) (NP (NP (JJ large-scale) (JJ lexical) (NNS resources)) (, ,) (PP (JJ such) (IN as) (NP (NP (NP (DT the) (NNP Oxford) (NNP Advanced) (NNP Learner) (POS 's)) (NNP Dictionary)) (PP (IN of) (NP (NP (NNP Current) (NNP English)) (PRN (-LRB- -LRB-) (NP (NNP OALD)) (-RRB- -RRB-)))))) (, ,)) (VP (VBD became) (ADJP (JJ available)))) (: :) (S (S (NP (NN hand-coding)) (VP (VBD was) (VP (VBN replaced) (PP (IN with) (NP (NP (NN knowledge)) (VP (ADVP (RB automatically)) (VBN extracted) (PP (IN from) (NP (DT these) (NNS resources))))))))) (, ,) (CC but) (S (NP (NN disambiguation)) (VP (VBD was) (ADVP (RB still)) (ADJP (JJ knowledge-based) (CC or) (JJ dictionary-based))))) (. .))) +(ROOT (S (PP (IN In) (NP (DT the) (NNS 1990s))) (, ,) (S (NP (DT the) (JJ statistical) (NN revolution)) (VP (VBD swept) (PP (IN through) (NP (JJ computational) (NNS linguistics))))) (, ,) (CC and) (S (NP (NNP WSD)) (VP (VBD became) (NP (DT a) (NN paradigm) (NN problem)) (PP (IN on) (SBAR (WHNP (WDT which)) (S (VP (TO to) (VP (VB apply) (NP (JJ supervised) (NN machine)) (S (VP (VBG learning) (NP (NNS techniques))))))))))) (. .))) +(ROOT (S (S (NP (DT The) (NNS 2000s)) (VP (VBD saw) (SBAR (S (NP (JJ supervised) (NNS techniques)) (VP (VBP reach) (NP (NP (DT a) (NN plateau)) (PP (IN in) (NP (NN accuracy))))))))) (, ,) (CC and) (IN so) (S (NP (NN attention)) (VP (VBZ has) (VP (VBN shifted) (PP (TO to) (NP (NP (NP (JJ coarser-grained) (NNS senses)) (, ,) (NP (NN domain) (NN adaptation)) (, ,) (NP (JJ semi-supervised)) (CC and) (NP (JJ unsupervised) (JJ corpus-based) (NNS systems))) (, ,) (NP (NP (NNS combinations)) (PP (IN of) (NP (JJ different) (NNS methods)))) (, ,) (CC and) (NP (NP (DT the) (NN return)) (PP (IN of) (NP (NP (JJ knowledge-based) (NNS systems)) (PP (IN via) (NP (JJ graph-based) (NNS methods))))))))))) (. .))) +(ROOT (S (ADVP (RB Still)) (, ,) (NP (JJ supervised) (NNS systems)) (VP (VBP continue) (S (VP (TO to) (VP (VB perform) (ADVP (RBS best)))))) (. .))) +(ROOT (S (NP (NP (JJ Difficulties) (NNS Differences)) (PP (IN between) (NP (NP (ADJP (JJ dictionaries) (NP (CD One))) (NN problem)) (PP (IN with) (NP (NN word) (NN sense) (NN disambiguation)))))) (VP (VBZ is) (VP (VBG deciding) (SBAR (WHNP (WP what)) (S (NP (DT the) (NNS senses)) (VP (VBP are)))))) (. .))) +(ROOT (S (PP (IN In) (NP (NP (NNS cases)) (PP (IN like) (NP (NP (DT the) (NN word) (NN bass)) (ADVP (IN above)))))) (, ,) (NP (QP (IN at) (JJS least) (DT some)) (NNS senses)) (VP (VBP are) (ADJP (RB obviously) (JJ different))) (. .))) +(ROOT (S (PP (IN In) (NP (JJ other) (NNS cases))) (, ,) (S (ADVP (RB however)) (, ,) (NP (DT the) (JJ different) (NNS senses)) (VP (MD can) (VP (VB be) (ADJP (RB closely) (JJ related)) (PRN (-LRB- -LRB-) (S (NP (CD one) (NN meaning)) (VP (VBG being) (NP (NP (DT a) (JJ metaphorical) (CC or) (JJ metonymic) (NN extension)) (PP (IN of) (NP (DT another)))))) (-RRB- -RRB-))))) (, ,) (CC and) (S (PP (IN in) (NP (JJ such) (NNS cases))) (NP (NP (NN division)) (PP (IN of) (NP (NP (NNS words)) (PP (IN into) (NP (NNS senses)))))) (VP (VBZ becomes) (ADJP (RB much) (RBR more) (JJ difficult)))) (. .))) +(ROOT (S (NP (JJ Different) (NNS dictionaries) (CC and) (NNS thesauruses)) (VP (MD will) (VP (VB provide) (NP (NP (JJ different) (NNS divisions)) (PP (IN of) (NP (NNS words)))) (PP (IN into) (NP (NNS senses))))) (. .))) +(ROOT (S (NP (NP (CD One) (NN solution)) (SBAR (S (NP (DT some) (NNS researchers)) (VP (VBP have) (VP (VBN used)))))) (VP (VBZ is) (S (VP (TO to) (VP (VP (VB choose) (NP (DT a) (JJ particular) (NN dictionary))) (, ,) (CC and) (ADVP (RB just)) (VP (VB use) (NP (NP (PRP$ its) (NN set)) (PP (IN of) (NP (NNS senses))))))))) (. .))) +(ROOT (S (ADVP (RB Generally)) (, ,) (ADVP (RB however)) (, ,) (NP (NP (NN research) (NNS results)) (VP (VBG using) (NP (JJ broad) (NNS distinctions)) (PP (IN in) (NP (NNS senses))))) (VP (VBP have) (VP (VBN been) (ADJP (ADJP (RB much) (JJR better)) (PP (IN than) (NP (NP (DT those)) (VP (VBG using) (NP (JJ narrow) (NNS ones)))))))) (. .))) +(ROOT (S (ADVP (RB However)) (, ,) (PP (VBN given) (NP (NP (DT the) (NN lack)) (PP (IN of) (NP (DT a) (JJ full-fledged) (JJ coarse-grained) (NN sense) (NN inventory))))) (, ,) (NP (JJS most) (NNS researchers)) (VP (VBP continue) (S (VP (TO to) (VP (VB work) (PP (IN on) (NP (JJ fine-grained) (NNP WSD))))))) (. .))) +(ROOT (S (NP (NP (JJS Most) (NN research)) (PP (IN in) (NP (NP (DT the) (NN field)) (PP (IN of) (NP (NNP WSD)))))) (VP (VBZ is) (VP (VBN performed) (PP (IN by) (S (VP (VBG using) (NP (NNP WordNet)) (PP (IN as) (NP (NP (DT a) (NN reference) (NN sense) (NN inventory)) (PP (IN for) (NP (NNP English)))))))))) (. .))) +(ROOT (S (NP (NNP WordNet)) (VP (VBZ is) (NP (NP (DT a) (JJ computational) (NN lexicon)) (SBAR (WHNP (WDT that)) (S (VP (VBZ encodes) (NP (NNS concepts)) (PP (IN as) (NP (NP (NN synonym) (NNS sets)) (PRN (-LRB- -LRB-) (NP (NP (NNP e.g.)) (SBAR (S (NP (NP (DT the) (NN concept)) (PP (IN of) (NP (NN car)))) (VP (VBZ is) (VP (VBN encoded) (PP (IN as) (-LRB- -LCB-) (NP (NN car) (, ,) (NN auto) (, ,) (NN automobile) (, ,) (NN machine) (, ,) (NN motorcar)) (-RRB- -RCB-))))))) (-RRB- -RRB-))))))))) (. .))) +(ROOT (S (NP (NP (JJ Other) (NNS resources)) (VP (VBN used) (PP (IN for) (NP (NN disambiguation) (NNS purposes))))) (VP (VBP include) (NP (NP (NP (NNP Roget) (POS 's)) (NNS Thesaurus)) (CC and) (NP (NNP Wikipedia)))) (. .))) +(ROOT (S (NP (NNP Part-of-speech) (NNP tagging)) (PP (IN In) (NP (NP (DT any) (JJ real) (NN test)) (, ,) (NP (JJ part-of-speech) (NN tagging)) (CC and) (NP (NN sense) (NN tagging)))) (VP (VBP are) (ADJP (ADJP (RB very) (RB closely) (VBN related) (PP (IN with) (NP (DT each)))) (FRAG (S (ADVP (RB potentially)) (VP (VBG making) (NP (NNS constraints)) (PP (TO to) (NP (DT the) (JJ other)))))))) (. .))) +(ROOT (S (S (CC And) (NP (NP (DT the) (NN question)) (SBAR (IN whether) (S (NP (DT these) (NNS tasks)) (VP (MD should) (VP (VB be) (VP (VP (VBN kept) (ADVP (RB together))) (CC or) (VP (VBN decoupled)))))))) (VP (VBZ is) (ADVP (RB still)) (VP (RB not) (ADVP (RB unanimously)) (VBN resolved)))) (, ,) (CC but) (S (ADVP (RB recently)) (NP (NNS scientists)) (VP (VBP incline) (S (VP (VP (TO to) (VP (VB test) (NP (DT these) (NNS things)) (ADVP (RB separately)))) (PRN (-LRB- -LRB-) (S (NP (NP (NNP e.g.)) (PP (IN in) (NP (NP (DT the) (NNP Senseval\/SemEval) (NNS competitions) (NNS parts)) (PP (IN of) (NP (NN speech)))))) (VP (VBP are) (VP (VBN provided) (PP (IN as) (NP (NP (NN input)) (PP (IN for) (NP (DT the) (NN text))))) (S (VP (TO to) (VP (VB disambiguate))))))) (-RRB- -RRB-)))))) (. .))) +(ROOT (S (NP (PRP It)) (VP (VBZ is) (ADJP (JJ instructive) (S (VP (TO to) (VP (VB compare) (NP (DT the) (NN word) (NN sense) (NN disambiguation) (NN problem)) (PP (IN with) (NP (NP (DT the) (NN problem)) (PP (IN of) (NP (JJ part-of-speech) (NN tagging)))))))))) (. .))) +(ROOT (S (NP (DT Both)) (VP (VP (VBP involve) (S (VP (VBG disambiguating) (CC or) (VBG tagging) (PP (IN with) (NP (NNS words)))))) (, ,) (VP (VB be) (NP (PRP it))) (PP (IN with) (NP (NP (NNS senses) (CC or) (NNS parts)) (PP (IN of) (NP (NN speech)))))) (. .))) +(ROOT (S (ADVP (RB However)) (, ,) (NP (NP (NNS algorithms)) (VP (VBN used) (PP (IN for) (NP (CD one))))) (VP (VBP do) (RB not) (VP (VB tend) (S (VP (TO to) (VP (VB work) (ADVP (RB well) (PP (IN for) (NP (DT the) (JJ other)))) (, ,) (ADVP (RB mainly)) (SBAR (IN because) (S (NP (NP (DT the) (NN part)) (PP (IN of) (NP (NP (NN speech)) (PP (IN of) (NP (DT a) (NN word)))))) (VP (VBZ is) (ADVP (RB primarily)) (VP (VBN determined) (PP (IN by) (NP (NP (DT the) (ADJP (RB immediately) (JJ adjacent)) (NN one)) (PP (TO to) (NP (CD three) (NNS words))))))))) (, ,) (SBAR (IN whereas) (S (NP (NP (DT the) (NN sense)) (PP (IN of) (NP (DT a) (NN word)))) (VP (MD may) (VP (VB be) (VP (VBN determined) (PP (IN by) (NP (NNS words))) (ADVP (RBR further) (RB away)))))))))))) (. .))) +(ROOT (S (NP (NP (DT The) (NN success) (NN rate)) (PP (IN for) (NP (JJ part-of-speech) (NN tagging) (NNS algorithms)))) (VP (VBZ is) (ADVP (IN at)) (ADJP (RB present) (RB much) (JJR higher)) (PP (PP (IN than) (S (NP (NP (DT that)) (PP (IN for) (NP (NP (NNP WSD)) (, ,) (NP (JJ state-of-the) (NN art))))) (VP (VBG being) (UCP (PP (IN around) (NP (ADJP (CD 95) (NN %)) (NN accuracy))) (CC or) (ADVP (RB better)))))) (, ,) (RB as) (PP (VBN compared) (PP (TO to) (NP (NP (ADJP (QP (JJR less) (IN than) (CD 75)) (NN %)) (NN accuracy)) (PP (IN in) (NP (NP (NN word) (NN sense) (NN disambiguation)) (PP (IN with) (NP (JJ supervised) (NN learning)))))))))) (. .))) +(ROOT (S (NP (DT These) (NNS figures)) (VP (VP (VBP are) (ADJP (JJ typical) (PP (IN for) (NP (NNP English))))) (, ,) (CC and) (VP (MD may) (VP (VB be) (ADJP (RB very) (JJ different)) (PP (IN from) (NP (NP (DT those)) (PP (IN for) (NP (JJ other) (NNS languages)))))))) (. .))) +(ROOT (S (NP (NNP Inter-judge)) (VP (VBP variance) (SBAR (S (NP (DT Another) (NN problem)) (VP (VBZ is) (NP (JJ inter-judge) (NN variance)))))) (. .))) +(ROOT (S (NP (NNP WSD) (NNS systems)) (VP (VBP are) (ADVP (RB normally)) (VP (VBN tested) (PP (IN by) (S (VP (VBG having) (NP (PRP$ their) (NNS results)) (PP (IN on) (NP (NP (DT a) (NN task)) (PP (VBN compared) (PP (IN against) (NP (NP (DT those)) (PP (IN of) (NP (DT a) (NN human))))))))))))) (. .))) +(ROOT (S (ADVP (RB However)) (, ,) (SBAR (IN while) (S (NP (PRP it)) (VP (VBZ is) (ADJP (RB relatively) (JJ easy)) (S (VP (TO to) (VP (VB assign) (NP (NP (NNS parts)) (PP (IN of) (NP (NN speech)))) (PP (TO to) (NP (NN text))))))))) (, ,) (NP (NP (NN training) (NNS people)) (PP (TO to) (NP (NN tag) (NNS senses)))) (VP (VBZ is) (ADJP (RB far) (RBR more) (JJ difficult))) (. .))) +(ROOT (S (SBAR (IN While) (S (NP (NNS users)) (VP (MD can) (VP (VB memorize) (NP (NP (DT all)) (PP (IN of) (NP (NP (DT the) (JJ possible) (NNS parts)) (PP (IN of) (NP (NN speech))))) (SBAR (S (NP (DT a) (NN word)) (VP (MD can) (VP (VB take)))))))))) (, ,) (NP (PRP it)) (VP (VBZ is) (ADVP (RB often)) (ADJP (JJ impossible) (PP (IN for) (NP (NNS individuals)))) (S (VP (TO to) (VP (VB memorize) (NP (NP (DT all)) (PP (IN of) (NP (NP (DT the) (NNS senses)) (SBAR (S (NP (DT a) (NN word)) (VP (MD can) (VP (VB take)))))))))))) (. .))) +(ROOT (S (ADVP (RB Moreover)) (, ,) (S (NP (NNS humans)) (VP (VBP do) (RB not) (VP (VP (VB agree) (PP (IN on) (NP (NP (DT the) (NN task)) (PP (IN at) (NP (NN hand)))))) (: --) (VP (VB give) (NP (NP (DT a) (NN list)) (PP (IN of) (NP (NNS senses) (CC and) (NNS sentences)))))))) (, ,) (CC and) (S (NP (NNS humans)) (VP (MD will) (RB not) (ADVP (RB always)) (VP (VB agree) (PP (IN on) (SBAR (WHNP (WDT which)) (S (NP (NN word)) (VP (VBZ belongs) (PP (IN in) (SBAR (WHNP (WDT which)) (S (VP (VBP sense)))))))))))) (. .))) +(ROOT (S (S (ADVP (RB Thus)) (, ,) (NP (DT a) (NN computer)) (VP (MD can) (RB not) (VP (VB be) (VP (VBN expected) (S (VP (TO to) (VP (VB give) (NP (JJR better) (NN performance)) (PP (IN on) (NP (NP (PDT such) (DT a) (NN task)) (PP (IN than) (NP (NP (DT a) (NN human)) (PRN (-LRB- -LRB-) (PP (ADVP (RB indeed)) (, ,) (ADVP (IN since) (NP (DT the) (JJ human) (NNS serves))) (IN as) (NP (DT the) (NN standard))) (, ,) (NP (NP (DT the) (NN computer)) (S (VP (VBG being) (ADJP (ADJP (JJR better)) (SBAR (IN than) (S (NP (DT the) (NN human)) (VP (VBZ is) (ADJP (JJ incoherent))))))))) (-RRB- -RRB-)))))))))))) (, ,)) (PRN (-LRB- -LRB-) (S (NP (NN citation)) (VP (VBD needed))) (-RRB- -RRB-)) (IN so) (S (NP (DT the) (JJ human) (NN performance)) (VP (VBZ serves) (PP (IN as) (NP (DT an) (JJ upper) (NN bound))))) (. .))) +(ROOT (S (NP (NNP Human) (NN performance)) (, ,) (ADVP (RB however)) (, ,) (VP (VBZ is) (ADJP (ADJP (RB much) (JJR better)) (PP (IN on) (ADJP (JJ coarse-grained)))) (PP (IN than) (NP (JJ fine-grained) (NNS distinctions))) (, ,) (SBAR (IN so) (S (NP (DT this)) (ADVP (RB again)) (VP (VBZ is) (SBAR (WHADVP (WRB why)) (S (NP (NP (NN research)) (PP (IN on) (NP (JJ coarse-grained) (NNS distinctions)))) (VP (VBZ has) (VP (VBN been) (VP (VBN put) (S (VP (TO to) (VP (VB test) (PP (IN in) (NP (JJ recent) (NNP WSD) (NN evaluation) (NNS exercises))))))))))))))) (. .))) +(ROOT (S (NP (NNP Common)) (VP (VBP sense) (NP (DT Some) (NNP AI) (NNS researchers)) (SBAR (IN like) (S (NP (NNP Douglas) (NNP Lenat)) (VP (VBP argue) (SBAR (IN that) (S (NP (PRP one)) (VP (MD can) (RB not) (VP (VB parse) (NP (NNS meanings)) (PP (IN from) (NP (NNS words))) (PP (IN without) (NP (NP (DT some) (NN form)) (PP (IN of) (NP (JJ common) (NN sense) (NN ontology))))))))))))) (. .))) +(ROOT (S (PP (IN For) (NP (NN example))) (, ,) (VP (VB comparing) (NP (NP (NP (DT these) (CD two) (NNS sentences)) (PRN (: :) (`` ``) (SQ (NP (NNP Jill) (CC and) (NNP Mary)) (VP (VBP are) (ADJP (JJ sisters)))) (. .) ('' '') (: --))) (PRN (-LRB- -LRB-) (S (NP (PRP they)) (VP (VBP are) (NP (NP (NNS sisters)) (PP (IN of) (NP (DT each) (JJ other)))))) (-RRB- -RRB-)))) (. .))) +(ROOT (S (`` ``) (VP (VP (VBZ Jill)) (CC and) (VP (SBAR (SBAR (S (NP (NNP Mary)) (VP (VBP are) (NP (NNS mothers)))) (. .) ('' '')) (: --) (PRN (-LRB- -LRB-) (S (NP (DT each)) (VP (VBZ is) (ADVP (RB independently)) (NP (DT a) (NN mother)))) (-RRB- -RRB-))))) (. .))) +(ROOT (S (S (VP (TO To) (VP (ADVP (RB properly)) (VB identify) (NP (NP (NNS senses)) (PP (IN of) (NP (NNS words))))))) (NP (PRP one)) (VP (MD must) (VP (VB know) (NP (JJ common) (NN sense) (NNS facts)))) (. .))) +(ROOT (S (ADVP (RB Moreover)) (, ,) (NP (RB sometimes) (DT the) (JJ common) (NN sense)) (VP (VBZ is) (VP (VBN needed) (S (VP (TO to) (VP (VB disambiguate) (NP (JJ such) (NNS words)) (PP (IN like) (NP (NP (NNS pronouns)) (PP (IN in) (NP (NP (NN case)) (PP (IN of) (S (VP (VBG having) (NP (NNS anaphoras) (CC or) (NNS cataphoras)) (PP (IN in) (NP (DT the) (NN text))))))))))))))) (. .))) +(ROOT (S (S (NP (NP (NN Sense) (NN inventory)) (CC and) (NP (NP (NP (NNS algorithms) (POS ')) (NN task-dependency)) (NP (DT A) (JJ task-independent) (NN sense) (NN inventory)))) (VP (VBZ is) (RB not) (NP (DT a) (JJ coherent) (NN concept)))) (: :) (S (NP (DT each) (NN task)) (VP (VBZ requires) (NP (NP (PRP$ its) (JJ own) (NN division)) (PP (IN of) (NP (NP (NN word)) (VP (VBG meaning) (PP (IN into) (NP (NP (NNS senses)) (ADJP (JJ relevant) (PP (TO to) (NP (DT the) (NN task)))))))))))) (. .))) +(ROOT (S (PP (IN For) (NP (NN example))) (, ,) (NP (NP (DT the) (NN ambiguity)) (PP (IN of) (NP (`` `) (NP (NN mouse)) ('' ') (PRN (-LRB- -LRB-) (NP (NP (NN animal)) (CC or) (NP (NN device))) (-RRB- -RRB-))))) (VP (VP (VBZ is) (RB not) (ADJP (JJ relevant) (PP (IN in) (NP (JJ English-French) (NN machine) (NN translation))))) (, ,) (CC but) (VP (VBZ is) (ADJP (JJ relevant) (PP (IN in) (NP (NN information) (NN retrieval)))))) (. .))) +(ROOT (S (NP (DT The) (NN opposite)) (VP (VBZ is) (ADJP (JJ true) (PP (IN of) (NP (NP (`` `) (NN river) ('' ')) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ requires) (NP (NP (DT a) (NN choice)) (PP (IN in) (NP (NNP French)))))))))) (PRN (-LRB- -LRB-) (S (S (NP (NN fleuve)) (VP (`` `) (VBZ flows) (PP (IN into) (NP (DT the) (NN sea))) ('' '))) (, ,) (CC or) (S (NP (NN rivière)) (VP (`` `) (VBZ flows) (PP (IN into) (NP (DT a) (NN river))) ('' ')))) (-RRB- -RRB-))) (. .))) +(ROOT (S (ADVP (RB Also)) (, ,) (NP (ADJP (RB completely) (JJ different)) (NNS algorithms)) (VP (MD might) (VP (VB be) (VP (VBN required) (PP (IN by) (NP (JJ different) (NNS applications)))))) (. .))) +(ROOT (S (PP (IN In) (NP (NN machine) (NN translation))) (, ,) (NP (DT the) (NN problem)) (VP (VBZ takes) (NP (NP (DT the) (NN form)) (PP (IN of) (NP (NN target) (NN word) (NN selection))))) (. .))) +(ROOT (S (ADVP (RB Here)) (NP (DT the) (`` ``) (NNS senses) ('' '')) (VP (VBP are) (NP (NP (NNS words)) (PP (IN in) (NP (NP (DT the) (NN target) (NN language)) (, ,) (SBAR (WHNP (WDT which)) (S (ADVP (RB often)) (VP (VBG correspond) (PP (TO to) (NP (JJ significant) (NN meaning) (NNS distinctions))) (PP (IN in) (NP (DT the) (NN source) (NN language))) (PRN (-LRB- -LRB-) (S (NP (NN bank)) (VP (MD could) (VP (VP (VB translate) (PP (TO to) (NP (JJ French) (NN banque) (`` `) (JJ financial) (NN bank) ('' ')))) (CC or) (VP (VB rive) (`` `) (NP (NP (NN edge)) (PP (IN of) (NP (NN river)))) ('' '))))) (-RRB- -RRB-))))))))) (. .))) +(ROOT (S (PP (IN In) (NP (NN information) (NN retrieval))) (, ,) (S (NP (DT a) (NN sense) (NN inventory)) (VP (VBZ is) (RB not) (VP (ADVP (RB necessarily)) (VBN required) (, ,) (SBAR (IN because) (S (NP (PRP it)) (VP (VBZ is) (ADJP (JJ enough) (S (VP (TO to) (VP (VB know) (SBAR (IN that) (S (NP (DT a) (NN word)) (VP (VBZ is) (VP (VBN used) (PP (IN in) (NP (NP (DT the) (JJ same) (NN sense)) (PP (IN in) (NP (DT the) (NN query))))))))))))))))))) (CC and) (S (NP (NP (DT a) (JJ retrieved) (NN document)) (: ;) (SBAR (WHNP (WP what)) (S (VP (VBP sense) (SBAR (IN that) (S (VP (VBZ is))))))) (, ,)) (VP (VBZ is) (ADJP (JJ unimportant)))) (. .))) +(ROOT (S (NP (NP (NNS Discreteness)) (PP (IN of) (NP (NP (NNS senses)) (ADVP (RB Finally))))) (, ,) (NP (NP (DT the) (JJ very) (NN notion)) (PP (IN of) (NP (`` ``) (NN word) (NN sense) ('' '')))) (VP (VBZ is) (ADJP (JJ slippery) (CC and) (JJ controversial))) (. .))) +(ROOT (S (S (NP (JJS Most) (NNS people)) (VP (VP (MD can) (VP (VB agree) (PP (IN in) (NP (NP (NNS distinctions)) (PP (IN at) (NP (NP (DT the) (JJ coarse-grained) (NN homograph) (NN level)) (PRN (-LRB- -LRB-) (NP (NP (NNP e.g.)) (, ,) (NP (NP (NN pen)) (PP (IN as) (S (VP (VBG writing) (NP (NN instrument) (CC or) (NN enclosure))))))) (-RRB- -RRB-)))))))) (, ,) (CC but) (VP (VBP go) (ADVP (RB down) (NP (CD one) (NN level)) (PP (TO to) (NP (JJ fine-grained) (NN polysemy))))))) (, ,) (CC and) (S (NP (NNS disagreements)) (VP (VBP arise))) (. .))) +(ROOT (S (PP (IN For) (NP (NN example))) (, ,) (PP (IN in) (NP (NP (NNS Senseval-2)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD used) (NP (JJ fine-grained) (NN sense) (NNS distinctions))))))) (, ,) (NP (JJ human) (NNS annotators)) (VP (VBD agreed) (PP (IN in) (NP (NP (QP (RB only) (CD 85)) (NN %)) (PP (IN of) (NP (NN word) (NNS occurrences)))))) (. .))) +(ROOT (S (NP (JJ Word) (NN meaning)) (VP (VBZ is) (PP (IN in) (NP (NP (NN principle) (NN infinitely) (NN variable)) (CC and) (NP (NN context)))) (ADJP (JJ sensitive))) (. .))) +(ROOT (S (NP (PRP It)) (VP (VBZ does) (RB not) (VP (VB divide) (PRT (RP up)) (ADVP (RB easily)) (PP (IN into) (NP (JJ distinct) (CC or) (JJ discrete) (NNS sub-meanings))))) (. .))) +(ROOT (S (NP (NNS Lexicographers)) (ADVP (RB frequently)) (VP (VBP discover) (PP (IN in) (NP (NP (NP (NN corpora) (JJ loose)) (CC and) (NP (VBG overlapping) (NN word) (NNS meanings))) (, ,) (CC and) (NP (NP (JJ standard) (CC or) (JJ conventional) (NNS meanings)) (VP (VP (VBN extended)) (, ,) (VP (VBN modulated)) (, ,) (CC and) (VP (VBN exploited) (PP (IN in) (NP (NP (DT a) (JJ bewildering) (NN variety)) (PP (IN of) (NP (NNS ways))))))))))) (. .))) +(ROOT (S (NP (NP (DT The) (NN art)) (PP (IN of) (NP (NN lexicography)))) (VP (VBZ is) (S (VP (TO to) (VP (VB generalize) (PP (IN from) (NP (DT the) (NN corpus))) (PP (TO to) (NP (NP (NNS definitions)) (SBAR (WHNP (WDT that)) (S (VP (VBP evoke) (CC and) (VBP explain) (NP (NP (DT the) (JJ full) (NN range)) (PP (IN of) (NP (NP (NN meaning)) (PP (IN of) (NP (DT a) (NN word)))))) (, ,) (S (VP (VBG making) (SBAR (S (NP (PRP it)) (VP (VBP seem) (SBAR (IN like) (S (NP (NNS words)) (VP (VBP are) (VP (VBN well-behaved) (ADVP (RB semantically)))))))))))))))))))) (. .))) +(ROOT (S (ADVP (RB However)) (, ,) (NP (PRP it)) (VP (VBZ is) (RB not) (ADVP (IN at) (DT all)) (ADJP (JJ clear)) (SBAR (IN if) (S (NP (DT these) (JJ same) (NN meaning) (NNS distinctions)) (VP (VBP are) (ADJP (JJ applicable) (PP (IN in) (NP (JJ computational) (NNS applications))))))) (, ,) (SBAR (IN as) (S (NP (NP (DT the) (NNS decisions)) (PP (IN of) (NP (NNS lexicographers)))) (VP (VBP are) (ADVP (RB usually)) (VP (VBN driven) (PP (IN by) (NP (JJ other) (NNS considerations)))))))) (. .))) +(ROOT (S (ADVP (RB Recently)) (, ,) (NP (NP (DT a) (NN task)) (PRN (: --) (VP (VBN named) (NP (JJ lexical) (NN substitution))) (: --))) (VP (VBZ has) (VP (VBN been) (VP (VBN proposed) (PP (IN as) (NP (DT a) (JJ possible) (NN solution))) (PP (TO to) (NP (DT the) (NN sense) (NNS discreteness) (NN problem)))))) (. .))) +(ROOT (S (NP (DT The) (NN task)) (VP (VBZ consists) (PP (IN of) (S (VP (VBG providing) (NP (NP (DT a) (NN substitute)) (PP (IN for) (NP (NP (DT a) (NN word)) (PP (IN in) (NP (NN context))))) (SBAR (WHNP (WDT that)) (S (VP (VBZ preserves) (NP (NP (DT the) (NN meaning)) (PP (IN of) (NP (DT the) (JJ original) (NN word))))))))))) (PRN (-LRB- -LRB-) (S (S (ADVP (RB potentially)) (, ,) (NP (NNS substitutes)) (VP (MD can) (VP (VB be) (VP (VBN chosen) (PP (IN from) (NP (NP (DT the) (JJ full) (NN lexicon)) (PP (IN of) (NP (DT the) (NN target) (NN language))))))))) (, ,) (ADVP (RB thus)) (S (VP (VBG overcoming) (NP (NNS discreteness))))) (-RRB- -RRB-))) (. .))) +(ROOT (S (PP (ADVP (NP (NNS Approaches) (CC and) (NNS methods)) (RB As)) (IN in) (NP (DT all) (JJ natural) (NN language) (NN processing))) (, ,) (NP (EX there)) (VP (VBP are) (NP (NP (NP (CD two) (JJ main) (NNS approaches)) (PP (TO to) (NP (NNP WSD)))) (: --) (NP (NP (JJ deep) (NNS approaches)) (CC and) (NP (JJ shallow) (NNS approaches))))) (. .))) +(ROOT (S (NP (NNP Deep)) (VP (VBZ approaches) (NP (JJ presume) (NN access)) (PP (TO to) (NP (NP (DT a) (JJ comprehensive) (NN body)) (PP (IN of) (NP (NN world) (NN knowledge)))))) (. .))) +(ROOT (S (NP (NP (NNP Knowledge)) (, ,) (NP (NP (JJ such)) (SBAR (IN as) (S (`` ``) (S (NP (PRP you)) (VP (MD can) (VP (VB go) (NP (NN fishing)) (PP (PP (IN for) (NP (NP (DT a) (NN type)) (PP (IN of) (NP (NN fish))))) (, ,) (CC but) (RB not) (PP (IN for) (NP (JJ low) (NN frequency) (NNS sounds))))))) ('' '') (CC and) (`` ``) (S (NP (NNS songs)) (VP (VBP have) (NP (NP (NP (JJ low) (NN frequency) (NNS sounds)) (PP (IN as) (NP (NNS parts)))) (, ,) (CONJP (CC but) (RB not)) (NP (NP (NNS types)) (PP (IN of) (NP (NN fish))))))) ('' '')))) (, ,)) (VP (VBZ is) (ADVP (RB then)) (VP (VBN used) (S (VP (TO to) (VP (VB determine) (PP (IN in) (SBAR (WHNP (WDT which)) (S (VP (VBP sense) (SBAR (S (NP (DT the) (NN word)) (VP (VBZ is) (VP (VBN used)))))))))))))) (. .))) +(ROOT (S (NP (DT These) (NNS approaches)) (VP (VBP are) (RB not) (ADJP (RB very) (JJ successful) (PP (IN in) (NP (NN practice)))) (, ,) (SBAR (RB mainly) (IN because) (S (NP (NP (PDT such) (DT a) (NN body)) (PP (IN of) (NP (NN knowledge)))) (VP (VBZ does) (RB not) (VP (VB exist) (PP (IN in) (NP (DT a) (JJ computer-readable) (NN format))) (, ,) (ADVP (JJ outside) (PP (IN of) (NP (ADJP (RB very) (VBN limited)) (NNS domains))))))))) (. .))) +(ROOT (S (ADVP (RB However)) (, ,) (S (S (SBAR (IN if) (S (NP (JJ such) (NN knowledge)) (VP (VBD did)))) (VP (VBP exist))) (, ,) (RB then) (S (NP (JJ deep) (NNS approaches)) (VP (MD would) (VP (VB be) (ADJP (RB much) (RBR more) (JJ accurate)) (PP (IN than) (NP (DT the) (JJ shallow) (NNS approaches))))) (. .))) (PRN (-LRB- -LRB-) (S (NP (NN citation)) (VP (VBD needed))) (-RRB- -RRB-)) (S (S (ADVP (RB Also)) (, ,) (NP (EX there)) (VP (VBZ is) (NP (NP (DT a) (JJ long) (NN tradition)) (PP (IN in) (NP (JJ computational) (NNS linguistics))) (, ,) (PP (IN of) (S (VP (VBG trying) (NP (JJ such) (NNS approaches)) (PP (IN in) (NP (NP (NNS terms)) (PP (IN of) (NP (JJ coded) (NN knowledge))))))))))) (CC and) (S (PP (IN in) (NP (DT some) (NNS cases))) (, ,) (NP (PRP it)) (VP (VBZ is) (ADJP (JJ hard) (S (VP (TO to) (VP (VB say) (ADVP (RB clearly)) (SBAR (IN whether) (S (NP (NP (DT the) (NN knowledge)) (VP (VBN involved))) (VP (VBZ is) (NP (JJ linguistic) (CC or) (NN world) (NN knowledge)))))))))))) (. .))) +(ROOT (S (NP (DT The) (JJ first) (NN attempt)) (VP (VBD was) (NP (NP (DT that)) (PP (IN by) (NP (NP (NNP Margaret) (NNP Masterman)) (CC and) (NP (PRP$ her) (NNS colleagues))))) (, ,) (PP (IN at) (NP (NP (DT the) (NNP Cambridge) (NNP Language) (NNP Research) (NNP Unit)) (PP (IN in) (NP (NNP England))))) (, ,) (PP (IN in) (NP (DT the) (NNS 1950s)))) (. .))) +(ROOT (S (NP (DT This) (NN attempt)) (VP (VP (VBD used) (SBAR (IN as) (S (S (NP (NNS data)) (NP (NP (DT a) (JJ punched-card) (NN version)) (PP (IN of) (NP (NP (NNP Roget) (POS 's)) (NNS Thesaurus))))) (CC and) (S (NP (PRP$ its)) (VP (VBD numbered) (NP (`` ``) (NNS heads) ('' '')) (, ,) (PP (IN as) (NP (NP (DT an) (NN indicator)) (PP (IN of) (NP (NNS topics)))))))))) (CC and) (VP (VBD looked) (PP (IN for) (NP (NP (NNS repetitions)) (PP (IN in) (NP (NN text))))) (, ,) (S (VP (VBG using) (NP (DT a) (VBN set) (NN intersection) (NN algorithm)))))) (. .))) +(ROOT (S (NP (PRP It)) (VP (VP (VBD was) (ADJP (RB not) (RB very) (JJ successful))) (, ,) (CC but) (VP (VBD had) (NP (JJ strong) (NNS relationships)) (PP (TO to) (NP (JJ later) (NN work))) (, ,) (PP (RB especially) (S (NP (NP (NNP Yarowsky) (POS 's)) (NN machine)) (VP (VBG learning) (NP (NP (NN optimisation)) (PP (IN of) (NP (NP (DT a) (NN thesaurus) (NN method)) (PP (IN in) (NP (DT the) (NNS 1990s))))))))))) (. .))) +(ROOT (S (NP (NNP Shallow) (NNS approaches)) (VP (VBP do) (RB n't) (VP (VB try) (S (VP (TO to) (VP (VB understand) (NP (DT the) (NN text))))))) (. .))) +(ROOT (S (S (NP (PRP They)) (ADVP (RB just)) (VP (VBP consider) (NP (DT the) (VBG surrounding) (NNS words)) (, ,) (S (VP (VBG using) (NP (NN information) (JJ such)) (SBAR (IN as) (`` ``) (S (SBAR (IN if) (S (NP (NN bass)) (VP (VBZ has) (NP (NP (NNS words) (NN sea) (CC or) (NN fishing)) (ADVP (RB nearby)))))) (, ,) (NP (PRP it)) (ADVP (RB probably)) (VP (VBZ is) (PP (IN in) (NP (DT the) (NN fish) (NN sense)))))))))) (: ;) (S (SBAR (IN if) (S (NP (NN bass)) (VP (VBZ has) (NP (NP (DT the) (NNS words) (NN music) (CC or) (NN song)) (ADVP (RB nearby)))))) (, ,) (NP (PRP it)) (VP (VBZ is) (ADVP (RB probably)) (PP (IN in) (NP (DT the) (NN music) (NN sense))))) (. .) ('' ''))) +(ROOT (S (NP (DT These) (NNS rules)) (VP (MD can) (VP (VB be) (VP (ADVP (RB automatically)) (VBN derived) (PP (IN by) (NP (DT the) (NN computer))) (, ,) (S (VP (VBG using) (NP (NP (DT a) (NN training) (NN corpus)) (PP (IN of) (NP (NP (NNS words)) (VP (VBN tagged) (PP (IN with) (NP (PRP$ their) (NN word) (NNS senses)))))))))))) (. .))) +(ROOT (S (NP (DT This) (NN approach)) (, ,) (SBAR (IN while) (S (ADVP (RB theoretically)) (ADJP (RB not) (RB as) (JJ powerful) (PP (IN as) (NP (JJ deep) (NNS approaches)))))) (, ,) (VP (VBZ gives) (NP (JJ superior) (NNS results)) (PP (IN in) (NP (NN practice))) (, ,) (ADJP (JJ due) (PP (TO to) (NP (NP (DT the) (NN computer) (POS 's)) (JJ limited) (NN world) (NN knowledge))))) (. .))) +(ROOT (S (ADVP (RB However)) (, ,) (NP (PRP it)) (VP (MD can) (VP (VB be) (VP (VBN confused) (PP (IN by) (NP (NP (NNS sentences)) (PP (IN like) (NP (DT The) (NNS dogs) (NN bark))))) (PP (IN at) (NP (NP (DT the) (NN tree)) (SBAR (WHNP (WDT which)) (S (VP (VBZ contains) (NP (NP (DT the) (NN word) (NN bark)) (PP (IN near) (NP (NP (DT both) (NN tree)) (CC and) (NP (NNS dogs))))))))))))) (. .))) +(ROOT (S (S (NP (EX There)) (VP (VBP are) (NP (NP (CD four) (JJ conventional) (NNS approaches)) (PP (TO to) (NP (NP (NNP WSD)) (: :) (NP (NNP Dictionary)) (: -) (CC and) (NP (JJ knowledge-based) (NNS methods))))))) (: :) (S (NP (DT These)) (VP (VBP rely) (ADVP (RB primarily)) (PP (IN on) (NP (NP (NNS dictionaries)) (, ,) (NP (NNS thesauri)) (, ,) (CC and) (NP (JJ lexical) (NN knowledge) (NNS bases)))) (, ,) (PP (IN without) (S (VP (VBG using) (NP (DT any) (JJ corpus) (NN evidence))))))) (. .))) +(ROOT (NP (NP (JJ Supervised) (NNS methods)) (: :) (S (NP (DT These)) (VP (VBP make) (S (NP (NP (NN use)) (PP (IN of) (NP (JJ sense-annotated) (NN corpora)))) (VP (TO to) (VP (VB train) (PP (IN from))))))) (. .))) +(ROOT (S (S (NP (NN Semi-supervised) (CC or) (NN minimally)) (VP (VBD supervised) (NP (NNS methods)))) (: :) (S (NP (DT These)) (VP (VBP make) (NP (NP (NN use)) (PP (IN of) (NP (NP (DT a) (JJ secondary) (NN source)) (PP (IN of) (NP (NN knowledge))))) (PP (JJ such) (IN as) (NP (NP (DT a) (JJ small) (JJ annotated) (NN corpus)) (PP (IN as) (NP (NP (NN seed) (NNS data)) (PP (IN in) (NP (DT a) (JJ bootstrapping) (NN process))))))) (, ,) (CC or) (NP (DT a) (JJ word-aligned) (JJ bilingual) (NN corpus))))) (. .))) +(ROOT (NP (NP (JJ Unsupervised) (NNS methods)) (: :) (NP (NP (DT These) (ADJP (ADJP (JJ eschew)) (PRN (-LRB- -LRB-) (ADVP (RB almost)) (-RRB- -RRB-))) (ADJP (RB completely) (JJ external)) (NN information)) (CC and) (NP (NP (NN work)) (PP (ADVP (RB directly)) (IN from) (NP (JJ raw) (JJ unannotated) (NN corpora))))) (. .))) +(ROOT (S (NP (DT These) (NNS methods)) (VP (VBP are) (ADVP (RB also)) (VP (VBN known) (PP (IN under) (NP (NP (DT the) (NN name)) (PP (IN of) (NP (NN word) (NN sense) (NN discrimination))))))) (. .))) +(ROOT (S (NP (RB Almost) (PDT all) (DT these) (NNS approaches)) (ADVP (RB normally)) (VP (VBP work) (PP (IN by) (S (VP (VP (VBG defining) (NP (NP (DT a) (NN window)) (PP (IN of) (NP (NN n) (NN content) (NNS words)))) (PP (IN around) (NP (DT each) (NN word))) (S (VP (TO to) (VP (VB be) (VP (VBN disambiguated) (PP (IN in) (NP (DT the) (NN corpus)))))))) (, ,) (CC and) (VP (VBG statistically) (S (VP (VBG analyzing) (NP (NP (DT those) (NN n)) (VP (VBG surrounding) (NP (NNS words))))))))))) (. .))) +(ROOT (S (NP (NP (CD Two) (JJ shallow) (NNS approaches)) (VP (VBN used) (S (VP (TO to) (VP (VP (VB train)) (CC and) (ADVP (RB then)) (VP (VB disambiguate))))))) (VP (VBP are) (NP (NP (NNP Naïve) (NNP Bayes) (NNS classifiers)) (CC and) (NP (NN decision) (NNS trees)))) (. .))) +(ROOT (S (PP (IN In) (NP (JJ recent) (NN research))) (, ,) (NP (NP (JJ kernel-based) (NNS methods)) (PP (JJ such) (IN as) (NP (NN support) (NN vector) (NNS machines)))) (VP (VBP have) (VP (VBN shown) (NP (JJ superior) (NN performance)) (PP (IN in) (NP (JJ supervised) (NN learning))))) (. .))) +(ROOT (S (NP (JJ Graph-based) (NNS approaches)) (VP (VBP have) (ADVP (RB also)) (VP (VP (VBN gained) (NP (JJ much) (NN attention)) (PP (IN from) (NP (DT the) (NN research) (NN community)))) (, ,) (CC and) (ADVP (RB currently)) (VP (VB achieve) (NP (NN performance) (NN close)) (PP (TO to) (NP (NP (DT the) (NN state)) (PP (IN of) (NP (DT the) (NN art)))))))) (. .))) +(ROOT (S (S (NP (ADJP (JJ Dictionary) (: -) (CC and) (JJ knowledge-based)) (NNS methods))) (NP (DT The) (NNP Lesk) (NN algorithm)) (VP (VBZ is) (NP (DT the) (JJ seminal) (JJ dictionary-based) (NN method))) (. .))) +(ROOT (S (NP (PRP It)) (VP (VBZ is) (VP (VBN based) (PP (IN on) (NP (DT the) (NNS hypothesis))) (SBAR (SBAR (IN that) (S (NP (NP (NNS words)) (VP (VBN used) (ADVP (RB together)) (PP (IN in) (NP (NN text))))) (VP (VBP are) (VP (VBN related) (PP (TO to) (NP (DT each) (JJ other))))))) (CC and) (SBAR (IN that) (S (NP (DT the) (NN relation)) (VP (MD can) (VP (VB be) (VP (VBN observed) (PP (IN in) (NP (NP (DT the) (NNS definitions)) (PP (IN of) (NP (NP (DT the) (NNS words)) (CC and) (NP (PRP$ their) (NNS senses)))))))))))))) (. .))) +(ROOT (S (NP (NP (CD Two)) (PRN (-LRB- -LRB-) (NP (QP (CC or) (JJR more))) (-RRB- -RRB-)) (NNS words)) (VP (VBP are) (VP (VBN disambiguated) (PP (IN by) (S (VP (VBG finding) (NP (NP (DT the) (NN pair)) (PP (IN of) (NP (NN dictionary) (NNS senses)))) (PP (IN with) (NP (NP (DT the) (JJS greatest) (NN word) (NN overlap)) (PP (IN in) (NP (PRP$ their) (NN dictionary) (NNS definitions)))))))))) (. .))) +(ROOT (S (PP (IN For) (NP (NN example))) (, ,) (SBAR (WHADVP (WRB when)) (S (VP (VBG disambiguating) (NP (DT the) (NNS words)) (PP (IN in) (`` ``) (NP (JJ pine) (NN cone)) ('' ''))))) (, ,) (NP (NP (DT the) (NNS definitions)) (PP (IN of) (NP (DT the) (JJ appropriate) (NNS senses)))) (DT both) (VP (VBP include) (NP (NP (DT the) (NNS words) (NN evergreen) (CC and) (NN tree)) (PRN (-LRB- -LRB-) (PP (ADVP (IN at) (JJS least)) (IN in) (NP (CD one) (NN dictionary))) (-RRB- -RRB-)))) (. .))) +(ROOT (S (NP (NP (DT An) (NN alternative)) (PP (TO to) (NP (NP (DT the) (NN use)) (PP (IN of) (NP (DT the) (NNS definitions)))))) (VP (VBZ is) (S (VP (VP (TO to) (VP (VB consider) (NP (JJ general) (JJ word-sense) (NNS relatedness)))) (CC and) (VP (TO to) (VP (VB compute) (NP (NP (DT the) (JJ semantic) (NN similarity)) (PP (IN of) (NP (NP (DT each) (NN pair)) (PP (IN of) (NP (NN word) (NNS senses)))))) (PP (VBN based) (PP (IN on) (NP (NP (DT a) (VBN given) (JJ lexical) (NN knowledge) (NN base)) (PP (JJ such) (IN as) (NP (NNP WordNet))))))))))) (. .))) +(ROOT (S (NP (NP (JJ Graph-based) (NNS methods)) (ADJP (JJ reminiscent) (PP (IN of) (S (VP (VBG spreading) (NP (NP (NN activation) (NN research)) (PP (IN of) (NP (NP (DT the) (JJ early) (NNS days)) (PP (IN of) (NP (NNP AI) (NN research))))))))))) (VP (VBP have) (VP (VBN been) (VP (VBN applied) (PP (IN with) (NP (DT some) (NN success)))))) (. .))) +(ROOT (S (NP (ADJP (RBR More) (JJ complex)) (JJ graph-based) (NNS approaches)) (VP (VBP have) (VP (VBN been) (VP (VBN shown) (S (VP (TO to) (VP (VB perform) (ADVP (RB almost) (RB as) (RB well)) (PP (IN as) (NP (NP (JJ supervised) (NNS methods)) (CC or) (S (ADVP (RB even)) (VP (VBG outperforming) (NP (PRP them)) (PP (IN on) (NP (JJ specific) (NNS domains))))))))))))) (. .))) +(ROOT (S (ADVP (RB Recently)) (, ,) (NP (PRP it)) (VP (VBZ has) (VP (VBN been) (VP (VBN reported) (SBAR (IN that) (S (NP (NP (JJ simple) (NN graph) (NN connectivity) (NNS measures)) (, ,) (PP (JJ such) (IN as) (NP (NN degree))) (, ,)) (VP (VBP perform) (NP (JJ state-of-the-art) (NN WSD)) (PP (IN in) (NP (NP (DT the) (NN presence)) (PP (IN of) (NP (DT a) (ADJP (RB sufficiently) (JJ rich)) (JJ lexical) (NN knowledge) (NN base))))))))))) (. .))) +(ROOT (S (ADVP (RB Also)) (, ,) (S (ADVP (RB automatically)) (VP (VBG transferring) (NP (NP (NN knowledge)) (PP (IN in) (NP (NP (DT the) (NN form)) (PP (IN of) (NP (JJ semantic) (NNS relations)))))) (PP (IN from) (NP (NNP Wikipedia))) (PP (TO to) (NP (NNP WordNet))))) (VP (VBZ has) (VP (VBN been) (VP (VBN shown) (S (VP (TO to) (VP (VB boost) (NP (JJ simple) (JJ knowledge-based) (NNS methods))))) (, ,) (S (VP (VBG enabling) (S (NP (PRP them)) (VP (TO to) (VP (VP (VB rival) (NP (DT the) (JJS best) (JJ supervised) (NNS systems))) (CC and) (ADVP (RB even)) (VP (VB outperform) (NP (PRP them)) (PP (IN in) (NP (DT a) (JJ domain-specific) (NN setting)))))))))))) (. .))) +(ROOT (S (NP (NP (DT The) (NN use)) (PP (IN of) (NP (JJ selectional) (NNS preferences)))) (PRN (-LRB- -LRB-) (CC or) (S (VP (VB selectional) (NP (NNS restrictions)))) (-RRB- -RRB-)) (VP (VBZ is) (ADVP (RB also)) (ADJP (JJ useful)) (, ,) (PP (IN for) (NP (NN example))) (, ,) (S (VP (VBG knowing) (SBAR (IN that) (S (NP (NP (CD one) (ADJP (RB typically) (JJ cooks)) (NN food)) (, ,) (NP (CD one))) (VP (MD can) (VP (VB disambiguate) (NP (DT the) (NN word) (NN bass)) (SBAR (IN in) (`` ``) (S (NP (PRP I)) (VP (VBP am) (VP (VBG cooking) (NP (NNS basses))))) ('' '')))))) (PRN (-LRB- -LRB-) (S (NP (NNP i.e.)) (, ,) (NP (PRP it)) (VP (VBZ 's) (RB not) (NP (DT a) (JJ musical) (NN instrument)))) (-RRB- -RRB-))))) (. .))) +(ROOT (S (NP (JJ Supervised) (NNS methods)) (VP (VBD Supervised) (SBAR (S (NP (NNS methods)) (VP (VBP are) (VP (VBN based) (PP (IN on) (NP (DT the) (NN assumption))) (SBAR (IN that) (S (NP (DT the) (NN context)) (VP (MD can) (VP (VB provide) (NP (JJ enough) (NN evidence)) (PP (IN on) (NP (PRP$ its) (JJ own))) (PP (TO to) (NP (NP (JJ disambiguate) (NNS words)) (PRN (-LRB- -LRB-) (S (NP (NN hence) (, ,) (NN world) (NN knowledge) (CC and) (NN reasoning)) (VP (VBP are) (VP (VBN deemed) (S (ADJP (JJ unnecessary)))))) (-RRB- -RRB-))))))))))))) (. .))) +(ROOT (S (ADVP (RB Probably)) (NP (NP (DT every) (NN machine)) (VP (VBG learning) (NP (NP (NN algorithm)) (VP (VBG going))))) (VP (VBZ has) (VP (VBN been) (VP (VBN applied) (PP (TO to) (NP (NNP WSD))) (, ,) (PP (VBG including) (NP (NP (VBN associated) (NNS techniques)) (PP (JJ such) (IN as) (NP (NP (NN feature) (NN selection)) (, ,) (NP (NN parameter) (NN optimization)) (, ,) (CC and) (NP (NN ensemble) (NN learning))))))))) (. .))) +(ROOT (S (NP (NP (NNP Support) (NNP Vector) (NNPS Machines)) (CC and) (NP (JJ memory-based) (NN learning))) (VP (VBP have) (VP (VBN been) (VP (VBN shown) (S (VP (TO to) (VP (VB be) (NP (DT the) (ADJP (RBS most) (JJ successful) (NP (NP (NNS approaches)) (, ,) (PP (TO to) (NP (NN date)))) (, ,) (SBAR (ADVP (RB probably)) (IN because) (S (NP (PRP they)) (VP (MD can) (VP (VB cope) (PP (IN with) (NP (NP (DT the) (NN high-dimensionality)) (PP (IN of) (NP (DT the) (NN feature)))))))))) (NN space)))))))) (. .))) +(ROOT (S (ADVP (RB However)) (, ,) (NP (DT these) (JJ supervised) (NNS methods)) (VP (VBP are) (ADJP (JJ subject) (PP (TO to) (NP (DT a) (JJ new) (NN knowledge) (NN acquisition) (NN bottleneck)))) (SBAR (IN since) (S (NP (PRP they)) (VP (VBP rely) (PP (IN on) (NP (NP (JJ substantial) (NNS amounts)) (PP (IN of) (NP (NP (ADVP (RB manually)) (JJ sense-tagged) (NN corpora)) (PP (IN for) (NP (NN training))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBP are) (ADJP (JJ laborious) (CC and) (JJ expensive) (S (VP (TO to) (VP (VB create)))))))))))))))) (. .))) +(ROOT (S (NP (JJ Semi-supervised) (NNS methods)) (PP (IN Because) (PP (IN of) (NP (NP (DT the) (NN lack)) (PP (IN of) (NP (NP (NN training) (NNS data)) (, ,) (NP (JJ many) (NN word) (NN sense) (NN disambiguation) (NNS algorithms))))))) (VP (VBP use) (NP (NP (JJ semi-supervised) (NN learning)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ allows) (NP (ADJP (DT both) (JJ labeled) (CC and) (JJ unlabeled)) (NNS data))))))) (. .))) +(ROOT (S (NP (DT The) (NNP Yarowsky) (NN algorithm)) (VP (VBD was) (NP (NP (DT an) (JJ early) (NN example)) (PP (IN of) (NP (PDT such) (DT an) (NN algorithm))))) (. .))) +(ROOT (S (NP (PRP It)) (VP (VBZ uses) (NP (DT the) (NP (`` `) (NP (CD One) (NN sense)) (PP (IN per) (NP (NN collocation))) ('' ')) (CC and) (NP (NP (DT the) (`` `) (NN One) (NN sense)) (PP (IN per) (NP (NP (NN discourse) (POS ')) (NNS properties))) (PP (IN of) (NP (NP (JJ human) (NNS languages)) (PP (IN for) (NP (NN word) (NN sense) (NN disambiguation)))))))) (. .))) +(ROOT (S (PP (IN From) (NP (NN observation))) (, ,) (NP (NNS words)) (VP (VBP tend) (S (VP (TO to) (VP (VB exhibit) (NP (RB only) (CD one) (NN sense)) (PP (PP (IN in) (NP (NP (JJS most)) (VP (VBN given) (NP (NN discourse))))) (CC and) (PP (IN in) (NP (DT a) (VBN given) (NN collocation)))))))) (. .))) +(ROOT (S (NP (DT The) (JJ bootstrapping) (NN approach)) (VP (VP (VBZ starts) (PP (IN from) (NP (NP (DT a) (JJ small) (NN amount)) (PP (IN of) (NP (NP (NN seed) (NNS data)) (PP (IN for) (NP (DT each) (NN word)))))))) (: :) (CC either) (ADVP (RB manually)) (VP (VBN tagged) (NP (NP (NN training) (NNS examples)) (CC or) (NP (NP (DT a) (JJ small) (NN number)) (PP (IN of) (NP (JJ surefire) (NN decision) (NNS rules))))) (PRN (-LRB- -LRB-) (S (NP (NP (NNP e.g.)) (, ,) (NP (`` `) (NP (NN play)) ('' ') (PP (IN in) (NP (NP (DT the) (NN context)) (PP (IN of) (NP (`` `) (NN bass) ('' '))))))) (ADVP (RB almost) (RB always)) (VP (VBZ indicates) (NP (DT the) (JJ musical) (NN instrument)))) (-RRB- -RRB-)))) (. .))) +(ROOT (S (NP (DT The) (NNS seeds)) (VP (VBP are) (VP (VBN used) (S (VP (TO to) (VP (VB train) (NP (DT an) (JJ initial) (NN classifier))))) (, ,) (S (VP (VBG using) (NP (DT any) (JJ supervised) (NN method)))))) (. .))) +(ROOT (S (NP (DT This) (NN classifier)) (VP (VBZ is) (VP (ADVP (RB then)) (VBN used) (PP (IN on) (NP (NP (DT the) (JJ untagged) (NN portion)) (PP (IN of) (NP (DT the) (NN corpus))))) (S (VP (TO to) (VP (VB extract) (NP (NP (DT a) (JJR larger) (NN training) (NN set)) (, ,) (SBAR (WHPP (IN in) (WHNP (WDT which))) (S (ADVP (RB only)) (NP (DT the) (ADJP (RBS most) (JJ confident)) (NNS classifications)) (VP (VBP are) (VP (VBN included))))))))))) (. .))) +(ROOT (S (NP (DT The) (NN process)) (VP (VP (VBZ repeats)) (, ,) (NP (NP (DT each) (JJ new) (NN classifier)) (VP (VBG being) (VP (VBN trained) (PP (IN on) (NP (NP (DT a) (ADJP (ADVP (RB successively)) (JJR larger)) (NN training) (NN corpus)) (, ,) (SBAR (SBAR (IN until) (S (NP (DT the) (JJ whole) (NN corpus)) (VP (VBZ is) (VP (VBN consumed))))) (, ,) (CC or) (SBAR (IN until) (S (NP (NP (DT a) (VBN given) (JJ maximum) (NN number)) (PP (IN of) (NP (NNS iterations)))) (VP (VBZ is) (VP (VBN reached)))))))))))) (. .))) +(ROOT (S (NP (JJ Other) (JJ semi-supervised) (NNS techniques)) (VP (VBP use) (S (NP (NP (JJ large) (NNS quantities)) (PP (IN of) (NP (JJ untagged) (NN corpora)))) (VP (TO to) (VP (VB provide) (NP (NP (JJ co-occurrence) (NN information)) (SBAR (WHNP (WDT that)) (S (VP (VBZ supplements) (NP (DT the) (JJ tagged) (NN corpora)))))))))) (. .))) +(ROOT (S (NP (DT These) (NNS techniques)) (VP (VBP have) (NP (DT the) (NN potential) (S (VP (TO to) (VP (VB help) (PP (IN in) (NP (NP (DT the) (NN adaptation)) (PP (IN of) (NP (JJ supervised) (NNS models))))) (PP (TO to) (NP (JJ different) (NNS domains)))))))) (. .))) +(ROOT (S (ADVP (RB Also)) (, ,) (NP (NP (DT an) (JJ ambiguous) (NN word)) (PP (IN in) (NP (CD one) (NN language)))) (VP (VBZ is) (ADVP (RB often)) (VP (VBN translated) (PP (IN into) (NP (NP (JJ different) (NNS words)) (PP (IN in) (NP (DT a) (JJ second) (NN language))))) (PP (VBG depending) (PP (IN on) (NP (NP (DT the) (NN sense)) (PP (IN of) (NP (DT the) (NN word)))))))) (. .))) +(ROOT (S (NP (JJ Word-aligned) (JJ bilingual) (NN corpora)) (VP (VBP have) (VP (VBN been) (VP (VBN used) (S (VP (TO to) (VP (VB infer) (NP (NP (JJ cross-lingual) (NN sense) (NNS distinctions)) (, ,) (NP (NP (DT a) (NN kind)) (PP (IN of) (NP (JJ semi-supervised) (NN system))))))))))) (. .))) +(ROOT (S (S (NP (JJ Unsupervised) (NNS methods)) (VP (VBZ Main) (NP (NN article)))) (: :) (S (NP (NNP Word) (NN sense) (NN induction) (NNP Unsupervised) (NNP learning)) (VP (VBZ is) (NP (NP (DT the) (JJS greatest) (NN challenge)) (PP (IN for) (NP (NNP WSD) (NNS researchers)))))) (. .))) +(ROOT (S (S (S (NP (DT The) (VBG underlying) (NN assumption)) (VP (VBZ is) (SBAR (IN that) (S (NP (JJ similar) (NNS senses)) (VP (VBP occur) (PP (IN in) (NP (JJ similar) (NNS contexts)))))))) (, ,) (CC and) (S (ADVP (RB thus)) (NP (NNS senses)) (VP (MD can) (VP (VB be) (VP (VBN induced) (PP (IN from) (NP (NN text))) (PP (IN by) (S (VP (VBG clustering) (NP (NN word) (NNS occurrences)) (S (VP (VBG using) (NP (NP (DT some) (NN measure)) (PP (IN of) (NP (NP (NN similarity)) (PP (IN of) (NP (NN context)))))))))))))))) (, ,) (NP (DT a) (NN task)) (VP (VBD referred) (PP (TO to) (NP (NP (RB as) (NN word) (NN sense) (NN induction)) (CC or) (NP (NN discrimination))))) (. .))) +(ROOT (S (ADVP (RB Then)) (, ,) (NP (NP (JJ new) (NNS occurrences)) (PP (IN of) (NP (DT the) (NN word)))) (VP (MD can) (VP (VB be) (VP (VBN classified) (PP (IN into) (NP (DT the) (JJS closest) (CD induced) (NNS clusters\/senses)))))) (. .))) +(ROOT (S (S (NP (NNP Performance)) (VP (VBZ has) (VP (VBN been) (ADJP (JJR lower)) (PP (IN than) (NP (JJ other) (NNS methods))) (, ,) (ADVP (RB above))))) (, ,) (CC but) (S (NP (NNS comparisons)) (VP (VBP are) (ADJP (JJ difficult) (SBAR (IN since) (S (NP (NNP senses) (NNP induced)) (VP (MD must) (VP (VB be) (VP (VBN mapped) (PP (TO to) (NP (NP (DT a) (VBN known) (NN dictionary)) (PP (IN of) (NP (NN word) (NNS senses))))))))))))) (. .))) +(ROOT (S (SBAR (IN If) (S (NP (NP (DT a) (NN mapping)) (PP (TO to) (NP (NP (DT a) (NN set)) (PP (IN of) (NP (NN dictionary) (NNS senses)))))) (VP (VBZ is) (RB not) (ADJP (JJ desired))))) (, ,) (NP (NP (JJ cluster-based) (NNS evaluations)) (PRN (-LRB- -LRB-) (PP (VBG including) (NP (NP (NNS measures)) (PP (IN of) (NP (NN entropy) (CC and) (NN purity))))) (-RRB- -RRB-))) (VP (MD can) (VP (VB be) (VP (VBN performed)))) (. .))) +(ROOT (S (ADVP (RB Alternatively)) (, ,) (NP (NN word) (NN sense) (NN induction) (NNS methods)) (VP (MD can) (VP (VB be) (VP (VBN tested) (CC and) (VBN compared) (PP (IN within) (NP (DT an) (NN application)))))) (. .))) +(ROOT (S (PP (IN For) (NP (NN instance))) (, ,) (NP (PRP it)) (VP (VBZ has) (VP (VBN been) (VP (VBN shown) (SBAR (IN that) (S (NP (NN word) (NN sense) (NN induction)) (VP (VBZ improves) (NP (NP (NNP Web) (NN search) (NN result)) (VP (VBG clustering) (PP (IN by) (S (VP (VBG increasing) (NP (NP (NP (DT the) (NN quality)) (PP (IN of) (NP (NN result) (NNS clusters)))) (CC and) (NP (NP (DT the) (NN degree) (NN diversification)) (PP (IN of) (NP (NN result) (NNS lists)))))))))))))))) (. .))) +(ROOT (S (NP (PRP It)) (VP (VBZ is) (VP (VBN hoped) (SBAR (IN that) (S (NP (JJ unsupervised) (NN learning)) (VP (MD will) (VP (VB overcome) (NP (DT the) (NN knowledge) (NN acquisition) (NN bottleneck)) (SBAR (IN because) (S (NP (PRP they)) (VP (VBP are) (RB not) (ADJP (JJ dependent) (PP (IN on) (NP (JJ manual) (NN effort))))))))))))) (. .))) +(ROOT (NP (NP (NP (JJ Other) (NNS approaches)) (SBAR (S (NP (JJ Other) (NNS approaches)) (VP (MD may) (VP (VB vary) (ADVP (RB differently)) (PP (IN in) (NP (PRP$ their) (NNS methods)))))))) (: :) (NP (NP (NNP Identification)) (PP (IN of) (NP (JJ dominant) (NN word) (NNS senses)))) (: ;) (NP (NP (JJ Domain-driven) (NN disambiguation)) (: ;) (NP (NP (NNP WSD)) (VP (VBG using) (NP (JJ Cross-Lingual) (NN Evidence))))) (. .))) +(ROOT (S (NP (NP (JJ Local) (NNS impediments)) (CC and) (NP (NP (NN summary)) (NP (DT The) (NN knowledge) (NN acquisition) (NN bottleneck)))) (VP (VBZ is) (ADVP (RB perhaps)) (NP (NP (DT the) (JJ major) (NN impediment)) (PP (TO to) (S (VP (VBG solving) (NP (DT the) (NNP WSD) (NN problem))))))) (. .))) +(ROOT (S (NP (JJ Unsupervised) (NNS methods)) (VP (VBP rely) (PP (IN on) (NP (NP (NN knowledge)) (PP (IN about) (NP (NP (NN word) (NNS senses)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ is) (ADVP (RB barely)) (VP (VBN formulated) (PP (IN in) (NP (NP (NNS dictionaries)) (CC and) (NP (JJ lexical) (NNS databases))))))))))))) (. .))) +(ROOT (S (NP (JJ Supervised) (NNS methods)) (VP (VBP depend) (ADVP (RB crucially)) (PP (IN on) (NP (NP (DT the) (NN existence)) (PP (IN of) (NP (NP (JJ manually) (JJ annotated) (NNS examples)) (PP (IN for) (NP (DT every) (NN word) (NN sense))))))) (, ,) (NP (NP (DT a) (JJ requisite)) (SBAR (WHNP (WDT that)) (S (VP (MD can) (ADVP (RB so) (RB far)) (VP (VB be) (VP (VBN met) (ADVP (RB only)) (PP (IN for) (NP (NP (DT a) (NN handful)) (PP (IN of) (NP (NP (NNS words)) (PP (IN for) (NP (NN testing) (NNS purposes))))))) (, ,) (SBAR (IN as) (S (NP (PRP it)) (VP (VBZ is) (VP (VBN done) (PP (IN in) (NP (DT the) (NNP Senseval) (NNS exercises)))))))))))))) (. .))) +(ROOT (S (ADVP (RB Therefore)) (, ,) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (RBS most) (JJ promising) (NNS trends)) (PP (IN in) (NP (NNP WSD) (NN research)))))) (VP (VBZ is) (VP (VBG using) (NP (NP (DT the) (JJS largest) (NN corpus)) (ADJP (RB ever) (JJ accessible)) (, ,) (NP (DT the) (NNP World) (NNP Wide) (NNP Web)) (, ,) (S (VP (TO to) (VP (VB acquire) (NP (JJ lexical) (NN information)) (ADVP (RB automatically)))))))) (. .))) +(ROOT (S (NP (NNP WSD)) (VP (VBZ has) (VP (VBN been) (VP (ADVP (RB traditionally)) (VBN understood) (PP (IN as) (NP (NP (DT an) (JJ intermediate) (NN language) (NN engineering) (NN technology)) (SBAR (WHNP (WDT which)) (S (VP (MD could) (VP (VB improve) (NP (NP (NNS applications)) (PP (JJ such) (IN as) (NP (NN information) (NN retrieval)))))))) (PRN (-LRB- -LRB-) (NP (NNP IR)) (-RRB- -RRB-))))))) (. .))) +(ROOT (S (PP (IN In) (NP (DT this) (NN case))) (, ,) (ADVP (RB however)) (, ,) (NP (DT the) (NN reverse)) (VP (VBZ is) (ADJP (ADVP (RB also)) (JJ true)) (: :) (S (NP (NNP Web) (NN search) (NNS engines)) (VP (VB implement) (NP (NP (ADJP (JJ simple) (CC and) (JJ robust)) (NN IR) (NNS techniques)) (SBAR (WHNP (WDT that)) (S (VP (MD can) (VP (VB be) (VP (ADVP (RB successfully)) (VBN used) (SBAR (WHADVP (WRB when)) (S (VP (VBG mining) (NP (NP (DT the) (NN Web)) (PP (IN for) (NP (NN information)))) (S (VP (TO to) (VP (VB be) (VP (VBN employed) (PP (IN in) (NP (NNP WSD))))))))))))))))))) (. .))) +(ROOT (S (ADVP (RB Therefore)) (, ,) (NP (NP (DT the) (NN lack)) (PP (IN of) (NP (NP (NN training) (NNS data)) (VP (VBN provoked) (S (VP (VBG appearing) (NP (DT some) (NP (NP (JJ new) (NNS algorithms) (CC and) (NNS techniques)) (VP (VBN described) (ADVP (RB here)))) (: :) (NP (NP (NNP Main)) (NP (NN article))) (: :) (NP (NP (NNP Automatic) (NNP Acquisition)) (PP (IN of) (NP (NNP Sense-Tagged) (NNP Corpora) (NNP External) (NN knowledge) (NNS sources) (NN Knowledge))))))))))) (VP (VBZ is) (NP (NP (DT a) (JJ fundamental) (NN component)) (PP (IN of) (NP (NNP WSD))))) (. .))) +(ROOT (S (NP (JJ Knowledge) (NNS sources)) (VP (VBP provide) (NP (NP (NNS data)) (SBAR (WHNP (WDT which)) (S (VP (VBP are) (ADJP (JJ essential) (PP (TO to) (NP (NP (JJ associate) (NNS senses)) (PP (IN with) (NP (NNS words))))))))))) (. .))) +(ROOT (S (NP (PRP They)) (VP (MD can) (VP (VB vary) (PP (IN from) (NP (NP (NN corpora)) (PP (IN of) (NP (NP (NNS texts)) (, ,) (NP (UCP (DT either) (ADJP (JJ unlabeled)) (CC or) (ADVP (RB annotated)) (PP (IN with) (NP (NN word)))) (NNS senses)) (, ,))))) (PP (TO to) (NP (JJ machine-readable) (NNS dictionaries) (, ,) (NNS thesauri) (, ,) (NNS glossaries) (, ,) (NNS ontologies) (, ,) (FW etc.))))) (. .))) +(ROOT (S (NP (PRP They)) (VP (MD can) (VP (VB be) (ADJP (VBN classified) (SBAR (IN as) (SINV (VP (VP (VBZ follows)) (: :) (NP (NP (NNP Structured)) (: :) (NP (NP (NNP Thesauri) (NNP Machine-readable) (NNS dictionaries)) (PRN (-LRB- -LRB-) (NP (NNP MRDs)) (-RRB- -RRB-)) (NP (NNP Ontologies) (NNP Unstructured))) (: :) (NP (NNP Corpora)) (: :) (NP (JJ raw) (NN corpora)) (CC and) (NP (JJ sense-annotated) (JJ corpora) (NNP Collocation) (NNS resources)))) (NP (NP (JJ Other) (NNS resources)) (PRN (-LRB- -LRB-) (NP (NP (NP (JJ such)) (PP (IN as) (NP (NN word) (NN frequency) (NNS lists)))) (, ,) (NP (NNS stoplists)) (, ,) (NP (NN domain) (NNS labels)) (, ,) (FW etc.)) (-RRB- -RRB-)))))))))) +(ROOT (S (S (NP (NP (NNP Evaluation)) (VP (VBG Comparing) (CC and) (VBG evaluating) (NP (JJ different) (NNP WSD) (NNS systems)))) (VP (VBZ is) (NP (ADJP (ADJP (RB extremely) (JJ difficult)) (PRN (, ,) (SBAR (IN because) (FRAG (PP (IN of) (NP (DT the) (JJ different) (NN test) (NNS sets))))) (, ,))) (NN sense) (NNS inventories)))) (, ,) (CC and) (S (NP (NN knowledge) (NNS resources)) (VP (VBD adopted))) (. .))) +(ROOT (S (PP (IN Before) (NP (NP (DT the) (NN organization)) (PP (IN of) (NP (JJ specific) (NN evaluation) (NNS campaigns))))) (NP (JJS most) (NNS systems)) (VP (VBD were) (VP (VBN assessed) (PP (IN on) (NP (JJ in-house) (PRN (, ,) (ADVP (RB often)) (NP (NP (JJ small-scale)) (, ,) (NP (NNS data)))) (NNS sets))))) (. .))) +(ROOT (S (SBAR (IN In) (NN order) (S (VP (TO to) (VP (VB test) (NP (NP (CD one) (POS 's)) (NN algorithm)))))) (, ,) (NP (NNS developers)) (VP (MD should) (VP (VB spend) (NP (PRP$ their) (NN time) (S (VP (TO to) (VP (VB annotate) (NP (DT all) (NN word) (NNS occurrences)))))))) (. .))) +(ROOT (S (CC And) (S (VP (VBG comparing) (NP (NNS methods)) (ADVP (RB even)) (PP (IN on) (NP (DT the) (JJ same) (NN corpus))))) (VP (VBZ is) (RB not) (ADJP (JJ eligible)) (SBAR (IN if) (S (NP (EX there)) (VP (VBZ is) (NP (JJ different) (NN sense) (NNS inventories)))))) (. .))) +(ROOT (S (SBAR (IN In) (NN order) (S (VP (TO to) (VP (VB define) (NP (JJ common) (NN evaluation) (NNS datasets) (CC and) (NNS procedures)))))) (, ,) (NP (JJ public) (NN evaluation) (NNS campaigns)) (VP (VBP have) (VP (VBN been) (VP (VBN organized)))) (. .))) +(ROOT (S (NP (NP (NNP Senseval)) (PRN (-LRB- -LRB-) (VP (ADVP (RB now)) (VBN renamed) (NP (NNP SemEval))) (-RRB- -RRB-))) (VP (VBZ is) (NP (NP (NP (DT an) (JJ international) (NN word) (NN sense) (NN disambiguation) (NN competition)) (, ,) (VP (VBN held) (NP (DT every) (CD three) (NNS years)) (PP (IN since) (NP (CD 1998))))) (: :) (NP (NP (NP (NNS Senseval-1)) (PRN (-LRB- -LRB-) (NP (CD 1998)) (-RRB- -RRB-))) (, ,) (NP (NP (NNS Senseval-2)) (PRN (-LRB- -LRB-) (NP (CD 2001)) (-RRB- -RRB-))) (, ,) (NP (NP (NNS Senseval-3)) (PRN (-LRB- -LRB-) (NP (CD 2004)) (-RRB- -RRB-)))) (, ,) (CC and) (NP (NP (PRP$ its) (NN successor)) (, ,) (NP (NP (NNP SemEval)) (PRN (-LRB- -LRB-) (NP (CD 2007)) (-RRB- -RRB-)))))) (. .))) +(ROOT (S (NP (NP (DT The) (NN objective)) (PP (IN of) (NP (DT the) (NN competition)))) (VP (VBZ is) (S (VP (TO to) (VP (VP (VB organize) (NP (JJ different) (NNS lectures)) (, ,) (S (VP (VBG preparing) (CC and) (VBG hand-annotating) (NP (NP (NN corpus)) (PP (IN for) (NP (NN testing) (NNS systems))))))) (, ,) (VP (VB perform) (NP (NP (DT a) (JJ comparative) (NN evaluation)) (PP (IN of) (NP (NNP WSD) (NNS systems)))) (PP (IN in) (NP (NP (JJ several) (NNS kinds)) (PP (IN of) (NP (NNS tasks))) (, ,) (PP (VBG including) (NP (NNS all-words)))))) (CC and) (VP (VB lexical) (NP (NP (NNP sample) (NNP WSD)) (PP (IN for) (NP (JJ different) (NNS languages)))) (, ,) (PRN (CC and) (, ,) (ADVP (RBR more) (RB recently)) (, ,) (NP (NP (JJ new) (NNS tasks)) (PP (JJ such) (IN as) (NP (NP (JJ semantic) (NN role) (NNS labeling)) (, ,) (NP (NNP gloss) (NNP WSD)) (, ,) (NP (JJ lexical) (NN substitution)) (, ,) (FW etc.)))))))))) (. .))) +(ROOT (S (NP (DT The) (NNS systems)) (VP (VBD submitted) (SBAR (IN for) (S (NP (NP (NN evaluation)) (PP (TO to) (NP (DT these) (NNS competitions)))) (ADVP (RB usually)) (VP (VP (VB integrate) (NP (JJ different) (NNS techniques))) (CC and) (VP (ADVP (RB often)) (VB combine) (NP (NP (ADJP (JJ supervised) (CC and) (JJ knowledge-based)) (NNS methods)) (PRN (-LRB- -LRB-) (PP (RB especially) (IN for) (S (VP (VBG avoiding) (NP (JJ bad) (NN performance)) (PP (IN in) (NP (NP (NN lack)) (PP (IN of) (NP (NN training) (NNS examples)))))))) (-RRB- -RRB-)))))))) (. .))) +(ROOT (S (NP (NNP Task) (NNP Design)) (VP (VBZ Choices) (NP (NN Sense) (NNS Inventories))) (. .))) +(ROOT (S (PP (IN During) (NP (DT the) (JJ first) (NNP Senseval) (NN workshop))) (NP (DT the) (JJ HECTOR) (NN sense) (NN inventory)) (VP (VBD was) (VP (VBN adopted))) (. .))) +(ROOT (S (NP (NP (DT The) (NN reason)) (PP (IN for) (S (VP (VBG adopting) (NP (DT a) (ADJP (RB previously) (JJ unknown)) (NN sense) (NN inventory)))))) (VP (VBD was) (ADVP (RB mainly)) (S (VP (TO to) (VP (VB avoid) (NP (NP (DT the) (NN use)) (PP (IN of) (NP (NP (NP (JJ popular) (JJ fine-grained) (NN word) (NNS senses)) (PRN (-LRB- -LRB-) (PP (JJ such) (IN as) (NP (NNP WordNet))) (-RRB- -RRB-))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (MD could) (VP (VB make) (S (NP (DT the) (NNS experiments)) (ADJP (JJ unfair) (CC or) (JJ biased)))))))))))))) (. .))) +(ROOT (S (ADVP (RB However)) (, ,) (PP (VBN given) (NP (NP (DT the) (NN lack)) (PP (IN of) (NP (NP (NN coverage)) (PP (IN of) (NP (JJ such) (NNS inventories))))))) (, ,) (PP (IN since) (NP (DT the) (JJ second) (NNP Senseval) (NN workshop))) (NP (DT the) (NNP WordNet) (NN sense) (NN inventory)) (VP (VBZ has) (VP (VBN been) (VP (VBN adopted)))) (. .))) +(ROOT (NP (NP (DT A) (NN set)) (PP (IN of) (NP (VBG testing) (NNS words))) (. .))) +(ROOT (S (NP (NP (NNP Comparison)) (PP (IN of) (NP (NNS methods)))) (VP (MD can) (VP (VB be) (VP (VBN divided) (PP (IN in) (NP (CD 2) (NNS groups))) (PP (IN by) (NP (NP (NN amount)) (PP (IN of) (NP (NNS words))))) (S (VP (TO to) (VP (VB test))))))) (. .))) +(ROOT (SINV (S (S (NP (DT The) (NN difference)) (VP (VBZ consists) (PP (IN in) (NP (NP (DT the) (NN amount)) (PP (IN of) (NP (NN analysis) (CC and) (NN processing))))))) (: :) (S (NP (JJ all-words) (NN task)) (VP (VBZ implies) (S (VP (VBG disambiguating) (NP (NP (PDT all) (DT the) (NNS words)) (PP (IN of) (NP (DT the) (NN text) (NN lexical) (NN sample))))))))) (VP (VBZ consists) (PP (IN in) (S (VP (VBG disambiguating) (NP (DT some) (ADJP (RB previously) (VBN chosen)) (NN target)))))) (NP (NNS words)) (. .))) +(ROOT (S (NP (PRP It)) (VP (VBZ is) (VP (VBN assumed) (SBAR (IN that) (S (NP (DT the) (JJ former) (NN one)) (VP (VBZ is) (NP (ADJP (RBR more) (JJ realistic)) (NN evaluation)) (, ,) (PP (IN although) (IN with) (NP (NP (ADJP (RB very) (JJ laborious)) (NN testing)) (PP (IN of) (NP (NNS results)))))))))) (. .))) +(ROOT (S (S (ADVP (RB Initially)) (ADVP (RB only)) (NP (DT the) (NN latter)) (VP (VBD was) (VP (VBN used) (PP (IN in) (NP (NN evaluation)))))) (CC but) (ADVP (RB later)) (S (NP (DT the) (JJ former)) (VP (VBD was) (VP (VBN included)))) (. .))) +(ROOT (S (NP (JJ Lexical) (NN sample) (NNS organizers)) (VP (VBD had) (S (VP (TO to) (VP (VB choose) (NP (NP (NNS samples)) (SBAR (WHPP (IN on) (WHNP (WDT which))) (S (NP (DT the) (NNS systems)) (VP (VBD were) (S (VP (TO to) (VP (VB be) (VP (VBN tested))))))))))))) (. .))) +(ROOT (S (NP (NP (DT A) (NN criticism)) (PP (IN of) (NP (NP (JJR earlier) (NNS forays)) (PP (IN into) (NP (JJ lexical-sample) (NNP WSD) (NN evaluation)))))) (VP (VBZ is) (SBAR (IN that) (S (NP (DT the) (JJ lexical) (NN sample)) (VP (VBD had) (VP (VBN been) (VP (VBN chosen) (PP (VBG according) (PP (TO to) (NP (NP (DT the) (NN whim)) (PP (IN of) (NP (NP (DT the) (NN experimenter)) (PRN (-LRB- -LRB-) (CC or) (NP (NP (PRN (, ,) (PP (TO to))) (NNS coincide)) (PP (IN with) (NP (NP (RB earlier) (NN experimenters) (POS ')) (NNS selections)))) (-RRB- -RRB-))))))))))))) (. .))) +(ROOT (S (PP (IN For) (NP (NNP English) (NNP Senseval))) (, ,) (NP (DT a) (JJ sampling) (NN frame)) (VP (VBD was) (VP (VBN devised) (PP (IN in) (SBAR (WHNP (WDT which)) (S (NP (NNS words)) (VP (VBD were) (VP (VBN classified) (PP (VBG according) (PP (TO to) (NP (NP (PRP$ their) (NN frequency)) (PRN (-LRB- -LRB-) (PP (IN in) (NP (DT the) (NNP BNC))) (-RRB- -RRB-)) (CC and) (NP (PRP$ their) (JJ polysemy) (NN level)) (PRN (-LRB- -LRB-) (PP (IN in) (NP (NNP WordNet))) (-RRB- -RRB-)))))))))))) (. .))) +(ROOT (S (ADVP (RB Also)) (, ,) (S (NP (NN inclusion) (NN POS-tagging) (NN problem)) (VP (VBD was) (NP (NP (DT a) (NN matter)) (PP (IN of) (NP (NN discussion)))))) (CC and) (S (NP (PRP it)) (VP (VBD was) (VP (VBN decided) (SBAR (IN that) (S (NP (NNS samples)) (VP (MD should) (VP (VB be) (NP (NP (NNS words)) (PP (IN with) (NP (NP (VBN known) (NN part)) (PP (IN of) (NP (NP (NN speech)) (CC and) (NP (DT some) (NNS indeterminants)))))) (PRN (-LRB- -LRB-) (FRAG (PP (IN for) (NP (FW ex)) (. .)) (NP (NP (CD 15) (NN noun) (NNS tasks)) (, ,) (NP (CD 13) (JJ verb) (NNS tasks)) (, ,) (NP (CD 8) (NNS adjectives)) (, ,) (CC and) (NP (CD 5) (NNS indeterminates)))) (-RRB- -RRB-)))))))))) (. .))) +(ROOT (NP (NNS Baselines) (. .))) +(ROOT (S (PP (IN For) (NP (NP (NN comparison) (NNS purposes)) (, ,) (ADJP (VBN known) (, ,) (CC yet) (JJ simple)))) (, ,) (NP (NNS algorithms)) (VP (VBD named) (SBAR (S (NP (NNS baselines)) (VP (VBP are) (VP (VBN used)))))) (. .))) +(ROOT (S (NP (DT These)) (VP (VBP include) (NP (NP (JJ different) (NNS variants)) (PP (IN of) (NP (NNP Lesk) (UCP (NP (NN algorithm)) (CC or) (ADJP (RBS most) (JJ frequent))) (NN sense) (NN algorithm))))) (. .))) +(ROOT (NP (NP (NN Sense)) (NP (NN inventory)) (. .))) +(ROOT (S (NP (NNP WSD) (NNS exercises)) (VP (VBP require) (NP (DT a) (NN dictionary)) (, ,) (S (VP (TO to) (VP (VB specify) (NP (NP (NP (DT the) (NN word) (NNS senses)) (SBAR (WHNP (WDT which)) (S (VP (VBP are) (S (VP (TO to) (VP (VB be) (VP (VBN disambiguated))))))))) (, ,) (CC and) (NP (NP (DT a) (NN corpus)) (PP (IN of) (NP (NN language) (NNS data))) (S (VP (TO to) (VP (VB be) (VP (VBN disambiguated))))))))))) (. .))) +(ROOT (S (NP (NNP WordNet)) (VP (VBZ is) (NP (NP (DT the) (ADJP (RBS most) (JJ popular)) (NN example)) (PP (IN of) (NP (NN sense) (NN inventory))))) (. .))) +(ROOT (S (NP (NP (DT The) (NN reason)) (PP (IN for) (S (VP (VBG adopting) (NP (DT the) (JJ HECTOR) (NN database)) (PP (IN during) (NP (NNS Senseval-1))))))) (VP (VBD was) (SBAR (IN that) (S (NP (DT the) (NNP WordNet) (NN inventory)) (VP (VBD was) (ADVP (RB already)) (ADJP (RB publicly) (JJ available)))))) (. .))) +(ROOT (S (NP (NNP Evaluation)) (VP (VBZ measures)) (. .))) +(ROOT (FRAG (S (PP (IN During) (NP (NP (DT the) (NN evaluation)) (PP (IN of) (NP (NNP WSD) (NNS systems))))) (NP (CD two) (JJ main) (NN performance) (NNS measures)) (VP (VBP are) (VP (VBN used)))) (: :) (FRAG (NP (NNP Precision)) (: :) (S (NP (NP (DT the) (NN fraction)) (PP (IN of) (NP (NN system) (NNS assignments)))) (VP (VBD made) (SBAR (IN that) (S (VP (VBP are) (ADJP (JJ correct) (S (S (VP (VP (VB Recall)) (: :) (NP (NP (DT the) (NN fraction)) (PP (IN of) (NP (NP (JJ total) (NN word) (NNS instances)) (VP (ADVP (RB correctly)) (VBN assigned) (PP (IN by) (NP (NP (DT a) (NN system)) (SBAR (S (SBAR (IN If) (S (NP (DT a) (NN system)) (VP (VBZ makes) (NP (NP (DT an) (NN assignment)) (PP (IN for) (NP (DT every) (NN word))))))) (, ,) (NP (RB then) (NN precision) (CC and) (NN recall)) (VP (VBP are) (NP (DT the) (JJ same))))))))))))) (, ,) (CC and) (S (VP (MD can) (VP (VB be) (VP (VBN called) (NP (NN accuracy)))))))))))))) (. .))) +(ROOT (S (NP (DT This) (NN model)) (VP (VBZ has) (VP (VBN been) (VP (VBN extended) (S (VP (TO to) (VP (VB take) (PP (IN into) (NP (NN account) (NNS systems))) (SBAR (IN that) (S (VP (JJ return) (NP (NP (DT a) (NN set)) (PP (IN of) (NP (NNS senses)))) (PP (IN with) (NP (NP (NNS weights)) (PP (IN for) (NP (DT each) (NN occurrence)))))))))))))) (. .))) diff --git a/data/wiki-en-test.pos b/data/wiki-en-test.pos new file mode 100644 index 0000000..7a06820 --- /dev/null +++ b/data/wiki-en-test.pos @@ -0,0 +1,171 @@ +IN JJ NNS , JJ NN -LRB- NN -RRB- VBZ DT JJ NN IN JJ NN NN , WDT VBZ DT NN IN VBG WDT NN IN DT NN -LRB- FW NN -RRB- VBZ VBN IN DT NN , WRB DT NN VBZ JJ NNS -LRB- NN -RRB- . +DT NN TO DT NN VBZ JJ JJ NN , JJ IN NN , VBG NN IN NN NNS , NN NN , NN , NN FW FW . +NNP VBZ VBN RB TO DT NN WRB NNP NNS VBP RB JJ NNS IN NN IN DT NN IN NN NNS CC NNS . +DT JJ NN IN NNS VBP VBN VBN , IN JJ NNS WDT VBP DT NN VBN IN JJ NNS , TO JJ NN NN NNS IN WDT DT NN VBZ VBN IN DT JJ NN IN DT NN IN RB JJ NNS , TO RB JJ NNS WDT VBP NNS IN NNS , RB VBG NN NNS . +IN DT , JJ NN NNS VBP VBN DT RBS JJ NNS TO NN . +JJ NN VBZ JJ TO NN IN DT NN IN NNS . +IN NNP , NN IN DT JJ -LRB- JJ -RRB- NN VBZ RB IN CD NN , IN DT NNS IN JJ NNS VBG IN CD NN . +IN JJ NN NNS , JJ NNS IN CD NN TO CD NN VBP VBN VBN IN JJ NN NNS -LRB- NN , NN -RRB- , WRB DT NN NN IN DT JJS JJ NN IN RB VBG DT RBS JJ NN VBD CD NN CC CD NN , RB . +NN NN VBZ CD NNS : `` JJ NN '' CC `` DT NNS '' NN . +DT JJ VBZ VBG DT NNS IN DT JJ NN IN NN NNS WDT VBD RB VBN , IN IN DT JJ PDT DT NNS IN DT NN IN VBG NN VBP TO VB VBN . +DT NN VBZ VBN DT RBR JJ NN IN NN , CC DT NN VBZ RBR JJ TO VB IN JJ NNS VBP TO VB DT NNS IN DT NN IN DT NN DT NN PRP VBP TO VB DT NN NN , RB IN RB IN DT NN IN NNS IN DT JJ NN NN . +TO VB DT NN WRB PDT DT NNS , VB CD NNS IN DT JJ NNS WDT VBP IN DT -LRB- VBN -RRB- NN `` NN '' : DT NN IN NN NNS IN JJ NN CC DT NNS : PRP VBD NN IN DT NN NN . +DT NN NN IN DT NN VBZ RB JJ . +TO DT JJ , PRP VBZ JJ IN DT JJ NN VBZ VBG DT NN `` NN -LRB- NN -RRB- '' , IN IN DT JJ NN IN CC IN DT JJ NN , DT NN `` NN -LRB- NN -RRB- '' VBZ VBG VBN IN IN DT JJ NN IN . +VBG NNS TO VB DT JJ NN MD RB VB DT JJ NN , IN VBZ RBR VBN IN DT JJ NN IN `` NN -LRB- NN -RRB- '' CC `` NN '' -LRB- JJ NN -RRB- . +NN NN VBD RB VBN IN DT JJ JJ NN IN DT JJ NNS IN NN NN IN DT CD , VBG PRP CD IN DT JJS NNS IN JJ NNS . +NNP NNP , IN PRP$ JJ CD NN IN NN , RB VBD DT NN IN DT JJ NN . +JJ NNS VBD DT NN CC NN IN NNP RB . +IN NN , NNP -LRB- CD -RRB- VBD DT JJ NN TO VB IN NNP MD RB VB VBN IN `` JJ NN '' IN IN DT NN IN JJ TO VB DT NN NN . +IN DT NNS , NNP VBD DT NN IN JJ NN NNS VBD IN DT NN IN JJ NN , CC IN NNP NNS VBD RB JJ CC JJ PRP VBD JJ TO DT NN NN NN . +IN DT CD JJ JJ NNS , JJ IN DT NNP NNP NNP POS NNP IN NNP NNP -LRB- NNP -RRB- , VBD JJ : NN VBD VBN IN NN RB VBN IN DT NNS , CC NN VBD RB JJ CC JJ . +IN DT CD , DT JJ NN VBD IN JJ NNS , CC NNP VBD DT NN NN IN WDT TO VB JJ NN NN NNS . +DT NNS VBD JJ NNS VBP DT NN IN NN , CC RB NN VBZ VBN TO JJ NNS , NN NN , JJ CC JJ JJ NNS , NNS IN JJ NNS , CC DT NN IN JJ NNS IN JJ NNS . +RB , JJ NNS VBP TO VB RB . +NNS NNS IN NNS CD NN IN NN NN NN VBZ VBG WP DT NNS VBP . +IN NNS IN DT NN NN IN , IN JJS DT NNS VBP RB JJ . +IN JJ NNS , RB , DT JJ NNS MD VB RB JJ -LRB- CD NN VBG DT JJ CC JJ NN IN DT -RRB- , CC IN JJ NNS NN IN NNS IN NNS VBZ RB RBR JJ . +JJ NNS CC NNS MD VB JJ NNS IN NNS IN NNS . +CD NN DT NNS VBP VBN VBZ TO VB DT JJ NN , CC RB VB PRP$ NN IN NNS . +RB , RB , NN NNS VBG JJ NNS IN NNS VBP VBN RB RBR IN DT VBG JJ NNS . +RB , VBN DT NN IN DT JJ JJ NN NN , JJS NNS VBP TO VB IN JJ NN . +JJS NN IN DT NN IN NN VBZ VBN IN VBG NNP IN DT NN NN NN IN NNP . +NNP VBZ DT JJ NN WDT VBZ NNS IN NN NNS -LRB- FW DT NN IN NN VBZ VBN IN -LRB- NN , NN , NN , NN , NN -RRB- -RRB- . +JJ NNS VBN IN NN NNS VBP NNP POS NNP CC NNP . +JJ NN IN DT JJ NN , JJ NN CC NN NN VBP RB RB JJ IN DT RB VBG NNS TO DT JJ . +CC DT NN IN DT NNS MD VB VBN RB CC VBN VBZ RB RB RB VBN , CC RB NNS VBP TO VB DT NNS RB -LRB- FW IN DT JJ NNS NNS IN NN VBP VBN IN NN IN DT NN TO NN -RRB- . +PRP VBZ JJ TO VB DT NN NN NN NN IN DT NN IN JJ NN . +DT VBP VBG CC VBG IN NNS , VB PRP IN NNS CC NNS IN NN . +RB , NNS VBN IN CD VBP RB VB TO VB RB IN DT JJ , RB IN DT NN IN NN IN DT NN VBZ RB VBN IN DT RB JJ CD TO CD NNS , IN DT NN IN DT NN MD VB VBN IN NNS RB RB . +DT NN NN IN JJ NN NNS VBZ IN JJ RB JJR IN DT IN NNP , JJ NN VBG IN CD NN NN CC JJR , IN VBN TO JJR IN CD NN NN IN NN NN NN IN JJ NN . +DT NNS VBP JJ IN NNP , CC MD VB RB JJ IN DT IN JJ NNS . +JJ NN DT NN VBZ JJ NN . +NN NNS VBP RB VBN IN VBG PRP$ NNS IN DT NN VBN IN DT IN DT JJ . +RB , IN PRP VBZ RB JJ TO VB NNS IN NN TO NN , NN NNS TO VB NNS VBZ RB RBR JJ . +IN NNS MD VB DT IN DT JJ NNS IN NN DT NN MD VB , PRP VBZ RB JJ IN NNS TO VB DT IN DT NNS DT NN MD VB . +RB , NNS VBP RB VB IN DT NN IN NN : VB DT NN IN NNS CC NNS , CC NNS MD RB RB VB IN WDT NN VBZ IN WDT NN . +RB , DT NN MD RB VB VBN TO VB JJR NN IN PDT DT NN IN DT JJ -LRB- RB , IN DT JJ VBZ IN DT NN , DT NN VBG RBR IN DT JJ VBZ JJ -RRB- , -LRB- NN VBN -RRB- IN DT JJ NN VBZ IN DT JJ VBN . +JJ NN , RB , VBZ RB JJR IN JJ IN JJ NNS , RB DT RB VBZ WRB NN IN JJ NNS VBZ VBN VBN TO VB IN JJ NN NN NNS . +JJ NN DT NNP NNS IN NNP NNP VBP IN PRP MD RB VB NNS IN NNS IN DT NN IN JJ NN NN . +IN NN , VBG DT CD NNS : `` NNP CC NNP VBP NNS . '' +: -LRB- PRP VBP NNS IN DT JJ -RRB- . +`` NNP CC NNP VBP NNS . '' +: -LRB- DT VBZ RB DT NN -RRB- . +TO RB VB NNS IN NNS PRP MD VB JJ NN NNS . +RB , RB DT JJ NN VBZ VBN TO VB JJ NNS IN NNS IN NN IN VBG NNS CC NNS IN DT NN . +NN NN CC NNS POS NN NN JJ NN NN VBZ RB DT JJ NN : DT NN VBZ PRP$ JJ NN IN NN NN IN NNS JJ TO DT NN . +IN NN , DT NN IN `` NN '' -LRB- NN CC NN -RRB- VBZ RB JJ IN JJ NN NN , CC VBZ JJ IN NN NN . +DT NN VBZ JJ IN `` NN '' , WDT VBZ DT NN IN JJ -LRB- JJ `` NNS IN DT NN '' , CC NN `` VBZ IN DT NN '' -RRB- . +RB , RB JJ NNS MD VB VBN IN JJ NNS . +IN NN NN , DT NN VBZ DT NN IN NN NN NN . +RB DT `` NNS '' VBP NNS IN DT NN NN , WDT RB VBP TO JJ NN NNS IN DT NN NN -LRB- NN MD VB TO JJ NN `` JJ NN '' CC JJ `` NN IN NN '' -RRB- . +IN NN NN , DT NN NN VBZ RB RB VBN , IN PRP VBZ JJ TO VB IN DT NN VBZ VBN IN DT JJ NN IN DT NN CC DT VBN NN : WDT NN WDT VBZ , VBZ JJ . +NN IN NNS RB , DT JJ NN IN `` NN NN '' VBZ JJ CC JJ . +JJS NNS MD VB IN NNS IN DT JJ NN NN -LRB- FW , NN IN VBG NN CC NN -RRB- , CC VBP RB CD NN TO JJ NN , CC NNS VBP . +IN NN , IN NN , WDT VBD JJ NN NNS , JJ NNS VBD IN RB CD NN IN NN NNS . +NN NN VBZ IN NN RB JJ CC NN JJ . +PRP VBZ RB VB RP RB IN JJ CC JJ NNS . +NNS RB VBP FW FW JJ CC JJ NN NNS , CC JJ CC JJ NNS VBN , VBN , CC VBD IN DT JJ NN IN NNS . +DT NN IN NN VBZ TO VB IN DT NN TO NNS WDT VBP CC VBP DT JJ NN IN NN IN DT NN , VBG PRP VB IN NNS VBP JJ RB . +RB , PRP VBZ RB IN DT JJ IN DT JJ NN NNS VBP JJ IN JJ NNS , IN DT NNS IN NNS VBP RB VBN IN JJ NNS . +RB , DT NN : VBN JJ NN : VBZ VBN VBN IN DT JJ NN TO DT NN NN NN . +DT NN VBZ IN VBG DT NN IN DT NN IN NN WDT VBZ DT NN IN DT JJ NN -LRB- RB , NNS MD VB VBN IN DT JJ NN IN DT NN NN , RB VBG NN -RRB- . +NNS CC NNS IN IN DT JJ NN NN , EX VBP CD JJ NNS TO NNP : JJ NNS CC JJ NNS . +JJ NNS VBP NN TO DT JJ NN IN NN NN . +NN , JJ IN `` PRP MD VB NN IN DT NN IN NN , CC RB IN JJ NN NNS '' CC `` NNS VBP JJ NN NNS IN NNS , CC RB NNS IN NN '' , VBZ RB VBN TO VB IN WDT NN DT NN VBZ VBN . +DT NNS VBP RB RB JJ IN NN , RB IN PDT DT NN IN NN VBZ RB VB IN DT JJ NN , IN IN RB JJ NNS . +RB , IN JJ NN VBD VB , RB JJ NNS MD VB RB RBR JJ IN DT JJ NNS . +-LRB- NN VBN -RRB- RB , EX VBZ DT JJ NN IN JJ NNS , IN VBG JJ NNS IN NNS IN VBN NN CC IN DT NNS , PRP VBZ JJ TO VB RB IN DT NN VBN VBZ JJ CC NN NN . +DT JJ NN VBD IN IN NNP NNP CC PRP$ NNS , IN DT NNP NNP NNP NNP IN NNP , IN DT CD . +DT NN VBN IN NNS DT JJ NN IN NNP POS NNP CC PRP$ VBN `` NNS '' , IN DT NN IN NNS CC VBD IN NNS IN NN , VBG DT VBN NN NN . +PRP VBD RB RB JJ , CC VBD JJ NNS TO RB VB , RB NNP POS NN NN NN IN DT NN NN IN DT CD . +JJ NNS VBP RB VB TO VB DT NN . +PRP RB VBP DT JJ NNS , VBG NN JJ IN `` IN NN VBZ NNS NN CC NN RB , PRP RB VBZ IN DT NN NN : IN NN VBZ DT NNS NN CC NN RB , PRP VBZ RB IN DT NN NN . '' +DT NNS MD VB RB VBN IN DT NN , VBG DT NN NN IN NNS VBN IN PRP$ NN NNS . +DT NN , IN RB RB RB JJ IN JJ NNS , VBZ JJ NNS IN NN , JJ TO DT NN POS JJ NN NN . +RB , PRP MD VB VBN IN NNS IN DT NNS VBP IN DT NN WDT VBZ DT NN NN IN CC NN CC NNS . +EX VBP CD JJ NNS TO NNP : NNP : CC JJ NNS : DT VBP RB IN NNS , NNS , CC JJ NN NNS , IN VBG DT NN NN . +VBN NNS : DT VBP NN IN JJ NN TO VB IN . +JJ CC RB JJ NNS : DT VBP NN IN DT JJ NN IN NN JJ IN DT JJ JJ NN IN NN NNS IN DT NN NN , CC DT JJ JJ NN . +JJ NNS : DT NN -LRB- RB -RRB- RB JJ NN CC NN RB IN JJ JJ NN . +DT NNS VBP RB VBN IN DT NN IN NN NN NN . +RB DT DT NNS RB VBP IN VBG DT NN IN NN NN NNS IN DT NN TO VB VBN IN DT NN , CC RB VBG DT NN VBG NNS . +CD JJ NNS VBN TO VB CC RB NN VBP NNP NNP NNS CC NN NNS . +IN JJ NN , JJ NNS JJ IN NN NN NNS VBP VBN JJ NN IN JJ NN . +JJ NNS VBP RB VBN JJ NN IN DT NN NN , CC RB VBP NN RB TO DT NN IN DT NN . +NNP : CC JJ NNS DT NNP NN VBZ DT JJ JJ NN . +PRP VBZ VBN IN DT NN IN NNS VBN RB IN NN VBP JJ TO DT JJ CC IN DT NN MD VB VBN IN DT NNS IN DT NNS CC PRP$ NNS . +CD -LRB- CC JJR -RRB- NNS VBP VBN IN VBG DT NN IN NN NNS IN DT JJS NN VBP IN PRP$ NN NNS . +IN NN , WRB VBG DT NNS IN `` VB NN '' , DT NNS IN DT JJ NNS DT VBP DT NNS NN CC NN -LRB- IN JJS IN CD NN -RRB- . +DT NN TO DT NN IN DT NNS VBZ TO VB JJ NN NN CC TO VB DT JJ NN IN DT NN IN NN NNS VBN IN DT VBN JJ NN NN JJ IN NNP . +JJ NNS JJ IN NN NN NN IN DT JJ NNS IN NN NN VBP VBN VBN IN DT NN . +RBR JJ JJ NNS VBP VBN VBN TO VB RB RB RB IN JJ NNS CC RB VBG PRP IN JJ NNS . +RB , PRP VBZ VBN VBN IN JJ NN NN NNS , JJ IN NN , VB JJ NN IN DT NN IN DT RB JJ JJ NN NN . +RB , RB VBG NN IN DT NN IN JJ NNS IN NNP TO NNP VBZ VBN VBN TO VB JJ JJ NNS , VBG PRP TO VB DT JJS VBN NNS CC RB VB PRP IN DT JJ NN . +DT NN IN JJ NNS -LRB- CC JJ NNS -RRB- VBZ RB JJ , IN NN , VBG IN CD RB NNS NN , PRP MD VB DT NN NN IN `` PRP VBP JJ NNS '' -LRB- FW , PRP VBZ RB DT JJ NN -RRB- . +VBN NNS VBD NNS VBP VBN IN DT NN IN DT NN MD VB JJ NN IN PRP$ JJ TO VB NNS -LRB- RB , NN NN CC NN VBP VBN JJ -RRB- . +RB DT NN VBG NN NN VBZ VBN VBN TO NNP , VBG VBN NNS JJ IN NN NN , NN NN , CC NN NN . +NN NNP NNP CC JJ NN VBP VBN VBN TO VB DT RBS JJ NNS , TO NN , RB IN PRP MD VB IN DT NN IN DT NN NN . +RB , DT JJ NNS VBP JJ TO DT JJ NN NN NN IN PRP VBP IN JJ NNS IN RB JJ NN IN NN , WDT VBP JJ CC JJ TO VB . +JJ NNS IN IN DT NN IN NN NNS , JJ NN NN NN NNS VBP JJ NN , WDT VBZ CC JJ CC JJ NNS . +DT NNP NN VBD DT JJ NN IN PDT DT NN . +PRP VBZ DT `` CD NN IN NN '' CC DT `` CD NN IN NN '' NNS IN JJ NNS IN NN NN NN . +IN NN , NNS VBP TO VB RB CD NN IN JJS VBN NN CC IN DT VBN NN . +DT VBG NN VBZ IN DT JJ NN IN NN NNS IN DT NN : CC RB VBN NN NNS CC DT JJ NN IN JJ NN NNS -LRB- FW , `` VB '' IN DT NN IN `` NN '' RB RB VBZ DT JJ NN -RRB- . +DT NNS VBP VBN TO VB DT JJ NN , VBG DT JJ NN . +DT NN VBZ RB VBN IN DT JJ NN IN DT NN TO VB DT JJR NN NN , IN WDT RB DT RBS JJ NNS VBP VBN . +DT NN NNS , DT JJ NN VBG VBN IN DT RB JJR NN NN , IN DT JJ NN VBZ VBN , CC IN DT VBN NN NN IN NNS VBZ VBN . +JJ JJ NNS VBP JJ NNS IN JJ NN TO VB NN NN WDT VBZ DT VBN NN . +DT NNS VBP DT NN TO VB IN DT NN IN JJ NNS TO JJ NNS . +RB , DT JJ NN IN CD NN VBZ RB VBN IN JJ NNS IN DT JJ NN VBG IN DT NN IN DT NN . +JJ JJ NN VBP VBN VBN TO VB JJ NN NNS , DT NN IN JJ NN . +JJ NNS NNP NN : NN NN NN JJ NN VBZ DT JJS NN IN NNP NNS . +DT JJ NN VBZ IN JJ NNS VBP IN JJ NNS , CC RB NNS MD VB VBN IN NN IN NN NN NNS VBG DT NN IN NN IN NN , DT NN VBN TO IN NN NN NN CC NN . +RB , JJ NNS IN DT NN MD VB VBN IN DT JJS VBN NNS . +NNP VBZ VBN JJR IN JJ NNS , RB , CC NNS VBP JJ IN NNS VBN MD VB VBN TO DT JJ NN IN NN NNS . +IN DT NN TO DT NN IN NN NNS VBZ RB VBN , JJ NNS -LRB- VBG NNS IN NN CC NN -RRB- MD VB VBN . +RB , NN NN NN NNS MD VB VBN CC VBN IN DT NN . +IN NN , PRP VBZ VBN VBN IN NN NN NN VBZ NN NN NN NN IN VBG DT NN IN NN NNS CC DT NN NN IN NN NNS . +PRP VBZ VBN IN JJ NN MD VB DT NN NN NN IN PRP VBP RB JJ IN JJ NN . +JJ NNS JJ NNS MD VB RB IN PRP$ NNS : NN IN JJ NN NNS : JJ NN : NNP VBG JJ NN . +JJ NNS CC NN DT NN NN NN VBZ RB DT JJ NN TO VBG DT NN NN . +JJ NNS VBP IN NN IN NN NNS , WDT VBZ RB VBN IN NNS CC JJ NNS . +VBN NNS VBP RB IN DT NN IN RB JJ NNS IN DT NN NN , DT JJ WDT MD RB RB VB VBN RB IN DT NN IN NNS IN NN NNS , IN PRP VBZ VBN IN DT JJ NNS . +RB , CD IN DT RBS JJ NNS IN NN NN VBZ VBG DT JJS NN RB JJ , DT NNP NN NN , TO VB JJ NN RB . +NNP VBZ VBN RB VBN IN DT JJ NN NN NN WDT MD VB NNS JJ IN NN NN -LRB- NN -RRB- . +IN DT NN , RB , DT NN VBZ RB JJ : NN NN NNS VBP JJ CC JJ NN NNS WDT MD VB RB VBN WRB VBG DT NN IN NN TO VB VBN IN NNP . +RB , DT NN IN NN NNS VBD VBG DT JJ NNS CC NNS VBN RB : NNP NN : NNP NNP IN NNP NNP NNP NN NNS NN VBZ DT JJ NN IN NN . +NN NNS VBP NNS WDT VBP JJ TO VB NNS IN NNS . +PRP MD VB IN NN IN NNS , CC JJ CC JJ IN NN NNS , TO JJ NNS , NNS , NNS , NNS , FW . +PRP MD VB VBN IN VBZ : VBN : NNP JJ NNS -LRB- NNS -RRB- NNP NNP : NNP : JJ NN CC JJ NN NNP NNS JJ NNS -LRB- JJ IN NN NN NNS , NNS , NN NNS , NN -RRB- NN VBG CC VBG JJ NN NNS VBZ RB JJ , IN IN DT JJ NN NNS , NN NNS , CC NN NNS VBN . +IN DT NN IN JJ NN NNS JJS NNS VBD VBN IN NN , RB JJ , NNS NNS . +IN NN TO VB PRP POS NN , NNS MD VB PRP$ NN TO VB DT NN NNS . +CC VBG NNS RB IN DT JJ NN VBZ RB JJ IN EX VBZ JJ NN NNS . +IN NN TO VB JJ NN NNS CC NNS , JJ NN NNS VBP VBN VBN . +JJ -LRB- RB VBN NNP -RRB- VBZ DT JJ NN NN NN NN , VBD DT CD NNS IN CD : NN -LRB- CD -RRB- , NN -LRB- CD -RRB- , NN -LRB- CD -RRB- , CC PRP$ NN , NN -LRB- CD -RRB- . +DT NN IN DT NN VBZ TO VB JJ VBZ , VBG CC JJ NN IN NN NNS , VB DT JJ NN IN NN NNS IN JJ NNS IN NNS , VBG NNS CC JJ NN NN IN JJ NNS , CC , RBR RB , JJ NNS JJ IN JJ NN NN , VBP NNP , JJ NN , NN . +DT NNS VBN IN NN TO DT NNS RB VBP JJ NNS CC RB VBP JJ CC JJ NNS -LRB- RB IN VBG JJ NN IN NN IN NN NNS -RRB- . +NNP NNP NNPS NN NNS . +IN DT JJ JJ NN DT NN NN NN VBD VBN . +DT NN IN VBG DT RB JJ NN NN VBD RB TO VB DT NN IN JJ JJ NN NNS -LRB- JJ IN NNP -RRB- , WDT MD VB DT NNS JJ CC VBN . +RB , VBN DT NN IN NN IN JJ NNS , IN DT JJ JJ NN DT NNP NN NN VBZ VBN VBN . +DT NN IN NN NNS . +NN IN NNS MD VB VBN IN CD NNS IN NN IN NNS TO VB . +DT NN VBZ IN DT NN IN NN CC NN : JJ NN VBZ VBG PDT DT NNS IN DT NN JJ NN VBZ IN VBG DT RB VBN NN NNS . +PRP VBZ VBN IN DT JJ CD VBZ RBR JJ NN , IN IN RB JJ NN IN NNS . +RB RB DT NN VBD VBN IN NN CC RB DT JJ VBD VBN . +JJ NN NNS VBD TO VB NNS IN WDT DT NNS VBD TO VB VBN . +DT NN IN JJR NNS IN JJ NN NN VBZ IN DT JJ NN VBD VBN VBN VBG TO DT NN IN DT NN -LRB- CC , TO VB IN JJR NNS POS NNS -RRB- . +IN NNP NNP , DT NN NN VBD VBN IN WDT NNS VBD VBN VBG TO PRP$ NN -LRB- IN DT NN -RRB- CC PRP$ NN NN -LRB- IN NNP -RRB- . +RB , NN NN NN VBD DT NN IN NN CC PRP VBD VBN IN NNS MD VB NNS IN JJ NN IN NN CC DT NNS -LRB- IN FW . +CD NN NNS , CD NN NNS , CD NNS , CC CD NNS -RRB- . +NNS . +IN NN NNS , VBN , RB JJ , NNS VBD NNS VBP VBN . +DT VBP JJ NNS IN NNP NN CC RBS JJ NN NN . +NN NN . +NN NNS VBP DT NN , TO VB DT NN NNS WDT VBP TO VB VBN , CC DT NN IN NN NNS TO VB VBN . +NNP VBZ DT RBS JJ NN IN NN NN . +DT NN IN VBG DT NNP NN IN NN VBD IN DT NNP NN VBD RB RB JJ . +NN NNS . +IN DT NN IN NNP NNS CD JJ NN NNS VBP VBN : NN : DT NN IN NN NNS VBN WDT VBP JJ VB : DT NN IN JJ NN NNS RB VBN IN DT NN IN DT NN VBZ DT NN IN DT NN , RB NN CC NN VBP DT JJ , CC MD VB VBN NN . +DT NN VBZ VBN VBN TO VB IN NN NNS WDT VBP DT NN IN NNS IN NNS IN DT NN . diff --git a/data/wiki-en-test.tok b/data/wiki-en-test.tok new file mode 100644 index 0000000..f30aad5 --- /dev/null +++ b/data/wiki-en-test.tok @@ -0,0 +1,168 @@ +In computational linguistics , word-sense disambiguation -LRB- WSD -RRB- is an open problem of natural language processing , which governs the process of identifying which sense of a word -LRB- i.e. meaning -RRB- is used in a sentence , when the word has multiple meanings -LRB- polysemy -RRB- . +The solution to this problem impacts other computer-related writing , such as discourse , improving relevance of search engines , anaphora resolution , coherence , inference et cetera . +Research has progressed steadily to the point where WSD systems achieve sufficiently high levels of accuracy on a variety of word types and ambiguities . +A rich variety of techniques have been researched , from dictionary-based methods that use the knowledge encoded in lexical resources , to supervised machine learning methods in which a classifier is trained for each distinct word on a corpus of manually sense-annotated examples , to completely unsupervised methods that cluster occurrences of words , thereby inducing word senses . +Among these , supervised learning approaches have been the most successful algorithms to date . +Current accuracy is difficult to state without a host of caveats . +In English , accuracy at the coarse-grained -LRB- homograph -RRB- level is routinely above 90 % , with some methods on particular homographs achieving over 96 % . +On finer-grained sense distinctions , top accuracies from 59.1 % to 69.0 % have been reported in recent evaluation exercises -LRB- SemEval-2007 , Senseval-2 -RRB- , where the baseline accuracy of the simplest possible algorithm of always choosing the most frequent sense was 51.4 % and 57 % , respectively . +WSD task has two variants : `` lexical sample '' and `` all words '' task . +The former comprises disambiguating the occurrences of a small sample of target words which were previously selected , while in the latter all the words in a piece of running text need to be disambiguated . +The latter is deemed a more realistic form of evaluation , but the corpus is more expensive to produce because human annotators have to read the definitions for each word in the sequence every time they need to make a tagging judgement , rather than once for a block of instances for the same target word . +To give a hint how all this works , consider two examples of the distinct senses that exist for the -LRB- written -RRB- word `` bass '' : a type of fish tones of low frequency and the sentences : I went fishing for some sea bass . +The bass line of the song is too weak . +To a human , it is obvious that the first sentence is using the word `` bass -LRB- fish -RRB- '' , as in the former sense above and in the second sentence , the word `` bass -LRB- instrument -RRB- '' is being used as in the latter sense below . +Developing algorithms to replicate this human ability can often be a difficult task , as is further exemplified by the implicit equivocation between `` bass -LRB- sound -RRB- '' and `` bass '' -LRB- musical instrument -RRB- . +History WSD was first formulated as a distinct computational task during the early days of machine translation in the 1940s , making it one of the oldest problems in computational linguistics . +Warren Weaver , in his famous 1949 memorandum on translation , first introduced the problem in a computational context . +Early researchers understood the significance and difficulty of WSD well . +In fact , Bar-Hillel -LRB- 1960 -RRB- used the above example to argue that WSD could not be solved by `` electronic computer '' because of the need in general to model all world knowledge . +In the 1970s , WSD was a subtask of semantic interpretation systems developed within the field of artificial intelligence , but since WSD systems were largely rule-based and hand-coded they were prone to a knowledge acquisition bottleneck . +By the 1980s large-scale lexical resources , such as the Oxford Advanced Learner 's Dictionary of Current English -LRB- OALD -RRB- , became available : hand-coding was replaced with knowledge automatically extracted from these resources , but disambiguation was still knowledge-based or dictionary-based . +In the 1990s , the statistical revolution swept through computational linguistics , and WSD became a paradigm problem on which to apply supervised machine learning techniques . +The 2000s saw supervised techniques reach a plateau in accuracy , and so attention has shifted to coarser-grained senses , domain adaptation , semi-supervised and unsupervised corpus-based systems , combinations of different methods , and the return of knowledge-based systems via graph-based methods . +Still , supervised systems continue to perform best . +Difficulties Differences between dictionaries One problem with word sense disambiguation is deciding what the senses are . +In cases like the word bass above , at least some senses are obviously different . +In other cases , however , the different senses can be closely related -LRB- one meaning being a metaphorical or metonymic extension of another -RRB- , and in such cases division of words into senses becomes much more difficult . +Different dictionaries and thesauruses will provide different divisions of words into senses . +One solution some researchers have used is to choose a particular dictionary , and just use its set of senses . +Generally , however , research results using broad distinctions in senses have been much better than those using narrow ones . +However , given the lack of a full-fledged coarse-grained sense inventory , most researchers continue to work on fine-grained WSD . +Most research in the field of WSD is performed by using WordNet as a reference sense inventory for English . +WordNet is a computational lexicon that encodes concepts as synonym sets -LRB- e.g. the concept of car is encoded as -LCB- car , auto , automobile , machine , motorcar -RCB- -RRB- . +Other resources used for disambiguation purposes include Roget 's Thesaurus and Wikipedia . +Part-of-speech tagging In any real test , part-of-speech tagging and sense tagging are very closely related with each potentially making constraints to the other . +And the question whether these tasks should be kept together or decoupled is still not unanimously resolved , but recently scientists incline to test these things separately -LRB- e.g. in the Senseval\/SemEval competitions parts of speech are provided as input for the text to disambiguate -RRB- . +It is instructive to compare the word sense disambiguation problem with the problem of part-of-speech tagging . +Both involve disambiguating or tagging with words , be it with senses or parts of speech . +However , algorithms used for one do not tend to work well for the other , mainly because the part of speech of a word is primarily determined by the immediately adjacent one to three words , whereas the sense of a word may be determined by words further away . +The success rate for part-of-speech tagging algorithms is at present much higher than that for WSD , state-of-the art being around 95 % accuracy or better , as compared to less than 75 % accuracy in word sense disambiguation with supervised learning . +These figures are typical for English , and may be very different from those for other languages . +Inter-judge variance Another problem is inter-judge variance . +WSD systems are normally tested by having their results on a task compared against those of a human . +However , while it is relatively easy to assign parts of speech to text , training people to tag senses is far more difficult . +While users can memorize all of the possible parts of speech a word can take , it is often impossible for individuals to memorize all of the senses a word can take . +Moreover , humans do not agree on the task at hand -- give a list of senses and sentences , and humans will not always agree on which word belongs in which sense . +Thus , a computer can not be expected to give better performance on such a task than a human -LRB- indeed , since the human serves as the standard , the computer being better than the human is incoherent -RRB- , -LRB- citation needed -RRB- so the human performance serves as an upper bound . +Human performance , however , is much better on coarse-grained than fine-grained distinctions , so this again is why research on coarse-grained distinctions has been put to test in recent WSD evaluation exercises . +Common sense Some AI researchers like Douglas Lenat argue that one can not parse meanings from words without some form of common sense ontology . +For example , comparing these two sentences : `` Jill and Mary are sisters . '' -- -LRB- they are sisters of each other -RRB- . +`` Jill and Mary are mothers . '' -- -LRB- each is independently a mother -RRB- . +To properly identify senses of words one must know common sense facts . +Moreover , sometimes the common sense is needed to disambiguate such words like pronouns in case of having anaphoras or cataphoras in the text . +Sense inventory and algorithms ' task-dependency A task-independent sense inventory is not a coherent concept : each task requires its own division of word meaning into senses relevant to the task . +For example , the ambiguity of ` mouse ' -LRB- animal or device -RRB- is not relevant in English-French machine translation , but is relevant in information retrieval . +The opposite is true of ` river ' , which requires a choice in French -LRB- fleuve ` flows into the sea ' , or rivière ` flows into a river ' -RRB- . +Also , completely different algorithms might be required by different applications . +In machine translation , the problem takes the form of target word selection . +Here the `` senses '' are words in the target language , which often correspond to significant meaning distinctions in the source language -LRB- bank could translate to French banque ` financial bank ' or rive ` edge of river ' -RRB- . +In information retrieval , a sense inventory is not necessarily required , because it is enough to know that a word is used in the same sense in the query and a retrieved document ; what sense that is , is unimportant . +Discreteness of senses Finally , the very notion of `` word sense '' is slippery and controversial . +Most people can agree in distinctions at the coarse-grained homograph level -LRB- e.g. , pen as writing instrument or enclosure -RRB- , but go down one level to fine-grained polysemy , and disagreements arise . +For example , in Senseval-2 , which used fine-grained sense distinctions , human annotators agreed in only 85 % of word occurrences . +Word meaning is in principle infinitely variable and context sensitive . +It does not divide up easily into distinct or discrete sub-meanings . +Lexicographers frequently discover in corpora loose and overlapping word meanings , and standard or conventional meanings extended , modulated , and exploited in a bewildering variety of ways . +The art of lexicography is to generalize from the corpus to definitions that evoke and explain the full range of meaning of a word , making it seem like words are well-behaved semantically . +However , it is not at all clear if these same meaning distinctions are applicable in computational applications , as the decisions of lexicographers are usually driven by other considerations . +Recently , a task -- named lexical substitution -- has been proposed as a possible solution to the sense discreteness problem . +The task consists of providing a substitute for a word in context that preserves the meaning of the original word -LRB- potentially , substitutes can be chosen from the full lexicon of the target language , thus overcoming discreteness -RRB- . +Approaches and methods As in all natural language processing , there are two main approaches to WSD -- deep approaches and shallow approaches . +Deep approaches presume access to a comprehensive body of world knowledge . +Knowledge , such as `` you can go fishing for a type of fish , but not for low frequency sounds '' and `` songs have low frequency sounds as parts , but not types of fish '' , is then used to determine in which sense the word is used . +These approaches are not very successful in practice , mainly because such a body of knowledge does not exist in a computer-readable format , outside of very limited domains . +However , if such knowledge did exist , then deep approaches would be much more accurate than the shallow approaches . -LRB- citation needed -RRB- Also , there is a long tradition in computational linguistics , of trying such approaches in terms of coded knowledge and in some cases , it is hard to say clearly whether the knowledge involved is linguistic or world knowledge . +The first attempt was that by Margaret Masterman and her colleagues , at the Cambridge Language Research Unit in England , in the 1950s . +This attempt used as data a punched-card version of Roget 's Thesaurus and its numbered `` heads '' , as an indicator of topics and looked for repetitions in text , using a set intersection algorithm . +It was not very successful , but had strong relationships to later work , especially Yarowsky 's machine learning optimisation of a thesaurus method in the 1990s . +Shallow approaches do n't try to understand the text . +They just consider the surrounding words , using information such as `` if bass has words sea or fishing nearby , it probably is in the fish sense ; if bass has the words music or song nearby , it is probably in the music sense . '' +These rules can be automatically derived by the computer , using a training corpus of words tagged with their word senses . +This approach , while theoretically not as powerful as deep approaches , gives superior results in practice , due to the computer 's limited world knowledge . +However , it can be confused by sentences like The dogs bark at the tree which contains the word bark near both tree and dogs . +There are four conventional approaches to WSD : Dictionary - and knowledge-based methods : These rely primarily on dictionaries , thesauri , and lexical knowledge bases , without using any corpus evidence . +Supervised methods : These make use of sense-annotated corpora to train from . +Semi-supervised or minimally supervised methods : These make use of a secondary source of knowledge such as a small annotated corpus as seed data in a bootstrapping process , or a word-aligned bilingual corpus . +Unsupervised methods : These eschew -LRB- almost -RRB- completely external information and work directly from raw unannotated corpora . +These methods are also known under the name of word sense discrimination . +Almost all these approaches normally work by defining a window of n content words around each word to be disambiguated in the corpus , and statistically analyzing those n surrounding words . +Two shallow approaches used to train and then disambiguate are Naïve Bayes classifiers and decision trees . +In recent research , kernel-based methods such as support vector machines have shown superior performance in supervised learning . +Graph-based approaches have also gained much attention from the research community , and currently achieve performance close to the state of the art . +Dictionary - and knowledge-based methods The Lesk algorithm is the seminal dictionary-based method . +It is based on the hypothesis that words used together in text are related to each other and that the relation can be observed in the definitions of the words and their senses . +Two -LRB- or more -RRB- words are disambiguated by finding the pair of dictionary senses with the greatest word overlap in their dictionary definitions . +For example , when disambiguating the words in `` pine cone '' , the definitions of the appropriate senses both include the words evergreen and tree -LRB- at least in one dictionary -RRB- . +An alternative to the use of the definitions is to consider general word-sense relatedness and to compute the semantic similarity of each pair of word senses based on a given lexical knowledge base such as WordNet . +Graph-based methods reminiscent of spreading activation research of the early days of AI research have been applied with some success . +More complex graph-based approaches have been shown to perform almost as well as supervised methods or even outperforming them on specific domains . +Recently , it has been reported that simple graph connectivity measures , such as degree , perform state-of-the-art WSD in the presence of a sufficiently rich lexical knowledge base . +Also , automatically transferring knowledge in the form of semantic relations from Wikipedia to WordNet has been shown to boost simple knowledge-based methods , enabling them to rival the best supervised systems and even outperform them in a domain-specific setting . +The use of selectional preferences -LRB- or selectional restrictions -RRB- is also useful , for example , knowing that one typically cooks food , one can disambiguate the word bass in `` I am cooking basses '' -LRB- i.e. , it 's not a musical instrument -RRB- . +Supervised methods Supervised methods are based on the assumption that the context can provide enough evidence on its own to disambiguate words -LRB- hence , world knowledge and reasoning are deemed unnecessary -RRB- . +Probably every machine learning algorithm going has been applied to WSD , including associated techniques such as feature selection , parameter optimization , and ensemble learning . +Support Vector Machines and memory-based learning have been shown to be the most successful approaches , to date , probably because they can cope with the high-dimensionality of the feature space . +However , these supervised methods are subject to a new knowledge acquisition bottleneck since they rely on substantial amounts of manually sense-tagged corpora for training , which are laborious and expensive to create . +Semi-supervised methods Because of the lack of training data , many word sense disambiguation algorithms use semi-supervised learning , which allows both labeled and unlabeled data . +The Yarowsky algorithm was an early example of such an algorithm . +It uses the ` One sense per collocation ' and the ` One sense per discourse ' properties of human languages for word sense disambiguation . +From observation , words tend to exhibit only one sense in most given discourse and in a given collocation . +The bootstrapping approach starts from a small amount of seed data for each word : either manually tagged training examples or a small number of surefire decision rules -LRB- e.g. , ` play ' in the context of ` bass ' almost always indicates the musical instrument -RRB- . +The seeds are used to train an initial classifier , using any supervised method . +This classifier is then used on the untagged portion of the corpus to extract a larger training set , in which only the most confident classifications are included . +The process repeats , each new classifier being trained on a successively larger training corpus , until the whole corpus is consumed , or until a given maximum number of iterations is reached . +Other semi-supervised techniques use large quantities of untagged corpora to provide co-occurrence information that supplements the tagged corpora . +These techniques have the potential to help in the adaptation of supervised models to different domains . +Also , an ambiguous word in one language is often translated into different words in a second language depending on the sense of the word . +Word-aligned bilingual corpora have been used to infer cross-lingual sense distinctions , a kind of semi-supervised system . +Unsupervised methods Main article : Word sense induction Unsupervised learning is the greatest challenge for WSD researchers . +The underlying assumption is that similar senses occur in similar contexts , and thus senses can be induced from text by clustering word occurrences using some measure of similarity of context , a task referred to as word sense induction or discrimination . +Then , new occurrences of the word can be classified into the closest induced clusters\/senses . +Performance has been lower than other methods , above , but comparisons are difficult since senses induced must be mapped to a known dictionary of word senses . +If a mapping to a set of dictionary senses is not desired , cluster-based evaluations -LRB- including measures of entropy and purity -RRB- can be performed . +Alternatively , word sense induction methods can be tested and compared within an application . +For instance , it has been shown that word sense induction improves Web search result clustering by increasing the quality of result clusters and the degree diversification of result lists . +It is hoped that unsupervised learning will overcome the knowledge acquisition bottleneck because they are not dependent on manual effort . +Other approaches Other approaches may vary differently in their methods : Identification of dominant word senses ; Domain-driven disambiguation ; WSD using Cross-Lingual Evidence . +Local impediments and summary The knowledge acquisition bottleneck is perhaps the major impediment to solving the WSD problem . +Unsupervised methods rely on knowledge about word senses , which is barely formulated in dictionaries and lexical databases . +Supervised methods depend crucially on the existence of manually annotated examples for every word sense , a requisite that can so far be met only for a handful of words for testing purposes , as it is done in the Senseval exercises . +Therefore , one of the most promising trends in WSD research is using the largest corpus ever accessible , the World Wide Web , to acquire lexical information automatically . +WSD has been traditionally understood as an intermediate language engineering technology which could improve applications such as information retrieval -LRB- IR -RRB- . +In this case , however , the reverse is also true : Web search engines implement simple and robust IR techniques that can be successfully used when mining the Web for information to be employed in WSD . +Therefore , the lack of training data provoked appearing some new algorithms and techniques described here : Main article : Automatic Acquisition of Sense-Tagged Corpora External knowledge sources Knowledge is a fundamental component of WSD . +Knowledge sources provide data which are essential to associate senses with words . +They can vary from corpora of texts , either unlabeled or annotated with word senses , to machine-readable dictionaries , thesauri , glossaries , ontologies , etc. . +They can be classified as follows : Structured : Thesauri Machine-readable dictionaries -LRB- MRDs -RRB- Ontologies Unstructured : Corpora : raw corpora and sense-annotated corpora Collocation resources Other resources -LRB- such as word frequency lists , stoplists , domain labels , etc. -RRB- +Evaluation Comparing and evaluating different WSD systems is extremely difficult , because of the different test sets , sense inventories , and knowledge resources adopted . +Before the organization of specific evaluation campaigns most systems were assessed on in-house , often small-scale , data sets . +In order to test one 's algorithm , developers should spend their time to annotate all word occurrences . +And comparing methods even on the same corpus is not eligible if there is different sense inventories . +In order to define common evaluation datasets and procedures , public evaluation campaigns have been organized . +Senseval -LRB- now renamed SemEval -RRB- is an international word sense disambiguation competition , held every three years since 1998 : Senseval-1 -LRB- 1998 -RRB- , Senseval-2 -LRB- 2001 -RRB- , Senseval-3 -LRB- 2004 -RRB- , and its successor , SemEval -LRB- 2007 -RRB- . +The objective of the competition is to organize different lectures , preparing and hand-annotating corpus for testing systems , perform a comparative evaluation of WSD systems in several kinds of tasks , including all-words and lexical sample WSD for different languages , and , more recently , new tasks such as semantic role labeling , gloss WSD , lexical substitution , etc. . +The systems submitted for evaluation to these competitions usually integrate different techniques and often combine supervised and knowledge-based methods -LRB- especially for avoiding bad performance in lack of training examples -RRB- . +Task Design Choices Sense Inventories . +During the first Senseval workshop the HECTOR sense inventory was adopted . +The reason for adopting a previously unknown sense inventory was mainly to avoid the use of popular fine-grained word senses -LRB- such as WordNet -RRB- , which could make the experiments unfair or biased . +However , given the lack of coverage of such inventories , since the second Senseval workshop the WordNet sense inventory has been adopted . +A set of testing words . +Comparison of methods can be divided in 2 groups by amount of words to test . +The difference consists in the amount of analysis and processing : all-words task implies disambiguating all the words of the text lexical sample consists in disambiguating some previously chosen target words . +It is assumed that the former one is more realistic evaluation , although with very laborious testing of results . +Initially only the latter was used in evaluation but later the former was included . +Lexical sample organizers had to choose samples on which the systems were to be tested . +A criticism of earlier forays into lexical-sample WSD evaluation is that the lexical sample had been chosen according to the whim of the experimenter -LRB- or , to coincide with earlier experimenters ' selections -RRB- . +For English Senseval , a sampling frame was devised in which words were classified according to their frequency -LRB- in the BNC -RRB- and their polysemy level -LRB- in WordNet -RRB- . +Also , inclusion POS-tagging problem was a matter of discussion and it was decided that samples should be words with known part of speech and some indeterminants -LRB- for ex . 15 noun tasks , 13 verb tasks , 8 adjectives , and 5 indeterminates -RRB- . +Baselines . +For comparison purposes , known , yet simple , algorithms named baselines are used . +These include different variants of Lesk algorithm or most frequent sense algorithm . +Sense inventory . +WSD exercises require a dictionary , to specify the word senses which are to be disambiguated , and a corpus of language data to be disambiguated . +WordNet is the most popular example of sense inventory . +The reason for adopting the HECTOR database during Senseval-1 was that the WordNet inventory was already publicly available . +Evaluation measures . +During the evaluation of WSD systems two main performance measures are used : Precision : the fraction of system assignments made that are correct Recall : the fraction of total word instances correctly assigned by a system If a system makes an assignment for every word , then precision and recall are the same , and can be called accuracy . +This model has been extended to take into account systems that return a set of senses with weights for each occurrence . diff --git a/data/wiki-en-test.txt b/data/wiki-en-test.txt new file mode 100644 index 0000000..a16d3c6 --- /dev/null +++ b/data/wiki-en-test.txt @@ -0,0 +1,168 @@ +In computational linguistics, word-sense disambiguation (WSD) is an open problem of natural language processing, which governs the process of identifying which sense of a word (i.e. meaning) is used in a sentence, when the word has multiple meanings (polysemy). +The solution to this problem impacts other computer-related writing, such as discourse, improving relevance of search engines, anaphora resolution, coherence, inference et cetera. +Research has progressed steadily to the point where WSD systems achieve sufficiently high levels of accuracy on a variety of word types and ambiguities. +A rich variety of techniques have been researched, from dictionary-based methods that use the knowledge encoded in lexical resources, to supervised machine learning methods in which a classifier is trained for each distinct word on a corpus of manually sense-annotated examples, to completely unsupervised methods that cluster occurrences of words, thereby inducing word senses. +Among these, supervised learning approaches have been the most successful algorithms to date. +Current accuracy is difficult to state without a host of caveats. +In English, accuracy at the coarse-grained (homograph) level is routinely above 90%, with some methods on particular homographs achieving over 96%. +On finer-grained sense distinctions, top accuracies from 59.1% to 69.0% have been reported in recent evaluation exercises (SemEval-2007, Senseval-2), where the baseline accuracy of the simplest possible algorithm of always choosing the most frequent sense was 51.4% and 57%, respectively. +WSD task has two variants: "lexical sample" and "all words" task. +The former comprises disambiguating the occurrences of a small sample of target words which were previously selected, while in the latter all the words in a piece of running text need to be disambiguated. +The latter is deemed a more realistic form of evaluation, but the corpus is more expensive to produce because human annotators have to read the definitions for each word in the sequence every time they need to make a tagging judgement, rather than once for a block of instances for the same target word. +To give a hint how all this works, consider two examples of the distinct senses that exist for the (written) word "bass": a type of fish tones of low frequency and the sentences: I went fishing for some sea bass. +The bass line of the song is too weak. +To a human, it is obvious that the first sentence is using the word "bass (fish)", as in the former sense above and in the second sentence, the word "bass (instrument)" is being used as in the latter sense below. +Developing algorithms to replicate this human ability can often be a difficult task, as is further exemplified by the implicit equivocation between "bass (sound)" and "bass" (musical instrument). +History WSD was first formulated as a distinct computational task during the early days of machine translation in the 1940s, making it one of the oldest problems in computational linguistics. +Warren Weaver, in his famous 1949 memorandum on translation, first introduced the problem in a computational context. +Early researchers understood the significance and difficulty of WSD well. +In fact, Bar-Hillel (1960) used the above example to argue that WSD could not be solved by "electronic computer" because of the need in general to model all world knowledge. +In the 1970s, WSD was a subtask of semantic interpretation systems developed within the field of artificial intelligence, but since WSD systems were largely rule-based and hand-coded they were prone to a knowledge acquisition bottleneck. +By the 1980s large-scale lexical resources, such as the Oxford Advanced Learner's Dictionary of Current English (OALD), became available: hand-coding was replaced with knowledge automatically extracted from these resources, but disambiguation was still knowledge-based or dictionary-based. +In the 1990s, the statistical revolution swept through computational linguistics, and WSD became a paradigm problem on which to apply supervised machine learning techniques. +The 2000s saw supervised techniques reach a plateau in accuracy, and so attention has shifted to coarser-grained senses, domain adaptation, semi-supervised and unsupervised corpus-based systems, combinations of different methods, and the return of knowledge-based systems via graph-based methods. +Still, supervised systems continue to perform best. +Difficulties Differences between dictionaries One problem with word sense disambiguation is deciding what the senses are. +In cases like the word bass above, at least some senses are obviously different. +In other cases, however, the different senses can be closely related (one meaning being a metaphorical or metonymic extension of another), and in such cases division of words into senses becomes much more difficult. +Different dictionaries and thesauruses will provide different divisions of words into senses. +One solution some researchers have used is to choose a particular dictionary, and just use its set of senses. +Generally, however, research results using broad distinctions in senses have been much better than those using narrow ones. +However, given the lack of a full-fledged coarse-grained sense inventory, most researchers continue to work on fine-grained WSD. +Most research in the field of WSD is performed by using WordNet as a reference sense inventory for English. +WordNet is a computational lexicon that encodes concepts as synonym sets (e.g. the concept of car is encoded as { car, auto, automobile, machine, motorcar }). +Other resources used for disambiguation purposes include Roget's Thesaurus and Wikipedia. +Part-of-speech tagging In any real test, part-of-speech tagging and sense tagging are very closely related with each potentially making constraints to the other. +And the question whether these tasks should be kept together or decoupled is still not unanimously resolved, but recently scientists incline to test these things separately (e.g. in the Senseval/SemEval competitions parts of speech are provided as input for the text to disambiguate). +It is instructive to compare the word sense disambiguation problem with the problem of part-of-speech tagging. +Both involve disambiguating or tagging with words, be it with senses or parts of speech. +However, algorithms used for one do not tend to work well for the other, mainly because the part of speech of a word is primarily determined by the immediately adjacent one to three words, whereas the sense of a word may be determined by words further away. +The success rate for part-of-speech tagging algorithms is at present much higher than that for WSD, state-of-the art being around 95% accuracy or better, as compared to less than 75% accuracy in word sense disambiguation with supervised learning. +These figures are typical for English, and may be very different from those for other languages. +Inter-judge variance Another problem is inter-judge variance. +WSD systems are normally tested by having their results on a task compared against those of a human. +However, while it is relatively easy to assign parts of speech to text, training people to tag senses is far more difficult. +While users can memorize all of the possible parts of speech a word can take, it is often impossible for individuals to memorize all of the senses a word can take. +Moreover, humans do not agree on the task at hand – give a list of senses and sentences, and humans will not always agree on which word belongs in which sense. +Thus, a computer cannot be expected to give better performance on such a task than a human (indeed, since the human serves as the standard, the computer being better than the human is incoherent),[citation needed] so the human performance serves as an upper bound. +Human performance, however, is much better on coarse-grained than fine-grained distinctions, so this again is why research on coarse-grained distinctions has been put to test in recent WSD evaluation exercises. +Common sense Some AI researchers like Douglas Lenat argue that one cannot parse meanings from words without some form of common sense ontology. +For example, comparing these two sentences: "Jill and Mary are sisters." – (they are sisters of each other). +"Jill and Mary are mothers." – (each is independently a mother). +To properly identify senses of words one must know common sense facts. +Moreover, sometimes the common sense is needed to disambiguate such words like pronouns in case of having anaphoras or cataphoras in the text. +Sense inventory and algorithms' task-dependency A task-independent sense inventory is not a coherent concept: each task requires its own division of word meaning into senses relevant to the task. +For example, the ambiguity of 'mouse' (animal or device) is not relevant in English-French machine translation, but is relevant in information retrieval. +The opposite is true of 'river', which requires a choice in French (fleuve 'flows into the sea', or rivière 'flows into a river'). +Also, completely different algorithms might be required by different applications. +In machine translation, the problem takes the form of target word selection. +Here the "senses" are words in the target language, which often correspond to significant meaning distinctions in the source language (bank could translate to French banque 'financial bank' or rive 'edge of river'). +In information retrieval, a sense inventory is not necessarily required, because it is enough to know that a word is used in the same sense in the query and a retrieved document; what sense that is, is unimportant. +Discreteness of senses Finally, the very notion of "word sense" is slippery and controversial. +Most people can agree in distinctions at the coarse-grained homograph level (e.g., pen as writing instrument or enclosure), but go down one level to fine-grained polysemy, and disagreements arise. +For example, in Senseval-2, which used fine-grained sense distinctions, human annotators agreed in only 85% of word occurrences. +Word meaning is in principle infinitely variable and context sensitive. +It does not divide up easily into distinct or discrete sub-meanings. +Lexicographers frequently discover in corpora loose and overlapping word meanings, and standard or conventional meanings extended, modulated, and exploited in a bewildering variety of ways. +The art of lexicography is to generalize from the corpus to definitions that evoke and explain the full range of meaning of a word, making it seem like words are well-behaved semantically. +However, it is not at all clear if these same meaning distinctions are applicable in computational applications, as the decisions of lexicographers are usually driven by other considerations. +Recently, a task – named lexical substitution – has been proposed as a possible solution to the sense discreteness problem. +The task consists of providing a substitute for a word in context that preserves the meaning of the original word (potentially, substitutes can be chosen from the full lexicon of the target language, thus overcoming discreteness). +Approaches and methods As in all natural language processing, there are two main approaches to WSD – deep approaches and shallow approaches. +Deep approaches presume access to a comprehensive body of world knowledge. +Knowledge, such as "you can go fishing for a type of fish, but not for low frequency sounds" and "songs have low frequency sounds as parts, but not types of fish", is then used to determine in which sense the word is used. +These approaches are not very successful in practice, mainly because such a body of knowledge does not exist in a computer-readable format, outside of very limited domains. +However, if such knowledge did exist, then deep approaches would be much more accurate than the shallow approaches.[citation needed] Also, there is a long tradition in computational linguistics, of trying such approaches in terms of coded knowledge and in some cases, it is hard to say clearly whether the knowledge involved is linguistic or world knowledge. +The first attempt was that by Margaret Masterman and her colleagues, at the Cambridge Language Research Unit in England, in the 1950s. +This attempt used as data a punched-card version of Roget's Thesaurus and its numbered "heads", as an indicator of topics and looked for repetitions in text, using a set intersection algorithm. +It was not very successful, but had strong relationships to later work, especially Yarowsky's machine learning optimisation of a thesaurus method in the 1990s. +Shallow approaches don't try to understand the text. +They just consider the surrounding words, using information such as "if bass has words sea or fishing nearby, it probably is in the fish sense; if bass has the words music or song nearby, it is probably in the music sense." +These rules can be automatically derived by the computer, using a training corpus of words tagged with their word senses. +This approach, while theoretically not as powerful as deep approaches, gives superior results in practice, due to the computer's limited world knowledge. +However, it can be confused by sentences like The dogs bark at the tree which contains the word bark near both tree and dogs. +There are four conventional approaches to WSD: Dictionary- and knowledge-based methods: These rely primarily on dictionaries, thesauri, and lexical knowledge bases, without using any corpus evidence. +Supervised methods: These make use of sense-annotated corpora to train from. +Semi-supervised or minimally supervised methods: These make use of a secondary source of knowledge such as a small annotated corpus as seed data in a bootstrapping process, or a word-aligned bilingual corpus. +Unsupervised methods: These eschew (almost) completely external information and work directly from raw unannotated corpora. +These methods are also known under the name of word sense discrimination. +Almost all these approaches normally work by defining a window of n content words around each word to be disambiguated in the corpus, and statistically analyzing those n surrounding words. +Two shallow approaches used to train and then disambiguate are Naïve Bayes classifiers and decision trees. +In recent research, kernel-based methods such as support vector machines have shown superior performance in supervised learning. +Graph-based approaches have also gained much attention from the research community, and currently achieve performance close to the state of the art. +Dictionary- and knowledge-based methods The Lesk algorithm is the seminal dictionary-based method. +It is based on the hypothesis that words used together in text are related to each other and that the relation can be observed in the definitions of the words and their senses. +Two (or more) words are disambiguated by finding the pair of dictionary senses with the greatest word overlap in their dictionary definitions. +For example, when disambiguating the words in "pine cone", the definitions of the appropriate senses both include the words evergreen and tree (at least in one dictionary). +An alternative to the use of the definitions is to consider general word-sense relatedness and to compute the semantic similarity of each pair of word senses based on a given lexical knowledge base such as WordNet. +Graph-based methods reminiscent of spreading activation research of the early days of AI research have been applied with some success. +More complex graph-based approaches have been shown to perform almost as well as supervised methods or even outperforming them on specific domains. +Recently, it has been reported that simple graph connectivity measures, such as degree, perform state-of-the-art WSD in the presence of a sufficiently rich lexical knowledge base. +Also, automatically transferring knowledge in the form of semantic relations from Wikipedia to WordNet has been shown to boost simple knowledge-based methods, enabling them to rival the best supervised systems and even outperform them in a domain-specific setting. +The use of selectional preferences (or selectional restrictions) is also useful, for example, knowing that one typically cooks food, one can disambiguate the word bass in "I am cooking basses" (i.e., it's not a musical instrument). +Supervised methods Supervised methods are based on the assumption that the context can provide enough evidence on its own to disambiguate words (hence, world knowledge and reasoning are deemed unnecessary). +Probably every machine learning algorithm going has been applied to WSD, including associated techniques such as feature selection, parameter optimization, and ensemble learning. +Support Vector Machines and memory-based learning have been shown to be the most successful approaches, to date, probably because they can cope with the high-dimensionality of the feature space. +However, these supervised methods are subject to a new knowledge acquisition bottleneck since they rely on substantial amounts of manually sense-tagged corpora for training, which are laborious and expensive to create. +Semi-supervised methods Because of the lack of training data, many word sense disambiguation algorithms use semi-supervised learning, which allows both labeled and unlabeled data. +The Yarowsky algorithm was an early example of such an algorithm. +It uses the ‘One sense per collocation’ and the ‘One sense per discourse’ properties of human languages for word sense disambiguation. +From observation, words tend to exhibit only one sense in most given discourse and in a given collocation. +The bootstrapping approach starts from a small amount of seed data for each word: either manually tagged training examples or a small number of surefire decision rules (e.g., 'play' in the context of 'bass' almost always indicates the musical instrument). +The seeds are used to train an initial classifier, using any supervised method. +This classifier is then used on the untagged portion of the corpus to extract a larger training set, in which only the most confident classifications are included. +The process repeats, each new classifier being trained on a successively larger training corpus, until the whole corpus is consumed, or until a given maximum number of iterations is reached. +Other semi-supervised techniques use large quantities of untagged corpora to provide co-occurrence information that supplements the tagged corpora. +These techniques have the potential to help in the adaptation of supervised models to different domains. +Also, an ambiguous word in one language is often translated into different words in a second language depending on the sense of the word. +Word-aligned bilingual corpora have been used to infer cross-lingual sense distinctions, a kind of semi-supervised system. +Unsupervised methods Main article: Word sense induction Unsupervised learning is the greatest challenge for WSD researchers. +The underlying assumption is that similar senses occur in similar contexts, and thus senses can be induced from text by clustering word occurrences using some measure of similarity of context, a task referred to as word sense induction or discrimination. +Then, new occurrences of the word can be classified into the closest induced clusters/senses. +Performance has been lower than other methods, above, but comparisons are difficult since senses induced must be mapped to a known dictionary of word senses. +If a mapping to a set of dictionary senses is not desired, cluster-based evaluations (including measures of entropy and purity) can be performed. +Alternatively, word sense induction methods can be tested and compared within an application. +For instance, it has been shown that word sense induction improves Web search result clustering by increasing the quality of result clusters and the degree diversification of result lists. +It is hoped that unsupervised learning will overcome the knowledge acquisition bottleneck because they are not dependent on manual effort. +Other approaches Other approaches may vary differently in their methods: Identification of dominant word senses; Domain-driven disambiguation; WSD using Cross-Lingual Evidence. +Local impediments and summary The knowledge acquisition bottleneck is perhaps the major impediment to solving the WSD problem. +Unsupervised methods rely on knowledge about word senses, which is barely formulated in dictionaries and lexical databases. +Supervised methods depend crucially on the existence of manually annotated examples for every word sense, a requisite that can so far be met only for a handful of words for testing purposes, as it is done in the Senseval exercises. +Therefore, one of the most promising trends in WSD research is using the largest corpus ever accessible, the World Wide Web, to acquire lexical information automatically. +WSD has been traditionally understood as an intermediate language engineering technology which could improve applications such as information retrieval (IR). +In this case, however, the reverse is also true: Web search engines implement simple and robust IR techniques that can be successfully used when mining the Web for information to be employed in WSD. +Therefore, the lack of training data provoked appearing some new algorithms and techniques described here: Main article: Automatic Acquisition of Sense-Tagged Corpora External knowledge sources Knowledge is a fundamental component of WSD. +Knowledge sources provide data which are essential to associate senses with words. +They can vary from corpora of texts, either unlabeled or annotated with word senses, to machine-readable dictionaries, thesauri, glossaries, ontologies, etc. +They can be classified as follows: Structured: Thesauri Machine-readable dictionaries (MRDs) Ontologies Unstructured: Corpora: raw corpora and sense-annotated corpora Collocation resources Other resources (such as word frequency lists, stoplists, domain labels, etc.) +Evaluation Comparing and evaluating different WSD systems is extremely difficult, because of the different test sets, sense inventories, and knowledge resources adopted. +Before the organization of specific evaluation campaigns most systems were assessed on in-house, often small-scale, data sets. +In order to test one's algorithm, developers should spend their time to annotate all word occurrences. +And comparing methods even on the same corpus is not eligible if there is different sense inventories. +In order to define common evaluation datasets and procedures, public evaluation campaigns have been organized. +Senseval (now renamed SemEval) is an international word sense disambiguation competition, held every three years since 1998: Senseval-1 (1998), Senseval-2 (2001), Senseval-3 (2004), and its successor, SemEval (2007). +The objective of the competition is to organize different lectures, preparing and hand-annotating corpus for testing systems, perform a comparative evaluation of WSD systems in several kinds of tasks, including all-words and lexical sample WSD for different languages, and, more recently, new tasks such as semantic role labeling, gloss WSD, lexical substitution, etc. +The systems submitted for evaluation to these competitions usually integrate different techniques and often combine supervised and knowledge-based methods (especially for avoiding bad performance in lack of training examples). +Task Design Choices Sense Inventories. +During the first Senseval workshop the HECTOR sense inventory was adopted. +The reason for adopting a previously unknown sense inventory was mainly to avoid the use of popular fine-grained word senses (such as WordNet), which could make the experiments unfair or biased. +However, given the lack of coverage of such inventories, since the second Senseval workshop the WordNet sense inventory has been adopted. +A set of testing words. +Comparison of methods can be divided in 2 groups by amount of words to test. +The difference consists in the amount of analysis and processing: all-words task implies disambiguating all the words of the text lexical sample consists in disambiguating some previously chosen target words. +It is assumed that the former one is more realistic evaluation, although with very laborious testing of results. +Initially only the latter was used in evaluation but later the former was included. +Lexical sample organizers had to choose samples on which the systems were to be tested. +A criticism of earlier forays into lexical-sample WSD evaluation is that the lexical sample had been chosen according to the whim of the experimenter (or, to coincide with earlier experimenters' selections). +For English Senseval, a sampling frame was devised in which words were classified according to their frequency (in the BNC) and their polysemy level (in WordNet). +Also, inclusion POS-tagging problem was a matter of discussion and it was decided that samples should be words with known part of speech and some indeterminants (for ex. 15 noun tasks, 13 verb tasks, 8 adjectives, and 5 indeterminates). +Baselines. +For comparison purposes, known, yet simple, algorithms named baselines are used. +These include different variants of Lesk algorithm or most frequent sense algorithm. +Sense inventory. +WSD exercises require a dictionary, to specify the word senses which are to be disambiguated, and a corpus of language data to be disambiguated. +WordNet is the most popular example of sense inventory. +The reason for adopting the HECTOR database during Senseval-1 was that the WordNet inventory was already publicly available. +Evaluation measures. +During the evaluation of WSD systems two main performance measures are used: Precision: the fraction of system assignments made that are correct Recall: the fraction of total word instances correctly assigned by a system If a system makes an assignment for every word, then precision and recall are the same, and can be called accuracy. +This model has been extended to take into account systems that return a set of senses with weights for each occurrence. diff --git a/data/wiki-en-test.word b/data/wiki-en-test.word new file mode 100644 index 0000000..58ce8bc --- /dev/null +++ b/data/wiki-en-test.word @@ -0,0 +1,171 @@ +In computational linguistics , word-sense disambiguation -LRB- WSD -RRB- is an open problem of natural language processing , which governs the process of identifying which sense of a word -LRB- i.e. meaning -RRB- is used in a sentence , when the word has multiple meanings -LRB- polysemy -RRB- . +The solution to this problem impacts other computer-related writing , such as discourse , improving relevance of search engines , anaphora resolution , coherence , inference et cetera . +Research has progressed steadily to the point where WSD systems achieve sufficiently high levels of accuracy on a variety of word types and ambiguities . +A rich variety of techniques have been researched , from dictionary-based methods that use the knowledge encoded in lexical resources , to supervised machine learning methods in which a classifier is trained for each distinct word on a corpus of manually sense-annotated examples , to completely unsupervised methods that cluster occurrences of words , thereby inducing word senses . +Among these , supervised learning approaches have been the most successful algorithms to date . +Current accuracy is difficult to state without a host of caveats . +In English , accuracy at the coarse-grained -LRB- homograph -RRB- level is routinely above 90 % , with some methods on particular homographs achieving over 96 % . +On finer-grained sense distinctions , top accuracies from 59.1 % to 69.0 % have been reported in recent evaluation exercises -LRB- SemEval-2007 , Senseval-2 -RRB- , where the baseline accuracy of the simplest possible algorithm of always choosing the most frequent sense was 51.4 % and 57 % , respectively . +WSD task has two variants : `` lexical sample '' and `` all words '' task . +The former comprises disambiguating the occurrences of a small sample of target words which were previously selected , while in the latter all the words in a piece of running text need to be disambiguated . +The latter is deemed a more realistic form of evaluation , but the corpus is more expensive to produce because human annotators have to read the definitions for each word in the sequence every time they need to make a tagging judgement , rather than once for a block of instances for the same target word . +To give a hint how all this works , consider two examples of the distinct senses that exist for the -LRB- written -RRB- word `` bass '' : a type of fish tones of low frequency and the sentences : I went fishing for some sea bass . +The bass line of the song is too weak . +To a human , it is obvious that the first sentence is using the word `` bass -LRB- fish -RRB- '' , as in the former sense above and in the second sentence , the word `` bass -LRB- instrument -RRB- '' is being used as in the latter sense below . +Developing algorithms to replicate this human ability can often be a difficult task , as is further exemplified by the implicit equivocation between `` bass -LRB- sound -RRB- '' and `` bass '' -LRB- musical instrument -RRB- . +History WSD was first formulated as a distinct computational task during the early days of machine translation in the 1940s , making it one of the oldest problems in computational linguistics . +Warren Weaver , in his famous 1949 memorandum on translation , first introduced the problem in a computational context . +Early researchers understood the significance and difficulty of WSD well . +In fact , Bar-Hillel -LRB- 1960 -RRB- used the above example to argue that WSD could not be solved by `` electronic computer '' because of the need in general to model all world knowledge . +In the 1970s , WSD was a subtask of semantic interpretation systems developed within the field of artificial intelligence , but since WSD systems were largely rule-based and hand-coded they were prone to a knowledge acquisition bottleneck . +By the 1980s large-scale lexical resources , such as the Oxford Advanced Learner 's Dictionary of Current English -LRB- OALD -RRB- , became available : hand-coding was replaced with knowledge automatically extracted from these resources , but disambiguation was still knowledge-based or dictionary-based . +In the 1990s , the statistical revolution swept through computational linguistics , and WSD became a paradigm problem on which to apply supervised machine learning techniques . +The 2000s saw supervised techniques reach a plateau in accuracy , and so attention has shifted to coarser-grained senses , domain adaptation , semi-supervised and unsupervised corpus-based systems , combinations of different methods , and the return of knowledge-based systems via graph-based methods . +Still , supervised systems continue to perform best . +Difficulties Differences between dictionaries One problem with word sense disambiguation is deciding what the senses are . +In cases like the word bass above , at least some senses are obviously different . +In other cases , however , the different senses can be closely related -LRB- one meaning being a metaphorical or metonymic extension of another -RRB- , and in such cases division of words into senses becomes much more difficult . +Different dictionaries and thesauruses will provide different divisions of words into senses . +One solution some researchers have used is to choose a particular dictionary , and just use its set of senses . +Generally , however , research results using broad distinctions in senses have been much better than those using narrow ones . +However , given the lack of a full-fledged coarse-grained sense inventory , most researchers continue to work on fine-grained WSD . +Most research in the field of WSD is performed by using WordNet as a reference sense inventory for English . +WordNet is a computational lexicon that encodes concepts as synonym sets -LRB- e.g. the concept of car is encoded as -LCB- car , auto , automobile , machine , motorcar -RCB- -RRB- . +Other resources used for disambiguation purposes include Roget 's Thesaurus and Wikipedia . +Part-of-speech tagging In any real test , part-of-speech tagging and sense tagging are very closely related with each potentially making constraints to the other . +And the question whether these tasks should be kept together or decoupled is still not unanimously resolved , but recently scientists incline to test these things separately -LRB- e.g. in the Senseval\/SemEval competitions parts of speech are provided as input for the text to disambiguate -RRB- . +It is instructive to compare the word sense disambiguation problem with the problem of part-of-speech tagging . +Both involve disambiguating or tagging with words , be it with senses or parts of speech . +However , algorithms used for one do not tend to work well for the other , mainly because the part of speech of a word is primarily determined by the immediately adjacent one to three words , whereas the sense of a word may be determined by words further away . +The success rate for part-of-speech tagging algorithms is at present much higher than that for WSD , state-of-the art being around 95 % accuracy or better , as compared to less than 75 % accuracy in word sense disambiguation with supervised learning . +These figures are typical for English , and may be very different from those for other languages . +Inter-judge variance Another problem is inter-judge variance . +WSD systems are normally tested by having their results on a task compared against those of a human . +However , while it is relatively easy to assign parts of speech to text , training people to tag senses is far more difficult . +While users can memorize all of the possible parts of speech a word can take , it is often impossible for individuals to memorize all of the senses a word can take . +Moreover , humans do not agree on the task at hand -- give a list of senses and sentences , and humans will not always agree on which word belongs in which sense . +Thus , a computer can not be expected to give better performance on such a task than a human -LRB- indeed , since the human serves as the standard , the computer being better than the human is incoherent -RRB- , -LRB- citation needed -RRB- so the human performance serves as an upper bound . +Human performance , however , is much better on coarse-grained than fine-grained distinctions , so this again is why research on coarse-grained distinctions has been put to test in recent WSD evaluation exercises . +Common sense Some AI researchers like Douglas Lenat argue that one can not parse meanings from words without some form of common sense ontology . +For example , comparing these two sentences : `` Jill and Mary are sisters . '' +-- -LRB- they are sisters of each other -RRB- . +`` Jill and Mary are mothers . '' +-- -LRB- each is independently a mother -RRB- . +To properly identify senses of words one must know common sense facts . +Moreover , sometimes the common sense is needed to disambiguate such words like pronouns in case of having anaphoras or cataphoras in the text . +Sense inventory and algorithms ' task-dependency A task-independent sense inventory is not a coherent concept : each task requires its own division of word meaning into senses relevant to the task . +For example , the ambiguity of ` mouse ' -LRB- animal or device -RRB- is not relevant in English-French machine translation , but is relevant in information retrieval . +The opposite is true of ` river ' , which requires a choice in French -LRB- fleuve ` flows into the sea ' , or rivière ` flows into a river ' -RRB- . +Also , completely different algorithms might be required by different applications . +In machine translation , the problem takes the form of target word selection . +Here the `` senses '' are words in the target language , which often correspond to significant meaning distinctions in the source language -LRB- bank could translate to French banque ` financial bank ' or rive ` edge of river ' -RRB- . +In information retrieval , a sense inventory is not necessarily required , because it is enough to know that a word is used in the same sense in the query and a retrieved document ; what sense that is , is unimportant . +Discreteness of senses Finally , the very notion of `` word sense '' is slippery and controversial . +Most people can agree in distinctions at the coarse-grained homograph level -LRB- e.g. , pen as writing instrument or enclosure -RRB- , but go down one level to fine-grained polysemy , and disagreements arise . +For example , in Senseval-2 , which used fine-grained sense distinctions , human annotators agreed in only 85 % of word occurrences . +Word meaning is in principle infinitely variable and context sensitive . +It does not divide up easily into distinct or discrete sub-meanings . +Lexicographers frequently discover in corpora loose and overlapping word meanings , and standard or conventional meanings extended , modulated , and exploited in a bewildering variety of ways . +The art of lexicography is to generalize from the corpus to definitions that evoke and explain the full range of meaning of a word , making it seem like words are well-behaved semantically . +However , it is not at all clear if these same meaning distinctions are applicable in computational applications , as the decisions of lexicographers are usually driven by other considerations . +Recently , a task -- named lexical substitution -- has been proposed as a possible solution to the sense discreteness problem . +The task consists of providing a substitute for a word in context that preserves the meaning of the original word -LRB- potentially , substitutes can be chosen from the full lexicon of the target language , thus overcoming discreteness -RRB- . +Approaches and methods As in all natural language processing , there are two main approaches to WSD -- deep approaches and shallow approaches . +Deep approaches presume access to a comprehensive body of world knowledge . +Knowledge , such as `` you can go fishing for a type of fish , but not for low frequency sounds '' and `` songs have low frequency sounds as parts , but not types of fish '' , is then used to determine in which sense the word is used . +These approaches are not very successful in practice , mainly because such a body of knowledge does not exist in a computer-readable format , outside of very limited domains . +However , if such knowledge did exist , then deep approaches would be much more accurate than the shallow approaches . +-LRB- citation needed -RRB- Also , there is a long tradition in computational linguistics , of trying such approaches in terms of coded knowledge and in some cases , it is hard to say clearly whether the knowledge involved is linguistic or world knowledge . +The first attempt was that by Margaret Masterman and her colleagues , at the Cambridge Language Research Unit in England , in the 1950s . +This attempt used as data a punched-card version of Roget 's Thesaurus and its numbered `` heads '' , as an indicator of topics and looked for repetitions in text , using a set intersection algorithm . +It was not very successful , but had strong relationships to later work , especially Yarowsky 's machine learning optimisation of a thesaurus method in the 1990s . +Shallow approaches do n't try to understand the text . +They just consider the surrounding words , using information such as `` if bass has words sea or fishing nearby , it probably is in the fish sense ; if bass has the words music or song nearby , it is probably in the music sense . '' +These rules can be automatically derived by the computer , using a training corpus of words tagged with their word senses . +This approach , while theoretically not as powerful as deep approaches , gives superior results in practice , due to the computer 's limited world knowledge . +However , it can be confused by sentences like The dogs bark at the tree which contains the word bark near both tree and dogs . +There are four conventional approaches to WSD : Dictionary - and knowledge-based methods : These rely primarily on dictionaries , thesauri , and lexical knowledge bases , without using any corpus evidence . +Supervised methods : These make use of sense-annotated corpora to train from . +Semi-supervised or minimally supervised methods : These make use of a secondary source of knowledge such as a small annotated corpus as seed data in a bootstrapping process , or a word-aligned bilingual corpus . +Unsupervised methods : These eschew -LRB- almost -RRB- completely external information and work directly from raw unannotated corpora . +These methods are also known under the name of word sense discrimination . +Almost all these approaches normally work by defining a window of n content words around each word to be disambiguated in the corpus , and statistically analyzing those n surrounding words . +Two shallow approaches used to train and then disambiguate are Naïve Bayes classifiers and decision trees . +In recent research , kernel-based methods such as support vector machines have shown superior performance in supervised learning . +Graph-based approaches have also gained much attention from the research community , and currently achieve performance close to the state of the art . +Dictionary - and knowledge-based methods The Lesk algorithm is the seminal dictionary-based method . +It is based on the hypothesis that words used together in text are related to each other and that the relation can be observed in the definitions of the words and their senses . +Two -LRB- or more -RRB- words are disambiguated by finding the pair of dictionary senses with the greatest word overlap in their dictionary definitions . +For example , when disambiguating the words in `` pine cone '' , the definitions of the appropriate senses both include the words evergreen and tree -LRB- at least in one dictionary -RRB- . +An alternative to the use of the definitions is to consider general word-sense relatedness and to compute the semantic similarity of each pair of word senses based on a given lexical knowledge base such as WordNet . +Graph-based methods reminiscent of spreading activation research of the early days of AI research have been applied with some success . +More complex graph-based approaches have been shown to perform almost as well as supervised methods or even outperforming them on specific domains . +Recently , it has been reported that simple graph connectivity measures , such as degree , perform state-of-the-art WSD in the presence of a sufficiently rich lexical knowledge base . +Also , automatically transferring knowledge in the form of semantic relations from Wikipedia to WordNet has been shown to boost simple knowledge-based methods , enabling them to rival the best supervised systems and even outperform them in a domain-specific setting . +The use of selectional preferences -LRB- or selectional restrictions -RRB- is also useful , for example , knowing that one typically cooks food , one can disambiguate the word bass in `` I am cooking basses '' -LRB- i.e. , it 's not a musical instrument -RRB- . +Supervised methods Supervised methods are based on the assumption that the context can provide enough evidence on its own to disambiguate words -LRB- hence , world knowledge and reasoning are deemed unnecessary -RRB- . +Probably every machine learning algorithm going has been applied to WSD , including associated techniques such as feature selection , parameter optimization , and ensemble learning . +Support Vector Machines and memory-based learning have been shown to be the most successful approaches , to date , probably because they can cope with the high-dimensionality of the feature space . +However , these supervised methods are subject to a new knowledge acquisition bottleneck since they rely on substantial amounts of manually sense-tagged corpora for training , which are laborious and expensive to create . +Semi-supervised methods Because of the lack of training data , many word sense disambiguation algorithms use semi-supervised learning , which allows both labeled and unlabeled data . +The Yarowsky algorithm was an early example of such an algorithm . +It uses the ` One sense per collocation ' and the ` One sense per discourse ' properties of human languages for word sense disambiguation . +From observation , words tend to exhibit only one sense in most given discourse and in a given collocation . +The bootstrapping approach starts from a small amount of seed data for each word : either manually tagged training examples or a small number of surefire decision rules -LRB- e.g. , ` play ' in the context of ` bass ' almost always indicates the musical instrument -RRB- . +The seeds are used to train an initial classifier , using any supervised method . +This classifier is then used on the untagged portion of the corpus to extract a larger training set , in which only the most confident classifications are included . +The process repeats , each new classifier being trained on a successively larger training corpus , until the whole corpus is consumed , or until a given maximum number of iterations is reached . +Other semi-supervised techniques use large quantities of untagged corpora to provide co-occurrence information that supplements the tagged corpora . +These techniques have the potential to help in the adaptation of supervised models to different domains . +Also , an ambiguous word in one language is often translated into different words in a second language depending on the sense of the word . +Word-aligned bilingual corpora have been used to infer cross-lingual sense distinctions , a kind of semi-supervised system . +Unsupervised methods Main article : Word sense induction Unsupervised learning is the greatest challenge for WSD researchers . +The underlying assumption is that similar senses occur in similar contexts , and thus senses can be induced from text by clustering word occurrences using some measure of similarity of context , a task referred to as word sense induction or discrimination . +Then , new occurrences of the word can be classified into the closest induced clusters\/senses . +Performance has been lower than other methods , above , but comparisons are difficult since senses induced must be mapped to a known dictionary of word senses . +If a mapping to a set of dictionary senses is not desired , cluster-based evaluations -LRB- including measures of entropy and purity -RRB- can be performed . +Alternatively , word sense induction methods can be tested and compared within an application . +For instance , it has been shown that word sense induction improves Web search result clustering by increasing the quality of result clusters and the degree diversification of result lists . +It is hoped that unsupervised learning will overcome the knowledge acquisition bottleneck because they are not dependent on manual effort . +Other approaches Other approaches may vary differently in their methods : Identification of dominant word senses ; Domain-driven disambiguation ; WSD using Cross-Lingual Evidence . +Local impediments and summary The knowledge acquisition bottleneck is perhaps the major impediment to solving the WSD problem . +Unsupervised methods rely on knowledge about word senses , which is barely formulated in dictionaries and lexical databases . +Supervised methods depend crucially on the existence of manually annotated examples for every word sense , a requisite that can so far be met only for a handful of words for testing purposes , as it is done in the Senseval exercises . +Therefore , one of the most promising trends in WSD research is using the largest corpus ever accessible , the World Wide Web , to acquire lexical information automatically . +WSD has been traditionally understood as an intermediate language engineering technology which could improve applications such as information retrieval -LRB- IR -RRB- . +In this case , however , the reverse is also true : Web search engines implement simple and robust IR techniques that can be successfully used when mining the Web for information to be employed in WSD . +Therefore , the lack of training data provoked appearing some new algorithms and techniques described here : Main article : Automatic Acquisition of Sense-Tagged Corpora External knowledge sources Knowledge is a fundamental component of WSD . +Knowledge sources provide data which are essential to associate senses with words . +They can vary from corpora of texts , either unlabeled or annotated with word senses , to machine-readable dictionaries , thesauri , glossaries , ontologies , etc. . +They can be classified as follows : Structured : Thesauri Machine-readable dictionaries -LRB- MRDs -RRB- Ontologies Unstructured : Corpora : raw corpora and sense-annotated corpora Collocation resources Other resources -LRB- such as word frequency lists , stoplists , domain labels , etc. -RRB- Evaluation Comparing and evaluating different WSD systems is extremely difficult , because of the different test sets , sense inventories , and knowledge resources adopted . +Before the organization of specific evaluation campaigns most systems were assessed on in-house , often small-scale , data sets . +In order to test one 's algorithm , developers should spend their time to annotate all word occurrences . +And comparing methods even on the same corpus is not eligible if there is different sense inventories . +In order to define common evaluation datasets and procedures , public evaluation campaigns have been organized . +Senseval -LRB- now renamed SemEval -RRB- is an international word sense disambiguation competition , held every three years since 1998 : Senseval-1 -LRB- 1998 -RRB- , Senseval-2 -LRB- 2001 -RRB- , Senseval-3 -LRB- 2004 -RRB- , and its successor , SemEval -LRB- 2007 -RRB- . +The objective of the competition is to organize different lectures , preparing and hand-annotating corpus for testing systems , perform a comparative evaluation of WSD systems in several kinds of tasks , including all-words and lexical sample WSD for different languages , and , more recently , new tasks such as semantic role labeling , gloss WSD , lexical substitution , etc. . +The systems submitted for evaluation to these competitions usually integrate different techniques and often combine supervised and knowledge-based methods -LRB- especially for avoiding bad performance in lack of training examples -RRB- . +Task Design Choices Sense Inventories . +During the first Senseval workshop the HECTOR sense inventory was adopted . +The reason for adopting a previously unknown sense inventory was mainly to avoid the use of popular fine-grained word senses -LRB- such as WordNet -RRB- , which could make the experiments unfair or biased . +However , given the lack of coverage of such inventories , since the second Senseval workshop the WordNet sense inventory has been adopted . +A set of testing words . +Comparison of methods can be divided in 2 groups by amount of words to test . +The difference consists in the amount of analysis and processing : all-words task implies disambiguating all the words of the text lexical sample consists in disambiguating some previously chosen target words . +It is assumed that the former one is more realistic evaluation , although with very laborious testing of results . +Initially only the latter was used in evaluation but later the former was included . +Lexical sample organizers had to choose samples on which the systems were to be tested . +A criticism of earlier forays into lexical-sample WSD evaluation is that the lexical sample had been chosen according to the whim of the experimenter -LRB- or , to coincide with earlier experimenters ' selections -RRB- . +For English Senseval , a sampling frame was devised in which words were classified according to their frequency -LRB- in the BNC -RRB- and their polysemy level -LRB- in WordNet -RRB- . +Also , inclusion POS-tagging problem was a matter of discussion and it was decided that samples should be words with known part of speech and some indeterminants -LRB- for ex . +15 noun tasks , 13 verb tasks , 8 adjectives , and 5 indeterminates -RRB- . +Baselines . +For comparison purposes , known , yet simple , algorithms named baselines are used . +These include different variants of Lesk algorithm or most frequent sense algorithm . +Sense inventory . +WSD exercises require a dictionary , to specify the word senses which are to be disambiguated , and a corpus of language data to be disambiguated . +WordNet is the most popular example of sense inventory . +The reason for adopting the HECTOR database during Senseval-1 was that the WordNet inventory was already publicly available . +Evaluation measures . +During the evaluation of WSD systems two main performance measures are used : Precision : the fraction of system assignments made that are correct Recall : the fraction of total word instances correctly assigned by a system If a system makes an assignment for every word , then precision and recall are the same , and can be called accuracy . +This model has been extended to take into account systems that return a set of senses with weights for each occurrence . diff --git a/data/wiki-en-train.norm b/data/wiki-en-train.norm new file mode 100644 index 0000000..1088918 --- /dev/null +++ b/data/wiki-en-train.norm @@ -0,0 +1,1301 @@ +Natural language processing -LRB- NLP -RRB- is a field of computer science , artificial intelligence -LRB- also called machine learning -RRB- , and linguistics concerned with the interactions between computers and human -LRB- natural -RRB- languages . +Specifically , it is the process of a computer extracting meaningful information from natural language input and\/or producing natural language output . +In theory , natural language processing is a very attractive method of human -- computer interaction . +Natural language understanding is sometimes referred to as an AI-complete problem because it seems to require extensive knowledge about the outside world and the ability to manipulate it . +Whether NLP is distinct from , or identical to , the field of computational linguistics is a matter of perspective . +The Association for Computational Linguistics defines the latter as focusing on the theoretical aspects of NLP . +On the other hand , the open-access journal `` Computational Linguistics '' , styles itself as `` the longest running publication devoted exclusively to the design and analysis of natural language processing systems '' -LRB- Computational Linguistics -LRB- Journal -RRB- -RRB- Modern NLP algorithms are grounded in machine learning , especially statistical machine learning . +Research into modern statistical NLP algorithms requires an understanding of a number of disparate fields , including linguistics , computer science , and statistics . +For a discussion of the types of algorithms currently used in NLP , see the article on pattern recognition . +An automated online assistant providing customer service on a web page , an example of an application where natural language processing is a major component . +In 1950 , Alan Turing published his famous article `` Computing Machinery and Intelligence '' which proposed what is now called the Turing test as a criterion of intelligence . +This criterion depends on the ability of a computer program to impersonate a human in a real-time written conversation with a human judge , sufficiently well that the judge is unable to distinguish reliably -- on the basis of the conversational content alone -- between the program and a real human . +The Georgetown experiment in 1954 involved fully automatic translation of more than sixty Russian sentences into English . +The authors claimed that within three or five years , machine translation would be a solved problem . +However , real progress was much slower , and after the ALPAC report in 1966 , which found that ten years long research had failed to fulfill the expectations , funding for machine translation was dramatically reduced . +Little further research in machine translation was conducted until the late 1980s , when the first statistical machine translation systems were developed . +Some notably successful NLP systems developed in the 1960s were SHRDLU , a natural language system working in restricted `` blocks worlds '' with restricted vocabularies , and ELIZA , a simulation of a Rogerian psychotherapist , written by Joseph Weizenbaum between 1964 to 1966 . +Using almost no information about human thought or emotion , ELIZA sometimes provided a startlingly human-like interaction . +When the `` patient '' exceeded the very small knowledge base , ELIZA might provide a generic response , for example , responding to `` My head hurts '' with `` Why do you say your head hurts ? '' . +During the 70 's many programmers began to write ` conceptual ontologies ' , which structured real-world information into computer-understandable data . +Examples are MARGIE -LRB- Schank , 1975 -RRB- , SAM -LRB- Cullingford , 1978 -RRB- , PAM -LRB- Wilensky , 1978 -RRB- , TaleSpin -LRB- Meehan , 1976 -RRB- , QUALM -LRB- Lehnert , 1977 -RRB- , Politics -LRB- Carbonell , 1979 -RRB- , and Plot Units -LRB- Lehnert 1981 -RRB- . +During this time , many chatterbots were written including PARRY , Racter , and Jabberwacky . +Up to the 1980s , most NLP systems were based on complex sets of hand-written rules . +Starting in the late 1980s , however , there was a revolution in NLP with the introduction of machine learning algorithms for language processing . +This was due both to the steady increase in computational power resulting from Moore 's Law and the gradual lessening of the dominance of Chomskyan theories of linguistics -LRB- e.g. transformational grammar -RRB- , whose theoretical underpinnings discouraged the sort of corpus linguistics that underlies the machine-learning approach to language processing . +Some of the earliest-used machine learning algorithms , such as decision trees , produced systems of hard if-then rules similar to existing hand-written rules . +Increasingly , however , research has focused on statistical models , which make soft , probabilistic decisions based on attaching real-valued weights to the features making up the input data . +The cache language models upon which many speech recognition systems now rely are examples of such statistical models . +Such models are generally more robust when given unfamiliar input , especially input that contains errors -LRB- as is very common for real-world data -RRB- , and produce more reliable results when integrated into a larger system comprising multiple subtasks . +Many of the notable early successes occurred in the field of machine translation , due especially to work at IBM Research , where successively more complicated statistical models were developed . +These systems were able to take advantage of existing multilingual textual corpora that had been produced by the Parliament of Canada and the European Union as a result of laws calling for the translation of all governmental proceedings into all official languages of the corresponding systems of government . +However , most other systems depended on corpora specifically developed for the tasks implemented by these systems , which was -LRB- and often continues to be -RRB- a major limitation in the success of these systems . +As a result , a great deal of research has gone into methods of more effectively learning from limited amounts of data . +Recent research has increasingly focused on unsupervised and semi-supervised learning algorithms . +Such algorithms are able to learn from data that has not been hand-annotated with the desired answers , or using a combination of annotated and non-annotated data . +Generally , this task is much more difficult than supervised learning , and typically produces less accurate results for a given amount of input data . +However , there is an enormous amount of non-annotated data available -LRB- including , among other things , the entire content of the World Wide Web -RRB- , which can often make up for the inferior results . +NLP using machine learning As described above , modern approaches to natural language processing -LRB- NLP -RRB- are grounded in machine learning . +The paradigm of machine learning is different from that of most prior attempts at language processing . +Prior implementations of language-processing tasks typically involved the direct hand coding of large sets of rules . +The machine-learning paradigm calls instead for using general learning algorithms -- often , although not always , grounded in statistical inference -- to automatically learn such rules through the analysis of large corpora of typical real-world examples . +A corpus -LRB- plural , `` corpora '' -RRB- is a set of documents -LRB- or sometimes , individual sentences -RRB- that have been hand-annotated with the correct values to be learned . +Consider the task of part of speech tagging , i.e. determining the correct part of speech of each word in a given sentence , typically one that has never been seen before . +A typical machine-learning-based implementation of a part of speech tagger proceeds in two steps , a training step and an evaluation step . +The first step -- the training step -- makes use of a corpus of training data , which consists of a large number of sentences , each of which has the correct part of speech attached to each word . +-LRB- An example of such a corpus in common use is the Penn Treebank . +This includes -LRB- among other things -RRB- a set of 500 texts from the Brown Corpus , containing examples of various genres of text , and 2500 articles from the Wall Street Journal . -RRB- +This corpus is analyzed and a learning model is generated from it , consisting of automatically created rules for determining the part of speech for a word in a sentence , typically based on the nature of the word in question , the nature of surrounding words , and the most likely part of speech for those surrounding words . +The model that is generated is typically the best model that can be found that simultaneously meets two conflicting objectives : To perform as well as possible on the training data , and to be as simple as possible -LRB- so that the model avoids overfitting the training data , i.e. so that it generalizes as well as possible to new data rather than only succeeding on sentences that have already been seen -RRB- . +In the second step -LRB- the evaluation step -RRB- , the model that has been learned is used to process new sentences . +An important part of the development of any learning algorithm is testing the model that has been learned on new , previously unseen data . +It is critical that the data used for testing is not the same as the data used for training ; otherwise , the testing accuracy will be unrealistically high . +Many different classes of machine learning algorithms have been applied to NLP tasks . +In common to all of these algorithms is that they take as input a large set of `` features '' that are generated from the input data . +As an example , for a part-of-speech tagger , typical features might be the identity of the word being processed , the identity of the words immediately to the left and right , the part-of-speech tag of the word to the left , and whether the word being considered or its immediate neighbors are content words or function words . +The algorithms differ , however , in the nature of the rules generated . +Some of the earliest-used algorithms , such as decision trees , produced systems of hard if-then rules similar to the systems of hand-written rules that were then common . +Increasingly , however , research has focused on statistical models , which make soft , probabilistic decisions based on attaching real-valued weights to each input feature . +Such models have the advantage that they can express the relative certainty of many different possible answers rather than only one , producing more reliable results when such a model is included as a component of a larger system . +In addition , models that make soft decisions are generally more robust when given unfamiliar input , especially input that contains errors -LRB- as is very common for real-world data -RRB- . +Systems based on machine-learning algorithms have many advantages over hand-produced rules : The learning procedures used during machine learning automatically focus on the most common cases , whereas when writing rules by hand it is often not obvious at all where the effort should be directed . +Automatic learning procedures can make use of statistical inference algorithms to produce models that are robust to unfamiliar input -LRB- e.g. containing words or structures that have not been seen before -RRB- and to erroneous input -LRB- e.g. with misspelled words or words accidentally omitted -RRB- . +Generally , handling such input gracefully with hand-written rules -- or more generally , creating systems of hand-written rules that make soft decisions -- is extremely difficult , error-prone and time-consuming . +Systems based on automatically learning the rules can be made more accurate simply by supplying more input data . +However , systems based on hand-written rules can only be made more accurate by increasing the complexity of the rules , which is a much more difficult task . +In particular , there is a limit to the complexity of systems based on hand-crafted rules , beyond which the systems become more and more unmanageable . +However , creating more data to input to machine-learning systems simply requires a corresponding increase in the number of man-hours worked , generally without significant increases in the complexity of the annotation process . +Major tasks in NLP The following is a list of some of the most commonly researched tasks in NLP . +Note that some of these tasks have direct real-world applications , while others more commonly serve as subtasks that are used to aid in solving larger tasks . +What distinguishes these tasks from other potential and actual NLP tasks is not only the volume of research devoted to them but the fact that for each one there is typically a well-defined problem setting , a standard metric for evaluating the task , standard corpora on which the task can be evaluated , and competitions devoted to the specific task . +Automatic summarization : Produce a readable summary of a chunk of text . +Often used to provide summaries of text of a known type , such as articles in the financial section of a newspaper . +Coreference resolution : Given a sentence or larger chunk of text , determine which words -LRB- `` mentions '' -RRB- refer to the same objects -LRB- `` entities '' -RRB- . +Anaphora resolution is a specific example of this task , and is specifically concerned with matching up pronouns with the nouns or names that they refer to . +For example , in a sentence such as `` He entered John 's house through the front door '' , `` the front door '' is a referring expression and the bridging relationship to be identified is the fact that the door being referred to is the front door of John 's house -LRB- rather than of some other structure that might also be referred to -RRB- . +Discourse analysis : This rubric includes a number of related tasks . +One task is identifying the discourse structure of connected text , i.e. the nature of the discourse relationships between sentences -LRB- e.g. elaboration , explanation , contrast -RRB- . +Another possible task is recognizing and classifying the speech acts in a chunk of text -LRB- e.g. yes-no question , content question , statement , assertion , etc. -RRB- . +Machine translation : Automatically translate text from one human language to another . +This is one of the most difficult problems , and is a member of a class of problems colloquially termed `` AI-complete '' , i.e. requiring all of the different types of knowledge that humans possess -LRB- grammar , semantics , facts about the real world , etc. -RRB- in order to solve properly . +Morphological segmentation : Separate words into individual morphemes and identify the class of the morphemes . +The difficulty of this task depends greatly on the complexity of the morphology -LRB- i.e. the structure of words -RRB- of the language being considered . +English has fairly simple morphology , especially inflectional morphology , and thus it is often possible to ignore this task entirely and simply model all possible forms of a word -LRB- e.g. `` open , opens , opened , opening '' -RRB- as separate words . +In languages such as Turkish , however , such an approach is not possible , as each dictionary entry has thousands of possible word forms . +Named entity recognition -LRB- NER -RRB- : Given a stream of text , determine which items in the text map to proper names , such as people or places , and what the type of each such name is -LRB- e.g. person , location , organization -RRB- . +Note that , although capitalization can aid in recognizing named entities in languages such as English , this information can not aid in determining the type of named entity , and in any case is often inaccurate or insufficient . +For example , the first word of a sentence is also capitalized , and named entities often span several words , only some of which are capitalized . +Furthermore , many other languages in non-Western scripts -LRB- e.g. Chinese or Arabic -RRB- do not have any capitalization at all , and even languages with capitalization may not consistently use it to distinguish names . +For example , German capitalizes all nouns , regardless of whether they refer to names , and French and Spanish do not capitalize names that serve as adjectives . +Natural language generation : Convert information from computer databases into readable human language . +Natural language understanding : Convert chunks of text into more formal representations such as first-order logic structures that are easier for computer programs to manipulate . +Natural language understanding involves the identification of the intended semantic from the multiple possible semantics which can be derived from a natural language expression which usually takes the form of organized notations of natural languages concepts . +Introduction and creation of language metamodel and ontology are efficient however empirical solutions . +An explicit formalization of natural languages semantics without confusions with implicit assumptions such as closed world assumption -LRB- CWA -RRB- vs. open world assumption , or subjective Yes\/No vs. objective True\/False is expected for the construction of a basis of semantics formalization . +Optical character recognition -LRB- OCR -RRB- : Given an image representing printed text , determine the corresponding text . +Part-of-speech tagging : Given a sentence , determine the part of speech for each word . +Many words , especially common ones , can serve as multiple parts of speech . +For example , `` book '' can be a noun -LRB- `` the book on the table '' -RRB- or verb -LRB- `` to book a flight '' -RRB- ; `` set '' can be a noun , verb or adjective ; and `` out '' can be any of at least five different parts of speech . +Note that some languages have more such ambiguity than others . +Languages with little inflectional morphology , such as English are particularly prone to such ambiguity . +Chinese is prone to such ambiguity because it is a tonal language during verbalization . +Such inflection is not readily conveyed via the entities employed within the orthography to convey intended meaning . +Parsing : Determine the parse tree -LRB- grammatical analysis -RRB- of a given sentence . +The grammar for natural languages is ambiguous and typical sentences have multiple possible analyses . +In fact , perhaps surprisingly , for a typical sentence there may be thousands of potential parses -LRB- most of which will seem completely nonsensical to a human -RRB- . +Question answering : Given a human-language question , determine its answer . +Typical questions have a specific right answer -LRB- such as `` What is the capital of Canada ? '' -RRB- +, but sometimes open-ended questions are also considered -LRB- such as `` What is the meaning of life ? '' -RRB- . +Relationship extraction : Given a chunk of text , identify the relationships among named entities -LRB- e.g. who is the wife of whom -RRB- . +Sentence breaking -LRB- also known as sentence boundary disambiguation -RRB- : Given a chunk of text , find the sentence boundaries . +Sentence boundaries are often marked by periods or other punctuation marks , but these same characters can serve other purposes -LRB- e.g. marking abbreviations -RRB- . +Sentiment analysis : Extract subjective information usually from a set of documents , often using online reviews to determine `` polarity '' about specific objects . +It is especially useful for identifying trends of public opinion in the social media , for the purpose of marketing . +Speech recognition : Given a sound clip of a person or people speaking , determine the textual representation of the speech . +This is the opposite of text to speech and is one of the extremely difficult problems colloquially termed `` AI-complete '' -LRB- see above -RRB- . +In natural speech there are hardly any pauses between successive words , and thus speech segmentation is a necessary subtask of speech recognition -LRB- see below -RRB- . +Note also that in most spoken languages , the sounds representing successive letters blend into each other in a process termed coarticulation , so the conversion of the analog signal to discrete characters can be a very difficult process . +Speech segmentation : Given a sound clip of a person or people speaking , separate it into words . +A subtask of speech recognition and typically grouped with it . +Topic segmentation and recognition : Given a chunk of text , separate it into segments each of which is devoted to a topic , and identify the topic of the segment . +Word segmentation : Separate a chunk of continuous text into separate words . +For a language like English , this is fairly trivial , since words are usually separated by spaces . +However , some written languages like Chinese , Japanese and Thai do not mark word boundaries in such a fashion , and in those languages text segmentation is a significant task requiring knowledge of the vocabulary and morphology of words in the language . +Word sense disambiguation : Many words have more than one meaning ; we have to select the meaning which makes the most sense in context . +For this problem , we are typically given a list of words and associated word senses , e.g. from a dictionary or from an online resource such as WordNet . +In some cases , sets of related tasks are grouped into subfields of NLP that are often considered separately from NLP as a whole . +Examples include : Information retrieval -LRB- IR -RRB- : This is concerned with storing , searching and retrieving information . +It is a separate field within computer science -LRB- closer to databases -RRB- , but IR relies on some NLP methods -LRB- for example , stemming -RRB- . +Some current research and applications seek to bridge the gap between IR and NLP . +Information extraction -LRB- IE -RRB- : This is concerned in general with the extraction of semantic information from text . +This covers tasks such as named entity recognition , coreference resolution , relationship extraction , etc. . +Speech processing : This covers speech recognition , text-to-speech and related tasks . +Other tasks include : Stemming Text simplification Text-to-speech Text-proofing Natural language search Query expansion Automated essay scoring Truecasing Statistical NLP Main article : statistical natural language processing Statistical natural-language processing uses stochastic , probabilistic and statistical methods to resolve some of the difficulties discussed above , especially those which arise because longer sentences are highly ambiguous when processed with realistic grammars , yielding thousands or millions of possible analyses . +Methods for disambiguation often involve the use of corpora and Markov models . +Statistical NLP comprises all quantitative approaches to automated language processing , including probabilistic modeling , information theory , and linear algebra . +The technology for statistical NLP comes mainly from machine learning and data mining , both of which are fields of artificial intelligence that involve learning from data . +Evaluation of natural language processing Objectives The goal of NLP evaluation is to measure one or more qualities of an algorithm or a system , in order to determine whether -LRB- or to what extent -RRB- the system answers the goals of its designers , or meets the needs of its users . +Research in NLP evaluation has received considerable attention , because the definition of proper evaluation criteria is one way to specify precisely an NLP problem , going thus beyond the vagueness of tasks defined only as language understanding or language generation . +A precise set of evaluation criteria , which includes mainly evaluation data and evaluation metrics , enables several teams to compare their solutions to a given NLP problem . +Short history of evaluation in NLP The first evaluation campaign on written texts seems to be a campaign dedicated to message understanding in 1987 -LRB- Pallet 1998 -RRB- . +Then , the Parseval\/GEIG project compared phrase-structure grammars -LRB- Black 1991 -RRB- . +A series of campaigns within Tipster project were realized on tasks like summarization , translation and searching -LRB- Hirschman 1998 -RRB- . +In 1994 , in Germany , the Morpholympics compared German taggers . +Then , the Senseval and Romanseval campaigns were conducted with the objectives of semantic disambiguation . +In 1996 , the Sparkle campaign compared syntactic parsers in four different languages -LRB- English , French , German and Italian -RRB- . +In France , the Grace project compared a set of 21 taggers for French in 1997 -LRB- Adda 1999 -RRB- . +In 2004 , during the Technolangue\/Easy project , 13 parsers for French were compared . +Large-scale evaluation of dependency parsers were performed in the context of the CoNLL shared tasks in 2006 and 2007 . +In Italy , the EVALITA campaign was conducted in 2007 and 2009 to compare various NLP and speech tools for Italian ; the 2011 campaign is in full progress - EVALITA web site . +In France , within the ANR-Passage project -LRB- end of 2007 -RRB- , 10 parsers for French were compared - passage web site . +Adda G. , Mariani J. , Paroubek P. , Rajman M. 1999 L'action GRACE d'évaluation de l'assignation des parties du discors pour le français . +Langues vol-2 Black E. , Abney S. , Flickinger D. , Gdaniec C. , Grishman R. , Harrison P. , Hindle D. , Ingria R. , Jelinek F. , Klavans J. , Liberman M. , Marcus M. , Reukos S. , Santoni B. , Strzalkowski T. 1991 A procedure for quantitatively comparing the syntactic coverage of English grammars . +DARPA Speech and Natural Language Workshop Hirschman L. 1998 Language understanding evaluation : lessons learned from MUC and ATIS . +LREC Granada Pallet D.S. 1998 The NIST role in automatic speech recognition benchmark tests . +LREC Granada Different types of evaluation Depending on the evaluation procedures , a number of distinctions are traditionally made in NLP evaluation . +Intrinsic vs. extrinsic evaluation Intrinsic evaluation considers an isolated NLP system and characterizes its performance mainly with respect to a gold standard result , pre-defined by the evaluators . +Extrinsic evaluation , also called evaluation in use considers the NLP system in a more complex setting , either as an embedded system or serving a precise function for a human user . +The extrinsic performance of the system is then characterized in terms of its utility with respect to the overall task of the complex system or the human user . +For example , consider a syntactic parser that is based on the output of some new part of speech -LRB- POS -RRB- tagger . +An intrinsic evaluation would run the POS tagger on some labeled data , and compare the system output of the POS tagger to the gold standard -LRB- correct -RRB- output . +An extrinsic evaluation would run the parser with some other POS tagger , and then with the new POS tagger , and compare the parsing accuracy . +Black-box vs. glass-box evaluation Black-box evaluation requires one to run an NLP system on a given data set and to measure a number of parameters related to the quality of the process -LRB- speed , reliability , resource consumption -RRB- and , most importantly , to the quality of the result -LRB- e.g. the accuracy of data annotation or the fidelity of a translation -RRB- . +Glass-box evaluation looks at the design of the system , the algorithms that are implemented , the linguistic resources it uses -LRB- e.g. vocabulary size -RRB- , etc. . +Given the complexity of NLP problems , it is often difficult to predict performance only on the basis of glass-box evaluation , but this type of evaluation is more informative with respect to error analysis or future developments of a system . +Automatic vs. manual evaluation In many cases , automatic procedures can be defined to evaluate an NLP system by comparing its output with the gold standard -LRB- or desired -RRB- one . +Although the cost of producing the gold standard can be quite high , automatic evaluation can be repeated as often as needed without much additional costs -LRB- on the same input data -RRB- . +However , for many NLP problems , the definition of a gold standard is a complex task , and can prove impossible when inter-annotator agreement is insufficient . +Manual evaluation is performed by human judges , which are instructed to estimate the quality of a system , or most often of a sample of its output , based on a number of criteria . +Although , thanks to their linguistic competence , human judges can be considered as the reference for a number of language processing tasks , there is also considerable variation across their ratings . +This is why automatic evaluation is sometimes referred to as objective evaluation , while the human kind appears to be more subjective . +Shared tasks -LRB- Campaigns -RRB- BioCreative Message Understanding Conference Technolangue\/Easy Text Retrieval Conference Evaluation exercises on Semantic Evaluation -LRB- SemEval -RRB- MorphoChallenge Semi-supervised and Unsupervised Morpheme Analysis Standardization in NLP An ISO sub-committee is working in order to ease interoperability between lexical resources and NLP programs . +The sub-committee is part of ISO\/TC37 and is called ISO\/TC37\/SC4 . +Some ISO standards are already published but most of them are under construction , mainly on lexicon representation -LRB- see LMF -RRB- , annotation and data category registry . +Automatic summarization is the creation of a shortened version of a text by a computer program . +The product of this procedure still contains the most important points of the original text . +Discourse analysis -LRB- DA -RRB- , or discourse studies , is a general term for a number of approaches to analyzing written , spoken , signed language use or any significant semiotic event . +Machine translation , sometimes referred to by the abbreviation MT -LRB- not to be confused with computer-aided translation , machine-aided human translation MAHT and interactive translation -RRB- is a sub-field of computational linguistics that investigates the use of software to translate text or speech from one natural language to another . +On a basic level , MT performs simple substitution of words in one natural language for words in another , but that alone usually can not produce a good translation of a text , because recognition of whole phrases and their closest counterparts in the target language is needed . +Solving this problem with corpus and statistical techniques is a rapidly growing field that is leading to better translations , handling differences in linguistic typology , translation of idioms , and the isolation of anomalies . +-LRB- citation needed -RRB- Current machine translation software often allows for customisation by domain or profession -LRB- such as weather reports -RRB- , improving output by limiting the scope of allowable substitutions . +This technique is particularly effective in domains where formal or formulaic language is used . +It follows that machine translation of government and legal documents more readily produces usable output than conversation or less standardised text . +Improved output quality can also be achieved by human intervention : for example , some systems are able to translate more accurately if the user has unambiguously identified which words in the text are names . +With the assistance of these techniques , MT has proven useful as a tool to assist human translators and , in a very limited number of cases , can even produce output that can be used as is -LRB- e.g. , weather reports -RRB- . +The progress and potential of machine translation has been debated much through its history . +Since the 1950s , a number of scholars have questioned the possibility of achieving fully automatic machine translation of high quality . +Some critics claim that there are in-principle obstacles to automatizing the translation process . +In 1629 , René Descartes proposed a universal language , with equivalent ideas in different tongues sharing one symbol . +In the 1950s , The Georgetown experiment -LRB- 1954 -RRB- involved fully automatic translation of over sixty Russian sentences into English . +The experiment was a great success and ushered in an era of substantial funding for machine-translation research . +The authors claimed that within three to five years , machine translation would be a solved problem . +Real progress was much slower , however , and after the ALPAC report -LRB- 1966 -RRB- , which found that the ten-year-long research had failed to fulfill expectations , funding was greatly reduced . +Beginning in the late 1980s , as computational power increased and became less expensive , more interest was shown in statistical models for machine translation . +The idea of using digital computers for translation of natural languages was proposed as early as 1946 by A. D. Booth and possibly others . +Warren Weaver wrote an important memorandum `` Translation '' in 1949 . +The Georgetown experiment was by no means the first such application , and a demonstration was made in 1954 on the APEXC machine at Birkbeck College -LRB- University of London -RRB- of a rudimentary translation of English into French . +Several papers on the topic were published at the time , and even articles in popular journals -LRB- see for example Wireless World , Sept. 1955 , Cleave and Zacharov -RRB- . +A similar application , also pioneered at Birkbeck College at the time , was reading and composing Braille texts by computer . +Translation process Main article : Translation process The human translation process may be described as : Decoding the meaning of the source text ; and Re-encoding this meaning in the target language . +Behind this ostensibly simple procedure lies a complex cognitive operation . +To decode the meaning of the source text in its entirety , the translator must interpret and analyze all the features of the text , a process that requires in-depth knowledge of the grammar , semantics , syntax , idioms , etc. , of the source language , as well as the culture of its speakers . +The translator needs the same in-depth knowledge to re-encode the meaning in the target language . +Therein lies the challenge in machine translation : how to program a computer that will `` understand '' a text as a person does , and that will `` create '' a new text in the target language that `` sounds '' as if it has been written by a person . +This problem may be approached in a number of ways . +Approaches Bernard Vauquois ' pyramid showing comparative depths of intermediary representation , interlingual machine translation at the peak , followed by transfer-based , then direct translation . +Machine translation can use a method based on linguistic rules , which means that words will be translated in a linguistic way -- the most suitable -LRB- orally speaking -RRB- words of the target language will replace the ones in the source language . +It is often argued that the success of machine translation requires the problem of natural language understanding to be solved first . +Generally , rule-based methods parse a text , usually creating an intermediary , symbolic representation , from which the text in the target language is generated . +According to the nature of the intermediary representation , an approach is described as interlingual machine translation or transfer-based machine translation . +These methods require extensive lexicons with morphological , syntactic , and semantic information , and large sets of rules . +Given enough data , machine translation programs often work well enough for a native speaker of one language to get the approximate meaning of what is written by the other native speaker . +The difficulty is getting enough data of the right kind to support the particular method . +For example , the large multilingual corpus of data needed for statistical methods to work is not necessary for the grammar-based methods . +But then , the grammar methods need a skilled linguist to carefully design the grammar that they use . +To translate between closely related languages , a technique referred to as shallow-transfer machine translation may be used . +Rule-based The rule-based machine translation paradigm includes transfer-based machine translation , interlingual machine translation and dictionary-based machine translation paradigms . +Main article : Rule-based machine translation Transfer-based machine translation Main article : Transfer-based machine translation Interlingual Main article : Interlingual machine translation Interlingual machine translation is one instance of rule-based machine-translation approaches . +In this approach , the source language , i.e. the text to be translated , is transformed into an interlingual , i.e. source - \/ target-language-independent representation . +The target language is then generated out of the interlingua . +Dictionary-based Main article : Dictionary-based machine translation Machine translation can use a method based on dictionary entries , which means that the words will be translated as they are by a dictionary . +Statistical Main article : Statistical machine translation Statistical machine translation tries to generate translations using statistical methods based on bilingual text corpora , such as the Canadian Hansard corpus , the English-French record of the Canadian parliament and EUROPARL , the record of the European Parliament . +Where such corpora are available , impressive results can be achieved translating texts of a similar kind , but such corpora are still very rare . +The first statistical machine translation software was CANDIDE from IBM . +Google used SYSTRAN for several years , but switched to a statistical translation method in October 2007 . +Recently , they improved their translation capabilities by inputting approximately 200 billion words from United Nations materials to train their system . +Accuracy of the translation has improved . +Example-based Main article : Example-based machine translation Example-based machine translation -LRB- EBMT -RRB- approach was proposed by Makoto Nagao in 1984 . +It is often characterised by its use of a bilingual corpus as its main knowledge base , at run-time . +It is essentially a translation by analogy and can be viewed as an implementation of case-based reasoning approach of machine learning . +Hybrid MT Hybrid machine translation -LRB- HMT -RRB- leverages the strengths of statistical and rule-based translation methodologies . +Several MT companies -LRB- Asia Online , LinguaSys , Systran , PangeaMT , UPV -RRB- are claiming to have a hybrid approach using both rules and statistics . +The approaches differ in a number of ways : Rules post-processed by statistics : Translations are performed using a rules based engine . +Statistics are then used in an attempt to adjust\/correct the output from the rules engine . +Statistics guided by rules : Rules are used to pre-process data in an attempt to better guide the statistical engine . +Rules are also used to post-process the statistical output to perform functions such as normalization . +This approach has a lot more power , flexibility and control when translating . +Major issues Disambiguation Main article : Word sense disambiguation Word-sense disambiguation concerns finding a suitable translation when a word can have more than one meaning . +The problem was first raised in the 1950s by Yehoshua Bar-Hillel . +He pointed out that without a `` universal encyclopedia '' , a machine would never be able to distinguish between the two meanings of a word . +Today there are numerous approaches designed to overcome this problem . +They can be approximately divided into `` shallow '' approaches and `` deep '' approaches . +Shallow approaches assume no knowledge of the text . +They simply apply statistical methods to the words surrounding the ambiguous word . +Deep approaches presume a comprehensive knowledge of the word . +So far , shallow approaches have been more successful . +-LRB- citation needed -RRB- The late Claude Piron , a long-time translator for the United Nations and the World Health Organization , wrote that machine translation , at its best , automates the easier part of a translator 's job ; the harder and more time-consuming part usually involves doing extensive research to resolve ambiguities in the source text , which the grammatical and lexical exigencies of the target language require to be resolved : Why does a translator need a whole workday to translate five pages , and not an hour or two ? +... About 90 % of an average text corresponds to these simple conditions . +But unfortunately , there 's the other 10 % . +It 's that part that requires six -LRB- more -RRB- hours of work . +There are ambiguities one has to resolve . +For instance , the author of the source text , an Australian physician , cited the example of an epidemic which was declared during World War II in a `` Japanese prisoner of war camp '' . +Was he talking about an American camp with Japanese prisoners or a Japanese camp with American prisoners ? +The English has two senses . +It 's necessary therefore to do research , maybe to the extent of a phone call to Australia . +The ideal deep approach would require the translation software to do all the research necessary for this kind of disambiguation on its own ; but this would require a higher degree of AI than has yet been attained . +A shallow approach which simply guessed at the sense of the ambiguous English phrase that Piron mentions -LRB- based , perhaps , on which kind of prisoner-of-war camp is more often mentioned in a given corpus -RRB- would have a reasonable chance of guessing wrong fairly often . +A shallow approach that involves `` ask the user about each ambiguity '' would , by Piron 's estimate , only automate about 25 % of a professional translator 's job , leaving the harder 75 % still to be done by a human . +The objects of discourse analysis -- discourse , writing , conversation , communicative event , etc. -- are variously defined in terms of coherent sequences of sentences , propositions , speech acts or turns-at-talk . +Contrary to much of traditional linguistics , discourse analysts not only study language use ` beyond the sentence boundary ' , but also prefer to analyze ` naturally occurring ' language use , and not invented examples . +Text linguistics is related . +The essential difference between discourse analysis and text linguistics is that it aims at revealing socio-psychological characteristics of a person\/persons rather than text structure . +Discourse analysis has been taken up in a variety of social science disciplines , including linguistics , sociology , anthropology , social work , cognitive psychology , social psychology , international relations , human geography , communication studies and translation studies , each of which is subject to its own assumptions , dimensions of analysis , and methodologies . +The examples and perspective in this article deal primarily with the United States and do not represent a worldwide view of the subject . +Please improve this article and discuss the issue on the talk page . +-LRB- December 2010 -RRB- Some scholars -LRB- which ? -RRB- +consider the Austrian emigre Leo Spitzer 's Stilstudien -LRB- Style Studies -RRB- of 1928 the earliest example of discourse analysis -LRB- DA -RRB- ; Michel Foucault himself translated it into French . +But the term first came into general use following the publication of a series of papers by Zellig Harris beginning in 1952 and reporting on work from which he developed transformational grammar in the late 1930s . +Formal equivalence relations among the sentences of a coherent discourse are made explicit by using sentence transformations to put the text in a canonical form . +Words and sentences with equivalent information then appear in the same column of an array . +This work progressed over the next four decades -LRB- see references -RRB- into a science of sublanguage analysis -LRB- Kittredge & Lehrberger 1982 -RRB- , culminating in a demonstration of the informational structures in texts of a sublanguage of science , that of immunology , -LRB- Harris et al. 1989 -RRB- and a fully articulated theory of linguistic informational content -LRB- Harris 1991 -RRB- . +During this time , however , most linguists decided a succession of elaborate theories of sentence-level syntax and semantics . +Although Harris had mentioned the analysis of whole discourses , he had not worked out a comprehensive model , as of January , 1952 . +A linguist working for the American Bible Society , James A. Lauriault\/Loriot , needed to find answers to some fundamental errors in translating Quechua , in the Cuzco area of Peru . +He took Harris 's idea , recorded all of the legends and , after going over the meaning and placement of each word with a native speaker of Quechua , was able to form logical , mathematical rules that transcended the simple sentence structure . +He then applied the process to another language of Eastern Peru , Shipibo . +He taught the theory in Norman , Oklahoma , in the summers of 1956 and 1957 and entered the University of Pennsylvania in the interim year . +He tried to publish a paper Shipibo Paragraph Structure , but it was delayed until 1970 -LRB- Loriot & Hollenbach 1970 -RRB- . +In the meantime , Dr. Kenneth Lee Pike , a professor at University of Michigan , Ann Arbor , taught the theory , and one of his students , Robert E. Longacre , was able to disseminate it in a dissertation . +Harris 's methodology was developed into a system for the computer-aided analysis of natural language by a team led by Naomi Sager at NYU , which has been applied to a number of sublanguage domains , most notably to medical informatics . +The software for the Medical Language Processor is publicly available on SourceForge . +In the late 1960s and 1970s , and without reference to this prior work , a variety of other approaches to a new cross-discipline of DA began to develop in most of the humanities and social sciences concurrently with , and related to , other disciplines , such as semiotics , psycholinguistics , sociolinguistics , and pragmatics . +Many of these approaches , especially those influenced by the social sciences , favor a more dynamic study of oral talk-in-interaction . +Mention must also be made of the term `` Conversational analysis '' , which was influenced by the Sociologist Harold Garfinkel who is the founder of Ethnomethodology . +In Europe , Michel Foucault became one of the key theorists of the subject , especially of discourse , and wrote The Archaeology of Knowledge on the subject . +Topics of interest Topics of discourse analysis include : The various levels or dimensions of discourse , such as sounds -LRB- intonation , etc. -RRB- , gestures , syntax , the lexicon , style , rhetoric , meanings , speech acts , moves , strategies , turns and other aspects of interaction Genres of discourse -LRB- various types of discourse in politics , the media , education , science , business , etc. -RRB- The relations between discourse and the emergence of syntactic structure The relations between text -LRB- discourse -RRB- and context The relations between discourse and power The relations between discourse and interaction The relations between discourse and cognition and memory Political discourse Political discourse analysis is a field of discourse analysis which focuses on discourse in political forums -LRB- such as debates , speeches , and hearings -RRB- as the phenomenon of interest . +Political discourse is the informal exchange of reasoned views as to which of several alternative courses of action should be taken to solve a societal problem . +It is a science that has been used through the history of the United States . +It is the essence of democracy . +Full of problems and persuasion , political discourse is used in many debates , candidacies and in our everyday life . +Perspectives The following are some of the specific theoretical perspectives and analytical approaches used in linguistic discourse analysis : Emergent grammar Text grammar -LRB- or ` discourse grammar ' -RRB- Cohesion and relevance theory Functional grammar Rhetoric Stylistics -LRB- linguistics -RRB- Interactional sociolinguistics Ethnography of communication Pragmatics , particularly speech act theory Conversation analysis Variation analysis Applied linguistics Cognitive psychology , often under the label discourse processing , studying the production and comprehension of discourse . +Discursive psychology Response based therapy -LRB- counselling -RRB- Critical discourse analysis Sublanguage analysis Genre Analysis & Critical Genre Analysis Although these approaches emphasize different aspects of language use , they all view language as social interaction , and are concerned with the social contexts in which discourse is embedded . +Often a distinction is made between ` local ' structures of discourse -LRB- such as relations among sentences , propositions , and turns -RRB- and ` global ' structures , such as overall topics and the schematic organization of discourses and conversations . +For instance , many types of discourse begin with some kind of global ` summary ' , in titles , headlines , leads , abstracts , and so on . +A problem for the discourse analyst is to decide when a particular feature is relevant to the specification is required . +Are there general principles which will determine the relevance or nature of the specification . +Prominent discourse analysts This article contains embedded lists that may be poorly defined , unverified or indiscriminate . +Please help to clean it up to meet Wikipedia 's quality standards . +-LRB- May 2012 -RRB- Marc Angenot , Robert de Beaugrande , Jan Blommaert , Adriana Bolivar , Carmen Rosa Caldas-Coulthard , Robyn Carston , Wallace Chafe , Paul Chilton , Guy Cook , Malcolm Coulthard , James Deese , Paul Drew , John Du Bois , Alessandro Duranti , Brenton D. Faber , Norman Fairclough , Michel Foucault , Roger Fowler , James Paul Gee , Talmy Givón , Charles Goodwin , Art Graesser , Michael Halliday , Zellig Harris , John Heritage , Janet Holmes , David R. Howarth , Paul Hopper , Gail Jefferson , Barbara Johnstone , Walter Kintsch , Richard Kittredge , Adam Jaworski , William Labov , George Lakoff , Jay Lemke , Stephen H. Levinsohn , James A. Lauriault\/Loriot , Robert E. Longacre , Jim Martin , Aletta Norval , David Nunan , Elinor Ochs , Gina Poncini , Jonathan Potter , Edward Robinson , Nikolas Rose , Harvey Sacks , Svenka Savic Naomi Sager , Emanuel Schegloff , Deborah Schiffrin , Michael Schober , Stef Slembrouck , Michael Stubbs , John Swales , Deborah Tannen , Sandra Thompson , Teun A. van Dijk , Theo van Leeuwen , Jef Verschueren , Henry Widdowson , Carla Willig , Deirdre Wilson , Ruth Wodak , Margaret Wetherell , Ernesto Laclau , Chantal Mouffe , Judith M. De Guzman , Cynthia Hardy , Louise J. Phillips . +-LRB- citation needed -RRB- Bhatia , V.J. , John Swales , Zellig Harris The phenomenon of information overload has meant that access to coherent and correctly-developed summaries is vital . +As access to data has increased so has interest in automatic summarization . +An example of the use of summarization technology is search engines such as Google . +Technologies that can make a coherent summary , of any kind of text , need to take into account several variables such as length , writing style and syntax to make a useful summary . +Extractive methods work by selecting a subset of existing words , phrases , or sentences in the original text to form the summary . +In contrast , abstractive methods build an internal semantic representation and then use natural language generation techniques to create a summary that is closer to what a human might generate . +Such a summary might contain words not explicitly present in the original . +The state-of-the-art abstractive methods are still quite weak , so most research has focused on extractive methods , and this is what we will cover . +Two particular types of summarization often addressed in the literature are keyphrase extraction , where the goal is to select individual words or phrases to `` tag '' a document , and document summarization , where the goal is to select whole sentences to create a short paragraph summary . +Extraction and abstraction Broadly , one distinguishes two approaches : extraction and abstraction . +Extraction techniques merely copy the information deemed most important by the system to the summary -LRB- for example , key clauses , sentences or paragraphs -RRB- , while abstraction involves paraphrasing sections of the source document . +In general , abstraction can condense a text more strongly than extraction , but the programs that can do this are harder to develop as they require the use of natural language generation technology , which itself is a growing field . +Types of summaries There are different types of summaries depending what the summarization program focuses on to make the summary of the text , for example generic summaries or query relevant summaries -LRB- sometimes called query-biased summaries -RRB- . +Summarization systems are able to create both query relevant text summaries and generic machine-generated summaries depending on what the user needs . +Summarization of multimedia documents , e.g. pictures or movies , is also possible . +Some systems will generate a summary based on a single source document , while others can use multiple source documents -LRB- for example , a cluster of news stories on the same topic -RRB- . +These systems are known as multi-document summarization systems . +Keyphrase extraction Task description and example The task is the following . +You are given a piece of text , such as a journal article , and you must produce a list of keywords or keyphrases that capture the primary topics discussed in the text . +In the case of research articles , many authors provide manually assigned keywords , but most text lacks pre-existing keyphrases . +For example , news articles rarely have keyphrases attached , but it would be useful to be able to automatically do so for a number of applications discussed below . +Consider the example text from a recent news article : `` The Army Corps of Engineers , rushing to meet President Bush 's promise to protect New Orleans by the start of the 2006 hurricane season , installed defective flood-control pumps last year despite warnings from its own expert that the equipment would fail during a storm , according to documents obtained by The Associated Press '' . +An extractive keyphrase extractor might select `` Army Corps of Engineers '' , `` President Bush '' , `` New Orleans '' , and `` defective flood-control pumps '' as keyphrases . +These are pulled directly from the text . +In contrast , an abstractive keyphrase system would somehow internalize the content and generate keyphrases that might be more descriptive and more like what a human would produce , such as `` political negligence '' or `` inadequate protection from floods '' . +Note that these terms do not appear in the text and require a deep understanding , which makes it difficult for a computer to produce such keyphrases . +Keyphrases have many applications , such as to improve document browsing by providing a short summary . +Also , keyphrases can improve information retrieval -- if documents have keyphrases assigned , a user could search by keyphrase to produce more reliable hits than a full-text search . +Also , automatic keyphrase extraction can be useful in generating index entries for a large text corpus . +Keyphrase extraction as supervised learning Beginning with the Turney paper , many researchers have approached keyphrase extraction as a supervised machine learning problem . +Given a document , we construct an example for each unigram , bigram , and trigram found in the text -LRB- though other text units are also possible , as discussed below -RRB- . +We then compute various features describing each example -LRB- e.g. , does the phrase begin with an upper-case letter ? -RRB- . +We assume there are known keyphrases available for a set of training documents . +Using the known keyphrases , we can assign positive or negative labels to the examples . +Then we learn a classifier that can discriminate between positive and negative examples as a function of the features . +Some classifiers make a binary classification for a test example , while others assign a probability of being a keyphrase . +For instance , in the above text , we might learn a rule that says phrases with initial capital letters are likely to be keyphrases . +After training a learner , we can select keyphrases for test documents in the following manner . +We apply the same example-generation strategy to the test documents , then run each example through the learner . +We can determine the keyphrases by looking at binary classification decisions or probabilities returned from our learned model . +If probabilities are given , a threshold is used to select the keyphrases . +Keyphrase extractors are generally evaluated using precision and recall . +Precision measures how many of the proposed keyphrases are actually correct . +Recall measures how many of the true keyphrases your system proposed . +The two measures can be combined in an F-score , which is the harmonic mean of the two -LRB- F = 2PR \/ -LRB- P + R -RRB- -RRB- . +Matches between the proposed keyphrases and the known keyphrases can be checked after stemming or applying some other text normalization . +Design choices Designing a supervised keyphrase extraction system involves deciding on several choices -LRB- some of these apply to unsupervised , too -RRB- : What are the examples ? +The first choice is exactly how to generate examples . +Turney and others have used all possible unigrams , bigrams , and trigrams without intervening punctuation and after removing stopwords . +Hulth showed that you can get some improvement by selecting examples to be sequences of tokens that match certain patterns of part-of-speech tags . +Ideally , the mechanism for generating examples produces all the known labeled keyphrases as candidates , though this is often not the case . +For example , if we use only unigrams , bigrams , and trigrams , then we will never be able to extract a known keyphrase containing four words . +Thus , recall may suffer . +However , generating too many examples can also lead to low precision . +What are the features ? +We also need to create features that describe the examples and are informative enough to allow a learning algorithm to discriminate keyphrases from non - keyphrases . +Typically features involve various term frequencies -LRB- how many times a phrase appears in the current text or in a larger corpus -RRB- , the length of the example , relative position of the first occurrence , various boolean syntactic features -LRB- e.g. , contains all caps -RRB- , etc. . +The Turney paper used about 12 such features . +Hulth uses a reduced set of features , which were found most successful in the KEA -LRB- Keyphrase Extraction Algorithm -RRB- work derived from Turney 's seminal paper . +How many keyphrases to return ? +In the end , the system will need to return a list of keyphrases for a test document , so we need to have a way to limit the number . +Ensemble methods -LRB- i.e. , using votes from several classifiers -RRB- have been used to produce numeric scores that can be thresholded to provide a user-provided number of keyphrases . +This is the technique used by Turney with C4 .5 decision trees . +Hulth used a single binary classifier so the learning algorithm implicitly determines the appropriate number . +What learning algorithm ? +Once examples and features are created , we need a way to learn to predict keyphrases . +Virtually any supervised learning algorithm could be used , such as decision trees , Naive Bayes , and rule induction . +In the case of Turney 's GenEx algorithm , a genetic algorithm is used to learn parameters for a domain-specific keyphrase extraction algorithm . +The extractor follows a series of heuristics to identify keyphrases . +The genetic algorithm optimizes parameters for these heuristics with respect to performance on training documents with known key phrases . +Unsupervised keyphrase extraction : TextRank While supervised methods have some nice properties , like being able to produce interpretable rules for what features characterize a keyphrase , they also require a large amount of training data . +Many documents with known keyphrases are needed . +Furthermore , training on a specific domain tends to customize the extraction process to that domain , so the resulting classifier is not necessarily portable , as some of Turney 's results demonstrate . +Unsupervised keyphrase extraction removes the need for training data . +It approaches the problem from a different angle . +Instead of trying to learn explicit features that characterize keyphrases , the TextRank algorithm exploits the structure of the text itself to determine keyphrases that appear `` central '' to the text in the same way that PageRank selects important Web pages . +Recall this is based on the notion of `` prestige '' or `` recommendation '' from social networks . +In this way , TextRank does not rely on any previous training data at all , but rather can be run on any arbitrary piece of text , and it can produce output simply based on the text 's intrinsic properties . +Thus the algorithm is easily portable to new domains and languages . +TextRank is a general purpose graph-based ranking algorithm for NLP . +Essentially , it runs PageRank on a graph specially designed for a particular NLP task . +For keyphrase extraction , it builds a graph using some set of text units as vertices . +Edges are based on some measure of semantic or lexical similarity between the text unit vertices . +Unlike PageRank , the edges are typically undirected and can be weighted to reflect a degree of similarity . +Once the graph is constructed , it is used to form a stochastic matrix , combined with a damping factor -LRB- as in the `` random surfer model '' -RRB- , and the ranking over vertices is obtained by finding the eigenvector corresponding to eigenvalue 1 -LRB- i.e. , the stationary distribution of the random walk on the graph -RRB- . +Design choices What should vertices be ? +The vertices should correspond to what we want to rank . +Potentially , we could do something similar to the supervised methods and create a vertex for each unigram , bigram , trigram , etc. . +However , to keep the graph small , the authors decide to rank individual unigrams in a first step , and then include a second step that merges highly ranked adjacent unigrams to form multi-word phrases . +This has a nice side effect of allowing us to produce keyphrases of arbitrary length . +For example , if we rank unigrams and find that `` advanced '' , `` natural '' , `` language '' , and `` processing '' all get high ranks , then we would look at the original text and see that these words appear consecutively and create a final keyphrase using all four together . +Note that the unigrams placed in the graph can be filtered by part of speech . +The authors found that adjectives and nouns were the best to include . +Thus , some linguistic knowledge comes into play in this step . +How should we create edges ? +Edges are created based on word co-occurrence in this application of TextRank . +Two vertices are connected by an edge if the unigrams appear within a window of size N in the original text . +N is typically around 2 -- 10 . +Thus , `` natural '' and `` language '' might be linked in a text about NLP . +`` Natural '' and `` processing '' would also be linked because they would both appear in the same string of N words . +These edges build on the notion of `` text cohesion '' and the idea that words that appear near each other are likely related in a meaningful way and `` recommend '' each other to the reader . +How are the final keyphrases formed ? +Since this method simply ranks the individual vertices , we need a way to threshold or produce a limited number of keyphrases . +The technique chosen is to set a count T to be a user-specified fraction of the total number of vertices in the graph . +Then the top T vertices\/unigrams are selected based on their stationary probabilities . +A post - processing step is then applied to merge adjacent instances of these T unigrams . +As a result , potentially more or less than T final keyphrases will be produced , but the number should be roughly proportional to the length of the original text . +Why it works It is not initially clear why applying PageRank to a co-occurrence graph would produce useful keyphrases . +One way to think about it is the following . +A word that appears multiple times throughout a text may have many different co-occurring neighbors . +For example , in a text about machine learning , the unigram `` learning '' might co-occur with `` machine '' , supervised '' , `` un-supervised '' , and `` semi-supervised '' in four different sentences . +Thus , the `` learning '' vertex would be a central `` hub '' that connects to these other modifying words . +Running PageRank\/TextRank on the graph is likely to rank `` learning '' highly . +Similarly , if the text contains the phrase `` supervised classification '' , then there would be an edge between `` supervised '' and `` classification '' . +If `` classification '' appears several other places and thus has many neighbors , it is importance would contribute to the importance of `` supervised '' . +If it ends up with a high rank , it will be selected as one of the top T unigrams , along with `` learning '' and probably `` classification '' . +In the final post-processing step , we would then end up with keyphrases `` supervised learning '' and `` supervised classification '' . +In short , the co-occurrence graph will contain densely connected regions for terms that appear often and in different contexts . +A random walk on this graph will have a stationary distribution that assigns large probabilities to the terms in the centers of the clusters . +This is similar to densely connected Web pages getting ranked highly by PageRank . +Document summarization Like keyphrase extraction , document summarization hopes to identify the essence of a text . +The only real difference is that now we are dealing with larger text units -- whole sentences instead of words and phrases . +While some work has been done in abstractive summarization -LRB- creating an abstract synopsis like that of a human -RRB- , the majority of summarization systems are extractive -LRB- selecting a subset of sentences to place in a summary -RRB- . +Before getting into the details of some summarization methods , we will mention how summarization systems are typically evaluated . +The most common way is using the so-called ROUGE -LRB- Recall-Oriented Understudy for Gisting Evaluation -RRB- measure -LRB- http:\/\/haydn.isi.edu\/ROUGE\/ -RRB- . +This is a recall-based measure that determines how well a system-generated summary covers the content present in one or more human-generated model summaries known as references . +It is recall-based to encourage systems to include all the important topics in the text . +Recall can be computed with respect to unigram , bigram , trigram , or 4-gram matching , though ROUGE-1 -LRB- unigram matching -RRB- has been shown to correlate best with human assessments of system-generated summaries -LRB- i.e. , the summaries with highest ROUGE-1 values correlate with the summaries humans deemed the best -RRB- . +ROUGE-1 is computed as division of count of unigrams in reference that appear in system and count of unigrams in reference summary . +If there are multiple references , the ROUGE-1 scores are averaged . +Because ROUGE is based only on content overlap , it can determine if the same general concepts are discussed between an automatic summary and a reference summary , but it can not determine if the result is coherent or the sentences flow together in a sensible manner . +High-order n-gram ROUGE measures try to judge fluency to some degree . +Note that ROUGE is similar to the BLEU measure for machine translation , but BLEU is precision - based , because translation systems favor accuracy . +A promising line in document summarization is adaptive document\/text summarization . +The idea of adaptive summarization involves preliminary recognition of document\/text genre and subsequent application of summarization algorithms optimized for this genre . +First summarizes that perform adaptive summarization have been created . +Overview of supervised learning approaches Supervised text summarization is very much like supervised keyphrase extraction , and we will not spend much time on it . +Basically , if you have a collection of documents and human-generated summaries for them , you can learn features of sentences that make them good candidates for inclusion in the summary . +Features might include the position in the document -LRB- i.e. , the first few sentences are probably important -RRB- , the number of words in the sentence , etc. . +The main difficulty in supervised extractive summarization is that the known summaries must be manually created by extracting sentences so the sentences in an original training document can be labeled as `` in summary '' or `` not in summary '' . +This is not typically how people create summaries , so simply using journal abstracts or existing summaries is usually not sufficient . +The sentences in these summaries do not necessarily match up with sentences in the original text , so it would difficult to assign labels to examples for training . +Note , however , that these natural summaries can still be used for evaluation purposes , since ROUGE-1 only cares about unigrams . +Unsupervised approaches : TextRank and LexRank The unsupervised approach to summarization is also quite similar in spirit to unsupervised keyphrase extraction and gets around the issue of costly training data . +Some unsupervised summarization approaches are based on finding a `` centroid '' sentence , which is the mean word vector of all the sentences in the document . +Then the sentences can be ranked with regard to their similarity to this centroid sentence . +A more principled way to estimate sentence importance is using random walks and eigenvector centrality . +LexRank is an algorithm essentially identical to TextRank , and both use this approach for document summarization . +The two methods were developed by different groups at the same time , and LexRank simply focused on summarization , but could just as easily be used for keyphrase extraction or any other NLP ranking task . +Design choices What are the vertices ? +In both LexRank and TextRank , a graph is constructed by creating a vertex for each sentence in the document . +What are the edges ? +The edges between sentences are based on some form of semantic similarity or content overlap . +While LexRank uses cosine similarity of TF-IDF vectors , TextRank uses a very similar measure based on the number of words two sentences have in common -LRB- normalized by the sentences ' lengths -RRB- . +The LexRank paper explored using unweighted edges after applying a threshold to the cosine values , but also experimented with using edges with weights equal to the similarity score . +TextRank uses continuous similarity scores as weights . +How are summaries formed ? +In both algorithms , the sentences are ranked by applying PageRank to the resulting graph . +A summary is formed by combining the top ranking sentences , using a threshold or length cutoff to limit the size of the summary . +TextRank and LexRank differences It is worth noting that TextRank was applied to summarization exactly as described here , while LexRank was used as part of a larger summarization system -LRB- MEAD -RRB- that combines the LexRank score -LRB- stationary probability -RRB- with other features like sentence position and length using a linear combination with either user-specified or automatically tuned weights . +In this case , some training documents might be needed , though the TextRank results show the additional features are not absolutely necessary . +Another important distinction is that TextRank was used for single document summarization , while LexRank has been applied to multi-document summarization . +The task remains the same in both cases -- only the number of sentences to choose from has grown . +However , when summarizing multiple documents , there is a greater risk of selecting duplicate or highly redundant sentences to place in the same summary . +Imagine you have a cluster of news articles on a particular event , and you want to produce one summary . +Each article is likely to have many similar sentences , and you would only want to include distinct ideas in the summary . +To address this issue , LexRank applies a heuristic post-processing step that builds up a summary by adding sentences in rank order , but discards any sentences that are too similar to ones already placed in the summary . +The method used is called Cross-Sentence Information Subsumption -LRB- CSIS -RRB- . +Why unsupervised summarization works These methods work based on the idea that sentences `` recommend '' other similar sentences to the reader . +Thus , if one sentence is very similar to many others , it will likely be a sentence of great importance . +The importance of this sentence also stems from the importance of the sentences `` recommending '' it . +Thus , to get ranked highly and placed in a summary , a sentence must be similar to many sentences that are in turn also similar to many other sentences . +This makes intuitive sense and allows the algorithms to be applied to any arbitrary new text . +The methods are domain-independent and easily portable . +One could imagine the features indicating important sentences in the news domain might vary considerably from the biomedical domain . +However , the unsupervised `` recommendation '' - based approach applies to any domain . +Incorporating diversity : GRASSHOPPER algorithm As mentioned above , multi-document extractive summarization faces a problem of potential redundancy . +Ideally , we would like to extract sentences that are both `` central '' -LRB- i.e. , contain the main ideas -RRB- and `` diverse '' -LRB- i.e. , they differ from one another -RRB- . +LexRank deals with diversity as a heuristic final stage using CSIS , and other systems have used similar methods , such as Maximal Marginal Relevance -LRB- MMR -RRB- , in trying to eliminate redundancy in information retrieval results . +We have developed a general purpose graph-based ranking algorithm like Page\/Lex\/TextRank that handles both `` centrality '' and `` diversity '' in a unified mathematical framework based on absorbing Markov chain random walks . +-LRB- An absorbing random walk is like a standard random walk , except some states are now absorbing states that act as `` black holes '' that cause the walk to end abruptly at that state . -RRB- +The algorithm is called GRASSHOPPER for reasons that should soon become clear . +In addition to explicitly promoting diversity during the ranking process , GRASSHOPPER incorporates a prior ranking -LRB- based on sentence position in the case of summarization -RRB- . +Maximum entropy-based summarization It is an abstractive method . +Even though automating abstractive summarization is the goal of summarization research , most practical systems are based on some form of extractive summarization . +Extracted sentences can form a valid summary in itself or form a basis for further condensation operations . +Furthermore , evaluation of extracted summaries can be automated , since it is essentially a classification task . +During the DUC 2001 and 2002 evaluation workshops , TNO developed a sentence extraction system for multi-document summarization in the news domain . +The system was based on a hybrid system using a naive Bayes classifier and statistical language models for modeling salience . +Although the system exhibited good results , we wanted to explore the effectiveness of a maximum entropy -LRB- ME -RRB- classifier for the meeting summarization task , as ME is known to be robust against feature dependencies . +Maximum entropy has also been applied successfully for summarization in the broadcast news domain . +Aided summarization Machine learning techniques from closely related fields such as information retrieval or text mining have been successfully adapted to help automatic summarization . +Apart from Fully Automated Summarizers -LRB- FAS -RRB- , there are systems that aid users with the task of summarization -LRB- MAHS = Machine Aided Human Summarization -RRB- , for example by highlighting candidate passages to be included in the summary , and there are systems that depend on post-processing by a human -LRB- HAMS = Human Aided Machine Summarization -RRB- . +Evaluation An ongoing issue in this field is that of evaluation . +Evaluation techniques fall into intrinsic and extrinsic , inter-texual and intra-texual . +An intrinsic evaluation tests the summarization system in of itself while an extrinsic evaluation tests the summarization based on how it affects the completion of some other task . +Intrinsic evaluations have assessed mainly the coherence and informativeness of summaries . +Extrinsic evaluations , on the other hand , have tested the impact of summarization on tasks like relevance assessment , reading comprehension , etc. . +Intra-texual methods assess the output of a specific summarization system , and the inter-texual ones focus on contrastive analysis of outputs of several summarization systems . +Human judgement often has wide variance on what is considered a `` good '' summary , which means that making the evaluation process automatic is particularly difficult . +Manual evaluation can be used , but this is both time and labor intensive as it requires humans to read not only the summaries but also the source documents . +Other issues are those concerning coherence and coverage . +One of the metrics used in NIST 's annual Document Understanding Conferences , in which research groups submit their systems for both summarization and translation tasks , is the ROUGE metric -LRB- Recall-Oriented Understudy for Gisting Evaluation -RRB- . +It essentially calculates n-gram overlaps between automatically generated summaries and previously-written human summaries . +A high level of overlap should indicate a high level of shared concepts between the two summaries . +Note that overlap metrics like this are unable to provide any feedback on a summary 's coherence . +Anaphor resolution remains another problem yet to be fully solved . +Evaluating summaries , either manually or automatically , is a hard task . +The main difficulty in evaluation comes from the impossibility of building a fair gold-standard against which the results of the systems can be compared . +Furthermore , it is also very hard to determine what a correct summary is , because there is always the possibility of a system to generate a good summary that is quite different from any human summary used as an approximation to the correct output . +Current difficulties in evaluating summaries automatically The most common way to evaluate the informativeness of automatic summaries is to compare them with human-made model summaries . +However , as content selection is not a deterministic problem , different people would choose different sentences , and even , the same person may chose different sentences at different times , showing evidence of low agreement among humans as to which sentences are good summary sentences . +Besides the human variability , the semantic equivalence is another problem , because two distinct sentences can express the same meaning but not using the same words . +This phenomenon is known as paraphrase . +We can find an approach to automatically evaluating summaries using paraphrases -LRB- ParaEval -RRB- . +Moreover , most summarization systems perform an extractive approach , selecting and copying important sentences from the source documents . +Although humans can also cut and paste relevant information of a text , most of the times they rephrase sentences when necessary , or they join different related information into one sentence . +Evaluating summaries qualitatively The main drawback of the evaluation systems existing so far is that we need at least one reference summary , and for some methods more than one , to be able to compare automatic summaries with models . +This is a hard and expensive task . +Much effort has to be done in order to have corpus of texts and their corresponding summaries . +Furthermore , for some methods presented in the previous Section , not only do we need to have human-made summaries available for comparison , but also manual annotation has to be performed in some of them -LRB- e.g. SCU in the Pyramid Method -RRB- . +In any case , what the evaluation methods need as an input , is a set of summaries to serve as gold standards and a set of automatic summaries . +Moreover , they all perform a quantitative evaluation with regard to different similarity metrics . +To overcome these problems , we think that the quantitative evaluation might not be the only way to evaluate summaries , and a qualitative automatic evaluation would be also important . +Therefore , the second aim of this paper is to suggest a novel proposal for evaluating automatically the quality of a summary in a qualitative manner rather than in a quantitative one . +Our evaluation approach is a preliminary approach which has to be studied more deeply , and developed in the future . +Its main underlying idea is to define several quality criteria and check how a generated summary tackles each of these , in such a way that a reference model would not be necessary anymore , taking only into consideration the automatic summary and the original source . +Once performed , it could be used together with any other automatic methodology to measure summary 's informativeness . +Natural Language Generation -LRB- NLG -RRB- is the natural language processing task of generating natural language from a machine representation system such as a knowledge base or a logical form . +Psycholinguists prefer the term language production when such formal representations are interpreted as models for mental representations . +In a sense , one can say that an NLG system is like a translator that converts a computer based representation into a natural language representation . +However , the methods to produce the final language are very different from those of a compiler due to the inherent expressivity of natural languages . +NLG may be viewed as the opposite of natural language understanding . +The difference can be put this way : whereas in natural language understanding the system needs to disambiguate the input sentence to produce the machine representation language , in NLG the system needs to make decisions about how to put a concept into words . +The simplest -LRB- and perhaps trivial -RRB- examples are systems that generate form letters . +Such systems do not typically involve grammar rules , but may generate a letter to a consumer , e.g. stating that a credit card spending limit is about to be reached . +More complex NLG systems dynamically create texts to meet a communicative goal . +As in other areas of natural language processing , this can be done using either explicit models of language -LRB- e.g. , grammars -RRB- and the domain , or using statistical models derived by analyzing human-written texts . +NLG is a fast-evolving field . +The best single source for up-to-date research in the area is the SIGGEN portion of the ACL Anthology . +Perhaps the closest the field comes to a specialist textbook is Reiter and Dale -LRB- 2000 -RRB- , but this book does not describe developments in the field since 2000 . +This system takes as input six numbers , which give predicted pollen levels in different parts of Scotland . +From these numbers , the system generates a short textual summary of pollen levels as its output . +For example , using the historical data for 1-July-2005 , the software produces Grass pollen levels for Friday have increased from the moderate to high levels of yesterday with values of around 6 to 7 across most parts of the country . +However , in Northern areas , pollen levels will be moderate with values of 4 . +In contrast , the actual forecast -LRB- written by a human meteorologist -RRB- from this data was Pollen counts are expected to remain high at level 6 over most of Scotland , and even level 7 in the south east . +The only relief is in the Northern Isles and far northeast of mainland Scotland with medium levels of pollen count . +Comparing these two illustrates some of the choices that NLG systems must make ; these are further discussed below . +Stages The process to generate text can be as simple as keeping a list of canned text that is copied and pasted , possibly linked with some glue text . +The results may be satisfactory in simple domains such as horoscope machines or generators of personalised business letters . +However , a sophisticated NLG system needs to include stages of planning and merging of information to enable the generation of text that looks natural and does not become repetitive . +Typical stages are : Content determination : Deciding what information to mention in the text . +For instance , in the pollen example above , deciding whether to explicitly mention that pollen level is 7 in the south east . +Document structuring : Overall organization of the information to convey . +For example , deciding to describe the areas with high pollen levels first , instead of the areas with low pollen levels . +Aggregation : Merging of similar sentences to improve readability and naturalness . +For instance , merging the two sentences Grass pollen levels for Friday have increased from the moderate to high levels of yesterday and Grass pollen levels will be around 6 to 7 across most parts of the country into the single sentence Grass pollen levels for Friday have increased from the moderate to high levels of yesterday with values of around 6 to 7 across most parts of the country . +Lexical choice : Putting words to the concepts . +For example , deciding whether medium or moderate should be used when describing a pollen level of 4 . +Referring expression generation : Creating referring expressions that identify objects and regions . +For example , deciding to use in the Northern Isles and far northeast of mainland Scotland to refer to a certain region in Scotland . +This task also includes making decisions about pronouns and other types of anaphora . +Realisation : Creating the actual text , which should be correct according to the rules of syntax , morphology , and orthography . +For example , using will be for the future tense of to be . +Applications The popular media has been especially interested in NLG systems which generate jokes -LRB- see computational humor -RRB- . +But from a commercial perspective , the most successful NLG applications have been data-to-text systems which generate textual summaries of databases and data sets ; these systems usually perform data analysis as well as text generation . +In particular , several systems have been built that produce textual weather forecasts from weather data . +The earliest such system to be deployed was FoG , which was used by Environment Canada to generate weather forecasts in French and English in the early 1990s . +The success of FoG triggered other work , both research and commercial . +Recent research in this area include an experiment which showed that users sometimes preferred computer-generated weather forecasts to human-written ones , in part because the computer forecasts used more consistent terminology , and a demonstration that statistical techniques could be used to generate high-quality weather forecasts . +Recent applications include the ARNS system used to summarise conditions in US ports . +In the 1990s there was considerable interest in using NLG to summarise financial and business data . +For example the SPOTLIGHT system developed at A.C. Nielsen automatically generated readable English text based on the analysis of large amounts of retail sales data . +More recently there is growing interest in using NLG to summarise electronic medical records . +Commercial applications in this area are starting to appear , and researchers have shown that NLG summaries of medical data can be effective decision-support aids for medical professionals . +There is also growing interest in using NLG to enhance accessibility , for example by describing graphs and data sets to blind people . +An example for a highly interactive use of NLG is the WYSIWYM framework . +It stands for What you see is what you meant and allows users to see and manipulate the continuously rendered view -LRB- NLG output -RRB- of an underlying formal language document -LRB- NLG input -RRB- , thereby editing the formal language without having to learn it . +Evaluation As in other scientific fields , NLG researchers need to be able to test how well their systems , modules , and algorithms work . +This is called evaluation . +There are three basic techniques for evaluating NLG systems : task-based -LRB- extrinsic -RRB- evaluation : give the generated text to a person , and assess how well it helps him perform a task -LRB- or otherwise achieves its communicative goal -RRB- . +For example , a system which generates summaries of medical data can be evaluated by giving these summaries to doctors , and assessing whether the summaries helps doctors make better decisions . +human ratings : give the generated text to a person , and ask him or her to rate the quality and usefulness of the text . +metrics : compare generated texts to texts written by people from the same input data , using an automatic metric such as BLEU . +Generally speaking , what we ultimately want to know is how useful NLG systems are at helping people , which is the first of the above techniques . +However , task-based evaluations are time-consuming and expensive , and can be difficult to carry out -LRB- especially if they require subjects with specialised expertise , such as doctors -RRB- . +Hence -LRB- as in other areas of NLP -RRB- task-based evaluations are the exception , not the norm . +In recent years researchers have started trying to assess how well human-ratings and metrics correlate with -LRB- predict -RRB- task-based evaluations . +Much of this work is being conducted in the context of Generation Challenges shared-task events . +Initial results suggest that human ratings are much better than metrics in this regard . +In other words , human ratings usually do predict task-effectiveness at least to some degree -LRB- although there are exceptions -RRB- , while ratings produced by metrics often do not predict task-effectiveness well . +These results are very preliminary , hopefully better data will be available soon . +In any case , human ratings are currently the most popular evaluation technique in NLG ; this is contrast to machine translation , where metrics are very widely used . +Natural language understanding is a subtopic of natural language processing in artificial intelligence that deals with machine reading comprehension . +The process of disassembling and parsing input is more complex than the reverse process of assembling output in natural language generation because of the occurrence of unknown and unexpected features in the input and the need to determine the appropriate syntactic and semantic schemes to apply to it , factors which are pre-determined when outputting language . +There is considerable commercial interest in the field because of its application to news-gathering , text categorization , voice-activation , archiving and large-scale content-analysis . +Eight years after John McCarthy coined the term artificial intelligence , Bobrow 's dissertation -LRB- titled Natural Language Input for a Computer Problem Solving System -RRB- showed how a computer can understand simple natural language input to solve algebra word problems . +A year later , in 1965 , Joseph Weizenbaum at MIT wrote ELIZA , an interactive program that carried on a dialogue in English on any topic , the most popular being psychotherapy . +ELIZA worked by simple parsing and substitution of key words into canned phrases and Weizenbaum sidestepped the problem of giving the program a database of real-world knowledge or a rich lexicon . +Yet ELIZA gained surprising popularity as a toy project and can be seen as a very early precursor to current commercial systems such as those used by Ask.com . +In 1969 Roger Schank at Stanford University introduced the conceptual dependency theory for natural language understanding . +This model , partially influenced by the work of Sydney Lamb , was extensively used by Schank 's students at Yale University , such as Robert Wilensky , Wendy Lehnert , and Janet Kolodner . +In 1970 , William A. Woods introduced the augmented transition network -LRB- ATN -RRB- to represent natural language input . +Instead of phrase structure rules ATNs used an equivalent set of finite state automata that were called recursively . +ATNs and their more general format called `` generalized ATNs '' continued to be used for a number of years . +In 1971 Terry Winograd finished writing SHRDLU for his PhD thesis at MIT . +SHRDLU could understand simple English sentences in a restricted world of children 's blocks to direct a robotic arm to move items . +The successful demonstration of SHRDLU provided significant momentum for continued research in the field . +Winograd continued to be a major influence in the field with the publication of his book Language as a Cognitive Process . +At Stanford , Winograd was later the adviser for Larry Page , who co-founded Google . +In the 1970s and 1980s the natural language processing group at SRI International continued research and development in the field . +A number of commercial efforts based on the research were undertaken , e.g. , in 1982 Gary Hendrix formed Symantec Corporation originally as a company for developing a natural language interface for database queries on personal computers . +However , with the advent of mouse driven , graphic user interfaces Symantec changed direction . +A number of other commercial efforts were started around the same time , e.g. , Larry R. Harris at the Artificial Intelligence Corporation and Roger Schank and his students at Cognitive Systems corp. . +In 1983 , Michael Dyer developed the BORIS system at Yale which bore similarities to the work of Roger Schank and W. G. Lehnart . +Scope and context The umbrella term `` natural language understanding '' can be applied to a diverse set of computer applications , ranging from small , relatively simple tasks such as short commands issued to robots , to highly complex endeavors such as the full comprehension of newspaper articles or poetry passages . +Many real world applications fall between the two extremes , for instance text classification for the automatic analysis of emails and their routing to a suitable department in a corporation does not require in depth understanding of the text , but is far more complex than the management of simple queries to database tables with fixed schemata . +Throughout the years various attempts at processing natural language or English-like sentences presented to computers have taken place at varying degrees of complexity . +Some attempts have not resulted in systems with deep understanding , but have helped overall system usability . +For example , Wayne Ratliff originally developed the Vulcan program with an English-like syntax to mimic the English speaking computer in Star Trek . +Vulcan later became the dBase system whose easy-to-use syntax effectively launched the personal computer database industry . +Systems with an easy to use or English like syntax are , however , quite distinct from systems that use a rich lexicon and include an internal representation -LRB- often as first order logic -RRB- of the semantics of natural language sentences . +Hence the breadth and depth of `` understanding '' aimed at by a system determine both the complexity of the system -LRB- and the implied challenges -RRB- and the types of applications it can deal with . +The `` breadth '' of a system is measured by the sizes of its vocabulary and grammar . +The `` depth '' is measured by the degree to which its understanding approximates that of a fluent native speaker . +At the narrowest and shallowest , English-like command interpreters require minimal complexity , but have a small range of applications . +Narrow but deep systems explore and model mechanisms of understanding , but they still have limited application . +Systems that attempt to understand the contents of a document such as a news release beyond simple keyword matching and to judge its suitability for a user are broader and require significant complexity , but they are still somewhat shallow . +Systems that are both very broad and very deep are beyond the current state of the art . +Components and architecture Regardless of the approach used , some common components can be identified in most natural language understanding systems . +The system needs a lexicon of the language and a parser and grammar rules to break sentences into an internal representation . +The construction of a rich lexicon with a suitable ontology requires significant effort , e.g. , the Wordnet lexicon required many person-years of effort . +The system also needs a semantic theory to guide the comprehension . +The interpretation capabilities of a language understanding system depend on the semantic theory it uses . +Competing semantic theories of language have specific trade offs in their suitability as the basis of computer automated semantic interpretation . +These range from naive semantics or stochastic semantic analysis to the use of pragmatics to derive meaning from context . +Advanced applications of natural language understanding also attempt to incorporate logical inference within their framework . +This is generally achieved by mapping the derived meaning into a set of assertions in predicate logic , then using logical deduction to arrive at conclusions . +Systems based on functional languages such as Lisp hence need to include a subsystem for the representation of logical assertions , while logic oriented systems such as those using the language Prolog generally rely on an extension of the built in logical representation framework . +The management of context in natural language understanding can present special challenges . +A large variety of examples and counter examples have resulted in multiple approaches to the formal modeling of context , each with specific strengths and weaknesses . +Optical character recognition , usually abbreviated to OCR , is the mechanical or electronic conversion of scanned images of handwritten , typewritten or printed text into machine-encoded text . +It is widely used as a form of data entry from some sort of original paper data source , whether documents , sales receipts , mail , or any number of printed records . +It is crucial to the computerization of printed texts so that they can be electronically searched , stored more compactly , displayed on-line , and used in machine processes such as machine translation , text-to-speech and text mining . +OCR is a field of research in pattern recognition , artificial intelligence and computer vision . +Early versions needed to be programmed with images of each character , and worked on one font at a time . +`` Intelligent '' systems with a high degree of recognition accuracy for most fonts are now common . +Some systems are capable of reproducing formatted output that closely approximates the original scanned page including images , columns and other non-textual components . +In 1914 , Emanuel Goldberg developed a machine that read characters and converted them into standard telegraph code . +-LRB- citation needed -RRB- Around the same time , Edmund Fournier d'Albe developed the Optophone , a handheld scanner that when moved across a printed page , produced tones that corresponded to specific letters or characters . +Goldberg continued to develop OCR technology for data entry . +Later , he proposed photographing data records and then , using photocells , matching the photos against a template containing the desired identification pattern . +In 1929 Gustav Tauschek had similar ideas , and obtained a patent on OCR in Germany . +Paul W. Handel also obtained a US patent on such template-matching OCR technology in USA in 1933 -LRB- U.S. Patent 1,915,993 -RRB- . +In 1935 Tauschek was also granted a US patent on his method -LRB- U.S. Patent 2,026,329 -RRB- . +In 1949 RCA engineers worked on the first primitive computer-type OCR to help blind people for the US Veterans Administration , but instead of converting the printed characters to machine language , their device converted it to machine language and then spoke the letters : an early text-to-speech technology . +It proved far too expensive and was not pursued after testing . +In 1950 , David H. Shepard , a cryptanalyst at the Armed Forces Security Agency in the United States , addressed the problem of converting printed messages into machine language for computer processing and built a machine to do this , called `` Gismo . '' . +He received a patent for his `` Apparatus for Reading '' in 1953 U.S. Patent 2,663,758 . +`` Gismo '' could read 23 letters of the English alphabet , comprehend Morse Code , read musical notations , read aloud from printed pages , and duplicate typewritten pages . +Shepard went on to found Intelligent Machines Research Corporation -LRB- IMR -RRB- , which soon developed the world 's first commercial OCR systems . +In 1955 , the first commercial system was installed at the Reader 's Digest , which used OCR to input sales reports into a computer . +It converted the typewritten reports into punched cards for input into the computer in the magazine 's subscription department , for help in processing the shipment of 15-20 million books a year . +The second system was sold to the Standard Oil Company for reading credit card imprints for billing purposes . +Other systems sold by IMR during the late 1950s included a bill stub reader to the Ohio Bell Telephone Company and a page scanner to the United States Air Force for reading and transmitting by teletype typewritten messages . +IBM and others were later licensed on Shepard 's OCR patents . +In about 1965 , Reader 's Digest and RCA collaborated to build an OCR Document reader designed to digitize the serial numbers on Reader 's Digest coupons returned from advertisements . +The fonts used on the documents were printed by an RCA Drum printer using the OCR-A font . +The reader was connected directly to an RCA 301 computer -LRB- one of the first solid state computers -RRB- . +This reader was followed by a specialised document reader installed at TWA where the reader processed Airline Ticket stock . +The readers processed documents at a rate of 1,500 documents per minute , and checked each document , rejecting those it was not able to process correctly . +The product became part of the RCA product line as a reader designed to process `` Turn around Documents '' such as those utility and insurance bills returned with payments . +The United States Postal Service has been using OCR machines to sort mail since 1965 based on technology devised primarily by the prolific inventor Jacob Rabinow . +The first use of OCR in Europe was by the British General Post Office -LRB- GPO -RRB- . +In 1965 it began planning an entire banking system , the National Giro , using OCR technology , a process that revolutionized bill payment systems in the UK . +Canada Post has been using OCR systems since 1971 -LRB- citation needed -RRB- . +OCR systems read the name and address of the addressee at the first mechanized sorting center , and print a routing bar code on the envelope based on the postal code . +To avoid confusion with the human-readable address field which can be located anywhere on the letter , special ink -LRB- orange in visible light -RRB- is used that is clearly visible under ultraviolet light . +Envelopes may then be processed with equipment based on simple bar code readers . +Importance of OCR to the Blind In 1974 Ray Kurzweil started the company Kurzweil Computer Products , Inc. and continued development of omni-font OCR , which could recognize text printed in virtually any font . +He decided that the best application of this technology would be to create a reading machine for the blind , which would allow blind people to have a computer read text to them out loud . +This device required the invention of two enabling technologies -- the CCD flatbed scanner and the text-to-speech synthesizer . +On January 13 , 1976 the successful finished product was unveiled during a widely-reported news conference headed by Kurzweil and the leaders of the National Federation of the Blind -LRB- citation needed -RRB- . +In 1978 Kurzweil Computer Products began selling a commercial version of the optical character recognition computer program . +LexisNexis was one of the first customers , and bought the program to upload paper legal and news documents onto its nascent online databases . +Two years later , Kurzweil sold his company to Xerox , which had an interest in further commercializing paper-to-computer text conversion . +Xerox eventually spun it off as Scansoft , which merged with Nuance Communications -LRB- citation needed -RRB- . +OCR software Desktop & Server OCR Software OCR software and ICR software technology are analytical artificial intelligence systems that consider sequences of characters rather than whole words or phrases . +Based on the analysis of sequential lines and curves , OCR and ICR make ` best guesses ' at characters using database look-up tables to closely associate or match the strings of characters that form words . +WebOCR & OnlineOCR With IT technology development , the platform for people to use software has been changed from single PC platform to multi-platforms such as PC + Web-based + Cloud Computing + Mobile devices . +After 30 years development , OCR software started to adapt to new application requirements . +WebOCR also known as OnlineOCR or Web-based OCR service , has been a new trend to meet larger volume and larger group of users after 30 years development of the desktop OCR . +Internet and broadband technologies have made WebOCR & OnlineOCR practically available to both individual users and enterprise customers . +Since 2000 , some major OCR vendors began offering WebOCR & Online software , a number of new entrants companies to seize the opportunity to develop innovative Web-based OCR service , some of which are free of charge services . +Application-Oriented OCR Since OCR technology has been more and more widely applied to paper-intensive industry , it is facing more complex images environment in the real world . +For example : complicated backgrounds , degraded-images , heavy-noise , paper skew , picture distortion , low-resolution , disturbed by grid & lines , text image consisting of special fonts , symbols , glossary words and etc. . +All the factors affect OCR products ' stability in recognition accuracy . +In recent years , the major OCR technology providers began to develop dedicated OCR systems , each for special types of images . +They combine various optimization methods related to the special image , such as business rules , standard expression , glossary or dictionary and rich information contained in color images , to improve the recognition accuracy . +Such strategy to customize OCR technology is called `` Application-Oriented OCR '' or `` Customized OCR '' , widely used in the fields of Business-card OCR , Invoice OCR , Screenshot OCR , ID card OCR , Driver-license OCR or Auto plant OCR , and so on . +See also : List of optical character recognition software Current state of OCR technology This section needs additional citations for verification . +Please help improve this article by adding citations to reliable sources . +Unsourced material may be challenged and removed . +-LRB- May 2009 -RRB- Commissioned by the U.S. Department of Energy -LRB- DOE -RRB- , the Information Science Research Institute -LRB- ISRI -RRB- had the mission to foster the improvement of automated technologies for understanding machine printed documents -LRB- citation needed -RRB- , and it conducted the most authoritative of the Annual Test of OCR Accuracy for 5 consecutive years in the mid-90s . +Recognition of Latin-script , typewritten text is still not 100 % accurate even where clear imaging is available . +One study based on recognition of 19th - and early 20th-century newspaper pages concluded that character-by-character OCR accuracy for commercial OCR software varied from 71 % to 98 % ; total accuracy can be achieved only by human review . +Other areas -- including recognition of hand printing , cursive handwriting , and printed text in other scripts -LRB- especially those East Asian language characters which have many strokes for a single character -RRB- -- are still the subject of active research . +Accuracy rates can be measured in several ways , and how they are measured can greatly affect the reported accuracy rate . +For example , if word context -LRB- basically a lexicon of words -RRB- is not used to correct software finding non-existent words , a character error rate of 1 % -LRB- 99 % accuracy -RRB- may result in an error rate of 5 % -LRB- 95 % accuracy -RRB- or worse if the measurement is based on whether each whole word was recognized with no incorrect letters . +On-line character recognition is sometimes confused with Optical Character Recognition -LRB- see Handwriting recognition -RRB- . +OCR is an instance of off-line character recognition , where the system recognizes the fixed static shape of the character , while on-line character recognition instead recognizes the dynamic motion during handwriting . +For example , on-line recognition , such as that used for gestures in the Penpoint OS or the Tablet PC can tell whether a horizontal mark was drawn right-to-left , or left-to-right . +On-line character recognition is also referred to by other terms such as dynamic character recognition , real-time character recognition , and Intelligent Character Recognition or ICR . +On-line systems for recognizing hand-printed text on the fly have become well known as commercial products in recent years -LRB- see Tablet PC history -RRB- . +Among these are the input devices for personal digital assistants such as those running Palm OS . +The Apple Newton pioneered this product . +The algorithms used in these devices take advantage of the fact that the order , speed , and direction of individual lines segments at input are known . +Also , the user can be retrained to use only specific letter shapes . +These methods can not be used in software that scans paper documents , so accurate recognition of hand-printed documents is still largely an open problem . +Accuracy rates of 80 % to 90 % on neat , clean hand-printed characters can be achieved , but that accuracy rate still translates to dozens of errors per page , making the technology useful only in very limited applications . +Recognition of cursive text is an active area of research , with recognition rates even lower than that of hand-printed text . +Higher rates of recognition of general cursive script will likely not be possible without the use of contextual or grammatical information . +For example , recognizing entire words from a dictionary is easier than trying to parse individual characters from script . +Reading the Amount line of a cheque -LRB- which is always a written-out number -RRB- is an example where using a smaller dictionary can increase recognition rates greatly . +Knowledge of the grammar of the language being scanned can also help determine if a word is likely to be a verb or a noun , for example , allowing greater accuracy . +The shapes of individual cursive characters themselves simply do not contain enough information to accurately -LRB- greater than 98 % -RRB- recognize all handwritten cursive script . +It is necessary to understand that OCR technology is a basic technology also used in advanced scanning applications . +Due to this , an advanced scanning solution can be unique and patented and not easily copied despite being based on this basic OCR technology . +For more complex recognition problems , intelligent character recognition systems are generally used , as artificial neural networks can be made indifferent to both affine and non-linear transformations . +A technique which is having considerable success in recognizing difficult words and character groups within documents generally amenable to computer OCR is to submit them automatically to humans in the reCAPTCHA system . +In corpus linguistics , part-of-speech tagging -LRB- POS tagging or POST -RRB- , also called grammatical tagging or word-category disambiguation , is the process of marking up a word in a text -LRB- corpus -RRB- as corresponding to a particular part of speech , based on both its definition , as well as its context -- i.e. relationship with adjacent and related words in a phrase , sentence , or paragraph . +A simplified form of this is commonly taught to school-age children , in the identification of words as nouns , verbs , adjectives , adverbs , etc. . +Once performed by hand , POS tagging is now done in the context of computational linguistics , using algorithms which associate discrete terms , as well as hidden parts of speech , in accordance with a set of descriptive tags . +POS-tagging algorithms fall into two distinctive groups : rule-based and stochastic . +E. Brill 's tagger , one of the first and widely used English POS-taggers , employs rule-based algorithms . +This is not rare -- in natural languages -LRB- as opposed to many artificial languages -RRB- , a large percentage of word-forms are ambiguous . +For example , even `` dogs '' , which is usually thought of as just a plural noun , can also be a verb : The sailor dogs the barmaid . +Performing grammatical tagging will indicate that `` dogs '' is a verb , and not the more common plural noun , since one of the words must be the main verb , and the noun reading is less likely following `` sailor '' -LRB- sailor ! +→ dogs -RRB- . +Semantic analysis can then extrapolate that `` sailor '' and `` barmaid '' implicate `` dogs '' as 1 -RRB- in the nautical context -LRB- sailor → ← barmaid -RRB- and 2 -RRB- an action applied to the object `` barmaid '' -LRB- -LRB- subject -RRB- dogs → barmaid -RRB- . +In this context , `` dogs '' is a nautical term meaning `` fastens -LRB- a watertight barmaid -RRB- securely ; applies a dog to '' . +`` Dogged '' , on the other hand , can be either an adjective or a past-tense verb . +Just which parts of speech a word can represent varies greatly . +Trained linguists can identify the grammatical parts of speech to various fine degrees depending on the tagging system . +Schools commonly teach that there are 9 parts of speech in English : noun , verb , article , adjective , preposition , pronoun , adverb , conjunction , and interjection . +However , there are clearly many more categories and sub-categories . +For nouns , plural , possessive , and singular forms can be distinguished . +In many languages words are also marked for their `` case '' -LRB- role as subject , object , etc. -RRB- , grammatical gender , and so on ; while verbs are marked for tense , aspect , and other things . +In part-of-speech tagging by computer , it is typical to distinguish from 50 to 150 separate parts of speech for English , for example , NN for singular common nouns , NNS for plural common nouns , NP for singular proper nouns -LRB- see the POS tags used in the Brown Corpus -RRB- . +Work on stochastic methods for tagging Koine Greek -LRB- DeRose 1990 -RRB- has used over 1,000 parts of speech , and found that about as many words were ambiguous there as in English . +A morphosyntactic descriptor in the case of morphologically rich languages can be expressed like Ncmsan , which means Category = Noun , Type = common , Gender = masculine , Number = singular , Case = accusative , Animate = no. . +History The Brown Corpus Research on part-of-speech tagging has been closely tied to corpus linguistics . +The first major corpus of English for computer analysis was the Brown Corpus developed at Brown University by Henry Kucera and Nelson Francis , in the mid-1960s . +It consists of about 1,000,000 words of running English prose text , made up of 500 samples from randomly chosen publications . +Each sample is 2,000 or more words -LRB- ending at the first sentence-end after 2,000 words , so that the corpus contains only complete sentences -RRB- . +The Brown Corpus was painstakingly `` tagged '' with part-of-speech markers over many years . +A first approximation was done with a program by Greene and Rubin , which consisted of a huge handmade list of what categories could co-occur at all . +For example , article then noun can occur , but article verb -LRB- arguably -RRB- can not . +The program got about 70 % correct . +Its results were repeatedly reviewed and corrected by hand , and later users sent in errata , so that by the late 70s the tagging was nearly perfect -LRB- allowing for some cases on which even human speakers might not agree -RRB- . +This corpus has been used for innumerable studies of word-frequency and of part-of-speech , and inspired the development of similar `` tagged '' corpora in many other languages . +Statistics derived by analyzing it formed the basis for most later part-of-speech tagging systems , such as CLAWS -LRB- linguistics -RRB- and VOLSUNGA . +However , by this time -LRB- 2005 -RRB- it has been superseded by larger corpora such as the 100 million word British National Corpus . +For some time , part-of-speech tagging was considered an inseparable part of natural language processing , because there are certain cases where the correct part of speech can not be decided without understanding the semantics or even the pragmatics of the context . +This is extremely expensive , especially because analyzing the higher levels is much harder when multiple part-of-speech possibilities must be considered for each word . +Use of Hidden Markov Models In the mid 1980s , researchers in Europe began to use hidden Markov models -LRB- HMMs -RRB- to disambiguate parts of speech , when working to tag the Lancaster-Oslo-Bergen Corpus of British English . +HMMs involve counting cases -LRB- such as from the Brown Corpus -RRB- , and making a table of the probabilities of certain sequences . +For example , once you 've seen an article such as ` the ' , perhaps the next word is a noun 40 % of the time , an adjective 40 % , and a number 20 % . +Knowing this , a program can decide that `` can '' in `` the can '' is far more likely to be a noun than a verb or a modal . +The same method can of course be used to benefit from knowledge about following words . +More advanced -LRB- `` higher order '' -RRB- HMMs learn the probabilities not only of pairs , but triples or even larger sequences . +So , for example , if you 've just seen an article and a verb , the next item may be very likely a preposition , article , or noun , but much less likely another verb . +When several ambiguous words occur together , the possibilities multiply . +However , it is easy to enumerate every combination and to assign a relative probability to each one , by multiplying together the probabilities of each choice in turn . +The combination with highest probability is then chosen . +The European group developed CLAWS , a tagging program that did exactly this , and achieved accuracy in the 93-95 % range . +It is worth remembering , as Eugene Charniak points out in Statistical techniques for natural language parsing , that merely assigning the most common tag to each known word and the tag `` proper noun '' to all unknowns , will approach 90 % accuracy because many words are unambiguous . +CLAWS pioneered the field of HMM-based part of speech tagging , but was quite expensive since it enumerated all possibilities . +It sometimes had to resort to backup methods when there were simply too many -LRB- the Brown Corpus contains a case with 17 ambiguous words in a row , and there are words such as `` still '' that can represent as many as 7 distinct parts of speech -RRB- . +HMMs underlie the functioning of stochastic taggers and are used in various algorithms one of the most widely used being the bi-directional inference algorithm . +Dynamic Programming methods In 1987 , Steven DeRose and Ken Church independently developed dynamic programming algorithms to solve the same problem in vastly less time . +Their methods were similar to the Viterbi algorithm known for some time in other fields . +DeRose used a table of pairs , while Church used a table of triples and a method of estimating the values for triples that were rare or nonexistent in the Brown Corpus -LRB- actual measurement of triple probabilities would require a much larger corpus -RRB- . +Both methods achieved accuracy over 95 % . +DeRose 's 1990 dissertation at Brown University included analyses of the specific error types , probabilities , and other related data , and replicated his work for Greek , where it proved similarly effective . +These findings were surprisingly disruptive to the field of natural language processing . +The accuracy reported was higher than the typical accuracy of very sophisticated algorithms that integrated part of speech choice with many higher levels of linguistic analysis : syntax , morphology , semantics , and so on . +CLAWS , DeRose 's and Church 's methods did fail for some of the known cases where semantics is required , but those proved negligibly rare . +This convinced many in the field that part-of-speech tagging could usefully be separated out from the other levels of processing ; this in turn simplified the theory and practice of computerized language analysis , and encouraged researchers to find ways to separate out other pieces as well . +Markov Models are now the standard method for part-of-speech assignment . +Unsupervised taggers The methods already discussed involve working from a pre-existing corpus to learn tag probabilities . +It is , however , also possible to bootstrap using `` unsupervised '' tagging . +Unsupervised tagging techniques use an untagged corpus for their training data and produce the tagset by induction . +That is , they observe patterns in word use , and derive part-of-speech categories themselves . +For example , statistics readily reveal that `` the '' , `` a '' , and `` an '' occur in similar contexts , while `` eat '' occurs in very different ones . +With sufficient iteration , similarity classes of words emerge that are remarkably similar to those human linguists would expect ; and the differences themselves sometimes suggest valuable new insights . +These two categories can be further subdivided into rule-based , stochastic , and neural approaches . +Other taggers and methods Some current major algorithms for part-of-speech tagging include the Viterbi algorithm , Brill Tagger , Constraint Grammar , and the Baum-Welch algorithm -LRB- also known as the forward-backward algorithm -RRB- . +Hidden Markov model and visible Markov model taggers can both be implemented using the Viterbi algorithm . +The Brill tagger is unusual in that it learns a set of patterns , and then applies those patterns rather than optimizing a statistical quantity . +Many machine learning methods have also been applied to the problem of POS tagging . +Methods such as SVM , Maximum entropy classifier , Perceptron , and Nearest-neighbor have all been tried , and most can achieve accuracy above 95 % . +A direct comparison of several methods is reported -LRB- with references -RRB- at . +This comparison uses the Penn tag set on some of the Penn Treebank data , so the results are directly comparable . +However , many significant taggers are not included -LRB- perhaps because of the labor involved in reconfiguring them for this particular dataset -RRB- . +Thus , it should not be assumed that the results reported there are the best that can be achieved with a given approach ; nor even the best that have been achieved with a given approach . +Issues While there is broad agreement about basic categories , a number of edge cases make it difficult to settle on a single `` correct '' set of tags , even in a single language such as English . +For example , it is hard to say whether `` fire '' is functioning as an adjective or a noun in the big green fire truck A second important example is the use\/mention distinction , as in the following example , where `` blue '' is clearly not functioning as an adjective -LRB- the Brown Corpus tag set appends the suffix '' - NC '' in such cases -RRB- : the word `` blue '' has 4 letters . +Words in a language other than that of the `` main '' text , are commonly tagged as `` foreign '' , usually in addition to a tag for the role the foreign word is actually playing in context . +There are also many cases where POS categories and `` words '' do not map one to one , for example : David 's gonna do n't vice versa first-cut can not pre - and post-secondary look -LRB- a word -RRB- up In the last example , `` look '' and `` up '' arguably function as a single verbal unit , despite the possibility of other words coming between them . +Some tag sets -LRB- such as Penn -RRB- break hyphenated words , contractions , and possessives into separate tokens , thus avoiding some but far from all such problems . +It is unclear whether it is best to treat words such as `` be '' , `` have '' , and `` do '' as categories in their own right -LRB- as in the Brown Corpus -RRB- , or as simply verbs -LRB- as in the LOB Corpus and the Penn Treebank -RRB- . +`` be '' has more forms than other English verbs , and occurs in quite different grammatical contexts , complicating the issue . +The most popular `` tag set '' for POS tagging for American English is probably the Penn tag set , developed in the Penn Treebank project . +It is largely similar to the earlier Brown Corpus and LOB Corpus tag sets , though much smaller . +In Europe , tag sets from the Eagles Guidelines see wide use , and include versions for multiple languages . +POS tagging work has been done in a variety of languages , and the set of POS tags used varies greatly with language . +Tags usually are designed to include overt morphological distinctions -LRB- this makes the tag sets for heavily inflected languages such as Greek and Latin very large ; and makes tagging words in agglutinative languages such an Inuit virtually impossible . +However , Petrov , D. Das , and R. McDonald -LRB- `` A Universal Part-of-Speech Tagset '' http:\/\/arxiv.org\/abs\/1104.2086 -RRB- have proposed a `` universal '' tag set , with 12 categories -LRB- for example , no subtypes of nouns , verbs , punctuation , etc. ; no distinction of `` to '' as an infinitive marker vs. preposition , etc. -RRB- . +Whether a very small set of very broad tags , or a much larger set of more precise ones , is preferable , depends on the purpose at hand . +Automatic tagging is easier on smaller tag-sets . +A different issue is that some cases are in fact ambiguous . +Beatrice Santorini gives examples in `` Part-of-speech Tagging Guidelines for the Penn Treebank Project , '' -LRB- 3rd rev , June 1990 -RRB- , including the following -LRB- p. 32 -RRB- case in which entertaining can function either as an adjective or a verb , and there is no evident way to decide : The Duchess was entertaining last night . +In computer science and linguistics , parsing , or , more formally , syntactic analysis , is the process of analyzing a text , made of a sequence of tokens -LRB- for example , words -RRB- , to determine its grammatical structure with respect to a given -LRB- more or less -RRB- formal grammar . +Parsing can also be used as a linguistic term , for instance when discussing how phrases are divided up in garden path sentences . +Parsing is also an earlier term for the diagramming of sentences of natural languages , and is still used for the diagramming of inflected languages , such as the Romance languages or Latin . +The term parsing comes from Latin pars -LRB- ōrātiōnis -RRB- , meaning part -LRB- of speech -RRB- . +Parsing is a common term used in psycholinguistics when describing language comprehension . +In this context , parsing refers to the way that human beings , rather than computers , analyze a sentence or phrase -LRB- in spoken language or text -RRB- `` in terms of grammatical constituents , identifying the parts of speech , syntactic relations , etc. '' This term is especially common when discussing what linguistic cues help speakers to parse garden-path sentences . +The parser often uses a separate lexical analyser to create tokens from the sequence of input characters . +Parsers may be programmed by hand or may be -LRB- semi - -RRB- automatically generated -LRB- in some programming languages -RRB- by a tool . +Human languages See also : Category : Natural language parsing In some machine translation and natural language processing systems , human languages are parsed by computer programs . +Human sentences are not easily parsed by programs , as there is substantial ambiguity in the structure of human language , whose usage is to convey meaning -LRB- or semantics -RRB- amongst a potentially unlimited range of possibilities but only some of which are germane to the particular case . +So an utterance `` Man bites dog '' versus `` Dog bites man '' is definite on one detail but in another language might appear as `` Man dog bites '' with a reliance on the larger context to distinguish between those two possibilities , if indeed that difference was of concern . +It is difficult to prepare formal rules to describe informal behavior even though it is clear that some rules are being followed . +In order to parse natural language data , researchers must first agree on the grammar to be used . +The choice of syntax is affected by both linguistic and computational concerns ; for instance some parsing systems use lexical functional grammar , but in general , parsing for grammars of this type is known to be NP-complete . +Head-driven phrase structure grammar is another linguistic formalism which has been popular in the parsing community , but other research efforts have focused on less complex formalisms such as the one used in the Penn Treebank . +Shallow parsing aims to find only the boundaries of major constituents such as noun phrases . +Another popular strategy for avoiding linguistic controversy is dependency grammar parsing . +Most modern parsers are at least partly statistical ; that is , they rely on a corpus of training data which has already been annotated -LRB- parsed by hand -RRB- . +This approach allows the system to gather information about the frequency with which various constructions occur in specific contexts . +-LRB- See machine learning . -RRB- +Approaches which have been used include straightforward PCFGs -LRB- probabilistic context-free grammars -RRB- , maximum entropy , and neural nets . +Most of the more successful systems use lexical statistics -LRB- that is , they consider the identities of the words involved , as well as their part of speech -RRB- . +However such systems are vulnerable to overfitting and require some kind of smoothing to be effective . +-LRB- citation needed -RRB- Parsing algorithms for natural language can not rely on the grammar having ` nice ' properties as with manually designed grammars for programming languages . +As mentioned earlier some grammar formalisms are very difficult to parse computationally ; in general , even if the desired structure is not context-free , some kind of context-free approximation to the grammar is used to perform a first pass . +Algorithms which use context-free grammars often rely on some variant of the CKY algorithm , usually with some heuristic to prune away unlikely analyses to save time . +-LRB- See chart parsing . -RRB- +However some systems trade speed for accuracy using , e.g. , linear-time versions of the shift-reduce algorithm . +A somewhat recent development has been parse reranking in which the parser proposes some large number of analyses , and a more complex system selects the best option . +Programming languages The most common use of a parser is as a component of a compiler or interpreter . +This parses the source code of a computer programming language to create some form of internal representation . +Programming languages tend to be specified in terms of a context-free grammar because fast and efficient parsers can be written for them . +Parsers are written by hand or generated by parser generators . +Context-free grammars are limited in the extent to which they can express all of the requirements of a language . +Informally , the reason is that the memory of such a language is limited . +The grammar can not remember the presence of a construct over an arbitrarily long input ; this is necessary for a language in which , for example , a name must be declared before it may be referenced . +More powerful grammars that can express this constraint , however , can not be parsed efficiently . +Thus , it is a common strategy to create a relaxed parser for a context-free grammar which accepts a superset of the desired language constructs -LRB- that is , it accepts some invalid constructs -RRB- ; later , the unwanted constructs can be filtered out . +Overview of process Flow of data in a typical parser The following example demonstrates the common case of parsing a computer language with two levels of grammar : lexical and syntactic . +The first stage is the token generation , or lexical analysis , by which the input character stream is split into meaningful symbols defined by a grammar of regular expressions . +For example , a calculator program would look at an input such as `` 12 \* -LRB- 3 +4 -RRB- ^ 2 '' and split it into the tokens 12 , \* , -LRB- , 3 , + , 4 , -RRB- , ^ , 2 , each of which is a meaningful symbol in the context of an arithmetic expression . +The lexer would contain rules to tell it that the characters \* , + , ^ , -LRB- and -RRB- mark the start of a new token , so meaningless tokens like `` 12 \* '' or '' -LRB- 3 '' will not be generated . +The next stage is parsing or syntactic analysis , which is checking that the tokens form an allowable expression . +This is usually done with reference to a context-free grammar which recursively defines components that can make up an expression and the order in which they must appear . +However , not all rules defining programming languages can be expressed by context-free grammars alone , for example type validity and proper declaration of identifiers . +These rules can be formally expressed with attribute grammars . +The final phase is semantic parsing or analysis , which is working out the implications of the expression just validated and taking the appropriate action . +In the case of a calculator or interpreter , the action is to evaluate the expression or program , a compiler , on the other hand , would generate some kind of code . +Attribute grammars can also be used to define these actions . +Types of parser The task of the parser is essentially to determine if and how the input can be derived from the start symbol of the grammar . +This can be done in essentially two ways : Top-down parsing - Top-down parsing can be viewed as an attempt to find left-most derivations of an input-stream by searching for parse trees using a top-down expansion of the given formal grammar rules . +Tokens are consumed from left to right . +Inclusive choice is used to accommodate ambiguity by expanding all alternative right-hand-sides of grammar rules . +Bottom-up parsing - A parser can start with the input and attempt to rewrite it to the start symbol . +Intuitively , the parser attempts to locate the most basic elements , then the elements containing these , and so on . +LR parsers are examples of bottom-up parsers . +Another term used for this type of parser is Shift-Reduce parsing . +LL parsers and recursive-descent parser are examples of top-down parsers which can not accommodate left recursive productions . +Although it has been believed that simple implementations of top-down parsing can not accommodate direct and indirect left-recursion and may require exponential time and space complexity while parsing ambiguous context-free grammars , more sophisticated algorithms for top-down parsing have been created by Frost , Hafiz , and Callaghan which accommodate ambiguity and left recursion in polynomial time and which generate polynomial-size representations of the potentially exponential number of parse trees . +Their algorithm is able to produce both left-most and right-most derivations of an input with regard to a given CFG -LRB- context-free grammar -RRB- . +An important distinction with regard to parsers is whether a parser generates a leftmost derivation or a rightmost derivation -LRB- see context-free grammar -RRB- . +LL parsers will generate a leftmost derivation and LR parsers will generate a rightmost derivation -LRB- although usually in reverse -RRB- . +In information retrieval and natural language processing -LRB- NLP -RRB- , question answering -LRB- QA -RRB- is the task of automatically answering a question posed in natural language . +To find the answer to a question , a QA computer program may use either a pre-structured database or a collection of natural language documents -LRB- a text corpus such as the World Wide Web or some local collection -RRB- . +QA research attempts to deal with a wide range of question types including : fact , list , definition , How , Why , hypothetical , semantically constrained , and cross-lingual questions . +Search collections vary from small local document collections , to internal organization documents , to compiled newswire reports , to the World Wide Web . +Closed-domain question answering deals with questions under a specific domain -LRB- for example , medicine or automotive maintenance -RRB- , and can be seen as an easier task because NLP systems can exploit domain-specific knowledge frequently formalized in ontologies . +Alternatively , closed-domain might refer to a situation where only a limited type of questions are accepted , such as questions asking for descriptive rather than procedural information . +Open-domain question answering deals with questions about nearly anything , and can only rely on general ontologies and world knowledge . +On the other hand , these systems usually have much more data available from which to extract the answer . +In contrast , current QA systems use text documents as their underlying knowledge source and combine various natural language processing techniques to search for the answers . +Current QA systems typically include a question classifier module that determines the type of question and the type of answer . +After the question is analyzed , the system typically uses several modules that apply increasingly complex NLP techniques on a gradually reduced amount of text . +Thus , a document retrieval module uses search engines to identify the documents or paragraphs in the document set that are likely to contain the answer . +Subsequently a filter preselects small text fragments that contain strings of the same type as the expected answer . +For example , if the question is `` Who invented Penicillin '' the filter returns text that contain names of people . +Finally , an answer extraction module looks for further clues in the text to determine if the answer candidate can indeed answer the question . +Question answering methods QA is very dependent on a good search corpus - for without documents containing the answer , there is little any QA system can do . +It thus makes sense that larger collection sizes generally lend well to better QA performance , unless the question domain is orthogonal to the collection . +The notion of data redundancy in massive collections , such as the web , means that nuggets of information are likely to be phrased in many different ways in differing contexts and documents , leading to two benefits : By having the right information appear in many forms , the burden on the QA system to perform complex NLP techniques to understand the text is lessened . +Correct answers can be filtered from false positives by relying on the correct answer to appear more times in the documents than instances of incorrect ones . +Issues In 2002 a group of researchers wrote a roadmap of research in question answering . +The following issues were identified . +Question classes Different types of questions -LRB- e.g. , `` What is the capital of Lichtenstein ? '' +vs. `` Why does a rainbow form ? '' +vs. `` Did Marilyn Monroe and Cary Grant ever appear in a movie together ? '' -RRB- +require the use of different strategies to find the answer . +Question classes are arranged hierarchically in taxonomies . +Question processing The same information request can be expressed in various ways , some interrogative -LRB- `` Who is the president of the United States ? '' -RRB- +and some assertive -LRB- `` Tell me the name of the president of the United States . '' -RRB- . +A semantic model of question understanding and processing would recognize equivalent questions , regardless of how they are presented . +This model would enable the translation of a complex question into a series of simpler questions , would identify ambiguities and treat them in context or by interactive clarification . +Context and QA Questions are usually asked within a context and answers are provided within that specific context . +The context can be used to clarify a question , resolve ambiguities or keep track of an investigation performed through a series of questions . +-LRB- For example , the question , `` Why did Joe Biden visit Iraq in January 2010 ? '' +might be asking why Vice President Biden visited and not President Obama , why he went to Iraq and not Afghanistan or some other country , why he went in January 2010 and not before or after , or what Biden was hoping to accomplish with his visit . +If the question is one of a series of related questions , the previous questions and their answers might shed light on the questioner 's intent . -RRB- +Data sources for QA Before a question can be answered , it must be known what knowledge sources are available and relevant . +If the answer to a question is not present in the data sources , no matter how well the question processing , information retrieval and answer extraction is performed , a correct result will not be obtained . +Answer extraction Answer extraction depends on the complexity of the question , on the answer type provided by question processing , on the actual data where the answer is searched , on the search method and on the question focus and context . +Answer formulation The result of a QA system should be presented in a way as natural as possible . +In some cases , simple extraction is sufficient . +For example , when the question classification indicates that the answer type is a name -LRB- of a person , organization , shop or disease , etc. -RRB- , a quantity -LRB- monetary value , length , size , distance , etc. -RRB- or a date -LRB- e.g. the answer to the question , `` On what day did Christmas fall in 1989 ? '' -RRB- +the extraction of a single datum is sufficient . +For other cases , the presentation of the answer may require the use of fusion techniques that combine the partial answers from multiple documents . +Real time question answering There is need for developing Q&A systems that are capable of extracting answers from large data sets in several seconds , regardless of the complexity of the question , the size and multitude of the data sources or the ambiguity of the question . +Multilingual -LRB- or cross-lingual -RRB- question answering The ability to answer a question posed in one language using an answer corpus in another language -LRB- or even several -RRB- . +This allows users to consult information that they can not use directly . +-LRB- See also Machine translation . -RRB- +Interactive QA It is often the case that the information need is not well captured by a QA system , as the question processing part may fail to classify properly the question or the information needed for extracting and generating the answer is not easily retrieved . +In such cases , the questioner might want not only to reformulate the question , but to have a dialogue with the system . +-LRB- For example , the system might ask for a clarification of what sense a word is being used , or what type of information is being asked for . -RRB- +Advanced reasoning for QA More sophisticated questioners expect answers that are outside the scope of written texts or structured databases . +To upgrade a QA system with such capabilities , it would be necessary to integrate reasoning components operating on a variety of knowledge bases , encoding world knowledge and common-sense reasoning mechanisms , as well as knowledge specific to a variety of domains . +User profiling for QA The user profile captures data about the questioner , comprising context data , domain of interest , reasoning schemes frequently used by the questioner , common ground established within different dialogues between the system and the user , and so forth . +The profile may be represented as a predefined template , where each template slot represents a different profile feature . +Profile templates may be nested one within another . +History Some of the early AI systems were question answering systems . +Two of the most famous QA systems of that time are BASEBALL and LUNAR , both of which were developed in the 1960s . +BASEBALL answered questions about the US baseball league over a period of one year . +LUNAR , in turn , answered questions about the geological analysis of rocks returned by the Apollo moon missions . +Both QA systems were very effective in their chosen domains . +In fact , LUNAR was demonstrated at a lunar science convention in 1971 and it was able to answer 90 % of the questions in its domain posed by people untrained on the system . +Further restricted-domain QA systems were developed in the following years . +The common feature of all these systems is that they had a core database or knowledge system that was hand-written by experts of the chosen domain . +Some of the early AI systems included question-answering abilities . +Two of the most famous early systems are SHRDLU and ELIZA . +SHRDLU simulated the operation of a robot in a toy world -LRB- the `` blocks world '' -RRB- , and it offered the possibility to ask the robot questions about the state of the world . +Again , the strength of this system was the choice of a very specific domain and a very simple world with rules of physics that were easy to encode in a computer program . +ELIZA , in contrast , simulated a conversation with a psychologist . +ELIZA was able to converse on any topic by resorting to very simple rules that detected important words in the person 's input . +It had a very rudimentary way to answer questions , and on its own it led to a series of chatterbots such as the ones that participate in the annual Loebner prize . +The 1970s and 1980s saw the development of comprehensive theories in computational linguistics , which led to the development of ambitious projects in text comprehension and question answering . +One example of such a system was the Unix Consultant -LRB- UC -RRB- , a system that answered questions pertaining to the Unix operating system . +The system had a comprehensive hand-crafted knowledge base of its domain , and it aimed at phrasing the answer to accommodate various types of users . +Another project was LILOG , a text-understanding system that operated on the domain of tourism information in a German city . +The systems developed in the UC and LILOG projects never went past the stage of simple demonstrations , but they helped the development of theories on computational linguistics and reasoning . +An increasing number of systems include the World Wide Web as one more corpus of text . . +However , these tools mostly work by using shallow methods , as described above -- thus returning a list of documents , usually with an excerpt containing the probable answer highlighted , plus some context . +Furthermore , highly-specialized natural language question-answering engines , such as EAGLi for health and life scientists , have been made available . +The Future of Question Answering QA systems have been extended in recent years to explore critical new scientific and practical dimensions For example , systems have been developed to automatically answer temporal and geospatial questions , definitional questions , biographical questions , multilingual questions , and questions from multimedia -LRB- e.g. , audio , imagery , video -RRB- . +Additional aspects such as interactivity -LRB- often required for clarification of questions or answers -RRB- , answer reuse , and knowledge representation and reasoning to support question answering have been explored . +Future research may explore what kinds of questions can be asked and answered about social media , including sentiment analysis . +A relationship extraction task requires the detection and classification of semantic relationship mentions within a set of artifacts , typically from text or XML documents . +The task is very similar to that of information extraction -LRB- IE -RRB- , but IE additionally requires the removal of repeated relations -LRB- disambiguation -RRB- and generally refers to the extraction of many different relationships . +Approaches One approach to this problem involves the use of domain ontologies . +Another approach involves visual detection of meaningful relationships in parametric values of objects listed on a data table that shift positions as the table is permuted automatically as controlled by the software user . +The poor coverage , rarity and development cost related to structured resources such as semantic lexicons -LRB- e.g. WordNet , UMLS -RRB- and domain ontologies -LRB- e.g. the Gene Ontology -RRB- has given rise to new approaches based on broad , dynamic background knowledge on the Web . +For instance , the ARCHILES technique uses only Wikipedia and search engine page count for acquiring coarse-grained relations to construct lightweight ontologies . +The relationships can be represented using a variety of formalisms\/languages . +One such representation language for data on the Web is RDF . +Jump to : navigation , search Sentence boundary disambiguation -LRB- SBD -RRB- , also known as sentence breaking , is the problem in natural language processing of deciding where sentences begin and end . +Often natural language processing tools require their input to be divided into sentences for a number of reasons . +However sentence boundary identification is challenging because punctuation marks are often ambiguous . +For example , a period may denote an abbreviation , decimal point , an ellipsis , or an email address - not the end of a sentence . +About 47 % of the periods in the Wall Street Journal corpus denote abbreviations . +As well , question marks and exclamation marks may appear in embedded quotations , emoticons , computer code , and slang . +Languages like Japanese and Chinese have unambiguous sentence-ending markers . +-LRB- b -RRB- If the preceding token is on my hand-compiled list of abbreviations , then it does n't end a sentence . +-LRB- c -RRB- If the next token is capitalized , then it ends a sentence . +This strategy gets about 95 % of sentences correct . +Another approach is to automatically learn a set of rules from a set of documents where the sentence breaks are pre-marked . +Solutions have been based on a maximum entropy model . +The SATZ architecture uses a neural network to disambiguate sentence boundaries and achieves 98.5 % accuracy . +Sentiment analysis or opinion mining refers to the application of natural language processing , computational linguistics , and text analytics to identify and extract subjective information in source materials . +Generally speaking , sentiment analysis aims to determine the attitude of a speaker or a writer with respect to some topic or the overall contextual polarity of a document . +The attitude may be his or her judgement or evaluation -LRB- see appraisal theory -RRB- , affective state -LRB- that is to say , the emotional state of the author when writing -RRB- , or the intended emotional communication -LRB- that is to say , the emotional effect the author wishes to have on the reader -RRB- . +Advanced , `` beyond polarity '' sentiment classification looks , for instance , at emotional states such as `` angry , '' `` sad , '' and `` happy . '' +Early work in that area includes Turney and Pang who applied different methods for detecting the polarity of product reviews and movie reviews respectively . +This work is at the document level . +One can also classify a document 's polarity on a multi-way scale , which was attempted by Pang and Snyder -LRB- among others -RRB- : expanded the basic task of classifying a movie review as either positive or negative to predicting star ratings on either a 3 or a 4 star scale , while Snyder performed an in-depth analysis of restaurant reviews , predicting ratings for various aspects of the given restaurant , such as the food and atmosphere -LRB- on a five-star scale -RRB- . +A different method for determining sentiment is the use of a scaling system whereby words commonly associated with having a negative , neutral or positive sentiment with them are given an associated number on a -5 to +5 scale -LRB- most negative up to most positive -RRB- and when a piece of unstructured text is analyzed using natural language processing , the subsequent concepts are analyzed for an understanding of these words and how they relate to the concept -LRB- citation needed -RRB- . +Each concept is then given a score based on the way sentiment words relate to the concept , and their associated score . +This allows movement to a more sophisticated understanding of sentiment based on an 11 point scale . +Alternatively , texts can be given a positive and negative sentiment strength score if the goal is to determine the sentiment in a text rather than the overall polarity and strength of the text . +Another research direction is subjectivity\/objectivity identification . +This task is commonly defined as classifying a given text -LRB- usually a sentence -RRB- into one of two classes : objective or subjective . +This problem can sometimes be more difficult than polarity classification : the subjectivity of words and phrases may depend on their context and an objective document may contain subjective sentences -LRB- e.g. , a news article quoting people 's opinions -RRB- . +Moreover , as mentioned by Su , results are largely dependent on the definition of subjectivity used when annotating texts . +However , Pang showed that removing objective sentences from a document before classifying its polarity helped improve performance . +The more fine-grained analysis model is called the feature\/aspect-based sentiment analysis . +It refers to determining the opinions or sentiments expressed on different features or aspects of entities , e.g. , of a cell phone , a digital camera , or a bank . +A feature or aspect is an attribute or component of an entity , e.g. , the screen of a cell phone , or the picture quality of a camera . +This problem involves several sub-problems , e.g. , identifying relevant entities , extracting their features\/aspects , and determining whether an opinion expressed on each feature\/aspect is positive , negative or neutral . +More detailed discussions about this level of sentiment analysis can be found in Liu 's NLP Handbook chapter , `` Sentiment Analysis and Subjectivity '' . +Methods Computers can perform automated sentiment analysis of digital texts , using elements from machine learning such as latent semantic analysis , support vector machines , `` bag of words '' and Semantic Orientation -- Pointwise Mutual Information -LRB- See Peter Turney 's work in this area -RRB- . +More sophisticated methods try to detect the holder of a sentiment -LRB- i.e. the person who maintains that affective state -RRB- and the target -LRB- i.e. the entity about which the affect is felt -RRB- . +To mine the opinion in context and get the feature which has been opinionated , the grammatical relationships of words are used . +Grammatical dependency relations are obtained by deep parsing of the text . +Open source software tools deploy machine learning , statistics , and natural language processing techniques to automate sentiment analysis on large collections of texts , including web pages , online news , internet discussion groups , online reviews , web blogs , and social media . +Evaluation The accuracy of a sentiment analysis system is , in principle , how well it agrees with human judgments . +This is usually measured by precision and recall . +However , human raters typically agree about 70 % -LRB- citation needed -RRB- of the time -LRB- see Inter-rater reliability -RRB- . +Thus , a 70 % accurate program is doing as well as humans , even though such accuracy may not sound impressive . +If a program were `` right '' 100 % of the time , humans would still disagree with it about 30 % of the time , since they disagree that much about any answer . +More sophisticated measures can be applied , but evaluation of sentiment analysis systems remains a complex matter . +For sentiment analysis tasks returning a scale rather than a binary judgement , correlation is a better measure than precision because it takes into account how close the predicted value is to the target value . +Sentiment analysis was used to test the relationship between Internet financial message boards and the behavior of the stock market to find a strong correlation between posts and volume of stock . +Sentiment analysis and Web 2.0 The rise of social media such as blogs and social networks has fueled interest in sentiment analysis . +With the proliferation of reviews , ratings , recommendations and other forms of online expression , online opinion has turned into a kind of virtual currency for businesses looking to market their products , identify new opportunities and manage their reputations . +As businesses look to automate the process of filtering out the noise , understanding the conversations , identifying the relevant content and actioning it appropriately , many are now looking to the field of sentiment analysis . +If web 2.0 was all about democratizing publishing , then the next stage of the web may well be based on democratizing data mining of all the content that is getting published . +One step towards this aim is accomplished in research . +Several research teams in universities around the world currently focus on understanding the dynamics of sentiment in e-communities through sentiment analysis . +The CyberEmotions project , for instance , recently identified the role of negative emotions in driving social networks discussions . +Sentiment analysis could therefore help understand why certain e-communities die or fade away -LRB- e.g. , MySpace -RRB- while others seem to grow without limits -LRB- e.g. , Facebook -RRB- . +The problem is that most sentiment analysis algorithms use simple terms to express sentiment about a product or service . +However , cultural factors , linguistic nuances and differing contexts make it extremely difficult to turn a string of written text into a simple pro or con sentiment . +The fact that humans often disagree on the sentiment of text illustrates how big a task it is for computers to get this right . +The shorter the string of text , the harder it becomes . +n Computer Science , Speech recognition is the translation of spoken words into text . +It is also known as `` automatic speech recognition '' , `` ASR '' , `` computer speech recognition '' , `` speech to text '' , or just `` STT '' . +Speech Recognition is technology that can translate spoken words into text . +Some SR systems use `` training '' where an individual speaker reads sections of text into the SR system . +These systems analyze the person 's specific voice and use it to fine tune the recognition of that person 's speech , resulting in more accurate transcription . +Systems that do not use training are called `` Speaker Independent '' systems . +Systems that use training are called `` Speaker Dependent '' systems . +Speech recognition applications include voice user interfaces such as voice dialing -LRB- e.g. , `` Call home '' -RRB- , call routing -LRB- e.g. , `` I would like to make a collect call '' -RRB- , domotic appliance control , search -LRB- e.g. , find a podcast where particular words were spoken -RRB- , simple data entry -LRB- e.g. , entering a credit card number -RRB- , preparation of structured documents -LRB- e.g. , a radiology report -RRB- , speech-to-text processing -LRB- e.g. , word processors or emails -RRB- , and aircraft -LRB- usually termed Direct Voice Input -RRB- . +The term voice recognition refers to finding the identity of `` who '' is speaking , rather than what they are saying . +Recognizing the speaker can simplify the task of translating speech in systems that have been trained on specific person 's voices or it can be used to authenticate or verify the identity of a speaker as part of a security process . +Front-End speech recognition is where the provider dictates into a speech-recognition engine , the recognized words are displayed as they are spoken , and the dictator is responsible for editing and signing off on the document . +Back-End or deferred speech recognition is where the provider dictates into a digital dictation system , the voice is routed through a speech-recognition machine and the recognized draft document is routed along with the original voice file to the editor , where the draft is edited and report finalized . +Deferred speech recognition is widely used in the industry currently . +Many Electronic Medical Records -LRB- EMR -RRB- applications can be more effective and may be performed more easily when deployed in conjunction with a speech-recognition engine . +Searches , queries , and form filling may all be faster to perform by voice than by using a keyboard . +One of the major issues relating to the use of speech recognition in healthcare is that the American Recovery and Reinvestment Act of 2009 -LRB- ARRA -RRB- provides for substantial financial benefits to physicians who utilize an EMR according to `` Meaningful Use '' standards . +These standards require that a substantial amount of data be maintained by the EMR -LRB- now more commonly referred to as an Electronic Health Record or EHR -RRB- . +Unfortunately , in many instances , the use of speech recognition within an EHR will not lead to data maintained within a database , but rather to narrative text . +For this reason , substantial resources are being expended to allow for the use of front-end SR while capturing data within the EHR . +Military High-performance fighter aircraft Substantial efforts have been devoted in the last decade to the test and evaluation of speech recognition in fighter aircraft . +Of particular note is the U.S. program in speech recognition for the Advanced Fighter Technology Integration -LRB- AFTI -RRB- \/ F-16 aircraft -LRB- F-16 VISTA -RRB- , and a program in France installing speech recognition systems on Mirage aircraft , and also programs in the UK dealing with a variety of aircraft platforms . +In these programs , speech recognizers have been operated successfully in fighter aircraft , with applications including : setting radio frequencies , commanding an autopilot system , setting steer-point coordinates and weapons release parameters , and controlling flight displays . +Working with Swedish pilots flying in the JAS-39 Gripen cockpit , Englund -LRB- 2004 -RRB- found recognition deteriorated with increasing G-loads . +It was also concluded that adaptation greatly improved the results in all cases and introducing models for breathing was shown to improve recognition scores significantly . +Contrary to what might be expected , no effects of the broken English of the speakers were found . +It was evident that spontaneous speech caused problems for the recognizer , as could be expected . +A restricted vocabulary , and above all , a proper syntax , could thus be expected to improve recognition accuracy substantially . +The Eurofighter Typhoon currently in service with the UK RAF employs a speaker-dependent system , i.e. it requires each pilot to create a template . +The system is not used for any safety critical or weapon critical tasks , such as weapon release or lowering of the undercarriage , but is used for a wide range of other cockpit functions . +Voice commands are confirmed by visual and\/or aural feedback . +The system is seen as a major design feature in the reduction of pilot workload , and even allows the pilot to assign targets to himself with two simple voice commands or to any of his wingmen with only five commands . +Speaker independent systems are also being developed and are in testing for the F35 Lightning II -LRB- JSF -RRB- and the Alenia Aermacchi M-346 Master lead-in fighter trainer . +These systems have produced word accuracies in excess of 98 % . +Helicopters The problems of achieving high recognition accuracy under stress and noise pertain strongly to the helicopter environment as well as to the jet fighter environment . +The acoustic noise problem is actually more severe in the helicopter environment , not only because of the high noise levels but also because the helicopter pilot , in general , does not wear a facemask , which would reduce acoustic noise in the microphone . +Substantial test and evaluation programs have been carried out in the past decade in speech recognition systems applications in helicopters , notably by the U.S. Army Avionics Research and Development Activity -LRB- AVRADA -RRB- and by the Royal Aerospace Establishment -LRB- RAE -RRB- in the UK . +Work in France has included speech recognition in the Puma helicopter . +There has also been much useful work in Canada . +Results have been encouraging , and voice applications have included : control of communication radios , setting of navigation systems , and control of an automated target handover system . +As in fighter applications , the overriding issue for voice in helicopters is the impact on pilot effectiveness . +Encouraging results are reported for the AVRADA tests , although these represent only a feasibility demonstration in a test environment . +Much remains to be done both in speech recognition and in overall speech recognition technology , in order to consistently achieve performance improvements in operational settings . +Battle management Question book-new . +svg This unreferenced section requires citations to ensure verifiability . +In general , Battle Management command centres require rapid access to and control of large , rapidly changing information databases . +Commanders and system operators need to query these databases as conveniently as possible , in an eyes-busy environment where much of the information is presented in a display format . +Human-machine interaction by voice has the potential to be very useful in these environments . +A number of efforts have been undertaken to interface commercially available isolated-word recognizers into battle management environments . +In one feasibility study , speech recognition equipment was tested in conjunction with an integrated information display for naval battle management applications . +Users were very optimistic about the potential of the system , although capabilities were limited . +Speech understanding programs sponsored by the Defense Advanced Research Projects Agency -LRB- DARPA -RRB- in the U.S. has focused on this problem of natural speech interface . +Speech recognition efforts have focused on a database of continuous speech recognition -LRB- CSR -RRB- , large-vocabulary speech designed to be representative of the naval resource management task . +Significant advances in the state-of-the-art in CSR have been achieved , and current efforts are focused on integrating speech recognition and natural language processing to allow spoken language interaction with a naval resource management system . +Training air traffic controllers Training for air traffic controllers -LRB- ATC -RRB- represents an excellent application for speech recognition systems . +Many ATC training systems currently require a person to act as a `` pseudo-pilot '' , engaging in a voice dialog with the trainee controller , which simulates the dialog that the controller would have to conduct with pilots in a real ATC situation . +Speech recognition and synthesis techniques offer the potential to eliminate the need for a person to act as pseudo-pilot , thus reducing training and support personnel . +In theory , Air controller tasks are also characterized by highly structured speech as the primary output of the controller , hence reducing the difficulty of the speech recognition task should be possible . +In practice , this is rarely the case . +The FAA document 7110.65 details the phrases that should be used by air traffic controllers . +While this document gives less than 150 examples of such phrases , the number of phrases supported by one of the simulation vendors speech recognition systems is in excess of 500,000 . +The USAF , USMC , US Army , US Navy , and FAA as well as a number of international ATC training organizations such as the Royal Australian Air Force and Civil Aviation Authorities in Italy , Brazil , and Canada are currently using ATC simulators with speech recognition from a number of different vendors . +Telephony and other domains ASR in the field of telephony is now commonplace and in the field of computer gaming and simulation is becoming more widespread . +Despite the high level of integration with word processing in general personal computing . +However , ASR in the field of document production has not seen the expected -LRB- by whom ? -RRB- +increases in use . +The improvement of mobile processor speeds made feasible the speech-enabled Symbian and Windows Mobile Smartphones . +Speech is used mostly as a part of User Interface , for creating pre-defined or custom speech commands . +Leading software vendors in this field are : Microsoft Corporation -LRB- Microsoft Voice Command -RRB- , Digital Syphon -LRB- Sonic Extractor -RRB- , Nuance Communications -LRB- Nuance Voice Control -RRB- , Speech Technology Center , Vito Technology -LRB- VITO Voice2Go -RRB- , Speereo Software -LRB- Speereo Voice Translator -RRB- , Verbyx VRX and SVOX . +Further applications Aerospace -LRB- e.g. space exploration , spacecraft , etc. -RRB- NASA 's Mars Polar Lander used speech recognition from technology Sensory , Inc. in the Mars Microphone on the Lander Automatic translation Automotive speech recognition -LRB- e.g. , OnStar , Ford Sync -RRB- Court reporting -LRB- Realtime Speech Writing -RRB- Hands-free computing : Speech recognition computer user interface Home automation Interactive voice response Mobile telephony , including mobile email Multimodal interaction Pronunciation evaluation in computer-aided language learning applications Robotics Speech-to-text reporter -LRB- transcription of speech into text , video captioning , Court reporting -RRB- Telematics -LRB- e.g. , vehicle Navigation Systems -RRB- Transcription -LRB- digital speech-to-text -RRB- Video games , with Tom Clancy 's EndWar and Lifeline as working examples Performance The performance of speech recognition systems is usually evaluated in terms of accuracy and speed . +Accuracy is usually rated with word error rate -LRB- WER -RRB- , whereas speed is measured with the real time factor . +Other measures of accuracy include Single Word Error Rate -LRB- SWER -RRB- and Command Success Rate -LRB- CSR -RRB- . +However , speech recognition -LRB- by a machine -RRB- is a very complex problem . +Vocalizations vary in terms of accent , pronunciation , articulation , roughness , nasality , pitch , volume , and speed . +Speech is distorted by a background noise and echoes , electrical characteristics . +Accuracy of speech recognition vary with the following : Vocabulary size and confusability Speaker dependence vs. independence Isolated , discontinuous , or continuous speech Task and language constraints Read vs. spontaneous speech Adverse conditions Accuracy of speech recognition As mentioned earlier in this article accuracy of speech recogniton vary in following : Error Rates Increase as the Vocabulary Size Grows : e.g. The 10 digits `` zero '' to `` nine '' can be recognized essentially perfectly , but vocabulary sizes of 200 , 5000 or 100000 may have error rates of 3 % , 7 % or 45 % . +Vocabulary is Hard to Recognize if it Contains Confusable Words : e.g. The 26 letters of the English alphabet are difficult to discriminate because they are confusable words -LRB- most notoriously , the E-set : `` B , C , D , E , G , P , T , V , Z '' -RRB- ; An 8 % error rate is considered good for this vocabulary . +Speaker Dependence vs. Independence : A speaker dependent system is intended for use by a single speaker . +A speaker independent system is intended for use by any speaker , more difficult . +Isolated , Discontinuous or Continuous speech With isolated speech single words are used , therefore it becomes easier to recognize the speech . +With discontinuous speech full sentenced separated by silence are used , therefore it becomes easier to recognize the speech as well as with isolated speech . +With continuous speech naturally spoken sentences are used , therefore it becomes harder to recognize the speech , different from both isloated and discontinuous speech . +Task and Language Constraints e.g. Querying application may dismiss the hypothesis `` The apple is red . '' +e.g. Constraints may be semantic ; rejecting `` The apple is angry . '' +e.g. Syntactic ; rejecting `` Red is apple the . '' +Constraints are often represented by a grammar . +Read vs. Spontaneous Speech When a person reads it 's usually in a context that has been previously prepared , but when a person uses spontaneous speech , it is difficult to recognize the speech . +because of the disfluences -LRB- like `` uh '' and `` um '' , false starts , incomplete sentences , stutering , coughing , and laughter -RRB- and limited vocabulary . +Adverse conditions Environmental noise -LRB- e.g. Noise in a car or a factory -RRB- Acoustical distortions -LRB- e.g. echoes , room acoustics -RRB- Speech recognition is a multileveled pattern recognition task . +Acoustical signals are structured into a hierarchy of units ; e.g. Phonemes , Words , Phrases , and Sentences ; Each level provides additional constraints ; e.g. Known word pronunciations or legal word sequences , which can compensate for errors or uncertainties at lower level ; This hierarchy of constraints are exploited ; By combining decisions probabilistically at all lower levels , and making more deterministic decisions only at the highest level ; Speech recogniton by a machine is a process broken into several phases . +Computationally , it is a problem in which a sound pattern has to be recognized or classified into a category that represents a meaning to a human . +Every acoustic signal can be broken in smaller more basic sub-signals . +As the more complex sound signal is broken into the smaller sub-sounds , different levels are created , where at the top level we have complex sounds , which are made of simpler sounds on lower level , and going to lower levels even more , we create more basic and shorter and simpler sounds . +The lowest level , where the sounds are the most fundamental , a machine would check for simple and more probabilistic rules of what sound should represent . +Once these sounds are put together into more complex sound on upper level , a new set of more deterministic rules should predict what new complex sound should represent . +The most upper level of a deterministic rule should figure out the meaning of complex expressions . +In order to expand our knowledge about speech recognition we need to take into a consideration neural networks . +There are four steps of neural network approaches : Digitize the speech that we want to recognize For telephone speech the sampling rate is 8000 samples per second ; Compute features of spectral-domain of the speech -LRB- with Fourier transform -RRB- ; Computed every 10msec , with one 10msec section called a frame ; Analysis of four step neural network approaches can be explained by further information . +Sound is produced by air -LRB- or some other medium -RRB- vibration , which we register by ears , but machines by receivers . +Basic sound creates a wave which has 2 descriptions ; Amplitude -LRB- how strong is it -RRB- , and frequency -LRB- how often it vibrates per second -RRB- . +Digitized Sound Graph This is the same as the wave in the water . +Big wave is strong and smaller ones are usually faster but weaker . +That is how air is distorted , but we do n't see it easily , in order for sound to travel . +These waves can be digitalized : Sample a strength at short intervals like in picture above to get bunch of numbers that approximate at each time step the strength of a wave . +Collection of these numbers represent analog wave . +This new wave is digital . +Sound waves are complicated because they superimpose one on top of each other . +Like the waves would . +This way they create odd looking waves . +For example , if there are two waves that interact with each other we can add them which creates new odd looking wave as is shown in the picture on the right . +Neural Network classifies features into phonetic-based categories ; Given basic sound blocks , that machine digitized , we have a bunch of numbers which describe a wave and waves describe words . +Each frame has a unit block of sound , which are broken into basic sound waves and represented by numbers after Fourier Transform , can be statistically evaluated to set to which class of sounds it belongs to . +The nodes in the figure on a slide represent a feature of a sound in which a feature of a wave from first layer of nodes to a second layer of nodes based on some statistical analysis . +This analysis depends on programer 's instructions . +At this point , a second layer of nodes represents a higher level features of a sound input which is again statistically evaluated to see what class they belong to . +Last level of nodes should be output nodes that tell us with high probability what original sound really was . +Search to match the neural-network output scores for the best word , to determine the word that was most likely uttered ; A machine speech recognition using neural network is still just a fancy statistics . +Artificial neural network has specialized output nodes for results , unlike brain . +Our brain recognizes the meaning of words in fundamentally different way . +Our brain is entirely committed into the perception of sound . +When we hear sound , our life experience is brought together to action of listening to set a sound into a appropriate perspective so it is meaningful . +Brain has a purpose when it listens for a sound that is steered toward actions . +In 1982 , Kurzweil Applied Intelligence and Dragon Systems released speech recognition products . +By 1985 , Kurzweil 's software had a vocabulary of 1,000 words -- if uttered one word at a time . +Two years later , in 1987 , its lexicon reached 20,000 words , entering the realm of human vocabularies , which range from 10,000 to 150,000 words . +But recognition accuracy was only 10 % in 1993 . +Two years later , the error rate crossed below 50 % . +Dragon Systems released `` Naturally Speaking '' in 1997 , which recognized normal human speech . +Progress mainly came from improved computer performance and larger source text databases . +The Brown Corpus was the first major database available , containing several million words . +In 2006 , Google published a trillion-word corpus , while Carnegie Mellon University researchers found no significant increase in recognition accuracy . +Algorithms Both acoustic modeling and language modeling are important parts of modern statistically-based speech recognition algorithms . +Hidden Markov models -LRB- HMMs -RRB- are widely used in many systems . +Language modeling has many other applications such as smart keyboard and document classification . +Hidden Markov models Main article : Hidden Markov model Modern general-purpose speech recognition systems are based on Hidden Markov Models . +These are statistical models that output a sequence of symbols or quantities . +HMMs are used in speech recognition because a speech signal can be viewed as a piecewise stationary signal or a short-time stationary signal . +In a short time-scales -LRB- e.g. , 10 milliseconds -RRB- , speech can be approximated as a stationary process . +Speech can be thought of as a Markov model for many stochastic purposes . +Another reason why HMMs are popular is because they can be trained automatically and are simple and computationally feasible to use . +In speech recognition , the hidden Markov model would output a sequence of n-dimensional real-valued vectors -LRB- with n being a small integer , such as 10 -RRB- , outputting one of these every 10 milliseconds . +The vectors would consist of cepstral coefficients , which are obtained by taking a Fourier transform of a short time window of speech and decorrelating the spectrum using a cosine transform , then taking the first -LRB- most significant -RRB- coefficients . +The hidden Markov model will tend to have in each state a statistical distribution that is a mixture of diagonal covariance Gaussians , which will give a likelihood for each observed vector . +Each word , or -LRB- for more general speech recognition systems -RRB- , each phoneme , will have a different output distribution ; a hidden Markov model for a sequence of words or phonemes is made by concatenating the individual trained hidden Markov models for the separate words and phonemes . +Described above are the core elements of the most common , HMM-based approach to speech recognition . +Modern speech recognition systems use various combinations of a number of standard techniques in order to improve results over the basic approach described above . +A typical large-vocabulary system would need context dependency for the phonemes -LRB- so phonemes with different left and right context have different realizations as HMM states -RRB- ; it would use cepstral normalization to normalize for different speaker and recording conditions ; for further speaker normalization it might use vocal tract length normalization -LRB- VTLN -RRB- for male-female normalization and maximum likelihood linear regression -LRB- MLLR -RRB- for more general speaker adaptation . +The features would have so-called delta and delta-delta coefficients to capture speech dynamics and in addition might use heteroscedastic linear discriminant analysis -LRB- HLDA -RRB- ; or might skip the delta and delta-delta coefficients and use splicing and an LDA-based projection followed perhaps by heteroscedastic linear discriminant analysis or a global semitied covariance transform -LRB- also known as maximum likelihood linear transform , or MLLT -RRB- . +Many systems use so-called discriminative training techniques that dispense with a purely statistical approach to HMM parameter estimation and instead optimize some classification-related measure of the training data . +Examples are maximum mutual information -LRB- MMI -RRB- , minimum classification error -LRB- MCE -RRB- and minimum phone error -LRB- MPE -RRB- . +Decoding of the speech -LRB- the term for what happens when the system is presented with a new utterance and must compute the most likely source sentence -RRB- would probably use the Viterbi algorithm to find the best path , and here there is a choice between dynamically creating a combination hidden Markov model , which includes both the acoustic and language model information , and combining it statically beforehand -LRB- the finite state transducer , or FST , approach -RRB- . +A possible improvement to decoding is to keep a set of good candidates instead of just keeping the best candidate , and to use a better scoring function -LRB- rescoring -RRB- to rate these good candidates so that we may pick the best one according to this refined score . +The set of candidates can be kept either as a list -LRB- the N-best list approach -RRB- or as a subset of the models -LRB- a lattice -RRB- . +Rescoring is usually done by trying to minimize the Bayes risk -LRB- or an approximation thereof -RRB- : Instead of taking the source sentence with maximal probability , we try to take the sentence that minimizes the expectancy of a given loss function with regards to all possible transcriptions -LRB- i.e. , we take the sentence that minimizes the average distance to other possible sentences weighted by their estimated probability -RRB- . +The loss function is usually the Levenshtein distance , though it can be different distances for specific tasks ; the set of possible transcriptions is , of course , pruned to maintain tractability . +Efficient algorithms have been devised to rescore lattices represented as weighted finite state transducers with edit distances represented themselves as a finite state transducer verifying certain assumptions . +Dynamic time warping -LRB- DTW -RRB- - based speech recognition Main article : Dynamic time warping Dynamic time warping is an approach that was historically used for speech recognition but has now largely been displaced by the more successful HMM-based approach . +Dynamic time warping is an algorithm for measuring similarity between two sequences that may vary in time or speed . +For instance , similarities in walking patterns would be detected , even if in one video the person was walking slowly and if in another he or she were walking more quickly , or even if there were accelerations and decelerations during the course of one observation . +DTW has been applied to video , audio , and graphics -- indeed , any data that can be turned into a linear representation can be analyzed with DTW . +A well-known application has been automatic speech recognition , to cope with different speaking speeds . +In general , it is a method that allows a computer to find an optimal match between two given sequences -LRB- e.g. , time series -RRB- with certain restrictions . +That is , the sequences are `` warped '' non-linearly to match each other . +This sequence alignment method is often used in the context of hidden Markov models ... . +Neural networks Main article : Neural networks Neural networks emerged as an attractive acoustic modeling approach in ASR in the late 1980s . +Since then , neural networks have been used in many aspects of speech recognition such as phoneme classification , isolated word recognition , and speaker adaptation . +In contrast to HMMs , neural networks make no assumptions about feature statistical properties and have several qualities making them attractive recognition models for speech recognition . +When used to estimate the probabilities of a speech feature segment , neural networks allow discriminative training in a natural and efficient manner . +Few assumptions on the statistics of input features are made with neural networks . +However , in spite of their effectiveness in classifying short-time units such as individual phones and isolated words , neural networks are rarely successful for continuous recognition tasks , largely because of their lack of ability to model temporal dependencies . +Thus , one alternative approach is to use neural networks as a pre-processing e.g. feature transformation , dimensionality reduction , for the HMM based recognition . +Further information Popular speech recognition conferences held each year or two include SpeechTEK and SpeechTEK Europe , ICASSP , Eurospeech\/ICSLP -LRB- now named Interspeech -RRB- and the IEEE ASRU . +Conferences in the field of Natural language processing , such as ACL , NAACL , EMNLP , and HLT , are beginning to include papers on speech processing . +Important journals include the IEEE Transactions on Speech and Audio Processing -LRB- now named IEEE Transactions on Audio , Speech and Language Processing -RRB- , Computer Speech and Language , and Speech Communication . +Books like `` Fundamentals of Speech Recognition '' by Lawrence Rabiner can be useful to acquire basic knowledge but may not be fully up to date -LRB- 1993 -RRB- . +A very recent book -LRB- Dec. 2011 -RRB- , `` Fundamentals of Speaker Recognition '' by Homayoon Beigi covers the more recent developments in some detail . +Although the title concentrates on speaker recognition , but a large portion of the book applies directly to speech recognition , with a lot of valuable detailed background material . +Another good source can be `` Statistical Methods for Speech Recognition '' by Frederick Jelinek and `` Spoken Language Processing -LRB- 2001 -RRB- '' by Xuedong Huang etc. . +More up to date is `` Computer Speech '' , by Manfred R. Schroeder , second edition published in 2004 . +The recently updated textbook of `` Speech and Language Processing -LRB- 2008 -RRB- '' by Jurafsky and Martin presents the basics and the state of the art for ASR . +A good insight into the techniques used in the best modern systems can be gained by paying attention to government sponsored evaluations such as those organised by DARPA -LRB- the largest speech recognition-related project ongoing as of 2007 is the GALE project , which involves both speech recognition and translation components -RRB- . +In terms of freely available resources , Carnegie Mellon University 's SPHINX toolkit is one place to start to both learn about speech recognition and to start experimenting . +Another resource -LRB- free as in free beer , not as in free speech -RRB- is the HTK book -LRB- and the accompanying HTK toolkit -RRB- . +The AT&T libraries GRM library , and DCD library are also general software libraries for large-vocabulary speech recognition . +For more software resources , see List of speech recognition software . +A useful review of the area of robustness in ASR is provided by Junqua and Haton -LRB- 1995 -RRB- . +People with disabilities People with disabilities can benefit from speech recognition programs . +For individuals that are Deaf or Hard of Hearing , speech recognition software is used to automatically generate a closed-captioning of conversations such as discussions in conference rooms , classroom lectures , and\/or religious services . +Speech recognition is also very useful for people who have difficulty using their hands , ranging from mild repetitive stress injuries to involved disabilities that preclude using conventional computer input devices . +In fact , people who used the keyboard a lot and developed RSI became an urgent early market for speech recognition . +Speech recognition is used in deaf telephony , such as voicemail to text , relay services , and captioned telephone . +Individuals with learning disabilities who have problems with thought-to-paper communication -LRB- essentially they think of an idea but it is processed incorrectly causing it to end up differently on paper -RRB- can benefit from the software -LRB- citation needed -RRB- . +-LRB- icon -RRB- This section requires expansion . +Current research and funding Measuring progress in speech recognition performance is difficult and controversial . +Some speech recognition tasks are much more difficult than others . +Word error rates on some tasks are less than 1 % . +On others they can be as high as 50 % . +Sometimes it even appears that performance is going backward , as researchers undertake harder tasks that have higher error rates . +Because progress is slow and is difficult to measure , there is some perception that performance has plateaued and that funding has dried up or shifted priorities . +Such perceptions are not new . +In 1969 , John Pierce wrote an open letter that did cause much funding to dry up for several years . +In 1993 there was a strong feeling that performance had plateaued and there were workshops dedicated to the issue . +However , in the 1990s , funding continued more or less uninterrupted and performance continued , slowly but steadily , to improve . +For the past thirty years , speech recognition research has been characterized by the steady accumulation of small incremental improvements . +There has also been a trend to change focus to more difficult tasks due both to progress in speech recognition performance and to the availability of faster computers . +In particular , this shifting to more difficult tasks has characterized DARPA funding of speech recognition since the 1980s . +In the last decade , it has continued with the EARS project , which undertook recognition of Mandarin and Arabic in addition to English , and the GALE project , which focused solely on Mandarin and Arabic and required translation simultaneously with speech recognition . +Commercial research and other academic research also continue to focus on increasingly difficult problems . +One key area is to improve robustness of speech recognition performance , not just robustness against noise but robustness against any condition that causes a major degradation in performance . +Another key area of research is focused on an opportunity rather than a problem . +This research attempts to take advantage of the fact that in many applications there is a large quantity of speech data available , up to millions of hours . +It is too expensive to have humans transcribe such large quantities of speech , so the research focus is on developing new methods of machine learning that can effectively utilize large quantities of unlabeled data . +Another area of research is better understanding of human capabilities and to use this understanding to improve machine recognition performance . +Speech segmentation is the process of identifying the boundaries between words , syllables , or phonemes in spoken natural languages . +The term applies both to the mental processes used by humans , and to artificial processes of natural language processing . +Speech segmentation is an important subproblem of speech recognition , and can not be adequately solved in isolation . +As in most natural language processing problems , one must take into account context , grammar , and semantics , and even so the result is often a probabilistic division rather than a categorical . +A comprehensive survey of speech segmentation problems and techniques can be seen in . +Some writing systems indicate speech segmentation between words by a word divider , such as the space . +The difficulty of this problem is compounded by the phenomenon of co-articulation of speech sounds , where one may be modified in various ways by the adjacent sounds : it may blend smoothly with them , fuse with them , split , or even disappear . +This phenomenon may happen between adjacent words just as easily as within a single word . +The notion that speech is produced like writing , as a sequence of distinct vowels and consonants , is a relic of our alphabetic heritage -LRB- citation needed -RRB- . +In fact , the way we produce vowels depends on the surrounding consonants and the way we produce consonants depends on the surrounding vowels . +For example , when we say ` kit ' , the -LRB- k -RRB- is farther forward than when we say ` caught ' . +But also the vowel in ` kick ' is phonetically different from the vowel in ` kit ' , though we normally do not hear this . +In addition , there are language-specific changes which occur on casual speech which makes it quite different from spelling . +For example , in English , the phrase ` hit you ' could often be more appropriately spelled ` hitcha ' . +Therefore , even with the best algorithms , the result of phonetic segmentation will usually be very distant from the standard written language . +For this reason , the lexical and syntactic parsing of spoken text normally requires specialized algorithms , distinct from those used for parsing written text . +Statistical models can be used to segment and align recorded speech to words or phones . +Applications include automatic lip-synch timing for cartoon animation , follow-the-bouncing-ball video sub-titling , and linguistic research . +Automatic segmentation and alignment software is commercially available . +Lexical segmentation In all natural languages , the meaning of a complex spoken sentence -LRB- which often has never been heard or uttered before -RRB- can be understood only by decomposing it into smaller lexical segments -LRB- roughly , the words of the language -RRB- , associating a meaning to each segment , and then combining those meanings according to the grammar rules of the language . +The recognition of each lexical segment in turn requires its decomposition into a sequence of discrete phonetic segments and mapping each segment to one element of a finite set of elementary sounds -LRB- roughly , the phonemes of the language -RRB- ; the meaning then can be found by standard table lookup algorithms . +For most spoken languages , the boundaries between lexical units are surprisingly difficult to identify . +One might expect that the inter-word spaces used by many written languages , like English or Spanish , would correspond to pauses in their spoken version ; but that is true only in very slow speech , when the speaker deliberately inserts those pauses . +In normal speech , one typically finds many consecutive words being said with no pauses between them , and often the final sounds of one word blend smoothly or fuse with the initial sounds of the next word . +Moreover , an utterance can have different meanings depending on how it is split into words . +A popular example , often quoted in the field , is the phrase How to wreck a nice beach , which sounds very similar to How to recognize speech . +As this example shows , proper lexical segmentation depends on context and semantics which draws on the whole of human knowledge and experience , and would thus require advanced pattern recognition and artificial intelligence technologies to be implemented on a computer . +This problem overlaps to some extent with the problem of text segmentation that occurs in some languages which are traditionally written without inter-word spaces , like Chinese and Japanese . +However , even for those languages , text segmentation is often much easier than speech segmentation , because the written language usually has little interference between adjacent words , and often contains additional clues not present in speech -LRB- such as the use of Chinese characters for word stems in Japanese -RRB- . +Text segmentation is the process of dividing written text into meaningful units , such as words , sentences , or topics . +The term applies both to mental processes used by humans when reading text , and to artificial processes implemented in computers , which are the subject of natural language processing . +The problem is non-trivial , because while some written languages have explicit word boundary markers , such as the word spaces of written English and the distinctive initial , medial and final letter shapes of Arabic , such signals are sometimes ambiguous and not present in all written languages . +Compare speech segmentation , the process of dividing speech into linguistically meaningful portions . +In English and many other languages using some form of the Latin alphabet , the space is a good approximation of a word delimiter . +-LRB- Some examples where the space character alone may not be sufficient include contractions like ca n't for can not . -RRB- +However the equivalent to this character is not found in all written scripts , and without it word segmentation is a difficult problem . +Languages which do not have a trivial word segmentation process include Chinese , Japanese , where sentences but not words are delimited , Thai and Lao , where phrases and sentences but not words are delimited , and Vietnamese , where syllables but not words are delimited . +In some writing systems however , such as the Ge'ez script used for Amharic and Tigrinya among other languages , words are explicitly delimited -LRB- at least historically -RRB- with a non-whitespace character . +The Unicode Consortium has published a Standard Annex on Text Segmentation , exploring the issues of segmentation in multiscript texts . +Word splitting is the process of parsing concatenated text -LRB- i.e. text that contains no spaces or other word separators -RRB- to infer where word breaks exist . +Word splitting may also refer to the process of hyphenation . +Sentence segmentation Sentence segmentation is the problem of dividing a string of written language into its component sentences . +In English and some other languages , using punctuation , particularly the full stop character is a reasonable approximation . +However even in English this problem is not trivial due to the use of the full stop character for abbreviations , which may or may not also terminate a sentence . +For example Mr. is not its own sentence in `` Mr. Smith went to the shops in Jones Street . '' +When processing plain text , tables of abbreviations that contain periods can help prevent incorrect assignment of sentence boundaries . +As with word segmentation , not all written languages contain punctuation characters which are useful for approximating sentence boundaries . +Other segmentation problems Processes may be required to segment text into segments besides words , including morphemes -LRB- a task usually called morphological analysis -RRB- , paragraphs , topics or discourse turns . +A document may contain multiple topics , and the task of computerized text segmentation may be to discover these topics automatically and segment the text accordingly . +The topic boundaries may be apparent from section titles and paragraphs . +In other cases one needs to use techniques similar to those used in document classification . +Many different approaches have been tried . +Automatic segmentation approaches Automatic segmentation is the problem in natural language processing of implementing a computer process to segment text . +When punctuation and similar clues are not consistently available , the segmentation task often requires fairly non-trivial techniques , such as statistical decision-making , large dictionaries , as well as consideration of syntactic and semantic constraints . +Effective natural language processing systems and text segmentation tools usually operate on text in specific domains and sources . +As an example , processing text used in medical records is a very different problem than processing news articles or real estate advertisements . +The process of developing text segmentation tools starts with collecting a large corpus of text in an application domain . +There are two general approaches : Manual analysis of text and writing custom software Annotate the sample corpus with boundary information and use Machine Learning Some text segmentation systems take advantage of any markup like HTML and know document formats like PDF to provide additional evidence for sentence and paragraph boundaries . diff --git a/data/wiki-en-train.norm_pos b/data/wiki-en-train.norm_pos new file mode 100644 index 0000000..6a44925 --- /dev/null +++ b/data/wiki-en-train.norm_pos @@ -0,0 +1,1301 @@ +Natural_JJ language_NN processing_NN -LRB-_-LRB- NLP_NN -RRB-_-RRB- is_VBZ a_DT field_NN of_IN computer_NN science_NN ,_, artificial_JJ intelligence_NN -LRB-_-LRB- also_RB called_VBN machine_NN learning_NN -RRB-_-RRB- ,_, and_CC linguistics_NNS concerned_VBN with_IN the_DT interactions_NNS between_IN computers_NNS and_CC human_JJ -LRB-_-LRB- natural_JJ -RRB-_-RRB- languages_NNS ._. +Specifically_RB ,_, it_PRP is_VBZ the_DT process_NN of_IN a_DT computer_NN extracting_VBG meaningful_JJ information_NN from_IN natural_JJ language_NN input_NN and\/or_CC producing_VBG natural_JJ language_NN output_NN ._. +In_IN theory_NN ,_, natural_JJ language_NN processing_NN is_VBZ a_DT very_RB attractive_JJ method_NN of_IN human_JJ --_: computer_NN interaction_NN ._. +Natural_JJ language_NN understanding_NN is_VBZ sometimes_RB referred_VBN to_TO as_IN an_DT AI-complete_JJ problem_NN because_IN it_PRP seems_VBZ to_TO require_VB extensive_JJ knowledge_NN about_IN the_DT outside_JJ world_NN and_CC the_DT ability_NN to_TO manipulate_VB it_PRP ._. +Whether_NNP NLP_NNP is_VBZ distinct_JJ from_IN ,_, or_CC identical_JJ to_TO ,_, the_DT field_NN of_IN computational_JJ linguistics_NNS is_VBZ a_DT matter_NN of_IN perspective_NN ._. +The_DT Association_NNP for_IN Computational_NNP Linguistics_NNPS defines_VBZ the_DT latter_JJ as_IN focusing_VBG on_IN the_DT theoretical_JJ aspects_NNS of_IN NLP_NNP ._. +On_IN the_DT other_JJ hand_NN ,_, the_DT open-access_JJ journal_NN ``_`` Computational_JJ Linguistics_NNS ''_'' ,_, styles_NNS itself_PRP as_IN ``_`` the_DT longest_JJS running_VBG publication_NN devoted_VBD exclusively_RB to_TO the_DT design_NN and_CC analysis_NN of_IN natural_JJ language_NN processing_NN systems_NNS ''_'' -LRB-_-LRB- Computational_NNP Linguistics_NNP -LRB-_-LRB- Journal_NNP -RRB-_-RRB- -RRB-_-RRB- Modern_NNP NLP_NNP algorithms_NNS are_VBP grounded_VBN in_IN machine_NN learning_NN ,_, especially_RB statistical_JJ machine_NN learning_NN ._. +Research_NN into_IN modern_JJ statistical_JJ NLP_NN algorithms_NNS requires_VBZ an_DT understanding_NN of_IN a_DT number_NN of_IN disparate_JJ fields_NNS ,_, including_VBG linguistics_NNS ,_, computer_NN science_NN ,_, and_CC statistics_NNS ._. +For_IN a_DT discussion_NN of_IN the_DT types_NNS of_IN algorithms_NNS currently_RB used_VBN in_IN NLP_NNP ,_, see_VBP the_DT article_NN on_IN pattern_NN recognition_NN ._. +An_DT automated_JJ online_NN assistant_NN providing_VBG customer_NN service_NN on_IN a_DT web_NN page_NN ,_, an_DT example_NN of_IN an_DT application_NN where_WRB natural_JJ language_NN processing_NN is_VBZ a_DT major_JJ component_NN ._. +In_IN 1950_CD ,_, Alan_NNP Turing_NNP published_VBD his_PRP$ famous_JJ article_NN ``_`` Computing_NNP Machinery_NNP and_CC Intelligence_NNP ''_'' which_WDT proposed_VBD what_WP is_VBZ now_RB called_VBN the_DT Turing_NNP test_NN as_IN a_DT criterion_NN of_IN intelligence_NN ._. +This_DT criterion_NN depends_VBZ on_IN the_DT ability_NN of_IN a_DT computer_NN program_NN to_TO impersonate_VB a_DT human_NN in_IN a_DT real-time_JJ written_JJ conversation_NN with_IN a_DT human_JJ judge_NN ,_, sufficiently_RB well_RB that_IN the_DT judge_NN is_VBZ unable_JJ to_TO distinguish_VB reliably_RB --_: on_IN the_DT basis_NN of_IN the_DT conversational_JJ content_NN alone_RB --_: between_IN the_DT program_NN and_CC a_DT real_JJ human_NN ._. +The_DT Georgetown_NNP experiment_NN in_IN 1954_CD involved_VBD fully_RB automatic_JJ translation_NN of_IN more_JJR than_IN sixty_CD Russian_JJ sentences_NNS into_IN English_NNP ._. +The_DT authors_NNS claimed_VBD that_IN within_IN three_CD or_CC five_CD years_NNS ,_, machine_NN translation_NN would_MD be_VB a_DT solved_VBN problem_NN ._. +However_RB ,_, real_JJ progress_NN was_VBD much_RB slower_JJR ,_, and_CC after_IN the_DT ALPAC_NNP report_NN in_IN 1966_CD ,_, which_WDT found_VBD that_IN ten_CD years_NNS long_JJ research_NN had_VBD failed_VBN to_TO fulfill_VB the_DT expectations_NNS ,_, funding_VBG for_IN machine_NN translation_NN was_VBD dramatically_RB reduced_VBN ._. +Little_JJ further_JJ research_NN in_IN machine_NN translation_NN was_VBD conducted_VBN until_IN the_DT late_JJ 1980s_NNS ,_, when_WRB the_DT first_JJ statistical_JJ machine_NN translation_NN systems_NNS were_VBD developed_VBN ._. +Some_DT notably_RB successful_JJ NLP_NNP systems_NNS developed_VBD in_IN the_DT 1960s_NNS were_VBD SHRDLU_NNP ,_, a_DT natural_JJ language_NN system_NN working_VBG in_IN restricted_JJ ``_`` blocks_NNS worlds_NNS ''_'' with_IN restricted_JJ vocabularies_NNS ,_, and_CC ELIZA_NNP ,_, a_DT simulation_NN of_IN a_DT Rogerian_JJ psychotherapist_NN ,_, written_VBN by_IN Joseph_NNP Weizenbaum_NNP between_IN 1964_CD to_TO 1966_CD ._. +Using_VBG almost_RB no_DT information_NN about_IN human_JJ thought_NN or_CC emotion_NN ,_, ELIZA_NNP sometimes_RB provided_VBD a_DT startlingly_RB human-like_JJ interaction_NN ._. +When_WRB the_DT ``_`` patient_NN ''_'' exceeded_VBD the_DT very_RB small_JJ knowledge_NN base_NN ,_, ELIZA_NNP might_MD provide_VB a_DT generic_JJ response_NN ,_, for_IN example_NN ,_, responding_VBG to_TO ``_`` My_PRP$ head_NN hurts_VBZ ''_'' with_IN ``_`` Why_WRB do_VBP you_PRP say_VB your_PRP$ head_NN hurts_VBZ ?_. ''_'' ._. +During_IN the_DT 70_CD 's_POS many_JJ programmers_NNS began_VBD to_TO write_VB `_`` conceptual_JJ ontologies_NNS '_POS ,_, which_WDT structured_VBD real-world_JJ information_NN into_IN computer-understandable_JJ data_NNS ._. +Examples_NNS are_VBP MARGIE_NNP -LRB-_-LRB- Schank_NNP ,_, 1975_CD -RRB-_-RRB- ,_, SAM_NNP -LRB-_-LRB- Cullingford_NNP ,_, 1978_CD -RRB-_-RRB- ,_, PAM_NNS -LRB-_-LRB- Wilensky_NNP ,_, 1978_CD -RRB-_-RRB- ,_, TaleSpin_NNP -LRB-_-LRB- Meehan_NNP ,_, 1976_CD -RRB-_-RRB- ,_, QUALM_NN -LRB-_-LRB- Lehnert_NNP ,_, 1977_CD -RRB-_-RRB- ,_, Politics_NNS -LRB-_-LRB- Carbonell_NNP ,_, 1979_CD -RRB-_-RRB- ,_, and_CC Plot_NN Units_NNS -LRB-_-LRB- Lehnert_NNP 1981_CD -RRB-_-RRB- ._. +During_IN this_DT time_NN ,_, many_JJ chatterbots_NNS were_VBD written_VBN including_VBG PARRY_NN ,_, Racter_NN ,_, and_CC Jabberwacky_NNP ._. +Up_IN to_TO the_DT 1980s_CD ,_, most_JJS NLP_NNP systems_NNS were_VBD based_VBN on_IN complex_JJ sets_NNS of_IN hand-written_JJ rules_NNS ._. +Starting_VBG in_IN the_DT late_JJ 1980s_NNS ,_, however_RB ,_, there_EX was_VBD a_DT revolution_NN in_IN NLP_NN with_IN the_DT introduction_NN of_IN machine_NN learning_NN algorithms_NNS for_IN language_NN processing_NN ._. +This_DT was_VBD due_JJ both_DT to_TO the_DT steady_JJ increase_NN in_IN computational_JJ power_NN resulting_VBG from_IN Moore_NNP 's_POS Law_NN and_CC the_DT gradual_JJ lessening_VBG of_IN the_DT dominance_NN of_IN Chomskyan_JJ theories_NNS of_IN linguistics_NNS -LRB-_-LRB- e.g._FW transformational_JJ grammar_NN -RRB-_-RRB- ,_, whose_WP$ theoretical_JJ underpinnings_NNS discouraged_VBD the_DT sort_NN of_IN corpus_NN linguistics_NNS that_WDT underlies_VBZ the_DT machine-learning_JJ approach_NN to_TO language_NN processing_NN ._. +Some_DT of_IN the_DT earliest-used_JJ machine_NN learning_NN algorithms_NNS ,_, such_JJ as_IN decision_NN trees_NNS ,_, produced_VBD systems_NNS of_IN hard_JJ if-then_JJ rules_NNS similar_JJ to_TO existing_VBG hand-written_JJ rules_NNS ._. +Increasingly_RB ,_, however_RB ,_, research_NN has_VBZ focused_VBN on_IN statistical_JJ models_NNS ,_, which_WDT make_VBP soft_JJ ,_, probabilistic_JJ decisions_NNS based_VBN on_IN attaching_VBG real-valued_JJ weights_NNS to_TO the_DT features_NNS making_VBG up_RP the_DT input_NN data_NNS ._. +The_DT cache_NN language_NN models_NNS upon_IN which_WDT many_JJ speech_NN recognition_NN systems_NNS now_RB rely_VBP are_VBP examples_NNS of_IN such_JJ statistical_JJ models_NNS ._. +Such_JJ models_NNS are_VBP generally_RB more_RBR robust_JJ when_WRB given_VBN unfamiliar_JJ input_NN ,_, especially_RB input_NN that_WDT contains_VBZ errors_NNS -LRB-_-LRB- as_IN is_VBZ very_RB common_JJ for_IN real-world_JJ data_NNS -RRB-_-RRB- ,_, and_CC produce_VBP more_RBR reliable_JJ results_NNS when_WRB integrated_VBN into_IN a_DT larger_JJR system_NN comprising_VBG multiple_JJ subtasks_NNS ._. +Many_JJ of_IN the_DT notable_JJ early_JJ successes_NNS occurred_VBD in_IN the_DT field_NN of_IN machine_NN translation_NN ,_, due_JJ especially_RB to_TO work_VB at_IN IBM_NNP Research_NNP ,_, where_WRB successively_RB more_RBR complicated_JJ statistical_JJ models_NNS were_VBD developed_VBN ._. +These_DT systems_NNS were_VBD able_JJ to_TO take_VB advantage_NN of_IN existing_VBG multilingual_JJ textual_JJ corpora_NN that_WDT had_VBD been_VBN produced_VBN by_IN the_DT Parliament_NNP of_IN Canada_NNP and_CC the_DT European_NNP Union_NNP as_IN a_DT result_NN of_IN laws_NNS calling_VBG for_IN the_DT translation_NN of_IN all_DT governmental_JJ proceedings_NNS into_IN all_DT official_JJ languages_NNS of_IN the_DT corresponding_JJ systems_NNS of_IN government_NN ._. +However_RB ,_, most_RBS other_JJ systems_NNS depended_VBD on_IN corpora_NN specifically_RB developed_VBD for_IN the_DT tasks_NNS implemented_VBN by_IN these_DT systems_NNS ,_, which_WDT was_VBD -LRB-_-LRB- and_CC often_RB continues_VBZ to_TO be_VB -RRB-_-RRB- a_DT major_JJ limitation_NN in_IN the_DT success_NN of_IN these_DT systems_NNS ._. +As_IN a_DT result_NN ,_, a_DT great_JJ deal_NN of_IN research_NN has_VBZ gone_VBN into_IN methods_NNS of_IN more_RBR effectively_RB learning_VBG from_IN limited_JJ amounts_NNS of_IN data_NNS ._. +Recent_JJ research_NN has_VBZ increasingly_RB focused_VBN on_IN unsupervised_JJ and_CC semi-supervised_JJ learning_NN algorithms_NNS ._. +Such_JJ algorithms_NNS are_VBP able_JJ to_TO learn_VB from_IN data_NNS that_WDT has_VBZ not_RB been_VBN hand-annotated_JJ with_IN the_DT desired_VBN answers_NNS ,_, or_CC using_VBG a_DT combination_NN of_IN annotated_JJ and_CC non-annotated_JJ data_NNS ._. +Generally_RB ,_, this_DT task_NN is_VBZ much_RB more_RBR difficult_JJ than_IN supervised_JJ learning_NN ,_, and_CC typically_RB produces_VBZ less_RBR accurate_JJ results_NNS for_IN a_DT given_VBN amount_NN of_IN input_NN data_NNS ._. +However_RB ,_, there_EX is_VBZ an_DT enormous_JJ amount_NN of_IN non-annotated_JJ data_NNS available_JJ -LRB-_-LRB- including_VBG ,_, among_IN other_JJ things_NNS ,_, the_DT entire_JJ content_NN of_IN the_DT World_NNP Wide_NN Web_NN -RRB-_-RRB- ,_, which_WDT can_MD often_RB make_VB up_RP for_IN the_DT inferior_JJ results_NNS ._. +NLP_NN using_VBG machine_NN learning_NN As_IN described_VBN above_JJ ,_, modern_JJ approaches_NNS to_TO natural_JJ language_NN processing_NN -LRB-_-LRB- NLP_NN -RRB-_-RRB- are_VBP grounded_VBN in_IN machine_NN learning_NN ._. +The_DT paradigm_NN of_IN machine_NN learning_NN is_VBZ different_JJ from_IN that_DT of_IN most_JJS prior_JJ attempts_NNS at_IN language_NN processing_NN ._. +Prior_JJ implementations_NNS of_IN language-processing_JJ tasks_NNS typically_RB involved_VBD the_DT direct_JJ hand_NN coding_NN of_IN large_JJ sets_NNS of_IN rules_NNS ._. +The_DT machine-learning_JJ paradigm_NN calls_NNS instead_RB for_IN using_VBG general_JJ learning_NN algorithms_NNS --_: often_RB ,_, although_IN not_RB always_RB ,_, grounded_VBN in_IN statistical_JJ inference_NN --_: to_TO automatically_RB learn_VB such_JJ rules_NNS through_IN the_DT analysis_NN of_IN large_JJ corpora_NN of_IN typical_JJ real-world_JJ examples_NNS ._. +A_DT corpus_NN -LRB-_-LRB- plural_NN ,_, ``_`` corpora_NN ''_'' -RRB-_-RRB- is_VBZ a_DT set_NN of_IN documents_NNS -LRB-_-LRB- or_CC sometimes_RB ,_, individual_JJ sentences_NNS -RRB-_-RRB- that_WDT have_VBP been_VBN hand-annotated_JJ with_IN the_DT correct_JJ values_NNS to_TO be_VB learned_VBN ._. +Consider_VB the_DT task_NN of_IN part_NN of_IN speech_NN tagging_NN ,_, i.e._FW determining_VBG the_DT correct_JJ part_NN of_IN speech_NN of_IN each_DT word_NN in_IN a_DT given_VBN sentence_NN ,_, typically_RB one_CD that_WDT has_VBZ never_RB been_VBN seen_VBN before_RB ._. +A_DT typical_JJ machine-learning-based_JJ implementation_NN of_IN a_DT part_NN of_IN speech_NN tagger_NN proceeds_VBZ in_IN two_CD steps_NNS ,_, a_DT training_NN step_NN and_CC an_DT evaluation_NN step_NN ._. +The_DT first_JJ step_NN --_: the_DT training_NN step_NN --_: makes_VBZ use_NN of_IN a_DT corpus_NN of_IN training_NN data_NNS ,_, which_WDT consists_VBZ of_IN a_DT large_JJ number_NN of_IN sentences_NNS ,_, each_DT of_IN which_WDT has_VBZ the_DT correct_JJ part_NN of_IN speech_NN attached_VBN to_TO each_DT word_NN ._. +-LRB-_-LRB- An_DT example_NN of_IN such_PDT a_DT corpus_NN in_IN common_JJ use_NN is_VBZ the_DT Penn_NNP Treebank_NNP ._. +This_DT includes_VBZ -LRB-_-LRB- among_IN other_JJ things_NNS -RRB-_-RRB- a_DT set_NN of_IN 500_CD texts_NNS from_IN the_DT Brown_NNP Corpus_NNP ,_, containing_VBG examples_NNS of_IN various_JJ genres_NNS of_IN text_NN ,_, and_CC 2500_CD articles_NNS from_IN the_DT Wall_NNP Street_NNP Journal_NNP ._. -RRB-_-RRB- +This_DT corpus_NN is_VBZ analyzed_VBN and_CC a_DT learning_NN model_NN is_VBZ generated_VBN from_IN it_PRP ,_, consisting_VBG of_IN automatically_RB created_VBN rules_NNS for_IN determining_VBG the_DT part_NN of_IN speech_NN for_IN a_DT word_NN in_IN a_DT sentence_NN ,_, typically_RB based_VBN on_IN the_DT nature_NN of_IN the_DT word_NN in_IN question_NN ,_, the_DT nature_NN of_IN surrounding_VBG words_NNS ,_, and_CC the_DT most_RBS likely_JJ part_NN of_IN speech_NN for_IN those_DT surrounding_VBG words_NNS ._. +The_DT model_NN that_WDT is_VBZ generated_VBN is_VBZ typically_RB the_DT best_JJS model_NN that_WDT can_MD be_VB found_VBN that_IN simultaneously_RB meets_VBZ two_CD conflicting_JJ objectives_NNS :_: To_TO perform_VB as_RB well_RB as_IN possible_JJ on_IN the_DT training_NN data_NNS ,_, and_CC to_TO be_VB as_RB simple_JJ as_IN possible_JJ -LRB-_-LRB- so_IN that_IN the_DT model_NN avoids_VBZ overfitting_VBG the_DT training_NN data_NNS ,_, i.e._FW so_IN that_IN it_PRP generalizes_VBZ as_RB well_RB as_IN possible_JJ to_TO new_JJ data_NNS rather_RB than_IN only_RB succeeding_VBG on_IN sentences_NNS that_WDT have_VBP already_RB been_VBN seen_VBN -RRB-_-RRB- ._. +In_IN the_DT second_JJ step_NN -LRB-_-LRB- the_DT evaluation_NN step_NN -RRB-_-RRB- ,_, the_DT model_NN that_WDT has_VBZ been_VBN learned_VBN is_VBZ used_VBN to_TO process_VB new_JJ sentences_NNS ._. +An_DT important_JJ part_NN of_IN the_DT development_NN of_IN any_DT learning_NN algorithm_NN is_VBZ testing_VBG the_DT model_NN that_WDT has_VBZ been_VBN learned_VBN on_IN new_JJ ,_, previously_RB unseen_JJ data_NNS ._. +It_PRP is_VBZ critical_JJ that_IN the_DT data_NNS used_VBN for_IN testing_NN is_VBZ not_RB the_DT same_JJ as_IN the_DT data_NNS used_VBN for_IN training_NN ;_: otherwise_RB ,_, the_DT testing_NN accuracy_NN will_MD be_VB unrealistically_RB high_JJ ._. +Many_JJ different_JJ classes_NNS of_IN machine_NN learning_NN algorithms_NNS have_VBP been_VBN applied_VBN to_TO NLP_NNP tasks_NNS ._. +In_IN common_JJ to_TO all_DT of_IN these_DT algorithms_NNS is_VBZ that_IN they_PRP take_VBP as_IN input_NN a_DT large_JJ set_NN of_IN ``_`` features_NNS ''_'' that_WDT are_VBP generated_VBN from_IN the_DT input_NN data_NNS ._. +As_IN an_DT example_NN ,_, for_IN a_DT part-of-speech_JJ tagger_NN ,_, typical_JJ features_NNS might_MD be_VB the_DT identity_NN of_IN the_DT word_NN being_VBG processed_VBN ,_, the_DT identity_NN of_IN the_DT words_NNS immediately_RB to_TO the_DT left_NN and_CC right_NN ,_, the_DT part-of-speech_JJ tag_NN of_IN the_DT word_NN to_TO the_DT left_NN ,_, and_CC whether_IN the_DT word_NN being_VBG considered_VBN or_CC its_PRP$ immediate_JJ neighbors_NNS are_VBP content_JJ words_NNS or_CC function_NN words_NNS ._. +The_DT algorithms_NNS differ_VBP ,_, however_RB ,_, in_IN the_DT nature_NN of_IN the_DT rules_NNS generated_VBN ._. +Some_DT of_IN the_DT earliest-used_JJ algorithms_NNS ,_, such_JJ as_IN decision_NN trees_NNS ,_, produced_VBD systems_NNS of_IN hard_JJ if-then_JJ rules_NNS similar_JJ to_TO the_DT systems_NNS of_IN hand-written_JJ rules_NNS that_WDT were_VBD then_RB common_JJ ._. +Increasingly_RB ,_, however_RB ,_, research_NN has_VBZ focused_VBN on_IN statistical_JJ models_NNS ,_, which_WDT make_VBP soft_JJ ,_, probabilistic_JJ decisions_NNS based_VBN on_IN attaching_VBG real-valued_JJ weights_NNS to_TO each_DT input_NN feature_NN ._. +Such_JJ models_NNS have_VBP the_DT advantage_NN that_IN they_PRP can_MD express_VB the_DT relative_JJ certainty_NN of_IN many_JJ different_JJ possible_JJ answers_NNS rather_RB than_IN only_RB one_CD ,_, producing_VBG more_RBR reliable_JJ results_NNS when_WRB such_JJ a_DT model_NN is_VBZ included_VBN as_IN a_DT component_NN of_IN a_DT larger_JJR system_NN ._. +In_IN addition_NN ,_, models_NNS that_WDT make_VBP soft_JJ decisions_NNS are_VBP generally_RB more_RBR robust_JJ when_WRB given_VBN unfamiliar_JJ input_NN ,_, especially_RB input_NN that_WDT contains_VBZ errors_NNS -LRB-_-LRB- as_IN is_VBZ very_RB common_JJ for_IN real-world_JJ data_NNS -RRB-_-RRB- ._. +Systems_NNP based_VBN on_IN machine-learning_JJ algorithms_NNS have_VBP many_JJ advantages_NNS over_IN hand-produced_JJ rules_NNS :_: The_DT learning_VBG procedures_NNS used_VBN during_IN machine_NN learning_VBG automatically_RB focus_VB on_IN the_DT most_RBS common_JJ cases_NNS ,_, whereas_IN when_WRB writing_VBG rules_NNS by_IN hand_NN it_PRP is_VBZ often_RB not_RB obvious_JJ at_IN all_DT where_WRB the_DT effort_NN should_MD be_VB directed_VBN ._. +Automatic_NNP learning_NN procedures_NNS can_MD make_VB use_NN of_IN statistical_JJ inference_NN algorithms_NNS to_TO produce_VB models_NNS that_WDT are_VBP robust_JJ to_TO unfamiliar_JJ input_NN -LRB-_-LRB- e.g._FW containing_VBG words_NNS or_CC structures_NNS that_WDT have_VBP not_RB been_VBN seen_VBN before_IN -RRB-_-RRB- and_CC to_TO erroneous_JJ input_NN -LRB-_-LRB- e.g._FW with_IN misspelled_VBN words_NNS or_CC words_NNS accidentally_RB omitted_VBN -RRB-_-RRB- ._. +Generally_RB ,_, handling_VBG such_JJ input_NN gracefully_RB with_IN hand-written_JJ rules_NNS --_: or_CC more_RBR generally_RB ,_, creating_VBG systems_NNS of_IN hand-written_JJ rules_NNS that_WDT make_VBP soft_JJ decisions_NNS --_: is_VBZ extremely_RB difficult_JJ ,_, error-prone_JJ and_CC time-consuming_JJ ._. +Systems_NNP based_VBN on_IN automatically_RB learning_VBG the_DT rules_NNS can_MD be_VB made_VBN more_RBR accurate_JJ simply_RB by_IN supplying_VBG more_JJR input_NN data_NNS ._. +However_RB ,_, systems_NNS based_VBN on_IN hand-written_JJ rules_NNS can_MD only_RB be_VB made_VBN more_RBR accurate_JJ by_IN increasing_VBG the_DT complexity_NN of_IN the_DT rules_NNS ,_, which_WDT is_VBZ a_DT much_RB more_RBR difficult_JJ task_NN ._. +In_IN particular_JJ ,_, there_EX is_VBZ a_DT limit_NN to_TO the_DT complexity_NN of_IN systems_NNS based_VBN on_IN hand-crafted_JJ rules_NNS ,_, beyond_IN which_WDT the_DT systems_NNS become_VBP more_RBR and_CC more_RBR unmanageable_JJ ._. +However_RB ,_, creating_VBG more_JJR data_NNS to_TO input_NN to_TO machine-learning_JJ systems_NNS simply_RB requires_VBZ a_DT corresponding_JJ increase_NN in_IN the_DT number_NN of_IN man-hours_NN worked_VBD ,_, generally_RB without_IN significant_JJ increases_NNS in_IN the_DT complexity_NN of_IN the_DT annotation_NN process_NN ._. +Major_JJ tasks_NNS in_IN NLP_NN The_DT following_NN is_VBZ a_DT list_NN of_IN some_DT of_IN the_DT most_RBS commonly_RB researched_VBN tasks_NNS in_IN NLP_NNP ._. +Note_VB that_IN some_DT of_IN these_DT tasks_NNS have_VBP direct_JJ real-world_JJ applications_NNS ,_, while_IN others_NNS more_RBR commonly_RB serve_VB as_IN subtasks_NNS that_WDT are_VBP used_VBN to_TO aid_VB in_IN solving_VBG larger_JJR tasks_NNS ._. +What_WP distinguishes_VBZ these_DT tasks_NNS from_IN other_JJ potential_JJ and_CC actual_JJ NLP_NN tasks_NNS is_VBZ not_RB only_RB the_DT volume_NN of_IN research_NN devoted_VBN to_TO them_PRP but_CC the_DT fact_NN that_IN for_IN each_DT one_CD there_EX is_VBZ typically_RB a_DT well-defined_JJ problem_NN setting_NN ,_, a_DT standard_JJ metric_NN for_IN evaluating_VBG the_DT task_NN ,_, standard_JJ corpora_NN on_IN which_WDT the_DT task_NN can_MD be_VB evaluated_VBN ,_, and_CC competitions_NNS devoted_VBN to_TO the_DT specific_JJ task_NN ._. +Automatic_NNP summarization_NN :_: Produce_VB a_DT readable_JJ summary_NN of_IN a_DT chunk_NN of_IN text_NN ._. +Often_RB used_VBN to_TO provide_VB summaries_NNS of_IN text_NN of_IN a_DT known_JJ type_NN ,_, such_JJ as_IN articles_NNS in_IN the_DT financial_JJ section_NN of_IN a_DT newspaper_NN ._. +Coreference_NN resolution_NN :_: Given_VBN a_DT sentence_NN or_CC larger_JJR chunk_NN of_IN text_NN ,_, determine_VB which_WDT words_NNS -LRB-_-LRB- ``_`` mentions_VBZ ''_'' -RRB-_-RRB- refer_VBP to_TO the_DT same_JJ objects_NNS -LRB-_-LRB- ``_`` entities_NNS ''_'' -RRB-_-RRB- ._. +Anaphora_NN resolution_NN is_VBZ a_DT specific_JJ example_NN of_IN this_DT task_NN ,_, and_CC is_VBZ specifically_RB concerned_VBN with_IN matching_VBG up_RP pronouns_NNS with_IN the_DT nouns_NNS or_CC names_NNS that_IN they_PRP refer_VBP to_TO ._. +For_IN example_NN ,_, in_IN a_DT sentence_NN such_JJ as_IN ``_`` He_PRP entered_VBD John_NNP 's_POS house_NN through_IN the_DT front_JJ door_NN ''_'' ,_, ``_`` the_DT front_JJ door_NN ''_'' is_VBZ a_DT referring_VBG expression_NN and_CC the_DT bridging_VBG relationship_NN to_TO be_VB identified_VBN is_VBZ the_DT fact_NN that_IN the_DT door_NN being_VBG referred_VBN to_TO is_VBZ the_DT front_JJ door_NN of_IN John_NNP 's_POS house_NN -LRB-_-LRB- rather_RB than_IN of_IN some_DT other_JJ structure_NN that_WDT might_MD also_RB be_VB referred_VBN to_TO -RRB-_-RRB- ._. +Discourse_NN analysis_NN :_: This_DT rubric_NN includes_VBZ a_DT number_NN of_IN related_JJ tasks_NNS ._. +One_CD task_NN is_VBZ identifying_VBG the_DT discourse_NN structure_NN of_IN connected_JJ text_NN ,_, i.e._FW the_DT nature_NN of_IN the_DT discourse_NN relationships_NNS between_IN sentences_NNS -LRB-_-LRB- e.g._FW elaboration_NN ,_, explanation_NN ,_, contrast_NN -RRB-_-RRB- ._. +Another_DT possible_JJ task_NN is_VBZ recognizing_VBG and_CC classifying_VBG the_DT speech_NN acts_VBZ in_IN a_DT chunk_NN of_IN text_NN -LRB-_-LRB- e.g._FW yes-no_FW question_NN ,_, content_NN question_NN ,_, statement_NN ,_, assertion_NN ,_, etc._NN -RRB-_-RRB- ._. +Machine_NN translation_NN :_: Automatically_RB translate_VB text_NN from_IN one_CD human_JJ language_NN to_TO another_DT ._. +This_DT is_VBZ one_CD of_IN the_DT most_RBS difficult_JJ problems_NNS ,_, and_CC is_VBZ a_DT member_NN of_IN a_DT class_NN of_IN problems_NNS colloquially_RB termed_VBN ``_`` AI-complete_JJ ''_'' ,_, i.e._FW requiring_VBG all_DT of_IN the_DT different_JJ types_NNS of_IN knowledge_NN that_IN humans_NNS possess_VBP -LRB-_-LRB- grammar_NN ,_, semantics_NNS ,_, facts_NNS about_IN the_DT real_JJ world_NN ,_, etc._NN -RRB-_-RRB- in_IN order_NN to_TO solve_VB properly_RB ._. +Morphological_JJ segmentation_NN :_: Separate_JJ words_NNS into_IN individual_JJ morphemes_NNS and_CC identify_VBP the_DT class_NN of_IN the_DT morphemes_NNS ._. +The_DT difficulty_NN of_IN this_DT task_NN depends_VBZ greatly_RB on_IN the_DT complexity_NN of_IN the_DT morphology_NN -LRB-_-LRB- i.e._FW the_DT structure_NN of_IN words_NNS -RRB-_-RRB- of_IN the_DT language_NN being_VBG considered_VBN ._. +English_NNP has_VBZ fairly_RB simple_JJ morphology_NN ,_, especially_RB inflectional_JJ morphology_NN ,_, and_CC thus_RB it_PRP is_VBZ often_RB possible_JJ to_TO ignore_VB this_DT task_NN entirely_RB and_CC simply_RB model_VB all_DT possible_JJ forms_NNS of_IN a_DT word_NN -LRB-_-LRB- e.g._FW ``_`` open_JJ ,_, opens_VBZ ,_, opened_VBD ,_, opening_VBG ''_'' -RRB-_-RRB- as_IN separate_JJ words_NNS ._. +In_IN languages_NNS such_JJ as_IN Turkish_JJ ,_, however_RB ,_, such_JJ an_DT approach_NN is_VBZ not_RB possible_JJ ,_, as_IN each_DT dictionary_NN entry_NN has_VBZ thousands_NNS of_IN possible_JJ word_NN forms_NNS ._. +Named_VBN entity_NN recognition_NN -LRB-_-LRB- NER_NN -RRB-_-RRB- :_: Given_VBN a_DT stream_NN of_IN text_NN ,_, determine_VB which_WDT items_NNS in_IN the_DT text_NN map_NN to_TO proper_JJ names_NNS ,_, such_JJ as_IN people_NNS or_CC places_NNS ,_, and_CC what_WP the_DT type_NN of_IN each_DT such_JJ name_NN is_VBZ -LRB-_-LRB- e.g._FW person_NN ,_, location_NN ,_, organization_NN -RRB-_-RRB- ._. +Note_VB that_IN ,_, although_IN capitalization_NN can_MD aid_VB in_IN recognizing_VBG named_VBN entities_NNS in_IN languages_NNS such_JJ as_IN English_NNP ,_, this_DT information_NN can_MD not_RB aid_VB in_IN determining_VBG the_DT type_NN of_IN named_VBN entity_NN ,_, and_CC in_IN any_DT case_NN is_VBZ often_RB inaccurate_JJ or_CC insufficient_JJ ._. +For_IN example_NN ,_, the_DT first_JJ word_NN of_IN a_DT sentence_NN is_VBZ also_RB capitalized_VBN ,_, and_CC named_VBN entities_NNS often_RB span_VBP several_JJ words_NNS ,_, only_RB some_DT of_IN which_WDT are_VBP capitalized_VBN ._. +Furthermore_RB ,_, many_JJ other_JJ languages_NNS in_IN non-Western_JJ scripts_NNS -LRB-_-LRB- e.g._FW Chinese_JJ or_CC Arabic_JJ -RRB-_-RRB- do_VBP not_RB have_VB any_DT capitalization_NN at_IN all_DT ,_, and_CC even_RB languages_NNS with_IN capitalization_NN may_MD not_RB consistently_RB use_VB it_PRP to_TO distinguish_VB names_NNS ._. +For_IN example_NN ,_, German_NNP capitalizes_VBZ all_DT nouns_NNS ,_, regardless_RB of_IN whether_IN they_PRP refer_VBP to_TO names_NNS ,_, and_CC French_NNP and_CC Spanish_NNP do_VBP not_RB capitalize_VB names_NNS that_WDT serve_VBP as_IN adjectives_NNS ._. +Natural_JJ language_NN generation_NN :_: Convert_VB information_NN from_IN computer_NN databases_NNS into_IN readable_JJ human_JJ language_NN ._. +Natural_JJ language_NN understanding_NN :_: Convert_VB chunks_NNS of_IN text_NN into_IN more_RBR formal_JJ representations_NNS such_JJ as_IN first-order_JJ logic_NN structures_NNS that_WDT are_VBP easier_JJR for_IN computer_NN programs_NNS to_TO manipulate_VB ._. +Natural_JJ language_NN understanding_NN involves_VBZ the_DT identification_NN of_IN the_DT intended_VBN semantic_JJ from_IN the_DT multiple_JJ possible_JJ semantics_NNS which_WDT can_MD be_VB derived_VBN from_IN a_DT natural_JJ language_NN expression_NN which_WDT usually_RB takes_VBZ the_DT form_NN of_IN organized_JJ notations_NNS of_IN natural_JJ languages_NNS concepts_NNS ._. +Introduction_NN and_CC creation_NN of_IN language_NN metamodel_NN and_CC ontology_NN are_VBP efficient_JJ however_RB empirical_JJ solutions_NNS ._. +An_DT explicit_JJ formalization_NN of_IN natural_JJ languages_NNS semantics_NNS without_IN confusions_NNS with_IN implicit_JJ assumptions_NNS such_JJ as_IN closed_JJ world_NN assumption_NN -LRB-_-LRB- CWA_NNP -RRB-_-RRB- vs._FW open_JJ world_NN assumption_NN ,_, or_CC subjective_JJ Yes\/No_FW vs._FW objective_NN True\/False_NN is_VBZ expected_VBN for_IN the_DT construction_NN of_IN a_DT basis_NN of_IN semantics_NNS formalization_NN ._. +Optical_NNP character_NN recognition_NN -LRB-_-LRB- OCR_NN -RRB-_-RRB- :_: Given_VBN an_DT image_NN representing_VBG printed_VBN text_NN ,_, determine_VBD the_DT corresponding_JJ text_NN ._. +Part-of-speech_JJ tagging_NN :_: Given_VBN a_DT sentence_NN ,_, determine_VBD the_DT part_NN of_IN speech_NN for_IN each_DT word_NN ._. +Many_JJ words_NNS ,_, especially_RB common_JJ ones_NNS ,_, can_MD serve_VB as_IN multiple_JJ parts_NNS of_IN speech_NN ._. +For_IN example_NN ,_, ``_`` book_NN ''_'' can_MD be_VB a_DT noun_NN -LRB-_-LRB- ``_`` the_DT book_NN on_IN the_DT table_NN ''_'' -RRB-_-RRB- or_CC verb_NN -LRB-_-LRB- ``_`` to_TO book_VB a_DT flight_NN ''_'' -RRB-_-RRB- ;_: ``_`` set_NN ''_'' can_MD be_VB a_DT noun_NN ,_, verb_NN or_CC adjective_NN ;_: and_CC ``_`` out_RP ''_'' can_MD be_VB any_DT of_IN at_IN least_JJS five_CD different_JJ parts_NNS of_IN speech_NN ._. +Note_VB that_IN some_DT languages_NNS have_VBP more_RBR such_JJ ambiguity_NN than_IN others_NNS ._. +Languages_NNS with_IN little_JJ inflectional_JJ morphology_NN ,_, such_JJ as_IN English_NNP are_VBP particularly_RB prone_JJ to_TO such_JJ ambiguity_NN ._. +Chinese_NNP is_VBZ prone_JJ to_TO such_JJ ambiguity_NN because_IN it_PRP is_VBZ a_DT tonal_JJ language_NN during_IN verbalization_NN ._. +Such_JJ inflection_NN is_VBZ not_RB readily_RB conveyed_VBN via_IN the_DT entities_NNS employed_VBN within_IN the_DT orthography_NN to_TO convey_VB intended_JJ meaning_NN ._. +Parsing_VBG :_: Determine_VB the_DT parse_NN tree_NN -LRB-_-LRB- grammatical_JJ analysis_NN -RRB-_-RRB- of_IN a_DT given_VBN sentence_NN ._. +The_DT grammar_NN for_IN natural_JJ languages_NNS is_VBZ ambiguous_JJ and_CC typical_JJ sentences_NNS have_VBP multiple_JJ possible_JJ analyses_NNS ._. +In_IN fact_NN ,_, perhaps_RB surprisingly_RB ,_, for_IN a_DT typical_JJ sentence_NN there_EX may_MD be_VB thousands_NNS of_IN potential_JJ parses_NNS -LRB-_-LRB- most_JJS of_IN which_WDT will_MD seem_VB completely_RB nonsensical_JJ to_TO a_DT human_JJ -RRB-_-RRB- ._. +Question_NN answering_NN :_: Given_IN a_DT human-language_JJ question_NN ,_, determine_VBD its_PRP$ answer_NN ._. +Typical_JJ questions_NNS have_VBP a_DT specific_JJ right_JJ answer_NN -LRB-_-LRB- such_JJ as_IN ``_`` What_WP is_VBZ the_DT capital_NN of_IN Canada_NNP ?_. ''_'' -RRB-_-RRB- +,_, but_CC sometimes_RB open-ended_JJ questions_NNS are_VBP also_RB considered_VBN -LRB-_-LRB- such_JJ as_IN ``_`` What_WP is_VBZ the_DT meaning_NN of_IN life_NN ?_. ''_'' -RRB-_-RRB- ._. +Relationship_NN extraction_NN :_: Given_VBN a_DT chunk_NN of_IN text_NN ,_, identify_VBP the_DT relationships_NNS among_IN named_VBN entities_NNS -LRB-_-LRB- e.g._FW who_WP is_VBZ the_DT wife_NN of_IN whom_WP -RRB-_-RRB- ._. +Sentence_NN breaking_NN -LRB-_-LRB- also_RB known_VBN as_IN sentence_NN boundary_NN disambiguation_NN -RRB-_-RRB- :_: Given_VBN a_DT chunk_NN of_IN text_NN ,_, find_VBP the_DT sentence_NN boundaries_NNS ._. +Sentence_NN boundaries_NNS are_VBP often_RB marked_VBN by_IN periods_NNS or_CC other_JJ punctuation_NN marks_NNS ,_, but_CC these_DT same_JJ characters_NNS can_MD serve_VB other_JJ purposes_NNS -LRB-_-LRB- e.g._FW marking_VBG abbreviations_NNS -RRB-_-RRB- ._. +Sentiment_NN analysis_NN :_: Extract_NN subjective_JJ information_NN usually_RB from_IN a_DT set_NN of_IN documents_NNS ,_, often_RB using_VBG online_JJ reviews_NNS to_TO determine_VB ``_`` polarity_NN ''_'' about_IN specific_JJ objects_NNS ._. +It_PRP is_VBZ especially_RB useful_JJ for_IN identifying_VBG trends_NNS of_IN public_JJ opinion_NN in_IN the_DT social_JJ media_NNS ,_, for_IN the_DT purpose_NN of_IN marketing_NN ._. +Speech_NN recognition_NN :_: Given_IN a_DT sound_JJ clip_NN of_IN a_DT person_NN or_CC people_NNS speaking_VBG ,_, determine_VB the_DT textual_JJ representation_NN of_IN the_DT speech_NN ._. +This_DT is_VBZ the_DT opposite_NN of_IN text_NN to_TO speech_NN and_CC is_VBZ one_CD of_IN the_DT extremely_RB difficult_JJ problems_NNS colloquially_RB termed_VBN ``_`` AI-complete_JJ ''_'' -LRB-_-LRB- see_VB above_RB -RRB-_-RRB- ._. +In_IN natural_JJ speech_NN there_EX are_VBP hardly_RB any_DT pauses_VBZ between_IN successive_JJ words_NNS ,_, and_CC thus_RB speech_NN segmentation_NN is_VBZ a_DT necessary_JJ subtask_NN of_IN speech_NN recognition_NN -LRB-_-LRB- see_VB below_IN -RRB-_-RRB- ._. +Note_VB also_RB that_IN in_IN most_JJS spoken_VBN languages_NNS ,_, the_DT sounds_NNS representing_VBG successive_JJ letters_NNS blend_VBP into_IN each_DT other_JJ in_IN a_DT process_NN termed_VBN coarticulation_NN ,_, so_IN the_DT conversion_NN of_IN the_DT analog_NN signal_NN to_TO discrete_JJ characters_NNS can_MD be_VB a_DT very_RB difficult_JJ process_NN ._. +Speech_NN segmentation_NN :_: Given_IN a_DT sound_JJ clip_NN of_IN a_DT person_NN or_CC people_NNS speaking_VBG ,_, separate_VB it_PRP into_IN words_NNS ._. +A_DT subtask_NN of_IN speech_NN recognition_NN and_CC typically_RB grouped_VBN with_IN it_PRP ._. +Topic_NN segmentation_NN and_CC recognition_NN :_: Given_VBN a_DT chunk_NN of_IN text_NN ,_, separate_VB it_PRP into_IN segments_NNS each_DT of_IN which_WDT is_VBZ devoted_VBN to_TO a_DT topic_NN ,_, and_CC identify_VBP the_DT topic_NN of_IN the_DT segment_NN ._. +Word_NN segmentation_NN :_: Separate_JJ a_DT chunk_NN of_IN continuous_JJ text_NN into_IN separate_JJ words_NNS ._. +For_IN a_DT language_NN like_IN English_NNP ,_, this_DT is_VBZ fairly_RB trivial_JJ ,_, since_IN words_NNS are_VBP usually_RB separated_VBN by_IN spaces_NNS ._. +However_RB ,_, some_DT written_VBN languages_NNS like_IN Chinese_NNP ,_, Japanese_NNP and_CC Thai_NNP do_VBP not_RB mark_VB word_NN boundaries_NNS in_IN such_PDT a_DT fashion_NN ,_, and_CC in_IN those_DT languages_NNS text_NN segmentation_NN is_VBZ a_DT significant_JJ task_NN requiring_VBG knowledge_NN of_IN the_DT vocabulary_NN and_CC morphology_NN of_IN words_NNS in_IN the_DT language_NN ._. +Word_NN sense_NN disambiguation_NN :_: Many_JJ words_NNS have_VBP more_JJR than_IN one_CD meaning_NN ;_: we_PRP have_VBP to_TO select_VB the_DT meaning_NN which_WDT makes_VBZ the_DT most_JJS sense_NN in_IN context_NN ._. +For_IN this_DT problem_NN ,_, we_PRP are_VBP typically_RB given_VBN a_DT list_NN of_IN words_NNS and_CC associated_VBN word_NN senses_NNS ,_, e.g._FW from_IN a_DT dictionary_NN or_CC from_IN an_DT online_JJ resource_NN such_JJ as_IN WordNet_NNP ._. +In_IN some_DT cases_NNS ,_, sets_NNS of_IN related_JJ tasks_NNS are_VBP grouped_VBN into_IN subfields_NNS of_IN NLP_NNP that_WDT are_VBP often_RB considered_VBN separately_RB from_IN NLP_NNP as_IN a_DT whole_NN ._. +Examples_NNS include_VBP :_: Information_NN retrieval_NN -LRB-_-LRB- IR_NN -RRB-_-RRB- :_: This_DT is_VBZ concerned_VBN with_IN storing_VBG ,_, searching_VBG and_CC retrieving_VBG information_NN ._. +It_PRP is_VBZ a_DT separate_JJ field_NN within_IN computer_NN science_NN -LRB-_-LRB- closer_JJR to_TO databases_NNS -RRB-_-RRB- ,_, but_CC IR_NNP relies_VBZ on_IN some_DT NLP_NN methods_NNS -LRB-_-LRB- for_IN example_NN ,_, stemming_VBG -RRB-_-RRB- ._. +Some_DT current_JJ research_NN and_CC applications_NNS seek_VBP to_TO bridge_VB the_DT gap_NN between_IN IR_NNP and_CC NLP_NNP ._. +Information_NN extraction_NN -LRB-_-LRB- IE_NN -RRB-_-RRB- :_: This_DT is_VBZ concerned_VBN in_IN general_JJ with_IN the_DT extraction_NN of_IN semantic_JJ information_NN from_IN text_NN ._. +This_DT covers_VBZ tasks_NNS such_JJ as_IN named_VBN entity_NN recognition_NN ,_, coreference_NN resolution_NN ,_, relationship_NN extraction_NN ,_, etc._NN ._. +Speech_NN processing_NN :_: This_DT covers_VBZ speech_NN recognition_NN ,_, text-to-speech_JJ and_CC related_JJ tasks_NNS ._. +Other_JJ tasks_NNS include_VBP :_: Stemming_VBG Text_NN simplification_NN Text-to-speech_JJ Text-proofing_JJ Natural_NNP language_NN search_NN Query_NNP expansion_NN Automated_NNP essay_NN scoring_VBG Truecasing_NNP Statistical_NNP NLP_NNP Main_NNP article_NN :_: statistical_JJ natural_JJ language_NN processing_NN Statistical_JJ natural-language_JJ processing_NN uses_VBZ stochastic_JJ ,_, probabilistic_JJ and_CC statistical_JJ methods_NNS to_TO resolve_VB some_DT of_IN the_DT difficulties_NNS discussed_VBN above_IN ,_, especially_RB those_DT which_WDT arise_VBP because_IN longer_JJR sentences_NNS are_VBP highly_RB ambiguous_JJ when_WRB processed_VBN with_IN realistic_JJ grammars_NNS ,_, yielding_VBG thousands_NNS or_CC millions_NNS of_IN possible_JJ analyses_NNS ._. +Methods_NNS for_IN disambiguation_NN often_RB involve_VBP the_DT use_NN of_IN corpora_NN and_CC Markov_NNP models_NNS ._. +Statistical_JJ NLP_NN comprises_VBZ all_DT quantitative_JJ approaches_NNS to_TO automated_JJ language_NN processing_NN ,_, including_VBG probabilistic_JJ modeling_NN ,_, information_NN theory_NN ,_, and_CC linear_JJ algebra_NN ._. +The_DT technology_NN for_IN statistical_JJ NLP_NN comes_VBZ mainly_RB from_IN machine_NN learning_NN and_CC data_NN mining_NN ,_, both_DT of_IN which_WDT are_VBP fields_NNS of_IN artificial_JJ intelligence_NN that_WDT involve_VBP learning_VBG from_IN data_NNS ._. +Evaluation_NN of_IN natural_JJ language_NN processing_NN Objectives_NNS The_DT goal_NN of_IN NLP_NN evaluation_NN is_VBZ to_TO measure_VB one_CD or_CC more_JJR qualities_NNS of_IN an_DT algorithm_NN or_CC a_DT system_NN ,_, in_IN order_NN to_TO determine_VB whether_IN -LRB-_-LRB- or_CC to_TO what_WDT extent_NN -RRB-_-RRB- the_DT system_NN answers_VBZ the_DT goals_NNS of_IN its_PRP$ designers_NNS ,_, or_CC meets_VBZ the_DT needs_NNS of_IN its_PRP$ users_NNS ._. +Research_NN in_IN NLP_NN evaluation_NN has_VBZ received_VBN considerable_JJ attention_NN ,_, because_IN the_DT definition_NN of_IN proper_JJ evaluation_NN criteria_NNS is_VBZ one_CD way_NN to_TO specify_VB precisely_RB an_DT NLP_NN problem_NN ,_, going_VBG thus_RB beyond_IN the_DT vagueness_NN of_IN tasks_NNS defined_VBN only_RB as_IN language_NN understanding_NN or_CC language_NN generation_NN ._. +A_DT precise_JJ set_NN of_IN evaluation_NN criteria_NNS ,_, which_WDT includes_VBZ mainly_RB evaluation_NN data_NNS and_CC evaluation_NN metrics_NNS ,_, enables_VBZ several_JJ teams_NNS to_TO compare_VB their_PRP$ solutions_NNS to_TO a_DT given_VBN NLP_NN problem_NN ._. +Short_JJ history_NN of_IN evaluation_NN in_IN NLP_NN The_DT first_JJ evaluation_NN campaign_NN on_IN written_VBN texts_NNS seems_VBZ to_TO be_VB a_DT campaign_NN dedicated_VBN to_TO message_NN understanding_NN in_IN 1987_CD -LRB-_-LRB- Pallet_NN 1998_CD -RRB-_-RRB- ._. +Then_RB ,_, the_DT Parseval\/GEIG_NN project_NN compared_VBD phrase-structure_JJ grammars_NNS -LRB-_-LRB- Black_NNP 1991_CD -RRB-_-RRB- ._. +A_DT series_NN of_IN campaigns_NNS within_IN Tipster_NN project_NN were_VBD realized_VBN on_IN tasks_NNS like_IN summarization_NN ,_, translation_NN and_CC searching_VBG -LRB-_-LRB- Hirschman_NNP 1998_CD -RRB-_-RRB- ._. +In_IN 1994_CD ,_, in_IN Germany_NNP ,_, the_DT Morpholympics_NNPS compared_VBD German_JJ taggers_NNS ._. +Then_RB ,_, the_DT Senseval_NNP and_CC Romanseval_NNP campaigns_NNS were_VBD conducted_VBN with_IN the_DT objectives_NNS of_IN semantic_JJ disambiguation_NN ._. +In_IN 1996_CD ,_, the_DT Sparkle_NNP campaign_NN compared_VBD syntactic_JJ parsers_NNS in_IN four_CD different_JJ languages_NNS -LRB-_-LRB- English_NNP ,_, French_NNP ,_, German_NNP and_CC Italian_NNP -RRB-_-RRB- ._. +In_IN France_NNP ,_, the_DT Grace_NNP project_NN compared_VBD a_DT set_NN of_IN 21_CD taggers_NNS for_IN French_NNP in_IN 1997_CD -LRB-_-LRB- Adda_NNP 1999_CD -RRB-_-RRB- ._. +In_IN 2004_CD ,_, during_IN the_DT Technolangue\/Easy_NN project_NN ,_, 13_CD parsers_NNS for_IN French_NNS were_VBD compared_VBN ._. +Large-scale_JJ evaluation_NN of_IN dependency_NN parsers_NNS were_VBD performed_VBN in_IN the_DT context_NN of_IN the_DT CoNLL_NN shared_VBD tasks_NNS in_IN 2006_CD and_CC 2007_CD ._. +In_IN Italy_NNP ,_, the_DT EVALITA_NNP campaign_NN was_VBD conducted_VBN in_IN 2007_CD and_CC 2009_CD to_TO compare_VB various_JJ NLP_NN and_CC speech_NN tools_NNS for_IN Italian_NNP ;_: the_DT 2011_CD campaign_NN is_VBZ in_IN full_JJ progress_NN -_: EVALITA_NN web_NN site_NN ._. +In_IN France_NNP ,_, within_IN the_DT ANR-Passage_JJ project_NN -LRB-_-LRB- end_NN of_IN 2007_CD -RRB-_-RRB- ,_, 10_CD parsers_NNS for_IN French_NNS were_VBD compared_VBN -_: passage_NN web_NN site_NN ._. +Adda_NNP G._NNP ,_, Mariani_NNP J._NNP ,_, Paroubek_NNP P._NNP ,_, Rajman_NNP M._NNP 1999_CD L'action_NN GRACE_NN d'évaluation_NN de_FW l'assignation_FW des_FW parties_NNS du_NNP discors_NNS pour_VBP le_FW français_FW ._. +Langues_FW vol-2_FW Black_NNP E._NNP ,_, Abney_NNP S._NNP ,_, Flickinger_NNP D._NNP ,_, Gdaniec_NNP C._NNP ,_, Grishman_NNP R._NNP ,_, Harrison_NNP P._NNP ,_, Hindle_NNP D._NNP ,_, Ingria_NNP R._NNP ,_, Jelinek_NNP F._NNP ,_, Klavans_NNP J._NNP ,_, Liberman_NNP M._NNP ,_, Marcus_NNP M._NNP ,_, Reukos_NNP S._NNP ,_, Santoni_NNP B._NNP ,_, Strzalkowski_NNP T._NNP 1991_CD A_NNP procedure_NN for_IN quantitatively_RB comparing_VBG the_DT syntactic_JJ coverage_NN of_IN English_JJ grammars_NNS ._. +DARPA_NNP Speech_NNP and_CC Natural_NNP Language_NNP Workshop_NNP Hirschman_NNP L._NNP 1998_CD Language_NN understanding_NN evaluation_NN :_: lessons_NNS learned_VBN from_IN MUC_NN and_CC ATIS_NN ._. +LREC_NNP Granada_NNP Pallet_NNP D.S._NNP 1998_CD The_NNP NIST_NNP role_NN in_IN automatic_JJ speech_NN recognition_NN benchmark_NN tests_NNS ._. +LREC_NNP Granada_NNP Different_NNP types_NNS of_IN evaluation_NN Depending_VBG on_IN the_DT evaluation_NN procedures_NNS ,_, a_DT number_NN of_IN distinctions_NNS are_VBP traditionally_RB made_VBN in_IN NLP_NN evaluation_NN ._. +Intrinsic_JJ vs._CC extrinsic_JJ evaluation_NN Intrinsic_JJ evaluation_NN considers_VBZ an_DT isolated_VBN NLP_NN system_NN and_CC characterizes_VBZ its_PRP$ performance_NN mainly_RB with_IN respect_NN to_TO a_DT gold_JJ standard_JJ result_NN ,_, pre-defined_JJ by_IN the_DT evaluators_NNS ._. +Extrinsic_JJ evaluation_NN ,_, also_RB called_VBN evaluation_NN in_IN use_NN considers_VBZ the_DT NLP_NN system_NN in_IN a_DT more_RBR complex_JJ setting_NN ,_, either_CC as_IN an_DT embedded_JJ system_NN or_CC serving_VBG a_DT precise_JJ function_NN for_IN a_DT human_JJ user_NN ._. +The_DT extrinsic_JJ performance_NN of_IN the_DT system_NN is_VBZ then_RB characterized_VBN in_IN terms_NNS of_IN its_PRP$ utility_NN with_IN respect_NN to_TO the_DT overall_JJ task_NN of_IN the_DT complex_JJ system_NN or_CC the_DT human_JJ user_NN ._. +For_IN example_NN ,_, consider_VB a_DT syntactic_JJ parser_NN that_WDT is_VBZ based_VBN on_IN the_DT output_NN of_IN some_DT new_JJ part_NN of_IN speech_NN -LRB-_-LRB- POS_NN -RRB-_-RRB- tagger_NN ._. +An_DT intrinsic_JJ evaluation_NN would_MD run_VB the_DT POS_NN tagger_NN on_IN some_DT labeled_JJ data_NNS ,_, and_CC compare_VB the_DT system_NN output_NN of_IN the_DT POS_NN tagger_NN to_TO the_DT gold_JJ standard_NN -LRB-_-LRB- correct_JJ -RRB-_-RRB- output_NN ._. +An_DT extrinsic_JJ evaluation_NN would_MD run_VB the_DT parser_NN with_IN some_DT other_JJ POS_NN tagger_NN ,_, and_CC then_RB with_IN the_DT new_JJ POS_NN tagger_NN ,_, and_CC compare_VB the_DT parsing_VBG accuracy_NN ._. +Black-box_FW vs._FW glass-box_NN evaluation_NN Black-box_JJ evaluation_NN requires_VBZ one_CD to_TO run_VB an_DT NLP_NN system_NN on_IN a_DT given_VBN data_NN set_NN and_CC to_TO measure_VB a_DT number_NN of_IN parameters_NNS related_VBN to_TO the_DT quality_NN of_IN the_DT process_NN -LRB-_-LRB- speed_NN ,_, reliability_NN ,_, resource_NN consumption_NN -RRB-_-RRB- and_CC ,_, most_RBS importantly_RB ,_, to_TO the_DT quality_NN of_IN the_DT result_NN -LRB-_-LRB- e.g._FW the_DT accuracy_NN of_IN data_NNS annotation_NN or_CC the_DT fidelity_NN of_IN a_DT translation_NN -RRB-_-RRB- ._. +Glass-box_JJ evaluation_NN looks_VBZ at_IN the_DT design_NN of_IN the_DT system_NN ,_, the_DT algorithms_NNS that_WDT are_VBP implemented_VBN ,_, the_DT linguistic_JJ resources_NNS it_PRP uses_VBZ -LRB-_-LRB- e.g._FW vocabulary_NN size_NN -RRB-_-RRB- ,_, etc._NN ._. +Given_VBN the_DT complexity_NN of_IN NLP_NN problems_NNS ,_, it_PRP is_VBZ often_RB difficult_JJ to_TO predict_VB performance_NN only_RB on_IN the_DT basis_NN of_IN glass-box_NN evaluation_NN ,_, but_CC this_DT type_NN of_IN evaluation_NN is_VBZ more_RBR informative_JJ with_IN respect_NN to_TO error_NN analysis_NN or_CC future_JJ developments_NNS of_IN a_DT system_NN ._. +Automatic_NNP vs._FW manual_FW evaluation_NN In_IN many_JJ cases_NNS ,_, automatic_JJ procedures_NNS can_MD be_VB defined_VBN to_TO evaluate_VB an_DT NLP_NN system_NN by_IN comparing_VBG its_PRP$ output_NN with_IN the_DT gold_JJ standard_NN -LRB-_-LRB- or_CC desired_VBN -RRB-_-RRB- one_CD ._. +Although_IN the_DT cost_NN of_IN producing_VBG the_DT gold_JJ standard_NN can_MD be_VB quite_RB high_JJ ,_, automatic_JJ evaluation_NN can_MD be_VB repeated_VBN as_RB often_RB as_IN needed_VBN without_IN much_JJ additional_JJ costs_NNS -LRB-_-LRB- on_IN the_DT same_JJ input_NN data_NNS -RRB-_-RRB- ._. +However_RB ,_, for_IN many_JJ NLP_NNP problems_NNS ,_, the_DT definition_NN of_IN a_DT gold_JJ standard_NN is_VBZ a_DT complex_JJ task_NN ,_, and_CC can_MD prove_VB impossible_JJ when_WRB inter-annotator_JJ agreement_NN is_VBZ insufficient_JJ ._. +Manual_JJ evaluation_NN is_VBZ performed_VBN by_IN human_JJ judges_NNS ,_, which_WDT are_VBP instructed_VBN to_TO estimate_VB the_DT quality_NN of_IN a_DT system_NN ,_, or_CC most_RBS often_RB of_IN a_DT sample_NN of_IN its_PRP$ output_NN ,_, based_VBN on_IN a_DT number_NN of_IN criteria_NNS ._. +Although_IN ,_, thanks_NNS to_TO their_PRP$ linguistic_JJ competence_NN ,_, human_JJ judges_NNS can_MD be_VB considered_VBN as_IN the_DT reference_NN for_IN a_DT number_NN of_IN language_NN processing_NN tasks_NNS ,_, there_EX is_VBZ also_RB considerable_JJ variation_NN across_IN their_PRP$ ratings_NNS ._. +This_DT is_VBZ why_WRB automatic_JJ evaluation_NN is_VBZ sometimes_RB referred_VBN to_TO as_IN objective_JJ evaluation_NN ,_, while_IN the_DT human_JJ kind_NN appears_VBZ to_TO be_VB more_RBR subjective_JJ ._. +Shared_VBN tasks_NNS -LRB-_-LRB- Campaigns_NNS -RRB-_-RRB- BioCreative_JJ Message_NN Understanding_VBG Conference_NNP Technolangue\/Easy_NNP Text_NNP Retrieval_NNP Conference_NNP Evaluation_NN exercises_NNS on_IN Semantic_JJ Evaluation_NN -LRB-_-LRB- SemEval_NN -RRB-_-RRB- MorphoChallenge_NN Semi-supervised_JJ and_CC Unsupervised_JJ Morpheme_NNP Analysis_NNP Standardization_NNP in_IN NLP_NNP An_DT ISO_NN sub-committee_NN is_VBZ working_VBG in_IN order_NN to_TO ease_VB interoperability_NN between_IN lexical_JJ resources_NNS and_CC NLP_NN programs_NNS ._. +The_DT sub-committee_NN is_VBZ part_NN of_IN ISO\/TC37_NN and_CC is_VBZ called_VBN ISO\/TC37\/SC4_NN ._. +Some_DT ISO_NN standards_NNS are_VBP already_RB published_VBN but_CC most_JJS of_IN them_PRP are_VBP under_IN construction_NN ,_, mainly_RB on_IN lexicon_NN representation_NN -LRB-_-LRB- see_VB LMF_NN -RRB-_-RRB- ,_, annotation_NN and_CC data_NN category_NN registry_NN ._. +Automatic_NNP summarization_NN is_VBZ the_DT creation_NN of_IN a_DT shortened_VBN version_NN of_IN a_DT text_NN by_IN a_DT computer_NN program_NN ._. +The_DT product_NN of_IN this_DT procedure_NN still_RB contains_VBZ the_DT most_RBS important_JJ points_NNS of_IN the_DT original_JJ text_NN ._. +Discourse_NN analysis_NN -LRB-_-LRB- DA_NN -RRB-_-RRB- ,_, or_CC discourse_NN studies_NNS ,_, is_VBZ a_DT general_JJ term_NN for_IN a_DT number_NN of_IN approaches_NNS to_TO analyzing_NN written_VBN ,_, spoken_VBN ,_, signed_VBN language_NN use_NN or_CC any_DT significant_JJ semiotic_JJ event_NN ._. +Machine_NN translation_NN ,_, sometimes_RB referred_VBN to_TO by_IN the_DT abbreviation_NN MT_NN -LRB-_-LRB- not_RB to_TO be_VB confused_VBN with_IN computer-aided_JJ translation_NN ,_, machine-aided_JJ human_JJ translation_NN MAHT_NN and_CC interactive_JJ translation_NN -RRB-_-RRB- is_VBZ a_DT sub-field_NN of_IN computational_JJ linguistics_NNS that_WDT investigates_VBZ the_DT use_NN of_IN software_NN to_TO translate_VB text_NN or_CC speech_NN from_IN one_CD natural_JJ language_NN to_TO another_DT ._. +On_IN a_DT basic_JJ level_NN ,_, MT_NN performs_VBZ simple_JJ substitution_NN of_IN words_NNS in_IN one_CD natural_JJ language_NN for_IN words_NNS in_IN another_DT ,_, but_CC that_IN alone_RB usually_RB can_MD not_RB produce_VB a_DT good_JJ translation_NN of_IN a_DT text_NN ,_, because_IN recognition_NN of_IN whole_JJ phrases_NNS and_CC their_PRP$ closest_JJS counterparts_NNS in_IN the_DT target_NN language_NN is_VBZ needed_VBN ._. +Solving_VBG this_DT problem_NN with_IN corpus_NN and_CC statistical_JJ techniques_NNS is_VBZ a_DT rapidly_RB growing_VBG field_NN that_WDT is_VBZ leading_VBG to_TO better_JJR translations_NNS ,_, handling_VBG differences_NNS in_IN linguistic_JJ typology_NN ,_, translation_NN of_IN idioms_NNS ,_, and_CC the_DT isolation_NN of_IN anomalies_NNS ._. +-LRB-_-LRB- citation_NN needed_VBN -RRB-_-RRB- Current_JJ machine_NN translation_NN software_NN often_RB allows_VBZ for_IN customisation_NN by_IN domain_NN or_CC profession_NN -LRB-_-LRB- such_JJ as_IN weather_NN reports_NNS -RRB-_-RRB- ,_, improving_VBG output_NN by_IN limiting_VBG the_DT scope_NN of_IN allowable_JJ substitutions_NNS ._. +This_DT technique_NN is_VBZ particularly_RB effective_JJ in_IN domains_NNS where_WRB formal_JJ or_CC formulaic_JJ language_NN is_VBZ used_VBN ._. +It_PRP follows_VBZ that_IN machine_NN translation_NN of_IN government_NN and_CC legal_JJ documents_NNS more_RBR readily_RB produces_VBZ usable_JJ output_NN than_IN conversation_NN or_CC less_RBR standardised_JJ text_NN ._. +Improved_VBN output_NN quality_NN can_MD also_RB be_VB achieved_VBN by_IN human_JJ intervention_NN :_: for_IN example_NN ,_, some_DT systems_NNS are_VBP able_JJ to_TO translate_VB more_RBR accurately_RB if_IN the_DT user_NN has_VBZ unambiguously_RB identified_VBN which_WDT words_NNS in_IN the_DT text_NN are_VBP names_NNS ._. +With_IN the_DT assistance_NN of_IN these_DT techniques_NNS ,_, MT_NNP has_VBZ proven_VBN useful_JJ as_IN a_DT tool_NN to_TO assist_VB human_JJ translators_NNS and_CC ,_, in_IN a_DT very_RB limited_JJ number_NN of_IN cases_NNS ,_, can_MD even_RB produce_VB output_NN that_WDT can_MD be_VB used_VBN as_IN is_VBZ -LRB-_-LRB- e.g._FW ,_, weather_NN reports_NNS -RRB-_-RRB- ._. +The_DT progress_NN and_CC potential_NN of_IN machine_NN translation_NN has_VBZ been_VBN debated_VBN much_RB through_IN its_PRP$ history_NN ._. +Since_IN the_DT 1950s_CD ,_, a_DT number_NN of_IN scholars_NNS have_VBP questioned_VBN the_DT possibility_NN of_IN achieving_VBG fully_RB automatic_JJ machine_NN translation_NN of_IN high_JJ quality_NN ._. +Some_DT critics_NNS claim_VBP that_IN there_EX are_VBP in-principle_JJ obstacles_NNS to_TO automatizing_VBG the_DT translation_NN process_NN ._. +In_IN 1629_CD ,_, René_NNP Descartes_NNP proposed_VBD a_DT universal_JJ language_NN ,_, with_IN equivalent_JJ ideas_NNS in_IN different_JJ tongues_NNS sharing_VBG one_CD symbol_NN ._. +In_IN the_DT 1950s_CD ,_, The_DT Georgetown_NNP experiment_NN -LRB-_-LRB- 1954_CD -RRB-_-RRB- involved_VBN fully_RB automatic_JJ translation_NN of_IN over_IN sixty_CD Russian_JJ sentences_NNS into_IN English_NNP ._. +The_DT experiment_NN was_VBD a_DT great_JJ success_NN and_CC ushered_VBD in_IN an_DT era_NN of_IN substantial_JJ funding_NN for_IN machine-translation_NN research_NN ._. +The_DT authors_NNS claimed_VBD that_IN within_IN three_CD to_TO five_CD years_NNS ,_, machine_NN translation_NN would_MD be_VB a_DT solved_VBN problem_NN ._. +Real_JJ progress_NN was_VBD much_RB slower_JJR ,_, however_RB ,_, and_CC after_IN the_DT ALPAC_NNP report_NN -LRB-_-LRB- 1966_CD -RRB-_-RRB- ,_, which_WDT found_VBD that_IN the_DT ten-year-long_JJ research_NN had_VBD failed_VBN to_TO fulfill_VB expectations_NNS ,_, funding_NN was_VBD greatly_RB reduced_VBN ._. +Beginning_VBG in_IN the_DT late_JJ 1980s_NNS ,_, as_IN computational_JJ power_NN increased_VBD and_CC became_VBD less_RBR expensive_JJ ,_, more_JJR interest_NN was_VBD shown_VBN in_IN statistical_JJ models_NNS for_IN machine_NN translation_NN ._. +The_DT idea_NN of_IN using_VBG digital_JJ computers_NNS for_IN translation_NN of_IN natural_JJ languages_NNS was_VBD proposed_VBN as_RB early_RB as_IN 1946_CD by_IN A._NNP D._NNP Booth_NNP and_CC possibly_RB others_NNS ._. +Warren_NNP Weaver_NNP wrote_VBD an_DT important_JJ memorandum_NN ``_`` Translation_NN ''_'' in_IN 1949_CD ._. +The_DT Georgetown_NNP experiment_NN was_VBD by_IN no_DT means_VBZ the_DT first_JJ such_JJ application_NN ,_, and_CC a_DT demonstration_NN was_VBD made_VBN in_IN 1954_CD on_IN the_DT APEXC_NNP machine_NN at_IN Birkbeck_NNP College_NNP -LRB-_-LRB- University_NNP of_IN London_NNP -RRB-_-RRB- of_IN a_DT rudimentary_JJ translation_NN of_IN English_NNP into_IN French_NNP ._. +Several_JJ papers_NNS on_IN the_DT topic_NN were_VBD published_VBN at_IN the_DT time_NN ,_, and_CC even_RB articles_NNS in_IN popular_JJ journals_NNS -LRB-_-LRB- see_VB for_IN example_NN Wireless_NNP World_NNP ,_, Sept._NNP 1955_CD ,_, Cleave_NNP and_CC Zacharov_NNP -RRB-_-RRB- ._. +A_DT similar_JJ application_NN ,_, also_RB pioneered_VBD at_IN Birkbeck_NNP College_NNP at_IN the_DT time_NN ,_, was_VBD reading_VBG and_CC composing_VBG Braille_NNP texts_NNS by_IN computer_NN ._. +Translation_NN process_NN Main_NNP article_NN :_: Translation_NN process_NN The_DT human_JJ translation_NN process_NN may_MD be_VB described_VBN as_IN :_: Decoding_VBG the_DT meaning_NN of_IN the_DT source_NN text_NN ;_: and_CC Re-encoding_JJ this_DT meaning_NN in_IN the_DT target_NN language_NN ._. +Behind_IN this_DT ostensibly_RB simple_JJ procedure_NN lies_VBZ a_DT complex_JJ cognitive_JJ operation_NN ._. +To_TO decode_VB the_DT meaning_NN of_IN the_DT source_NN text_NN in_IN its_PRP$ entirety_NN ,_, the_DT translator_NN must_MD interpret_VB and_CC analyze_VB all_PDT the_DT features_NNS of_IN the_DT text_NN ,_, a_DT process_NN that_WDT requires_VBZ in-depth_JJ knowledge_NN of_IN the_DT grammar_NN ,_, semantics_NNS ,_, syntax_NN ,_, idioms_NNS ,_, etc._FW ,_, of_IN the_DT source_NN language_NN ,_, as_RB well_RB as_IN the_DT culture_NN of_IN its_PRP$ speakers_NNS ._. +The_DT translator_NN needs_VBZ the_DT same_JJ in-depth_JJ knowledge_NN to_TO re-encode_VB the_DT meaning_NN in_IN the_DT target_NN language_NN ._. +Therein_NNP lies_VBZ the_DT challenge_NN in_IN machine_NN translation_NN :_: how_WRB to_TO program_VB a_DT computer_NN that_WDT will_MD ``_`` understand_VB ''_'' a_DT text_NN as_IN a_DT person_NN does_VBZ ,_, and_CC that_DT will_MD ``_`` create_VB ''_'' a_DT new_JJ text_NN in_IN the_DT target_NN language_NN that_IN ``_`` sounds_NNS ''_'' as_IN if_IN it_PRP has_VBZ been_VBN written_VBN by_IN a_DT person_NN ._. +This_DT problem_NN may_MD be_VB approached_VBN in_IN a_DT number_NN of_IN ways_NNS ._. +Approaches_VBZ Bernard_NNP Vauquois_NNP '_POS pyramid_NN showing_VBG comparative_JJ depths_NNS of_IN intermediary_JJ representation_NN ,_, interlingual_JJ machine_NN translation_NN at_IN the_DT peak_NN ,_, followed_VBN by_IN transfer-based_JJ ,_, then_RB direct_JJ translation_NN ._. +Machine_NN translation_NN can_MD use_VB a_DT method_NN based_VBN on_IN linguistic_JJ rules_NNS ,_, which_WDT means_VBZ that_IN words_NNS will_MD be_VB translated_VBN in_IN a_DT linguistic_JJ way_NN --_: the_DT most_RBS suitable_JJ -LRB-_-LRB- orally_RB speaking_VBG -RRB-_-RRB- words_NNS of_IN the_DT target_NN language_NN will_MD replace_VB the_DT ones_NNS in_IN the_DT source_NN language_NN ._. +It_PRP is_VBZ often_RB argued_VBN that_IN the_DT success_NN of_IN machine_NN translation_NN requires_VBZ the_DT problem_NN of_IN natural_JJ language_NN understanding_NN to_TO be_VB solved_VBN first_RB ._. +Generally_RB ,_, rule-based_JJ methods_NNS parse_VBP a_DT text_NN ,_, usually_RB creating_VBG an_DT intermediary_JJ ,_, symbolic_JJ representation_NN ,_, from_IN which_WDT the_DT text_NN in_IN the_DT target_NN language_NN is_VBZ generated_VBN ._. +According_VBG to_TO the_DT nature_NN of_IN the_DT intermediary_JJ representation_NN ,_, an_DT approach_NN is_VBZ described_VBN as_IN interlingual_JJ machine_NN translation_NN or_CC transfer-based_JJ machine_NN translation_NN ._. +These_DT methods_NNS require_VBP extensive_JJ lexicons_NNS with_IN morphological_JJ ,_, syntactic_JJ ,_, and_CC semantic_JJ information_NN ,_, and_CC large_JJ sets_NNS of_IN rules_NNS ._. +Given_VBN enough_JJ data_NNS ,_, machine_NN translation_NN programs_NNS often_RB work_VBP well_RB enough_RB for_IN a_DT native_JJ speaker_NN of_IN one_CD language_NN to_TO get_VB the_DT approximate_JJ meaning_NN of_IN what_WP is_VBZ written_VBN by_IN the_DT other_JJ native_JJ speaker_NN ._. +The_DT difficulty_NN is_VBZ getting_VBG enough_JJ data_NNS of_IN the_DT right_JJ kind_NN to_TO support_VB the_DT particular_JJ method_NN ._. +For_IN example_NN ,_, the_DT large_JJ multilingual_JJ corpus_NN of_IN data_NNS needed_VBN for_IN statistical_JJ methods_NNS to_TO work_NN is_VBZ not_RB necessary_JJ for_IN the_DT grammar-based_JJ methods_NNS ._. +But_CC then_RB ,_, the_DT grammar_NN methods_NNS need_VBP a_DT skilled_JJ linguist_NN to_TO carefully_RB design_VB the_DT grammar_NN that_IN they_PRP use_VBP ._. +To_TO translate_VB between_IN closely_RB related_JJ languages_NNS ,_, a_DT technique_NN referred_VBN to_TO as_IN shallow-transfer_JJ machine_NN translation_NN may_MD be_VB used_VBN ._. +Rule-based_JJ The_DT rule-based_JJ machine_NN translation_NN paradigm_NN includes_VBZ transfer-based_JJ machine_NN translation_NN ,_, interlingual_JJ machine_NN translation_NN and_CC dictionary-based_JJ machine_NN translation_NN paradigms_NNS ._. +Main_NNP article_NN :_: Rule-based_JJ machine_NN translation_NN Transfer-based_JJ machine_NN translation_NN Main_NNP article_NN :_: Transfer-based_JJ machine_NN translation_NN Interlingual_NNP Main_NNP article_NN :_: Interlingual_JJ machine_NN translation_NN Interlingual_JJ machine_NN translation_NN is_VBZ one_CD instance_NN of_IN rule-based_JJ machine-translation_NN approaches_NNS ._. +In_IN this_DT approach_NN ,_, the_DT source_NN language_NN ,_, i.e._FW the_DT text_NN to_TO be_VB translated_VBN ,_, is_VBZ transformed_VBN into_IN an_DT interlingual_JJ ,_, i.e._FW source_NN -_: \/_: target-language-independent_JJ representation_NN ._. +The_DT target_NN language_NN is_VBZ then_RB generated_VBN out_IN of_IN the_DT interlingua_NN ._. +Dictionary-based_JJ Main_NNP article_NN :_: Dictionary-based_JJ machine_NN translation_NN Machine_NN translation_NN can_MD use_VB a_DT method_NN based_VBN on_IN dictionary_NN entries_NNS ,_, which_WDT means_VBZ that_IN the_DT words_NNS will_MD be_VB translated_VBN as_IN they_PRP are_VBP by_IN a_DT dictionary_NN ._. +Statistical_JJ Main_NNP article_NN :_: Statistical_JJ machine_NN translation_NN Statistical_JJ machine_NN translation_NN tries_VBZ to_TO generate_VB translations_NNS using_VBG statistical_JJ methods_NNS based_VBN on_IN bilingual_JJ text_NN corpora_NN ,_, such_JJ as_IN the_DT Canadian_NNP Hansard_NNP corpus_NN ,_, the_DT English-French_JJ record_NN of_IN the_DT Canadian_JJ parliament_NN and_CC EUROPARL_NN ,_, the_DT record_NN of_IN the_DT European_NNP Parliament_NNP ._. +Where_WRB such_JJ corpora_NNS are_VBP available_JJ ,_, impressive_JJ results_NNS can_MD be_VB achieved_VBN translating_VBG texts_NNS of_IN a_DT similar_JJ kind_NN ,_, but_CC such_JJ corpora_NNS are_VBP still_RB very_RB rare_JJ ._. +The_DT first_JJ statistical_JJ machine_NN translation_NN software_NN was_VBD CANDIDE_NNP from_IN IBM_NNP ._. +Google_NNP used_VBD SYSTRAN_NNP for_IN several_JJ years_NNS ,_, but_CC switched_VBD to_TO a_DT statistical_JJ translation_NN method_NN in_IN October_NNP 2007_CD ._. +Recently_RB ,_, they_PRP improved_VBD their_PRP$ translation_NN capabilities_NNS by_IN inputting_VBG approximately_RB 200_CD billion_CD words_NNS from_IN United_NNP Nations_NNP materials_NNS to_TO train_VB their_PRP$ system_NN ._. +Accuracy_NN of_IN the_DT translation_NN has_VBZ improved_VBN ._. +Example-based_JJ Main_NNP article_NN :_: Example-based_JJ machine_NN translation_NN Example-based_JJ machine_NN translation_NN -LRB-_-LRB- EBMT_NN -RRB-_-RRB- approach_NN was_VBD proposed_VBN by_IN Makoto_NNP Nagao_NNP in_IN 1984_CD ._. +It_PRP is_VBZ often_RB characterised_VBN by_IN its_PRP$ use_NN of_IN a_DT bilingual_JJ corpus_NN as_IN its_PRP$ main_JJ knowledge_NN base_NN ,_, at_IN run-time_NN ._. +It_PRP is_VBZ essentially_RB a_DT translation_NN by_IN analogy_NN and_CC can_MD be_VB viewed_VBN as_IN an_DT implementation_NN of_IN case-based_JJ reasoning_NN approach_NN of_IN machine_NN learning_NN ._. +Hybrid_NNP MT_NNP Hybrid_NNP machine_NN translation_NN -LRB-_-LRB- HMT_NN -RRB-_-RRB- leverages_VBZ the_DT strengths_NNS of_IN statistical_JJ and_CC rule-based_JJ translation_NN methodologies_NNS ._. +Several_JJ MT_NN companies_NNS -LRB-_-LRB- Asia_NNP Online_NNP ,_, LinguaSys_NNP ,_, Systran_NNP ,_, PangeaMT_NN ,_, UPV_NN -RRB-_-RRB- are_VBP claiming_VBG to_TO have_VB a_DT hybrid_NN approach_NN using_VBG both_DT rules_NNS and_CC statistics_NNS ._. +The_DT approaches_NNS differ_VBP in_IN a_DT number_NN of_IN ways_NNS :_: Rules_NNS post-processed_JJ by_IN statistics_NNS :_: Translations_NNS are_VBP performed_VBN using_VBG a_DT rules_NNS based_VBN engine_NN ._. +Statistics_NNS are_VBP then_RB used_VBN in_IN an_DT attempt_NN to_TO adjust\/correct_VB the_DT output_NN from_IN the_DT rules_NNS engine_NN ._. +Statistics_NNS guided_VBN by_IN rules_NNS :_: Rules_NNS are_VBP used_VBN to_TO pre-process_JJ data_NNS in_IN an_DT attempt_NN to_TO better_RB guide_VB the_DT statistical_JJ engine_NN ._. +Rules_NNS are_VBP also_RB used_VBN to_TO post-process_VB the_DT statistical_JJ output_NN to_TO perform_VB functions_NNS such_JJ as_IN normalization_NN ._. +This_DT approach_NN has_VBZ a_DT lot_NN more_JJR power_NN ,_, flexibility_NN and_CC control_NN when_WRB translating_VBG ._. +Major_JJ issues_NNS Disambiguation_NNP Main_NNP article_NN :_: Word_NN sense_NN disambiguation_NN Word-sense_JJ disambiguation_NN concerns_NNS finding_VBG a_DT suitable_JJ translation_NN when_WRB a_DT word_NN can_MD have_VB more_JJR than_IN one_CD meaning_NN ._. +The_DT problem_NN was_VBD first_RB raised_VBN in_IN the_DT 1950s_CD by_IN Yehoshua_NNP Bar-Hillel_NNP ._. +He_PRP pointed_VBD out_RP that_IN without_IN a_DT ``_`` universal_JJ encyclopedia_NN ''_'' ,_, a_DT machine_NN would_MD never_RB be_VB able_JJ to_TO distinguish_VB between_IN the_DT two_CD meanings_NNS of_IN a_DT word_NN ._. +Today_NN there_EX are_VBP numerous_JJ approaches_NNS designed_VBN to_TO overcome_VB this_DT problem_NN ._. +They_PRP can_MD be_VB approximately_RB divided_VBN into_IN ``_`` shallow_JJ ''_'' approaches_NNS and_CC ``_`` deep_JJ ''_'' approaches_NNS ._. +Shallow_JJ approaches_NNS assume_VBP no_DT knowledge_NN of_IN the_DT text_NN ._. +They_PRP simply_RB apply_VB statistical_JJ methods_NNS to_TO the_DT words_NNS surrounding_VBG the_DT ambiguous_JJ word_NN ._. +Deep_JJ approaches_NNS presume_VBP a_DT comprehensive_JJ knowledge_NN of_IN the_DT word_NN ._. +So_RB far_RB ,_, shallow_JJ approaches_NNS have_VBP been_VBN more_RBR successful_JJ ._. +-LRB-_-LRB- citation_NN needed_VBN -RRB-_-RRB- The_DT late_JJ Claude_NNP Piron_NNP ,_, a_DT long-time_JJ translator_NN for_IN the_DT United_NNP Nations_NNPS and_CC the_DT World_NNP Health_NNP Organization_NNP ,_, wrote_VBD that_IN machine_NN translation_NN ,_, at_IN its_PRP$ best_JJS ,_, automates_VBZ the_DT easier_JJR part_NN of_IN a_DT translator_NN 's_POS job_NN ;_: the_DT harder_JJR and_CC more_RBR time-consuming_JJ part_NN usually_RB involves_VBZ doing_VBG extensive_JJ research_NN to_TO resolve_VB ambiguities_NNS in_IN the_DT source_NN text_NN ,_, which_WDT the_DT grammatical_JJ and_CC lexical_JJ exigencies_NNS of_IN the_DT target_NN language_NN require_VBP to_TO be_VB resolved_VBN :_: Why_WRB does_VBZ a_DT translator_NN need_VB a_DT whole_JJ workday_NN to_TO translate_VB five_CD pages_NNS ,_, and_CC not_RB an_DT hour_NN or_CC two_CD ?_. +..._: About_IN 90_CD %_NN of_IN an_DT average_JJ text_NN corresponds_VBZ to_TO these_DT simple_JJ conditions_NNS ._. +But_CC unfortunately_RB ,_, there_EX 's_VBZ the_DT other_JJ 10_CD %_NN ._. +It_PRP 's_VBZ that_DT part_NN that_WDT requires_VBZ six_CD -LRB-_-LRB- more_JJR -RRB-_-RRB- hours_NNS of_IN work_NN ._. +There_EX are_VBP ambiguities_NNS one_CD has_VBZ to_TO resolve_VB ._. +For_IN instance_NN ,_, the_DT author_NN of_IN the_DT source_NN text_NN ,_, an_DT Australian_JJ physician_NN ,_, cited_VBD the_DT example_NN of_IN an_DT epidemic_JJ which_WDT was_VBD declared_VBN during_IN World_NNP War_NNP II_NNP in_IN a_DT ``_`` Japanese_JJ prisoner_NN of_IN war_NN camp_NN ''_'' ._. +Was_VBD he_PRP talking_VBG about_IN an_DT American_JJ camp_NN with_IN Japanese_JJ prisoners_NNS or_CC a_DT Japanese_JJ camp_NN with_IN American_JJ prisoners_NNS ?_. +The_DT English_NNP has_VBZ two_CD senses_NNS ._. +It_PRP 's_VBZ necessary_JJ therefore_RB to_TO do_VB research_NN ,_, maybe_RB to_TO the_DT extent_NN of_IN a_DT phone_NN call_NN to_TO Australia_NNP ._. +The_DT ideal_JJ deep_JJ approach_NN would_MD require_VB the_DT translation_NN software_NN to_TO do_VB all_PDT the_DT research_NN necessary_JJ for_IN this_DT kind_NN of_IN disambiguation_NN on_IN its_PRP$ own_JJ ;_: but_CC this_DT would_MD require_VB a_DT higher_JJR degree_NN of_IN AI_NN than_IN has_VBZ yet_RB been_VBN attained_VBN ._. +A_DT shallow_JJ approach_NN which_WDT simply_RB guessed_VBD at_IN the_DT sense_NN of_IN the_DT ambiguous_JJ English_NNP phrase_NN that_IN Piron_NNP mentions_VBZ -LRB-_-LRB- based_VBN ,_, perhaps_RB ,_, on_IN which_WDT kind_NN of_IN prisoner-of-war_JJ camp_NN is_VBZ more_RBR often_RB mentioned_VBN in_IN a_DT given_VBN corpus_NN -RRB-_-RRB- would_MD have_VB a_DT reasonable_JJ chance_NN of_IN guessing_VBG wrong_JJ fairly_RB often_RB ._. +A_DT shallow_JJ approach_NN that_WDT involves_VBZ ``_`` ask_VB the_DT user_NN about_IN each_DT ambiguity_NN ''_'' would_MD ,_, by_IN Piron_NNP 's_POS estimate_NN ,_, only_RB automate_VBP about_IN 25_CD %_NN of_IN a_DT professional_JJ translator_NN 's_POS job_NN ,_, leaving_VBG the_DT harder_JJR 75_CD %_NN still_RB to_TO be_VB done_VBN by_IN a_DT human_JJ ._. +The_DT objects_NNS of_IN discourse_NN analysis_NN --_: discourse_NN ,_, writing_NN ,_, conversation_NN ,_, communicative_JJ event_NN ,_, etc._NN --_: are_VBP variously_RB defined_VBN in_IN terms_NNS of_IN coherent_JJ sequences_NNS of_IN sentences_NNS ,_, propositions_NNS ,_, speech_NN acts_NNS or_CC turns-at-talk_NN ._. +Contrary_JJ to_TO much_JJ of_IN traditional_JJ linguistics_NNS ,_, discourse_NN analysts_NNS not_RB only_RB study_VB language_NN use_NN `_`` beyond_IN the_DT sentence_NN boundary_NN '_'' ,_, but_CC also_RB prefer_VBP to_TO analyze_VB `_`` naturally_RB occurring_VBG '_POS language_NN use_NN ,_, and_CC not_RB invented_VBN examples_NNS ._. +Text_NN linguistics_NNS is_VBZ related_VBN ._. +The_DT essential_JJ difference_NN between_IN discourse_NN analysis_NN and_CC text_NN linguistics_NNS is_VBZ that_IN it_PRP aims_VBZ at_IN revealing_VBG socio-psychological_JJ characteristics_NNS of_IN a_DT person\/persons_NNS rather_RB than_IN text_NN structure_NN ._. +Discourse_NN analysis_NN has_VBZ been_VBN taken_VBN up_RP in_IN a_DT variety_NN of_IN social_JJ science_NN disciplines_NNS ,_, including_VBG linguistics_NNS ,_, sociology_NN ,_, anthropology_NN ,_, social_JJ work_NN ,_, cognitive_JJ psychology_NN ,_, social_JJ psychology_NN ,_, international_JJ relations_NNS ,_, human_JJ geography_NN ,_, communication_NN studies_NNS and_CC translation_NN studies_NNS ,_, each_DT of_IN which_WDT is_VBZ subject_JJ to_TO its_PRP$ own_JJ assumptions_NNS ,_, dimensions_NNS of_IN analysis_NN ,_, and_CC methodologies_NNS ._. +The_DT examples_NNS and_CC perspective_NN in_IN this_DT article_NN deal_NN primarily_RB with_IN the_DT United_NNP States_NNPS and_CC do_VBP not_RB represent_VB a_DT worldwide_JJ view_NN of_IN the_DT subject_NN ._. +Please_VB improve_VB this_DT article_NN and_CC discuss_VBP the_DT issue_NN on_IN the_DT talk_NN page_NN ._. +-LRB-_-LRB- December_NNP 2010_CD -RRB-_-RRB- Some_DT scholars_NNS -LRB-_-LRB- which_WDT ?_. -RRB-_-RRB- +consider_VB the_DT Austrian_JJ emigre_NN Leo_NNP Spitzer_NNP 's_POS Stilstudien_NNP -LRB-_-LRB- Style_NNP Studies_NNP -RRB-_-RRB- of_IN 1928_CD the_DT earliest_JJS example_NN of_IN discourse_NN analysis_NN -LRB-_-LRB- DA_NN -RRB-_-RRB- ;_: Michel_NNP Foucault_NNP himself_PRP translated_VBD it_PRP into_IN French_NNP ._. +But_CC the_DT term_NN first_RB came_VBD into_IN general_JJ use_NN following_VBG the_DT publication_NN of_IN a_DT series_NN of_IN papers_NNS by_IN Zellig_NNP Harris_NNP beginning_VBG in_IN 1952_CD and_CC reporting_VBG on_IN work_NN from_IN which_WDT he_PRP developed_VBD transformational_JJ grammar_NN in_IN the_DT late_JJ 1930s_NNS ._. +Formal_JJ equivalence_JJ relations_NNS among_IN the_DT sentences_NNS of_IN a_DT coherent_JJ discourse_NN are_VBP made_VBN explicit_JJ by_IN using_VBG sentence_NN transformations_NNS to_TO put_VB the_DT text_NN in_IN a_DT canonical_JJ form_NN ._. +Words_NNS and_CC sentences_NNS with_IN equivalent_JJ information_NN then_RB appear_VBP in_IN the_DT same_JJ column_NN of_IN an_DT array_NN ._. +This_DT work_NN progressed_VBD over_IN the_DT next_JJ four_CD decades_NNS -LRB-_-LRB- see_VB references_NNS -RRB-_-RRB- into_IN a_DT science_NN of_IN sublanguage_NN analysis_NN -LRB-_-LRB- Kittredge_NNP &_CC Lehrberger_NNP 1982_CD -RRB-_-RRB- ,_, culminating_VBG in_IN a_DT demonstration_NN of_IN the_DT informational_JJ structures_NNS in_IN texts_NNS of_IN a_DT sublanguage_NN of_IN science_NN ,_, that_DT of_IN immunology_NN ,_, -LRB-_-LRB- Harris_NNP et_FW al._FW 1989_CD -RRB-_-RRB- and_CC a_DT fully_RB articulated_VBN theory_NN of_IN linguistic_JJ informational_JJ content_NN -LRB-_-LRB- Harris_NNP 1991_CD -RRB-_-RRB- ._. +During_IN this_DT time_NN ,_, however_RB ,_, most_JJS linguists_NNS decided_VBD a_DT succession_NN of_IN elaborate_JJ theories_NNS of_IN sentence-level_JJ syntax_NN and_CC semantics_NNS ._. +Although_IN Harris_NNP had_VBD mentioned_VBN the_DT analysis_NN of_IN whole_JJ discourses_NNS ,_, he_PRP had_VBD not_RB worked_VBN out_RP a_DT comprehensive_JJ model_NN ,_, as_IN of_IN January_NNP ,_, 1952_CD ._. +A_DT linguist_NN working_VBG for_IN the_DT American_NNP Bible_NNP Society_NNP ,_, James_NNP A._NNP Lauriault\/Loriot_NNP ,_, needed_VBN to_TO find_VB answers_NNS to_TO some_DT fundamental_JJ errors_NNS in_IN translating_VBG Quechua_NNP ,_, in_IN the_DT Cuzco_NNP area_NN of_IN Peru_NNP ._. +He_PRP took_VBD Harris_NNP 's_POS idea_NN ,_, recorded_VBD all_DT of_IN the_DT legends_NNS and_CC ,_, after_IN going_VBG over_IN the_DT meaning_NN and_CC placement_NN of_IN each_DT word_NN with_IN a_DT native_JJ speaker_NN of_IN Quechua_NNP ,_, was_VBD able_JJ to_TO form_VB logical_JJ ,_, mathematical_JJ rules_NNS that_WDT transcended_VBD the_DT simple_JJ sentence_NN structure_NN ._. +He_PRP then_RB applied_VBD the_DT process_NN to_TO another_DT language_NN of_IN Eastern_NNP Peru_NNP ,_, Shipibo_NNP ._. +He_PRP taught_VBD the_DT theory_NN in_IN Norman_NNP ,_, Oklahoma_NNP ,_, in_IN the_DT summers_NNS of_IN 1956_CD and_CC 1957_CD and_CC entered_VBD the_DT University_NNP of_IN Pennsylvania_NNP in_IN the_DT interim_JJ year_NN ._. +He_PRP tried_VBD to_TO publish_VB a_DT paper_NN Shipibo_NNP Paragraph_NNP Structure_NN ,_, but_CC it_PRP was_VBD delayed_VBN until_IN 1970_CD -LRB-_-LRB- Loriot_NNP &_CC Hollenbach_NNP 1970_CD -RRB-_-RRB- ._. +In_IN the_DT meantime_NN ,_, Dr._NNP Kenneth_NNP Lee_NNP Pike_NNP ,_, a_DT professor_NN at_IN University_NNP of_IN Michigan_NNP ,_, Ann_NNP Arbor_NNP ,_, taught_VBD the_DT theory_NN ,_, and_CC one_CD of_IN his_PRP$ students_NNS ,_, Robert_NNP E._NNP Longacre_NNP ,_, was_VBD able_JJ to_TO disseminate_VB it_PRP in_IN a_DT dissertation_NN ._. +Harris_NNP 's_POS methodology_NN was_VBD developed_VBN into_IN a_DT system_NN for_IN the_DT computer-aided_JJ analysis_NN of_IN natural_JJ language_NN by_IN a_DT team_NN led_VBN by_IN Naomi_NNP Sager_NNP at_IN NYU_NNP ,_, which_WDT has_VBZ been_VBN applied_VBN to_TO a_DT number_NN of_IN sublanguage_JJ domains_NNS ,_, most_RBS notably_RB to_TO medical_JJ informatics_NNS ._. +The_DT software_NN for_IN the_DT Medical_NNP Language_NNP Processor_NNP is_VBZ publicly_RB available_JJ on_IN SourceForge_NNP ._. +In_IN the_DT late_JJ 1960s_NNS and_CC 1970s_NNS ,_, and_CC without_IN reference_NN to_TO this_DT prior_JJ work_NN ,_, a_DT variety_NN of_IN other_JJ approaches_NNS to_TO a_DT new_JJ cross-discipline_NN of_IN DA_NNP began_VBD to_TO develop_VB in_IN most_JJS of_IN the_DT humanities_NNS and_CC social_JJ sciences_NNS concurrently_RB with_IN ,_, and_CC related_JJ to_TO ,_, other_JJ disciplines_NNS ,_, such_JJ as_IN semiotics_NNS ,_, psycholinguistics_NNS ,_, sociolinguistics_NNS ,_, and_CC pragmatics_NNS ._. +Many_JJ of_IN these_DT approaches_NNS ,_, especially_RB those_DT influenced_VBN by_IN the_DT social_JJ sciences_NNS ,_, favor_VBP a_DT more_RBR dynamic_JJ study_NN of_IN oral_JJ talk-in-interaction_NN ._. +Mention_NN must_MD also_RB be_VB made_VBN of_IN the_DT term_NN ``_`` Conversational_JJ analysis_NN ''_'' ,_, which_WDT was_VBD influenced_VBN by_IN the_DT Sociologist_NNP Harold_NNP Garfinkel_NNP who_WP is_VBZ the_DT founder_NN of_IN Ethnomethodology_NN ._. +In_IN Europe_NNP ,_, Michel_NNP Foucault_NNP became_VBD one_CD of_IN the_DT key_JJ theorists_NNS of_IN the_DT subject_NN ,_, especially_RB of_IN discourse_NN ,_, and_CC wrote_VBD The_DT Archaeology_NN of_IN Knowledge_NN on_IN the_DT subject_NN ._. +Topics_NNS of_IN interest_NN Topics_NNS of_IN discourse_NN analysis_NN include_VBP :_: The_DT various_JJ levels_NNS or_CC dimensions_NNS of_IN discourse_NN ,_, such_JJ as_IN sounds_NNS -LRB-_-LRB- intonation_NN ,_, etc._NN -RRB-_-RRB- ,_, gestures_NNS ,_, syntax_NN ,_, the_DT lexicon_NN ,_, style_NN ,_, rhetoric_NN ,_, meanings_NNS ,_, speech_NN acts_NNS ,_, moves_NNS ,_, strategies_NNS ,_, turns_NNS and_CC other_JJ aspects_NNS of_IN interaction_NN Genres_NNS of_IN discourse_NN -LRB-_-LRB- various_JJ types_NNS of_IN discourse_NN in_IN politics_NNS ,_, the_DT media_NNS ,_, education_NN ,_, science_NN ,_, business_NN ,_, etc._NN -RRB-_-RRB- The_DT relations_NNS between_IN discourse_NN and_CC the_DT emergence_NN of_IN syntactic_JJ structure_NN The_DT relations_NNS between_IN text_NN -LRB-_-LRB- discourse_NN -RRB-_-RRB- and_CC context_NN The_DT relations_NNS between_IN discourse_NN and_CC power_NN The_DT relations_NNS between_IN discourse_NN and_CC interaction_NN The_DT relations_NNS between_IN discourse_NN and_CC cognition_NN and_CC memory_NN Political_JJ discourse_NN Political_JJ discourse_NN analysis_NN is_VBZ a_DT field_NN of_IN discourse_NN analysis_NN which_WDT focuses_VBZ on_IN discourse_NN in_IN political_JJ forums_NNS -LRB-_-LRB- such_JJ as_IN debates_NNS ,_, speeches_NNS ,_, and_CC hearings_NNS -RRB-_-RRB- as_IN the_DT phenomenon_NN of_IN interest_NN ._. +Political_JJ discourse_NN is_VBZ the_DT informal_JJ exchange_NN of_IN reasoned_VBN views_NNS as_IN to_TO which_WDT of_IN several_JJ alternative_JJ courses_NNS of_IN action_NN should_MD be_VB taken_VBN to_TO solve_VB a_DT societal_JJ problem_NN ._. +It_PRP is_VBZ a_DT science_NN that_WDT has_VBZ been_VBN used_VBN through_IN the_DT history_NN of_IN the_DT United_NNP States_NNPS ._. +It_PRP is_VBZ the_DT essence_NN of_IN democracy_NN ._. +Full_JJ of_IN problems_NNS and_CC persuasion_NN ,_, political_JJ discourse_NN is_VBZ used_VBN in_IN many_JJ debates_NNS ,_, candidacies_NNS and_CC in_IN our_PRP$ everyday_JJ life_NN ._. +Perspectives_NNS The_DT following_NN are_VBP some_DT of_IN the_DT specific_JJ theoretical_JJ perspectives_NNS and_CC analytical_JJ approaches_NNS used_VBN in_IN linguistic_JJ discourse_NN analysis_NN :_: Emergent_JJ grammar_NN Text_NN grammar_NN -LRB-_-LRB- or_CC `_`` discourse_NN grammar_NN '_'' -RRB-_-RRB- Cohesion_NN and_CC relevance_NN theory_NN Functional_JJ grammar_NN Rhetoric_NN Stylistics_NNS -LRB-_-LRB- linguistics_NNS -RRB-_-RRB- Interactional_JJ sociolinguistics_NNS Ethnography_NN of_IN communication_NN Pragmatics_NNS ,_, particularly_RB speech_NN act_NN theory_NN Conversation_NN analysis_NN Variation_NN analysis_NN Applied_NNP linguistics_VBZ Cognitive_JJ psychology_NN ,_, often_RB under_IN the_DT label_NN discourse_NN processing_NN ,_, studying_VBG the_DT production_NN and_CC comprehension_NN of_IN discourse_NN ._. +Discursive_JJ psychology_NN Response_NNP based_VBN therapy_NN -LRB-_-LRB- counselling_NN -RRB-_-RRB- Critical_JJ discourse_NN analysis_NN Sublanguage_NN analysis_NN Genre_NNP Analysis_NNP &_CC Critical_JJ Genre_NN Analysis_NN Although_IN these_DT approaches_NNS emphasize_VBP different_JJ aspects_NNS of_IN language_NN use_NN ,_, they_PRP all_DT view_VBP language_NN as_IN social_JJ interaction_NN ,_, and_CC are_VBP concerned_VBN with_IN the_DT social_JJ contexts_NNS in_IN which_WDT discourse_NN is_VBZ embedded_JJ ._. +Often_RB a_DT distinction_NN is_VBZ made_VBN between_IN `_`` local_JJ '_'' structures_NNS of_IN discourse_NN -LRB-_-LRB- such_JJ as_IN relations_NNS among_IN sentences_NNS ,_, propositions_NNS ,_, and_CC turns_NNS -RRB-_-RRB- and_CC `_`` global_JJ '_'' structures_NNS ,_, such_JJ as_IN overall_JJ topics_NNS and_CC the_DT schematic_JJ organization_NN of_IN discourses_NNS and_CC conversations_NNS ._. +For_IN instance_NN ,_, many_JJ types_NNS of_IN discourse_NN begin_VB with_IN some_DT kind_NN of_IN global_JJ `_`` summary_NN '_'' ,_, in_IN titles_NNS ,_, headlines_NNS ,_, leads_NNS ,_, abstracts_NNS ,_, and_CC so_RB on_RB ._. +A_DT problem_NN for_IN the_DT discourse_NN analyst_NN is_VBZ to_TO decide_VB when_WRB a_DT particular_JJ feature_NN is_VBZ relevant_JJ to_TO the_DT specification_NN is_VBZ required_VBN ._. +Are_VBP there_RB general_JJ principles_NNS which_WDT will_MD determine_VB the_DT relevance_NN or_CC nature_NN of_IN the_DT specification_NN ._. +Prominent_JJ discourse_NN analysts_NNS This_DT article_NN contains_VBZ embedded_JJ lists_NNS that_WDT may_MD be_VB poorly_RB defined_VBN ,_, unverified_JJ or_CC indiscriminate_JJ ._. +Please_VB help_NN to_TO clean_VB it_PRP up_RP to_TO meet_VB Wikipedia_NNP 's_POS quality_NN standards_NNS ._. +-LRB-_-LRB- May_NNP 2012_CD -RRB-_-RRB- Marc_NNP Angenot_NNP ,_, Robert_NNP de_IN Beaugrande_NNP ,_, Jan_NNP Blommaert_NNP ,_, Adriana_NNP Bolivar_NNP ,_, Carmen_NNP Rosa_NNP Caldas-Coulthard_NNP ,_, Robyn_NNP Carston_NNP ,_, Wallace_NNP Chafe_NNP ,_, Paul_NNP Chilton_NNP ,_, Guy_NNP Cook_NNP ,_, Malcolm_NNP Coulthard_NNP ,_, James_NNP Deese_NNP ,_, Paul_NNP Drew_NNP ,_, John_NNP Du_NNP Bois_NNP ,_, Alessandro_NNP Duranti_NNP ,_, Brenton_NNP D._NNP Faber_NNP ,_, Norman_NNP Fairclough_NNP ,_, Michel_NNP Foucault_NNP ,_, Roger_NNP Fowler_NNP ,_, James_NNP Paul_NNP Gee_NNP ,_, Talmy_NNP Givón_NNP ,_, Charles_NNP Goodwin_NNP ,_, Art_NNP Graesser_NNP ,_, Michael_NNP Halliday_NNP ,_, Zellig_NNP Harris_NNP ,_, John_NNP Heritage_NNP ,_, Janet_NNP Holmes_NNP ,_, David_NNP R._NNP Howarth_NNP ,_, Paul_NNP Hopper_NNP ,_, Gail_NN Jefferson_NNP ,_, Barbara_NNP Johnstone_NNP ,_, Walter_NNP Kintsch_NNP ,_, Richard_NNP Kittredge_NNP ,_, Adam_NNP Jaworski_NNP ,_, William_NNP Labov_NNP ,_, George_NNP Lakoff_NNP ,_, Jay_NNP Lemke_NNP ,_, Stephen_NNP H._NNP Levinsohn_NNP ,_, James_NNP A._NNP Lauriault\/Loriot_NNP ,_, Robert_NNP E._NNP Longacre_NNP ,_, Jim_NNP Martin_NNP ,_, Aletta_NNP Norval_NNP ,_, David_NNP Nunan_NNP ,_, Elinor_NNP Ochs_NNP ,_, Gina_NNP Poncini_NNP ,_, Jonathan_NNP Potter_NNP ,_, Edward_NNP Robinson_NNP ,_, Nikolas_NNP Rose_NNP ,_, Harvey_NNP Sacks_NNP ,_, Svenka_NNP Savic_NNP Naomi_NNP Sager_NNP ,_, Emanuel_NNP Schegloff_NNP ,_, Deborah_NNP Schiffrin_NNP ,_, Michael_NNP Schober_NNP ,_, Stef_NNP Slembrouck_NNP ,_, Michael_NNP Stubbs_NNP ,_, John_NNP Swales_NNP ,_, Deborah_NNP Tannen_NNP ,_, Sandra_NNP Thompson_NNP ,_, Teun_NNP A._NNP van_NNP Dijk_NNP ,_, Theo_NNP van_NNP Leeuwen_NNP ,_, Jef_NNP Verschueren_NNP ,_, Henry_NNP Widdowson_NNP ,_, Carla_NNP Willig_NNP ,_, Deirdre_NNP Wilson_NNP ,_, Ruth_NNP Wodak_NNP ,_, Margaret_NNP Wetherell_NNP ,_, Ernesto_NNP Laclau_NNP ,_, Chantal_NNP Mouffe_NNP ,_, Judith_NNP M._NNP De_NNP Guzman_NNP ,_, Cynthia_NNP Hardy_NNP ,_, Louise_NNP J._NNP Phillips_NNP ._. +-LRB-_-LRB- citation_NN needed_VBN -RRB-_-RRB- Bhatia_NNP ,_, V.J._NNP ,_, John_NNP Swales_NNP ,_, Zellig_NNP Harris_NNP The_DT phenomenon_NN of_IN information_NN overload_NN has_VBZ meant_VBN that_DT access_NN to_TO coherent_JJ and_CC correctly-developed_JJ summaries_NNS is_VBZ vital_JJ ._. +As_IN access_NN to_TO data_NNS has_VBZ increased_VBN so_RB has_VBZ interest_NN in_IN automatic_JJ summarization_NN ._. +An_DT example_NN of_IN the_DT use_NN of_IN summarization_NN technology_NN is_VBZ search_NN engines_NNS such_JJ as_IN Google_NNP ._. +Technologies_NNP that_WDT can_MD make_VB a_DT coherent_JJ summary_NN ,_, of_IN any_DT kind_NN of_IN text_NN ,_, need_VBP to_TO take_VB into_IN account_NN several_JJ variables_NNS such_JJ as_IN length_NN ,_, writing_VBG style_NN and_CC syntax_NN to_TO make_VB a_DT useful_JJ summary_NN ._. +Extractive_JJ methods_NNS work_VBP by_IN selecting_VBG a_DT subset_NN of_IN existing_VBG words_NNS ,_, phrases_NNS ,_, or_CC sentences_NNS in_IN the_DT original_JJ text_NN to_TO form_VB the_DT summary_NN ._. +In_IN contrast_NN ,_, abstractive_JJ methods_NNS build_VBP an_DT internal_JJ semantic_JJ representation_NN and_CC then_RB use_VB natural_JJ language_NN generation_NN techniques_NNS to_TO create_VB a_DT summary_NN that_WDT is_VBZ closer_JJR to_TO what_WP a_DT human_JJ might_NN generate_VB ._. +Such_JJ a_DT summary_NN might_MD contain_VB words_NNS not_RB explicitly_RB present_JJ in_IN the_DT original_NN ._. +The_DT state-of-the-art_JJ abstractive_JJ methods_NNS are_VBP still_RB quite_RB weak_JJ ,_, so_RB most_JJS research_NN has_VBZ focused_VBN on_IN extractive_JJ methods_NNS ,_, and_CC this_DT is_VBZ what_WP we_PRP will_MD cover_VB ._. +Two_CD particular_JJ types_NNS of_IN summarization_NN often_RB addressed_VBN in_IN the_DT literature_NN are_VBP keyphrase_NN extraction_NN ,_, where_WRB the_DT goal_NN is_VBZ to_TO select_VB individual_JJ words_NNS or_CC phrases_NNS to_TO ``_`` tag_VB ''_'' a_DT document_NN ,_, and_CC document_NN summarization_NN ,_, where_WRB the_DT goal_NN is_VBZ to_TO select_VB whole_JJ sentences_NNS to_TO create_VB a_DT short_JJ paragraph_NN summary_NN ._. +Extraction_NN and_CC abstraction_NN Broadly_RB ,_, one_CD distinguishes_VBZ two_CD approaches_NNS :_: extraction_NN and_CC abstraction_NN ._. +Extraction_NN techniques_NNS merely_RB copy_VBP the_DT information_NN deemed_VBD most_RBS important_JJ by_IN the_DT system_NN to_TO the_DT summary_NN -LRB-_-LRB- for_IN example_NN ,_, key_JJ clauses_NNS ,_, sentences_NNS or_CC paragraphs_NNS -RRB-_-RRB- ,_, while_IN abstraction_NN involves_VBZ paraphrasing_VBG sections_NNS of_IN the_DT source_NN document_NN ._. +In_IN general_JJ ,_, abstraction_NN can_MD condense_VB a_DT text_NN more_RBR strongly_RB than_IN extraction_NN ,_, but_CC the_DT programs_NNS that_WDT can_MD do_VB this_DT are_VBP harder_JJR to_TO develop_VB as_IN they_PRP require_VBP the_DT use_NN of_IN natural_JJ language_NN generation_NN technology_NN ,_, which_WDT itself_PRP is_VBZ a_DT growing_VBG field_NN ._. +Types_NNS of_IN summaries_NNS There_EX are_VBP different_JJ types_NNS of_IN summaries_NNS depending_VBG what_WP the_DT summarization_NN program_NN focuses_VBZ on_RP to_TO make_VB the_DT summary_NN of_IN the_DT text_NN ,_, for_IN example_NN generic_JJ summaries_NNS or_CC query_JJ relevant_JJ summaries_NNS -LRB-_-LRB- sometimes_RB called_VBN query-biased_JJ summaries_NNS -RRB-_-RRB- ._. +Summarization_NN systems_NNS are_VBP able_JJ to_TO create_VB both_DT query_JJ relevant_JJ text_NN summaries_NNS and_CC generic_JJ machine-generated_JJ summaries_NNS depending_VBG on_IN what_WP the_DT user_NN needs_NNS ._. +Summarization_NN of_IN multimedia_NNS documents_NNS ,_, e.g._FW pictures_NNS or_CC movies_NNS ,_, is_VBZ also_RB possible_JJ ._. +Some_DT systems_NNS will_MD generate_VB a_DT summary_NN based_VBN on_IN a_DT single_JJ source_NN document_NN ,_, while_IN others_NNS can_MD use_VB multiple_JJ source_NN documents_NNS -LRB-_-LRB- for_IN example_NN ,_, a_DT cluster_NN of_IN news_NN stories_NNS on_IN the_DT same_JJ topic_NN -RRB-_-RRB- ._. +These_DT systems_NNS are_VBP known_VBN as_IN multi-document_JJ summarization_NN systems_NNS ._. +Keyphrase_NN extraction_NN Task_NNP description_NN and_CC example_NN The_DT task_NN is_VBZ the_DT following_NN ._. +You_PRP are_VBP given_VBN a_DT piece_NN of_IN text_NN ,_, such_JJ as_IN a_DT journal_NN article_NN ,_, and_CC you_PRP must_MD produce_VB a_DT list_NN of_IN keywords_NNS or_CC keyphrases_NNS that_WDT capture_VBP the_DT primary_JJ topics_NNS discussed_VBN in_IN the_DT text_NN ._. +In_IN the_DT case_NN of_IN research_NN articles_NNS ,_, many_JJ authors_NNS provide_VBP manually_RB assigned_VBN keywords_NNS ,_, but_CC most_JJS text_NN lacks_VBZ pre-existing_JJ keyphrases_NNS ._. +For_IN example_NN ,_, news_NN articles_NNS rarely_RB have_VBP keyphrases_NNS attached_VBN ,_, but_CC it_PRP would_MD be_VB useful_JJ to_TO be_VB able_JJ to_TO automatically_RB do_VB so_RB for_IN a_DT number_NN of_IN applications_NNS discussed_VBN below_IN ._. +Consider_VB the_DT example_NN text_NN from_IN a_DT recent_JJ news_NN article_NN :_: ``_`` The_DT Army_NNP Corps_NNP of_IN Engineers_NNP ,_, rushing_VBG to_TO meet_VB President_NNP Bush_NNP 's_POS promise_NN to_TO protect_VB New_NNP Orleans_NNP by_IN the_DT start_NN of_IN the_DT 2006_CD hurricane_NN season_NN ,_, installed_VBN defective_JJ flood-control_JJ pumps_NNS last_JJ year_NN despite_IN warnings_NNS from_IN its_PRP$ own_JJ expert_NN that_IN the_DT equipment_NN would_MD fail_VB during_IN a_DT storm_NN ,_, according_VBG to_TO documents_NNS obtained_VBN by_IN The_DT Associated_NNP Press_NNP ''_'' ._. +An_DT extractive_JJ keyphrase_NN extractor_NN might_MD select_VB ``_`` Army_NNP Corps_NNP of_IN Engineers_NNP ''_'' ,_, ``_`` President_NNP Bush_NNP ''_'' ,_, ``_`` New_NNP Orleans_NNP ''_'' ,_, and_CC ``_`` defective_JJ flood-control_JJ pumps_NNS ''_'' as_IN keyphrases_NNS ._. +These_DT are_VBP pulled_VBN directly_RB from_IN the_DT text_NN ._. +In_IN contrast_NN ,_, an_DT abstractive_JJ keyphrase_NN system_NN would_MD somehow_RB internalize_VB the_DT content_NN and_CC generate_VB keyphrases_NNS that_WDT might_MD be_VB more_RBR descriptive_JJ and_CC more_JJR like_IN what_WP a_DT human_JJ would_MD produce_VB ,_, such_JJ as_IN ``_`` political_JJ negligence_NN ''_'' or_CC ``_`` inadequate_JJ protection_NN from_IN floods_NNS ''_'' ._. +Note_VB that_IN these_DT terms_NNS do_VBP not_RB appear_VB in_IN the_DT text_NN and_CC require_VB a_DT deep_JJ understanding_NN ,_, which_WDT makes_VBZ it_PRP difficult_JJ for_IN a_DT computer_NN to_TO produce_VB such_JJ keyphrases_NNS ._. +Keyphrases_NNS have_VBP many_JJ applications_NNS ,_, such_JJ as_IN to_TO improve_VB document_NN browsing_NN by_IN providing_VBG a_DT short_JJ summary_NN ._. +Also_RB ,_, keyphrases_NNS can_MD improve_VB information_NN retrieval_NN --_: if_IN documents_NNS have_VBP keyphrases_NNS assigned_VBN ,_, a_DT user_NN could_MD search_VB by_IN keyphrase_NN to_TO produce_VB more_RBR reliable_JJ hits_NNS than_IN a_DT full-text_JJ search_NN ._. +Also_RB ,_, automatic_JJ keyphrase_NN extraction_NN can_MD be_VB useful_JJ in_IN generating_VBG index_NN entries_NNS for_IN a_DT large_JJ text_NN corpus_NN ._. +Keyphrase_NN extraction_NN as_IN supervised_JJ learning_NN Beginning_NN with_IN the_DT Turney_NNP paper_NN ,_, many_JJ researchers_NNS have_VBP approached_VBN keyphrase_NN extraction_NN as_IN a_DT supervised_JJ machine_NN learning_NN problem_NN ._. +Given_VBN a_DT document_NN ,_, we_PRP construct_VBP an_DT example_NN for_IN each_DT unigram_NN ,_, bigram_NN ,_, and_CC trigram_NN found_VBN in_IN the_DT text_NN -LRB-_-LRB- though_IN other_JJ text_NN units_NNS are_VBP also_RB possible_JJ ,_, as_IN discussed_VBN below_IN -RRB-_-RRB- ._. +We_PRP then_RB compute_VBP various_JJ features_NNS describing_VBG each_DT example_NN -LRB-_-LRB- e.g._FW ,_, does_VBZ the_DT phrase_NN begin_VB with_IN an_DT upper-case_JJ letter_NN ?_. -RRB-_-RRB- ._. +We_PRP assume_VBP there_EX are_VBP known_JJ keyphrases_NNS available_JJ for_IN a_DT set_NN of_IN training_NN documents_NNS ._. +Using_VBG the_DT known_JJ keyphrases_NNS ,_, we_PRP can_MD assign_VB positive_JJ or_CC negative_JJ labels_NNS to_TO the_DT examples_NNS ._. +Then_RB we_PRP learn_VBP a_DT classifier_NN that_WDT can_MD discriminate_VB between_IN positive_JJ and_CC negative_JJ examples_NNS as_IN a_DT function_NN of_IN the_DT features_NNS ._. +Some_DT classifiers_NNS make_VBP a_DT binary_JJ classification_NN for_IN a_DT test_NN example_NN ,_, while_IN others_NNS assign_VBP a_DT probability_NN of_IN being_VBG a_DT keyphrase_NN ._. +For_IN instance_NN ,_, in_IN the_DT above_JJ text_NN ,_, we_PRP might_MD learn_VB a_DT rule_NN that_WDT says_VBZ phrases_NNS with_IN initial_JJ capital_NN letters_NNS are_VBP likely_JJ to_TO be_VB keyphrases_NNS ._. +After_IN training_VBG a_DT learner_NN ,_, we_PRP can_MD select_VB keyphrases_NNS for_IN test_NN documents_NNS in_IN the_DT following_JJ manner_NN ._. +We_PRP apply_VBP the_DT same_JJ example-generation_NN strategy_NN to_TO the_DT test_NN documents_NNS ,_, then_RB run_VB each_DT example_NN through_IN the_DT learner_NN ._. +We_PRP can_MD determine_VB the_DT keyphrases_NNS by_IN looking_VBG at_IN binary_JJ classification_NN decisions_NNS or_CC probabilities_NNS returned_VBN from_IN our_PRP$ learned_VBN model_NN ._. +If_IN probabilities_NNS are_VBP given_VBN ,_, a_DT threshold_NN is_VBZ used_VBN to_TO select_VB the_DT keyphrases_NNS ._. +Keyphrase_NN extractors_NNS are_VBP generally_RB evaluated_VBN using_VBG precision_NN and_CC recall_NN ._. +Precision_NN measures_VBZ how_WRB many_JJ of_IN the_DT proposed_VBN keyphrases_NNS are_VBP actually_RB correct_JJ ._. +Recall_VB measures_NNS how_WRB many_JJ of_IN the_DT true_JJ keyphrases_NNS your_PRP$ system_NN proposed_VBN ._. +The_DT two_CD measures_NNS can_MD be_VB combined_VBN in_IN an_DT F-score_NN ,_, which_WDT is_VBZ the_DT harmonic_JJ mean_NN of_IN the_DT two_CD -LRB-_-LRB- F_NN =_JJ 2PR_NN \/_: -LRB-_-LRB- P_NN +_CC R_NN -RRB-_-RRB- -RRB-_-RRB- ._. +Matches_NNS between_IN the_DT proposed_VBN keyphrases_NNS and_CC the_DT known_JJ keyphrases_NNS can_MD be_VB checked_VBN after_IN stemming_VBG or_CC applying_VBG some_DT other_JJ text_NN normalization_NN ._. +Design_NN choices_NNS Designing_NNP a_DT supervised_JJ keyphrase_NN extraction_NN system_NN involves_VBZ deciding_VBG on_IN several_JJ choices_NNS -LRB-_-LRB- some_DT of_IN these_DT apply_VBP to_TO unsupervised_JJ ,_, too_RB -RRB-_-RRB- :_: What_WP are_VBP the_DT examples_NNS ?_. +The_DT first_JJ choice_NN is_VBZ exactly_RB how_WRB to_TO generate_VB examples_NNS ._. +Turney_NN and_CC others_NNS have_VBP used_VBN all_DT possible_JJ unigrams_NNS ,_, bigrams_NNS ,_, and_CC trigrams_NNS without_IN intervening_VBG punctuation_NN and_CC after_IN removing_VBG stopwords_NNS ._. +Hulth_NNP showed_VBD that_IN you_PRP can_MD get_VB some_DT improvement_NN by_IN selecting_VBG examples_NNS to_TO be_VB sequences_NNS of_IN tokens_VBN that_WDT match_VBP certain_JJ patterns_NNS of_IN part-of-speech_JJ tags_NNS ._. +Ideally_RB ,_, the_DT mechanism_NN for_IN generating_VBG examples_NNS produces_VBZ all_PDT the_DT known_JJ labeled_JJ keyphrases_NNS as_IN candidates_NNS ,_, though_IN this_DT is_VBZ often_RB not_RB the_DT case_NN ._. +For_IN example_NN ,_, if_IN we_PRP use_VBP only_JJ unigrams_NNS ,_, bigrams_NNS ,_, and_CC trigrams_NNS ,_, then_RB we_PRP will_MD never_RB be_VB able_JJ to_TO extract_VB a_DT known_JJ keyphrase_NN containing_VBG four_CD words_NNS ._. +Thus_RB ,_, recall_NN may_MD suffer_VB ._. +However_RB ,_, generating_VBG too_RB many_JJ examples_NNS can_MD also_RB lead_VB to_TO low_JJ precision_NN ._. +What_WP are_VBP the_DT features_NNS ?_. +We_PRP also_RB need_VBP to_TO create_VB features_NNS that_WDT describe_VBP the_DT examples_NNS and_CC are_VBP informative_JJ enough_RB to_TO allow_VB a_DT learning_NN algorithm_NN to_TO discriminate_VB keyphrases_NNS from_IN non_JJ -_: keyphrases_NNS ._. +Typically_RB features_NNS involve_VBP various_JJ term_NN frequencies_NNS -LRB-_-LRB- how_WRB many_JJ times_NNS a_DT phrase_NN appears_VBZ in_IN the_DT current_JJ text_NN or_CC in_IN a_DT larger_JJR corpus_NN -RRB-_-RRB- ,_, the_DT length_NN of_IN the_DT example_NN ,_, relative_JJ position_NN of_IN the_DT first_JJ occurrence_NN ,_, various_JJ boolean_JJ syntactic_JJ features_NNS -LRB-_-LRB- e.g._FW ,_, contains_VBZ all_DT caps_NNS -RRB-_-RRB- ,_, etc._NN ._. +The_DT Turney_NNP paper_NN used_VBN about_IN 12_CD such_JJ features_NNS ._. +Hulth_NNP uses_VBZ a_DT reduced_VBN set_NN of_IN features_NNS ,_, which_WDT were_VBD found_VBN most_RBS successful_JJ in_IN the_DT KEA_NN -LRB-_-LRB- Keyphrase_NN Extraction_NN Algorithm_NN -RRB-_-RRB- work_NN derived_VBN from_IN Turney_NNP 's_POS seminal_JJ paper_NN ._. +How_WRB many_JJ keyphrases_NNS to_TO return_VB ?_. +In_IN the_DT end_NN ,_, the_DT system_NN will_MD need_VB to_TO return_VB a_DT list_NN of_IN keyphrases_NNS for_IN a_DT test_NN document_NN ,_, so_IN we_PRP need_VBP to_TO have_VB a_DT way_NN to_TO limit_VB the_DT number_NN ._. +Ensemble_NN methods_NNS -LRB-_-LRB- i.e._FW ,_, using_VBG votes_NNS from_IN several_JJ classifiers_NNS -RRB-_-RRB- have_VBP been_VBN used_VBN to_TO produce_VB numeric_JJ scores_NNS that_WDT can_MD be_VB thresholded_VBN to_TO provide_VB a_DT user-provided_JJ number_NN of_IN keyphrases_NNS ._. +This_DT is_VBZ the_DT technique_NN used_VBN by_IN Turney_NN with_IN C4_NN .5_CD decision_NN trees_NNS ._. +Hulth_NNP used_VBD a_DT single_JJ binary_JJ classifier_NN so_IN the_DT learning_NN algorithm_NN implicitly_RB determines_VBZ the_DT appropriate_JJ number_NN ._. +What_WDT learning_NN algorithm_NN ?_. +Once_RB examples_NNS and_CC features_NNS are_VBP created_VBN ,_, we_PRP need_VBP a_DT way_NN to_TO learn_VB to_TO predict_VB keyphrases_NNS ._. +Virtually_RB any_DT supervised_JJ learning_NN algorithm_NN could_MD be_VB used_VBN ,_, such_JJ as_IN decision_NN trees_NNS ,_, Naive_JJ Bayes_NNS ,_, and_CC rule_NN induction_NN ._. +In_IN the_DT case_NN of_IN Turney_NNP 's_POS GenEx_NN algorithm_NN ,_, a_DT genetic_JJ algorithm_NN is_VBZ used_VBN to_TO learn_VB parameters_NNS for_IN a_DT domain-specific_JJ keyphrase_NN extraction_NN algorithm_NN ._. +The_DT extractor_NN follows_VBZ a_DT series_NN of_IN heuristics_NNS to_TO identify_VB keyphrases_NNS ._. +The_DT genetic_JJ algorithm_NN optimizes_VBZ parameters_NNS for_IN these_DT heuristics_NNS with_IN respect_NN to_TO performance_NN on_IN training_NN documents_NNS with_IN known_JJ key_JJ phrases_NNS ._. +Unsupervised_JJ keyphrase_NN extraction_NN :_: TextRank_NN While_IN supervised_JJ methods_NNS have_VBP some_DT nice_JJ properties_NNS ,_, like_IN being_VBG able_JJ to_TO produce_VB interpretable_JJ rules_NNS for_IN what_WP features_NNS characterize_VBP a_DT keyphrase_NN ,_, they_PRP also_RB require_VBP a_DT large_JJ amount_NN of_IN training_NN data_NNS ._. +Many_JJ documents_NNS with_IN known_JJ keyphrases_NNS are_VBP needed_VBN ._. +Furthermore_RB ,_, training_NN on_IN a_DT specific_JJ domain_NN tends_VBZ to_TO customize_VB the_DT extraction_NN process_NN to_TO that_DT domain_NN ,_, so_IN the_DT resulting_VBG classifier_NN is_VBZ not_RB necessarily_RB portable_JJ ,_, as_IN some_DT of_IN Turney_NNP 's_POS results_NNS demonstrate_VBP ._. +Unsupervised_JJ keyphrase_NN extraction_NN removes_VBZ the_DT need_NN for_IN training_NN data_NNS ._. +It_PRP approaches_VBZ the_DT problem_NN from_IN a_DT different_JJ angle_NN ._. +Instead_RB of_IN trying_VBG to_TO learn_VB explicit_JJ features_NNS that_WDT characterize_VBP keyphrases_NNS ,_, the_DT TextRank_NNP algorithm_NN exploits_VBZ the_DT structure_NN of_IN the_DT text_NN itself_PRP to_TO determine_VB keyphrases_NNS that_WDT appear_VBP ``_`` central_JJ ''_'' to_TO the_DT text_NN in_IN the_DT same_JJ way_NN that_IN PageRank_NN selects_VBZ important_JJ Web_NN pages_NNS ._. +Recall_VB this_DT is_VBZ based_VBN on_IN the_DT notion_NN of_IN ``_`` prestige_NN ''_'' or_CC ``_`` recommendation_NN ''_'' from_IN social_JJ networks_NNS ._. +In_IN this_DT way_NN ,_, TextRank_NN does_VBZ not_RB rely_VB on_IN any_DT previous_JJ training_NN data_NNS at_IN all_DT ,_, but_CC rather_RB can_MD be_VB run_VBN on_IN any_DT arbitrary_JJ piece_NN of_IN text_NN ,_, and_CC it_PRP can_MD produce_VB output_NN simply_RB based_VBN on_IN the_DT text_NN 's_POS intrinsic_JJ properties_NNS ._. +Thus_RB the_DT algorithm_NN is_VBZ easily_RB portable_JJ to_TO new_JJ domains_NNS and_CC languages_NNS ._. +TextRank_NNP is_VBZ a_DT general_JJ purpose_NN graph-based_JJ ranking_NN algorithm_NN for_IN NLP_NNP ._. +Essentially_RB ,_, it_PRP runs_VBZ PageRank_NNP on_IN a_DT graph_NN specially_RB designed_VBN for_IN a_DT particular_JJ NLP_NN task_NN ._. +For_IN keyphrase_NN extraction_NN ,_, it_PRP builds_VBZ a_DT graph_NN using_VBG some_DT set_NN of_IN text_NN units_NNS as_IN vertices_NNS ._. +Edges_NNS are_VBP based_VBN on_IN some_DT measure_NN of_IN semantic_JJ or_CC lexical_JJ similarity_NN between_IN the_DT text_NN unit_NN vertices_NNS ._. +Unlike_IN PageRank_NNP ,_, the_DT edges_NNS are_VBP typically_RB undirected_JJ and_CC can_MD be_VB weighted_VBN to_TO reflect_VB a_DT degree_NN of_IN similarity_NN ._. +Once_RB the_DT graph_NN is_VBZ constructed_VBN ,_, it_PRP is_VBZ used_VBN to_TO form_VB a_DT stochastic_JJ matrix_NN ,_, combined_VBN with_IN a_DT damping_VBG factor_NN -LRB-_-LRB- as_IN in_IN the_DT ``_`` random_JJ surfer_NN model_NN ''_'' -RRB-_-RRB- ,_, and_CC the_DT ranking_NN over_IN vertices_NNS is_VBZ obtained_VBN by_IN finding_VBG the_DT eigenvector_NN corresponding_VBG to_TO eigenvalue_NN 1_CD -LRB-_-LRB- i.e._FW ,_, the_DT stationary_JJ distribution_NN of_IN the_DT random_JJ walk_NN on_IN the_DT graph_NN -RRB-_-RRB- ._. +Design_NN choices_NNS What_WP should_MD vertices_NNS be_VB ?_. +The_DT vertices_NNS should_MD correspond_VB to_TO what_WP we_PRP want_VBP to_TO rank_VB ._. +Potentially_RB ,_, we_PRP could_MD do_VB something_NN similar_JJ to_TO the_DT supervised_JJ methods_NNS and_CC create_VB a_DT vertex_NN for_IN each_DT unigram_NN ,_, bigram_NN ,_, trigram_NN ,_, etc._NN ._. +However_RB ,_, to_TO keep_VB the_DT graph_NN small_JJ ,_, the_DT authors_NNS decide_VBP to_TO rank_VB individual_JJ unigrams_NNS in_IN a_DT first_JJ step_NN ,_, and_CC then_RB include_VBP a_DT second_JJ step_NN that_WDT merges_VBZ highly_RB ranked_VBN adjacent_JJ unigrams_NNS to_TO form_VB multi-word_JJ phrases_NNS ._. +This_DT has_VBZ a_DT nice_JJ side_NN effect_NN of_IN allowing_VBG us_PRP to_TO produce_VB keyphrases_NNS of_IN arbitrary_JJ length_NN ._. +For_IN example_NN ,_, if_IN we_PRP rank_VBP unigrams_NNS and_CC find_VBP that_IN ``_`` advanced_JJ ''_'' ,_, ``_`` natural_JJ ''_'' ,_, ``_`` language_NN ''_'' ,_, and_CC ``_`` processing_NN ''_'' all_DT get_VBP high_JJ ranks_NNS ,_, then_RB we_PRP would_MD look_VB at_IN the_DT original_JJ text_NN and_CC see_VB that_IN these_DT words_NNS appear_VBP consecutively_RB and_CC create_VB a_DT final_JJ keyphrase_NN using_VBG all_DT four_CD together_RB ._. +Note_VB that_IN the_DT unigrams_NNS placed_VBN in_IN the_DT graph_NN can_MD be_VB filtered_VBN by_IN part_NN of_IN speech_NN ._. +The_DT authors_NNS found_VBD that_IN adjectives_NNS and_CC nouns_NNS were_VBD the_DT best_JJS to_TO include_VB ._. +Thus_RB ,_, some_DT linguistic_JJ knowledge_NN comes_VBZ into_IN play_NN in_IN this_DT step_NN ._. +How_WRB should_MD we_PRP create_VB edges_NNS ?_. +Edges_NNS are_VBP created_VBN based_VBN on_IN word_NN co-occurrence_NN in_IN this_DT application_NN of_IN TextRank_NNP ._. +Two_CD vertices_NNS are_VBP connected_VBN by_IN an_DT edge_NN if_IN the_DT unigrams_NNS appear_VBP within_IN a_DT window_NN of_IN size_NN N_NN in_IN the_DT original_JJ text_NN ._. +N_NN is_VBZ typically_RB around_IN 2_CD --_: 10_CD ._. +Thus_RB ,_, ``_`` natural_JJ ''_'' and_CC ``_`` language_NN ''_'' might_MD be_VB linked_VBN in_IN a_DT text_NN about_IN NLP_NNP ._. +``_`` Natural_NNP ''_'' and_CC ``_`` processing_NN ''_'' would_MD also_RB be_VB linked_VBN because_IN they_PRP would_MD both_DT appear_VB in_IN the_DT same_JJ string_NN of_IN N_NN words_NNS ._. +These_DT edges_NNS build_VBP on_IN the_DT notion_NN of_IN ``_`` text_NN cohesion_NN ''_'' and_CC the_DT idea_NN that_IN words_NNS that_WDT appear_VBP near_IN each_DT other_JJ are_VBP likely_RB related_VBN in_IN a_DT meaningful_JJ way_NN and_CC ``_`` recommend_VB ''_'' each_DT other_JJ to_TO the_DT reader_NN ._. +How_WRB are_VBP the_DT final_JJ keyphrases_NNS formed_VBN ?_. +Since_IN this_DT method_NN simply_RB ranks_VBZ the_DT individual_JJ vertices_NNS ,_, we_PRP need_VBP a_DT way_NN to_TO threshold_NN or_CC produce_VB a_DT limited_JJ number_NN of_IN keyphrases_NNS ._. +The_DT technique_NN chosen_VBN is_VBZ to_TO set_VB a_DT count_NN T_NN to_TO be_VB a_DT user-specified_JJ fraction_NN of_IN the_DT total_JJ number_NN of_IN vertices_NNS in_IN the_DT graph_NN ._. +Then_RB the_DT top_JJ T_NN vertices\/unigrams_NNS are_VBP selected_VBN based_VBN on_IN their_PRP$ stationary_JJ probabilities_NNS ._. +A_DT post_NN -_: processing_NN step_NN is_VBZ then_RB applied_VBN to_TO merge_VB adjacent_JJ instances_NNS of_IN these_DT T_NN unigrams_NNS ._. +As_IN a_DT result_NN ,_, potentially_RB more_JJR or_CC less_JJR than_IN T_NN final_JJ keyphrases_NNS will_MD be_VB produced_VBN ,_, but_CC the_DT number_NN should_MD be_VB roughly_RB proportional_JJ to_TO the_DT length_NN of_IN the_DT original_JJ text_NN ._. +Why_WRB it_PRP works_VBZ It_PRP is_VBZ not_RB initially_RB clear_JJ why_WRB applying_VBG PageRank_NN to_TO a_DT co-occurrence_NN graph_NN would_MD produce_VB useful_JJ keyphrases_NNS ._. +One_CD way_NN to_TO think_VB about_IN it_PRP is_VBZ the_DT following_NN ._. +A_DT word_NN that_WDT appears_VBZ multiple_JJ times_NNS throughout_IN a_DT text_NN may_MD have_VB many_JJ different_JJ co-occurring_JJ neighbors_NNS ._. +For_IN example_NN ,_, in_IN a_DT text_NN about_IN machine_NN learning_NN ,_, the_DT unigram_JJ ``_`` learning_NN ''_'' might_MD co-occur_VB with_IN ``_`` machine_NN ''_'' ,_, supervised_VBN ''_'' ,_, ``_`` un-supervised_JJ ''_'' ,_, and_CC ``_`` semi-supervised_JJ ''_'' in_IN four_CD different_JJ sentences_NNS ._. +Thus_RB ,_, the_DT ``_`` learning_NN ''_'' vertex_NN would_MD be_VB a_DT central_JJ ``_`` hub_NN ''_'' that_WDT connects_VBZ to_TO these_DT other_JJ modifying_VBG words_NNS ._. +Running_VBG PageRank\/TextRank_NN on_IN the_DT graph_NN is_VBZ likely_JJ to_TO rank_VB ``_`` learning_VBG ''_'' highly_RB ._. +Similarly_RB ,_, if_IN the_DT text_NN contains_VBZ the_DT phrase_NN ``_`` supervised_JJ classification_NN ''_'' ,_, then_RB there_EX would_MD be_VB an_DT edge_NN between_IN ``_`` supervised_JJ ''_'' and_CC ``_`` classification_NN ''_'' ._. +If_IN ``_`` classification_NN ''_'' appears_VBZ several_JJ other_JJ places_NNS and_CC thus_RB has_VBZ many_JJ neighbors_NNS ,_, it_PRP is_VBZ importance_NN would_MD contribute_VB to_TO the_DT importance_NN of_IN ``_`` supervised_VBN ''_'' ._. +If_IN it_PRP ends_VBZ up_RP with_IN a_DT high_JJ rank_NN ,_, it_PRP will_MD be_VB selected_VBN as_IN one_CD of_IN the_DT top_JJ T_NN unigrams_NNS ,_, along_IN with_IN ``_`` learning_VBG ''_'' and_CC probably_RB ``_`` classification_NN ''_'' ._. +In_IN the_DT final_JJ post-processing_JJ step_NN ,_, we_PRP would_MD then_RB end_VB up_RP with_IN keyphrases_NNS ``_`` supervised_JJ learning_NN ''_'' and_CC ``_`` supervised_JJ classification_NN ''_'' ._. +In_IN short_JJ ,_, the_DT co-occurrence_NN graph_NN will_MD contain_VB densely_RB connected_VBN regions_NNS for_IN terms_NNS that_WDT appear_VBP often_RB and_CC in_IN different_JJ contexts_NNS ._. +A_DT random_JJ walk_NN on_IN this_DT graph_NN will_MD have_VB a_DT stationary_JJ distribution_NN that_WDT assigns_VBZ large_JJ probabilities_NNS to_TO the_DT terms_NNS in_IN the_DT centers_NNS of_IN the_DT clusters_NNS ._. +This_DT is_VBZ similar_JJ to_TO densely_RB connected_VBN Web_NN pages_NNS getting_VBG ranked_VBN highly_RB by_IN PageRank_NN ._. +Document_NNP summarization_NN Like_IN keyphrase_NN extraction_NN ,_, document_NN summarization_NN hopes_VBZ to_TO identify_VB the_DT essence_NN of_IN a_DT text_NN ._. +The_DT only_JJ real_JJ difference_NN is_VBZ that_IN now_RB we_PRP are_VBP dealing_VBG with_IN larger_JJR text_NN units_NNS --_: whole_JJ sentences_NNS instead_RB of_IN words_NNS and_CC phrases_NNS ._. +While_IN some_DT work_NN has_VBZ been_VBN done_VBN in_IN abstractive_JJ summarization_NN -LRB-_-LRB- creating_VBG an_DT abstract_JJ synopsis_NN like_IN that_DT of_IN a_DT human_JJ -RRB-_-RRB- ,_, the_DT majority_NN of_IN summarization_NN systems_NNS are_VBP extractive_JJ -LRB-_-LRB- selecting_VBG a_DT subset_NN of_IN sentences_NNS to_TO place_VB in_IN a_DT summary_NN -RRB-_-RRB- ._. +Before_IN getting_VBG into_IN the_DT details_NNS of_IN some_DT summarization_NN methods_NNS ,_, we_PRP will_MD mention_VB how_WRB summarization_NN systems_NNS are_VBP typically_RB evaluated_VBN ._. +The_DT most_RBS common_JJ way_NN is_VBZ using_VBG the_DT so-called_JJ ROUGE_NN -LRB-_-LRB- Recall-Oriented_JJ Understudy_NN for_IN Gisting_JJ Evaluation_NN -RRB-_-RRB- measure_NN -LRB-_-LRB- http:\/\/haydn.isi.edu\/ROUGE\/_NN -RRB-_-RRB- ._. +This_DT is_VBZ a_DT recall-based_JJ measure_NN that_WDT determines_VBZ how_WRB well_RB a_DT system-generated_JJ summary_NN covers_VBZ the_DT content_NN present_JJ in_IN one_CD or_CC more_JJR human-generated_JJ model_NN summaries_NNS known_VBN as_IN references_NNS ._. +It_PRP is_VBZ recall-based_JJ to_TO encourage_VB systems_NNS to_TO include_VB all_PDT the_DT important_JJ topics_NNS in_IN the_DT text_NN ._. +Recall_VB can_MD be_VB computed_VBN with_IN respect_NN to_TO unigram_NN ,_, bigram_NN ,_, trigram_NN ,_, or_CC 4-gram_JJ matching_NN ,_, though_IN ROUGE-1_NN -LRB-_-LRB- unigram_JJ matching_NN -RRB-_-RRB- has_VBZ been_VBN shown_VBN to_TO correlate_VB best_RB with_IN human_JJ assessments_NNS of_IN system-generated_JJ summaries_NNS -LRB-_-LRB- i.e._FW ,_, the_DT summaries_NNS with_IN highest_JJS ROUGE-1_NN values_NNS correlate_VBP with_IN the_DT summaries_NNS humans_NNS deemed_VBD the_DT best_JJS -RRB-_-RRB- ._. +ROUGE-1_NN is_VBZ computed_VBN as_IN division_NN of_IN count_NN of_IN unigrams_NNS in_IN reference_NN that_WDT appear_VBP in_IN system_NN and_CC count_NN of_IN unigrams_NNS in_IN reference_NN summary_NN ._. +If_IN there_EX are_VBP multiple_JJ references_NNS ,_, the_DT ROUGE-1_NN scores_NNS are_VBP averaged_VBN ._. +Because_IN ROUGE_NNP is_VBZ based_VBN only_RB on_IN content_NN overlap_VBP ,_, it_PRP can_MD determine_VB if_IN the_DT same_JJ general_JJ concepts_NNS are_VBP discussed_VBN between_IN an_DT automatic_JJ summary_NN and_CC a_DT reference_NN summary_NN ,_, but_CC it_PRP can_MD not_RB determine_VB if_IN the_DT result_NN is_VBZ coherent_JJ or_CC the_DT sentences_NNS flow_VBP together_RB in_IN a_DT sensible_JJ manner_NN ._. +High-order_FW n-gram_FW ROUGE_NN measures_NNS try_VBP to_TO judge_VB fluency_NN to_TO some_DT degree_NN ._. +Note_VB that_IN ROUGE_NNP is_VBZ similar_JJ to_TO the_DT BLEU_NNP measure_NN for_IN machine_NN translation_NN ,_, but_CC BLEU_NNP is_VBZ precision_NN -_: based_VBN ,_, because_IN translation_NN systems_NNS favor_VBP accuracy_NN ._. +A_DT promising_JJ line_NN in_IN document_NN summarization_NN is_VBZ adaptive_JJ document\/text_NN summarization_NN ._. +The_DT idea_NN of_IN adaptive_JJ summarization_NN involves_VBZ preliminary_JJ recognition_NN of_IN document\/text_FW genre_FW and_CC subsequent_JJ application_NN of_IN summarization_NN algorithms_NNS optimized_VBN for_IN this_DT genre_NN ._. +First_NNP summarizes_VBZ that_WDT perform_VBP adaptive_JJ summarization_NN have_VBP been_VBN created_VBN ._. +Overview_NN of_IN supervised_JJ learning_NN approaches_NNS Supervised_VBD text_NN summarization_NN is_VBZ very_RB much_RB like_IN supervised_JJ keyphrase_NN extraction_NN ,_, and_CC we_PRP will_MD not_RB spend_VB much_JJ time_NN on_IN it_PRP ._. +Basically_RB ,_, if_IN you_PRP have_VBP a_DT collection_NN of_IN documents_NNS and_CC human-generated_JJ summaries_NNS for_IN them_PRP ,_, you_PRP can_MD learn_VB features_NNS of_IN sentences_NNS that_WDT make_VBP them_PRP good_JJ candidates_NNS for_IN inclusion_NN in_IN the_DT summary_NN ._. +Features_NNS might_MD include_VB the_DT position_NN in_IN the_DT document_NN -LRB-_-LRB- i.e._FW ,_, the_DT first_JJ few_JJ sentences_NNS are_VBP probably_RB important_JJ -RRB-_-RRB- ,_, the_DT number_NN of_IN words_NNS in_IN the_DT sentence_NN ,_, etc._NN ._. +The_DT main_JJ difficulty_NN in_IN supervised_JJ extractive_JJ summarization_NN is_VBZ that_IN the_DT known_JJ summaries_NNS must_MD be_VB manually_RB created_VBN by_IN extracting_VBG sentences_NNS so_IN the_DT sentences_NNS in_IN an_DT original_JJ training_NN document_NN can_MD be_VB labeled_VBN as_IN ``_`` in_IN summary_NN ''_'' or_CC ``_`` not_RB in_IN summary_NN ''_'' ._. +This_DT is_VBZ not_RB typically_RB how_WRB people_NNS create_VBP summaries_NNS ,_, so_RB simply_RB using_VBG journal_NN abstracts_NNS or_CC existing_VBG summaries_NNS is_VBZ usually_RB not_RB sufficient_JJ ._. +The_DT sentences_NNS in_IN these_DT summaries_NNS do_VBP not_RB necessarily_RB match_VB up_RP with_IN sentences_NNS in_IN the_DT original_JJ text_NN ,_, so_IN it_PRP would_MD difficult_JJ to_TO assign_VB labels_NNS to_TO examples_NNS for_IN training_NN ._. +Note_VB ,_, however_RB ,_, that_IN these_DT natural_JJ summaries_NNS can_MD still_RB be_VB used_VBN for_IN evaluation_NN purposes_NNS ,_, since_IN ROUGE-1_NN only_RB cares_VBZ about_IN unigrams_NNS ._. +Unsupervised_JJ approaches_NNS :_: TextRank_NNP and_CC LexRank_NNP The_DT unsupervised_JJ approach_NN to_TO summarization_NN is_VBZ also_RB quite_RB similar_JJ in_IN spirit_NN to_TO unsupervised_JJ keyphrase_NN extraction_NN and_CC gets_VBZ around_IN the_DT issue_NN of_IN costly_JJ training_NN data_NNS ._. +Some_DT unsupervised_JJ summarization_NN approaches_NNS are_VBP based_VBN on_IN finding_VBG a_DT ``_`` centroid_JJ ''_'' sentence_NN ,_, which_WDT is_VBZ the_DT mean_JJ word_NN vector_NN of_IN all_PDT the_DT sentences_NNS in_IN the_DT document_NN ._. +Then_RB the_DT sentences_NNS can_MD be_VB ranked_VBN with_IN regard_NN to_TO their_PRP$ similarity_NN to_TO this_DT centroid_JJ sentence_NN ._. +A_DT more_RBR principled_JJ way_NN to_TO estimate_VB sentence_NN importance_NN is_VBZ using_VBG random_JJ walks_VBZ and_CC eigenvector_NN centrality_NN ._. +LexRank_NNP is_VBZ an_DT algorithm_NN essentially_RB identical_JJ to_TO TextRank_NNP ,_, and_CC both_DT use_VBP this_DT approach_NN for_IN document_NN summarization_NN ._. +The_DT two_CD methods_NNS were_VBD developed_VBN by_IN different_JJ groups_NNS at_IN the_DT same_JJ time_NN ,_, and_CC LexRank_NNP simply_RB focused_VBD on_IN summarization_NN ,_, but_CC could_MD just_RB as_RB easily_RB be_VB used_VBN for_IN keyphrase_NN extraction_NN or_CC any_DT other_JJ NLP_NN ranking_NN task_NN ._. +Design_NN choices_NNS What_WP are_VBP the_DT vertices_NNS ?_. +In_IN both_DT LexRank_NNP and_CC TextRank_NNP ,_, a_DT graph_NN is_VBZ constructed_VBN by_IN creating_VBG a_DT vertex_NN for_IN each_DT sentence_NN in_IN the_DT document_NN ._. +What_WP are_VBP the_DT edges_NNS ?_. +The_DT edges_NNS between_IN sentences_NNS are_VBP based_VBN on_IN some_DT form_NN of_IN semantic_JJ similarity_NN or_CC content_NN overlap_VBP ._. +While_IN LexRank_NN uses_VBZ cosine_NN similarity_NN of_IN TF-IDF_NN vectors_NNS ,_, TextRank_NNP uses_VBZ a_DT very_RB similar_JJ measure_NN based_VBN on_IN the_DT number_NN of_IN words_NNS two_CD sentences_NNS have_VBP in_IN common_JJ -LRB-_-LRB- normalized_VBN by_IN the_DT sentences_NNS '_POS lengths_NNS -RRB-_-RRB- ._. +The_DT LexRank_NNP paper_NN explored_VBD using_VBG unweighted_JJ edges_NNS after_IN applying_VBG a_DT threshold_NN to_TO the_DT cosine_NN values_NNS ,_, but_CC also_RB experimented_VBD with_IN using_VBG edges_NNS with_IN weights_NNS equal_JJ to_TO the_DT similarity_NN score_NN ._. +TextRank_NNP uses_VBZ continuous_JJ similarity_NN scores_NNS as_IN weights_NNS ._. +How_WRB are_VBP summaries_NNS formed_VBN ?_. +In_IN both_DT algorithms_NNS ,_, the_DT sentences_NNS are_VBP ranked_VBN by_IN applying_VBG PageRank_NN to_TO the_DT resulting_VBG graph_NN ._. +A_DT summary_NN is_VBZ formed_VBN by_IN combining_VBG the_DT top_JJ ranking_NN sentences_NNS ,_, using_VBG a_DT threshold_NN or_CC length_NN cutoff_NN to_TO limit_VB the_DT size_NN of_IN the_DT summary_NN ._. +TextRank_NNP and_CC LexRank_NNP differences_NNS It_PRP is_VBZ worth_JJ noting_VBG that_IN TextRank_NNP was_VBD applied_VBN to_TO summarization_NN exactly_RB as_IN described_VBN here_RB ,_, while_IN LexRank_NNP was_VBD used_VBN as_IN part_NN of_IN a_DT larger_JJR summarization_NN system_NN -LRB-_-LRB- MEAD_NN -RRB-_-RRB- that_WDT combines_VBZ the_DT LexRank_NNP score_NN -LRB-_-LRB- stationary_JJ probability_NN -RRB-_-RRB- with_IN other_JJ features_NNS like_IN sentence_NN position_NN and_CC length_NN using_VBG a_DT linear_JJ combination_NN with_IN either_CC user-specified_JJ or_CC automatically_RB tuned_VBN weights_NNS ._. +In_IN this_DT case_NN ,_, some_DT training_NN documents_NNS might_MD be_VB needed_VBN ,_, though_IN the_DT TextRank_NNP results_NNS show_VBP the_DT additional_JJ features_NNS are_VBP not_RB absolutely_RB necessary_JJ ._. +Another_DT important_JJ distinction_NN is_VBZ that_IN TextRank_NNP was_VBD used_VBN for_IN single_JJ document_NN summarization_NN ,_, while_IN LexRank_NNP has_VBZ been_VBN applied_VBN to_TO multi-document_JJ summarization_NN ._. +The_DT task_NN remains_VBZ the_DT same_JJ in_IN both_DT cases_NNS --_: only_RB the_DT number_NN of_IN sentences_NNS to_TO choose_VB from_IN has_VBZ grown_VBN ._. +However_RB ,_, when_WRB summarizing_VBG multiple_JJ documents_NNS ,_, there_EX is_VBZ a_DT greater_JJR risk_NN of_IN selecting_NN duplicate_VBP or_CC highly_RB redundant_JJ sentences_NNS to_TO place_VB in_IN the_DT same_JJ summary_NN ._. +Imagine_VB you_PRP have_VBP a_DT cluster_NN of_IN news_NN articles_NNS on_IN a_DT particular_JJ event_NN ,_, and_CC you_PRP want_VBP to_TO produce_VB one_CD summary_NN ._. +Each_DT article_NN is_VBZ likely_JJ to_TO have_VB many_JJ similar_JJ sentences_NNS ,_, and_CC you_PRP would_MD only_RB want_VB to_TO include_VB distinct_JJ ideas_NNS in_IN the_DT summary_NN ._. +To_TO address_VB this_DT issue_NN ,_, LexRank_NNP applies_VBZ a_DT heuristic_NN post-processing_JJ step_NN that_WDT builds_VBZ up_RP a_DT summary_NN by_IN adding_VBG sentences_NNS in_IN rank_NN order_NN ,_, but_CC discards_VBZ any_DT sentences_NNS that_WDT are_VBP too_RB similar_JJ to_TO ones_NNS already_RB placed_VBN in_IN the_DT summary_NN ._. +The_DT method_NN used_VBN is_VBZ called_VBN Cross-Sentence_NNP Information_NNP Subsumption_NNP -LRB-_-LRB- CSIS_NNP -RRB-_-RRB- ._. +Why_WRB unsupervised_JJ summarization_NN works_VBZ These_DT methods_NNS work_VBP based_VBN on_IN the_DT idea_NN that_IN sentences_NNS ``_`` recommend_VB ''_'' other_JJ similar_JJ sentences_NNS to_TO the_DT reader_NN ._. +Thus_RB ,_, if_IN one_CD sentence_NN is_VBZ very_RB similar_JJ to_TO many_JJ others_NNS ,_, it_PRP will_MD likely_RB be_VB a_DT sentence_NN of_IN great_JJ importance_NN ._. +The_DT importance_NN of_IN this_DT sentence_NN also_RB stems_VBZ from_IN the_DT importance_NN of_IN the_DT sentences_NNS ``_`` recommending_VBG ''_'' it_PRP ._. +Thus_RB ,_, to_TO get_VB ranked_VBN highly_RB and_CC placed_VBN in_IN a_DT summary_NN ,_, a_DT sentence_NN must_MD be_VB similar_JJ to_TO many_JJ sentences_NNS that_WDT are_VBP in_IN turn_NN also_RB similar_JJ to_TO many_JJ other_JJ sentences_NNS ._. +This_DT makes_VBZ intuitive_JJ sense_NN and_CC allows_VBZ the_DT algorithms_NNS to_TO be_VB applied_VBN to_TO any_DT arbitrary_JJ new_JJ text_NN ._. +The_DT methods_NNS are_VBP domain-independent_JJ and_CC easily_RB portable_JJ ._. +One_CD could_MD imagine_VB the_DT features_NNS indicating_VBG important_JJ sentences_NNS in_IN the_DT news_NN domain_NN might_MD vary_VB considerably_RB from_IN the_DT biomedical_JJ domain_NN ._. +However_RB ,_, the_DT unsupervised_JJ ``_`` recommendation_NN ''_'' -_: based_VBN approach_NN applies_VBZ to_TO any_DT domain_NN ._. +Incorporating_VBG diversity_NN :_: GRASSHOPPER_NN algorithm_NN As_IN mentioned_VBN above_JJ ,_, multi-document_JJ extractive_JJ summarization_NN faces_VBZ a_DT problem_NN of_IN potential_JJ redundancy_NN ._. +Ideally_RB ,_, we_PRP would_MD like_VB to_TO extract_VB sentences_NNS that_WDT are_VBP both_DT ``_`` central_JJ ''_'' -LRB-_-LRB- i.e._FW ,_, contain_VBP the_DT main_JJ ideas_NNS -RRB-_-RRB- and_CC ``_`` diverse_JJ ''_'' -LRB-_-LRB- i.e._FW ,_, they_PRP differ_VBP from_IN one_CD another_DT -RRB-_-RRB- ._. +LexRank_NN deals_NNS with_IN diversity_NN as_IN a_DT heuristic_NN final_JJ stage_NN using_VBG CSIS_NN ,_, and_CC other_JJ systems_NNS have_VBP used_VBN similar_JJ methods_NNS ,_, such_JJ as_IN Maximal_JJ Marginal_JJ Relevance_NN -LRB-_-LRB- MMR_NN -RRB-_-RRB- ,_, in_IN trying_VBG to_TO eliminate_VB redundancy_NN in_IN information_NN retrieval_NN results_NNS ._. +We_PRP have_VBP developed_VBN a_DT general_JJ purpose_NN graph-based_JJ ranking_NN algorithm_NN like_IN Page\/Lex\/TextRank_NN that_WDT handles_VBZ both_DT ``_`` centrality_NN ''_'' and_CC ``_`` diversity_NN ''_'' in_IN a_DT unified_JJ mathematical_JJ framework_NN based_VBN on_IN absorbing_VBG Markov_NNP chain_NN random_JJ walks_VBZ ._. +-LRB-_-LRB- An_DT absorbing_VBG random_JJ walk_NN is_VBZ like_IN a_DT standard_JJ random_JJ walk_NN ,_, except_IN some_DT states_NNS are_VBP now_RB absorbing_VBG states_NNS that_WDT act_VBP as_IN ``_`` black_JJ holes_NNS ''_'' that_WDT cause_VBP the_DT walk_NN to_TO end_VB abruptly_RB at_IN that_DT state_NN ._. -RRB-_-RRB- +The_DT algorithm_NN is_VBZ called_VBN GRASSHOPPER_NNP for_IN reasons_NNS that_WDT should_MD soon_RB become_VB clear_JJ ._. +In_IN addition_NN to_TO explicitly_RB promoting_VBG diversity_NN during_IN the_DT ranking_JJ process_NN ,_, GRASSHOPPER_NN incorporates_VBZ a_DT prior_JJ ranking_NN -LRB-_-LRB- based_VBN on_IN sentence_NN position_NN in_IN the_DT case_NN of_IN summarization_NN -RRB-_-RRB- ._. +Maximum_NNP entropy-based_JJ summarization_NN It_PRP is_VBZ an_DT abstractive_JJ method_NN ._. +Even_RB though_IN automating_VBG abstractive_JJ summarization_NN is_VBZ the_DT goal_NN of_IN summarization_NN research_NN ,_, most_RBS practical_JJ systems_NNS are_VBP based_VBN on_IN some_DT form_NN of_IN extractive_JJ summarization_NN ._. +Extracted_VBN sentences_NNS can_MD form_VB a_DT valid_JJ summary_NN in_IN itself_PRP or_CC form_VB a_DT basis_NN for_IN further_JJ condensation_NN operations_NNS ._. +Furthermore_RB ,_, evaluation_NN of_IN extracted_VBN summaries_NNS can_MD be_VB automated_VBN ,_, since_IN it_PRP is_VBZ essentially_RB a_DT classification_NN task_NN ._. +During_IN the_DT DUC_NN 2001_CD and_CC 2002_CD evaluation_NN workshops_NNS ,_, TNO_NN developed_VBD a_DT sentence_NN extraction_NN system_NN for_IN multi-document_JJ summarization_NN in_IN the_DT news_NN domain_NN ._. +The_DT system_NN was_VBD based_VBN on_IN a_DT hybrid_NN system_NN using_VBG a_DT naive_JJ Bayes_NNP classifier_NN and_CC statistical_JJ language_NN models_NNS for_IN modeling_NN salience_NN ._. +Although_IN the_DT system_NN exhibited_VBD good_JJ results_NNS ,_, we_PRP wanted_VBD to_TO explore_VB the_DT effectiveness_NN of_IN a_DT maximum_NN entropy_NN -LRB-_-LRB- ME_NN -RRB-_-RRB- classifier_NN for_IN the_DT meeting_NN summarization_NN task_NN ,_, as_IN ME_NN is_VBZ known_VBN to_TO be_VB robust_JJ against_IN feature_NN dependencies_NNS ._. +Maximum_NNP entropy_NN has_VBZ also_RB been_VBN applied_VBN successfully_RB for_IN summarization_NN in_IN the_DT broadcast_NN news_NN domain_NN ._. +Aided_VBN summarization_NN Machine_NNP learning_VBG techniques_NNS from_IN closely_RB related_JJ fields_NNS such_JJ as_IN information_NN retrieval_NN or_CC text_NN mining_NN have_VBP been_VBN successfully_RB adapted_VBN to_TO help_VB automatic_JJ summarization_NN ._. +Apart_RB from_IN Fully_RB Automated_NNP Summarizers_NNP -LRB-_-LRB- FAS_NNP -RRB-_-RRB- ,_, there_EX are_VBP systems_NNS that_IN aid_NN users_NNS with_IN the_DT task_NN of_IN summarization_NN -LRB-_-LRB- MAHS_NN =_JJ Machine_NN Aided_VBN Human_NNP Summarization_NNP -RRB-_-RRB- ,_, for_IN example_NN by_IN highlighting_VBG candidate_NN passages_NNS to_TO be_VB included_VBN in_IN the_DT summary_NN ,_, and_CC there_EX are_VBP systems_NNS that_WDT depend_VBP on_IN post-processing_JJ by_IN a_DT human_JJ -LRB-_-LRB- HAMS_NN =_JJ Human_JJ Aided_VBN Machine_NN Summarization_NN -RRB-_-RRB- ._. +Evaluation_NN An_DT ongoing_JJ issue_NN in_IN this_DT field_NN is_VBZ that_DT of_IN evaluation_NN ._. +Evaluation_NN techniques_NNS fall_VBP into_IN intrinsic_JJ and_CC extrinsic_JJ ,_, inter-texual_JJ and_CC intra-texual_JJ ._. +An_DT intrinsic_JJ evaluation_NN tests_VBZ the_DT summarization_NN system_NN in_IN of_IN itself_PRP while_IN an_DT extrinsic_JJ evaluation_NN tests_VBZ the_DT summarization_NN based_VBN on_IN how_WRB it_PRP affects_VBZ the_DT completion_NN of_IN some_DT other_JJ task_NN ._. +Intrinsic_JJ evaluations_NNS have_VBP assessed_VBN mainly_RB the_DT coherence_NN and_CC informativeness_NN of_IN summaries_NNS ._. +Extrinsic_JJ evaluations_NNS ,_, on_IN the_DT other_JJ hand_NN ,_, have_VBP tested_VBN the_DT impact_NN of_IN summarization_NN on_IN tasks_NNS like_IN relevance_NN assessment_NN ,_, reading_NN comprehension_NN ,_, etc._NN ._. +Intra-texual_JJ methods_NNS assess_VBP the_DT output_NN of_IN a_DT specific_JJ summarization_NN system_NN ,_, and_CC the_DT inter-texual_JJ ones_NNS focus_VBP on_IN contrastive_JJ analysis_NN of_IN outputs_NNS of_IN several_JJ summarization_NN systems_NNS ._. +Human_JJ judgement_NN often_RB has_VBZ wide_JJ variance_NN on_IN what_WP is_VBZ considered_VBN a_DT ``_`` good_JJ ''_'' summary_NN ,_, which_WDT means_VBZ that_IN making_VBG the_DT evaluation_NN process_NN automatic_JJ is_VBZ particularly_RB difficult_JJ ._. +Manual_JJ evaluation_NN can_MD be_VB used_VBN ,_, but_CC this_DT is_VBZ both_CC time_NN and_CC labor_NN intensive_JJ as_IN it_PRP requires_VBZ humans_NNS to_TO read_VB not_RB only_RB the_DT summaries_NNS but_CC also_RB the_DT source_NN documents_NNS ._. +Other_JJ issues_NNS are_VBP those_DT concerning_VBG coherence_NN and_CC coverage_NN ._. +One_CD of_IN the_DT metrics_NNS used_VBN in_IN NIST_NNP 's_POS annual_JJ Document_NNP Understanding_VBG Conferences_NNS ,_, in_IN which_WDT research_NN groups_NNS submit_VBP their_PRP$ systems_NNS for_IN both_CC summarization_NN and_CC translation_NN tasks_NNS ,_, is_VBZ the_DT ROUGE_NN metric_JJ -LRB-_-LRB- Recall-Oriented_JJ Understudy_NN for_IN Gisting_JJ Evaluation_NN -RRB-_-RRB- ._. +It_PRP essentially_RB calculates_VBZ n-gram_NN overlaps_VBZ between_IN automatically_RB generated_VBN summaries_NNS and_CC previously-written_JJ human_JJ summaries_NNS ._. +A_DT high_JJ level_NN of_IN overlap_VB should_MD indicate_VB a_DT high_JJ level_NN of_IN shared_JJ concepts_NNS between_IN the_DT two_CD summaries_NNS ._. +Note_NN that_WDT overlap_VBP metrics_NNS like_IN this_DT are_VBP unable_JJ to_TO provide_VB any_DT feedback_NN on_IN a_DT summary_NN 's_POS coherence_NN ._. +Anaphor_NNP resolution_NN remains_VBZ another_DT problem_NN yet_RB to_TO be_VB fully_RB solved_VBN ._. +Evaluating_VBG summaries_NNS ,_, either_CC manually_RB or_CC automatically_RB ,_, is_VBZ a_DT hard_JJ task_NN ._. +The_DT main_JJ difficulty_NN in_IN evaluation_NN comes_VBZ from_IN the_DT impossibility_NN of_IN building_VBG a_DT fair_JJ gold-standard_NN against_IN which_WDT the_DT results_NNS of_IN the_DT systems_NNS can_MD be_VB compared_VBN ._. +Furthermore_RB ,_, it_PRP is_VBZ also_RB very_RB hard_JJ to_TO determine_VB what_WP a_DT correct_JJ summary_NN is_VBZ ,_, because_IN there_EX is_VBZ always_RB the_DT possibility_NN of_IN a_DT system_NN to_TO generate_VB a_DT good_JJ summary_NN that_WDT is_VBZ quite_RB different_JJ from_IN any_DT human_JJ summary_NN used_VBN as_IN an_DT approximation_NN to_TO the_DT correct_JJ output_NN ._. +Current_JJ difficulties_NNS in_IN evaluating_VBG summaries_NNS automatically_RB The_DT most_RBS common_JJ way_NN to_TO evaluate_VB the_DT informativeness_NN of_IN automatic_JJ summaries_NNS is_VBZ to_TO compare_VB them_PRP with_IN human-made_JJ model_NN summaries_NNS ._. +However_RB ,_, as_IN content_JJ selection_NN is_VBZ not_RB a_DT deterministic_JJ problem_NN ,_, different_JJ people_NNS would_MD choose_VB different_JJ sentences_NNS ,_, and_CC even_RB ,_, the_DT same_JJ person_NN may_MD chose_VBD different_JJ sentences_NNS at_IN different_JJ times_NNS ,_, showing_VBG evidence_NN of_IN low_JJ agreement_NN among_IN humans_NNS as_IN to_TO which_WDT sentences_NNS are_VBP good_JJ summary_NN sentences_NNS ._. +Besides_IN the_DT human_JJ variability_NN ,_, the_DT semantic_JJ equivalence_JJ is_VBZ another_DT problem_NN ,_, because_IN two_CD distinct_JJ sentences_NNS can_MD express_VB the_DT same_JJ meaning_NN but_CC not_RB using_VBG the_DT same_JJ words_NNS ._. +This_DT phenomenon_NN is_VBZ known_VBN as_IN paraphrase_NN ._. +We_PRP can_MD find_VB an_DT approach_NN to_TO automatically_RB evaluating_VBG summaries_NNS using_VBG paraphrases_NNS -LRB-_-LRB- ParaEval_NN -RRB-_-RRB- ._. +Moreover_RB ,_, most_JJS summarization_NN systems_NNS perform_VBP an_DT extractive_JJ approach_NN ,_, selecting_VBG and_CC copying_VBG important_JJ sentences_NNS from_IN the_DT source_NN documents_NNS ._. +Although_IN humans_NNS can_MD also_RB cut_VB and_CC paste_VB relevant_JJ information_NN of_IN a_DT text_NN ,_, most_JJS of_IN the_DT times_NNS they_PRP rephrase_VBP sentences_NNS when_WRB necessary_JJ ,_, or_CC they_PRP join_VBP different_JJ related_JJ information_NN into_IN one_CD sentence_NN ._. +Evaluating_VBG summaries_NNS qualitatively_RB The_DT main_JJ drawback_NN of_IN the_DT evaluation_NN systems_NNS existing_VBG so_RB far_RB is_VBZ that_IN we_PRP need_VBP at_IN least_JJS one_CD reference_NN summary_NN ,_, and_CC for_IN some_DT methods_NNS more_JJR than_IN one_CD ,_, to_TO be_VB able_JJ to_TO compare_VB automatic_JJ summaries_NNS with_IN models_NNS ._. +This_DT is_VBZ a_DT hard_JJ and_CC expensive_JJ task_NN ._. +Much_JJ effort_NN has_VBZ to_TO be_VB done_VBN in_IN order_NN to_TO have_VB corpus_NN of_IN texts_NNS and_CC their_PRP$ corresponding_JJ summaries_NNS ._. +Furthermore_RB ,_, for_IN some_DT methods_NNS presented_VBN in_IN the_DT previous_JJ Section_NN ,_, not_RB only_RB do_VBP we_PRP need_VB to_TO have_VB human-made_JJ summaries_NNS available_JJ for_IN comparison_NN ,_, but_CC also_RB manual_JJ annotation_NN has_VBZ to_TO be_VB performed_VBN in_IN some_DT of_IN them_PRP -LRB-_-LRB- e.g._FW SCU_NNP in_IN the_DT Pyramid_NN Method_NN -RRB-_-RRB- ._. +In_IN any_DT case_NN ,_, what_WP the_DT evaluation_NN methods_NNS need_VBP as_IN an_DT input_NN ,_, is_VBZ a_DT set_NN of_IN summaries_NNS to_TO serve_VB as_IN gold_JJ standards_NNS and_CC a_DT set_NN of_IN automatic_JJ summaries_NNS ._. +Moreover_RB ,_, they_PRP all_DT perform_VBP a_DT quantitative_JJ evaluation_NN with_IN regard_NN to_TO different_JJ similarity_NN metrics_NNS ._. +To_TO overcome_VB these_DT problems_NNS ,_, we_PRP think_VBP that_IN the_DT quantitative_JJ evaluation_NN might_MD not_RB be_VB the_DT only_JJ way_NN to_TO evaluate_VB summaries_NNS ,_, and_CC a_DT qualitative_JJ automatic_JJ evaluation_NN would_MD be_VB also_RB important_JJ ._. +Therefore_RB ,_, the_DT second_JJ aim_NN of_IN this_DT paper_NN is_VBZ to_TO suggest_VB a_DT novel_JJ proposal_NN for_IN evaluating_VBG automatically_RB the_DT quality_NN of_IN a_DT summary_NN in_IN a_DT qualitative_JJ manner_NN rather_RB than_IN in_IN a_DT quantitative_JJ one_CD ._. +Our_PRP$ evaluation_NN approach_NN is_VBZ a_DT preliminary_JJ approach_NN which_WDT has_VBZ to_TO be_VB studied_VBN more_RBR deeply_RB ,_, and_CC developed_VBD in_IN the_DT future_NN ._. +Its_PRP$ main_JJ underlying_JJ idea_NN is_VBZ to_TO define_VB several_JJ quality_NN criteria_NNS and_CC check_VB how_WRB a_DT generated_VBN summary_NN tackles_VBZ each_DT of_IN these_DT ,_, in_IN such_PDT a_DT way_NN that_IN a_DT reference_NN model_NN would_MD not_RB be_VB necessary_JJ anymore_RB ,_, taking_VBG only_RB into_IN consideration_NN the_DT automatic_JJ summary_NN and_CC the_DT original_JJ source_NN ._. +Once_RB performed_VBN ,_, it_PRP could_MD be_VB used_VBN together_RB with_IN any_DT other_JJ automatic_JJ methodology_NN to_TO measure_VB summary_NN 's_POS informativeness_NN ._. +Natural_JJ Language_NN Generation_NN -LRB-_-LRB- NLG_NN -RRB-_-RRB- is_VBZ the_DT natural_JJ language_NN processing_NN task_NN of_IN generating_VBG natural_JJ language_NN from_IN a_DT machine_NN representation_NN system_NN such_JJ as_IN a_DT knowledge_NN base_NN or_CC a_DT logical_JJ form_NN ._. +Psycholinguists_NNS prefer_VBP the_DT term_NN language_NN production_NN when_WRB such_JJ formal_JJ representations_NNS are_VBP interpreted_VBN as_IN models_NNS for_IN mental_JJ representations_NNS ._. +In_IN a_DT sense_NN ,_, one_PRP can_MD say_VB that_IN an_DT NLG_NN system_NN is_VBZ like_IN a_DT translator_NN that_WDT converts_VBZ a_DT computer_NN based_VBN representation_NN into_IN a_DT natural_JJ language_NN representation_NN ._. +However_RB ,_, the_DT methods_NNS to_TO produce_VB the_DT final_JJ language_NN are_VBP very_RB different_JJ from_IN those_DT of_IN a_DT compiler_NN due_JJ to_TO the_DT inherent_JJ expressivity_NN of_IN natural_JJ languages_NNS ._. +NLG_NN may_MD be_VB viewed_VBN as_IN the_DT opposite_NN of_IN natural_JJ language_NN understanding_NN ._. +The_DT difference_NN can_MD be_VB put_VBN this_DT way_NN :_: whereas_IN in_IN natural_JJ language_NN understanding_VBG the_DT system_NN needs_VBZ to_TO disambiguate_VB the_DT input_NN sentence_NN to_TO produce_VB the_DT machine_NN representation_NN language_NN ,_, in_IN NLG_NNP the_DT system_NN needs_VBZ to_TO make_VB decisions_NNS about_IN how_WRB to_TO put_VB a_DT concept_NN into_IN words_NNS ._. +The_DT simplest_JJS -LRB-_-LRB- and_CC perhaps_RB trivial_JJ -RRB-_-RRB- examples_NNS are_VBP systems_NNS that_WDT generate_VBP form_NN letters_NNS ._. +Such_JJ systems_NNS do_VBP not_RB typically_RB involve_VB grammar_NN rules_NNS ,_, but_CC may_MD generate_VB a_DT letter_NN to_TO a_DT consumer_NN ,_, e.g._FW stating_VBG that_IN a_DT credit_NN card_NN spending_NN limit_NN is_VBZ about_IN to_TO be_VB reached_VBN ._. +More_RBR complex_JJ NLG_NNP systems_NNS dynamically_RB create_VBP texts_NNS to_TO meet_VB a_DT communicative_JJ goal_NN ._. +As_IN in_IN other_JJ areas_NNS of_IN natural_JJ language_NN processing_NN ,_, this_DT can_MD be_VB done_VBN using_VBG either_CC explicit_JJ models_NNS of_IN language_NN -LRB-_-LRB- e.g._FW ,_, grammars_NNS -RRB-_-RRB- and_CC the_DT domain_NN ,_, or_CC using_VBG statistical_JJ models_NNS derived_VBN by_IN analyzing_VBG human-written_JJ texts_NNS ._. +NLG_NNP is_VBZ a_DT fast-evolving_JJ field_NN ._. +The_DT best_JJS single_JJ source_NN for_IN up-to-date_JJ research_NN in_IN the_DT area_NN is_VBZ the_DT SIGGEN_NNP portion_NN of_IN the_DT ACL_NN Anthology_NN ._. +Perhaps_RB the_DT closest_JJS the_DT field_NN comes_VBZ to_TO a_DT specialist_NN textbook_NN is_VBZ Reiter_NNP and_CC Dale_NNP -LRB-_-LRB- 2000_CD -RRB-_-RRB- ,_, but_CC this_DT book_NN does_VBZ not_RB describe_VB developments_NNS in_IN the_DT field_NN since_IN 2000_CD ._. +This_DT system_NN takes_VBZ as_IN input_NN six_CD numbers_NNS ,_, which_WDT give_VBP predicted_VBN pollen_NN levels_NNS in_IN different_JJ parts_NNS of_IN Scotland_NNP ._. +From_IN these_DT numbers_NNS ,_, the_DT system_NN generates_VBZ a_DT short_JJ textual_JJ summary_NN of_IN pollen_NN levels_NNS as_IN its_PRP$ output_NN ._. +For_IN example_NN ,_, using_VBG the_DT historical_JJ data_NNS for_IN 1-July-2005_NN ,_, the_DT software_NN produces_VBZ Grass_NN pollen_NN levels_NNS for_IN Friday_NNP have_VBP increased_VBN from_IN the_DT moderate_JJ to_TO high_JJ levels_NNS of_IN yesterday_NN with_IN values_NNS of_IN around_IN 6_CD to_TO 7_CD across_IN most_JJS parts_NNS of_IN the_DT country_NN ._. +However_RB ,_, in_IN Northern_JJ areas_NNS ,_, pollen_NN levels_NNS will_MD be_VB moderate_JJ with_IN values_NNS of_IN 4_CD ._. +In_IN contrast_NN ,_, the_DT actual_JJ forecast_NN -LRB-_-LRB- written_VBN by_IN a_DT human_JJ meteorologist_NN -RRB-_-RRB- from_IN this_DT data_NN was_VBD Pollen_NNP counts_NNS are_VBP expected_VBN to_TO remain_VB high_JJ at_IN level_NN 6_CD over_IN most_JJS of_IN Scotland_NNP ,_, and_CC even_RB level_NN 7_CD in_IN the_DT south_RB east_JJ ._. +The_DT only_JJ relief_NN is_VBZ in_IN the_DT Northern_NNP Isles_NNPS and_CC far_RB northeast_JJ of_IN mainland_NN Scotland_NNP with_IN medium_NN levels_NNS of_IN pollen_NN count_NN ._. +Comparing_VBG these_DT two_CD illustrates_VBZ some_DT of_IN the_DT choices_NNS that_IN NLG_NNP systems_NNS must_MD make_VB ;_: these_DT are_VBP further_RB discussed_VBN below_IN ._. +Stages_NNS The_DT process_NN to_TO generate_VB text_NN can_MD be_VB as_RB simple_JJ as_IN keeping_VBG a_DT list_NN of_IN canned_JJ text_NN that_WDT is_VBZ copied_VBN and_CC pasted_VBN ,_, possibly_RB linked_VBN with_IN some_DT glue_NN text_NN ._. +The_DT results_NNS may_MD be_VB satisfactory_JJ in_IN simple_JJ domains_NNS such_JJ as_IN horoscope_NN machines_NNS or_CC generators_NNS of_IN personalised_JJ business_NN letters_NNS ._. +However_RB ,_, a_DT sophisticated_JJ NLG_NN system_NN needs_VBZ to_TO include_VB stages_NNS of_IN planning_VBG and_CC merging_VBG of_IN information_NN to_TO enable_VB the_DT generation_NN of_IN text_NN that_WDT looks_VBZ natural_JJ and_CC does_VBZ not_RB become_VB repetitive_JJ ._. +Typical_JJ stages_NNS are_VBP :_: Content_JJ determination_NN :_: Deciding_VBG what_WP information_NN to_TO mention_VB in_IN the_DT text_NN ._. +For_IN instance_NN ,_, in_IN the_DT pollen_NN example_NN above_IN ,_, deciding_VBG whether_IN to_TO explicitly_RB mention_VB that_DT pollen_NN level_NN is_VBZ 7_CD in_IN the_DT south_RB east_JJ ._. +Document_NNP structuring_VBG :_: Overall_JJ organization_NN of_IN the_DT information_NN to_TO convey_VB ._. +For_IN example_NN ,_, deciding_VBG to_TO describe_VB the_DT areas_NNS with_IN high_JJ pollen_NN levels_NNS first_RB ,_, instead_RB of_IN the_DT areas_NNS with_IN low_JJ pollen_NN levels_NNS ._. +Aggregation_NN :_: Merging_VBG of_IN similar_JJ sentences_NNS to_TO improve_VB readability_NN and_CC naturalness_NN ._. +For_IN instance_NN ,_, merging_VBG the_DT two_CD sentences_NNS Grass_NN pollen_NN levels_NNS for_IN Friday_NNP have_VBP increased_VBN from_IN the_DT moderate_JJ to_TO high_JJ levels_NNS of_IN yesterday_NN and_CC Grass_NN pollen_NN levels_NNS will_MD be_VB around_IN 6_CD to_TO 7_CD across_IN most_JJS parts_NNS of_IN the_DT country_NN into_IN the_DT single_JJ sentence_NN Grass_NN pollen_NN levels_NNS for_IN Friday_NNP have_VBP increased_VBN from_IN the_DT moderate_JJ to_TO high_JJ levels_NNS of_IN yesterday_NN with_IN values_NNS of_IN around_IN 6_CD to_TO 7_CD across_IN most_JJS parts_NNS of_IN the_DT country_NN ._. +Lexical_JJ choice_NN :_: Putting_VBG words_NNS to_TO the_DT concepts_NNS ._. +For_IN example_NN ,_, deciding_VBG whether_IN medium_NN or_CC moderate_JJ should_MD be_VB used_VBN when_WRB describing_VBG a_DT pollen_NN level_NN of_IN 4_CD ._. +Referring_VBG expression_NN generation_NN :_: Creating_VBG referring_VBG expressions_NNS that_WDT identify_VBP objects_NNS and_CC regions_NNS ._. +For_IN example_NN ,_, deciding_VBG to_TO use_VB in_IN the_DT Northern_NNP Isles_NNPS and_CC far_RB northeast_JJ of_IN mainland_JJ Scotland_NNP to_TO refer_VB to_TO a_DT certain_JJ region_NN in_IN Scotland_NNP ._. +This_DT task_NN also_RB includes_VBZ making_VBG decisions_NNS about_IN pronouns_NNS and_CC other_JJ types_NNS of_IN anaphora_NN ._. +Realisation_NN :_: Creating_VBG the_DT actual_JJ text_NN ,_, which_WDT should_MD be_VB correct_JJ according_VBG to_TO the_DT rules_NNS of_IN syntax_NN ,_, morphology_NN ,_, and_CC orthography_NN ._. +For_IN example_NN ,_, using_VBG will_MD be_VB for_IN the_DT future_NN tense_JJ of_IN to_TO be_VB ._. +Applications_NNS The_DT popular_JJ media_NNS has_VBZ been_VBN especially_RB interested_JJ in_IN NLG_NNP systems_NNS which_WDT generate_VBP jokes_NNS -LRB-_-LRB- see_VB computational_JJ humor_NN -RRB-_-RRB- ._. +But_CC from_IN a_DT commercial_JJ perspective_NN ,_, the_DT most_RBS successful_JJ NLG_NNP applications_NNS have_VBP been_VBN data-to-text_JJ systems_NNS which_WDT generate_VBP textual_JJ summaries_NNS of_IN databases_NNS and_CC data_NNS sets_NNS ;_: these_DT systems_NNS usually_RB perform_VBP data_NN analysis_NN as_RB well_RB as_IN text_NN generation_NN ._. +In_IN particular_JJ ,_, several_JJ systems_NNS have_VBP been_VBN built_VBN that_WDT produce_VBP textual_JJ weather_NN forecasts_NNS from_IN weather_NN data_NNS ._. +The_DT earliest_JJS such_JJ system_NN to_TO be_VB deployed_VBN was_VBD FoG_NN ,_, which_WDT was_VBD used_VBN by_IN Environment_NNP Canada_NNP to_TO generate_VB weather_NN forecasts_NNS in_IN French_NNP and_CC English_NNP in_IN the_DT early_JJ 1990s_NNS ._. +The_DT success_NN of_IN FoG_NN triggered_VBD other_JJ work_NN ,_, both_CC research_NN and_CC commercial_NN ._. +Recent_JJ research_NN in_IN this_DT area_NN include_VBP an_DT experiment_NN which_WDT showed_VBD that_IN users_NNS sometimes_RB preferred_VBN computer-generated_JJ weather_NN forecasts_NNS to_TO human-written_JJ ones_NNS ,_, in_IN part_NN because_IN the_DT computer_NN forecasts_NNS used_VBD more_RBR consistent_JJ terminology_NN ,_, and_CC a_DT demonstration_NN that_IN statistical_JJ techniques_NNS could_MD be_VB used_VBN to_TO generate_VB high-quality_JJ weather_NN forecasts_NNS ._. +Recent_JJ applications_NNS include_VBP the_DT ARNS_NN system_NN used_VBN to_TO summarise_VB conditions_NNS in_IN US_NNP ports_NNS ._. +In_IN the_DT 1990s_CD there_EX was_VBD considerable_JJ interest_NN in_IN using_VBG NLG_NN to_TO summarise_VB financial_JJ and_CC business_NN data_NNS ._. +For_IN example_NN the_DT SPOTLIGHT_NN system_NN developed_VBD at_IN A.C._NNP Nielsen_NNP automatically_RB generated_VBD readable_JJ English_NNP text_NN based_VBN on_IN the_DT analysis_NN of_IN large_JJ amounts_NNS of_IN retail_JJ sales_NNS data_NNS ._. +More_RBR recently_RB there_EX is_VBZ growing_VBG interest_NN in_IN using_VBG NLG_NN to_TO summarise_VB electronic_JJ medical_JJ records_NNS ._. +Commercial_JJ applications_NNS in_IN this_DT area_NN are_VBP starting_VBG to_TO appear_VB ,_, and_CC researchers_NNS have_VBP shown_VBN that_IN NLG_NN summaries_NNS of_IN medical_JJ data_NNS can_MD be_VB effective_JJ decision-support_JJ aids_NNS for_IN medical_JJ professionals_NNS ._. +There_EX is_VBZ also_RB growing_VBG interest_NN in_IN using_VBG NLG_NN to_TO enhance_VB accessibility_NN ,_, for_IN example_NN by_IN describing_VBG graphs_NNS and_CC data_NNS sets_NNS to_TO blind_JJ people_NNS ._. +An_DT example_NN for_IN a_DT highly_RB interactive_JJ use_NN of_IN NLG_NN is_VBZ the_DT WYSIWYM_NNP framework_NN ._. +It_PRP stands_VBZ for_IN What_WP you_PRP see_VBP is_VBZ what_WP you_PRP meant_VBD and_CC allows_VBZ users_NNS to_TO see_VB and_CC manipulate_VB the_DT continuously_RB rendered_VBN view_NN -LRB-_-LRB- NLG_NN output_NN -RRB-_-RRB- of_IN an_DT underlying_VBG formal_JJ language_NN document_NN -LRB-_-LRB- NLG_NN input_NN -RRB-_-RRB- ,_, thereby_RB editing_NN the_DT formal_JJ language_NN without_IN having_VBG to_TO learn_VB it_PRP ._. +Evaluation_NN As_IN in_IN other_JJ scientific_JJ fields_NNS ,_, NLG_NN researchers_NNS need_VBP to_TO be_VB able_JJ to_TO test_VB how_WRB well_RB their_PRP$ systems_NNS ,_, modules_NNS ,_, and_CC algorithms_NNS work_VBP ._. +This_DT is_VBZ called_VBN evaluation_NN ._. +There_EX are_VBP three_CD basic_JJ techniques_NNS for_IN evaluating_VBG NLG_NNP systems_NNS :_: task-based_JJ -LRB-_-LRB- extrinsic_JJ -RRB-_-RRB- evaluation_NN :_: give_VB the_DT generated_VBN text_NN to_TO a_DT person_NN ,_, and_CC assess_VB how_WRB well_RB it_PRP helps_VBZ him_PRP perform_VB a_DT task_NN -LRB-_-LRB- or_CC otherwise_RB achieves_VBZ its_PRP$ communicative_JJ goal_NN -RRB-_-RRB- ._. +For_IN example_NN ,_, a_DT system_NN which_WDT generates_VBZ summaries_NNS of_IN medical_JJ data_NNS can_MD be_VB evaluated_VBN by_IN giving_VBG these_DT summaries_NNS to_TO doctors_NNS ,_, and_CC assessing_VBG whether_IN the_DT summaries_NNS helps_VBZ doctors_NNS make_VB better_JJR decisions_NNS ._. +human_JJ ratings_NNS :_: give_VB the_DT generated_VBN text_NN to_TO a_DT person_NN ,_, and_CC ask_VB him_PRP or_CC her_PRP to_TO rate_VB the_DT quality_NN and_CC usefulness_NN of_IN the_DT text_NN ._. +metrics_NNS :_: compare_VB generated_VBN texts_NNS to_TO texts_NNS written_VBN by_IN people_NNS from_IN the_DT same_JJ input_NN data_NNS ,_, using_VBG an_DT automatic_JJ metric_NN such_JJ as_IN BLEU_NNP ._. +Generally_RB speaking_VBG ,_, what_WP we_PRP ultimately_RB want_VBP to_TO know_VB is_VBZ how_WRB useful_JJ NLG_NNP systems_NNS are_VBP at_IN helping_VBG people_NNS ,_, which_WDT is_VBZ the_DT first_JJ of_IN the_DT above_JJ techniques_NNS ._. +However_RB ,_, task-based_JJ evaluations_NNS are_VBP time-consuming_JJ and_CC expensive_JJ ,_, and_CC can_MD be_VB difficult_JJ to_TO carry_VB out_RP -LRB-_-LRB- especially_RB if_IN they_PRP require_VBP subjects_NNS with_IN specialised_JJ expertise_NN ,_, such_JJ as_IN doctors_NNS -RRB-_-RRB- ._. +Hence_RB -LRB-_-LRB- as_IN in_IN other_JJ areas_NNS of_IN NLP_NN -RRB-_-RRB- task-based_JJ evaluations_NNS are_VBP the_DT exception_NN ,_, not_RB the_DT norm_NN ._. +In_IN recent_JJ years_NNS researchers_NNS have_VBP started_VBN trying_VBG to_TO assess_VB how_WRB well_RB human-ratings_NNS and_CC metrics_NNS correlate_VBP with_IN -LRB-_-LRB- predict_VBP -RRB-_-RRB- task-based_JJ evaluations_NNS ._. +Much_JJ of_IN this_DT work_NN is_VBZ being_VBG conducted_VBN in_IN the_DT context_NN of_IN Generation_NN Challenges_VBZ shared-task_JJ events_NNS ._. +Initial_JJ results_NNS suggest_VBP that_IN human_JJ ratings_NNS are_VBP much_RB better_JJR than_IN metrics_NNS in_IN this_DT regard_NN ._. +In_IN other_JJ words_NNS ,_, human_JJ ratings_NNS usually_RB do_VBP predict_VB task-effectiveness_NN at_IN least_JJS to_TO some_DT degree_NN -LRB-_-LRB- although_IN there_EX are_VBP exceptions_NNS -RRB-_-RRB- ,_, while_IN ratings_NNS produced_VBN by_IN metrics_NNS often_RB do_VBP not_RB predict_VB task-effectiveness_NN well_RB ._. +These_DT results_NNS are_VBP very_RB preliminary_JJ ,_, hopefully_RB better_JJR data_NNS will_MD be_VB available_JJ soon_RB ._. +In_IN any_DT case_NN ,_, human_JJ ratings_NNS are_VBP currently_RB the_DT most_RBS popular_JJ evaluation_NN technique_NN in_IN NLG_NN ;_: this_DT is_VBZ contrast_NN to_TO machine_NN translation_NN ,_, where_WRB metrics_NNS are_VBP very_RB widely_RB used_VBN ._. +Natural_JJ language_NN understanding_NN is_VBZ a_DT subtopic_NN of_IN natural_JJ language_NN processing_NN in_IN artificial_JJ intelligence_NN that_IN deals_NNS with_IN machine_NN reading_NN comprehension_NN ._. +The_DT process_NN of_IN disassembling_VBG and_CC parsing_VBG input_NN is_VBZ more_RBR complex_JJ than_IN the_DT reverse_JJ process_NN of_IN assembling_VBG output_NN in_IN natural_JJ language_NN generation_NN because_IN of_IN the_DT occurrence_NN of_IN unknown_JJ and_CC unexpected_JJ features_NNS in_IN the_DT input_NN and_CC the_DT need_NN to_TO determine_VB the_DT appropriate_JJ syntactic_JJ and_CC semantic_JJ schemes_NNS to_TO apply_VB to_TO it_PRP ,_, factors_NNS which_WDT are_VBP pre-determined_JJ when_WRB outputting_VBG language_NN ._. +There_EX is_VBZ considerable_JJ commercial_JJ interest_NN in_IN the_DT field_NN because_IN of_IN its_PRP$ application_NN to_TO news-gathering_NN ,_, text_NN categorization_NN ,_, voice-activation_NN ,_, archiving_NN and_CC large-scale_JJ content-analysis_NN ._. +Eight_CD years_NNS after_IN John_NNP McCarthy_NNP coined_VBD the_DT term_NN artificial_JJ intelligence_NN ,_, Bobrow_NNP 's_POS dissertation_NN -LRB-_-LRB- titled_VBN Natural_NNP Language_NNP Input_NNP for_IN a_DT Computer_NNP Problem_NNP Solving_VBG System_NN -RRB-_-RRB- showed_VBD how_WRB a_DT computer_NN can_MD understand_VB simple_JJ natural_JJ language_NN input_NN to_TO solve_VB algebra_NN word_NN problems_NNS ._. +A_DT year_NN later_RB ,_, in_IN 1965_CD ,_, Joseph_NNP Weizenbaum_NNP at_IN MIT_NNP wrote_VBD ELIZA_NNP ,_, an_DT interactive_JJ program_NN that_WDT carried_VBD on_IN a_DT dialogue_NN in_IN English_NNP on_IN any_DT topic_NN ,_, the_DT most_RBS popular_JJ being_VBG psychotherapy_NN ._. +ELIZA_NNP worked_VBD by_IN simple_JJ parsing_NN and_CC substitution_NN of_IN key_JJ words_NNS into_IN canned_JJ phrases_NNS and_CC Weizenbaum_NNP sidestepped_VBD the_DT problem_NN of_IN giving_VBG the_DT program_NN a_DT database_NN of_IN real-world_JJ knowledge_NN or_CC a_DT rich_JJ lexicon_NN ._. +Yet_RB ELIZA_NNP gained_VBD surprising_JJ popularity_NN as_IN a_DT toy_NN project_NN and_CC can_MD be_VB seen_VBN as_IN a_DT very_RB early_JJ precursor_NN to_TO current_JJ commercial_JJ systems_NNS such_JJ as_IN those_DT used_VBN by_IN Ask.com_NN ._. +In_IN 1969_CD Roger_NNP Schank_NNP at_IN Stanford_NNP University_NNP introduced_VBD the_DT conceptual_JJ dependency_NN theory_NN for_IN natural_JJ language_NN understanding_NN ._. +This_DT model_NN ,_, partially_RB influenced_VBN by_IN the_DT work_NN of_IN Sydney_NNP Lamb_NNP ,_, was_VBD extensively_RB used_VBN by_IN Schank_NNP 's_POS students_NNS at_IN Yale_NNP University_NNP ,_, such_JJ as_IN Robert_NNP Wilensky_NNP ,_, Wendy_NNP Lehnert_NNP ,_, and_CC Janet_NNP Kolodner_NNP ._. +In_IN 1970_CD ,_, William_NNP A._NNP Woods_NNP introduced_VBD the_DT augmented_JJ transition_NN network_NN -LRB-_-LRB- ATN_NN -RRB-_-RRB- to_TO represent_VB natural_JJ language_NN input_NN ._. +Instead_RB of_IN phrase_NN structure_NN rules_NNS ATNs_NNS used_VBD an_DT equivalent_JJ set_NN of_IN finite_JJ state_NN automata_NN that_WDT were_VBD called_VBN recursively_RB ._. +ATNs_NNS and_CC their_PRP$ more_RBR general_JJ format_NN called_VBN ``_`` generalized_JJ ATNs_NNS ''_'' continued_VBD to_TO be_VB used_VBN for_IN a_DT number_NN of_IN years_NNS ._. +In_IN 1971_CD Terry_NNP Winograd_NNP finished_VBD writing_VBG SHRDLU_NNP for_IN his_PRP$ PhD_NN thesis_NN at_IN MIT_NNP ._. +SHRDLU_NNP could_MD understand_VB simple_JJ English_JJ sentences_NNS in_IN a_DT restricted_JJ world_NN of_IN children_NNS 's_POS blocks_NNS to_TO direct_VB a_DT robotic_JJ arm_NN to_TO move_VB items_NNS ._. +The_DT successful_JJ demonstration_NN of_IN SHRDLU_NNP provided_VBD significant_JJ momentum_NN for_IN continued_JJ research_NN in_IN the_DT field_NN ._. +Winograd_NNP continued_VBD to_TO be_VB a_DT major_JJ influence_NN in_IN the_DT field_NN with_IN the_DT publication_NN of_IN his_PRP$ book_NN Language_NN as_IN a_DT Cognitive_JJ Process_NN ._. +At_IN Stanford_NNP ,_, Winograd_NNP was_VBD later_RB the_DT adviser_NN for_IN Larry_NNP Page_NNP ,_, who_WP co-founded_VBD Google_NNP ._. +In_IN the_DT 1970s_CD and_CC 1980s_CD the_DT natural_JJ language_NN processing_NN group_NN at_IN SRI_NN International_JJ continued_JJ research_NN and_CC development_NN in_IN the_DT field_NN ._. +A_DT number_NN of_IN commercial_JJ efforts_NNS based_VBN on_IN the_DT research_NN were_VBD undertaken_VBN ,_, e.g._FW ,_, in_IN 1982_CD Gary_NNP Hendrix_NNP formed_VBD Symantec_NNP Corporation_NNP originally_RB as_IN a_DT company_NN for_IN developing_VBG a_DT natural_JJ language_NN interface_NN for_IN database_NN queries_NNS on_IN personal_JJ computers_NNS ._. +However_RB ,_, with_IN the_DT advent_NN of_IN mouse_NN driven_JJ ,_, graphic_JJ user_NN interfaces_NNS Symantec_NNP changed_VBD direction_NN ._. +A_DT number_NN of_IN other_JJ commercial_JJ efforts_NNS were_VBD started_VBN around_IN the_DT same_JJ time_NN ,_, e.g._FW ,_, Larry_NNP R._NNP Harris_NNP at_IN the_DT Artificial_NNP Intelligence_NNP Corporation_NNP and_CC Roger_NNP Schank_NNP and_CC his_PRP$ students_NNS at_IN Cognitive_NNP Systems_NNP corp._NNP ._. +In_IN 1983_CD ,_, Michael_NNP Dyer_NNP developed_VBD the_DT BORIS_NNP system_NN at_IN Yale_NNP which_WDT bore_VBD similarities_NNS to_TO the_DT work_NN of_IN Roger_NNP Schank_NNP and_CC W._NNP G._NNP Lehnart_NNP ._. +Scope_NN and_CC context_NN The_DT umbrella_NN term_NN ``_`` natural_JJ language_NN understanding_NN ''_'' can_MD be_VB applied_VBN to_TO a_DT diverse_JJ set_NN of_IN computer_NN applications_NNS ,_, ranging_VBG from_IN small_JJ ,_, relatively_RB simple_JJ tasks_NNS such_JJ as_IN short_JJ commands_NNS issued_VBN to_TO robots_NNS ,_, to_TO highly_RB complex_JJ endeavors_NNS such_JJ as_IN the_DT full_JJ comprehension_NN of_IN newspaper_NN articles_NNS or_CC poetry_NN passages_NNS ._. +Many_JJ real_JJ world_NN applications_NNS fall_VBP between_IN the_DT two_CD extremes_NNS ,_, for_IN instance_NN text_NN classification_NN for_IN the_DT automatic_JJ analysis_NN of_IN emails_NNS and_CC their_PRP$ routing_VBG to_TO a_DT suitable_JJ department_NN in_IN a_DT corporation_NN does_VBZ not_RB require_VB in_IN depth_NN understanding_NN of_IN the_DT text_NN ,_, but_CC is_VBZ far_RB more_RBR complex_JJ than_IN the_DT management_NN of_IN simple_JJ queries_NNS to_TO database_NN tables_NNS with_IN fixed_JJ schemata_NN ._. +Throughout_IN the_DT years_NNS various_JJ attempts_NNS at_IN processing_VBG natural_JJ language_NN or_CC English-like_JJ sentences_NNS presented_VBN to_TO computers_NNS have_VBP taken_VBN place_NN at_IN varying_VBG degrees_NNS of_IN complexity_NN ._. +Some_DT attempts_NNS have_VBP not_RB resulted_VBN in_IN systems_NNS with_IN deep_JJ understanding_NN ,_, but_CC have_VBP helped_VBN overall_JJ system_NN usability_NN ._. +For_IN example_NN ,_, Wayne_NNP Ratliff_NNP originally_RB developed_VBD the_DT Vulcan_NNP program_NN with_IN an_DT English-like_JJ syntax_NN to_TO mimic_VB the_DT English_NNP speaking_NN computer_NN in_IN Star_NNP Trek_NNP ._. +Vulcan_NNP later_RB became_VBD the_DT dBase_NN system_NN whose_WP$ easy-to-use_JJ syntax_NN effectively_RB launched_VBD the_DT personal_JJ computer_NN database_NN industry_NN ._. +Systems_NNP with_IN an_DT easy_JJ to_TO use_VB or_CC English_NNP like_IN syntax_NN are_VBP ,_, however_RB ,_, quite_RB distinct_JJ from_IN systems_NNS that_WDT use_VBP a_DT rich_JJ lexicon_NN and_CC include_VBP an_DT internal_JJ representation_NN -LRB-_-LRB- often_RB as_IN first_JJ order_NN logic_NN -RRB-_-RRB- of_IN the_DT semantics_NNS of_IN natural_JJ language_NN sentences_NNS ._. +Hence_RB the_DT breadth_NN and_CC depth_NN of_IN ``_`` understanding_NN ''_'' aimed_VBN at_IN by_IN a_DT system_NN determine_VBD both_CC the_DT complexity_NN of_IN the_DT system_NN -LRB-_-LRB- and_CC the_DT implied_JJ challenges_NNS -RRB-_-RRB- and_CC the_DT types_NNS of_IN applications_NNS it_PRP can_MD deal_VB with_IN ._. +The_DT ``_`` breadth_NN ''_'' of_IN a_DT system_NN is_VBZ measured_VBN by_IN the_DT sizes_NNS of_IN its_PRP$ vocabulary_NN and_CC grammar_NN ._. +The_DT ``_`` depth_NN ''_'' is_VBZ measured_VBN by_IN the_DT degree_NN to_TO which_WDT its_PRP$ understanding_NN approximates_VBZ that_IN of_IN a_DT fluent_JJ native_JJ speaker_NN ._. +At_IN the_DT narrowest_JJS and_CC shallowest_JJS ,_, English-like_JJ command_NN interpreters_NNS require_VBP minimal_JJ complexity_NN ,_, but_CC have_VBP a_DT small_JJ range_NN of_IN applications_NNS ._. +Narrow_JJ but_CC deep_JJ systems_NNS explore_VB and_CC model_VB mechanisms_NNS of_IN understanding_NN ,_, but_CC they_PRP still_RB have_VBP limited_VBN application_NN ._. +Systems_NNP that_WDT attempt_VBP to_TO understand_VB the_DT contents_NNS of_IN a_DT document_NN such_JJ as_IN a_DT news_NN release_NN beyond_IN simple_JJ keyword_JJ matching_NN and_CC to_TO judge_VB its_PRP$ suitability_NN for_IN a_DT user_NN are_VBP broader_JJR and_CC require_VB significant_JJ complexity_NN ,_, but_CC they_PRP are_VBP still_RB somewhat_RB shallow_JJ ._. +Systems_NNP that_WDT are_VBP both_DT very_RB broad_JJ and_CC very_RB deep_JJ are_VBP beyond_IN the_DT current_JJ state_NN of_IN the_DT art_NN ._. +Components_NNP and_CC architecture_NN Regardless_RB of_IN the_DT approach_NN used_VBN ,_, some_DT common_JJ components_NNS can_MD be_VB identified_VBN in_IN most_JJS natural_JJ language_NN understanding_NN systems_NNS ._. +The_DT system_NN needs_VBZ a_DT lexicon_NN of_IN the_DT language_NN and_CC a_DT parser_NN and_CC grammar_NN rules_NNS to_TO break_VB sentences_NNS into_IN an_DT internal_JJ representation_NN ._. +The_DT construction_NN of_IN a_DT rich_JJ lexicon_NN with_IN a_DT suitable_JJ ontology_NN requires_VBZ significant_JJ effort_NN ,_, e.g._FW ,_, the_DT Wordnet_NNP lexicon_NN required_VBD many_JJ person-years_NNS of_IN effort_NN ._. +The_DT system_NN also_RB needs_VBZ a_DT semantic_JJ theory_NN to_TO guide_VB the_DT comprehension_NN ._. +The_DT interpretation_NN capabilities_NNS of_IN a_DT language_NN understanding_NN system_NN depend_VBP on_IN the_DT semantic_JJ theory_NN it_PRP uses_VBZ ._. +Competing_VBG semantic_JJ theories_NNS of_IN language_NN have_VBP specific_JJ trade_NN offs_NNS in_IN their_PRP$ suitability_NN as_IN the_DT basis_NN of_IN computer_NN automated_JJ semantic_JJ interpretation_NN ._. +These_DT range_NN from_IN naive_JJ semantics_NNS or_CC stochastic_JJ semantic_JJ analysis_NN to_TO the_DT use_NN of_IN pragmatics_NNS to_TO derive_VB meaning_NN from_IN context_NN ._. +Advanced_NNP applications_NNS of_IN natural_JJ language_NN understanding_NN also_RB attempt_VBP to_TO incorporate_VB logical_JJ inference_NN within_IN their_PRP$ framework_NN ._. +This_DT is_VBZ generally_RB achieved_VBN by_IN mapping_VBG the_DT derived_VBN meaning_NN into_IN a_DT set_NN of_IN assertions_NNS in_FW predicate_FW logic_NN ,_, then_RB using_VBG logical_JJ deduction_NN to_TO arrive_VB at_IN conclusions_NNS ._. +Systems_NNP based_VBN on_IN functional_JJ languages_NNS such_JJ as_IN Lisp_NN hence_RB need_VBP to_TO include_VB a_DT subsystem_NN for_IN the_DT representation_NN of_IN logical_JJ assertions_NNS ,_, while_IN logic_NN oriented_JJ systems_NNS such_JJ as_IN those_DT using_VBG the_DT language_NN Prolog_NNP generally_RB rely_VBP on_IN an_DT extension_NN of_IN the_DT built_VBN in_IN logical_JJ representation_NN framework_NN ._. +The_DT management_NN of_IN context_NN in_IN natural_JJ language_NN understanding_NN can_MD present_VB special_JJ challenges_NNS ._. +A_DT large_JJ variety_NN of_IN examples_NNS and_CC counter_JJ examples_NNS have_VBP resulted_VBN in_IN multiple_JJ approaches_NNS to_TO the_DT formal_JJ modeling_NN of_IN context_NN ,_, each_DT with_IN specific_JJ strengths_NNS and_CC weaknesses_NNS ._. +Optical_NNP character_NN recognition_NN ,_, usually_RB abbreviated_VBD to_TO OCR_NNP ,_, is_VBZ the_DT mechanical_JJ or_CC electronic_JJ conversion_NN of_IN scanned_VBN images_NNS of_IN handwritten_JJ ,_, typewritten_JJ or_CC printed_VBN text_NN into_IN machine-encoded_JJ text_NN ._. +It_PRP is_VBZ widely_RB used_VBN as_IN a_DT form_NN of_IN data_NNS entry_NN from_IN some_DT sort_NN of_IN original_JJ paper_NN data_NNS source_NN ,_, whether_IN documents_NNS ,_, sales_NNS receipts_NNS ,_, mail_NN ,_, or_CC any_DT number_NN of_IN printed_VBN records_NNS ._. +It_PRP is_VBZ crucial_JJ to_TO the_DT computerization_NN of_IN printed_VBN texts_NNS so_IN that_IN they_PRP can_MD be_VB electronically_RB searched_VBN ,_, stored_VBN more_RBR compactly_RB ,_, displayed_VBD on-line_JJ ,_, and_CC used_VBN in_IN machine_NN processes_NNS such_JJ as_IN machine_NN translation_NN ,_, text-to-speech_NN and_CC text_NN mining_NN ._. +OCR_NNP is_VBZ a_DT field_NN of_IN research_NN in_IN pattern_NN recognition_NN ,_, artificial_JJ intelligence_NN and_CC computer_NN vision_NN ._. +Early_JJ versions_NNS needed_VBN to_TO be_VB programmed_VBN with_IN images_NNS of_IN each_DT character_NN ,_, and_CC worked_VBD on_IN one_CD font_NN at_IN a_DT time_NN ._. +``_`` Intelligent_JJ ''_'' systems_NNS with_IN a_DT high_JJ degree_NN of_IN recognition_NN accuracy_NN for_IN most_JJS fonts_NNS are_VBP now_RB common_JJ ._. +Some_DT systems_NNS are_VBP capable_JJ of_IN reproducing_VBG formatted_JJ output_NN that_WDT closely_RB approximates_VBZ the_DT original_JJ scanned_JJ page_NN including_VBG images_NNS ,_, columns_NNS and_CC other_JJ non-textual_JJ components_NNS ._. +In_IN 1914_CD ,_, Emanuel_NNP Goldberg_NNP developed_VBD a_DT machine_NN that_IN read_NN characters_NNS and_CC converted_VBD them_PRP into_IN standard_JJ telegraph_NN code_NN ._. +-LRB-_-LRB- citation_NN needed_VBN -RRB-_-RRB- Around_IN the_DT same_JJ time_NN ,_, Edmund_NNP Fournier_NNP d'Albe_NN developed_VBD the_DT Optophone_NNP ,_, a_DT handheld_JJ scanner_NN that_IN when_WRB moved_VBN across_IN a_DT printed_VBN page_NN ,_, produced_VBD tones_NNS that_WDT corresponded_VBD to_TO specific_JJ letters_NNS or_CC characters_NNS ._. +Goldberg_NNP continued_VBD to_TO develop_VB OCR_NNP technology_NN for_IN data_NNS entry_NN ._. +Later_RB ,_, he_PRP proposed_VBD photographing_VBG data_NNS records_NNS and_CC then_RB ,_, using_VBG photocells_NNS ,_, matching_VBG the_DT photos_NNS against_IN a_DT template_NN containing_VBG the_DT desired_VBN identification_NN pattern_NN ._. +In_IN 1929_CD Gustav_NNP Tauschek_NNP had_VBD similar_JJ ideas_NNS ,_, and_CC obtained_VBD a_DT patent_NN on_IN OCR_NNP in_IN Germany_NNP ._. +Paul_NNP W._NNP Handel_NNP also_RB obtained_VBD a_DT US_NNP patent_NN on_IN such_JJ template-matching_JJ OCR_NN technology_NN in_IN USA_NNP in_IN 1933_CD -LRB-_-LRB- U.S._NNP Patent_NNP 1,915,993_CD -RRB-_-RRB- ._. +In_IN 1935_CD Tauschek_NN was_VBD also_RB granted_VBN a_DT US_NNP patent_NN on_IN his_PRP$ method_NN -LRB-_-LRB- U.S._NNP Patent_NNP 2,026,329_CD -RRB-_-RRB- ._. +In_IN 1949_CD RCA_NN engineers_NNS worked_VBD on_IN the_DT first_JJ primitive_JJ computer-type_JJ OCR_NN to_TO help_VB blind_JJ people_NNS for_IN the_DT US_NNP Veterans_NNP Administration_NNP ,_, but_CC instead_RB of_IN converting_VBG the_DT printed_VBN characters_NNS to_TO machine_NN language_NN ,_, their_PRP$ device_NN converted_VBD it_PRP to_TO machine_NN language_NN and_CC then_RB spoke_VBD the_DT letters_NNS :_: an_DT early_JJ text-to-speech_JJ technology_NN ._. +It_PRP proved_VBD far_RB too_RB expensive_JJ and_CC was_VBD not_RB pursued_VBN after_IN testing_NN ._. +In_IN 1950_CD ,_, David_NNP H._NNP Shepard_NNP ,_, a_DT cryptanalyst_NN at_IN the_DT Armed_NNP Forces_NNP Security_NNP Agency_NNP in_IN the_DT United_NNP States_NNPS ,_, addressed_VBD the_DT problem_NN of_IN converting_VBG printed_VBN messages_NNS into_IN machine_NN language_NN for_IN computer_NN processing_NN and_CC built_VBD a_DT machine_NN to_TO do_VB this_DT ,_, called_VBN ``_`` Gismo_NNP ._. ''_'' ._. +He_PRP received_VBD a_DT patent_NN for_IN his_PRP$ ``_`` Apparatus_NNP for_IN Reading_NNP ''_'' in_IN 1953_CD U.S._NNP Patent_NNP 2,663,758_CD ._. +``_`` Gismo_NNP ''_'' could_MD read_VB 23_CD letters_NNS of_IN the_DT English_JJ alphabet_NN ,_, comprehend_VBD Morse_NNP Code_NNP ,_, read_VBD musical_JJ notations_NNS ,_, read_VBD aloud_RB from_IN printed_VBN pages_NNS ,_, and_CC duplicate_VB typewritten_JJ pages_NNS ._. +Shepard_NNP went_VBD on_RP to_TO found_VBN Intelligent_NNP Machines_NNP Research_NNP Corporation_NNP -LRB-_-LRB- IMR_NNP -RRB-_-RRB- ,_, which_WDT soon_RB developed_VBD the_DT world_NN 's_POS first_JJ commercial_JJ OCR_NN systems_NNS ._. +In_IN 1955_CD ,_, the_DT first_JJ commercial_JJ system_NN was_VBD installed_VBN at_IN the_DT Reader_NNP 's_POS Digest_NNP ,_, which_WDT used_VBD OCR_NN to_TO input_NN sales_NNS reports_NNS into_IN a_DT computer_NN ._. +It_PRP converted_VBD the_DT typewritten_JJ reports_NNS into_IN punched_VBN cards_NNS for_IN input_NN into_IN the_DT computer_NN in_IN the_DT magazine_NN 's_POS subscription_NN department_NN ,_, for_IN help_NN in_IN processing_VBG the_DT shipment_NN of_IN 15-20_CD million_CD books_NNS a_DT year_NN ._. +The_DT second_JJ system_NN was_VBD sold_VBN to_TO the_DT Standard_NNP Oil_NNP Company_NNP for_IN reading_VBG credit_NN card_NN imprints_NNS for_IN billing_NN purposes_NNS ._. +Other_JJ systems_NNS sold_VBN by_IN IMR_NNP during_IN the_DT late_JJ 1950s_NNS included_VBD a_DT bill_NN stub_NN reader_NN to_TO the_DT Ohio_NNP Bell_NNP Telephone_NNP Company_NNP and_CC a_DT page_NN scanner_NN to_TO the_DT United_NNP States_NNPS Air_NNP Force_NNP for_IN reading_VBG and_CC transmitting_VBG by_IN teletype_NN typewritten_JJ messages_NNS ._. +IBM_NNP and_CC others_NNS were_VBD later_RB licensed_VBN on_IN Shepard_NNP 's_POS OCR_NNP patents_NNS ._. +In_IN about_IN 1965_CD ,_, Reader_NNP 's_POS Digest_NNP and_CC RCA_NNP collaborated_VBD to_TO build_VB an_DT OCR_NNP Document_NNP reader_NN designed_VBN to_TO digitize_VB the_DT serial_JJ numbers_NNS on_IN Reader_NNP 's_POS Digest_NNP coupons_NNS returned_VBD from_IN advertisements_NNS ._. +The_DT fonts_NNS used_VBN on_IN the_DT documents_NNS were_VBD printed_VBN by_IN an_DT RCA_NN Drum_NN printer_NN using_VBG the_DT OCR-A_NN font_NN ._. +The_DT reader_NN was_VBD connected_VBN directly_RB to_TO an_DT RCA_NN 301_CD computer_NN -LRB-_-LRB- one_CD of_IN the_DT first_JJ solid_JJ state_NN computers_NNS -RRB-_-RRB- ._. +This_DT reader_NN was_VBD followed_VBN by_IN a_DT specialised_VBN document_NN reader_NN installed_VBN at_IN TWA_NNP where_WRB the_DT reader_NN processed_VBN Airline_NNP Ticket_NNP stock_NN ._. +The_DT readers_NNS processed_VBD documents_NNS at_IN a_DT rate_NN of_IN 1,500_CD documents_NNS per_IN minute_NN ,_, and_CC checked_VBD each_DT document_NN ,_, rejecting_VBG those_DT it_PRP was_VBD not_RB able_JJ to_TO process_VB correctly_RB ._. +The_DT product_NN became_VBD part_NN of_IN the_DT RCA_NN product_NN line_NN as_IN a_DT reader_NN designed_VBN to_TO process_VB ``_`` Turn_VB around_IN Documents_NNS ''_'' such_JJ as_IN those_DT utility_NN and_CC insurance_NN bills_NNS returned_VBN with_IN payments_NNS ._. +The_DT United_NNP States_NNPS Postal_NNP Service_NNP has_VBZ been_VBN using_VBG OCR_NNP machines_NNS to_TO sort_VB mail_NN since_IN 1965_CD based_VBN on_IN technology_NN devised_VBN primarily_RB by_IN the_DT prolific_JJ inventor_NN Jacob_NNP Rabinow_NNP ._. +The_DT first_JJ use_NN of_IN OCR_NNP in_IN Europe_NNP was_VBD by_IN the_DT British_JJ General_JJ Post_NN Office_NN -LRB-_-LRB- GPO_NN -RRB-_-RRB- ._. +In_IN 1965_CD it_PRP began_VBD planning_VBG an_DT entire_JJ banking_NN system_NN ,_, the_DT National_NNP Giro_NNP ,_, using_VBG OCR_NNP technology_NN ,_, a_DT process_NN that_WDT revolutionized_VBD bill_NN payment_NN systems_NNS in_IN the_DT UK_NNP ._. +Canada_NNP Post_NNP has_VBZ been_VBN using_VBG OCR_NNP systems_NNS since_IN 1971_CD -LRB-_-LRB- citation_NN needed_VBN -RRB-_-RRB- ._. +OCR_NN systems_NNS read_VBP the_DT name_NN and_CC address_NN of_IN the_DT addressee_NN at_IN the_DT first_JJ mechanized_JJ sorting_NN center_NN ,_, and_CC print_VB a_DT routing_VBG bar_NN code_NN on_IN the_DT envelope_NN based_VBN on_IN the_DT postal_JJ code_NN ._. +To_TO avoid_VB confusion_NN with_IN the_DT human-readable_JJ address_NN field_NN which_WDT can_MD be_VB located_JJ anywhere_RB on_IN the_DT letter_NN ,_, special_JJ ink_NN -LRB-_-LRB- orange_NN in_IN visible_JJ light_NN -RRB-_-RRB- is_VBZ used_VBN that_DT is_VBZ clearly_RB visible_JJ under_IN ultraviolet_JJ light_NN ._. +Envelopes_NNS may_MD then_RB be_VB processed_VBN with_IN equipment_NN based_VBN on_IN simple_JJ bar_NN code_NN readers_NNS ._. +Importance_NN of_IN OCR_NN to_TO the_DT Blind_NNP In_IN 1974_CD Ray_NNP Kurzweil_NNP started_VBD the_DT company_NN Kurzweil_NNP Computer_NNP Products_NNPS ,_, Inc._NNP and_CC continued_JJ development_NN of_IN omni-font_JJ OCR_NN ,_, which_WDT could_MD recognize_VB text_NN printed_VBN in_IN virtually_RB any_DT font_NN ._. +He_PRP decided_VBD that_IN the_DT best_JJS application_NN of_IN this_DT technology_NN would_MD be_VB to_TO create_VB a_DT reading_NN machine_NN for_IN the_DT blind_JJ ,_, which_WDT would_MD allow_VB blind_JJ people_NNS to_TO have_VB a_DT computer_NN read_NN text_NN to_TO them_PRP out_RP loud_RB ._. +This_DT device_NN required_VBD the_DT invention_NN of_IN two_CD enabling_VBG technologies_NNS --_: the_DT CCD_NNP flatbed_JJ scanner_NN and_CC the_DT text-to-speech_JJ synthesizer_NN ._. +On_IN January_NNP 13_CD ,_, 1976_CD the_DT successful_JJ finished_JJ product_NN was_VBD unveiled_VBN during_IN a_DT widely-reported_JJ news_NN conference_NN headed_VBN by_IN Kurzweil_NNP and_CC the_DT leaders_NNS of_IN the_DT National_NNP Federation_NNP of_IN the_DT Blind_NNP -LRB-_-LRB- citation_NN needed_VBN -RRB-_-RRB- ._. +In_IN 1978_CD Kurzweil_NNP Computer_NNP Products_NNPS began_VBD selling_VBG a_DT commercial_JJ version_NN of_IN the_DT optical_JJ character_NN recognition_NN computer_NN program_NN ._. +LexisNexis_NNP was_VBD one_CD of_IN the_DT first_JJ customers_NNS ,_, and_CC bought_VBD the_DT program_NN to_TO upload_VB paper_NN legal_JJ and_CC news_NN documents_NNS onto_IN its_PRP$ nascent_JJ online_NN databases_NNS ._. +Two_CD years_NNS later_RB ,_, Kurzweil_NNP sold_VBD his_PRP$ company_NN to_TO Xerox_NNP ,_, which_WDT had_VBD an_DT interest_NN in_IN further_JJ commercializing_VBG paper-to-computer_NN text_NN conversion_NN ._. +Xerox_NNP eventually_RB spun_VBD it_PRP off_RP as_IN Scansoft_NNP ,_, which_WDT merged_VBD with_IN Nuance_NNP Communications_NNPS -LRB-_-LRB- citation_NN needed_VBN -RRB-_-RRB- ._. +OCR_NN software_NN Desktop_NNP &_CC Server_NN OCR_NNP Software_NNP OCR_NNP software_NN and_CC ICR_NN software_NN technology_NN are_VBP analytical_JJ artificial_JJ intelligence_NN systems_NNS that_WDT consider_VBP sequences_NNS of_IN characters_NNS rather_RB than_IN whole_JJ words_NNS or_CC phrases_NNS ._. +Based_VBN on_IN the_DT analysis_NN of_IN sequential_JJ lines_NNS and_CC curves_NNS ,_, OCR_NN and_CC ICR_NN make_VBP `_`` best_JJS guesses_NNS '_POS at_IN characters_NNS using_VBG database_NN look-up_JJ tables_NNS to_TO closely_RB associate_VB or_CC match_VB the_DT strings_NNS of_IN characters_NNS that_WDT form_VBP words_NNS ._. +WebOCR_NNP &_CC OnlineOCR_NNP With_NNP IT_NNP technology_NN development_NN ,_, the_DT platform_NN for_IN people_NNS to_TO use_VB software_NN has_VBZ been_VBN changed_VBN from_IN single_JJ PC_NN platform_NN to_TO multi-platforms_NNS such_JJ as_IN PC_NN +_CC Web-based_JJ +_CC Cloud_NNP Computing_NNP +_CC Mobile_NNP devices_NNS ._. +After_IN 30_CD years_NNS development_NN ,_, OCR_NN software_NN started_VBD to_TO adapt_VB to_TO new_JJ application_NN requirements_NNS ._. +WebOCR_NN also_RB known_VBN as_IN OnlineOCR_NN or_CC Web-based_JJ OCR_NN service_NN ,_, has_VBZ been_VBN a_DT new_JJ trend_NN to_TO meet_VB larger_JJR volume_NN and_CC larger_JJR group_NN of_IN users_NNS after_IN 30_CD years_NNS development_NN of_IN the_DT desktop_NN OCR_NN ._. +Internet_NN and_CC broadband_NN technologies_NNS have_VBP made_VBN WebOCR_NN &_CC OnlineOCR_NN practically_RB available_JJ to_TO both_DT individual_JJ users_NNS and_CC enterprise_NN customers_NNS ._. +Since_IN 2000_CD ,_, some_DT major_JJ OCR_NN vendors_NNS began_VBD offering_VBG WebOCR_NNP &_CC Online_NNP software_NN ,_, a_DT number_NN of_IN new_JJ entrants_NNS companies_NNS to_TO seize_VB the_DT opportunity_NN to_TO develop_VB innovative_JJ Web-based_JJ OCR_NN service_NN ,_, some_DT of_IN which_WDT are_VBP free_JJ of_IN charge_NN services_NNS ._. +Application-Oriented_JJ OCR_NN Since_IN OCR_NN technology_NN has_VBZ been_VBN more_JJR and_CC more_RBR widely_RB applied_VBN to_TO paper-intensive_JJ industry_NN ,_, it_PRP is_VBZ facing_VBG more_RBR complex_JJ images_NNS environment_NN in_IN the_DT real_JJ world_NN ._. +For_IN example_NN :_: complicated_JJ backgrounds_NNS ,_, degraded-images_NNS ,_, heavy-noise_NN ,_, paper_NN skew_VB ,_, picture_NN distortion_NN ,_, low-resolution_NN ,_, disturbed_VBN by_IN grid_NN &_CC lines_NNS ,_, text_NN image_NN consisting_VBG of_IN special_JJ fonts_NNS ,_, symbols_NNS ,_, glossary_JJ words_NNS and_CC etc._NN ._. +All_PDT the_DT factors_NNS affect_VBP OCR_NN products_NNS '_POS stability_NN in_IN recognition_NN accuracy_NN ._. +In_IN recent_JJ years_NNS ,_, the_DT major_JJ OCR_NNP technology_NN providers_NNS began_VBD to_TO develop_VB dedicated_JJ OCR_NN systems_NNS ,_, each_DT for_IN special_JJ types_NNS of_IN images_NNS ._. +They_PRP combine_VBP various_JJ optimization_NN methods_NNS related_VBN to_TO the_DT special_JJ image_NN ,_, such_JJ as_IN business_NN rules_NNS ,_, standard_JJ expression_NN ,_, glossary_NN or_CC dictionary_NN and_CC rich_JJ information_NN contained_VBN in_IN color_NN images_NNS ,_, to_TO improve_VB the_DT recognition_NN accuracy_NN ._. +Such_JJ strategy_NN to_TO customize_VB OCR_NNP technology_NN is_VBZ called_VBN ``_`` Application-Oriented_JJ OCR_NN ''_'' or_CC ``_`` Customized_JJ OCR_NN ''_'' ,_, widely_RB used_VBN in_IN the_DT fields_NNS of_IN Business-card_JJ OCR_NNP ,_, Invoice_NNP OCR_NNP ,_, Screenshot_NNP OCR_NNP ,_, ID_NNP card_NN OCR_NN ,_, Driver-license_JJ OCR_NN or_CC Auto_NN plant_NN OCR_NN ,_, and_CC so_RB on_RB ._. +See_NNP also_RB :_: List_NN of_IN optical_JJ character_NN recognition_NN software_NN Current_JJ state_NN of_IN OCR_NNP technology_NN This_DT section_NN needs_VBZ additional_JJ citations_NNS for_IN verification_NN ._. +Please_VB help_NN improve_VB this_DT article_NN by_IN adding_VBG citations_NNS to_TO reliable_JJ sources_NNS ._. +Unsourced_JJ material_NN may_MD be_VB challenged_VBN and_CC removed_VBN ._. +-LRB-_-LRB- May_NNP 2009_CD -RRB-_-RRB- Commissioned_VBN by_IN the_DT U.S._NNP Department_NNP of_IN Energy_NNP -LRB-_-LRB- DOE_NNP -RRB-_-RRB- ,_, the_DT Information_NNP Science_NNP Research_NNP Institute_NNP -LRB-_-LRB- ISRI_NNP -RRB-_-RRB- had_VBD the_DT mission_NN to_TO foster_VB the_DT improvement_NN of_IN automated_JJ technologies_NNS for_IN understanding_NN machine_NN printed_VBN documents_NNS -LRB-_-LRB- citation_NN needed_VBN -RRB-_-RRB- ,_, and_CC it_PRP conducted_VBD the_DT most_RBS authoritative_JJ of_IN the_DT Annual_JJ Test_NN of_IN OCR_NNP Accuracy_NNP for_IN 5_CD consecutive_JJ years_NNS in_IN the_DT mid-90s_NNS ._. +Recognition_NN of_IN Latin-script_JJ ,_, typewritten_JJ text_NN is_VBZ still_RB not_RB 100_CD %_NN accurate_JJ even_RB where_WRB clear_JJ imaging_NN is_VBZ available_JJ ._. +One_CD study_NN based_VBN on_IN recognition_NN of_IN 19th_JJ -_: and_CC early_JJ 20th-century_JJ newspaper_NN pages_NNS concluded_VBD that_IN character-by-character_NN OCR_NN accuracy_NN for_IN commercial_JJ OCR_NN software_NN varied_VBD from_IN 71_CD %_NN to_TO 98_CD %_NN ;_: total_JJ accuracy_NN can_MD be_VB achieved_VBN only_RB by_IN human_JJ review_NN ._. +Other_JJ areas_NNS --_: including_VBG recognition_NN of_IN hand_NN printing_NN ,_, cursive_JJ handwriting_NN ,_, and_CC printed_VBD text_NN in_IN other_JJ scripts_NNS -LRB-_-LRB- especially_RB those_DT East_JJ Asian_JJ language_NN characters_NNS which_WDT have_VBP many_JJ strokes_NNS for_IN a_DT single_JJ character_NN -RRB-_-RRB- --_: are_VBP still_RB the_DT subject_NN of_IN active_JJ research_NN ._. +Accuracy_NN rates_NNS can_MD be_VB measured_VBN in_IN several_JJ ways_NNS ,_, and_CC how_WRB they_PRP are_VBP measured_VBN can_MD greatly_RB affect_VB the_DT reported_VBN accuracy_NN rate_NN ._. +For_IN example_NN ,_, if_IN word_NN context_NN -LRB-_-LRB- basically_RB a_DT lexicon_NN of_IN words_NNS -RRB-_-RRB- is_VBZ not_RB used_VBN to_TO correct_VB software_NN finding_VBG non-existent_JJ words_NNS ,_, a_DT character_NN error_NN rate_NN of_IN 1_CD %_NN -LRB-_-LRB- 99_CD %_NN accuracy_NN -RRB-_-RRB- may_MD result_VB in_IN an_DT error_NN rate_NN of_IN 5_CD %_NN -LRB-_-LRB- 95_CD %_NN accuracy_NN -RRB-_-RRB- or_CC worse_JJR if_IN the_DT measurement_NN is_VBZ based_VBN on_IN whether_IN each_DT whole_JJ word_NN was_VBD recognized_VBN with_IN no_DT incorrect_JJ letters_NNS ._. +On-line_JJ character_NN recognition_NN is_VBZ sometimes_RB confused_VBN with_IN Optical_NNP Character_NNP Recognition_NN -LRB-_-LRB- see_VB Handwriting_NN recognition_NN -RRB-_-RRB- ._. +OCR_NNP is_VBZ an_DT instance_NN of_IN off-line_JJ character_NN recognition_NN ,_, where_WRB the_DT system_NN recognizes_VBZ the_DT fixed_JJ static_JJ shape_NN of_IN the_DT character_NN ,_, while_IN on-line_JJ character_NN recognition_NN instead_RB recognizes_VBZ the_DT dynamic_JJ motion_NN during_IN handwriting_NN ._. +For_IN example_NN ,_, on-line_JJ recognition_NN ,_, such_JJ as_IN that_DT used_VBN for_IN gestures_NNS in_IN the_DT Penpoint_JJ OS_NN or_CC the_DT Tablet_NNP PC_NNP can_MD tell_VB whether_IN a_DT horizontal_JJ mark_NN was_VBD drawn_VBN right-to-left_JJ ,_, or_CC left-to-right_JJ ._. +On-line_JJ character_NN recognition_NN is_VBZ also_RB referred_VBN to_TO by_IN other_JJ terms_NNS such_JJ as_IN dynamic_JJ character_NN recognition_NN ,_, real-time_JJ character_NN recognition_NN ,_, and_CC Intelligent_JJ Character_NN Recognition_NN or_CC ICR_NN ._. +On-line_JJ systems_NNS for_IN recognizing_VBG hand-printed_JJ text_NN on_IN the_DT fly_NN have_VBP become_VBN well_RB known_VBN as_IN commercial_JJ products_NNS in_IN recent_JJ years_NNS -LRB-_-LRB- see_VB Tablet_NNP PC_NNP history_NN -RRB-_-RRB- ._. +Among_IN these_DT are_VBP the_DT input_NN devices_NNS for_IN personal_JJ digital_JJ assistants_NNS such_JJ as_IN those_DT running_VBG Palm_NNP OS_NN ._. +The_DT Apple_NNP Newton_NNP pioneered_VBD this_DT product_NN ._. +The_DT algorithms_NNS used_VBN in_IN these_DT devices_NNS take_VBP advantage_NN of_IN the_DT fact_NN that_IN the_DT order_NN ,_, speed_NN ,_, and_CC direction_NN of_IN individual_JJ lines_NNS segments_NNS at_IN input_NN are_VBP known_VBN ._. +Also_RB ,_, the_DT user_NN can_MD be_VB retrained_VBN to_TO use_VB only_RB specific_JJ letter_NN shapes_NNS ._. +These_DT methods_NNS can_MD not_RB be_VB used_VBN in_IN software_NN that_WDT scans_VBZ paper_NN documents_NNS ,_, so_RB accurate_JJ recognition_NN of_IN hand-printed_JJ documents_NNS is_VBZ still_RB largely_RB an_DT open_JJ problem_NN ._. +Accuracy_NN rates_NNS of_IN 80_CD %_NN to_TO 90_CD %_NN on_IN neat_JJ ,_, clean_JJ hand-printed_JJ characters_NNS can_MD be_VB achieved_VBN ,_, but_CC that_IN accuracy_NN rate_NN still_RB translates_VBZ to_TO dozens_NNS of_IN errors_NNS per_IN page_NN ,_, making_VBG the_DT technology_NN useful_JJ only_RB in_IN very_RB limited_JJ applications_NNS ._. +Recognition_NN of_IN cursive_JJ text_NN is_VBZ an_DT active_JJ area_NN of_IN research_NN ,_, with_IN recognition_NN rates_NNS even_RB lower_JJR than_IN that_DT of_IN hand-printed_JJ text_NN ._. +Higher_JJR rates_NNS of_IN recognition_NN of_IN general_JJ cursive_JJ script_NN will_MD likely_RB not_RB be_VB possible_JJ without_IN the_DT use_NN of_IN contextual_JJ or_CC grammatical_JJ information_NN ._. +For_IN example_NN ,_, recognizing_VBG entire_JJ words_NNS from_IN a_DT dictionary_NN is_VBZ easier_JJR than_IN trying_VBG to_TO parse_VB individual_JJ characters_NNS from_IN script_NN ._. +Reading_VBG the_DT Amount_NNP line_NN of_IN a_DT cheque_NN -LRB-_-LRB- which_WDT is_VBZ always_RB a_DT written-out_JJ number_NN -RRB-_-RRB- is_VBZ an_DT example_NN where_WRB using_VBG a_DT smaller_JJR dictionary_NN can_MD increase_VB recognition_NN rates_NNS greatly_RB ._. +Knowledge_NN of_IN the_DT grammar_NN of_IN the_DT language_NN being_VBG scanned_VBN can_MD also_RB help_VB determine_VB if_IN a_DT word_NN is_VBZ likely_JJ to_TO be_VB a_DT verb_NN or_CC a_DT noun_NN ,_, for_IN example_NN ,_, allowing_VBG greater_JJR accuracy_NN ._. +The_DT shapes_NNS of_IN individual_JJ cursive_JJ characters_NNS themselves_PRP simply_RB do_VBP not_RB contain_VB enough_JJ information_NN to_TO accurately_RB -LRB-_-LRB- greater_JJR than_IN 98_CD %_NN -RRB-_-RRB- recognize_VBP all_DT handwritten_JJ cursive_JJ script_NN ._. +It_PRP is_VBZ necessary_JJ to_TO understand_VB that_IN OCR_NNP technology_NN is_VBZ a_DT basic_JJ technology_NN also_RB used_VBN in_IN advanced_JJ scanning_NN applications_NNS ._. +Due_JJ to_TO this_DT ,_, an_DT advanced_JJ scanning_NN solution_NN can_MD be_VB unique_JJ and_CC patented_JJ and_CC not_RB easily_RB copied_VBN despite_IN being_VBG based_VBN on_IN this_DT basic_JJ OCR_NNP technology_NN ._. +For_IN more_RBR complex_JJ recognition_NN problems_NNS ,_, intelligent_JJ character_NN recognition_NN systems_NNS are_VBP generally_RB used_VBN ,_, as_IN artificial_JJ neural_JJ networks_NNS can_MD be_VB made_VBN indifferent_JJ to_TO both_CC affine_NN and_CC non-linear_JJ transformations_NNS ._. +A_DT technique_NN which_WDT is_VBZ having_VBG considerable_JJ success_NN in_IN recognizing_VBG difficult_JJ words_NNS and_CC character_NN groups_NNS within_IN documents_NNS generally_RB amenable_JJ to_TO computer_NN OCR_NN is_VBZ to_TO submit_VB them_PRP automatically_RB to_TO humans_NNS in_IN the_DT reCAPTCHA_NN system_NN ._. +In_IN corpus_NN linguistics_NNS ,_, part-of-speech_JJ tagging_NN -LRB-_-LRB- POS_NN tagging_NN or_CC POST_NN -RRB-_-RRB- ,_, also_RB called_VBD grammatical_JJ tagging_NN or_CC word-category_JJ disambiguation_NN ,_, is_VBZ the_DT process_NN of_IN marking_VBG up_RP a_DT word_NN in_IN a_DT text_NN -LRB-_-LRB- corpus_NN -RRB-_-RRB- as_IN corresponding_VBG to_TO a_DT particular_JJ part_NN of_IN speech_NN ,_, based_VBN on_IN both_DT its_PRP$ definition_NN ,_, as_RB well_RB as_IN its_PRP$ context_NN --_: i.e._FW relationship_NN with_IN adjacent_JJ and_CC related_JJ words_NNS in_IN a_DT phrase_NN ,_, sentence_NN ,_, or_CC paragraph_NN ._. +A_DT simplified_VBN form_NN of_IN this_DT is_VBZ commonly_RB taught_VBN to_TO school-age_JJ children_NNS ,_, in_IN the_DT identification_NN of_IN words_NNS as_IN nouns_NNS ,_, verbs_NNS ,_, adjectives_NNS ,_, adverbs_NNS ,_, etc._FW ._. +Once_RB performed_VBN by_IN hand_NN ,_, POS_NN tagging_NN is_VBZ now_RB done_VBN in_IN the_DT context_NN of_IN computational_JJ linguistics_NNS ,_, using_VBG algorithms_NNS which_WDT associate_VBP discrete_JJ terms_NNS ,_, as_RB well_RB as_IN hidden_JJ parts_NNS of_IN speech_NN ,_, in_IN accordance_NN with_IN a_DT set_NN of_IN descriptive_JJ tags_NNS ._. +POS-tagging_JJ algorithms_NNS fall_VBP into_IN two_CD distinctive_JJ groups_NNS :_: rule-based_JJ and_CC stochastic_JJ ._. +E._NNP Brill_NNP 's_POS tagger_NN ,_, one_CD of_IN the_DT first_JJ and_CC widely_RB used_VBN English_JJ POS-taggers_NNS ,_, employs_VBZ rule-based_JJ algorithms_NNS ._. +This_DT is_VBZ not_RB rare_JJ --_: in_IN natural_JJ languages_NNS -LRB-_-LRB- as_IN opposed_VBN to_TO many_JJ artificial_JJ languages_NNS -RRB-_-RRB- ,_, a_DT large_JJ percentage_NN of_IN word-forms_NNS are_VBP ambiguous_JJ ._. +For_IN example_NN ,_, even_RB ``_`` dogs_NNS ''_'' ,_, which_WDT is_VBZ usually_RB thought_VBN of_IN as_RB just_RB a_DT plural_NN noun_NN ,_, can_MD also_RB be_VB a_DT verb_NN :_: The_DT sailor_NN dogs_VBZ the_DT barmaid_NN ._. +Performing_VBG grammatical_JJ tagging_NN will_MD indicate_VB that_IN ``_`` dogs_NNS ''_'' is_VBZ a_DT verb_NN ,_, and_CC not_RB the_DT more_RBR common_JJ plural_NN noun_NN ,_, since_IN one_CD of_IN the_DT words_NNS must_MD be_VB the_DT main_JJ verb_NN ,_, and_CC the_DT noun_NN reading_NN is_VBZ less_RBR likely_JJ following_VBG ``_`` sailor_NN ''_'' -LRB-_-LRB- sailor_NN !_. +→_CD dogs_NNS -RRB-_-RRB- ._. +Semantic_JJ analysis_NN can_MD then_RB extrapolate_VB that_IN ``_`` sailor_NN ''_'' and_CC ``_`` barmaid_NN ''_'' implicate_VB ``_`` dogs_NNS ''_'' as_IN 1_CD -RRB-_-RRB- in_IN the_DT nautical_JJ context_NN -LRB-_-LRB- sailor_NN →_FW _FW ←_FW barmaid_NN -RRB-_-RRB- and_CC 2_LS -RRB-_-RRB- an_DT action_NN applied_VBN to_TO the_DT object_NN ``_`` barmaid_NN ''_'' -LRB-_-LRB- -LRB-_-LRB- subject_NN -RRB-_-RRB- dogs_VBZ →_CD barmaid_NN -RRB-_-RRB- ._. +In_IN this_DT context_NN ,_, ``_`` dogs_NNS ''_'' is_VBZ a_DT nautical_JJ term_NN meaning_NN ``_`` fastens_NNS -LRB-_-LRB- a_DT watertight_JJ barmaid_NN -RRB-_-RRB- securely_RB ;_: applies_VBZ a_DT dog_NN to_TO ''_'' ._. +``_`` Dogged_VBN ''_'' ,_, on_IN the_DT other_JJ hand_NN ,_, can_MD be_VB either_CC an_DT adjective_NN or_CC a_DT past-tense_JJ verb_NN ._. +Just_RB which_WDT parts_NNS of_IN speech_NN a_DT word_NN can_MD represent_VB varies_VBZ greatly_RB ._. +Trained_VBN linguists_NNS can_MD identify_VB the_DT grammatical_JJ parts_NNS of_IN speech_NN to_TO various_JJ fine_JJ degrees_NNS depending_VBG on_IN the_DT tagging_NN system_NN ._. +Schools_NNS commonly_RB teach_VBP that_IN there_EX are_VBP 9_CD parts_NNS of_IN speech_NN in_IN English_NNP :_: noun_NN ,_, verb_NN ,_, article_NN ,_, adjective_NN ,_, preposition_NN ,_, pronoun_NN ,_, adverb_NN ,_, conjunction_NN ,_, and_CC interjection_NN ._. +However_RB ,_, there_EX are_VBP clearly_RB many_JJ more_JJR categories_NNS and_CC sub-categories_NNS ._. +For_IN nouns_NNS ,_, plural_NN ,_, possessive_JJ ,_, and_CC singular_JJ forms_NNS can_MD be_VB distinguished_VBN ._. +In_IN many_JJ languages_NNS words_NNS are_VBP also_RB marked_JJ for_IN their_PRP$ ``_`` case_NN ''_'' -LRB-_-LRB- role_NN as_IN subject_NN ,_, object_NN ,_, etc._NN -RRB-_-RRB- ,_, grammatical_JJ gender_NN ,_, and_CC so_RB on_IN ;_: while_IN verbs_NNS are_VBP marked_JJ for_IN tense_JJ ,_, aspect_NN ,_, and_CC other_JJ things_NNS ._. +In_IN part-of-speech_JJ tagging_NN by_IN computer_NN ,_, it_PRP is_VBZ typical_JJ to_TO distinguish_VB from_IN 50_CD to_TO 150_CD separate_JJ parts_NNS of_IN speech_NN for_IN English_NNP ,_, for_IN example_NN ,_, NN_NNP for_IN singular_JJ common_JJ nouns_NNS ,_, NNS_NN for_IN plural_NN common_JJ nouns_NNS ,_, NP_NN for_IN singular_JJ proper_JJ nouns_NNS -LRB-_-LRB- see_VB the_DT POS_NN tags_NNS used_VBN in_IN the_DT Brown_NNP Corpus_NNP -RRB-_-RRB- ._. +Work_NN on_IN stochastic_JJ methods_NNS for_IN tagging_VBG Koine_JJ Greek_JJ -LRB-_-LRB- DeRose_NN 1990_CD -RRB-_-RRB- has_VBZ used_VBN over_IN 1,000_CD parts_NNS of_IN speech_NN ,_, and_CC found_VBD that_IN about_IN as_RB many_JJ words_NNS were_VBD ambiguous_JJ there_RB as_IN in_IN English_NNP ._. +A_DT morphosyntactic_JJ descriptor_NN in_IN the_DT case_NN of_IN morphologically_RB rich_JJ languages_NNS can_MD be_VB expressed_VBN like_IN Ncmsan_NNP ,_, which_WDT means_VBZ Category_NN =_JJ Noun_NN ,_, Type_NN =_JJ common_JJ ,_, Gender_NN =_JJ masculine_JJ ,_, Number_NN =_JJ singular_JJ ,_, Case_NN =_JJ accusative_JJ ,_, Animate_JJ =_JJ no._NN ._. +History_NN The_DT Brown_NNP Corpus_NNP Research_NNP on_IN part-of-speech_JJ tagging_NN has_VBZ been_VBN closely_RB tied_VBN to_TO corpus_NN linguistics_NNS ._. +The_DT first_JJ major_JJ corpus_NN of_IN English_NNP for_IN computer_NN analysis_NN was_VBD the_DT Brown_NNP Corpus_NNP developed_VBD at_IN Brown_NNP University_NNP by_IN Henry_NNP Kucera_NNP and_CC Nelson_NNP Francis_NNP ,_, in_IN the_DT mid-1960s_NNS ._. +It_PRP consists_VBZ of_IN about_IN 1,000,000_CD words_NNS of_IN running_VBG English_JJ prose_NN text_NN ,_, made_VBD up_RP of_IN 500_CD samples_NNS from_IN randomly_RB chosen_VBN publications_NNS ._. +Each_DT sample_NN is_VBZ 2,000_CD or_CC more_JJR words_NNS -LRB-_-LRB- ending_VBG at_IN the_DT first_JJ sentence-end_NN after_IN 2,000_CD words_NNS ,_, so_IN that_IN the_DT corpus_NN contains_VBZ only_RB complete_JJ sentences_NNS -RRB-_-RRB- ._. +The_DT Brown_NNP Corpus_NNP was_VBD painstakingly_RB ``_`` tagged_VBN ''_'' with_IN part-of-speech_JJ markers_NNS over_IN many_JJ years_NNS ._. +A_DT first_JJ approximation_NN was_VBD done_VBN with_IN a_DT program_NN by_IN Greene_NNP and_CC Rubin_NNP ,_, which_WDT consisted_VBD of_IN a_DT huge_JJ handmade_JJ list_NN of_IN what_WP categories_NNS could_MD co-occur_VB at_IN all_DT ._. +For_IN example_NN ,_, article_NN then_RB noun_NN can_MD occur_VB ,_, but_CC article_NN verb_NN -LRB-_-LRB- arguably_RB -RRB-_-RRB- can_MD not_RB ._. +The_DT program_NN got_VBD about_RB 70_CD %_NN correct_JJ ._. +Its_PRP$ results_NNS were_VBD repeatedly_RB reviewed_VBN and_CC corrected_VBN by_IN hand_NN ,_, and_CC later_JJ users_NNS sent_VBN in_IN errata_NNS ,_, so_IN that_IN by_IN the_DT late_JJ 70s_NNS the_DT tagging_NN was_VBD nearly_RB perfect_JJ -LRB-_-LRB- allowing_VBG for_IN some_DT cases_NNS on_IN which_WDT even_RB human_JJ speakers_NNS might_MD not_RB agree_VB -RRB-_-RRB- ._. +This_DT corpus_NN has_VBZ been_VBN used_VBN for_IN innumerable_JJ studies_NNS of_IN word-frequency_NN and_CC of_IN part-of-speech_NN ,_, and_CC inspired_VBD the_DT development_NN of_IN similar_JJ ``_`` tagged_VBN ''_'' corpora_NN in_IN many_JJ other_JJ languages_NNS ._. +Statistics_NNS derived_VBN by_IN analyzing_VBG it_PRP formed_VBD the_DT basis_NN for_IN most_JJS later_JJ part-of-speech_JJ tagging_NN systems_NNS ,_, such_JJ as_IN CLAWS_NNS -LRB-_-LRB- linguistics_NNS -RRB-_-RRB- and_CC VOLSUNGA_NN ._. +However_RB ,_, by_IN this_DT time_NN -LRB-_-LRB- 2005_CD -RRB-_-RRB- it_PRP has_VBZ been_VBN superseded_VBN by_IN larger_JJR corpora_NNS such_JJ as_IN the_DT 100_CD million_CD word_NN British_NNP National_NNP Corpus_NNP ._. +For_IN some_DT time_NN ,_, part-of-speech_JJ tagging_NN was_VBD considered_VBN an_DT inseparable_JJ part_NN of_IN natural_JJ language_NN processing_NN ,_, because_IN there_EX are_VBP certain_JJ cases_NNS where_WRB the_DT correct_JJ part_NN of_IN speech_NN can_MD not_RB be_VB decided_VBN without_IN understanding_VBG the_DT semantics_NNS or_CC even_RB the_DT pragmatics_NNS of_IN the_DT context_NN ._. +This_DT is_VBZ extremely_RB expensive_JJ ,_, especially_RB because_IN analyzing_VBG the_DT higher_JJR levels_NNS is_VBZ much_RB harder_JJR when_WRB multiple_JJ part-of-speech_JJ possibilities_NNS must_MD be_VB considered_VBN for_IN each_DT word_NN ._. +Use_NN of_IN Hidden_NNP Markov_NNP Models_NNS In_IN the_DT mid_JJ 1980s_NNS ,_, researchers_NNS in_IN Europe_NNP began_VBD to_TO use_VB hidden_JJ Markov_NNP models_NNS -LRB-_-LRB- HMMs_NNS -RRB-_-RRB- to_TO disambiguate_VB parts_NNS of_IN speech_NN ,_, when_WRB working_VBG to_TO tag_VB the_DT Lancaster-Oslo-Bergen_NNP Corpus_NNP of_IN British_NNP English_NNP ._. +HMMs_NNS involve_VBP counting_NN cases_NNS -LRB-_-LRB- such_JJ as_IN from_IN the_DT Brown_NNP Corpus_NNP -RRB-_-RRB- ,_, and_CC making_VBG a_DT table_NN of_IN the_DT probabilities_NNS of_IN certain_JJ sequences_NNS ._. +For_IN example_NN ,_, once_RB you_PRP 've_VBP seen_VBN an_DT article_NN such_JJ as_IN `_`` the_DT '_'' ,_, perhaps_RB the_DT next_JJ word_NN is_VBZ a_DT noun_NN 40_CD %_NN of_IN the_DT time_NN ,_, an_DT adjective_JJ 40_CD %_NN ,_, and_CC a_DT number_NN 20_CD %_NN ._. +Knowing_VBG this_DT ,_, a_DT program_NN can_MD decide_VB that_IN ``_`` can_MD ''_'' in_IN ``_`` the_DT can_NN ''_'' is_VBZ far_RB more_RBR likely_JJ to_TO be_VB a_DT noun_NN than_IN a_DT verb_NN or_CC a_DT modal_NN ._. +The_DT same_JJ method_NN can_NN of_IN course_NN be_VB used_VBN to_TO benefit_VB from_IN knowledge_NN about_IN following_VBG words_NNS ._. +More_RBR advanced_JJ -LRB-_-LRB- ``_`` higher_JJR order_NN ''_'' -RRB-_-RRB- HMMs_NNS learn_VBP the_DT probabilities_NNS not_RB only_RB of_IN pairs_NNS ,_, but_CC triples_NNS or_CC even_RB larger_JJR sequences_NNS ._. +So_RB ,_, for_IN example_NN ,_, if_IN you_PRP 've_VBP just_RB seen_VBN an_DT article_NN and_CC a_DT verb_NN ,_, the_DT next_JJ item_NN may_MD be_VB very_RB likely_RB a_DT preposition_NN ,_, article_NN ,_, or_CC noun_NN ,_, but_CC much_RB less_RBR likely_JJ another_DT verb_NN ._. +When_WRB several_JJ ambiguous_JJ words_NNS occur_VBP together_RB ,_, the_DT possibilities_NNS multiply_VBP ._. +However_RB ,_, it_PRP is_VBZ easy_JJ to_TO enumerate_VB every_DT combination_NN and_CC to_TO assign_VB a_DT relative_JJ probability_NN to_TO each_DT one_CD ,_, by_IN multiplying_VBG together_RB the_DT probabilities_NNS of_IN each_DT choice_NN in_IN turn_NN ._. +The_DT combination_NN with_IN highest_JJS probability_NN is_VBZ then_RB chosen_VBN ._. +The_DT European_JJ group_NN developed_VBD CLAWS_NNP ,_, a_DT tagging_NN program_NN that_WDT did_VBD exactly_RB this_DT ,_, and_CC achieved_VBD accuracy_NN in_IN the_DT 93-95_CD %_NN range_NN ._. +It_PRP is_VBZ worth_JJ remembering_VBG ,_, as_IN Eugene_NNP Charniak_NNP points_VBZ out_RP in_IN Statistical_JJ techniques_NNS for_IN natural_JJ language_NN parsing_NN ,_, that_IN merely_RB assigning_VBG the_DT most_RBS common_JJ tag_NN to_TO each_DT known_JJ word_NN and_CC the_DT tag_NN ``_`` proper_JJ noun_NN ''_'' to_TO all_DT unknowns_NNS ,_, will_MD approach_VB 90_CD %_NN accuracy_NN because_IN many_JJ words_NNS are_VBP unambiguous_JJ ._. +CLAWS_NNS pioneered_VBD the_DT field_NN of_IN HMM-based_JJ part_NN of_IN speech_NN tagging_NN ,_, but_CC was_VBD quite_RB expensive_JJ since_IN it_PRP enumerated_VBD all_DT possibilities_NNS ._. +It_PRP sometimes_RB had_VBD to_TO resort_VB to_TO backup_JJ methods_NNS when_WRB there_EX were_VBD simply_RB too_RB many_JJ -LRB-_-LRB- the_DT Brown_NNP Corpus_NNP contains_VBZ a_DT case_NN with_IN 17_CD ambiguous_JJ words_NNS in_IN a_DT row_NN ,_, and_CC there_EX are_VBP words_NNS such_JJ as_IN ``_`` still_RB ''_'' that_WDT can_MD represent_VB as_RB many_JJ as_IN 7_CD distinct_JJ parts_NNS of_IN speech_NN -RRB-_-RRB- ._. +HMMs_NNS underlie_VBP the_DT functioning_NN of_IN stochastic_JJ taggers_NNS and_CC are_VBP used_VBN in_IN various_JJ algorithms_NNS one_CD of_IN the_DT most_RBS widely_RB used_VBN being_VBG the_DT bi-directional_JJ inference_NN algorithm_NN ._. +Dynamic_NNP Programming_NNP methods_NNS In_IN 1987_CD ,_, Steven_NNP DeRose_NNP and_CC Ken_NNP Church_NNP independently_RB developed_VBD dynamic_JJ programming_NN algorithms_NNS to_TO solve_VB the_DT same_JJ problem_NN in_IN vastly_RB less_JJR time_NN ._. +Their_PRP$ methods_NNS were_VBD similar_JJ to_TO the_DT Viterbi_NNP algorithm_NN known_VBN for_IN some_DT time_NN in_IN other_JJ fields_NNS ._. +DeRose_NNP used_VBD a_DT table_NN of_IN pairs_NNS ,_, while_IN Church_NNP used_VBD a_DT table_NN of_IN triples_NNS and_CC a_DT method_NN of_IN estimating_VBG the_DT values_NNS for_IN triples_NNS that_WDT were_VBD rare_JJ or_CC nonexistent_JJ in_IN the_DT Brown_NNP Corpus_NNP -LRB-_-LRB- actual_JJ measurement_NN of_IN triple_JJ probabilities_NNS would_MD require_VB a_DT much_RB larger_JJR corpus_NN -RRB-_-RRB- ._. +Both_DT methods_NNS achieved_VBD accuracy_NN over_IN 95_CD %_NN ._. +DeRose_NNP 's_POS 1990_CD dissertation_NN at_IN Brown_NNP University_NNP included_VBD analyses_NNS of_IN the_DT specific_JJ error_NN types_NNS ,_, probabilities_NNS ,_, and_CC other_JJ related_JJ data_NNS ,_, and_CC replicated_VBD his_PRP$ work_NN for_IN Greek_JJ ,_, where_WRB it_PRP proved_VBD similarly_RB effective_JJ ._. +These_DT findings_NNS were_VBD surprisingly_RB disruptive_JJ to_TO the_DT field_NN of_IN natural_JJ language_NN processing_NN ._. +The_DT accuracy_NN reported_VBD was_VBD higher_JJR than_IN the_DT typical_JJ accuracy_NN of_IN very_RB sophisticated_JJ algorithms_NNS that_WDT integrated_VBD part_NN of_IN speech_NN choice_NN with_IN many_JJ higher_JJR levels_NNS of_IN linguistic_JJ analysis_NN :_: syntax_NN ,_, morphology_NN ,_, semantics_NNS ,_, and_CC so_RB on_RB ._. +CLAWS_NNP ,_, DeRose_NNP 's_POS and_CC Church_NNP 's_POS methods_NNS did_VBD fail_VB for_IN some_DT of_IN the_DT known_JJ cases_NNS where_WRB semantics_NNS is_VBZ required_VBN ,_, but_CC those_DT proved_VBD negligibly_RB rare_JJ ._. +This_DT convinced_VBD many_JJ in_IN the_DT field_NN that_IN part-of-speech_JJ tagging_NN could_MD usefully_RB be_VB separated_VBN out_RP from_IN the_DT other_JJ levels_NNS of_IN processing_NN ;_: this_DT in_IN turn_NN simplified_VBD the_DT theory_NN and_CC practice_NN of_IN computerized_JJ language_NN analysis_NN ,_, and_CC encouraged_JJ researchers_NNS to_TO find_VB ways_NNS to_TO separate_VB out_RP other_JJ pieces_NNS as_RB well_RB ._. +Markov_NNP Models_NNS are_VBP now_RB the_DT standard_JJ method_NN for_IN part-of-speech_JJ assignment_NN ._. +Unsupervised_JJ taggers_NNS The_DT methods_NNS already_RB discussed_VBN involve_VBP working_VBG from_IN a_DT pre-existing_JJ corpus_NN to_TO learn_VB tag_NN probabilities_NNS ._. +It_PRP is_VBZ ,_, however_RB ,_, also_RB possible_JJ to_TO bootstrap_VB using_VBG ``_`` unsupervised_JJ ''_'' tagging_NN ._. +Unsupervised_JJ tagging_NN techniques_NNS use_VBP an_DT untagged_JJ corpus_NN for_IN their_PRP$ training_NN data_NNS and_CC produce_VBP the_DT tagset_NN by_IN induction_NN ._. +That_DT is_VBZ ,_, they_PRP observe_VBP patterns_NNS in_IN word_NN use_NN ,_, and_CC derive_VBP part-of-speech_JJ categories_NNS themselves_PRP ._. +For_IN example_NN ,_, statistics_NNS readily_RB reveal_VBP that_IN ``_`` the_DT ''_'' ,_, ``_`` a_DT ''_'' ,_, and_CC ``_`` an_DT ''_'' occur_VBP in_IN similar_JJ contexts_NNS ,_, while_IN ``_`` eat_VB ''_'' occurs_VBZ in_IN very_RB different_JJ ones_NNS ._. +With_IN sufficient_JJ iteration_NN ,_, similarity_NN classes_NNS of_IN words_NNS emerge_VBP that_WDT are_VBP remarkably_RB similar_JJ to_TO those_DT human_JJ linguists_NNS would_MD expect_VB ;_: and_CC the_DT differences_NNS themselves_PRP sometimes_RB suggest_VBP valuable_JJ new_JJ insights_NNS ._. +These_DT two_CD categories_NNS can_MD be_VB further_RB subdivided_VBN into_IN rule-based_JJ ,_, stochastic_JJ ,_, and_CC neural_JJ approaches_NNS ._. +Other_JJ taggers_NNS and_CC methods_NNS Some_DT current_JJ major_JJ algorithms_NNS for_IN part-of-speech_JJ tagging_NN include_VBP the_DT Viterbi_NNP algorithm_NN ,_, Brill_NNP Tagger_NNP ,_, Constraint_NNP Grammar_NNP ,_, and_CC the_DT Baum-Welch_JJ algorithm_NN -LRB-_-LRB- also_RB known_VBN as_IN the_DT forward-backward_JJ algorithm_NN -RRB-_-RRB- ._. +Hidden_NNP Markov_NNP model_NN and_CC visible_JJ Markov_NNP model_NN taggers_NNS can_MD both_DT be_VB implemented_VBN using_VBG the_DT Viterbi_NNP algorithm_NN ._. +The_DT Brill_NNP tagger_NN is_VBZ unusual_JJ in_IN that_IN it_PRP learns_VBZ a_DT set_NN of_IN patterns_NNS ,_, and_CC then_RB applies_VBZ those_DT patterns_NNS rather_RB than_IN optimizing_VBG a_DT statistical_JJ quantity_NN ._. +Many_JJ machine_NN learning_NN methods_NNS have_VBP also_RB been_VBN applied_VBN to_TO the_DT problem_NN of_IN POS_NN tagging_NN ._. +Methods_NNS such_JJ as_IN SVM_NNP ,_, Maximum_NNP entropy_NN classifier_NN ,_, Perceptron_NNP ,_, and_CC Nearest-neighbor_NN have_VBP all_DT been_VBN tried_VBN ,_, and_CC most_JJS can_MD achieve_VB accuracy_NN above_IN 95_CD %_NN ._. +A_DT direct_JJ comparison_NN of_IN several_JJ methods_NNS is_VBZ reported_VBN -LRB-_-LRB- with_IN references_NNS -RRB-_-RRB- at_IN ._. +This_DT comparison_NN uses_VBZ the_DT Penn_NNP tag_NN set_VBN on_IN some_DT of_IN the_DT Penn_NNP Treebank_NNP data_NNS ,_, so_IN the_DT results_NNS are_VBP directly_RB comparable_JJ ._. +However_RB ,_, many_JJ significant_JJ taggers_NNS are_VBP not_RB included_VBN -LRB-_-LRB- perhaps_RB because_IN of_IN the_DT labor_NN involved_VBN in_IN reconfiguring_VBG them_PRP for_IN this_DT particular_JJ dataset_NN -RRB-_-RRB- ._. +Thus_RB ,_, it_PRP should_MD not_RB be_VB assumed_VBN that_IN the_DT results_NNS reported_VBD there_EX are_VBP the_DT best_JJS that_WDT can_MD be_VB achieved_VBN with_IN a_DT given_VBN approach_NN ;_: nor_CC even_RB the_DT best_JJS that_WDT have_VBP been_VBN achieved_VBN with_IN a_DT given_VBN approach_NN ._. +Issues_NNS While_IN there_EX is_VBZ broad_JJ agreement_NN about_IN basic_JJ categories_NNS ,_, a_DT number_NN of_IN edge_NN cases_NNS make_VBP it_PRP difficult_JJ to_TO settle_VB on_IN a_DT single_JJ ``_`` correct_JJ ''_'' set_NN of_IN tags_NNS ,_, even_RB in_IN a_DT single_JJ language_NN such_JJ as_IN English_NNP ._. +For_IN example_NN ,_, it_PRP is_VBZ hard_JJ to_TO say_VB whether_IN ``_`` fire_NN ''_'' is_VBZ functioning_VBG as_IN an_DT adjective_NN or_CC a_DT noun_NN in_IN the_DT big_JJ green_JJ fire_NN truck_NN A_NN second_JJ important_JJ example_NN is_VBZ the_DT use\/mention_NN distinction_NN ,_, as_IN in_IN the_DT following_VBG example_NN ,_, where_WRB ``_`` blue_JJ ''_'' is_VBZ clearly_RB not_RB functioning_VBG as_IN an_DT adjective_JJ -LRB-_-LRB- the_DT Brown_NNP Corpus_NNP tag_NN set_NN appends_VBZ the_DT suffix_NN ''_'' -_: NC_NN ''_'' in_IN such_JJ cases_NNS -RRB-_-RRB- :_: the_DT word_NN ``_`` blue_JJ ''_'' has_VBZ 4_CD letters_NNS ._. +Words_NNS in_IN a_DT language_NN other_JJ than_IN that_DT of_IN the_DT ``_`` main_JJ ''_'' text_NN ,_, are_VBP commonly_RB tagged_VBN as_IN ``_`` foreign_JJ ''_'' ,_, usually_RB in_IN addition_NN to_TO a_DT tag_NN for_IN the_DT role_NN the_DT foreign_JJ word_NN is_VBZ actually_RB playing_VBG in_IN context_NN ._. +There_EX are_VBP also_RB many_JJ cases_NNS where_WRB POS_NN categories_NNS and_CC ``_`` words_NNS ''_'' do_VBP not_RB map_VB one_CD to_TO one_CD ,_, for_IN example_NN :_: David_NNP 's_POS gonna_NNS do_VBP n't_RB vice_RB versa_RB first-cut_JJ can_MD not_RB pre_JJ -_: and_CC post-secondary_JJ look_NN -LRB-_-LRB- a_DT word_NN -RRB-_-RRB- up_IN In_IN the_DT last_JJ example_NN ,_, ``_`` look_NN ''_'' and_CC ``_`` up_RP ''_'' arguably_RB function_VBP as_IN a_DT single_JJ verbal_JJ unit_NN ,_, despite_IN the_DT possibility_NN of_IN other_JJ words_NNS coming_VBG between_IN them_PRP ._. +Some_DT tag_NN sets_NNS -LRB-_-LRB- such_JJ as_IN Penn_NNP -RRB-_-RRB- break_VBP hyphenated_JJ words_NNS ,_, contractions_NNS ,_, and_CC possessives_NNS into_IN separate_JJ tokens_VBN ,_, thus_RB avoiding_VBG some_DT but_CC far_RB from_IN all_DT such_JJ problems_NNS ._. +It_PRP is_VBZ unclear_JJ whether_IN it_PRP is_VBZ best_JJS to_TO treat_VB words_NNS such_JJ as_IN ``_`` be_VB ''_'' ,_, ``_`` have_VBP ''_'' ,_, and_CC ``_`` do_VBP ''_'' as_IN categories_NNS in_IN their_PRP$ own_JJ right_NN -LRB-_-LRB- as_IN in_IN the_DT Brown_NNP Corpus_NNP -RRB-_-RRB- ,_, or_CC as_IN simply_JJ verbs_NNS -LRB-_-LRB- as_IN in_IN the_DT LOB_NNP Corpus_NNP and_CC the_DT Penn_NNP Treebank_NNP -RRB-_-RRB- ._. +``_`` be_VB ''_'' has_VBZ more_JJR forms_NNS than_IN other_JJ English_JJ verbs_NNS ,_, and_CC occurs_VBZ in_IN quite_RB different_JJ grammatical_JJ contexts_NNS ,_, complicating_VBG the_DT issue_NN ._. +The_DT most_RBS popular_JJ ``_`` tag_NN set_NN ''_'' for_IN POS_NNP tagging_VBG for_IN American_NNP English_NNP is_VBZ probably_RB the_DT Penn_NNP tag_NN set_NN ,_, developed_VBN in_IN the_DT Penn_NNP Treebank_NNP project_NN ._. +It_PRP is_VBZ largely_RB similar_JJ to_TO the_DT earlier_JJR Brown_NNP Corpus_NNP and_CC LOB_NNP Corpus_NNP tag_NN sets_NNS ,_, though_RB much_RB smaller_JJR ._. +In_IN Europe_NNP ,_, tag_NN sets_NNS from_IN the_DT Eagles_NNPS Guidelines_NNS see_VBP wide_JJ use_NN ,_, and_CC include_VBP versions_NNS for_IN multiple_JJ languages_NNS ._. +POS_NN tagging_NN work_NN has_VBZ been_VBN done_VBN in_IN a_DT variety_NN of_IN languages_NNS ,_, and_CC the_DT set_NN of_IN POS_NN tags_NNS used_VBN varies_VBZ greatly_RB with_IN language_NN ._. +Tags_NNS usually_RB are_VBP designed_VBN to_TO include_VB overt_JJ morphological_JJ distinctions_NNS -LRB-_-LRB- this_DT makes_VBZ the_DT tag_NN sets_NNS for_IN heavily_RB inflected_VBN languages_NNS such_JJ as_IN Greek_JJ and_CC Latin_NNP very_RB large_JJ ;_: and_CC makes_VBZ tagging_VBG words_NNS in_IN agglutinative_JJ languages_NNS such_PDT an_DT Inuit_NNP virtually_RB impossible_JJ ._. +However_RB ,_, Petrov_NNP ,_, D._NNP Das_NNP ,_, and_CC R._NNP McDonald_NNP -LRB-_-LRB- ``_`` A_NNP Universal_NNP Part-of-Speech_NNP Tagset_NNP ''_'' http:\/\/arxiv.org\/abs\/1104.2086_NN -RRB-_-RRB- have_VBP proposed_VBN a_DT ``_`` universal_JJ ''_'' tag_NN set_NN ,_, with_IN 12_CD categories_NNS -LRB-_-LRB- for_IN example_NN ,_, no_DT subtypes_NNS of_IN nouns_NNS ,_, verbs_NNS ,_, punctuation_NN ,_, etc._NN ;_: no_DT distinction_NN of_IN ``_`` to_TO ''_'' as_IN an_DT infinitive_JJ marker_NN vs._NN preposition_NN ,_, etc._NN -RRB-_-RRB- ._. +Whether_IN a_DT very_RB small_JJ set_NN of_IN very_RB broad_JJ tags_NNS ,_, or_CC a_DT much_RB larger_JJR set_NN of_IN more_JJR precise_JJ ones_NNS ,_, is_VBZ preferable_JJ ,_, depends_VBZ on_IN the_DT purpose_NN at_IN hand_NN ._. +Automatic_NNP tagging_NN is_VBZ easier_JJR on_IN smaller_JJR tag-sets_NNS ._. +A_DT different_JJ issue_NN is_VBZ that_IN some_DT cases_NNS are_VBP in_IN fact_NN ambiguous_JJ ._. +Beatrice_NNP Santorini_NNP gives_VBZ examples_NNS in_IN ``_`` Part-of-speech_JJ Tagging_NN Guidelines_NNS for_IN the_DT Penn_NNP Treebank_NNP Project_NNP ,_, ''_'' -LRB-_-LRB- 3rd_JJ rev_NN ,_, June_NNP 1990_CD -RRB-_-RRB- ,_, including_VBG the_DT following_JJ -LRB-_-LRB- p._NN 32_CD -RRB-_-RRB- case_NN in_IN which_WDT entertaining_JJ can_NN function_NN either_CC as_IN an_DT adjective_NN or_CC a_DT verb_NN ,_, and_CC there_EX is_VBZ no_DT evident_JJ way_NN to_TO decide_VB :_: The_DT Duchess_NNP was_VBD entertaining_VBG last_JJ night_NN ._. +In_IN computer_NN science_NN and_CC linguistics_NNS ,_, parsing_NN ,_, or_CC ,_, more_RBR formally_RB ,_, syntactic_JJ analysis_NN ,_, is_VBZ the_DT process_NN of_IN analyzing_VBG a_DT text_NN ,_, made_VBN of_IN a_DT sequence_NN of_IN tokens_VBN -LRB-_-LRB- for_IN example_NN ,_, words_NNS -RRB-_-RRB- ,_, to_TO determine_VB its_PRP$ grammatical_JJ structure_NN with_IN respect_NN to_TO a_DT given_JJ -LRB-_-LRB- more_JJR or_CC less_JJR -RRB-_-RRB- formal_JJ grammar_NN ._. +Parsing_NN can_MD also_RB be_VB used_VBN as_IN a_DT linguistic_JJ term_NN ,_, for_IN instance_NN when_WRB discussing_VBG how_WRB phrases_NNS are_VBP divided_VBN up_RP in_IN garden_NN path_NN sentences_NNS ._. +Parsing_NN is_VBZ also_RB an_DT earlier_JJR term_NN for_IN the_DT diagramming_VBG of_IN sentences_NNS of_IN natural_JJ languages_NNS ,_, and_CC is_VBZ still_RB used_VBN for_IN the_DT diagramming_VBG of_IN inflected_JJ languages_NNS ,_, such_JJ as_IN the_DT Romance_NN languages_NNS or_CC Latin_NNP ._. +The_DT term_NN parsing_NN comes_VBZ from_IN Latin_JJ pars_NNS -LRB-_-LRB- ōrātiōnis_NNS -RRB-_-RRB- ,_, meaning_NN part_NN -LRB-_-LRB- of_IN speech_NN -RRB-_-RRB- ._. +Parsing_VBG is_VBZ a_DT common_JJ term_NN used_VBN in_IN psycholinguistics_NNS when_WRB describing_VBG language_NN comprehension_NN ._. +In_IN this_DT context_NN ,_, parsing_NN refers_VBZ to_TO the_DT way_NN that_IN human_JJ beings_NNS ,_, rather_RB than_IN computers_NNS ,_, analyze_VBP a_DT sentence_NN or_CC phrase_NN -LRB-_-LRB- in_IN spoken_VBN language_NN or_CC text_NN -RRB-_-RRB- ``_`` in_IN terms_NNS of_IN grammatical_JJ constituents_NNS ,_, identifying_VBG the_DT parts_NNS of_IN speech_NN ,_, syntactic_JJ relations_NNS ,_, etc._FW ''_'' This_DT term_NN is_VBZ especially_RB common_JJ when_WRB discussing_VBG what_WP linguistic_JJ cues_NNS help_VBP speakers_NNS to_TO parse_VB garden-path_NN sentences_NNS ._. +The_DT parser_NN often_RB uses_VBZ a_DT separate_JJ lexical_JJ analyser_NN to_TO create_VB tokens_VBN from_IN the_DT sequence_NN of_IN input_NN characters_NNS ._. +Parsers_NNS may_MD be_VB programmed_VBN by_IN hand_NN or_CC may_MD be_VB -LRB-_-LRB- semi_JJ -_: -RRB-_-RRB- automatically_RB generated_VBN -LRB-_-LRB- in_IN some_DT programming_NN languages_NNS -RRB-_-RRB- by_IN a_DT tool_NN ._. +Human_JJ languages_NNS See_NNP also_RB :_: Category_NN :_: Natural_JJ language_NN parsing_VBG In_IN some_DT machine_NN translation_NN and_CC natural_JJ language_NN processing_NN systems_NNS ,_, human_JJ languages_NNS are_VBP parsed_VBN by_IN computer_NN programs_NNS ._. +Human_JJ sentences_NNS are_VBP not_RB easily_RB parsed_VBN by_IN programs_NNS ,_, as_IN there_EX is_VBZ substantial_JJ ambiguity_NN in_IN the_DT structure_NN of_IN human_JJ language_NN ,_, whose_WP$ usage_NN is_VBZ to_TO convey_VB meaning_NN -LRB-_-LRB- or_CC semantics_NNS -RRB-_-RRB- amongst_IN a_DT potentially_RB unlimited_JJ range_NN of_IN possibilities_NNS but_CC only_RB some_DT of_IN which_WDT are_VBP germane_JJ to_TO the_DT particular_JJ case_NN ._. +So_IN an_DT utterance_NN ``_`` Man_NN bites_VBZ dog_NN ''_'' versus_CC ``_`` Dog_NN bites_VBZ man_NN ''_'' is_VBZ definite_JJ on_IN one_CD detail_NN but_CC in_IN another_DT language_NN might_MD appear_VB as_IN ``_`` Man_NN dog_NN bites_VBZ ''_'' with_IN a_DT reliance_NN on_IN the_DT larger_JJR context_NN to_TO distinguish_VB between_IN those_DT two_CD possibilities_NNS ,_, if_IN indeed_RB that_DT difference_NN was_VBD of_IN concern_NN ._. +It_PRP is_VBZ difficult_JJ to_TO prepare_VB formal_JJ rules_NNS to_TO describe_VB informal_JJ behavior_NN even_RB though_IN it_PRP is_VBZ clear_JJ that_IN some_DT rules_NNS are_VBP being_VBG followed_VBN ._. +In_IN order_NN to_TO parse_VB natural_JJ language_NN data_NNS ,_, researchers_NNS must_MD first_RB agree_VB on_IN the_DT grammar_NN to_TO be_VB used_VBN ._. +The_DT choice_NN of_IN syntax_NN is_VBZ affected_VBN by_IN both_CC linguistic_JJ and_CC computational_JJ concerns_NNS ;_: for_IN instance_NN some_DT parsing_NN systems_NNS use_VBP lexical_JJ functional_JJ grammar_NN ,_, but_CC in_IN general_JJ ,_, parsing_VBG for_IN grammars_NNS of_IN this_DT type_NN is_VBZ known_VBN to_TO be_VB NP-complete_JJ ._. +Head-driven_JJ phrase_NN structure_NN grammar_NN is_VBZ another_DT linguistic_JJ formalism_NN which_WDT has_VBZ been_VBN popular_JJ in_IN the_DT parsing_VBG community_NN ,_, but_CC other_JJ research_NN efforts_NNS have_VBP focused_VBN on_IN less_JJR complex_JJ formalisms_NNS such_JJ as_IN the_DT one_CD used_VBN in_IN the_DT Penn_NNP Treebank_NNP ._. +Shallow_JJ parsing_NN aims_VBZ to_TO find_VB only_RB the_DT boundaries_NNS of_IN major_JJ constituents_NNS such_JJ as_IN noun_NN phrases_NNS ._. +Another_DT popular_JJ strategy_NN for_IN avoiding_VBG linguistic_JJ controversy_NN is_VBZ dependency_NN grammar_NN parsing_NN ._. +Most_JJS modern_JJ parsers_NNS are_VBP at_IN least_JJS partly_RB statistical_JJ ;_: that_DT is_VBZ ,_, they_PRP rely_VBP on_IN a_DT corpus_NN of_IN training_NN data_NNS which_WDT has_VBZ already_RB been_VBN annotated_JJ -LRB-_-LRB- parsed_VBN by_IN hand_NN -RRB-_-RRB- ._. +This_DT approach_NN allows_VBZ the_DT system_NN to_TO gather_VB information_NN about_IN the_DT frequency_NN with_IN which_WDT various_JJ constructions_NNS occur_VBP in_IN specific_JJ contexts_NNS ._. +-LRB-_-LRB- See_VB machine_NN learning_NN ._. -RRB-_-RRB- +Approaches_NNS which_WDT have_VBP been_VBN used_VBN include_VBP straightforward_JJ PCFGs_NNS -LRB-_-LRB- probabilistic_JJ context-free_JJ grammars_NNS -RRB-_-RRB- ,_, maximum_NN entropy_NN ,_, and_CC neural_JJ nets_NNS ._. +Most_JJS of_IN the_DT more_RBR successful_JJ systems_NNS use_VBP lexical_JJ statistics_NNS -LRB-_-LRB- that_DT is_VBZ ,_, they_PRP consider_VBP the_DT identities_NNS of_IN the_DT words_NNS involved_VBN ,_, as_RB well_RB as_IN their_PRP$ part_NN of_IN speech_NN -RRB-_-RRB- ._. +However_RB such_JJ systems_NNS are_VBP vulnerable_JJ to_TO overfitting_VB and_CC require_VB some_DT kind_NN of_IN smoothing_NN to_TO be_VB effective_JJ ._. +-LRB-_-LRB- citation_NN needed_VBN -RRB-_-RRB- Parsing_VBG algorithms_NNS for_IN natural_JJ language_NN can_MD not_RB rely_VB on_IN the_DT grammar_NN having_VBG `_`` nice_JJ '_'' properties_NNS as_IN with_IN manually_RB designed_VBN grammars_NNS for_IN programming_NN languages_NNS ._. +As_IN mentioned_VBN earlier_RBR some_DT grammar_NN formalisms_NNS are_VBP very_RB difficult_JJ to_TO parse_VB computationally_RB ;_: in_IN general_JJ ,_, even_RB if_IN the_DT desired_VBN structure_NN is_VBZ not_RB context-free_JJ ,_, some_DT kind_NN of_IN context-free_JJ approximation_NN to_TO the_DT grammar_NN is_VBZ used_VBN to_TO perform_VB a_DT first_JJ pass_NN ._. +Algorithms_NNS which_WDT use_VBP context-free_JJ grammars_NNS often_RB rely_VBP on_IN some_DT variant_NN of_IN the_DT CKY_NNP algorithm_NN ,_, usually_RB with_IN some_DT heuristic_NN to_TO prune_VB away_RB unlikely_JJ analyses_NNS to_TO save_VB time_NN ._. +-LRB-_-LRB- See_VB chart_NN parsing_NN ._. -RRB-_-RRB- +However_RB some_DT systems_NNS trade_NN speed_NN for_IN accuracy_NN using_VBG ,_, e.g._FW ,_, linear-time_JJ versions_NNS of_IN the_DT shift-reduce_JJ algorithm_NN ._. +A_DT somewhat_RB recent_JJ development_NN has_VBZ been_VBN parse_JJ reranking_NN in_IN which_WDT the_DT parser_NN proposes_VBZ some_DT large_JJ number_NN of_IN analyses_NNS ,_, and_CC a_DT more_RBR complex_JJ system_NN selects_VBZ the_DT best_JJS option_NN ._. +Programming_NN languages_NNS The_DT most_RBS common_JJ use_NN of_IN a_DT parser_NN is_VBZ as_IN a_DT component_NN of_IN a_DT compiler_NN or_CC interpreter_NN ._. +This_DT parses_VBZ the_DT source_NN code_NN of_IN a_DT computer_NN programming_NN language_NN to_TO create_VB some_DT form_NN of_IN internal_JJ representation_NN ._. +Programming_NN languages_NNS tend_VBP to_TO be_VB specified_VBN in_IN terms_NNS of_IN a_DT context-free_JJ grammar_NN because_IN fast_JJ and_CC efficient_JJ parsers_NNS can_MD be_VB written_VBN for_IN them_PRP ._. +Parsers_NNS are_VBP written_VBN by_IN hand_NN or_CC generated_VBN by_IN parser_NN generators_NNS ._. +Context-free_JJ grammars_NNS are_VBP limited_VBN in_IN the_DT extent_NN to_TO which_WDT they_PRP can_MD express_VB all_DT of_IN the_DT requirements_NNS of_IN a_DT language_NN ._. +Informally_RB ,_, the_DT reason_NN is_VBZ that_IN the_DT memory_NN of_IN such_PDT a_DT language_NN is_VBZ limited_JJ ._. +The_DT grammar_NN can_MD not_RB remember_VB the_DT presence_NN of_IN a_DT construct_NN over_IN an_DT arbitrarily_RB long_JJ input_NN ;_: this_DT is_VBZ necessary_JJ for_IN a_DT language_NN in_IN which_WDT ,_, for_IN example_NN ,_, a_DT name_NN must_MD be_VB declared_VBN before_IN it_PRP may_MD be_VB referenced_VBN ._. +More_RBR powerful_JJ grammars_NNS that_WDT can_MD express_VB this_DT constraint_NN ,_, however_RB ,_, can_MD not_RB be_VB parsed_VBN efficiently_RB ._. +Thus_RB ,_, it_PRP is_VBZ a_DT common_JJ strategy_NN to_TO create_VB a_DT relaxed_VBN parser_NN for_IN a_DT context-free_JJ grammar_NN which_WDT accepts_VBZ a_DT superset_NN of_IN the_DT desired_VBN language_NN constructs_NNS -LRB-_-LRB- that_DT is_VBZ ,_, it_PRP accepts_VBZ some_DT invalid_JJ constructs_NNS -RRB-_-RRB- ;_: later_RB ,_, the_DT unwanted_JJ constructs_NNS can_MD be_VB filtered_VBN out_RP ._. +Overview_NN of_IN process_NN Flow_NN of_IN data_NNS in_IN a_DT typical_JJ parser_NN The_DT following_VBG example_NN demonstrates_VBZ the_DT common_JJ case_NN of_IN parsing_VBG a_DT computer_NN language_NN with_IN two_CD levels_NNS of_IN grammar_NN :_: lexical_JJ and_CC syntactic_JJ ._. +The_DT first_JJ stage_NN is_VBZ the_DT token_JJ generation_NN ,_, or_CC lexical_JJ analysis_NN ,_, by_IN which_WDT the_DT input_NN character_NN stream_NN is_VBZ split_VBN into_IN meaningful_JJ symbols_NNS defined_VBN by_IN a_DT grammar_NN of_IN regular_JJ expressions_NNS ._. +For_IN example_NN ,_, a_DT calculator_NN program_NN would_MD look_VB at_IN an_DT input_NN such_JJ as_IN ``_`` 12_CD \*_NN -LRB-_-LRB- 3_CD +4_NN -RRB-_-RRB- ^_NN 2_CD ''_'' and_CC split_VBD it_PRP into_IN the_DT tokens_VBN 12_CD ,_, \*_NN ,_, -LRB-_-LRB- ,_, 3_CD ,_, +_CC ,_, 4_CD ,_, -RRB-_-RRB- ,_, ^_NN ,_, 2_CD ,_, each_DT of_IN which_WDT is_VBZ a_DT meaningful_JJ symbol_NN in_IN the_DT context_NN of_IN an_DT arithmetic_NN expression_NN ._. +The_DT lexer_NN would_MD contain_VB rules_NNS to_TO tell_VB it_PRP that_IN the_DT characters_NNS \*_NN ,_, +_CC ,_, ^_CD ,_, -LRB-_-LRB- and_CC -RRB-_-RRB- mark_VBP the_DT start_NN of_IN a_DT new_JJ token_JJ ,_, so_RB meaningless_JJ tokens_VBN like_IN ``_`` 12_CD \*_NN ''_'' or_CC ''_'' -LRB-_-LRB- 3_CD ''_'' will_MD not_RB be_VB generated_VBN ._. +The_DT next_JJ stage_NN is_VBZ parsing_VBG or_CC syntactic_JJ analysis_NN ,_, which_WDT is_VBZ checking_VBG that_IN the_DT tokens_VBN form_NN an_DT allowable_JJ expression_NN ._. +This_DT is_VBZ usually_RB done_VBN with_IN reference_NN to_TO a_DT context-free_JJ grammar_NN which_WDT recursively_RB defines_VBZ components_NNS that_WDT can_MD make_VB up_RP an_DT expression_NN and_CC the_DT order_NN in_IN which_WDT they_PRP must_MD appear_VB ._. +However_RB ,_, not_RB all_DT rules_NNS defining_VBG programming_NN languages_NNS can_MD be_VB expressed_VBN by_IN context-free_JJ grammars_NNS alone_RB ,_, for_IN example_NN type_NN validity_NN and_CC proper_JJ declaration_NN of_IN identifiers_NNS ._. +These_DT rules_NNS can_MD be_VB formally_RB expressed_VBN with_IN attribute_NN grammars_NNS ._. +The_DT final_JJ phase_NN is_VBZ semantic_JJ parsing_NN or_CC analysis_NN ,_, which_WDT is_VBZ working_VBG out_RP the_DT implications_NNS of_IN the_DT expression_NN just_RB validated_VBN and_CC taking_VBG the_DT appropriate_JJ action_NN ._. +In_IN the_DT case_NN of_IN a_DT calculator_NN or_CC interpreter_NN ,_, the_DT action_NN is_VBZ to_TO evaluate_VB the_DT expression_NN or_CC program_NN ,_, a_DT compiler_NN ,_, on_IN the_DT other_JJ hand_NN ,_, would_MD generate_VB some_DT kind_NN of_IN code_NN ._. +Attribute_JJ grammars_NNS can_MD also_RB be_VB used_VBN to_TO define_VB these_DT actions_NNS ._. +Types_NNS of_IN parser_NN The_DT task_NN of_IN the_DT parser_NN is_VBZ essentially_RB to_TO determine_VB if_IN and_CC how_WRB the_DT input_NN can_MD be_VB derived_VBN from_IN the_DT start_NN symbol_NN of_IN the_DT grammar_NN ._. +This_DT can_MD be_VB done_VBN in_IN essentially_RB two_CD ways_NNS :_: Top-down_JJ parsing_NN -_: Top-down_JJ parsing_NN can_MD be_VB viewed_VBN as_IN an_DT attempt_NN to_TO find_VB left-most_JJ derivations_NNS of_IN an_DT input-stream_NN by_IN searching_VBG for_IN parse_NN trees_NNS using_VBG a_DT top-down_JJ expansion_NN of_IN the_DT given_VBN formal_JJ grammar_NN rules_NNS ._. +Tokens_NNS are_VBP consumed_VBN from_IN left_NN to_TO right_NN ._. +Inclusive_JJ choice_NN is_VBZ used_VBN to_TO accommodate_VB ambiguity_NN by_IN expanding_VBG all_DT alternative_JJ right-hand-sides_NNS of_IN grammar_NN rules_NNS ._. +Bottom-up_JJ parsing_NN -_: A_DT parser_NN can_MD start_VB with_IN the_DT input_NN and_CC attempt_NN to_TO rewrite_VB it_PRP to_TO the_DT start_NN symbol_NN ._. +Intuitively_RB ,_, the_DT parser_NN attempts_VBZ to_TO locate_VB the_DT most_RBS basic_JJ elements_NNS ,_, then_RB the_DT elements_NNS containing_VBG these_DT ,_, and_CC so_RB on_RB ._. +LR_NN parsers_NNS are_VBP examples_NNS of_IN bottom-up_JJ parsers_NNS ._. +Another_DT term_NN used_VBN for_IN this_DT type_NN of_IN parser_NN is_VBZ Shift-Reduce_NNP parsing_NN ._. +LL_NN parsers_NNS and_CC recursive-descent_JJ parser_NN are_VBP examples_NNS of_IN top-down_JJ parsers_NNS which_WDT can_MD not_RB accommodate_VB left_JJ recursive_JJ productions_NNS ._. +Although_IN it_PRP has_VBZ been_VBN believed_VBN that_IN simple_JJ implementations_NNS of_IN top-down_JJ parsing_NN can_MD not_RB accommodate_VB direct_JJ and_CC indirect_JJ left-recursion_NN and_CC may_MD require_VB exponential_JJ time_NN and_CC space_NN complexity_NN while_IN parsing_VBG ambiguous_JJ context-free_JJ grammars_NNS ,_, more_RBR sophisticated_JJ algorithms_NNS for_IN top-down_JJ parsing_NN have_VBP been_VBN created_VBN by_IN Frost_NNP ,_, Hafiz_NNP ,_, and_CC Callaghan_NNP which_WDT accommodate_VBP ambiguity_NN and_CC left_VBD recursion_NN in_IN polynomial_JJ time_NN and_CC which_WDT generate_VBP polynomial-size_JJ representations_NNS of_IN the_DT potentially_RB exponential_JJ number_NN of_IN parse_NN trees_NNS ._. +Their_PRP$ algorithm_NN is_VBZ able_JJ to_TO produce_VB both_CC left-most_JJ and_CC right-most_JJ derivations_NNS of_IN an_DT input_NN with_IN regard_NN to_TO a_DT given_VBN CFG_NN -LRB-_-LRB- context-free_JJ grammar_NN -RRB-_-RRB- ._. +An_DT important_JJ distinction_NN with_IN regard_NN to_TO parsers_NNS is_VBZ whether_IN a_DT parser_NN generates_VBZ a_DT leftmost_JJ derivation_NN or_CC a_DT rightmost_JJ derivation_NN -LRB-_-LRB- see_VB context-free_JJ grammar_NN -RRB-_-RRB- ._. +LL_NN parsers_NNS will_MD generate_VB a_DT leftmost_JJ derivation_NN and_CC LR_NN parsers_NNS will_MD generate_VB a_DT rightmost_JJ derivation_NN -LRB-_-LRB- although_IN usually_RB in_IN reverse_NN -RRB-_-RRB- ._. +In_IN information_NN retrieval_NN and_CC natural_JJ language_NN processing_NN -LRB-_-LRB- NLP_NN -RRB-_-RRB- ,_, question_NN answering_NN -LRB-_-LRB- QA_NN -RRB-_-RRB- is_VBZ the_DT task_NN of_IN automatically_RB answering_VBG a_DT question_NN posed_VBN in_IN natural_JJ language_NN ._. +To_TO find_VB the_DT answer_NN to_TO a_DT question_NN ,_, a_DT QA_NNP computer_NN program_NN may_MD use_VB either_CC a_DT pre-structured_JJ database_NN or_CC a_DT collection_NN of_IN natural_JJ language_NN documents_NNS -LRB-_-LRB- a_DT text_NN corpus_NN such_JJ as_IN the_DT World_NNP Wide_NN Web_NN or_CC some_DT local_JJ collection_NN -RRB-_-RRB- ._. +QA_NN research_NN attempts_VBZ to_TO deal_VB with_IN a_DT wide_JJ range_NN of_IN question_NN types_NNS including_VBG :_: fact_NN ,_, list_NN ,_, definition_NN ,_, How_WRB ,_, Why_WRB ,_, hypothetical_JJ ,_, semantically_RB constrained_VBN ,_, and_CC cross-lingual_JJ questions_NNS ._. +Search_NN collections_NNS vary_VBP from_IN small_JJ local_JJ document_NN collections_NNS ,_, to_TO internal_JJ organization_NN documents_NNS ,_, to_TO compiled_VBN newswire_NN reports_NNS ,_, to_TO the_DT World_NNP Wide_NN Web_NN ._. +Closed-domain_JJ question_NN answering_VBG deals_NNS with_IN questions_NNS under_IN a_DT specific_JJ domain_NN -LRB-_-LRB- for_IN example_NN ,_, medicine_NN or_CC automotive_JJ maintenance_NN -RRB-_-RRB- ,_, and_CC can_MD be_VB seen_VBN as_IN an_DT easier_JJR task_NN because_IN NLP_NN systems_NNS can_MD exploit_VB domain-specific_JJ knowledge_NN frequently_RB formalized_VBN in_IN ontologies_NNS ._. +Alternatively_RB ,_, closed-domain_NN might_MD refer_VB to_TO a_DT situation_NN where_WRB only_RB a_DT limited_JJ type_NN of_IN questions_NNS are_VBP accepted_VBN ,_, such_JJ as_IN questions_NNS asking_VBG for_IN descriptive_JJ rather_RB than_IN procedural_JJ information_NN ._. +Open-domain_JJ question_NN answering_VBG deals_NNS with_IN questions_NNS about_IN nearly_RB anything_NN ,_, and_CC can_MD only_RB rely_VB on_IN general_JJ ontologies_NNS and_CC world_NN knowledge_NN ._. +On_IN the_DT other_JJ hand_NN ,_, these_DT systems_NNS usually_RB have_VBP much_RB more_JJR data_NNS available_JJ from_IN which_WDT to_TO extract_VB the_DT answer_NN ._. +In_IN contrast_NN ,_, current_JJ QA_NNP systems_NNS use_VBP text_NN documents_NNS as_IN their_PRP$ underlying_JJ knowledge_NN source_NN and_CC combine_VB various_JJ natural_JJ language_NN processing_NN techniques_NNS to_TO search_VB for_IN the_DT answers_NNS ._. +Current_NNP QA_NNP systems_NNS typically_RB include_VBP a_DT question_NN classifier_NN module_NN that_WDT determines_VBZ the_DT type_NN of_IN question_NN and_CC the_DT type_NN of_IN answer_NN ._. +After_IN the_DT question_NN is_VBZ analyzed_VBN ,_, the_DT system_NN typically_RB uses_VBZ several_JJ modules_NNS that_WDT apply_VBP increasingly_RB complex_JJ NLP_NN techniques_NNS on_IN a_DT gradually_RB reduced_VBN amount_NN of_IN text_NN ._. +Thus_RB ,_, a_DT document_NN retrieval_NN module_NN uses_VBZ search_NN engines_NNS to_TO identify_VB the_DT documents_NNS or_CC paragraphs_NNS in_IN the_DT document_NN set_NN that_WDT are_VBP likely_JJ to_TO contain_VB the_DT answer_NN ._. +Subsequently_RB a_DT filter_NN preselects_VBZ small_JJ text_NN fragments_NNS that_WDT contain_VBP strings_NNS of_IN the_DT same_JJ type_NN as_IN the_DT expected_VBN answer_NN ._. +For_IN example_NN ,_, if_IN the_DT question_NN is_VBZ ``_`` Who_WP invented_VBD Penicillin_NNP ''_'' the_DT filter_NN returns_NNS text_NN that_WDT contain_VBP names_NNS of_IN people_NNS ._. +Finally_RB ,_, an_DT answer_NN extraction_NN module_NN looks_VBZ for_IN further_JJ clues_NNS in_IN the_DT text_NN to_TO determine_VB if_IN the_DT answer_NN candidate_NN can_MD indeed_RB answer_VB the_DT question_NN ._. +Question_NN answering_NN methods_NNS QA_NN is_VBZ very_RB dependent_JJ on_IN a_DT good_JJ search_NN corpus_NN -_: for_IN without_IN documents_NNS containing_VBG the_DT answer_NN ,_, there_EX is_VBZ little_RB any_DT QA_NN system_NN can_MD do_VB ._. +It_PRP thus_RB makes_VBZ sense_NN that_IN larger_JJR collection_NN sizes_NNS generally_RB lend_VBP well_RB to_TO better_JJR QA_NN performance_NN ,_, unless_IN the_DT question_NN domain_NN is_VBZ orthogonal_JJ to_TO the_DT collection_NN ._. +The_DT notion_NN of_IN data_NNS redundancy_NN in_IN massive_JJ collections_NNS ,_, such_JJ as_IN the_DT web_NN ,_, means_VBZ that_IN nuggets_NNS of_IN information_NN are_VBP likely_JJ to_TO be_VB phrased_VBN in_IN many_JJ different_JJ ways_NNS in_IN differing_VBG contexts_NNS and_CC documents_NNS ,_, leading_VBG to_TO two_CD benefits_NNS :_: By_IN having_VBG the_DT right_JJ information_NN appear_VBP in_IN many_JJ forms_NNS ,_, the_DT burden_NN on_IN the_DT QA_NN system_NN to_TO perform_VB complex_JJ NLP_NN techniques_NNS to_TO understand_VB the_DT text_NN is_VBZ lessened_VBN ._. +Correct_JJ answers_NNS can_MD be_VB filtered_VBN from_IN false_JJ positives_NNS by_IN relying_VBG on_IN the_DT correct_JJ answer_NN to_TO appear_VB more_JJR times_NNS in_IN the_DT documents_NNS than_IN instances_NNS of_IN incorrect_JJ ones_NNS ._. +Issues_NNS In_IN 2002_CD a_DT group_NN of_IN researchers_NNS wrote_VBD a_DT roadmap_NN of_IN research_NN in_IN question_NN answering_NN ._. +The_DT following_VBG issues_NNS were_VBD identified_VBN ._. +Question_NN classes_NNS Different_JJ types_NNS of_IN questions_NNS -LRB-_-LRB- e.g._FW ,_, ``_`` What_WP is_VBZ the_DT capital_NN of_IN Lichtenstein_NNP ?_. ''_'' +vs._CC ``_`` Why_WRB does_VBZ a_DT rainbow_NN form_NN ?_. ''_'' +vs._CC ``_`` Did_VBD Marilyn_NNP Monroe_NNP and_CC Cary_NNP Grant_NNP ever_RB appear_VBP in_IN a_DT movie_NN together_RB ?_. ''_'' -RRB-_-RRB- +require_VB the_DT use_NN of_IN different_JJ strategies_NNS to_TO find_VB the_DT answer_NN ._. +Question_NN classes_NNS are_VBP arranged_VBN hierarchically_RB in_IN taxonomies_NNS ._. +Question_NN processing_NN The_DT same_JJ information_NN request_NN can_MD be_VB expressed_VBN in_IN various_JJ ways_NNS ,_, some_DT interrogative_JJ -LRB-_-LRB- ``_`` Who_WP is_VBZ the_DT president_NN of_IN the_DT United_NNP States_NNPS ?_. ''_'' -RRB-_-RRB- +and_CC some_DT assertive_JJ -LRB-_-LRB- ``_`` Tell_VB me_PRP the_DT name_NN of_IN the_DT president_NN of_IN the_DT United_NNP States_NNPS ._. ''_'' -RRB-_-RRB- ._. +A_DT semantic_JJ model_NN of_IN question_NN understanding_NN and_CC processing_NN would_MD recognize_VB equivalent_JJ questions_NNS ,_, regardless_RB of_IN how_WRB they_PRP are_VBP presented_VBN ._. +This_DT model_NN would_MD enable_VB the_DT translation_NN of_IN a_DT complex_JJ question_NN into_IN a_DT series_NN of_IN simpler_JJR questions_NNS ,_, would_MD identify_VB ambiguities_NNS and_CC treat_VB them_PRP in_IN context_NN or_CC by_IN interactive_JJ clarification_NN ._. +Context_NN and_CC QA_NN Questions_NNS are_VBP usually_RB asked_VBN within_IN a_DT context_NN and_CC answers_NNS are_VBP provided_VBN within_IN that_DT specific_JJ context_NN ._. +The_DT context_NN can_MD be_VB used_VBN to_TO clarify_VB a_DT question_NN ,_, resolve_NN ambiguities_NNS or_CC keep_VB track_NN of_IN an_DT investigation_NN performed_VBN through_IN a_DT series_NN of_IN questions_NNS ._. +-LRB-_-LRB- For_IN example_NN ,_, the_DT question_NN ,_, ``_`` Why_WRB did_VBD Joe_NNP Biden_NNP visit_NN Iraq_NNP in_IN January_NNP 2010_CD ?_. ''_'' +might_MD be_VB asking_VBG why_WRB Vice_NNP President_NNP Biden_NNP visited_VBD and_CC not_RB President_NNP Obama_NNP ,_, why_WRB he_PRP went_VBD to_TO Iraq_NNP and_CC not_RB Afghanistan_NNP or_CC some_DT other_JJ country_NN ,_, why_WRB he_PRP went_VBD in_IN January_NNP 2010_CD and_CC not_RB before_IN or_CC after_IN ,_, or_CC what_WP Biden_NNP was_VBD hoping_VBG to_TO accomplish_VB with_IN his_PRP$ visit_NN ._. +If_IN the_DT question_NN is_VBZ one_CD of_IN a_DT series_NN of_IN related_JJ questions_NNS ,_, the_DT previous_JJ questions_NNS and_CC their_PRP$ answers_NNS might_MD shed_VB light_NN on_IN the_DT questioner_NN 's_POS intent_NN ._. -RRB-_-RRB- +Data_NN sources_NNS for_IN QA_NN Before_IN a_DT question_NN can_MD be_VB answered_VBN ,_, it_PRP must_MD be_VB known_VBN what_WDT knowledge_NN sources_NNS are_VBP available_JJ and_CC relevant_JJ ._. +If_IN the_DT answer_NN to_TO a_DT question_NN is_VBZ not_RB present_JJ in_IN the_DT data_NNS sources_NNS ,_, no_DT matter_NN how_WRB well_RB the_DT question_NN processing_NN ,_, information_NN retrieval_NN and_CC answer_NN extraction_NN is_VBZ performed_VBN ,_, a_DT correct_JJ result_NN will_MD not_RB be_VB obtained_VBN ._. +Answer_NN extraction_NN Answer_NN extraction_NN depends_VBZ on_IN the_DT complexity_NN of_IN the_DT question_NN ,_, on_IN the_DT answer_NN type_NN provided_VBN by_IN question_NN processing_NN ,_, on_IN the_DT actual_JJ data_NNS where_WRB the_DT answer_NN is_VBZ searched_VBN ,_, on_IN the_DT search_NN method_NN and_CC on_IN the_DT question_NN focus_NN and_CC context_NN ._. +Answer_NN formulation_NN The_DT result_NN of_IN a_DT QA_NN system_NN should_MD be_VB presented_VBN in_IN a_DT way_NN as_RB natural_JJ as_IN possible_JJ ._. +In_IN some_DT cases_NNS ,_, simple_JJ extraction_NN is_VBZ sufficient_JJ ._. +For_IN example_NN ,_, when_WRB the_DT question_NN classification_NN indicates_VBZ that_IN the_DT answer_NN type_NN is_VBZ a_DT name_NN -LRB-_-LRB- of_IN a_DT person_NN ,_, organization_NN ,_, shop_NN or_CC disease_NN ,_, etc._NN -RRB-_-RRB- ,_, a_DT quantity_NN -LRB-_-LRB- monetary_JJ value_NN ,_, length_NN ,_, size_NN ,_, distance_NN ,_, etc._NN -RRB-_-RRB- or_CC a_DT date_NN -LRB-_-LRB- e.g._FW the_DT answer_NN to_TO the_DT question_NN ,_, ``_`` On_IN what_WDT day_NN did_VBD Christmas_NNP fall_VB in_IN 1989_CD ?_. ''_'' -RRB-_-RRB- +the_DT extraction_NN of_IN a_DT single_JJ datum_NN is_VBZ sufficient_JJ ._. +For_IN other_JJ cases_NNS ,_, the_DT presentation_NN of_IN the_DT answer_NN may_MD require_VB the_DT use_NN of_IN fusion_NN techniques_NNS that_WDT combine_VBP the_DT partial_JJ answers_NNS from_IN multiple_JJ documents_NNS ._. +Real_JJ time_NN question_NN answering_VBG There_EX is_VBZ need_NN for_IN developing_VBG Q&A_NNP systems_NNS that_WDT are_VBP capable_JJ of_IN extracting_VBG answers_NNS from_IN large_JJ data_NNS sets_NNS in_IN several_JJ seconds_NNS ,_, regardless_RB of_IN the_DT complexity_NN of_IN the_DT question_NN ,_, the_DT size_NN and_CC multitude_NN of_IN the_DT data_NN sources_NNS or_CC the_DT ambiguity_NN of_IN the_DT question_NN ._. +Multilingual_JJ -LRB-_-LRB- or_CC cross-lingual_JJ -RRB-_-RRB- question_NN answering_VBG The_DT ability_NN to_TO answer_VB a_DT question_NN posed_VBN in_IN one_CD language_NN using_VBG an_DT answer_NN corpus_NN in_IN another_DT language_NN -LRB-_-LRB- or_CC even_RB several_JJ -RRB-_-RRB- ._. +This_DT allows_VBZ users_NNS to_TO consult_VB information_NN that_IN they_PRP can_MD not_RB use_VB directly_RB ._. +-LRB-_-LRB- See_VB also_RB Machine_NNP translation_NN ._. -RRB-_-RRB- +Interactive_JJ QA_NN It_PRP is_VBZ often_RB the_DT case_NN that_IN the_DT information_NN need_NN is_VBZ not_RB well_RB captured_VBN by_IN a_DT QA_NN system_NN ,_, as_IN the_DT question_NN processing_NN part_NN may_MD fail_VB to_TO classify_VB properly_RB the_DT question_NN or_CC the_DT information_NN needed_VBN for_IN extracting_VBG and_CC generating_VBG the_DT answer_NN is_VBZ not_RB easily_RB retrieved_VBN ._. +In_IN such_JJ cases_NNS ,_, the_DT questioner_NN might_MD want_VB not_RB only_RB to_TO reformulate_VB the_DT question_NN ,_, but_CC to_TO have_VB a_DT dialogue_NN with_IN the_DT system_NN ._. +-LRB-_-LRB- For_IN example_NN ,_, the_DT system_NN might_MD ask_VB for_IN a_DT clarification_NN of_IN what_WDT sense_NN a_DT word_NN is_VBZ being_VBG used_VBN ,_, or_CC what_WDT type_NN of_IN information_NN is_VBZ being_VBG asked_VBN for_IN ._. -RRB-_-RRB- +Advanced_NNP reasoning_NN for_IN QA_NNP More_JJR sophisticated_JJ questioners_NNS expect_VBP answers_NNS that_WDT are_VBP outside_IN the_DT scope_NN of_IN written_JJ texts_NNS or_CC structured_JJ databases_NNS ._. +To_TO upgrade_VB a_DT QA_NN system_NN with_IN such_JJ capabilities_NNS ,_, it_PRP would_MD be_VB necessary_JJ to_TO integrate_VB reasoning_NN components_NNS operating_VBG on_IN a_DT variety_NN of_IN knowledge_NN bases_NNS ,_, encoding_VBG world_NN knowledge_NN and_CC common-sense_JJ reasoning_NN mechanisms_NNS ,_, as_RB well_RB as_IN knowledge_NN specific_JJ to_TO a_DT variety_NN of_IN domains_NNS ._. +User_NN profiling_NN for_IN QA_NN The_DT user_NN profile_NN captures_VBZ data_NNS about_IN the_DT questioner_NN ,_, comprising_VBG context_NN data_NNS ,_, domain_NN of_IN interest_NN ,_, reasoning_NN schemes_NNS frequently_RB used_VBN by_IN the_DT questioner_NN ,_, common_JJ ground_NN established_VBN within_IN different_JJ dialogues_NNS between_IN the_DT system_NN and_CC the_DT user_NN ,_, and_CC so_RB forth_RB ._. +The_DT profile_NN may_MD be_VB represented_VBN as_IN a_DT predefined_JJ template_NN ,_, where_WRB each_DT template_NN slot_NN represents_VBZ a_DT different_JJ profile_NN feature_NN ._. +Profile_NN templates_NNS may_MD be_VB nested_JJ one_CD within_IN another_DT ._. +History_NN Some_DT of_IN the_DT early_JJ AI_NN systems_NNS were_VBD question_NN answering_VBG systems_NNS ._. +Two_CD of_IN the_DT most_RBS famous_JJ QA_NN systems_NNS of_IN that_DT time_NN are_VBP BASEBALL_NNP and_CC LUNAR_NNP ,_, both_DT of_IN which_WDT were_VBD developed_VBN in_IN the_DT 1960s_NNS ._. +BASEBALL_NN answered_VBD questions_NNS about_IN the_DT US_NNP baseball_NN league_NN over_IN a_DT period_NN of_IN one_CD year_NN ._. +LUNAR_NN ,_, in_IN turn_NN ,_, answered_VBD questions_NNS about_IN the_DT geological_JJ analysis_NN of_IN rocks_NNS returned_VBN by_IN the_DT Apollo_NNP moon_NN missions_NNS ._. +Both_DT QA_NNP systems_NNS were_VBD very_RB effective_JJ in_IN their_PRP$ chosen_JJ domains_NNS ._. +In_IN fact_NN ,_, LUNAR_NN was_VBD demonstrated_VBN at_IN a_DT lunar_JJ science_NN convention_NN in_IN 1971_CD and_CC it_PRP was_VBD able_JJ to_TO answer_VB 90_CD %_NN of_IN the_DT questions_NNS in_IN its_PRP$ domain_NN posed_VBN by_IN people_NNS untrained_JJ on_IN the_DT system_NN ._. +Further_JJ restricted-domain_JJ QA_NN systems_NNS were_VBD developed_VBN in_IN the_DT following_JJ years_NNS ._. +The_DT common_JJ feature_NN of_IN all_PDT these_DT systems_NNS is_VBZ that_IN they_PRP had_VBD a_DT core_NN database_NN or_CC knowledge_NN system_NN that_WDT was_VBD hand-written_JJ by_IN experts_NNS of_IN the_DT chosen_JJ domain_NN ._. +Some_DT of_IN the_DT early_JJ AI_NNP systems_NNS included_VBD question-answering_JJ abilities_NNS ._. +Two_CD of_IN the_DT most_RBS famous_JJ early_JJ systems_NNS are_VBP SHRDLU_NNP and_CC ELIZA_NNP ._. +SHRDLU_NN simulated_JJ the_DT operation_NN of_IN a_DT robot_NN in_IN a_DT toy_NN world_NN -LRB-_-LRB- the_DT ``_`` blocks_VBZ world_NN ''_'' -RRB-_-RRB- ,_, and_CC it_PRP offered_VBD the_DT possibility_NN to_TO ask_VB the_DT robot_NN questions_NNS about_IN the_DT state_NN of_IN the_DT world_NN ._. +Again_RB ,_, the_DT strength_NN of_IN this_DT system_NN was_VBD the_DT choice_NN of_IN a_DT very_RB specific_JJ domain_NN and_CC a_DT very_RB simple_JJ world_NN with_IN rules_NNS of_IN physics_NNS that_WDT were_VBD easy_JJ to_TO encode_VB in_IN a_DT computer_NN program_NN ._. +ELIZA_NNP ,_, in_IN contrast_NN ,_, simulated_JJ a_DT conversation_NN with_IN a_DT psychologist_NN ._. +ELIZA_NNP was_VBD able_JJ to_TO converse_VB on_IN any_DT topic_NN by_IN resorting_VBG to_TO very_RB simple_JJ rules_NNS that_WDT detected_VBD important_JJ words_NNS in_IN the_DT person_NN 's_POS input_NN ._. +It_PRP had_VBD a_DT very_RB rudimentary_JJ way_NN to_TO answer_VB questions_NNS ,_, and_CC on_IN its_PRP$ own_JJ it_PRP led_VBD to_TO a_DT series_NN of_IN chatterbots_NNS such_JJ as_IN the_DT ones_NNS that_WDT participate_VBP in_IN the_DT annual_JJ Loebner_NNP prize_NN ._. +The_DT 1970s_NNS and_CC 1980s_NNS saw_VBD the_DT development_NN of_IN comprehensive_JJ theories_NNS in_IN computational_JJ linguistics_NNS ,_, which_WDT led_VBD to_TO the_DT development_NN of_IN ambitious_JJ projects_NNS in_IN text_NN comprehension_NN and_CC question_NN answering_NN ._. +One_CD example_NN of_IN such_PDT a_DT system_NN was_VBD the_DT Unix_NNP Consultant_NN -LRB-_-LRB- UC_NN -RRB-_-RRB- ,_, a_DT system_NN that_WDT answered_VBD questions_NNS pertaining_VBG to_TO the_DT Unix_NNP operating_NN system_NN ._. +The_DT system_NN had_VBD a_DT comprehensive_JJ hand-crafted_JJ knowledge_NN base_NN of_IN its_PRP$ domain_NN ,_, and_CC it_PRP aimed_VBD at_IN phrasing_NN the_DT answer_NN to_TO accommodate_VB various_JJ types_NNS of_IN users_NNS ._. +Another_DT project_NN was_VBD LILOG_NNP ,_, a_DT text-understanding_JJ system_NN that_WDT operated_VBD on_IN the_DT domain_NN of_IN tourism_NN information_NN in_IN a_DT German_JJ city_NN ._. +The_DT systems_NNS developed_VBD in_IN the_DT UC_NN and_CC LILOG_NN projects_NNS never_RB went_VBD past_IN the_DT stage_NN of_IN simple_JJ demonstrations_NNS ,_, but_CC they_PRP helped_VBD the_DT development_NN of_IN theories_NNS on_IN computational_JJ linguistics_NNS and_CC reasoning_NN ._. +An_DT increasing_VBG number_NN of_IN systems_NNS include_VBP the_DT World_NNP Wide_NN Web_NN as_IN one_CD more_JJR corpus_NN of_IN text_NN ._. ._. +However_RB ,_, these_DT tools_NNS mostly_RB work_VBP by_IN using_VBG shallow_JJ methods_NNS ,_, as_IN described_VBN above_IN --_: thus_RB returning_VBG a_DT list_NN of_IN documents_NNS ,_, usually_RB with_IN an_DT excerpt_NN containing_VBG the_DT probable_JJ answer_NN highlighted_VBD ,_, plus_CC some_DT context_NN ._. +Furthermore_RB ,_, highly-specialized_JJ natural_JJ language_NN question-answering_NN engines_NNS ,_, such_JJ as_IN EAGLi_NNS for_IN health_NN and_CC life_NN scientists_NNS ,_, have_VBP been_VBN made_VBN available_JJ ._. +The_DT Future_NNP of_IN Question_NNP Answering_NNP QA_NNP systems_NNS have_VBP been_VBN extended_VBN in_IN recent_JJ years_NNS to_TO explore_VB critical_JJ new_JJ scientific_JJ and_CC practical_JJ dimensions_NNS For_IN example_NN ,_, systems_NNS have_VBP been_VBN developed_VBN to_TO automatically_RB answer_VB temporal_JJ and_CC geospatial_JJ questions_NNS ,_, definitional_JJ questions_NNS ,_, biographical_JJ questions_NNS ,_, multilingual_JJ questions_NNS ,_, and_CC questions_NNS from_IN multimedia_NNS -LRB-_-LRB- e.g._FW ,_, audio_NN ,_, imagery_NN ,_, video_NN -RRB-_-RRB- ._. +Additional_JJ aspects_NNS such_JJ as_IN interactivity_NN -LRB-_-LRB- often_RB required_VBN for_IN clarification_NN of_IN questions_NNS or_CC answers_NNS -RRB-_-RRB- ,_, answer_NN reuse_NN ,_, and_CC knowledge_NN representation_NN and_CC reasoning_NN to_TO support_VB question_NN answering_NN have_VBP been_VBN explored_VBN ._. +Future_JJ research_NN may_MD explore_VB what_WP kinds_NNS of_IN questions_NNS can_MD be_VB asked_VBN and_CC answered_VBN about_IN social_JJ media_NNS ,_, including_VBG sentiment_NN analysis_NN ._. +A_DT relationship_NN extraction_NN task_NN requires_VBZ the_DT detection_NN and_CC classification_NN of_IN semantic_JJ relationship_NN mentions_VBZ within_IN a_DT set_NN of_IN artifacts_NNS ,_, typically_RB from_IN text_NN or_CC XML_NN documents_NNS ._. +The_DT task_NN is_VBZ very_RB similar_JJ to_TO that_DT of_IN information_NN extraction_NN -LRB-_-LRB- IE_NN -RRB-_-RRB- ,_, but_CC IE_NN additionally_RB requires_VBZ the_DT removal_NN of_IN repeated_VBN relations_NNS -LRB-_-LRB- disambiguation_NN -RRB-_-RRB- and_CC generally_RB refers_VBZ to_TO the_DT extraction_NN of_IN many_JJ different_JJ relationships_NNS ._. +Approaches_NNS One_CD approach_NN to_TO this_DT problem_NN involves_VBZ the_DT use_NN of_IN domain_NN ontologies_NNS ._. +Another_DT approach_NN involves_VBZ visual_JJ detection_NN of_IN meaningful_JJ relationships_NNS in_IN parametric_JJ values_NNS of_IN objects_NNS listed_VBN on_IN a_DT data_NN table_NN that_IN shift_NN positions_NNS as_IN the_DT table_NN is_VBZ permuted_VBN automatically_RB as_IN controlled_VBN by_IN the_DT software_NN user_NN ._. +The_DT poor_JJ coverage_NN ,_, rarity_NN and_CC development_NN cost_NN related_JJ to_TO structured_JJ resources_NNS such_JJ as_IN semantic_JJ lexicons_NNS -LRB-_-LRB- e.g._FW WordNet_NNP ,_, UMLS_NNP -RRB-_-RRB- and_CC domain_NN ontologies_NNS -LRB-_-LRB- e.g._FW the_DT Gene_NNP Ontology_NNP -RRB-_-RRB- has_VBZ given_VBN rise_NN to_TO new_JJ approaches_NNS based_VBN on_IN broad_JJ ,_, dynamic_JJ background_NN knowledge_NN on_IN the_DT Web_NN ._. +For_IN instance_NN ,_, the_DT ARCHILES_NN technique_NN uses_VBZ only_RB Wikipedia_NNP and_CC search_NN engine_NN page_NN count_NN for_IN acquiring_VBG coarse-grained_JJ relations_NNS to_TO construct_VB lightweight_JJ ontologies_NNS ._. +The_DT relationships_NNS can_MD be_VB represented_VBN using_VBG a_DT variety_NN of_IN formalisms\/languages_NNS ._. +One_CD such_JJ representation_NN language_NN for_IN data_NNS on_IN the_DT Web_NN is_VBZ RDF_NNP ._. +Jump_NN to_TO :_: navigation_NN ,_, search_NN Sentence_NN boundary_NN disambiguation_NN -LRB-_-LRB- SBD_NN -RRB-_-RRB- ,_, also_RB known_VBN as_IN sentence_NN breaking_NN ,_, is_VBZ the_DT problem_NN in_IN natural_JJ language_NN processing_NN of_IN deciding_VBG where_WRB sentences_NNS begin_VB and_CC end_VB ._. +Often_RB natural_JJ language_NN processing_NN tools_NNS require_VBP their_PRP$ input_NN to_TO be_VB divided_VBN into_IN sentences_NNS for_IN a_DT number_NN of_IN reasons_NNS ._. +However_RB sentence_NN boundary_NN identification_NN is_VBZ challenging_JJ because_IN punctuation_NN marks_NNS are_VBP often_RB ambiguous_JJ ._. +For_IN example_NN ,_, a_DT period_NN may_MD denote_VB an_DT abbreviation_NN ,_, decimal_JJ point_NN ,_, an_DT ellipsis_NN ,_, or_CC an_DT email_NN address_NN -_: not_RB the_DT end_NN of_IN a_DT sentence_NN ._. +About_IN 47_CD %_NN of_IN the_DT periods_NNS in_IN the_DT Wall_NNP Street_NNP Journal_NNP corpus_NN denote_VB abbreviations_NNS ._. +As_IN well_RB ,_, question_NN marks_NNS and_CC exclamation_NN marks_NNS may_MD appear_VB in_IN embedded_JJ quotations_NNS ,_, emoticons_NNS ,_, computer_NN code_NN ,_, and_CC slang_NN ._. +Languages_NNS like_IN Japanese_NNP and_CC Chinese_NNP have_VBP unambiguous_JJ sentence-ending_JJ markers_NNS ._. +-LRB-_-LRB- b_NN -RRB-_-RRB- If_IN the_DT preceding_VBG token_JJ is_VBZ on_IN my_PRP$ hand-compiled_JJ list_NN of_IN abbreviations_NNS ,_, then_RB it_PRP does_VBZ n't_RB end_VB a_DT sentence_NN ._. +-LRB-_-LRB- c_NN -RRB-_-RRB- If_IN the_DT next_JJ token_JJ is_VBZ capitalized_VBN ,_, then_RB it_PRP ends_VBZ a_DT sentence_NN ._. +This_DT strategy_NN gets_VBZ about_IN 95_CD %_NN of_IN sentences_NNS correct_JJ ._. +Another_DT approach_NN is_VBZ to_TO automatically_RB learn_VB a_DT set_NN of_IN rules_NNS from_IN a_DT set_NN of_IN documents_NNS where_WRB the_DT sentence_NN breaks_NNS are_VBP pre-marked_JJ ._. +Solutions_NNPS have_VBP been_VBN based_VBN on_IN a_DT maximum_NN entropy_NN model_NN ._. +The_DT SATZ_NNP architecture_NN uses_VBZ a_DT neural_JJ network_NN to_TO disambiguate_VB sentence_NN boundaries_NNS and_CC achieves_VBZ 98.5_CD %_NN accuracy_NN ._. +Sentiment_NN analysis_NN or_CC opinion_NN mining_NN refers_VBZ to_TO the_DT application_NN of_IN natural_JJ language_NN processing_NN ,_, computational_JJ linguistics_NNS ,_, and_CC text_NN analytics_NNS to_TO identify_VB and_CC extract_VB subjective_JJ information_NN in_IN source_NN materials_NNS ._. +Generally_RB speaking_NN ,_, sentiment_NN analysis_NN aims_VBZ to_TO determine_VB the_DT attitude_NN of_IN a_DT speaker_NN or_CC a_DT writer_NN with_IN respect_NN to_TO some_DT topic_NN or_CC the_DT overall_JJ contextual_JJ polarity_NN of_IN a_DT document_NN ._. +The_DT attitude_NN may_MD be_VB his_PRP$ or_CC her_PRP$ judgement_NN or_CC evaluation_NN -LRB-_-LRB- see_VB appraisal_NN theory_NN -RRB-_-RRB- ,_, affective_JJ state_NN -LRB-_-LRB- that_WDT is_VBZ to_TO say_VB ,_, the_DT emotional_JJ state_NN of_IN the_DT author_NN when_WRB writing_VBG -RRB-_-RRB- ,_, or_CC the_DT intended_JJ emotional_JJ communication_NN -LRB-_-LRB- that_WDT is_VBZ to_TO say_VB ,_, the_DT emotional_JJ effect_NN the_DT author_NN wishes_VBZ to_TO have_VB on_IN the_DT reader_NN -RRB-_-RRB- ._. +Advanced_NNP ,_, ``_`` beyond_IN polarity_NN ''_'' sentiment_NN classification_NN looks_VBZ ,_, for_IN instance_NN ,_, at_IN emotional_JJ states_NNS such_JJ as_IN ``_`` angry_JJ ,_, ''_'' ``_`` sad_JJ ,_, ''_'' and_CC ``_`` happy_JJ ._. ''_'' +Early_JJ work_NN in_IN that_DT area_NN includes_VBZ Turney_NNP and_CC Pang_NNP who_WP applied_VBD different_JJ methods_NNS for_IN detecting_VBG the_DT polarity_NN of_IN product_NN reviews_NNS and_CC movie_NN reviews_NNS respectively_RB ._. +This_DT work_NN is_VBZ at_IN the_DT document_NN level_NN ._. +One_CD can_MD also_RB classify_VB a_DT document_NN 's_POS polarity_NN on_IN a_DT multi-way_JJ scale_NN ,_, which_WDT was_VBD attempted_VBN by_IN Pang_NNP and_CC Snyder_NNP -LRB-_-LRB- among_IN others_NNS -RRB-_-RRB- :_: expanded_VBN the_DT basic_JJ task_NN of_IN classifying_VBG a_DT movie_NN review_NN as_IN either_CC positive_JJ or_CC negative_JJ to_TO predicting_VBG star_NN ratings_NNS on_IN either_CC a_DT 3_CD or_CC a_DT 4_CD star_NN scale_NN ,_, while_IN Snyder_NNP performed_VBD an_DT in-depth_JJ analysis_NN of_IN restaurant_NN reviews_NNS ,_, predicting_VBG ratings_NNS for_IN various_JJ aspects_NNS of_IN the_DT given_VBN restaurant_NN ,_, such_JJ as_IN the_DT food_NN and_CC atmosphere_NN -LRB-_-LRB- on_IN a_DT five-star_JJ scale_NN -RRB-_-RRB- ._. +A_DT different_JJ method_NN for_IN determining_VBG sentiment_NN is_VBZ the_DT use_NN of_IN a_DT scaling_NN system_NN whereby_WRB words_NNS commonly_RB associated_VBN with_IN having_VBG a_DT negative_JJ ,_, neutral_JJ or_CC positive_JJ sentiment_NN with_IN them_PRP are_VBP given_VBN an_DT associated_VBN number_NN on_IN a_DT -5_CD to_TO +5_CD scale_NN -LRB-_-LRB- most_RBS negative_JJ up_IN to_TO most_RBS positive_JJ -RRB-_-RRB- and_CC when_WRB a_DT piece_NN of_IN unstructured_JJ text_NN is_VBZ analyzed_VBN using_VBG natural_JJ language_NN processing_NN ,_, the_DT subsequent_JJ concepts_NNS are_VBP analyzed_VBN for_IN an_DT understanding_NN of_IN these_DT words_NNS and_CC how_WRB they_PRP relate_VBP to_TO the_DT concept_NN -LRB-_-LRB- citation_NN needed_VBN -RRB-_-RRB- ._. +Each_DT concept_NN is_VBZ then_RB given_VBN a_DT score_NN based_VBN on_IN the_DT way_NN sentiment_NN words_NNS relate_VBP to_TO the_DT concept_NN ,_, and_CC their_PRP$ associated_VBN score_NN ._. +This_DT allows_VBZ movement_NN to_TO a_DT more_RBR sophisticated_JJ understanding_NN of_IN sentiment_NN based_VBN on_IN an_DT 11_CD point_NN scale_NN ._. +Alternatively_RB ,_, texts_NNS can_MD be_VB given_VBN a_DT positive_JJ and_CC negative_JJ sentiment_NN strength_NN score_NN if_IN the_DT goal_NN is_VBZ to_TO determine_VB the_DT sentiment_NN in_IN a_DT text_NN rather_RB than_IN the_DT overall_JJ polarity_NN and_CC strength_NN of_IN the_DT text_NN ._. +Another_DT research_NN direction_NN is_VBZ subjectivity\/objectivity_NN identification_NN ._. +This_DT task_NN is_VBZ commonly_RB defined_VBN as_IN classifying_VBG a_DT given_VBN text_NN -LRB-_-LRB- usually_RB a_DT sentence_NN -RRB-_-RRB- into_IN one_CD of_IN two_CD classes_NNS :_: objective_JJ or_CC subjective_JJ ._. +This_DT problem_NN can_MD sometimes_RB be_VB more_RBR difficult_JJ than_IN polarity_NN classification_NN :_: the_DT subjectivity_NN of_IN words_NNS and_CC phrases_NNS may_MD depend_VB on_IN their_PRP$ context_NN and_CC an_DT objective_JJ document_NN may_MD contain_VB subjective_JJ sentences_NNS -LRB-_-LRB- e.g._FW ,_, a_DT news_NN article_NN quoting_VBG people_NNS 's_POS opinions_NNS -RRB-_-RRB- ._. +Moreover_RB ,_, as_IN mentioned_VBN by_IN Su_NNP ,_, results_NNS are_VBP largely_RB dependent_JJ on_IN the_DT definition_NN of_IN subjectivity_NN used_VBN when_WRB annotating_VBG texts_NNS ._. +However_RB ,_, Pang_NNP showed_VBD that_IN removing_VBG objective_JJ sentences_NNS from_IN a_DT document_NN before_IN classifying_VBG its_PRP$ polarity_NN helped_VBD improve_VB performance_NN ._. +The_DT more_RBR fine-grained_JJ analysis_NN model_NN is_VBZ called_VBN the_DT feature\/aspect-based_JJ sentiment_NN analysis_NN ._. +It_PRP refers_VBZ to_TO determining_VBG the_DT opinions_NNS or_CC sentiments_NNS expressed_VBN on_IN different_JJ features_NNS or_CC aspects_NNS of_IN entities_NNS ,_, e.g._FW ,_, of_IN a_DT cell_NN phone_NN ,_, a_DT digital_JJ camera_NN ,_, or_CC a_DT bank_NN ._. +A_DT feature_NN or_CC aspect_NN is_VBZ an_DT attribute_NN or_CC component_NN of_IN an_DT entity_NN ,_, e.g._FW ,_, the_DT screen_NN of_IN a_DT cell_NN phone_NN ,_, or_CC the_DT picture_NN quality_NN of_IN a_DT camera_NN ._. +This_DT problem_NN involves_VBZ several_JJ sub-problems_NNS ,_, e.g._FW ,_, identifying_VBG relevant_JJ entities_NNS ,_, extracting_VBG their_PRP$ features\/aspects_NNS ,_, and_CC determining_VBG whether_IN an_DT opinion_NN expressed_VBN on_IN each_DT feature\/aspect_NN is_VBZ positive_JJ ,_, negative_JJ or_CC neutral_JJ ._. +More_RBR detailed_JJ discussions_NNS about_IN this_DT level_NN of_IN sentiment_NN analysis_NN can_MD be_VB found_VBN in_IN Liu_NNP 's_POS NLP_NNP Handbook_NNP chapter_NN ,_, ``_`` Sentiment_NN Analysis_NN and_CC Subjectivity_NN ''_'' ._. +Methods_NNS Computers_NNP can_MD perform_VB automated_JJ sentiment_NN analysis_NN of_IN digital_JJ texts_NNS ,_, using_VBG elements_NNS from_IN machine_NN learning_NN such_JJ as_IN latent_JJ semantic_JJ analysis_NN ,_, support_NN vector_NN machines_NNS ,_, ``_`` bag_NN of_IN words_NNS ''_'' and_CC Semantic_NNP Orientation_NNP --_: Pointwise_NNP Mutual_NNP Information_NNP -LRB-_-LRB- See_NNP Peter_NNP Turney_NNP 's_POS work_NN in_IN this_DT area_NN -RRB-_-RRB- ._. +More_RBR sophisticated_JJ methods_NNS try_VBP to_TO detect_VB the_DT holder_NN of_IN a_DT sentiment_NN -LRB-_-LRB- i.e._FW the_DT person_NN who_WP maintains_VBZ that_IN affective_JJ state_NN -RRB-_-RRB- and_CC the_DT target_NN -LRB-_-LRB- i.e._FW the_DT entity_NN about_IN which_WDT the_DT affect_NN is_VBZ felt_VBN -RRB-_-RRB- ._. +To_TO mine_VB the_DT opinion_NN in_IN context_NN and_CC get_VB the_DT feature_NN which_WDT has_VBZ been_VBN opinionated_VBN ,_, the_DT grammatical_JJ relationships_NNS of_IN words_NNS are_VBP used_VBN ._. +Grammatical_JJ dependency_NN relations_NNS are_VBP obtained_VBN by_IN deep_JJ parsing_NN of_IN the_DT text_NN ._. +Open_VB source_NN software_NN tools_NNS deploy_VBP machine_NN learning_NN ,_, statistics_NNS ,_, and_CC natural_JJ language_NN processing_NN techniques_NNS to_TO automate_VB sentiment_NN analysis_NN on_IN large_JJ collections_NNS of_IN texts_NNS ,_, including_VBG web_NN pages_NNS ,_, online_JJ news_NN ,_, internet_NN discussion_NN groups_NNS ,_, online_JJ reviews_NNS ,_, web_NN blogs_NNS ,_, and_CC social_JJ media_NNS ._. +Evaluation_NN The_DT accuracy_NN of_IN a_DT sentiment_NN analysis_NN system_NN is_VBZ ,_, in_IN principle_NN ,_, how_WRB well_RB it_PRP agrees_VBZ with_IN human_JJ judgments_NNS ._. +This_DT is_VBZ usually_RB measured_VBN by_IN precision_NN and_CC recall_NN ._. +However_RB ,_, human_JJ raters_NNS typically_RB agree_VBP about_IN 70_CD %_NN -LRB-_-LRB- citation_NN needed_VBN -RRB-_-RRB- of_IN the_DT time_NN -LRB-_-LRB- see_VB Inter-rater_JJ reliability_NN -RRB-_-RRB- ._. +Thus_RB ,_, a_DT 70_CD %_NN accurate_JJ program_NN is_VBZ doing_VBG as_RB well_RB as_IN humans_NNS ,_, even_RB though_IN such_JJ accuracy_NN may_MD not_RB sound_VB impressive_JJ ._. +If_IN a_DT program_NN were_VBD ``_`` right_JJ ''_'' 100_CD %_NN of_IN the_DT time_NN ,_, humans_NNS would_MD still_RB disagree_VB with_IN it_PRP about_IN 30_CD %_NN of_IN the_DT time_NN ,_, since_IN they_PRP disagree_VBP that_IN much_JJ about_IN any_DT answer_NN ._. +More_RBR sophisticated_JJ measures_NNS can_MD be_VB applied_VBN ,_, but_CC evaluation_NN of_IN sentiment_NN analysis_NN systems_NNS remains_VBZ a_DT complex_JJ matter_NN ._. +For_IN sentiment_NN analysis_NN tasks_NNS returning_VBG a_DT scale_NN rather_RB than_IN a_DT binary_JJ judgement_NN ,_, correlation_NN is_VBZ a_DT better_JJR measure_NN than_IN precision_NN because_IN it_PRP takes_VBZ into_IN account_NN how_WRB close_JJ the_DT predicted_VBN value_NN is_VBZ to_TO the_DT target_NN value_NN ._. +Sentiment_NN analysis_NN was_VBD used_VBN to_TO test_VB the_DT relationship_NN between_IN Internet_NNP financial_JJ message_NN boards_NNS and_CC the_DT behavior_NN of_IN the_DT stock_NN market_NN to_TO find_VB a_DT strong_JJ correlation_NN between_IN posts_NNS and_CC volume_NN of_IN stock_NN ._. +Sentiment_NN analysis_NN and_CC Web_NN 2.0_CD The_DT rise_NN of_IN social_JJ media_NNS such_JJ as_IN blogs_NNS and_CC social_JJ networks_NNS has_VBZ fueled_VBN interest_NN in_IN sentiment_NN analysis_NN ._. +With_IN the_DT proliferation_NN of_IN reviews_NNS ,_, ratings_NNS ,_, recommendations_NNS and_CC other_JJ forms_NNS of_IN online_NN expression_NN ,_, online_JJ opinion_NN has_VBZ turned_VBN into_IN a_DT kind_NN of_IN virtual_JJ currency_NN for_IN businesses_NNS looking_VBG to_TO market_VB their_PRP$ products_NNS ,_, identify_VBP new_JJ opportunities_NNS and_CC manage_VBP their_PRP$ reputations_NNS ._. +As_IN businesses_NNS look_VBP to_TO automate_VB the_DT process_NN of_IN filtering_VBG out_RP the_DT noise_NN ,_, understanding_VBG the_DT conversations_NNS ,_, identifying_VBG the_DT relevant_JJ content_NN and_CC actioning_VBG it_PRP appropriately_RB ,_, many_JJ are_VBP now_RB looking_VBG to_TO the_DT field_NN of_IN sentiment_NN analysis_NN ._. +If_IN web_NN 2.0_CD was_VBD all_DT about_IN democratizing_VBG publishing_NN ,_, then_RB the_DT next_JJ stage_NN of_IN the_DT web_NN may_MD well_RB be_VB based_VBN on_IN democratizing_VBG data_NNS mining_NN of_IN all_PDT the_DT content_NN that_WDT is_VBZ getting_VBG published_VBN ._. +One_CD step_NN towards_IN this_DT aim_NN is_VBZ accomplished_VBN in_IN research_NN ._. +Several_JJ research_NN teams_NNS in_IN universities_NNS around_IN the_DT world_NN currently_RB focus_VB on_IN understanding_VBG the_DT dynamics_NNS of_IN sentiment_NN in_IN e-communities_NNS through_IN sentiment_NN analysis_NN ._. +The_DT CyberEmotions_NNP project_NN ,_, for_IN instance_NN ,_, recently_RB identified_VBD the_DT role_NN of_IN negative_JJ emotions_NNS in_IN driving_VBG social_JJ networks_NNS discussions_NNS ._. +Sentiment_NN analysis_NN could_MD therefore_RB help_VB understand_VB why_WRB certain_JJ e-communities_NNS die_VB or_CC fade_VB away_RB -LRB-_-LRB- e.g._FW ,_, MySpace_NNP -RRB-_-RRB- while_IN others_NNS seem_VBP to_TO grow_VB without_IN limits_NNS -LRB-_-LRB- e.g._FW ,_, Facebook_NNP -RRB-_-RRB- ._. +The_DT problem_NN is_VBZ that_IN most_JJS sentiment_NN analysis_NN algorithms_NNS use_VBP simple_JJ terms_NNS to_TO express_VB sentiment_NN about_IN a_DT product_NN or_CC service_NN ._. +However_RB ,_, cultural_JJ factors_NNS ,_, linguistic_JJ nuances_NNS and_CC differing_VBG contexts_NNS make_VBP it_PRP extremely_RB difficult_JJ to_TO turn_VB a_DT string_NN of_IN written_VBN text_NN into_IN a_DT simple_JJ pro_NN or_CC con_NN sentiment_NN ._. +The_DT fact_NN that_IN humans_NNS often_RB disagree_VBP on_IN the_DT sentiment_NN of_IN text_NN illustrates_VBZ how_WRB big_JJ a_DT task_NN it_PRP is_VBZ for_IN computers_NNS to_TO get_VB this_DT right_NN ._. +The_DT shorter_JJR the_DT string_NN of_IN text_NN ,_, the_DT harder_JJR it_PRP becomes_VBZ ._. +n_NN Computer_NN Science_NN ,_, Speech_NN recognition_NN is_VBZ the_DT translation_NN of_IN spoken_VBN words_NNS into_IN text_NN ._. +It_PRP is_VBZ also_RB known_VBN as_IN ``_`` automatic_JJ speech_NN recognition_NN ''_'' ,_, ``_`` ASR_NNP ''_'' ,_, ``_`` computer_NN speech_NN recognition_NN ''_'' ,_, ``_`` speech_NN to_TO text_NN ''_'' ,_, or_CC just_RB ``_`` STT_NNP ''_'' ._. +Speech_NN Recognition_NN is_VBZ technology_NN that_WDT can_MD translate_VB spoken_VBN words_NNS into_IN text_NN ._. +Some_DT SR_NN systems_NNS use_VBP ``_`` training_NN ''_'' where_WRB an_DT individual_JJ speaker_NN reads_VBZ sections_NNS of_IN text_NN into_IN the_DT SR_NN system_NN ._. +These_DT systems_NNS analyze_VBP the_DT person_NN 's_POS specific_JJ voice_NN and_CC use_VB it_PRP to_TO fine_RB tune_VB the_DT recognition_NN of_IN that_DT person_NN 's_POS speech_NN ,_, resulting_VBG in_IN more_RBR accurate_JJ transcription_NN ._. +Systems_NNP that_WDT do_VBP not_RB use_VB training_NN are_VBP called_VBN ``_`` Speaker_NNP Independent_NNP ''_'' systems_NNS ._. +Systems_NNP that_WDT use_VBP training_NN are_VBP called_VBN ``_`` Speaker_NNP Dependent_NNP ''_'' systems_NNS ._. +Speech_NN recognition_NN applications_NNS include_VBP voice_NN user_NN interfaces_NNS such_JJ as_IN voice_NN dialing_NN -LRB-_-LRB- e.g._FW ,_, ``_`` Call_NN home_NN ''_'' -RRB-_-RRB- ,_, call_VB routing_VBG -LRB-_-LRB- e.g._FW ,_, ``_`` I_PRP would_MD like_VB to_TO make_VB a_DT collect_VB call_NN ''_'' -RRB-_-RRB- ,_, domotic_JJ appliance_NN control_NN ,_, search_NN -LRB-_-LRB- e.g._FW ,_, find_VB a_DT podcast_NN where_WRB particular_JJ words_NNS were_VBD spoken_VBN -RRB-_-RRB- ,_, simple_JJ data_NNS entry_NN -LRB-_-LRB- e.g._FW ,_, entering_VBG a_DT credit_NN card_NN number_NN -RRB-_-RRB- ,_, preparation_NN of_IN structured_JJ documents_NNS -LRB-_-LRB- e.g._FW ,_, a_DT radiology_NN report_NN -RRB-_-RRB- ,_, speech-to-text_JJ processing_NN -LRB-_-LRB- e.g._FW ,_, word_NN processors_NNS or_CC emails_NNS -RRB-_-RRB- ,_, and_CC aircraft_NN -LRB-_-LRB- usually_RB termed_VBN Direct_NNP Voice_NNP Input_NNP -RRB-_-RRB- ._. +The_DT term_NN voice_NN recognition_NN refers_VBZ to_TO finding_VBG the_DT identity_NN of_IN ``_`` who_WP ''_'' is_VBZ speaking_VBG ,_, rather_RB than_IN what_WP they_PRP are_VBP saying_VBG ._. +Recognizing_VBG the_DT speaker_NN can_MD simplify_VB the_DT task_NN of_IN translating_VBG speech_NN in_IN systems_NNS that_WDT have_VBP been_VBN trained_VBN on_IN specific_JJ person_NN 's_POS voices_NNS or_CC it_PRP can_MD be_VB used_VBN to_TO authenticate_VB or_CC verify_VB the_DT identity_NN of_IN a_DT speaker_NN as_IN part_NN of_IN a_DT security_NN process_NN ._. +Front-End_JJ speech_NN recognition_NN is_VBZ where_WRB the_DT provider_NN dictates_VBZ into_IN a_DT speech-recognition_JJ engine_NN ,_, the_DT recognized_VBN words_NNS are_VBP displayed_VBN as_IN they_PRP are_VBP spoken_VBN ,_, and_CC the_DT dictator_NN is_VBZ responsible_JJ for_IN editing_NN and_CC signing_VBG off_RP on_IN the_DT document_NN ._. +Back-End_JJ or_CC deferred_JJ speech_NN recognition_NN is_VBZ where_WRB the_DT provider_NN dictates_VBZ into_IN a_DT digital_JJ dictation_NN system_NN ,_, the_DT voice_NN is_VBZ routed_VBN through_IN a_DT speech-recognition_JJ machine_NN and_CC the_DT recognized_VBN draft_NN document_NN is_VBZ routed_VBN along_IN with_IN the_DT original_JJ voice_NN file_NN to_TO the_DT editor_NN ,_, where_WRB the_DT draft_NN is_VBZ edited_VBN and_CC report_NN finalized_VBD ._. +Deferred_JJ speech_NN recognition_NN is_VBZ widely_RB used_VBN in_IN the_DT industry_NN currently_RB ._. +Many_JJ Electronic_NNP Medical_NNP Records_NNP -LRB-_-LRB- EMR_NNP -RRB-_-RRB- applications_NNS can_MD be_VB more_RBR effective_JJ and_CC may_MD be_VB performed_VBN more_RBR easily_RB when_WRB deployed_VBN in_IN conjunction_NN with_IN a_DT speech-recognition_JJ engine_NN ._. +Searches_NNS ,_, queries_NNS ,_, and_CC form_NN filling_NN may_MD all_DT be_VB faster_JJR to_TO perform_VB by_IN voice_NN than_IN by_IN using_VBG a_DT keyboard_NN ._. +One_CD of_IN the_DT major_JJ issues_NNS relating_VBG to_TO the_DT use_NN of_IN speech_NN recognition_NN in_IN healthcare_NN is_VBZ that_IN the_DT American_NNP Recovery_NNP and_CC Reinvestment_NNP Act_NNP of_IN 2009_CD -LRB-_-LRB- ARRA_NN -RRB-_-RRB- provides_VBZ for_IN substantial_JJ financial_JJ benefits_NNS to_TO physicians_NNS who_WP utilize_VBP an_DT EMR_NN according_VBG to_TO ``_`` Meaningful_JJ Use_NN ''_'' standards_NNS ._. +These_DT standards_NNS require_VBP that_IN a_DT substantial_JJ amount_NN of_IN data_NNS be_VB maintained_VBN by_IN the_DT EMR_NN -LRB-_-LRB- now_RB more_RBR commonly_RB referred_VBN to_TO as_IN an_DT Electronic_NNP Health_NNP Record_NNP or_CC EHR_NNP -RRB-_-RRB- ._. +Unfortunately_RB ,_, in_IN many_JJ instances_NNS ,_, the_DT use_NN of_IN speech_NN recognition_NN within_IN an_DT EHR_NN will_MD not_RB lead_VB to_TO data_NNS maintained_VBN within_IN a_DT database_NN ,_, but_CC rather_RB to_TO narrative_JJ text_NN ._. +For_IN this_DT reason_NN ,_, substantial_JJ resources_NNS are_VBP being_VBG expended_VBN to_TO allow_VB for_IN the_DT use_NN of_IN front-end_JJ SR_NN while_IN capturing_VBG data_NNS within_IN the_DT EHR_NN ._. +Military_JJ High-performance_JJ fighter_NN aircraft_NN Substantial_JJ efforts_NNS have_VBP been_VBN devoted_VBN in_IN the_DT last_JJ decade_NN to_TO the_DT test_NN and_CC evaluation_NN of_IN speech_NN recognition_NN in_IN fighter_NN aircraft_NN ._. +Of_IN particular_JJ note_NN is_VBZ the_DT U.S._NNP program_NN in_IN speech_NN recognition_NN for_IN the_DT Advanced_NNP Fighter_NNP Technology_NNP Integration_NNP -LRB-_-LRB- AFTI_NNP -RRB-_-RRB- \/_: F-16_NN aircraft_NN -LRB-_-LRB- F-16_NN VISTA_NN -RRB-_-RRB- ,_, and_CC a_DT program_NN in_IN France_NNP installing_VBG speech_NN recognition_NN systems_NNS on_IN Mirage_NNP aircraft_NN ,_, and_CC also_RB programs_NNS in_IN the_DT UK_NNP dealing_VBG with_IN a_DT variety_NN of_IN aircraft_NN platforms_NNS ._. +In_IN these_DT programs_NNS ,_, speech_NN recognizers_NNS have_VBP been_VBN operated_VBN successfully_RB in_IN fighter_NN aircraft_NN ,_, with_IN applications_NNS including_VBG :_: setting_VBG radio_NN frequencies_NNS ,_, commanding_VBG an_DT autopilot_NN system_NN ,_, setting_VBG steer-point_NN coordinates_VBZ and_CC weapons_NNS release_NN parameters_NNS ,_, and_CC controlling_VBG flight_NN displays_NNS ._. +Working_VBG with_IN Swedish_JJ pilots_NNS flying_VBG in_IN the_DT JAS-39_NNP Gripen_NNP cockpit_NN ,_, Englund_NNP -LRB-_-LRB- 2004_CD -RRB-_-RRB- found_VBD recognition_NN deteriorated_JJ with_IN increasing_VBG G-loads_NNS ._. +It_PRP was_VBD also_RB concluded_VBN that_IN adaptation_NN greatly_RB improved_VBD the_DT results_NNS in_IN all_DT cases_NNS and_CC introducing_VBG models_NNS for_IN breathing_NN was_VBD shown_VBN to_TO improve_VB recognition_NN scores_NNS significantly_RB ._. +Contrary_JJ to_TO what_WP might_MD be_VB expected_VBN ,_, no_DT effects_NNS of_IN the_DT broken_JJ English_NNP of_IN the_DT speakers_NNS were_VBD found_VBN ._. +It_PRP was_VBD evident_JJ that_IN spontaneous_JJ speech_NN caused_VBD problems_NNS for_IN the_DT recognizer_NN ,_, as_IN could_MD be_VB expected_VBN ._. +A_DT restricted_JJ vocabulary_NN ,_, and_CC above_IN all_DT ,_, a_DT proper_JJ syntax_NN ,_, could_MD thus_RB be_VB expected_VBN to_TO improve_VB recognition_NN accuracy_NN substantially_RB ._. +The_DT Eurofighter_NNP Typhoon_NNP currently_RB in_IN service_NN with_IN the_DT UK_NNP RAF_NN employs_VBZ a_DT speaker-dependent_JJ system_NN ,_, i.e._FW it_PRP requires_VBZ each_DT pilot_NN to_TO create_VB a_DT template_NN ._. +The_DT system_NN is_VBZ not_RB used_VBN for_IN any_DT safety_NN critical_JJ or_CC weapon_NN critical_JJ tasks_NNS ,_, such_JJ as_IN weapon_NN release_NN or_CC lowering_NN of_IN the_DT undercarriage_NN ,_, but_CC is_VBZ used_VBN for_IN a_DT wide_JJ range_NN of_IN other_JJ cockpit_NN functions_NNS ._. +Voice_NNP commands_NNS are_VBP confirmed_VBN by_IN visual_JJ and\/or_CC aural_JJ feedback_NN ._. +The_DT system_NN is_VBZ seen_VBN as_IN a_DT major_JJ design_NN feature_NN in_IN the_DT reduction_NN of_IN pilot_NN workload_NN ,_, and_CC even_RB allows_VBZ the_DT pilot_NN to_TO assign_VB targets_NNS to_TO himself_PRP with_IN two_CD simple_JJ voice_NN commands_NNS or_CC to_TO any_DT of_IN his_PRP$ wingmen_NN with_IN only_RB five_CD commands_NNS ._. +Speaker_NNP independent_JJ systems_NNS are_VBP also_RB being_VBG developed_VBN and_CC are_VBP in_IN testing_NN for_IN the_DT F35_NN Lightning_NN II_CD -LRB-_-LRB- JSF_NN -RRB-_-RRB- and_CC the_DT Alenia_NNP Aermacchi_NNP M-346_NNP Master_NNP lead-in_NN fighter_NN trainer_NN ._. +These_DT systems_NNS have_VBP produced_VBN word_NN accuracies_NNS in_IN excess_NN of_IN 98_CD %_NN ._. +Helicopters_NNPS The_DT problems_NNS of_IN achieving_VBG high_JJ recognition_NN accuracy_NN under_IN stress_NN and_CC noise_NN pertain_NN strongly_RB to_TO the_DT helicopter_NN environment_NN as_RB well_RB as_IN to_TO the_DT jet_NN fighter_NN environment_NN ._. +The_DT acoustic_JJ noise_NN problem_NN is_VBZ actually_RB more_RBR severe_JJ in_IN the_DT helicopter_NN environment_NN ,_, not_RB only_RB because_IN of_IN the_DT high_JJ noise_NN levels_NNS but_CC also_RB because_IN the_DT helicopter_NN pilot_NN ,_, in_IN general_JJ ,_, does_VBZ not_RB wear_VB a_DT facemask_NN ,_, which_WDT would_MD reduce_VB acoustic_JJ noise_NN in_IN the_DT microphone_NN ._. +Substantial_JJ test_NN and_CC evaluation_NN programs_NNS have_VBP been_VBN carried_VBN out_RP in_IN the_DT past_JJ decade_NN in_IN speech_NN recognition_NN systems_NNS applications_NNS in_IN helicopters_NNS ,_, notably_RB by_IN the_DT U.S._NNP Army_NNP Avionics_NNP Research_NNP and_CC Development_NNP Activity_NNP -LRB-_-LRB- AVRADA_NNP -RRB-_-RRB- and_CC by_IN the_DT Royal_NNP Aerospace_NNP Establishment_NN -LRB-_-LRB- RAE_NN -RRB-_-RRB- in_IN the_DT UK_NNP ._. +Work_NN in_IN France_NNP has_VBZ included_VBN speech_NN recognition_NN in_IN the_DT Puma_NNP helicopter_NN ._. +There_EX has_VBZ also_RB been_VBN much_JJ useful_JJ work_NN in_IN Canada_NNP ._. +Results_NNS have_VBP been_VBN encouraging_JJ ,_, and_CC voice_NN applications_NNS have_VBP included_VBN :_: control_NN of_IN communication_NN radios_NNS ,_, setting_VBG of_IN navigation_NN systems_NNS ,_, and_CC control_NN of_IN an_DT automated_JJ target_NN handover_NN system_NN ._. +As_IN in_IN fighter_NN applications_NNS ,_, the_DT overriding_VBG issue_NN for_IN voice_NN in_IN helicopters_NNS is_VBZ the_DT impact_NN on_IN pilot_NN effectiveness_NN ._. +Encouraging_VBG results_NNS are_VBP reported_VBN for_IN the_DT AVRADA_NNP tests_NNS ,_, although_IN these_DT represent_VBP only_RB a_DT feasibility_NN demonstration_NN in_IN a_DT test_NN environment_NN ._. +Much_RB remains_VBZ to_TO be_VB done_VBN both_CC in_IN speech_NN recognition_NN and_CC in_IN overall_JJ speech_NN recognition_NN technology_NN ,_, in_IN order_NN to_TO consistently_RB achieve_VB performance_NN improvements_NNS in_IN operational_JJ settings_NNS ._. +Battle_NN management_NN Question_NN book-new_NN ._. +svg_IN This_DT unreferenced_JJ section_NN requires_VBZ citations_NNS to_TO ensure_VB verifiability_NN ._. +In_IN general_JJ ,_, Battle_NNP Management_NNP command_NN centres_NNS require_VBP rapid_JJ access_NN to_TO and_CC control_NN of_IN large_JJ ,_, rapidly_RB changing_VBG information_NN databases_NNS ._. +Commanders_NNS and_CC system_NN operators_NNS need_VBP to_TO query_VB these_DT databases_NNS as_RB conveniently_RB as_IN possible_JJ ,_, in_IN an_DT eyes-busy_JJ environment_NN where_WRB much_RB of_IN the_DT information_NN is_VBZ presented_VBN in_IN a_DT display_NN format_NN ._. +Human-machine_JJ interaction_NN by_IN voice_NN has_VBZ the_DT potential_NN to_TO be_VB very_RB useful_JJ in_IN these_DT environments_NNS ._. +A_DT number_NN of_IN efforts_NNS have_VBP been_VBN undertaken_VBN to_TO interface_NN commercially_RB available_JJ isolated-word_JJ recognizers_NNS into_IN battle_NN management_NN environments_NNS ._. +In_IN one_CD feasibility_NN study_NN ,_, speech_NN recognition_NN equipment_NN was_VBD tested_VBN in_IN conjunction_NN with_IN an_DT integrated_VBN information_NN display_NN for_IN naval_JJ battle_NN management_NN applications_NNS ._. +Users_NNS were_VBD very_RB optimistic_JJ about_IN the_DT potential_NN of_IN the_DT system_NN ,_, although_IN capabilities_NNS were_VBD limited_VBN ._. +Speech_NN understanding_NN programs_NNS sponsored_VBN by_IN the_DT Defense_NNP Advanced_NNP Research_NNP Projects_NNP Agency_NNP -LRB-_-LRB- DARPA_NNP -RRB-_-RRB- in_IN the_DT U.S._NNP has_VBZ focused_VBN on_IN this_DT problem_NN of_IN natural_JJ speech_NN interface_NN ._. +Speech_NN recognition_NN efforts_NNS have_VBP focused_VBN on_IN a_DT database_NN of_IN continuous_JJ speech_NN recognition_NN -LRB-_-LRB- CSR_NN -RRB-_-RRB- ,_, large-vocabulary_JJ speech_NN designed_VBN to_TO be_VB representative_JJ of_IN the_DT naval_JJ resource_NN management_NN task_NN ._. +Significant_JJ advances_NNS in_IN the_DT state-of-the-art_JJ in_IN CSR_NNP have_VBP been_VBN achieved_VBN ,_, and_CC current_JJ efforts_NNS are_VBP focused_VBN on_IN integrating_VBG speech_NN recognition_NN and_CC natural_JJ language_NN processing_NN to_TO allow_VB spoken_VBN language_NN interaction_NN with_IN a_DT naval_JJ resource_NN management_NN system_NN ._. +Training_NN air_NN traffic_NN controllers_NNS Training_VBG for_IN air_NN traffic_NN controllers_NNS -LRB-_-LRB- ATC_NN -RRB-_-RRB- represents_VBZ an_DT excellent_JJ application_NN for_IN speech_NN recognition_NN systems_NNS ._. +Many_JJ ATC_NN training_NN systems_NNS currently_RB require_VBP a_DT person_NN to_TO act_VB as_IN a_DT ``_`` pseudo-pilot_NN ''_'' ,_, engaging_VBG in_IN a_DT voice_NN dialog_NN with_IN the_DT trainee_NN controller_NN ,_, which_WDT simulates_VBZ the_DT dialog_NN that_IN the_DT controller_NN would_MD have_VB to_TO conduct_VB with_IN pilots_NNS in_IN a_DT real_JJ ATC_NN situation_NN ._. +Speech_NN recognition_NN and_CC synthesis_NN techniques_NNS offer_VBP the_DT potential_NN to_TO eliminate_VB the_DT need_NN for_IN a_DT person_NN to_TO act_VB as_IN pseudo-pilot_NN ,_, thus_RB reducing_VBG training_NN and_CC support_NN personnel_NNS ._. +In_IN theory_NN ,_, Air_NN controller_NN tasks_NNS are_VBP also_RB characterized_VBN by_IN highly_RB structured_VBN speech_NN as_IN the_DT primary_JJ output_NN of_IN the_DT controller_NN ,_, hence_RB reducing_VBG the_DT difficulty_NN of_IN the_DT speech_NN recognition_NN task_NN should_MD be_VB possible_JJ ._. +In_IN practice_NN ,_, this_DT is_VBZ rarely_RB the_DT case_NN ._. +The_DT FAA_NNP document_NN 7110.65_CD details_NNS the_DT phrases_NNS that_WDT should_MD be_VB used_VBN by_IN air_NN traffic_NN controllers_NNS ._. +While_IN this_DT document_NN gives_VBZ less_JJR than_IN 150_CD examples_NNS of_IN such_JJ phrases_NNS ,_, the_DT number_NN of_IN phrases_NNS supported_VBN by_IN one_CD of_IN the_DT simulation_NN vendors_NNS speech_NN recognition_NN systems_NNS is_VBZ in_IN excess_NN of_IN 500,000_CD ._. +The_DT USAF_NNP ,_, USMC_NNP ,_, US_NNP Army_NNP ,_, US_NNP Navy_NNP ,_, and_CC FAA_NNP as_RB well_RB as_IN a_DT number_NN of_IN international_JJ ATC_NN training_NN organizations_NNS such_JJ as_IN the_DT Royal_NNP Australian_NNP Air_NNP Force_NNP and_CC Civil_NNP Aviation_NNP Authorities_NNP in_IN Italy_NNP ,_, Brazil_NNP ,_, and_CC Canada_NNP are_VBP currently_RB using_VBG ATC_NN simulators_NNS with_IN speech_NN recognition_NN from_IN a_DT number_NN of_IN different_JJ vendors_NNS ._. +Telephony_NNP and_CC other_JJ domains_NNS ASR_NNP in_IN the_DT field_NN of_IN telephony_NN is_VBZ now_RB commonplace_JJ and_CC in_IN the_DT field_NN of_IN computer_NN gaming_NN and_CC simulation_NN is_VBZ becoming_VBG more_RBR widespread_JJ ._. +Despite_IN the_DT high_JJ level_NN of_IN integration_NN with_IN word_NN processing_NN in_IN general_JJ personal_JJ computing_NN ._. +However_RB ,_, ASR_NNP in_IN the_DT field_NN of_IN document_NN production_NN has_VBZ not_RB seen_VBN the_DT expected_VBN -LRB-_-LRB- by_IN whom_WP ?_. -RRB-_-RRB- +increases_NNS in_IN use_NN ._. +The_DT improvement_NN of_IN mobile_JJ processor_NN speeds_NNS made_VBD feasible_JJ the_DT speech-enabled_JJ Symbian_NNP and_CC Windows_NNP Mobile_NNP Smartphones_NNPS ._. +Speech_NN is_VBZ used_VBN mostly_RB as_IN a_DT part_NN of_IN User_NN Interface_NNP ,_, for_IN creating_VBG pre-defined_JJ or_CC custom_NN speech_NN commands_NNS ._. +Leading_VBG software_NN vendors_NNS in_IN this_DT field_NN are_VBP :_: Microsoft_NNP Corporation_NNP -LRB-_-LRB- Microsoft_NNP Voice_NNP Command_NN -RRB-_-RRB- ,_, Digital_NNP Syphon_NNP -LRB-_-LRB- Sonic_NNP Extractor_NNP -RRB-_-RRB- ,_, Nuance_NNP Communications_NNP -LRB-_-LRB- Nuance_NNP Voice_NNP Control_NNP -RRB-_-RRB- ,_, Speech_NNP Technology_NNP Center_NNP ,_, Vito_NNP Technology_NNP -LRB-_-LRB- VITO_NNP Voice2Go_NN -RRB-_-RRB- ,_, Speereo_NNP Software_NNP -LRB-_-LRB- Speereo_NNP Voice_NNP Translator_NNP -RRB-_-RRB- ,_, Verbyx_NNP VRX_NNP and_CC SVOX_NNP ._. +Further_JJ applications_NNS Aerospace_NNP -LRB-_-LRB- e.g._FW space_NN exploration_NN ,_, spacecraft_NN ,_, etc._NN -RRB-_-RRB- NASA_NNP 's_POS Mars_NNP Polar_NNP Lander_NNP used_VBD speech_NN recognition_NN from_IN technology_NN Sensory_NNP ,_, Inc._NNP in_IN the_DT Mars_NNP Microphone_NNP on_IN the_DT Lander_NNP Automatic_NNP translation_NN Automotive_NNP speech_NN recognition_NN -LRB-_-LRB- e.g._FW ,_, OnStar_NNP ,_, Ford_NNP Sync_NNP -RRB-_-RRB- Court_NNP reporting_NN -LRB-_-LRB- Realtime_NN Speech_NN Writing_VBG -RRB-_-RRB- Hands-free_JJ computing_NN :_: Speech_NN recognition_NN computer_NN user_NN interface_NN Home_NN automation_NN Interactive_JJ voice_NN response_NN Mobile_NNP telephony_NN ,_, including_VBG mobile_JJ email_JJ Multimodal_JJ interaction_NN Pronunciation_NN evaluation_NN in_IN computer-aided_JJ language_NN learning_VBG applications_NNS Robotics_NNP Speech-to-text_JJ reporter_NN -LRB-_-LRB- transcription_NN of_IN speech_NN into_IN text_NN ,_, video_NN captioning_NN ,_, Court_NNP reporting_NN -RRB-_-RRB- Telematics_NNS -LRB-_-LRB- e.g._FW ,_, vehicle_NN Navigation_NNP Systems_NNP -RRB-_-RRB- Transcription_NN -LRB-_-LRB- digital_JJ speech-to-text_NN -RRB-_-RRB- Video_NNP games_NNS ,_, with_IN Tom_NNP Clancy_NNP 's_POS EndWar_NNP and_CC Lifeline_NNP as_IN working_VBG examples_NNS Performance_NNP The_DT performance_NN of_IN speech_NN recognition_NN systems_NNS is_VBZ usually_RB evaluated_VBN in_IN terms_NNS of_IN accuracy_NN and_CC speed_NN ._. +Accuracy_NN is_VBZ usually_RB rated_VBN with_IN word_NN error_NN rate_NN -LRB-_-LRB- WER_NN -RRB-_-RRB- ,_, whereas_IN speed_NN is_VBZ measured_VBN with_IN the_DT real_JJ time_NN factor_NN ._. +Other_JJ measures_NNS of_IN accuracy_NN include_VBP Single_JJ Word_NN Error_NN Rate_NN -LRB-_-LRB- SWER_NN -RRB-_-RRB- and_CC Command_NN Success_NN Rate_NN -LRB-_-LRB- CSR_NN -RRB-_-RRB- ._. +However_RB ,_, speech_NN recognition_NN -LRB-_-LRB- by_IN a_DT machine_NN -RRB-_-RRB- is_VBZ a_DT very_RB complex_JJ problem_NN ._. +Vocalizations_NNS vary_VBP in_IN terms_NNS of_IN accent_NN ,_, pronunciation_NN ,_, articulation_NN ,_, roughness_NN ,_, nasality_NN ,_, pitch_NN ,_, volume_NN ,_, and_CC speed_NN ._. +Speech_NN is_VBZ distorted_VBN by_IN a_DT background_NN noise_NN and_CC echoes_NNS ,_, electrical_JJ characteristics_NNS ._. +Accuracy_NN of_IN speech_NN recognition_NN vary_VBP with_IN the_DT following_NN :_: Vocabulary_NN size_NN and_CC confusability_NN Speaker_NNP dependence_NN vs._NN independence_NN Isolated_VBN ,_, discontinuous_JJ ,_, or_CC continuous_JJ speech_NN Task_NNP and_CC language_NN constraints_NNS Read_VBP vs._FW spontaneous_JJ speech_NN Adverse_JJ conditions_NNS Accuracy_NN of_IN speech_NN recognition_NN As_IN mentioned_VBN earlier_RBR in_IN this_DT article_NN accuracy_NN of_IN speech_NN recogniton_NN vary_VBP in_IN following_VBG :_: Error_NNP Rates_NNP Increase_NN as_IN the_DT Vocabulary_NN Size_NN Grows_VBZ :_: e.g._FW The_DT 10_CD digits_NNS ``_`` zero_NN ''_'' to_TO ``_`` nine_CD ''_'' can_MD be_VB recognized_VBN essentially_RB perfectly_RB ,_, but_CC vocabulary_NN sizes_NNS of_IN 200_CD ,_, 5000_CD or_CC 100000_CD may_MD have_VB error_NN rates_NNS of_IN 3_CD %_NN ,_, 7_CD %_NN or_CC 45_CD %_NN ._. +Vocabulary_NN is_VBZ Hard_NNP to_TO Recognize_VB if_IN it_PRP Contains_VBZ Confusable_JJ Words_NNS :_: e.g._FW The_DT 26_CD letters_NNS of_IN the_DT English_JJ alphabet_NN are_VBP difficult_JJ to_TO discriminate_VB because_IN they_PRP are_VBP confusable_JJ words_NNS -LRB-_-LRB- most_RBS notoriously_RB ,_, the_DT E-set_NN :_: ``_`` B_NN ,_, C_NN ,_, D_NN ,_, E_NN ,_, G_NN ,_, P_NN ,_, T_NN ,_, V_NN ,_, Z_NN ''_'' -RRB-_-RRB- ;_: An_DT 8_CD %_NN error_NN rate_NN is_VBZ considered_VBN good_JJ for_IN this_DT vocabulary_NN ._. +Speaker_NNP Dependence_NN vs._NN Independence_NN :_: A_DT speaker_NN dependent_JJ system_NN is_VBZ intended_VBN for_IN use_NN by_IN a_DT single_JJ speaker_NN ._. +A_DT speaker_NN independent_JJ system_NN is_VBZ intended_VBN for_IN use_NN by_IN any_DT speaker_NN ,_, more_RBR difficult_JJ ._. +Isolated_JJ ,_, Discontinuous_JJ or_CC Continuous_JJ speech_NN With_IN isolated_VBN speech_NN single_JJ words_NNS are_VBP used_VBN ,_, therefore_RB it_PRP becomes_VBZ easier_JJR to_TO recognize_VB the_DT speech_NN ._. +With_IN discontinuous_JJ speech_NN full_RB sentenced_VBD separated_VBN by_IN silence_NN are_VBP used_VBN ,_, therefore_RB it_PRP becomes_VBZ easier_JJR to_TO recognize_VB the_DT speech_NN as_RB well_RB as_IN with_IN isolated_VBN speech_NN ._. +With_IN continuous_JJ speech_NN naturally_RB spoken_VBN sentences_NNS are_VBP used_VBN ,_, therefore_RB it_PRP becomes_VBZ harder_JJR to_TO recognize_VB the_DT speech_NN ,_, different_JJ from_IN both_CC isloated_JJ and_CC discontinuous_JJ speech_NN ._. +Task_NNP and_CC Language_NNP Constraints_NNPS e.g._NNP Querying_NNP application_NN may_MD dismiss_VB the_DT hypothesis_NN ``_`` The_DT apple_NN is_VBZ red_JJ ._. ''_'' +e.g._FW Constraints_NNS may_MD be_VB semantic_JJ ;_: rejecting_VBG ``_`` The_DT apple_NN is_VBZ angry_JJ ._. ''_'' +e.g._NNP Syntactic_NNP ;_: rejecting_VBG ``_`` Red_NNP is_VBZ apple_NN the_DT ._. ''_'' +Constraints_NNS are_VBP often_RB represented_VBN by_IN a_DT grammar_NN ._. +Read_VB vs._FW Spontaneous_FW Speech_FW When_WRB a_DT person_NN reads_VBZ it_PRP 's_VBZ usually_RB in_IN a_DT context_NN that_WDT has_VBZ been_VBN previously_RB prepared_VBN ,_, but_CC when_WRB a_DT person_NN uses_VBZ spontaneous_JJ speech_NN ,_, it_PRP is_VBZ difficult_JJ to_TO recognize_VB the_DT speech_NN ._. +because_IN of_IN the_DT disfluences_NNS -LRB-_-LRB- like_IN ``_`` uh_UH ''_'' and_CC ``_`` um_FW ''_'' ,_, false_JJ starts_NNS ,_, incomplete_JJ sentences_NNS ,_, stutering_NN ,_, coughing_VBG ,_, and_CC laughter_NN -RRB-_-RRB- and_CC limited_JJ vocabulary_NN ._. +Adverse_JJ conditions_NNS Environmental_NNP noise_NN -LRB-_-LRB- e.g._FW Noise_NNP in_IN a_DT car_NN or_CC a_DT factory_NN -RRB-_-RRB- Acoustical_JJ distortions_NNS -LRB-_-LRB- e.g._FW echoes_NNS ,_, room_NN acoustics_NNS -RRB-_-RRB- Speech_NN recognition_NN is_VBZ a_DT multileveled_JJ pattern_NN recognition_NN task_NN ._. +Acoustical_JJ signals_NNS are_VBP structured_VBN into_IN a_DT hierarchy_NN of_IN units_NNS ;_: e.g._NNP Phonemes_NNP ,_, Words_NNP ,_, Phrases_NNP ,_, and_CC Sentences_NNS ;_: Each_DT level_NN provides_VBZ additional_JJ constraints_NNS ;_: e.g._FW Known_VBN word_NN pronunciations_NNS or_CC legal_JJ word_NN sequences_NNS ,_, which_WDT can_MD compensate_VB for_IN errors_NNS or_CC uncertainties_NNS at_IN lower_JJR level_NN ;_: This_DT hierarchy_NN of_IN constraints_NNS are_VBP exploited_VBN ;_: By_IN combining_VBG decisions_NNS probabilistically_RB at_IN all_DT lower_JJR levels_NNS ,_, and_CC making_VBG more_RBR deterministic_JJ decisions_NNS only_RB at_IN the_DT highest_JJS level_NN ;_: Speech_NN recogniton_NN by_IN a_DT machine_NN is_VBZ a_DT process_NN broken_VBN into_IN several_JJ phases_NNS ._. +Computationally_RB ,_, it_PRP is_VBZ a_DT problem_NN in_IN which_WDT a_DT sound_NN pattern_NN has_VBZ to_TO be_VB recognized_VBN or_CC classified_VBN into_IN a_DT category_NN that_WDT represents_VBZ a_DT meaning_NN to_TO a_DT human_JJ ._. +Every_DT acoustic_JJ signal_NN can_MD be_VB broken_VBN in_IN smaller_JJR more_RBR basic_JJ sub-signals_NNS ._. +As_IN the_DT more_RBR complex_JJ sound_JJ signal_NN is_VBZ broken_VBN into_IN the_DT smaller_JJR sub-sounds_NNS ,_, different_JJ levels_NNS are_VBP created_VBN ,_, where_WRB at_IN the_DT top_JJ level_NN we_PRP have_VBP complex_JJ sounds_NNS ,_, which_WDT are_VBP made_VBN of_IN simpler_JJR sounds_NNS on_IN lower_JJR level_NN ,_, and_CC going_VBG to_TO lower_VB levels_NNS even_RB more_RBR ,_, we_PRP create_VBP more_RBR basic_JJ and_CC shorter_JJR and_CC simpler_JJR sounds_NNS ._. +The_DT lowest_JJS level_NN ,_, where_WRB the_DT sounds_NNS are_VBP the_DT most_RBS fundamental_JJ ,_, a_DT machine_NN would_MD check_VB for_IN simple_JJ and_CC more_RBR probabilistic_JJ rules_NNS of_IN what_WDT sound_NN should_MD represent_VB ._. +Once_RB these_DT sounds_NNS are_VBP put_VBN together_RB into_IN more_RBR complex_JJ sound_NN on_IN upper_JJ level_NN ,_, a_DT new_JJ set_NN of_IN more_JJR deterministic_JJ rules_NNS should_MD predict_VB what_WP new_JJ complex_JJ sound_NN should_MD represent_VB ._. +The_DT most_RBS upper_JJ level_NN of_IN a_DT deterministic_JJ rule_NN should_MD figure_VB out_RP the_DT meaning_NN of_IN complex_JJ expressions_NNS ._. +In_IN order_NN to_TO expand_VB our_PRP$ knowledge_NN about_IN speech_NN recognition_NN we_PRP need_VBP to_TO take_VB into_IN a_DT consideration_NN neural_JJ networks_NNS ._. +There_EX are_VBP four_CD steps_NNS of_IN neural_JJ network_NN approaches_NNS :_: Digitize_VB the_DT speech_NN that_IN we_PRP want_VBP to_TO recognize_VB For_IN telephone_NN speech_NN the_DT sampling_NN rate_NN is_VBZ 8000_CD samples_NNS per_IN second_JJ ;_: Compute_VB features_NNS of_IN spectral-domain_NN of_IN the_DT speech_NN -LRB-_-LRB- with_IN Fourier_NN transform_VBP -RRB-_-RRB- ;_: Computed_VBN every_DT 10msec_NN ,_, with_IN one_CD 10msec_NN section_NN called_VBD a_DT frame_NN ;_: Analysis_NN of_IN four_CD step_NN neural_JJ network_NN approaches_NNS can_MD be_VB explained_VBN by_IN further_JJ information_NN ._. +Sound_NNP is_VBZ produced_VBN by_IN air_NN -LRB-_-LRB- or_CC some_DT other_JJ medium_NN -RRB-_-RRB- vibration_NN ,_, which_WDT we_PRP register_VBP by_IN ears_NNS ,_, but_CC machines_NNS by_IN receivers_NNS ._. +Basic_JJ sound_NN creates_VBZ a_DT wave_NN which_WDT has_VBZ 2_CD descriptions_NNS ;_: Amplitude_NNP -LRB-_-LRB- how_WRB strong_JJ is_VBZ it_PRP -RRB-_-RRB- ,_, and_CC frequency_NN -LRB-_-LRB- how_WRB often_RB it_PRP vibrates_VBZ per_IN second_NN -RRB-_-RRB- ._. +Digitized_NNP Sound_NNP Graph_NNP This_NNP is_VBZ the_DT same_JJ as_IN the_DT wave_NN in_IN the_DT water_NN ._. +Big_JJ wave_NN is_VBZ strong_JJ and_CC smaller_JJR ones_NNS are_VBP usually_RB faster_JJR but_CC weaker_JJR ._. +That_DT is_VBZ how_WRB air_NN is_VBZ distorted_JJ ,_, but_CC we_PRP do_VBP n't_RB see_VB it_PRP easily_RB ,_, in_IN order_NN for_IN sound_NN to_TO travel_VB ._. +These_DT waves_NNS can_MD be_VB digitalized_VBN :_: Sample_VB a_DT strength_NN at_IN short_JJ intervals_NNS like_IN in_IN picture_NN above_IN to_TO get_VB bunch_NN of_IN numbers_NNS that_IN approximate_JJ at_IN each_DT time_NN step_VB the_DT strength_NN of_IN a_DT wave_NN ._. +Collection_NN of_IN these_DT numbers_NNS represent_VBP analog_NN wave_NN ._. +This_DT new_JJ wave_NN is_VBZ digital_JJ ._. +Sound_JJ waves_NNS are_VBP complicated_VBN because_IN they_PRP superimpose_VBP one_CD on_IN top_NN of_IN each_DT other_JJ ._. +Like_IN the_DT waves_NNS would_MD ._. +This_DT way_NN they_PRP create_VBP odd_JJ looking_VBG waves_NNS ._. +For_IN example_NN ,_, if_IN there_EX are_VBP two_CD waves_NNS that_WDT interact_VBP with_IN each_DT other_JJ we_PRP can_MD add_VB them_PRP which_WDT creates_VBZ new_JJ odd_JJ looking_VBG wave_NN as_IN is_VBZ shown_VBN in_IN the_DT picture_NN on_IN the_DT right_NN ._. +Neural_NNP Network_NNP classifies_VBZ features_NNS into_IN phonetic-based_JJ categories_NNS ;_: Given_VBN basic_JJ sound_NN blocks_NNS ,_, that_DT machine_NN digitized_VBD ,_, we_PRP have_VBP a_DT bunch_NN of_IN numbers_NNS which_WDT describe_VBP a_DT wave_NN and_CC waves_NNS describe_VBP words_NNS ._. +Each_DT frame_NN has_VBZ a_DT unit_NN block_NN of_IN sound_NN ,_, which_WDT are_VBP broken_VBN into_IN basic_JJ sound_JJ waves_NNS and_CC represented_VBN by_IN numbers_NNS after_IN Fourier_NN Transform_NN ,_, can_MD be_VB statistically_RB evaluated_VBN to_TO set_VB to_TO which_WDT class_NN of_IN sounds_NNS it_PRP belongs_VBZ to_TO ._. +The_DT nodes_NNS in_IN the_DT figure_NN on_IN a_DT slide_NN represent_VBP a_DT feature_NN of_IN a_DT sound_NN in_IN which_WDT a_DT feature_NN of_IN a_DT wave_NN from_IN first_JJ layer_NN of_IN nodes_NNS to_TO a_DT second_JJ layer_NN of_IN nodes_NNS based_VBN on_IN some_DT statistical_JJ analysis_NN ._. +This_DT analysis_NN depends_VBZ on_IN programer_NN 's_POS instructions_NNS ._. +At_IN this_DT point_NN ,_, a_DT second_JJ layer_NN of_IN nodes_NNS represents_VBZ a_DT higher_JJR level_NN features_NNS of_IN a_DT sound_JJ input_NN which_WDT is_VBZ again_RB statistically_RB evaluated_VBN to_TO see_VB what_WDT class_NN they_PRP belong_VBP to_TO ._. +Last_JJ level_NN of_IN nodes_NNS should_MD be_VB output_NN nodes_NNS that_WDT tell_VBP us_PRP with_IN high_JJ probability_NN what_WP original_JJ sound_NN really_RB was_VBD ._. +Search_NN to_TO match_VB the_DT neural-network_JJ output_NN scores_NNS for_IN the_DT best_JJS word_NN ,_, to_TO determine_VB the_DT word_NN that_WDT was_VBD most_RBS likely_RB uttered_VBN ;_: A_DT machine_NN speech_NN recognition_NN using_VBG neural_JJ network_NN is_VBZ still_RB just_RB a_DT fancy_JJ statistics_NNS ._. +Artificial_JJ neural_JJ network_NN has_VBZ specialized_VBN output_NN nodes_NNS for_IN results_NNS ,_, unlike_IN brain_NN ._. +Our_PRP$ brain_NN recognizes_VBZ the_DT meaning_NN of_IN words_NNS in_IN fundamentally_RB different_JJ way_NN ._. +Our_PRP$ brain_NN is_VBZ entirely_RB committed_VBN into_IN the_DT perception_NN of_IN sound_NN ._. +When_WRB we_PRP hear_VBP sound_JJ ,_, our_PRP$ life_NN experience_NN is_VBZ brought_VBN together_RB to_TO action_NN of_IN listening_VBG to_TO set_VB a_DT sound_NN into_IN a_DT appropriate_JJ perspective_NN so_IN it_PRP is_VBZ meaningful_JJ ._. +Brain_NN has_VBZ a_DT purpose_NN when_WRB it_PRP listens_VBZ for_IN a_DT sound_NN that_WDT is_VBZ steered_VBN toward_IN actions_NNS ._. +In_IN 1982_CD ,_, Kurzweil_NNP Applied_NNP Intelligence_NNP and_CC Dragon_NNP Systems_NNPS released_VBD speech_NN recognition_NN products_NNS ._. +By_IN 1985_CD ,_, Kurzweil_NNP 's_POS software_NN had_VBD a_DT vocabulary_NN of_IN 1,000_CD words_NNS --_: if_IN uttered_VBN one_CD word_NN at_IN a_DT time_NN ._. +Two_CD years_NNS later_RB ,_, in_IN 1987_CD ,_, its_PRP$ lexicon_NN reached_VBD 20,000_CD words_NNS ,_, entering_VBG the_DT realm_NN of_IN human_JJ vocabularies_NNS ,_, which_WDT range_VBP from_IN 10,000_CD to_TO 150,000_CD words_NNS ._. +But_CC recognition_NN accuracy_NN was_VBD only_RB 10_CD %_NN in_IN 1993_CD ._. +Two_CD years_NNS later_RB ,_, the_DT error_NN rate_NN crossed_VBD below_IN 50_CD %_NN ._. +Dragon_NNP Systems_NNP released_VBD ``_`` Naturally_RB Speaking_VBG ''_'' in_IN 1997_CD ,_, which_WDT recognized_VBD normal_JJ human_JJ speech_NN ._. +Progress_NNP mainly_RB came_VBD from_IN improved_VBN computer_NN performance_NN and_CC larger_JJR source_NN text_NN databases_NNS ._. +The_DT Brown_NNP Corpus_NNP was_VBD the_DT first_JJ major_JJ database_NN available_JJ ,_, containing_VBG several_JJ million_CD words_NNS ._. +In_IN 2006_CD ,_, Google_NNP published_VBD a_DT trillion-word_JJ corpus_NN ,_, while_IN Carnegie_NNP Mellon_NNP University_NNP researchers_NNS found_VBD no_DT significant_JJ increase_NN in_IN recognition_NN accuracy_NN ._. +Algorithms_NNS Both_CC acoustic_JJ modeling_NN and_CC language_NN modeling_NN are_VBP important_JJ parts_NNS of_IN modern_JJ statistically-based_JJ speech_NN recognition_NN algorithms_NNS ._. +Hidden_NNP Markov_NNP models_NNS -LRB-_-LRB- HMMs_NNS -RRB-_-RRB- are_VBP widely_RB used_VBN in_IN many_JJ systems_NNS ._. +Language_NN modeling_NN has_VBZ many_JJ other_JJ applications_NNS such_JJ as_IN smart_JJ keyboard_NN and_CC document_NN classification_NN ._. +Hidden_NNP Markov_NNP models_NNS Main_NNP article_NN :_: Hidden_NNP Markov_NNP model_NN Modern_NNP general-purpose_JJ speech_NN recognition_NN systems_NNS are_VBP based_VBN on_IN Hidden_NNP Markov_NNP Models_NNS ._. +These_DT are_VBP statistical_JJ models_NNS that_IN output_NN a_DT sequence_NN of_IN symbols_NNS or_CC quantities_NNS ._. +HMMs_NNS are_VBP used_VBN in_IN speech_NN recognition_NN because_IN a_DT speech_NN signal_NN can_MD be_VB viewed_VBN as_IN a_DT piecewise_JJ stationary_JJ signal_NN or_CC a_DT short-time_JJ stationary_JJ signal_NN ._. +In_IN a_DT short_JJ time-scales_NNS -LRB-_-LRB- e.g._FW ,_, 10_CD milliseconds_NNS -RRB-_-RRB- ,_, speech_NN can_MD be_VB approximated_VBN as_IN a_DT stationary_JJ process_NN ._. +Speech_NN can_MD be_VB thought_VBN of_IN as_IN a_DT Markov_NNP model_NN for_IN many_JJ stochastic_JJ purposes_NNS ._. +Another_DT reason_NN why_WRB HMMs_NNS are_VBP popular_JJ is_VBZ because_IN they_PRP can_MD be_VB trained_VBN automatically_RB and_CC are_VBP simple_JJ and_CC computationally_RB feasible_JJ to_TO use_VB ._. +In_IN speech_NN recognition_NN ,_, the_DT hidden_JJ Markov_NNP model_NN would_MD output_NN a_DT sequence_NN of_IN n-dimensional_JJ real-valued_JJ vectors_NNS -LRB-_-LRB- with_IN n_NN being_VBG a_DT small_JJ integer_NN ,_, such_JJ as_IN 10_CD -RRB-_-RRB- ,_, outputting_VBG one_CD of_IN these_DT every_DT 10_CD milliseconds_NNS ._. +The_DT vectors_NNS would_MD consist_VB of_IN cepstral_JJ coefficients_NNS ,_, which_WDT are_VBP obtained_VBN by_IN taking_VBG a_DT Fourier_NN transform_VB of_IN a_DT short_JJ time_NN window_NN of_IN speech_NN and_CC decorrelating_VBG the_DT spectrum_NN using_VBG a_DT cosine_NN transform_VB ,_, then_RB taking_VBG the_DT first_JJ -LRB-_-LRB- most_RBS significant_JJ -RRB-_-RRB- coefficients_NNS ._. +The_DT hidden_JJ Markov_NNP model_NN will_MD tend_VB to_TO have_VB in_IN each_DT state_NN a_DT statistical_JJ distribution_NN that_WDT is_VBZ a_DT mixture_NN of_IN diagonal_JJ covariance_NN Gaussians_NNP ,_, which_WDT will_MD give_VB a_DT likelihood_NN for_IN each_DT observed_VBN vector_NN ._. +Each_DT word_NN ,_, or_CC -LRB-_-LRB- for_IN more_RBR general_JJ speech_NN recognition_NN systems_NNS -RRB-_-RRB- ,_, each_DT phoneme_NN ,_, will_MD have_VB a_DT different_JJ output_NN distribution_NN ;_: a_DT hidden_JJ Markov_NNP model_NN for_IN a_DT sequence_NN of_IN words_NNS or_CC phonemes_NNS is_VBZ made_VBN by_IN concatenating_VBG the_DT individual_JJ trained_JJ hidden_JJ Markov_NNP models_NNS for_IN the_DT separate_JJ words_NNS and_CC phonemes_NNS ._. +Described_VBN above_RB are_VBP the_DT core_NN elements_NNS of_IN the_DT most_RBS common_JJ ,_, HMM-based_JJ approach_NN to_TO speech_NN recognition_NN ._. +Modern_NNP speech_NN recognition_NN systems_NNS use_VBP various_JJ combinations_NNS of_IN a_DT number_NN of_IN standard_JJ techniques_NNS in_IN order_NN to_TO improve_VB results_NNS over_IN the_DT basic_JJ approach_NN described_VBN above_IN ._. +A_DT typical_JJ large-vocabulary_JJ system_NN would_MD need_VB context_NN dependency_NN for_IN the_DT phonemes_NNS -LRB-_-LRB- so_IN phonemes_NNS with_IN different_JJ left_JJ and_CC right_JJ context_NN have_VBP different_JJ realizations_NNS as_IN HMM_NN states_NNS -RRB-_-RRB- ;_: it_PRP would_MD use_VB cepstral_JJ normalization_NN to_TO normalize_VB for_IN different_JJ speaker_NN and_CC recording_NN conditions_NNS ;_: for_IN further_JJ speaker_NN normalization_NN it_PRP might_MD use_VB vocal_JJ tract_NN length_NN normalization_NN -LRB-_-LRB- VTLN_NN -RRB-_-RRB- for_IN male-female_JJ normalization_NN and_CC maximum_NN likelihood_NN linear_JJ regression_NN -LRB-_-LRB- MLLR_NN -RRB-_-RRB- for_IN more_RBR general_JJ speaker_NN adaptation_NN ._. +The_DT features_NNS would_MD have_VB so-called_JJ delta_NN and_CC delta-delta_NN coefficients_NNS to_TO capture_VB speech_NN dynamics_NNS and_CC in_IN addition_NN might_MD use_VB heteroscedastic_JJ linear_JJ discriminant_JJ analysis_NN -LRB-_-LRB- HLDA_NN -RRB-_-RRB- ;_: or_CC might_MD skip_VB the_DT delta_NN and_CC delta-delta_NN coefficients_NNS and_CC use_NN splicing_NN and_CC an_DT LDA-based_JJ projection_NN followed_VBD perhaps_RB by_IN heteroscedastic_JJ linear_JJ discriminant_JJ analysis_NN or_CC a_DT global_JJ semitied_JJ covariance_NN transform_VB -LRB-_-LRB- also_RB known_VBN as_IN maximum_JJ likelihood_NN linear_NN transform_VBP ,_, or_CC MLLT_NN -RRB-_-RRB- ._. +Many_JJ systems_NNS use_VBP so-called_JJ discriminative_JJ training_NN techniques_NNS that_WDT dispense_VBP with_IN a_DT purely_RB statistical_JJ approach_NN to_TO HMM_NN parameter_NN estimation_NN and_CC instead_RB optimize_VB some_DT classification-related_JJ measure_NN of_IN the_DT training_NN data_NNS ._. +Examples_NNS are_VBP maximum_JJ mutual_JJ information_NN -LRB-_-LRB- MMI_NNP -RRB-_-RRB- ,_, minimum_JJ classification_NN error_NN -LRB-_-LRB- MCE_NN -RRB-_-RRB- and_CC minimum_JJ phone_NN error_NN -LRB-_-LRB- MPE_NN -RRB-_-RRB- ._. +Decoding_NN of_IN the_DT speech_NN -LRB-_-LRB- the_DT term_NN for_IN what_WP happens_VBZ when_WRB the_DT system_NN is_VBZ presented_VBN with_IN a_DT new_JJ utterance_NN and_CC must_MD compute_VB the_DT most_RBS likely_JJ source_NN sentence_NN -RRB-_-RRB- would_MD probably_RB use_VB the_DT Viterbi_NNP algorithm_NN to_TO find_VB the_DT best_JJS path_NN ,_, and_CC here_RB there_EX is_VBZ a_DT choice_NN between_IN dynamically_RB creating_VBG a_DT combination_NN hidden_VBN Markov_NNP model_NN ,_, which_WDT includes_VBZ both_CC the_DT acoustic_JJ and_CC language_NN model_NN information_NN ,_, and_CC combining_VBG it_PRP statically_RB beforehand_RB -LRB-_-LRB- the_DT finite_JJ state_NN transducer_NN ,_, or_CC FST_NN ,_, approach_NN -RRB-_-RRB- ._. +A_DT possible_JJ improvement_NN to_TO decoding_NN is_VBZ to_TO keep_VB a_DT set_NN of_IN good_JJ candidates_NNS instead_RB of_IN just_RB keeping_VBG the_DT best_JJS candidate_NN ,_, and_CC to_TO use_VB a_DT better_JJR scoring_VBG function_NN -LRB-_-LRB- rescoring_NN -RRB-_-RRB- to_TO rate_VB these_DT good_JJ candidates_NNS so_IN that_IN we_PRP may_MD pick_VB the_DT best_JJS one_NN according_VBG to_TO this_DT refined_JJ score_NN ._. +The_DT set_NN of_IN candidates_NNS can_MD be_VB kept_VBN either_CC as_IN a_DT list_NN -LRB-_-LRB- the_DT N-best_NN list_NN approach_NN -RRB-_-RRB- or_CC as_IN a_DT subset_NN of_IN the_DT models_NNS -LRB-_-LRB- a_DT lattice_NN -RRB-_-RRB- ._. +Rescoring_NNP is_VBZ usually_RB done_VBN by_IN trying_VBG to_TO minimize_VB the_DT Bayes_NNP risk_NN -LRB-_-LRB- or_CC an_DT approximation_NN thereof_RB -RRB-_-RRB- :_: Instead_RB of_IN taking_VBG the_DT source_NN sentence_NN with_IN maximal_JJ probability_NN ,_, we_PRP try_VBP to_TO take_VB the_DT sentence_NN that_WDT minimizes_VBZ the_DT expectancy_NN of_IN a_DT given_VBN loss_NN function_NN with_IN regards_VBZ to_TO all_DT possible_JJ transcriptions_NNS -LRB-_-LRB- i.e._FW ,_, we_PRP take_VBP the_DT sentence_NN that_WDT minimizes_VBZ the_DT average_JJ distance_NN to_TO other_JJ possible_JJ sentences_NNS weighted_VBN by_IN their_PRP$ estimated_VBN probability_NN -RRB-_-RRB- ._. +The_DT loss_NN function_NN is_VBZ usually_RB the_DT Levenshtein_NNP distance_NN ,_, though_IN it_PRP can_MD be_VB different_JJ distances_NNS for_IN specific_JJ tasks_NNS ;_: the_DT set_NN of_IN possible_JJ transcriptions_NNS is_VBZ ,_, of_IN course_NN ,_, pruned_VBN to_TO maintain_VB tractability_NN ._. +Efficient_JJ algorithms_NNS have_VBP been_VBN devised_VBN to_TO rescore_VB lattices_NNS represented_VBN as_IN weighted_JJ finite_JJ state_NN transducers_NNS with_IN edit_NN distances_NNS represented_VBD themselves_PRP as_IN a_DT finite_JJ state_NN transducer_NN verifying_VBG certain_JJ assumptions_NNS ._. +Dynamic_NNP time_NN warping_NN -LRB-_-LRB- DTW_NN -RRB-_-RRB- -_: based_VBN speech_NN recognition_NN Main_NNP article_NN :_: Dynamic_NNP time_NN warping_VBG Dynamic_NNP time_NN warping_NN is_VBZ an_DT approach_NN that_WDT was_VBD historically_RB used_VBN for_IN speech_NN recognition_NN but_CC has_VBZ now_RB largely_RB been_VBN displaced_VBN by_IN the_DT more_RBR successful_JJ HMM-based_JJ approach_NN ._. +Dynamic_NNP time_NN warping_NN is_VBZ an_DT algorithm_NN for_IN measuring_VBG similarity_NN between_IN two_CD sequences_NNS that_WDT may_MD vary_VB in_IN time_NN or_CC speed_NN ._. +For_IN instance_NN ,_, similarities_NNS in_IN walking_NN patterns_NNS would_MD be_VB detected_VBN ,_, even_RB if_IN in_IN one_CD video_NN the_DT person_NN was_VBD walking_VBG slowly_RB and_CC if_IN in_IN another_DT he_PRP or_CC she_PRP were_VBD walking_VBG more_RBR quickly_RB ,_, or_CC even_RB if_IN there_EX were_VBD accelerations_NNS and_CC decelerations_NNS during_IN the_DT course_NN of_IN one_CD observation_NN ._. +DTW_NNP has_VBZ been_VBN applied_VBN to_TO video_NN ,_, audio_NN ,_, and_CC graphics_NNS --_: indeed_RB ,_, any_DT data_NNS that_WDT can_MD be_VB turned_VBN into_IN a_DT linear_JJ representation_NN can_MD be_VB analyzed_VBN with_IN DTW_NN ._. +A_DT well-known_JJ application_NN has_VBZ been_VBN automatic_JJ speech_NN recognition_NN ,_, to_TO cope_VB with_IN different_JJ speaking_NN speeds_NNS ._. +In_IN general_JJ ,_, it_PRP is_VBZ a_DT method_NN that_WDT allows_VBZ a_DT computer_NN to_TO find_VB an_DT optimal_JJ match_NN between_IN two_CD given_VBN sequences_NNS -LRB-_-LRB- e.g._FW ,_, time_NN series_NN -RRB-_-RRB- with_IN certain_JJ restrictions_NNS ._. +That_DT is_VBZ ,_, the_DT sequences_NNS are_VBP ``_`` warped_JJ ''_'' non-linearly_JJ to_TO match_VB each_DT other_JJ ._. +This_DT sequence_NN alignment_NN method_NN is_VBZ often_RB used_VBN in_IN the_DT context_NN of_IN hidden_JJ Markov_NNP models_NNS ..._: ._. +Neural_JJ networks_NNS Main_NNP article_NN :_: Neural_JJ networks_NNS Neural_JJ networks_NNS emerged_VBD as_IN an_DT attractive_JJ acoustic_JJ modeling_NN approach_NN in_IN ASR_NNP in_IN the_DT late_JJ 1980s_NNS ._. +Since_IN then_RB ,_, neural_JJ networks_NNS have_VBP been_VBN used_VBN in_IN many_JJ aspects_NNS of_IN speech_NN recognition_NN such_JJ as_IN phoneme_NN classification_NN ,_, isolated_VBN word_NN recognition_NN ,_, and_CC speaker_NN adaptation_NN ._. +In_IN contrast_NN to_TO HMMs_NNS ,_, neural_JJ networks_NNS make_VBP no_DT assumptions_NNS about_IN feature_NN statistical_JJ properties_NNS and_CC have_VBP several_JJ qualities_NNS making_VBG them_PRP attractive_JJ recognition_NN models_NNS for_IN speech_NN recognition_NN ._. +When_WRB used_VBN to_TO estimate_VB the_DT probabilities_NNS of_IN a_DT speech_NN feature_NN segment_NN ,_, neural_JJ networks_NNS allow_VBP discriminative_JJ training_NN in_IN a_DT natural_JJ and_CC efficient_JJ manner_NN ._. +Few_JJ assumptions_NNS on_IN the_DT statistics_NNS of_IN input_NN features_NNS are_VBP made_VBN with_IN neural_JJ networks_NNS ._. +However_RB ,_, in_IN spite_NN of_IN their_PRP$ effectiveness_NN in_IN classifying_VBG short-time_JJ units_NNS such_JJ as_IN individual_JJ phones_NNS and_CC isolated_VBN words_NNS ,_, neural_JJ networks_NNS are_VBP rarely_RB successful_JJ for_IN continuous_JJ recognition_NN tasks_NNS ,_, largely_RB because_IN of_IN their_PRP$ lack_NN of_IN ability_NN to_TO model_VB temporal_JJ dependencies_NNS ._. +Thus_RB ,_, one_CD alternative_JJ approach_NN is_VBZ to_TO use_VB neural_JJ networks_NNS as_IN a_DT pre-processing_FW e.g._FW feature_NN transformation_NN ,_, dimensionality_NN reduction_NN ,_, for_IN the_DT HMM_NNP based_VBN recognition_NN ._. +Further_JJ information_NN Popular_NNP speech_NN recognition_NN conferences_NNS held_VBD each_DT year_NN or_CC two_CD include_VBP SpeechTEK_NN and_CC SpeechTEK_NN Europe_NN ,_, ICASSP_NN ,_, Eurospeech\/ICSLP_NN -LRB-_-LRB- now_RB named_VBN Interspeech_NNP -RRB-_-RRB- and_CC the_DT IEEE_NNP ASRU_NNP ._. +Conferences_NNS in_IN the_DT field_NN of_IN Natural_JJ language_NN processing_NN ,_, such_JJ as_IN ACL_NN ,_, NAACL_NN ,_, EMNLP_NN ,_, and_CC HLT_NNP ,_, are_VBP beginning_VBG to_TO include_VB papers_NNS on_IN speech_NN processing_NN ._. +Important_JJ journals_NNS include_VBP the_DT IEEE_NNP Transactions_NNS on_IN Speech_NNP and_CC Audio_NNP Processing_NNP -LRB-_-LRB- now_RB named_VBN IEEE_NN Transactions_NNS on_IN Audio_NNP ,_, Speech_NNP and_CC Language_NNP Processing_NNP -RRB-_-RRB- ,_, Computer_NNP Speech_NNP and_CC Language_NNP ,_, and_CC Speech_NNP Communication_NNP ._. +Books_NNS like_IN ``_`` Fundamentals_NNS of_IN Speech_NN Recognition_NN ''_'' by_IN Lawrence_NNP Rabiner_NNP can_MD be_VB useful_JJ to_TO acquire_VB basic_JJ knowledge_NN but_CC may_MD not_RB be_VB fully_RB up_IN to_TO date_NN -LRB-_-LRB- 1993_CD -RRB-_-RRB- ._. +A_DT very_RB recent_JJ book_NN -LRB-_-LRB- Dec._NNP 2011_CD -RRB-_-RRB- ,_, ``_`` Fundamentals_NNS of_IN Speaker_NNP Recognition_NN ''_'' by_IN Homayoon_NNP Beigi_NNP covers_VBZ the_DT more_RBR recent_JJ developments_NNS in_IN some_DT detail_NN ._. +Although_IN the_DT title_NN concentrates_VBZ on_IN speaker_NN recognition_NN ,_, but_CC a_DT large_JJ portion_NN of_IN the_DT book_NN applies_VBZ directly_RB to_TO speech_NN recognition_NN ,_, with_IN a_DT lot_NN of_IN valuable_JJ detailed_JJ background_NN material_NN ._. +Another_DT good_JJ source_NN can_MD be_VB ``_`` Statistical_JJ Methods_NNS for_IN Speech_NN Recognition_NN ''_'' by_IN Frederick_NNP Jelinek_NNP and_CC ``_`` Spoken_NNP Language_NNP Processing_NNP -LRB-_-LRB- 2001_CD -RRB-_-RRB- ''_'' by_IN Xuedong_NNP Huang_NNP etc._NN ._. +More_RBR up_RB to_TO date_NN is_VBZ ``_`` Computer_NNP Speech_NNP ''_'' ,_, by_IN Manfred_NNP R._NNP Schroeder_NNP ,_, second_JJ edition_NN published_VBN in_IN 2004_CD ._. +The_DT recently_RB updated_VBN textbook_NN of_IN ``_`` Speech_NN and_CC Language_NN Processing_NN -LRB-_-LRB- 2008_CD -RRB-_-RRB- ''_'' by_IN Jurafsky_NNP and_CC Martin_NNP presents_VBZ the_DT basics_NNS and_CC the_DT state_NN of_IN the_DT art_NN for_IN ASR_NNP ._. +A_DT good_JJ insight_NN into_IN the_DT techniques_NNS used_VBN in_IN the_DT best_JJS modern_JJ systems_NNS can_MD be_VB gained_VBN by_IN paying_VBG attention_NN to_TO government_NN sponsored_VBD evaluations_NNS such_JJ as_IN those_DT organised_VBN by_IN DARPA_NNP -LRB-_-LRB- the_DT largest_JJS speech_NN recognition-related_JJ project_NN ongoing_JJ as_IN of_IN 2007_CD is_VBZ the_DT GALE_NNP project_NN ,_, which_WDT involves_VBZ both_CC speech_NN recognition_NN and_CC translation_NN components_NNS -RRB-_-RRB- ._. +In_IN terms_NNS of_IN freely_RB available_JJ resources_NNS ,_, Carnegie_NNP Mellon_NNP University_NNP 's_POS SPHINX_NNP toolkit_NN is_VBZ one_CD place_NN to_TO start_VB to_TO both_DT learn_VBP about_IN speech_NN recognition_NN and_CC to_TO start_VB experimenting_VBG ._. +Another_DT resource_NN -LRB-_-LRB- free_JJ as_IN in_IN free_JJ beer_NN ,_, not_RB as_IN in_IN free_JJ speech_NN -RRB-_-RRB- is_VBZ the_DT HTK_NN book_NN -LRB-_-LRB- and_CC the_DT accompanying_VBG HTK_NN toolkit_NN -RRB-_-RRB- ._. +The_DT AT&T_NNP libraries_NNS GRM_NNP library_NN ,_, and_CC DCD_NNP library_NN are_VBP also_RB general_JJ software_NN libraries_NNS for_IN large-vocabulary_JJ speech_NN recognition_NN ._. +For_IN more_JJR software_NN resources_NNS ,_, see_VBP List_NN of_IN speech_NN recognition_NN software_NN ._. +A_DT useful_JJ review_NN of_IN the_DT area_NN of_IN robustness_NN in_IN ASR_NNP is_VBZ provided_VBN by_IN Junqua_NNP and_CC Haton_NNP -LRB-_-LRB- 1995_CD -RRB-_-RRB- ._. +People_NNS with_IN disabilities_NNS People_NNS with_IN disabilities_NNS can_MD benefit_VB from_IN speech_NN recognition_NN programs_NNS ._. +For_IN individuals_NNS that_WDT are_VBP Deaf_JJ or_CC Hard_JJ of_IN Hearing_NN ,_, speech_NN recognition_NN software_NN is_VBZ used_VBN to_TO automatically_RB generate_VB a_DT closed-captioning_NN of_IN conversations_NNS such_JJ as_IN discussions_NNS in_IN conference_NN rooms_NNS ,_, classroom_NN lectures_VBZ ,_, and\/or_CC religious_JJ services_NNS ._. +Speech_NN recognition_NN is_VBZ also_RB very_RB useful_JJ for_IN people_NNS who_WP have_VBP difficulty_NN using_VBG their_PRP$ hands_NNS ,_, ranging_VBG from_IN mild_JJ repetitive_JJ stress_NN injuries_NNS to_TO involved_VBN disabilities_NNS that_WDT preclude_VBP using_VBG conventional_JJ computer_NN input_NN devices_NNS ._. +In_IN fact_NN ,_, people_NNS who_WP used_VBD the_DT keyboard_NN a_DT lot_NN and_CC developed_VBD RSI_NNP became_VBD an_DT urgent_JJ early_JJ market_NN for_IN speech_NN recognition_NN ._. +Speech_NN recognition_NN is_VBZ used_VBN in_IN deaf_JJ telephony_NN ,_, such_JJ as_IN voicemail_NN to_TO text_NN ,_, relay_NN services_NNS ,_, and_CC captioned_VBD telephone_NN ._. +Individuals_NNS with_IN learning_VBG disabilities_NNS who_WP have_VBP problems_NNS with_IN thought-to-paper_JJ communication_NN -LRB-_-LRB- essentially_RB they_PRP think_VBP of_IN an_DT idea_NN but_CC it_PRP is_VBZ processed_VBN incorrectly_RB causing_VBG it_PRP to_TO end_VB up_RP differently_RB on_IN paper_NN -RRB-_-RRB- can_MD benefit_VB from_IN the_DT software_NN -LRB-_-LRB- citation_NN needed_VBN -RRB-_-RRB- ._. +-LRB-_-LRB- icon_NN -RRB-_-RRB- This_DT section_NN requires_VBZ expansion_NN ._. +Current_JJ research_NN and_CC funding_NN Measuring_VBG progress_NN in_IN speech_NN recognition_NN performance_NN is_VBZ difficult_JJ and_CC controversial_JJ ._. +Some_DT speech_NN recognition_NN tasks_NNS are_VBP much_RB more_RBR difficult_JJ than_IN others_NNS ._. +Word_NN error_NN rates_NNS on_IN some_DT tasks_NNS are_VBP less_JJR than_IN 1_CD %_NN ._. +On_IN others_NNS they_PRP can_MD be_VB as_RB high_JJ as_IN 50_CD %_NN ._. +Sometimes_RB it_PRP even_RB appears_VBZ that_IN performance_NN is_VBZ going_VBG backward_RB ,_, as_IN researchers_NNS undertake_VBP harder_JJR tasks_NNS that_WDT have_VBP higher_JJR error_NN rates_NNS ._. +Because_IN progress_NN is_VBZ slow_JJ and_CC is_VBZ difficult_JJ to_TO measure_VB ,_, there_EX is_VBZ some_DT perception_NN that_IN performance_NN has_VBZ plateaued_VBN and_CC that_IN funding_NN has_VBZ dried_VBN up_RP or_CC shifted_VBN priorities_NNS ._. +Such_JJ perceptions_NNS are_VBP not_RB new_JJ ._. +In_IN 1969_CD ,_, John_NNP Pierce_NNP wrote_VBD an_DT open_JJ letter_NN that_WDT did_VBD cause_VB much_JJ funding_NN to_TO dry_VB up_RP for_IN several_JJ years_NNS ._. +In_IN 1993_CD there_EX was_VBD a_DT strong_JJ feeling_NN that_IN performance_NN had_VBD plateaued_VBN and_CC there_EX were_VBD workshops_NNS dedicated_VBN to_TO the_DT issue_NN ._. +However_RB ,_, in_IN the_DT 1990s_CD ,_, funding_VBG continued_VBN more_RBR or_CC less_RBR uninterrupted_JJ and_CC performance_NN continued_VBD ,_, slowly_RB but_CC steadily_RB ,_, to_TO improve_VB ._. +For_IN the_DT past_JJ thirty_CD years_NNS ,_, speech_NN recognition_NN research_NN has_VBZ been_VBN characterized_VBN by_IN the_DT steady_JJ accumulation_NN of_IN small_JJ incremental_JJ improvements_NNS ._. +There_EX has_VBZ also_RB been_VBN a_DT trend_NN to_TO change_VB focus_NN to_TO more_RBR difficult_JJ tasks_NNS due_JJ both_DT to_TO progress_VB in_IN speech_NN recognition_NN performance_NN and_CC to_TO the_DT availability_NN of_IN faster_JJR computers_NNS ._. +In_IN particular_JJ ,_, this_DT shifting_VBG to_TO more_RBR difficult_JJ tasks_NNS has_VBZ characterized_VBN DARPA_NNP funding_NN of_IN speech_NN recognition_NN since_IN the_DT 1980s_CD ._. +In_IN the_DT last_JJ decade_NN ,_, it_PRP has_VBZ continued_VBN with_IN the_DT EARS_NNS project_NN ,_, which_WDT undertook_VBD recognition_NN of_IN Mandarin_NNP and_CC Arabic_NNP in_IN addition_NN to_TO English_NNP ,_, and_CC the_DT GALE_NNP project_NN ,_, which_WDT focused_VBD solely_RB on_IN Mandarin_NNP and_CC Arabic_JJ and_CC required_JJ translation_NN simultaneously_RB with_IN speech_NN recognition_NN ._. +Commercial_JJ research_NN and_CC other_JJ academic_JJ research_NN also_RB continue_VBP to_TO focus_VB on_IN increasingly_RB difficult_JJ problems_NNS ._. +One_CD key_JJ area_NN is_VBZ to_TO improve_VB robustness_NN of_IN speech_NN recognition_NN performance_NN ,_, not_RB just_RB robustness_NN against_IN noise_NN but_CC robustness_NN against_IN any_DT condition_NN that_WDT causes_VBZ a_DT major_JJ degradation_NN in_IN performance_NN ._. +Another_DT key_JJ area_NN of_IN research_NN is_VBZ focused_VBN on_IN an_DT opportunity_NN rather_RB than_IN a_DT problem_NN ._. +This_DT research_NN attempts_VBZ to_TO take_VB advantage_NN of_IN the_DT fact_NN that_IN in_IN many_JJ applications_NNS there_EX is_VBZ a_DT large_JJ quantity_NN of_IN speech_NN data_NNS available_JJ ,_, up_RB to_TO millions_NNS of_IN hours_NNS ._. +It_PRP is_VBZ too_RB expensive_JJ to_TO have_VB humans_NNS transcribe_VBP such_JJ large_JJ quantities_NNS of_IN speech_NN ,_, so_IN the_DT research_NN focus_NN is_VBZ on_IN developing_VBG new_JJ methods_NNS of_IN machine_NN learning_NN that_WDT can_MD effectively_RB utilize_VB large_JJ quantities_NNS of_IN unlabeled_JJ data_NNS ._. +Another_DT area_NN of_IN research_NN is_VBZ better_JJR understanding_NN of_IN human_JJ capabilities_NNS and_CC to_TO use_VB this_DT understanding_NN to_TO improve_VB machine_NN recognition_NN performance_NN ._. +Speech_NN segmentation_NN is_VBZ the_DT process_NN of_IN identifying_VBG the_DT boundaries_NNS between_IN words_NNS ,_, syllables_NNS ,_, or_CC phonemes_NNS in_IN spoken_VBN natural_JJ languages_NNS ._. +The_DT term_NN applies_VBZ both_DT to_TO the_DT mental_JJ processes_NNS used_VBN by_IN humans_NNS ,_, and_CC to_TO artificial_JJ processes_NNS of_IN natural_JJ language_NN processing_NN ._. +Speech_NN segmentation_NN is_VBZ an_DT important_JJ subproblem_NN of_IN speech_NN recognition_NN ,_, and_CC can_MD not_RB be_VB adequately_RB solved_VBN in_IN isolation_NN ._. +As_IN in_IN most_JJS natural_JJ language_NN processing_NN problems_NNS ,_, one_PRP must_MD take_VB into_IN account_NN context_NN ,_, grammar_NN ,_, and_CC semantics_NNS ,_, and_CC even_RB so_IN the_DT result_NN is_VBZ often_RB a_DT probabilistic_JJ division_NN rather_RB than_IN a_DT categorical_NN ._. +A_DT comprehensive_JJ survey_NN of_IN speech_NN segmentation_NN problems_NNS and_CC techniques_NNS can_MD be_VB seen_VBN in_IN ._. +Some_DT writing_VBG systems_NNS indicate_VBP speech_NN segmentation_NN between_IN words_NNS by_IN a_DT word_NN divider_NN ,_, such_JJ as_IN the_DT space_NN ._. +The_DT difficulty_NN of_IN this_DT problem_NN is_VBZ compounded_VBN by_IN the_DT phenomenon_NN of_IN co-articulation_NN of_IN speech_NN sounds_NNS ,_, where_WRB one_PRP may_MD be_VB modified_VBN in_IN various_JJ ways_NNS by_IN the_DT adjacent_JJ sounds_NNS :_: it_PRP may_MD blend_VB smoothly_RB with_IN them_PRP ,_, fuse_NN with_IN them_PRP ,_, split_NN ,_, or_CC even_RB disappear_VB ._. +This_DT phenomenon_NN may_MD happen_VB between_IN adjacent_JJ words_NNS just_RB as_RB easily_RB as_IN within_IN a_DT single_JJ word_NN ._. +The_DT notion_NN that_IN speech_NN is_VBZ produced_VBN like_IN writing_NN ,_, as_IN a_DT sequence_NN of_IN distinct_JJ vowels_NNS and_CC consonants_NNS ,_, is_VBZ a_DT relic_NN of_IN our_PRP$ alphabetic_JJ heritage_NN -LRB-_-LRB- citation_NN needed_VBN -RRB-_-RRB- ._. +In_IN fact_NN ,_, the_DT way_NN we_PRP produce_VBP vowels_NNS depends_VBZ on_IN the_DT surrounding_JJ consonants_NNS and_CC the_DT way_NN we_PRP produce_VBP consonants_NNS depends_VBZ on_IN the_DT surrounding_JJ vowels_NNS ._. +For_IN example_NN ,_, when_WRB we_PRP say_VBP `_`` kit_NN '_'' ,_, the_DT -LRB-_-LRB- k_NN -RRB-_-RRB- is_VBZ farther_RBR forward_RB than_IN when_WRB we_PRP say_VBP `_`` caught_VBN '_'' ._. +But_CC also_RB the_DT vowel_NN in_IN `_`` kick_NN '_'' is_VBZ phonetically_RB different_JJ from_IN the_DT vowel_NN in_IN `_`` kit_NN '_'' ,_, though_IN we_PRP normally_RB do_VBP not_RB hear_VB this_DT ._. +In_IN addition_NN ,_, there_EX are_VBP language-specific_JJ changes_NNS which_WDT occur_VBP on_IN casual_JJ speech_NN which_WDT makes_VBZ it_PRP quite_RB different_JJ from_IN spelling_NN ._. +For_IN example_NN ,_, in_IN English_NNP ,_, the_DT phrase_NN `_`` hit_VB you_PRP '_'' could_MD often_RB be_VB more_RBR appropriately_RB spelled_VBN `_`` hitcha_NN '_'' ._. +Therefore_RB ,_, even_RB with_IN the_DT best_JJS algorithms_NNS ,_, the_DT result_NN of_IN phonetic_JJ segmentation_NN will_MD usually_RB be_VB very_RB distant_JJ from_IN the_DT standard_JJ written_JJ language_NN ._. +For_IN this_DT reason_NN ,_, the_DT lexical_JJ and_CC syntactic_JJ parsing_NN of_IN spoken_VBN text_NN normally_RB requires_VBZ specialized_JJ algorithms_NNS ,_, distinct_JJ from_IN those_DT used_VBN for_IN parsing_VBG written_VBN text_NN ._. +Statistical_JJ models_NNS can_MD be_VB used_VBN to_TO segment_NN and_CC align_NN recorded_VBD speech_NN to_TO words_NNS or_CC phones_NNS ._. +Applications_NNS include_VBP automatic_JJ lip-synch_JJ timing_NN for_IN cartoon_NN animation_NN ,_, follow-the-bouncing-ball_JJ video_NN sub-titling_NN ,_, and_CC linguistic_JJ research_NN ._. +Automatic_NNP segmentation_NN and_CC alignment_NN software_NN is_VBZ commercially_RB available_JJ ._. +Lexical_JJ segmentation_NN In_IN all_DT natural_JJ languages_NNS ,_, the_DT meaning_NN of_IN a_DT complex_JJ spoken_VBN sentence_NN -LRB-_-LRB- which_WDT often_RB has_VBZ never_RB been_VBN heard_VBN or_CC uttered_VBN before_RB -RRB-_-RRB- can_MD be_VB understood_VBN only_RB by_IN decomposing_VBG it_PRP into_IN smaller_JJR lexical_JJ segments_NNS -LRB-_-LRB- roughly_RB ,_, the_DT words_NNS of_IN the_DT language_NN -RRB-_-RRB- ,_, associating_VBG a_DT meaning_NN to_TO each_DT segment_NN ,_, and_CC then_RB combining_VBG those_DT meanings_NNS according_VBG to_TO the_DT grammar_NN rules_NNS of_IN the_DT language_NN ._. +The_DT recognition_NN of_IN each_DT lexical_JJ segment_NN in_IN turn_NN requires_VBZ its_PRP$ decomposition_NN into_IN a_DT sequence_NN of_IN discrete_JJ phonetic_JJ segments_NNS and_CC mapping_VBG each_DT segment_NN to_TO one_CD element_NN of_IN a_DT finite_JJ set_NN of_IN elementary_JJ sounds_NNS -LRB-_-LRB- roughly_RB ,_, the_DT phonemes_NNS of_IN the_DT language_NN -RRB-_-RRB- ;_: the_DT meaning_NN then_RB can_MD be_VB found_VBN by_IN standard_JJ table_NN lookup_NN algorithms_NNS ._. +For_IN most_JJS spoken_VBN languages_NNS ,_, the_DT boundaries_NNS between_IN lexical_JJ units_NNS are_VBP surprisingly_RB difficult_JJ to_TO identify_VB ._. +One_CD might_MD expect_VB that_IN the_DT inter-word_JJ spaces_NNS used_VBN by_IN many_JJ written_JJ languages_NNS ,_, like_IN English_NNP or_CC Spanish_NNP ,_, would_MD correspond_VB to_TO pauses_VBZ in_IN their_PRP$ spoken_VBN version_NN ;_: but_CC that_DT is_VBZ true_JJ only_RB in_IN very_RB slow_JJ speech_NN ,_, when_WRB the_DT speaker_NN deliberately_RB inserts_NNS those_DT pauses_VBZ ._. +In_IN normal_JJ speech_NN ,_, one_CD typically_RB finds_VBZ many_JJ consecutive_JJ words_NNS being_VBG said_VBD with_IN no_DT pauses_VBZ between_IN them_PRP ,_, and_CC often_RB the_DT final_JJ sounds_NNS of_IN one_CD word_NN blend_VB smoothly_RB or_CC fuse_NN with_IN the_DT initial_JJ sounds_NNS of_IN the_DT next_JJ word_NN ._. +Moreover_RB ,_, an_DT utterance_NN can_MD have_VB different_JJ meanings_NNS depending_VBG on_IN how_WRB it_PRP is_VBZ split_VBN into_IN words_NNS ._. +A_DT popular_JJ example_NN ,_, often_RB quoted_VBN in_IN the_DT field_NN ,_, is_VBZ the_DT phrase_NN How_WRB to_TO wreck_VB a_DT nice_JJ beach_NN ,_, which_WDT sounds_VBZ very_RB similar_JJ to_TO How_WRB to_TO recognize_VB speech_NN ._. +As_IN this_DT example_NN shows_VBZ ,_, proper_JJ lexical_JJ segmentation_NN depends_VBZ on_IN context_NN and_CC semantics_NNS which_WDT draws_VBZ on_IN the_DT whole_NN of_IN human_JJ knowledge_NN and_CC experience_NN ,_, and_CC would_MD thus_RB require_VB advanced_JJ pattern_NN recognition_NN and_CC artificial_JJ intelligence_NN technologies_NNS to_TO be_VB implemented_VBN on_IN a_DT computer_NN ._. +This_DT problem_NN overlaps_VBZ to_TO some_DT extent_NN with_IN the_DT problem_NN of_IN text_NN segmentation_NN that_WDT occurs_VBZ in_IN some_DT languages_NNS which_WDT are_VBP traditionally_RB written_VBN without_IN inter-word_JJ spaces_NNS ,_, like_IN Chinese_NNP and_CC Japanese_NNP ._. +However_RB ,_, even_RB for_IN those_DT languages_NNS ,_, text_NN segmentation_NN is_VBZ often_RB much_RB easier_JJR than_IN speech_NN segmentation_NN ,_, because_IN the_DT written_VBN language_NN usually_RB has_VBZ little_JJ interference_NN between_IN adjacent_JJ words_NNS ,_, and_CC often_RB contains_VBZ additional_JJ clues_NNS not_RB present_JJ in_IN speech_NN -LRB-_-LRB- such_JJ as_IN the_DT use_NN of_IN Chinese_JJ characters_NNS for_IN word_NN stems_VBZ in_IN Japanese_NNP -RRB-_-RRB- ._. +Text_NN segmentation_NN is_VBZ the_DT process_NN of_IN dividing_VBG written_VBN text_NN into_IN meaningful_JJ units_NNS ,_, such_JJ as_IN words_NNS ,_, sentences_NNS ,_, or_CC topics_NNS ._. +The_DT term_NN applies_VBZ both_DT to_TO mental_JJ processes_NNS used_VBN by_IN humans_NNS when_WRB reading_VBG text_NN ,_, and_CC to_TO artificial_JJ processes_NNS implemented_VBN in_IN computers_NNS ,_, which_WDT are_VBP the_DT subject_NN of_IN natural_JJ language_NN processing_NN ._. +The_DT problem_NN is_VBZ non-trivial_JJ ,_, because_IN while_IN some_DT written_VBN languages_NNS have_VBP explicit_JJ word_NN boundary_NN markers_NNS ,_, such_JJ as_IN the_DT word_NN spaces_NNS of_IN written_VBN English_NNP and_CC the_DT distinctive_JJ initial_JJ ,_, medial_JJ and_CC final_JJ letter_NN shapes_NNS of_IN Arabic_JJ ,_, such_JJ signals_NNS are_VBP sometimes_RB ambiguous_JJ and_CC not_RB present_JJ in_IN all_DT written_VBN languages_NNS ._. +Compare_VB speech_NN segmentation_NN ,_, the_DT process_NN of_IN dividing_VBG speech_NN into_IN linguistically_RB meaningful_JJ portions_NNS ._. +In_IN English_NNP and_CC many_JJ other_JJ languages_NNS using_VBG some_DT form_NN of_IN the_DT Latin_JJ alphabet_NN ,_, the_DT space_NN is_VBZ a_DT good_JJ approximation_NN of_IN a_DT word_NN delimiter_NN ._. +-LRB-_-LRB- Some_DT examples_NNS where_WRB the_DT space_NN character_NN alone_RB may_MD not_RB be_VB sufficient_JJ include_VBP contractions_NNS like_IN ca_MD n't_RB for_IN can_MD not_RB ._. -RRB-_-RRB- +However_RB the_DT equivalent_NN to_TO this_DT character_NN is_VBZ not_RB found_VBN in_IN all_DT written_VBN scripts_NNS ,_, and_CC without_IN it_PRP word_NN segmentation_NN is_VBZ a_DT difficult_JJ problem_NN ._. +Languages_NNS which_WDT do_VBP not_RB have_VB a_DT trivial_JJ word_NN segmentation_NN process_NN include_VBP Chinese_NNP ,_, Japanese_NNP ,_, where_WRB sentences_NNS but_CC not_RB words_NNS are_VBP delimited_VBN ,_, Thai_NNP and_CC Lao_NNP ,_, where_WRB phrases_NNS and_CC sentences_NNS but_CC not_RB words_NNS are_VBP delimited_VBN ,_, and_CC Vietnamese_NNP ,_, where_WRB syllables_NNS but_CC not_RB words_NNS are_VBP delimited_VBN ._. +In_IN some_DT writing_NN systems_NNS however_RB ,_, such_JJ as_IN the_DT Ge'ez_NN script_NN used_VBN for_IN Amharic_NNP and_CC Tigrinya_NNP among_IN other_JJ languages_NNS ,_, words_NNS are_VBP explicitly_RB delimited_VBN -LRB-_-LRB- at_IN least_JJS historically_RB -RRB-_-RRB- with_IN a_DT non-whitespace_JJ character_NN ._. +The_DT Unicode_NNP Consortium_NNP has_VBZ published_VBN a_DT Standard_NNP Annex_NNP on_IN Text_NNP Segmentation_NNP ,_, exploring_VBG the_DT issues_NNS of_IN segmentation_NN in_IN multiscript_JJ texts_NNS ._. +Word_NN splitting_NN is_VBZ the_DT process_NN of_IN parsing_VBG concatenated_VBN text_NN -LRB-_-LRB- i.e._FW text_NN that_WDT contains_VBZ no_DT spaces_NNS or_CC other_JJ word_NN separators_NNS -RRB-_-RRB- to_TO infer_VB where_WRB word_NN breaks_NNS exist_VBP ._. +Word_NN splitting_NN may_MD also_RB refer_VB to_TO the_DT process_NN of_IN hyphenation_NN ._. +Sentence_NN segmentation_NN Sentence_NN segmentation_NN is_VBZ the_DT problem_NN of_IN dividing_VBG a_DT string_NN of_IN written_VBN language_NN into_IN its_PRP$ component_NN sentences_NNS ._. +In_IN English_NNP and_CC some_DT other_JJ languages_NNS ,_, using_VBG punctuation_NN ,_, particularly_RB the_DT full_JJ stop_NN character_NN is_VBZ a_DT reasonable_JJ approximation_NN ._. +However_RB even_RB in_IN English_NNP this_DT problem_NN is_VBZ not_RB trivial_JJ due_JJ to_TO the_DT use_NN of_IN the_DT full_JJ stop_NN character_NN for_IN abbreviations_NNS ,_, which_WDT may_MD or_CC may_MD not_RB also_RB terminate_VB a_DT sentence_NN ._. +For_IN example_NN Mr._NNP is_VBZ not_RB its_PRP$ own_JJ sentence_NN in_IN ``_`` Mr._NNP Smith_NNP went_VBD to_TO the_DT shops_NNS in_IN Jones_NNP Street_NNP ._. ''_'' +When_WRB processing_VBG plain_JJ text_NN ,_, tables_NNS of_IN abbreviations_NNS that_WDT contain_VBP periods_NNS can_MD help_VB prevent_VB incorrect_JJ assignment_NN of_IN sentence_NN boundaries_NNS ._. +As_IN with_IN word_NN segmentation_NN ,_, not_RB all_DT written_VBN languages_NNS contain_VBP punctuation_NN characters_NNS which_WDT are_VBP useful_JJ for_IN approximating_VBG sentence_NN boundaries_NNS ._. +Other_JJ segmentation_NN problems_NNS Processes_NNS may_MD be_VB required_VBN to_TO segment_NN text_NN into_IN segments_NNS besides_IN words_NNS ,_, including_VBG morphemes_NNS -LRB-_-LRB- a_DT task_NN usually_RB called_VBD morphological_JJ analysis_NN -RRB-_-RRB- ,_, paragraphs_NNS ,_, topics_NNS or_CC discourse_NN turns_NNS ._. +A_DT document_NN may_MD contain_VB multiple_JJ topics_NNS ,_, and_CC the_DT task_NN of_IN computerized_JJ text_NN segmentation_NN may_MD be_VB to_TO discover_VB these_DT topics_NNS automatically_RB and_CC segment_NN the_DT text_NN accordingly_RB ._. +The_DT topic_NN boundaries_NNS may_MD be_VB apparent_JJ from_IN section_NN titles_NNS and_CC paragraphs_NNS ._. +In_IN other_JJ cases_NNS one_CD needs_VBZ to_TO use_VB techniques_NNS similar_JJ to_TO those_DT used_VBN in_IN document_NN classification_NN ._. +Many_JJ different_JJ approaches_NNS have_VBP been_VBN tried_VBN ._. +Automatic_NNP segmentation_NN approaches_VBZ Automatic_NNP segmentation_NN is_VBZ the_DT problem_NN in_IN natural_JJ language_NN processing_NN of_IN implementing_VBG a_DT computer_NN process_NN to_TO segment_NN text_NN ._. +When_WRB punctuation_NN and_CC similar_JJ clues_NNS are_VBP not_RB consistently_RB available_JJ ,_, the_DT segmentation_NN task_NN often_RB requires_VBZ fairly_RB non-trivial_JJ techniques_NNS ,_, such_JJ as_IN statistical_JJ decision-making_NN ,_, large_JJ dictionaries_NNS ,_, as_RB well_RB as_IN consideration_NN of_IN syntactic_JJ and_CC semantic_JJ constraints_NNS ._. +Effective_JJ natural_JJ language_NN processing_NN systems_NNS and_CC text_NN segmentation_NN tools_NNS usually_RB operate_VBP on_IN text_NN in_IN specific_JJ domains_NNS and_CC sources_NNS ._. +As_IN an_DT example_NN ,_, processing_NN text_NN used_VBN in_IN medical_JJ records_NNS is_VBZ a_DT very_RB different_JJ problem_NN than_IN processing_VBG news_NN articles_NNS or_CC real_JJ estate_NN advertisements_NNS ._. +The_DT process_NN of_IN developing_VBG text_NN segmentation_NN tools_NNS starts_VBZ with_IN collecting_VBG a_DT large_JJ corpus_NN of_IN text_NN in_IN an_DT application_NN domain_NN ._. +There_EX are_VBP two_CD general_JJ approaches_NNS :_: Manual_JJ analysis_NN of_IN text_NN and_CC writing_VBG custom_NN software_NN Annotate_VBP the_DT sample_NN corpus_NN with_IN boundary_NN information_NN and_CC use_VB Machine_NNP Learning_NNP Some_DT text_NN segmentation_NN systems_NNS take_VBP advantage_NN of_IN any_DT markup_NN like_IN HTML_NNP and_CC know_VB document_NN formats_NNS like_IN PDF_NN to_TO provide_VB additional_JJ evidence_NN for_IN sentence_NN and_CC paragraph_NN boundaries_NNS ._. diff --git a/data/wiki-en-train.pos b/data/wiki-en-train.pos new file mode 100644 index 0000000..a2ac9a7 --- /dev/null +++ b/data/wiki-en-train.pos @@ -0,0 +1,1301 @@ +JJ NN NN -LRB- NN -RRB- VBZ DT NN IN NN NN , JJ NN -LRB- RB VBN NN NN -RRB- , CC NNS VBN IN DT NNS IN NNS CC JJ -LRB- JJ -RRB- NNS . +RB , PRP VBZ DT NN IN DT NN VBG JJ NN IN JJ NN NN CC VBG JJ NN NN . +IN NN , JJ NN NN VBZ DT RB JJ NN IN JJ : NN NN . +JJ NN NN VBZ RB VBN TO IN DT JJ NN IN PRP VBZ TO VB JJ NN IN DT JJ NN CC DT NN TO VB PRP . +NNP NNP VBZ JJ IN , CC JJ TO , DT NN IN JJ NNS VBZ DT NN IN NN . +DT NNP IN NNP NNPS VBZ DT JJ IN VBG IN DT JJ NNS IN NNP . +IN DT JJ NN , DT JJ NN `` JJ NNS '' , NNS PRP IN `` DT JJS VBG NN VBD RB TO DT NN CC NN IN JJ NN NN NNS '' -LRB- NNP NNP -LRB- NNP -RRB- -RRB- NNP NNP NNS VBP VBN IN NN NN , RB JJ NN NN . +NN IN JJ JJ NN NNS VBZ DT NN IN DT NN IN JJ NNS , VBG NNS , NN NN , CC NNS . +IN DT NN IN DT NNS IN NNS RB VBN IN NNP , VBP DT NN IN NN NN . +DT JJ NN NN VBG NN NN IN DT NN NN , DT NN IN DT NN WRB JJ NN NN VBZ DT JJ NN . +IN CD , NNP NNP VBD PRP$ JJ NN `` NNP NNP CC NNP '' WDT VBD WP VBZ RB VBN DT NNP NN IN DT NN IN NN . +DT NN VBZ IN DT NN IN DT NN NN TO VB DT NN IN DT JJ JJ NN IN DT JJ NN , RB RB IN DT NN VBZ JJ TO VB RB : IN DT NN IN DT JJ NN RB : IN DT NN CC DT JJ NN . +DT NNP NN IN CD VBD RB JJ NN IN JJR IN CD JJ NNS IN NNP . +DT NNS VBD IN IN CD CC CD NNS , NN NN MD VB DT VBN NN . +RB , JJ NN VBD RB JJR , CC IN DT NNP NN IN CD , WDT VBD IN CD NNS JJ NN VBD VBN TO VB DT NNS , VBG IN NN NN VBD RB VBN . +JJ JJ NN IN NN NN VBD VBN IN DT JJ NNS , WRB DT JJ JJ NN NN NNS VBD VBN . +DT RB JJ NNP NNS VBD IN DT NNS VBD NNP , DT JJ NN NN VBG IN JJ `` NNS NNS '' IN JJ NNS , CC NNP , DT NN IN DT JJ NN , VBN IN NNP NNP IN CD TO CD . +VBG RB DT NN IN JJ NN CC NN , NNP RB VBD DT RB JJ NN . +WRB DT `` NN '' VBD DT RB JJ NN NN , NNP MD VB DT JJ NN , IN NN , VBG TO `` PRP$ NN VBZ '' IN `` WRB VBP PRP VB PRP$ NN VBZ . '' . +IN DT CD POS JJ NNS VBD TO VB `` JJ NNS POS , WDT VBD JJ NN IN JJ NNS . +NNS VBP NNP -LRB- NNP , CD -RRB- , NNP -LRB- NNP , CD -RRB- , NNS -LRB- NNP , CD -RRB- , NNP -LRB- NNP , CD -RRB- , NN -LRB- NNP , CD -RRB- , NNS -LRB- NNP , CD -RRB- , CC NN NNS -LRB- NNP CD -RRB- . +IN DT NN , JJ NNS VBD VBN VBG NN , NN , CC NNP . +IN TO DT CD , JJS NNP NNS VBD VBN IN JJ NNS IN JJ NNS . +VBG IN DT JJ NNS , RB , EX VBD DT NN IN NN IN DT NN IN NN NN NNS IN NN NN . +DT VBD JJ DT TO DT JJ NN IN JJ NN VBG IN NNP POS NN CC DT JJ VBG IN DT NN IN JJ NNS IN NNS -LRB- FW JJ NN -RRB- , WP$ JJ NNS VBD DT NN IN NN NNS WDT VBZ DT JJ NN TO NN NN . +DT IN DT JJ NN NN NNS , JJ IN NN NNS , VBD NNS IN JJ JJ NNS JJ TO VBG JJ NNS . +RB , RB , NN VBZ VBN IN JJ NNS , WDT VBP JJ , JJ NNS VBN IN VBG JJ NNS TO DT NNS VBG RP DT NN NNS . +DT NN NN NNS IN WDT JJ NN NN NNS RB VBP VBP NNS IN JJ JJ NNS . +JJ NNS VBP RB RBR JJ WRB VBN JJ NN , RB NN WDT VBZ NNS -LRB- IN VBZ RB JJ IN JJ NNS -RRB- , CC VBP RBR JJ NNS WRB VBN IN DT JJR NN VBG JJ NNS . +JJ IN DT JJ JJ NNS VBD IN DT NN IN NN NN , JJ RB TO VB IN NNP NNP , WRB RB RBR JJ JJ NNS VBD VBN . +DT NNS VBD JJ TO VB NN IN VBG JJ JJ NN WDT VBD VBN VBN IN DT NNP IN NNP CC DT NNP NNP IN DT NN IN NNS VBG IN DT NN IN DT JJ NNS IN DT JJ NNS IN DT JJ NNS IN NN . +RB , RBS JJ NNS VBD IN NN RB VBD IN DT NNS VBN IN DT NNS , WDT VBD -LRB- CC RB VBZ TO VB -RRB- DT JJ NN IN DT NN IN DT NNS . +IN DT NN , DT JJ NN IN NN VBZ VBN IN NNS IN RBR RB VBG IN JJ NNS IN NNS . +JJ NN VBZ RB VBN IN JJ CC JJ NN NNS . +JJ NNS VBP JJ TO VB IN NNS WDT VBZ RB VBN JJ IN DT VBN NNS , CC VBG DT NN IN JJ CC JJ NNS . +RB , DT NN VBZ RB RBR JJ IN JJ NN , CC RB VBZ RBR JJ NNS IN DT VBN NN IN NN NNS . +RB , EX VBZ DT JJ NN IN JJ NNS JJ -LRB- VBG , IN JJ NNS , DT JJ NN IN DT NNP NN NN -RRB- , WDT MD RB VB RP IN DT JJ NNS . +NN VBG NN NN IN VBN JJ , JJ NNS TO JJ NN NN -LRB- NN -RRB- VBP VBN IN NN NN . +DT NN IN NN NN VBZ JJ IN DT IN JJS JJ NNS IN NN NN . +JJ NNS IN JJ NNS RB VBD DT JJ NN NN IN JJ NNS IN NNS . +DT JJ NN NNS RB IN VBG JJ NN NNS : RB , IN RB RB , VBN IN JJ NN : TO RB VB JJ NNS IN DT NN IN JJ NN IN JJ JJ NNS . +DT NN -LRB- NN , `` NN '' -RRB- VBZ DT NN IN NNS -LRB- CC RB , JJ NNS -RRB- WDT VBP VBN JJ IN DT JJ NNS TO VB VBN . +VB DT NN IN NN IN NN NN , FW VBG DT JJ NN IN NN IN DT NN IN DT VBN NN , RB CD WDT VBZ RB VBN VBN RB . +DT JJ JJ NN IN DT NN IN NN NN VBZ IN CD NNS , DT NN NN CC DT NN NN . +DT JJ NN : DT NN NN : VBZ NN IN DT NN IN NN NNS , WDT VBZ IN DT JJ NN IN NNS , DT IN WDT VBZ DT JJ NN IN NN VBN TO DT NN . +-LRB- DT NN IN PDT DT NN IN JJ NN VBZ DT NNP NNP . +DT VBZ -LRB- IN JJ NNS -RRB- DT NN IN CD NNS IN DT NNP NNP , VBG NNS IN JJ NNS IN NN , CC CD NNS IN DT NNP NNP NNP . -RRB- +DT NN VBZ VBN CC DT NN NN VBZ VBN IN PRP , VBG IN RB VBN NNS IN VBG DT NN IN NN IN DT NN IN DT NN , RB VBN IN DT NN IN DT NN IN NN , DT NN IN VBG NNS , CC DT RBS JJ NN IN NN IN DT VBG NNS . +DT NN WDT VBZ VBN VBZ RB DT JJS NN WDT MD VB VBN IN RB VBZ CD JJ NNS : TO VB RB RB IN JJ IN DT NN NNS , CC TO VB RB JJ IN JJ -LRB- IN IN DT NN VBZ VBG DT NN NNS , FW IN IN PRP VBZ RB RB IN JJ TO JJ NNS RB IN RB VBG IN NNS WDT VBP RB VBN VBN -RRB- . +IN DT JJ NN -LRB- DT NN NN -RRB- , DT NN WDT VBZ VBN VBN VBZ VBN TO VB JJ NNS . +DT JJ NN IN DT NN IN DT NN NN VBZ VBG DT NN WDT VBZ VBN VBN IN JJ , RB JJ NNS . +PRP VBZ JJ IN DT NNS VBN IN NN VBZ RB DT JJ IN DT NNS VBN IN NN : RB , DT NN NN MD VB RB JJ . +JJ JJ NNS IN NN NN NNS VBP VBN VBN TO NNP NNS . +IN JJ TO DT IN DT NNS VBZ IN PRP VBP IN NN DT JJ NN IN `` NNS '' WDT VBP VBN IN DT NN NNS . +IN DT NN , IN DT JJ NN , JJ NNS MD VB DT NN IN DT NN VBG VBN , DT NN IN DT NNS RB TO DT NN CC NN , DT JJ NN IN DT NN TO DT NN , CC IN DT NN VBG VBN CC PRP$ JJ NNS VBP JJ NNS CC NN NNS . +DT NNS VBP , RB , IN DT NN IN DT NNS VBN . +DT IN DT JJ NNS , JJ IN NN NNS , VBD NNS IN JJ JJ NNS JJ TO DT NNS IN JJ NNS WDT VBD RB JJ . +RB , RB , NN VBZ VBN IN JJ NNS , WDT VBP JJ , JJ NNS VBN IN VBG JJ NNS TO DT NN NN . +JJ NNS VBP DT NN IN PRP MD VB DT JJ NN IN JJ JJ JJ NNS RB IN RB CD , VBG RBR JJ NNS WRB JJ DT NN VBZ VBN IN DT NN IN DT JJR NN . +IN NN , NNS WDT VBP JJ NNS VBP RB RBR JJ WRB VBN JJ NN , RB NN WDT VBZ NNS -LRB- IN VBZ RB JJ IN JJ NNS -RRB- . +NNP VBN IN JJ NNS VBP JJ NNS IN JJ NNS : DT VBG NNS VBN IN NN VBG RB VB IN DT RBS JJ NNS , IN WRB VBG NNS IN NN PRP VBZ RB RB JJ IN DT WRB DT NN MD VB VBN . +NNP NN NNS MD VB NN IN JJ NN NNS TO VB NNS WDT VBP JJ TO JJ NN -LRB- FW VBG NNS CC NNS WDT VBP RB VBN VBN IN -RRB- CC TO JJ NN -LRB- FW IN VBN NNS CC NNS RB VBN -RRB- . +RB , VBG JJ NN RB IN JJ NNS : CC RBR RB , VBG NNS IN JJ NNS WDT VBP JJ NNS : VBZ RB JJ , JJ CC JJ . +NNP VBN IN RB VBG DT NNS MD VB VBN RBR JJ RB IN VBG JJR NN NNS . +RB , NNS VBN IN JJ NNS MD RB VB VBN RBR JJ IN VBG DT NN IN DT NNS , WDT VBZ DT RB RBR JJ NN . +IN JJ , EX VBZ DT NN TO DT NN IN NNS VBN IN JJ NNS , IN WDT DT NNS VBP RBR CC RBR JJ . +RB , VBG JJR NNS TO NN TO JJ NNS RB VBZ DT JJ NN IN DT NN IN NN VBD , RB IN JJ NNS IN DT NN IN DT NN NN . +JJ NNS IN NN DT NN VBZ DT NN IN DT IN DT RBS RB VBN NNS IN NNP . +VB IN DT IN DT NNS VBP JJ JJ NNS , IN NNS RBR RB VB IN NNS WDT VBP VBN TO VB IN VBG JJR NNS . +WP VBZ DT NNS IN JJ JJ CC JJ NN NNS VBZ RB RB DT NN IN NN VBN TO PRP CC DT NN IN IN DT CD EX VBZ RB DT JJ NN NN , DT JJ NN IN VBG DT NN , JJ NN IN WDT DT NN MD VB VBN , CC NNS VBN TO DT JJ NN . +NNP NN : VB DT JJ NN IN DT NN IN NN . +RB VBN TO VB NNS IN NN IN DT JJ NN , JJ IN NNS IN DT JJ NN IN DT NN . +NN NN : VBN DT NN CC JJR NN IN NN , VB WDT NNS -LRB- `` VBZ '' -RRB- VBP TO DT JJ NNS -LRB- `` NNS '' -RRB- . +NN NN VBZ DT JJ NN IN DT NN , CC VBZ RB VBN IN VBG RP NNS IN DT NNS CC NNS IN PRP VBP TO . +IN NN , IN DT NN JJ IN `` PRP VBD NNP POS NN IN DT JJ NN '' , `` DT JJ NN '' VBZ DT VBG NN CC DT VBG NN TO VB VBN VBZ DT NN IN DT NN VBG VBN TO VBZ DT JJ NN IN NNP POS NN -LRB- RB IN IN DT JJ NN WDT MD RB VB VBN TO -RRB- . +NN NN : DT NN VBZ DT NN IN JJ NNS . +CD NN VBZ VBG DT NN NN IN JJ NN , FW DT NN IN DT NN NNS IN NNS -LRB- FW NN , NN , NN -RRB- . +DT JJ NN VBZ VBG CC VBG DT NN VBZ IN DT NN IN NN -LRB- FW FW NN , NN NN , NN , NN , NN -RRB- . +NN NN : RB VB NN IN CD JJ NN TO DT . +DT VBZ CD IN DT RBS JJ NNS , CC VBZ DT NN IN DT NN IN NNS RB VBN `` JJ '' , FW VBG DT IN DT JJ NNS IN NN IN NNS VBP -LRB- NN , NNS , NNS IN DT JJ NN , NN -RRB- IN NN TO VB RB . +JJ NN : JJ NNS IN JJ NNS CC VBP DT NN IN DT NNS . +DT NN IN DT NN VBZ RB IN DT NN IN DT NN -LRB- FW DT NN IN NNS -RRB- IN DT NN VBG VBN . +NNP VBZ RB JJ NN , RB JJ NN , CC RB PRP VBZ RB JJ TO VB DT NN RB CC RB VB DT JJ NNS IN DT NN -LRB- FW `` JJ , VBZ , VBD , VBG '' -RRB- IN JJ NNS . +IN NNS JJ IN JJ , RB , JJ DT NN VBZ RB JJ , IN DT NN NN VBZ NNS IN JJ NN NNS . +VBN NN NN -LRB- NN -RRB- : VBN DT NN IN NN , VB WDT NNS IN DT NN NN TO JJ NNS , JJ IN NNS CC NNS , CC WP DT NN IN DT JJ NN VBZ -LRB- FW NN , NN , NN -RRB- . +VB IN , IN NN MD VB IN VBG VBN NNS IN NNS JJ IN NNP , DT NN MD RB VB IN VBG DT NN IN VBN NN , CC IN DT NN VBZ RB JJ CC JJ . +IN NN , DT JJ NN IN DT NN VBZ RB VBN , CC VBN NNS RB VBP JJ NNS , RB DT IN WDT VBP VBN . +RB , JJ JJ NNS IN JJ NNS -LRB- FW JJ CC JJ -RRB- VBP RB VB DT NN IN DT , CC RB NNS IN NN MD RB RB VB PRP TO VB NNS . +IN NN , NNP VBZ DT NNS , RB IN IN PRP VBP TO NNS , CC NNP CC NNP VBP RB VB NNS WDT VBP IN NNS . +JJ NN NN : VB NN IN NN NNS IN JJ JJ NN . +JJ NN NN : VB NNS IN NN IN RBR JJ NNS JJ IN JJ NN NNS WDT VBP JJR IN NN NNS TO VB . +JJ NN NN VBZ DT NN IN DT VBN JJ IN DT JJ JJ NNS WDT MD VB VBN IN DT JJ NN NN WDT RB VBZ DT NN IN JJ NNS IN JJ NNS NNS . +NN CC NN IN NN NN CC NN VBP JJ RB JJ NNS . +DT JJ NN IN JJ NNS NNS IN NNS IN JJ NNS JJ IN JJ NN NN -LRB- NNP -RRB- FW JJ NN NN , CC JJ FW FW NN NN VBZ VBN IN DT NN IN DT NN IN NNS NN . +NNP NN NN -LRB- NN -RRB- : VBN DT NN VBG VBN NN , VBD DT JJ NN . +JJ NN : VBN DT NN , VBD DT NN IN NN IN DT NN . +JJ NNS , RB JJ NNS , MD VB IN JJ NNS IN NN . +IN NN , `` NN '' MD VB DT NN -LRB- `` DT NN IN DT NN '' -RRB- CC NN -LRB- `` TO VB DT NN '' -RRB- : `` NN '' MD VB DT NN , NN CC NN : CC `` RP '' MD VB DT IN IN JJS CD JJ NNS IN NN . +VB IN DT NNS VBP RBR JJ NN IN NNS . +NNS IN JJ JJ NN , JJ IN NNP VBP RB JJ TO JJ NN . +NNP VBZ JJ TO JJ NN IN PRP VBZ DT JJ NN IN NN . +JJ NN VBZ RB RB VBN IN DT NNS VBN IN DT NN TO VB JJ NN . +VBG : VB DT NN NN -LRB- JJ NN -RRB- IN DT VBN NN . +DT NN IN JJ NNS VBZ JJ CC JJ NNS VBP JJ JJ NNS . +IN NN , RB RB , IN DT JJ NN EX MD VB NNS IN JJ NNS -LRB- JJS IN WDT MD VB RB JJ TO DT JJ -RRB- . +NN NN : IN DT JJ NN , VBD PRP$ NN . +JJ NNS VBP DT JJ JJ NN -LRB- JJ IN `` WP VBZ DT NN IN NNP . '' -RRB- +, CC RB JJ NNS VBP RB VBN -LRB- JJ IN `` WP VBZ DT NN IN NN . '' -RRB- . +NN NN : VBN DT NN IN NN , VBP DT NNS IN VBN NNS -LRB- FW WP VBZ DT NN IN WP -RRB- . +NN NN -LRB- RB VBN IN NN NN NN -RRB- : VBN DT NN IN NN , VBP DT NN NNS . +NN NNS VBP RB VBN IN NNS CC JJ NN NNS , CC DT JJ NNS MD VB JJ NNS -LRB- FW VBG NNS -RRB- . +NN NN : NN JJ NN RB IN DT NN IN NNS , RB VBG JJ NNS TO VB `` NN '' IN JJ NNS . +PRP VBZ RB JJ IN VBG NNS IN JJ NN IN DT JJ NNS , IN DT NN IN NN . +NN NN : IN DT JJ NN IN DT NN CC NNS VBG , VB DT JJ NN IN DT NN . +DT VBZ DT NN IN NN TO NN CC VBZ CD IN DT RB JJ NNS RB VBN `` JJ '' -LRB- VB RB -RRB- . +IN JJ NN EX VBP RB DT VBZ IN JJ NNS , CC RB NN NN VBZ DT JJ NN IN NN NN -LRB- VB IN -RRB- . +VB RB IN IN JJS VBN NNS , DT NNS VBG JJ NNS VBP IN DT JJ IN DT NN VBN NN , IN DT NN IN DT NN NN TO JJ NNS MD VB DT RB JJ NN . +NN NN : IN DT JJ NN IN DT NN CC NNS VBG , VB PRP IN NNS . +DT NN IN NN NN CC RB VBN IN PRP . +NN NN CC NN : VBN DT NN IN NN , VB PRP IN NNS DT IN WDT VBZ VBN TO DT NN , CC VBP DT NN IN DT NN . +NN NN : JJ DT NN IN JJ NN IN JJ NNS . +IN DT NN IN NNP , DT VBZ RB JJ , IN NNS VBP RB VBN IN NNS . +RB , DT VBN NNS IN NNP , NNP CC NNP VBP RB VB NN NNS IN PDT DT NN , CC IN DT NNS NN NN VBZ DT JJ NN VBG NN IN DT NN CC NN IN NNS IN DT NN . +NN NN NN : JJ NNS VBP JJR IN CD NN : PRP VBP TO VB DT NN WDT VBZ DT JJS NN IN NN . +IN DT NN , PRP VBP RB VBN DT NN IN NNS CC VBN NN NNS , FW IN DT NN CC IN DT JJ NN JJ IN NNP . +IN DT NNS , NNS IN JJ NNS VBP VBN IN NNS IN NNP WDT VBP RB VBN RB IN NNP IN DT NN . +NNS VBP : NN NN -LRB- NN -RRB- : DT VBZ VBN IN VBG , VBG CC VBG NN . +PRP VBZ DT JJ NN IN NN NN -LRB- JJR TO NNS -RRB- , CC NNP VBZ IN DT NN NNS -LRB- IN NN , VBG -RRB- . +DT JJ NN CC NNS VBP TO VB DT NN IN NNP CC NNP . +NN NN -LRB- NN -RRB- : DT VBZ VBN IN JJ IN DT NN IN JJ NN IN NN . +DT VBZ NNS JJ IN VBN NN NN , NN NN , NN NN , NN . +NN NN : DT VBZ NN NN , JJ CC JJ NNS . +JJ NNS VBP : VBG NN NN JJ JJ NNP NN NN NNP NN NNP NN VBG NNP NNP NNP NNP NN : JJ JJ NN NN JJ JJ NN VBZ JJ , JJ CC JJ NNS TO VB DT IN DT NNS VBN IN , RB DT WDT VBP IN JJR NNS VBP RB JJ WRB VBN IN JJ NNS , VBG NNS CC NNS IN JJ NNS . +NNS IN NN RB VBP DT NN IN NN CC NNP NNS . +JJ NN VBZ DT JJ NNS TO JJ NN NN , VBG JJ NN , NN NN , CC JJ NN . +DT NN IN JJ NN VBZ RB IN NN NN CC NN NN , DT IN WDT VBP NNS IN JJ NN WDT VBP VBG IN NNS . +NN IN JJ NN NN NNS DT NN IN NN NN VBZ TO VB CD CC JJR NNS IN DT NN CC DT NN , IN NN TO VB IN -LRB- CC TO WDT NN -RRB- DT NN VBZ DT NNS IN PRP$ NNS , CC VBZ DT NNS IN PRP$ NNS . +NN IN NN NN VBZ VBN JJ NN , IN DT NN IN JJ NN NNS VBZ CD NN TO VB RB DT NN NN , VBG RB IN DT NN IN NNS VBN RB IN NN NN CC NN NN . +DT JJ NN IN NN NNS , WDT VBZ RB NN NNS CC NN NNS , VBZ JJ NNS TO VB PRP$ NNS TO DT VBN NN NN . +JJ NN IN NN IN NN DT JJ NN NN IN VBN NNS VBZ TO VB DT NN VBN TO NN NN IN CD -LRB- NN CD -RRB- . +RB , DT NN NN VBD JJ NNS -LRB- NNP CD -RRB- . +DT NN IN NNS IN NN NN VBD VBN IN NNS IN NN , NN CC VBG -LRB- NNP CD -RRB- . +IN CD , IN NNP , DT NNPS VBD JJ NNS . +RB , DT NNP CC NNP NNS VBD VBN IN DT NNS IN JJ NN . +IN CD , DT NNP NN VBD JJ NNS IN CD JJ NNS -LRB- NNP , NNP , NNP CC NNP -RRB- . +IN NNP , DT NNP NN VBD DT NN IN CD NNS IN NNP IN CD -LRB- NNP CD -RRB- . +IN CD , IN DT NN NN , CD NNS IN NNS VBD VBN . +JJ NN IN NN NNS VBD VBN IN DT NN IN DT NN VBD NNS IN CD CC CD . +IN NNP , DT NNP NN VBD VBN IN CD CC CD TO VB JJ NN CC NN NNS IN NNP : DT CD NN VBZ IN JJ NN : NN NN NN . +IN NNP , IN DT JJ NN -LRB- NN IN CD -RRB- , CD NNS IN NNS VBD VBN : NN NN NN . +NNP NNP , NNP NNP , NNP NNP , NNP NNP CD NN NN NN FW FW FW NNS NNP NNS VBP FW FW . +FW FW NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP CD NNP NN IN RB VBG DT JJ NN IN JJ NNS . +NNP NNP CC NNP NNP NNP NNP NNP CD NN NN NN : NNS VBN IN NN CC NN . +NNP NNP NNP NNP CD NNP NNP NN IN JJ NN NN NN NNS . +NNP NNP NNP NNS IN NN VBG IN DT NN NNS , DT NN IN NNS VBP RB VBN IN NN NN . +JJ CC JJ NN JJ NN VBZ DT VBN NN NN CC VBZ PRP$ NN RB IN NN TO DT JJ JJ NN , JJ IN DT NNS . +JJ NN , RB VBN NN IN NN VBZ DT NN NN IN DT RBR JJ NN , CC IN DT JJ NN CC VBG DT JJ NN IN DT JJ NN . +DT JJ NN IN DT NN VBZ RB VBN IN NNS IN PRP$ NN IN NN TO DT JJ NN IN DT JJ NN CC DT JJ NN . +IN NN , VB DT JJ NN WDT VBZ VBN IN DT NN IN DT JJ NN IN NN -LRB- NN -RRB- NN . +DT JJ NN MD VB DT NN NN IN DT JJ NNS , CC VB DT NN NN IN DT NN NN TO DT JJ NN -LRB- JJ -RRB- NN . +DT JJ NN MD VB DT NN IN DT JJ NN NN , CC RB IN DT JJ NN NN , CC VB DT VBG NN . +FW FW NN NN JJ NN VBZ CD TO VB DT NN NN IN DT VBN NN NN CC TO VB DT NN IN NNS VBN TO DT NN IN DT NN -LRB- NN , NN , NN NN -RRB- CC , RBS RB , TO DT NN IN DT NN -LRB- FW DT NN IN NNS NN CC DT NN IN DT NN -RRB- . +JJ NN VBZ IN DT NN IN DT NN , DT NNS WDT VBP VBN , DT JJ NNS PRP VBZ -LRB- FW NN NN -RRB- , NN . +VBN DT NN IN NN NNS , PRP VBZ RB JJ TO VB NN RB IN DT NN IN NN NN , CC DT NN IN NN VBZ RBR JJ IN NN TO NN NN CC JJ NNS IN DT NN . +NNP FW FW NN IN JJ NNS , JJ NNS MD VB VBN TO VB DT NN NN IN VBG PRP$ NN IN DT JJ NN -LRB- CC VBN -RRB- CD . +IN DT NN IN VBG DT JJ NN MD VB RB JJ , JJ NN MD VB VBN RB RB IN VBN IN JJ JJ NNS -LRB- IN DT JJ NN NNS -RRB- . +RB , IN JJ NNP NNS , DT NN IN DT JJ NN VBZ DT JJ NN , CC MD VB JJ WRB JJ NN VBZ JJ . +JJ NN VBZ VBN IN JJ NNS , WDT VBP VBN TO VB DT NN IN DT NN , CC RBS RB IN DT NN IN PRP$ NN , VBN IN DT NN IN NNS . +IN , NNS TO PRP$ JJ NN , JJ NNS MD VB VBN IN DT NN IN DT NN IN NN NN NNS , EX VBZ RB JJ NN IN PRP$ NNS . +DT VBZ WRB JJ NN VBZ RB VBN TO IN JJ NN , IN DT JJ NN VBZ TO VB RBR JJ . +VBN NNS -LRB- NNS -RRB- JJ NN VBG NNP NNP NNP NNP NNP NN NNS IN JJ NN -LRB- NN -RRB- NN JJ CC JJ NNP NNP NNP IN NNP DT NN NN VBZ VBG IN NN TO VB NN IN JJ NNS CC NN NNS . +DT NN VBZ NN IN NN CC VBZ VBN NN . +DT NN NNS VBP RB VBN CC JJS IN PRP VBP IN NN , RB IN NN NN -LRB- VB NN -RRB- , NN CC NN NN NN . +NNP NN VBZ DT NN IN DT VBN NN IN DT NN IN DT NN NN . +DT NN IN DT NN RB VBZ DT RBS JJ NNS IN DT JJ NN . +NN NN -LRB- NN -RRB- , CC NN NNS , VBZ DT JJ NN IN DT NN IN NNS TO NN VBN , VBN , VBN NN NN CC DT JJ JJ NN . +NN NN , RB VBN TO IN DT NN NN -LRB- RB TO VB VBN IN JJ NN , JJ JJ NN NN CC JJ NN -RRB- VBZ DT NN IN JJ NNS WDT VBZ DT NN IN NN TO VB NN CC NN IN CD JJ NN TO DT . +IN DT JJ NN , NN VBZ JJ NN IN NNS IN CD JJ NN IN NNS IN DT , CC IN RB RB MD RB VB DT JJ NN IN DT NN , IN NN IN JJ NNS CC PRP$ JJS NNS IN DT NN NN VBZ VBN . +VBG DT NN IN NN CC JJ NNS VBZ DT RB VBG NN WDT VBZ VBG TO JJR NNS , VBG NNS IN JJ NN , NN IN NNS , CC DT NN IN NNS . +-LRB- NN VBN -RRB- JJ NN NN NN RB VBZ IN NN IN NN CC NN -LRB- JJ IN NN NNS -RRB- , VBG NN IN VBG DT NN IN JJ NNS . +DT NN VBZ RB JJ IN NNS WRB JJ CC JJ NN VBZ VBN . +PRP VBZ IN NN NN IN NN CC JJ NNS RBR RB VBZ JJ NN IN NN CC RBR JJ NN . +VBN NN NN MD RB VB VBN IN JJ NN : IN NN , DT NNS VBP JJ TO VB RBR RB IN DT NN VBZ RB VBN WDT NNS IN DT NN VBP NNS . +IN DT NN IN DT NNS , NNP VBZ VBN JJ IN DT NN TO VB JJ NNS CC , IN DT RB JJ NN IN NNS , MD RB VB NN WDT MD VB VBN IN VBZ -LRB- FW , NN NNS -RRB- . +DT NN CC NN IN NN NN VBZ VBN VBN RB IN PRP$ NN . +IN DT CD , DT NN IN NNS VBP VBN DT NN IN VBG RB JJ NN NN IN JJ NN . +DT NNS VBP IN EX VBP JJ NNS TO VBG DT NN NN . +IN CD , NNP NNP VBD DT JJ NN , IN JJ NNS IN JJ NNS VBG CD NN . +IN DT CD , DT NNP NN -LRB- CD -RRB- VBN RB JJ NN IN IN CD JJ NNS IN NNP . +DT NN VBD DT JJ NN CC VBD IN DT NN IN JJ NN IN NN NN . +DT NNS VBD IN IN CD TO CD NNS , NN NN MD VB DT VBN NN . +JJ NN VBD RB JJR , RB , CC IN DT NNP NN -LRB- CD -RRB- , WDT VBD IN DT JJ NN VBD VBN TO VB NNS , NN VBD RB VBN . +VBG IN DT JJ NNS , IN JJ NN VBD CC VBD RBR JJ , JJR NN VBD VBN IN JJ NNS IN NN NN . +DT NN IN VBG JJ NNS IN NN IN JJ NNS VBD VBN RB RB IN CD IN NNP NNP NNP CC RB NNS . +NNP NNP VBD DT JJ NN `` NN '' IN CD . +DT NNP NN VBD IN DT VBZ DT JJ JJ NN , CC DT NN VBD VBN IN CD IN DT NNP NN IN NNP NNP -LRB- NNP IN NNP -RRB- IN DT JJ NN IN NNP IN NNP . +JJ NNS IN DT NN VBD VBN IN DT NN , CC RB NNS IN JJ NNS -LRB- VB IN NN NNP NNP , NNP CD , NNP CC NNP -RRB- . +DT JJ NN , RB VBD IN NNP NNP IN DT NN , VBD VBG CC VBG NNP NNS IN NN . +NN NN NNP NN : NN NN DT JJ NN NN MD VB VBN IN : VBG DT NN IN DT NN NN : CC JJ DT NN IN DT NN NN . +IN DT RB JJ NN VBZ DT JJ JJ NN . +TO VB DT NN IN DT NN NN IN PRP$ NN , DT NN MD VB CC VB PDT DT NNS IN DT NN , DT NN WDT VBZ JJ NN IN DT NN , NNS , NN , NNS , FW , IN DT NN NN , RB RB IN DT NN IN PRP$ NNS . +DT NN VBZ DT JJ JJ NN TO VB DT NN IN DT NN NN . +NNP VBZ DT NN IN NN NN : WRB TO VB DT NN WDT MD `` VB '' DT NN IN DT NN VBZ , CC DT MD `` VB '' DT JJ NN IN DT NN NN IN `` NNS '' IN IN PRP VBZ VBN VBN IN DT NN . +DT NN MD VB VBN IN DT NN IN NNS . +VBZ NNP NNP POS NN VBG JJ NNS IN JJ NN , JJ NN NN IN DT NN , VBN IN JJ , RB JJ NN . +NN NN MD VB DT NN VBN IN JJ NNS , WDT VBZ IN NNS MD VB VBN IN DT JJ NN : DT RBS JJ -LRB- RB VBG -RRB- NNS IN DT NN NN MD VB DT NNS IN DT NN NN . +PRP VBZ RB VBN IN DT NN IN NN NN VBZ DT NN IN JJ NN NN TO VB VBN RB . +RB , JJ NNS VBP DT NN , RB VBG DT JJ , JJ NN , IN WDT DT NN IN DT NN NN VBZ VBN . +VBG TO DT NN IN DT JJ NN , DT NN VBZ VBN IN JJ NN NN CC JJ NN NN . +DT NNS VBP JJ NNS IN JJ , JJ , CC JJ NN , CC JJ NNS IN NNS . +VBN JJ NNS , NN NN NNS RB VBP RB RB IN DT JJ NN IN CD NN TO VB DT JJ NN IN WP VBZ VBN IN DT JJ JJ NN . +DT NN VBZ VBG JJ NNS IN DT JJ NN TO VB DT JJ NN . +IN NN , DT JJ JJ NN IN NNS VBN IN JJ NNS TO NN VBZ RB JJ IN DT JJ NNS . +CC RB , DT NN NNS VBP DT JJ NN TO RB VB DT NN IN PRP VBP . +TO VB IN RB JJ NNS , DT NN VBN TO IN JJ NN NN MD VB VBN . +JJ DT JJ NN NN NN VBZ JJ NN NN , JJ NN NN CC JJ NN NN NNS . +NNP NN : JJ NN NN JJ NN NN NNP NN : JJ NN NN NNP NNP NN : JJ NN NN JJ NN NN VBZ CD NN IN JJ NN NNS . +IN DT NN , DT NN NN , FW DT NN TO VB VBN , VBZ VBN IN DT JJ , FW NN : : JJ NN . +DT NN NN VBZ RB VBN IN IN DT NN . +JJ NNP NN : JJ NN NN NN NN MD VB DT NN VBN IN NN NNS , WDT VBZ IN DT NNS MD VB VBN IN PRP VBP IN DT NN . +JJ NNP NN : JJ NN NN JJ NN NN VBZ TO VB NNS VBG JJ NNS VBN IN JJ NN NN , JJ IN DT NNP NNP NN , DT JJ NN IN DT JJ NN CC NN , DT NN IN DT NNP NNP . +WRB JJ NNS VBP JJ , JJ NNS MD VB VBN VBG NNS IN DT JJ NN , CC JJ NNS VBP RB RB JJ . +DT JJ JJ NN NN NN VBD NNP IN NNP . +NNP VBD NNP IN JJ NNS , CC VBD TO DT JJ NN NN IN NNP CD . +RB , PRP VBD PRP$ NN NNS IN VBG RB CD CD NNS IN NNP NNP NNS TO VB PRP$ NN . +NN IN DT NN VBZ VBN . +JJ NNP NN : JJ NN NN JJ NN NN -LRB- NN -RRB- NN VBD VBN IN NNP NNP IN CD . +PRP VBZ RB VBN IN PRP$ NN IN DT JJ NN IN PRP$ JJ NN NN , IN NN . +PRP VBZ RB DT NN IN NN CC MD VB VBN IN DT NN IN JJ NN NN IN NN NN . +NNP NNP NNP NN NN -LRB- NN -RRB- VBZ DT NNS IN JJ CC JJ NN NNS . +JJ NN NNS -LRB- NNP NNP , NNP , NNP , NN , NN -RRB- VBP VBG TO VB DT NN NN VBG DT NNS CC NNS . +DT NNS VBP IN DT NN IN NNS : NNS JJ IN NNS : NNS VBP VBN VBG DT NNS VBN NN . +NNS VBP RB VBN IN DT NN TO VB DT NN IN DT NNS NN . +NNS VBN IN NNS : NNS VBP VBN TO JJ NNS IN DT NN TO RB VB DT JJ NN . +NNS VBP RB VBN TO VB DT JJ NN TO VB NNS JJ IN NN . +DT NN VBZ DT NN JJR NN , NN CC NN WRB VBG . +JJ NNS NNP NNP NN : NN NN NN JJ NN NNS VBG DT JJ NN WRB DT NN MD VB JJR IN CD NN . +DT NN VBD RB VBN IN DT CD IN NNP NNP . +PRP VBD RP IN IN DT `` JJ NN '' , DT NN MD RB VB JJ TO VB IN DT CD NNS IN DT NN . +NN EX VBP JJ NNS VBN TO VB DT NN . +PRP MD VB RB VBN IN `` JJ '' NNS CC `` JJ '' NNS . +JJ NNS VBP DT NN IN DT NN . +PRP RB VB JJ NNS TO DT NNS VBG DT JJ NN . +JJ NNS VBP DT JJ NN IN DT NN . +RB RB , JJ NNS VBP VBN RBR JJ . +-LRB- NN VBN -RRB- DT JJ NNP NNP , DT JJ NN IN DT NNP NNPS CC DT NNP NNP NNP , VBD IN NN NN , IN PRP$ JJS , VBZ DT JJR NN IN DT NN POS NN : DT JJR CC RBR JJ NN RB VBZ VBG JJ NN TO VB NNS IN DT NN NN , WDT DT JJ CC JJ NNS IN DT NN NN VBP TO VB VBN : WRB VBZ DT NN VB DT JJ NN TO VB CD NNS , CC RB DT NN CC CD . +: IN CD NN IN DT JJ NN VBZ TO DT JJ NNS . +CC RB , EX VBZ DT JJ CD NN . +PRP VBZ DT NN WDT VBZ CD -LRB- JJR -RRB- NNS IN NN . +EX VBP NNS CD VBZ TO VB . +IN NN , DT NN IN DT NN NN , DT JJ NN , VBD DT NN IN DT JJ WDT VBD VBN IN NNP NNP NNP IN DT `` JJ NN IN NN NN '' . +VBD PRP VBG IN DT JJ NN IN JJ NNS CC DT JJ NN IN JJ NNS . +DT NNP VBZ CD NNS . +PRP VBZ JJ RB TO VB NN , RB TO DT NN IN DT NN NN TO NNP . +DT JJ JJ NN MD VB DT NN NN TO VB PDT DT NN JJ IN DT NN IN NN IN PRP$ JJ : CC DT MD VB DT JJR NN IN NN IN VBZ RB VBN VBN . +DT JJ NN WDT RB VBD IN DT NN IN DT JJ NNP NN IN NNP VBZ -LRB- VBN , RB , IN WDT NN IN JJ NN VBZ RBR RB VBN IN DT VBN NN -RRB- MD VB DT JJ NN IN VBG JJ RB RB . +DT JJ NN WDT VBZ `` VB DT NN IN DT NN '' MD , IN NNP POS NN , RB VBP IN CD NN IN DT JJ NN POS NN , VBG DT JJR CD NN RB TO VB VBN IN DT JJ . +DT NNS IN NN NN : NN , NN , NN , JJ NN , NN : VBP RB VBN IN NNS IN JJ NNS IN NNS , NNS , NN NNS CC NN . +JJ TO JJ IN JJ NNS , NN NNS RB RB VB NN NN `` IN DT NN NN '' , CC RB VBP TO VB `` RB VBG POS NN NN , CC RB VBN NNS . +NN NNS VBZ VBN . +DT JJ NN IN NN NN CC NN NNS VBZ IN PRP VBZ IN VBG JJ NNS IN DT NNS RB IN NN NN . +NN NN VBZ VBN VBN RP IN DT NN IN JJ NN NNS , VBG NNS , NN , NN , JJ NN , JJ NN , JJ NN , JJ NNS , JJ NN , NN NNS CC NN NNS , DT IN WDT VBZ JJ TO PRP$ JJ NNS , NNS IN NN , CC NNS . +DT NNS CC NN IN DT NN NN RB IN DT NNP NNPS CC VBP RB VB DT JJ NN IN DT NN . +VB VB DT NN CC VBP DT NN IN DT NN NN . +-LRB- NNP CD -RRB- DT NNS -LRB- WDT . -RRB- +VB DT JJ NN NNP NNP POS NNP -LRB- NNP NNP -RRB- IN CD DT JJS NN IN NN NN -LRB- NN -RRB- : NNP NNP PRP VBD PRP IN NNP . +CC DT NN RB VBD IN JJ NN VBG DT NN IN DT NN IN NNS IN NNP NNP VBG IN CD CC VBG IN NN IN WDT PRP VBD JJ NN IN DT JJ NNS . +JJ JJ NNS IN DT NNS IN DT JJ NN VBP VBN JJ IN VBG NN NNS TO VB DT NN IN DT JJ NN . +NNS CC NNS IN JJ NN RB VBP IN DT JJ NN IN DT NN . +DT NN VBD IN DT JJ CD NNS -LRB- VB NNS -RRB- IN DT NN IN NN NN -LRB- NNP CC NNP CD -RRB- , VBG IN DT NN IN DT JJ NNS IN NNS IN DT NN IN NN , DT IN NN , -LRB- NNP FW FW CD -RRB- CC DT RB VBN NN IN JJ JJ NN -LRB- NNP CD -RRB- . +IN DT NN , RB , JJS NNS VBD DT NN IN JJ NNS IN JJ NN CC NNS . +IN NNP VBD VBN DT NN IN JJ NNS , PRP VBD RB VBN RP DT JJ NN , IN IN NNP , CD . +DT NN VBG IN DT NNP NNP NNP , NNP NNP NNP , VBN TO VB NNS TO DT JJ NNS IN VBG NNP , IN DT NNP NN IN NNP . +PRP VBD NNP POS NN , VBD DT IN DT NNS CC , IN VBG IN DT NN CC NN IN DT NN IN DT JJ NN IN NNP , VBD JJ TO VB JJ , JJ NNS WDT VBD DT JJ NN NN . +PRP RB VBD DT NN TO DT NN IN NNP NNP , NNP . +PRP VBD DT NN IN NNP , NNP , IN DT NNS IN CD CC CD CC VBD DT NNP IN NNP IN DT JJ NN . +PRP VBD TO VB DT NN NNP NNP NN , CC PRP VBD VBN IN CD -LRB- NNP CC NNP CD -RRB- . +IN DT NN , NNP NNP NNP NNP , DT NN IN NNP IN NNP , NNP NNP , VBD DT NN , CC CD IN PRP$ NNS , NNP NNP NNP , VBD JJ TO VB PRP IN DT NN . +NNP POS NN VBD VBN IN DT NN IN DT JJ NN IN JJ NN IN DT NN VBN IN NNP NNP IN NNP , WDT VBZ VBN VBN TO DT NN IN JJ NNS , RBS RB TO JJ NNS . +DT NN IN DT NNP NNP NNP VBZ RB JJ IN NNP . +IN DT JJ NNS CC NNS , CC IN NN TO DT JJ NN , DT NN IN JJ NNS TO DT JJ NN IN NNP VBD TO VB IN JJS IN DT NNS CC JJ NNS RB IN , CC JJ TO , JJ NNS , JJ IN NNS , NNS , NNS , CC NNS . +JJ IN DT NNS , RB DT VBN IN DT JJ NNS , VBP DT RBR JJ NN IN JJ NN . +NN MD RB VB VBN IN DT NN `` JJ NN '' , WDT VBD VBN IN DT NNP NNP NNP WP VBZ DT NN IN NN . +IN NNP , NNP NNP VBD CD IN DT JJ NNS IN DT NN , RB IN NN , CC VBD DT NN IN NN IN DT NN . +NNS IN NN NNS IN NN NN VBP : DT JJ NNS CC NNS IN NN , JJ IN NNS -LRB- NN , NN -RRB- , NNS , NN , DT NN , NN , NN , NNS , NN NNS , NNS , NNS , NNS CC JJ NNS IN NN NNS IN NN -LRB- JJ NNS IN NN IN NNS , DT NNS , NN , NN , NN , NN -RRB- DT NNS IN NN CC DT NN IN JJ NN DT NNS IN NN -LRB- NN -RRB- CC NN DT NNS IN NN CC NN DT NNS IN NN CC NN DT NNS IN NN CC NN CC NN JJ NN JJ NN NN VBZ DT NN IN NN NN WDT VBZ IN NN IN JJ NNS -LRB- JJ IN NNS , NNS , CC NNS -RRB- IN DT NN IN NN . +JJ NN VBZ DT JJ NN IN VBN NNS IN TO WDT IN JJ JJ NNS IN NN MD VB VBN TO VB DT JJ NN . +PRP VBZ DT NN WDT VBZ VBN VBN IN DT NN IN DT NNP NNPS . +PRP VBZ DT NN IN NN . +JJ IN NNS CC NN , JJ NN VBZ VBN IN JJ NNS , NNS CC IN PRP$ JJ NN . +NNS DT NN VBP DT IN DT JJ JJ NNS CC JJ NNS VBN IN JJ NN NN : JJ NN NN NN -LRB- CC `` NN NN '' -RRB- NN CC NN NN JJ NN NN NNS -LRB- NNS -RRB- JJ NNS NN IN NN NNS , RB NN NN NN NN NN NN NN NNP VBZ JJ NN , RB IN DT NN NN NN , VBG DT NN CC NN IN NN . +JJ NN NNP VBN NN -LRB- NN -RRB- JJ NN NN NN NN NNP NNP CC JJ NN NN IN DT NNS VBP JJ NNS IN NN NN , PRP DT VBP NN IN JJ NN , CC VBP VBN IN DT JJ NNS IN WDT NN VBZ JJ . +RB DT NN VBZ VBN IN `` JJ '' NNS IN NN -LRB- JJ IN NNS IN NNS , NNS , CC NNS -RRB- CC `` JJ '' NNS , JJ IN JJ NNS CC DT JJ NN IN NNS CC NNS . +IN NN , JJ NNS IN NN VB IN DT NN IN JJ `` NN '' , IN NNS , NNS , NNS , NNS , CC RB RB . +DT NN IN DT NN NN VBZ TO VB WRB DT JJ NN VBZ JJ TO DT NN VBZ VBN . +VBP RB JJ NNS WDT MD VB DT NN CC NN IN DT NN . +JJ NN NNS DT NN VBZ JJ NNS WDT MD VB RB VBN , JJ CC JJ . +VB NN TO VB PRP RP TO VB NNP POS NN NNS . +-LRB- NNP CD -RRB- NNP NNP , NNP IN NNP , NNP NNP , NNP NNP , NNP NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP NNP , NNP NNP , NNP NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP NNP , NNP NNP , NN NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP NNP , NNP NNP NNP , NNP NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP NNP NNP , NNP NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP , NNP NNP NNP NNP , NNP NNP , NNP NNP NNP . +-LRB- NN VBN -RRB- NNP , NNP , NNP NNP , NNP NNP DT NN IN NN NN VBZ VBN DT NN TO JJ CC JJ NNS VBZ JJ . +IN NN TO NNS VBZ VBN RB VBZ NN IN JJ NN . +DT NN IN DT NN IN NN NN VBZ NN NNS JJ IN NNP . +NNP WDT MD VB DT JJ NN , IN DT NN IN NN , VBP TO VB IN NN JJ NNS JJ IN NN , VBG NN CC NN TO VB DT JJ NN . +JJ NNS VBP IN VBG DT NN IN VBG NNS , NNS , CC NNS IN DT JJ NN TO VB DT NN . +IN NN , JJ NNS VBP DT JJ JJ NN CC RB VB JJ NN NN NNS TO VB DT NN WDT VBZ JJR TO WP DT JJ NN VB . +JJ DT NN MD VB NNS RB RB JJ IN DT NN . +DT JJ JJ NNS VBP RB RB JJ , RB JJS NN VBZ VBN IN JJ NNS , CC DT VBZ WP PRP MD VB . +CD JJ NNS IN NN RB VBN IN DT NN VBP NN NN , WRB DT NN VBZ TO VB JJ NNS CC NNS TO `` VB '' DT NN , CC NN NN , WRB DT NN VBZ TO VB JJ NNS TO VB DT JJ NN NN . +NN CC NN RB , CD VBZ CD NNS : NN CC NN . +NN NNS RB VBP DT NN VBD RBS JJ IN DT NN TO DT NN -LRB- IN NN , JJ NNS , NNS CC NNS -RRB- , IN NN VBZ VBG NNS IN DT NN NN . +IN JJ , NN MD VB DT NN RBR RB IN NN , CC DT NNS WDT MD VB DT VBP JJR TO VB IN PRP VBP DT NN IN JJ NN NN NN , WDT PRP VBZ DT VBG NN . +NNS IN NNS EX VBP JJ NNS IN NNS VBG WP DT NN NN VBZ RP TO VB DT NN IN DT NN , IN NN JJ NNS CC JJ JJ NNS -LRB- RB VBN JJ NNS -RRB- . +NN NNS VBP JJ TO VB DT JJ JJ NN NNS CC JJ JJ NNS VBG IN WP DT NN NNS . +NN IN NNS NNS , FW NNS CC NNS , VBZ RB JJ . +DT NNS MD VB DT NN VBN IN DT JJ NN NN , IN NNS MD VB JJ NN NNS -LRB- IN NN , DT NN IN NN NNS IN DT JJ NN -RRB- . +DT NNS VBP VBN IN JJ NN NNS . +NN NN NNP NN CC NN DT NN VBZ DT NN . +PRP VBP VBN DT NN IN NN , JJ IN DT NN NN , CC PRP MD VB DT NN IN NNS CC NNS WDT VBP DT JJ NNS VBN IN DT NN . +IN DT NN IN NN NNS , JJ NNS VBP RB VBN NNS , CC JJS NN VBZ JJ NNS . +IN NN , NN NNS RB VBP NNS VBN , CC PRP MD VB JJ TO VB JJ TO RB VB RB IN DT NN IN NNS VBN IN . +VB DT NN NN IN DT JJ NN NN : `` DT NNP NNP IN NNP , VBG TO VB NNP NNP POS NN TO VB NNP NNP IN DT NN IN DT CD NN NN , VBN JJ JJ NNS JJ NN IN NNS IN PRP$ JJ NN IN DT NN MD VB IN DT NN , VBG TO NNS VBN IN DT NNP NNP '' . +DT JJ NN NN MD VB `` NNP NNP IN NNP '' , `` NNP NNP '' , `` NNP NNP '' , CC `` JJ JJ NNS '' IN NNS . +DT VBP VBN RB IN DT NN . +IN NN , DT JJ NN NN MD RB VB DT NN CC VB NNS WDT MD VB RBR JJ CC JJR IN WP DT JJ MD VB , JJ IN `` JJ NN '' CC `` JJ NN IN NNS '' . +VB IN DT NNS VBP RB VB IN DT NN CC VB DT JJ NN , WDT VBZ PRP JJ IN DT NN TO VB JJ NNS . +NNS VBP JJ NNS , JJ IN TO VB NN NN IN VBG DT JJ NN . +RB , NNS MD VB NN NN : IN NNS VBP NNS VBN , DT NN MD VB IN NN TO VB RBR JJ NNS IN DT JJ NN . +RB , JJ NN NN MD VB JJ IN VBG NN NNS IN DT JJ NN NN . +NN NN IN JJ NN NN IN DT NNP NN , JJ NNS VBP VBN NN NN IN DT JJ NN NN NN . +VBN DT NN , PRP VBP DT NN IN DT NN , NN , CC NN VBN IN DT NN -LRB- IN JJ NN NNS VBP RB JJ , IN VBN IN -RRB- . +PRP RB VBP JJ NNS VBG DT NN -LRB- FW , VBZ DT NN VB IN DT JJ NN . -RRB- . +PRP VBP EX VBP JJ NNS JJ IN DT NN IN NN NNS . +VBG DT JJ NNS , PRP MD VB JJ CC JJ NNS TO DT NNS . +RB PRP VBP DT NN WDT MD VB IN JJ CC JJ NNS IN DT NN IN DT NNS . +DT NNS VBP DT JJ NN IN DT NN NN , IN NNS VBP DT NN IN VBG DT NN . +IN NN , IN DT JJ NN , PRP MD VB DT NN WDT VBZ NNS IN JJ NN NNS VBP JJ TO VB NNS . +IN VBG DT NN , PRP MD VB NNS IN NN NNS IN DT JJ NN . +PRP VBP DT JJ NN NN TO DT NN NNS , RB VB DT NN IN DT NN . +PRP MD VB DT NNS IN VBG IN JJ NN NNS CC NNS VBN IN PRP$ VBN NN . +IN NNS VBP VBN , DT NN VBZ VBN TO VB DT NNS . +NN NNS VBP RB VBN VBG NN CC NN . +NN VBZ WRB JJ IN DT VBN NNS VBP RB JJ . +VB NNS WRB JJ IN DT JJ NNS PRP$ NN VBN . +DT CD NNS MD VB VBN IN DT NN , WDT VBZ DT JJ NN IN DT CD -LRB- NN JJ NN : -LRB- NN CC NN -RRB- -RRB- . +NNS IN DT VBN NNS CC DT JJ NNS MD VB VBN IN VBG CC VBG DT JJ NN NN . +NN NNS NNP DT JJ NN NN NN VBZ VBG IN JJ NNS -LRB- DT IN DT VBP TO JJ , RB -RRB- : WP VBP DT NNS . +DT JJ NN VBZ RB WRB TO VB NNS . +NN CC NNS VBP VBN DT JJ NNS , NNS , CC NNS IN VBG NN CC IN VBG NNS . +NNP VBD IN PRP MD VB DT NN IN VBG NNS TO VB NNS IN VBN WDT VBP JJ NNS IN JJ NNS . +RB , DT NN IN VBG NNS VBZ PDT DT JJ JJ NNS IN NNS , IN DT VBZ RB RB DT NN . +IN NN , IN PRP VBP JJ NNS , NNS , CC NNS , RB PRP MD RB VB JJ TO VB DT JJ NN VBG CD NNS . +RB , NN MD VB . +RB , VBG RB JJ NNS MD RB VB TO JJ NN . +WP VBP DT NNS . +PRP RB VBP TO VB NNS WDT VBP DT NNS CC VBP JJ RB TO VB DT NN NN TO VB NNS IN JJ : NNS . +RB NNS VBP JJ NN NNS -LRB- WRB JJ NNS DT NN VBZ IN DT JJ NN CC IN DT JJR NN -RRB- , DT NN IN DT NN , JJ NN IN DT JJ NN , JJ JJ JJ NNS -LRB- FW , VBZ DT NNS -RRB- , NN . +DT NNP NN VBN IN CD JJ NNS . +NNP VBZ DT VBN NN IN NNS , WDT VBD VBN RBS JJ IN DT NN -LRB- NN NN NN -RRB- NN VBN IN NNP POS JJ NN . +WRB JJ NNS TO VB . +IN DT NN , DT NN MD VB TO VB DT NN IN NNS IN DT NN NN , IN PRP VBP TO VB DT NN TO VB DT NN . +NN NNS -LRB- FW , VBG NNS IN JJ NNS -RRB- VBP VBN VBN TO VB JJ NNS WDT MD VB VBN TO VB DT JJ NN IN NNS . +DT VBZ DT NN VBN IN NN IN NN CD NN NNS . +NNP VBD DT JJ JJ NN IN DT NN NN RB VBZ DT JJ NN . +WDT NN NN . +RB NNS CC NNS VBP VBN , PRP VBP DT NN TO VB TO VB NNS . +RB DT JJ NN NN MD VB VBN , JJ IN NN NNS , JJ NNS , CC NN NN . +IN DT NN IN NNP POS NN NN , DT JJ NN VBZ VBN TO VB NNS IN DT JJ NN NN NN . +DT NN VBZ DT NN IN NNS TO VB NNS . +DT JJ NN VBZ NNS IN DT NNS IN NN TO NN IN NN NNS IN JJ JJ NNS . +JJ NN NN : NN IN JJ NNS VBP DT JJ NNS , IN VBG JJ TO VB JJ NNS IN WP NNS VBP DT NN , PRP RB VBP DT JJ NN IN NN NNS . +JJ NNS IN JJ NNS VBP VBN . +RB , NN IN DT JJ NN VBZ TO VB DT NN NN TO DT NN , IN DT VBG NN VBZ RB RB JJ , IN DT IN NNP POS NNS VBP . +JJ NN NN VBZ DT NN IN NN NNS . +PRP VBZ DT NN IN DT JJ NN . +RB IN VBG TO VB JJ NNS WDT VBP NNS , DT NNP NN VBZ DT NN IN DT NN PRP TO VB NNS WDT VBP `` JJ '' TO DT NN IN DT JJ NN IN NN VBZ JJ NN NNS . +VB DT VBZ VBN IN DT NN IN `` NN '' CC `` NN '' IN JJ NNS . +IN DT NN , NN VBZ RB VB IN DT JJ NN NNS IN DT , CC RB MD VB VBN IN DT JJ NN IN NN , CC PRP MD VB NN RB VBN IN DT NN POS JJ NNS . +RB DT NN VBZ RB JJ TO JJ NNS CC NNS . +NNP VBZ DT JJ NN JJ NN NN IN NNP . +RB , PRP VBZ NNP IN DT NN RB VBN IN DT JJ NN NN . +IN NN NN , PRP VBZ DT NN VBG DT NN IN NN NNS IN NNS . +NNS VBP VBN IN DT NN IN JJ CC JJ NN IN DT NN NN NNS . +IN NNP , DT NNS VBP RB JJ CC MD VB VBN TO VB DT NN IN NN . +RB DT NN VBZ VBN , PRP VBZ VBN TO VB DT JJ NN , VBN IN DT VBG NN -LRB- IN IN DT `` JJ NN NN '' -RRB- , CC DT NN IN NNS VBZ VBN IN VBG DT NN VBG TO NN CD -LRB- FW , DT JJ NN IN DT JJ NN IN DT NN -RRB- . +NN NNS WP MD NNS VB . +DT NNS MD VB TO WP PRP VBP TO VB . +RB , PRP MD VB NN JJ TO DT JJ NNS CC VB DT NN IN DT NN , NN , NN , NN . +RB , TO VB DT NN JJ , DT NNS VBP TO VB JJ NNS IN DT JJ NN , CC RB VBP DT JJ NN WDT VBZ RB VBN JJ NNS TO VB JJ NNS . +DT VBZ DT JJ NN NN IN VBG PRP TO VB NNS IN JJ NN . +IN NN , IN PRP VBP NNS CC VBP IN `` JJ '' , `` JJ '' , `` NN '' , CC `` NN '' DT VBP JJ NNS , RB PRP MD VB IN DT JJ NN CC VB IN DT NNS VBP RB CC VB DT JJ NN VBG DT CD RB . +VB IN DT NNS VBN IN DT NN MD VB VBN IN NN IN NN . +DT NNS VBD IN NNS CC NNS VBD DT JJS TO VB . +RB , DT JJ NN VBZ IN NN IN DT NN . +WRB MD PRP VB NNS . +NNS VBP VBN VBN IN NN NN IN DT NN IN NNP . +CD NNS VBP VBN IN DT NN IN DT NNS VBP IN DT NN IN NN NN IN DT JJ NN . +NN VBZ RB IN CD : CD . +RB , `` JJ '' CC `` NN '' MD VB VBN IN DT NN IN NNP . +`` NNP '' CC `` NN '' MD RB VB VBN IN PRP MD DT VB IN DT JJ NN IN NN NNS . +DT NNS VBP IN DT NN IN `` NN NN '' CC DT NN IN NNS WDT VBP IN DT JJ VBP RB VBN IN DT JJ NN CC `` VB '' DT JJ TO DT NN . +WRB VBP DT JJ NNS VBN . +IN DT NN RB VBZ DT JJ NNS , PRP VBP DT NN TO NN CC VB DT JJ NN IN NNS . +DT NN VBN VBZ TO VB DT NN NN TO VB DT JJ NN IN DT JJ NN IN NNS IN DT NN . +RB DT JJ NN NNS VBP VBN VBN IN PRP$ JJ NNS . +DT NN : NN NN VBZ RB VBN TO VB JJ NNS IN DT NN NNS . +IN DT NN , RB JJR CC JJR IN NN JJ NNS MD VB VBN , CC DT NN MD VB RB JJ TO DT NN IN DT JJ NN . +WRB PRP VBZ PRP VBZ RB RB JJ WRB VBG NN TO DT NN NN MD VB JJ NNS . +CD NN TO VB IN PRP VBZ DT NN . +DT NN WDT VBZ JJ NNS IN DT NN MD VB JJ JJ JJ NNS . +IN NN , IN DT NN IN NN NN , DT JJ `` NN '' MD VB IN `` NN '' , VBN '' , `` JJ '' , CC `` JJ '' IN CD JJ NNS . +RB , DT `` NN '' NN MD VB DT JJ `` NN '' WDT VBZ TO DT JJ VBG NNS . +VBG NN IN DT NN VBZ JJ TO VB `` VBG '' RB . +RB , IN DT NN VBZ DT NN `` JJ NN '' , RB EX MD VB DT NN IN `` JJ '' CC `` NN '' . +IN `` NN '' VBZ JJ JJ NNS CC RB VBZ JJ NNS , PRP VBZ NN MD VB TO DT NN IN `` VBN '' . +IN PRP VBZ RP IN DT JJ NN , PRP MD VB VBN IN CD IN DT JJ NN NNS , IN IN `` VBG '' CC RB `` NN '' . +IN DT JJ JJ NN , PRP MD RB VB RP IN NNS `` JJ NN '' CC `` JJ NN '' . +IN JJ , DT NN NN MD VB RB VBN NNS IN NNS WDT VBP RB CC IN JJ NNS . +DT JJ NN IN DT NN MD VB DT JJ NN WDT VBZ JJ NNS TO DT NNS IN DT NNS IN DT NNS . +DT VBZ JJ TO RB VBN NN NNS VBG VBN RB IN NN . +NNP NN IN NN NN , NN NN VBZ TO VB DT NN IN DT NN . +DT JJ JJ NN VBZ IN RB PRP VBP VBG IN JJR NN NNS : JJ NNS RB IN NNS CC NNS . +IN DT NN VBZ VBN VBN IN JJ NN -LRB- VBG DT JJ NN IN DT IN DT JJ -RRB- , DT NN IN NN NNS VBP JJ -LRB- VBG DT NN IN NNS TO VB IN DT NN -RRB- . +IN VBG IN DT NNS IN DT NN NNS , PRP MD VB WRB NN NNS VBP RB VBN . +DT RBS JJ NN VBZ VBG DT JJ NN -LRB- JJ NN IN JJ NN -RRB- NN -LRB- NN -RRB- . +DT VBZ DT JJ NN WDT VBZ WRB RB DT JJ NN VBZ DT NN JJ IN CD CC JJR JJ NN NNS VBN IN NNS . +PRP VBZ JJ TO VB NNS TO VB PDT DT JJ NNS IN DT NN . +VB MD VB VBN IN NN TO NN , NN , NN , CC JJ NN , IN NN -LRB- JJ NN -RRB- VBZ VBN VBN TO VB RB IN JJ NNS IN JJ NNS -LRB- FW , DT NNS IN JJS NN NNS VBP IN DT NNS NNS VBD DT JJS -RRB- . +NN VBZ VBN IN NN IN NN IN NNS IN NN WDT VBP IN NN CC NN IN NNS IN NN NN . +IN EX VBP JJ NNS , DT NN NNS VBP VBN . +IN NNP VBZ VBN RB IN NN VBP , PRP MD VB IN DT JJ JJ NNS VBP VBN IN DT JJ NN CC DT NN NN , CC PRP MD RB VB IN DT NN VBZ JJ CC DT NNS VBP RB IN DT JJ NN . +FW FW NN NNS VBP TO VB NN TO DT NN . +VB IN NNP VBZ JJ TO DT NNP NN IN NN NN , CC NNP VBZ NN : VBN , IN NN NNS VBP NN . +DT JJ NN IN NN NN VBZ JJ NN NN . +DT NN IN JJ NN VBZ JJ NN IN FW FW CC JJ NN IN NN NNS VBN IN DT NN . +NNP VBZ WDT VBP JJ NN VBP VBN VBN . +NN IN JJ NN NNS VBD NN NN VBZ RB RB IN JJ NN NN , CC PRP MD RB VB JJ NN IN PRP . +RB , IN PRP VBP DT NN IN NNS CC JJ NNS IN PRP , PRP MD VB NNS IN NNS WDT VBP PRP JJ NNS IN NN IN DT NN . +NNS MD VB DT NN IN DT NN -LRB- FW , DT JJ JJ NNS VBP RB JJ -RRB- , DT NN IN NNS IN DT NN , NN . +DT JJ NN IN JJ JJ NN VBZ IN DT JJ NNS MD VB RB VBN IN VBG NNS IN DT NNS IN DT JJ NN NN MD VB VBN IN `` IN NN '' CC `` RB IN NN '' . +DT VBZ RB RB WRB NNS VBP NNS , RB RB VBG NN NNS CC VBG NNS VBZ RB RB JJ . +DT NNS IN DT NNS VBP RB RB VB RP IN NNS IN DT JJ NN , IN PRP MD JJ TO VB NNS TO NNS IN NN . +VB , RB , IN DT JJ NNS MD RB VB VBN IN NN NNS , IN NN RB VBZ IN NNS . +JJ NNS : NNP CC NNP DT JJ NN TO NN VBZ RB RB JJ IN NN TO JJ NN NN CC VBZ IN DT NN IN JJ NN NNS . +DT JJ NN NNS VBP VBN IN VBG DT `` JJ '' NN , WDT VBZ DT JJ NN NN IN PDT DT NNS IN DT NN . +RB DT NNS MD VB VBN IN NN TO PRP$ NN TO DT JJ NN . +DT RBR JJ NN TO VB NN NN VBZ VBG JJ VBZ CC NN NN . +NNP VBZ DT NN RB JJ TO NNP , CC DT VBP DT NN IN NN NN . +DT CD NNS VBD VBN IN JJ NNS IN DT JJ NN , CC NNP RB VBD IN NN , CC MD RB RB RB VB VBN IN NN NN CC DT JJ NN NN NN . +NN NNS WP VBP DT NNS . +IN DT NNP CC NNP , DT NN VBZ VBN IN VBG DT NN IN DT NN IN DT NN . +WP VBP DT NNS . +DT NNS IN NNS VBP VBN IN DT NN IN JJ NN CC NN VBP . +IN NN VBZ NN NN IN NN NNS , NNP VBZ DT RB JJ NN VBN IN DT NN IN NNS CD NNS VBP IN JJ -LRB- VBN IN DT NNS POS NNS -RRB- . +DT NNP NN VBD VBG JJ NNS IN VBG DT NN TO DT NN NNS , CC RB VBD IN VBG NNS IN NNS JJ TO DT NN NN . +NNP VBZ JJ NN NNS IN NNS . +WRB VBP NNS VBN . +IN DT NNS , DT NNS VBP VBN IN VBG NN TO DT VBG NN . +DT NN VBZ VBN IN VBG DT JJ NN NNS , VBG DT NN CC NN NN TO VB DT NN IN DT NN . +NNP CC NNP NNS PRP VBZ JJ VBG IN NNP VBD VBN TO NN RB IN VBN RB , IN NNP VBD VBN IN NN IN DT JJR NN NN -LRB- NN -RRB- WDT VBZ DT NNP NN -LRB- JJ NN -RRB- IN JJ NNS IN NN NN CC NN VBG DT JJ NN IN CC JJ CC RB VBN NNS . +IN DT NN , DT NN NNS MD VB VBN , IN DT NNP NNS VBP DT JJ NNS VBP RB RB JJ . +DT JJ NN VBZ IN NNP VBD VBN IN JJ NN NN , IN NNP VBZ VBN VBN TO JJ NN . +DT NN VBZ DT JJ IN DT NNS : RB DT NN IN NNS TO VB IN VBZ VBN . +RB , WRB VBG JJ NNS , EX VBZ DT JJR NN IN NN VBP CC RB JJ NNS TO VB IN DT JJ NN . +VB PRP VBP DT NN IN NN NNS IN DT JJ NN , CC PRP VBP TO VB CD NN . +DT NN VBZ JJ TO VB JJ JJ NNS , CC PRP MD RB VB TO VB JJ NNS IN DT NN . +TO VB DT NN , NNP VBZ DT NN JJ NN WDT VBZ RP DT NN IN VBG NNS IN NN NN , CC VBZ DT NNS WDT VBP RB JJ TO NNS RB VBN IN DT NN . +DT NN VBN VBZ VBN NNP NNP NNP -LRB- NNP -RRB- . +WRB JJ NN VBZ DT NNS VBP VBN IN DT NN IN NNS `` VB '' JJ JJ NNS TO DT NN . +RB , IN CD NN VBZ RB JJ TO JJ NNS , PRP MD RB VB DT NN IN JJ NN . +DT NN IN DT NN RB VBZ IN DT NN IN DT NNS `` VBG '' PRP . +RB , TO VB VBN RB CC VBN IN DT NN , DT NN MD VB JJ TO JJ NNS WDT VBP IN NN RB JJ TO JJ JJ NNS . +DT VBZ JJ NN CC VBZ DT NNS TO VB VBN TO DT JJ JJ NN . +DT NNS VBP JJ CC RB JJ . +CD MD VB DT NNS VBG JJ NNS IN DT NN NN MD VB RB IN DT JJ NN . +RB , DT JJ `` NN '' : VBN NN VBZ TO DT NN . +VBG NN : NN NN IN VBN JJ , JJ JJ NN VBZ DT NN IN JJ NN . +RB , PRP MD VB TO VB NNS WDT VBP DT `` JJ '' -LRB- FW , VBP DT JJ NNS -RRB- CC `` JJ '' -LRB- FW , PRP VBP IN CD DT -RRB- . +NN NNS IN NN IN DT NN JJ NN VBG NN , CC JJ NNS VBP VBN JJ NNS , JJ IN JJ JJ NN -LRB- NN -RRB- , IN VBG TO VB NN IN NN NN NNS . +PRP VBP VBN DT JJ NN JJ NN NN IN NN WDT VBZ DT `` NN '' CC `` NN '' IN DT JJ JJ NN VBN IN VBG NNP NN JJ VBZ . +-LRB- DT VBG JJ NN VBZ IN DT JJ JJ NN , IN DT NNS VBP RB VBG NNS WDT VBP IN `` JJ NNS '' WDT VBP DT NN TO VB RB IN DT NN . -RRB- +DT NN VBZ VBN NNP IN NNS WDT MD RB VB JJ . +IN NN TO RB VBG NN IN DT JJ NN , NN VBZ DT JJ NN -LRB- VBN IN NN NN IN DT NN IN NN -RRB- . +NNP JJ NN PRP VBZ DT JJ NN . +RB IN VBG JJ NN VBZ DT NN IN NN NN , RBS JJ NNS VBP VBN IN DT NN IN JJ NN . +VBN NNS MD VB DT JJ NN IN PRP CC VB DT NN IN JJ NN NNS . +RB , NN IN VBN NNS MD VB VBN , IN PRP VBZ RB DT NN NN . +IN DT NN CD CC CD NN NNS , NN VBD DT NN NN NN IN JJ NN IN DT NN NN . +DT NN VBD VBN IN DT NN NN VBG DT JJ NNP NN CC JJ NN NNS IN NN NN . +IN DT NN VBD JJ NNS , PRP VBD TO VB DT NN IN DT NN NN -LRB- NN -RRB- NN IN DT NN NN NN , IN NN VBZ VBN TO VB JJ IN NN NNS . +NNP NN VBZ RB VBN VBN RB IN NN IN DT NN NN NN . +VBN NN NNP VBG NNS IN RB JJ NNS JJ IN NN NN CC NN NN VBP VBN RB VBN TO VB JJ NN . +RB IN RB NNP NNP -LRB- NNP -RRB- , EX VBP NNS IN NN NNS IN DT NN IN NN -LRB- NN JJ NN VBN NNP NNP -RRB- , IN NN IN VBG NN NNS TO VB VBN IN DT NN , CC EX VBP NNS WDT VBP IN JJ IN DT JJ -LRB- NN JJ JJ VBN NN NN -RRB- . +NN DT JJ NN IN DT NN VBZ DT IN NN . +NN NNS VBP IN JJ CC JJ , JJ CC JJ . +DT JJ NN VBZ DT NN NN IN IN PRP IN DT JJ NN VBZ DT NN VBN IN WRB PRP VBZ DT NN IN DT JJ NN . +JJ NNS VBP VBN RB DT NN CC NN IN NNS . +JJ NNS , IN DT JJ NN , VBP VBN DT NN IN NN IN NNS IN NN NN , NN NN , NN . +JJ NNS VBP DT NN IN DT JJ NN NN , CC DT JJ NNS VBP IN JJ NN IN NNS IN JJ NN NNS . +JJ NN RB VBZ JJ NN IN WP VBZ VBN DT `` JJ '' NN , WDT VBZ IN VBG DT NN NN JJ VBZ RB JJ . +JJ NN MD VB VBN , CC DT VBZ CC NN CC NN JJ IN PRP VBZ NNS TO VB RB RB DT NNS CC RB DT NN NNS . +JJ NNS VBP DT VBG NN CC NN . +CD IN DT NNS VBN IN NNP POS JJ NNP VBG NNS , IN WDT NN NNS VBP PRP$ NNS IN CC NN CC NN NNS , VBZ DT NN JJ -LRB- JJ NN IN JJ NN -RRB- . +PRP RB VBZ NN VBZ IN RB VBN NNS CC JJ JJ NNS . +DT JJ NN IN VB MD VB DT JJ NN IN JJ NNS IN DT CD NNS . +NN WDT VBP NNS IN DT VBP JJ TO VB DT NN IN DT NN POS NN . +NNP NN VBZ DT NN RB TO VB RB VBN . +VBG NNS , CC RB CC RB , VBZ DT JJ NN . +DT JJ NN IN NN VBZ IN DT NN IN VBG DT JJ NN IN WDT DT NNS IN DT NNS MD VB VBN . +RB , PRP VBZ RB RB JJ TO VB WP DT JJ NN VBZ , IN EX VBZ RB DT NN IN DT NN TO VB DT JJ NN WDT VBZ RB JJ IN DT JJ NN VBN IN DT NN TO DT JJ NN . +JJ NNS IN VBG NNS RB DT RBS JJ NN TO VB DT NN IN JJ NNS VBZ TO VB PRP IN JJ NN NNS . +RB , IN JJ NN VBZ RB DT JJ NN , JJ NNS MD VB JJ NNS , CC RB , DT JJ NN MD VBD JJ NNS IN JJ NNS , VBG NN IN JJ NN IN NNS IN TO WDT NNS VBP JJ NN NNS . +IN DT JJ NN , DT JJ JJ VBZ DT NN , IN CD JJ NNS MD VB DT JJ NN CC RB VBG DT JJ NNS . +DT NN VBZ VBN IN NN . +PRP MD VB DT NN TO RB VBG NNS VBG NNS -LRB- NN -RRB- . +RB , JJS NN NNS VBP DT JJ NN , VBG CC VBG JJ NNS IN DT NN NNS . +IN NNS MD RB VB CC VB JJ NN IN DT NN , JJS IN DT NNS PRP VBP NNS WRB JJ , CC PRP VBP JJ JJ NN IN CD NN . +VBG NNS RB DT JJ NN IN DT NN NNS VBG RB RB VBZ IN PRP VBP IN JJS CD NN NN , CC IN DT NNS JJR IN CD , TO VB JJ TO VB JJ NNS IN NNS . +DT VBZ DT JJ CC JJ NN . +JJ NN VBZ TO VB VBN IN NN TO VB NN IN NNS CC PRP$ JJ NNS . +RB , IN DT NNS VBN IN DT JJ NN , RB RB VBP PRP VB TO VB JJ NNS JJ IN NN , CC RB JJ NN VBZ TO VB VBN IN DT IN PRP -LRB- FW NNP IN DT NN NN -RRB- . +IN DT NN , WP DT NN NNS VBP IN DT NN , VBZ DT NN IN NNS TO VB IN JJ NNS CC DT NN IN JJ NNS . +RB , PRP DT VBP DT JJ NN IN NN TO JJ NN NNS . +TO VB DT NNS , PRP VBP IN DT JJ NN MD RB VB DT JJ NN TO VB NNS , CC DT JJ JJ NN MD VB RB JJ . +RB , DT JJ NN IN DT NN VBZ TO VB DT JJ NN IN VBG RB DT NN IN DT NN IN DT JJ NN RB IN IN DT JJ CD . +PRP$ NN NN VBZ DT JJ NN WDT VBZ TO VB VBN RBR RB , CC VBD IN DT NN . +PRP$ JJ JJ NN VBZ TO VB JJ NN NNS CC VB WRB DT VBN NN VBZ DT IN DT , IN PDT DT NN IN DT NN NN MD RB VB JJ RB , VBG RB IN NN DT JJ NN CC DT JJ NN . +RB VBN , PRP MD VB VBN RB IN DT JJ JJ NN TO VB NN POS NN . +JJ NN NN -LRB- NN -RRB- VBZ DT JJ NN NN NN IN VBG JJ NN IN DT NN NN NN JJ IN DT NN NN CC DT JJ NN . +NNS VBP DT NN NN NN WRB JJ JJ NNS VBP VBN IN NNS IN JJ NNS . +IN DT NN , PRP MD VB IN DT NN NN VBZ IN DT NN WDT VBZ DT NN VBN NN IN DT JJ NN NN . +RB , DT NNS TO VB DT JJ NN VBP RB JJ IN DT IN DT NN JJ TO DT JJ NN IN JJ NNS . +NN MD VB VBN IN DT NN IN JJ NN NN . +DT NN MD VB VBN DT NN : IN IN JJ NN VBG DT NN VBZ TO VB DT NN NN TO VB DT NN NN NN , IN NNP DT NN VBZ TO VB NNS IN WRB TO VB DT NN IN NNS . +DT JJS -LRB- CC RB JJ -RRB- NNS VBP NNS WDT VBP NN NNS . +JJ NNS VBP RB RB VB NN NNS , CC MD VB DT NN TO DT NN , FW VBG IN DT NN NN NN NN VBZ IN TO VB VBN . +RBR JJ NNP NNS RB VBP NNS TO VB DT JJ NN . +IN IN JJ NNS IN JJ NN NN , DT MD VB VBN VBG CC JJ NNS IN NN -LRB- FW , NNS -RRB- CC DT NN , CC VBG JJ NNS VBN IN VBG JJ NNS . +NNP VBZ DT JJ NN . +DT JJS JJ NN IN JJ NN IN DT NN VBZ DT NNP NN IN DT NN NN . +RB DT JJS DT NN VBZ TO DT NN NN VBZ NNP CC NNP -LRB- CD -RRB- , CC DT NN VBZ RB VB NNS IN DT NN IN CD . +DT NN VBZ IN NN CD NNS , WDT VBP VBN NN NNS IN JJ NNS IN NNP . +IN DT NNS , DT NN VBZ DT JJ JJ NN IN NN NNS IN PRP$ NN . +IN NN , VBG DT JJ NNS IN NN , DT NN VBZ NN NN NNS IN NNP VBP VBN IN DT JJ TO JJ NNS IN NN IN NNS IN IN CD TO CD IN JJS NNS IN DT NN . +RB , IN JJ NNS , NN NNS MD VB JJ IN NNS IN CD . +IN NN , DT JJ NN -LRB- VBN IN DT JJ NN -RRB- IN DT NN VBD NNP NNS VBP VBN TO VB JJ IN NN CD IN JJS IN NNP , CC RB NN CD IN DT RB JJ . +DT JJ NN VBZ IN DT NNP NNPS CC RB JJ IN NN NNP IN NN NNS IN NN NN . +VBG DT CD VBZ DT IN DT NNS IN NNP NNS MD VB : DT VBP RB VBN IN . +NNS DT NN TO VB NN MD VB RB JJ IN VBG DT NN IN JJ NN WDT VBZ VBN CC VBN , RB VBN IN DT NN NN . +DT NNS MD VB JJ IN JJ NNS JJ IN NN NNS CC NNS IN JJ NN NNS . +RB , DT JJ NN NN VBZ TO VB NNS IN VBG CC VBG IN NN TO VB DT NN IN NN WDT VBZ JJ CC VBZ RB VB JJ . +JJ NNS VBP : JJ NN : VBG WP NN TO VB IN DT NN . +IN NN , IN DT NN NN IN , VBG IN TO RB VB DT NN NN VBZ CD IN DT RB JJ . +NNP VBG : JJ NN IN DT NN TO VB . +IN NN , VBG TO VB DT NNS IN JJ NN NNS RB , RB IN DT NNS IN JJ NN NNS . +NN : VBG IN JJ NNS TO VB NN CC NN . +IN NN , VBG DT CD NNS NN NN NNS IN NNP VBP VBN IN DT JJ TO JJ NNS IN NN CC NN NN NNS MD VB IN CD TO CD IN JJS NNS IN DT NN IN DT JJ NN NN NN NNS IN NNP VBP VBN IN DT JJ TO JJ NNS IN NN IN NNS IN IN CD TO CD IN JJS NNS IN DT NN . +JJ NN : VBG NNS TO DT NNS . +IN NN , VBG IN NN CC JJ MD VB VBN WRB VBG DT NN NN IN CD . +VBG NN NN : VBG VBG NNS WDT VBP NNS CC NNS . +IN NN , VBG TO VB IN DT NNP NNPS CC RB JJ IN JJ NNP TO VB TO DT JJ NN IN NNP . +DT NN RB VBZ VBG NNS IN NNS CC JJ NNS IN NN . +NN : VBG DT JJ NN , WDT MD VB JJ VBG TO DT NNS IN NN , NN , CC NN . +IN NN , VBG MD VB IN DT NN JJ IN TO VB . +NNS DT JJ NNS VBZ VBN RB JJ IN NNP NNS WDT VBP NNS -LRB- VB JJ NN -RRB- . +CC IN DT JJ NN , DT RBS JJ NNP NNS VBP VBN JJ NNS WDT VBP JJ NNS IN NNS CC NNS NNS : DT NNS RB VBP NN NN RB RB IN NN NN . +IN JJ , JJ NNS VBP VBN VBN WDT VBP JJ NN NNS IN NN NNS . +DT JJS JJ NN TO VB VBN VBD NN , WDT VBD VBN IN NNP NNP TO VB NN NNS IN NNP CC NNP IN DT JJ NNS . +DT NN IN NN VBD JJ NN , CC NN CC NN . +JJ NN IN DT NN VBP DT NN WDT VBD IN NNS RB VBN JJ NN NNS TO JJ NNS , IN NN IN DT NN NNS VBD RBR JJ NN , CC DT NN IN JJ NNS MD VB VBN TO VB JJ NN NNS . +JJ NNS VBP DT NN NN VBN TO VB NNS IN NNP NNS . +IN DT CD EX VBD JJ NN IN VBG NN TO VB JJ CC NN NNS . +IN NN DT NN NN VBD IN NNP NNP RB VBD JJ NNP NN VBN IN DT NN IN JJ NNS IN JJ NNS NNS . +RBR RB EX VBZ VBG NN IN VBG NN TO VB JJ JJ NNS . +JJ NNS IN DT NN VBP VBG TO VB , CC NNS VBP VBN IN NN NNS IN JJ NNS MD VB JJ JJ NNS IN JJ NNS . +EX VBZ RB VBG NN IN VBG NN TO VB NN , IN NN IN VBG NNS CC NNS NNS TO JJ NNS . +DT NN IN DT RB JJ NN IN NN VBZ DT NNP NN . +PRP VBZ IN WP PRP VBP VBZ WP PRP VBD CC VBZ NNS TO VB CC VB DT RB VBN NN -LRB- NN NN -RRB- IN DT VBG JJ NN NN -LRB- NN NN -RRB- , RB NN DT JJ NN IN VBG TO VB PRP . +NN IN IN JJ JJ NNS , NN NNS VBP TO VB JJ TO VB WRB RB PRP$ NNS , NNS , CC NNS VBP . +DT VBZ VBN NN . +EX VBP CD JJ NNS IN VBG NNP NNS : JJ -LRB- JJ -RRB- NN : VB DT VBN NN TO DT NN , CC VB WRB RB PRP VBZ PRP VB DT NN -LRB- CC RB VBZ PRP$ JJ NN -RRB- . +IN NN , DT NN WDT VBZ NNS IN JJ NNS MD VB VBN IN VBG DT NNS TO NNS , CC VBG IN DT NNS VBZ NNS VB JJR NNS . +JJ NNS : VB DT VBN NN TO DT NN , CC VB PRP CC PRP TO VB DT NN CC NN IN DT NN . +NNS : VB VBN NNS TO NNS VBN IN NNS IN DT JJ NN NNS , VBG DT JJ NN JJ IN NNP . +RB VBG , WP PRP RB VBP TO VB VBZ WRB JJ NNP NNS VBP IN VBG NNS , WDT VBZ DT JJ IN DT JJ NNS . +RB , JJ NNS VBP JJ CC JJ , CC MD VB JJ TO VB RP -LRB- RB IN PRP VBP NNS IN JJ NN , JJ IN NNS -RRB- . +RB -LRB- IN IN JJ NNS IN NN -RRB- JJ NNS VBP DT NN , RB DT NN . +IN JJ NNS NNS VBP VBN VBG TO VB WRB RB NNS CC NNS VBP IN -LRB- VBP -RRB- JJ NNS . +JJ IN DT NN VBZ VBG VBN IN DT NN IN NN VBZ JJ NNS . +JJ NNS VBP IN JJ NNS VBP RB JJR IN NNS IN DT NN . +IN JJ NNS , JJ NNS RB VBP VB NN IN JJS TO DT NN -LRB- IN EX VBP NNS -RRB- , IN NNS VBN IN NNS RB VBP RB VB NN RB . +DT NNS VBP RB JJ , RB JJR NNS MD VB JJ RB . +IN DT NN , JJ NNS VBP RB DT RBS JJ NN NN IN NN : DT VBZ NN TO NN NN , WRB NNS VBP RB RB VBN . +JJ NN NN VBZ DT NN IN JJ NN NN IN JJ NN IN NNS IN NN NN NN . +DT NN IN VBG CC VBG NN VBZ RBR JJ IN DT JJ NN IN VBG NN IN JJ NN NN IN IN DT NN IN JJ CC JJ NNS IN DT NN CC DT NN TO VB DT JJ JJ CC JJ NNS TO VB TO PRP , NNS WDT VBP JJ WRB VBG NN . +EX VBZ JJ JJ NN IN DT NN IN IN PRP$ NN TO NN , NN NN , NN , NN CC JJ NN . +CD NNS IN NNP NNP VBD DT NN JJ NN , NNP POS NN -LRB- VBN NNP NNP NNP IN DT NNP NNP VBG NN -RRB- VBD WRB DT NN MD VB JJ JJ NN NN TO VB NN NN NNS . +DT NN RB , IN CD , NNP NNP IN NNP VBD NNP , DT JJ NN WDT VBD IN DT NN IN NNP IN DT NN , DT RBS JJ VBG NN . +NNP VBD IN JJ NN CC NN IN JJ NNS IN JJ NNS CC NNP VBD DT NN IN VBG DT NN DT NN IN JJ NN CC DT JJ NN . +RB NNP VBD JJ NN IN DT NN NN CC MD VB VBN IN DT RB JJ NN TO JJ JJ NNS JJ IN DT VBN IN NN . +IN CD NNP NNP IN NNP NNP VBD DT JJ NN NN IN JJ NN NN . +DT NN , RB VBN IN DT NN IN NNP NNP , VBD RB VBN IN NNP POS NNS IN NNP NNP , JJ IN NNP NNP , NNP NNP , CC NNP NNP . +IN CD , NNP NNP NNP VBD DT JJ NN NN -LRB- NN -RRB- TO VB JJ NN NN . +RB IN NN NN NNS NNS VBD DT JJ NN IN JJ NN NN WDT VBD VBN RB . +NNS CC PRP$ RBR JJ NN VBN `` JJ NNS '' VBD TO VB VBN IN DT NN IN NNS . +IN CD NNP NNP VBD VBG NNP IN PRP$ NN NN IN NNP . +NNP MD VB JJ JJ NNS IN DT JJ NN IN NNS POS NNS TO VB DT JJ NN TO VB NNS . +DT JJ NN IN NNP VBD JJ NN IN JJ NN IN DT NN . +NNP VBD TO VB DT JJ NN IN DT NN IN DT NN IN PRP$ NN NN IN DT JJ NN . +IN NNP , NNP VBD RB DT NN IN NNP NNP , WP VBD NNP . +IN DT CD CC CD DT JJ NN NN NN IN NN JJ JJ NN CC NN IN DT NN . +DT NN IN JJ NNS VBN IN DT NN VBD VBN , FW , IN CD NNP NNP VBD NNP NNP RB IN DT NN IN VBG DT JJ NN NN IN NN NNS IN JJ NNS . +RB , IN DT NN IN NN JJ , JJ NN NNS NNP VBD NN . +DT NN IN JJ JJ NNS VBD VBN IN DT JJ NN , FW , NNP NNP NNP IN DT NNP NNP NNP CC NNP NNP CC PRP$ NNS IN NNP NNP NNP . +IN CD , NNP NNP VBD DT NNP NN IN NNP WDT VBD NNS TO DT NN IN NNP NNP CC NNP NNP NNP . +NN CC NN DT NN NN `` JJ NN NN '' MD VB VBN TO DT JJ NN IN NN NNS , VBG IN JJ , RB JJ NNS JJ IN JJ NNS VBN TO NNS , TO RB JJ NNS JJ IN DT JJ NN IN NN NNS CC NN NNS . +JJ JJ NN NNS VBP IN DT CD NNS , IN NN NN NN IN DT JJ NN IN NNS CC PRP$ VBG TO DT JJ NN IN DT NN VBZ RB VB IN NN NN IN DT NN , CC VBZ RB RBR JJ IN DT NN IN JJ NNS TO NN NNS IN JJ NN . +IN DT NNS JJ NNS IN VBG JJ NN CC JJ NNS VBN TO NNS VBP VBN NN IN VBG NNS IN NN . +DT NNS VBP RB VBN IN NNS IN JJ NN , CC VBP VBN JJ NN NN . +IN NN , NNP NNP RB VBD DT NNP NN IN DT JJ NN TO VB DT NNP NN NN IN NNP NNP . +NNP RB VBD DT NN NN WP$ JJ NN RB VBD DT JJ NN NN NN . +NNP IN DT JJ TO VB CC NNP IN NN VBP , RB , RB JJ IN NNS WDT VBP DT JJ NN CC VBP DT JJ NN -LRB- RB IN JJ NN NN -RRB- IN DT NNS IN JJ NN NNS . +RB DT NN CC NN IN `` NN '' VBN IN IN DT NN VBD CC DT NN IN DT NN -LRB- CC DT JJ NNS -RRB- CC DT NNS IN NNS PRP MD VB IN . +DT `` NN '' IN DT NN VBZ VBN IN DT NNS IN PRP$ NN CC NN . +DT `` NN '' VBZ VBN IN DT NN TO WDT PRP$ NN VBZ IN IN DT JJ JJ NN . +IN DT JJS CC JJS , JJ NN NNS VBP JJ NN , CC VBP DT JJ NN IN NNS . +JJ CC JJ NNS VB CC VB NNS IN NN , CC PRP RB VBP VBN NN . +NNP WDT VBP TO VB DT NNS IN DT NN JJ IN DT NN NN IN JJ JJ NN CC TO VB PRP$ NN IN DT NN VBP JJR CC VB JJ NN , CC PRP VBP RB RB JJ . +NNP WDT VBP DT RB JJ CC RB JJ VBP IN DT JJ NN IN DT NN . +NNP CC NN RB IN DT NN VBN , DT JJ NNS MD VB VBN IN JJS JJ NN NN NNS . +DT NN VBZ DT NN IN DT NN CC DT NN CC NN NNS TO VB NNS IN DT JJ NN . +DT NN IN DT JJ NN IN DT JJ NN VBZ JJ NN , FW , DT NNP NN VBD JJ NNS IN NN . +DT NN RB VBZ DT JJ NN TO VB DT NN . +DT NN NNS IN DT NN NN NN VBP IN DT JJ NN PRP VBZ . +VBG JJ NNS IN NN VBP JJ NN NNS IN PRP$ NN IN DT NN IN NN JJ JJ NN . +DT NN IN JJ NNS CC JJ JJ NN TO DT NN IN NNS TO VB NN IN NN . +NNP NNS IN JJ NN NN RB VBP TO VB JJ NN IN PRP$ NN . +DT VBZ RB VBN IN VBG DT VBN NN IN DT NN IN NNS FW FW NN , RB VBG JJ NN TO VB IN NNS . +NNP VBN IN JJ NNS JJ IN NN RB VBP TO VB DT NN IN DT NN IN JJ NNS , IN NN JJ NNS JJ IN DT VBG DT NN NNP RB VBP IN DT NN IN DT VBN IN JJ NN NN . +DT NN IN NN IN JJ NN NN MD VB JJ NNS . +DT JJ NN IN NNS CC JJ NNS VBP VBN IN JJ NNS TO DT JJ NN IN NN , DT IN JJ NNS CC NNS . +NNP NN NN , RB VBD TO NNP , VBZ DT JJ CC JJ NN IN VBN NNS IN JJ , JJ CC VBN NN IN JJ NN . +PRP VBZ RB VBN IN DT NN IN NNS NN IN DT NN IN JJ NN NNS NN , IN NNS , NNS NNS , NN , CC DT NN IN VBN NNS . +PRP VBZ JJ TO DT NN IN VBN NNS IN IN PRP MD VB RB VBN , VBN RBR RB , VBD JJ , CC VBN IN NN NNS JJ IN NN NN , NN CC NN NN . +NNP VBZ DT NN IN NN IN NN NN , JJ NN CC NN NN . +JJ NNS VBN TO VB VBN IN NNS IN DT NN , CC VBD IN CD NN IN DT NN . +`` JJ '' NNS IN DT JJ NN IN NN NN IN JJS NNS VBP RB JJ . +DT NNS VBP JJ IN VBG JJ NN WDT RB VBZ DT JJ JJ NN VBG NNS , NNS CC JJ JJ NNS . +IN CD , NNP NNP VBD DT NN IN NN NNS CC VBD PRP IN JJ NN NN . +-LRB- NN VBN -RRB- IN DT JJ NN , NNP NNP NN VBD DT NNP , DT JJ NN IN WRB VBN IN DT VBN NN , VBD NNS WDT VBD TO JJ NNS CC NNS . +NNP VBD TO VB NNP NN IN NNS NN . +RB , PRP VBD VBG NNS NNS CC RB , VBG NNS , VBG DT NNS IN DT NN VBG DT VBN NN NN . +IN CD NNP NNP VBD JJ NNS , CC VBD DT NN IN NNP IN NNP . +NNP NNP NNP RB VBD DT NNP NN IN JJ JJ NN NN IN NNP IN CD -LRB- NNP NNP CD -RRB- . +IN CD NN VBD RB VBN DT NNP NN IN PRP$ NN -LRB- NNP NNP CD -RRB- . +IN CD NN NNS VBD IN DT JJ JJ JJ NN TO VB JJ NNS IN DT NNP NNP NNP , CC RB IN VBG DT VBN NNS TO NN NN , PRP$ NN VBD PRP TO NN NN CC RB VBD DT NNS : DT JJ JJ NN . +PRP VBD RB RB JJ CC VBD RB VBN IN NN . +IN CD , NNP NNP NNP , DT NN IN DT NNP NNP NNP NNP IN DT NNP NNPS , VBD DT NN IN VBG VBN NNS IN NN NN IN NN NN CC VBD DT NN TO VB DT , VBN `` NNP . '' . +PRP VBD DT NN IN PRP$ `` NNP IN NNP '' IN CD NNP NNP CD . +`` NNP '' MD VB CD NNS IN DT JJ NN , VBD NNP NNP , VBD JJ NNS , VBD RB IN VBN NNS , CC VB JJ NNS . +NNP VBD RP TO VBN NNP NNP NNP NNP -LRB- NNP -RRB- , WDT RB VBD DT NN POS JJ JJ NN NNS . +IN CD , DT JJ JJ NN VBD VBN IN DT NNP POS NNP , WDT VBD NN TO NN NNS NNS IN DT NN . +PRP VBD DT JJ NNS IN VBN NNS IN NN IN DT NN IN DT NN POS NN NN , IN NN IN VBG DT NN IN CD CD NNS DT NN . +DT JJ NN VBD VBN TO DT NNP NNP NNP IN VBG NN NN NNS IN NN NNS . +JJ NNS VBN IN NNP IN DT JJ NNS VBD DT NN NN NN TO DT NNP NNP NNP NNP CC DT NN NN TO DT NNP NNPS NNP NNP IN VBG CC VBG IN NN JJ NNS . +NNP CC NNS VBD RB VBN IN NNP POS NNP NNS . +IN IN CD , NNP POS NNP CC NNP VBD TO VB DT NNP NNP NN VBN TO VB DT JJ NNS IN NNP POS NNP NNS VBD IN NNS . +DT NNS VBN IN DT NNS VBD VBN IN DT NN NN NN VBG DT NN NN . +DT NN VBD VBN RB TO DT NN CD NN -LRB- CD IN DT JJ JJ NN NNS -RRB- . +DT NN VBD VBN IN DT VBN NN NN VBN IN NNP WRB DT NN VBN NNP NNP NN . +DT NNS VBD NNS IN DT NN IN CD NNS IN NN , CC VBD DT NN , VBG DT PRP VBD RB JJ TO VB RB . +DT NN VBD NN IN DT NN NN NN IN DT NN VBN TO VB `` VB IN NNS '' JJ IN DT NN CC NN NNS VBN IN NNS . +DT NNP NNPS NNP NNP VBZ VBN VBG NNP NNS TO VB NN IN CD VBN IN NN VBN RB IN DT JJ NN NNP NNP . +DT JJ NN IN NNP IN NNP VBD IN DT JJ JJ NN NN -LRB- NN -RRB- . +IN CD PRP VBD VBG DT JJ NN NN , DT NNP NNP , VBG NNP NN , DT NN WDT VBD NN NN NNS IN DT NNP . +NNP NNP VBZ VBN VBG NNP NNS IN CD -LRB- NN VBN -RRB- . +NN NNS VBP DT NN CC NN IN DT NN IN DT JJ JJ NN NN , CC VB DT VBG NN NN IN DT NN VBN IN DT JJ NN . +TO VB NN IN DT JJ NN NN WDT MD VB JJ RB IN DT NN , JJ NN -LRB- NN IN JJ NN -RRB- VBZ VBN DT VBZ RB JJ IN JJ NN . +NNS MD RB VB VBN IN NN VBN IN JJ NN NN NNS . +NN IN NN TO DT NNP IN CD NNP NNP VBD DT NN NNP NNP NNPS , NNP CC JJ NN IN JJ NN , WDT MD VB NN VBN IN RB DT NN . +PRP VBD IN DT JJS NN IN DT NN MD VB TO VB DT NN NN IN DT JJ , WDT MD VB JJ NNS TO VB DT NN NN NN TO PRP RP RB . +DT NN VBD DT NN IN CD VBG NNS : DT NNP JJ NN CC DT JJ NN . +IN NNP CD , CD DT JJ JJ NN VBD VBN IN DT JJ NN NN VBN IN NNP CC DT NNS IN DT NNP NNP IN DT NNP -LRB- NN VBN -RRB- . +IN CD NNP NNP NNPS VBD VBG DT JJ NN IN DT JJ NN NN NN NN . +NNP VBD CD IN DT JJ NNS , CC VBD DT NN TO VB NN JJ CC NN NNS IN PRP$ JJ NN NNS . +CD NNS RB , NNP VBD PRP$ NN TO NNP , WDT VBD DT NN IN JJ VBG NN NN NN . +NNP RB VBD PRP RP IN NNP , WDT VBD IN NNP NNPS -LRB- NN VBN -RRB- . +NN NN NNP CC NN NNP NNP NNP NN CC NN NN NN VBP JJ JJ NN NNS WDT VBP NNS IN NNS RB IN JJ NNS CC NNS . +VBN IN DT NN IN JJ NNS CC NNS , NN CC NN VBP `` JJS NNS POS IN NNS VBG NN JJ NNS TO RB VB CC VB DT NNS IN NNS WDT VBP NNS . +NNP CC NNP NNP NNP NN NN , DT NN IN NNS TO VB NN VBZ VBN VBN IN JJ NN NN TO NNS JJ IN NN CC JJ CC NNP NNP CC NNP NNS . +IN CD NNS NN , NN NN VBD TO VB TO JJ NN NNS . +NN RB VBN IN NN CC JJ NN NN , VBZ VBN DT JJ NN TO VB JJR NN CC JJR NN IN NNS IN CD NNS NN IN DT NN NN . +NN CC NN NNS VBP VBN NN CC NN RB JJ TO DT JJ NNS CC NN NNS . +IN CD , DT JJ NN NNS VBD VBG NNP CC NNP NN , DT NN IN JJ NNS NNS TO VB DT NN TO VB JJ JJ NN NN , DT IN WDT VBP JJ IN NN NNS . +JJ NN IN NN NN VBZ VBN JJR CC RBR RB VBN TO JJ NN , PRP VBZ VBG RBR JJ NNS NN IN DT JJ NN . +IN NN : JJ NNS , NNS , NN , NN VB , NN NN , NN , VBN IN NN CC NNS , NN NN VBG IN JJ NNS , NNS , JJ NNS CC NN . +PDT DT NNS VBP NN NNS POS NN IN NN NN . +IN JJ NNS , DT JJ NNP NN NNS VBD TO VB JJ NN NNS , DT IN JJ NNS IN NNS . +PRP VBP JJ NN NNS VBN TO DT JJ NN , JJ IN NN NNS , JJ NN , NN CC NN CC JJ NN VBN IN NN NNS , TO VB DT NN NN . +JJ NN TO VB NNP NN VBZ VBN `` JJ NN '' CC `` JJ NN '' , RB VBN IN DT NNS IN JJ NNP , NNP NNP , NNP NNP , NNP NN NN , JJ NN CC NN NN NN , CC RB RB . +NNP RB : NN IN JJ NN NN NN JJ NN IN NNP NN DT NN VBZ JJ NNS IN NN . +VB NN VB DT NN IN VBG NNS TO JJ NNS . +JJ NN MD VB VBN CC VBN . +-LRB- NNP CD -RRB- VBN IN DT NNP NNP IN NNP -LRB- NNP -RRB- , DT NNP NNP NNP NNP -LRB- NNP -RRB- VBD DT NN TO VB DT NN IN JJ NNS IN NN NN VBN NNS -LRB- NN VBN -RRB- , CC PRP VBD DT RBS JJ IN DT JJ NN IN NNP NNP IN CD JJ NNS IN DT NNS . +NN IN JJ , JJ NN VBZ RB RB CD NN JJ RB WRB JJ NN VBZ JJ . +CD NN VBN IN NN IN JJ : CC JJ JJ NN NNS VBD IN NN NN NN IN JJ NN NN VBD IN CD NN TO CD NN : JJ NN MD VB VBN RB IN JJ NN . +JJ NNS : VBG NN IN NN NN , JJ NN , CC VBD NN IN JJ NNS -LRB- RB DT JJ JJ NN NNS WDT VBP JJ NNS IN DT JJ NN -RRB- : VBP RB DT NN IN JJ NN . +NN NNS MD VB VBN IN JJ NNS , CC WRB PRP VBP VBN MD RB VB DT VBN NN NN . +IN NN , IN NN NN -LRB- RB DT NN IN NNS -RRB- VBZ RB VBN TO VB NN VBG JJ NNS , DT NN NN NN IN CD NN -LRB- CD NN NN -RRB- MD VB IN DT NN NN IN CD NN -LRB- CD NN NN -RRB- CC JJR IN DT NN VBZ VBN IN IN DT JJ NN VBD VBN IN DT JJ NNS . +JJ NN NN VBZ RB VBN IN NNP NNP NN -LRB- VB NN NN -RRB- . +NNP VBZ DT NN IN JJ NN NN , WRB DT NN VBZ DT JJ JJ NN IN DT NN , IN JJ NN NN RB VBZ DT JJ NN IN NN . +IN NN , JJ NN , JJ IN DT VBN IN NNS IN DT JJ NN CC DT NNP NNP MD VB IN DT JJ NN VBD VBN JJ , CC JJ . +JJ NN NN VBZ RB VBN TO IN JJ NNS JJ IN JJ NN NN , JJ NN NN , CC JJ NN NN CC NN . +JJ NNS IN VBG JJ NN IN DT NN VBP VBN RB VBN IN JJ NNS IN JJ NNS -LRB- VB NNP NNP NN -RRB- . +IN DT VBP DT NN NNS IN JJ JJ NNS JJ IN DT VBG NNP NN . +DT NNP NNP VBD DT NN . +DT NNS VBN IN DT NNS VBP NN IN DT NN IN DT NN , NN , CC NN IN JJ NNS NNS IN NN VBP VBN . +RB , DT NN MD VB VBN TO VB RB JJ NN NNS . +DT NNS MD RB VB VBN IN NN WDT VBZ NN NNS , RB JJ NN IN JJ NNS VBZ RB RB DT JJ NN . +NN NNS IN CD NN TO CD NN IN JJ , JJ JJ NNS MD VB VBN , CC IN NN NN RB VBZ TO NNS IN NNS IN NN , VBG DT NN JJ RB IN RB JJ NNS . +NN IN JJ NN VBZ DT JJ NN IN NN , IN NN NNS RB JJR IN DT IN JJ NN . +JJR NNS IN NN IN JJ JJ NN MD RB RB VB JJ IN DT NN IN JJ CC JJ NN . +IN NN , VBG JJ NNS IN DT NN VBZ JJR IN VBG TO VB JJ NNS IN NN . +VBG DT NNP NN IN DT NN -LRB- WDT VBZ RB DT JJ NN -RRB- VBZ DT NN WRB VBG DT JJR NN MD VB NN NNS RB . +NN IN DT NN IN DT NN VBG VBN MD RB VB VB IN DT NN VBZ JJ TO VB DT NN CC DT NN , IN NN , VBG JJR NN . +DT NNS IN JJ JJ NNS PRP RB VBP RB VB JJ NN TO RB -LRB- JJR IN CD NN -RRB- VBP DT JJ JJ NN . +PRP VBZ JJ TO VB IN NNP NN VBZ DT JJ NN RB VBN IN JJ NN NNS . +JJ TO DT , DT JJ NN NN MD VB JJ CC JJ CC RB RB VBN IN VBG VBN IN DT JJ NNP NN . +IN RBR JJ NN NNS , JJ NN NN NNS VBP RB VBN , IN JJ JJ NNS MD VB VBN JJ TO CC NN CC JJ NNS . +DT NN WDT VBZ VBG JJ NN IN VBG JJ NNS CC NN NNS IN NNS RB JJ TO NN NN VBZ TO VB PRP RB TO NNS IN DT NN NN . +IN NN NNS , JJ NN -LRB- NN NN CC NN -RRB- , RB VBD JJ NN CC JJ NN , VBZ DT NN IN VBG RP DT NN IN DT NN -LRB- NN -RRB- IN VBG TO DT JJ NN IN NN , VBN IN DT PRP$ NN , RB RB IN PRP$ NN : FW NN IN JJ CC JJ NNS IN DT NN , NN , CC NN . +DT VBN NN IN DT VBZ RB VBN TO JJ NNS , IN DT NN IN NNS IN NNS , NNS , NNS , NNS , FW . +RB VBN IN NN , NN NN VBZ RB VBN IN DT NN IN JJ NNS , VBG NNS WDT VBP JJ NNS , RB RB IN JJ NNS IN NN , IN NN IN DT NN IN JJ NNS . +JJ NNS VBP IN CD JJ NNS : JJ CC JJ . +NNP NNP POS NN , CD IN DT JJ CC RB VBN JJ NNS , VBZ JJ NNS . +DT VBZ RB JJ : IN JJ NNS -LRB- IN VBN TO JJ JJ NNS -RRB- , DT JJ NN IN NNS VBP JJ . +IN NN , RB `` NNS '' , WDT VBZ RB VBN IN RB RB DT NN NN , MD RB VB DT NN : DT NN VBZ DT NN . +VBG JJ NN MD VB IN `` NNS '' VBZ DT NN , CC RB DT RBR JJ NN NN , IN CD IN DT NNS MD VB DT JJ NN , CC DT NN NN VBZ RBR JJ VBG `` NN '' -LRB- NN . +CD NNS -RRB- . +JJ NN MD RB VB IN `` NN '' CC `` NN '' VB `` NNS '' IN CD -RRB- IN DT JJ NN -LRB- NN FW FW FW NN -RRB- CC LS -RRB- DT NN VBN TO DT NN `` NN '' -LRB- -LRB- NN -RRB- VBZ CD NN -RRB- . +IN DT NN , `` NNS '' VBZ DT JJ NN NN `` NNS -LRB- DT JJ NN -RRB- RB : VBZ DT NN TO '' . +`` VBN '' , IN DT JJ NN , MD VB CC DT NN CC DT JJ NN . +RB WDT NNS IN NN DT NN MD VB VBZ RB . +VBN NNS MD VB DT JJ NNS IN NN TO JJ JJ NNS VBG IN DT NN NN . +NNS RB VBP IN EX VBP CD NNS IN NN IN NNP : NN , NN , NN , NN , NN , NN , NN , NN , CC NN . +RB , EX VBP RB JJ JJR NNS CC NNS . +IN NNS , NN , JJ , CC JJ NNS MD VB VBN . +IN JJ NNS NNS VBP RB JJ IN PRP$ `` NN '' -LRB- NN IN NN , NN , NN -RRB- , JJ NN , CC RB IN : IN NNS VBP JJ IN JJ , NN , CC JJ NNS . +IN JJ NN IN NN , PRP VBZ JJ TO VB IN CD TO CD JJ NNS IN NN IN NNP , IN NN , NNP IN JJ JJ NNS , NN IN NN JJ NNS , NN IN JJ JJ NNS -LRB- VB DT NN NNS VBN IN DT NNP NNP -RRB- . +NN IN JJ NNS IN VBG JJ JJ -LRB- NN CD -RRB- VBZ VBN IN CD NNS IN NN , CC VBD IN IN RB JJ NNS VBD JJ RB IN IN NNP . +DT JJ NN IN DT NN IN RB JJ NNS MD VB VBN IN NNP , WDT VBZ NN JJ NN , NN JJ JJ , NN JJ JJ , NN JJ JJ , NN JJ JJ , JJ JJ NN . +NN DT NNP NNP NNP IN JJ NN VBZ VBN RB VBN TO NN NNS . +DT JJ JJ NN IN NNP IN NN NN VBD DT NNP NNP VBD IN NNP NNP IN NNP NNP CC NNP NNP , IN DT NNS . +PRP VBZ IN IN CD NNS IN VBG JJ NN NN , VBD RP IN CD NNS IN RB VBN NNS . +DT NN VBZ CD CC JJR NNS -LRB- VBG IN DT JJ NN IN CD NNS , IN IN DT NN VBZ RB JJ NNS -RRB- . +DT NNP NNP VBD RB `` VBN '' IN JJ NNS IN JJ NNS . +DT JJ NN VBD VBN IN DT NN IN NNP CC NNP , WDT VBD IN DT JJ JJ NN IN WP NNS MD VB IN DT . +IN NN , NN RB NN MD VB , CC NN NN -LRB- RB -RRB- MD RB . +DT NN VBD RB CD NN JJ . +PRP$ NNS VBD RB VBN CC VBN IN NN , CC JJ NNS VBN IN NNS , IN IN IN DT JJ NNS DT NN VBD RB JJ -LRB- VBG IN DT NNS IN WDT RB JJ NNS MD RB VB -RRB- . +DT NN VBZ VBN VBN IN JJ NNS IN NN CC IN NN , CC VBD DT NN IN JJ `` VBN '' NN IN JJ JJ NNS . +NNS VBN IN VBG PRP VBD DT NN IN JJS JJ JJ NN NNS , JJ IN NNS -LRB- NNS -RRB- CC NN . +RB , IN DT NN -LRB- CD -RRB- PRP VBZ VBN VBN IN JJR NNS JJ IN DT CD CD NN NNP NNP NNP . +IN DT NN , JJ NN VBD VBN DT JJ NN IN JJ NN NN , IN EX VBP JJ NNS WRB DT JJ NN IN NN MD RB VB VBN IN VBG DT NNS CC RB DT NNS IN DT NN . +DT VBZ RB JJ , RB IN VBG DT JJR NNS VBZ RB JJR WRB JJ JJ NNS MD VB VBN IN DT NN . +NN IN NNP NNP NNS IN DT JJ NNS , NNS IN NNP VBD TO VB JJ NNP NNS -LRB- NNS -RRB- TO VB NNS IN NN , WRB VBG TO VB DT NNP NNP IN NNP NNP . +NNS VBP NN NNS -LRB- JJ IN IN DT NNP NNP -RRB- , CC VBG DT NN IN DT NNS IN JJ NNS . +IN NN , RB PRP VBP VBN DT NN JJ IN `` DT '' , RB DT JJ NN VBZ DT NN CD NN IN DT NN , DT JJ CD NN , CC DT NN CD NN . +VBG DT , DT NN MD VB IN `` MD '' IN `` DT NN '' VBZ RB RBR JJ TO VB DT NN IN DT NN CC DT NN . +DT JJ NN NN IN NN VB VBN TO VB IN NN IN VBG NNS . +RBR JJ -LRB- `` JJR NN '' -RRB- NNS VBP DT NNS RB RB IN NNS , CC NNS CC RB JJR NNS . +RB , IN NN , IN PRP VBP RB VBN DT NN CC DT NN , DT JJ NN MD VB RB RB DT NN , NN , CC NN , CC RB RBR JJ DT NN . +WRB JJ JJ NNS VBP RB , DT NNS VBP . +RB , PRP VBZ JJ TO VB DT NN CC TO VB DT JJ NN TO DT CD , IN VBG RB DT NNS IN DT NN IN NN . +DT NN IN JJS NN VBZ RB VBN . +DT JJ NN VBD NNP , DT NN NN WDT VBD RB DT , CC VBD NN IN DT CD NN NN . +PRP VBZ JJ VBG , IN NNP NNP VBZ RP IN JJ NNS IN JJ NN NN , IN RB VBG DT RBS JJ NN TO DT JJ NN CC DT NN `` JJ NN '' TO DT NNS , MD VB CD NN NN IN JJ NNS VBP JJ . +NNS VBD DT NN IN JJ NN IN NN NN , CC VBD RB JJ IN PRP VBD DT NNS . +PRP RB VBD TO VB TO JJ NNS WRB EX VBD RB RB JJ -LRB- DT NNP NNP VBZ DT NN IN CD JJ NNS IN DT NN , CC EX VBP NNS JJ IN `` RB '' WDT MD VB RB JJ IN CD JJ NNS IN NN -RRB- . +NNS VBP DT NN IN JJ NNS CC VBP VBN IN JJ NNS CD IN DT RBS RB VBN VBG DT JJ NN NN . +NNP NNP NNS IN CD , NNP NNP CC NNP NNP RB VBD JJ NN NNS TO VB DT JJ NN IN RB JJR NN . +PRP$ NNS VBD JJ TO DT NNP NN VBN IN DT NN IN JJ NNS . +NNP VBD DT NN IN NNS , IN NNP VBD DT NN IN NNS CC DT NN IN VBG DT NNS IN NNS WDT VBD JJ CC JJ IN DT NNP NNP -LRB- JJ NN IN JJ NNS MD VB DT RB JJR NN -RRB- . +DT NNS VBD NN IN CD NN . +NNP POS CD NN IN NNP NNP VBD NNS IN DT JJ NN NNS , NNS , CC JJ JJ NNS , CC VBD PRP$ NN IN JJ , WRB PRP VBD RB JJ . +DT NNS VBD RB JJ TO DT NN IN JJ NN NN . +DT NN VBD VBD JJR IN DT JJ NN IN RB JJ NNS WDT VBD NN IN NN NN IN JJ JJR NNS IN JJ NN : NN , NN , NNS , CC RB RB . +NNP , NNP POS CC NNP POS NNS VBD VB IN DT IN DT JJ NNS WRB NNS VBZ VBN , CC DT VBD RB JJ . +DT VBD JJ IN DT NN IN JJ NN MD RB VB VBN RP IN DT JJ NNS IN NN : DT IN NN VBD DT NN CC NN IN JJ NN NN , CC JJ NNS TO VB NNS TO VB RP JJ NNS RB RB . +NNP NNS VBP RB DT JJ NN IN JJ NN . +JJ NNS DT NNS RB VBN VBP VBG IN DT JJ NN TO VB NN NNS . +PRP VBZ , RB , RB JJ TO VB VBG `` JJ '' NN . +JJ NN NNS VBP DT JJ NN IN PRP$ NN NNS CC VBP DT NN IN NN . +DT VBZ , PRP VBP NNS IN NN NN , CC VBP JJ NNS PRP . +IN NN , NNS RB VBP IN `` DT '' , `` DT '' , CC `` DT '' VBP IN JJ NNS , IN `` VB '' VBZ IN RB JJ NNS . +IN JJ NN , NN NNS IN NNS VBP WDT VBP RB JJ TO DT JJ NNS MD VB : CC DT NNS PRP RB VBP JJ JJ NNS . +DT CD NNS MD VB RB VBN IN JJ , JJ , CC JJ NNS . +JJ NNS CC NNS DT JJ JJ NNS IN JJ NN VBP DT NNP NN , NNP NNP , NNP NNP , CC DT JJ NN -LRB- RB VBN IN DT JJ NN -RRB- . +NNP NNP NN CC JJ NNP NN NNS MD DT VB VBN VBG DT NNP NN . +DT NNP NN VBZ JJ IN IN PRP VBZ DT NN IN NNS , CC RB VBZ DT NNS RB IN VBG DT JJ NN . +JJ NN NN NNS VBP RB VBN VBN TO DT NN IN NN NN . +NNS JJ IN NNP , NNP NN NN , NNP , CC NN VBP DT VBN VBN , CC JJS MD VB NN IN CD NN . +DT JJ NN IN JJ NNS VBZ VBN -LRB- IN NNS -RRB- IN . +DT NN VBZ DT NNP NN VBN IN DT IN DT NNP NNP NNS , IN DT NNS VBP RB JJ . +RB , JJ JJ NNS VBP RB VBN -LRB- RB IN IN DT NN VBN IN VBG PRP IN DT JJ NN -RRB- . +RB , PRP MD RB VB VBN IN DT NNS VBD EX VBP DT JJS WDT MD VB VBN IN DT VBN NN : CC RB DT JJS WDT VBP VBN VBN IN DT VBN NN . +NNS IN EX VBZ JJ NN IN JJ NNS , DT NN IN NN NNS VBP PRP JJ TO VB IN DT JJ `` JJ '' NN IN NNS , RB IN DT JJ NN JJ IN NNP . +IN NN , PRP VBZ JJ TO VB IN `` NN '' VBZ VBG IN DT NN CC DT NN IN DT JJ JJ NN NN NN JJ JJ NN VBZ DT NN NN , IN IN DT VBG NN , WRB `` JJ '' VBZ RB RB VBG IN DT JJ -LRB- DT NNP NNP NN NN VBZ DT NN '' : NN '' IN JJ NNS -RRB- : DT NN `` JJ '' VBZ CD NNS . +NNS IN DT NN JJ IN DT IN DT `` JJ '' NN , VBP RB VBN IN `` JJ '' , RB IN NN TO DT NN IN DT NN DT JJ NN VBZ RB VBG IN NN . +EX VBP RB JJ NNS WRB NN NNS CC `` NNS '' VBP RB VB CD TO CD , IN NN : NNP POS NNS VBP RB RB RB JJ MD RB JJ : CC JJ NN -LRB- DT NN -RRB- IN IN DT JJ NN , `` NN '' CC `` RP '' RB VBP IN DT JJ JJ NN , IN DT NN IN JJ NNS VBG IN PRP . +DT NN NNS -LRB- JJ IN NNP -RRB- VBP JJ NNS , NNS , CC NNS IN JJ VBN , RB VBG DT CC RB IN DT JJ NNS . +PRP VBZ JJ IN PRP VBZ JJS TO VB NNS JJ IN `` VB '' , `` VBP '' , CC `` VBP '' IN NNS IN PRP$ JJ NN -LRB- IN IN DT NNP NNP -RRB- , CC IN JJ NNS -LRB- IN IN DT NNP NNP CC DT NNP NNP -RRB- . +`` VB '' VBZ JJR NNS IN JJ JJ NNS , CC VBZ IN RB JJ JJ NNS , VBG DT NN . +DT RBS JJ `` NN NN '' IN NNP VBG IN NNP NNP VBZ RB DT NNP NN NN , VBN IN DT NNP NNP NN . +PRP VBZ RB JJ TO DT JJR NNP NNP CC NNP NNP NN NNS , RB RB JJR . +IN NNP , NN NNS IN DT NNPS NNS VBP JJ NN , CC VBP NNS IN JJ NNS . +NN NN NN VBZ VBN VBN IN DT NN IN NNS , CC DT NN IN NN NNS VBN VBZ RB IN NN . +NNS RB VBP VBN TO VB JJ JJ NNS -LRB- DT VBZ DT NN NNS IN RB VBN NNS JJ IN JJ CC NNP RB JJ : CC VBZ VBG NNS IN JJ NNS PDT DT NNP RB JJ . +RB , NNP , NNP NNP , CC NNP NNP -LRB- `` NNP NNP NNP NNP '' NN -RRB- VBP VBN DT `` JJ '' NN NN , IN CD NNS -LRB- IN NN , DT NNS IN NNS , NNS , NN , NN : DT NN IN `` TO '' IN DT JJ NN NN NN , NN -RRB- . +IN DT RB JJ NN IN RB JJ NNS , CC DT RB JJR NN IN JJR JJ NNS , VBZ JJ , VBZ IN DT NN IN NN . +NNP NN VBZ JJR IN JJR NNS . +DT JJ NN VBZ IN DT NNS VBP IN NN JJ . +NNP NNP VBZ NNS IN `` JJ NN NNS IN DT NNP NNP NNP , '' -LRB- JJ NN , NNP CD -RRB- , VBG DT JJ -LRB- NN CD -RRB- NN IN WDT JJ NN NN CC IN DT NN CC DT NN , CC EX VBZ DT JJ NN TO VB : DT NNP VBD VBG JJ NN . +IN NN NN CC NNS , NN , CC , RBR RB , JJ NN , VBZ DT NN IN VBG DT NN , VBN IN DT NN IN VBN -LRB- IN NN , NNS -RRB- , TO VB PRP$ JJ NN IN NN TO DT JJ -LRB- JJR CC JJR -RRB- JJ NN . +NN MD RB VB VBN IN DT JJ NN , IN NN WRB VBG WRB NNS VBP VBN RP IN NN NN NNS . +NN VBZ RB DT JJR NN IN DT VBG IN NNS IN JJ NNS , CC VBZ RB VBN IN DT VBG IN JJ NNS , JJ IN DT NN NNS CC NNP . +DT NN NN VBZ IN JJ NNS -LRB- NNS -RRB- , NN NN -LRB- IN NN -RRB- . +VBG VBZ DT JJ NN VBN IN NNS WRB VBG NN NN . +IN DT NN , NN VBZ TO DT NN IN JJ NNS , RB IN NNS , VBP DT NN CC NN -LRB- IN VBN NN CC NN -RRB- `` IN NNS IN JJ NNS , VBG DT NNS IN NN , JJ NNS , FW '' DT NN VBZ RB JJ WRB VBG WP JJ NNS VBP NNS TO VB NN NNS . +DT NN RB VBZ DT JJ JJ NN TO VB VBN IN DT NN IN NN NNS . +NNS MD VB VBN IN NN CC MD VB -LRB- JJ : -RRB- RB VBN -LRB- IN DT NN NNS -RRB- IN DT NN . +JJ NNS NNP RB : NN : JJ NN VBG IN DT NN NN CC JJ NN NN NNS , JJ NNS VBP VBN IN NN NNS . +JJ NNS VBP RB RB VBN IN NNS , IN EX VBZ JJ NN IN DT NN IN JJ NN , WP$ NN VBZ TO VB NN -LRB- CC NNS -RRB- IN DT RB JJ NN IN NNS CC RB DT IN WDT VBP JJ TO DT JJ NN . +IN DT NN `` NN VBZ NN '' CC `` NN VBZ NN '' VBZ JJ IN CD NN CC IN DT NN MD VB IN `` NN NN VBZ '' IN DT NN IN DT JJR NN TO VB IN DT CD NNS , IN RB DT NN VBD IN NN . +PRP VBZ JJ TO VB JJ NNS TO VB JJ NN RB IN PRP VBZ JJ IN DT NNS VBP VBG VBN . +IN NN TO VB JJ NN NNS , NNS MD RB VB IN DT NN TO VB VBN . +DT NN IN NN VBZ VBN IN CC JJ CC JJ NNS : IN NN DT NN NNS VBP JJ JJ NN , CC IN JJ , VBG IN NNS IN DT NN VBZ VBN TO VB JJ . +JJ NN NN NN VBZ DT JJ NN WDT VBZ VBN JJ IN DT VBG NN , CC JJ NN NNS VBP VBN IN JJR JJ NNS JJ IN DT CD VBN IN DT NNP NNP . +JJ NN VBZ TO VB RB DT NNS IN JJ NNS JJ IN NN NNS . +DT JJ NN IN VBG JJ NN VBZ NN NN NN . +JJS JJ NNS VBP IN JJS RB JJ : DT VBZ , PRP VBP IN DT NN IN NN NNS WDT VBZ RB VBN JJ -LRB- VBN IN NN -RRB- . +DT NN VBZ DT NN TO VB NN IN DT NN IN WDT JJ NNS VBP IN JJ NNS . +-LRB- VB NN NN . -RRB- +NNS WDT VBP VBN VBN VBP JJ NNS -LRB- JJ JJ NNS -RRB- , NN NN , CC JJ NNS . +JJS IN DT RBR JJ NNS VBP JJ NNS -LRB- DT VBZ , PRP VBP DT NNS IN DT NNS VBN , RB RB IN PRP$ NN IN NN -RRB- . +RB JJ NNS VBP JJ TO VB CC VB DT NN IN NN TO VB JJ . +-LRB- NN VBN -RRB- VBG NNS IN JJ NN MD RB VB IN DT NN VBG `` JJ '' NNS IN IN RB VBN NNS IN NN NNS . +IN VBN RBR DT NN NNS VBP RB JJ TO VB RB : IN JJ , RB IN DT VBN NN VBZ RB JJ , DT NN IN JJ NN TO DT NN VBZ VBN TO VB DT JJ NN . +NNS WDT VBP JJ NNS RB VBP IN DT NN IN DT NNP NN , RB IN DT NN TO VB RB JJ NNS TO VB NN . +-LRB- VB NN NN . -RRB- +RB DT NNS NN NN IN NN VBG , FW , JJ NNS IN DT JJ NN . +DT RB JJ NN VBZ VBN JJ NN IN WDT DT NN VBZ DT JJ NN IN NNS , CC DT RBR JJ NN VBZ DT JJS NN . +NN NNS DT RBS JJ NN IN DT NN VBZ IN DT NN IN DT NN CC NN . +DT VBZ DT NN NN IN DT NN NN NN TO VB DT NN IN JJ NN . +NN NNS VBP TO VB VBN IN NNS IN DT JJ NN IN JJ CC JJ NNS MD VB VBN IN PRP . +NNS VBP VBN IN NN CC VBN IN NN NNS . +JJ NNS VBP VBN IN DT NN TO WDT PRP MD VB DT IN DT NNS IN DT NN . +RB , DT NN VBZ IN DT NN IN PDT DT NN VBZ JJ . +DT NN MD RB VB DT NN IN DT NN IN DT RB JJ NN : DT VBZ JJ IN DT NN IN WDT , IN NN , DT NN MD VB VBN IN PRP MD VB VBN . +RBR JJ NNS WDT MD VB DT NN , RB , MD RB VB VBN RB . +RB , PRP VBZ DT JJ NN TO VB DT VBN NN IN DT JJ NN WDT VBZ DT NN IN DT VBN NN NNS -LRB- DT VBZ , PRP VBZ DT JJ NNS -RRB- : RB , DT JJ NNS MD VB VBN RP . +NN IN NN NN IN NNS IN DT JJ NN DT VBG NN VBZ DT JJ NN IN VBG DT NN NN IN CD NNS IN NN : JJ CC JJ . +DT JJ NN VBZ DT JJ NN , CC JJ NN , IN WDT DT NN NN NN VBZ VBN IN JJ NNS VBN IN DT NN IN JJ NNS . +IN NN , DT NN NN MD VB IN DT NN JJ IN `` CD NN -LRB- CD NN -RRB- NN CD '' CC VBD PRP IN DT VBN CD , NN , -LRB- , CD , CC , CD , -RRB- , NN , CD , DT IN WDT VBZ DT JJ NN IN DT NN IN DT NN NN . +DT NN MD VB NNS TO VB PRP IN DT NNS NN , CC , CD , -LRB- CC -RRB- VBP DT NN IN DT JJ JJ , RB JJ VBN IN `` CD NN '' CC '' -LRB- CD '' MD RB VB VBN . +DT JJ NN VBZ VBG CC JJ NN , WDT VBZ VBG IN DT VBN NN DT JJ NN . +DT VBZ RB VBN IN NN TO DT JJ NN WDT RB VBZ NNS WDT MD VB RP DT NN CC DT NN IN WDT PRP MD VB . +RB , RB DT NNS VBG NN NNS MD VB VBN IN JJ NNS RB , IN NN NN NN CC JJ NN IN NNS . +DT NNS MD VB RB VBN IN NN NNS . +DT JJ NN VBZ JJ NN CC NN , WDT VBZ VBG RP DT NNS IN DT NN RB VBN CC VBG DT JJ NN . +IN DT NN IN DT NN CC NN , DT NN VBZ TO VB DT NN CC NN , DT NN , IN DT JJ NN , MD VB DT NN IN NN . +JJ NNS MD RB VB VBN TO VB DT NNS . +NNS IN NN DT NN IN DT NN VBZ RB TO VB IN CC WRB DT NN MD VB VBN IN DT NN NN IN DT NN . +DT MD VB VBN IN RB CD NNS : JJ NN : JJ NN MD VB VBN IN DT NN TO VB JJ NNS IN DT NN IN VBG IN NN NNS VBG DT JJ NN IN DT VBN JJ NN NNS . +NNS VBP VBN IN NN TO NN . +JJ NN VBZ VBN TO VB NN IN VBG DT JJ NNS IN NN NNS . +JJ NN : DT NN MD VB IN DT NN CC NN TO VB PRP TO DT NN NN . +RB , DT NN VBZ TO VB DT RBS JJ NNS , RB DT NNS VBG DT , CC RB RB . +NN NNS VBP NNS IN JJ NNS . +DT NN VBN IN DT NN IN NN VBZ NNP NN . +NN NNS CC JJ NN VBP NNS IN JJ NNS WDT MD RB VB JJ JJ NNS . +IN PRP VBZ VBN VBN IN JJ NNS IN JJ NN MD RB VB JJ CC JJ NN CC MD VB JJ NN CC NN NN IN VBG JJ JJ NNS , RBR JJ NNS IN JJ NN VBP VBN VBN IN NNP , NNP , CC NNP WDT VBP NN CC VBD NN IN JJ NN CC WDT VBP JJ NNS IN DT RB JJ NN IN NN NNS . +PRP$ NN VBZ JJ TO VB CC JJ CC JJ NNS IN DT NN IN NN TO DT VBN NN -LRB- JJ NN -RRB- . +DT JJ NN IN NN TO NNS VBZ IN DT NN VBZ DT JJ NN CC DT JJ NN -LRB- VB JJ NN -RRB- . +NN NNS MD VB DT JJ NN CC NN NNS MD VB DT JJ NN -LRB- IN RB IN NN -RRB- . +IN NN NN CC JJ NN NN -LRB- NN -RRB- , NN NN -LRB- NN -RRB- VBZ DT NN IN RB VBG DT NN VBN IN JJ NN . +TO VB DT NN TO DT NN , DT NNP NN NN MD VB CC DT JJ NN CC DT NN IN JJ NN NNS -LRB- DT NN NN JJ IN DT NNP NN NN CC DT JJ NN -RRB- . +NN NN VBZ TO VB IN DT JJ NN IN NN NNS VBG : NN , NN , NN , WRB , WRB , JJ , RB VBN , CC JJ NNS . +NN NNS VBP IN JJ JJ NN NNS , TO JJ NN NNS , TO VBN NN NNS , TO DT NNP NN NN . +JJ NN VBG NNS IN NNS IN DT JJ NN -LRB- IN NN , NN CC JJ NN -RRB- , CC MD VB VBN IN DT JJR NN IN NN NNS MD VB JJ NN RB VBN IN NNS . +RB , NN MD VB TO DT NN WRB RB DT JJ NN IN NNS VBP VBN , JJ IN NNS VBG IN JJ RB IN JJ NN . +JJ NN VBG NNS IN NNS IN RB NN , CC MD RB VB IN JJ NNS CC NN NN . +IN DT JJ NN , DT NNS RB VBP RB JJR NNS JJ IN WDT TO VB DT NN . +IN NN , JJ NNP NNS VBP NN NNS IN PRP$ JJ NN NN CC VB JJ JJ NN NN NNS TO VB IN DT NNS . +NNP NNP NNS RB VBP DT NN NN NN WDT VBZ DT NN IN NN CC DT NN IN NN . +IN DT NN VBZ VBN , DT NN RB VBZ JJ NNS WDT VBP RB JJ NN NNS IN DT RB VBN NN IN NN . +RB , DT NN NN NN VBZ NN NNS TO VB DT NNS CC NNS IN DT NN NN WDT VBP JJ TO VB DT NN . +RB DT NN VBZ JJ NN NNS WDT VBP NNS IN DT JJ NN IN DT VBN NN . +IN NN , IN DT NN VBZ `` WP VBD NNP '' DT NN NNS NN WDT VBP NNS IN NNS . +RB , DT NN NN NN VBZ IN JJ NNS IN DT NN TO VB IN DT NN NN MD RB VB DT NN . +NN NN NNS NN VBZ RB JJ IN DT JJ NN NN : IN IN NNS VBG DT NN , EX VBZ RB DT NN NN MD VB . +PRP RB VBZ NN IN JJR NN NNS RB VBP RB TO JJR NN NN , IN DT NN NN VBZ JJ TO DT NN . +DT NN IN NNS NN IN JJ NNS , JJ IN DT NN , VBZ IN NNS IN NN VBP JJ TO VB VBN IN JJ JJ NNS IN VBG NNS CC NNS , VBG TO CD NNS : IN VBG DT JJ NN VBP IN JJ NNS , DT NN IN DT NN NN TO VB JJ NN NNS TO VB DT NN VBZ VBN . +JJ NNS MD VB VBN IN JJ NNS IN VBG IN DT JJ NN TO VB JJR NNS IN DT NNS IN NNS IN JJ NNS . +NNS IN CD DT NN IN NNS VBD DT NN IN NN IN NN NN . +DT VBG NNS VBD VBN . +NN NNS JJ NNS IN NNS -LRB- FW , `` WP VBZ DT NN IN NNP . '' +CC `` WRB VBZ DT NN NN . '' +CC `` VBD NNP NNP CC NNP NNP RB VBP IN DT NN RB . '' -RRB- +VB DT NN IN JJ NNS TO VB DT NN . +NN NNS VBP VBN RB IN NNS . +NN NN DT JJ NN NN MD VB VBN IN JJ NNS , DT JJ -LRB- `` WP VBZ DT NN IN DT NNP NNPS . '' -RRB- +CC DT JJ -LRB- `` VB PRP DT NN IN DT NN IN DT NNP NNPS . '' -RRB- . +DT JJ NN IN NN NN CC NN MD VB JJ NNS , RB IN WRB PRP VBP VBN . +DT NN MD VB DT NN IN DT JJ NN IN DT NN IN JJR NNS , MD VB NNS CC VB PRP IN NN CC IN JJ NN . +NN CC NN NNS VBP RB VBN IN DT NN CC NNS VBP VBN IN DT JJ NN . +DT NN MD VB VBN TO VB DT NN , NN NNS CC VB NN IN DT NN VBN IN DT NN IN NNS . +-LRB- IN NN , DT NN , `` WRB VBD NNP NNP NN NNP IN NNP CD . '' +MD VB VBG WRB NNP NNP NNP VBD CC RB NNP NNP , WRB PRP VBD TO NNP CC RB NNP CC DT JJ NN , WRB PRP VBD IN NNP CD CC RB IN CC IN , CC WP NNP VBD VBG TO VB IN PRP$ NN . +IN DT NN VBZ CD IN DT NN IN JJ NNS , DT JJ NNS CC PRP$ NNS MD VB NN IN DT NN POS NN . -RRB- +NN NNS IN NN IN DT NN MD VB VBN , PRP MD VB VBN WDT NN NNS VBP JJ CC JJ . +IN DT NN TO DT NN VBZ RB JJ IN DT NNS NNS , DT NN WRB RB DT NN NN , NN NN CC NN NN VBZ VBN , DT JJ NN MD RB VB VBN . +NN NN NN NN VBZ IN DT NN IN DT NN , IN DT NN NN VBN IN NN NN , IN DT JJ NNS WRB DT NN VBZ VBN , IN DT NN NN CC IN DT NN NN CC NN . +NN NN DT NN IN DT NN NN MD VB VBN IN DT NN RB JJ IN JJ . +IN DT NNS , JJ NN VBZ JJ . +IN NN , WRB DT NN NN VBZ IN DT NN NN VBZ DT NN -LRB- IN DT NN , NN , NN CC NN , NN -RRB- , DT NN -LRB- JJ NN , NN , NN , NN , NN -RRB- CC DT NN -LRB- FW DT NN TO DT NN , `` IN WDT NN VBD NNP VB IN CD . '' -RRB- +DT NN IN DT JJ NN VBZ JJ . +IN JJ NNS , DT NN IN DT NN MD VB DT NN IN NN NNS WDT VBP DT JJ NNS IN JJ NNS . +JJ NN NN VBG EX VBZ NN IN VBG NNP NNS WDT VBP JJ IN VBG NNS IN JJ NNS NNS IN JJ NNS , RB IN DT NN IN DT NN , DT NN CC NN IN DT NN NNS CC DT NN IN DT NN . +JJ -LRB- CC JJ -RRB- NN VBG DT NN TO VB DT NN VBN IN CD NN VBG DT NN NN IN DT NN -LRB- CC RB JJ -RRB- . +DT VBZ NNS TO VB NN IN PRP MD RB VB RB . +-LRB- VB RB NNP NN . -RRB- +JJ NN PRP VBZ RB DT NN IN DT NN NN VBZ RB RB VBN IN DT NN NN , IN DT NN NN NN MD VB TO VB RB DT NN CC DT NN VBN IN VBG CC VBG DT NN VBZ RB RB VBN . +IN JJ NNS , DT NN MD VB RB RB TO VB DT NN , CC TO VB DT NN IN DT NN . +-LRB- IN NN , DT NN MD VB IN DT NN IN WDT NN DT NN VBZ VBG VBN , CC WDT NN IN NN VBZ VBG VBN IN . -RRB- +NNP NN IN NNP JJR JJ NNS VBP NNS WDT VBP IN DT NN IN JJ NNS CC JJ NNS . +TO VB DT NN NN IN JJ NNS , PRP MD VB JJ TO VB NN NNS VBG IN DT NN IN NN NNS , VBG NN NN CC JJ NN NNS , RB RB IN NN JJ TO DT NN IN NNS . +NN NN IN NN DT NN NN VBZ NNS IN DT NN , VBG NN NNS , NN IN NN , NN NNS RB VBN IN DT NN , JJ NN VBN IN JJ NNS IN DT NN CC DT NN , CC RB RB . +DT NN MD VB VBN IN DT JJ NN , WRB DT NN NN VBZ DT JJ NN NN . +NN NNS MD VB JJ CD IN DT . +NN DT IN DT JJ NN NNS VBD NN VBG NNS . +CD IN DT RBS JJ NN NNS IN DT NN VBP NNP CC NNP , DT IN WDT VBD VBN IN DT NNS . +NN VBD NNS IN DT NNP NN NN IN DT NN IN CD NN . +NN , IN NN , VBD NNS IN DT JJ NN IN NNS VBN IN DT NNP NN NNS . +DT NNP NNS VBD RB JJ IN PRP$ JJ NNS . +IN NN , NN VBD VBN IN DT JJ NN NN IN CD CC PRP VBD JJ TO VB CD NN IN DT NNS IN PRP$ NN VBN IN NNS JJ IN DT NN . +JJ JJ NN NNS VBD VBN IN DT JJ NNS . +DT JJ NN IN PDT DT NNS VBZ IN PRP VBD DT NN NN CC NN NN WDT VBD JJ IN NNS IN DT JJ NN . +DT IN DT JJ NNP NNS VBD JJ NNS . +CD IN DT RBS JJ JJ NNS VBP NNP CC NNP . +NN JJ DT NN IN DT NN IN DT NN NN -LRB- DT `` VBZ NN '' -RRB- , CC PRP VBD DT NN TO VB DT NN NNS IN DT NN IN DT NN . +RB , DT NN IN DT NN VBD DT NN IN DT RB JJ NN CC DT RB JJ NN IN NNS IN NNS WDT VBD JJ TO VB IN DT NN NN . +NNP , IN NN , JJ DT NN IN DT NN . +NNP VBD JJ TO VB IN DT NN IN VBG TO RB JJ NNS WDT VBD JJ NNS IN DT NN POS NN . +PRP VBD DT RB JJ NN TO VB NNS , CC IN PRP$ JJ PRP VBD TO DT NN IN NNS JJ IN DT NNS WDT VBP IN DT JJ NNP NN . +DT NNS CC NNS VBD DT NN IN JJ NNS IN JJ NNS , WDT VBD TO DT NN IN JJ NNS IN NN NN CC NN NN . +CD NN IN PDT DT NN VBD DT NNP NN -LRB- NN -RRB- , DT NN WDT VBD NNS VBG TO DT NNP NN NN . +DT NN VBD DT JJ JJ NN NN IN PRP$ NN , CC PRP VBD IN NN DT NN TO VB JJ NNS IN NNS . +DT NN VBD NNP , DT JJ NN WDT VBD IN DT NN IN NN NN IN DT JJ NN . +DT NNS VBD IN DT NN CC NN NNS RB VBD IN DT NN IN JJ NNS , CC PRP VBD DT NN IN NNS IN JJ NNS CC NN . +DT VBG NN IN NNS VBP DT NNP NN NN IN CD JJR NN IN NN . . +RB , DT NNS RB VBP IN VBG JJ NNS , IN VBN IN : RB VBG DT NN IN NNS , RB IN DT NN VBG DT JJ NN VBD , CC DT NN . +RB , JJ JJ NN NN NNS , JJ IN NNS IN NN CC NN NNS , VBP VBN VBN JJ . +DT NNP IN NNP NNP NNP NNS VBP VBN VBN IN JJ NNS TO VB JJ JJ JJ CC JJ NNS IN NN , NNS VBP VBN VBN TO RB VB JJ CC JJ NNS , JJ NNS , JJ NNS , JJ NNS , CC NNS IN NNS -LRB- FW , NN , NN , NN -RRB- . +JJ NNS JJ IN NN -LRB- RB VBN IN NN IN NNS CC NNS -RRB- , NN NN , CC NN NN CC NN TO VB NN NN VBP VBN VBN . +JJ NN MD VB WP NNS IN NNS MD VB VBN CC VBN IN JJ NNS , VBG NN NN . +DT NN NN NN VBZ DT NN CC NN IN JJ NN VBZ IN DT NN IN NNS , RB IN NN CC NN NNS . +DT NN VBZ RB JJ TO DT IN NN NN -LRB- NN -RRB- , CC NN RB VBZ DT NN IN VBN NNS -LRB- NN -RRB- CC RB VBZ TO DT NN IN JJ JJ NNS . +NNS CD NN TO DT NN VBZ DT NN IN NN NNS . +DT NN VBZ JJ NN IN JJ NNS IN JJ NNS IN NNS VBN IN DT NN NN IN NN NNS IN DT NN VBZ VBN RB IN VBN IN DT NN NN . +DT JJ NN , NN CC NN NN JJ TO JJ NNS JJ IN JJ NNS -LRB- FW NNP , NNP -RRB- CC NN NNS -LRB- FW DT NNP NNP -RRB- VBZ VBN NN TO JJ NNS VBN IN JJ , JJ NN NN IN DT NN . +IN NN , DT NN NN VBZ RB NNP CC NN NN NN NN IN VBG JJ NNS TO VB JJ NNS . +DT NNS MD VB VBN VBG DT NN IN NNS . +CD JJ NN NN IN NNS IN DT NN VBZ NNP . +NN TO : NN , NN NN NN NN -LRB- NN -RRB- , RB VBN IN NN NN , VBZ DT NN IN JJ NN NN IN VBG WRB NNS VB CC VB . +RB JJ NN NN NNS VBP PRP$ NN TO VB VBN IN NNS IN DT NN IN NNS . +RB NN NN NN VBZ JJ IN NN NNS VBP RB JJ . +IN NN , DT NN MD VB DT NN , JJ NN , DT NN , CC DT NN NN : RB DT NN IN DT NN . +IN CD NN IN DT NNS IN DT NNP NNP NNP NN VB NNS . +IN RB , NN NNS CC NN NNS MD VB IN JJ NNS , NNS , NN NN , CC NN . +NNS IN NNP CC NNP VBP JJ JJ NNS . +-LRB- NN -RRB- IN DT VBG JJ VBZ IN PRP$ JJ NN IN NNS , RB PRP VBZ RB VB DT NN . +-LRB- NN -RRB- IN DT JJ JJ VBZ VBN , RB PRP VBZ DT NN . +DT NN VBZ IN CD NN IN NNS JJ . +DT NN VBZ TO RB VB DT NN IN NNS IN DT NN IN NNS WRB DT NN NNS VBP JJ . +NNPS VBP VBN VBN IN DT NN NN NN . +DT NNP NN VBZ DT JJ NN TO VB NN NNS CC VBZ CD NN NN . +NN NN CC NN NN VBZ TO DT NN IN JJ NN NN , JJ NNS , CC NN NNS TO VB CC VB JJ NN IN NN NNS . +RB NN , NN NN VBZ TO VB DT NN IN DT NN CC DT NN IN NN TO DT NN CC DT JJ JJ NN IN DT NN . +DT NN MD VB PRP$ CC PRP$ NN CC NN -LRB- VB NN NN -RRB- , JJ NN -LRB- WDT VBZ TO VB , DT JJ NN IN DT NN WRB VBG -RRB- , CC DT JJ JJ NN -LRB- WDT VBZ TO VB , DT JJ NN DT NN VBZ TO VB IN DT NN -RRB- . +NNP , `` IN NN '' NN NN VBZ , IN NN , IN JJ NNS JJ IN `` JJ , '' `` JJ , '' CC `` JJ . '' +JJ NN IN DT NN VBZ NNP CC NNP WP VBD JJ NNS IN VBG DT NN IN NN NNS CC NN NNS RB . +DT NN VBZ IN DT NN NN . +CD MD RB VB DT NN POS NN IN DT JJ NN , WDT VBD VBN IN NNP CC NNP -LRB- IN NNS -RRB- : VBN DT JJ NN IN VBG DT NN NN IN CC JJ CC JJ TO VBG NN NNS IN CC DT CD CC DT CD NN NN , IN NNP VBD DT JJ NN IN NN NNS , VBG NNS IN JJ NNS IN DT VBN NN , JJ IN DT NN CC NN -LRB- IN DT JJ NN -RRB- . +DT JJ NN IN VBG NN VBZ DT NN IN DT NN NN WRB NNS RB VBN IN VBG DT JJ , JJ CC JJ NN IN PRP VBP VBN DT VBN NN IN DT CD TO CD NN -LRB- RBS JJ IN TO RBS JJ -RRB- CC WRB DT NN IN JJ NN VBZ VBN VBG JJ NN NN , DT JJ NNS VBP VBN IN DT NN IN DT NNS CC WRB PRP VBP TO DT NN -LRB- NN VBN -RRB- . +DT NN VBZ RB VBN DT NN VBN IN DT NN NN NNS VBP TO DT NN , CC PRP$ VBN NN . +DT VBZ NN TO DT RBR JJ NN IN NN VBN IN DT CD NN NN . +RB , NNS MD VB VBN DT JJ CC JJ NN NN NN IN DT NN VBZ TO VB DT NN IN DT NN RB IN DT JJ NN CC NN IN DT NN . +DT NN NN VBZ NN NN . +DT NN VBZ RB VBN IN VBG DT VBN NN -LRB- RB DT NN -RRB- IN CD IN CD NNS : JJ CC JJ . +DT NN MD RB VB RBR JJ IN NN NN : DT NN IN NNS CC NNS MD VB IN PRP$ NN CC DT JJ NN MD VB JJ NNS -LRB- FW , DT NN NN VBG NNS POS NNS -RRB- . +RB , IN VBN IN NNP , NNS VBP RB JJ IN DT NN IN NN VBN WRB VBG NNS . +RB , NNP VBD IN VBG JJ NNS IN DT NN IN VBG PRP$ NN VBD VB NN . +DT RBR JJ NN NN VBZ VBN DT JJ NN NN . +PRP VBZ TO VBG DT NNS CC NNS VBN IN JJ NNS CC NNS IN NNS , FW , IN DT NN NN , DT JJ NN , CC DT NN . +DT NN CC NN VBZ DT NN CC NN IN DT NN , FW , DT NN IN DT NN NN , CC DT NN NN IN DT NN . +DT NN VBZ JJ NNS , FW , VBG JJ NNS , VBG PRP$ NNS , CC VBG IN DT NN VBN IN DT NN VBZ JJ , JJ CC JJ . +RBR JJ NNS IN DT NN IN NN NN MD VB VBN IN NNP POS NNP NNP NN , `` NN NN CC NN '' . +NNS NNP MD VB JJ NN NN IN JJ NNS , VBG NNS IN NN NN JJ IN JJ JJ NN , NN NN NNS , `` NN IN NNS '' CC NNP NNP : NNP NNP NNP -LRB- NNP NNP NNP POS NN IN DT NN -RRB- . +RBR JJ NNS VBP TO VB DT NN IN DT NN -LRB- FW DT NN WP VBZ IN JJ NN -RRB- CC DT NN -LRB- FW DT NN IN WDT DT NN VBZ VBN -RRB- . +TO VB DT NN IN NN CC VB DT NN WDT VBZ VBN VBN , DT JJ NNS IN NNS VBP VBN . +JJ NN NNS VBP VBN IN JJ NN IN DT NN . +VB NN NN NNS VBP NN NN , NNS , CC JJ NN NN NNS TO VB NN NN IN JJ NNS IN NNS , VBG NN NNS , JJ NN , NN NN NNS , JJ NNS , NN NNS , CC JJ NNS . +NN DT NN IN DT NN NN NN VBZ , IN NN , WRB RB PRP VBZ IN JJ NNS . +DT VBZ RB VBN IN NN CC NN . +RB , JJ NNS RB VBP IN CD NN -LRB- NN VBN -RRB- IN DT NN -LRB- VB JJ NN -RRB- . +RB , DT CD NN JJ NN VBZ VBG RB RB IN NNS , RB IN JJ NN MD RB VB JJ . +IN DT NN VBD `` JJ '' CD NN IN DT NN , NNS MD RB VB IN PRP IN CD NN IN DT NN , IN PRP VBP IN JJ IN DT NN . +RBR JJ NNS MD VB VBN , CC NN IN NN NN NNS VBZ DT JJ NN . +IN NN NN NNS VBG DT NN RB IN DT JJ NN , NN VBZ DT JJR NN IN NN IN PRP VBZ IN NN WRB JJ DT VBN NN VBZ TO DT NN NN . +NN NN VBD VBN TO VB DT NN IN NNP JJ NN NNS CC DT NN IN DT NN NN TO VB DT JJ NN IN NNS CC NN IN NN . +NN NN CC NN CD DT NN IN JJ NNS JJ IN NNS CC JJ NNS VBZ VBN NN IN NN NN . +IN DT NN IN NNS , NNS , NNS CC JJ NNS IN NN NN , JJ NN VBZ VBN IN DT NN IN JJ NN IN NNS VBG TO VB PRP$ NNS , VBP JJ NNS CC VBP PRP$ NNS . +IN NNS VBP TO VB DT NN IN VBG RP DT NN , VBG DT NNS , VBG DT JJ NN CC VBG PRP RB , JJ VBP RB VBG TO DT NN IN NN NN . +IN NN CD VBD DT IN VBG NN , RB DT JJ NN IN DT NN MD RB VB VBN IN VBG NNS NN IN PDT DT NN WDT VBZ VBG VBN . +CD NN IN DT NN VBZ VBN IN NN . +JJ NN NNS IN NNS IN DT NN RB VB IN VBG DT NNS IN NN IN NNS IN NN NN . +DT NNP NN , IN NN , RB VBD DT NN IN JJ NNS IN VBG JJ NNS NNS . +NN NN MD RB VB VB WRB JJ NNS VB CC VB RB -LRB- FW , NNP -RRB- IN NNS VBP TO VB IN NNS -LRB- FW , NNP -RRB- . +DT NN VBZ IN JJS NN NN NNS VBP JJ NNS TO VB NN IN DT NN CC NN . +RB , JJ NNS , JJ NNS CC VBG NNS VBP PRP RB JJ TO VB DT NN IN VBN NN IN DT JJ NN CC NN NN . +DT NN IN NNS RB VBP IN DT NN IN NN VBZ WRB JJ DT NN PRP VBZ IN NNS TO VB DT NN . +DT JJR DT NN IN NN , DT JJR PRP VBZ . +NN NN NN , NN NN VBZ DT NN IN VBN NNS IN NN . +PRP VBZ RB VBN IN `` JJ NN NN '' , `` NNP '' , `` NN NN NN '' , `` NN TO NN '' , CC RB `` NNP '' . +NN NN VBZ NN WDT MD VB VBN NNS IN NN . +DT NN NNS VBP `` NN '' WRB DT JJ NN VBZ NNS IN NN IN DT NN NN . +DT NNS VBP DT NN POS JJ NN CC VB PRP TO RB VB DT NN IN DT NN POS NN , VBG IN RBR JJ NN . +NNP WDT VBP RB VB NN VBP VBN `` NNP NNP '' NNS . +NNP WDT VBP NN VBP VBN `` NNP NNP '' NNS . +NN NN NNS VBP NN NN NNS JJ IN NN NN -LRB- FW , `` NN NN '' -RRB- , VB VBG -LRB- FW , `` PRP MD VB TO VB DT VB NN '' -RRB- , JJ NN NN , NN -LRB- FW , VB DT NN WRB JJ NNS VBD VBN -RRB- , JJ NNS NN -LRB- FW , VBG DT NN NN NN -RRB- , NN IN JJ NNS -LRB- FW , DT NN NN -RRB- , JJ NN -LRB- FW , NN NNS CC NNS -RRB- , CC NN -LRB- RB VBN NNP NNP NNP -RRB- . +DT NN NN NN VBZ TO VBG DT NN IN `` WP '' VBZ VBG , RB IN WP PRP VBP VBG . +VBG DT NN MD VB DT NN IN VBG NN IN NNS WDT VBP VBN VBN IN JJ NN POS NNS CC PRP MD VB VBN TO VB CC VB DT NN IN DT NN IN NN IN DT NN NN . +JJ NN NN VBZ WRB DT NN VBZ IN DT JJ NN , DT VBN NNS VBP VBN IN PRP VBP VBN , CC DT NN VBZ JJ IN NN CC VBG RP IN DT NN . +JJ CC JJ NN NN VBZ WRB DT NN VBZ IN DT JJ NN NN , DT NN VBZ VBN IN DT JJ NN CC DT VBN NN NN VBZ VBN IN IN DT JJ NN NN TO DT NN , WRB DT NN VBZ VBN CC NN VBD . +JJ NN NN VBZ RB VBN IN DT NN RB . +JJ NNP NNP NNP -LRB- NNP -RRB- NNS MD VB RBR JJ CC MD VB VBN RBR RB WRB VBN IN NN IN DT JJ NN . +NNS , NNS , CC NN NN MD DT VB JJR TO VB IN NN IN IN VBG DT NN . +CD IN DT JJ NNS VBG TO DT NN IN NN NN IN NN VBZ IN DT NNP NNP CC NNP NNP IN CD -LRB- NN -RRB- VBZ IN JJ JJ NNS TO NNS WP VBP DT NN VBG TO `` JJ NN '' NNS . +DT NNS VBP IN DT JJ NN IN NNS VB VBN IN DT NN -LRB- RB RBR RB VBN TO IN DT NNP NNP NNP CC NNP -RRB- . +RB , IN JJ NNS , DT NN IN NN NN IN DT NN MD RB VB TO NNS VBN IN DT NN , CC RB TO JJ NN . +IN DT NN , JJ NNS VBP VBG VBN TO VB IN DT NN IN JJ NN IN VBG NNS IN DT NN . +JJ JJ NN NN JJ NNS VBP VBN VBN IN DT JJ NN TO DT NN CC NN IN NN NN IN NN NN . +IN JJ NN VBZ DT NNP NN IN NN NN IN DT NNP NNP NNP NNP -LRB- NNP -RRB- : NN NN -LRB- NN NN -RRB- , CC DT NN IN NNP VBG NN NN NNS IN NNP NN , CC RB NNS IN DT NNP VBG IN DT NN IN NN NNS . +IN DT NNS , NN NNS VBP VBN VBN RB IN NN NN , IN NNS VBG : VBG NN NNS , VBG DT NN NN , VBG NN VBZ CC NNS NN NNS , CC VBG NN NNS . +VBG IN JJ NNS VBG IN DT NNP NNP NN , NNP -LRB- CD -RRB- VBD NN JJ IN VBG NNS . +PRP VBD RB VBN IN NN RB VBD DT NNS IN DT NNS CC VBG NNS IN NN VBD VBN TO VB NN NNS RB . +JJ TO WP MD VB VBN , DT NNS IN DT JJ NNP IN DT NNS VBD VBN . +PRP VBD JJ IN JJ NN VBD NNS IN DT NN , IN MD VB VBN . +DT JJ NN , CC IN DT , DT JJ NN , MD RB VB VBN TO VB NN NN RB . +DT NNP NNP RB IN NN IN DT NNP NN VBZ DT JJ NN , FW PRP VBZ DT NN TO VB DT NN . +DT NN VBZ RB VBN IN DT NN JJ CC NN JJ NNS , JJ IN NN NN CC NN IN DT NN , CC VBZ VBN IN DT JJ NN IN JJ NN NNS . +NNP NNS VBP VBN IN JJ CC JJ NN . +DT NN VBZ VBN IN DT JJ NN NN IN DT NN IN NN NN , CC RB VBZ DT NN TO VB NNS TO PRP IN CD JJ NN NNS CC TO DT IN PRP$ NN IN RB CD NNS . +NNP JJ NNS VBP RB VBG VBN CC VBP IN NN IN DT NN NN CD -LRB- NN -RRB- CC DT NNP NNP NNP NNP NN NN NN . +DT NNS VBP VBN NN NNS IN NN IN CD NN . +NNPS DT NNS IN VBG JJ NN NN IN NN CC NN NN RB TO DT NN NN RB RB IN TO DT NN NN NN . +DT JJ NN NN VBZ RB RBR JJ IN DT NN NN , RB RB IN IN DT JJ NN NNS CC RB IN DT NN NN , IN JJ , VBZ RB VB DT NN , WDT MD VB JJ NN IN DT NN . +JJ NN CC NN NNS VBP VBN VBN RP IN DT JJ NN IN NN NN NNS NNS IN NNS , RB IN DT NNP NNP NNP NNP CC NNP NNP -LRB- NNP -RRB- CC IN DT NNP NNP NN -LRB- NN -RRB- IN DT NNP . +NN IN NNP VBZ VBN NN NN IN DT NNP NN . +EX VBZ RB VBN JJ JJ NN IN NNP . +NNS VBP VBN JJ , CC NN NNS VBP VBN : NN IN NN NNS , VBG IN NN NNS , CC NN IN DT JJ NN NN NN . +IN IN NN NNS , DT VBG NN IN NN IN NNS VBZ DT NN IN NN NN . +VBG NNS VBP VBN IN DT NNP NNS , IN DT VBP RB DT NN NN IN DT NN NN . +RB VBZ TO VB VBN CC IN NN NN CC IN JJ NN NN NN , IN NN TO RB VB NN NNS IN JJ NNS . +NN NN NN NN . +IN DT JJ NN VBZ NNS TO VB NN . +IN JJ , NNP NNP NN NNS VBP JJ NN TO CC NN IN JJ , RB VBG NN NNS . +NNS CC NN NNS VBP TO VB DT NNS RB RB IN JJ , IN DT JJ NN WRB RB IN DT NN VBZ VBN IN DT NN NN . +JJ NN IN NN VBZ DT NN TO VB RB JJ IN DT NNS . +DT NN IN NNS VBP VBN VBN TO NN RB JJ JJ NNS IN NN NN NNS . +IN CD NN NN , NN NN NN VBD VBN IN NN IN DT VBN NN NN IN JJ NN NN NNS . +NNS VBD RB JJ IN DT NN IN DT NN , IN NNS VBD VBN . +NN NN NNS VBN IN DT NNP NNP NNP NNP NNP -LRB- NNP -RRB- IN DT NNP VBZ VBN IN DT NN IN JJ NN NN . +NN NN NNS VBP VBN IN DT NN IN JJ NN NN -LRB- NN -RRB- , JJ NN VBN TO VB JJ IN DT JJ NN NN NN . +JJ NNS IN DT JJ IN NNP VBP VBN VBN , CC JJ NNS VBP VBN IN VBG NN NN CC JJ NN NN TO VB VBN NN NN IN DT JJ NN NN NN . +NN NN NN NNS VBG IN NN NN NNS -LRB- NN -RRB- VBZ DT JJ NN IN NN NN NNS . +JJ NN NN NNS RB VBP DT NN TO VB IN DT `` NN '' , VBG IN DT NN NN IN DT NN NN , WDT VBZ DT NN IN DT NN MD VB TO VB IN NNS IN DT JJ NN NN . +NN NN CC NN NNS VBP DT NN TO VB DT NN IN DT NN TO VB IN NN , RB VBG NN CC NN NNS . +IN NN , NN NN NNS VBP RB VBN IN RB VBN NN IN DT JJ NN IN DT NN , RB VBG DT NN IN DT NN NN NN MD VB JJ . +IN NN , DT VBZ RB DT NN . +DT NNP NN CD NNS DT NNS WDT MD VB VBN IN NN NN NNS . +IN DT NN VBZ JJR IN CD NNS IN JJ NNS , DT NN IN NNS VBN IN CD IN DT NN NNS NN NN NNS VBZ IN NN IN CD . +DT NNP , NNP , NNP NNP , NNP NNP , CC NNP RB RB IN DT NN IN JJ NN NN NNS JJ IN DT NNP NNP NNP NNP CC NNP NNP NNP IN NNP , NNP , CC NNP VBP RB VBG NN NNS IN NN NN IN DT NN IN JJ NNS . +NNP CC JJ NNS NNP IN DT NN IN NN VBZ RB JJ CC IN DT NN IN NN NN CC NN VBZ VBG RBR JJ . +IN DT JJ NN IN NN IN NN NN IN JJ JJ NN . +RB , NNP IN DT NN IN NN NN VBZ RB VBN DT VBN -LRB- IN WP . -RRB- +NNS IN NN . +DT NN IN JJ NN NNS VBD JJ DT JJ NNP CC NNP NNP NNPS . +NN VBZ VBN RB IN DT NN IN NN NNP , IN VBG JJ CC NN NN NNS . +VBG NN NNS IN DT NN VBP : NNP NNP -LRB- NNP NNP NN -RRB- , NNP NNP -LRB- NNP NNP -RRB- , NNP NNP -LRB- NNP NNP NNP -RRB- , NNP NNP NNP , NNP NNP -LRB- NNP NN -RRB- , NNP NNP -LRB- NNP NNP NNP -RRB- , NNP NNP CC NNP . +JJ NNS NNP -LRB- FW NN NN , NN , NN -RRB- NNP POS NNP NNP NNP VBD NN NN IN NN NNP , NNP IN DT NNP NNP IN DT NNP NNP NN NNP NN NN -LRB- FW , NNP , NNP NNP -RRB- NNP NN -LRB- NN NN VBG -RRB- JJ NN : NN NN NN NN NN NN NN JJ NN NN NNP NN , VBG JJ JJ JJ NN NN NN IN JJ NN VBG NNS NNP JJ NN -LRB- NN IN NN IN NN , NN NN , NNP NN -RRB- NNS -LRB- FW , NN NNP NNP -RRB- NN -LRB- JJ NN -RRB- NNP NNS , IN NNP NNP POS NNP CC NNP IN VBG NNS NNP DT NN IN NN NN NNS VBZ RB VBN IN NNS IN NN CC NN . +NN VBZ RB VBN IN NN NN NN -LRB- NN -RRB- , IN NN VBZ VBN IN DT JJ NN NN . +JJ NNS IN NN VBP JJ NN NN NN -LRB- NN -RRB- CC NN NN NN -LRB- NN -RRB- . +RB , NN NN -LRB- IN DT NN -RRB- VBZ DT RB JJ NN . +NNS VBP IN NNS IN NN , NN , NN , NN , NN , NN , NN , CC NN . +NN VBZ VBN IN DT NN NN CC NNS , JJ NNS . +NN IN NN NN VBP IN DT NN : NN NN CC NN NNP NN NN NN VBN , JJ , CC JJ NN NNP CC NN NNS VBP FW JJ NN JJ NNS NN IN NN NN IN VBN RBR IN DT NN NN IN NN NN VBP IN VBG : NNP NNP NN IN DT NN NN VBZ : FW DT CD NNS `` NN '' TO `` CD '' MD VB VBN RB RB , CC NN NNS IN CD , CD CC CD MD VB NN NNS IN CD NN , CD NN CC CD NN . +NN VBZ NNP TO VB IN PRP VBZ JJ NNS : FW DT CD NNS IN DT JJ NN VBP JJ TO VB IN PRP VBP JJ NNS -LRB- RBS RB , DT NN : `` NN , NN , NN , NN , NN , NN , NN , NN , NN '' -RRB- : DT CD NN NN NN VBZ VBN JJ IN DT NN . +NNP NN NN NN : DT NN JJ NN VBZ VBN IN NN IN DT JJ NN . +DT NN JJ NN VBZ VBN IN NN IN DT NN , RBR JJ . +JJ , JJ CC JJ NN IN VBN NN JJ NNS VBP VBN , RB PRP VBZ JJR TO VB DT NN . +IN JJ NN RB VBD VBN IN NN VBP VBN , RB PRP VBZ JJR TO VB DT NN RB RB IN IN VBN NN . +IN JJ NN RB VBN NNS VBP VBN , RB PRP VBZ JJR TO VB DT NN , JJ IN CC JJ CC JJ NN . +NNP CC NNP NNPS NNP NNP NN MD VB DT NN `` DT NN VBZ JJ . '' +FW NNS MD VB JJ : VBG `` DT NN VBZ JJ . '' +NNP NNP : VBG `` NNP VBZ NN DT . '' +NNS VBP RB VBN IN DT NN . +VB FW FW FW WRB DT NN VBZ PRP VBZ RB IN DT NN WDT VBZ VBN RB VBN , CC WRB DT NN VBZ JJ NN , PRP VBZ JJ TO VB DT NN . +IN IN DT NNS -LRB- IN `` UH '' CC `` FW '' , JJ NNS , JJ NNS , NN , VBG , CC NN -RRB- CC JJ NN . +JJ NNS NNP NN -LRB- FW NNP IN DT NN CC DT NN -RRB- JJ NNS -LRB- FW NNS , NN NNS -RRB- NN NN VBZ DT JJ NN NN NN . +JJ NNS VBP VBN IN DT NN IN NNS : NNP NNP , NNP , NNP , CC NNS : DT NN VBZ JJ NNS : FW VBN NN NNS CC JJ NN NNS , WDT MD VB IN NNS CC NNS IN JJR NN : DT NN IN NNS VBP VBN : IN VBG NNS RB IN DT JJR NNS , CC VBG RBR JJ NNS RB IN DT JJS NN : NN NN IN DT NN VBZ DT NN VBN IN JJ NNS . +RB , PRP VBZ DT NN IN WDT DT NN NN VBZ TO VB VBN CC VBN IN DT NN WDT VBZ DT NN TO DT JJ . +DT JJ NN MD VB VBN IN JJR RBR JJ NNS . +IN DT RBR JJ JJ NN VBZ VBN IN DT JJR NNS , JJ NNS VBP VBN , WRB IN DT JJ NN PRP VBP JJ NNS , WDT VBP VBN IN JJR NNS IN JJR NN , CC VBG TO VB NNS RB RBR , PRP VBP RBR JJ CC JJR CC JJR NNS . +DT JJS NN , WRB DT NNS VBP DT RBS JJ , DT NN MD VB IN JJ CC RBR JJ NNS IN WDT NN MD VB . +RB DT NNS VBP VBN RB IN RBR JJ NN IN JJ NN , DT JJ NN IN JJR JJ NNS MD VB WP JJ JJ NN MD VB . +DT RBS JJ NN IN DT JJ NN MD VB RP DT NN IN JJ NNS . +IN NN TO VB PRP$ NN IN NN NN PRP VBP TO VB IN DT NN JJ NNS . +EX VBP CD NNS IN JJ NN NNS : VB DT NN IN PRP VBP TO VB IN NN NN DT NN NN VBZ CD NNS IN JJ : VB NNS IN NN IN DT NN -LRB- IN NN VBP -RRB- : VBN DT NN , IN CD NN NN VBD DT NN : NN IN CD NN JJ NN NNS MD VB VBN IN JJ NN . +NNP VBZ VBN IN NN -LRB- CC DT JJ NN -RRB- NN , WDT PRP VBP IN NNS , CC NNS IN NNS . +JJ NN VBZ DT NN WDT VBZ CD NNS : NNP -LRB- WRB JJ VBZ PRP -RRB- , CC NN -LRB- WRB RB PRP VBZ IN NN -RRB- . +NNP NNP NNP NNP VBZ DT JJ IN DT NN IN DT NN . +JJ NN VBZ JJ CC JJR NNS VBP RB JJR CC JJR . +DT VBZ WRB NN VBZ JJ , CC PRP VBP RB VB PRP RB , IN NN IN NN TO VB . +DT NNS MD VB VBN : VB DT NN IN JJ NNS IN IN NN IN TO VB NN IN NNS IN JJ IN DT NN VB DT NN IN DT NN . +NN IN DT NNS VBP NN NN . +DT JJ NN VBZ JJ . +JJ NNS VBP VBN IN PRP VBP CD IN NN IN DT JJ . +IN DT NNS MD . +DT NN PRP VBP JJ VBG NNS . +IN NN , IN EX VBP CD NNS WDT VBP IN DT JJ PRP MD VB PRP WDT VBZ JJ JJ VBG NN IN VBZ VBN IN DT NN IN DT NN . +NNP NNP VBZ NNS IN JJ NNS : VBN JJ NN NNS , DT NN VBD , PRP VBP DT NN IN NNS WDT VBP DT NN CC NNS VBP NNS . +DT NN VBZ DT NN NN IN NN , WDT VBP VBN IN JJ JJ NNS CC VBN IN NNS IN NN NN , MD VB RB VBN TO VB TO WDT NN IN NNS PRP VBZ TO . +DT NNS IN DT NN IN DT NN VBP DT NN IN DT NN IN WDT DT NN IN DT NN IN JJ NN IN NNS TO DT JJ NN IN NNS VBN IN DT JJ NN . +DT NN VBZ IN NN POS NNS . +IN DT NN , DT JJ NN IN NNS VBZ DT JJR NN NNS IN DT JJ NN WDT VBZ RB RB VBN TO VB WDT NN PRP VBP TO . +JJ NN IN NNS MD VB NN NNS WDT VBP PRP IN JJ NN WP JJ NN RB VBD . +NN TO VB DT JJ NN NNS IN DT JJS NN , TO VB DT NN WDT VBD RBS RB VBN : DT NN NN NN VBG JJ NN VBZ RB RB DT JJ NNS . +JJ JJ NN VBZ VBN NN NNS IN NNS , IN NN . +PRP$ NN VBZ DT NN IN NNS IN RB JJ NN . +PRP$ NN VBZ RB VBN IN DT NN IN NN . +WRB PRP VBP JJ , PRP$ NN NN VBZ VBN RB TO NN IN VBG TO VB DT NN IN DT JJ NN IN PRP VBZ JJ . +NN VBZ DT NN WRB PRP VBZ IN DT NN WDT VBZ VBN IN NNS . +IN CD , NNP NNP NNP CC NNP NNPS VBD NN NN NNS . +IN CD , NNP POS NN VBD DT NN IN CD NNS : IN VBN CD NN IN DT NN . +CD NNS RB , IN CD , PRP$ NN VBD CD NNS , VBG DT NN IN JJ NNS , WDT VBP IN CD TO CD NNS . +CC NN NN VBD RB CD NN IN CD . +CD NNS RB , DT NN NN VBD IN CD NN . +NNP NNP VBD `` RB VBG '' IN CD , WDT VBD JJ JJ NN . +NNP RB VBD IN VBN NN NN CC JJR NN NN NNS . +DT NNP NNP VBD DT JJ JJ NN JJ , VBG JJ CD NNS . +IN CD , NNP VBD DT JJ NN , IN NNP NNP NNP NNS VBD DT JJ NN IN NN NN . +NNS CC JJ NN CC NN NN VBP JJ NNS IN JJ JJ NN NN NNS . +NNP NNP NNS -LRB- NNS -RRB- VBP RB VBN IN JJ NNS . +NN NN VBZ JJ JJ NNS JJ IN JJ NN CC NN NN . +NNP NNP NNS NNP NN : NNP NNP NN NNP JJ NN NN NNS VBP VBN IN NNP NNP NNS . +DT VBP JJ NNS IN NN DT NN IN NNS CC NNS . +NNS VBP VBN IN NN NN IN DT NN NN MD VB VBN IN DT JJ JJ NN CC DT JJ JJ NN . +IN DT JJ NNS -LRB- FW , CD NNS -RRB- , NN MD VB VBN IN DT JJ NN . +NN MD VB VBN IN IN DT NNP NN IN JJ JJ NNS . +DT NN WRB NNS VBP JJ VBZ IN PRP MD VB VBN RB CC VBP JJ CC RB JJ TO VB . +IN NN NN , DT JJ NNP NN MD NN DT NN IN JJ JJ NNS -LRB- IN NN VBG DT JJ NN , JJ IN CD -RRB- , VBG CD IN DT DT CD NNS . +DT NNS MD VB IN JJ NNS , WDT VBP VBN IN VBG DT NN VB IN DT JJ NN NN IN NN CC VBG DT NN VBG DT NN VB , RB VBG DT JJ -LRB- RBS JJ -RRB- NNS . +DT JJ NNP NN MD VB TO VB IN DT NN DT JJ NN WDT VBZ DT NN IN JJ NN NNP , WDT MD VB DT NN IN DT VBN NN . +DT NN , CC -LRB- IN RBR JJ NN NN NNS -RRB- , DT NN , MD VB DT JJ NN NN : DT JJ NNP NN IN DT NN IN NNS CC NNS VBZ VBN IN VBG DT JJ JJ JJ NNP NNS IN DT JJ NNS CC NNS . +VBN RB VBP DT NN NNS IN DT RBS JJ , JJ NN TO NN NN . +NNP NN NN NNS VBP JJ NNS IN DT NN IN JJ NNS IN NN TO VB NNS IN DT JJ NN VBN IN . +DT JJ JJ NN MD VB NN NN IN DT NNS -LRB- IN NNS IN JJ JJ CC JJ NN VBP JJ NNS IN NN NNS -RRB- : PRP MD VB JJ NN TO VB IN JJ NN CC NN NNS : IN JJ NN NN PRP MD VB JJ NN NN NN -LRB- NN -RRB- IN JJ NN CC NN NN JJ NN -LRB- NN -RRB- IN RBR JJ NN NN . +DT NNS MD VB JJ NN CC NN NNS TO VB NN NNS CC IN NN MD VB JJ JJ JJ NN -LRB- NN -RRB- : CC MD VB DT NN CC NN NNS CC NN NN CC DT JJ NN VBD RB IN JJ JJ JJ NN CC DT JJ JJ NN VB -LRB- RB VBN IN JJ NN NN VBP , CC NN -RRB- . +JJ NNS VBP JJ JJ NN NNS WDT VBP IN DT RB JJ NN TO NN NN NN CC RB VB DT JJ NN IN DT NN NNS . +NNS VBP JJ JJ NN -LRB- NNP -RRB- , JJ NN NN -LRB- NN -RRB- CC JJ NN NN -LRB- NN -RRB- . +NN IN DT NN -LRB- DT NN IN WP VBZ WRB DT NN VBZ VBN IN DT JJ NN CC MD VB DT RBS JJ NN NN -RRB- MD RB VB DT NNP NN TO VB DT JJS NN , CC RB EX VBZ DT NN IN RB VBG DT NN VBN NNP NN , WDT VBZ CC DT JJ CC NN NN NN , CC VBG PRP RB RB -LRB- DT JJ NN NN , CC NN , NN -RRB- . +DT JJ NN TO NN VBZ TO VB DT NN IN JJ NNS RB IN RB VBG DT JJS NN , CC TO VB DT JJR VBG NN -LRB- NN -RRB- TO VB DT JJ NNS IN IN PRP MD VB DT JJS NN VBG TO DT JJ NN . +DT NN IN NNS MD VB VBN CC IN DT NN -LRB- DT NN NN NN -RRB- CC IN DT NN IN DT NNS -LRB- DT NN -RRB- . +NNP VBZ RB VBN IN VBG TO VB DT NNP NN -LRB- CC DT NN RB -RRB- : RB IN VBG DT NN NN IN JJ NN , PRP VBP TO VB DT NN WDT VBZ DT NN IN DT VBN NN NN IN VBZ TO DT JJ NNS -LRB- FW , PRP VBP DT NN WDT VBZ DT JJ NN TO JJ JJ NNS VBN IN PRP$ VBN NN -RRB- . +DT NN NN VBZ RB DT NNP NN , IN PRP MD VB JJ NNS IN JJ NNS : DT NN IN JJ NNS VBZ , IN NN , VBN TO VB NN . +JJ NNS VBP VBN VBN TO VB NNS VBN IN JJ JJ NN NNS IN NN NNS VBD PRP IN DT JJ NN NN VBG JJ NNS . +NNP NN NN -LRB- NN -RRB- : VBN NN NN NNP NN : NNP NN VBG NNP NN NN VBZ DT NN WDT VBD RB VBN IN NN NN CC VBZ RB RB VBN VBN IN DT RBR JJ JJ NN . +NNP NN NN VBZ DT NN IN VBG NN IN CD NNS WDT MD VB IN NN CC NN . +IN NN , NNS IN NN NNS MD VB VBN , RB IN IN CD NN DT NN VBD VBG RB CC IN IN DT PRP CC PRP VBD VBG RBR RB , CC RB IN EX VBD NNS CC NNS IN DT NN IN CD NN . +NNP VBZ VBN VBN TO NN , NN , CC NNS : RB , DT NNS WDT MD VB VBN IN DT JJ NN MD VB VBN IN NN . +DT JJ NN VBZ VBN JJ NN NN , TO VB IN JJ NN NNS . +IN JJ , PRP VBZ DT NN WDT VBZ DT NN TO VB DT JJ NN IN CD VBN NNS -LRB- FW , NN NN -RRB- IN JJ NNS . +DT VBZ , DT NNS VBP `` JJ '' JJ TO VB DT JJ . +DT NN NN NN VBZ RB VBN IN DT NN IN JJ NNP NNS : . +JJ NNS NNP NN : JJ NNS JJ NNS VBD IN DT JJ JJ NN NN IN NNP IN DT JJ NNS . +IN RB , JJ NNS VBP VBN VBN IN JJ NNS IN NN NN JJ IN NN NN , VBN NN NN , CC NN NN . +IN NN TO NNS , JJ NNS VBP DT NNS IN NN JJ NNS CC VBP JJ NNS VBG PRP JJ NN NNS IN NN NN . +WRB VBN TO VB DT NNS IN DT NN NN NN , JJ NNS VBP JJ NN IN DT JJ CC JJ NN . +JJ NNS IN DT NNS IN NN NNS VBP VBN IN JJ NNS . +RB , IN NN IN PRP$ NN IN VBG JJ NNS JJ IN JJ NNS CC VBN NNS , JJ NNS VBP RB JJ IN JJ NN NNS , RB IN IN PRP$ NN IN NN TO VB JJ NNS . +RB , CD JJ NN VBZ TO VB JJ NNS IN DT FW FW NN NN , NN NN , IN DT NNP VBN NN . +JJ NN NNP NN NN NNS VBD DT NN CC CD VBP NN CC NN NN , NN , NN -LRB- RB VBN NNP -RRB- CC DT NNP NNP . +NNS IN DT NN IN JJ NN NN , JJ IN NN , NN , NN , CC NNP , VBP VBG TO VB NNS IN NN NN . +JJ NNS VBP DT NNP NNS IN NNP CC NNP NNP -LRB- RB VBN NN NNS IN NNP , NNP CC NNP NNP -RRB- , NNP NNP CC NNP , CC NNP NNP . +NNS IN `` NNS IN NN NN '' IN NNP NNP MD VB JJ TO VB JJ NN CC MD RB VB RB IN TO NN -LRB- CD -RRB- . +DT RB JJ NN -LRB- NNP CD -RRB- , `` NNS IN NNP NN '' IN NNP NNP VBZ DT RBR JJ NNS IN DT NN . +IN DT NN VBZ IN NN NN , CC DT JJ NN IN DT NN VBZ RB TO NN NN , IN DT NN IN JJ JJ NN NN . +DT JJ NN MD VB `` JJ NNS IN NN NN '' IN NNP NNP CC `` NNP NNP NNP -LRB- CD -RRB- '' IN NNP NNP NN . +RBR RB TO NN VBZ `` NNP NNP '' , IN NNP NNP NNP , JJ NN VBN IN CD . +DT RB VBN NN IN `` NN CC NN NN -LRB- CD -RRB- '' IN NNP CC NNP VBZ DT NNS CC DT NN IN DT NN IN NNP . +DT JJ NN IN DT NNS VBN IN DT JJS JJ NNS MD VB VBN IN VBG NN TO NN VBD NNS JJ IN DT VBN IN NNP -LRB- DT JJS NN JJ NN JJ IN IN CD VBZ DT NNP NN , WDT VBZ CC NN NN CC NN NNS -RRB- . +IN NNS IN RB JJ NNS , NNP NNP NNP POS NNP NN VBZ CD NN TO VB TO DT VBP IN NN NN CC TO VB VBG . +DT NN -LRB- JJ IN IN JJ NN , RB IN IN JJ NN -RRB- VBZ DT NN NN -LRB- CC DT VBG NN NN -RRB- . +DT NNP NNS NNP NN , CC NNP NN VBP RB JJ NN NNS IN JJ NN NN . +IN JJR NN NNS , VBP NN IN NN NN NN . +DT JJ NN IN DT NN IN NN IN NNP VBZ VBN IN NNP CC NNP -LRB- CD -RRB- . +NNS IN NNS NNS IN NNS MD VB IN NN NN NNS . +IN NNS WDT VBP JJ CC JJ IN NN , NN NN NN VBZ VBN TO RB VB DT NN IN NNS JJ IN NNS IN NN NNS , NN VBZ , CC JJ NNS . +NN NN VBZ RB RB JJ IN NNS WP VBP NN VBG PRP$ NNS , VBG IN JJ JJ NN NNS TO VBN NNS WDT VBP VBG JJ NN NN NNS . +IN NN , NNS WP VBD DT NN DT NN CC VBD NNP VBD DT JJ JJ NN IN NN NN . +NN NN VBZ VBN IN JJ NN , JJ IN NN TO NN , NN NNS , CC VBD NN . +NNS IN VBG NNS WP VBP NNS IN JJ NN -LRB- RB PRP VBP IN DT NN CC PRP VBZ VBN RB VBG PRP TO VB RP RB IN NN -RRB- MD VB IN DT NN -LRB- NN VBN -RRB- . +-LRB- NN -RRB- DT NN VBZ NN . +JJ NN CC NN VBG NN IN NN NN NN VBZ JJ CC JJ . +DT NN NN NNS VBP RB RBR JJ IN NNS . +NN NN NNS IN DT NNS VBP JJR IN CD NN . +IN NNS PRP MD VB RB JJ IN CD NN . +RB PRP RB VBZ IN NN VBZ VBG RB , IN NNS VBP JJR NNS WDT VBP JJR NN NNS . +IN NN VBZ JJ CC VBZ JJ TO VB , EX VBZ DT NN IN NN VBZ VBN CC IN NN VBZ VBN RP CC VBN NNS . +JJ NNS VBP RB JJ . +IN CD , NNP NNP VBD DT JJ NN WDT VBD VB JJ NN TO VB RP IN JJ NNS . +IN CD EX VBD DT JJ NN IN NN VBD VBN CC EX VBD NNS VBN TO DT NN . +RB , IN DT CD , VBG VBN RBR CC RBR JJ CC NN VBD , RB CC RB , TO VB . +IN DT JJ CD NNS , NN NN NN VBZ VBN VBN IN DT JJ NN IN JJ JJ NNS . +EX VBZ RB VBN DT NN TO VB NN TO RBR JJ NNS JJ DT TO VB IN NN NN NN CC TO DT NN IN JJR NNS . +IN JJ , DT VBG TO RBR JJ NNS VBZ VBN NNP NN IN NN NN IN DT CD . +IN DT JJ NN , PRP VBZ VBN IN DT NNS NN , WDT VBD NN IN NNP CC NNP IN NN TO NNP , CC DT NNP NN , WDT VBD RB IN NNP CC JJ CC JJ NN RB IN NN NN . +JJ NN CC JJ JJ NN RB VBP TO VB IN RB JJ NNS . +CD JJ NN VBZ TO VB NN IN NN NN NN , RB RB NN IN NN CC NN IN DT NN WDT VBZ DT JJ NN IN NN . +DT JJ NN IN NN VBZ VBN IN DT NN RB IN DT NN . +DT NN VBZ TO VB NN IN DT NN IN IN JJ NNS EX VBZ DT JJ NN IN NN NNS JJ , RB TO NNS IN NNS . +PRP VBZ RB JJ TO VB NNS VBP JJ JJ NNS IN NN , IN DT NN NN VBZ IN VBG JJ NNS IN NN NN WDT MD RB VB JJ NNS IN JJ NNS . +DT NN IN NN VBZ JJR NN IN JJ NNS CC TO VB DT NN TO VB NN NN NN . +NN NN VBZ DT NN IN VBG DT NNS IN NNS , NNS , CC NNS IN VBN JJ NNS . +DT NN VBZ DT TO DT JJ NNS VBN IN NNS , CC TO JJ NNS IN JJ NN NN . +NN NN VBZ DT JJ NN IN NN NN , CC MD RB VB RB VBN IN NN . +IN IN JJS JJ NN NN NNS , PRP MD VB IN NN NN , NN , CC NNS , CC RB IN DT NN VBZ RB DT JJ NN RB IN DT NN . +DT JJ NN IN NN NN NNS CC NNS MD VB VBN IN . +DT VBG NNS VBP NN NN IN NNS IN DT NN NN , JJ IN DT NN . +DT NN IN DT NN VBZ VBN IN DT NN IN NN IN NN NNS , WRB PRP MD VB VBN IN JJ NNS IN DT JJ NNS : PRP MD VB RB IN PRP , NN IN PRP , NN , CC RB VB . +DT NN MD VB IN JJ NNS RB RB RB IN IN DT JJ NN . +DT NN IN NN VBZ VBN IN NN , IN DT NN IN JJ NNS CC NNS , VBZ DT NN IN PRP$ JJ NN -LRB- NN VBN -RRB- . +IN NN , DT NN PRP VBP NNS VBZ IN DT JJ NNS CC DT NN PRP VBP NNS VBZ IN DT JJ NNS . +IN NN , WRB PRP VBP `` NN '' , DT -LRB- NN -RRB- VBZ RBR RB IN WRB PRP VBP `` VBN '' . +CC RB DT NN IN `` NN '' VBZ RB JJ IN DT NN IN `` NN '' , IN PRP RB VBP RB VB DT . +IN NN , EX VBP JJ NNS WDT VBP IN JJ NN WDT VBZ PRP RB JJ IN NN . +IN NN , IN NNP , DT NN `` VB PRP '' MD RB VB RBR RB VBN `` NN '' . +RB , RB IN DT JJS NNS , DT NN IN JJ NN MD RB VB RB JJ IN DT JJ JJ NN . +IN DT NN , DT JJ CC JJ NN IN VBN NN RB VBZ JJ NNS , JJ IN DT VBN IN VBG VBN NN . +JJ NNS MD VB VBN TO NN CC NN VBD NN TO NNS CC NNS . +NNS VBP JJ JJ NN IN NN NN , JJ NN NN , CC JJ NN . +NNP NN CC NN NN VBZ RB JJ . +JJ NN IN DT JJ NNS , DT NN IN DT JJ VBN NN -LRB- WDT RB VBZ RB VBN VBN CC VBN RB -RRB- MD VB VBN RB IN VBG PRP IN JJR JJ NNS -LRB- RB , DT NNS IN DT NN -RRB- , VBG DT NN TO DT NN , CC RB VBG DT NNS VBG TO DT NN NNS IN DT NN . +DT NN IN DT JJ NN IN NN VBZ PRP$ NN IN DT NN IN JJ JJ NNS CC VBG DT NN TO CD NN IN DT JJ NN IN JJ NNS -LRB- RB , DT NNS IN DT NN -RRB- : DT NN RB MD VB VBN IN JJ NN NN NNS . +IN JJS VBN NNS , DT NNS IN JJ NNS VBP RB JJ TO VB . +CD MD VB IN DT JJ NNS VBN IN JJ JJ NNS , IN NNP CC NNP , MD VB TO VBZ IN PRP$ VBN NN : CC DT VBZ JJ RB IN RB JJ NN , WRB DT NN RB NNS DT VBZ . +IN JJ NN , CD RB VBZ JJ JJ NNS VBG VBD IN DT VBZ IN PRP , CC RB DT JJ NNS IN CD NN VB RB CC NN IN DT JJ NNS IN DT JJ NN . +RB , DT NN MD VB JJ NNS VBG IN WRB PRP VBZ VBN IN NNS . +DT JJ NN , RB VBN IN DT NN , VBZ DT NN WRB TO VB DT JJ NN , WDT VBZ RB JJ TO WRB TO VB NN . +IN DT NN VBZ , JJ JJ NN VBZ IN NN CC NNS WDT VBZ IN DT NN IN JJ NN CC NN , CC MD RB VB JJ NN NN CC JJ NN NNS TO VB VBN IN DT NN . +DT NN VBZ TO DT NN IN DT NN IN NN NN WDT VBZ IN DT NNS WDT VBP RB VBN IN JJ NNS , IN NNP CC NNP . +RB , RB IN DT NNS , NN NN VBZ RB RB JJR IN NN NN , IN DT VBN NN RB VBZ JJ NN IN JJ NNS , CC RB VBZ JJ NNS RB JJ IN NN -LRB- JJ IN DT NN IN JJ NNS IN NN VBZ IN NNP -RRB- . +NN NN VBZ DT NN IN VBG VBN NN IN JJ NNS , JJ IN NNS , NNS , CC NNS . +DT NN VBZ DT TO JJ NNS VBN IN NNS WRB VBG NN , CC TO JJ NNS VBN IN NNS , WDT VBP DT NN IN JJ NN NN . +DT NN VBZ JJ , IN IN DT VBN NNS VBP JJ NN NN NNS , JJ IN DT NN NNS IN VBN NNP CC DT JJ JJ , JJ CC JJ NN NNS IN JJ , JJ NNS VBP RB JJ CC RB JJ IN DT VBN NNS . +VB NN NN , DT NN IN VBG NN IN RB JJ NNS . +IN NNP CC JJ JJ NNS VBG DT NN IN DT JJ NN , DT NN VBZ DT JJ NN IN DT NN NN . +-LRB- DT NNS WRB DT NN NN RB MD RB VB JJ VBP NNS IN MD RB IN MD RB . -RRB- +RB DT NN TO DT NN VBZ RB VBN IN DT VBN NNS , CC IN PRP NN NN VBZ DT JJ NN . +NNS WDT VBP RB VB DT JJ NN NN NN VBP NNP , NNP , WRB NNS CC RB NNS VBP VBN , NNP CC NNP , WRB NNS CC NNS CC RB NNS VBP VBN , CC NNP , WRB NNS CC RB NNS VBP VBN . +IN DT NN NNS RB , JJ IN DT NN NN VBN IN NNP CC NNP IN JJ NNS , NNS VBP RB VBN -LRB- IN JJS RB -RRB- IN DT JJ NN . +DT NNP NNP VBZ VBN DT NNP NNP IN NNP NNP , VBG DT NNS IN NN IN JJ NNS . +NN NN VBZ DT NN IN VBG VBN NN -LRB- FW NN WDT VBZ DT NNS CC JJ NN NNS -RRB- TO VB WRB NN NNS VBP . +NN NN MD RB VB TO DT NN IN NN . +NN NN NN NN VBZ DT NN IN VBG DT NN IN VBN NN IN PRP$ NN NNS . +IN NNP CC DT JJ NNS , VBG NN , RB DT JJ NN NN VBZ DT JJ NN . +RB RB IN NNP DT NN VBZ RB JJ JJ TO DT NN IN DT JJ NN NN IN NNS , WDT MD CC MD RB RB VB DT NN . +IN NN NNP VBZ RB PRP$ JJ NN IN `` NNP NNP VBD TO DT NNS IN NNP NNP . '' +WRB VBG JJ NN , NNS IN NNS WDT VBP NNS MD VB VB JJ NN IN NN NNS . +IN IN NN NN , RB DT VBN NNS VBP NN NNS WDT VBP JJ IN VBG NN NNS . +JJ NN NNS NNS MD VB VBN TO NN NN IN NNS IN NNS , VBG NNS -LRB- DT NN RB VBD JJ NN -RRB- , NNS , NNS CC NN NNS . +DT NN MD VB JJ NNS , CC DT NN IN JJ NN NN MD VB TO VB DT NNS RB CC NN DT NN RB . +DT NN NNS MD VB JJ IN NN NNS CC NNS . +IN JJ NNS CD VBZ TO VB NNS JJ TO DT VBN IN NN NN . +JJ JJ NNS VBP VBN VBN . +NNP NN VBZ NNP NN VBZ DT NN IN JJ NN NN IN VBG DT NN NN TO NN NN . +WRB NN CC JJ NNS VBP RB RB JJ , DT NN NN RB VBZ RB JJ NNS , JJ IN JJ NN , JJ NNS , RB RB IN NN IN JJ CC JJ NNS . +JJ JJ NN NN NNS CC NN NN NNS RB VBP IN NN IN JJ NNS CC NNS . +IN DT NN , NN NN VBN IN JJ NNS VBZ DT RB JJ NN IN VBG NN NNS CC JJ NN NNS . +DT NN IN VBG NN NN NNS VBZ IN VBG DT JJ NN IN NN IN DT NN NN . +EX VBP CD JJ NNS : JJ NN IN NN CC VBG NN NN VBP DT NN NN IN NN NN CC VB NNP NNP DT NN NN NNS VBP NN IN DT NN IN NNP CC VB NN NNS IN NN TO VB JJ NN IN NN CC NN NNS . diff --git a/data/wiki-en-train.txt b/data/wiki-en-train.txt new file mode 100644 index 0000000..03fd538 --- /dev/null +++ b/data/wiki-en-train.txt @@ -0,0 +1,1290 @@ +Natural language processing (NLP) is a field of computer science, artificial intelligence (also called machine learning), and linguistics concerned with the interactions between computers and human (natural) languages. +Specifically, it is the process of a computer extracting meaningful information from natural language input and/or producing natural language output. +In theory, natural language processing is a very attractive method of human–computer interaction. +Natural language understanding is sometimes referred to as an AI-complete problem because it seems to require extensive knowledge about the outside world and the ability to manipulate it. +Whether NLP is distinct from, or identical to, the field of computational linguistics is a matter of perspective. +The Association for Computational Linguistics defines the latter as focusing on the theoretical aspects of NLP. +On the other hand, the open-access journal "Computational Linguistics", styles itself as "the longest running publication devoted exclusively to the design and analysis of natural language processing systems" (Computational Linguistics (Journal)) Modern NLP algorithms are grounded in machine learning, especially statistical machine learning. +Research into modern statistical NLP algorithms requires an understanding of a number of disparate fields, including linguistics, computer science, and statistics. +For a discussion of the types of algorithms currently used in NLP, see the article on pattern recognition. +An automated online assistant providing customer service on a web page, an example of an application where natural language processing is a major component. +In 1950, Alan Turing published his famous article "Computing Machinery and Intelligence" which proposed what is now called the Turing test as a criterion of intelligence. +This criterion depends on the ability of a computer program to impersonate a human in a real-time written conversation with a human judge, sufficiently well that the judge is unable to distinguish reliably — on the basis of the conversational content alone — between the program and a real human. +The Georgetown experiment in 1954 involved fully automatic translation of more than sixty Russian sentences into English. +The authors claimed that within three or five years, machine translation would be a solved problem. +However, real progress was much slower, and after the ALPAC report in 1966, which found that ten years long research had failed to fulfill the expectations, funding for machine translation was dramatically reduced. +Little further research in machine translation was conducted until the late 1980s, when the first statistical machine translation systems were developed. +Some notably successful NLP systems developed in the 1960s were SHRDLU, a natural language system working in restricted "blocks worlds" with restricted vocabularies, and ELIZA, a simulation of a Rogerian psychotherapist, written by Joseph Weizenbaum between 1964 to 1966. +Using almost no information about human thought or emotion, ELIZA sometimes provided a startlingly human-like interaction. +When the "patient" exceeded the very small knowledge base, ELIZA might provide a generic response, for example, responding to "My head hurts" with "Why do you say your head hurts?". +During the 70's many programmers began to write 'conceptual ontologies', which structured real-world information into computer-understandable data. +Examples are MARGIE (Schank, 1975), SAM (Cullingford, 1978), PAM (Wilensky, 1978), TaleSpin (Meehan, 1976), QUALM (Lehnert, 1977), Politics (Carbonell, 1979), and Plot Units (Lehnert 1981). +During this time, many chatterbots were written including PARRY, Racter, and Jabberwacky. +Up to the 1980s, most NLP systems were based on complex sets of hand-written rules. +Starting in the late 1980s, however, there was a revolution in NLP with the introduction of machine learning algorithms for language processing. +This was due both to the steady increase in computational power resulting from Moore's Law and the gradual lessening of the dominance of Chomskyan theories of linguistics (e.g. transformational grammar), whose theoretical underpinnings discouraged the sort of corpus linguistics that underlies the machine-learning approach to language processing. +Some of the earliest-used machine learning algorithms, such as decision trees, produced systems of hard if-then rules similar to existing hand-written rules. +Increasingly, however, research has focused on statistical models, which make soft, probabilistic decisions based on attaching real-valued weights to the features making up the input data. +The cache language models upon which many speech recognition systems now rely are examples of such statistical models. +Such models are generally more robust when given unfamiliar input, especially input that contains errors (as is very common for real-world data), and produce more reliable results when integrated into a larger system comprising multiple subtasks. +Many of the notable early successes occurred in the field of machine translation, due especially to work at IBM Research, where successively more complicated statistical models were developed. +These systems were able to take advantage of existing multilingual textual corpora that had been produced by the Parliament of Canada and the European Union as a result of laws calling for the translation of all governmental proceedings into all official languages of the corresponding systems of government. +However, most other systems depended on corpora specifically developed for the tasks implemented by these systems, which was (and often continues to be) a major limitation in the success of these systems. +As a result, a great deal of research has gone into methods of more effectively learning from limited amounts of data. +Recent research has increasingly focused on unsupervised and semi-supervised learning algorithms. +Such algorithms are able to learn from data that has not been hand-annotated with the desired answers, or using a combination of annotated and non-annotated data. +Generally, this task is much more difficult than supervised learning, and typically produces less accurate results for a given amount of input data. +However, there is an enormous amount of non-annotated data available (including, among other things, the entire content of the World Wide Web), which can often make up for the inferior results. +NLP using machine learning As described above, modern approaches to natural language processing (NLP) are grounded in machine learning. +The paradigm of machine learning is different from that of most prior attempts at language processing. +Prior implementations of language-processing tasks typically involved the direct hand coding of large sets of rules. +The machine-learning paradigm calls instead for using general learning algorithms — often, although not always, grounded in statistical inference — to automatically learn such rules through the analysis of large corpora of typical real-world examples. +A corpus (plural, "corpora") is a set of documents (or sometimes, individual sentences) that have been hand-annotated with the correct values to be learned. +Consider the task of part of speech tagging, i.e. determining the correct part of speech of each word in a given sentence, typically one that has never been seen before. +A typical machine-learning-based implementation of a part of speech tagger proceeds in two steps, a training step and an evaluation step. +The first step — the training step — makes use of a corpus of training data, which consists of a large number of sentences, each of which has the correct part of speech attached to each word. +(An example of such a corpus in common use is the Penn Treebank. +This includes (among other things) a set of 500 texts from the Brown Corpus, containing examples of various genres of text, and 2500 articles from the Wall Street Journal.) +This corpus is analyzed and a learning model is generated from it, consisting of automatically created rules for determining the part of speech for a word in a sentence, typically based on the nature of the word in question, the nature of surrounding words, and the most likely part of speech for those surrounding words. +The model that is generated is typically the best model that can be found that simultaneously meets two conflicting objectives: To perform as well as possible on the training data, and to be as simple as possible (so that the model avoids overfitting the training data, i.e. so that it generalizes as well as possible to new data rather than only succeeding on sentences that have already been seen). +In the second step (the evaluation step), the model that has been learned is used to process new sentences. +An important part of the development of any learning algorithm is testing the model that has been learned on new, previously unseen data. +It is critical that the data used for testing is not the same as the data used for training; otherwise, the testing accuracy will be unrealistically high. +Many different classes of machine learning algorithms have been applied to NLP tasks. +In common to all of these algorithms is that they take as input a large set of "features" that are generated from the input data. +As an example, for a part-of-speech tagger, typical features might be the identity of the word being processed, the identity of the words immediately to the left and right, the part-of-speech tag of the word to the left, and whether the word being considered or its immediate neighbors are content words or function words. +The algorithms differ, however, in the nature of the rules generated. +Some of the earliest-used algorithms, such as decision trees, produced systems of hard if-then rules similar to the systems of hand-written rules that were then common. +Increasingly, however, research has focused on statistical models, which make soft, probabilistic decisions based on attaching real-valued weights to each input feature. +Such models have the advantage that they can express the relative certainty of many different possible answers rather than only one, producing more reliable results when such a model is included as a component of a larger system. +In addition, models that make soft decisions are generally more robust when given unfamiliar input, especially input that contains errors (as is very common for real-world data). +Systems based on machine-learning algorithms have many advantages over hand-produced rules: The learning procedures used during machine learning automatically focus on the most common cases, whereas when writing rules by hand it is often not obvious at all where the effort should be directed. +Automatic learning procedures can make use of statistical inference algorithms to produce models that are robust to unfamiliar input (e.g. containing words or structures that have not been seen before) and to erroneous input (e.g. with misspelled words or words accidentally omitted). +Generally, handling such input gracefully with hand-written rules — or more generally, creating systems of hand-written rules that make soft decisions — is extremely difficult, error-prone and time-consuming. +Systems based on automatically learning the rules can be made more accurate simply by supplying more input data. +However, systems based on hand-written rules can only be made more accurate by increasing the complexity of the rules, which is a much more difficult task. +In particular, there is a limit to the complexity of systems based on hand-crafted rules, beyond which the systems become more and more unmanageable. +However, creating more data to input to machine-learning systems simply requires a corresponding increase in the number of man-hours worked, generally without significant increases in the complexity of the annotation process. +Major tasks in NLP The following is a list of some of the most commonly researched tasks in NLP. +Note that some of these tasks have direct real-world applications, while others more commonly serve as subtasks that are used to aid in solving larger tasks. +What distinguishes these tasks from other potential and actual NLP tasks is not only the volume of research devoted to them but the fact that for each one there is typically a well-defined problem setting, a standard metric for evaluating the task, standard corpora on which the task can be evaluated, and competitions devoted to the specific task. +Automatic summarization: Produce a readable summary of a chunk of text. +Often used to provide summaries of text of a known type, such as articles in the financial section of a newspaper. +Coreference resolution: Given a sentence or larger chunk of text, determine which words ("mentions") refer to the same objects ("entities"). +Anaphora resolution is a specific example of this task, and is specifically concerned with matching up pronouns with the nouns or names that they refer to. +For example, in a sentence such as "He entered John's house through the front door", "the front door" is a referring expression and the bridging relationship to be identified is the fact that the door being referred to is the front door of John's house (rather than of some other structure that might also be referred to). +Discourse analysis: This rubric includes a number of related tasks. +One task is identifying the discourse structure of connected text, i.e. the nature of the discourse relationships between sentences (e.g. elaboration, explanation, contrast). +Another possible task is recognizing and classifying the speech acts in a chunk of text (e.g. yes-no question, content question, statement, assertion, etc.). +Machine translation: Automatically translate text from one human language to another. +This is one of the most difficult problems, and is a member of a class of problems colloquially termed "AI-complete", i.e. requiring all of the different types of knowledge that humans possess (grammar, semantics, facts about the real world, etc.) in order to solve properly. +Morphological segmentation: Separate words into individual morphemes and identify the class of the morphemes. +The difficulty of this task depends greatly on the complexity of the morphology (i.e. the structure of words) of the language being considered. +English has fairly simple morphology, especially inflectional morphology, and thus it is often possible to ignore this task entirely and simply model all possible forms of a word (e.g. +"open, opens, opened, opening") as separate words. +In languages such as Turkish, however, such an approach is not possible, as each dictionary entry has thousands of possible word forms. +Named entity recognition (NER): Given a stream of text, determine which items in the text map to proper names, such as people or places, and what the type of each such name is (e.g. person, location, organization). +Note that, although capitalization can aid in recognizing named entities in languages such as English, this information cannot aid in determining the type of named entity, and in any case is often inaccurate or insufficient. +For example, the first word of a sentence is also capitalized, and named entities often span several words, only some of which are capitalized. +Furthermore, many other languages in non-Western scripts (e.g. +Chinese or Arabic) do not have any capitalization at all, and even languages with capitalization may not consistently use it to distinguish names. +For example, German capitalizes all nouns, regardless of whether they refer to names, and French and Spanish do not capitalize names that serve as adjectives. +Natural language generation: Convert information from computer databases into readable human language. +Natural language understanding: Convert chunks of text into more formal representations such as first-order logic structures that are easier for computer programs to manipulate. +Natural language understanding involves the identification of the intended semantic from the multiple possible semantics which can be derived from a natural language expression which usually takes the form of organized notations of natural languages concepts. +Introduction and creation of language metamodel and ontology are efficient however empirical solutions. +An explicit formalization of natural languages semantics without confusions with implicit assumptions such as closed world assumption (CWA) vs. open world assumption, or subjective Yes/No vs. objective True/False is expected for the construction of a basis of semantics formalization. +Optical character recognition (OCR): Given an image representing printed text, determine the corresponding text. +Part-of-speech tagging: Given a sentence, determine the part of speech for each word. +Many words, especially common ones, can serve as multiple parts of speech. +For example, "book" can be a noun ("the book on the table") or verb ("to book a flight"); "set" can be a noun, verb or adjective; and "out" can be any of at least five different parts of speech. +Note that some languages have more such ambiguity than others. +Languages with little inflectional morphology, such as English are particularly prone to such ambiguity. +Chinese is prone to such ambiguity because it is a tonal language during verbalization. +Such inflection is not readily conveyed via the entities employed within the orthography to convey intended meaning. +Parsing: Determine the parse tree (grammatical analysis) of a given sentence. +The grammar for natural languages is ambiguous and typical sentences have multiple possible analyses. +In fact, perhaps surprisingly, for a typical sentence there may be thousands of potential parses (most of which will seem completely nonsensical to a human). +Question answering: Given a human-language question, determine its answer. +Typical questions have a specific right answer (such as "What is the capital of Canada?"), but sometimes open-ended questions are also considered (such as "What is the meaning of life?"). +Relationship extraction: Given a chunk of text, identify the relationships among named entities (e.g. who is the wife of whom). +Sentence breaking (also known as sentence boundary disambiguation): Given a chunk of text, find the sentence boundaries. +Sentence boundaries are often marked by periods or other punctuation marks, but these same characters can serve other purposes (e.g. marking abbreviations). +Sentiment analysis: Extract subjective information usually from a set of documents, often using online reviews to determine "polarity" about specific objects. +It is especially useful for identifying trends of public opinion in the social media, for the purpose of marketing. +Speech recognition: Given a sound clip of a person or people speaking, determine the textual representation of the speech. +This is the opposite of text to speech and is one of the extremely difficult problems colloquially termed "AI-complete" (see above). +In natural speech there are hardly any pauses between successive words, and thus speech segmentation is a necessary subtask of speech recognition (see below). +Note also that in most spoken languages, the sounds representing successive letters blend into each other in a process termed coarticulation, so the conversion of the analog signal to discrete characters can be a very difficult process. +Speech segmentation: Given a sound clip of a person or people speaking, separate it into words. +A subtask of speech recognition and typically grouped with it. +Topic segmentation and recognition: Given a chunk of text, separate it into segments each of which is devoted to a topic, and identify the topic of the segment. +Word segmentation: Separate a chunk of continuous text into separate words. +For a language like English, this is fairly trivial, since words are usually separated by spaces. +However, some written languages like Chinese, Japanese and Thai do not mark word boundaries in such a fashion, and in those languages text segmentation is a significant task requiring knowledge of the vocabulary and morphology of words in the language. +Word sense disambiguation: Many words have more than one meaning; we have to select the meaning which makes the most sense in context. +For this problem, we are typically given a list of words and associated word senses, e.g. from a dictionary or from an online resource such as WordNet. +In some cases, sets of related tasks are grouped into subfields of NLP that are often considered separately from NLP as a whole. +Examples include: Information retrieval (IR): This is concerned with storing, searching and retrieving information. +It is a separate field within computer science (closer to databases), but IR relies on some NLP methods (for example, stemming). +Some current research and applications seek to bridge the gap between IR and NLP. +Information extraction (IE): This is concerned in general with the extraction of semantic information from text. +This covers tasks such as named entity recognition, coreference resolution, relationship extraction, etc. +Speech processing: This covers speech recognition, text-to-speech and related tasks. +Other tasks include: Stemming Text simplification Text-to-speech Text-proofing Natural language search Query expansion Automated essay scoring Truecasing Statistical NLP Main article: statistical natural language processing Statistical natural-language processing uses stochastic, probabilistic and statistical methods to resolve some of the difficulties discussed above, especially those which arise because longer sentences are highly ambiguous when processed with realistic grammars, yielding thousands or millions of possible analyses. +Methods for disambiguation often involve the use of corpora and Markov models. +Statistical NLP comprises all quantitative approaches to automated language processing, including probabilistic modeling, information theory, and linear algebra. +The technology for statistical NLP comes mainly from machine learning and data mining, both of which are fields of artificial intelligence that involve learning from data. +Evaluation of natural language processing Objectives The goal of NLP evaluation is to measure one or more qualities of an algorithm or a system, in order to determine whether (or to what extent) the system answers the goals of its designers, or meets the needs of its users. +Research in NLP evaluation has received considerable attention, because the definition of proper evaluation criteria is one way to specify precisely an NLP problem, going thus beyond the vagueness of tasks defined only as language understanding or language generation. +A precise set of evaluation criteria, which includes mainly evaluation data and evaluation metrics, enables several teams to compare their solutions to a given NLP problem. +Short history of evaluation in NLP The first evaluation campaign on written texts seems to be a campaign dedicated to message understanding in 1987 (Pallet 1998). +Then, the Parseval/GEIG project compared phrase-structure grammars (Black 1991). +A series of campaigns within Tipster project were realized on tasks like summarization, translation and searching (Hirschman 1998). +In 1994, in Germany, the Morpholympics compared German taggers. +Then, the Senseval and Romanseval campaigns were conducted with the objectives of semantic disambiguation. +In 1996, the Sparkle campaign compared syntactic parsers in four different languages (English, French, German and Italian). +In France, the Grace project compared a set of 21 taggers for French in 1997 (Adda 1999). +In 2004, during the Technolangue/Easy project, 13 parsers for French were compared. +Large-scale evaluation of dependency parsers were performed in the context of the CoNLL shared tasks in 2006 and 2007. +In Italy, the EVALITA campaign was conducted in 2007 and 2009 to compare various NLP and speech tools for Italian; the 2011 campaign is in full progress - EVALITA web site. +In France, within the ANR-Passage project (end of 2007), 10 parsers for French were compared - passage web site. +Adda G., Mariani J., Paroubek P., Rajman M. 1999 L'action GRACE d'évaluation de l'assignation des parties du discours pour le français. +Langues vol-2 Black E., Abney S., Flickinger D., Gdaniec C., Grishman R., Harrison P., Hindle D., Ingria R., Jelinek F., Klavans J., Liberman M., Marcus M., Reukos S., Santoni B., Strzalkowski T. 1991 A procedure for quantitatively comparing the syntactic coverage of English grammars. +DARPA Speech and Natural Language Workshop Hirschman L. 1998 Language understanding evaluation: lessons learned from MUC and ATIS. +LREC Granada Pallet D.S. 1998 The NIST role in automatic speech recognition benchmark tests. +LREC Granada Different types of evaluation Depending on the evaluation procedures, a number of distinctions are traditionally made in NLP evaluation. +Intrinsic vs. extrinsic evaluation Intrinsic evaluation considers an isolated NLP system and characterizes its performance mainly with respect to a gold standard result, pre-defined by the evaluators. +Extrinsic evaluation, also called evaluation in use considers the NLP system in a more complex setting, either as an embedded system or serving a precise function for a human user. +The extrinsic performance of the system is then characterized in terms of its utility with respect to the overall task of the complex system or the human user. +For example, consider a syntactic parser that is based on the output of some new part of speech (POS) tagger. +An intrinsic evaluation would run the POS tagger on some labelled data, and compare the system output of the POS tagger to the gold standard (correct) output. +An extrinsic evaluation would run the parser with some other POS tagger, and then with the new POS tagger, and compare the parsing accuracy. +Black-box vs. glass-box evaluation Black-box evaluation requires one to run an NLP system on a given data set and to measure a number of parameters related to the quality of the process (speed, reliability, resource consumption) and, most importantly, to the quality of the result (e.g. the accuracy of data annotation or the fidelity of a translation). +Glass-box evaluation looks at the design of the system, the algorithms that are implemented, the linguistic resources it uses (e.g. vocabulary size), etc. +Given the complexity of NLP problems, it is often difficult to predict performance only on the basis of glass-box evaluation, but this type of evaluation is more informative with respect to error analysis or future developments of a system. +Automatic vs. manual evaluation In many cases, automatic procedures can be defined to evaluate an NLP system by comparing its output with the gold standard (or desired) one. +Although the cost of producing the gold standard can be quite high, automatic evaluation can be repeated as often as needed without much additional costs (on the same input data). +However, for many NLP problems, the definition of a gold standard is a complex task, and can prove impossible when inter-annotator agreement is insufficient. +Manual evaluation is performed by human judges, which are instructed to estimate the quality of a system, or most often of a sample of its output, based on a number of criteria. +Although, thanks to their linguistic competence, human judges can be considered as the reference for a number of language processing tasks, there is also considerable variation across their ratings. +This is why automatic evaluation is sometimes referred to as objective evaluation, while the human kind appears to be more subjective. +Shared tasks (Campaigns) BioCreative Message Understanding Conference Technolangue/Easy Text Retrieval Conference Evaluation exercises on Semantic Evaluation (SemEval) MorphoChallenge Semi-supervised and Unsupervised Morpheme Analysis Standardization in NLP An ISO sub-committee is working in order to ease interoperability between lexical resources and NLP programs. +The sub-committee is part of ISO/TC37 and is called ISO/TC37/SC4. +Some ISO standards are already published but most of them are under construction, mainly on lexicon representation (see LMF), annotation and data category registry. +Automatic summarization is the creation of a shortened version of a text by a computer program. +The product of this procedure still contains the most important points of the original text. +Discourse analysis (DA), or discourse studies, is a general term for a number of approaches to analyzing written, spoken, signed language use or any significant semiotic event. +Machine translation, sometimes referred to by the abbreviation MT (not to be confused with computer-aided translation, machine-aided human translation MAHT and interactive translation) is a sub-field of computational linguistics that investigates the use of software to translate text or speech from one natural language to another. +On a basic level, MT performs simple substitution of words in one natural language for words in another, but that alone usually cannot produce a good translation of a text, because recognition of whole phrases and their closest counterparts in the target language is needed. +Solving this problem with corpus and statistical techniques is a rapidly growing field that is leading to better translations, handling differences in linguistic typology, translation of idioms, and the isolation of anomalies.[citation needed] Current machine translation software often allows for customisation by domain or profession (such as weather reports), improving output by limiting the scope of allowable substitutions. +This technique is particularly effective in domains where formal or formulaic language is used. +It follows that machine translation of government and legal documents more readily produces usable output than conversation or less standardised text. +Improved output quality can also be achieved by human intervention: for example, some systems are able to translate more accurately if the user has unambiguously identified which words in the text are names. +With the assistance of these techniques, MT has proven useful as a tool to assist human translators and, in a very limited number of cases, can even produce output that can be used as is (e.g., weather reports). +The progress and potential of machine translation has been debated much through its history. +Since the 1950s, a number of scholars have questioned the possibility of achieving fully automatic machine translation of high quality. +Some critics claim that there are in-principle obstacles to automatizing the translation process. +In 1629, René Descartes proposed a universal language, with equivalent ideas in different tongues sharing one symbol. +In the 1950s, The Georgetown experiment (1954) involved fully automatic translation of over sixty Russian sentences into English. +The experiment was a great success and ushered in an era of substantial funding for machine-translation research. +The authors claimed that within three to five years, machine translation would be a solved problem. +Real progress was much slower, however, and after the ALPAC report (1966), which found that the ten-year-long research had failed to fulfill expectations, funding was greatly reduced. +Beginning in the late 1980s, as computational power increased and became less expensive, more interest was shown in statistical models for machine translation. +The idea of using digital computers for translation of natural languages was proposed as early as 1946 by A. D. Booth and possibly others. +Warren Weaver wrote an important memorandum "Translation" in 1949. +The Georgetown experiment was by no means the first such application, and a demonstration was made in 1954 on the APEXC machine at Birkbeck College (University of London) of a rudimentary translation of English into French. +Several papers on the topic were published at the time, and even articles in popular journals (see for example Wireless World, Sept. 1955, Cleave and Zacharov). +A similar application, also pioneered at Birkbeck College at the time, was reading and composing Braille texts by computer. +Translation process Main article: Translation process The human translation process may be described as: Decoding the meaning of the source text; and Re-encoding this meaning in the target language. +Behind this ostensibly simple procedure lies a complex cognitive operation. +To decode the meaning of the source text in its entirety, the translator must interpret and analyse all the features of the text, a process that requires in-depth knowledge of the grammar, semantics, syntax, idioms, etc., of the source language, as well as the culture of its speakers. +The translator needs the same in-depth knowledge to re-encode the meaning in the target language. +Therein lies the challenge in machine translation: how to program a computer that will "understand" a text as a person does, and that will "create" a new text in the target language that "sounds" as if it has been written by a person. +This problem may be approached in a number of ways. +Approaches Bernard Vauquois' pyramid showing comparative depths of intermediary representation, interlingual machine translation at the peak, followed by transfer-based, then direct translation. +Machine translation can use a method based on linguistic rules, which means that words will be translated in a linguistic way — the most suitable (orally speaking) words of the target language will replace the ones in the source language. +It is often argued that the success of machine translation requires the problem of natural language understanding to be solved first. +Generally, rule-based methods parse a text, usually creating an intermediary, symbolic representation, from which the text in the target language is generated. +According to the nature of the intermediary representation, an approach is described as interlingual machine translation or transfer-based machine translation. +These methods require extensive lexicons with morphological, syntactic, and semantic information, and large sets of rules. +Given enough data, machine translation programs often work well enough for a native speaker of one language to get the approximate meaning of what is written by the other native speaker. +The difficulty is getting enough data of the right kind to support the particular method. +For example, the large multilingual corpus of data needed for statistical methods to work is not necessary for the grammar-based methods. +But then, the grammar methods need a skilled linguist to carefully design the grammar that they use. +To translate between closely related languages, a technique referred to as shallow-transfer machine translation may be used. +Rule-based The rule-based machine translation paradigm includes transfer-based machine translation, interlingual machine translation and dictionary-based machine translation paradigms. +Main article: Rule-based machine translation Transfer-based machine translation Main article: Transfer-based machine translation Interlingual Main article: Interlingual machine translation Interlingual machine translation is one instance of rule-based machine-translation approaches. +In this approach, the source language, i.e. the text to be translated, is transformed into an interlingual, i.e. source-/target-language-independent representation. +The target language is then generated out of the interlingua. +Dictionary-based Main article: Dictionary-based machine translation Machine translation can use a method based on dictionary entries, which means that the words will be translated as they are by a dictionary. +Statistical Main article: Statistical machine translation Statistical machine translation tries to generate translations using statistical methods based on bilingual text corpora, such as the Canadian Hansard corpus, the English-French record of the Canadian parliament and EUROPARL, the record of the European Parliament. +Where such corpora are available, impressive results can be achieved translating texts of a similar kind, but such corpora are still very rare. +The first statistical machine translation software was CANDIDE from IBM. +Google used SYSTRAN for several years, but switched to a statistical translation method in October 2007. +Recently, they improved their translation capabilities by inputting approximately 200 billion words from United Nations materials to train their system. +Accuracy of the translation has improved. +Example-based Main article: Example-based machine translation Example-based machine translation (EBMT) approach was proposed by Makoto Nagao in 1984. +It is often characterised by its use of a bilingual corpus as its main knowledge base, at run-time. +It is essentially a translation by analogy and can be viewed as an implementation of case-based reasoning approach of machine learning. +Hybrid MT Hybrid machine translation (HMT) leverages the strengths of statistical and rule-based translation methodologies. +Several MT companies (Asia Online, LinguaSys, Systran, PangeaMT, UPV) are claiming to have a hybrid approach using both rules and statistics. +The approaches differ in a number of ways: Rules post-processed by statistics: Translations are performed using a rules based engine. +Statistics are then used in an attempt to adjust/correct the output from the rules engine. +Statistics guided by rules: Rules are used to pre-process data in an attempt to better guide the statistical engine. +Rules are also used to post-process the statistical output to perform functions such as normalization. +This approach has a lot more power, flexibility and control when translating. +Major issues Disambiguation Main article: Word sense disambiguation Word-sense disambiguation concerns finding a suitable translation when a word can have more than one meaning. +The problem was first raised in the 1950s by Yehoshua Bar-Hillel. +He pointed out that without a "universal encyclopedia", a machine would never be able to distinguish between the two meanings of a word. +Today there are numerous approaches designed to overcome this problem. +They can be approximately divided into "shallow" approaches and "deep" approaches. +Shallow approaches assume no knowledge of the text. +They simply apply statistical methods to the words surrounding the ambiguous word. +Deep approaches presume a comprehensive knowledge of the word. +So far, shallow approaches have been more successful.[citation needed] The late Claude Piron, a long-time translator for the United Nations and the World Health Organization, wrote that machine translation, at its best, automates the easier part of a translator's job; the harder and more time-consuming part usually involves doing extensive research to resolve ambiguities in the source text, which the grammatical and lexical exigencies of the target language require to be resolved: Why does a translator need a whole workday to translate five pages, and not an hour or two? ..... +About 90% of an average text corresponds to these simple conditions. +But unfortunately, there's the other 10%. +It's that part that requires six [more] hours of work. +There are ambiguities one has to resolve. +For instance, the author of the source text, an Australian physician, cited the example of an epidemic which was declared during World War II in a "Japanese prisoner of war camp". +Was he talking about an American camp with Japanese prisoners or a Japanese camp with American prisoners? +The English has two senses. +It's necessary therefore to do research, maybe to the extent of a phone call to Australia. +The ideal deep approach would require the translation software to do all the research necessary for this kind of disambiguation on its own; but this would require a higher degree of AI than has yet been attained. +A shallow approach which simply guessed at the sense of the ambiguous English phrase that Piron mentions (based, perhaps, on which kind of prisoner-of-war camp is more often mentioned in a given corpus) would have a reasonable chance of guessing wrong fairly often. +A shallow approach that involves "ask the user about each ambiguity" would, by Piron's estimate, only automate about 25% of a professional translator's job, leaving the harder 75% still to be done by a human. +The objects of discourse analysis — discourse, writing, conversation, communicative event, etc. — are variously defined in terms of coherent sequences of sentences, propositions, speech acts or turns-at-talk. +Contrary to much of traditional linguistics, discourse analysts not only study language use 'beyond the sentence boundary', but also prefer to analyze 'naturally occurring' language use, and not invented examples. +Text linguistics is related. +The essential difference between discourse analysis and text linguistics is that it aims at revealing socio-psychological characteristics of a person/persons rather than text structure. +Discourse analysis has been taken up in a variety of social science disciplines, including linguistics, sociology, anthropology, social work, cognitive psychology, social psychology, international relations, human geography, communication studies and translation studies, each of which is subject to its own assumptions, dimensions of analysis, and methodologies. +The examples and perspective in this article deal primarily with the United States and do not represent a worldwide view of the subject. +Please improve this article and discuss the issue on the talk page. +(December 2010) Some scholars[which?] consider the Austrian emigre Leo Spitzer's Stilstudien [Style Studies] of 1928 the earliest example of discourse analysis (DA); Michel Foucault himself translated it into French. +But the term first came into general use following the publication of a series of papers by Zellig Harris beginning in 1952 and reporting on work from which he developed transformational grammar in the late 1930s. +Formal equivalence relations among the sentences of a coherent discourse are made explicit by using sentence transformations to put the text in a canonical form. +Words and sentences with equivalent information then appear in the same column of an array. +This work progressed over the next four decades (see references) into a science of sublanguage analysis (Kittredge & Lehrberger 1982), culminating in a demonstration of the informational structures in texts of a sublanguage of science, that of immunology, (Harris et al. 1989) and a fully articulated theory of linguistic informational content (Harris 1991). +During this time, however, most linguists decided a succession of elaborate theories of sentence-level syntax and semantics. +Although Harris had mentioned the analysis of whole discourses, he had not worked out a comprehensive model, as of January, 1952. +A linguist working for the American Bible Society, James A. Lauriault/Loriot, needed to find answers to some fundamental errors in translating Quechua, in the Cuzco area of Peru. +He took Harris's idea, recorded all of the legends and, after going over the meaning and placement of each word with a native speaker of Quechua, was able to form logical, mathematical rules that transcended the simple sentence structure. +He then applied the process to another language of Eastern Peru, Shipibo. +He taught the theory in Norman, Oklahoma, in the summers of 1956 and 1957 and entered the University of Pennsylvania in the interim year. +He tried to publish a paper Shipibo Paragraph Structure, but it was delayed until 1970 (Loriot & Hollenbach 1970). +In the meantime, Dr. Kenneth Lee Pike, a professor at University of Michigan, Ann Arbor, taught the theory, and one of his students, Robert E. Longacre, was able to disseminate it in a dissertation. +Harris's methodology was developed into a system for the computer-aided analysis of natural language by a team led by Naomi Sager at NYU, which has been applied to a number of sublanguage domains, most notably to medical informatics. +The software for the Medical Language Processor is publicly available on SourceForge. +In the late 1960s and 1970s, and without reference to this prior work, a variety of other approaches to a new cross-discipline of DA began to develop in most of the humanities and social sciences concurrently with, and related to, other disciplines, such as semiotics, psycholinguistics, sociolinguistics, and pragmatics. +Many of these approaches, especially those influenced by the social sciences, favor a more dynamic study of oral talk-in-interaction. +Mention must also be made of the term "Conversational analysis", which was influenced by the Sociologist Harold Garfinkel who is the founder of Ethnomethodology. +In Europe, Michel Foucault became one of the key theorists of the subject, especially of discourse, and wrote The Archaeology of Knowledge on the subject. +Topics of interest Topics of discourse analysis include: The various levels or dimensions of discourse, such as sounds (intonation, etc.), gestures, syntax, the lexicon, style, rhetoric, meanings, speech acts, moves, strategies, turns and other aspects of interaction Genres of discourse (various types of discourse in politics, the media, education, science, business, etc.) +The relations between discourse and the emergence of syntactic structure The relations between text (discourse) and context The relations between discourse and power The relations between discourse and interaction The relations between discourse and cognition and memory Political discourse Political discourse analysis is a field of discourse analysis which focuses on discourse in political forums (such as debates, speeches, and hearings) as the phenomenon of interest. +Political discourse is the informal exchange of reasoned views as to which of several alternative courses of action should be taken to solve a societal problem. +It is a science that has been used through the history of the United States. +It is the essence of democracy. +Full of problems and persuasion, political discourse is used in many debates, candidacies and in our everyday life. +Perspectives The following are some of the specific theoretical perspectives and analytical approaches used in linguistic discourse analysis: Emergent grammar Text grammar (or 'discourse grammar') Cohesion and relevance theory Functional grammar Rhetoric Stylistics (linguistics) Interactional sociolinguistics Ethnography of communication Pragmatics, particularly speech act theory Conversation analysis Variation analysis Applied linguistics Cognitive psychology, often under the label discourse processing, studying the production and comprehension of discourse. +Discursive psychology Response based therapy (counselling) Critical discourse analysis Sublanguage analysis Genre Analysis & Critical Genre Analysis Although these approaches emphasize different aspects of language use, they all view language as social interaction, and are concerned with the social contexts in which discourse is embedded. +Often a distinction is made between 'local' structures of discourse (such as relations among sentences, propositions, and turns) and 'global' structures, such as overall topics and the schematic organization of discourses and conversations. +For instance, many types of discourse begin with some kind of global 'summary', in titles, headlines, leads, abstracts, and so on. +A problem for the discourse analyst is to decide when a particular feature is relevant to the specification is required. +Are there general principles which will determine the relevance or nature of the specification. +Prominent discourse analysts This article contains embedded lists that may be poorly defined, unverified or indiscriminate. +Please help to clean it up to meet Wikipedia's quality standards. +(May 2012) Marc Angenot, Robert de Beaugrande, Jan Blommaert, Adriana Bolivar, Carmen Rosa Caldas-Coulthard, Robyn Carston, Wallace Chafe, Paul Chilton, Guy Cook, Malcolm Coulthard, James Deese, Paul Drew, John Du Bois, Alessandro Duranti, Brenton D. Faber, Norman Fairclough, Michel Foucault, Roger Fowler, James Paul Gee, Talmy Givón, Charles Goodwin, Art Graesser, Michael Halliday, Zellig Harris, John Heritage, Janet Holmes, David R. Howarth, Paul Hopper, Gail Jefferson, Barbara Johnstone, Walter Kintsch, Richard Kittredge, Adam Jaworski, William Labov, George Lakoff, Jay Lemke, Stephen H. Levinsohn, James A. Lauriault/Loriot, Robert E. Longacre, Jim Martin, Aletta Norval, David Nunan, Elinor Ochs, Gina Poncini, Jonathan Potter, Edward Robinson, Nikolas Rose, Harvey Sacks, Svenka Savic Naomi Sager, Emanuel Schegloff, Deborah Schiffrin, Michael Schober, Stef Slembrouck, Michael Stubbs, John Swales, Deborah Tannen, Sandra Thompson, Teun A. van Dijk, Theo van Leeuwen, Jef Verschueren, Henry Widdowson, Carla Willig, Deirdre Wilson, Ruth Wodak, Margaret Wetherell, Ernesto Laclau, Chantal Mouffe, Judith M. De Guzman, Cynthia Hardy, Louise J. Phillips.[citation needed] Bhatia, V.J., John Swales, Zellig Harris The phenomenon of information overload has meant that access to coherent and correctly-developed summaries is vital. +As access to data has increased so has interest in automatic summarization. +An example of the use of summarization technology is search engines such as Google. +Technologies that can make a coherent summary, of any kind of text, need to take into account several variables such as length, writing style and syntax to make a useful summary. +Extractive methods work by selecting a subset of existing words, phrases, or sentences in the original text to form the summary. +In contrast, abstractive methods build an internal semantic representation and then use natural language generation techniques to create a summary that is closer to what a human might generate. +Such a summary might contain words not explicitly present in the original. +The state-of-the-art abstractive methods are still quite weak, so most research has focused on extractive methods, and this is what we will cover. +Two particular types of summarization often addressed in the literature are keyphrase extraction, where the goal is to select individual words or phrases to "tag" a document, and document summarization, where the goal is to select whole sentences to create a short paragraph summary. +Extraction and abstraction Broadly, one distinguishes two approaches: extraction and abstraction. +Extraction techniques merely copy the information deemed most important by the system to the summary (for example, key clauses, sentences or paragraphs), while abstraction involves paraphrasing sections of the source document. +In general, abstraction can condense a text more strongly than extraction, but the programs that can do this are harder to develop as they require the use of natural language generation technology, which itself is a growing field. +Types of summaries There are different types of summaries depending what the summarization program focuses on to make the summary of the text, for example generic summaries or query relevant summaries (sometimes called query-biased summaries). +Summarization systems are able to create both query relevant text summaries and generic machine-generated summaries depending on what the user needs. +Summarization of multimedia documents, e.g. pictures or movies, is also possible. +Some systems will generate a summary based on a single source document, while others can use multiple source documents (for example, a cluster of news stories on the same topic). +These systems are known as multi-document summarization systems. +Keyphrase extraction Task description and example The task is the following. +You are given a piece of text, such as a journal article, and you must produce a list of keywords or keyphrases that capture the primary topics discussed in the text. +In the case of research articles, many authors provide manually assigned keywords, but most text lacks pre-existing keyphrases. +For example, news articles rarely have keyphrases attached, but it would be useful to be able to automatically do so for a number of applications discussed below. +Consider the example text from a recent news article: "The Army Corps of Engineers, rushing to meet President Bush's promise to protect New Orleans by the start of the 2006 hurricane season, installed defective flood-control pumps last year despite warnings from its own expert that the equipment would fail during a storm, according to documents obtained by The Associated Press". +An extractive keyphrase extractor might select "Army Corps of Engineers", "President Bush", "New Orleans", and "defective flood-control pumps" as keyphrases. +These are pulled directly from the text. +In contrast, an abstractive keyphrase system would somehow internalize the content and generate keyphrases that might be more descriptive and more like what a human would produce, such as "political negligence" or "inadequate protection from floods". +Note that these terms do not appear in the text and require a deep understanding, which makes it difficult for a computer to produce such keyphrases. +Keyphrases have many applications, such as to improve document browsing by providing a short summary. +Also, keyphrases can improve information retrieval—if documents have keyphrases assigned, a user could search by keyphrase to produce more reliable hits than a full-text search. +Also, automatic keyphrase extraction can be useful in generating index entries for a large text corpus. +Keyphrase extraction as supervised learning Beginning with the Turney paper, many researchers have approached keyphrase extraction as a supervised machine learning problem. +Given a document, we construct an example for each unigram, bigram, and trigram found in the text (though other text units are also possible, as discussed below). +We then compute various features describing each example (e.g., does the phrase begin with an upper-case letter?). +We assume there are known keyphrases available for a set of training documents. +Using the known keyphrases, we can assign positive or negative labels to the examples. +Then we learn a classifier that can discriminate between positive and negative examples as a function of the features. +Some classifiers make a binary classification for a test example, while others assign a probability of being a keyphrase. +For instance, in the above text, we might learn a rule that says phrases with initial capital letters are likely to be keyphrases. +After training a learner, we can select keyphrases for test documents in the following manner. +We apply the same example-generation strategy to the test documents, then run each example through the learner. +We can determine the keyphrases by looking at binary classification decisions or probabilities returned from our learned model. +If probabilities are given, a threshold is used to select the keyphrases. +Keyphrase extractors are generally evaluated using precision and recall. +Precision measures how many of the proposed keyphrases are actually correct. +Recall measures how many of the true keyphrases your system proposed. +The two measures can be combined in an F-score, which is the harmonic mean of the two (F = 2PR/(P + R) ). +Matches between the proposed keyphrases and the known keyphrases can be checked after stemming or applying some other text normalization. +Design choices Designing a supervised keyphrase extraction system involves deciding on several choices (some of these apply to unsupervised, too): What are the examples? +The first choice is exactly how to generate examples. +Turney and others have used all possible unigrams, bigrams, and trigrams without intervening punctuation and after removing stopwords. +Hulth showed that you can get some improvement by selecting examples to be sequences of tokens that match certain patterns of part-of-speech tags. +Ideally, the mechanism for generating examples produces all the known labeled keyphrases as candidates, though this is often not the case. +For example, if we use only unigrams, bigrams, and trigrams, then we will never be able to extract a known keyphrase containing four words. +Thus, recall may suffer. +However, generating too many examples can also lead to low precision. +What are the features? +We also need to create features that describe the examples and are informative enough to allow a learning algorithm to discriminate keyphrases from non- keyphrases. +Typically features involve various term frequencies (how many times a phrase appears in the current text or in a larger corpus), the length of the example, relative position of the first occurrence, various boolean syntactic features (e.g., contains all caps), etc. +The Turney paper used about 12 such features. +Hulth uses a reduced set of features, which were found most successful in the KEA (Keyphrase Extraction Algorithm) work derived from Turney’s seminal paper. +How many keyphrases to return? +In the end, the system will need to return a list of keyphrases for a test document, so we need to have a way to limit the number. +Ensemble methods (i.e., using votes from several classifiers) have been used to produce numeric scores that can be thresholded to provide a user-provided number of keyphrases. +This is the technique used by Turney with C4.5 decision trees. +Hulth used a single binary classifier so the learning algorithm implicitly determines the appropriate number. +What learning algorithm? +Once examples and features are created, we need a way to learn to predict keyphrases. +Virtually any supervised learning algorithm could be used, such as decision trees, Naive Bayes, and rule induction. +In the case of Turney's GenEx algorithm, a genetic algorithm is used to learn parameters for a domain-specific keyphrase extraction algorithm. +The extractor follows a series of heuristics to identify keyphrases. +The genetic algorithm optimizes parameters for these heuristics with respect to performance on training documents with known key phrases. +Unsupervised keyphrase extraction: TextRank While supervised methods have some nice properties, like being able to produce interpretable rules for what features characterize a keyphrase, they also require a large amount of training data. +Many documents with known keyphrases are needed. +Furthermore, training on a specific domain tends to customize the extraction process to that domain, so the resulting classifier is not necessarily portable, as some of Turney's results demonstrate. +Unsupervised keyphrase extraction removes the need for training data. +It approaches the problem from a different angle. +Instead of trying to learn explicit features that characterize keyphrases, the TextRank algorithm exploits the structure of the text itself to determine keyphrases that appear "central" to the text in the same way that PageRank selects important Web pages. +Recall this is based on the notion of "prestige" or "recommendation" from social networks. +In this way, TextRank does not rely on any previous training data at all, but rather can be run on any arbitrary piece of text, and it can produce output simply based on the text's intrinsic properties. +Thus the algorithm is easily portable to new domains and languages. +TextRank is a general purpose graph-based ranking algorithm for NLP. +Essentially, it runs PageRank on a graph specially designed for a particular NLP task. +For keyphrase extraction, it builds a graph using some set of text units as vertices. +Edges are based on some measure of semantic or lexical similarity between the text unit vertices. +Unlike PageRank, the edges are typically undirected and can be weighted to reflect a degree of similarity. +Once the graph is constructed, it is used to form a stochastic matrix, combined with a damping factor (as in the "random surfer model"), and the ranking over vertices is obtained by finding the eigenvector corresponding to eigenvalue 1 (i.e., the stationary distribution of the random walk on the graph). +Design choices What should vertices be? +The vertices should correspond to what we want to rank. +Potentially, we could do something similar to the supervised methods and create a vertex for each unigram, bigram, trigram, etc. +However, to keep the graph small, the authors decide to rank individual unigrams in a first step, and then include a second step that merges highly ranked adjacent unigrams to form multi-word phrases. +This has a nice side effect of allowing us to produce keyphrases of arbitrary length. +For example, if we rank unigrams and find that "advanced", "natural", "language", and "processing" all get high ranks, then we would look at the original text and see that these words appear consecutively and create a final keyphrase using all four together. +Note that the unigrams placed in the graph can be filtered by part of speech. +The authors found that adjectives and nouns were the best to include. +Thus, some linguistic knowledge comes into play in this step. +How should we create edges? +Edges are created based on word co-occurrence in this application of TextRank. +Two vertices are connected by an edge if the unigrams appear within a window of size N in the original text. +N is typically around 2–10. +Thus, "natural" and "language" might be linked in a text about NLP. +"Natural" and "processing" would also be linked because they would both appear in the same string of N words. +These edges build on the notion of "text cohesion" and the idea that words that appear near each other are likely related in a meaningful way and "recommend" each other to the reader. +How are the final keyphrases formed? +Since this method simply ranks the individual vertices, we need a way to threshold or produce a limited number of keyphrases. +The technique chosen is to set a count T to be a user-specified fraction of the total number of vertices in the graph. +Then the top T vertices/unigrams are selected based on their stationary probabilities. +A post- processing step is then applied to merge adjacent instances of these T unigrams. +As a result, potentially more or less than T final keyphrases will be produced, but the number should be roughly proportional to the length of the original text. +Why it works It is not initially clear why applying PageRank to a co-occurrence graph would produce useful keyphrases. +One way to think about it is the following. +A word that appears multiple times throughout a text may have many different co-occurring neighbors. +For example, in a text about machine learning, the unigram "learning" might co-occur with "machine", supervised", "un-supervised", and "semi-supervised" in four different sentences. +Thus, the "learning" vertex would be a central "hub" that connects to these other modifying words. +Running PageRank/TextRank on the graph is likely to rank "learning" highly. +Similarly, if the text contains the phrase "supervised classification", then there would be an edge between "supervised" and "classification". If "classification" appears several other places and thus has many neighbors, it is importance would contribute to the importance of "supervised". If it ends up with a high rank, it will be selected as one of the top T unigrams, along with "learning" and probably "classification". In the final post-processing step, we would then end up with keyphrases "supervised learning" and "supervised classification". +In short, the co-occurrence graph will contain densely connected regions for terms that appear often and in different contexts. +A random walk on this graph will have a stationary distribution that assigns large probabilities to the terms in the centers of the clusters. +This is similar to densely connected Web pages getting ranked highly by PageRank. +Document summarization Like keyphrase extraction, document summarization hopes to identify the essence of a text. +The only real difference is that now we are dealing with larger text units—whole sentences instead of words and phrases. +While some work has been done in abstractive summarization (creating an abstract synopsis like that of a human), the majority of summarization systems are extractive (selecting a subset of sentences to place in a summary). +Before getting into the details of some summarization methods, we will mention how summarization systems are typically evaluated. +The most common way is using the so-called ROUGE (Recall-Oriented Understudy for Gisting Evaluation) measure (http://haydn.isi.edu/ROUGE/). +This is a recall-based measure that determines how well a system-generated summary covers the content present in one or more human-generated model summaries known as references. +It is recall-based to encourage systems to include all the important topics in the text. +Recall can be computed with respect to unigram, bigram, trigram, or 4-gram matching, though ROUGE-1 (unigram matching) has been shown to correlate best with human assessments of system-generated summaries (i.e., the summaries with highest ROUGE-1 values correlate with the summaries humans deemed the best). +ROUGE-1 is computed as division of count of unigrams in reference that appear in system and count of unigrams in reference summary. +If there are multiple references, the ROUGE-1 scores are averaged. +Because ROUGE is based only on content overlap, it can determine if the same general concepts are discussed between an automatic summary and a reference summary, but it cannot determine if the result is coherent or the sentences flow together in a sensible manner. +High-order n-gram ROUGE measures try to judge fluency to some degree. +Note that ROUGE is similar to the BLEU measure for machine translation, but BLEU is precision- based, because translation systems favor accuracy. +A promising line in document summarization is adaptive document/text summarization. +The idea of adaptive summarization involves preliminary recognition of document/text genre and subsequent application of summarization algorithms optimized for this genre. +First summarizes that perform adaptive summarization have been created. +Overview of supervised learning approaches Supervised text summarization is very much like supervised keyphrase extraction, and we will not spend much time on it. +Basically, if you have a collection of documents and human-generated summaries for them, you can learn features of sentences that make them good candidates for inclusion in the summary. +Features might include the position in the document (i.e., the first few sentences are probably important), the number of words in the sentence, etc. +The main difficulty in supervised extractive summarization is that the known summaries must be manually created by extracting sentences so the sentences in an original training document can be labeled as "in summary" or "not in summary". +This is not typically how people create summaries, so simply using journal abstracts or existing summaries is usually not sufficient. +The sentences in these summaries do not necessarily match up with sentences in the original text, so it would difficult to assign labels to examples for training. +Note, however, that these natural summaries can still be used for evaluation purposes, since ROUGE-1 only cares about unigrams. +Unsupervised approaches: TextRank and LexRank The unsupervised approach to summarization is also quite similar in spirit to unsupervised keyphrase extraction and gets around the issue of costly training data. +Some unsupervised summarization approaches are based on finding a "centroid" sentence, which is the mean word vector of all the sentences in the document. +Then the sentences can be ranked with regard to their similarity to this centroid sentence. +A more principled way to estimate sentence importance is using random walks and eigenvector centrality. +LexRank is an algorithm essentially identical to TextRank, and both use this approach for document summarization. +The two methods were developed by different groups at the same time, and LexRank simply focused on summarization, but could just as easily be used for keyphrase extraction or any other NLP ranking task. +Design choices What are the vertices? +In both LexRank and TextRank, a graph is constructed by creating a vertex for each sentence in the document. +What are the edges? +The edges between sentences are based on some form of semantic similarity or content overlap. +While LexRank uses cosine similarity of TF-IDF vectors, TextRank uses a very similar measure based on the number of words two sentences have in common (normalized by the sentences' lengths). +The LexRank paper explored using unweighted edges after applying a threshold to the cosine values, but also experimented with using edges with weights equal to the similarity score. +TextRank uses continuous similarity scores as weights. +How are summaries formed? +In both algorithms, the sentences are ranked by applying PageRank to the resulting graph. +A summary is formed by combining the top ranking sentences, using a threshold or length cutoff to limit the size of the summary. +TextRank and LexRank differences It is worth noting that TextRank was applied to summarization exactly as described here, while LexRank was used as part of a larger summarization system (MEAD) that combines the LexRank score (stationary probability) with other features like sentence position and length using a linear combination with either user-specified or automatically tuned weights. +In this case, some training documents might be needed, though the TextRank results show the additional features are not absolutely necessary. +Another important distinction is that TextRank was used for single document summarization, while LexRank has been applied to multi-document summarization. +The task remains the same in both cases—only the number of sentences to choose from has grown. +However, when summarizing multiple documents, there is a greater risk of selecting duplicate or highly redundant sentences to place in the same summary. +Imagine you have a cluster of news articles on a particular event, and you want to produce one summary. +Each article is likely to have many similar sentences, and you would only want to include distinct ideas in the summary. +To address this issue, LexRank applies a heuristic post-processing step that builds up a summary by adding sentences in rank order, but discards any sentences that are too similar to ones already placed in the summary. +The method used is called Cross-Sentence Information Subsumption (CSIS). +Why unsupervised summarization works These methods work based on the idea that sentences "recommend" other similar sentences to the reader. +Thus, if one sentence is very similar to many others, it will likely be a sentence of great importance. +The importance of this sentence also stems from the importance of the sentences "recommending" it. +Thus, to get ranked highly and placed in a summary, a sentence must be similar to many sentences that are in turn also similar to many other sentences. +This makes intuitive sense and allows the algorithms to be applied to any arbitrary new text. +The methods are domain-independent and easily portable. +One could imagine the features indicating important sentences in the news domain might vary considerably from the biomedical domain. +However, the unsupervised "recommendation"-based approach applies to any domain. +Incorporating diversity: GRASSHOPPER algorithm As mentioned above, multi-document extractive summarization faces a problem of potential redundancy. +Ideally, we would like to extract sentences that are both "central" (i.e., contain the main ideas) and "diverse" (i.e., they differ from one another). +LexRank deals with diversity as a heuristic final stage using CSIS, and other systems have used similar methods, such as Maximal Marginal Relevance (MMR), in trying to eliminate redundancy in information retrieval results. +We have developed a general purpose graph-based ranking algorithm like Page/Lex/TextRank that handles both "centrality" and "diversity" in a unified mathematical framework based on absorbing Markov chain random walks. +(An absorbing random walk is like a standard random walk, except some states are now absorbing states that act as "black holes" that cause the walk to end abruptly at that state.) +The algorithm is called GRASSHOPPER for reasons that should soon become clear. +In addition to explicitly promoting diversity during the ranking process, GRASSHOPPER incorporates a prior ranking (based on sentence position in the case of summarization). +Maximum entropy-based summarization It is an abstractive method. +Even though automating abstractive summarization is the goal of summarization research, most practical systems are based on some form of extractive summarization. +Extracted sentences can form a valid summary in itself or form a basis for further condensation operations. +Furthermore, evaluation of extracted summaries can be automated, since it is essentially a classification task. +During the DUC 2001 and 2002 evaluation workshops, TNO developed a sentence extraction system for multi-document summarization in the news domain. +The system was based on a hybrid system using a naive Bayes classifier and statistical language models for modeling salience. +Although the system exhibited good results, we wanted to explore the effectiveness of a maximum entropy (ME) classifier for the meeting summarization task, as ME is known to be robust against feature dependencies. +Maximum entropy has also been applied successfully for summarization in the broadcast news domain. +Aided summarization Machine learning techniques from closely related fields such as information retrieval or text mining have been successfully adapted to help automatic summarization. +Apart from Fully Automated Summarizers (FAS), there are systems that aid users with the task of summarization (MAHS = Machine Aided Human Summarization), for example by highlighting candidate passages to be included in the summary, and there are systems that depend on post-processing by a human (HAMS = Human Aided Machine Summarization). +Evaluation An ongoing issue in this field is that of evaluation. +Evaluation techniques fall into intrinsic and extrinsic, inter-texual and intra-texual. +An intrinsic evaluation tests the summarization system in of itself while an extrinsic evaluation tests the summarization based on how it affects the completion of some other task. +Intrinsic evaluations have assessed mainly the coherence and informativeness of summaries. +Extrinsic evaluations, on the other hand, have tested the impact of summarization on tasks like relevance assessment, reading comprehension, etc. +Intra-texual methods assess the output of a specific summarization system, and the inter-texual ones focus on contrastive analysis of outputs of several summarization systems. +Human judgement often has wide variance on what is considered a "good" summary, which means that making the evaluation process automatic is particularly difficult. +Manual evaluation can be used, but this is both time and labor intensive as it requires humans to read not only the summaries but also the source documents. +Other issues are those concerning coherence and coverage. +One of the metrics used in NIST's annual Document Understanding Conferences, in which research groups submit their systems for both summarization and translation tasks, is the ROUGE metric (Recall-Oriented Understudy for Gisting Evaluation ). +It essentially calculates n-gram overlaps between automatically generated summaries and previously-written human summaries. +A high level of overlap should indicate a high level of shared concepts between the two summaries. +Note that overlap metrics like this are unable to provide any feedback on a summary's coherence. +Anaphor resolution remains another problem yet to be fully solved. +Evaluating summaries, either manually or automatically, is a hard task. +The main difficulty in evaluation comes from the impossibility of building a fair gold-standard against which the results of the systems can be compared. +Furthermore, it is also very hard to determine what a correct summary is, because there is always the possibility of a system to generate a good summary that is quite different from any human summary used as an approximation to the correct output . +Current difficulties in evaluating summaries automatically The most common way to evaluate the informativeness of automatic summaries is to compare them with human-made model summaries. +However, as content selection is not a deterministic problem, different people would choose different sentences, and even, the same person may chose different sentences at different times, showing evidence of low agreement among humans as to which sentences are good summary sentences. +Besides the human variability, the semantic equivalence is another problem, because two distinct sentences can express the same meaning but not using the same words. +This phenomenon is known as paraphrase. +We can find an approach to automatically evaluating summaries using paraphrases (ParaEval). +Moreover, most summarization systems perform an extractive approach, selecting and copying important sentences from the source documents. +Although humans can also cut and paste relevant information of a text, most of the times they rephrase sentences when necessary, or they join different related information into one sentence. +Evaluating summaries qualitatively The main drawback of the evaluation systems existing so far is that we need at least one reference summary, and for some methods more than one, to be able to compare automatic summaries with models. +This is a hard and expensive task. +Much effort has to be done in order to have corpus of texts and their corresponding summaries. +Furthermore, for some methods presented in the previous Section, not only do we need to have human-made summaries available for comparison, but also manual annotation has to be performed in some of them (e.g. +SCU in the Pyramid Method). +In any case, what the evaluation methods need as an input, is a set of summaries to serve as gold standards and a set of automatic summaries. +Moreover, they all perform a quantitative evaluation with regard to different similarity metrics. +To overcome these problems, we think that the quantitative evaluation might not be the only way to evaluate summaries, and a qualitative automatic evaluation would be also important. +Therefore, the second aim of this paper is to suggest a novel proposal for evaluating automatically the quality of a summary in a qualitative manner rather than in a quantitative one. +Our evaluation approach is a preliminary approach which has to be studied more deeply, and developed in the future. +Its main underlying idea is to define several quality criteria and check how a generated summary tackles each of these, in such a way that a reference model would not be necessary anymore, taking only into consideration the automatic summary and the original source. +Once performed, it could be used together with any other automatic methodology to measure summary’s informativeness. +Natural Language Generation (NLG) is the natural language processing task of generating natural language from a machine representation system such as a knowledge base or a logical form. +Psycholinguists prefer the term language production when such formal representations are interpreted as models for mental representations. +In a sense, one can say that an NLG system is like a translator that converts a computer based representation into a natural language representation. +However, the methods to produce the final language are very different from those of a compiler due to the inherent expressivity of natural languages. +NLG may be viewed as the opposite of natural language understanding. +The difference can be put this way: whereas in natural language understanding the system needs to disambiguate the input sentence to produce the machine representation language, in NLG the system needs to make decisions about how to put a concept into words. +The simplest (and perhaps trivial) examples are systems that generate form letters. +Such systems do not typically involve grammar rules, but may generate a letter to a consumer, e.g. stating that a credit card spending limit is about to be reached. +More complex NLG systems dynamically create texts to meet a communicative goal. +As in other areas of natural language processing, this can be done using either explicit models of language (e.g., grammars) and the domain, or using statistical models derived by analysing human-written texts. +NLG is a fast-evolving field. +The best single source for up-to-date research in the area is the SIGGEN portion of the ACL Anthology. +Perhaps the closest the field comes to a specialist textbook is Reiter and Dale (2000), but this book does not describe developments in the field since 2000. +This system takes as input six numbers, which give predicted pollen levels in different parts of Scotland. +From these numbers, the system generates a short textual summary of pollen levels as its output. +For example, using the historical data for 1-July-2005, the software produces Grass pollen levels for Friday have increased from the moderate to high levels of yesterday with values of around 6 to 7 across most parts of the country. +However, in Northern areas, pollen levels will be moderate with values of 4. +In contrast, the actual forecast (written by a human meteorologist) from this data was Pollen counts are expected to remain high at level 6 over most of Scotland, and even level 7 in the south east. +The only relief is in the Northern Isles and far northeast of mainland Scotland with medium levels of pollen count. +Comparing these two illustrates some of the choices that NLG systems must make; these are further discussed below. +Stages The process to generate text can be as simple as keeping a list of canned text that is copied and pasted, possibly linked with some glue text. +The results may be satisfactory in simple domains such as horoscope machines or generators of personalised business letters. +However, a sophisticated NLG system needs to include stages of planning and merging of information to enable the generation of text that looks natural and does not become repetitive. +Typical stages are: Content determination: Deciding what information to mention in the text. +For instance, in the pollen example above, deciding whether to explicitly mention that pollen level is 7 in the south east. +Document structuring: Overall organisation of the information to convey. +For example, deciding to describe the areas with high pollen levels first, instead of the areas with low pollen levels. +Aggregation: Merging of similar sentences to improve readability and naturalness. +For instance, merging the two sentences Grass pollen levels for Friday have increased from the moderate to high levels of yesterday and Grass pollen levels will be around 6 to 7 across most parts of the country into the single sentence Grass pollen levels for Friday have increased from the moderate to high levels of yesterday with values of around 6 to 7 across most parts of the country. +Lexical choice: Putting words to the concepts. +For example, deciding whether medium or moderate should be used when describing a pollen level of 4. +Referring expression generation: Creating referring expressions that identify objects and regions. +For example, deciding to use in the Northern Isles and far northeast of mainland Scotland to refer to a certain region in Scotland. +This task also includes making decisions about pronouns and other types of anaphora. +Realisation: Creating the actual text, which should be correct according to the rules of syntax, morphology, and orthography. +For example, using will be for the future tense of to be. +Applications The popular media has been especially interested in NLG systems which generate jokes (see computational humor). +But from a commercial perspective, the most successful NLG applications have been data-to-text systems which generate textual summaries of databases and data sets; these systems usually perform data analysis as well as text generation. +In particular, several systems have been built that produce textual weather forecasts from weather data. +The earliest such system to be deployed was FoG, which was used by Environment Canada to generate weather forecasts in French and English in the early 1990s. +The success of FoG triggered other work, both research and commercial. +Recent research in this area include an experiment which showed that users sometimes preferred computer-generated weather forecasts to human-written ones, in part because the computer forecasts used more consistent terminology , and a demonstration that statistical techniques could be used to generate high-quality weather forecasts. +Recent applications include the ARNS system used to summarise conditions in US ports. +In the 1990s there was considerable interest in using NLG to summarise financial and business data. +For example the SPOTLIGHT system developed at A.C. Nielsen automatically generated readable English text based on the analysis of large amounts of retail sales data. +More recently there is growing interest in using NLG to summarise electronic medical records. +Commercial applications in this area are starting to appear , and researchers have shown that NLG summaries of medical data can be effective decision-support aids for medical professionals. +There is also growing interest in using NLG to enhance accessibility, for example by describing graphs and data sets to blind people. +An example for a highly interactive use of NLG is the WYSIWYM framework. +It stands for What you see is what you meant and allows users to see and manipulate the continuously rendered view (NLG output) of an underlying formal language document (NLG input), thereby editing the formal language without having to learn it. +Evaluation As in other scientific fields, NLG researchers need to be able to test how well their systems, modules, and algorithms work. +This is called evaluation. +There are three basic techniques for evaluating NLG systems: task-based (extrinsic) evaluation: give the generated text to a person, and assess how well it helps him perform a task (or otherwise achieves its communicative goal). +For example, a system which generates summaries of medical data can be evaluated by giving these summaries to doctors, and assessing whether the summaries helps doctors make better decisions. human ratings: give the generated text to a person, and ask him or her to rate the quality and usefulness of the text. metrics: compare generated texts to texts written by people from the same input data, using an automatic metric such as BLEU. +Generally speaking, what we ultimately want to know is how useful NLG systems are at helping people, which is the first of the above techniques. +However, task-based evaluations are time-consuming and expensive, and can be difficult to carry out (especially if they require subjects with specialised expertise, such as doctors). +Hence (as in other areas of NLP) task-based evaluations are the exception, not the norm. +In recent years researchers have started trying to assess how well human-ratings and metrics correlate with (predict) task-based evaluations. +Much of this work is being conducted in the context of Generation Challenges shared-task events. +Initial results suggest that human ratings are much better than metrics in this regard. +In other words, human ratings usually do predict task-effectiveness at least to some degree (although there are exceptions ), while ratings produced by metrics often do not predict task-effectiveness well. +These results are very preliminary, hopefully better data will be available soon. +In any case, human ratings are currently the most popular evaluation technique in NLG; this is contrast to machine translation, where metrics are very widely used. +Natural language understanding is a subtopic of natural language processing in artificial intelligence that deals with machine reading comprehension. +The process of disassembling and parsing input is more complex than the reverse process of assembling output in natural language generation because of the occurrence of unknown and unexpected features in the input and the need to determine the appropriate syntactic and semantic schemes to apply to it, factors which are pre-determined when outputting language. +There is considerable commercial interest in the field because of its application to news-gathering, text categorization, voice-activation, archiving and large-scale content-analysis. +Eight years after John McCarthy coined the term artificial intelligence, Bobrow's dissertation (titled Natural Language Input for a Computer Problem Solving System) showed how a computer can understand simple natural language input to solve algebra word problems. +A year later, in 1965, Joseph Weizenbaum at MIT wrote ELIZA, an interactive program that carried on a dialogue in English on any topic, the most popular being psychotherapy. +ELIZA worked by simple parsing and substitution of key words into canned phrases and Weizenbaum sidestepped the problem of giving the program a database of real-world knowledge or a rich lexicon. +Yet ELIZA gained surprising popularity as a toy project and can be seen as a very early precursor to current commercial systems such as those used by Ask.com. +In 1969 Roger Schank at Stanford University introduced the conceptual dependency theory for natural language understanding. +This model, partially influenced by the work of Sydney Lamb, was extensively used by Schank's students at Yale University, such as Robert Wilensky, Wendy Lehnert, and Janet Kolodner. +In 1970, William A. Woods introduced the augmented transition network (ATN) to represent natural language input. +Instead of phrase structure rules ATNs used an equivalent set of finite state automata that were called recursively. +ATNs and their more general format called "generalized ATNs" continued to be used for a number of years. +In 1971 Terry Winograd finished writing SHRDLU for his PhD thesis at MIT. +SHRDLU could understand simple English sentences in a restricted world of children's blocks to direct a robotic arm to move items. +The successful demonstration of SHRDLU provided significant momentum for continued research in the field. +Winograd continued to be a major influence in the field with the publication of his book Language as a Cognitive Process. +At Stanford, Winograd was later the adviser for Larry Page, who co-founded Google. +In the 1970s and 1980s the natural language processing group at SRI International continued research and development in the field. +A number of commercial efforts based on the research were undertaken, e.g., in 1982 Gary Hendrix formed Symantec Corporation originally as a company for developing a natural language interface for database queries on personal computers. +However, with the advent of mouse driven, graphic user interfaces Symantec changed direction. +A number of other commercial efforts were started around the same time, e.g., Larry R. Harris at the Artificial Intelligence Corporation and Roger Schank and his students at Cognitive Systems corp. +In 1983, Michael Dyer developed the BORIS system at Yale which bore similarities to the work of Roger Schank and W. G. Lehnart. +Scope and context The umbrella term "natural language understanding" can be applied to a diverse set of computer applications, ranging from small, relatively simple tasks such as short commands issued to robots, to highly complex endeavors such as the full comprehension of newspaper articles or poetry passages. +Many real world applications fall between the two extremes, for instance text classification for the automatic analysis of emails and their routing to a suitable department in a corporation does not require in depth understanding of the text, but is far more complex than the management of simple queries to database tables with fixed schemata. +Throughout the years various attempts at processing natural language or English-like sentences presented to computers have taken place at varying degrees of complexity. +Some attempts have not resulted in systems with deep understanding, but have helped overall system usability. +For example, Wayne Ratliff originally developed the Vulcan program with an English-like syntax to mimic the English speaking computer in Star Trek. +Vulcan later became the dBase system whose easy-to-use syntax effectively launched the personal computer database industry. +Systems with an easy to use or English like syntax are, however, quite distinct from systems that use a rich lexicon and include an internal representation (often as first order logic) of the semantics of natural language sentences. +Hence the breadth and depth of "understanding" aimed at by a system determine both the complexity of the system (and the implied challenges) and the types of applications it can deal with. +The "breadth" of a system is measured by the sizes of its vocabulary and grammar. +The "depth" is measured by the degree to which its understanding approximates that of a fluent native speaker. +At the narrowest and shallowest, English-like command interpreters require minimal complexity, but have a small range of applications. +Narrow but deep systems explore and model mechanisms of understanding, but they still have limited application. +Systems that attempt to understand the contents of a document such as a news release beyond simple keyword matching and to judge its suitability for a user are broader and require significant complexity, but they are still somewhat shallow. +Systems that are both very broad and very deep are beyond the current state of the art. +Components and architecture Regardless of the approach used, some common components can be identified in most natural language understanding systems. +The system needs a lexicon of the language and a parser and grammar rules to break sentences into an internal representation. +The construction of a rich lexicon with a suitable ontology requires significant effort, e.g., the Wordnet lexicon required many person-years of effort. +The system also needs a semantic theory to guide the comprehension. +The interpretation capabilities of a language understanding system depend on the semantic theory it uses. +Competing semantic theories of language have specific trade offs in their suitability as the basis of computer automated semantic interpretation. +These range from naive semantics or stochastic semantic analysis to the use of pragmatics to derive meaning from context. +Advanced applications of natural language understanding also attempt to incorporate logical inference within their framework. +This is generally achieved by mapping the derived meaning into a set of assertions in predicate logic, then using logical deduction to arrive at conclusions. +Systems based on functional languages such as Lisp hence need to include a subsystem for the representation of logical assertions, while logic oriented systems such as those using the language Prolog generally rely on an extension of the built in logical representation framework. +The management of context in natural language understanding can present special challenges. +A large variety of examples and counter examples have resulted in multiple approaches to the formal modeling of context, each with specific strengths and weaknesses. +Optical character recognition, usually abbreviated to OCR, is the mechanical or electronic conversion of scanned images of handwritten, typewritten or printed text into machine-encoded text. +It is widely used as a form of data entry from some sort of original paper data source, whether documents, sales receipts, mail, or any number of printed records. +It is crucial to the computerization of printed texts so that they can be electronically searched, stored more compactly, displayed on-line, and used in machine processes such as machine translation, text-to-speech and text mining. +OCR is a field of research in pattern recognition, artificial intelligence and computer vision. +Early versions needed to be programmed with images of each character, and worked on one font at a time. +"Intelligent" systems with a high degree of recognition accuracy for most fonts are now common. +Some systems are capable of reproducing formatted output that closely approximates the original scanned page including images, columns and other non-textual components. +In 1914, Emanuel Goldberg developed a machine that read characters and converted them into standard telegraph code.[citation needed] Around the same time, Edmund Fournier d'Albe developed the Optophone, a handheld scanner that when moved across a printed page, produced tones that corresponded to specific letters or characters. +Goldberg continued to develop OCR technology for data entry. +Later, he proposed photographing data records and then, using photocells, matching the photos against a template containing the desired identification pattern. +In 1929 Gustav Tauschek had similar ideas, and obtained a patent on OCR in Germany. +Paul W. Handel also obtained a US patent on such template-matching OCR technology in USA in 1933 (U.S. +Patent 1,915,993). +In 1935 Tauschek was also granted a US patent on his method (U.S. +Patent 2,026,329). +In 1949 RCA engineers worked on the first primitive computer-type OCR to help blind people for the US Veterans Administration, but instead of converting the printed characters to machine language, their device converted it to machine language and then spoke the letters: an early text-to-speech technology. +It proved far too expensive and was not pursued after testing. +In 1950, David H. Shepard, a cryptanalyst at the Armed Forces Security Agency in the United States, addressed the problem of converting printed messages into machine language for computer processing and built a machine to do this, called "Gismo.". He received a patent for his "Apparatus for Reading" in 1953 U.S. Patent 2,663,758. “Gismo” could read 23 letters of the English alphabet, comprehend Morse Code, read musical notations, read aloud from printed pages, and duplicate typewritten pages. +Shepard went on to found Intelligent Machines Research Corporation (IMR), which soon developed the world's first commercial OCR systems. +In 1955, the first commercial system was installed at the Reader's Digest, which used OCR to input sales reports into a computer. +It converted the typewritten reports into punched cards for input into the computer in the magazine’s subscription department, for help in processing the shipment of 15-20 million books a year. +The second system was sold to the Standard Oil Company for reading credit card imprints for billing purposes. +Other systems sold by IMR during the late 1950s included a bill stub reader to the Ohio Bell Telephone Company and a page scanner to the United States Air Force for reading and transmitting by teletype typewritten messages. +IBM and others were later licensed on Shepard's OCR patents. +In about 1965, Reader's Digest and RCA collaborated to build an OCR Document reader designed to digitize the serial numbers on Reader's Digest coupons returned from advertisements. +The fonts used on the documents were printed by an RCA Drum printer using the OCR-A font. +The reader was connected directly to an RCA 301 computer (one of the first solid state computers). +This reader was followed by a specialised document reader installed at TWA where the reader processed Airline Ticket stock. +The readers processed documents at a rate of 1,500 documents per minute, and checked each document, rejecting those it was not able to process correctly. +The product became part of the RCA product line as a reader designed to process "Turn around Documents" such as those utility and insurance bills returned with payments. +The United States Postal Service has been using OCR machines to sort mail since 1965 based on technology devised primarily by the prolific inventor Jacob Rabinow. +The first use of OCR in Europe was by the British General Post Office (GPO). +In 1965 it began planning an entire banking system, the National Giro, using OCR technology, a process that revolutionized bill payment systems in the UK. +Canada Post has been using OCR systems since 1971[citation needed]. +OCR systems read the name and address of the addressee at the first mechanized sorting center, and print a routing bar code on the envelope based on the postal code. +To avoid confusion with the human-readable address field which can be located anywhere on the letter, special ink (orange in visible light) is used that is clearly visible under ultraviolet light. +Envelopes may then be processed with equipment based on simple bar code readers. +Importance of OCR to the Blind In 1974 Ray Kurzweil started the company Kurzweil Computer Products, Inc. and continued development of omni-font OCR, which could recognize text printed in virtually any font. +He decided that the best application of this technology would be to create a reading machine for the blind, which would allow blind people to have a computer read text to them out loud. +This device required the invention of two enabling technologies — the CCD flatbed scanner and the text-to-speech synthesizer. +On January 13, 1976 the successful finished product was unveiled during a widely-reported news conference headed by Kurzweil and the leaders of the National Federation of the Blind[citation needed]. +In 1978 Kurzweil Computer Products began selling a commercial version of the optical character recognition computer program. +LexisNexis was one of the first customers, and bought the program to upload paper legal and news documents onto its nascent online databases. +Two years later, Kurzweil sold his company to Xerox, which had an interest in further commercializing paper-to-computer text conversion. +Xerox eventually spun it off as Scansoft, which merged with Nuance Communications[citation needed] . +OCR software Desktop & Server OCR Software OCR software and ICR software technology are analytical artificial intelligence systems that consider sequences of characters rather than whole words or phrases. +Based on the analysis of sequential lines and curves, OCR and ICR make 'best guesses' at characters using database look-up tables to closely associate or match the strings of characters that form words. +WebOCR & OnlineOCR With IT technology development, the platform for people to use software has been changed from single PC platform to multi-platforms such as PC +Web-based+ Cloud Computing + Mobile devices. +After 30 years development, OCR software started to adapt to new application requirements. +WebOCR also known as OnlineOCR or Web-based OCR service, has been a new trend to meet larger volume and larger group of users after 30 years development of the desktop OCR. +Internet and broadband technologies have made WebOCR & OnlineOCR practically available to both individual users and enterprise customers. +Since 2000, some major OCR vendors began offering WebOCR & Online software, a number of new entrants companies to seize the opportunity to develop innovative Web-based OCR service, some of which are free of charge services. +Application-Oriented OCR Since OCR technology has been more and more widely applied to paper-intensive industry, it is facing more complex images environment in the real world. +For example: complicated backgrounds, degraded-images, heavy-noise, paper skew, picture distortion, low-resolution, disturbed by grid & lines, text image consisting of special fonts, symbols, glossary words and etc. +All the factors affect OCR products’ stability in recognition accuracy. +In recent years, the major OCR technology providers began to develop dedicated OCR systems, each for special types of images. +They combine various optimization methods related to the special image, such as business rules, standard expression, glossary or dictionary and rich information contained in color images, to improve the recognition accuracy. +Such strategy to customize OCR technology is called “Application-Oriented OCR” or "Customized OCR", widely used in the fields of Business-card OCR, Invoice OCR, Screenshot OCR, ID card OCR, Driver-license OCR or Auto plant OCR, and so on. +See also: List of optical character recognition software Current state of OCR technology This section needs additional citations for verification. +Please help improve this article by adding citations to reliable sources. +Unsourced material may be challenged and removed. +(May 2009) Commissioned by the U.S. Department of Energy (DOE), the Information Science Research Institute (ISRI) had the mission to foster the improvement of automated technologies for understanding machine printed documents[citation needed], and it conducted the most authoritative of the Annual Test of OCR Accuracy for 5 consecutive years in the mid-90s. +Recognition of Latin-script, typewritten text is still not 100% accurate even where clear imaging is available. +One study based on recognition of 19th- and early 20th-century newspaper pages concluded that character-by-character OCR accuracy for commercial OCR software varied from 71% to 98%; total accuracy can be achieved only by human review. +Other areas—including recognition of hand printing, cursive handwriting, and printed text in other scripts (especially those East Asian language characters which have many strokes for a single character)—are still the subject of active research. +Accuracy rates can be measured in several ways, and how they are measured can greatly affect the reported accuracy rate. +For example, if word context (basically a lexicon of words) is not used to correct software finding non-existent words, a character error rate of 1% (99% accuracy) may result in an error rate of 5% (95% accuracy) or worse if the measurement is based on whether each whole word was recognized with no incorrect letters. +On-line character recognition is sometimes confused with Optical Character Recognition (see Handwriting recognition). +OCR is an instance of off-line character recognition, where the system recognizes the fixed static shape of the character, while on-line character recognition instead recognizes the dynamic motion during handwriting. +For example, on-line recognition, such as that used for gestures in the Penpoint OS or the Tablet PC can tell whether a horizontal mark was drawn right-to-left, or left-to-right. +On-line character recognition is also referred to by other terms such as dynamic character recognition, real-time character recognition, and Intelligent Character Recognition or ICR. +On-line systems for recognizing hand-printed text on the fly have become well known as commercial products in recent years (see Tablet PC history). +Among these are the input devices for personal digital assistants such as those running Palm OS. +The Apple Newton pioneered this product. +The algorithms used in these devices take advantage of the fact that the order, speed, and direction of individual lines segments at input are known. +Also, the user can be retrained to use only specific letter shapes. +These methods cannot be used in software that scans paper documents, so accurate recognition of hand-printed documents is still largely an open problem. +Accuracy rates of 80% to 90% on neat, clean hand-printed characters can be achieved, but that accuracy rate still translates to dozens of errors per page, making the technology useful only in very limited applications. +Recognition of cursive text is an active area of research, with recognition rates even lower than that of hand-printed text. +Higher rates of recognition of general cursive script will likely not be possible without the use of contextual or grammatical information. +For example, recognizing entire words from a dictionary is easier than trying to parse individual characters from script. +Reading the Amount line of a cheque (which is always a written-out number) is an example where using a smaller dictionary can increase recognition rates greatly. +Knowledge of the grammar of the language being scanned can also help determine if a word is likely to be a verb or a noun, for example, allowing greater accuracy. +The shapes of individual cursive characters themselves simply do not contain enough information to accurately (greater than 98%) recognise all handwritten cursive script. +It is necessary to understand that OCR technology is a basic technology also used in advanced scanning applications. +Due to this, an advanced scanning solution can be unique and patented and not easily copied despite being based on this basic OCR technology. +For more complex recognition problems, intelligent character recognition systems are generally used, as artificial neural networks can be made indifferent to both affine and non-linear transformations. +A technique which is having considerable success in recognising difficult words and character groups within documents generally amenable to computer OCR is to submit them automatically to humans in the reCAPTCHA system. +In corpus linguistics, part-of-speech tagging (POS tagging or POST), also called grammatical tagging or word-category disambiguation, is the process of marking up a word in a text (corpus) as corresponding to a particular part of speech, based on both its definition, as well as its context—i.e. relationship with adjacent and related words in a phrase, sentence, or paragraph. +A simplified form of this is commonly taught to school-age children, in the identification of words as nouns, verbs, adjectives, adverbs, etc. +Once performed by hand, POS tagging is now done in the context of computational linguistics, using algorithms which associate discrete terms, as well as hidden parts of speech, in accordance with a set of descriptive tags. +POS-tagging algorithms fall into two distinctive groups: rule-based and stochastic. +E. Brill's tagger, one of the first and widely used English POS-taggers, employs rule-based algorithms. +This is not rare—in natural languages (as opposed to many artificial languages), a large percentage of word-forms are ambiguous. +For example, even "dogs", which is usually thought of as just a plural noun, can also be a verb: The sailor dogs the barmaid. +Performing grammatical tagging will indicate that "dogs" is a verb, and not the more common plural noun, since one of the words must be the main verb, and the noun reading is less likely following "sailor" (sailor !→ dogs). +Semantic analysis can then extrapolate that "sailor" and "barmaid" implicate "dogs" as 1) in the nautical context (sailor→←barmaid) and 2) an action applied to the object "barmaid" ([subject] dogs→barmaid). +In this context, "dogs" is a nautical term meaning "fastens (a watertight barmaid) securely; applies a dog to". +"Dogged", on the other hand, can be either an adjective or a past-tense verb. +Just which parts of speech a word can represent varies greatly. +Trained linguists can identify the grammatical parts of speech to various fine degrees depending on the tagging system. +Schools commonly teach that there are 9 parts of speech in English: noun, verb, article, adjective, preposition, pronoun, adverb, conjunction, and interjection. +However, there are clearly many more categories and sub-categories. +For nouns, plural, possessive, and singular forms can be distinguished. +In many languages words are also marked for their "case" (role as subject, object, etc.), grammatical gender, and so on; while verbs are marked for tense, aspect, and other things. +In part-of-speech tagging by computer, it is typical to distinguish from 50 to 150 separate parts of speech for English, for example, NN for singular common nouns, NNS for plural common nouns, NP for singular proper nouns (see the POS tags used in the Brown Corpus). +Work on stochastic methods for tagging Koine Greek (DeRose 1990) has used over 1,000 parts of speech, and found that about as many words were ambiguous there as in English. +A morphosyntactic descriptor in the case of morphologically rich languages can be expressed like Ncmsan, which means Category=Noun, Type = common, Gender = masculine, Number = singular, Case = accusative, Animate = no. +History The Brown Corpus Research on part-of-speech tagging has been closely tied to corpus linguistics. +The first major corpus of English for computer analysis was the Brown Corpus developed at Brown University by Henry Kucera and Nelson Francis, in the mid-1960s. +It consists of about 1,000,000 words of running English prose text, made up of 500 samples from randomly chosen publications. +Each sample is 2,000 or more words (ending at the first sentence-end after 2,000 words, so that the corpus contains only complete sentences). +The Brown Corpus was painstakingly "tagged" with part-of-speech markers over many years. +A first approximation was done with a program by Greene and Rubin, which consisted of a huge handmade list of what categories could co-occur at all. +For example, article then noun can occur, but article verb (arguably) cannot. +The program got about 70% correct. +Its results were repeatedly reviewed and corrected by hand, and later users sent in errata, so that by the late 70s the tagging was nearly perfect (allowing for some cases on which even human speakers might not agree). +This corpus has been used for innumerable studies of word-frequency and of part-of-speech, and inspired the development of similar "tagged" corpora in many other languages. +Statistics derived by analyzing it formed the basis for most later part-of-speech tagging systems, such as CLAWS (linguistics) and VOLSUNGA. +However, by this time (2005) it has been superseded by larger corpora such as the 100 million word British National Corpus. +For some time, part-of-speech tagging was considered an inseparable part of natural language processing, because there are certain cases where the correct part of speech cannot be decided without understanding the semantics or even the pragmatics of the context. +This is extremely expensive, especially because analyzing the higher levels is much harder when multiple part-of-speech possibilities must be considered for each word. +Use of Hidden Markov Models In the mid 1980s, researchers in Europe began to use hidden Markov models (HMMs) to disambiguate parts of speech, when working to tag the Lancaster-Oslo-Bergen Corpus of British English. +HMMs involve counting cases (such as from the Brown Corpus), and making a table of the probabilities of certain sequences. +For example, once you've seen an article such as 'the', perhaps the next word is a noun 40% of the time, an adjective 40%, and a number 20%. +Knowing this, a program can decide that "can" in "the can" is far more likely to be a noun than a verb or a modal. +The same method can of course be used to benefit from knowledge about following words. +More advanced ("higher order") HMMs learn the probabilities not only of pairs, but triples or even larger sequences. +So, for example, if you've just seen an article and a verb, the next item may be very likely a preposition, article, or noun, but much less likely another verb. +When several ambiguous words occur together, the possibilities multiply. +However, it is easy to enumerate every combination and to assign a relative probability to each one, by multiplying together the probabilities of each choice in turn. +The combination with highest probability is then chosen. +The European group developed CLAWS, a tagging program that did exactly this, and achieved accuracy in the 93-95% range. +It is worth remembering, as Eugene Charniak points out in Statistical techniques for natural language parsing , that merely assigning the most common tag to each known word and the tag "proper noun" to all unknowns, will approach 90% accuracy because many words are unambiguous. +CLAWS pioneered the field of HMM-based part of speech tagging, but was quite expensive since it enumerated all possibilities. +It sometimes had to resort to backup methods when there were simply too many (the Brown Corpus contains a case with 17 ambiguous words in a row, and there are words such as "still" that can represent as many as 7 distinct parts of speech). +HMMs underlie the functioning of stochastic taggers and are used in various algorithms one of the most widely used being the bi-directional inference algorithm. +Dynamic Programming methods In 1987, Steven DeRose and Ken Church independently developed dynamic programming algorithms to solve the same problem in vastly less time. +Their methods were similar to the Viterbi algorithm known for some time in other fields. +DeRose used a table of pairs, while Church used a table of triples and a method of estimating the values for triples that were rare or nonexistent in the Brown Corpus (actual measurement of triple probabilities would require a much larger corpus). +Both methods achieved accuracy over 95%. +DeRose's 1990 dissertation at Brown University included analyses of the specific error types, probabilities, and other related data, and replicated his work for Greek, where it proved similarly effective. +These findings were surprisingly disruptive to the field of natural language processing. +The accuracy reported was higher than the typical accuracy of very sophisticated algorithms that integrated part of speech choice with many higher levels of linguistic analysis: syntax, morphology, semantics, and so on. +CLAWS, DeRose's and Church's methods did fail for some of the known cases where semantics is required, but those proved negligibly rare. +This convinced many in the field that part-of-speech tagging could usefully be separated out from the other levels of processing; this in turn simplified the theory and practice of computerized language analysis, and encouraged researchers to find ways to separate out other pieces as well. +Markov Models are now the standard method for part-of-speech assignment. +Unsupervised taggers The methods already discussed involve working from a pre-existing corpus to learn tag probabilities. +It is, however, also possible to bootstrap using "unsupervised" tagging. +Unsupervised tagging techniques use an untagged corpus for their training data and produce the tagset by induction. +That is, they observe patterns in word use, and derive part-of-speech categories themselves. +For example, statistics readily reveal that "the", "a", and "an" occur in similar contexts, while "eat" occurs in very different ones. +With sufficient iteration, similarity classes of words emerge that are remarkably similar to those human linguists would expect; and the differences themselves sometimes suggest valuable new insights. +These two categories can be further subdivided into rule-based, stochastic, and neural approaches. +Other taggers and methods Some current major algorithms for part-of-speech tagging include the Viterbi algorithm, Brill Tagger, Constraint Grammar, and the Baum-Welch algorithm (also known as the forward-backward algorithm). +Hidden Markov model and visible Markov model taggers can both be implemented using the Viterbi algorithm. +The Brill tagger is unusual in that it learns a set of patterns, and then applies those patterns rather than optimizing a statistical quantity. +Many machine learning methods have also been applied to the problem of POS tagging. +Methods such as SVM, Maximum entropy classifier, Perceptron, and Nearest-neighbor have all been tried, and most can achieve accuracy above 95%. +A direct comparison of several methods is reported (with references) at . +This comparison uses the Penn tag set on some of the Penn Treebank data, so the results are directly comparable. +However, many significant taggers are not included (perhaps because of the labor involved in reconfiguring them for this particular dataset). +Thus, it should not be assumed that the results reported there are the best that can be achieved with a given approach; nor even the best that have been achieved with a given approach. +Issues While there is broad agreement about basic categories, a number of edge cases make it difficult to settle on a single "correct" set of tags, even in a single language such as English. +For example, it is hard to say whether "fire" is functioning as an adjective or a noun in the big green fire truck A second important example is the use/mention distinction, as in the following example, where "blue" is clearly not functioning as an adjective (the Brown Corpus tag set appends the suffix "-NC" in such cases): the word "blue" has 4 letters. +Words in a language other than that of the "main" text, are commonly tagged as "foreign", usually in addition to a tag for the role the foreign word is actually playing in context. +There are also many cases where POS categories and "words" do not map one to one, for example: David's gonna don't vice versa first-cut cannot pre- and post-secondary look (a word) up In the last example, "look" and "up" arguably function as a single verbal unit, despite the possibility of other words coming between them. +Some tag sets (such as Penn) break hyphenated words, contractions, and possessives into separate tokens, thus avoiding some but far from all such problems. +It is unclear whether it is best to treat words such as "be", "have", and "do" as categories in their own right (as in the Brown Corpus), or as simply verbs (as in the LOB Corpus and the Penn Treebank). +"be" has more forms than other English verbs, and occurs in quite different grammatical contexts, complicating the issue. +The most popular "tag set" for POS tagging for American English is probably the Penn tag set, developed in the Penn Treebank project. +It is largely similar to the earlier Brown Corpus and LOB Corpus tag sets, though much smaller. +In Europe, tag sets from the Eagles Guidelines see wide use, and include versions for multiple languages. +POS tagging work has been done in a variety of languages, and the set of POS tags used varies greatly with language. +Tags usually are designed to include overt morphological distinctions (this makes the tag sets for heavily inflected languages such as Greek and Latin very large; and makes tagging words in agglutinative languages such an Inuit virtually impossible. +However, Petrov, D. Das, and R. McDonald ("A Universal Part-of-Speech Tagset" http://arxiv.org/abs/1104.2086) have proposed a "universal" tag set, with 12 categories (for example, no subtypes of nouns, verbs, punctuation, etc.; no distinction of "to" as an infinitive marker vs. preposition, etc.). +Whether a very small set of very broad tags, or a much larger set of more precise ones, is preferable, depends on the purpose at hand. +Automatic tagging is easier on smaller tag-sets. +A different issue is that some cases are in fact ambiguous. +Beatrice Santorini gives examples in "Part-of-speech Tagging Guidelines for the Penn Treebank Project," (3rd rev, June 1990 ), including the following (p. 32) case in which entertaining can function either as an adjective or a verb, and there is no evident way to decide: The Duchess was entertaining last night. +In computer science and linguistics, parsing, or, more formally, syntactic analysis, is the process of analyzing a text, made of a sequence of tokens (for example, words), to determine its grammatical structure with respect to a given (more or less) formal grammar. +Parsing can also be used as a linguistic term, for instance when discussing how phrases are divided up in garden path sentences. +Parsing is also an earlier term for the diagramming of sentences of natural languages, and is still used for the diagramming of inflected languages, such as the Romance languages or Latin. +The term parsing comes from Latin pars (ōrātiōnis), meaning part (of speech). +Parsing is a common term used in psycholinguistics when describing language comprehension. +In this context, parsing refers to the way that human beings, rather than computers, analyze a sentence or phrase (in spoken language or text) "in terms of grammatical constituents, identifying the parts of speech, syntactic relations, etc." +This term is especially common when discussing what linguistic cues help speakers to parse garden-path sentences. +The parser often uses a separate lexical analyser to create tokens from the sequence of input characters. +Parsers may be programmed by hand or may be (semi-)automatically generated (in some programming languages) by a tool. +Human languages See also: Category:Natural language parsing In some machine translation and natural language processing systems, human languages are parsed by computer programs. +Human sentences are not easily parsed by programs, as there is substantial ambiguity in the structure of human language, whose usage is to convey meaning (or semantics) amongst a potentially unlimited range of possibilities but only some of which are germane to the particular case. +So an utterance "Man bites dog" versus "Dog bites man" is definite on one detail but in another language might appear as "Man dog bites" with a reliance on the larger context to distinguish between those two possibilities, if indeed that difference was of concern. +It is difficult to prepare formal rules to describe informal behaviour even though it is clear that some rules are being followed. +In order to parse natural language data, researchers must first agree on the grammar to be used. +The choice of syntax is affected by both linguistic and computational concerns; for instance some parsing systems use lexical functional grammar, but in general, parsing for grammars of this type is known to be NP-complete. +Head-driven phrase structure grammar is another linguistic formalism which has been popular in the parsing community, but other research efforts have focused on less complex formalisms such as the one used in the Penn Treebank. +Shallow parsing aims to find only the boundaries of major constituents such as noun phrases. +Another popular strategy for avoiding linguistic controversy is dependency grammar parsing. +Most modern parsers are at least partly statistical; that is, they rely on a corpus of training data which has already been annotated (parsed by hand). +This approach allows the system to gather information about the frequency with which various constructions occur in specific contexts. +(See machine learning.) +Approaches which have been used include straightforward PCFGs (probabilistic context-free grammars), maximum entropy, and neural nets. +Most of the more successful systems use lexical statistics (that is, they consider the identities of the words involved, as well as their part of speech). +However such systems are vulnerable to overfitting and require some kind of smoothing to be effective.[citation needed] Parsing algorithms for natural language cannot rely on the grammar having 'nice' properties as with manually designed grammars for programming languages. +As mentioned earlier some grammar formalisms are very difficult to parse computationally; in general, even if the desired structure is not context-free, some kind of context-free approximation to the grammar is used to perform a first pass. +Algorithms which use context-free grammars often rely on some variant of the CKY algorithm, usually with some heuristic to prune away unlikely analyses to save time. +(See chart parsing.) +However some systems trade speed for accuracy using, e.g., linear-time versions of the shift-reduce algorithm. +A somewhat recent development has been parse reranking in which the parser proposes some large number of analyses, and a more complex system selects the best option. +Programming languages The most common use of a parser is as a component of a compiler or interpreter. +This parses the source code of a computer programming language to create some form of internal representation. +Programming languages tend to be specified in terms of a context-free grammar because fast and efficient parsers can be written for them. +Parsers are written by hand or generated by parser generators. +Context-free grammars are limited in the extent to which they can express all of the requirements of a language. +Informally, the reason is that the memory of such a language is limited. +The grammar cannot remember the presence of a construct over an arbitrarily long input; this is necessary for a language in which, for example, a name must be declared before it may be referenced. +More powerful grammars that can express this constraint, however, cannot be parsed efficiently. +Thus, it is a common strategy to create a relaxed parser for a context-free grammar which accepts a superset of the desired language constructs (that is, it accepts some invalid constructs); later, the unwanted constructs can be filtered out. +Overview of process Flow of data in a typical parser The following example demonstrates the common case of parsing a computer language with two levels of grammar: lexical and syntactic. +The first stage is the token generation, or lexical analysis, by which the input character stream is split into meaningful symbols defined by a grammar of regular expressions. +For example, a calculator program would look at an input such as "12*(3+4)^2" and split it into the tokens 12, *, (, 3, +, 4, ), ^, 2, each of which is a meaningful symbol in the context of an arithmetic expression. +The lexer would contain rules to tell it that the characters *, +, ^, ( and ) mark the start of a new token, so meaningless tokens like "12*" or "(3" will not be generated. +The next stage is parsing or syntactic analysis, which is checking that the tokens form an allowable expression. +This is usually done with reference to a context-free grammar which recursively defines components that can make up an expression and the order in which they must appear. +However, not all rules defining programming languages can be expressed by context-free grammars alone, for example type validity and proper declaration of identifiers. +These rules can be formally expressed with attribute grammars. +The final phase is semantic parsing or analysis, which is working out the implications of the expression just validated and taking the appropriate action. +In the case of a calculator or interpreter, the action is to evaluate the expression or program, a compiler, on the other hand, would generate some kind of code. +Attribute grammars can also be used to define these actions. +Types of parser The task of the parser is essentially to determine if and how the input can be derived from the start symbol of the grammar. +This can be done in essentially two ways: Top-down parsing- Top-down parsing can be viewed as an attempt to find left-most derivations of an input-stream by searching for parse trees using a top-down expansion of the given formal grammar rules. +Tokens are consumed from left to right. +Inclusive choice is used to accommodate ambiguity by expanding all alternative right-hand-sides of grammar rules. +Bottom-up parsing - A parser can start with the input and attempt to rewrite it to the start symbol. +Intuitively, the parser attempts to locate the most basic elements, then the elements containing these, and so on. +LR parsers are examples of bottom-up parsers. +Another term used for this type of parser is Shift-Reduce parsing. +LL parsers and recursive-descent parser are examples of top-down parsers which cannot accommodate left recursive productions. +Although it has been believed that simple implementations of top-down parsing cannot accommodate direct and indirect left-recursion and may require exponential time and space complexity while parsing ambiguous context-free grammars, more sophisticated algorithms for top-down parsing have been created by Frost, Hafiz, and Callaghan which accommodate ambiguity and left recursion in polynomial time and which generate polynomial-size representations of the potentially exponential number of parse trees. +Their algorithm is able to produce both left-most and right-most derivations of an input with regard to a given CFG (context-free grammar). +An important distinction with regard to parsers is whether a parser generates a leftmost derivation or a rightmost derivation (see context-free grammar). +LL parsers will generate a leftmost derivation and LR parsers will generate a rightmost derivation (although usually in reverse). +In information retrieval and natural language processing (NLP), question answering (QA) is the task of automatically answering a question posed in natural language. +To find the answer to a question, a QA computer program may use either a pre-structured database or a collection of natural language documents (a text corpus such as the World Wide Web or some local collection). +QA research attempts to deal with a wide range of question types including: fact, list, definition, How, Why, hypothetical, semantically constrained, and cross-lingual questions. +Search collections vary from small local document collections, to internal organization documents, to compiled newswire reports, to the World Wide Web. +Closed-domain question answering deals with questions under a specific domain (for example, medicine or automotive maintenance), and can be seen as an easier task because NLP systems can exploit domain-specific knowledge frequently formalized in ontologies. +Alternatively, closed-domain might refer to a situation where only a limited type of questions are accepted, such as questions asking for descriptive rather than procedural information. +Open-domain question answering deals with questions about nearly anything, and can only rely on general ontologies and world knowledge. +On the other hand, these systems usually have much more data available from which to extract the answer. +In contrast, current QA systems use text documents as their underlying knowledge source and combine various natural language processing techniques to search for the answers. +Current QA systems typically include a question classifier module that determines the type of question and the type of answer. +After the question is analysed, the system typically uses several modules that apply increasingly complex NLP techniques on a gradually reduced amount of text. +Thus, a document retrieval module uses search engines to identify the documents or paragraphs in the document set that are likely to contain the answer. +Subsequently a filter preselects small text fragments that contain strings of the same type as the expected answer. +For example, if the question is "Who invented Penicillin" the filter returns text that contain names of people. +Finally, an answer extraction module looks for further clues in the text to determine if the answer candidate can indeed answer the question. +Question answering methods QA is very dependent on a good search corpus - for without documents containing the answer, there is little any QA system can do. +It thus makes sense that larger collection sizes generally lend well to better QA performance, unless the question domain is orthogonal to the collection. +The notion of data redundancy in massive collections, such as the web, means that nuggets of information are likely to be phrased in many different ways in differing contexts and documents, leading to two benefits: By having the right information appear in many forms, the burden on the QA system to perform complex NLP techniques to understand the text is lessened. +Correct answers can be filtered from false positives by relying on the correct answer to appear more times in the documents than instances of incorrect ones. +Issues In 2002 a group of researchers wrote a roadmap of research in question answering. +The following issues were identified. +Question classes Different types of questions (e.g., "What is the capital of Lichtenstein?" vs. +"Why does a rainbow form?" vs. +"Did Marilyn Monroe and Cary Grant ever appear in a movie together?") require the use of different strategies to find the answer. +Question classes are arranged hierarchically in taxonomies. +Question processing The same information request can be expressed in various ways, some interrogative ("Who is the president of the United States?") and some assertive ("Tell me the name of the president of the United States."). +A semantic model of question understanding and processing would recognize equivalent questions, regardless of how they are presented. +This model would enable the translation of a complex question into a series of simpler questions, would identify ambiguities and treat them in context or by interactive clarification. +Context and QA Questions are usually asked within a context and answers are provided within that specific context. +The context can be used to clarify a question, resolve ambiguities or keep track of an investigation performed through a series of questions. +(For example, the question, "Why did Joe Biden visit Iraq in January 2010?" might be asking why Vice President Biden visited and not President Obama, why he went to Iraq and not Afghanistan or some other country, why he went in January 2010 and not before or after, or what Biden was hoping to accomplish with his visit. +If the question is one of a series of related questions, the previous questions and their answers might shed light on the questioner's intent.) +Data sources for QA Before a question can be answered, it must be known what knowledge sources are available and relevant. +If the answer to a question is not present in the data sources, no matter how well the question processing, information retrieval and answer extraction is performed, a correct result will not be obtained. +Answer extraction Answer extraction depends on the complexity of the question, on the answer type provided by question processing, on the actual data where the answer is searched, on the search method and on the question focus and context. +Answer formulation The result of a QA system should be presented in a way as natural as possible. +In some cases, simple extraction is sufficient. +For example, when the question classification indicates that the answer type is a name (of a person, organization, shop or disease, etc.), a quantity (monetary value, length, size, distance, etc.) or a date (e.g. the answer to the question, "On what day did Christmas fall in 1989?") the extraction of a single datum is sufficient. +For other cases, the presentation of the answer may require the use of fusion techniques that combine the partial answers from multiple documents. +Real time question answering There is need for developing Q&A systems that are capable of extracting answers from large data sets in several seconds, regardless of the complexity of the question, the size and multitude of the data sources or the ambiguity of the question. +Multilingual (or cross-lingual) question answering The ability to answer a question posed in one language using an answer corpus in another language (or even several). +This allows users to consult information that they cannot use directly. +(See also Machine translation.) +Interactive QA It is often the case that the information need is not well captured by a QA system, as the question processing part may fail to classify properly the question or the information needed for extracting and generating the answer is not easily retrieved. +In such cases, the questioner might want not only to reformulate the question, but to have a dialogue with the system. +(For example, the system might ask for a clarification of what sense a word is being used, or what type of information is being asked for.) +Advanced reasoning for QA More sophisticated questioners expect answers that are outside the scope of written texts or structured databases. +To upgrade a QA system with such capabilities, it would be necessary to integrate reasoning components operating on a variety of knowledge bases, encoding world knowledge and common-sense reasoning mechanisms, as well as knowledge specific to a variety of domains. +User profiling for QA The user profile captures data about the questioner, comprising context data, domain of interest, reasoning schemes frequently used by the questioner, common ground established within different dialogues between the system and the user, and so forth. +The profile may be represented as a predefined template, where each template slot represents a different profile feature. +Profile templates may be nested one within another. +History Some of the early AI systems were question answering systems. +Two of the most famous QA systems of that time are BASEBALL and LUNAR, both of which were developed in the 1960s. +BASEBALL answered questions about the US baseball league over a period of one year. +LUNAR, in turn, answered questions about the geological analysis of rocks returned by the Apollo moon missions. +Both QA systems were very effective in their chosen domains. +In fact, LUNAR was demonstrated at a lunar science convention in 1971 and it was able to answer 90% of the questions in its domain posed by people untrained on the system. +Further restricted-domain QA systems were developed in the following years. +The common feature of all these systems is that they had a core database or knowledge system that was hand-written by experts of the chosen domain. +Some of the early AI systems included question-answering abilities. +Two of the most famous early systems are SHRDLU and ELIZA. +SHRDLU simulated the operation of a robot in a toy world (the "blocks world"), and it offered the possibility to ask the robot questions about the state of the world. +Again, the strength of this system was the choice of a very specific domain and a very simple world with rules of physics that were easy to encode in a computer program. +ELIZA, in contrast, simulated a conversation with a psychologist. +ELIZA was able to converse on any topic by resorting to very simple rules that detected important words in the person's input. +It had a very rudimentary way to answer questions, and on its own it led to a series of chatterbots such as the ones that participate in the annual Loebner prize. +The 1970s and 1980s saw the development of comprehensive theories in computational linguistics, which led to the development of ambitious projects in text comprehension and question answering. +One example of such a system was the Unix Consultant (UC), a system that answered questions pertaining to the Unix operating system. +The system had a comprehensive hand-crafted knowledge base of its domain, and it aimed at phrasing the answer to accommodate various types of users. +Another project was LILOG, a text-understanding system that operated on the domain of tourism information in a German city. +The systems developed in the UC and LILOG projects never went past the stage of simple demonstrations, but they helped the development of theories on computational linguistics and reasoning. +An increasing number of systems include the World Wide Web as one more corpus of text. +. +However, these tools mostly work by using shallow methods, as described above — thus returning a list of documents, usually with an excerpt containing the probable answer highlighted, plus some context. +Furthermore, highly-specialized natural language question-answering engines, such as EAGLi for health and life scientists, have been made available. +The Future of Question Answering QA systems have been extended in recent years to explore critical new scientific and practical dimensions For example, systems have been developed to automatically answer temporal and geospatial questions, definitional questions, biographical questions, multilingual questions, and questions from multimedia (e.g., audio, imagery, video). +Additional aspects such as interactivity (often required for clarification of questions or answers), answer reuse, and knowledge representation and reasoning to support question answering have been explored. +Future research may explore what kinds of questions can be asked and answered about social media, including sentiment analysis. +A relationship extraction task requires the detection and classification of semantic relationship mentions within a set of artifacts, typically from text or XML documents. +The task is very similar to that of information extraction (IE), but IE additionally requires the removal of repeated relations (disambiguation) and generally refers to the extraction of many different relationships. +Approaches One approach to this problem involves the use of domain ontologies. +Another approach involves visual detection of meaningful relationships in parametric values of objects listed on a data table that shift positions as the table is permuted automatically as controlled by the software user. +The poor coverage, rarity and development cost related to structured resources such as semantic lexicons (e.g. +WordNet, UMLS) and domain ontologies (e.g. the Gene Ontology) has given rise to new approaches based on broad, dynamic background knowledge on the Web. +For instance, the ARCHILES technique uses only Wikipedia and search engine page count for acquiring coarse-grained relations to construct lightweight ontologies. +The relationships can be represented using a variety of formalisms/languages. +One such representation language for data on the Web is RDF. +Jump to: navigation, search Sentence boundary disambiguation (SBD), also known as sentence breaking, is the problem in natural language processing of deciding where sentences begin and end. +Often natural language processing tools require their input to be divided into sentences for a number of reasons. +However sentence boundary identification is challenging because punctuation marks are often ambiguous. +For example, a period may denote an abbreviation, decimal point, an ellipsis, or an email address - not the end of a sentence. +About 47% of the periods in the Wall Street Journal corpus denote abbreviations. +As well, question marks and exclamation marks may appear in embedded quotations, emoticons, computer code, and slang. +Languages like Japanese and Chinese have unambiguous sentence-ending markers. +(b) If the preceding token is on my hand-compiled list of abbreviations, then it doesn't end a sentence. +(c) If the next token is capitalized, then it ends a sentence. +This strategy gets about 95% of sentences correct. +Another approach is to automatically learn a set of rules from a set of documents where the sentence breaks are pre-marked. +Solutions have been based on a maximum entropy model. +The SATZ architecture uses a neural network to disambiguate sentence boundaries and achieves 98.5% accuracy. +Sentiment analysis or opinion mining refers to the application of natural language processing, computational linguistics, and text analytics to identify and extract subjective information in source materials. +Generally speaking, sentiment analysis aims to determine the attitude of a speaker or a writer with respect to some topic or the overall contextual polarity of a document. +The attitude may be his or her judgement or evaluation (see appraisal theory), affective state (that is to say, the emotional state of the author when writing), or the intended emotional communication (that is to say, the emotional effect the author wishes to have on the reader). +Advanced, "beyond polarity" sentiment classification looks, for instance, at emotional states such as "angry," "sad," and "happy." +Early work in that area includes Turney and Pang who applied different methods for detecting the polarity of product reviews and movie reviews respectively. +This work is at the document level. +One can also classify a document's polarity on a multi-way scale, which was attempted by Pang and Snyder (among others): expanded the basic task of classifying a movie review as either positive or negative to predicting star ratings on either a 3 or a 4 star scale, while Snyder performed an in-depth analysis of restaurant reviews, predicting ratings for various aspects of the given restaurant, such as the food and atmosphere (on a five-star scale). +A different method for determining sentiment is the use of a scaling system whereby words commonly associated with having a negative, neutral or positive sentiment with them are given an associated number on a -5 to +5 scale (most negative up to most positive) and when a piece of unstructured text is analyzed using natural language processing, the subsequent concepts are analyzed for an understanding of these words and how they relate to the concept[citation needed]. +Each concept is then given a score based on the way sentiment words relate to the concept, and their associated score. +This allows movement to a more sophisticated understanding of sentiment based on an 11 point scale. +Alternatively, texts can be given a positive and negative sentiment strength score if the goal is to determine the sentiment in a text rather than the overall polarity and strength of the text . +Another research direction is subjectivity/objectivity identification. +This task is commonly defined as classifying a given text (usually a sentence) into one of two classes: objective or subjective. +This problem can sometimes be more difficult than polarity classification : the subjectivity of words and phrases may depend on their context and an objective document may contain subjective sentences (e.g., a news article quoting people's opinions). +Moreover, as mentioned by Su , results are largely dependent on the definition of subjectivity used when annotating texts. +However, Pang showed that removing objective sentences from a document before classifying its polarity helped improve performance. +The more fine-grained analysis model is called the feature/aspect-based sentiment analysis . +It refers to determining the opinions or sentiments expressed on different features or aspects of entities, e.g., of a cell phone, a digital camera, or a bank. +A feature or aspect is an attribute or component of an entity, e.g., the screen of a cell phone, or the picture quality of a camera. +This problem involves several sub-problems, e.g., identifying relevant entities, extracting their features/aspects, and determining whether an opinion expressed on each feature/aspect is positive, negative or neutral . +More detailed discussions about this level of sentiment analysis can be found in Liu's NLP Handbook chapter, "Sentiment Analysis and Subjectivity" . +Methods Computers can perform automated sentiment analysis of digital texts, using elements from machine learning such as latent semantic analysis, support vector machines, "bag of words" and Semantic Orientation — Pointwise Mutual Information (See Peter Turney's work in this area). +More sophisticated methods try to detect the holder of a sentiment (i.e. the person who maintains that affective state) and the target (i.e. the entity about which the affect is felt). +To mine the opinion in context and get the feature which has been opinionated, the grammatical relationships of words are used. +Grammatical dependency relations are obtained by deep parsing of the text. +Open source software tools deploy machine learning, statistics, and natural language processing techniques to automate sentiment analysis on large collections of texts, including web pages, online news, internet discussion groups, online reviews, web blogs, and social media. +Evaluation The accuracy of a sentiment analysis system is, in principle, how well it agrees with human judgments. +This is usually measured by precision and recall. +However, human raters typically agree about 70%[citation needed] of the time (see Inter-rater reliability). +Thus, a 70% accurate program is doing as well as humans, even though such accuracy may not sound impressive. +If a program were "right" 100% of the time, humans would still disagree with it about 30% of the time, since they disagree that much about any answer. +More sophisticated measures can be applied, but evaluation of sentiment analysis systems remains a complex matter. +For sentiment analysis tasks returning a scale rather than a binary judgement, correlation is a better measure than precision because it takes into account how close the predicted value is to the target value. +Sentiment analysis was used to test the relationship between Internet financial message boards and the behavior of the stock market to find a strong correlation between posts and volume of stock. +Sentiment analysis and Web 2.0 The rise of social media such as blogs and social networks has fueled interest in sentiment analysis. +With the proliferation of reviews, ratings, recommendations and other forms of online expression, online opinion has turned into a kind of virtual currency for businesses looking to market their products, identify new opportunities and manage their reputations. +As businesses look to automate the process of filtering out the noise, understanding the conversations, identifying the relevant content and actioning it appropriately, many are now looking to the field of sentiment analysis. +If web 2.0 was all about democratizing publishing, then the next stage of the web may well be based on democratizing data mining of all the content that is getting published. +One step towards this aim is accomplished in research. +Several research teams in universities around the world currently focus on understanding the dynamics of sentiment in e-communities through sentiment analysis. +The CyberEmotions project, for instance, recently identified the role of negative emotions in driving social networks discussions. +Sentiment analysis could therefore help understand why certain e-communities die or fade away (e.g., MySpace) while others seem to grow without limits (e.g., Facebook). +The problem is that most sentiment analysis algorithms use simple terms to express sentiment about a product or service. +However, cultural factors, linguistic nuances and differing contexts make it extremely difficult to turn a string of written text into a simple pro or con sentiment. +The fact that humans often disagree on the sentiment of text illustrates how big a task it is for computers to get this right. +The shorter the string of text, the harder it becomes. n Computer Science, Speech recognition is the translation of spoken words into text. +It is also known as "automatic speech recognition", "ASR", "computer speech recognition", "speech to text", or just "STT". Speech Recognition is technology that can translate spoken words into text. +Some SR systems use "training" where an individual speaker reads sections of text into the SR system. +These systems analyze the person's specific voice and use it to fine tune the recognition of that person's speech, resulting in more accurate transcription. +Systems that do not use training are called "Speaker Independent" systems. +Systems that use training are called "Speaker Dependent" systems. +Speech recognition applications include voice user interfaces such as voice dialing (e.g., "Call home"), call routing (e.g., "I would like to make a collect call"), domotic appliance control, search (e.g., find a podcast where particular words were spoken), simple data entry (e.g., entering a credit card number), preparation of structured documents (e.g., a radiology report), speech-to-text processing (e.g., word processors or emails), and aircraft (usually termed Direct Voice Input). +The term voice recognition refers to finding the identity of "who" is speaking, rather than what they are saying. +Recognizing the speaker can simplify the task of translating speech in systems that have been trained on specific person's voices or it can be used to authenticate or verify the identity of a speaker as part of a security process. +Front-End speech recognition is where the provider dictates into a speech-recognition engine, the recognized words are displayed as they are spoken, and the dictator is responsible for editing and signing off on the document. +Back-End or deferred speech recognition is where the provider dictates into a digital dictation system, the voice is routed through a speech-recognition machine and the recognized draft document is routed along with the original voice file to the editor, where the draft is edited and report finalised. +Deferred speech recognition is widely used in the industry currently. +Many Electronic Medical Records (EMR) applications can be more effective and may be performed more easily when deployed in conjunction with a speech-recognition engine. +Searches, queries, and form filling may all be faster to perform by voice than by using a keyboard. +One of the major issues relating to the use of speech recognition in healthcare is that the American Recovery and Reinvestment Act of 2009 (ARRA) provides for substantial financial benefits to physicians who utilize an EMR according to "Meaningful Use" standards. +These standards require that a substantial amount of data be maintained by the EMR (now more commonly referred to as an Electronic Health Record or EHR). +Unfortunately, in many instances, the use of speech recognition within an EHR will not lead to data maintained within a database, but rather to narrative text. +For this reason, substantial resources are being expended to allow for the use of front-end SR while capturing data within the EHR. +Military High-performance fighter aircraft Substantial efforts have been devoted in the last decade to the test and evaluation of speech recognition in fighter aircraft. +Of particular note is the U.S. program in speech recognition for the Advanced Fighter Technology Integration (AFTI)/F-16 aircraft (F-16 VISTA), and a program in France installing speech recognition systems on Mirage aircraft, and also programs in the UK dealing with a variety of aircraft platforms. +In these programs, speech recognizers have been operated successfully in fighter aircraft, with applications including: setting radio frequencies, commanding an autopilot system, setting steer-point coordinates and weapons release parameters, and controlling flight displays. +Working with Swedish pilots flying in the JAS-39 Gripen cockpit, Englund (2004) found recognition deteriorated with increasing G-loads. +It was also concluded that adaptation greatly improved the results in all cases and introducing models for breathing was shown to improve recognition scores significantly. +Contrary to what might be expected, no effects of the broken English of the speakers were found. +It was evident that spontaneous speech caused problems for the recognizer, as could be expected. +A restricted vocabulary, and above all, a proper syntax, could thus be expected to improve recognition accuracy substantially. +The Eurofighter Typhoon currently in service with the UK RAF employs a speaker-dependent system, i.e. it requires each pilot to create a template. +The system is not used for any safety critical or weapon critical tasks, such as weapon release or lowering of the undercarriage, but is used for a wide range of other cockpit functions. +Voice commands are confirmed by visual and/or aural feedback. +The system is seen as a major design feature in the reduction of pilot workload, and even allows the pilot to assign targets to himself with two simple voice commands or to any of his wingmen with only five commands. +Speaker independent systems are also being developed and are in testing for the F35 Lightning II (JSF) and the Alenia Aermacchi M-346 Master lead-in fighter trainer. +These systems have produced word accuracies in excess of 98%. +Helicopters The problems of achieving high recognition accuracy under stress and noise pertain strongly to the helicopter environment as well as to the jet fighter environment. +The acoustic noise problem is actually more severe in the helicopter environment, not only because of the high noise levels but also because the helicopter pilot, in general, does not wear a facemask, which would reduce acoustic noise in the microphone. +Substantial test and evaluation programs have been carried out in the past decade in speech recognition systems applications in helicopters, notably by the U.S. Army Avionics Research and Development Activity (AVRADA) and by the Royal Aerospace Establishment (RAE) in the UK. +Work in France has included speech recognition in the Puma helicopter. +There has also been much useful work in Canada. +Results have been encouraging, and voice applications have included: control of communication radios, setting of navigation systems, and control of an automated target handover system. +As in fighter applications, the overriding issue for voice in helicopters is the impact on pilot effectiveness. +Encouraging results are reported for the AVRADA tests, although these represent only a feasibility demonstration in a test environment. +Much remains to be done both in speech recognition and in overall speech recognition technology, in order to consistently achieve performance improvements in operational settings. +Battle management Question book-new.svg This unreferenced section requires citations to ensure verifiability. +In general, Battle Management command centres require rapid access to and control of large, rapidly changing information databases. +Commanders and system operators need to query these databases as conveniently as possible, in an eyes-busy environment where much of the information is presented in a display format. +Human-machine interaction by voice has the potential to be very useful in these environments. +A number of efforts have been undertaken to interface commercially available isolated-word recognizers into battle management environments. +In one feasibility study, speech recognition equipment was tested in conjunction with an integrated information display for naval battle management applications. +Users were very optimistic about the potential of the system, although capabilities were limited. +Speech understanding programs sponsored by the Defense Advanced Research Projects Agency (DARPA) in the U.S. has focused on this problem of natural speech interface. +Speech recognition efforts have focused on a database of continuous speech recognition (CSR), large-vocabulary speech designed to be representative of the naval resource management task. +Significant advances in the state-of-the-art in CSR have been achieved, and current efforts are focused on integrating speech recognition and natural language processing to allow spoken language interaction with a naval resource management system. +Training air traffic controllers Training for air traffic controllers (ATC) represents an excellent application for speech recognition systems. +Many ATC training systems currently require a person to act as a "pseudo-pilot", engaging in a voice dialog with the trainee controller, which simulates the dialog that the controller would have to conduct with pilots in a real ATC situation. +Speech recognition and synthesis techniques offer the potential to eliminate the need for a person to act as pseudo-pilot, thus reducing training and support personnel. +In theory, Air controller tasks are also characterized by highly structured speech as the primary output of the controller, hence reducing the difficulty of the speech recognition task should be possible. +In practice, this is rarely the case. +The FAA document 7110.65 details the phrases that should be used by air traffic controllers. +While this document gives less than 150 examples of such phrases, the number of phrases supported by one of the simulation vendors speech recognition systems is in excess of 500,000. +The USAF, USMC, US Army,US Navy, and FAA as well as a number of international ATC training organizations such as the Royal Australian Air Force and Civil Aviation Authorities in Italy, Brazil, and Canada are currently using ATC simulators with speech recognition from a number of different vendors. +Telephony and other domains ASR in the field of telephony is now commonplace and in the field of computer gaming and simulation is becoming more widespread. +Despite the high level of integration with word processing in general personal computing. +However, ASR in the field of document production has not seen the expected[by whom?] increases in use. +The improvement of mobile processor speeds made feasible the speech-enabled Symbian and Windows Mobile Smartphones. +Speech is used mostly as a part of User Interface, for creating pre-defined or custom speech commands. +Leading software vendors in this field are: Microsoft Corporation (Microsoft Voice Command), Digital Syphon (Sonic Extractor), Nuance Communications (Nuance Voice Control), Speech Technology Center, Vito Technology (VITO Voice2Go), Speereo Software (Speereo Voice Translator), Verbyx VRX and SVOX. +Further applications Aerospace (e.g. space exploration, spacecraft, etc.) +NASA’s Mars Polar Lander used speech recognition from technology Sensory, Inc. in the Mars Microphone on the Lander Automatic translation Automotive speech recognition (e.g., OnStar, Ford Sync) Court reporting (Realtime Speech Writing) Hands-free computing: Speech recognition computer user interface Home automation Interactive voice response Mobile telephony, including mobile email Multimodal interaction Pronunciation evaluation in computer-aided language learning applications Robotics Speech-to-text reporter (transcription of speech into text, video captioning, Court reporting ) Telematics (e.g., vehicle Navigation Systems) Transcription (digital speech-to-text) Video games, with Tom Clancy's EndWar and Lifeline as working examples Performance The performance of speech recognition systems is usually evaluated in terms of accuracy and speed. +Accuracy is usually rated with word error rate (WER), whereas speed is measured with the real time factor. +Other measures of accuracy include Single Word Error Rate (SWER) and Command Success Rate (CSR). +However, speech recognition (by a machine) is a very complex problem. +Vocalizations vary in terms of accent, pronunciation, articulation, roughness, nasality, pitch, volume, and speed. +Speech is distorted by a background noise and echoes, electrical characteristics. +Accuracy of speech recognition vary with the following: Vocabulary size and confusability Speaker dependence vs. independence Isolated, discontinuous, or continuous speech Task and language constraints Read vs. spontaneous speech Adverse conditions Accuracy of speech recognition As mentioned earlier in this article accuracy of speech recogniton vary in following: Error Rates Increase as the Vocabulary Size Grows: e.g. +The 10 digits "zero" to "nine" can be recognized essentially perfectly, but vocabulary sizes of 200, 5000 or 100000 may have error rates of 3%, 7% or 45%. +Vocabulary is Hard to Recognize if it Contains Confusable Words: e.g. +The 26 letters of the English alphabet are difficult to discriminate because they are confusable words ( most notoriously, the E-set: "B,C,D,E,G,P,T,V,Z"); An 8% error rate is considered good for this vocabulary. +Speaker Dependence vs. Independence: A speaker dependent system is intended for use by a single speaker. +A speaker independent system is intended for use by any speaker, more difficult. +Isolated, Discontinuous or Continuous speech With isolated speech single words are used, therefore it becomes easier to recognize the speech. +With discontinuous speech full sentenced separated by silence are used, therefore it becomes easier to recognize the speech as well as with isolated speech. +With continuous speech naturally spoken sentences are used, therefore it becomes harder to recognize the speech, different from both isloated and discontinuous speech. +Task and Language Constraints e.g. +Querying application may dismiss the hypothesis "The apple is red." e.g. +Constraints may be semantic; rejecting "The apple is angry." e.g. +Syntactic; rejecting "Red is apple the." +Constraints are often represented by a grammar. +Read vs. Spontaneous Speech When a person reads it's usually in a context that has been previously prepared, but when a person uses spontaneous speech, it is difficult to recognize the speech. because of the disfluences (like "uh" and "um", false starts, incomplete sentences, stutering, coughing, and laughter) and limited vocabulary. +Adverse conditions Environmental noise (e.g. +Noise in a car or a factory) Acoustical distortions (e.g. echoes, room acoustics) Speech recognition is a multileveled pattern recognition task. +Acoustical signals are structured into a hierarchy of units; e.g. +Phonemes, Words, Phrases, and Sentences; Each level provides additional constraints; e.g. +Known word pronunciations or legal word sequences, which can compensate for errors or uncertainties at lower level; This hierarchy of constraints are exploited; By combining decisions probabilistically at all lower levels, and making more deterministic decisions only at the highest level; Speech recogniton by a machine is a process broken into several phases. +Computationally, it is a problem in which a sound pattern has to be recognized or classified into a category that represents a meaning to a human. +Every acoustic signal can be broken in smaller more basic sub-signals. +As the more complex sound signal is broken into the smaller sub-sounds, different levels are created, where at the top level we have complex sounds, which are made of simpler sounds on lower level, and going to lower levels even more, we create more basic and shorter and simpler sounds. +The lowest level, where the sounds are the most fundamental, a machine would check for simple and more probabilistic rules of what sound should represent. +Once these sounds are put together into more complex sound on upper level, a new set of more deterministic rules should predict what new complex sound should represent. +The most upper level of a deterministic rule should figure out the meaning of complex expressions. +In order to expand our knowledge about speech recognition we need to take into a consideration neural networks. +There are four steps of neural network approaches: Digitize the speech that we want to recognize For telephone speech the sampling rate is 8000 samples per second; Compute features of spectral-domain of the speech (with Fourier transform); Computed every 10msec, with one 10msec section called a frame; Analysis of four step neural network approaches can be explained by further information. +Sound is produced by air (or some other medium) vibration, which we register by ears, but machines by receivers. +Basic sound creates a wave which has 2 descriptions; Amplitude (how strong is it), and frequency (how often it vibrates per second). +Digitized Sound Graph This is the same as the wave in the water. +Big wave is strong and smaller ones are usually faster but weaker. +That is how air is distorted, but we don't see it easily, in order for sound to travel. +These waves can be digitalized: Sample a strength at short intervals like in picture above to get bunch of numbers that approximate at each time step the strength of a wave. +Collection of these numbers represent analog wave. +This new wave is digital. +Sound waves are complicated because they superimpose one on top of each other. +Like the waves would. +This way they create odd looking waves. +For example, if there are two waves that interact with each other we can add them which creates new odd looking wave as is shown in the picture on the right. +Neural Network classifies features into phonetic-based categories; Given basic sound blocks, that machine digitized, we have a bunch of numbers which describe a wave and waves describe words. +Each frame has a unit block of sound, which are broken into basic sound waves and represented by numbers after Fourier Transform, can be statistically evaluated to set to which class of sounds it belongs to. +The nodes in the figure on a slide represent a feature of a sound in which a feature of a wave from first layer of nodes to a second layer of nodes based on some statistical analysis. +This analysis depends on programer's instructions. +At this point, a second layer of nodes represents a higher level features of a sound input which is again statistically evaluated to see what class they belong to. +Last level of nodes should be output nodes that tell us with high probability what original sound really was. +Search to match the neural-network output scores for the best word, to determine the word that was most likely uttered; A machine speech recognition using neural network is still just a fancy statistics. +Artificial neural network has specialized output nodes for results, unlike brain. +Our brain recognizes the meaning of words in fundamentally different way. +Our brain is entirely committed into the perception of sound. +When we hear sound, our life experience is brought together to action of listening to set a sound into a appropriate perspective so it is meaningful. +Brain has a purpose when it listens for a sound that is steered toward actions. +In 1982, Kurzweil Applied Intelligence and Dragon Systems released speech recognition products. +By 1985, Kurzweil’s software had a vocabulary of 1,000 words—if uttered one word at a time. +Two years later, in 1987, its lexicon reached 20,000 words, entering the realm of human vocabularies, which range from 10,000 to 150,000 words. +But recognition accuracy was only 10% in 1993. +Two years later, the error rate crossed below 50%. +Dragon Systems released "Naturally Speaking" in 1997, which recognized normal human speech. +Progress mainly came from improved computer performance and larger source text databases. +The Brown Corpus was the first major database available, containing several million words. +In 2006, Google published a trillion-word corpus, while Carnegie Mellon University researchers found no significant increase in recognition accuracy. +Algorithms Both acoustic modeling and language modeling are important parts of modern statistically-based speech recognition algorithms. +Hidden Markov models (HMMs) are widely used in many systems. +Language modeling has many other applications such as smart keyboard and document classification. +Hidden Markov models Main article: Hidden Markov model Modern general-purpose speech recognition systems are based on Hidden Markov Models. +These are statistical models that output a sequence of symbols or quantities. +HMMs are used in speech recognition because a speech signal can be viewed as a piecewise stationary signal or a short-time stationary signal. +In a short time-scales (e.g., 10 milliseconds), speech can be approximated as a stationary process. +Speech can be thought of as a Markov model for many stochastic purposes. +Another reason why HMMs are popular is because they can be trained automatically and are simple and computationally feasible to use. +In speech recognition, the hidden Markov model would output a sequence of n-dimensional real-valued vectors (with n being a small integer, such as 10), outputting one of these every 10 milliseconds. +The vectors would consist of cepstral coefficients, which are obtained by taking a Fourier transform of a short time window of speech and decorrelating the spectrum using a cosine transform, then taking the first (most significant) coefficients. +The hidden Markov model will tend to have in each state a statistical distribution that is a mixture of diagonal covariance Gaussians, which will give a likelihood for each observed vector. +Each word, or (for more general speech recognition systems), each phoneme, will have a different output distribution; a hidden Markov model for a sequence of words or phonemes is made by concatenating the individual trained hidden Markov models for the separate words and phonemes. +Described above are the core elements of the most common, HMM-based approach to speech recognition. +Modern speech recognition systems use various combinations of a number of standard techniques in order to improve results over the basic approach described above. +A typical large-vocabulary system would need context dependency for the phonemes (so phonemes with different left and right context have different realizations as HMM states); it would use cepstral normalization to normalize for different speaker and recording conditions; for further speaker normalization it might use vocal tract length normalization (VTLN) for male-female normalization and maximum likelihood linear regression (MLLR) for more general speaker adaptation. +The features would have so-called delta and delta-delta coefficients to capture speech dynamics and in addition might use heteroscedastic linear discriminant analysis (HLDA); or might skip the delta and delta-delta coefficients and use splicing and an LDA-based projection followed perhaps by heteroscedastic linear discriminant analysis or a global semitied covariance transform (also known as maximum likelihood linear transform, or MLLT). +Many systems use so-called discriminative training techniques that dispense with a purely statistical approach to HMM parameter estimation and instead optimize some classification-related measure of the training data. +Examples are maximum mutual information (MMI), minimum classification error (MCE) and minimum phone error (MPE). +Decoding of the speech (the term for what happens when the system is presented with a new utterance and must compute the most likely source sentence) would probably use the Viterbi algorithm to find the best path, and here there is a choice between dynamically creating a combination hidden Markov model, which includes both the acoustic and language model information, and combining it statically beforehand (the finite state transducer, or FST, approach). +A possible improvement to decoding is to keep a set of good candidates instead of just keeping the best candidate, and to use a better scoring function (rescoring) to rate these good candidates so that we may pick the best one according to this refined score. +The set of candidates can be kept either as a list (the N-best list approach) or as a subset of the models (a lattice). +Rescoring is usually done by trying to minimize the Bayes risk (or an approximation thereof): Instead of taking the source sentence with maximal probability, we try to take the sentence that minimizes the expectancy of a given loss function with regards to all possible transcriptions (i.e., we take the sentence that minimizes the average distance to other possible sentences weighted by their estimated probability). +The loss function is usually the Levenshtein distance, though it can be different distances for specific tasks; the set of possible transcriptions is, of course, pruned to maintain tractability. +Efficient algorithms have been devised to rescore lattices represented as weighted finite state transducers with edit distances represented themselves as a finite state transducer verifying certain assumptions. +Dynamic time warping (DTW)-based speech recognition Main article: Dynamic time warping Dynamic time warping is an approach that was historically used for speech recognition but has now largely been displaced by the more successful HMM-based approach. +Dynamic time warping is an algorithm for measuring similarity between two sequences that may vary in time or speed. +For instance, similarities in walking patterns would be detected, even if in one video the person was walking slowly and if in another he or she were walking more quickly, or even if there were accelerations and decelerations during the course of one observation. +DTW has been applied to video, audio, and graphics – indeed, any data that can be turned into a linear representation can be analyzed with DTW. +A well-known application has been automatic speech recognition, to cope with different speaking speeds. +In general, it is a method that allows a computer to find an optimal match between two given sequences (e.g., time series) with certain restrictions. +That is, the sequences are "warped" non-linearly to match each other. +This sequence alignment method is often used in the context of hidden Markov models...... +Neural networks Main article: Neural networks Neural networks emerged as an attractive acoustic modeling approach in ASR in the late 1980s. +Since then, neural networks have been used in many aspects of speech recognition such as phoneme classification , isolated word recognition , and speaker adaptation. +In contrast to HMMs, neural networks make no assumptions about feature statistical properties and have several qualities making them attractive recognition models for speech recognition. +When used to estimate the probabilities of a speech feature segment, neural networks allow discriminative training in a natural and efficient manner. +Few assumptions on the statistics of input features are made with neural networks. +However, in spite of their effectiveness in classifying short-time units such as individual phones and isolated words , neural networks are rarely successful for continuous recognition tasks, largely because of their lack of ability to model temporal dependencies. +Thus, one alternative approach is to use neural networks as a pre-processing e.g. feature transformation, dimensionality reduction, for the HMM based recognition. +Further information Popular speech recognition conferences held each year or two include SpeechTEK and SpeechTEK Europe, ICASSP, Eurospeech/ICSLP (now named Interspeech) and the IEEE ASRU. +Conferences in the field of Natural language processing, such as ACL, NAACL, EMNLP, and HLT, are beginning to include papers on speech processing. +Important journals include the IEEE Transactions on Speech and Audio Processing (now named IEEE Transactions on Audio, Speech and Language Processing), Computer Speech and Language, and Speech Communication. +Books like "Fundamentals of Speech Recognition" by Lawrence Rabiner can be useful to acquire basic knowledge but may not be fully up to date (1993). +A very recent book (Dec. 2011), "Fundamentals of Speaker Recognition" by Homayoon Beigi covers the more recent developments in some detail. +Although the title concentrates on speaker recognition, but a large portion of the book applies directly to speech recognition, with a lot of valuable detailed background material. +Another good source can be "Statistical Methods for Speech Recognition" by Frederick Jelinek and "Spoken Language Processing (2001)" by Xuedong Huang etc. +More up to date is "Computer Speech", by Manfred R. Schroeder, second edition published in 2004. +The recently updated textbook of "Speech and Language Processing (2008)" by Jurafsky and Martin presents the basics and the state of the art for ASR. +A good insight into the techniques used in the best modern systems can be gained by paying attention to government sponsored evaluations such as those organised by DARPA (the largest speech recognition-related project ongoing as of 2007 is the GALE project, which involves both speech recognition and translation components). +In terms of freely available resources, Carnegie Mellon University's SPHINX toolkit is one place to start to both learn about speech recognition and to start experimenting. +Another resource (free as in free beer, not as in free speech) is the HTK book (and the accompanying HTK toolkit). +The AT&T libraries GRM library, and DCD library are also general software libraries for large-vocabulary speech recognition. +For more software resources, see List of speech recognition software. +A useful review of the area of robustness in ASR is provided by Junqua and Haton (1995). +People with disabilities People with disabilities can benefit from speech recognition programs. +For individuals that are Deaf or Hard of Hearing, speech recognition software is used to automatically generate a closed-captioning of conversations such as discussions in conference rooms, classroom lectures, and/or religious services. +Speech recognition is also very useful for people who have difficulty using their hands, ranging from mild repetitive stress injuries to involved disabilities that preclude using conventional computer input devices. +In fact, people who used the keyboard a lot and developed RSI became an urgent early market for speech recognition. +Speech recognition is used in deaf telephony, such as voicemail to text, relay services, and captioned telephone. +Individuals with learning disabilities who have problems with thought-to-paper communication (essentially they think of an idea but it is processed incorrectly causing it to end up differently on paper) can benefit from the software[citation needed]. [icon] This section requires expansion. +Current research and funding Measuring progress in speech recognition performance is difficult and controversial. +Some speech recognition tasks are much more difficult than others. +Word error rates on some tasks are less than 1%. +On others they can be as high as 50%. +Sometimes it even appears that performance is going backward, as researchers undertake harder tasks that have higher error rates. +Because progress is slow and is difficult to measure, there is some perception that performance has plateaued and that funding has dried up or shifted priorities. +Such perceptions are not new. +In 1969, John Pierce wrote an open letter that did cause much funding to dry up for several years. +In 1993 there was a strong feeling that performance had plateaued and there were workshops dedicated to the issue. +However, in the 1990s, funding continued more or less uninterrupted and performance continued, slowly but steadily, to improve. +For the past thirty years, speech recognition research has been characterized by the steady accumulation of small incremental improvements. +There has also been a trend to change focus to more difficult tasks due both to progress in speech recognition performance and to the availability of faster computers. +In particular, this shifting to more difficult tasks has characterized DARPA funding of speech recognition since the 1980s. +In the last decade, it has continued with the EARS project, which undertook recognition of Mandarin and Arabic in addition to English, and the GALE project, which focused solely on Mandarin and Arabic and required translation simultaneously with speech recognition. +Commercial research and other academic research also continue to focus on increasingly difficult problems. +One key area is to improve robustness of speech recognition performance, not just robustness against noise but robustness against any condition that causes a major degradation in performance. +Another key area of research is focused on an opportunity rather than a problem. +This research attempts to take advantage of the fact that in many applications there is a large quantity of speech data available, up to millions of hours. +It is too expensive to have humans transcribe such large quantities of speech, so the research focus is on developing new methods of machine learning that can effectively utilize large quantities of unlabeled data. +Another area of research is better understanding of human capabilities and to use this understanding to improve machine recognition performance. +Speech segmentation is the process of identifying the boundaries between words, syllables, or phonemes in spoken natural languages. +The term applies both to the mental processes used by humans, and to artificial processes of natural language processing. +Speech segmentation is an important subproblem of speech recognition, and cannot be adequately solved in isolation. +As in most natural language processing problems, one must take into account context, grammar, and semantics, and even so the result is often a probabilistic division rather than a categorical. +A comprehensive survey of speech segmentation problems and techniques can be seen in . +Some writing systems indicate speech segmentation between words by a word divider, such as the space. +The difficulty of this problem is compounded by the phenomenon of co-articulation of speech sounds, where one may be modified in various ways by the adjacent sounds: it may blend smoothly with them, fuse with them, split, or even disappear. +This phenomenon may happen between adjacent words just as easily as within a single word. +The notion that speech is produced like writing, as a sequence of distinct vowels and consonants, is a relic of our alphabetic heritage[citation needed]. +In fact, the way we produce vowels depends on the surrounding consonants and the way we produce consonants depends on the surrounding vowels. +For example, when we say 'kit', the [k] is farther forward than when we say 'caught'. But also the vowel in 'kick' is phonetically different from the vowel in 'kit', though we normally do not hear this. +In addition, there are language-specific changes which occur on casual speech which makes it quite different from spelling. +For example, in English, the phrase 'hit you' could often be more appropriately spelled 'hitcha'. Therefore, even with the best algorithms, the result of phonetic segmentation will usually be very distant from the standard written language. +For this reason, the lexical and syntactic parsing of spoken text normally requires specialized algorithms, distinct from those used for parsing written text. +Statistical models can be used to segment and align recorded speech to words or phones. +Applications include automatic lip-synch timing for cartoon animation, follow-the-bouncing-ball video sub-titling, and linguistic research. +Automatic segmentation and alignment software is commercially available. +Lexical segmentation In all natural languages, the meaning of a complex spoken sentence (which often has never been heard or uttered before) can be understood only by decomposing it into smaller lexical segments (roughly, the words of the language), associating a meaning to each segment, and then combining those meanings according to the grammar rules of the language. +The recognition of each lexical segment in turn requires its decomposition into a sequence of discrete phonetic segments and mapping each segment to one element of a finite set of elementary sounds (roughly, the phonemes of the language); the meaning then can be found by standard table lookup algorithms. +For most spoken languages, the boundaries between lexical units are surprisingly difficult to identify. +One might expect that the inter-word spaces used by many written languages, like English or Spanish, would correspond to pauses in their spoken version; but that is true only in very slow speech, when the speaker deliberately inserts those pauses. +In normal speech, one typically finds many consecutive words being said with no pauses between them, and often the final sounds of one word blend smoothly or fuse with the initial sounds of the next word. +Moreover, an utterance can have different meanings depending on how it is split into words. +A popular example, often quoted in the field , is the phrase How to wreck a nice beach, which sounds very similar to How to recognize speech. +As this example shows, proper lexical segmentation depends on context and semantics which draws on the whole of human knowledge and experience, and would thus require advanced pattern recognition and artificial intelligence technologies to be implemented on a computer. +This problem overlaps to some extent with the problem of text segmentation that occurs in some languages which are traditionally written without inter-word spaces, like Chinese and Japanese. +However, even for those languages, text segmentation is often much easier than speech segmentation, because the written language usually has little interference between adjacent words, and often contains additional clues not present in speech (such as the use of Chinese characters for word stems in Japanese). +Text segmentation is the process of dividing written text into meaningful units, such as words, sentences, or topics. +The term applies both to mental processes used by humans when reading text, and to artificial processes implemented in computers, which are the subject of natural language processing. +The problem is non-trivial, because while some written languages have explicit word boundary markers, such as the word spaces of written English and the distinctive initial, medial and final letter shapes of Arabic, such signals are sometimes ambiguous and not present in all written languages. +Compare speech segmentation, the process of dividing speech into linguistically meaningful portions. +In English and many other languages using some form of the Latin alphabet, the space is a good approximation of a word delimiter. +(Some examples where the space character alone may not be sufficient include contractions like can't for can not.) +However the equivalent to this character is not found in all written scripts, and without it word segmentation is a difficult problem. +Languages which do not have a trivial word segmentation process include Chinese, Japanese, where sentences but not words are delimited, Thai and Lao, where phrases and sentences but not words are delimited, and Vietnamese, where syllables but not words are delimited. +In some writing systems however, such as the Ge'ez script used for Amharic and Tigrinya among other languages, words are explicitly delimited (at least historically) with a non-whitespace character. +The Unicode Consortium has published a Standard Annex on Text Segmentation, exploring the issues of segmentation in multiscript texts. +Word splitting is the process of parsing concatenated text (i.e. text that contains no spaces or other word separators) to infer where word breaks exist. +Word splitting may also refer to the process of hyphenation. +Sentence segmentation Sentence segmentation is the problem of dividing a string of written language into its component sentences. +In English and some other languages, using punctuation, particularly the full stop character is a reasonable approximation. +However even in English this problem is not trivial due to the use of the full stop character for abbreviations, which may or may not also terminate a sentence. +For example Mr. is not its own sentence in "Mr. Smith went to the shops in Jones Street." +When processing plain text, tables of abbreviations that contain periods can help prevent incorrect assignment of sentence boundaries. +As with word segmentation, not all written languages contain punctuation characters which are useful for approximating sentence boundaries. +Other segmentation problems Processes may be required to segment text into segments besides words, including morphemes (a task usually called morphological analysis), paragraphs, topics or discourse turns. +A document may contain multiple topics, and the task of computerized text segmentation may be to discover these topics automatically and segment the text accordingly. +The topic boundaries may be apparent from section titles and paragraphs. +In other cases one needs to use techniques similar to those used in document classification. +Many different approaches have been tried. +Automatic segmentation approaches Automatic segmentation is the problem in natural language processing of implementing a computer process to segment text. +When punctuation and similar clues are not consistently available, the segmentation task often requires fairly non-trivial techniques, such as statistical decision-making, large dictionaries, as well as consideration of syntactic and semantic constraints. +Effective natural language processing systems and text segmentation tools usually operate on text in specific domains and sources. +As an example, processing text used in medical records is a very different problem than processing news articles or real estate advertisements. +The process of developing text segmentation tools starts with collecting a large corpus of text in an application domain. +There are two general approaches: Manual analysis of text and writing custom software Annotate the sample corpus with boundary information and use Machine Learning Some text segmentation systems take advantage of any markup like HTML and know document formats like PDF to provide additional evidence for sentence and paragraph boundaries. diff --git a/data/wiki-en-train.word b/data/wiki-en-train.word new file mode 100644 index 0000000..1088918 --- /dev/null +++ b/data/wiki-en-train.word @@ -0,0 +1,1301 @@ +Natural language processing -LRB- NLP -RRB- is a field of computer science , artificial intelligence -LRB- also called machine learning -RRB- , and linguistics concerned with the interactions between computers and human -LRB- natural -RRB- languages . +Specifically , it is the process of a computer extracting meaningful information from natural language input and\/or producing natural language output . +In theory , natural language processing is a very attractive method of human -- computer interaction . +Natural language understanding is sometimes referred to as an AI-complete problem because it seems to require extensive knowledge about the outside world and the ability to manipulate it . +Whether NLP is distinct from , or identical to , the field of computational linguistics is a matter of perspective . +The Association for Computational Linguistics defines the latter as focusing on the theoretical aspects of NLP . +On the other hand , the open-access journal `` Computational Linguistics '' , styles itself as `` the longest running publication devoted exclusively to the design and analysis of natural language processing systems '' -LRB- Computational Linguistics -LRB- Journal -RRB- -RRB- Modern NLP algorithms are grounded in machine learning , especially statistical machine learning . +Research into modern statistical NLP algorithms requires an understanding of a number of disparate fields , including linguistics , computer science , and statistics . +For a discussion of the types of algorithms currently used in NLP , see the article on pattern recognition . +An automated online assistant providing customer service on a web page , an example of an application where natural language processing is a major component . +In 1950 , Alan Turing published his famous article `` Computing Machinery and Intelligence '' which proposed what is now called the Turing test as a criterion of intelligence . +This criterion depends on the ability of a computer program to impersonate a human in a real-time written conversation with a human judge , sufficiently well that the judge is unable to distinguish reliably -- on the basis of the conversational content alone -- between the program and a real human . +The Georgetown experiment in 1954 involved fully automatic translation of more than sixty Russian sentences into English . +The authors claimed that within three or five years , machine translation would be a solved problem . +However , real progress was much slower , and after the ALPAC report in 1966 , which found that ten years long research had failed to fulfill the expectations , funding for machine translation was dramatically reduced . +Little further research in machine translation was conducted until the late 1980s , when the first statistical machine translation systems were developed . +Some notably successful NLP systems developed in the 1960s were SHRDLU , a natural language system working in restricted `` blocks worlds '' with restricted vocabularies , and ELIZA , a simulation of a Rogerian psychotherapist , written by Joseph Weizenbaum between 1964 to 1966 . +Using almost no information about human thought or emotion , ELIZA sometimes provided a startlingly human-like interaction . +When the `` patient '' exceeded the very small knowledge base , ELIZA might provide a generic response , for example , responding to `` My head hurts '' with `` Why do you say your head hurts ? '' . +During the 70 's many programmers began to write ` conceptual ontologies ' , which structured real-world information into computer-understandable data . +Examples are MARGIE -LRB- Schank , 1975 -RRB- , SAM -LRB- Cullingford , 1978 -RRB- , PAM -LRB- Wilensky , 1978 -RRB- , TaleSpin -LRB- Meehan , 1976 -RRB- , QUALM -LRB- Lehnert , 1977 -RRB- , Politics -LRB- Carbonell , 1979 -RRB- , and Plot Units -LRB- Lehnert 1981 -RRB- . +During this time , many chatterbots were written including PARRY , Racter , and Jabberwacky . +Up to the 1980s , most NLP systems were based on complex sets of hand-written rules . +Starting in the late 1980s , however , there was a revolution in NLP with the introduction of machine learning algorithms for language processing . +This was due both to the steady increase in computational power resulting from Moore 's Law and the gradual lessening of the dominance of Chomskyan theories of linguistics -LRB- e.g. transformational grammar -RRB- , whose theoretical underpinnings discouraged the sort of corpus linguistics that underlies the machine-learning approach to language processing . +Some of the earliest-used machine learning algorithms , such as decision trees , produced systems of hard if-then rules similar to existing hand-written rules . +Increasingly , however , research has focused on statistical models , which make soft , probabilistic decisions based on attaching real-valued weights to the features making up the input data . +The cache language models upon which many speech recognition systems now rely are examples of such statistical models . +Such models are generally more robust when given unfamiliar input , especially input that contains errors -LRB- as is very common for real-world data -RRB- , and produce more reliable results when integrated into a larger system comprising multiple subtasks . +Many of the notable early successes occurred in the field of machine translation , due especially to work at IBM Research , where successively more complicated statistical models were developed . +These systems were able to take advantage of existing multilingual textual corpora that had been produced by the Parliament of Canada and the European Union as a result of laws calling for the translation of all governmental proceedings into all official languages of the corresponding systems of government . +However , most other systems depended on corpora specifically developed for the tasks implemented by these systems , which was -LRB- and often continues to be -RRB- a major limitation in the success of these systems . +As a result , a great deal of research has gone into methods of more effectively learning from limited amounts of data . +Recent research has increasingly focused on unsupervised and semi-supervised learning algorithms . +Such algorithms are able to learn from data that has not been hand-annotated with the desired answers , or using a combination of annotated and non-annotated data . +Generally , this task is much more difficult than supervised learning , and typically produces less accurate results for a given amount of input data . +However , there is an enormous amount of non-annotated data available -LRB- including , among other things , the entire content of the World Wide Web -RRB- , which can often make up for the inferior results . +NLP using machine learning As described above , modern approaches to natural language processing -LRB- NLP -RRB- are grounded in machine learning . +The paradigm of machine learning is different from that of most prior attempts at language processing . +Prior implementations of language-processing tasks typically involved the direct hand coding of large sets of rules . +The machine-learning paradigm calls instead for using general learning algorithms -- often , although not always , grounded in statistical inference -- to automatically learn such rules through the analysis of large corpora of typical real-world examples . +A corpus -LRB- plural , `` corpora '' -RRB- is a set of documents -LRB- or sometimes , individual sentences -RRB- that have been hand-annotated with the correct values to be learned . +Consider the task of part of speech tagging , i.e. determining the correct part of speech of each word in a given sentence , typically one that has never been seen before . +A typical machine-learning-based implementation of a part of speech tagger proceeds in two steps , a training step and an evaluation step . +The first step -- the training step -- makes use of a corpus of training data , which consists of a large number of sentences , each of which has the correct part of speech attached to each word . +-LRB- An example of such a corpus in common use is the Penn Treebank . +This includes -LRB- among other things -RRB- a set of 500 texts from the Brown Corpus , containing examples of various genres of text , and 2500 articles from the Wall Street Journal . -RRB- +This corpus is analyzed and a learning model is generated from it , consisting of automatically created rules for determining the part of speech for a word in a sentence , typically based on the nature of the word in question , the nature of surrounding words , and the most likely part of speech for those surrounding words . +The model that is generated is typically the best model that can be found that simultaneously meets two conflicting objectives : To perform as well as possible on the training data , and to be as simple as possible -LRB- so that the model avoids overfitting the training data , i.e. so that it generalizes as well as possible to new data rather than only succeeding on sentences that have already been seen -RRB- . +In the second step -LRB- the evaluation step -RRB- , the model that has been learned is used to process new sentences . +An important part of the development of any learning algorithm is testing the model that has been learned on new , previously unseen data . +It is critical that the data used for testing is not the same as the data used for training ; otherwise , the testing accuracy will be unrealistically high . +Many different classes of machine learning algorithms have been applied to NLP tasks . +In common to all of these algorithms is that they take as input a large set of `` features '' that are generated from the input data . +As an example , for a part-of-speech tagger , typical features might be the identity of the word being processed , the identity of the words immediately to the left and right , the part-of-speech tag of the word to the left , and whether the word being considered or its immediate neighbors are content words or function words . +The algorithms differ , however , in the nature of the rules generated . +Some of the earliest-used algorithms , such as decision trees , produced systems of hard if-then rules similar to the systems of hand-written rules that were then common . +Increasingly , however , research has focused on statistical models , which make soft , probabilistic decisions based on attaching real-valued weights to each input feature . +Such models have the advantage that they can express the relative certainty of many different possible answers rather than only one , producing more reliable results when such a model is included as a component of a larger system . +In addition , models that make soft decisions are generally more robust when given unfamiliar input , especially input that contains errors -LRB- as is very common for real-world data -RRB- . +Systems based on machine-learning algorithms have many advantages over hand-produced rules : The learning procedures used during machine learning automatically focus on the most common cases , whereas when writing rules by hand it is often not obvious at all where the effort should be directed . +Automatic learning procedures can make use of statistical inference algorithms to produce models that are robust to unfamiliar input -LRB- e.g. containing words or structures that have not been seen before -RRB- and to erroneous input -LRB- e.g. with misspelled words or words accidentally omitted -RRB- . +Generally , handling such input gracefully with hand-written rules -- or more generally , creating systems of hand-written rules that make soft decisions -- is extremely difficult , error-prone and time-consuming . +Systems based on automatically learning the rules can be made more accurate simply by supplying more input data . +However , systems based on hand-written rules can only be made more accurate by increasing the complexity of the rules , which is a much more difficult task . +In particular , there is a limit to the complexity of systems based on hand-crafted rules , beyond which the systems become more and more unmanageable . +However , creating more data to input to machine-learning systems simply requires a corresponding increase in the number of man-hours worked , generally without significant increases in the complexity of the annotation process . +Major tasks in NLP The following is a list of some of the most commonly researched tasks in NLP . +Note that some of these tasks have direct real-world applications , while others more commonly serve as subtasks that are used to aid in solving larger tasks . +What distinguishes these tasks from other potential and actual NLP tasks is not only the volume of research devoted to them but the fact that for each one there is typically a well-defined problem setting , a standard metric for evaluating the task , standard corpora on which the task can be evaluated , and competitions devoted to the specific task . +Automatic summarization : Produce a readable summary of a chunk of text . +Often used to provide summaries of text of a known type , such as articles in the financial section of a newspaper . +Coreference resolution : Given a sentence or larger chunk of text , determine which words -LRB- `` mentions '' -RRB- refer to the same objects -LRB- `` entities '' -RRB- . +Anaphora resolution is a specific example of this task , and is specifically concerned with matching up pronouns with the nouns or names that they refer to . +For example , in a sentence such as `` He entered John 's house through the front door '' , `` the front door '' is a referring expression and the bridging relationship to be identified is the fact that the door being referred to is the front door of John 's house -LRB- rather than of some other structure that might also be referred to -RRB- . +Discourse analysis : This rubric includes a number of related tasks . +One task is identifying the discourse structure of connected text , i.e. the nature of the discourse relationships between sentences -LRB- e.g. elaboration , explanation , contrast -RRB- . +Another possible task is recognizing and classifying the speech acts in a chunk of text -LRB- e.g. yes-no question , content question , statement , assertion , etc. -RRB- . +Machine translation : Automatically translate text from one human language to another . +This is one of the most difficult problems , and is a member of a class of problems colloquially termed `` AI-complete '' , i.e. requiring all of the different types of knowledge that humans possess -LRB- grammar , semantics , facts about the real world , etc. -RRB- in order to solve properly . +Morphological segmentation : Separate words into individual morphemes and identify the class of the morphemes . +The difficulty of this task depends greatly on the complexity of the morphology -LRB- i.e. the structure of words -RRB- of the language being considered . +English has fairly simple morphology , especially inflectional morphology , and thus it is often possible to ignore this task entirely and simply model all possible forms of a word -LRB- e.g. `` open , opens , opened , opening '' -RRB- as separate words . +In languages such as Turkish , however , such an approach is not possible , as each dictionary entry has thousands of possible word forms . +Named entity recognition -LRB- NER -RRB- : Given a stream of text , determine which items in the text map to proper names , such as people or places , and what the type of each such name is -LRB- e.g. person , location , organization -RRB- . +Note that , although capitalization can aid in recognizing named entities in languages such as English , this information can not aid in determining the type of named entity , and in any case is often inaccurate or insufficient . +For example , the first word of a sentence is also capitalized , and named entities often span several words , only some of which are capitalized . +Furthermore , many other languages in non-Western scripts -LRB- e.g. Chinese or Arabic -RRB- do not have any capitalization at all , and even languages with capitalization may not consistently use it to distinguish names . +For example , German capitalizes all nouns , regardless of whether they refer to names , and French and Spanish do not capitalize names that serve as adjectives . +Natural language generation : Convert information from computer databases into readable human language . +Natural language understanding : Convert chunks of text into more formal representations such as first-order logic structures that are easier for computer programs to manipulate . +Natural language understanding involves the identification of the intended semantic from the multiple possible semantics which can be derived from a natural language expression which usually takes the form of organized notations of natural languages concepts . +Introduction and creation of language metamodel and ontology are efficient however empirical solutions . +An explicit formalization of natural languages semantics without confusions with implicit assumptions such as closed world assumption -LRB- CWA -RRB- vs. open world assumption , or subjective Yes\/No vs. objective True\/False is expected for the construction of a basis of semantics formalization . +Optical character recognition -LRB- OCR -RRB- : Given an image representing printed text , determine the corresponding text . +Part-of-speech tagging : Given a sentence , determine the part of speech for each word . +Many words , especially common ones , can serve as multiple parts of speech . +For example , `` book '' can be a noun -LRB- `` the book on the table '' -RRB- or verb -LRB- `` to book a flight '' -RRB- ; `` set '' can be a noun , verb or adjective ; and `` out '' can be any of at least five different parts of speech . +Note that some languages have more such ambiguity than others . +Languages with little inflectional morphology , such as English are particularly prone to such ambiguity . +Chinese is prone to such ambiguity because it is a tonal language during verbalization . +Such inflection is not readily conveyed via the entities employed within the orthography to convey intended meaning . +Parsing : Determine the parse tree -LRB- grammatical analysis -RRB- of a given sentence . +The grammar for natural languages is ambiguous and typical sentences have multiple possible analyses . +In fact , perhaps surprisingly , for a typical sentence there may be thousands of potential parses -LRB- most of which will seem completely nonsensical to a human -RRB- . +Question answering : Given a human-language question , determine its answer . +Typical questions have a specific right answer -LRB- such as `` What is the capital of Canada ? '' -RRB- +, but sometimes open-ended questions are also considered -LRB- such as `` What is the meaning of life ? '' -RRB- . +Relationship extraction : Given a chunk of text , identify the relationships among named entities -LRB- e.g. who is the wife of whom -RRB- . +Sentence breaking -LRB- also known as sentence boundary disambiguation -RRB- : Given a chunk of text , find the sentence boundaries . +Sentence boundaries are often marked by periods or other punctuation marks , but these same characters can serve other purposes -LRB- e.g. marking abbreviations -RRB- . +Sentiment analysis : Extract subjective information usually from a set of documents , often using online reviews to determine `` polarity '' about specific objects . +It is especially useful for identifying trends of public opinion in the social media , for the purpose of marketing . +Speech recognition : Given a sound clip of a person or people speaking , determine the textual representation of the speech . +This is the opposite of text to speech and is one of the extremely difficult problems colloquially termed `` AI-complete '' -LRB- see above -RRB- . +In natural speech there are hardly any pauses between successive words , and thus speech segmentation is a necessary subtask of speech recognition -LRB- see below -RRB- . +Note also that in most spoken languages , the sounds representing successive letters blend into each other in a process termed coarticulation , so the conversion of the analog signal to discrete characters can be a very difficult process . +Speech segmentation : Given a sound clip of a person or people speaking , separate it into words . +A subtask of speech recognition and typically grouped with it . +Topic segmentation and recognition : Given a chunk of text , separate it into segments each of which is devoted to a topic , and identify the topic of the segment . +Word segmentation : Separate a chunk of continuous text into separate words . +For a language like English , this is fairly trivial , since words are usually separated by spaces . +However , some written languages like Chinese , Japanese and Thai do not mark word boundaries in such a fashion , and in those languages text segmentation is a significant task requiring knowledge of the vocabulary and morphology of words in the language . +Word sense disambiguation : Many words have more than one meaning ; we have to select the meaning which makes the most sense in context . +For this problem , we are typically given a list of words and associated word senses , e.g. from a dictionary or from an online resource such as WordNet . +In some cases , sets of related tasks are grouped into subfields of NLP that are often considered separately from NLP as a whole . +Examples include : Information retrieval -LRB- IR -RRB- : This is concerned with storing , searching and retrieving information . +It is a separate field within computer science -LRB- closer to databases -RRB- , but IR relies on some NLP methods -LRB- for example , stemming -RRB- . +Some current research and applications seek to bridge the gap between IR and NLP . +Information extraction -LRB- IE -RRB- : This is concerned in general with the extraction of semantic information from text . +This covers tasks such as named entity recognition , coreference resolution , relationship extraction , etc. . +Speech processing : This covers speech recognition , text-to-speech and related tasks . +Other tasks include : Stemming Text simplification Text-to-speech Text-proofing Natural language search Query expansion Automated essay scoring Truecasing Statistical NLP Main article : statistical natural language processing Statistical natural-language processing uses stochastic , probabilistic and statistical methods to resolve some of the difficulties discussed above , especially those which arise because longer sentences are highly ambiguous when processed with realistic grammars , yielding thousands or millions of possible analyses . +Methods for disambiguation often involve the use of corpora and Markov models . +Statistical NLP comprises all quantitative approaches to automated language processing , including probabilistic modeling , information theory , and linear algebra . +The technology for statistical NLP comes mainly from machine learning and data mining , both of which are fields of artificial intelligence that involve learning from data . +Evaluation of natural language processing Objectives The goal of NLP evaluation is to measure one or more qualities of an algorithm or a system , in order to determine whether -LRB- or to what extent -RRB- the system answers the goals of its designers , or meets the needs of its users . +Research in NLP evaluation has received considerable attention , because the definition of proper evaluation criteria is one way to specify precisely an NLP problem , going thus beyond the vagueness of tasks defined only as language understanding or language generation . +A precise set of evaluation criteria , which includes mainly evaluation data and evaluation metrics , enables several teams to compare their solutions to a given NLP problem . +Short history of evaluation in NLP The first evaluation campaign on written texts seems to be a campaign dedicated to message understanding in 1987 -LRB- Pallet 1998 -RRB- . +Then , the Parseval\/GEIG project compared phrase-structure grammars -LRB- Black 1991 -RRB- . +A series of campaigns within Tipster project were realized on tasks like summarization , translation and searching -LRB- Hirschman 1998 -RRB- . +In 1994 , in Germany , the Morpholympics compared German taggers . +Then , the Senseval and Romanseval campaigns were conducted with the objectives of semantic disambiguation . +In 1996 , the Sparkle campaign compared syntactic parsers in four different languages -LRB- English , French , German and Italian -RRB- . +In France , the Grace project compared a set of 21 taggers for French in 1997 -LRB- Adda 1999 -RRB- . +In 2004 , during the Technolangue\/Easy project , 13 parsers for French were compared . +Large-scale evaluation of dependency parsers were performed in the context of the CoNLL shared tasks in 2006 and 2007 . +In Italy , the EVALITA campaign was conducted in 2007 and 2009 to compare various NLP and speech tools for Italian ; the 2011 campaign is in full progress - EVALITA web site . +In France , within the ANR-Passage project -LRB- end of 2007 -RRB- , 10 parsers for French were compared - passage web site . +Adda G. , Mariani J. , Paroubek P. , Rajman M. 1999 L'action GRACE d'évaluation de l'assignation des parties du discors pour le français . +Langues vol-2 Black E. , Abney S. , Flickinger D. , Gdaniec C. , Grishman R. , Harrison P. , Hindle D. , Ingria R. , Jelinek F. , Klavans J. , Liberman M. , Marcus M. , Reukos S. , Santoni B. , Strzalkowski T. 1991 A procedure for quantitatively comparing the syntactic coverage of English grammars . +DARPA Speech and Natural Language Workshop Hirschman L. 1998 Language understanding evaluation : lessons learned from MUC and ATIS . +LREC Granada Pallet D.S. 1998 The NIST role in automatic speech recognition benchmark tests . +LREC Granada Different types of evaluation Depending on the evaluation procedures , a number of distinctions are traditionally made in NLP evaluation . +Intrinsic vs. extrinsic evaluation Intrinsic evaluation considers an isolated NLP system and characterizes its performance mainly with respect to a gold standard result , pre-defined by the evaluators . +Extrinsic evaluation , also called evaluation in use considers the NLP system in a more complex setting , either as an embedded system or serving a precise function for a human user . +The extrinsic performance of the system is then characterized in terms of its utility with respect to the overall task of the complex system or the human user . +For example , consider a syntactic parser that is based on the output of some new part of speech -LRB- POS -RRB- tagger . +An intrinsic evaluation would run the POS tagger on some labeled data , and compare the system output of the POS tagger to the gold standard -LRB- correct -RRB- output . +An extrinsic evaluation would run the parser with some other POS tagger , and then with the new POS tagger , and compare the parsing accuracy . +Black-box vs. glass-box evaluation Black-box evaluation requires one to run an NLP system on a given data set and to measure a number of parameters related to the quality of the process -LRB- speed , reliability , resource consumption -RRB- and , most importantly , to the quality of the result -LRB- e.g. the accuracy of data annotation or the fidelity of a translation -RRB- . +Glass-box evaluation looks at the design of the system , the algorithms that are implemented , the linguistic resources it uses -LRB- e.g. vocabulary size -RRB- , etc. . +Given the complexity of NLP problems , it is often difficult to predict performance only on the basis of glass-box evaluation , but this type of evaluation is more informative with respect to error analysis or future developments of a system . +Automatic vs. manual evaluation In many cases , automatic procedures can be defined to evaluate an NLP system by comparing its output with the gold standard -LRB- or desired -RRB- one . +Although the cost of producing the gold standard can be quite high , automatic evaluation can be repeated as often as needed without much additional costs -LRB- on the same input data -RRB- . +However , for many NLP problems , the definition of a gold standard is a complex task , and can prove impossible when inter-annotator agreement is insufficient . +Manual evaluation is performed by human judges , which are instructed to estimate the quality of a system , or most often of a sample of its output , based on a number of criteria . +Although , thanks to their linguistic competence , human judges can be considered as the reference for a number of language processing tasks , there is also considerable variation across their ratings . +This is why automatic evaluation is sometimes referred to as objective evaluation , while the human kind appears to be more subjective . +Shared tasks -LRB- Campaigns -RRB- BioCreative Message Understanding Conference Technolangue\/Easy Text Retrieval Conference Evaluation exercises on Semantic Evaluation -LRB- SemEval -RRB- MorphoChallenge Semi-supervised and Unsupervised Morpheme Analysis Standardization in NLP An ISO sub-committee is working in order to ease interoperability between lexical resources and NLP programs . +The sub-committee is part of ISO\/TC37 and is called ISO\/TC37\/SC4 . +Some ISO standards are already published but most of them are under construction , mainly on lexicon representation -LRB- see LMF -RRB- , annotation and data category registry . +Automatic summarization is the creation of a shortened version of a text by a computer program . +The product of this procedure still contains the most important points of the original text . +Discourse analysis -LRB- DA -RRB- , or discourse studies , is a general term for a number of approaches to analyzing written , spoken , signed language use or any significant semiotic event . +Machine translation , sometimes referred to by the abbreviation MT -LRB- not to be confused with computer-aided translation , machine-aided human translation MAHT and interactive translation -RRB- is a sub-field of computational linguistics that investigates the use of software to translate text or speech from one natural language to another . +On a basic level , MT performs simple substitution of words in one natural language for words in another , but that alone usually can not produce a good translation of a text , because recognition of whole phrases and their closest counterparts in the target language is needed . +Solving this problem with corpus and statistical techniques is a rapidly growing field that is leading to better translations , handling differences in linguistic typology , translation of idioms , and the isolation of anomalies . +-LRB- citation needed -RRB- Current machine translation software often allows for customisation by domain or profession -LRB- such as weather reports -RRB- , improving output by limiting the scope of allowable substitutions . +This technique is particularly effective in domains where formal or formulaic language is used . +It follows that machine translation of government and legal documents more readily produces usable output than conversation or less standardised text . +Improved output quality can also be achieved by human intervention : for example , some systems are able to translate more accurately if the user has unambiguously identified which words in the text are names . +With the assistance of these techniques , MT has proven useful as a tool to assist human translators and , in a very limited number of cases , can even produce output that can be used as is -LRB- e.g. , weather reports -RRB- . +The progress and potential of machine translation has been debated much through its history . +Since the 1950s , a number of scholars have questioned the possibility of achieving fully automatic machine translation of high quality . +Some critics claim that there are in-principle obstacles to automatizing the translation process . +In 1629 , René Descartes proposed a universal language , with equivalent ideas in different tongues sharing one symbol . +In the 1950s , The Georgetown experiment -LRB- 1954 -RRB- involved fully automatic translation of over sixty Russian sentences into English . +The experiment was a great success and ushered in an era of substantial funding for machine-translation research . +The authors claimed that within three to five years , machine translation would be a solved problem . +Real progress was much slower , however , and after the ALPAC report -LRB- 1966 -RRB- , which found that the ten-year-long research had failed to fulfill expectations , funding was greatly reduced . +Beginning in the late 1980s , as computational power increased and became less expensive , more interest was shown in statistical models for machine translation . +The idea of using digital computers for translation of natural languages was proposed as early as 1946 by A. D. Booth and possibly others . +Warren Weaver wrote an important memorandum `` Translation '' in 1949 . +The Georgetown experiment was by no means the first such application , and a demonstration was made in 1954 on the APEXC machine at Birkbeck College -LRB- University of London -RRB- of a rudimentary translation of English into French . +Several papers on the topic were published at the time , and even articles in popular journals -LRB- see for example Wireless World , Sept. 1955 , Cleave and Zacharov -RRB- . +A similar application , also pioneered at Birkbeck College at the time , was reading and composing Braille texts by computer . +Translation process Main article : Translation process The human translation process may be described as : Decoding the meaning of the source text ; and Re-encoding this meaning in the target language . +Behind this ostensibly simple procedure lies a complex cognitive operation . +To decode the meaning of the source text in its entirety , the translator must interpret and analyze all the features of the text , a process that requires in-depth knowledge of the grammar , semantics , syntax , idioms , etc. , of the source language , as well as the culture of its speakers . +The translator needs the same in-depth knowledge to re-encode the meaning in the target language . +Therein lies the challenge in machine translation : how to program a computer that will `` understand '' a text as a person does , and that will `` create '' a new text in the target language that `` sounds '' as if it has been written by a person . +This problem may be approached in a number of ways . +Approaches Bernard Vauquois ' pyramid showing comparative depths of intermediary representation , interlingual machine translation at the peak , followed by transfer-based , then direct translation . +Machine translation can use a method based on linguistic rules , which means that words will be translated in a linguistic way -- the most suitable -LRB- orally speaking -RRB- words of the target language will replace the ones in the source language . +It is often argued that the success of machine translation requires the problem of natural language understanding to be solved first . +Generally , rule-based methods parse a text , usually creating an intermediary , symbolic representation , from which the text in the target language is generated . +According to the nature of the intermediary representation , an approach is described as interlingual machine translation or transfer-based machine translation . +These methods require extensive lexicons with morphological , syntactic , and semantic information , and large sets of rules . +Given enough data , machine translation programs often work well enough for a native speaker of one language to get the approximate meaning of what is written by the other native speaker . +The difficulty is getting enough data of the right kind to support the particular method . +For example , the large multilingual corpus of data needed for statistical methods to work is not necessary for the grammar-based methods . +But then , the grammar methods need a skilled linguist to carefully design the grammar that they use . +To translate between closely related languages , a technique referred to as shallow-transfer machine translation may be used . +Rule-based The rule-based machine translation paradigm includes transfer-based machine translation , interlingual machine translation and dictionary-based machine translation paradigms . +Main article : Rule-based machine translation Transfer-based machine translation Main article : Transfer-based machine translation Interlingual Main article : Interlingual machine translation Interlingual machine translation is one instance of rule-based machine-translation approaches . +In this approach , the source language , i.e. the text to be translated , is transformed into an interlingual , i.e. source - \/ target-language-independent representation . +The target language is then generated out of the interlingua . +Dictionary-based Main article : Dictionary-based machine translation Machine translation can use a method based on dictionary entries , which means that the words will be translated as they are by a dictionary . +Statistical Main article : Statistical machine translation Statistical machine translation tries to generate translations using statistical methods based on bilingual text corpora , such as the Canadian Hansard corpus , the English-French record of the Canadian parliament and EUROPARL , the record of the European Parliament . +Where such corpora are available , impressive results can be achieved translating texts of a similar kind , but such corpora are still very rare . +The first statistical machine translation software was CANDIDE from IBM . +Google used SYSTRAN for several years , but switched to a statistical translation method in October 2007 . +Recently , they improved their translation capabilities by inputting approximately 200 billion words from United Nations materials to train their system . +Accuracy of the translation has improved . +Example-based Main article : Example-based machine translation Example-based machine translation -LRB- EBMT -RRB- approach was proposed by Makoto Nagao in 1984 . +It is often characterised by its use of a bilingual corpus as its main knowledge base , at run-time . +It is essentially a translation by analogy and can be viewed as an implementation of case-based reasoning approach of machine learning . +Hybrid MT Hybrid machine translation -LRB- HMT -RRB- leverages the strengths of statistical and rule-based translation methodologies . +Several MT companies -LRB- Asia Online , LinguaSys , Systran , PangeaMT , UPV -RRB- are claiming to have a hybrid approach using both rules and statistics . +The approaches differ in a number of ways : Rules post-processed by statistics : Translations are performed using a rules based engine . +Statistics are then used in an attempt to adjust\/correct the output from the rules engine . +Statistics guided by rules : Rules are used to pre-process data in an attempt to better guide the statistical engine . +Rules are also used to post-process the statistical output to perform functions such as normalization . +This approach has a lot more power , flexibility and control when translating . +Major issues Disambiguation Main article : Word sense disambiguation Word-sense disambiguation concerns finding a suitable translation when a word can have more than one meaning . +The problem was first raised in the 1950s by Yehoshua Bar-Hillel . +He pointed out that without a `` universal encyclopedia '' , a machine would never be able to distinguish between the two meanings of a word . +Today there are numerous approaches designed to overcome this problem . +They can be approximately divided into `` shallow '' approaches and `` deep '' approaches . +Shallow approaches assume no knowledge of the text . +They simply apply statistical methods to the words surrounding the ambiguous word . +Deep approaches presume a comprehensive knowledge of the word . +So far , shallow approaches have been more successful . +-LRB- citation needed -RRB- The late Claude Piron , a long-time translator for the United Nations and the World Health Organization , wrote that machine translation , at its best , automates the easier part of a translator 's job ; the harder and more time-consuming part usually involves doing extensive research to resolve ambiguities in the source text , which the grammatical and lexical exigencies of the target language require to be resolved : Why does a translator need a whole workday to translate five pages , and not an hour or two ? +... About 90 % of an average text corresponds to these simple conditions . +But unfortunately , there 's the other 10 % . +It 's that part that requires six -LRB- more -RRB- hours of work . +There are ambiguities one has to resolve . +For instance , the author of the source text , an Australian physician , cited the example of an epidemic which was declared during World War II in a `` Japanese prisoner of war camp '' . +Was he talking about an American camp with Japanese prisoners or a Japanese camp with American prisoners ? +The English has two senses . +It 's necessary therefore to do research , maybe to the extent of a phone call to Australia . +The ideal deep approach would require the translation software to do all the research necessary for this kind of disambiguation on its own ; but this would require a higher degree of AI than has yet been attained . +A shallow approach which simply guessed at the sense of the ambiguous English phrase that Piron mentions -LRB- based , perhaps , on which kind of prisoner-of-war camp is more often mentioned in a given corpus -RRB- would have a reasonable chance of guessing wrong fairly often . +A shallow approach that involves `` ask the user about each ambiguity '' would , by Piron 's estimate , only automate about 25 % of a professional translator 's job , leaving the harder 75 % still to be done by a human . +The objects of discourse analysis -- discourse , writing , conversation , communicative event , etc. -- are variously defined in terms of coherent sequences of sentences , propositions , speech acts or turns-at-talk . +Contrary to much of traditional linguistics , discourse analysts not only study language use ` beyond the sentence boundary ' , but also prefer to analyze ` naturally occurring ' language use , and not invented examples . +Text linguistics is related . +The essential difference between discourse analysis and text linguistics is that it aims at revealing socio-psychological characteristics of a person\/persons rather than text structure . +Discourse analysis has been taken up in a variety of social science disciplines , including linguistics , sociology , anthropology , social work , cognitive psychology , social psychology , international relations , human geography , communication studies and translation studies , each of which is subject to its own assumptions , dimensions of analysis , and methodologies . +The examples and perspective in this article deal primarily with the United States and do not represent a worldwide view of the subject . +Please improve this article and discuss the issue on the talk page . +-LRB- December 2010 -RRB- Some scholars -LRB- which ? -RRB- +consider the Austrian emigre Leo Spitzer 's Stilstudien -LRB- Style Studies -RRB- of 1928 the earliest example of discourse analysis -LRB- DA -RRB- ; Michel Foucault himself translated it into French . +But the term first came into general use following the publication of a series of papers by Zellig Harris beginning in 1952 and reporting on work from which he developed transformational grammar in the late 1930s . +Formal equivalence relations among the sentences of a coherent discourse are made explicit by using sentence transformations to put the text in a canonical form . +Words and sentences with equivalent information then appear in the same column of an array . +This work progressed over the next four decades -LRB- see references -RRB- into a science of sublanguage analysis -LRB- Kittredge & Lehrberger 1982 -RRB- , culminating in a demonstration of the informational structures in texts of a sublanguage of science , that of immunology , -LRB- Harris et al. 1989 -RRB- and a fully articulated theory of linguistic informational content -LRB- Harris 1991 -RRB- . +During this time , however , most linguists decided a succession of elaborate theories of sentence-level syntax and semantics . +Although Harris had mentioned the analysis of whole discourses , he had not worked out a comprehensive model , as of January , 1952 . +A linguist working for the American Bible Society , James A. Lauriault\/Loriot , needed to find answers to some fundamental errors in translating Quechua , in the Cuzco area of Peru . +He took Harris 's idea , recorded all of the legends and , after going over the meaning and placement of each word with a native speaker of Quechua , was able to form logical , mathematical rules that transcended the simple sentence structure . +He then applied the process to another language of Eastern Peru , Shipibo . +He taught the theory in Norman , Oklahoma , in the summers of 1956 and 1957 and entered the University of Pennsylvania in the interim year . +He tried to publish a paper Shipibo Paragraph Structure , but it was delayed until 1970 -LRB- Loriot & Hollenbach 1970 -RRB- . +In the meantime , Dr. Kenneth Lee Pike , a professor at University of Michigan , Ann Arbor , taught the theory , and one of his students , Robert E. Longacre , was able to disseminate it in a dissertation . +Harris 's methodology was developed into a system for the computer-aided analysis of natural language by a team led by Naomi Sager at NYU , which has been applied to a number of sublanguage domains , most notably to medical informatics . +The software for the Medical Language Processor is publicly available on SourceForge . +In the late 1960s and 1970s , and without reference to this prior work , a variety of other approaches to a new cross-discipline of DA began to develop in most of the humanities and social sciences concurrently with , and related to , other disciplines , such as semiotics , psycholinguistics , sociolinguistics , and pragmatics . +Many of these approaches , especially those influenced by the social sciences , favor a more dynamic study of oral talk-in-interaction . +Mention must also be made of the term `` Conversational analysis '' , which was influenced by the Sociologist Harold Garfinkel who is the founder of Ethnomethodology . +In Europe , Michel Foucault became one of the key theorists of the subject , especially of discourse , and wrote The Archaeology of Knowledge on the subject . +Topics of interest Topics of discourse analysis include : The various levels or dimensions of discourse , such as sounds -LRB- intonation , etc. -RRB- , gestures , syntax , the lexicon , style , rhetoric , meanings , speech acts , moves , strategies , turns and other aspects of interaction Genres of discourse -LRB- various types of discourse in politics , the media , education , science , business , etc. -RRB- The relations between discourse and the emergence of syntactic structure The relations between text -LRB- discourse -RRB- and context The relations between discourse and power The relations between discourse and interaction The relations between discourse and cognition and memory Political discourse Political discourse analysis is a field of discourse analysis which focuses on discourse in political forums -LRB- such as debates , speeches , and hearings -RRB- as the phenomenon of interest . +Political discourse is the informal exchange of reasoned views as to which of several alternative courses of action should be taken to solve a societal problem . +It is a science that has been used through the history of the United States . +It is the essence of democracy . +Full of problems and persuasion , political discourse is used in many debates , candidacies and in our everyday life . +Perspectives The following are some of the specific theoretical perspectives and analytical approaches used in linguistic discourse analysis : Emergent grammar Text grammar -LRB- or ` discourse grammar ' -RRB- Cohesion and relevance theory Functional grammar Rhetoric Stylistics -LRB- linguistics -RRB- Interactional sociolinguistics Ethnography of communication Pragmatics , particularly speech act theory Conversation analysis Variation analysis Applied linguistics Cognitive psychology , often under the label discourse processing , studying the production and comprehension of discourse . +Discursive psychology Response based therapy -LRB- counselling -RRB- Critical discourse analysis Sublanguage analysis Genre Analysis & Critical Genre Analysis Although these approaches emphasize different aspects of language use , they all view language as social interaction , and are concerned with the social contexts in which discourse is embedded . +Often a distinction is made between ` local ' structures of discourse -LRB- such as relations among sentences , propositions , and turns -RRB- and ` global ' structures , such as overall topics and the schematic organization of discourses and conversations . +For instance , many types of discourse begin with some kind of global ` summary ' , in titles , headlines , leads , abstracts , and so on . +A problem for the discourse analyst is to decide when a particular feature is relevant to the specification is required . +Are there general principles which will determine the relevance or nature of the specification . +Prominent discourse analysts This article contains embedded lists that may be poorly defined , unverified or indiscriminate . +Please help to clean it up to meet Wikipedia 's quality standards . +-LRB- May 2012 -RRB- Marc Angenot , Robert de Beaugrande , Jan Blommaert , Adriana Bolivar , Carmen Rosa Caldas-Coulthard , Robyn Carston , Wallace Chafe , Paul Chilton , Guy Cook , Malcolm Coulthard , James Deese , Paul Drew , John Du Bois , Alessandro Duranti , Brenton D. Faber , Norman Fairclough , Michel Foucault , Roger Fowler , James Paul Gee , Talmy Givón , Charles Goodwin , Art Graesser , Michael Halliday , Zellig Harris , John Heritage , Janet Holmes , David R. Howarth , Paul Hopper , Gail Jefferson , Barbara Johnstone , Walter Kintsch , Richard Kittredge , Adam Jaworski , William Labov , George Lakoff , Jay Lemke , Stephen H. Levinsohn , James A. Lauriault\/Loriot , Robert E. Longacre , Jim Martin , Aletta Norval , David Nunan , Elinor Ochs , Gina Poncini , Jonathan Potter , Edward Robinson , Nikolas Rose , Harvey Sacks , Svenka Savic Naomi Sager , Emanuel Schegloff , Deborah Schiffrin , Michael Schober , Stef Slembrouck , Michael Stubbs , John Swales , Deborah Tannen , Sandra Thompson , Teun A. van Dijk , Theo van Leeuwen , Jef Verschueren , Henry Widdowson , Carla Willig , Deirdre Wilson , Ruth Wodak , Margaret Wetherell , Ernesto Laclau , Chantal Mouffe , Judith M. De Guzman , Cynthia Hardy , Louise J. Phillips . +-LRB- citation needed -RRB- Bhatia , V.J. , John Swales , Zellig Harris The phenomenon of information overload has meant that access to coherent and correctly-developed summaries is vital . +As access to data has increased so has interest in automatic summarization . +An example of the use of summarization technology is search engines such as Google . +Technologies that can make a coherent summary , of any kind of text , need to take into account several variables such as length , writing style and syntax to make a useful summary . +Extractive methods work by selecting a subset of existing words , phrases , or sentences in the original text to form the summary . +In contrast , abstractive methods build an internal semantic representation and then use natural language generation techniques to create a summary that is closer to what a human might generate . +Such a summary might contain words not explicitly present in the original . +The state-of-the-art abstractive methods are still quite weak , so most research has focused on extractive methods , and this is what we will cover . +Two particular types of summarization often addressed in the literature are keyphrase extraction , where the goal is to select individual words or phrases to `` tag '' a document , and document summarization , where the goal is to select whole sentences to create a short paragraph summary . +Extraction and abstraction Broadly , one distinguishes two approaches : extraction and abstraction . +Extraction techniques merely copy the information deemed most important by the system to the summary -LRB- for example , key clauses , sentences or paragraphs -RRB- , while abstraction involves paraphrasing sections of the source document . +In general , abstraction can condense a text more strongly than extraction , but the programs that can do this are harder to develop as they require the use of natural language generation technology , which itself is a growing field . +Types of summaries There are different types of summaries depending what the summarization program focuses on to make the summary of the text , for example generic summaries or query relevant summaries -LRB- sometimes called query-biased summaries -RRB- . +Summarization systems are able to create both query relevant text summaries and generic machine-generated summaries depending on what the user needs . +Summarization of multimedia documents , e.g. pictures or movies , is also possible . +Some systems will generate a summary based on a single source document , while others can use multiple source documents -LRB- for example , a cluster of news stories on the same topic -RRB- . +These systems are known as multi-document summarization systems . +Keyphrase extraction Task description and example The task is the following . +You are given a piece of text , such as a journal article , and you must produce a list of keywords or keyphrases that capture the primary topics discussed in the text . +In the case of research articles , many authors provide manually assigned keywords , but most text lacks pre-existing keyphrases . +For example , news articles rarely have keyphrases attached , but it would be useful to be able to automatically do so for a number of applications discussed below . +Consider the example text from a recent news article : `` The Army Corps of Engineers , rushing to meet President Bush 's promise to protect New Orleans by the start of the 2006 hurricane season , installed defective flood-control pumps last year despite warnings from its own expert that the equipment would fail during a storm , according to documents obtained by The Associated Press '' . +An extractive keyphrase extractor might select `` Army Corps of Engineers '' , `` President Bush '' , `` New Orleans '' , and `` defective flood-control pumps '' as keyphrases . +These are pulled directly from the text . +In contrast , an abstractive keyphrase system would somehow internalize the content and generate keyphrases that might be more descriptive and more like what a human would produce , such as `` political negligence '' or `` inadequate protection from floods '' . +Note that these terms do not appear in the text and require a deep understanding , which makes it difficult for a computer to produce such keyphrases . +Keyphrases have many applications , such as to improve document browsing by providing a short summary . +Also , keyphrases can improve information retrieval -- if documents have keyphrases assigned , a user could search by keyphrase to produce more reliable hits than a full-text search . +Also , automatic keyphrase extraction can be useful in generating index entries for a large text corpus . +Keyphrase extraction as supervised learning Beginning with the Turney paper , many researchers have approached keyphrase extraction as a supervised machine learning problem . +Given a document , we construct an example for each unigram , bigram , and trigram found in the text -LRB- though other text units are also possible , as discussed below -RRB- . +We then compute various features describing each example -LRB- e.g. , does the phrase begin with an upper-case letter ? -RRB- . +We assume there are known keyphrases available for a set of training documents . +Using the known keyphrases , we can assign positive or negative labels to the examples . +Then we learn a classifier that can discriminate between positive and negative examples as a function of the features . +Some classifiers make a binary classification for a test example , while others assign a probability of being a keyphrase . +For instance , in the above text , we might learn a rule that says phrases with initial capital letters are likely to be keyphrases . +After training a learner , we can select keyphrases for test documents in the following manner . +We apply the same example-generation strategy to the test documents , then run each example through the learner . +We can determine the keyphrases by looking at binary classification decisions or probabilities returned from our learned model . +If probabilities are given , a threshold is used to select the keyphrases . +Keyphrase extractors are generally evaluated using precision and recall . +Precision measures how many of the proposed keyphrases are actually correct . +Recall measures how many of the true keyphrases your system proposed . +The two measures can be combined in an F-score , which is the harmonic mean of the two -LRB- F = 2PR \/ -LRB- P + R -RRB- -RRB- . +Matches between the proposed keyphrases and the known keyphrases can be checked after stemming or applying some other text normalization . +Design choices Designing a supervised keyphrase extraction system involves deciding on several choices -LRB- some of these apply to unsupervised , too -RRB- : What are the examples ? +The first choice is exactly how to generate examples . +Turney and others have used all possible unigrams , bigrams , and trigrams without intervening punctuation and after removing stopwords . +Hulth showed that you can get some improvement by selecting examples to be sequences of tokens that match certain patterns of part-of-speech tags . +Ideally , the mechanism for generating examples produces all the known labeled keyphrases as candidates , though this is often not the case . +For example , if we use only unigrams , bigrams , and trigrams , then we will never be able to extract a known keyphrase containing four words . +Thus , recall may suffer . +However , generating too many examples can also lead to low precision . +What are the features ? +We also need to create features that describe the examples and are informative enough to allow a learning algorithm to discriminate keyphrases from non - keyphrases . +Typically features involve various term frequencies -LRB- how many times a phrase appears in the current text or in a larger corpus -RRB- , the length of the example , relative position of the first occurrence , various boolean syntactic features -LRB- e.g. , contains all caps -RRB- , etc. . +The Turney paper used about 12 such features . +Hulth uses a reduced set of features , which were found most successful in the KEA -LRB- Keyphrase Extraction Algorithm -RRB- work derived from Turney 's seminal paper . +How many keyphrases to return ? +In the end , the system will need to return a list of keyphrases for a test document , so we need to have a way to limit the number . +Ensemble methods -LRB- i.e. , using votes from several classifiers -RRB- have been used to produce numeric scores that can be thresholded to provide a user-provided number of keyphrases . +This is the technique used by Turney with C4 .5 decision trees . +Hulth used a single binary classifier so the learning algorithm implicitly determines the appropriate number . +What learning algorithm ? +Once examples and features are created , we need a way to learn to predict keyphrases . +Virtually any supervised learning algorithm could be used , such as decision trees , Naive Bayes , and rule induction . +In the case of Turney 's GenEx algorithm , a genetic algorithm is used to learn parameters for a domain-specific keyphrase extraction algorithm . +The extractor follows a series of heuristics to identify keyphrases . +The genetic algorithm optimizes parameters for these heuristics with respect to performance on training documents with known key phrases . +Unsupervised keyphrase extraction : TextRank While supervised methods have some nice properties , like being able to produce interpretable rules for what features characterize a keyphrase , they also require a large amount of training data . +Many documents with known keyphrases are needed . +Furthermore , training on a specific domain tends to customize the extraction process to that domain , so the resulting classifier is not necessarily portable , as some of Turney 's results demonstrate . +Unsupervised keyphrase extraction removes the need for training data . +It approaches the problem from a different angle . +Instead of trying to learn explicit features that characterize keyphrases , the TextRank algorithm exploits the structure of the text itself to determine keyphrases that appear `` central '' to the text in the same way that PageRank selects important Web pages . +Recall this is based on the notion of `` prestige '' or `` recommendation '' from social networks . +In this way , TextRank does not rely on any previous training data at all , but rather can be run on any arbitrary piece of text , and it can produce output simply based on the text 's intrinsic properties . +Thus the algorithm is easily portable to new domains and languages . +TextRank is a general purpose graph-based ranking algorithm for NLP . +Essentially , it runs PageRank on a graph specially designed for a particular NLP task . +For keyphrase extraction , it builds a graph using some set of text units as vertices . +Edges are based on some measure of semantic or lexical similarity between the text unit vertices . +Unlike PageRank , the edges are typically undirected and can be weighted to reflect a degree of similarity . +Once the graph is constructed , it is used to form a stochastic matrix , combined with a damping factor -LRB- as in the `` random surfer model '' -RRB- , and the ranking over vertices is obtained by finding the eigenvector corresponding to eigenvalue 1 -LRB- i.e. , the stationary distribution of the random walk on the graph -RRB- . +Design choices What should vertices be ? +The vertices should correspond to what we want to rank . +Potentially , we could do something similar to the supervised methods and create a vertex for each unigram , bigram , trigram , etc. . +However , to keep the graph small , the authors decide to rank individual unigrams in a first step , and then include a second step that merges highly ranked adjacent unigrams to form multi-word phrases . +This has a nice side effect of allowing us to produce keyphrases of arbitrary length . +For example , if we rank unigrams and find that `` advanced '' , `` natural '' , `` language '' , and `` processing '' all get high ranks , then we would look at the original text and see that these words appear consecutively and create a final keyphrase using all four together . +Note that the unigrams placed in the graph can be filtered by part of speech . +The authors found that adjectives and nouns were the best to include . +Thus , some linguistic knowledge comes into play in this step . +How should we create edges ? +Edges are created based on word co-occurrence in this application of TextRank . +Two vertices are connected by an edge if the unigrams appear within a window of size N in the original text . +N is typically around 2 -- 10 . +Thus , `` natural '' and `` language '' might be linked in a text about NLP . +`` Natural '' and `` processing '' would also be linked because they would both appear in the same string of N words . +These edges build on the notion of `` text cohesion '' and the idea that words that appear near each other are likely related in a meaningful way and `` recommend '' each other to the reader . +How are the final keyphrases formed ? +Since this method simply ranks the individual vertices , we need a way to threshold or produce a limited number of keyphrases . +The technique chosen is to set a count T to be a user-specified fraction of the total number of vertices in the graph . +Then the top T vertices\/unigrams are selected based on their stationary probabilities . +A post - processing step is then applied to merge adjacent instances of these T unigrams . +As a result , potentially more or less than T final keyphrases will be produced , but the number should be roughly proportional to the length of the original text . +Why it works It is not initially clear why applying PageRank to a co-occurrence graph would produce useful keyphrases . +One way to think about it is the following . +A word that appears multiple times throughout a text may have many different co-occurring neighbors . +For example , in a text about machine learning , the unigram `` learning '' might co-occur with `` machine '' , supervised '' , `` un-supervised '' , and `` semi-supervised '' in four different sentences . +Thus , the `` learning '' vertex would be a central `` hub '' that connects to these other modifying words . +Running PageRank\/TextRank on the graph is likely to rank `` learning '' highly . +Similarly , if the text contains the phrase `` supervised classification '' , then there would be an edge between `` supervised '' and `` classification '' . +If `` classification '' appears several other places and thus has many neighbors , it is importance would contribute to the importance of `` supervised '' . +If it ends up with a high rank , it will be selected as one of the top T unigrams , along with `` learning '' and probably `` classification '' . +In the final post-processing step , we would then end up with keyphrases `` supervised learning '' and `` supervised classification '' . +In short , the co-occurrence graph will contain densely connected regions for terms that appear often and in different contexts . +A random walk on this graph will have a stationary distribution that assigns large probabilities to the terms in the centers of the clusters . +This is similar to densely connected Web pages getting ranked highly by PageRank . +Document summarization Like keyphrase extraction , document summarization hopes to identify the essence of a text . +The only real difference is that now we are dealing with larger text units -- whole sentences instead of words and phrases . +While some work has been done in abstractive summarization -LRB- creating an abstract synopsis like that of a human -RRB- , the majority of summarization systems are extractive -LRB- selecting a subset of sentences to place in a summary -RRB- . +Before getting into the details of some summarization methods , we will mention how summarization systems are typically evaluated . +The most common way is using the so-called ROUGE -LRB- Recall-Oriented Understudy for Gisting Evaluation -RRB- measure -LRB- http:\/\/haydn.isi.edu\/ROUGE\/ -RRB- . +This is a recall-based measure that determines how well a system-generated summary covers the content present in one or more human-generated model summaries known as references . +It is recall-based to encourage systems to include all the important topics in the text . +Recall can be computed with respect to unigram , bigram , trigram , or 4-gram matching , though ROUGE-1 -LRB- unigram matching -RRB- has been shown to correlate best with human assessments of system-generated summaries -LRB- i.e. , the summaries with highest ROUGE-1 values correlate with the summaries humans deemed the best -RRB- . +ROUGE-1 is computed as division of count of unigrams in reference that appear in system and count of unigrams in reference summary . +If there are multiple references , the ROUGE-1 scores are averaged . +Because ROUGE is based only on content overlap , it can determine if the same general concepts are discussed between an automatic summary and a reference summary , but it can not determine if the result is coherent or the sentences flow together in a sensible manner . +High-order n-gram ROUGE measures try to judge fluency to some degree . +Note that ROUGE is similar to the BLEU measure for machine translation , but BLEU is precision - based , because translation systems favor accuracy . +A promising line in document summarization is adaptive document\/text summarization . +The idea of adaptive summarization involves preliminary recognition of document\/text genre and subsequent application of summarization algorithms optimized for this genre . +First summarizes that perform adaptive summarization have been created . +Overview of supervised learning approaches Supervised text summarization is very much like supervised keyphrase extraction , and we will not spend much time on it . +Basically , if you have a collection of documents and human-generated summaries for them , you can learn features of sentences that make them good candidates for inclusion in the summary . +Features might include the position in the document -LRB- i.e. , the first few sentences are probably important -RRB- , the number of words in the sentence , etc. . +The main difficulty in supervised extractive summarization is that the known summaries must be manually created by extracting sentences so the sentences in an original training document can be labeled as `` in summary '' or `` not in summary '' . +This is not typically how people create summaries , so simply using journal abstracts or existing summaries is usually not sufficient . +The sentences in these summaries do not necessarily match up with sentences in the original text , so it would difficult to assign labels to examples for training . +Note , however , that these natural summaries can still be used for evaluation purposes , since ROUGE-1 only cares about unigrams . +Unsupervised approaches : TextRank and LexRank The unsupervised approach to summarization is also quite similar in spirit to unsupervised keyphrase extraction and gets around the issue of costly training data . +Some unsupervised summarization approaches are based on finding a `` centroid '' sentence , which is the mean word vector of all the sentences in the document . +Then the sentences can be ranked with regard to their similarity to this centroid sentence . +A more principled way to estimate sentence importance is using random walks and eigenvector centrality . +LexRank is an algorithm essentially identical to TextRank , and both use this approach for document summarization . +The two methods were developed by different groups at the same time , and LexRank simply focused on summarization , but could just as easily be used for keyphrase extraction or any other NLP ranking task . +Design choices What are the vertices ? +In both LexRank and TextRank , a graph is constructed by creating a vertex for each sentence in the document . +What are the edges ? +The edges between sentences are based on some form of semantic similarity or content overlap . +While LexRank uses cosine similarity of TF-IDF vectors , TextRank uses a very similar measure based on the number of words two sentences have in common -LRB- normalized by the sentences ' lengths -RRB- . +The LexRank paper explored using unweighted edges after applying a threshold to the cosine values , but also experimented with using edges with weights equal to the similarity score . +TextRank uses continuous similarity scores as weights . +How are summaries formed ? +In both algorithms , the sentences are ranked by applying PageRank to the resulting graph . +A summary is formed by combining the top ranking sentences , using a threshold or length cutoff to limit the size of the summary . +TextRank and LexRank differences It is worth noting that TextRank was applied to summarization exactly as described here , while LexRank was used as part of a larger summarization system -LRB- MEAD -RRB- that combines the LexRank score -LRB- stationary probability -RRB- with other features like sentence position and length using a linear combination with either user-specified or automatically tuned weights . +In this case , some training documents might be needed , though the TextRank results show the additional features are not absolutely necessary . +Another important distinction is that TextRank was used for single document summarization , while LexRank has been applied to multi-document summarization . +The task remains the same in both cases -- only the number of sentences to choose from has grown . +However , when summarizing multiple documents , there is a greater risk of selecting duplicate or highly redundant sentences to place in the same summary . +Imagine you have a cluster of news articles on a particular event , and you want to produce one summary . +Each article is likely to have many similar sentences , and you would only want to include distinct ideas in the summary . +To address this issue , LexRank applies a heuristic post-processing step that builds up a summary by adding sentences in rank order , but discards any sentences that are too similar to ones already placed in the summary . +The method used is called Cross-Sentence Information Subsumption -LRB- CSIS -RRB- . +Why unsupervised summarization works These methods work based on the idea that sentences `` recommend '' other similar sentences to the reader . +Thus , if one sentence is very similar to many others , it will likely be a sentence of great importance . +The importance of this sentence also stems from the importance of the sentences `` recommending '' it . +Thus , to get ranked highly and placed in a summary , a sentence must be similar to many sentences that are in turn also similar to many other sentences . +This makes intuitive sense and allows the algorithms to be applied to any arbitrary new text . +The methods are domain-independent and easily portable . +One could imagine the features indicating important sentences in the news domain might vary considerably from the biomedical domain . +However , the unsupervised `` recommendation '' - based approach applies to any domain . +Incorporating diversity : GRASSHOPPER algorithm As mentioned above , multi-document extractive summarization faces a problem of potential redundancy . +Ideally , we would like to extract sentences that are both `` central '' -LRB- i.e. , contain the main ideas -RRB- and `` diverse '' -LRB- i.e. , they differ from one another -RRB- . +LexRank deals with diversity as a heuristic final stage using CSIS , and other systems have used similar methods , such as Maximal Marginal Relevance -LRB- MMR -RRB- , in trying to eliminate redundancy in information retrieval results . +We have developed a general purpose graph-based ranking algorithm like Page\/Lex\/TextRank that handles both `` centrality '' and `` diversity '' in a unified mathematical framework based on absorbing Markov chain random walks . +-LRB- An absorbing random walk is like a standard random walk , except some states are now absorbing states that act as `` black holes '' that cause the walk to end abruptly at that state . -RRB- +The algorithm is called GRASSHOPPER for reasons that should soon become clear . +In addition to explicitly promoting diversity during the ranking process , GRASSHOPPER incorporates a prior ranking -LRB- based on sentence position in the case of summarization -RRB- . +Maximum entropy-based summarization It is an abstractive method . +Even though automating abstractive summarization is the goal of summarization research , most practical systems are based on some form of extractive summarization . +Extracted sentences can form a valid summary in itself or form a basis for further condensation operations . +Furthermore , evaluation of extracted summaries can be automated , since it is essentially a classification task . +During the DUC 2001 and 2002 evaluation workshops , TNO developed a sentence extraction system for multi-document summarization in the news domain . +The system was based on a hybrid system using a naive Bayes classifier and statistical language models for modeling salience . +Although the system exhibited good results , we wanted to explore the effectiveness of a maximum entropy -LRB- ME -RRB- classifier for the meeting summarization task , as ME is known to be robust against feature dependencies . +Maximum entropy has also been applied successfully for summarization in the broadcast news domain . +Aided summarization Machine learning techniques from closely related fields such as information retrieval or text mining have been successfully adapted to help automatic summarization . +Apart from Fully Automated Summarizers -LRB- FAS -RRB- , there are systems that aid users with the task of summarization -LRB- MAHS = Machine Aided Human Summarization -RRB- , for example by highlighting candidate passages to be included in the summary , and there are systems that depend on post-processing by a human -LRB- HAMS = Human Aided Machine Summarization -RRB- . +Evaluation An ongoing issue in this field is that of evaluation . +Evaluation techniques fall into intrinsic and extrinsic , inter-texual and intra-texual . +An intrinsic evaluation tests the summarization system in of itself while an extrinsic evaluation tests the summarization based on how it affects the completion of some other task . +Intrinsic evaluations have assessed mainly the coherence and informativeness of summaries . +Extrinsic evaluations , on the other hand , have tested the impact of summarization on tasks like relevance assessment , reading comprehension , etc. . +Intra-texual methods assess the output of a specific summarization system , and the inter-texual ones focus on contrastive analysis of outputs of several summarization systems . +Human judgement often has wide variance on what is considered a `` good '' summary , which means that making the evaluation process automatic is particularly difficult . +Manual evaluation can be used , but this is both time and labor intensive as it requires humans to read not only the summaries but also the source documents . +Other issues are those concerning coherence and coverage . +One of the metrics used in NIST 's annual Document Understanding Conferences , in which research groups submit their systems for both summarization and translation tasks , is the ROUGE metric -LRB- Recall-Oriented Understudy for Gisting Evaluation -RRB- . +It essentially calculates n-gram overlaps between automatically generated summaries and previously-written human summaries . +A high level of overlap should indicate a high level of shared concepts between the two summaries . +Note that overlap metrics like this are unable to provide any feedback on a summary 's coherence . +Anaphor resolution remains another problem yet to be fully solved . +Evaluating summaries , either manually or automatically , is a hard task . +The main difficulty in evaluation comes from the impossibility of building a fair gold-standard against which the results of the systems can be compared . +Furthermore , it is also very hard to determine what a correct summary is , because there is always the possibility of a system to generate a good summary that is quite different from any human summary used as an approximation to the correct output . +Current difficulties in evaluating summaries automatically The most common way to evaluate the informativeness of automatic summaries is to compare them with human-made model summaries . +However , as content selection is not a deterministic problem , different people would choose different sentences , and even , the same person may chose different sentences at different times , showing evidence of low agreement among humans as to which sentences are good summary sentences . +Besides the human variability , the semantic equivalence is another problem , because two distinct sentences can express the same meaning but not using the same words . +This phenomenon is known as paraphrase . +We can find an approach to automatically evaluating summaries using paraphrases -LRB- ParaEval -RRB- . +Moreover , most summarization systems perform an extractive approach , selecting and copying important sentences from the source documents . +Although humans can also cut and paste relevant information of a text , most of the times they rephrase sentences when necessary , or they join different related information into one sentence . +Evaluating summaries qualitatively The main drawback of the evaluation systems existing so far is that we need at least one reference summary , and for some methods more than one , to be able to compare automatic summaries with models . +This is a hard and expensive task . +Much effort has to be done in order to have corpus of texts and their corresponding summaries . +Furthermore , for some methods presented in the previous Section , not only do we need to have human-made summaries available for comparison , but also manual annotation has to be performed in some of them -LRB- e.g. SCU in the Pyramid Method -RRB- . +In any case , what the evaluation methods need as an input , is a set of summaries to serve as gold standards and a set of automatic summaries . +Moreover , they all perform a quantitative evaluation with regard to different similarity metrics . +To overcome these problems , we think that the quantitative evaluation might not be the only way to evaluate summaries , and a qualitative automatic evaluation would be also important . +Therefore , the second aim of this paper is to suggest a novel proposal for evaluating automatically the quality of a summary in a qualitative manner rather than in a quantitative one . +Our evaluation approach is a preliminary approach which has to be studied more deeply , and developed in the future . +Its main underlying idea is to define several quality criteria and check how a generated summary tackles each of these , in such a way that a reference model would not be necessary anymore , taking only into consideration the automatic summary and the original source . +Once performed , it could be used together with any other automatic methodology to measure summary 's informativeness . +Natural Language Generation -LRB- NLG -RRB- is the natural language processing task of generating natural language from a machine representation system such as a knowledge base or a logical form . +Psycholinguists prefer the term language production when such formal representations are interpreted as models for mental representations . +In a sense , one can say that an NLG system is like a translator that converts a computer based representation into a natural language representation . +However , the methods to produce the final language are very different from those of a compiler due to the inherent expressivity of natural languages . +NLG may be viewed as the opposite of natural language understanding . +The difference can be put this way : whereas in natural language understanding the system needs to disambiguate the input sentence to produce the machine representation language , in NLG the system needs to make decisions about how to put a concept into words . +The simplest -LRB- and perhaps trivial -RRB- examples are systems that generate form letters . +Such systems do not typically involve grammar rules , but may generate a letter to a consumer , e.g. stating that a credit card spending limit is about to be reached . +More complex NLG systems dynamically create texts to meet a communicative goal . +As in other areas of natural language processing , this can be done using either explicit models of language -LRB- e.g. , grammars -RRB- and the domain , or using statistical models derived by analyzing human-written texts . +NLG is a fast-evolving field . +The best single source for up-to-date research in the area is the SIGGEN portion of the ACL Anthology . +Perhaps the closest the field comes to a specialist textbook is Reiter and Dale -LRB- 2000 -RRB- , but this book does not describe developments in the field since 2000 . +This system takes as input six numbers , which give predicted pollen levels in different parts of Scotland . +From these numbers , the system generates a short textual summary of pollen levels as its output . +For example , using the historical data for 1-July-2005 , the software produces Grass pollen levels for Friday have increased from the moderate to high levels of yesterday with values of around 6 to 7 across most parts of the country . +However , in Northern areas , pollen levels will be moderate with values of 4 . +In contrast , the actual forecast -LRB- written by a human meteorologist -RRB- from this data was Pollen counts are expected to remain high at level 6 over most of Scotland , and even level 7 in the south east . +The only relief is in the Northern Isles and far northeast of mainland Scotland with medium levels of pollen count . +Comparing these two illustrates some of the choices that NLG systems must make ; these are further discussed below . +Stages The process to generate text can be as simple as keeping a list of canned text that is copied and pasted , possibly linked with some glue text . +The results may be satisfactory in simple domains such as horoscope machines or generators of personalised business letters . +However , a sophisticated NLG system needs to include stages of planning and merging of information to enable the generation of text that looks natural and does not become repetitive . +Typical stages are : Content determination : Deciding what information to mention in the text . +For instance , in the pollen example above , deciding whether to explicitly mention that pollen level is 7 in the south east . +Document structuring : Overall organization of the information to convey . +For example , deciding to describe the areas with high pollen levels first , instead of the areas with low pollen levels . +Aggregation : Merging of similar sentences to improve readability and naturalness . +For instance , merging the two sentences Grass pollen levels for Friday have increased from the moderate to high levels of yesterday and Grass pollen levels will be around 6 to 7 across most parts of the country into the single sentence Grass pollen levels for Friday have increased from the moderate to high levels of yesterday with values of around 6 to 7 across most parts of the country . +Lexical choice : Putting words to the concepts . +For example , deciding whether medium or moderate should be used when describing a pollen level of 4 . +Referring expression generation : Creating referring expressions that identify objects and regions . +For example , deciding to use in the Northern Isles and far northeast of mainland Scotland to refer to a certain region in Scotland . +This task also includes making decisions about pronouns and other types of anaphora . +Realisation : Creating the actual text , which should be correct according to the rules of syntax , morphology , and orthography . +For example , using will be for the future tense of to be . +Applications The popular media has been especially interested in NLG systems which generate jokes -LRB- see computational humor -RRB- . +But from a commercial perspective , the most successful NLG applications have been data-to-text systems which generate textual summaries of databases and data sets ; these systems usually perform data analysis as well as text generation . +In particular , several systems have been built that produce textual weather forecasts from weather data . +The earliest such system to be deployed was FoG , which was used by Environment Canada to generate weather forecasts in French and English in the early 1990s . +The success of FoG triggered other work , both research and commercial . +Recent research in this area include an experiment which showed that users sometimes preferred computer-generated weather forecasts to human-written ones , in part because the computer forecasts used more consistent terminology , and a demonstration that statistical techniques could be used to generate high-quality weather forecasts . +Recent applications include the ARNS system used to summarise conditions in US ports . +In the 1990s there was considerable interest in using NLG to summarise financial and business data . +For example the SPOTLIGHT system developed at A.C. Nielsen automatically generated readable English text based on the analysis of large amounts of retail sales data . +More recently there is growing interest in using NLG to summarise electronic medical records . +Commercial applications in this area are starting to appear , and researchers have shown that NLG summaries of medical data can be effective decision-support aids for medical professionals . +There is also growing interest in using NLG to enhance accessibility , for example by describing graphs and data sets to blind people . +An example for a highly interactive use of NLG is the WYSIWYM framework . +It stands for What you see is what you meant and allows users to see and manipulate the continuously rendered view -LRB- NLG output -RRB- of an underlying formal language document -LRB- NLG input -RRB- , thereby editing the formal language without having to learn it . +Evaluation As in other scientific fields , NLG researchers need to be able to test how well their systems , modules , and algorithms work . +This is called evaluation . +There are three basic techniques for evaluating NLG systems : task-based -LRB- extrinsic -RRB- evaluation : give the generated text to a person , and assess how well it helps him perform a task -LRB- or otherwise achieves its communicative goal -RRB- . +For example , a system which generates summaries of medical data can be evaluated by giving these summaries to doctors , and assessing whether the summaries helps doctors make better decisions . +human ratings : give the generated text to a person , and ask him or her to rate the quality and usefulness of the text . +metrics : compare generated texts to texts written by people from the same input data , using an automatic metric such as BLEU . +Generally speaking , what we ultimately want to know is how useful NLG systems are at helping people , which is the first of the above techniques . +However , task-based evaluations are time-consuming and expensive , and can be difficult to carry out -LRB- especially if they require subjects with specialised expertise , such as doctors -RRB- . +Hence -LRB- as in other areas of NLP -RRB- task-based evaluations are the exception , not the norm . +In recent years researchers have started trying to assess how well human-ratings and metrics correlate with -LRB- predict -RRB- task-based evaluations . +Much of this work is being conducted in the context of Generation Challenges shared-task events . +Initial results suggest that human ratings are much better than metrics in this regard . +In other words , human ratings usually do predict task-effectiveness at least to some degree -LRB- although there are exceptions -RRB- , while ratings produced by metrics often do not predict task-effectiveness well . +These results are very preliminary , hopefully better data will be available soon . +In any case , human ratings are currently the most popular evaluation technique in NLG ; this is contrast to machine translation , where metrics are very widely used . +Natural language understanding is a subtopic of natural language processing in artificial intelligence that deals with machine reading comprehension . +The process of disassembling and parsing input is more complex than the reverse process of assembling output in natural language generation because of the occurrence of unknown and unexpected features in the input and the need to determine the appropriate syntactic and semantic schemes to apply to it , factors which are pre-determined when outputting language . +There is considerable commercial interest in the field because of its application to news-gathering , text categorization , voice-activation , archiving and large-scale content-analysis . +Eight years after John McCarthy coined the term artificial intelligence , Bobrow 's dissertation -LRB- titled Natural Language Input for a Computer Problem Solving System -RRB- showed how a computer can understand simple natural language input to solve algebra word problems . +A year later , in 1965 , Joseph Weizenbaum at MIT wrote ELIZA , an interactive program that carried on a dialogue in English on any topic , the most popular being psychotherapy . +ELIZA worked by simple parsing and substitution of key words into canned phrases and Weizenbaum sidestepped the problem of giving the program a database of real-world knowledge or a rich lexicon . +Yet ELIZA gained surprising popularity as a toy project and can be seen as a very early precursor to current commercial systems such as those used by Ask.com . +In 1969 Roger Schank at Stanford University introduced the conceptual dependency theory for natural language understanding . +This model , partially influenced by the work of Sydney Lamb , was extensively used by Schank 's students at Yale University , such as Robert Wilensky , Wendy Lehnert , and Janet Kolodner . +In 1970 , William A. Woods introduced the augmented transition network -LRB- ATN -RRB- to represent natural language input . +Instead of phrase structure rules ATNs used an equivalent set of finite state automata that were called recursively . +ATNs and their more general format called `` generalized ATNs '' continued to be used for a number of years . +In 1971 Terry Winograd finished writing SHRDLU for his PhD thesis at MIT . +SHRDLU could understand simple English sentences in a restricted world of children 's blocks to direct a robotic arm to move items . +The successful demonstration of SHRDLU provided significant momentum for continued research in the field . +Winograd continued to be a major influence in the field with the publication of his book Language as a Cognitive Process . +At Stanford , Winograd was later the adviser for Larry Page , who co-founded Google . +In the 1970s and 1980s the natural language processing group at SRI International continued research and development in the field . +A number of commercial efforts based on the research were undertaken , e.g. , in 1982 Gary Hendrix formed Symantec Corporation originally as a company for developing a natural language interface for database queries on personal computers . +However , with the advent of mouse driven , graphic user interfaces Symantec changed direction . +A number of other commercial efforts were started around the same time , e.g. , Larry R. Harris at the Artificial Intelligence Corporation and Roger Schank and his students at Cognitive Systems corp. . +In 1983 , Michael Dyer developed the BORIS system at Yale which bore similarities to the work of Roger Schank and W. G. Lehnart . +Scope and context The umbrella term `` natural language understanding '' can be applied to a diverse set of computer applications , ranging from small , relatively simple tasks such as short commands issued to robots , to highly complex endeavors such as the full comprehension of newspaper articles or poetry passages . +Many real world applications fall between the two extremes , for instance text classification for the automatic analysis of emails and their routing to a suitable department in a corporation does not require in depth understanding of the text , but is far more complex than the management of simple queries to database tables with fixed schemata . +Throughout the years various attempts at processing natural language or English-like sentences presented to computers have taken place at varying degrees of complexity . +Some attempts have not resulted in systems with deep understanding , but have helped overall system usability . +For example , Wayne Ratliff originally developed the Vulcan program with an English-like syntax to mimic the English speaking computer in Star Trek . +Vulcan later became the dBase system whose easy-to-use syntax effectively launched the personal computer database industry . +Systems with an easy to use or English like syntax are , however , quite distinct from systems that use a rich lexicon and include an internal representation -LRB- often as first order logic -RRB- of the semantics of natural language sentences . +Hence the breadth and depth of `` understanding '' aimed at by a system determine both the complexity of the system -LRB- and the implied challenges -RRB- and the types of applications it can deal with . +The `` breadth '' of a system is measured by the sizes of its vocabulary and grammar . +The `` depth '' is measured by the degree to which its understanding approximates that of a fluent native speaker . +At the narrowest and shallowest , English-like command interpreters require minimal complexity , but have a small range of applications . +Narrow but deep systems explore and model mechanisms of understanding , but they still have limited application . +Systems that attempt to understand the contents of a document such as a news release beyond simple keyword matching and to judge its suitability for a user are broader and require significant complexity , but they are still somewhat shallow . +Systems that are both very broad and very deep are beyond the current state of the art . +Components and architecture Regardless of the approach used , some common components can be identified in most natural language understanding systems . +The system needs a lexicon of the language and a parser and grammar rules to break sentences into an internal representation . +The construction of a rich lexicon with a suitable ontology requires significant effort , e.g. , the Wordnet lexicon required many person-years of effort . +The system also needs a semantic theory to guide the comprehension . +The interpretation capabilities of a language understanding system depend on the semantic theory it uses . +Competing semantic theories of language have specific trade offs in their suitability as the basis of computer automated semantic interpretation . +These range from naive semantics or stochastic semantic analysis to the use of pragmatics to derive meaning from context . +Advanced applications of natural language understanding also attempt to incorporate logical inference within their framework . +This is generally achieved by mapping the derived meaning into a set of assertions in predicate logic , then using logical deduction to arrive at conclusions . +Systems based on functional languages such as Lisp hence need to include a subsystem for the representation of logical assertions , while logic oriented systems such as those using the language Prolog generally rely on an extension of the built in logical representation framework . +The management of context in natural language understanding can present special challenges . +A large variety of examples and counter examples have resulted in multiple approaches to the formal modeling of context , each with specific strengths and weaknesses . +Optical character recognition , usually abbreviated to OCR , is the mechanical or electronic conversion of scanned images of handwritten , typewritten or printed text into machine-encoded text . +It is widely used as a form of data entry from some sort of original paper data source , whether documents , sales receipts , mail , or any number of printed records . +It is crucial to the computerization of printed texts so that they can be electronically searched , stored more compactly , displayed on-line , and used in machine processes such as machine translation , text-to-speech and text mining . +OCR is a field of research in pattern recognition , artificial intelligence and computer vision . +Early versions needed to be programmed with images of each character , and worked on one font at a time . +`` Intelligent '' systems with a high degree of recognition accuracy for most fonts are now common . +Some systems are capable of reproducing formatted output that closely approximates the original scanned page including images , columns and other non-textual components . +In 1914 , Emanuel Goldberg developed a machine that read characters and converted them into standard telegraph code . +-LRB- citation needed -RRB- Around the same time , Edmund Fournier d'Albe developed the Optophone , a handheld scanner that when moved across a printed page , produced tones that corresponded to specific letters or characters . +Goldberg continued to develop OCR technology for data entry . +Later , he proposed photographing data records and then , using photocells , matching the photos against a template containing the desired identification pattern . +In 1929 Gustav Tauschek had similar ideas , and obtained a patent on OCR in Germany . +Paul W. Handel also obtained a US patent on such template-matching OCR technology in USA in 1933 -LRB- U.S. Patent 1,915,993 -RRB- . +In 1935 Tauschek was also granted a US patent on his method -LRB- U.S. Patent 2,026,329 -RRB- . +In 1949 RCA engineers worked on the first primitive computer-type OCR to help blind people for the US Veterans Administration , but instead of converting the printed characters to machine language , their device converted it to machine language and then spoke the letters : an early text-to-speech technology . +It proved far too expensive and was not pursued after testing . +In 1950 , David H. Shepard , a cryptanalyst at the Armed Forces Security Agency in the United States , addressed the problem of converting printed messages into machine language for computer processing and built a machine to do this , called `` Gismo . '' . +He received a patent for his `` Apparatus for Reading '' in 1953 U.S. Patent 2,663,758 . +`` Gismo '' could read 23 letters of the English alphabet , comprehend Morse Code , read musical notations , read aloud from printed pages , and duplicate typewritten pages . +Shepard went on to found Intelligent Machines Research Corporation -LRB- IMR -RRB- , which soon developed the world 's first commercial OCR systems . +In 1955 , the first commercial system was installed at the Reader 's Digest , which used OCR to input sales reports into a computer . +It converted the typewritten reports into punched cards for input into the computer in the magazine 's subscription department , for help in processing the shipment of 15-20 million books a year . +The second system was sold to the Standard Oil Company for reading credit card imprints for billing purposes . +Other systems sold by IMR during the late 1950s included a bill stub reader to the Ohio Bell Telephone Company and a page scanner to the United States Air Force for reading and transmitting by teletype typewritten messages . +IBM and others were later licensed on Shepard 's OCR patents . +In about 1965 , Reader 's Digest and RCA collaborated to build an OCR Document reader designed to digitize the serial numbers on Reader 's Digest coupons returned from advertisements . +The fonts used on the documents were printed by an RCA Drum printer using the OCR-A font . +The reader was connected directly to an RCA 301 computer -LRB- one of the first solid state computers -RRB- . +This reader was followed by a specialised document reader installed at TWA where the reader processed Airline Ticket stock . +The readers processed documents at a rate of 1,500 documents per minute , and checked each document , rejecting those it was not able to process correctly . +The product became part of the RCA product line as a reader designed to process `` Turn around Documents '' such as those utility and insurance bills returned with payments . +The United States Postal Service has been using OCR machines to sort mail since 1965 based on technology devised primarily by the prolific inventor Jacob Rabinow . +The first use of OCR in Europe was by the British General Post Office -LRB- GPO -RRB- . +In 1965 it began planning an entire banking system , the National Giro , using OCR technology , a process that revolutionized bill payment systems in the UK . +Canada Post has been using OCR systems since 1971 -LRB- citation needed -RRB- . +OCR systems read the name and address of the addressee at the first mechanized sorting center , and print a routing bar code on the envelope based on the postal code . +To avoid confusion with the human-readable address field which can be located anywhere on the letter , special ink -LRB- orange in visible light -RRB- is used that is clearly visible under ultraviolet light . +Envelopes may then be processed with equipment based on simple bar code readers . +Importance of OCR to the Blind In 1974 Ray Kurzweil started the company Kurzweil Computer Products , Inc. and continued development of omni-font OCR , which could recognize text printed in virtually any font . +He decided that the best application of this technology would be to create a reading machine for the blind , which would allow blind people to have a computer read text to them out loud . +This device required the invention of two enabling technologies -- the CCD flatbed scanner and the text-to-speech synthesizer . +On January 13 , 1976 the successful finished product was unveiled during a widely-reported news conference headed by Kurzweil and the leaders of the National Federation of the Blind -LRB- citation needed -RRB- . +In 1978 Kurzweil Computer Products began selling a commercial version of the optical character recognition computer program . +LexisNexis was one of the first customers , and bought the program to upload paper legal and news documents onto its nascent online databases . +Two years later , Kurzweil sold his company to Xerox , which had an interest in further commercializing paper-to-computer text conversion . +Xerox eventually spun it off as Scansoft , which merged with Nuance Communications -LRB- citation needed -RRB- . +OCR software Desktop & Server OCR Software OCR software and ICR software technology are analytical artificial intelligence systems that consider sequences of characters rather than whole words or phrases . +Based on the analysis of sequential lines and curves , OCR and ICR make ` best guesses ' at characters using database look-up tables to closely associate or match the strings of characters that form words . +WebOCR & OnlineOCR With IT technology development , the platform for people to use software has been changed from single PC platform to multi-platforms such as PC + Web-based + Cloud Computing + Mobile devices . +After 30 years development , OCR software started to adapt to new application requirements . +WebOCR also known as OnlineOCR or Web-based OCR service , has been a new trend to meet larger volume and larger group of users after 30 years development of the desktop OCR . +Internet and broadband technologies have made WebOCR & OnlineOCR practically available to both individual users and enterprise customers . +Since 2000 , some major OCR vendors began offering WebOCR & Online software , a number of new entrants companies to seize the opportunity to develop innovative Web-based OCR service , some of which are free of charge services . +Application-Oriented OCR Since OCR technology has been more and more widely applied to paper-intensive industry , it is facing more complex images environment in the real world . +For example : complicated backgrounds , degraded-images , heavy-noise , paper skew , picture distortion , low-resolution , disturbed by grid & lines , text image consisting of special fonts , symbols , glossary words and etc. . +All the factors affect OCR products ' stability in recognition accuracy . +In recent years , the major OCR technology providers began to develop dedicated OCR systems , each for special types of images . +They combine various optimization methods related to the special image , such as business rules , standard expression , glossary or dictionary and rich information contained in color images , to improve the recognition accuracy . +Such strategy to customize OCR technology is called `` Application-Oriented OCR '' or `` Customized OCR '' , widely used in the fields of Business-card OCR , Invoice OCR , Screenshot OCR , ID card OCR , Driver-license OCR or Auto plant OCR , and so on . +See also : List of optical character recognition software Current state of OCR technology This section needs additional citations for verification . +Please help improve this article by adding citations to reliable sources . +Unsourced material may be challenged and removed . +-LRB- May 2009 -RRB- Commissioned by the U.S. Department of Energy -LRB- DOE -RRB- , the Information Science Research Institute -LRB- ISRI -RRB- had the mission to foster the improvement of automated technologies for understanding machine printed documents -LRB- citation needed -RRB- , and it conducted the most authoritative of the Annual Test of OCR Accuracy for 5 consecutive years in the mid-90s . +Recognition of Latin-script , typewritten text is still not 100 % accurate even where clear imaging is available . +One study based on recognition of 19th - and early 20th-century newspaper pages concluded that character-by-character OCR accuracy for commercial OCR software varied from 71 % to 98 % ; total accuracy can be achieved only by human review . +Other areas -- including recognition of hand printing , cursive handwriting , and printed text in other scripts -LRB- especially those East Asian language characters which have many strokes for a single character -RRB- -- are still the subject of active research . +Accuracy rates can be measured in several ways , and how they are measured can greatly affect the reported accuracy rate . +For example , if word context -LRB- basically a lexicon of words -RRB- is not used to correct software finding non-existent words , a character error rate of 1 % -LRB- 99 % accuracy -RRB- may result in an error rate of 5 % -LRB- 95 % accuracy -RRB- or worse if the measurement is based on whether each whole word was recognized with no incorrect letters . +On-line character recognition is sometimes confused with Optical Character Recognition -LRB- see Handwriting recognition -RRB- . +OCR is an instance of off-line character recognition , where the system recognizes the fixed static shape of the character , while on-line character recognition instead recognizes the dynamic motion during handwriting . +For example , on-line recognition , such as that used for gestures in the Penpoint OS or the Tablet PC can tell whether a horizontal mark was drawn right-to-left , or left-to-right . +On-line character recognition is also referred to by other terms such as dynamic character recognition , real-time character recognition , and Intelligent Character Recognition or ICR . +On-line systems for recognizing hand-printed text on the fly have become well known as commercial products in recent years -LRB- see Tablet PC history -RRB- . +Among these are the input devices for personal digital assistants such as those running Palm OS . +The Apple Newton pioneered this product . +The algorithms used in these devices take advantage of the fact that the order , speed , and direction of individual lines segments at input are known . +Also , the user can be retrained to use only specific letter shapes . +These methods can not be used in software that scans paper documents , so accurate recognition of hand-printed documents is still largely an open problem . +Accuracy rates of 80 % to 90 % on neat , clean hand-printed characters can be achieved , but that accuracy rate still translates to dozens of errors per page , making the technology useful only in very limited applications . +Recognition of cursive text is an active area of research , with recognition rates even lower than that of hand-printed text . +Higher rates of recognition of general cursive script will likely not be possible without the use of contextual or grammatical information . +For example , recognizing entire words from a dictionary is easier than trying to parse individual characters from script . +Reading the Amount line of a cheque -LRB- which is always a written-out number -RRB- is an example where using a smaller dictionary can increase recognition rates greatly . +Knowledge of the grammar of the language being scanned can also help determine if a word is likely to be a verb or a noun , for example , allowing greater accuracy . +The shapes of individual cursive characters themselves simply do not contain enough information to accurately -LRB- greater than 98 % -RRB- recognize all handwritten cursive script . +It is necessary to understand that OCR technology is a basic technology also used in advanced scanning applications . +Due to this , an advanced scanning solution can be unique and patented and not easily copied despite being based on this basic OCR technology . +For more complex recognition problems , intelligent character recognition systems are generally used , as artificial neural networks can be made indifferent to both affine and non-linear transformations . +A technique which is having considerable success in recognizing difficult words and character groups within documents generally amenable to computer OCR is to submit them automatically to humans in the reCAPTCHA system . +In corpus linguistics , part-of-speech tagging -LRB- POS tagging or POST -RRB- , also called grammatical tagging or word-category disambiguation , is the process of marking up a word in a text -LRB- corpus -RRB- as corresponding to a particular part of speech , based on both its definition , as well as its context -- i.e. relationship with adjacent and related words in a phrase , sentence , or paragraph . +A simplified form of this is commonly taught to school-age children , in the identification of words as nouns , verbs , adjectives , adverbs , etc. . +Once performed by hand , POS tagging is now done in the context of computational linguistics , using algorithms which associate discrete terms , as well as hidden parts of speech , in accordance with a set of descriptive tags . +POS-tagging algorithms fall into two distinctive groups : rule-based and stochastic . +E. Brill 's tagger , one of the first and widely used English POS-taggers , employs rule-based algorithms . +This is not rare -- in natural languages -LRB- as opposed to many artificial languages -RRB- , a large percentage of word-forms are ambiguous . +For example , even `` dogs '' , which is usually thought of as just a plural noun , can also be a verb : The sailor dogs the barmaid . +Performing grammatical tagging will indicate that `` dogs '' is a verb , and not the more common plural noun , since one of the words must be the main verb , and the noun reading is less likely following `` sailor '' -LRB- sailor ! +→ dogs -RRB- . +Semantic analysis can then extrapolate that `` sailor '' and `` barmaid '' implicate `` dogs '' as 1 -RRB- in the nautical context -LRB- sailor → ← barmaid -RRB- and 2 -RRB- an action applied to the object `` barmaid '' -LRB- -LRB- subject -RRB- dogs → barmaid -RRB- . +In this context , `` dogs '' is a nautical term meaning `` fastens -LRB- a watertight barmaid -RRB- securely ; applies a dog to '' . +`` Dogged '' , on the other hand , can be either an adjective or a past-tense verb . +Just which parts of speech a word can represent varies greatly . +Trained linguists can identify the grammatical parts of speech to various fine degrees depending on the tagging system . +Schools commonly teach that there are 9 parts of speech in English : noun , verb , article , adjective , preposition , pronoun , adverb , conjunction , and interjection . +However , there are clearly many more categories and sub-categories . +For nouns , plural , possessive , and singular forms can be distinguished . +In many languages words are also marked for their `` case '' -LRB- role as subject , object , etc. -RRB- , grammatical gender , and so on ; while verbs are marked for tense , aspect , and other things . +In part-of-speech tagging by computer , it is typical to distinguish from 50 to 150 separate parts of speech for English , for example , NN for singular common nouns , NNS for plural common nouns , NP for singular proper nouns -LRB- see the POS tags used in the Brown Corpus -RRB- . +Work on stochastic methods for tagging Koine Greek -LRB- DeRose 1990 -RRB- has used over 1,000 parts of speech , and found that about as many words were ambiguous there as in English . +A morphosyntactic descriptor in the case of morphologically rich languages can be expressed like Ncmsan , which means Category = Noun , Type = common , Gender = masculine , Number = singular , Case = accusative , Animate = no. . +History The Brown Corpus Research on part-of-speech tagging has been closely tied to corpus linguistics . +The first major corpus of English for computer analysis was the Brown Corpus developed at Brown University by Henry Kucera and Nelson Francis , in the mid-1960s . +It consists of about 1,000,000 words of running English prose text , made up of 500 samples from randomly chosen publications . +Each sample is 2,000 or more words -LRB- ending at the first sentence-end after 2,000 words , so that the corpus contains only complete sentences -RRB- . +The Brown Corpus was painstakingly `` tagged '' with part-of-speech markers over many years . +A first approximation was done with a program by Greene and Rubin , which consisted of a huge handmade list of what categories could co-occur at all . +For example , article then noun can occur , but article verb -LRB- arguably -RRB- can not . +The program got about 70 % correct . +Its results were repeatedly reviewed and corrected by hand , and later users sent in errata , so that by the late 70s the tagging was nearly perfect -LRB- allowing for some cases on which even human speakers might not agree -RRB- . +This corpus has been used for innumerable studies of word-frequency and of part-of-speech , and inspired the development of similar `` tagged '' corpora in many other languages . +Statistics derived by analyzing it formed the basis for most later part-of-speech tagging systems , such as CLAWS -LRB- linguistics -RRB- and VOLSUNGA . +However , by this time -LRB- 2005 -RRB- it has been superseded by larger corpora such as the 100 million word British National Corpus . +For some time , part-of-speech tagging was considered an inseparable part of natural language processing , because there are certain cases where the correct part of speech can not be decided without understanding the semantics or even the pragmatics of the context . +This is extremely expensive , especially because analyzing the higher levels is much harder when multiple part-of-speech possibilities must be considered for each word . +Use of Hidden Markov Models In the mid 1980s , researchers in Europe began to use hidden Markov models -LRB- HMMs -RRB- to disambiguate parts of speech , when working to tag the Lancaster-Oslo-Bergen Corpus of British English . +HMMs involve counting cases -LRB- such as from the Brown Corpus -RRB- , and making a table of the probabilities of certain sequences . +For example , once you 've seen an article such as ` the ' , perhaps the next word is a noun 40 % of the time , an adjective 40 % , and a number 20 % . +Knowing this , a program can decide that `` can '' in `` the can '' is far more likely to be a noun than a verb or a modal . +The same method can of course be used to benefit from knowledge about following words . +More advanced -LRB- `` higher order '' -RRB- HMMs learn the probabilities not only of pairs , but triples or even larger sequences . +So , for example , if you 've just seen an article and a verb , the next item may be very likely a preposition , article , or noun , but much less likely another verb . +When several ambiguous words occur together , the possibilities multiply . +However , it is easy to enumerate every combination and to assign a relative probability to each one , by multiplying together the probabilities of each choice in turn . +The combination with highest probability is then chosen . +The European group developed CLAWS , a tagging program that did exactly this , and achieved accuracy in the 93-95 % range . +It is worth remembering , as Eugene Charniak points out in Statistical techniques for natural language parsing , that merely assigning the most common tag to each known word and the tag `` proper noun '' to all unknowns , will approach 90 % accuracy because many words are unambiguous . +CLAWS pioneered the field of HMM-based part of speech tagging , but was quite expensive since it enumerated all possibilities . +It sometimes had to resort to backup methods when there were simply too many -LRB- the Brown Corpus contains a case with 17 ambiguous words in a row , and there are words such as `` still '' that can represent as many as 7 distinct parts of speech -RRB- . +HMMs underlie the functioning of stochastic taggers and are used in various algorithms one of the most widely used being the bi-directional inference algorithm . +Dynamic Programming methods In 1987 , Steven DeRose and Ken Church independently developed dynamic programming algorithms to solve the same problem in vastly less time . +Their methods were similar to the Viterbi algorithm known for some time in other fields . +DeRose used a table of pairs , while Church used a table of triples and a method of estimating the values for triples that were rare or nonexistent in the Brown Corpus -LRB- actual measurement of triple probabilities would require a much larger corpus -RRB- . +Both methods achieved accuracy over 95 % . +DeRose 's 1990 dissertation at Brown University included analyses of the specific error types , probabilities , and other related data , and replicated his work for Greek , where it proved similarly effective . +These findings were surprisingly disruptive to the field of natural language processing . +The accuracy reported was higher than the typical accuracy of very sophisticated algorithms that integrated part of speech choice with many higher levels of linguistic analysis : syntax , morphology , semantics , and so on . +CLAWS , DeRose 's and Church 's methods did fail for some of the known cases where semantics is required , but those proved negligibly rare . +This convinced many in the field that part-of-speech tagging could usefully be separated out from the other levels of processing ; this in turn simplified the theory and practice of computerized language analysis , and encouraged researchers to find ways to separate out other pieces as well . +Markov Models are now the standard method for part-of-speech assignment . +Unsupervised taggers The methods already discussed involve working from a pre-existing corpus to learn tag probabilities . +It is , however , also possible to bootstrap using `` unsupervised '' tagging . +Unsupervised tagging techniques use an untagged corpus for their training data and produce the tagset by induction . +That is , they observe patterns in word use , and derive part-of-speech categories themselves . +For example , statistics readily reveal that `` the '' , `` a '' , and `` an '' occur in similar contexts , while `` eat '' occurs in very different ones . +With sufficient iteration , similarity classes of words emerge that are remarkably similar to those human linguists would expect ; and the differences themselves sometimes suggest valuable new insights . +These two categories can be further subdivided into rule-based , stochastic , and neural approaches . +Other taggers and methods Some current major algorithms for part-of-speech tagging include the Viterbi algorithm , Brill Tagger , Constraint Grammar , and the Baum-Welch algorithm -LRB- also known as the forward-backward algorithm -RRB- . +Hidden Markov model and visible Markov model taggers can both be implemented using the Viterbi algorithm . +The Brill tagger is unusual in that it learns a set of patterns , and then applies those patterns rather than optimizing a statistical quantity . +Many machine learning methods have also been applied to the problem of POS tagging . +Methods such as SVM , Maximum entropy classifier , Perceptron , and Nearest-neighbor have all been tried , and most can achieve accuracy above 95 % . +A direct comparison of several methods is reported -LRB- with references -RRB- at . +This comparison uses the Penn tag set on some of the Penn Treebank data , so the results are directly comparable . +However , many significant taggers are not included -LRB- perhaps because of the labor involved in reconfiguring them for this particular dataset -RRB- . +Thus , it should not be assumed that the results reported there are the best that can be achieved with a given approach ; nor even the best that have been achieved with a given approach . +Issues While there is broad agreement about basic categories , a number of edge cases make it difficult to settle on a single `` correct '' set of tags , even in a single language such as English . +For example , it is hard to say whether `` fire '' is functioning as an adjective or a noun in the big green fire truck A second important example is the use\/mention distinction , as in the following example , where `` blue '' is clearly not functioning as an adjective -LRB- the Brown Corpus tag set appends the suffix '' - NC '' in such cases -RRB- : the word `` blue '' has 4 letters . +Words in a language other than that of the `` main '' text , are commonly tagged as `` foreign '' , usually in addition to a tag for the role the foreign word is actually playing in context . +There are also many cases where POS categories and `` words '' do not map one to one , for example : David 's gonna do n't vice versa first-cut can not pre - and post-secondary look -LRB- a word -RRB- up In the last example , `` look '' and `` up '' arguably function as a single verbal unit , despite the possibility of other words coming between them . +Some tag sets -LRB- such as Penn -RRB- break hyphenated words , contractions , and possessives into separate tokens , thus avoiding some but far from all such problems . +It is unclear whether it is best to treat words such as `` be '' , `` have '' , and `` do '' as categories in their own right -LRB- as in the Brown Corpus -RRB- , or as simply verbs -LRB- as in the LOB Corpus and the Penn Treebank -RRB- . +`` be '' has more forms than other English verbs , and occurs in quite different grammatical contexts , complicating the issue . +The most popular `` tag set '' for POS tagging for American English is probably the Penn tag set , developed in the Penn Treebank project . +It is largely similar to the earlier Brown Corpus and LOB Corpus tag sets , though much smaller . +In Europe , tag sets from the Eagles Guidelines see wide use , and include versions for multiple languages . +POS tagging work has been done in a variety of languages , and the set of POS tags used varies greatly with language . +Tags usually are designed to include overt morphological distinctions -LRB- this makes the tag sets for heavily inflected languages such as Greek and Latin very large ; and makes tagging words in agglutinative languages such an Inuit virtually impossible . +However , Petrov , D. Das , and R. McDonald -LRB- `` A Universal Part-of-Speech Tagset '' http:\/\/arxiv.org\/abs\/1104.2086 -RRB- have proposed a `` universal '' tag set , with 12 categories -LRB- for example , no subtypes of nouns , verbs , punctuation , etc. ; no distinction of `` to '' as an infinitive marker vs. preposition , etc. -RRB- . +Whether a very small set of very broad tags , or a much larger set of more precise ones , is preferable , depends on the purpose at hand . +Automatic tagging is easier on smaller tag-sets . +A different issue is that some cases are in fact ambiguous . +Beatrice Santorini gives examples in `` Part-of-speech Tagging Guidelines for the Penn Treebank Project , '' -LRB- 3rd rev , June 1990 -RRB- , including the following -LRB- p. 32 -RRB- case in which entertaining can function either as an adjective or a verb , and there is no evident way to decide : The Duchess was entertaining last night . +In computer science and linguistics , parsing , or , more formally , syntactic analysis , is the process of analyzing a text , made of a sequence of tokens -LRB- for example , words -RRB- , to determine its grammatical structure with respect to a given -LRB- more or less -RRB- formal grammar . +Parsing can also be used as a linguistic term , for instance when discussing how phrases are divided up in garden path sentences . +Parsing is also an earlier term for the diagramming of sentences of natural languages , and is still used for the diagramming of inflected languages , such as the Romance languages or Latin . +The term parsing comes from Latin pars -LRB- ōrātiōnis -RRB- , meaning part -LRB- of speech -RRB- . +Parsing is a common term used in psycholinguistics when describing language comprehension . +In this context , parsing refers to the way that human beings , rather than computers , analyze a sentence or phrase -LRB- in spoken language or text -RRB- `` in terms of grammatical constituents , identifying the parts of speech , syntactic relations , etc. '' This term is especially common when discussing what linguistic cues help speakers to parse garden-path sentences . +The parser often uses a separate lexical analyser to create tokens from the sequence of input characters . +Parsers may be programmed by hand or may be -LRB- semi - -RRB- automatically generated -LRB- in some programming languages -RRB- by a tool . +Human languages See also : Category : Natural language parsing In some machine translation and natural language processing systems , human languages are parsed by computer programs . +Human sentences are not easily parsed by programs , as there is substantial ambiguity in the structure of human language , whose usage is to convey meaning -LRB- or semantics -RRB- amongst a potentially unlimited range of possibilities but only some of which are germane to the particular case . +So an utterance `` Man bites dog '' versus `` Dog bites man '' is definite on one detail but in another language might appear as `` Man dog bites '' with a reliance on the larger context to distinguish between those two possibilities , if indeed that difference was of concern . +It is difficult to prepare formal rules to describe informal behavior even though it is clear that some rules are being followed . +In order to parse natural language data , researchers must first agree on the grammar to be used . +The choice of syntax is affected by both linguistic and computational concerns ; for instance some parsing systems use lexical functional grammar , but in general , parsing for grammars of this type is known to be NP-complete . +Head-driven phrase structure grammar is another linguistic formalism which has been popular in the parsing community , but other research efforts have focused on less complex formalisms such as the one used in the Penn Treebank . +Shallow parsing aims to find only the boundaries of major constituents such as noun phrases . +Another popular strategy for avoiding linguistic controversy is dependency grammar parsing . +Most modern parsers are at least partly statistical ; that is , they rely on a corpus of training data which has already been annotated -LRB- parsed by hand -RRB- . +This approach allows the system to gather information about the frequency with which various constructions occur in specific contexts . +-LRB- See machine learning . -RRB- +Approaches which have been used include straightforward PCFGs -LRB- probabilistic context-free grammars -RRB- , maximum entropy , and neural nets . +Most of the more successful systems use lexical statistics -LRB- that is , they consider the identities of the words involved , as well as their part of speech -RRB- . +However such systems are vulnerable to overfitting and require some kind of smoothing to be effective . +-LRB- citation needed -RRB- Parsing algorithms for natural language can not rely on the grammar having ` nice ' properties as with manually designed grammars for programming languages . +As mentioned earlier some grammar formalisms are very difficult to parse computationally ; in general , even if the desired structure is not context-free , some kind of context-free approximation to the grammar is used to perform a first pass . +Algorithms which use context-free grammars often rely on some variant of the CKY algorithm , usually with some heuristic to prune away unlikely analyses to save time . +-LRB- See chart parsing . -RRB- +However some systems trade speed for accuracy using , e.g. , linear-time versions of the shift-reduce algorithm . +A somewhat recent development has been parse reranking in which the parser proposes some large number of analyses , and a more complex system selects the best option . +Programming languages The most common use of a parser is as a component of a compiler or interpreter . +This parses the source code of a computer programming language to create some form of internal representation . +Programming languages tend to be specified in terms of a context-free grammar because fast and efficient parsers can be written for them . +Parsers are written by hand or generated by parser generators . +Context-free grammars are limited in the extent to which they can express all of the requirements of a language . +Informally , the reason is that the memory of such a language is limited . +The grammar can not remember the presence of a construct over an arbitrarily long input ; this is necessary for a language in which , for example , a name must be declared before it may be referenced . +More powerful grammars that can express this constraint , however , can not be parsed efficiently . +Thus , it is a common strategy to create a relaxed parser for a context-free grammar which accepts a superset of the desired language constructs -LRB- that is , it accepts some invalid constructs -RRB- ; later , the unwanted constructs can be filtered out . +Overview of process Flow of data in a typical parser The following example demonstrates the common case of parsing a computer language with two levels of grammar : lexical and syntactic . +The first stage is the token generation , or lexical analysis , by which the input character stream is split into meaningful symbols defined by a grammar of regular expressions . +For example , a calculator program would look at an input such as `` 12 \* -LRB- 3 +4 -RRB- ^ 2 '' and split it into the tokens 12 , \* , -LRB- , 3 , + , 4 , -RRB- , ^ , 2 , each of which is a meaningful symbol in the context of an arithmetic expression . +The lexer would contain rules to tell it that the characters \* , + , ^ , -LRB- and -RRB- mark the start of a new token , so meaningless tokens like `` 12 \* '' or '' -LRB- 3 '' will not be generated . +The next stage is parsing or syntactic analysis , which is checking that the tokens form an allowable expression . +This is usually done with reference to a context-free grammar which recursively defines components that can make up an expression and the order in which they must appear . +However , not all rules defining programming languages can be expressed by context-free grammars alone , for example type validity and proper declaration of identifiers . +These rules can be formally expressed with attribute grammars . +The final phase is semantic parsing or analysis , which is working out the implications of the expression just validated and taking the appropriate action . +In the case of a calculator or interpreter , the action is to evaluate the expression or program , a compiler , on the other hand , would generate some kind of code . +Attribute grammars can also be used to define these actions . +Types of parser The task of the parser is essentially to determine if and how the input can be derived from the start symbol of the grammar . +This can be done in essentially two ways : Top-down parsing - Top-down parsing can be viewed as an attempt to find left-most derivations of an input-stream by searching for parse trees using a top-down expansion of the given formal grammar rules . +Tokens are consumed from left to right . +Inclusive choice is used to accommodate ambiguity by expanding all alternative right-hand-sides of grammar rules . +Bottom-up parsing - A parser can start with the input and attempt to rewrite it to the start symbol . +Intuitively , the parser attempts to locate the most basic elements , then the elements containing these , and so on . +LR parsers are examples of bottom-up parsers . +Another term used for this type of parser is Shift-Reduce parsing . +LL parsers and recursive-descent parser are examples of top-down parsers which can not accommodate left recursive productions . +Although it has been believed that simple implementations of top-down parsing can not accommodate direct and indirect left-recursion and may require exponential time and space complexity while parsing ambiguous context-free grammars , more sophisticated algorithms for top-down parsing have been created by Frost , Hafiz , and Callaghan which accommodate ambiguity and left recursion in polynomial time and which generate polynomial-size representations of the potentially exponential number of parse trees . +Their algorithm is able to produce both left-most and right-most derivations of an input with regard to a given CFG -LRB- context-free grammar -RRB- . +An important distinction with regard to parsers is whether a parser generates a leftmost derivation or a rightmost derivation -LRB- see context-free grammar -RRB- . +LL parsers will generate a leftmost derivation and LR parsers will generate a rightmost derivation -LRB- although usually in reverse -RRB- . +In information retrieval and natural language processing -LRB- NLP -RRB- , question answering -LRB- QA -RRB- is the task of automatically answering a question posed in natural language . +To find the answer to a question , a QA computer program may use either a pre-structured database or a collection of natural language documents -LRB- a text corpus such as the World Wide Web or some local collection -RRB- . +QA research attempts to deal with a wide range of question types including : fact , list , definition , How , Why , hypothetical , semantically constrained , and cross-lingual questions . +Search collections vary from small local document collections , to internal organization documents , to compiled newswire reports , to the World Wide Web . +Closed-domain question answering deals with questions under a specific domain -LRB- for example , medicine or automotive maintenance -RRB- , and can be seen as an easier task because NLP systems can exploit domain-specific knowledge frequently formalized in ontologies . +Alternatively , closed-domain might refer to a situation where only a limited type of questions are accepted , such as questions asking for descriptive rather than procedural information . +Open-domain question answering deals with questions about nearly anything , and can only rely on general ontologies and world knowledge . +On the other hand , these systems usually have much more data available from which to extract the answer . +In contrast , current QA systems use text documents as their underlying knowledge source and combine various natural language processing techniques to search for the answers . +Current QA systems typically include a question classifier module that determines the type of question and the type of answer . +After the question is analyzed , the system typically uses several modules that apply increasingly complex NLP techniques on a gradually reduced amount of text . +Thus , a document retrieval module uses search engines to identify the documents or paragraphs in the document set that are likely to contain the answer . +Subsequently a filter preselects small text fragments that contain strings of the same type as the expected answer . +For example , if the question is `` Who invented Penicillin '' the filter returns text that contain names of people . +Finally , an answer extraction module looks for further clues in the text to determine if the answer candidate can indeed answer the question . +Question answering methods QA is very dependent on a good search corpus - for without documents containing the answer , there is little any QA system can do . +It thus makes sense that larger collection sizes generally lend well to better QA performance , unless the question domain is orthogonal to the collection . +The notion of data redundancy in massive collections , such as the web , means that nuggets of information are likely to be phrased in many different ways in differing contexts and documents , leading to two benefits : By having the right information appear in many forms , the burden on the QA system to perform complex NLP techniques to understand the text is lessened . +Correct answers can be filtered from false positives by relying on the correct answer to appear more times in the documents than instances of incorrect ones . +Issues In 2002 a group of researchers wrote a roadmap of research in question answering . +The following issues were identified . +Question classes Different types of questions -LRB- e.g. , `` What is the capital of Lichtenstein ? '' +vs. `` Why does a rainbow form ? '' +vs. `` Did Marilyn Monroe and Cary Grant ever appear in a movie together ? '' -RRB- +require the use of different strategies to find the answer . +Question classes are arranged hierarchically in taxonomies . +Question processing The same information request can be expressed in various ways , some interrogative -LRB- `` Who is the president of the United States ? '' -RRB- +and some assertive -LRB- `` Tell me the name of the president of the United States . '' -RRB- . +A semantic model of question understanding and processing would recognize equivalent questions , regardless of how they are presented . +This model would enable the translation of a complex question into a series of simpler questions , would identify ambiguities and treat them in context or by interactive clarification . +Context and QA Questions are usually asked within a context and answers are provided within that specific context . +The context can be used to clarify a question , resolve ambiguities or keep track of an investigation performed through a series of questions . +-LRB- For example , the question , `` Why did Joe Biden visit Iraq in January 2010 ? '' +might be asking why Vice President Biden visited and not President Obama , why he went to Iraq and not Afghanistan or some other country , why he went in January 2010 and not before or after , or what Biden was hoping to accomplish with his visit . +If the question is one of a series of related questions , the previous questions and their answers might shed light on the questioner 's intent . -RRB- +Data sources for QA Before a question can be answered , it must be known what knowledge sources are available and relevant . +If the answer to a question is not present in the data sources , no matter how well the question processing , information retrieval and answer extraction is performed , a correct result will not be obtained . +Answer extraction Answer extraction depends on the complexity of the question , on the answer type provided by question processing , on the actual data where the answer is searched , on the search method and on the question focus and context . +Answer formulation The result of a QA system should be presented in a way as natural as possible . +In some cases , simple extraction is sufficient . +For example , when the question classification indicates that the answer type is a name -LRB- of a person , organization , shop or disease , etc. -RRB- , a quantity -LRB- monetary value , length , size , distance , etc. -RRB- or a date -LRB- e.g. the answer to the question , `` On what day did Christmas fall in 1989 ? '' -RRB- +the extraction of a single datum is sufficient . +For other cases , the presentation of the answer may require the use of fusion techniques that combine the partial answers from multiple documents . +Real time question answering There is need for developing Q&A systems that are capable of extracting answers from large data sets in several seconds , regardless of the complexity of the question , the size and multitude of the data sources or the ambiguity of the question . +Multilingual -LRB- or cross-lingual -RRB- question answering The ability to answer a question posed in one language using an answer corpus in another language -LRB- or even several -RRB- . +This allows users to consult information that they can not use directly . +-LRB- See also Machine translation . -RRB- +Interactive QA It is often the case that the information need is not well captured by a QA system , as the question processing part may fail to classify properly the question or the information needed for extracting and generating the answer is not easily retrieved . +In such cases , the questioner might want not only to reformulate the question , but to have a dialogue with the system . +-LRB- For example , the system might ask for a clarification of what sense a word is being used , or what type of information is being asked for . -RRB- +Advanced reasoning for QA More sophisticated questioners expect answers that are outside the scope of written texts or structured databases . +To upgrade a QA system with such capabilities , it would be necessary to integrate reasoning components operating on a variety of knowledge bases , encoding world knowledge and common-sense reasoning mechanisms , as well as knowledge specific to a variety of domains . +User profiling for QA The user profile captures data about the questioner , comprising context data , domain of interest , reasoning schemes frequently used by the questioner , common ground established within different dialogues between the system and the user , and so forth . +The profile may be represented as a predefined template , where each template slot represents a different profile feature . +Profile templates may be nested one within another . +History Some of the early AI systems were question answering systems . +Two of the most famous QA systems of that time are BASEBALL and LUNAR , both of which were developed in the 1960s . +BASEBALL answered questions about the US baseball league over a period of one year . +LUNAR , in turn , answered questions about the geological analysis of rocks returned by the Apollo moon missions . +Both QA systems were very effective in their chosen domains . +In fact , LUNAR was demonstrated at a lunar science convention in 1971 and it was able to answer 90 % of the questions in its domain posed by people untrained on the system . +Further restricted-domain QA systems were developed in the following years . +The common feature of all these systems is that they had a core database or knowledge system that was hand-written by experts of the chosen domain . +Some of the early AI systems included question-answering abilities . +Two of the most famous early systems are SHRDLU and ELIZA . +SHRDLU simulated the operation of a robot in a toy world -LRB- the `` blocks world '' -RRB- , and it offered the possibility to ask the robot questions about the state of the world . +Again , the strength of this system was the choice of a very specific domain and a very simple world with rules of physics that were easy to encode in a computer program . +ELIZA , in contrast , simulated a conversation with a psychologist . +ELIZA was able to converse on any topic by resorting to very simple rules that detected important words in the person 's input . +It had a very rudimentary way to answer questions , and on its own it led to a series of chatterbots such as the ones that participate in the annual Loebner prize . +The 1970s and 1980s saw the development of comprehensive theories in computational linguistics , which led to the development of ambitious projects in text comprehension and question answering . +One example of such a system was the Unix Consultant -LRB- UC -RRB- , a system that answered questions pertaining to the Unix operating system . +The system had a comprehensive hand-crafted knowledge base of its domain , and it aimed at phrasing the answer to accommodate various types of users . +Another project was LILOG , a text-understanding system that operated on the domain of tourism information in a German city . +The systems developed in the UC and LILOG projects never went past the stage of simple demonstrations , but they helped the development of theories on computational linguistics and reasoning . +An increasing number of systems include the World Wide Web as one more corpus of text . . +However , these tools mostly work by using shallow methods , as described above -- thus returning a list of documents , usually with an excerpt containing the probable answer highlighted , plus some context . +Furthermore , highly-specialized natural language question-answering engines , such as EAGLi for health and life scientists , have been made available . +The Future of Question Answering QA systems have been extended in recent years to explore critical new scientific and practical dimensions For example , systems have been developed to automatically answer temporal and geospatial questions , definitional questions , biographical questions , multilingual questions , and questions from multimedia -LRB- e.g. , audio , imagery , video -RRB- . +Additional aspects such as interactivity -LRB- often required for clarification of questions or answers -RRB- , answer reuse , and knowledge representation and reasoning to support question answering have been explored . +Future research may explore what kinds of questions can be asked and answered about social media , including sentiment analysis . +A relationship extraction task requires the detection and classification of semantic relationship mentions within a set of artifacts , typically from text or XML documents . +The task is very similar to that of information extraction -LRB- IE -RRB- , but IE additionally requires the removal of repeated relations -LRB- disambiguation -RRB- and generally refers to the extraction of many different relationships . +Approaches One approach to this problem involves the use of domain ontologies . +Another approach involves visual detection of meaningful relationships in parametric values of objects listed on a data table that shift positions as the table is permuted automatically as controlled by the software user . +The poor coverage , rarity and development cost related to structured resources such as semantic lexicons -LRB- e.g. WordNet , UMLS -RRB- and domain ontologies -LRB- e.g. the Gene Ontology -RRB- has given rise to new approaches based on broad , dynamic background knowledge on the Web . +For instance , the ARCHILES technique uses only Wikipedia and search engine page count for acquiring coarse-grained relations to construct lightweight ontologies . +The relationships can be represented using a variety of formalisms\/languages . +One such representation language for data on the Web is RDF . +Jump to : navigation , search Sentence boundary disambiguation -LRB- SBD -RRB- , also known as sentence breaking , is the problem in natural language processing of deciding where sentences begin and end . +Often natural language processing tools require their input to be divided into sentences for a number of reasons . +However sentence boundary identification is challenging because punctuation marks are often ambiguous . +For example , a period may denote an abbreviation , decimal point , an ellipsis , or an email address - not the end of a sentence . +About 47 % of the periods in the Wall Street Journal corpus denote abbreviations . +As well , question marks and exclamation marks may appear in embedded quotations , emoticons , computer code , and slang . +Languages like Japanese and Chinese have unambiguous sentence-ending markers . +-LRB- b -RRB- If the preceding token is on my hand-compiled list of abbreviations , then it does n't end a sentence . +-LRB- c -RRB- If the next token is capitalized , then it ends a sentence . +This strategy gets about 95 % of sentences correct . +Another approach is to automatically learn a set of rules from a set of documents where the sentence breaks are pre-marked . +Solutions have been based on a maximum entropy model . +The SATZ architecture uses a neural network to disambiguate sentence boundaries and achieves 98.5 % accuracy . +Sentiment analysis or opinion mining refers to the application of natural language processing , computational linguistics , and text analytics to identify and extract subjective information in source materials . +Generally speaking , sentiment analysis aims to determine the attitude of a speaker or a writer with respect to some topic or the overall contextual polarity of a document . +The attitude may be his or her judgement or evaluation -LRB- see appraisal theory -RRB- , affective state -LRB- that is to say , the emotional state of the author when writing -RRB- , or the intended emotional communication -LRB- that is to say , the emotional effect the author wishes to have on the reader -RRB- . +Advanced , `` beyond polarity '' sentiment classification looks , for instance , at emotional states such as `` angry , '' `` sad , '' and `` happy . '' +Early work in that area includes Turney and Pang who applied different methods for detecting the polarity of product reviews and movie reviews respectively . +This work is at the document level . +One can also classify a document 's polarity on a multi-way scale , which was attempted by Pang and Snyder -LRB- among others -RRB- : expanded the basic task of classifying a movie review as either positive or negative to predicting star ratings on either a 3 or a 4 star scale , while Snyder performed an in-depth analysis of restaurant reviews , predicting ratings for various aspects of the given restaurant , such as the food and atmosphere -LRB- on a five-star scale -RRB- . +A different method for determining sentiment is the use of a scaling system whereby words commonly associated with having a negative , neutral or positive sentiment with them are given an associated number on a -5 to +5 scale -LRB- most negative up to most positive -RRB- and when a piece of unstructured text is analyzed using natural language processing , the subsequent concepts are analyzed for an understanding of these words and how they relate to the concept -LRB- citation needed -RRB- . +Each concept is then given a score based on the way sentiment words relate to the concept , and their associated score . +This allows movement to a more sophisticated understanding of sentiment based on an 11 point scale . +Alternatively , texts can be given a positive and negative sentiment strength score if the goal is to determine the sentiment in a text rather than the overall polarity and strength of the text . +Another research direction is subjectivity\/objectivity identification . +This task is commonly defined as classifying a given text -LRB- usually a sentence -RRB- into one of two classes : objective or subjective . +This problem can sometimes be more difficult than polarity classification : the subjectivity of words and phrases may depend on their context and an objective document may contain subjective sentences -LRB- e.g. , a news article quoting people 's opinions -RRB- . +Moreover , as mentioned by Su , results are largely dependent on the definition of subjectivity used when annotating texts . +However , Pang showed that removing objective sentences from a document before classifying its polarity helped improve performance . +The more fine-grained analysis model is called the feature\/aspect-based sentiment analysis . +It refers to determining the opinions or sentiments expressed on different features or aspects of entities , e.g. , of a cell phone , a digital camera , or a bank . +A feature or aspect is an attribute or component of an entity , e.g. , the screen of a cell phone , or the picture quality of a camera . +This problem involves several sub-problems , e.g. , identifying relevant entities , extracting their features\/aspects , and determining whether an opinion expressed on each feature\/aspect is positive , negative or neutral . +More detailed discussions about this level of sentiment analysis can be found in Liu 's NLP Handbook chapter , `` Sentiment Analysis and Subjectivity '' . +Methods Computers can perform automated sentiment analysis of digital texts , using elements from machine learning such as latent semantic analysis , support vector machines , `` bag of words '' and Semantic Orientation -- Pointwise Mutual Information -LRB- See Peter Turney 's work in this area -RRB- . +More sophisticated methods try to detect the holder of a sentiment -LRB- i.e. the person who maintains that affective state -RRB- and the target -LRB- i.e. the entity about which the affect is felt -RRB- . +To mine the opinion in context and get the feature which has been opinionated , the grammatical relationships of words are used . +Grammatical dependency relations are obtained by deep parsing of the text . +Open source software tools deploy machine learning , statistics , and natural language processing techniques to automate sentiment analysis on large collections of texts , including web pages , online news , internet discussion groups , online reviews , web blogs , and social media . +Evaluation The accuracy of a sentiment analysis system is , in principle , how well it agrees with human judgments . +This is usually measured by precision and recall . +However , human raters typically agree about 70 % -LRB- citation needed -RRB- of the time -LRB- see Inter-rater reliability -RRB- . +Thus , a 70 % accurate program is doing as well as humans , even though such accuracy may not sound impressive . +If a program were `` right '' 100 % of the time , humans would still disagree with it about 30 % of the time , since they disagree that much about any answer . +More sophisticated measures can be applied , but evaluation of sentiment analysis systems remains a complex matter . +For sentiment analysis tasks returning a scale rather than a binary judgement , correlation is a better measure than precision because it takes into account how close the predicted value is to the target value . +Sentiment analysis was used to test the relationship between Internet financial message boards and the behavior of the stock market to find a strong correlation between posts and volume of stock . +Sentiment analysis and Web 2.0 The rise of social media such as blogs and social networks has fueled interest in sentiment analysis . +With the proliferation of reviews , ratings , recommendations and other forms of online expression , online opinion has turned into a kind of virtual currency for businesses looking to market their products , identify new opportunities and manage their reputations . +As businesses look to automate the process of filtering out the noise , understanding the conversations , identifying the relevant content and actioning it appropriately , many are now looking to the field of sentiment analysis . +If web 2.0 was all about democratizing publishing , then the next stage of the web may well be based on democratizing data mining of all the content that is getting published . +One step towards this aim is accomplished in research . +Several research teams in universities around the world currently focus on understanding the dynamics of sentiment in e-communities through sentiment analysis . +The CyberEmotions project , for instance , recently identified the role of negative emotions in driving social networks discussions . +Sentiment analysis could therefore help understand why certain e-communities die or fade away -LRB- e.g. , MySpace -RRB- while others seem to grow without limits -LRB- e.g. , Facebook -RRB- . +The problem is that most sentiment analysis algorithms use simple terms to express sentiment about a product or service . +However , cultural factors , linguistic nuances and differing contexts make it extremely difficult to turn a string of written text into a simple pro or con sentiment . +The fact that humans often disagree on the sentiment of text illustrates how big a task it is for computers to get this right . +The shorter the string of text , the harder it becomes . +n Computer Science , Speech recognition is the translation of spoken words into text . +It is also known as `` automatic speech recognition '' , `` ASR '' , `` computer speech recognition '' , `` speech to text '' , or just `` STT '' . +Speech Recognition is technology that can translate spoken words into text . +Some SR systems use `` training '' where an individual speaker reads sections of text into the SR system . +These systems analyze the person 's specific voice and use it to fine tune the recognition of that person 's speech , resulting in more accurate transcription . +Systems that do not use training are called `` Speaker Independent '' systems . +Systems that use training are called `` Speaker Dependent '' systems . +Speech recognition applications include voice user interfaces such as voice dialing -LRB- e.g. , `` Call home '' -RRB- , call routing -LRB- e.g. , `` I would like to make a collect call '' -RRB- , domotic appliance control , search -LRB- e.g. , find a podcast where particular words were spoken -RRB- , simple data entry -LRB- e.g. , entering a credit card number -RRB- , preparation of structured documents -LRB- e.g. , a radiology report -RRB- , speech-to-text processing -LRB- e.g. , word processors or emails -RRB- , and aircraft -LRB- usually termed Direct Voice Input -RRB- . +The term voice recognition refers to finding the identity of `` who '' is speaking , rather than what they are saying . +Recognizing the speaker can simplify the task of translating speech in systems that have been trained on specific person 's voices or it can be used to authenticate or verify the identity of a speaker as part of a security process . +Front-End speech recognition is where the provider dictates into a speech-recognition engine , the recognized words are displayed as they are spoken , and the dictator is responsible for editing and signing off on the document . +Back-End or deferred speech recognition is where the provider dictates into a digital dictation system , the voice is routed through a speech-recognition machine and the recognized draft document is routed along with the original voice file to the editor , where the draft is edited and report finalized . +Deferred speech recognition is widely used in the industry currently . +Many Electronic Medical Records -LRB- EMR -RRB- applications can be more effective and may be performed more easily when deployed in conjunction with a speech-recognition engine . +Searches , queries , and form filling may all be faster to perform by voice than by using a keyboard . +One of the major issues relating to the use of speech recognition in healthcare is that the American Recovery and Reinvestment Act of 2009 -LRB- ARRA -RRB- provides for substantial financial benefits to physicians who utilize an EMR according to `` Meaningful Use '' standards . +These standards require that a substantial amount of data be maintained by the EMR -LRB- now more commonly referred to as an Electronic Health Record or EHR -RRB- . +Unfortunately , in many instances , the use of speech recognition within an EHR will not lead to data maintained within a database , but rather to narrative text . +For this reason , substantial resources are being expended to allow for the use of front-end SR while capturing data within the EHR . +Military High-performance fighter aircraft Substantial efforts have been devoted in the last decade to the test and evaluation of speech recognition in fighter aircraft . +Of particular note is the U.S. program in speech recognition for the Advanced Fighter Technology Integration -LRB- AFTI -RRB- \/ F-16 aircraft -LRB- F-16 VISTA -RRB- , and a program in France installing speech recognition systems on Mirage aircraft , and also programs in the UK dealing with a variety of aircraft platforms . +In these programs , speech recognizers have been operated successfully in fighter aircraft , with applications including : setting radio frequencies , commanding an autopilot system , setting steer-point coordinates and weapons release parameters , and controlling flight displays . +Working with Swedish pilots flying in the JAS-39 Gripen cockpit , Englund -LRB- 2004 -RRB- found recognition deteriorated with increasing G-loads . +It was also concluded that adaptation greatly improved the results in all cases and introducing models for breathing was shown to improve recognition scores significantly . +Contrary to what might be expected , no effects of the broken English of the speakers were found . +It was evident that spontaneous speech caused problems for the recognizer , as could be expected . +A restricted vocabulary , and above all , a proper syntax , could thus be expected to improve recognition accuracy substantially . +The Eurofighter Typhoon currently in service with the UK RAF employs a speaker-dependent system , i.e. it requires each pilot to create a template . +The system is not used for any safety critical or weapon critical tasks , such as weapon release or lowering of the undercarriage , but is used for a wide range of other cockpit functions . +Voice commands are confirmed by visual and\/or aural feedback . +The system is seen as a major design feature in the reduction of pilot workload , and even allows the pilot to assign targets to himself with two simple voice commands or to any of his wingmen with only five commands . +Speaker independent systems are also being developed and are in testing for the F35 Lightning II -LRB- JSF -RRB- and the Alenia Aermacchi M-346 Master lead-in fighter trainer . +These systems have produced word accuracies in excess of 98 % . +Helicopters The problems of achieving high recognition accuracy under stress and noise pertain strongly to the helicopter environment as well as to the jet fighter environment . +The acoustic noise problem is actually more severe in the helicopter environment , not only because of the high noise levels but also because the helicopter pilot , in general , does not wear a facemask , which would reduce acoustic noise in the microphone . +Substantial test and evaluation programs have been carried out in the past decade in speech recognition systems applications in helicopters , notably by the U.S. Army Avionics Research and Development Activity -LRB- AVRADA -RRB- and by the Royal Aerospace Establishment -LRB- RAE -RRB- in the UK . +Work in France has included speech recognition in the Puma helicopter . +There has also been much useful work in Canada . +Results have been encouraging , and voice applications have included : control of communication radios , setting of navigation systems , and control of an automated target handover system . +As in fighter applications , the overriding issue for voice in helicopters is the impact on pilot effectiveness . +Encouraging results are reported for the AVRADA tests , although these represent only a feasibility demonstration in a test environment . +Much remains to be done both in speech recognition and in overall speech recognition technology , in order to consistently achieve performance improvements in operational settings . +Battle management Question book-new . +svg This unreferenced section requires citations to ensure verifiability . +In general , Battle Management command centres require rapid access to and control of large , rapidly changing information databases . +Commanders and system operators need to query these databases as conveniently as possible , in an eyes-busy environment where much of the information is presented in a display format . +Human-machine interaction by voice has the potential to be very useful in these environments . +A number of efforts have been undertaken to interface commercially available isolated-word recognizers into battle management environments . +In one feasibility study , speech recognition equipment was tested in conjunction with an integrated information display for naval battle management applications . +Users were very optimistic about the potential of the system , although capabilities were limited . +Speech understanding programs sponsored by the Defense Advanced Research Projects Agency -LRB- DARPA -RRB- in the U.S. has focused on this problem of natural speech interface . +Speech recognition efforts have focused on a database of continuous speech recognition -LRB- CSR -RRB- , large-vocabulary speech designed to be representative of the naval resource management task . +Significant advances in the state-of-the-art in CSR have been achieved , and current efforts are focused on integrating speech recognition and natural language processing to allow spoken language interaction with a naval resource management system . +Training air traffic controllers Training for air traffic controllers -LRB- ATC -RRB- represents an excellent application for speech recognition systems . +Many ATC training systems currently require a person to act as a `` pseudo-pilot '' , engaging in a voice dialog with the trainee controller , which simulates the dialog that the controller would have to conduct with pilots in a real ATC situation . +Speech recognition and synthesis techniques offer the potential to eliminate the need for a person to act as pseudo-pilot , thus reducing training and support personnel . +In theory , Air controller tasks are also characterized by highly structured speech as the primary output of the controller , hence reducing the difficulty of the speech recognition task should be possible . +In practice , this is rarely the case . +The FAA document 7110.65 details the phrases that should be used by air traffic controllers . +While this document gives less than 150 examples of such phrases , the number of phrases supported by one of the simulation vendors speech recognition systems is in excess of 500,000 . +The USAF , USMC , US Army , US Navy , and FAA as well as a number of international ATC training organizations such as the Royal Australian Air Force and Civil Aviation Authorities in Italy , Brazil , and Canada are currently using ATC simulators with speech recognition from a number of different vendors . +Telephony and other domains ASR in the field of telephony is now commonplace and in the field of computer gaming and simulation is becoming more widespread . +Despite the high level of integration with word processing in general personal computing . +However , ASR in the field of document production has not seen the expected -LRB- by whom ? -RRB- +increases in use . +The improvement of mobile processor speeds made feasible the speech-enabled Symbian and Windows Mobile Smartphones . +Speech is used mostly as a part of User Interface , for creating pre-defined or custom speech commands . +Leading software vendors in this field are : Microsoft Corporation -LRB- Microsoft Voice Command -RRB- , Digital Syphon -LRB- Sonic Extractor -RRB- , Nuance Communications -LRB- Nuance Voice Control -RRB- , Speech Technology Center , Vito Technology -LRB- VITO Voice2Go -RRB- , Speereo Software -LRB- Speereo Voice Translator -RRB- , Verbyx VRX and SVOX . +Further applications Aerospace -LRB- e.g. space exploration , spacecraft , etc. -RRB- NASA 's Mars Polar Lander used speech recognition from technology Sensory , Inc. in the Mars Microphone on the Lander Automatic translation Automotive speech recognition -LRB- e.g. , OnStar , Ford Sync -RRB- Court reporting -LRB- Realtime Speech Writing -RRB- Hands-free computing : Speech recognition computer user interface Home automation Interactive voice response Mobile telephony , including mobile email Multimodal interaction Pronunciation evaluation in computer-aided language learning applications Robotics Speech-to-text reporter -LRB- transcription of speech into text , video captioning , Court reporting -RRB- Telematics -LRB- e.g. , vehicle Navigation Systems -RRB- Transcription -LRB- digital speech-to-text -RRB- Video games , with Tom Clancy 's EndWar and Lifeline as working examples Performance The performance of speech recognition systems is usually evaluated in terms of accuracy and speed . +Accuracy is usually rated with word error rate -LRB- WER -RRB- , whereas speed is measured with the real time factor . +Other measures of accuracy include Single Word Error Rate -LRB- SWER -RRB- and Command Success Rate -LRB- CSR -RRB- . +However , speech recognition -LRB- by a machine -RRB- is a very complex problem . +Vocalizations vary in terms of accent , pronunciation , articulation , roughness , nasality , pitch , volume , and speed . +Speech is distorted by a background noise and echoes , electrical characteristics . +Accuracy of speech recognition vary with the following : Vocabulary size and confusability Speaker dependence vs. independence Isolated , discontinuous , or continuous speech Task and language constraints Read vs. spontaneous speech Adverse conditions Accuracy of speech recognition As mentioned earlier in this article accuracy of speech recogniton vary in following : Error Rates Increase as the Vocabulary Size Grows : e.g. The 10 digits `` zero '' to `` nine '' can be recognized essentially perfectly , but vocabulary sizes of 200 , 5000 or 100000 may have error rates of 3 % , 7 % or 45 % . +Vocabulary is Hard to Recognize if it Contains Confusable Words : e.g. The 26 letters of the English alphabet are difficult to discriminate because they are confusable words -LRB- most notoriously , the E-set : `` B , C , D , E , G , P , T , V , Z '' -RRB- ; An 8 % error rate is considered good for this vocabulary . +Speaker Dependence vs. Independence : A speaker dependent system is intended for use by a single speaker . +A speaker independent system is intended for use by any speaker , more difficult . +Isolated , Discontinuous or Continuous speech With isolated speech single words are used , therefore it becomes easier to recognize the speech . +With discontinuous speech full sentenced separated by silence are used , therefore it becomes easier to recognize the speech as well as with isolated speech . +With continuous speech naturally spoken sentences are used , therefore it becomes harder to recognize the speech , different from both isloated and discontinuous speech . +Task and Language Constraints e.g. Querying application may dismiss the hypothesis `` The apple is red . '' +e.g. Constraints may be semantic ; rejecting `` The apple is angry . '' +e.g. Syntactic ; rejecting `` Red is apple the . '' +Constraints are often represented by a grammar . +Read vs. Spontaneous Speech When a person reads it 's usually in a context that has been previously prepared , but when a person uses spontaneous speech , it is difficult to recognize the speech . +because of the disfluences -LRB- like `` uh '' and `` um '' , false starts , incomplete sentences , stutering , coughing , and laughter -RRB- and limited vocabulary . +Adverse conditions Environmental noise -LRB- e.g. Noise in a car or a factory -RRB- Acoustical distortions -LRB- e.g. echoes , room acoustics -RRB- Speech recognition is a multileveled pattern recognition task . +Acoustical signals are structured into a hierarchy of units ; e.g. Phonemes , Words , Phrases , and Sentences ; Each level provides additional constraints ; e.g. Known word pronunciations or legal word sequences , which can compensate for errors or uncertainties at lower level ; This hierarchy of constraints are exploited ; By combining decisions probabilistically at all lower levels , and making more deterministic decisions only at the highest level ; Speech recogniton by a machine is a process broken into several phases . +Computationally , it is a problem in which a sound pattern has to be recognized or classified into a category that represents a meaning to a human . +Every acoustic signal can be broken in smaller more basic sub-signals . +As the more complex sound signal is broken into the smaller sub-sounds , different levels are created , where at the top level we have complex sounds , which are made of simpler sounds on lower level , and going to lower levels even more , we create more basic and shorter and simpler sounds . +The lowest level , where the sounds are the most fundamental , a machine would check for simple and more probabilistic rules of what sound should represent . +Once these sounds are put together into more complex sound on upper level , a new set of more deterministic rules should predict what new complex sound should represent . +The most upper level of a deterministic rule should figure out the meaning of complex expressions . +In order to expand our knowledge about speech recognition we need to take into a consideration neural networks . +There are four steps of neural network approaches : Digitize the speech that we want to recognize For telephone speech the sampling rate is 8000 samples per second ; Compute features of spectral-domain of the speech -LRB- with Fourier transform -RRB- ; Computed every 10msec , with one 10msec section called a frame ; Analysis of four step neural network approaches can be explained by further information . +Sound is produced by air -LRB- or some other medium -RRB- vibration , which we register by ears , but machines by receivers . +Basic sound creates a wave which has 2 descriptions ; Amplitude -LRB- how strong is it -RRB- , and frequency -LRB- how often it vibrates per second -RRB- . +Digitized Sound Graph This is the same as the wave in the water . +Big wave is strong and smaller ones are usually faster but weaker . +That is how air is distorted , but we do n't see it easily , in order for sound to travel . +These waves can be digitalized : Sample a strength at short intervals like in picture above to get bunch of numbers that approximate at each time step the strength of a wave . +Collection of these numbers represent analog wave . +This new wave is digital . +Sound waves are complicated because they superimpose one on top of each other . +Like the waves would . +This way they create odd looking waves . +For example , if there are two waves that interact with each other we can add them which creates new odd looking wave as is shown in the picture on the right . +Neural Network classifies features into phonetic-based categories ; Given basic sound blocks , that machine digitized , we have a bunch of numbers which describe a wave and waves describe words . +Each frame has a unit block of sound , which are broken into basic sound waves and represented by numbers after Fourier Transform , can be statistically evaluated to set to which class of sounds it belongs to . +The nodes in the figure on a slide represent a feature of a sound in which a feature of a wave from first layer of nodes to a second layer of nodes based on some statistical analysis . +This analysis depends on programer 's instructions . +At this point , a second layer of nodes represents a higher level features of a sound input which is again statistically evaluated to see what class they belong to . +Last level of nodes should be output nodes that tell us with high probability what original sound really was . +Search to match the neural-network output scores for the best word , to determine the word that was most likely uttered ; A machine speech recognition using neural network is still just a fancy statistics . +Artificial neural network has specialized output nodes for results , unlike brain . +Our brain recognizes the meaning of words in fundamentally different way . +Our brain is entirely committed into the perception of sound . +When we hear sound , our life experience is brought together to action of listening to set a sound into a appropriate perspective so it is meaningful . +Brain has a purpose when it listens for a sound that is steered toward actions . +In 1982 , Kurzweil Applied Intelligence and Dragon Systems released speech recognition products . +By 1985 , Kurzweil 's software had a vocabulary of 1,000 words -- if uttered one word at a time . +Two years later , in 1987 , its lexicon reached 20,000 words , entering the realm of human vocabularies , which range from 10,000 to 150,000 words . +But recognition accuracy was only 10 % in 1993 . +Two years later , the error rate crossed below 50 % . +Dragon Systems released `` Naturally Speaking '' in 1997 , which recognized normal human speech . +Progress mainly came from improved computer performance and larger source text databases . +The Brown Corpus was the first major database available , containing several million words . +In 2006 , Google published a trillion-word corpus , while Carnegie Mellon University researchers found no significant increase in recognition accuracy . +Algorithms Both acoustic modeling and language modeling are important parts of modern statistically-based speech recognition algorithms . +Hidden Markov models -LRB- HMMs -RRB- are widely used in many systems . +Language modeling has many other applications such as smart keyboard and document classification . +Hidden Markov models Main article : Hidden Markov model Modern general-purpose speech recognition systems are based on Hidden Markov Models . +These are statistical models that output a sequence of symbols or quantities . +HMMs are used in speech recognition because a speech signal can be viewed as a piecewise stationary signal or a short-time stationary signal . +In a short time-scales -LRB- e.g. , 10 milliseconds -RRB- , speech can be approximated as a stationary process . +Speech can be thought of as a Markov model for many stochastic purposes . +Another reason why HMMs are popular is because they can be trained automatically and are simple and computationally feasible to use . +In speech recognition , the hidden Markov model would output a sequence of n-dimensional real-valued vectors -LRB- with n being a small integer , such as 10 -RRB- , outputting one of these every 10 milliseconds . +The vectors would consist of cepstral coefficients , which are obtained by taking a Fourier transform of a short time window of speech and decorrelating the spectrum using a cosine transform , then taking the first -LRB- most significant -RRB- coefficients . +The hidden Markov model will tend to have in each state a statistical distribution that is a mixture of diagonal covariance Gaussians , which will give a likelihood for each observed vector . +Each word , or -LRB- for more general speech recognition systems -RRB- , each phoneme , will have a different output distribution ; a hidden Markov model for a sequence of words or phonemes is made by concatenating the individual trained hidden Markov models for the separate words and phonemes . +Described above are the core elements of the most common , HMM-based approach to speech recognition . +Modern speech recognition systems use various combinations of a number of standard techniques in order to improve results over the basic approach described above . +A typical large-vocabulary system would need context dependency for the phonemes -LRB- so phonemes with different left and right context have different realizations as HMM states -RRB- ; it would use cepstral normalization to normalize for different speaker and recording conditions ; for further speaker normalization it might use vocal tract length normalization -LRB- VTLN -RRB- for male-female normalization and maximum likelihood linear regression -LRB- MLLR -RRB- for more general speaker adaptation . +The features would have so-called delta and delta-delta coefficients to capture speech dynamics and in addition might use heteroscedastic linear discriminant analysis -LRB- HLDA -RRB- ; or might skip the delta and delta-delta coefficients and use splicing and an LDA-based projection followed perhaps by heteroscedastic linear discriminant analysis or a global semitied covariance transform -LRB- also known as maximum likelihood linear transform , or MLLT -RRB- . +Many systems use so-called discriminative training techniques that dispense with a purely statistical approach to HMM parameter estimation and instead optimize some classification-related measure of the training data . +Examples are maximum mutual information -LRB- MMI -RRB- , minimum classification error -LRB- MCE -RRB- and minimum phone error -LRB- MPE -RRB- . +Decoding of the speech -LRB- the term for what happens when the system is presented with a new utterance and must compute the most likely source sentence -RRB- would probably use the Viterbi algorithm to find the best path , and here there is a choice between dynamically creating a combination hidden Markov model , which includes both the acoustic and language model information , and combining it statically beforehand -LRB- the finite state transducer , or FST , approach -RRB- . +A possible improvement to decoding is to keep a set of good candidates instead of just keeping the best candidate , and to use a better scoring function -LRB- rescoring -RRB- to rate these good candidates so that we may pick the best one according to this refined score . +The set of candidates can be kept either as a list -LRB- the N-best list approach -RRB- or as a subset of the models -LRB- a lattice -RRB- . +Rescoring is usually done by trying to minimize the Bayes risk -LRB- or an approximation thereof -RRB- : Instead of taking the source sentence with maximal probability , we try to take the sentence that minimizes the expectancy of a given loss function with regards to all possible transcriptions -LRB- i.e. , we take the sentence that minimizes the average distance to other possible sentences weighted by their estimated probability -RRB- . +The loss function is usually the Levenshtein distance , though it can be different distances for specific tasks ; the set of possible transcriptions is , of course , pruned to maintain tractability . +Efficient algorithms have been devised to rescore lattices represented as weighted finite state transducers with edit distances represented themselves as a finite state transducer verifying certain assumptions . +Dynamic time warping -LRB- DTW -RRB- - based speech recognition Main article : Dynamic time warping Dynamic time warping is an approach that was historically used for speech recognition but has now largely been displaced by the more successful HMM-based approach . +Dynamic time warping is an algorithm for measuring similarity between two sequences that may vary in time or speed . +For instance , similarities in walking patterns would be detected , even if in one video the person was walking slowly and if in another he or she were walking more quickly , or even if there were accelerations and decelerations during the course of one observation . +DTW has been applied to video , audio , and graphics -- indeed , any data that can be turned into a linear representation can be analyzed with DTW . +A well-known application has been automatic speech recognition , to cope with different speaking speeds . +In general , it is a method that allows a computer to find an optimal match between two given sequences -LRB- e.g. , time series -RRB- with certain restrictions . +That is , the sequences are `` warped '' non-linearly to match each other . +This sequence alignment method is often used in the context of hidden Markov models ... . +Neural networks Main article : Neural networks Neural networks emerged as an attractive acoustic modeling approach in ASR in the late 1980s . +Since then , neural networks have been used in many aspects of speech recognition such as phoneme classification , isolated word recognition , and speaker adaptation . +In contrast to HMMs , neural networks make no assumptions about feature statistical properties and have several qualities making them attractive recognition models for speech recognition . +When used to estimate the probabilities of a speech feature segment , neural networks allow discriminative training in a natural and efficient manner . +Few assumptions on the statistics of input features are made with neural networks . +However , in spite of their effectiveness in classifying short-time units such as individual phones and isolated words , neural networks are rarely successful for continuous recognition tasks , largely because of their lack of ability to model temporal dependencies . +Thus , one alternative approach is to use neural networks as a pre-processing e.g. feature transformation , dimensionality reduction , for the HMM based recognition . +Further information Popular speech recognition conferences held each year or two include SpeechTEK and SpeechTEK Europe , ICASSP , Eurospeech\/ICSLP -LRB- now named Interspeech -RRB- and the IEEE ASRU . +Conferences in the field of Natural language processing , such as ACL , NAACL , EMNLP , and HLT , are beginning to include papers on speech processing . +Important journals include the IEEE Transactions on Speech and Audio Processing -LRB- now named IEEE Transactions on Audio , Speech and Language Processing -RRB- , Computer Speech and Language , and Speech Communication . +Books like `` Fundamentals of Speech Recognition '' by Lawrence Rabiner can be useful to acquire basic knowledge but may not be fully up to date -LRB- 1993 -RRB- . +A very recent book -LRB- Dec. 2011 -RRB- , `` Fundamentals of Speaker Recognition '' by Homayoon Beigi covers the more recent developments in some detail . +Although the title concentrates on speaker recognition , but a large portion of the book applies directly to speech recognition , with a lot of valuable detailed background material . +Another good source can be `` Statistical Methods for Speech Recognition '' by Frederick Jelinek and `` Spoken Language Processing -LRB- 2001 -RRB- '' by Xuedong Huang etc. . +More up to date is `` Computer Speech '' , by Manfred R. Schroeder , second edition published in 2004 . +The recently updated textbook of `` Speech and Language Processing -LRB- 2008 -RRB- '' by Jurafsky and Martin presents the basics and the state of the art for ASR . +A good insight into the techniques used in the best modern systems can be gained by paying attention to government sponsored evaluations such as those organised by DARPA -LRB- the largest speech recognition-related project ongoing as of 2007 is the GALE project , which involves both speech recognition and translation components -RRB- . +In terms of freely available resources , Carnegie Mellon University 's SPHINX toolkit is one place to start to both learn about speech recognition and to start experimenting . +Another resource -LRB- free as in free beer , not as in free speech -RRB- is the HTK book -LRB- and the accompanying HTK toolkit -RRB- . +The AT&T libraries GRM library , and DCD library are also general software libraries for large-vocabulary speech recognition . +For more software resources , see List of speech recognition software . +A useful review of the area of robustness in ASR is provided by Junqua and Haton -LRB- 1995 -RRB- . +People with disabilities People with disabilities can benefit from speech recognition programs . +For individuals that are Deaf or Hard of Hearing , speech recognition software is used to automatically generate a closed-captioning of conversations such as discussions in conference rooms , classroom lectures , and\/or religious services . +Speech recognition is also very useful for people who have difficulty using their hands , ranging from mild repetitive stress injuries to involved disabilities that preclude using conventional computer input devices . +In fact , people who used the keyboard a lot and developed RSI became an urgent early market for speech recognition . +Speech recognition is used in deaf telephony , such as voicemail to text , relay services , and captioned telephone . +Individuals with learning disabilities who have problems with thought-to-paper communication -LRB- essentially they think of an idea but it is processed incorrectly causing it to end up differently on paper -RRB- can benefit from the software -LRB- citation needed -RRB- . +-LRB- icon -RRB- This section requires expansion . +Current research and funding Measuring progress in speech recognition performance is difficult and controversial . +Some speech recognition tasks are much more difficult than others . +Word error rates on some tasks are less than 1 % . +On others they can be as high as 50 % . +Sometimes it even appears that performance is going backward , as researchers undertake harder tasks that have higher error rates . +Because progress is slow and is difficult to measure , there is some perception that performance has plateaued and that funding has dried up or shifted priorities . +Such perceptions are not new . +In 1969 , John Pierce wrote an open letter that did cause much funding to dry up for several years . +In 1993 there was a strong feeling that performance had plateaued and there were workshops dedicated to the issue . +However , in the 1990s , funding continued more or less uninterrupted and performance continued , slowly but steadily , to improve . +For the past thirty years , speech recognition research has been characterized by the steady accumulation of small incremental improvements . +There has also been a trend to change focus to more difficult tasks due both to progress in speech recognition performance and to the availability of faster computers . +In particular , this shifting to more difficult tasks has characterized DARPA funding of speech recognition since the 1980s . +In the last decade , it has continued with the EARS project , which undertook recognition of Mandarin and Arabic in addition to English , and the GALE project , which focused solely on Mandarin and Arabic and required translation simultaneously with speech recognition . +Commercial research and other academic research also continue to focus on increasingly difficult problems . +One key area is to improve robustness of speech recognition performance , not just robustness against noise but robustness against any condition that causes a major degradation in performance . +Another key area of research is focused on an opportunity rather than a problem . +This research attempts to take advantage of the fact that in many applications there is a large quantity of speech data available , up to millions of hours . +It is too expensive to have humans transcribe such large quantities of speech , so the research focus is on developing new methods of machine learning that can effectively utilize large quantities of unlabeled data . +Another area of research is better understanding of human capabilities and to use this understanding to improve machine recognition performance . +Speech segmentation is the process of identifying the boundaries between words , syllables , or phonemes in spoken natural languages . +The term applies both to the mental processes used by humans , and to artificial processes of natural language processing . +Speech segmentation is an important subproblem of speech recognition , and can not be adequately solved in isolation . +As in most natural language processing problems , one must take into account context , grammar , and semantics , and even so the result is often a probabilistic division rather than a categorical . +A comprehensive survey of speech segmentation problems and techniques can be seen in . +Some writing systems indicate speech segmentation between words by a word divider , such as the space . +The difficulty of this problem is compounded by the phenomenon of co-articulation of speech sounds , where one may be modified in various ways by the adjacent sounds : it may blend smoothly with them , fuse with them , split , or even disappear . +This phenomenon may happen between adjacent words just as easily as within a single word . +The notion that speech is produced like writing , as a sequence of distinct vowels and consonants , is a relic of our alphabetic heritage -LRB- citation needed -RRB- . +In fact , the way we produce vowels depends on the surrounding consonants and the way we produce consonants depends on the surrounding vowels . +For example , when we say ` kit ' , the -LRB- k -RRB- is farther forward than when we say ` caught ' . +But also the vowel in ` kick ' is phonetically different from the vowel in ` kit ' , though we normally do not hear this . +In addition , there are language-specific changes which occur on casual speech which makes it quite different from spelling . +For example , in English , the phrase ` hit you ' could often be more appropriately spelled ` hitcha ' . +Therefore , even with the best algorithms , the result of phonetic segmentation will usually be very distant from the standard written language . +For this reason , the lexical and syntactic parsing of spoken text normally requires specialized algorithms , distinct from those used for parsing written text . +Statistical models can be used to segment and align recorded speech to words or phones . +Applications include automatic lip-synch timing for cartoon animation , follow-the-bouncing-ball video sub-titling , and linguistic research . +Automatic segmentation and alignment software is commercially available . +Lexical segmentation In all natural languages , the meaning of a complex spoken sentence -LRB- which often has never been heard or uttered before -RRB- can be understood only by decomposing it into smaller lexical segments -LRB- roughly , the words of the language -RRB- , associating a meaning to each segment , and then combining those meanings according to the grammar rules of the language . +The recognition of each lexical segment in turn requires its decomposition into a sequence of discrete phonetic segments and mapping each segment to one element of a finite set of elementary sounds -LRB- roughly , the phonemes of the language -RRB- ; the meaning then can be found by standard table lookup algorithms . +For most spoken languages , the boundaries between lexical units are surprisingly difficult to identify . +One might expect that the inter-word spaces used by many written languages , like English or Spanish , would correspond to pauses in their spoken version ; but that is true only in very slow speech , when the speaker deliberately inserts those pauses . +In normal speech , one typically finds many consecutive words being said with no pauses between them , and often the final sounds of one word blend smoothly or fuse with the initial sounds of the next word . +Moreover , an utterance can have different meanings depending on how it is split into words . +A popular example , often quoted in the field , is the phrase How to wreck a nice beach , which sounds very similar to How to recognize speech . +As this example shows , proper lexical segmentation depends on context and semantics which draws on the whole of human knowledge and experience , and would thus require advanced pattern recognition and artificial intelligence technologies to be implemented on a computer . +This problem overlaps to some extent with the problem of text segmentation that occurs in some languages which are traditionally written without inter-word spaces , like Chinese and Japanese . +However , even for those languages , text segmentation is often much easier than speech segmentation , because the written language usually has little interference between adjacent words , and often contains additional clues not present in speech -LRB- such as the use of Chinese characters for word stems in Japanese -RRB- . +Text segmentation is the process of dividing written text into meaningful units , such as words , sentences , or topics . +The term applies both to mental processes used by humans when reading text , and to artificial processes implemented in computers , which are the subject of natural language processing . +The problem is non-trivial , because while some written languages have explicit word boundary markers , such as the word spaces of written English and the distinctive initial , medial and final letter shapes of Arabic , such signals are sometimes ambiguous and not present in all written languages . +Compare speech segmentation , the process of dividing speech into linguistically meaningful portions . +In English and many other languages using some form of the Latin alphabet , the space is a good approximation of a word delimiter . +-LRB- Some examples where the space character alone may not be sufficient include contractions like ca n't for can not . -RRB- +However the equivalent to this character is not found in all written scripts , and without it word segmentation is a difficult problem . +Languages which do not have a trivial word segmentation process include Chinese , Japanese , where sentences but not words are delimited , Thai and Lao , where phrases and sentences but not words are delimited , and Vietnamese , where syllables but not words are delimited . +In some writing systems however , such as the Ge'ez script used for Amharic and Tigrinya among other languages , words are explicitly delimited -LRB- at least historically -RRB- with a non-whitespace character . +The Unicode Consortium has published a Standard Annex on Text Segmentation , exploring the issues of segmentation in multiscript texts . +Word splitting is the process of parsing concatenated text -LRB- i.e. text that contains no spaces or other word separators -RRB- to infer where word breaks exist . +Word splitting may also refer to the process of hyphenation . +Sentence segmentation Sentence segmentation is the problem of dividing a string of written language into its component sentences . +In English and some other languages , using punctuation , particularly the full stop character is a reasonable approximation . +However even in English this problem is not trivial due to the use of the full stop character for abbreviations , which may or may not also terminate a sentence . +For example Mr. is not its own sentence in `` Mr. Smith went to the shops in Jones Street . '' +When processing plain text , tables of abbreviations that contain periods can help prevent incorrect assignment of sentence boundaries . +As with word segmentation , not all written languages contain punctuation characters which are useful for approximating sentence boundaries . +Other segmentation problems Processes may be required to segment text into segments besides words , including morphemes -LRB- a task usually called morphological analysis -RRB- , paragraphs , topics or discourse turns . +A document may contain multiple topics , and the task of computerized text segmentation may be to discover these topics automatically and segment the text accordingly . +The topic boundaries may be apparent from section titles and paragraphs . +In other cases one needs to use techniques similar to those used in document classification . +Many different approaches have been tried . +Automatic segmentation approaches Automatic segmentation is the problem in natural language processing of implementing a computer process to segment text . +When punctuation and similar clues are not consistently available , the segmentation task often requires fairly non-trivial techniques , such as statistical decision-making , large dictionaries , as well as consideration of syntactic and semantic constraints . +Effective natural language processing systems and text segmentation tools usually operate on text in specific domains and sources . +As an example , processing text used in medical records is a very different problem than processing news articles or real estate advertisements . +The process of developing text segmentation tools starts with collecting a large corpus of text in an application domain . +There are two general approaches : Manual analysis of text and writing custom software Annotate the sample corpus with boundary information and use Machine Learning Some text segmentation systems take advantage of any markup like HTML and know document formats like PDF to provide additional evidence for sentence and paragraph boundaries . diff --git a/data/wiki-ja-documents.word b/data/wiki-ja-documents.word new file mode 100644 index 0000000..82882cd --- /dev/null +++ b/data/wiki-ja-documents.word @@ -0,0 +1,732 @@ +雪舟 ( せっしゅう 、 142 0 年 ( 応永 27 年 ) - 150 6 年 ( 永正 3 年 ) ) は 号 で 、 15 世紀 後半 室町 時代 に 活躍 し た 水墨 画家 ・ 禅僧 で 、 画聖 と も 称え られ る 。 日本 の 水墨 画 を 一変 さ せ た 。 諱 は 「 等楊 ( とうよう ) 」 、 もしくは 「 拙宗 ( せっしゅう ) 」 と 号 し た 。 備 中国 に 生まれ 、 京都 ・ 相国 寺 に 入 っ て から 周防 国 に 移 る 。 その 後 遣明使 に 随行 し て 中国 ( 明 ) に 渡 っ て 中国 の 水墨 画 を 学 ん だ 。 作品 は 数 多 く 、 中国 風 の 山水 画 だけ で な く 人物 画 や 花鳥 画 も よ く し た 。 大胆 な 構図 と 力強 い 筆線 は 非常 に 個性 的 な 画風 を 作り出 し て い る 。 現存 する 作品 の うち 6 点 が 国宝 に 指定 さ れ て お り 、 日本 の 画家 の なか で も 別格 の 評価 を 受け て い る と いえ る 。 この ため 、 花鳥 図 屏風 など に 「 伝雪 舟筆 」 さ れ る 作品 は 大変 多 い 。 真筆 で あ る か 専門 家 の 間 で も 意見 の 分かれ る もの も 多々 あ る 。 代表 作 は 、 「 山水 長 巻 」 「 夏冬 山 水 図 」 「 天橋 立 図 」 「 破墨 山水 」 「 慧可 断臂 の 図 」 「 秋冬 山水 」 「 花鳥 屏風 」 など 。 弟子 に 、 秋月 、 宗淵 、 等春 ら が い る 。 1420 年 備 中国 赤浜 ( 現在 の 岡山 県 総社 市 ) に 生まれ る 。 生家 は 小田 氏 と い う 武家 と さ れ て い る 。 幼 い 頃 近く の 宝福 寺 ( 総社 市 ) に 入 る 。 10 歳 頃 京都 の 相国 寺 に 移り 、 春林 周藤 に 師事 、 禅 の 修行 を 積 む と とも に 、 天章 周文 に 絵 を 学 ん だ 。 1454 年 ( 応永 28 年 ) ごろ 周防 国 に 移り 、 守護 大名 大内 氏 の 庇護 を 受け 、 画室 雲谷 庵 ( 山口 県 山口 市 ) を 構え る 。 1465 年 ( 寛正 6 年 ) ごろ 、 楚石 梵 & 29734 ( そせきぼんき ) に よ る 雪舟 二 大字 を 入手 し 、 龍崗 真圭 に 字説 を 請 。 以後 、 雪舟 を 名乗 っ た もの と 思 わ れ る 。 これ 以前 は 拙宗 等 楊 と 名乗 っ て い た と 思 わ れ る が 、 拙宗 と 雪舟 が 同一 人物 で あ る こと を 示 す 確実 な 史料 は な い 。 1468 年 ( 応仁 2 年 ) に 遣明 使船 で 明 へ 渡航 。 約 2 年間 中国 で 本格 的 な 水墨 画 に 触れ 、 研究 し た 。 1481 年 ( 文明 13 ) 秋 から 美濃 国 へ 旅行 。 没年 は 、 確実 な 記録 は な い が 150 6 年 と する もの が 多 い 。 150 2 年 と する 説 も あ る 。 雪舟 の 生涯 に は 没年 以外 に も 謎 と さ れ る 部分 が 多 い 。 雪舟 に つ い て こんな 伝説 が 残 っ て い る 。 宝福寺 に 入 っ た 幼 い 日 の 雪舟 が 、 絵 ばかり 好 ん で 経 を 読 も う と し な い の で 、 寺 の 僧 は 雪舟 を 仏堂 の 柱 に しばりつけ て しま い ま し た 。 しかし 床 に 落ち た 涙 を 足 の 親指 に つけ 、 床 に ねずみ を 描 い た ところ 、 僧 は その 見事 さ に 感心 し 、 雪舟 が 絵 を 描 く こと を 許 し ま し た 。 これ は 雪舟 に つ い て 最も よく 知 ら れ た 話 で あ る と 思 わ れ る 。 初出 は 江戸 時代 に 狩野 永納 が 編纂 し た 『 本朝 画史 』 ( 1693 年刊 ) で あ る 。 雪舟 の 神格 化 は 江戸 時代 から 始ま っ た 。 狩野 派 が 当時 画壇 を 支配 し て い た が 、 雪舟 を 師 と 仰 ぎ 、 諸 大名 が 雪舟 の 作品 を 求め た から で あ る と さ れ る 。 その ため に 雪舟 作 と さ れ る 作品 が 増え た と 言 わ れ る 。 雪舟 の 人気 を 反映 し て 、 『 信仰 祇園 祭礼 記 』 ( 人形 浄 瑠璃 ・ 歌舞伎 作品 。 宝暦 7 年 12 月 ( 175 8 年 1 月 ) 初演 。 雪舟 の 孫娘 、 雪姫 が 活躍 する 「 金閣 寺 」 の 場 が 有名 ) の よう な 作品 が 上演 さ れ た 。 日本 文化 の 一 つ を 生 ん だ 雪舟 は 、 今 や 日本 を 代表 する 歴史 人物 の 一人 と な っ て い る 。 天橋 立 図 ( 京都 国立 博物 館 ) 四季 山水 図巻 ( 山水 長 巻 ) ( 毛利 博物 館 、 1486 年 ( 文明 18 年 ) ) 秋冬 山 水 図 ( 東京 国立 博物 館 ) 破墨 山水 図 ( 東京 国立 博物 館 、 1495 年 ( 明応 4 年 ) ) 慧可断 臂 図 ( 愛知 県 ・ 斉年 寺 、 1496 年 ( 明応 5 年 ) ) 山水 図 ( 個人 蔵 ) 四季 山水 図 ( 東京 国立 博物 館 ) 四季 山水 図 ( 石橋 美術 館 ) 四季 山水 図巻 ( 山水 小巻 ) ( 京都 国立 博物 館 ) 倣高 克 恭山水 図巻 ( 山口 県立 美術 館 ) 倣夏 珪 山水 図 ( 個人 蔵 ) 倣李 唐牧牛 図 ( 山口 県立 美術 館 ) 倣梁 楷 黄 初平図 ( 京都 国立 博物 館 ) 倣玉 澗 山水 図 ( 岡山 県 立 美術 館 ) 山水 図 ( 香雪 美術 館 ) 四季 花鳥 図 屏風 ( 京都 国立 博物 館 ) 益田 兼 堯像 ( 益田 市立 雪舟 の 郷 記念 館 ) 毘沙門 天図 ( 個人 蔵 ) 山水 図 ( 京都 国立 博物 館 ) 溌墨 山水 図 ( 正木 美術 館 ) ※ 真筆 の 可能 性 の 高 い もの を 挙げ た 。 『 没後 50 0 年 特別 展 「 雪舟 」 』 ( 図録 、 東京 国立 博物 館 、 京都 国立 博物 館 、 2002 年 ) 『 画聖 雪舟 』 ( 沼田 頼輔 、 『 論創 叢 書 』 1 、 論創 社 、 2002 年 3 月 、 ISBN 4 - 8 4 6 0 - 0 2 4 1 - 1 ) 『 雪舟 応援 団 』 ( 山下 裕 二 、 赤瀬川 原平 ) +臨済 宗 ( 臨濟 宗 、 りんざい しゅう ) は 、 中国 禅 五 家 七 宗 ( ごけ しち しゅう ) ( 臨済 、 潙仰 宗 、 曹洞 宗 、 雲門 宗 、 法眼 宗 ) の ひと つ で 、 唐 の 臨済 義玄 ( ? - 867 年 ) を 宗祖 と する 。 彼 は 『 喝 の 臨済 』 『 臨済 将軍 』 の 異名 で 知 ら れ 、 豪放 な 家風 を 特徴 と し て 中国 禅興隆 の 頂点 を 極め た 。 公案 に 参究 する こと に よ り 見性 し よ う と する 看話 禅 ( かん なぜん ) で 、 ただ 座禅 する 曹洞 宗 の 黙照 禅 と は この 点 が 異な る 。 中国 に おけ る 臨済 宗 臨済 宗 は 、 その 名 の 通り 、 会昌 の 廃仏 後 、 唐末 の 宗祖 臨済 義玄 に 始ま る 。 臨済 は 黄檗 希運 の 弟子 で あ り 、 河北 省 の 地 を 拠点 と し 、 新興 の 藩鎮 勢力 で あ っ た 成徳 府 藩鎮 の 王常 侍 を 支持 基盤 と し て 宗勢 を 伸張 し た が 、 唐末 五代 の 混乱 し た 時期 に は 、 河北 は 5 王 朝 を 中心 に 混乱 し た 地域 で あ っ た ため 、 宗勢 が 振る わ な く な る 。 この 時期 の 中心 人物 は 、 風穴 延昭 で あ る 。 臨済 宗 が 再び 活気 に 満ち 溢れ る よう に な る の は 、 北宋 代 で あ り 、 石霜 楚 円 の 門下 より 、 とも に 江西 省 を 出自 と する 、 黄龍 慧南 と 楊岐 方 会 と い う 、 臨済 宗 の 主流 と な る 2 派 ( 黄龍 派 ・ 楊岐 派 ) を 生 む 傑僧 が 出 て 、 中国 全土 を 席巻 する こと と な っ た 。 南宋 代 に な る と 、 楊岐 派 に 属 する 圜悟 克勤 の 弟子 の 大慧 宗杲 が 、 浙江 省 を 拠点 と し て 大慧 派 を 形成 し 、 臨済 宗 の 中 の 主流 派 と な っ た 。 日本 に おけ る 臨済 宗 宗門 で は 、 ゴータマ ・ シッダッタ の 教え ( 悟り ) を 直接 に 受け継 い だ 十 大 弟子 ( 迦葉 ) から 28 代 目 の ボーディダルマ ( 菩提 達磨 ) を 得 て インド から 中国 に 伝え られ た 、 と い う こと に な っ て い る 。 その 後 、 禅宗 の 最高 峰 を 極め た 臨済 宗 は 、 南宋 時代 の 中国 に 渡り 学 ん だ 栄西 ら に よ っ て 、 鎌倉 時代 に 日本 に 伝え られ て い る 。 日本 の 臨済 宗 は 、 日本 の 禅 の 宗派 の ひと つ で あ る 。 師 から 弟子 へ の 悟り の 伝達 ( 法嗣 、 はっす ) を 重んじ る 。 釈迦 を 本師 釈迦 如来 大和 尚 と 、 ボーディダルマ を 初祖 菩提達磨 大師 、 臨済 を 宗祖 臨済 大師 と 呼 ぶ 。 同じ 禅宗 の 曹洞 宗 が 地方 豪族 や 一般 民衆 に 広ま っ た の に 対 し 、 臨済 宗 は 時 の 武家 政権 に 支持 さ れ 、 政治 ・ 文化 に 重ん じ られ た 。 その 後 時代 を 下り 、 江戸 時代 に 白隠 禅師 に よ っ て 臨済 宗 が 再建 さ れ た ため 、 現在 の 臨済 禅 は 白隠 禅 と も い わ れ て い る 。 伝統 法嗣 と い う 師匠 から 弟子 へ と 悟り の 伝達 が 続 き 現在 に 至 る 。 師匠 と 弟子 の 重要 な やりとり は 、 室内 の 秘密 と 呼 ば れ 師匠 の 部屋 の 中 から 持ち出 さ れ て 公開 さ れ る こと は な い 。 師匠 と 弟子 の やりとり や 、 師匠 の 振舞 を 記録 し た 禅語 録 から 、 抜き出 し た もの が 公案 ( 判例 ) と よ ば れ 、 宋代 から さまざま な 集成 が 編 ま れ て き た が 、 悟り は 言葉 で は 伝え られ る もの で は な く 、 現代 人 の 文章 理解 で 読 も う と する と 公案 自体 が 拒絶 する 。 しかし 、 悟り に 導 く ヒント に な る ことがら の 記録 で あ り 、 禅 の 典籍 は その 創立 時 から 現在 に 至 る まで 非常 に 多 い 。 それ と とも に 宋代 以降 、 禅宗 は 看話 禅 ( かん なぜん ) と い う 、 禅語 録 を 教材 に 老師 が 提要 を 講義 する ( 提唱 と い う ) スタイル に 変わ り 、 臨済 を 初め と する 唐代 の 祖師 たち の 威容 は 見 られ な く な っ た 。 師匠 が 肉体 を 去 る とき に は 少な く とも 跡継ぎ を 選 ん で 行 く が 、 跡継ぎ は 必ず しも 悟り を 開 い て い る と は 限 ら ず 、 その 事 は 師匠 と その 弟子 だけ が 知 っ て い る 。 新し い 師匠 が 悟り を 開 い て い な く とも 、 悟り を 開 い て い た 師匠 の 時代 から 数 世代 の 間 で あ れ ば 、 世代 を 越え て 弟子 が 悟り を 開 く こと は 可能 な ため 、 その 様 な 手段 が 取 ら れ る 。 師匠 は 、 ひとり だけ で は な く 複数 の 師匠 を 残 し て 行 く こと も あ れ ば 、 師匠 の 判断 で 跡 を 嗣 ぐ 師匠 を 残 さ ず に その 流れ が 終わ る こと も あ る 。 いく つ も の 支流 に 分かれ 、 ある 流れ は 消え て 行 き 、 その 流れ の いく つ か が 7 世紀 から 現在 まで 伝わ っ て い る 。 悟り 一般 に 禅宗 は 知識 で は な く 、 悟り を 重んじ る 。 禅宗 に おけ る 悟り と は 、 生き る もの 全て が 本来 持 っ て い る 本性 で あ る 仏性 に 気付 く こと を 言 う 。 この ため 、 唐代 の 祖師 たち は 苦闘 を 重ね ながら 悟 っ て き た の で あ る 。 しかし 宋代 以降 、 悟り を 得 る ため の 多く の 技法 が 考案 さ れ て き た 。 坐禅 ( 瞑想 と は 異な る ) 、 公案 ( 知的 な 理解 を 超え た 話 を 理解 する こと ) 、 読経 ( お 教 を 読 む こと ) 、 作務 ( 普段 の 作業 ) など の 修行 を 既に 悟り を 得 た 禅師 の 元 で する こと で 、 悟り が 得 られ る よう に メソッド 化 さ れ て き た 。 悟り は 、 ロウソク の 火 が 、 消え て い る ロウソク に 伝わ る よう に ( 伝灯 ) 、 師 から 弟子 へ と 伝わ る と さ れ る 。 それ は 言葉 ( ロゴス ) に よ る 伝達 で は な い 。 それ ゆえ に 正し い 禅師 を 選 ぶ こと が 肝心 と さ れ る 。 それ は 悟り を 得 て い る 事 だけ で は な く 、 自分 の 個性 に 適合 し て い る 禅師 を 選 ぶ と い う 意味 も あ る 。 しかし ながら 、 悟り を 得 た 禅師 が 指導 し て 悟 ら せ る の で は な い 。 師 を 持 た ず に 悟り を 得 た ゴータマ ・ シッダッタ ( 仏陀 、 釈尊 ) を 持ち出 す まで も な く 、 唐代 の 祖師 たち は 、 師匠 から 教わ っ て 悟 っ た の で は な い の で あ る 。 悟り を 言葉 に よ り 定義 する こと は 出来 な い が 、 言葉 を 始め と し て いろいろ な 方法 で 悟り の 境地 を 表現 する こと は でき る 。 その ため 特に 日本 に 伝わ っ た 後 、 詩 や 絵画 を 始め と し た 芸術 的 な 表現 の 上 に 悟り が 表現 さ れ て お り 、 その 香り を 味わ う こと が でき る 。 芸術 以外 に も 、 茶道 や 華道 を 始め と し た 振舞い など に も 表現 さ れ て お り 、 振舞い を たど る こと に よ っ て 、 悟り の 世界 を 味わ う と い う 手段 も 生まれ て い る 。 それ は 知的 な 理解 で は な い 。 公案 体系 宋代 以降 公案 体系 が まとめ られ 、 擬似 的 か も しれ な い が 更に 多く の 悟り を 起こ す こと を 可能 に し た 。 公案 と は 、 主に 師 と 弟子 の 間 の 会話 で 構成 さ れ 、 弟子 が 悟り を 得 る 瞬間 の 事実 を 伝え る 話 が 多 い 。 また 公案 と は 論理 的 、 知的 な 理解 を 受け付け る 事 が 出来 な い 、 論理 を 超え た 話 で あ り 、 考え る こと で は な く 、 公案 に な り 切 る こと を 通 し て のみ 知 る こと が でき る 。 これ ら の 公案 を 弟子 を 導 く 手順 と し て まとめ た の が 公案 体系 で あ り 、 50 0 から 1900 の 公案 に よ り 構成 さ れ る 。 公案 体系 は 師 の 家風 に よ っ て 異な る 。 初期 に 与え られ る 公案 の 例 : 「 犬 に 仏性 は あ り ま す か ? 」 「 無 ( む ) 」 この 背景 に は 、 仏教 で は 誰 で も 知 っ て い る 「 全て の 生き物 は 仏性 を 持 っ て い る 」 と い う 知識 が あ る 。 「 片手 の 拍手 の 音 」 弟子 は 片手 で する 拍手 の 音 を 聞 い て それ を 師匠 に 示 さ な けれ ば な ら な い 。 知的 な 理解 で は 片手 で は 拍手 は でき ず 音 は し な い 。 宗派 建仁 寺 派 120 2 年 ( 建仁 2 年 ) 、 中国 ・ 南宋 に 渡 っ て 帰国 し た 栄西 に よ り 始ま る 。 栄西 は 最初 に 禅 の 伝統 を 日本 に 伝え た 。 大 本山 は 、 京都 の 建仁 寺 。 建仁 寺 は 日本 最古 の 禅寺 で あ る 。 東福寺 派 1236 年 、 宋 に 渡り 帰国 し た 円爾 ( 弁円 ) に よ り 京都 で 始ま る 。 本山 は 、 京都 の 東福 寺 。 戦国 時代 、 毛利 家 の 外交 僧 と し て 活躍 し た 安国 寺 恵瓊 は この 宗派 。 建長 寺 派 1253 年 、 鎌倉 幕府 五 代 執権 ・ 北条 時 頼 が 中国 ・ 南宋 から 招 い た 蘭渓 道隆 に よ り 始ま る 。 本山 は 、 蘭渓 道隆 が 開山 し た 鎌倉 の 建長 寺 。 建長 寺 は 日本 で 初めて 純粋 な 禅 の 道場 が 開 か れ た 日本 で 最初 の 禅寺 で 、 一時 は 1000 人 以上 の 禅僧 が 修行 を し て い た 。 円覚 寺 派 1282 年 中国 から 招 か れ た 無学 祖元 に よ り 鎌倉 で 始ま る 。 本山 は 、 鎌倉 の 円覚 寺 。 円覚 寺 は 、 無学 祖元 から 高峰 顕日 ・ 夢窓 疎石 へ と 受け継 が れ 日本 の 禅 の 中心 と な っ た 時期 も あ る 。 明治 以降 の 有名 な 禅師 は 、 今北 洪川 ・ 釈 宗演 ・ 朝比奈 宗源 。 禅 を 西洋 に 紹介 し た 鈴木 大拙 は 今北 と 釈 宗演 の 両師 の 元 に 在家 の 居士 と し て 参禅 し た 。 また 夏目 漱石 も 釈 宗演 に 参 じ て お り 、 その 経験 は 「 門 」 に 描 か れ て い る 。 南禅 寺 派 1291 年 、 無 関 普門 に よ り 始ま る 。 本山 は 、 京都 の 南禅 寺 。 国泰寺 派 130 0 年 頃 、 慈雲 妙意 に よ り 始ま る 。 総 本山 は 、 明治 時代 に 山岡 鉄舟 の 尽力 で 再興 し た 富山 県 高岡 市 に あ る 国泰 寺 ( 高岡 市 ) 。 鉄舟 開基 の 谷中 の 全生 庵 も 国泰 寺 派 の 名刹 で あ る 。 大徳 寺 派 1315 年 、 宗峰 妙超 に よ り 始ま る 。 本山 は 、 京都 の 大徳 寺 。 室町 時代 に は 応仁 の 乱 で 荒廃 し た が 、 一休 宗 純 が 復興 し た 。 向嶽 寺 派 1327 年 、 抜隊 得 勝 に よ り 始ま る 。 本山 は 、 山梨 県 甲州 市 の 向嶽 寺 。 妙心 寺 派 1337 年 、 関山 慧玄 に よ り 始ま る 。 本山 は 、 京都 の 妙心 寺 。 塔頭 寺院 に は 、 桂春院 ・ 春光 院 ・ 退蔵 院 など が あ る 。 末寺 3,400 余 ヵ寺 を 持 つ 臨済 宗 最大 の 宗派 。 天龍 寺 派 1339 年 、 夢窓 疎石 に よ り 始ま る 。 本山 は 、 京都 嵐山 の 天龍 寺 。 永源 寺 派 1361 年 寂 室 元 光 に よ り 始ま る 。 本山 は 、 滋賀 県 東近江 市 に あ る 永源 寺 ( 東近江 市 ) 。 末 寺 は 、 滋賀 県 を 中心 に 約 150 ヶ寺 。 明治 13 年 ( 1880 年 ) まで は 東福 寺 派 に 属 し た 。 方広寺 派 1384 年 、 無文元 選 に よ り 始ま る 。 本山 は 、 浜松 市 北 区 引佐町 の 方広 寺 ( 浜松 市 ) 。 末 寺 は 、 静岡 県 を 中心 に 約 170 ヶ寺 。 明治 37 年 ( 190 4 年 ) まで は 南禅 寺 派 に 属 し た 。 相国 寺 派 1392 年 、 夢窓 疎石 に よ り 始ま る 。 本山 は 、 足利 義満 に よ り 建立 さ れ た 京都 の 相国 寺 。 末 寺 は 、 全国 に 約 100 ヶ寺 。 金閣 寺 ・ 銀閣 寺 が 属 する 。 佛通寺 派 1397 年 、 愚中 周及 に よ り 始ま る 。 本山 は 、 広島 県 三原 市 の 佛通 寺 末 寺 は 、 広島 県 内 を 中心 に 約 50 ヶ寺 。 明治 38 年 ( 190 5 年 ) まで は 天竜 寺 派 に 属 し た 。 関係 教育 機関 花園 大学 正眼 短期 大学 花園 中 学校 ・ 高等 学校 +浄土 真宗 ( じょうど しんしゅう 、 Shin - Buddhism , PureLand Buddhism ) は 、 日本 の 仏教 の 宗派 の ひと つ で 、 鎌倉 時代 初期 、 法然 の 弟子 ・ 親鸞 が 、 法然 の 教え ( 浄土 宗 ) を 継承 発展 さ せ た 教団 で あ る 。 宗派 名 の 成り立ち の 歴史 的 経緯 から 、 現在 、 同宗 に 属 する 宗派 の 多く が 宗旨 名 と し て は 真宗 を 名乗 る 。 過去 に は 一向 宗 、 門徒 宗 と も 通称 さ れ た 。 教義 念仏 ( 南無 阿弥陀 仏 、 なむあみだぶつ 、 な も あみだぶつ ( 本願 寺 派 ) ) を 称え る こと ( 称名 念仏 ) を 通 し て 、 阿弥陀 如来 ( 以降 「 如来 」 ) の 慈悲 を 信知 せ しめ られ 、 悪人 を 含 む 全て の 人 が 浄土 へ 往生 し 成仏 する と い う 絶対 他力 へ の 信順 を 往生 成仏 の 正因 と する 。 この こと から 、 真宗 の 教え を 漢字 8 字 で あらわ す と 、 「 信心 正因   称名 報恩 」 と 言 わ れ る 。 本願 寺 八 世蓮 如 が 、 『 御文 』 にて 次 の よう に 述べ て い る 。 「 そもそも 、 開山 聖人 の 御 一流 に は 、 それ 、 信心 と いふ こと を も っ て さき と せ られ たり 。 その 信心 と い う は なに の 用 ぞ と い う に 、 無善 造悪 の われ ら が よう な る あさましき 凡夫 が 、 たやす く 弥陀 の 浄土 へ まいり なん ずる ため の 、 出立 なり 。 この 信心 を 獲得 せ ず は 、 極楽 に は 往生 せ ず し て 、 無間 地獄 に 堕在 す べ き もの なり 。 」 また 、 「 称名 報恩 」 に つ い て は 、 「 その 上 の 称名 念仏 は 、 如来 わ が 往生 を 定め たまいし 御 恩 報尽 の 念仏 と こころう べ き なり 」 ( 同 、 5 帖 目 10 通 ) と 、 浄土 真宗 の 称名 念仏 は 、 如来 に 救い と ら れ た お 礼 の 言葉 で あ る と 述べ て い る 。 この 根拠 が 、 『 無量 寿経仏 説 無量 寿経 』 に 説 か れ る 四十 八 願 、 ことに 「 王 本願 」 と も 呼 ば れ る 第 十 八 願 ( 選択 本願 ) で あ る 。 本尊 は 阿弥陀 如来 一仏 で あ る 。 ただし 、 高田 派 及び 一部門 徒 は 善光 寺 式 阿弥陀 三 尊 形式 で あ る 阿弥陀 如来 ・ 観世 音 菩薩 ・ 勢至 菩薩 を 本尊 と する 。 一般 に 、 「 今 この 時 に も 阿弥陀 如来 の 本願 力 は 私 たち に 回向 さ れ て い て 、 救 わ れ て い る 」 ( 現生 正定聚 ) に つ い て は 、 誤 っ た 受け取り 方 を する 者 が 多 かっ た ため 、 たびたび 正 し て い る 。 蓮如 は 『 御文 ( 御 文章 ) 』 で 、 「 十 劫 正覚 の はじめ より 、 我 等 が 往生 を 定め たまえ る 弥陀 の 御恩 を 忘れ ぬ が 信心 ぞ と いえり 。 これ 大きな る 誤 なり 。 そも 弥陀 如来 の 正覚 を 成り たまえ る 謂 を 知 り たり と い う とも 、 我 等 が 往生 す べ き 他力 の 信心 と い う 謂 を 知 ら ず ば 徒事 な り 。 」 と 、 如来 が 仏 と な ら れ た い われ を 知 る だけ で は 、 それ は ただ の 知識 に すぎ ず 、 如来 より 賜 る 他力 の 信心 ( 真実 の 信心 ) の い われ を 知 ら な けれ ば いけ な い 、 と 述べ て い る 。 ここ で も 信心 正因 を 確認 し 、 明確 に 正 し て お り 、 「 ただ 念仏 を 称えれ ば 、 誰 で も 極楽 へ ゆけ る 」 と は 述べ て い な い 。 如来 より 賜 る 信心 に よ り 救 わ れ る の が 浄土 真宗 で あ る 。 あくまで も 念仏 は 、 報恩 の 為 に 発 せ られ る の で あ っ て 、 往生 の 条件 で は な い 。 また 親鸞 は 『 教行 信証 』 に 、 「 涅槃 の 真因 は 唯信 心 を 以て す 」 と 述べ 、 『 尊号 真像 銘文 』 に は 「 真実 信心 を 阿耨 菩提 ( あの くぼだい ・ この 上 な い さとり の 意 ) の 因 と す べし と な り 」 と 述べ て い る 。 他 の 仏教 宗 派 に 対 する 真宗 の 最大 の 違い は 、 僧侶 に 肉食 妻 帯 が 許 さ れ る 、 無戒 で あ る と い う 点 に あ る ( 明治 まで 、 妻帯 の 許 さ れ る 仏教 宗 派 は 真宗 のみ で あ っ た ) 。 そもそも は 、 一般 の 僧侶 と い う 概念 ( 世間 と の 縁 を 断 っ て 出家 し 修行 する 人々 ) や 世間 内 で 生活 する 仏教 徒 ( 在家 ) と し て の 規範 から はみ出 さ ざる を 得 な い 人々 を 救済 する の が 本願 念仏 で あ る と 、 師 法然 から 継承 し た 親鸞 が 、 それ を 実践 し 僧 と し て 初めて 公式 に 妻帯 し 子 を 設け た こと に 由来 する 。 その ため 、 真宗 に は 法脈 ( 師弟 関係 ) と 血脈 の 2 つ の 系譜 が 存在 する 。 与え られ る 名前 も 戒名 で は な く 法名 と 言 う 。 真宗 は 、 ただ 如来 の 働き に まかせ て ( すなわち 真実 の 信心 を 獲得 すれ ば ) 、 全て の 人 は 往生 成仏 する こと が 出来 る と する 教え から 、 他 の 宗派 と 比べ 多く の 宗教 儀式 や 習俗 に とらわれ ず 、 報恩 謝徳 の 念仏 と 聞法 を 大事 に する 。 仏教 宗 派 の 中 で は 、 唯一 加持 祈祷 を 行 わ な い の も 大きな 特徴 で あ る 。 また 合理 性 を 重ん じ 、 作法 や 教え も 簡潔 で あ っ た こと から 、 近世 に は 庶民 に 広 く 受け入れ られ た が 、 他 の 宗派 から は かえっ て 反発 を 買い 、 「 門徒 物 知 ら ず 」 ( 門徒 と は 真宗 の 信者 の こと ) など と 揶揄 さ れ る 事 も しばしば で あ っ た 。 また 真宗 は 、 本尊 ( 「 南無 阿弥陀 仏 」 の 名号 本尊 、 若しくは 阿弥陀 如来 の 絵像 ・ 木像 ) の 各戸 へ の 安置 を 奨励 し た 。 これ を 安置 する 仏壇 の 荘厳 に 関 し て の 「 決まり 」 が 他 の 宗派 に 比 し て 厳格 で あ る 。 荘厳 は 本山 を 模 し て い る こと から 、 真宗 各派 で も 作り が 異な り 、 仏具 に 関 し て も それぞれ に 違い が あ る 。 仏壇 に 、 本尊 を 安置 し 荘厳 さ れ た もの を 、 真宗 で は 「 御 内 仏 」 と 呼 ぶ 。 真宗 に お い て は 、 先祖 壇 や 祈祷 壇 と し て 、 用い な い 。 真宗 の 本山 に は 、 その いずれ に お い て も 基本 的 に 、 本尊 阿弥陀 如来 を 安置 する 本堂 ( 阿弥陀 堂 ) と は 別 に 、 宗祖 親鸞 の 真影 を 安置 する 御影 堂 が あ る 。 真宗 の 寺院 建築 に は 他 に も 内陣 に 比べ て 外陣 が 広 い など 、 他宗 に 見 られ な い 特徴 が あ る 。 また 各派 とも に 、 宗祖 親鸞 聖人 の 忌日 に 、 「 報恩 講 」 と 呼 ば れ る 法会 を 厳修 する 。 その 旨 は 、 求道 ・ 弘教 の 恩徳 と 、 それ を 通 じ て 信知 せ しめ られ た 阿弥陀 如来 の 恩徳 と に 報謝 し 、 その 教え を 聞信 する 法会 で あ る 。 また この 法会 を 、 年間 最大 の 行事 と する 。 ただし 、 真宗 各派 で その 日 は 異な る 。 ( 詳し く は 、 報恩 講宗 派 別 の 御正 忌報恩 講 の 日程 を 参照 。 ) 正依 の 経典 は 浄土 三 部 経 。 また 経典 で は 無 い が 、 七 高僧 の 著作 に つ い て も 重んじ る 。 中 で も 天親 の 『 無量 寿経優 婆 提舎 願生偈 』 は 、 師 で あ る 法然 が 「 三 経 一 論 」 と 呼 び 、 浄土 三 部 経 と 並べ て 特に 重ん じ た 。 親鸞 は 、 『 仏説 無量 寿経 』 を 『 大 無量 寿経 』 『 大経 』 と 呼 び 特に 重ん じ た 。 浄土 三 部 経 『 仏説 無量 寿経 』 曹魏 康 僧鎧 ( こうそうがい ) 訳 『 仏説 観 無量 寿経 』 劉宋 畺 良 耶舎 ( きょうりょう や しゃ ) 訳 『 仏説 阿弥陀 経 』 姚秦 鳩摩羅什 ( くまら じゅう ) 訳 七 高僧 の 論釈 龍樹 造 『 十 住 毘 婆沙論 』 全 十 七 巻 の 内 、 巻 第 五 の 「 易行 品 第 九 」 姚秦 鳩摩羅什 訳 『 無量 寿経優 婆 提舎 願生偈 ( 浄土 論 ・ 往生 論 ) 』 後魏 菩 提留 支 ( ぼだい る し ) 訳 曇鸞 撰 『 無量 寿経優 婆 提舎 願生 偈註 ( 浄土 論 註 ・ 往生 論註 ) 』 『 讃 阿弥陀 仏偈 』 道綽 撰 『 安楽 集 』 善導 撰 『 観無 量 寿経疏 ( 観経 疏 ・ 観経 四 帖 疏 ) 』 『 往生 礼讃 偈 ( 往生 礼讃 ) 』 『 転経 行 道願往生 浄土 法事 讃 ( 法事 讃 ) 』 『 依観 経 等 明般 舟 三 昧 行道往生讃 ( 般 舟 讃 ) 』 『 観念 阿弥陀 仏 相海 三 昧 功徳 法門 ( 観念 法門 ) 』 源信撰 『 往生 要集 』 源 空撰 『 選択 本願念仏 集 』 親鸞 撰 『 顕浄土 真実 教行 証文 類 ( 教行 信証 ) 』 『 浄土 文 類 聚鈔 』 『 愚禿 鈔 』 『 入出 二 門 偈頌 ( 入出 二 門 偈 ) 』 『 浄土 三 経往 生 文類 ( 三経往 生 文類 ) 』 『 如来 二 種 回向 文 』 『 尊号 真像 銘文 』 『 一念 多念 文意 』 『 唯信 鈔 文意 』 「 三 帖 和讃 」 『 浄土 和讃 』 『 高僧 和讃 』 『 正像 末 和讃 』 なお 蓮如 の 『 御文 ( 御 文章 ) 』 は 、 本願 寺 派 ・ 大谷 派 など で は 正依 の 聖教 に 準 じ て 重んじ る が 、 高田 派 など 宗派 に よ っ て は 用い な い 。 ( 蓮如 は 、 本願 寺 の 血脈 で あ る 為 、 宗祖 親鸞 から の 法脈 を 重ん ずる 宗派 で は 用い な い 。 また 蓮如 の 本願 寺 と 高田 派 は 、 争い が 起き 対立 し た 歴史 が あ る 。 ) 開祖 親鸞 は 、 釈尊 ・ 七 高僧 へ と 継承 さ れ る 他力 念仏 の 系譜 を ふまえ 、 法然 ( 浄土 宗 開祖 ) を 師 と 仰い で から の 生涯 に 渡 り 、 「 真 の 宗教 で あ る 浄土 宗 の 教え 」 を 継承 し 、 さらに 高め て 行 く 事 に 力 を 注 い だ 。 法然 没後 の 弟子 たち に よ る 本願 ・ 念仏 に 対 する 解釈 の 違い から 、 のち に 浄土 宗 西山 派 など から の 批判 を 受け る 事 に つなが る 。 なお 、 親鸞 は 生前 に 著 し た 『 高僧 和讃 』 に お い て 、 法然 に つ い て 「 智慧 光 の ちから より 、 本師 源 空 ( 法然 ) あらはれ て 、 浄土 真宗 ひら きつ ゝ 、 選択 本願 のべ たまふ 」 と 述べ て 、 浄土 真宗 は 法然 が 開 い て 自ら が 継承 し た 浄土 宗 の 教え と 解 し た 。 これ に 対 し て 蓮如 は 、 「 祖師 聖人 ( 親鸞 ) は すでに 浄土 真宗 と こそ お ほせ さだめ られ たり … … 当流 の こと は 自余 の 浄土 宗 より も すぐれ た る 一義 あ る に よ り て 我聖人 も 別 し て 真 の 字 を おき て 浄土 真宗 と さだめ た まへり 」 と 解 し て お り 、 時代 と とも に 浄土 真宗 と い う 宗名 に 関 する 考え 方 に 変化 が 生 じ て い る こと を 示 し て い る 。 親鸞 は 越後 流 罪 後 ( 承元 の 法難 ) に 関東 を 拠点 に 布教 を 行 っ た ため 、 関東 に 親鸞 の 教え を 受け た 門徒 が 形成 さ れ て い く 。 親鸞 の 没後 に 、 浄土 宗 から 独立 し た 宗旨 と し て 形成 さ れ る 。 親鸞 の 教え を 継 ぐ 者 に は 自ら の 教義 こそ 浄土 へ の 往生 の 真 の 教え と の 思い は あ っ た が 、 浄土 真宗 と 名乗 る こと は 浄土 宗 の 否定 と も 取 ら れ かね な い ため 、 当時 は ただ 真宗 と 名乗 っ た 。 ちなみ に 浄土 宗 や 時宗 で も 自ら を 「 浄土 真宗 」 「 真宗 」 と 称 し た 例 が あ り 、 また 時宗 旧 一向 派 ( 開祖 一向 俊聖 ) を 「 一向 宗 」 と 称 し た 例 も あ る 。 近世 に は 浄土 宗 から の 圧力 に よ り 、 江戸 幕府 から 「 浄土 真宗 」 と 名乗 る こと を 禁 じ られ 、 「 一向 宗 」 と 公称 し た ( 逆 に 本来 「 一向 宗 」 を 公称 し て い た 一向 俊聖 の 法統 は 、 本来 は 無 関係 で あ る 時宗 へ と 強制 的 に 統合 さ れ る 事 に な る ) 。 親鸞 の 法統 が 「 浄土 真宗 」 を 名乗 る こと の 是非 に つ い て 浄土 真宗 と 浄土 宗 の 間 で 争 わ れ た の が 安永 3 年 ( 1774 年 ) から 15 年 に わた っ て 続け られ た 宗名 論争 で あ る 。 明治 5 年 ( 1872 年 ) 太政 官 正院 から 各 府 県 へ 「 一向 宗 名之儀 、 自今 真宗ト 改名 可致旨 」 の 布告 が 発 せ られ 、 ここ に 近代 に な っ て ようやく 「 ( 浄土 ) 真宗 」 と 表記 する こと が 認め られ た の で あ る 。 歴史 親鸞 時代 親鸞 の 死後 、 親鸞 の 曾孫 に あた る 覚如 ( 1270 年 - 1351 年 ) は 、 三 代 伝持 等 を 根拠 と し て 親鸞 の 祖廟 継承 の 正当 性 を 主張 し 、 本願 寺 ( 別名 大谷 本願 寺 ) を 建て て 本願 寺 3 世 と 称 し た 。 こう し た 動き に 対 し 、 親鸞 の 関東 に おけ る 門弟 の 系譜 を 継 ぐ 佛光 寺 7 世 の 了源 ( 1295 年 - 1336 年 ) など 他 の 法脈 は 、 佛光 寺 や 専修 寺 など を 根拠 地 と し て 、 次第 に 本願 寺 に 対抗 的 な 立場 を 取 る こと に な っ た 。 この頃 の 浄土 真宗 は 、 佛光 寺 や 専修 寺 に お い て 活発 な 布教 活動 が 行 わ れ 多く の 信者 を 得 た が 、 本願 寺 は 8 世 蓮 如 の 登場 まで は 、 天台 宗 の 末寺 と し て 存続 し て い た に 過ぎ な かっ た 。 蓮如 の 登場 ~ 石山 合戦 室町 時代 の 後期 に 登場 し た 本願 寺 8 世 の 蓮如 ( 1415 年 - 1499 年 ) は 、 当時 の 民衆 の 成長 を 背景 に 講 と 呼 ば れ る 組織 を 築 き 、 人々 が 平等 に 教え を 聴 き 団結 でき る 場 を 提供 し 、 また 親鸞 の 教え を 安易 な 言葉 で 述べ た 『 御文 ( 御 文章 ) 』 を 著作 し 、 一般 に 広 く 教化 し た 。 この 事 に よ り 本願 寺 は 急速 に 発展 ・ 拡大 し 、 一向 宗 と 呼 ば れ る よう に な っ た ( 逆 に この 他 の 真宗 各派 は 衰退 する こと と な る ) 。 この 講 の よる 信者 の 団結 力 は 、 蓮如 の 制止 に も 拘わ ら ず 施政 者 ( 大名 など ) に 向か っ た 。 中世末 の 複雑 な 支配 権 の 並存 する 体制 に 不満 を 持 つ 村々 に 国人 ・ 土豪 が 真宗 に 改宗 する こと で 加わ り 、 「 一向 一揆 」 と 呼 ば れ る 一郡 や 一 国 の 一向 宗徒 が 一 つ に 団結 し た 一揆 が 各地 で 起こ る よう に な る 。 その ため 、 この 後 に 加賀 の 例 で 記述 する よう な 大名 に 対 する 反乱 が 各地 で 頻発 し 、 徳川 家康 ・ 上杉 謙信 など 多数 の 大名 が 一向 宗 の 禁 教令 を 出 し た 。 中 で も 、 薩摩 国 の 島津 氏 は 明治 時代 まで 禁 教令 を 継続 し た ため 、 南 九州 の 真宗 信者 は 講 を 組織 し 秘か に 山中 の 洞窟 で 信仰 を 守 っ た ( かく れ 念仏 ) 。 やがて 応仁 の 乱 ( 1467 年 - 1477 年 ) が 起こ り 、 当時 越前 国 に あ っ た 本願 寺 の 根拠 吉崎 御坊 の 北 、 加賀 国 で 東軍 ・ 西軍 に 分かれ て の 内乱 が 生じ る と 、 専修 寺 派 の 門徒 が 西軍 に 与 し た 富樫 幸 千代 に 味方 し た の に 対 し 、 本願 寺 派 の 門徒 は 越前 の 大名 朝倉 孝景 ( 7 代 当主 ) の 仲介 で 、 文明 6 年 ( 1474 年 ) 、 加賀 を 追い出 さ れ た 前 守護 で 幸千 代 の 兄 で あ る 東軍 の 富樫 政親 に 味方 し て 幸千 代 を 追い出 し た ( つまり 、 加賀 の 一向 一揆 は 、 最初 は 真宗内 の 勢力 争い で も あ っ た ) 。 しかし その 後 、 本願 寺門徒 と 富樫 政親 は 対立 する よう に な り 、 長享 2 年 ( 1488 年 ) 、 政親 が 一向 宗 討伐軍 を 差し向け る と 、 結局 政親 を 自刃 に 追い込 ん で 自治 を 行 う まで に な っ た ( ただし 富樫 氏 一族 の 富樫 正高 は 一向 一揆 に 同情 的 で 、 守護 大名 と し て 象徴 的 に 居座 っ て い る ) 。 その 後 、 門徒 の 矛先 は 朝倉 氏 に 奪 わ れ て い た 吉崎 の 道場 奪 回 に 向け られ 、 北陸 全土 から 狩り出 さ れ た 門徒 が 何 度 も 朝倉 氏 と 決戦 し て い る 。 一方 、 畿内 で は 、 吉崎 より 移 っ た 蓮如 が 文明 14 年 ( 1482 年 ) に 建立 し た 、 京都 山科 本願 寺 が 本拠 地 で あ っ た が 、 その 勢威 を 恐れ た 細川 晴元 は 日蓮 宗 徒 と 結 び 、 天文 ( 元号 ) 元年 ( 1532 年 ) 8 月 に 山科 本願 寺 を 焼き 討ち し た ( 真宗 で は 「 天文 の 錯乱 」 、 日蓮 宗 で は 「 天文 法華 の 乱 」 ) 。 これ に よ り 本拠 地 を 失 っ た 本願 寺 は 、 蓮如 が その 最晩 年 に 建立 し ( 明応 5 年 、 1496 年 ) 居住 し た 大坂 石山 の 坊舎 の 地 に 本拠 地 を 移 し た ( 石山 本願 寺 ) 。 これ 以後 、 大坂 の 地 は 、 城郭 に も 匹敵 する 本願 寺 の 伽藍 と その 周辺 に 形成 さ れ た 寺内 町 を 中心 に 大き く 発展 し 、 その 脅威 は 時 の 権力 者 たち に 恐れ られ た 。 永禄 11 年 ( 1568 年 ) に 織田 信長 が 畿内 を 制圧 し 、 征夷 大将軍 と な っ た 足利 義昭 と 対立 する よう に な る と 、 本願 寺 11 世 の 顕如 ( 1543 年 - 1592 年 ) は 足利 義昭 に 味方 し 、 元亀 元年 ( 1570 年 ) 9 月 12 日 、 突如 と し て 三好 氏 を 攻め て い た 信長 の 陣営 を 攻撃 し た ( 石山 合戦 ) 。 また 、 これ に 呼応 し て 各地 の 門徒 も 蜂起 し 、 伊勢 国長 島 願証 寺 の 一揆 ( 長島 一向 一揆 ) は 尾張 の 小木 江城 を 攻め 滅ぼ し て い る 。 この 後 、 顕如 と 信長 は 幾 度 か 和議 を 結 ん で い る が 、 顕如 は 義昭 など の 要請 に よ り 幾 度 も 和議 を 破棄 し た ため 、 長島 や 越前 など 石山 以外 の 大半 の 一向 一揆 は 、 ほとんど が 信長 に よ っ て 根切 ( 皆殺し ) に さ れ た 。 石山 で は 開戦 以後 、 実 に 10 年 も の 間 戦 い 続け た が 、 天正 8 年 ( 1580 年 ) 、 信長 が 正親町 天皇 に よ る 仲介 と い う 形 で 提案 し た 和議 を 承諾 し て 本願 寺 側 が 武装 解除 し 、 顕如 が 石山 を 退去 する こと で 石山 合戦 は 終結 し た 。 ( その 後 、 石山 本願 寺 の 跡地 を 含め 、 豊臣 秀吉 が 大坂城 を 築造 し て い る 。 ) この よう に 一向 一揆 は 、 当時 の 日本 社会 に おけ る 最大 の 勢力 の ひと つ で あ り 、 戦国 大名 に 伍 する 存在 で あ っ た が 、 真宗 の 門徒 全体 が この 動き に 同調 し て い た わけ で は な い 。 越前 国 に おけ る 本願 寺門 徒 と 専修 寺 派 の 門徒 ( 高田 門徒 ・ 真宗 三門 徒 派 ) と の 交戦 の 例 に 見 られ る よう に 、 本願 寺 以外 の 真宗 諸派 の 中 に は これ と 対立 する もの も あ っ た 。 京都 に 再興 豊臣 秀吉 の 時代 に な る と 、 天正 19 年 ( 1591 年 ) に 、 顕如 は 京都 中央 部 ( 京都 七 条 堀川 ) に 土地 を 与え られ 、 本願 寺 を 再興 し た 。 1 60 2 年 、 石山 退去 時 の 見解 の 相違 等 を めぐ る 教団 内部 の 対立 状況 が 主因 と な り 、 これ に 徳川 家康 の 宗教 政策 が 作用 し て 、 顕如 の 長男 で あ る 教如 ( 15 5 8 年 - 1614 年 ) が 、 家康 から 本願 寺 の すぐ 東 の 土地 ( 京都 七 条 烏丸 ) を 与え られ 東本願 寺 を 構え た 。 これ に よ り 、 当時 最大 の 宗教 勢力 で あ っ た 本願 寺 は 、 顕如 の 三男 准如 ( 1577 年 - 1630 年 ) を 12 世 宗 主 と する 西 ( 現在 の 浄土 真宗 本願 寺 派 、 真宗 興正派 など ) と 、 長男 教如 を 12 世 宗 主 と する 東 ( 現在 の 真宗 大谷 派 など ) と に 分裂 する こと に な っ た 。 明治 維新 後 の 宗教 再編 時 に は 、 大教院 に 対 し 宗教 団体 と し て 公的 な 登録 を 行 う 際 、 現在 の 浄土 真宗 本願 寺 派 のみ が 浄土 真宗 と し て 申請 し 、 他 は 真宗 と し て 申請 し た こと が 、 現在 の 名称 に 影響 し て い る 。 また 、 長 い 歴史 の 中 で 土俗 信仰 など と 結びつ い た 、 浄土 真宗 系 の 新 宗教 も 存在 し て い る 。 現在 、 浄土 真宗 宗派 加盟 の 10 派 ほか 諸派 に 分かれ て い る が 、 宗 全体 と し て は 、 日本 の 仏教 諸 宗中 、 最も 多く の 寺院 ( 約 22 ,000ヶ寺 ) 、 信徒 を 擁 する 。 真宗 十 派 ( 真宗 教 団 連合 ) 真宗教 団 連合 は 、 親鸞 聖人生誕 750 年 ・ 立教 開 宗 70 0 年 に あた る 1923 年 ( 大正 12 年 ) 、 真宗 各派 の 協調 ・ 連携 を 図 る 為 に 、 真宗 各派 協和 会 と し て 結成 さ れ た 。 加盟 団体 は 以下 の 10 派 で あ り 、 「 真宗 十 派 」 と い わ れ る 。 浄土 真宗 本願 寺 派 西本願 寺 ( 通称   西本願 寺 ) ( 京都 市 下京 区 )   末 寺 数   10497 真宗 大谷 派 真宗 本 廟 ( 通称   東本願 寺 ) ( 京都 市 下京 区 )   末 寺 数   980 4 真宗 高田 派 専修 寺 ( 三重 県 津 市 )   末 寺 数   643 真宗 興正派 興正 寺 ( 京都 市 下京 区 )   末 寺 数   486 真宗佛 光寺 派 佛光 寺 ( 京都 市 下京 区 )   末 寺 数   390 真宗 木辺 派 錦織 寺 ( 滋賀 県 野洲 市 )   末 寺 数   250 真宗 誠照寺 派 誠照寺 ( 福井 県 鯖江 市 )   末 寺 数   80 真宗 出雲路 派 毫摂 寺 ( 福井 県 越前 市 )   末 寺 数   67 真宗 三門 徒 派 専照 寺 ( 福井 県 福井 市 )   末 寺 数   41 真宗山元 派 證誠 寺 ( 鯖江 市 ) ( 福井 県 鯖江 市 )   末 寺 数   21 その 他 の 宗派 真宗 浄興寺 派 浄興 寺 ( 新潟 県 上越 市 )   末 寺 数   12 原始 真宗 願入寺 ( 茨城 県 東茨城 郡 ) 浄土 真宗 別 格 本山 ( 単立 ) 西念 寺 ( 笠間 市 ) ( 茨城 県 笠間 市 ) - 親鸞 ゆかり の 稲田 草庵 を 由緒 と する 。 弘願 真宗 聖玄 寺 ( 福井 県 福井 市 )   末 寺 数   8 淨土 真信宗 浄光 寺 派 ( 浄土 真宗 浄光 寺 派 ) 浄光 寺 ( 福岡 市 東 区 )   末 寺 数   5 真宗 北 本願 寺 派 北本願 寺 ( 北海道 小樽 市 )   末 寺 数   3 浄土 真宗遣 迎院 派 遣迎院 ( 京都 市 北 区 ) カヤカベ 教 お 東 騒動 で 分立 し た 宗派 浄土 真宗 東 本願 寺 派 ( 前 ・ 東京 本願 寺 ) 東本願 寺 ( 東京 都 台東 区 ) ( 東京 都 台東 区 ) - 長男 大谷 光紹 、 末寺 ・ 崇敬 寺院 数   32 4 本願 寺 維持 財団 東本願 寺 東山 浄苑 ( 京都 市 東山 区 ) - 2 男 大谷 暢順 、 現門 主 は 長男 大谷 業成 ( 光輪 ) 。 東山 上 花山 本願 寺 。 大谷 本願 寺 ( 大谷 本願 寺 ) 大谷 本願 寺 ( 京都 市 右京 区 ) - 4 男 大谷 暢道 ( 光道 ) 。 2007 年 2 月 、 宗教 法人 設立 。 浄土 真宗 系 新 宗教 浄土 真宗 親鸞 会 浄土 真宗 一 の 会 仏眼 宗 真宗 長生 派 浄土 真宗 同朋 教団 仏教 真宗 門徒 宗 一味 派 信者 団体 浄土 真宗華 光 会 +Infobox Buddhist 道元 ( どう げん ) は 、 鎌倉 時代 初期 の 禅僧 。 曹洞 宗 の 開祖 。 晩年 に 希玄 と い う 異称 も 用い た 。 同宗旨 で は 高祖 と 尊称 さ れ る 。 諡 は 、 仏性 伝東 国師 、 承陽 大師_ ( 僧 ) 。 一般 に は 道元 禅師 と 呼 ば れ る 。 日本 に 歯磨き 洗面 、 食事 の 際 の 作法 や 掃除 の 習慣 を 広め た と い わ れ る 。 最初 に モウソウチク ( 孟宗 竹 ) を 持ち帰 っ た と する 説 も あ る 。 道元 の 出生 に は 不明 の 点 が 多 い が 、 内 大臣 土 御門 通親 ( 源 通親 あるいは 久我 通親 ) の 嫡流 に 生まれ た と する 点 で は 諸説 が 一致 し て い る 。 定説 で は 京都 木幡 の 松殿 山荘 で 通親 と 太政 大臣 松殿 基房 ( 藤原 基房 ) の 娘藤原 伊子 の 子 と し て 生まれ た と さ れ て い る が 、 近年 の 研究 で は 定説 で は 養父 と さ れ て い る 堀川 通具 の 実子 と する 説 が 有力 に な り つつ あ る 。 また 、 通親 の 子 、 源 通 宗 また は 久我 通光 を 父親 と する 説 も あ る 。 伝記 で あ る 『 建撕 記 』 に よ れ ば 、 3 歳 で 父 ( 通親 ) を 、 8 歳 で 母 を 失 っ て 、 異母 兄 で あ る 堀川 通具 の 養子 に な っ た 。 また 、 一説 に よ れ ば 両親 の 死後 に 母方 の 叔父 で あ る 松殿 師家 ( 元 摂政内 大臣 ) から 松殿 家 の 養嗣子 に し た い と い う 話 が あ っ た が 、 世 の 無常 を 感 じ て い た 道元 が 断 っ た と も 言 わ れ て い る 。 浄土 真宗 の 開祖 親鸞 と は 、 互い に 母方 の 縁戚 に あた り 面識 が あ っ た と する 説 が あ る が 確証 は な い 。 著作 『 正法 眼蔵 』 の 「 生死 」 の 巻 は 、 親鸞 に 向け て 書 か れ た もの で あ る と する 説 が あ る 。 建暦 3 年 ( 1213 年 ) 比叡 山 の 母方 の 叔父 良 顕 を 訪ね る 。 建保 2 年 ( 1214 年 ) 天台 座主 公 円 に つ い て 出家 し 、 仏 法房 道元 と 名乗 る 。 建保 3 年 ( 1215 年 ) 園城 寺 の 公胤 の 元 で 天台 宗教 学 を 修め る 。 建保 5 年 ( 1217 年 ) 建仁 寺 に て 栄西 の 弟子 明全 に 師事 。 貞応 2 年 ( 1223 年 ) 明全 と とも に 博多 から 南宋 に 渡 っ て 諸山 を 巡 り 、 曹洞 宗 の 天童 如浄 より 印可 を 受け る 。 安貞 2 年 ( 1228 年 ) 帰国 。 天福 ( 日本 ) 元年 ( 1233 年 ) 京都 深草 に 興聖 寺 を 開 く 。 この 頃 、 比叡山 から の 弾圧 を 受け る 。 寛元 元年 ( 1243 年 ) 7 月 越前 国 の 地頭 波多野 義重 の 招き で 越前 志 比 荘 に 移転 。 途中 、 朽木 村 の 領主 佐々木 信綱 の 招き に 応 じ 、 朽木村 に 立ち寄 る ( 興聖 寺 ( 高島 市 ) の 由来 ) 寛元 2 年 ( 1244 年 ) 傘松 に 大佛 寺 を 開 く 。 寛元 4 年 ( 1246 年 ) 大佛 寺 を 永平 寺 に 改め 、 号 も 希玄 と 改め る 。 この 頃 、 執権 北条 時 頼 、 波多野 義重 ら の 招請 に よ り 教化 の ため 鎌倉 に 下向 する 。 鎌倉 で の 教化 期間 は 半年 間 で あ っ た が 、 関東 に おけ る 純粋 禅興隆 の 嚆矢 と な っ た 。 建長 5 年 ( 1253 年 ) 病 の ため 永平 寺 を 弟子 の 孤雲 懐奘 に 譲 り 、 俗 弟子 覚念 の 屋敷 ( 京都 市 高辻 通西 洞院 通 ) で 死去 、 享年 54 ( 満 53 歳 没 ) 。 死因 は 瘍 と さ れ る 。 成仏 と は 一定 の レベル に 達 する こと で 完成 する もの で は な く 、 たとえ 成仏 し た と し て も 、 さらなる 成仏 を 求め て 無限 の 修行 を 続け る こと こそ が 成仏 の 本質 で あ り ( 修証 一 如 ) 、 釈迦 に 倣 い 、 ただ 坐禅 に うちこ む こと が 最高 の 修行 で あ る ( 只管 打坐 ) と 主張 し た 。 鎌倉 仏教 の 多く は 末法 思想 を 肯定 し て い る が 、 正法 眼蔵 随聞 記 に は 「 今 は 云 く 、 この 言 ふ こと は 、 全く 非 なり 。 仏法 に 正像 末 ( しょうぞう まつ ) を 立 つ 事 、 しばらく 一途 ( いっ と ) の 方便 な り 。 真実 の 教道 は しか あ らず 。 依行 せん 、 皆 う べ き なり 。 在世 の 比丘 必ず しも 皆 勝れ た る に あ らず 。 不可思議 に 希有 ( けう ) に 浅間 しき 心根 、 下根 な る も あり 。 仏 、 種々 の 戒法 等 を わけ 給 ふ 事 、 皆 わ る き 衆生 、 下根 の ため なり 。 人々 皆 仏 法 の 機 なり 。 非 器 な り と 思 ふ 事 な か れ 、 依行 せ ば 必ず 得 べ き なり 」 と 、 釈迦 時代 の 弟子 衆 に も すぐれ た 人 ばかり で は な かっ た こと を 挙げ て 、 末法 は 方便説 に 過ぎ な い 、 と 末法 を 否定 し た 。 『 正法 眼蔵 』 ( しょうぼう げん ぞう ) 『 正法 眼蔵 , 正法 眼蔵 随聞 記 日本 古典 文学 大 系 81 』 ( 西尾 実 ほか 校注 . 岩波 書店 , 1965 年 ) 『 現代 語 訳 正法 眼蔵 ( 一 ) ~ ( 一二 ) 』 ( 西嶋 和夫 訳 . 金沢 文庫 , 1970 年 ) 『 正法 眼蔵 ( 一 ) ~ ( 四 ) 』 ( 水野 弥穂子 校注 . 岩波 文庫 , 1990 年 ) 『 正法 眼蔵 』 ( 石井 恭二 訳 、 河出 文庫 、 2004 年 ) 『 永平 広録 』 ( 石井 恭二 訳 、 河出 書房 新 社 、 2005 年 ) 『 永平 清規 』 『 典座 教訓 』 ( てんぞ きょうくん ) 『 典座 教訓   赴粥 飯 法 』 ( 中村 璋八 ほか 全訳 注 . 講談 社 学術 文庫 , 1991 年 ) 『 赴粥 飯 法 』 ( ふ しゅくはん ほう ) 『 正法 眼蔵 随聞 記 』 ( しょうぼう げん ぞう ずい もん き ) 懐奘 編 - 道元 の 講義 録 。 『 正法 眼蔵 随聞記   新校 註解 』 ( 大久保 道 舟 校註 . 山 喜房 仏 書林 , 1958 年 ) 『 正法 眼蔵 随聞 記 』 ( 古田 紹欽 訳 注 . 角川 文庫 , 196 0 年 ) 『 正法 眼蔵 随聞 記 』 ( 和辻 哲郎 校訂 . 岩波 文庫 , 1982 年 改版 ) 『 正法 眼蔵 随聞 記 』 ( 水野 弥穂子 訳 . ちく ま 学芸 文庫 , 1992 年 ) 『 正法 眼蔵 随聞記   現代 語 訳 』 ( 池田 魯 参訳 . 大蔵 出版 , 1993 年 ) 『 正法 眼蔵 随聞 記 』 ( 山崎 正一 全 訳注 . 講談 社 学術 文庫 , 2003 年 ) 『 道元 禅師 全集 』 鏡島 元 隆 監 修 , 春秋 社刊 。 参考 文献 里見弴 『 道元 禅師 の 話 』 ( 岩波 文庫 ) 竹内 道雄 『 道元 』 吉川 弘文館 ( 人物 叢書 ) 1962 高橋 新吉 『 道元 禅師 の 生涯 』 宝文 館 1963 圭室 諦成 『 道元 』 新 人物 往来社 1971 今枝 愛真 『 道元 坐禅 ひとすじ の 沙門 』 日本 放送 出版 協会 ( NHK ブックス ) 1976 菅沼 晃 『 道元 辞典 』 東京 堂 出版 1977 鏡島 元 隆 ・ 玉城 康 四郎 編 『 講座 道元 』 全 6 巻 春 秋 社 1979 - 81 玉城 康 四郎 『 道元 』 春秋 社 1996 司馬 遼太郎 「 道元 」 『 越前 の 諸道 』 街道 を ゆく 18 、 朝日 新聞 、 49 ~ 61 頁 。 司馬 遼太郎 「 山中 の 宗僧 」 ( 同上 所収 ) 63 ~ 76 頁 。 司馬 遼太郎 「 寶慶 寺 の 雲水 」 ( 同上 所収 ) 77 ~ 89 頁 。 司馬 遼太郎 「 寂円 の 画像 」 ( 同上 所収 ) 91 ~ 104 頁 。 立松 和平 『 道元 禅師 』 東京 書籍 、 2007 +一休 宗純 ( いっ きゅう そうじゅん ) は 、 室町 時代 の 臨済 宗 臨済 宗 大徳 寺 派 の 禅僧 で あ る 。 説話 の モデル と し て 知 ら れ る 。 「 一休 さん の 頓知 咄 」 に つ い て は 『 一休 咄 』 の 項目 ( この ページ に も 若干 の 記述 あり ) を 、 テレビ アニメ 『 一休 さん 』 に つ い て は 「 一休 さん 」 の 項目 を 参照 。 京都 の 生まれ で 後 小松 天皇 の 落胤 と い う 。 菅原 和長 の 日記 『 東坊 城 和長卿記 』 明応 3 年 ( 1494 年 ) 八 月 一日 の 条 に 、 「 秘伝 に 云 う 、 一休 和尚 は 後 小松 院 の 落胤 の 皇子 な り 。 世 に 之 を 知 る 人 無し 」 と あ る 。 幼名 は 、 後世 史料 に よ る と 千 菊丸 。 長 じ て 周建 の 名 で 呼 ば れ 、 狂雲子 、 瞎驢 ( かつろ ) 、 夢閨 ( むけい ) など と 号 し た 。 戒名 は 宗純 で 、 宗順 と も 書 く 。 一休 は 道号 で あ る 。 ( 戒名 と 道号 に つ い て は 「 戒名 」 の 項目 を 参照 の こと 。 ) 6 歳 で 京都 の 安国 寺 の 像外 集鑑 に 入門 · 受戒 し 、 周建 と 名付け られ る 。 早く から 詩才 に 優れ 、 13 歳 の 時 に 作 っ た 漢詩 「 長門 春草 」 、 15 歳 の 時 に 作 っ た 漢詩 「 春衣 宿 花 」 は 洛中 の 評判 と な り 賞賛 さ れ た 。 応永 17 年 ( 1410 年 ) 、 17 歳 で 謙翁 宗為 ( けん おう そうい ) の 弟子 と な り 、 戒名 を 宗純 と 改め る 。 謙翁 は 応永 21 年 ( 1414 年 ) に 没 し た 。 この 時 、 一休 は 師 の 遷化 に よ る もの か は 断定 でき な い が 、 自殺 未遂 を 起こ し て い る 。 応永 22 年 ( 1415 年 ) に 京都 の 大徳 寺 の 高僧 、 華叟 宗曇 ( か そうそうどん ) の 弟子 と な る 。 『 洞山 三 頓 の 棒 』 と い う 公案 に 対 し 、 「 有ろじ より 無 ろじ へ 帰 る 一休み 雨 ふら ば 降れ 風 ふか ば 吹 け 」 と 答え た こと から 、 華叟 より 一休 の 道号 を 授か る 。 なお 「 有 ろ じ ( 有漏路 ) 」 と は 迷い ( 煩悩 ) の 世界 、 「 無 ろじ ( 無漏路 ) 」 と は 悟り ( 仏 ) の 世界 を 指 す 。 応永 27 年 ( 1420 年 ) の あ る 夜 、 カラス の 鳴き声 を 聞 い て 、 俄か に 大悟 する 。 華叟 は 印可 状 を 与え よ う と する が 、 一休 は 辞退 し た 。 華叟 は ばか 者 と 笑 い ながら 送り出 し た と い う 。 以後 は 詩 · 狂歌 · 書画 と 風狂 の 生活 を 送 っ た 。 正長 元年 ( 1428 年 ) 、 称光 天皇 が 男子 を 残 さ ず 崩御 し 、 伏見 宮家 より 後花園 天皇 が 迎え られ て 即位 し た 。 後花園 天皇 の 即位 に は 一休 の 推挙 が あ っ た と い う 。 『 東海 一 休和 尚 年譜 』 より 。 ただし 、 今泉 淑夫 は 後花園 天皇 の 即位 は 幕府 の 賛成 に よ る もの で 一休 の 推挙 は 無 関係 だ と し て い る 。 応仁 の 乱後 の 文明 6 年 ( 1474 年 ) 、 後土 御門 天皇 の 勅命 に よ り 大徳 寺 の 住持 ( 第 47 代 ) に 任 ぜ られ 、 寺 に は 住ま な かっ た が 、 再興 に 尽力 し た 。 塔頭 の 真珠 庵 は 一休 を 開祖 と し て 創建 さ れ た 。 天皇 に 親し く 接 せ られ 、 民衆 に も 慕 わ れ た と い う 。 1481 年 、 88 歳 で 酬恩 庵 に 没 し た 。 臨終 に 際 し 、 「 死 に とうな い 」 と 述べ た と 伝わ る 。 酬恩 庵 は 通称 「 一休 寺 」 と 言 い 、 京都 府 京田辺 市 の 薪 地区 に あ る 。 康正 2 年 1456 年 に 荒廃 し て い た 妙勝 寺 を 一休 が 再興 し た もの で あ る 。 墓 は 酬恩 庵 に あ り 、 「 慈揚 塔 」 と 呼 ば れ る が 、 宮内 庁 が 御 廟 所 と し て 管理 し て い る 陵墓 で あ る 宮内 庁 で は 落胤 説 に もとづ い て 「 後 小松 天皇 皇子 宗純 王墓 」 と し て い る 。 ため 、 一般 の 立ち入り ・ 参拝 は 不 可能 で あ る 。 自由 奔放 で 、 奇行 が 多 かっ た と 言 わ れ る 。 以下 の よう な 逸話 が 伝わ っ て い る 。 印可 の 証明 書 や 由来 あ る 文書 を 火中 に 投 じ た 。 男色 は もとより 、 仏教 の 戒律 で 禁 じ られ て い た 飲酒 · 肉食 や 女犯 を 行 い 、 盲目 の 「 森 侍 者 」 ( しんじ しゃ ) と い う 側女 が い たり 、 「 岐翁 紹禎 」 と い う 実子 の 弟子 が い た 。 朱 鞘 の 木刀 を 差 す など 、 風変わり な 格好 を し て 街 を 歩き まわ っ た 。 親交 の あ っ た 本願 寺門 主蓮如 の 留守 中 に 居室 に 上がりこ み 、 蓮如 の 持念仏 の 阿弥陀 如来像 を 枕 に 昼寝 を し た 。 その 時 に 帰宅 し た 蓮如 上人 は 『 俺 の 商売 道具 に 何 を する 』 と 言 う 発言 を 残 し て い る 。 正月 に 、 杖 の 頭 に ドクロ を しつらえ 、 「 ご 用心 、 ご 用心 」 と 叫 び ながら 練り歩 い た 。 こう し た 一見 奇抜 な 言動 は 、 中国 臨済 宗 の 高僧 と し て 知 ら れ る 普化 など 唐代 の 禅者 と 通じ る もの が あ り 、 教義 の 面 で は 禅宗 の 風狂 の 精神 の 表れ と さ れ る 。 と 同時 に 、 こう し た 行動 を 通 し て 、 仏教 の 権威 や 形骸 化 を 批判 ・ 風刺 し 、 仏教 の 伝統 化 や 風化 に 警鐘 を 鳴ら す もの で も あ っ た 。 彼 の 禅風 は 、 直筆 の 法語 と し て 「 七仏 通 誡 偈 」 が 残 さ れ て い る こと から も 伺え る 。 この 戒律 や 形式 に とらわれ な い 人間 臭 い 生き 方 は 民衆 の 共感 を 呼 び 、 江戸 時代 に 彼 を モデル と し て 一休 咄 に 代表 さ れ る 頓知 咄 ( とんちばなし ) を 生み出 す 元 と な っ た 。 一休 は 能筆 で 知 ら れ る 。 一休 が 村田 珠光 の 師 で あ る と い う 伝承 が あ り 、 茶人 の 間 で 墨蹟 が 極めて 珍重 さ れ た 。 ( なお 、 珠光 の 師 と い う 説 は 現在 の 研究 で は やや 疑わし い と さ れ る 。 ) 著書 ( 詩集 ) は 「 狂雲 集 」 、 「 続狂 雲集 」 、 「 自戒 集 」 、 「 骸骨 」 など 。 東山 文化 を 代表 する 人物 で も あ る 。 足利 義政 と その 夫人 日野 富子 の 幕政 を 批判 し た こと も 知 ら れ る 。 門松 は 冥土 の 旅 の 一 里 塚 め でた く も あ り めでた く も な し ( 狂雲 集 ) 釈迦 と いふ い た づら もの が 世 に いで てお ほく の 人 を まよは すかな 秋風 一夜 百 千 年 ( 秋風 の なか あなた と 共 に い る 。 それ は 百 年 に も 千 年 の 歳月 に も 値 する もの だ 。 ) 花 は 桜木 、 人 は 武士 、 柱 は 桧 、 魚 は 鯛 、 小袖 は もみじ 、 花 は みよし の 女 を ば 法 の 御蔵 と 云 う ぞ 実 に 釈迦 も 達磨 も ひょいひょいと 生 む なお 、 アントニオ 猪木 ら に よ っ て 、 『 一休 の 言葉 』 と し て 流布 さ れ て い た 「 この 道 を 行 け ば どう な る もの か ・・・ 」 に 始ま る 言葉 は 実際 に は 一休 の 言葉 で は な く 、 文言 に 多少 の 相違 は あ る もの の 、 もと は 清沢 哲夫 の 「 道 」 と い う 詩 で あ っ た と 見 られ る 。 ( 『 無常 断章 』 に 収録 ; 一部 、 抜け ・ 間違い あり ) 。 「 一休 乱世 に 生き た 禅者 」 ( 市川 白弦 著 . - - 東京 日本 放送 出版 協会 , 1970 年 12 月 - - ( NHK ブックス 132 ) ) 「 一休 「 狂雲 集 」 の 世界 」 ( 柳田 聖山 著 . - - 京都 人文 書 院 , 1980 年 8 月 ) 「 一休 」 ( 水上 勉 著 . - - 改版 . - - 東京 中央 公論 社 , 1997 年 5 月 - - ( 中公文庫 ) ) 「 一休 その 破戒 と 風狂 」 ( 栗田 勇著 . - - 東京 祥伝社 , 2005 年 11 月 ) ISBN 4396 612567 漫画 『 あっかん べェ 一休 』 坂口 尚 アニメ 『 一休 さん 』 ( 1975 年 10 月 15 日 - 1982 年 6 月 28 日 、 東映 動画 ( 現 東映 アニメーション ) 制作 、 日本 教育 テレビ ( 現 テレビ 朝日 ) 系列 で 放送 ) 『 R . O.D- READORDIE - 』 ( 2001 年 から 2002 年 に かけ て 発売 さ れ た OVA 作品 。 全 3 巻 。 スタジオ オルフェ / ANIPLEX 製作 ) 小説 『 とんち 探偵 一休 さん 金閣 寺 に 密室 ( ひそかむろ ) 』 ( 鯨 統一郎 ) 『 とんち 探偵 一休 さん 謎解 き 道中 』 ( 鯨 統一郎 ) 『 一休 暗 夜行 』 ( 朝松 健 ) 『 一休 闇 物語 』 ( 朝松 健 ) 『 一休 虚 月 行 』 ( 朝松 健 ) 『 一休 破 軍行 』 ( 朝松 健 ) テレビ ドラマ 『 花 の 乱 』 ( 1994 年 、 一休 宗純 : 奥田 瑛二 ) テレビ バラエティー 『 日本 史 サスペンス 劇場 』 ( 2008 年 、 一休 宗純 : 加藤 茶 ) 伝記 幼少 期 は 頓知 小僧 で 、 青年 期 に 厳し い 修行 を 積 ん で 名僧 と な っ た と い う 逸話 が 多 い 。 子供 向け の 物語 で は 、 特に この 傾向 が 強 い 。 また 、 幼少 期 の 逸話 に は 、 頓知 で 和尚 や 足利 義満 を やり込め る 話 が 添え られ る こと が 多 い 。 これ は 『 一休 咄 』 と 史実 の 一休 宗純 を 一 つ の 物語 に し て お り 、 幼少 期 に つ い て は 史実 から 遠 い と 言え る が 、 青年 期 以降 の エピソード のみ で は 堅 い 話 と な る の で 、 親しみ を 持 た せ る ため に この よう に し た と 思 わ れ る 。 なお 、 幼少 期 の 一休 の 名前 や 、 寺 の 名前 、 生まれ に つ い て は 明示 する もの と し な い もの が あ る 。 『 一休 咄 』 「 一休 さん の 頓知 話 」 と し て 知 ら れ る 『 一休 咄 』 は 、 一休 の 遷化 から 20 0 年 余り 後 の 元禄 年間 ( 江戸 時代 前期 ) に 世 に 現れ た 。 作者 は 不明 で あ る 。 『 一休 咄 』 は 、 一休 の 事績 の 他 に 、 一休 に なぞらえ た 民間 説話 や 登場 人物 を 他 の 高僧 から 一休 に 置き換え た 伝説 が 数 多 く 含 む ため 、 史実 と は 言 い 難 い 。 民衆 の 願い を 歴史 上 の 人物 に 仮託 し た 読物 で あ る 。 『 一休 咄 』 は 、 現在 も 子ども 向け の 読物 と し て 親し ま れ て お り 、 これ を 翻案 し た TV アニメ 『 一休 さん 』 も 製作 さ れ た 。 この 物語 を 通 じ て 、 歴史 の 授業 以前 に 、 一休 の 名 は もとより 、 足利 義満 や 鹿苑 寺 など 室町 時代 に つ い て の 知識 を 得 た 人 は 多 い 。 +阿弥陀 三尊 ( あみだ さんぞん ) は 、 仏教 に おけ る 仏像 安置 形式 の 一 つ 。 阿弥陀 如来 を 中尊 と し 、 観音 菩薩 を 左脇 侍 、 勢至 菩薩 を 右脇 侍 と する 三尊 形式 で あ る 。 ( なお 、 この 場合 の 「 左 」 「 右 」 と は 中尊 から 見 た 「 左 」 「 右 」 を 指 す 。 ) 観音 菩薩 は 阿弥陀 如来 の 慈悲 を あらわ す 化身 で あ り 、 勢至 菩薩 は 知恵 を あらわ す 化身 と さ れ る 。 脇侍 の 観音 菩薩 は 、 宝冠 の 上 に 阿弥陀 の 化仏 を 表 す し 、 勢至 菩薩 は 水瓶 を 持 つ の で 、 両脇 侍 は 比較 的 区別 が つけ やす い 。 日本 で は 、 法隆 寺 献納宝物 ・ 四十 八 体 仏 ( 東京 国立 博物 館 蔵 ) 中 の 銅造 阿弥陀 三 尊像 ( 重文 ) 、 法隆 寺 の 橘夫人 厨子 内 に 安置 の 銅造 阿弥陀 三 尊像 ( 国宝 ) など が 古 い 作例 で あ る 。 中尊 を 坐像 、 脇侍 を 立像 ( りゅうぞう ) と する もの ( 例 : 京都 ・ 仁和 寺 像 ) 、 中尊 ・ 脇侍 と も 立像 と する もの ( 例 : 兵庫 ・ 浄土 寺 像 ) 、 中尊 ・ 脇侍 と も 坐像 と する もの ( 例 : 京都 ・ 清凉 寺像 ) 、 中尊 は 坐像 、 脇侍 は 跪坐 ( ひざまず く ) する もの ( 例 : 京都 ・ 三千 院 像 ) など 、 形式 は 各種 あ る 。 中尊 は 坐像 、 脇侍 は 跪坐 と する もの は 来迎 形式 の 阿弥陀 三 尊像 で あ り 、 この 場合 、 左脇 侍 の 観音 菩薩 は 往生 者 を 迎え 取 る ため の 蓮台 を 捧げ 持 つ の が 普通 で あ る 。 また 、 地蔵 菩薩 と 龍樹 菩薩 を 含め て 五 尊 像 と し た 作例 も み られ る 。 日本 に おけ る 主な 作例 岩手 ・ 中尊 寺 金色 堂像 ( 国宝 、 中央 壇 ・ 左壇 ・ 右壇 の 3 組 、 平安 時代 ) 京都 ・ 清凉 寺像 ( 国宝 、 平安 時代 ) 京都 ・ 仁和 寺 像 ( 国宝 、 平安 時代 ) 京都 ・ 三千 院 像 ( 国宝 、 平安 時代 ) 兵庫 ・ 浄土 寺 ( 小野 市 ) 像 ( 国宝 、 鎌倉 時代 、 快慶 作 、 浄土 堂 安置 ) 奈良 ・ 法隆 寺 像 ( 国宝 、 伝 ・ 橘夫人 念 持仏 、 奈良 時代 ) 関連 項目 善光 寺 式 阿弥陀 三 尊 +親鸞 ( しんらん ) は 、 鎌倉 時代 初期 の 日本 の 僧 。 浄土 真宗 の 開祖 ( 宗祖 ) と さ れ る 。 浄土 真宗 の 開祖 ( 宗祖 ) と 定め た の は 、 本願 寺 三 世覚如 で あ る 。 明治 9 年 ( 1876 年 ) 1 1 月 28 日 に 明治 天皇 より 「 見真 大師 ( けんしんだいし ) 」 の 諡 を 追贈 さ れ て い る 。 親鸞 は 、 法然 ( 浄土 宗 開祖 ) を 師 と 仰い で から の 生涯 に 渡 り 、 「 真 の 宗教 で あ る 浄土 宗 の 教え 」 を 継承 し 、 さらに 高め て 行 く 事 に 力 を 注 い だ 。 自ら が 開宗 する 意志 は 無 かっ た と 考え られ る 。 独自 の 寺院 を 持 つ 事 は せ ず 、 各地 に つつまし い 念仏 道場 を 設け て 教化 する 形 で あ っ た 。 親鸞 の 念仏 集団 の 隆盛 が 、 既成 の 仏教 教団 や 浄土 宗 他 派 から の 攻撃 を 受け る など する 中 で 、 宗派 と し て の 教義 の 相違 が 明確 と な っ て 、 親鸞 の 没後 に 宗旨 と し て 確立 さ れ る 事 に な る 。 浄土 真宗 の 立教開宗 の 年 は 、 『 顕浄土 真実 教行 証文類 』 ( 教行 信証 ) が 完成 し た 寛元 5 年 ( 1247 年 ) と さ れ る が 、 定め られ た の は 親鸞 の 没後 で あ る 。 七 高僧 … 称名 念仏 の 教え を 説 き 示 し 、 受け 伝え た 高僧 と し て 、 以下 の 7 人 を 選定 し た 。 インド の 仏教 龍樹 … 『 十 住 毘 婆沙論 』 「 易行 品 」 、 『 十 二 礼 』 世親 … 『 無量 寿経優 婆 提舎 願生偈 』 ( 浄土 論 ) 中国 の 仏教 曇鸞 ( どんらん だい し ) … 『 無量 寿経優 婆 提舎 願生 偈註 』 ( 浄土 論 註 ) 、 『 讃 阿弥陀 陀佛偈 』 道綽 ( どう しゃくぜんじ ) … 『 安楽 集 』 善導 … 『 観無 量 寿経疏 』 ( 観経 疏 ) 、 『 往生 礼 讃 偈 』 ( 往生 礼讃 ) 、 『 転経 行 道願往生 浄土 法 事 讃 』 ( 法事 讃 ) 、 『 依観 経 等 明般 舟 三 昧 行道往生 讃 』 ( 般 舟 讃 ) 、 『 観念 阿弥陀 仏 相海 三 昧 功徳 法門 』 ( 観念 法門 ) 日本 の 仏教 源信_ ( 僧侶 ) ( げんしん かしょう ) … 『 往生 要集 』 源空 聖人 ( 法然 上人 ) … 『 選択 本願念仏 集 』 ( 選択 集 ) 聖徳 太子 … 「 和国 の 教主 」 と し て 尊敬 し 、 観音 菩薩 の 化身 と し て 崇拝 し た 。 『 十 七 条 憲法 』 「 浄土 三 部 経 」 と 総称 さ れ る 、 釈尊 に よ り 説 か れ た 『 無量 寿経仏 説 無量 寿経 』 、 『 観無 量 寿経 』 、 『 阿弥陀 経 』 を 、 拠 り 所 の 経典 と 定め る 。 特に 『 佛説 無量 寿経 』 を 『 大 無量 寿経 』 ( 大経 ) と 呼 び 、 教え の 中心 と な る 経典 と し て 最 重要 視 し た 。 阿弥陀 如来 に この世 で 救 わ れ て 「 南無 阿弥陀 仏 」 と 報謝 の 念仏 を 称え る ( 称名 ) 身 に な れ ば 、 阿弥陀 仏 の 浄土 ( 極楽 ) へ 往 っ て 、 阿弥陀 仏 の 元 で 仏 と し て 生まれ る こと が でき る と さ れ る 。 なぜ なら 法蔵 菩薩 ( 阿弥陀 仏 の 修行 時 の 名 ) が 、 48 の 誓願 ( 四十 八 願 ) を 建立 し 、 その 第 18 番 目 の 願 ( 本願 ) で あ る 第 十 八 願 に 「 すべて の 人 が 救 わ れ な けれ ば 、 わたし は 仏 と は な ら ぬ 」 ( 「 設我 得佛 十 方 衆生 至心 信樂 欲生我國乃至 十 念 若 不生者 不取 正覺 唯除 五 逆 誹 謗 正法 」 ) と 誓 わ れ 、 それ ら の 願 が すべて 成就 し て 仏 に な ら れ て い る から で あ る 。 この 為 、 人 ( 凡夫 ) が 極楽 浄土 へ 往生 出来 る の は 阿弥陀 仏 の 本願 に よ る もの で あ り 、 この 理 ( ことわり ) を 賜 る ( 信心 を いただ く ) こと に よ り 、 往生 へ の 道 が ひらけ る ( 易行 道 ) 。 信心 正因 称 名報恩 と い う 。 前述 し た 通り 、 信心 も 自分 から 信 ずる 心 の 意味 で は な く 、 阿弥陀 仏 から 賜 っ た もの で あ る り 、 すべて が 阿弥陀 仏 の 働き で あ る と する 。 これ を 他力 本願 ( たり きほん がん ) と 呼 ぶ 。 ここ で 言 う 人 ( 凡夫 ) と は 、 仏 の よう な 智慧 を 持ち合わせ な い 末法 の世 に 生き る すべて の 人 を 言 う 。 しかし 、 自力 で 悟り を 開 こ う と する 人 ( 難行 道 を 選 ぶ 人 ) を 否定 する もの で は な い 。 また 、 正信 偈 に 「 彌陀佛 本願念佛 邪見 憍慢 惡 衆生 信樂 受持 甚 以難 難 中之難 無 過斯 」 と あ り 、 誤り 無 く 信心 を 持 ち 続け る ( いただ き 続け る ) の は 、 非常 に 難し い 事 だ と も 、 親鸞 は 述べ て い る 。 他力 と は 阿弥陀 仏 の 働き ( 力 ) を 指 す 。 「 他人 まかせ 」 や 「 太陽 の 働き や 雨 や 風 や 空気 、 その ほか の 自然 の 働き 」 と い う 意味 で の 使用 は 、 本来 の 意味 の 誤用 から 転 じ 一般 化 し た もの で あ り 、 敬虔 な 浄土 真宗信者 ( 門徒 ) は 、 後者 の 表現 を 嫌悪 ・ 忌避 する 。 「 悪人 正機 」 と 呼 ば れ る 思想 も 親鸞 独自 の もの と し て 知 ら れ て い る 。 既に 親鸞 の 師 ・ 法然 に 見 られ る 思想 で あ る が 、 これ を 教義 的 に 整備 し た の が 親鸞 で あ る と も い わ れ る 。 『 歎異抄 』 に 「 善人 なおもて 往生 を と ぐ 、 いわん や 悪人 を や ( 善人 が 極楽 往生 でき る の なら 、 悪人 が でき な い はず が 無 い ) 」 と 有 る の は 、 上記 「 他力 本願 」 と も 関係 する 思想 で あ る が 、 その 意味 は 、 < 人 ( 凡夫 ) は 自力 で 善 ( 往生 の 手段 と な る 行為 ) を 成しとげ る こと は 不 可能 で あ る 。 人 ( 凡夫 ) は すべて 悪 ( 往生 の 手段 と な ら な い 行為 ) しか 成せ な い 。 だ から 、 悪人 と 自覚 し て い る 人 の 方 が 、 自分 は 善人 だ と 思 っ て い る 人 より 、 本願 に よ り 救 わ れ る 道 を 自覚 し て い る 事 に な る > と い う 逆説 的 な 表現 で あ る 。 大乗 無我 思想 の ひと つ の 到達 点 と いえ る 。 阿弥陀 仏 に 救 わ れ て い る 私 で あ る と し て 、 信一 念 時 に 、 極楽 浄土 に 往生 出来 る 身 に 定ま っ た 現生 正定聚 ( げん しょう しょう じょうじゅ ) の 身 と な り 、 浄土 の 功徳 を 現生 に 感得 し 証明 し ながら 生き て い く こと と し た 。 この 考え 方 は 法然 を 超え た もの で 、 浄土 宗 と 浄土 真宗 の 教義 上 の 違い の 一 つ で あ る 。 年齢 は 、 数え年 。 年 月日 は 、 暦 の 正確 性 ・ 著作 と の 整合 を 保 つ 為 、 旧暦 表示 ( 性 歿 年 月日 を 除 く ) と し た 。 承安 ( 日本 ) 3 年 ( 1173 年 ) 4 月 1日 に 、 現在 の 法界 寺 、 日野 誕生 院 付近 ( 京都 市 伏見 区 日野 ) にて 、 皇太 后 宮 の 大進 ( だいしん ) ・ 日野 家 系 譜 有範 ( ありのり ) 最近 の 研究 で は 、 出自 を 日野 氏 と する 事 に 疑問 と する 意見 も あ る 。 の 長男 と し て 誕生 する 。 母 は 、 清和 源 氏 の 八幡太郎 義家 の 孫娘 の 「 吉光 女 ( きっこう にょ ) 参考 文献 : 真宗 聖典 編纂 委員 会 編 『 真宗 聖典 』 真宗 大谷 派 宗務 所 出版 部 、 1978 年 、 ISBN 4 - 8341 - 0 0 7 0 - 7 。 」 と さ れ る 。 幼名 は 、 「 松若 磨 参考 文献 : 高松 信英 ・ 野田 晋著 『 親鸞 聖人 伝絵 - 御 伝鈔 に 学 ぶ - 』 真宗 大谷 派 宗務 所 出版 部 、 1987 年 刊行 、 ISBN 4 - 8341 - 0 1 64 - 5 。 」 、 「 松若丸 参考 文献 : 瓜生津 隆真 ・ 細川 行信編 『 真宗 小事典 』 法藏 館 、 2000 年 新装版 、 ISBN 4 - 83 18 - 7 0 6 7 - 6 。 」 。 治承 5 年 ( 1181 年 ) 9 歳 、 京都 青蓮院 ( しょうれん いん ) に お い て 、 後 の 天台 座主 ・ 慈円 の もと 得度 し 、 「 範宴 ( はんねん ) 」 と 称 する 。 出 家 後 は 延暦 寺 ( 比叡山 延暦 寺 ) に 登 り 、 慈円 が 検校 ( けん ぎょう ) を 勤め る 横川 ( よかわ ) の 首楞 厳院 ( しゅりょう ごん いん ) の 常行 堂 に お い て 、 天台 宗 の 堂僧 と し て 不断 念仏 ( ふ だん ねん ぶつ ) の 修行 を し た と さ れ る 。 比叡山 に お い て 20 年 に 渡り 厳し い 修行 を 積 む が 、 自力 修行 の 限界 を 感じ る よう に な る 。 建仁 元年 ( 120 1 年 ) の 春頃 、 親鸞 29 歳 の 時 に 叡山 と 決別 し て 下山 し 、 後世 の 祈念 の 為 に 聖徳 太子 の 建立 と さ れ る 頂法 寺 ( 京都 市 中京 区 ) へ 百 日 参籠 を 行 う 。 そして 95 日 目 ( 同年 4 月 5 日 ) の 暁 の 夢中 に 、 聖徳 太子 が 示現 さ れ ( 観音 菩薩 の 化身 が 現れ ) 、 「 行者 が これ まで の 因縁 に よ っ て た と い 女犯 が あ っ て も 私 ( 観音 ) が 玉女 の 身 と な っ て 、 肉体 の 交わり を 受け よ う 。 一生 の 間 、 よく 荘厳 し て その 死 に 際 し て 引き導 い て 極楽 に 生 じ させ よ う 」 と い う 偈句 を 得 る 。 この 夢告 に 従 い 、 夜明け と とも に 東山 吉水 ( 京都 市 東山 区 円山 町 ) の 法然 の 草庵 現在 の 安養 寺 付近 。 を 訪ね る 。 ( この 時 、 法然 は 69 歳 。 ) そして 岡崎 の 地 ( 左京 区 岡崎 東天王 町 ) に 草庵 現在 の 真宗 大谷 派 岡崎 別院 付近 。 を 結 び 、 百 日 に わた り 法然 の 元 へ 通 い 聴聞 する 出典 : 『 恵信 尼 消息 』 。 法然 の 「 専修 念仏 」 の 教え に 触れ 、 入門 を 決意 する 。 これ を 機 に 法然 より 、 「 綽空 ( しゃっくう ) 「 綽 」 は 、 中国 の 道綽 禅師 より 、 「 空 」 は 源空 〈 法然 〉 上人 より 。 」 の 名 を 与え られ る 。 親鸞 は 研鑽 を 積 み 、 しだい に 法然 に 高 く 評価 さ れ る よう に な る 。 元久 2 年 ( 120 5 年 ) 4 月 14 日 ( 旧暦 ) ( 入門 より 5 年 後 ) 、 『 選択 本願念仏 集 』 ( 選択 集 ) の 書写 と 、 法然 の 肖像 画 の 制作 を 許 さ れ る 。 法然 は 『 選択 集 』 の 書写 は 、 門弟 の 中 で も ごく 一部 の 者 に しか 許 さ な かっ た 。 この 頃 、 親鸞 より 法然 に 改名 を 願い出 て 、 「 善信 ( ぜんしん ) 「 善 」 は 、 中国 の 善導 大師 より 、 「 信 」 は 源信 和尚 より 。 」 の 名 を 与え られ る 。 法然 の 元 で 学 ぶ 間 に 九条 兼実 の 娘 ・ 玉日 、 又 は 三善 氏 の 娘 ・ 後 の 恵信 尼 と 結婚 し た と する 説 が あ る 。 当時 は 、 配流 さ れ る 罪人 に は 妻帯 さ せ る の が 一般 的 で あ り 、 近年 で は この 説 が 有力 視 さ れ て い る 。 また 、 玉日 = 恵信 尼 、 同一人物説 など 、 親鸞 の 婚姻 に は 多数 の 説 が あ る 。 本願 寺 聖人 伝絵 に は 、 「 吉水 入室 」 の 後 に 「 六角 告命 」 の 順 に な っ て い る が 、 『 恵信 尼 消息 』 に は 、 「 法然 上人 に あ ひまゐ ら せ て 、 また 六角 堂 に 百 日 篭 ら せ た まひ て 候 ひけ る やう に 、 また 百 か 日 、 降 る に も 照る に も 、 いかなる たいふ ( 大事 ) に も 、 まゐりて あ り し に 、 … 」 と あ る 。 一般 に 『 御 伝鈔 』 の 記述 は 、 覚如 の 誤記 と 考え られ る 。 同様 に 「 六角 告命 」 「 吉水 入室 」 と も に 、 建仁 3 年 と 記 さ れ て い る 写本 が あ る が 、 これ も 建仁 元年 の 誤記 と 考え られ る 。 ( 西本願 寺本 は 、 「 六角 告命 」 の み 建仁 3 年 と 記 さ れ る 。 ) 建永 2 年 ( 1207 年 ) 2 月 、 興福 寺 の 訴え に よ り 、 専修 念仏 の 停止 と 、 遵西 など 4 名 を 死罪 、 法然 ・ 親鸞 ら 8 名 が 流罪 と な っ た ( 承元 の 法難 ) 。 この 時 、 法然 ・ 親鸞 は 僧籍 を 剥奪 さ れ る 。 法然 は 「 藤井 元彦 」 の 俗名 を 与え られ 、 親鸞 は 「 藤井 善信 ( ふじい よしざね ) 」 を 与え られ る 。 法然 は 、 土佐 国 ( 現 ・ 高知 県 ) へ 、 親鸞 は 越後 国府 ( 現 ・ 新潟 県 ) に 配流 さ れ た 。 親鸞 は 「 善信 」 の 名 を 俗名 に 使 わ れ た 事 も あ り 、 「 愚禿 釋 親鸞 ( ぐ とくしゃくしんらん ) 「 親 」 は 、 インド の 天親 菩薩 より 、 「 鸞 」 は 曇鸞 大師 より 。 」 と 名乗 り 、 非僧 非 俗 ( ひそう ひぞく ) の 生活 を 開始 する 。 この頃 に 豪族 ・ 三 善 為則 の 娘 、 恵信 尼 ( え しん に ) と 結婚 し た 説 も あ る 。 また 、 配流 中 に 子 を もうけ て い る 。 建暦 元年 ( 1211 年 ) 11 月 ( 流罪 より 5 年 後 ) 、 法然 と とも に 罪 を 赦 さ れ た 。 建暦 2 年 ( 1212 年 ) 1 月 25 日 ( 旧暦 ) に 、 法然 は 京都 で 80 歳 を も っ て 入滅 。 親鸞 は 二 度 と 師 ・ 法然 に 会 う 事 は 出来 な かっ た 。 その 事 も あ り 親鸞 は 、 京都 に 帰 ら ず 越後 に とどま っ た 。 建保 2 年 ( 1214 年 ) ( 流罪 を 赦免 より 3 年 後 ) 、 関東 で の 布教 活動 の 為 、 家族 や 性信 ( しょうしん ) など の 門弟 と 共 に 越後 を 出発 し 、 信濃 国 の 善光 寺 から 上野 国佐貫庄 を 経 て 、 常陸 ( 茨城 県 北東部 ) に 向か う 。 建保 4 年 ( 1216 年 ) に 、 「 大山 の 草庵 」 ( 茨城 県 城里 町 ) を 開 く の を 皮切り に 、 「 小島 の 草庵 」 ( 茨城 県 下妻 市 小島 ) を 開 き 、 稲田 郷 ( 茨城 県 笠間 市 稲田 ) に 「 西念 寺 ( 笠間 市 ) 「 稲田 の 草庵 」 を 由緒 と する 寺院 は いく つ か あ り 、 西念 寺 の 他 に 、 浄興 寺 ( 現在 は 、 新潟 県 上越 市 に 移転 ) など が あ る 。 親鸞 は 、 ここ を 拠点 に 精力 的 な 布教 活動 を 行 う 。 東国 ( 関東 ) で の 布教 は 、 約 20 年間 及 ぶ 。 また 、 主著 で あ る 『 顕浄土 真実 教行 証文類 』 ( 教行 信証 ) は 、 稲田 の 草庵 に て 4 年 の 歳月 を かけ 、 草稿 本 を 撰述 し た と さ れ る 。 西念 寺 の 寺伝 に よ る と 、 妻 の 恵信 尼 は 、 京 に は 同行 せ ず 「 稲田 の 草庵 」 に 残 っ た と さ れ 、 文永 9 年 ( 1272 年 ) に 、 ここ で 没 し た と さ れ る 。 この 関東 布教 時代 の 高弟 は 、 後 に 「 関東 二十 四 輩 」 と 呼 ば れ る よう に な る 。 その 24 人 の 高弟 たち が 、 常陸 や 下野 など で 開山 する 。 それ ら の 寺院 は 、 現在 43 ヶ寺 あ り 「 二十 四 輩 寺院 」 と 呼 ば れ 存続 し て い る 。 天福 ( 日本 ) 2 年 ( 1234 年 ) 鎌倉 幕府 が 、 念仏 者 取締 令 を 出 す 。 その 為 、 62 、3 歳 の 頃 に 帰京 する 。 帰京 後 は 、 著作 活動 に 励 む よう に な る 。 親鸞 が 帰京 し た 後 の 東国 ( 関東 ) で は 、 様々 な 異義 異端 が 取り 沙汰 さ れ る 様 に な る 。 寛元 5 年 ( 1247 年 ) 75 歳 の 頃 に は 、 補足 ・ 改訂 を 続け て き た 『 教行 信証 』 を 完成 し た と さ れ 、 尊蓮 に 書写 を 許 す 。 宝治 2 年 ( 1248 年 ) 、 『 浄土 和讃 』 と 『 高僧 和讃 』 を 撰述 する 。 建長 2 年 ( 1250 年 ) 、 『 唯信 鈔 文意 』 ( 盛岡 本 誓 寺 蔵本 ) を 撰述 する 。 建長 3 年 ( 1251 年 ) 、 常陸 の 「 有念 無念 の 諍 」 を 書状 を 送 っ て 制止 する 。 建長 4 年 ( 1252 年 ) 、 『 浄土 文 類 聚鈔 』 ( じょうど もん るい じゅしょう ) を 撰述 する 。 建長 5 年 ( 1253 年 ) 頃 、 善鸞 ( 親鸞 の 息子 ) と その 息子 如信 ( 親鸞 の 孫 ) を 正統 な 宗義 布教 の 為 に 東国 ( 関東 ) へ 派遣 し た 。 しかし 善鸞 は 、 邪義 で あ る 「 専修 賢善 」 ( せん じゅ けんぜん ) に 傾 い た と も い わ れ 、 正し い 念仏 者 に も 異義 異端 を 説 き 、 混乱 さ せ た 。 如信 は 、 陸奥 国 の 大網 に て 布教 を 続け 、 「 大網 門徒 」 と 呼 ば れ る 大 規模 な 門徒 集団 を 築 く 。 建長 6 年 ( 1254 年 ) 、 恵信 尼 は 、 親鸞 の 身の回り の 世話 を 末娘 の 覚信 尼 に 任せ 、 故郷 の 越後 に 帰 っ た と 伝え られ る 。 帰郷 の 理由 は 、 親族 の 世話 や 生家 で あ る 三善 家 の 土地 の 管理 など で あ っ た と さ れ る 。 建長 7 年 ( 1255 年 ) 、 『 尊号 真像 銘文 』 ( 略本 ・ 福井 県 ・ 法雲 寺 本 ) 、 『 浄土 三 経往 生 文類 』 ( 略本 ・ 建長 本 ) 、 『 愚禿 鈔 』 ( 二 巻 鈔 ) 、 『 皇太子 聖徳 奉讃 』 ( 七十 五 首 ) 『 正像 末 和讃 』 ( 「 皇太子 聖徳 奉讃 〈 十 一 首 〉 」 ) に 収録 さ れ て い る 物 と は 、 別 の 和讃 集 。 を 撰述 する 。 建長 8 年 ( 1256 年 ) 、 『 入出 二 門 偈 』 ( 福井 県 ・ 法雲 寺 本 ) を 撰述 する 。 同年 5 月 29 日 付 の 手紙 で 、 東国 ( 関東 ) に て 異義 異端 を 説 い た 善鸞 を 義絶 する 。 『 歎異抄 』 第 二 条 に 想起 さ れ る 関東 衆 の 訪問 は 、 これ に 前後 する と 思 わ れ る 。 康元 元年 ( 1256 年 ) 、 『 如来 二 種 回向 文 』 ( 往相 回向還 相 回向 文類 ) を 撰述 する 。 康元 2 年 ( 1257 年 ) 、 『 一念 多念 文意 』 、 『 大 日本 国 粟散王 聖徳 太子 奉讃 』 を 撰述 し 、 『 浄土 三 経往 生 文類 』 ( 広本 ・ 康元本 ) を 転写 する 。 正嘉 2 年 ( 1258 年 ) 、 『 尊号 真像 銘文 』 ( 広本 ) 、 『 正像 末 和讃 』 を 撰述 する 。 『 浄土 和讃 』 『 高僧 和讃 』 『 正像 末 和讃 』 を 、 「 三 帖 和讃 」 と 総称 する 。 この頃 の 書簡 は 、 後 に 『 末燈 抄 』 ( 編纂 従覚 ) 、 『 親鸞 聖人 御 消息 集 』 ( 編纂 善性 ) など に 編纂 さ れ る 。 弘長 2 年 ( 1262 年 ) 1 1 月 28 日 ( 旧暦 ) ( 1263 年 1 月 16 日 〈 新暦 〉 浄土 真宗 本願 寺 派 ・ 真宗 高田 派 など で は 、 明治 5 年 11 月 の 改暦 ( グレゴリオ 暦 〈 新暦 〉 導入 ) に 合わせ て 、 生歿 の 日付 を 新暦 に 換算 し 、 生誕 日 を 5 月 21 日 に 、 入滅 日 を 1 月 16 日 に 改め た 。 真宗 大谷 派 ・ 真宗佛 光 寺 派 ・ 真宗 興正派 など で は 、 旧暦 の 日付 を その まま 新暦 の 日付 に 改め た 。 ) 押小路 ( おしこうじ ) 南 、 万里 ( まで の ) 小路 東 の 「 善法 院 ( 弟 の 尋有 が 院主 の 坊 ) 」 にて 、 享年 90 ( 満 89 歳 ) を も っ て 入滅 する 。 入滅 の 地 で あ る 、 「 押小路 南 ・ 万里小路 東 の 善法 院 〈 善法 坊 〉 」 に は 諸説 あ る 。 本願 寺 派 は 、 「 善法 坊 」 の 場所 を 西 の 万里 小路 と し 、 善法 院 を 再興 する ( 現 、 本願 寺 派角 坊 別院 ) 。 大谷 派 は 、 「 善法 院 」 の 場所 を 「 親鸞 ヶ原 」 と 呼 ば れ る よう に な っ た 地 に 建立 さ れ た 法泉 寺 の 跡地 ( 現 、 京都 市 立 京都 御 池 中 学校 〈 虎石 町 〉 ) 付近 と 推定 し て 、 「 見真 大師遷 化 之 旧 跡 」 の 石碑 を 建立 する 。 〔 また 、 光 円 寺 ( 京都 市 下京 区 ) で 入滅 さ れ 、 何 等 か の 理由 に よ り 善法 院 に 御 遺体 を 移 さ れ た と する 説 も あ る 。 〕 臨終 は 、 親鸞 の 弟 の 尋有 僧都 ( じんうそうず ) や 末娘 の 覚信 尼 ら が 見取 っ た 。 遺骨 は 、 鳥部 野 北辺 の 「 大谷 」 に 納め られ た 。 流罪 より 生涯 に 渡 り 、 非僧 非俗 の 立場 を 貫 い た 。 現在 で も 親鸞 へ の 報恩 感謝 の 為 、 祥月 命日 に は 「 報恩 講 」 と 呼 ば れ る 法要 が 営 ま れ て い る 。 火葬 の 地 は 、 親鸞 の 曾孫 で 本願 寺 三 世 の 覚如 の 『 御 伝鈔 』 に 「 鳥部 野 ( とりべの ) の 南 の 辺 、 延仁 寺 に 葬 し たてまつ る 」 と 記 さ れ て い る 。 本願 寺 派 は 、 鳥辺 山 南辺 ( 現在 の 大谷 本 廟 〈 西 大谷 〉 の 「 御 荼 毘 所 」 ) に て 荼毘 に 付 さ れ た と する 。 大谷 派 は 、 延仁 寺 ( 京都 市 東山 区 今 熊野 ) に て 荼毘 に 付 さ れ た と し て い る 。 ( 現在 の 延仁 寺 は 、 東本願 寺 第 二十 一 世 大 谷 光勝 が 再興 し た もの 。 ) 頂骨 と 遺品 の 多く は 弟子 の 善性 ら に よ っ て 東国 ( 関東 ) に 運 ば れ 、 東国 布教 の 聖地 で あ る 「 稲田 の 草庵 」 に 納め られ た と も 伝え られ る 。 に あ る 親鸞 聖人 像 文久 9 年 ( 1272 年 ) ( 親鸞 入滅 より 10 年 後 ) 、 親鸞 の 弟子 たち の 協力 を 得 た 覚信 尼 に よ り 、 「 大谷 」 の 地 より 吉水 の 北辺 ( 現 、 崇泰院 ( そうたいいん ) 〔 知恩 院 塔頭 〕 付近 ) に 改葬 し 「 大谷 廟堂 」 を 建立 する 。 ( 永仁 3 年 ( 1295 年 ) 親鸞 の 御影 像 を 安置 し 、 「 大谷 影 堂 」 と な る 。 ) ( 応長 2 年 〈 1312 年 〉 に 、 「 専修 寺 」 と 額 を 掲げ る が 、 叡山 の 反対 に よ り 撤去 する 。 ) 寛正 6 年 ( 1465 年 ) に 、 延暦 寺 西塔 の 衆徒 に よ り 破却 さ れ る ( 寛正 の 法難 ) まで 、 本願 寺 は この 地 に あ っ た ( 本願 寺 八 世蓮 如 が 宗主 の 時代 ) 。 漢文 『 顕浄土 真実 教行 証文類 』 ( 略名 『 教行 信証 』 ) 「 正信 念仏偈 」 は 、 『 教行 信証 』 の 「 行巻 」 の 末尾 に あ る 、 七 言 百 二十 句 から な る 偈文 。 『 浄土 文 類 聚鈔 』 … 教行 信証 の 要点 を 述べ た 書物 。 『 愚禿 鈔 』 『 入出 二 門 偈 』 和文 『 浄土 和讃 』 『 高僧 和讃 』 『 正像 末 和讃 』 『 浄土 和讃 』 『 高僧 和讃 』 『 正像 末 和讃 』 を 、 「 三 帖 和讃 」 と 総称 する 。 『 三経往 生 文類 』 『 尊号 真像 銘文 』 『 一念 多念 証文 』 『 唯信 鈔 文意 』 『 如来 二 種 回向 文 』 『 弥陀 如来名 号 徳 』 『 親鸞 聖人 御 消息 』 関連 書籍 『 恵信 尼 消息 』 『 歎異抄 』 出家 と その 弟子 ( 倉田 百 三 ) 白 い 道 法然 ・ 親鸞 と その 時代 ( 三國 連太郎 、 1987 年 松竹 より 映画 化 ) 弥陀 の 橋 は   親鸞 聖人伝 ( 津本 陽 ) +浄土 宗 ( じょうどしゅう ) は 、 法然 上人 が 開祖 で あ る 、 浄土 教専修 念仏 を 宗旨 と する 日本 の 仏教 宗 派 の 一 つ 。 本尊 は 阿弥陀 如来 ( 舟後 光立 弥陀 ) 。 法然 ( 後 の 法然 ) は 父 の 漆間 時国 の 遺言 通り 僧侶 に な る 事 を 誓 う 。 比叡山 に 登 る 前 、 叔父 の 菩提寺 と い う 寺院 に 行 っ た 。 そこ の 住職 の 観覚 上人 の 下 で 勉学 に 励 ん だ 。 しかし 、 4 年 の 歳月 が 過ぎ 師僧 の 観覚 上人 から 「 お前 に 教え る 事 は もう 何 も な い 、 比叡 山 に 行 っ て は どう か 」 と 言 わ れ 、 勢至 丸 は 比叡山 へ わずか 13 歳 ( 1145 年 ) で 行 く 事 と な る 。 その 後 、 叡山 根本 中堂 に 於 い て 源光 ( 僧侶 ) 上人 より 学 ぶ 。 また 、 源光 上人 が 勉学 を 教え られ な く な り 、 皇円 阿闍梨 の 下 で 学 ぶ 。 ここ で 勢至 丸 ・ 15 歳 ( 1147 年 ) 、 正式 に 得度 する 。 勢至 丸 ・ 18 歳 ( 1150 年 ) の 時 、 青龍 寺 ( 大津 市 坂本 ) の 別所 に 移り 慈 眼 房 叡空 上人 に 師事 し て 法然 房 源 空 ( 源光 ・ 叡空 より 一 字 ずつ 名 を 貰 っ た ) と 名の る 。 承安 ( 日本 ) 5 年 ( 1175 年 ) 43 歳 の 時 、 善導 大師 の 観無 量 寿経疏 ( 観経 疏 ) に よ っ て 専修 念仏 に 進 み 、 比叡山 を 下り て 東山 吉水 に 住 み 、 念仏 の 教え を 弘め た 。 この 年 が 、 浄土 宗 の 立教開宗 の 年 と さ れ る 。 その 観経 疏 に あ る 立教 に 至 っ た 文字 は 、 一心 に 専ら 弥陀 の 名 を 称 えいつ で も 何処 で も 時間 の 短 い 長 い に 関係 な く 常 に これ を 念頭 に 置 き 継続 する 事 が 往生 へ の 道 で あ る 。 その 理由 は 弥陀 の 本願 に 順 ずる から で あ る 。 一心 専念 弥陀 名号 行住 坐 臥 不問 時 節 久近 念念 不捨者 是名 正定之業 順 彼 佛 願 故 「 南無 阿弥陀仏 」 = 阿弥陀 仏 に 帰依 し ま す 。 弥陀佛 の 選択 ( 仏教 ) に よ っ て 、 浄土 宗 に おけ る 念仏 は ここ から 始ま っ た と 言 っ て も 良 い 、 。 『 選択 本願念仏 集 』 が 浄土 宗 の 根本 聖典 と な っ て お り 、 教義 の 集大成 と な っ て い る 。 また 、 浄土 宗 の 立教 と 共 に 旧来 の 仏教 で あ る 天台 宗 や 奈良 の 興福寺 から 批判 の 声 が 上が り 、 承元 元年 ( 1207 年 ) 、 法然 は 讃岐 国 へ 流罪 に さ せ られ る ( 承元 の 法難 ) が 、 その 地 に お い て も 布教 を し た 。 その 後 、 法然 は 赦免 さ れ た もの の 、 京都 へ の 入京 を 禁 じ られ た ため に 、 摂津 国 勝尾 寺 を 拠点 に 布教 を 続け た 。 法然 は 建暦 元年 ( 1211 年 ) に 京都 へ の 復帰 を 許 さ れ た もの の 、 翌年 に 80 歳 の 生涯 を 閉じ て い る 。 歴史 法然 の 没後 、 長老 の 信空 ( 浄土 宗 ) が 後継 と な っ た もの の 、 証空 ・ 弁長 ・ 幸西 ・ 長西 ・ 隆寛 ・ 親鸞 ら 門人 の 間 で 法然 の 教義 に 対 する 解釈 で 微妙 な 違い が 生 じ て い た 。 嘉禄 3 年 ( 1227 年 ) 、 再び 専修 念仏 の 停止 が 命 ぜ られ て 、 浄土門 で は 大きな 被害 を 蒙 り 、 以後 、 法然 教団 の 分派 が 加速 する こと と な っ た ( 嘉禄 の 法難 ) 。 事 の 発端 に は 、 法性 寺 の 寺宝 が 盗 ま れ た 際 に 、 念仏 者 が 盗賊 団 の 一味 と し て 疑 わ れ た こと が あ る 。 また 、 延暦 寺 の 僧徒 たち が 念仏 者 を 襲撃 し たり し 、 『 選択 本願念仏 集 』 は 禁書 扱い を 受け 、 東山 ( 京都 府 ) 大谷 の 法然 墓堂 も 破壊 さ れ た 。 なお 、 この 際 に 幸西 は 壱岐 国 に 、 隆寛 は 陸奥 国 に 配流 さ れ て い る 。 法然 の 遺骸 は 、 太秦 広隆 寺 の 来迎房 円空 に 託 さ れ 、 1228 年 ( 安貞 2 年 ) に 西山 の 粟生野 で 荼毘 に 付 さ れ た 。 その 後 、 浄土 四 流 ( じょうど しりゅう ) と い う 流れ が 形成 さ れ る 。 すなわち 、 信空 の 没後 、 京都 の 浄土 宗 の 主流 と な っ た 証空 の 西山 義 、 九州 の 草野 氏 の 庇護 を 受け た 弁長 の 鎮西 義 、 東国 へ の 流刑 を 機 に 却って 同地 で 多念 義 を 広め た 隆寛 の 長楽 寺 義 、 京都 で 証空 に 対抗 し て 所業 本願義 を 説 い た 長西 の 九品 寺 義 の 4 派 を 指 す 。 もっとも 当時 の 有力 な 集団 の 1 つ で あ っ た 親鸞 の 教団 は その 没後 に 浄土 真宗 と し て 事実 上 独立 する こと と な りこの 4 流 に は 含 ま れ て お ら ず 、 他 に も 嵯峨 ( 京都 市 ) 二 尊 院 の 湛空 や 知恩 院 を 再興 し た 源智 、 一念 義 を 唱え た 幸西 など 4 流 に 加わ ら ず に 独自 の 教団 を 構成 し た 集団 が 乱立 し た 。 だ が 、 中世 を 通 じ て 残 っ た の は 浄土 真宗 を 別 に する と 西山 義 と 鎮西 義 の 2 つ で あ り 、 この 両義 の 教団 を 「 西山 派 」 「 鎮西 派 」 と 称 する こと と な る 。 一方 、 鎌倉 に お い て も 鎌倉 幕府 に よ っ て 念仏 停止 など の 弾圧 が 行 わ れ た が 、 後 に は 西山 派 は 北条 氏 一族 の 中 に も 受け入れ られ て 鎌倉 弁ヶ谷 に 拠点 を 築 い た 。 一方 、 鎮西 派 を 開 い た 弁長 の 弟子 で あ っ た 良忠 も 鎌倉 の 悟真 寺 ( 現在 の 光明寺 _ ( 鎌倉 市 ) ) を 中心 と し た 関東 各地 に 勢力 を 伸ば し て い っ た 。 鎌倉 に あ る 極楽 寺 _ ( 鎌倉 市 ) は 真言律宗 に な る 前 は 浄土 宗 寺院 で あ っ た と も 言 わ れ 、 高徳院 ( 鎌倉 大仏 ) も 同地 に おけ る 代表 的 な 浄土 宗 寺院 で あ る ( ただし 、 公式 に 浄土 宗 寺院 に な っ た の は 江戸 時代 と も 言 わ れ 、 その 初期 に つ い て は 諸説 が あ る ) 。 だ が 、 西山 派 は 証空 の 死後 、 西谷 流 ・ 深草 流 ・ 東山 流 ・ 嵯峨 流 に 分裂 し 、 鎮西 派 も 良忠 の 死後 に 白旗 派 ・ 名越 派 ・ 藤田 派 ・ 一条 派 ・ 木幡 派 ・ 三条 派 に 分裂 する など 、 浄土 宗 は 更なる 分裂 の 時代 を 迎え る 事 に な る 。 その 後 南北朝 時代 ( 日本 ) から 室町 時代 に かけ て 、 鎮西 派 の 中 で も 藤田 派 の 聖観 ・ 良栄 、 白旗 派 の 聖冏 ・ 聖聡 が 現れ て 宗派 を 興隆 し て 西山 派 及び 鎮西 派 の 他 の 流派 を 圧倒 し た 。 特に 聖冏 は 浄土 宗 に 宗脈 ・ 戒脈 の 相承 が あ る と し て 「 五重 相伝 」 の 法 を 唱え 、 血脈 ・ 教義 の 組織 化 を 図 っ て 宗門 を 統一 し よ う と し た 。 聖聡 は 増上 寺 を 創建 し 、 その 孫弟子 に あた る 愚底 は 松平 親忠 に 乞 わ れ て 大樹 寺 を 創建 し た 。 応仁 の 乱後 、 白旗 派 の 手 に よ っ て 再興 さ れ た 知恩 院 は 天正 3 年 ( 1575 年 ) に 正親 町 天皇 より 浄土 宗 本寺 と し て の 承認 を 受け 、 諸国 の 浄土 宗 僧侶 へ の 香衣 付与 ・ 剥奪 の 権限 を 与え られ た ( 「 毀破 綸旨 」 ) 。 更に 松平 親忠 の 末裔 で あ る 徳川 家康 が 江戸 幕府 を 開 い た 事 に よ っ て 浄土 宗 は 手厚 い 保護 を 受け る こと に な る 。 特に 知恩 院 の 尊照 と 増上 寺 の 存応 は 、 家康 の 崇敬 を 受け た 。 元和 ( 日本 ) 元年 ( 1615 年 ) に 寺院 諸 法度 の 一環 と し て 浄土 宗 法度 が 制定 さ れ 、 知恩 院 が 門跡 寺院 ・ 第 一 位 の 本山 と さ れ 、 増上 寺 は これ より 下位 に 置 か れ た もの の 、 「 大 本山 」 の 称号 と 宗務 行政 官庁 で あ る 「 総録 所 」 が 設置 さ れ た 。 なお 、 この 際 西山 派 に 対 し て は 別個 に 「 浄土 西山 派 法度 」 を 出 さ れ て い る 。 だ が 、 これ に よ っ て 浄土 宗 は 徳川 将軍 家 、 ひいては 幕藩 体制 の 保護 を 受け る こと と な る 。 廃仏 毀釈 の 混乱 の 中 から 養鸕 徹定 ・ 福田 行誡 ら に よ っ て 近代 化 が 図 ら れ て 白旗 派 が 名越 派 など を 統合 する 形 で 鎮西 派 が 統一 さ れ て 現在 の 浄土 宗 の 原型 が 成立 する 。 第 2 次 世界 大戦 後 は 金戒 光明寺 を 中心 と し た 黒谷 浄土宗 、 知恩 院 を 中心 と する 本派 浄土宗 ( 浄土 宗本 派 ) が 分立 する が 、 昭和 36 年 ( 1961 年 ) の 法然 750 年 忌 を 機 に 浄土 宗本 派 が 復帰 、 16 年 後 に 黒谷 浄土宗 も 復帰 し た 。 現在 の 宗教 法人 と し て の 「 浄土 宗 」 の 代表 役員 は 宗務 総長 、 責任 役員 は 内局 と 呼 ば れ て い る 。 一方 、 西山 派 は 現在 も 浄土 宗 と は 別個 に 西山 浄土 宗 ・ 西山 禅林 寺 派 ・ 西山 深草 派 の 3 派 が 並立 し た 状態 が 続 い て い る 。 また 、 江戸 時代 の 改革 運動 の 際 に 分裂 し た 浄土 宗捨世派 の 勢力 も 存在 する 。 浄土宗 寺院 特徴 本尊 : 阿弥陀 仏 、 本尊左 : 勢至 菩薩 、 本尊右 : 観音 菩薩 、 左 : 善導 大師 、 右 : 法然 上人 、 注 ) 下記 二 名 は 鎮西 派 ( 浄土 宗 ) 。 二祖 : 源智 上人 、 弁長 上人 三祖 : 良忠 上人 注 ) 下記 一 名 は 西山 派 ( 西山 浄土 宗 、 浄土 宗 西山 禅林 寺 派 、 浄土 宗 西山 深草 派 ) 。 二祖 : 證空 上人 浄土 宗教典 浄土 三 部 経 無量 寿経仏 説 無量 寿経 観 無 量 寿経 阿弥陀 経 一 枚 起請文 ( いち まい き しょう もん ) 一紙 小 消息 ( いっ し こしょう そく ) 浄土 宗 宗 歌 「 月影 の   いたら ぬ 里 は   な けれど も   眺むる 人 の   心 に ぞ す む 」 この 宗歌 は 法然 二十 五 霊場 、 十 八 番 月輪 寺 の 詠歌 から と っ た もの で あ る 。 総 本山 鎮西 派 華頂 山 知 恩 院 西山 派 東山 禅林 寺 ( 京都 市 ) ( 永観堂 ) ( 禅林 寺 派 ) 粟生 光明寺 ( 長岡 京 市 ) ( 西山 浄土 宗 ) 京極 誓願 寺 ( 深草 派 ) 鎮西 七 大 本山 三縁 山 増上 寺 ( 東京 都 ) http / / www . zojoji . or . jp / 紫雲山 金戒 光明寺 ( 京都 市 ) http / / www . kurodani . jp / 天照山 光明寺 ( 鎌倉 市 ) ( 鎌倉 市 ) http / / park 16 . wakwak . com / ~ komyo - ji / 百 万 遍 知恩 寺 ( 京都 市 ) http / / www . jodo . jp / 29000 4 / 0 3 / 井上山 善導 寺 ( 福岡 市 ) http / / www 5 . ocn . ne . jp / ~ zendoji / 善光 寺 大 本願 ( 長野 市 ) http / / www . daihongan . or . jp / 善光 寺 ( 長野 市 ) http / / www . zenkoji . jp / 清浄 華院 ( 京都 市 ) http / / www 6 . ocn . ne . jp / ~ jozan / 佛教 大学 ( 京都 ) 東海 学園 大学 ( 名古屋 市 ・ 三好 町 ) - 学校 法人 東海 学園 / 東海 中 学校 ・ 高等 学校 を 母体 と する 芝 中 学校 ・ 高等 学校 ( 東京 都 ) - 旧 浄土 宗 学 東京 支校 東海 中 学校 ・ 高等 学校 ( 名古屋 市 ) - 旧 浄土 宗 学 愛知 支校 東海 学園 高等 学校 ( 名古屋 市 ) - 東海 中 学校 ・ 高等 学校 姉妹 校 東山 高等 学校 ( 京都 市 ) - 旧 浄土 宗 学 京都 支校 上宮 中 学校 ・ 高等 学校 ( 大阪 市 ) - 旧 浄土 宗 学 大阪 支校 上宮 太子 中 学校 ・ 高等 学校 ( 太子 町 ( 大阪 府 ) ) - 旧 浄土 宗 学 大阪 支校 鎮西 高等 学校 ( 熊本 市 ) - 旧 浄土 宗 学 九州 支校 +真言宗 ( しんごん しゅう ) は 、 空海 ( 弘法 大師 ) に よ っ て 9 世紀 初頭 に 開 か れ た 、 日本 の 仏教 の 宗派 。 真言 陀羅尼 宗 ( しんご ん だら に しゅう ) 、 曼荼 羅 宗 ( まんだら しゅう ) 、 秘密 宗 ( ひみつ しゅう ) と も 称 する 。 空海 が 中国 ( 唐 時代 ) の 長安 に 渡 り 、 青龍 寺 ( 西安 市 ) で 恵果 から 学 ん だ 密教 を 基盤 と し て い る 。 同 時期 に 最澄 に よ っ て 開 か れ た 日本 の 天台 宗 が 法華 経学 、 密教 、 戒律 、 禅 を 兼修 する の に 対 し 、 空海 は 著作 「 秘密 曼 荼羅 十 住 心 論 」 ( ひみつ ま ん だら じゅう じゅうしんろん ) 、 「 秘蔵 宝鑰 」 ( ひ ぞう ほうやく ) で 、 空海 が 執筆 し て い た 当時 に 伝来 し て い た 仏教 各派 の 教学 に 一応 の 評価 を 与え つつ 、 真言 宗 を 最上 位 に 置 く こと に よ っ て 十 段階 の 思想 体系 の 中 に 組み込 ん だ 。 最終 的 に は 顕教 と 比べ て 、 密教 ( 真言 密教 ) の 優位 性 、 顕教 の 思想 ・ 経典 も 真言 密教 に 摂包 さ れ る こと を 説 い た 。 天台 密教 を 「 台密 」 と 称 する の に 対 し 、 真言 密教 を 「 東密 」 と 称 する 。 真言 宗 の 密教 は 東寺 を 基盤 と し た の で 「 東密 」 と 呼 ば れ た 。 開宗 空海 は 、 816 年 ( 弘仁 7 年 ) に 高野山 金剛 峯 寺 を 修禅 の 道場 と し て 開創 し 、 弘仁 14 年 ( 823 年 ) に 勅賜 さ れ た 教王 護国 寺 ( 東寺 ) を 真言 宗 の 根本 道場 と し て 宗団 を 確立 し た 。 空海 は 入定 に 際 し て 、 住持 し て い た 寺院 を 弟子 に 付嘱 し た 。 東寺 は 実慧 、 金剛 峯 寺 は 真然 、 神護 寺 は 真済 、 安祥 寺 ( 京都 市 ) を 恵運 、 寛平 法皇 ( 宇多 天皇 ) が 開基 し た 仁和 寺 、 醍醐 寺 は 聖宝 、 円成 寺 は 益信 など が あ っ た 。 これ ら の 寺院 に 年 分 度 者 ( ねん ぶん どしゃ ) ( 国家 公認 の 僧侶 の 養成 ) を 許可 さ れ 、 それぞれ の 寺院 が 独立 し た 傾向 を 持 っ て い っ た 。 観賢 が 東寺 長者 ・ 金剛 峯 寺 座主 を 兼ね 、 東寺 を 本寺 と し 、 金剛 峯 寺 を 末寺 と する 本末 制度 を 確立 し た 。 東寺 長者 が 真言 宗 を 統括 する こと に な っ た 。 金剛峯 寺 は 、 この 本末 争い に 負け た 後 、 落雷 に よ り 伽藍 ・ 諸堂 を 焼失 し た 。 また 国司 に よ る 押妨 など に よ り 、 高野山 は 衰微 し 、 無人 の 状態 に な る まで に 至 っ た 。 この 状態 が 平安 時代 中期 まで 続 く が 、 藤原 道長 が 高野山 に 登山 ( 山上 の 寺社 に 参詣 する こと ) し た こと に よ り 復興 が 進 み 、 皇族 ・ 摂関家 ・ 公家 が 高野山 へ の 登山 が 続 い た 。 その 後 、 皇族 ・ 摂関家 ・ 公家 など に よ る 経済 的 な 支援 も あ り 、 財政 に お い て も 安定 し た 。 覚鑁 ( かく ばん ) と 高野山 師資 相承 を 重視 する ため に 分派 し て い っ た 。 事相 ( 真言 密教 を 実践 する ため の 作法 。 修法 の 作法 など ) の 違い に よ る 分派 で あ っ た 。 教学 ( 教義 ) その もの は 、 空海 に よ り 大成 さ れ て い た ため 、 平安 時代 半ば まで 、 宗内 で の 論争 は あまり な かっ た 。 しかし 、 11 世紀 末 、 覚鑁 ( 興教 大師 ) が 高野山 で 秘密 念仏 思想 を 提唱 し た 。 また 、 覚鑁 は 、 大伝法 院 を 創建 、 教学 の 振興 の ため に 大伝法 会 の 復興 を 行 っ た 。 東寺 の 支配 から 高野山 の 独立 を 図 り 、 東寺 長者 が 金剛 峯 寺 の 座主 を 兼職 する 慣例 を 廃止 し 、 金剛 峯 寺 座主 に 任 ぜ られ た が 、 金剛 峯 寺方 ( 本寺 方 ) の 反発 を 受け 失敗 し た 。 その 後 、 座主 を 辞 し て 根来山 ( 和歌山 県 ) に 隠棲 し た 。 これ より 、 金剛 峯 寺方 ( 本寺 方 ) と 大伝法 院 ( 院方 ) の 長 く 確執 が 続 い た 。 両派 は 、 古義 ( 古義 真言宗 ) ・ 新義 ( 新義 真言宗 ) に 分かれ て い っ た 。 1290 年 ( 正応 3 年 ) に 頼瑜 が 大伝法 院 を 根来山 に 移 し 、 大日 如来 の 加持 法身 説 ( 新義 ) を 唱え て 、 新義 真言宗 の 教義 の 基礎 を 確立 し た 。 根来山 は 大伝法 院 を 含め て 根来 寺 と な り 隆盛 を 極め た が 、 1585 年 ( 天正 13 年 ) 豊臣 秀吉 に よ り 、 焼き討ち に さ れ 灰燼 に 帰 し た 。 その ため 、 1588 年 ( 天正 16 年 ) に 専誉 が 長谷 寺 に 入 り 、 後 に 真言 宗 豊山 派 の 総 本山 と な っ た 。 160 1 年 ( 慶長 6 年 ) に 徳川 家康 の 保護 を 受け て 、 玄宥 ( げんゆう ) が 根来 寺 に あ っ た 智積 院 を 京都 ・ 七条 に 再建 し 、 後 に 真言 宗 智山 派 の 総 本山 と な っ た 。 南北朝 時代 ( 日本 ) に 東寺 の 僧 、 杲宝 ( ごうほう ) ・ 賢宝 ( げん ぼう ) ら に よ り 東寺 不二門 教学 を 大成 さ せ て 、 大日 如来 の 本地 加持説 ( 古義 ) を 説 い た 。 江戸 時代 に 入 る と 、 江戸 幕府 は 仏教界 に 対 し て 新た な 宗教 統制 を 講 じ た 。 真言 宗 に は 160 4 年 ( 慶長 14 年 ) に 東寺 ・ 醍醐 寺 ・ 高野山 学 侶 方 ・ 関東 真言宗古義 法度 など の 法度 が 出 さ れ た 。 これ に よ り 、 幕府 の 監視 下 に 置 か れ る こと に な っ た 。 明治 維新 以降 、 明治 政府 は 神仏 分離 を 推進 し た 。 それ に 伴 い 、 廃仏 棄釈 が 起 っ た 。 真言 宗 の 寺院 は 本山 ・ 末寺 に かかわ ら ず 大きな 打撃 を 受け た 。 経済 的 に は 、 政府 の 命令 で 、 寺領 の 返納 を 要求 し て 、 強制 的 に 返納 さ せ た 。 没収 も あ っ た 。 特権 も 廃 さ れ 、 勅願 所 ・ 門跡 の 称号 の 禁止 さ れ た 。 これ に よ り 、 多く の 寺院 の 経営 が 立ち行 か な く な り 、 廃寺 に 追い込 ま れ た 。 僧籍 を 離れ て 、 還俗 する 僧侶 も 現れ た 。 宗祖 ・ 空海 ( 弘法 大師 ) へ の 敬慕 が 厚 い 。 10 世紀 に は 高野山 で 空海 の 入定 信仰 が 起 っ た 。 弘法 大師 信仰 ( 大師 信仰 ) を 説 い て い る の が 真言 宗 の 各派 に いえ る 特徴 の 一 つ で も あ る 。 宗祖 ・ 空海 ( 774 - 8 35 年 ) は 、 讃岐 国 屏 風浦 ( 現 ・ 香川 県 善通寺 市 ) の 出身 で 、 仏教 者 で あ る と とも に 思想 家 、 著述 家 、 また 「 三筆 」 の 1人 に 数え られ る 能書 家 と し て 、 後 の 日本 文化 に 多大 な 影響 を 与え た 人物 で あ る 。 彼 は 延暦 23 年 ( 80 4 年 ) 、 遣唐 使船 に 同乗 し て 唐 に 渡 り 、 長安 ・ 青龍 寺 の 恵果 から 密教 の 奥義 を 授か っ た 。 また 、 唐 で 多く の 仏典 、 仏具 、 仏画 など を 得 、 日本 へ 請来 し た 。 弘仁 7 年 ( 816 年 ) に は 高野山 ( 和歌山 県 伊都 郡 高野 町 ) の 地 を 得 て 、 ここ に 金剛 峯 寺 を 開創 、 弘仁 14 年 ( 823 年 ) に は 、 平安 京 の 官寺 で あ っ た 東寺 を 嵯峨 天皇 より 下賜 さ れ 、 これ ら 両寺 を 真言 密教 の 根本 道場 と し た 。 835 年 ( 承和 ( 日本 ) 2 年 ) 3 月 21 日 に 、 62 才 で 高野山 で 入定 ( にゅうじょう ) し た 。 空海 が 入定 し て から 86 年 後 の 延喜 21 年 ( 921 年 ) に 、 弘法 大師 の 諡号 が 醍醐 天皇 より 贈 ら れ た 。 密教 が インド で 起こ り 、 中国 を 経 て 、 空海 ( 弘法 大師 ) に 伝え られ 、 日本 で 独立 し た 宗派 と し て 真言 宗 を 開 く まで に 、 八祖 を 経 て 伝え られ た と する 伝承 が あ る 。 これ を 真言 八祖 ( しんごん はっそ ) と い う 。 付法 ( ふほう ) の 八祖 と 伝持 ( でんじ ) の 八祖 の 二 つ が あ り 、 空海 は 著作 「 秘密 曼 荼羅 教付 法伝 」 ・ 「 真言 付 法伝 」 で 、 真言 密教 の 起源 と 付法 の 七祖 ・ 伝持 の 七祖 ( 付法 ・ 伝持 の 八祖 の 内 、 弘法 大師 を 除 く 七祖 ) の 伝記 や 付法 の 系譜 を 記 し て い る 。 本堂 など に 真言 八祖 ( ( 伝持 の 八祖 ) ・ 絵像 で 制作 さ れ る こと が 多 い ) を 祀 ら れ て い る の が 、 真言 宗 の 寺院 の 特徴 の 一 つ で あ る 。 ( 祀 ら れ て い な い 寺院 も あ る 。 ) 真言 宗 の 法流 の 正系 を 示 し て い る 。 教主 大日 如来 の 説法 を 金剛 薩埵 が 聞 い て 教法 が 起こ り 、 真言 宗 の 教え が 伝わ っ た 系譜 で あ る 。 大日 如来 ( だい にち にょらい ) 金剛 薩埵 ( こんごう さ った ) 龍猛 菩薩 ( りゅうみょうぼさつ ) 龍智 菩薩 ( りゅうちぼさつ ) 金剛 智 三蔵 ( こんごう ち さん ぞう ) 不空 三蔵 ( ふくう さん ぞう ) 恵果 阿闍梨 ( けいか あじゃり ) 弘法 大 師 真言 宗 の 教え が 日本 に 伝わ る まで の 歴史 に 関わ っ た 8 人 の 祖師 。 付法 の 八祖 の 内 、 大日 如来 、 金剛 薩埵 は 歴史 上 の 人物 で は な い ため に 除 い て 、 2人 の 祖師 を 加え た 。 八祖 大師 ( はっそだい し ) と も 称 さ れ る 。 一人一人 持ち物 を 持 っ て い る が 、 その 持ち物 は 悟り の 本質 を あらわ し て い る 。 龍樹 菩薩   :   大日 如来 の 直弟 子 金剛 薩埵 ( こんごう さ った ) から 密教 経典 を 授か っ て 、 世 に 伝え た と い わ れ て い る 。 ( 三鈷 杵 ( さん こ しょ ) を 右手 に 持 っ て い る ) 龍智 菩薩   :   龍猛 から 密教 を 授か っ た 。 ( 経文 を 右手 に 持 っ て い る ) 金剛 智 三蔵   :   インド で 龍智 から 密教 を 学 ん だ の ち 唐 へ 渡 り 、 「 金剛 頂経 」 を 伝え る 。 ( 数珠 を 右手 に 持 っ て い る ) 不空 三蔵   :   西域 生まれ 。 貿易 商 の 叔父 に 連れ られ て 唐 へ 行 き 、 長安 で 金剛 智 に 入門 。 「 金剛 頂経 」 を 漢語 に 翻訳 し 、 灌頂 道場 を 開 い た 。 ( 外縛 印 ( げばくいん ) を 結 ん で い る ) 善 無 畏 三蔵 ( ぜんむ い さん ぞう   :   インド 生まれ 。 大乗 仏教 を 学 び 、 さらに 密教 を 受け継 ぐ 。 80 歳 に な っ て 唐 に 渡 り 、 「 大日経 」 を 伝え る 。 ( 右手 の 人 さし 指 を たて て い る ) 一行 禅師 ( いち ぎょう ぜんじ ) :   中国 生まれ 。 禅 や 天台 教学 、 天文 学 、 数学 を 学 ぶ 。 長安 で 善 無 畏 に 入門 し 、 善無 畏 の 口述 を もと に 「 大日 経疏 ( だいにち きょうしょ ) 」 を 完成 さ せ た 。 ( 法衣 の なか で 印 を 結 ん で い る ) 恵果 阿闍梨   :   中国 生まれ 。 金剛界 ・ 胎蔵 界 両部 の 密教 を 受け継 い だ 。 ( 椅子 に 座 り 、 横 に 童 を 待 ら せ て い る ) 弘法 大師   :   恵果 阿闍梨 から 金剛 ・ 胎蔵 界 両部 を 授け られ 、 日本 に 伝え て 真言 密教 を 開 い た 。 空海 。 ( 五 鈷 杵 ( ご こしょ ) を 右手 に も ち 、 左手 に は 念珠 を も っ て い る ) 真言 宗 は 即身 成仏 と 密厳 国土 を その 教義 と する 。 本尊 は 宇宙 の 本体 で あ り 絶対 の 真理 で あ る 大日 如来 。 所依 の 経典 ( 基本 の 重要 経典 ) は 大日経 ( 正式 に は 大 毘盧遮那 成仏 神変 加持 経 / だい びる しゃな じょうぶつ じんぺん かじきょう ) と 金剛 頂経 ( 正式 に は 「 金剛 頂 一切 如来真実摂 大乗現証 大 教王 教 」 、 また は 「 金剛 頂 瑜 伽 真実大 教王 経 」 、 「 蘇悉 地 経 」 ( そじつぢ きょう ) ・ 「 瑜祗 経 」 ( ゆぎきょう ) ・ 「 要略 念 誦経 」 ( ようりゃく ねん じゅきょう ) ・ 理趣 経 ( り しゅきょう ) など で あ る 。 論疏 ( 論文 の 類 ) は 「 菩提心 論 」 ( ぼだいしんろん ) ・ 「 釈摩訶 衍 論 」 ( しゃくまか えんろん ) ・ 「 大日 経疏 」 ( だいにち きょうしょ ) など で あ る 。 空海 の 著作 、 秘密 曼 荼羅 十 住 心 論 ( ひみつ ま ん だら じゅう じゅうしんろん ) ( 「 十 住 心 論 ・ じゅうじゅうしんろん ) ・ 「 秘蔵 宝鑰 」 ( ひ ぞう ほうやく ) ・ 「 辦顕 密 二 教論 」 ( べんけん みつ に きょうろん ) ・ 「 即身 成 仏義 」 ( そくしん じょうぶつ ぎ ) ・ 「 声字 実 相 義 」 ( しょうじ じっそう ぎ ) ・ 「 吽字 義 」 ( うんじぎ ) など も 論疏 と し て い る 。 三密 ( ( 身密 ・ 手 に 諸尊 の 印契 ( 印相 ) を 結 ぶ ) 、 ( 口密 ( 語密 ) ・ 口 に 真言 を 読誦 する ) 、 ( 心密 ・ 心 に 曼荼羅 の 諸尊 を 観想 する ) ) の 修行 に よ り 、 本尊 と 一体 と な り 、 即身 成仏 が 実現 する と し て い る 。 真言 密教 を 学 ん で い く うえ で 、 「 事相 」 ( じ そう ) と 「 教相 」 ( きょうそう ) が 重要 視 さ れ る 。 事相 は 、 教相 の 対語 で 、 真言 密教 を 実践 する 方法 。 修法 の 作法 ( 灌頂 ・ 護摩 ・ 観法 ・ 印契 ・ 真言 など の 行法 ) を 指 し 、 教相 は 、 真言 密教 の 理論 で あ る 。 真言 宗 の 主要 経典 「 大日経 」 は 教相 の 経典 、 金剛 頂経 は 事相 の 経典 で あ る 。 教相 を 学 ん で い く こと で 、 真言 密教 の 理論 を 理解 し 、 理論 を 実践 する 方法 を 行 う ため に 事相 を 学 ぶ 。 教相 の 裏付け の な い 、 事相 は 無 意味 な 動作 に な っ て しま う と い う 。 事相 ・ 教相 の 両方 を 学 ば な けれ ば 、 真言 密教 の 理想 へ の 到達 は 出来 な い と さ れ て い る 。 事相 ・ 教相 の 両方 を 習得 する 重要 性 を 説 く たとえ と し て 、 事相 ・ 教相 を 車 の 両輪 に 置き換え て 説 く 場合 が あ る 。 また 、 慈雲 は 「 事相 を 離れ て 教相 な く 、 教相 を 離れ て 事相 な し 、 事教 一致 し て 、 密義 を つく す べ き 」 と 述べ た 。 9 世紀 半ば ( 平安 時代 中期 ) から 、 事相 の 研究 が 盛ん と な っ た 。 益信 ( やくしん ) に 始ま る 広沢 流 ( ひろさわ りゅう ) 、 聖宝 ( しょうほう ) を 祖 と する 小野 流 ( おの りゅう ) が 起こ っ た 。 両派 は 、 それぞれ 六流 に 分かれ て 、 野沢 ( やたく ) 十 二 流 ( 根本 十 二 流 ) に な り 、 やがて 三十 六 流 に な っ た 。 その 後 、 法流 は 、 あわせ て 100 余り を 数え た 。 真言 密教 の 事相 の 流派 は 、 すべて 、 広沢 流 ・ 小野 流 の 二流 から 分かれ た 。 広沢 流 ・ 小野 流 ( 野沢 十 二 流 ) 平安 中期 に 益信 に 始ま る 広沢 流 、 聖宝 を 始祖 と する 小野 流 が 起こ っ た 。 両派 は 、 それぞれ 六流 に 分かれ て 、 野沢 十 二 流 ( やたくじゅう に りゅう ) 、 また は 、 根本 十 二 流 と 称 さ れ る 。 野沢 十 二 流 の 定義 で は 、 持明 院 流 を 広沢 流 に 入れ な い 。 また 、 中院 流 を 小野 流 に 入れ な い 。 いずれ の 法流 も 、 高野山 に 移 っ た ため で あ る 。 これ は 、 御 七 日 御 修法 など 公請 の 修法 に 関与 し な い ため に 区別 さ れ た だけ で 、 野沢 十 二 流 は 、 東密事 相 の 法流 を すべて を 示 し た もの で は な い 。 特徴 は 、 儀軌 を 重んじ る 。 寛朝 が 建立 し た 京都 市 右京 区 嵯峨 広沢 に あ る 広沢 池 の 南 に あ る 遍照寺 ( 京都 市 ) の 所在 地名 が 語源 と な っ て い る 。 広義 で は 、 東密 事 相 を 2 分 し た 場合 、 小野 流 の 対 を な す 法流 。 狭義 で は 、 広沢 流内 の 法流 、 仁和 三 流 、 広沢 三流 を あわせ て 広沢 六 流 と 称 する 。 しかし 、 六流 に 属 する 法流 は 一定 し て お ら ず 、 観音 院 流 ・ 仁和 御 流系 の 北院 流 ・ 慈尊 院 流 など を 入れ る 説 も あ る 。 保寿 院 流 ・ 仁和 御 流 ・ 西院 流 ( にし の いんりゅう ) を 仁和 三 流 と 称 し 、 華蔵 院 流 ・ 忍辱 山流 ( にんにく せんりゅう ) ・ 伝法 院 流 を 広沢 三 流 と 称 する 。 広沢 流 系 流 派略 系 譜 仁和 御 流略 系 譜 ( 派祖 ・ 覚法 )   空海 - 真雅 - 源仁 - 益信 - 寛平 法皇 ( 宇多 天皇 ) - 寛朝 - 済信 - 性信 - 寛助 - 覚法 西院 流略 系 譜 ( 派祖 ・ 信証 )   空海 - 真雅 - 源仁 - 益信 - 寛平 法皇 ( 宇多 天皇 ) - 寛朝 - 済信 - 性信 - 寛助 - 信証 保寿 院 流略 系 譜 ( 派祖 ・ 永厳 )   空海 - 真雅 - 源仁 - 益信 - 寛平 法皇 ( 宇多 天皇 ) - 寛朝 - 済信 - 性信 - 寛助 - 永厳 華蔵 院 流略 系 譜 ( 派祖 ・ 聖恵 )   空海 - 真雅 - 源仁 - 益信 - 寛平 法皇 ( 宇多 天皇 ) - 寛朝 - 済信 - 性信 - 寛助 - 聖恵 忍辱 山 流略 系 譜 ( 派祖 ・ 寛遍 )   空海 - 真雅 - 源仁 - 益信 - 寛平 法皇 ( 宇多 天皇 ) - 寛朝 - 済信 - 性信 - 寛助 - 寛遍 伝法 院 流略 系 譜 ( 派祖 ・ 覚鑁 )   空海 - 真雅 - 源仁 - 益信 - 寛平 法皇 ( 宇多 天皇 ) - 寛朝 - 済信 - 性信 - 寛助 - 覚鑁 特徴 は 、 口伝 口 訣 を 重じ る 。 真言 宗 善通寺 派 大 本山 大 本山 随心 院 ( 旧称 ・ 曼荼羅 寺 ) が あ る 京都 市 東山 区 山科 小野 が 語源 と な っ て い る 。 聖宝 を 小野 流 元祖 、 随心 院 を 開創 し た 仁海 を 小野 流流祖 と する 場合 も あ る 。 広義 で は 、 東密 事 相 を 2 分 し た 場合 、 広沢 流 の 対 を な す 法流 。 狭義 で は 、 小野 流内 の 流派 、 醍醐 三流 ( 理性 院 流 ・ 三宝 院 流 ・ 金剛 王院 流 ) と 勧修 寺 三流 ( 随心 院 流 ・ 安祥 寺流 ・ 勧修 寺 流 ) を 指 す 。 単に 随心 院 流 のみ を 指 す 場合 も あ る 。 小野 流 系 流 派略 系 譜 安祥 寺 流略 系 譜 ( 派祖 ・ 宗意 )   空海 - 真雅 - 源仁 - 聖宝 - 観賢 - 仁海 - 成尊 - 範俊 - 厳覚 - 宗意 勧修 寺 流略 系 譜 ( 派祖 ・ 寛信 )   空海 - 真雅 - 源仁 - 聖宝 - 観賢 - 仁海 - 成尊 - 範俊 - 厳覚 - 寛信 随心 寺 流略 系 譜 ( 派祖 ・ 増俊 )   空海 - 真雅 - 源仁 - 聖宝 - 観賢 - 仁海 - 成尊 - 範俊 - 厳覚 - 増俊 三宝 院 流略 系 譜 ( 派祖 ・ 定海 )   空海 - 真雅 - 源仁 - 聖宝 - 観賢 - 仁海 - 成尊 - 義範 - 勝覚 - 定海 理 性 院 流略 系 譜 ( 派祖 ・ 賢覚 )   空海 - 真雅 - 源仁 - 聖宝 - 観賢 - 仁海 - 成尊 - 義範 - 勝覚 - 賢覚 金剛 王院 流略 系 譜 ( 派祖 ・ 聖賢 )   空海 - 真雅 - 源仁 - 聖宝 - 観賢 - 仁海 - 成尊 - 義範 - 勝覚 - 聖賢 真言 宗 は 日本 の 仏教 宗 派 の 中 で は 分派 の 多 い もの の 1 つ で あ る 。 13 世紀 末 に 古義 真言宗 と 新義 真言宗 に 別れ 、 さらに そこ から 多種 多様 な 教義 が 展開 し て 現在 に 至 っ て い る の が 特徴 で あ る 。 大日 如来 の 本地 法身説 の 教学 ( 古義 ) に よ る 。 現実 世界 の 一事 一物 が 法身 ( 真理 その もの を 仏 の 身体 と みな す ) の 大日 如来 の 説法 で あ る と 説 い て い る 。 覚鑁 ( かく ばん ) ( 興教 大 師 ) を 派祖 と し 、 大日 如来 の 加持 身説 の 教学 ( 新義 ) に よ る 。 現実 世界 の 一事 一物 は 、 加持 身 の 大日 如来 の 説法 で あ る と 説 い て い る 。 昭和 14 年 ( 1939 年 ) の 宗教 団体 法 成立 に よ り 、 真言 律宗 以外 の 宗派 は 真言 宗 と し て 統合 さ れ た 。 しかし 、 戦後 は 分派 独立 が 相継 ぎ 、 現在 は 約 50 の 宗派 が あ る 。 その うち 主要 な 16 派 の 18 の 総 大 本山 が 、 昭和 33 年 ( 1958 年 ) 6 月 15 日 に 、 真言 宗 各派 総 大 本山 会 ( 各山 会 ) を 各山 の 連絡 親睦 ・ 共通 事業 の 主宰 を 目的 に 結成 さ れ た 。 これ ら の 寺院 を 真言 宗 十 八 本山 と い う 。 各山 会 の 事務 局 - 総本山 智積 院内 古義 真言宗 系 金剛 峯 寺 - 高野山 真言 宗 総 本山 東寺 - 東寺 真言宗 総 本山 善通寺 - 真言 宗 善通寺 派 総 本山 随心 院 - 真言 宗 善通寺 派 大 本山 醍醐 寺 - 真言 宗 醍醐 派 総 本山 仁和 寺 - 真言 宗 御室 派 総 本山 大覚寺 - 真言 宗 大覚寺 派 大 本山 泉涌 寺 - 真言 宗 泉涌 寺 派 総 本山 勧修 寺 - 真言 宗山 階 派 大 本山 朝護 孫子 寺 - 信貴山 真言 宗 総 本山 中山 寺 ( 宝塚 市 ) - 真言 宗 中山寺 派 大 本山 清荒神 清澄 寺 - 真言 三宝 宗 大 本山 須磨 寺 - 真言 宗 須磨 寺 派 大 本山 新義真言宗 系 智積院 - 真言 宗 智山 派 総 本山 長谷 寺 - 真言 宗 豊山 派 総 本山 根来 寺 - 新義 真言宗 総 本山 真言律 宗 西 大寺 ( 奈良 市 ) - 真言律宗 総 本山 宝山 寺 - 真言律 宗 大 本山 真言 宗 各派 総 大 本山 会 所属 の 各 宗 派 管長 ・ 山主 と 真言 宗 各派 総 大 本山 会 所属 の 各 宗派 から 選 ん だ 定額 僧 ( じょうがく そう ) に よ り 、 毎年 1 月 8 日 から 1 月 14 日 まで の 一 週間 ( 21 座 ) 、 東寺 ・ 灌頂院 に て 後七 日 御 修法 を 行 っ て い る 。 構成 ( 真言 宗 各派 総 大 本山 会 所属 の 各 宗派 より 選出 さ れ た 者 ) 大阿闍梨 ( 真言 宗 各派 総 大 本山 会 所属 の 各 宗 派 管長 ・ 山主 ) 御 手替 ( 真言 宗 各派 総 大 本山 会 所属 の 各 宗 派 管長 ・ 山主 ) 二間 観音 供 ( 1 名 ) 神供 ( 1 名 ) 伴僧 ( 4 名 ) 十 二 天供 ( 1 名 ) 増益 護 摩 供 ( 1 名 ) 咒頭 ( 1 名 ) 舎利守 ( 1 名 ) 息災 護 摩 供 ( 1 名 ) 聖天 ( 1 名 ) 五 大 尊供 ( 1 名 ) 定額 僧 随行 承仕 徒弟子 事務 局 別当 ( 1 名 ) 大 行事 ( 1 名 ) 小 行事 ( 1 名 ) 用度 ( 1 名 ) 局長 ( 1 名 ) 後 七 日 御 修法 は 真言院 御 修法 ( しんごん いん み しほ ) など と 呼 ば れ 、 通称 は 御 修法 ( みしほ ) と 呼 ば れ て い る 。 834 年 ( 承和 ( 日本 ) 元年 ) 空海 ( 弘法 大師 ) が 宮中 にて 、 国家 安泰 ・ 玉体 安穏 ( ぎょくたい あんのん ) ・ 万民 豊楽 ( ばんみん ぶらく ) を 祈 っ て 行 わ れ て から 、 毎年 、 宮中 の 恒例 行事 と し て 正月 に 行 わ れ て い た 。 南北朝 時代 ( 日本 ) の 戦乱 期 など を 含め て 、 数度 、 中断 する 時期 が あ っ た が 、 後水尾 天皇 と 醍醐 寺 座 主義 演 の 尽力 に よ り 、 1623 年 ( 元和 ( 日本 ) 9 年 ) に 170 年 ぶり に 復活 さ れ た 。 18 71 年 ( 明治 4 年 ) に 廃仏 棄釈 の 影響 に よ り 廃止 さ れ る まで 行 わ れ て い た 。 釈 雲照ら の 嘆願 に よ り 、 1883 年 ( 明治 16 年 ) に 復活 し た 。 その とき から 、 修法 を 行 う 場所 を 宮中 から 東寺 ・ 灌頂 院 に 移 し た 。 修法 は 、 合計 21 ヶ座 行 わ れ る 。 金剛 界 法 と 胎蔵 界 法 を 1 年 置 き に 交互 に 修 し 、 息災 ・ 増益 の 護摩 と 五 大 明王 、 十 二 天 、 聖天 法 など を 併せ て 修 する 。 初日 ( 開白 ) の 1 月 8 日 に は 、 宮内 庁 より 、 天皇 の 御衣 を 納め た 唐櫃 ( からびつ ) を 捧持 し た 勅使 を 東寺 ・ 灌頂 院 に 遣わ し て 、 御衣 を 東寺 灌頂院 道場 の 内堂 に 安置 する 。 11 日 ( 中日 ) ・ 14 日 ( 結願 ) は 勅使 が 、 東寺 ・ 灌頂院 の 道場 に 焼香 し て 参拝 を さ れ る 。 同日 14 日 、 勅使 に 御衣 奉還 の 儀式 を 東寺 灌頂院 の 前堂 に て 行 い 、 後七 日 御 修法 は 成満 する 。 真言 宗 最高 の 秘儀 と さ れ 、 修法 で 使用 する 念珠 ・ 五 鈷 杵 ( ご こしょ ) ・ 袈裟 など は 、 空海 ( 弘法 大師 ) が 唐 ( 中国 ) より 持ち帰 っ た 法具 で あ る 。 以前 は 、 東寺 長者 ( とうじ ちょうじゃ ) が 大阿闍梨 を 務め て い た 。 現在 、 修法 を 行 う 大阿闍梨 ( 詳名 ・ 法務 法印 大 阿闍梨 、 通称 ・ 大阿 ) は 真言 宗 各派 総 大 本山 会 所属 の 各 宗派 の 管長 ・ 山主 が 毎年 交代 し て 務め て い る が 、 その 年 の 大阿闍梨 を 務め た 後 に 、 真言 宗長 者 に 就任 する 。 任期 は 1 年間 。 就任 時 に は 、 長者 杖 が 贈 ら れ る 慣習 と な っ て い る 。 結願 後 に 限 り 、 東寺 灌頂院 道場 へ の 一般 参拝 が 許 さ れ て い る 。 +曹洞 宗 ( そうとうしゅう ) は 、 中国 の 禅宗 五 家 ( 臨済 宗 、 潙仰 宗 、 曹洞 、 雲門 宗 、 法眼 宗 ) の 1 つ で 、 日本 に お い て は 禅宗 ( 日本 達磨 宗 ・ 臨済 宗 ・ 曹洞 宗 ・ 黄檗 宗 ・ 普化 宗 ) の 1 つ で あ る 。 本山 は 永平 寺 ( 福井 県 ) ・ 總持 寺 ( 横浜 市 鶴見 区 ( 横浜 市 ) ) 。 臨済 宗 と ことな り 公案 を 用いず 、 ただ 専ら 坐禅 する 黙照 禅 で あ る こと を 特徴 と する 。 日本 に おけ る 曹洞 宗 は 道元 に 始ま る 。 道元 は 、 鎌倉 時代 に 南宋 に 渡り 、 天童 山 で 曹洞 宗 の 天童 如浄 に 師事 し 、 1226 年 に 帰国 し た 。 道元 自身 は 自ら の 教え を 「 正伝 の 仏法 」 で あ る と し て セクショナリズム を 否定 し た 。 この ため 弟子 たち に は 自ら 特定 の 宗派 名 を 称 する こと を 禁 じ 、 禅宗 の 一派 と し て 見 られ る こと に も 拒否 感 を 示 し た 。 どう し て も 名乗 ら な けれ ば な ら な い の で あ れ ば 「 仏心 宗 」 と 称 する よう に と 示 し た と も 伝え られ る 。 後 に 興福寺 から 迫害 を 受け た 日本 達磨 宗 の 一派 と 合同 し た こと を きっかけ と し て 、 道元 の 入寂 後 、 次第 に 禅宗 を 標榜 する よう に な っ た 。 宗派 の 呼称 と し て 「 曹洞 宗 」 を 用い る よう に な っ た の は 、 第 四 祖 瑩山 紹瑾 と その 後席 峨山 韶碩 の 頃 から で あ る 。 臨済 宗 が 時 の 武家 政権 に 支持 さ れ 、 政治 ・ 文化 に 重ん じ られ た の に 対 し 、 曹洞 宗 は 地方 武家 、 豪族 、 下級 武士 、 一般 民衆 に 広ま っ た 。 「 正伝 の 仏法 」 を 伝統 と し 、 「 南無 釈迦 牟 尼 仏 」 と し て 釈迦 を 本尊 と 仰 ぎ 、 「 即心 是仏 」 の 心 を も っ て 、 主に 坐禅 に よ り 働きかけ る 。 曹洞 宗 の 坐禅 は 中国 禅 の 伝統 と 異な り 、 「 修証 一 如 」 ( 無限 の 修行 こそ が 成仏 で あ る ) と い う 道元 の 主張 に 基づ い て 「 只管 打坐 ( し かんたざ ) 」 ( ひたすら 坐禅 する こと ) を もっぱら とし 、 臨済 宗 の よう に 公案 を 使 う ( 悟り の ため の 坐禅 ) 流派 も あ る こと は あ る が 少数 で あ る 。 また 、 道元 の 著書 で あ る 『 正法 眼蔵 』 自体 は 仏教 全般 に つ い て 記 し て お り 、 不立 文字 を 標榜 する 中国 禅 の 立場 から は やや 異質 で あ る 。 2005 年 現在 、 三 大 スローガン と し て 「 人権 」 「 平和 」 「 環境 」 を 掲げ る 。 主に よ ま れ る 経典 『 般若 心 経 』 『 妙法 蓮華 経 観世音 菩薩 普門 品 』 『 妙法 蓮華 経如 来寿量 品 』 『 大悲心 陀羅尼 』 『 甘露門 』 『 参同 契 』 『 宝鏡 三昧 』 『 舎利 礼文 』 基本 と な る 祖録 『 正法 眼蔵 』 - 道元 が 著述 ( 未完 。 後 に 弟子 が 編集 ) 『 伝光 録 』 - 瑩山 の 提唱 を 側近 が まとめ た もの 『 修証義 』 - 明治 時代 に 『 正法 眼蔵 』 から 文言 を 抽出 し て 信者 用 に 再編 ご 詠歌 ・ 和讃 梅花 流詠 讃 歌 まごころ に 生き る ( 南 こうせつ 作詞 ・ 作曲 ) 両 大 本山 の 住職 を 貫首 と 呼 び 、 2人 の 貫首 が 2 年 交代 で 管長 ( 宗門 代表 ) と な る 。 宗派 の 約 15,000 ヵ所 寺 は 永平 寺 派 の 有道 会 と 、 總持 寺 派 の 總和 会 に 二分 さ れ て お り 、 宗務 総長 も 両派 が 1 期 4 年 ごと に 交代 で 担当 し て い る 。 閣僚 に あた る 内局 の 部長 7 名 も 両派 で ほぼ 半数 ずつ 、 宗議会 議員 ( 定数 72 名 ) も 36 選挙 区 ごと に 両派 から 1 名 ずつ 選 ば れ て い る 。 系列 の 学校 法人 も 永平 寺 系 の 駒澤 大学 、 東北 福祉 大学 、 總持 寺 派 の 愛知 学院 大学 、 鶴見 大学 など に 二分 さ れ て お り 理事 長 や 学長 は 実質 的 に それぞれ の 派 が 指名 権 を 持 っ て い る 。 永平寺 - 福井 県 永平 寺 町 ( 貫首 : 福山 諦 法 禅師 ) 寛元 2 年 ( 1244 年 ) に 、 道元 が 越前 国 の 波多野 義重 の 要請 で 開 く 。 永平寺 別 院 長谷 寺 - 東京 都 港 区 ( 東京 都 ) 永平 寺 名古屋 別院 - 愛知 県 名古屋 市 東 区 ( 名古屋 市 ) 代官 町 永平 寺 鹿児島 別院 紹隆 寺 - 鹿児島 県 姶良 郡 松原 總持寺 - 横浜 市 鶴見 区 ( 横浜 市 ) ( 貫首 : 大道 晃仙 禅師 ) 元亨 元年 ( 1321 年 ) に 、 瑩山 紹瑾 が 能登 国 の 定賢 律 師 の 要請 で 石川 県 輪島 市 門前町 ( 石川 県 ) に 開 く 。 明治 31 年 ( 1898 年 ) に 火災 で 焼失 し 、 明治 44 年 ( 1911 年 ) に 現在 地 に 移転 。 總持 寺 祖院 - 明治 38 年 ( 190 5 年 ) より 元 の 地 ( 石川 県 輪島 市 門前町 ) に 復興 法源 寺 - 北海道 松前 郡 松前 町 ( 北海道 ) 松城 歴史 的 に は 正法 寺 ( 奥州 市 ) ( 岩手 県 奥州 市 ) が 奥羽 二州 の 本山 、 大慈 寺 ( 熊本 県 熊本 市 ) が 九州 本山 で あ っ た 期間 が あ る が 、 元和 ( 日本 ) 元年 ( 1615 年 ) の 寺院 法度 に よ り 永平 寺 、 總持 寺 のみ が 大 本山 と な る 。 如来宗 ( 如来 教 ) - 享和 2 年 ( 180 2 年 ) に 一尊 如 来き の に よ っ て 名古屋 に 開 か れ た 。 明治 17 年 ( 1884 年 ) 以降 、 昭和 26 年 ( 1951 年 ) に 宗教 法人 法 の 施行 に よ っ て 独立 する まで 曹洞 宗 の 教会 と し て 活動 。 同宗 の 教義 は 金毘羅 信仰 や 浄土 信仰 など の 混生 で あ り 、 曹洞 宗 本来 の 教え と は 関連 が 薄 い 。 一尊 教団 - 上記 教団 の 分派 。 石川 県 金沢 市 を 中心 に 活動 。 救世 教 - 明治 19 年 ( 1886 年 ) 、 新潟 の 大道 長安 が 曹洞 宗 から 離脱 し て 結成 。 大慈 大悲 の 事実 上 の 如来 で あ る 観音 菩薩 を 本尊 と し て 、 自力 他力 を 超え た 観音 妙力 に よ る 現世 救済 を 主張 し た 。 社会 福祉 に 力 を 注 ぎ 全国 に 教線 を 拡大 し た が 、 明治 41 年 ( 190 8 年 ) に 大道 長安 が 入寂 する と 後継 者 が い な い こと も あ っ て 急速 に 衰退 。 法王 教 - 明治 後期 から 大正 期 に かけ て 高田 道見 が 推進 し た “ 通俗 的 ” 布教 運動 。 道見 は 青松 寺 を 拠点 と し て 参禅 会 や 訪問 法 話 会 など の 教化 活動 を 続け て い た が 、 大正 期 に 入 っ て から は 曹洞 宗 の 教義 に こだわ ら ず 、 月刊 誌 など の 出版 物 、 講演 会 を 通 し た 在家 仏教 の 振興 に 力 を 注 い だ 。 自ら の 活動 に 「 法王 大聖釈迦 牟 尼仏 の 本旨 に 基づ く 仏教 」 と い う 意味 で 「 法王 教 」 の 名 を 冠 し た 。 大正 12 年 ( 1923 年 ) 、 道見 が 入寂 する と 独自 の 教派 名 を 冠 し た 運動 は 終息 し た 。 なお 、 道見 は 最後 まで 曹洞 宗 の 僧籍 を 保持 し て い た ため 、 「 法王 教 」 を 独立 し た 教団 で は な く 曹洞 宗内 の 一 運動 で あ っ た と する 見方 が 一般 的 で あ る 。 三宝 教団 - 昭和 29 年 ( 1954 年 ) 、 安谷 白雲 が 曹洞 宗 から 離脱 し て 神奈川 県 鎌倉 市 に 結成 。 同 教団 は 道元 の 教え を 中核 に 置 き ながら 、 公案 を 取り入れ る など 独自 の 修行 法 を 構築 。 現在 は 一般 在家 者 へ の 坐禅 指導 を 中心 と し 、 海外 に も 参禅 拠点 が あ る 。 この 他 、 曹洞 宗 系 の 単立 寺院 が 少数 存在 する 。 +観音 菩薩 ( かんのん ぼさつ 、 觀音 菩薩 ) 、 サンスクリット アヴァ ローキテーシュヴァラ ( अ व ल ो क ि त े श ् व र Avalokite ś vara ) は 、 仏教 の 菩薩 の 一尊 で あ り 、 特に 日本 に お い て 古代 より 広 く 信仰 を 集め て い る 尊格 で あ る 。 「 観世 音 菩薩 」 また は 「 観 自在 菩 薩 」 と も い う 。 「 救世 菩 薩 ( くせぼさつ ・ ぐせぼさつ ) 」 など 多数 の 別名 が あ る 。 名称 の 由来 梵名 の アヴァ ローキテーシュヴァラ と は 、 ava ( 遍 く ) + lokita ( 見 る 、 見 た ) + ī ś vara ( 自在 者 ) と い う 語 の 合成 語 と の 説 が 現在 で は 優勢 で あ る 。 玄奘 三蔵 に よ る 訳 「 観 自在 菩薩 」 は それ を 採用 し て い る こと に な る 。 その 起源 に つ い て は 、 ゾロアスター 教 に お い て アフラ ・ マズダー の 娘 と さ れ る 女神 アナー ヒター や インド 神話 の ラクシュミー と の 関連 が 指摘 さ れ て い る 。 鳩摩羅什 ( くまら じゅう ) の 旧訳 で は 観世 音 菩薩 と 言 い 、 当時 の 中国 大陸 で の 呼称 も 、 観世 音 菩薩 で あ っ た 。 これ に は 、 観音 経 ( 妙法 蓮華 経 観世音 菩薩 普門 品 第 二十 五 ) の 趣意 を 取 っ て 意訳 し た と い う 説 が あ る 。 また 、 中央 アジア で 発見 さ れ た 古 い サンスクリット 語 の 『 法華 経 』 で は 、 「 avalokitas vara 」 と な っ て お り 、 これ に 沿 え ば avalokita ( 観 ) + svara ( 音 ) と 解 さ れ 、 また 古訳 で は 『 光世 音 菩薩 』 の 訳語 も あ る こと など から 、 異な る テキスト だっ た 可能 性 は 否定 でき な い 。 唐 の 二 代 目 皇帝李 世民 の 名 から 避諱 に よ り 、 ” 世 ” の 文字 は 使用 出来 な く な っ た ため 、 唐 時代 以後 の 中国 大陸 で は 、 以後 、 観音 菩薩 と 呼 ば れ る よう に な り 定着 し た 。 玄奘 三蔵 ( げん じょう さん ぞう ) 以降 の 新訳 で は 観 自在 菩 薩 と 訳 し て い る 。 観 自在 と は 、 智慧 を も っ て 観照 する こと に よ り 自在 の 妙果 を 得 た る を 意味 する 。 また 衆生 に 総 て を 畏 れ ざる 無畏 心 を 施 す 意 で 施無 畏 者 、 世 を 救済 する の で 救世 大士 と も い う 。 信仰 ・ 位置 づけ 観音 経 など に 基づ い て 広 く 信仰 ・ 礼拝 の 対象 と な っ て い る 。 また 、 般若 心 経 の 冒頭 に 登場 する 菩薩 で も あ り 、 般若 の 智慧 の 象徴 と もな っ て い る 。 浄土 教 で は 観無 量 寿経 の 説 く ところ に よ り 阿弥陀 如来 の 脇侍 と し て 勢至 菩薩 と とも に 安置 さ れ る こと も 多 い 。 観音 菩薩 は 大慈 大悲 を 本誓 と する 。 日本 で は 飛鳥 時代 から 造像 例 が あ り 、 現世 利益 と 結びつけ られ て 、 時代 ・ 地域 を 問 わ ず 広 く 信仰 さ れ て い る 。 持物 と し て 水瓶 ( す いびょう ) を も つ 。 そこ に は 功徳 水 と い う 、 いくら 使 っ て も なくな ら な い 水 が 入 っ て い る と い う 。 観音 の 在 す 住処 ・ 浄土 は 、 Potaraka ( 補陀 落 ) と い い 、 「 華厳 経 」 に は 、 南 インド の 摩頼 矩 咤国 の 補怛 落迦 で あ る と 説 か れ る 。 観世 音 菩薩 は 、 「 慈母 観音 」 など と い う 言葉 から 示 さ れ る よう に 、 俗 に 女性 と 見 る 向き が 多 い 。 これ は 、 たとえば 地蔵 菩薩 が 観音 と 同じ 一闡 提大 悲闡 提 の 一 対 と し て 見 る 場合 が 多 く 、 地蔵 が 男性 の 僧侶 形 の 像容 で あ る の に 対 し 、 観音 は 女性 的 な 顔立ち の 像容 も 多 い こと から その よう に 見 る 場合 が 多 い 。 しかし 、 経典 など で は 釈迦 が 観音 に 向か っ て 「 善 男 子 よ 」 と 呼びかけ 、 また 「 観音 大士 」 と い う 言葉 も あ る こと から 、 本来 は 男性 で あ っ た と 考え られ て い る が 、 観音 経 で は 「 婦女 身 得度 者 、 即現 婦 女身 而為 説 法 」 と 、 女性 に は 女性 に 変身 し て 説法 する と も あ る ため 、 次第 に 性別 は 無 い もの と し て 捉え られ る よう に な っ た 。 また 後代 に 至 る と 観音 を 女性 と 見 る 傾向 が 多 く な っ た 。 これ は 中国 に おけ る 観音 信仰 の 一大 聖地 で あ る 補陀 落 ( 浙江 省 ・ 舟山 群島 ) から 東 シナ 海域 や 黄海 に まで 広ま っ た こと で 、 その 航海 安全 を 祈念 する 民俗 信仰 や 道教 の 媽祖 信仰 など の 女神 と 結びつ い た ため と 考え られ て い る 。 したが っ て 、 観音 の 性別 を 法華 経 の 「 変成 男子 ( へんじょうなんし ) 」 と 関連 し て 論じ る 向き も あ る が 、 これ は 関係 な い と さ れ る 。 観音 が 世 を 救済 する に 、 広 く 衆生 の 機根 ( 性格 や 仏 の 教え を 聞け る 器 ) に 応 じ て 、 種々 の 形体 を 現じ る 。 これ を 観音 の 普門 示現 ( ふもん じげん ) と い う 。 法華 経 「 観世 音 菩薩 普門 品 第 二十 五 」 ( 観音 経 ) に は 、 観世 音 菩薩 は あまねく 衆生 を 救 う ため に 相手 に 応 じ て 「 仏身 」 「 声聞 ( しょうもん ) 身 」 「 梵王身 」 など 、 33 の 姿 に 変身 する と 説 か れ て い る ( 下記 の 通り ) 。 西国 三十 三 箇所 、 三十 三 間 堂 など に 見 られ る 「 33 」 と い う 数字 は ここ に 由来 する 。 なお 「 三十 三 観音 」 ( 後述 ) と は 、 この 法華 経 の 所説 に 基づ き 、 中国 及び 近世 の 日本 に お い て 信仰 さ れ る よう に な っ た もの で あ っ て 、 法華 経 の 中 に これ ら 33 種 の 観音 の 名称 が 登場 する わけ で は な い 。 この 普門 示現 の 考え 方 から 、 六 観 音 、 七 観音 、 十 五 尊 観音 、 三十 三 観音 など 多様 多種 な 別身 を 派生 する に 至 っ た 。 この ため 、 観音 像 に は 基本 と な る 聖観音 ( しょうかんの ん ) の 他 、 変化 ( へんげ ) 観音 と 呼 ば れ る さまざま な 形 の 像 が あ る 。 阿弥陀 如来 の 脇侍 と し て の 観音 と 異な り 、 独尊 と し て 信仰 さ れ る 観音 菩薩 は 、 現世 利益 的 な 信仰 が 強 い 。 その ため 、 あらゆる 人 を 救 い 、 人々 の あらゆる 願い を かなえ る と い う 観点 から 、 多面 多臂 の 超 人間 的 な 姿 に 表 さ れ る こと が 多 い 。 三十 三 身 の 種類 ( 1 ) 仏身 ( ぶっしん ) ( 4 ) 大梵 王身 ( だい ぼん おうしん ) ( 7 ) 大 自在 天身 ( だい じ ざいてんしん ) ( 10 ) 小王身 ( しょう おうしん ) ( 13 ) 宰官身 ( さいかんしん ) ( 16 ) 比丘 尼身 ( びく に しん ) ( 19 ) 人身 ( じんしん ) ( 22 ) 童目 天女身 ( どう もく てんにょしん ) ( 25 ) 天身 ( てんしん ) ( 28 ) 乾闥 婆身 ( けん だつば しん ) ( 31 ) 緊那 羅身 ( きんなら しん ) ( 2 ) 辟支 仏身 ( びゃくしぶつ しん ) ( 5 ) 帝釈 身 ( たいしゃくしん ) ( 8 ) 天大将軍身 ( てんだい しょうぐんしん ) ( 11 ) 長者 身 ( ちょう じゃしん ) ( 14 ) 婆羅 門身 ( ばらもんしん ) ( 17 ) 優婆 塞身 ( うばそくしん ) ( 20 ) 非 人身 ( ひ じんしん ) ( 23 ) 童男身 ( どうなんしん ) ( 26 ) 龍身 ( りゅうしん ) ( 29 ) 阿修羅身 ( あしゅら しん ) ( 32 ) 摩睺 羅 迦身 ( まごら かしん ) ( 3 ) 声聞身 ( しょうもん しん ) ( 6 ) 自在 天身 ( じざいてんしん ) ( 9 ) 毘沙門身 ( びしゃもんしん ) ( 12 ) 居士 身 ( こじしん ) ( 15 ) 比丘身 ( びくしん ) ( 18 ) 優婆 夷身 ( うばいしん ) ( 21 ) 婦女身 ( ふじょしん ) ( 24 ) 童女 身 ( どう にょしん ) ( 27 ) 夜叉身 ( や しゃしん ) ( 30 ) 迦樓 羅身 ( かるら しん ) ( 33 ) 執金 剛身 ( しゅう こんごう しん ) 真言 系 で は 聖観音 、 十 一 面 観音 、 千手 観音 、 馬頭 観音 、 如意輪 観音 、 准胝 観音 を 六 観 音 と 称 し 、 天台 系 で は 准胝 観音 の 代わり に 不空 羂索 観音 を 加え て 六 観 音 と する 。 六 観音 は 六道 ( ろくどう りん ね 、 あらゆる 生命 は 6 種 の 世界 に 生まれ変わり を 繰り返 す と する ) の 思想 に 基づ き 、 六種 の 観音 が 六道 に 迷 う 衆生 を 救 う と い う 考え から 生まれ た もの で 、 地獄 道-聖 観音 、 餓鬼道- 千 手 観音 、 畜生 道-馬頭 観音 、 修羅 道- 十 一 面 観音 、 人道 -准 胝 観音 、 天道 - 如意輪 観音 と い う 組み合わせ に な っ て い る 。 なお 、 千手 観音 は 経典 に お い て は 千本 の 手 を 有 し 、 それぞれ の 手 に 一眼 を も つ と さ れ て い る が 、 実際 に 千本 の 手 を 表現 する こと は 造形 上 困難 で あ る ため に 、 唐 招提寺 金堂像 など わずか な 例外 を 除 い て 、 42 本 の 手 で 「 千手 」 を 表わ す 像 が 多 い 。 観世 音 菩薩 が 千 の 手 を 得 た 謂 わ れ と し て は 、 伽梵 達摩 訳 『 千手 千 眼 觀 世音 菩薩廣 大圓滿 無礙 大悲心 陀羅 尼 經 』 が あ る 。 この 経 の 最後 に 置 か れ た 大悲心 陀羅尼 は 現在 で も 中国 や 日本 の 禅宗 寺院 で 読誦 さ れ て い る 。 観音 が 衆生 教化 の ため に 変 じ 給え る 七身 。 真言 系 の 六 観音 に 不空 羂索 観音 を 加え る 。 三十 三 観音 ( 次項 参照 ) の うち 、 白衣 、 葉衣 、 水月 、 楊柳 、 阿摩 提 、 多羅 、 青頸 、 琉璃 、 龍頭 、 持経 、 園光 、 遊戯 、 蓮臥 、 瀧見 、 施薬 の 15 の 変化 身 を い う 。 以下 に 列挙 し た 三十 三 観音 の 名称 は 、 天明 3 年 ( 1783 年 ) に 刊行 さ れ た 『 仏像 図 彙 』 ( ぶつぞう ずい ) と い う 書物 に 所載 の もの で あ る 。 この 中 に は 白衣 ( びゃく え ) 観音 、 多羅 尊 観音 の よう に インド 起源 の もの も あ る が 、 中国 や 日本 で 独自 に 発達 し た もの も あ り 、 その 起源 は さまざま で あ る 。 白衣 観音 、 楊柳 観音 の よう に 、 禅宗 系 の 仏画 や 水墨画 の 好 画題 と し て しばしば 描 か れ る もの も あ る が 、 大 部分 の 観音 は 単独 で の 造像 は まれ で あ る 。 三十 三 観音 の 名称 ( 1 ) 楊柳 観音 ( ようりゅう ) ( 4 ) 円光 観音 ( えんこう ) ( 7 ) 蓮臥 観音 ( れんが ) ( 10 ) 魚籃 観音 ( ぎょらん ) ( 13 ) 一葉 観音 ( いちよう ) ( 16 ) 延命 観音 ( えんめい ) ( 19 ) 能静 観音 ( のうじょう ) ( 22 ) 葉衣 観音 ( よう え ) ( 25 ) 蛤蜊 観音 ( こうり 、 はまぐり ) ( 28 ) 馬郎 婦 観音 ( め ろうふ ) ( 31 ) 不二 観音 ( ふに ) ( 2 ) 龍頭 観音 ( りゅう ず ) ( 5 ) 遊戯 観音 ( ゆげ ) ( 8 ) 滝見 観音 ( たきみ ) ( 11 ) 徳王 観音 ( とくおう ) ( 14 ) 青頚 観音 ( しょうけい ) ( 17 ) 衆宝 観音 ( しゅう ほう ) ( 20 ) 阿耨 観音 ( あの く ) ( 23 ) 瑠璃 観音 ( るり ) ( 26 ) 六 時 観音 ( ろくじ ) ( 29 ) 合掌 観音 ( がっしょう ) ( 32 ) 持蓮 観音 ( じれん ) ( 3 ) 持経 観音 ( じきょう ) ( 6 ) 白衣 観音 ( びゃく え ) ( 9 ) 施薬 観音 ( せやく ) ( 12 ) 水月 観音 ( すいげつ ) ( 15 ) 威徳 観音 ( いとく ) ( 18 ) 岩戸 観音 ( いわと ) ( 21 ) 阿摩 提 観音 ( あまだい ) ( 24 ) 多羅 尊 観音 ( たらそん ) ( 27 ) 普悲 観音 ( ふひ ) ( 30 ) 一如 観音 ( いちにょ ) ( 33 ) 灑水 観音 ( しゃ すい ) 観音 菩薩 を 祀 る 主 な 寺院 栃木 ・ 輪王 寺 ( 立木 観音堂 ) ― 千手 観音 立像 ( 重要 文化 財 ) 栃木 ・ 大谷 寺―千 手 観音 ( 大谷 磨崖 仏 ) ( 特別 史跡 、 重要 文化 財 ) 栃木 ・ 寺山 観音寺 ―千 手 観音 及 両 脇 侍像 ( 重要 文化 財 ) 東京 ・ 浅草 寺―聖 観音 神奈川 ・ 長谷 寺 ( 鎌倉 市 ) ― 十 一 面 観音 神奈川 ・ 大船 観音寺 ―白衣 観 音 福井 ・ 羽賀 寺 ― 十 一 面 観音 ( 重要 文化 財 ) 滋賀 ・ 石山 寺 ― 如意輪 観音 ( 重要 文化 財 ) 滋賀 ・ 向源 寺 ( 渡岸 寺 ) ― 十 一 面 観音 ( 国宝 ) 滋賀 ・ 櫟野 寺 ― 十 一 面 観音 ( 重要 文化 財 ) 京都 ・ 広隆 寺 ― 不空 羂索 観音 ( 国宝 ) 、 千手 観音 ( 立像 ) ( 国宝 ) 、 聖観音 ( 重要 文化 財 ) 、 如意輪 観音 ( 重要 文化 財 ) 、 千手 観音 ( 坐像 ) ( 重要 文化 財 ) 京都 ・ 清水 寺― 千 手 観音 ( 本堂 ) 、 千手 観音 ( 奥 の 院 ) ( 重要 文化 財 ) 京都 ・ 三十 三 間 堂― 千 手 観音 ( 国宝 ・ 湛慶 作 ) 、 千手 観音 1,001 躯 ( 重要 文化 財 ) 京都 ・ 六波羅 蜜 寺― 十 一 面 観音 ( 国宝 ) 京都 ・ 大報恩 寺― 六 観音 ( 重要 文化 財 ) 京都 ・ 三千 院 ― 救世 観音 ( 重要 文化 財 ) 京都 ・ 観音寺 ( 京田辺 市 ) ― 十 一 面 観音 ( 国宝 ) 奈良 ・ 法隆 寺 ― 百済 観音 ( 国宝 ) 、 夢違 観音 ( 国宝 ) 、 救世 観音 ( 国宝 ) 、 九面 観音 ( 国宝 ) 奈良 ・ 興福 寺 ― 千 手 観音 ( 国宝 ) 奈良 ・ 薬師寺 ―聖 観音 ( 国宝 ) 奈良 ・ 唐 招提寺 ― 千 手 観音 ( 国宝 ) 奈良 ・ 法華 寺 ― 十 一 面 観音 ( 国宝 ) 奈良 ・ 長谷 寺― 十 一 面 観音 ( 重要 文化 財 ) 奈良 ・ 室生 寺 ― 十 一 面 観音 ( 国宝 ) 大阪 ・ 大聖 観音寺 ( あびこ 観音 ) ― 聖観音 大阪 ・ 四 天王 寺 ― 救世 観音 大阪 ・ 観心 寺― 如意輪 観音 ( 国宝 ) 大阪 ・ 葛井 寺 ― 千 手 観音 ( 国宝 ) 大阪 ・ 道明 寺 ( 藤井寺 市 ) ― 十 一 面 観音 ( 国宝 ) 兵庫 ・ 鶴林 寺 ( 加古川 市 ) ― 聖 観音 ( 重要 文化 財 ) 、 十 一 面 観音 ( 重要 文化 財 ) 兵庫 ・ 神呪 寺― 如意輪 観音 ( 重要 文化 財 ) 、 聖観音 ( 重要 文化 財 ) 兵庫 ・ 斑鳩 寺― 如意輪 観音 ( 重要 文化 財 ) 奈良 ・ 東大 寺 ― 二 月 堂 ・ 十 一 面 観音 、 法華 堂 ( 三 月 堂 ) 不空 羂索 観音 ( 国宝 ) 、 金堂 ・ 如意 輪 観音 ( 重要 文化 財 ) 奈良 ・ 長谷 寺― 十 一 面 観音 ( 重要 文化 財 ) 奈良 ・ 大安 寺 ― 十 一 面 観音 、 馬頭 観音 、 楊柳 観音 、 聖観音 、 不空 羂索 観音 ( 以上 全て 重要 文化 財 ) 奈良 ・ 聖林 寺― 十 一 面 観音 ( 国宝 ) 和歌山 ・ 道成 寺 ― 千 手 観音 ( 国宝 ) 和歌山 ・ 金剛 三 昧 院 ― 十 一 面 観音 ( 重要 文化 財 ) 和歌山 ・ 補陀 洛山 寺 ― 千 手 観音 ( 重要 文化 財 ) 福岡 ・ 観世 音 寺― 十 一 面 観音 、 馬頭 観音 、 聖観音 、 不空 羂索 観音 ( 以上 重要 文化 財 ) 観音 菩薩 が 登場 する フィクション 『 西遊 記 』 ストーリー 全般 に わた っ て 、 釈迦 如来 の 命 を 受け て 三蔵 法師 守護 の ため 何 回 も 登場 する 。 これ は 三蔵 法師 の モデル で あ る 玄奘 三蔵 が 般若 心経 を 携え て 西方 に 旅 し た と い う 伝説 から ヒント を 得 た もの さ れ る 。 『 封神 演義 』 仏教 の 観音 菩薩 が 明代 に 道教 に 取り込 ま れ て 慈航 真人 と な っ た の で あ る が 、 ほぼ 同じ 時代 に 完成 さ れ た 小説 『 封神 演義 』 に は 慈航 道 人 な る キャラクター が 登場 し 、 後 に 観音 菩薩 に な っ た と し て い る が 、 観音 菩薩 と し て の 活躍 は 何 も な い 。 さらに 、 この 小説 で は 文殊 菩薩 、 普賢 菩薩 も 天尊 と し て 登場 し 、 後 に 仏教 の 菩薩 に な っ た など と し て お り 、 中国 人 の 想像 力 の 旺盛 さ を 示 し て い る 。 +黄檗 宗 ( おうばくしゅう ) は 、 日本 に おけ る 仏教 の 宗派 で あ り 、 臨済 宗 、 曹洞 宗 に 次 ぐ 禅宗 の 一 つ で あ る 。 唐 の 僧黄 檗希運 ( 臨済 義玄 の 師 ) の 名 に 由来 する 。 臨済 宗 、 曹洞 宗 が 日本 風 に 姿 を 変え た 現在 で も 、 黄檗 宗 は 明朝 風 様式 を 伝え て い る 。 本山 は 隠元 の 開 い た 、 京都 府 宇治 市 の 黄檗 山 萬福寺 ( おうばく さん まんぷくじ ) で あ る 。 歴史 日本 で は 、 江戸 時代 初期 の 1654 年 ( 承応 3 年 ) に 明清 の 中国 から 招聘 さ れ た 中国 臨済 宗 の 隠元 隆 き 禅師 に よ り 始ま る 。 1740 年 ( 元文 5 年 ) に 晋山 する 第 14 代 住持 ・ 龍統 禅 師 まで は 伝統 的 に 中国 から 住職 を 招聘 し て き た 。 当初 、 正統 派 の 臨済 禅 を 伝え る と い う 意味 で 「 臨済 正宗 」 や 「 臨済 禅宗 黄檗 派 」 を 名乗 っ て い た 。 宗風 は 、 明 時代 の 中国 禅 の 特色 で あ る 華厳 、 天台 、 浄土 等 の 諸宗 を 反映 し た いわゆる 混淆 禅 の 影響 を 伝え て い る 。 幕府 の 外護 を 背景 と し て 、 大名 達 の 支援 を 得 て 、 鉄眼 道光 ら に 代表 さ れ る 社会 事業 など を 通 じ て 民間 の 教化 に も 努め た ため 、 次第 に 教勢 が 拡大 し た 。 萬福寺 の 塔頭 は 33 ヵ院 に 及 び 、 1745 年 の 「 末寺 帳 」 に は 、 104 3 も の 末寺 が 書き上げ られ て い る 。 1874 年 ( 明治 7 年 ) 、 明治 政府 教部 省 が 禅宗 を 臨済 、 曹洞 の 二 宗 と 定め た ため 、 強引 に 「 臨済 宗 黄檗 派 」 ( りんざい しゅうおう ばくは ) に 改称 さ せ られ た が 、 1876 年 ( 明治 9 年 ) 、 黄檗 宗 と し て 正式 に 禅宗 の 一宗 と し て 独立 する こと と な っ た 。 隠元 の 法孫 に 当た る 鉄眼 道光 禅師 は 艱難 辛苦 の 末 に 隠元 の もたら し た 大蔵 経 を 底本 と し た 『 鉄眼 版 ( 黄檗 版 ) 一切 経 』 と い わ れ る 大蔵 経 を 開刻 ・ 刊行 し 、 これ に よ っ て 日本 の 仏教 研究 は 飛躍 的 に 進 ん だ ばかり か 、 出版 技術 も 大き く 進歩 発展 し た 。 一方 、 了翁 道覚 禅師 は 錦袋 円 と い う 漢方 薬 の 販売 に よ り 、 収益 金 で 鉄眼 の 一切 経 の 開刻 事業 を 援助 する 一方 、 完成 本 を 誰 も が 見 られ る よう に する 勧学 院 を 各地 に 建て 、 日本 の 図書 館 の 先駆け と な っ た 。 後 に 鉄眼 一切 経 は 重要 文化 財 に 指定 さ れ 、 黄檗 山 万福 寺 山内 の 宝蔵 院 で 現在 も 摺 り 続け られ て い る 。 黄檗 唐 音 黄檗宗 に 於け る 読経 は 、 現在 も 古 い 中国 語 の 発音 で 行 わ れ て お り 、 これ を 「 黄檗 唐音 ( とういん ) 」 と 呼 ぶ 。 +釈迦 如来 ( しゃか にょらい 、 しきゃ じらい ) また は 釈迦 牟 尼仏 は 、 仏教 の 開祖 釈迦 〔 姓名 : 瞿曇 悉 達 多 ( クドンシッタルタ ) 梵語 : Gautamasiddhaartha ( ガウタマ ・ シッダールタ ) パーリ 語 : GotamaSiddhattha ( ゴータマ ・ シッダッタ ) 〕 を 仏 ( 仏陀 ) と し て 敬 う 呼 び 方 。 上座 部 仏教 ( いわゆる 小乗 仏教 ) で は 、 釈迦 牟 尼仏 は 現世 に おけ る 唯一 の 仏 と みな さ れ て い る 。 最高 の 悟り を 得 た 仏 弟子 は 阿羅漢 ( アラカン   如来 十 号 の 一 ) と 呼 ば れ 、 仏 で あ る 釈迦 の 教法 に よ っ て 解脱 し た 聖者 と 位置 づけ られ た 。 大乗 仏教 で は 、 釈迦 牟 尼仏 ( 釈迦 如来 ) は 十 方 ( 東南 西北 と その 中間 で あ る 四隅 の 八方 と 上下 ) 三世 ( 過去 、 未来 、 現在 ) の 無量 の 諸仏 の 一仏 で 、 現在 の 娑婆 ( サハー 、 堪忍 世界 ) の 仏 で あ る 。 また 、 三身 説 で は 仏 が 現世 の 人々 の 前 に 現れ た 姿 で あ る と さ れ て い る 。 大乗 仏教 の 中 で も 、 日蓮 宗 ・ 法華 宗 で は 宗派 の 本尊 と する 本仏 が 誰 か と い う 論争 が 有 り 、 釈迦 本 仏 論 と 日蓮 本 仏論 の 対立 が あ る 。 この うち 釈迦 本 仏 論 の 本尊 が 本仏 と し て の 釈迦 牟 尼仏 で あ る 。 かつて 天台 宗 に お い て も 唱え られ て い た よう で あ る が 、 今 で は 日蓮 宗 ・ 法華 宗 で しきり に 論 じ られ る 。 法華 経 の 如来 寿量 品 第 十 六 に 登場 する 無量 長寿 の 釈迦 牟尼 世尊 が これ に 当た る 。 ユーラシア 大陸 の 古代 インド で 活躍 し 肉体 を 持 っ た ゴータマ ・ シッダルタ ( 釈迦 ) を 指 す の で は な く 、 インド で 肉体 を 持 っ て 生誕 し た 前 の 悠久 の 昔 から 存在 し 、 入寂 の 後 も 遥 か 将来 まで 存在 し て 行 く と い う 信仰 上 の 釈迦 牟尼 世尊 で あ る 。 無量 の 諸仏 を 迹仏 と し 、 本仏 釈尊 の コピー に 過ぎ ず 、 言わ ば 、 本仏 釈尊 を 月 と すれ ば 諸仏 は 千 枚田 に 映 る 千 の 月 で あ る と い う 論 で あ る 。 釈迦 本 仏論 の 宗門 の 信仰 の 対象 で あ る 。 久遠 本仏 と も 呼 び 、 日蓮 宗 総 本山 身延山 久遠寺 ( 山梨 県 南巨摩 郡 ) の 寺名 に も な っ て い る 。 なお 、 法華 経 で は 、 釈迦 如来 は インド の 菩提樹下 で 始め て 覚 っ た の で は な く 五百 塵 点 劫 の 遠 い 過去 に 成仏 し て い た と 説 か れ る が 、 涅槃 経 で は さらに 未来 に つ い て 強 く 言及 し 、 如来 は 常住 不変 で あ る と 説 き 、 末法 も 最終 的 に は 方便説 と し て 否定 さ れ て い る 。 したが っ て 法華 経 で は 久遠 実成 を 説 き 、 涅槃 経 で は 久遠 常住 を 説 い た と さ れ て い る 。 釈迦 如来 は 、 インド 以来 、 広 く 仏教 の 流布 し た 地域 で 造像 さ れ る よう に な っ た 。 その 中心 は 、 実在 の 釈迦 の 伝記 と し て の 仏伝 を 絵解 き 風 に 造形 化 し た もの 、 あるいは 、 その 一場面 を 単独 で 造像 し た もの など で あ っ た 。 日本 で は 、 誕生 像 、 苦行 像 、 降魔 像 、 説法 像 、 涅槃 像 など と し て 造像 が 行な わ れ た 。 なか で も 説法 像 が 一番 一般 的 な 造形 で あ り 、 説法 印 など に よ っ て 、 釈迦 が 法 を 説 く 姿 を 表現 し て い る 。 作例 と し て は 、 奈良 の 法隆 寺 金堂 、 京都 の 蟹満 寺 の 銅像 、 奈良 の 室生 寺 金堂 、 京都 の 大報恩 寺 の 木像 など が 著名 で あ る 。 また 、 京都 清凉 寺 の 瑞像 を 模 し た 清凉 寺 式 釈迦 如来 も 広範 に 流布 し て い る 形式 で あ る 。 釈迦 三尊 と し て 祭壇 に 置 か れ る 場合 が 多 い 。 脇侍 は 文殊 菩薩 と 普賢 菩薩 が 多 い 。 法華 宗 ・ 日蓮 宗 で は 三宝 尊 ( 一塔 両尊 ) の 形式 が と ら れ る こと が 多 い 。 これ は 中心 が 題目 の 書 か れ た 多宝 塔 ( 宝塔 ) で 両脇 に 釈迦 如来 と 多宝 如来 が 祭祀 者 から 見 て 左右 に 並 び 、 その 下 に 僧 と し て の 日蓮像 が あ る 。 ノウマク ・ サンマンダ ・ ボダナン ・ バク 西遊 記 - 孫悟空 を 諌め 、 三蔵 法師 を 天竺 へ 導 く 。 お 釈迦 様 - 西遊 記 ( フジ テレビ 系 テレビ ドラマ ) … ( 堺 正章 ) +大仏 ( だいぶつ ) は 、 巨大 な 仏像 を 指 す 通称 。 中国 など アジア の 仏教 圏 で は 、 天然 の 岩壁 を 彫刻 し た 磨崖 仏 など が 古く から つく ら れ て き た 。 日本 で は 、 聖武 天皇 が 律令 制 に おけ る 朝廷 の 威力 を 遍 く 知 ら しめ る ため に 仏教 を 利用 し 、 東大 寺 の 大仏 を 造立 し た の を 嚆矢 と する 。 以降 、 現代 に 至 る まで 、 大きな 功徳 を 求め た 願主 に よ っ て 各地 に 大きな 仏像 が つく ら れ て き た 。 日本 で は 各地 に 「 ○ ○ 大仏 」 と 称 する 仏像 が あ る が 、 何 メートル から 「 大仏 」 と 称 する か と い う 基準 は 特 に な い 。 第 二 次 世界 大戦 前 まで は 、 「 奈良 の 大仏 」 「 鎌倉 の 大仏 」 「 兵庫 大仏 」 が 「 日本 三 大仏 」 と 呼 ば れ て い た が 、 兵庫 大仏 が 戦時 供出 で 取り壊 さ れ た ため ( 現在 の 兵庫 大仏 は 再建 ) 、 現在 は 「 奈良 の 大仏 」 「 鎌倉 の 大仏 」 に つ い て は 一致 し て い る もの の 三 つ 目 を いずれ に する か に つ い て は 異説 あ る 状態 で あ る 。 なお 、 現在 、 日本 三 大 大仏 を 称 し て い る の は 「 高岡 大仏 」 「 兵庫 大仏 ( 再建 ) 」 「 日本 寺 大仏 」 「 岐阜 大仏 」 「 牛久 大仏 」 「 東京 大仏 」 「 赤田 の 大仏 」 など で あ る 。 2007 年 5 月 4 日 の テレビ 朝日 『 タモリ 倶楽部 』 で は 、 日本 三 大 大仏 を 取り上げ 三 つ 目 の 大仏 を 決定 する 特集 を し た 。 +密教 ( みっきょう ) と は 、 秘密 仏教 ( ひみつ ぶっきょう ) の 略称 。 密教 徒 の 用語 で は 大乗 ( mah ā y ā na ) 、 小乗 ( h ī nay ā na ) に 対 し て 「 金剛 乗 」 ( vajray ā na ) と も い う 。 仏教 を 自称 し て い る が 、 密教 が 仏教 に 含 ま れ る か どう か は 学者 の 間 で も 見解 が 分かれ る 。 一般 の 大乗 仏教 ( 顕教 ) が 民衆 に 向か い 広 く 教義 を 言葉 や 文字 で 説 く に 対 し 、 密教 は 極めて 神秘 主義 的 ・ 象徴 主義 的 な 教義 を 教団 内部 の 師資 相承 に よ っ て 伝持 する 点 に 特徴 が あ る 。 インド 密教 を 継承 し た チベット 仏教 が かつて 「 ラマ 教 」 と 俗称 さ れ た の は 、 師資 相承 に おけ る 「 師 ( ラマ ) 」 に 絶対 的 に 帰依 する 特徴 を 捉え た もの で あ る 。 師 が 弟子 に 対 し て 教義 を 完全 に 相承 し た こと を 証 する 儀式 を 伝法 灌頂 と い い 、 教え が 余 す ところ な く 伝え られ た こと を 称 し て 「 瀉瓶 の 如 し ( 瓶 から 瓶 へ 水 を 漏ら さ ず 移しかえ た よう だ ) 」 と い う 。 密教 成立 の 背景 に は 、 インド 仏教 後期 に お い て ヒンドゥー 教 の 隆盛 に よ っ て 仏教 が 圧迫 さ れ た 社会 情勢 が あ る 。 ヒンドゥー 教 の 要素 を 仏教 に 取り込 む こと で 、 インド 仏教 の 再興 を 図 っ た の が 密教 で あ る 。 しかし 結果 的 に は 、 インド 仏教 の 密教 化 は ヒンドゥー 教 の 隆盛 と インド 仏教 の 衰退 を 変え られ な かっ た 。 やがて 、 西 アジア から の イスラム 勢力 の インド 北部 から 侵攻 し て き た イスラム 教 徒 政権 ( デリー ・ スルタン 朝 ) と インド 南部 の ヒンドゥー 教徒 政権 と の 政治 ・ 外交 上 の 挟撃 に 遭 う 。 イスラム 教 徒 から 偶像 崇拝 や 呪術 要素 を 徹底 攻撃 さ れ て 、 インド の 密教 は 最後 の 段階 の インド 仏教 と し て 歴史 的 に 消滅 に 追い込 ま れ る 。 呪術 的 な 要素 が 仏教 に 取り入れ られ た 段階 で 形成 さ れ て い っ た 初期 密教 ( 雑密 ) は 、 特に 体系 化 さ れ た もの で は な く 、 祭祀 宗教 で あ る バラモン 教 の マントラ に 影響 を 受け て 各 仏 尊 の 真言 ・ 陀羅尼 を 唱え る こと で 現世 利益 を 心願 成就 する もの で あ っ た 。 密教 経典 が あ っ た 訳 で は な く 、 各種 の 大乗 経典 に 咒 や 陀羅 尼 が 説 か れ て い た 。 密教 は 新興 の ヒンドゥー 教 に 対抗 でき る よう に 、 本格 的 な 仏教 と し て 理論 体系 化 が 試み られ て 中期 密教 が 誕生 し た 。 中期 密教 で は 釈尊 ( Bhagav ā n ) が 説法 する 形式 を と る 大乗 経典 と は 異な っ て 、 その 別名 を 大日 如来 と 呼 ぶ 大毘盧遮那 仏 ( Mah ā vairocana ) が 説法 する 形 で 密教 経典 を 編纂 し て ゆ く 。 『 大日経 』 や 『 初会 金剛 頂経 』 ( Sarvatath ā gatatattvasa ṃ graha ) 、 また その 註釈 書 が 成立 する と 、 多様 な 仏尊 を 擁 する 密教 の 世界 観 を 示 す 曼荼羅 が 誕生 し 、 一切 如来 ( 大日 如来 を 中心 と し た 五仏 : 五 智 如来 ) から あらゆる 諸尊 が 生み出 さ れ る と い う 形 で 、 密教 に おけ る 仏尊 の 階層 化 ・ 体系 化 が 進 ん で い っ た 。 中期 密教 は 僧侶 向け に 複雑 化 し た 仏教 体系 と な っ た 一方 で 、 かえって インド の 大衆 層 へ の 普及 ・ 浸透 が でき ず 、 日常 祭祀 や 民間 信仰 に 重点 を お い た 大衆 重視 の ヒンドゥー 教 の 隆盛 ・ 拡大 と い う 潮流 を 結果 的 に は 変え られ な かっ た 。 その ため 、 インド で の ヒンドゥー 教 の 隆盛 に 対抗 する ため 、 シヴァ を 倒 す 降三 世明 王 や ガネーシャ を 踏 む マハーカーラ ( 大黒 天 ) ・ 軍 荼 利明王 を はじめ と し て 仏道 修行 の 保護 と 怨敵 降伏 を 祈願 する 憤怒 尊 や 護 法 尊 が 登場 し た 。 中期 密教 で は ヒンドゥー 教 の 隆盛 に 対抗 でき な く な る と 、 理論 より 実践 を 重視 し た 後期 密教 が 誕生 し た 。 後期 密教 で は 仏性 の 原理 の 追求 が 図 ら れ た 。 それ に 伴 っ て 法身 普賢 や 金剛 薩埵 、 金剛 総持 が 最勝 本 初仏 と し て 最も 尊崇 さ れ る こと に な っ た 。 また 、 ヒンドゥー 教 シャークタ 派 の タントラ や シャクティ ( 性力 ) 信仰 から 影響 を 受け 始め て 、 男性 原理 ( 精神 ・ 智 ・ 方便 ・ 金剛 界 ) と 女性 原理 ( 肉体 ・ 感 ・ 般若 ・ 胎蔵 界 ) と の 合体 ( 性交 ) を 修行 する 無上 瑜伽 ( 性的 ヨガ ) も 後期 密教 の 特徴 で あ り 、 男尊 ( 男性 原理 ) と 女尊 ( 女性 原理 ) が 性交 する 歓喜 仏 も 多数 登場 し た 。 ヨガ ・ タントラ の 修行 方法 が 探究 さ れ る に つれ て 、 下 半身 の チャクラ から プラーナ を 頭頂 に 導 く こと が 最上 と さ れ 、 性交 が その 最も 効果 的 な 方法 と さ れ た 。 しかし 男性 僧侶 が 在家 女性 信者 に 我が 身 を 捧げ る 無上 の 供養 と し て 性交 を 強制 し 、 破戒 に も かかわ ら ず 男性 僧侶 が 在家 女性 信者 に 性交 を 実践 する など 性 道徳 が 荒廃 し た ため 、 仏教 徒 の 間 に は 後期 密教 を 離れ て 戒律 を 重視 する 部派 仏教 ( 上座 部 仏教 ) へ の 回帰 も み られ た 。 また 僧侶 の 性交 に 対 する 批判 を 受け て 、 無上 瑜伽 も 性交 の 実施 で は な く 性交 の 観想 へ と 移行 する 動き も あ っ た 。 さらに は 、 当時 の 政治 社会 情勢 から イスラム 勢力 の 侵攻 に よ る インド 仏教 の 崩壊 が 予見 さ れ て い た ため 、 最後 の 密教 経典 で あ る 時輪 タントラ ( カーラ ・ チャクラ ) の 中 で イスラム の 隆盛 と インド 仏教 の 崩壊 、 インド 仏教 復興迄 の 期間 ( 末法 時代 ) は 密教 に よ っ て のみ 往来 が 可能 と さ れ る 秘密 の 仏教 国土 ・ 理想 郷 シャンバラ の 概念 、 シャンバラ の 第 32 代 の 王 と な る ルドラ ・ チャクリン ( 転輪 聖王 ) 、 ルドラ ・ チャクリン に よ る 侵略 者 ( イスラム 教 徒 ) へ の 反撃 、 ルドラ ・ チャクリン が 最終 戦争 で 悪 の 王 と その 支持 者 を 破壊 する 予言 、 そして 未来 に おけ る インド 仏教 の 復興 、 地上 に おけ る 秩序 の 回復 、 世界 の 調和 と 平和 の 到来 、 等 が 説 か れ た 。 インド 北部 に おけ る イスラム 勢力 の 侵攻 ・ 破壊 活動 に よ っ て インド で は 密教 を 含 む 仏教 は 途絶 し た が 、 さらに 発展 し た 後期 密教 の 体系 は チベット 仏教 の 中 に 見 る こと が でき る 。 日本 に 密教 が 初めて 紹介 さ れ た の は 、 唐 から 帰国 し た 最澄 ( 伝教 大師 ) に よ る もの で あ っ た 。 当時 の 皇族 や 貴族 は 、 最澄 が 本格 的 に 修学 し た 天台 教学 より も 、 むしろ 現世 利益 も 重視 する 密教 、 あるいは 来世 で の 極楽 浄土 へ の 生まれ変わり を 約束 する 浄土 教 ( 念仏 ) に 関心 を 寄せ た 。 しかし 、 天台 教学 が 主 で あ っ た 最澄 は 密教 を 本格 的 に 修学 し て い た 訳 で は な かっ た の で 、 中国 密教 の 拠点 で あ っ た 唐 の 青龍 寺 で 本格 的 に 修学 し た 空海 ( 弘法 大師 ) 、 円行 、 円仁 ( 慈覚 大師 ) 、 恵運 、 円珍 ( 智証 大 師 ) 、 宗叡 に よ っ て 、 密教 が より 本格 的 に 日本 に 紹介 さ れ た 。 日本 の 伝統 的 な 宗派 と し て は 、 空海 が 中国 ( 唐 ) の 青龍 寺 ( 西安 市 ) 恵果 に 受法 し て 請来 し 、 真言 密教 と し て 体系 付け た 真言 宗 ( 東密 。 即身 成仏 と 鎮護 国家 を 二 大 テーゼ と し て い る ) と 、 最澄 に よ っ て 創始 さ れ 、 円仁 、 円珍 、 安然 ら に よ っ て 完成 さ れ た 日本 天台 宗 ( 台密 と も 呼 ば れ る ) が 密教 に 分類 さ れ る 。 真言 宗 が 密教 専修 で あ る の に 対 し 、 天台 宗 は 天台 ・ 密教 ・ 戒律 ・ 禅 の 四 宗 相承 で あ る 点 が 異な っ て い る 。 東密 と は 東寺 ( 教王 護国 寺 ) の 密教 、 台密 は 天台 密教 、 の 意味 で あ る 。 体系 的 に 請来 さ れ た 東密 、 台密 を 純密 と い う の に 対 し 、 純密 以前 に 断片 的 に 請来 さ れ 信仰 さ れ た 密教 を 雑密 と い う 。 現代 中国 で は 、 唐代 に 盛ん だっ た 中国 の 密教 ( 中期 密教 ) を 唐 密宗 、 現代 まで 続 く チベット 仏教 に おけ る 密教 を 西蔵 密宗 と 呼 ん で い る 。 日本 の 空海 や 円仁 、 円珍 が 入唐 し て 求法 し た の は 、 唐 密宗 で あ る 。 唐 密宗 は 唐代 以降 は 禅 や 念仏 ( 浄土 教 ) に 押 さ れ て 衰退 ・ 途絶 し た 。 現在 の 中国 で は 、 上海 市 の 静安 寺 に み られ る よう に 、 日本 の 真言 宗 ( 東密 ) と の 交流 を 通 じ て 唐 密宗 の 復興 を 試み る 動き も あ る もの の マイナー な 動向 で あ る 。 西蔵 密宗 は チベット 自治 区 や 中国 北部 等 を 中心 に 現在 も 信仰 が 続 い て い る 。 中期 密教 で あ る 唐 密宗 が 中国 で 衰退 ・ 途絶 し た の は 、 現世 利益 や 呪術 の 面 で は ライバル で あ っ た 道教 が 好 ま れ た ため と 考え られ て い る 。 また 儒教 の 影響 も 強 かっ た 中国 で は 、 チベット や ネパール 、 モンゴル で 盛ん だっ た 後期 密教 は 、 タントラ が 性 道徳 に 反 する と し て 導入 さ れ な かっ た と い う の が 通説 で あ る 。 なお 、 インド の 錬金 術 が 密教 と な り 、 密教 は 錬金 術 その もの で あ っ た と の 仮説 が あ る が 、 一般 的 な 見解 で は な い し 、 また 仏教学 の 研究 で も 検証 さ れ て い な い 。 転 じ て 、 カバラ や ブードゥー 教 など 、 神秘 主義 ・ 象徴 主義 的 な 教義 を 持 つ 仏教 以外 の 宗教 宗派 も 、 密教 と 呼 ば れ る 場合 が あ る 。 密儀 宗教 ( みつぎ しゅうきょう ) と も 言 う 。 +阿弥陀 如来 ( あみだ にょらい ) 、 サンスクリット アミターバ ( amitaabha ) あるいは アミターユス ( amitaayus ) は 、 大乗 仏教 の 如来 の 一 つ 。 阿弥陀 仏 ・ 弥陀 仏 など と も い う 。 三昧 耶 形 は 蓮 の 花 ( 金剛 界 曼荼羅 で は 開花 し た 蓮華 、 胎蔵 曼荼羅 で は 開きかけ た 蓮華 ) 。 種子 ( 密教 ) ( 種字 ) は キリーク ( hriiH ) 。 梵名 の 「 アミターユス 」 は 「 無限 の 寿命 を も つ もの 」 、 「 アミターバ 」 は 「 無限 の 光 を も つ もの 」 の 意味 で 、 彼 が 時間 と 空間 の 制約 を 受け な い 超人 で あ る 事 を 示 す 。 これ を 意訳 し て 無量 寿仏 / 無量 光仏 と も 呼 ば れ 、 無明 の 現世 を あまねく 照ら す 光 の 仏 と さ れ る 。 西方 に あ る 極楽 浄土 と い う 仏 国土 を 持 つ 。 造形 化 さ れ た 時 は 、 装身 具 を 着け な い 質素 な 服装 の 如来形 で 、 定印 ・ 説法 印 ・ 施無 畏印 ・ 与願 印 を 組み合わせ た 九品 来迎印 ( 詳し く は 印相 を 参照 の こと ) を 結 ぶ 姿 で 表 さ れ る こと が 多 い 。 阿弥陀 三尊 と し て 祀 ら れ る とき は 、 脇侍 に 観音 菩薩 ・ 勢至 菩薩 を 配 する 。 密教 に お い て は 、 五仏 ( 五 智 如来 ) の 一如来 と し て 尊崇 さ れ る 。 『 無量 寿経仏 説 無量 寿経 』 に よ る と 、 一切 の 衆生 救済 の ため に 自ら 仏 の 位 を 降り て 菩薩 と な り 、 世自在 王 仏 の 元 で 法蔵 と 名乗り 修行 を し た 。 非常 に 長 期間 衆生 の 救済 の 思索 を めぐら し ( 五 劫 思惟 ( ご こうし ゆい ) ) 、 浄土 へ の 往生 の 手立て を 見出 し た こと に よ り 仏 と な っ た 報身 仏 。 衆生 救済 に 関 し て 4 8 の 願 い ( 四十 八 願 ) を 立て 、 特に 浄土 教 に お い て 第 十 八 願 を 「 本願 」 と 呼 ん で 重要 視 する 。 また 、 現在 も 説法 を し て い る と 説 か れ て い る 。 『 阿弥陀 経 』 で は 、 大宇宙 の ガンジス 河 の 砂 の 数 ほど の 諸仏 から 賞賛 さ れ て い る 。 曰く 、 「 阿弥陀 仏 の お 力 は ずば抜け て 素晴らし く 、 我々 罪悪 の 重 い 衆生 の 救済 に 対 し て 、 他 の 諸仏 が 背相 を 見せ た に も 関わ ら ず 、 阿弥陀 仏 お 一人 が 本願 を 立て られ て 一切 衆生 の 救済 を お 約束 さ れ た 。 一切 の 諸仏 も 最後 に は 、 阿弥陀 仏 に 依 ら な けれ ば 、 仏 の 悟り を 開 く 事 は 出来 な かっ た 」 と 。 これ を 語源 と する 他力 本願 と い う 言葉 は 、 一般 に は 「 ムシ の い い 、 他人 へ の 依存 」 「 無 責任 」 と い う 意味 で も 広 く 用い られ る 。 しかし ここ で 言 う 他力 と は 本来 阿弥陀 如来 の 力 を 指 し 、 彼 の 力 以外 の ( 釈迦 の 力 を 含め た ) すべて の 力 を 指 し て 自力 と 言 う 。 特に 浄土 真宗 に お い て は 、 煩悩 具足 の 凡夫 は 、 阿弥陀 如来 の 本願 、 すなわち 他力 本願 に よ っ て 「 のみ 」 往生 を 遂げ る こと が でき る と し ( 絶対 他力 ) 、 仏 で あ る 釈迦 の 力 すら 「 自力 」 と し て 否定 さ れ る 。 チベット 仏教 で は 、 無量 寿仏 と 無量 光仏 は 区別 さ れ て い る 。 日本 の 阿弥陀 如来 は , 後者 に 近 い 。 また 、 ゲルク 派 第 二 位 の パンチェン ・ ラマ は 無量 光仏 の 化身 と さ れ る 。 チベット 死者 の 書 に よ れ ば , ( 大日 如来 、 阿閦 如来 、 宝生 如来 に 続 い て ) 死後 の 4 日 目 に 魂 の 救済 に 現れ る と さ れ る 。 大乗 仏教 で 登場 し た 仏尊 で あ り 、 その 起源 は ゾロアスター 教 など の イラン 系 の 信仰 に 由来 する と い う 説 も あ る 。 それ に よ る と 、 光明 の 最高 神 アフラ ・ マズダー が 無量 光 如来 、 無限 時間 の 神ズルワーン が 無量 寿 如来 の 原型 と さ れ る 。 また 、 西方 極楽 浄土 は 、 ゾロアスター 教 の 起源 で あ る イラン 地方 、 もしくは 肥沃 で 繁栄 し た 古代 バビロニア 地方 が 背景 に な っ て い る と する 説 も あ る 。 鎌倉 時代 以降 、 日本 で は 浄土 教 の 隆盛 を 受け て 、 阿弥陀 如来 に 関連 し た 単語 や 言い回し が 登場 する よう に な る 。 十 八 番 ( おはこ ) 前述 の とおり 、 浄土 教 に お い て 四十 八 願 の うち 第 十 八 願 を 本願 と し て 重要 視 する こと から 、 もっとも 得意 な こと を 指 す 。 あみだ く じ 現代 の もの は 平行 線 だ が かつて は 放射 線 状 で あ り 、 阿弥陀 如来像 の 光背 に 似 て い る こと から 。 他 力 本願 前述 の とおり 努力 し な い こと や 無 責任 で あ る こと を 表現 する の に 使 わ れ る が 、 本来 の 意図 と は 違 う 転用 で あ る 。 小咒 は 、 オン ・ アミリタ ・ テイゼイ ・ カラ ・ ウン 。 大咒 ( 無量 寿如来根本 陀羅尼 ) は 、 ノウ ボウ アラタン ノウトラヤーヤノウマクア ・ リヤミターバーヤタタギャタヤ ・ アラカテイ サンミャク サンボダヤータニャ ・ タオン アミリ テイ アミリトウドバンベイ ・ アミリタ サンバンベイ アミリタギャ ・ ラベイ アミリタシッテイアミリタテイ ・ セイアミリタビキランデイ アミリタ ・ ビキランダ ギャミネイ アミリタギャ ・ ギャノウキチキャレイアミリタドン ・ ドビソワレイ サラバアラタサダニエイ ・ サラバ キャラマキレイ シャキシャヨウ ギャレイ ・ ソワカ 。 垂迹 神 熊野 権 現 八幡 神 日本 に おけ る 主な 作例 国宝 中尊 寺 像 ( 岩手 県 西磐井 郡 平泉 町 ) ( 金色 堂 安置 諸仏 の うち ) 高徳 院 像 ( 神奈川 県 鎌倉 市 ) ( 鎌倉 大仏 ) 平等 院像 ( 京都 府 宇治 市 ) ( 定朝 作 、 鳳凰 堂 安置 ) 広隆 寺 像 ( 京都 府 京都 市 ) ( 講堂 安置 ) 仁和 寺 像 ( 京都 府 京都 市 ) ( 阿弥陀 三 尊 像 の うち 、 金堂 安置 ) 法界 寺像 ( 京都 府 京都 市 ) ( 阿弥陀 堂 安置 ) 三千 院 像 ( 京都 府 京都 市 ) ( 阿弥陀 三 尊 像 の うち 、 往生 極楽 院 安置 ) 清凉 寺像 ( 京都 府 京都 市 ) ( 阿弥陀 三 尊 像 の うち 、 旧 棲霞 寺 本尊 ) 浄瑠璃 寺像 ( 京都 府 木津川 市 ) ( 九体 阿弥陀 ) 法隆 寺 像 ( 奈良 県 生駒 郡 斑鳩 町 ) ( 阿弥陀 三 尊 像 の うち 、 橘夫人 厨子 安置 ) 浄土 寺 ( 小野 市 ) 像 ( 兵庫 県 小野 市 ) ( 阿弥陀 三 尊 像 の うち 、 快慶 作 、 浄土 堂 安置 ) +弥勒 菩薩 ( みろく ぼさつ ) 、 サンスクリット マイトレーヤ ( maitreya ) は 仏教 の 仏菩 薩 の 一尊 で あ る 。 梵名 を 意訳 し て 慈 氏 菩薩 と も い う 。 字 は 阿逸 多 Ajita と い い 、 無勝 等 と 訳 す 。 インド の 波羅 奈 ( パラナシー ) 国 に 生まれ 釈迦 仏 の 化導 を 受け 、 未来 に 成仏 する と い う 記 を 与え られ た と い う 。 三昧 耶 形 は 蓮華 上 の 塔 、 賢瓶 ( 水瓶 ) 。 種子 ( 密教 ) ( 種字 ) は ユ ( yu ) 。 弥勒 は ゴータマ ・ シッダールタ ( 釈迦 牟 尼 仏 、 現在 仏 ) の 次 に 仏陀 と な る こと が 約束 さ れ た 菩薩 で 、 ゴータマ ・ シッダールタ の 入滅 後 56 億 7 千 万 年 後 の 未来 に 姿 を あらわし 多く の 人々 を 救済 する と さ れ る 。 現在 は 、 兜率 天 で 修行 ( あるいは 説法 ) し て い る と い わ れ 、 中国 ・ 朝鮮 半島 ・ 日本 で は 、 弥勒 菩薩 の 兜率 天 に 往生 し よ う と 願 う 信仰 ( 上生 信仰 ) が 流行 し た 。 一般 に 弥勒 の 下生 は 56 億 7 千 万 年 後 と さ れ て い る が 、 この 気 の 遠 く な る 年数 は 、 弥勒 の 兜卒 天 で の 寿命 は 400 0 年 で あ り 、 兜卒 天 の 1 日 は 地上 の 400 年 に 匹敵 する と い う 説 から 、 下生 まで に 4000 × 400 × 3 60 = 5 億 7600 万 年 かか る と い う 計算 に 由来 する ( 後代 に 5 億 7600 万 年 が 56 億 7000 万 年 に 入れ替わ っ た と 考え られ て い る ) 。 他 の 古 い 仏教 の 経典 で は 300 0 年 後 説 も あ り 、 その 未来 仏 の 出現 する 時代 は 厳密 に は 定か で は な く 「 遠 い 未来 」 の 比喩 で は な い か と の 説 も あ る 。 弥勒 菩薩 は バラモン と し て 娑婆 世界 に 出世 し て 、 シッダールタ 同様 に 出家 し た の ち 竜華 樹下 ( りゅう げじゅ ) で 悟り を 得 て 、 三 度 に わた り 説法 を 行 い 多く の 人々 を 救 う と い う ( これ を 竜華 三会 と い う ) 。 『 弥勒 下生 経 』 に は 、 初会 96 億 、 二 会 94 億 、 三会 92 億 の 衆生 を 済度 する と 説 い て い る 。 なお 、 56 億 7 千 万 年 後 の 下生 の 姿 を 先取り し て 弥勒 如来 、 弥勒 仏 と 呼 ば れ る こと も あ る 。 東大 寺 の 「 試み の 大仏 」 と 呼 ば れ る 像 は 高 さ 40 cm 足 ら ず の 小像 ながら 、 ずっしり と し た 質感 を 持 つ 「 弥勒 如来 坐像 」 ( 木造 ) で あ る 。 弥勒 信仰 に は 、 上生 信仰 と とも に 、 下生 信仰 も 存在 し 、 中国 に お い て は 、 こちら の 信仰 の 方 が 流行 し た 。 下生 信仰 と は 、 弥勒 菩薩 の 兜率 天 に 上生 を 願 う 上生 信仰 に 対 し 、 弥勒 如来 の 下生 が 56 億 7 千 万 年 の 未来 で は な く 現 に 「 今 」 な さ れ る から それ に 備え な けれ ば な ら な い と い う 信仰 で あ る 。 浄土 信仰 に 類 し た 上生 信仰 に 対 し て 、 下生 信仰 の 方 は 、 弥勒 下生 に 合わせ て 現世 を 変革 し な けれ ば な ら な い と い う 終末 論 、 救世 主 待望 論 的 な 要素 が 強 い 。 その ため 、 反 体制 の 集団 に 利用 さ れ る 、 あるいは 、 下生 信仰 の 集団 が 反 体制 化 する 、 と い う 例 が 、 各 時代 に 数 多 く 見 られ る 。 北魏 の 大乗 の 乱 や 、 北宋 ・ 南宋 ・ 元 ( 王朝 ) ・ 明 ・ 清 の 白蓮 教 が 、 その 代表 で あ る 。 日本 で も 戦国 時代 ( 日本 ) に 、 弥勒 仏 が この世 に 出現 する と い う 信仰 が 流行 し 、 ユートピア で あ る 「 弥勒 仏 の 世 」 の 現世 へ の 出現 が 期待 さ れ た 。 一種 の メシアニズム で あ る が 、 弥勒 を 穀霊 と し 、 弥勒 の 世 を 稲 の 豊熟 し た 平和 な 世界 で あ る と する 農耕 民族 的 観念 が 強 い 。 この 観念 を 軸 と し 、 東方 海上 から 弥勒 船 の 到来 する と い う 信仰 が 、 弥勒 踊り など の 形 で 太平 洋 沿岸 部 に 展開 し た 。 江戸 時代 に は 富士 信仰 と も 融合 し 、 元禄 年間 に 富士 講 の 行者 、 食行 身禄 が 活動 し て い る 。 また 百 姓 一揆 、 特に 世直 し 一揆 の 中 に 、 弥勒 思想 の 強 い 影響 が あ る こと が 指摘 さ れ て い る 。 観弥 勒 菩薩 上生兜 率 天経 、 弥勒 下生 経 、 弥勒 大成 仏経 の 3 本 で 弥勒 三 部 経 と 呼 ぶ こと が あ る 。 また 、 浄土 宗 系 の 無量 寿経 に は 、 阿弥陀 仏 の 本願 を 後世 の 苦悩 の 衆生 に 説 き 聞 かせ る よう に と 、 釈迦 牟 尼 仏 から 弥勒 菩薩 に 付属 さ れ て い る 。 仏教 の 中 に 未来 仏 と し て の 弥勒 菩薩 が 登場 する の は かなり 早 く 、 すでに 阿含 経 に 記述 が 見え る 。 この 未来 仏 の 概念 は 過去 七 仏 から 発展 し て 生まれ た もの と 考え られ て い る 。 30 0 年 前後 に 、 インド の 瑜伽 行 唯識 学派 の 論師 と し て 唯識 説 を 説 く 開祖 の 一人 。 後世 の 伝説 に よ っ て 、 前述 の 未来 仏 と し て の 弥勒 菩薩 と 同一 視 さ れ た 。 著作 に 『 瑜伽師 地論 』 、 『 大乗 荘厳 経論 』 、 『 中弁 分 別 論 』 、 『 現観 荘 厳論 』 、 『 法法 性 弁別 論 』 など が あ る 。 チベット で は 、 瑜伽 師 地 論 は 無着 菩 薩造 と な っ て お り 、 究竟 一乗宝 性 論 が 弥勒 菩 薩造 と な っ て い る が 、 漢訳 で は 堅慧 造 と し て い る 。 弥勒 菩薩 は 、 西 アジア で 崇め られ た 太陽 神 ミスラ が 仏教 に 取り入れ られ 、 菩薩 と し て 信仰 さ れ た もの と する 説 も あ り 、 その 救世 主 的 性格 は ここ に 由来 する と い う 。 ミスラ は インド 神話 に おけ る アーディティヤ 神群 の 一柱 ミトラ と 起源 を 同じく し 、 古く は 古代 アーリア に お い て 信仰 さ れ て い た 契約 の 神 だっ た 。 ゾロアスター 教 に お い て は 中級 神 ヤザタ の 一柱 と さ れ 、 英雄 神 、 太陽 神 と し て 重要 な 役割 を 持 つ 。 また 、 古代 ギリシャ ・ ローマ に お い て は ミトラース と 呼 ば れ 、 太陽 神 ・ 英雄 神 と し て 崇め られ た 。 ミスラ は クシャーナ 朝 で は バクトリア 語形 の ミイロ ( Miiro ) と 呼 ば れ 、 この 語形 が 弥勒 の 語源 に な っ た と 考え られ て い る 。 ミイロ の 神格 は 太陽 神 で あ る と い う こと 以外 不明 で あ る が 、 定方 晟 は マニ 教 の 影響 など も 考慮 し て 、 救世 主 的 側面 が あ っ た の で は な い か と 推測 し て い る 。 弥勒 の 梵名 「 マイトレーヤ 」 は 、 ミスラ 神 の 名 と 語源 を 同じく する 。 「 mitra / mi θ ra 」 は 本来 「 契約 」 と い う ほど の 意味 だ が 、 後 に は 転 じ て 契約 に よ っ て 結 ば れ た 親密 な 関係 に あ る 「 盟友 」 を も 意味 する よう に な っ た 。 マイトレーヤ は その 派生 形 容詞 / 名詞 で 「 友好 的 な 、 友情 に 厚 い 、 慈悲 深 い ( 者 ) 」 の 意味 と な る 。 ミルク 神 沖縄 で は 、 「 ミルク 神 」 、 「 ミルク さん 」 と 呼 び 、 弥勒 信仰 が 盛ん で あ る 。 祭り で は 、 笑顔 の ミルク 仮面 を つけ た ミルク 神 が 歩き回 る 。 弥勒 菩薩 の 化身 と さ れ た 布袋 尊 と の 関係 が 指摘 さ れ て い る 。 弥勒 菩 薩像 は インド で は 水瓶 を 手 に する 像 と し て 造形 さ れ た が 、 中国 に お い て は 、 唐 まで は 足 を 交差 さ せ 椅子 に 座 る 像 と し て 造像 さ れ 、 元明 時代 以降 は 弥勒 の 化身 と さ れ た 布袋 と し て 肥満形 で 表 さ れ た 。 一方 、 飛鳥 時代 の 日本 で は 半跏 思惟像 と し て 造像 が 行な わ れ た 。 椅坐 し て 左足 を 下ろ し 、 右足 を 上げ て 左膝 上 に 置 き 、 右手 で 頬 づえ を 付 い て 瞑想 する 姿 で あ る 。 大阪 ・ 野中 寺 の 金銅像 ( 重文 ) が 「 弥勒 菩薩 」 と い う 銘文 を も つ 最古 の 半跏 思惟像 で あ る 。 京都 の 広隆 寺 の 弥勒 菩 薩像 ( 木像 ) は 特に よく 知 ら れ て お り 、 国宝 に 指定 さ れ て い る ( → 弥勒 菩薩 半跏 思惟像 ) 。 ただし 、 半跏 思惟像 だ から と い っ て 弥勒 菩 薩像 で あ る と は 限 ら な い 。 平安 時代 ・ 鎌倉 時代 に は 、 半跏 思惟像 は 見 られ な く な り 、 立像 や 坐像 と し て 表 さ れ る よう に な る 。 京都 ・ 醍醐 寺 の 快慶 作 の 木像 など が その 作例 で あ る 。 弥勒 如来像 と し て は 、 前述 の 奈良 の 東大 寺 の 木像 ( 通称 「 試み の 大仏 」 ) ( 重文 ) や 、 当麻 寺 金堂 の 塑像 ( 奈良 時代 、 国宝 ) 、 興福 寺 北 円 堂 の 運慶 一門 作 の 木像 ( 国宝 ) など が 知 ら れ る 。 オン ・ マイタレイヤ ・ ソワカ 日本 で は 七 福神 の 一人 と し て 知 ら れ る 布袋 尊 和 尚 は 、 中国 で は 、 弥勒 の 化身 と さ れ 、 下生 し た 弥勒 如来 と し て 仏堂 の 正面 に その 破顔 と 太鼓 腹 で 膝 を 崩 し た 風姿 の まま 祀 ら れ て い る 。 +題目 ( だいもく ) と は 、 日蓮 系 ・ 法華 経 系 の 宗教 団体 など に お い て 勤行 の 際 に 用い られ る 南無 妙法 蓮華 経 ( なむみょう ほうれん げきょう ) の 文句 の こと で あ る 。 お 題目 と も 言 う 。 元来 は 題名 の 意 で あ り 、 法華 経 ( サッダルマ ・ プンダーリカ ・ スートラ ) の 翻訳題 ( あて字 ) で あ る 妙法 蓮華 経 ( 鳩摩 羅什 【 くまら じゅう 】 に よ る 訳 ) の 五字 の こと を 指 し て い る が 、 南無 ( 帰依 する の 意 ) を 加え て 七字 に し て も 「 題目 」 と 呼 ぶ 。 なお 、 お 題目 は 、 建前 、 名目 など の 意味 で 使用 さ れ る こと も あ る 。 元来 は 上記 の 転用 で あ る 。 ここ で は 、 上記 いずれ に つ い て も 記載 する 。 題目 と は 鳩摩羅什 ( クマーラ ・ ジーヴァ ) が 漢字 に 翻訳 し た 法華 経 一 部 八巻 二十 八 品 の 題目 ( 題名 ) は 、 「 妙法 蓮華 経 」 の 五字 で あ る 。 「 南無 妙法 蓮華 経 」 と は 、 妙法 蓮華 経 ( 法華 経 ) の 法 ( 仏教 ) { 御 教え ( み おしえ ) } に 帰依 ( きえ ) する こと で あ る 。 題目 を 連続 し て 唱え る 行 は 、 法華 経 の 教え を 信 じ 、 従 う こと を 宣言 する 修行 で あ る 。 この 漢字 に 翻訳 さ れ た 五字 ・ 七字 の 題目 を 連続 的 に 唱え る こと で 、 経典 の すべて を 読 み 実践 する の と 同じ 功徳 が あ る と さ れ て い る 。 南無 は サンスクリット 語 で 「 ナモ 」 「 ナーモ 」 「 ナマス 」 等 と 発音 する 。 また 、 漢字 翻訳 に よ る この 五字 の 題目 を 本仏 の 名号 と 見な し て 南無 ( 帰命 ) し よ う と する 立場 の 者 から 見 れ ば 、 五字 の 題目 に 込め られ た 教え の 実践 法 と は 八巻 二十 八 品 で は な く 、 七字 の 題目 すなわち 「 南無 妙法 蓮華 経 」 と な る 。 既に 平安 中 期 の 天台 宗 で は 称名 念仏 の 影響 で 題目 も 唱え る 様 に な っ て た が 、 題目 その もの が 教義 に 組み込 ま れ る こと は 無 かっ た 。 題目 その もの を 教義 に 組み込 ん だ の は 日蓮 が 最初 で あ る 。 各 団体 に おけ る 詳細 連続 し て 「 南無 妙法 蓮華 経 」 と 繰り返 し 唱え る 修行 を 「 唱題 ( しょうだい ) 」 と い う 。 法華 経 系 の 宗門 で は 、 様々 な 修行 の 中 、 この 「 唱題 行 」 を 「 正行 ( しょうぎょう ) 」 と 呼 び 、 最も 重視 し て い る 。 他 に 、 滝 に 打 た れ たり 、 断食 行 や 無言 の 行 を 行 っ たり し て も 、 それ は 「 助行 ( じょぎょう ) 」 と 呼 ば れ 、 補助 的 な 修行 方法 に 過ぎ な い 。 唱題 の 際 、 日蓮 宗 ( 主に 一致 派 ) など で は 「 なむみょう ほうれん げきょう 」 と 発音 し て い る 。 富士 門流 ( 日蓮 正宗 など ) や 在家 宗教 系 で あ る 創価 学会 など で は 、 「 なんみょう ほうれん げきょう 」 と 発音 する 。 また 、 日蓮 正宗 の 勤行 に は 、 唱題 と は 別 に 「 引き 題目 」 と 呼 ば れ る 作法 も あ り 、 この 時 は 「 なーむー みょー ほーれんー げーきょー 」 と 一音 一 音 が 長 く 引き伸ば さ れ て 唱え られ る 。 今 で は 使 わ れ て な い が 、 数 年 前 の 創価 学会 で は 「 なーむー みょーほーれーん げーきょーなーむー ・・ ・ 」 と 「 れん 」 を 伸ば し て 唱え て い た が 、 日顕 法主 は 「 れんー 」 と 唱え て い る 。 なお 、 日如 法主 も 登座 以降 は 同様 に 唱え て い る ( 住職 時代 は 不明 ) 。 また 、 仏教 に お い て は 三宝 ・ 三学 ・ 三 大 秘法 など 数字 の 3 を 尊 ぶ ところ から 、 本尊 へ の 礼式 と し て 勤行 や 法要 の 始まり と 終わり に は 「 題目 三唱 」 の 化儀 が 広 く 用い られ て い る 。 日蓮 宗 系 で は 、 「 なむみょう ほうれん げきょう 、 なむ みょう ほうれん げきょう 、 なむ みょう ほうれん げきょう 」 と 一息 に 一 唱 ずつ 区切 っ て 唱え る が 、 富士 門流 系 の 多く で は 「 なんみょう ほうれん げきょうなんみょう ほうれん げきょう 、 なんみょう ほうれん げきょう 」 と 、 一 唱 目 と 二唱目 を 連続 し て 唱え て 後 に 息継ぎ し 、 三唱 目 を 唱え て い る 。 ただし 富士 門流 系 の 中 で も 冨士 大石寺 顕正 会 だけ は 例外 で 、 「 なんみょー 、 ほぃーれーん げーきょー 、 なんみょーほぃーれーん げーきょー 、 なんみょーほぃーれーん げーきょー 」 と い う 独自 の 発声 法 、 「 小声 で 二 度 『 なんみょう ほうれん げきょう 』 と 唱え ながら 礼 を 二 回 ・ 題目 三唱 ・ もう いち ど 題目 三唱 ・ 最初 と 同様 に 礼 を 二 回 」 と い う 起源 不明 の 作法 ( 「 ご 挨拶 」 と 呼 ば れ る ) など が 採用 さ れ て い る 。 称名 と 唱題 の 違い 浄土 信仰 の 宗門 の 称名 は 、 阿弥陀 仏 が 、 この 身 が 阿弥陀 仏 の 本願 に よ り 、 その まま 極楽 往生 が かな う 身 で あ る こと を 人々 に 知 ら せ る ため 人々 の 口 から 出 て 下さ っ て い る もの と 捉え られ 、 人々 に 今 の 安心 を 与え る もの と し て 大切 に さ れ て い る 。 そして その 安心 の 中 に 生き る こと こそ 真 の よろこび で あ り 、 救い で あ る と さ れ 、 「 南無 阿弥陀 仏 」 の 口称 は 、 功徳 を 求め る もの で は な く 、 感謝 の 行 で あ る と さ れ て い る 。 称名 で 唱え る 「 名号 」 の うち 、 「 南無 釈迦 牟 尼仏 」 の 釈迦 如来 は 、 確か に 正史 に お い て も 実在 の 人物 と さ れ て い る 。 しかし 、 他 の 如来 は 歴史 上 存在 し な い 。 その こと から 「 南無 阿弥陀 仏 」 の 「 阿弥陀 仏 」 と い う 如来 は 架空 の 存在 で 想像 上 の 産物 ( フィクション 、 虚構 ) など と 否定 的 に 捉え る 見解 が あ る 。 一方 で 、 そもそも 「 阿弥陀 仏 」 と は 、 姿 かたち な く 、 無量 で あ り 不朽 で あ る 「 真実 」 を 表 す もの と し て 歴史 上 の 人物 で あ る 釈迦 に よ り 説 か れ た もの で あ る から 、 釈迦 の 真意 は むしろ 「 阿弥陀 仏 」 に 込め られ て い る と 考え る 人 も い る 。 これ に 対 し 、 法華 経信 仰 の 宗門 の 唱題 は 現世 こそ 重要 、 と い う わけ で 現世 を 逞し く 乗り切 る 、 と い う 積極 的 指向 性 ( 現 世 指向 ) が 有 る 。 ( 但し 、 現世 指向 は 日蓮 系 固有 の もの で は な く 、 真言 宗 や 天台 宗 に も あ る 。 ) 唱題 で 唱え る 題目 は 経典 の 題名 で あ り 、 信仰 の 対象 が 経典 と し て 実在 する 。 日蓮 は 経 の 文字 の ひと つ ひと つ を 金色 の 釈尊 と 見 る べ き と 書 い て い る 。 経典 の 文字 は さすが に 如来 に は 見え な く て も 、 最低 限 、 字 に は 見え る 。 漢文 の 法華 経 ( 妙法 蓮華 経 ) なら ば 、 漢字 の 羅列 に は 見え る はず で あ り 、 文字 と し て 存在 する 安心 感 が あ る 。 仮 に 経 の 内容 が 架空 な い し 嘘 で も 、 経典 の 文字 が 明らか に 実在 する こと は 正し い と 言え 、 真実 と 言え る 。 お 題目 と は 上記 の 題目 と 同様 の 意味 で 使 わ れ る こと も あ る が 、 上記 の 宗教 的 な 意味 を 離れ て 使用 さ れ る 場合 も あ る 。 その 場合 の お 題目 は 、 建前 、 名目 など の 意味 で 使用 さ れ 、 実態 と 異な る と い う 含み が あ る こと が 多 い 。 例えば 、 「 お 題目 だけ で な く 本気 で 実行 する こと 」 など と 使用 さ れ る 。 +法華 経 ( ほけ きょう 、 ほっけ きょうと も ) は 、 大乗 仏教 の 経典 「 サッダルマ ・ プンダリーカ ・ スートラ ( saddharmapuNDariika - suutra ) 」 ( 「 正し い 教え で あ る 白 い 蓮 の 花 」 の 意 ) の 漢訳 で の 総称 。 経 の 字 を はず す と 「 法華 」 に な る が 、 これ は 一般 に 「 ほっけ 」 と 発音 する 。 それぞれ の 意味 は sad 「 正し い 」 「 不思議 な 」 「 優れ た 」 など 、 dharma 「 教え 」 「 真理 」 、 puNDariika 「 因果 倶時 ・ 清浄 な 白蓮華 」 、 suutra 「 仏 の 説 い た 経典 」 。 この 経典 に 対 する 漢訳 は 十 六 種類 が 行 わ れ た と さ れ る が 、 完訳 が 現存 する の は 『 正法華 経 』 ( 竺 法護 訳 、 2 世紀 ) 、 『 』 ( 鳩摩 羅什 訳 、 5 世紀 ) 、 『 添品 妙 法 蓮華 経 』 ( 闍那 崛 多 ・ 達磨 笈 多 共訳 、 7 世紀 ) の 三 種 で あ る 。 漢訳 仏典 圏 で は 、 鳩摩 羅什 訳 の 『 妙法 蓮華 経 』 が 、 「 最も 優れ た 翻訳 」 と し て 、 天台 宗教 学 や 多く の 宗派 の 信仰 上 の 所依 と し て 広 く 用い られ て お り 、 「 法華 経 」 は 「 妙法 蓮華 経 」 の 略称 と し て 用い られ る 場合 も あ る 。 なお 、 鳩摩 羅什 訳 『 妙法 蓮華 経 』 観世 音 菩薩 普門 品 第 二十 五 は 観音 経 と し て 普及 し て い る 。 法華 経 は 28 品 の 章節 で 構成 さ れ て い る 。 現在 、 広 く 依用 さ れ て い る 智顗 ( 天台 大師 ) の 教説 に よ る と 、 前半 14 品 を 迹門 ( しゃくもん ) 、 後半 14 品 を 本門 ( ほんもん ) と 分科 する 。 迹門 と は 、 出世 し た 仏 が 衆生 を 化導 する ため に 本地 より 迹 ( あと ) を 垂れ た と する 部分 で あ り 、 本門 と は 釈尊 が 菩提樹 下 で は な く 久遠 の 昔 に すでに 仏 と 成 っ て い た と い う 本地 を 明か し た 部分 で あ る 。 迹門 を 水中 に 映 る 月 と し 、 本門 を 天 に 浮か ぶ 月 に 譬え て い る 。 後世 の 天台 宗 や 法華 宗 一致 派 は 両門 を 対等 に 重ん じ 、 法華 宗勝 劣 派 は 法華 経 の 本門 を 特別 に 重ん じ 、 本門 を 勝 、 迹門 を 劣 と する など 相違 は あ る が 、 この 教説 を 依用 する 宗派 は 多 い 。 また 、 三 分 ( さんぶん ) の 観点 から 法華 経 を 分類 する と 、 大き く 分け て ( 一 経 三 段 ) 、 序品 を 序分 、 方便 品 から 分別 品 の 前半 まで を 正宗 分 、 分別 品 から 勧発 品 まで を 流通 分 と 分科 する 。 また 細か く 分け る と ( 二 経 六 段 ) 、 前半 の 迹 ・ 本 の 二門 に も に も それぞれ 序 ・ 正宗 ・ 流通 の 三 分 が あ る と する 。 前半 部 を 迹門 ( しゃくもん ) と 呼 び 、 般若 経 で 説 か れ る 大乗 を 主題 に 、 二乗 作仏 ( 二乗 も 成仏 が 可能 で あ る と い う こと ) を 説 く 。 二乗 は 衆生 から 供養 を 受け る 生活 に 余裕 の あ る 立場 で あ り 、 また 裕福 な 菩薩 が 諸々 の 眷属 を 連れ て 仏 の 前 の 参詣 する 様子 も 経典 に 説 か れ て お り 、 説法 を 受け る それぞれ の 立場 が 、 仏 を 中心 と し た 法華 経 その もの を 荘厳 に 飾り立て る 役割 を 担 っ て い る 。 さらに 提婆 達多 の 未来 成仏 ( 悪人 成仏 ) 等 、 ” 一切 の 衆生 が 、 いつ か は 必ず 「 仏陀 」 に 成 り 得 る ” と い う 平等 主義 の 教え を 当時 の 価値 観 なり に 示 し 、 経 の 正し さ を 証明 する 多宝 如来 が 出現 する 宝塔 出現 、 虚空 会 、 二仏 並座 など の 演出 に よ っ て これ を 強調 し て い る 。 そして 、 この 教え を 信 じ 弘め る 行 者 は 必ず 世間 から 迫害 さ れ る と 予言 する キリスト 教 や ユダヤ 教等 セム 系 一 神 教 に も 共通 する 「 受難 劇 」 の 視点 も 見 られ る 。 後半 部 を 本門 ( ほんもん ) と 呼 び 、 久遠 実成 ( く おん じつ じょう 。 釈迦 牟 尼仏 は 今生 で 初めて 悟り を 得 た の で は な く 、 実 は 久遠 の 五百 塵 点 劫 の 過去 世 に お い て 既に 成仏 し て い た 存在 で あ る 、 と い う 主張 ) の 宣言 が 中心 テーマ と な る 。 これ は 、 後 に 本仏 論 問題 を 惹起 する 。 本門 で は すなわち ここ に 至 っ て 仏 と は もはや 歴史 上 の 釈迦 一 個人 の こと で は な い 。 ひとたび 法華 経 に 縁 を 結 ん だ ひと つ の 命 は 流転 苦難 を 経 ながら も 、 やがて 信 の 道 に 入 り 、 自己 の 無限 の 可能 性 を 開 い て ゆ く 。 その 生 の あ り かた その もの を 指 し て 仏 で あ る と 説 く 。 したが っ て その 寿命 は 、 見かけ の 生死 を 超え た 、 無限 の 未来 へ と 続 い て い く 久遠 の もの と し て 理解 さ れ る 。 そして この世 ( 娑婆 世界 ) は 久遠 の 寿命 を 持 つ 仏 が 常住 し て 永遠 に 衆生 を 救済 へ と 導 き 続け て い る 場所 で あ る 。 それ に よ り ” 一切 の 衆生 が 、 いつ か は 必ず 仏 に 成 り 得 る ” と い う 教え も 、 単なる 理屈 や 理想 で は な く 、 確か な 保証 を 伴 っ た 事実 で あ る と 説 く 。 そして 仏 と は 久遠 の 寿命 を 持 つ 存在 で あ る 、 と い う この 奥義 を 聞 い た 者 は 、 一念 信解 ・ 初随喜 する だけ で も 大功徳 を 得 る と 説 か れ る 。 説法 の 対象 は 、 菩薩 を はじめ と する あらゆる 境涯 に 渡 る 。 末 法 愚人 を 導 く 法 ( 仏教 ) と し て 上行 菩薩 等 の 地湧 菩薩 たち に 対 する 末法 弘教 の 付嘱 、 観世 音 菩薩 等 の はたら き に よ る 法華 経信 仰 者 へ の 守護 と 莫大 な 現世 利益 など を 説 く 。 前半 14 品 ( 迹門 ) 第 1 : 序品 ( じょほん ) 第 2 : 方便 品 ( ほうべん ぼん ) 第 3 : 譬喩 品 ( ひゆほん ) 第 4 : 信解 品 ( しんげ ほん ) 第 5 : 薬草 喩品 ( やく そう ゆ ほん ) 第 6 : 授記 品 ( じゅきほん ) 第 7 : 化城 喩 品 ( け じょうゆ ほん ) 第 8 : 五百 弟子 受記品 ( ごひゃく でし じゅきほん ) 第 9 : 授学 無学人 記品 ( じゅが く む がく にん きほん ) 第 10 : 法師 品 ( ほっ しほん ) 第 11 : 見宝 塔 品 ( けん ほう とう ほん ) 第 12 : 提婆 達多 品 ( だいば だっ た ほん ) 第 13 : 勧持 品 ( かんじ ほん ) 第 14 : 安楽 行 品 ( あんらく ぎょう ほん ) 後半 14 品 ( 本門 ) 第 15 : 従地 湧 出品 ( じゅうじゆじゅつ ほん ) 第 16 : 如来 寿量 品 ( にょらい じゅう りょうほん ) 第 17 : 分別 功徳品 ( ふんべつ くど くほん ) 第 18 : 随喜 功 徳品 ( ずいき くどくほん ) 第 19 : 法師 功徳品 ( ほっし くどくほん ) 第 20 : 常 不 軽 菩薩 品 ( じょうふきょうぼさつ ほん ) 第 21 : 如来 神力 品 ( にょらいじんり きほん ) 第 22 : 嘱累 品 ( ぞく るいほん ) 第 23 : 薬王 菩薩 本事品 ( やくおう ぼ さつ ほん じ ほん ) 第 24 : 妙音 菩薩品 ( みょう おんぼさつ ほん ) 第 25 : 観世 音 菩薩 普門 品 ( かんぜおん ぼさつ ふもん ほん ) ( 観音 経 ) 第 26 : 陀羅 尼 品 ( だら に ほん ) 第 27 : 妙荘 厳王 本事品 ( みょう そうげん おう ほん じ ほん ) 第 28 : 普賢 菩薩 勧発 品 ( ふげんぼさつ かんぼつ ほん ) 法華 経 で は 、 7 つ の たとえ 話 と し て 物語 が 説 か れ て い る 。 これ は 釈迦 仏 が たとえ 話 を 用い て わか り やす く 衆生 を 教化 し た 様子 に 則 し て お り 、 法華 経 の 各品 で も この 様式 を 用い て わか り やす く 教え を 説 い た もの で あ る 。 これ を 法華 七 喩 、 あるいは 七譬 ( しちひ ) と も い う 。 三 車 火宅 ( さん しゃ かた く 、 譬喩 品 ) 長者 窮子 ( ちょうじゃぐう じ 、 信解 品 ) 三 草 二木 ( さんそう に も く 、 薬草 喩品 ) 化 城宝処 ( け じょうほうしょ 、 化城 喩 品 ) 衣裏 繋珠 ( えりけいしゅ 、 五百 弟子 受記品 ) 髻 中明珠 ( けい ちゅうみょうしゅ 、 安楽 行 品 ) 良医 病子 ( ろう い びょうし 、 如来 寿量 品 ) 法華 経 の 成立 は 、 釈尊 滅 後 から ほぼ 50 0 年 以上 のち の こと と さ れ 、 現在 の 仏教学 で は 主 に BC50 年 から BC 150 年 の 間 に 成立 し た と 推定 さ れ て い る 。 したが っ て 法華 経 の 教え は 、 他 の 大乗 経典 と 同様 、 歴史 上 の ゴータマ ・ シッダールタ ( 釈迦 ) が 直接 的 に 説 い た 教え で は な い が 、 経典 に は 上記 の よう に 「 外道 の 論議 を 説 く と 謂 わん 」 と 、 末世 に は 法華 経 が 信じ が た く 、 外道 ( 非 仏説 ) で あ る と 誹謗 する もの が 多 く な る と 説 か れ る 。 また 、 この 経典 は 編纂 し た 教団 の 置 か れ て い た 社会 的 状況 を 示唆 し て い る と い う 説 も あ る 。 なお 、 法華 経 に は 、 上記 の 酔 う 法華 七 喩 など の 説話 が 多 く 収録 さ れ て い る ため 、 一般 大衆 の 信者 を 多 く 持 つ 教団 に よ っ て 作 ら れ た もの で あ る と い う 説 も あ る 。 中村 元 ( 哲学 者 ) は 、 長者 窮子 の 譬喩 で 金融 を 行 っ て 利息 を 取 っ て い た 長者 の 臨終 の 様子 から 、 貨幣 経済 の 非常 に 発達 し た 時代 で な けれ ば 、 この よう な 一人 富豪 で あ る に 留ま ら ず 国王 等 を 畏怖 駆使 せ しめ る よう な 資本 家 は で て こ な い の で 、 法華 経 が 成立 し た 年代 の 上限 は 西暦 40 年 で あ る と 推察 し て い る 。 また 渡辺 照宏 も 、 50 年間 流浪 し た 後 に 20 年間 掃除夫 だっ た 男 が 実 は 長者 の 後継 者 で あ る と 宣言 さ れ る 様子 から 、 古来 インド 社会 は バラモン を 中心 と し た 強固 な カースト 制度 が あ り 、 たとえ 譬喩 で あ っ て も こう し た ケース は 現実 味 が 乏し く 、 もし 考え 得 る と すれ ば バラモン 文化 の 影響 が 少な い 社会 環境 で な けれ ば な ら な い 、 と 指摘 し て い る 。 この 経 は 日本 に 伝わ る 前 、 ユーラシア 大陸 東部 で 広 く 流布 し た 。 先ず 、 インド に 於 い て 広範 に 流布 し て い た ため か 、 サンスクリット 本 の 編修 が 多 い 。 羅什 の 訳 で は 真言 ・ 印 を 省略 する 。 添品 法華 経 で は これ ら を 追加 し て い る 。 また チベット 語訳 、 ウイグル 語 訳 、 西夏 語 訳 、 モンゴル 語 訳 、 満洲 語 訳 、 朝鮮 語 ( 諺文 ) 訳 など が あ る 。 これ ら の 翻訳 の 存在 に よ っ て 、 この 経典 が 広 い 地域 に わた っ て 読誦 さ れ て い た こと が 理解 でき る 。 中国 天台 宗 で は 、 法華 経 を 最 重要 経典 と し て 採用 し た 。 中国 浙江 省 に 有 る 天台 山 国清 寺 の 智顗 ( 天台 大師 ) は 、 鳩摩 羅什 の 『 妙法 蓮華 経 』 を 所依 の 経典 と し た 。 日本 で は 正倉 院 に 法華 経 の 断簡 が 存在 し 、 古く から なじみ の あ っ た 経典 で あ っ た こと が 伺え る 。 60 6 年 ( 推古 14 年 ) に 聖徳 太子 が 法華 経 を 講 じ た と の 記事 が 日本 書紀 に あ る 。 「 皇太子 、 亦 法華 経 を 岡本 宮 に 講 じ たまふ 。 天皇 、 大き に 喜び て 、 播磨 国 の 水田 百 町 を 皇太子 に 施り たまふ 。 因り て 斑鳩 寺 に 納れ た まふ 。 」 ( 巻 第 22 、 推古 天皇 14 年 条 ) 615 年 に は 聖徳 太子 は 法華 経 の 注釈 書 『 法華 義疏 』 を 著 し た ( 「 三 経 義疏 」 参照 ) 。 聖徳 太子 以来 、 法華 経 は 仏教 の 重要 な 経典 の ひと つ で あ る と 同時 に 、 鎮護 国家 の 観点 から 、 特に 日本 国 に は 縁 の 深 い 経典 と し て 一般 に 考え られ て き た 。 最澄 に よ っ て 日本 に 伝え られ た 天台 宗 は 、 明治 維新 まで は 皇室 の 厚 い 尊崇 を 受け て い た 。 聖武 天皇 の 皇后 で あ る 光明 皇后 は 、 全国 に 「 法華 滅 罪之 寺 ( ほっけめつざい の てら ) 」 を 建て 、 これ を 「 国分 尼 寺 」 と 呼 ん で 「 法華 経 」 を 信奉 し た 。 天台 宗 の 最澄 は 、 自ら の 宗派 を 「 天台 法華 宗 」 と 名づけ て 「 法華 経 」 を 至上 の 教え と し た 。 鎌倉 新 仏教 に お い て も 法華 経 は 重要 な 役割 を 果た し た 。 融通 念仏 を 唱 え 融通 念 仏 宗 の 祖 と な る 良忍 は 後 の 浄土 系 仏教 の 先駆 と し て 称名 念仏 を 主張 し た が 、 華厳 経 と 法華 経 を 正依 と し 、 浄土 三 部 経 を 傍依 と し た 。 一方 で 浄土 宗 の 祖 で あ る 法然 や 浄土 真宗 を 開 い た 親鸞 など は 、 自ら さとり に 向か う こと の でき な い 凡夫 の 救い は 浄土 三 部 経 に 説 か れ て い る と し 、 それ を 正依 と し た が 、 法華 経 を 批判 する 言葉 は 見いだせ な い 。 阿弥陀 仏 の 久遠 成 仏説 など は 法華 経 の 影響 と いえ る 。 曹洞 宗 の 祖師 で あ る 道元 は 、 「 只管 打坐 」 の 坐禅 を 成仏 の 実践 法 と し て 宣揚 し ながら も 、 その 理論 的 裏づけ は 、 あくまで も 法華 経 の 教え の 中 に 探し 求め て い こ う と し 続け た 。 臨終 の 時 に 彼 が 読 ん だ 経文 は 、 法華 経 の 如来 神力 品 で あ っ た 。 日蓮 の 登場 に よ っ て 、 「 仏教 の 最高 経典 」 { 正法 ( 妙法 ) } と し て の 法華 経 の 地位 を 不動 の もの に し よ う と する 思想 的 系譜 は 一段 と 先鋭 化 を 遂げ た 。 日蓮 は 、 「 南無 妙法 蓮華 経 」 の 題目 を 唱え ( 唱題 行 ) 、 妙法 蓮華 経 に 帰命 し て い く なか で 凡夫 の 身 の 中 に も 仏性 が 目覚め て ゆ き 、 真 の 成仏 の 道 を 歩 む こと が 出来 る 、 と い う 教え を 説 き 、 法華 宗 各派 の 祖 と な っ た 。 ここ に お い て 、 法華 経信 仰 が 日本 全国 の 大衆 に まで 広ま り 始め る 。 日蓮 教学 の 法華 宗 は 、 この 経 の 題目 ( 題名 ) の 「 妙法 蓮華 経 」 ( 鳩摩羅什 漢訳 本 の 正式 名 ) の 五字 を 重ん じ 、 南無 妙法 蓮華 経 ( 五字 七字 の 題目 ) と 唱え る こと を 正行 ( しょうぎょう ) と する 。 近代 に お い て も 法華 経 は 、 おもに 日蓮 を 通 じ て 多く の 作家 ・ 思想 家 に 影響 を 与え た 教典 で あ る 。 主義 の 左右 を 問 わ ず 、 近代 の 著名 な 法華 経信仰 者 の 人生 に 共通 する の は 、 小市民 的 な 栄達 を 嫌い 、 どこ まで も 己 の 理想 のみ に 殉 じ ていこ う と する 非 妥協 的 な 態度 に あ る と 言え そう で あ る 。 宮沢 賢治 ( 詩人 ・ 童話 作家 ) や 高山 樗牛 ( 思想 家 ) 、 妹尾 義郎 ( 宗教 思想 家 ) 、 北一輝 ( 右派 革命 家 ) 、 石原 莞爾 ( 軍人 ・ 関東 軍 参謀 ) ら が よく 知 ら れ た その 例 と い わ れ て い る 。 昭和 20 年 太平 洋 戦争 で の 敗戦 後 、 法華 経 は 女人 成仏 は 可 か 否 か など 一部 の 文言 に つ い て は 進駐 軍 の 意向 も あ り 教学 上 、 解釈 の 変更 も 一部 の 宗派 で は 余儀 な く さ れ た 。 法華 経 を 所依 の 経典 と し て 重視 する 諸派 は 、 法華 経 を 、 釈迦 が 晩年 に 説 い た と する 釈迦 の 法 ( 教え ) の 極意 { 正法 ( 妙法 ) } と 位置 づけ る 智顗 の 教説 を 継承 し て い る 。 一方 、 文献 学 的 研究 で は 、 法華 経 が 、 西暦 紀元 前後 、 部派 仏教 と 呼 ば れ る 専従 僧 侶 独占 に 反発 する 教団 に よ っ て 編纂 さ れ た と 推測 する 説 も あ る 。 法華 経 の 成立 が 、 釈迦 存命 時 より 数 世紀 後 だ と い う 文献 学 の 成果 に 対 し 、 日本 と 他 の 大乗 仏教 圏 諸国 で は 受容 の 仕方 が 異な る 。 日本 の 伝統 教団 で は 、 師 の 教義 を 弟子 が 継承 し 発展 さ せ る こと は 、 生き た 教団 で あ る 以上 あ り 得 る こと から 、 法華 経 を はじめ 般若 経 、 大般 涅槃 経 など 後世 の 成立 と さ れ る 大乗 経典 は 根無し 草 の 如 き 存在 で は な い 。 釈迦 の 直説 を 長 い 時 を 経 て 弟子 から 弟子 へ と 継承 さ れ る 課程 で 発展 し て い っ た もの と し て 、 後世 の 経典 も また 「 釈迦 の 教義 」 と し て 認め る 、 と い う 類 の 折衷 的 解釈 を 打ち出 す 傾向 が み られ る 。 それ に 対 し 、 中国 、 インド ・ ネパール 、 チベット ・ ブータン 、 モンゴル ・ ブリヤート ・ トゥバ ・ カルムイク 等 の ユーラシア 大陸 諸国 そして 台湾 など 、 他 の 大乗 仏教 圏 諸国 の 教団 ・ 信者 は 、 この よう な 文献 学 の 成果 を 受容 せ ず 、 信仰 を 揺る が す 問題 と な っ て い な い と い う 説 が あ る が 、 その 調査 等 に 関 する 典拠 は 不明 で あ る 。 +念仏 ( ねんぶつ ) と は 、 今日 一般 的 に は 、 浄土 教系 の 宗派 教団 に お い て 、 勤行 と し て 「 南無 阿弥陀 仏 」 と 称え る こと を い う 。 仏教 の 教理 史 的 に は 、 およそ 三 つ に 分け られ る 。 初期 の 仏教 で 、 仏 を 憶念 する こと を 念仏 と 言 う 。 仏教 の 修定 と は 、 基本 的 に すべて の 意識 活動 を 停止 する こと と 解 さ れ て い る 。 隨念 と は 、 意識 活動 の 停止 が 難し い 場合 に 、 何 か の 対象 に 意識 を 集中 する こと に よ っ て 、 他 の すべて の 意識 活動 を 停止 し よ う と する 方法 で あ る 。 仏身 ( 色身 ) を 憶念 の 対象 と する 「 見仏 」 、 禅定 三 昧 の 中 で 観察 する 「 観想 」 ・ 「 観仏 」 も 念仏 と する よう に な っ た 。 大乗仏教 初期 に は 、 諸仏 の 徳 を 讃嘆 し 供養 する こと が 大切 な 行 ( 仏教 ) と さ れ た 。 そこ で 、 三昧 に 入 っ て 念仏 を する こと が その 行 と さ れ た 。 天台 宗 に 比叡 山 の 常行 堂 ( 常行 三 昧堂 ・ 般舟 三 昧 堂 ) に おけ る 常行 三昧 が あ る 。 中国 浄土 教 に な る と 、 念仏 に は 二 つ の 流れ が でき る 。 「 観想 念仏 ( 観相 念仏 ) 」 ( 仏 の 姿 を 思い浮かべ る ) 。 慧遠 ( 東晋 ) の 白蓮 社 、 慈愍 の 禅観 念仏 など 。 観 無 量 寿経 で は 観想 念仏 が 説 か れ て い る が 、 観無 量 寿経 は サンスクリット 本 や チベット 語 訳 本 が 発見 さ れ て お ら ず 、 中国 もしくは 中央 アジア 編纂説 が あ る よう に 、 中国 の 浄土 教 で は 初期 は 観想 念仏 が 主流 で あ っ た 。 日本 で も 奈良 仏教 ( 法相 宗 ) ・ 平安 仏教 ( 天台 宗 ) で は 、 観想 念仏 が 主流 で あ っ た 。 源信 ( 僧侶 ) 著 の 往生 要集 で は 観想 念仏 の 重視 が 説 か れ て お り 、 平安 貴族 に 流行 し た 。 その 影響 で 、 平安 時代 は 極楽 浄土 や 阿弥陀 三尊 を 表現 する 建築 様式 ( 宇治 の 平等 院 や 平泉 の 中尊 寺 など ) や 美術 様式 が 発展 し た 。 貞慶 は 、 釈迦 の 観想 念仏 に 励行 する 一方 で 、 法然 の 専修 念仏 を 批判 し た 。 「 称名 念仏 」 ( 仏 の 名 を 称え る 、 いわゆる 念仏 ) 。 こと に 、 善導 は 憶念 と 称名 と は 同一 で あ る と 主張 し て 、 称名 念仏 を 勧め た 。 阿弥陀 仏 や 浄土 を 瞑想 する こと を 特に 要 さ な い ため 、 特別 な 修行 や 浄土 を 観想 する ため の 建築 空間 ( 寺院 ・ 堂 ) や 宗教 美術 ( 仏像 ・ 仏画 ) は 不要 で あ る 。 従 っ て 、 時間 と 空間 を 問 わ ず 誰 で も 称名 念仏 でき る ため 、 幅広 い 層 の 民衆 に 対 する 念仏 の 普及 に 貢献 し た 。 称名 念仏 の 流れ は 、 平安 時代 末期 の 日本 に お い て 、 融通 念仏 の 祖 の 良忍 に 受け継 が れ 、 その 後 の 融通 念 仏 宗 で は 「 南無 阿弥陀 仏 」 と 称え 、 「 大 念仏 」 と い う 。 法然 が 開 い た 浄土 宗 で は 「 南無 阿弥陀 仏 」 を ひたすら 称え る 「 専修 念仏 」 を 行 い 、 同系 宗派 の 親鸞 の 浄土 真宗 に も 受け継 が れ て い る 。 踊念仏 ( おど りねんぶつ ) と は 、 太鼓 ・ 鉦 ( かね ) など を 打ち鳴ら し 、 踊 り ながら 念仏 ・ 和讃 を 唱え る こと 。 その 起源 は 空也 に あ る と い わ れ る 。 鎌倉 時代 、 時宗 の 一遍 が 信濃 国 の 伴野 ( 長野 県 佐久 市 ) を 訪れ た とき 、 空也 に 倣 っ て 踊念仏 を 行 っ た 。 同じ 時期 に 九州 の 浄土 宗 の 僧 ・ 一向 俊聖 も 一遍 と は 別 に 踊念仏 を 行 っ た 。 それ 以来 、 時宗 ・ 一向 宗 ( 一向 俊聖 の 系統 の 事 で 浄土 真宗 と は 別宗 派 、 後 の 時宗 一向 派 ) の 僧 が 遊行 に 用い る よう に な り 全国 に 広ま っ た 。 盆踊り や 念仏 踊 り 、 出雲 阿国 の 創始 し た 歌舞伎 踊り に 大きな 影響 を 与え た 。 +天台 宗 ( てんだい しゅう ) は 大乗 仏教 の 宗派 の ひと つ で あ る 。 妙法 蓮華 経 を 根本 経典 と する 。 中国 に 発祥 し 、 最澄 に よ っ て 平安 時代 初期 に 日本 に 伝え られ た 。 中国 の 天台 宗 は 、 隋 の 智ギ ( ちぎ ) ( 538 年 - 597 年 、 天台 智者 大師 ) を 実質 的 な 開祖 と する 大乗 仏教 の 宗派 で あ る 。 初祖 は 北斉 の 慧文 、 第 二 祖 は 衡山 慧 思 ( 515 年 - 577 年 ) で あ り 、 慧思 の 弟子 が 智ギ で あ る ( 竜樹 を 初祖 と し 慧文 を 第 二 、 慧思 を 第 三 、 智顗 を 第 三 祖 と する 場合 も あ る ) 。 智ギ は 、 鳩摩 羅什 訳 の 法華 経 ・ 摩訶 般 若 波羅 蜜 経 ・ 大智 度 論 、 そして 涅槃 経 に 基づ い て 教義 を 組み立て 、 法華 経 を 最高 位 に 置 い た 五 時 八 教 と い う 教相 判釈 ( 経典 成立 論 ) を 説 き 、 止観 に よ っ て 仏 と な る こと を 説 い た 学僧 で あ る 。 しかし ながら 、 「 鳩摩 羅什 の 訳 し た 法華 経 は 、 現存 する サンスクリット 本 と かなり 相違 が あ り 、 特に 天台 宗 の 重んじ る 方 便 品 第 二 は 羅什 自身 の 教義 で 改変 さ れ て い る 」 と い う 説 が あ る 。 羅什 が 法華 経 ・ 摩訶 般 若 波羅 蜜 経 ・ 大智 度 論 を 重要 視 し て い た こと を 考え る と 、 天台 宗設立 の 契機 は 羅什 に あ る と いえ な く も な い 。 天台 山 に 宗派 の 礎 が でき た 後 、 涅槃 宗 を 吸収 し 天台 宗 が 確立 し た 。 主に 智顗 の 法華 玄義 、 法華 文句 、 摩訶 止観 の 三 大 部 を 天台 宗 の 要諦 と し て い る 。 これ ら の 智ギ の 著作 を 記録 し 編集 し た の が 、 第 四 祖 章 安 灌 頂 ( 561 年 - 632 年 ) で あ る 。 灌頂 の 弟子 に 智威 ( ? - 680 年 ) が あ り 、 その 弟子 に 慧威 ( 634 年 - 71 3 年 ) が 出 て 、 その 後 に 左渓 玄朗 ( 67 3 年 - 754 年 ) が 出 る 。 灌頂 以後 の 天台 宗 の 宗勢 は 振る わ な かっ た ため 、 玄朗 が 第 五 祖 に 擬 せ られ て い る 。 玄朗 の 弟子 に 、 天台 宗 の 中興 の 祖 と さ れ る 第 六 祖 、 荊渓 湛然 ( 71 1 年 - 782 年 ) が 現れ 、 三 大 部 を はじめ と し た 多数 の 天台 典籍 に 関 する 論書 を 著 し た 。 正式 名称 は 天台 法華 円 宗 。 法華 円 宗 、 天台 法華 宗 、 あるいは 、 単に 法華 宗 など と も 称 する 。 但し 、 最後 の 呼び名 は 日蓮 教学 の 法華 宗 と 混乱 を 招 く 場合 が 有 る ため に 用い な い こと が 多 い 。 初め 、 律宗 と 天台 宗兼学 の 僧鑑真 和上 が 来日 し て 天台 宗 関連 の 典籍 が 日本 に 入 っ た 。 次いで 、 伝教 大師 最澄 ( さいちょう 、 767 年 - 822 年 ) が 延暦 24 年 ( 80 5 年 ) 唐 に 渡り 天台 山 に のぼ り 、 その 教え を 受け て 翌年 ( 80 6 年 ) 帰国 し 伝え た の が 日本 に おけ る 天台 宗 の はじまり で あ る 。 この 時代 、 すでに 日本 に は 法 相 宗 や 華厳 宗 など 南都 六 宗 が 伝え られ て い た が 、 これ ら は 中国 で は 天台 宗 より 新し く 成立 し た 宗派 で あ っ た 。 最澄 は 日本 へ 帰国 後 、 比叡山 延暦 寺 に 戻 り 、 後年 円仁 ・ 円珍 等 多く の 僧侶 を 輩出 し た 。 最澄 は すべて の 衆生 は 成仏 でき る と い う 法華 一乗 の 立場 を 説 き 、 小乗 的 立場 を 堅持 する 奈良 仏教 と 論争 が 起こ る 。 特に 法 相宗 の 徳一 と の 論争 は 有名 で あ る 。 また 、 鑑真 和上 が 将来 し た 小乗戒 を 授け る 戒壇 院 を 独占 する 奈良 仏教 に 対 し て 、 大乗 戒壇 を 設立 し 、 大乗戒 を 受戒 し た 者 を 天台 宗 の 僧侶 と 認め 、 菩薩 僧 と し て 12 年間 比 叡山 に 籠山 し て 学問 ・ 修行 を 修め る と い う 革新 的 な 最澄 の 構想 は 、 既得 権益 と な っ て い た 奈良 仏教 と 対立 を 深め た 。 当時 大乗戒 は 俗人 の 戒 と さ れ 、 僧侶 の 戒律 と は 考え られ て お ら ず ( 現在 で も スリランカ 上座 部 など 南方 仏教 で は 大乗戒 は 戒律 と し て 認め られ て い な い ) 、 南都 の 学僧 が 反論 し た こと は 当時 の 常識 に 照ら し て 妥当 な もの と 言え よ う 。 論争 の 末 、 最澄 の 没後 に 大乗 戒壇 の 勅許 が 下り 、 名実 とも に 天台 宗 が 独立 し た 宗派 と し て 確立 し た 。 真言 宗 の 密教 を 東密 と 呼 ぶ の に 対 し 、 天台 宗 の 密教 は 台密 と 呼 ば れ る 。 日蓮 を 末法 の 本仏 と する 宗派 など は 、 現在 の 日本 の 天台 宗 は 密教 を 大幅 に 取り入れ て い る ため むしろ 真言 宗 に 近 く 、 最澄 亡 き 後 、 その 意向 を 無視 し た 円仁 ・ 円珍 など が 真言 密教 を 取り入れ 比叡山 を 謗法 化 ( 正し い 法 を 信 じ ず そ し る こと ) し た もの だ と 批判 する 向き も あ る 。 しかし これ に は 歴史 的 な 事情 など 考慮 す べ き ポイント が いく つ か あ る 。 当初 、 中国 の 天台 宗 の 祖 と い わ れ る 天台 大師 智顗 が 、 法華 経 の 教義 に よ っ て 仏教 全体 を 体系 化 し た 五 時 八 教 の 教相 判釈 ( 略 し て 教判 と い う ) を 唱え る も 、 その 時代 は まだ 密教 は 伝来 し て お ら ず 、 その 教判 の 中 に は 含 ま れ て い な かっ た 。 しかし 日本 天台 宗 の 宗祖 ・ 伝教 大師 最澄 が 、 唐 に 渡 っ た 時代 に な る と 最新 の 仏教 で あ る 密教 が 伝え られ て い た 。 最澄 は まだ 日本 で は 密教 が 不備 で あ る こと を 憂い 、 密教 を 含め た 仏教 の すべて を 体系 化 し よ う と 考え 、 順暁 ( じゅんぎょう ) から 密教 の 灌頂 を 受け持ち帰 っ た 。 しかし 最澄 が 帰国 し て 一 年 後 に 空海 が 唐 から 帰国 する と 、 自身 が 唐 で 順暁 から 学 ん だ 密教 は 傍系 の もの だ と 気づ き 、 空海 に 礼 を 尽く し て 弟子 と な り 密教 を 学 ぼ う と する も 、 次第 に 両者 の 仏教 観 の 違い が 顕れ 決別 し た 。 これ に よ り 日本 の 天台 教学 に おけ る 完全 な 密教 の 編入 は い ったん ストップ し た 。 と は いえ 、 最澄 自身 が 法華 経 を 基盤 と し た 戒律 や 禅 、 念仏 、 そして 密教 の 融合 に よ る 総合 仏教 と し て の 教義 確立 を 目指 し て い た の は 紛れ も な い 事実 で あ り 、 円仁 ・ 円珍 など の 弟子 たち は 最澄 自身 の 意志 を 引継 ぎ 密教 を 学び 直 し て 、 最澄 の 悲願 で あ る 天台 教学 の 確立 を 見 た の で あ る 。 したが っ て 今日 の 天台 密教 の 系譜 は 、 円仁 ・ 円珍 に 起因 する もの で は な く 、 そもそも 最澄 に その 源流 を 見出 だ す こと が でき る 。 また 円珍 は 、 空海 の 「 十 住 心 論 」 を 五 つ の 欠点 が あ る と 指摘 し 「 天台 と 真言 に は 優劣 は な い 」 と 反論 し て お り 、 日蓮 を 本仏 と する 宗派 の 、 円仁 ・ 円珍 は 天台 に 真言 密教 を 取り入れ 謗法 化 し た など と い う 見解 は ここ に お い て も 完全 に 否定 さ れ て い る 。 なお 真言 密教 ( 東密 ) と 、 天台 密教 ( 台密 ) の 違い は 、 東密 は 大日 如来 を 本尊 と する 教義 を 展開 し て い る の に 対 し 、 台密 は あくまで 法華 一乗 の 立場 を 取 り 、 法華 経 の 本尊 で あ る 久遠 実成 の 釋迦 牟 尼仏 と し て い る こと で あ る 。 また 上記 の 事項 から 、 同じ 天台 宗 と い っ て も 、 智顗 が 確立 し た 法華 経 に 依 る 中国 の 天台 宗 と は 違 い 、 最澄 が 開 い た 日本 の 天台 宗 は 、 智顗 の 説 を 受け継 ぎ 法華 経 を 中心 と し つつ も 、 禅 や 戒 、 念仏 、 密教 の 要素 も 含 み 、 それ ら の 融合 を 試み た 独特 な もの で 、 性格 が やや 異な る もの 、 また 智顗 の 天台 教学 を 継承 し つつ それ を さらに 発展 し よ う と 試み た もの で あ る と 指摘 さ れ て い る 。 したが っ て 延暦 寺 は 四 宗 兼学 の 道場 と も 呼 ば れ て い る 。 天台 宗 の 修行 は 法華 経 を 中心 と する 法華 禅 と も 言 う べ き 「 止観 」 を 重んじ る 。 また 、 現在 の 日本 の 天台 宗 の 修行 は 朝題 目 ・ 夕念仏 と い う 言葉 に 集約 さ れ る 。 午前 中 は 題目 、 つまり 法華 経 の 読誦 を 中心 と し た 行法 ( 法華 懺 法 と い う ) を 行 い 、 午後 は 阿弥陀 仏 を 本尊 と する 行法 ( 例時 作法 と い う ) を 行 う 。 これ は 後 に 発展 し 、 「 念仏 」 と い う 新た な 仏教 の 展開 の 萌芽 と な っ た 。 天台 密教 ( 台密 ) など の 加持 も 行 い 、 総合 仏教 と な る 事 に よ っ て 基盤 を 固め た ( しかし 、 法華 経 の 教義 が 正し い の なら ば 、 なぜ 念仏 や 加持 を 行 わ ね ば な ら な い の か 、 と い う 疑問 ・ 批判 も あ る ) 。 さらに 後世 に は 全て の 存在 に 仏性 が 宿 る と い う 天台 本覚 思想 を 確立 する こと に な る 。 長 く 日本 の 仏教 教育 の 中心 で あ っ た ため 、 平安 時代 末期 から 鎌倉 時代 に かけ て 融通 念 仏 宗 ・ 浄土 宗 ・ 浄土 真宗 ・ 臨済 宗 ・ 曹洞 宗 ・ 日蓮 宗 など の 新し い 宗旨 を 唱え る 学僧 を 多 く 輩出 する 事 と な る 。 +菩薩 ( ぼさつ 、 bodhisattva ( sanskrit ) ) は 、 仏教 に お い て 、 成仏 を 求め る ( 如来 に 成 ろ う と する ) 修行 者 。 後 に 菩薩 は 、 修行 中 で は あ る が 、 人々 と 共 に 歩 み 、 教え に 導 く と い う こと で 、 庶民 の 信仰 の 対象 と な っ て い っ た 。 概要 サンスクリット 語 の ボーディサットヴァ ( bodhi - sattva ) を 音写 し た もの で あ る 。 bodhi は 「 覚 」 で あ り 、 sattva は 「 生き て い る 者 」 の 意味 で 衆生 と か 有情 と 意訳 さ れ た 。 この ため 、 「 覚り を 求め る 人 」 と 「 悟り を 具え た 人 」 の 二 つ の 意味 で 呼 ば れ る の で 、 インド で の 菩薩 に は 2 種類 の 菩薩 が 、 さらに 中国 で は 「 インド の 大乗 仏教 の 僧 」 を 菩薩 と 呼 ん だ 。 従 っ て 、 同じ 菩薩 に 3 種類 あ る こと に な る 。 ただし 「 覚り を 求め る 」 だけ で は 声聞 ( しょうもん ) 、 縁覚 ( えんがく ) 、 辟 支仏 ( びゃくしぶつ 、 Pratyekabuddha ) と 同じ に な っ て しま う の で 、 これ を さけ る ため に 初期 大乗 経典 で あ る 般若 経 で は 菩薩摩 訶 薩 と 、 摩訶 薩 ( 偉大 な 衆生 ) を 付加 し て 大乗 の 菩薩 を 差別 化 し て い る 。 なお 、 玄奘 訳 の 般若 心 経 に は 後段 に 「 菩提薩 」 と い う 語 が あ る が 、 これ は 漢訳 に おけ る 語源 学 的 解釈 ( nirukti ) で 意図 的 に 〈 菩提 + 薩埵 〉 と 分割 し た と い う 説 が あ る 。 玄奘 訳 大般 若 波羅蜜 多経 で は 菩薩摩 訶 薩 と な っ て い る 。 大乗 の 菩薩 の 概念 が 定着 する と 、 次 は 菩薩 の 階位 が 設け られ た 。 これ は 、 大乗 仏教 の 発展 と とも に 細分 化 、 構造 化 さ れ た が 、 経論 に よ っ て 所説 が 種々 不同 に な っ た 。 『 華厳 経 』 及び 『 菩薩 瓔珞 本業經 』 で は 、 菩薩 の 境涯 、 あるいは 修行 の 階位 は 、 上 から 妙覚 、 等覚 、 十 地 、 十 廻 向 、 十 行 、 十 住 、 十信 の 52 の 位 に まで 分け られ 、 この 52 位 を 採用 する こと が 多 い 。 妙覚 ( みょうかく ) 菩薩 修行 の 階位 で あ る 52 位 の 最後 の 位 で 、 等覚 位 の 菩薩 が 、 さらに 一 品 ( いっ ぽん ) の 無明 を 断 じ て 、 この 位 に 入 る 。 なお 一切 の 煩悩 を 断 じ 尽く し た 位 で 、 仏 ・ 如来 と 同一 視 さ れ る 。 等覚 ( とうかく ) 菩薩 修行 の 階位 で あ る 52 位 の 中 、 51 位 で あ り 菩薩 の 極位 で 、 その 智徳 が 略 万 徳 円満 の 仏 、 妙覚 と 等し く な っ た と い う 意味 で 等覚 と い う 。 十 地 ( じっち 、 じゅう ぢ ) 菩薩 修行 の 階位 で あ る 52 位 の 中 、 第 41 ~ 50 位 まで 。 上 から 法雲 ・ 善想 ・ 不動 ・ 遠行 ・ 現前 ・ 難勝 ・ 焔光 ・ 発光 ・ 離垢 ・ 歓喜 の 10 位 。 仏智 を 生成 し 、 よく 住持 し て 動 か ず 、 あらゆる 衆生 を 荷負 し 教下 利益 する こと が 、 大地 が 万物 を 載せ 、 これ を 潤益 する から に 似 て い る から 「 地 」 と 名づ く 。 十 廻向 ( じゅうえこう ) 菩薩 修行 の 位 階 で あ る 52 位 の 中 、 第 31 ~ 40 位 まで 。 上 から 入法 界 無量 廻向 ・ 無縛 無 著解 脱 廻向 ・ 真如 相 廻向 ・ 等 随順 一 切 衆生 廻向 ・ 随順 一切 堅固 善根 廻向 ・ 無尽 功 徳蔵 廻向 ・ 至一切 処 廻 向 ・ 等 一切 諸仏 廻向 ・ 不壊 一切 廻向 ・ 救護 衆 生 離衆生 相 廻向 の 10 位 。 十 行 を 終わ っ て 更に 今迄 に 修 し た 自利 ・ 利他 の あらゆる 行 を 、 一切 衆生 の 為 に 廻施 する と 共 に 、 この 功徳 を 以 っ て 仏果 に 振り向け て 、 悟境 に 到達 せん と する 位 。 十 行 ( じゅうぎょう ) 菩薩 修行 の 位 階 で あ る 52 位 の 中 、 第 21 ~ 30 位 まで 。 上 から 真実 ・ 善法 ・ 尊重 ・ 無著 ・ 善現 ・ 離癡 乱行 ・ 無尽 ・ 無瞋根 ・ 饒益 ・ 観喜 の 10 位 。 菩薩 が 、 十 住 位 の 終 に 仏子 た る 印可 を 得 た 後 、 更に 進 ん で 利他 の 修行 を 完う せん 為 に 衆生 を 済度 する こと に 努め る 位 。 布施 ・ 持戒 ・ 忍辱 ・ 精進 ・ 禅定 ・ 方便 ・ 願 ・ 力 ・ 智 の 十 波 羅 密 の こと 。 十 住 ( じゅうじゅう ) 菩薩 修行 の 位 階 で あ る 52 位 の 中 、 第 11 ~ 20 位 まで 。 上 から 灌頂 ・ 法王子 ・ 童真 ・ 不退 ・ 正信 ・ 具足 方便 ・ 生貴 ・ 修行 ・ 治地 ・ 発心 の 10 位 。 十 信位 を 経 て 心 が 真諦 ( しんたい ) の 理 に 安住 する 、 と い う 意味 で 「 住 」 と 名づ く 。 あるいは 菩薩 の 十 地 を 十 住 と い う 説 も あ る 。 十 信 ( じゅうしん ) 菩薩 修行 の 位 階 で あ る 52 位 の 中 、 第 1 ~ 10 位 まで 。 上 から 願心 ・ 戒心 ・ 廻向心 ・ 不退心 ・ 定心 ・ 慧心 ・ 精進 心 ・ 念心 ・ 信心 の 10 位 。 仏 の 教法 を 信 じ て 疑心 の な い 位 。 なお 、 十 信 を 外凡 、 十 住 ~ 十 廻 向 まで を 内凡 あるいは 三賢 と 称 し 、 十 信 ~ 十 廻 向 まで を 凡 と 総称 する 。 また 十 地 と 等覚 を 因 、 妙覚 を 果 と 称 し 、 十地 ~ 妙覚 まで を 聖 と 総称 し 、 凡 と 相対 する 。 前提 概念 大乗仏教 運動 が 起こ っ た 背景 に は さまざま な 理由 が 考え られ る が 、 声聞 の 修行 を し て い た 部 派 仏教 ( 小乗 仏教 ) の 僧侶 が 誰 も 成仏 でき な かっ た こと から 起こ っ た 運動 と も 考え られ る 。 その 大きな 要因 を 二 つ 考え 、 欠け た 者 たち を 次 の よう に 呼 ん で い た 。 仏陀 の 教え を 聞 い て 覚 っ た 声聞 独力 で 悟 り ながら 他人 に 説 か な い 縁覚 、 辟 支仏 初期 大乗仏教 で は これ ら を 二乗 と 呼 び 、 成仏 でき な い と さ れ た 。 修行 者 と し て の 菩薩 初期 から 、 悟り を 開 く 前 の 修行 時代 の 仏陀 の こと を 菩薩 と 呼 ん で い た 。 さらに 釈迦 の 前生 物語 で あ る 本生 話 ( ジャータカ ) で は 、 釈迦 の 前生 の 姿 も 菩薩 と 呼 ん で い る 。 この 菩薩 の 代表 と し て 創造 さ れ た の が 、 次 に 成仏 する と 伝え られ る 弥勒 菩薩 で あ る 。 弥勒 菩薩 は 56 億 7 千 万 年 の 修行 を 経 て 、 この世 に 弥勒 仏 と し て 現れ る と さ れ る 。 後 に 阿弥陀 仏 と な っ た 阿弥陀 仏 など も この 代表 的 事例 で あ る 。 現世 で 活動 する ため の 菩薩 すでに 悟り を 得 て い る に も かかわ ら ず 、 成仏 を 否定 し た 菩薩 も 創造 さ れ た 。 これ は 仏陀 自身 の 活動 に 制約 が あ る と 考え られ た ため で 、 いわば 仏陀 の 手足 と な っ て 活動 する 者 を 菩薩 と 呼 ぶ 。 この 代表 者 が 、 釈迦 三尊 の 文殊 菩薩 と 普賢 菩薩 で あ る 。 彼 ら は 、 釈迦 の はたらき を 象徴 する たけ で な く 、 はたらき その もの と し て 活動 する の で あ る 。 他 に も 、 観世 音 菩薩 、 勢至 菩薩 など も 、 自ら の 成仏 と は かかわり な く 、 活動 を 続け る 菩薩 で あ る 。 インド の 大乗僧 中国 で は 、 インド の 有様 が 詳細 に 伝わ っ た わけ で は な い の で 、 こと に 初期 大乗仏教 の 学僧 たち を 菩薩 と 尊称 し た 。 龍樹 菩薩 、 世親 菩薩 など と する の が これ で あ る 。 注意 が 必要 と さ れ る の は 、 弥勒 菩薩 で あ る 。 創造 さ れ た 一生 補処 ( あと 一 回 の 生 で 仏 を 補 う 処 に あ る ) の 菩薩 と し て の 弥勒 菩薩 と 瑜伽 師 地論 を 編纂 し た と 伝え られ る 弥勒 ( 仮託 説 も あ る ) と が い る 。 日本 に おけ る 菩薩 日本 で は 信仰 の 対象 と な っ た 。 主な 菩薩 と し て 、 母性 的 な イメージ が 投影 さ れ る 観音 菩薩 、 はるか 未来 で 人々 を 救 う 弥勒 菩薩 、 女人 成仏 を 説 く 法華 経 に 登場 し 女性 に 篤 く 信仰 さ れ て き た 普賢 菩薩 、 知恵 を 司 る 文殊 菩薩 、 道端 に た た ずみ 最も 庶民 の 身近 に あ る 地蔵 菩薩 など が 、 尊崇 さ れ て き た 。 神仏 習合 神仏 習合 の 一 段階 と し て 、 日本 の 神 も 人間 と 同様 に 罪業 から 逃れ 自ら も 悟り を ひら く こと を 望 ん で い る と い う 思想 が 生まれ た 。 それ に 基づ き 、 仏道 に 入 っ た 日本 の 神 の 号 と し て 、 菩薩 号 が 用い られ た 。 八幡 神 が 代表 的 で あ る 。 高僧 の 称号 朝廷 より 、 高僧 に 菩薩 の 称号 を 下 さ れ る こと が あ っ た 。 例えば 、 行基 菩 薩 など で あ る 。 +この 項目 で は 、 親鸞 を 宗祖 と する 浄土 真宗 に おけ る 本願 寺 の 歴史 に つ い て 述べ る 。 弘長 2 年 ( 1262 年 ) 1 1 月 28 日 ( 旧暦 ) 浄土 真宗 の 開祖 親鸞 は 三条 富小路 の 善法 坊 で 発病 し 、 90 歳 を も っ て 入滅 。 翌 29 日 午後 8 時 に 葬送 。 下野 国 高田 の 顕智 、 遠江 国 池田 の 専信 など も 上洛 し 参列 。 東山 鳥辺野 ( とりべの ) の 南 、 延仁 寺 で 火葬 。 翌 30 日 拾骨 。 鳥辺野 の 北 、 大谷 に 墳墓 を 築 き 納骨 。 文永 9 年 ( 1272 年 ) 親鸞 の 末娘 覚信尼 が 住 む 地 、 現在 の 東山 区 林下町 ( 知恩 院 山門 北 の 崇泰院 あたり ) に 大谷 廟堂 を 造営 、 親鸞 の 影像 を 安置 。 寺院 移転 後 は 、 この 親鸞 の 影像 を 安置 し て い る 寺 を 本願 寺 と する の が 妥当 と 考え られ て い る 。 守護 を する 留守 職 ( るす しき ) は 覚信 尼 が 当た る 。 以後 、 尼 の 子孫 を 留守 職 の 後継 者 と 定め 、 後 の 本願 寺 の 血脈 相続 の 基礎 を 築 く 。 留守 職 は 覚信 尼 から 覚恵 ・ 覚如 両人 へ 受け継 が れ る 。 亀山 天皇 ( 在位 125 9 - 1274 ) より 『 久遠 実成 阿弥陀 本願 寺 』 ( くおん じつ じょう あみだ ほんがんじ ) と い う 号 を 賜 る が 、 その 後 内紛 の ため 廟堂 は 破壊 さ れ た 。 正和 元年 ( 1312 年 ) 三 代 覚如 は 廟堂 を 再建 、 寺院 化 し 専修 寺 ( せんじゅじ ) と し た 。 ( 尚 、 同じ 浄土 真宗 系 の 高田 派 本山 専修 寺 と 直接 の 関係 は 無 い ) ところ が 比叡 山 衆徒 の 抗議 に よ り 、 その 後 本願 寺 ( 大谷 本願 寺 ) と 称 す 。 覚如 は 、 親鸞 の 全門 弟 を 本願 寺 の 下 に 統合 し よ う と 図 る 。 『 口伝鈔 』 を 著 し 、 浄土 真宗 の 教え が 、 法然 から 親鸞 、 親鸞 から 孫 の 如信 へ 、 如信 から 覚如 に 口伝 さ れ た と する 。 この こと は 、 本願 寺 住持 の 覚如 は 、 教え の 上 から も 親鸞 を 継承 する こと を 表明 し た 。 だ が 現実 問題 と し て 、 長年 培 っ て き た 経済 力 、 場合 に よ っ て は 軍事 力 を 有 する 延暦 寺 以下 の 既存 寺院 に 対抗 し て 京都 の 中 で 独自 の 教団 を 打ち立て る 事 は 困難 で あ っ た 。 正和 以後 も 元徳 2 年 ( 1330 年 ) ・ 観応 3 年 ( 1352 年 ) ・ 嘉慶_ ( 日本 ) 2 年 ( 1388 年 ) に も 弾圧 を 受け て お り 、 浄土 真宗 の 他 派 が 東国 など で 勢力 を 広め て い る 間 に も 、 逆 に 本願 寺 のみ は 衰退 し て 延暦 寺 の 支配 下 に あ っ た 青蓮 院 の 末寺 と し て 延暦 寺 へ の 忠誠 と 念仏 の 禁止 を 条件 と し て 存続 を 許 さ れ て い る と い う 状況 で あ っ た 。 当時 浄土 真宗 は 本願 寺 に 一本 化 さ れ た わけ で は な い 。 地方 に は 教団 が 乱立 し て い た 。 真仏 ・ 顕智 の 系統 を ひ く 高田 門徒 ( 専修 寺 を 中心 と する ) ・ 荒木 門徒 ・ 和田 門徒 。 他 に も 鹿島 門徒 ・ 伊達 門徒 ・ 横曽 根門徒 が 有力 で あ っ た 。 特に 高田 門徒 は 非常 に 盛ん で あ っ た 。 また 、 了源 の 教団 は 、 京都 の 仏光 寺 を 中心 に し て 「 名帳 」 「 絵系 図 」 に よ っ て 発展 を とげ た 。 本願 寺 は 、 覚如 の 後 、 善如 ・ 綽如 ・ 巧如 ・ 存如 と 続 い た 。 その 間 、 本願 寺 は 、 近江国 や 北陸 地方 を 中心 に 、 徐々 に 教線 を 拡張 し た 。 明徳 元年 ( 1390 年 ) 第 5 代 綽如 は 、 越 中国 ( 富山 県 ) 井波 に 瑞泉 寺 ( 南砺 市 ) を 建立 。 第 6 代 巧如 も ここ で 北陸 へ の 布教 活動 を 行 う 。 つづ く 存如 の 時代 に 一段 と 前進 し 、 近江 国 ( 滋賀 県 ) ・ 加賀 国 ( 石川 県 ) ・ 能登 国 ( 石川 県 ) ・ 越前 国 ( 福井 県 ) など で 本願 寺 教団 の 形成 が み られ る 。 本願 寺 に も 御影 堂 と 阿弥陀 堂 の 両堂 が 建て られ た 。 ただし 、 この 時 の 無理 が 祟 り 、 本願 寺 の 財政 は 逼迫 し た と 言 わ れ て い る 。 応永 22 年 ( 1415 年 ) 蓮如 、 存如 の 長男 と し て 誕生 。 17 歳 の とき 青蓮 院 で 得度 。 諱 を 兼寿 、 法名 を 蓮如 と 称 する 。 宝徳 元年 ( 1449 年 ) 蓮如 35 歳 、 父存 如 と 北陸 に おもむ く 。 蓮如 は 、 遠 く 奥州 まで 各地 の 親鸞 の 遺跡 を 巡拝 、 門徒 を 教化 。 長禄 元年 ( 1457 年 ) 6 月 18 日 ( 旧暦 ) 存如 が 62 歳 で 入寂 。 存如 の 妻如 円尼 は 実子 の 蓮照 に 継職 さ せ よ う と 図 っ た が 、 存如 の 弟如 乗 の 支持 で 蓮如 が 本願 寺 第 8 代 を 継 い だ 。 とき に 蓮如 43 歳 。 蓮如 が 第 8 代 と な っ た 当時 の 本願 寺 は 衰亡 の 極み に あ り 、 宗派 の 中心 寺院 と し て の 格 を 失 い 、 青蓮 院 の 一末 寺 に 転落 し て い た 。 その ころ 京都 は 土一 揆 で 騒然 。 翌々 年 に は 大 飢饉 で 、 加茂川 が 餓死 者 で 埋ま る 。 諸国 は 戦乱 が 絶え ず 、 深刻 な 様相 を 呈 し て い た 。 社会 は 徐々 に 進展 し 、 民衆 が 力 を 得 た 。 農村 の 生産 力 の 増大 と 、 荘園 領主 の 没落 で 、 農民 の 地位 は しだい に 向上 し 、 やがて 自治 的 な 惣村 を つく る 。 蓮如 は こう し た 社会 の 動き に 機敏 に 対応 し 、 積極 的 な 伝道 を 開始 し た 。 蓮如 の 熱烈 な 伝道 に 共感 する 門徒 は 、 近畿 から 東海 地方 に ひろが っ た 。 特に 近江 ( 滋賀 県 ) で は 広 く 帰依 し 、 村々 に は 無碍 光本尊 が 普及 し た 。 これ は 比叡山 に あ る 天台 宗 の 延暦 寺 を 強 く 刺激 し た 。 寛正 6 年 ( 1465 年 ) 大谷 本願 寺 は 、 比叡 山 の 僧兵 に よ っ て 破却 さ れ た 。 文明 ( 日本 ) 3 年 ( 14 7 1 年 ) 京都 から 近江 に 難 を さけ た 蓮如 は 、 越前 ( 福井 県 ) 吉崎 御坊 に 移 っ た 。 同 7 年 ( 1475 年 ) 蓮如 は 争い を 鎮静 化 さ せ る ため 吉崎 を 退去 し 、 河内 ( 大阪 府 ) の 出口 を 拠点 に 積極 的 な 伝道 を 開始 。 結果 、 浄土 ・ 聖道 諸宗 の 僧俗 が 多 く 帰依 。 同 10 年 ( 1478 年 ) 蓮如 、 出口 から 山科 へ おもむ き 、 翌年 1 月 本願 寺 造営 に 着手 。 同 15 年 ( 1483 年 ) 山科 に 御影 堂 ・ 阿弥陀 堂 ・ 寝殿 など 諸堂舎 が 完成 。 ( 山科 本願 寺 ) 長享 2 年 ( 1488 年 ) 一 揆 衆 は 加賀 に お い て 共和 国 「 百 姓 の もちたる 国 」 を 樹立 。 伽藍 の 整備 と 平行 し 、 寺 の 周辺 に 多数 の 民家 が 営 ま れ 、 寺内 町 を 構成 し た 。 ここ に は 諸国 から 参詣 人 や 各 職種 の 人 たち が 集 い 、 京都 市 中 を しの ぐ 盛況 を 呈 する 。 本願 寺 の 教線 は 、 北海道 から 九州 に いた る 全国 に のび た 。 さらに 中国 大陸 北部 の 契丹 人 も 教え を 求め て 来日 し た 。 蓮如 に よ っ て 本願 寺 は 日本 有数 の 大 教団 に 成長 し た 。 延徳 元年 ( 1489 年 ) 蓮如 75 歳 。 実如 に 本願 寺 を 譲 る 。 明応 5 年 ( 1496 年 ) 蓮如 82 歳 。 9 月 、 大坂 に 坊舎 を 建立 を 始め る 。 同 6 年 ( 1497 年 ) 蓮如 83 歳 。 大坂 の 坊舎 が 完成 し て 、 隠居 所 と する 。 ( 大坂 御坊 ) 同 7 年 ( 1498 年 ) 1 1 月 22 日 付 の 蓮如 の 『 御文 ( 御 文章 ) 』 四 帖 の 十 五 に 、 「 大坂 」 と い う 地名 が 史料 に はじめて 現れ る 。 「 そもそも 當國 摂州 東成 郡 生玉 に 荘内 大坂 と い ふ 在所 は 往古 より いかなる 約束 の あ り ける に や 、 さんぬ る 明応 第 五 の 秋 下旬 の ころ より 、 かりそめ ながら この 在所 を みそめし より 、 すでに かた の ごと く 一宇 の 坊舎 を 建立 せ しめ 、 年 は やすでに 三 年 の 星霜 を へ た りき 。 これ すなはち 往昔 の 宿縁 あさ から ざる 因縁 なりと おぼえ はんべり ぬ 。 」 同 8 年 ( 1499 年 ) 春 。 蓮如 の 病状 悪化 。 2 月 20 日 ( 旧暦 ) 山科 本願 寺 に 帰 る 。 3 月 25 日 ( 旧暦 ) 蓮 如 示寂 。 戦国 時代 の 本願 寺   ( 戦国 大名 の 門徒 禁圧 ) 第 9 代 実如 ・ 第 10 代 証如 ・ 第 11 代 顕如 の 時代 10 0 年間 は 、 戦国 混乱 の 時期 に あた る 。 本願 寺 は 民衆 が 支配 者 に 対 し て 展開 し た 解放 運動 の ささえ と な り 、 社会 変革 の 思想 的 原動 力 と な っ た 。 その 間 に 、 本願 寺 の 教勢 は 大いに 発展 し 、 日本 有数 の 大 教団 と し て 、 また 一 個 の 強力 な 社会 的 勢力 と し て の 地位 を 得 る に いた る 。 明応 9 年 ( 150 0 年 ) 実如 の 長男 照如 、 22 歳 で 入寂 。 永正 年間 。 越前 ( 福井 県 ) の 朝倉 氏 の 内紛 に 加賀 ( 石川 県 ) の 門徒 が 介入 。 永正 元年 ( 150 4 年 ) 相模 国 ( 神奈川 県 ) の 後 北条 氏 は 、 この 年 から 50 年間 に わた っ て 領内 の 浄土 真宗 を 禁 ずる 。 同 3 年 ( 150 6 年 ) 近畿 ・ 北陸 ・ 東海 で 、 本願 寺門 徒 が 一斉 に 蜂起 。 同 4 年 ( 1507 年 ) 細川 政元 が 家督 争い の ため 殺 さ れ た 。 本願 寺 は 蓮如 以来 、 政元 と 親交 が あ り 、 紛争 に まきこ ま れ る こと を 恐れ 、 実如 と 宗祖 真影 は 近江 堅田 に 避難 。 2 年 近く 滞在 。 同 13 年 ( 1516 年 ) 後 柏 原 天皇 の 勅願 寺 と な る 。 同 18 年 ( 1521 年 ) 越後 国 ( 新潟 県 ) の 長尾 氏 、 本願 寺門徒 を 禁圧 。 大永 元年 ( 1521 年 ) 実如 の 次男 円 如 、 32 歳 で 入寂 。 同 5 年 ( 1525 年 ) 2 月 2 日 ( 旧暦 ) 実如 、 68 歳 で 入寂 。 天文 ( 元号 ) 元年 ( 1532 年 ) 細川 晴元 を 助け 、 近畿 の 門徒 2 万 人 を 動員 し て 畠山 氏 を 破 る 。 同年 8 月 、 京都 の 日蓮 宗 徒 と 近江 の 六角 定頼 の 連合 軍 、 山科 本願 寺 を 焼却 。 ( 法華 一揆 ) 大坂 石山 の 坊舎 ( 大坂 御坊 ) へ 移 る 。 ( 大坂 石山 本願 寺 ) 同 10 年 ( 1541 年 ) 朝倉 氏 と の 間 で 和談 。 同 22 年 ( 1553 年 ) 長尾 景虎 ( 上杉 謙信 ) は 京都 へ の 通路 を 確保 する ため 本願 寺 と 和解 。 同 23 年 ( 1554 年 ) 8 月 11 日 ( 旧暦 ) 顕如 、 得度 。 12 歳 同 23 年 ( 1554 年 ) 8 月 13 日 ( 旧暦 ) 証如 、 39 歳 で 入寂 。 弘治 ( 日本 ) 2 年 ( 1556 年 ) 朝倉 氏 と の 間 で 講和 成立 。 永禄 2 年 ( 1559 年 ) 顕如 、 門跡 に 列 せ られ る 。 下間 氏 が 坊官 、 三河 本 宗寺 ・ 播磨 本徳寺 ・ 河内 顕証 寺 ( 八尾 市 ) が 院家 と な る 。 同 6 年 ( 1563 年 ) 三河 国 ( 愛知 県 ) の 本願 寺門徒 、 徳川 家康 と 争 い 、 翌年 に 和睦 。 これ 以後 、 徳川 家康 は 領国 内 の 本願 寺門徒 を 禁圧 。 禁圧 が とけ た の は 、 20 年 後 の 天正 11 年 ( 1583 年 ) 。 薩摩 ( 鹿児島 県 ) の 島津 氏 、 明治 初年 まで 禁教 を 継続 。 同 11 年 ( 1568 年 ) 織田 信長 、 京都 に 入 る 。 同 12 年 ( 1569 年 )   顕如 の 次男 顕尊 が 入寺 し た 興正 寺 は 脇門 跡 に 任 ぜ られ る 。 元 亀 元年 ( 1570 年 )   天下 統一 を 目指 す 織田 信長 が 、 一大 勢力 で あ る 浄土 真宗門徒 の 本拠 地 で あ りかつ 西国 へ の 要衝 で も あ っ た 環濠 城塞 都市 石山 から の 退去 を 命 じ た ため 、 戦い に 発展 する ( 石山 合戦 ) 。 約 10 年間 継続 。 石山 合戦 の 頃 から 、 本願 寺 は 、 石山 御坊 と い わ れ た 。 天正 8 年 ( 1581 年 ) 3 月   顕如 、 信長 と 和議 。 石山 を 退去 し て 紀伊国 鷺森 に 寺基 を 移転 ( 紀伊 鷺 森 本願 寺 ) 。 石山 本願 寺 の 堂舎 は すべて 炎上 する 。 1583 年 、 石山 本願 寺 跡地 を 含 む 一帯 に 豊臣 秀吉 に よ っ て 大坂城 が 築 か れ た 。 同 11 年 ( 1583 年 )   宗祖 真影 を 奉 じ て 、 和泉 国 の 貝塚 に あ る 石山 本願 寺 の 末寺 で あ っ た 寺 ( のち の 願泉 寺 ( 貝塚 市 ) ) に 移 る 。 ( 貝塚 本願 寺 ) 同 13 年 ( 1585 年 ) 5 月   豊臣 秀吉 の 寺地 寄進 を 得 て 、 大坂 の 天満 ( てんま ) に 移 る 。 同年 8 月 に まず 阿弥陀 堂 を 建て 、 翌年 の 8 月 に は 十 間 四面 の 御影 堂 が 落成 する 。 ( 大坂 天満 本願 寺 ) 同 19 年 ( 1591 年 )   秀吉 から 京都 へ 再び 寺地 の 寄進 を 受け 、 現在 の 西本願 寺 の 場所 に 本願 寺 の 御影 堂 と 阿弥陀 堂 と が 完成 する 。 同 20 年 ( 1592 年 ) 1 1 月 24 日 ( 旧暦 ) 顕如 は 50 歳 で 入寂 。 石山 戦争 の 終結 を めぐ り 顕如 と 長男 教如 の 意見 が 対立 。 顕如 が 入寂 する と 、 教如 が 継職 。 さらに 譲状 に よ っ て 、 教如 は 隠退 し 、 准如 が 本願 寺 第 12 代 を 継職 。 慶長 7 年 ( 160 2 年 ) 家康 は 教如 に 本願 寺 の 東 へ 寺地 を 寄進 。 翌年 、 教如 は 家康 より 寄進 さ れ た 寺地 へ 、 常陸 国 ( 茨城 県 ) 妙安 寺 から 宗祖 の 木像 を 迎え 、 御堂 を 建立 し て 安置 、 本願 寺 を 別立 する 。 その 後 、 教如 へ 帰依 する 門徒 も 多 く な り 、 やがて 門徒 は 集合 離散 し 、 本願 寺 教団 は 東西 に ほぼ 半分 に 分割 さ れ る 。 それ 以後 40 0 年 以上 に 渡り 現在 の 地 で 法灯 を 掲げ て い る 。 +五 大明王 ( ご だいみょうおう ) は 、 仏教 に おけ る 信仰 対象 で あ り 、 密教 特有 の 尊格 で あ る 明王 の うち 、 中心 的 役割 を 担 う 5 名 の 明王 を 組み合わせ た もの で あ る 。 本来 は 別個 の 尊格 と し て 起こ っ た 明王 たち が 、 中心 と な る 不動 明王 を 元 に し て 配置 さ れ た もの で あ る 。 彫像 、 画像 等 で は 、 不動 明王 が 中心 に 位置 し 、 東 に 降三 世明王 ( ごうざんぜみょうおう ) 、 南 に 軍荼 利明王 ( ぐん だり みょうおう ) 、 西 に 大威徳明王 、 北 に 金剛 夜 叉 明王 を 配 する 場合 が 多 い 。 なお 、 この 配置 は 真言宗 に 伝承 さ れ る 密教 ( 東密 ) の もの で あ り 、 天台 宗 に 伝承 さ れ る 密教 ( 台密 ) に お い て は 金剛 夜 叉 明王 の 代わり に 烏枢 沙摩 明 王 が 五 大 明 王 の 一尊 と し て 数え られ る 。 五 大明 王像 は 日本 に お い て 盛ん に 造像 さ れ た が 、 中国 で も 若干 の 遺例 を 見 る こと が でき る 。 日本 で は 、 密教 が 平安 時代 前期 に 隆盛 し た こと から 、 五壇 法 の 本尊 と し て 五 大 明王 が 祀 ら れ た 。 日本 に おけ る 代表 的 な 造像 例 と し て は 、 京都 の 東寺 講堂 に 安置 さ れ て い る 平安 時代 前半 の 像 ( 国宝 ) が 知 ら れ る 。 その 造像 は 、 講堂 が 創建 さ れ た 承和 ( 日本 ) 6 年 ( 839 年 ) 頃 と 推定 さ れ て い る 。 五 大 明王 に 関 する 祭事 で は 、 京都 醍醐 寺 が 毎年 2 月 に 厳修 する   五 大 力 尊 仁王 会 ( ご だい りきそん にん の うえ ) が 有名 。 壮大 な 屋外 大護摩 「 柴燈 護摩 」 を 焚き上げ て 五 大 明王 の 威力 を 讚え る この 祭事 は 、 最終 日 に 150 キロ も あ る 超 特大 の 鏡餅 を 持ち上げ る 力 自慢 大会 が 伝統 行事 と し て 今 に 伝え られ て い る 。 +尼 ( あま ) と は 2 0 歳 以上 の 未婚 、 もしくは 結婚 経験 が あ っ て も 沙弥 尼 ( しゃみに ) の 期間 を 経 て 出家 し た 女性 の こと 。 僧 ( びくに ) と も 呼 ば れ る 。 キリスト 教 の 修道 女 も 尼 と 称 する こと が あ る 。 女性 が 髪 を 肩 の あたり で 切 っ た の を 尼削 ( あまそぎ ) と い う が 、 その よう な 髪形 の 童女 を 尼 と い う 場合 が あ る 。 また 近世 以降 少女 また は 女性 を いやしめ て 呼 ぶ とき に も 尼 と い う 語 を 用い た 。 尼 の 語源 は 、 サンスクリット 語 の 「 善良 な 女性 」 を 意味 する ambaa の 俗語 形 の 音写 で は な い か と 考え られ る 。 本来 は 比丘 尼 ( サンスクリット : bhikSuNii ) の こと で あ り 、 男性 の 出家 修行 者 ( 比丘 び く ) に 対 し て 、 女性 の 出家 修行 者 を い う 。 伝承 で は 、 最初 の 比丘 尼 は 釈迦 の 養母 の 摩訶 波闍波提 ( まか は じゃは だい 、 mahaaprajaapatii ( sanskrit ) ) と 500 人 の 釈迦 族 の 女性 たち で あ っ た 。 釈迦 は はじめ 女性 の 出家 を 許 さ な かっ た が 、 彼女 たち の 熱意 と 阿難 の とりなし に よ っ て 、 比丘 を 敬 い 、 罵謗 し たり し な い など 8 つ の 事項 を 守 る こと を 条件 に 、 女性 の 出家 を 認め た と い う 。 これ に よ り 釈迦 の 元妻 で あ る 耶輸陀羅 ( やしょ たら 、 ヤソーダラー ) 、 大迦葉 の かつて の 妻 で あ る 妙賢 ( バドラー ・ カピラーニ ) 、 ビンビサーラ 王 の 妃 で あ っ た 差摩 ( さま 、 ケーマ ) 、 蓮華 色 比丘尼 ( ウッパラヴァンナー ) など 次々 と 出家 し 尼僧 集団 が 形成 さ れ た 。 日本 で は 一般 に 、 出家 得度 し て 剃髪 し 染衣 を つけ 、 尼寺 に あ っ て 修行 する 女性 を さ す 。 尼 入道 、 尼 女房 、 尼 御前 ( あまごぜ ) 、 尼御 台 など と 呼 ば れ た 。 日本 最初 の 尼 は 、 584 年 に 蘇我 馬子 が 出家 さ せ た 司馬 達 等 の 娘善 信 尼 ら 3 人 で あ る 。 彼女 たち は 百済 に わた っ て 戒法 を 学 び 、 590 年 に 帰国 し て 、 桜井 寺 に 住 し た 。 仏教 伝来 の 当初 、 尼 は 神 まつり する 巫女 と 同じ 役割 を 果た し た と 思 わ れ る 。 741 年 ( 天平 13 年 ) 、 聖武 天皇 の 発願 で 国分寺 が 諸国 に 設け られ た が 、 同時 に 国分寺 も 置 か れ た 。 しかし 、 鎮護 国家 の 思想 が 強ま る に つれ て 僧侶 の 持戒 を 重んじ る 立場 から 、 尼 を 含め て 女性 が 仏教 に 接 する こと を 厭 う 風潮 が 生まれ た 。 その ため 、 尼 に 対 する 授戒 は 拒絶 さ れ 、 当時 大勢 の 尼 が 存在 し ながら 、 仏教界 に お い て は 僧侶 と し て は 否認 さ れ る と い う 扱い が 長 く 続 く 事 に な る 。 これ に 対 し て 淳和 天皇 の 皇后 で あ っ た 正子 内 親王 が 女性 の ため の 戒壇 ( 尼戒壇 ) を 作 ろ う と する が 反対 に 遭 っ て 果た せ な かっ た 。 一条 天皇 の 中宮 で あ っ た 藤原 彰子 ( 藤原 道長 の 娘 ) が 自身 の 出家 を 機 に 道長 が 建て た 法成 寺 に 尼戒壇 を 設置 し た ( 万寿 4 年 ( 1027 年 ) ) が 、 同寺 の 荒廃 と とも に 失 わ れ た 。 中世 に は 貴族 出身 者 は さげ 尼 と 称 し て 、 髪 を 肩 の 辺り で 削 い で 「 尼 」 と な る こと が でき た ( 勿論 、 授戒 が 受け られ な い ため に 正式 な 尼 に は なれ な い ) 。 それ 以降 この 風習 が 一般 に 広ま り 、 夫 と 死別 し たり 、 離婚 し たり 、 老婆 と な っ た 時 など 、 姿 かたち だけ 「 尼 」 と な っ た 。 たとえば 、 源頼 朝妻 の 北条 政子 は 尼 と な り 、 権勢 を 振 っ て 尼将軍 と 呼 ば れ た 。 鎌倉 新 仏教 は 、 従来 の 女性 軽視 の 立場 を 反省 し 、 女性 の 救済 を 説 い た が 、 法然 は 、 当時 、 愚か もの の 代 名詞 の 観 すら あ っ た 尼 入道 に 深 い 理解 を 示 し た 。 また 、 叡尊 も かつて の 国分 尼 寺 の 総 本山 で あ っ た 法華 寺 再興 の 際 に 同寺 に 尼戒壇 を 設置 し た ( 建長 元年 ( 1249 年 ) ) 。 彼 の 真言律宗 の 布教 の 影響 に よ っ て 次第 に 尼 へ の 受戒 が 許容 さ れ る よう に な っ た 。 鎌倉 時代 ・ 室町 時代 に は 、 京都 ・ 鎌倉 に 尼 五 山 が 定め られ た 。 民間 の 巫女 は 修験 の 山伏 と 夫婦 に な っ て 祈祷 や 託宣 を 行 っ た が 、 剃髪 の 風習 が 巫女 に も 及 び 、 修験 巫女 は 比丘 尼 と よ ば れ た 。 この よう な 比丘 尼 は 各地 を 遊行 し 、 これ を 背景 に 八百 比丘尼 の 伝説 が 生まれ た 。 熊野 信仰 を 各地 に 広め た 熊野 比丘尼 は 六道 図 や 熊野 曼荼羅 など を 絵解き し た 。 江戸 時代 に 入 る と 宴席 に は べ る 歌比丘尼 と な り 、 売春 に 転落 する もの も い た 。 尼 は 日本 仏教 の ほぼ 全て の 宗派 に 置 か れ た が 明治 維新 以降 は 儒教 的 な 家父 長 制 の 価値 観 が 旧 武士 階層 以外 に も 広ま り 、 これ に 加え て 国粋 主義 も 台頭 し た 昭和 期 に は 日蓮 正宗 の よう に 尼 を 廃止 し た 例 も あ る 。 +阿羅漢 ( あらかん 、 サンスクリット : arhat ) は 、 仏教 に お い て 、 尊敬 や 施し を 受け る に 相応し い 聖者 の こと 。 サンスクリット 語 " arhat " の 主格 " arhan " の 音写 語 。 略称 し て 羅漢 ( らかん ) と も い う 。 漢訳 は 応供 ( おうぐ ) で あ る 。 もと は 釈迦 の 尊称 の 一 つ で あ っ た 。 阿羅漢 を 祀 る 寺院 に つ い て は 、 羅漢 寺 を 参照 。 煩悩 の 賊 ( ari ) を 殺 す ( han ) から 殺賊 ( せつぞく ) と 言 わ れ たり 、 涅槃 に 入 っ て 迷い の 世界 ( 三界 ) に 生れ な い ( a ( 不 ) + ruh ( 生 ずる ) ) から 「 不生 」 と 言 わ れ たり する が 、 これ は いずれ も 通俗 語源 解釈 で あ る 。 本来 は 「 価値 あ る 」 「 立派 な 」 など の 意味 を 持 つ 語根 〈 arh - 〉 の 派生 語 で あ る 。 元々 、 インド の 宗教 一般 で 「 尊敬 さ れ る べ き 修行 者 」 を この よう に 呼 ん だ 。 初期 仏教 で は 、 修行 者 の 到達 し 得 る 最高 位 を この よう に 呼 ぶ 。 学道 を 完成 し 、 これ 以上 に 学 ぶ 要 が な い の で 阿羅 漢果 を 「 無学位 」 と い う 。 それ 以下 は 、 不還果 ・ 一来 果 ・ 預流果 を 「 有学 」 ( うがく ) 位 と い う 。 ( 四向 四 果 ) 特に 大乗 仏教 で は 声聞 を 阿羅 漢 と 呼 び 、 批判 的 に 仏 と 区別 し た 。 しかし 、 大乗 仏教 で は 二乗 と 呼 ば れ て 、 阿羅 漢 と 独覚 ( どっかく ) は 「 仏 」 に なれ な い と さ れ た 。 さらに は 「 地獄 」 へ も 堕ち る こと が でき ず 、 その 位 の まま 輪廻 が 繰り返 さ れ る と する 論書 さえ あ る 。 中国 ・ 日本 で は 仏法 を 護持 する こと を 誓 っ た 16 人 の 弟子 を 十 六 羅 漢 と 呼 び 尊崇 し た 。 また 、 第 1 回 の 仏典 編集 ( 結集 ( けつ じゅう ) ) に 集ま っ た 500 人 の 弟子 を 五百 羅 漢 と 称 し て 尊敬 する こと も 盛ん で あ っ た 。 こと に 禅宗 で は 阿羅 漢 で あ る 大 迦葉 に 釈迦 の 正法 が 直伝 さ れ た こと を 重視 し て 、 釈迦 の 弟子 たち の 修行 の 姿 が 理想 化 さ れ 、 五百 羅 漢 図 や 羅漢像 が 作 ら れ 、 正 法 護持 の 祈願 の 対象 と な っ た 。 大阿羅漢難 提多 所説 ( 法注記 ) に よ る と 、 仏勅 を 受け て 永 く この世 に 住 し 衆生 を 済度 する 役割 を も っ た 16 人 の 阿羅 漢 と い わ れ る 。 賓度 羅跋 囉 惰闍 ( びん どらばらだーじゃ Pindolabharadr ā ja ) 十 六 羅 漢 の 第 一 。 賓頭 盧尊 者 即 ち 「 おびん ずる 様 」 と し て 知 ら れ る 。 後 に 、 賓頭 盧 を 別 の 羅漢 と し て 、 十 六 羅 漢 思想 を 創始 し た と さ れ る 慶友 と あわせ 十 八 羅 漢 と する 場合 も あ る 。 所属 1000 人 を 有 し 、 西瞿 耶 尼州 に 住 す 。 迦諾 迦伐蹉 ( か なかばっさ Kanakavatsa ) 所属 500 人 を 有 し 、 北迦 湿弥羅 国 ( カシミール ) に 住 す 。 迦諾 迦 跋 釐 堕闍 ( か なかば りだ じゃ Kanakabharadr ā ja ) 所属 600 人 を 有 し 、 東勝身 州 に 住 す 。 蘇 頻陀 ( すびん だ Subinda ) 諾 距羅 ( なこら Nakula ) 所属 800 人 を 有 し 、 南瞻 部洲 に 住 す 。 跋 陀羅 ( ばだら Bhadra ) 所属 900 人 を 有 し 、 耽没 羅州 に 住 す 。 諸寺 の 浴室 で は 首楞 厳経 の 記述 に 随い こ の 尊者 像 が 安置 さ れ る 事 が 多 い 。 迦哩迦 ( かりか K ā lika ) 所属 1000 人 を 有 し 、 僧伽 茶州 に 住 す 。 伐闍 羅 弗 多羅 ( ば じゃら ぶ たら Vajraputra ) 所属 1100 人 を 有 し 、 鉢刺 拏州 に 住 す 。 戎 博迦 ( じゅばか J ī vaka ) 半託迦 ( はんたか Panthaka ) 所属 1300 人 を 有 し 、 忉利天 に 住 す 。 周利 槃 特 の 兄 、 摩訶 槃 特 の こと 。 羅 ご 羅 ( らごら R ā hula ) 釈尊 の 実子 那伽 犀那 ( ながせ な N ā gasena ) 所属 1200 人 を 有 し 、 半度 波山 に 住 す 。 ミリンダ 王 の 問い に 出 る ナーガセーナ と 思 わ れ る 。 因掲陀 ( いんが だ A ń gaja ) 伐那 婆斯 ( ばなばす Vanav ā sin ) 所属 1400 人 を 有 し 、 可住山 に 住 す 。 阿 氏 多 ( あじた Ajita ) 弥勒 菩薩 と 同一 視 さ れ る 。 注荼 半諾 迦 ( ちゅだ はんたか C ū dapanthaka ) 周利 槃 特 の こと 。 十 六 羅 漢像 建仁 寺 ( 京都 府 京都 市 ) 久遠 寺 ( 山梨 県 南巨摩 郡 身延 町 ) 十 八 羅 漢像 萬福寺 ( 京都 府 宇治 市 ) 五百 羅 漢像 五百 羅漢 ( 盛岡 市 ) ( 岩手 県 盛岡 市 ) 五百 羅漢 ( 遠野 市 ) ( 岩手 県 遠野 市 ) 喜多 院 ( 埼玉 県 川越 市 ) 成田 山 新勝 寺 釈迦堂 ( 千葉 県 成田 市 ) 五百 羅漢 寺 ( 東京 都 目黒 区 ) 五百 羅漢 ( 島根 県 大田 市 大森 町 ) 愛宕 念仏 寺 ( 京都 市 右京 区 ) - 千 二百 羅 漢 羅漢 寺 ( 加西 市 ) ( 兵庫 県 加西 市 ) - 北条 五百 羅 漢 羅漢 寺 ( 中津 市 ) ( 大分 県 中津 市 ) 東光 寺 ( 宇佐 市 ) ( 大分 県 宇佐 市 ) 長慶寺 ( 富山 市 ) ( 富山 県 富山 市 ) 碧雲 寺 ( 中華 人民 共和 国 北京 市 ) 西園寺 ( 中国 江蘇 省 蘇州 市 ) 九華 山 護国 萬年 寺 ( 中国 安徽 省 池州 ) 帰元 寺 ( 中国 湖北省 武漢 ) 寶光 寺 ( 中国 四川 省 成都 ) 筇竹 寺 ( 中国 雲南 省 昆明 ) 萬佛 寺 ( 中国 香港 ) +経典 ( きょうてん 、 きょうでん 、 ( サンスクリット 語 ) sutra ( स ू त ् र ) sanskrit 、 ( パーリ 語 ) sutta ) の 、 「 経 」 と は 仏教 聖典 の 内 、 釈迦 が 説 い た 教え を 記録 し て い る もの 。 修行 法 や 戒律 に 関 する もの は 「 律 」 、 経典 を 注釈 し た もの は 「 論 」 と 呼 ば れ 、 経 ・ 律 ・ 論 を 合わせ て 「 三蔵 」 と 呼 ぶ 。 「 経典 」 と い う 場合 、 狭義 に は 「 経 」 のみ を 指 す が 、 広義 に は 仏教典籍 全般 を 指 す 。 その 意味 で は 仏典 と 同義 で あ る 。 代表 的 な 経典 と し て は 、 法句 経 、 阿含 経 、 般若 経 、 維摩 経 、 涅槃 経 、 華厳 経 、 法華 三 部 経 、 浄土 三 部 経 、 金剛 頂経 など が 挙げ られ る 。 大き く 原始 仏典 と 大乗 仏典 に わかれ る 。 原始 仏典 に は パーリ 五 部 および 漢訳 の 阿含 経典 群 が あ り 、 その 一部 は 釈尊 の 言葉 を 比較 的 忠実 に 伝え て い る と 言 わ れ る 。 大乗 仏典 は 西暦 紀元 前後 以降 、 大乗 仏教 教団 に よ っ て 創作 さ れ た もの で 、 すべて 歴史 上 の 釈尊 と は 直接 関係 の な い もの で あ る 。 般若 経典 群 、 法華 経 、 華厳 経 その 他 が これ に 含 ま れ る 。 言語 的 に は 、 パーリ 語 ・ サンスクリット 語 など の インド の もの を 初め と し て 、 中国 語 、 チベット 語 、 モンゴル 語 、 満州 語 の もの が あ り 、 西夏 語 の もの も 一部 現存 する 。 漢語 や パーリ 語 から 日本 語 に 訳 し た もの も これ に 準じ る 。 また 、 経 ・ 律 ・ 論 および 、 その 注釈 書 など は 、 大蔵 経 もしくは 一切 経 と 呼 ば れ る 叢書 に まとめ られ た 。 この 作業 は 、 中国 で は 皇帝名 で 行 わ れ る こと が 多 く 、 編入 さ れ る 書物 の 基準 が 厳格 で 、 基準 外 の もの は 「 蔵外 ( ぞうがい ) 」 と 称 さ れ た 。 昭和 9 年 ( 1934 年 ) 、 日本 で 編纂 さ れ た 大正 新脩 大蔵 経 は 、 より 広 範囲 に 中国 ・ 日本 撰述 の 典籍 も 含め て い る 。 経 ( スッタ 、 sutta ) は 釈迦 や 、 弟子 たち の 言行 録 を 集め た もの 。 釈迦 の 入滅 後 、 教え を 正し く 伝え る ため に 、 弟子 たち は 経典 編集 の 集会 ( 結集 ( けつ じゅう ) ) を 開 き 、 経典 整理 を 開始 し た 。 ところ が 、 仏滅 後 100 - 20 0 年 ころ に は 教団 は 多く の 部派 仏教 に 分裂 し 、 それぞれ の 部派 が 各自 の 三蔵 を 伝持 する よう に な っ た 。 それ ら は インド の 各地 の 言語 に よ っ て い た と 思 わ れ る 。 完全 な 形 で 現存 する の は 、 スリランカ に 伝え られ た 上座 部 仏教 系 の パーリ 語 経典 のみ で 、 現在 、 スリランカ 、 タイ 、 ミャンマー など 東南 アジア の 仏教 国 で 広 く 用い られ て い る 。 その 内容 は 次 の 通り で あ る 。 律蔵 : 経分 別 ( 戒律 の 本文 解説 ) 、 けん 度 ( けんど 、 教団 の 制度 規定 ) 、 付録 。 経蔵 : 長部 、 中部 、 相応 部 、 増支部 、 小部 の 5 部 。 前 4 部 は 漢訳 『 阿含 経 ( あごん きよう ) 』 に 相当 する 。 論蔵 : 法集 論 、 分別 論 、 界 説 論 、 人 施設 論 、 論事 論 、 双対 論 、 発趣 論 の 7 部 。 これ ら は 紀元 前 2 世紀 - 紀元 前 1 世紀 ころ まで に 徐々 に 形成 さ れ た もの で 、 前 1 世紀 ころ に スリランカ に 伝え られ た と い わ れ 、 以後 、 多く の 蔵外 の 注釈 書 、 綱要 書 、 史書 等 が 作 ら れ た 。 19 世紀 末 ロンドン に パーリ 聖典 協会 ( P ā liTextSociety ) が 設立 さ れ て 原典 の 校訂 出版 等 が な さ れ 、 日本 で は 若干 の 蔵外 文献 も 含め て 『 南伝 大 蔵 経 』 65 巻 ( 1935 年 - 1941 年 ) に 完訳 さ れ て い る 。 注意 が 必要 な の は 、 パーリ 語 経典 が 必ず しも 古 い 形 を 残 し て い る と は 限 ら な い 点 で あ る 。 漢訳 の 『 阿含 経 』 に は 上座 部 に 伝わ っ た より 古 い 形態 の もの が あ っ たり 、 あきらか に サンスクリット 語 から の 漢訳 と 考え られ る もの が あ る 。 その 意味 で 、 パーリ 語 経典 が 原初 の 形態 を 伝え て い る と 考え る こと は 、 間違い で は な い が 正確 な 表現 で は な い 。 チベット に おけ る 個別 の 仏典 翻訳 は 、 7 世紀 ソンツェン ・ ガンポ 王 の 命令 で 、 経典 の チベット 語訳 は 、 トンミ サンボータ に よ っ て 始め られ た が 、 八 世紀 末 、 仏教 が 国教 と な る の に ともな い 、 仏典 翻訳 は 王国 の 国家 事業 と な り 、 隣国 インド より 網羅 的 、 体系 的 に 仏典 を 収集 し 、 翻訳 する 作業 が 開始 さ れ 、 数十 年 の 短 期間 で 一挙 に 完遂 さ れ た 。 サンスクリット 語 の 原典 を 正確 に 翻訳 する ため の チベット 語 文法 と 語彙 の 整備 が 行 わ れ 、 シャンイェシェデ 、 カワペルツェク 、 チョクロルイゲンツェン ら が 作業 に 従事 、 824 年 、 一応 の 完成 を み た 。 チベット 仏教 に おけ る 経典 の 分類 は 、 他 の 仏教 圏 と も 共通 する 「 経 ・ 律 ・ 論 」 の 三 部分類 より も 、 「 仏説 部 ( カンギュル ) 」 、 「 論疏 部 ( テンギュル ) 」 の 2 分類 が 重視 さ れ る 。 カンギュル と は 釈尊 の ことば その もの で あ る 「 カー 」 を チベット 語 に 「 ギュル 」 ( 翻訳 ) し た もの 、 テンギュル と は 、 竜樹 ら インド の 仏教 学 者 たち が 「 カー 」 に 対 し て ほどこ し た 注釈 で あ る 「 テン 」 を チベット 語 に 「 ギュル 」 し た もの 、 の 意味 で あ る 。 チベット で は 、 経典 は 、 信仰 心 を 著わ す もの と し て ながら く 写本 で 流布 し て い た が 、 中国 の 明朝 の 永楽 帝 は 中国 に 使者 を 派遣 する チベット 諸侯 や 教団 へ の 土産 と し て 、 1410 年 木版 に よ る 大蔵 経 を 開版 、 この 習慣 が チベット に も 取り入れ られ 、 以後 、 何 種類 か が 開版 さ れ る こと に な っ た 。 北京 版   永楽 版 カンギュル ( 1410 年 ) 、 万暦 版 カンギュル ( 160 6 年 ) 、 康熙 版 カンギュル ( 1692 年 ) 、 雍正 版 テンギュル ( 1724 年 ) リタン 版   ( 1621 - 24 年 ) ナルタン 版   カンギュル ( 1732 年 ) 、 テンギュル ( 1773 年 ) デルゲ 版   カンギュル ( 1733 年 ) 、 テンギュル ( 1742 年 ) ラサ 版   カンギュル ( 1936 年 ) また 中国 で は 、 1990 年代 より 、 洋装 本 の 形式 で 刊行 さ れ る 中華 大蔵 教 事業 の 一部 と し て 、 過去 の 諸写 本 、 諸版 の 多く を 校合 し た テンギュル の 編纂 が 進め られ て い る 。 以上 の 諸版 に 収録 さ れ て い る 教典 群 大蔵 経 に は 、 大乗 の 経論 、 こと に 原典 も 漢訳 も 現存 し な い インド 後期 仏教 の 文献 が 多 く 含 ま れ て お り 、 インド 後期 仏教 の 研究 に も 重要 な 意味 を も っ て い る 。 チベット 語訳 が サンスクリット の 逐語 訳 に 近 く 、 原形 に 還元 し やす い の で 、 原典 の な い 漢訳 経典 の 原型 を 探 る ため に も 重要 視 さ れ て い る 。 チベット の 四 大 宗派 の ひと つ ニンマ 派 で は 、 ある 時期 に 埋蔵 さ れ た 経典 ( テルマ gter - ma ) が 、 時 を 経 て 、 しかる べ き 定め を 帯び た テルトン ( 埋蔵 経典 発掘 者 ) に よ っ て 発見 さ れ た と する 経 、 論 を 多数 有 し 、 同派 の 特徴 と な っ て い る 。 テルマ ( 埋蔵 経典 ) の 出現 は 、 中世 以来 、 現代 に 至 る まで 継続 し て お り 、 他 の 宗派 から は 、 発掘 者 に よ る 創作 だ と 見な さ れ る こと が 多 い 。 この 派 は 上記 の 諸版 と は 内容 、 構成 の ことな る 独自 の 大蔵 経 を 有 し て い る 。 中国 に おけ る 経典 の 漢訳 事業 は 2 世紀 後半 から 始ま り 、 11 世紀 末 まで ほぼ 間断 な く 継続 さ れ た 。 漢訳 事業 の 進行 に 伴 い 、 訳経 の 収集 や 分類 、 経典 の 真偽 の 判別 が 必要 と な り 、 4 世紀 末 に は 釈道安 に よ っ て 最初 の 経録 で あ る 『 綜理 衆 経 目録 』 ( 亡佚 ) が 、 6 世紀 初め に は 僧祐 に よ っ て 『 出 三 蔵 記集 』 が 作成 さ れ た 。 これ ら の 衆経 な い し 三蔵 を 、 北朝 ( 中国 ) の 北魏 で 「 一切 経 」 と 呼 び 、 南朝 ( 中国 ) の 梁 ( 南朝 ) で 「 大蔵 経 」 と 呼 ん だ と い い 、 隋 ・ 唐 初 に 及 ん で 両者 の 名称 が 確立 し 、 写経 の 書式 も 1 行 17 字 前後 と 定着 し た 。 隋 ・ 唐 時代 に も 道宣 の 『 大唐 内典録 』 等 の 多く の 経録 が 編纂 さ れ た が 、 後代 に 影響 を 与え た の は 730 年 ( 開元 18 ) に 完成 し た 智昇 撰 『 開元 釈 教録 』 20 巻 で あ る 。 ここ で は 、 南北朝 時代 ( 中国 ) 以来 の 経典 分類 法 を 踏襲 し て 大乗 の 三蔵 と 小乗 の 三蔵 および 聖賢 集 伝と に 三 大 別 し 、 その うち 大乗 経典 を 般若 、 宝積 、 大集 、 華厳 、 涅槃 の 五 大 部 と し た うえ で 、 大蔵 経 に 編入 す べ き 仏典 の 総数 を 50 48 巻 と 決定 し た 。 ここ に 収載 さ れ た 5048 巻 の 経律 論 は 、 北宋 以後 の 印刷 大蔵 経 ( 一切 経 ) の 基準 と な っ た 。 最初 の 大蔵 経刊 本 は 、 北宋 の 趙 匡胤 ・ 太宗 ( 宋 ) の 治世 、 97 1 年 - 983 年 ( 開宝 4 - 太平 興国 8 ) に かけ て 蜀 ( 四川 省 ) で 版木 が 彫 ら れ 、 都 の 開封 に 建て られ た 「 印経院 」 で 印刷 さ れ た 。 これ は 古く は 「 蜀版 大蔵 経 」 と 呼 ば れ て い た が 、 現在 で は 開版 の 年号 を と っ て 「 開宝 蔵 」 、 あるいは 太祖 の 詔勅 に 基づ い て 開版 さ れ た ため 「 勅版 」 と 呼 ば れ る の が 一般 的 で あ る 。 『 開元 釈 教録 』 に よ っ て 編纂 さ れ る 。 当時 の 「 蜀 大字 本 」 の 規格 の 文字 に よ り 、 毎行 14 字 の 巻子 本 形式 で あ っ た 。 これ は 宋朝 の 功徳 事業 で 、 西夏 、 高麗 、 日本 など の 近隣 諸国 に 贈与 さ れ た 。 983 年 に 入宋 し た 東大 寺僧 の ちょう然 ( ちょうねん ) は 、 新撰 の 大蔵 経 481 函 5048 巻 と 新訳 経典 40 巻 など を 下賜 さ れ 、 日本 に 持ち帰 っ た が 、 藤原 道長 が 建立 し た 法成 寺 に 施入 し た ため に 、 寺 と 共 に 焼失 し て しま っ た 。 ただ 、 新し く 請来 さ れ た 大蔵 経 と い う こと で 盛ん に 書写 さ れ た ため 、 その 転写 本 が 各地 に 幾ら か 残 っ て い る 。 開宝蔵 の 原本 は 、 世界 で 12 巻 が 確認 さ れ て お り 、 日本 で は 京都 ・ 南禅 寺 および 東京 ・ 書道 博物 館 に 1 巻 づ つ 所蔵 さ れ て い る 。 金 ( 王朝 ) の 時代 に は 、 1147 年 - 1173 年 に かけ て の 時期 に 、 「 金版 」 が 作 ら れ る 。 こちら も 毎行 14 字 。 長 らく 幻 の 大蔵 経 で あ っ た が 、 1933 年 に 山西 省 の 趙 城 県 に あ る 寺 で 発見 さ れ る 。 その ため 、 別名 「 趙 城 蔵 」 と も 呼 ば れ て い る 。 1984 年 より 、 この 蔵経 を 底本 に し て 『 中華 大蔵 経 』 ( 影印 版 ) が 発刊 さ れ る 。 また 、 元 ( 王朝 ) の 時代 に 数次 に わた っ て 補刻 が 行な わ れ て い る 。 ( 元代 補修 版 ) 契丹 の 990 年 - 1010 年 頃 に 開版 さ れ た 大蔵 経 。 契丹 が 後晋 から 割譲 さ れ た 燕雲 十 六 州 の 地方 で 、 この 地 に あ っ た 隋 以来 の 房山 の 石経 の テキスト も 参考 に し て 、 国家 事業 と し て 行な わ れ た 印刷 事業 で あ っ た 。 この 大蔵 経 も 金版 と 同様 に 幻 の 大蔵 経 で あ っ た が 、 1982 年 に 山西 省 の 応県 に あ る 古刹 、 仏宮 寺 の 木塔 に 安置 さ れ た 仏像 内 から 、 12 巻 の 契丹 版 が 発見 さ れ た 。 この 発見 から 房山 の 石経 と の 関係 など が 確認 さ れ 、 毎行 17 字 の 標準 形式 で あ っ た こと が 実証 さ れ た 。 南宋 から 明代 に かけ て も 各地 で 私版 の 大蔵 経 の 作成 が 続 い た 。 それ は 、 福州 ( 福建 省 ) 等 覚 禅院 で 11 世紀 末 に 開始 さ れ た 「 等覚 禅院 版 」 ( 1075 年 - 1112 年 ) に 始ま る 。 これ は 、 北宋 版 系 や 契丹 版 系 の 国家 事業 と し て の 開版 と は 異な り 、 信者 の 寄進 に よ る 私版 の 事業 で あ っ た 。 以後 、 同じく 福州 「 開元 寺版 」 ( 1112 年 - 1151 年 ) や 湖州 の 「 思渓 版 」 ( 1126 年 - 1132 年 ) 、 蘇州 市 で 開版 さ れ た 「 磧砂版 」 ( 1232 年 - 130 5 年 ) 、 杭州 の 「 普寧 版 」 ( 1277 年 - 1290 年 ) と い っ た 蔵経 の 印刷 が 続 い た 。 この 系統 も 、 標準 形式 で あ る 毎行 17 字 で あ る 。 明末 に な る と 、 それ まで の 巻物 で は な い 新し い 形式 の 袋綴じ 本 の 「 万暦 版 大蔵 経 」 ( 徑山蔵 ) が 出版 さ れ た 。 清朝 の 大蔵 経 で あ る 「 龍蔵 」 や 、 後述 の 日本 の 鉄眼 版 、 卍字 藏 は 、 この 系統 に 属 する 。 高麗 で は 、 1010 年 に 「 開宝 蔵 」 の 覆刻 版 を 出 し ( 高麗 初 雕本 ) 、 その 版木 が 元 ( 王朝 ) 軍 に よ る 兵火 で 焼失 する と 、 1236 年 に は 高麗 再 雕 本 を 完成 さ せ た 。 この 時 、 編纂 の 責任 者 で あ り 、 『 高麗 国 新 雕 大蔵 経校 正 別録 』 を 撰 し た 守其 が 、 契丹 版 に よ っ て 初 雕 本 の 誤り を 改め て い る 。 今 も 海印 寺 に 板木 を 収蔵 する 再 雕 本 の 『 高麗 八 萬 大蔵 経 』 は 誤雕 も 少な く 、 古 い 姿 を とどめ る 最良 の テキスト と さ れ 、 明治 ・ 大正 時期 の 縮刷 蔵 経 や 後述 の 『 大正 新脩 大蔵 経 』 で は 、 北宋 版 系 と 契丹 版 系 と の 校合 を 「 他本 に 勝 る 所以 で あ る 」 と し て 、 底本 に 採用 さ れ た 。 しかし 守其 が 校合 し た の は 、 開宝 蔵 ・ 高麗 初 雕本 ・ 契丹 版 の 三 者 のみ で あ り 、 開宝 蔵 と 高麗 初 雕本 と は 原本 と 覆刻 版 の 関係 に あ り 、 基本 的 に 同一 系統 の テキスト で あ る 。 つまり 、 北宋 版 系 と 契丹 版 系 と の 間 で 校合 し た のみ に 過ぎ な い 。 後 に テキスト ・ クリティーク が 進 む に つれ 、 「 古 い 姿 を とどめ る 最良 の テキスト 」 と い う 評価 が 「 最初 に 印刷 さ れ た 大蔵 経 」 で あ る と い う こと に よ る 思い込み で あ っ た と い う こと が 言 わ れ る よう に な っ て き た 。 実際 、 北京 を 中心 と し た 河北 省 ・ 山西 省 の 地域 の テキスト で あ る 房山 石経 ・ 契丹 版 や 、 或いは 漢代 から 唐代 の 都 長 安 の 一切 経 写 本 の 系統 を 引 く 、 南宋 版 「 思渓 資 福蔵 」 や 元版 「 普寧 蔵 」 等 の 大蔵 経 の 方 が より 良 い テキスト で あ る 場合 が 多 く 、 それ に 対 し て 「 開宝 蔵 ( 勅版 ) 」 「 高麗 版 」 系統 の テキスト は 、 蜀 ( 四川 省 ) の 地域 に 流布 し て い た 写本 系列 の 一切 経 の 姿 を とどめ て い る に 過ぎ な い と い う 説 が 出 さ れ て い る 。 しかし 、 仏教 の 中心 で あ っ た 長安 の 方 が 写経 の たび に 改編 さ れ 、 テキスト と し て 洗練 の 度 を 加え て い っ た ため 、 逆 に 地方 版 で あ る 蜀地 の テキスト の 方 が 原形 を 留め て い る と い う 説 も あ る 。 例えば 鳩摩 羅什 訳 『 摩訶 般 若 波羅 蜜 経 』 の 冒頭 、 開宝 蔵 で 『 如是 我聞 一時佛 住 ・ ・ ・ 』 が 、 「 思渓 資 福蔵 」 「 普寧 蔵 」 や 後 の 「 徑山 蔵 」 で は 『 如是 我聞 一時 婆伽 婆 住 ・ ・ ・ 』 に な っ て い る 例 が 見 られ る よう に 、 新し い 時代 層 の 漢訳 経典 の スタイル に 合わせ て 改編 さ れ て い る 場合 も あ る の で あ る 。 なお 、 刊本 『 大正 新脩 大蔵 経 』 に は 、 底本 「 高麗 大蔵 経 」 テキスト に 対 する 上記 「 思渓 資 福蔵 」 ( 宋本 ) 、 「 普寧 蔵 」 ( 元本 ) 「 徑山蔵 」 ( 明本 ) 等 の テキスト と の 異同 の 校訂 情報 が 載せ られ て い る 。 チベット 大蔵 経 に つ い て は 「 チベット 大蔵 経 」 を 参照 。 日本 で は 、 天平 7 年 ( 735 年 ) 玄 ボウ ( げん ぼう ) が 将来 し た 五千 余巻 は 、 当時 の 欽定 大蔵 経 と 推定 さ れ る 。 平安 時代 末 から 鎌倉 時代 に かけ て は 、 栄西 、 俊乗 坊 重源 、 慶政 その 他 の 入宋 僧 の 努力 で 、 『 宋版 一切 経 』 が 輸入 さ れ た 。 慶安 元年 ( 1648 年 ) 、 南光 坊 天海 に よ る 『 寛永 寺 版 ( 天海 版 ) 』 が 徳川 幕府 の 支援 を うけ て 完成 。 天和 ( 日本 ) 元年 ( 1681 年 ) 、 鉄眼 道光 が 『 黄檗 版 大蔵 経 ( 鉄眼 版 ) 』 を 完成 。 鉄眼 禅師 が 艱難 辛苦 の 後 に 完成 さ せ た 大蔵 経 と し て 、 第 二 次 世界 大戦 前 の 日本 の 修身 の 教科 書 に も 採用 さ れ て 著名 な もの で は あ る が 、 歴代 の 大蔵 経中 で 、 最も 誤字 が 多 い 。 これ は 、 明版 の 大蔵 経 の 現物 を バラバラ に し て 、 それ を 裏返 し て 元版 と し た こと に よ る 。 1885 年 、 『 大 日本 校訂 大藏 經 縮刷 藏本 』 ( 縮刷 大蔵 経 、 東京 弘教 書院 ) を 刊行 。 190 2 年 、 『 卍字 藏 』 ( 京都 藏經 書院 ) 刊行 。 1912 年 、 『 大 日本 続蔵 経 』 ( 日本 藏 經院 ) が 完成 。 校訂 不備 多 し と の 批判 は あ る もの の 、 世界 に おけ る 仏教界 や 仏教 研究 に 寄与 し て い る の は 、 高楠 順次郎 ・ 渡辺 海旭 監修 の 『 大正 新脩 大蔵 経 』 ( 大正 一切 経刊 行 会 ) 100 巻 で あ る 。 高麗 海印 寺 本 を 底本 と し て 諸本 と 校合 、 1924 年 から 1934 年 に いた る 歳月 を 費や し 、 正蔵 ( 55 巻 ) 、 続蔵 ( 30 巻 ) 、 昭和 法宝 目録 ( 3 巻 ) 、 図像 部 ( 12 巻 ) を 収め る 。 漢訳 経典 の 日本 語 訳 も 行 わ れ 、 『 國譯 大 藏經 』 『 国訳 一切 経 』 『 昭和 新 修国訳 大蔵 経 』 など が あ る 。 また 、 近年 東京 大学 の 『 大正 新 脩 大 藏經 』 テキスト データベース ( SAT ) や 、 台北 の 中華 電子 佛典 協會 ( CBETA ) と い っ た プロジェクト が 大正 新 脩 大藏經 の 電子 テキスト 化 を 推進 し て い て 、 一定 の 制約 内 で その 使用 が 開放 さ れ て い る 。 +浄土 教 ( じょうどきょう ) は 、 阿弥陀 仏 の 極楽 浄土 に 往生 し 成仏 する こと を 説 く 教え 。 浄土門 、 浄土 思想 と も 。 「 浄土 」 と い う 語 は 中国 で の 認識 で あ る が 、 思想 的 に は インド の 初期 大乗仏教 の 「 仏 国土 」 が その 原型 で あ り 、 多く の 仏 に つ い て それぞれ の 浄土 が 説 か れ て い る 。 しかし 、 中国 ・ 日本 に お い て は 阿弥陀 仏 信仰 の 流行 に ともな い 、 浄土 と い え ば 一般 に 阿弥陀 仏 の 浄土 を さ す 。 その 意味 は 、 唐代 の 善導 が 「 念念 に 浄土 教 を 聞 かん こと を 思い 」 ( 『 法事 讃 ( 転経 行 道願往生 浄土 法事 讃 ) 』 ) と い う 場合 の 「 浄土 教 」 が それ で あ る 。 浄土 教 が 成立 し た の は インド に お い て 大乗 仏教 が 興起 し た 時代 で あ り 、 およそ 紀元 10 0 年 頃 に 『 無量 寿経 』 と 『 阿弥陀 経 』 が 編纂 さ れ て 始ま る 。 時代 の 経過 と とも に 浄土 教 は インド で 広 く 展開 し た 。 阿弥陀 仏 や 極楽 浄土 に 関説 する 大乗 経論 は 非常 に 多 く 、 浄土 往生 の 思想 を 強調 し た 論書 と し て は 以下 が あ る 。 龍樹 ( 150 年 - 250 年 頃 ) 作 と 伝え る 『 十 住 毘 婆沙論 ( 婆沙 論 ) 』 ( 全 十 七 巻 の 内 、 巻 第 五 の 「 易行 品 第 九 」 ) 世親 ( 4 - 5 世紀 ) の 『 無量 寿経優 婆 提舎 願生偈 ( 浄土 論 ・ 往生 論 ) 』 なお 、 『 観無 量 寿経 』 は 、 サンスクリット の 原典 が 発見 さ れ て お ら ず 、 おそらく 4 - 5 世紀 頃 中央 アジア で 大綱 が 成立 し 、 伝訳 に 際 し て 中国 的 要素 が 加味 さ れ た と 推定 さ れ る 。 しかし 中国 ・ 日本 の 浄土 教 に は 大きな 影響 を 与え た 。 中国 で は 2 世紀 後半 から 浄土 教 関係 の 経典 が 伝え られ 、 5 世紀 の 初め に は 廬山 の 慧遠 ( 東晋 ) ( 334 年 - 416 年 ) が 『 般舟 三 昧 経 』 に もとづ い て 白蓮 社 と い う 念仏 結社 を 作 っ た 。 やがて 「 浄土 三 部 経 」 を 根本 経典 と し て 、 山西 省 の 玄中 寺 を 中心 と し た 曇鸞 ( 47 6 年 頃 - 542 年 頃 ) が 『 無量 寿経優 婆 提舎 願生 偈註 ( 往生 論註 ) 』 を 道綽 ( 562 年 - 645 年 ) が 『 安楽 集 』 を 善導 ( 61 3 年 - 681 年 ) が 『 観無 量 寿経疏 ( 観経 疏 ) 』 を それぞれ 著 し 、 五 濁 悪世 の 末法 の世 に 適 し た 称名 念仏 を 中心 と する 浄土 教 が 確立 さ れ た 。 のち に 慧日 ( 680 年 - 748 年 ) や 五 会 念仏 の 法照 ( ? - 777 年 頃 ) ら が 出 て 、 浄土 教 を 禅宗 など の 諸宗 と 融合 する 傾向 が 強 く な っ た 。 日本 で は 7 世紀 前半 に 浄土 教 ( 浄土 思想 ) が 伝え られ 、 9 世紀 前半 に は 円仁 ( 794 年 - 864 年 ) が 中国 五 台 山 の 念仏 三 昧 法 を 比叡山 に 伝え た 。 やがて 良源 ( 912 年 - 985 年 ) が 『 極楽 浄土 九 品往 生義 』 、 源信 _ ( 僧侶 ) ( 94 2 年 - 1017 年 ) が 『 往生 要集 』 を 著 し て 、 天台 浄土 教 が 盛行 する に いた っ た 。 藤原 頼通 が 築 い た 平等 院 も 浄土 思想 に 基づ く もの で あ る 。 平安 時代 の 浄土 思想 は 主に 京都 の 貴族 の 信仰 で あ っ た が 、 空也 ( 90 3 年 - 972 年 ) は 庶民 に 対 し て も 浄土 教 を 広め 、 市 の 聖 と 呼 ば れ た 。 良忍 ( 1072 年 - 1132 年 ) は 「 一人 の 念仏 が 万人 の 念仏 と 融合 する 」 と い う 融通 念仏 ( 大 念仏 ) を 説 き 、 融通 念 仏 宗 の 祖 と な っ た 。 天台 以外 で も 三 論 宗 の 永観 ( 僧 ) ( 10 33 年 - 1111 年 ) や 真言 宗 の 覚鑁 ( 1095 年 - 1143 年 ) の よう な 念仏 者 を 輩出 し た 。 平安 末期 から 鎌倉 時代 に 入 る と 、 法然 ( 1133 年 - 1212 年 ) は 、 『 選択 本願念仏 集 ( 選択 集 ) 』 を 著 し て 浄土 宗 を 開創 し 、 根本 経典 を 『 無量 寿経仏 説 無量 寿経 』 ( 曹魏 康僧鎧訳 ) 、 『 仏説 観 無量 寿経 』 ( 劉宋 畺 良耶舎訳 ) 、 『 仏説 阿弥陀 経 』 ( 姚秦 鳩摩羅什 訳 ) の 「 浄土 三 部 経 」 に 、 天親 の 『 浄土 論 』 加え 制定 し た ( 「 三 経 一 論 」 ) 。 法然 の 弟子 の 親鸞 ( 1173 年 - 1262 年 ) は 、 『 顕浄土 真実 教行 証文 類 』 等 を 著 し て 継承 発展 さ せ 、 後 に 浄土 真宗 の 祖 と な る 。 一遍 ( 1239 年 - 1289 年 ) は 、 諸国 を 遊行 し て 時宗 を 開 い た 。 平安 時代 後期 から 鎌倉 時代 に かけ て 興 っ た 融通 念 仏 宗 ・ 浄土 宗 ・ 浄土 真宗 ・ 時宗 は 、 その 後 それぞれ 発達 を とげ 、 日本 仏教 に おけ る 一大 系統 を 形成 し て 現在 に 及 ん で い る 。 +『 般若 心経 』 ( はんにゃ しんぎょう 、 サンスクリット Praj ñ ā - p ā ramit ā - h ṛ daya ) は 大乗 仏教 の 空 ( 仏教 ) ・ 般 若 思想 を 説 い た 経典 の 1 つ 。 宗派 に よ っ て 呼 び 方 は 様々 あ り 、 この 他 に 仏説 摩 訶 般 若 波羅蜜 多心 経 、 摩訶 般 若 波羅蜜 多心 経 、 般若 波羅蜜 多心 経 と 言 う 。 略称 と し て 心経 。 なお 、 漢訳 に は 題名 に 「 経 」 が 付 さ れ て い る が 、 サンスクリット テキスト の 題名 に は 「 経 」 に 相当 する 「 スートラ 」 の 字句 は な い 。 僅 か 300 字 足 ら ず の 本文 に 大乗 仏教 の 心髄 が 説 か れ て い る と さ れ 、 一部 の 宗派 を 除 き 僧侶 ・ 在家 を 問 わ ず 、 読誦 経典 の 1 つ と し て 、 永 く 依用 さ れ て い る 。 『 般若 心 経 』 は 一般 に は 600 巻 に 及 ぶ 『 大般 若 波羅蜜 多経 』 の エッセンス 等 と い わ れ て い る が 、 『 大般 若 波羅蜜 多経 』 ( 『 大般 若経 』 ) 及び 『 摩訶 般 若 波羅 蜜 経 』 ( 『 大品 般 若 経 』 ) から の 抜粋 に 『 陀羅 尼 集経 』 に 収録 さ れ て い る 陀羅 尼 ( Sktdh ā ran ī ) を 末尾 に 付け加え た もの で あ る 。 般若 経典 群 の テーマ を 「 空 ( 仏教 ) 」 の 1 字 に 集約 し て 、 その 重要 性 を 説 い て 悟り の 成就 を 讃え る 体裁 を と り ながら 、 末尾 に 付加 し た 陀羅尼 に よ っ て 仏教 の 持 つ 呪術 的 な 側面 が 特に 強調 さ れ て い る 。 般若 心 経 の 「 心 」 と は 、 サンスクリット で 心臓 = 重要 な 物 を 意味 する 「 h ṛ daya 」 ( フリダヤ ) の 訳語 で あ り 、 同時 に 呪 ( 陀羅 尼 、 真言 ) を も 意味 する 語 で あ る 。 その ため 、 般若 心 経 は 空観 を 説 く 経典 で あ る と さ れ る 一方 、 陀羅 尼 の 経典 で あ る と も い わ れ て い る 。 一般 に 般若 経典 に は 、 後期 の 密教 化 し た もの は 別 と し て 、 呪文 など は 含 ま れ て い な い 。 それ を 考慮 する と 、 『 般若 心 経 』 は 、 般若 経典 と し て は 極めて 特異 な もの と 言え る 。 また サンスクリット ・ テキスト の 原題 に は 経 と い う 語 は な い ため 、 陀羅 尼 ( 総持 ) の ため に 作 ら れ た 唱文 が 、 中国 で 経 と し て 扱 わ れ る よう に な っ た の で は な い か と い う 説 も あ る 。 なお 、 最古 の 経典 目録 ( 経録 ) で あ る 東晋 の 釈道 安撰 『 綜理 衆 経 目録 』 ( 梁 ( 南朝 ) の 僧祐撰 『 出 三 蔵 記集 』 に ほぼ 収録 ) に は 、 『 摩訶 般 若 波羅蜜 神咒 一巻 』 及び 『 般若 波羅蜜 神咒 一巻   異本 』 と あ り 、 経 と し て の 般若 心 経 成立 以前 から 、 呪文 に よ る 儀礼 が 先 に 成立 し て い た と い う 説 も あ る 。 また 『 大般 若 波羅蜜 多経 』 ( 大般 若経 ) で は 、 第 二 分功 德 品 第 三十 二 に 「 般若 波羅 蜜 多 」 ( と い う 語句 ・ 概念 自体 ) が 大明 呪 ( 偉大 な 呪文 ) で あ る と 説 か れ て い る が 、 『 般若 心 経 』 で は 、 雑密 の 陀羅 尼 を 付加 する ため に 「 般若 波羅蜜 多咒 」 と い う 語句 が 挿入 さ れ て い る 。 陀羅尼 の 意味 に つ い て は 渡辺 照宏 説 、 中村 元 ( 哲学 者 ) 説 など 多 い が 、 定訳 は な い 。 原型 西暦 2 ~ 3 世紀 に インド の 龍樹 が 般若 経典 の 注釈 書 で あ る 『 大智 度 論 』 を 著 し た と さ れ 、 般若 心 経 も この 頃 に 成立 し た もの と 推定 する 説 が あ る 。 しかし ながら 、 現存 する 最古 の サンスクリット ( 梵字 ) 本 は 、 法隆 寺 所蔵 の 8 世紀 後半 ( 伝承 で は 609 年 請来 ) の 写本 と さ れ る 貝葉 本 で あ り 、 漢訳 経典 より 時代 を 下 る 。 また 、 現在 チベット や ネパール 等 に 伝わ る 写本 も 、 それ 以降 の 時代 の もの で あ り 原形 に つ い て は 不明 で あ り 、 偽経 説 も あ る 。 漢訳 『 摩訶 般 若 波羅蜜 神咒 一巻 』 及び 『 般若 波羅蜜 神咒 一巻   異本 』 は 、 後世 の 文献 で は 前者 は 3 世紀 中央 アジア 出身 の 支謙 、 後者 は 鳩摩 羅什 の 訳 と さ れ て い る が 、 『 綜理 衆 経 目録 』 に は 訳者 不明 ( 失訳 ) と さ れ て お り 、 この 二人 に 帰 する こと は 信憑 性 に とぼし い 。 前者 は 現存 せ ず 、 後者 は 大蔵 経収録 の 羅什 訳 『 摩訶 般 若 波羅蜜 大明 咒 經 』 と さ れ る が 、 羅什 の 訳経 開始 が 40 2 年 で あ る ため 、 釈道 安 の 没年 385 年 に は 未訳 出 で あ る 。 また その テキスト の 主要 部 は 宋 ・ 元 ・ 明大蔵 経版 の 鳩摩 羅什 訳 『 摩訶 般 若 波羅 蜜 経 』 の テキスト と 一致 する が 、 宋版 大蔵 経 の 刊行 は 12 世紀 後半 で あ る ため 、 この テキスト が 羅什 訳 で あ る と い う こと も 疑 わ れ て い る 。 649 年 、 インド より 帰還 し た 玄奘 も また 『 般若 心経 』 を 翻訳 し た と さ れ て い る 。 訳 経史 の 概念 と し て 鳩摩 羅什 まで の 漢訳 経典 を 「 古訳 」 鳩摩 羅什 以降 、 玄奘 まで を 「 旧訳 ( くやく ) 」 玄奘 以降 を 「 新訳 」 と 言 う ( 訳経史 区分 ) 。 しかし 、 文献 学 的 に は テキスト の 主要 部分 が 高麗 大蔵 経版 ( 13 世紀 前半 ) の 鳩摩 羅什 訳 『 摩訶 般 若 波羅 蜜 経 』 から の 抽出 文 その もの で あ り 、 玄奘 が 翻訳 し た 『 大般 若 波羅蜜 多経 』 の 該当 部分 と は 異な る ため 、 これ も 羅什 訳 と 同様 に 玄奘 訳 で あ る と い う こと が 疑 わ れ て い る 。 現在 、 玄奘 訳 の 最古 の テキスト と さ れ る もの は 、 67 2 年 に 建て られ た 弘福寺 ( 興福 寺 ) の 集王 聖教序 碑 ( 集字 聖教序 碑 ) 中 の 『 聖教序 』 の 後 に 付加 さ れ て い る テキスト で あ る 。 しかし ながら 太宗 ( 唐 ) が 『 聖教序 』 を 下賜 し た 648 年 から 大幅 に 時間 が 経過 し て い る 上 、 跋文 に 「 勅 を 奉け て 潤色 せり 」 と い う 記載 が あ る こと から 、 この 碑文 は 玄奘 の 没後 に その 偉業 を 讃え る ため に 鳩摩 羅什 の 訳文 を 元 に 玄奘 訳 と し て まとめ られ た もの で は な い か と する 説 も あ る 。 また 、 玄奘 の 弟子 で あ る 慈恩 大師 基 ( 僧 ) の 『 般若 波羅蜜 多心 経 幽 讃 』 に も その 旨 を 示唆 する よう な 記述 が あ る 。 また 玄奘 訳 と さ れ て い る 『 般若 心 経 』 は 読誦 用 と し て 最も 広 く 普及 し て い る が 、 これ は 羅什 訳 と 玄奘 訳 と の 双方 が あ る 経典 は 、 古来 前者 が 依用 さ れ て い る こと を 考慮 する と 異例 の こと で あ る 。 なお 『 大般 若 波羅蜜 多経 』 転読 は 頻繁 に 行 わ れ る が 、 経典 の テキスト その もの を 読誦 する こと は 稀 で あ る 。 以下 は 、 代表 的 な 流布 テキスト に 句読点 を 施 し た もの で あ る 。 なお 、 羅什 訳 ・ 玄奘 訳 と も 、 「 般若 波羅蜜 ( 多 ) 」 「 舍利 弗 ( 子 ) 」 「 阿耨 多羅 三 藐 三 菩提 」 「 菩薩 ( 菩提薩 & 225 17 ) 」 及び 最後 の 「 咒 ( しゅ ) 」 の 部分 だけ は 漢訳 せ ず 、 サンスクリット を その まま 音写 し て い る 。 また 、 玄奘 訳 と さ れ る テキスト に は 版本 に よ っ て 、 例えば 下記 の 箇所 の よう に 、 字句 の 異同 が 十 数 箇所 存在 する 。 空即 是色 受想 行識 亦 復如是 ( 大正 蔵 ) 空即 是色 受想 行識 等 亦復如是 ( 法隆 寺 本 等 法 相宗 系 ) 日本 で は 仏教 各 派 、 特に 法 相 宗 ・ 天台 宗 ・ 真言 宗 ・ 禅宗 が 般若 心 経 を 使用 し 、 その 宗派 独特 の 解釈 を 行 っ て い る 。 ただし 、 浄土 真宗 は 『 浄土 三 部 経 』 を 、 日蓮 宗 ・ 法華 宗 は 『 妙法 蓮華 経 ( 法華 経 ) 』 を 根本 経典 と し て い る ため 、 般若 心 経 を 唱え る こと は な い 。 これ は 当該 宗派 の 教義 上 、 用い る 必要 が な い と い う こと で あ り 、 心経 を 否定 し て い る の で は な い 。 例えば 、 浄土 真宗 西 本願 寺 の 住職 で あ っ た 大谷 光瑞 は 般若 心 経 の 注釈 を 表 し て い る 。 天台 宗 で は 、 「 根本 法華 」 と し て 重視 し て い る 。 また 最澄 作 と さ れ る 般若 心 経 の 注釈 が あ る 。 真言 宗 で は 、 読誦 ・ 観誦 の 対象 と し て い る 。 日用 経典 ( 日課 等 通常 行事 用 の 経典 ) の 1 つ と し て い る ( 般若 心 経秘鍵 を 参照 ) 。 また 、 繰り返 し 読誦 する 場合 は 、 一 回 目 は 、 冒頭 の 「 仏説 」 から 読み 始め る が 、 2 回 目 以降 の 読誦 で は 「 仏説 」 を 読 ま ず 、 「 摩訶 」 から 読 む 慣わし と な っ て い る 。 この 宗派 の 僧侶 に は 開祖 空海 が 般若 心経 を 重視 し た ため に 注釈 ・ 解釈 を 著 す 僧 が 多 く 、 著作 が 色々 と あ る 。 この うち 、 特に 戦後 の 日本 に おけ る 高神 覚昇 ・ 宮坂 宥洪 など の 著作 が 知 ら れ て い る 。 高神 の 『 般若 心 経 講義 』 は 戦前 、 NHK ラジオ 放送 で 行 わ れ た もの で あ り 、 当時 好評 を 博 し た 。 現代 日本 語 で 書 か れ た 解釈 書 と し て は 非常 に 評価 の 高 い もの で あ り 、 異な る 宗派 の 僧侶 や 仏教 学 者 から も 評価 さ れ て い る 。 浄土 宗 で は 、 食事 等 の 際 に 唱え る 。 時宗 で は 、 神社 参拝 及び 本山 で の 朝 の 勤行 の 後 に 熊野 大社 の 御 霊 を 祀 る 神棚 に 向か い 三唱 する こと が 必須 と な っ て い る 。 日用 に 用い る 場合 も あ る 。 臨済 宗 で は 、 日用 経典 の 1 つ と し て い る 。 また 、 一休 ・ 盤珪 ・ 白隠 が 解釈 を 行 っ て い る 。 般若 心 経 と は 自分 の 心 の 本来 の 姿 を 現 し た 経典 で あ る と い う 主張 を 行 う こと が 多 い 。 曹洞 宗 で は 、 日用 経典 の 1 つ と し て い る 。 開祖 道元 が 解釈 し て い る ほか 、 天桂 の 「 観 自在 菩 薩 と は 汝 自身 で あ る 」 と い う 解釈 が 有名 で あ る 。 また 、 良寛 ・ 種田 山頭火 など 般若 心経 の 実践 に 取り組 ん だ 僧 も 多 い 。 良寛 は 般若 心 経 の 大量 の 写経 を 残 し て お り 、 種田 は 般若 心 経 を 俳句 に 読み込 ん で い る 。 修験 道 で は 、 修験 者 ( 山伏 など の 行者 ) が 「 行 」 を 行 う 際 に 唱え る 。 神道 で も 唱え る ところ が あ る 。 神社 ( 神前 ) で 読誦 の 際 は 、 冒頭 の 「 仏説 」 を 読 まず に 、 「 摩訶 」 から 読 む 。 一般 の 人々 に と っ て は 、 「 空 」 を 説 く 経典 と 言 う より 、 むしろ 、 「 霊験 あらたか な 真言 」 の 経典 と し て 受け止め られ て お り 、 一部 に は 悪霊 の 力 を 「 空 ずる 」 と い う 解釈 も さ れ た 。 古く から 般若 心 経 の 利益 で 病気 が 治 る と い う 信仰 が あ り 、 既に 日本 霊異記 に その 説話 が 残 っ て い る 。 お 守り と し て 所持 し たり 、 病気 に な っ た とき に 写経 し て 平癒 を 祈願 し たり し た 人 が 多 い 。 また 、 神社 で 読誦 さ れ た 。 亀戸 天満 宮 で 塙保己 一 が 般若 心 経 を 読 ん で 『 群書 類 従 』 の 成功 を 祈願 し た こと は 有名 で あ る 。 江戸 時代 に は 、 文字 を 読め な い 層 の ため に 、 内容 を 絵 に 表 し た 絵心 経 も 製作 さ れ た 。 百 瀬 明治 『 般若 心 経 の 謎 』 に よ れ ば 、 これ は 元禄 年間 に 現在 の 岩手 県 二戸 郡 の 八幡 源右衛門 と い う 人 が 文字 の 読め な い 人 向け に 創作 し た 後 、 随筆 に よ っ て 諸国 に 伝播 さ れ ブーム と な っ た もの で あ り 、 文字 か 読め る 人 たち の 間 で も 判 じ 物 的 に 楽し ま れ た と い う 。 現在 で は 写経 の 際 に よく 筆写 さ れ る 。 また 手拭い など に も 印刷 さ れ 、 極めて 普及 し て い る 。 解釈 書 も 大量 に 出版 さ れ て お り 、 中 に は 般若 心経 の 原意 を 取り違え た もの さえ あ り 、 仏教 学 者 が 警鐘 を 鳴ら し て い る よう な 状態 で あ る 。 現代 の 主な 翻訳 及び 解説 と し て は 、 サンスクリット 原文 から の 翻訳 で あ る 中村 元 ・ 紀野 一義訳 の 岩波 文庫 本 、 高神覚昇 の 『 般若 心 経 講義 』 、 また 臨済 宗 の 僧侶 の 立場 から 解釈 し た 松原 泰道 の 『 般若 心 経 入門 』 など が あ り 、 それぞれ 版 を 重ね て 何 れ も 文庫 本 と し て 手軽 に 入手 でき る 。 また 遊び に 近 い もの と し て みうら じゅん が アウトドア 般 若 心 経 を 提唱 し て い る 。 +文殊 菩薩 ( もんじゅ ぼさつ ) 、 サンスクリット マンジュシュリー ( maJjuzrii ) は 、 大乗 仏教 の 崇拝 の 対象 で あ る 菩薩 の 一尊 。 一般 に 智慧 を 司 る 仏 と さ れ る 。 文殊 は 文殊 師利 ( もんじゅ しゅり ) の 略称 。 また 妙吉 祥菩薩 ( みょう きっしょうぼさつ ) など と も い う 。 曼殊 室 利 等 と も 音写 し 、 妙吉 祥 、 妙徳 、 妙首 など と も 訳 す 。 文珠 菩薩 と も 書 く 。 三昧 耶形 は 青蓮華 ( 青 い 熱帯 スイレン の 花 ) 、 利剣 、 梵篋 ( ヤシ の 葉 に 書 か れ た 経典 ) など 。 種子 ( 密教 ) ( 種字 ) は マン ( maM ) 。 『 文殊 師利般 涅 槃 経 』 に よ る と 、 舎衛 国 の 多羅 聚落 の 梵徳 と い う バラモン の 家 に 生まれ た と さ れ る 。 また 一説 に 釈迦 十 大 弟子 と も 親し く 仏典 結集 に も 関わ っ た と さ れ る 。 『 維摩 経 』 に は 、 維摩 居 士 に 問答 で かな う 者 が い な かっ た 時 、 居士 の 病床 を 釈迦 の 代理 と し て 見舞 っ た 文殊 菩薩 のみ が 対等 に 問答 を 交え た と 記 さ れ 、 智慧 の 菩薩 と し て の 性格 を 際立 た せ て い る 。 この 教説 に 基づ き 、 維摩 居 士 と 相対 し た 場面 を 表 し た 造形 も 行 わ れ て い る 。 文殊 菩薩 は やがて 『 維摩 経 』 に 描 か れ た よう な 現実 的 な 姿 から 離れ 、 後 の 経典 で 徐々 に 神格 化 さ れ て い く 。 釈迦 の 化導 を 扶助 する ため に 菩薩 の 地位 に あ る が 、 かつて は 成仏 し て 龍種 如来 、 大身 仏 、 神仙 仏 など と い っ た と い わ れ 、 また 未来 に も 成仏 し て 普見 如来 と い う 。 あるいは 現在 、 北方 の 常喜 世界 に 在 っ て 歓喜 蔵 摩尼 宝積 如来 と 名づけ られ 、 その 名前 を 聞 け ば 四 重 禁 等 の 罪 を 滅 す と い わ れ 、 あるいは 現 に 中国 山西 省 の 清涼 山 ( 五 台 山 ) に 一 万 の 菩薩 と 共 に 住 し て い る と も い わ れ る 。 また 『 法華 経 』 で は 、 過去 世 に 日 月 燈明仏 が 涅槃 し た 後 に 、 その 弟子 で あ っ た 妙光 菩薩 の 再誕 が 文殊 で あ る と 説 か れ る 。 なお 、 これ ら は すべて 大乗 経典 に おけ る 記述 に よ る もの で あ り 、 文殊 菩薩 が 実在 し た と い う 事実 は な い 。 しかし 文殊 は 観世 音 菩薩 など と は 異な り 、 モデル と さ れ た 人物 が 存在 し て い た と 考え られ て お り 、 仏教 教団 内部 で 生まれ た 菩薩 で あ る と 考え られ て い る 。 文殊 菩薩 が 登場 する の は 初期 の 大乗 経典 、 特に 般若 経典 で あ る 。 ここ で は 釈迦 仏 に 代 っ て 般若 の 「 空 ( くう ) 」 を 説 い て い る 。 また 文殊 菩薩 を 「 三世 の 仏母 ( さんぜ の ぶつ も ) 」 と 称え る 経典 も 多 く 、 『 華厳 経 』 で は 善財 童子 を 仏法 求道 の 旅 へ 誘 う 重要 な 役 で 描 か れ る など 、 これ ら の こと から も わか る よう に 、 文殊 菩薩 の 徳性 は 悟り へ 到 る 重要 な 要素 、 般若 = 智慧 で あ る 。 尚 、 本来 悟り へ 到 る ため の 智慧 と い う 側面 の 延長 線 上 と し て 、 一般 的 な 知恵 ( 頭 の 良さ や 知識 が 優れ る こと ) の 象徴 と も な り 、 これ が 後 に 「 三 人 寄れ ば 文殊 の 智恵 」 と い う ことわざ を 生 む こと に な っ た 。 また 、 中国 の 娯楽 小説 『 封神 演義 』 に は 普賢 真人 、 文殊 広法 天尊 と い う 仙人 が 登場 し て お り 、 彼 等 が 後 に 仏門 に 帰依 し それぞれ 普賢 菩薩 、 文殊 菩薩 と な っ た と い う 設定 に な っ て い る が 、 これ は 後世 の 全く の 創作 で あ る 。 中国 に お い て は 、 山西 省 の 五 台 山 が 文殊 菩薩 の 住 する 清涼 山 と し て 古く より 広 く 信仰 を 集め て お り 、 円仁 に よ っ て 日本 に も 伝え られ て い る 。 また 中国 天台 宗 系 の 書 で あ る 『 仏祖統記 』 巻 29 に は 、 「 文殊 は 今 、 終南山 に 住 み 給 えり 。 杜順 和上 は これ な り 」 と 、 中国 華 厳宗 の 祖 で あ る 杜順 を 文殊 菩薩 の 生まれ変わり で あ る と し て い る 。 建州 女 真族 の 本尊 と さ れ 、 その 名 に ちなみ 満洲 ( 満州 民族 ) と 自称 。 ホンタイジ 以降 、 全て の 女真族 の 呼称 に 代え 満洲 族 と 呼称 する よう に な っ た 。 したが っ て 満州 の 名 は 文殊 が 語源 で あ る と さ れ る 。 日本 に お い て は 、 奈良 時代 の 僧行 基 が 文殊 菩薩 の 生まれ変わり だ と い う 伝説 が あ る 。 普賢 菩薩 と とも に 釈迦 如来 の 脇侍 を つとめ る ( 参照 : 釈迦 三尊 ) ほか 、 単独 で も 広 く 信仰 さ れ て い る 。 文殊 菩 薩像 の 造形 は ほぼ 一定 し て い る 。 獅子 の 背 の 蓮華 座 に 結跏 趺坐 し 、 右手 に 智慧 を 象徴 する 利剣 ( 宝剣 ) 、 左手 に 経典 を 乗せ た 青蓮華 を 持 つ 。 密教 で は 清浄 な 精神 を 表 す 童子 形 と な り 、 髻 を 結 う 。 この 髻 の 数 は 像 に よ っ て 一 、 五、六 、 八 の 四 種類 が あ り 、 それぞれ 一 = 増益 、 五 = 敬愛 、 六 = 調伏 、 八 = 息災 の 修法 の 本尊 と さ れ る 。 また 、 騎獅 の 文殊 、 先導 役 の 善財 童子 、 獅子 の 手綱 を 握 る 優填 王 、 仏陀 波利 、 最勝 老人 を 従え る 文殊 五 尊像 も 造形 さ れ た 。 また 禅宗 に お い て は 、 修行 僧 の 完全 な 姿 を 表 す 「 聖僧 」 ( しょうそう ) と し て 僧堂 に 安置 さ れ 、 剃髪 し 坐禅 を 組 む 僧形 と な る 。 この 場合 、 文殊 も また 修行 の 途上 で あ る と の 観点 から 、 菩薩 の 呼称 を 避け 文殊 大士 ( だいし ) と 呼 ぶ こと が あ る 。 日本 に おけ る 作例 と し て は 、 奈良 の 興福 寺 東金堂 の 坐像 ( 定 慶作 、 国宝 ) や 安倍 文殊 院 の 五 尊像 ( 快慶 作 、 重要 文化 財 ) 、 高知 の 竹林 寺 ( 高知 市 ) の 五 尊像 ( 重要 文化 財 ) など が 見 られ る 。 オン ・ アラハシャノウ +帝釈 天 ( たいしゃくてん ) は 、 仏教 の 守護 神 で あ る 天部 の 一 つ 。 バラモン 教 ・ ヒンドゥー 教 ・ ゾロアスター 教 の 武神 で ヒッタイト 条文 に も み られ る インドラ と 同一 の 神 。 釈 提桓因 ( しゃくだい かん いん ) と も 称 する 。 釈 は 字 ( あざな ) 、 提桓 因 は 天主 の こと 。 梵天 と 一 対 の 像 と し て 表 さ れ る こと が 多 い 。 阿修羅 の 娘 で あ る シャチー ( シャチー ) の 夫 帝釈 天 の 名 は インドラ の 名前 の サックロ ・ デヴァーナーム ・ インドラ ( Sakro Devanam Indrah ) の うち 、 サックロ を 釈 と 音訳 し た もの に 、 デヴァーナーム を 天 と 意訳 し て 後部 に 付け足 し 、 インドラ を 帝 と 意訳 し て 冠 し た もの 。 本来 の インドラ 神 は 、 阿修羅 と も 戦闘 し た と い う 武勇 の 神 で あ っ た が 、 仏教 に 取り入れ られ 、 成道 前 から 釈迦 を 助け 、 また その 説法 を 聴聞 し た こと で 、 梵天 と 並 ん で 仏教 の 二 大護 法 善神 と な っ た ( インドラ の 項 を 参照 ) 。 四 天王 など を 配下 と し 、 須弥 山 の 頂上 ・ 忉利天 の 善見城 に 住 む と さ れ る 。 インド に おけ る 仏伝 図 様 に お い て は 、 釈迦 に 従 う 帝釈 天 の 様子 が 描 か れ る こと が あ る 。 涅槃 経巻 33 や 大智 度 論巻 56 に は 、 帝釈 天 が 人間 だっ た 頃 の 名前 は 憍尸 迦 ( きょうし か 、 Kau ś ika ) で あ る と 説 か れ て い る 。 かつて 昔 に マガダ 国 の 中 で 名 を 摩伽 ( まか ) 、 姓 を 憍尸 迦 と い う 、 福徳 と 大智慧 あ る バラモン が い た 。 彼 に は 知人 友人 が 32 人 い て 共 に 福徳 を 修 し て 命終 し て 、 須弥 山 の 頂 の 第 2 の 天上 に 生まれ た 。 摩伽 バラモン は 天主 と な り 、 32 人 は 輔相 大臣 と な っ た ため 、 彼 を 含め た 33 人 を 三十 三 天 と い う 。 これ ゆえ に 釈迦 仏 は 彼 の 本名 で あ る 憍尸 迦 と 呼 ぶ と い う 。 また 、 この ため に 彼 の 妻 ・ 舎脂 を 憍尸 迦 夫人 と 呼 ぶ こと も あ る 。 日本 で は 、 頭上 に 宝髻 を 結 び 、 中国 式 の 礼服 を 着 た 二 臂像 と し て 表現 さ れ る こと が 多 い 。 また 、 着衣 下 に 甲冑 を つけ る こと も あ り 、 手 に は 金剛 杵 や 蓮茎 など を 執 る こと が あ る 。 密教 に お い て は 、 一面 二 臂 で 、 冠 を 戴 き 、 身体 に は 甲冑 を 着け 、 手 に は 独鈷 杵 を 執 る 例 が 見 られ る 。 また 、 白象 に またが っ た 姿 で も 表現 さ れ る 。 日本 最古 の 遺存 例 は 、 法隆 寺 の 玉虫 厨子 ( 飛鳥 時代 ) に 描 か れ た 「 施身 聞偈 図 」 ( せしんもん げず ) に 見 られ る もの で あ る 。 同寺 の 食堂 ( じきどう ) に は 梵天 ・ 帝釈 天 の 塑像 ( 奈良 時代 ) が 安置 さ れ て い る ( 現在 は 大宝 蔵 院 に 安置 ) 。 東大 寺 法華 堂 ( 三 月 堂 ) に は 、 乾漆 造 の 梵天 ・ 帝釈 天像 ( 奈良 時代 ) が あ る 。 唐 招提寺 金堂 に は 、 梵天 ・ 帝釈 天 の 木像 ( 奈良 時代 ) が 見 られ る 。 京都 ・ 東寺 講堂 に は 、 密教 系 の 白象 に 乗 っ た 木像 ( 平安 時代 前期 ) が 安置 さ れ る 。 日本 に お い て は 庚申 の 日 を 縁日 と する 。 帝釈 天 を 安置 する 寺院 と し て は 、 映画 『 男 は つら い よ 』 で 著名 な 東京 都 葛飾 区 の 柴又 帝釈 天 ( 題経 寺 ) が あ る 。 18 世紀 後半 に 題経 寺 の 本堂 を 修復 し て い る 際 に 、 紛失 し て い た 帝釈 天 の 板本 尊 が 発見 さ れ 、 その 日 が 庚申 だっ た こと から 、 庚申 の 日 を 縁日 と する と い う ( 詳し く は 柴又 帝釈 天 を 参照 ) 。 朝鮮 の 高麗 時代 に 成立 し た 檀君 神話 に お い て は 、 檀君 朝鮮 の 始祖 で あ る 檀君 は 、 帝釈 天 ( 『 三国 遺事 』 で は 「 桓因 」 ) の 庶子 ・ 桓雄 と 、 雌熊 が 人間 化 し た 熊女 と の 間 に 生まれ た 子 と い う こと に な っ て い る 。 +薬師 如来 ( やく し にょらい ) 、 サンスクリット バイシャジヤ ・ グル ( bhaiSajya - guru ) は 、 大乗 仏教 に おけ る 如来 の 一尊 。 薬師 瑠璃 光 如来 ( やく し る りこう にょらい ) 、 また は 大 医王 仏 と も 称 する 。 三昧 耶形 は 薬壷 また は 丸薬 の 入 っ た 鉢 。 種子 ( 密教 ) ( 種字 ) は 尊名 の イニシャル の バイ ( bhai ) 。 薬師 如来 が 説 か れ て い る 代表 的 な 経典 は 、 玄奘 訳 「 薬師 瑠璃 光 如来本願 功徳経 ( 薬師 経 ) 」 と 義浄 訳 の 「 薬師 瑠 璃 光 七佛 本願 功徳経 ( 七仏 薬師 経 ) 」 が あ る 。 薬師 本願 功徳経 で は 、 薬師 如来 は 東方 浄瑠璃 世界 の 教主 で 、 菩薩 の 時 に 12 の 大願 を 発 し 、 この 世門 に おけ る 衆生 の 疾病 を 治癒 し て 寿命 を 延べ 、 災禍 を 消去 し 、 衣食 など を 満足 せ しめ 、 かつ 仏行 を 行 じ て は 無上 菩提 の 妙果 を 証ら しめん と 誓 い 仏 と 成 っ た と 説 か れ る 。 瑠璃 光 を 以 て 衆生 の 病苦 を 救 う と さ れ て い る 。 無明 の 病 を 直 す 法薬 を 与え る 医薬 の 仏 と し て 、 如来 に は 珍し く 現世 利益 信仰 を 集め る 。 顕教 系 の 如来 で あ り 、 日本 の 真言 宗 ( 真言 密教 ) で は 本来 あまり 重視 さ れ な い 。 雑密 系 の 別尊 曼 荼羅 で は 中尊 と な る 事 も 多 い が 、 純密 の 両界 曼荼羅 に は 居 場所 は 無 い 。 しかし 伝統 的 に 天皇 家 と 結びつき が 強 かっ た 天台 宗 ( 天台 密教 ) で は 、 薬師 如来 が 東方 浄瑠璃 世界 の 教主 で あ る こと から 、 東 の 国 の 王 た る 天皇 と 結び付け られ も し た 。 また 東方 の 如来 と い う 事 から 阿しゅく 如来 とも 同一 視 さ れ る 。 さらに 大日 如来 と 同体 と する 説 が あ る が 、 これ に は 天台 密教 に お い て 、 顕教 で の 妙法 蓮華 経 に 説 か れ る 久遠 実成 の 釈迦 如来 = 密教 の 大日 如来 と の 解釈 と 、 釈迦 如来 の 衆生 救済 の 姿 と い う 二 つ の 見 方 に よ る 。 像 容 は 、 立像 ・ 坐像 とも に あ り 、 印相 は 右手 を 施無 畏 ( せむい ) 印 、 左手 を 与願 印 と し 、 左手 に 薬壺 ( やく こ ) を 持 つ の が 通例 で あ る 。 ただし 、 日本 で の 造像 例 を 見 る と 、 奈良 ・ 薬師寺 金堂像 、 奈良 ・ 唐 招提寺 金堂像 の よう に 、 古代 の 像 で は 薬壷 を 持 た な い もの も 多 い 。 これ は 、 不空 訳 「 薬師 如来念誦 儀軌 」 の 伝来 以降 に 薬壷 を 持 つ 像 が 造 ら れ る よう に な っ た と 考え られ て い る 。 単独 像 と し て 祀 ら れ る 場合 と 、 日光 菩薩 ・ 月光 菩薩 を 脇侍 と し た 薬師 三 尊像 と し て 安置 さ れ る 場合 が あ る 。 また 、 眷属 と し て 十 二 神 将像 を とも に 安置 する こと が 多 い 。 薬師 如来 の 光背 に は 、 七体 また は 六体 、 もしくは 七体 の 同じ 大き さ の 像容 が あ る 。 これ は 七仏 薬師 ( 後述 ) と い っ て 薬師 如来 と その 化身 仏 と さ れ る 。 薬師 如来 の 縁日 は 毎月 8 日 で あ る 。 これ は 、 薬師 如来 の 徳 を 講讃 する 「 薬師 講 」 に 由来 する と 考え られ て い る 。 国分寺 の ほとんど は 現在 は 薬師 如来 を 本尊 と し て い る 。 義浄訳 「 薬師 瑠 璃 光 七 仏 本願 功徳経 ( 七仏 薬師 経 ) 」 や 達磨 笈 多訳 「 薬師 如来本願経 」 で は 、 薬師 如来 を 主体 と し た 七尊 の 仏 の 本願 と 仏 国土 が 説 か れ る 。 天台 密教 で は 、 円仁 から 始ま っ た と さ れ る 七仏 薬師 法 が 息災 ・ 安産 を もたら す と し て 重要 視 さ れ 、 8 - 9 世紀 に は 藤原 摂関家 で 同法 に よ る 安産 祈願 が 行 わ れ た 。 善名称 吉祥王 如来 ( ぜんみょう しょうきちじょうおう にょらい ) 宝月 智厳 光 音 自在 王 如来 ( ほうげつ ちごん こうおん じざいおう にょらい ) 金色 宝光 妙 行成就王 如来 ( こんじき ほうこうみょう ぎょう じょうじゅ おう にょらい ) 無憂 最勝吉 祥王 如来 ( むうさいしょう きちじょうおう にょらい ) 法海雲 雷 音 如来 ( ほう かい うん ら い おん にょらい ) 法海 勝 慧 遊戯 神通 如来 ( ほうかいしょうえゆげじんつう にょらい ) 薬師 瑠璃 光 如来 ( やく し る りこう にょらい ) 現世 利益 的 信仰 が 有力 な 日本 に お い て は 、 薬師 如来 は 病気 平癒 など を 祈願 し て の 造像 例 が 多 い 。 極楽往生 を 約束 する 仏 で あ る 阿弥陀 如来 と とも に 、 日本 に お い て は もっとも 信仰 さ れ て き た 如来 で あ る 。 奈良 ・ 法隆 寺 金堂 の 薬師 如来 坐像 は 光背 に 推古 天皇 15 年 ( 60 7 年 ) の 銘 が あ る が 、 銘文 中 の 用語 や 像 自体 の 鋳造 技法 等 から 、 実際 の 制作 は 7 世紀 後半 と 言 わ れ て い る 。 また 、 現世 利益 を 司 る 数 少な い 如来 で あ る 事 から 、 延暦 寺 、 神護 寺 、 東寺 、 寛永 寺 の よう な 典型 的 な ( 国家 護持 の 祈り を 担 う ) 密教 寺院 に お い て も 薬師 如来 を 本尊 と する ところ が 多 い 。 ( 作例 多数 に つ き 、 国宝 指定 像 の ほか 、 仏教 彫刻 史上 著名 な 作例 を 挙げ る に とどめ る ) 福島 ・ 勝常 寺像 ( 薬師 三尊 の 中尊 、 坐像 、 平安 時代 前期 、 国宝 ) 京都 ・ 仁和 寺 ( 旧 北院 ) 像 ( 坐像 、 平安 時代 、 国宝 ) 京都 ・ 神護 寺 像 ( 立像 、 平安 時代 初期 、 国宝 ) 京都 ・ 醍醐 寺 ( 上醍醐 ) 薬師 堂像 ( 薬師 三尊 の 中尊 、 坐像 、 平安 時代 前期 、 国宝 ) 大阪 ・ 獅子 窟 寺像 ( 坐像 、 平安 時代 前期 、 国宝 ) 奈良 ・ 法隆 寺 金堂像 ( 坐像 、 飛鳥 ~ 奈良 時代 、 国宝 ) 奈良 ・ 法隆 寺 講堂 像 ( 薬師 三尊 の 中尊 、 坐像 、 平安 時代 中期 、 国宝 ) 奈良 ・ 唐 招提寺 金堂像 ( 立像 、 奈良 時代 ~ 平安 時代 初期 、 国宝 ) 奈良 ・ 薬師 寺 像 ( 薬師 三尊 の 中尊 、 坐像 、 奈良 時代 、 国宝 ) 奈良 ・ 新 薬師寺 像 ( 坐像 、 平安 時代 初期 、 国宝 ) 奈良 国立 博物 館 像 ( 坐像 、 平安 時代 前期 、 国宝 ) 奈良 ・ 元興 寺 ( 奈良 市 芝 新屋 町 ) 像 ( 立像 、 平安 時代 前期 、 国宝 ) 徳川 時代 、 初代 将軍 徳川 家康 が 神格 化 さ れ 、 神君 と 呼 ば れ る よう に な っ た 。 僧 天海 など の 働き も あ り 、 朝廷 より 、 「 東照 大 権 現 」 の 名 が 下 さ れ 、 東照宮 に 祭祀 さ れ た 。 ここ で 、 東照 権 現 信仰 が 始ま る 。 この 信仰 で は 、 徳川 家康 は 薬師 如来 の 仮 の 姿 が 日本 に 現れ た もの と し 、 神仏 習合 の 形 を とり 神社 神道 形式 で 祭祀 を 行 う 。 また 、 徳川 家康 は 生母 於大 の 方 が 鳳来 寺 ( 愛知 県 新城 市 ) の 本尊 の 薬師 如来 に 祈願 し て 誕生 し た と 言 わ れ 、 徳川 家康 は 鳳来 寺 ( 愛知 県 新城 市 ) の 本尊 の 薬師 如来 が 人間 界 に 現れ た もの と も 言 わ れ る 。 薬師 如来 の 真言 は 、 小咒 が 「 オン   コロコロ   センダリ   マトウギ   ソワカ 」 ( oMhuruhurucaNDaalimaataGgis vaahaa ) で あ り 、 これ は 無能 勝明王 ( ハヤグリーヴァ ) の 真言 と 合致 する 。 大咒 は 「 ノウモ   バギャバテイ   バイセイジャ   クロ   ベイルリヤ   ハラバ   アラジャヤ   タタギャタヤ   アラカテイ   サンミャク サンボダヤ   タニヤタ   オン   バイセイゼイ   バイセイゼイ   サンボリギャテイ   ソワカ 」 で あ り 、 薬師 本願 功 徳経 に 説 か れ て い る 。 薬師 如来 の 小咒 は 原始 的 な インド 、 ないし アジア の 風習 を 感 じ させ る 意味 合い を も つ 。 この 小咒 を 訳 す と 「 オーム ( 聖音 ) 、 取り払え 、 チャンダーリー よ 、 マータンギー よ 、 成就 せ よ ( スヴァーハー ) 」 と な る 。 「 取り払え 」 と は 疫病 を 取り除 く こと 、 チャンダーリー と マータンギー は 屠殺 を 生業 と する 一族 の 女性 名 だ が 、 本来 は 彼 ら インド の 下層 民族 の 崇め た 女神 の 名 で も あ る 。 「 スヴァーハー 」 は 、 本来 は 祭火 に 投じ る 供物 の 意味 。 後 に 神格 化 さ れ て 火神 アグニ の 妻 と さ れ 、 供物 を 捧げ て 願い の 成就 を 祈願 する 際 の 掛け声 と な っ た 。 チャンダーリー や マータンギー は 、 汚穢 の 民 の 崇め る 女神 と し て 、 上層 階級 から は 蔑視 あるいは 危険 視 さ れ て い た 。 しかし 敢え て そんな 女神 に 祈 る 事 で 、 彼女 たち の 司 る 疫病 など の 災い から 逃れ られ る と 考え られ た の で あ る 。 疫病 を もたら す 荒神 に 呪文 を となえ て 逃れ る と い う 点 は 、 日本 に おけ る 「 蘇民 将来 」 と 似 た 性質 を も っ て い る 。 +十 二 神将 ( じゅう に しんしょう ) は 、 仏教 の 信仰 ・ 造像 の 対象 で あ る 天部 の 神々 で 、 また 護法 善神 で あ る 。 十 二 夜 叉 大将 、 十 二 神明 王 ( じゅう に ・ や しゃたいしょう 、 しんみょう おう ) と も い い 、 薬師 如来 および 薬師 経 を 信仰 する 者 を 守護 する と さ れ る 12 の 武神 で あ る 。 十 二 神将 は 、 薬師 如来 の 12 の 大願 に 応 じ て 、 昼夜 の 12 時 を 保護 する と い う 。 その ため 十 二 支 が 配当 さ れ る 。 各 神将 が それぞれ 7 千 、 総計 8 万 4千 の 眷属 夜叉 を 率い る と い う 。 頭上 に は 各 十 二 支 の 動物 を 形ど っ た 標識 を 置 く こと が 多 い 。 日本 で は 奈良 ・ 新 薬師寺 の 等身 大 の 十 二 神 将像 が 、 最古 の 作 で あ る と とも に 造形 的 に も 優れ た もの と し て 名高 い 。 また 、 十 二 神将 に は それぞれ 本地 の 仏 ・ 菩薩 ・ 明王 など が あ る 。 それぞれ の 名称 と 対応 する 本地 尊 と 十 二 支 は 次 の とおり で あ る ( 経典 に よ っ て 若干 用字 や 読み が 異な る が 、 ここ で は もっとも 一般 的 な もの を 挙げ る ) 。 上記 12 体 の 持物 、 ポーズ 等 は 必ず しも 統一 さ れ た もの で な く 、 図像 的 特色 のみ から 各像 を 区別 する こと は ほとんど 不 可能 で あ る 。 十 二 神 将像 は 、 中国 で は 早く から 制作 さ れ 、 敦煌 市 壁画 に も 作例 が あ る 。 中国 で は 十 二 支 と 結び付け て 信仰 さ れ 、 日本 に おけ る 作例 に も 頭上 に 十 二 支 の 動物 を 戴 く もの が 多 い 。 日本 で は 奈良 時代 ( 8 世紀 ) の 奈良 ・ 新 薬師寺 像 を はじめ 、 数 多 く 制作 さ れ て い る 。 多く の 場合 、 薬師 如来 を 本尊 と する 仏堂 に お い て 、 薬師 如来 の 左右 に 6 体 ずつ 、 あるいは 仏壇 の 前方 に 横一 列 に 安置 さ れ る 。 新 薬師寺 像 の よう に 円形 の 仏壇 周囲 を ぐるりと 取り囲 ん で 配置 さ れ る 場合 も あ り 、 薬師 如来像 の 光背 や 台座 部分 に 十 二 神将 を 表 す 場合 も あ る など 、 表現 形態 は さまざま で あ る 。 四 天王 像 など と 同様 、 甲冑 を 着け た 武神 の 姿 で 表 さ れ 、 12 体 それぞれ の 個性 を 表情 、 ポーズ など で 彫り分け 、 群像 と し て 変化 を つけ た 作例 が 多 い 。 日本 に おけ る 十 二 神 将像 の 主な 作例 国宝 新 薬師寺 像 ( 奈良 県 奈良 市 ) ― 塑造 、 奈良 時代 、 12 躯 の うち 11 躯 が 国宝 興福 寺 東金 堂像 ( 奈良 県 奈良 市 ) ― 木造 、 鎌倉 時代 興福 寺 像 ( 奈良 県 奈良 市 ) ― 板彫 、 平安 時代 広隆 寺 像 ( 京都 府 京都 市 ) ― 木造 、 平安 時代 重要 文化 財 ( 国 指定 ) 法隆 寺 西 円 堂像 ( 奈良 県 生駒 郡 斑鳩 町 ) ― 木造 、 鎌倉 ・ 桃山 時代 霊山 寺 ( 奈良 市 ) 像 ( 奈良 県 奈良 市 ) ― 木造 、 鎌倉 時代 栄山 寺像 ( 奈良 県 五条 市 ) ― 木造 、 室町 時代 室生 寺像 ( 奈良 県 宇陀 市 ) ― 木造 、 鎌倉 時代 東大 寺像 ( 奈良 県 奈良 市 ) ― 木造 、 平安 時代 法界 寺像 ( 京都 府 京都 市 ) ― 木造 、 鎌倉 時代 東寺 像 ( 京都 府 京都 市 ) ―   木造 ( 金堂 本尊 台座 付属 ) 、 桃山 時代 鶏足 寺 ( 木之本 町 ) 像 ( 滋賀 県 伊香 郡 木之本 町 ) ― 木心 乾漆 造 、 3 躯 の み 現存 、 平安 時代 雪野 寺 ( 龍王 寺 ) 像 ( 滋賀 県 蒲生 郡 竜王 町 ) ― 木造 、 鎌倉 時代 浄妙 寺 ( 有田 市 ) 像 ( 和歌山 県 有田 市 ) ― 鎌倉 時代 東山 寺像 ( 兵庫 県 淡路 市 ) 像 木造 、 平安 時代 斑鳩 寺像 ( 兵庫 県 揖保 郡 太子 町 ) ― 木造 、 鎌倉 時代 雪渓 寺 像 ( 高知 県 高知 市 ) ― 木造 、 鎌倉 時代 また 上記 の 仏典 と は 異な り 、 陰陽 道 の 占術 ・ 式占 の 一 つ で あ る 六壬 神 課 で 使用 する 十 二 天将 も 、 間違 っ て 十 二 神 将 と 呼 ば れ る こと が あ る 。 陰陽 師 と し て 名高 い 安倍 晴明 が 残 し た 占事 略 决 の 第 4 章 の 「 十 二 将所 主法 第 四 」 で は 十 二 天将 が 表 す 事柄 に つ い て 以下 の よう に 解説 さ れ て い る 。 ≪ 十 二 将所 主法 第 四 ≫ 前一 螣 蛇 火神 家 在巳 主驚 恐怖 畏 凶将 ( とうだ / とうしゃ ) : 巳 、 丁 、 火 ( 陰 ) 、 夏 、 南東 前二 朱 雀火神 家 在 午 主 口 舌 懸官 凶 将 ( すざく ) : 午 、 丙 、 火 ( 陽 ) 、 夏 、 南 前三 六 合 木 神家 在 卯 主陰 私 和合 吉 将 ( りくごう ) : 卯 、 乙 、 木 ( 陰 ) 、 春 、 東 前 四 勾 陣 土神 家 在 辰 主 戦闘 諍訟 凶将 ( こうちん ) : 辰 、 戊 、 土 ( 陽 ) 、 土用 、 南東 前 五 青龍 ( 四神 ) 木神 家 在 寅 主銭 財慶賀 吉 将 ( せいりゅう ) : 寅 、 甲 、 木 ( 陽 ) 、 春 、 北東 天一 ( 天乙 ) 貴人 上神 家 在丑 主 福 徳之 神吉 将大 无成 ( きじん ) : 丑 、 己 、 土 ( 陰 ) 、 土用 、 北東 後 一 天后 水神 家 在 亥 主 後宮 婦女 吉将 ( てんこう ) : 亥 、 癸 、 水 ( 陰 ) 、 冬 、 北西 後 一 天后 水神 家 在 亥 主 後宮 婦女 吉将 ( だい おん / たいいん ) : 酉 、 辛 、 金 ( 陰 ) 、 秋 、 西 後 三 玄武 水神 家 在子 主亡 遺盗 賊 凶将 ( げんぶ ) : 子 、 壬 、 水 ( 陽 ) 、 冬 、 北 後 四 大 裳 土神 家 在 未 主冠 帯 衣服 吉 将 ( たいもう / たいじょう ) : 未 、 己 、 土 ( 陰 ) 、 土用 、 南西 後 五 白虎 金 神家 在 申 主 疾病 喪凶将 ( びゃっこ ) : 申 、 庚 、 金 ( 陽 ) 、 秋 、 南西 後 六 天空 土神 家 在 戌 主欺 殆 不信 凶 将 ( てんくう ) : 戌 、 戊 、 土 ( 陽 ) 、 土用 、 北西 『 名称 参考 : 日本 陰陽 道史 総説 より 』 +毘沙門 天 ( びしゃ もんてん ) 、 サンスクリット ヴァイシュラヴァナ ( vaizravaNa ) と は 、 仏教 に おけ る 天部 の 仏 。 持国天 、 増長 天 、 広目 天 と 共 に 四 天王 の 一尊 に 数え られ る 武神 で あ る 。 また 四 天王 の 一員 と し て だけ で な く 、 中央 アジア 、 中国 など 日本 以外 の 広 い 地域 で も 、 独尊 と し て 信仰 の 対象 と な っ て い る 。 インド 神話 の 財宝 神 クベーラ を 前身 と する 。 ヴァイシュラヴァナ と い う 称号 は 本来 「 ヴィシュラヴァス ( vizravas ) 神 の 息子 」 と い う 意味 で 、 彼 の 父親 の 名 に 由来 する が 、 「 よく 聞 く 所 の 者 」 と い う 意味 に も 解釈 でき る ため 、 多聞 天 ( た もんてん ) と も 訳 さ れ る 。 日本 で は 四 天王 の 一尊 と し て 造像 安置 する 場合 は 「 多聞 天 」 、 独尊 像 と し て 造像 安置 する 場合 は 「 毘沙門 天 」 と 呼 ぶ の が 通例 で あ る 。 三昧 耶形 は 宝棒 ( 仏敵 を 打ち据え る 護法 の 棍棒 ) 、 宝塔 。 種子 ( 密教 ) は ベイ ( vai ) 。 毘沙門 天 に 捧げ られ た 真言 と し て は 「 オンベイ シラマナヤソワカ 」 ( oMvaizravaNaayasvaahaa 『 オーム ( 聖音 ) 、 ヴィシュラヴァス の 御子 よ 。 スヴァーハー 』 ) 等 が あ る 。 その 姿 に は 様々 な 表現 が あ る が ( 後述 ) 、 日本 で は 一般 に 革製 の 甲冑 を 身 に 着け た 唐代 の 武将 風 の 姿 で 表 さ れ る 。 持物 は 宝塔 が 一般 的 。 また 、 邪鬼 と 呼 ば れ る 鬼形 の 者 の 上 に 乗 る こと が 多 い 。 例えば 密教 の 両界 曼荼羅 で は 甲冑 に 身 を 固め て 右手 は 宝棒 、 左手 は 宝塔 を 捧げ 持 つ 姿 で 描 か れ る 。 ただし 、 東大 寺 戒壇堂 の 四 天王 像 で は 右手 に 宝塔 を 捧げ 持 ち 、 左手 で 宝棒 を 握 る 姿 で 造像 さ れ て い る 。 ( 奈良 當麻寺 で も 同様 に 右手 で 宝塔 を 捧げ 持 っ て い る 。 ) インド に お い て は 財宝 神 と さ れ 、 戦闘 的 イメージ は 殆ど 無 かっ た 。 この頃 の 性格 に つ い て は クベーラ の 項 を 参照 の 事 。 中央 アジア を 経 て 中国 に 伝わ る 過程 で 武神 と し て の 信仰 が 生まれ 、 四 天王 の 一尊 た る 武神 ・ 守護 神 と さ れ る よう に な っ た 。 そして 帝釈 天 の 配下 と し て 、 仏 の 住 む 世界 を 支え る 須弥 山 の 北方 、 水精埵 の 天敬 城 に 住 み 、 或いは 古代 インド の 世界 観 で 地球 上 に あ る と さ れ た 4 つ の 大陸 の うち 北倶 盧洲 ( ほっくるしゅう ) を 守護 する と さ れ る 。 また 、 夜叉 や 羅刹 と い っ た 鬼神 を 配下 と する 。 また 、 密教 に お い て は 十 二 天 の 一尊 で 北方 を 守護 する と さ れ る 。 また 日本 独自 の 信仰 と し て 七 福神 の 一尊 と さ れ 、 特に 勝負 事 に 利益 あり と し て 崇め られ る 。 像 容 毘沙門 天 の 姿 に は はっきり し た 規定 は 無 く 、 様々 な 表現 が あ る 。 前述 の とおり 日本 で は 武将 風 の 姿 で 表 さ れ 、 宝塔 を 持 つ 姿 が 一般 的 。 ほか に 三 叉 戟 を 持 つ 造形 例 も あ り 、 例えば 京都 ・ 三室戸 寺像 など は 宝塔 を 持 た ず 片手 を 腰 に 当て 片手 に 三 叉 戟 を 持 つ 姿 で あ る 。 また 、 中国 の 民間 信仰 に 於 い て は 緑色 の 顔 で 右手 に 傘 、 左手 に 銀 の ネズミ を 持 っ た 姿 で 表 さ れ る 。 チベット 仏教 で は 金銀 宝石 を 吐 く マングース を 持 つ 姿 で 表 さ れ 、 インド で の 財宝 神 と し て の 性格 を 残 し て い る 。 独尊 、 また 中心 尊 と し て も 多く の 造形 例 が あ る 。 安置 形態 と し て は 、 毘沙門 天 を 中尊 と し 、 吉祥天 ( 毘沙門 天 の 妃 また は 妹 と さ れ る ) と 善膩 師 童子 ( ぜん に しどう じ 。 毘沙門 天 の 息子 の 一人 と さ れ る ) を 脇侍 と する 三尊 形式 の 像 ( 京都 ・ 鞍馬 寺 、 高知 ・ 雪蹊 寺 など ) 、 毘沙門 天 と 吉祥天 を 一 対 で 安置 する もの ( 奈良 ・ 法隆 寺 金堂像 など ) 、 毘沙門 天 と 不動 明王 を 一対 と し て 安置 する もの ( 高野山 金剛峯 寺像 など ) が あ る 。 また 、 天台 宗 系 の 寺院 で は 、 千手 観音 を 中尊 と し て 両脇 に 毘沙門 天 ・ 不動 明王 を 安置 する こと も 多 い ( 滋賀 ・ 明王 院 像 、 京都 ・ 峰定 寺像 など ) 。 四 天王 の 1 体 と し て 北方 ( 須弥 壇上 で は 向か っ て 右奥 ) を 護 る 多聞 天像 の 作例 も 数 多 い 。 その 姿 は 独尊 の 毘沙門 天像 と 特に 変わ る ところ は な い が 、 左右 いずれ か の 手 に 宝塔 を 捧げ 持 つ 像 が 多 い 。 国宝 指定 品 と し て は 東大 寺 戒壇堂 、 京都 ・ 浄瑠璃 寺 、 奈良 ・ 興福寺 など の 四 天王 像 中 の 多聞 天像 が あ る 。 派生 的 な 姿 托塔 李 天王 中国 で は 、 軍神 と 称え られ た 唐代 初期 の 武将 李 靖 と 習合 し 、 托塔 李 天王 ( たくとうり てん の う 。 単に 托塔 天王 と も ) と い う 尊格 が 生まれ た 。 この 托塔 李 天王 は 、 現在 で は 四 天王 の 多聞 天 と は 別 の 神 と 考え られ 、 むしろ 多聞 天 も 含め た 四 天王 を 率い る 神々 の 将軍 と さ れ て い る 。 後 に 道教 で も 崇め られ る よう に な っ た 。 ナタ 太子 の 父 と し て 描 か れ る 『 西遊 記 』 の 托塔 李 天王 、 封神 演義 の 李 靖 が これ で あ る 。 前述 の 通り 四 天王 の 多聞 天 は 傘 など を 持 っ た 姿 で 表 さ れ る が 、 托塔 李 天王 は 宝塔 を 持 っ た 武将 の 姿 で 表 さ れ る 。 これ は 唐代 に 於 い て 造形 さ れ た 毘沙門 天 の 古 い 姿 を 継承 し た もの で あ る 。 兜跋 毘 沙門 天 兜跋 毘 沙門天 ( とばつ びしゃ もんてん ) と 呼 ば れ る 特殊 な 像容 が あ る 。 金鎖甲 ( きんさこう ) と い う 鎖 を 編 ん で 作 っ た 鎧 を 着 し 、 腕 に は 海老 籠手 ( えびごて ) と 呼 ぶ 防具 を 着 け 筒状 の 宝冠 を 被 る 。 持物 は 左手 に 宝塔 、 右手 に 宝棒 また は 戟 で 、 見 る から に 異国 風 の 像 で あ る 。 また 、 邪鬼 で は な く 地天女 及び 二鬼 ( 尼藍 婆 、 毘藍 婆 ) の 上 に 立 つ 姿 で あ る 。 東寺 の 兜跋 毘 沙門 天像 は 、 かつて 羅 城門 の 楼上 に 安置 さ れ て い た と い う 。 「 兜跋 」 と は 西域 兜跋国 、 即ち 現在 の トゥルファン と する 説 が 一般 的 で 、 ここ に 毘沙門 天 が この 姿 で 現れ た と い う 伝説 に 基づ く 。 また 「 刀抜 」 「 屠半 」 など の 字 を 宛て る こと も あ る 。 像 容 は 、 東寺 像 を 忠実 に 模刻 し た もの ( 奈良 国立 博物 館 像 、 京都 ・ 清凉 寺像 など ) と 、 地天女 の 両手 の 上 に 立 つ 以外 は 通例 の 毘沙門 天像 と 変わ ら な い もの ( 岩手 ・ 成島 毘沙門 堂像 など ) と が あ る 。 +門跡 ( もんせき 、 もんぜき ) と は 、 日本 の 仏教 の 開祖 の 正式 な 後継 者 。 「 門葉 門流 」 の 意 。 門主 と も 。 鎌倉 時代 以降 は 位 階 の 高 い 寺院 その もの 、 つまり 寺格 を 指 す よう に な り 、 それ ら の 寺院 を 門跡 寺院 と 呼 ぶ よう に な っ た 。 宇多 天皇 が 出家 し て 仁和 寺 に 入室 し 御室 御所 と 称 し 、 御室 門跡 と な っ た の が 始まり で あ る 。 鎌倉 時代 初期 頃 から は 皇族 や 摂家 等 の 子弟 が 特定 の 寺院 に 出家 する よう に な る 。 子弟 ら は 荘園 を 所有 し て お り その 経済 力 を 背景 と し た 政治 力 を も っ て 、 受け入れ た 寺院 内 の 支配 権 を 掌握 する よう に な り 、 各門流 を 継承 する よう に な っ た 。 これ ら が 慣例 化 し て やが て 、 「 門跡 」 自体 が 「 貴族 」 出身 者 に よ っ て 継承 さ れ る 特定 の 院家 ・ 寺院 を 指 す 称号 へ と 変化 し た 。 そして 室町 時代 に な る と 、 寺格 と し て の 「 門跡 」 が 確立 し 、 室町 幕府 に は 、 門跡 寺院 に 関 する 政務 を 執 る 門跡 奉行 が 置 か れ た 。 さらに 江戸 幕府 で は 、 宮門 跡 、 摂 家 門跡 、 清華 門跡 、 公方 門跡 ( 武家 門跡 ) 、 准門 跡 ( 脇門 跡 ) など に 区分 し て 制度 化 し た 。 天台 宗 ( 山門 派 ) 青蓮 院 ( 粟田 御所 ) 三千 院 ( 梶井 殿 、 梶井 門跡 、 梨本 門跡 ) 毘沙門 堂 曼殊 院 ( 竹 の 内門 跡 ) 妙 法 院 輪王 寺 浄土 寺 本覚 寺 法住寺 ( 京都 市 ) 妙香 院 滋賀 院 ( 寺門 派 ) 聖護 院 照高 院 実相 院 園城寺 円満院 平等 院 ( 浄土 宗 と 兼ね る ) 常住 院 如意 寺 真言 宗 仁和 寺 ( 御室 門跡 ) 大覚 寺 蓮華 光 院 醍醐 寺 三宝 院 醍醐 寺 金剛 王院 随心 院 ( 小野 門跡 ) 勧修 寺 安祥寺 ( 京都 市 ) 東南院 ( 奈良 市 ) 上乗院 勝宝 院 菩提院 教令 院 法 相 宗 興福寺 一乗院 興福寺 大乗院 浄土 宗 知恩 院 禅林 寺 ( 京都 市 ) 法 親王 、 また は 入道 親王 が 住職 と し て 居住 する 寺院 。 輪王寺 、 妙法 院 、 聖護 院 、 照高 院 、 青蓮 院 、 三千 院 、 曼珠 院 、 毘沙門 堂 、 円満 院 、 仁和 寺 、 大覚 寺 、 勧修 寺 、 知恩 院 の 13 寺院 の こと 。 十 三 門 跡 と も 称 する 。 実際 に は 親王 家 に 限 っ て 入寺 する の は 輪王 寺 ・ 仁和 寺 ・ 大覚 寺 の 3 門跡 で 、 その 他 は 摂家 から も 入寺 する こと が でき た 。 室町 時代 頃 から 用い られ る よう に な り 、 摂家 の 子弟 が 住職 と な る 。 個々 の 門跡 寺院 に 固有 の 称号 で は な く 、 その 時々 の 住持 の 出身 を 指 す 。 門跡 に 準 ずる 格式 の 寺院 の こと 。 また は 、 他 の 門跡 寺 に 対 し て 従 の 関係 に あ る 門跡 寺 の こと 。 脇門跡 と も い う 。 青蓮 院 、 三千 院 、 毘沙門 堂 、 蔓殊 院 、 妙法 院 三宝 院 、 報恩 院 、 金剛 王院 、 理性 院 、 無量 寿院 浄土 真宗 で 門跡 に 准 ぜ られ た 東本願 寺 、 西本願 寺 、 佛光 寺 、 専修 寺 、 興正 寺 の 総称 。 五 門 徒 と も い う 。 皇女 や 貴族 の 息女 が 住職 と な る 寺院 。 比丘 尼 御所 、 尼門 跡 と も い う 。 大聖寺 ( 臨済 宗 )   御 寺 御所 法鏡 寺 ( 臨済 宗 )   百々 御所 曇華 院 ( 臨済 宗 )   竹 御 所 光照院 ( 四 宗 兼 学 )   常盤 御所 霊鑑寺 ( 臨済 宗 )   谷 御殿 円照寺 ( 臨済 宗 )   山村 御所 林丘 寺 ( 臨済 宗 )   音羽 御所 中宮 寺 ( 法相 律 宗 )   斑鳩 御殿 慈受院 ( 臨済 宗 ) 三 時 知恩 寺 ( 浄土 宗 ) 入江 御所 法華 寺 ( 律宗 ) 瑞龍 寺 ( 近江八幡 市 ) ( 日蓮 宗 )   村雲 御所 総持院 ( 臨済 宗 )   薄雲 御所 宝慈院 ( 臨済 宗 )   千代 御所 本光院 ( 天台 宗 )   蔵人 御所 +浄土 真宗 本願 寺 派 ( じょうど しんしゅう ほんがん じ は ) は 、 浄土 真宗 の 一派 。 宗祖 親鸞 聖人 の 墓所 で あ る 大谷 廟堂 ( 現 ・ 大谷 本 廟 ) を 発祥 と する 西本願 寺 ( 西本願 寺 ) を 本山 と する 。 末 寺 数 は 1049 7 か 寺 を 数え る 。 信者 数 約 694 万 人 は 浄土 真宗 ( 真宗 ) の 各宗 派 中 最大 で あ り 、 また 、 仏教 系 の 宗教 法人 の 中 で も 最大 数 を 誇 っ て い る 。 宗教 法人 全体 で も 、 神社 本庁 に つ いで 2 番 目 に 多 い 。 ( 2000 年 12 月 31 日 現在 ) 。 明治 時代 の 初期 に 西欧 の 三 権 分立 を まね 立法 ( 宗会 ) ・ 行政 ( 宗務 所 ) に よ る 施策 決定 システム を 持 っ た 。 これ は 、 明治 政府 の 構築 の モデル と もな っ た 。 絶大 な 権力 を 持 つ 本願 寺 派 門主 の 第 22 世 大 谷 光瑞 は 、 大谷 探検隊 を 送 っ たり 、 海外 布教 や 、 学生 の 教育 に 力 を 尽く し た が 、 それ ら の 大きな 費用 負担 が 本願 寺 の 財政 を 危機 に 陥れ た ため 、 鏡如 は 門主 引退 に 追い込 ま れ た 。 本願 寺 派 は 再び 危機 を 招 か ぬ よう に 、 門主 大谷家 の 権限 を 制限 する こと を 決定 し た 。 大谷 家 は 権力 中枢 から 、 象徴 へ と その 地位 を 変え た 。 門主 は 本願 寺 住職 と い う 地位 と 共 に 「 法灯 を 伝承 し て 、 この 宗門 を 統一 し 、 宗務 を 統裁 する 」 ( 宗法 第 6 条 ) と 定め られ て お り 、 法人 を 代表 する の は 宗会 ( 議会 ) で 選出 さ れ た 宗務 総長 で あ る ( 真宗 各派 の 中 で 本願 寺 派 の み 総長 と 呼称 する ) 。 浄土 真宗 本願 寺 派 と い う 宗名 が 正式 に 定め られ た の は 1877 年 ( 明治 10 年 ) 。 真宗 大谷 派 ( 「 お 東 さん 」 ) と の 区別 の ため 「 お 西 さん 」 と 呼 ば れ る 。 本山 の 本願 寺 も 、 一般 的 に 「 西本願 寺 」 と 呼 ば れ たり 、 本願 寺 派 と い う 意味 で 「 本派 本願 寺 」 と 呼 ば れ る 。 +真宗 大谷 派 ( しんしゅう おおたに は ) は 、 浄土 真宗 の 一派 。 京都 ・ 六条 烏丸 ( からすま ) に あ る 東本願 寺 ( 東本願 寺 ) を 本山 と する 。 末 寺 数 は 98 0 4 。 浄土 真宗 本願 寺 派 ( 通称 「 お 西 さん 」 、 「 本 派 」 、 「 西本願 寺 」 ) と の 区別 の 便宜 上 、 「 お 東 さん 」 、 「 大 派 」 、 「 谷 派 」 等 と 呼 ば れ る 。 本山 の 真宗 本 廟 も 、 同様 の 理由 に よ り 、 本願 寺 の 東西 分 派 以降 、 「 東本 願 寺 」 と 通称 さ れ て い る 。 この 概要 は 、 宗教 法人 法 に 基づ き 公示 さ れ て い る 『 宗教 法人 「 真宗 大谷 派 」 規則 』 と 、 その 第 3 条 に 最高 規程 に 定め られ て い る 『 真宗 大谷 派 宗憲 ( 以下 、 宗憲 ) 』 から の 抜粋 ・ 引用 。 宗派 運営 の 根幹 と な る 方針 は 、 次 の 3 点 で あ る 。 ( 宗憲 前文 より ) 同朋 社会 の 顕現 すべて 宗門 に 属 する 者 は 、 常 に 自信 教人 信 ( 一人ひとり に お い て 浄土 真宗 の 教え を 常 に 受け止め 直 し 、 それ を 他 の 人 と とも に 確かめ て ゆ く こと ) の 誠 を 尽く し 、 同朋 社会 の 顕現 ( とも に 阿弥陀 仏 の 浄土 に 向か っ て 歩 む 社会 生活 を 実践 し 続け る こと ) に 努め る 。 宗本 一体 宗祖 親鸞 聖人 の 真影 を 安置 する 真宗 本 廟 は 、 宗門 に 属 する すべて の 人 の 帰依 処 ( 依り 所 と な る 教え を 確かめ る 大切 な 場所 ) で あ る から 、 宗門 人 は ひとし く 宗門 と 一体 と し て これ を 崇敬護持 する 。 同朋 公議 宗門 の 運営 は 、 何 人 の 専横 専断 を も 許 さ ず 、 あまねく 同朋 の 公議 公論 に 基づ い て 行 う 。 「 宗憲 」 は 、 大谷 派 の 最高 規範 で あ る 。 ( 宗憲 第 一 章 ・ 第 五 条 より ) 宗祖 親鸞 聖人 が 、 無量 寿経仏 説 無量 寿経 に 基づ い て 、 顕浄土 真実 教行 証文 類 ( 教行 信証 ) を 撰述 し て 開顕 し た ( 阿弥陀 如来 の ) 本願 の 名号 を 体 と する 往還 二 廻向 ( 往相 回向 ・ 還相 廻向 ) を 要旨 と する 。 ( 宗憲 第 二 章 ・ 第 八 条 より ) 阿弥陀 如来 一佛 。 ( 宗憲 第 二 章 ・ 第 九 条 より ) また 正法 弘通 の 恩徳 を 謝 する ため 、 宗祖 親鸞 聖人 、 聖徳 太子 、 七 高僧 及び 歴代 門首 の 影像 を 安置 する 。 ( 宗憲 第 二 章 ・ 第 十 条 より ) 正依 の 聖教 は 、 次 の とおり で あ る 。 ( 宗憲 第 二 章 ・ 第 十 一 条 より ) 「 浄土 三 部 経 」 『 無量 寿経仏 説 無量 寿経 』 曹魏 康僧鎧 訳 『 観無 量 寿経 』 劉宋 畺 良 耶舎 ( きょうりょう や しゃ ) 訳 七 高僧 論 択 章疏 ( 撰述 の 聖教 ) 龍樹 造 『 十 住 毘 婆沙論 』 「 易行 品 」 … 全 十 七 巻 の 内 、 巻 第 五 「 易行 品 第 九 」 。 『 十 二 礼 』 天親 造 『 無量 寿経優 婆 提舎 願生偈 ( 無量 寿経優 婆 提舎 願生 偈 ) 』 曇鸞 撰 『 無量 寿経優 婆 提舎 願生 偈註 ( 無量 寿経優 婆 提舎 願生 偈註 ) 』 『 讃 阿弥陀 陀佛偈 』 道綽 撰 『 安楽 集 』 善導 撰 『 観無 量 寿経疏 』 『 往生 礼讃 ( 往生 礼讃 偈 ) 』 『 法事 讃 ( 転経 行 道願往生 浄土 法事 讃 ) 』 『 般 舟 讃 ( 依観 経 等 明般 舟 三 昧 行道往生 讃 ) 』 『 観念 法門 ( 観念 阿弥陀 仏 相海 三 昧 功徳 法門 ) 』 源信_ ( 僧侶 ) 撰 『 往生 要集 』 法然 撰 『 選択 本願念仏 集 』 宗祖 親鸞 聖人 撰述 『 顕浄土 真実 教行 証文 類 ( 教行 信証 ) 』 … 「 正信念佛 偈 ( 正信 偈 ) 」 は 、 『 教行 信証 』 の 「 行巻 」 の 末尾 に あ る 、 七 言 百 二十 句 から な る 偈文 。 『 浄土 文 類 聚鈔 』 『 愚禿 鈔 』 『 入出 二 門 偈 ( 入出 二 門 偈頌 ) 』 『 浄土 三 経往 生 文類 』 『 如来 二 種 回向 文 』 『 尊号 真像 銘文 』 『 一念 多念 文意 』 『 唯信 鈔 文意 』 『 浄土 和讃 』 『 高僧 和讃 』 『 正像 末 和讃 』 ( 浄土 ・ 高僧 ・ 正像 末 和讃 を 総称 し て 「 三 帖 和讃 」 ) 上記 の 基本 方針 に 従 い 、 種々 の 教化 活動 ・ 社会 活動 ・ 諸 事業 が 展開 さ れ て い る 。 具体 的 な 運営 は 、 現在 、 中央 と 地方 ( 国内 30 の 教区 と 海外 3 の 開教 区 、 及び その もと に あ る 42 0 の 組 〈 そ 〉 ) の 組織 に よ っ て 行 わ れ て い る 。 それぞれ の 組織 に お い て は 、 以下 に 示 す 通り 三権 分立 の 形態 が 取 ら れ て い る 。 中央 立法 府 に 相当 する 組織 ( 議決 機関 ) : 宗会 ( 宗議会 〈 各 教区 から 選出 さ れ る 僧侶 の 代表 〉 と 、 参議 会 〈 各 教区 から 選出 さ れ る 門徒 の 代表 〉 の 二院 制 ) 行政府 に 相当 する 組織 ( 執行 機関 ) : 内局 ( 宗会 に よ っ て 指名 さ れ 宗教 法人 真宗 大谷 派 の 代表 役員 を 務め る 宗務 総長 、 及び 宗務 総長 が 任命 する 5 名 の 参務 に よ り 構成 さ れ る ) 、 及び その もと に 置 か れ る 宗務 所 ( 中央 ) ・ 教務 所 ( 教区 ごと に 置 か れ る 地方 出先 機関 ) ・ 開教 監督 部 ( 海外 の 開教 区 ごと に 置 か れ る 出先 機関 ) 等 の 宗務 執行 機関 司法 府 に 相当 する 組織 ( 審査 機関 ) : 審問 院 ( 宗議会 の 同意 を 得 て 内局 が 指名 する 審問 院 長 を 長 と する ) 地方 ( 教区 ) 立法 府 に 相当 する 組織 ( 議決 機関 ) : 教区 会 ( 各 組 から 選出 さ れ る 僧侶 の 代表 ) と 、 教区 門徒 会 ( 各 組 から 選出 さ れ る 門徒 の 代表 ) 行政府 に 相当 する 組織 ( 執行 機関 ) : 教区 教化 委員 会 ( 教務 所長 を 委員 長 と する ) 、 及び 教務 所 に 駐在 する 宗務 役員 司法 府 に 相当 する 組織 ( 審査 機関 ) : 査察 委員 会 地方 ( 組 〈 そ 〉 ) 立法 府 に 相当 する 組織 ( 議決 機関 ) : 組会 ( 各 寺院 ・ 教会 の 主管 者 〈 各 寺院 ・ 教会 の 僧侶 の 代表 〉 ) と 、 組門 徒 会 ( 各 寺院 ・ 教会 の 門徒 の 代表 ) 行政府 に 相当 する 組織 ( 執行 機関 ) : 組教化 委員 会 ( 組会 で 選出 さ れ る 組長 を 委員 長 と する ) 司法 府 に 相当 する 組織 ( 審査 機関 ) : 査察 委員 ※ 上記 以外 に 、 各 教区 ・ 開教 区 に おけ る 教法 の 聞信 ・ 宣布 の 拠点 と し て 、 56 の 別院 が 設置 さ れ て い る 。 また 、 以上 に 属 する 僧侶 ・ 門徒 を 代表 し て 、 真宗 本 廟 の 宗祖 親鸞 聖人 真影 の 御給 仕並び に 仏祖 崇敬 の 任 に 当たり 、 同朋 と とも に 真宗 の 教法 を 聞信 する 宗派 の 象徴 的 地位 と し て 門首 が 置 か れ て い る ( 現在 の 門首 は 、 第 25 世 の 浄如 〈 大谷 暢 顕 〉 ) 。 なお 、 混同 さ れ やす い が 、 東京 都 台東 区 の 東本願 寺 ( 東京 都 台東 区 ) を 本山 と する 浄土 真宗 東 本願 寺 派 ( 末寺 数 三百 数十 ) は 、 宗派 の あ り 方 を めぐ る 見解 の 相違 に よ り 、 1981 年 に 真宗 大谷 派 から 離脱 ・ 独立 し た もの で 、 現在 、 両者 は 別個 の 宗教 法人 で あ る ( ⇒ お 東 騒動 ) 。 本願 寺 を 中心 と する 教団 は 、 もと 一 つ の 勢力 で あ っ た が 、 江戸 時代 の 最初期 に 、 現在 見 られ る よう な 東西 両 本願 寺 を 中心 と する かたち に な っ た 。 本願 寺 教団 の 東西 分 派 は 、 戦国 時代 の 最末期 、 大坂 の 石山 本願 寺 を 本拠 地 と し て 戦 わ れ た 一向 一揆 ( 石山 合戦 ) ( 1570 年 ~ 1580 年 ) 終結 時 の 教団 内部 に おけ る 見解 の 相違 に 遠因 を 持 つ 。 石山 合戦 末期 の 本願 寺 教団 内 に は 、 当時 対立 し て い た 織田 信長 と の 講和 を 支持 する 意見 と 、 徹底 抗 戦 を 主張 する 意見 と が あ っ た 。 当時 の 本願 寺門 主 で あ っ た 11 代 顕如 は 、 全面 講和 を 支持 する 勢力 と 行動 を 共 に し 石山 本願 寺 を 退去 し た が 、 顕如 の 長男 教如 は 、 徹底 抗 戦 派 と 共 に 一時 石山 に 留ま り 、 退去 後 も 抗戦 派 へ の 支持 を 募 っ た 。 この 教団 の 分裂 的 状況 は 、 1591 年 、 本願 寺 が 豊臣 秀吉 から 寺地 ( 七条 堀川 ) を 与え られ て 京都 に 戻 っ た 後 も 継続 し て い た 。 これ に 着目 し た 徳川 家康 は 、 160 2 年 、 本願 寺 の すぐ 東 ( 六条 烏丸 ) の 土地 を 教如 に 与え 、 最大 の 宗教 勢力 で あ っ た 本願 寺 の 勢力 分散 を はか っ た ( 自身 も 三河 時代 に 一向 一揆 に 苦しめ られ た 経験 を 持 っ て お り 、 本願 寺 教団 の 力 を 大きな 脅威 と 感 じ て い た ) 。 これ に よ り 本願 寺 は 、 顕如 の 三男 准如 を 12 世門 主 と する 西本願 寺 ( 現在 の 浄土 真宗 本願 寺 派 ) と 、 長男 教如 を 12 世門 主 と する 東本願 寺 ( 現在 の 真宗 大谷 派 ) と に 分裂 する こと に な っ た 。 ( * 以上 、 浄土 真宗 、 本願 寺 の 歴史 の 項 を も 参照 ) 現在 、 本願 寺 派 ( 西本願 寺 ) の 末寺 ・ 門徒 が 中国 地方 に 特 に 多 い ( いわゆる 「 安芸 門徒 」 など ) の に 対 し 、 大谷 派 ( 東本願 寺 ) の それ が 、 別院 ・ 教区 の 設置 状況 に 見 られ る よう に 北陸 地方 ・ 東海 地方 に 特 に 多 い ( いわゆる 「 加賀 門 徒 」 「 尾張 門 徒 」 「 三 河 門 徒 」 など ) の も 、 上述 の 歴史 的 経緯 の 反映 と い わ れ る 。 宗祖 親鸞 ( 11 73 ~ 1262 ) … 第 三 代 覚如 に よ り 、 「 開祖 ( 第 一 代 ) 」 に 定め られ る 。 覚信 尼 ( 12 24 ? ~ 12 83 ? ) … 文久 9 年 ( 1272 年 ) 親鸞 の 石塔 を 大谷 より 吉水 に 改葬 し 、 大谷 廟堂 を 建立 。 建治 3 年 ( 1277 年 ) 、 初代 留守 職 に 就任 する ( ~ 1283 年 ) 。 第 二 代 如信 ( 12 35 ~ 1300 ) … 弘安 3 年 ( 1280 年 ) 、 法灯 を 委任 さ れ る 。 ( 寺務 は 、 覚信 尼 ・ 覚惠 に 委任 。 ) 第 三 代 覚如 に よ り 、 「 第 二 代 」 に 定め られ る 。 覚恵 ( 1239 ? ~ 13 07 ) … 弘安 6 年 ( 1283 年 ) 、 留守 職 継承 ( ~ 1307 年 ) 。 ※ 「 唯善 事件 」 … 覚恵 と 唯善 の 間 に 起こ っ た 留守 職 就任 問題 。 覚恵 の 死後 、 延慶 ( 日本 ) 2 年 ( 1309 年 ) 7 月 に 青蓮 院 の 裁定 で 決着 する 。 第 三 代 覚如 ( 1270 ~ 1351 ) … 延慶 3 年 ( 1310 年 ) 、 東国 ( 関東 ) の 門徒 の 了承 を 得 て 、 大谷 廟堂 留守 職 継承 。 ( ~ 1314 年 、 132 2 年 ~ 1338 年 、 1342 年 ~ 1350 年 〈 委譲 ・ 復職 を 繰返 す 。 〉 ) ※ 元亨 元年 ( 1321 年 ) 、 大谷 廟堂 を 寺院 化 し 、 「 本願 寺 」 と な る 。 ( 応長 2 年 〈 1312 年 〉 に に 、 「 専修 寺 」 の 額 を 掲げ る が 、 叡山 の 反対 に よ り 撤去 する 。 ※ 元弘 元年 ( 1331 年 ) 、 『 口伝抄 』 を 著 し 、 「 三 代 伝持 の 血脈 ( けちみゃく ) 」 を 表明 し 、 法灯 継承 を 主張 する 。 ( 法脈 … 法然 ⇒ 親鸞 ⇒ 如信 ⇒ 覚如 、 血統 … 親鸞 ⇒ 覚信 尼 ⇒ 覚恵 ⇒ 覚如 ) 存覚 ( 1290 ~ 1373 ) … 正和 3 年 ( 1314 年 ) 、 留守 職 継承 。 ( ~ 1322 年 、 1338 年 ~ 1342 年 〈 覚如 に よ り 、 解任 ・ 復職 を 繰返 す 。 〉 ) ※ 観応 元年 ( 1350 年 ) 、 覚如 と 和解 する 。 本願 寺 別 当職 ( 留守 職 に 住持 職 を 含め た 役 ) は 、 善如 に 委譲 。 第 四 代 善如 ( 1333 ~ 1389 ) … 観応 元年 ( 1350 年 ) 、 継承 。 第 五 代 綽 如 ( 1350 ~ 1393 ) … 元中 7 年 ( 1390 年 ) 、 継承 。 ( 継承 後 ま も な く 、 寺務 は 巧如 に 委任 。 ) 第 六 代 巧如 ( 1376 ~ 1440 ) … 応永 元年 ( 1394 年 ) 、 継承 。 第 七 代 存 如 ( 13 96 ~ 1457 ) 第 八 代 蓮如 ( 14 15 ~ 1499 ) … 延徳 元年 ( 1489 年 ) 譲 。 第 九 代 実如 ( 14 5 8 ~ 15 2 5 ) 第 十 代 証如 ( 15 1 6 ~ 15 5 4 ) 第 十 一 代 顕如 ( 15 4 3 ~ 159 2 ) ( 以降 、 真宗 大谷 派 ) 第 十 二 代 教如 ( 15 5 8 ~ 161 4 ) 第 十 三 代 宣如 ( 16 0 4 ~ 1658 ) 第 十 四 代 琢如 ( 16 25 ~ 16 7 1 ) … 寛文 4 年 ( 1664 年 ) 譲 。 第 十 五 代 常 如 ( 1641 ~ 1694 ) … 延宝 7 年 ( 1679 年 ) 譲 。 第 十 六 代 一如 ( 僧 ) ( 1649 ~ 1700 ) 第 十 七 代 真如 ( 東本願 寺 ) ( 16 82 ~ 1744 ) 第 十 八 代 従如 ( 1720 ~ 17 60 ) 第 十 九 代 乗如 ( 1744 ~ 1792 ) 第 二十 代 達如 ( 1780 ~ 1865 ) 1 846 譲 第 二十 一 代 大谷 光勝 ( 18 17 ~ 1894 ) … 明治 22 年 ( 1889 年 ) 譲 。 第 二十 二 代 大谷 光瑩 ( 18 5 2 ~ 1923 ) … 明治 41 年 ( 190 8 年 ) 譲 。 第 二十 三 代 大谷 光演 ( 18 7 5 ~ 1943 ) … 大正 14 年 ( 1925 年 ) 譲 。 第 二十 四 代 大谷 光暢 ( 190 3 ~ 1993 ) … 平成 5 年 ( 1993 年 ) 入滅 に 伴 い 移譲 。 1993 年 ~ 1996 年 の 間 は 、 お 東 騒動 に よ る 混乱 から 門首 不在 と な り 、 大谷 演慧 鍵 役 ( 19 14 ~ 2008 ) が 、 門首 代行 を 務め る 。 第 二十 五 代 大谷 暢 顕 ( 1930 ~ ) 1996 年 、 門首 継承 。 現 、 門首 。 参考 … 真宗 大谷 派 手帳 ( 真宗 大谷 派 宗務 所 出版 部 発行 ) 政府 その 他 中央 の 諸 機関 と の 連絡 及び 首都 に おけ る 施策 の 調整 を はか る ため 、 東京 都 に 東京 宗務 出張 所 を 設け る 。 ( 宗憲 第 六 章 第 四 節 第 五十 九 条 ) 地方 の 宗務 を 運営 する ため 、 全国 を 教区 に 分け 、 各 教 区 に 教務 所 を 設け る 。 ( 宗憲 第 六 章 第 五 節 第 六十 条 より ) なお 、 大谷 派 で は 、 国内 各 教 区 の 広域 的 な 連携 を はか り 、 各 地域 に おけ る 聞法 ・ 弘教 活動 を 一層 推進 する こと を 目的 と し て 、 連区 制 が 定め られ て い る 。 現在 、 「 北海道 ・ 東北 」 「 北陸 」 「 東海 」 「 近畿 」 「 九州 」 の 5 連 区 が 置 か れ て い る 。 別院 は 、 教区 又 は 開教 区 に 所属 さ せ る 。 ( 宗憲 第 六 章 第 五 節 第 六十 一 条 より ) 別院 に 住職 一人 を 置 き 、 門首 が これ に 当 る 。 ただし 、 門首 以外 の 者 を 住職 と する こと が でき る 。 ( 宗憲 第 七 章 第 七十 三 条 ) 別院 に 輪番 一人 を 置 く 。 輪番 は 、 住職 の 職務 を 代掌 し 、 宗教 法人 た る 別院 の 代表 役員 と な る 。 ( 宗憲 第 七 章 第 七十 四 条 ) 同派 の 別院 は 、 下記 の 通り 56 ヵ寺 院 が 置 か れ て お り 、 設立 の 経緯 は 、 下記 の 通り で あ る 。 宗祖 や 歴代 門首 等 の 旧 蹟地 、 もしくは 由緒 地 に 設置 さ れ る 場合 。 各 地域 に おけ る 弘教 の 拠点 地 に 設置 さ れ る 場合 。 上記 1、 2 の 理由 が 複合 的 に 作用 し て 設置 さ れ る 場合 。 地域 的 偏頗 は あ る もの の ほぼ 全国 ( 海外 3 ) に 置 か れ 、 各地 に おけ る 聞法 ・ 弘教 の 拠点 と な っ て い る 。 布教 の 概念 を 広 く 理解 し 、 団体 と し て は 政治 運動 と 直接 の 関わり を 持 た な い 伝統 仏教 各 宗派 と は 大き く 違 い 、 他 の 真宗 各派 と 共 に 社会 的 ・ 政治 的 に 踏み込 ん だ 活動 を する こと から 、 政治 運動 的 ・ 左翼 運動 的 過ぎ で あ る と い う 批判 の 声 も 内外 から あ る 。 また 、 大谷 派 や 同派 が 加盟 する 真宗 十 派 に よ る 真宗 教 団 連合 の 活動 内容 が 左傾 化 し て い る と し て 、 その こと を 憂慮 し 問題 視 する 僧侶 の 一部 や 門徒 有志 に よ る 私的 団体 も 存在 する 。 +不動 明王 ( ふ どうみょうおう ) 、 サンスクリット アチャラ ・ ナータ ( acalanaatha ) は 、 仏教 の 信仰 対象 で あ り 、 密教 特有 の 尊格 で あ る 明王 の 一尊 。 また 、 五 大 明 王 の 中心 と な る 明王 で も あ る 。 密教 の 根本 尊 で あ る 大日 如来 の 化身 、 あるいは その 内証 ( 内心 の 決意 ) を 表現 し た もの で あ る と 見な さ れ て い る 。 「 お 不動 さん 」 の 名 で 親し ま れ 、 大日 大聖 不動明王 ( だい にち だい しょう ふ どうみょうおう ) 、 無動 明王 、 無動 尊 、 不動 尊 など と も 呼 ば れ る 。 アジア の 仏教 圏 の 中 で も 特に 日本 に お い て 根強 い 信仰 を 得 て お り 、 造像 例 も 多 い 。 また 、 日蓮 宗 系 各派 の 本尊 ( いわゆる 十 界 曼荼羅 ) に も 不動 明王 が 書 か れ て い る が 、 愛染 明王 と 同様 、 空海 に よ っ て 伝え られ た 密教 の 尊格 で あ る こと から 、 日蓮 以来 代々 種子 で 書 か れ て い る 。 なおなお 日蓮 の 曼荼羅 に おけ る 不動 明王 は 生死 即 涅槃 を 表 し 、 これ に 対 し 愛染 明王 は 煩悩 即 菩提 を 表 し て い る と さ れ る 。 三昧 耶形 は 利剣 、 羂索 。 種子 ( 密教 ) ( 種字 ) は カーン ( haaM ) 、 或いは カンマーン ( hmmaaM ) 。 真言 は 、 一般 に は 小咒 ( しょうしゅ ) 、 一 字 咒 ( いちじ しゅ ) と 呼 ば れ る 「 ノウマク サン マンダバザラダンカン 」 ( namaHsamantavajraaNaaMhaaM ) が 用い られ る 。 また 、 真言 に は 、 大咒 ( たいしゅ ) 、 火界 咒 ( かかいしゅ ) と 呼 ば れ る 「 ノウマクサラバタタギャテイビャクサラバボッケイ ビャクサラバタタラタセンダマカロシャダケンギャキギャキサラバビギナンウンタラタカンマン 」 ( namaHsarvatathaagatebhyaHsarvamukhebhyaH , sarvathaatraTcaNDamahaaroSaNakhaMkhaahikhaahisarvavighanaMhuuMtraThaaMmaaM ) 、 中咒 ( ちゅうしゅ ) 、 慈救 咒 ( じくしゅ ) と 呼 ば れ る 「 ノウマク サン マンダバサラダン センダン マカロシャダヤソハタヤウンタラタカンマン 」 ( namaHsamantavajraaNaaM , caNDamahaaroSaNasphoTayahuuMtraThaaMmaaM ) も 知 ら れ る 。 梵名 の 「 アチャラ 」 は 「 動 か な い 」 、 「 ナータ 」 は 「 守護 者 」 を 意味 し 、 全体 と し て は 「 揺るぎな き 守護 者 」 の 意味 で あ る 。 チベット 仏教 など で は この 名 より も チャンダ ・ マハーローシャナ ( caNDamahaaroSaNa ) 即 ち 暴悪 忿 怒尊 の 名 で より 知 ら れ る 。 しかし 、 こちら は 三 眼 で 毛皮 を 身 に 纏 い 髪 が 逆立 っ て い る など 、 日本 に 伝え られ た 不動 明王 と は 図像 的 に やや 異な る もの で あ る 。 弘法 大 師 空海 が 中国 より 密教 を 伝え た 際 に 日本 に 不動 明王 の 図像 が 持ち込 ま れ た と 言 わ れ る 。 「 不動 」 の 尊名 は 、 8 世紀 前半 、 菩提流 志 ( ぼだい る し ) が 漢訳 し た 「 不空 羂索 神変 真言経 」 に 「 不動 使 者 」 と し て 現れ る の が 最初 で あ る 。 「 使者 」 と は 、 大日 如来 の 使者 と い う 意味 で あ る 。 密教 で は 三輪 身 と い っ て 、 一 つ の 「 ほとけ 」 が 「 自性 輪身 」 ( じしょう りんじん ) 、 「 正法 輪身 」 ( しょうぼう りんじん ) 、 「 教令 輪身 」 ( きょうりょう りんじん ) と い う 三 つ の 姿 で 現れ る と する 。 「 自性 輪身 」 ( 如来 ) は 、 宇宙 の 真理 、 悟り の 境地 その もの を 体現 し た 姿 を 指 し 、 「 正法 輪身 」 ( 菩薩 ) は 、 宇宙 の 真理 、 悟り の 境地 を その まま わか り やす く 説 く 姿 を 指 す 。 これ ら に 対 し 「 教令 輪身 」 は 、 仏法 に 従 わ な い 者 を 恐ろし げ な 姿 で 脅 し て で も 教え諭 し 、 仏法 に 敵対 する 事 を 力ずく で も やめ させ る など 、 極めて 積極 的 な 介入 を 行 う 姿 で あ る 。 不動 明王 は 大日 如来 の 教令 輪身 と さ れ る 。 煩悩 を かかえ 、 もっとも 救い が た い 衆生 を も 力ずく で 救 う ため に 、 忿怒 の 姿 を し て い る 。 また 、 釈迦 が 成道 の 修業 の 末 、 悟り を 開 く ため に 「 我 、 悟り を 開 く まで は この 場 を 立 た ず 」 と 決心 し て 菩提樹 の 下 に 座 し た 時 、 世界 中 の 魔王 が 釈迦 を 挫折 さ せ よ う と 押し寄せ た ところ 、 釈迦 は 穏やか な 表情 の まま 降魔 の 印 を 静か に 結 び 、 魔王 群 を たちまち に 超 力 で 降伏 し た と 伝え られ る 。 不動 明王 は その 際 の 釈迦 の 内証 を 表現 し た 姿 で あ る と も 伝え られ る 。 穏やか で 慈しみ 溢れ る 釈迦 も 、 心 の 中 は 護法 の 決意 を 秘め た 鬼 の 覚悟 で あ っ た と い う もの で あ る 。 他 に も 憤怒 の 相 は 、 我が 子 を 見つめ る 父親 と し て の 慈しみ = 外面 は 厳し く て も 内心 で 慈し む 父愛 の 姿 を 表現 し た もの で あ る と 言 わ れ る 。 「 底哩 三昧 耶 経 」 に は 大 自在 天 ( ヒンドゥー 教 の 最高 神 シヴァ ) を 不動 明王 が 調伏 する 説話 が あ る 。 それ に よ る と 、 大日 如来 が 悟り を 開 い て 仏陀 に な っ た とき 、 あり と あらゆる 三界 の 生き物 たち が 集会 に 来 た が 、 自分 こそ 三千 世界 の 主 と 考え 慢心 する 大 自在 天 だけ は 招集 に 応 じ な かっ た 。 大 自在 天 は 「 持明 者 ( インド の 魔法 を 使 う 精霊 、 ここ で は 夜叉 明王 ) が 使 い と し て 来る だ ろ う が 、 奴 ら は 不浄 な もの を 嫌 う から 、 不浄 な もの を 幻術 で 作り出 し 四方 に 張 り 、 その 中 に い れ ば 持明 者 の 明術 も 役 に た つ ま い 」 と し て 結界 を 張 り 、 近寄れ な い よう に し た 。 不動 明王 が 大 自在 天 を 呼 び に 行 く と 不浄 の 結界 で 覆 わ れ て い た の で 、 不動 明王 は 不浄 金剛 ( 烏枢 沙摩明 王 ) を 召還 し 、 不浄 を 食ら いつ く さ せ た 。 そして 、 ただちに 不動 明王 は 大 自在 天 を 捕らえ て 仏陀 の 元 へ 連行 する 。 しかし 大 自在 天 は 「 汝 ら は 夜叉 に すぎ ぬ が 、 私 は 神々 の 王 な の だ 」 と 言 い 何 回 も 逃げ 続け た 。 仏陀 が 「 断罪 すべ し 」 と 命 ずる と 、 大 自在 天 と その 妃 ( ウマー ) を 踏み殺 し 絶命 さ せ た の だっ た 。 ( 降三 世夜 叉明王 ) そして 、 大 自在 天 の 処分 を 尋ね る と 仏陀 は 「 蘇生 さ せよ 」 と 言 う の で 、 法界 生 真言 を 唱え て を 復活 さ せ た 。 大 自在 天 は 喜び 不思議 が り 「 この 夜叉 は 何者 な の で しょ う か ? 」 と 尋ね る と 、 仏陀 は 「 諸仏 の 主 で あ る 」 と 答え た 。 大 自在 天 は 感激 し 、 万物 の すべて に お い て 尊 い 諸仏 の 上 に 、 さらに 諸仏 の 主 が い る こと を 知 り 、 また 彼 が 不動 明王 と い う 「 大王 」 の おかげ で 将来 仏 に なれ る 授記 を も 得 た の だっ た 。 ここ で は 、 不動 明 王 の こと を 、 夜叉 、 大王 、 諸仏 の 主 と 呼 ん で い る の が 特徴 的 で あ る 。 密教 の 明王 像 は 多面 多臂 の 怪異 な 姿 の もの が 多 い が 、 不動 明王 は 一面 二 臂 で 剣 と 羂索 を 持 つ の を 基本 と し て い る ( 密教 の 図像 集 など に は 多臂 の 不動 明 王 像 も 説 か れ る が 、 立体 像 と し て 造形 さ れ る こと は まれ で あ る ) 。 また 、 その 身体 は 基本 的 に 醜 い 青黒 い 色 で 表現 さ れ る 像容 が 多 い 。 これ は どぶ 泥 の 色 と も い わ れ 、 煩悩 の 泥 の 中 に お い て 衆生 を 済度 せん こと を 表 し て い る と い わ れ る 。 しかし 底哩 経 など に は 、 身体 の 色 は 青黒 か 赤黄 と あ り 、 頂 は 七 髷 か 八葉 蓮華 、 衣 は 赤土 色 、 右牙 を 上 に 出 し 左牙 を 外側 に 出 す 、 と い う の が 一般 的 と さ れ る 。 日本 に 輸入 さ れ て から は 一面 二 臂 像 の まま 異形 が 生 じ た 。 特に 空海 や 円珍 に よ る 不動 法 が 流行 し て から は 多数 の 変化 像 を 生 ん だ 。 空海 入唐 の 故事 に 因 ん だ 波切 不動 ( 高野 山 南院 ) や 、 円珍 の 感得 に よ る 黄 ・ 赤 ・ 青 の 三色 の 身色 で 表 さ れ る 不動 など も 生 じ た 。 また 五色 不動 と し て 黒 ・ 白 ・ 赤 ・ 青 ・ 黄 の 眼 で 表 さ れ る 不動 像 も 生 じ 、 これ ら は 現在 の 東京 の 地名 で あ る 目黒 ( 東京 都 ) や 目白 の 由来 で は 、 と も 言 わ れ て い る ( ただし 異説 も あ る ) 像 容 は 肥満 し た 童子 形 に つく る こと が 多 く ( 『 大日経 』 の 出典 に よ る ) 、 怒り に よ っ て 逆巻 く 髪 は 活動 に 支障 の な いよう 弁髪 で まとめ 上げ 、 法具 は 極力 付け ず 軽装 で 、 法衣 は 片袖 を 破 っ て 結 ん だ 。 その 装束 は 古代 インド の 奴隷 な い し 従者 の 姿 を 基 に し た もの と さ れ 、 修行 者 に 付き 従 い これ を 守 る 存在 で あ る こと を 表 し て い る 。 右手 に 降魔 の 三 鈷 剣 ( 魔 を 退散 さ せ る と 同時 に 人々 の 煩悩 を 断ち切 る ) 、 左手 に 羂索 ( けんじゃく 悪 を 縛り上げ 、 また 煩悩 から 抜け出せ な い 人々 を 救い上げ る ため の 投げ縄 の よう な もの ) を 握りしめ 、 背 に 迦楼 羅焔 ( かるら えん 三毒 を 喰ら い 尽く す 伝説 の 火 の 鳥 「 迦楼羅 の 形 を し た 炎 ) を 背負 い 、 憤怒 の 相 で 粗岩 ( 磐石 ( ばんじゃく ) ) の 上 に 座 し て 「 一切 の 人々 を 救 う まで は ここ を 動かじ 」 と 決意 する 姿 が 一般 的 で あ る ( 日本 で は 坐像 の 他 、 立像 も 数 多 く 存在 し て い る ) 。 インド で 起こ り 、 中国 を 経 て 日本 に 伝わ っ た 不動 明王 で あ る が 、 インド や 中国 に は 、 その 造像 の 遺例 は 非常 に 少な い 。 日本 で は 、 密教 の 流行 に 従 い 、 盛ん に 造像 が 行な わ れ た 。 日本 に 現存 する 不動 明 王 像 の うち 、 平安 初期 の 東寺 講堂 像 、 東寺 御影 堂像 など の 古 い 像 は 、 両眼 を 正面 に 見開 き 、 前歯 で 下唇 を 噛 ん で 、 左右 の 牙 を 下向き に 出 し た 、 現実 的 な 表情 ( 平常 眼 ) で 製作 さ れ て い た 。 しかし 時代 が 降 る に つれ 、 天地 眼 ( 右眼 を 見開 き 左眼 を すがめ る 、 あるいは 右眼 で 天 、 左眼 で 地 を 睨 む ) 、 牙上 下出 ( 右 の 牙 を 上方 、 左 の 牙 を 下方 に 向け て 出 す ) と い う 、 左右 非 対称 の 姿 の 像 が 増え る よう に な る 。 これ は 10 世紀 、 天台 僧 ・ 安然 ら が 不動 明王 を 観想 ( 思い浮かべ る ) する ため に 唱え た 「 不動 十 九 観 」 の 影響 に よ る もの で あ る 。 時代 を さらに 下 る と 、 不動 明 王像 は 天地 眼 に よ る 表現 が ほぼ 完全 に 主流 と な っ て い っ た が 、 天地 眼 の 刻 み 方 が 一般 的 に な っ て も 、 運慶 の 静岡 ・ 願成 就院 の 不動 明王 ・ 二 童子 立像 など 、 一部 に は 両目 を 見開 き 、 牙 が 両方 とも 下 を 向 い て 咬 ん で い る 古来 の 相 に 倣 っ て 刻 ま れ た 平常 眼像 が 見受け られ る 。 願成 就院 の 不動 明 王 像 と ほぼ 同 時期 に 運慶 が 制作 し た 、 神奈川 県 ・ 浄楽 寺 の 不動 明 王 立像 は 、 胴部 が 願成 就院 と ほぼ 同一 の 造形 で あ る もの の 顔面 が 天地 眼 の 相 で 彫 ら れ て い る こと から 、 運慶 が 相 の 彫り分け を 行 っ て い た こと が 伺え る 。 相 が 平常 眼 か 天地 眼 か は 単に 時代 の 変遷 に よ る もの と は 限 ら ず 、 依頼 主 ・ 発願 主 の 意向 や 目的 等 に よ っ て 彫り分け て い た 可能 性 が あ る 。 ヒノキ 材 の 寄木造り の 本像 は 、 小仏 師 十 人 と 共 に 運慶 が 、 和田 義盛 の 発願 に よ っ て 造像 し た こと が 分か っ て い る 。 不動 明王 は 、 八 大 童子 と 呼 ば れ る 眷属 を 従え た 形 で 造像 さ れ る 場合 も あ る 。 ただし 、 実際 に は 八大 童子 の うち の 二 名 、 矜羯 羅 童子 ( こんがら どうじ ) と 制多 迦 童子 ( せいたか どう じ ) を 両脇 に 従え た 三尊 の 形式 で 絵画 や 彫像 に 表わ さ れ る こと が 多 い ( 不動 明 王 二 童子 像 また は 不動 三 尊像 と 言 う ) 。 三尊 形式 の 場合 、 不動 明王 の 右 ( 向か っ て 左 ) に 制多 迦 童子 、 左 ( 向か っ て 右 ) に 矜羯 羅 童子 を 配置 する の が 普通 で あ る 。 矜羯羅 童子 は 童顔 で 、 合掌 し て 一心 に 不動 明王 を 見上げ る 姿 に 表わ さ れ る もの が 多 く 、 制多 迦 童子 は 対照 的 に 、 金剛 杵 ( こんごう しょ ) と 金剛 棒 ( いずれ も 武器 ) を 手 に し て いたずら 小僧 の よう に 表現 さ れ た もの が 多 い 。 八 大 童子 の 残り 六名 は 、 慧光 ( えこう ) 童子 、 慧喜 ( えき ) 童子 、 阿耨 達 ( あの くた ) 童子 、 指徳 ( しとく ) 童子 、 烏倶 婆伽 ( うぐば が ) 童子 、 清浄 比丘 ( しょう じょう び く ) で あ る 。 これ ら 八 大 童子 の 彫像 の 作例 と し て は 、 高野山 金剛峯 寺 不動堂 に 伝わ っ た 国宝 の 像 が よく 知 ら れ る 。 東京 都 世田谷 区 の 世田谷山 観音寺 に は 、 鎌倉 時代 の 仏師 ・ 康 円 ( 運慶 の 孫 ) 作 の 不動 明王 及び 八大 童子 像 が あ る が 、 これ は 奈良 県 天理 市 に あ っ た 廃寺 ・ 内山 永久寺 から 移 さ れ た もの で あ る 。 なお 、 不動 明王 の 眷属 と し て 八大 童子 を 配 する こと は 、 サンスクリット 経典 に は 見え な い よう で 、 中国 で 考案 さ れ た もの と 言 わ れ て い る 。 この 他 に 三十 六 童子 、 四十 八 使 者 と 呼 ば れ る もの が あ る 。 また 東寺 の よう に 五 大 明王 と 呼 ば れ る 主要 な 明王 の 中央 に 配 さ れ る こと も 多 い 。 大日経 の 他 、 特に 修験 道 に お い て 好 ん で 読誦 さ れ る もの が 多 い 。 代表 的 な もの を 幾 つ か 挙げ る 。 聖無動尊 大 威 怒王 秘密陀羅尼 経 ( しょうむ どう そん だい いぬ おう ひみつ だら に きょう ) 大日 如来 の 大 法 会 で 普賢 菩薩 が 文殊 菩薩 と 衆生 に 向か っ て 自ら の 感得 し た 不動 明王 に つ い て 教え を 説 き 、 大日 如来 が お 墨付き を 与え る と い う 筋書き 。 なお 太平 記 に お い て 日野 資朝 の 息子 阿新丸 に よ る 仇討ち の 話中 、 行者 が 明王 に 祈念 し て 舟 で 追手 の 手 から 逃げ のびる シーン は 、 「 大法 の 船 を 設け 普く 苦海 を 度 し て 彼岸 に 到ら しむ る 」 と い う 部分 の オマージュ で あ る 。 仏説聖 不動 経 ( ぶっせつ しょう ふ どうきょう ) 前述 の 経典 の 教え の エッセンス を 短 く まとめ た もの で 、 日本 で 成立 し た もの 。 不動 明王 自身 が 教え を 説 く と い う 形式 を 採 る 。 衆生 の 心 の 有 り 方 は 一様 で な い ( 悟り に 到 る 道 も 個々 に よ っ て 異な る ) の で 心 の 中 に 住み ( 修行 者 自身 が 不動 明王 で あ る ) 、 各々 に 合わせ て 姿 を 変え 願い を 叶え る と い う 内容 が 説 か れ て い る 。 稽首聖 無動 尊 祕 密陀羅尼 経 ( けい しゅしょうむ どう そん ひみつ だら に きょう ) 印 を 結 ぶ 動作 が 加わ る など 、 密教 色 の 極めて 強 い もの と な っ て い る 。 以下 四 つ は 他 の 尊格 や 日本 の 神々 を も 代表 する 存在 で あ る と し た 讃嘆 経 に 類 する もの 。 他 の 神仏 に 優 る 超越 的 絶対 者 と し て で は な く 、 衆生 の 心 の あ り 方 は 一様 で な い の で 悟り に 到 る 道 も 個々 に よ っ て 異な る と い う 前述 の 思想 を 受け た もの と 考え られ て い る 。 不動 尊 劔 の 文 不動 尊 祈 り 経 不動明 王 利益 和讃 五 體 加持 その 他 、 関連 する もの と し て 五 大力 南無 三十 六 童子 南無 八 大 童子 宮城 ・ 松島 瑞巌 寺 五 大堂   ( 秘仏 ) 木造 不動明 王 坐像 ( 五 大 明 王 の うち ) ( 平安 時代 、 重要 文化 財 ) 千葉 ・ 成田 山 新勝寺   木造 不動明 王 二 童子 像 ( 鎌倉 時代 、 重要 文化 財 ) 東京 ・ 瀧泉 寺 ( 目黒 不動 ) 東京 ・ 金剛寺 ( 日野 市 ) ( 高幡 不動 )   木造 不動明 王 二 童子 像 ( 平安 時代 、 重要 文化 財 ) 神奈川 ・ 大山 寺 ( 神奈川 県 )   鉄造 不動明 王 二 童子 像 ( 鎌倉 時代 、 重要 文化 財 ) 富山 ・ 日石寺   不動 明 王 坐像 ( 凝灰 岩磨崖 ) ( 平安 時代 、 重要 文化 財 ) 滋賀 ・ 延暦 寺   木造 不動明 王 立像 ( 鎌倉 時代 、 重要 文化 財 ) 滋賀 ・ 石山 寺   木造 不動明 王 坐像 ( 平安 時代 、 重要 文化 財 ) 滋賀 ・ 西明 寺 ( 甲良 町 )   木造 不動明 王 立像 ( 平安 時代 、 重要 文化 財 ) 京都 ・ 東寺 講堂 木造 不動明 王 坐像 ( 五 大 明 王 の うち ) ( 平安 時代 、 国宝 ) 京都 ・ 東寺 御影 堂 木造 不動明 王 坐像 ( 平安 時代 、 国宝 ) 京都 ・ 鹿苑 寺 ( 金閣 寺 )   石造 不動明 王 像 京都 ・ 同聚院 ( 東福 寺 塔頭 )   木造 不動明 王 坐像 ( 平安 時代 、 重要 文化 財 ) 奈良 ・ 東大 寺 法華 堂   木造 不動明 王 二 童子 像 ( 南北朝 時代 、 重要 文化 財 ) 奈良 ・ 新 薬師寺   木造 不動明 王 二 童子 像 ( 平安 時代 、 重要 文化 財 ) 奈良 ・ 唐 招提寺   木造 不動明 王像 ( 江戸 時代 、 重要 文化 財 ) 奈良 ・ 長谷 寺   木造 不動明 王 坐像 ( 平安 時代 、 重要 文化 財 ) 大阪 ・ 観心 寺   木造 不動明 王 坐像 ( 南北朝 時代 、 重要 文化 財 ) 大阪 ・ 瀧谷 不動明 王寺   木造 不動明 王 二 童子 像 ( 平安 時代 、 重要 文化 財 ) 和歌山 ・ 金剛 峯寺   木造 不動明 王 立像 ( 平安 時代 、 重要 文化 財 ) 和歌山 ・ 金剛 峯寺 ( 護摩 堂 )   木造 不動明 王 坐像 ( 鎌倉 時代 、 重要 文化 財 ) 和歌山 ・ 高野山 南院   木造 不動明 王 立像   ( 波切 不動 ) ( 平安 時代 、 重要 文化 財 ) 兵庫 ・ 神呪 寺   木造 不動明 王 坐像   ( 平安 時代 、 重要 文化 財 ) 黄 不動- 滋賀 ・ 園城 寺 ( 三井寺 ) 蔵   絹本 着色 不動明 王像 ( 国宝 ) 青 不動- 京都 ・ 青蓮 院 蔵   絹本 着色 不動明 王 二 童子 像 ( 国宝 ) 赤 不動- 和歌山 ・ 高野 山明 王 院蔵   絹本 着色 不動明 王 二 童子 像 ( 重要 文化 財 ) なお 江戸 の 名所 と し て の 『 三 不動 』 に つ い て は 五色 不動 を 参照 。 東北 三十 六 不動 尊 関東 三十 六 不動 近畿 三十 六 不動 尊 四国 三十 六 不動 +大日 如来 ( だい にち にょらい ) 、 サンスクリット マハー ・ ヴァイローチャナ ( mahaavairocana ) は 、 密教 に お い て 宇宙 その もの と 一体 と 考え られ る 汎神論 的 な 如来 ( 法身 仏 ) の 一尊 。 その 光明 が 遍 く 照ら す ところ から 遍照 、 また は 大日 と い う 。 三昧 耶形 は 、 金剛 界 曼荼羅 で は 宝塔 、 胎蔵 曼荼羅 で は 五輪 塔 。 種子 ( 密教 ) ( 種字 ) は 金剛 界 曼荼羅 で は バン ( vaM ) 、 胎蔵 曼荼羅 で は アーク ( aaH ) また は ア ( a ) 。 大 毘盧遮那 成仏 神変 加持 経 ( 大日経 ) の 教主 で あ り 、 大日経 の 説 く 胎藏 曼荼羅 中台 八 葉院 九尊 の 主 で あ る 。 また 金剛 頂経 の 説 く 金剛 界 曼荼羅 五 智 如来 の 中心 。 空海 の 開 い た 真言 宗 に お い て 、 究極 的 に は 修行 者 自身 と 一体 化 す べ き もの と し て 最も 重要 な 仏陀 で あ る 。 不動 明王 は 、 密教 の 根本 尊 で あ る 大日 如来 の 化身 、 あるいは その 内証 ( 内心 の 決意 ) を 表現 し た もの で あ る と 見な さ れ て い る 。 後期 密教 を 大幅 に 取り入れ た チベット 仏教 で も 、 大日 如来 は 五 仏 ( 五 智 如来 ) の 中心 と し て 尊崇 さ れ る 。 チベット 仏教 で は 、 宝飾 品 を 身 に 纏 わ ず に 通常 の 如来 の 姿 で 表現 さ れ たり 、 あるいは 多面 仏 と し て 描 か れ る こと も あ る 。 像 形 は 、 宝冠 を はじめ 瓔珞 など の 豪華 な 装身 具 を 身 に 着け た 、 菩薩 の よう な 姿 の 坐像 と し て 表現 さ れ る 。 これ は 古代 インド の 王族 の 姿 を 模 し た もの で あ る 。 一般 に 如来 は 装身 具 を 一切 身 に 着け な い 薄衣 の 姿 で 表現 さ れ る が 、 大日 如来 は 宇宙 その もの 存在 を 装身 具 の 如 く 身 に まと っ た 者 と し て 、 特に 王者 の 姿 で 表 さ れ る の で あ る 。 印相 は 、 金剛 界 大日 如来 は 智拳印 を 、 胎蔵 界 大日 如来 は 法界 定 印 を 結 ぶ 。 アフラ ・ マズダー 起源 説 に つ い て 大日 如来 ( 摩訶 毘盧遮那 仏 、 マハー ・ ヴァイローチャナ ) の 成立 の 起源 を 、 ゾロアスター 教 の 善 の 最高 神 アフラ ・ マズダー に 求め る 学説 が あ る 。 太陽 の 属性 と 智 の 属性 、 火 を 信奉 する こと を 根拠 と し て い る が 、 ゾロアスター 教 と 密教 は 教義 に 大きな 差 が あ る 。 その アフラ ・ マズダー は 、 ミタンニ ・ ヒッタイト に おけ る 契約 の 神 ヴァルナ を 起源 と する 学説 も あ る 。 この 説 は 昔 から ヴァルナ が 光明神 ミスラ と の セット で あ る こと 、 彼 が アスラ で あ る こと を 前提 と し て い る が 、 それ 以外 に は 主だっ た 類似 性 は 見 られ な い 。 また 、 大日 如来 を インド 神話 の アスラ 神族 の 王 ヴィローチャナ に 求め る 学説 も あ る 。 この 名 が 華厳 経 の 教主 の 毘盧 遮那 仏 ( ヴァイローチャナ ) と 類似 する こと から 、 毘盧 遮那 仏 から 発展 し た 大日 如来 とも 同一 視 する 学説 も あ る 。 その 説 は 、 チャーンドギヤ ・ ウパニシャッド の 説話 を 根拠 と し て い る よう だ 。 ただ 、 インド の 叙事 詩 「 マハーバーラタ 」 で は 、 ヴィローチャナ と は 太陽 神 の こと で あ り 、 必ず しも ヴィローチャナ と い う 言葉 が アスラ 王 のみ を 意味 する わけ で は な い 。 また 、 太陽 神 と し て の ヴィシュヌ も この 異名 を 持 つ ため 、 すぐ さま 起源 と は 言え な い 。 アスラ王 や ゾロアスター 教 の 最高 神 を 大日 如来 の 起源 と する この 説 は 、 いまだ に 結論 が つ い て い な い 。 ( 実際 、 他 の 神々 の 起源 も 名 の 類似 性 以外 に 大きな 根拠 が な い こと が 多 い 。 ) 金剛界 : オン ・ バザラ ・ ダド ・ バン 胎蔵界 : オン ・ アビラ ・ ウン・ ケン 岐阜 ・ 横蔵 寺 ( 揖斐川 町 ) 像 、 鎌倉 時代 。 京都 ・ 東寺 講堂 像 、 現存 像 は 室町 時代 の 再興 。 奈良 ・ 円成 寺 像 、 平安 時代 末期 、 運慶 作 。 国宝 。 奈良 ・ 唐 招提 寺 像 、 平安 時代 前期 。 和歌山 ・ 金剛 峯 寺像 、 平安 時代 前期 、 元 西塔 本尊 。 +女人 禁制 ( にょにんきんせい ) と は 、 女性 に 対 し て 社寺 や 霊場 、 祭場 など へ の 立入り を 禁 じ 、 男性 主体 の 修行 や 参拝 に 限定 する 事 。 女性 の 月経 に 関係 する 特定 の 期間 を 忌み と する 一時 的 な 女人 禁制 と 、 女性 を 男性 と 区別 し て 恒常 的 に 立入り を 禁 ずる 永続 的 な 女人 禁制 が あ る 。 特に 、 霊山 に おけ る 入山 規制 の 結界 を 「 女人 結界 」 と 言 い 、 その 境界 に は 女人 境界 石 が 建て られ て い た 。 しかし 、 信仰 心 の 篤 い 女性 信者 の ため に 、 結界 の 外 に 女性 が 念仏 に 励 む 場所 と し て 女人 堂 が 建て られ た 。 また 、 女性 の 参拝 ・ 修行 を 許可 し た 場所 を 「 女人 高野 」 と い う 。 明治 時代 の 文明 開化 以降 、 多く の 山 の 女人 結界 が 解除 さ れ た 。 また 近年 、 女性 の 社会 進出 と 共 に 「 女人 解禁 」 が 議論 さ れ 、 解禁 さ れ た 場所 も あ る 。 現在 も 女人 禁制 の 伝統 を 守 っ て い る の は 極一部 で あ る 。 霊山 など へ の 女人 禁制 は 、 主に 修験 道 の 伝統 に もとづ く と さ れ て い る 。 修験 道 は 仏教 ( 主に 密教 ) に 、 日本 の 古来 の 神道 や 大陸 由来 の 道教 など が 習合 し て 成立 し た もの で あ る ため 、 なぜ 女性 の 入山 を 禁止 し て い る の か ?   その 理由 を 明確 に 知 る こと は 難し い 。 仏教 の 戒律 に 由来 する 理由 本来 の 仏教 に は 、 ある 場所 を 結界 し て 、 女性 の 立ち入り を 禁止 する 戒律 は 存在 し な い 。 道元 の 正法 眼蔵 に も 、 日本 仏教 の 女人 結界 を 「 日本 国 に ひと つ の わらひ ごと あ り 」 と 批判 し て い る 箇所 が あ り 、 法然 や 親鸞 など も 女人 結界 に は 批判 的 で あ る 。 ただし 仏教 は 、 人間 の 欲望 を 煩悩 と みな し 、 智慧 を も っ て 煩悩 を 制御 する こと を 理想 と し て お り 、 人間 の 欲 の うち 、 最も 克服 し がた い 性欲 を 抑え る こと を 薦め て も い る 。 その ため 出家 者 の 戒律 に は 、 性 行為 の 禁止 ( 不淫 戒 ) 、 自慰 行為 の 禁止 ( 故 出精戒 ) 、 異性 と 接触 する こと の 禁止 ( 触女 人戒 ) 、 猥褻 な 言葉 を 使 う こと の 禁止 ( 麁語 戒 ) 、 供養 と し て 性交 を 迫 る こと の 禁止 ( 嘆身 索 供養 戒 ) 、 異性 と 二人 きり に な る こと を 禁止 ( 屏所 不定戒 ) 、 異性 と 二人 で い る 時 に 関係 を 疑 わ れ る 行動 する こと を 禁止 ( 露処 不 定戒 ) など 、 性欲 を 刺激 する 可能 性 の あ る 行為 に 関 し て は 厳し い 制限 が あ る 。 また 修験 者 は 、 半僧 半俗 の 修行 者 で あ る が 、 その 場合 で も 、 修行 中 は 少な く とも 不淫 戒 を 守 る 必要 が あ る ( 八斎戒 の 一 つ ) 。 ちなみ に 在家 信徒 も 、 淫 ら な 性 行為 ( 婚前 性 交渉 、 浮気 、 不倫 や 強制 猥褻 、 獣姦 、 強姦 など ) は 不邪淫 戒 と し て 禁 じ られ て い る ( 五戒 の 一 つ ) 。 また 在家 者 も 座禅 や 念仏 など の 修行 に 打ち込 む 期間 だけ は 不 淫戒 を 守 る こと が 薦め られ る 。 それ ら の 目的 を 達成 する ため に 、 修験 道 で は 、 男性 の 修行 場 から 女性 を 排除 し た もの と 思 わ れ る 。 逆 に 尼寺 ( 女性 出家 者 の 施設 ) は ( 女性 出家 者 を 性 暴力 など の 被害 から 守 る 理由 で ) もともと 僧寺 ( 男性 出家 者 の 施設 ) に 付属 する 施設 と 規定 さ れ て お り 、 その ため 男性 を 厳格 に は 排除 し づら か っ た 。 また 、 仏教 で は 、 本来 ( 破戒 僧 が 自分 の 愛人 を 出家 さ せ て 身辺 に 置 く こと を 防 ぐ ため ) 仏陀 を 除 く 出家 者 は 異性 の 出家 者 を 弟子 と し て 得度 する こと は 禁 じ られ て い る 。 ( 僧 を 得度 でき る の は 僧 のみ 。 尼 を 得度 でき る の は 尼 のみ ) 弟子 の 得度 に 必要 な 施設 を 戒壇 と い う 。 そもそも 日本 で 最初 の 出家 者 は 尼 で あ っ た が 、 その 戒壇 の 設置 に 朝廷 の 許可 が 必要 で あ っ た 奈良 時代 以降 、 鎌倉 時代 くらい まで 、 戒壇 の 設置 を 許 さ れ た 東大 寺 や 延暦 寺 など の 戒壇 が 全て 男性 僧侶 を 対象 と し て お り 、 女性 ( 尼 ) の 授戒 得度 が 困難 で あ っ た 点 と の 関連 も 考え られ て い る 。 ただ 仏教 の 戒律 は 、 上記 の よう に 出家 者 、 修行 者 、 在家 で 求め られ る 戒律 が それぞれ 異な り 、 戒律 の 内容 や 解釈 、 厳格 さ も 各 宗 派 で 異同 が あ る 。 その ため 尼寺 で も 「 男子 禁制 」 の 寺院 が 存在 し て い たり 、 山岳 部 に あ っ て も 女人 禁制 が 取 ら れ て い な い 寺院 も 存在 し て い たり する 。 神道 の 血穢 に よ る 理由 神道 に お い て は 、 生物 の 身体 から 離れ て 、 流出 し た 血液 は 血 の 穢れ と みな さ れ る 。 ( これ は 身体 の 一部 が 身体 から 分離 し た もの と ケガレ と みな す 考え 方 で 、 頭髪 や 爪 、 排泄 物 など に も 同様 な 観念 が み られ る 、 また 他 の 宗教 や 神話 に も 類似 し た 観念 が 存在 する ) その ため 、 生理 中 の 女性 や 産褥 中 の 女性 が 、 神聖 と さ れ る 場所 ( 神社 の 境内 など ) に 入 る こと や 、 神聖 な 物 ( 御輿 など ) に 接触 する こと を 禁止 する タブー が 古来 より あ る 。 本来 は 、 女性 だけ で な く 、 生傷 を 負 っ て 流血 し て い る 男性 が 神域 に 入 る こと や 、 神域 で の 狩猟 など も 同様 な 理由 で 禁止 さ れ て い る の だ が 、 封建 時代 の 男尊 女 卑 の 風潮 から 、 女性 を 神域 から 排除 する 理由 と し て 生理 や 産褥 の 血 の 穢れ のみ が 強調 さ れ 、 使 わ れ はじめ た と 思 わ れ る 。 道教 や 密教 など の 神通 力 信仰 一説 に は 古代 日本 に お い て は 、 おもに 道教 や 密教 の 影響 で 、 僧侶 に 対 し 加持 祈祷 に よ る 法力 、 神通 力 が 期待 さ れ て い た ため と する 説 も あ る 。 僧侶 が 祈祷 に 必要 な 法力 を 維持 する ため に は 持戒 の 徹底 が 必要 で あ る と 考 ら れ て い た 。 性欲 を 起こ す と 仙人 が 神通 力 を 失 う 話 と し て は 、 今昔 物語 に あ る 久米 仙人 の 話 が 有名 で あ る 。 久米川 の 辺 で 洗濯 する 若 い 女性 の 白 い 脛 ( はぎ ) に 見惚れ て 、 神通 力 を 失 い 、 墜落 し 、 その 女性 を 妻 と し た と い う 。 中世 に おけ る 神仏 習合 上記 の 仏教 と 神道 、 道教 など の 異な る タブー 観 が 、 中世 に 習合 し 、 山岳 の 寺院 、 修験 道 など を 中心 と し て 、 鎌倉 時代 ごろ に 今 の 女人 禁制 、 女人 結界 の ベース と な る 観念 が 成立 し た もの と 考え られ て い る 。 また 、 唯識 論 で 説 か れ た 「 女人 地獄 使 。 能断 仏 種子 。 外面 似 菩薩 。 内心 如 夜叉 」 ( 華厳 経 を 出典 と する 俗説 あり ) や 法華 経 の 「 又 女 人身 。 猶有 女 人 五 障説 」 を 、 その 本来 の 意味 や 文脈 から 離れ 、 「 女性 は 穢 れ て い る の で 成仏 でき な い 、 救 わ れ な い 」 と い う 意味 に 曲げ て 解釈 し 、 引用 する 仏教 文献 も 鎌倉 時代 ごろ から 増え て くる 。 ( 原典 に そう い う 意味 は な い ) これ ら を も っ て 、 女人 禁制 は 鎌倉 仏教 の 女性 観 に 基づ く と 説明 さ れ る こと が あ る 。 ただし 上記 の よう に 法然 や 道元 の よう な 鎌倉 時代 の 宗祖 たち に は 、 女人 禁制 に 批判 的 で あ っ た 人物 が い た こと に も 留意 し た い 。 その 他 に 、 女人 禁制 の 由来 と 思 わ れ る 理由 また 修験 道 の 修行 地 が 人跡 未踏 の 厳し い 山岳 地帯 で あ っ た ため と の 見 方 が あ る 。 今 で も 登山 者 の 遭難 事故 は 珍し い こと で は な い 。 まして 古代 に お い て は 山 は 魑魅 魍魎 が 住 む 危険 な 場所 と 考え られ て い た 。 その ため 子供 を 産 む 女性 は 安全 の ため 近づ か な い 、 近づ い て は な ら な い 場所 で あ っ た と する 。 逆 に そう い う 場所 だ から こそ 、 修験 者 は 異性 に 煩わ さ れ な い 厳し い 修行 の 場 と し て 、 山岳 を 選 ん だ と い う もの 。 文明 が 進 ん で 、 山道 など が 整備 さ れ る と 、 信心 深 い 女性 が 逆 に 修験 者 を 頼 っ て 登山 し て くる よう に な り 、 困 っ た 修験 者 たち が 結界 石 を 置 い て タブー の 範囲 を 決め 、 その 外側 に 女人 堂 を 置 い て 祈祷 や 説法 を 行な っ た の だ と する 。 民俗 学 者 の 柳田 国男 は 姥捨 山 ・ 岩木 山 の 登山 口 に も 姥石 と い う 結界 石 が あ る の に 着目 し 、 結界 を 越え た 女性 が 石 に 化 し た と い う 伝説 を 『 妹 の 力 』 『 比丘 尼 石 』 の なか で 紹介 し て い る 。 結界 石 ・ 境界 石 の 向こう は 他界 ( 他界 山上 他界 ) で あ り 、 宗教 者 は 俗世 から 離れ た 一種 の 他界 で 修行 を 積 む こと に よ っ て 、 この世 な ら ぬ 力 を 獲得 する と 考え られ た 。 また 、 古来 、 山神 、 イワナガ ヒメ が 女神 で あ る こと から 、 女神 の 嫉妬 を 避け る 為 と の 説 も あ る 。 たとえば 『 遠野 物語 』 に 登場 する 遠野 三山 伝説 で は 、 早池 峰山 ・ 六角 牛山 に それぞれ 3 人 の 女神 が 住 ん だ 山 と さ れ 、 長 ら く 女人 禁制 で あ っ た 。 これ は 女性 を 危険 な 山 に 近づ せ な い ため の タブー 神話 で あ る と も 考え られ る 。 しかし 現在 で も 女人 禁制 で あ る 沖 の 島 の 宗像 大社 沖津宮 の 祭神 、 タギリビメ も 女神 で あ る こと から 、 女神 は 嫉妬 ぶか く 、 女性 を 忌 む と い う 神話 も 、 別 に 成立 し て い た の か も しれ な い 。 また 別 の 説 で は 巫女 や イタコ と い っ た 「 女性 に は 霊 が つ き やす い 」 から 荒 修行 が 女性 に は 困難 で あ る と い う 説明 づけ も さ れ る こと が あ る 。 女人 禁制 の 理由 に つ い て は 、 上記 の よう な さまざま な 由来 や 学説 が 唱え られ て い る 。 各々 の 場所 に は 各々 の 由来 が 伝え られ て い る 。 また それ ら が 歴史 的 な 過程 で 絡み合 い 変容 し て い く 場合 も あ り 、 どれ か 一 つ を も っ て 一般 論 を 導き出 す の は 、 困難 と いえ る 。 なお 、 祭り に 女人 禁制 が 取り入れ られ た の は 、 男尊 女 卑 が 広 く 浸透 し た と さ れ る 江戸 時代 な い し 明治 時代 以降 の こと と 考え られ 、 『 古事 記 』 に は 祭り に 女性 が 参加 し て い た 記述 が 見 られ る 。 また 古代 の 日本 で は 、 女性 は 神聖 な 者 で 神霊 が 女性 に 憑依 する と 広 く 信 じ られ て お り 、 卑弥 呼 に 代表 さ れ る よう に 神 を 祭 る 資格 の 多く は 、 女性 に あ る と 考え られ て い た 。 一 例 と し て 神道 の 祖形 を 留め て い る と い わ れ る 沖縄 で は 女性 は 「 神人 ( かみんちゅ ) 」 と 呼 ば れ ( 男性 は 「 海人 ( うみん ちゅ ) 」 、 ノロ など の 神職 が 祭祀 を 行 う 場 で は 女人 禁制 と は 逆 の 男子 禁制 が 敷 か れ て い た 。 現在 で も 風習 の 名残 は 残 っ て い る 。 2005 年 11 月 3 日 、 大峰 山 の 女人 禁制 に 反対 する 人々 が 結成 し た 「 大峰山 に 登 ろ う プロジェクト 」 ( 以下 、 プロジェクト ) の メンバー が 、 大峯山 登山 の ため に 現地 を 訪れ 、 寺院 側 に 質問 書 を 提出 し 、 解禁 を 求め た が 不調 に 終わ っ た 。 その 結果 改めて 話し合い の 場 を 設け る こと で 合意 し て 両者 解散 し た が 、 その 直後 に 問題 提起 の 為 と し て プロジェクト の 女性 メンバー 3 人 が 登山 を 強行 し た 。 この 行為 に 対 し 寺院 側 、 反対 派 地元 住民 、 および いく つ か の 報道 機関 が 批判 を 行 っ た 。 プロジェクト 側 の 行動 を 賞賛 する 意見 ( 男尊 女 卑 を 肯定 する 象徴 で あ り 、 男女 共同 参画 理念 に 反 する 悪習 で あ る ) も あ る 一方 、 女人 禁制 は 堅持 す べ き と する 意見 ( 日本 に 根付 い た 宗教 ・ 伝統 文化 を 継承 する もの で あ り 、 男尊 女 卑 など の 差別 を 推進 する 意図 の もの で は な く 、 強行 登山 は 日本 文化 を 冒涜 する 軽率 な 愚行 で あ る ) も あ る 。 また 信教 の 自由 の 立場 から プロジェクト 側 を 批判 する 意見 ( ある 信仰 や 風習 が 近代 的 な 価値 観 から 見 て 迷信 的 に 見え た と し て も 、 高圧 的 かつ 軽率 に それ を 捨て さ せ る 態度 は よ く な い 。 信仰 し て い る 人 たち の 自発 的 な 改革 を 待 つ べ き ) も あ る 。 また 日本 に は 逆 に 男子 禁制 の 風習 が あ る 祭礼 や 場所 ( 御嶽 ( 沖縄 ) など ) が あ る が 、 それ に つ い て 廃止 ・ 修正 する 行動 が な さ れ て い な い 事 に 関 し て 、 プロジェクト 側 を 批判 する 識者 も あ る 。 仏教 ・ 山岳 修験 道 系 富士 山 - 但し 江戸 時代 後期 より 解禁 。 立山 - 但し 明治 5 年 より 解禁 。 白山 - 上 に 同じ 。 比 叡山 - 上 に 同じ 。 高野山 - 但し 明治 37 年 より 解禁 。 出羽 三 山 平成 9 年 より 解禁 。 ただし 男女 別 の 修行 期間 が あ る 。 石鎚山 ( 愛媛 県 ) - 現在 は お 山開き の 7 月 1日 の み 女人 禁制 。 大峰山 ( 奈良 県 ) - 山体 全域 が 対象 で 、 登山 道 に は 大きな 看板 が 立 つ 。 反対 運動 あり 。 後山 ( 道仙 寺 ) ( 岡山 県 ) - 但し 、 山頂 へ 向か う 登山 道 は 除 く 。 神道 系 沖 ノ島 - 男性 で も 上陸 時 に 精進 潔斎 が 必要 。 田名部 まつり ( 青森 県 むつ 市 ) - 近年 、 女性 が ヤマ を 曳 く こと は 許 さ れ て い る が 、 基本 的 に は 女人 禁制 で あ り 、 ヤマ に 乗 る こと は 許 さ れ て い な い 。 竿燈 ( 秋田 市 ) 祇園 祭 ( 京都 市 ) の 山鉾 - 一部 の 山鉾 に は 女性 の 囃子 方 が い る が 、 巡行 の 先頭 に 立 つ 長刀 鉾 など は 女人 禁制 で あ る 。 博多 祇 園 山 笠 ( 福岡 県 ) - 但し 小学 生 以下 の 少女 は 男性 同様 の 扮装 ( 締め込 み ) で 参加 可能 な 場合 有り 。 岸和田 だんじり 祭 - 女性 が だんじり を 曳 く こと は 許 さ れ て い る が 、 だんじり に 乗 る こと は でき な い 。 鉱山 ( 山師 ) - 近代 の 炭鉱 で は 、 慣習 が 途絶え 、 女性 も 坑内 作業 に 従事 する よう に な る 。 工事 中 の トンネル 内 ( 山師 ) - 現在 は 女性 技術 者 も お り 、 問題 と な る こと は な い 。 酒蔵 ( 杜氏 ) - 現在 は 女性 杜氏 も い る 。 大 相撲 の 土俵 ( 力士 ) - 現在 で も 継続 さ れ て お り 議論 さ れ て い る 。 歌舞伎 - 歌舞伎 の 創始 者 と さ れ て い る の は 女性 で あ る が 、 各地 で 歌舞伎 劇 と 売春 を 兼ね る 集団 が 出現 する など 風紀 上 の 問題 から 、 女人 禁制 と な り 、 現在 に 連な る 男性 のみ の 「 野郎 歌舞伎 」 と な っ た 。 能 - 能楽 協会 へ の 女性能 楽師 の 加入 は 1948 年 に 認め られ た 。 日本 能楽 会 ( 重要 無形 文化 財 総合 認定 ) へ の 加入 は 2004 年 に 認め られ た 。 アトス 山 - 正教会 の 修道 院 が 置 か れ る 、 家畜 で も メス の 持ち込み は 禁止 。 ただし ネコ を 除 く 。 古代 ギリシャ の オリンピア 競技 場 - 既婚 の 女性 のみ 観戦 禁止 。 未婚 女性 は 出場 は でき な い が 観戦 は 可 。 フリー メイソン の 至聖 所 - 会員 資格 も 五体 満足 で 文盲 で な い 成人 男子 に 限定 さ れ て い る 。 会員 制 ゴルフ 場 ( 会員 資格 や 施設 使用 権 等 を 男性 に 限定 し て い る ゴルフ クラブ ) - セント・ アンドリュース 、 オーガスタ ナショナル GC 、 小金井 カントリー 倶楽部 など の 歴史 の 古 い ゴルフ 場 が 多 い 。 +十 一 面 観音 ( じゅう いち めん かんの ん ) 、 サンスクリット エーカダシャ ・ ムカ ( ekadazamukha ) は 、 仏教 の 信仰 対象 で あ る 菩薩 の 一尊 。 梵名 は 文字 通り 「 11 の 顔 」 の 意 で あ る 。 観音 菩薩 の 変化 身 ( へんげしん ) の 一 つ で あ り 、 六 観 音 の 一 つ で も あ る 。 玄奘 訳 の 「 十 一 面 神咒 心経 」 に その 像容 が 明らか に さ れ て い る とおり 、 本体 の 顔 以外 に 頭上 に 11 の 顔 を 持 つ 菩薩 で あ る 。 三昧 耶形 は 水瓶 、 開蓮 華 。 種子 ( 密教 ) ( 種字 ) は キャ ( ka ) 、 キリーク ( hriiH ) 。 大光 普照 ( だい こうふ しょう ) 観音 と も 呼 ば れ 、 頭上 の 11 面 の うち 、 前後 左右 の 10 面 は 菩薩 修行 の 階位 で あ る 十地 を 表 し 、 最上 部 の 仏面 は 仏果 を 表 す と さ れ る 。 これ は 衆生 の 十 一 品 類 の 無明 煩悩 を 断 ち 、 仏果 を 開 か しめ る 功徳 を 表 す と さ れ る 。 「 救わ で 止まんじ 」 の 誓願 を 持 つ が ゆえ に 、 大悲 闡 提 と も 呼 ば れ る 。 六 観音 の 役割 で は 、 阿修羅 道 の 衆生 を 摂化 する と い う 。 日本 語 で は 「 十 一 面 観音 菩薩 」 、 「 十 一 面 観世音 菩薩 」 など さまざま な 呼 び 方 が あ る が 、 国宝 、 重要 文化 財 等 の 指定 名称 は 「 十 一 面 観音 」 と な っ て い る 。 もともと は インド 起源 の 尊格 と 思 わ れ る が 、 インド に おけ る 作例 は 顕著 な もの が な く 、 唐 の 玄奘 訳 の 「 十 一 面 神咒 心経 」 が 流布 し た こと に よ り 、 中国 および 日本 で さかん に 造像 さ れ た 。 日本 で は 、 奈良 時代 から 十 一 面 観音 の 造像 ・ 信仰 は さかん に 行 わ れ 、 法隆 寺 金堂 壁画 ( 1949 年 の 火災 で 焼損 ) 中 の 十 一 面 観音像 が 最古 の 作例 と 見 な さ れ る 。 奈良 時代 の 作例 と し て は 他 に 奈良 ・ 聖林 寺像 ( 国宝 。 大神 神社 の 神宮寺 の 大 御 輪 寺 伝来 ) 京都 ・ 観音 寺 像 ( 国宝 ) 、 奈良 ・ 薬師 寺 像 ( 重文 ) など が あ る 。 東大 寺 二 月 堂 の 本尊 も 十 一 面 観音 で あ る が 、 古来 厳重 な 秘仏 で あ る ため 、 その 像容 は 明らか で な い 。 同寺 の 年中 行事 で あ る 「 お 水取り 」 は 、 十 一 面 観音 に 罪障 の 懺悔 を する 行事 ( 十 一 面 悔過 法要 ) で あ る 。 また 伝承 で は 、 奈良 時代 の 修験 道僧 で あ る 泰澄 は 、 幼少 より 十 一 面 観音 を 念 じ て 苦修 練行 に 励 み 、 霊場 と し て 名高 い 白山 を 開山 、 十 一 面 観音 を 本地 と する 妙理 権現 を 感得 し た 。 平安 時代 以降 、 真言 宗 ・ 天台 宗 の 両教 を 修め た 宗叡 は 、 この 妙理 権 現 を 比叡 山 延暦 寺 に 遷座 し 、 客人 権 現 と し て 山王 七 社 の 一 つ に 数え られ て い る 。 十 一 面 観音 は その 深 い 慈悲 に よ り 衆生 から 一切 の 苦しみ を 抜き去 る 功徳 を 施 す 菩薩 で あ る と さ れ 、 女神 の よう な 容姿 に 造 ら れ た もの が 多 い 。 多く の 十 一 面 観音像 は 頭部 正面 に 、 阿弥陀 如来 の 化仏 ( けぶつ ) を いだ き 、 頭上 に は 仏面 、 菩薩 面 、 瞋 怒面 ( しんぬめん ) 、 狗牙 上出面 ( く げじょうしゅつめん ) 、 大笑面 など 、 人間 の 喜怒 哀楽 を 表現 し た 面 を 乗せ 、 右手 を 垂下 し 、 左手 に は 蓮華 を 生け た 花瓶 を 持 っ て い る 姿 で あ る こと が 多 い 。 この 像容 は 玄奘 訳 の 「 十 一 面 神咒 心経 」 に 基づ く もの で あ る 。 瞋 怒面 は 眉 を 吊り上げ 、 口 を 「 へ 」 の 字 に 結 ん で 怒り の 表情 を 表 し た もの 、 狗牙 上出面 は 結 ん だ 唇 の 間 から 牙 を 現わ す もの 、 大笑面 は 大口 を 開け て 笑 う 表情 を 表 し た もの で あ る 。 通例 、 頭頂 に 仏面 、 頭上 の 正面 側 に 菩薩 面 ( 3 面 ) 、 左側 ( 向か っ て 右 ) に 瞋 怒 面 ( 3 面 ) 、 右側 ( 向か っ て 左 ) に 狗牙 上出面 ( 3 面 ) 、 拝観 者 から は 見え な い 背面 に 大笑面 ( 1 面 ) を 表わ す 。 「 十 一 面 神咒 心経 」 に よ れ ば 、 右手 は 垂下 し て 数珠 を 持 ち 、 左手 に は 紅蓮 を 挿 し た 花瓶 を 持 つ こと と さ れ て い る 。 ただし 、 彫像 の 場合 は 右手 の 数珠 が 省略 な い し 亡失 し た もの が 多 い 。 一方 、 真言 宗 豊山 派 総 本山 長谷 寺 本尊 の 十 一 面 観音像 は 、 左手 に は 通常 通り 蓮華 を 生け た 花瓶 を 持 っ て い る が 、 右手 に は 大 錫杖 を 持 ち 、 岩 の 上 に 立 っ て い る の が 最大 の 特徴 で あ る 。 豊山 派 の 多く の 寺院 に 安置 さ れ た 十 一 面 観音像 は この 像容 と な っ て い る ため 、 通常 の 十 一 面 観音 像 と 区別 し て 「 長谷 寺 式 十 一 面 観音 」 と 呼 ば れ る 。 空海 に よ っ て 伝え られ た 正純 密教 で は 、 不空 の 訳経 に 基づ く 四 臂 像 も 造像 さ れ た が 、 日本 に おけ る 作例 は 二 臂 像 が 圧倒 的 に 多 い 。 金 剛界   オン ・ ロケイジンバラ ・ キリク 胎蔵界   オン ・ マカキャロニキャ ・ ソワカ オン ・ ダラダラ ・ ジリジリ ・ ドロドロ ・ イチバチ ・ シャレイ ・ シャレイ ハラシャレイ ・ ハラシャレイ ・ クソメイ ・ クソマバレイ ・ イリミリ ・ シリシチ ・ ジャラマ ハナヤ ・ ハラマシュダ ・ サタバ ・ マカキャロニキャ ・ ソワカ 奈良 時代 奈良 ・ 聖林 寺像 ( 国宝 ) 京都 ・ 観音寺 ( 京田辺 市 ) 像 ( 国宝 ) 岐阜 ・ 美江 寺 像 ( 重文 ) 平安 時代 福井 ・ 羽賀 寺像 ( 重文 ) 滋賀 ・ 向源 寺 ( 渡岸 寺 ) 像 ( 国宝 ) 滋賀 ・ 櫟野 寺像 ( 重文 、 坐像 ) 京都 ・ 六波羅 蜜 寺像 ( 国宝 ) 大阪 ・ 道明 寺 ( 藤井寺 市 ) 像 ( 国宝 ) 兵庫 ・ 中山 寺 ( 宝塚 市 ) 像 ( 重文 ) 奈良 ・ 法華 寺 像 ( 国宝 ) 奈良 ・ 室生 寺 像 ( 国宝 ) 鎌倉 時代 以降 京都 ・ 宝積 寺像 ( 重文 ) 京都 ・ 法金 剛 院 像 ( 重文 、 坐像 ) 奈良 ・ 長谷 寺像 ( 重文 ) 絵画 奈良 国立 博物 館 本 ( 国宝 、 平安 時代 ) +地蔵 菩薩 ( じぞうぼさつ ) 、 サンスクリットクシティ ・ ガルバ ( dkSitigharbha ) は 、 仏教 の 信仰 対象 で あ る 菩薩 の 一尊 。 クシティ は 「 大地 」 、 ガルバ は 「 胎内 」 「 子宮 」 の 意味 で 、 意訳 し て 「 地蔵 」 と 言 う 。 また 持地 、 妙憧 、 無辺 心 と も 訳 さ れ る 。 三昧 耶形 は 如意 宝珠 と 幢幡 ( 竿 の 先 に 吹き流し を 付け た 荘厳具 ) 、 錫杖 。 種子 ( 密教 ) ( 種字 ) は カ ( ha ) 。 大地 が 全て の 命 を 育 む 力 を 蔵 する よう に 、 苦悩 の 人々 を その 無限 の 大慈悲 の 心 で 包 みこ み 、 救 う 所 から 名付け られ た と さ れ る 。 一般 的 に は 「 子供 の 守 り 神 」 と し て 信 じ られ て お り 、 よく 子供 が よろこ ぶ お 菓子 が 供え られ て い る 。 一般 的 に 、 親しみ を こめ て 「 お 地蔵 さん 」 、 「 お 地蔵 様 」 と 呼 ば れ る 。 とう 利天 に 在 っ て 釈迦 仏 の 付属 を 受け 、 毎朝 禅定 に 入り て 衆生 の 機根 ( 性格 や 教え を 聞け る 器 ) を 感 じ 、 釈迦 の 入滅 後 、 56 億 7000 万 年 後 に 弥勒 菩薩 が 出現 する まで の 間 、 現世 に 仏 が 不在 と な っ て しま う ため 、 その 間 、 六道 ( 地獄 道 ・ 餓鬼道 ・ 畜生 道 ・ 修羅 道 ・ 人道 ・ 天道 ) を 輪廻 する 衆生 を 救 う 菩薩 で あ る と さ れ る 。 一般 に は 剃髪 し た 声聞 ・ 比丘 形 ( 僧侶 の 姿 ) で 袈裟 を まと い 、 左手 に 如意 宝珠 、 右手 に 錫杖 を 持 つ 形 、 また は 左手 に 如意 宝珠 を 持 ち 、 右手 は 与願 印 ( 掌 を こちら に 向け 、 下 へ 垂ら す ) の 印相 を と る 像 が 多 い 。 しかし 、 密教 で は 胎蔵 曼荼羅 地蔵 院 の 主尊 と し て 、 髪 を 高 く 結い上げ 装身 具 を 身 に 着け た 通常 の 菩薩 形 に 表 さ れ 、 右手 は 右胸 の 前 で 日輪 を 持 ち 、 左手 は 左腰 に 当て て 幢幡 を 乗せ た 蓮華 を 持 つ 。 地蔵 菩薩 本願 功 徳経 に 説 か れ る ご 利益 は 以下 の 通り で あ る 。 二十 八 種 利益 1 . 天龍 護念 、 2 . 善果 日 増 、 3 . 集聖 上因 、 4 . 菩提 不 退 、 5 . 衣食 豊足 、 6 . 疾疫 不 臨 、 7 . 離水 火災 、 8 . 無盗 賊 厄 、 9 . 人見 欽敬 、 10 . 神 鬼助持 、 1 1 . 女転 男身 、 12 . 為 王臣 女 、 13 . 端正 相好 、 1 4 . 多生 天上 、 15 . 或為 帝王 、 16 . 宿智 命 通 、 17 . 有求 皆 従 、 18 . 眷属 歓楽 、 19 . 諸横 消滅 、 20 . 業 道 永除 、 21 . 去 処 盡 通 、 22 . 夜夢 安楽 、 23 . 先亡 離苦 、 2 4 . 宿福 受生 、 25 . 諸聖 讃 歎 、 26 . 聰明 利根 、 27 . 饒慈 愍 心 、 28 . 畢竟 成佛 七種 利益 1 . 速 超 聖地 、 2 . 悪業 消滅 、 3 . 諸佛 護 臨 、 4 . 菩提 不 退 、 5 . 増長 本力 、 6 . 宿命 皆 通 、 7 . 畢竟 成佛 偽経 と さ れ る 閻羅 王 授記 四 衆 逆 修生 七往生 浄土 経 ( 預修 十 王 生 七 経 ) や 十 王 経 ( 地蔵 菩薩 発 心因縁 十 王 経 ) に よ っ て 、 道教 の 十 王 信仰 と 結びつ い て 地蔵 菩薩 を 閻魔 と 閻魔 と 同一 の 存在 で あ る と い う 信仰 が 広ま っ た 。 閻魔王 は 地蔵 菩薩 と し て 人々 の 様子 を 事細か に 見 て い る ため 、 綿密 に 死者 を 裁 く こと が でき る と する 。 日本 に お い て は 、 浄土 信仰 が 普及 し た 平安 時代 以降 、 極楽 浄土 に 往生 の かな わ な い 衆生 は 、 必ず 地獄 へ 堕ち る もの と い う 信仰 が 強ま り 、 地蔵 に 対 し て 、 地獄 に おけ る 責め 苦 から の 救済 を 欣求 する よう に な っ た 。 賽 の 河原 で 獄卒 に 責め られ る 子供 を 地蔵 菩薩 が 守 る と い う 民間 信仰 も あ り 、 子供 や 水子 の 供養 で も 地蔵 信仰 を 集め た 。 また 、 関西 で は 地蔵 盆 は 子供 の 祭り と し て 扱 わ れ る 。 また 道祖 神 と 習合 し た ため 、 日本 全国 の 路傍 で 石像 が 数 多 く 祀 ら れ た 。 中国 に お い て は 、 地蔵 菩薩 は 十 王 思想 と 結びつ い て 地藏 王 菩薩 と も 呼 ば れ 、 冥界 の 教主 と し て も 信仰 さ れ る 。 閻魔王 と し て 死者 を 裁 く こと から 、 主に 死後 の ( 地獄 から の ) 救済 を 願 っ て 信仰 さ れ る 。 日本 の 神奈川 県 横浜 市 中 区 に も 、 華僑 に よ っ て 建立 さ れ た 死者 の 永眠 を 祀 る 地藏 王廟 ( 中華 義荘 ) が あ る 。 地藏 王 菩薩 の 聖地 は 、 安徽 省 に あ る 九華 山 で あ る 。 これ は 、 新羅 の 金和 尚 、 金 地蔵 と も 呼 ば れ る 地蔵 と い う 僧 ( 696 年 - 794 年 ) が 、 この 地 に あ る 化城 寺 に 住 し た こと に 因 む もの で あ る 。 齢 九十 九 で 、 この 地 で 入滅 し た 地蔵 は 、 3 年 後 に 棺 を 開 い て 塔 に 奉安 し よ う と し た ところ 、 その 顔貌 が 生前 と 全く 変わ る こと が な かっ た こと など から 、 地蔵 を 地藏 王 菩薩 と 同一視 する 信仰 が 生まれ 、 その 起塔 の 地 が 地藏 王 菩薩 の 聖地 と な っ た もの で あ る 。 その 故事 に よ っ て 、 文殊 菩薩 の 五 台 山 、 普賢 菩薩 の 峨眉山 、 観音 菩薩 の 普陀 山 と 並 ぶ 中国 仏教 の 聖地 と し て 、 今日 まで 信仰 を 集め て い る 。 日本 で は 、 地蔵 菩薩 の 像 を 6 体 並べ て 祀 っ た 六 地 蔵 像 が 各地 で 見 られ る 。 これ は 、 仏教 の 六道 輪廻 の 思想 ( 全て の 生命 は 6 種 の 世界 に 生まれ変わり を 繰り返 す と する ) に 基づ き 、 六道 の それぞれ を 6 種 の 地蔵 が 救 う と する 説 から 生まれ た もの で あ る 。 六 地蔵 の 個々 の 名称 に つ い て は 一定 し て い な い 。 地獄 道 、 餓鬼道 、 畜生 道 、 修羅 道 、 人道 、 天道 の 順 に 檀陀 ( だんだ ) 地蔵 、 宝珠 地蔵 、 宝印 地蔵 、 持地 地蔵 、 除蓋 障 ( じょがいしょう ) 地蔵 、 日光 地蔵 と 称 する 場合 と 、 それぞれ を 金剛 願 地蔵 、 金剛 宝 地蔵 、 金剛 悲 地蔵 、 金剛 幢 地蔵 、 放光 王 地蔵 、 預天賀 地蔵 と 称 する 場合 が 多 い が 、 文献 に よ っ て は 以上 の いずれ と も 異な る 名称 を 挙げ て い る 物 も あ る 。 いずれ に し て も 、 像容 の み から それぞれ の 地蔵 が どれ に 当た る か を 判別 する こと は ほぼ 不 可能 で あ る 。 日本 で は 、 六 地 蔵 像 は 墓地 の 入口 など に しばしば 祀 ら れ て い る 。 中尊 寺 金色堂 に は 、 藤原 清衡 ・ 藤原 基衡 ・ 藤原 秀衡 の 遺骸 を 納め た 3 つ の 仏壇 の それぞれ に 6 体 の 地蔵 像 が 安置 さ れ て い る が 、 各像 の 姿 は ほとんど 同一 で あ る 。 過去 久遠 の 昔 、 インド に 大変 慈悲 深 い 2人 の 王 が い た 。 一人 は 自ら が 仏 と な る こと で 人 を 救 お う と 考え 、 一切 智威 如来 と い う 仏 に な っ た 。 だ が 、 もう 一人 の 王 は 仏 に な る 力 を 持 ち ながら 、 あえて 仏 と な る こと を 拒否 し 、 自ら の 意 で 人 の 身 の まま 地獄 に 落ち 、 すべて の 苦悩 と さ 迷 い 続け る 魂 を 救 お う と し た 。 それ が 地蔵 菩薩 で あ る 。 地蔵 菩薩 の 霊験 は 膨大 に あ り 、 人々 の 罪業 を 滅 し 成仏 さ せ る と か 、 苦悩 する 人々 の 身代わり に な っ て 救済 する と い う 説話 が 多 い 。 菩薩 は 如来 に 次 ぐ 高 い 見地 に 住 する 仏 で あ る が 、 地蔵 菩薩 は 「 一斉 衆生 済度 の 請願 を 果た さ ずば 、 我 、 菩薩 界 に 戻らじ 」 と の 決意 で その 地位 を 退 し 、 六道 を 自ら の 足 で 行脚 し て 、 救 わ れ な い 衆生 、 親 より 先 に 世 を 去 っ た 幼 い 子供 の 魂 を 救 っ て 旅 を 続け る 。 幼 い 子供 が 親 より 先 に 世 を 去 る と 、 親 を 悲し ま せ 親 孝行 の 功徳 も 積 ん で い な い こと から 、 三途 の 川 を 渡れ ず 賽 の 河原 で 鬼 の いじめ に 遭 い ながら 石 の 塔婆 作り を 永遠 に 続け な けれ ば な ら な い と さ れ る 。 賽 の 河原 に 率先 し て 足 を 運 ん で は 鬼 から 子供 達 を 守 っ て や り 、 仏法 や 経文 を 聞 かせ て 徳 を 与え 、 成仏 へ の 道 を 開 い て い く 逸話 は 有名 で あ る 。 この よう に 、 地蔵 菩薩 は 最も 弱 い 立場 の 人々 を 最 優先 で 救済 する 菩薩 で あ る こと から 、 古来 より 絶大 な 信仰 の 対象 と な っ た 。 施餓 鬼 法要 と の 関係 また 後年 に な る と 、 地蔵 菩薩 の 足下 に は 餓鬼界 へ の 入口 が 開 い て い る と する 説 が 広 く 説 か れ る よう に な る 。 地蔵 菩 薩像 に 水 を 注 ぐ と 、 地下 で 永 い 苦しみ に 喘 ぐ 餓鬼 の 口 に その 水 が 入 る 。 仏教上 に おけ る 餓鬼 は 、 生前 嘘 を 他言 し た 罪 で 燃え る 舌 を 持 っ て お り 、 口 に 入れ た 飲食 物 は 炎 を 上げ て 燃え尽き 飲み食い する こと は 出来 な い が 、 地蔵 菩薩 の 慈悲 を 通 し た 水 は 餓鬼 の 喉 に も 届 き 、 暫く の 間苦しみ が とぎれ る と 言 わ れ て い る ( その 間 に 供養 を 捧げ た り 得 の 高 い 経文 を 聞 かせ たり し て 成仏 を 願 う の が 施餓 鬼 の 法要 の 一端 で も あ る ) 。 これ は 六道 全て に 隔て な く 慈悲 を 注 ぐ と 言 わ れ る 地蔵 菩薩 の 功徳 を 表 す 説 で あ り 、 施餓 鬼 法要 と 地蔵 菩薩 は 深 い 関係 と し て 成立 し て い っ た 。 仏教上 で は 、 非道 者 で 仏法 を 否定 、 誹謗 する 者 を 一闡提 ( 略 し て 闡提 ) と い う が 、 これ に は 単に 「 成仏 し 難 い 者 」 と い う 意味 も あ る こと から 、 一切 の 衆生 を 救 う 大いなる 慈悲 の 意志 で 、 あえて 成仏 を 取り止め た 地蔵 菩薩 や 観音 菩薩 の よう な 菩薩 を 「 大悲 闡 提 」 と 称 し 、 通常 の 闡提 と は 明確 に 区別 する 。 先 に 述べ た 「 六 地蔵 」 と は 六道 それぞれ を 守護 する 立場 の 地蔵 尊 で あ り 、 他界 へ の 旅立ち の 場 で あ る 葬儀 場 や 墓 に 多 く 建て られ た 。 また 道祖 神 信仰 と 結びつ き 、 町外れ や 辻 に 「 町 の 結界 の 守護 神 」 と し て 建て られ る こと も 多 い 。 これ を 本尊 と する 祭り と し て 地蔵 盆 が あ る 。 また 道祖 神 の こと を シャグジ と も い う こと から 、 シャグジ に 将軍 の 字 を 当て 、 道祖 神 と 習合 し た 地蔵 を 将軍 地蔵 ( 勝軍 と も 書 く ) と も 呼 ぶ よう に な っ た 。 なお 、 民間 説話 で あ る 西遊 記 で は 冥界 を 司 る と し て 地藏 王 菩薩 が 孫悟空 ( 斉天 大聖 ) の 暴れっぷり を 地獄 から 天 の 玉皇 大帝 に 上奏 する と し て 描 か れ て い る 。 オン カカカビ サンマエイソワカ ( 唵訶 訶 訶尾 娑摩 曳 娑婆 訶 ) 神仏 習合 の もと で 地蔵 菩薩 の 本地 垂迹 と さ れ る 神 と し て は 、 愛宕 神 や アメノコヤネ が い る 。 病苦 の 身代わり 化粧 地蔵 おしろ い 地蔵 洗い 地蔵 赤地蔵 味噌 な め 地蔵 あごなし 地蔵 塩 地 蔵 あんこ 地蔵 首なし 地蔵 首切り 地蔵 足切り 地蔵 紙張り 地蔵 腰折 地蔵 咳止め 地蔵 生木 地蔵 ぬりこべ 地蔵 目洗い 地蔵 くろ かね 焼 地 蔵 賽 の 河原 地蔵 子育て 地蔵 ・ 子安 地蔵 子守 地蔵 三体 地蔵 腹帯 地蔵 釘抜き 地蔵 とげぬき 地蔵 引導 地蔵 水子 地蔵 六 地蔵 苦抜き 地蔵 毛替 り 地蔵 船乗り 地蔵 汗かき 地蔵 しば ら れ 地蔵 芋 地蔵 火焼け ( ほやけ ) 地蔵 延命 地蔵 首 つぎ 地蔵 勝軍 地蔵 日限 地蔵 開運 地 蔵 無尽 地蔵 国宝 法隆寺 ( 奈良 県 斑鳩 町 ) - 平安 時代 前期 、 ( 大御 輪寺 旧 蔵 ) 重要 文化 財 ( 国 指定 ) 木之本 地蔵院 ( 浄信 寺 ) ( 滋賀 県 伊香 郡 木之本 町 ) - 日本 三 大 地蔵 尊 、 鎌倉 時代 広隆 寺 ( 京都 府 京都 市 ) - 平安 時代 ( 埋木 地蔵 ) 六波羅 蜜 寺 ( 京都 府 京都 市 ) - 鎌倉 時代 、 運慶 作 ( 推定 ) 六波羅 蜜 寺 ( 京都 府 京都 市 ) - 平安 時代 ( 鬘掛地蔵 ) 浄瑠璃 寺 ( 京都 府 木津川 市 ) - 平安 時代 帯解 寺 ( 奈良 県 奈良 市 ) - 鎌倉 時代 ( 帯解子 安 地蔵 ) 東大寺 ( 奈良 県 奈良 市 ) - 鎌倉 時代 、 公慶 堂 安置 、 快慶 作 東大寺 ( 奈良 県 奈良 市 ) - 鎌倉 時代 、 念仏 堂 安置 、 康清 作 福智院 ( 奈良 県 奈良 市 ) - 鎌倉 時代 伝香 寺 ( 奈良 県 奈良 市 ) - 鎌倉 時代 ( 法服 地蔵 ) 室生 寺 ( 奈良 県 宇陀 市 ) - 平安 時代 ( 五 尊 像 の 一 つ と し て ) 宝戒 寺 ( 神奈川 県 鎌倉 市 ) - 仏師 憲 円 の 作 。 その 他 高岩 寺 ( 東京 都 豊島 区 ) - 巣鴨 と げ 抜き 地蔵 尊 建長 寺 ( 神奈川 県 鎌倉 市 ) - 地蔵 菩薩 を 本尊 と する 壬生 寺 ( 京都 府 京都 市 ) - 地蔵 菩薩 を 本尊 と する 如意 寺 ( 神戸 市 ) ( 兵庫 県 神戸 市 ) - 地蔵 菩薩 を 本尊 と する 圓 宗院 ( 神奈川 県 平塚 市 ) -   お 助け 地蔵 尊 地蔵 三 経 地蔵 菩薩 本願 経 大乗 大集 地蔵 十 輪 経 占察 善 悪 業報 経 中国 で 成立 し た と さ れ る 偽経 閻羅 王 授記 四 衆 逆 修生 七往生 浄土 経 地蔵 菩薩 発 心因縁 十 王 経 日本 で 成立 し た と さ れ る 偽経 仏説 延命 地蔵 菩薩 経 +愛染 明王 ( あいぜんみょうおう ) は 、 仏教 の 信仰 対象 で あ り 、 密教 特有 の 尊格 で あ る 明王 の 1 つ 。 梵名 ラーガ ・ ラージャ ( Ragaraja ) は 、 インド など の 仏典 に その 名 は 見 られ ず 、 また 、 インド で の 作例 も な い 忿怒 尊 で あ る 。 衆生 が 仏法 を 信 じ な い 原因 の 一 つ に 「 煩悩 ・ 愛欲 に よ り 浮世 の かりそめ の 楽 に 心惹 か れ て い る 」 こと が あ る が 、 愛染 明王 は 「 煩悩 と 愛欲 は 人間 の 本能 で あ り これ を 断 ずる こと は 出来 な い 、 むしろ この 本能 その もの を 向上 心 に 変換 し て 仏道 を 歩 ま せ る 」 と する 功徳 を 持 っ て い る 。 愛染 明王 は 一面 六 臂 で 他 の 明王 と 同じく 忿怒 相 で あ り 、 頭 に は どの よう な 苦難 に も 挫折 し な い 強 さ を 象徴 する 獅子 の 冠 を かぶ り 、 叡知 を 収め た 宝瓶 の 上 に 咲 い た ハス の 華 の 上 に 結跏 趺坐 で 座 る と い う 、 大変 特徴 あ る 姿 を し て い る 。 もともと 愛 を 表現 し た 神 で あ る ため その 身色 は 真紅 で あ り 、 後背 に 日輪 を 背負 っ て 表現 さ れ る こと が 多 い 。 また 天 に 向か っ て 弓 を 引 く 容姿 で 描 か れ た 姿 ( 高野山 に 伝え られ る 「 天弓 愛染明 王 像 」 等 ) や 、 双頭 など 異形 の 容姿 で 描 か れ た 絵図 も 現存 する 。 額 に 第 三 の 目 を 持 つ が 、 俗 に これ を 女性 器 を 表 し た もの だ と い う 説 が あ る 。 しかし その 出典 は 不明 で 、 真偽 の 程 は わか ら な い 。 愛染 明王 信仰 は その 名 が 示 す とおり 「 恋愛 ・ 縁結び ・ 家庭 円満 」 など を つかさど る 仏 と し て 古く から 行 わ れ て お り 、 また 「 愛染 = 藍染 」 と 解釈 し 、 染物 ・ 織物 職人 の 守護 神 と し て も 信仰 さ れ て い る 。 さらに 愛欲 を 否定 し な い こと から 、 古く は 遊女 、 現在 で は 水 商売 の 女性 の 信仰 対象 に も な っ て い る 。 日蓮 系 各派 の 本尊 ( 曼荼羅 ) に も 不動 明王 と 相対 し て 愛染 明王 が 書 か れ て い る が 、 空海 に よ っ て 伝え られ た 密教 の 尊格 で あ る こと から 日蓮 以来 代々 梵字 で 書 か れ て い る 。 なお 日蓮 の 曼荼羅 に おけ る 不動 明王 は 生死 即 涅槃 を 表 し 、 これ に 対 し 愛染 明王 は 煩悩 即 菩提 を 表 し て い る と さ れ る 。 愛染 明王 ( あいぜんみょうおう ) の 起源 は 、 学説 的 に は 不明 だ が 、 愛染 明王 の 真言 の ひと つ 「 フーン   タッキ   フーン   ジャハ   フーン 」 から 推察 する に 、 後期 密教 に おけ る 十 忿 怒 尊 の タッキ ・ ラージャ ( カーマ ・ ラージャ ) と 関連 あ る と 思 わ れ る 。 タッキ は 愛 と か 死 を 意味 する と も 言 わ れ る が 、 正確 な 語源 は 不明 。 タッキ を ダーキニー ( 茶枳 尼天 ) に 求め る 説 も あ る 。 ダーキニー は しばしば 魔女 と さ れ る こと から 、 タッキ ・ ラージャ を 邦訳 する なら ば 魔女 の 王 と い っ た ところ か 。 タッキ は あるいは 、 失 わ れ た 神格 か 俗語 な の か も しれ な い 。 カーマ と は 修行 中 の シヴァ 神 に 誘惑 の 矢 を 放 っ て 焼き殺 さ れ た 愛 の 神 で あ る 。 カーマ 神 は 別名 を マーラ ( 魔羅 ) と も い い 、 ブッダ を 誘惑 し て い る 。 マーラ に は 、 ラーガー と い う 娘 も い る 。 詳し く は カーマ ( ヒンドゥー 教 ) の 項目 を 参照 。 マーラ は 第 六 天 に 住 む 天界 の 最高 神 で あ り 、 他化 自在 天 や 第 六 天魔 王 と も い う 。 詳し く は ( 天魔 ) の 項目 で 。 ( 天界 の 最高 神 で は あ る が 、 仏教 で は 、 その 上 に さらに 多く の 世界 が 存在 する こと を ご 理解 いただ き たい ) 他 化 自在 天 は 弓 を も っ た 姿 で 描 か れ 、 この世 の すべて を 自在 に 操 り 他人 を 楽し ま せ 、 自分 も 楽し む 神 で あ る 。 見 方 を 変えれ ば 誘惑 者 で あ り 、 また 、 楽し い 気持ち に さ せ て くれ る 神 で あ る 。 大日 如来 は この 他 化 自在 天 の 王宮 で 説法 し た と さ れ る 。 愛染 明王 も 、 愛 に 対 する 見方 を 変え 極め た 仏 と いえ よ う 。 金剛 愛 菩薩 が もっとも 尊格 と し て は 近 く 、 愛 の 弓 を 引 く おそらく 、 弓 を も つ 愛 の 神 を 取りいれ 、 密教 の 菩薩 と し て 解釈 さ れ た の が 金剛 愛 菩薩 で あ り 、 その 憤怒 尊 が 愛染 明王 で は な い か と 思 わ れ る 。 愛染 明王 は 眷属 と し て 祀 ら れ る こと が 多 い が 、 以下 の よう に 本尊 と し て い る 例 も 存在 する 。 愛染 明王 を 本尊 と する 寺院 愛染 堂 ( 勝鬘 院 ) ( 大阪 市 天王寺 区 ) - 聖徳 太子 建立 の 四 天王 寺 四院 の 一 つ 。 西国 愛染 霊場 の 一番 札所 ) 金剛 三 昧院 ( 和歌山 県 高野 町 ) - 北条 政子 所縁 の 寺 。 源 頼朝 の 念持佛 で あ る 愛染 明王 を 祀 る 。 本尊 は 国 の 重要 文化 財 ) 舎 那院 ( 滋賀 県 長浜 市 ) - 本尊 は 鎌倉 時代 の 作 で 国 の 重要 文化 財 。 豊臣 秀吉 が 奉献 し た と さ れ る ) 愛染院 ( 東京 都 練馬 区 ) ( 東京 都 練馬 区 ) - 本尊 の 愛染 明 王 像 は 秘仏 光明山 愛染院 ( 板橋 区 ) ( 東京 都 板橋 区 ) - 地元 の 染物 業 者 の 信仰 対象 と な っ て い る ) その 他 、 愛染 明王 を 祀 る 代表 的 な 寺院 西 大寺 ( 奈良 市 ) ( 奈良 県 奈良 市 ) - 重要 文化 財 の 愛染 明 王像 は 善 円 の 作 。 京都 御所 の 近衛 公 政 所 御殿 を 移築 し た 愛染 堂 に 安置 神護 寺 ( 京都 市 右京 区 ) - 重要 文化 財 の 愛染 明 王像 は 仏師 康 円 の 作 。 神童 寺 ( 京都 府 相楽 郡 山城 町 ( 京都 府 ) ) - 天弓 愛染 像 奈良 国立 博物 館 像 - 重要 文化 財 の 愛染 明 王像 は 鎌倉 時代 の 仏師 快成 の 作 。 覚園 寺 ( 鎌倉 市 二 階堂 ) - 愛染 堂 の 愛染 明王 坐像 は 鎌倉 時代 後期 の 作 。 +坐禅 ( ざぜん ) と は 、 姿勢 を 正 し て 坐 っ た 状態 で 精神 統一 を 行 う 、 禅 の 基本 的 な 修行 法 。 「 座禅 」 と も 表記 さ れ る が 、 正式 に は 「 坐 」 の 字 を 使用 する 。 姿勢 、 呼吸 、 心 を ととのえ る ( 調身 、 調息 、 調心 ) 。 坐 る 際 に は 坐禅 用 の クッション で あ る 坐蒲 ( ざふ ) を 用い る 。 座 布団 を 二 つ 折り に し て も 代用 する こと も あ る 。 坐蒲 に 腰 を 下ろ し 、 膝 を 床 に つけ る 程度 に 浅 く 、 あぐら を かく 。 足 の 組 み 方 は 結跏 趺坐 ( けっか ふざ ) もしくは 半結跏 趺坐 ( はんか ふざ ) で 行 う 。 結跏 趺坐 の や り 方 は 左 もも の 上 に 右足 を 乗せ 、 右 かかと を 腹 に 近づけ る 。 次 に 右もも の 上 に 左足 を 乗せ る 。 一方 、 左足 のみ を 右 もも に 乗せ る の が 半結跏 趺坐 で あ る 。 いずれ も 両足 と 尻 と の 3 点 で つり合い よく すわ る 。 手 は 法界 定印 ( ほっかい じょういん ) を 組 む 。 右掌 を 上 に 向け 、 その 上 に 、 左掌 を 上 に し て 重ね る 。 両手 の 親指 先端 を かすか に 合わせ る 。 目 は 半開き に し て 視線 は 1 m 程度 先 で 落と す 。 あご を 引 き 、 舌 は 前歯 の 付け根 に 軽 く 触れ る よう に し て 口 を 軽 く 結 ぶ 。 肩 の 力 を 抜 き 、 背筋 を 伸ば す 。 腰 は 引き 気味 で 腹 を 少し 前 に 突き出 す 。 鼻 と ヘソ が 相対 する よう に 。 呼吸 は 自然 に まかせ る 。 鼻 から ゆっくり 吐 き 、 吸 う 。 丹田 から 吐き出 す と い う 。 いく つ か の 寺 で は 、 座禅 会 が 行な わ れ て い る 。 また 、 に お い て 、 正し い 坐禅 の 仕方 が 動画 で 配信 さ れ て お り 、 無料 で 視聴 可能 で あ る 。 坐禅 は 瞑想 と 同一 視 さ れ る 場合 が あ る が 、 目 を 閉じ て 何 ら か の 対象 を 頭 の 中 で イメージ する 瞑想 と は 方向 性 が 異な る 。 坐禅 の 目的 は 心中 の イメージ に 囚われ ず に あ る が まま の 自分 と 世界 を 体感 し 、 無 の 境地 に 至 る こと で あ る 。 日本 の 曹洞 宗 開祖 で あ る 道元 は 只管 打座 ( し かんたざ ) 、 すなわち ただ ひたすら に 坐 る こと を 重視 し た 。 何 か の 功徳 や 利益 を 得 る ため に 坐 る の で は な く 、 ただ 坐 る こと に 打ち込 む こと で あ る 。 医学 坐禅 中 は 、 呼吸 が ゆっくり に な る こと が 観察 さ れ て い る 。 +清瀧 権現 ( せいりゅう ごんげん また は せいりょう ごん げん ) は 、 京都 市 伏見 区 所在 の 真言 宗 醍醐 派 総 本山 、 醍醐 寺 の 守護 女 神 。 清瀧 大権 現 と も 呼称 さ れ 、 清滝 権現 と も 書 く 。 本地 仏 は 准胝 観音 と 如意 輪 観音 で あ る 。 清瀧 権現 は 経軌 に は 説 か れ て お ら ず 、 空海 の 御 遺告 に よ る と 、 インド 神話 に 登場 する 八大 竜王 の 一 、 沙掲羅 ( しゃ から 、 シャガーラ ) の 第 三 王女 ( 一説 に は 第 四 王 女 とも 伝え られ る ) で あ る 善女 ( 善如 ) 龍王 で 、 無熱 地 に 住 し て い た 。 龍 に 善悪 あ る が 、 善女 龍王 は 害 を 加え な い 善龍 で あ り 、 真言 の 奥義 を 敬 っ て 出現 し た 8 寸 ( 2 . 5 cm ) の 金色 蛇 で 9 尺 ( 3 m 弱 ) の 蛇 の 頂上 に 位置 する と い う 。 空海 が 神泉 苑 で 請雨 修法 の 際 に 出現 し た と い う 。 善女 龍王 は 密教 を 守護 し て い た 中国 ・ 青龍 寺 に 飛来 し て 同寺 の 鎮守 ( 守護 神 ) 「 清龍 」 と な っ た 。 後年 、 弘法 大 師 空海 が 青龍 寺 を 訪れ 仏法 を 学 ん だ 際 、 三昧 耶戒 を 授け て ほし い と 懇請 し た が 許 さ れ な かっ た 。 空海 が 帰国 する 際 に 船中 に 現れ て 密教 を 守護 する こと を 誓 っ た ため 、 京都 洛西 の 高雄 山麓 に 勧請 さ れ た 。 その 際 、 海 を 渡 っ た の で 龍 の 字 に 「 さんずい 」 を 加え て 日本 で は 「 清瀧 権現 」 と 敬称 する よう に な っ た 。 高雄山麓 の 川 も 清滝 ( きよたき ) と 改称 し た 。 また 恵運 も 迎え て 安祥 寺 に 勧請 し た 。 清瀧 権現 は 日本 に 飛来 し 複数 の 寺 を 巡 っ た 後 、 90 0 年 ころ に 聖宝 に よ り 現在 の 安置 所 で あ る 醍醐 寺山頂 に 降臨 し 留ま っ た 。 以後 同寺 に 伝え られ る 真言 密教 を 守護 する 女神 と な っ た 。 承徳 元年 ( 1097 年 ) 、 勝覚 が 醍醐 寺 の 山上 と 下 に 分祀 し 、 現在 は 清瀧 権現 が 降臨 し た と 伝え られ る 「 上 醍醐 」 醍醐 水泉 の 正面 に 、 室町 時代 に 建立 さ れ た 国宝 「 清瀧 宮 拝殿 」 、 醍醐 山麓 に 広が る 「 下醍 醐 」 境内 に は 国 の 重要 文化 財 「 清瀧 宮 本殿 」 が 建 っ て い る 。 +閻魔 ( えんま ) は 仏教 ・ ヒンドゥー 教 など で 地獄 の 主 。 また 神 と も 。 冥界 の 王 ・ 総司 と し て 死者 の 生前 の 罪 を 裁 く と 考え られ る 。 閻魔 は 、 サンスクリット 語 及び パーリ 語 の ヤマ ( य म , Yama ) の 音訳 。 ヤマラージャ ( य म र ा ज , Yama -r ā ja 、 ラージャ は 王 の 意味 ) と も 。 音訳 は 閻魔 羅 闍 ( えんまら じゃ ) 、 意訳 は 閻魔 大王 ( えんまだいおう ) 。 略 し て 閻羅 ( えんら ) 、 閻羅 王 ( えんら お う ) 、 閻王 ( えんおう ) 、 閻 ( えん ) と も 。 Yama ( 閻魔 ) は 、 縛 、 雙世 、 雙王 、 静息 、 遮正 、 平等 など と 和訳 さ れ る 。 “ 縛 ” は 罪人 を 捕縛 する 意 、 “ 雙世 ” は 彼 が 世中 、 常 に 苦楽 の 2 つ の 報い を 受け る 意 、 “ 雙王 ” は 兄妹 一 対 で 2人 並び た る 王 の 意 、 また “ 平等 ” は 罪人 を 平等 に 裁 く と の 意 から 、 これ ら の 和訳 が あ る 。 各地 の 信仰 本来 は インド ・ イラン 共通 時代 に まで 遡 る 古 い 神格 で 、 アヴェスター の 聖王 イマ と 同起源 で あ る 。 『 リグ ・ ヴェーダ 』 で は 人間 の 祖 と も さ れ 、 ヤマ と その 妹 ヤミー と の 間 に 最初 の 人類 が 生まれ 、 人間 で 最初 の 死者 と な っ た ゆえ に 死者 の 国 の 王 と な っ た 。 虚空 の はるか 奥 に 住 む と い う 。 インド で は 、 古く は 生前 に よ い 行い を し た 人 は 天界 に あ る ヤマ の 国 に 行 く と さ れ た 。 彼 は 時 と し て “ 死 ” と 同一 視 さ れ る 向き も あ っ た が 、 死者 の 楽園 の 王 、 死 ん で 天界 に あ る 祖先 を 支配 する 神 と 考え られ て い た 。 しかし 後 に 黄色 い 衣 を 着 て 頭 に 冠 を 被 り 、 手 に 捕縄 を 持 ち 、 それ に よ っ て 死者 の 霊魂 を 縛 り 、 自ら の 住処 ・ 国 に 連行 さ れ る と 考え られ た 。 また さらに 下界 を 支配 し て 死者 を 裁 き 、 地獄 に 落と す 恐る べ き 神 と 考え られ る 様 に な り 、 ついに は 単なる 死神 と し て も 描 か れ る 様 に な っ た 。 骸骨 の 姿 を し た 死 の 病魔 「 トゥルダク 」 を 従え る 。 現在 の インド で は 、 青 い 肌 で 水牛 に 乗 っ た 姿 で 描 か れ る ( 本来 は 黒 い 肌 だ が 美術 上 の 様式 と し て 青 く 描 か れ る ) 。 のち に 仏教 に 混入 さ れ て 地獄 の 主 と 位置 づけ られ る よう に な っ た 、 と 一般 的 に は 考え られ て い る 。 ただし 一説 に は 、 本来 は ヴェーダ の Yama と い う 同一 尊 から 二途 に 分かれ て い っ た 、 と も 考え られ て い る 。 その 二途 と は 1 つ に 、 下界 の 暗黒 世界 、 すなわち 地獄 界 の 王 と な っ た 。 つまり 本項 の 閻魔 。 2 つ に 、 上界 の 光明 世界 、 すなわち 六欲 天 の 第 3 天 で あ る 夜摩 天 、 あるいは 焔摩天 。 しかし 、 閻魔 は Yama ( ヤマ ) で あ る が 、 夜摩 ・ 焔摩 は Yaama あるいは Yaamaa ( ヤーマ 、 ヤーマー ) な の で 、 本来 は 関係 な い が 混同 さ れ た と 考え る 向き も あ る 。 中国 中国 に 伝わ る と 、 道教 の 冥界 思想 と 関連 付け られ て い た 泰山 府 君 と 習合 し た 。 やがて 晩唐 に 撰述 さ れ た 偽経 で あ る 『 閻羅 王 授記 四 衆 逆 修生 七往生 浄土 経 』 ( 略 し て 『 預修 十 王 生 七 経 』 ) に よ り 十王 信仰 と 結び付け られ 、 地獄 の 裁判 官 の 一人 と し て 「 人 が 死 ぬ と 裁 く 」 と い う 役割 を 担 い 、 信仰 の 対象 と な っ た 。 現在 よく 知 ら れ る あの 唐 の 官人 風 の 衣 を 纏 っ た 姿 は ここ で 成立 し た 。 日本 日本 仏教 に お い て は 後 に 閻魔 の 本地 と さ れ る 地蔵 菩薩 が 奈良 時代 に は 『 地蔵 十 輪 経 』 に よ っ て 伝来 し て い た 。 しかし 、 現世 利益 優先 の 当時 の 世相 の もと で は 普及 し な かっ た 。 平安 時代 に な っ て 末法 思想 が 蔓延 する に し た がい 源信 _ ( 僧侶 ) ら に よ っ て 平安 初期 に は 貴族 、 平安 後期 に は 一般 民衆 と 広 く 布教 さ れ る よう に な り 、 鎌倉 初期 に は 預修 十 王 生 七 経 から 更なる 偽経 の 『 地蔵 菩薩 発 心因縁 十 王 経 』 ( 略 し て 『 地蔵 十 王 経 』 ) が 生み出 さ れ た 。 これ に よ り 閻魔 の 本地 が 地蔵 菩薩 で あ る と い わ れ ( ここ から 、 一部 で 言 わ れ て い る 「 地蔵 様 閻魔 大 魔王 」 の 説 が 派生 し た と 考え られ る が 、 詳細 は 不明 で あ る ) 、 地蔵 のみ な ら ず 十 王 信仰 も 普及 する よう に な っ た 。 閻魔 は 地獄 と 浄土 を 往来 でき る と さ れ る 。 なお 前述 の 通り 、 十 二 天 の 焔摩天 は 同じ ルーツ を 持 つ 神 と も い わ れ る 。 中国 で は 閻魔 天 が 閻魔 大王 に 習合 さ れ て い た が 、 日本 に 伝わ っ た 時 に それぞれ 別個 に 伝わ っ た ため 同一 存在 が 二 つ に 分かれ た と も 考え られ て い る 。 日本 で は 、 嘘 を つ い た 子供 を 叱 る 際 「 閻魔 様 に 舌 を 抜 い て 貰 う 」 と い う 俗信 に よ る 民間 伝承 が あ る 。 大阪 市 浪速 区 に は 、 閻魔 を 祀 っ た 西方 寺 閻魔堂 ( 正式 に は 「 合邦 辻 閻魔 堂 西方 寺 」 。 創建 は 伝 ・ 聖徳 太子 ) が あ り 、 浄瑠璃 の 「 摂州 合邦辻 」 の 舞台 に も な っ て い る 。 +五 智 如来 ( ごち にょらい ) は 、 五大 如来 と も い い 、 密教 で 5 つ の 知恵 ( 法界 体 性 智 、 大円 鏡智 、 平等 性 智 、 妙 観察 智 、 成所 作智 ) を 5 体 の 如来 に あてはめ た もの 。 金剛 界 五 仏 の こと で あ る 。 作例 と し て は 、 東寺 ( 教王 護国 寺 ) 講堂 、 京都 ・ 安祥 寺 の 像 が 著名 で あ る 。 大日 如来 ( 中心 ) 阿閦 如来 ( 東方 ) 宝生 如来 ( 南方 ) 阿弥陀 如来 ( 西方 ) 不空成就如 来 ( 北方 ) +血脈 相承 ( けちみゃく そうじょう ) は 、 仏教 で 師 から 弟子 へ と 法 ( 仏教 ) が 伝え られ る こと を 指 す 。 宗祖 日蓮 は 自ら を 、 『 妙法 蓮華 経 』 の 如来 神力 品 第 二十 一 に お い て 、 結要 付属 ( けっちょう ふぞく ) を 直授 さ れ た 上行 菩薩 の 再誕 で あ る と 宣言 ( 『 文永 11 年 12 月 の 万年 救護 本尊 』 脇書 、 1274 年 。 その 他 典拠 多数 ) 。 また 併せ て 、 真言 密教 の 「 大日 如来 より 日蓮 に 至 る 二十 三 代 嫡々 相承 」 まで も 受け た と 主張 ( 『 不動 ・ 愛染 感見 記 』 ) 。 なお 、 醍醐 寺 の 『 理性 院 血脈 』 の 記 ( 金沢 文庫 蔵 ) に は 、 確か に 25 番 目 に 「 日蓮 」 の 名 が あ り 、 大日 如来 と この 「 日蓮 」 の 間 は 二十 三 代 と な っ て 符合 する の だ が 、 この 『 理性 院 血脈 』 の 「 日蓮 」 と 宗祖 が 同一 人物 で あ る か どう か は 定か で は な い 。 以来 、 唯授 一人 の 血脈 相承 ( ゆい じゅ いち にん の けちみゃく そうじょう ) が 、 日蓮 正宗 の 正統 性 を 主張 し 、 また 、 時 の 法主 に よ る 広宣 流 布 指揮 の 絶対 性 、 教義 論争 裁定 ・ 本尊 書 写 ・ 各種 称 号 授与 の 専有 性 を 保障 する もの と し て 、 法主 から 次期 法主 へ と 伝え られ て い る 。 「 物体 と し て 捉え る 事 が 出来 な い 種々 の 要素 ( 信仰 態度 や 霊性 、 累積 さ れ た 功徳 など ) が 、 金紙 や 口伝 に よ っ て 相続 さ れ る 」 など と 、 神秘 化 し て 考え られ る 場合 が 多 い 。 しかし 、 血脈 相承 の 最 重要 の 根幹 は 「 本門 戒壇 の 大御 本尊 」 授受 の 一 点 のみ に 存 する 、 と の シンプル な 捉え 方 も 一方 に あ る 。 血脈 相承 は 時 と 場合 に よ り 、 当分 の 間 は 公表 し な い 内証 形式 が と ら れ る こと が あ る 。 過去 に は 3 祖 日 目 から 4 世 日 道 へ 、 66 世 日達 から 67 世 日 顕 へ の 相承 が 内証 形式 で 行 わ れ た と さ れ る が 、 日顕 へ の 相承 に つ い て は 否定 する 者 も い る 。 日蓮 正宗 で は 日蓮 - 日興 - 日目 以降 の 歴代 大石 寺 住職 のみ に 伝わ る と し て い る 。 しかし ながら 、 日蓮 宗 サイド で は 、 下記 の 理由 を 根拠 に これ を 否定 し て い る 。 日蓮 正宗 の 主張 が 真実 なら 、 宗祖 の 本弟子 六 老僧 の 中 で 後 に 反 ・ 日興 と な っ た 五老僧 は 全て 謗法 化 し た 人物 と い う こと に な る が 、 なぜ 宗祖 は 、 彼 ら 五 人 の 謗法 化 を 予見 する こと も でき ず に 本弟子 と し て 認め た の か 。 日蓮 正宗 の 主張 の 根拠 で あ る 「 池上 相承 書 」 「 身延 相 承 書 」 の 二 箇 相承 は 、 興門 流 の 初期 の 記録 に は 存在 し な い から 偽書 で あ る 。 身延 相承 の 日付け と 日蓮 の 行動 が 一致 し な い から 偽書 で あ る 。 二 箇 相承 は 日興 が 日目 に 譲 っ た 大石寺 で は な く 、 日興 が 晩年 隠居 し た 重須 談 所 ( 現在 の 北山 本門 寺 ) に 保管 さ れ て い た と さ れ る 文書 で あ る 上 に 、 原本 は 現在 で は 行方 不明 で あ る から 論議 の 対象 に すら な ら な い 。 なお 、 二 箇 相承 の 原本 の 所在 に つ い て は 、 下記 の よう な 説 が あ る 。 武田 勝頼 軍 の 略奪 に 伴 い 完全 に 紛失 し た 。 徳川 家康 が 二 箇 相 承 真筆 を 披見 し た 記録 が あ る から 紛失説 は 誤り で 、 実 は 北山 本門 寺 が 秘蔵 ・ 隠蔽 し て い る 。 北山 本門 寺 で は 、 伝統 的 に 言 っ て も 、 血脈 相承 と い う もの 自体 を 極めて 軽視 し て き た 。 まず その 出発 点 から し て 、 日興 から 重須 を 譲 ら れ た 日代 は 、 一山 大衆 の 手 に よ っ て 追放 の 憂き 目 に 遭 っ て い る 。 当然 、 日興 から 日目 へ の 血脈 相承 も 認め な かっ た 。 さらに 現在 で は 、 二 箇 相承 も 否定 し て 、 ひたすら 「 日蓮 宗 大 本山 」 と し て の 地位 の 保全 に 努め て い る 。 西山 本門 寺 で は 、 日興 から 日目 へ の 血脈 相承 を 認め ず 、 『 八 通譲 り 状 』 を 根拠 に 日代 正統説 を 立て て 分派 。 保田 妙本寺 ・ 小泉 久遠 寺 で は 、 日目 から 日道 へ の 血脈 相承 を 認め ず 、 日郷 正統説 を 立て て 分派 。 昭和 32 年 、 大石寺 に 一旦 は 帰属 し た が 、 創価 学会 と 宗門 の 争い を 見 て 、 平成 に な っ て 再び 独立 し た 。 京都 要法 寺 で は 、 初代 日尊 の 時代 に は 、 日目 から 日道 へ の 血脈 相承 も 認め て い た し 、 江戸 時代 に は 大石 寺 の 最 有力 の 末寺 と し て 9 代 連続 で 法主 を 輩出 し た こと も あ っ た 。 しかし 、 長 い 年月 の 中 で 徐々 に 独立 的 傾向 が 高ま っ て い き 、 遂 に 血脈 相承 を 否定 し て 大石寺 と の 本末 関係 を 解消 する に 至 っ た 。 現在 で は 「 日蓮 本 宗 」 の 本山 と し て 自立 し て い る 。 正信 会 で は 、 1980 年 の 僧侶 5 名 擯斥 処分 直後 に 、 日達 から 日顕 へ 血脈 相承 し た 形跡 が な い の で 、 管長 の 資格 が 無 い と し て 、 管長 地位 不 存在 確認 を 裁判 所 に 提訴 し た 。 以後 、 日顕 及び 日蓮 正宗 へ の 攻撃 材料 と し て 様々 な 側面 から 日蓮 正宗 の 血脈 相承 を 否定 。 なお 、 裁判 自体 は 正信 会 に よ る 寺院 占拠 問題 と 同じ よう に 、 信仰 次元 の 問題 な の で 、 裁判 の 対象 で は な い 。 と し て 棄却 さ れ た 。 ( いわゆる 部分 社会 論 の 法理 と し て 有名 な 判例 ) また 、 最近 、 一部 僧侶 が 日達 から 日顕 へ の 血脈 相承 が あ っ た と 発言 し て い る 。 当人 に よ れ ば 、 実際 に は あ っ た が 、 攻撃 材料 と し て な かっ た こと に し よ う と い う もの で あ る 。 創価 学会 で は 、 1991 年 の 破門 以降 は 、 血脈 相承 は とう の 昔 に 切れ て い る と 主張 し て い る 。 冨士 大石寺 顕正会 で は 、 1999 年 4 月 12 日 の 本部 指導 会 以降 、 正信 会 の 主張 に 相乗り する 形 で 、 教義 変更 の 仏罰 で 日達 は 急死 し た ため 、 血脈 相承 を 誰 に も 授け られ な かっ た 。 日 顕 は 、 血脈 相承 を 受け て な い の に 受け た と 詐称 し て 登座 し た 。 と 主張 し 始め て い る 。 +大谷 光演 ( おおた に こうえん   1875 年 ( 明治 8 年 ) 2 月 27 日 - 1943 年 ( 昭和 18 年 ) 2 月 6 日 ) は 、 浄土 真宗 の 僧 で 、 真宗 大谷 派 第 23 代 法主 。 真宗 大谷 派 管長 。 俳人 。 伯爵 。 院 号 は 「 無量 光院 」 。 法名 ( 浄土 真宗 ) は 「 彰如 ( しょうにょ ) 」 。 雅号 は 「 句仏 ( くぶつ ) 」 ・ 「 愚峯 ( ぐ ほう ) 」 など 。 幼名 は 「 光養 麿 」 。 妻 は 、 三条 実美 の 三女 ・ 章子 。 幸野 楳嶺 や 竹内 栖鳳 に 日本 画 を 学 び 、 また 正岡 子規 の 影響 を 受け 、 『 ホトトギス ( 雑誌 ) 』 誌 にて 河東 碧梧桐 、 高浜 虚子 ら に 選評 し て もら い 、 彼 ら に 傾倒 し て 師 と 仰 い だ 。 後 に 『 ホトトギス 』 誌 の 影響 から 脱 し 独自 の 道 を 歩 む 。 生涯 に 多く の 俳句 ( 約 2 万 句 ) を 残 し 、 文化 人 と し て の 才能 を 発揮 、 日本 俳壇界 に 独自 の 境地 を 開 い た 。 句仏 上人 ( 「 句 を 以 っ て 仏徳 を 讃嘆 す 」 の 意 ) と し て 親し ま れ る 。 1875 年 ( 明治 8 年 ) 2 月 27 日 、 第 22 代 法主 大 谷 光瑩 の 次男 と し て 誕生 。 1885 年 ( 明治 18 年 ) 、 得度 。 190 8 年 ( 明治 41 年 ) 1 1 月 、 隠居 し た 父 ・ 光瑩 より 第 23 代 法主 を 継承 し 、 真宗 大谷 派 管長 と な る 。 1911 年 ( 明治 44 年 ) 、 宗祖 親鸞 聖人 六百 五十 回 御 遠忌 法要 を 厳修 。 1925 年 ( 大正 14 年 ) 、 朝鮮 半島 に おけ る 鉱山 事業 の 失敗 から 、 東本願 寺 の 財政 を 混乱 さ せ 引責 隠退 し 、 長男 の 大谷 光暢 に 法主 を 譲 る 。 1943 年 ( 昭和 18 年 ) 2 月 6 日 、 68 歳 に て 逝去 。 『 句仏 句集 』 ( 読売 新聞 社 ・ 1959 年 ) 『 俳諧 歳 時 記 新年 』 共著 ( 改造 社 ・ 1948 年 ) 『 我 は 我 』 ( 書物 展望 社 ・ 1938 年 ) 『 夢 の 跡 』 ( 政経 書 院 ・ 1935 年 ) 『 この 大災 に 遇 う て 』 ( 中外 出版 ・ 1923 年 ) 『 法悦 の 一境 』 内田 疎天編 ( 広文 堂 ・ 1920 年 ) 『 句仏 上人 俳句 頂戴鈔 』 安部 自得 編 ( 法蔵 館 ・ 1910 年 ) 『 自然 の まま に 』 ( 真宗 大谷 派 宗務 所 出版 部 ・ 1992 年 ) +日本 の 城郭 概要 表 二条 城 ( に じょうじょう ) と は 京都 市 中京 区 二条 通 堀川 通西入 二 条 城 町 に あ る 江戸 時代 の 城 で あ る 。 徳川 家康 の 将軍 宣下 と 、 徳川 慶喜 の 大政 奉還 が 行 わ れ 、 江戸 幕府 の 始まり と 終焉 の 場所 で も あ る 。 京都 市街 の 中 に あ る 平城 で 、 京都 観光 の 定番 と な っ て い る 。 城 全体 が 国 の 史跡 に 指定 さ れ て い る 他 、 二の丸 御殿 が 国宝 に 、 22 棟 の 建造 物 と 二の丸 御殿 に あ る 計 954 点 の 障壁 画 が 重要 文化 財 に 、 二の丸 御殿 庭園 が 特別 名勝 に 指定 さ れ て い る 。 さらに 1994 年 に は 国際 連合 教育 科学 文化 機関 の 文化 遺産 ( 世界 遺産 ) に 「 古都 京都 の 文化 財 」 の 1 つ と し て 登録 さ れ た 。 日本 の 歴史 書 に お い て 「 二条 城 」 と 呼 ば れ る こと の あ る もの は 複数 あ る 。 当時 の 二条 大路 は 朱雀 大路 が 廃れ た 後 、 都一 の 大路 で あ り 、 足利 尊 氏 から 義満 まで 3 代 の 将軍 が 二条 に 屋敷 を 構え た ため 、 将軍 家 の 屋敷 を 二条 陣 また は 二 条 城 と い っ た 。 のち に は 、 二条 通 に 面 し て い な く て も 将軍 家 の 屋敷 を 二条 陣 また は 二 条 城 と い っ た 。 室町 時代 に 平安 京 の 左京 に あ っ た 唯一 の 城 で あ る 。 ちなみ に 右京 に も 唯一 、 西院 城 が あ っ た 。 二条 城 と 西院 城 を 平安 京 の 両城 と も い う 。 室町 幕府 第 13 代将軍 ・ 足利 義輝 の 居城 。 室町 幕府 第 15 代 将軍 ・ 足利 義昭 の 居城 と し て 、 織田 信長 に よ っ て 作 ら れ た 城 。 二条 通 に は な かっ た 。 織田 信長 が 京 に 滞在 中 の 宿所 と し て 整備 し 、 後 に 皇太子 に 献上 し た 邸 「 二条 新 御所 」 。 徳川 家康 が 京 に 滞在 中 の 宿所 と し て 作 っ た 城 。 現存 する 二条 城 は 4 の 城 で あ る 。 1 と 2 は 同じ 場所 に 作 ら れ た が 連続 性 が な い 。 2 と 3 は 同じ もの と 見 る 説 ( 広辞苑 、 平凡 社 日本 歴史 地名 大系 など ) も あ る が 、 『 信長 公記 』 その 他 の 史料 、 及び 発掘 結果 、 残存 地名 など を 根拠 と し て 別 の もの と する の が 現在 で は 通説 と な っ て い る 。 1 ~ 3 に つ い て 「 二条 城 」 と 呼 ぶ の は 4 . が 完成 し た 江戸 時代 以降 の こと で あ り 、 4 と 区別 する 趣旨 で 「 旧 二 条 城 」 「 二条 古城 」 など と 呼 ば れ る こと も あ る 。 この 節 で は 、 近代 の 二 条 城 で あ る 4 . の 前史 と し て 1 から 3 まで の 「 二条 城 」 に つ い て 略説 する 。 「 二条 城 」 前史 と し て 、 徳川 家康 以前 の 二 条 城 に つ い て 記述 する 。 旧 管領 斯波 武衛 家 の あ っ た 室町 通 勘解由 小路 ( 現在 の 上京 区 武衛 陣 町 、 平安 女 学院 の 辺り ) に 永禄 2 年 ( 1559 年 ) から 翌年 に かけ て 築 か れ た 城郭 で 、 義輝 は ここ を 幕府 の 本拠 と し た 。 しかし 、 防御 能力 強化 工事 中 の 永禄 8 年 ( 1565 年 ) 、 松永 久秀 と 三好 三 人 衆 に 襲撃 さ れ 、 自ら 刀 を 執 っ て 奮戦 する も 義輝 は 殺害 さ れ 二条 城 は 焼失 し た ( 永禄 の 変 ) 。 その 後 は 義輝 の 菩提 を 弔 う ため 、 真如 堂 が 建立 さ れ た 。 現在 は 「 此附 近 斯波 氏 武衛 陣 足利 義輝邸 遺址 」 と 彫 ら れ た 石碑 が 建 っ て い る 。 なお 、 所在 地 は 二 条 通 から は 遠 く 離れ て い る 。 足利 義昭 は 、 織田 信長 の 武力 を 後ろ盾 と し て 将軍 に 就任 し た 後 、 六 条 本圀 寺 を 居所 と し て い た が 、 永禄 12 年 ( 1569 年 ) 、 三好 三 人衆 に よ る 襲撃 を 受け た 。 この とき は 京 に い た 信長 家臣 団 、 及び 、 義昭 の 側近 ら の 奮戦 に よ り 防戦 に 成功 する が 、 この 報 を 受け た 信長 は さらに 防備 の 整 っ た 城 の 必要 性 を 認識 し 、 義昭 の ため に 築城 を する こと を 決め た 。 場所 は 義輝 の 二 条 城 の あ っ た 地 を 中心 に 、 それ を さらに 拡張 し て 約 400 メートル 四方 の 敷地 に 二重 の 堀 や 三重 の 「 天守 」 を 備え る 城郭 と し た 。 信長 自身 が 普請 総 奉行 と し て 現地 で 陣頭 指揮 を 執 り 、 御殿 など の 建築 を 統括 する 大工 奉行 に は 村井 貞勝 と 島田 秀満 が 任 じ られ た 。 旧 管領 細川 京兆 家 旧 邸 から は 、 文字 通り 「 鳴り物 入り 」 で 名石 「 藤戸石 」 が 搬入 さ れ た 。 築城 は 約 70 日 と い う 短 期間 で 終え 、 その 年 の 4 月 に 義昭 は ここ に 本拠 を 移 し た 。 この 城 の 石垣 に は 京都 中 から 集め られ た 墓石 や 石仏 も 使 わ れ た 。 周辺 から は 金箔 瓦 も 発掘 さ れ て お り 急 ご しらえ に し て は 豪壮 な 殿舎 で あ っ た と 考え られ て い る 。 ところ が 義昭 と 信長 の 関係 は 徐々 に 悪化 し 、 元亀 3 年 ( 1572 年 ) 、 義昭 の 信長 追討令 に 応 じ た 武田 信玄 が 西上 を 開始 し 三方 ヶ原 の 戦い で 勝利 を 収め た の を 知 る と 、 翌 4 年 ( 1573 年 ) 3 月 に 義昭 は 二条 城 に お い て 信長 に 対 し 挙兵 する 。 信長 は 上京 の 町屋 を 焼き払 い 二条 城 を 包囲 する が 、 城 自体 に 対 し て は 攻撃 を 控え 正親町 天皇 の 勅命 を 得 て 、 和議 が 成立 する 。 しかし 、 7 月 に 再び 義昭 は 宇治 の 槇島 城 に お い て 挙兵 する ( 填島 城 の 戦い ) 。 この とき 、 二条 城 に は 公家 の 日野 輝資 と 高倉 永相 、 義昭 の 側近 の 伊勢 貞興 と 三淵 藤 英 が 守備 の ため 置 か れ た が 、 信長 軍 に 包囲 さ れ る と 一戦 も 交え ず 降伏 し た 。 この 際 に 御殿 など は 兵士 たち に よ っ て 掠奪 さ れ 、 破壊 さ れ た と 伝え られ る 。 この 直後 、 槙島 城 の 義昭 も 降伏 し 畿内 から 追放 さ れ 、 室町 幕府 は 滅 ぶ こと に な る 。 二条城 に 残 っ た 天主 や 門 は 天正 4 年 ( 1576 年 ) に 解体 さ れ 、 築城 中 の 安土 城 へ 運 ば れ 、 建築 資材 と し て 再 利用 さ れ た 。 当時 は 「 武家 御所 」 「 武家 御 城 」 など と 呼 ば れ て い た ( この 城 が 二条 に あ っ た と する の は 「 信長 公記 」 永禄 12 年 2 月 2 日 ( 旧暦 ) ( 1569 年 2 月 17 日 ) 条 が 初出 か ) 。 昭和 50 年 ( 1975 年 ) から 53 年 ( 1978 年 ) まで 京都 市営 地下 鉄 烏丸 線 建設 に 先立 つ 烏丸 通 の 発掘 調査 が 行 わ れ 、 この 信長 の 二 条 城 の 石垣 および 二重 の 堀 の 跡 が 確認 さ れ た 。 この 際発掘 さ れ た 石垣 に あ っ た 石仏 が 京都 文化 博物 館 や 西京 区 の 洛西 竹林 公園 内 に 保存 さ れ て い る 。 また 、 石垣 の 一部 が 京都 御苑 椹木 門内 及び 現二 条 城内 に 復元 さ れ て い る 。 現在 は 平安 女 学院 の 敷地 の 一角 に 「 旧 二條 城跡 」 と 彫 ら れ た 石碑 が 建 っ て い る 。 織田 信長 が 烏丸 - 室町 の 御 池上 る 付近 に 設け た 城館 。 信長 は 天正 4 年 ( 1576 年 ) 4 月 に 京 に 滞在 し た 際 、 二条 の 妙覚 寺 ( 現在 地 と は 異な る ) に 宿泊 し た が 、 寺 の 東側 に 隣接 する 二条 家 の 屋敷 の 庭 の 眺望 を 気 に 入 っ た 。 二 条 邸 ( 二条 殿 ) は 当時 、 「 洛中 洛外 図 屏風 」 に 必ず 登場 する 名所 中 の 名所 と し て 広 く 知 ら れ て い た 。 前住 者 の 二 条 晴良 ・ 昭実 ( 妻 は 信長 の 養女 ) 父子 は 直前 に 信長 の はからい に よ り 報恩 寺 の 新邸 に 移徒 し て ( 『 言経卿 記 』 ) 空き家 と な っ て い た の で 、 信長 が 上洛 し た とき の 宿所 と する ため 、 この 旧 二 条 邸 を 譲り受け て 改修 する こと を 京都 所司 代 の 村井 貞勝 に 命 じ た 。 翌年 の 閏 7 月 に 信長 は 初めて 入邸 、 8 月 末 に は 改修 が 終わ り 、 以後 2 年 ほど は この 「 二条 御 新造 」 を 京 の 宿所 と する 。 天正 7 年 ( 1580 年 ) 11 月 に 、 信長 は この 邸 を 儲君 の 誠仁 親王 に 献上 し た 。 直ちに 、 誠仁 親王 と 皇子 の 五 の 宮 ( 後 の 邦慶 親王 ) が この 「 二条 新 御所 」 に 転居 し た ( なお 、 この 際 信長 は 五 の 宮 を 猶子 と し た と さ れ て お り 、 これ を 正親 町 天皇 の 五 の 宮 で あ る 誠仁 親王 に あて る 誤解 が あ る が 、 正し く は 親王 の 五 の 宮 が 猶子 と な っ た の で あ る ) 。 天正 10 年 ( 15 82 年 ) 、 本能 寺 の 変 が 起き る と 、 妙覚 寺 に い た 信長 の 嫡男 ・ 織田 信忠 主従 は それ を 知 る や 本能 寺 の 信長 と 合流 する ため 出撃 し よ う と し て い た 。 しかし 、 そこ に 京都 所司 代 ・ 村井 貞勝 と その 子 ら が 駆けつけ 、 本能 寺 が 既に おち た 旨 を 伝え 、 防御 能力 に 優れ た 二条 新 御所 へ 移 る こと を 進言 し た 。 信忠 は 誠仁 親王 ら を 禁裏 御所 に 避難 さ せ た 上 で ここ に 籠城 し 、 これ を 攻囲 する 明智 勢 と 奮戦 する が 、 信忠 を 始め 貞勝 ら 60 余 名 が 討ち死に し 、 二条 新 御所 も 隣接 する 妙覚 寺 と 共 に 灰燼 に 帰 し た 。 現在 は 両替 町 通 御 池 通上ル に 「 此 附 近 二 条 殿 址 」 、 室町 通 御 池上ル に 「 二条 殿 御 池跡 」 と 彫 ら れ た 石碑 が 建 っ て い る 。 付近 に は 「 二条 殿 町 」 「 御 池之 町 」 及び 本能 寺 の 変 ゆかり の 「 上妙覚 寺町 」 「 下妙覚 寺町 」 の 地名 が 残 る 。 現在 、 この 二 条 御所 は 義昭 の 二条 城跡 に 設け られ た もの と する 説 が 広ま っ て い る 。 しかし 誠仁 親王 当時 、 禁裏 「 上 の 御所 」 に 対 し 「 下 の 御所 」 と 呼 ば れ て い た から 禁裏 南方 に あ っ た と 思 わ れ る 。 また 本能 寺 の 変 に 際 し て 信忠 が 妙覚 寺 から 移動 し た こと から 両所 は 近接 し て い た こと が 推測 でき る し 、 山科 言 経 が 天正 4 年 9 月 13 日 ( 旧暦 ) ( 1576 年 10 月 5 日 ) に 「 右大将家 二 条 新邸 を 見物 」 、 翌 9 月 14 日 ( 旧暦 ) ( 10 月 6 日 ) に は 「 武家 古城 を 見物 」 し 石垣 の 取り壊 し ・ 搬出 を 目撃 し て い る から ( 『 言経卿 記 』 ) 、 明らか に 別 の 場所 に あ っ た と す べ き で あ る 。 なお 、 豊臣 秀吉 ( 豊臣 秀吉 ) も 二条 に 城 を 構え て い る 。 秀吉 は 信長 在世 中 に も 二条 御 新造 の 隣接 地 に 屋敷 を 有 し て い た が 、 天正 8 年 ( 1580 年 ) に 信長 に よ っ て 没収 さ れ て お 気 に 入り で あ っ た 前関白 ・ 近衛 前久 に 献上 さ れ て い る ( 『 兼見卿 記 』 ) 。 皮肉 に も 本能 寺 の 変 の 際 、 近衛 家 家人 が 逃げ出 し た この 屋敷 を 占拠 し た 明智 軍 が ここ から 二条 新 御所 を 攻撃 し た と い う 話 が あ り 、 やがて それ に 尾 ひれ が 付 い て 前久 が 光秀 に 加担 し た と の 風説 が 流 さ れ た 。 その 後 天正 11 年 ( 1583 年 ) 、 本拠 地 を 大坂 に 定め た 秀吉 は 京都 に おけ る 拠点 と し て 「 二条 第 」 を 構え た 。 妙 顕寺 を 移転 さ せ その 跡地 に 建設 さ れ た こと から 「 妙顕 寺 城 」 と も 呼 ば れ る 。 周囲 に 堀 を 巡ら し 天主 も あ っ た こと から 屋敷 と い う より 城 と い う 方 が 相応し かっ た の だ ろ う 。 聚楽 第 完成 まで 秀吉 の 政庁 と し て 使 わ れ 普段 は 前田 玄以 が 在城 し た 。 所在 地 は 二 条 城 の 東 200 メートル 、 現中京 区 小川 通押小路 通 付近 、 地名 に 「 古城 ( ふる しろ ) 町 」 「 下古城 ( し も ふる しろ ) 町 」 を 遺 し て い る 。 寛永 元年 から 大 規模 な 改修 が 行 わ れ 、 尾張 藩 や 紀伊藩 など の 親藩 ・ 譜代 の 19 家 が 石垣 普請 を 担当 し た 。 幕府 は 二条 城 と 称 し た が 、 朝廷 側 は これ を 二条 亭 と 呼 ん だ 。 関ヶ原 の 戦い で 勝利 し た 徳川 家康 は 上洛 時 の 宿所 と し て 大宮 押小路 に 築城 を 決め 、 慶長 6 年 ( 160 1 年 ) 5 月 から 町屋 の 立ち退 き を 開始 、 12 月 に 西国 諸 大名 に 造営 費用 および 労務 の 割り当て を 行 っ た 。 造営 総 奉行 に 京都 所司 代 板倉 勝重 、 作事 ( 建築 ) の 大工 棟梁 に 中井 正清 が 任 じ られ た 。 慶長 7 年 ( 160 2 年 ) 5 月 に 御殿 ・ 天守 の 造営 に 着工 、 翌 8 年 3 月 に 落成 する 。 但し 、 天守 は 慶長 11 年 ( 160 6 年 ) に 完成 。 家康 は 慶長 8 年 ( 160 3 年 ) 2 月 に 伏見城 に お い て 征夷 大将軍 補任 の 宣旨 を 受け 、 3 月 に 竣工 間 も な い 二条 城 に 入城 、 室町 幕府 以来 の 慣例 に 基づ く 「 拝賀 の 礼 」 を 行 う ため 、 御所 へ の 行列 を 発 し た 。 それ に 続 き 、 二条 城 に お い て 重臣 や 公家 衆 を 招 い て 将軍 就任 の 祝賀 の 儀 を 行 っ た 。 この 将軍 就任 の 手順 は 2 年 後 の 慶長 10 年 ( 160 5 年 ) に 第 2 代 将軍 ・ 徳川 秀忠 が 、 元和 ( 日本 ) 9 年 ( 1623 年 ) に 第 3 代将軍 徳川 家光 が 踏襲 する が 、 第 4 代 将軍 ・ 徳川 家綱 以降 は 行 わ れ な く な っ た 。 慶長 16 年 ( 1611 年 ) に 、 二条 城 の 御殿 ( 現在 の 二 の丸 御殿 ) に お い て 家康 と 豊臣 秀頼 の 会見 が 行 わ れ る が 、 この とき 家康 は 秀頼 の 成長 ぶり に 驚 き 徳川 家 の 天下 が 覆 さ れ る か も しれ な い と の 危機 感 を 抱 き 、 豊臣 家 を 滅ぼ す こと を 決意 し た と も 言 わ れ て い る 。 そして 慶長 19 年 ( 1614 年 ) 、 大坂 の 役 が 勃発 。 二条 城 は 大御所 ( 家康 ) の 本営 と な り 、 伏見城 から 出撃 する 将軍 秀忠 の 軍勢 に 続 き 、 家康 は 二 条 城 から 大坂 へ 駒 を 進め た 。 翌 慶長 20 年 ( 1615 年 ) の 夏 の 陣 に お い て は 二 条 城 に 火 を かけ 、 混乱 の 中 で 家康 を 暗殺 し よ う と し た 陰謀 が 明らか と な り 、 徳川 方 に つ い て い た 古田 重然 の 家臣 が 捕縛 さ れ た 。 この ため 、 古田 織部 は 切腹 、 家財 没収 と な る 事件 も あ っ た 。 元和 2 年 ( 1616 年 ) に 家康 が 没 し た 後 、 元和 5 年 ( 1619 年 ) から 秀忠 は 娘 ・ 徳川 和子 の 後水尾 天皇 へ の 入内 に 備え 、 二条 城 の 改修 を 行 う 。 この とき の 縄張 ( 基本 設計 ) は 秀忠 自ら が 藤堂 高虎 と 共 に 行 っ た ( 秀忠 は 2 つ の 案 から 一方 を 最終 選定 し た だけ だ が 、 将軍 自ら の 縄張り で あ る と 高虎 に 持ち上げ られ た の だっ た ) 。 翌 元 和 6 年 6 月 18 日 ( 旧暦 ) ( 1620 年 ) 、 和子 は 二 条 城 から 行列 を 作 り 御所 へ 入 っ た 。 徳川 家光 が 将軍 に な り 、 徳川 秀忠 が 大 御所 と な っ た 翌年 の 寛永 元年 ( 1624 年 ) から 、 二条 城 は 後水尾 天皇 の 行幸 を 迎え る ため 大 改築 が 始ま っ た 。 作事 奉行 に は 小堀 政一 、 五味 豊直 ( 後 の 京都 郡代 ) が 任 じ られ る 。 行幸 は 寛永 3 年 9 月 6 日 ( 旧暦 ) ( 1626 年 10 月 25 日 ) から 5 日間 に 渡 っ て おこな わ れ 、 その 間 舞楽 、 能楽 の 鑑賞 、 乗馬 、 蹴鞠 、 和歌 の 会 が 催 さ れ た 。 この 行幸 が 二条 城 の 最盛 期 で あ る 。 行幸 の ため に 新た に 建て られ た 行幸 御殿 は 上皇 と な っ た 後 水尾 院 の 御所 に 移築 、 その 他 多く の 建物 が 解体 撤去 さ れ た 。 秀忠死後 の 寛永 11 年 ( 1634 年 ) 7 月 、 家光 が 30 万 7千 の 兵 を 引きつれ 上洛 し 、 二条 城 に 入城 し た の を 最後 に 二条 城 が 将軍 を 迎え る こと は 途絶え 、 幕末 の 動乱 期 まで の 230 年間 、 二条 城 は 歴史 の 表 舞台 から 姿 を 消 す 。 その 230 年 の 間 に 暴風 雨 や 地震 、 落雷 で 徐々 に 建物 は 破損 し 、 老朽 化 する 。 寛延 3 年 ( 1750 年 ) に は 落雷 に よ り 天守 が 炎上 、 焼失 。 さらに 京 の 町 を 焼き払 っ た 天明 8 年 ( 1788 年 ) の 大火 の 際 に は 、 飛び火 が 原因 で 本丸 御殿 、 隅櫓 など が 焼失 し た 。 破損 部分 に 関 し て は 修理 が 行 わ れ た が 、 失 し た 建物 に つ い て は 再築 さ れ る こと な く 、 幕末 を 迎え る 。 二条 城 に は 、 寛永 2 年 ( 1625 年 ) に 将軍 不在 の 間 の 管理 と 警衛 の ため に 二条 城代 と 二条 在番 が 設置 さ れ た 。 元禄 12 年 ( 1699 年 ) に 二条 城代 が 廃止 さ れ 、 その 職務 は 二 条 在番 が 担当 する こと と な っ た 。 文久 2 年 ( 1862 年 ) 閏 8 月 に は 交代 制 の 二 条 在番 は 廃止 さ れ 、 それ に 代わ っ て 常勤 制 の 二 条 定番 が 設置 さ れ た 。 なお 、 朝廷 の 監視 および 折衝 を 担当 する 京都 所司 代 は 二 条 城 の 北 に 邸 を 構え そこ で 政務 を 執 っ て い た ため 、 将軍 不在 の 二 条 城 は 幕府 の 政庁 と し て は 全く 使用 さ れ な かっ た 。 第 14 代 将軍 ・ 徳川 家茂 は 文久 3 年 ( 1863 年 ) 3 月 、 朝廷 の 要請 に 応え て 上洛 を する 。 これ に 先立 ち 、 文久 2 年 ( 1862 年 ) から 将軍 上洛 を 迎え る ため 、 荒れ 果て て い た 二条 城 の 改修 が 行 わ れ る 。 二の丸 御殿 は 全面 的 に 修復 し 、 本丸 に は 仮 御殿 が 建て られ た 。 家茂 は 慶応 元年 ( 1865 年 ) に 再度 上洛 し 二条 城 に 入 る が 、 すぐ に 幕長 戦争 の 指揮 を 執 る ため 大坂城 へ 移 る 。 しかし ここ で 病 に 倒れ 、 翌 慶応 2 年 ( 1866 年 ) 夏 に 死去 する 。 二条 城 で は 幕閣 に よ っ て 次 の 将軍 は 徳川 慶喜 と 決定 する が 、 慶喜 は 就任 を 拒絶 。 幕府 関係 者 のみ な ら ず 朝廷 から の 度重な る 説得 の 末 、 ようやく その 年 の 12 月 に 二条 城 に お い て 第 15 代 将軍 拝命 の 宣旨 を 受け る 。 ただし 、 慶喜 が 宿所 を 若狭 国 小浜 藩邸 から 二条 城 に 移 し た の は 翌 慶応 3 年 ( 1867 年 ) 9 月 の こと で あ っ た 。 10 月 に は 大政 奉還 、 将軍 職 返上 、 12 月 に は 朝廷 より 辞官 納地 命令 が 二条 城 に 伝達 さ れ る 。 この とき 二条 城 に は 旗本 を 中心 と する 徳川 家 直属 の 兵約 5000 、 会津 藩 士 約 3000 、 桑名 藩 士 約 1500 が 集結 し て お り 、 朝廷 を 操 る 薩摩 藩 の 挑発 に 対 し 激昂 し て い た 。 軍事 衝突 を 避け る ため 、 慶喜 は 二条 城 から これ ら の 兵 を 連れ て 大坂城 へ 向か う 。 二条 城 は 若年 寄 ・ 永井 尚志 と 水戸 藩 士 約 200 名 が 守備 の ため 残 っ た 。 しかし 命令 系統 の 混乱 から 別 に 二条 城 守備 の 命 を 受け た 新 選組 が 到着 し 、 水戸 藩 士 と の 間 で 押し 問答 に な る 。 この 件 は 永井 の 機転 で 、 新 選 組 が 伏見 奉行 の 守備 に 回 る こと で 解決 し た 。 翌 慶応 4 年 ( 1868 年 ) 正月 、 鳥羽 ・ 伏見 の 戦い が 勃発 。 大坂 に 召還 さ れ た 尚志 に 代わ り 、 二条 城 は 水戸 藩 士 ・ 梅沢 孫太郎 が 留守 役 と な っ て い た が 、 1 月 5 日 ( 旧暦 ) ( 1 月 29 日 ) に 朝廷 ( 新 政府 ) の 命 を 受け た 議定 ・ 徳川 慶勝 に 引き渡 さ れ 、 太政 官 代 が 設置 さ れ た 。 閏 4 月 に 太政 官 代 は 宮中 に 移転 し た 。 東京 奠都 後 の 明治 3 年 ( 1870 年 ) に 二条 城 は 複都 制 の 管轄 下 に 置 か れ る が 、 明治 4 年 ( 18 71 年 ) 、 二の丸 御殿 は 京都 府 庁舎 と な る 。 明治 6 年 ( 1873 年 ) に 陸軍 省 の 所管 に 移 さ れ た 後 、 明治 17 年 ( 1884 年 ) に 宮内 省 の 所管 と な り 「 二条 離宮 」 と 改称 し た 。 翌 明治 18 年 ( 1885 年 ) に 京都 府 の 新 庁舎 が 完成 し た ため 移転 し た 後 、 二の丸 御殿 の 修理 が 明治 20 年 まで 行 わ れ る 。 明治 26 年 ( 1893 年 ) から 27 年 ( 1894 年 ) に かけ て 、 京都 御苑 の 今出川 門脇 に 位置 する 旧 桂宮邸 を 本丸 へ 移築 し 、 本丸 御殿 と する 。 大正 4 年 ( 1915 年 ) 、 大正 天皇 即位 の 儀式 で あ る 大典 の 饗宴場 と し て 二条 城 二の丸 が 使用 さ れ 、 それ に 伴 い 南門 や 二の丸 御殿 の 附属 建物 が 増築 さ れ る 。 昭和 14 年 ( 1939 年 ) に 宮内 省 より 下賜 。 それ 以来 「 元 離宮 二 条城 」 と い う 名称 と な る 。 第 二 次 世界 大戦 後 、 連合 国 軍 最高 司令 官 総 司令 部 の 意向 で 二 の丸北側 に テニス コート が 作 ら れ た が 、 昭和 40 年 ( 1965 年 ) に 庭園 に 変え られ た 。 平成 18 年 ( 2006 年 ) 4 月 6 日 、 日本 100 名城 ( 53 番 ) に 選定 さ れ 、 平成 19 年 ( 2007 年 ) 6 月 から 全国 規模 の 日本 100 名城 スタンプラリー が 開始 さ れ た 。 二条 城 は かつて 平安 京 の 大内 裏 で あ っ た 場所 の 南東端 と その 南 に あ っ た 禁園 ( 天皇 の 庭園 ) で あ る 「 神泉 苑 」 跡 と に またが る 地 に あ る 。 東西 約 500 メートル 、 南北 約 400 メートル 、 ほぼ 矩形 だ が 厳密 に は 東側 から 見 て 凸型 と な っ て い る 。 南北 の 幅 が 狭 く な っ て い る 西側 部分 が 徳川 家光 の 時代 に 行 わ れ た 寛永 の 大 改修 に よ っ て 拡張 さ れ た 部分 で 、 家康 に よ る 創建 時 は 現在 の 東側 半分 のみ で あ っ た 。 縄張 の 形式 は 本丸 の 四方 を 二 の丸 で 取り囲 む 「 輪郭 式 」 に 分類 さ れ る が 、 本丸 が 中央 より 西寄り に 配 さ れ て い る 。 本丸 は 約 150 メートル 四方 の ほぼ 正 方形 で あ り 、 本丸 と 二の丸 の 間 に は 内堀 が 二の丸 の 周り は 外堀 が 作 ら れ て い る 。 二の丸 は 本丸 の 北 と南 に あ る 仕切門 に よ っ て 東西 に 分かれ て い る ( この 西側 部分 を 「 西 の 丸 」 と 呼 ぶ 資料 も あ る ) 。 家康 に よ る 創建 時 は 現在 の 二 の丸 東側 部分 が 本丸 で あ り 、 本丸 のみ で 構成 さ れ る 「 単郭 式 」 で あ っ た 。 大手 門前 の 広場 と 堀川 通 を 隔て て 堀川 が 流れ て い る が 、 総郭 と まで は 言え な い もの の 第 一 防御 線 と し て 想定 さ れ て い た 可能 性 は あ る 。 二条 城 の 敷地 は 、 現在 の 京都 市街 に も ほぼ 受け継 が れ て い る 平安 京 の 町割り に 対 し て 約 3 度 の 傾き が あ る 。 これ は 、 宣教 師 に よ っ て 日本 に もたら さ れ た 磁石 を 普請 の 際 に 用い た ため で あ る 。 将軍 滞在 の 城 と し て は 規模 も 小さ く 防御 能力 に 問題 が あ り そう だ が 、 家臣 の 疑問 に 対 し 家康 は 「 一 日 二 日 も 持ちこたえれ ば 周辺 から 援軍 が 来る 」 「 万が一 この 城 が 敵 の 手 に 落ち たら 堅城 だ と 取り返 す の に 手間 が かか る 」 と 答え た と 伝え られ る 。 外部 と の 出入り口 と し て の 城門 は 東西 南北 に 1 つ ずつ あ る 。 正門 は 堀川 通 に 面 し た 東 大 手門 で あ る 。 南門 は 大正 4 年 ( 1915 年 ) に 新た に 作 ら れ た もの で 、 この 南門 と 西門 は 外堀 を 渡 る 橋 が 撤去 さ れ て お り 使用 さ れ て い な い 。 また 、 北 大 手 門 も 普段 は 閉鎖 さ れ て い る 。 この 他 に 城内 に は 5 つ の 城門 が あ る 。 二の丸 を 東西 に 分け る 北中 仕切門 と 南中 仕切門 、 二の丸 と 本丸 を 結 ぶ 通路 へ の 入り口 と な る 鳴子 門 と 桃山 門 、 その 通路 から 内堀 を 渡 っ た 本丸 へ の 入り口 と な る 櫓門 で あ る 。 二の丸 の 中心 的 建造 物 で あ る 二の丸 御殿 は 、 東 大 手 門 から 見 て 正面 の 右斜め 前 方向 に 建 つ 。 御殿 は 築地 塀 で 囲 ま れ て い て 、 唐門 は 塀 の 南側 に あ る 。 それ を くぐ る と 正面 に 二の丸 御殿 の 玄関 に あた る 「 車寄 」 ( くるま よせ ) が 見え る 。 二の丸 御殿 は 手前 から 順 に 「 遠侍 」 ( とおざむらい ) 、 「 式台 」 ( しきだい ) 、 「 大 広間 」 、 「 蘇鉄 の 間 」 、 「 黒 書院 」 ( くろ しょいん ) 、 「 白書院 」 ( しろ しょいん ) と 呼 ば れ る 6 つ の 建物 が 雁行 に 並 び 、 廊下 で 接続 さ れ 一体 と な っ て い る 。 大 広間 の 西側 、 黒書 院 の 南側 に 日本 庭園 が あ る 。 遠侍 の 北側 、 白書 院 の 東側 に は 「 台所 」 と 配膳 を する ため の 「 御 清 所 」 と 呼 ば れ る 建物 が あ る 。 本丸 の 御殿 は 御所 の 北 に あ っ た 旧 桂宮邸 を 明治 26 年 ( 1893 年 ) から 27 年 ( 1894 年 ) に かけ て 移築 し た もの で あ る 。 こちら は 普段 は 非 公開 で あ り 、 春 と 秋 に 期間 限定 で 公開 さ れ て い る ( 耐震 性 の 不足 が 判明 し た ため 平成 19 年 ( 2007 年 ) 春 を 最後 に 公開 を 中止 ) 。 本丸 御殿 の 南 に は 、 洋風 庭園 が あ る 。 創建 時 の 天守 は 、 『 洛中 洛外 図 屏風 』 に 城 の 北西 部分 ( 現在 の 清流 園 の 辺り ) に 五重 の 天守 と し て 描 か れ て い る 。 この 天守 は 、 家光 の 代 に 行 わ れ た 寛永 の 大 改修 に お い て 淀城 に 移築 さ れ た 。 これ に 代わ り 、 新た に 作 ら れ た 本丸 の 南西 隅 に は 前年 に 廃城 と な っ た 伏見 城 の 天守 が 移築 さ れ た ( したが っ て 、 短 い 間 だけ 2 つ の 天守 が 並び 立 っ て い た 時期 が あ る と い う こと に な る ) 。 この 五 重 の 天守 に は 、 取付 矢倉 と 小 天守 が 付属 する ( 複合 式 天守 ) 。 天守 は 寛延 3 年 ( 1750 年 ) に 落雷 で 焼失 し て 以来 、 再建 さ れ な かっ た 。 現在 は 、 天守 台 のみ が 残 る 。 別名 「 八陣 の 庭 」 。 小堀 遠州 の 代表 作 と し て 挙げ られ る こと も 多 い 安土 桃山 文化 の 池泉 回遊 式 庭園 ( 中心 に 池 を 配 し 、 その 周り を 歩 い て 鑑賞 する 庭園 ) で あ る 。 池 に は 3 つ の 島 が 浮か ぶ 。 池 の 中央 や や 北 より に もっとも 大き い 蓬莱 島 が あ り 、 その 北 に 亀島 、 南 に 鶴島 が あ る 。 亀島 は 亀 の 形 に 、 鶴島 は 鶴 の 形 に 石 が 組 ま れ て い る 。 蓬莱 島 は 亀島 と 共 に 見え る アングル から は 鶴 の 形 に 、 鶴島 と 共 に 見え る アングル から は 亀 の 形 に 石 が 組 ま れ て い て 、 常 に 鶴亀 の 一 組 を 表現 する 趣向 と な っ て い る 。 池 の 北西 部 に は 、 二 段 の 滝 が あ る 。 池 の 南 に 広が る 芝生 の 部分 は 、 寛永 の 行幸 の 際 に は 行幸 御殿 が 建て られ て い た 場所 で あ り 、 こちら 側 が 庭園 の 第 1 正面 と な る 。 第 2 正面 は 東 ( 大 広間 ) 側 、 第 3 正面 は 北 ( 黒書院 ) 側 と い う 三 正面 式 の 設計 。 本丸 御殿 が 移築 さ れ た 後 に 作庭 が 始ま り 、 明治 29 年 ( 1896 年 ) に 完成 し た 洋風 庭園 。 日本 庭園 と 異な り 、 池 や 枯山 水 で は な く 、 芝生 と 植樹 を 中心 と し た 回遊 式 の 庭園 で あ る 。 二の丸 の 北 大手 門 付近 に 昭和 40 年 ( 1965 年 ) に 作 ら れ た 和洋 折衷 庭園 。 江戸 時代 に およそ 4 度 本丸 の 建物 を 仙洞 御所 に 移築 し た が 、 その 度 に 火災 に 見舞 わ れ て しま っ て い る 。 横浜 市 中 区 ( 横浜 市 ) の 三渓 園 に 聴秋 閣 ( 三笠 閣 ) が 移築 現存 し 、 国 の 重要 文化 財 に 指定 さ れ て い る 。 古都 京都 の 文化 財 を 構成 する 17 の 歴史 的 建造 物 の 1 つ と し て 、 文化 遺産 ( 世界 遺産 ) に 平成 6 年 ( 1994 年 ) 12 月 に 登録 さ れ た 。 二の丸 御殿 : 昭和 27 年 ( 1952 年 ) 3 月 29 日 、 文化 財 保護 法 に 基づ く 国宝 に 指定 。 遠侍 及び 車寄 式 台 大 広間 蘇 鉄之間 黒 書院 ( 小広間 ) 白書院 ( 御座 の 間 ) 城 が 宮内 省 から 京都 市 に 移管 さ れ た 後 の 昭和 14 年 ( 1939 年 ) 10 月 28 日 に 上記 二の丸 御殿 の 6 棟 と あわせ て 全 24 棟 が 国宝 保存 法 に 基づ く 「 国宝 」 ( 旧 国宝 ) に 指定 さ れ 、 昭和 19 年 ( 1944 年 ) に 4 棟 が 追加 指定 さ れ た 。 その 後 、 昭和 25 年 ( 1950 年 ) の 文化 財 保護 法 施行 に 伴 い 、 旧 国宝 は すべて 重要 文化 財 と し て 指定 さ れ た もの と みな さ れ る こと と な っ た 。 本丸 御殿 ( 旧 桂宮邸 ) 玄関 御 書院 御常 御殿 台所 及び 雁之 間 二の丸 御殿 唐門 築地 台所 御 清所 城門 東 大手 門 北 大手 門 西門 櫓門 鳴子 門 桃山門 北中 仕切門 南中 仕切門 隅櫓 東南 隅 櫓 西南 隅 櫓 土蔵 ( 米蔵 ) 土蔵 ( 二の丸御殿 台所 北 ) 北西 土蔵 南西 土蔵 東南 隅櫓 北方 多門 塀 二条 城 二之丸 御殿 障 壁 画 : 昭和 57 年 ( 1982 年 ) 6 月 5 日 指定 。 954 面 。 二条 城 の 外堀 を 囲 む 道路 も 含め て 、 二条 城 全域 が 昭和 14 年 ( 1939 年 ) 1 1 月 30 日 に 「 旧 二 条 離宮 ( 二条 城 ) 」 の 名 で 史跡 に 指定 さ れ た 。 二条 城 二之丸 庭園 : 昭和 28 年 ( 1953 年 ) 3 月 31 日 指定 。 +伏見城 ( ふしみ じょう ) は 、 現在 の 京都 市 伏見 区 に あ っ た 城 。 「 伏見 桃山城 」 は 史実 に は な い 近代 建築 で あ る ( 本文 で 詳述 ) 。 伏見城 は 豊臣 秀吉 に よ っ て 、 自身 の 隠居 後 の 居所 と し て 造 ら れ た もの が 初め で あ る 。 歴代 3 度 に わた っ て 築城 さ れ 、 初め に 指月 山 に 造 ら れ た もの を 指月 山伏 見城 、 震災 後 に 木幡山 に 移 さ れ た もの を 木幡 山伏 見城 など と 区別 さ れ る 。 さらに 、 木幡 山伏 見城 は 創建 時 で あ る 豊臣 期 と 、 関ヶ原 の 戦災 後 に 再建 さ れ た 徳川 期 の もの に 分け られ る 。 秀吉 の 死後 、 その 遺言 に よ っ て 豊臣 秀頼 は 大阪 城 に 移り 、 五大 老 筆頭 の 徳川 家康 が 代わ っ て この 城 に 入 り 政務 を と っ た 。 関ヶ原 の 戦い の 際 、 家康 の 家臣 鳥居 元忠ら が 守 っ て い た が 、 石田 方 に 攻め られ 焼失 し て い る ( 伏見 城 の 戦い ) 。 後 に 、 家康 に よ っ て 再建 さ れ 、 廃城 後 は その 建造 物 及び 部材 が 各地 に 移築 さ れ て い る 。 廃城 後 、 城郭 の 一帯 は 桃畑 と し て 開墾 さ れ た ため 桃山 と 呼 ば れ た 。 伏見城 を 通称 桃山城 と い う の は この ため で あ る ( 織田 ・ 豊臣 政権 期 の 時代 区分 「 安土 桃山 時代 」 や 、 その 文化 「 桃山 文化 」 など の 呼称 は この 通称 から 取 ら れ た もの ) 。 また 、 開墾 に たずさわ っ た 一族 の 末裔 は 、 吉村 酒造 蔵元 の 吉村 家 と 伝え られ て い る に よ る と 、 伏見 城跡 に 設け た 堀内 村 の 庄屋 を 代々 務め 、 明治 時代 に 同村 の 土地 を 皇室 へ 寄進 し た と の 記述 が あ る 。 史実 に は 直接 の 関係 は な い 。 徳川 期 の 天守 は 二 条 城 に 移築 さ れ た ため 史料 が 比較 的 残 っ て い る が 、 それ 以前 の 天守 に つ い て は 不明 な 部分 が 多 い 。 詳細 は 不明 で あ る 。 1592 年 - 豊臣 秀吉 が 隠居 所 と し て 宇治川 沿い の 低地 丘陵 で あ る 指月 山 に 、 後 に 破却 し た 聚楽 第 の 建物 の 一部 を 移築 する など し て 築城 さ れ た ( 指月 城 ) 。 1596 年 - 地震 で 倒壊 し た ため 、 約 500 m 離れ た 木幡山 ( 現在 の 桃山 ) に 新た に 築城 し 直 さ れ た ( 木幡 山城 ) 。 159 8 年 - 豊臣 秀吉 が この 城 で 死去 する 。 160 0 年 - 伏見 城 の 戦い で 焼失 。 160 1 年 - 徳川 家康 に よ り 再建 さ れ る 。 1 60 3 年 - 「 征夷 大将軍 宣下 の 儀式 」 に 使用 。 大坂 の 役 の 後 、 伏見 城 の 役割 は 大坂城 へ 移り 、 江戸 幕府 に と っ て この 城 の 重要 性 は 薄れ た ため 、 徳川 家康 の 隠居 後 の 1625 年 に 廃城 と な っ た 。 1964 年 - 伏見 城 花 畑跡 に 遊 園 地 「 伏見 桃山城 キャッスルランド 」 が 建設 さ れ 、 その 目玉 と し て 模擬 天守 「 伏見 桃山城 」 が 建設 さ れ た 。 2003 年 1 月 - 伏見 桃山城 キャッスルランド が 、 経営 母体 で あ る 近畿 日本 鉄道 の リストラ の 一環 と し て 閉園 。 伏見 桃山城 は 京都 市民 の 運動 に よ っ て 伏見 の シンボル と し て 保存 さ れ る こと と なり取り壊し を 免れ た 。 現在 は 公園 と し て 整備 さ れ て い る 。 京都 市 が 無償 で 譲り受け た が 老朽 化 で 内部 非 公開 と な っ て い る 。 2007 年 10 月 - 時代 劇 映画 「 茶々 天涯 の 貴妃 」 撮影 の ため 、 望楼 の 下 に 虎 の 装飾 や 鯱 を 金色 に 塗り替え る など 大坂城 に 見立て て 改装 。 約 1 億 円 の 改修 費 は 東映 が 負担 し 大坂城 と し て の 改修 は 年内 継続 。 廃城 に 際 し て 天守 を 始め 多く の 建物 が 他 の 場所 に 移築 さ れ た 。 有名 な もの で は 二 条 城 や 常寂 光 寺 など が あ り 、 福山 城 ( 備後 国 ) に は 、 櫓 、 城門 、 殿舎 、 湯殿 、 多聞 櫓 、 土塀 など 特に 多く の 施設 が 移 さ れ て い る 。 移築 の 伝承 を 持ち 現存 する 主な 施設 を 以下 に 挙げ る 。 なお 、 この 内 、 移築 が 裏付け られ て い る の は 指月 山 の 遺構 で あ る 西教寺 客殿 と 徳川 期 の 遺構 で あ る 福山 城 伏見櫓 のみ で あ る こと に 留意 さ れ た い 。 石垣 淀城 ( 伏見 区 ) 大阪 城 ( 大阪 府 大阪 市 ) 城門 御 香宮 神社 ( 伏見 区 ) 表門 ( 大手 門 を 移築 ) 西本願 寺 ( 下京 区 ) 唐門 二 尊院 ( 右京 区 ) 総門 観音寺 ( 上京 区 ) 山門 瑞宝 寺 公園 ( 兵庫 県 神戸 市 ) 浄照寺 ( 奈良 県 磯城 郡 田原本 町 ) 表門 ( 伏見城 高 麗門 を 移築 ) 櫓 福山城 ( 広島 県 福山 市 ) 伏見 櫓 ( 重要 文化 財 ) 殿舎 大通 寺 ( 長浜 市 ) ( 滋賀 県 長浜 市 ) 本堂 ( 重文 ) 日暮 御殿 - 都久夫須麻 神社 ( 滋賀 県 長浜 市 ・ 竹生島 ) 本殿 ( 国宝 ) その 他 諸侯 控え 室 - 三渓 園 ( 横浜 市 中 区 ( 横浜 市 ) ) 移動 式能 舞台 - 福山 城 ( 広島 県 福山 市 ) 、 現在 は 沼名前 神社 ( 広島 県 福山 市 ・ 鞆 の 浦 ) ( 重文 ) 茶室 - 高台 寺 ( 東山 区 ) 時雨 亭 、 傘亭 ( とも に 重文 ) 軍議 評定 所 - 渡辺 山守綱 寺 ( 愛知 県 豊田 市 ) 本堂 伏見 御殿 の 襖絵 - 福山 城 ( 広島 県 福山 市 ) +聚楽 第 ( じゅらくだい / じゅらく てい ) は 、 安土 桃山 時代 に 豊臣 秀吉 が 京都 の 内野 ( 平安 京 の 大内 裏跡 、 現在 の 京都 市 上京 区 に あた る ) に 建設 し た 大邸宅 。 聚楽亭 ( じゅらく てい ) と も い わ れ る 。 堀 を めぐら し た 一種 の 城 で あ り 、 聚楽 城 ( じゅらく じょう ) と も い わ れ る 。 聚楽 第 は 関白 に な っ た 秀吉 の 政庁 兼 邸宅 と し て 1586 年 ( 天正 14 年 ) 2 月 に 着工 さ れ 、 翌 158 6 年 9 月 に は 完成 。 九州 征伐 を 終え た 秀吉 が 大坂 より 移り 、 ここ で 政務 を み た 。 158 8 年 5 月 9 日 ( 旧暦 天正 16 年 4 月 14 日 ) に は 後陽成 天皇 の 行幸 を 迎え て これ を 饗応 し て い る 。 また 天正 少年 使節 や 徳川 家康 の 謁見 も ここ で 行 わ れ た 。 聚楽 第 は 瓦 に は 金箔 を 貼 る など 大変 贅沢 な もの だっ た と い う 。 「 第 」 ( = 邸 ) と あ る が 、 天守 を 持 つ 本丸 を 中心 に 二の丸 など の 曲輪 を 持 ち 、 堀 を 巡ら し て お り 、 実際 は 平城 で あ っ た 。 邸内 に は 側近 を はじめ 千 利休 など の 屋敷 も 作 ら れ た 。 1587 年 10 月 に 北野 大 茶会 が 催 さ れ た 北野 神社 社頭 は この 聚楽 第 の あ っ た 内野 から ほど 近 い 土地 に あ る 。 1591 年 12 月 に 秀吉 が 関白 職 を 甥 の 豊臣 秀次 に 譲 る と 聚楽 第 も 秀次 の もの と な り 、 その 際 後 陽成 天皇 を 再び 迎え て い る 。 秀吉 は 隠居 後 の 居所 と し て 1594 年 に は 伏見 城 の 築城 を 始め る が 、 翌 1595 年 に 関係 が 悪化 し て い た 秀次 を 高野山 に 追放 し た 後 切腹 を 命じ る に 及 ん で 、 聚楽 第 も 破却 さ れ た 。 聚楽 第 の 建造 物 の 多く は 伏見 城 内 へ 移築 さ れ た が 、 西本願 寺 の 飛雲 閣 、 大徳 寺 の 唐門 、 妙覚 寺 ( 京都 市 ) の 大門 、 妙心 寺 播 桃院 玄関 など 、 聚楽 第 から 移築 さ れ た と い う 伝承 が あ る 建造 物 も 少な く な い 。 名称 聚楽 第 は 、 建造 中 は 「 内野 御 構 」 ( うち の おかまい / うち の の おん かまえ ) と 呼 ば れ て い た こと が 知 ら れ て お り 、 その 初見 は 『 多聞 院 日記 』 天正 14 年 2 月 27 日 の 条 に あ る 「 去廿 一 日 ヨリ 内野 御 構 普請 」 。 「 聚楽 」 の 名 が 使 わ れ 始め る の は 九州 征伐 から 帰還 し た 後 の こと で あ る 。 「 聚楽 」 と い う 名 の 由来 に つ い て は 、 秀吉 が 御 伽衆 の 大村 由己 に 書 か せ た 『 天正 記 』 の ひと つ 『 聚楽 第 行幸 記 』 に 「 長生 不老 の 樂 ( うたまい ) を 聚 ( あつ ) むる もの な り 」 と あ る 。 これ 以外 に 「 聚楽 」 の 出典 が 見いだせ な い こと から 、 史家 の あいだ で は これ が 秀吉 の 造語 に よ る もの だ と する 見方 が 一般 的 と な っ て い る 。 現在 聚楽 第 は 現在 で は 地形 に わずか に 痕跡 を とどめ る 程度 で 、 整然 と し た 遺構 は 残 っ て い な い 。 かろうじて 「 梅雨 の 井 」 跡 と 伝え る 史跡 が 松屋 町 通 下長者 町 通上ル 東 入ル 東 堀 町 内 に あ る が 聚楽 第 遺構 と の 確証 は な い 。 また 智恵 光院 通出水 通下ル の 京都 市 出水 老人 デイ サービス センター の 北向か い ( 分銅 町 ) に 加藤 清正 寄贈 と い う 庭石 も 残 る が これ も 確証 は な い 。 ただし 、 地名 に は 、 「 須浜 町 」 「 須浜 池町 」 「 天秤 丸町 」 「 山里 町 」 「 北之 御門町 」 「 高台 院 町 」 「 東堀 町 」 など な お 当時 の 名残 を 色濃 く 残 し て い る 。 また 「 如水町 」 「 小寺 町 」 「 浮田 町 」 「 飛弾 殿 町 」 「 田村 備前町 」 「 福島 町 」 「 中書 町 」 「 直家 町 」 など 秀吉 騎 下 の 武将 の 名 を 冠 し た 地名 も 多 く 見 られ る 。 浄福寺 通 中立売通 の 正親 小 学校 北側 に 聚楽 第 跡 の 石碑 が 建 っ て い る 。 なお 近年 行な わ れ た 調査 で は 堀 の 跡 など が 発掘 さ れ 、 金箔 瓦 など も 出土 し た 。 二条 城 羽柴 ( 豊臣 ) 秀吉 の 「 二条 新屋敷 」 ( 聚楽 第 の 前 の 秀吉 の 邸宅 ) 日本 の 城一覧 +梅小路 蒸気 機関 車 館 ( うめこうじ じょうきき かん しゃ かん ) は 、 京都 府 京都 市 下京 区 観喜 寺 町 に あ る 西 日本 旅客 鉄道 ( JR 西 日本 ) が 運営 する 蒸気 機関 車 の 鉄道 保存 展示 施設 で あ る 。 1972 年 10 月 10 日 、 日本 国 有 鉄道 に よ り 日本 の 鉄道 開業 100 周年 を 記念 し て 京都 市 下京 区 に あ る 梅小路 機関 区 の 扇形 庫 を 活用 し て 開設 さ れ 、 1 世紀 に わた り 、 日本 の 鉄道 輸送 を 支え 続け た 蒸気 機関 車 を 貴重 な 産業 文化 財 と 位置 づけ 、 その 動態 保存 を 目的 と し た 日本 初 の 施設 で あ る 。 1987 年 の 国鉄 分割 民営 化 に ともな っ て JR 西 日本 が 引き継 い だ 。 また 、 この 施設 自体 が 、 現役 の 車両 基地 ( 梅小路 運転 区 ) で あ り 、 蒸気 機関 車 や 嵯峨野 観光 鉄道 所有 の 国鉄 DE 10 形 ディーゼル 機関 車 の 検査 ・ 修繕 も 行な わ れ て い る 。 そもそも 、 この 施設 が 開設 さ れ る きっかけ と な っ た の は 、 196 0 年代 後半 から 急速 に 姿 を 消 し て い っ た 蒸気 機関 車 の 動態 保存 を 行 う ため で あ っ た 。 当初 は 首都 圏 に 近 い と い う こと で 栃木 県 小山 駅 構内 に あ っ た 小山 機関 区 が 保存 機関 区 の 最 有力 候補 で あ っ た が 、 「 日本 の 中央 部 」 に 立地 し て い る こと と 、 「 周辺 に 名所 旧 跡 が あ る 」 と い う 観点 から 、 1970 年 に 梅小路 機関 区 ( 当時 ) が 保存 機関 区 に 正式 に 選定 さ れ た 。 保存 対象 車両 は 原則 と し て 現存 する もっとも 若番 の 車両 ( でき れ ば 1 号 機 ) を 選定 する よう 検討 を 重ね られ て い た が 、 C 62 形 2 号 機 の よう に 、 当初 は 保存 予定 に な かっ た 車両 も あ る 。 施設 は 、 旧 梅小路 機関 区 の 扇形 庫 及び 転車 台 を 活用 し た 『 蒸気 機関 車 展示 館 』 と 、 旧 二条 駅舎 を 移築 ・ 復元 し た 『 資料 展示 館 』 から な る 。 扇形庫 は 、 1914 年 に 建設 さ れ た 鉄筋 コンクリート 製 の もの で 、 2004 年 12 月 10 日 に 5 t 電動 天井 クレーン ( 1915 年 完成 ) 、 引き込み 線 と とも に 国 の 重要 文化 財 に 指定 さ れ た 。 同じ 2004 年 に 、 土木 学会 選 奨 土木 遺産 に 選奨 さ れ た 。 2006 年 に は JR 西 日本 より 旧 二条 駅舎 ( 展示 館 ) と 扇形 車庫 ・ 保存 さ れ て い る 蒸気 機関 車 一式 ・ 点検 修理 の 工具 一式 など が 、 鉄道 記念 物 準 鉄道 記念 物 に 指定 さ れ た 。 旧 二条 駅舎 は 、 190 4 年 に 京都 鉄道 が 本社 社 屋 を 兼ね て 建設 し た 日本 現存 最古 の 木造 2 階 建和風 駅舎 で 、 景観 に 配慮 し ながら 平安 神宮 を 模 し て 造 ら れ た 。 京都 鉄道 は 1907 年 に 国有 化 さ れ 、 以後 National Rail 、 次いで JR 西 日本 の 駅舎 と し て 利用 さ れ た が 、 1996 年 の 山陰 本線 ( 嵯峨野 線 ) 二条 ~ 花園 駅 ( 京都 府 ) 間 高架化 に ともな っ て 駅舎 と し て の 役目 を 終え 、 1997 年 に 本館 敷地 内 に 移築 ・ 復元 し て 玄関 口 と し て 使用 、 内部 は 昔 の 切符 売り場 など を 残 し 、 資料 展示 館 と し て 活用 し て い る 。 1996 年 4 月 に 京都 市 の 文化 財 に 指定 さ れ て い る 。 扇形庫 に は 、 大正 から 昭和 に かけ て 製造 さ れ た 国産 蒸気 機関 車 16 形式 18 両 ( 開館 当初 は 16 形式 17 両 ) が 収容 ・ 展示 さ れ て い る 。 開館 当初 は 動態 保存 が 原則 で あ り 、 C 53 形 45 号 機 と C 51 形 239 号 機 の 2 両 を 省 き 15 両 に 車籍 が あ っ た が 、 その 後 保存 対象 車両 の 見直し が 何 度 か 行 わ れ 2006 年 現在 、 動態 保存 機 は 7 形式 7 両 と な っ て い る 。 うち 、 5 形式 5 両 は 現在 も 車籍 を 有 し 、 2 両 ( C57 形 1 号 機 、 C 56 形 160 号 機 ) は 、 山口 線 「 やまぐち ( 列車 ) 」 や 北陸 本線 「 北 びわ こ ( 列車 ) 」 など 、 本線 上 で の 列車 牽引 に 供 さ れ て い る 。 この 2 両 以外 の 動態 保存 機 は 車籍 こそ あ る もの の 、 全般 検査 を 受け て い な い ため 本線 上 で の 走行 は でき な い 。 また 、 館内 展示 用 の 動態 保存 機 の 牽引 に よ る 「 SL スチーム 号 」 を 館内 の 線路 で 運転 し て い る 。 この 展示 運転 線 は 、 かつて は 車庫 から 北 、 現在 大型 車 駐車 場 に な っ て い る 敷地 ( かつて 館内 の 休憩 施設 と 公園 が あ っ た ) の 北端 に 掛け 延び て い た が 、 旧 二条 駅 駅舎 の 移築 に 併せ 、 現在 の 梅小路 公園 南端 を 嵯峨野 線 を 潜り 併走 する 形 に 変更 さ れ た 。 現在 も 機関 区 と し て の 機能 を 有 し て お り 営業 線 と も 接続 さ れ て い る 。 さらに 西 日本 旅客 鉄道 鷹取 工場 閉鎖 後 は 蒸気 機関 車 の 整備 も 受け持 っ て い る 。 梅 梅小路 を 意味 する 「 梅 」 に 由来 する 。 1976 年 に 指定 さ れ て い た C 62 形 1 号 機 を 除 く 全車 が 、 2006 年 、 その 車歴 簿 、 保守 用 工具 と とも に 準 鉄道 記念 物 に 指定 さ れ て い る 。 特記 事項 の な い もの は 1972 年 に 前 所属 機関 区 から 転入 の 手続き が と ら れ て い る 。 ◎ は 梅小路 で の 保存 当初 から 車籍 なし 。 国鉄 8620 形 蒸気 機関 車 - 動態 1914 年 汽車 製造 製 。 弘前 運輸 区 より 転入 。 1979 年 車籍 抹消 ( 有火 保存 ) 。 国鉄 96 00 形 蒸気 機関 車 1914 年 川崎 造船 所 製 。 小樽 運転 所 よ り 転入 。 1979 年 車籍 抹消 ( 有火 保存 ) 。 1987 年 静態 保存 。 国鉄 B 20 形 蒸気 機関 車 - 動態 1946 年 立山重 工業 製 。 鹿児島 機関 区 より 転入 。 1979 年 車籍 抹消 。 2002 年 に 開館 30 周年 を 記念 し 、 動態 復元 。 国鉄 C 11 形 蒸気 機関 車 1940 年 川崎 車輌 製 。 郡山 総合 車両 センター 会津 若松 派出所 より 転入 。 1987 年 車籍 抹消 。 国鉄 C 51 形 蒸気 機関 車 ◎ 1927 年 汽車 製造 製 。 1962 年 新津 運輸 区 で 廃車 。 新潟 鉄道 学園 に 教材 と し て 切開 状態 で 保管 さ れ て い た もの を 梅小路 移設 に 際 し 長野 総合 車両 センター で 復元 。 国鉄 C53 形 蒸気 機関 車 ◎ 1928 年 汽車 製造 製 。 1950 年 梅小路 機関 区 で 廃車 。 国鉄 吹田 教習 所 保管 を 経 て 1961 年 から 交通 科学 博物 館 に 保存 さ れ て い た もの 。 国鉄 C55 形 蒸気 機関 車 1935 年 川崎 車輌 製 。 旭川 運転 所 よ り 転入 。 1979 年 車籍 抹消 。 国鉄 C56 形 蒸気 機関 車 - 動態 ( 車籍 あ り 、 本線 運転 可能 ) 1939 年 川崎 車輌 製 。 松本 運輸 区 より 転入 。 国鉄 C 57 形 蒸気 機関 車 - 動態 ( 車籍 あ り 、 本線 運転 可能 ) 1937 年 川崎 車輌 製 。 佐倉 機関 区 より 転入 。 国鉄 C 58 形 蒸気 機関 車 1938 年 汽車 製造 製 。 北見 運転 所 よ り 転入 。 1987 年 車籍 抹消 。 国鉄 C59 形 蒸気 機関 車 1946 年 日立 製作 所 製 。 奈良 運転 所 よ り 転入 。 1979 年 車籍 抹消 。 国鉄 C 61 形 蒸気 機関 車 - 動態 ( 車籍 あり ) 1948 年 三菱 重 工業 製 。 宮崎 機関 区 より 転入 。 1979 年 車籍 抹消 ( 有火 保存 ) 。 1987 年 車 籍 復活 。 国鉄 C62 形 蒸気 機関 車 ◎ 1948 年 日立 製作 所 製 。 1967 年 広島 第 二 機関 区 で 廃車 。 1986 年 準 鉄道 記念 物 指定 、 広島 鉄道 学園 に 保管 。 1994 年 梅小路 に 移設 。 C 62 形 2 号 機 - 動態 ( 車籍 あり ) 1948 年 日立 製作 所 製 。 小樽 築 港 機関 区 より 転入 。 1979 年 車籍 抹消 ( 有火 保存 ) 。 1987 年 車 籍 復活 。 国鉄 D 50 形 蒸気 機関 車 1925 年 日立 製作 所 製 。 直方 機関 区 より 転入 。 1979 年 車籍 抹消 。 国鉄 D 51 形 蒸気 機関 車 1936 年 川崎 車輌 製 。 浜田 機関 区 より 転入 。 1987 年 車籍 抹消 。 D 51 形 200 号 機 - 動態 ( 車籍 あり ) 1938 年 鉄道 省 東海 旅客 鉄道 浜松 工場 製 。 中津川 機関 区 より 転入 。 1979 年 車籍 抹消 ( 有火 保存 ) 。 1987 年 車 籍 復活 。 国鉄 D 52 形 蒸気 機関 車 1946 年 三菱 重 工業 製 。 五 稜 郭 機関 区 より 転入 。 1979 年 車籍 抹消 。 画像 JRW- B2010 B20 形 10 号 機 画像 JNR963396 33 画像 D 50   1 40 ほか 梅小路 蒸気 機関 車 館 mg 540 D 50 型 140 号 機 画像 D 51 - 1 andC 62 - 1 UmekojiD 51 形 1 号 機 と C 62 形 1 号 機 画像 JNR- D 5120 0 D 51 形 200 号 機 ( スチーム 号 ) 画像 JNR- C534 5 C53 形 45 号 機 画像 JRW-C 561 6 0 C 56 形 160 号 機 ( SL 北 びわ こ 号 ) 画像 2006 0 820001 1 . JPG ) 画像 JNR-C 621 - Steam LocoC 62 形 1 号 機 画像 JRW-C 622 C62 形 2 号 機 国鉄 DE 10 形 ディーゼル 機関 車 車籍 あ り 、 2 両 所属 。 国鉄 50 系 客 車 休憩 室 と し て 利用 。 一見 原形 を 留め て い る が 裏側 に 家庭 用 クーラー の 配管 が さ れ て お り 室外 機 が 並 ん で い る 。 また トイレ は 使用 不可 。 『 梅小路 90 年史 』 ( 西 日本 旅客 鉄道 、 2004 年 ) ISBN 477 705 0 7 1 8 『 国鉄 の 車両 12 東海道 線 III 』 ( 保育 社 、 1984 年 ) ISBN 458653012 X 関崇博 「 梅小路 蒸気 機関 車 館 」 交友 社 『 鉄道 ファン ( 雑誌 ) 』 1994 年 12 月 号 No . 404 特集 ・ 梅小路 蒸機 の 現役 時代 1994 年 に 梅小路 公園 の 整備 と C 621 号 機入館 を 記念 、 保存 各 機 の 車歴 。 高山 禮蔵 「 梅小路 も ・ の ・ が ・ た ・り 」 1 ・ 2 交友 社 『 鉄道 ファン 』 1998 年 1 月 号 ~ 2 月 号 No . 441 ~ 442 +京都 御所 ( きょうと ごしょ ) は 、 京都 府 京都 市 上京 区 に あ る 皇居 。 明治 維新 の 東京 行幸 に よ り 、 天皇 が 東京 の 皇居 ( 旧 江戸 城 ) に 移 っ た ため 、 明治 10 年 ( 1877 年 ) 保存 さ れ た 。 明治 以降 は 京都 皇宮 ( きょうと こうぐう ) と も 称 さ れ る 。 元々 平安 京 で の 正式 な 皇居 は 平安 京 の 中央 部 付近 に 位置 する 内裏 で あ っ た が 、 戦乱 など に よ っ て 荒廃 し た ため に 里内 裏 に 移 っ た 。 土 御門 東 洞院 内 裏 は 、 この 里内 裏 の 一 つ で 、 後 に 北朝 と 呼 ば れ る 事 に な る 持明 院 統 の 天皇 家 が 歴代 居住 し た 御所 で あ っ た 。 ちなみ に 南朝 と 呼 ば れ る 事 に な る 大覚 寺 統 の 天皇 家 の 御所 は 二条 富小路 内裏 で あ っ た 。 現代 の 京都 御所 は 土御門 東 洞院 内 裏 その もの で は な く 、 土御門 東 洞院 内 裏 を 基 に 拡充 さ れ た もの で あ る 。 普段 は 申し込み する 事 で 参観 出来 る ほか 、 春 と 秋 に は 一般 公開 さ れ る 。 京都 御所 は 、 明治 2 年 ( 1869 年 ) の 東京 行幸 まで 歴代 天皇 の 居所 ・ 執務 所 で あ っ た 。 現在 ( 21 世紀 ) の 京都 御所 は 国有 財産 で 、 宮内 庁 が 管轄 する 「 皇室 用 財産 」 に 分類 さ れ て い る 。 隣接 し て 京都 大宮 御所 、 仙洞 御所 が あ り 、 また 北隣 の 今出川 通 を 挟 ん で 同志 社 大学 と 同志社 女子 大学 ( 両校 とも 今出川 キャンパス ) が 位置 する 。 現在 は 京都 御所 、 京都 大宮 御所 と 仙洞 御所 を 宮内 庁 が 管理 し 、 その 周囲 の 国民 公園 で あ る 京都 御苑 を 環境 省 が 管理 し て い る 。 京都 市民 は 京都 御苑 も 含め て 、 単に 「 御所 」 ( ごしょ ) と 呼 ぶ 事 が 多 い 。 なお 、 海外 の お 城 と は 違 い 、 御所 を 覆 う 塀 は あまり 高 く は な い が 、 これ は 東洋 と 西洋 で の 支配 者 ( 天皇 や など 皇族 ) に 対 する 庶民 の 親近 感 の 違い が 現れ て い る と い う 考察 が あ る 。 例えば 、 フランス 革命 の 際 、 支配 者 ( 王 ) の 居城 で あ っ た ベルサイユ 宮殿 に 庶民 が 侵入 する と い う 出来事 が あ っ た よう な 事例 が 、 日本 で は 発生 し て い な い の が こう し た 考察 の 根拠 の 1 つ で あ る 。 平安 京 建都 当初 の 内裏 は 現在 の 京都 御所 より かなり 西方 に あ り 、 西 日本 旅客 鉄道 二条 駅 の 近く の 千本 丸太町 交差 点 北東 の 位置 に あ っ た 。 現存 の 京都 御所 は もと は 里内 裏 の 一 つ で 、 土御門 東 洞 院殿 ( つちみかど ひがし の とういんど の ) と 言 い 、 元弘 元年 ( 1331 年 ) 、 北朝 _ ( 日本 ) の 光厳 天皇 が 最初 に 使用 し た もの で あ る 。 ここ に あ っ た 内裏 は 江戸 時代 だけ で 8 回 再建 さ れ て お り ( うち 6 回 は 火災 焼失 に よ る 再建 ) 、 現存 する 建物 は 江戸 末期 の 安政 2 年 ( 1855 年 ) 、 平安 様式 に なら っ て 再建 さ れ た もの で 安政 内 裏 と 呼 ば れ る もの で あ る 。 明治 10 年 ( 1877 年 ) 、 東京 の 皇居 に 移 っ て い た 明治 天皇 が 京都 を 訪れ た 際 、 東京 行幸 後 10 年 も た た な い うち に 荒廃 が 進 ん で い た 京都 御所 の 様子 を 嘆 き 、 御所 を 保存 し 旧観 を 維持 する よう に 命 じ た 。 主な 建物 と し て は 、 紫宸 殿 ( ししんでん ) 、 清涼 殿 、 小 御所 ( こごしょ ) 、 御 学問 所 、 常御殿 ( つねごてん ) 、 迎春 ( こうしゅん ) 、 御 涼所 ( お すずみ しょ ) 、 皇后 御殿 など が あ る 。 即位 の 礼 は 代々 京都 御所 の 紫宸 殿 で 行な わ れ 、 明治 維新 の 際 に 天皇 が 東京 へ 移 っ て から も 、 明治 22 年 ( 1889 年 ) 制定 の 旧 皇室 典範 に よ り 、 即位 の 礼 と 大嘗 祭 は 京都 で 行な う と 定め られ 、 大正 天皇 と 昭和 天皇 も 京都 御所 で 即位 の 儀式 を 行 っ た 。 また 、 第 二 次 世界 大戦 後 制定 さ れ た 現在 の 皇室 典範 で は 京都 で 行 う と い う よう な 場所 の 規定 は 特に な く 、 平成 2 年 ( 1990 年 ) 今上 天皇 の 即位 に あた り 、 史上 初めて 即位 の 礼 が 東京 の 皇居 正殿 で 行 わ れ た 。 即位 の 際 に 天皇 が 着座 し 、 その 即位 が 象徴 的 に 示 さ れ る 天皇 の 正式 な 御座 所 で あ る 高 御 座 は 京都 御所 の 紫宸 殿 に あ る ため 、 今上 天皇 の 即位 の 礼 「 正殿 の 儀 」 ( 「 紫宸 殿 の 儀 」 に 相当 ) に 際 し て は 皇居 宮殿 に 一時 移設 さ れ た 。 御所 正面 入口 の 正門 。 素木 、 切妻 造 、 桧皮 葺 ( ひわだぶき ) 、 柱間 1 間 の 四 脚 門 で あ る 。 開門 さ れ る の は 天皇 や 要人 国賓 の 来場 や 一般 公開 など 、 特別 な 行事 の 時 のみ で あ る 。 左右 の 築地 塀 ( ついじ べい ) に は 5 本 の 筋 ( 水平 の 線 ) が 入 っ て い る が 、 これ も 塀 と し て 最高 の 格式 を 示 す もの で あ る 。 この 門 を 入 り 、 丹塗り 瓦葺 の 承明 門 ( じょうめい もん ) を くぐ る と 正面 が 紫宸 殿 で あ る 。 右 に 見え る の は 左近 の 桜 御所 の 正殿 で 、 天皇 の 即位 式 、 立太子 礼 など の 最 重要 儀式 が 執り 行 わ れ た 最も 格式 の 高 い 建物 で あ る 。 白砂 の 南庭 ( なんて い 、 だんてい ) に 面 し て 南向き に 建 つ 。 入母屋 造 、 桧皮 葺 の 高床 式 宮殿 建築 の 建物 で 、 平面 は 33 メートル × 23 メートル ほど の 規模 が あ る 。 建具 は 蔀戸 ( しとみど ) が 使 わ れ て い る 。 規模 は 大き い が 、 華美 な 装飾 の な い 、 簡素 な 建物 で あ る 。 構造 は 中央 の 母屋 の 東西 南北 に 庇 を 付 し た 形 に な る 。 内部 は 板敷き の 広 い 空間 と な り 、 中央 に 高 御 座 ( たかみくら 、 天皇 の 座 ) 、 その 東 に 帳台 ( みちょうだい 、 皇后 の 座 ) が 置 か れ て い る 。 高 御座 、 御 帳台 とも に 高 さ 約 5 メートル 、 平面 八角 形 で 、 柱 と 柱 の 間 に 帳 ( とばり 、 カーテン ) を めぐら し 、 内部 に は 椅子 が 置 か れ て い る 。 高 御座 、 御 帳 台 の 背後 の 襖 は 「 賢聖 障子 」 ( けんじょう の しょうじ ) と 呼 ば れ 、 中国 古代 の 賢人 32 人 の 肖像 が 描 か れ て い る 。 これ は 平安 時代 から の 伝統 的 な 画題 で あ る 。 現在 の 高 御 座 と 御 帳台 は 、 大正 天皇 の 即位 礼 に 際 し 、 古制 に 則 っ て 造 ら れ た もの で あ る 。 今上 陛下 の 即位 礼 の 際 に は 、 一 度 解体 し た 後 、 東京 の 宮殿 に 運 ば れ て 使用 さ れ た 。 建物 正面 の 階段 の 左右 に は 「 左近 桜 」 と 「 右近 橘 」 の 木 が あ る 。 紫宸 殿 の 背後 西側 に あ り 、 東 を 正面 と し た 建物 。 入母屋 造 、 桧皮 葺 の 寝殿 造 の 建物 で 、 建具 に 蔀戸 ( しとみど ) を 使 う 点 など は 紫宸 殿 と 共通 する 。 本来 は 天皇 の 居所 兼 執務 所 で あ っ た が 、 天皇 が 常 御殿 に 居住 する よう に な っ て から は 、 清涼 殿 も 儀式 の 場 と し て 使 わ れ る よう に な っ て い る 。 本来 、 居住 の 場 で あ っ た 名残 で 、 建物 内 は 紫宸 殿 より は 細か く 仕切 ら れ て い る 。 中央 の 母屋 に は 天皇 の 休憩 所 で あ る 御帳台 ( みちょうだい ) が あ る 。 その 手前 ( 東側 ) に は 2 枚 の 畳 を 敷 い た 「 昼 御座 」 ( ひ の おまし ) が あ る 。 ここ は 天皇 の 公式 の 執務 場所 で あ る 。 母屋 の 北側 ( 建物 正面 から 見 て 右側 ) に は 四方 を 壁 で 囲 わ れ た 「 夜 御殿 」 ( よん の おとど ) が あ る 。 これ は 天皇 の 寝室 で あ る が 、 天皇 の 居所 が 常 御殿 に 移 っ て から は 形式 的 な 存在 に な っ て い た 。 この 他 に 西側 ( 裏側 ) に は 鬼 の 間 、 台盤 所 ( だい ばん どころ ) 、 朝餉 の 間 ( あさ がれい の ま ) 、 御 手水 の 間 ( お ちょうず の ま ) 、 御 湯殿 が あ り 、 南側 に は 殿上 の 間 が あ る 。 これ ら の 部屋 の 障壁 画 は 宮廷 絵師 の 土佐 派 が 担当 し て い る 。 また 、 建物 正面 の 庭 に は 「 漢竹 」 ( かわたけ ) 、 「 呉竹 」 ( くれ た け ) が 植え られ て い る 。 画像 Kyotopalacegarden01 御 池庭 ( おいけ に わ ) 画像 Kyotopalacegarden 02 御 内庭 ( ご ないてい ) Wikimapia 航空 写真 +国立 国会 図書 館 ( こくりつ こっかい と しょ かん ) は 、 日本 の 国会 議員 の 調査 研究 、 行政 、 ならび に 日本 国民 の ため に 奉仕 を 提供 する 図書 館 で あ る 。 また 、 納本 制度 に 基づ い て 、 日本 国 内 で 出版 さ れ た すべて の 出版 物 を 収集 ・ 保存 する 日本 唯一 の 法定 納本 図書 館 で あ る 。 英語 表記 は 。 国立 国会 図書 館 は 、 日本 の 立法 府 で あ る 国会 に 属 する 国 の 機関 で あ り 、 国会 の 立法 行為 を 補佐 する こと を 第 一 の 目的 と する 議会 図書 館 で あ る 。 同時 に 、 納本 図書 館 と し て 日本 で 唯一 の 国立 図書 館 と し て の 機能 を 兼ね て お り 、 行政 ・ 司法 の 各 部門 および 日本 国民 に 対 する サービス も 行 っ て い る 。 施設 は 、 「 中央 の 図書 館 」 と し て 東京 本館 ( 東京 都 千代田 区 永田町 ) および 国立 国会 図書 館 関西 館 ( 京都 府 相楽 郡 精華 町 精華 台 ) が 置 か れ 、 「 支部 図書 館 」 と し て 国際 子ども 図書 館 ( 東京 都 台東 区 上野 公園 ) 、 東洋 文庫 ( 東京 都 文京 区 本駒込 ) の ほか 、 行政 機関 ・ 司法 機関 など に 26 館 が 置 か れ る 。 国立 国会 図書 館 の 淵源 は 、 大 日本 帝国 憲法 下 の 帝国 議会 各院 に 置 か れ て い た 衆議 院 図書 館 、 貴族 院 図書 館 、 および 文部 省 に 付属 し て い た 帝国 図書 館 の 3 館 に あ る 。 貴衆 各院 の 図書 館 は 、 1891 年 ( 明治 24 年 ) に 設立 さ れ た 各院 の 図書 室 を 起源 と し て お り 、 また 、 帝国 図書 館 は 1872 年 ( 明治 5 年 ) に 設立 さ れ た 書籍 館 を その 前身 と する 。 第 二 次 世界 大戦 後 、 1947 年 ( 昭和 22 年 ) に 施行 さ れ た 日本 国 憲法 は 、 国会 を 唯一 の 立法 機関 と 定め 、 国会 を 構成 する 衆議 院 ・ 参議 院 の 両 議院 は 「 全国民 を 代表 する 選挙 さ れ た 議員 」 ( 国会 議員 ) で 組織 さ れ る と 定め た 。 そして 、 国会 が 民主 的 に 運営 さ れ 、 国会 議員 が 十分 な 立法 活動 を 行 う ため に は 、 国会 議員 の ため の 調査 機関 と し て 議会 図書 館 の 拡充 が 必要 と さ れ た 。 この ため 、 日本 国 憲法 の 施行 と とも に 施行 さ れ た 国会 法 ( 昭和 22 年 法律 第 79 号 ) 130 条 は 「 議員 の 調査 研究 に 資 する ため 、 別 に 定め る 法律 に よ り 、 国会 に 国立 国会 図書 館 を 置 く 。 」 と 定め 、 あわせ て 国会 図書 館 法 ( 昭和 22 年 法律 第 84 号 ) を 制定 し た 。 これ に よ り 、 貴衆 両院 の 図書 館 を 合併 し た 国会 図書 館 の 設立 が 定め られ た が 、 この 体制 で は 国会 議員 の 調査 研究 に は 不 十分 で あ る と み られ た 。 そこ で 、 アメリカ 合衆 国 から 図書 館 使節 団 が 招 か れ 、 国会 は その 意見 を 取り入れ て 、 翌 1948 年 ( 昭和 23 年 ) 、 国立 国会 図書 館 法 ( 昭和 23 年 法律 第 5 号 ) を 制定 し た 。 同法 は アメリカ 図書 館 使節 団 の 強 い 影響 下 に 誕生 し た ため 、 国立 国会 図書 館 は アメリカ 議会 図書 館 ( Library of Congress ) を モデル と し て 、 議会 図書 館 で あ る と 同時 に 国立 図書 館 ( 国立 中央 図書 館 ) の 機能 も 兼ね 、 国内 資料 の 網羅 的 収集 と 整理 を 目的 と し た 法定 納本 制度 を も つ こと と さ れ た 。 同法 の 制定 と とも に 、 国会 図書 館 の 設立 準備 が 進め られ 、 初代 国立 国会 図書 館長 に は 憲法 学 で 日本 国 憲法 制定 時 の 憲法 担当 国務 大臣 だっ た 金森 徳次郎 が 迎え られ て 、 1948 年 ( 昭和 23 年 ) 2 月 25 日 に 国立 国会 図書 館 は 発足 し た 。 続 い て 、 初代 副 館長 に 美学 で 尾道 市立 図書 館長 だっ た 中井 正一 が 任命 し た 。 同年 6 月 5 日 、 旧 赤坂 離宮 ( 現 迎賓館 ) を 仮 庁舎 と し て 、 国立 国会 図書 館 は 正式 に 開館 し た 。 翌 1949 年 ( 昭和 24 年 ) に は 、 国立 国会 図書 館 法 の 定め た 方針 に 基づ き 、 出版 法 ( 明治 26 年 法律 第 15 号 。 出版 法 及び 新聞 紙 法 を 廃止 する 法律 ( 昭和 24 年 法律 第 95 号 ) に よ り 廃止 ) に 基づ い て 納本 さ れ た 出版 物 を 所蔵 し て い た 上野 の 国立 図書 館 ( 1947 年 ( 昭和 22 年 ) に 帝国 図書 館 から 改称 ) が 統合 さ れ た 。 これ に よ り 、 国立 国会 図書 館 は 名実 とも に 日本 唯一 の 国立 図書 館 と な っ た 。 旧 帝国 図書 館 の 蔵書 と 施設 は その まま 上野 に 残 さ れ 、 同館 は 国立 国会 図書 館 の 支部 図書 館 で あ る 国立 国会 図書 館 支部 上野 図書 館 と さ れ た 。 組織 の 発足 より 建設 が 遅れ て い た 国立 国会 図書 館 の 本館 庁舎 は 、 国立 国会 図書 館 法 と 同時 に 公布 さ れ た 国立 国会 図書 館 建築 委員 会 法 ( 昭和 23 年 法律 第 6 号 ) に 基づ い て 検討 が 進め られ 、 国会 議事 堂 の 北隣 に あ っ た 旧 ドイツ 大使 館 跡地 ( 東京 都 千代田 区 永田町 ) に 建設 さ れ る こと に な っ た 。 本館 庁舎 ( 現在 の 東京 本館 ) は 建築 設計 競技 に よ り 前川 國男 の 案 が 選 ば れ た 。 1961 年 ( 昭和 36 年 ) に 第 一 期 工事 を 完了 し 、 図書 が 収蔵 さ れ 始め た 。 収蔵 さ れ た 図書 は 、 貴衆 両院 図書 館 から の 引継 書 と 戦後 の 収集 分から な る 赤坂 の 国会 図書 館 仮本 館 蔵書 が 約 100 万 冊 、 帝国 図書 館 に よ る 戦前 収集 分 を 基礎 と する 上野 図書 館 の 蔵書 が 約 100 万 冊 。 ここ に 、 別々 の 歴史 を も つ 2 館 の 蔵書 は 1 館 に 合流 し 、 同年 11 月 1日 、 国立 国会 図書 館 本館 は 蔵書 205 万 冊 を も っ て 開館 し た 。 本館 の 工事 は 開館 後 も 続け られ た 。 増築 の 進捗 に ともな っ て 旧 参謀 本部 庁舎 跡地 ( 現 国会 前庭 北 地区 ・ 憲政 記念 館 ) の 三宅 坂 仮 庁舎 に 置 か れ て い た 国会 サービス 部門 も 本館 内 に 移転 し 、 赤坂 ・ 上野 ・ 三宅 坂 の 3 地区 に 分かれ て い た 国会 図書 館 の 機能 は 最終 的 な 統合 を み る 。 本館 は 、 開館 から 7 年 後 の 1968 年 ( 昭和 43 年 ) に 竣工 し 、 地上 6 階 ・ 地下 1 階 の 事務 棟 と 17 層 の 書庫 棟 から な る 施設 が 完成 し た 。 1970 年代 に は 蔵書 の 順調 な 増大 、 閲覧 者 の 増加 が 進 み 、 本館 の 施設 は 早く も 手狭 に な り つつ あ っ た 。 この ため 本館 の 北隣 に 新館 が 建設 さ れ る こと に な り 、 1986 年 ( 昭和 61 年 ) に 開館 し た 。 設計 は 本館 と 同じく 前川 國男 が 担当 し た 。 地上 4 階 地下 8 階 で 広大 な 地下 部分 を すべて 書庫 に あて た 新館 の 完成 に よ り 、 国立 国会 図書 館 は 全館 合計 で 1200 万 冊 の 図書 を 収蔵 可能 な 巨大 図書 館 と な っ た 。 しかし 、 これ も 21 世紀 初頭 に 所蔵 能力 の 限界 に 達 する こと が 予測 さ れ た 。 この ため 1980 年 代 以降 、 第 二 国立 国会 図書 館 を 建設 する 計画 が 浮上 し た 。 第 二 の 国会 図書 館 は 増え つづけ る 蔵書 を 東京 本館 と 分担 し て 保存 し 、 関西 文化 学術 研究 都市 に 建設 さ れ る こと に な っ た 。 また 当館 は 、 コンピュータ 技術 の 発達 に ともな う 情報 通信 の 発展 に 対応 する 情報 発信 、 非 来館 型 サービス に 特化 し た 図書 館 と 位置 づけ られ た 。 そして 、 国立 国会 図書 館 関西 館 と し て 、 2002 年 ( 平成 14 年 ) に 開館 し た 。 関西 館 に は 科学 技術 関連 資料 、 アジア 言語 資料 、 国内 論文 など が 移管 さ れ 、 東京 本館 と とも に 国立 国会 図書 館 の 中央 館 を 構成 する 一角 と な っ た 。 また 、 関西 館 の 開館 に 前後 し て 、 支部 上野 図書 館 の 施設 を 改築 の 上 、 国際 子ども 図書 館 と し て 活用 する 計画 が 進め られ た 。 国際 子ども 図書 館 は 国立 国会 図書 館 の 蔵書 の うち 児童 書 ( 主に 18 歳 未満 を 対象 と する 図書 館 資料 ) を 分担 し て 所蔵 する 児童 書 の ナショナル センター と し て 位置 付け られ 、 2000 年 ( 平成 12 年 ) に 部分 開館 、 2002 年 ( 平成 14 年 ) に 全面 開館 し た 。 近年 は 、 電子 図書 館 事業 の 拡充 に 力 が 注 が れ る 一方 、 2005 年 ( 平成 17 年 ) の 国立 国会 図書 館 法 に おけ る 館長 の 国務 大臣 待遇 規定 の 削除 、 2006 年 ( 平成 18 年 ) の 自由 民主 党 行政 改革 推進 本部 の 国会 事務 局 改革 の 一環 と し て の 独立 行政 法人 化 の 提言 、 2007 年 ( 平成 19 年 ) の 国会 関係 者 以外 から は 初めて と な る 長尾 真 ( 元 京都 大学 総長 ) の 館長 任命 など 、 国立 国会 図書 館 の 組織 の あ り 方 を めぐ る 動き が 相 次 い で い る 状況 で あ る 。 国立 国会 図書 館 法 の 前文 は 、 「 国立 国会 図書 館 は 、 真理 が われ ら を 自由 に する と い う 確信 に 立 っ て 日本 国 憲法 の 誓約 する 日本 の 民主 化 と 世界 平和 と に 寄与 する こと を 使命 と し て ここ に 設立 さ れ る 」 と 、 その 設立 理念 を 明らか に し て い る 。 前文 の 一節 「 真理 が われ ら を 自由 に する 」 は 、 図書 館 が 公平 に 資料 を 提供 し て ゆ く こと で 国民 に 知 る 自由 を 保障 し 、 健全 な 民主 社会 を 育 む 礎 と な っ て い か ね ば な ら な い と する 国立 国会 図書 館 の 基本 理念 を 明らか に し た もの で あ る と 解釈 さ れ て い る 。 国立 国会 図書 館 法 は アメリカ 図書 館 使節 団 の 原案 を もと に 起草 さ れ た と 言 わ れ て い る が 、 この 前 文 は 歴史 家 で 国会 議員 の 羽仁 五郎 ( 当時 の 参議 院 図書 館 運営 委員 長 ) が 挿入 し た と さ れ る 。 「 真理 が われ ら を 自由 に する 」 の 句 は 羽仁 五郎 の 創案 に な る もの で あ る 。 羽仁 が ドイツ に 留学 し て い た 当時 、 留学 先 の フライブルク 大学 の 図書 館 の 建物 に 刻 ま れ て い る の を 見 て 感銘 を 受け た と い う 銘文 「 ( 真理 は 人 を 自由 に する ) 」 を もと に し た と い い 、 その 句 は 『 新約 聖書 』 の 「 ( 真理 は あなた たち を 自由 に する ) 」 ( ヨハネ に よ る 福音 書 8 - 3 2 ) に 由来 し て い る と 言 わ れ る 。 1961 年 ( 昭和 36 年 ) に 開館 し た 国立 国会 図書 館 東京 本館 で は 、 本館 2 階 目録 ホール の 壁 に 金森 初代 館長 の 筆 に な る 「 真理 が われ ら を 自由 に する 」 の 句 が 大き く 刻 ま れ て い る 。 この 句 は 多く の 人 の 目 に とま る よう に な る と とも に 、 ひとり 国立 国会 図書 館 のみ な ら ず 図書 館 一般 の 原理 と し て 理解 さ れ る よう に な っ た 。 戦後 日本 の 図書 館 運動 ・ 図書 館 界 の 発展 に お い て この 句 が 与え た 影響 は 少な く な い 。 国立 国会 図書 館 は 日本 の 立法 府 で あ る 国会 に 属 する 独立 し た 国 の 機関 で 、 衆議 院 および 参議 院 の 議長 及び 両議院 に 置 か れ る 常任 委員 会 で あ る 議院 運営 委員 会 の 監督 の もと 自立 し て 運営 さ れ る 。 図書 館 の 事務 を 統理 する 国立 国会 図書 館長 は 、 両 議院 の 議長 に よ っ て 任命 さ れ る 。 その 組織 は 国立 国会 図書 館 法 に 基づ き 、 中央 の 図書 館 と 支部 図書 館 から な る 。 中央 の 図書 館 に は 、 東京 ・ 永田 町 の 東京 本館 と 京都 府 の 関西 館 が あ り 、 支部 図書 館 の ひと つ で あ る 国際 子ども 図書 館 の 扱 う もの を 除 き 、 国会 図書 館 の 所蔵 する 各種 の 資料 を 分担 し て 保管 し て い る 。 また 、 国会 議事 堂内 に は 、 中央 の 図書 館 に 付属 する 国立 国会 図書 館 国会 分館 が あ る 。 支部 図書 館 は 、 国際 子ども 図書 館 、 東洋 文庫 そして 行政 および 司法 の 各 部門 に お か れ る 図書 館 が これ に 該当 する 。 この うち 国際 子ども 図書 館 は 、 納本 制度 に よ っ て 国会 図書 館 に 集め られ た 日本 国 内 の 出版 物 や 購入 ・ 国際 交換 に よ り もたら さ れ た 日本 国外 の 出版 物 の うち 、 18 歳 未満 を 読者 の 主 た る 対象 と する 資料 の 保存 ・ 提供 を 分担 し て い る 。 その 性格 は 実質 的 に は 中央 の 図書 館 の 分館 に 近 い 。 また 、 支部 東洋 文庫 は アジア 研究 専門 の 図書 館 兼 研究 所 で あ る 財団 法人 東洋 文庫 の 寄託 を 受け 、 文庫 の 図書 館 奉仕 部門 を 国立 国会 図書 館 の 支部 と し て 国会 図書 館 の 組織 内 に おい た もの で あ る 。 行政 および 司法 の 各 部門 、 すなわち 日本 の 行政 機関 および 最高 裁判 所 に 置 か れ る 図書 館 に つ い て は 行政 ・ 司法 に 対 する サービス で 改めて 詳し く あつか う が 、 各 省庁 や 裁判 所 に 置 か れ る 付属 図書 館 を 制度 上 国立 国会 図書 館 の 支部 と する こと で 、 日本 唯一 の 国立 中央 図書 館 で あ る 国立 国会 図書 館 と 各 図書 館 を 一体 の ネットワーク に 置 い た もの で あ る 。 これ ら の 図書 館 は 、 設置 主体 は 各 省庁 や 裁判 所 で あ る が 、 同時 に 国立 国会 図書 館 の 支部 図書 館 と し て 、 中央 の 図書 館 と とも に 国立 国会 図書 館 の 組織 の 一部 と さ れ る 特別 な 位置 付け に あ る 。 東京 と 関西 の 2 つ の 施設 に 分かれ た 中央 の 図書 館 は およそ 900 人 の 職員 を 擁 し て お り 、 業務 ごと に 部局 に 細分 化 さ れ て い る 。 その うち 唯一 国立 国会 図書 館 法 を 設置 の 根拠 と する 特別 な 部局 と し て 「 調査 及び 立法 考査 局 」 が あ る 。 調査 及び 立法 考査 局 は 国会 に 対 する 図書 館 奉仕 に 加え て 、 国会 から の 要望 に 応 じ た 調査 業務 を 行 っ て い る 。 これ ら の 調査 は 、 衆参 両院 の 常任 委員 会 が 必要 と する 分野 に 関 する 高度 な 調査 を 行 う 特別 職 と し て 置 か れ る 専門 調査 員 を 中心 に 行 っ て い る 。 国立 国会 図書 館 の サービス は 、 以下 の 3 本 の 柱 から 成り立 っ て い る 。 国会 へ の サービス 。 立法 の 際 に 必要 と な る 資料 の 収集 と 分析 、 提供 を 行 う 。 行政 ・ 司法 へ の サービス 。 各 府 省庁 と 最高 裁判 所 に 支部 図書 館 を 設置 し 、 図書 館 サービス を 行な う 。 国民 一般 へ の サービス 。 一般 利用 者 が 直接 、 また は 他 の 公共 図書 館 など を 通 じ て 間接 的 に 受け る サービス 。 また 、 地方 の 議会 や 公務 員 へ の サービス も ここ に 含 ま れ る 。 「 国会 図書 館 」 と い う 名称 から 明らか な よう に 、 国会 へ の サービス を 第 一 義 と する が 、 国民 一般 へ の サービス も 国立 国会 図書 館 の 重要 な 要素 で あ る 。 国民 へ の サービス は 日本 の 国立 図書 館 と し て の 機能 で あ り 、 納本 制度 に 基づ く 国内 出版 物 の 網羅 的 収集 や 全国 書誌 の 作成 が 行 わ れ る 。 また 、 図書 館 間 協力 や 国際 協力 に も 力 を 入れ て お り 、 国際 協力 で は 資料 の 国際 交換 、 資料 の 貸出 ・ 複写 ・ レファレンス 、 日本 語 図書 を 扱 う 外国 人 司書 の 研修 など を 行な っ て い る 。 一般 利用 者 へ の サービス は 、 来館 利用 、 利用 者 の 身近 に あ る 図書 館 など を 通 じ た 間接 的 な 利用 、 そして 後述 する インターネット を 通 じ た 電子 図書 館 サービス の 提供 など から 成り立 っ て い る 。 国立 国会 図書 館 の 各 サービス ポイント 、 すなわち 東京 本館 、 関西 館 、 国際 子ども 図書 館 など を 利用 者 が 直接 訪れ る 来館 利用 で は 、 利用 に 許可 の 必要 な 貴重 書 や 特別 の 事情 が あ っ て 利用 の 制限 さ れ て い る 資料 を 除 き 、 国立 国会 図書 館 の 所蔵 する 膨大 な 資料 が 利用 者 の 求め に 応 じ て 提供 さ れ る 。 国立 国会 図書 館 の 所蔵 する 資料 は 現在 で は 3 館 に 分散 し て い る が 、 それぞれ に 取り寄せ て 来館 利用 する こと が 可能 で あ る 。 間接 的 な 利用 で は 、 一般 の 図書 館 利用 者 が 最寄 の 図書 館 で は 入手 でき な かっ た 資料 を 網羅 的 な コレクション を も つ 国会 図書 館 から 図書 館 間 貸出 で 取り寄せ たり 、 最寄 の 図書 館 で は 解決 でき な かっ た レファレンス ( 図書 館 員 の 行 う 参考 調査 ) を 国立 国会 図書 館 に 依頼 し たり する こと が でき る 。 図書 館 間 貸出 は 、 利用 者 の 身近 に あ る 公共 図書 館 、 大学 図書 館 や 各種 の 資料 室 ( ただし 国立 国会 図書 館 の 図書 館 間 貸出 制度 に 加入 申請 し 、 承認 を 受け た 機関 のみ ) を 窓口 と し て 、 国立 国会 図書 館 の 資料 を 利用 でき る 制度 で あ る 。 ただし 、 あくまで 図書 館 間 貸し出し で あ る ため 借り出 し 先 の 図書 館 の 館外 に 持ち出 す こと は でき ず 、 図書 館 資料 を 所蔵 館 外 で 複写 する こと を 禁 じ た 著作 権 法 の 規定 の ため 複写 も 認め られ な い 。 国立 国会 図書 館 は 資料 の 保存 を 大原則 と し て い る ため 、 利用 者 の 身近 に あ る 多く の 図書 館 と 違 い 、 来館 利用 で も 個人 に 対 する 貸出 を 行 っ て い な い 。 また 、 所蔵 する 資料 が 膨大 で あ り 、 サービス の 対象 と する 地域 も 日本 全国 から 諸 外国 に まで 及 ん で い る ため 、 個人 から の 利用 に は 数 多く の 制約 が かけ られ て い たり 、 不便 に 感 じ られ る 点 も 多 い 。 その ため 、 利用 者 は 求め る 資料 の 入手 を はか る 場合 、 身近 な 公共 図書 館 や 大学 図書 館 を 利用 し た 場合 の ほう が 容易 に 資料 に 達 する こと が でき る こと が しばしば で あ り 、 他 の 図書 館 で 見当た ら な い 資料 のみ に 限 っ て 国立 国会 図書 館 を 利用 す べ き と さ れ る 。 この よう な 国立 国会 図書 館 の 性格 を 指 し て 、 「 国会 図書 館 は 資料 の 最後 の よりどころ 」 と い う 言 い 方 が な さ れ て い る 。 国立 国会 図書 館 の 国会 に 対 する サービス は 、 資料 の 提供 、 貸し出し など の 一般 的 な 図書 館 サービス に 加え て 、 議会 図書 館 に 特有 の 立法 調査 を 兼ね備え て い る 。 東京 本館 と 国会 議事 堂内 の 国会 分館 に は 国会 議員 専用 の 議員 閲覧 室 が あ り 、 本館 議員 閲覧 室 に は 議員 研究 室 も 付設 さ れ て い る 。 議員 閲覧 室 、 議員 研究 室 は 政治 家 の 政策 勉強 の ほか 、 政治 家 同士 の 密談 に 使 わ れ て い る と い わ れ て い る 。 また 、 国会 議員 と 国会 職員 に 対 し て は 国会 分館 を 中心 に 貸し出 し サービス も 行 わ れ て お り 、 図書 館 へ の 貸し出し と 異な っ て 貸し出し の 冊数 制限 も 存在 し な い 。 国立 国会 図書 館 の 組織 に お い て 、 国会 に 対 する サービス の 主体 と な る の は 国立 国会 図書 館 法 第 15 条 に よ っ て 規定 さ れ た 調査 及び 立法 考査 局 ( 「 調査 局 」 と 略称 さ れ る ) で あ る 。 調査 局 は 、 同法 の 規定 に 基づ い て 、 国会 の ため の 調査 や 立法 に 関連 する 資料 の 収集 ・ 提供 を 行 う こと と さ れ て い る 。 この ため に 調査 局 に は 国会 の ため の 調査 を 行 う 部門 と 立法 関連 の 資料 提供 サービス を 行 う 部門 が 置 か れ て い る 。 調査 部門 の 各 課 は おおむね 国会 両院 の 常任 委員 会 の 構成 に 対応 する 主題 別 に 細分 さ れ て お り 、 国会 議員 の 問い合わせ に 応 じ て 調査 を 行 う 立法 レファレンス 業務 や 、 時事 的 な 問題 に つ い て の 予備 調査 を 行 う 。 また 、 調査 局 は 国立 国会 図書 館 の 国民 向け サービス の ため の 資料 収集 ・ 整理 と は 独立 し て 資料 の 収集 ・ 整理 も 行 っ て お り 、 最新 の 情報 を 収集 し て 立法 業務 の 補佐 に 役立て て い る 。 この 他 、 調査 局 を 通 じ て 行 わ れ る 国会 向け の サービス に は 国立 国会 図書 館 の 一般 の 所蔵 資料 の うち の 議会 ・ 法令 関係 資料 の 管理 ・ 提供 や 法令 の 索引 作成 、 国会 会議 録 の データベース 化 など が あ り 、 これ ら は 国立 国会 図書 館 の 閲覧 室 、 出版 活動 、 インターネット 送信 など を 通 じ て 、 一般 の 国民 に 対 し て も 提供 さ れ て い る 。 国立 国会 図書 館 の サービス 対象 の もう ひと つ の 柱 は 国 の 行政 ・ 司法 に 対 し て で あ る 。 これ ら に 対 し 国立 国会 図書 館 は 図書 館 サービス 資料 の 貸し出 し 、 複写 、 レファレンス など の 図書 館 サービス を 行 っ て い る が 、 その 窓口 と な る の が 国 の 行政 ・ 司法 の 各 部門 に 設け られ た 支部 図書 館 で あ る 。 行政 ・ 司法 各 部門 の 附属 図書 館 ( 支部 内閣 府 図書 館 、 支部 最高 裁判 所 図書 館 など ) は 、 設置 母体 の 省庁 の 刊行 物 を 収め たり 業務 上 必要 な 資料 を 収集 し 所蔵 し て お り 、 それぞれ の 省庁 の 予算 に よ っ て 運営 さ れ る が 、 同時 に 制度 上 で 国立 国会 図書 館 の 支部 図書 館 と し て 国立 国会 図書 館 の 組織 に 包括 さ れ て い る 。 また 、 支部 図書 館 同士 は 国立 国会 図書 館 の 中央 館 を 中心 に ネットワーク を 形成 し 、 各 省庁 出版 物 の 相互 交換 、 資料 の 相互 貸借 、 図書 館 職員 の 共通 研修 など を 行 う 。 行政 ・ 司法 各 部門 支部 図書 館 の 館長 は それぞれ の 事務 官 ・ 技官 から 任命 さ れ る が 、 その 任命 権 は 立法 府 の 職員 で あ る 国立 国会 図書 館長 に 与え られ て い る 。 この よう に 三権 を また ぐ 支部 図書 館 制度 は 世界 の 国立 図書 館 の 中 で も きわめて 珍し く 、 国立 国会 図書 館 の も つ 大きな 特色 の ひと つ で あ る 。 世界 各国 の 国立 中央 図書 館 は 、 法律 など に よ っ て 定め られ た 納本 制度 に よ っ て 出版 者 に 特定 の 図書 館 に 出版 物 を 納め る こと を 義務 付け 、 一 国 内 の 出版 物 を 網羅 的 に 収集 する こと を 重要 な 役割 と し て い る 。 日本 の 国立 中央 図書 館 で あ る 国立 国会 図書 館 に お い て は 、 国立 国会 図書 館 法 が 、 国内 全て の 官公庁 、 団体 と 個人 に 出版 物 を 国立 国会 図書 館 に 納本 する こと を 義務 付け て い る 。 納本 の 対象 と な る 出版 物 は 、 図書 、 小 冊子 、 逐次 刊行 物 ( 雑誌 や 新聞 、 年鑑 ) 、 楽譜 、 地図 、 マイクロフィルム 資料 、 点字 資料 および CD-ROM 、 DVD など パッケージ で 頒布 さ れ る 電子 出版 物 ( 音楽 CD や ゲーム ソフト も 含 む ) など で あ る 。 納本 を 求め られ る 部数 は 、 官公庁 で は 2 部 から 30 部 まで の 複数 部 で あ り 、 民間 の 出版 物 は 1 部 で あ る 。 納本 以外 の 資料 収集 手段 と し て は 、 寄贈 、 購入 や 、 出版 物 の 国際 交換 が あ る 。 購入 を 通 じ て は 、 古書 ・ 古典籍 など 納本 の 対象 と な ら な い もの や 、 百科 事典 、 辞典 、 生活 暦 など 参考 図書 と し て きわめて 利用 の 多 い 資料 の 複本 、 そして 学術 研究 に 有用 で あ る と 判断 さ れ 選択 さ れ た 外国 資料 が 収集 さ れ る 。 国際 交換 は 、 他国 の 国立 図書 館 ・ 議会 図書 館 に 対 し 、 納本 制度 に よ っ て 複数 部 が 受け入れ られ た 官公庁 出版 物 を 主に 提供 する こと に よ り 、 交換 で 入手 の 難し い 外国 の 官公 庁 資料 等 を 収集 する の に 用い られ て い る 。 こう し て 国立 国会 図書 館 に 新た に 収集 さ れ た 資料 は 、 一 件 一 件 に つ い て その 書名 、 著者 、 出版 者 、 出版 年 など の 個体 同定 情報 が 記述 さ れ た 書誌 データ が 作成 さ れ る 。 また 国立 国会 図書 館 の 書誌 データ に は 同館 独自 の 国立 国会 図書 館 分類 表 ( NDLC ) に よ っ て 分類 番号 が つけ られ 、 国立 国会 図書 館 件 名標目表 ( NDLSH ) に よ っ て 件名 が 付与 さ れ て 、 目録 に 登録 さ れ る 。 現在 で は 目録 の 大半 は NDL - OPAC と し て オン ライン 化 さ れ て お り 、 その 蔵書 の うち の かなり 部分 は インターネット 上 から 検索 する こと が 可能 に な っ て い る 。 なお 、 国立 国会 図書 館 の 蔵書 構築 など 図書 館 技術 に 関 する 運用 は 、 1948 年 ( 昭和 23 年 ) に GHQ 民間 情報 教育 局 特別 顧問 ダウンズ に よ っ て 提出 さ れ た 勧告 ( ダウンズ 勧告 ) に 基づ く 面 が 大き い 。 図書 の 整理 は 、 開館 当初 は ダウンズ 勧告 に 基づ い て 、 和漢 書 は 日本 国 内 の 図書 館 で 一般 的 な 日本 十 進 分類 法 ( NDC ) 、 洋書 は 世界 的 に 使 わ れ る 国際 十 進 分類 法 ( UDC ) に よ っ て 行 れ て い た 。 しかし 、 膨大 な 蔵書 を 書架 に 配架 し て 利用 し て い く 上 で 十 進 分類 法 に 不便 が み られ た ため 、 196 0 年代 に 国立 国会 図書 館 分類 表 が 考案 さ れ 、 適用 さ れ る よう に な っ た 。 ただし 、 和図書 に つ い て は それ 以降 も 書誌 データ に は 日本 十 進 分類 表 に よ る 分類 番号 は 付与 さ れ て お り 、 日本 十 進 分類 法 を 日常 に 利用 し て い る 他 の 図書 館 や 一般 利用 者 の 便 に も 備え て い る 。 納本 制度 に よ り 、 国立 国会 図書 館 は 原則 と し て すべて の 出版 物 が 継続 的 に 揃 う こと に な る ため 、 理論 的 に は 国会 図書 館 の 編成 する 自館 所蔵 資料 の 目録 は 、 日本 で 出版 さ れ た 全て の 出版 物 の 書誌 情報 を 収め た 目録 と な る 。 こう し て 作成 さ れ た 目録 に 収め られ る 、 全国 の 出版 物 に 関 する 網羅 的 な 書誌 情報 を 全国 書誌 と い う 。 国立 国会 図書 館 に お い て は 毎週 一 度 、 その 週 に 納本 制度 に よ っ て 受け入れ られ た 資料 の 書誌 情報 が 『 日本 全国 書誌 』 と し て まとめ られ て い る 。 『 日本 全国 書誌 』 は インターネット 上 で 公開 さ れ る ほか 、 冊子 体 で 刊行 ・ 頒布 さ れ る 。 また 、 電子 情報 ・ データベース 化 し た もの が 『 JAPAN / MARC 』 と し て 頒布 さ れ 、 CD-ROM 版 や DVD - ROM 版 で も 販売 さ れ て い る 。 その 基本 的 な 機能 は 、 日本 に お い て 出版 さ れ た 出版 物 を 検索 調査 する 際 の 総合 的 ・ 統一 的 な 索引 で あ る 。 また 、 各 図書 館 は 、 自館 で 所蔵 する 資料 の 目録 を 作成 する に あた っ て 、 自館 で 書誌 データ を 作成 せ ず とも 、 『 日本 全国 書誌 』 を 利用 し て コピー カタロギング ( 書誌 情報 を 複製 し て 自館 の 目録 を 作成 する こと ) する こと が でき る 。 これ に は 各 図書 館 の 目録 作成 の 労力 の 軽減 、 および 国内 各 図書 館 の 間 で の 書誌 データ の 共有 と い う メリット が あ る が 、 国立 国会 図書 館 の 目録 の 作成 に は 刊行 から タイム ラグ が あ り 、 新刊 の 検索 に 向か な い こと が 欠点 と し て 指摘 さ れ て い る 。 これ は 、 他 の 図書 館 が 新規 に 受け入れ て 目録 化 する 資料 の 多く は 新刊 書 で あ る ため で あ る 。 この ため 、 公共 図書 館 の 多く は 『 JAPAN / MARC 』 より も 民間 の 取次 会社 の 作成 する 書誌 データベース を 目録 作成 に 用い る こと が 多 い 。 その ため 、 コピー カタロギング の ため の 全国 書誌 と し て の 役割 は あまり 活用 さ れ て い な い 。 また 、 国立 国会 図書 館 は 全国 書誌 の 作成 と とも に 開館 以来 『 雑誌 記事 索引 』 を 作成 、 頒布 し て い る 。 これ は 国内 の 主要 な 雑誌 の 収録 記事 を 目録 化 し た もの で 、 索引 の 範囲 は 主に 学術 誌 など 調査 上 の 利用 に 対 する 要求 が 大き い 雑誌 に 限定 さ れ て い る もの の 、 通常 の 目録 で は 検索 さ れ にく い 雑誌 記事 の 目録 と し て 貴重 な もの で あ る 。 国立 国会 図書 館 の 所蔵 する 資料 の 基礎 と な る 部分 は 、 戦前 の 帝国 議会 両院 付属 図書 館 が 議会 の 審議 を たすけ る ため に 収集 し た 資料 と 、 当時 の 日本 唯一 の 国立 図書 館 で あ っ た 帝国 図書 館 の 蔵書 の 二 つ から 成り立 っ て い る 。 特に 帝国 図書 館 の 蔵書 は 出版 法 の 納本 制度 に 基づ い て 網羅 的 に 収集 さ れ た 戦前 の 和図書 や 、 貴重 な 古書 、 洋書 など を 含 み 、 きわめて 価値 が 高 い 。 国立 国会 図書 館 の 成立 以降 は 一 国 の 網羅 的 な 収集 と 全国 書誌 の 作成 を 目的 と し た 本格 的 な 納本 制度 が 導入 さ れ た の で 、 この 図書 館 に は 原則 と し て 日本 で 出版 さ れ た すべて の 出版 物 が 所蔵 さ れ て い る 。 外国 資料 に つ い て は 、 国際 交換 や 購入 に よ り 、 学術 研究 や 参考 調査 に 有用 な 人文 ・ 社会 科学 資料 や 、 科学 技術 資料 、 日本 関係 資料 など を 中心 に 収集 し て い る 。 国会 図書 館 の 蔵書 の 中 に は 、 旧 帝国 図書 館 時代 を 含め 図書 館 が まとま っ て 受け入れ た 特色 あ る コレクション が 含 ま れ る 。 これ ら の 特殊 コレクション は 、 資料 的 に 価値 の 高 い もの が 多 い 。 代表 的 な コレクション と し て 、 帝国 図書 館 から 引き継 い だ 旧 藩 校 蔵書 、 江戸 幕府 引継 書類 、 本草 学 関連 の 古書 から な る 伊藤 文庫 ・ 白井 文庫 や 、 戦後 の 国会 図書 館 が 議会 の ため の 図書 館 で あ る と い う 性格 から 重点 的 に 受け入れ た 近代 政治 史 関連 史 資料 から な る 憲政 資料 、 国内外 の 議会 ・ 法令 関係 資料 、 支部 上野 図書 館 で 旧蔵 し て い た バレエ ・ シャンソン 関連 資料 の 蘆原 英了 コレクション 、 出版 文化 史 資料 を 中心 と する 布川 文庫 ( 布川 角左衛門 旧 蔵書 ) など が あ る 。 また 、 戦前 に 発禁 処分 を 受け た 書籍 ・ 雑誌 も コレクション に 含 ま れ る 。 旧 帝国 図書 館 所蔵 の 発禁 図書 は 一般 資料 の 一部 と し て 、 旧 内務 省 保管 の 発禁 図書 は 貴重 書 扱い の ため 一定 の 制限 下 で 閲覧 に 供 さ れ て い る 。 2004 年度 ( 平成 16 年度 ) 末 の 統計 に よ れ ば 、 国立 国会 図書 館 の 所蔵 資料 は 図書 8 , 3 69 , 233 冊 、 雑誌 176 , 96 1 タイトル 、 新聞 10 , 3 51 タイトル で 、 ほか に マイクロフィルム や 地図 、 電子 資料 と い っ た 図書 形態 以外 の 資料 を 1 ,200 万 点 以上 所蔵 し て い る 。 1990 年代 以降 に は 、 情報 通信 の 発展 に 対応 し 、 国立 国会 図書 館 は 主に インターネット 上 の ウェブサイト を 通 じ た 電子 図書 館 機能 拡充 を 模索 し 始め た 。 2002 年 ( 平成 14 年 ) に は 関西 館 の 開館 に 伴 っ て ウェブサイト が 大幅 に 刷新 さ れ た 。 国立 国会 図書 館 蔵 書 検索 ・ 申込 システム 「 NDL - OPAC 」 は 機能 を 大幅 に 拡充 さ れ 、 国会 図書 館 の 所蔵 する 資料 の ほとんど が インターネット を 通 じ て 世界 の どこ から で も 検索 する こと が 可能 に な っ た 。 国立 国会 図書 館 の 所蔵 する 国内 出版 物 は 納本 制度 を 通 じ て 収集 さ れ た 日本 国 内 の 出版 物 の 網羅 的 コレクション 、 その 目録 は 週刊 で まとめ られ て き た 全国 書誌 の 集積 で あ る 。 その ため 、 NDL - OPAC を 通 じ た 書誌 データ の 提供 は 、 単に 国会 図書 館 一 館 の 資料 所蔵 情報 の 公開 に とどま ら ず 、 日本 に おけ る あり と あらゆる 出版 物 の 書誌 データ を 網羅 的 に 広 く 国民 に 提供 する サービス で も あ る 。 また 、 同じく 雑誌 記事 索引 も NDL - OPAC を 通 じ て インターネット 検索 が 可能 と さ れ 、 現在 で は 国立 国会 図書 館 開館 以来 50 年 以上 に わた っ て 蓄積 さ れ た 雑誌 記事 索引 の データベース が 公開 さ れ て い る 。 この ほか 、 国立 国会 図書 館 が 所蔵 する 資料 の うち 歴史 的 な 貴重 書 や 浮世 絵 の 画像 を 公開 する 「 貴重 書 画像 データベース 」 、 国立 国会 図書 館 の 所蔵 する 明治 期 に 出版 さ れ た 資料 を スキャニング し た 画像 を 提供 する 「 近代 デジタル ライブラリー 」 、 インターネット 上 の 情報 を 文化 資産 と し て 保存 する こと を 目的 と する 「 WARP ( インターネット 情報 選択 的 蓄積 事業 ) 」 ( 旧称 インターネット 資源 選択 的 蓄積 実験 事業 ) など 、 様々 な 電子 図書 館 コンテンツ が 公開 さ れ て い る 。 近代 デジタル ライブラリー は 、 公開 範囲 は 著作 権 の 保護 期間 が 満了 し て い る こと が 確認 さ れ る 資料 や 著作 権 者 の 許諾 が 得 られ た 資料 に 限 ら れ る もの の 、 インターネット を 通 じ て 明治 ・ 大正 時代 の 出版 物 を いつ で も どこ から で も 見 る こと が でき 、 その 文化 的 、 歴史 的 な 資料 価値 は 極めて 高 い と さ れ て い る 。 WARP は 、 インターネット を 通 じ て 公開 さ れ て い た 学術 雑誌 や 、 政府 省庁 など の ウェブ ページ その もの を 、 管理 者 の 許諾 を 得 た 上 で 国立 国会 図書 館 の サーバ に 保存 し 、 インターネット を 通 じ て 一般 に 公開 する もの で あ る 。 CD-ROM の よう に 変更 さ れ な い よう パッケージ 化 さ れ た 電子 情報 と 違 い 、 管理 者 に よ っ て いつ で も 自由 に 改変 する こと の 可能 な インターネット 上 の 電子 情報 ( ネットワーク 系 電子 情報 ) を 図書 館 が 紙 媒体 の 資料 と 同じ よう に 収集 、 整理 、 保存 、 公開 する 実験 的 な 試み で あ る 。 今後 の 動き と し て は 、 一 国 の 情報 資源 の 網羅 的 収集 を 役割 と する 国立 図書 館 と し て 、 国立 国会 図書 館 が インターネット 上 で 流通 する ネットワーク 系 電子 情報 を も 網羅 的 に 収集 し て 保存 する こと が 検討 さ れ て い る 。 国立 国会 図書 館 の 納本 制度 の 運用 に つ い て 調査 と 審議 を 行 う 諮問 機関 で あ る 納本 制度 審議 会 は 、 2004 年 ( 平成 16 年 ) に 行 っ た ネットワーク 系 電子 出版 物 の 収集 に 関 する 答申 に お い て 、 インターネット 情報 の 収集 と 保存 、 提供 を 制度 化 する よう 勧告 し た 。 国立 国会 図書 館 は これ に もとづ き 、 日本 国内 で 発信 さ れ た ウェブ ページ を 年 に 一 度 程度 の 頻度 で 自動 的 ・ 非 選択 的 に 収集 し 、 一定 の 制限 の もと で 保存 、 提供 など を 行 う 事業 の 制度 化 を 検討 し て い る 。 まず go . jp 、 ac . jp 、 ed . jp など 公的 な 性格 を も つ ドメイン 名 の ページ を 収集 、 公開 する と の 方針 を 「 インターネット 情報 の 収集 ・ 利用 に 関 する 制度 化 の 考え 方 」 ( 改訂 版 ) に お い て 明らか に し て い る 。 この よう な 動き は 、 自由 民主 党 e - Japan 重点 計画 特命 委員 会 の 『 世界 最 先端 の IT 国家 実現 の ため の 申入れ 』 ( 2004 年 ( 平成 16 年 ) ) を 契機 と し て 注目 さ れ た 。 しかし その 後 、 同申入れ を 検討 し た 自民 党 デジタル アーカイブ 小 委員 長 の 野田 聖子 衆議 院 議員 や 山口 俊一 衆議 院 議員 が 2005 年 ( 平成 17 年 ) に 同党 から 離党 し て お り ( のち に 復党 ) 、 また 国立 国会 図書 館 が 将来 的 に 行 う と し て い る 網羅 的 収集 は 、 同時 に わいせつ 物 、 児童 ポルノ 、 プライバシー 侵害 情報 の 流布 など に よ る 違法 行為 の 助長 が 指摘 さ れ て い る こと から 、 実現 は 困難 で あ る と も い わ れ て い る 。 この 節 で は 、 一般 利用 者 と し て 国立 国会 図書 館 の 東京 本館 を 来館 利用 する 場合 を 中心 に 述べ る 。 国立 国会 図書 館 関西 館 および 国際 子ども 図書 館 に つ い て の 詳細 は 、 それぞれ の 記事 を 参照 さ れ た い 。 東京 本館 、 関西 館 は 満 18 才 以上 なら ば 誰 で も 利用 でき る 。 これ に 対 し 国際 子ども 図書 館 は 、 児童 に 対 する さまざま な 個別 的 サービス を 行 っ て お り 、 児童 書 に 関 する 専門 文献 を 集め た 資料 室 を 除 き 誰 で も 利用 する こと が でき る 。 入退館 ゲート で は 複数 の 国会 職員 や 委託 業 者 が 常時 監視 し て い る 。 入館 に あた っ て は 、 カード 発行 機 を 利用 し て 、 資料 の 検索 、 請求 、 受取 、 複写 など に 用い る 当日 限り の IC カード 型 の 「 館内 利用 者 カード 」 の 発行 を 受け る 。 館内 利用 者 カード の 発行 に あた っ て は 氏名 や 住所 、 電話 番号 など の 入力 作業 が 必要 で あ る 。 あらかじめ 利用 者 登録 を 行 っ て 交付 さ れ た 登録 利用 者 カード ( 館内 利用 者 カード と は 別 。 左画像 参照 ) を 持参 すれ ば 、 パスワード の 入力 のみ で 館内 利用 者 カード の 発行 を 受け る こと が でき る 。 こう し て 発行 さ れ た 館内 利用 者 カード を 用い て 鉄道 駅 の 自動 改札 機 に 類似 の ゲート を 通過 し 、 入館 する 。 なお 、 東京 本館 と 関西 館 で は 、 鞄 など の 不 透明 な 袋類 の 持込 を 禁止 し て い る ため 、 入館 前 に 荷物 は 入口 脇 に あ る ロッカー に 預け な けれ ば な ら な い 。 利用 が 終わ っ た 後 は 、 まず 受け取 っ た 資料 を すべて カウンター に 返却 する 。 館内 利用 カード を ゲート に 通 す と カード が 回収 さ れ 、 退館 でき る 。 資料 を 返却 し な い 限り 、 退館 は でき な い 。 東京 本館 - 9 時 30 分 から 19 時 ( 土曜 日 は 17 時 ) 関西 館 - 10 時 から 18 時 国際 子ども 図書 館 - 9 時 30 分 から 17 時 東京 本館 および 関西 館 - 日曜 ・ 祝日 、 毎月 第 三 水曜 と 年末 年始 国際 子ども 図書 館 - 月曜 ・ 祝日 ( ただし 「 こども の 日 」 の 5 月 5 日 を 除 く ) ・ 毎月 第 3 水曜 ・ 年末 年始 東京 本館 は 、 膨大 な 資料 を 管理 する ため 原則 と し て すべて の 資料 を 利用 者 が 直接 触れ られ な い 書庫 に 配架 する 閉架 式 図書 館 を と っ て い る 。 この ため 利用 者 は 、 まず NDL - OPAC ( 国立 国会 図書 館 蔵 書 検索 ・ 申込 システム ) で 必要 と する 資料 を 検索 し 、 システム を 通 じ て 資料 の 申込 を 行 う 。 書庫 から は NDL - OPAC の 申込 データ を もと に 資料 が 出納 さ れ る が 、 膨大 な 数 の 資料 を 広大 な 書庫 から 出納 する ため 、 利用 者 は 本 の 受け取り に 数十 分 程度 の 時間 を 要 する 。 また 、 1人 1 回 請求 する 冊数 も 制限 さ れ て い る 。 東京 本館 は 本館 と 新館 の 2 棟 から 成り立 っ て お り 、 基本 的 に 本館 2 階 カウンター が 図書 、 新館 2 階 カウンター が 雑誌 の 出納 を 担当 し て い る 。 また 、 主題 別 の 特殊 な 資料 や 、 国会 図書 館 と し て 特色 的 な 資料 に つ い て は 、 それぞれ に 専門 室 が 設け られ て い る 。 専門 室 で は 利用 の 多 い 参考 資料 は 開架 さ れ て い る ため 、 そこ で は 百科 事典 、 辞典 、 統計 、 生活 暦 、 新聞 など の 一部 は 書架 から 直接 手 に と っ て 利用 する こと が でき る 。 現在 東京 本館 に あ る 専門 室 は 、 本館 2 階 に 科学 技術 ・ 経済 情報 室 ( 科学 技術 及び 経済 社会 関係 の 参考 図書 、 科学 技術 関係 の 抄録 ・ 索引誌 ) と 人文 総合 情報 室 ( 総記 ・ 人文 科学 分野 の 参考 図書類 、 図書 館 ・ 図書 館 情報 学 関係 の 主要 雑誌 等 ) 、 本館 3 階 に 古典 籍 資料 室 ( 貴重 書 、 準 貴重 書 、 江戸 期 以前 の 和古 書 、 清代 以前 の 漢籍 等 ) 、 本館 4 階 に 地図 室 ( 一 枚 もの の 地図 、 住宅 地図 等 ) と 憲政 史 料 室 ( 日本 近現代 政治 史料 、 日本 占領 関係 資料 、 日系 移民 関係 資料 ) 、 新館 1 階 に 音楽 ・ 映像 資料 室 ( レコード 、 CD 、 ビデオ 、 DVD 等 ) と 電子 資料 室 ( CD-ROM など の 電子 資料 、 電子 ジャーナル 等 ) 、 新館 3 階 に 議会 官庁 資料 室 ( 内外 の 議会 会議 録 ・ 議事 資料 、 官公報 、 法令 集 、 判例 集 、 条約 集 、 官庁 刊行 資料 目録 ・ 要覧 ・ 年次 報告 、 統計 資料 類 、 政府 間 国際 機関 刊行 資料 、 法律 ・ 政治 分野 の 参考 図書 等 ) 、 新館 4 階 に 新聞 資料 室 ( 新聞 の 原紙 、 縮刷 版 ・ 復刻 版 、 マイクロフィルム 、 新聞 切抜 資料 ) 、 の 計 9 室 で あ る 。 かつて は アジア ・ 北 アフリカ 諸国 の 諸言語 資料 を 専門 と する アジア 資料 室 も 東京 本館 に 置 か れ て い た が 、 関西 館 の 開館 に ともな っ て その 蔵書 と とも に 関西 館 に 移転 し 、 アジア 情報 室 と 改称 し た 。 複写 ( コピー ) は 、 利用 者 自身 が コピー 機 で コピー を 取 る こと は でき ず 、 複写 カウンター に 申し込 ん で 行 う 。 利用 者 の 自由 な 複写 を 許 さ な い の は 、 国立 国会 図書 館 が 納本 図書 館 と し て 資料 保全 を 図 る 必要 が あ り 、 また 図書 館 一般 に おけ る 利用 者 の 複写 は 、 原則 と し て 著作 権 法 第 31 条 の 定め る 著作 権 者 の 許諾 を 得 な い 複写 の 範囲 など に 限 ら れ て い る こと から 、 同館 は 複写 する 部分 を 図書 館 側 が チェック する こと に な っ て い る ため で あ る 。 この ため 、 たとえ 国立 国会 図書 館 に しか 所蔵 さ れ て い な い 貴重 な 資料 で あ ろ う と も 、 逐次 刊行 物 の 最新 号 や 著作 権 の 存続 し て い る 資料 の 全頁 を 複写 する こと は でき な い 。 セルフ コピー が でき な い ため に 、 混雑 時 に は コピー の 申込み を し て から 複写 製品 を 受け取 る まで に 、 数十 分 の 時間 が かか る 。 資料 出納 の 待ち 時間 に 複写 に 要 する 待ち 時間 を 加え る と 、 目的 の 資料 の 複写 物 を 入手 する まで に 相当 の 時間 が かか り 、 待ち 時間 の 長 さ は 国会 図書 館 利用 の 上 で 、 利用 者 へ の 大きな 負担 と な っ て い る 部分 で あ る 。 ただし 、 関西 館 に は セルフ コピー 機 が あ り 、 参考 資料 の 一部 を 利用 者 自身 で 複写 する こと が でき る 。 この 場合 も 、 図書 館 担当 者 に よ る 複写 箇所 の 確認 は 受け な けれ ば な ら な い 。 また 、 あらかじめ 利用 者 登録 を すれ ば 、 インターネット 上 で NDL - OPAC から 資料 を 特定 し 、 郵送 で の コピー サービス を 実費 のみ で 受け る こと が でき る 。 遠隔 コピー サービス は 雑誌 記事 索引 と 連動 し 、 検索 し た 雑誌 の 特定 の 記事 を 指定 し て コピー を 受け取 る こと も 可能 で あ る 。 +国立 国会 図書 館 関西 館 ( こくりつ こっかい と しょ かん かん さい かん ) は 、 京都 府 相楽 郡 精華 町 に あ る 国立 国会 図書 館 の 関西 本館 。 東京 都 千代田 区 永田 町 に 所在 する 国立 国会 図書 館 ・ 東京 本館 の 蔵書 収容 能力 が 限界 に 達 し つつ あ る ため 、 高度 情報 化 社会 に 対応 し た 「 電子 図書 館 」 の 機能 を も 盛り込 み 、 2002 年 10 月 に 京都 府 相楽 郡 精華 町 の 関西 文化 学術 研究 都市 に 開館 し た 。 建築 家 陶器 二三雄 設計 の 建物 は 日本 建築 学会 賞 を 受賞 し て い る 。 1978 年 11 月   「 近畿 圏 基本 整備 計画 」 の 内閣 総理 大臣 決定 : 関西 の 自治 体 や 学会 、 経済 界 から 「 第 二 国立 国会 図書 館 」 ( 仮称 ) の 設置 要望 が 高ま る 。 1982 年 6 月   国立 国会 図書 館 関西 プロジェクト 調査 会 が 発足 。 1987 年 4 月   同 調査 会 、 京阪奈丘陵 ( 後 の 関西 文化 学術 研究 都市 ) へ の 「 第 二 国立 国会 図書 館 」 の 設置 を 答申 。 1987 年 5 月   「 国立 国会 図書 館 第 二 国立 国会 図書 館 ( 仮称 ) 設立 計画 本部 」 が 設置 さ れ る 。 同年 7 月   同 本部 「 国立 国会 図書 館 関西 館 ( 仮称 ) 設立 に 関 する 第 一 次 基本 構想 」 を 館長 に 提出 。 1991 年 8 月   特別 顧問 会議 、 「 国立 国会 図書 館 関西 館 ( 仮称 ) 設立 に 関 する 第 二 次 基本 構想 」 を 策定 。 1994 年 5 月   関西 館 準備 室 設置 。 同年 12 月   国立 国会 図書 館 建築 委員 会 、 関西 館 の 建設 を 国会 に 勧告 、 「 国立 国会 図書 館 関西 館 ( 仮称 ) 建設 基本 計画 概要 」 を 提出 。 参議 院 ( 同月 ) および 衆議 院 ( 翌年 1 月 ) が これ を 了承 。 1996 年 8 月   陶器 二三雄 の 設計 が 採用 さ れ る 。 1998 年 10 月   関西 館 の 建設 工事 が 着工 さ れ る 。 2002 年 3 月   完工 、 引渡 式 挙行 。 同年 4 月 関西 館 設置 同年 9 月 本館 から の 資料 移転 が 終了 。 同年 10 月   関西 館 、 開館 。 遠隔 地 へ の サービス と アジア 情報 に 重点 を 置 い て い る 。 また 、 関西 館 設置 に 伴 い 、 国内 出版 物 の 納本 冊数 が 2 冊 と な っ た が 、 うち 一 冊 は 関西 館 に 収蔵 さ れ る 。 これ ら の 資料 を 収蔵 する 閉架 式 書庫 に は 、 収蔵 能力 を 高め る ため に 国内 最大 規模 の 移動 書庫 が 採用 さ れ 、 コンピュータ 制御 の 無人 搬送 車 で 資料 の 書庫 から の 出し入れ を 自動 化 する など 、 情報 化 社会 に 対応 し よ う と 試み て い る 。 閲覧 室 に は 検索 用 の 端末 が 用意 さ れ 、 蔵書 検索 や 閉架 図書 の 閲覧 請求 など が 可能 と な っ て い る 。 一方 、 総合 閲覧 室 に は 、 開架 式 で 日本 語 および 欧米 語 の 参考 図書 、 抄録 ・ 索引 誌 、 国内 の 官庁 出版 物 ・ 法令 議会 資料 、 図書 館 情報 学 資料 、 主要 な 雑誌 ・ 新聞 、 全国 の 電話 帳 が 閲覧 に 供 さ れ て い る 。 アジア 情報 室 で は 、 アジア に 関連 する 日本 語 および 外国 語 の 図書 、 定期 刊行 物 ( 雑誌 、 学術 誌 ) 、 新聞 など が 開架 式 図書 館 に 配架 さ れ て い る 。 また 、 アジア 各国 の 書誌 情報 や 図書 館 所蔵 、 新聞 記事 名 検索 データベース を 利用 でき る 端末 も あ る が 、 一部 に つ い て は 印刷 が 出来 な い 。 希望 者 は 、 閲覧 室 の ほか 研究 室 の 利用 も 可能 で あ る 。 ただし 、 同館 資料 を 利用 する 場合 に 限 ら れ る 。 4 階 に カフェテリア および 売店 が あ る 。 現在 は 衆議 院 共済 組合 が 運営 し て い る が 、 今後 は 運営 業 者 の 公募 が 行 わ れ る 予定 で あ る 。 館外 に も ファミリー レストラン が 数 軒 あ る 。 片町 線 祝園 駅 ・ 近鉄 京都 線 新 祝園 駅 から 奈良 交通 バス 39 ・ 4 1 系統 もしくは 精華 くるりん バス 南 ルート に 乗車 、 国立 国会 図書 館 下 車 ( 所要 時間 10 分 ) 。 近鉄 けいはん な 線学 研 奈良 登美ヶ丘 駅 から 奈良 交通 バス 41 ・ 4 7 ・ 4 8 系統 に 乗車 、 国立 国会 図書 館 下 車 ( 所要 時間 約 15 分 ) 。 +廟 ( びょう 、 みたまや 、 おたま や 、 ほこら ) 死者 の 霊 を 祀 る 所 。 もと 祖先 の 霊 を 祀 る 所 。 現在 は 故人 一般 を 祀 る ところ に 使 う 。 別名 、 霊廟 ( れいびょう ) 。 本来 墓 と は 全く 異な る が 、 墓 の こと も 廟 と 呼 ば れ る こと も あ る 。 この 項 で 記述 。 王宮 の 前殿 で 、 政治 を 行 う 所 。 中国 に おけ る 廟 中国 に お い て 廟 は 、 祖先 の 霊 を 祭 る 場 で あ る が 、 墓所 は 別 に 存在 する 。 その 為 、 仏教 に おけ る 仏壇 の よう な 位置 づけ で あ る が 、 仏壇 と は 違 い 母屋 の 中 に は 無 く 、 霊廟 専用 の 別棟 が あ っ た 。 祖先 を 篤 く 敬 う 中国 で は 、 古代 から 家中 で 最も 重要 な 場所 と さ れ て い た 。 また 、 孔子 を 祀 る 廟 や 関羽 を 祀 る 廟 が 各地 に 多数 存在 する よう に 、 祖先 の 霊 だけ で は な く 、 民衆 が 敬愛 する 対象 の 廟 を 建立 し て 祭 っ て い る 事 も あ る 。 日本 に おけ る 廟 神式 主に 通常 の 神社 と 大差 な い 方式 で 祀 ら れ て い る 。 延喜 式 神名帳 に 「 大帯 姫廟 神社 」 ( 現 宇佐神宮 本社 の 一 つ ) と あ る が 、 一方 で は 神名 帳 に な い が 延喜 式 の 式部 寮 の 項 に 「 橿日 廟 」 ( 現 香椎宮 ) と あ り 、 神社 と 区別 さ れ て い る 例 も あ っ た ら しい 。 有名 な もの で は 豊国 神社 ( 京都 市 ) や 日光 東 照宮 が あ る 。 江戸 時代 に 創建 さ れ た 各藩 の 藩祖 を 祀 る 神社 や 明治 以降 に 創建 さ れ た 別格 官幣 社 など が あ る 。 また 、 戦死 者 など を 祀 る 靖国 神社 、 殉職 警察 官 、 消防 士 など を 祀 る 弥生 神社 ( 現 、 弥生 堂 ) 、 航空 事故 犠牲 者 を 祀 る 飛行 神社 など 、 集合 的 に 慰霊 を 目的 と し て 祀 る 例 も 多 い 。 上記 の 例 を 見 て も 分か る よう に 、 政治 権力 や 政策 と 結びつ く こと も 多 い 。 天満 宮 も 菅原 道真 を 祀 る の で 廟 に は 違い な い が 、 天神 と し て の 神 を 祀 っ て い る と い う 認識 の が 一般 的 で あ る 。 霊廟 と し て の 神社 で は 、 建築 様式 に 権 現 造 が 用い られ る こと が 多 い 。 仏式 主に 宗祖 や 有力 檀家 ( 将軍 家 ・ 藩主 等 ) など が 寺院 に 付随 し て 祀 ら れ て い る こと が 多 い 。 儒 式 孔子 など を 祀 る 廟 が 学問 所 など に 少数 ながら 存在 する 。 有名 な もの と し て は 、 東京 の 昌平坂 学問 所 に 付属 し た 湯島 聖堂 が あ る 。 道教 各地 の 中華 街 に 関羽 など が 祀 ら れ て い る 廟 ( 関帝廟 を 参照 ) が あ る 。 中東 に おけ る 廟 タージ ・ マハル ムガール 帝国 王妃 の 白亜 の 霊廟 。 大理 石 に 宝石 、 貴石 を 散りばめ た 廟 で 、 イスラム 建築 の 至宝 と も 言 わ れ て い る 。 欧米 に おけ る 廟 欧米 の 霊廟 、 マウソレウム ( Mausoleum ) と は 、 亡くな っ た 指導 者 の ため に 構築 さ れ る 大き く 印象 的 な 墓 を 指 し て い る 。 後 に 亡くな っ た 個々 の 人々 の 為 の 地下 聖堂 を 含 ん で お り 、 近代 の もの は 、 従来 の 霊廟 地下 墓室 に 加え 、 納骨 堂 を 持 っ て い る 。 現在 で は 教会 の よう な 大型 施設 の 一部 に な っ て い る 事 も あ る 。 ロサンゼルス の 聖 マリア 大 聖堂 は 、 埋葬 の ため の 6,000 の 陵 と 納骨 堂 の スペース を 持 っ て い る 。 英名 の マウソレウム は 、 カリア 国 を 統治 し た アケメネス 朝 ペルシア の 王 、 マウソロス ( Maus sollos ) の 霊廟 が 由来 で あ る 。 その 大きな 墓 は 世界 の 七 不思議 の うち の 1 つ で あ る 。 ニューヨーク に あ る wGrants Tomb は マウソロス 霊廟 を 参考 に 作 ら れ た 。 他 に は 、 スプリング フィールド ( イリノイ 州 ) の エイブラハム ・ リンカーン の 墓 など が 有名 で あ る 。 聖人 など を 祀 る ところ が ヨーロッパ に 多 い 。 かつて の 社会 主義 諸国 で は 、 建国 の 父 を 生前 の 姿 その まま に 永久保存 する 形 の 廟 が しばしば 作 ら れ た 。 その 多く は 今日 で も 見 る こと が 出来 る 。 モスクワ の 「 レーニン 廟 」 、 北京 の 「 毛 主席 紀念堂 」 ( 毛 沢東 ) 、 ハノイ の 「 ホー・チ ・ ミン 廟 」 、 平壌 の 「 錦繍 山 記念 宮殿 」 ( 金 日成 ) など 。 この よう な 現象 に 関 し て は 、 本来 あ る べ き 社会 主義 の 理念 から の 逸脱 と し て 非難 さ れ る こと が あ る 。 +仏舎利 ( ぶっしゃり ) と は 、 入滅 し た 釈迦 が 荼毘 に 付 さ れ た 際 の 遺骨 及び 棺 、 荼毘 祭壇 の 灰塵 を 指 す 。 「 舎利 」 は 遺骨 また は 遺体 を 意味 する 梵語 シャリーラ ( ś ar ī ra ) の 音写 ( ś ar ī ra श र ी र の 本義 は 単に 「 肉体 」 の 意 で 、 英語 body 同様 に 死体 も 指 す ) 。 また 、 仏舎 利 と 舎利 は 日本 に 於 い て しばしば 同義 語 で 、 「 舎利 」 と 言 う こと で 聖者 や 釈迦 の それ を 他 と 区別 する 。 ちなみ に 寿司 で 言 う 「 シャリ 」 ( 飯 / 酢飯 ) の 語源 と の 説 も あ る が 、 これ は 誤り 。 詳し く は 寿司 用語 を 参照 。 釈迦 入滅 の 地 クシナガラ の 統治 部族 マウラ 族 は 当初 仏 舎利 の 専有 を 表明 し 、 仏教 を 国教 と する 周辺 国 と の 間 に 仏舎利 を 巡 っ て 争い が 発生 する 事態 と な っ た が 、 結果 と し て 8 等 分 さ れ 、 それ に 、 容器 と 残 っ た 灰 を 加え て 周辺 内外 の 10 か所 の 寺院 に 奉納 さ れ た 。 20 0 年 の 後 、 インド の 敬虔 な 仏教 徒 で あ っ た マウリヤ 朝 の アショーカ 王 は インド 統一 を 果た し た 。 全国 8 個所 に 奉納 さ れ て い た 仏 舎 利 の うち 7 か所 の 仏舎利 を 発掘 し 、 遺骨 は 細か く 粉砕 し ひと 粒 ひと 粒 に 分け 、 灰塵 は 微量 づつ に 小分け する 作業 を 行 っ て 、 最終 的 に 周辺 国 も 含め て 8 万 余 の 膨大 な 寺院 に 再 配布 を 実施 し た 。 仏教 が 後年 に 伝来 する 中国 で は 、 多く の 僧 が 仏舎利 の 奉納 さ れ た インド や タイ 王国 に 赴 き 、 仏舎利 の 収め られ た ストゥーパ ( 仏舎利 を 納骨 する 円 す い 形 の 仏塔 。 日本 の 卒塔婆 の モデル で あ り 語源 で あ る ) の 前 で 供養 し た 宝石 類 を 「 仏舎利 の 代替 品 」 と し て 持ち帰 り 、 それ を 自寺 の 仏塔 に 納め た 。 この 宝石 を 仏舎利 の 代用 と し て 奉納 する 手法 は 古く から 日本 で も 行 わ れ て き た 。 日本 仏教 公伝 は 538 年 とも 552 年 と も 伝え られ て お り 、 この とき 仏像 や 経典 が 渡来 し た と あ る が 、 舎利 に つ い て の 記述 は な い 。 『 日本 書紀 』 に は 、 推古 元年 正月 15 日 ( 西暦 593 年 ) に 、 「 仏 の 舎利 を 以 て 、 法興 寺 の 刹 の 柱 の 礎 の 中 に 置 く 」 と あ る 。 1956 年 、 飛鳥 寺 周辺 の 発掘 調査 に よ り 、 法興 寺 ( また は 元輿 寺 ) の 遺構 が 現れ た 。 そして 今 は 失 わ れ た 仏塔 の 芯礎 から 、 木箱 に 収め られ た 舎利 容器 が 発見 さ れ た 。 舎利 は 593 年 に 芯礎 に 安置 さ れ た が 、 完成 し た 仏塔 は 1196 年 に 落雷 の ため 焼失 し た 。 舎利 は 翌年 い ったん 掘り出 さ れ 、 新し い 舎利 容器 と 木箱 に 入れ て 、 ふたたび 芯礎 部分 に 埋め た もの と い う 。 飛鳥 時代 に は 法興 寺 、 斑鳩 寺 ( 現在 の 法隆 寺 ) 、 現在 の 四 天王寺 など 、 立派 な 仏塔 を 備え た 寺院 が 建立 さ れ て い る が 、 これ ら の 仏塔 は 仏舎利 を 祭 る もの で あ る 。 『 日本 書紀 』 は また 、 推古 30 年 7 月 ( 西暦 623 年 ) に 新羅 の 真平王 が 仏像 ・ 金塔 ・ 舎利 など を 贈 っ て き た と あ る 。 この 舎利 は 四 天王寺 に 収め られ た と さ れ て い る 。 初期 仏教 で は 仏法 ( 教え ) を 貴 び 、 また インド の 慣習 儀礼 に 基づ き 像 を 造 る こと が な かっ た 。 その ため 、 仏舎利 が 唯一 具体 的 な 形 を 持 っ た 信仰 対象 と な っ て い た 。 しかし 日本 へ 伝来 し た とき は 最初 から 仏像 が あ っ た の で 、 仏舎利 と それ を 祭 る 仏塔 は 必ず しも 信仰 の 中心 で は な かっ た 。 754 年 に 鑑真 が 仏舎利 を 携え て 来日 し て い る が 、 80 6 年 に 空海 ら が 真言 密教 と とも に 大量 の 仏舎利 を 持ち帰 っ た 。 以降 、 日本 に お い て 仏舎 利信仰 が 再燃 し 、 仏塔 だけ で な く 舎利 容器 に 収め た もの を 室内 で も 礼拝 する よう に な る 。 江戸 時代 の 鎖国 、 明治 の 廃仏 毀釈 など で 海外 と の 交流 は 途絶え る が 、 明治 末期 の 190 0 年 以降 、 スリランカ 、 タイ 王国 など の 上座 部 仏教 圏 と の 交流 から 仏舎利 を 贈与 さ れ た 例 が いく つ か あ る 。 仏舎利 に つ い て は 不可思議 な 伝承 が 多 く 、 「 仏舎利 を 奉戴 する に 相応し く な い 者 が 持て ば 消滅 する 」 「 仏舎 利 奉戴 に 相応し い 者 が 持て ば 数 も 増え 、 大き く な っ たり 、 変色 し たり する 」 と い っ た 、 信心 の 深 さ に よ っ て 変化 が 現れ る と 言 わ れ る 。 この 伝承 が 、 宗教 団体 法 の 華三 法 行 を 主催 し た 福永 法源 が 「 真性 仏舎利 を 奉戴 し た 後 、 超 能力 で 100 個 に 増え た 」 と 言 っ た こと から も 分か る よう に 、 「 仏舎 利 が 増え る なら ビジネス に な る 」 と い う 悪智慧 の 温床 に も な っ て しま っ て い る 。 一説 に は 、 現在 アジア 全土 に 自称 仏 舎利 の 合計 は 2 トン に も 達 する と い う 。 仏舎利 は 、 釈迦 の 遺骨 ・ 灰塵 で あ る 真性 の 仏舎利 の ほか 、 宝石 等 に よ る 代替 仏舎利 が 、 時 を 経 る ごと に 混乱 し て 真 ・ 代 いずれ が 何処 の 寺院 に 奉納 さ れ て い る の か が 不 明瞭 に な っ て い る 。 その ため 後年 スリランカ 政府 が 実態 を 調査 し 、 回収 可能 な もの は 回収 する など し て 管理 し て い る 。 現在 スリランカ 政府 は 「 仏舎 利 は 金銭 ( 布施 ) に よ る 取引 で 贈与 する こと は な く 、 奉戴 する に 相応し い 寺院 団体 を 審査 の うえ で 選出 し 、 贈与 し て い る 」 と し て い る 。 考古 学 的 に 本物 の 釈迦 の 遺骨 と さ れ る もの は 、 1898 年 に インド で 発掘 さ れ た もの で あ り 、 これ は 当時 インド を 支配 し て い た 英国 から シャム 国 ( 現在 の タイ 王国 ) に 譲渡 さ れ て い る 。 その 一部 は シャム 国王 ラーマ 5 世 から 日本 国民 へ 贈 ら れ 、 それ を 納め る ため に 創建 さ れ た の が 覚王 山 日暹寺 ( 現在 の 覚王 山 日泰寺 ) で あ る 。 仏舎利 崇敬 の 是非 釈迦 は 晩年 、 弟子 ら に 対 し て 「 総 て の もの に は 必ず 終わり が あ る / 私 の 亡 き 後 は 私 の 遺 し た 教え が 皆 の 拠 り 所 で あ る 。 怠 ら ず 弁 ぜ よ 」 と 語 っ た 。 諸行 無常 は 必然 と し た 上 で 、 教義 の 伝承 を 最 重要 と 説 い て い る こと から 、 後代 の 解釈 で は 、 物 と し て 実在 する 仏舎利 を 過度 に 崇拝 崇敬 する こと は 釈迦 の 意向 から 逸脱 し て い る 、 と 考え る 向き も あ る 。 しかし ながら 、 南伝 の 上座 部 仏教 に お い て は 、 上記 で 説明 さ れ る 通り 、 まぎれ も な く 仏舎利 を 信仰 の 対象 と し て い た 。 また 、 北伝 の 大乗 仏教 に お い て も 、 仏舎利 は 法身 や 仏性 と 同義 と 解釈 する 。 涅槃 経 に は 以下 の よう に 説 く 。 この よう に 、 仏塔 や 仏像 を 創設 し 、 その 中 に 宿 る 仏性 を 見つめ て い く こと で 、 仏 の 世界 へ 近づ く こと が 出来 る と い う 解釈 が 成立 し て い る こと から 、 仏舎利 へ の 敬慕 信仰 と い う 思想 自体 も 正道 から 外れ た もの で は な い 、 と 考え る 向き も あ る 。 +伽藍 ( がらん ) は 、 僧侶 が 集ま り 修行 する 清浄 な 場所 の 意味 で あ り 、 後 に は 寺院 また は 寺院 の 主要 建物 群 を 意味 する よう に な っ た 。 サンスクリット 語 の saMghaaraama ( स ँ घ ा र ा म ) の 音写 で 、 「 僧伽 藍摩 ( そうぎゃらんま ) 」 「 僧伽藍 」 が 略 さ れ て 「 伽藍 」 と 言 わ れ た 。 漢訳 の 場合 は 「 衆園 ( しゅおん ) 」 「 僧園 ( そうおん ) 」 など と 訳 さ れ た 例 が あ る が 、 通常 「 伽藍 」 と のみ 呼 ば れ る 。 インド で は 、 礼拝 の 対象 を 祀 る 仏塔 と 僧衆 が 居住 する 僧房 と は 、 その 発生 起源 を 異 に する が 、 後世 に な っ て 僧院 は 仏塔 を 受容 し た 。 後期 の 僧院 で は 、 礼拝 の 対象 ( 塔 また は 仏像 ) を 安置 し た 祠堂 ( しどう ) の 他 に 、 中央 の 中庭 を 囲 ん で 房室 を 持 つ 方形 の 精舎 ( しょうじゃ ) が 流行 し た 。 精舎 の 付帯 施設 と し て 、 会堂 ・ 食堂 ・ 台所 ・ 貯蔵 室 ・ 流し場 ・ 便所 が 設け られ て い る 。 多数 の 修道 僧 の 団体 生活 に 必要 な 施設 を 整備 する と 同時 に 、 個人 の 私 生活 を 守 り 、 瞑想 に 適 する よう に 整備 さ れ た ( 「 精舎 」 の 項 参照 ) 。 有名 な 祇園 精舎 や 竹林 精舎 など は 、 文献 上 で 名前 は 知 ら れ て い る が 、 実態 は 明らか で は な い 。 ラージギル ( 古名 ラージャグリハ 、 raajagRha ) で は 、 釈迦 時代 の 名医 ジーヴァカ が 寄進 し た と い う マンゴー 園 の 精舎 の 遺構 と さ れ る もの が 発掘 さ れ た 。 これ に は ストゥーパ ( 仏塔 ) や 祠堂 ( チャイティヤ 堂 ) は もとより 比丘 の 個室 に あた る もの も み られ ず 、 後世 の 僧院 と は まったく 様相 を 異 に する 。 後期 の 代表 例 は 現在 の パハール プル ( pahaarpur ) の 古名 ソーマプラ ( soma pura ) の 僧院 跡 で あ る 。 ここ は 、 一辺 約 300 m の 正方 形 の 囲壁 の 内側 に 177 の 僧房 が 並 び 、 内庭 の 中央 に 四方 に 階段 の あ る 十字 形 の 精舎 ( 基壇 は 109 m × 96 m ) が あ っ た 。 基壇 に は めこ ま れ て い た 2 ,800 点 の 素焼 粘土板 の 浮彫 は 、 仏教 尊像 ・ ヒンドゥー 教神像 ・ 人物 ・ 動物 など を 表 し て い て 、 パーラ 朝 美術 の 貴重 な 資料 で あ る 。 中国 で 仏教 寺院 の 伽藍 に つ い て 知 ら れ る 最古 の 例 は 、 『 呉志 』 に 、 後漢 時代末 に 笮融 ( さくゆう ) が 徐州 に 建て た と 記 さ れ て い る 「 浮屠 祠 」 ( ふとし ) で あ る 。 これ は 金色 の 仏像 を まつ り 、 相輪 ( そうりん ) に 九重 の 銅槃 ( どう ばん ) を 垂ら し た 二 重 の 楼閣 を 中心 と し て 、 二層 の 回廊 を めぐらし 3千 人 を 収容 でき た と い う 。 この 楼閣 は 後世 の 「 仏殿 」 と 「 塔 」 の 両者 の 機能 を あわせも っ て い た 。 初期 の 伽藍 は 、 仏陀 を 供養 する 建物 を 中心 に 構成 さ れ て い た が 、 仏舎 利信仰 が 盛ん に な る に つれ て 、 仏舎利 を ま つ る 仏塔 と 仏 を 安置 する 仏殿 が 独立 分離 し て 、 仏塔 を 中心 と する 伽藍 から 、 しだい に 仏殿 を 中心 と する 伽藍 へ と 変化 し た と 考え られ て い る 。 さらに 、 南北 時代 に は 貴族 が 住宅 を 喜捨 し て 、 その まま 寺院 と な っ た もの が 多 く 現れ た 。 ここ で は 、 仏殿 と 講堂 が 前後 に 配置 さ れ 、 仏塔 を 配置 し な い 形態 の 伽藍 が 多 かっ た 。 また 中国 で は 、 上記 の よう な 中国 的 な 寺院 建築 だけ で な く 、 インド の 形態 を まね た 石窟 寺院 も 造 ら れ た 。 雲崗 石窟 ・ 敦煌 市 ・ 龍門 洞窟 など の 遺構 が あ る 。 伽藍 を 構成 する 主な 建物 と し て 、 俗世間 と の 境界 を 示 す 山門 、 本尊 を 祀 る 本堂 、 塔 、 学習 の 場 で あ る 講堂 、 僧 の 住居 で あ る 庫裏 、 食堂 ( じきどう ) 、 鐘楼 、 東司 ( とうす ) など が あ る 。 これ ら の 要素 の 配置 や 数 は 宗派 、 時代 に よ っ て 異な る 。 その 多く を 擁 する 大 寺院 は 七堂 伽藍 と 呼 ば れ る 。 七堂 伽藍 が 何 を 指 す か も また 時代 や 宗派 に よ っ て まちまち だ が 、 鎌倉 時代 の 『 古今 目録抄 』 で は 金堂 、 塔 、 講堂 、 鐘楼 、 経蔵 、 僧坊 、 食堂 と な っ て お り 、 これ が 一般 的 に 知 ら れ て い る 。 ただし 禅宗 で 七堂 伽藍 と い う と 、 山門 、 仏殿 、 法堂 ( はっとう ) 、 僧堂 、 庫院 ( くいん ) 、 東司 ( また は 西浄 〈 せいちん 〉 ) 、 浴室 と さ れ る 。 日本 に 仏教 が 伝わ っ て き た 6 世紀 前半 に は 、 本格 的 な 寺院 は な く 、 宮殿 や 邸宅 の 中 に 小 規模 な 仏堂 が 建て られ た のみ で あ っ た と 想像 さ れ る 。 『 日本 書紀 』 に よ れ ば 、 崇峻 1 年 ( 588 年 ) に 、 百済 から 寺工 や 鑪盤 博士 、 瓦博士 等 が 来 て 最初 の 本格 的 伽藍 、 法興 寺 ( 飛鳥 寺 ) を 着工 し た と 伝え る 。 飛鳥 寺 の 発掘 調査 結果 に よ る と 、 回廊 で 囲 ま れ た 区画 の 中央 に 仏塔 が 建 ち 、 これ を 中金 堂 ・ 東金 堂 ・ 西金 堂 の 三 金 堂 で 囲 む 伽藍 配置 で 、 高句麗 の 形式 を 踏襲 し て お り 、 中国 の 三 合 院 配置 に 起源 が あ る と 考え られ る 。 7 世紀 初頭 に 発願 さ れ た 大阪 の 四 天王寺 や 奈良 の 法隆 寺 ( 斑鳩 寺 ) の 旧 伽藍 ( 若草 伽藍 ) の 伽藍 配置 は 、 中軸 線 上 に 中門 ・ 塔 ・ 金堂 ・ 講堂 を 南 から 北 へ 一 直線 に 並べ る もの だっ た 。 回廊 は 中門 左右 から 出 て 講堂 まで の 間 を 結 び 、 塔 と 金堂 を 囲 ん で い る 。 これ を 「 四 天王 寺 式 伽藍 配置 」 と 呼 び 、 三国 時代 ( 朝鮮 半島 ) の 百済 の 寺院 に 見 られ る 形式 で あ る 。 飛鳥 時代 に 着工 さ れ た 寺院 は 東海 地方 から 山陽 地方 に かけ 40 余 寺 ほど あ る が 、 その 大 多数 は 奈良 、 大阪 、 京都 に あ り 日本 の 本格 的 伽藍 の 最初 の もの と 考え られ る 。 この ころ の 伽藍 で 考え な く て は な ら な い の は 、 第 一 に 仏塔 へ の 配慮 で あ ろ う 。 仏塔 が 1 基 か 、 東西 2 基 か 、 仏塔 の 建 つ 位置 は 回廊 の 内 か 外 か で 、 その 存在 意味 が 異な る 。 それ は その まま 釈迦 の 遺骨 を どの よう に 扱 う か と い う 問題 に な る 。 第 二 に 講堂 の 大き さ で あ る 。 金堂 や 仏殿 は 礼拝 の 目的 の ため の 建物 で あ り 、 インド ・ 中国 の 祠堂 と 同様 の 意味 を 持 つ 。 しかし 、 講堂 は 中国 から 伝来 し た もの で 、 研究 を 目的 と し た 建物 で あ る 。 回廊 上 に 配置 さ れ た の か 、 回廊 外 に 配置 さ れ た の か で 研究 が どの 程度 重要 視 さ れ た の か に 関わ っ て くる 。 7 世紀 後半 - 8 世紀 の 主要 寺院 の 伽藍 配置 は 次 の よう に な っ て い る 。 川原寺 ( 飛鳥 ) - 中門 を 入 る と 正面 に 中金 堂 、 左 に 西金 堂 、 右 に 塔 が 建 つ 1 塔 2 金 堂 の 左右 非 対称 の 伽藍 配置 で 、 飛鳥 寺 伽藍 配置 の 東金 堂 を 省略 し た もの と も 考え られ る 。 法隆 寺 西院 - 7 世紀 末 から 8 世紀 初頭 に かけ て 再建 さ れ た 法隆 寺 西院 伽藍 は 、 回廊 内 の 左 に 塔 、 右 に 金堂 が 建 つ 。 近隣 の 法輪 寺 ( 斑鳩 町 ) も 同様 の 伽藍 配置 で 、 これ を 「 法隆 寺 式 伽藍 配置 」 と い う 。 これ と よく 似 て い る が 塔 と 金堂 が 左右 逆 に 位置 する もの が 「 法起 寺 式 伽藍 配置 」 で あ る 。 薬師寺 - 藤原 京 から 平城 京 へ 移転 し た 寺院 だ が 、 どちら も 伽藍 配置 は 同じ で 2 塔 1 金堂 式 で あ り 、 東西 の 塔 は 回廊 の 内側 に 建 つ 。 東大 寺 - やはり 2 塔 1 金 堂 式 だ が 、 東西 の 塔 は 回廊 の 外 に 建 つ 点 が 薬師寺 と 異な る 。 大安 寺 - もと は 飛鳥 に あ っ て 「 大官 大寺 」 と 呼 ば れ 、 塔 は 1 基 で 、 薬師 寺 式 の 西塔 を 略 し た 形 と 見 られ る 。 平城 京 に 移転 し て 「 大安 寺 」 と な っ て から は 東西 両塔 が 建 つ が 、 塔 の 位置 は 南 大門 より さらに 南側 で 、 伽藍 の 中心 部 から かなり 離れ た 位置 で あ る 。 なお 、 奈良 時代 、 聖武 天皇 の 命 で 各地 に 建立 さ れ た 国分寺 の 伽藍 配置 を 見 る と 、 1 塔 1 金 堂 形式 が 基本 で 、 塔 は 伽藍 の 中軸 線 上 に は 建 た ず 、 回廊 の 内側 また は 外側 の 東 また は 西 に 寄 っ た 位置 に 建 っ て い る 。 平安 時代 に 入 る と 、 密教 の 山岳 寺院 で は 敷地 の 制約 が あ り 、 奈良 時代 の よう な 整然 と し た 伽藍 配置 は 見 られ な く な っ た 。 しかし 、 平安 京 の 羅 城門 の 東西 に 建て られ た 東寺 ・ 西寺 など 平地 の 伽藍 で は 奈良 時代 の 配置 が 踏襲 さ れ た 。 また 浄土 教 の 発展 に 伴 い 、 阿弥陀 堂 を 中心 に し て 前面 に 広 い 池 を 設け た 浄土 曼 荼羅 図 ( 浄土 変 ) に み る よう な 伽藍 が 多 く 建て られ た 。 これ は 貴族 の 邸宅 の 形式 で あ る 寝殿 造 が 寺院 建築 に 取り入れ られ た もの と 見 られ る 。 藤原 道長 建立 の 法成 寺 ( 廃絶 ) 、 白河 天皇 発願 の 法勝 寺 ( 廃絶 ) 、 平等 院 鳳凰堂 など で は 池 の 西岸 に 阿弥陀 堂 が 建 ち 、 現世 に お い て 彼岸 ( 阿弥陀 如来 の 住 する 西方 極楽 浄土 ) を 拝 する と い う 意味 が あ っ た 。 鎌倉 時代 に な る と 、 禅宗 の 伝来 に よ っ て 再び 整然 と し た 伽藍 配置 が 行 わ れ 、 総門 を 入 る と 三門 ( 山門 ) ・ 仏殿 ・ 法堂 ( はっとう ) が 一 直線 に 建 つ 伽藍 配置 が 現れ た 。 三門 から の 回廊 が 仏殿 に 達 し 、 後ろ に 法堂 ・ 方丈 を 建て 、 回廊 左右 に 庫院 と 僧堂 を 、 三門 斜 前方 に 浴室 と 東司 を 設け る と い う 中国 風 の 左右 対称 の 伽藍 配置 を も つ 寺院 も あ る が 、 回廊 まで 含め て 残 っ て い る の は 富山 ・ 瑞龍 寺 ( 高岡 市 ) 、 京都 ・ 萬福寺 など 近世 以降 の もの に 限 ら れ て い る 。 なお 、 禅宗 寺院 で も 塔 を 建て る 場合 が あ る が 、 伽藍 中枢 部 を 離れ 、 伽藍 配置 と し て 有機 的 な 関連 は 持 た な い 。 浄土 宗 ・ 浄土 真宗 寺院 の 中世 に おけ る 伽藍 配置 は 固定 の 様式 が あ る よう に は 見 られ な い 。 しかし 、 近世 の 浄土 真宗 寺院 で は 、 開基 を 祀 る 御影 堂 ( ご えい どう 、 大師 堂 ) が 阿弥陀 如来 を 祀 る 本堂 ( 阿弥陀 堂 ) と 並 ん で 重視 さ れ る ため 、 両者 が 左右 に 並 ん で 東面 し て 建 つ 形 を 基本 と し て い る 。 日蓮 宗 の 伝承 で は 、 理想 と し て は 四神 相応 の 地 に 建立 する べ き と し て い る 。 この あたり は 日蓮 の 密教 の 影響 を 受け て い る と 考え られ る 。 現実 は 開基 檀 那 の 寄進 する 土地 に 建立 する ため 、 すくな から ず 妥協 を 迫 ら れ る 。 なお 、 伽藍 配置 は 固定 の 様式 は 無 い が 、 禅宗 様 を 参考 に し て 建立 する 例 が 多 い 。 日蓮宗 の 特徴 は 、 最初 に 小さな 法華 堂 を 建立 し 、 次第 に 結構 を 整え て 、 本堂 、 御影 堂 、 庫裏 、 客殿 、 総門 、 三門 、 五 重塔 、 宿坊 など 建立 する 。 多く の 宿坊 を 抱え た 寺院 は 大坊 ( たいぼう ) と 呼 ぶ こと が あ る 。 +株式 会社 京都 銀行 ( きょう と ぎんこう 、 The BankofKyoto , Ltd . ) は 、 京都 府 京都 市 下京 区 に 本店 を 構え 、 京都 府 を 中心 に 営業 し て い る 地方 銀行 で あ る 。 概要 京都 府 の 指定 金融 機関 。 企業 キャッチ フレーズ は 「 飾 ら な い 銀行 」 。 奇抜 な TVCM 「 ながーい 、 お つきあい 」 シリーズ で も 知 ら れ る 。 英字 表記 は 『 The BankofKyoto 』 で あ る が 、 各店 鋪 や ATM で は 『 The BankforKyoto 』 と 記 さ れ て い る 。 「 京都 銘柄 」 と 称 さ れ る 京都 企業 の 株式 を 多数 保有 し 評価 損益 を 多 く 抱え て い る こと 、 バブル 経済 期 に も 比較 的 堅実 な 経営 を 続け て い た こと から 、 財務 体質 は 良好 で 自己 資本 比率 ・ 信用 格付け と も 地方 銀行 の 中 で 高 水準 に あ る 。 預金 量 は 5 兆 1123 億 円 。 ( 2006 年 3 月 末 ) 2007 年 より 、 地元 プロ サッカー クラブ 京都 サンガ F . C . の ユニフォーム 袖 スポンサー と な る 。 健全 性 指標 以下 は 2006 年 9 月 中間 期 の 指標 自己 資本 比率 単体 : 国内 基準 11 . 1 1 % 、 国際 統一 基準 14 . 6 6 % 連結 : 国内 基準 11 . 3 9 % 、 国際 統一 基準 14 . 9 1 % ( 2006 年 9 月 30 日 現在 ) 格付け 格付 投資 情報 センター : A + 、 スタンダード & プアーズ : A ( 2006 年 11 月 1日 現在 ) 有価 証券 評価 益 ( 含み益 ) 3,32 1 億 円 ( 2006 年 9 月 30 日 現在 ) 京都 府内 の 市 町 村 と 滋賀 県 ・ 大阪 府 ・ 奈良 県 ・ 兵庫 県 ・ 東京 都 に 支店 と 出張 所 を 持 つ 。 戦前 まで は 、 京都 市 内 の 銀行 は 東京 市内 ( 現 、 特別 区 ) と 同じく ほとんど が 都市 銀行 の 支店 で あ り 、 地元 の 地方 銀行 は 小 規模 の もの が 数行 存在 し て い た に 過ぎ な かっ た 。 しかも 、 結局 その いずれ も が 大手 銀行 へ の 併合 の 道 を たど り 、 京都 大内 銀行 が 富士 銀行 ( 現在 の みずほ 銀行 ) と 当時 福知 山 市 に 本店 を 置 い て い た 当行 に 分割 譲渡 さ れ た の を 最後 に 、 戦時 中 京都 市 内 で は 地元 の 地方 銀行 が 消滅 し て しま っ た 。 この ため 、 戦後 は 地域 産業 発展 の ため 地元 資本 の 地方 銀行 を 求め る 声 が 起こ り 、 元来 丹波 国 ・ 丹後 国 地区 で の 戦時 中 の 統合 銀行 で あ っ た 丹和 銀行 ( 本店 ・ 福知 山 市 ) が 京都 市 内 に 進出 する こと に な る 。 1953 年 に は 本店 を 京都 市 の 現在 地 ( 旧 高島 屋跡 ) に 移転 、 京都 市 内 に おけ る 店舗 の 拡張 と し て 、 都市 銀行 を はじめ と し た 他 銀行 の 支店 の 譲受 や 自主 出店 に よ り 店舗 数 を 増や し た 。 その 一方 で 1980 年 代 に 府外 支店 の 大 部分 を 整理 し て い る 。 京都 銀行 は いわば 後発 で あ る ため 、 京都 市 の 指定 金融 機関 に は な っ て お ら ず 、 また 市内 シェア ( 預金 1 兆 円 以上 の 金融 機関 のみ で ) も 京都 中央 信用 金庫 や 京都 信用 金庫 、 三菱 東京 UFJ 銀行 、 三井 住友 銀行 など と 分け合 っ て い る の が 現状 で あ る 。 ( 京都 市 内 の 預金 は 1 兆 円 以下 で あ る が 、 京都 市 内 に は みずほ 銀行 や 滋賀 銀行 、 京都 府 南部 に は 南都 銀行 も 多 店舗 展開 し て い る ) 近年 は 新た な 収益 源 を 獲得 する ため 、 再び 京都 府 外 へ の 出店 を 積極 的 に 進め て い る 。 2000 年 以降 、 隣県 の 滋賀 県 や 奈良 県 に 加え 、 大阪 府 で も 京阪 間 の 鉄道 沿線 を 中心 に 出店 ・ 融資 攻勢 を 強め 、 大手 銀行 の ほか 、 滋賀 銀行 、 南都 銀行 など と しのぎ を 削 っ て い る 。 兵庫 県 に も 尼崎 支店 ( 2004 年 12 月 ) 、 神戸 支店 ( 2005 年 9 月 ) 、 川西 支店 ( 2007 年 10 月 ) 、 六 甲 道 支店 ( 同 11 月 ) を 開設 する に 至 っ て い る これ は 旧 兵庫 銀行 の 経営 破綻 など 、 同県 内 に 有力 地銀 が 存在 し な い 状況 も 大き く 影響 し て い る ( その 為 、 京都 銀行 を 含 む 県外 地銀 の 進出 攻勢 が 激し く な っ て い る ) 。 ネット 支店 「 京都 銀行 ネット ダイレクト 支店 」 が あ る 。 また 、 京阪 電気 鉄道 と 提携 し て ステーション ATM 「 ステーション ATM エキバンク 」 を 主要 駅 に 展開 し て い る 。 1884 年 ( 明治 17 年 ) : 田中 源太郎 が 亀岡 銀行 を 設立 ( 現在 の 亀岡 市 支店 、 楽々 荘 ) 。 1941 年 ( 昭和 16 年 ) : 両丹 銀行 ( 福知 山 ) 、 宮津 銀行 ( 宮津 ) 、 丹後 商工 銀行 ( 峰山 ) 、 丹後 産業 銀行 ( 峰山 ) の 4 行 合併 に よ り 丹和 銀行 創立 ( 本店 福知山 市 ) 。 1943 年 ( 昭和 18 年 ) : 京都 支店 ( 現 、 七条 支店 ) を 開設 。 1951 年 ( 昭和 26 年 ) : 株式 会社 京都 銀行 に 商号 変更 。 1953 年 ( 昭和 28 年 ) : 本店 を 京都 市 に 移転 。 1982 年 ( 昭和 57 年 ) : ディー シー カード と 共同 で 京都 クレジット サービス を 設立 +田辺城 ( たなべ じょう ) は 京都 府 舞鶴 市 に あ る 戦国 時代 から 江戸 時代 に かけ て の 城 。 別名 は 舞鶴 城 ( まいづる じょう ) 。 1578 年 ( 天正 6 年 ) 織田 信長 の 命 に よ っ て 守護 大名 の 一色 義道 を 滅 ぼ し 、 丹後 国 を 制圧 し た 細川 幽斎 ( 幽斎 ) が この 地 を 与え られ 、 はじめ は 宮津 城 を 居城 と し た が 、 畿内 に 近く 交通 の 要所 で あ っ た 加佐 郡 田辺 の 地 に 、 田辺 城 を 築 き 、 丹後 経営 の 中心 と し た 。 隠居 後 は 、 子 の 細川 忠興 を 入城 さ せ た 。 160 0 年 ( 慶長 5 年 ) 関ヶ原 の 戦い が 勃発 する と 、 当主 に な っ て い た 細川 忠興 は 石田 三成 率い る 西軍 の 誘い を 退け 、 徳川 家康 率い る 東軍 に 加勢 し た 。 隠居 し て い た 藤孝 は 自分 の 居城 で あ る 宮津 城 で は 西軍 の 攻勢 を 防 げ な い と 考え 、 宮津 城 を 焼き払 い 、 田辺 城 に 入城 、 雲霞 の ごと く 取り囲 む 西軍 を 迎え撃 っ た 。 田辺城 は すぐ さま 、 石田 三成 の 家老 島 清興 の 親族 に あた る 小野木 重勝 や 豊臣 家 の 重臣 前田 玄以 の 子 前田 茂勝 が 率い る 西軍 ・ 1 万 5千 人 も の 大軍 で 包囲 さ れ る と 、 50 日 に も 及 ぶ 長期 戦 と な っ た 。 激闘 の 末 、 弾薬 が 尽き た 藤孝 は 自身 の も つ 「 古今 伝授 の 書 」 が 戦火 で 忘却 さ れ る の を 恐れ 、 それ を 後陽成 天皇 に 献上 し た 。 藤孝 の 戦死 を 憂 い た 後 陽成 天皇 の 仲介 で 西軍 は 攻撃 を する の を やめ 、 命 を 助け られ た 。 田辺城 を 開城 し た 藤孝 は 敵将 前田 茂勝 の 丹波 亀山城 に 入 っ た 。 この の ち 細川 忠興 は 九州 小倉 に 転封 さ れ 、 京極 高知 が 丹後 一 国 12 万 3 千 石 を 与え られ 仮 に 田辺 城 に 入城 し た が 、 宮津 城 を 再築 し 宮津 城 へ 本拠 地 を 移 し た 。 この とき 田辺 城 の 建造 物 は 、 ことごとく 破壊 さ れ た と 伝え られ て い る ( 一 国 一 城 令 ) 。 京極 高知 の 遺言 に よ っ て 京極 家 は 嫡男 ・ 高広 が 宮津 藩 7 万 5 千 石 、 次男 ・ 高三 が 丹後 田辺藩 ( 舞鶴 藩 ) 3 万 5千 石 、 養子 ・ 高 信 が 峰山 藩 1 万 3 千 石 を 相続 し た 。 初代 舞鶴 藩主 と な っ た 京極 高三 に よ り 石垣 の 修復 や 櫓 の 再建 が 図 ら れ 、 荒廃 し て い た 田辺 城 は 再興 さ れ た 。 京極 氏 は 3 代 続 い た 後 、 豊岡 藩 へ 転封 と な り 、 代わ っ て 牧野 氏 が 1668 年 ( 寛文 8 年 ) 3 万 5千 石 で 入封 する と 、 田辺 城 の 大手 門 その 他 の 城門 ・ 石垣 など が 改築 さ れ 、 それ を 代々 世襲 し 明治 の 時代 まで 繁栄 し た 。 現在 、 田辺 城跡 は 公園 に な っ て お り 、 1940 年 ( 昭和 15 年 ) に 復興 さ れ た 二 層 櫓 の 彰古 館 、 1997 年 ( 平成 4 年 ) に 復興 さ れ た 城門 に は 田辺 城 資料 館 、 天守 台 石塁 など が あ る 。 JR 舞鶴 線 ・ 西 舞鶴 駅 から 徒歩 4 分 。 京都 駅 より 特別 急行 列車 まいづる ( 列車 ) に 乗 り 、 約 1 時間 30 分 で 西 舞鶴 駅 着 舞鶴 若狭 自動 車 道 ・ 舞鶴 西 インター チェンジ より 車 で 10 分 。 +角屋 ( すみや ) は もと 京都 、 嶋原 遊廓 の 揚屋 で あ る 。 天正 17 年 ( 1589 年 ) 、 豊臣 秀吉 に よ っ て 柳馬場 二条 に 遊郭 「 柳町 」 が 開 か れ 、 初代 徳右衛門 が 角屋 の 営業 を 始め る 。 慶長 7 年 ( 160 2 年 ) 、 柳町 は 突然 の 移転 を 強い られ 、 角屋 も 六条 三 筋 町 へ 移動 を 余儀 な く さ れ た 。 更に 寛永 18 年 ( 1641 年 ) 、 再度 柳町 は 移転 と な り 、 角屋 は 二 代 目 徳右衛門 に よ っ て 現在 地 の 嶋原 へ 移 さ れ た 。 尚、 六条 三 筋 町 の 所在 地 ( 新町 五 条下ル ) は 現在 も 角屋 が 所有 し て い る 。 明治 5 年 ( 1872 年 ) まで 営業 し た 後 、 お 茶屋 に 編入 さ れ た 。 昭和 60 年 ( 1985 年 ) まで 「 松 の 間 」 を 宴会 に 使用 。 昭和 27 年 ( 1952 年 ) 、 嶋原 が 開 か れ て 以来 現存 する 唯一 の 揚屋 の 遺構 と し て 国 の 重要 文化 財 に 指定 さ れ た ( ただし 「 松 の 間 」 の み は 大正 末期 、 火事 に よ り 焼失 し て しま い 指定 さ れ て い な い ) 。 平成 元年 ( 1989 年 ) より 1 日 30 人 限定 で 内部 を 公開 し て い た が 、 更に 平成 10 年 ( 1998 年 ) 4 月 より 「 角屋 もてなし の 文化 美術 館 」 と し て 開館 さ れ た 。 平成 19 年 ( 2007 年 ) 現在 家名 は 十 四 代 目 に 継承 さ れ て お り 、 当代 が 館長 を 勤め て い る 。 現在 一般 公開 は 1 階 部分 のみ 。 損傷 部分 の 保存 を 考え 、 2 階 座敷 見学 に は 事前 予約 が 必要 と な っ て い る 。 所蔵品 は 約 1 万 1 千 点 に のぼ る 。 江戸 時代 中期 に は 島原 で も 俳諧 が 盛ん に な り 当時 の 角屋 当主 ( 七 代 目 、 俳名 徳屋 ) は 与謝 蕪村 を 師 と し て 招 い て い る 。 その 蕪村 が ここ に 残 し た 「 紅白 梅図 」 は 国 の 重要 文化 財 と し て 当 美術 館 に 展示 さ れ て い る 。 他 、 天明 年間 前後 に 制作 さ れ た 円山 応挙 、 石田 幽汀 など の 襖絵 も 残 っ て い る 。 幕末 に は 久坂 玄瑞 、 西郷 隆盛 など の 勤王 の 志士 が 密議 を 交わ し たり 、 豪商 から の 資金 調達 の ため に 接待 に 使用 さ れ て い た 。 また 、 新 選 組 も ここ で の 遊興 を 楽し ん だ 。 特に 芹沢 鴨 と の 関わり合い は 深 く 、 文久 3 年 ( 1863 年 ) 6 月 ここ で 角屋 で の 暴挙 を はたら き 、 その 際 に 出来 た 刀傷 が 今 で も 残 っ て い る 。 また 、 芹沢 が 殺害 さ れ る 直前 に ここ で 酒宴 を 開 い て い る 。 中 に は 名物 の 「 臥龍 松 」 と い う 枝 の 長 い 松 が 生え て い た が 枯れ て しま い 、 現在 は 2 代 目 に あた る 。 +舞鶴 引揚 記念 館 ( まいづる ひきあげ きねんかん 、 英語 : MaizuruRepartriation Memorial Museum ) は 、 京都 府 舞鶴 市 に あ る 歴史 伝承 施設 で あ る 。 舞鶴 港 は 、 戦中 は 旧 海軍 の 軍事 的 拠点 と し て 使用 さ れ て い た が 、 戦後 は 大陸 に 進駐 し て い た 軍人 軍属 や 一般 人 の 日本 本土 へ の 引揚 、 および 日本 に 在留 し て い た 中国 ・ 朝鮮 人 の 送還 の ため の 指定 港 の ひと つ と な っ た 。 さらに 、 日ソ 中立 条約 を 一方 的 に 破棄 し 侵攻 し た ソビエト 連邦 軍 に よ っ て シベリア に 不法 抑留 さ れ て い た 旧 軍人 に つ い て も 、 舞鶴 へ と 帰還 し た 。 他港 が 早々 に 引揚 港 から 除 か れ た ため 、 これ ら 引揚 の 人々 の ほとんど が 、 舞鶴 港 を 入港 先 ・ 帰還 港 と し た 。 これ に 伴 い 、 日本 各地 から 夫 や 親族 の 帰還 を 待ち望 む 多く の 人々 が 、 舞鶴 港 へ と 出迎え に 訪れ た 。 1988 年 ( 昭和 63 年 ) 、 多く の 関係 者 の 努力 に よ り 、 引揚 に 関わ る 一連 の 資料 を 展示 する 日本 唯一 の 施設 と し て 設立 さ れ た の が 、 この 舞鶴 引揚 記念 館 で あ る 。 引揚 者 用 の 桟橋 が 設置 さ れ て い た 平地区 を 見下ろ す 丘 に 引揚 記念 公園 が 開設 さ れ 、 その 一角 に 記念 館 が 建設 さ れ た 。 なお 、 2005 年 ( 平成 17 年 ) は 海外 引揚 60 周年 に 当た る 年 で あ り 、 当地 で は 海外 引揚 第 1 船 の 入港 し た 11 月 7 日 と その 周辺 に 記念 行事 が 開催 さ れ た 。 問い合わせ 舞鶴 市平 無 番地 ( 電話 番号 : 0 7 73 - 6 8 - 0 8 3 6 ) 営業 時間 9 時 ~ 17 時 30 分 まで 。 ( 入館 は 17 時 まで ) 料金 、 ( ) は 団体 料金 一般 300 円 ( 200 円 ) 学生 150 円 ( 100 円 ) 駐車 場 無料 駐車 場 あ り 、 大型 バス 可 。 定休 日 年末 年始 アクセス 鉄道 ・ バス 西 日本 旅客 鉄道 東 舞鶴 駅 より 、 京都 交通 ( 舞鶴 ) の 路線 バス 三浜 線 もしくは 田井 ・ 野原線 で 約 15 分 、 「 引揚 記念 公園 前 バス 停 」 下車 。 JR 東舞鶴 駅 より 、 舞鶴 観光 周遊 バス で 「 引揚 記念 館 バス 停 」 下車 。 車 舞鶴 若狭 自動 車 道 ・ 舞鶴 東 インター チェンジ より 、 京都 府道 28 号 小倉西 舞鶴 線 、 ( 京都 府道 51 号 舞鶴 和知 線 ) 、 国道 27 号 を 経 て 京都 府道 ・ 福井 県 道 21 号 舞鶴野原 港 高浜 線 を 大浦 半島 方面 へ 約 20 分 。 赤 れんが 博物 館 舞鶴 市政 記念 館 ( 12 棟 の 煉瓦 倉庫 群 ) 舞鶴 赤 レンガ 倉庫 群 赤 れんが フェスタ ( 舞鶴 ) ( 10 月 ) 平桟 橋 舞鶴 クレイン ブリッジ 舞鶴 親海 公園 舞鶴 自然 文化 園 +京都 国立 博物 館 ( きょうと こくりつ はくぶつ かん ) は 、 独立 行政 法人 国立 文化 財 機構 が 運営 する 博物 館 。 1897 年 ( 明治 30 年 ) 5 月 に 開館 し た 。 主に 平安 時代 から 江戸 時代 に かけ て の 京都 の 文化 を 中心 と し た 文化 財 を 、 収集 ・ 保管 ・ 展示 し て い る 。 ほか に 特別 展 が 1 年 に 2 ~ 3 回 行 わ れ て い る 。 展示 館 は 宮内 省 内匠 寮 技師 片山 東熊 ( かたやまとう くま ) 設計 の 本館 ( 特別 展示 館 ) と 京都 大学 名誉 教授 森田 慶一 設計 の 新館 ( 平常 展示 館 ) が あ る 。 所蔵品 に は 国宝 27 件 、 重要 文化 財 181 件 ( 2006 年 3 月 現在 ) が 含 ま れ る 。 また 建物 自体 も 、 本館 、 表門 ( 正門 ) 、 同札 売場 及び 袖塀 が 1969 年 ( 昭和 44 年 ) 、 「 旧 帝国 京都 博物 館 」 と し て 国 の 重要 文化 財 に 指定 さ れ て お り 、 技術 資料 参考 館 ( 旧恩賜 京都 博物 館 陳列 品 収納 用 倉庫 ) が 2008 年 ( 平成 20 年 ) 、 国 の 登録 有形 文化 財 に 登録 さ れ て い る 。 現在 の 平常 展示 館 の 解体 ( 平成 20 年 12 月 予定 ) と 、 平常 展示 機能 を 持 つ 百 年 記念 館 ( 仮称 、 谷口 吉生 設計 、 着工 予定 平成 21 年 1 月 31 日 、 竣工 予定 平成 25 年 3 月 31 日 ) および 南門 ミュージアム ショップ ( 仮称 、 谷口 吉生 設計 、 着工 予定 平成 20 年 7 月 1日 、 竣工 予定 平成 21 年 1 月 31 日 ) の 建設 計画 が 進行 中 で あ る 。 また 、 平常 展示 館 の 解体 と 百 年 記念 館 ( 仮称 ) の 建設 工事 に 関連 し 、 平常 展示 を 平成 20 年 12 月 7 日 を も っ て 中止 し 、 以後 、 本館 ( 特別 展示 館 ) で の 特別 展 の 開催 期間 を 除 き 休館 する 事 が 決定 し て い る ( 特別 展 は 従来 同様 に 継続 さ れ る ) 。 特別 展示 館 ( 旧 ・ 本館 ) - ( 片山 東 熊 設計 、 1895 年 竣工 、 重要 文化 財 ) 平常 展示 館 - ( 森田 慶一 設計 、 196 6 年 竣工 ) 正門 - ( 片山 東 熊 設計 、 1895 年 竣工 、 重要 文化 財 ) 南門 - ( 谷口 吉生 設計 、 2001 年 竣 工 ) 事務 庁舎 資料 棟 管理 棟 文化 財 保存 修理 所 技術 資料 参考 館 - ( 1930 年 竣工 、 登録 有形 文化 財 ) 東収蔵 庫 北収蔵 庫 茶室 「 堪庵 」 国宝 一覧 独立 行政 法人 国立 文化 財 機構 所有 、 京都 国立 博物 館 保管 の 国宝 は 以下 の とおり で あ る 。 絹本 著色 山越 阿弥陀 図 絹本 著色 山水 屏風   六 曲 屏 風 絹本 著色 釈迦 金 棺出現 図 絹本 著色 十 二 天像 紙本 著色 餓鬼草紙 紙本 著色 病 草紙 紙本 墨画 淡彩 天 橋 立図   雪舟 筆 紙本 墨画 蓮 池 水 禽図   俵屋 宗達筆 白描絵 料 紙 墨書 金 光明経   巻 第 三 古 神宝 類 ( 阿須賀 神社 伝来 ) 太刀   銘安 家 太刀   銘則 国 芦手絵和漢朗 詠抄   藤原 伊行 筆 一 品 経 懐紙 ( 西行 、 寂蓮 等 十 四 枚 ) 金剛 般 若 経 開題 残巻   弘法 大 師筆   ( 六十 三 行 ) 古今 和 歌集   巻 第 十 二 残巻 ( 本阿弥 切本 ) 稿本 北山抄   巻 第 十 手鑑 「 藻塩草 」 ( 二百 四十 一 葉 ) 浄名 玄論 新撰 類 林抄   巻 第 四 残巻 世説 新書   巻 第 六 残巻 千手千 眼 陀羅尼 経残巻 ( 天平 十 三 年 七 月 十 五 日 玄昉 願経 ) 日本 書紀   巻 第 二十 二 、 第 二十 四 日本 書紀 神代   巻 上下   ( 吉田 本 ) 万葉 集   巻 第 九 ( 藍 紙本 ) 明恵 上人 歌集   高 信筆 藤原 忠通筆 書状 案 西 日本 旅客 鉄道 京都 駅 ・ 近畿 日本 鉄道 京都 駅 から ( 烏丸口 D 1、 D 2 のりば から ) 市 バス 100 , 2 0 6 , 20 8 号 系統 「 博物 館 ・ 三十 三 間 堂前 」 下車 、 徒歩 すぐ ( 八条口 のりば から ) プリンセス ライン バス 「 東山 七条 」 下車 、 徒歩 1 分 京阪本 線 七条 駅 徒歩 7 分 +京都 府立 堂本 印象 美術 館 ( きょうと ふ りつどう もと いんしょう びじゅつ かん ) は 、 京都 府 京都 市 北 区 に あ る 美術 館 。 1966 年 ( 昭和 41 年 ) 、 日本 画 家 堂本 印象 が 自ら の 作品 を 展示 する ため に 設立 し た 美術 館 で 、 その 斬新 な 外観 は 堂本 印象 自ら の デザイン に よ る 。 きぬかけ の 路沿道 の 立命 館 大学 衣笠 キャンパス 正門 前 に 位置 し 、 豊か な 自然 と 多く の 名刹 に 囲 ま れ て い る 。 美術 館 と 所蔵 作品 は 1991 年 ( 平成 3 年 ) に 京都 府 に 寄贈 さ れ 、 京都 府立 堂本 印象 美術 館 と な っ た 。 指定 管理 者 制度 の 導入 に よ り 、 2006 年 6 月 から 学校 法人 立命 館 が 指定 管理 者 と し て 美術 館 の 管理 ・ 運営 を 行 っ て い る 。 +藤井 斉成 会 有鄰 館 ( ふじい さいせい かい ゆう りんかん ) は 、 京都 府 京都 市 左京 区 岡崎 に あ る 、 中国 の 古 美術 が 中心 の 私立 美術 館 。 財団 法人 藤井 斉成 会 は 、 滋賀 県 出身 の 実業 家 藤井 善助 ( 187 3 - 19 43 、 藤井 紡績 ( 後 の 藤井 ( 繊維 会社 ) と な る ) 創業 者 ) の 東洋 美術 コレクション を 保存 展示 する ため の 機関 と し て 大正 15 年 ( 1926 ) に 設立 さ れ た 。 日本 の 私立 美術 館 と し て は 草分け の 1 つ で あ る 。 京都 市 登録 文化 財 の 建物 は 地上 3 階 建て で 、 屋上 に 朱 塗り の 八角 堂 を 乗せ た 東洋 風 の 展示 館 は 設立 当初 から の もの で 、 展示 室内部 も 昭和 初期 の 雰囲気 を とどめ て い る 。 国宝 1 件 、 国 の 重要 文化 財 9 件 を 含 む 所蔵 品 は 、 中国 の 殷 ( 商 ) から 清 まで 各 時代 の 青銅 器 、 仏像 、 書画 、 陶磁 器 など 多彩 で あ る 。 珍し い 収蔵 品 と し て 人口 に 膾炙 し て い る もの は 、 科挙試 の 際 に 使用 さ れ た と さ れ る 、 カンニング 用 の 下着 で あ る 。 一般 公開 は 原則 と し て 、 2 ~ 7 月 、 9 ~ 11 月 毎月 2 回 ( 第 1 ・ 第 3 日 曜 ) 1200 - 1500 のみ 。 主な 収蔵 品 春秋 経伝 集解 ( しゅんじゅう けい でん しっかい ) 巻 第 二 残巻 - 中国 唐代 の 写本 絹本 淡彩毛 詩 大雅 蕩之 什 図   ( 中国 ・ 南宋 時代 )   伝馬 和之筆 絹本 墨画 秋山肅 寺 図   ( 中国 ・ 北宋 時代 )   伝許 道寧 筆 紙本 墨画 幽 竹枯槎図   ( 中国 ・ 金 時代 )   王庭 筠筆 銅造 菩 薩 立像 ( 中国 ・ 五 胡 十 六 国 時代 ) 石造 金 剛力士 立像   2 躯 ( 旧 天龍 山 石 窟仏 ) ( 隋 時代 ) 石造 菩薩及 両 脇 侍立像 ( 三尊 菩 薩 立像 ) 1 基 台 座框 に 河清 三 年 の 銘 が あ る ( 北斉 時代 、 564 年 ) 石造 弥 勒 仏及 両 脇 侍立像 1 基   台座 正面 に □ 魏天平 二 年 の 銘 が あ る ( 東魏 時代 、 535 年 ) 張 即之 書 李 伯嘉墓誌 銘 ( 中国 ・ 南宋 時代 ) 朝鮮 通信 使 関係 資料 ( 朝鮮 国書 2 通 、 徳川 将軍 返書 控 ( 金銀 箔 料 紙 ) 6 通 、 朝鮮 国東 莱 府 使 書 契   1 通 、 附朝鮮 国礼 曹 参議 書 契 3 通 ) 設計 者 ― 武田 五一 竣工 ― 19 26 年 延 床 面積 ― 1 , 2 64 ㎡ 所在 地 ― 京都 府 京都 市 左京 区 岡崎 円勝 寺 44 西 日本 旅客 鉄道 京都 駅 から 市 バス 46 番 で 東山 仁王 門下車 、 徒歩 3 分 JR 京都 駅 から 市 バス 5 番 で 京都 会館 美術 館 前 下車 、 徒歩 京阪 電気 鉄道 三条 駅 ( 京都 府 ) 下車 、 徒歩 10 分 +京都 国立 近代 美術 館 ( きょうと こくりつ きんだい びじゅつ かん 英表記 The National Museumof ModernArt , Kyoto   略称 MOMAK ) は 、 京都 市 左京 区 岡崎 公園 内 に あ る 、 独立 行政 法人 国立 美術 館 が 運営 する 美術 館 で あ る 。 プリツカー 賞 建築 家槇 文彦 ( 当時 の 槇 総合 計画 事務 所 主任 所員 : 澤岡 清秀 ) に よ る 設計 で あ る 。 日本 の 近代 美術 史 全体 に 配慮 し ながら 、 京都 を 中心 に 関西 ・ 西 日本 の 美術 に 比重 を 置 き 、 京都 画壇 の 日本 画 、 洋画 など を 積極 的 に 収集 、 展示 し 、 河井 寛次郎 の 陶芸 、 染織 など 工芸 作品 の コレクション も 充実 し て い る 。 1963 年   京都 市 勧業 館 別 館 を 改装 し 、 「 国立 近代 美術 館 京都 分館 」 と し て 開館 1967 年   独立 し 「 京都 国立 近代 美術 館 」 と な る 1986 年   新館 が 完成 2004 年   独立 行政 法人 国立 美術 館 へ 移管 主な 収蔵 品 小出 楢重 『 横たわ る 裸女 ( B ) 』 浅井 忠 『 編みもの 』 佐伯 祐三 『 裏街 の 広告 』 藤島 武二 『 花籠 』 村上 華岳 『 夜 桜 之図 』 上村 松園 『 虹 を 見 る 』 横山 大観 『 海辺 巌 』 岸田 劉生 『 麗子 弾 絃 図 』 金山平三 『 下 曽我 の 梅林 』 梅原 龍三郎 『 半裸体 』 安井 曾太郎 『 婦人 像 』 小磯 良平 『 娘達 』 富岡 鉄斎 『 富士 遠望 ・ 寒霞 溪図 』 堂本 印象 『 訶梨 帝母 』 竹内 栖鳳 『 若 き 家鴨 』 土田 麦僊 『 大原女 』 福田 平八郎 『 花 』 加山 又 造 『 黄山 霖雨 ・ 黄山 湧雲 』 須田 国太郎 『 鵜 』 菅井 汲 『 時速 280 キロ 』 パブロ ・ ピカソ 『 静物 - パレット 、 燭台 、 ミノタウロス の 頭部 』 ピエト ・ モンドリアン 『 コンポジション 』 +北村 美術 館 ( きたむら びじゅつ かん ) は 、 京都 市 上京 区 に あ る 、 古 美術 ・ 茶 道具 を 中心 と し た 私立 美術 館 で あ る 。 実業 家 で 茶人 で も あ っ た 北村 謹次郎 ( 190 4 - 1991 ) の 収集 品 を 保存 する ため に 昭和 50 年 ( 1975 ) に 財団 法人 北村 文華 財団 が 設立 さ れ 、 美術 館 は 昭和 52 年 ( 1977 ) 開館 し た 。 所蔵品 に は 国 の 重要 文化 財 14 件 を 含 む 。 北村 家 は 、 奈良 県 吉野 地方 で 代々 林業 を 営 む 旧 家 で あ る 。 北村 は 、 家業 の 林業 を 営 む かたわら 、 夫婦 で 茶道 と 美術 品 収集 に 励 ん だ 。 茶人 の コレクション と い う 性格 から 、 茶碗 を はじめ と する 茶器 の 名品 が 多 い 。 また 、 傑出 し た 茶人 で あ っ た 北村 の 眼 で 選 ば れ た 絵画 、 古筆 など に も 名品 が 揃 っ て い る 。 これ ら 掛軸 類 も 茶席 の 床 ( とこ ) に 掛け る こと を 意識 し て 選 ば れ た 、 広 い 意味 の 「 茶 道具 」 の 範疇 に 入 る もの で あ ろ う 。 隣接 する 北村 邸 の 庭園 は 東山 の 緑 を 借景 に し た もの で 、 庭内 に は 国 の 重要 文化 財 指定 の 石灯 篭 2 点 、 石塔 1 点 が あ る 。 重要 文化 財 紙本 著色 藤原 仲文像 ( 佐竹 本 三十 六 歌仙 ) 紙本 墨画 淡彩 鳶 鴉図 ( とびから すず ) 2 幅 与謝 蕪村 筆 夕顔 蒔絵 硯箱 牡丹 唐 草文螺 鈿 経箱 - 高麗 時代 金銅 金錍 ( こんどう こんぺい ) - 金錍 は 仏具 の 一種 織部 松皮 菱形 手鉢 - 益田 孝 ( 鈍翁 ) 旧 蔵 色絵 鱗波 文 茶 碗 野々村 仁清 藤原 範宗筆 懐紙 後深草 天皇 宸翰 消息 ( 十 月 五 日 ) 丹波 国牒 ( 承平 二 年 九 月 廿 二 日 ) 和漢朗 詠集   巻上 断簡 ( 鹿 ) ( 大字 朗詠 ) ( 以下 3 件 の 重要 文化 財 は 庭園 内 に 所在 ) 石燈 籠旧 所在 報恩 寺 ( 京都 市 上京 区 小川 通寺 ノ 内 下 ル 射場 町 ) 石燈 籠 宝篋 印塔 旧 所在 妙 真寺 ( 京都 市 伏見 区 久我 東町 ) 交通 アクセス 京阪 電気 鉄道 出町 柳 駅 徒歩 10 分 京都 市営 地下 鉄 烏丸 線 今出川 駅 徒歩 20 分 +細見 美術 館 ( ほそみ びじゅつ かん ) は 、 京都 市 左京 区 岡崎 に あ る 、 日本 の 古 美術 を 中心 と し た 私立 美術 館 で あ る 。 毛 織物 で 財 を 成 し た 実業 家 ・ 細見 亮市 ( 通称 : 細見 良 、 号 : 古香 庵 、 1901 - 1978 ) と その 長男 ・ 細見 實 ( 1922 - 2006 ) の 2 代 が 収集 し た 東洋 古 美術 品 を 展示 する ため に 開設 さ れ た 美術 館 で あ る 。 1994 年 ( 平成 6 年 ) に 財団 法人 細見 美術 財団 と し て 認可 さ れ 、 美術 館 の 開館 は 1998 年 ( 平成 10 年 ) で あ っ た 。 細見 家 の 収集 品 は 、 琳派 や 伊藤 若冲ら など 江戸 時代 の 絵画 や 平安 時代 の 仏画 を はじめ 、 仏像 、 仏具 など から 古墳 出土品 に 至 る まで 、 日本 美術 の ほとんど の 分野 に わた り 、 重要 文化 財 20 数 件 、 重要 美術 品 認定 物件 を 多数 含 む 。 細見 亮市 は 「 世界 最高 の 美術 品 は 日本 の 藤原 時代 の 仏画 だ 」 「 自分 は 金属 工芸 から この 道 に 入 っ た の で もの の 形 の 厳し さ と 甘 さ が わか る 」 と 主張 し て い た と い い 、 事実 、 コレクション の なか で も 仏教 絵画 や 仏具 、 銅鏡 など の 金工品 は 傑出 し て い る 。 美術 館 は 、 岡崎 公園 に 隣接 し 、 京都 市 美術 館 や 京都 国立 近代 美術 館 など に も 近 い 、 文化 施設 の 集ま る 地域 に あ る 。 大江 匡 ( おおえ ただ す ) 設計 の 建物 は 、 京都 の 町家 の モチーフ を とりいれ た 現代 建築 で 、 地下 2 階 から 地上 3 階 まで 吹き抜け と な っ た 中庭 、 カフェ ・ レストラン 、 屋上 庭園 、 茶室 など が 憩い の 空間 を 形成 し て い る 。 なお 、 大阪 府 泉 大津 市 松ノ浜 に は 、 財団 が 所有 する 膳所 城 の 高麗 門 が 移築 さ れ て い る 。 ( 絵画 ) 絹本 著色 愛染 明 王 像 紙本 著色 山王 霊験 記 紙本 著色 羅什 三蔵 絵伝 紙本 金地 著色 吉野 花見図   六 曲 屏 風 ( 彫刻 ) 木造 聖観音 立像 ( 奈良 ・ 伝香 寺 旧 蔵 ) 木造 菩薩 立像 ( 工芸 品 ) 金銅 春日 鹿 御 正体 ( み しょうたい ) 線刻 十 二 尊 鏡像 ( 瑞花 双鳥 八 稜 鏡 ) 金銅 千躰 阿弥陀 懸仏 ( かけ ぼとけ ) 金銅 透彫 尾 長鳥 唐 草文華 鬘 ( けまん ) 金銅 蓮華 形磬 ( けい ) 熊野 十 二 社 権 現 御 正体 金銅 五 鈷 鈴 金銅 五 鈷 鈴 ( 胎蔵 界 四 仏 種子 あり ) 金銅 宝珠 鈴 ・ 金銅 独鈷 鈴 ・ 金銅 三 鈷 鈴 松竹 双雀 葦手 鏡 草花 孔雀 文磬 松藤 双鶴 鏡 桐竹 鳳凰 鏡 木板 彩画 虚空 蔵 菩 薩像 ( 求聞 持 根本 像 ) 芦屋 霰 地楓鹿 図 真形釜 ( あしや   あられ じかえ で しか ず   しんなりがま ) 刺繍 大日 如来掛幅 ( 古 文書 ) 明恵 上人 筆 仮名 消息 ( 井上 尼 宛 ) ( 考古 資料 ) 壺形 土器 ( 岡山 県 倉敷 市 上東 出土 、 弥生 時代 ) 壺形 土器 ( 出土地 不詳 、 弥生 時代 ) 金銅 装 環頭 大刀 ( 古墳 時代 ) 羽黒山 御手洗池 出土 銅 鏡   40 面 +大手 門 ( おおて もん ) と は 、 日本 の 城郭 に おけ る 内部 二の丸 また は 、 三 の丸 など の 曲輪 へ 通じ る 虎口 に 設け られ た 門 。 正門 に あた る 。 高知 城 など 、 城 に よ っ て は 追手 門 ( お うて もん ) と 書 く ところ も あ る 。 防御 の ため に 厳重 な 築造 が さ れ 、 大 規模 な 櫓門 を 開 い たり 石塁 等 に よ り 枡形 を し て い る 事 が 多 い 。 見 た 目 も 大き く 、 目立 つ よう に 作 ら れ る 。 また 、 橋 は 土橋 で あ る こと が 多 い 。 これ に 対 し て 背面 の 門 は 搦手門 ( からめて もん ) と 呼 ば れ る 。 - 古 い 形式 と し て 知 ら れ る ・ 二ノ丸 ( 現 東北 大学 川内南 キャンパス ) に 仙台 空襲 まで 存在 し た ・ 大手 門 を 取り囲 む 多聞 櫓 、 千 貫 櫓 、 塀 三 棟 を 含め 重要 文化 財 指定 と な っ て い る ・ 将軍 上洛 の 際 の 宿泊 など する ため の 城郭 、 国 の 重要 文化 財 指定 と な っ て い る 。 +登録 有形 文化 財 ( とうろく ゆうけい ぶんか ざい ) は 、 1996 年 の 文化 財 保護 法 改正 に よ り 創設 さ れ た 文化 財 登録 制度 に 基づ き 、 文化 財 登録 原簿 に 登録 さ れ た 有形 文化 財 の こと で あ る 。 登録 対象 は 当初 は 建造 物 に 限 ら れ て い た が 、 2004 年 の 文化 財 保護 法 改正 に よ り 建造 物 以外 の 有形 文化 財 も 登録 対象 と な っ て い る 。 登録 物件 は 近代 ( 明治 以降 ) に 建造 ・ 製作 さ れ た もの が 主 で あ る が 、 江戸 時代 の もの も 登録 対象 に な っ て い る 。 概要 登録 制度 創設 の 背景 1996 年 の 文化 財 保護 法 改正 に よ り 、 従来 の 文化 財 「 指定 」 制度 に 加え て 、 文化 財 「 登録 」 制度 が 創設 さ れ た 。 第 二 次 世界 大戦 以降 の 日本 に お い て は 、 急激 な 都市 化 の 進展 など に よ り 、 近世 末期 や 近代 以降 の 多種 多様 な 建造 物 が 、 その 建築 史 的 ・ 文化 的 意義 や 価値 を 十分 認識 さ れ な い まま 破壊 さ れ る 事例 が 相 次 い だ 。 この よう な 反省 に 立 ち 、 昭和 40 年代 頃 から 、 近世 の 民家 建築 、 近代 の 洋風 建築 など が 国 の 重要 文化 財 や 、 地方 公共 団体 の 文化 財 に 指定 さ れ る 例 が 漸増 し て い っ た 。 しかし 、 急激 に 消滅 し つつ あ る 近代 の 建造 物 の 保護 に あた っ て は 、 国 レベル で 重要 な もの を 厳選 する 重要 文化 財 指定 制度 のみ で は 不 十分 で あ り 、 より 緩やか な 規制 の もと で 、 幅広 く 保護 の 網 を かけ る こと の 必要 性 が 議論 さ れ た 。 こう し て 、 重要 文化 財 指定 制度 を 補 う もの と し て 創設 さ れ た の が 、 文化 財 登録 制度 で あ り 、 登録 さ れ た 物件 を 登録 有形 文化 財 と 称 する 。 登録 の 対象 1996 年 の 文化 財 保護 法 改正 の 時点 で は 、 登録 の 対象 は 当面 建造 物 のみ と さ れ 、 美術 工芸 品 、 歴史 資料 など は 登録 対象 と な っ て い な かっ た 。 この 理由 は 、 建造 物 に 関 し て は 、 都市 化 や 開発 の 進展 、 生活 ・ 居住 形態 の 変化 など に よ り 、 取り壊 さ れ る 可能 性 が あ り 、 緊急 に 保護 措置 を と る 必要 が あ る ため で あ っ た 。 なお 、 2004 年 の 同法 改正 に よ り 、 建造 物 以外 の 有形 文化 財 に つ い て も 登録 の 対象 と な っ た 。 この 登録 制度 は 指定 制度 を 補完 する もの で あ る ため 、 登録 対象 と な る 有形 文化 財 は 、 国 や 地方 公共 団体 の 指定 を 受け て い な い もの に 限 ら れ る 。 登録 有形 文化 財 と し て 登録 さ れ た 後 、 国 また は 地方 公共 団体 の 文化 財 と し て 指定 を 受け た 場合 は 、 登録 有形 文化 財 と し て の 登録 は 抹消 さ れ る 。 ただし 、 地方 公共 団体 の 文化 財 と し て 指定 を 受け た 場合 に お い て 、 その 登録 有形 文化 財 に つ い て 、 その 保存 及び 活用 の ため の 措置 を 講 ずる 必要 が あ り 、 かつ 、 その 所有 者 の 同意 が あ る 場合 は 、 例外 的 に 登録 を 抹消 し な い こと が でき る 。 また 、 2004 年 の 法 改正 に お い て は 、 有形 民俗 文化 財 、 記念 物 ( 史跡 ・ 名勝 ・ 天然 記念 物 関係 ) に つ い て も 従来 の 「 指定 」 制度 を 補完 する もの と し て 「 登録 」 制度 が 導入 さ れ た 。 登録 さ れ た 有形 民俗 文化 財 および 記念 物 は それぞれ 登録 有形 民俗 文化 財 、 登録 記念 物 と 呼 ば れ る 。 登録 有形 文化 財 ( 建造 物 ) 2008 年 5 月 1日 現在 、 建造 物 の 登録 件数 は 6 , 82 4 件 で あ る 。 登録 さ れ て い る 物件 の 一覧 を 見 る と 、 以下 の よう な 多様 な 分野 の 建造 物 が 登録 さ れ て い る 。 役所 、 図書 館 、 学校 、 駅舎 など の 公共 建築 軍隊 関連 施設 伝統 産業 施設 店舗 、 銀行 、 旅館 、 ホテル など の 商業 建築 工場 など の 産業 関連 施設 トンネル 、 橋梁 、 灯台 など の 交通 関係 建造 物 ダム 、 水門 など の 近代 化 遺産 社寺 、 教会 など の 宗教 建築 民家 、 泉 ( 飲料 用 水 、 生活 用 水 ) これ ら の 登録 物件 に は 、 現役 の 商店 、 ホテル など と し て 活用 し つつ 保存 さ れ て い る もの 、 博物 館 ・ 資料 館 など と し て 公開 活用 さ れ て い る もの が 多 い 。 登録 有形 文化 財 ( 美術 工芸 品 ) 建造 物 以外 の 有形 文化 財 ( 美術 工芸 品 ) の 登録 有形 文化 財 に つ い て どの よう な もの が 該当 する か は 、 改正 さ れ た 「 登録 有形 文化 財 登録 基準 」 ( 文部 科学 省 告示 ) に 定め られ て い る 。 これ に よ る と 、 製作 後 50 年 を 経過 し た もの で あ っ て 、 歴史 的 ・ 系統 的 に まとま っ て 伝存 し た もの 、 系統 的 ・ 網羅 的 に 収集 さ れ た もの 、 すなわち コレクション 等 の 一括 資料 に な っ て い る もの あ り 、 かつ 、 文化 史 的 意義 、 学術 的 価値 および 歴史 上 の 意義 を 有 する もの が 登録 対象 と な っ て い る 。 第 1 回 の 登録 は 2006 年 3 月 30 日 付け で 行 わ れ ( 官 報 告示 は 翌 3 月 31 日 ) 、 次 の 4 件 が 登録 さ れ た 。 工芸 品 の 部 有田 磁器 ( 柴田 夫婦 コレクション ) 10 , 3 11 点 ( 佐賀 県 立 九州 陶磁 文化 館 ) 考古 資料 の 部 飛騨 地域 考古 資料 ( 江馬 修蒐 集品 ) 9 , 524 点 ( 岐阜 県 高山 市 風土記 の 丘 学習 センター ) 歴史 資料 の 部 建築 教育 資料 ( 京都 帝国 大学 工学 部 建築 学 教室 旧 蔵 ) 2 , 653 点 ( 京都 大学 ) 紙芝居 資料 5 , 652 点 ( 宮城 県 図書 館 ) 第 2 回 の 登録 は 2008 年 3 月 7 日 付け で 行 わ れ 、 次 の 2 件 が 登録 さ れ た 。 書跡 ・ 典籍 の 部 松原 文庫 ( 松原 恭譲 蒐 集仏 書 資料 ) 1,090 点 ( 東大 寺 ) 歴史 資料 の 部 工業 技術 資料 ( 日本 工業 大学 収集 ) 178 点 ( 日本 工業 大学 ) +三条 大橋 ( さんじょう おおはし ) は 京都 市 に あ る 三条 通 の 橋 。 鴨川 に かか っ て お り 、 東海道 と 中山道 の 終点 で あ る 。 橋 が 架け られ た 時期 は 明らか で は な い が 、 豊臣 秀吉 の 命 に よ り 改修 さ れ た 記録 が あ り 、 欄干 に は 当時 の 擬宝珠 も 一部 残 っ て い る 。 現在 の 橋本 体 は 2 車 線 、 歩道 付 の コンクリート 製 で 1950 年 ( 昭和 25 年 ) に 作 ら れ た 。 日本 で 最初 の 駅伝 が ここ から スタート し た 。 東海道 中 膝栗毛 の 弥次 さん 喜多 さん の 像 が あ る 。 橋 の 東側 に は 江戸 時代 の 勤皇 思想 家 で あ る 高山 彦 九郎 像 ( 俗称 ・ 土下 座像 ) が あ り 、 待ち合わせ スポット に な っ て い る 。 +国立 京都 国際 会館 ( こくりつ きょうと こくさい かいかん ) は 、 京都 市 左京 区 宝ヶ池 に あ る 国際 会議 場 。 1966 年 、 日本 で 最初 の 国立 の 会議 施設 と し て 開設 さ れ た 。 それ に 先立 ち 開業 し た 東海道 新 幹線 の 京都 駅 が 在来 線 に 併設 と な っ た の も 、 京都 市 や 地元 財界 など が この 施設 へ の 利便 性 を 強 く 主張 し た 事 が 大きな 要因 の 一 つ と な っ て い る 。 ※ ( 鉄道 と 政治 京都 駅 ( 東海道 新 幹線 ) を 参照 ) 京都 議定 書 を 採択 し た 「 第 3 回 気候 変動 枠組 条約 締約 国 会議 」 ( 京都 会議 ) や 国際 連合 軍縮 会議 、 国際 電気 通信 連合 全権 委員 会議 、 国際 捕鯨 委員 会 科学 委員 会 及び 総会 、 絶滅 の おそれ の あ る 野生 動植物 の 種 の 国際 取引 に 関 する 条約 ( ワシントン 条約 ) 締約 国 会議 、 世界 遺産 委員 会 、 アジア 欧州 会合 ( ASEM ) など 重要 な 国際 会議 が 行 わ れ て い る 。 毎年 1 月 に は 青年 会議 所 の 京都 会議 、 11 月 に は 稲盛 財団 主催 に よ る 京都 賞 授賞 式 や 記念 講演 会 が 開 か れ て い る 。 また 、 毎年 1 月 に 開催 さ れ る 全国 都 道 府 県 対抗 女子 駅伝 競走 大会 、 12 月 に 開催 さ れ る 全国 高等 学校 駅伝 競走 大会 ( 男子 ) の 折り返 し 地点 と し て も 知 ら れ て い る 。 1997 年 の 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 全線 開業 と 同時 に 、 至近 に 国際 会館 駅 が 設置 さ れ 、 新 幹線 駅 や 都心 部 から の アクセス が 格段 に 向上 し て い る 。 国 が 主催 と な っ て 開催 さ れ た 建築 コンペ ( 建築 設計 競技 ) で 、 195 点 の 応募 作品 から 選考 さ れ た 。 設計 : 大谷 幸夫 ( 大谷 研究 室 ) 竣工 : 196 6 年 用途 : 会議 場 所在 地 : 京都 市 左京 区 岩倉 大鷺 町 422 番 地 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 国際 会館 駅 下車 、 徒歩 5 分 。 『 ウルトラ セブン 』 : 第 1 4 ・ 1 5 話 「 ウルトラ 警備 隊西 へ 」 に て 「 六甲 防衛 センター 」 の 外観 と し て 登場 ( ミニチュア モデル も 製作 さ れ た ) 『 ロボコップ 3 』 : 日系 企業 カネミツ の 世界 本部 の 外観 と し て 登場 +亀山 公園 ( かめやま こうえん ) は 、 京都 市 右京 区 の 嵯峨 亀 ノ 尾町 に あ る 公園 。 正式 に は 京都 府 立 嵐山 公園 ( 亀山 地区 ) と い う が 、 公園 内 の 高台 に 亀山 天皇 を 含 む 3 天皇 の 火葬 塚 が あ る ため 、 亀山 公園 と 通称 さ れ る 。 周辺 は いわゆる 嵐山 地区 で あ り 、 四季 を 通 じ て 観光 客 が 多 く 、 特に サクラ と 紅葉 の 季節 は 賑わ う 。 東隣 は 天龍 寺 、 北隣 は 大河内山荘 が あ り 、 嵯峨野 めぐり の ルート の ひと つ に も な っ て い る 。 嵯峨野 観光 鉄道 嵯峨野 観光 線 の トロッコ 嵐山 駅 が 近 く 、 園内 の 展望 台 から トロッコ 列車 の 走行 を 含め 桂川 の 風景 を 見 る こと が でき る 。 保津川 に 面 し た 公園 の 南 の 入り口 に 中華 人民 共和 国 の 国務 院 総理 を 務め た 周恩 来 が 、 京都 留学 中 に 嵐山 で 作 っ た と 言 わ れ る 「 雨中 嵐山 」 の 詩 を 刻 ん だ 石碑 が あ り 、 中国 の 要人 が 関西 を 訪問 し た 際 に この 碑 を 訪れ る こと が 多 く 、 中国 人 観光 客 の 訪問 も 多 い 。 +寝殿 造 ( しんでん づくり ) は 、 平安 時代 の 貴族 住宅 の 様式 で あ る 。 寝殿 ( 正殿 ) と 呼 ば れ る 中心 的 な 建物 が 南 の 庭 に 面 し て 建て られ 、 東西 に 対屋 ( たい の や ) と 呼 ば れ る 付属 的 な 建物 を 配 し 、 それ ら を 渡殿 ( わたり どの ) で つな ぎ 、 更に 東西 の 対屋 から 渡殿 を 南 に 出 し て その 先 に 釣殿 を 設け た 。 概要 寝殿 は 檜皮 葺 ( ひわだぶき ) の 屋根 で 木造 の 高床 式 家屋 で あ る 。 開放 的 な 造り で 、 室外 と は 蔀戸 ( しとみど ) など で 仕切 る 。 前方 に は 池 ・ 築山 など を も つ 庭園 が 造 ら れ た 。 作庭 記 など に よ る これ まで の 研究 成果 に よ っ て 典型 的 な 形態 は 一般 的 に 三 位 以上 の 上流 貴族 の 邸宅 に み られ 、 敷地 は 平安 京 の 条坊 保町 の 制 に よ り 方 一 町 を 標準 に 、 敷地 の 周り に 築地 が めぐら さ れ 、 通常 は 南 以外 に 門 が あ る 。 正門 は 東西 どちら か で 、 その あ り かた に よ り 「 礼門 」 「 晴門 」 と 呼 ば れ る 。 門 の 性格 は 建物 や 庭園 地 割 と も 密接 な 関連 が あ り それぞれ の 建物 は 渡殿 と い う 廊 に よ っ て 連結 さ れ 、 庭園 ( 坪庭 と 呼 ば れ る ) を 四 周囲 む 。 東西 の 対屋 から は 南 へ 廊 が 伸び 、 その 途中 に 中門 が 設け られ 、 これ ら の 廊 で 区画 さ れ た 寝殿 前 面 の 広場 は 南庭 と 呼 ば れ 、 ここ に は 白砂 が 敷 か れ る 。 この 庭 と 池 と が 庭園 の 中心 部分 と な る 。 寝殿 は 南面 し 、 南庭 が 設け られ た が 、 南門 の な かっ た 点 は 中国 の 形式 と 異質 の もの で あ る 。 年中 行事 の 儀式 の 場 と さ れ た 。 寝殿 造り の 室内 は 1 室 住居 で 間 仕切 は な く 、 移動 家具 で あ る 几帳 ・ 屏風 ・ 衝立 など を 使 っ て の 軽 い 仕切 のみ で 建物 の 外周 に 壁 は な く 、 蔀戸 を 跳ね上げれ ば まったく 開放 さ れ て 室内外 は 一体 と な り 、 庭 全体 は パノラマ の よう に 見渡 す こと が でき た 。 寝殿 造 から の 庭 の 眺め は 生得 の 山水 や 国々 の 名所 を 縮景 し た もの で 構成 さ れ る 。 池 に は 大き さ に よ っ て いく つ か の 中島 が 設け られ 、 北岸 に ちか い 中央 前面 から み て 斜 に 朱 塗り の こう覧 を も つ 反り 橋 、 次 の 中島 や 対岸 に むけ て 平橋 が かけ られ る 。 中門 の 廊 の 先端 に 池 に 乗り出 し て くつく ら れ る 庭園 建築 で あ る 釣殿 が 設け られ 、 舟遊 の 際 の 乗降 場 に あて られ たり 、 納涼 や 月見 、 雪見 の 場所 と さ れ る 。 中島 の 裏側 に は 楽屋 が 造 ら れ 、 舟遊び に 興 を そえ る こと も あ っ た 。 池 へ の 給水 は 京都 の 地形 から 敷地 の 北東部 から の 流れ が 導 か れ る こと が 多 く 、 水路 は 寝殿 と 東 対 屋 の 間 を とお し 南 に 流れ て 池 に 注 ぐ 。 これ は 当時 の 陰陽 五 行 思想 に よ っ て 順流 と さ れ る もの で 、 遣水 と よ ば れ 、 浅 い せせらぎ と な る よう 工夫 が 凝ら さ れ る 。 これ を 建物 近く に 流 し て 滝 ・ 遣水 と し 、 寝殿 と 対屋 の 間 など の つぼ 庭 に は 嵯峨野 や 紫野 など の 野 の 趣 を 移 し 、 野筋 と い わ れ る ゆるやか な 起伏 を 作 り 、 野草 を 植え て 虫 を 放 ち 前栽 と する 。 遣水 の 流路 と その 護岸 と し て の 石立 は 、 流れ に 変化 を つけ る もの で 、 水 が 石 に つきあた っ て 白 く 波だ つ 面白 さ や 水音 に も こまか く 気 が 配 ら れ た 。 敷地 内 に 豊富 な 湧泉 が あ れ ば それ が 水源 と さ れ る こと も あ っ た が 、 これ ら が 暑 い 夏 に 涼感 を 醸し出 す 重要 な 要素 で も あ っ た 。 こんこん と 湧 き出 る 泉 は たとえば 藤原 代々 の 氏 の 長者 屋敷 と し て 知 ら れ る 東三 条殿 は 寝殿 造り の 代表 的 な もの で 「 千貫 泉 」 と 呼 ば れ る 泉 が あ り 、 周囲 に 立石 が 施 さ れ 、 泉 の 南北 の 廊 は 板敷 と な っ て 泉廊 と 呼 ば れ て い た こと が わか っ て い る 。 平安 時代 当時 の 遺構 は 残 っ て い な い が 、 絵巻物 や 大臣 貴族 や その 家臣 の 日記 に 記 さ れ た 記録 など から 、 当時 の 様子 が うかが い 知 ら れ る 。 年中 行事 絵巻 や 「 源氏 物語 絵巻 」 など に 描 か れ る もの が 典型 的 な 形 で 、 貴族 の 優美 な 生活 に ふさわし い もの と な っ て い っ た 。 庭園 は 自然 の 美し さ を 存分 に とりいれ て 造 ら れ た が 、 純然 た る 鑑賞 の 庭 で は な く 、 儀式 の ため の 空間 で も あ っ た 。 これ は 主要 人 の 邸宅 で は 当時 様々 な 重要 行事 が 執り 行 わ れ て い る こと が 上記 絵巻 や 日記 など で 記録 さ れ て い る 。 まず 客人 は 南庭 に 立ち あるいは 整列 し て あいさつ を かわ し 、 主人 の 勧め か 主人 が 庭 に 降り て 誘 う こと に よ っ て 南 から 寝殿 に 昇 る 。 この 庭 に は 舞台 が 構え られ 舞樂 が 演 じ られ る 。 これ ら は 当時 は まつり ごと 、 すなわち 政治 の 一部 で あ っ た 。 なお 儀式 の 内容 に よ り 庭園 に 設け られ る 施設 は 異な っ て くる ため 、 演出 は さまざま に な る と さ れ る 。 近年 の 発掘 調査 で 庭園 に おけ る 池 の 配置 に は 寝殿 の 側面 や 後方 に 配置 さ れ る 事例 が あ る こと が 指摘 さ れ て い る 。 高陽 院 に は 寝殿 の 四 方向 すべて に 池 が あ っ た が 池 が な く 遣水 だけ の もの や 三条 院 の よう に わざと それ ら を 造 ら ず 、 昔 から あ る 木立 を 生か し 気 高 く 趣 の あ る 庭 に し て い た と い う の も 知 ら れ て い る 。 池 の 配置 は 自然 地形 に 大き く 左右 さ れ 、 池 を も た な い 事例 も 指摘 さ れ て い る 。 池 が つく ら れ な い よう な 狭 い 敷地 の 場合 で も 遣水 だけ は つく ら れ た もの も あ る 。 現在 の 京都 御所 は 、 江戸 時代 の 建物 で あ る が 、 有職 故 実 に 従 い 、 平安 時代 の 古式 を 用い て 建て られ て い る 。 また 、 京都 の 大覚寺 ( 嵯峨 御所 ) 、 仁和 寺 ( 御室 御所 ) は 室町 時代 の 御所 の 建物 を 移築 し た もの で 、 寝殿 造 風 の 面影 が 感 じ られ る 。 記録 から 上記 の 東三 条殿 、 高陽 院 や 堀河 院 など が 知 ら れ その 壮麗 な 殿舎 や 趣向 を 凝ら し た 庭園 の 様子 は 藤原 実資 の 日記 「 小右 記 」 など に も 描写 さ れ て い る 。 なお 、 鎌倉 時代 の 武家 住宅 の 様式 を 「 武家 造 」 と 呼 ぶ こと が あ る が 、 寝殿 造 を 簡略 化 し た もの で 独自 の 様式 で は な い と する の が 建築 史 の 通説 で あ る 。 +数寄屋 造り ( すきや づくり ) と は 、 日本 の 建築 様式 の 一 つ で あ り 、 数寄屋 ( 茶室 ) 風 を 取り入れ た 住宅 の 様式 と さ れ る 。 語源 の 「 数寄 」 ( 数奇 ) と は 和歌 や 茶の湯 、 生け 花 など 風流 を 好 む こと で あ り ( 数寄 者 参照 ) 、 「 数寄屋 」 は 「 好み に 任せ て 作 っ た 家 」 と い っ た 意味 で 茶室 を 意味 する 。 数奇屋 大工 ( 大工 を 参照 ) が 造 る 木造 軸組 工法 の 家屋 。 数寄屋 と 呼 ば れ る 茶室 が 出現 し た の は 安土 桃山 時代 で あ る 。 もと は 庭園 に 面 し た 別棟 と し て 造 ら れ た 小 規模 ( 多く は 四 畳 半 以下 ) な 茶室 を 「 数寄屋 」 と 呼 ん だ 。 当時 は 床 の 間 、 棚 、 付 書院 を 備え 、 座敷 を 荘厳 する 書院 造 が 確立 さ れ 、 身分 の 序列 や 格式 を 維持 する 役割 も 持 つ よう な 時代 で あ っ た が 、 茶人 たち は 格式 ば っ た 意匠 や 豪華 な 装飾 を きら っ た 。 そこ で 好 ま れ た の が 軽妙 な 数寄屋 だっ た の で あ る 。 江戸 時代 以降 は 茶室 から 住宅 など へ と その 幅 を 広げ て い っ た 。 現代 で は 、 料亭 や 住宅 で も 数奇屋 建築 に なら っ た もの が 造 ら れ る 。 なお 、 建築 史 で は 、 書院 造 の 系統 で あ り 独自 の 様式 で は な い と し て 、 「 数寄屋 風 書院 」 と 呼 ぶ こと が 多 い 。 数寄屋 独特 の 意匠 数寄屋 建築 は 、 書院 建築 が 重ん じ た 格式 ・ 様式 を 極力 排 し て い る の が 特徴 で あ る 。 虚飾 を 嫌い 、 内面 を 磨 い て 客 を もてな す と い う 茶人 たち の 精神 性 を 反映 し 、 シンプル ながら も 洗練 さ れ た 意匠 と な っ て い る 。 以下 に 、 数寄屋 に 特徴 的 な 要素 を 挙げ る 。 長押 の 省略 丸み を 残 し た 面皮 柱 を 用い 、 長押 は 省 く こと が 多 い 。 床 の 間 書院 造 の それ と 比べ る と 小 規模 で 質素 で あ る 。 深 い 庇 庇 を 長め に 造 る こと で 、 内部 空間 に 深 い 陰翳 と 静謐 を もたら す 。 桂 離宮 新書院 修学院 離宮 曼珠院 書院 臨春 閣 ( 三渓 園 ) 角屋 俗 に 、 和風 の 邸宅 で 費用 を 惜し まず に 建て た 立派 な 建物 の こと を 「 数寄 屋 造り 」 「 数寄屋 普請 」 と も 言 う 。 谷崎 潤一郎 は 数寄 屋 を 好 ん だ 。 彼 の 自邸 に も 数寄 屋 風 が 採り入れ られ 、 「 陰翳 礼讃 」 で は 数寄屋 の 美学 が 語 ら れ て い る 。 +書院 造 ( しょいん づくり ) は 、 日本 の 室町 時代 中期 以降 に 成立 し た 住宅 の 様式 で あ る 。 その 後 の 日本 の 住宅 は 、 広 い 意味 で 書院 造 の 強 い 影響 を 受け て い る 。 書院 造 は 、 床 の 間 ( また は 押板 ) 、 違い 棚 、 付 書 院 と い う 座敷 飾り を 備え た もの で あ る 。 今日 の 宴席 で も 、 しばしば 床 の 間 の 位置 に よ っ て 「 上座 」 「 下座 」 など と 座席 位置 が 決め られ る こと が あ る が 、 これ は 床 の 間 と の 位置 関係 が 身分 序列 の 確認 を 促 す 役割 を 果た し て い た こと を 示 し て い る と 言え よ う 。 書院 は もともと 禅僧 が 書 を 読 む ため に 室内 から はり出 し 、 床板 を 書見 の ため の 机 と し 、 前 に 明か り 障子 など を 設け た もの で あ っ た 。 また 、 押板 ( 床 の 間 の 前身 ) や 違い 棚 は 、 書画 、 置物 など を 飾 る 場所 と し て 造 ら れ て き た 。 これ ら が 集約 さ れ た 例 と し て 、 足利 義政 が 慈照 寺 ( 銀閣 寺 ) の 東求堂 に 造 っ た 書斎 、 同仁斎 が 建築 史 上 有名 で あ る 。 これ は 四 畳 半 の 小さな 一 間 で あ る が 、 付 書 院 と 棚 を 備え 、 畳 を 敷き詰め た もの で 、 現在 まで 続 く 和風 住宅 の 原型 と も 考え られ る 。 室町 時代 後期 に は 、 寺院 の 書院 や 武家 住宅 に 押板 や 棚 、 書院 を 備え る もの が 造 ら れ る よう に な り 、 次第 に 書院 造 の 形式 が 整え られ て い っ た 。 書院 造 が 、 身分 序列 を 確認 する 装置 と し て 完成 さ れ た の は 安土 桃山 時代 の 城郭 建築 で あ っ た と 考え られ る 。 信長 の 築 い た 安土 城 、 秀吉 が 建て た 大坂城 や 聚楽 第 に は 狩野 派 に よ る 華麗 な 壁画 が 描 か れ 、 権力 者 の 威勢 を 示 す もの で あ っ た 。 ただし 、 これ ら の 遺構 は いずれ も 現存 し て い な い 。 現在 に 残 る 遺構 と し て は 三 代 将軍 徳川 家光 に よ っ て 建て られ た 二条 城 二 の丸 書院 が 著名 で あ る 。 これ は 将軍 が 対面 を 行 う 場所 で あ り 、 将軍 、 諸 大名 の 席次 が 厳格 に 定め られ て い る 。 将軍 の 座 る 上座 は 押板 、 棚 、 書院 、 帳台 構 ( 武者 隠し ) に よ っ て 荘厳 さ れ て お り 、 また 下手 から 見 る と 床面 が 徐々 に 高 く な り 、 上座 は 折上 格 天井 と い う 格式 の 高 い 造り に な っ て い る 。 江戸 時代 に は 庶民 の 住まい に 床 の 間 は 贅沢 で あ る と し て 統制 が 加え られ て い た が 、 名主 相当 の 有力 者 の 場合 ( 代官 を 自宅 に 迎え る よう な 場合 ) 、 床 の 間 を 許 さ れ た もの も あ る 。 この よう な 座敷 飾り が 、 さらに 村落内 で の 権威 を 高め た こと で あ ろ う 。 明治 時代 に な り 、 基本 的 に 身分 に よ る 建築 統制 は 撤廃 さ れ 、 庶民 住宅 に も 床 の 間 が 作 ら れ る の が 当たり前 に な っ て い っ た 。 それ で も 、 床 の 間 の あ る 座敷 は 一種 特別 な 部屋 で あ り 、 ふだん は 家族 で も 立ち入れ な い 場所 に な っ て い た 事例 も 多 い 。 書院 造 の 例 初期 書院 造 慈照 寺 東求 堂 書院 造 の 完成 西本願 寺 白書院 二条 城 二 の丸 書院 +勝竜 寺城 ( しょうりゅうじじょう ) は 、 現在 の 京都 府 長岡 京 市 に 所在 し た 、 南北朝 時代 から 江戸 時代 初期 の 城 で あ る 。 城名 は 、 付近 の 同名 古刹 に 由来 する 。 1339 年 ( 暦応 2 年 ) 、 京都 を うかが う 南朝 方 に 対抗 する ため 、 北朝 方 の 細川 頼春 が 築 い た 城 。 西 に 西国 街道 、 東 に 久我畷 、 南 に 淀川 の 水運 を うかが う 要地 で あ る ため 、 その のち も 各 勢力 の 争奪 の 舞台 と な る 。 戦国 時代 に は 細川 氏 の 細川 元常 、 続 い て 三好 氏 重臣 岩成 友通 が 城主 と な る 。 15 71 年 ( 元亀 2 年 ) 、 山城 国 西岡 一帯 を 織田 信長 より 与え られ 、 城主 と な っ た 細川 幽斎 ( 幽斎 、 元常 の 養子 ) は 二重 の 堀 を 持 つ 堅固 な 城 に 改修 。 近年 の 発掘 で 多聞 櫓 など の 遺構 も 確認 さ れ て い る 。 15 82 年 ( 天正 10 年 ) 、 山崎 の 戦い で は 、 細川 家 の 縁戚 で も あ っ た 明智 光 秀 の 拠点 と な っ た が 落城 。 その 後 、 淀城 の 築城 に 石材 が 使用 さ れ る など し て 荒廃 する 。 江戸 時代 に 入 っ て 1633 年 ( 寛永 10 年 ) 、 永井 直清 が 封 ぜ られ ( 山城 長岡 藩 ) 、 修築 を おこな う が 、 1649 年 ( 慶安 2 年 ) 、 摂津 国 高槻 藩 に 転封 さ れ る と 同時 に 廃城 と な っ た 。 本丸 および 沼田 丸趾 が 1992 年 ( 平成 4 年 ) に 勝竜 寺城 公園 と し て 整備 さ れ 、 模擬 櫓 など が 建造 さ れ た 。 往時 の 遺構 と し て は 、 当城 北東 に 位置 する 神足 神社 境内 に 空堀 や 土塁 が 残 る 。 +民家 ( みんか ) と は 、 一般 の 庶民 が 暮ら す 住まい の こと 。 支配 階級 、 上層 階級 の 住まい に 対比 し て 用い られ る 言葉 。 本項 で は 日本 の 民家 に つ い て 詳述 する 。 日本 建築 史 や 民俗 学 で は 、 主に 江戸 時代 の 農家 、 町家 の 類 を 民家 と い う 。 明治 時代 以降 に 建立 さ れ た 住宅 で 、 伝統 的 様式 ・ 技法 を 用い た もの も これ に 含 ま れ る 。 また 、 中 ・ 下層 の 武士 の 住まい も 農家 と 同様 の 技法 が 用い られ て い る もの は 民家 に 含め る 。 ( 本項 で 詳述 ) 現代 日本 語 で は 、 団地 や マンション など の 集合 住宅 に 対 し て 、 一 戸 建て の 比較 的 小 規模 な 住宅 を 指 し て 「 民家 」 と 呼 ぶ こと が あ る 。 特に 報道 文 など で 「 土砂 崩れ で 民家 が 押し流 さ れ 」 など と 使 う 。 民家 ( みんか ) と は 、 一般 の 庶民 が 暮ら す 住まい の こと だ が 、 特に 建築 史 や 民俗 学 で 、 伝統 的 な 様式 で 造 ら れ た 農家 、 町家 の 類 を 指 す ( 年代 の 古 い もの は 古 民 家 と も ) 。 民家 に は 建設 さ れ た 当時 の 生活 状況 が 反映 さ れ て お り 、 生業 ( 農業 、 商業 など ) や 伝統 行事 と 結び付 い た 要素 が 多 く 見 られ る 。 民家 を 見 る 際 に は 、 生業 や 生活 と の 関連 から 見 て い く と 、 古人 の 暮らし に 根付 い た 知恵 に 気付 か さ れ る こと が 多 い 。 また 、 民家 に は 地域 差 が あ り 、 それぞれ の 地方 ごと の 特色 が 表れ る 。 近年 で は 、 対象 と な る 年代 も 広が り 、 明治 ・ 大正 ・ 昭和 戦前期 の 建物 まで 、 調査 研究 が 行 わ れ る こと が あ る 。 民家 は 生活 に 密着 し た もの で あ り 、 今日 まで 残 さ れ た 民家 は 時々 の 必要 に 応 じ た 増改築 が 行 わ れ て い る の が 普通 で あ る 。 特に 文化 財 的 価値 が あ っ て 保存 措置 が 講 じ られ る 場合 は 、 当初 の 状態 に 復元 する の が 一般 的 で あ る 。 ( これ に 対 し て 、 生き た 民家 は 変化 する もの で あ り 、 そう し た 変化 自体 が 一 つ の 歴史 を 物語 る もの だ 、 と い う 意見 も あ る ) 現在 日本 に 残 る 最も 古 い 民家 と 考え られ る の は 、 いずれ も 兵庫 県 に 所在 する 箱木 家 と 古井 家 で 、 既に 江戸 時代 から 「 千 年 家 」 ( せん ねん や 、 千 年 前 の 家 ) と 呼 ば れ て い た 。 実際 は さすが に 千 年 は 経 っ て い な い が 、 建立 は 室町 時代 に さかのぼ る もの と 考え られ て い る 。 いずれ も 国 の 重要 文化 財 。 箱木 家 住宅 ( 箱木 千 年 家 、 兵庫 県 神戸 市 北 区 山田 町 ) 古井 家 住宅 ( 古井 千 年 家 、 兵庫 県 姫路 市 安富 町 ) 江戸 時代 初期 の 民家 は 近畿 地方 を 中心 に 多数 残 っ て い る 。 中 で も 、 第 二 次 大戦 以前 に 民家 と し て 初めて ( 旧 ) 国宝 に 指定 さ れ た 次 の 2 件 の 民家 が 知 ら れ て い る 。 ( 1950 年 の 文化 財 保護 法 施行 後 は いずれ も 重要 文化 財 ) 。 吉村 家 住宅 ( 大阪 府 羽 曳野 市 ) - 1937 年 重要 文化 財 ( 旧 国宝 ) 指定 小川 家 住宅 ( 二条 陣屋 ) ( 京都 府 京都 市 ) - 1944 年 重要 文化 財 ( 旧 国宝 ) 指定 一般 に 近畿 地方 方面 が 経済 的 先進 地域 で あ り 、 民家 に も 技術 的 、 意匠 的 に 優れ た もの が 多 い 。 関東 地方 で は 韮山 代官 、 江川 太郎左衛門 の 屋敷 と し て 有名 な 次 の もの が あ る ( 重要 文化 財 ) 。 江川 家 住宅 、 韮山 役所 ( 伊豆 の 国 市 )   一部 に 中世 の 部材 も 使 わ れ て い る と い う 。 ごく 古 い 民家 で は 、 柱 を かんな で 仕上げ ず 、 ちょうな で 削 っ た まま の もの も 見 られ る 。 また 、 古 い もの ほど 概し て 軒高 が 低 く 、 壁 や 柱 が 多 く 閉鎖 的 な 印象 を 受け る もの が 多 い 。 床 の 間 、 障子 戸 など に 細か な 細工 を 施す の は 比較 的 新し い 時代 の 現象 で 、 古 い 民家 は 素朴 な もの が 多 い 。 農家 屋内 に 土間 が あ り 、 田 の 字 型 の 間取り と し た もの が 典型 的 な もの で あ る 。 土間 に は 煮炊き を する 竃 が あ り 、 馬屋 も よく 見 られ る 。 いろり の 周り で 家長 を 中心 に 食事 を 取 る 。 時代 が 下が る と 接客 用 の 部屋 も 造 ら れ 、 冠婚 葬祭 で 人 が 多 く 集ま る 際 は 、 戸 や 襖 を 開け 放 し て 部屋 を 広 く 使え る よう に 工夫 さ れ た 。 土間 で 縄 を な っ たり 、 縁側 で 機織 を し たり 、 屋根 裏 で カイコ を 飼 う など 、 住居 と 生業 の 結びつき が 強 い 。 茅葺 や 杉皮 、 瓦 など 屋根 材 も 地域 に よ っ て 特徴 が 見 られ る 。 町家 間口 が 狭 く 、 奥行き が あ り 、 裏 まで 通り抜け の 通路 が 設け られ る こと が 多 い 。 間口 が 狭 い の は 、 間口 の 大き さ に 応 じ て 税金 を かけ て い た 名残 だ と い い 、 道路 に 面 し て 短 冊 形 に 敷地 を 取 る タイプ が 各地 に 見 られ る 。 道路 に 面 し た 表側 は 店 に な っ て お り 、 裏 の 方 に 住まい や 蔵 など を 設け た 。 京都 など の 町家 に 見 られ る 坪庭 は 、 通風 ・ 採光 の 役割 を 果 し て い る 。 第 二 次 世界 大戦 後 、 特に 高度 成長 期 以降 は 、 日本 人 の 生活 スタイル も 大き く 変化 し た 。 伝統 的 な 生活 文化 を 後世 に 残 す ため 、 民家 を 移築 復元 し た 民家 園 など が 各地 に 作 ら れ る よう に な っ た 。 古 い 民家 を 保存 、 公開 する こと で 、 歴史 を 学 ぶ 史料 と し て い る 。 単に 建物 を 公開 する だけ で な く 、 当時 の 民具 を 展示 し たり 、 いろり に 火 を くべ たり 、 伝統 行事 を 再現 する など 、 より 生活 感 を 表 し 、 来場 者 が 身近 に 感 じ られ る よう 工夫 を こら し て い る 施設 も 多 く な っ て き た 。 東 日本 草 を 植え た 棟 ( 青森 県 ) 曲屋 ( 岩手 県 ) 中門 造 ( 秋田 県 ) 中門 造 ( 新潟 県 ) 本 棟造 ( 長野 県 ) つきあげ 屋根 ( 山梨 県 ) 赤城 棟 ( 群馬 県 ) 入母屋 ( 埼玉 県 ) 寄棟 ( 東京 都 ) 別当造 ( 千葉 県 ) 兜造 ( 静岡 県 ) 西 日本 合掌 造 ( 岐阜 県 ) 湖北 型 ( 滋賀 県 ) 大和 棟 ( 奈良 県 ) 四方 ぶ た 造 ( 香川 県 ) そり 棟 ( 島根 県 ) 箱 棟 ( 山口 県 ) くど 造 ( 佐賀 県 ) 二 棟造 ( 鹿児島 県 ) その 他 チセ ( 北海道 アイヌ ) 別当型 ( 沖縄 県 ) 主な 民家 園 四国 村 ( 四国 民 家 博物 館 ) ( 香川 県 高松 市 ) 日本 民家 集落 博物 館 ( 大阪 府 豊中 市 ) 日本 民家 園 ( 神奈川 県 川崎 市 ) 江戸 東京 たてもの 園 ( 東京 都 小金井 市 ) 百 万 石 文化 園 江戸村 ( 石川 県 金沢 市 ) +赤 れんが 博物 館 ( あか れん が はくぶつ かん ) は 京都 府 舞鶴 市 に あ る 、 煉瓦 に つ い て 様々 な 視点 から の 収集 ・ 展示 を 行 っ て い る 博物 館 。 1993 年 11 月 に 開館 し た 。 建物 は 190 3 年 ( 明治 36 年 ) に 竣工 し た 旧 大 日本 帝国 海軍 の 兵器 廠 魚形 水雷 庫 の を 改装 し た もの で 、 現存 する 鉄骨 構造 の 煉瓦 建築 物 と し て は 日本 最古 級 と さ れ て い る 。 館内 で は 世界 の 歴史 的 建造 物 で 使用 さ れ た 様々 な 煉瓦 が 展示 さ れ て い る 他 、 世界 の 著名 な 煉瓦 建造 物 の 紹介 、 および 煉瓦 窯 を 再現 し た シアター で 煉瓦 の 歴史 ・ 製法 の 紹介 が さ れ て い る 。 舞鶴 は 戦前 の 煉瓦 建築 物 が 日本 で 最も 多数 現存 し て い る 町 で 、 その 一部 倉庫 群 は 夜間 ライト アップ さ れ る ため 、 幻想 的 で ロマンチック な 光景 を 観 る こと が でき る 。 延 床 面積 - 16 33 m ² 1 階 展示 室 2 階 展示 室 ホフマン 式 輪窒 シアター 開館 時間 ・ 休館 日 ・ 所在 地 開館 時間 ・ 9 時 00 分 ~ 17 時 00 分 ( 入場 は 16 時 30 分 まで ) 休館 日 ・ 年末 年始 ( 12 月 29 日 ~ 1 月 3 日 ) 所在 地 ・ 〒 6 2 5 - 0 0 36   京都 府 舞鶴 市 浜 2011 番 地 アクセス 舞鶴 観光 周遊 バス で 直通 。 西 日本 旅客 鉄道 舞鶴 線 東 舞鶴 駅 より 舞鶴 市 役所 方面 へ 徒歩 15 分 程度 。 舞鶴 引揚 記念 館 舞鶴 赤 レンガ 倉庫 群 - 12 棟 の 赤 れんが 倉庫 群 舞鶴 市政 記念 館 まいづる 智恵 蔵 赤 れんが フェスタ ( 舞鶴 ) ( 10 月 ) +琵琶 湖 疏水 ( びわ こそ すい 、 「 疏 」 が 常用 漢字 外 で あ り 「 疎 」 に 書き換え られ る ため 琵琶 湖 疎水 と も 表記 さ れ る ) と は 、 琵琶 湖 の 湖水 を 、 京都 市 へ 運 ぶ ため に 作 ら れ た 水路 ( 疏水 ) で あ る 。 現在 は 水道 用 水 と し て の 用途 が 最も 多 く な っ て い る が 、 完成 当初 から 水力 発電 ( 営業 用 と し て 日本 初 ) が 行 わ れ 、 その 電力 を 利用 し た 日本 初 の 電車 ( 京都 電気 鉄道 、 のち 買収 さ れ て 京都 市 電 ) が 開業 する など 京都 の 近代 化 に 貢献 し た 。 また 、 水運 に も 用い られ 、 琵琶 湖 ( 大津 ) と 京都 、 京都 と 伏見 ・ 淀川 を 結 ん だ 。 高低 差 の 大き い 部分 に は ケーブルカー インクライン ( 傾斜 鉄道 ) と 呼 ば れ る 線路 が 敷 か れ 、 船 を 線路 上 の 台車 に 載せ て 移動 さ せ た 。 水運 の 消滅 に 伴 い インクライン は いずれ も 廃止 さ れ た が 、 蹴上 インクライン で は 一部 の 設備 が 静態 保存 さ れ て い る 。 なお 、 現在 で も 無鄰 菴 や 平安 神宮 神苑 を はじめ 、 東山 の 社寺 等 の 庭園 の 水 と し て も 利用 さ れ て い る 。 国 の 史跡 に 指定 さ れ て い る 。 また 、 疏水 百 選 の 一 つ で あ る 。 明治 維新 と 東京 奠都 に 伴 い 京都 市 は 人口 が 減少 し 産業 も 衰退 し た ため 、 第 3 代 京都 府 知事 の 北垣 国道 が 灌漑 、 上水道 、 水運 、 水車 の 動力 を 目的 と し た 琵琶 湖 疏水 を 計画 。 主任 技術 者 と し て 田辺 朔郎 を 任 じ 設計 に あたら せ た 。 第 1 疏水 は 1885 年 ( 明治 18 年 ) に 着工 し 、 1890 年 ( 明治 23 年 ) に 大津 から 鴨川 合 流点 まで と 、 蹴上 から 分岐 する 疏水 分線 が 完成 し た 。 第 1 疏水 ( 大津 ~ 鴨川 合流 点 間 ) と 疏水 分線 の 建設 に は 総額 125 万 円 の 費用 を 要 し 、 その 財源 に は 産業 基立 金 、 京都 府 、 国費 、 地方 債 や 寄付 など の ほか 、 市民 に 対 し て の 目的 税 も 充て られ た 。 また 、 水力 発電 は 当初 の 計画 に は 無 かっ た が 、 田邉 ら が アメリカ で 視察 し た アイデア を 取り入れ 、 日本 初 の 営業 用 水力 発電 所 と な る 蹴上 発電 所 を 建設 し 、 1891 年 ( 明治 24 年 ) に 運転 が 開始 さ れ た 。 この 電力 を 用い て 、 1895 年 ( 明治 28 年 ) に は 京都 ・ 伏見 間 で 日本 初 と な る 路面 電車 、 京都 電気 鉄道 の 運転 が 始ま っ た 。 鴨川 合流点 から 伏見 まで の 鴨川 運河 は 、 1892 年 ( 明治 25 年 ) に 着工 し 、 1894 年 ( 明治 27 年 ) に 完成 し た 。 その 後 、 第 1 疏 水 で まかな い きれ な い 水道 水 や 電力 需要 に 対応 する ため 、 第 2 疏 水 が 、 京都 市 の 三 大 事業 ( 第 2 疏水 事業 、 水道 事業 、 市電開通 及び 幹線 道路 拡幅 ) の 一 つ と し て 、 190 8 年 ( 明治 41 年 ) に 着工 さ れ 1912 年 ( 明治 45 年 ) に 完成 し た 。 蹴上 浄 水場 は この とき に 設置 さ れ て い る 。 琵琶 湖 疏水 は 、 京都 ・ 大津 間 および 京都 ・ 伏見 間 の 水運 路 と し て 貨物 ・ 旅客 とも に 大いに 利用 さ れ た が 、 1912 年 ( 大正 元年 ) に 開通 し た 京津 電気 軌道 ( 後 の 京阪 京津 線 ) など 競合 陸運 の 発展 に よ り 旅客 ・ 貨物 とも に 衰退 し 、 1948 年 ( 昭和 23 年 ) に 旅客 輸送 は 廃止 さ れ 、 蹴上 インクライン も 運転 を 停止 し た 。 貨物 輸送 も その 後 自然 消滅 する 形 で 廃止 と な っ た 。 大津 市 三保 ヶ崎 に 取水 点 が あ り 、 琵琶 湖 の 水 を 取水 する 。 長 等 山 を 第 1 トンネル で 抜け 、 山科 区 に 出 る ( この 第 1 疏水 の 京都 市 山科 区 の 部分 を 山科 疏水 と 呼称 する こと も 多 い ) 。 山科 盆 地 の 北辺 に 沿 っ て 西 に 進 ん だ 後 、 第 2 トンネル 、 第 3 トンネル を 抜け 、 蹴上 に 出 て 第 2 疏 水 と 合流 する 。 ここ は 船溜まり に な っ て お り 、 かつて は ここ から 南禅 寺 船溜 まで の 間 、 船 は インクライン に 載せ られ て い た 。 蹴上 に は 蹴上 浄 水場 、 蹴上 発電 所 と い っ た 施設 が あ り 水道 水 と 電力 を 生み出 し て い る 。 琵琶 湖 疏水 ( 第 1 疏水 ) の 本流 は 蹴上 船 溜 から 蹴上 インクライン に よ り 南禅 寺 船溜 まで 下り 、 夷川 ダム 、 夷川 発電 所 を 経 て 鴨川 東岸 を 南下 し 墨染 ダム に 至 る 。 墨染 ダム から は 伏見 インクライン ( 国道 24 号 の 拡幅 用地 に 転用 さ れ 現存 せ ず ) を 経 て 濠川 と つなが る 。 ここ から は 、 濠川 ( かつて の 伏見 港 を 通 る ) もしくは 疏水 放水路 ・ 高瀬 川 を 経 て 淀川 に 放水 する 。 この うち 、 南禅 寺 船溜 から 鴨川 合 流点 まで を 鴨東 運河 ( おうとううんが ) 、 鴨川 合流点 より 下流 の 部分 を 鴨川 運河 と 呼 ぶ こと も あ る 。 蹴上 から は 北 に 向か う 疏水 分線 が 別れ て お り 、 南禅 寺 の 境内 を 水路 閣 で また ぎ 、 法然 院 ・ 慈照 寺 ( 銀閣 寺 ) 西方 を 通り 北進 し 、 その 後 700 m ほど 今出川 通 と 並走 し た のち 、 再び 北進 し 、 松ヶ崎 浄 水場 へ と 流れ て い く 。 その 後 は 下鴨 から 堀川 に 達 する 。 若王子 神社 から 慈照 寺 ( 銀閣 寺 ) 付近 まで の 疏水 分線 の 堤 は 哲学 の 道 と い う 遊歩 道 に な っ て い る 。 第 2 疏 水 は 第 1 疏 水 と 同じく 三保 ヶ関 で 取水 し た 後 、 ほぼ 全線 が トンネル ( 暗渠 ) で あ り 、 蹴上 で 第 1 疏 水 と 合流 する 。 第 2 疏水 が 暗渠 で あ る の は 、 水道 水源 と し て の 利用 に あた り 汚染 を 防 ぐ ため と さ れ る 。 琵琶 湖 疏水 に は 日本 で 初めて の 技術 が 多数 取り入れ られ て お り 、 近代 化 遺産 と し て 非常 に 価値 が 高 い 。 第 1 トンネル は 日本 で 初めて 竪坑 ( たてこう ) を 使 っ て 掘 ら れ た トンネル で あ る 。 第 1 トンネル に は 竪坑 が 2 つ あ る 。 蹴上 発電 所 は 日本 で 初めて の 事業 用 発電 所 で あ る 。 発電 機 に 使 わ れ て い た ペルトン 水車 が 琵琶 湖 疏水 記念 館 に 展示 さ れ て い る 。 蹴上 浄 水場 は 日本 で 初めて の 急速 濾過式 浄 水場 で あ る 。 インクライン も 日本 で 初めて の 施設 で あ る 。 蹴上 インクライン の 下 を 通 っ て い る トンネル の 煉瓦 は ねじ る よう な 形 で 積 ま れ て お り 「 ねじり まんぽ 」 と 呼 ば れ て い る ( まんぽ と は トンネル の 方言 で あ る と 考え られ て い る ) 。 トンネル に な っ て い な い 区間 の うち 、 大津 市 ( 第 1 疏 水 第 1 トンネル 入口 付近 ) 、 京都 市 山科 区 ( 山科 疏水 ) 、 京都 市 東山 区 ( インクライン 周辺 ~ 鴨川 ) の いずれ も 、 沿線 に サクラ が 植え られ て い る 区間 が 多 く 、 花 が 咲 く 時期 に は 水 と 桜 の 織りな す 大変 美し い 風景 を 見 る こと が でき る 。 平安 神宮 南側 の 一部 区間 で は 観光 シーズン など に 小型 の 遊覧 船 が 就航 する こと が あ る 。 なお 、 大津 から 京都 まで の 全 区間 に 遊覧 船 に 就航 さ せ て は どう か と い う 提案 が な さ れ る こと が あ る が 、 トンネル 区間 が 多 い こと など から 実現 さ れ て い な い 。 ( 現在 、 2010 年 に 迎え る 「 疏水 完成 120 周 年 」 の 目玉 事業 と し て 、 トンネル 区間 を 含 ん だ 遊覧 船 就航 や インクライン 復活 が 京都 商工 会議 所 を 中心 に 検討 さ れ て い る 。 南禅 寺 境内 に あ る 水路 閣 は テレビ ドラマ の 撮影 に 使 わ れ る など 京都 の 風景 と し て 定着 し て い る が 、 建設 当時 は 古都 の 景観 を 破壊 する と し て 反対 の 声 も あが っ た ( 福澤 諭吉 も 反対 し て い た と い う ) 。 第 1 疏 水取 水口 第 2 疏 水取 水口 第 1 トンネル 入口 インクライン 蹴 上船 溜 水路 閣 +京都 タワー ( きょうと タワー ) は 、 京都 駅 烏丸 中央 口前 に 一際 大き く そびえ立 つ 展望 塔 。 京阪 電気 鉄道 の グループ 会社 で あ る 京都 タワー 株式 会社 が 運営 し て い る 。 台座 と な っ て い る 京都 タワー ビル の 高 さ を 加え た 全体 の 高 さ は 131 m 。 1964 年 12 月 28 日 開業 。 設計 は 、 建築 家 山 田守 。 構造 設計 は 京都 大学 工学 部 建築 学 教室 に よ る 。 タワー の 独特 な 姿 は 、 海 の な い 京都 の 街 を 照ら す 灯台 を イメージ し た もの 。 ローソク を イメージ し て 建設 さ れ た と よく 言 わ れ る が 、 これ は 誤り 。 概要 京都 市 内 は もちろん 、 天気 の 良 い 日 に は 大阪 市内 も 望 む 事 が でき る 。 タワー を 象 っ た キー ホルダー など が 土産 と し て 売 ら れ て い る 。 また 、 京都 タワー に は お 天気 カメラ も あ っ て 、 現在 の 京都 市 内 の 映像 が 映し出 さ れ る 。 台座 の ビル に は ホテル や 名店 街 が 入居 する 。 地下 3 階 に は 大 浴場 が あ り 、 京都 駅 に 到着 する 夜行 高速 バス の 利用 客 が 多 く 利用 し て い る 。 京都 タワー 株式 会社 は タワー ビル 内 の 京都 タワー ホテル の ほか 、 同 アネックス ( 旧 京都 第 3 タワー ホテル ) 、 京都 第 2 タワー ホテル も 運営 し て い る 。 京都 タワー 株式 会社 は 、 現在 、 京阪 電気 鉄道 株式 会社 が 過 半数 の 株式 を 保有 し 子 会社 化 し て い る 。 京阪 電鉄 は 、 将来 の 事業 計画 の なか で 、 「 京都 タワー 施設 の 有効 活用 」 と くに 「 商業 界 リニューアル 」 を 挙げ て い る 。 建設 当初 から 、 古都 で あ る 京都 に 、 この よう な 建造 物 が 必要 な の か 、 賛否 が 分かれ て い る 。 この ため か 、 京都 出身 の 監督 に よ る 映画 『 ゴジラ vs メカゴジラ 』 の 劇中 で は 、 ゴジラ の 熱線 に よ っ て 破壊 さ れ る 演出 が 盛り込 ま れ て い る 。 京都 タワー が 131 m な の は 、 建設 当時 の 京都 市 の 人口 が 131 万 人 だっ た から で あ る 。 諸説 と し て 御所 と の 海抜 が 同じ だ と い う 意見 も あ る 。 京都 タワー ビル 構造 : 地上 9 階 ・ 地下 3 階 ( 31 m ) 敷地 面積 : 27 83 m ² 所在 地 : 京都 府 京都 市 下京 区 烏丸 七 条下 ル タワー 部分 構造 : 応力 外 被 構造 ( 円筒形 ) 高 さ : 100 m ( タワー のみ ) 地上 高 さ : 131 m ( 展望 室 : 地上 100 m ) 総 重量 : 約 800 トン ( タワー のみ ) 地下 に は 大 浴場 も あ り 、 夜行 バス 下車 客 の 利用 も 目立 つ 。 2006 年 現在 、 2 階 は ザ ・ ダイソー や 三菱 東京 UFJ 銀行 など 。 3 階 に は ふたば 書房 他 、 地下 に は 手芸 店 が 入 っ て い る 。 京都 の ランド マーク で あ り ながら これ ら の 店舗 展開 を 疑問 視 する 声 も あ る 。 以前 、 この 土地 に は 京都 中央 郵便 局 が あ っ た 。 2005 年 京都 造形 芸術 大学 の 学生 が 卒業 制作 の 一環 で 「 京都 タワー 研究 会 ( タワケン ) 」 を 設立 。 研究 会 に よ る 「 京都 タワー 体操 」 など の 異色 な 広報 活動 に よ り 知名 度 ・ 認知 度 が 上が る 。 タワケン の メンバー 1人 が 功績 を 認め られ て 広報 に 採用 さ れ た 。 映像 ブログ にて 、 たわわ ちゃん の 活動 や 京都 の 面白 情報 を 随時 公開 し て い る 。 ブログ の コンセプト は 「 オン リーポジティブ ニュース 」 。 企画 は 京都 ラジオ カフェ 株式 会社 の 前田 考一 氏 。 開業 40 周年 に 合わせ 作 ら れ た マスコット キャラクター が 、 2004 年 12 月 たわわ ちゃんと し て 正式 に 誕生 。 Wii 取扱 説明 書 ( 準備 編 ) の 「 安全 に 使用 し て いただ く ため に ・・・ 」 ( 15 ページ ) で 雷 が 鳴 っ て い る 風景 に 京都 タワー が 描 か れ て い る 。 製造 元 の 任天 堂 本社 が 京都 市 に あ る こと に 由来 する 。 2007 年 秋 から 、 外壁 に は 親 会社 の 京阪 電気 鉄道 の 広告 が 掲示 さ れ て お り 、 「 祇園 ・ 清水 へ は 京阪 電車 : JR 東福寺 駅 と 直結 」 と 、 乗り換え ルート の 案内 が 書 か れ て い る 。 +亀岡 運動 公園 ( かめおか うんどう こうえん ) と は 、 京都 府 亀岡 市 に あ る 複合 スポーツ 施設 を 併設 し た 公園 。 亀岡 市 は 京都 府 の ちょうど 中央 辺り に 位置 する ため か 、 市 だけ で な く 府 の 体育 大会 など が 数 多 く 催 さ れ る 。 亀岡 運動 公園 は 、 1988 年 ( 昭和 63 年 ) の 京都 国民 体育 大会 に 合わせ て 建設 さ れ た 体育 館 、 競技 場 、 野球 場 、 プール 、 テニス コート 、 遊具 など を 兼ね備え た 複合 的 な スポーツ 施設 で あ り 、 市 や 府 の 内外 を 問 わ ず 盛ん に 利用 さ れ て い る 。 施設 内 に は 亀岡 市 と 提携 を 結 ん で い る 海外 の 各 都市 に ちな み 、 西洋 の 城 を モチーフ に し た 小さ く かわいらし い 建物 、 水鳥 が 憩 う 池 、 中国 ・ 蘇州 市 から 寄贈 さ れ た 重厚 な 鐘 と 枯山 水 風 の 庭園 など が あ り 、 多く の 市民 に 親し ま れ て い る 。 また 、 毎年 秋 に は 周辺 で コスモス 園 が 開 か れ 、 無数 の コスモス が 色 とりどり の 美し さ を 見せ る 。 +迎賓館 ( げい ひん かん ) と は 、 外国 の 国家 元首 や 首脳 など の 国賓 を 迎え入れ た とき に 、 宿泊 等 の 接遇 を 行 う 施設 で あ る 。 概要 皇居 宮殿 で の 歓迎 晩餐 会 の 答礼 など 、 プロトコル 国際 儀礼 の ため の 接宴 と し て 、 天皇 や 皇族 など が 臨席 し 晩餐 会 が 行な わ れ る こと も あ る 。 日本 の 迎賓 館 は 、 現在 東京 赤坂 の 迎賓 館 ( 赤坂 迎賓館 ) と 京都 市 上京 区 の 京都 御苑内 の 京都 迎賓館 が あ り 、 内閣 府 の 施設 等 機関 で あ る 。 通常 は 非 公開 だ が 、 接遇 に 支障 の な い 時期 ( 通常 は 8 月 ) に 、 事前 の 申し込み に よ り 一般 参観 する こと が でき る 。 迎賓 館 の 使用 に つ い て は 「 迎賓 館 運営 大綱 に つ い て 」 ( 1974 年 7 月 9 日 閣議 決定 ) 、 国 ・ 公賓 の 定義 および 接遇 内容 に つ い て は 「 国賓 及び 公賓 の 接遇 に つ い て 」 ( 1984 年 3 月 16 日 閣議 決定 ) 等 に よ り 定め られ て い る 。 これ ら の 規定 に よ れ ば 、 迎賓 館 で の 宿泊 及び 接遇 を 行 う こと が 出来 る の は 、 外国 の 元首 また は これ に 準 する 者 で 、 国賓 と し て 招請 する こと を 閣議 決定 し た 場合 で あ る 。 また 、 行政 府 以外 の 三権 の 長 相当 の 外国 の 賓客 に つ い て も 、 閣議 決定 に よ り 宿泊 する こと が 出来 る 。 さらに 、 首脳 外交 など 実務 を 目的 と し て 訪日 する 外国 の 元首 ・ 首相 その 他 に 対 し て は 「 公式 実務 訪問 賓客 」 と し て 宿泊 を 伴 わ な い 招宴 その 他 の 接遇 も 行 わ れ て い る 。 過去 3 回 行 わ れ た 東京 サミット など の 多国 間 国際 会議 も 、 この 接遇 範疇 に 該当 する 行事 と し て 実施 さ れ て い る 。 なお 、 外国 首脳 と の 会談 等 に は 、 外務 省 の 飯倉 別 館 ( 東京 都 港 区 麻布 台 ) が 利用 さ れ る こと も 多 い 。 所在 地 : 東京 都 港 区 ( 東京 都 ) 元 赤坂 二 丁目 1 番 1 号 敷地 面積 : 11 7,000 m 東京 の 元 赤坂 に あ る 迎賓 館 の 建物 は 、 東宮 御所 ( 皇太子 の 住まい ) と し て 1909 年 ( 明治 42 年 ) に 建設 さ れ た 。 建築 家 ジョサイア ・ コンドル の 弟子 で あ る 宮廷 建築 家 片山 東熊 の 設計 に よ り 、 元紀州 藩 の 屋敷跡 に 建て られ た が 、 あまり に 華美 に 過ぎ る こと や 、 住まい と し て 使い にく かっ た こと から 、 実際 に は 皇太子 ( 後 の 大正 天皇 ) は あまり 使用 し な かっ た 。 後 に 赤坂 離宮 と 改称 さ れ た 。 戦後 、 赤坂 離宮 の 敷地 や 建物 は 皇室 から 国 に 移管 さ れ 、 国立 国会 図書 館 ( 19 48 〜 61 年 ) 、 法務 庁 法制 意見 長官 ( 19 48 〜 60 年 ) 、 裁判 官 弾劾 裁判 所 ( 19 48 〜 70 年 ) 、 内閣 憲法 調査 会 ( 1956 〜 60 年 ) 、 東京 オリンピック 組織 委員 会 ( 1961 〜 65 年 ) など に 使用 さ れ た 。 その 後 、 国際 関係 が 緊密 化 し て 外国 の 賓客 を 迎え る こと が 多 く な り 、 また それ まで 迎賓 館 と し て 使用 し て い た 港 区 芝白金 台 の 旧 朝香 宮 邸 ( 現 東京 都 庭園 美術 館 ) は 手狭 で 随行 員 が 同宿 でき な い など の 支障 が あ っ た ため 、 1962 年 に 内閣 総理 大臣 : 池田 勇人 の 発意 に よ り 、 新た に 迎賓 施設 を 整備 する 方針 が 閣議 決定 さ れ た 。 これ を 受け て 池田 政権 時代 及び その 後 を 継 い だ 佐藤 榮作 政権 に 於 い て 、 政府 部内 で 検討 を 重ね た 結果 、 旧 赤坂 離宮 を 改修 し 、 これ を 迎賓 施設 と する こと が 1967 年 に 決定 さ れ た 。 5 年 の 期間 と 108 億 円 ( 工事 費 101 億 円 、 家具 等 製作 費 7 億 円 ) の 費用 を かけ て 、 本館 は 村野 藤吾 、 和風 別 館 は 谷口 吉郎 の 設計 協力 に よ り 1974 年 ( 昭和 49 年 ) 3 月 に 迎賓 施設 と し て 改修 さ れ た 。 新装 な っ た 迎賓 館 に 迎え た 最初 の 国賓 は 第 38 代 アメリカ 合衆 国 大統領 の ジェラルド ・ ルドルフ ・ フォード ・ ジュニア で あ る 。 また 、 2006 年 から 2008 年 に かけ て 、 大 規模 な 改修 工事 が 行 わ れ て い る 。 当初 は 2008 年 3 月 末 に 竣工 予定 で あ っ た が 、 諸 事情 に よ り 工事 の 進捗 が 遅れ た ため 、 現在 の ところ 、 2008 年 6 月 末 に 竣工 予定 と な っ て い る 。 構造 : 鉄骨 補強 煉 瓦 石造 、 地上 2 階 ( 地下 1 階 ) 延 床 面積 : 1 万 5000 ㎡ 彩鸞 ( さいらん ) の 間 名前 は 、 左右 の 大きな 鏡 の 上 と ねずみ 色 の 大理 石 で 作 ら れ た 暖炉 の 両脇 に 、 「 鸞 」 と 呼 ば れ る 架空 の 鳥 を デザイン し た 金色 の 浮き彫り が あ る こと に 由来 し て い る 。 室内 は アンピール 様式 で あ り 、 白 い 天井 と 壁 は 金箔 が 施 さ れ た 石膏 の 浮彫り で 装飾 さ れ て い る 。 そして 、 10 枚 の 鏡 が 部屋 を 広 く 見せ て い る 。 広 さ は 約 160 ㎡ で あ る 。 この 部屋 は 、 表敬 訪問 の ため に 訪れ た 来客 が 最初 に 案内 さ れ る 控え の 間 と し て 使用 さ れ たり 、 晩餐 会 の 招待 客 が 国 ・ 公賓 に 謁見 し たり 、 条約 ・ 協定 の 調印 式 や 国 ・ 公賓 と の インタビュー 等 に 使用 さ れ て い る 。 花鳥 ( かちょう ) の 間 名前 は 、 天井 に 描 か れ た 36 枚 の 絵 や 、 欄間 に 張 ら れ た ゴブラン 織風 綴織 、 壁面 に 飾 ら れ た 30 枚 の 楕 円形 の 七宝 に 花 や 鳥 が 描 か れ て い る こと に 由来 し て い る 。 室内 は アンリー 2 世 様式 で あ り 、 腰壁 は 茶褐色 の ジオン 材 を 板張り し て い て 重厚 な 雰囲気 を 醸し出 し て い る 。 広 さ は 約 330 ㎡ で あ る 。 この 部屋 は 、 主に 国 ・ 公賓 主催 の 公式 晩餐 会 が 催 さ れ る 大食堂 で あ り 、 最大 約 130 名 の 席 が 設け られ て い る 。 朝日 の 間 名前 は 、 天井 に 描 か れ た 「 朝日 を 背 に し て 女神 が 香車 ( チャリオット ) を 走 ら せ て い る 姿 」 の 絵 に 由来 し て い る 。 天井 画 は 長径 8 . 26 m ・ 短径 5 . 15 m の 大きな 楕 円形 で あ る 。 室内 は 古典 主義 様式 で あ り 、 壁 に は 京都 西陣 の 金華 山 織 の 美術 織物 が 張 ら れ て い る 。 広 さ は 約 200 ㎡ で あ る 。 国 ・ 公賓 用 の サロン と し て 使 わ れ 、 ここ で 表敬 訪問 や 首脳 会談 など の 行事 が 行 わ れ て い る 。 羽衣 ( はごろも ) の 間 名前 は 、 天井 に 謡曲 の 「 羽衣 」 の 景趣 を 描 い た 300 ㎡ の 曲面 画法 に よ る 大壁 画 が あ る こと に 由来 し て い る 。 室内 は 朝日 の 間 と 同様 、 古典 主義 様式 で あ る 。 正面 の 中2 階 に は 、 オーケストラ ボックス が あ る 。 これ は 、 羽衣 の 間 が 舞踏 会場 と し て 設計 さ れ た から で あ る 。 迎賓 館 の 中 で 最も 大き い シャンデリア ( 重量 800 kg ) が あ る 。 広 さ は 約 330 ㎡ で あ る 。 この 部屋 は 、 雨天 の 際 に 歓迎 行事 を 行 っ たり 、 また 、 晩餐 会 の 招待 客 に 食前 酒 や 食後 酒 が 供 さ れ る ところ で あ る 。 東 の 間 建物 の 二 階 の 東 の 端 に あ る 。 「 游心亭 」 ( ゆうしんてい ) 。 1974 年 ( 昭和 49 年 ) に 谷口 吉郎 の 設計 に よ り 新設 さ れ た 。 主和室 は 、 47 畳 の 畳敷 で あ る 。 主庭 は 全面 砂利敷き で あ り 、 中央 に は 噴水 池 や 花壇 が 設け られ て い る 。 ジェラルド ・ R ・ フォード 大統領 ( 1974 年 、 ハナミズキ ) 、 エリザベス 女王 ( 1975 年 、 ブラウン ・ オーク ) 、 ミハイル ・ ゴルバチョフ 大統領 ( 1991 年 、 フユ ・ ボダイジュ ) の 記念 樹 が あ る 。 所在 地 : 京都 市 上京 区 京都 御苑 敷地 面積 : 約 2 万 0 140 m 構造 : 鉄筋 コンクリート 造 、 地上 1 階 ( 地下 1 階 ) 延 床 面積 : 約 1 万 6000 m 京都 迎賓館 は 1994 年 に 「 国立 京都 迎賓 館 」 と し て 建設 が 閣議 決定 さ れ 、 2005 年 ( 平成 17 年 ) 4 月 17 日 に 開館 し た 。 洋風 の 赤坂 迎賓館 と は 対照 的 な 和風 建築 と し て 、 京都 御苑 の 敷地 内 に 建設 さ れ た 。 英語 表記 は KyotoStateGuest House で あ る 。 夕映 ( ゆうばえ ) の 間 最大 約 70 名 まで の 大 広間 。 山 に 沈 む 夕日 を 描 い た 綴 れ 織 が 壁面 を かざ る 。 藤 の 間 最大 120 名 まで の 大 広間 。 檜 舞台 を 備え 、 藤 を はじめ と する 四季 の 花々 を 描 い た 綴 れ 織 が 壁面 を 飾 る 。 桐 の 間 56 畳 の 和室 滝 の 間 貴船 ( きぶね ) の 間 水明 ( すいめい ) の 間 首脳 会談 など に 用い られ る 。 宿泊 エリア 国賓 ・ 公賓 と その 随員 の ため の 宿泊 施設 日本 庭園 青瓦 台 迎賓館 : 韓国 ・ ソウル 百 花 園 迎賓館 : 北朝鮮 ・ 平壌 釣魚 台 迎賓館 : 中華 人民 共和 国 ・ 北京 市 ブレア ハウス ( BlairHouse ) : アメリカ 合衆 国 ・ ワシントン D . C . 台北 賓館 : 中華 民国 ・ 台北 国際 博覧 会 が 開催 さ れ た 時 は 、 外国 館 参加 の 各国 から 王族 ・ 元首 ・ 閣僚 級 の 賓客 が 、 各国 の ナショナルデー に 会場 を 訪問 する ため に 「 迎賓 館 」 が 設置 さ れ る 。 「 万博 迎賓 館 」 と し て 、 前述 の 内閣 府 の 迎賓 館 と は 区別 さ れ る 。 国際 博覧 会 開催 中 だけ の 臨時 施設 で あ る が 、 博覧 会 閉幕 後 も 保存 さ れ て い る 例 も あ る 。 +五条 大橋 ( ごじょう おおはし ) は 、 京都 府 京都 市 を 流れ る 鴨川 に 掛か る 橋 。 橋上 を 五 条 通 ( 国道 1 号 ) が 通 る 。 下京 区 と 東山 区 の 境界 で も あ る 。 橋上 から は 比叡山 など の 山 を 見渡 す こと が でき る 。 五条 大橋 は 武蔵 坊 弁慶 と 源 義経 の 伝説 で 有名 で あ り 、 橋 の 西側 、 河原 町 通と の 交差 点 近く の グリーン ベルト 内 に は 、 その 状景 を 模 し た 京 人形 ( 御所 人形 ) 風 の 2 体 の 石像 を 見 る こと も でき る 。 但し 、 平安 時代 の 五 条 通 は 、 現在 の 松原 通 で あ り 、 当時 の 「 五条 の 橋 」 は 、 現在 の 松原 橋 辺り で あ っ た 、 あるいは 鴨川 に は 橋 が な く 西洞院 通 で あ っ た と も 推定 さ れ て い る 。 また 、 橋 の 西北 側 に は 、 かつて この 地 に あ っ た 御影 堂 ( 新 善光 寺 ) 扇 に ちな ん だ 扇塚 が あ る 。 橋 の 東側 は 、 地下 に 京阪 電気 鉄道 の 五条駅 _ ( 京阪 ) が あ る 。 また 、 その 東 に 伸び る 五条 通 が 、 西 大谷 や 清水 寺 へ と 続 く 五条 坂 で あ る 。 +記録 荘園 券 契所 ( きろく しょう えんけん けい じょ ) は 平安 時代 の 荘園 調査 機関 。 令 外 官 の 1 つ 。 略 し て 記録 所 と い う 。 1069 年 ( 延久 元年 ) 後 三 条 天皇 の 発布 し た 荘園 整理 令 の 実施 に 伴 い 設置 さ れ た 。 反摂 関家 的 な 源 経長 、 学者 の 大江 匡房 ら が 起用 さ れ た 。 主な 業務 は 不正 荘園 の 調査 ・ 摘発 、 書類 不備 の 荘園 の 没収 など を 行 っ た 。 後 三条 の 死後 に は 消滅 し 、 1111 年 ( 天永 2 年 ) 、 1156 年 ( 保元 元年 ) に も 設置 さ れ た が 、 後白河 天皇 に よ っ て 院庁 に 吸収 さ れ る 。 1187 年 ( 文治 3 年 ) 、 訴訟 や 儀式 の 遂行 に 関 する 業務 も 含め た 形 で 復興 さ れ る 。 この 時 の 記録 所 は 内覧 九条 兼実 の 管轄 下 に 置 か れ て 公卿 の 陣定 に 匹敵 する 発言 力 が 与え られ た 。 だ が 、 これ も 後鳥 羽 天皇 の 院政 開始 と とも に その 院庁 に 吸収 さ れ て い く こと に な る 。 後 に 後嵯峨 天皇 の 時代 に 再置 さ れ て から は 常設 化 さ れ 、 1293 年 ( 正応 6 年 ・ 永仁 元年 ) に は 伏見 天皇 が 徳政 推進 の 機関 と し て 充実 化 さ せ た 。 これ に よ っ て その 権限 が 拡大 さ れ 、 記録 所 の 職員 を 6 班 に 分け て 、 寺社 ・ 公務 ・ 所領 争い など 、 訴訟 の 分野 ごと に 担当 する 日付 や 班 が 定め られ た ( 後 の 建武 の 新政 に おけ る 雑訴 決断 所 の 分離 ・ 設置 に も に も 影響 を 与え た ) 。 鎌倉 時代 の 1321 年 ( 元亨 元年 ) に 後宇多 天皇 に 代わ り 親政 を 開始 し た 後 醍醐 天皇 は 記録 所 を 再興 する 。 1333 年 に 鎌倉 幕府 が 滅亡 する と 、 後醍醐 は 建武 の 新政 を 開始 し て 8 省 の 外 に 記録 所 を 設置 し て 建武 政権 に おけ る 最高 政務 機関 と し 、 重要 審議 を 処理 さ せ た 。 +けいはん な プラザ は 、 京都 府 相楽 郡 精華 町 光台 に あ る 関西 文化 学術 研究 都市 ( けいはん な 学研 都市 ) の 中核 施設 。 官民 共同 出資 の 株式 会社 けいはん なが 運営 し 、 ラボ 棟 、 スーパーラボ 棟 、 交流 棟 の 3 つ の ビル から 構成 さ れ て い る 。 ラボ 棟 に は 研究 施設 、 郵便 局 など が あ り 、 交流 棟 に は 「 けいはん な プラザ ホテル 」 や 、 レストラン 、 住友 ホール が あ る 。 広場 に あ る モニュメント は 日 時計 で 、 世界 最大 。 ギネス ブック に も 登録 さ れ て い る ( 設計 者 : 横川 隆一 ) 。 1978 年 ( 昭和 53 年 ) 9 月 関西 学術 研究 都市 調査 懇談 会 ( 座長 : 奥田 東 ( 元 京都 大学 総長 ) ) 発足 。 1983 年 ( 昭和 58 年 ) 3 月 関西 文化 学術 研究 都市 建設 推進 協議 会 発足 。 1986 年 ( 昭和 61 年 ) 6 月 財団 法人 関西 文化 学術 研究 都市 推進 機構 設立 ( 国土 庁 「 関西 文化 学術 研究 都市 建設 基本 方針 」 を 策定 ) 。 1987 年 ( 昭和 62 年 ) 6 月 関西 文化 学術 研究 都市 建設 促進 法 公布 施行 。 1989 年 ( 平成 元年 ) 1 月 関西 文化 学術 研究 都市 推進 機構 が 「 文化 学術 研究 交流 施設 の 具体 化 に 関 する 調査 」 結果 を まとめ る 。 1989 年 ( 平成 元年 ) 4 月 文化 学術 研究 交流 施設 の 準備 室 が 大阪 市内 に 置 か れ る ( 施設 を 設置 運営 する 会社 名 を 京都 、 大阪 、 奈良 を ソフト に 表現 し て 「 けいはん な 」 と する こと を 賢人 会議 で 決定 ) 。 1989 年 ( 平成 元年 ) 6 月 株式 会社 けいはん な 設立 発起 人 会 開催 。 1989 年 ( 平成 元年 ) 8 月 2 日 株式 会社 けいはん な 設立 ( 会長 宇野 收 、 社長 小林   庄一郎   資本 金 : 27 億 円   本店 設置 場所 : 京都 市 下京 区 五 条 通 烏丸 東入松 屋町 438 ) 。 「 株式 会社 けいはん な 」 を 「 文化 学術 研究 交流 施設 を 整備 する 株式 会社 」 と し て 内閣 総理 大臣 が 指定 。 1993 年 ( 平成 5 年 ) 4 月 けいはん な プラザ 竣工 ( 本店 を けいはん な プラザ 内 に 移転 ) 。 2007 年 ( 平成 19 年 ) 12 月 民事 再生 手続き 開始 の 申し立て 特徴 当初 関西 文化 学術 研究 都市 は オーソドックス な 形 の 学術 研究 都市 が めざ さ れ た 。 しかし 昨今 の アメリカ に おけ る 経済 発展 が 、 シリコン バレー に 代表 さ れ る ICT を 中心 と し た イノベーション で あ る こと が はっきり し 、 日本 も 同様 の モデル に よ る 経済 発展 が 求め られ て い る 中 、 研究 開発 機能 と 新 産業 創出 機能 を 集積 し た 施設 が 各地 で 建設 さ れ る よう に な っ た 。 ここ は 、 その 阪神 工業 地帯 に おけ る 代表 的 施設 で あ る と とも に 、 関西 文化 学術 研究 都市 の 中心 と な っ て い る 施設 で あ る 。 類似 の 施設 と し て 京浜 工業 地帯 に お い て は 、 横浜 市 金沢 区 に 財団 法人 横浜 産業 振興 公社 と 住友 生命 相互 保険 会社 が 運営 する 横浜 金沢 ハイテク センター 等 が あ る 。 けいはん な 近辺 の 主な 大学 、 大学 院 大学 同志社 大学 ( 京田辺 キャンパス 、 学研 都市 キャンパス ) 大阪 電気 通信 大学 大阪 産業 大学 奈良 先端 科学 技術 大学 院 大学 奈良 大学 道路 京奈和 自動 車 道 精華 学研 インター チェンジ 下車 。 鉄道 西 日本 旅客 鉄道 片町 線 祝園 駅下車 。 近鉄 京都 線 新 祝園 駅下車 。 両駅 から 奈良 交通 バス また は 精華 くるりん バス 10 分 「 ATR 」 バス 停下 車 すぐ 。 +けいはん な プラザ ホテル ( KEIHANNAPLAZAHOTEL ) は 、 関西 文化 学術 研究 都市 の 中核 交流 施設 、 けいはん な プラザ の 宿泊 施設 。 当初 は 都 ホテルズ リゾーツ の けいはん な 都 ホテル と し て 運営 さ れ て い た 。 その 後 、 レストラン 部門 から 撤退 、 宿泊 部門 のみ で けいはん な プラザ ホテル と し て 存続 し て い る 。 周辺 学研 都市 展示 館 国立 国会 図書 館 国立 国会 図書 館 関西 館 ルイ ・ ルルー 美術 館 私 の しごと 館 けいはん な 記念 公園 アクセス JR 祝園 駅 ・ 近鉄 新 祝園 駅 より 奈良 交通 バス で 10 分 程度 。 +松花堂 ( しょう か どう ) は 、 京都 府 八幡 市 に あ る 日本 庭園 と 美術 館 。 国 指定 史跡 。 松花堂 昭乗 が 江戸 時代 初期 ( 1637 年 ) に かまえ た 方丈 と 庭園 で 、 現在 八幡 市 立 松花堂 庭園 ・ 松花堂 美術 館 と し て 整備 さ れ て い る 。 施設 松花堂 庭園 外園 - 約 400 種類 の 竹 が あ る 池泉 回遊 式 日本 庭園 茶室 - 松隠 、 梅隠 、 竹隠 砧 の 手水 鉢 松花堂 美術 館 別 館 - ギャラリー 2 室 女郎 花塚 内園 松花堂 ( 京都 府 指定 文化 財 ) - 草庵 茶室 兼 持仏 堂 松花堂 書院 ( 京都 府 登録 文化 財 ) - 小早川 秀秋 の 寄進 東 車塚 古墳 松花堂 美術 館 ミュージアム ショップ 「 おみなえし 」 吉兆 ( 松花 堂 弁当 を 創始 し た 料亭 ) 交通 アクセス 京阪 電気 鉄道 京阪本 線 樟葉 駅 また は 八幡 市 駅 より 京阪 バス で 10 分 、 「 大芝 ・ 松花 堂前 」 下車 すぐ JR 片町 線 松井 山手 駅 から 京阪 バス で 15 分 、 「 大芝 ・ 松花 堂前 」 下車 すぐ 周辺 情報 八角 堂 ( 徒歩 2 分 ) 正法 寺 ( 八幡 市 ) ( 徒歩 8 分 ) 石清水 八幡宮 ( 徒歩 15 分 ) +悲田 院 ( ひでんいん ) は 、 仏教 の 慈悲 の 思想 に 基づ き 、 貧し い 人 や 孤児 を 救 う ため に 作 ら れ た 施設 。 聖徳 太子 が 隋 に 倣 い 大阪 の 四 天王 寺 に 四 箇院 の 一 つ と し て 建て られ た の が 日本 で の 最初 と する 伝承 が あ り 、 敬老 の 日 の 由来 の 俗説 の 一 つ で あ る ( 四 箇院 と は 悲田 院 に 敬田 院 ・ 施薬 院 ・ 療 病院 を 合せ た もの で あ る ) 。 中国 で は 唐代 に 設置 さ れ た もの が 日本 同様 に 社会 福祉 の はしり と し て 紹介 さ れ る 場合 が あ る ( 収容 型 施設 の はしり で あ る こと に は 間違い な い ) 。 723 年 皇太子 妃 時代 の 光明 皇后 が 設置 し た もの が 日本 で は 記録 上 で 最古 の もの で あ る 。 平安 時代 に は 、 平安 京 の 東西 二 カ所 に 増設 さ れ 、 同じく 光明 皇后 に よ っ て 設立 さ れ た 施薬 院 の 別院 と な っ て その 管理 下 に お か れ た 。 また 奈良 時代 に は 鑑真 に よ り 興福 寺 に も 設立 さ れ た 。 鎌倉 時代 に は 忍性 が 各地 に 開設 し た 。 以降 中世 非 人 の 拠点 の 一 つ と な っ た 。 現在 は 京都 市 東山 区 の 泉涌 寺 の 仏塔 ( たっちゅう 子寺 ) の 一 つ と し て 残 る ほか 、 上述 の 四 天王 寺 の 在 る 大阪 市 天王寺 区 悲田 院 町 ( 西 日本 旅客 鉄道 ・ 大阪 市営 地下 鉄 天王寺 駅 近辺 ) 等 、 地名 と し て 残 っ て い る ところ も あ る 。 +旅館 ( りょかん ) と は 、 宿泊 料 を 受け て 人 を 宿泊 さ せ る ため の 、 和式 の 構造 及び 設備 を 主 と する 宿泊 施設 の こと で あ る 。 営業 に つ い て は 旅館 業 法 に 規定 さ れ て い る 。 旅館 の 種類 に は 、 観光 利用 や 行楽 利用 主体 の 温泉 旅館 や 観光 旅館 、 割烹 旅館 ( 料理 旅館 ) など の ほか 、 都市 部 に あ る ビジネス や 修学 旅行 利用 主体 の 商人 宿 ( 駅前 旅館 など ) が あ る 。 一般 に は 中 ~ 大 規模 の 施設 から 個人 ・ 家族 的 な 小 規模 で 行 わ れ て い る もの まで あ る 。 この うち 、 個人 の 住宅 と 同じ よう な 構造 の もの や 、 宿主 が 他 の 産業 を 主体 と し た 兼業 の 場合 は 、 民宿 と 名乗 る こと が あ る 。 但し 、 旅館 、 民宿 、 ホテル 、 ペンション など の 名称 の 設定 は 経営 者 に 委ね られ る 為 、 実際 に は 各 個 の イメージ 戦略 など から 規模 の 大小 、 経営 形態 に 関わ ら ず 自由 に 名乗 っ て い る の が 実情 で も あ る 。 この 為 、 これ ら の 線引き は かなり 曖昧 に な っ て い る 。 洋式 の ホテル と 和式 の 旅館 が 混在 し て い る と い う 意味 も 含め て 、 日本 独特 の 文化 と 考え られ る 。 旅館 と 旅館 業 の 違い 旅館 業 法 で は 、 旅館 業 と し て ホテル 営業 、 旅館 営業 、 簡易 宿所 営業 、 下宿 営業 の 4 種 が 定め られ て い る 。 単に 旅館 と 言 う 場合 に は 、 この うち の 旅館 営業 を 行 う 施設 の こと を 指 す 。 要件 で は な く 、 例外 も あ る 。 現代 日本 社会 に お い て 和 の 風雅 を 感 じ させ て くれ る 場所 と し て 貴重 な 存在 と いえ る 。 客室 が 和室 で あ り 一部屋 二人 以上 の 設定 商人 宿 と 呼 ば れ る 比較 的 低 価格 の ビジネス 利用 主体 の 旅館 ( いわゆる ビジネス 旅館 ) で は 、 古く から 1人 1 部屋 利用 が 比較 的 多 い が 、 観光 旅館 や 温泉 旅館 で は ( とくに 高級 旅館 の 場合 ) 、 1 部屋 を 2人 以上 で 利用 する こと を 前提 と し た 運営 と な っ て い る ところ が 多 く 、 1人 で の 宿泊 を 認め な い 場合 も 多 い 。 泊ま れ た と し て も 1 部屋 の 1人 利用 は 大幅 に 割高 に な ら ざる を 得 な い の が 現状 で あ る 。 但し 、 原則 2人 以上 で の 宿泊 のみ を 認め て い る 観光 旅館 や 温泉 旅館 で も 、 旅行 代理 店 が 旅館 と 契約 し て 行な っ て い る 一人 旅 向け の 宿泊 プラン で 予約 すれ ば 、 1人 1 部屋 の 宿泊 が でき る が 、 やや 割高 の 感 は 否め な い 。 一方 、 ホテル の 場合 1人 で 利用 する 客 も 多 く 、 シングル ルーム の 利用 や ツイン ルーム の 空室 を シングル ユース する こと も あ る 。 客室 の テーブル に は 茶筒 に 入 っ た 茶葉 や 急須 、 茶碗 、 畳 の 上 また は 座卓 上 に 湯 の 入 っ た 電気 ポット また は 魔法 瓶 が 用意 さ れ 、 利用 者 が 茶 を 入れ て 飲 む こと が でき る 。 茶筒 ・ 急須 ・ 湯呑 茶碗 は 櫃 に 収納 さ れ て い る 。 さらに は 菓子 も 座卓上 に 用意 さ れ て い る 場合 が 多 い 。 同様 の サービス は 民宿 で も 行な っ て い る ところ が あ る 。 和室 の 宴会場 が あ る 団体 客 の 場合 、 夕食 の 宴会 は つき 物 と いえ る 。 共同 浴室 中心 最近 で は 、 高級 旅館 を 中心 に 部屋 風呂 や の 普及 が 進 み 、 露天 風呂 つき の 客室 を 売り物 に する 旅館 も み られ る よう に な っ て き た 。 ただ 、 温泉 旅館 の 場合 、 源泉 から 供給 さ れ る 湯量 に 制限 が あ り 、 客室 付き の 露天 風呂 が 実際 に 「 掛け 流し 」 で あ る か は 確認 が 必要 で あ る 。 また 、 歴史 の 古 い 木造 旅館 で は 部屋 風呂 の 設置 が 構造 上 困難 な 場合 も あ る 。 部屋 着 と し て 浴衣 の 使用 旅館 で は 一般 に 、 利用 者 に 貸し出 す 浴衣 を 客室 内 に 用意 し て い る ( 但し 、 商人 宿 で は 浴衣 を 用意 し て い な い ところ も 少な く な い ) 。 廊下 や 宴会場 など 、 館内 で 着用 可 で あ る の は もちろん 、 温泉 街 で は 浴衣 で 外出 する こと も 可能 。 かつて は 宿 に 内 風呂 が 無 く 、 入浴 に は 共同 浴場 に 通 う よう な 湯治場 も あ り 、 温泉 街 で は 一般 的 に み られ る 傾向 で あ る 。 また 現在 で は 旅館 の PR に も な る うえ 、 温泉 地 の 湯 の 町情緒 の 向上 に も 一役 買 っ て い る 。 一歩 部屋 を 出 る に も 外出 に 相応し い 服装 で あ る こと を 要求 さ れ る ホテル と は 異な る 点 で あ る 。 温泉 街 の 旅館 で は 、 浴衣 を 着 て 外出 する 宿泊 客 の ため に 、 下駄 や 傘 も 貸し出 し て い る 。 女将 旅館 の 女性 管理 者 で あ る 、 女将 ( おかみ ) が お 客 さん へ の サービス や 営業 上 重要 な 役割 を 担 っ て い る 場合 が 多 い 。 ただ 、 これ は 地域 に よ っ て 流儀 が 異な る 。 大概女将 は 、 経営 者 の 妻 また は 女性 経営 者 で あ る 。 接客 の 際 は 和服 で あ る の が 通例 で あ る 。 仲居 高級 旅館 あるいは 伝統 を 重んじ る 方針 の 旅館 で は 、 女性 接客 係 で あ る 仲居 ( なかい ) が 各 部屋 で の 接客 を 担当 する 。 服装 は 女将 同様 に 和装 で あ る こと が 多 い 。 一 泊 二 食 付き の 料金 設定 前述 の とおり 客室 が 和室 で あ る が 、 通常 は 宿泊 料金 が 食事 代込み と な っ て お り 、 多く は 夕食 ・ 朝食 とも に 込み ( 一 泊 二 食 付き ) の 設定 と な っ て い る 。 これ に 対 し ホテル の 場合 、 食事 の 有無 は 選択 でき る こと が 多 い 。 しかし 、 素泊まり ( 食事 なし ) や 夕食 の み 、 朝食 のみ で の 宿泊 を 認め て い る 旅館 も あ る 。 ビジネス 客 主体 の 商人 宿 ( 駅前 旅館 など ) 、 今日 の ビジネス 旅館 で は 食事 なし の 「 素泊まり 」 又 は 朝食 のみ の 設定 の こと も 多 い 。 食事 の 選択 権 が な い 以前 は 食事 の 選択 権 が な かっ た が 、 これ は 評判 が 必ず しも よ く な い 。 最近 で は 、 食事 は 数 種類 の プラン が 用意 さ れ て 、 宿泊 客 が 選択 でき る 旅館 も あ る 。 料理 旅館 のみ な ら ず 、 観光 旅館 や 温泉 旅館 で も 、 郷土 料理 や 地元 名産 の 食材 を 用い た 料理 など 、 食事 の 質 の 高 さ を セールス ポイント と し て い る 旅館 が 多 い 。 食事 の 量 が 多 すぎ て 女性 や 高齢 者 など 小食 の 人 が 食べ きれ な い と い う 問題 も あ り 、 その よう な 宿泊 客 へ の 配慮 から 、 かつて に 比べ て 食事 の 量 が 少な め に な っ て お り 、 また 、 量 を 少な め に し ながら 質 を 向上 さ せ て い る ところ が 増え て い る 。 なお 、 食事 は 館内 の 大 広間 や 食堂 で 供 する ところ も あ る が 、 仲居 が 客 室内 まで 運 ん で 膳 で 供 する 、 いわゆる 「 部屋 食 ( へや しょく ) 」 が 一般 的 で あ る 。 原則 部屋 食 の 旅館 で も 、 多 人数 の 団体 に は 客室 で な く 宴会場 など の 大 広間 で 供 する 場合 が 多 い 。 サービス 利用 時間 の 制限 サービス 利用 時間 が 自由 で な く 、 食事 の 時間 や 入浴 の 時間 帯 が 指定 さ れ る こと が 多 い 。 また 、 チェックアウト 時間 も どちら か と い う と 早め に 催促 さ れ る こと が あ る 。 業務 運営 上 の 都合 と は いえ 、 これ も 評判 は よ く な い 。 営業 システム ・ 予約 システム ・ インターネット で の 情報 提供 電話 等 の 直接 予約 の ほか 、 旅行 代理 店 や 観光 案内 所 を 通 じ た 予約 も 出来 る 。 ただし 、 旅行 代理 店 を 通 し た 場合 、 旅行 代理 店 の 契約 手数 料 が 発生 する 為 、 通常 宿泊 料金 の 10 % から 25 % が 宿泊 料金 に 上乗せ さ れ る 場合 も あ る 。 この 為 、 手馴れ た 旅行 者 の 中 に は 、 インターネット など で 内容 を 見 て から 、 電話 予約 する 場合 が 多 い 。 インターネット で の 空室 情報 の 確認 は でき る 施設 は 増え て き た が 、 インターネット のみ で 予約 が 完結 する システム 等 は 採用 し て い な い 場合 も 多 い 。 しかし 、 旅館 や 周辺 の 観光 スポット の 情報 提供 は 現代 で は 必須 と な っ て お り 、 全く 対応 し て い な かっ たり 、 更新 が 遅れ て い る 状況 で あ れ ば 逆 に 質 が 疑 わ れ て も 仕方な い 状況 に な っ て い る 。 宴会 に おけ る 芸者 ・ コンパニオン もちろん 必須 で は な い が 、 芸者 ・ コンパニオン を 呼 ぶ こと が あ る 。 温泉 地 等 に は 昔 は 芸者 置屋 、 現在 で は コンパニオン 派遣 業 者 が あ り 、 需要 に 応え て き た 。 現状 宴会 ブーム の 崩壊 で 、 都心 に 近 い 観光 地 の 高級 旅館 、 ホテル は 経営 が 苦し く な っ て い る と い わ れ 、 ブーム の 最中 に 建設 さ れ た 施設 の 中 に は 倒産 や 閉店 に 追い込 ま れ た 施設 も 出 て い る 。 都市 部 の 旅館 も 、 ビジネス 客 の ホテル ビジネス ホテル へ の シフト や 、 少子 化 に よ る 修学 旅行 の 減少 や ホテル へ の シフト に よ っ て 経営 の 苦し い 施設 が 多 く 、 ビジネス ホテル に 転 じ た 施設 が 多 い 。 反面 、 宴会 を 主 と し な い 固定 客 を 持 つ 者 も 多 く 、 これ ら の 多く は バブル 期 以前 に 建設 さ れ た 物 が 殆ど で あ る 。 安定 し た 入り 客 が あ る ため 経営 状態 も 安定 し て い る 。 固定 客 が 多 い 為 、 大々 的 な 広告 を 出 さ ず とも 経営 の 成り立 っ て い る 旅館 も 多々 あ る 。 古く から の 旅館 に よ っ て は 経営 者 の 高齢 化 が 進 み 、 少子 化 の 影響 で 後継 者 が 出来 ず 、 次 世代 の 代替わり が 行え な い 業者 も 出 て い る 。 収支 面 で は 経営 が 成り立 っ て い て も 、 後継 者 問題 で 閉店 に な る ケース も 見受け られ る 。 特殊 な ケース で は 、 和室 の 低 価格 宿泊 施設 ( いわば ベッド ・ アンド ・ ブレック ファスト ) を 売り に 外国 人 や 学生 合宿 を 主な ターゲット に 切り替え 、 成功 を 収め た ところ も あ る 。 自炊 旅館 温泉 街 に は 通常 の 旅館 の 他 に 、 自炊 旅館 が 存在 する 。 これ は 、 宿泊 場所 を 提供 する だけ で その 他 の サービス を 省 く こと に よ り 、 湯治 の ため に 長期 滞在 でき る 旅館 の こと で あ る ( 「 湯治 」 目的 を 除 け ば 、 外国 で の コンドミニアム 、 あるいは 日本 の 短期 賃貸 マンション に 似 て い る ) 。 温泉 街 に は 歓楽 的 な もの と 古く から の 湯治 場 と 二 つ の 場所 が あ り 、 湯治 場 に は 温泉 病院 や 自炊 旅館 が あ る 。 自炊 専用 旅館 で な く て も 、 普通 の 旅館 に 「 自炊 部 」 を 設け て い る 旅館 も あ る 。 自炊 旅館 は 旅館 部屋 を 賃貸 アパート の よう に 貸し出 す が 、 1 泊 単位 で 宿泊 料金 が 決ま っ て お り 、 宿泊 期間 は 個人 差 が が る が 、 大抵 1 週間 以上 から 長 く て 2 ヶ月 程度 で あ る 。 入浴料 と 電気 代 は 宿泊 料金 に 含 ま れ て い る が 、 それ 以外 の 布団 貸し出 し 料 ( 布団 持込 の 場合 は 不要 ) 、 冬季 なら コタツ 、 ストーブ など の 暖房 器具 貸し出 し 料 、 炊事 用 に コンロ 利用 の ため の ガス 代 を 徴収 さ れ る 。 滞在 中 の 部屋 の 掃除 は 行 わ れ な い の で 、 宿泊 者 自身 で 行 う 。 洗濯 は 館内 に あ る コイン 式 洗濯 機 を 利用 する 。 旅館 に は 館内 に 売店 が あ り 、 調味 料 や 缶詰 など の 食料 類 や 石鹸 や 洗濯 洗剤 が お い て あ る 。 肉 ・ 魚 ・ 豆腐 など の 生鮮 食料 品 は 外部 の 業者 が 移動 販売 に 来る の を 利用 する 。 旅館 の うち 、 温泉 旅館 の 大半 は 、 不振 が 続 い て い る 。 ここ で は 温泉 旅館 に 特有 の 不振 の 原因 に つ い て 順 不 同 で 挙げ て み よ う 。 旅行 の 形態 が 職場 や 地域 、 農協 等 の 団体 旅行 から 、 家族 、 友人 ・ 知人 、 母娘 など の 個人 ・ 小 グループ 中心 へ と 移 っ て い る 。 もはや 、 「 社内 旅行 」 が 死語 と な っ て い る 企業 も 少な く な い 。 大部屋 に 詰め込め ば 利益 に な る と い う 仕組み が あだ に な っ て い る 。 ( 部屋 と い う 空間 を 売 る 商売 で あ る こと から 、 極端 に 言 え ば 一定 の 空間 に 多く の 客 を 入れ る 程 収益 は 上が る 。 ) 温泉 旅館 と い え ば 、 団体 で の 宴会 が つきもの で あ る 。 宴会 は 盛り上が る と 自然 と アルコール 飲料 の 消費 が 多 く な る 。 これ が 温泉 旅館 に と っ て は 結構 収益 と し て 大き かっ た 。 また 、 供 さ れ る 料理 も と にかく 見 た 目 の 美し さ を 重視 し た 盛り付け のみ で よ かっ た 。 大皿 に 多量 の 料理 を 盛 っ た もの で も 通用 し た の で あ る 。 宴 会場 に 並べ て お け ば よ い の で 、 効率 も 良 い 。 多量 一括 仕入れ で コスト ダウン も 可能 で あ る 。 それ に 、 泥酔 すれ ば 酒類 も 銘柄 に 構 わ な く な り 、 良質 で 高価 な 酒類 で な く とも 十分 で あ る 。 ところ が 、 少 人数 だ と アルコール 類 も あまり 進 ま な い 。 料理 に も 、 素材 、 調理 、 盛り付け 、 器 に 配慮 が 問 わ れ る 。 部屋 食 に は 、 上げ下げ の 手間 も かか る 。 加え て 、 1990 年代 、 マスコミ など で 官官 接待 など が 非難 の 対象 に な る と 一気 に 宴会 ブーム が 去 っ て しま っ た 。 この 為 、 大量 の 顧客 を 逃 す 事 と な っ て い る 。 食事 は 旅館 の お 仕着せ の 宴会 料理 や 会席 料理 で は な く 、 洋食 や 中華 も 含め て 、 盛り 沢山 で も な く とも 自分 の 好み に 合 っ た もの を 摂 り た い と い う 宿泊 客 の 志向 が あ る 。 旅館 の 定型 どおり の 食事 は この ニーズ に 対応 でき て い な い 。 結局 、 ホテル や 民宿 等 に 客 が 逸走 する 事態 が 起こ っ て い る 。 しかし 、 旅館 周辺 で 調達 でき な い 食材 を 要求 する と 、 当然 料金 に 跳ね返 る こと に な る し 、 都会 から 離れ た 旅館 に 来 て まで 、 都会 と 同じ もの を 食べ な く て は な ら な い の か と 言い分 も あ る 。 温泉 旅館 の パンフレット を み て も わか る とおり 、 とにかく 、 品数 ・ 皿数 など の 豪華 さ を 競 う 風潮 から 抜け出 せ て い な い 。 ただ 、 老朽 化 ・ 陳腐 化 する など 、 施設 や サービス など に 特色 を 出 し にく い 旅館 の 場合 、 どう し て も 品数 を 競 う こと に 走 り がち で あ る 。 なお 、 旅館 宿泊 者 は 「 泊食 分離 」 を 求め て い る と の 指摘 も あ る が 、 より 正確 に は 、 料金 の 内訳 明細 の 開示 を 求め る ニーズ と 理解 す べ き と の 意見 も あ る 。 実際 に は エージェント が 料理 内容 を 固定 化 し て い る こと が 多 く 、 料理 の 多彩 な ホテル 、 仕入れ を 容易 に コントロール でき る 民宿 など に 顧客 を 取 ら れ て い る 。 宴会 を 主 と する と 「 温泉 」 は いわば 添え 物 で あ り 、 温泉 街 は 夜 の 時間 を 過ご す 空間 で あ っ た 。 その ため 、 外見 等 に は あまり 構 わ ず 旅館 は 拡張 競争 を 繰り広げ て き た ため 、 複雑 怪奇 な コンクリート の 姿 を むき出し に し て お り 、 景観 を 阻害 し て い る 。 夕方 旅館 に 着 い て 、 即宴 会 、 就寝 。 朝 、 食事 後 あわただし く 出発 と い う かつて の 旅行 パターン なら これ で も よ い が 、 ゆっくり と 温泉 街 を 散策 し た い と い う 志向 に は 応え られ て い な い 。 由布院 温泉 、 黒川 温泉 など 、 繁栄 を 続け て い る 温泉 地 を 見 れ ば 、 植栽 や 林野 に 富 む 風景 など 、 情趣 の 感 じ られ る 景観 の 重要 性 は 明らか で あ る 。 また 、 古 民家 的 な 物 や 、 特異 な 地形 に 立 つ など コンクリート の 建物 自体 が ノスタルジック な 物 と し て カメラマン など に よ り 位置 づけ られ て い る 場合 は 文化 的 な 景観 と し て の 情緒 が あ る ため 、 テレビ 局 取材 等 も 多 く 、 上記 に は 該当 し な い 。 白骨 温泉 を きっかけ と し た 温泉 偽装 問題 、 各地 の 公営 温浴 施設 に おけ る レジオネラ 菌 の 問題 を きっかけ と し て 、 利用 客 は 泉質 に 厳し い 眼 を 注 い で い る 。 巨大 旅館 の 場合 、 露天 風呂 など 「 器 」 の 凝 りよう や 豪華 さ は 競 う が 、 泉質 に つ い て は 不利 さ は 否め な い 。 源泉 の 容量 に は 限り が あ り 、 配湯 は 組合 や 自治 体 等 が 行 っ て い る こと が 多 い 。 昔 から の 配湯 の 権利 の 問題 が あ り 、 抜本 的 な 改善 ( 源泉 掛け 流し と する 等 ) は 難し い 。 ( これ が 伊香 保 温泉 に おけ る 泉質 「 偽装 」 の 一 つ の 要因 で あ っ た ) かつて は 温泉 街 に は 、 共同 浴場 が あ り 、 その まわり を 温泉 旅館 が 囲 み 、 さらに その 周囲 に 土産 物 店 、 飲食 店 、 あるいは 少し 離れ た 場所 や 路地 に 歓楽 街 や 風俗 営業 店 まで も が 建ち 並 ん で い た 。 しかし ながら 、 温泉 旅館 の 不振 と 共 に こう し た 小 規模 施設 も 廃業 が 続 き 、 なか に は 廃屋 同然 の 建物 が 並 ぶ エリア も み られ る よう に な っ て き た 。 これ ら の 多く は 経営 者 の 高齢 化 に よ る 経営 意欲 の 低下 、 後継 者 難 に 加え 、 建築 基準 と の 関係 で 新 店舗 の 建設 が し にく い こと も 指摘 さ れ る 。 新 店舗 の 建設 の 場合 、 建坪 率 が 厳し く な る こと が 多 く 、 従来 の 建坪 率 で は 建設 が 困難 な こと が 多 い 。 この ため 、 建物 の 更新 が でき ず 老朽 化 する に 任せ る 状態 と な ら ざる を 得 ず な い 。 こう し た 新 店舗 の 建設 難 から の 廃業 が 増え る 事 と な る 。 これ が さらに 情緒 を 阻害 し 、 悪 循環 と な っ て い る 。 温泉 旅館 は 伝統 的 な 宿泊 施設 で あ る こと から 旅行 旅行 代理 店 と の 関係 は 深 く 、 持 ち つ 持 た れ つ の 関係 を 築 い て き た 。 ところ が 、 旅行 者 の インターネット 対応 が 進 み 、 エアライン や ビジネス 系 の ホテル の よう に 、 サイト を 通 じ た 予約 等 が 特殊 な もの で な く な っ て い く に 連れ て 、 エージェント と の 関係 や エージェント 側 に 有利 と さ れ る 商 慣行 が かえって 足 かせ と な っ て い る 。 巨艦 を 誇 る 旅館 ほど 、 安定 的 に お 客 を 確保 する ため 、 取次 手数 料 が 経営 上決して 軽 く は な い 水準 に あ る もの の 、 エージェント と の 関係 を 希薄 化 し づら い 。 結局 、 ホテル 等 の インターネット 対応 の 進 ん だ 競合 者 に お 客 は 流れ て い る 。 過剰 借入れ 温泉 旅館 は 季節 変動 も あ り 、 もともと 高 収益 な 事業 構造 で は な い が 、 施設 ・ 設備 の 更新 競争 ・ 大型 化 の ため 、 借入 を 重ね て き た 。 エージェント も それ を 推奨 し て き た 。 また 、 金融 機関 も 地域 の 有力 な 地場 産業 と し て 貸し込 ん で き た 。 この ため 、 一般 に 借入 過剰 と な っ て い る 。 超 低 金利 が 続 く 間 は よ い が 、 借入 金利 が 上昇 する と 金利 負担 が 経営 の 重石 に な る 。 地価 下落 で 担保 価値 の 目減り も 不安 材料 で あ る 。 各地 の 温泉 旅館 の 再生 事例 に も あ る よう に 、 状況 を 打破 する ため に は 、 もちろん 経営 者 の 経営 責任 追及 は 不可欠 で あ る が 、 ある 程度 の 債権 放棄 も 考慮 する 必要 が あ ろ う 。 温泉 その 物 の 掘削 技術 が 上が っ た ため 、 安価 で 掘削 が 可能 と な っ た 。 日本 で は 、 たいてい の 所 で は 1000 m から 2000 m 程度 掘削 すれ ば 温泉 が 湧出 する と 言 わ れ て い る 。 掘削 業 者 も 全国 に あ り 、 成果 払 い 方式 で 受注 する こと が 多 い 。 掘削 料金 で 言 え ば 1 億 円 から 2 億 円 の 相場 で あ る が 、 竹下 内閣 の ふるさと 創生 資金 など を 活用 し 、 多く の 自治 体 で 温泉 が 掘削 さ れ た 。 法 に 定め る 「 温泉 」 の 基準 が 緩やか で あ る ため 、 こう し た 傾向 に 拍車 を かけ て い る 。 こう し た 温泉 に よ る 外来 入浴 の でき る 施設 、 正し く は 温浴 施設 と 呼 ぶ べ き もの も あ る が 、 これ ら は 当然 、 浴槽 を 含め た 施設 も 新し く 、 豪華 で 、 日帰り 中心 で あ り 、 料金 も 高 く な い 。 この ため 、 古く から の 温泉 地 と い う だけ で は 温泉 旅館 は お 客 を 呼 ぶ こと は 難し く な っ た 。 もちろん 、 各地 の 温浴 施設 の 繁盛 、 部屋 数 10 ~ 20 と 決して 大 規模 で は な い が 人気 で 予約 を と り にく い 温泉 旅館 も あ る 。 結局 、 日本 人 は 温泉 その もの に 飽き た の で は な く 、 情緒 の 乏し い コンクリート だらけ の 温泉 、 食事 も 入浴 も 時間 を 指定 さ れ る サービス 精神 の 乏し い 温泉 旅館 に 愛想 を つ か し て い る と 言え よ う 。 旅館 を メイン に し た 作品 私 を 旅館 に 連れ て って - 2001 年 4 月 どんど 晴れ - 2007 年 4 月 +東映 太秦 映画 村 ( とうえい うずまさえ い が むら ) は 、 京都 市 右京 区 太秦 東 蜂 ケ岡 町 に あ る 映画 の テーマ パーク 。 東映 の 京都 撮影 所 を 一般 公開 し た もの 。 東映 は 196 0 年代 後半 から 映画 の 斜陽 化 が 顕著 に な る と 、 ヤクザ も の 映画 で 観客 動員 を 保 つ 一方 で 、 時代 劇 が 斜陽 に な っ た こと から に 京都 撮影 所 の オープン セット の 維持 を 画 し て 、 その 一部 を 新設 子 会社 の 「 (株) 東映 京都 スタジオ 」 に 移管 し 、 東映 太秦 映画 村 と し て 1975 年 11 月 1日 に 開村 ・ 公開 し た 。 時代 劇 の 殺陣 ショー や 俳優 の トークショー ・ 撮影 会 ・ 握手 会 など の ほか 、 スーパー 戦隊 シリーズ や 仮面 ライダー 等 の キャラクターショー 、 殺陣 講座 など の 体験 企画 など も 行な わ れ て い る 。 舞妓 、 姫 、 殿 様 、 武士 、 町人 、 町娘 、 等 、 時代 劇 の 登場 人物 へ の 変身 体験 が 出来 る 変身 スタジオ も あ る ( 予約 制 ) 。 東映 系列 が 運営 し て い る こと から 、 東映 や 系列 会社 の 東映 アニメーション が 製作 し た 作品 ( 『 お ジャ 魔女 どれみ 』 など ) に 京都 の 観光 名所 と し て しばしば 登場 する 。 また 、 映画 村 を 舞台 に し た オリジナル の 特撮 の 撮影 も 行 わ れ て お り 、 いく つ か は 市場 で 販売 さ れ て い る 。 隣接 する 京都 撮影 所 は 東映 本体 の 部署 で あ り 、 子 会社 の 映画 村 と は 業務 が 連携 し て い る もの の 東映 内部 で は 別物 と し て 取り扱 わ れ て い る 。 バス 京都 バス 61 系統 ・ 62 系統 ・ 63 系統 「 太秦 映画 村 前 」 バス 停下 車 すぐ 市 バス 75 系統 ・ 91 系統 「 太秦 映画 村道 」 バス 停下 車 徒歩 数 分 電車 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 ( 嵐電 ) 「 太秦 広隆 寺 駅 」 下車 徒歩 5 分 JR 嵯峨野 線 「 花園 駅 ( 京都 府 ) 」 ・ 「 太秦 駅 」 下車 徒歩 13 分 マスコット キャラクター かちん 太 映画 村 誕生 5 周年 を 記念 し て 誕生 。 股 旅姿 を し た カラス で 、 名前 は カチンコ から 取 ら れ て い る 。 園内 の シンボル マーク や 案内 板 など に デザイン さ れ て お り 、 かちん 太一 座 に よ る ショー も 行 わ れ て い る 。 2002 年 に 旅 に 出 て マスコット と し て は 休業 し て い た が 、 2007 年 に 帰郷 、 今後 マスコット と し て 本格 復帰 が 検討 さ れ て い る 。 から す 天狗 う じゅ 映画 村 で 開催 の イベント 「 太秦 戦国祭り 」 の 公式 キャラクター 。 かちん 太 の 妹 で 、 鞍馬 山 で 暮ら す 烏天狗 。 かちん 太 の 行方 が わか ら な く な っ た ため 京 の 町 に 下り て き た 。 かちん 太 と 違い 現代 的 な 萌え キャラ な デザイン と な っ て お り 、 イメージ ソング を MOSAIC . WAV が 担当 する など 、 かちん 太 と は 別 の 形 で キャラクター 展開 を 進め て い る 。 +淀城 ( よどじょう ) は 、 京都 府 京都 市 伏見 区 に あ っ た 城 で あ る 。 淀 は 淀津 と 呼 ば れ 、 古代 に は 諸国 から の 貢納 物 を 集積 する 商業 地 で あ っ た 。 従 っ て 、 河内 国 ・ 摂津 国 方面 や 大和 国 方面 から 山城 国 ・ 京洛 に 入 る 要衝 で あ っ た 。 今日 伏見 区 に あ る 淀城 は 、 近世 に な っ て 山城 国 唯一 の 大名 家 と な る 淀藩 の 居城 と し て 、 江戸 幕府 主導 の もと 築城 さ れ た もの で あ る が 、 本来 淀城 は 三 つ 存在 する 。 古淀城 ( 戦国 時代 ) 一 つ は 、 戦国 時代 に 築城 さ れ た 淀城 で あ り 、 これ は 納所 地区 に あ っ た と い わ れ る 。 納所 は 木津川 ・ 桂川 ・ 瀬田 川 の 三川 が 合流 する ポイント の 北岸 に あた り 、 古く から の 商業 地 「 淀 」 の 中核 都市 で あ る 。 その 地名 も 、 古代 の 貢納 物 集積地 を 意味 し て い る 通り 、 古代 から 有名 な 地方 都市 で あ っ た 。 この 戦国 時代 の 淀城 は 、 豊臣 秀吉 と 明智 光 秀 の 山崎 の 戦い で も 利用 さ れ た が 、 応仁 の 乱 で も 利用 さ れ た 記録 が あ る 。 ただ 、 恒久 的 に 城番 が 設置 さ れ 、 特定 の 軍団 が 配置 さ れ て い た かは 疑わし い 。 古淀城 ( 豊臣 時代 ) 次 の 淀城 は 、 豊臣 秀吉 が 側室 茶々 に 与え た もの で あ り 、 これ に よ り 茶々 は 「 淀殿 」 と 呼 ば れ る よう に な る 。 これ も 納所 地区 に あ っ た と さ れ 、 近年 の 発掘 で 城下 町 が 形成 さ れ た こと が 明らか に な っ て い る が 、 典型 的 な 館城 で あ り 、 戦略 拠点 と な りえ る もの で は な かっ た と 思 わ れ る 。 新淀城 徳川 幕府 に よ っ て 築城 さ れ た 淀城 は 、 旧 伏見 城 の 廃材 や 二条 城 の 天守 など を 転用 し 築城 さ れ た 。 三川 合流地 の 中州 を 干拓 し 、 淀三 町 と 呼 ば れ る 城下 町 を 形成 。 北 の 納所 地区 と 南 の 八幡 地区 と は 、 淀 小橋 ・ 淀 大橋 で つな が れ 、 城下 町 の 周囲 は 三川 の 水 に 囲 ま れ 、 河中 の 城 で あ っ た 。 城下町 を 貫通 する 形 で 京 街道 が 設定 さ れ 、 淀城 大手門 は この 京 街道 に 面 し て 設置 さ れ た 。 淀城 は この 中州 の 西部 を 指 す が 、 中州 自体 が 大きな 水堀 で あ り 、 古代 中国 の 都城 の よう な 構造 を 持 っ て い た 。 幕末 、 旧 幕府 軍 は 鳥羽 ・ 伏見 の 戦い に 敗北 し て 淀城 に 籠も ろ う と する が 、 淀藩 に 拒絶 さ れ る 。 しかし 、 淀城 が この よう な 構造 で あ る 以上 、 籠城 と な れ ば 新 政府 軍 に と っ て 脅威 と な っ た で あ ろ う 。 戦後 、 淀藩 の 消滅 に 伴 い 、 早 く から 淀城 は 廃城 と な る 。 淀 城 東部 に あ っ た 巨椋 池 の 干拓 に よ っ て 地形 が 大き く かわ り 、 本丸 の 一部 を 除 い て すべて 破壊 さ れ た 。 さらに 、 本丸 北西部 を 京阪 電気 鉄道 が 貫通 する に 及 び 、 淀城 の 消滅 は 必至 と な る が 、 史跡 指定 に よ っ て ようやく 保存 運動 が 高ま り 、 今日 は 本丸 周辺 の 整備 が 進 み 、 開発 の 手 を 免れ た 石垣 及び 堀 が 保存 さ れ て い る 。 +蛤 御門 ( はまぐり ご もん ) は 、 現在 の 京都 御苑 西門 の 一 つ 。 本来 の 正式 名称 は 新在家 御門 で あ っ た 。 門 の 形状 は 高麗 門 型 の 筋 鉄門 で あ る 。 光格 天皇 の 時 に 発生 し た 天明 の 京都 大火 に お い て 御所 が 炎上 し た 折 に 、 滅多 に 開 か な かっ た この 門 が この 時 だけ は 開 い た と い う の で 蛤 の よう な 門 、 転 じ て 蛤 御 門 と い う 俗称 が 付 い た 。 結局 今日 まで 正式 名称 と な る 。 蛤 御門 の 変 で は 会津 藩 ・ 桑名 藩 ・ 薩摩 藩 連合 軍 の 防衛 拠点 と し て 位置 づけ られ 、 現在 で も 当時 の 弾痕 を 確認 する こと が でき る 。 +茶室 ( ちゃしつ ) は 、 茶事 の 主催 者 ( 主人 、 亭主 ) が 客 を 招 き 、 茶 を 出 し て もてな す ため に 造 ら れ る 施設 で あ る 。 日本 庭園 の 中 に 造り 、 露地 を 設け る の が 一般 的 で あ っ た が 、 近年 で は ホテル や 公会 堂 、 商業 ビル の 一角 など に 造 ら れ る こと も あ る 。 茶道 の 稽古 を し たり 、 茶 を 楽し む ため に 炉 が 切 っ て あ る 和室 ( 畳 の あ る 部屋 ) も 一般 に 茶室 と 呼 ば れ る が 、 本項 で は 主 に 四 畳 半 以下 の 草庵 風 茶室 に つ い て 述べ る 。 草庵 風 茶室 は 、 田舎 屋風 の 素朴 な 材料 ( 丸太 、 竹 、 土壁 など ) を 使 っ て 造 ら れ た 。 縁側 から の 採光 を 土壁 で さえぎ り 、 そこ に 必要 に 応 じ て 「 窓 ( 下地 窓 、 連子 窓 、 突き上げ 窓 など ) 」 を あけ る こと に よ り 光 に よ る 自在 な 演出 が 可能 と な っ た 。 一間 を 基本 と し て い た 床 の 間 も 部屋 の 広狭 、 構成 に 応 じ て 四尺 、 五尺 と バリエーション を 増 し 、 その デザイン も 、 「 室床 」 「 洞床 」 「 壁床 」 「 踏み込 み 床 」 など 、 多様 な 展開 を 見せ る 。 室内 に は 中柱 を 立て 亭 主座 と 客座 の 結界 と し た 。 こう し て 狭 い 空間 の 中 に 客 と 亭主 が 相対 する 、 濃密 な 空間 が 生まれ た 。 足利 義政 が 東山 に 建て た ( 慈照 寺 ) 東求 堂 に は 四 畳 半 の 部屋 が あ り 、 茶室 の 元祖 と 言 わ れ る こと が あ る 。 また 、 村田 珠光 が 市中 の 草庵 と し て 四 畳 半 の 茶室 を 造 っ た 。 茶室 を 独自 の 様式 と し て 完成 さ せ た の が 千 利休 で あ る 。 利休 は 侘 び 茶 の 精神 を 突き詰め 、 それ まで は 名物 を 一 つ も 持 た ぬ 侘 び 茶人 の 間 で しか 行 わ れ な かっ た 二 畳 、 三 畳 の 小間 を 採り入れ 、 に じり口 を あけ た 二 畳 の 茶室 を 造 っ た 。 茶室 待庵 ( 国宝 ) は 千 利休 の 作 と も 言 わ れ る が 、 侘 び 茶 の 境地 を よく 示 し て い る 。 に じり口 は 、 千 利休 が 河内 枚方 の 淀川 河畔 で 漁夫 が 船 小屋 に 入 る 様子 を 見 て ヒント を 得 た 、 と さ れ る 。 しかし 、 に じり 口 の 原型 と み られ る 入り口 は 、 武野 紹鴎 の 時代 の 古図 に も 見 られ 、 また 商家 の 大戸 に 明け られ た 潜り など 同類 の 試み は 多種 見 られ る こと から 、 利休 の 発明 と は 言え な い 。 利休 は 一方 で 、 秀吉 の 依頼 で 黄金 の 茶室 を 造 っ て い る 。 これ は 解体 し て 持ち運び でき る よう に 造 ら れ て い た 。 黄金 の 茶室 は 秀吉 の 俗悪 趣味 と し て 批判 さ れ る こと が 多 い が 、 草庵 の 法 に 従 っ て 三 畳 の 小間 で あ り 、 それ なり 洗練 さ れ た もの も 持 っ て い る 。 黄金 の 茶室 も 利休 の 茶 の 一面 を 示 し て い る と い う 見 方 も あ る 。 古田 重然 、 小堀 遠州 ら も 茶室 を 造 っ て い る 。 茶室 は 小さな 空間 で あ る が 、 様々 な パターン が あ り 、 多様 な 展開 を 見せ て い る 。 利休 の 孫宗旦 は 究極 の 侘び を 追求 し て 、 利休 が 試み て すぐ 廃 し た 一 畳 台 目 と い う 極小 の 茶室 を 生み出 し た 。 これ に 対 し て 、 古田 織部 、 小堀 遠州 、 織田 有楽斎 、 金森 宗和ら 大名 茶人 は 、 武家 の 格式 を 持 つ 書院 風 茶室 や 小間 と 言 え ど 三 畳 前後 の ゆとり の あ る 茶室 を 生み出 し た 。 千家 歴代 も それぞれ に 新た な 茶室 を 好 ん で い る が 、 その 試み は 必ず しも 宗旦 が 目指 し た 侘び に 徹 し た もの と はな っ て い な い 。 茶室 は 小 規模 で も あ り 、 解体 し て 他 の 場所 で 再建 する こと も 比較 的 容易 で あ る 。 現に 如庵 ( 国宝 ) は 、 京都 市 の 建仁 寺 から 東京 の 三井 家 、 大磯 町 の 三井 家 別荘 、 犬山 市 の 名古屋 鉄道 有楽苑 、 と 度々 移築 さ れ て い る 。 また 「 写し 」 と 称 し て 、 名席 と 評 さ れ る 茶室 を 模 し て 建て られ る こと も しばしば あ る 。 仮 に 茶室 が 単独 で ポツンと 建て られ て い たら 殺風景 な もの で あ る 。 茶室 に 至 る まで の 空間 の 演出 が 大切 で あ る 。 客 が いきなり 茶室 に 通 さ れ る こと は な く 、 まず 寄り付き や 座敷 など へ 案内 さ れ る 。 庭 へ 出 て 小さな 門 を くぐ る 。 茶室 まで の 通り 道 は 、 飛び石 を 配 し た 露地 と な っ て い て 亭主 の 心遣い に よ り 打ち水 が 打 た れ て い る 。 途中 の 待合 に 腰掛 が あ り 、 ここ で しばらく 待 つ 。 迎え で た 亭主 の 合図 に 従 い 客 は 茶室 へ と 向か う 。 茶室 の 前 に つくばい が あ り 、 ここ で 手水 を 使 う 。 茶室 に は 、 に じり口 と い う 小さな 入口 から 、 頭 を かがめ て 体 を 入れ る 。 に じり口 に 入 っ て まず 目 に 入 る の が 床 の 間 で あ る 。 墨蹟 窓 から の 光 に 照ら さ れ た 床 に は 、 四季 に 合わせ た 掛け軸 、 花 が あしら わ れ て い る 。 通常 床前 が 上座 で あ り 正客 席 と な る 。 夏 に は 風炉 が 置 か れ 、 冬 に は 炉 が 切 ら れ 、 そこ が 亭主 の 座 る 手前座 で あ る 。 手前 の ため の 明り取り と し て 風炉 先 に は 下地 窓 が 開け られ て い る 。 客 が 着座 する と 亭主 が 勝手口 から 出 て き て 挨拶 を し 茶事 が 始ま る 。 天井 は 低 く 、 窓 から の 光 も 必要 最小 限 に 絞 ら れ て 、 主客 とも に 茶事 に 集中 する 。 懐石 を 戴 い た 後 一旦 露地 に 退出 する が 、 また 茶室 に 戻 り 、 まず 濃茶 を 一同 回 し 飲 み 、 ついで 薄茶 を 味わ っ た 後 、 客 は この 一 期 一会 の 場 から 静か に 退出 する 。 に じり口 に は 頭 を 下げ な けれ ば 入れ な い の で 、 貴人 を 迎え る 場合 の ため 、 に じり口 と は 別 に 貴 人口 ( 立 っ た まま 入れ る 普通 の 障子 戸 ) を 設け る こと も 多 い 。 給仕 の ため に 勝手口 と は 別 に 給仕口 を もうけ る 事 も あ る 。 記事 露地 も 参照 の 事 。 最小 の 空間 の 中 に 豊か な 広がり が 与え られ て お り 、 日本 建築 の 特色 あ る ジャンル に な っ て い る 住宅 建築 に 影響 を 与え 、 いわゆる 数寄 屋 造り を 生 ん だ 下記 の うち 、 国宝 に 指定 さ れ て い る 待庵 ・ 如庵 ・ 密庵 の 三 棟 が 特に 著名 で あ る 。 如庵 ( 犬山 市 、 名鉄 有楽苑 ) 旧 ・ 建仁 寺 正伝院 茶室 織田 有楽 斎 好み ( 国宝 ) 密庵 ( 京都 市 、 大徳 寺 龍光院 ( 京都 市 ) ) ( 国宝 ) 伝 小 堀 遠州 好 孤篷 庵 建造 物 ( 京都 市 、 大徳 寺 孤篷庵 ) ( 重要 文化 財 ) 小堀 遠州 の 作 閑 隠席 ・ 枡 床席 ( 京都 市 、 大徳 寺 聚光院 ) ( 重要 文化 財 ) 今日 庵 ・ 又 隠 ( 京都 市 、 裏千家 ) ( 重要 文化 財 ) 不審 庵 ・ 残月 亭 ( 京都 市 、 表千家 ) ( 重要 文化 財 ) 官休庵 ( 京都 市 、 武者 小路 千家 ) 燕庵 ( 京都 市 、 薮内 家 ) ( 重要 文化 財 ) 湘南亭 ( 京都 市 、 西芳 寺 ) ( 重要 文化 財 ) 遼廓亭 ・ 飛濤亭 ( 京都 市 、 仁和 寺 ) ( 重要 文化 財 ) 傘亭 ・ 時雨 亭 ( 京都 市 、 高台 寺 ) ( 重要 文化 財 ) 八 窓席 ( 京都 市 、 金地院 ) ( 重要 文化 財 ) 松花堂 ( 八幡 市 ) 松花 堂 昭乗 の 草庵 茶室 ( 国 の 史跡 ) 待庵 ( 妙喜 庵 、 大山崎 町 ) 伝千 利休作 ( 国宝 ) 黄梅庵 ( 堺 市 、 大仙 公園 ) 今井 宗久 ゆかり ( 登録 有形 文化 財 ) 伸庵 ( 堺 市 、 大仙 公園 ) 仰木 魯堂 の 作 ( 登録 有形 文化 財 ) 黄金 の 茶室 大阪 城 天守 閣 、 及び MOA 美術 館 に 再現 さ れ て い る +五老 スカイ タワー ( ごろう スカイ タワー ) は 、 京都 府 舞鶴 市 に あ る 塔 。 舞鶴 市 を 東西 に 分け る 五老 岳 に そびえ立 つ タワー から の 展望 は 、 近畿 百 景 第 1 位 に 選 ば れ た 舞鶴 湾 の 美し い リアス 式 海岸 と 舞鶴 市街 地 が 一望 する こと が でき る 。 1995 年 ( 平成 7 年 ) : 舞鶴 市 市 制 50 周年 事業 と し て 建設 。 海抜 - 32 5 m 高 さ - 5 0 . 5 m ( 展望 室 28 . 2 m ) 開館 時間 9 時 ~ 21 時 ( ただし 入館 は 20 時 30 分 まで ) 入館 料 大人 ( 高校 生 以上 ) … 200 円 小人 ( 小 ・中学 生 ) … 100 円 駐車 場 有 ( 無料 ・ 大型 バス 可 ) 周辺 は 、 五老ヶ岳 公園 と し て 、 子ども の 遊具 など が 整備 さ れ て い る 。 また 、 西 舞鶴 へ の 登山 「 ロータリー の 道 」 、 東舞鶴 へ の 遊歩 道 が 整備 さ れ て い る 。 また 、 すぐ そば に 「 かんぽ の 宿舞鶴 」 ( 改装 中 ) が あ る 。 所在 地 : 京都 府 舞鶴 市 上安 小安 小字 暮谷 舞鶴 観光 周遊 バス 「 プリーズ 号 」 で 直通 。 西 日本 旅客 鉄道 西 舞鶴 駅 から 京都 交通 ( 舞鶴 ) 五老 岳 公園 口 バス 停下 車 で 徒歩 約 45 分 。 JR 西舞鶴 駅 から 車 ・ タクシー で 約 15 分 。 +羅 城門 ( ら じょうもん ) は 、 古代 、 平城 京 や 平安 京 と い っ た 条坊 都市 の 中央 を 南北 に 貫 い た 朱雀 大路 の 南端 に 構え られ た 門 で あ る 。 「 羅城 」 と は 都城 の 城壁 の こと 。 平安 京 ( 現在 の 京都 市 中心 部 ) の 羅城門 が 有名 で あ る 。 朱雀 大路 と 九条 通 の 交差 点 に 面 し て お り 、 現在 の いわゆる 千本 通 九 条 通 の 辺り ( 京都 市 南 区 、 九条 新 千本 通交差 点 から 東 へ 約 100 m 、 京阪 国 道口 から 西 へ 約 250 m ) に 位置 し て い た 。 『 拾芥 抄 』 に 「 二 重 閣 九間 」 と あ り 、 9 間 5 戸 の 重層 門 で あ っ た と さ れ る 。 この 門 を 境 に し て 、 洛中 と 洛外 、 すなわち 都 の 「 内 」 と 「 外 」 が 区別 さ れ た 。 羅 城門 を 守護 する 東西 の 位置 に 東寺 、 西寺 が 置 か れ 、 その うち 東寺 は 現代 まで 残 っ て い る 。 平安 京 造営 から 時代 が 下 る と 、 弘仁 7 年 8 月 16 日 夜 、 大風 で 倒壊 。 再建 さ れ た が 、 天元 3 年 7 月 9 日 暴風雨 で 再度 倒壊 し て から は 再建 さ れ ず 、 右京 の 衰え と 共 に この 門 も 荒廃 し て い き 、 国内 の 荒廃 に つれ て 平安 京 南部 の 治安 は 悪化 の 一途 を たど り 、 洛南 の 羅城門 周辺 は 夜 と も な れ ば 誰 も 近付 か ぬ 荒れ た 一画 と な っ て い た と い う 。 羅 城門 に 巣 く う 鬼 ( 茨木 童子 ) と 戦 っ た 渡辺 綱 の 武勇 伝 を 謡曲 化 し た 観世 信 光 作 「 羅生門 」 や 、 『 今昔 物語 集 』 に 収録 さ れ た 羅 城門 の 怪奇 譚 を 小説 化 し た 芥川 龍之介 の 『 羅生 門 』 が 知 ら れ る 。 古く は 「 ら せいもん 」 と 漢音読み し た が 、 次第 に 読み ・ 表記 ともども 揺れ る よう に な り 、 謡曲 「 羅生 門 」 発表 以降 は 羅生 門 ( ら せいもん 、 らしょう もん ) の 表記 が 定着 し た 。 近年 、 羅 城門 に 表記 が 統一 さ れ 、 読み も 呉音 の 「 ら じょうもん 」 に と っ て 変わ ら れ た 。 現在 で は 跡地 に 小さな 石碑 が 残 る のみ で あ る 。 +耳塚 ( みみづか ) は 、 文禄 ・ 慶長 の 役 の 朝鮮 、 明兵 の 戦死 者 の 耳 、 鼻 を 弔 っ た 塚 で あ る 墓 。 京都 市 東山 区 、 豊国 神社 門前 の 坂 を 100 m 程 下 っ た ところ に あ る 史跡 で 鼻塚 と も 呼 ば れ る 。 豊臣 秀吉 は 、 1 回 目 の 朝鮮 出兵 ( 文禄 の 役 ) が 、 不調 に 終わ っ た こと に 怒り狂 っ た 。 そして 、 2 回 目 の 慶長 の 役 で は 、 諸将 が 、 真面目 に 戦闘 を 遂行 し て い る 証 と し て 、 討ち 取 っ た 李 氏 朝鮮 ・ 明兵 の 鼻 を 切り取 り 、 日本 に 送 る よう に 命 じ た 。 この ため 、 秀吉 軍 は 、 生き て い る 女子供 の 鼻 まで も 切り取 っ て 、 秀吉 に 送 っ た 。 秀吉 は 、 それ を 桶 に 入れ て 、 京 や 大阪 の 街角 を 練り歩 か せ 、 戦闘 が 順調 に 推移 し て い る こと を 喧伝 し た 。 耳塚 は 、 それ ら の 鼻 を 、 葬 っ た 塚 で あ る 。 古墳 状 の 盛り土 を し た 上 に 五輪 塔 が 建て られ 周囲 は 石柵 で 囲 ま れ て い る 。 昭和 44 年 ( 1968 年 ) 4 月 12 日 、 「 方広 寺 石塁 および 石塔 」 と し て 国 の 史跡 に 指定 さ れ た 。 当初 は 「 鼻塚 」 と 呼 ば れ て い た 。 しかし 林 羅山 が その 著書 『 豊臣 秀吉譜 』 の 中 で 鼻そぎ で は 野蛮 だ と い う の で 「 耳塚 」 と 書 い て 以降 、 耳塚 と い う 呼称 が 広ま っ た よう で あ る 。 この 塚 は 慶長 2 年 ( 1597 年 ) に 築造 さ れ 、 同年 9 月 28 日 に 施餓 鬼 供養 が 行 れ た 。 この 施餓 鬼 供養 は 秀吉 の 意向 に 添 っ て 相国 寺 住持 西笑 承兌 が 行 っ た 物 で 、 京都 五 山 の 僧 を 集め 盛大 に 行 わ れ た よう で あ る 。 周囲 の 石柵 は 大正 4 年 5 月 に 歌舞伎 役者 を はじめ と する 当時 の 著名 芸 人 達 の 寄付 に よ っ て 建立 さ れ た 物 で 、 発起 人 は 京都 の 侠客 「 伏見 の 勇山 」 と 伝わ る 。 なお 塚前 の 焼香 台 ・ 石段 も 彼 の 発起 に よ っ て 築造 さ れ た もの で あ る 。 当時 は 戦功 の 証 と し て 、 敵 の 高級 将校 は 死体 の 首 ( 漢語 で は 頭 の こと ) を と っ て 検分 し た が 、 一揆 ( 兵農 分離 前 の 農民 軍 ) や 足軽 など 身分 の 低 い もの は 鼻 ( 耳 ) で その 数 を 証 し た 。 これ を し な い の を 打捨 と い う 。 また 、 運搬 中 に 腐敗 する の を 防 ぐ ため に 、 塩漬 、 酒漬 に し て 持ち帰 っ た と さ れ る 。 検分 が 終わ れれ ば 、 戦没 者 と し て 供養 し その 霊 の 災禍 を 防 ぐ の が 古来 より の 日本 の 慣習 で あ り 、 丁重 に 供養 さ れ た 。 一時 、 在日 韓国 朝鮮 人 から の 非難 で 観光 地 より 外 さ れ た 。 福岡 市 東 区 香椎 ( 香椎 宮脇 ) に も 「 耳塚 」 と 呼 ば れ る 塚 が 存在 する 。 伝承 で は 神功 皇后 に よ る 三韓 を 征伐 し た 際 に 作 ら れ た 塚 と さ れ る が 詳細 は 不明 。 耳塚 ( 安曇 野 市 ) ‐ 長野 県 安曇 野 市 に あ り 魏石 鬼八 面 大王 の 耳 が 埋め られ て い る と 伝え られ る 。 耳塚 古墳 ‐ 長野 県 松本 市寿 に あ り 耳塚 古墳 と し て 親し ま れ て い る 。 +京都 将棋 ( きょう と しょうぎ ) と は 将棋 の 一種 で あ り 、 二人 で 行な う ボード ゲーム ( 盤上 遊戯 ) の 一種 で あ る 。 1976 年 に 田宮 克哉 が 発表 し た 、 ごく 新し い 将棋 で あ る 。 京都 銀閣 将棋 、 京都 銀閣 金鶏 秘譜 将棋 と も 言 う 。 こう 言 う が 香車 の 裏 が と 金 だ から で 京都 に は 関係 な い 。 駒 を 1 手 ごと に 裏返 す と い う 斬新 な ルール で 知 ら れ る 。 大山 康晴 十 五 世 名人 が 絶賛 し た と の 逸話 が あ る 。 ルール ほぼ 将棋 と 同様 だ が 、 以下 の 点 で 異な る 。 盤面 は 縦横 5 マス 。 自陣 ・ 敵陣 は な い 。 初期 状態 で は 、 右図 の よう に 駒 を 配置 する 。 駒 は 次 の 5 種類 。 動き は 将棋 の もの と 同じ 。 玉 - 表裏 と も 玉将 香 と ( きょう と ) - 表 が 香車 、 裏 が と 金 銀角 ( ぎんかく ) - 表 が 銀将 、 裏 が 角行 金 桂 ( きんけい ) - 表 が 金将 、 裏 が 桂馬 飛歩 ( ひふ ) - 表 が 飛車 、 裏 が 歩兵 ( 将棋 ) 駒 は 成 ら ず 、 その 代わり に 1 手動 く ごと に その 駒 を 裏返 す 。 すなわち 駒 は 1 手 ごと に 性能 が 変わ る 。 将棋 同様 取 っ た 駒 は 打て る が 、 表裏 どちら で 打 っ て も よ い 。 また 最後 列 に 歩 や 桂馬 で 打 っ て も 構 わ な い 。 打ち歩詰め 、 二歩 は 禁止 さ れ て い な い 。 +狩野 派 ( かのう は ) は 、 日本 絵画 史 上 最大 の 画派 で あ り 、 室町 時代 中 期 ( 15 世紀 ) から 江戸 時代 末期 ( 19 世紀 ) まで 、 約 400 年 に わた っ て 活動 し 、 常 に 画壇 の 中心 に あ っ た 専門 画 家 集団 で あ る 。 室町 幕府 の 御 用 絵師 と な っ た 狩野 正信 を 始祖 と し 、 その 子孫 は 、 室町 幕府 崩壊 後 は 織田 信長 、 豊臣 秀吉 、 徳川 将軍 など に 絵師 と し て 仕え 、 その 時々 の 権力 者 と 結び付 い て 常 に 画壇 の 中心 を 占め 、 内裏 、 城郭 、 大寺院 など の 障壁 画 から 扇面 など の 小 画面 に 至 る まで 、 あらゆる ジャンル の 絵画 を 手掛け る 職業 画 家 集団 と し て 、 日本 美術 界 に 多大 な 影響 を 及ぼ し た 。 狩野 派 は 、 親 ・ 兄弟 など の 血族 関係 を 主軸 と し た 画家 集団 で 、 約 4 世紀 間 の 長期 に わた っ て 一 国 の 画壇 に 君臨 し た と い う 点 で 、 世界 的 に も 他 に ほとんど 例 を 見 な い もの で あ る 。 狩野 派 の 代表 的 な 絵師 と し て は 、 室町 幕府 8 代 将軍 足利 義政 に 仕え た 初代 狩野 正信 と その 嫡男 ・ 狩野 元 信 、 元信 の 孫 で 安土 城 や 大坂 城 の 障壁 画 を 制作 し た 狩野 永徳 、 永徳 の 孫 で 京都 から 江戸 に 本拠 を 移 し 、 江戸 城 、 二条 城 など の 障壁 画 制作 を 指揮 し た 狩野 探幽 、 京都 に とどま っ て 「 京狩野 」 と 称 さ れ た 一派 を 代表 する 狩野 山楽 など が 挙げ られ る 。 江戸 幕府 の 体制 が 安定 し て 以後 の 狩野 派 は 、 幕府 の 御 用 絵師 と し て 、 内裏 、 城郭 など の 障壁 画 の 大量 注文 を こな す 必要 に 迫 ら れ た 。 膨大 な 量 の 障壁 画 の 注文 に 応え る ため 、 狩野 家 の 当主 は 、 一門 の 絵師 たち を 率い て 集団 で 制作 に あた る 必要 が あ っ た 。 その ため 、 狩野 派 の 絵師 に は 、 絵師 個人 の 個性 の 表出 で は な く 、 先祖 伝来 の 粉本 ( 絵手本 ) や 筆法 を 忠実 に 学 ぶ こと が 求め られ た 。 こう し た 時代 背景 から 、 狩野 探幽 以降 の 狩野 派 は 伝統 の 維持 と 御 用 絵師 と し て の 勢力 保持 に もっぱら 努め 、 芸術 的 創造 性 を 失 っ て い っ た と い う 見 方 も あ る 。 芸術 家 の 個性 の 表現 や 内面 の 表出 を 尊重 する 現代 に お い て 、 狩野 派 の 絵画 へ の 評価 は 必ず しも 高 い と は 言え な い 。 しかし ながら 、 狩野 派 が 約 4 世紀 に わた っ て 日本 の 画壇 を リード し 、 そこ から 多く の 画家 が 育 っ て い っ た こと も 事実 で あ り 、 良 き に つけ 悪し き に つけ 、 狩野 派 を 抜き に し て 日本 の 絵画 史 を 語 る こと は でき な い 。 近世 以降 の 日本 の 画家 の 多く が 狩野 派 の 影響 を 受け 、 狩野 派 の 影響 から 出発 し た こと も 事実 で あ り 、 琳派 の 尾形 光琳 、 写生 派 の 円山 応挙 など も 初期 に は 狩野 派 に 学 ん で い る 。 狩野 派 の 祖 は 室町 幕府 の 御 用 絵師 と し て 活動 し た 狩野 正信 ( 143 4 ? - 15 30 ) で あ る 。 彼 は 当時 の 日本 人 と し て は 長寿 を 保 ち ( 通説 で は 97 歳 で 没 ) 、 15 世紀 半ば から 16 世紀 前半 まで 活動 し た 。 正信 の 出自 は 伊豆 方面 と さ れ て い る が 定か で は な い 。 20 世紀 後半 以降 の 研究 の 進展 に よ り 、 狩野 家 は 下野 国 足利 ( 栃木 県 足利 市 ) の 長尾 氏 と 何 ら か の 関係 が あ っ た もの と 推定 さ れ て お り 、 足利 市 の 長林 寺 に 残 る 墨画 の 『 観瀑 図 』 は 正信 の 比較 的 初期 の 作品 と 考え られ て い る 。 正信 の 画業 と し て 記録 に 残 る 最初 の 事例 は 、 応仁 の 乱 ( 14 67 - 14 7 7 ) の 直前 の 寛正 4 年 ( 1463 年 ) 、 30 歳 の 時 に 京都 の 雲頂院 ( 相国 寺 塔頭 ) に 観音 と 羅漢 図 の 壁画 を 制作 し た と い う もの で ( 『 蔭涼 軒 日録 』 所載 ) 、 この 時点 で 正信 が すでに 京都 に お い て 画家 と し て 活動 し て い た こと が わか る 。 正信 が 壁画 を 描 い た 雲頂 院 の 本寺 で あ る 相国 寺 は 室町 幕府 3 代 将軍 足利 義満 創建 の 禅寺 で 、 如拙 、 周文 、 雪舟 ら の 画僧 を 輩出 し た 室町 画壇 の 中心 的 存在 で あ り 、 この 当時 は 周文 の 弟子 に あた る 画僧 ・ 宗湛 ( 小栗 宗湛 、 14 13 - 14 81 ) が 御 用 絵師 と し て 活動 し て い た 。 狩野 正信 が いつ 上京 し 、 誰 に 師事 し 、 いつ 室町 幕府 の 御 用 絵師 と な っ た か 、 正確 な ところ は 不明 で あ る が 、 室町 幕府 8 代 将軍 ・ 足利 義政 に 重用 さ れ て い た こと は 諸 記録 から 明らか で あ る 。 10 年 に わた っ た 応仁 の 乱 ( 14 67 - 14 7 7 ) 終結 の 数 年 後 の 文明 ( 日本 ) 13 年 ( 1481 年 ) 、 室町 幕府 の 御 用 絵師 で あ っ た 宗湛 が 死去 し て お り 、 狩野 正信 は 、 宗湛 の 跡 を 継 い で 幕府 の 御 用 絵師 に 任命 さ れ た もの と 思 わ れ る 。 これ 以後 は 、 宮廷 の 絵所 預 ( えどころ あずかり ) の 職 に あ っ た 大和絵 系 の 土佐 光信 と 、 漢画 系 の 狩野 正信 の 両者 が 画壇 の 二 大 勢力 と な っ た 。 文明 14 年 ( 1482 年 ) 、 前将軍 ・ 足利 義政 は 、 東山 殿 ( 銀閣 寺 の 前身 ) の 造営 を 始め 、 正信 が その 障壁 画 を 担当 する こと と な っ た 。 延徳 2 年 ( 1490 年 ) の 義政 の 没後 、 正信 は 当時 政治 の 実権 を 握 っ て い た 細川 氏 に 仕え る よう に な る 。 正信 は この よう に 、 時 の 権力 者 と の 結び付き を 深め つつ 画壇 で の 地位 を 固め 、 後 の 狩野 派 隆盛 の 基礎 を 築 い た 。 記録 に よ れ ば 、 正信 は 障壁 画 、 仏画 を 含め 、 多様 な 形式 ・ 題材 の 作品 を 手掛け た こと が 知 ら れ る が 、 障壁 画 は ことごとく 失 わ れ 、 現存 する 確実 な 作品 は 掛軸 など の 小 画面 に 限 ら れ て い る 。 その 画風 は 、 同時代 人 の 土佐 光信 の 伝統 的 な 大和 絵風 と は 対照 的 に 、 水墨 を 基調 と し 、 中国 宋 ・ 元 の 画法 を 元 に し た 「 漢画 」 で あ っ た 。 正信 は 97 歳 の 長寿 を 保 っ た が 、 晩年 の 約 30 年間 の 事績 は 明らか で な く 、 嫡男 の 元信 に 画業 を 継 が せ て 引退 生活 を 送 っ て い た 模様 で あ る 。 狩野 派 隆盛 の 基盤 を 築 い た 、 2 代 目 ・ 狩野 元 信 ( 147 6 - 15 5 9 ) は 正信 の 嫡男 で 、 文明 8 年 ( 1476 年 ) に 生まれ た 。 現存 する 代表 作 は 大徳 寺 大仙 院 方丈 の 障壁 画 ( 方丈 は 永正 10 年 ( 1513 年 ) に 完成 ) 、 天文 ( 元号 ) 12 年 ( 1543 年 ) の 妙心 寺 霊 雲院 障壁 画 など で あ る ( 大仙 院 障壁画 に つ い て は 、 方丈 竣工 時 の 作品 で は な く 、 やや 後 の 年代 の 作 と する 見方 が 有力 で あ る ) 。 大仙 院 方丈 障 壁 画 は 相 阿弥 、 元信 と 弟 ・ 狩野 之信 が 部屋 ごと に 制作 を 分担 し て お り 、 元信 が 担当 し た の は 「 檀那 の 間 」 の 『 四季 花鳥 図 』 と 、 「 衣鉢 の 間 」 の 『 禅宗 祖師 図 』 など で あ っ た 。 この うち 、 『 禅宗 祖師 図 』 は 典型 的 な 水墨 画 で あ る が 、 『 四季 花鳥 図 』 は 水墨 を 基調 と し つつ 、 草花 や 鳥 の 部分 に のみ 濃彩 を 用い て 新し い 感覚 を 示 し て い る 。 元信 は 時 の 権力 者 で あ っ た 足利 将軍 や 細川 家 と の 結び付き を 強め 、 多く の 門弟 を 抱え て 、 画家 集団 と し て の 狩野 派 の 基盤 を 確か な もの に し た 。 武家 だけ で な く 、 公家 、 寺社 など から の 注文 に も 応え 、 寺社 関係 で は 、 大坂 に あ っ た 石山 本願 寺 の 障壁 画 を 元信 が 手掛け た こと が 記録 から 分か っ て い る が 、 これ は 現存 し な い 。 元信 は 晩年 に は 「 越前 守 」 を 名乗 り 、 また 「 法眼 ( ほうげん ) 」 と い う 僧位 を 与え られ た こと から 、 後世 に は 「 古法 眼 」 「 越前 法眼 」 など と 称 さ れ て い る 。 作品 の レパートリー は 幅広 く 、 障壁 画 の ほか 、 寺社 の 縁起 絵巻 、 絵馬 、 大和 絵風 の 金屏 風 、 肖像 画 など も 手掛け て い る 。 元信 は 父 正信 の 得意 と し た 漢画 、 水墨画 に 大和 絵 の 画法 を 取り入れ 、 襖 、 屏風 など の 装飾 的 な 大 画面 を 得意 と し 、 狩野 派 様式 の 基礎 を 築 い た 。 また 、 書道 の 楷書 、 行書 、 草書 に なら っ て 、 絵画 に おけ る 「 真体 、 行体 、 草体 」 と い う 画体 の 概念 を 確立 し 、 近世 障 壁画 の 祖 と も 言 わ れ て い る 。 元信 に は 宗信 、 秀頼 、 直信 の 3 人 の 男子 が あ っ た が 、 長男 の 宗信 は 早世 し た ため 、 宗家 を 継 い だ の は 三男 の 直信 ( 15 19 - 15 9 2 ) で あ っ た 。 なぜ 二男 の 秀頼 で な く 三男 の 直信 に 家督 を 継 が せ た の か は 定か で な い 。 直信 は 、 道名 の 狩野 松栄 の 名 で 広 く 知 ら れ 、 室町 から 桃山 に 至 る 時代 に 活動 し た 。 代表 作 と し て は 、 大徳 寺 に 残 る 巨大 な 『 涅槃 図 』 ( 縦約 6 m ) が あ る 。 また 、 父 ・ 元信 と とも に 石山 本願 寺 障壁 画 制作 に 参加 し て お り 、 大徳 寺 聚光院 ( じゅこういん ) 障壁 画 制作 に は 息子 の 永徳 と とも に 参加 し て い る が 、 父 ・ 元信 と 息子 ・ 永徳 が それぞれ に 高名 で あ る ため に 、 やや 地味 な 存在 と な っ て い る 。 松栄 の 嫡男 ・ 狩野 永徳 ( 15 4 3 - 15 90 ) は 州信 ( くに のぶ ) と も 称 し 、 桃山 時代 の 日本 画壇 を 代表 する 人物 で あ る 。 織田 信長 、 豊臣 秀吉 と い っ た 乱世 を 生き 抜 い た 権力 者 の 意向 に 敏感 に 応え 、 多く の 障壁 画 を 描 い た が 、 これ ら 障壁 画 は 建物 と とも に 消滅 し 、 現存 する 永徳 の 作品 は 比較 的 少な い 。 現存 する 代表 作 の 一 つ で あ る 大徳 寺 聚光 院 方丈 障 壁 画 は 永徳 と 父 ・ 松栄 の 分担 制作 で あ る が 、 父 ・ 松栄 は 方丈 南側 正面 の 主要 な 部屋 の 襖絵 を 息子 の 永徳 に まかせ 、 自分 は 脇役 に 回 っ て い る 。 封建 社会 の 当時 に あ っ て は 、 家門 の 長 が 主要 な 部屋 の 襖絵 を 描 く の が 常識 で あ り 、 この 障壁 画 制作 時 に は 松栄 は 才能 豊か な 永徳 に 家督 を 譲 っ て 、 自身 は すでに 隠居 の 身 で あ っ た と 考証 さ れ て い る 。 聚光 院 方丈 障 壁 画 の うち 、 室中 ( しっちゅう 、 方丈 正面 中央 の 部屋 ) を 飾 る 『 花鳥 図 』 は 特に 評価 が 高 い 。 その 後 、 永徳 は 天正 4 - 7 年 ( 15 7 6 - 1 579 年 ) 、 織田 信長 が 建立 し た 安土 城 天守 の 障壁 画 制作 に 携わ っ た 。 信長 亡 き 後 は 豊臣 秀吉 の 大坂城 や 聚楽 第 の 障壁 画 を 制作 し 、 晩年 に は 内裏 の 障壁 画 制作 に も 携わ っ た 。 これ ら の 作品 群 は 、 当時 の 日記 や 記録 類 に その 斬新 さ を 高 く 評価 さ れ て お り 、 現存 し て い れ ば 永徳 の 代表 作 と な っ た で あ ろ う が 、 建物 と とも に 障壁 画 も 消滅 し て しま っ た 。 現存 する 永徳 の 代表 作 と し て は 、 前述 の 聚光 院 方丈 障 壁画 の ほか 、 旧 御物 の 『 唐 獅子 図 屏風 』 、 上杉 氏 伝来 の 『 洛中 洛外 図 屏風 』 が 名高 く 、 東京 国立 博物 館 の 『 檜図 屏風 』 も 古来 永徳筆 と 伝え る もの で あ る 。 永徳 は 細画 ( さいが ) と 大画 ( たい が ) の いずれ を も 得意 と し た が 、 大量 の 障壁 画 の 注文 を こな す ため に 、 大画 様式 で 描 か ざる を え な かっ た と い う 。 細画 と は 細部 まで 細か く 描き込 ん だ 絵 、 大画 は 豪放 な 作風 の 絵 と 解釈 さ れ て い る 。 近世 初期 の 狩野 派 に は 他 に も 重要 な 画家 が 多 い 。 国宝 の 『 高雄 観楓 図 』 に は 「 秀頼 」 の 印 が あ り 、 古来 、 狩野 元信 の 次男 ・ 狩野 秀頼 ( 生没年 未詳 ) の 作 と さ れ て い る が 、 『 高雄 観楓 図 』 の 筆者 の 「 秀頼 」 は 別人 で 、 元信 の 孫 に あた る 真笑 秀頼 と い う 絵師 だ と も 言 わ れ て い る 。 狩野 宗秀 ( そうしゅう 、 15 5 1 - 1 60 1 ) は 元秀 ( もとひで ) と も 称 し 永徳 の 弟 で 、 安土 城 障 壁 画 制作 など で 永徳 の 助手 と し て 働 い た 。 屏風 、 肖像 画 など の 現存 作 が あ る 。 やはり 永徳 の 弟 で あ る 狩野 長信 ( 15 7 7 - 16 54 ) は 『 花下 遊楽 図 』 ( 国宝 ) の 筆者 と し て 名高 い 。 狩野 家 直系 以外 の 絵師 と し て は 、 川越 ・ 喜多 院 の 『 職人 尽図 屏風 』 の 筆者 で あ る 狩野 吉信 ( 15 5 2 - 1640 ) 、 京都 ・ 豊国 神社 ( 京都 市 ) の 『 豊国 祭 図 屏風 』 の 筆者 で あ る 狩野 内 膳 ( 15 70 - 161 6 ) ら が 知 ら れ る 。 狩野 永徳 は 父 の 松栄 ( 直信 ) に 先立 っ て 48 歳 で 没 し た 。 その 後 を 継 い だ の は 永徳 の 長男 ・ 狩野 光信 ( 15 6 5 ? - 16 0 8 ) と 次男 ・ 狩野 孝信 ( 15 7 1 - 16 1 8 ) で あ る 。 光信 は 、 園城 寺 勧学院 客殿 障 壁 画 など を 残 し 、 永徳 と は 対照 的 な 、 大和 絵風 の 繊細 な 画風 を 特色 と し た 。 こう し た 画風 が 制作 当時 の 一般 的 な 好み に 合致 し な かっ た ため か 、 『 本朝 画史 』 など の 近世 の 画論 は 一様 に 光信 を 低 く 評価 し て い る 。 狩野 家 の 頭領 で あ る 光信 が 死去 し た 時 、 その 子 の 狩野 貞信 ( 15 9 7 - 1623 ) は まだ 12 歳 の 若年 で あ っ た の で 、 光信 の 弟 で あ る 孝信 が 狩野 派 を 率い る こと と な っ た 。 封建 制度 の 下 で は 、 光信 の 長男 で あ る 貞信 の 家系 が 宗家 と な る はず で あ っ た が 、 貞信 が 27 歳 で 早世 し 後継ぎ が な かっ た ため 、 以後 、 幕末 に 至 る 狩野 家 の 正系 は 孝信 の 子孫 と な っ て い る 。 孝信 に は 守信 ( 探幽 、 16 0 2 - 167 4 ) 、 狩野 尚信 ( 16 0 7 - 1650 ) 、 狩野 安信 ( 16 1 3 - 1685 ) の 3 人 の 男子 が あ り 、 この 3 人 は それぞれ 鍛冶 橋 狩野 家 、 木挽 町 ( こびきちょう ) 狩野 家 、 中橋 狩野家 ( 宗家 ) の 祖 と な っ た 。 末弟 の 安信 は 前述 の 貞信 の 養子 と い う 扱い で 狩野 の 宗家 を 継 ぐ こと に な っ た が 、 絵師 と し て 最も 名高 い の は 探幽 こ と 守信 で あ る 。 守信 は 、 後 に 出家 し て 探幽 斎 と 称 し 、 画家 と し て は 狩野 探幽 の 名 で 知 ら れ る 。 後 に 江戸 に 本拠 を 移 し 、 江戸 幕府 の 御 用 絵師 と し て 、 画壇 に おけ る 狩野 派 の 地位 を ますます 不動 の もの と し た 。 探幽 は 幼少 時 より 画才 を 発揮 し 、 慶長 17 年 ( 1612 年 ) 、 11 歳 の 時 に 駿府 で 徳川 家康 に 対面 、 元和 ( 日本 ) 7 年 ( 1621 年 ) に は 江戸 鍛冶 橋 門外 に 屋敷 を 得 て 、 以後 江戸 を 拠点 に 活動 し 、 城郭 や 大寺院 など の 障壁 画 を 精力 的 に 制作 し た 。 探幽 の 作品 の うち 、 江戸 城 と 大坂 城 の 障壁 画 は 建物 と とも に 消滅 し た が 、 名古屋 城 上 洛殿 の 障壁 画 ( 水墨 ) は 第 二 次 大戦 時 に は 建物 から 取り外 し て 疎開 さ せ て あ っ た ため 空襲 を まぬ がれ て 現存 し て お り 、 他 に 二条 城 二の丸 御殿 や 大徳 寺 方丈 の 障壁 画 が 現存 する 代表 作 で あ る 。 これ ら 大 画面 の ほか に も 、 掛軸 、 絵巻 、 屏風 など あらゆる ジャンル の 作品 を 残 し て い る 。 二条 城 二の丸御殿 障 壁 画 は 25 歳 の 若描き で 、 永徳風 の 豪壮 な 画風 を 示 す が 、 後年 の 大徳 寺 の 障壁 画 は 水墨 を 主体 と し 、 余白 を たっぷり と 取 っ た 穏やか な 画風 の もの で あ る 。 絵巻 や 屏風 に は 大和 絵風 の 作品 も あ る 。 探幽 は 写生 ( スケッチ ) や 古画 の 模写 を 重視 し 、 写生 図 集 や 模写 画集 を 多数 残 し て い る 。 「 探幽 縮図 」 と 称 さ れ る 探幽 筆 の 古画 模写 は 多数 現存 し て お り 、 各地 の 美術 館 や 収集 家 が 所蔵 し て い る が 、 これ ら に は 今日 で は 原画 が 失 わ れ て しま っ た 古画 の 模写 も 多数 含 ま れ て お り 、 日本 絵画史 研究 上 、 貴重 な 資料 と な っ て い る 。 江戸 時代 の 狩野 派 は 、 狩野 家 の 宗家 を 中心 と し た 血族 集団 と 、 全国 に い る 多数 の 門人 から な る 巨大 な 画家 集団 で あ り 、 ピラミッド 型 の 組織 を 形成 し て い た 。 「 奥絵 師 」 と 呼 ば れ る 、 もっとも 格式 の 高 い 4 家 を 筆頭 に 、 それ に 次 い で 格式 の 高 い 「 表絵 師 」 が 約 15 家 あ り 、 その 下 に は 公儀 や 寺社 の 画事 で は な く 、 一般 町人 の 需要 に 応え る 「 町 狩野 」 が 位置 する と い う よう に 、 明確 に 格付け が さ れ 、 その 影響 力 は 日本 全国 に 及 ん で い た 。 この 時代 の 権力 者 は 封建 社会 の 安定 継続 を 望 み 、 江戸 城 の よう な 公 の 場 に 描 か れ る 絵画 は 、 新奇 な もの より 伝統 的 な 粉本 に 則 っ て 描 か れ た もの が 良し と さ れ た 。 また 、 大量 の 障壁 画 制作 を こな す に は 、 弟子 一門 を 率い て 集団 で 制作 する 必要 が あ り 、 集団 制作 を 容易 に する ため に も 絵師 個人 の 個性 より も 粉本 ( 絵手本 ) を 学習 する こと が 重視 さ れ た 。 こう し た 点 から 、 狩野 派 の 絵画 は 、 個性 や 新味 に 乏し い もの に な っ て い っ た こと は 否め な い 。 奥絵師 は 旗本 と 同格 で 、 将軍 へ の 「 お 目見え 」 と 帯刀 が 許 さ れ た と い う から 、 その 格式 の 高 さ が うかがえ る 。 奥絵師 の 4 家 と は 探幽 ( 狩野 孝信 の 長男 ) の 系統 の 鍛冶 橋 家 、 尚信 ( 孝信 の 次男 ) の 系統 の 木挽 町家 ( 当初 は 「 竹川 町家 」 ) 、 安信 ( 孝信 の 三男 ) の 系統 の 中橋 家 、 それ に 狩野 岑信 ( みねのぶ 、 16 62 - 1 7 0 8 ) の 系統 の 浜町 家 で あ る ( 岑信 は 、 狩野 尚信 の 長男 で あ る 狩野 常信 の 次男 ) 。 探幽 に は 初め 実子 が な かっ た ため 、 刀剣 金 工家 の 後藤 立乗 の 息子 の 洞雲 ( 狩野 益信 、 16 25 - 1694 ) を 養子 と し た 。 後 に 探幽 が 50 歳 を 過ぎ て 生まれ た 実子 で あ る 狩野 守政 ( 1653 - 1 7 1 8 ) が 跡 を 継 ぐ が 、 この 系統 から は その 後 見 る べ き 画家 は 出 な かっ た 。 探幽 に は 多く の 弟子 が い た が 、 中 で は 『 夕顔 棚 納涼 図 』 を 残 し た 久隅 守景 ( くすみ もりかげ 、 生没 年 未詳 ) が 著名 で あ る 。 守景 は 何 ら か の 事情 で 狩野 派 を 破門 に な り 、 後 に は 金沢 方面 で 制作 し た が 、 経歴 に つ い て 不明 な 点 が 多 い 。 前述 の とおり 、 狩野 家 の 宗家 は 、 探幽 の 弟 ・ 安信 の 中橋 家 が 継 ぐ こと に な っ た 。 安信 の 子 の 狩野 時信 ( 1642 - 167 8 ) は 30 代 で 没 し 、 その 子 の 狩野 主信 ( うじ のぶ 、 16 7 5 - 17 24 ) が 家督 を 継 ぐ が 、 この 系統 から も その 後 目立 っ た 画人 は 出 て い な い 。 都会 的 な 画風 で 人気 を 博 し た 英一 蝶 ( はなぶ さ いっ ちょう 、 16 52 - 1 7 24 ) は 安信 の 弟子 で あ っ た 。 奥絵 師 4 家 の 中 で 、 幕末 まで 比較 的 高名 な 画人 を 輩出 し た の は 、 尚信 の 系統 の 木挽 町 家 で あ る 。 この 家系 から は 尚信 の 嫡男 の 狩野 常信 ( 16 36 - 1 7 1 3 ) 、 その 子 の 狩野 周信 ( ちかのぶ 、 16 60 - 1 7 28 ) と 狩野 岑信 ( みねのぶ 、 16 62 - 1 7 0 8 ) ら が 出 て い る 。 岑信 は 将軍 ・ 徳川 家宣 の 寵愛 を 受け 、 後 に 「 浜 町 家 」 と し て 独立 し 、 「 奥絵 師家 」 の 1 つ に 数え られ る よう に な っ た 。 この ほか 、 狩野 興 以 ( ? - 163 6 ) は 狩野 家 の 血族 で は な い が 、 探幽 ら 3 兄弟 の 師匠 筋 に あた る 人物 で 、 その 功績 に よ っ て 狩野 姓 を 与え られ 、 後 に 紀州 徳川 家 に 仕え て い る 。 一方 、 京都 に 残 っ て 活動 を 続け た 「 京狩野 」 と い う 一派 も あ り 、 狩野 永徳 の 弟子 で あ っ た 狩野 山楽 ( 15 5 9 - 16 35 ) が その 中心 人物 で あ る 。 山楽 は 豊臣 秀吉 の 家臣 で あ っ た 近江 の 木村 家 の 出 で 、 元 の 名 を 木村 光頼 と 言 っ た 。 京都 ・ 大覚 寺 宸殿 の 障壁 画 『 牡丹 図 』 『 紅白 梅図 』 が 代表 作 で 、 金地 に 色彩 豊か で 装飾 的 な 画面 を 展開 し て い る 。 山楽 の 娘婿 で 養子 の 狩野 山雪 ( 15 89 / 90 - 1651 ) は 、 妙心 寺 天球 院 障壁画 の ほか 、 屏風 絵 など の 現存 作 が あ る 。 樹木 、 岩 など の 独特 の 形態 、 徹底 し た 細部 描写 など 、 狩野 派 の 絵師 の 中 で は 異色 の 個性 的 な 画風 を も つ 。 山雪 の 残 し た 画論 を 、 子 の 狩野 永納 ( 16 3 1 - 1697 ) が まとめ た もの が 、 日本 人 に よ る 本格 的 な 絵画 史 と し て は 最初 の もの と さ れ る 『 本朝 画史 』 で あ る 。 木挽 町 家 から は 、 江戸 時代 後期 に 狩野 典信 ( えいせんいん みちのぶ 、 1730 - 1 790 ) 、 狩野 惟信 ( よう せんいん これ のぶ 、 17 5 3 - 18 0 8 ) 、 狩野 栄信 ( いせんいん ながのぶ 、 17 75 - 1 8 2 8 ) 、 狩野 養信 ( せいせん いん おさのぶ 、 17 86 - 1846 ) など が 出 て い る 。 晴川 院 養信 は 、 天保 9 年 ( 1838 年 ) と 同 15 年 ( 1844 年 ) に 相 次 い で 焼失 し た 江戸 城 の 西 の 丸 および 本丸 御殿 の 再建 に 際 し 、 膨大 な 障壁 画 の 制作 を 狩野 派 の 棟梁 と し て 指揮 し た 。 障壁 画 その もの は 現存 し な い が 、 膨大 な 下絵 が 東京 国立 博物 館 に 所蔵 さ れ て い る 。 晴川 院 は 古画 の 模写 や 収集 に も 尽力 し た 。 一般 に 、 江戸 時代 後期 の 狩野 派 絵師 に 対 する 評価 は あまり 高 く な い が 、 20 世紀 後半 以降 の 研究 の 進展 に よ り 、 晴川 院 は 古典 絵画 から 幕末 の 新し い 絵画 の 動き ま で 熱心 に 研究 し た 、 高 い 技術 を も っ た 絵師 で あ っ た こと が 認識 さ れ る よう に な り 、 再 評価 の 動き が あ る 。 晴川 院 の 次代 の 狩野 雅信 ( しょうせんいん ただのぶ 、 18 2 3 - 18 80 ) の 門下 に は 、 明治 初期 の 日本 画壇 の 重鎮 と な っ た 狩野 芳崖 ( 下関 出身 、 18 2 8 - 1 8 8 8 ) と 橋本 雅邦 ( 川越 出身 、 18 35 - 19 0 8 ) が い た 。 芳崖 と 雅邦 は とも に 地方 の 狩野 派 系 絵師 の 家 の 出身 で あ っ た 。 職業 絵 師 集団 と し て の 狩野 派 は 、 パトロン で あ っ た 江戸 幕府 の 終焉 と とも に その 歴史 的 役目 を 終え た 。 +四 神 相応 ( し じん そうおう ) は 、 中国 ・ 朝鮮 ・ 日本 に お い て 、 天 の 四方 の 方角 を 司 る 「 四神 」 の 存在 に 最も ふさわし い と 伝統 的 に 信 じ られ て き た 地勢 や 地相 の こと を い う 。 四 地 相応 と も い う 。 なお 四神 に 中央 に 「 黄龍 」 ( おうりゅう ) 、 あるいは 麒麟 を 加え た もの が 「 五神 」 ( ごじん ) と 呼 ば れ て い る 。 ただし 現代 で は 、 その 四 神 と 現実 の 地形 と の 対応 付け に つ い て 、 中国 や 韓国 ・ 朝鮮 と 日本 で は 大き く 異な っ て い る 。 中国 ・ 朝鮮 中国 や 朝鮮 で の 風水 に おけ る 四神 相応 は 、 背後 に 山 、 前方 に 海 、 湖沼 、 河川 の 水 ( すい ) が 配置 さ れ て い る 背山 臨水 の 地 を 、 左右 から 砂 ( さ ) と 呼 ば れ る 丘陵 もしくは 背後 の 山 より も 低 い 山 で 囲 む こと で 蔵風 聚水 ( 風 を 蓄 え 水 を 集め る ) の 形態 と な っ て い る もの を い う 。 この 場合 の 四神 は 、 背後 の 山 が 玄武 、 前方 の 水 が 朱雀 、 玄武 を 背 に し て 左側 の 砂 が 青龍 、 右側 が 白虎 で あ る 。 日本 の 京都 に お い て も 、 北 の 丹沢 山地 を 玄武 、 東 の 左 大 文字 山 を 青龍 砂 、 西 の 嵐山 を 白虎 砂 、 南 に あ っ た 巨椋 池 を 朱雀 と する 対応 付け が 可能 で 、 標準 的 な 風水 の 観点 から 正し く 京都 は 四神 相応 の 地 で あ っ た 。 ただし 巨椋 池 が 完全 に 埋め立て られ て しま っ た ため に 、 京都 の 四 神 相応 は 破壊 さ れ て い る 。 なおかっ て 朱雀 大路 を 見通 す こと の でき た 船岡 山 は 、 玄武 と する に は 小 規模 で あ る 。 標準 的 な 風水 の 観点 で は 、 船岡山 を 玄武 を 伝 っ て や っ て くる 山龍 が 目指 す 星峰 と 解釈 し て い る 。 日本 現代 の 日本 で は 次表 の よう な 、 四神 を 「 山川 道澤 」 に 対応 さ せ る 解釈 が 一般 に 流布 し て い る 。 しかし 、 この 対応 付け は 古来 から 定ま っ て い た と い う わけ で は な い 。 「 四神 = 山川 道澤 」 説 の 典拠 と な っ て い る の は 、 『 作庭 記 』 で あ る 。 『 作庭 記 』 は 寝殿 造 を 念頭 に おいた 庭園 の 作 り 方 を 述べ た 書物 で あ り 、 理想 の 庭園 の 姿 と し て 「 四神 = 山川 道澤 」 説 を 記述 する 。 そして 四神 と し て の 山川 道澤 が な い 場合 に 、 特定 の 種類 の 樹木 を 特定 の 本数 植え る こと で 「 四神 = 山川 道澤 」 の 代用 と な る こと を 説 い て い る 。 現在 の 日本 で 四 神 を 「 山川 道澤 」 に 対応 さ せ る 解釈 が 一般 的 と な っ た の は 、 平安 京 を モデル と し て 、 青龍 = 鴨川 ( 淀川 水系 ) 、 白虎 = 山陰 道 、 朱雀 = 巨椋 池 ( お ぐらい け ) 、 玄武 = 船岡 山 の 対応 付け が 比較 的 うま く 行 っ た と 考え られ る よう に な っ て から で あ る 。 しかし 『 作庭 記 』 自体 に は 平安 京 に つ い て の 言及 は な く 、 まして や 山川 道澤 の 具体 的 地名 など は まったく 記 さ れ て い な い 。 『 作庭 記 』 は その 内容 から 平安 時代 末期 の 作 と さ れ て お り 、 「 四神 = 山川 道澤 」 説 は 平安 時代 末期 まで しか 遡 り 得 な い の が 現状 で あ る 。 その ため 、 同説 が 8 世紀 後葉 に 建設 さ れ た 平安 京 選地 の 思想 的 背景 で あ る と の 前提 に 立 っ た 主張 に つ い て は 裏付け が な い こと に 注意 が 必要 で あ る 。 さらに 、 平安 京 で うま く 行 っ た と さ れ る 山川 道澤 と の 対応 付け は 、 江戸 時代 以降 に 主張 さ れ る よう に な っ た もの で あ り 、 それ が 一般 的 な 解釈 と さ れ る よう に な っ た の は ようやく 明治 時代 に な っ て から で あ る 。 つまり 、 江戸 時代 以前 の 都市 デザイン が 四 神 相応 と な る よう に 設計 さ れ て い て も 、 その 四 神 が 山川 道澤 で あ る と は 考え にく い 。 例えば 平城 京 は その 建都 に あた っ て の 詔勅 に 、 「 方今 、 平城 之 地 、 四 禽 叶 図 、 三山 作鎮 、 亀筮 並従 。 ( 方 に 今 、 平城 の 地、 四 禽 図 に 叶 ひ 、 三山 鎮 を 作 し 、 亀筮 並 に 従 ふ 。 ) 」 と あ る 。 この 「 四禽 図 に 叶 ひ 」 と は 四神 相応 の こと で あ り 、 奈良 時代 に は 平城 京 が 四 神 相応 の 地 で あ る と 考え られ て い た こと を 確認 でき る 。 平城 京 の 立地 は 、 平安 京 で 説 か れ る よう な 山川 道澤 に は あてはま ら な い 。 しかし それ を 四神 相応 と する 以上 、 奈良 時代 に は 別 の 解釈 が と ら れ て い た こと に な る 。 また 、 鎌倉 時代 後期 の 詞林 采葉 抄 で は 「 その 中山 を 玄武 に 当て 、 貴人 金爐 を 朱雀 に 当て 、 ・・・ 」 と あ り 、 朱雀 に 「 貴人 金爐 」 が 対応 付け られ て い る こと が わか る 。 さらに 『 柳営 秘鑑 』 に よ れ ば 、 「 風此 江戸 城 、 天下 の 城 の 格 に 叶 ひ 、 其土地 は 四神 相応 に 相叶 ゑ り 」 と 記 さ れ て い る 。 『 柳営 秘鑑 』 の 著者 で あ る 菊池 弥門 に と っ て 、 江戸 城 は 四神 相応 の 地 に 建設 さ れ た 城郭 で あ る 。 しかし 、 「 四神 = 山川 道澤 」 説 を 採用 する と すれ ば 、 どう 贔屓 目 に み て も 朱雀 と な り そう な 東京 湾 は 東 から 南東 を 経 て 南 へ の 広り が あ る わけ だ し 、 白虎 と な り そう な 甲州 街道 も 単に 西 に 延び て い る だけ で あ る 。 この よう な 地形 を も っ て 、 「 四神 = 山川 道澤 」 説 に 合致 し て い る と する の は 、 牽強 付 会 と い う べ き だ ろ う 。 さらに 言 え ば 、 姫路 城 や 福山 城 ( 備後 国 ) 、 熊本城 など を 「 山川 道澤 」 の 四 神 相応 と する もの 同様 に 後世 に 創 ら れ た 解釈 で あ る 。 名古屋 城 に つ い て も 『 金城 温 古録 』 で は 、 「 名府 御 城 の 如き は 、 道 を 四道 に 開 か れ て 、 四方 より 人民 輻湊 する 事 、 恰 も 天下 の 城 の 如 く 十里 に 嶮地 を 置 き 、 東 は 山 、 南 は 海 、 西北 は 木曾 川 あ り 、 その 中間 、 三五 里 を 隔て 要害 設 し 給 ふ ( 中略 ) 、 先 は 東 は 八事 山 の 砦柵 、 西 は 佐屋 、 清州 の 陣屋 ( 中略 ) 、 城 、 場 、 郭 の 三 を 備 へ 、 四 神 相応 の 要地 の 城 と は 、 これ を 申奉 る なる べし 」 と 記述 さ れ て い る 。 『 金城 温 古録 』 で 語 ら れ て い る 四神 相応 も また 「 山川 道澤 」 で は な い 。 また 古代 中国 の 風水 で は 特定 の 方位 に つ い て 固定 し た 吉凶 を と る 考え は な く 、 鬼門 ・ 裏 鬼門 を 忌 む の は 日本 独自 の 考え 方 で あ る 。 そう い う 点 で 『 竈門 山旧 記 』 を 根拠 と し て 、 竈門 神社 が 大宰府 の 鬼門 を 護 る ため に 大宰府 建設 時 に 創建 さ れ た と い う 記述 から 、 大宰府 が 風水 に 則 っ て 作 ら れ た と する 説 は 問題 が 多 い 。 この よう に 四 神 相応 の 解釈 は 古代 から 近世 に かけ て 変化 し て い き 、 古代 中国 の 風水 と は 異な る 独自 の もの で あ っ た と 考え られ る 。 大 相撲 - 土俵 上 に あ る 4 つ の 色分け さ れ た 房 は 元来 方屋 の 屋根 を 支え た 4 柱 の 名残 で あ り 四神 を 表 し て い る 。 +声明 ( しょうみょう ) と は 日本 の 伝統 音楽 の 一 つ 。 仏典 に 節 を つけ た もの で 儀礼 に 用い られ る 宗教 音楽 で あ る 。 日本 で は 、 梵唄 ( ぼんばい ) ・ 梵匿 ( ぼん の く ) と も い う 。 旧 字体 で は 聲明 と 書 く 。 古代 インド の 学問 分野 ( 五明 ・ ごみょう ) の 一 つ 。 五明 と は 、 声明 ( 音韻 学 ・ 文法 学 ) ・ 工 巧明 ( 工芸 ・ 技術 論 ) ・ 医方 明 ( 医学 ) ・ 因明 ( 倫理 学 ) ・ 内明 ( 自己 の 宗旨 の 学問 、 仏教 者 の 場合 は 仏教学 ) の 5 種類 の 学問 分野 を 指 す 。 日本 へ の 仏教 伝来 と 共 に 伝わ り 定着 し た 。 754 年 ( 天平 勝宝 4 年 ) に 東大 寺 大仏 開眼 法要 の とき に 声明 を 用い た 法要 が 行 わ れ た 記録 が あ り 、 奈良 時代 に は 、 声明 が 盛ん に おこな わ れ て い た と 考え られ る 。 平安 時代 初期 に 最澄 ・ 空海 が それぞれ 声明 を 伝え て 、 天台 声明 ・ 真言 声明 の 基 と な っ た 。 天台 宗 ・ 真言 宗 以外 の 仏教 宗 派 に も 、 各 宗 独自 の 声明 が あ り 、 現在 も 継承 さ れ て い る 。 声明 は 口伝 ( く でん ) で 伝え る ため 、 楽譜 が な かっ た 。 その ため 、 伝授 は 困難 を 極め た 。 後 に 楽譜 に あた る 、 博士 ( はかせ ) が 発明 さ れ た 。 また 、 各流 派 に よ り 博士 など の 専門 用語 に は 違い が あ る 。 しかし 博士 は 、 唱え る ため の 参考 で あ り 、 声明 を 習得 し よ う と すれ ば 、 口伝 ( ロイ と も 言 う ) ( 指導 者 に よ る 面授 ) が 必要 で あ り 、 師 から 弟子 へ の 流派 の 維持 ・ 継承 は 出来 な い 。 その ため に 指導 者 ・ 後継 者 の 育成 が 必須 で あ っ た 。 さまざま な 条件 が 重な っ て 、 多く の 流派 が 廃絶 し て しま っ た 。 天台 声明 は 最澄 が 伝え た もの が 基礎 と な り 、 独自 の 展開 を し た 。 最澄 以後 は 、 円仁 ・ 安然 が 興隆 さ せ た 。 融通 念仏 の 祖 の 良忍 が 中興 の 祖 と し て 知 ら れ る 。 1109 年 ( 天仁 2 年 ) に 、 良忍 は 、 京都 ・ 大原 に 来迎 院 ( 京都 市 左京 区 ) を 建立 し た 。 大原 の 来迎 院 の 山号 を 、 中国 の 声明 発祥 の 地 ・ 魚山 ( ぎょざん ) に 擬 し て 、 魚山 と 呼称 さ れ た 。 やがて 、 来迎 院 ・ 勝林 院 の 2 ヶ寺 を 大原 流 魚山 声明 の 道場 と し て 知 ら れ る よう に な っ た 。 また 、 後 に 寂原 が 一派 を な し て 、 大原 に は 2 派 の 系統 の 声明 が あ っ た 。 のち に 宗快 が 大原 声明 を 再興 する に 至 っ た 。 湛智 が 新し い 音楽 理論 に 基づ い た 流れ を 構築 し た 。 以降 、 天台 声明 の 中枢 を なし 、 現在 の 天台 声明 に 継承 さ れ て い る 。 融通 念 仏 宗 、 浄土 宗 、 浄土 真宗 の 声明 は 、 天台 声明 の 系統 で あ る 。 真言 声明 は 空海 が 伝え た もの が 基礎 と な り 、 現在 に 至 っ て い る 。 声明 が 体系 化 さ れ て き た の は 真雅 以降 で あ る 。 寛朝 は なか で も 中興 の 祖 と も いえ る 。 声明 の 作曲 ・ 整備 に つとめ た 。 鎌倉 時代 まで は 多く の 流派 が あ っ た が 、 覚性 法 親王 に よ り 、 4 派 ( 本相 応 院 流 ・ 新 相応 院 流 ・ 醍醐 流 ・ 中川 大進流 ) に まとめ られ た 。 古義 真言宗 の 声明 は 江戸 時代 に かけ て 衰微 ・ 廃絶 し た 。 本 相応 院 流 ・ 新 相応 院 流 ・ 醍醐 流 は 明治 中期 ごろ まで に は 廃絶 し た 。 現在 で は 、 智山 ( ちざん ) 声明 ( 京都 ・ 智積 院 ) 、 豊山 ( ぶざん ) 声明 ( 奈良 ・ 長谷 寺 ) 、 南山 進流 ( なんざん しん りゅう ・ 高野山 、 京都 ・ 古義 真言宗 寺院 ) に 分別 さ れ る 。 智山 声明 ・ 豊山 声明 ( 新義 真言宗 系 声明 ) 真言 宗 智山 派 ・ 真言 宗 豊山 派 、 両派 の 声明 は 、 もと は 、 中川 大進流 に 由来 する 。 頼瑜 が 醍醐 の 古流 を 採り入れ た 。 1583 年 ( 天正 13 年 ) 根来 寺 ( 和歌山 県 ) が 豊臣 秀吉 に 焼き 討ち さ れ て 衰微 する と 、 智山 ・ 豊山 の 両派 は 、 醍醐 の 古流 を もと に し て 、 一派 を 形成 する に 至 っ た 。 特徴 と し て は 、 豊山 の 「 論議 」 ・ 智山 の 「 声明 」 と 称 さ れ る 。 南山 進流 ( 古義 真言宗 系 声明 ) 中川 大進流 が もと に な っ た 。 中川 大進流 は 、 奈良 ・ 中川 寺 の 大進 が 流祖 。 貞永 年間 ( 1232 ~ 1233 ) に 高野山 蓮華 谷 ・ 三宝 院 の 勝心 が 本拠 地 を 高野山 に 移 し た 。 後 に 高野山 の 別名 、 南山 を 冠 し て 、 南山 進流 と 称 し た 。 進流 ・ 野山 進流 と も 称 する 。 平曲 ・ 謡曲 、 民謡 、 浄瑠璃 など の 音曲 は 声明 の 転化 と いえ る 。 単旋律 音楽 に あたえ た 影響 が 大き い 。 +雅楽 ( が がく ) は 、 日本 、 中国 、 朝鮮 半島 、 ベトナム の 伝統 的 な 音楽 の 一 つ 。 以下 、 宮内 庁 式部 職楽部 に 伝わ る 日本 の 雅楽 ( 重要 無形 文化 財 ) を 中心 に 述べ る 。 雅楽 の 原義 は 「 雅正 の 楽舞 」 で 、 「 俗楽 」 の 対 。 国内 の 宮内 庁 式部 職楽部 に よ る 定義 で は 、 宮内 庁 式部 職楽 部 が 演奏 する 曲目 の 内 、 洋楽 を 除 く もの 、 と さ れ る 。 多く は 器楽 曲 で 宮廷 音楽 と し て 継承 さ れ て い る 。 現在 で も 大 規模 な 合奏 形態 で 演奏 さ れ る 伝統 音楽 と し て は 世界 最古 の 様式 で あ る 。 ただし 、 雅楽 本来 の 合奏 形態 と し て は 、 応仁 の 乱 以降 、 徳川 幕府 が 楽師 の 末裔 ( 楽家 ) を あつめ て 再編 する まで は 、 10 0 年 以上 断絶 し て い た の で 、 平安 時代 の 形態 を どこ まで 継承 し て い る か は 疑問 で あ る 。 篳篥 の カタカナ で 記 さ れ て い る 譜面 を 唱歌 ( しょうが メロディー を 暗謡 する ため に 楽譜 の 文字 に 節 を つけ て 歌 う 事 ) と し て 歌 う とき に ハ行 の 発音 を ファフィフフェフォ と 発音 する など 16 世紀 以前 の 日本 語 の 発音 の 特徴 も その まま 伝え られ て お り 、 全体 的 に も かなり 忠実 に 再現 さ れ て い る の で は な い か と い う こと が 推測 さ れ る 。 楽 琵琶 の 譜面 の よう に 漢字 で 記 さ れ る もの は 、 中国 の 敦煌 で 発見 さ れ た 琵琶 譜 と も 類似 点 が 多 く 、 さらに 古 い 大陸 から 伝わ っ た 様式 が 多 く 継承 さ れ て い る 。 最も 重要 な 史料 と し て は 、 豊原 統秋 ( 1450 ~ 15 12 ) が 応仁 の 乱 に よ り 雅楽 等 の 記録 が 散逸 する こと を 憂え て 著 し た 『 體源 抄 』 ( たいげんしょう ) が あげ られ る 。 笙 の 楽家 の 統秋 が 、 笙 を 中心 と し た 雅楽 、 舞楽 に つ い て の 記録 を まとめ た もの で 、 古 い 時代 の 雅楽 に つ い て の 貴重 な 記録 で あ る 。 日本 三 大楽書 の 一 。 13 巻 22 冊 。 永正 9 年 成立 。 10 世紀 以前 に 中国 、 朝鮮 半島 、 南 アジア から 伝わ っ た 儀式 用 の 音楽 が もと に な っ て い る 。 中国 に お い て 雅楽 ya - y üe と い え ば 儀式 に 催 さ れ る 音楽 で あ っ た 。 しかし ながら 、 現在 日本 の 雅楽 で 演奏 さ れ て い る 曲目 の なか で 中国 から 伝わ っ た と さ れ る 唐楽 は 、 唐 の 燕楽 と い う 宴会 で 演奏 さ れ て い た 音楽 が もと に な っ て い る と さ れ る 。 日本 と 同様 に 中国 の 伝統 音楽 を とりいれ た ベトナム の 雅楽 ( nh ã nhạ c ) や 大韓 民国 に 伝わ る 国楽 と は 兄弟 関係 に あた る 。 楽曲 の カテゴリー と し て も 、 唐楽 、 高麗 楽 、 林 邑楽 ( チャンパ の 音楽 ) 等 、 国際 色 豊か な 名前 が 伝わ っ て お り 、 大陸 の 音楽 伝来 以前 から の 日本 古来 の 音楽 の 要素 も 含 ま れ て い る 。 近代 以前 に お い て は 、 最古 の 様式 を 伝え る 四 天王 寺 の 天王 寺 楽所 ( がくそ ) ( 大阪 市 ) 、 宮中 の 大内 楽所 ( 京都 ) 、 春日 大 社 の 南都 楽所 ( 奈良 市 ) が 三方 楽所 と さ れ た 。 これ ら の 楽所 は 近代 に な る と 東京 に 呼 ば れ 、 現在 の 宮内 庁 の 楽部 の 基礎 と な る が 、 それぞれ の 楽所 の 伝統 は それぞれ の 地 で 続 い て い る 。 その 他 に も 民謡 や 声明 と も 相互 に 影響 が み られ 、 日本 独自 の 様式 が 作 ら れ て き た 。 現在 、 100 曲 ほど が 宮内 庁 式部 職楽部 に 継承 さ れ て い る 。 日本 に 古く から 伝わ る もの ( 国風 歌舞 く に ぶり の うたまい ) 神楽 歌 人長 舞 ( にんじょうまい ) 東遊 ( あずまあそび ) 駿河 舞 求子 舞 ( もとめ ご まい ) 大和歌 ( 倭歌 と も ) 大和 舞 ( 倭舞 と も ) 久米 歌 久米 舞 大歌 ( おおうた ) 五 節 舞 ( ごせち の まい ) 誄歌 ( るいか ) 悠紀 ・ 主基 ( ゆき ・ すき ) 歌詞 は s 国風 歌舞 を 参照 日本 国外 から 伝来 し た もの ( これ のみ を 雅楽 と する 見解 も あ る 。 ) 左方舞 ・ 唐楽   ……… 中国 、 天竺 ( インド ) 、 林邑 ( 南 ベトナム ) 系 の もの 右方 舞 ・ 高麗 楽 … … … 朝鮮 、 渤海 ( 中国 の 東北 地方 ) 系 の もの これ ら に は 上記 の 作風 を 真似 て 日本 で 制作 さ れ た 曲 ( 本邦楽 ) も 含 む 。 平安 時代 に でき た 歌曲 ( 謡物 うたい もの ) 催馬楽 ( さいばら ) 朗詠 ( ろうえい ) 今様 ( いまよう ) 歌詞 は s 謡物 を 参照 ※ 国風 歌舞 と 謡物 を 古代 歌謡 と 総称 する 場合 が あ る 。 楽器 のみ の 演奏 を 管絃 と 言 い 、 主 と し て 屋内 で 演奏 さ れ 、 舞 を 伴 う 演奏 を 舞楽 と 言 い 、 主 と し て 屋外 で 演奏 さ れ る 。 曲 に は 序 ( じょ ) ・ 破 ( は ) ・ 急 ( きゅう ) が あ り 、 西洋 音楽 で 言 う 第 一 楽章 、 第 二 楽章 、 第 三 楽章 を 言 う 。 序 は 一番 ゆったり し た 流れ で 、 自由 な 緩急 で 旋律 を 演奏 する 。 破 は ゆったり し た 流れ だ が 、 拍子 が 決め られ て い て 一 小節 を 八拍 と し て 演奏 する 。 急 は さっくり し た 流れ と な り 、 拍子 は 一 小節 を 四拍 と し て 演奏 する 。 ただし 、 演目 に よ っ て は 必ず しも 急 が 速 い テンポ と は な ら な い の で 、 あくまで も 一 組 の 曲 の 3 番 目 ぐらい の 意味 で あ る 。 多く の 場合 、 破 のみ あるいは 急 のみ の 演奏 と な る 。 序 ・ 破 ・ 急 を 通し で 演奏 する こと を 「 一具 」 と 呼 ぶ 。 曲 の 調子 に は 何 種類 か 有 っ た が 、 現在 は 、 唐楽 に 6 種類 、 高麗 楽 に 3 種類 が 残 る 。 G 呂旋 双調 ( そうじょう ) ( 春 ) D 呂旋 壱 越調 ( いちこつ ちょう ) Am 律 旋 黄 鐘調 ( おうしき ちょう ) ( 夏 ) 、 高麗 雙調 ( こま そうじょう ) E 呂 旋 太 食調 ( たい しき ちょう ) Em 律 旋 平調 ( ひょうじょう ) ( 秋 ) 、 高麗 壱 越調 ( こまい ちこつ ちょう ) Bm 律 旋 盤渉調 ( ばん しきちょう ) ( 冬 ) Fm 律旋 高麗 平調 ( こま ひょうじょう ) ( 双調 、 壱越調 、 太食 調 は 対応 する 洋音 階 の 長 音 階 と 比べ て シ に 相当 する 音 が 半音 低 い ( ミクソリディア 旋法 と 同様 ) ) ( 黄鐘調 、 平調 、 盤渉 調 は 対応 する 洋音 階 の 自然 短 音 階 と 比べ て ラ に 相当 する 音 が 半音 高 い ( ドリア 旋法 と 同様 ) 、 高麗 平調 は 洋音 階 と 同じ ) 雅楽 の レパートリー で 親し ま れ て い る 調子 と は 別 の 調子 に 乗っ取 っ て 演奏 する 事 も 可能 で あ る ( 「 渡し 物 」 と 称 する ) 。 その 場合 は 西洋 音楽 の 移調 と は 異な り 、 その 調子 に 含 ま れ る 音階 に 沿 っ て 演奏 さ れ る ため 、 メロディライン が 若干 変化 する 。 『 越天楽 』 を 平調 と 盤渉 調 で 聴 き 比べ て 例 に 挙げ る と 、 平調 で は 「 D - EEBBABEEEDE 」 と な る が 、 これ を 西洋 音楽 の 論理 に 乗っ取 っ て 完全 5 度 下 に 移調 する と 「 G - AAEEDEAAAGA 」 と な る 。 それ に 対 し て 盤渉 調 で は 「 G - AAFFEFBBBAB 」 と な り 、 途中 から 完全 4 度 下 の 移調 に な っ て い る 事 が 判 る 。 これ は 、 一 つ に は 現代 使用 さ れ て い る 楽器 が 平調 の ため の もの で 、 特に 、 主旋律 を 奏 する 篳篥 の 音域 が 狭 い ため 、 他 の 調子 を 演奏 する とき に 、 部分 的 に 変え て 演奏 せ ざる を 得 な い ため で あ る 。 この よう な 部分 で 龍笛 が 補足 的 に 本来 の 音 に 近 い メロディー を 吹 く こと に な り 、 その 部分 が ヘテロフォニー と 呼 ば れ る 、 ずれ の 現象 を 伴 っ て 演奏 さ れ る こと に よ り 、 独特 の 味わい が で る こと と な る 。 実際 は 、 更に 複雑 で 、 黄鐘調 や 盤渉調 の 『 越天楽 』 を 、 聞き 慣れ た 平調 と 聞き 比べ る と 、 同じ 曲 と は 思え な い ほど 、 全く 違 う 雰囲気 に な る 。 譜面 も 別 に 作成 さ れ 、 唱歌 も 変わ る 。 『 迦陵 頻 』 に 於 い て は 、 渡し 物 で は 曲名 も 『 鳥 』 に 変わ る 。 実 は 、 リズム も 渡 し 物 に お い て 変化 する こと が あ る 。 管弦 で は 只 拍子 ( 6 拍子 ) で 演奏 さ れ る 曲 が 舞楽 に な る と 夜 多 羅 拍子 ( 5 拍子 ) と な っ て 変わ っ て しま う もの が いく つ か あ る 。 一 つ の 曲 に 使用 さ れ る 音列 が 変わ っ たり 、 リズム が 変わ っ たり する ところ は インド の 古典 音楽 の ラーガ マーリカ ( ラーガ を 変え ながら 演奏 ) や ターラマーリカ ( リズム を 変え ながら 演奏 ) 等 と 共通 する もの が あ り 、 特に 雅楽 で 言 う 拍 の 概念 は インド の ターラ の 概念 に 近 い もの が あ る こと は 、 小泉 文夫 の 指摘 する ところ で あ る 。 広義 に は 国風 歌舞 も 含 ま れ る 。 以下 の 分類 に は 例外 や 異論 も あ る 。 唐 を 経由 し て 伝来 し た もの を 左方 舞 ( 左舞 ) と 言 い 、 伴奏 音楽 を 唐楽 と 呼 ぶ 。 朝鮮 半島 ( 高麗 ) を 経由 し て 伝来 し た もの を 右方 舞 ( 右舞 ) と 言 い 、 伴奏 音楽 を 高麗 楽 と 呼 ぶ 。 平舞 ( ひらま い ) は 、 文舞 ( ぶん の まい ) と も よ ば れ 、 武器 など を 持 た ず に 舞 う 、 穏やか な 感じ の 舞 。 仮面 を 付け ず に 、 常装束 ( 襲装束 ・ 蛮絵 装束 ) で 、 4 人 で 舞 う 曲 が 多 い 。 例外 と し て 、 『 振鉾 ( えんぶ ) 』 は 鉾 を 持 つ 1人 舞 、 『 青海 波 』 『 迦陵 頻 』 『 胡蝶 』 は 別 装束 、 『 安摩 』 『 二 ノ 舞 』 は 仮面 を 着 け 笏 や 桴 を 持 つ など 。 走舞 ( はしりま い ) は 勇猛 な 仮面 を 付け 、 桴 や 鉾 を 持 ち 、 平舞 に 比 し て 活発 な 動き で 舞 う 勇壮 な 舞 。 別 装束 ( 裲襠 装束 ) で 1 名 ( 『 納曽利 』 は 2 名 、 又 は 1 名 ) で 舞 う 。 武舞 ( ぶまい 、 ぶ の まい ) は 、 太刀 ・ 剣 や 鉾 を 持 っ て 舞 う 勇猛 な 舞 。 「 文舞 」 に 対 する 言葉 。 2 名 、 又 は 4 名 で 舞 う 。 童舞 ( どうぶ 、 わらわ まい ) と は 、 元服 前 の 男子 が 舞 う 舞楽 の こと で あ る 。 近代 以降 は 女子 あるいは 成人 女性 が 舞 う 場合 も 多 い 。 装束 、 仮面 、 化粧 から 童舞 は 特に 関東 地方 に お い て は 希少 価値 が きわめて 高 い 。 『 迦陵 頻 』 と 『 胡蝶 』 は 童舞 専用 の 曲 で あ り 、 その 他 に も 『 蘭陵王 ( 雅楽 ) 』 や 『 納曽利 』 等 、 童舞 の バージョン が あ る 曲 が 多 い 。 仮面 を 付け ず に 白 塗り の 厚 化粧 を する の が 原則 で あ る が 、 素顔 の まま や 薄 化粧 の 場合 も あ る 。 女舞 ( おんな まい ) と は 、 妙齢 の 女性 が 舞 う 舞楽 の こと で あ る 。 平安 末期 に は 中絶 し 、 文献 上 のみ の 存在 と な っ て た が 、 1970 年代 に 一部 の 団体 が 復活 さ せ た 。 『 柳花 苑 』 は 元々 は 女舞 専用 の 曲 だっ た が 長年 管弦 のみ だっ た 。 その 他 に も 『 桃李 花 』 や 『 五 常楽 』 等 に 、 女舞 の バージョン が あ っ た 。 仮面 を 付け ず に 白 塗り の 厚 化粧 を する の が 原則 で あ る が 、 素顔 の まま や 薄 化粧 の 場合 も あ る 。 ※ は 林邑 八 楽 、 及び 、 その 番舞 ※ 太字 は 舞楽 曲 双調   春庭 楽 、 柳花 苑 ( 女人 舞楽 近年 復活 ) 壱越調   春鶯 囀 、 賀殿 、 酒 胡子 、 武徳 楽 、 新羅 陵王 、 北庭 楽 、 承和 楽 、 迦陵 頻 ※ 、 蘭陵王 ( 雅楽 ) ※ 、 胡飲 酒 ※ 、 菩薩 ( 雅楽 ) ※ 、 安摩 ( 二 ノ 舞 ) ※ 黄 鐘調   喜春 楽 、 桃李 花 、 央宮 楽 、 感城 楽 、 西王楽 、 河南 浦 太食調   抜頭 ※ ( 舞 は 左右 双方 に あり ) 、 散手 、 太平楽 ( 朝 小子 、 武昌 楽 、 合歓 塩 ) 、 傾盃 楽 、 賀王 恩 、 打毬 楽 、 還城 楽 ( 左右 双方 に あり ) 、 庶人 三 台 、 輪鼓 褌脱 、 長 慶子 平調   万 歳 楽 、 三 台 塩 、 裹頭 楽 、 甘州 ( 雅楽 ) 、 五 常楽 、 越天楽 、 勇勝 、 慶徳 ( 雅楽 ) 、 王昭 君 ( 雅楽 ) 、 老君子 、 小娘子 、 皇麞 、 夜 半楽 、 扶南 ( 雅楽 ) 、 春 楊 柳 、 想夫 恋 ( 雅楽 ) ( 相府 蓮 ) 、 陪臚 ※ ( 唐楽 だ が 舞 は 右方 ) 盤渉調   蘇合香 ( 雅楽 ) 、 万秋 楽 ※ 、 秋風 楽 、 輪台 、 青海 波 、 採桑 老 、 剣気 褌脱 、 蘇莫 者 、 白柱 、 千秋 楽 ( 雅楽 ) 、 竹林 楽 ※ 全曲 が 舞楽 曲 高麗 双調   地久 、 白浜 ( 雅楽 ) 、 登天 楽 、 蘇志摩利 高麗 壱 越調   新鳥 蘇 、 古鳥 蘇 、 進走 禿 ( 進宿 徳 ) 、 退走 禿 ( 退宿 徳 ) 、 納曽 利 ※ 、 胡蝶 ※ 、 長保楽 、 延喜楽 、 蘇利 古 ※ 、 綾切 、 新 靺鞨 、 敷手 、 皇仁庭 、 貴徳 、 狛鉾 、 八仙 ( 雅楽 ) 、 仁和 楽 、 胡徳楽 、 埴破 、 進蘇 利古 高麗 平調   林 歌 振鉾 ( 新楽 乱声 ( 唐楽 ) と 高麗 乱声 ( 高麗 楽 ) を 同時 に 演奏 、 左方 と 右方 の 舞人 が 登場 ) 、 壹鼓 、 一 曲 平安 以降 、 唐楽 の 曲目 と 高麗 楽 の 曲目 が 番舞 ( つが いまい ) と し て セット で 上演 さ れ る 場合 が 多 く な っ た 。 その 一覧 を 示 す 。 管絃 の 合奏 の 中心 と な る 楽器 は 、 一般 的 に 三管 、 三鼓 、 両絃 の 8 種類 と い わ れ る 。 笙 ( 鳳笙 ) 、 篳篥 ( ひちりき ) 、 龍笛 ( 横笛 、 おう てき ) また は 高麗 笛 ( こまぶえ ) また は 神楽 笛 楽 太鼓 また は 和 太鼓 ( 鼉 太鼓 、 だだいこ ) 、 鉦鼓 また は 大 鉦鼓 、 羯鼓 ( 鞨鼓 ) また は 三 ノ 鼓 楽 琵琶 、 楽箏 また は 和琴 ( 倭琴 ) これ ら の 楽器 は 大変 高価 で あ る が 、 練習 用 に 、 やや 安価 な 楽器 ( プラスチック 製 ) も あ る 。 その 他 に 笏 拍子 など が 使 わ れ る こと も あ る 。 笙 は 簧 ( リード ) に 結露 する と 音程 が 狂 う の で 、 演奏 の 合間 に 必ず 暖め て お く 。 この ため 夏 で も 火鉢 や 電熱 器 を そば に 置 く 。 篳篥 は 舌 ( リード ) を 柔らか く する ため 、 緑茶 に 浸け る 。 三管 に つ い て は 次 の よう な 説明 が な さ れ る 。 「 天 から 差し込 む 光 」 を 表 す 笙 。 「 天と 地 の 間 を 縦横 無尽 に 駆け巡 る 龍 」 を 表 す 龍笛 。 「 地上 に こだま する 人々 の 声 」 を 表 す 篳篥 。 この 3 つ の 管楽 器 を あわせ て 「 三 管 」 と 呼 ぶ 。 合奏 時 の 主な 役割 は 、 主 メロディ を 篳篥 が 担当 する 。 篳篥 は 音程 が 不 安定 な 楽器 で あ る 。 同じ 指 の ポジション で 長 2 度 くらい の 差 は 唇 の 締め 方 で 変わ る 。 演奏 者 は 、 本来 の 音程 より 少し 下 から 探 る よう に 演奏 を 始め る ため 、 その 独特 な 雰囲気 が 醸しだ さ れ る 。 また 、 その 特徴 を 生か し て 、 「 塩梅 」 と い わ れ る 、 いわゆる こぶし の よう な 装飾 的 な 演奏 法 が 行 わ れ る 。 龍笛 は 篳篥 が 出 な い 音 を カバー し たり し て 、 旋律 を より 豊か に する 。 笙 は 独特 の 神々し い 音色 で 楽曲 を 引き締め る 役割 も あ る が 、 篳篥 や 龍笛 の 演奏 者 に と っ て は 、 息継ぎ の タイミング を 示 し たり 、 テンポ を 決め たり と い っ た 役割 も あ る 。 笙 は 日本 の 音楽 の 中 で は めずらし く 和声 ( ハーモニー ) を 醸成 する 楽器 で あ る 。 基本 的 に は 6 つ の 音 ( 左手 の 親指 、 人差し 指 、 中指 、 薬指 と 右手 の 親指 と 人差し 指 を 使用 ) から 構成 さ れ 、 4 度 と 5 度 音程 を 組み合わせ た 20 世紀 以降 の 西欧 音楽 に 使用 さ れ る よう な 複雑 な もの で あ る が 、 調律 法 が 平均 律 で は な い の で 協和 音 と 不協和 音 と い う より 、 むしろ 澄 ん だ 音色 に 聞こえ る 。 クロード ・ ドビュッシー の 和音 は 笙 の 影響 が み られ る と い う 説 も あ る 。 「 三鼓 」 と は 、 羯鼓 ( 又 は 三 ノ 鼓 ) 、 鉦鼓 、 和 太鼓 で あ る が 、 羯鼓 の 演奏 者 が 洋楽 の 指揮 者 の 役割 を 担 い 、 全体 の テンポ を 決め て い る 。 国風 歌舞 笏 拍子 、 和琴 、 篳篥 、 神楽 笛 ( 倭舞 、 神楽 ) 、 高麗 笛 ( 東遊 ) 、 龍笛 ( 五節 舞 ) 管弦 ( 管絃 舞楽 ) 羯鼓 、 楽 太鼓 、 鉦鼓 、 笙 、 篳篥 、 龍笛 、 楽 琵琶 、 楽箏 唐楽 ( 左方 ) 羯鼓 、 和 太鼓 、 大 鉦鼓 、 笙 、 篳篥 、 龍笛 高麗楽 ( 右方 ) 三 ノ 鼓 、 和 太鼓 、 大 鉦鼓 、 篳篥 、 高麗 笛 催馬楽 、 今 様 笏 拍子 、 笙 、 篳篥 、 龍笛 、 楽 琵琶 、 楽箏 朗詠 笏 拍子 、 笙 、 篳篥 、 龍笛 浦安 の 舞 ( 参考 ) 笏 拍子 、 又 は 楽 太鼓 ( 一般 の 和 太鼓 も ok ) 、 和琴 、 又 は 楽箏 ( 生田 流 等 の 箏 も ok ) 、 篳篥 、 神楽 笛 楽人 の 正式 な 装束 は 衣冠 、 又 は 狩衣 が 原則 で あ る が 、 明治 以降 に 楽部 が 直垂 を 制定 し て 以降 は 神社 仏閣 や 民間 の 伝承 団体 で も 直垂 を 着用 する 場合 が 多 い 。 直垂 の 場合 、 生地 は 海松 色 ( み るいろ ) と 呼 ば れ る 、 見 る 角度 に よ っ て 色彩 が 変わ る 美し い もの が 使 わ れ る 場合 が 多 い 。 略式 で は 比較 的 安価 な 白衣 に 差袴 ( 神職 の 普段 着 と 同様 ) 、 稀 に 夏 に は 統一 の 浴衣 ( 俗楽 の 浴衣 ざ らい に 倣 う ) と な る 。 装束 を 統一 し な い 場合 、 僧職 は 法衣 、 女性 は 女性 神職 装束 や 巫女 装束 、 一般 的 な 和服 の 場合 が あ る 。 通常 、 化粧 し な い ( 女性 は 薄 化粧 の 場合 有 り 、 三管 の 場合 は 口紅 を 塗 ら な い ) が 、 舞人 と 兼任 の 場合 や 、 祭り 等 に よ っ て は 厚 化粧 の 場合 も あ る 。 舞人 の 装束 は 国風 歌舞 や 謡物 で は 白系 、 唐楽 で は 赤系 、 高麗 楽 で は 緑 、 茶 、 黄褐色 系 が 多 い 。 それぞれ に 、 特定 の 曲目 専用 の 装束 ( 常装束 ) と 、 複数 の 曲目 で 共通 に 使 う 装束 ( 常装束 、 等 ) が あ る 。 曲 に よ っ て は 指定 の 仮面 を 着用 する 場合 が あ る 。 仮面 を 付け な い 曲 の 場合 や 、 仮面 が 指定 さ れ た 曲 を 女性 や 少年 少女 が 舞 う 場合 は 仮面 を 付け ず に 素顔 の まま か 、 化粧 ( 団体 に よ っ て は 歌舞伎 舞踊 と 同様 の 舞台 化粧 ) を する 場合 が あ る 。 尚 、 これ ら の 正式 な 装束 、 仮面 ( 特に 別 装束 、 とりわけ 、 童舞 の 装束 ) は 大変 高価 で あ る ため 、 これ ら を 購入 でき る 神社 仏閣 、 団体 は 大 規模 な 神社 、 寺院 や 財政 に 余裕 が あ る 団体 に 限定 さ れ る 。 又 、 童舞 以外 の 殆ど の 装束 は 成人 男性 、 又 は 女性 用 に 仕立て られ 、 又 、 重量 が あ る こと 、 仮面 を 付け た 場合 に 視野 が 制約 さ れ る こと 、 長 く 伸び て る 部分 ( 裾 、 裳 、 等 ) が あ る ため 、 振り付け に 関 し て も 伸び て る 部分 の 捌 き 方 等 の 難易 度 が 高 い こと 、 又 、 東 日本 に お い て は 伝承 団体 の メンバー の 殆ど が 成人 で あ る こと と 財政 に 余裕 が な い 場合 が 多 い こと から 少年 少女 の 育成 に 消極 的 な 場合 が 多 く 、 育成 し て る 場合 で も 略式 なら 安価 な 装束 で 済 む 管弦 と 『 浦安 の 舞 』 等 に とどま り 、 舞楽 は 行 わ な い か 、 行 う 場合 で も 成人 に 限 ら れ る 場合 が 多 い 。 従 っ て 、 童舞 は 特に 関東 地方 に お い て は 希少 価値 が きわめて 高 い 。 現在 、 国立 劇場 の 企画 の 一環 と し て 、 廃絶 さ れ た 楽器 や 楽曲 を 復元 する 試み が 行 わ れ て い る 。 これ を 総称 し て 、 「 伶楽 」 ( れいがく ) ない し 「 遠楽 」 ( えんがく ) と 呼 ぶ 。 芝祐靖 が 音楽 監督 を 務め る 伶楽舎 が 演奏 活動 を 行 っ て い る 。 箜篌 、 五弦 琵琶 、 阮咸 、 排簫 、 尺八 ( 近世 邦楽 の 尺八 と 異な る ) 、 竽 、 方響 など 明治 時代 に も 正倉 院 に のこ る 残欠 を 参考 に 箜篌 や 五弦 琵琶 など を 復元 し た こと が あ る 。 江戸 時代 から とだえ る こと な く つたわ る 漆工芸 や 螺鈿 の 技術 等 に よ り 工芸 品 と し て は 高度 な もの で あ る が 、 弦 の 張力 は 演奏 に 耐え る もの で は な く 、 演奏 の ため の 楽器 と し て の 復元 は 昭和 に な っ て から で あ る 。 雅楽器 を 用い た 宗教 音楽 、 祭典 楽 など が あ る 。 「 浦安 の 舞 」 「 悠久 の 舞 」 「 豊栄 の 舞 」 「 朝日 舞 」 など 近代 に 作 ら れ た 神楽 ( s 近代 に 作 ら れ た 神楽 ) 真如 苑 の 古楽 器 復元 し 仏教 声明 と 融合 し た 「 千年 の 響き 」 岡山 県 ( 黒住 教 、 金光 教 ) 発祥 の 、 雅楽 と 能楽 ・ 俗楽 の 要素 が 合わさ っ た 「 吉備 楽 」 金光 教楽 長尾 原音人 に よ っ て 創始 さ れ た 金光 教祭典楽 の 「 中正楽 」 国立 劇場 で は 、 雅楽 の 編成 の ため の 新し い 作品 を 現代 の 国内外 の 作曲 家 に 委嘱 し 、 演奏 し て い る 。 国立 劇場 以外 の 民間 で も 同様 の 試み が 行 わ れ て い る 。 特に 武満 徹 の 「 秋庭 歌 一具 」 ( 1973 年 - 1979 年 ) は 優秀 な 解釈 に よ り 頻繁 に 演奏 さ れ 、 現代 雅楽 の 欠かせ な い レパートリー と な っ て い る 。 ポップス の 分野 で は 篳篥 の 東儀 秀樹 が 、 篳篥 の 音色 を 生か し た ポピュラー 音楽 の 編曲 および 自作 を 演奏 し 、 メディア に も 頻繁 に 出演 する など 、 雅楽 の イメージ を 一新 し 一般 に 紹介 し て い る 。 また 東儀 の 他 に 、 雅楽 器 も 用い た 演奏 集団 、 音楽 理論 の 分析 ・ 研究 に 重点 を 置 き 現代 的 雅楽 曲 を 創作 する 、 芸術 団体 など が あ る 。 詳し く は 現代 雅楽 の 項 を 参照 。 塩梅 ( あんばい ) 西洋 音楽 で 言 う ところ の メリスマ 。 近似 する 音程 へ 徐々 に 移行 する 一種 の ポルタメント 。 ゆっくり と 慎重 に 音程 を 変更 する ところ から 、 具合 を 測 り つつ 物事 を 進め る さま を 表 す 。 八 多羅 ( やたら ) 、 八 多 羅 滅 多羅 ( やたらめったら ) 、 滅多 ( めった ) 現在 は 矢鱈 と 書 く が これ は 明治 時代 に 夏目 漱石 に よ っ て 作 ら れ た 当て字 で 、 本来 は 雅楽 の 拍子 を 指 す 。 2 拍子 と 3 拍子 の リズム 細胞 を 繋げ る 変 拍子 。 転 じ て 、 リズム が 合 わ ず めちゃくちゃ で 大袈裟 な 身振り や 様 を 指 す 。 多羅 ( たら ) は サンスクリット の ターラ ( リズム ) に 由来 する 。 打ち合わせ ( うちあわせ ) 管楽器 同士 で 練習 を し た 後 、 打楽器 を 交え て 、 最終 的 な リハーサル を し た こと から 。 野暮 ( やぼ ) 笙 の 17 本 の 管 の うち 「 也 」 と 「 毛 」 の 音 が 使用 さ れ な い こと から 。 様 に な る ( さま - ) / 左舞 な る ( さまい - ) 左舞 ( さまい ) が 上達 する こと から 。 上手 い ( うまい ) 右舞 ( うまい ) から 。 二の舞 を 舞 う ( に の まい を まう ) 「 二 ノ 舞 」 は 「 安摩 」 と セット の 番舞 一覧 、 ただし 例外 的 に どちら も 左方 に 属 し 、 装束 の み 二 ノ 舞 は 右方 の 装束 。 安摩 が 上手 に 舞 っ た 後 、 二 ノ 舞 は 真似 て 舞 お う と する が 、 上手 に 出来 ず に 滑稽 な 動き に な る と い う 設定 。 転 じ て 他人 の 成功 を 真似 て 失敗 する こと 。 他人 の 失敗 を 繰り返 す 例 に 使 わ れ る の は 本来 は 誤用 。 呂律 ( ろれつ ) 古く は 「 りょりつ 」 と も 読 ん だ 。 呂 と 律 は 雅楽 に おけ る 曲調 の 大分類 で あ り ( 上述 の 曲 の 調子 を 参照 ) 、 呂律 は 広 い 意味 で の 曲 の 調子 を 意味 する 。 呂旋法 を 前提 に 作 ら れ た 曲 を 律旋 法 で 詠 お う と する と 調子 が おかし く な る こと から 、 音 の 調子 が 合 わ な い ( 転 じ て 詠唱 や 講演 で うま く 言葉 が 続け て 発音 でき な い ) こと を 「 呂律 が 回 ら な い 」 と 表現 する よう に な っ た 。 二の句 を 継 げ な い ( に のく を つげ な い ) 朗詠 で 、 一 の 句 から 二 の句 に 移 る 時 、 急 に 高音 と な る ため 歌 う の が 難し い こと から 。 神社 等 で 行 わ れ 、 録音 、 撮影 可能 な もの   ※ は 童舞 ( 厚 化粧 の 少年 、 又 は 少女 ) が 登場 北海道 東北 地方 北 関東 5 月 上旬 : 雅楽 鑑賞 の 夕 べ - 群馬 県 護国 神社 ( 高崎 市 ) 10 月 上旬 : 雅楽 秋 の 演奏 会 - 貫前 神社 ( 富岡 市 ) 11 月 中旬 : 舞楽 祭 - 笠間 稲荷 神社 ( 笠間 市 ) ※ 南 関東 7 月 上旬 : 雅楽 の 夕べ - 大宮 八幡宮 ( 杉並 区 ) ( 杉並 区 ) 甲信越 地方 東海 地方 4 月 16 日 : 東照宮 祭 - 名古屋 東照宮 ( 名古屋 市 中 区 ( 名古屋 市 ) ) 4 月 29 日 : 春季 神楽祭 - 伊勢 神宮 ( 伊勢 市 ) ※ 5 月 1日 : 舞楽 神事 - 熱田 神宮 ( 名古屋 市 熱田 区 ) ※ 北陸 地方 京都 府 4 月 上旬 : お 花祭 - 観音寺 ( 山崎 聖天 ) ( 大山崎 町 ) ※ 5 月 中旬 : 三船 祭 ( 京都 市 右京 区 ) ※ 7 月 7 日 : 水祭 り - 貴船 神社 ( 京都 市 左京 区 ) ※ 9 月 15 日 未明 : 石清水 祭 - 石清水 八幡宮 ( 八幡 市 ) ※ 11 月 中旬 : 嵐山 もみじ 祭 ( 京都 市 右京 区 ) ※ その 他 の 近畿 地方 4 月 22 日 : 聖霊 会 - 四 天王寺 ( 大阪 市 天王寺 区 ) ※ 5 月 5 日 : こども の 日舞楽 演奏 会 - 春日 大社 ( 奈良 市 ) ※ 5 月 上 卯日 : 卯之 葉 神事 奉納 舞楽 - 住吉 大社 ( 大阪 市 住吉 区 ) ※ 6 月 10 日 : 漏刻 祭 - 近江 神宮 ( 大津 市 ) 中秋 の 名月 : 観月 祭 - 住吉 大社 ( 大阪 市 住吉 区 ) 9 月 下旬 : 雅楽 の 夕べ - 生田 神社 ( 神戸 市 中央 区 ( 神戸 市 ) ) 11 月 3 日 : 文化 の 日舞楽 演奏 会 - 春日 大社 ( 奈良 市 ) ※ 中国 地方 四国 九州 +鬼 ( おに ) は 、 日本 の 妖怪 。 民話 や 郷土 信仰 に 登場 する 悪 い 物 、 恐ろし い 物 、 強 い 物 を 象徴 する 存在 。 そこ から 鬼 と い う 言葉 に は 「 強 い 」 「 悪 い 」 と い う 意味 も あ る 。 ( 鬼 ( 曖昧 さ 回避 ) で も 説明 。 ) 現代 の 日本 人 が 、 「 鬼 」 と 言 わ れ て 一般 的 に 連想 する 姿 は 、 頭 に 角 と 巻き毛 の 頭髪 を 具え 、 口 に 牙 を 有 し 、 指 に 鋭 い 爪 が 生え 、 虎 の 毛皮 の 褌 を 腰 に 纏 い 、 表面 に 突起 の あ る 金棒 を 持 っ た 大男 で あ る 。 これ は 、 丑 の 方 と 寅 の 方 の 間 の 方角 ( 艮 うしとら ) を 鬼門 と 呼 ぶ こと に よ る もの で 、 牛 の 角 と 体 、 虎 の 牙 と 爪 を 持 ち 、 虎 の 皮 を 身 に 付け て い る と さ れ た 。 この 姿 は 平安 時代 に 確立 し た もの で あ る 。 余談 だ が 、 丑寅 の 方角 を 鬼門 と する 時 、 その 対 に あた る 方角 、 猿 ( 申 ) . 雉 ( 酉 ) . 犬 ( 戌 ) に 守護 の 役 を 与え 、 鬼退治 に 向か う 桃太郎 も ある 種 の 意味 を 持 つ と 推測 でき る 。 酒呑 童子 は 赤毛 で 角 が あ り 、 髭 も 髪 も 眉毛 も つなが っ て お り 、 手足 は 熊 の 手 の よう で あ る と さ れ て い る 。 鬼 は 元々 は この よう な 定ま っ た 姿 は 持 っ て お ら ず 、 後述 する 語源 の 「 お ぬ ( 隠 ) 」 の 通り 姿 の 見え な い こと も あ っ た 。 まれ に は 、 見目 麗し い 異性 の 姿 で 現れ て 若 い 男 や 女 を 誘 う こと が あ る 。 現在 の 鬼 の 姿 は 仏教 の 羅刹 が 混入 し た もの で あ る 。 民話 に 登場 する 鬼 は 、 金 また は 栗色 の 髪 で 赤 い 肌 で あ る 事 が 多 い 為 、 ロシア 方面 など から の 海賊 を 、 外国 人 を 知 ら な い 民衆 が 見 て 怪物 だ と 思い込 ん だ の で は な い か と も 言 わ れ て い る ( 色素 の 少な い 肌 は 日焼け する と 赤 く な る ) 。 「 おに 」 の 語 は お ぬ ( 隠 ) が 転 じ た もの で 、 元来 は 姿 の 見え な い もの 、 この世 な ら ざる もの で あ る こと を 意味 し た 。 そこ から 人 の 力 を 超え た もの の 意 と な り 、 後 に 、 人 に 災い を もたら す 伝説 上 の ヒューマノイド の イメージ が 定着 し た 。 さらに 、 陰陽 思想 や 浄土 思想 と 習合 し 、 地獄 に おけ る 閻魔 配下 の 獄卒 で あ る と さ れ た 。 百 鬼 夜行 と は 、 平安 時代 に 都 の 中 を 歩 い て ゆ く と さ れ た 化け 物 行列 の こと で あ る 。 『 宇治 拾遺 物語 』 巻一 の 十 七 で 修行 僧 が 龍泉 寺 と い う 寺 で 、 百 鬼 夜行 に 遭 っ た 話 が 伝わ っ て い る 。 また 、 『 今昔 物語 集 』 に も 巻 第 十 四 に 若者 が 百 鬼 夜行 に 遭 っ た と い う 話 が 伝わ っ て い る 。 当時 、 百 鬼 夜行 を 目撃 する と 死 ん だり 病気 に な る など と 恐れ られ て い た が 、 この 二 つ の 話 は どちら も 信仰 が 身 を 助け た と い う 話 に な っ て い る 。 『 宇治 拾遺 物語 』 巻一 に は 、 瘤取 り 爺 の 説話 が 所収 さ れ て い る が 、 爺 が 目撃 し た 鬼 と し て 、 赤 い 者 や 目 が 一 つ の 者 、 口 が な い 者 など 様々 な 異形 な 者 が い た と さ れ て い る 。 藤原 千方 に 使役 さ れ た と 言 わ れ る 四 人 の 鬼 。 藤原 千方 の 四鬼 を 参照 の こと 。 『 今昔 物語 集 』 に 登場 する 女性 の 鬼 し か 存在 し な い 島 。 後 に 日本 の 南方 あるいは 東方 に 存在 する と 信 じ られ る よう に な っ た 。 羅刹 国 を 参照 の こと 。 生前 に 貪欲 で あ っ た 者 は 、 死後 に 餓鬼道 に おち 、 餓鬼 と な る と さ れ て い る 。 また 、 地獄 で 閻魔 の 配下 と し て 、 鬼 が 獄卒 の 役 を 務め て い る と さ れ る 。 人 に 化け て 、 人 を 襲 う 鬼 の 話 が 伝わ る 一方 で 、 憎し み や 嫉妬 の 念 が 満ち て 人 が 鬼 に 変化 し た と する 話 も あ る 。 代表 的 な 例 と し て は 、 能 の 「 鉄輪 」 や 「 紅葉 狩 ( 能 ) 」 に 、 嫉妬 心 から 鬼と 化 し た 女性 の 話 が 伝わ っ て い る 。 「 般若 の 面 」 は その 典型 で あ る 。 具体 的 な 鬼 ( また は 鬼 と さ れ た 人間 ) 名 の あ る 鬼 は 「 童子 」 と 呼 ば れ る こと が 多 い 。 酒呑 童子 ( しゅてんどうじ ) 茨木 童子 ( いばらき どう じ ) 紅葉 伝説 ( もみじ ) 鬼ノ城 ( うら ) 黒塚 ( あだち が はら の お にばば ) 鈴鹿 御前 ( すずか ごぜん ) 大嶽 丸 ( おおたけまる ) 悪路王 ( あく じお う / あくろ おう ) 橋姫 ( うじ の はしひめ ) 両面 宿儺 ( りょうめん すくな ) 牛頭 馬頭 ( ごずめ ず ) 速 疾鬼 ( そくしつき ) など 鬼 と 関わり の 深 い 地 大江山   酒呑 童子 が 住 ん で い た と さ れ る 。 麓 の 京都 府 大江 町 ( 京都 府 ) ( 現 ・ 福知 山 市 ) は 、 「 鬼 の 里 」 と の 町 おこし で 有名 。 伊吹山 鬼 住山 , 笹苞山   鳥取 県 伯耆 町 に 残 る 日本 最古 の 鬼伝説 の 舞台 。 岩手 県 北上 市 大分 県 中津 市   同市 の 宝山 大剰院 に 鬼 の ミイラ ら しき もの が あ る 。 安久美 神戸 神明 社   愛知 県 豊橋 市 に あ る 神明 神社 。 天下 の 奇祭 と 呼 ば れ る 国 指定 重要 無形民俗 文化 財 の 鬼祭 が 行 わ れ る 。 この 他 、 日本 全国 に 形 を 変え て 鬼 の 伝承 が 伝わ っ て い る 。 中国 で 鬼 ( グウェイ ) と い う 場合 、 死霊 、 死者 の 霊魂 中国 の 宗教 ( 道教 など ) の こと を 指 す 。 日本 で 言 う 「 亡霊 」 の 方 が ニュアンス と し て 近 い 。 中国 で は 、 直接 鬼 と 呼 ぶ の は タブー で あ る こと から 、 婉曲 し て 好兄弟 と も い う 。 また 日本 に も この 思想 が 入 っ て お り 、 人 が 死 ぬ こと を 指 し て 「 鬼籍 に 入 る 」 など と 言 う 言 い 方 が あ る 他 、 元来 の 意味 合い と 混交 し た イメージ で も 捉え られ て い る 。 従 っ て 、 中国 語 で 「 鬼- 」 と 言 う 表現 は 、 必ず しも 勇猛 等 を 意味 し な い 。 戦前 の 日本 軍 で 、 ある 将官 が 「 鬼将軍 」 と 渾名 さ れ 、 当人 は 軍人 と し て 誇り に し て い た が 、 実 は その 痩せ た 風貌 を 揶揄 し た もの で あ っ た と い う エピソード が これ を 物語 る 。 文禄 ・ 慶長 の 役 の 際 、 島津 義弘 の 率い る 軍勢 を 明軍 は 「 鬼石 曼子 」 と 言 っ て 恐れ た と の 逸話 に お い て も 「 鬼 」 は その 勇猛 さ より も 、 つま ら な い 奴 や 忌々し い 奴 と い う 蔑視 表現 に 使 わ れ る 。 拝外 意識 に よ り 、 欧米 人 を 「 洋鬼 」 と 呼 び 、 それ に 遅れ て 進出 し た 日本 人 を 「 東洋 鬼 」 と 呼 ぶ の も この 類 で あ る 。 また 、 かつて 中国 民衆 が 日本 の 総理 大臣 を 「 小泉 小鬼 」 と 呼 ぶ こと が あ っ た が 、 日本 の 総理 を 恐れ る の で は な く 小馬鹿 に する 表現 で あ っ た 。 鬼 から 派生 し た 用語 現象   鬼火 地名   鬼押出 、 鬼ヶ島 、 鬼ヶ城 、 鬼ヶ城山 、 鬼村 造形   鬼瓦 遊び   鬼ごっこ 生物   オニヤンマ その 他   多数 童話 など に も 数 多 く 登場 し 、 多く は 主人 公 に 倒 さ れ る 。 代表 的 な 例 と し て は 、 一 寸 法師 、 桃太郎 など が あげ られ る 。 この 鬼退治 の モチーフ は 、 古く から 見 られ 、 渡辺 綱 は 酒呑 童子 など 多く の 鬼 を 退治 し た と さ れ て い る 。 近世 に な る と 、 『 泣 い た 赤鬼 』 ( 浜田 廣介 ) や 『 お に た の ぼうし 』 ( あまん きみこ ) など 、 鬼 は ただ 悪 い だけ で は な く 、 悪 い と さ れ て い る けれど も 優し い 心 を 持 つ 者 も い る と い う 童話 が 見 られ る よう に な る 。 『 桃太郎 』 『 こぶと りじいさん 』 『 泣 い た 赤鬼 』 ( 浜田 廣介 ) 『 お に た の ぼうし 』 ( あまん きみこ ) 童話 の 他 で は 、 架空 の 生物 で あ る ため 、 文学 作品 と し て は ファンタジー もしくは サイエンス ・ フィクション 的 な もの に 限定 さ れ る 。 「 青鬼 の 褌 を 洗 う 女 」 「 桜 の 森 の 満開 の 下 」 ( 坂口 安吾 ) 『 鬼 』 ( 中編集 ) ( 西村 寿行 ) 『 死 に かた 』 ( 短編 ) ( 筒井 康隆 ) 『 封殺 鬼 』 ( 霜島 ケイ ) 虐げ られ た 異形 の 存在 と し て の 鬼 が 登場 する 場合 も 多数 あ る 。 永井 豪 作品 。 あるいは 非情 ・ 非 論理 的 な 暴力 の 象徴 と し て 、 あるいは 虐げ られ た 異形 の 存在 と し て 、 永井 豪 は 鬼 を 作品 の 中心 的 存在 と し て 取り上げ て き た 。 『 鬼 - 2889 年 の 反乱 - 』 『 手天童子 』 ゲッター ロボ シリーズ 敵 に 百 鬼 帝国 が 登場 。 もと から 鬼 だっ た 者 と 人間 から 改造 さ れ た 者 が い る 。 また 、 OVA 新 ゲッターロボ で も 謎 の 敵 と し て 、 鬼 や 巨大 な 鬼 の 姿 を し た 鬼獣 が 登場 する 。 『 鬼切 丸 』 『 う る 星 やつ ら 』 ( 高橋 留美子 ) 鬼 の 姿 を し た 宇宙 人 の 少女 「 ラム ( うる 星 やつ ら ) 」 が 登場 する が 、 あくまで も 「 鬼 の 姿 を し た 宇宙 人 」 で あ る 。 『 地獄 先生 ぬ ~ べ ~ 』 地獄 の 鬼 が 登場 。 主人 公 の 左手 に も 鬼 が 封 じ られ て お り 、 これ を 用い て 除霊 など を 行 う 。 悪 と 同時 に 強 さ の 象徴 で も あ る 。 『 遙か な る 時空 の 中 で 』 鬼 と 呼 ば れ 差別 さ れ て い る 者 たち が 登場 する 。 「 金髪 碧眼 」 が 特徴 の ため 、 外国 人 に 対 する 古代 日本 人 の 恐怖 の 念 から 来 て い る の で あ ろ う 。 『 ひぐらし の な く 頃 に 』 『 シャーマンキング 』 『 桃組 + 戦記 』 『 百 獣 戦隊 ガオレンジャー 』 オルグ ( 鬼 の 英語 名 ogre から 来 て い る と 思 わ れ る ) と 呼 ば れ る 敵 が 登場 する 。 それ ら は 主に 付喪神 の よう な コンセプト で あ り 、 また 、 ボス ( ハイネス デューク ) で あ る シュテン 、 ウラ 、 ラセツ は それぞれ 酒呑 童子 、 温羅 、 羅刹 と い っ た 著名 的 な 鬼 の 名前 が 使 わ れ て い る 。 『 仮面 ライダー 響鬼 』 厳し い 修行 を つ み 、 変身 能力 を 得 た 人間 の 事 を 鬼 と 呼 ぶ 。 この 作品 で は 鬼 を 善 の 存在 に 位置 づけ て い る 。 『 仮面 ライダー 電王 』 主人 公 に 憑依 し た イマジン ( 怪人 ) ・ モモタロス は 、 その イメージ に よ り 『 桃太郎 』 の 赤鬼 の 姿 と な っ た 。 『 おじゃる 丸 』 『 地獄 先生 ぬ ~ べ ~ 』 『 ギャグマンガ 日和 』 『 赤鬼 と 青鬼 の タンゴ 』 ( 尾藤 イサオ ) 日本 放送 協会 『 みんな の うた 』 で 歌 わ れ た 楽曲 。 『 鬼 たいじ 』 ( 森 高 千里 ) 『 古今 東西 〜 鬼 が 出 る か 蛇 が 出 る か ツアー 』 で は 舞台 に 鬼 が 登場 する 演出 が さ れ た 。 ジェスチャー 基本 的 に 鬼 は 怖 い もの で あ り 、 また 鬼 の 顔 も 怒 っ た 表情 で あ る 事 が 多 い 為 、 誰 か ( 第 三 者 ) が 怒 っ て い る と い う 事 や 、 機嫌 が 悪 い と い う 事 など を 示 す 手段 と し て 、 両手 の 人差し 指 を 立て て 、 鬼 の 角 に 見立て て 頭 の 上 に 掲げ る ジェスチャー が 存在 し 、 話 し 相手 に ( 当人 に 気づ か れ な い 様 に ) その 人 と の トラブル に 巻き込 ま れ な い 様 に 、 注意 を 促 す 目的 で 使用 さ れ る 事 が 多 い 。 +湯豆腐 ( ゆどうふ ) は 、 豆腐 を 使 っ た 料理 の 一 つ 。 冬 の 代表 的 な 鍋 料理 の ひと つ 。 鍋 に 昆布 を 敷 き 、 水 を 張 っ た 中 に 一口 大 に 切 っ た 豆腐 を 入れ 、 温ま っ た ところ を 引き揚げ て つけ ダレ で 食べ る 。 あまり 長 く 煮 ず 、 豆腐 が ぐらり と 動 い た 程度 で 食べ る の が よ い と さ れ る 。 なにしろ 豆腐 、 水 、 昆布 だけ が 材料 で あ る から それぞれ に 高 品質 な もの が 求め られ る 。 特に 水 が 良質 で あ る こと は 絶対 条件 で あ り 、 京都 の もの が 名高 い の も その 所 以 で あ る 。 つけ ダレ に は 、 醤油 、 また は 醤油 、 酒 、 みりん 、 出汁 等 を 合わせ た もの 、 あるいは ポン 酢 醤油 など が 用い られ 、 薬味 と し て ネギ 、 ユズ 、 大根 おろ し ( 紅葉 おろし ) 、 削 っ た 鰹節 など が よく 用い られ る 。 塩 ひ と つまみ 、 あるいは 刻 ん だ 大根 を いれ る と 豆腐 に ス が 入 ら ず 、 やわらか く 仕上が る と い う 。 豆腐 と 一緒 に ハクサイ や 鱈 の 切り身 を 煮 る 場合 も あ る 。 しかし あまり 味 の 濃 い もの を いれ る と 淡味 が 身上 の この 料理 が 台無し に な っ て しま う と さ れ る 。 主に 冬 に 食べ られ る こと が 多 い が 、 夏 の 鍋 と し て 食べ る 人 も い る 。 池波 正太郎 は 小説 の 中 で 登場 人物 に 、 梅雨 時 の 冷え る 日 に 食べ させ て お り 、 「 梅雨 の 湯豆腐 」 と い う 短編 作品 も あ る 。 食通 の 池波 ら しく 、 ある とき は 焼き干し の 鮎 を 出汁 に 使 う と 言 う 贅沢 な もの も あ っ た 。 なお 、 江戸 時代 の 料理 本 「 豆腐 百 珍 」 に 「 絶品 」 と ある 「 湯 やっこ 」 は 、 湯豆腐 の 湯 の かわり に 葛湯 を 使 い 、 食 する まで 冷め にく く 、 豆腐 と 葛湯 の 相性 を 楽し む もの 。 湯豆腐 を 詠 ん だ 名句 に 久保田 万太郎 の 「 湯豆腐 や いのち の はて の うすあかり 」 が あ る 。 +七味 唐 辛子 ( しちみ とうがらし ) は 日本 の 調味 料 。 しばしば 「 七味 」 と 略 さ れ る 。 七味 唐 辛子 と い う の は 上方 風 の 名前 で あ り 、 江戸 で は 七種 唐 辛子 、 七 色 唐 辛子 ( なないろ とうがらし ) と 呼 ば れ て い た 。 しばしば 、 なないろ とんがらし 、 とき に 略 し て なないろ 、 と 言 う 。 唐 辛子 を 主 原料 と し 、 七 種類 の 原料 から 作 ら れ る こと から その 名 が あ る 。 各種 の 副 材料 で 風味 を つけ る と とも に 、 辛味 を ほど よく 抑え て い る 。 内容 は 生産 者 に よ っ て 異な る が 、 唐辛子 以外 で は 以下 が よく 使用 さ れ る 。 芥子 ( けし 、 ケシ の 実 ) 陳皮 ( ちんぴ 、 ミカン の 皮 ) ゴマ ( ごま ) サンショウ ( さんしょう ) アサ の 実 ( おのみ 、 あさのみ ) シソ ( しそ ) 海苔 ( のり ) アオノリ ( あおのり ) ショウガ ( しょう が ) アブラナ ( なたね ) うどん ・ 蕎麦 など の 麺類 や 、 牛丼 など の 薬味 と し て 使 わ れ る こと が 多 い 。 七味 唐 辛子 は 別名 薬 研堀 ( やげんぼり ) と も 呼 ば れ る 。 この 名 は 、 江戸 時代 に 両国 薬研堀 で 漢方 薬 から ヒント を 得 て 作 ら れ 江戸 名物 に な っ た こと に 由来 する 。 現在 、 東京 ・ 浅草 寺門 前 「 やげん堀 」 、 京都 ・ 清水 寺門 前 「 七味 家 」 、 長野 ・ 善光 寺 門 前 「 八幡 屋 礒五郎 」 など の オーソドックス な もの の ほか 、 新潟 ・ 上越 の かんずり など 七味 から 発展 し た 調味 料 も 存在 する 。 なお 、 やげん堀 ・ 七味 家 ・ 八幡 屋 磯五郎 の 三 者 は 、 日本 三 大 七 味 唐 辛子 と 称 さ れ て い る 。 +和 菓子 ( わがし ) と は 、 日本 の 伝統 的 製造 法 で 作 ら れ た 菓子 の こと 。 明治 時代 以降 に ヨーロッパ など から 新し く 日本 に 入 っ て き た 洋 菓子 に 対 し て 使 わ れ る 言葉 。 遣唐 使 に よ っ て 伝来 し た 唐 菓子 や 、 宣教 師 に よ っ て もたら さ れ た 南蛮 菓子 も 和 菓子 に 含め る 。 概要 茶道 に 於け る 薄茶 ( うすちゃ 、 お 薄 ( おうす ) と も ) や 濃茶 ( こいちゃ ) と とも に 食べ る こと も あ り 、 味覚 は 元 より 美的 鑑賞 に も 堪え る こと を 期待 さ れ て 発達 し た 食品 。 通常 、 薄茶席 で は 干 菓子 を 、 濃茶席 で は 生 菓子 ( 主 菓子 ) を 供 さ れ る 。 日本 茶 や 抹茶 の お 茶請け に な る こと が 多 い ため 、 甘 い もの が 多 い 。 砂糖 、 米 、 小麦 、 小豆 など 、 比較 的 少な い 種類 の 主 原料 より 、 多く の 種類 の 和 菓子 が 生み出 さ れ る 。 原料 に 砂糖 を 用い る よう に な っ た の は 近世 以降 で あ り 、 特に 和三 盆 は 、 容易 に は 白砂糖 が 手 に 入 ら な い 江戸 時代 、 その 独特 の 風味 と 程 よ い 甘 さ に よ っ て 、 和 菓子 の 発展 に 貢献 し た と さ れ る 。 砂糖 を 用い る よう に な る 以前 に おけ る 、 もっとも 甘 い 嗜好 品 は 柿 で あ っ た こと から 、 和 菓子 が 持 つ 味覚 の 繊細 さ を 窺 い知 る こと が でき る 。 また 、 前述 の 通り 、 和 菓子 に は 芸術 作品 と し て の 側面 も 要求 さ れ る 。 夏 の 和 菓子 で あ れ ば 、 涼 を 感 じ させ る ため に 葛粉 など を 用い て 透明 感 あ る 作品 に 仕上げ る と い っ た 具合 に 、 季節 感 の 表現 一 つ に も 材料 を 吟味 する 。 特に 精巧 に 作 ら れ る 工芸 菓子 と 呼 ば れ る 分野 も あ り 、 食用 可能 な 和 菓子 の 材料 で 花鳥 風月 の 世界 を 表現 する 。 水分 量 20 % 以下 の 和 菓子 を 干 菓子 ( ひがし ) また は 乾 菓子 ( ひがし ) 、 40 % 以上 の 和 菓子 ( 羊羹 は 30 % 以上 ) を 生 菓子 、 その 中間 を 半生 菓子 と い う 。 和 菓子 は 大き く この 3 タイプ に 分類 さ れ る 。 風月 堂 清月 堂本店 とら や ( 東京 都 港 区 赤坂 ) ( 京都 )   16 世紀 末頃 の 創業 。 紅屋 とんど 饅頭 ( 福山 ) 駿河屋 ( 和歌山 ) 花園 万 頭 森 八 ( 金沢 )   1625 年 ( 寛永 2 年 ) 創業 。 日本 三 銘菓 の 一 つ で あ る 「 長生 殿 」 柴舟 小出 ( 金沢 )   1917 年 創業 。 生姜 砂糖 を 塗 っ た 煎餅 「 柴舟 」 鼓月 ( 京都 )   1945 年 創業 。 波打 つ せんべい に クリーム を 挟 ん だ 「 千寿 せんべい 」 鶴屋 吉信 ( 京都 ) 鶴屋 八幡 ( 大阪 ) 三條 若狭 屋 ( 京都 ) 1895 年 ( 明治 28 年 ) 創業 。 川端 道喜 ( 京都 )   16 世紀 初頭 の 創業 。 創業 当時 の 川端 家 文書 は 京都 市 の 文化 財 に も な っ て い る 。 創業 時 から 明治 天皇 の 東京 行幸 ( 1869 年 3 月 ) まで 、 内裏 に 御 朝 物 と 称 する 菓子 を 毎朝 献上 し て き た 。 ちまき 笹屋 伊織 ( 京都 )   1 71 6 年 創業 。 京都 に あ る 「 笹屋 」 の 本家 で も あ る 。 棹物 状 の どら焼き 大原 女屋 ( 京都 )   1897 年 ( 明治 30 年 ) に 神戸 で 創業 し 、 現在 京都 に 本拠 を 置 く 。 俵屋 吉富 ( 京都 )   175 5 年 ( 宝暦 5 年 ) 創業 。 京都 に 本拠 を 残 し て い る 和 菓子 屋 で は 老舗 の 一 つ 。 宮内 庁 や 相国 寺 、 南禅 寺 など 納入 先 も 多 い 。 烏丸 店 は 京 菓子 の 資料 館 を 併設 し て い る 。 棹物 一 文字 和助 ( 京都 )   平安 時代 の 創業 と さ れ て い る 。 あぶり 餅 叶匠 寿庵 ( 大津 )   1958 年 創業 。 皇室 御 用 達 で も あ り 、 ご ま 豆腐 など の 惣菜 も 手がけ る 。 亀屋 芳広 もち た け ( 愛知 県 犬山 市 )   美濃加茂 市 の 免品 栗 を 餅 で 巻 い た 和 菓子 。 沖縄 県 波照 間 島 の 黒砂糖 の 饅頭 等 独自 手造り 。 菓 宗庵 ( 愛知 県 名古屋 市 )   名古屋 コーチン 卵 を 使 っ た 和 菓子 柏屋   1852 年 ( 嘉永 5 年 ) 創業 。 薄皮 饅頭 岡埜 栄泉 京都 の 和 菓子 は 、 宮中 や 公家 、 寺社 、 茶家 に おさめ たり 、 特別 なお 祝い の ため に あつらえ る 「 上 菓子 」 、 ふだん に 食べ る 「 お まん ( 饅頭 の 略 ) 」 や 「 だんご 」 「 餅 菓子 」 に わけ られ る 。 前者 を つく る もの を 菓子 匠 、 御 菓子 司 など と 称 し 、 後者 を つく る もの を 「 お まん や さん 」 「 お もちや さん 」 と 呼 ん だ 。 「 ○ △ 餅 」 と い う 店 で も 、 饂飩 ( うどん ) ・ 寿司 ・ おはぎ が だ さ れ る ところ が 現在 も あ る 。 現代 で は その 区分 も あいまい に な っ て き て い る 。 上 菓子 は 、 お 供 え 菓子 や 、 茶道 の 菓子 と し て 洗練 し た 発展 を とげ 、 ふだん の 菓子 も 年中 行事 ごと に 様々 な もの が 食べ られ た 経緯 から 多彩 に 展開 し た 。 その 伝統 が 今日 の 京 菓子 に 反映 さ れ て い る 。 上 菓子 は 以下 の よう な 素材 、 中間 素材 、 製法 を もちい 、 美的 に つくりあげ る 。 こなし 白 こし 餡 ( 手亡 豆 等 の 隠元 豆 、 あるいは 白 小豆 の 餡 ) と 薄力 粉 を まぜ て 蒸 し た もの に 砂糖 水 を くわえ ねりあげ た もの 。 色 を つけ て さまざま な 形 に 加工 する 。 梅 の 蕾 を かたど っ た 「 未開紅 」 、 紅葉 に し たて た 「 竜田 川 」 を はじめ 、 くず 菓子 の 餡 など 多彩 に 展開 する 。 きんとん 蒸 し た 山芋 を うらごし し て 砂糖 と 炊 い た もの ( 薯蕷 煉 り 切り ) や 、 白餡 を 寒天 で 固め た もの ( きんとん 餡 、 天餡 ) 、 白餡 を 求肥 で つな い だ もの ( 煉 り 切り ) を 、 色々 な 色 に そめ 、 うらごし 器 で そぼろ 状 に し 、 餡 など の 芯 に うえつけ て 季節 を 表現 する 。 求肥 ( ぎゅうひ ) もち米 の 粉 を 水 で 練 っ て 湯が き 、 火 の 上 で 砂糖 を 加え て ね っ た もの 。 夏 の 菓子 「 鮎 」 、 「 調布 」 など に つか う 。 クズ 本 くず 粉 に 水 を 加え た もの を 漉 し て 、 砂糖 を 加え 加熱 し アルファ 化 さ せ る 。 葛 き り 、 葛饅 頭 など 透明 感 が 涼し さ を よ ぶ 。 また シンプル に 六方 を 焼 いただけ の 「 葛焼 」 は 熟練 を 要 する 菓子 。 薯蕷 ( じょうよ ) 山芋 の こと 。 「 織部 まんじゅう 」 など 上用 饅頭 の 皮 は 、 山芋 を すりおろ し て 砂糖 と 上用 粉 ( 細目 の 米粉 ) を くわえ た もの 。 餡 を 包 ん で 蒸 し て つく る 。 また 、 すりおろ し た 山芋 に 、 砂糖 、 水 、 軽羹 粉 ( 粗目 の 米粉 ) を 加え 、 蒸しあげ た の が カルカン ( 軽羹 ) 。 蒸 し た 山芋 を うらごし し て 砂糖 と 炊 い た もの が 、 薯蕷 煉 り 切り 。 どの 場合 も 、 山芋 本来 の 『 白 さ 』 と 、 独特 の 香り を 生か す こと が 大切 。 この ほか に も 「 道明 寺 」 「 淡雪 」 「 錦玉 」 など 中間 素材 は 数 多 い 。 中間 素材 の 段階 まで に 炊 く 、 蒸 す 、 まぜる 、 練 る など の 作業 が あ り 、 その ひと つ で も ゆるがせ に する と おいし い 菓子 は でき な い 。 また 材料 も 厳選 さ れ た もの を 素材 に 応 じ て あくぬき など を し ながら 、 味 を ひきだ す 技術 が 要求 さ れ る 。 そして 最後 に 季節 感 や 、 菓子 が 食べ られ る 場 の コンセプト を 表現 し な けれ ば な ら な い 。 繊細 な 感覚 と 確か な 技術 で 上 菓子 は つく ら れ る 。 ただし 、 その 製法 および 感性 は 菓子 店 、 職人 に よ っ て 千差 万別 で あ り 、 微妙 な 違い が それぞれ の 個性 に な っ て い る 。 +餡 ( あん ) ある い 餡子 ( あんこ ) と は 、 饅頭 など の 中 に 入れ る 具 の こと で 、 アズキ を はじめ と する 材料 を 甘 く 煮 た 具 や 、 でん粉 を 糊化 し た 素材 を 指 す こと が 多 い 。 主に アズキ を 煮詰め た 豆沙 餡 ( 小豆 餡 ) を 指 す こと が 多 く 、 後 に 他 の 豆 など を 煮 た 物 も 餡 と 呼 ば れ る よう に な っ た 。 餡 の 味付け は 、 古く は 塩 で 味付け し た 塩餡 が 一般 的 で あ っ た が 、 近世 以降 砂糖 の 庶民 へ の 普及 と とも に 砂糖 餡 が 一般 化 し た 。 さらに 、 餅 の 上 に かけ る もの も 餡 と い う よう に な り 、 「 あんかけ 」 など に 使 う 、 でん粉 に 水分 を 加え て 加熱 し 、 糊化 し た もの も 葛餡 など 、 餡 と い う 言葉 で 呼 ぶ よう に な っ た 。 逆 に 、 餡 と 同じく 、 菓子 の 中 に 包み込 ま れ る 具 で あ っ て も 、 ジャム 、 クリーム ( 食品 ) 、 チョコレート 、 ピーナッツ バター など 、 西洋 風 の もの は 餡 と は 呼 ば れ ず 、 別 の もの と 捉え られ て い る 。 中華 料理 で は 小麦 粉 など で 作 っ た 皮 の 中身 と し て 包みこ ま れ る 具 を 指 す が 、 一般 的 な 菓子 で 使 わ れ て い る もの に つ い て は 、 仏教 寺院 など で 肉食 禁 が あ る ため 、 アズキ を 煮 た もの を 他 の 具 の 代用 に し 、 それ が 広ま っ た から と さ れ て い る 。 中国 に お い て 、 料理 に かけ る 餡 は 「 芡 qi à n 」 と い い 、 別 の 概念 で あ る 。 - 饅頭 など に 入れ られ る 最も 一般 的 な 餡 で あ り 、 アズキ の 皮 の 状態 および 有無 に よ り 種類 が 分かれ る 。 - 小豆 を 砂糖 で 煮詰め た もの 。 小豆 の 粒 が 、 鹿 の 斑紋 に 似 て い る こと から 、 鹿 と い え ば モミジ 、 モミジ と 言 え ば 紅葉 で 有名 な 小倉山 ( 京都 ) と の 連想 から 。 - 粒餡 を つぶ し た もの 。 - 生餡 に 砂糖 を 加え 練り上げ た もの - 生餡 の 水分 を 飛ば し て 粉末 に し た もの 。 使 う 時 は 水分 を 加え て 戻 す 。 - 小豆 を 用い た 餡 と 比較 し て 小豆色 で は な い ため 、 この 名称 が 付け られ て い る 。 粒餡 と 漉 し 餡 が あ る が 、 後者 が 一般 的 。 饅頭 の 皮 など に も 使用 さ れ る 。 他 の 味付け や 色 を 加え られ 練 り切り など の 下地 に さ れ る こと も 多 い 。 - 枝豆 の 餡 、 宮城 県 と 山形 県 の 郷土 料理 。 - 漉 し 餡 に 米粉 を 加え て そぼろ 状 に 仕上げ た 物 。 緑豆 餡 ( リョクトウ ) 芋餡 、 紫芋 餡 ( サツマ イモ ) 栗餡 ( クリ ) 鶯餡 ( エンドウ ) 蓮 の 実餡 ( ハス ) 黒胡 麻餡 、 白胡 麻餡 ( ゴマ ) ピーナッツ 餡 ( ラッカセイ ) 胡桃 餡 ( クルミ ) 冬瓜 餡 ( トウガン ) 棗餡 ( ナツメ ) バナナ 餡 ( バナナ ) - クズ から 取 っ た でん粉 を 煮溶か し た 物 。 他 の 餡 と は 異な り 具 と し て で は な く 、 食材 に 絡 ま せ て 使用 する ( みたら し 団子 など ) 。 安価 な 物 は ジャガイモ など の 澱粉 が 用い られ る 。 饅頭 ( 最中 ・ 饅頭 ・ 月餅 等 ) 餅 ( 団子 ・ あんころ 餅 ・ ぼたもち ・ 安倍 川 もち 等 ) パン ( あん パン ・ 小倉 トースト ・ ドーナツ 等 ) どら焼き きんつば 春巻 ( 中華 人民 共和 国 浙江 省 など の 甘 い もの ) かき 氷 クレープ 今川 焼き たい 焼き あんまき ままどお る ここ で は 中身 と し て 皮 に 包 ま れ る 料理 を 挙げ る 。 餃子 焼売 春巻 - いわゆる 肉 まん 。 +漬物 ( つけもの ) と は 、 野菜 ( 場合 に よ っ て は 魚 や 動物 ) など を 食塩 、 酢 、 糠味噌 、 醤油 、 酒粕 、 油脂 など 高 い 浸透 圧 を 生 じ たり 水素 イオン 指数 を 下げ る 効果 を 持 つ 、 あるいは 空気 と 遮断 する 効果 を 持 つ 漬け込 み 材料 と とも に 漬け込 み 、 保存 性 を 高め る と とも に 熟成 さ せ 、 風味 を 良 く し た 保存 食品 。 しばしば 乳酸 発酵 など の 発酵 と 、 それ に よ る 保存 性 や 食味 の 向上 が 伴 う 。 発酵 を 伴 う タイプ の 漬物 は 、 材料 に 自然 に 付着 し て い る 乳酸 菌 と 材料 に 含 ま れ る 糖類 に よ っ て 発酵 し 、 保存 性 と 風味 の 向上 が 起こ る が 、 麹 など を 添加 し て 発酵 の 基質 と な る 糖類 を 増や し たり 、 そこ に 含 ま れ る 酵素 に よ っ て 風味 を 向上 さ せ る 酵素 反応 を 誘導 する こと も あ る 。 一方 、 実際 に は 浅漬け 、 千 枚 漬け 、 松前 漬け 、 砂糖 漬け 等 、 その 製造 に 発酵 を ともな わ な い もの も 多 く あ り 、 漬物 すなわち 発酵 食品 と 分類 する こと は 誤り で あ る 。 発酵 に よ り 、 強 い 香り を 発 する もの が 多 い 。 この ため 、 「 香 の 物 」 、 「 お 新香 」 と も 呼 ば れ る 。 また 、 秋田 県 など 一部 の 地方 で は 「 雅香 」 が なま っ た 「 がっこ 」 と 呼 ぶ 。 日本 の 漬物 の 場合 、 乳酸 菌 に よ る 発酵 は 酸味 が 著し く 強 く な ら な い 程度 に 抑制 さ れ て い る もの が 多 い が 、 中 に は 柴漬け や すぐき の よう に 強 い 酸味 を 持 つ も の も あ る 。 ヨーロッパ の ザウアークラウト も 、 この 類 で あ る 。 漬物 の 技術 は 、 乳酸 菌 発酵 を 十分 に 行 う と 野菜 のみ な ら ず 、 動物 質 の 保存 に も 有効 と な り 、 こう し た もの は なれずし に 分類 さ れ る 。 鮒 寿司 、 ハタハタ 寿司 、 エスキモー の キビヤック など で あ る 。 鮒 寿司 など の 名前 の 「 寿司 」 は 、 本来 は 発酵 基質 の 糖質 と し て 炊き上げ た 米 など の 穀物 を 使用 する こう し た 保存 食 を 意味 する 言葉 で 、 酢飯 に 魚 を 乗せ る 型 の もの は ごく 最近 に な っ て 即席 の 寿司 と し て 誕生 し た 新し い もの で あ る 。 沢庵漬け の よう な 糠漬け や 、 糠味 噌 床 も 、 なれ 寿司 の 穀物 を 乳酸 発酵 の 基質 と し て 利用 する 技術 の 延長 線 上 に あ り 、 北陸 の 「 へしこ 」 や 北海道 の 「 糠鰊 」 など に その 中間 型 を 見 る こと が でき る 。 愛知 県 海部 郡 ( 愛知 県 ) 甚目 寺町 に は 、 日本 に 唯一 漬物 の 神 様 と し て カヤノヒメ を 祭 っ た 萱津 神社 が あ る 。 毎年 8 月 21 日 に 催 さ れ る 「 香 の 物祭 」 に は 全国 の 漬物 業者 が お 参り する 。 漬物 組合 で は 毎月 21 日 を 「 漬物 の 日 」 と 定め て い る 。 なお 、 砂糖 漬け に つ い て は 、 保存 性 から 漬物 と 分類 する 場合 も あ れ ば 、 製造 法 や 用途 など から 漬物 で は な く 菓子 もしくは 菓子 材料 と 分類 する 場合 も あ る 。 また 、 マグロ や アンチョビ に 代表 さ れ る よう な 油漬 も 広義 の 漬物 と さ れ る こと が あ る 。 塩漬け 醤油漬け 味噌 漬け 酢漬け 甘酢漬け 粕漬け 糠漬け 塩麹 砂糖 漬け 赤 かぶ 漬 浅漬け ( 一夜 漬け ) いぶり がっこ 梅干し 柴漬 青菜 漬け 千 枚 漬け 沢庵 漬け たまり漬け 壺漬け 奈良漬け ( 奈良 漬 ) 野沢菜 広島 菜 福神 漬 古漬け べっ たら 漬 松前 漬け 壬生 菜漬 ラッキョウ ( 甘酢漬け 、 醤油 漬け ) わさび 漬け 文旦 漬 ( ザボン 漬 ) すぐき ( すぐき 漬) アチャール ( インド ) キビヤック ( カナダ および アメリカ 合衆 国 ・ アラスカ 州 の イヌイット ) キムチ ( 大韓 民国 、 朝鮮 民主 主義 人民 共和 国 ) ザーサイ ( 中国 ) ザワークラウト ( ドイツ ) ピクルス ( アメリカ 合衆 国 、 イギリス など ) メンマ ( 中国 ) +竈 ( かまど ) は 、 穀物 や 食料 品 など を 加熱 する 際 に 火 を 囲 う ため の 調理 設備 。 調理 など で 煮炊き を する 場合 、 古く は 囲い の 無 い 直火 に 鍋 など を 加熱 する 方式 に よ っ て 食品 の 加熱 調理 が 行 わ れ て い た 。 が 、 周辺 に 熱 が 熱 放射 など の 形 で 逃げ る 他 、 煙 が 漂 う ・ 火 が 風 で 揺らぐ など 効率 が 悪 い ため 、 土 、 石 、 セメント で 作 ら れ る 竈 が 発明 さ れ た 。 これ ら で は 木 ( 薪 ) と い っ た 直接 的 な バイオマス 燃料 や 、 炭 など の バイオマス 加工 燃料 が 固形 の 燃料 と し て 用い られ る 。 また 地域 に よ っ て は 石炭 や 家畜 の 乾燥 さ せ た 糞 が 利用 さ れ る 場合 も あ る 。 この 竈 の 発達 に よ り 、 調理 者 は 裸火 に よ る 直接 的 な 放射 熱 に 晒 さ れ な く て す み 、 より 高温 の 炎 で 調理 する こと が 出来 る ため 調理 時間 の 短縮 に も 繋が り 、 また 調理 方法 も 様々 な バリエーション を 生 む よう に な っ た 。 今日 あ る 調理 方法 の ほとんど は 、 この 竈 に よ っ て その 原型 が 確立 さ れ た と い っ て も 過言 で は な い 。 更に 言 え ば 、 竈 の 発達 は 文明 の 発達 に 大き く 寄与 し た と も 考え られ る 。 調理 の 一極 化 や 専門 化 を 生 ん だ と も 言え 、 竈 を 中心 に 人 が 集中 する よう に な っ た 。 従来 の 炉 が 調理 に 手間 が 掛か っ て い た ため に 食 が 賄え る 人 の 数 は それ ほど 多 く な かっ た の に 対 し 、 竈 で は 高温 で の 連続 集中 調理 で 多く の 人 の 食事 が 賄え 、 これ に よ り 人口 の 集中 が 発生 、 そこ に 文明 が 育 ま れ た と みな す こと も 出来 よ う 。 しかし 次第 に 文明 が 発達 し て い く 中 で 、 調理 用 の 熱源 と し て 焜炉 ガス コンロ の よう な 他 の 燃料 に よ る 簡便 な 調理 用 の 炉 が 利用 さ れ る よう に な る と 、 次第 に その 役目 を 終え て 竈 は 姿 を 消 し て い っ た 。 現在 の 日本 で は 、 一部 を 除 い て ほとんど 利用 さ れ な く な っ て お り 、 地方 農村 で も 埃 を かぶ る に 任せ られ て い る の が 現状 で あ る 。 しかし それ で も 日本 で は 半 世紀 程度 前 ( 1950 年代 頃 ) まで は 使 わ れ て い た ため 、 飯 の 炊 き 方 など に この 竈 に よ る 調理 方法 が 口伝 など の 形 で 残 さ れ て お り 、 これ ら は 現代 の 炊飯 器 で も 「 美味し い ご飯 の 炊 き 方 」 と し て 再現 さ れ て い る 。 この 他 、 インド など で は タンドール と い う 伝統 的 な 竈 が あ り 、 日本 の 本格 インド 料理 店 など に い く と 、 この タン ドール が 実用 に 供 さ れ て い る ところ が 見 られ る ( → タンドリー チキン ・ ナン ) 。 また 和食 文化 で も 、 こだわり の あ る 高級 飲食 店 で は 、 わざわざ 日本 式 の 竈 を 再現 し て 煮炊 き に 利用 し て い る ところ も あ る よう だ 。 なお 、 日本 全国 で 呼称 は さまざま で あ る 。 関西 で は 「 へっつい 」 と 呼 ば れ る こと が 多 い が 、 京都 で は 「 おくど さん 」 と い う 名称 が 使 わ れ て い た 。 竈 は 簡単 な 材料 で 作 る こと が 可能 で 、 使用 耐久 も 長 く 、 修理 も 比較 的 簡単 な ため 、 広 く 普及 し た 。 構造 と し て は 単純 な もの で も 火 を 被 う 囲 い と 、 その 上部 に は 鍋 や 釜 と い っ た 調理 器具 を 置 く ため の 台 が 一体 化 し て い る 。 また 屋内 に 設置 さ れ て い る もの で は 戸内 に 煙 が 充満 し ない よう 、 室外 に 煙突 が 設け られ 、 温度 の 高 い 煙 は 煙突 から 外 へ 、 放射 熱 は 調理 器具 の 底 を 熱 する よう に な っ て い る 形態 が 一般 的 で あ る 。 側面 に は 燃料 を 投入 する ため と 燃え 滓 ( 灰 など ) を 掻き 出 す ため の 口 が 設け られ て お り 、 火 の 加減 を 調節 する ため に 利用 さ れ る 。 この 口 は 地面 と 同じ 高 さ に な っ て い る 物 も 多 く 、 主に 土間 に 設置 さ れ て い た 日本 の 竈 で は 、 竈 の すぐ 下 が 土 の 露出 し た 地面 と な っ て い た 。 やや 高度 化 する と 、 燃料 を 投じ る 口 に 金属 製 の 蓋 が 設け られ たり 、 燃え 滓 の 排出 口 が 戸外 に 設け られ る など し た もの も み られ る 。 日本 の 竈 も 社会 の 高度 化 に 伴 っ て 多様 化 し 、 七輪 の よう な 移動 の 簡便 な 焜炉 が 発展 する 以前 より 、 長 く 広 く 利用 さ れ て い た 。 また ヨーロッパ や 西 アジア ・ 中東 方面 で は 、 相転 移転 移熱 を 使 う 種類 の かまど も 多 い 。 こちら は 火 に よ っ て 調理 器具 を 加熱 する の で は な く 、 炉 の 中 で い ったん 大量 の 薪 など の 燃料 を くべ て 石造り の 炉 自身 を 加熱 、 炉 が 十分 に 過熱 さ れ た ところ で まだ 熱 い 灰 を 左右 に 押しのけ 、 焼け た 石 の うえ に 鍋 や 金型 など の 調理 器具 に 食材 を 載せ 、 炉内 の 熱 で 調理 する 。 これ は 「 薪 オーブン 」 と も 呼 ば れ 、 パン や パイ を 焼 く の に 適 し て い る 。 また 加熱 中 は 一定 以上 に 過熱 さ れ る こと が な い こと から 放 っ て おけ 、 また 大量 調理 に も 適 し て い る ( むしろ 少量 調理 に は 不便 で あ る ) ため 、 特に 農繁 期 の 労働 者 に 食事 を 提供 する ため に も 利用 さ れ 、 鍋 に 入れ た 料理 が 冷め な い よう 保温 に 利用 する こと も あ っ た 。 薪 オーブン は 、 日本 で は 『 魔女 の 宅急 便 ( スタジオ ジブリ 作品 ) 』 で 魚 の パイ を 焼 く シーン に 登場 し た の で 、 実物 は 見 た こと は 無 く て も 、 どんな もの か イメージ し 易 い 人 も 多 い こと だ ろ う 。 イタリア の ピザ も 本式 で は その よう な 薪 オーブン で 調理 さ れ る 。 もっとも 単純 な 形 の 炉 は 、 石 を 火 の 周囲 に 積み上げ た 物 で 、 今日 で も キャンプ など の 飯盒 に よ る 調理 など で お なじみ だ が 、 既に 石器 時代 に は その よう な 炉 が 登場 し て い た と 見 られ 、 当時 の 遺構 に その 痕跡 が 見 られ る 。 農耕 文化 の 発達 ( → 農耕 民族 ・ 農業 ) に 伴 う 人 の 定住 化 と とも に 、 次第 に 土 と 石 を 組み合わせ る など し て 炉 も 常設 化 ・ 大型 化 し て い っ た が 、 その 過程 で この 竈 に な っ た と 考え られ る 。 これ ら は その 土地 の 気候 ・ 風土 に よ っ て 様々 な 形態 が あ る が 、 調理 用 の 常設 の 炉 が 世界 各地 に 古く から 存在 し て い る 。 西洋 、 東洋 で 長 い 間 利用 さ れ た 。 竈 の 火 は よく 神聖 化 さ れ た 。 古代 ローマ で は 竈 の 女神 ( ウェスタ ) も お り 、 竈 の 火 が 消え な い よう に 管理 する 巫女 も 存在 し た 。 現代 日本 で は その 役割 を 終え た 竈 で は あ る が 、 アフリカ や 東南 アジア など と い っ た 紛争 や 政治 的 混乱 に よ り 社会 整備 が 進 ん で い な い 国 や 、 また 古代 さながら の 原始 的 生活 を し て い る 民族 も お り 、 これ ら の 人々 は 戸外 で 裸火 に よ る 調理 を し て い る 。 しかし これ ら の 国 に おけ る 樹木 など の 燃料 資源 は 限 ら れ 、 難民 など の 形 で 一極 集中 が 起き た 際 に は 、 瞬 く 間 に 周囲 の 樹木 が 乱伐 採 さ れ 枯れ 果て る など の 二 次 的 な 環境 破壊 も 発生 し て い る 。 この ため その よう な 地域 で は 、 より 効率 の 良 い 調理 手段 が 求め られ て も お り 、 これ に 応 じ て 現地 に 日本 式 の 竈 の 作 り 方 を 伝え る など と い っ た 運動 を し て い る と い う 話 も 聞 か れ る 。 これ ら で は 炭 の 使用 も 含め て 、 森林 保護 に 効果 が あ る と 評 さ れ て い る 模様 だ 。 なお 難民 など 移動 が 多 い 場合 に は 、 七輪 の 利用 と い っ た 運動 も 聞 か れ る 。 ( → 七輪 ) 国際 協力 機構 ( JICA ) に 所属 し ケニア 在住 の 日本 人 食物 栄養 学者 で あ る 岸田 袈裟 は 、 1994 年 に 同地 の エンザロ 村 で 、 其処 に あ る 材料 で 現地 の 需要 に 則 し て 改良 し た 日本 式 の 竈 を 作り上げ た 。 これ が 現地 で 「 エンザロ ・ ジコ 」 ( ジコ は スワヒリ 語 で 竈 の 意 ) と 呼 ば れ て 、 好評 を 呼 ん で い る と い う 。 彼女 は 現地 家庭 の 台所 事情 の 調査 の 傍ら や 地域 援助 の 際 に この 竈作り を 伝え 、 更に その 竈 の 作 り 方 は 現地 の 人々 の 間 で 伝え 合 わ れ て い る 。 この 竈 は 石 で 大まか な 形 を 作 っ て 泥 を 塗り込 ん で 形 を 整え て 作 ら れ る が 、 僅 か 数 時間 で 完成 する 上 に 薪 の 消費 量 が 四 分 の 一 に な っ た 。 更に 従来 の 裸火 を 使 っ た 炉 で は 1 度 に 1 つ の 料理 しか 作れ な かっ た 所 が 1 度 で 3 種類 の 調理 が 行え る こと から 、 家庭 の 主婦 の 労力 削減 に も な っ た 。 また 従来 は 生活 廃水 も 流入 する よう な 川 の 水 を その まま 飲 ん で い た ため に 乳幼児 が 感染 症 に 掛かり 死亡 する 危険 性 が あ っ た ところ を 、 湯冷ま し を 与え られ る よう に な っ て 病気 の 発生 を 予防 でき る よう に な っ た と い う 。 2007 年 1 月 に 産経 新聞 が 伝え た 所 で は 、 同村 を はじめ 10 万 世帯 が エンザロ ・ ジコ を 利用 し て い る 模様 だ 。 JICA に よ る と 、 エンザロ ・ ジコ 以外 に も 同 機構 の 技術 協力 プロジェクト の 派遣 先 に て 日本 式 竈 を 現地 に あ る 材料 で 使 い ながら 伝え る 活動 が 行 わ れ て い る と 言 う 。 アフリカ の マリ 共和 国 ・ ニジェール ・ ブルキナファソ ・ ルワンダ ・ タンザニア の ほか ラテンアメリカ の メキシコ 、 また 南 アメリカ で は ボリビア など で も 竈作り が 伝え られ て い る 。 こちら は エンザロ ・ ジコ の よう な 石組み に 土 を 塗 る 方式 以外 に も 煉瓦 を 利用 し て い る 地域 も あ る よう で 、 従来 から あ る 煉瓦 を 流用 し た 簡易 炉 を 竈風 に 組み直 す 活動 も 見 られ る 。 ( 例 : ボリビア ) こう い っ た 活動 は 地域 の 健康 を 促進 する だけ で は な く 、 同時 に 家事 に 束縛 さ れ る 主婦 の 時間 を 節約 さ せ 、 地域 の 農業 生産 力 が 向上 し たり 、 女性 の 地位 向上 に も 影響 を 与え て い る と の こと で あ る 。 +華道 ( かどう ) と は 、 草花 や 樹木 など の 植物 材料 を 組み合わせ て 構成 し 、 鑑賞 する 芸術 で あ る いけ ば な に 、 芸道 と し て の 側面 を 加え た もの 。 日本 発祥 の 芸術 で 、 国際 的 に 広が っ て い る と 言 う 人 も い る 。 花道 と も 表記 し 、 また いけば な と も 呼 ば れ る 。 ただし 「 華道 」 と い う 呼称 に は 「 い け ば な 」 より も 求道 的 側面 が 強調 さ れ て い る 。 さまざま な 花材 を いけ る が 、 その いけ 方 は 華道 流 派 に よ っ て 異な る 。 例えば 、 見 る 方向 は 正面 と 定め られ て い る 流派 も 多 く あ り 、 3 次元 の 空間 を 、 2 次元 で 最大 限 に 表 す 流派 も あ る 。 これ は 日本 絵画 の 表現 方法 に も 通じ る 。 欧米 の フラワー デザイン ( Floral Design ) は 、 3 次元 の どこ から 見 て も 統一 し た フォルム が 感 じ られ る よう に 生け る と 言 わ れ て い る 。 また 、 日本 の いけ ば な ・ 華道 で は 、 色 鮮やか な 花 だけ で な く 、 枝 ぶり や 木 の 幹 の 美し い 表情 、 葉 や 苔 まで 、 自然 植物 すべて を 総 じ て 「 はな 」 と 呼 び 鑑賞 する の も 、 海外 の アレンジ の 概念 と は 一線 を 画 す 。 華道 以前 華道 は 、 仏教 の 伝来 と 発展 に 伴 い 、 仏前 に 花 を 手向け る 供花 に 由来 する と い う 説 が 有力 で あ る 。 だ が 、 採取 し た 植物 材料 を 人間 の 知 の 監督 下 で あ る 空間 に て 再 構成 する 行為 に 、 古代 の アニミズム の 流れ を 指摘 する 研究 も あ る 。 動物 と 異な り 、 切り落と し て も 適切 に 処置 すれ ば 溌剌 と し た 生命 力 を 漲 ら せ る 植物 に なん ら か の 神秘 を 見 た と し て も 、 それ は 不思議 な こと で は な い で あ ろ う 。 それ は 常緑 樹 信仰 に も 通 じ 、 人間 の 手 の 及 ば な い 神秘 の 力 を 、 花器 の 上 で 包括 的 に 管理 し て しま お う と する 試み で あ っ た か も しれ な い 。 今日 、 「 華道 」 と い え ば 江戸 時代 後期 、 文化 ( 元号 ) 文政 の 時代 に 流行 し た 生花 、 挿花 の こと を 指 す こと が 多 い 。 活け た 花 を 愛で る 歴史 一 輪 挿し など に 挿 し た 花 を 愛で る 習慣 は 、 古く は 平安 時代 あたり まで 遡 り 、 たとえば 『 枕草子 』 など の 文献 資料 から たど る こと が でき る 。 当初 は 既存 の 器 を 利用 し て い た が 、 後 に 専用 の 花器 が 製作 さ れ る よう に な っ た 。 華道 と し て は 、 室町 時代 中期 、 京都 頂法 寺 の 僧 に よ り 確立 さ れ た 。 代々 池 の ほとり に 住まい し て い た こと から 「 池坊 ( いけのぼう ) 」 と 呼 ば れ 、 それ が のち に 流派 の 名前 と な る 。 家元 、 宗家 ら に よ っ て 江戸 時代 中期 に かけ て 立花 ( たちばな 、 りっか 「 立華 」 と も 書 く ) と 呼 ば れ る 型 が 大成 さ れ て い っ た 。 その 後 、 江戸 中期 から 後期 に な る と それ まで の 上流 階級 ・ また は 武家 階級 の もの から 広 く 庶民 の たしなみ へ と 変化 し 、 生花 ( しょう か 、 せいか ) を 中心 に 広 く 愛 さ れ た 。 とくに 未生 流 系 、 古流 系 、 遠州 系 など の 流派 は 技巧 の 達人 ・ 名手 が 多 く 登場 し 、 多く の 流派 に わかれ て い く きっかけ と な る 。 江戸 末期 から 明治 時代 初期 の 頃 、 世界 的 な ニッポン 文化 ブーム に よ り 華道 ・ いけば な が 欧州 に 紹介 さ れ 、 ヨーロッパ の フラワー デザイン ( Floral Design ) に ライン アレンジメント の 手法 と し て 影響 を 与え た 。 国内 で は やがて 花姿 は 時代 の 流れ に 即 し 、 なげいれ 花 、 盛花 ( もりばな ) など さまざま な 型 が 編み出 さ れ た 。 江戸 時代 以降 、 池坊 から 枝分かれ し て 多く の 流派 が 誕生 し た 。 2005 年 3 月 現在 、 その 数 は 日本 い け ば な 芸術 協会 に 登録 さ れ て い る だけ で 392 流 派 あ る 。 華道 の 代表 的 流派 五十 音 順 池坊 ( いけのぼう ) 開祖 ・ 池坊 専慶 が 京都 の 六角 堂 池坊 の 僧侶 だっ た こと に 因 む い けば な 京花 傳 ( いけば な きょうかでん ) 小原 流 ( おはら りゅう ) 華道 遠州 ( かどう えんしゅう ) 江戸 後期 の マルチアーティスト ・ 茶人 の 小堀 遠州 公 を 祖 と する い けば なの 代表 的 個人 作家 柿崎 順一 假 屋崎 省吾 中川 幸夫 松田 隆作 +天狗 ( てんぐ ) は 、 日本 の 伝説 の 生物 一覧 。 一般 的 に 山伏 の 服装 で 赤ら 顔 で 鼻 が 高 く 、 翼 が あ り 空中 を 飛翔 する と さ れ る 。 俗 に 人 を 魔道 に 導 く 魔物 と さ れ 、 外法 様 と も い う 。 また 後白河 天皇 の 異名 で も あ っ た 。 元来 は 中国 の 物怪 で 、 流星 また は 彗星 の 尾 の 流れ る 様子 が 狗 ( いぬ ) に 似 て い る こと から 、 天 の 狗 、 すなわち 天狗 と 呼 ば れ た 。 また 、 中国 の 奇書 『 山海 経 』 西山 経 3 巻 の 章 莪 山 の 項 に 、 「 獣 あり 。 その 状狸 ( 山猫 を 指 す と 考え られ る ) の 如 く 、 白 い 首 、 名 は 天狗 。 その 声 は 榴榴 の 様 。 凶 を ふせ ぐ に よろし 」 と あ る よう に 天狐 、 アナグマ に も 例え られ た 。 なお 仏教 で は 、 経論 律 の 三蔵 に は 、 本来 、 天狗 と い う 言葉 は な い 。 しかし 、 『 正法 念 経 』 19 に は 「 一切 身分光 燄騰赫 。 見此相 者 皆 言憂流 迦 下 。 魏言 天狗 下 」 と あ り 、 これ は 古代 インド の サンスクリット 語 の Ulk ā ( 漢訳 音写 : 憂流 迦 ) と い う 彗星 の 名 を 、 天狗 と 翻訳 し た もの で あ る 。 日本 に お い て 天狗 の 言葉 が 初めて 見 られ る の は 『 日本 書紀 』 で 、 634 年 、 怪音 を たて て 空 を 飛来 する もの ( かなり 地表 まで 落下 し た 流星 か ) を 唐 から 来 た 人 が 、 「 流星 に あ ら ず 、 これ 天狗 アマキツネ な り 」 と 呼 ん だ と い う 記載 が あ る 。 奈良 ~ 平安 時代 初期 に おけ る 天狗 と は 、 『 山海 経 』 の 形状 の 通り 天狐 で あ り 、 やはり 彗星 あるいは 流星 を 指 し た と 考え られ る 。 空海 や 円珍 など に よ り 密教 が 日本 に 伝え られ る と 、 後 に これ が 胎蔵 界 曼荼羅 に 配置 さ れ る 星辰 ・ 星宿 信仰 と 付会 ( ふか い ) さ れ 、 また 奈良 時代 から 役行 者 より 行 わ れ て い た 山岳 信仰 と も 相 ま っ て い っ た 。 そして 鎌倉 時代 に な る と 、 修験 道 の 山伏 ( 山伏 ) を も 天狗 と 呼 ぶ よう に な っ た 。 これ は 、 その 風体 や 修行 法 が 独特 で あ る こと から 、 既成 の 宗派 から 軽蔑 さ れ て 呼 ん だ もの で あ る 。 山伏 は 名利 を 得 ん と する 傲慢 で 我見 の 強 い 者 と し て 、 死後 に 転生 し 、 魔界 の 一種 と し て 天狗 道 が 、 一部 に 想定 さ れ て 解釈 さ れ た 。 一方 民間 で は 、 平地 民 が 山地 を 異界 と し て 畏怖 し 、 そこ で 起き る 怪異 な 現象 を 天狗 の イメージ に 付託 し た 。 ここ から 天狗 を 山 の 神 と 見な す 傾向 が 生まれ 、 各種 天狗 の 像 を 目 し て 狗賓 ( ぐひん ) 、 山人 、 山 の 神 など と 称 する 地域 が 現在 で も 存在 する 。 したが っ て 、 今日 、 一般 的 に 伝え られ る 、 鼻 が 高 く ( 長 く ) 赤ら 顔 、 山伏 の 装束 に 身 を 包 み 、 一 本 歯 の 高下駄 を 履 き 、 葉団 扇 を 持 っ て 自在 に 空 を 飛び 悪巧み を する と い っ た 性質 は 、 中世 以降 に 解釈 さ れ る よう に な っ た もの で 、 本来 ま ったく 性質 の 異な っ た もの が 習合 さ れ た 俗信 で あ る と さ れ る 。 事実 、 当時 の 天狗 の 形状 姿 は 一定 せ ず 、 多く は 僧侶 形 で 、 時 と し て 童子 姿 や 鬼形 を と る こと も あ っ た 。 また 、 空中 を 飛翔 する こと から 、 鳶 ( とび ) の イメージ で 捉え られ る こと も 多 かっ た 。 さらに 尼 の 転生 し た 者 を 「 尼天狗 」 と 呼称 する こと も あ っ た 。 平安 末期 成立 の 『 今昔 物語 集 』 に は 、 空 を 駆け 、 人 に 憑 く 「 鷹 」 と 呼 ば れ る 魔物 や 、 顔 は 天狗 、 体 は 人間 で 、 一 対 の 羽 を 持 つ 魔物 など 、 これ ら の 天狗 の 説話 が 多 く 記載 さ れ た 。 これ は 1296 年 ( 永仁 4 年 ) に 『 天狗 草子 』 と し て 描写 作成 さ れ た 。 ここ に は 当時 の 興福 寺 や 東大 寺 など 7 大 寺 の 僧侶 が 堕落 し た 姿相 が 風刺 と し て 描 か れ て い る 。 これ ら 天狗 の 容姿 は 、 室町 時代 に 成立 し た と さ れ る 『 御伽 草子 ・ 天狗 の 内裏 』 の 、 鞍馬 寺 の 護法 魔王 尊 あるいは 鞍馬 天狗 など が 、 その 初期 の 原型 で あ り 、 おそらく 室町 時代 初期 以降 に 変化 し た もの と 考え られ て い る 。 『 平家 物語 』 で は 、 「 人 に て 人 な ら ず 、 鳥 に て 鳥 な ら ず 、 犬 に て 犬 な ら ず 、 足手 は 人 、 かしら は 犬 、 左右 に 羽根 はえ 、 飛び歩 く もの 」 と あ り 、 鎌倉 時代 に な る と 、 験力 を 誇示 する 天台 僧ら に 、 仏教 の 超越性 を 証明 する 為 の 標的 と さ れ 、 『 是害 坊 絵巻 』 を 始め と する 書物 に 、 天台 の 僧 に 戦い を 挑 み 、 無残 に 敗退 する 天狗 の 物語 が 伝え られ る よう に な る 。 また 、 林 羅 山 の 『 神社 考 』 「 天狗 論 」 、 また 平田 篤胤 の 『 古今 妖 魅考 』 に 、 京都 市 上京 区 に 存在 する 「 白峯 神宮 」 の 祭神 で あ る 金色 の 鳶 と 化 し た 讃岐 院 ( 崇徳 上皇 ) 、 長 い 翼 を 持 つ 沙門 と な っ た 後鳥 羽 上皇 、 龍車 を 駆 る 後醍醐 天皇ら 、 『 太平 記 』 に 登場 する 御 霊 が 天狗 と し て 紹介 さ れ る 。 天狗 は 、 慢心 の 権化 と さ れ 、 鼻 が 高 い の は その 象徴 で あ る 。 これ から 転 じ て 「 天狗 に な る 」 と 言 え ば 自慢 が 高 じ て い る 様 を 表 す 。 彼 等 は 総 じ て 教え た がり 魔 で あ る 。 中世 に は 、 仏教 の 六道 の ほか に 天狗 道 が あ り 、 仏道 を 学 ん で い る 為 地獄 に 堕ち ず 、 邪法 を 扱 う ため 極楽 に も 行け な い 無間 ( む げん ) 地獄 と 想定 、 解釈 さ れ た 。 前述 の よう に 、 天狗 が 成立 し た 背景 に は 複数 の 流れ が あ る ため 、 その 種類 や 姿 も さまざま で あ る 。 一般 的 な 姿 は 修験 者 の 様相 で 、 その 顔 は 赤 く 、 鼻 が 高 い 。 翼 が あ り 空中 を 飛翔 する と さ れ る 。 この うち 、 鼻 の 高 い の を 「 大天狗 」 、 鼻先 が 尖 っ た の は 「 小天狗 」 あるいは 「 烏天狗 」 と い う 。 種類 と し て は 、 天狗 と し て 世 に あだな し 、 業尽き て 後 、 再び 人身 を 得 よ う と する 「 波旬 」 、 自尊 心 と 驕慢 を 縁 と し て 集 う 「 魔縁 」 と 解釈 さ れ る 場合 も あ る 。 また その 伝承 も 各地 に 伝わ っ て お り 、 変わ っ た もの と し て 、 紀州 に 伝わ る 、 山伏 に 似 た 白衣 を 着 、 自由 自在 に 空 を 飛 ぶ 「 空神 」 、 岩手 県 南部 で は 「 スネカ 」 、 北部 で は 「 ナゴミ 」 「 ナゴミタクリ 」 と い う 、 小正月 に 怠け者 の すね に でき る と い う 火 まだら を はぎとり に 現われ る 天狗 など が 伝え られ る 。 姿 を 見 た 者 は い な い が 、 五 月 十 五 日 の 月夜 の 晩 に 太平 洋 から 飛 ん で くる 「 アンモ 」 も この 類 で 、 イロリ に ばかり あた っ て い る 怠 け 童子 の 脛 に は 、 茶色 の 火班 が つ い て い る の で 、 その 皮 を 剥ぎ に くる と い う 。 弱 い 子供 を 助け て くれ 、 病気 で 寝 て い る 子 は アンモ を 拝 む と 治 る と い う 。 静岡 県 大井川 で は 、 『 諸国 里 人談 』 に 、 一名 を 「 境鳥 」 と い い 、 顔 は 人 に 似 て 正面 に 目 が あ り 、 翼 を 広げ る と その 幅 約 6 尺 、 人間 と 同じ よう な 容姿 、 大き さ で 、 嘴 を 持 つ 「 木 の 葉 天狗 」 が 伝え られ て お り 、 夜更け に 川面 を 飛び交 い 魚 を 取 っ て い た と 記 さ れ て い る 。 また 、 鳥 の くちばし と 翼 を 持 っ た 鳥類 系 天狗 の 形状 を 色濃 く 残 す 「 烏天狗 」 は 有名 で あ る 。 有名 な 是害 坊 天狗 など も この 種 で 、 多く の 絵巻 に その 姿 が 残 さ れ て い る 。 尼 が な っ た 「 女天狗 」 や 、 狼 の 姿 を し た 狗賓 と い う 天狗 も い た 。 神 と し て 信仰 の 対象 と な る 程 の 大天狗 に は 名 が 付 い て お り 、 愛宕 山 の 太郎 坊 、 鞍馬 山 の 僧正 坊 ( 鞍馬 天狗 ) 、 比良山 の 次郎 坊 の 他 、 比叡山 法性 坊 、 英彦山 豊前 坊 、 富士 山 太郎 坊 、 白峰 山 相模 坊 、 等 が 知 ら れ る 。 滋賀 県 高島 市 で は 「 グヒン サン 」 と 言 い 、 大空 を 飛 び 、 祭見物 を し た と い う 。 高島 町 大溝 に 火 を つけ に い っ た が 、 隙間 が な く て 失敗 し た と い う 話 が 伝わ っ て い る 。 鹿児島 県 奄美 大島 で も 、 山 に 住 む 「 テンゴ ヌカミ 」 が 知 ら れ 、 大工 の 棟梁 で あ っ た が 、 嫁迎え の ため 六十 畳 の 家 を 一 日 で 作 る の で 藁 人形 に 息 を 吹きかけ て 生命 を 与え て 使 い 、 二千 人 を 山 に 、 二千 人 を 海 に 帰 し た と 言 う 。 愛媛 県 石鎚 山 で は 、 六 歳 の 男の子 が 山頂 で い な く な り 、 いろいろ 探 し た が 見つか ら ず 、 やむな く 家 に 帰 る と 、 すでに 子供 は 戻 っ て い た 。 子 に 聞 く と 、 山頂 の 祠 の 裏 で 小便 を し て い る と 、 真っ黒 い 大男 が 出 て き て 子供 を たしなめ 、 「 送 っ て あげ る から 目 を つぶ っ て お いで 」 と 言 い 、 気 が つ く と 自分 の 家 の 裏庭 に 立 っ て い た と い う 。 天狗 は しばしば 輝 く 鳥 と し て 描 か れ 、 松明 丸 、 魔縁 と も 呼 ば れ た 。 怨霊 と な っ た 崇徳 上皇 が 、 天狗 の 王 と し て 金色 の 鷲 と し て 描 か れ る の は この ため で あ る 。 また 、 山神 と の 関係 も 深 く 、 霊峰 と さ れ る 山々 に は 、 必ず 天狗 が い る と さ れ ( それ ゆえ 山伏 の 姿 を し て い る と 考え られ る ) 、 実際 に 山神 を 天狗 ( ダイバ ) と する 地方 は 多 い 。 現在 で も 、 山形 県 最上 郡 の 伝承 に みえ る 天狗 は 白髪 の 老人 で あ る 。 山伏 を 中心 と する 天狗 の 信仰 は 、 民間 の 仏教 と 、 古代 から 続 く 山 の 神秘 観山岳 信仰 に 結びつ い た もの で 、 極めて 豊富 な 天狗 に つ い て の 伝説 は 山岳 信仰 の 深 さ を 物語 る もの で あ る 。 山形 県 など で は 、 夏山 の しげみ の 間 に あ る 十 数 坪 の 苔地 や 砂地 を 、 「 天狗 の すもう 場 」 と し て 崇敬 し 、 神奈川 県 の 山村 で は 、 夜中 の 、 木 を 切 っ たり 、 「 天狗 倒 し 」 と 呼 ば れ る 、 山中 で 大木 を 切り倒 す 不思議 な 音 、 山 小屋 が 、 風 も な い の に ゆれ たり する こと を 山天狗 の 仕業 と し て い る 。 鉄砲 を 三 つ 撃 て ば こう し た 怪音 が や む と い う 説 も あ る 。 その 他 、 群馬 県 利根 郡 で は 、 どこ から と も な く 笑い声 が 聞こえ 、 構 わ ず 行 く と 更に 大きな 声 で 笑 う が 、 今度 は こちら が 笑い返 す と 、 前 に も ま し て 大声 で 笑 う と い う 「 天狗 笑い 」 、 山道 を 歩 い て い る と 突然 風 が 起こ り 、 山鳴り が し て 大きな 石 が 飛 ん で くる 「 天狗 礫 」 ( これ は 天狗 の 通り 道 だ と い う ) 、 「 天狗田 」 、 「 天狗 の 爪 と ぎ 石 」 、 「 天狗 の 山 」 、 「 天狗 谷 」 など 、 天狗 棲 む 場所 、 すなわち 「 天狗 の 領地 」 、 「 狗賓 の 住処 」 の 伝承 が あ る 。 金沢 市 の 繁華 街 尾張町 で は 、 宝暦 五 年 ( 175 5 ) に 『 天狗 つぶて 』 が 見 られ た と い う 。 静岡 県 の 小笠山 で は 夏 に 山中 から 囃子 の 音 が 聞こえ る 怪異 「 天狗 囃子 」 が あ り 、 小笠 神社 の 天狗 の 仕業 だ と い う 。 佐渡島 ( 新潟 県 佐渡 市 ) で も 同様 に 「 山神楽 」 ( やま かぐら ) と い っ て 、 山中 から 神楽 の よう な 音 が 聞こえ る 怪異 を 天狗 の 仕業 と い う 。 岐阜 県 揖斐 郡 徳山村 ( 岐阜 県 ) ( 現 ・ 揖斐川 町 ) で は 「 天狗 太鼓 」 と い っ て 、 山 から 太鼓 の よう な 音 が 聞こえ る と 雨 の 降 る 前兆 だ と い う 。 特に 、 鳥 の よう に 自由 に 空 を 飛び回 る 天狗 が 住 ん で い たり 、 腰掛け たり する と 言 わ れ て い る 天狗 松 ( あるいは 杉 ) の 伝承 は 日本 各地 に あ り 、 山伏 の 山岳 信仰 と 天狗 の 相関 関係 を 示 す 好例 で あ る 。 樹木 は 神霊 の 依り 代 と さ れ 、 天狗 が 山 の 神 と も 信 じ られ て い た こと から 、 天狗 が 樹木 に 棲 む と 信 じ られ た と 考え られ る 。 こう し た 木 の 周囲 で は 、 天狗 の 羽音 が 聞こえ たり 、 風 が 唸 っ たり する と い う 。 風 が 音 を たて て 唸 る の は 、 天狗 の 声 だ と 考え られ た 。 愛知 県 宝飯 郡 に あ る 大松 の 幹 に は 天狗 の 巣 と 呼 ば れ る 大きな 洞穴 が あ り 、 実際 に 天狗 を 見 た 人 も い る と 云 う 。 また 埼玉 県 児玉 郡 で は 、 天狗 の 松 を 伐 ろ う と し た 人 が 、 枝 から 落ち て ひど い 怪我 を 負 っ た が 、 これ は 天狗 に 蹴落と さ れ た の だ と い う 話 で あ る 。 天狗 の 木 と 呼 ば れ る 樹木 は 枝 の 広が っ た 大木 や 、 二枝 に 岐れ また 合わさ っ て 窓形 に な っ た もの 、 枝 が コブ の 形 を し た もの など 、 著し く 異形 の 木 が 多 い 。 生物 の 和名 と し て 天狗 が 登場 する こと が あ る 。 動物 に つ い て い え ば 鼻 、 また は 類似 器 官 が 突き出 た 外見 に 因 む もの が 多 い 。 哺乳 類 - テング ザル 、 テング コウモリ 魚類 - テング ハギ 、 ウミテング 昆虫 類 - テング チョウ 植物 - テング クワガタ 、 ハリギリ 菌 類 - テング タケ 類 大 日本 天狗 党 絵詞 ( 黒田 硫黄 に よ る 漫画 ) Tactics ( 漫画 ) ( 木下 さくら と 東山 和子 に よ る 漫画 ) 町 で うわさ の 天狗 の 子 ( 岩本 ナオ に よ る 漫画 ) +月見 ( つきみ ) と は 、 満月 など 月 を 眺め て 楽し む こと 。 観月 ( かんげつ ) と も 言 う 。 狭義 に は 、 太陰 太陽 暦 ( 旧暦 ) の 8 月 15 日 ( 旧暦 ) ( 十 五 夜 ) と 9 月 13 日 ( 旧暦 ) ( 十 三 夜 ) の 夜 の 月見 を 指 す 。 旧暦 の 8 月 15 日 を 「 中秋 」 と 呼 ぶ ため 「 中秋 の 名月 ( ちゅうしゅう の めいげつ ) 」 と も い う 。 また 、 旧暦 8 月 は 、 秋 ( 7 月 から 9 月 ) の ちょうど 中頃 な の で 「 仲秋 」 と 呼 ぶ ため 「 仲秋 の 名月 ( ちゅうしゅう の めいげつ ) 」 と 表記 する 場合 も あ る が 、 「 中秋 」 は 旧暦 8 月 15 日 を さ し 、 「 仲秋 」 は 秋 を 三 つ に 区分 し た とき の 真ん中 の 期間 を さ す 言葉 で あ る の で 、 「 中秋 の 名月 」 が 正し い 表記 で あ る 。 十 五夜 の グレゴリオ 暦 ( 新暦 ) で の 該当日 は こちら の 8 月 15 日 ( 旧暦 ) 対照 表 を 参照 。 概要 古来 より 8 月 ( 旧暦 ) ( グレゴリオ 暦 ( 新暦 ) で は 9 月 ごろ ) は 、 空気 が 乾燥 し て 月 が 鮮やか に 見え 、 かつ 、 湿度 も 低 く 夜 で も それ ほど 寒 く な い ため 、 観月 に 最も 良 い 時節 と さ れ て い た 。 この 夜 は 、 月 が 見え る 場所 など に 祭壇 を 作り ススキ ( すすき ) を 飾 っ て 月見 団子 ・ 里芋 ・ 枝豆 ・ クリ など を 盛り 、 御酒 を 供え て 月 を 眺め た ( お 月見 料理 ) 、 豊作 を 祈 る 満月 法会 など 。 この こと から 芋 名 月 と も 言 う 。 中国 で も 同様 の 習慣 が あ る が 、 仲秋 節 と し て 日本 より 盛大 に 祝 い 月餅 を 作 っ て 供物 する 。 この 月餅 が 日本 に 伝わ っ て 、 月見 団子 に 変 っ た と い う 。 大韓民国 で も 、 この 時期 、 月見 の 習慣 が あ り 、 チュソク ( 秋夕 ) と い い 、 勤め も 休み に な り 、 郷里 で 親族 と 共 に 祝 う お 正月 、 お 盆 に 次 ぐ お 祭り に な っ て い る 。 ソンピョン ( 松餅 ) と い う お 菓子 を つく る 。 十 三 夜 は 日本 独自 の 風習 で あ り 、 ちょうど 食べ頃 の 大豆 や クリ など を 供え る こと から 、 この 夜 の 月 を 豆 名 月 また は 栗 名 月 と い う 。 十 五 夜 と 十 三 夜 どちら か 片方 の 月見 しかし ない の は 「 片月 見 」 また は 「 片見 月 」 と 言 っ て 嫌 わ れ た 。 その ため 、 二 度 目 の デート を 確実 に 行 う ため に 、 十 五 夜 に 異性 を 誘 う ( 相手 は どう し て も 十 三 夜 に も 来 な けれ ば な ら な い ため ) 、 と い う こと が あ っ た よう だ 。 更に 、 地方 に よ っ て は 月待ち と い う 風習 が あ り 、 十 七 夜 以降 を 立待 月 ( たてまち - ) 、 居待 月 ( いまち - ) 、 寝待 月 ( ね まち - ) 、 更待 月 ( ふけ ま ち - ) 、 と い う の は この 名残 で あ る 。 二十 三 夜 待ち まで を 行 う 地域 が 多く を 占め た が 、 二十 六 夜 待ち まで 行 う 地域 が あ り 、 月光 に 阿弥陀 仏 ・ 観音 菩薩 ・ 勢至 菩薩 の 三尊 が 現れ る ( 広辞苑 より ) 、 と い う 口実 を 付け て 月 が 昇 る ( 大体 、 深夜 二 時 ごろ ) まで 遊興 に ふけ っ た 。 この 風習 は 明治 時代 に 入 る と 急速 に 廃れ て い っ た よう だ 。 中国 、 日本 で は 、 月 を 愛で る と い う 習慣 が 古く から あ り 、 日本 で は 縄文 時代 ごろ から あ る と い わ れ 平安 時代 ごろ から 中国 から 月見 の 祭事 が 伝わ る と 貴族 など の 間 で 観月 の 宴 や 舟遊 び ( 直接 月 を 見 る の で は な く 船 など に の っ たり し て 水面 に 揺れ る 月 を 楽し む ) など 歌 を 詠 ん だり 酒 を 飲 ん だり し た 。 ヨーロッパ で は 満月 は 人 の 心 を かき乱 し 、 狂 わ せ る もの で あ っ た よう で 、 月 の 女神 が 死 を 暗示 し たり 、 狼男 が 月 を 見 て 変身 する と い う の は 、 その 典型 的 な 例 で 、 とても 月 を 眺め て 楽し む と い う 気分 に は なれ な かっ た よう だ 。 日本 で も 『 竹取 物語 』 に 、 月 を 眺め る かぐや 姫 を 嫗 が 注意 する 場面 が あ る ため 、 中国 から 観月 の 風習 が 入 る 前 は ヨーロッパ と 似 た 考え を 月 に 対 し て 持 っ て い た よう だ 。 月見 の 名所 日本 九 段 坂 ( 東京 都 千代田 区 ) 信州 姨捨 ( 長野 県 千曲 市 ) 伊賀 上 野 城 ( 三重 県 伊賀 市 ) 大覚寺 大沢 池 ( 京都 府 京都 市 ) 玄宮園 ( 滋賀 県 彦根 市 ) 姫路城 ( 兵庫 県 姫路 市 ) 岩国 城 と 吉香 公園 ( 山口 県 岩国 市 ) 満願 寺 ( 島根 県 松江 市 ) 桂浜 ( 高知 県 高知 市 ) 海外 盧溝 橋 ( 中華 人民 共和 国 北京 市 ) 西湖 ( 杭州 市 ) ( 中国 浙江 省 杭州 ) 月見 に 関連 し た 作品 古典 文学 『 竹取 物語 』 - かぐや 姫伝説 漢詩 上杉 謙信 『 十 三 夜 』 - 霜滿 軍 營秋 氣淸   数行 過 雁 月 三更   越山 併 得能 州 景   遮莫 家郷 憶 遠征 小説 『 聊斎 志異 』 中島 敦 『 山月 記 』 井上 靖 『 星 と 祭 』 俳句 松尾 芭蕉 名月 は ふた つ 過ぎ て も 瀬田 の 月 名月 や 池 を めぐ り て 夜 も すがら 名月 や 座 に うつくし き 顔 も な し 名月 や 児立ち並 ぶ 堂 の 縁 名月 や 門 に さしく る 潮 が しら 名月 や 北国 日 和定め な き 種田 山頭火 ほつ と 月 が あ る 東京 に 来 て ゐ る 短歌 詠み 人 知 ら ず 月 月 に 月見 る 月 は 多 けれど 月見 る 月 は この 月 の 月 ( 「 月 」 が 8 回 あ り 、 「 この 月 」 が 8 月 で あ る こと を 示 し て い る ) 絵本 いわむら かずお 『 14 ひき の お つきみ 』 童心 社 1998 年 イオクベ 『 ソリ ちゃん の チュソク 』 セーラー 出版 2000 年 能 「 井筒 」 ( いづつ ) 「 融 」 ( とおる ) 「 姨捨 」 ( おばすて ) ゆで た 蕎麦 ・ うどん を 丼 に 入れ 、 場合 に よ っ て 群雲 ( むらく も ) に 見立て た 海苔 を 敷 い て から 、 生卵 を 割り入れ て 、 汁 と 薬味 を 添え た もの を 「 月見 うどん 」 、 「 月見 そば 」 と 呼 ぶ 。 月見 の 風情 を どんぶり の 中 に 見立て た もの で あ る 。 本来 、 月見 に 海苔 は 必須 で あ り 、 海苔 なし の 場合 は 「 玉 ( ぎょく ) 」 と い っ た が ( 「 玉 ( ぎょく ) 落とし 」 「 玉 ( ぎょく ) 入り 」 「 玉 ( ぎょく ) 落ち 」 等 ) 、 しかし 現代 で は 海苔 なし で も 卵 さえ 入 っ て い れ ば 月見 と い っ て しま う こと も 多 い 。 鍋焼き うどんや 味噌 煮込み うどん に も 鶏卵 を 割り入れ る 場合 も 多 い が 、 火 が 通 っ て 黄身 が 見え にく く な る ため か 、 月見 と は 呼 ば れ な い 。 北九州 市 で は 、 焼きう どん など に くぼみ を 作 り 、 中 に 卵 を 落と し て 、 ひっくり返 し て 焼 い た もの を 天窓 と 称 し て い る 。 これ は 天窓 から 月 が 見え る 様子 を 言 っ て お り 、 月見 の 変型 で あ る 。 マクドナルド で は 1991 年 以来 、 秋 限定 メニュー と し て 、 9 月 から 10 月 に かけ て 目玉 焼き の 入 っ た 「 月見 バーガー 」 を 発売 し て い る 。 台湾 で は 、 かき 氷 の メニュー の ひと つ と し て 「 月見 冰 ユエチエンピン 」 ( 月見 氷 ) が あ る 。 かき 氷 の 上 に 黒糖 蜜 、 練乳 、 ドライフルーツ など の トッピング を 乗せ た あと 、 まん 中 に くぼみ を 作 っ て 、 生卵 の 黄身 を 割り入れ た もの で あ る 。 中国 語 で 月見 は 「 賞月 」 と い う 言 い 方 が 普通 で あ り 、 「 月見 」 は 日本 語 から の 借用 と 考え られ る 。 ( 中国 語 は 動詞 ― 名詞 の 語順 で あ り 、 「 月見 」 の よう な 名詞 ―動詞 の 語順 は 本来 は 用い な い ) +鬼門 ( きもん ) と は 、 北東 ( 艮 = うしとら : 丑 と 寅 の 間 ) の 方位 の こと で あ る 。 陰陽 道 で は 、 鬼 が 出入り する 方角 で あ る と し て 、 万事 に 忌 む べ き 方角 と し て い る 。 他 の 方位 神 と は 異 り 、 鬼門 は 常 に 艮 の 方角 に あ る 。 鬼門 と は 反対 の 、 南西 ( 坤 ひつじさる ) の 方角 を 裏 鬼門 と 言 い 、 この 方角 も 忌 み 嫌 わ れ る 。 概要 鬼門 は 、 古代 中国 の 書物 『 山海 経 』 に あ る 物語 が 元 と な っ て お り 、 北西 ( 乾 ) を 「 天門 」 、 南西 ( 坤 ) を 「 人門 」 、 南東 ( 巽 ) を 「 風門 」 、 北東 ( 艮 ) を 「 鬼門 」 と し た こと に よ る 。 江戸 時代 に は 、 鬼門 の 方向 へ の 造作 ・ 移徙 ( わたまし : 貴人 の 引越 ) は 忌 む べ き と さ れ た 。 また 、 人々 は 家 の 鬼門 の 方角 に モモ の 木 を 植え たり 、 鬼門 と は 反対 の 方角 が 申 で あ る こと から 、 サル の 像 を 鬼門 避け と し て 祀 っ たり し た 。 京都 御所 の 北東 角 に は 屋根裏 に 木彫り の 猿 が 鎮座 し 、 鬼門 を 封 じ て い る ( 猿ヶ辻 ) 。 現在 で も 、 家 の 中央 から 見 て 鬼門 に あた る 方角 に は 、 門 や 蔵 、 および 水屋 ・ 便所 ・ 風呂 など の 水 を 扱 う 場所 を 置 く こと を 忌 む 風習 が 強 く 残 っ て い る 。 また 、 都市 計画 に お い て は 、 平安 京 で は 大内 裏 から 鬼門 の 方向 に 比叡山 延暦 寺 が 、 江戸 で は 江戸 城 から 鬼門 の 方向 に 東叡 山 寛永 寺 が 置 か れ た 。 鬼門 の 諸説 陰陽 道 に お い て は 、 北 と 西 は 陰 、 東 と 南 は 陽 と さ れ 、 北東 と 南西 は 陰陽 の 境 に な る の で 、 不 安定 に な る と 説明 さ れ る 。 鬼門 は 忌み 嫌 わ れ る と い う 云れ の 他 に 、 逆 に 神々 が 通り抜け る 方角 、 あるいは 太陽 が 生まれ る 方位 ( 生門 ) で あ る ため に 清浄 の 気 を 保 た ね ば な ら ぬ と い う 考え も あ る 。 中国 で は 、 北東 の 方向 から 季節 風 が 吹 く ため 、 家 の 中心 から 見 て この 方角 に 水回り の もの を 置 く と 、 家 の 中 が 不 衛生 に な る の で 置 か な い よう に し た と い う の が 、 鬼門 の 由来 で あ る と い う さまざま な 説 が あ る 。 日常 用語 に おけ る 鬼門 以上 の よう に 、 鬼門 は 本来 呪術 的 な 意味 を 持 つ 言葉 で あ る が 、 転 じ て 「 よ く な い 結果 が 起こ り やす い 事柄 」 に 対 し て この 言葉 が 用い られ る よう に な っ て い っ た 。 方角 に 限 ら ず 、 場所 、 時間 帯 や 特定 の 教科 など を 指 す こと も あ り 、 その 用途 は 幅広 い 。 +漬物 に 関 し て は 、 正し く は 「 紫葉 漬け 」 で あ り 「 柴漬 」 は 誤り 。 京都 の 伝統 的 な 漬物 。 以下 、 この 意味 で 解説 する 。 柴漬 ( ふしづけ ) は 、 柴 を 束ね て 水 に 沈め 、 中 に 入 っ た 魚 を 捕らえ る 方法 。 処刑 方法 の 一種 。 罪人 を 柴 で 包 ん で 縛り上げ 、 重り を つけ て 水底 に 沈め る 。 紫葉 漬け ( しばづけ ) と は ナス を 刻 ん だ 赤 シソ の 葉 で 塩漬け に し た 、 京都 の 伝統 的 な 漬物 で あ り 、 「 すぐき 」 、 「 千 枚 漬 」 と 並 ん で 京都 の 三 大 漬物 と 言 わ れ て い る 。 紫蘇 の 赤紫色 が 鮮やか で 、 酸味 が 強 い 。 京都 の 漬物 で あ る が 、 人気 が 高 く 日本 全国 ほぼ どこ で も 売 ら れ て い る 。 本来 の 製法 で 漬け る 場合 は 、 熟成 まで 一 年 近く かか る と さ れ る 。 現在 は キュウリ や ミョウガ など を 入れ る 事 も あ り 、 酢漬け に さ れ る が 、 本来 は 茄子 と 紫蘇 の 葉 、 そして 塩 を 用い 、 酸味 は 乳酸 菌 由来 の もの だけ で 酢 は 使用 し な かっ た 。 現在 この 酢 を 使用 し な い 製法 の もの は 「 生柴 漬 」 「 生紫 葉 漬け 」 など と い う 名称 で 販売 さ れ る こと が 多 い 。 平家 が 滅亡 し た 後 、 平家 の 数 少な い 生き残り で 、 京 の 大原 に 隠棲 し た 建礼 門 院 ( 平徳子 ) が 、 慰め の ため に 持ち寄 ら れ た 地元 の 漬物 を 気 に 入 り 、 紫葉 の 入 っ た 漬物 、 「 紫葉 漬け 」 と 名付け た と い う 伝承 が あ る 。 山口 美江 が 「 紫葉 漬け 食べ た い 」 と 叫 ぶ 、 フジッコ ・ 漬物 百 選 の 有名 な CM が あ っ た 。 +日本 刀 ( に ほんとう 、 英 : Japanesesword ) は 、 日本 に 於 い て 独自 に 発展 し た 方法 で 鍛え られ た 刀剣 類 の 総称 。 寸法 に よ り 刀 ( 太刀 ・ 打刀 ) 、 脇差 ( 脇指 ) 、 短刀 に 分類 さ れ る 。 広義 に は 、 長巻 、 薙刀術 、 剣 、 槍 など も 入 る 。 刀 を 作 る 職 の 者 を 「 刀工 」 、 「 刀匠 」 、 「 刀鍛冶 」 と い う 。 古来 から 武器 と し て の 役割 と 同時 に 美し い 姿 が 象徴 的 な 意味 を 持 ち 、 美術 品 と し て も 評価 の 高 い 物 が 多 い 。 皇室 、 神社 等 の 古く から 続 く 血統 で は 権威 の 証 と し て の 宝剣 ( 天叢 雲剣 等 ) が 尊 ば れ て い た 。 また 武家 政権 を 背景 に 「 武士 の 魂 」 と し て 精神 文化 の 支柱 と し て 機能 し た 。 その 特徴 は 、 " 折り返 し 鍛錬 法 " で 鍛え 上げ られ た 鋼 を 素材 と する 点 と 、 刀身 と なかご ( 茎 ( 刀 ) 、 中心 ) が 一体 と な っ た 構造 で あ る 。 茎 に は 刀身 を 目釘 で 柄 に 固定 する 目的 の 孔 ( 目釘孔 ) が 設け られ て い る 。 また 日本 刀 は 諸 外国 の 刀剣 類 と 異な り 、 外装 品 ( 拵え ) と は 別 に 刀身 自体 が 美術 的 価値 を 発揮 し て い る こと を 以 っ て 最大 の 特徴 で あ る 、 と 言え る 。 “ 日本 刀 ” と い う 呼称 「 日本 刀 」 は 元来 、 海外 から み た 場合 の 呼称 で あ る 。 古来 の 日本 で は 「 刀 ( かたな ) 」 、 もしくは 「 剣 ( けん ) 」 と 呼 び 、 「 日本 刀 」 と い う 呼称 を 使 っ て い な い 。 「 日本 刀 」 と い う 呼称 は 、 北宋 の 詩人 で あ る 欧陽 修 ( おうよう しゅう ) の 「 日本 刀 歌 」 に 見 られ る 。 この 詩 の 中 で 、 越 ( 華南 ) の 商人 が 当時 既に 宝刀 と 呼 ば れ て い た 日本 刀 を 日本 まで 買い付け に 行 く こと や その 外装 や 容貌 など の 美術 的 観点 が 歌 わ れ て い る 。 「 日本 刀 歌 」 が 歌 い た い こと は 日本 刀 の こと で は な く 、 中国 で は 既に 散逸 し て しま っ た 書物 が 日本 に は 存在 し て い る と い う こと を 嘆 い た 詩 で は あ る が 、 日本 刀 の 美し さ が 、 平安 時代 後期 - 鎌倉 時代 初期 に 既に 海外 の 好事 家 など に も 認め られ て お り 、 輸出 品 の 一 つ と さ れ て い た こと を 示 し て い る 。 「 日本 刀 」 と い う 名称 が 、 日本 人 に と っ て の 一般 的 名称 と し て 広ま っ た の は 幕末 以降 の こと で あ る 。 その 理由 と し て 、 幕末 以降 、 西欧 に 流出 し て 評価 が 高ま っ た 日本 の 絵画 が 従来 の 西洋 の 絵画 と 区別 し て 「 日本 画 」 と 呼称 さ れ る よう に な っ た 事 に 対応 し て 、 西洋 の 刀剣 に 対 し て 日本 刀 と い う 呼 び 方 が 定着 し た 。 それ 以前 は 「 打刀 」 ( うち がたな ) と い う 呼称 が 一般 的 で あ っ た 。 日本 刀 と い う 呼称 が ナショナリズム と 結び付 い て 語 ら れ る よう に な っ た の は 主に 昭和 に 入 っ て から の 事 で あ り 、 明治 時代 に は 刀 など 前 時代 の 遺物 で しか な く 、 満州 事変 の 頃 まで は 軍刀 と し て サーベル 様式 の 刀剣 が 採用 さ れ て い た 。 日本 刀 の 製法 「 折れ ず 、 曲が ら ず 、 良く 斬れ る 」 の 3 要素 を 非常 に 高 い 次元 で 同時 に 実現 さ せ る ため 日本 刀 の 製法 に は 非常 に 高度 な 技術 が 集約 さ れ て い る 。 以下 に その 概略 を 記 す 。 た たら 吹き 日本 刀 の 材料 と な る 鋼 を 和鋼 ( わこう ) もしくは 玉鋼 ( たまはがね ) と 呼 ぶ 。 玉鋼 は 日本 独自 の 製鋼 法 で あ る 「 た たら 吹き 」 で 造 ら れ る 。 諸 外国 の 鉄鉱石 を 原料 と する 方法 から 決別 し 、 砂鉄 を 用い る こと で 低温 で 高速 還元 を 実現 し 、 さらに は 近代 的 な 製鋼 法 に 比べ 、 不純 物 が 少な い 良質 の 鋼 を 得 る こと が でき る ( 参考 ) 。 水減 し 熱 し た 玉鋼 を 鎚 ( つち ) で 叩 き 、 薄 い 扁平 な 板 を つく る 。 これ を 水 に 入れ て 急冷 する と 、 余分 な 炭素 が 入 っ て い る 部分 が 剥落ち る 。 これ を 「 水減 し 」 ( みず へ し ) と い う 。 ここ まで が へ し 作業 と 呼 ば れ る 地金 づくり で あ る 。 積沸か し この 焼き を 入れ て 硬 く し た 塊 は へ し 金 ( へしがね ) と 呼 ば れ 、 鎚 で 叩 い て 小さな 鉄片 に 砕 く 。 これ ら の 鉄片 を 「 てこ 」 と 呼 ば れ る 鍛錬 用 の 道具 の 先 に 積み上げ て 和紙 で くる む 。 周囲 に 藁灰 を 付け さらに 粘土 汁 を かけ て 火床 ( ほど ) に 入れ 表面 の 粘土 が 溶け る くらい 加熱 する 。 藁灰 と 粘土 が 加熱 に よ っ て 酸化 さ れ 鋼 の 焼減り する こと を 防 ぐ 。 小槌 で 叩 い て 6 x 9cm くらい に 固め る 。 鉄片 が 足 ら な けれ ば 更に 積み上げ 加熱 し て 小槌 で 叩 い て 成形 し 所要 の 1 . 8 - 2 . 0 kg 程度 の 量 に する 。 以上 が 「 積沸 かし 」 の 工程 で あ る 。 玉鋼 以外 に 炭素 量 の 多 い 銑鉄 と 包丁 鉄 と 呼 ば れ る 純鉄 も 積沸か し と 次 の 下鍛え の 作業 を 行な う 。 鍛錬 ( 下鍛え ) 赤熱 し た ブロック を 鎚 ( つち ) で 叩 き 伸ば し て は 中央 から 折り重ね る 「 折り返 し 鍛練 」 を 繰り返 し 行 う 。 ちなみ に 刀匠 ( 横座 ) と 弟子 ( 先手 ) が 交互 に 刀身 を 鎚 で 叩 い て い く 「 向こう 槌 」 が 「 相槌 を 打 つ 」 と い う 言葉 の 語源 と な っ た 。 この 段階 で は 5 - 6 回 程度 の 折り返し が 行な わ れ る 。 積沸か し 玉鋼 、 銑鉄 、 包丁 鉄 の 3 種類 の 下鍛え が 済 め ば 再び 小槌 で 叩 い て 鉄片 に し 、 それぞれ の 鋼 の 配合 が 適切 に な る よう に 選 ん で 、 1 回 目 の 積沸か し と 同じく 積み上げ て 溶か し 固め る 。 この 段階 で 含有 炭素 量 が 異な る 心金 ( しん が ね ) 、 棟金 ( むね が ね ) 、 刃金 ( は の かね ) 、 側金 ( がわが ね ) の 4 種類 の 鋼 に 作り分け られ る 。 鍛錬 ( 上鍛え ) 心金 で 7 回 、 棟金 で 9 回 、 刃金 で は 15 回 、 側金 で は 12 回 程度 の 折り返し が 行な わ れ る 。 叩き延ば し た 鋼 を 折り返 し ながら 鍛錬 を 重ね る こと で 、 硫黄 など の 不純 物 や 余分 な 炭素 、 非 金属 介在 物 を 追い出 し 、 数千 層 に も 及 ぶ 均質 で 強靭 な 鋼 へ と 仕上が っ て い く 。 鍛接 と 沸延べ 下鍛え と 2 回 目 の 積沸か し 、 上鍛え に よ っ て 心金 、 棟金 、 刃金 、 側金 の 4 種類 の 鋼 が 得 られ た 後 、 棟金 、 心金 、 刃金 の 3 層 を 鍛接 し て 厚 さ 20 mm 、 幅 40 mm 、 長 さ 90 mm 程 の 材料 が 4 個 取れ る くらい に 打ち伸ば し 4 個 程度 に 切り離 す 。 これ は 「 芯金 」 と 呼 ば れ る 。 側金 も 加熱 さ れ 長 さ が 芯金 の 倍 に な る くらい に 叩 き 伸ば さ れ 中央 から 切り離 さ れ て 、 芯金 と 同じ 長 さ の 側金 が 2 本作 ら れ る 。 側金 、 芯金 、 側金 の 順 で 重ね られ 、 沸か し て 鍛接 さ れ て 、 厚 さ 15 mm 、 幅 30 mm 、 長 さ 500 - 600 mm 程度 に 打ち伸ば さ れ る 。 「 てこ 」 が 切り離 さ れ て 、 刀 の 握り 部分 に な る 「 なかご 」 が 沸か さ れ 鍛接 さ れ る 。 素延べ 刀 の 形 に 打ち延ば す 「 素延べ 」 ( すのべ ) を 行 い 、 先端 を 切り落と し て 切先 を 作 る 。 ここ で の 姿 が 最終 的 な 日本 刀 の 完成 形 を 決め る ため 、 慎重 に 小槌 で 叩 き 形 を 整え て い く 。 火造 り 刀身 の 棟 は 三角 に な る よう に 叩 い て 、 刃 の 側 ( 平地 ) は 薄 く な る よう に 叩き延ば す 。 なかご の 棟 を 叩 い て 丸み を 付け 、 最後 に 「 鎬地 」 ( しのぎち ) を 叩 い て 姿 を 整え る 。 刀身 全体 を あずき 色 まで 低 く 加熱 し 除冷 する 。 空締め 冷え て から 表面 の 黒 い 汚れ を 荒砥 石 で 砥 ぎ 落と し 、 平地 と 鎬地 を 小槌 で 叩 い て 冷間 加工 を 行な う 。 棟 と 刃 の 直線 を 修正 し て 、 銑 ( 正し く は 金偏 に 舌 、 せん ) と 呼 ば れ る 鉄 を 削 る かんな で 凹凸 を 削 る 。 この 段階 で 「 刃渡り 」 と 「 区 」 ( まち ) が 定ま る 。 生砥 ぎ かんな の 削 り 跡 を 砥石 で 砥 ぎ 落と す 「 生砥 ぎ 」 ( なま と ぎ ) を 行な う 。 その 後 、 水 を 含 む 藁灰 で 油脂 分 を 落と し 乾燥 さ せ る 。 土置 き 加熱 し た 刀身 を 水 など で 急激 に 冷や す 「 焼き入れ 」 の 準備 と し て 、 平地 用 、 刃紋 用 ( 刃文 用 ) 、 鎬地 用 の 3 種類 の 焼場 土 ( や きばつ ち ) を 刀身 に 盛 る 「 土置 き 」 を 行な う 。 平地 に 平地 用 の 焼場 土 を 均一 に 薄 く 塗 り 、 刃紋 に 筆 で 刃紋 用 焼場 土 を 描 く 。 最後 に 刃紋 から 棟 まで を 鎬地 用 焼場 土 を 厚 く 盛 る 。 鎬地 の 焼場 土 を 厚 く する こと で 、 焼き入れ で の 急冷 時 に 刃側 は すばや く 冷や さ れ 十分 に 焼き が 入 り 、 棟 の 側 は 比較 的 緩慢 に 冷え る ため に 焼き は それ ほど 入 ら な く な る 。 焼き に よ っ て 容積 が 膨張 し ながら 硬 く な り 、 日本 刀 独特 の 刃側 が 出っ張 っ た 湾 曲 を 生 む 。 棟 の 側 は 膨張 が 少な く 硬度 より 靭性 に 富 ん だ 鋼 と な り 硬 い が 脆 い 刃側 の 鋼 を 支え る 機能 を 担 う 。 焼き入れ 通常 、 刀匠 は 焼き入れ の 時 に は 作業 場 の 照明 を 暗 く し て 、 鋼 の 温度 を その 光 加減 で 判断 する 。 土置き し た 刀身 を 火床 に 深 く 入れ 、 先 から 元 まで 全体 を む ら な く 800 ℃ 程度 に まで 加熱 する 。 加熱 の 温度 は 最も 重要 で あ り 、 細心 の 注意 を 払 っ て 最適 の 加熱 状態 を 見極め 、 一気 に 刀身 を 水槽 に 沈 め 急冷 する 。 刀身 は 前述 の 通り 水 の 中 で 反り を 生 じ 、 十分 な 冷却 の 後 に 引き上げ られ 、 荒砥 石 で 研 が れ 焼刃 が 確認 さ れ る 。 その 後 、 刀身 は 炭 の 火焔 に あぶ ら れ て 「 焼き戻し 」 が 行な わ れ る 。 これ が 「 合取り 」 ( あい と り ) と 呼 ば れ る 作業 で あ る 。 反り は 横 方向 に も 少し 生じ る の で 木 の 台 で 小槌 を 使 い 修正 する 。 なかご も 焼き な まし て 形 を 整え る 。 焼き入れ に よ り 、 刀 の 表面 に は マルテンサイト と 呼 ば れ る 非常 に 固 い 組織 が 現れ る 。 マルテンサイト の 入 り 方 に よ っ て 、 肉眼 で 地鉄 の 表面 に 刃文 が 丸 い 粒子 状 に 見え る もの を 錵 ( に え ) 又 は 沸 ( にえ ) と 呼 び 、 一 つ ひと つ の 粒子 が 見分け られ ず 細か い 白 い 線 状 に 見え る もの を 匂 ( におい ) と 区別 する 。 水 以外 に も 、 油 で 焼き を 入れ る 事 など が 他 の 刃物 類 で は 有 り 、 日本 刀 の 場合 で は 戦中 の 軍刀 など で 行 わ れ た 事 が 有 る が 、 現在 で は 油 で 日本 刀 に 焼き を 入れ る 事 が 行 わ れ る 事 は 少な い と 思 わ れ る 。 油 で 焼き を 入れ る と 失敗 は 少な い が 、 刃文 に 冴え を 出せ ず 斬 れ味 は 別 と し て 、 美術 工芸 品 を 志向 する 現代 刀 に は 不向き だ から で あ る 。 ここ から 大まかな 形成 から 細か い 作業 を 行 う 仕上げ 段階 に 入 る 。 鍛冶押し 焼き入れ を 終了 さ せ た 刀 の 反 り 具合 を 修正 し 、 刀工 が 荒削り を する 。 この 時 に 細か な 疵 や 、 肉 の 付き 具合 、 地刃 の 姿 を 確かめ ながら 最終 的 な 調整 を 行 う 。 茎仕立て 茎 ( なかご ) は 銑 や やすり で 形 を 整え 、 柄 ( つか ) を はめ る 時 に 使用 する 目釘 穴 を 普通 は 1 つ 、 居合 用 の 刀 の 場合 2 つ 以上 開け る 。 この 後 に 刀工 独自 の 鑢目 ( やすりめ 、 滑り止め 目的 ) を 加え る 。 銘切り 刀工 は 最後 に 鑿 ( たがね ) を 使 い 、 自ら の 名前 や 居住 地 、 制作 年 など を 茎 に 銘 を 切 る 。 一般 的 に 表 ( 太刀 や 刀 を 身 に 付け た 際 、 外側 に な る 面 ) に 刀工名 や 居住 地 を 切 り 、 裏 に 制作 年 や 所持 者 名 など を 切 る こと が 多 い が 、 裏銘 や 無銘 など 例外 も あ る 。 これ に よ り 、 刀工 が 行 う 一通り の 作業 が 終わ り 、 これ から は 研師 に よ り 最終 的 な 研ぎ を 行 う が 、 室町 時代 以前 は 刀工 自ら 研磨 も 行 っ て い た と い わ れ る 。 日本 刀 研磨 は 、 他 の 刃物 砥ぎ と 、 かなり 相異 する 点 と し て は 、 刃物 と し て の 切れ味 を 前提 と し つつ 、 工芸 品 と し て の 日本 刀 の 美的 要素 を 引き出 す 事 を 主眼 と し て い る 点 、 刃部 のみ で 無 く 、 刀身 全体 に 砥ぎ を 施 す 事 等 で あ る 。 鞘師 に よ り その 刀 に 見合 っ た 鞘 を 作成 する こと に な る 。 日本 刀 は 刀工 だけ が 造 る もの で は な く 、 研師 や 鞘師 など の 職人 に よ っ て 初めて 完成 する もの で あ る 。 刀 は 大き く 、 鞘 ・ 刀身 ・ 柄 ・ 鍔 の 部分 に 分け られ る 。 鞘 鞘 は 、 刀身 を 差し入れ る 方 を 鯉口 、 逆 の 側 を 小尻 と 呼 ぶ 。 また 、 柄 に は 鞘 を 帯 に 固定 し たり する 用途 で 栗形 と 呼 ば れ る 部分 が 付 い て お り 、 下緒 と 呼 ば れ る 紐 を 通 し て 用い る 。 日本 刀 を 抜 く とき の 所作 で 、 親指 を 鍔 に かけ 、 鞘 から 少し 抜き出 す 動き が あ る が 、 これ を 「 鯉口 を 切 る 」 と い う 。 日本 刀 の 多く は 片刃 で あ る が 、 刃 の な い 側 を 峰 ( みね ) と 呼 び 、 刃 と 峰 の 間 の 膨ら ん だ 部分 を 鎬 ( しのぎ ) と 呼 ぶ 。 刀身 の 、 柄 に 収 ま る 部分 は 茎 ( なかご ) と 呼 ば れ 、 茎 に は 時 と し て 製作 者 の 名前 が 刻 ま れ 、 銘 と 呼 ば れ る 。 また 、 茎 に は 、 刀身 を 柄 に 固定 する ため の 穴 が 開け られ て お り 、 その 穴 を 目釘 穴 、 固定 する ため の 小片 を 目釘 と 呼 ぶ 。 日本 刀 を 鑑賞 する とき に は 、 特に この 刀身 に 注目 する こと が 多 く 、 刀 を 打 つ とき に でき た 刃 の 様子 を 、 刃紋 、 沸 ( にえ ) 、 肌 など と 呼 ん で 鑑賞 の 対象 と する 。 柄 茎 を 包 みこ み 、 使用 者 の 握り を 確か な もの に する ため に 重要 な 役割 を 持 つ 部分 で あ る 。 多く は 木製 で 、 その 上 を 柄鮫 を 張り 柄 巻きと 呼 ば れ る 帯状 の 細 い 紐 で 巻 い て 構成 さ れ て い る 。 柄 と 刀身 を 貫 い て 固定 する ため の 小片 を 目釘 、 通 す ため の 穴 を 目釘 穴 と 呼 ぶ 。 また 目貫 ( 元来 は 目釘 の 役目 を し て い た ) と い う 装飾 が つけ られ る 。 また 、 柄 の 一番 手元 に 来る 部分 は 柄頭 と 呼 ば れ 、 装飾 と 実用 を 兼ね た 金属 が 付け られ る こと も 多 い 。 鍔 日本 刀 の 特徴 と し て 、 外装 品 ( 拵え ) と 刀身 を 別々 に 分け る こと が でき る 点 が あ る が 、 この 鍔 と 刀身 の 間 を ハバキ や 切羽 など で 押さえ る こと で 、 刀身 は 鍔 と 固定 さ れ て い る 構造 と な っ て い る 。 日本 刀 は 、 政治 、 経済 、 文化 、 風俗 、 習慣 など 、 その 時々 の 歴史 的 要因 と あい ま っ て 変貌 を 繰り返 し て き た 。 古墳 時代 に は すでに 鉄製 の 刀剣 が 作 ら れ て い た 。 例えば 埼玉 県 の 稲荷 山 古墳 や 島根 県 の 古墳 時代 前期 を 代表 する 出雲 の 大型 方墳 で あ る 造山 古墳 ( 島根 県 ) から は 鉄剣 、 大刀 が 出土 し て い る 。 稲荷 山 古墳 から 出土 し た 金錯 銘 鉄剣 に は ワカタケル ( 雄略 天皇 ) に 仕え た 功績 を 記念 し て 4 7 1 年 に 作 っ た と の 由来 が 115 文字 の 漢字 で 刻 ま れ て い る 。 この 時代 の 刀剣 の 多く は 朽損 し て い る が 、 島根 県 安来 市 の かわらけ 谷 出土 の 金銅 装 環頭 大刀 は 、 奇跡 的 に 優れ た 保存 状態 に あ り 、 黄金色 の 柄 を も ち 刀身 さえ も 古代 の 輝き を 今 に 伝え る 稀有 な 例 と し て 有名 で あ る 。 7 世紀 - 8 世紀 以降 の 刀剣 に は 原形 を 良 く 留め て い る もの が 多 く 、 四 天王 寺 の 「 丙子 椒 林 剣 」 ( へいし しょう りんけん ) や 「 七星 剣 」 ( しち せいけん ) 、 正倉 院 の 「 金銀 鈿 荘唐 大刀 」 ( きんぎん でんそう の からたち ) など が 知 ら れ て い る ( 湾 刀 完成 以前 の 直刀 に は 「 太刀 」 で は な く 「 大刀 」 の 字 を あて る ) 。 推古 天皇 が 「 馬 なら ば 日向 国 の 駒 、 太刀 なら ば 呉 の まさび 」 と 詠 ん で い る よう に 、 この 時代 、 呉 ( 中国 南東部 の 総称 ) の 刀 が 最良 と さ れ て い た 。 が 、 日本 の 鍛冶 職人 の 水準 も 上昇 し て き た 。 正倉院 で は 唐太刀 と 呼 ば れ る 海外 から の 渡来 品 と 共 に 、 唐 様 太刀 と 呼 ば れ る 国産 の 直刀 も 保管 さ れ て い る 。 また 、 平造 り ・ 切刃 造り の 直刀 、 蕨手 刀 ( わらび て の かたな ) と い っ た 国産 の 剣 も 現存 し て い る 。 平安 時代 初期 の 刀剣 の 遺品 は 乏し く 、 作風 の 変遷 や 、 いつごろ どの よう に し て 日本 独自 の 湾刀 が 形成 さ れ た か に つ い て は 、 学問 的 に 十分 解明 さ れ て い な い が 、 承平 天慶 の 乱 など が 発生 し た 平安 時代 中期 以降 ( 10 世紀 ころ ) 従来 の 直刀 に 代わ っ て 騎乗 時 に 扱 い 易 い 刀身 に 反り の あ る 蕨手刀 ( 彎曲 刀 ) が 使用 さ れ る よう に な っ た 。 これ は 長 ら く 苦しめ られ た 東北 と の 紛争 で 俘囚 が 騎乗 し ながら 使用 し て い た 蕨手刀 が 影響 し て い る と み られ る 。 また 、 平造 り ・ 切刃 造り に 代わ っ て 、 刀身 の 断面 が 長 菱形 で あ る 「 鎬造 り 」 ( しのぎづくり ) の 刀剣 が 造 ら れ る よう に な っ た の も この 時代 で あ る 。 「 鎬造 り 」 は 平造 り ・ 切刃 造り より 頑丈 で 斬 り やす い と さ れ て い る 。 以上 の 変化 の 過渡 期 に あた る の が 柄 が 刀身 と 共鉄 の 毛抜 形 太刀 や 、 鋒 両刃 ( きっさき もろ は ) 造り で 反り の あ る 小烏丸 ( こがらす まる ) で あ る ( 小烏丸 は 古伝 書 に は 大宝 ( 日本 ) 年間 ( 8 世紀 初頭 ) の 刀工 「 天国 ( 人物 ) 」 ( あまく に ) の 作 と あ る が 、 実際 の 制作 は 平安 中期 と 見 る の が 定説 と な っ て い る ) 。 毛抜形 太刀 は 、 藤原 秀郷 所用 と 伝え る 伊勢 神宮 の もの が 著名 で あ る 。 柄 に 毛 抜形 の 透かし 彫り が あ る こと から この 名 が あ る 。 平安 時代 後期 、 特に 武家 勢力 が 活発 に な っ た 前九 年 の 役 や 後 三 年 の 役 あたり から 武家 の 勢力 が 増大 し 、 これ に 伴 い 太刀 が 発達 し 、 通常 これ 以降 の 物 を 日本 刀 と する 。 良質 な 砂鉄 が とれ る 雲伯 国境 地域 や 備前 国 と 、 政治 文化 の 中心 で あ る 山城 国 ・ 大和 国 など に 刀工 の 各流 派 が 現れ て き た 。 この ころ の 日本 刀 は 馬上 決戦 を 中心 に 考え られ た 太刀 が 主体 で あ る 。 源 頼光 が 大江山 の 酒呑 童子 を 斬 っ た と さ れ る 「 童子 切 」 ( 伯耆 国 の 安綱 作 、 国宝 ) や キツネ に 合鎚 を 打 た せ た と い う 伝説 の あ る 「 小狐 丸 」 ( 山城 国 の 三 条 宗近作 、 第 二 次 大戦 時 に 焼失 ) など が この 時期 を 代表 する 日本 刀 で あ る 。 「 童子 切 」 の 作者 で あ る 雲伯 国境 の 安綱 は 古伝 書 に は 時代 を 9 世紀 初め の 大同 年間 ( 80 6 年 頃 ) と する が 、 現存 作品 を 見 る 限り そこ まで 時代 は 上が ら ず 、 平安 中期 、 10 世紀 末頃 と 見 る の が 刀剣 史 で は 通説 と な っ て い る 。 安綱 の ほか 、 山城 ( 京 ) の 三条 小鍛冶 宗近 、 古備 前 友成 など が 、 現存 在 銘 作 の あ る 最古 の 刀工 と みな さ れ る 。 平安 時代 の 太刀 の 特徴 を 以下 に 列記 する 。 造り込み は 鎬造 り 、 庵棟 ( いおり むね ) で 、 鋒 ( きっさき ) が 詰ま っ て 小切 先 と な る 。 姿 は 腰反り が 高 く 、 物打 ( も のうち ) の 方 は 反り が 小さ く 、 踏ん張り の あ る ( 元幅 に 比べ て 先幅 が 狭 く な っ て い く 形 ) 優美 な 姿 を し て い る 。 刃文 ( はもん ) は 直刃 ( すぐ は ) また は 小丁子 ( こちょうじ ) ・ 小乱 ( こみだれ ) が 入 っ て お り 、 沸 ( に え ) 出来 で あ る 。 焼幅 は あまり 広 く な く 、 刃区 ( はまち ) から 少し 先 の 方 から 刃文 が 始ま っ て い る もの が 多 い 。 茎 ( なかご ) は 反り が あ り 、 雉股 ( きじも も ) 形 の もの も あ る 。 鎌倉 時代 初期 の 日本 刀 は 平安 時代 末期 と あまり かわ ら な い 姿 を し て い る が 、 鎌倉 幕府 に よ る 武家 政治 の 体制 が 確立 し 、 刀剣 界 が 活発 に な っ て い く 。 後鳥羽 上皇 は 後鳥 羽 院 番 鍛冶 を 設置 し 、 月 ごと に 刀工 を 召 し て 鍛刀 さ せ 、 上皇 自ら も 焼刃 を 施 し た と い わ れ 、 積極 的 に 作刀 を 奨励 し た 。 一 文字 則宗 は 有名 。 この 時期 に は 山城 国 の 粟田口 派 、 備前 国 の 一 文字 派 が 新た に 興 っ た 。 鎌倉 時代 中期 に な る と 、 実用 性 を 重視 し た 結果 、 身幅 が 広 く 元幅 と 先幅 の 差 も 少な く な り 、 平肉 が よく つ い て くる 。 鋒 は 幅 が 広 く 長 さ が 詰ま っ て 猪首 ( いくび ) と な り 、 質実 剛健 の 気風 が よく で て い る 。 この 頃 から 短刀 の 制作 が 活発 に な り 、 作例 が しばしば 見 うけ られ る 。 この 時期 の 短刀 の 特徴 と し て は 、 反り が な い か 、 わずか に 内反 り に な っ て お り 、 茎 は 反り の な い もの と 振袖 形 ( ふりそで がた ) が あ る 。 この 時期 の 有名 な 刀工 と し て 、 山城 の 粟田口 派 の 国吉 、 吉光 、 同国 来 派 ( らい は ) の 国行 、 来国俊 、 二字 国俊 ( 銘字 を 「 来国俊 」 で な く 単に 「 国俊 」 と 切 る ) 、 相模 国 の 新藤 五 国光 、 備前 の 福岡 一 文字 派 、 備前 長船 派 の 光忠 、 備 中国 の 青江 一派 が 存在 する 。 山城 、 大和 、 備前 、 美濃 、 相模 の 5 か国 の 作刀 を 特に 「 五 ヵ伝 」 と い う 。 これ ら 5 か国 の 作刀 に は 、 それぞれ 地鉄 、 鍛え 、 刃文 など に 独自 の 特色 が あ り 、 それ を 「 山城 伝 」 、 「 相州 伝 」 など と 称 する 。 なお 、 相模 国 に つ い て は 「 相模 伝 」 と は 言 わ ず 「 相州 伝 」 と い う 習慣 が あ る 。 鎌倉 時代 末期 、 二 度 の 元寇 や 政治 体制 の 崩壊 など の 動乱 に よ り 、 作刀 は さらに 活気 づ く 。 この 時期 の 日本 刀 は 、 鎌倉 中期 の 姿 を より 豪快 に し た もの に 変わ っ て い く 。 身幅 は より 広 く な り 元幅 と 先幅 の 差 も 少な く な り 、 鋒 が 延び た もの が 増え て くる 。 短刀 や その 他 の 刀 も 太刀 と 同じ よう に 長物 が で て くる 。 この 時代 もっとも 輝 い た 刀工 と い っ て も よ い 、 相州 伝 の 大家 岡崎 五郎 入道 正宗 が 存在 する 。 彼 の 作風 は これ まで に な い 地刃 の 働き = 金筋 ( きんすじ ) ・ 稲妻 ( いなずま ) ・ 地景 ( ちけい ) など と 称 さ れ る さまざま な 刃中 の 「 働き 」 が 顕著 で あ る 。 正宗 の 作風 は 各地 の 刀工 に 絶大 な 影響 を あたえ た 。 世 に 「 正宗 十 哲 」 と よ ば れ る 刀工 が い る 。 彼 ら の 大 部分 は 、 後世 の 仮託 で あ り 、 正宗 と は 実際 の 師弟 関係 が な い に も 関わ ら ず 、 正宗 の 相州 伝 が 各地 に 影響 を 及ぼ し た こと が よく わか る 。 政治 的 時代 区分 で は 室町 時代 に 包含 さ れ る こと の 多 い 南北朝 時代 ( 日本 ) は 、 刀剣 武具 史 で は あえて 別 な 時代 と し て 見 る の が 一般 的 で あ る 。 この 時代 の 刀剣 は 他 の 時代 と 違 い 大太刀 ・ 野太刀 と い っ た 大振り な もの が 多 く 造 ら れ て い る 。 すでに 述べ た 通り 、 この 時代 は 相州 伝 が 各地 に 影響 を およぼ し て い る 。 刃文 は 「 の たれ 」 に 「 互 の 目乱れ 」 ( ぐ の めみだれ ) を 交え た もの が 良く 見受け られ る 。 この 時代 の 太刀 は 、 元来 長 寸 の 大太刀 で あ っ た もの を 後世 に 磨上げ ( すりあげ ) ・ 大磨上げ ( おおすりあげ ) さ れ て 長 さ を 調整 さ れ 、 打刀 に 造り 直 さ れ て い る もの が 多 い 。 また この 時代 に は 小太刀 も いくら か 現存 し て お り 、 後 の 打刀 を 連想 さ せ る もの と 思 わ れ る 。 室町 時代 初期 に は 備前 長 船 盛光 、 備前 長船 康光 、 同じく 備前 に 師光 、 家助 、 経家 、 等 の 名工 が 輩出 し た 。 これ ら は 応永 年間 に 作 ら れ た もの が 多 い の で 世 に 「 応 永 備前 」 と 呼 ば れ て 珍重 さ れ て い る 。 平和 な 時代 が 始ま っ た ため 刀剣 の 国内 需要 は 低下 し た が 、 明 へ の 重要 な 貿易 品 と し て の 生産 も 行 わ れ る よう に も な っ た 。 そして 応仁 の 乱 に よ っ て 再び 戦乱 の 世 が 始ま る と 、 膨大 な 需要 に 応え る ため 「 数 打物 」 と 呼 ば れ る 粗製 濫造 品 が 大量 に 出回 る よう に な り 、 刀剣 の 質 の 低下 に 拍車 を かけ る こと と な っ た 。 戦国 時代 は 粗悪 な 数 打物 の 大量 生産 を 招来 し た が 、 一方 で 原料 を 生産 する 鉄鋼 業 は 国内 に おけ る た たら 技術 の 進歩 、 南蛮 貿易 に よ る 鉄砲 の 伝来 に よ っ て 急速 な 進歩 を 遂げ る 事 に な る 。 良質 な 鋼 の 安定 供給 が 可能 と な り 、 この 時代 の 刀鍛冶 の 入念 作 や 武将 が 己 が 命運 を 託 する ため に 特注 し た 「 注文 打ち 」 に は 名刀 が 多 い 。 戦国 時代 に 入 る と 末古刀 の 双璧 で あ る 孫六 兼 元 と 和泉 守 兼定 、 伊勢 に 村正 など が 現れ る 。 ( 室町 中期 以降 、 日本 刀 は 刃 を 下向き に し て 腰 に 佩 ( は ) く 太刀 から 、 刃 を 上向き に し て 腰 に 差 す 打刀 ( うち がたな ) に 代わ っ て くる 。 なお 、 太刀 ・ 打刀 と も 、 身 に 付け た 時 に 外側 に な る 面 が 刀身 の 表 で 、 その 面 に 刀工 銘 を 切 る の が 普通 で あ る 。 したが っ て 、 銘 を 切 る 位置 に よ っ て 太刀 と 打刀 の 区別 が つ く 場合 が 多 い が 、 裏銘 に 切 る 刀工 も い る 。 ) 刀剣史 で は 、 慶長 以降 の 作刀 を 「 新刀 」 と し て 、 それ 以前 の 「 古刀 」 と は 区別 が さ れ て い る 。 この 時期 、 江戸 、 京都 、 大坂 に 名工 が 集ま り 腕 を 競 っ た 。 江戸 時代 に 入 る と 江戸 、 大坂 を はじめ 各地 に 鍛冶 が 繁栄 し 、 長曾 祢 虎徹 ( なが そねこ てつ ) 、 堀川 国広 、 井上 真改 、 津田 助広 など の 名工 が 現れ た 。 従来 は 武器 製造 業 の 職工 的 な 性格 が 強 かっ た 刀鍛冶 に も 作家 的 気質 を 持 つ 者 が 現れ て き た 。 また 財政 的 に 裕福 な 商人 が 豪奢 な 脇差 を 特注 する など 、 刀 の 新た な 需要 も 発生 し た 。 特に 大阪 に は 真改 、 助広 が 現れ 、 大阪 新刀 と 呼 ば れ る 絢爛 華麗 な 作風 を 展開 し た 。 しかし 保守 的 な 武士 から は 絵画 的 で 華美 な 刃文 で 退廃 的 だ と 忌避 さ れ る もの も あ っ た 。 また 、 剣術 が 竹刀 に よ る 稽古 中心 と な っ た 影響 で 、 刀 の 形状 も 極めて 反り が 浅 く な っ た 。 元禄 以降 太平 の 世 に な る と 新た な 刀 の 需要 は なく な り 、 刀 を 作 る 者 も 殆んど い な く な っ た 。 しかし 一方 で この 時代 に は 鐔 ( つば ) 、 小柄 ( こづか ) 、 目貫 ( めぬき ) 、 笄 ( こうがい ) など の 刀装具 の 装飾 が 発達 し 、 これ ら の 装剣 金工 の 分野 に も 林 又 七 、 土屋 安親 、 奈良 利壽 、 横谷 宗珉 、 濱野 政随 、 後藤 一乗 ら 多く の 名工 が 生まれ た 。 幕末期 に な り 世の中 が 騒然 と し て くる と 、 復古 主義 の 思想 から 、 水心子 正秀 ( すいしん し まさひで ) ら を 中心 に 古刀 の 鍛錬 法 の 復元 を 試み 、 再び 実戦 的 な 日本 刀 が 作 ら れ る よう に な っ た 。 これ 以降 の 作刀 を 「 新々 刀 」 と よ ぶ 。 正秀 の 弟子 の 庄司 大慶直胤 、 源 清 麿 、 左行 秀 、 固山 宗次 、 など が 現れ る 。 しかし 作刀 が 再び 繁栄 を 始め た ところ で 明治 維新 を 迎え 、 明治 6 年 ( 1873 年 ) に 仇討ち が 禁止 さ れ 、 明治 9 年 ( 1876 年 ) 3 月 28 日 に 警察 官 ・ 軍人 以外 は 帯刀 を 禁止 する 廃刀 令 が 出 さ れ た こと に よ り 、 日本 刀 は 急速 に 衰退 し て しま っ た 。 明治 6 年 、 ウィーン で 開 か れ た 万国 博覧 会 に 日本 刀 を 出品 。 国際 社会 に 日本 人 の 技術 と 精神 を 示 す もの で あ っ た 。 しかし 廃刀 令 以後 は 新た な 刀 の 需要 は 殆んど な くな り 、 当時 活躍 し た 多く の 刀鍛冶 は 職 を 失 っ た 。 また 多く の 名刀 が 海外 に 流出 し た 。 それ で も 政府 は 帝室 技芸 員 と し て 、 月山 ( 日本 刀 ) 、 宮本 包則 の 二 名 を 任命 。 伝統 的 な 作刀 技術 の 保存 に 努め た 。 一方 で 西南 戦争 に おけ る 抜刀 隊 へ の 評価 から 、 日本 陸海軍 が 将校 の 主要 兵器 と し て 軍刀 を 採用 し 続け 、 サーベル 様式 の 軍刀 拵え に 日本 刀 を 仕込 む の が 普通 と な り 、 さらに は 日露 戦争 に おけ る 白兵 戦 で 近代 戦 の 武器 と し て の 日本 刀 の 有効 性 が 確認 さ れ 、 また 昭和 に 入 り 国粋 主義 的 気運 が 高ま っ た 事 から 、 陸海軍 とも に サーベル 様式 の 軍刀 拵え に 代わ り 鎌倉 時代 の 太刀 拵え を モチーフ と し た 、 日本 刀 を 納め る の に よ り 適 し た 軍刀 拵え が 開発 さ れ た ( しかし 同時 に 、 軍刀 と し て 出陣 し た 古今 の 数 多く の 刀 が 戦地 で 失 わ れ る こと と もな っ た ) 。 満州 事変 以後 、 軍造 兵廠 や 一部 の 各 機関 の 研究 者 は 拵え だけ で な く 刀身 に お い て も 兵士 の 装備 と し て の 可能 性 を 追求 し た 。 例えば 満州 の 厳寒 に 対応 し た 「 振武刀 」 や 海軍 が 使用 し た ステンレス 鋼 の 日本 刀 ( 「 耐錆 刀 」 ) など 、 各種 の 軍刀 が 研究 さ れ た 。 日本 刀 の 材料 ・ 製法 を 一部 変更 し た もの から 、 日本 刀 の 形態 を 模 し た 工業 刀 に 至 る まで 、 様々 な 刀身 が 試作 ・ 量産 さ れ た 。 これ ら 特殊 軍 刀々 身 は 「 昭和 刀 」 「 新村田 刀 」 「 新 日本 刀 」 など と 呼称 さ れ 、 物 に よ っ て は 従来 の 日本 刀 より も ( 俗 に 名刀 と 呼 ば れ る 刀 で あ っ て も ) 武器 と し て の 資質 に お い て 勝 る もの も 数 多 く あ っ た と い う 。 粗悪 品 だっ た と い う 俗説 も 未だ 根強 い が 、 これ ら は あくまで 悪徳 業 者 の 販売 し た 粗悪 刀 等 で 、 一部 を 除 き ( 初期 や 末期 に は 粗悪 品 が 見 られ る ) 妥当 な 評価 で は な い 。 鋳造説 、 造兵 廠 製 刀身 は 粗悪 品説 に 至 っ て は 論外 で あ る 。 これ ら は 将校 准士 官 ( 軍刀 初め 軍服 ( 大 日本 帝国 陸軍 ) は 私物 と し て 自費 購入 で あ っ た ) に は 安価 で 惜し げ な く 使え る 刀身 と し て 重宝 さ れ 、 下士 官兵 に は 官給 軍刀 ( 九五 式 軍刀 等 ) と し て 支給 さ れ 、 大量 に 実戦 投入 さ れ た 。 本来 の 「 戦い の 武器 と し て の 日本 刀 」 と い う 観点 で は 、 各 特殊 軍 刀々 身 は 近代 技術 を 取り入れ ら て 完成 さ れ た 日本 刀 と な り 、 肝心 の 実用 性 に 於 い て は 究め られ た もの の 、 見 た 目 の 美的 要素 は 皆無 な 物 が 多 く ( 関 の 半鍛錬 昭和 刀 の 様 に 双方 を 兼ね備え た 物 も あ る ) 、 今日 で は 製造 方法 の 上 から も 、 日本 刀 の 範疇 に は 含 ま れ な い 事 に は な っ て い る 。 しかし 最近 に な り 、 刀剣 界 で は 今 まで 見向き も さ れ な かっ た これ ら の 軍刀 に も 人気 が 出 て き て お り 、 同時 に 研究 家 や 収集 家 の 新た な 発見 や 偏 っ た 俗説 の 否定 等 、 再 評価 の 声 が 高 く な っ て い る 。 ( 軍刀 刀身 ・ 軍刀 に つ い て も 参照 ) 太平 洋 戦争 ( 大東 亜 戦争 ) 降伏 後 、 日本 刀 を 武器 で あ る と 見な し た 連合 国 軍 最高 司令 官 総 司令 部 に よ り 刀狩 が 行 わ れ 、 蛍丸 を 始め と し た 数 多く の 刀 が 遺棄 ・ 散逸 の 憂き 目 に あ っ た ( 熊本 県 の よう に 、 石油 を かけ て 焼 か れ た 後 海中 投棄 さ れ た 例 も あ る ) 。 また 、 「 刀 が あ る と GHQ が 金属 探知 機 で 探 し に 来る 」 と の 流言 も 飛び交 い 、 土中 に 隠匿 し て 、 その 結果 刀 を 朽ち さ せ 駄目 に し たり 、 回収 基準 の 長 さ 以下 に な る よう に 折 っ て 小刀 と し たり 、 自主 的 に 廃棄 する など し た 例 は 枚挙 に 遑 が な い 。 GHQ に 没収 さ れ た 刀 の 多く は 赤羽 に あ っ た 米軍 の 倉庫 に 保管 さ れ 、 占領 の 解除 と 共 に 日本 政府 に 返還 さ れ た 。 しかし 、 元 の 所有 者 が 殆ど 不明 の ため 、 所有 権 は 政府 に 移り 、 刀剣 愛好 家 の 間 で これ ら の 刀剣 は 「 赤羽 刀 」 と 呼 ば れ て い る 。 一時 は 日本 刀 その もの の 存続 が 危ぶ ま れ た が 、 日本 側 の 必死 の 努力 に よ り 、 登録 制 に よ る 所有 が 可能 と な っ た 。 日本 刀 自体 に は 登録 が 義務 付け られ て お り 、 登録 が な さ れ て い な い 刀 は 、 警察 に 届け出 た 後 審査 を 受け る 必要 が あ る 。 所持 に 関 し て は 銃刀 法 に よ る 制限 を 受け る が 、 所有 に つ い て は 許可 など は 必要 な く 、 誰 で も 可能 で あ る ( 条例 に よ り 18 歳 以下 へ の 販売 を 規制 し て い る 所 は あ る ) 。 なお 、 購入 など の 際 に は 、 登録 証 記載 の 各 教育 委員 会 へ の 名義 変更 届 が 必要 で あ る 。 今日 で は 日本 刀 は 武器 で は な く 、 居合 / 居合 と い っ た 武道 用 の 道具 、 絵画 や 陶器 と 同格 の 立派 な 美術 品 で あ り 、 その 目的 で のみ 製作 ・ 所有 が 認め られ て い る 。 さらに 刀匠 一人 当たり 年 に 生産 し て よ い 本数 の 割り当て を 決め 、 粗製 濫造 に よ る 作品 の 質 の 低下 を 防 い で い る 。 しかし その 一方 で 、 一部 の 刀匠 を 除 き 多く の 刀匠 は 本業 ( 刀鍛冶 ) だけ で は 当たり前 ながら 作刀 需要 が 少な い 為 生活 が 難し く 、 か と 言 っ て は 上述 の 本数 制限 も あ り 無銘刀 は 作刀 出来 ず 、 武道 家 向け に 数 を 多 く 安 く 作り その 分 稼 ぐ と い う 事 も 出来 無 い 為 、 他 の 伝統 工芸 の 職人 と 同じく 数々 の 問題 を 抱え て い る と い う 事 も 理解 し な く て は な ら な い 。 上古 刀 通常 日本 刀 の 分類 に 入 ら な い 、 古刀 以前 の 刀 を さ す 。 直刀 が 主 で あ る が 、 大刀 など に は そり が 見 られ る もの が あ る 。 古刀 狭義 の 日本 刀 が 制作 さ れ て から 、 慶長 以前 の 日本 刀 を さ す 。 室町 中期 以前 は 、 太刀 が 主 で あ る 。 末古刀 室町 時代 末期 、 概ね 戦国 時代 _ ( 日本 ) 頃 の 古刀 を 、 特に 「 末古 刀 」 と 呼 び 、 区別 する こと が あ る 。 「 数打ち 」 の 粗製 濫造 品 が 多 い 。 新古境 安土 桃山 時代頃 の 、 古刀 から 新刀 へ の 過渡 期 を こう 呼 ん で 区別 する こと が あ る 。 新刀 慶長 以降 の 刀 を さ す 。 この 時期 の 日本 刀 は 、 さらに 「 慶長 新刀 」 「 寛文 新 刀 」 「 元禄 新刀 」 に 分類 さ れ る 。 新々 刀 「 水心 子 正秀 の 提唱 に よ り 制作 さ れ た 古刀 の 鍛錬 法 を 用い た 刀 」 など 諸説 あ る が 概ね 18 世紀 末 か 19 世紀 初め 以降 の 幕末頃 の 日本 刀 を さ す 。 現代 刀 これ も 諸説 あ る が 明治 9 年 の 廃刀 令 以降 に 作刀 さ れ た 刀剣 を さ す こと が 多 い 。 昭和 刀 美術 刀剣 と し て の 日本 刀 の 分類 から 除外 さ れ て しま っ て い る 日本 刀 。 昭和 に 製作 さ れ た 刀 の 全て を 指 す わけ で は な く 、 主に 軍刀 向け と し て 作 ら れ た 兵器 用 の 刀 「 模造 刀 」 を 指 し て い る 。 製法 は 様々 で あ る が 、 本鍛錬刀 と 認め られ な い もの は 原則 教委 の 登録 が 刀 に 下り ず 、 所持 する こと は 禁 じ られ 、 所持 許可 証 が 必要 と な る 。 しかし 、 明らか 本鍛錬刀 と は 見 られ な い 特殊 刀 で あ っ て も 、 登録 を 堂々 正式 に 受け て い る も 数 多 く あ り 、 全 時代 全国 全 審査 員 共通 の 確固 た る 制式 が あ る か と い う 面 に 於 い て は 考慮 が 必要 で あ る 。 別名 、 昭和 新刀 。 打刀 反り の あ る 刀身 を 持 ち 、 柄 や 鍔 、 切羽 など 複数 の 部品 で 構成 さ れ る 、 一般 的 な 形状 の 日本 刀 。 単純 に 「 日本 刀 」 と 言 っ た 場合 、 打刀 を 指 す 事 が 多 い 。 現代 の 分類 で は 、 刃長 ( 切っ先 から 棟区 まで の 直線 距離 ) 60 cm 以上 の もの を 指 し 、 60 cm 未満 の もの は 脇差 と 呼 ぶ 。 太刀 構造 は 打刀 と 殆ど 同じ だ が 、 携帯 方法 が 大き く 違い ( 打刀 は 刃 を 上 に し 帯 に 差 し て 携帯 する の に 対 し 、 太刀 は 刃 を 下 に し 吊る し て 携帯 する ) 、 それ に 伴 い 拵 ( 外装 ) も 異な る 。 又 、 柄 や 鞘 の 装飾 が 凝ら し て あ る 物 も 多 い 。 現代 の 分類 で は 刃長 60 cm 以上 の もの を 指 し 、 60 cm 未満 の もの は 脇差 と 呼 ぶ 。 前述 し て あ る よう に 刀身 のみ を 見比べれ ば 大きな 違い は な い が 、 全般 的 に そり が 深 い の が 特徴 で あ る 。 脇差 ( 脇指 ) 刀身 の 短 い 打刀 ( 太刀 ) 。 現代 の 分類 で は 、 刃長 30 cm 以上 60 cm 未満 の もの を 指 す 。 脇差 の 中 で も 60 cm に 近 い 刃長 を 持 つ もの を 特に 小太刀 また は 長脇 差 と 呼 ぶ 。 大太刀 長大 な 刀身 を 持 つ 打刀 ( 太刀 ) 。 野太刀 と も 言 う 。 現代 の 分類 で は 、 刃長 が 90 cm 以上 の もの を 指 す 。 腰 に 差 す ( 吊るす ) に は 長 すぎ る 為 、 背負 う か 担 ぐ か し て 携帯 さ れ た 。 使 い 方 は 重量 に 任せ て 馬上 から 叩き 斬 る の が 一般 的 。 毛抜形 太刀 茎 ( 刀 ) ( なかご ) が 柄 ( つか ) の 役割 を 兼ね て い る 太刀 。 直刀 から 湾刀 へ の 過渡 期 に 存在 する 。 小烏丸 刃 区 から 物打 辺り まで 鎬造 り ( しのぎづくり ) で あ る が 、 切先 が 両刃 造り に 似 て い る 。 反り も 少し 有 る 。 直刀 から 湾刀 へ の 過渡 期 に 存在 する 。 短刀 現代 の 分類 で は 、 刃長 30 cm 未満 の もの を い う 。 ただし 、 30 cm 以上 で あ っ て も 反り の ほとんど な い 平造り の もの など は 「 寸延び 」 など と い い 短刀 に 含め る 場合 が あ る 。 長巻 ほぼ 刀身 と 同じ 長 さ の 柄 を 持 つ 大太刀 。 大太刀 の 柄 を 延長 し て 取り回 し 易 く し た 「 中巻 き 」 から 発展 し た もの 。 長巻 と 中巻 き の 違い は 、 最初 から 柄 を 長 く 作 っ て あ る か 、 通常 の 大太刀 の 柄 を 延長 し て 長 く し た もの か 、 の 違い 。 正倉 院内 に 原型 ら し き 長柄 武器 が 残 っ て い る 。 長巻直 し 薙刀 打刀 や 太刀 の 様 に 湾曲 し た 刀身 を 持 つ 、 長柄 の 武器 。 外見 は 長巻 に 似 て い る が 、 長巻 と の 関係 性 に は 諸説 あ り 実際 の 所 は 不明 。 薙刀直し 薙刀 を 元 に 作り直 し た 刀 。 薙刀 は 打刀 に 比べ る と 刃渡り が 比較 的 短 い 為 、 茎 を 切り詰め て 脇差 や 短刀 に 仕立て た もの が 多 い 。 槍 短 い 刃 と 長柄 を 持 つ 代表 的 な 長柄 武器 。 突き に 特化 する 為 に 両刃 の 刀身 を 持 ち 、 折れ にく い よう に 分厚 く ( 中 に は 刃 の 断面 が ほぼ 正 三角 形 の もの も 存在 する ) 作 ら れ て い る 。 厳密 に は 「 刀 」 と は 言 い 難 い 。 仕込み 刀 別 の もの に 刀身 を 仕込 み 、 刀 で あ る 事 を 偽装 し た 隠し 武器 。 主に 日用 品 など に 偽装 し た もの と 、 他 の 武器 に 小さな 刀身 を 仕込み 二 段 構え の 武器 と し た もの の 二 種類 が あ る 。 刀身 は 「 頑丈 さ 」 より も 「 隠 し 易 さ 」 を 優先 し て お り 、 他 の 日本 刀 に 比べ る と 細 く 折れ 易 い 。 現在 は 銃刀 法 に よ り 所持 ・ 所有 が 禁止 さ れ て い る 。 鎬造 り ( 本造 り ) ほとんど の 日本 刀 は この 造り込み で 作 ら れ て い る 。 上記 の 写真 も この 造り込み で あ る 。 切刃 造り が 進化 し て でき た と 思 わ れ る 。 片鎬造り 片面 が 鎬造 り 、 片面 が 平造り で でき て い る 。 平造 り 短刀 や 小脇差 に よく あ る 造り込み 。 鎬 が な い もの 。 平造り の 打刀 も 室町 時代 中期 から 末期 の 間 に ごく 少数 見 られ る 。 切刃 造り 鎬 が より 刃先 の 方 に あ る 造り込み 。 主に 上古 刀 に 見 られ る 。 切先 双刃 造り ・ 鋒 両 刃造り ・ 切先 両刃造り ・ 鋒双 刃造り ( きっさき もろ は づくり ) 、 小烏造り ( こ から すづくり ) 切先 に 近 い 部分 のみ が 、 剣 の よう に 両刃 に な っ て い る もの 。 特に 、 小烏 造り は 刀身 の 二 分 の 一 以上 が 両刃 に な っ た 擬似 刀 と 呼 ば れ る 剣 の 造り を 指 す 。 現存 する 刀 で は 小烏丸 が この 造り込み で でき て い る 。 菖蒲 造り 鎬造り に 横手 を 取り除 い た 形 の 造り込み 。 形状 が 菖蒲 の 葉 に 酷似 し て い る の が 、 この 名前 の 由来 で あ る 。 主に 脇指 に 見 られ る 。 鵜 の 首造 り 鋒 から 少し 下 だっ た ところ から 途中 まで 、 棟 の 側肉 が 落と さ れ て い る もの 。 鵜 の 首 の よう に 細 く な っ て い る こと が 、 この 名前 の 由来 で あ る 。 冠落造り 鋒 に 向か っ て 棟 の 側肉 が 落と さ れ て い る もの 。 一般 的 に 薙刀 樋 を 付け た もの が 多 く 、 短刀 に よく 見 られ る 。 両刃造り ( もろは づくり ) 鎬 を 境 に し て 双方 に 刃 が 付 い て お り 、 鋒 が 上 に 向 い て い る もの 。 室町 時代 中期 以後 の 短刀 に 見 られ る 。 まれ に 両刃 造り の 長刀 も 存在 する が 、 殺傷 能力 のみ を 追求 し た 日本 刀 と し て 有名 。 おそらく 造り 横手 の 位置 が 通常 の 鎬造り と 違い 大き く 茎 の 方 に よ っ て お り 、 鋒 が 刀身 の 半分 から 三 分 の 二 を 占め て い る もの 。 短刀 に 見 られ る 。 この 名称 の 発端 に つ い て は 諸説 あ り 、 ある 武将 の 短刀 が この 造り で 、 その 刀身 に 「 おそらく 」 ( 恐ろ しきもの と い う 意味 ) と 彫 っ て あ っ た の で この 名 が つ い た と 言 う 説 が 主流 で あ る 。 一般 的 に 時代 が 降 る に つれ 、 腰 から 先 へ 反り の 中心 が 移動 し て い く 傾向 に な っ て い る 。 腰反り ( こしぞり ) 反り の 中心 が 鋒 と 棟 区 の 中心 より 下 の 方 に 位置 する もの 。 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 太刀 に 見 られ る 。 中反り ( なかぞり ) 、 華表 反り ( とりいぞり ) 反り の 中心 が 鋒 と 棟 区 の ほぼ 中心 に 位置 する もの 。 鎌倉 時代 中期 以降 に 見 られ る 。 先反り ( さきぞり ) 反り の 中心 が 鋒 と 棟 区 の 中心 より 上 の 方 に 位置 する もの 。 室町 時代 以降 の 刀 に 見 られ る 。 内 反り ( うち ぞり ) 一般 的 に 棟 に 向か っ て 反 る もの だ が 、 その 逆 で 刃 に 向か っ て 反 っ て い る もの を い う 。 鎌倉 時代 の 短刀 ・ 正倉 院 宝物 の 「 刀子 ( とうす ) 」 に 見 られ る が 、 海外 の ナイフ ・ 短剣 に も 見 られ る 、 世界 普遍 的 ( ユニバーサル ) な 「 かたち 」 で あ る 。 鑢目 は 柄 から 刀身 を 抜け にく く する ため に 施 さ れ る 。 国 、 時代 、 流派 に よ り 使 わ れ る 鑢目 が 違 う ため 、 日本 刀 の 鑑定 で よく 見 られ る 。 切り ( 横 、 一 文字 ) 勝手下り 勝手 上り 左利き の 刀鍛冶 に 特徴 的 な 鑢目 で あ る ため 、 鑑定 で は 大きな ポイント に な る 。 筋 違 大筋 違 逆 大筋 違 鷹 の 羽 ( 羊歯 ) 檜垣 化粧 鑢 上記 各 鑢目 に 組み合わ さ れ る 装飾 で あ る 。 新刀 期 の 後半 以降 に 見 られ る ため 、 時代 判別 の 際 の ポイント に な る 。 ならし ( & 3785 5 ) 鑢 鋩子 の 種類 小丸 小丸 上が り 小丸 下が り 一 文字 返り 横手 上刃細し 大丸 焼き詰め 掃きかけ 乱れ込み 丁字 乱れ込み 地蔵 火炎 一 枚 沸崩れ 湾 れ込み 突き上げ 切先 の 種類 かます 切先 小切 先 猪首切 先 中切 先 大切 先 杢 目 肌 大杢 目肌 中杢 目 肌 小杢 目 肌 柾目 肌 板 目 肌 大板 目肌 小板 目 肌 綾杉 肌 ( 月山 肌 ) 松皮 肌 則重 肌 ひじき 肌 梨子 地肌 小糠 肌 縮緬 肌 無地 肌 地刃 の 働き の 種類 日本 刀 の 地刃 の 働き は 主に 鋼 を 焼き入れ し た 時 に 生じ る マルテンサイト に よ っ て 構成 さ れ る 。 沸 ( にえ ) マルテンサイト の 粒子 が 大き い もの 匂い ( におい ) マルテンサイト の 粒子 が 小さ い もの 沸 と 匂い の 組み合わせ に よ っ て 以下 の 様々 な 働き が 現象 する 。 映り ( うつり ) 地景 ( ちけい ) 金筋 ( きんすじ ) ・ 金 線 ( きんせん ) 砂流し ( すなが し ) 湯走り ( ゆばしり ) 足 ( あし ) 葉 ( よう ) 日本 刀 の 表記 日本 刀 は 上掲 の 専門 用語 で 表記 さ れ る 。 冶金 学 的 現象 に 対応 し た 日本 刀 独自 の 名称 が 存在 する 事 で 、 個別 の 刀 の 特徴 を 言い表 す 事 が 可能 と な り 、 文字 に よ る 作風 の 伝承 、 異な る 刀 の 比較 考量 、 即物 的 な 観賞 を 超え た 学問 的 研究 が 可能 と な っ た 。 日本 刀 表記 の 例 「 日本 名刀 大図鑑 」 新人物 往来社 佐藤 寒山 P . 13 0 ( 表現 を 一部 改めて 引用 ) 刀   銘兼 元 法量   刃長 7 1 . 5 ㎝   反 2 . 1 ㎝ 形状   鎬造 り 、 庵 棟 、 平肉 つ か ず 、 先反 や や 強 く 、 中峰 延び る 。 鍛え 小板 目 肌詰 み 、 僅か に 流れ 、 総体 に 白 けごころ が あ る 。 刃文 三 本杉 、 所々 欠け出 し 、 匂い 口締 り 、 砂流 しかか り 、 小沸付 く 。 帽子 乱れこ み 、 小丸 、 先掃 きかけ る 。 中心生 ぶ 、 先浅 い 入山 形 、 鑢目 鷹 の 羽 、 目釘 孔三 つ 、 表 棟 寄り に 二字 銘 が あ る 。 これ ら に 加え て 登録 番号 を 表記 する 事 が 望まし い 。 古来 より 刀 の 特徴 を 示 す 表現 と し て 奉書 紙 の 裂 き 口 の 如 し 雪 の 叢消え の 如 し 松 の 葉 に 雪 が 積もれ た る が 如 し ( 以上 は 刃文 の 態様 を 言い表 す 表現 ) 等 、 極力 具象 的 な 表記 が な さ れ 、 鑑賞 者 の 主観 的 な 思い入れ が 混入 する 事 を 排除 し て い る 。 ・ 趣味 的 表記 宣伝 的 表記 一方 で 刀 は 売買 の 対象 で も あ り 、 特に 明治 時代 以後 現代 に いた る まで 、 骨董 品 と し て 、 美術 品 と し て 、 刀 に 商品 と し て の 性格 、 趣味 の 物 と し て の 性格 が 強 く な る と 、 商品 価値 を 上げ る ため の 客観 性 を 欠 い た 表記 や 宣伝 的 な 表記 、 所有 欲 を くすぐ る 表記 、 自分 が 好き な 刀 へ の 思い入れ たっぷり の 表記 、 など が あ る 。 専門 用語 を 駆使 し ながら 、 情緒 的 、 抽象 的 で 「 ウソ 、 大袈裟 、 紛らわし い 」 もの も あ り 、 注意 が 必要 で あ る 。 趣味 的 表記 宣伝 的 表記 の 例 ( ウィキペディア 内 より 採取 ) 「 刃中 の 働き は 元 から 切 っ先 まで む ら な く ” 匂 い 口 が 締ま っ て サーッと 消え 入り そう に 刃先 に 向か う ” の が 最大 の 特徴 で あ り 、 匂い 口 を 締 て 刃中 を 働 か せ て いい る こと など 古刀 期 な ら で は の 技量 で あ り 、 地鉄 の 良 さ が 平安 ・ 鎌倉 ( ” 二流 工 ” の 意味 ) を も 凌 ぐ と 武家 目利 の 興趣 は 絶賛 し て お り 、 兼定 に 始ま っ て 兼定 に 終わ る と さえ 云 わ れ て い る 、 孫六 兼元 の よう な ” 変化 の 激し さ ” と は 対照 的 に ” 静寂 ” な 作風 で あ る 、 之定 銘 の 作 は 素人 受け する 派手 な 刃紋 が 多 い 、 銘 は 自身 銘 で あ り 、 銘切 師 に は 一切 切 ら せ て お ら ず ” 奥義 ” の あ る 銘振り で あ る 。 古来 より 入札 鑑定 など で 村正 と 比較 さ れ る が 村正 の 地刃 は 黒づ み 地方 色 が あ る 、 兼定 は 一切 黒 ずまず 冴え て お り 白気 映り の 立 た な い 上手 な 作 が 現存 し て い る 、 兎 に角   地鉄 ( じがね ) が 素晴らし い こと で 定評 が あ る 。 」 日本 刀 は 「 折れ ず 、 曲が ら ず 、 よく 切れ る 」 と い っ た 3 の 相 反 する 性質 を 同時 に 達成 する こと を ベース に その 作刀 工程 が 発達 し て き た と 考え られ る 。 現代 の 金属 学 に お い て も 「 折れ ず 、 曲が ら ず 」 を 「 強度 と 靭性 の 両立 」 と よび 構造 材料 の 改良 研究 が 日 夜 行 わ れ て い る の は 今 も 昔 も 変わ ら な い 。 すこし で も 手 を 抜 く と この 両立 の バランス が 崩れ て しま う から で あ る 。 また 「 よく 切れ る 」 と 「 折れ ず 」 も 両立 する こと が 難し い 。 これ は 刃先 は 硬 く 、 芯 に 向か う と 硬 さ が 徐々 に 下が る いわゆる 傾斜 機能 構造 を 持 つ こと で 圧縮 残留 応 力 を 刃先 に 発生 さ せ る こと で 実現 さ れ て い る 。 今 解説 し た の は 、 刀身 全域 に お い て 理想 状態 が 実現 し た 場合 の 話 で 実際 は 目 に 見え な い 欠陥 に よ り 脆 く も 折れ て しま う こと が あ る 。 ただし 理想 状態 の 日本 刀 が 「 世界 最強 の 刃物 」 と し て 語 ら れ る の は 故 無 き こと で は な い 。 日本 刀 の 切れ味 に つ い て は 、 様々 な ところ で 語 ら れ る 。 よく 知 ら れ る ところ で 、 榊原 健吉 の 胴田 貫 一門 の 刀 に よ る 「 兜割り 」 が 有名 で あ る 。 テレビ の 通信 販売 番組 で も 「 刃物 の 製造 に 関 し て は 世界 一 の 技術 を 誇 る 日本 」 など の フレーズ が 使 わ れ る こと が あ る 。 尤 も 、 この 切れ味 は 最適 な 角度 で 切り込 ん で こそ 発揮 でき る もの で 、 静止 物 に 刀 を 振り下ろ す 試し 斬り なら ともかく 、 実戦 で 動き回 る 相手 に 対 し 常 に 最適 の 角度 で 切り込 む の は 至難 の 業 で あ る 。 日本 刀 の うち 、 江戸 時代 の 打刀 は 、 江戸 幕府 の 規制 ( 2 尺 9 寸 以上 の 刀 すなわち 野太刀 は 禁止 さ れ た ) と 、 外出 中 は 大小 を 日常 的 に 帯刀 する こと から 、 ( 江戸 幕府 の ) 創成 期 と 幕末 期 を 除 き 、 刃渡り 2 尺 3 寸 ( 約 70 cm ) 程度 が 定寸 で あ る 。 また 、 江戸 時代 に は 実戦 に 供 する 機会 が なくな り が 多々 行 わ れ た 。 刀剣 は 一般 的 な イメージ より も 軽 く 作 ら れ て い る 。 しかし 、 薩摩 武士 が 帯刀 し て い た 薩摩 拵 な る 1 . 3 倍 程度 長大 な 刀 は 、 一 度 振り下ろ す と 次 に 構え る まで 間 が あ い て しま い 、 その ため 一 発 目 で しとめる いわゆる 示現 流 の 流派 が 流行 っ た 。 後 に 、 薩摩 武士 ら は 海軍 の 要職 を 占め る が 、 この 気質 を もと に ドイツ 等 で 当時 の 最新 の 砲術 兵器 を 学び 一 発 で しとめ る 名手 が 海軍 大将 など を 歴任 し た 。 以下 に 比較 対照 を いく つ か 列挙 する 。 なお 、 これ ら は 抜き身 の 状態 の 重量 で あ る 。 打刀 ( 日本 ) : 刃渡 り 70 cm ~ 80 cm の 場合 850 g ~ 1400 g 程度 ( 柄 、 鍔 など を 含め る 、 抜き身 の 状態 。 刃渡り 100 cm 程 の もの は 、 3000 g 以上 ) サーベル ( 世界 各地 ) : 刃渡 り 70 cm ~ 100 cm の 場合 600 g ~ 2400 g 程度 シャスク ( 東 ヨーロッパ ) : 刃渡り 80 cm900 g ~ 1100 g 程度 中国 剣 ( 中国 ) : 刃渡 り 70 cm ~ 90 cm の 場合 500 g ~ 1000 g 程度 ( 両手 用 、 刃渡り 80 cm ~ 100 cm ほど の もの は 900 g ~ 3000 g 程度 ) 以上 は 近代 まで 使 わ れ て い た 物 で あ る 。 日本 の 刀 は 、 他 の 刀剣 と 比べ 柄 が 長 い ため 、 刃渡り で 見 る 場合 、 軽 い 訳 で は な い 。 しかし 、 両手 で 扱 う 刀剣 の 中 で は 最も 軽量 な 部類 に 入 る 。 日本 刀 は 元来 、 「 断ち切 る 」 ことに 適 し た 刀剣 で あ る 。 しかし 、 刀自体 重量 が 軽 い の で 切断 する 際手 前 に スライド さ せ て 力 の 向き を 切断 物 に 対 し 直角 から そら し て 加え る 必要 が あ る 。 同じ 理由 に よ り 、 「 斬 る 」 ため に 刀 を 砥 ぐ 際 は 、 包丁 の よう に 、 スライド さ せ る 方向 に 砥ぎ を かけ る ( 剣 の 扱い に 似 て い る ) 。 起源 を さかのぼれ ば 、 古墳 時代 ~ 奈良 時代 に 、 儀式 用 と 実戦 用 と が 区別 さ れ 始め た 時 、 「 圭頭 大刀 ( けいとう たち ) 」 や 「 黒作 大刀 ( くろづくり の たち ) 」 は 「 断ち切 る 」 専用 だっ た 。 平安 時代 に 「 小烏 」 など が 「 切っ先 諸 刃 作り 」 を 採用 し て 「 突き刺 す 」 事 に も 適性 を 持 っ て い た が 、 その 後 、 太刀 や 打刀 で は 、 切 っ先 諸 刃 作り は 排 さ れ 、 手首 を 利 か せ て 「 切 る 」 ことに 適 する よう 、 湾曲 し て い る 。 一部 の 武芸 者 は 、 切先 三 寸 が 両刃 と な っ た 刀 を 使用 し た が 、 これ は 例外 で あ る 。 日本 刀 は 、 「 武士 の 魂 」 、 神器 と し て の 精神 的 、 宗教 的 価値 や 美術 的 価値 が 重視 さ れ る 一方 で 、 戦場 で は それ ほど 活躍 し な かっ た と する 説 が あ る 。 その 根拠 と し て よく 上げ られ る 理由 を 以下 に 列挙 する 。 この 内 の 幾 つ か は 、 日本 刀 に 限 ら ず 刀剣 全般 に 当て 嵌ま る 特徴 で あ る 。 当時 の 記録 に お い て 死傷 原因 に 占め る 割合 で 刀傷 が 低 い 事 。 刀剣 の 多く は 接近 戦 専用 で 、 広 い 空間 で は 長柄 武器 ( 槍 ・ 薙刀 など ) に 対 し て 不利 だっ た こと 。 鎧 や 鎖帷子 を 着用 し た 部位 に 対 する 斬撃 が 有効 で な い こと 。 日本 刀 は 刃 の 鋭 さ を 保 つ 為 、 また 軽量 化 の ため に 刀身 が 薄 く 造 ら れ て お り 、 力 を 加え る 方向 に よ っ て は すぐ に 曲が っ たり 折れ たり する 。 また 、 多少 の 刃 こぼれ が 威力 に 大き く 影響 する など 、 主力 武器 と し て は 耐久 力 に 難点 が あ る 事 。 製法 に 手間 が かか る 為 、 高 品質 の 刀 や 、 大型 の 野太刀 を 量産 化 ・ 兵士 に 支給 する こと は 出来 な かっ た こと 。 草創 期 の 武士 は 個人 騎射 を 主戦術 と し 、 鎌倉 末期 から は 足軽 など 雑兵 に よ る 集団 槍兵 が 主戦術 と な っ た こと 。 剣術 が 盛ん に な っ た の は 、 竹刀 剣術 が 隆盛 し た 平和 な 江戸 時代 に な っ て から で あ っ た こと 。 一方 、 これ ら の 理由 を 否定 する 根拠 と し て は 以下 が 挙げ られ る 乱戦 や 狭 い 空間 で の 闘い で は 長柄 武器 に 対 し て 有利 だっ た こと 数 打ち と 呼 ば れ る 量産 品 が 生産 さ れ て 、 雑兵 に いた る まで 普及 し て い た こと 。 鎧 は 打撃 に 若干 弱 い 面 が あ り 、 戦国 期 に は 刀 を 刃物 付き 鈍器 と し て 扱 う 戦い 方 も あ っ た こと 。 また 鎧 に は 必ず 隙間 が 存在 し それ を 狙 う 戦法 が あ っ た こと 鎧 や 鎖帷子 は 防刃 に 優れ る が 重 く 動 き 辛 い 。 刀 の 装備 は これ ら の 着用 を 相手 に 強要 する 意味 が あ る こと 。 例えば 鎧 を 着用 し な く な っ た 西南 戦争 時 に 抜刀 隊 が 両軍 で 活躍 し て い る 。 ことさら 精神 性 を 重視 さ れ る よう に な る の も また 江戸 時代 以降 で あ り 、 当時 は 実用 品 と し て の 意義 が 大き かっ た こと 。 予備 の 武器 と し て の 価値 武器 は 武人 の 蛮用 に よ り 破損 し て しま う 事 が 日常 的 に あ り 、 予備 の 武器 が 必要 で あ る 。 古 今 東西 、 人 は 丸腰 に な る こと を 恐れ る 。 自衛 用 の 武器 と し て の 価値 白兵戦 を 専門 し 、 長柄 武器 を 持 つ 兵 は 一部 で あ る 。 それ 以外 の 兵 も 自衛 用 の 武器 が 必要 と さ れ 、 主に 刀 を 身 に つけ て い た 。 たとえば 弓 , 鉄砲 , 石つぶて と い っ た 投射 兵種 、 荷駄 や 黒鍬 と い っ た 支援 兵種 など 。 長柄 武器 を 使用 し づら い 状況 で の 使用 。 室内 や 山林 など 、 長柄 の 武器 の 取り回し が 悪 い 環境 で は 刀 に 持ち替え て 戦 っ た 。 槍 の 補助 日本 の 合戦 は 中世 の 弓 や 近世 の 鉄砲 など と い っ た 遠 距離 兵器 が 主体 で あ り 、 中 距離 で の 戦い は 槍 など で 闘 っ た あと 、 短刀 や 鎧通し で 頸 動脈 を 切 る ため の 組み打ち で 終結 する ため 、 日本 刀 は 槍 の 補助 と し て 使 わ れ る 事 が 多 かっ た 。 合戦 で 使用 さ れ た 刀 の 中 に は 、 峯 など に 刀 など に よ る 切り込 み 傷 の あ る 物 が 多 く 、 至近 戦 に な っ た 場合 に 使用 さ れ る 事 が あ っ た こと を 示 し て い る 。 実際 、 名物 石田 正宗 に は 、 大きな 切り込 み 傷 が 多数 存在 し 、 実戦 で 使用 さ れ た 事 を 窺 わ せ て い る 。 敵将 の 首級 を 挙げ る 槍 など の 刀 以外 の 武器 で は 、 戦場 の 真っ 只中 で 迅速 に 首 を 切り落と す の は 、 非常 に 困難 で あ り 、 合戦 で は 自ら の 功績 を 示 す もの が 敵将 の 首級 で あ っ た 為 、 重要 で あ っ た と する 説 が あ る 。 しかし 、 たとえ 刀 で も 合戦 の 最中 に 鎧兜 に 身 を かため た 必死 に 迫 っ て 来る 敵 の 首 を 一撃 で 断 ち 斬 る の は 事実 上 不 可能 で あ る 。 また 通常 、 首級 は 敵 の 大将 か それ に 近 い 人物 で な けれ ば 意味 が な く 、 雑兵 の 首 は 首級 に し な かっ た 。 仮 に 、 特別 な 訓令 に よ り 無 差別 に 首級 を 取 る 事 が 手柄 と みな さ れ る 場合 が あ っ た と し て も 、 合戦 の 後 に 不正 が 発生 し な い よう に 、 皆 の 前 で 大将 あるいは 大将 に 任命 さ れ た 役人 が 敵 の 遺骸 から 公明 に 斬 り分け たり し た 。 これ ら の 事 から 、 刀 が 重視 さ れ た 理由 に つ い て 、 手柄 を 得 る ため の 首切り に 便利 だっ た から と する 説 に は やや 無理 が あ る と いえ る 。 それ に 斃れ た 敵 から 首 を 切り取 る に は 脇差 の 方 が 便利 で あ る 。 合戦 に 限 ら ず 、 人間 と 人間 が 生命 を 賭け て 闘 う と い う の は 極めて 異常 な 事態 で あ り 、 特別 な 覚悟 が 求め られ る の で あ る 。 そんな 時 に 日本 刀 の 「 武士 の 魂 」 、 神器 と し て の 精神 的 、 宗教 的 価値 や 美術 的 価値 が あ る 意味 現実 的 な 力 と し て 求め られ た と し て も 不思議 で は な い 。 戦乱 の 時代 に 作 ら れ た 刀 に 所有 者 が 信じ る 神仏 の 名 や 真言 が 彫り付け て あ る 遺例 が 数 多 く 存在 する 事 も 当時 の 武士 達 の 赤裸々 な 心情 を 窺 わ せ て 興味 深 い 。 工学 的 側面 から は 、 金属 の 結晶 の 理論 や 相 変化 の 理論 が 解明 さ れ て い な い 時代 に お い て 、 刀工 たち が 連綿 と 工夫 を 重ね 科学 的 に も 優れ た 刃物 の 到達 点 を 示 しえ た こと に 今 も 興味 の 眼差し が 注 が れ て い る 。 理論 や 言語 に な ら な い 、 見 た 目 の 変化 、 手触 り 、 におい 等 の メタ 情報 を 多 く 集積 し たり 伝承 し たり する こと で 、 ブラック ボックス 型 の 工学 制御 を 実現 し て い る ため で あ る 。 現に 我々 は 、 細か く 厳密 な 定義 に よ り 人々 の 表情 を 読み取 っ て い る の で は な い が 、 高度 な 「 気持ち を 察 する 」 能力 が 備わ っ て お り 、 特に 日本 人 に この 能力 が 高 い こと から 日本 的 な ものづくり を 工学 システム と し て 捉え る 試み が 近年 萌芽 し て き て い る 。 テレビ 番組 に よ る その 検証 トリビア の 泉 平成 16 年 の 夏頃 に 放送 さ れ た 実験 結果 。 テレビ と い う メディア の 性質 上 、 過剰 な 演出 が 入 っ て い る 可能 性 は あ る 。 また 対照 実験 を 行 っ て い な い 為 、 他 の 刀剣 と の 比較 は でき な い 。 日本 刀 VS 拳銃 ( コルト ・ ガバメント ) 日本 刀 の 刃 に 向け て 、 垂直 に 弾丸 を 撃ち込 む 実験 。 いくら 撃 っ て も 弾丸 は 両断 さ れ 、 全く 刃 こぼれ し な かっ た 。 この 拳銃 の 弾丸 の 直径 は 1 1 . 4 3 mm で 重量 は 約 15 g あり 弾速 が 約 250 m / s で あ る こと から 、 初活力 が 約 500 J と 算出 さ れ る 。 この 弾丸 が 射手 から 見 て 左 回転 を し ながら 日本 刀 の 刃 に 衝突 する の に も かかわ ら ず 全く 刃 こぼれ を し な い 事 は 、 日本 刀 の 切れ味 の 一 つ の 証明 と し て い る 。 これ に 対 し て 、 「 鋼 」 vs 「 鉛 」 と い う 素材 の 単なる 物理 的 強度 実験 と する 意見 。 さらに は 、 固定 さ れ て い る 日本 刀 が 強力 な 運動 エネルギー を 持 っ て い る 弾丸 に 対 し て 圧勝 し て い る 、 と い う 運動 量的 観点 から の 再 反論 も あ る 。 日本 刀 VS ウォーター ジェット ( 水圧 の 刃 ) 日本 刀 の 刃 に 向け て 、 垂直 に ウォーター ジェット を 噴射 する 実験 。 キズ 一 つ 無 く 、 無事 に 通過 する 。 同じ 条件 で 実験 さ れ た 包丁 は 真っ 二 つ に な っ て い た 。 日本 刀 VS 機関 銃 ( 重 機関 銃 12 . 7 mm 重 機関 銃 M2 ) 日本 刀 の 刃 に 向け て 、 垂直 に 重 機関 銃 の 12 . 7 x 99 mmNATO 弾 を 撃ち込 む 実験 。 ここ で 使用 さ れ た 12 . 7 mm 重 機関 銃 M2 は もともと 大口径 の 機関 銃 で あ る 。 現在 で も 装甲 車 等 の 装甲 目標 へ の 攻撃 や 障害 物 を 貫通 さ せ て 敵 を 倒 す 目的 に 使 わ れ る 。 その 弾薬 は 拳銃 弾 や ライフル より はるか に 大き く 、 比較 に な ら な い 威力 ( この 場合 は 刃 へ の 衝撃 力 および 刃 に 与え られ る 捻り ) だっ た 、 結果 は 、 六 発 まで 耐え た が 、 刀身 が 一気 に 削 ら れ 、 真二 つ にちぎり 折れ る 。 安全 の ため 後ろ に 置 か れ て い た コンクリート の 壁 は こなごなに 壊れ る 。 弾頭 素材 、 外皮 が 銅製 ( フルメタル ジャケット ) で あ っ た か どう か は 不明 。 たけし & マチャミ の 世界 に 誇 る 日本 の 技術 に 驚 い て み ま せ ん か ? SP 日本 の 俳優 で あ る 藤岡 弘 、 が 超 硬 合金 製 の 刀 を 用い 、 日本 刀 と 切 れ 味 を 比較 する ため に 行 わ れ た 車 の ドア を 斬 る と い う 実験 結果 。 しかし 、 この ドイツ で 開発 さ れ た 超 硬 合金 製 の 刃物 は 圧縮 応 力 に は 強 い もの の 、 引張 り 応力 が 発生 する と 破損 する こと が 金型 で は 知 ら れ て お り 日本 刀 は 顕著 な 引張 り 応力 が 発生 する 構造 な の で この 実験 の 信憑 性 を 疑 う もの も い る 。 通常 の 日本 刀 = 6 cm ( 刃 が 欠け て 鞘 に 入 ら な い 位 に 曲が る ) 超 硬合金 製 の 刀=22 cm ( キズ や 刃 こぼれ 一 つ 無し ) それ を 見 た 藤岡 弘 、 は 、 この 超 硬合金 製 の 刀 を 『 リアル 斬鉄剣 』 と 名付け た 。 怪し い 伝説 「 映画 に よく あ る 、 剣 で 剣 を 斬 る と い う シーン は 実際 に 可能 な の か ? 」 と い う コンセプト の もと に 行 わ れ た 実験 。 大まか な 内容 は 、 同じ 力 で 剣 を 振 る ため の 機械 を 自作 し 、 その 機械 を 使 っ て 剣 を 振り 固定 し た 別 の 剣 に 刃 を ぶつけ る と い う もの 。 日本 刀 を ステンレス 製 の 模造 刀 の 側面 に ぶつけ る 模造 刀 は ぶつけ られ た 部分 から 折れ た 。 日本 刀 を 日本 刀 の 側面 に ぶつけ る 日本 刀 は 大き く し な る だけ で 折れ な かっ た 。 日本 刀 の 刃 同士 を ぶつけ る 固定 さ れ た 方 の 日本 刀 は ぶつけ られ た 部分 が 少し 曲が っ て 刃 が 欠け 、 根本 から 折れ た 。 振 ら れ た 方 の 日本 刀 の 状態 は 不明 。 日本 刀 を レイピア に ぶつけ る レイピア は 大き く し な り 、 ぶつけ られ た 部分 から 折れ た 。 クレイモア を 日本 刀 の 側面 に ぶつけ る 日本 刀 は 大き く し な る だけ で 折れ な かっ た 。 なお 、 クレイモア や レイピア は 炭素 鋼 を 使用 し て 作成 さ れ た レプリカ で あ る 。 ナショナル ジオ グラフィック ( 国内 は 世界 まる 見え ! テレビ 特捜 部 で 放送 ) 番組 内 で 取り上げ た 海外 番組 " Fight Science " で の 検証 ( 実験 を 行 っ た わけ で は な い ) 。 日本 刀 が 世界 最強 の 武器 で あ る と 結論 し て い る 。 同 番組 で は 衝撃 力 、 攻撃 範囲 、 扱 い 易 さ の 3 つ を 兼ね 揃え た 武器 が 最強 と し て お り 、 扱 い やす く 威力 の 高 い 武器 と し て 刀剣 類 を あげ て い る 。 「 剣 は 突き 中心 」 「 刀 は 斬撃 中心 」 と 両者 の 違い を 説明 し た 上 で 、 刀 で あ り ながら 突き 攻撃 で も 引け を と ら な い 、 と し て 日本 刀 が 紹介 さ れ た 。 しかし この 番組 で は 筋骨 隆々 な 白人 の ITF 系 テコンドー 家 が 振り回 し て 紹介 し たり 、 日本 刀 の 優位 性 に つ い て 具体 的 な 根拠 や 他 の 武器 と の 比較 が 説明 さ れ ず 、 イメージ 優先 の 演出 で 信憑 性 に 疑問 を 持 つ 意見 も あ る 。 +神社 建築 ( じんじゃ けんちく ) は 、 神社 の 建築 。 社殿 建築 ( しゃ でん けんちく ) と も い う 。 今日 一般 的 に 見 られ る 神社 建築 は 本殿 ・ 幣殿 ・ 拝殿 から な る 。 神社 を 訪れ る と 、 本殿 の 手前 に 礼拝 用 の 建物 で あ る 拝殿 が 建 っ て お り 、 賽銭 箱 が 置 い て あ る 。 拝殿 は 修祓 や 祈祷 など を 受け る 場所 に な っ て い る 。 拝殿 の 奥 の 方 に 神体 を 収め る 本殿 が あ る 。 本殿 は 奥 に あ る ため 、 一般 の 参拝 者 は 拝殿 を 中心 的 建物 と 考え がち で あ る 。 本殿 は 流造 、 春日 造 が 一般 的 で 、 小型 の 本殿 で は 、 風雨 から 守 る ため に 覆屋 を かけ る 場合 も あ る 。 拝殿 と 本殿 を つな ぐ 部分 に 幣殿 が 造 ら れ る こと も 多 く 、 これ ら を 一続 き に 建て る 場合 も 少な く な い 。 建物 の 横 に 回 っ て み る と 、 拝殿 の 奥 に 幣殿 や 本殿 を 確認 する こと が でき る 。 本殿 は 神 が い る と さ れ る 神聖 な 場所 で あ る ため 、 瑞垣 など で 囲 わ れ たり 、 覆屋 が 造 ら れ 、 普段 は 見 る こと が でき な く な っ て い る こと も 多 い 。 一部 の 神社 で は 本殿 を 持 た ず 、 神体 の 前 に 直接 拝殿 が 建て られ て い る ところ ( 大神 神社 ・ 金鑚 神社 など ) も あ る 。 本来 は 社殿 を 持 た な い 神社 が 古風 な 形式 で あ っ た と 考え られ る 。 神社 建築 は 寺院 建築 の 影響 の もと で 発生 し 、 日本 の 上古 の 建築 を 復古 的 に 採用 し 、 仏教 建築 の デザイン を 意識 的 に 排除 し つつ 成立 し た と 考え られ る 。 神社 建築 の 特徴 の 一 つ と し て は 、 その 形式 の 尊重 が あ る 。 神社 建築 は 、 一宮 など の 各 有力 神社 に お い て 固有 の 形式 を 採 っ て い る の で 、 各 神社 で 固有 の 伝統 的 な 形式 を 保 っ て い る 。 その ため 、 神社 建築 の 様式 を 解明 する こと は 、 その 神社 の 祭神 の 性格 を 知 る 上 で 重要 な 手がかり の 一 つ と な る 。 後 に でき た 神社 に お い て も 、 建立 当初 の 形式 を 保 つ もの が 多 い 。 本殿 ( ほんでん ) - 神 が 宿 る と さ れ る 神体 を 安置 する 社殿 の こと で あ る 。 本殿 は 人 が 内部 に 入 る こと を 前提 と し て い な い ため 、 拝殿 より 小さ い こと が 多 い 。 古く は 一 社殿 に 一柱 の 神 が 祀 ら れ た が 、 現在 で は 一 つ の 社殿 に 多数 の 神 が 祀 ら れ る こと も 多 い 。 内部 に は 御神体 ( 鏡 など ) が おさめ られ る 。 拝殿 ( はいでん ) - 祭祀 ・ 拝礼 を 行な う ため の 社殿 で あ る 。 通常 、 神社 を 訪れ た 際 に 見 る の は この 拝殿 で あ る 。 一般 の 参拝 は 拝殿 の 手前 で 拍手 を 打 っ て 行な う が 、 お 祓い など の ため 拝殿 に 入 る こと が あ る 。 祭祀 の とき に 神職 など が 着座 する ところ で も あ る 。 一般 に 本殿 より も 大き く 建て られ 、 床 を 張 る の が 一般 的 で あ る が 、 建物 の 中央 が 吹き抜け の 土間 と な っ て お り 、 通り抜け る こと が でき る 「 割拝 殿 」 も あ る 。 ( 国宝 と な っ て い る 桜井 神社 ( 堺 市 ) の もの が 著名 ) 舞殿 、 神楽殿 、 社務 所 など を 兼ね て い る こと も あ る 。 神社 に よ っ て は 拝殿 を 持 た な い ところ ( 春日 大社 ・ 伊勢 神宮 など ) や 、 二 つ 持 つ ところ ( 伏見 稲荷 大社 ・ 明治 神宮 など ) も あ る 。 二 つ あ る 場合 は 、 手前 を 外拝 殿 ( げ は いでん ) と 呼 び 、 奥 の もの を 内拝殿 ( ない は いでん ) と 呼 ぶ 。 鰐口 、 鈴 ( 鈴 の 緒 ) が あ る 場合 も あ る 。 幣殿 ( へいでん ) - 祭儀 を 行 い 、 幣帛 を 奉 る 社殿 で あ る 。 独立 し て い る こと も あ る が 、 拝殿 と 一体 に な っ て い る こと が 多 い 。 幣殿 を 持 た な い 神社 も あ る 。 また 、 神楽殿 、 手水 鉢 、 灯籠 、 狛犬 など も あ る 場合 も あ る 。 神社 建築 ( 本殿 ) の 特徴 と し て 以下 の 点 が 指摘 さ れ て い る 。 屋根 に 妻 を 持 つ こと 床 を 高 く 張 る こと 瓦 を 用い な い こと 土壁 を 用い な い こと 装飾 の 質素 な こと まず 「 屋根 に 妻 を 持 つ こと 」 に つ い て だ が 、 これ は 神社 建築 の 屋根 は ほとんど が 切妻 造 で 、 一部 に 入母 屋 造 が 見 られ る 。 入母屋 造 は 仏教 建築 に 由来 する 様式 で あ る 入母屋 造 が 神社 建築 に 採用 さ れ た こと に 付 い て 、 仏教 建築 から の 一方 的 な 影響 のみ が あ っ た の で は な く 、 神社 建築 と し て の 価値 観 に 基づ い て 、 受身 的 で は な く 主体 的 に 採用 し た こと が 、 同じ 仏教 建築 の 様式 で あ る が 妻 の な い 寄棟 造 や 方形造 を 採用 し な かっ た こと から 分か る 。 妻 が 神社 建築 に お い て どの よう な 意味 を 持 つ の か は はっきり し な い が 、 信仰 上 の 重要 な 要素 で あ っ た こと は 間違い な い ら しい 。 例えば 、 伊勢 神宮 正殿 に お い て 妻 の 部分 の 金具 が 特別 視 さ れ 、 式年 遷宮 の 際 に それ を 装着 する 儀礼 が 秘伝 と さ れ て い た こと や 、 流造 の 社殿 を 横 に いく つ も 連結 し た 社殿 に お い て 、 ひと つ の 社殿 ごと に 正面 に 千鳥 破風 ( 妻 ) が 設け られ て 、 ひと つ ひと つ の 社殿 が 分か る よう に し て い る こと から も 分か る 。 床 を 高 く 張 る こと に つ い て は 、 土間 を 基本 と する 寺院 建築 と 対照 的 で あ る 。 ただ 古代 の 神社 建築 に お い て も 一部 の 住吉 造 など 、 床 を 張 ら ず に 土間 と する 様式 も あ っ た 。 瓦 を 用い な い こと に つ い て は 、 明らか に 瓦葺 き の 仏教 建築 と の 差異 を 意識 し 、 もしくは 仏教 建築 を 忌避 し た もの で あ る と いえ る 。 神社 は 基本 的 に 木 の 屋根 ( 杮葺 、 檜皮 葺 ) と する が 、 近世 に な る と 銅板 葺き も 用い られ る よう に な っ た 。 ただし 例外 的 に 、 本殿 に 瓦葺 を 用い る 場合 も な く は な い ( たとえば 、 沖縄 の 神社 は 伝統 的 な 赤瓦 を 用い る ) 。 土壁 を 用い な い こと に つ い て も 同様 で あ る 。 装飾 が 質素 な こと は 、 原始 的 な 段階 の 日本 建築 の 様式 を 固定 化 し た 結果 で あ る と いえ る 。 日本 固有 の 神 の 住まい で あ る の で 、 仏教 と は 異な る こと を 意識 し 、 日本 に 伝統 的 な 建築 の 意匠 を 取り入れ て い る 。 もちろん 以上 の こと は 全て の 神社 建築 に 当て はま る わけ で は な く 、 時代 に よ っ て も 変遷 が あ る 。 古く は 神社 に は 社殿 が な かっ た 。 神 は 社殿 に い る の で は な く 、 山 や 森 など に い る と 考え られ 、 それ も 特定 の 一 箇所 に 常在 する と は 考え られ て い な かっ た 。 しかし 、 神 は 特殊 な 形 を し た 特定 の 岩 や 木 に 来臨 する と 考え られ 、 神 へ の 祭祀 は 、 そこ で 行な わ れ た 。 この 祭場 が 磐境 ( いわさか ) ・ 磐座 ( いわくら ) など と 呼 ば れ る もの で あ り 、 現在 で も 各地 に 残 っ て い る 。 ただ 、 やはり 常 に その 祭場 に 神 が い る の だ と は 考え られ ず 、 祭祀 を 行な う とき のみ 、 神 が その 場 に 招 か れ た の で あ る 。 やがて 、 祭場 に は 仮設 の 祭壇 が 設け られ る よう に な っ た 。 いわゆる 「 神籬 」 ( ひもろぎ ) と よ ば れ る もの が これ に 当た る と 考え られ て い る 。 神籬 は 祭祀 の 際 に 祭場 の 上 に 設置 さ れ て 、 祭祀 が 行な わ れ た 。 やがて 、 この 神籬 が 発展 し て 本格 的 な 建築 物 を な す よう に な り 、 社殿 に な っ た と 考え られ る 。 仮設 の 祭壇 が 常設 の 社殿 に な る とき 、 既に あ る 建築 物 が それ と し て 採用 さ れ た と 考え られ る 。 ただ 建築 様式 が 示 す 年代 と その 建築 様式 が 神社 建築 と し て 使 わ れ 始め た 年代 は おそらく 一致 し な い 。 神社 に 社殿 を 建て た とき に 、 過去 の 技法 と 様式 を 復古 的 に 採用 し た 可能 性 が 強 い の で あ る 。 また 神社 に 社殿 が 登場 し た 時代 は 仏教 建築 全盛 の 時代 で あ り 、 その 影響 を 受け な かっ た と は いえ な い 。 そもそも 建築 物 を 礼拝 の 対象 と する と い う 発想 自体 が 仏教 に 由来 する もの か も しれ な い 。 神社 建築 の 成立 に 影響 を 与え た と 考え られ る の が 神宮寺 の 建立 で あ る 。 神宮寺 は 神社 に 建て られ た 寺院 の こと で 、 神仏 習合 の 初期 段階 で 登場 し た 。 神宮寺 の 建立 に よ り 、 神社 は 仏教 建築 の 直接 の 影響 に さら さ れ た が 、 隣接 する ため に かえ って 神社 建築 と 寺院 建築 の 差異 を 求め る よう に な っ た と 考え られ る 。 拝殿 の 成立 は 本殿 より も のち で あ る 。 現在 で も 伊勢 神宮 ・ 春日 大社 ・ 宇佐神宮 ・ 松尾 大社 など 拝殿 を 持 た な い 古社 は 多 い 。 拝殿 は 祭神 の 祭祀 の ため の 施設 で あ る が 、 本来 、 祭祀 は 露天 で 行な わ れ る もの だっ た 。 本殿 は 、 その 起源 を 祭壇 に 求め られ る よう に 、 祭祀 の 対象 で あ っ て 、 祭祀 を 行な う 場 で は な かっ た 。 拝殿 が 登場 する 以前 、 神社 の 祭祀 は 本殿 の 正面 の 露天 の 祭場 で 行な わ れ て い た 。 神職 ら は 祭場 の 左右 に 着座 し 、 そこ から 中央 の 祭場 に 赴 い て 祭儀 を 行な っ た 。 これ が 祭場 が 屋内 に な る と 、 中心 の 祭場 が 幣殿 と な り 、 神職 着座 の 場 が 回廊 と な っ た 。 回廊 の 入口 に は 楼門 が 建て られ た 。 この よう に 祭祀 の 形式 に あわせ て 、 楼門 と 回廊 と 幣殿 が 建て られ た が 、 これ ら を 持 つ に 至 ら な い 小 規模 な 神社 は 、 やがて その 機能 を 圧縮 し て 、 ひと つ の 社殿 に その 機能 を 備え させ る こと に し た 。 これ が 拝殿 で あ る 。 楼門 ・ 回廊 ・ 幣殿 の 機能 を 圧縮 する 形 で 拝殿 が 成立 し た の で あ る 。 古典 的 な 神社 建築 ( 本殿 建築 ) は 、 以下 の よう に 分類 する こと が でき る 。 柱 の 下 に 土台 を 持 つ も の 心 御 柱 を 持 つ も の 内部 が 2 室 に 分かれ る もの 柱 の 下 に 土台 を 持 つ もの は 流造 ・ 春日 造 に 代表 さ れ る もの で あ る 。 柱 を 地面 に 直接 建て たり 、 礎石 など の 基礎 を 設置 し たり せ ず に 、 社殿 の 最 下部 に 井 桁 を 組 み 、 その 上 に 柱 を 建て る 。 これ は 社殿 を 移動 さ せ る こと を 前提 と し た 様式 で 、 祭祀 の とき の み 社殿 を 設置 し 、 祭祀 を 行な わ な い とき に は 社殿 を 設置 し て い な かっ た と い う 、 上古 の 祭祀 方法 の 名残 で は な い か と 言 わ れ て い る 。 「 神籬 」 と 呼 ば れ る 上古 の 仮設 の 祭壇 が 発展 し て 、 常設 の 社殿 と な っ た の で は な い か と い わ れ る 。 流造 ・ 春日 造 の いずれ も 床下 を 壁 で 隠蔽 し て い る 。 これ は 神社 建築 一般 の 特徴 で も あ る が 、 社殿 と 設置 さ れ た 地面 と の つながり に 神聖 性 を 求め る こと に よ る 。 いいかえ る と 、 社殿 の 神聖 性 の 根源 は 置 か れ て い る 場所 に 求め る こと が でき る 。 すなわち 、 神体 と さ れ る 領域 や 磐座 など の 上 に 仮設 の 祭壇 を 置 い て 祀 っ た 神籬 の 形式 を 受け継 い だ もの で は な い か と い う こと が 、 ここ から も 指摘 でき る 。 境内 社 や 小祠 に 用い られ る 様式 で 、 流造 や 春日 造 の 階 を 省略 し て 棚 を 付け た 見世 棚 造 と い う 小型 社殿 形式 が あ る が 、 これ は 省略 形 と い う より は むしろ 神社 建築 の 原形 に 近 い と も いえ る か も しれ な い 。 この よう に 、 起源 を 上古 に 求め る こと が でき 、 「 柱 の 下 に 土台 を 持 つ もの 」 は 神社 建築 の 中 で も 古 い 形式 と 考え られ る 。 心 御 柱 を 持 つ もの は 神明 造 と 大社 造 で あ る 。 この 様式 の 特徴 は 、 心御 柱 ・ 棟持 柱 を 持 ち 、 掘立 柱 で あ る こと で あ る 。 心 御 柱 は 、 社殿 の 中央 に あ る 柱 の こと で あ る が 、 建築 構造 上 、 意味 を な さ な い 柱 で あ り 、 本来 は 神 の 依代 で あ っ た と 考え られ る 。 神明 造 で は 社殿 本体 と 完全 に 分離 し て い る 。 棟持柱 は 母屋 の 梁 を 支え る 他 の 柱 と 違 っ て 棟 に 届 く 柱 の こと で あ る 。 そして 棟持 柱 を 含め て 、 全て の 柱 が 礎石 を 使 わ ず 地面 に 穴 を 掘 っ て 建て る 掘立 柱 で あ る ( 現在 の 出雲 大社 は 土台 の 上 に 建 つ ) 。 掘立 柱 は 原始 住居 以来 の 建築 に 使 わ れ る もの で あ る 。 内部 が 2 室 に 分かれ る もの は 住吉 造 と 八幡 造 で あ る 。 どちら も 本殿 内部 に 前後 2 室 も っ て い る 。 住吉造 は 後室 に 神座 が あ り 、 八幡 造 は 前後 の 室 に それぞれ 神座 ( 昼 の 神座 と 夜 の 神座 ) が あ る の で あ っ て 、 両者 を 簡単 に ひとくくり に する こと は 出来 な い が 、 もともと 1 室 の 本殿 が 分化 し て 2 室 に な っ た もの で は な い と い う 意味 で 共通 で あ る 。 大鳥 造 や 天皇 が 大嘗 祭 の とき に 祭儀 を 行な う 大嘗 宮 も これ に 含 ま れ る と 考え られ る 。 神社 の 建築 形式 は 、 様々 な 種類 が あ る が 、 最古 の 形式 は 、 神明 造 、 大社 造 、 住吉 造 と さ れ る 。 一般 の 神社 に 、 よく 見 られ る 形式 は 流造 、 次いで 春日 造 で あ る 。 その ほか 、 建築 形式 名称 が つ い た もの が あ る が 、 神社 は 固有 な 形式 を 持 つ もの が 多 く 、 それぞれ 別 の もの と する と 膨大 な 数 と な り 、 分類 不能 で あまり 意味 が な く 、 屋根 形式 で 分類 する こと が 多 い 。 なお 、 神社 建築 形式 は 、 複合 社殿 形式 と は 同一 に 扱 う こと は でき な い 。 神明造 ( 伊勢 神宮 ・ 三重 県 伊勢 市 ) 切妻 造 、 平入 。 本来 、 柱 は 地面 に 穴 を あけ て 直接 柱 を 立て た 掘立 柱 と する 。 屋根 の 棟 に 届 く 棟持 柱 と い う 柱 を 持 つ 。 破風 板 は その まま 延び て 千木 と な っ て い る 。 明治 時代 以降 に 建て られ た 神社 は 神明 造 が 多 い 。 特に 伊勢 の 神宮 の 本殿 は 唯一 神明 造 と 言 う 。 相撲 の 吊 り 屋根 は 神明 造 に 分類 さ れ る 。 大社造 ( 神魂 神社 、 出雲 大社 ・ 島根 県 ) 切妻 造 、 妻入 。 屋根 の 棟 に 届 く 棟持 柱 を 持 つ 。 正面 二間 の ため 入口 が 左右 の どちら か に 寄 る 。 住吉造 ( 住吉 大社 ・ 大阪 府 大阪 市 ) 切妻 造 、 妻入 。 関西 の 住吉 大社 に 関係 する 一部 神社 に 見 られ る 。 内部 は 前後 2 室 に 分かれ て い る 。 大嘗祭 の 際 に 造 ら れ る 建物 と 似 て い る こと が 指摘 さ れ て い る 。 大鳥造 ( 大鳥 大社 ・ 大阪 府 堺 市 ) 切妻 造 、 妻入 。 住吉造 を 簡略 化 し た もの で 奥行き が 半分 に な っ て い る 。 春日 造 ( 春日 大社 ・ 奈良 県 奈良 市 ) 妻 入 。 身舎 の 前方 に 庇 を 付け た 形式 。 関西 を 中心 に 広 く 見 られ る 。 バリエーション と し て 王子 造 ( 熊野 造 、 皇子 造 ) が あ る 。 流造 ( 賀茂 神社 上賀茂 神社 、 下鴨 神社 ・ 京都 府 京都 市 ) 切妻 造 、 平入 。 身舎 の 前方 に 庇 を 付け た 形式 。 全国 に 多 く 見 られ る 。 バリエーション と し て 両流造 ( 厳島 神社 ) が あ る 。 八幡造 ( 宇佐神宮 ・ 大分 県 、 石清水 八幡宮 ・ 京都 府 八幡 市 ) 本殿 の 内部 が 前後 2 室 に 分かれ 、 それぞれ の 上 に 屋根 が 乗 っ て い る 。 入母屋 造 ( 御上 神社 など ) 仏教 建築 の 影響 を 受け て 中世 に 成立 し た 形式 と 考え られ る 。 バリエーション と し て 日吉造 ( 聖帝造 、 山王 造 ) が あ る 。 隠岐造 ( 水若酢 神社 ) 吉備津造 、 別名 : 比翼 入母屋 造り ( 吉備津 神社 ( 岡山 市 ) ) 織田 造 ( 劔 神社 ・ 福井 県 越前 町 ) 尾張造 ( 真清田 神社 、 津島 神社 、 尾張 大国霊 神社 など ) 特に 大県 神社 は 特殊 で 、 大縣 造 、 三 棟 造 と も 呼 ば れ る 。 水分造 ( 建水分 神社 ・ 千早 赤阪村 など ) 春日 造 の 本殿 と 流造 の 左右 両殿 を 渡廊 で 連結 する 。 天水 分 神 を 祀 る 神社 に 見 られ る 。 祇園 造 ( 八坂 神社 ) 本殿 と 拝殿 の 双方 を まとめ て 巨大 な 屋根 が 覆 っ て い る 。 権 現造 ( 北野 神社 、 日光 東 照宮 など ) 本殿 と 幣殿 と 拝殿 を 繋 い で 建て て い る 。 浅間 造 ( 富士 山 本宮 浅間 大社 ) 社殿 の 上 ( 2 階 ) に 流造 の 本殿 を 設置 し て い る 。 拝殿 は 3 種類 に 分類 でき る 。 横拝殿 棟 が 横 に 通 っ て い る もの で あ る 。 最も 一般 的 な 様式 と いえ る 。 着座 する 人々 が 本殿 に 対面 する よう に な る 。 切妻 造 ・ 入母 屋 造 など が あ る 。 縦 拝殿 棟 が 縦 に 通 っ て い る もの で あ る 。 本殿 へ の 通路 と し て の 性格 を 持 ち 、 縦長 と な る 奥 の 部分 は 幣殿 も 兼ね て い る 。 拝殿 が 成立 する 以前 の 回廊 形式 だっ た ころ の 幣殿 が 変化 し た もの と も 考え られ る 。 割 拝殿 中央 が 吹き抜け に な っ て い て 、 左右 に 床間 が あ る 。 これ は 回廊 形式 の 中門 と 左右 の 回廊 が 変形 し た 結果 だ と 考え られ る 。 遺構 は 少な く 大神 神社 ・ 石上 神宮 摂社 出雲 建男 神社 ・ 大崎 八幡宮 に 見 られ る 。 +重要 文化 財 ( じゅうよう ぶんか ざい ) と は 日本 に 所在 する 建造 物 、 美術 工芸 品 等 の 有形 文化 財 の うち 、 文化 史 的 ・ 学術 的 に 特 に 重要 な もの と し て 文化 財 保護 法 に 基づ き 日本 国 政府 ( 文部 科学 大臣 ) が 指定 し た 文化 財 を 指 す 。 重文 ( じゅうぶん ) と 略称 さ れ る こと が 多 い 。 国立 文化 財 機構 は 重要 文化 財 を 英語 で ImportantCultural Properties と 称 し て い る 。 地方 公共 団体 ( 都 道 府 県 、 市 町 村 ) が それぞれ の 文化 財 保護 条例 に 基 い て 指定 する 有形 文化 財 に つ い て も 「 県 指定 重要 文化 財 」 「 市 指定 重要 文化 財 」 等 と 呼称 さ れ る 場合 が あ る が 、 単に 「 重要 文化 財 」 と い う 場合 は 通例 国 が 指定 し た 有形 文化 財 の こと を 指 す 。 本項 で は 特記 な き 限り 、 文化 財 保護 法 第 27 条 の 規定 に 基づ く 国 指定 の 重要 文化 財 に つ い て 記述 する 。 「 文化 財 」 と は 、 国 や 地方 自治 体 の 指定 ・ 選定 ・ 登録 の 有無 に 関わ ら ず 有形 無形 の 文化 的 遺産 全般 を 指 す 用語 で あ る 。 文化 財 保護 法 で は 「 文化 財 」 を 「 有形 文化 財 」 「 無形 文化 財 」 「 民俗 文化 財 」 「 記念 物 ( 史跡 、 名勝 、 天然 記念 物 ) 」 「 文化 的 景観 」 「 伝統 的 建造 物 群 」 の 6 つ の カテゴリー に 分類 し て い る ( 同法 第 2 条 第 1 項 ) が 、 この うち の 「 有形 文化 財 」 に 該当 する もの で 、 国 ( 文部 科学 大臣 ) に よ っ て 指定 さ れ た もの を 「 重要 文化 財 」 と 呼称 し て い る ( 同法 第 27 条 第 1 項 ) 。 上述 の よう に 、 法令 ・ 行政 用語 と し て の 「 重要 文化 財 」 は 国 の 指定 を 受け た 文化 財 全般 を 指 す 用語 で は な い 。 これ は 、 国 指定 の 有形 文化 財 のみ を 指 す 用語 で あ る 点 に 注意 を 要 する 。 似通 っ た 用語 と し て 「 重要 無形 文化 財 」 「 重要 有形 民俗 文化 財 」 「 重要 無形民俗 文化 財 」 など が あ る が これ ら は いずれ も 「 重要 文化 財 」 と は 別個 の カテゴリー で あ り 、 たとえば 「 重要 有形 民俗 文化 財 」 を 略 し て 「 重要 文化 財 」 と 呼称 する こと は 適当 で な い 。 重要 文化 財 の うち 製作 が 特に 優れ た もの 、 歴史 上 特に 意義 の 深 い もの など 学術 的 に 価値 の 特に 高 い もの が 国宝 に 指定 さ れ る 。 法的 に は 国宝 も 重要 文化 財 の 一種 で あ る 。 なお 、 1950 年 ( 昭和 25 年 ) の 文化 財 保護 法 施行 以前 の 旧 制度 下 で は 、 現在 の 「 重要 文化 財 」 に 相当 する もの が すべて 「 国宝 」 と 称 さ れ て い た の で 混同 し ない よう 注意 を 要 する 。 文化 財 保護 法 の 規定 に よ り 、 地方 公共 団体 ( 都 道 府 県 ・ 市 町 村 ) は 国 指定 の 文化 財 以外 の 文化 財 に つ い て 「 当該 地方 公共 団体 の 区域 内 に 存 する もの の うち 重要 な もの を 指定 し て 、 その 保存 及び 活用 の ため 必要 な 措置 を 講 ずる こと が でき る 」 と さ れ て い る ( 同法 第 182 条 第 2 項 ) 。 これ に 基づ き 各 都 道 府 県 ・ 市 町 村 で は それぞれ 文化 財 保護 条例 を 定め 、 有形 ・ 無形 の 文化 財 の 指定 を 行 っ て い る 。 これ ら の 文化 財 に つ い て は 「 ○ ○ 県 指定 文化 財 」 「 ○ ○ 市 指定 文化 財 」 など と 表記 さ れ 、 国 指定 の 文化 財 と 区別 さ れ て い る 。 都 道 府 県 ・ 市 町 村 指定 の 有形 文化 財 に つ い て は 「 東京 都 指定 有形 文化 財 」 の よう に 「 有形 文化 財 」 と 呼称 する ケース が 多 い が 、 同様 の 文化 財 を 青森 県 で は 「 青森 県 重宝 」 、 長野 県 で は 「 長野 県 宝 」 、 鳥取 県 で は 「 鳥取 県 指定 保護 文化 財 」 と 呼称 する など 一定 し て お ら ず 、 どの よう に 呼称 する か は 各 自治 体 の 文化 財 保護 条例 で 個々 に 規定 し て い る 。 47 都 道 府 県 の うち 福島 、 群馬 、 神奈川 、 岐阜 、 岡山 、 広島 、 佐賀 の 各県 で は 県 条例 に よ っ て 指定 し た 有形 文化 財 を 「 ○ ○ 県 指定 重要 文化 財 」 と 呼称 し て お り 、 国 の 指定 し た 重要 文化 財 と 混同 し ない よう 注意 を 要 する 。 なお 、 都 道 府 県 や 市 町 村 指定 の 文化 財 と 区別 する ため 観光 案内 書 等 で は 「 国 重要 文化 財 」 「 国重 文 」 等 の 表記 を しばしば 目 に する が 、 これ ら は 正式 の 用語 で は な く 文化 財 保護 法 に 基づ き 国 が 指定 し た 有形 文化 財 に つ い て は 、 単に 「 重要 文化 財 」 と 呼称 する の が 正式 で あ る 。 重要 文化 財 指定 候補 物件 に つ い て は 文化 庁 で 事前 調査 を 行 い 、 文部 科学 大臣 は 文化 審議 会 に 指定 す べ き 物件 に つ い て 諮問 する 。 文化 審議 会 文化 財 分科 会 に よ る 審議 ・ 議決 を 経 て 、 文化 審議 会 は 文部 科学 大臣 に 対 し 重要 文化 財 に 指定 する よう 答申 を 行 う 。 文部 科学 大臣 は これ を 受け て 指定 物件 の 名称 、 所有 者 等 を 官報 に 告示 する と とも に 当該 重要 文化 財 の 所有 者 に は 指定 書 を 交付 する ( 文化 財 保護 法 27 条 、 28 条 、 153 条 ) 。 法的 に は 、 文部 科学 大臣 に よ っ て 指定 の 事実 が 官報 に 告示 さ れ た 日 から 重要 文化 財 の 指定 は 効力 を 発 する 。 なお 、 指定 は 「 国宝 及び 重要 文化 財 指定 基準 」 に 基づ い て 行 わ れ る 。 古器 旧 物 日本 に おけ る 最初 の 文化 財 関連 法令 と 見な さ れ る の は 18 71 年 ( 明治 4 年 ) の 太政 官 布告 「 古器 旧 物 保 存 方 」 ( こききゅうぶつ ほぞん かた ) で あ る 。 この 布告 に 基づ い て 近畿 地方 を 中心 と し た 社寺 等 に 提出 さ せ た 「 古器 旧 物 」 の 目録 を 元 に 、 翌 1872 年 ( 明治 5 年 ) 5 月 から 10 月 に かけ て 日本 初 の 文化 財 調査 と さ れ る 壬申 検査 が 実施 さ れ た 。 ちなみ に 「 壬申 」 は 1872 年 ( 明治 5 年 ) の 干支 で あ り 、 「 検査 」 は 現代 日本 語 の 「 調査 」 に 相当 する 。 この 壬申 検査 に は 文部 官僚 の 町田 久成 ( 東京 国立 博物 館 の 初代 館長 ) 、 蜷川 式胤 の ほか 、 油絵 画 家 の 高橋 由一 、 写真 師 の 横山 松三郎 ら が 記録 係 と し て 同行 し た 。 宝物 1888 年 ( 明治 21 年 ) に は 宮内 省 に 臨時 全国 宝物 取調局 が 設置 さ れ た 。 局長 は 後 に 国立 博物 館 総長 と な る 九鬼 隆一 で あ り 、 係官 に は 近代 日本 美術 史 に 大きな 足跡 を 残 し た 岡倉 天心 や アーネスト ・ フェノロサ も 名 を 連ね て い た 。 ここ で 言 う 「 宝物 」 は 文化 財 保護 法 に おけ る 「 美術 工芸 品 」 に 相当 し 、 有形 文化 財 の うち 建造 物 を 除 い た もの で あ る 。 国宝 、 特別 保護 建造 物 こう し た 調査 の 結果 を ふまえ 、 1897 年 ( 明治 30 年 ) に 古社 寺 保存 法 が 制定 さ れ 日本 初 の 文化 財 指定 が 行 わ れ た 。 1897 年 ( 明治 30 年 ) 12 月 28 日 付け 官報 に 初 の 指定 告示 が 掲載 さ れ 国宝 155 件 、 特別 保護 建造 物 44 件 が 指定 さ れ た 。 古社 寺 保存 法 に おけ る 国宝 および 特別 保護 建造 物 は 、 文化 財 保護 法 に おけ る 「 重要 文化 財 」 に 相当 する 。 古社 寺 保存 法 は その 名 の とおり 社寺 所有 の 建造 物 および 宝物 を その 対象 と し て お り 、 同法 に よ る 国宝 および 特別 保護 建造 物 の 指定 は 保存 修理 等 の ため に 国庫 から 保存 金 を 支出 す べ き 物件 の リスト 化 と い う 意味 合い が 強 かっ た 。 国宝 その 後 1929 年 ( 昭和 4 年 ) 、 古社 寺 保存 法 に 代わ っ て 「 国宝 保存 法 」 が 制定 さ れ た 。 この 法律 で は 、 来 の 古社 寺 保存 法 が 社寺 所有 の 物件 だけ を 指定 の 対象 と し て い た の に 対 し 、 国 、 地方 自治 体 、 法人 、 個人 など の 所有 品 も 国宝 の 指定 対象 と な っ た 。 また 、 特別 保護 建造 物 の 名称 を 廃止 し て 建造 物 に つ い て も 国宝 と 称 する こと に な っ た 。 この 法律 が 制定 さ れ た 背景 に は 、 各地 の 城郭 の 荒廃 や 旧 大名 家 の 所蔵 品 の 散逸 など が 懸念 さ れ た こと が あ っ た 。 国宝 保存 法 に 基づ き 、 1930 年 ( 昭和 5 年 ) に は 東京 の 徳川 家 霊廟 ( 個人 の 所有 ) 、 名古屋 城 ( 名古屋 市 の 所有 ) など が 国宝 に 指定 さ れ 、 翌 1931 年 ( 昭和 6 年 ) に は 東京 美術 学校 ( 現 ・ 東京 藝術 大学 ) 保管 の 絵画 等 ( 所有 者 は 国 ) が 国宝 に 指定 さ れ た 。 国宝 保存 法 に よ る 指定 は 、 第 二 次 世界 大戦 中 の 1944 年 ( 昭和 19 年 ) まで 継続 さ れ た が 翌 1945 年 ( 昭和 20 年 ) から 指定 作業 は 一時 中断 し 、 終戦 後 は 1949 年 ( 昭和 24 年 ) に 2 回 ( 2 月 と 5 月 ) の 指定 が 行 わ れ た のみ で あ る 。 重要 文化 財 1950 年 ( 昭和 25 年 ) 、 従来 の 「 国宝 保存 法 」 、 「 史蹟 名勝 天然 紀念物 保存 法 」 、 重要 美術 品 を 認定 し た 「 重要 美術 品 等 ノ 保存 ニ関 スル 法律 」 を 統合 する 形 で 「 文化 財 保護 法 」 が 制定 さ れ た 。 この 法律 制定 の きっかけ は 、 その 前年 に 発生 し た 法隆 寺 金堂 の 火災 と 壁画 の 損傷 で あ っ た こと は 広 く 知 ら れ て い る 。 この 法律 の 公布 に よ り 、 従来 の 「 宝物 」 に 代わ っ て 「 文化 財 」 「 重要 文化 財 」 の 語 が 初めて 公式 に 使 わ れ る よう に な っ た 。 また 、 従来 法律 に よ る 保護 ・ 指定 の 対象 と な っ て い な かっ た 無形 文化 財 の 指定 制度 が 盛り込 ま れ る など 、 当時 と し て は 画期 的 な 法律 で あ っ た 。 旧 法 の 「 国宝 」 から 重要 文化 財 へ 1897 年 ( 明治 30 年 ) から 1949 年 ( 昭和 24 年 ) まで の 間 に 、 古社 寺 保存 法 および 国宝 保存 法 に 基づ い て 「 国宝 」 に 指定 さ れ た 物件 は 火災 で 焼失 し た もの 等 を 除 き 、 宝物 類 ( 美術 工芸 品 ) 5 , 82 4 件 、 建造 物 1, 0 5 9 件 で あ っ た 。 これ ら の 物件 が いわゆる 「 旧 国宝 」 で あ り 、 これ ら の 物件 すべて は 文化 財 保護 法 施行 の 日 で あ る 1950 年 ( 昭和 25 年 ) 8 月 29 日 を も っ て 、 同法 に 規定 する 「 重要 文化 財 」 と な っ た 。 そして 、 「 重要 文化 財 」 の うち で 日本 文化 史 上 特に 貴重 な もの が あらためて 「 国宝 」 に 指定 さ れ る こと に な っ た 。 つまり 、 1950 年 ( 昭和 25 年 ) 以前 と 以後 と で は 法律 上 の 「 国宝 」 と い う 用語 の 意味 が 異な っ て お り 、 旧 法 の 「 国宝 」 は 文化 財 保護 法 上 の 「 重要 文化 財 」 に 相当 する 。 この 点 の 混同 を 避け る ため 、 文化 財 保護 法 上 の 「 国宝 」 を 「 新 国宝 」 と 俗称 する こと も あ る 。 いずれ に し て も 、 第 二 次 世界 大戦 以前 に は 「 国宝 」 で あ っ た もの が 戦後 「 重要 文化 財 」 に 「 格下げ 」 さ れ た と 解釈 する の は 誤り で あ る 。 重要 文化 財 は 建造 物 の 部 と 美術 工芸 品 の 部 の 大き く 2 つ に 分かれ 、 美術 工芸 品 の 部 は さらに 絵画 、 彫刻 、 工芸 品 、 書跡 ・ 典籍 、 古 文書 ( こもん じょ ) 、 考古 資料 、 歴史 資料 の 7 部門 に 分かれ て い る 。 指定 件数 は 以下 の とおり で あ る 。 建造 物 - 2, 3 2 8 件 4 , 210 棟 ( うち 国宝 213 件 257 棟 ) ( 2007 年 ( 平成 19 年 ) 12 月 21 日 指定 分 まで ) 美術 工芸 品 - 10 , 283 件 ( うち 国宝 861 件 ) ( 2007 年 ( 平成 19 年 ) 6 月 8 日 指定 分 まで ) 絵画 - 1 , 952 件 ( うち 国宝 157 件 ) 彫刻 - 2 , 623 件 ( うち 国宝 12 6 件 ) 工芸 品 - 2 , 410 件 ( うち 国宝 252 件 ) 書跡 ・ 典籍 - 1, 8 60 件 ( うち 国宝 223 件 ) 古 文書 - 722 件 ( うち 国宝 59 件 ) 考古 資料 - 564 件 ( うち 国宝 42 件 ) 歴史 資料 - 15 2 件 ( うち 国宝 2 件 ) 文化 財 保護 法 は 「 重要 文化 財 に つ き 、 所有 者 が 判明 し な い 場合 又 は 所有 者 若しくは 管理 責任 者 に よ る 管理 が 著し く 困難 若しくは 不 適当 で あ る と 明らか に 認め られ る 場合 に は 、 文化 庁 長官 は 、 適当 な 地方 公共 団体 その 他 の 法人 を 指定 し て 、 当該 重要 文化 財 の 保有 の ため 必要 な 管理 ( 中略 ) を 行 わ せ る こと が でき る 」 と 規定 し て い る ( 同法 第 32 条 の 2 ) 。 この 規定 に 基づ い て 指定 さ れ た 法人 を 当該 重要 文化 財 の 「 管理 団体 」 と 称 する 。 管理 団体 が 指定 さ れ て い る 例 と し て 次 の よう な もの が あ る 。 国 が 所有 する 城郭 に つ い て 地元 自治 体 が 管理 団体 に 指定 さ れ て い る もの ( 例 : 姫路 城 は 、 所有 者 は 国 、 管理 団体 は 姫路 市 ) 集落 の 共有 物 と さ れ て い る 仏像 、 石塔 など に つ い て 、 地元 自治 体 が 管理 団体 に 指定 さ れ て い る もの 無住 の 社寺 が 所有 者 と な っ て い る 仏堂 、 仏像 など に つ い て 、 近隣 の 別 の 社寺 や 地元 自治 体 が 管理 団体 に 指定 さ れ て い る もの 特異 な 例 と し て は 栃木 県 日光 市 所在 の 「 経蔵 」 と 「 本地 堂 」 の 場合 が あ る 。 これ ら 2 棟 に つ い て は 日光 東 照宮 と 輪王 寺 の いずれ に 帰属 する 建物 で あ る か 決着 が つ い て い な い ため 、 財団 法人 日光 社 寺 文化 財 保存 会 が 管理 団体 に 指定 さ れ て い る 。 文化 財 保護 法 第 29 条 に は 「 国宝 又 は 重要 文化 財 が 国宝 又 は 重要 文化 財 と し て の 価値 を 失 つ た 場合 その 他 特殊 の 事由 が あ る とき は 、 文部 科学 大臣 は 、 国宝 又 は 重要 文化 財 の 指定 を 解除 する こと が でき る 」 と の 規定 が あ る 。 この 規定 に よ っ て 重要 文化 財 の 指定 を 解除 さ れ た もの の 大 部分 は 火災 に よ っ て 焼失 し た もの で あ る 。 焼失 以外 の 事由 に よ っ て 指定 を 解除 さ れ た 例 と し て は 次 の もの が あ る 。 1961 年 ( 昭和 36 年 ) 4 月 10 日 付け で 陶器 3 件 が 重要 文化 財 の 指定 を 解除 さ れ た 。 これ ら は 鎌倉 時代 の 古瀬戸 の 優品 と し て 指定 さ れ た が 、 科学 的 調査 の 結果 、 現代 の 作品 で あ る こと が 判明 し た もの ( 別項 「 永仁 の 壺 事件 」 を 参照 ) 。 1982 年 ( 昭和 57 年 ) 4 月 15 日 付け で 縄文 時代 の 深鉢 形 土器 1 件 が 重要 文化 財 の 指定 を 解除 さ れ た 。 土器 自体 は 縄文 時代 の 作品 で あ っ た が この 土器 の 特色 と さ れ た 口縁 部 の 蛇形 装飾 の 把手 が オリジナル で は な く 、 推定 復元 で あ る こと が 判明 し た ため 指定 を 解除 さ れ た もの で あ る 。 絵画 近代 の 作品 は 1955 年 ( 昭和 30 年 ) に 狩野 芳崖 の 『 悲母 観音 』 と 『 不動 明王 』 、 橋本 雅邦 の 『 白雲 紅樹 』 が 指定 さ れ た の が 最初 で 、 以後 、 日本 画 ・ 洋画 とも に 多く の 作家 の 作品 が 指定 さ れ て い る 。 昭和 期 の 作品 と し て は 速水 御 舟 の 『 名樹 散 椿 図 』 が 1977 年 ( 昭和 52 年 ) に 指定 さ れ た の が 最初 で あ っ た 。 彫刻 近代 の 作品 は 1967 年 ( 昭和 42 年 ) に 荻原 守衛 の 作品 『 女 』 が 指定 さ れ た の が 最初 で あ る 。 明治 初期 に 来日 し 、 工部 美術 学校 で 彫刻 を 指導 し た イタリア 人 ヴィンチェンツォ ・ ラグーザ の 作品 も 指定 さ れ て い る 。 工芸 品 近代 の 作品 は 2001 年 ( 平成 13 年 ) に 鋳造 家 ・ 鈴木 長吉 の 「 銅鷲 置物 」 が 指定 さ れ た の が 最初 で あ る 。 陶磁器 で は 板谷 波山 と 宮川 香山 の 作品 が 2002 年 ( 平成 14 年 ) に 指定 さ れ た の が 最初 で あ っ た 。 建造 物 1974 年 ( 昭和 49 年 ) に 初めて 鉄筋 コンクリート 建造 物 と し て 重要 文化 財 に 指定 さ れ た の は 旧 山邑 家 住宅 ( ヨドコウ 迎賓 館 ・ 芦屋 市 、 フランク ・ ロイド ・ ライト 設計 、 1924 年 ( 大正 13 年 ) 竣工 ) 。 大正 期 の 建造 物 と し て も 初 の 指定 で 、 築後 わずか 50 年 で その 価値 が 認め られ た こと に な る 。 昭和 期 の 建造 物 と し て 最初 に 重要 文化 財 に 指定 さ れ た の は 明治 生命 館 ( 岡田 信一郎 設計 、 1934 年 ( 昭和 9 年 ) 竣工 ) で 、 1997 年 ( 平成 9 年 ) に 指定 さ れ て い る 。 昭和 期 の 建造 物 と し て は 他 に 三井 本館 ( 1998 年 ( 平成 10 年 ) 指定 ) 、 旧 東京 帝室 博物 館 本館 ( 現 ・ 東京 国立 博物 館 本館 、 2001 年 ( 平成 13 年 ) 指定 ) 、 綿業 会館 ( 渡辺 節設計 、 2003 年 ( 平成 15 年 ) 指定 ) など が 指定 さ れ て い る 。 また 2006 年 ( 平成 18 年 ) 、 原爆 犠牲 者 を 弔 い 世界 平和 を 祈念 する ため の 教会 堂 世界 平和 記念 聖堂 ( 村野 藤吾 設計 、 1954 年 ( 昭和 29 年 ) 8 月 竣工 ) と 広島 平和 記念 公園 の 中心 施設 広島 平和 記念 資料 館 ( 丹下 健三 設計 、 1955 年 ( 昭和 30 年 ) 8 月 開館 ) が 、 戦後 建築 と し て は 初めて の 重要 文化 財 指定 と な っ た 。 さらに 船舶 と し て 唯一 、 1978 年 ( 昭和 53 年 ) に 明治 丸 が 指定 さ れ た 。 農家 、 漁家 、 町屋 など の 民家 建築 が 文化 財 と し て 着目 さ れ る よう に な っ た の は 、 第 二 次 世界 大戦 後 で あ る 。 高度 経済 成長 に よ る 日本 人 の 生活 様式 の 変化 に 伴 い 、 伝統 的 な 民家 が 急速 に 姿 を 消 し 始め た 196 0 年代 から 民家 の 重要 文化 財 指定 が 積極 的 に 推進 さ れ る よう に な っ た 。 なお 、 第 二 次 大戦 終戦 以前 に 国 の 指定 を 受け て い た 民家 は 大阪 府 羽 曳野 市 の 吉村 家 住宅 ( 1937 年 ( 昭和 12 年 ) 指定 ) と 京都 市 の 小川 家 住宅 ( 通称 「 二条 陣屋 」 、 1944 年 ( 昭和 19 年 ) 指定 ) の わずか 2 件 のみ で あ っ た 。 1975 年 ( 昭和 50 年 ) の 文化 財 保護 法 改正 に よ り 、 建造 物 と とも に その 所在 する 土地 を 重要 文化 財 に 指定 する こと が でき る よう に な っ た 。 同法 第 2 条 第 1 項 第 1 号 に は 建造 物 ら の もの と 「 一体 を な し て その 価値 を 形成 し て い る 土地 その 他 の 物件 」 が 重要 文化 財 指定 の 対象 で あ る 「 有形 文化 財 」 の 概念 に 含 ま れ る こと が 明記 さ れ た 。 この 規定 に 基づ く 「 土地 」 の 重要 文化 財 指定 は 1976 年 ( 昭和 51 年 ) に 初めて 行 わ れ 、 民家 の 建物 と とも に その 敷地 が 重要 文化 財 に 指定 さ れ た 。 民家 の 重要 文化 財 指定 に 際 し て 「 土地 」 を 併せ て 指定 する と い う こと に は 民家 の 母屋 のみ な ら ず 、 門 、 塀 、 蔵 、 井戸 、 祠 等 の 付属 建物 、 石垣 、 水路 、 庭園 、 堀 等 の 工作 物 、 さらに は 宅地 、 山林 など を 併せ て 指定 する こと に よ っ て 、 屋敷 構え 全体 の 保存 を 図 ろ う と する 意図 が あ る 。 なお 、 建造 物 と とも に 土地 が 重要 文化 財 に 指定 さ れ て い る ケース は 民家 の ほか 、 社寺 や 近代 建築 に も あ る 。 1975 年 ( 昭和 50 年 ) の 文化 財 保護 法 改正 に よ り 、 新た な 指定 分野 と し て 「 歴史 資料 の 部 」 が 新設 さ れ た 。 「 歴史 資料 の 部 」 の 重要 文化 財 新規 指定 は 1977 年 ( 昭和 52 年 ) に 初めて 行 わ れ 、 この 時 は 「 長崎 奉行 所 キリシタン 関係 資料 」 ( 東京 国立 博物 館 ) と 「 春日 版 板木 」 ( 奈良 市 ・ 興福寺 ) の 2 件 が 指定 さ れ た 。 なお 、 従来 「 絵画 」 「 書跡 ・ 典籍 」 等 と し て 重要 文化 財 に 指定 さ れ て い た 物件 で 「 歴史 資料 の 部 」 に 移 さ れ た もの も あ る 。 一 例 と し て 、 仙台 市 博物 館 保管 の 「 慶長 遣欧 使節 関係 資料 」 は 1966 年 ( 昭和 41 年 ) に 「 絵画 の 部 」 の 重要 文化 財 に 指定 さ れ て い た が 上述 の 文化 財 保護 法 改正 に 伴 っ て 「 歴史 資料 の 部 」 に 移 さ れ 、 2001 年 ( 平成 13 年 ) に 歴史 資料 と し て は 最初 の 国宝 指定 を 受け て い る 。 歴史 資料 と し て 指定 を 受け て い る もの に は 政治 家 、 学者 など の 歴史 上 の 人物 に 関 する 一括 資料 、 古 写真 や その 原板 、 古地 図 、 古 活字 、 科学 技術 関係 資料 、 産業 関係 資料 など さまざま な もの が あ る 。 人物 関係 資料 と し て は 高野 長 英 、 間宮 林 蔵 、 坂本 龍馬 、 大久保 利通 、 岩倉 具視 など の 一括 資料 が あ る 。 科学 技術 関係 で は 平賀 源内 の エレキテル 、 初期 の 天体 望遠 鏡 、 天球 儀 、 モールス 電信 機 など が あ る 。 産業 関係 で は 初期 の 印刷 機 、 製紡 機 、 鉄道 車両 など が あ る 。 明治 時代 以降 の 日本 の 近代 化 に 寄与 し て き た 産業 ・ 交通 ・ 土木 関連 の 建造 物 で あ る 。 具体 的 に は 炭鉱 、 発電 所 、 ダム 、 水源 地 、 運河 、 鉄道 施設 、 港湾 施設 など が 、 20 世紀 末頃 から 文化 財 の 新た な ジャンル と し て 着目 さ れ る よう に な っ た 。 これ ら を 包括 的 に 「 近代 化 遺産 」 と 称 し 、 1993 年 ( 平成 5 年 ) から 「 建造 物 の 部 」 の 重要 文化 財 の 指定 対象 と な っ て い る 。 ちなみ に 、 1993 年 ( 平成 5 年 ) 度 に 指定 さ れ た の は 秋田 市 の 「 藤倉 水源 地 水道 施設 」 と 群馬 県 の 「 碓氷 峠 鉄道 施設 」 の 2 件 で あ っ た 。 「 藤倉 水源 地 水道 施設 」 に つ い て は ダム 、 貯水 池 、 沈殿 池 など の 施設 と 土地 が 、 「 碓氷 峠 鉄道 施設 」 に つ い て は 連続 する 橋梁 や トンネル に 加え 発電 所 など の 付属 施設 と 土地 が 併せ て 指定 さ れ て お り 、 単体 の 建造 物 と し て の 橋梁 や トンネル で は な く システム 全体 が 保存 の 対象 と な っ て い る 。 +文化 財 ( ぶんか ざい ) は 次 の とおり で あ る 。 広義 で は 、 人類 の 文化 的 活動 に よ っ て 生み出 さ れ た 有形 ・ 無形 の 文化 的 所産 の こと 。 「 文化 遺産 」 と ほぼ 同義 で あ る 。 詳細 は 文化 遺産 を 参照 。 武力 紛争 の 際 の 文化 財 の 保護 に 関 する 条約 、 文化 財 不法 輸出入 等 禁止 条約 、 文化 財 の 不法 な 輸出入 等 の 規制 等 に 関 する 法律 など の 条約 および 法令 に お い て 規定 さ れ て い る 「 文化 財 」 の こと 。 詳細 は 文化 遺産 保護 制度 を 参照 。 日本 の 文化 財 保護 法 第 2 条 および 文化 財 保護 条例 に お い て 規定 さ れ て い る 「 文化 財 」 の こと 。 本項 で は 3 に つ い て 詳述 する 。 文化 財 保護 法 第 2 条 第 1 項 は 「 文化 財 」 に つ い て 次 の 通り 規定 し て い る 。 この 法律 で 「 文化 財 」 と は 、 次 に 掲げ る もの を い う 。 一   建造 物 、 絵画 、 彫刻 、 工芸 品 、 書跡 、 典籍 、 古 文書 その 他 の 有形 の 文化 的 所産 で 我が 国 に とつ て 歴史 上 又 は 芸術 上 価値 の 高 い もの ( これ ら の もの と 一体 を な し て その 価値 を 形成 し て い る 土地 その 他 の 物件 を 含 む 。 ) 並び に 考古 資料 及び その 他 の 学術 上 価値 の 高 い 歴史 資料 ( 以下 「 有形 文化 財 」 と い う 。 ) 二   演劇 、 音楽 、 工芸 技術 その 他 の 無形 の 文化 的 所産 で 我が 国 に とつ て 歴史 上 又 は 芸術 上 価値 の 高 い もの ( 以下 「 無形 文化 財 」 と い う 。 ) 三   衣 食 住 、 生業 、 信仰 、 年中 行事 等 に 関 する 風俗 慣習 、 民俗 芸能 、 民俗 技術 及び これ ら に 用い られ る 衣服 、 器具 、 家屋 その 他 の 物件 で 我が 国民 の 生活 の 推移 の 理解 の ため 欠 く こと の でき な い もの ( 以下 「 民俗 文化 財 」 と い う 。 ) 四   貝づか 、 古墳 、 都城跡 、 城跡 、 旧 宅 その 他 の 遺跡 で 我が 国 に とつ て 歴史 上 又 は 学術 上 価値 の 高 い もの 、 庭園 、 橋梁 、 峡谷 、 海浜 、 山岳 その 他 の 名勝地 で 我が 国 に とつて 芸術 上 又 は 観賞 上 価値 の 高 い もの 並び に 動物 ( 生息 地 、 繁殖 地 及び 渡来 地 を 含 む 。 ) 、 植物 ( 自生 地 を 含 む 。 ) 及び 地質 鉱物 ( 特異 な 自然 の 現象 の 生 じ て い る 土地 を 含 む 。 ) で 我が 国 に とつて 学術 上 価値 の 高 い もの ( 以下 「 記念 物 」 と い う 。 ) 五   地域 に おけ る 人々 の 生活 又 は 生業 及び 当該 地域 の 風土 に よ り 形成 さ れ た 景観 地 で 我が 国民 の 生活 又 は 生業 の 理解 の ため 欠 く こと の でき な い もの ( 以下 「 文化 的 景観 」 と い う 。 ) 六   周囲 の 環境 と 一体 を な し て 歴史 的 風致 を 形成 し て い る 伝統 的 な 建造 物 群 で 価値 の 高 い もの ( 以下 「 伝統 的 建造 物 群 」 と い う 。 ) すなわち 、 歴史 上 、 芸術 上 、 学術 上 、 観賞 上 等 の 観点 から 価値 の 高 い 有形 文化 財 、 無形 文化 財 、 民俗 文化 財 、 記念 物 、 文化 的 景観 、 伝統 的 建造 物 群 の 6 種類 が 、 指定 等 の 有無 に かかわ ら ず 「 文化 財 」 に 該当 する 。 文部 科学 大臣 は 文化 財 の うち 重要 な もの を 指定 、 認定 、 選定 、 登録 、 選択 し 、 保護 の もと に お く こと が でき る 。 ただし 指定 等 および その 解除 に あた っ て は 、 文部 科学 大臣 は あらかじめ 文化 審議 会 に 諮問 し な けれ ば な ら な い ( 第 153 条 ) 。 建築 物 、 美術 工芸 品 ( 絵画 、 彫刻 、 伝統 工芸 品 、 書跡 、 典籍 ) 、 古 文書 その 他 の 有形 の 文化 的 所産 ( これ ら と 一体 を な し て その 価値 を 形成 し て い る 土地 、 工作 物 など を 含 む 場合 が あ る ) および 考古 資料 、 歴史 資料 は 有形 文化 財 と 定義 さ れ て い る 。 文部 科学 大臣 は 、 有形 文化 財 の うち 特に 重要 と 判断 さ れ る もの を 重要 文化 財 に 指定 する こと が でき る ( 第 27 条 第 1 項 ) 。 さらに 、 重要 文化 財 の うち 世界 文化 の 見地 から 価値 の 高 い もの で 、 たぐい な い 国民 の 宝 た る もの を 国宝 に 指定 する こと が でき る ( 第 27 条 第 2 項 ) 。 1996 年 ( 平成 8 年 ) の 文化 財 保護 法 改正 に よ り 、 主に 近代 化 遺産 を 保護 する 目的 から 、 国 また は 地方 公共 団体 の 指定 を 受け て い な い 有形 文化 財 の うち 、 保存 と 活用 が 特に 必要 な もの を 登録 有形 文化 財 に 登録 する 制度 が 創設 さ れ た ( 第 57 条 ) 。 登録 の 対象 は 当初 は 建造 物 に 限定 さ れ て い た が 、 2004 年 ( 平成 16 年 ) の 法 改正 で それ 以外 の 有形 文化 財 に も 適用 範囲 が 拡大 さ れ た 。 演劇 、 音楽 、 工芸 技術 その 他 の 無形 の 文化 的 所産 は 無形 文化 財 と 定義 さ れ て い る 。 文部 科学 大臣 は 、 無形 文化 財 の うち 特に 重要 と 判断 さ れ る もの を 重要 無形 文化 財 に 指定 する こと が でき る ( 第 71 条 第 1 項 ) 。 同時 に 、 その 重要 無形 文化 財 の 保持 者 また は 保持 団体 が 認定 さ れ る ( 第 71 条 第 2 項 ) 。 保持 者 認定 に は 、 個人 を 各 個別 に 認定 する 各 個 認定 と 、 複数 の 保持 者 を 一体 と し て 認定 する 総合 認定 が あ る 。 各 個 認定 を 受け て い る 保持 者 は 人間 国宝 と も 呼 ば れ る 。 重要 無形 文化 財 以外 の 無形 文化 財 の うち 、 その 記録 を 作成 し 、 保存 し 、 また は 公開 する ため の 措置 を 講 ずる もの は 「 記録 作成 等 の 措置 を 講ず べ き 無形 の 文化 財 」 と し て 選択 さ れ る ( 第 77 条 ) 。 これ を 選択 無形 文化 財 と も い う 。 衣 食 住 、 生業 、 信仰 、 年中 行事 等 に 関 する 風俗 慣習 、 民俗 芸能 、 民俗 技術 及び これ ら に 用い られ る 衣類 、 器具 、 家屋 その 他 の 物件 は 民俗 文化 財 と 定義 さ れ て い る 。 文部 科学 大臣 は 、 無形 の 民俗 文化 財 に 用い られ る 衣服 、 器具 、 家具 など 有形 の 民俗 文化 財 の うち 、 特に 重要 な もの を 重要 有形 民俗 文化 財 に 指定 する こと が でき る ( 第 78 条 第 1 項 ) 。 2004 年 ( 平成 16 年 ) の 文化 財 保護 法 改正 に よ り 、 国 また は 地方 公共 団体 の 指定 を 受け て い な い 有形 の 民俗 文化 財 の うち 保存 と 活用 が 特に 必要 な もの を 年中 行事 に 登録 でき る こと に な っ た ( 第 90 条第 1 項 ) 。 最初 の 登録 物件 は 「 若狭 め の う 玉磨 用 具 」 「 勝沼 の ぶどう 栽培 用 具 及び 葡萄 酒 醸造 用 具 」 「 雲州 そろばん の 製作 用 具 」 の 3 件 で 、 2006 年 ( 平成 18 年 ) 3 月 15 日 に 官 報 告 示 さ れ た 。 また 、 文部 科学 大臣 は 、 風俗 慣習 、 民俗 芸能 、 民俗 技術 など の 無形 の 民俗 文化 財 の うち 特に 重要 な もの を 重要 無形民俗 文化 財 に 指定 する こと が でき る ( 第 78 条 第 1 項 ) 。 また 、 重要 無形民俗 文化 財 以外 の 無形 の 民俗 文化 財 の うち 、 その 記録 を 作成 し 、 保存 し 、 また は 公開 する ため の 措置 を 講 ずる もの を 「 記録 作成 等 の 措置 を 講ず べ き 無形 の 民俗 文化 財 」 と し て 選択 する こと が でき る ( 第 87 条 第 1 項 ) 。 これ を 選択 無形民俗 文化 財 と も い う 。 貝塚 、 古墳 、 都城跡 、 城 、 旧宅 など の 遺跡 、 庭園 、 橋 、 峡谷 、 海浜 、 山岳 など の 名勝地 、 動物 、 植物 、 地質 鉱物 など の 自然 の 産物 は 記念 物 と 総称 さ れ て い る 。 文部 科学 大臣 は 、 記念 物 の うち 重要 な もの を 史跡 、 名勝 、 天然 記念 物 に 指定 する こと が でき る ( 第 109 条 第 1 項 ) 。 さらに 、 その 中 で も 特に 重要 な もの を 特別 史跡 、 特別 名勝 、 特別 天然 記念 物 に 指定 し 、 重点 的 な 保護 の もと に お く こと が でき る ( 第 109 条 第 2 項 ) 。 2004 年 ( 平成 16 年 ) の 文化 財 保護 法 改正 に よ り 、 国 また は 地方 公共 団体 の 指定 を 受け て い な い 記念 物 の うち 、 保存 と 活用 が 特に 必要 な もの を 登録 記念 物 に 登録 でき る こと に な っ た ( 第 132 条 第 1 項 ) 。 最初 の 登録 物件 は 「 函館 公園 」 ( 北海道 函館 市 ) 、 「 再度 公園 」 ( 神戸 市 ) 、 「 相楽 園 」 ( 神戸 市 ) の 3 件 で 、 2006 年 ( 平成 18 年 ) 1 月 26 日 に 官 報 告 示 さ れ た 。 地域 に おけ る 人々 の 生活 また は 生業 、 および 当該 地域 の 風土 に よ り 形成 さ れ た 景観 地 は 文化 的 景観 と 定義 さ れ て い る 。 2004 年 ( 平成 16 年 ) の 文化 財 保護 法 改正 に よ り 創設 さ れ た 文化 財 の ジャンル で あ り 、 「 日本 の 原 風景 」 など と 呼 ば れ る よう な 、 棚田 や 里山 など の 景観 が これ に 該当 する 。 文化 庁 は 文化 的 景観 の 保存 ・ 活用 事業 を 実施 し て お り 、 文化 庁 の 「 文化 的 景観 の 保存 ・ 整備 に 関 する 検討 委員 会 」 が 第 三 次 調査 で 180 の 重要 地域 を 選定 し た 。 文部 科学 大臣 は 、 景観 地区 など と し て 都 道 府 県 また は 市 町 村 が 保存 措置 を 講 じ て い る 文化 的 景観 の 中 から 特に 重要 な もの を 重要 文化 的 景観 と し て 選定 する こと が でき る ( 第 134 条 第 1 項 ) 。 重要 文化 的 景観 選定 の 第 1 号 は 滋賀 県 近江八幡 市 の 「 近江八幡 の 水郷 」 で 、 2006 年 ( 平成 18 年 ) 1 月 26 日 に 官 報 告 示 さ れ た 。 第 2 号 は 岩手 県 一関 市 の 「 一関 本 寺 の 農村 景観 」 で 2006 年 ( 平成 18 年 ) 7 月 28 日 に 選定 さ れ た 。 周囲 の 環境 と 一体 を な し て 歴史 的 風致 を 形成 し て い る 伝統 的 な 建造 物 群 は 伝統 的 建造 物 群 と 定義 さ れ て い る 。 宿場 町 や 城下町 など の 集落 や 町並み が これ に 該当 する 。 他 の 制度 と は 異な り 、 まず 市 町 村 が 都市 計画 もしくは 条例 に よ り 、 歴史 的 な 集落 や 町並み の 保存 を 図 る こと を 目的 と し て 伝統 的 建造 物 群 保存 地区 を 定め る ( 第 143 条 第 1 項 ) 。 伝統 的 建造 物 群 保存 地区 の 中 から 特に 価値 が 高 い もの を 文部 科学 大臣 が 重要 伝統 的 建造 物 群 保存 地区 に 選定 する こと が でき る ( 第 144 条 第 1 項 ) 。 埋蔵 文化 財 は 、 他 の 文化 財 と は 異な り 土地 に 埋蔵 さ れ て い る 状態 に あ る 文化 財 で あ る 。 埋蔵 文化 財 の 発掘 調査 を 行 う 場合 は 事前 に 文化 庁 長官 へ 届け出 な けれ ば な ら な い ( 第 92 条 第 1 項 ) 。 埋蔵 文化 財 を 包蔵 する 土地 は 遺跡 地図 等 に よ り 周知 が 図 ら れ て い る ( 第 95 条 ) 。 こう し た 周知 の 埋蔵 文化 財 包 蔵地 に お い て 土木 工事 を 行 う 場合 も 同様 に 文化 庁 長官 へ 届け出 な けれ ば な ら な い ( 第 93 条 第 1 項 ) 。 地中 から 発見 さ れ た 埋蔵 物 が 文化 財 と 認め られ る とき は 、 警察 署 長 は 都 道 府 県 教育 委員 会 へ 物件 を 提出 し 、 都 道 府 県 教育 委員 会 は 物件 が 文化 財 で あ る か どう か を 鑑査 する ( 第 102 条 ) 。 文化 財 の 保存 の ため に 欠 く こと の でき な い 材料 製作 、 修理 、 修復 など の 伝統 的 な 技術 は 、 文化 財 に は 該当 し な い が 、 文化 財 保護 法 に よ る 保護 の 対象 と な っ て い る 。 文部 科学 大臣 は 、 選定 保存 技術 を 選定 し ( 第 147 条 第 1 項 ) 、 その 技術 の 保持 者 また は 保持 団体 を 認定 する ( 第 147 条 第 2 項 ) 。 文化 財 の 所有 者 は 、 個人 、 財団 法人 、 地方 公共 団体 ( 都 道 府 県 ・ 市 区 町 村 ) 、 国 など 多岐 に わた る が 、 文化 財 の 所有 者 および 関係 者 は 、 文化 財 を 公共 の ため に 大切 に 保存 する と とも に 、 でき る だけ これ を 公開 する 等 その 文化 的 活用 に 努め な けれ ば な ら な い 。 特に 指定 を 受け た 文化 財 の 所有 者 は 、 文化 財 を 文部 科学 省令 及び 文化 庁 長官 の 指示 に 従 っ て 指定 文化 財 を 管理 し な けれ ば な ら ず ( 第 31 条 ) 、 所有 者 に よ る 管理 が 著し く 不 適当 な 場合 に は 、 文化 庁 長官 は 地方 公共 団体 など を 管理 団体 に 指定 し 、 所有 者 に 代わ っ て 管理 に あたら せ る こと が でき る ( 第 31 条 の 2 ) 。 指定 文化 財 の 現状 変更 に は 文化 庁 長官 の 許可 が 必要 で あ る ( 第 43 条 ) 。 特に 指定 文化 財 の 輸出 は 原則 と し て 禁止 さ れ て い る ( 第 44 条 ) 。 また 、 文化 庁 長官 は 指定 文化 財 の 公開 を 勧告 する こと が でき る ( 第 51 条 ) 。 一方 で 、 指定 文化 財 の 管理 又 は 修理 に つ き 多額 の 経費 を 要 する 場合 は 、 所有 者 又 は 管理 団体 に は 補助 金 が 交付 さ れ る ( 第 35 条 ) 。 登録 文化 財 に 関 する 規定 は 、 指定 文化 財 に 関 する もの に 比べ て ゆるやか な もの と な っ て お り 、 例えば 現状 変更 は 届出 制 と な っ て い る ( 第 64 条 第 1 項 ) 。 文化 財 保護 法 第 182 条 第 2 項 は 次 の とおり 規定 し て い る 。 地方 公共 団体 は 、 条例 の 定め る ところ に よ り 、 重要 文化 財 、 重要 無形 文化 財 、 重要 有形 民俗 文化 財 、 重要 無形民俗 文化 財 及び 史跡 名勝 天然 記念 物 以外 の 文化 財 で 当該 地方 公共 団体 の 区域 内 に 存 する もの の うち 重要 な もの を 指定 し て 、 その 保存 及び 活用 の ため 必要 な 措置 を 講 ずる こと が でき る 。 この 規定 に 基づ き 、 地方 公共 団体 ( 都 道 府 県 、 区 市 町 村 ) の 多く が それぞれ 「 文化 財 保護 条例 」 等 の 名称 の 条例 を 制定 し 、 国 指定 の 文化 財 以外 の 重要 な 文化 財 に つ い て 、 教育 委員 会 が 指定 等 を 行 い 保護 を 図 っ て い る 。 ただし 、 地方 指定 の 文化 財 が 国 指定 と な っ た 場合 は 地方 指定 は 解除 さ れ る 。 地方 公共 団体 の 制度 は おおむね 国 の 制度 に 準 じ た もの で あ る が 、 それぞれ の 考え 方 に 応 じ て 下記 の 例 の よう に 個々 の 特色 を 持 っ た 制度 が 定め られ て い る 。 東京 都 文化 財 保護 条例 有形 文化 財 の うち 重要 な もの を 東京 都 指定 有形 文化 財 に 指定 する こと が でき る 。 無形 文化 財 の うち 重要 な もの を 東京 都 指定 無形 文化 財 に 指定 する こと が でき る 。 有形 の 民俗 文化 財 の うち 重要 な もの を 東京 都 指定 有形 民俗 文化 財 に 、 無形 の 民俗 文化 財 の うち 重要 な もの を 東京 都 指定 無形 民俗 文化 財 に 指定 する こと が でき る 。 記念 物 の うち 重要 な もの を 、 東京 都 指定 史跡 、 東京 都 指定 旧 跡 、 東京 都 指定 名勝 又 は 東京 都 指定 天然 記念 物 に 指定 する こと が でき る 。 山梨 県 文化 財 保護 条例 有形 文化 財 の うち 重要 な もの を 山梨 県 指定 有形 文化 財 に 指定 する こと が でき る 。 無形 文化 財 の うち 重要 な もの を 山梨 県 指定 無形 文化 財 に 指定 する こと が でき る 。 有形 の 民俗 文化 財 の うち 重要 な もの を 山梨 県 指定 有形 民俗 文化 財 に 、 無形 の 民俗 文化 財 の うち 重要 な もの を 山梨 県 指定 無形 民俗 文化 財 に 指定 する こと が でき る 。 記念 物 の うち 重要 な もの を 山梨 県 指定 史跡 、 山梨 県 指定 名勝 又 は 山梨 県 指定 天然 記念 物 に 指定 する こと が でき る 。 文化 的 景観 の うち 重要 な もの を 山梨 県 選定 文化 的 景観 と し て 選定 する こと が でき る 。 伝統 的 建造 物 群 保存 地区 で 価値 が 特に 高 い もの を 山梨 県 選定 伝統 的 建造 物 群 保存 地区 と し て 選定 する こと が でき る 。 岐阜 県 文化 財 保護 条例 有形 文化 財 の うち 特に 価値 の 高 い もの を 岐阜 県 重要 文化 財 に 指定 する こと が でき る 。 無形 文化 財 の うち 特に 価値 の 高 い もの を 岐阜 県 重要 無形 文化 財 に 指定 する こと が でき る 。 民俗 文化 財 の うち 特に 価値 の 高 い もの を 岐阜 県 重要 有形 民俗 文化 財 又 は 岐阜 県 重要 無形民俗 文化 財 に 指定 する こと が でき る 。 記念 物 の うち 特に 価値 の 高 い もの を 岐阜 県 史跡 、 岐阜 県 名勝 又 は 岐阜 県 天然 記念 物 に 指定 する こと が でき る 。 横浜 市 文化 財 保護 条例 文化 財 の うち 、 地域 住民 が 守 っ て き た もの 及び 地域 を 知 る 上 で 必要 な 文化 財 を 横浜 市 地域 文化 財 と し て 登録 する こと が でき る 。 金沢 市 に おけ る 伝統 環境 の 保存 および 美し い 景観 の 形成 に 関 する 条例 伝統 環境 を 保存 育成 する ため に 必要 な 土地 の 区域 ( 以下 「 伝統 環境 保存 区域 」 と い う 。 ) また は 近代 的 都市 景観 を 創出 する ため に 必要 な 土地 の 区域 ( 以下 「 近代 的 都市 景観 創出 区域 」 と い う 。 ) を 指定 する こと が でき る 。 都市 景観 の 形成 の ため 、 建築 物 等 および 木竹 を 保存 対象 物 と し て 指定 する こと が でき る 。 神戸 市 文化 財 の 保護 及び 文化 財 等 を 取り巻 く 文化 環境 の 保全 に 関 する 条例 文化 財 の うち 必要 な もの を 神戸 市 登録 文化 財 と し て 登録 する こと が でき る 。 文化 財 の うち 必要 な もの を 神戸 市 地域 文化 財 と し て 認定 する こと が でき る 。 文化 環境 を 保存 する ため 必要 な 区域 を 文化 環境 保存 区域 と し て 指定 する こと が でき る 。 文化 環境 保存 区域 内 に 存 する 有形 文化 財 の うち 重要 な もの を 神戸 市 歴史 的 建造 物 その 他 の 有形 の 文化 的 所産 に 選定 する こと が でき る 。 +流鏑馬 ( やぶさめ ) と は 、 疾走 する 馬上 から 的 に 鏑矢 ( かぶらや ) を 射 る 、 日本 の 伝統 的 な 騎射 の 技術 ・ 稽古 ・ 儀式 の こと を 言 う 。 ウマ を 馳 せ ながら 矢 を 射 る こと から 、 「 矢馳 せ 馬 ( やばせ うま ) 」 と 呼 ば れ 、 時代 が 下 る に つれ て 「 やぶさめ 」 と 呼 ば れ る よう に な っ た と い わ れ る 。 『 中右 記 』 の 永長 元年 ( 1096 年 ) の 項 など に 記 さ れ て い る よう に 、 馬上 に おけ る 実戦 的 弓術 の 一 つ と し て 平安 時代 から 存在 し た 。 鎌倉 時代 に は 「 秀郷 流 」 と 呼 ば れ る 技法 も 存在 し 、 武士 の 嗜み と し て 、 また 幕府 の 行事 に 組み込 ま れ た こと も 含め て 盛ん に 稽古 ・ 実演 さ れ た 。 だ が 、 個人 に よ る 騎射 戦術 が 廃れ た 室町 時代 ・ 安土 桃山 時代 と 、 時 を 経 る に 従 い 一時 廃れ た 。 江戸 時代 に 入 り 享保 9 年 ( 1724 年 ) 、 時 の 征夷 大将軍 、 徳川 吉宗 の 命 を 受け た 小笠原 流 20 代 小笠原 貞政 は 、 小笠原 の 伝書 を 研究 し 新た な 流鏑馬 制定 、 古式 と 共 に 奥勤め の 武士 達 に 流鏑馬 、 笠懸 の 稽古 を つけ る 。 享保 13 年 ( 1728 年 ) 、 徳川 家重 の 世嗣 ぎ の ため に 疱瘡 治癒 祈願 と し て 穴八幡 宮北 の 高田 馬場 ( 現在 の 現在 の 東京 都 新宿 区 西 早稲田 三 丁目 ) に て 流鏑馬 を 執り行 い 、 これ を 奉納 し た ( この 10 年 後 、 無事 疱瘡 祈願 成就 し た 折 に 報賽 と し て 再び 行 わ れ 、 その 様子 を 絵巻 に し た もの が 『 流鏑馬 絵巻 』 で あ る ) 。 この 後 、 将軍 家 の 厄除け 、 誕生 祈願 の 際 など に 度々 流鏑馬 が 行 わ れ る よう に な る 。 明治 維新 を 経 て 幕府 解体 、 また 第 二 次 世界 大戦 と 以後 の 煽り を 受け る など 三 度 の 衰退 を 見 る が 戦後 に 復興 、 現在 に 至 る 。 現在 、 流鏑馬 は 神社 の 神事 と し て 日本 の 各地 で 盛ん に 行 わ れ 、 観光 の 目玉 と な っ て い る 。 馬 を 疾走 さ せ る 直線 区間 で 、 通常 2 町 ( 単位 ) ( 約 218 メートル ) 。 進行 方向 左手 に 間 を お い て 3 つ の 的 を 立て る 。 馬場 から 的 まで の 距離 は 5 m 前後 、 的 の 高 さ は 2 m 前後 。 ( 流派 や 規定 の 違い に よ り それぞれ の 距離 に は ばらつき が あ る ) 。 射手 ( いて ) は 、 狩装束 を まと い 、 馬 を 疾走 さ せ 、 連続 し て 矢 を 射 る 。 馬上 に おけ る 弓術 に は 他 に 笠懸 ( かさが け ) や 犬 追物 ( いぬ お う もの ) が あ り 、 流鏑馬 と あわせ て 「 騎射 三 物 」 と さ れ る 。 的 と 射手 と の 距離 を 10 ~ 15 間 ( 約 18 ~ 27 メートル ) に 1 つ 置 い た もの を 「 笠懸 」 、 竹垣 で 囲 ん だ 馬場 に 150 匹 の 犬 を 放 し て 射手 36 騎 が 3 手 に 分かれ て 犬 を 射 る もの を 「 犬追物 」 と い う 。 犬 追物 で は 、 犬 を 傷つけ な い よう 「 蟇目 ( ひきめ ) 」 と 呼 ば れ る 大型 の 鏑 を つけ た 矢 を 用い る 。 以下 、 徳川 氏 で の 例 に つ い て 述べ る 。 馬場 は 長 さ 2 町 で あ る 。 広 さ 2 杖 半 ほど の なか に 幅 1 杖 の 芝 を はるか 、 また は 縄 を は っ て 、 中 に 砂 を ま い て 馬走 と する 。 いちだん 掘り下げ る こと も あ る 。 両側 に は 埒 が あ る 。 左 を 男埒 と い い 、 高 さ は 2 尺 3 寸 、 右側 は 女埒 と い い 、 高 さ は 2 尺 、 木製 で も あ り 、 萩 で も むす ぶ 。 的 は 3 箇所 に たて る 。 一 の 的 まで は 48 杖 、 一 の 的 ~ 二 の 的間 は 38 杖 、 二 の 的 ~ 三 の 的間 は 37 杖 で あ る 。 的 と 馬走 と の 間 は 3 杖 で あ り 、 上手 に は 5 杖 、 7 杖 など に 的 を たて る こと も あ る 。 的 は 方 1 尺 8 寸 、 厚 さ 1 分 ほど の ヒノキ 板 で あ る 。 的 串 の 長 さ は 3 尺 5 寸 ほど で 、 的 を はさ み 、 頂点 を 上下 に ( いわゆる ダイヤ 型 に ) たて る 。 射手 の 服装 は 水干 、 また は 鎧直垂 を 着 て 、 裾 および 袖 を くく り 、 腰 に は 行縢 を つけ 、 あし に 物射沓 を は き 、 左 に 射 小手 を つけ 、 手袋 を はめ 、 右手 に 鞭 を と り 、 頭 に は 綾藺笠 を いただ く 。 太刀 を 負 い 、 刀 を さ し 、 鏑矢 を 5 筋 さ し た 箙 を 負 い 、 弓 ならび に 鏑矢 1 筋 を 左手 に 持 つ 。 次第 は 、 射手 、 諸役 とも に 神拝 が おわ っ て 馬場 に 行 き 、 馬場 を ひととおり 見 て 回 り 、 射手 は 馬場 末 に あつまり なら び 、 ウマ を 立て 、 諸役 は それぞれ 所定 の 位置 に つ く 。 日記 役 が 立ち出 て 、 射手 の なか から 一番 の 射手 が これ に 出向か っ て ひざまづ く とき 、 日記 役 は 「 流鏑馬 はじめ ま せ 」 と 宣 する 。 この 間 、 一同 の 射手 は 下馬 する 。 一番 の 射手 が これ を うけ て 立ち帰 り 、 射手 に 伝え 、 一同 うち そろ っ て 乗馬 し 、 馬場 元 に 行 き 、 扇形 に ウマ を 立て なら ぶ 。 一番 の 射手 が まず ウマ を すすめ て 立ち出 、 祝詞 を 奏 し 、 おわ っ て 中啓 を 出 し 、 扇捌 き を なし 、 その まま ウマ を 馳 せ 出 し 、 中啓 を 前方 に たか く 投げ 揚げ 、 取りかけ て 一 の 的 を 射 る 。 これ を 揚扇 と い う 。 ついで 二の 的 、 三 の 的 を 射 る こと は かわ ら な い 、 射手 つぎつぎ と 射 おわ り 、 5 騎 で も 7 騎 で も 、 当日 最後 の 射手 は 老練 、 上手 の もの が これ に あた り 、 まず 一 の 的 を 射 て 矢番 い し 、 ただちに 右手 に 鞭 を と り 、 たか く さしあげ しずか に これ を おろ し て 取りかけ 二 の 的 を 射 、 三 の 的 の まえ に も 鞭 を あげ る 。 これ を 揚鞭 と い い 、 はなはだ 困難 な 技術 で あ る 。 射手 は 射 おわ っ た もの から 馬場 元 に あつま る から 、 全部 終了 の とき は ただちに 乗り出 し て 、 諸役 は それぞれ の 位置 に つ い て 支度 所 に もど る 。 射法 は 、 胴造り および 矢番 い に 特色 が あ る 。 ウマ を 追い出 す と とも に 鞍 まわり と い っ て 、 左右 の 膝 を ひら き 鐙 に 立ち上が り 、 身体 は 鞍 と 3 寸 くらい あく よう に する 。 これ を 鞍 を すか す と い う 。 身体 は 前 に 伏せ 、 胸 を そら せ る 。 一 の 矢 は 番え て 出 る けれど も 、 二 の矢 、 三 の 矢 は 箙 から ぬ い て 番え る 。 流鏑馬 で は 声 を かけ る 。 式 に は 一 の 的 てまえ で 「 インヨーイ 」 と みじか く ふと く かけ 、 二の 的 てまえ で 「 インヨーイ インヨーイ 」 と 甲声 で やや なが く かけ 、 三 の 的 てまえ で は 「 インヨーイ インヨーイ イン ヨーー イ 」 と 甲 を やぶ っ て たか く なが く かけ る 。 略 で は 「 ヤアオ 」 「 アラライン ヨーイ 」 「 ヤーアアオ 」 「 アラアラアラアラーーッ 」 など と かけ る 。 日記 は 、 当日 射手 、 姓名 を しる し 、 中 不 を しる す 。 奉書 を なが く ふた つ おり に し て 、 右端 を 水引 で とじ て つく る 。 岩手 県 遠野 市 の 遠野 郷 八 幡宮 で は 、 9 月 15 日 の 例 大 祭 で 行 わ れ て い る 。 岩手 県 盛岡 市 の 盛岡 八幡宮 で は 、 例 大 祭 に 行 わ れ て い る 。 山形 県 寒河江 市 の 寒河江 八幡宮 で は 、 9 月 の 前日 祭 ・ 例大 祭 で 行 わ れ て い る 。 栃木 県 日光 市 の 日光 東 照宮 で は 、 5 月 と 10 月 に 行 わ れ て い る 。 小笠原 流 。 茨城 県 笠間 市 の 笠間 稲荷 神社 で は 、 11 月 3 日 に 行 わ れ て い る 。 小笠原 流 。 茨城 県 新治 郡 新治 村 の 日枝 神社 で は 、 4 月 の 日枝 神社 流鏑馬 祭 で 行 わ れ て い る 。 千葉 県 鴨川 市 の 吉保 八幡 で は 、 9 月 に 行 わ れ て い る 。 埼玉 県 入間 郡 毛呂山 町 の 出雲 伊波 比 神社 で は 、 11 月 3 日 に 行 わ れ て い る 。 東京 都 大田 区 の 六郷 神社 で は 、 1 月 に 子ども 流鏑馬 が 行 わ れ る 。 東京 都 無形民俗 文化 財 に 指定 さ れ て い る 。 東京 都 台東 区 で は 台東 区 主催 に よ り 、 4 月 の 第 三 土曜 日 に 隅田 川 河畔 の 特設 馬場 で 行な わ れ て い る 。 小笠原 流 。 東京 都 渋谷 区 の 明治 神宮 で は 、 11 月 の 例大 祭 に 行 わ れ て い る 。 武田 流 。 東京 都 新宿 区 の 穴八 幡宮 で は 、 10 月 の 体育 の 日 に 戸山 公園 の 特設 馬場 に て 行 わ れ て い る 。 小笠原 流 。 神奈川 県 鎌倉 市 の 鶴岡 八幡宮 で は 、 4 月 の 鎌倉 祭り と 、 9 月 の 例大 祭 中 に 行 わ れ て い る 。 4 月 は 武田 流 、 9 月 は 小笠原 流 。 神奈川 県 逗子 市 の 逗子 海岸 で は 、 11 月 に 行 わ れ て い る 。 武田 流 。 神奈川 県 高座 郡 寒川 町 の 寒川 神社 で は 、 秋 の 例祭 の 前日 に 行 わ れ て い る 。 武田 流 。 富山 県 射水 市 の 下村 加茂 神社 で は 、 5 月 4 日 に 「 やん さん ま 」 と い う なまり で 親し ま れ る 流鏑馬 が 行 わ れ て い る 。 静岡 県 富士宮 市 の 富士 山 本宮 浅間 大社 で は 、 5 月 5 日 に 行 わ れ て い る 。 小笠原 流 。 静岡 県 三島 市 の 三嶋 大社 で は 、 8 月 の 例祭 に 行 わ れ て い る 。 武田 流 。 山梨 県 南都留 郡 富士 河口湖 町 ( 旧 勝山 村 ) の 富士 御 室 浅間 神社 で は 、 9 月 に 行 わ れ て い る ( 2007 年 4 月 29 日 に 行 わ れ た ) 。 武田 流 。 山梨 県 富士吉田 市 の 小室 浅間 神社 ( 富士 吉田 市 下吉田 ) で は 武家 の 流鏑馬 で は な く 、 馬蹄 占い を する 流鏑馬 が 9 月 19 日 に 行 わ れ て い る 。 富士 吉田 市 無形民俗 文化 財 に 指定 さ れ て い る 。 長野 県 諏訪郡 下諏訪町 の で は 、 諏訪 大社 へ の 奉納 神事 と し て 行 わ れ て い る 。 長野 県 大町 市 の 若一 王子 神社 で は 、 7 月 の 例祭 で 行 わ れ て い て い る 。 岐阜 県 土岐 市 の 八幡 神社 で は 、 10 月 の 例祭 で 行 わ れ て い る 。 三重 県 桑名 市 の 多度 大社 で は 、 11 月 の 勤労 感謝 の 日 に 「 流鏑馬 祭 」 と し て 行 わ れ て い る 。 小笠原 流 。 三重 県 伊賀 市 の 岡 八 幡宮 で は 、 4 月 15 日 前後 の 日曜 日 に 行 わ れ て い る 。 京都 府 京都 市 左京 区 の 下鴨 神社 で は 、 5 月 3 日 に 葵祭 の 前儀 と し て 流鏑馬 神事 の 騎射 が 行 わ れ て い る 。 小笠原 流 。 大阪 府 大阪 市 住吉 区 の 住吉 神社 で は 、 体育 の 日 に 行 わ れ て い る 。 大阪 府 大阪 市 北 区 の 大阪 天満宮 で は 、 10 月 の 秋大 祭 に 行 わ れ て い る 。 奈良 県 天理 市 の 石上 神宮 で は 、 「 渡御 祭 」 に 行 わ れ て い る 。 和歌山 県 日高 郡 ( 和歌山 県 ) みなべ 町 の 須賀 神社 で は 、 10 月 の 秋祭り に 「 競べ 馬 」 と し て 行 わ れ て い る 。 兵庫 県 神戸 市 の 六條 八幡 神社 で は 、 10 月 に 行 わ れ て い る 。 兵庫 県 篠山 市 の 佐佐婆 神社 で は 、 10 月 に 行 わ れ て い る 。 滋賀 県 高島 市 新旭町 の 大荒 比古 神社 で は 、 5 月 4 日 七川 祭 に て 行 わ れ て い る 。 岡山 県 岡山 市 の 吉備 津彦 神社 で は 、 秋季 例 大祭 に 行 わ れ て い る 。 岡山 県 加賀 郡 吉備 中央 町 の 吉川 八幡宮 で は 、 10 月 の 当番 祭 に 行 わ れ て い る 。 広島 県 山県 郡 安芸 太田 町 ( 旧 加計 町 ) の 堀 八幡 神社 で は 、 秋 の 例祭 日 に 行 わ れ て い る 。 広島 県 廿日 市 市 の 地御前 神社 ( 厳島 神社 の 外宮 ( 摂社 ) ) で は 、 旧暦 5 月 5 日 端午 の 節句 の 御陵 衣 祭 に 行 わ れ て い る 。 山口 県 下関 市 の 福江 八幡宮 で は 、 10 月 に 行 わ れ て い る 。 島根 県 鹿足 郡 津和野 町 の 鷲原 八幡宮 で は 、 4 月 に 行 わ れ て い る 。 小笠原 流 。 島根 県 益田 市 の 柿本 神社 で は 、 陰暦 8 月 1日 の 八朔 祭 に 行 わ れ て い る 。 香川 県 仲多度 郡 琴平 町 の 金刀 比 羅宮 で は 、 10 月 の 例大 祭 で 行 わ れ て い る 。 愛媛 県 今治 市 の 加茂 神社 ( 今治 市 ) で は 、 10 月 の 秋祭り に 「 お 供馬 の 行事 」 と し て 行 わ れ て い る 。 高知 県 安芸 郡 ( 高知 県 ) 東洋 町 の 野根 八 幡宮 で は 、 10 月 の 秋祭り に 行 わ れ て い る 。 福岡 県 福岡 市 の 飯盛 神社 で は 、 旧暦 9 月 9 日 に 行 わ れ て い る 。 佐賀 県 鹿島 市 の 琴路 神社 で は 、 11 月 に 「 馬 かけ 神事 」 と し て 行 わ れ て い る 。 長崎 県 松浦 市 の 淀姫 神社 で は 、 10 月 に 「 志佐 くんち の 流鏑馬 」 と し て 行 わ れ て い る 。 宮崎 県 宮崎 市 の 宮崎 神宮 で は 、 4 月 に 行 わ れ て い る 。 大分 県 東国東 郡 国見 町 ( 大分 県 ) の 伊美 別宮 社 で は 、 10 月 に 「 別宮 社 やぶさめ 」 と し て 行 わ れ て い る 。 熊本 県 阿蘇 市 の 阿蘇 神社 で は 、 秋季 大祭 ( 田実祭 ) に 行 わ れ て い る 。 鹿児島 県 肝属 郡 肝付町 の 四十 九 所 神社 で は 、 10 月 第 3 日 曜 日 に 行 わ れ て い る 。 +牛車 ( ぎっ しゃ ) は 、 ウシ や 水牛 に 牽引 さ せ る 乗り物 の ひと つ 。 専ら 荷物 を 運搬 する もの と 乗客 を 運搬 する もの が あ る 。 なお 、 貴人 が 乗 る 乗用 の もの を ( ぎっ しゃ ) 、 荷物 を 運搬 する もの を ( ぎゅうしゃ ) と 、 呼び分け る と し て い る 辞書 も あ る 。 ( 平凡 社 大 百科 事典 ) 平安 時代 に は 貴族 の 一般 的 な 乗り物 で あ っ た 。 現代 日本 で は 京都 など で 観光 用 や 祭礼 用 と し て 利用 さ れ る こと も あ る 。 日本 で は 観光 用 など を 除 い て あまり 見かけ られ な く な っ た が 、 アジア を はじめ と する 発展 途上 国 で は ごく 普通 に 見 られ る 。 唐 庇車 ( から ひさし の くるま ) : 屋根 が 唐破風造 の よう な 形状 の 最 高級 の 牛車 。 上皇 もしくは 摂政 ・ 関白 が 晴れ の 舞台 で 使 う 。 大型 で 「 桟 ( はしたて ) 」 と い う 梯子 で 乗り降り し た 。 屋根 や 庇 など は 檳榔 で 作り 「 蘇芳 簾 」 と い う 赤 い 簾 を かけ る 。 横 の 画像 は この 車 。 雨眉 車 ( あままゆ の くるま ) : 摂政 ・ 関白 が 直衣 姿 の 折 に 使 う 上 の 唐車 の 簡略 版 。 簾 は 青 く 下簾 の 帳 も 青裾 濃 。 檳榔毛 車 ( びろうげ の くるま ) : 檳榔 を 細か く 裂 い て 屋根 を 葺 い た 車 。 参議 まで の 上級 貴族 ・ 賀茂 祭 の 使い や 入内 する 女房 が 使 っ た 。 蘇芳 簾 で 下簾 は 赤裾 濃 。 糸毛 車 ( いとげ の くるま ) : 詳細 不明 。 皇后 や 皇太子 は 「 青糸毛 」 、 更衣 ( 女官 ) ・ 典侍 ・ 内 侍司 など の 上臈 ・ 小上 臈 ・ 中臈 の 女房 たち は 「 紫糸 毛 」 に 乗 っ た と い う 。 半蔀 車 ( はじとみ ぐるま ) : 檜 を 網代 に 組 ん で 降り 口 の 周り の 部分 に 使 い 、 覗き 窓 を 開閉 可能 の 半蔀 に し た もの 。 大臣 や 大将 が プライベート に 使用 する 。 網代車 ( あじろぐるま ) : 半蔀 車 の 網代 を 白 く 塗 っ て 地味 に し た よう な 車 。 大臣 ・ 納言 ・ 大将 の 普段 使 い 、 侍従 ・ 中将 ・ 小将 ・ 四位 ・ 五 位 も 使 っ た 。 八葉 車 ( はちよう の くるま ) : 網代 を 萌黄色 ( 黄緑 ) に 塗 り 、 九曜 星 ( 八葉 / 大きな 円 の 周り に 小さな 円 を 八 つ 書 い た もの ) の 模様 を 書 い た もの 。 二 種類 あ り 模様 の 大小 で 区別 する 。 普段 使 い 全般 。 +抹茶 ( まっちゃ ) は 緑茶 の 一種 。 茶道 で 用い られ る ほか 、 和 菓子 、 かき 氷 、 アイス クリーム 、 チョコレート 、 料理 の 素材 など と し て 広 く 用い られ る 。 抹茶 は 、 有態 に 言 え ば チャノキ の 葉 ( 茶 の 葉 ) を 粉 と し た もの だ が 、 その 製造 工程 が 煎茶 と は 異な り 、 蒸 す から 乾燥 さ せ 、 これ を 砕 い て 葉脈 など の 不純 物 を 取り除 き 、 さらに 茶臼 と い う 臼 で ひ い た もの で あ る 。 江戸 時代 まで は 茶臼 で ひきたて の もの を 飲用 し て い た 。 茶道 で は 前日 など に 茶臼 で ひ い た もの を 飲 む 。 家庭 用 に は すでに 粉末 化 さ れ プラスチック の フィルム 袋 に 密閉 さ れ た もの が 販売 さ れ て い る 。 変質 を 避け る ため 開封 後 は 密閉 容器 に 入れ 冷暗 所 に 保存 する 。 その 種類 に は 、 黒味 を 帯び た 濃 緑 色 の 濃茶 ( こいちゃ ) と 鮮やか な 青緑 色 の 薄茶 ( うすちゃ ) が あ る 。 飲料 と し て 飲 む 場合 は 、 濃茶 は 茶杓 に 山 3 杯 を 1人 分 と し て 、 たっぷり の 抹茶 に 少量 の 湯 を 注 ぎ 、 ポタージュスープ より 少し ゆる い 程度 の とろり と し た 入れ 方 を する 。 従 っ て 「 濃茶 を 練 る 」 と い う 。 薄茶 は 茶杓 1 杯 半 を 1人 分 と し て 、 多目 の 湯 で 入れ る 。 この 飲料 と し て の 抹茶 を 茶筅 ( 攪拌 する ため の 竹製 で 専用 の 道具 ) で 撹拌 する 際 に 、 茶道 の 流派 に よ っ て 泡 の 立て かた が 異な る 。 千家 は 、 表千家 は うっすら と 泡 が 立 つ 程度 、 裏千家 は たっぷり と 泡立て る 。 立て る 泡 が もっとも 少な い の が 武者 小路 千家 など で あ る 。 抹茶 の 種類 は 高級 品 や 一般 向け 製品 の 違い を 別 に する と 単一 で あ る 。 甘み が より 強 く 、 渋み ・ 苦味 の より 少な い もの が 良し と さ れ 、 高価 で あ る 。 一般 に 高級 な もの は 濃茶 に 用い られ る が 、 もちろん 薄茶 に 用い て も よ い 。 現在 の 茶道 で は 、 濃茶 を 「 主 」 、 薄茶 を 「 副 ( そえ ) 」 「 略式 」 と 捉え て い る 。 爽やか な 苦味 は 砂糖 の 甘味 と 良 く 馴染み 風味 が 際立 つ ため 、 菓子 の フレーバー 付け に も 好 ま れ 、 抹茶味 の アイス クリーム は 日本 で は 定番 風味 の 一 つ と も な っ て お り 、 日本 アイス クリーム 協会 の 調査 で は 1999 年 から 2007 年 まで 、 バニラ 、 チョコレート に 次いで 第 三 位 の 地位 を 占め て い る 。 喫茶 の 風習 は 元々 中国 の 唐代 から 宋 ( 王朝 ) 代 に かけ て 発展 し た もの で あ る 。 8 世紀 頃 、 中国 の 陸羽 が 著 し た 『 茶経 』 ( ちゃきょう ) に は 茶 の 効能 や 用法 が 詳し く 記 さ れ て い る が 、 これ は 固形 茶 を 粉末 に し て 鍑 ( 釜 の こと ) で 煎じ る 団茶 法 で あ っ た 。 抹茶 ( 中国 喫茶 史 で は 点茶 法 ( てんちゃほう ) と 呼 ん で い る ) の 発生 は 、 10 世紀 と 考え られ て い る 。 文献 記録 は 宋 時代 に 集中 し て お り 、 蔡襄 の 『 茶録 』 ( 10 64 ) と 徽宗 の 『 大観 茶 論 』 ( 12 世紀 ) など が 有名 で あ る が 、 これ ら の 文献 で は 龍鳳 団茶 に 代表 さ れ る 高級 な 団茶 を 茶碾 で 粉末 に し た もの を 用い て お り 、 団茶 から 抹茶 が 発生 し た 経緯 を よく 表 し て い る 。 この 抹茶 を 入れ た 碗 に 湯瓶 から 湯 を 注 ぎ 、 茶筅 で 練 る の が 宋 時代 の 点茶 法 で あ り 、 京都 の 建仁 寺 、 鎌倉 の 円覚 寺 の 四 つ 頭茶 会 は この 遺風 を 伝え て い る 。 日本 に は 平安 時代 初期 に 唐 から 喫茶 法 ( おそらく 団茶 法 ) が 伝え られ た が 、 抹茶 法 が 伝わ っ た の は 鎌倉 時代 と さ れ る 。 その 伝来 と し て は 、 臨済 宗 の 開祖 と な る 栄西 禅 が 1191 年 中国 から 帰国 の 折 に 茶種 と 作法 を 持ち帰 り 、 その 飲 み方 など が 日本 に 広ま っ た と い う 説 が 有名 で あ る ( 詳し く は 茶道 茶道 の 歴史 の 項 を 参照 の こと ) 。 栄西 の 『 喫茶 養生 記 』 に は 茶 の 種類 や 抹茶 の 製法 、 身体 を 壮健 に する 喫茶 の 効用 が 説 か れ て い る 。 建保 2 年 ( 1214 年 ) に は 源 実朝 に 「 茶徳 を 誉む る 所 の 書 」 を 献上 し た と い う 。 原料 と な る の は 碾茶 ( てんちゃ ) 。 碾茶 に 用い る 茶 は 煎茶 に 用い る もの と は 異な り 、 葭簀 ( よしず ) と 藁 ( わら ) を 用い て 直射 日光 を 遮 り 「 簀下 十 日 、 藁下 十 日 」 被覆 栽培 する ( 玉露 と 同様 の 栽培 法 ) 。 これ に よ り 茶葉 は 薄 く な り 、 うまみ や コク も 増 す 。 収穫 は 1 年 に 一 度 。 若葉 を ていねい に 手 で 摘 む 。 手摘み し た 茶葉 は その 日 の うち に 蒸 し た 後 、 揉捻 ( じゅう ねん ) を 行 わ ず に 乾燥 さ せ る 。 も ま な い ところ が 煎茶 や 玉露 と の 大きな 相違 点 で あ る 。 この 碾茶 を 刻 み 、 葉柄 、 葉脈 など を 取り除 い て 真 の 葉 の 部分 だけ に し 、 粉末 に する 。 温度 変化 の 少な い 石臼 ( 茶臼 ) を 用い る 。 茶 に は それぞれ 「 初昔 ( はつ むかし ) 」 、 「 後昔 ( あとむかし ) 」 、 「 千代 昔 」 、 「 葵 の 白 」 、 「 青海 白 」 など の 銘 が つけ られ る 。 茶人 が 茶銘 に 趣向 を 凝ら し て 楽し む よう に な っ た の は 江戸 時代 に 入 っ て から だ と 考え られ て い る 。 茶畑 は 「 茶園 」 、 製茶 業 者 は 「 茶師 ( ちゃし ) 」 と 呼 ば れ る 。 茶師 は もともと 茶葉 を 茶壷 など に 詰め て 納め た ところ から 「 お 詰め 」 と も 呼 ば れ る 。 茶 に は 眠気 の 除去 や 利尿 作用 など さまざま な 効能 が あ る が 、 特に 抹茶 は 茶葉 を 粉 に し て 飲 む ため 、 葉 に 含 ま れ る 栄養 素 を その まま 摂取 する こと が でき る 。 抹茶 に 含 ま れ る 主な 成分 は 次 の とおり 。 カフェイン タンニン ビタミン ミネラル アミノ 酸 ・ たんぱく 質 セルロース サポニン カテキン / ポリフェノール 類 香気 成分 ( 数十 から 数 百 種類 ) 茶事 など で ひと つ の 椀 に 客 の 人数 分 の 濃茶 を 点 て 、 主客 より 順 に まわし 飲 む 。 大 人数 の 茶会 に は 向か な い 。 供 さ れ る 菓子 は 生 菓子 で 、 「 主 菓子 」 ( おもが し ) と 呼 ば れ る もの 。 大寄せ の 茶会 や 禅寺 の もてなし に は 、 一人 一 椀 ずつ の 薄茶 を 点 て る 。 これ は 「 おうす 」 と も 呼 ば れ る 。 茶事 の 折 に は 薄茶 の 前 に 「 干 菓子 」 ( ひがし ) を 出 す が 、 濃茶 を 出 さ な い 茶会 や もてなし で は 生 菓子 を 出 す こと が 多 い 。 茶碗 に 湯 を 注 い で 温め 、 その 中 で 茶筅 ( ちゃせん ) を 回 し て 、 湿 ら せ る 。 茶碗 の お 湯 を 捨て 、 内側 を 茶巾 ( ちゃきん ) で 拭 く 。 茶杓 ( ちゃしゃく ) で 抹茶 を 2 g ( 茶杓 に 大盛り 1 杯 + 半分 ) ほど すくい 、 茶碗 に 入れ る 。 そこ へ 60 ~ 70 cc の 湯 を 注ぎ入れ る 。 茶碗 を 軽 く 押さえ 、 茶筅 で 手早 く かき回 す ( これ を 「 茶 を 点 て る ( たて る ) 」 と い う ) 。 全体 が 泡立 つ まで 茶筅 を 振 る か どう か は 流派 に よ る 。 茶碗 を 左手 に 乗せ て 右手 を 添え 、 茶碗 を 軽 く まわ し て 正面 を 避け て 茶 を 飲 む 。 一般 家庭 や 小売 店 の 店頭 など で 供 さ れ る 飲 み 方 で 、 抹茶 と 砂糖 に 湯 や 牛乳 を 入れ て 撹拌 し 、 冷や し て 飲 む 。 「 薄茶糖 」 ( うすちゃ とう ) や 「 抹茶 ミルク 」 と い っ た 名前 で 呼 ば れ る こと も あ る 。 甘 く 口当たり が 良 い の で 、 子ども で も 無理 な く 飲め る 。 抹茶 は 、 料理 の 素材 など と し て も 広 く 用い られ る 。 代表 的 な もの と し て 以下 が あげ られ る 。 和 菓子 外郎 ( 菓子 ) ( うい ろう ) もみじ 饅頭 カステラ 、 菓子 パン 、 クッキー など の 焼 き 菓子 かき 氷 、 抹茶 アイス クリーム 、 ソフト クリーム など の 冷菓 、 氷菓 チョコレート 、 キャンデー など の 洋 菓子 へ 和 の 風味 と し て 。 プリン 、 パフェ など の デザート 類 へ 和 の 風味 と し て 。 天ぷら : 食べ る 際 に 抹茶 と 食塩 を 混ぜ た もの ( 抹茶 塩 ) を 用い る こと が あ る 。 +西陣織 ( にしじん おり ) と は 、 京都 の 先染 め 織物 を まとめ た 呼び名 で あ る 。 西陣 と は 、 応仁 の 乱時 に 西軍 が 、 本陣 を 置 い た こと から 、 この 名前 が つけ られ た 京都 の 地名 。 ただ 、 西陣 と い う 行政 区域 は 特別 に は な い が 、 この 織物 に 携 る 業者 が い る 地区 は 、 京都 市街 の 北西 部 、 おおよそ 、 上京 区 、 北 区 ( 京都 市 ) の 、 南 は 今出川 通 、 北 は 北大路 通 、 東 は 堀川 通 、 西 は 千本 通 に 囲 ま れ た あたり に 多 い 。 応仁 の 乱 を 期 に 大き く 発展 し た が 、 応仁 の 乱 より 昔 の 、 5 世紀 末 から この 伝統 が 伝え られ て い る 。 また 、 西陣 、 西陣 織 は 「 西陣 織 工業 組合 」 の 登録 商標 。 応仁 の 乱 の 戦火 を 逃れ て 避難 し て い た 職人 たち は 、 乱 が 終わ る と 両軍 の 本陣 の 跡地 で あ る 東陣 ・ 西陣 に 帰還 し 諸国 で 習 い 覚え た 明 など の 新 技術 も 加え て 京織物 を 再興 し た 。 西陣 で 織物 生産 を 営 ん で い た 秦 氏 ゆかり の 綾織 物 職人 集団 を 「 大舎 人 座 」 と い う 。 彼 ら は 、 東陣 の 「 白雲村 」 の 練貫 職人 集団 と 京都 で の 営業 権 を 争 っ た が 、 永正 十 年 ( 1513 年 ) の 下知 に よ っ て 京都 で の 絹織物 の 生産 を 独占 、 天文 十 七 年 ( 1548 年 ) に 「 大舎 人座 」 の 職人 の うち 3 1人 が 足利 家 の 官 と な り 「 西陣 」 ブランド が 確立 さ れ た 。 「 西陣 」 の 織物 は 富裕 町人 の 圧倒 的 な 支持 を 受け 元禄 ~ 享保 年間 に 最盛 期 を 迎え る 。 この ころ 西陣 織 の 二 大 技法 で あ る 紋織り と 綴れ 織り の 基礎 技法 が 確立 し た 。 明治 五 年 に は フランス の リヨン に 職人 の 井上 伊兵衛 と 佐倉 常 七 を 派遣 し て ジャカード 織機 を 導入 、 3 年 後 に は 荒木 小平 が 国産 の ジャカード を 誕生 さ せ た 。 その 結果 、 空引 機 ( 高機 ) で は 出来 な かっ た 幾多 の 織物 を 産み出 し 量産 を 可能 に し た 。 現在 も 西陣 は 日本 の 織物 の 最高 峰 を 占め て い る 。 現在 、 「 綴 」 「 経錦 」 「 緯錦 」 「 緞子 」 「 朱珍 」 「 紹巴 」 「 風通 」 「 捩 り 織 」 「 本 しぼ 織 」 「 ビロード 」 「 絣織 」 「 紬 」 の 12 品目 の 織 り 技法 が 伝統 工芸 品 の 指定 を 受け て い る 。 織 る こと に 決ま っ た 図案 を 方眼 紙 に 写し 取 り 配色 を 決め て 「 紋意 匠 図 」 を 作 る 。 使用 する 糸 を 選 び 終わ っ たら 紋意 匠 図 を コンピューター に 入力 。 かつて は 人間 が 厚紙 に 糸 の 位置 を 指定 する 穴 を 開け て い た 。 必要 な 糸 を そろえ たら 「 整経 」 と い っ て 縦糸 を 織機 に かけ る ため に 整え 、 横糸 を 通 す シャトル ( 織物 ) が 通 る ため の 「 綜絖 」 ( そうこう ) の 準備 を する 。 「 製織 」 織機 で 織物 を 織 る 。 爪掻 本 綴織 は 、 普通 の 織 り 方 と 違 っ て 横糸 を 一気 に 通 さ ず 、 縦糸 数 本 ごと に 掬い上げ て い く の で 糸 を 締めこ む ため の 器具 を 使 わ ず 職人 が 爪 で 糸 を 締めこ ん で い か な けれ ば な ら な い 。 この 作業 の ため 爪掻 本 綴織 の 職人 は 手 を 丁寧 に 手入れ し て は 利き手 の 爪 を 伸ば し 、 それぞれ ヤスリ で 独自 の 刻み 目 を つけ て い る 。 手間 は かか る が 非常 に 繊細 な 模様 を 織 る こと が でき る の が 特徴 で 、 国宝 「 源氏 物語 絵巻 」 や 豊臣 秀吉 「 鳥獣 文 様 陣 羽織 」 の 綴織 で の 複製 など の プロジェクト が 現在 進行 中 で あ る 。 着物 の 装い の 早覚え 法 と し て 「 ( 正装 は ) 染め の 着物 に 織 の 帯 、 ( 趣味 着 は ) 織 の 着物 に 染め の 帯 」 と い う 言葉 が あ る 。 染め の 着物 と は 同じく 京都 の 特産 品 で あ る 友禅 の こと で 、 織 の 帯 と は 最も 品格 が 高 い と さ れ る 西陣 の 錦 を さ す 。 続 く 織 の 着物 と は 紬 など の 格 の 低 い 趣味 的 な 織物 の こと 、 染め の 帯 は 友禅 など の 染め 模様 の 帯 を さ す 。 14 代将軍 徳川 家茂 は 京都 行き が 決ま る と 妻 和宮 親子 内 親王 に 故郷 の 土産 は 何 が よ い か と 訊ね た ところ 、 和宮 は 西陣 織 を ね だっ た 。 しかし 家茂 は 大坂城 で 亡くな り 、 和宮 に は 西陣 織 が 届 き悲し み つつ 歌 を 詠 ん だ 。 「 空蝉 の 唐織 ごろ も なに か せ む 綾 も 錦 も 君 あ り て こそ 」 +能 ( のう ) は 、 鎌倉 時代 後期 から 室町 時代 初期 に 完成 を 見 た 、 日本 独自 の 舞台 芸術 の 一種 で あ る 「 能楽 」 の 一 分野 で あ る 。 現在 で は 日本 に おけ る 代表 的 な 伝統 芸能 と し て 遇 さ れ 、 歌舞伎 に 並 ん で 国際 的 に 高 い 知名 度 を 誇 る 。 重要 無形 文化 財 。 無形 文化 遺産 保護 条約 に 基づ く 「 人類 の 無形 文化 遺産 の 代表 的 な 一覧 表 」 に 掲載 さ れ て お り 、 2009 年 9 月 に 予定 さ れ る 初 の 登録 で の 世界 無形 遺産 へ の 登録 が 事実 上 確定 し て い る 。 概要 一番 手前 で 背 を 向け て い る の が 能 ワキ 、 その 奥 が 能地謡 。 シテ の 後 に 能囃子方 ( 向か っ て 右 から 、 笛 、 小鼓 、 大鼓 、 太鼓 ) 、 後見 が 座 っ て い る 。 能 は 、 俳優 ( 「 シテ 」 ) の 歌舞 を 中心 に 、 伴奏 で あ る 地謡 ( じうたい ) や 囃子 ( はやし ) など を 伴 っ て 構成 さ れ た 音楽 劇 ・ 仮面 劇 で あ る 。 舞 と 謡 を 担当 し 、 実際 に 演技 を 行 う の が シテ 方 、 ワキ 方 および 狂言 方 で あ り 、 伴奏 音楽 を 担当 する の が 囃子 方 ( 笛方 、 小鼓方 、 大鼓 方 、 太鼓 方 ) で あ る 。 能 は 、 シテ 方 が 中心 と な っ て 行 わ れ る ため 、 ワキ 方 、 囃子 方 、 狂言 方 を 総称 し て 「 三 役 」 と 呼 ぶ 。 能 に おけ る 死者 能 の 特徴 は 数 多 い が 、 中 で も 重要 な の は 「 死者 」 が 能 の 中心 と な っ て い る と い う 点 で あ る 。 八 世 観世 銕之丞 は 能 の 大きな 特徴 と し て 「 死者 の 世界 から もの を 見 る 」 と い う 根本 的 な 構造 を 指摘 し て い る 。 すなわち 、 能 に お い て は 多く の 場合 、 亡霊 や 神仙 、 鬼 と い っ た 超 自然 的 な 存在 が 主役 ( シテ ) で あ り 、 常 に 生身 の 人間 で あ る 脇役 ( ワキ ) が 彼 ら の 話 を 聞 き 出 す と い う 構造 を 持 っ て い る の で あ る 。 これ に つ い て 銕之丞 は 、 観阿弥 ・ 世阿弥 ・ 金春 禅竹 ら に よ っ て 猿楽 が 集 大成 さ れ た 室町 期 は 戦乱 の 時代 で あ り 、 死 が 人々 に と っ て 極めて 身近 な もの で あ っ た こと を 、 こう し た 構造 の 理由 に 挙げ て い る 。 梅若 猶彦 も この よう な 死者 に よ る 語り の 構造 を 重視 し 、 能 は この よう な 構造 を 持 つ こと で 、 能 独自 の 美 の 世界 の 構築 を 可能 と し て い る と 指摘 し て い る 。 梅若 は その 例 と し て 、 「 実盛 」 の シテ で あ る 斉藤 実盛 の 亡霊 が ワキ の 夢 の 中 に 登場 し 、 己 の 死 に 様 を 語 り ながら 、 己 の 生首 を 洗 う と い う 場面 を 挙げ て い る 。 この 場面 で は シテ 演じ る 実盛 の 亡霊 に は 首 が 付 い て い る の で あ る が 、 同時 に 実盛 の 亡霊 は 切り落と さ れ た 自分 の 生首 を 手 に 持 っ て い る の で あ る 。 この よう な 不 条理 な 演出 が 可能 と な っ て い る 理由 と し て 梅若 は 、 能 が 一般 に 「 ワキ の 夢 の 中 で シテ が 夢 を 見 て い る 」 と い う 難解 な 構造 を 持 っ て い る こと を 指摘 し た 。 「 死者 に よ る 語り 」 と い う 能 の 基本 構造 が 、 こう し た 他 に 例 を 見 な い 物語 世界 の 構築 を 実現 し て い る と 論 じ て い る 。 即興 芸術 と し て の 能 また 玄人 に よ る 能 は 、 入念 な リハーサル を 行 わ な い 上 に 一 度 きり の 公演 で あ る と い う 点 も 独特 で あ る 。 通常 の 演劇 で は 事前 に リハーサル を 重ね 、 場合 に よ っ て は ゲネプロ と い う 形 で 全て 本番 と 同じ 舞台 ・ 衣装 を 用い る 。 能 で は 事前 に 出演 者 が 勢揃い する 「 申し合わせ 」 は 原則 一 回 で あ り 、 しかも 面 や 装束 は 使用 し な い 。 これ に つ い て 前出 の 八 世 観世 銕之丞 は 、 能 は 本来 、 全て 即興 で 演 じ られ る もの で あ り 、 出演 者 同士 が お 互い の こと を 解 り すぎ て い る こと は 、 能 に お い て は デメリット に な る と 論 じ て い る 。 幽玄 と 妙 能 が 表現 する 美的 性質 と し て 広 く 知 ら れ た 概念 に 「 幽玄 」 が あ る 。 能 を 大成 し た 世阿弥 の 著述 に お い て も 「 幽玄 」 が 意味 する ところ は 必ず しも 一定 し て い な い 。 例えば 『 花鏡 』 に お い て は 、 同 時代 ( 室町 初期 ) の 公家 の 挙措 や たたずまい の よう に 「 ただ 美し く 柔和 な る 体 」 を 「 幽玄 」 と し て い る 。 ただし 、 梅若 猶彦 は 世阿弥 の 能論 に おけ る 最も 重要 な 美的 概念 が 「 幽玄 」 で は な く 「 妙 」 で あ る こと を 指摘 し て お り 、 「 幽玄 」 が 能 の 美的 側面 に おけ る 支配 原理 と い う わけ で は な い 。 「 妙 」 に つ い て は 世阿弥 も その 出現 の 原理 や 内容 を 完全 に 説明 し きれ て お ら ず 、 「 形無 き 姿 」 「 無心 」 と い っ た 比喩 に よ っ て 説明 を 試み た 。 また この 美的 性質 は 子方 の 演技 に お い て も 稀 に 感得 さ れ る こと が あ る と 指摘 し て い る 。 梅若 は 「 妙 」 と 「 幽玄 」 を 比較 し 、 「 妙 」 は それ が 現れ た 時 に は 演技 者 と 観客 の いずれ に も 作用 する もの で あ る の に 対 し 、 「 幽玄 」 は あくまで も 演技 者 が 観客 に 対 し て 意図 的 に 表現 し よ う と する 美的 性質 に 留ま る と 論 じ て い る 。 能 の 技法 舞 舞 は 能 の 根幹 を な す 要素 で あ る 。 柳田 国男 の 論 を 受け た 渡辺 保 に よ れ ば 、 「 踊り 」 が 飛躍 や 跳躍 を 含 む 語 で あ る の に 対 し 、 「 舞 」 は 「 まわ る 」 つまり 円 運動 を 意味 する 語 で あ り 、 そこ に 能 の 舞 の 特色 が あ る と さ れ る 。 能 の 舞 の 特徴 は 、 極端 な 摺 り 足 と 独特 の 身体 の 構え 、 そして 円 運動 で あ る 。 摺 り足 と は 、 足裏 を 舞台 面 に つけ て 踵 を あげ る こと な く すべ る よう に 歩 む 独特 の 運歩 法 で ( 特に これ を ハコビ と 称 する ) 、 これ を 円滑 に 行 う ため に は 膝 を 曲げ 腰 を 入れ て 重心 を 落と し た 体勢 を と る 必要 が あ る 。 すなわち これ が 「 構え 」 で あ る 。 また 能 は 、 歌舞伎 や そこ から 発生 し た 日本 舞踊 が 横長 の 舞台 に お い て 正面 の 客 に 向 っ て 舞踏 を 見せ る こと を 前提 と する の に 対 し て 、 正方 形 に 近 い 舞台 の 上 で 三方 から の 観客 を 意識 し ながら 、 円 を 描 く よう に し て 動 く 点 に も 特徴 が あ る 。 また 能 の 舞 は 、 静的 で あ り 、 一 曲 の 中 に はなはだし い 緩急 が な く 、 身体 に 極度 の 緊張 を 強い る こと で かた い 線 を 出 そ う と する と い う 特色 も 持 っ て い る 。 舞 は 以下 の よう に 分類 さ れ る 。 中之舞 ( ちゅう の まい ) もっとも 基本 的 な 舞 。 主に 女性 役 が 舞 う 。 序之舞 ( じょ の まい ) ゆっくり し た テンポ の 舞 。 主に 女性 役 が 舞 う 。 男舞 ( おとこ まい ) 現在 能 ( 後述 ) で 舞 わ れ る 。 テンポ は 速 め 。 面 は かけ な い 。 男性 役 の 舞 。 神舞 ( かみまい ) 脇能 ( シテ が 神仏 の 役 を 演じ る 曲 ) で 舞 わ れ る 。 テンポ は かなり 速 め 。 男性 役 の 舞 。 楽 ( がく ) 中国 を 舞台 と し た 曲 で 神仙 役 の 者 が 舞 う 。 楽人 役 の シテ が 舞 う こと も あ る ( 「 天鼓 」 ) 。 神楽 ( かぐら ) 脇能 ( シテ が 神仏 の 役 を 演じ る 曲 ) で 舞 わ れ る 。 女性 役 の 舞 。 謡 謡 と は 、 八 世 観世 銕 之亟 に よ れ ば 「 七五 調 を 基本 に し た 長 い 詩 」 で あ る 。 七五 調 で 書 か れ た 十 二 文字 を 一 つ の 節 と し て 、 八 拍子 で うた わ れ る 。 ただし 八 拍子 から 外れ た リズム で 謡 わ れ る 部分 も あ る 。 八 拍子 で 謡 わ れ る 部分 を 「 拍子 合 」 ( ひょうし あい ) と 呼 び 、 標準 的 な テンポ を 平ノリ ( ひらのり ) 、 速め の テンポ を 中 ノリ 、 遅め の テンポ を 大 ノリ と 呼 ぶ 。 八 拍子 から 外れ て い る リズム の 謡 は 「 拍子 不合 」 ( ひょうし あわず ) と 呼 ば れ る 。 能 に お い て 謡 を うた う の は 大別 する と シテ 、 ワキ 、 ツレ など 劇中 の 登場 人物 と 、 「 地謡 ( じうたい ) 」 と 呼 ば れ る 8 人 の バックコーラス の 人々 で あ る 。 劇中 の 登場 人物 の 謡 は その まま 登場 人物 の 科白 と な る 。 一方 、 地謡 は 登場 人物 の 心理 描写 や 情景 描写 を 担当 し て い る が 、 場合 に よ っ て は シテ の 感情 を 代弁 し て うた う こと も あ り 、 ワキ と 地謡 が 掛け合い を する ケース も あ る 。 地謡 は 地頭 ( じ がしら ) と 呼 ば れ る 存在 が コンサートマスター の よう な 役割 を 果た し て い る 。 また 地謡 は 意図 的 に 個々 の 者 が 声 の 高 さ を 変え て うた う ヘテロフォニー を 用い て い る 。 地謡 は 地謡 座 で 前後 二 列 に な り 、 舞台 を 向 い て 座 る 。 各々 扇 を 持 っ て お り 、 謡 う 際 に は それ を 構え 、 休み の 際 に は 下ろ す 。 謡 の 発声 法 は 「 弱吟 」 ( よわぎん ) と 「 強吟 」 ( つよぎん ) の 2 種類 に 分かれ て い る 。 同じく 八 世 観世 銕 之亟 に よ る と 、 「 弱吟 」 は 細か い 音階 を も つ メロディアス な 表現 、 「 強吟 」 は 音 の 強弱 を 強調 し た 表現 と さ れ る 。 謡 は 大き く 、 節回し の あ る 部分 と 節回 し の な い 部分 ( コトバ ) と に 分け る こと が でき る 。 節 の あ る 部分 に は 拍子 合 と 拍子 不合 が あ る 。 コトバ は 通常 の 科白 、 対話 に 相当 し 、 役 を 演じ る 者 ( シテ 、 ワキ 、 ツレ ) だけ が 発声 する 。 地謡 は かならず 節 の あ る 謡 を うた う 。 また 役 を 演じ る 者 同士 の 対話 で あ っ て も 、 ある 点 まで コトバ の やりとり で あ っ た もの が 、 片方 の 感情 の 高潮 に よ っ て 途中 から 節 の つ い た 謡 へ と 切替わ る こと が 少な く な い 。 なお 、 新作能 を 除 く と 謡 に 用い られ て い る 言葉 は 室町 期 の 日本 語 で あ る 。 囃子 能 の 囃子 ( 能楽 囃子 ) に 用い られ る 楽器 は 、 笛 ( 能管 ) 、 小鼓 ( こつづみ ) 、 大鼓 ( おおかわ 、 大皮 と も 称 する ) 、 太鼓 ( たいこ 、 締 太鼓 ) の 4 種 で あ る 。 これ を 「 四 拍子 」 ( し びょうし ) と い う 。 小鼓 、 大鼓 、 太鼓 は これ を 演奏 する 場合 に は 掛け声 を かけ ながら 打 つ 。 掛け声 も また 重要 な 音楽 的 要素 で あ り 、 その 譜 は 固定 し て い る 。 一 曲 の うち に は 、 「 謡 のみ に よ っ て 構成 さ れ る 場面 」 「 謡 と 囃子 が とも に 奏 さ れ る 場面 」 「 囃子 のみ が 奏 さ れ る 場面 ( たいてい の 場合 、 これ は シテ の 舞 で あ る ) 」 の 3 つ が 複雑 に 入り組 ん で い る 。 概し て い え ば 囃子 が 謡 と とも に 奏 さ れ る 場合 に は 謡 の 伴奏 的 な 役割 を はた す 。 また 現在 で は 能 が 始ま る 合図 と し て 、 橋 がかり の 奥 に あ る 「 鏡 の 間 」 で 囃子 方 が 音出し を 行 う 「 お 調べ 」 が 用い られ て い る 。 笛 ( 能管 ) 能管 は 、 竹製 の 横笛 で 、 歌口 ( 息 を 吹きこ む 穴 ) と 音孔 ( 7 つ ) を 持 ち 、 表面 を 桜樺 ・ 漆 で 覆 っ て い る 。 歌口 と 指穴 の 間 の 管 の 内 に ノド と 呼 ば れ る 細竹 を 嵌めこん で あ る 。 これ に よ っ て 龍笛 ・ 篠笛 など 他 の 横笛 と は 異色 の 、 能楽 独特 の 高音 ( 「 ヒシギ 」 ) を 容易 に 発 する こと が でき る 。 また この ノド の 存在 に よ り 、 能管 は 安定 し た 調律 を 持 た な い 。 これ も また 能管 の 大きな 特徴 と な っ て い る 。 能管 は 「 四 拍子 」 の なか で は 唯一 の 旋律 楽器 で 、 囃子 のみ に よ る 舞 ( 序之 舞 、 中之 舞 など ) で は 中心 的 な はたらき を する 。 囃子 単独 の 演奏 の 場合 に は 拍子 に あ っ た 旋律 を 吹く が 、 謡 に あわせ る とき に は 拍子 に 合 わ な い メロディー を 吹 く 。 これ を 謡 に つきあ う と い う 意味 で 「 アシライ 」 と い う 。 小鼓 ( こつづみ ) 小鼓 は 、 サクラ 製 の 砂 時計 型 の 胴 を も つ 。 表裏 2 枚 の 革 ( 馬革 を 鉄製 の 輪 に 張 っ て あ る ) を 置 き 、 麻紐 ( 「 調緒 ( しらべお ) 」 と い う ) で 締めあげ た 楽器 で あ る 。 左手 で 調緒 を 持 ち 、 右肩 に かつ い で 右手 で 打 つ 。 調緒 の しぼ り 方 、 革 を 打 つ 位置 、 打 ち 方 の 強弱 に よ っ て 4 種類 の 音 ( チ 、 タ 、 プ 、 ポ 、 と い う 名前 が つけ られ て い る ) を 打ちわけ る 。 演奏 に は つね に 適度 な 湿気 が 必要 で 、 革 に 息 を かけ たり 、 裏革 に 張 っ て あ る 調子 紙 ( 和紙 の 小片 ) を 唾 で ぬら し たり し て 調節 する 。 大鼓 ( おお つづみ ) 大鼓 は 、 小鼓 と 区別 する ため に 大皮 と も 呼 ば れ る が 、 材質 、 構造 は ほぼ 小鼓 に 等し く 、 全体 的 に ひと まわり 大き い 。 左手 で 持 っ て 左膝 に 置 き 、 右手 を 横 に 差し出 し て 強 く 打ちこ む 。 音 の 打ち わけ は ほぼ 小鼓 と 同様 だ が 、 音色 の 種類 は 小鼓 より 少な い 。 型 ぶり に 反 し て 全体 に 小鼓 より 高 く 澄 ん だ 音 を 出 す 。 湿気 を 極度 に 嫌 う の で 、 革 は 演奏 の 前 に 炭火 に かざ し て 乾燥 さ せ る 必要 が あ る 。 太 く 長 い 調緒 を 使 っ て 張りつめた 皮 を 素手 で 打 つ の は 大変 痛 い の で 、 中指 や 薬指 に 「 指皮 」 を はめ 、 掌 ( てのひら ) に 「 当て 皮 」 を つけ る 。 唱歌 ( しょうが : 音 の 口真似 ) は 「 ツ 」 「 チョン 」 「 ドン 」 の 三 種類 。 本来 大鼓 は 小鼓 の 連調 から 発展 し て き た 楽器 で あ る と い わ れ 、 初期 に は 鼓方 の 若手 が 大鼓 に まわ っ て 小鼓 の 伴奏 を し た の で は な い か と 考え られ て い る 。 その ため 、 大鼓 の 流儀 は 小鼓 の それ から 派生 し た もの で 、 同流 の 小鼓 が 打ち や すい よう に 手 ( 譜 ) が 考慮 さ れ て い る 。 太鼓 太鼓 は 、 いわゆる 締 太鼓 の こと で 、 構造 は 基本 的 に 鼓 と かわ ら な い 。 革 は 牛革 で 、 撥 の 当た る 部分 に 補強 用 の 鹿革 を 貼 る こと が 多 い 。 撥 は 2 本 で 、 太鼓 を 台 に 載せ て 床 に 置き ( この 台 を 左吉 台 と い う ) 、 正座 し た 体 の 前 で 打 つ 。 音 は 響 かせ な い 小さな 音 ( 押さえ る 撥 ・ ツクツク ) と 響 か せ る 大きな 音 ( 小 の 撥 、 中 の 撥 、 大 の 撥 、 肩 の 撥 ・ テンテン ) の 2 種 で 、 四 拍子 の リズム を 主導 する 役割 を 担 う 。 太鼓 が 入 る の は 基本 的 に 死者 の 霊 や 鬼畜 の 登場 する 怪異 的 な 内容 の 曲 のみ で 、 その ほか の 場合 に は 笛 と 大小 の 鼓 のみ で 演じ る ( この 場合 に は 大鼓 が リズム の 主導 役 を 担 う ) 。 前者 を 「 太鼓 も の ( 太鼓 入りもの 、 四 拍 子 も の ) 」 、 後者 を 「 大小 もの 」 と 呼 ん で 区別 する 。 以上 の ほか に 、 舞台 上 で シテ が 鉦鼓 ( しょうこ ) を 鳴ら す 場合 も あ る ( 『 隅田 川 ( 能 ) 』 『 三井寺 』 ) 。 多く は 鐘 の 音 や 念仏 の 鉦鼓 の 音 を 表現 する ため だ が 、 この 場合 も やみくも に 打 つ の で は な く 、 決ま っ た 譜 が あ る 。 また 新作能 に お い て は 、 これ ら 囃子 方 以外 の 音楽 家 が 背景 音楽 の 演奏 に 加わ る こと も あ る ( 「 伽羅 沙 」 で の キリスト 教 の 賛美 歌 や パイプ オルガン など ) 型 能 は 型 ( 演技 等 の 様式 、 パターン ) に よ っ て 構成 さ れ て い る 。 舞 、 所作 、 謡 、 囃子 、 全て に 多様 な 型 が あ る 。 これ ら の 型 の 成立 の 経緯 に つ い て は はっきり し な い が 、 前出 の 梅若 猶彦 は 型 の 出現 を 江戸 期 、 型 が 安定 的 に 継承 さ れ る よう に な っ た の は 昭和 期 で は な い か と 推測 し て い る 。 型 が 出現 し た 理由 と し て 梅若 は 、 身体 動作 に 名前 を 付け る こと で 学習 が 効率 的 に な る と い う こと を 挙げ て い る 。 また 梅若 は 、 現代 の 能 に お い て は これ ら の 型 が 必要 以上 に 重視 さ れ 、 一種 の 信仰 の 対象 の よう に な っ て い る こと の 弊害 も 指摘 し た 。 また 世阿弥 の 著述 から は 型 へ の 信仰 は 窺え な い こと 、 重要 な の は 役者 が 自分 の 内面 と 身体 の 関係 を 自由 に コントロール でき る 能力 を 身 に 付け る こと で あ り 、 型 の 学習 のみ で は それ は 不 可能 な こと を 指摘 し て い る 。 以下 に 能 の 型 の 例 を 示 す 。 シカケ ( カマエ ) すっと 立 ち 、 両腕 を 前 に 合わせ る 。 ヒラキ 左足 、 右足 、 左足 と 三足 ( さんぞく ) 後退 し ながら 、 両腕 を 横 に 広げ る 。 シカケ と ヒラキ を 連続 さ せ る 型 を シカケ ヒラキ と 呼 ぶ 。 左右 ( さゆう ) 左手 を 掲げ て 左 に 一足 な いし 数足 出 た 後 、 右手 を 掲げ て 右 に 一足 な いし 数 足 出 る 型 。 サシ 右手 の 扇 を 横 から 上げ て 正面 高 く に 掲げ る 型 。 シオリ 目 の 前 に 手 を 差し出 す 。 泣 く こと を 示 す 。 拍子 ( ひょうし ) いずれ か の 足 を 上げ 、 舞台 を 踏 む 。 留メ 拍子 ( とめ びょうし ) 一 曲 の 終わり に はっきり と 2 回 踏 む 。 シテ が 踏 む こと も ワキ が 踏 む こと も あ る 。 「 のうめん 」 と 読 む が 、 面 と だけ 書 け ば 「 おもて 」 と 読 む の が 普通 。 様々 な 種類 が あ る 。 面 を つけ な い 直面 ( ひ ためん ) 物 も あ る 。 能面 参照 。 今日 で は 装束 ( しょうぞく ) も 様式 化 さ れ 、 使用 法 が 厳格 に 定め られ て い る 。 例えば 色 に お い て も 、 白 は 高貴 な もの 、 紅 は 若 い 女性 を 示 す 。 また 中世 や 近世 から 能楽 師 の 家 に 伝わ る 装束 も 多 い 。 なお 、 装束 が 現在 の よう に 豪華 な もの と な っ た の は 江戸 期 で あ る 。 その 背景 に は 、 江戸 期 に おけ る 織物 技術 の 発達 、 将軍 家 を はじめ と する 為政 者 の 潤沢 な 資金 の 流入 が あ る 。 舞台 に 乗せ る 道具 類 で 、 予め 作 っ て 保管 し て お く もの を 「 小 道具 」 、 演能 の 度 に 作 る 物 を 「 作リ物 」 と 呼 ぶ 。 作リ物 は 比較 的 大きな 物 が 多 く 、 舟 、 車 、 塚 、 屋台 等 を 表 す 。 作リ物 は 極端 な まで に 簡略 化 さ れ 、 例えば 「 舟 」 は 竹 ヒゴ 製模型 飛行 機 の 主翼 を 大き く し た よう な もの に 過ぎ な い が 、 能 に は これ で 十分 で あ る 。 大きな 作リ物 と し て は 、 『 道成 寺 』 の 鐘 が あ る 。 これ は 中 で シテ が 装束 を 替え られ る だけ の 大き さ が あ る 。 これ ら 作リ 物 類 を 製作 する の も 、 現在 で は シテ 方 で あ る 。 職掌 シテ 方 能 の 主人 公 は 「 シテ ( 為手 、 仕手 ) 」 と 呼 ば れ る 。 多く の 場合 、 シテ が 演じ る の は 神 や 亡霊 、 天狗 、 鬼 など 超 自然 的 な 存在 で あ る が 、 生身 の 人間 を 演じ る こと も 無 い わけ で は な い ( 「 安宅 」 に おけ る 弁慶 など ) 。 シテ が 超 自然 的 な 存在 を 演じ る 曲 を 夢幻 能 、 シテ が 現実 の 人間 を 演じ る 曲 を 現在 能 と 呼 ぶ 。 シテ を 演じ る 為 の 訓練 を 専門 的 に 積 ん で い る 能楽師 を シテ 方 と 呼 ぶ 。 シテ 方 が 演じ る の は シテ の 他 、 ツレ 、 トモ で あ る 。 また 、 一般 に 子方 は シテ 方 と し て の 訓練 を 受け て い る 最中 の 子供 が 演じ る 。 これ ら 能 の 登場 人物 の 他 、 地謡 と 後見 も シテ 方 の 担当 で あ る 。 シテ に かかわり の あ る 登場 人物 の うち 、 主だっ た もの を ツレ 、 物語 の 筋 に 深 く 関係 を 持 た な い 端役 的 な もの を トモ 、 トモ の うち 単に 大 人数 を 舞台 に 出 す こと を 目的 と し て 登場 する 役 を 立衆 ( たち しゅう ) と 呼 ぶ 。 この うち ツレ に は 『 蝉丸 ( せみまる ) 』 『 大原 御幸 ( おはら ご こう ) 』 の よう に 、 ごく まれ に シテ と ほぼ 同格 と 言え る 重要 な 役割 を 持 つ もの が あ り 、 この よう な 能 を 「 両ジテ もの 」 と 称 する 。 ツレ 以下 が 存在 し な い 能 も あ る 。 ワキ 方 シテ と とも に 能 に 不可欠 な 登場 人物 が ワキ で あ る 。 ワキ を 演じ る 為 の 訓練 を 専門 的 に 積 ん で い る 能楽師 を ワキ 方 と 呼 ぶ 。 ワキ は シテ の 思い を 聞 き 出 す 役割 を 担 う 。 その 為 、 ワキ は 僧侶 役 で あ る こと が 非常 に 多 い 。 また 、 その 役割 は 上記 の とおり 一方 的 に シテ の 言 う ところ を 受けとめ る もの な の で 、 舞台 上 で 華々し い 活躍 を 見せ る こと は めった に な い 。 その 役柄 故 、 舞台 上 で は 座 っ て い る こと が 殆ど な の で 、 「 ワキ 僧 は 煙草 盆 で も ほし げ な り 」 と い う 川柳 も 詠 ま れ て い る 。 なお 、 ワキ に つ く ツレ を 「 ワキヅレ 」 と い う 。 多く の 場合 シテ に おけ る トモ に 近 い もの で あ る 。 ワキ および ワキヅレ は ワキ 方 が 演 ずる 。 ワキ 方 は シテ 方 と の 対比 上 、 硬質 で 剛直 な 芸風 を 求め られ る と する の が 一般 的 な 説 で あ る 。 ワキ は 本来 「 脇 の シテ 」 の 略 で あ り 、 古く は シテ 方 ワキ 方 の 別 は な かっ た と さ れ る 。 一座 の 第 二 位 の 役者 、 もしくは 第 一 位 の 役者 ( 「 太夫 」 と 言 う ) の 後見 役 に あ る 役者 が ワキ で あ る 。 中世期 、 ワキ が 地謡 の 統率 者 ( 地頭 ) を 兼ね て お り 、 その 影響 で 、 江戸 時代 に 入 っ て シテ 方 と ワキ 方 が 分離 し た 時期 に お い て も 地謡 は ワキ 方 が 担当 する こと が 多 かっ た 。 時代 が 下 る に つれ て シテ 方 と 交替 し 、 あるいは 過渡 期 的 に 「 地謡 方 」 と い う 専門 の 役職 が でき たり し て 変遷 を たど り ながら 現在 の かたち に 落ち つ い た と さ れ る 。 現在 の シテ 方 に も もと 地謡 方 、 あるいは ワキ 方 の 家 で あ っ た もの は 多 く 存在 する 。 狂言 方 狂言 方 が 能 の 劇中 に 登場 する こと も 多 い 。 狂言 方 が 担当 する 役 を 「 アイ 」 もしくは 「 間狂言 ( あいきょうげん ) 」 と 呼 ぶ 。 多く の 場合 、 こう し た 能 は 前場 と 後場 に 分かれ て い る 。 前後 で シテ が 装束 を 変え る ため に 、 その 場 を つな ぐ 目的 で 狂言 方 の 役者 が 能 の 物語 に まつわ る 古伝承 や 来歴 を 語 る もの で あ る 。 アイ に は 一人 で 行 う もの と 、 多 人数 で 行 う もの が あ る 。 また 単純 に 物語 を する だけ の もの と 、 ワキ 方 や シテ方 に 絡 ん で 物語 の 筋 を 構成 する もの と が あ る 。 前者 を 語 アイ ( 坐 っ て 語 る もの を 「 居語 アイ 」 、 立 っ て 語 る もの を 「 立語 アイ 」 と 呼 ぶ ) 、 後者 を 「 会釈 アイ ( あしら い アイ ) 」 と 称 する 。 まれ に 間狂言 の な い 能 も 存在 する 。 囃子 方 上手 より 笛 ( ふえ ) 、 小鼓 ( こつづみ ) 、 大鼓 ( 大革 ) ( おお つづ み 、 おおかわ ) 、 太鼓 ( たいこ ) と 並 ぶ 。 小鼓 方 と 大鼓 方 は 床几 ( しょうぎ ) を 用い る 。 太鼓 は 獅子 や 鬼 など 超 自然 的 威力 の あ る シテ が 現れ る 際 に 用い られ る 。 太鼓 なし の 囃子 を 三 拍子 、 太鼓 を 含 む と 四 拍子 と 呼 ぶ 。 笛 は 旋律 を 奏で る と い う より 、 情景 を 象徴 し たり 打楽器 的 に 用い られ たり する 。 囃子方 の 発 する 掛け声 も 能 の 重要 な 要素 で あ る 。 歴史 能 の 起源 能 の 起源 に つ い て 正確 な こと は わか っ て は い な い 。 7 世紀 頃 に 中国 大陸 より 日本 に 伝わ っ た 日本 最古 の 舞台 芸能 で あ る 伎楽 や 、 奈良 時代 に 大陸 より 伝わ っ た 散楽 に 端 を 発 する の で は な い か と 考え られ て い る 。 散楽 は 当初 、 雅楽 と 共 に 朝廷 の 保護 下 に あ っ た 。 やがて 民衆 の 間 に 広ま り 、 それ まで に あ っ た 古来 の 芸能 と 結びつ き 、 物まね など を 中心 と し た 滑稽 な 笑い の 芸 ・ 寸劇 に 発展 し て い っ た 。 それ ら は やがて 猿楽 と 呼 ば れ る よう に な り 、 現在 一般 的 に 知 ら れ る 能 の 原型 が つく ら れ て い っ た 。 一方 、 平安 時代 中期 頃 より 、 神道 的 宗教 行事 が 起源 の 田楽 や 、 仏教 の 寺院 で 行 わ れ た 延年 など の 芸能 も 興 り 、 それぞれ 発達 し て い っ た 。 これ ら の 演者 は 元々 農民 や 僧侶 だっ た が 、 平安 末期 頃 から 専門 的 に 演じ る 職業 集団 も 成立 し て い っ た 。 観阿弥 ・ 世阿弥 の 登場 猿楽 ・ 田楽 ・ 延年 は 、 互い に 影響 を 及ぼ し 合 い 発展 し て い っ た 。 12 世紀 ・ 13 世紀 頃 から 同業 組合 と し て 「 座 」 が 生まれ 、 寺社 の 保護 を 受け る よう に な る 。 14 世紀 に な る と 、 代わ っ て 武家 が 田楽 を 保護 する よう に な り 、 衣装 や 小 道具 ・ 舞台 も 豪華 な もの に な っ て い っ た 。 その よう な 状況 の なか 、 大和 猿楽 の 一座 で あ る 結崎 座 より 観阿弥 ( 觀阿彌 ) が 現れ た 。 旋律 に と ん だ 「 曲舞 ( くせま い ) 」 ( 白拍子 の 芸 ) など を 導入 し て 従来 の 猿楽 に 大きな 革新 を もたら し た 。 この よう な 革新 の 背景 の 一 つ と 考え られ て い る の が 、 当時 行 わ れ て い た 「 立ち会 い 能 」 と 呼 ば れ る 催し で あ る 。 これ は 猿楽 や 田楽 の 座 が お 互い に 芸 を 競 い 、 勝負 を 決 する と い う もの で あ る 。 「 立ち会 い 能 」 で 勝ち上が る こと は 座 の 世俗 的 な 成功 に 直結 し て い た 。 観世 座 に おけ る 猿楽 の 革新 も 、 この 「 立ち会 い 能 」 を 勝ち上が る 為 と い う 側面 が あ っ た 。 1375 年 、 将軍 足利 義満 は 、 京都 の 今 熊野 に お い て 、 観阿弥 と その 息子 の 世阿弥 ( 世阿彌 ) に よ る 猿楽 を 鑑賞 し た 。 彼 ら の 芸 に 感銘 を 受け た 義満 は 、 観阿弥 ・ 世阿弥 親子 の 結崎 座 ( 観世 座 ) を 庇護 し た 。 この 結果 、 彼 ら は 足利 義満 と い う 庇護 者 、 そして 武家 社会 と い う 観客 を 手 に 入れ る こと と な っ た 。 また 二条 良 基 を はじめ と する 京都 の 公家 社会 と の 接点 も 生まれ 、 これ ら 上流 階級 の 文化 を 取り入れ る こと で 、 彼 ら は 猿楽 を さらに 洗練 し て い っ た 。 また 足利 義教 も 世阿弥 の 甥音 阿弥 を 高 く 評価 し 、 その 庇護 者 と な っ た 。 こう し て 歴代 の 観世 大夫 たち は 時 の 権力 と 結びつ き ながら 、 現在 の 能 の 原型 を 完成 さ せ て い っ た 。 なお 、 室町 期 に 成立 し た 大和 猿楽 の 外山 座 ( とびざ ) ・ 結崎 座 ( ゆう さきざ ) ・ 坂戸 座 ( さかどざ ) ・ 円 満井 座 ( えんまい ざ ) を 大和 四 座 ( やまと しざ ) と 呼 ぶ 。 それぞれ 、 後 の 宝生 座 ・ 観世 座 ・ 金剛 座 ・ 金春 座 に つなが る と する 説 が 有力 で あ る 。 戦国 時代 ( 日本 ) に は 能 の 芸 の 内容 に 大きな 発展 は 無 かっ た と 考え られ て い る 。 しかし 能 は 織田 信長 や 豊臣 秀吉 ら 時 の 権力 者 に 引き続 き 愛好 さ れ て い た 。 『 宇野 主水 日記 』 に よ る と 、 信長 は 15 82 年 に 安土 の 総見 寺 で 徳川 家康 と とも に 梅若 家 の 猿楽 を 鑑賞 し て お り 、 自身 も 小鼓 を たしな ん だ と 言 わ れ る 。 また 信長 の 長男 の 織田 信忠 は 自ら 能 を 舞 っ た と の 記録 が あ る 。 信長 に 続 き 日本 の 最高 権力 者 と な っ た 豊臣 秀吉 は 、 晩年 熱心 に 能 を 演 じ た 。 1593 年 10 月 に は 秀吉 は 後陽成 天皇 の 前 で 3 日間 連続 で 何 番 も の 能 や 狂言 を 演 じ て い る 。 しかし その 一方 で 、 秀吉 は 大和 四 座 以外 の 猿楽 に は 興味 を 示 さ な かっ た 為 、 この 時期 に 多く の 猿楽 の 座 が 消滅 し て い っ た 。 言わ ば 、 秀吉 に よ っ て 現在 に 続 く 能 が それ 以外 の 猿楽 から 選別 さ れ た の で あ る 。 江戸 期 の 能 江戸 期 に は 徳川 家康 や 徳川 秀忠 、 徳川 家光 など 歴代 の 将軍 が 能 を 好 ん だ 為 、 猿楽 は 武家 社会 の 文化 資本 と し て 大きな 意味 合い を 持 つ よう に な っ た 。 また 猿楽 は 武家 社会 に おけ る 典礼 用 の 正式 な 音楽 ( 式楽 ) も 担当 する こと と な り 、 各藩 が お 抱え の 猿楽 師 を 雇 う よう に な っ た 。 猿楽 師 出身 で あ り ながら 大名 に まで 出世 し た 間部 詮房 と い う 人物 も 知 ら れ て い る 。 なお 、 徳川 家 も 秀吉 と 同じく 大和 四 座 を 保護 し て い た 。 しかし 秀忠 は 大和 四 座 を 離れ た 猿楽 師 で あ っ た 喜多 七 太夫 長能 に 保護 を 与え 、 元 和 年間 に 喜多 流 の 創設 を 認め て い る 。 徳川 家康 は 観世 座 を 好 み 、 秀忠 や 家光 は 喜多 流 を 好 ん だ と さ れ る 。 しかし 徳川 綱吉 は 宝生 流 を 好 ん だ 為 、 綱吉 の 治世 に 加賀 藩 や 尾張 藩 が お 抱え 能楽師 を 金春 流 から 宝生 流 に 入れ替え た と 言 わ れ て い る 。 この 結果 、 現在 で も 石川 県 や 名古屋 は 宝生 流 が 盛ん な 地域 で あ る 。 その 一方 、 猿楽 が 武家 社会 の 式楽 と な っ た 結果 、 庶民 が 猿楽 を 見物 する 機会 は 徐々 に 少な く な っ て い っ た 。 しかし 、 謡曲 は 町人 の 習い事 と し て 流行 し 、 多く の 謡本 が 出版 さ れ た ( 寺子 屋 の 教科 書 に 使 わ れ た 例 も あ る ) 。 実際 に 見 る 機会 は 少な い ながら も 、 庶民 の 関心 は 強 く 、 寺社 へ の 寄進 を 集め る 目的 の 勧進 能 が 催 さ れ る と 多く の 観客 を 集め た と い う 。 近代 幕府 の 儀式 芸能 で あ っ た 能 は 、 維新 後 、 廃絶 の 危機 に 瀕 し た 。 1869 年 に は エジンバラ 公爵 の 来日 に 際 し て 能 が 演 じ られ た 。 しかし 1872 年 ( 明治 5 年 ) に は 能 ・ 狂言 の 「 皇上 ヲ 模擬 シ 、 上ヲ 猥 涜 」 する もの が 禁止 さ れ 、 「 勧善 懲悪 ヲ主 トス 」 る こと も 命 じ られ た 。 しかし 、 明治 天皇 は 1878 年 に は 青山 御所 に 能 舞台 を 設置 し 、 数々 の 能 を 鑑賞 し た 。 また 岩倉 具視 は 1879 年 に は ユリシーズ ・ グラント を 自邸 に 招 い て 能 を 上演 さ せ た 。 更に 能楽 社 ( のち の 能楽 会 ) の 設立 や 芝能 楽堂 ( 1881 年 落成 ) の 建設 を 進め た 。 こう し て 明治 維新 直後 の 危機 は 過ぎ去 っ た 。 やがて 各流 派 は お 互い に 排他 的 姿勢 を 見せ る よう に な り 、 流派 間 の 交流 や 共演 は 消滅 し て い っ た 。 戦時 中 の 能 その 後 、 軍国 主義 が 激し さ を 増 す と 、 天皇 家 を 多 く 題材 と し た 能 に は 厳し い 目 が 注 が れ る よう に な っ た 。 1939 年 ( 昭和 14 年 ) 、 警視 庁 保安 課 は 不敬 を 理由 に 「 大原 御幸 」 を 上演 禁止 と し た 。 その 一方 で 、 日清 戦争 、 日露 戦争 、 第 二 次 世界 大戦 を 題材 と し た 新作能 も 作 ら れ る よう に な っ た 。 戦後 第 二 次 世界 大戦 の 敗戦 は 能界 に 大きな 転機 を もたら し た 。 戦災 に よ っ て 多く の 能 舞台 が 焼失 し た 為 、 それ まで 流派 ごと に 分かれ て 演能 を 行 っ て い た 能楽 師 たち が 、 流派 の 違い を 超え て 焼け 残 っ た 能 舞台 で 共同 で 稽古 を 行 い だ し た の で あ る 。 その 為 、 若手 の 能楽 師 たち は 他流 派 の 優秀 な 能楽 師 から も 教え を 受け る こと が 多 く な り 、 大いに 刺激 を 受け る よう に な っ た 。 観世 銕之丞 家 の 次男 で あ っ た 観世 栄夫 は 、 この 時 、 観世 流 と 他流 の 身体 論 の 違い に 大きな 衝撃 を 受け た 。 結果 的 に 芸養子 と い う 形 で 喜多 流 に 転流 し て 喜多 六 平太 の 養子 と な り 、 後藤 栄夫 を 名乗 っ た 。 また 栄夫 の 弟 で 八 世 観世 銕之丞 と な っ た 観世 静夫 も 、 この 時期 の 他流 と の 交流 開始 の 衝撃 の 大き さ を 語 っ て い る 。 なお 、 この 時期 に こう し た 交流 の 場 と な っ た 能 舞台 と し て は 多摩 川 能 舞台 ( 現在 は 銕仙 会 能楽 研修 所 に 移築 ) など が 挙げ られ て い る 。 能 の 流派 は 大和 四 座 の 系統 の 流派 と 、 それ 以外 の 日本 各地 の 土着 の 能 に 分け られ る 。 大和 四 座 と は 観世 座 、 宝生 座 、 金春 座 、 金剛 座 で あ る が 、 更に 江戸 期 に 金剛 座 から 分かれ た 喜多 流 の 五 つ を 併せ て 四座 一流 と 呼 ぶ 。 喜多 流 は 金剛 流 より 出 、 金春 流 の 影響 を 受け つつ 江戸 期 に 生れ た 新興 の 一派 で あ っ て 、 明治 期 に いた って ほか の 四 流 と 同格 と さ れ た 。 喜多 流 は 創流 以来 座付 制度 を 取 ら ず 喜多 座 と 呼 ば れ る こと は な かっ た 。 五座 で は な く 四座 一流 と な る 。 四座 の うち 奈良 から 京都 に 進出 し た 観世 、 宝生 を 上掛り ( かみがかり ) と 呼 び 、 引き続 き 奈良 を 根拠 地 と し た 金春 、 金剛 を 下掛り ( しもがかり ) と 呼 ぶ 。 喜多 は 下掛り に 含 む 。 大和 四 座 は 豊臣 秀吉 が 政策 的 に 他 の 猿楽 の 座 ( 丹波 猿楽 三 座 など ) を 吸収 さ せ た 。 その ため 、 江戸 時代 に 入 る 頃 に は 事実 上 、 日本 の 猿楽 の 大半 を 傘下 に おさめ て い た 。 現在 、 四 座 一流 の 系統 の 能楽 師 たち は 社団 法人 能楽 協会 を 組織 し て お り 、 能楽 協会 に 加盟 し て い る 者 が 玄人 の 能楽師 と 位置 づけ られ て い る 。 一方 、 大和 四 座 に 統合 さ れ な かっ た 能 が 残存 し て い る 地域 も あ る 。 四 座 一流 で は 演 じ られ な い 曲目 や 、 その 地域 独特 の 舞い を 見 る こと が 出来 る 。 有名 な もの と し て は 、 山形 県 の 春日 神社 に 伝わ る 黒川 能 、 黒川 能 から 分かれ た 新潟 県 の 大須戸能 など が あ る 。 なお 、 能楽 協会 所属 の 能楽師 に よ っ て 上演 さ れ る 能 に お い て は 、 能 全体 の 流儀 は シテ 方 の 流儀 に よ っ て 示 さ れ る 。 また 能 に 限 り 、 家元 を 宗家 ( そうけ ) と 称 する 。 これ は 江戸 期 に 観世 家 に 限 り 分家 ( 現在 の 観世 銕 之亟 家 ) を 立て 、 これ を ほか の 家元 並み に 扱 う と い う 特例 が 認め られ た こと に 基づ く もの で あ る 。 分家 に 対 し 、 本家 が 「 宗家 」 と 称 し た の が やがて 「 家元 」 の 意味 で 用い られ る よう に な っ た もの で あ る 。 現在 で は 、 同姓 の 分家 と の 関係 で 用い られ な い かぎり 、 ほぼ 「 家元 」 の 言いかえ で あ る 。 座付 制度 江戸 時代 以前 、 猿楽 の 役者 たち は いずれ か の 座 に 所属 し て 活動 し て い た 為 、 現在 の よう に シテ 方 が 自由 に 三 役 を 好き な 流派 から 選 ん で 演能 を する こと は 無 かっ た 。 以下 に 江戸 時代 に おけ る 各座 の 構成 を 示 す 。 観世 流 ( 観世 座 ) ワキ   進藤 流 、 福王 流 笛   森田 流 、 春日 流 小鼓   観世 流 、 幸清 流 大鼓   葛野 流 太鼓   観世 流 狂言   鷺流 宝生 流 ( 宝生 座 ) ワキ   下掛宝生 流 笛   一噌 流 小鼓   幸流 大鼓   観世 流 宝生 錬三郎 派 太鼓   威徳 流 狂言   大蔵 流 大蔵 弥太夫 派 金剛 流 ( 金剛 座 ) ワキ   高安 流 笛   春日 流 長命 清左衛門 派 大鼓   高安 流 狂言   大蔵 流 大蔵 八右衛門 派 金春 流 ( 金春 座 ) ワキ   春藤 流 小鼓   幸流 、 大倉 流 大鼓   大倉 流 、 金春 三郎 右衛門 流 太鼓   金春 流 、 金春 三郎 右衛門 流 狂言   大蔵 流 喜多 流 に 座付 は な い 現存 する 流派 ( カッコ 内 は 2005 年 の 能楽 協会 名簿 に おけ る 所属 の 能楽師 の 数 ) シテ 方 ( 詳細 は 各 記事 を 参照 の こと ) 観世 流 ( 56 1 ) 、 宝生 流 ( 27 0 ) 、 金剛 流 ( 100 ) 、 金春 流 ( 120 ) 、 喜多 流 ( 54 ) ワキ 方 高安 流 ( 16 ) 、 下掛宝生 流 ( 24 ) 、 福王 流 ( 20 ) 進藤 流 ( 明治 期 に 廃絶 ) 、 春藤 流 ( 明治 期 に 廃絶 ) 笛方 一 噌 流 ( 17 ) 、 森田 流 ( 48 ) 、 藤田 流 ( 4 ) 春日 流 ( 明治 期 に 廃絶 ) 小鼓 方 幸流 ( 31 ) 、 幸清流 ( 9 ) 、 大倉 流 ( 18 ) 、 観世 流 ( 7 ) 大鼓 方 葛野 流 ( 12 ) 、 高安 流 ( 13 ) 、 石井 流 ( 10 ) 、 大倉 流 ( 13 ) 、 観世 流 ( 1 ) 金春流 ( 明治 期 に 廃絶 ) 太鼓 方 金春 流 ( 25 ) 、 観世 流 ( 16 ) 威徳流 ( 明治 期 に 廃絶 ) 狂言 方 大蔵 流 ( 92 ) 、 和泉 流 ( 56 ) 鷺流 ( 佐渡島 、 山口 など に 末流 が 存続 し て い る が 、 能楽 協会 会員 資格 は 認め られ て い な い ) 書物 世阿弥 の 著作 140 0 年 、 世阿弥 は 『 風姿 花伝 』 ( 一名 花 伝書 ) を 著 し た 。 この 書 の 第 一 章 に あた る 「 年来 稽 古 条々 」 は 「 初心 わ する べ から ず 」 や 「 時分 の 花 」 など よく 知 ら れ た 内容 が あ り 、 その 理論 は 現代 で 通用 する もの と 評価 さ れ て い る 。 内容 に は 、 観阿弥 の 考え も 含 ま れ て い る と さ れ る 。 その 後 世 阿弥 は 、 『 花鏡 』 、 『 拾玉 得 花 』 、 『 申楽 談儀 』 ( 口述 ) など 研鑽 に 基づ く 理論 を 伝書 と し て 残 し て い る 。 現在 二十 一 種 が 伝書 と し て 知 ら れ て い る 。 型 附 古く から 続 く 家 に は 、 秘伝 を 記 し た 書物 が 伝承 さ れ て い る こと が あ る 。 これ を 「 型附 」 ( かたづけ ) と 呼 ぶ 。 戯曲 上演形式 江戸 時代 に は 、 『 翁 』 + 五 本 の 能 を 上演 する の が 正式 で あ っ た 。 これ を 翁付き 五 番 立 と 呼 ぶ 。 どの 曲 を どの よう な 順序 で 上演 する の か も 、 序破 急 の 概念 を 用い て 決め られ て い た 。 具体 的 に は 、 能 の 曲 を 五 種類 に 分け 、 初 番 目 ( 神 )   神 が シテ と な る 。 脇能 と も 。 序 。 二 番 目 ( 男 )   武人 が シテ と な る 。 修羅 物 ( しゅらも の ) と も 。 ほとんど が 負け 戦 ( 負け 修羅 ) で あ る 。 破 の 序 。 三 番 目 ( 女 )   美人 が シテ と な る 。 鬘物 ( かずらも の ) と も 。 破 の 破 。 四 番 目 ( 狂 )   狂女 が シテ と な る 。 狂女 物 と も 。 実際 に は 様々 な もの が ここ に 入 る ( 雑能 ) 。 破 の 急 。 五 番 目 ( 鬼 )   鬼 、 天狗 と い っ た 荒々し く 威力 の あ る もの が シテ と な る 。 切能 ( きり のう ) と も 。 急 。 の 順 で 演 じ た 。 これ ら の 能 の 間 に は 狂言 が 挟 ま れ る ため 、 全体 で は 大変 な 長 時間 を 要 し た 。 現在 で は これ だけ 長 時間 の 演能 は 難し く 、 能 二 番 の 間 に 狂言 一番 程度 を はさ む 形態 の 公演 が 多 い 。 それ で も 五 番 立 の 順序 は 重視 さ れ て い る 。 例えば 五 番 目物 『 石橋 ( 能 ) 』 の 後 に 三 番 目物 『 井筒 ( 能 ) 』 を 上演 する よう な こと は 稀 で あ る 。 五 番 立 で 演能 する 際 、 五 番 目 が めで た い 曲 ( 祝言 能 ) で は な く 暗 い 内容 の 能 で あ る 場合 は 、 『 高砂 ( 能 ) ( たか さご ) 』 等 、 神能 もの の 後場 のみ を 演 じ ( 後半 部分 の み 演 ずる こと を 半能 と い う ) 、 めでた い 気分 で 納め る の が 建て 前 で あ っ た 。 さらに 略 し て 最後 の 一 章 のみ を 素謡 で 謡 っ て すま す こと も あ っ た 。 「 付祝言 ( つけしゅう げん ) 」 と 称 する この 習慣 は 、 演能 時間 が 短 く な っ た 今日 で も 見 られ る 。 能 の 番組 面 の 例 を 右図 に しめ す 。 シテ の 演者 名 は 演目 の 右肩 に 書 か れ 、 ワキ の 演者 名 は 演目 の 真下 に 書 か れ る の が 慣例 で あ る 。 なお 「 小書 ( こがき ) 」 と は 特殊 演出 を 指 す 。 省略形 の 上演 形式 半能 長大 な 曲 の 前場 を 短 く 省略 し て 上演 する こと 。 詳細 は 半能 参照 。 素謡 ( すうたい ) 地謡 だけ で 一 曲 を 上演 する こと 。 シテ や ツレ など の 登場 人物 役 や 囃子 方 は 伴 わ な い 。 素囃子 ( すばやし ) 囃子方 に よ る 演奏 のみ で 上演 する こと 。 番 囃子 地謡 と 囃子 方 で 一 曲 を 上演 する こと 。 居 囃子 地謡 と 囃子 方 で 曲 の ハイライト を 上演 する こと 。 仕舞 地謡 のみ で 曲中 の ハイライト と な る 舞 を 上演 する こと 。 舞手 は 能装束 で は な く 紋付き 袴 を 着 る 。 また 面 は かけ な い 。 舞囃子 仕舞 に 囃子 方 が 加わ っ た もの 。 主な 曲目 本節 で は 中世 に 成立 し た 古典 の 曲目 の うち 、 現在 で も 頻繁 に 上演 さ れ て い る もの を 紹介 する 。 これ ら は 現行 曲 と 呼 ば れ 、 流派 に よ っ て 異な る が 、 おおむね 二百 数十 番 が 現行 曲 と さ れ て い る 。 しかし 歴史 的 に は これ ら の 他 に も 2000 番 から 3000 番 程度 の 曲 が 作成 さ れ て い る 。 これ ら 廃曲 と な っ た 曲 の 中 に は 、 現代 に な っ て 再演 を 試み られ る ( 復曲 ) こと も あ る 。 また 近代 や 現代 に お い て も 新し い 曲 が 書 か れ る こと が あ る 。 これ ら は 新作能 と 呼 ば れ る 。 脇能 物 男神物 ( 高砂 ( 能 ) 、 養老 など ) 女神物 ( 西王母 ( 能 ) など ) 老神物 ( 放生 川 ( ほうじょうがわ ) 、 右近 、 老松 など ) 異神物 ( 東方 朔 、 源太夫 、 難波 、 道明 寺 など ) 荒神物 ( 江島 ( 能 ) 、 和布刈 ( めかり ) 、 賀茂 ( 能 ) など ) 二 番 目 物 勇士 物 ( 八島 ( 能 ) 、 箙 、 兼平 など ) 公達 物 ( 経正 、 知章 、 敦盛 ( 能 ) 、 生田 敦盛 など ) 老武者 物 ( 実盛 、 頼政 など ) 女武者 物 ( 巴 ( 能 ) など ) 三 番 目物 本髭物 ( 井筒 ( 能 ) 、 源 氏 供養 、 松風 ( 能 ) など ) 老女 物 ( 檜垣 、 姨捨 美男 物 ( 小塩 、 雲林院 ) 精天仙 物 ( 杜若 、 胡蝶 、 初雪 など ) 老精物 ( 西行 桜 、 遊行 桜 、 花軍 ) 現在 鬘物 ( 祇王 、 籠祇 王 、 熊野 ( 能 ) 、 大原 御幸 ( おはら ご こう ) など ) 現在 老女物 ( 関寺 小町 、 鸚鵡 小町 、 卒塔 婆 小町 ) 四 番 目物 巫女 ・ 女神物 ( 巻絹 、 鱗形 、 室 君 、 現在 七面 など ) 執心 女物 ( 梅枝 、 砧 ( 能 ) 、 水無瀬 など ) 執心 男物 ( 恋 松原 、 恋 重荷 、 阿漕 、 善知 烏 、 藤戸 など ) 狂女 物 ( 三井寺 _ ( 能 ) 、 隅田 川 ( 能 ) など ) 男物 狂物 ( 高野 物狂 、 芦刈 、 弱 法師 など ) 芸尽物 ( 花月 ( 能 ) 、 自然 居士 など ) 唐物 ( 鶴亀 、 邯鄲 ( かんたん ) 、 一角 仙人 、 天鼓 など ) 人情物 ( 鉢木 ( はち の き ) 、 俊寛 ( しゅんかん ) 、 景清 など ) 侍物 ( 木曽 ( 能 ) 、 桜井 ( 能 ) 、 桜井 駅 ( 能 ) 、 小督 、 安宅 など ) 斬合 物 ( 夜討 曽我 、 大仏 供養 、 忠信 など ) 尉物 ( 蟻通 、 雨月 、 木賊 、 豊干 、 輪蔵 ) 四 ・ 五 番 目 物 霊験 物 ( 谷行 、 松山 鏡 、 藍染川 、 鷺 など ) 鬼女物 ( 葵上 、 道成 寺 ( 能 ) 、 黒塚 など ) 五 番 目 物 女菩薩 物 ( 当麻 、 海人 ( 能 ) など ) 貴人物 ( 絃上 ( 能 ) 、 来殿 、 松山 天狗 など ) 猛将物 ( 草薙 ( 能 ) 、 碇潜 、 項羽 ( 能 ) 、 船弁 慶 など ) 天狗 物 ( 善界 、 車僧 、 大会 、 第 六 天 、 葛城 天狗 など ) 鬼物 ( 昭君 、 鍾馗 、 野守 、 雷電 ( 能 ) など ) 竜神物 ( 愛宕 空也 、 春日 竜神 ) 畜類 物 ( 殺生 石 、 鵺 ) 打合 物 ( 龍虎 ( 能 ) 、 舎利 ( 能 ) 、 飛雲 ) 鬼退治 物 ( 紅葉 狩 ( 能 ) 、 羅生 門 、 大江山 、 土蜘 蛛 など ) 本 祝言 物 ( 石橋 ( 能 ) 、 猩猩 、 大瓶 猩猩 ) +田楽 ( でんがく ) は 、 日本 の 伝統 芸能 。 楽 と 躍り など から 成 る 。 平安 時代 中期 に 成立 し た 。 「 田植え の 前 に 豊作 を 祈 る 「 田遊び 」 から 発達 し た 」 「 渡来 の もの で あ る 」 など の 説 が あ り 、 その 由来 に は 未 解明 の 部分 が 多 い 。 1096 年 に は 、 京都 の 人々 が 田楽 に 熱狂 する こと が あ り 、 天皇 に も 貴族 たち が その 様 を みせ た 。 永長 の 大田 楽 と い う ( 大江 匡房 「 洛陽田 楽記 」 ) 。 平安 後期 に は 寺社 の 保護 の もと に 座 を 形成 し て い っ た 。 田楽 を 専門 に 躍 る もの を 田楽 法師 と 言 う 。 猿楽 より も 人気 を 得 て い た 時代 も あ っ た 。 鎌倉 幕府 の 執権 北条 高 時 は 田楽 に 耽溺 し た こと が 「 太平 記 」 に 書 か れ て お り 、 室町 幕府 の 将軍 足利 義持 は 増阿弥 の 芸 を 好 ん だ 。 大和 猿楽 の 興隆 と 共 に 衰え て い っ た 。 郷土 芸能 現在 まで に は 、 びんざさら を 使 う 躍り 系 の 田楽 と 、 擦り ささら を 使 う 田 はやし 系 の 田楽と に 分かれ て き た 。 躍り 系 の 田楽 に は 、 豊穣 を 祈念 する もの と 、 魔事 退散 を 祈念 する もの と が あ る 。 王子 神社 の 田楽 ・ 、 白鬚 神社 の 田楽 、 御 宝殿 の 稚児 田楽 ・ 風流 、 小滝 の チョウ クライロ 舞 、 大日 堂 舞楽 など に は 稚児 が 演じ る 躍 り 系 の 田楽 が あ る 。 文化 財 指定 2006 年 現在 、 以下 の 24 件 が 民俗 芸能 の 田楽 の 分類 で 、 重要 無形民俗 文化 財 に 指定 さ れ て い る ( 指定 日 都 道 府 県 ) 。 秋保 の 田植 踊 ( 1976 年 5 月 4 日 宮城 県 ) 板橋 の 田遊び ( 1976 年 5 月 4 日 東京 都 ) 西浦 の 田楽 ( 1976 年 5 月 4 日 静岡 県 ) 藤守 の 田遊び ( 1977 年 5 月 17 日 静岡 県 ) 睦月 神事 ( 1978 年 5 月 22 日 福井 県 ) えん ぶり ( 1979 年 2 月 3 日 青森 県 ) 山屋 の 田植 踊 ( 1981 年 1 月 21 日 岩手 県 ) 花園 の 御田 舞 ( 1981 年 1 月 21 日 和歌山 県 ) 磯部 の 御 神田 ( 1990 年 3 月 29 日 三重 県 ) 石井 の 七 福神 と 田植 踊 ( 1995 年 12 月 26 日 福島 県 ) 田原 の 御田 ( 2000 年 12 月 27 日 京都 府 ) 塩原 の 大山 供養 田 植 ( 2002 年 2 月 12 日 広島 県 ) 御 宝殿 の 稚児 田楽 ・ 風流 ( 1976 年 5 月 4 日 福島 県 ) 水海 の 田楽 ・ 能舞 ( 1976 年 5 月 4 日 福井 県 ) 那智 の 田楽 ( 1976 年 5 月 4 日 和歌山 県 ) 吉良 川 の 御田 祭 ( 1977 年 5 月 17 日 高知 県 ) 三河 の 田楽 ( 1978 年 5 月 22 日 愛知 県 ) 住吉 の 御田植 ( 1979 年 2 月 3 日 大阪 府 ) 下呂 の 田 の 神祭 ( 1981 年 1 月 21 日 岐阜 県 ) 杉野原 の 御田 舞 ( 1987 年 12 月 28 日 和歌山 県 ) 隠岐 の 田楽 と 庭 の 舞 ( 1992 年 3 月 11 日 島根 県 ) 安芸 の はやし 田 ( 1997 年 12 月 15 日 広島 県 ) 白鬚 神社 の 田楽 ( 2000 年 12 月 27 日 佐賀 県 ) 都々 古別 神社 の 御田植 ( 2004 年 2 月 6 日 福島 県 ) 食べ物 料理 の 田楽 に つ い て は 、 味噌 田楽 を 参照 の こと 。 田楽 の 芸 に 高足 と い う もの が あ り 、 竹馬 に 乗 る よう な もの だっ た の で 、 これ に 由来 する 。 「 福山 田楽 」 と い う 、 お 餅 に きな 粉 を まぶし た 和 菓子 も 存在 する 。 おでん は 煮込み 田楽 より 派生 し た 料理 で あ る 。 +家紋 ( かもん 、 英語 : ) と は 、 特に 日本 に お い て 古く より 出自 と い っ た 自ら の 家系 、 血統 、 家柄 ・ 地位 を 表 す ため に 用い られ て き た 紋章 で あ る 。 単に 紋所 や 紋 と も 呼 ば れ る 。 日本 だけ で 241 種 、 5116 紋 以上 の 家紋 が あ る 。 英語 で 用い られ る 象徴 ( ) は 抽象 な 図案 を 指 し 、 紋章 ( ) は 視覚 な 図案 を 指 す が 、 日本 の 家紋 は 「 兜飾り 」 の 意味 から 、 と い っ た 英語 で 表現 さ れ て い る 。 これ は 西洋 の 個人 紋章 ( ) の 構成 要素 が 一族 ・ 家族 で 共有 と 、 日本 の 家紋 と 同様 の 機能 を 有 する から で あ る 。 日本 名 を 音訳 し て 、 と する 場合 も あ る 。 家紋 は 今日 まで 息づ い て い る 日本 固有 の 文化 で あ る と 言 っ て い い 。 「 源平藤 橘 ( げんぺい とうき つ ) 」 と 呼 ば れ る 源氏 、 平氏 、 藤原 氏 、 橘 氏 と い っ た 強力 な 氏族 が 最も 名 を 馳 せ て い た 時代 、 地方 に 移り住 ん だ 氏族 の 一部 が 他 の 同じ 氏族 の 人間 と 区別 を はか る ため 土地 の 名前 など を 自分 の 家名 ( 屋号 ) と し 、 それ が 後 の 名字 と な っ た 。 家紋 は 家 の 独自 性 を 示 す 固有 の 目印 的 な 紋章 と し て 生まれ 、 名字 を 表 す 紋章 と し て の 要素 が 強 い 。 その 後 、 武家 や 公家 が 家紋 を 使用 する よう に な り 、 血統 や 元々 の 帰属 勢力 と し て いく つ か の グループ に 大き く 分け る こと が でき 、 それぞれ が 代表 的 な 家紋 と その バリエーション で 構成 さ れ る 。 その 他 、 各地 の 豪族 が それぞれ 新た に 創作 し た 家紋 が 現代 まで 伝わ っ て い る もの も あ る 。 特別 な 紋章 や 場合 を 除 い て 、 家紋 を 幾 つ も 所有 する こと は 自由 だっ た こと も あ り 、 墓地 や 家具 、 船舶 に まで 付け られ る ほど まで に 広ま る 。 家紋 は 人々 の 暮らし に 息づ い て い た 。 当然 、 刀 や 甲冑 と い っ た 武具 に も 、 好 ん で 使用 さ れ て い た 。 しかし 家紋 の 使用 に 制限 は な かっ た と 言 っ て も 、 他 家 の 家紋 を 無闇 勝手 に 使用 し て は それ なり の 軋轢 や 摩擦 が 生じ る 。 特に 大名 で あ っ たり 将軍 で あ っ たり 、 地位 の 高 い もの と な れ ば 尚 の こと で あ っ た 。 その ため 、 他家 の 定紋 は 出来 る だけ 配慮 し て 使 わ な い こと と する 暗黙 の 了解 が あ っ た と あ る 。 源平藤 橘 や 物部 、 大伴 と 呼 ば れ る 氏族 が 全盛 期 を 誇 っ た 頃 、 何千 と い う 名字 が 生まれ 、 その 後 次第 に 家紋 が 用い ら れ 始め る 。 同族 や 異族 に 限 ら ず 、 同 名字 同士 の 家柄 で も 異な る 家紋 を 使用 する こと が あ っ た 。 しかし ながら 家紋 が 生まれ て 間 も な い 鎌倉 時代 や 平安 時代 は 江戸 時代 の 元禄頃 と は 違 い 、 まだまだ 家紋 の 種類 や 形 は 多様 で は な かっ た 。 その ため 美し く 人気 の あ る 家紋 や 描 き やす い 単純 な 模様 の 家紋 ほど 好 ま れ る 傾向 に あ り 、 同 名字 で あ っ て も 異な る 家紋 を 利用 し て い る ケース も あ れ ば 、 異名字 で あ っ て も 同じ 家紋 を 利用 し て い る ケース も 多 かっ た 。 同じ 氏族 の 中 で 比較 的 多 く 使 わ れ て い る 家紋 は 代表 紋 ( だいひょう もん ) 、 また は 表紋 ( おもて もん ) と い い 、 その 氏族 の 代表 的 な 家紋 と し て 扱 わ れ て い た 。 例えば 、 藤原 氏 から 分かれ た 長家 や 那須 と い っ た 支流 で は 、 一番 使用 さ れ て い る 家紋 の 「 一 文字 紋 」 を 代表 紋 と し て い る 。 また 、 同 名字 で も 複数 の 家紋 を 使用 し て い る こと は 常識 化 さ れ て い た ため 、 公式 に 示 す ため の 正式 な 家紋 を 必要 と さ れ た 。 そう い っ た 各 個人 が 決ま っ て 用い る 家紋 の こと を 定紋 ( じょうもん ) また は 「 本紋 」 や 「 正紋 」 と い う 。 基本 的 に 、 諸 大名 や 将軍 家 で は 定紋 を 嫡子 だけ に しか 継 が せ な かっ た ため 、 また 時代 と とも に 一家 系 で 持ちう る 替紋 ( 後述 ) の 数 が 増え る に 連れ て 、 定紋 の 権威 や 価値 や 必要 性 は 強ま っ て い っ た 。 前述 も し た 通り 、 一家 に 対 し て 一紋 しか な い 家 は 極めて 稀 で 、 むしろ いく つ も の 家紋 も 持 っ て い る の が 普通 で あ っ た 。 また 後述 も し て い る が 、 家 同士 で の 家紋 の やりとり は 頻繁 に あ っ た し 、 家紋 を 自由 に 創作 し たり する こと は あ っ た 。 それ ゆえ 本来 の 家紋 の 意味 を 逸脱 し た 家紋 は 数 多 く 持 っ て い る 家 も 多 かっ た 。 その ため 本来 の 家 を 示 す 公式 的 な 家紋 で あ る 定紋 以外 の 家紋 は 「 替紋 」 と 呼 ば れ た 。 また 、 「 裏紋 」 、 「 別紋 」 、 「 副紋 」 、 「 控紋 」 など と い う こと も あ る 。 江戸 時代 に はい る と 家紋 の 数 は ますます 増え た 。 華美 で 流行 の 装飾 的 な 家紋 も 増え て 、 当然 の よう に そう い っ た 家紋 は 誰 も 彼 も の 多く の 人間 に 利用 さ れ た 。 そう い っ た 少数 の 家 や 人間 に 独占 する こと が 不 可能 に な っ た 家紋 の こと を 「 通紋 」 と 呼 ば れ る 。 通紋 は 、 例えば 「 花菱 紋 」 と い っ た 一般 的 に 優美 な 家紋 に 多 い 。 「 五三 の 桐 」 など は その 一般 性 から 、 貸衣装 の 紋 と し て 良 く 使 わ れ る 。 家紋 は 度々 、 人 から 人 へ 譲渡 の 対象 に な っ て い る 。 だ から と い っ て 、 当時 も 現在 も 家紋 に 関 する 使用 の 制限 は 特別 な 紋章 を 除 い て な かっ た ため 、 家紋 を 譲渡 を し た 側 の 人間 が 譲渡 し た 家紋 が 使え な く な る と い う 訳 で は もちろん な い 。 例えば 、 典型 的 な もの と 言 え ば 、 皇族 の 家紋 で あ る 菊紋 が 挙げ られ る 。 天皇 は 功績 の あ る 者 へ 、 例えば 豊臣 秀吉 など に 授け て い る 。 また 逆 に 、 天皇 から 授か っ た 桐紋 など を 将軍 が 功績 の あ っ た 、 優秀 な 家臣 や 家来 に 授け る こと も あ っ た 。 その 習慣 は 室町 時代 まで 遡 り 、 足利 義満 が 細川 頼之 に 自身 の 家紋 を 贈紋 し た こと から 始ま っ た と 言 わ れ る 。 こう い っ た 家紋 の 受け渡し を 、 賜与 ( しよ ) など と 呼 ば れ 、 授か っ た 家 は 一家 の 大 名誉 と し て 喜 ん だ と 言 わ れ 、 与え られ た 紋 を 拝領 紋 と い う 。 室町 幕府 13 代将軍 足利 義輝 が 織田 信長 の 父 織田 信秀 に 桐紋 を 授け 、 その 後 、 信長 に その 桐紋 が 父 から 引き継 が れ た 。 その 桐紋 を 肩衣 に つけ た 誇らし げ に し て い る 肖像 画 が 長興 寺 ( 豊田 市 ) に 保存 さ れ て い る 。 また 、 豊後 の 大友 は その 紋 を 授か っ た 者 を 「 御 同 紋衆 」 と 呼 び 、 重用 し た と い う 。 身分 の 変わ ら な い 同格 者 同士 に よ る 家紋 の 譲渡 も 存在 し た が 、 家督 の 相続 や 、 婚姻 に よ る もの が 大半 で あ る 。 家紋 で は な い が 、 主に 関西 地方 に お い て 家 同士 の 婚姻 が 主 だっ た 折 は 、 女性 が 嫁 ぐ 場合 に 際 し て 、 婚家 から 家紋 女紋 を 持 っ て い く 例 も 見 られ る ( 詳細 は 家紋 女紋 の 節 を 参照 ) 。 家紋 の 起源 は 古 く 平安 時代 後期 に まで 遡 る 。 聖徳 太子 が 生き て い た 奈良 時代 から 調度 や 器物 に は 装飾 目的 と し て 様々 な 文様 が 描 か れ て き た が 、 平安 時代 に な る と 次第 に 調度 品 に 文様 を 描 く こと は の 視覚 的 な 美し さ だけ で な く 、 公家 ( 貴族 ) と い っ た 朝廷 に 仕え る 人々 が 各家 固有 の 他 家 と 区別 する 目印 と し て の 特色 が 帯び て き た 。 そして 平安 末期 に 近づ く と 、 西園 寺 実季 や 徳大寺 実能 と い っ た 公家 が 独自 の 紋 を 牛車 の 胴 に 付け 都 大路 を 、 まるで 誇示 する か の よう に その 紋 を 披露 し て 歩き回 り 始め る 。 これ が 家紋 の 起こり で あ る と い う 説 が 最も 一般 的 と 言 わ れ て い る 。 新井 白石 が 「 蓋 ( きぬ がさ ) 」 で 用い られ た 紋 も 家紋 の 起こり で あ る と 自著 で 記 し て い る が 、 この 説 に は 異説 が あ り 結論 は 出 て い な い 。 その 後 、 公家 の 間 で 流行 し 、 様々 な 家紋 が 生み出 さ れ て い く 。 例えば 上記 の 西園寺 実季 は 「 鞘絵 」 を 、 徳大寺 実能 は 「 木瓜 紋 」 を 、 菅原 一族 など は 梅紋 を と い っ た 華美 な 紋 を 家紋 に し て い る 。 しかし ながら 文様 の 延長 線 上 と し て の 色彩 的 な 意味 合い が 強 く 、 鎌倉 時代 に かけ て 徐々 に 、 その 後 の 帰属 の 証明 や 家紋 の 意味 合い や 役割 に 、 発展 ・ 変貌 し て い っ た 。 武家 ( 武士 ) の 家紋 は 公家 より も 遅れ 、 源平 の 対立 が 激化 し 始め た 平安 末期 に 生まれ る 。 戦場 に お い て 自分 の 働き を 証明 、 また 名 を 残 す 自己 顕示 の ため 各自 が 考え た 固有 の 図象 を 旗幕 、 幔幕 に あしら っ た こと が 、 その 始まり で あ っ た と 考え られ て い る 。 源 氏 が 白旗 、 平氏 が 赤旗 を 戦場 で の 敵 味方 の 区別 を 付け やす く する ため の 認識 性 の ため に 掲げ 戦 っ た 。 旗 に 家紋 の 原型 と な る 紋章 を 描 く こと は な かっ た が 、 家来 で あ る 武蔵 七 党 で あ る 児玉 党 は 後 の 児玉 の 家紋 に な る 軍配 団 扇紋 の 「 唐 団扇 」 を 軍旗 に 描 い て い る 。 この こと から 、 武家 の 家紋 も 公家 と 同じく 平安 後期 に 生まれ た と 考え られ る が 、 それ も わず か 数え られ る ほど で 、 爆発 的 に 普及 し 始め た の は 鎌倉 時代 以後 と な る 。 鎌倉 中 期 頃 に は ほとんど の 武士 は 家紋 を 持 ち 、 家紋 の 文化 は 武家 社会 に 定着 し て い た と 考え られ て い る 。 承久 の 乱 や 文永 ・ 弘安 の 役 など の 戦 が 増え た 鎌倉 時代 に は 、 武勲 を 上げ る 武士 に と っ て 絶好 の 機会 が 増え た 。 その ため 自己 を 証明 し たり 、 手柄 の 確認 、 また 敵 味方 の 区別 が 必要 に な り 、 幔幕 や 旗 、 馬標 や 刀 の 鞘 など あり と あらゆる 場所 に 描 か れ た 。 一種 の 名刺 代わり で 、 自分 の 名前 を 示 す ため に 用い ら ざる を 得 な かっ た 家紋 が 武士 の 間 で 増え た こと は 言 う まで も な い 。 また 当時 や 日本 古来 の 武家 社会 に お い て は 、 勲功 を 立て る こと は すなわち 自分 が 属 する 家 ( イエ ) に 貢献 する こと に 繋が っ た こと も 影響 し て い る 。 鎌倉 時代 に 入 っ て から 武家 社会 で は 急速 に 広ま っ た 家紋 で あ っ た が 、 公家 社会 に お い て は 武士 の よう に 名 を 上げ る ため に 家紋 を 敢え て 使用 する 必要 は な かっ た 。 室町 時代 に 入 る 頃 に は ほとんど 廃れ て しま う 。 元来 、 ある 特定 の 家 を 識別 する ため に 紋章 を 使用 する と い う 発想 その もの が 武家 出自 の 考え かた で あ り 、 そもそも 家格 や 名字 に は 因習 的 な 力 や 歴史 が あ っ た 。 その ため 、 公家 の 家紋 は 武家 に なら っ て 「 作 ら れ た 伝統 」 の 側面 も 強 い 。 南北朝 時代 ( 日本 ) に 入 る 頃 に は 、 「 大紋 」 と い っ た 直垂 に 家紋 が 縫い つけ られ た 衣服 が 武士 の 間 で 普及 する 。 室町 頃 から 、 紋章 を 付け た 衣服 の こと を 礼服 と 呼 ば れ る よう に な る が 、 礼服 に つけ る 紋章 に は 必ず 家紋 を つけ る と い う 発想 や 考え は まだ 一般 化 し て な かっ た 。 その 考え が 定着 し 始め た の は 、 大紋 から 発展 し た 「 素襖 」 や 「 肩衣 」 と い っ た 衣服 が 出 始め た 室町 時代 に 入 っ た 中期 の 東山 時代 頃 だ と 言 わ れ る 。 同じ 頃 、 羽織 が 生まれ た 。 また 同じ 家族 、 名字 を 持 つ 者 同士 が 家紋 を 共有 し 合 っ て い た が 、 室町 時代 に 突入 する と 同族 同士 で 戦い合 う こと も 増え た 。 同じ 家紋 を 使用 する と 敵 ・ 仲間 の 区別 を し づら く な る 不 都合 を 解消 する ため 、 この ころ から 急激 に 家紋 の 種類 が 増え 始め た 。 同 時期 、 「 平紋 ( ひょうもん ) 」 と 呼 ば れ る 2・ 3 色 に 柄 を 色分け た 家紋 が 流行 し た 。 例えば 安土 桃山 時代 、 朝鮮 に 出兵 し た 武将 ・ 加藤 清正 の 平紋柄 の 桔梗 を 小袖 に つけ て い る 肖像 画 が 、 京都 府 の 勤持 院 に 残 さ れ て い る 。 この 柄 は 江戸 時代 に 入 っ て も 人気 は 衰え ず 、 元禄 に 突入 し た 華美 な 家紋 が 流行 し た 時期 など は 派手 好き な 民衆 に 特 に 好 ん で 使用 さ れ た 。 天下 太平 の 江戸 時代 に 入 る と 、 武士 同士 に よ る 激し い 戦 は ほとんど な くな り 、 合戦 に おけ る 敵 味方 の 区別 の よう に 実用 的 だっ た 家紋 の 役割 は 変化 し て い き 、 一種 の 権威 の 象徴 と な っ て い っ た の で あ る 。 士 農工 商 と い う 身分 が 明確 に 分け られ て い た 階級 社会 が あ っ た 江戸 時代 で は 、 家紋 の 用途 は 相手 の 身分 や 家格 に 応 じ て 自分 や 家族 の 身なり を 正 す ため で あ っ たり 、 家 の 格式 を 他人 に 示 し たり する 、 相手 の 身分 を 確認 し たり 示 す と い っ た 目的 に 変化 し た 。 また 、 家紋 は 一般 庶民 も 広 く 所有 ・ 使用 を し た 。 この こと は 貴族 など ごく 限 ら れ た 人々 し か 家 の 紋章 を 用い な い ヨーロッパ 各国 と は 、 対照 的 な 事例 で あ る と 言え る だ ろ う 。 百 姓 や 町人 、 果て は 落語 家 や 役者 と い っ た 芸人 から 遊女 まで 家紋 を 用い た 。 一般 的 な 百 姓 ・ 町人 は 苗字 の 公称 が 出来 な かっ た が 、 家紋 を 用い る こと は 規制 さ れ て な かっ た ため 、 家 ・ 一族 の 標識 と し て 機能 し て い っ た 。 ちなみ に 百 姓 ・ 町人 は 苗字 の 公称 が 出来 な かっ た だけ で あ り 、 私称 と し て 代々 伝わ る 苗字 を 村落内 で は 使用 し て い た 例 が 多 い 。 この こと は 中世 の 村落 構造 に 端 を 発 し て お り 、 中世 の 地侍 や 乙名 百 姓 は 苗字 を 称 し た 。 そして 、 その 配下 の 名子 ・ 被官 と い っ た 人々 も 地縁 に もとづ き 支配 者 と 同苗 を 名乗 る こと が 多 かっ た の で あ る 。 この 苗字 と とも に 家紋 も 各家 に 伝わ り 、 近世 に は 庶民 の 私称 の 苗字 や 家紋 と し て 使用 さ れ る こと に な っ た の で あ る 。 もっとも 、 この こと の 裏 を 返 せ ば 、 家系 が はっきり し て い る 場合 を のぞ い て ( 特に 庶民 の 場合 ) 、 家紋 と 血筋 が 一致 する と は 限 ら な い こと を 表 し て い る ( 高貴 な 家 と 家紋 が 同じ で あ っ て も 、 その 家 に 血筋 が 繋が る と は いえ な い ) 。 さらに 江戸 期 に は 、 「 羽織 」 や 「 裃 」 など 礼装 ・ 正装 の 衣服 に 家紋 を 入れ る 慣習 が 一般 化 する 。 元禄 時代 に 入 る と 、 人々 の 生活 は 次第 に 華やか な もの に な っ て い き 、 家紋 を も っ て い な かっ た 人々 も 家紋 を 必要 と する 機会 が 生まれ 、 豊臣 秀吉 の 吉例 に よ っ て 「 五三 の 桐 」 紋 が 下層 庶民 に 好 ま れ た 。 また 一般 の 家紋 も 装飾 化 が はか ら れ 、 武家 や 庶民 が 用い る 家紋 も 華美 ・ 優美 な 形 に 整 っ て い っ た 。 その ため 、 左右 や 上下 対称 に な っ た 家紋 や 、 丸 で 囲 ん だ 家紋 が 増え 始め た の は この 時期 で あ る と 考え られ て い る 。 また 幕末 頃 ヨーロッパ で アール ヌーボー の ジャポニズム に お い て 家紋 の デザイン 性 が 評価 さ れ 絵画 など に 使用 さ れ た 。 明治 に な る と 欧米 文化 が 流入 し た が 上流 階級 を 除 き 洋装 が 急速 に 普及 し た わけ で は な く 、 むしろ 身分 規制 が なくな っ た こと に よ り 庶民 が 紋服 を 着用 し たり 、 墓石 など に 家紋 を 入れ る ケース が 増え た 。 また 当時 盛ん だっ た 国粋 主義 や 家 意識 の 表象 と し て 多 く 用い られ た 。 オーダー メイド の 軍刀 の 柄 金具 に 銀 細工 で 所有 者 の 家紋 を 入れ たり し た の は その 一 例 で あ る 。 敗戦後 は 戦中 に ピーク に 達 し た 社会 的 重圧 を 「 軍国 的 」 「 封建 的 」 の 概念 で 否定 する よう に な り 、 家紋 は その 表象 の ひと つ と さ れ た 。 また 国民 の 関心 が 欧米 文化 に 傾倒 する に 伴 い 、 紋服 な ども を 着用 する こと が 少な く な り 、 国民 の 間 で 家紋 は 次第 に 縁遠 い もの と な っ て い っ た 。 しかし 現在 で も ほぼ 全て の 家 に 一 つ 以上 の 家紋 が 定め られ て お り 、 冠婚 葬祭 など で 使用 さ れ 続け て い る 。 また 、 美的 な 意味 に お い て 日本 の 家紋 は 象徴 的 な デフォルメ と シンプル な 構造 から 、 海外 で も よく 知 ら れ て お り 、 家紋 を 利用 し た デザイン も しばしば 見 られ る 。 古く から 菊紋 で あ る 十 六 八 重菊 は 皇室 の 紋 と し て 幕府 や 民衆 など に 広 く 認識 さ れ 、 桐紋 で あ る 五七 桐 は 菊紋 の 替紋 と し て 使用 さ れ て い た 。 皇室 に 対 し て 功績 が あ っ た 者 に 対 し て 、 天皇 が 菊紋 や 桐紋 を 下賜 さ れ る こと は 度々 あ り 、 一説 に は 承久 の 乱 の 際 、 後鳥 羽 上皇 が 鎌倉 幕府 倒幕 の 志士 達 に 対 し て 、 愛好 し て い た 菊 の 紋 を 彫刻 し た 刀 を 賜与 さ れ た こと が 発端 と も い わ れ て い る 。 後 に 足利 尊 氏 や 豊臣 秀吉 など も 菊紋 や 桐紋 を 授か っ た と い う 事例 が あ る 。 菊紋 を 授か る こと は 名誉 かつ 光栄 な こと で あ っ た が 、 主に 下賜 さ れ た 家紋 は 替紋 と さ れ て い た 桐紋 と 言 わ れ 、 天皇 よ り 任命 さ れ た 摂政 ・ 関白 ・ 征夷 大将軍 ・ 太政 大臣 など 統治 者 ら は 統治 者 の 行 う 政策 など に 於 い て 功績 を 残 し た 家来 や 大名 など に 、 桐紋 を 贈与 する こと も あ っ た と い う 。 皇族 の 家紋 で あ る 菊紋 や 桐紋 の 権威 は 増 し て 厳格 に な り 、 1591 年 ( 天正 19 年 ) 、 1595 年 ( 文禄 4 年 ) に は 、 豊臣 秀吉 が 菊紋 や 桐紋 の 無断 使用 を 禁止 する 規制 を 布 く ほど で あ っ た 。 豊臣 政権 から 徳川 氏 の 政権 で あ る 江戸 幕府 に 交代 し て から は 次第 に 禁止 令 は 緩ま り 、 また 江戸 幕府 は 自己 の 権威 を 京 の 朝廷 の 上 に 置 こ う と し て い た 傾向 から 、 同様 の 菊紋 は 仏具 の 金具 ・ 彫刻 や 和 菓子 の 造形 、 又 は 暖簾 の 図柄 に 用い られ る など 、 一般 人 へ の 使用 ・ 普及 に 拍車 を 掛け た 。 比較 的 家紋 の 使用 に は 寛容 な 幕府 で あ っ た と い う こと も 影響 し て い る が 、 徳川 氏 の 家紋 で あ る 葵紋 の 使用 は 厳格 に 禁止 し て い る 。 その 後 、 明治 新 政府 に な る と 皇室 の 十 六 八 重菊 の 皇室 以外 の 使用 は 全面 的 に 禁 じ られ る 。 親王家 も 使用 規制 の 対象 に な り 、 八幡 や 泉涌 寺 と い っ た 皇室 ゆかり の 神社 や 仏閣 に 対 し て も 規制 が 行 わ れ 、 徐々 に 皇室 の 菊紋 の 権威 は 復活 し て い く こと に な る 。 現在 、 天皇 と 皇室 の 御紋 で あ る 「 十 六 八 重菊 」 が 慣習 法 上 の 国章 の 扱い を 受け て い る 。 十 六 八 重菊 に 意匠 的 に は 似 て い る 十 六 菊 は 日本 国 の 発行 する パスポート や 議員 バッジ など の デザイン と し て 取り入れ られ て い る 。 今 の ところ 日本 で は 特定 の 菊紋 を 国章 と する 法令 は な い 。 桐紋 が 皇室 御 用 達 の 紋 に な っ た の は 元寇 の 少し 前 の 鎌倉 時代 中期 と 言 わ れ る 。 家紋 と し て よく 見 られ る 五三 桐 や それ に まるで 囲 っ た もの は 、 太閤 記 や 伝承 など で 農民 出身 と さ れ て い る 豊臣 秀吉 が 用い た こと から 「 家紋 の な い ほど の 一般 庶民 が なん ら か の 事情 で 家紋 を 必要 と する 場合 ( 紋付 袴 の 着用 等 ) に 用い る 家紋 」 と し て も 使用 さ れ 、 上流 階級 と は 逆 の 理由 で 庶民 の 間 で 一般 的 に 流布 し た 。 また 、 現在 で は 貸衣装 の 紋 と し て よく 使 わ れ る 。 明治 政府 が 建て られ 、 菊紋 の 法的 規制 が 布 か れ る 中 、 桐紋 に つ い て は 、 菊紋 と 同じ よう な 法的 規制 など の 対処 は 採 ら れ な かっ た 。 室町 から 続 く 将軍 家 の 家来 に 対 する 桐紋 の 譲渡 が 頻繁 に あ り 、 家 の 家紋 と し て 使用 し て い る もの も い た ため 、 それ を 配慮 し た ため だ と 考え られ て い る 。 しかし ながら 、 権威 が 失墜 し た わけ で は な く 、 五七 桐 が 内閣 ・ 政府 の 紋章 と し て 事例 書 など を 下付 する 場合 など 慣例 的 に 用い られ 、 最近 で は 、 海外 に お い て 日本 の 総理 大臣 の 紋章 と し て 定着 し つつ あ る 。 桐紋 は もともと 政府 を 表 す の 紋章 と し て の 性格 が あ り 、 小判 など の 江戸 時代 の 貨幣 や 明治 以降 の 貨幣 、 現在 の 最高 額 硬貨 で あ る 500 円 玉 に も その 刻印 が あ る 。 また 神社 や 寺 で も 各々 に 用い る 固有 の 紋 が あ る が 、 特に 家紋 と 区別 し て それ ら の 紋 は 神紋 ( しんもん ) や 寺紋 ( じもん ) と 呼 ば れ る 。 しかし 同じ よう に 校章 と い っ た 各 学校 に おけ る 紋章 や 、 会社 など 社団 法人 に は 社章 も 存在 する が 、 家紋 の 数 や 種類 と 比べ る と 圧倒 的 に 少な い ため 、 日本 の 紋章 学者 の 間 で は 「 紋章 = 家紋 」 と い う 認識 が 一般 的 で あ る 。 神紋 に は 、 各 神社 に ゆかり の あ る 公家 ・ 武家 の 家紋 が 用い られ る 他 、 唐 など に おけ る 図案 や 由緒 縁起 に まつわ る 図案 など 独自 の 意匠 が 用い られ て い る こと も 多 い 。 神職 の 系統 の 家系 で は 、 神紋 が 家紋 代わり と な っ て い る ( 花菱 紋 、 柏紋 など ) 。 主 に 畿内 ( 関西 地方 ) を 中心 と し た 西国 に お い て 普及 し て い る 風習 の 1 つ で あ る 。 女紋 と は 実家 の 家紋 と は 異な り 女系 から 女系 へ と 伝え る 紋章 の こと で あ り 、 実家 の 家紋 と は 意匠 も 由緒 も 異な る 。 関西 の 商家 で は 外部 から 頻繁 に 有能 な 入婿 を 迎え て 家 を 継 が せ る 女系 相続 が 行 わ れ た ため 、 自然 発生 的 に 女系 に 伝わ る 紋 が 生まれ た と い わ れ る 。 特に 近畿 地方 の 商家 に お い て は 「 家紋 が 一 つ しか な い 家 は 、 旧 家 と は 言 わ な い 」 と も い い 、 代々 の 女紋 を 持 つ 家 は 相当 な 旧 家 と し て 敬意 を 持 っ て 遇 さ れ る こと が 多 い 。 関東 を はじめ 関西 以外 で は この 風習 は 希 で あ り 、 女紋 と い う 文化 の な い ところ で は 婚姻 に 際 し 、 習慣 の 違い から しばしば 難色 を 示 さ れ る 場合 も あ る と い う ( 嫁 い だ の で あ る から 当家 の 家紋 を 用い る べ き と い う 理由 ) 。 現在 で も この 風習 は 根強 く 残 っ て い る 。 家 同士 の 婚姻 が 主 だっ た 時代 、 女性 が 嫁 ぐ 場合 に 婚家 に 女紋 を も っ て い く 例 も み られ る 。 女紋 の 意匠 は 主に 家紋 を 基 に し て い る が 、 やや 女性 らし い もの が 多 い 。 女性 が 留袖 に 実家 の 家紋 を 用い る 例 が 多 く み られ る が 、 女紋 を 継承 し て い る 場合 は 女紋 で 留袖 を つく る 。 紋 に は 、 単独 で あ る もの 、 輪 や 角 に 囲 ま れ て い る もの 、 文字 、 異種 と の 組み合わせ など が あ る 。 それ ら に 関 する 特定 の 用語 が み られ な い ため ここ で は 便宜 上 、 仮 の 名称 を 使用 する 。 一 つ の 紋 に は 、 身 ( み ) や 内 ( うち ) と いえ る 部分 と 輪 ( わ ) ・ 枠 ( わく ) や 外 ( そと ) と いえ る 部分 が あ る 。 その 構成 に は 、 その 紋類 ( ここ で は 、 桐紋 や 菱紋 など の 大きな 括り の こと を 仮 に い う ) に よ る が 、 紋 の 図案 を 構成 する 働き に よ り 細か い 種類 が あ る 。 例えば 機能 別 に 以下 の よう に し て 分け た 。 単数 - 単独 で 成り立 た せ た 紋 桔梗 紋 「 桔梗 」 ・ 烏紋 「 烏 」 、 など 組識 - 組み合わせ て 成り立 た せ た 紋 二 つ ・ 三 つ ・ 盛り ・ 並び ・ 違い ・ 抱き ・ 対 い ・ 頭 、 尻合せ ・ 入れ違い ・ 重ね ・ 八重 ・ 比翼 ・ 束 ね ・ 組合 い ・ 出 、 など 形容 - 紋 全体 を 変化 さ せ た もの 陰 ・ 裏 ・ 竪 ・ 隅立 ・ 変わり ・ 鬼 ・ 尖り ・ 反り ・ むく み 、 など 付属 - 一部 に 付属 さ せ る 部位 剣 ・ 蔓 ・ 枝 ・ 水 ・ 花 ・房 、 など 変形 - その もの を 変え ず に 若干 の 変化 を 加え た もの 巴 ・ 丸 ・ 角 ・ 菱 ・ 花 ・ 唐 ・ 崩 し ・ 覗き ・ 豆 ・ 捻 じ 、 など 擬態 - 他 の 紋 に 形 を 似 せ た もの 車 ・ 扇 ・ 蝶 ・ 鶴 ・ 桐 ・ 結 ・ 浮線 、 など 外郭 - 以上 に 成り立 た せ た もの を 囲 う 文様 を 果た す もの 角 ・ 輪 ( 輪 ( 丸 ) ・ 雪輪 など ) ・ 亀甲 ・ 石持 、 など 例えば 「 丸 に 一 つ 鷹 の 羽 」 で は 外郭 「 丸 」 の 内 に 単数 「 一 つ 鷹 の 羽 」 が あ る もの 、 「 丸 に 並び 鷹 の 羽 」 で は 外郭 「 丸 」 の 内 に 単数 「 一 つ 鷹 の 羽 」 を 組織 「 並び 」 し た もの と な る 。 +裏千家 ( うらせんけ ) は 、 茶道 流 派 の 一 つ 。 特に 、 表千家 ・ 武者 小路 千家 と 並び 三千 家 の 一 つ で あ る 。 茶道 諸流 派 中 最大 の 流派 で 、 茶道 人口 の 過 半数 は 裏千 家門下 で あ る と み られ る 。 「 裏千家 」 の 語 は 、 家元 と その 家族 ら で 構成 さ れ る 宗家 を 指 す こと も 、 財団 法人 裏 千家 今日 庵 など の 法人 組織 を 指 す こと も 、 弟子 ・ 門下生 を 含 む 流派 組織 を 指 す こと も あ る 。 宗家 は 京都 市 上京 区 小川 通 寺 之内 上 に あ り 、 表千 家 宗 家 と 隣接 し て い る 。 その 茶室 ・ 今日 庵 ( こんにち あん ) は 裏千家 の 代 名詞 で も あ る 。 裏 千家 の 名称 は 、 表千家 ( 不審 菴 ) に 対 し 、 今日 庵 が 通り から み て 裏 に あ る 意 。 特徴 三千 家 の 点前 作法 は 基本 的 に よく 似通 っ て い る が 、 心得 が 無 く て も わか る 比較 的 目立 っ た 違い を いく つ か 挙げ る 。 裏千家 は 薄茶 を よく 泡立て る 。 表 千家 で は 泡 が 全面 を 覆 う よう な 点 て 方 を し な い 。 裏 千家 の 茶筅 は 普通 想像 さ れ る よう な 白竹 の もの で あ る 。 表 千家 で は 煤竹 を 、 武者 小路 千家 で は 黒竹 を 用い る 。 裏 千家 の 女性 の 帛紗 ( ふくさ ) は 緋 を 基本 と する が 柄 もの など も あ る 。 表 千家 で は 女性 の 袱紗 ( ふくさ ) は 朱 無地 で あ る 。 三千 家 の 中 で 裏千家 の 流儀 を 特徴 づけ る の は 11 代 玄々 斎 以来 特に 顕著 な 「 積極 性 」 で あ る 。 玄々 斎 に よ る 茶箱 点 ・ 立礼 式 や 、 13 代 円 能斎 に よ る 盆略 点 に 代表 さ れ る よう に 、 新し い 点前 を 作 る こと に 対 し て 他 の 二 家 より 積極 的 で あ る 。 立礼 や 盆略 は その 後 三千家 や それ 以外 の 流派 に も 形 を 変え ながら 受容 さ れ て い る が 、 こう し た 積極 性 は 伝統 的 な 流派 に お い て は 珍し い 。 もう 一 点 、 侘び を 尊 ぶ 三千 家 の 中 に あ っ て 、 比較 的 華やか な 方向 性 を 持 っ て い る こと が 挙げ られ る 。 好み 物 の 棚 の 種類 が 非常 に 多 かっ たり 、 茶箱 の 色紙 点 の よう に 彩 り 豊か な 点前 が 好 ま れ たり し て い る 。 許状 「 許状 」 は 、 稽古 する こと を 許可 する 趣旨 の 書面 で あ り 、 実力 認定 の 意味 合い が 強 い 「 免状 」 「 免許 」 「 段位 」 など と は 性格 が 異な る 。 裏千家 で は さらに 平成 12 年 ( 2000 年 ) から 「 許状 」 と 対応 し た 「 資格 」 制度 を 設け て い る 。 これ は 従来 「 初伝 」 「 中伝 」 など と 称 し て い た もの を 改定 し た もの で 、 履歴 書 の 資格 欄 に 書 い て わか り やす い よう に と い う 学習 者 の 便宜 を 目的 と し た もの で あ る 。 資格 は 対応 する 許状 を 全て 取得 する と 得 られ る 。 歴史 成立 から 幕末 まで 千家 3 代 宗旦 は 、 不審 菴 を 三男 江岑 宗左 に 譲 り 、 敷地 内 に 新た に 茶室 を 建て て 隠居 し 、 四男 仙叟 宗室 と 共 に 移り住 ん だ 。 この とき の 茶室 は 今日 庵 ( 一 畳 台 目 ) 、 利休 四 畳 半 を 再現 し た 又 隠 、 寒雲 亭 ( 八畳 ) で あ り 、 これ ら が すべて 宗室 に 譲 ら れ た こと に よ り 裏千家 が 成立 する 。 4 代 仙叟 宗室 は 寛永 19 年 ( 1642 年 ) に 前田 氏 の 当時 すでに 隠居 で あ っ た 前田 利常 に 仕官 し 、 二百 石 と 小松 城 三の丸 の 屋敷 を 与え られ た 。 万治 元年 ( 1658 年 ) に 前田 利常 と 元伯 宗旦 が 相 次 い で 没 する と 、 裏千家 の 4 代 を 継承 し 、 寛文 11 年 ( 16 7 1 年 ) に 前田 綱紀 に 茶堂 と し て 仕官 し て 百 五十石 と 金沢 城下 の 味噌 蔵町 の 屋敷 を 与え られ た 。 以後 、 元禄 元年 ( 1688 年 ) まで は 金沢 と 京都 と を 往復 し ながら 精力 的 に 活動 し 、 元禄 10 年 ( 1697 年 ) に 没 し た 。 仙叟 宗室 の 没後 すぐ に 5 代常 叟 宗室 が 加賀 藩 に 仕官 し た が 、 ほど な く 辞 し て 伊予 松山 藩 久松 氏 に 仕官 する 。 以降 、 幕末 に 至 る まで 久松 家 に 仕官 し ながら 前田 家 と も 交流 を 続け る こと に な る 。 その 後 8 代 一燈 宗室 の とき に 徳島 藩 蜂須賀 氏 に も 出向 い て い る 。 8 代 又 玄斎 一燈 は 兄 の 表千家 7 代 如 心斎 と 共 に 千家 の 中興 と さ れ る 。 彼 ら は 茶の湯 が 大衆 化 し て い く 中 で 、 新た な 稽古 の 方法 と し て 七事 式 を 制定 する など し て 千家 の 茶道 を 広め る こと に 成功 し た 。 今日 、 三千 家 が 茶道 の 代表 格 と し て 語 ら れ る の は 、 流祖 で あ る 千 利休 の 高名 だけ で な く 、 この 時期 に 広 く 各地 の 町人 富裕層 に 普及 し た こと も 大きな 要因 と な っ て い る 。 天明 8 年 ( 1788 年 ) 正月 晦日 、 京都 で 大火 が あ り 表裏 両千家 は 完全 に 焼失 し て い る 。 この とき 伝来 の 道具 など は 大徳 寺 に 持ち出 す こと が でき た が 、 数々 の 茶室 は すべて 焼失 し て しま っ た 。 ほとんど は 9 代 不見斎 石翁 に よ っ て 翌年 まで に 再建 さ れ て い る 。 幕末 ・ 明治 以後 11 代 玄々 斎精 中 は 10 代 認得 斎 柏 叟 の 女婿 と し て 10 歳 の とき に 奥殿 藩 松平家 から 養子 に 入 っ た 人 で あ る 。 それ まで の 歴代 が 禅的 消極 的 で あ っ た の に 対 し 、 茶道 以外 に も 華道 、 香道 、 謡曲 など に 通 じ て い て 、 茶箱 点 や 立礼 式 の 創始 、 和巾 点 の 復興 など 、 明朗 で 積極 的 な 人 で あ っ た 。 立礼 式 は 明治 5 年 ( 1872 年 ) の 博覧 会 に 際 し て 外国 人 を 迎え る ため の 創案 で あ り 、 また 同じ 年 に 『 茶道 の 源意 』 を 著 し て 茶道 は 遊芸 と する 風潮 を 批判 する など 、 幕末 から 明治 の 変動 の 時代 に 合わせ た 茶道 の 近代 化 の 先駆 と し て 評価 さ れ て い る 。 明治 に 入 り 角倉 家 から 養子 に 迎え た 12 代 又 玅斎 直叟 の 放蕩 に よ っ て 一旦 は 破産 する もの の 、 その 後 13 代 円 能 斎鉄 中 の 普及 活動 に よ っ て 復興 する 。 円能斎 は 明治 29 年 まで 6 年 に わた っ て 東京 に 居 を 移 し て 協力 者 を 求め 、 京都 に 戻 っ て から も 教本 の 出版 や 機関 誌 「 今日 庵 月報 」 など の 発行 を 通 し て 一般 へ の 茶道 普及 に 尽力 し た 。 また 女 学校 教育 の 中 に 茶道 を 取り入れ 、 かつ 教授 方針 の 一致 を はか る 講習 会 を 催 す など 裏千 家 茶道 の 組織 化 に も 力 を 注 い だ 。 その 他 、 三友 式 の 創始 や 、 流し 点 や 大 円 点 の 復興 など の 功績 が あ る 。 戦後 に な っ て 14 代 淡々 斎 碩 叟 が 茶道 の 学校 教育 へ の 導入 を 働きかけ た 結果 、 学校 の クラブ 活動 で 教え られ る 茶道 の 大半 は 裏千家 と な っ て い る 。 淡々 斎 は また 各地 の 寺院 ・ 神社 に て 献茶 ・ 供茶 を 行 っ たり 、 海外 へ の 普及 に 取り組 ん だり と 、 茶道 振興 に 功 が 大き い 。 全国 統一 の 同門 組織 と し て 社団 法人 淡交会 を 結成 し 、 また 家元 を 財団 法人 化 する など 、 裏千 家 茶道 の 組織 化 も 引き続 き 行 わ れ 、 流派 別 の 茶道 人口 と し て は 最大 規模 を 誇 る よう に な っ た 。 こう し た 普及 ・ 組織 化 の 活動 は 15 代 鵬 雲斎 汎叟 に も 引き継 が れ 、 特に 海外 普及 に 力 を 注 が れ た 。 鵬 雲斎 は また 社団 法人 日本 青年 会議 所 会頭 を 務め た 。 歴代 家 元 千 利休 の 没後 、 傍系 の 少庵 ( 後妻 の 連子 ) の 後 を 継 い だ 千 宗旦 が 京都 に 屋敷 を 構え 、 次男 宗守 ・ 三 男 宗左 ・ 四 男 宗室 に それぞれ 武者 小路 千家 ・ 表千家 ・ 裏千家 を 興 さ せ た の が 三千 家 の 始まり で あ る が 、 各 家 とも に 家元 は 利休 を 初代 と し て 数え る 。 裏 千 家 の 家元 は 四 代 で あ る 仙叟 の 諱 「 宗室 」 を 受け継 い で い る が 、 表千家 ・ 武者 小路 千家 と は 異な り 初期 は 襲名 を し て い な かっ た ら しく 、 また 家元 後嗣 ( 若宗匠 ) が 特定 の 名 を 名乗 る 伝統 も な い 。 従来 、 十 四 世 、 十 五 世 の よう に 称 し て い た が 、 最近 は 十 五 代 、 十 六 代 の よう に 表記 さ れ て い る 。 裏千家 歴代 +日本 茶 ( に ほん ちゃ ) と は 、 日常 の 会話 で 用い られ る 用語 で 、 「 日本 の お 茶 」 、 つまり 、 「 日本 で 作 ら れ た お 茶 」 あるいは 「 日本 で よく 飲 ま れ る 種類 の お 茶 」 と 言 っ た 意味 合い の 言葉 で あ る 。 茶 の 学術 的 な 分類 と し て 定義 さ れ た 言葉 で は な い 。 多く は 、 蒸 す こと で 加熱 処理 を し て 酸化 ・ 発酵 を 止め た のち 、 揉 ん で ( 揉 ま な い もの も あ る ) 、 乾燥 さ せ る 製法 を と る 。 茶葉 は 摘 ん で ま も な く 加熱 処理 さ れ る の で すぐ に 発酵 が 止ま る 。 この ため 、 日本 茶 は 普通 緑茶 の こと で あ る 。 蒸 す 代わり に 釜 で 炒 る 加熱 処理 を 用い る 場合 も あ る 。 この 製法 を と る 日本 茶 を 釜炒 り 茶 と い う 。 釜炒り 茶 と し て は 九州 の 嬉野 茶 など が 有名 で あ る 。 蒸 す 製法 は 日本 独特 の もの で あ り 、 炒る 製法 は 中国 茶 に 近 い 。 「 煎茶 」 と い う 言葉 は しばしば 狭義 と 広義 の 二 つ の 意味 で 使 わ れ る 。 狭義 の 「 煎茶 」 と は 、 玉露 ( 高級 品 ) 、 番茶 ( 低級 品 ) の 中間 に 位置 づけ られ る 、 中級 品 の 緑茶 と い う 意味 ( 詳細 は 玉露 、 煎茶 、 番茶 を 参照 ) 。 広義 の 「 煎茶 」 と は 、 中世 まで に 確立 し た 茶道 に おけ る 抹茶 ( 挽茶 ) に 対 し て 、 近世 以降 中国 大陸 から 伝わ っ た 茶葉 を 挽 か ず に 用い る お 茶 一般 に 与え られ る 総称 で あ る 。 緑茶 は 学術 的 に は 不発 酵 茶 と ほぼ 同義 で あ る が 、 日本 で 一般 に 緑茶 と い っ た 場合 、 単に 日本 で 最も 多 く 作 ら れ て い る 緑茶 、 すなわち 煎茶 ( 広義 ) を 意味 する 。 つまり 煎茶 ( 狭義 ) の ほか に 、 玉露 、 番茶 、 ほうじ 茶 、 玄米 茶 など 全般 を 指 す 。 さらに 広義 に は 、 抹茶 を 含め る 場合 も あ る 。 一部 で は 中国 茶 の 黒茶 に 近 い 発酵 茶 が 製造 さ れ て い て 、 漬物 茶 と 呼 ぶ 。 徳島 県 の 阿波 番 茶 、 高知 県 の 碁石 茶 、 愛媛 県 の 石鎚 黒茶 など 四国 に 多 い 。 四国 以外 に は 富山 の ばたばた 茶 が あ る 。 抹茶 ( 挽茶 ) ( → 茶道 ) 煎茶 ( 広義 ) ( → 煎茶道 ) 玉露 煎茶 ( 狭義 ) 番茶 出物 の お 茶 茎茶 ( 棒茶 ) 芽茶 粉茶 ほうじ 茶 玄米 茶 豆茶 釜炒り 茶 玉 緑 茶 釜炒り茶 の 番茶 漬物 茶 ( 発酵 茶 ) … 日本 茶 の 産地 と ブランド 日本 国 内 の 産地 を 都 道 府 県 番号 順 に 準拠 し て 列べ た もの で あ り 、 知名 度 の 有無 は 問 わ な い 。 気仙 茶 ( 岩手 県 ) 桃生 茶 ( 宮城 県 ) 檜山茶 ( 秋田 県 )   - 茶栽培 の 北限 と さ れ る 。 市販 流通 は さ れ て い な い 。 猿島 茶 ・ 奥久 慈茶 ・ 古内 茶 ( 茨城 県 ) 狭 山茶 ・ 川越茶 ( 埼玉 県 ) 佐倉 茶 ( 千葉 県 ) 東京 狭 山茶 ( 東京 都 ) 足柄 茶 ( 神奈川 県 ) 村上 茶 ( 新潟 県 ) - 一般 流通 さ れ て い る 茶 生産 地 と し て は 北限 バタバタ 茶 ( 富山 県 ) 加賀 茶 ( 石川 県 ) 南部 茶 ( 山梨 県 ) 伊那 茶 ・ 赤石 銘茶 ( 長野 県 ) 揖斐 茶 ・ 白川 茶 ( 岐阜 県 ) 静岡 茶 ( 静岡 県 ) 川根茶 ・ やぶき た 茶 ・ 沼津 茶 ・ 富士 茶 ・ 朝比奈 玉露 ・ 足久 保 茶 ・ 本山茶 ・ 両河内 茶 ・ 庵原 茶 ・ 梅ヶ島 茶 ・ 沼津 茶 ・ 岡部 茶 ・ 榛原 茶 ・ 金谷 茶 ・ 天竜 茶 ・ 藤枝 茶 ・ 掛川 茶 ・ 菊川 茶 ・ 小笠 茶 ・ 袋井 茶 ・ 渋川 茶 ・ ぐり茶 ( 伊東 市 ) など 銘柄 多数 。 産地 も 全県 に 亘 る 。 西尾 碾茶 ・ 足助 寒 茶 ・ 新城 茶 ・ 宮崎 番茶 ・ 三 河 茶 ( 愛知 県 ) 伊勢 茶 ( 三重 県 )   - 度 会 茶 ・ 飯南 茶 ・ 鈴鹿 茶 ・ 大台 茶 ・ 亀山 茶 ・ 水沢 ( すいざわ ) 茶 ・ 伊賀 茶 など 。 かぶせ 茶 の 生産 量 は 日本 一 。 朝宮 茶 ・ 政所 茶 ・ 土山 茶 ( 滋賀 県 ) 宇治 茶 ・ 宇治 番茶 ・ 和束 茶 ・ 両丹 茶 ( 京都 府 ) - 広義 で 山城 地方 の 茶 を 宇治 茶 と 呼 ぶ こと が あ る 。 丹波 茶 ・ 母子 ( もうし ) 茶 ・ やしろ 茶 ・ あさぎり 茶 ・ 朝来 みどり ( 兵庫 県 ) 大和 茶 ( 奈良 県 ) - 月ヶ瀬 茶 ・ 福住 茶 ・ 柳生 茶 ・ 山添 茶 など 。 色川 茶 ・ 川添茶 ・ 音無 茶 ( 和歌山 県 ) 出雲 茶 ・ 大東 番茶 ( 島根 県 ) 美作茶 ・ 作州 番茶 ( 岡山 県 ) 世羅 茶 ( 広島 県 ) 山口 茶 ( 山口 県 ) 阿波 番茶 ・ 相生 番茶 ( 徳島 県 ) … 高瀬 茶 ( 香川 県 ) 新宮茶 ・ 久 万 茶 ・ 鬼北 茶 ・ 宇和 茶 など ( 愛媛 県 ) 碁石 茶 ・ 土佐 番茶 ・ 土佐 茶 ( 高知 県 ) 八 女 茶 ( 福岡 県 )   - 玉露 で 知 ら れ 、 品評 会 の 上位 を 独占 する ( 関連 リンク 参照 ) 嬉野 茶 ( 佐賀 県 )   - 釜炒 り 茶 で 有名 。 彼 杵 茶 ・ 世知 原 茶 ・ 島原 茶 ( 長崎 県 ) くまもと 茶 ( 熊本 県 ) - 矢部 茶 ・ 相良 みどり ・ 岳間 茶 ・ 水源 茶 など 因尾茶 ・ 津江 茶 など ( 大分 県 ) 日向茶 ( 宮崎 県 ) - 五ヶ瀬 茶 ・ 都城 茶 ・ 日向 茶 など 鹿児島 茶 ( 鹿児島 県 )   - 知覧 茶 ・ えい茶 ・ 薩摩 茶 ・ 宮之 城 茶 ・ みぞべ 茶 、 たからべ 茶 ( 財部 ) など 尚 、 よく 『 色 の 静岡 茶 、 香り の 宇治 茶 、 味 の 狭山 茶 』 と い わ れ る 俚諺 が あ る が 、 これ は 狭山 茶摘み 歌 の 文言 で あ り 、 日本 三 大 茶 と い う 根拠 は な い 。 日本 国 内 に お い て は 、 全国 的 な 茶期 区分 が 次 の とおり と な っ て い る 。 茶 期別   区   分 一番 茶 ・ ・ ・ 3 月 10 日 ~ 5 月 31 日 二 番 茶 ・ ・ ・ 6 月 1日 ~ 7 月 31 日 三 番 茶 ・ ・ ・ 8 月 1日 ~ 9 月 10 日 四 番 茶 ・ ・ ・ 9 月 11 日 ~ 10 月 20 日 秋冬 番 茶 ・ ・ ・ 10 月 21 日 ~ 12 月 31 日 冬春 番茶 ・ ・ ・ 1 月 1日 ~ 3 月 9 日 資格 日本 茶 に 関連 する 資格 と し て は 「 日本 茶 インストラクター 」 「 日本 茶 アドバイザー 」 が あ り 、 日本 茶業 中央 会 が 認定 する 。 施設 入間 市 博物 館 : 狭山茶 の 主産 地 と し て 茶 を メイン に 展示 。 1999 年 に 特別 展 「 北限 へ の 旅路 ―茶 の 自然 と 歴史 を 訪ね て― 」 を 開催 。 また 、 茶 飲料 の 容器 を コレクション し て い る 。 +山車 ( だし ) と は 祭 の 際 に 使 わ れ る 出し物 。 豪華 な 装飾 が 施 さ れ て い る こと が 多 い 。 神幸祭 など で は 、 山車 が 町 の 中 を ねり 歩 き 行列 に な る 祭 も あ る 。 やま ( 「 山 」 「 山車 」 の 表記 の ほか 、 車偏 に 「 山 」 の 国字 の 表記 も あ る ) 、 曳山 ( ひきやま 、 曳 き 山 と も ) 、 舁 き 山 ( かきやま ) 、 担ぎ山 、 山鉾 、 鉾 、 山笠 、 祭車 、 御 車 、 屋台 ( 主に 長野 県 、 岐阜 県 飛騨 地方 など 中部 地方 ) 、 地車 ( だんじり ・ だんぢり 。 主に 関西 地方 ) など と 、 地方 に よ っ て 様々 な 呼 ば れ 方 を する 。 山車 ( だし ) の 語源 は 、 神殿 や 境内 の 外 に 出 す 出し 物 で あ る から と する 説 と 依 り 代 で あ る 髯籠 ( ひげこ ) を 出 し て い た から だ と する 説 など が あ る 。 山車 は 「 出し物 」 全般 を 指 す が 、 車 の 字 が つ い て い る こと から 曳 き山 を 指 す こと が 多 い 。 山 ( 山車 の 原型 ) 山 ( やま ) は 自然 の 山岳 を 模 し て 造 ら れ た 依り 代 で 、 祭礼 など で 用い られ る 。 山車 の 原型 。 古来 の 民間 信仰 で は 、 神 は 山岳 や 山頂 の 岩 や 木 を 依り 代 と し て 天 から 降臨 する と い う 考え が あ り 、 山上 や 山麓 に 斎場 を 設け 祭祀 が 行 わ れ て い た 。 これ ら は 山岳 信仰 と し て 、 或いは 山岳 を 神体 と する 神社 と し て 残 っ て い る 。 代表 的 な 例 で は 大神 神社 ( 三輪山 ) など が あ り 、 小さな 神社 で も 山麓 に あ る もの は 山頂 に 磐座 や 神木 を 持 つ こと が 多 い 。 村落 が 発達 する と 平野 部 に お い て も 祭祀 が 行 わ れ る よう に な り 、 臨時 の 斎場 が 設け られ た 。 この とき に も 降臨 を 仰 ぐ ため に 依り 代 を 立て て お り 、 これ が 恒久 化 し て 現在 の 神社 の よう な 施設 が でき る 。 この 依 り 代 の 1 つ に 、 山岳 を 模 し て 造 ら れ た 山 ( やま 、 造り 山 ・ 飾り山 ) が あ る 。 恒久 的 で あ る 神殿 内部 の 依り 代 と 並行 し て 、 この 山 は 神 の 降臨 を 表現 する 、 或いは 、 再 確認 する 臨時 の 依り 代 と し て 祭礼 など で 用い られ る よう に な る 。 記録 に 残 っ て い る 最初 の 山 は 『 古事 記 』 の 垂仁 天皇 の 条 に あ る 「 青葉山 」 で 、 出雲 国造 の 祖 で あ る 岐比 佐都美 が 葦原 色男 ( 大国 主 ) を 祀 る 庭 と し て 青葉 で 飾 っ た 山 を 造 っ た と あ る 。 体形 的 な 祭礼 の 物 で は 、 『 続 日本 後紀 』 天長 10 年 ( 833 年 ) 1 1 月 戌 申条 、 仁明 天皇 の 大嘗祭 に 曳 き たて られ た 「 標山 ( しるし の やま ・ ひょう の やま ・ しめやま ) 」 が あ る 。 標山 に は 移動 神座 の よう な 役割 が あ り 、 山車 の 原型 で あ る と い わ れ て い る 。 大嘗 会 に は 中断 さ れ た 時期 が あ り 、 この とき に 標山 は 廃止 さ れ た よう で あ る 。 民間 の 祭礼 に も 同じ よう な もの が 登場 し 、 形態 は 祭壇 の よう な もの あ る が 、 山 と の 関連 と 運行 形態 から 引 く 形式 の もの は 曳 き 山 、 担 ぐ 形式 の もの は 舁 き 山 など と 呼 ば れ 、 また 「 だし 」 と も 呼 ば れ る が 、 その 漢字 に は 山車 が 使 わ れ た 。 現在 の 祭礼 で は 、 巡行 さ れ な い 置 き 山 は 数 が 少な く 、 巡行 さ れ る 山車 が ほとんど で あ る 。 山車 山車 に は 、 曳 き 山 、 舁 き 山 など が 含 ま れ 、 読み の 意味 から 考え る と 山 ( 置き山 ) など も 含 ま れ る 。 最も 一般 的 な もの は 車輪 の 付 い た 曳 き 山 で 、 その 他 に は かき 棒 の つ い た 舁 き 山 など が あ る 。 呼称 は 冒頭 で あげ た よう な もの が あ る が 、 同じ もの で も 地域 に よ っ て 呼称 が 異な っ て い たり 、 異な っ た もの に 同じ 呼称 が 用い られ て い る こと も あ り 、 非常 に 複雑 で あ る ため 注意 を 要 する 。 山車 は 風流 と し て 練りだ さ れ た もの が 増え 、 全国 各地 で 様々 な もの が 存在 する 。 依り 代 と し て の 役割 が 薄れ た もの が 多 い が 、 稚児 や 人形 が 乗 っ て い たり 、 依り 代 と し て 用い られ る もの が 装飾 に 施 さ れ て い る など の 名残 が あ る 。 曳 き山 道幅 いっぱい の 巨大 な 山車 が 街中 を 曳き回 さ れ る 。 狭 い 街角 で 方向 転換 を する 辻回 し は 圧巻 。 子供 歌舞伎 上演 の 舞台 と も な る 。 曳 き 山 の 山車 の 中 に は 非常 に 凝 っ た からくり を 持 つ も の も あ り 、 また 大き さ も 普通 の 神輿 サイズ から その 10 倍 以上 の 大きさ ( 重量 で 数 トン 程度 ) の もの まで 様々 で あ る 。 中 で も 、 石川 県 七尾 市 の 青柏 祭 の 曳山 ( で か 山 ) は 重量 約 20 トン で あ り 、 日本 最大 と さ れ る 。 大きな 物 が 生まれ た 理由 と し て 、 引 く と い う 形式 から 巨大 な もの が 運行 可能 で あ る と い う こと 、 依り 代 と し て より 目立 つ 背 の 高 い もの が 用い られ た 名残 、 氏子 同士 の 風流 と し て の 競い合い の 結果 など が あげ られ る 。 台車 の 形状 は 地域 や 地区 に よ っ て 、 車輪 が 台車 の 内 に つ い て い る もの や 外 に つ い て い る もの 、 車輪 が 木製 の もの や 金属 製 の もの 、 車輪 の 大き さ 、 台車 本体 の 木材 の 組 み 方 など の 違い が あ り 、 数 多く の 種類 が あ る 。 車輪 の 数 と し て は 四輪 が 一般 的 で あ り 、 それ に 補助 の 車輪 が つ い て い る もの も あ る 。 ほか に は 滋賀 県 大津 市 の 大津 祭 で の 曳山 や 三重 県 北部 の 石取 祭 に 使 わ れ る 山車 が 三輪 で あ り 、 静岡 県 森町 ( 静岡 県 ) から 磐田 市 に かけ て の 遠江 国 中東部 で 引き回 さ れ る 二輪 屋台 、 浜崎 祇園 山笠 の よう に 六輪 あ る もの も あ る 。 また 、 それ に 伴 っ て 運行 方法 、 運行 形態 も 異な る もの に な っ て い る 。 小城 祇園 に お い て は 、 旧来 は 車輪 が つ い て い な い 山 の 下 に 丸太 を 次々 に 敷き 挽 い て 運行 する と い う 珍し い もの だっ た が 、 現在 は 普通 に 車輪 の つ い た 曳 き 山 と な っ て い る 。 多く の 場合 、 山車 は 人力 で 引 い て 動か す が 、 中 に は エンジン や ハンドル が つ い て お り 自動 車 の よう に 運転 でき る もの も あ る 。 その 他 インド で は 、 神 様 の 山車 に 轢 か れ 死 ぬ と 、 天国 に いけ る と い う 宗教 行為 が あ る 。 ジャガンナート +扇子 ( せんす ) ・ 扇 ( おうぎ ) と は 、 うちわ と 同じく 自分 の 手 で 風 を 送 る の に 用い る 道具 で あ り 、 数本 から 数十 本 の 細長 い 骨組み を 束ね て 端 の 一 点 ( 要 = かなめ ) で 固定 し 、 使用 時 に は 開 い て 可動 でき る 。 骨 に は 大抵 和紙 が 貼 ら れ て お り 、 展開 する と 紙 を 貼 ら れ た 部分 が 段々 の 扇面 と な る 。 折り畳 む こと で コンパクト に 納め る こと が でき る 。 いわば 折り畳み の でき る うちわ で あ る 。 扇子 を 開 く 角度 は 、 大体 90 度 から 180 度 の 間 で あ り 、 円 を 三 等 分 し た 中心 角 120 度 前後 の もの が 主流 で あ る 。 扇子 を 開 い た 形 は 、 「 扇形 ( おうぎがた 、 せんけい ) 」 と 言 い 、 幾 何 学 の 用語 に も な っ て い る 。 この よう な 扇子 の 形状 は 、 「 末広 」 に 通 ずる の で 縁起 の よ い もの と さ れ て き た 。 その ため 、 めでた い 席 で の 引出物 と し て も 用い られ て い る 。 「 おうぎ 」 は 、 語源 は 「 あふぐ 」 ( 扇 ぐ ) の 派生形 の 「 あふぎ 」 で あ る が 、 日本 語 の 変化 に よ り 関聨 が わか り にく く な っ た 。 扇子 と うちわ で は 、 うちわ の 方 が 遙か に 成立 が 早 く 、 紀元 前 の 中国 で 用い られ た と い う 記録 が あ る 。 また 、 古代 エジプト の 壁画 に も 、 王 の 脇 に 巨大 な 羽根 うちわ を 掲げ た 従者 が 侍 っ て い る 図 が あ る 。 この よう に うちわ は 文明 発祥 時 から 存在 する 古 い 物 で あ り 、 日本 へ は 7 世紀 頃 に 伝来 し た が 、 うちわ を 折り 畳 ん で 携帯 に 便利 な 扇子 に する と い う アイデア は 、 ずっと 時代 が 下り 、 8 世紀 頃 の 日本 で 発明 さ れ た 。 扇子 の 着想 は 、 一説 に は 、 木簡 ( 今 で 言 う メモ 帳 の よう な 物 ) を 束ね て 一端 に 穴 を 開け 、 紐 など で 繋 い だ 物 が 起源 で あ る と さ れ る 。 平安 時代 頃 から 、 扇子 ( 扇 ) は あお ぐ と い う 役割 だけ で な く 、 儀礼 や 贈答 、 コミュニケーション の 道具 と し て も 用い られ た 。 具体 的 に は 和歌 を 書 い て 贈 っ たり 、 花 を 載せ て 贈 っ たり し た こと が 、 源氏 物語 など 、 多く の 文学 作品 や 歴史 書 に 書 か れ て い る 。 武士 階級 で は 刀 と 同じ 物 と 解釈 さ れ 尊 ば れ た 。 大陸 に は 北宋 の 時代 に 輸出 さ れ た 。 日本 で 発明 さ れ た 扇子 は 、 コンパクト に 折り畳め る と い う 利点 が 高 く 評価 さ れ 、 大航海 時代 に は 中国 を 経由 し て 西洋 に まで 輸出 さ れ て 独自 の 発展 を 遂げ 、 17 世紀 の パリ に は 扇 を 扱 う 店 が 150 軒 を 数え る ほど 、 上流 階級 の 女性 の コミュニケーション の 道具 と し て 大 流行 し た 。 ヨーロッパ で 発展 し た もの に は 、 羽根 扇 や レース ( 手芸 ) を 編みこ ん だ 洋扇 など が あ る 。 トーマス ・ エジソン が 、 白熱 電球 の フィラメント に 竹製 の 扇子 の 骨 を 使 っ て 成功 し た と い う 有名 な 話 が あ る 。 骨 骨 の 材質 は 、 一般 的 に は 竹製 また は 木製 の 物 が 多 く 、 先端 部 ほど 薄 く 細 く な る テーパ 構造 に な っ て い る 。 大抵 の 扇子 の 骨 は 細長 く 、 折り畳 ん だ 和紙 を 張 っ て 開 く と 段 に な る よう に 展開 する 。 骨組み の うち 一番 外側 の 部分 ( 親骨 ) は とくに 太 く 、 内側 の 骨 と は 逆 に 先端 部 ほど 太 く な っ て い る 。 高級 な 物 で は 、 親骨 に 装飾 と し て 漆塗り や 蒔絵 など の 細工 が 施 さ れ て い る 。 骨 のみ の 扇子 は 、 香木 白檀 など の 香木 を 平た く 削 っ て 作 ら れ る こと が あ る 。 ヒノキ の 薄板 を 束ね た 物 は 、 「 檜扇 」 と 呼 ば れ た 。 この 形式 の 扇子 は すたれ 気味 で あ り 、 和紙 など を 貼 っ た 紙扇 が 主流 で あ る 。 木 や 竹 の ほか に 象牙 、 鼈甲 など も しばしば 骨 の 素材 と な る 。 また 、 武術 に 用い られ る 物 と し て 、 鉄扇 ( てっせん ) が あ る 。 骨 だけ が 鉄製 で 紙 や 布 など を 張 っ た もの 、 鉄 の 短冊 を 重ね た もの 、 また 扇子 の 形 を 模 し た だけ で 開 か な い 鉄扇 も 存在 する 。 携帯 用 の 護身 具 、 また は 鍛錬具 と し て 用い られ る 。 扇面 あお ぐ 時 に 風 を 送 る 部位 。 骨 が 完全 に 開 き き ら な い よう に 固定 する 働き も あ る 。 伝統 的 な 扇子 で は 和紙 を 張 る が 、 合成 繊維 や 布 を 貼 っ た もの も あ る 。 この 扇面 に 絵 を 描 く 必要 から 、 湾曲 し た 形状 ( いわゆる 扇形 ) の 紙 に 描 く 、 扇絵 と 呼 ば れ る 日本 画 の 形式 が 発展 し た 。 この 形式 を 発展 さ せ た の が 、 俵屋 宗達 と 尾形 光琳 だ と い わ れ て い る 。 扇子 の アイデア が ヨーロッパ に 輸出 さ れ た 時 は 、 絹 や レース を 貼 っ た 洋扇 に 発展 し た 。 クジャク の 羽根 を 用い た 扇子 も あ る 。 また 、 沖縄 で は 扇面 に ヤシ科 の ビロウ ( クバ ) の 葉 を 使 っ た クバ 扇 ( くば おーじ ) と い う もの が あ る 。 要 かなめ 。 扇 を 開 く 際 に 根本 で 止め る もの 。 扇子 の 要 は 、 金属 や プラスチック 、 鯨 ひげ など で 骨 を 束ね て い る 。 この 部位 が 壊れ る と 扇子 と し て の 用 を 為 さ な くな る ため 、 最も 重要 な 部分 で あ る 。 ここ から 、 「 肝心 要 」 の 語源 と な っ た 。 責 せめ 。 扇 を 止め る 帯状 の 輪 。 骨 を 右手 親指 で ずら す よう に 押 す こと で 開 く 。 一般 的 に は 利き手用 で あ る が 、 左利 き 用 も 販売 さ れ て い る 。 また 、 扇子 その もの を 振 る こと で 開 く 方法 も あ る 。 分類 飾り 扇子 、 檜扇 夏 扇子 舞扇 祝儀 扇子 風 を 送 る 扇子 の 主用 途 。 暑 い とき に 、 手元 で 扇子 を 開 い て 自ら 風 を 送 る こと で 涼し さ を 得 る こと を 目的 に 扇 ぐ 。 繊細 な 構造 で あ る ため 、 強 い 風 を 送 る の に は 向 い て い な い 。 炭火 を おこ す 場合 に 扇 ぐ 用途 に は 向 い て い な い 、 渋 うちわ か 火 吹 き竹 が 妥当 で あ ろ う 、 成田 山 等 の 寺社 で 護摩 を 焚 く 場合 に は 、 点火 後 、 扇子 を 広げ て 火 を 扇 ぐ 所作 が 見 られ る 。 実質 的 な 着火 の 用途 で な い の で あ れ ば 扇子 の ほう が 美し く 見え る 。 落語 の 見立て 落語 で の うどん など を 食べ る 場面 で 、 畳 ん だ 状態 で の 扇子 を 箸 に 見立て て 用い る 。 場面 に 応 じ て 、 刀 や 望遠 鏡 など 様々 な 見立て が な さ れ る 。 手拭 と 並 ん で 重要 な 落語 の 小 道具 。 噺家 の 隠語 で は 扇子 は 風 ( かぜ ) と 呼 ば れ る ( ちなみ に 手拭 は マンダラ ) 。 挨拶 の 境 座 っ て 挨拶 を する とき に 、 胸元 から 畳 ん だ 状態 の 扇子 を 自ら の 膝前 に 置 き 、 それ を 境 に する よう に 相手 に 礼 を 行 う 。 これ は 扇子 に 自他 の さかい を つく る 結界 と し て の 役割 を も た せ た もの で あ る 。 葬儀 の 際 に 喪主 に 挨拶 する 場合 など も 同様 に 行 う 。 胸 に 挿す 女性 が 和装 の 際 に 、 懐剣 の 代用 と し て 帯 に 扇子 を 挿 す 。 弓矢 の 的 かつて は 、 日の丸 の 扇子 ( 白地 に 赤 い 丸 が 描 か れ て い る ) を 開 い て 、 弓 の 的 に し た 事例 が あ る 。 源平 合戦 で 弓矢 の 達人 と 言 わ れ た 那須 与 一 が 、 平氏 の 船 の 上 に 掲げ られ た 扇 の 的 を 射抜 い た 故事 は 有名 。 棋士 の 思考 の 際 の 手す さび 将棋 や 囲碁 の 対局 時 、 棋士 ( 将棋 ) や 棋士 ( 囲碁 ) が 考え る 際 に 手 で 開け 閉め し て い る こと が あ る 。 これ は 数十 手 先 の 着手 を 読 む 際 に 、 開閉 の 単調 な リズム が 思考 へ 好 影響 を もたら す ため で あ る 。 なお 扇子 の 開け 閉め は 相手 に と っ て 雑音 と し て 受け取 ら れ る 場合 も あ る こと から 、 極力 自分 の 考慮 時間 中 に 行 う 事 が 相手 に 対 する 礼節 と さ れ て い る 。 舞踊 の 小 道具 日本 舞踊 や 能楽 に おけ る 小 道具 と し て 、 また 仕舞 ・ 素踊 など の 際 に 本来 の 舞台 に お い て 用い られ る 小 道具 の 代り と し て 用い られ る 。 ( 舞扇 の 項 も 参照 ) 口 を 隠 す 礼儀 と し て 、 笑 う とき に 歯 が 見え な い よう に 口 の 前 を 覆 う 。 張り扇 講談 師 が 講談 の 最中 に 、 調子 取り と 音 を 出 す ため に 、 釈台 を 叩 く 。 人 を 叩 く 落語 で 自分 の 頭 を 叩 い たり 、 踊り の 師匠 が 弟子 を たしなめ る の に 、 手 で は な く 扇子 を 使 っ て 頭 を 叩 く 。 空中 で 叩 く 所作 を も っ て 叩 い た こと に する こと も あ る 。 ( 但し 、 武士 階級 で は 扇子 で 頭 を 叩 か れ る ( 叩 く ) 行為 は 非常 に 屈辱 を 与え る ( あるいは 受け る ) 物 と さ れ た 。 扇子 で 頭 や 手足 を 叩 く 行為 は 明治 以降 に 行 わ れ る 様 に な っ た と 思 わ れ る 。 ) ツッコミ 用 ハリセン 大きな 紙 を 折り 畳 ん で 一方 を テープ で 止め た もの は 、 「 ハリセン 」 と 呼 ば れ 、 ドツキ 漫才 など で ツッコミ 用 に 使 わ れ る 。 投扇 投扇 興 ( とうせん きょう ) と い い 、 扇子 を 的 に 向か っ て 投げ 、 的 を 落と す 遊び に 用い る 。 技 の 名前 に 源氏 物語 の 帖名 や 百 人 一首 など が 用い られ る 。 装飾 置物 と し て 飾 る ため だけ の 扇子 。 扇子 を 美し い 工芸 品 と し て 評価 し た もの 。 差し渡 し 1 メートル に 達 する 巨大 な もの も あ る 。 和歌 を 書 い て 贈 る 場合 の 白地 の 扇子 も 装飾 あるいは 次 の 贈答 の 意味 だ と いえ る 。 贈答 能楽 で 節目 の 舞台 を する 時 に 、 出演 者 や 贔屓 の 方 に 配 る ( 被 き 扇 ) 。 落語 など で も 行 わ れ る 慣習 で あ る 。 かつて は 販売 促進 の 物品 に 使 わ れ て い た こと も あ っ た よう だ が 、 うちわ に その 座 を 追 わ れ た 格好 で あ る 。 この 他 、 平安 時代 など に 於け る 貴族 階級 で 上位 の 階級 の 者 が 親し い 階級 の 者 に 下賜 する とき の 贈答 品 と し て も 用い られ た 。 武器 、 護身 用 骨 に 鉄 を 用い た 「 鉄扇 」 は ほとんど 鉄棒 と 変 ら な い ため 、 殴打 用 の 武器 と な る 。 かつて は 刀剣 など の 武器 を 持込 む こと が 禁 じ られ た 場所 に お い て 、 護身 用 の 暗器 と し て 多 く 用い られ た 。 扇子 の 紙 の 弧 の 部分 に 刃 や 針 を 仕込 ん だ もの の 他 、 骨組み が 稼動 し な い 物 に 短刀 クラス の 刀身 を 仕込 ん だ 物 など が 考案 さ れ て い る 。 密書 鉄扇 と 同じく 、 軍事 的 ・ 武器 的 用途 と し て の 「 仕込み 」 の ひと つ で あ る 。 和紙 を 貼 っ て 作 ら れ る と い う 点 を 利用 し て 、 裏側 に 文書 を 記録 し て お く 。 侍 に と っ て 印籠 や 扇子 を 持 つ こと は 一種 の ファッション で あ っ た 為 、 取調べ を 逃れ る こと が 容易 で あ っ た 。 応援 応援 団 が 和装 で 声援 を 送 る 時 、 手 に 「 必勝 」 など の 文字 が 描 か れ た 扇子 を 振 っ て 調子 を 取 る 。 鉢巻 に 挿 す 場合 も あ る 。 羽根 扇子 ・ ジュリ 扇 ( ジュリ せん ) 日本 で 羽根 扇子 を 用い た 舞踊 は 宝塚 歌劇 に 見 る 事 が でき る 。 主に 歌劇 中 の 女性 貴族 の 持ち物 と し て 用い られ 、 劇中 の 華やか さ を 彩 る 物 と な っ て い る 。 1990 年代 に は ディスコ で 踊 る こと が 流行 し 、 ジュリアナ 東京 で も 多 く 用い られ た こと から ジュリ 扇 と も 呼 ば れ た 。 また この 羽根 扇子 は ストリップ 劇場 など の 舞台 で も 小 道具 と し て 使 わ れ る こと が あ る 。 盆 の 代用 と し て ( 贈答 時 ) 扇子 に 金封 を のせ て さしだ す こと も あ る 。 この とき 要 を 手前 に し て 、 金封 を のせ 、 相手 の 膝前 に 要 が む く よう に 、 転回 し て さしだ す 。 これ は 本来 盆 に のせ て さしだ す ところ を 扇子 で 代用 する と い う 意味 を も つ 。 扇子 腹 切腹 の 際 、 本来 は 実際 に 短刀 で 腹 を 切 る の で あ る が 、 次第 に 形式 化 し て 切 る 形 だけ と な り 、 後 に は 小刀 が 扇子 で 代用 さ れ る よう に な っ た 。 ( 介錯 は 行 わ れ た ため 、 この 場合 斬首 と 大差 な い 。 ) 扇合わせ 平安 時代 の 宮中 に お い て 2 組 に 分かれ て 、 扇 を 持ち合 い 、 その 描 か れ た 絵画 や 材質 の 優劣 を 競い合 う 行事 で あ る 。 円融 天皇 の 天禄 四 年 ( 973 年 ) に 行 わ れ た 記録 が あ る 。 宮中 行事 の 小 道具 毎月 一日 、 天皇 が 三 種 の 神器 が 安置 さ れ て い る 内侍 所 へ 参拝 する 為 に 御 月 扇 と し て 月 毎 に 扇 が 新調 さ れ た ほか 、 毎年 、 絵所 から 賢聖 御 末広 と し て 、 表面 に 古代 中国 の 賢聖 、 裏面 に 金銀 砂子 に 草花 を 描 い た 扇 が 献上 さ れ た 。 ヒ オウギアヤメ ( 檜扇 菖蒲 ) - 葉 が 檜扇 に 似 て い る こと から 名付け られ た ヒ オウギ ガイ- 貝 の 形 が 檜扇 に 似 て い る こと から 名付け られ た オウギバショウ- 葉 の 付き 方 が 扇 に 似 て い る こと から 名付け られ た 家紋 の 意匠 と し て も 用い られ 、 摺 り 畳扇 を 図案 化 し た 扇紋 ( おう ぎもん ) と 板扇 を 図案 化 し た 檜扇 紋 ( ひおうぎもん ) が あ る 。 扇紋 に は 五本 骨扇 等 の 骨 の 数 に よ っ て 表 さ れ る もの や ・ より 写実 的 な 図案 の 雁木 扇 や 反り返り の 付け られ た 反 り 扇 、 また 、 扇 の 部位 を 用い た 扇骨 ( おうぎ ぼね ) や 地紙 ( じ がみ ) と い っ た もの も あ る 。 佐竹 氏 の 佐竹 扇 、 島原 藩 の 島原 扇 や 浅野 氏 の 浅野 扇 等 が あ り 、 高崎 藩 や 三遊亭 の 紋 で あ る 「 高崎 扇 ( 三 つ 雁木 扇 ) 」 は 小説 など に も 出 て くる 。 檜扇 紋 で は 、 山崎 扇 や 秋田 扇 など が あ る 。 文箱 や 屏風 の 意匠 と し て も 用い られ 、 「 扇面 源 氏 蒔絵 文庫 」 に は 文庫 の 蓋表 から 側面 に かけ て 、 『 源氏 物語 』 の 一場面 が 描 か れ た 扇 を 二 面 描 い て い る ほか 、 俵屋 宗達 の 「 扇面 散屏風 」 も 作成 さ れ て い る 。 +上方 舞 ( かみがた まい ) と は 、 江戸 時代 中 期 ( 180 0 年 ) から 末期 に かけ て 上方 で 発生 し た 、 日本 舞踊 の 一種 。 着流し に 、 屏風 を 立て た 座敷 で 舞 う 素踊り を 基本 と する 。 源流 と な っ た 御殿 舞 と 、 能 を 基本 に し た 静的 な 舞 に 、 歌舞伎 や 人形 浄 瑠璃 の 要素 を 加味 し て お り 、 しっとり と し た 内面 的 な 舞 い 方 を する 。 歌舞伎 舞踊 より 抽象 的 で 単純 化 さ れ た 動き で あ る 。 伴奏 に 地唄 が 用い られ る こと から 、 地唄 舞 と も 呼 ば れ る 。 また 上方 舞 の うち 、 京都 で 発展 し た 井上流 、 篠塚 流 を 京舞 ( きょうまい ) と 呼 ぶ 。 本行 物 ( ほんぎょう もの ) 能楽 から 借用 し た 、 格調 が 高 く 重厚味 の あ る 作品 。 『 葵上 』 など 。 艶物 ( つやもの ) 女舞 の 色 っぽ い 情緒 の あ る 作品 。 『 雪 』 など 。 芝居 物 歌舞伎 舞踊 を 上方 舞 に 取り入れ た もの 。 『 江戸 土産 』 『 鐘 が 岬 』 など 。 作物 ( さく もの ) 軽妙 で しゃれ た 味 の おど け 物 。 『 忘れ 唱歌 』 『 三国 一 』 など 。 篠塚 流 江戸 時代 後期 の 文化 ( 元号 ) ・ 文政 期 ( 180 4 年 - 1830 年 ) に 、 歌舞伎 所 作事 の 振付 師 ・ 篠塚 文三郎 に よ っ て 創設 さ れ た 京舞 最古 の 流派 。 山村 流 江戸 時代 後期 の 文化 三 年 ( 180 6 年 ) 、 三 代 目 中村 歌右衛門 と 共 に 活躍 し 、 当時 の 上方 舞踊界 を 席巻 し た 上方 歌舞伎 の 振付 師 ・ 山村 友五郎 に よ っ て 創設 。 舞 の 品 の 良 さ から 商家 の 子女 の 習い事 と し て 隆盛 を 極め た 。 楳茂都 流 ( うめも と りゅう ) 1841 年 に 楳茂都 扇 性 が 創流 。 井上流 江戸 時代 末期 に 井上 サト が 創流 。 祇園 甲部 の 芸妓 ・ 舞妓 に よ る 流派 。 都 を どりが 有名 。 井上 八千代 四 世井上 八千代 は 一代 の 舞 の 名手 で 人間 国宝 認定 を 受け た 。 吉村 流 江戸 時代 末期 に 京都 の 京都 御所 に 出仕 し た 狂言 師 が 始め た 御殿 舞 を 源流 と し 、 明治 初期 に 吉村 ふじ に よ っ て 創設 さ れ た 流派 。 四 代 目吉村 雄輝 は 人間 国宝 認定 、 文化 功労 者 選定 。 +香道 ( こうどう ) と は 、 香り を 楽しみ 、 日常 を 離れ た 集中 と 静寂 の 世界 に 遊 ぶ こと を 目的 と し た 芸道 で 、 一定 の 作法 の もと に 香木 を 炷 ( た ) き 、 立ち上 る 香り を 鑑賞 する もの で あ る 。 聞香 また は 香 あそび と い う こと も あ る ( たくは 炷 ( 火篇 に 主 ) で あ る が 、 一部 の 日本 語 環境 で は 表示 でき な い 可能 性 が あ る 。 以下 同様 ) 。 同時 に 、 香席 に 飾 ら れ たり 、 手前 に 使用 する 道具 は 美術 的 要素 が 高 く ( 香道 の 道具 ) 、 組香 ( 組香 ) の 記録 紙 に は 書道 の 要素 が 加わ る こと など 、 総合 芸術 と い わ れ る 。 用語 の 説明 香道 に お い て は 香 を 「 聞 く 」 と 表現 する の が 正式 で あ り 、 「 嗅 ぐ 」 と い う 表現 は 誤り で あ る ( 不粋 と さ れ る ) ため 、 本稿 に お い て も 「 聞 く 」 と 表現 し て い る 。 概要 ・ 歴史 香道 は 、 香木 が 推古 天皇 3 年 ( 595 年 ) に 淡路 島 に 漂着 し て から 、 宗教 的 ( 主 と し て 仏教 ) に 利用 さ れ て き た 香木 を 、 炷 き 、 香り を 聞 い て 鑑賞 する もの と し て 利用 する よう に な り 、 結果 と し て 日本 独自 の 芸道 と し て 発展 し た 。 特に 、 香木 の 香り を 聞 き 、 鑑賞 する 「 聞香 」 ( 門香 ) 、 さらに 香り を 聞き 分け る 遊び で あ る 組香 ( 組香 ) と し て 体系 化 し た もの で あ る 。 室町 時代 の 東山 文化 の ころ 、 茶道 や 華道 が 大成 する の と ほぼ 同 時期 に 作法 など も 大成 さ れ 、 現在 の 形 に 近 い もの に な っ た と 考え られ て い る 。 この 頃 、 それぞれ に 異な る 香り を 有 する 香木 の 分類 法 で あ る 「 六国 五味 」 ( りっこく ご み 、 六 国 五味 ) など も 体系 化 さ れ た 。 香道 に お い て は 、 線香 等 の よう に 直接 点火 する もの は あまり 用い られ ず 、 多く は 聞香炉 に 灰 と 熾 し た 炭団 を 入れ 、 灰 を 形作 り 、 その 上 に 銀葉 と い う 雲母 の 板 を のせ 、 数 ミリ 角 に 薄 く 切 っ た 香木 を 熱 し 、 香り を 発散 さ せ る 方式 が と ら れ る 。 熱 の 強 さ に よ っ て 、 銀葉 を 灰 の 上 で 押 す こと で 、 銀葉 と 炭団 の 位置 を 調節 する こと で 伝わ る 熱 を 調節 し 、 香り の 発散 の 度合い を 決め る 。 あまり に 熱 が 伝わ り すぎ て 香木 の 樹脂 等 から 煙 が 出 て しま う と 、 香り を 聞 く こと の 妨げ に な る ため 好まし く な い 。 弱 すぎ ず 強 すぎ ず に 銀葉 を 調節 する こと は 難し く 、 経験 が 必要 と な る 。 香道 の 流派 現在 は 、 「 御 家 流 」 ( おいえ りゅう ) と 「 志野 流 」 ( しのりゅう ) が 二 つ が 主流 と な っ て い る 。 江戸 時代 に は 加え て 「 米川 流 」 ( よねかわ りゅう ) が 盛ん で あ っ た 。 御 家 流 三条 西 実隆 を 流祖 と し 、 三条 西家 など の 堂上 公家 に よ っ て 継承 さ れ た が 、 後 に 地下 に 流れ る 。 戦後 、 一色 梨郷 氏 や 山本 霞月 氏 など に よ り 、 三条 西 公正 氏 が 宗家 に 推戴 さ れ 、 以後 三 代 に 渡り 三条 西家 が 宗家 を 継承 し て い る 。 三条西 公正 氏 の 父 三 条西 実義 氏 は 御家 流 一門 で あ る 風早 家 から の 養子 で あ る 。 志野 流 志野 宗信 ( 生没年 未詳 ) を 発端 と し 、 4 代 目 から 現在 の 蜂谷 家 に 引き継 が れ る 。 年 現在 家元 は 第 20 世 で 、 蜂谷 幽光斎 宗玄 で あ る 。 米川 流 東福 門院 に 指南 し た こと で 知 ら れ る 米川 常伯 を 祖 と 仰 ぐ 志野 流 の 分流 で 、 大名家 に 広 く 支持 さ れ た が 維新 廃藩 に よ り その ほとんど が 絶え て い る 。 現在 、 三河 安藤 氏 重信 系 御 家流 と し て 見 る こと が でき る 。 風早 流 三条 西 実条 の 流れ を 汲 む 御 家 流 の 一派 。 宗家 と 姻戚 関係 に あた る 。 泉山 御 流 ( 家元 ・ 泉涌 寺 長老 ) 香 十 徳 香道 に 関 する 十 の 得 。 古く から 香 に 関 する 訓 や 効用 を 記 し た もの で 、 香り は 量 で は な く 、 質 が 重要 と し て い る 。 感格 鬼神感 は 鬼神 に 格 ( いた ) る - 感覚 が 鬼 や 神 の よう に 研ぎ澄ま さ れ る 清淨 心身 心身 を 清浄 に す - 心身 を 清 く 浄化 する 能除 汚穢 よ く 汚穢 ( おわい ) を 除 く - 穢 ( けが ) れ を とりのぞ く 能覺 睡眠 よ く 睡眠 を 覚ま す - 眠気 を 覚ま す 静中 成友 静中 に 友 と 成 る - 孤独 感 を 拭 う 塵 裏 偸間 塵裏 に 閑 ( ひま ) を ぬす む - 忙し い とき も 和 ま せ る 多而 不 厭 多 く し て 厭 ( いと ) わ ず - 多 く あ っ て も 邪魔 に な ら な い 寡 而 為 足 少な く て 足れ り と 為 す - 少な く て も 十分 香り を 放 つ 久蔵 不 朽久し く 蔵 ( たくわ ) え て 朽 ちず - 長 い 間 保存 し て も 朽ち な い 常用 無障常 に 用い て 障 ( さわり ) 無し - 常用 し て も 無害 聞香 香 を 一定 の 作法 に 則 っ て 香 を 聞 く こと を 「 聞香 」 ( もんこう ) と い う 。 作法 の 例 と し て 、 香炉 の 扱い 方 を 取り上げ る 。 志野 流香道 で は 、 左手 の 上 に 聞香 炉 を お き 、 親指 を 縁 に 掛け 、 香炉 を 反 時計 回り に まわ し て 灰 の 上 に 記 さ れ る 「 聞 き 筋 」 ( 灰 の 上 に は 形作 る とき に 一 本 太 い 筋 が 作 ら れ る が 、 これ を 聞 き 筋 と い い 、 この 方向 が 香炉 の 正面 に 一致 する ) を 自分 と は 反対 の 側 へ 向け 、 右手 を 筒 の よう に し て 香炉 の 上 に 覆 い 、 その 間 に 鼻 を 近づけ て 香 を 聞 く 、 と い う 作法 が あ る 。 香道 の 道具 香炉 : 香 を 聞 く ため に 、 もしくは 炭団 の 扱い の ため に 必要 な 道具 。 聞香炉 ( もんこうろ 、 ききこうろ ) - 香 を 聞 く ため に 利用 する 。 火取り 香炉 ( ひど りこうろ ) - 手前 を する とき に 、 炭団 を 入れ て 持ち 運 ぶ ため に 利用 する 。 七 ツ 道具 : 香 を 炷 き だ す ため に 使 わ れ る 道具 。 銀葉 挟 ( ぎん ようばさみ ) - 銀葉 を 扱 う とき に 利用 する 特殊 な 形 を し た ピンセット の よう な もの 。 香炉 に のせ る とき に 、 銀葉 を 抑え る の に も 利用 する ため 、 手 に 持 っ た とき に 下側 に な る 挟 の 先 の 部分 が 平ら に な っ て い る 。 香筯 ( きょうじ ) - 香木 を 扱 う とき に 利用 する 。 香匙 ( こうさじ ) - 香木 を 銀葉 の 上 に のせ る とき に 利用 する 。 鶯 ( うぐいす ) - 組香 に お い て 、 香元 ( 香木 を 扱 う 手前 を する 人 ) が 香木 を 香炉 に のせ た 後 に 、 本香 包 み ( 答え が 書 い て あ る 、 香木 を 包 ん で あ る 紙 ) を 、 まとめ る の に 利用 する 。 羽箒 ( はぼうき ) - 香炉 の 灰 を 切 る ( 香炉 の 灰 を 形作 る こと ) とき に 、 香炉 の 縁 に つ い て しま っ た 灰 を 掃除 する の に 利用 する 。 火筯 ( こじ ) - 灰 を 切 っ たり 、 炭団 を 扱 う とき に 利用 する 。 灰押 ( はい おさえ 、 はいおし ) - 香炉 の 灰 を 山形 に 整え る の に 利用 する 。 盆 ・ 箱 、 関連 品 : 点前 の 必需 品 を 納め たり 、 さまざま な 雑用 に 利用 さ れ る 道具 。 乱箱 ( みだれ ば こ ) 四方 盆 ( しほう ぼん ) 志野 袋 ( 志野 袋 ) : 点前 で は 、 香包 み を 入れ たり する ため に 利用 する 。 紐 が つ い て お り 、 それ は 季節 の 花 の 形 に 結 ば れ る 。 長盆 ( な が ぼん ) 重香合 ( じゅう こうごう ) 総包み ( そうづつ み 、 志野 流 で は 特に 志野 折 ( し の おり ) と い う ) その 他 地敷き ( じしき ) - 香元 が お 点前 を する とき に 道具 を 広げ る ところ に 敷 く 引きもの 。 香盤 ( こうばん ) - 札聞き と 呼 ば れ る 方法 に よ っ て 回答 が な さ れ る とき に 、 答え を 投票 する 板 。 表 は 植物 の 絵 、 裏 に 一 から 三 の 文字 が 3 つ ( 月 、 星 が 縁 に 書 か れ て い る もの と 無地 の もの 各 一 つ ずつ ) 、 客 が 3 枚 の 計 12 枚 が 1 セット 。 銀葉 ( ぎんよう ) 名乗紙 ( なのりがみ ) - 回答 を 出 す とき に 、 書筆 する 紙 。 香包 ( こうづつみ ) - 香木 を 炷 き 出 す 前 に 包 ん で お く 紙 。 きょうじ 、 こじ の 「 じ 」 は 筯 ( 竹冠 に 助 ) で あ る が 、 一部 の 日本 語 環境 で は 表示 でき な い か も しれ な い 。 六 国 五味 香道 で は 香木 の 香質 を 味覚 に たとえ て 、 辛 ・ 甘 ・ 酸 ・ 鹹 ( しおから い ) ・ 苦 の 5 種類 に 分類 する 。 これ を 「 五味 」 と い う 。 また 、 その 含有 樹脂 の 質 と 量 の 違い から 以下 の 6 種類 に 分類 し 、 六 国 ( りっこく ) と 称 する 。 これ ら を 総 じ て 六国 五味 と い う 。 また 、 さらに 新伽羅 ( しんきゃら ) が 分類 さ れ る こと も あ る が 、 これ は 古 い 資料 に は 見 られ な い 。 組香 組香 と は 、 ある 一定 の ルール に 即 し た 香り の 楽しみ 方 の ひと つ で あ る 。 文学 的 要素 から 一般 的 教養 等 、 多種 多様 の 分野 に 取材 し て ルール が 決め られ て お り 、 その ルール に のっと って 香り の 異同 を 当て る もの で 、 非常 に ゲーム 性 に 富 む 。 季節 感 の あ る 組香 ( 菖蒲 香 、 あやめ こう 等 ) は 、 その 季節 に 行 わ れ る 。 ただし 、 その 本質 は 香り を 聞 き 、 日ごろ の 雑踏 の 外 に 身 を 置 い て 、 静寂 の 中 で その 趣向 を 味わ う こと に あ り 、 答え の 成否 、 優劣 を 競 う もの で は な い 。 客 の 回答 は 執筆 と よ ば れ る 記録 係 に よ っ て 記録 紙 に 書筆 、 記録 さ れ 、 最高 得点 を 取 っ た 人 ( 複数 い た 場合 は 正客 に 近 い 順 に ) その 記録 紙 を もら う こと が でき る 。 記録 紙 に は 、 組香 名 、 香銘 、 回答 、 成績 、 日付 等 が 書き込 ま れ 、 その 体裁 は 、 ひと つ の 芸術 品 で あ る 。 以下 に 組香 の 一 例 を 紹介 する 。 春 の 組香 夏 の 組香 菖蒲 香 菖蒲香 ( あやめ こう ) は 、 夏 に 行 わ れ る 組香 の ひと つ で あ る 。 証歌 は 「 五 月 雨 に 池 の まこも の 水 ま して いつれあやめ と 引きそ わ つらふ 」 ( 源 頼 政 か ? ) で あ る 。 源平盛衰記陀 巻 第 十 六 に 取材 し て い る 。 その 内容 は 、 以下 の 通り で あ る 。 鳥羽 院 の 女房 に 菖蒲 前 と い う 美人 が おり 、 頼政 は 一目 ぼれ を し て しま う 。 頼政 は 菖蒲 前 に 手紙 を しばしば 送 る が 、 返事 は もらえ な かっ た 。 そうこう し て い る うち に 三 年 が 経過 し 、 この こと が 鳥羽 院 に 知 ら れ て しま う 。 鳥羽 院 は 菖蒲 前 に 事情 を 聞 く が 、 顔 を 赤らめ る だけ で はっきり と し た 返事 は 得 られ な い 。 そこ で 、 頼政 を 召 し 、 菖蒲 前 が 大変 美し い と い う だけ で 慕 っ て い る の で は な い か 、 本当 に 思い を 寄せ て い る の か を 試 し た い と 発願 する 。 そこ で 、 菖蒲 前 と 年 恰 好 、 容貌 が よく に て い る 女 二人 に 同じ 着物 を 着せ 、 頼政 に 菖蒲 前 を 見分け て 二人 で 退出 する よう に 申し付け た 。 頼政 は 、 どう し て 院 の 御 寵愛 の 女 を 申し出 る こと が でき よ う か 、 ちょっと 顔 を 見 た だけ な の に 見分け る 自信 が な い 。 もし 間違え れ ば 、 おかし な こと に な り 、 当座 の 恥 どころ か 末代 まで 笑 い もの に な っ て しま う と 困 っ て 躊躇 し て い る と 、 院 から 再び 仰せ が あ っ た の で 、 「 五 月 雨 に 沼 の 石垣 水 こえ て 何 か あやめ 引きぞ わ づら ふ 」 と い う 歌 を 院 に 奉 る 。 院 は これ に 感心 し 、 菖蒲 前 を 頼政 に 引き渡 す 。 香 が 5 種 な の は 、 五句 から 成 る 歌 を 示 し 、 組香 全体 で 歌 の 意味 を 表現 する 。 5 種 の 香 を 用意 する ( それぞれ 、 一、 二、三 、 五 と し て 一包 無 試 、 四 と し て 二 包 内 一 包 試 ) 。 「 四 」 を 炷 き出 し 、 香り を 覚え る 。 「 四 」 だけ に 試み が あ る 理由 は 頼政 が よそ ながら 菖蒲 を 見 た こと が あ る から で あ る 。 一 から 五 を 全て 打ち 交ぜ 、 炷 き 出 す 。 「 四 」 の み を 探 す ため 、 自分 が 一、 二、三 、 五 で あ る と 思 っ た 香 は 聞き捨て る 。 一、 二、三 、 五 は 、 菖蒲 前 ( 四 ) と とも に 頼政 の 前 に 並 ん だ 女房 たち を あらわ し て い る 。 客 は 記紙 に 、 聞き捨て た 順 に 一、 二、三 、 五 と かく ( これ ら は 無試 の ため 、 香り の 順番 が わか ら な い ため ) が 、 聞 き 当て る 四 の 香 を 出 た ところ に 織り込 み 、 右肩 に 「 アヤメ 」 と 記 し 、 菖蒲 の 存在 を 明示 する 。 秋 の 組香 菊合 香 菊合 香 ( きくあわせ こう ) は 、 秋 に 行 わ れ る 組香 の ひと つ で あ る 。 証歌 は 、 「 秋風 の ふき上げ に 立て る 白菊 は 花 か あ ら ぬ か 波 の よ する か 」 ( 古今 和 歌集 、 菅原 道真 ) で あ り 、 秋風 の 吹 く 吹上 の 浜 に 立 っ て い る 白菊 は 、 花 な の か 、 それ と も 波 が 寄せ て い る の か 見 間違え る ほど だ 、 と い う 歌 の 意味 を 組香 の ルール に 取り込 む こと で 、 組香 に 情景 を 取り込 ん で い る 。 2 種類 の 香 ( 秋風 4 包内 1 包 試 、 白菊 3 包 無 試 ) を 用意 する 。 秋風 を 炷 き出 し 、 香り を 覚え る 。 秋風 3 包 、 白菊 3 包 を 打 ち 交ぜ て 、 2 包 を 抜 き 、 残り の 4 包 を 炷 き 出 す 。 こう する と 、 残 る 香 が 秋風 1 包 と 白菊 3 包 、 秋風 2 包 と 白菊 2 包 、 秋風 3 包 と 白菊 1 包 と い う 出方 が あ り え る が 、 これ は 、 歌 に あ る よう に 「 花 な の か 、 風 に よ っ て 作 ら れ る 波 な の か を 見間違え る 」 と い う 点 に 取材 し 、 客 が 、 花 と 波 の どちら で あ る か を 判断 する か を 楽し む また 、 情趣 を 感 じ られ る よう に よう に 和歌 を 取り込 ん で い る こと が よく わか る 。 客 は 、 秋風 、 白菊 の 出 を 、 記紙 に 記 し て 提出 する 。 執筆 は 客 の 回答 に のっと り 、 記録 紙 の 客 の 回答 の 下 に 、 客 の 回答 が 菊多 けれ ば 「 菊 」 、 同数 なら 「 花 」 、 風多 けれ ば 「 波 」 と 記 す 。 これ も 、 花 が 多 けれ ば 菊 と 見 た 、 風 が 多 けれ ば 波 と 見 た と い う よう に 歌 に 重ね て い る 。 冬 の 組香 雑 の 部 源 氏 香 源 氏 香 ( げん じこう ) は 、 香道 の 楽しみ 方 の ひと つ で あ る 。 源 氏 香 の 成立 は 享保 の ころ と 考え られ 、 源氏 物語 を 利用 し た 組香 で あ る 。 「 源 氏 香 」 で は 、 5 種 の 香木 を 各 5 包 ずつ ( 計 25 包 ) 用意 する 。 香元 は この 25 包 を 切り 交ぜ 、 中 から 任意 の 5 包 を と っ て ひと つ を 炷 き 、 客 に 香炉 を 順 に まわ し 、 香 を 聞 く 。 これ を 5 回 繰り返 す 。 香炉 が 5 回 まわ り 、 すべて の 香 が 終了 し た あと 、 客 は 5 つ の 香り の 異同 を 紙 に 記 す 。 この 書 き 方 こそ が 源 氏 香 の 特徴 で あ る 。 まず 5 本 の 縦線 を 書 き 、 右 から 、 同じ 香り で あ っ た と 思 う もの を 横線 で つな い で い く ( たとえば 、 右図 の 2 段 目右 から 3 番 目 の 「 澪標 」 は 、 1 , 2 , 4 番 目 に 聞 い た 香 が 同じ 香り で 、 3 番 目 、 5 番 目 に 聞 い た 香 は それぞれ 独立 し た 香り で あ る と い う 意味 ) 。 この 5 本 の 線 を 組み合わせ て でき る 型 は 52 通り あ り 、 この 52 通り の 図 を 源氏 物語 五十 四 巻 の うち 桐壷 と 夢 浮橋 の 巻 を 除 い た 五十 二 巻 に あてはめ る 。 この 対応 関係 を 記 し た もの が 「 香 の 図 」 で あ る 。 客 は この 「 源 氏 香 の 図 」 を 見 ながら 自分 の 書 い た 図 と 照合 し 、 源氏 物語 の 該当 する 巻名 を 書 い て 答 と する 。 完全 に 正解 する と 、 記録 紙 に 「 玉 」 と 書 か れ る 。 競馬 香 競馬 香 ( くらべ うま こう ) は 、 より ゲーム 性 の 強 い 香道 の 楽しみ 方 の ひと つ 。 まず 、 客 は 2 つ の チーム に 別れ る 。 4 種 の 香木 を 4 包 ずつ ( 合計 16 包 ) 用意 し 、 4 種 を 1 包 ずつ 炷 い て 香り を 覚え る 。 つぎ に 残 っ た 12 包 から 2 包 を と っ て 10 包 と し 、 これ を 順 不 同 に 焚 い て 、 試香 の 何 番 目 と 同じ だっ た か を 当て る 。 客 の 正解 数 を 足 し た もの が チーム の 得点 と な る 。 専用 の 盤上 に は 、 2 頭 の ウマ と 騎手 の コマ が 置 か れ 、 騎手 が 乗馬 する の に 1 点 、 あと は 1 点 ごと に 4 マス を 進め る 。 チーム が 0 点 で あ れ ば 落馬 と し 、 馬 同士 が 5 マス 以上 開 く と 、 遅れ て い る ほう を 落馬 と する 。 落馬 から 再度 乗馬 する の に 1 点 が 必要 と する 。 先 に 勝負 木 ( ゴール ) を 超え た ほう が 勝ち と する 。 香道 の 古典 香道 の 古典 書 と し て 建部 隆勝 ( たてべ りゅうしょう ) の 香道 秘伝書 と 、 蜂谷 宗悟 ( はち や そうご ) の 香道 軌範 が あ り 、 とも に 天正 年間 に 編纂 さ れ て い る 。 +鷹狩 ( たかがり ) と は 、 鷹 など の 鳥 を 使 っ た 狩猟 の 一種 。 タカ 科 の オオタカ 、 ハイタカ 、 及び ハヤブサ 科 の ハヤブサ 等 を 訓練 し 、 鳥類 や ウサギ など の 小 動物 を 捕らえ させ 、 餌 と すりかえ る 。 あるじ の 元 に 運 ん で くる と い う の は 俗信 で あ る 。 こう し て 鷹 を 扱 う 人間 は 、 鷹匠 ( たかじょう ) と 呼 ば れ る 。 古語 に お い て は 鳥狩 / 鷹田 ( とがり ) 、 放鷹 、 鷹野 など と も 称 する 。 中央 アジア な い し モンゴル 高原 起源 と 考え られ て い る が 、 発祥 地 と 年代 に つ い て 定説 は な い 。 近代 以前 は 、 東 は 日本 、 西 は アイルランド 、 モロッコ 、 北 は モンゴル 、 スカンディナヴィア 、 南 は インド に 至 る ユーラシア / 北 アフリカ 全域 で 各地方 独特 の 鷹狩 文化 が 開花 し た 。 現代 で は 、 かつて 盛行 し た インド や イラン で 絶滅 し かけ て い る 反面 、 南北 アメリカ 及び 南 アフリカ で も 行 わ れ て い る 。 日本 で は 支配 者 の 狩猟 活動 は 権威 の 象徴 的 な 意味 を 持 ち 、 古墳 時代 の 埴輪 に は 手 に 鷹 を 乗せ た もの も 存在 する 。 日本 書紀 に は 仁徳 天皇 の 時代 ( 仁徳紀 43 年 ) に は 鷹狩 が 行 わ れ 、 タカ を 調教 する 鷹甘 部 ( たか かいべ : 鷹飼 部 ) が 置 か れ た と い う 記録 が あ る 。 古代 に は 鷹場 が 禁野 と し て 一般 の 出入り が 制限 さ れ 、 天皇 の 鷹狩 を つかさど る 放鷹司 ( 大宝 令 ) / 主鷹司 ( 養老 令 ) が 置 か れ た 。 正倉 院 に 放鷹 司 関係 文書 が 残 っ て お り 、 長屋 王 邸跡 から 鷹狩 に 関連 する 木簡 が 出土 し て い る 。 平安 時代 に は 主 鷹司 が 廃止 さ れ 、 蔵人 所 が 鷹狩 を 管掌 する 。 奈良 時代 の 愛好 者 と し て は 大伴 家持 が 知 ら れ る 。 平安 時代 に お い て は 、 初期 の 桓武 天皇 、 嵯峨 天皇 、 光孝 天皇 、 宇多 天皇 、 醍醐 天皇 ら と その 子孫 は 鷹狩 を 好 ん だ 。 嵯峨 天皇 は 鷹狩 に 関 する 漢詩 を 残 し て い る ほか 、 技術 書 と し て 「 新 修鷹 経 」 を 編纂 さ せ て い る ( 818 年 ) 。 現存 する 鷹狩 技術 の テキスト と し て は 世界 で 二 番 目 に 古 い 。 中期 以降 に お い て も 、 一条 天皇 、 白河 天皇 など の 愛好 者 が 現れ た が 、 天皇 自身 より も 貴族 層 に よ る 鷹狩 が 主流 と な る 。 坂上田村 麻呂 、 在原 行平 、 在原 業平 は 鷹狩 の 名手 と し て も 知 ら れ た 。 鷹狩 は 文学 の 題材 と も な り 、 伊勢 物語 、 源氏 物語 、 今昔 物語 等 に 鷹狩 に まつわ る エピソード が あ る 。 和歌 の 世界 に お い て は 、 鷹狩 は 「 大鷹 狩 」 と 「 小鷹狩 」 に 分け られ 、 中世 に いた る まで 歌題 の 一 つ で あ っ た 。 「 大鷹狩 」 は 冬 の 歌語 で あ り 、 「 小鷹狩 」 は 秋 の 歌語 で あ る 。 中世 に は 武家 の 間 で も 行 わ れ 始め 、 一遍 上人 絵伝 や 聖衆 来迎 寺 六 道絵 の 描写 や 吾妻 鏡 ・ 曾我 物語 の 記述 に 鎌倉 時代 の 有様 を うかが う こと が でき る 。 室町 時代 の 様子 は 洛中 洛外 図 屏風 各 本 に 描 か れ て い る 。 安土 桃山 時代 に は 織田 信長 が 大 の 鷹好き と し て 知 ら れ る 。 東山 ( 京都 府 ) で 鷹狩 を 行 っ た こと 、 諸国 の 武将 が こぞ っ て 信長 に 鷹 を 献上 し た こと が 『 信長 公記 』 に 記載 さ れ て い る 。 また 、 朝倉 宗滴 ( 宗滴 ) は 、 オオタカ の 飼育 下 繁殖 に 成功 し て お り 、 現在 判明 し て い る 限り で は 世界 最古 の 成功 記録 で あ る 。 公家 及び 公家 随身 に よ る 鷹狩 も 徳川 家康 に よ る 禁止 まで 引き続 き 行 わ れ 、 公卿 の 持明院 家 、 西園 寺家 、 地下 の 下毛 野家 など が 鷹狩 を 家業 と し 、 和歌 あるいは 散文 形式 の 技術 書 ( 「 鷹書 」 ) が 著 さ れ て い る 。 近衛 前久 は 鷹狩 の 権威 者 と し て 織田 信長 と 交わ り 、 また 豊臣 秀吉 と 徳川 家康 に 解説 書 「 龍山 公鷹 百 首 」 を 与え て い る 。 一方 、 武家 に お い て も 、 諏訪 大社 や 二荒山 神社 へ の 贄鷹 儀礼 と 結びつ い て 、 禰津 流 、 小笠原 流 、 宇都宮 流 等 の 鷹術 流 派 が 現れ 、 禰津 信 直門 下 から は 、 屋代 流 、 荒井 流 、 吉田 流 など が 分派 し た 。 戦国 武将 の 間 で 鷹狩 が 広ま っ た が 、 特に 徳川 家康 が 鷹狩 を 好 ん だ の は 有名 で あ る 。 家康 に は 鷹匠 組 な る 技術 者 が 側近 と し て 付 い て い た 。 鷹匠 組頭 に 伊部 勘右衛門 と い う 人 が 大 御所 時代 まで い た 。 東照宮 御影 と し て 知 ら れ る 家康 の 礼拝 用 肖像 画 に も 白鷹 が 書き込 ま れ る 場合 が 多 い 。 江戸 時代 に は 代々 の 徳川 将軍 は 鷹狩 を 好 ん だ 。 三 代 将軍 徳川 家光 は 特に 好 み 、 将軍 在位 中 に 数 百 回 も 鷹狩 を 行 っ た 。 家光 は 将軍 専用 の 鷹場 を 整備 し て 鳥見 を 設置 し たり 、 江戸 城 二の丸 に 鷹 を 飼 う 「 鷹坊 」 を 設置 し た こと で 知 ら れ て い る 。 家光 時代 の 鷹狩 に つ い て は 江戸 図 屏風 で その 様子 を うかが う こと が でき る 。 五 代 将軍 徳川 綱吉 は 動物 愛護 の 法令 で あ る 「 生類 憐れみ の 令 」 に よ っ て 鷹狩 を 段階 的 に 廃止 し た が 、 八 代 将軍 徳川 吉宗 の 時代 に 復活 し た 。 徳川 吉宗 は 古今 の 鷹書 を 収集 ・ 研究 し 、 自ら も 鶴狩 の 著作 を 残 し て い る 。 累代 の 江戸 幕府 の 鷹書 は 内閣 文庫 等 に 収蔵 さ れ て い る 。 江戸 時代 の 大名 で は 、 伊達 重村 、 島津 重豪 、 松平 斉貴 など が 鷹狩 愛好 家 と し て 特に 著名 で あ り 、 特に 松平 斉貴 が 研究 用 に 収集 し た 文献 は 、 今日 東京 国立 博物 館 や 島根 県立 図書 館 等 に 収蔵 さ れ て い る 。 明治 維新 後 、 鷹狩 は 大名 特権 から 自由 化 さ れ 、 明治 25 年 の 「 狩猟 規則 」 及び 明治 28 年 の 「 狩猟 法 」 で 9 年間 免許 制 の 下 に 置 か れ た が 、 明治 34 年 の 改正 「 狩猟 法 」 以後 、 狩猟 対象 鳥 獣種 ・ 数 と 狩猟 期間 ・ 場所 の 一般 規制 のみ を 受け る 自由 猟 法 と し て 今日 に 至 る 。 明治 天皇 の 意 に よ り 、 宮内 省 式 部 職 の 下 で 鷹匠 の 雇用 ・ 育成 も 図 ら れ た が 、 第 二 次 世界 大戦 後 、 宮内 庁 に よ る 実猟 は 中断 し て い る 。 幕府 ・ 宮内 省 鷹匠 の 技術 は 、 村越 仙太郎 ( 18 5 7 ? - 1937 ) ・ 花見 薫 ( 19 10 - 2002 ) ら 、 退職 し た 宮内 省 / 宮内 庁 鷹匠 に よ り 民間 有志 に 伝え られ 、 現在 活動 し て い る 鷹狩 従事 者 ( 松原 英俊 を 除 く ) は 、 特定 流 派 名 を 名乗 る か 否 か に 関わ ら ず 、 その いずれ か の 技術 的 系譜 を 引 く 。 早期 の 民間 団体 と し て は 、 中西 悟堂 も 発起 人 に 名 を 連ね た 日本 放鷹 倶楽部 ( 1936 ) が あ っ た が 中断 し た 。 村越 仙太郎 に 師事 し た 丹羽 有得 ( 1901 - 1993 ) の 門下 から は 日本 鷹狩 文化 保存 会 、 森 覚之丞 研究 会 、 吉田 流鷹狩 協会 など 、 花見 薫 の 門下 から は 日本 放鷹 協会 、 諏訪 流放鷹 術 保存 会 など が 結成 さ れ て い る 。 大原 総一郎 が 丹羽 有得 を 招聘 し て 設立 し た 日本 鷹狩 クラブ は 、 その 早世 後 、 ある 時期 に 鷹狩 の 伝統 の 保存 ・ 公開 普及 と い う 目的 から 外れ 、 改組 ・ 改名 さ れ た ら しい 。 現在 同一 地所 に あ る 日本 ワシタカ 研究 センター な る 施設 は 公開 さ れ て お ら ず 、 組織 ・ 活動 実態 と 財産 状況 は 不明 で あ る が 、 年間 予算 2200 万 円 と さ れ 、 所用 の 封筒 に は 中部 電力 総務 部 が 本部 事務 局 と し て 表記 さ れ て い る 。 一方 、 明治 以降 、 東北 地方 に お い て 、 当初 士 族 層 ・ 一定 の 資力 の あ る 農民 ・ マタギ の 間 で クマタカ に よ る 雪山 の 鷹狩 が 広がり を 見せ た 。 クマタカ の 飼育 自体 は 鎌倉 時代 から 見 られ ( 古今 著聞 集 ) 、 中世 の 鷹書 に お い て も 「 角鷹 」 へ の 言及 が 見 られ る 。 東北 地方 の 「 鷹使 い 」 の 起源 は 明らか で な く 、 幕末 以前 に 遡 る 見方 も あ る が 、 用具 と その 名称 に 共通 ・ 類似 する もの が あ る こと から 、 武士 の 鷹狩 が 土着 化 し た もの と 見 られ る 。 名手 と し て 知 ら れ た 三浦 恒吉 ( 1863 - 1938 ) は 、 院内 の 伝助 な る 人物 の 流れ を 汲 む が 、 旧 新庄 藩 鷹匠 家 の 佐々木 甚助 と も 親交 が あ っ た 。 東北 地方 の 「 鷹使 い 」 は 生業 鷹匠 と し て 発展 し た が 、 第 二 次 世界 大戦 後 の 経済 状況 の 変化 で 急速 に 衰亡 し 、 現在 で は 沓澤 朝治 ( 18 96 - 1983 ) の 下 で 1 年間 学 ん だ 松原 英俊 1人 が 残 っ て い る に すぎ な い 。 +怨霊 ( おんりょう ) と は 一般 的 に 、 人間 の 目 に は 見え ず 、 人間 に 対 し て 敵意 や 悪意 を 抱 い て い る と さ れ る 、 超 自然 的 、 あるいは 霊的 存在 。 その 性格 上 、 悪霊 に 分類 さ れ る 。 ある 人間 が 、 事故 や 事件 、 争乱 、 刑罰 や 処刑 、 他者 から の 過度 な 精神 的 また は 肉体 的 圧迫 など に よ っ て 死 に 至 っ た 場合 、 いわゆる 昇天 や 成仏 を せ ず 、 強 い 念 ( = 怨念 。 後述 ) を 抱 い た まま この世 に 留ま り 、 自ら を 死 に 至 ら しめ た 相手 を 呪 い 、 時 に は その 相手 を 死 に まで 至 ら しめ る こと に よ っ て 、 自ら の 仕返し の 思い を 遂げ る と い う 、 ( 一部 の ) 宗教 上 あるいは 心霊 上 で の 概念 や その 超 自然 的 存在 自体 を 指 す 。 また それ ら を テーマ と し た 講談 、 マンガ 、 映画 、 ドラマ など で 用い られ る 用語 で あ り 、 こう い っ た フィクション など で は その 効果 を 高め る ため に 怨霊 の 物質 化 が 描写 さ れ る こと も あ る 。 怨念 怨念 ( おんねん ) と は 、 その 超 自然 的 存在 の も つ 、 あるいは その 超 自然 的 存在 その もの で あ る 、 「 祟り の 結果 と し て 表面 化 し 、 相手 に 影響 を 及ぼ す に 至 る 」 と さ れ る 「 思念 」 を 指 す 。 著名 な 事例 日本 に お い て は 、 平安 時代 の 菅原 道真 や 崇徳 天皇 の 祟り や 、 江戸 時代 に 「 田宮家 で 実際 に 起こ っ た 、 妻 の お 岩 に まつわ る 一連 の 事件 」 を 、 四 世 鶴屋 南北 が 怪談 と し て 脚色 し た 「 東海道 四谷 怪談 」 など が 挙げ られ る 。 また 、 明治 時代 に 東京 で 起き た と さ れ る 、 某 ・ 旧 省庁 内 に おけ る 「 平将門 の 『 首塚 ( くびづか ) 』 移転 など に まつわ る 数々 の 祟り 」 など 、 怨霊 に 関 する 、 不 特定 多数 の 人間 に よ っ て 確認 さ れ た と さ れ る 現象 も あ っ た 。 しかし 、 呪術 と 同様 に 、 科学 的 に は なお 実証 不 可能 で あ る 。 民俗 学 的 背景 概し て 、 「 その 怨霊 化 し た と さ れ る 者 の 死 ん だ 場所 や 墓所 を 荒ら し たり 、 不 用意 に そう い っ た 場所 の 近く を 通りかか っ た だけ の 生き た 人間 に 対 し て さえ も 祟り が 降りかか る 場合 が あ る 」 と い っ た 見解 が と ら れ る こと も 多 い 。 日本 の 各 時代 や 地域 に よ っ て も 「 死者 は 聖 な る 存在 」 「 死者 は 忌み 嫌 う べ き 存在 」 「 自然 死 以外 は 、 悪霊 化 し 、 生者 に 祟 る 」 など 様々 な 見解 が と ら れ て い た と い わ れ て い る 。 「 江戸 時代 に 至 っ て も なお 、 庶民 は 一般 的 に 怨霊 に 対 する 畏怖 感 、 恐怖 感 を 抱 い て い た 」 と い う 民俗 学 上 の 分析 も あ る 。 上 に 挙げ た 死者 の 霊 は 両義 的 側面 を 持 っ て い る こと が 分か る が 、 怨霊 と 反対 に 祝い 祀 ら れ て い る の が 祖霊 で あ る 。 また 民俗 学 と 全く 関係 な い わけ で も な い が 哲学 者 の 梅原 猛 は 日本 史 を 怨霊 鎮め の 観点 から 捉え た 「 怨霊 史観 」 で 著名 で あ る 。 インド の 仏教 で は 人 は 7 日 に 1 度 ずつ 7 回 の 転生 の 機会 が あ り 、 例外 な く 49 日 以内 に 全員 が 転生 する と 考え られ て い る ため に 人間 の 怨霊 は 存在 し な い 。 しかし 、 日本 で は 神仏 習合 が 幅広 く 行 わ れ て い る ため 、 日本 の 仏教 の 僧侶 ・ 尼 の なか に は 除霊 など を 収入 源 と し て い る 者 も 存在 する 。 平安 時代 以前 の 怨霊 と み られ る もの と し て は 、 大和 政権 が 征服 を 進め る 際 に 敵方 の 霊 を 弔 っ た と い う 隼人 塚 が あ る 。 怨霊 の 神格 化 また 、 いく つ か の 神社 など に お い て 、 実在 し た 歴史 上 の 人物 ( 一部 の 皇族 や 武将 を 除 く ) が 、 神 と し て 祀 ら れ て い る 場合 で も 、 「 当初 、 その ( 祀 ら れ て い る ) 人物 が 、 暗殺 や 反乱 など に よ っ て 殺害 さ れ た もの で 、 それ が 怨霊 化 し て 祟り を な す こと を 畏怖 し て 、 祀 っ た 結果 に よ る もの 」 と い う 見解 を 持 つ 研究 者 も 少な く な い 。 実際 に 、 日本 三 大 怨霊 と さ れ る 、 菅原 道真 は 、 太宰 府 天満 宮 ( 福岡 県 太宰府 市 ) や 北野 天満 宮 ( 京都 市 上京 区 ) 、 平将門 は 、 築土 神社 ( 東京 都 千代田 区 ) や 神田 明神 ( 東京 都 千代田 区 ) 、 崇徳 天皇 は 、 白峯 神宮 ( 京都 市 上京 区 ) に それぞれ 祀 ら れ て い る 。 +弓術 ( きゅうじゅつ ) は 、 弓 ( 武器 ) を 用い て 矢 で 的 を 射 る 技術 、 武術 、 技法 の 事 。 以降 は 日本 古来 の 武術 、 弓 ( 武器 ) の 中 で も 長弓 に 分類 さ れ る 和弓 を 用い て 矢 を 射 る 日本 の 弓術 の こと を 述べ 、 また これ を 指 し て 弓術 と する 。 日本 の 弓術 は 独自 の 発展 を 遂げ 、 ヨーロッパ で の 短弓 を 用い る 技術 体系 を 元 に 成立 し た 現代 スポーツ の アーチェリー 等 と は 全く 異な り 、 日本 独特 の 技法 ・ 文化 ・ 歴史 を 持 つ 。 歴史 的 に は ほぼ 同義語 的 に 弓術 、 射術 、 射芸 等 と も 呼 ば れ て い た が 、 現在 で は 日本 に おけ る 伝統 的 な 弓射 文化 を 総称 し て 「 弓道 」 と 呼称 さ れ て お り 、 「 弓術 」 と は 「 弓道 」 へ 改称 する 以前 の 古 武術 と の 意味 合い で 使 わ れ る こと が 多 い 。 ただし 現在 で も 「 弓術 」 を 名乗り 古流 を 厳格 に 維持 する 流派 や 、 また 古流 を 維持 し ながら も 「 弓道 」 と する 流派 ・ 団体 も 有 り 、 「 弓道 」 「 弓術 」 の 境界 は 必ず しも 明確 に あ る もの で は な く 、 思想 ・ 技術 面 から 見 て も 明確 に 分類 でき る もの で は な い 。 本項 で は 現代 武道 と し て の 弓道 の 母体 と な っ た 、 日本 古来 の 弓射 技術 ・ 文化 を 指 し て 「 弓術 」 と し 、 明治 維新 まで を 中軸 と し た 一部 弓道 改称 時点 まで の 事情 を 記述 する 。 日本 の 弓術 が いつ頃 『 術 』 と し て 体系 化 さ れ た か 、 また 起源 など 弓矢 の 始まり が 先史 時代 と い う 事 も あ り 明確 な 資料 に 乏し く 定 か に は な っ て い な い 。 弥生 時代 に は 現在 の 和弓 の 原形 ( 長尺 ・ 上長 下短 : 後述 ) が 現れ 戦争 に 使用 さ れ る 等 、 何 ら か の 射術 技法 が あ っ た と 推察 する 事 も 可能 だ が 、 やはり 詳細 は 不明 で あ る 。 礼射 思想 に つ い て は 大陸 文化 の 『 射禮 』 を 取り入れ た もの で あ り 、 大陸 に 習 っ て 国家 と し て の 基本 を 作り上げ て 行 っ た 飛鳥 時代 ~ 奈良 時代 に その 起源 が あ る と 考え られ る 。 飛鳥 時代 末期 に は 文武 天皇 に よ り 『 大射 禄法 』 が 定め られ た 辺り を 皮切り に 、 朝廷 の 間 で 次第 に 弓射 に 関 する 礼射 、 礼法 が 整理 さ れ 、 また 同時 に 技術 も 体系 化 、 単なる 射術 から 『 弓術 』 と し て 成立 し て い っ た もの と 思 わ れ る 。 一方 で 弓 は 武器 と し て 狩猟 、 戦場 で 用い られ た 事 は 勿論 だ が 、 人々 の 間 で 弓矢 に は 霊妙 な 力 が あ る と 信 じ られ て お り 、 奈良 時代 に は 弓矢 の 奉納 、 弓射 神事 が 行 わ れ 、 また それ ら を 起源 と し た 祭り や 神事 が 現在 で も 各地 に 残 っ て い る 。 平安 時代 に は 弓術 流派 が 興 り 、 各種 流派 に は それぞれ に 独自 の 技術 ・ 教え ・ 作法 が 存在 し た 。 戦場 、 祭礼 行事 、 朝廷 で の 故実 ・ 年中 行事 など に 於 い て 弓術 流 派 は それぞれ に 活躍 、 発展 し て い く 。 戦国 時代 ( 日本 ) 中頃 に は 鉄砲 の 登場 に よ り 弓 は 戦場 の 一線 から 退 く が 、 実戦 から 離れ て も 弓術 は 武術 と し て の 地位 は 変わ る こと な く 、 時代 を 経 た 泰平 の 江戸 時代 の世 に お い て も 弓術 は 武士 の 武術 ( 日本 ) と し て 、 また 心身 鍛錬 の 道 と し て 依然 人気 は 高 かっ た 。 時代 と 共 に 技術 、 道具 共 に 研鑽 が 重ね られ 、 また 同時 に 諸流 派 それぞれ に 独自 、 或は 相互 に 発展 を 遂げ た 。 流派 に よ っ て は 実際 の 戦場 を 想定 し た 稽古 も あ る など 、 その 稽古 内容 は 今日 に 見 る 弓道 より も 多彩 で あ る 。 ただし 、 江戸 時代 末期 頃 に は 弓術 の 基本 的 な 技術 体系 は 各種 流 派 それぞれ に 通じ る 所 も あ り 、 特徴 と し て の 差異 は あ っ て も 和弓 を 用い る 根本 的 な 弓射 技術 は 各種 流 派 と も 大同 小異 で あ る 。 今日 の 弓道 に 繋が る 弓術 は 技術 、 道具 共 に 江戸 時代 に 大成 し た と 言 っ て も 過言 で は な い 。 明治 維新 後 、 幕府 崩壊 と 共 に 武士 階級 の 消滅 、 明治 政府 に よ る 近代 化 政策 の 煽り から 武術 は 時代 遅れ と さ れ 急激 に 衰退 する 。 これ を 重 く 見 た 当時 の 武道 ・ 武術 家 有志 に よ り 明治 28 年 ( 1895 年 ) 大 日本 武徳 会 が 結成 さ れ 、 弓道 含め 各 武道 の 普及 を 図 る 。 大正 8 年 に は 弓術 は 弓道 へ と 改称 、 武徳 会 は 幾 度 か 射法 統一 を 試み る が 普及 せ ず 、 第 二 次 世界 大戦 後 に 解散 。 その 後 当時 を 代表 する 弓道 家 ら に よ り 、 射 の 過程 を その 推移 に 順応 し て 8 つ の 節 に 分け て 説明 さ れ る 弓道射 法 八 節 が 定め られ 、 弓道 は 現代 武道 と し て 復活 を 遂げ る 。 ( 戦後 の 弓道 史 は 弓道 歴史 を 参照 さ れ た い 。 ) 他国 の 弓術 と 比較 し た 時 に まず 目 を 引 く の が 、 人間 の 身長 より 遥か に 長 い 和弓 で あ る 。 和弓 は 世界 最大 と も 言 わ れ る 標準 で 七 尺 三 寸 ( 221 cm ) の 長 さ を 持 つ 。 これ は 高 い 弾性 限界 を 持 つ 動物 素材 を 用い る 短弓 と 違 い 和弓 は 弾性 限界 の 低 い 木 ・ 竹 を 張り合 わせ る 植物 素材 で 作 ら れ て い る ため 、 耐久 性 と 威力 を 求め た 結果 、 長大 に な っ た と も 言 わ れ る 。 また もう 1 つ の 目立 つ 特徴 と し て 弓幹 中央 より 下側 に 握り が 来る よう に 造 ら れ て い る 。 この 上下 非 対称 の 構造 の ため 握り の 上下 で 弓 の 反発 力 に 差 が 生じ る が 、 この 反発 力 の 差 を 利用 し た 弓術 独特 の 技術 が 生まれ 、 また その 技術 を より 活か す 為 の 造り を し て い る 。 また 世界 の 射術 を 見 る と 概ね 弦 を 首元 まで しか 引 か な い の に 対 し 、 日本 の 弓術 は 弦 が 耳 の 後ろ に 来る まで 大き く 弦 を 引き取 る 。 従 っ て 矢 の 長 さ も それ に 応 じ て 長 く 造 ら れ て い る 。 左 - 『 地中 海 式 』 : 主 に 欧州 で 見 られ る 取り掛け 法 で 、 矢 は 弓 の 左側 に 来る よう 番え る 。 アーチェリー の 取り掛け が これ 。 中 - 『 ピンチ 式 』 : 未開 部 族 等 で 見 られ る 引き 方 で 、 また 四半 的 弓道 で も この 方法 を 取 る 。 多く は 弦 を 深 く 引 く 事 は な く 、 顎 より 後ろ へ は引 か な い 。 右 - 『 蒙古 式 』 : トルコ 、 モンゴル 、 朝鮮 、 日本 等 で 見 られ 、 矢 は 弓 の 右側 に 来る よう 番え る の が 一般 的 で あ る 。 弦 の 食い込み から 親指 を 保護 する ため の 指貫 の 様 な 指輪 を 付け る 地域 も あ る 。 矢 を 番え る 際 は 、 矢 を ( 身体 から 見 て ) 弓 の 右側 に 番え 、 取り掛け は 右手 親指根 で 弦 を 引っ掛け る よう に し て 保持 する 『 蒙古 式 ( モンゴル 式 ) ( 図 Fig . 3 ) 』 を 採 る 。 ( 洋弓 は 人指 し 指 から 薬指 を 使 っ て 弦 を 保持 する 『 地中 海 式 ( 図 Fig . 1 ) 』 を 採 る ) 蒙古 式 の 取り掛け は トルコ ・ モンゴル ・ 中国 ・ 朝鮮 など 短弓 を 使用 する 地域 に も 共通 し て 見 られ 、 また 蒙古 式 を 採 る 射法 で は 多 く 矢 を 弓 の 右側 に 番え る 。 これ は 一説 で は 疾走 する 馬上 で 向か い 風 を 受け て も 矢 を 取りこぼ さ な い よう に 工夫 し た ため と も 言 わ れ る 。 ただし 、 笠懸 や 犬 追物 など で は 進行 方向 右側 に 向か っ て 矢 を 放 つ 場合 も あ り 、 一様 に 当て はま る 根拠 で は な い 。 世界 的 に は 馬上 で の 弓 は その 取り回し の し 易 さ から 短弓 が 用い られ る が 、 日本 で は 例外 的 に 長弓 の 和弓 が 使用 さ れ て き た 。 和弓 に は 弓 の 右側 に 位置 する 矢 を 真っ直ぐ に 押し出 す 為 の 『 入木 』 と い う 反り が 付け られ て お り 、 射法 も それ を 活か す 為 に 『 角見 ( つ のみ ) 』 の 技術 が 発達 し て き た 。 また 江戸 時代 以降 は 右手 に 嵌め る ゆがけ の 構造 が 大き く 変化 し 、 これ も 日本 独特 の 構造 、 独特 の 技術 を 生 む 切 っ 掛け と な っ た 。 弓矢 は 古く から 軍事 ・ 狩猟 に 使用 さ れ 、 競技 ・ 遊戯 ・ 神事 に も 使用 さ れ た 。 日本 弓術 の 特徴 は 、 中国 の 影響 を 受け て 弓射 の 文化 的 要素 が 発達 し た こと で あ る 。 以下 弓射 を いく つ か の 視点 で 分類 する 。 弓術 に は 流派 間 の 違い や その 特徴 に よ っ て 様々 な 射法 、 様式 が 存在 する が 、 これ ら の 特徴 を 弓射 の 「 理念 」 および 「 射法 」 に 着目 し て 整理 し た 以下 の 分類 が 一般 的 で あ る 。 儀礼 的 か 実戦 的 か の 性格 に よ る 分類 。 「 文射 ・ 礼射 ( ぶんしゃ 、 れいしゃ ) 」 、 「 武射 ( ぶしゃ ) 」 の 2 側 面 。 行射 形式 、 射術 方法 に よ る 違い から 、 「 騎射 ( きしゃ ) 」 、 「 歩射 ( ぶしゃ ) 」 ・ 「 堂射 ( どうしゃ ) 」 の 3 種 。 実際 に は 各流 派 に は 様々 な 歴史 的 経緯 の 上 で 、 上記 ( 1 ) ・ ( 2 ) の 各種 に 重点 を 置 い た 思想 ・ 教え が あ り 、 それ が 流派 の 特徴 と な っ て い る 。 「 文射 ・ 礼射 」 ・ 「 武射 」 の 2 側 面 。 ただし 近世 の 弓術 は この 両 側面 を 備え る 場合 が 多 く 、 単純 に 二分 でき る もの で は な い ( 近世 弓術 の 特徴 参照 ) 。 右頁 五 行 目 中段 から 「 君子 争 う 所 無し 〜 」 と あ り 、 礼射 思想 の 淵源 が 見 て 取れ る 。 文射 と は 礼射 と も い い 、 弓射 の 儀礼 と し て の 側面 で あ る 。 射 は 古代 中国 に お い て 六芸 の 一 つ に 数え られ 、 貴族 層 に 必須 の 素養 と さ れ た 。 論語 に は 「 君子 は 争 う 所 なし 。 必ず や 射 か 。 揖譲 し て 升 り 、 下り て 飲まし む 。 その 争い や 君子 な り 。 」 と ある など 、 支配 者 層 の 弓射 が 文化 的 ・ 儀礼 的 性格 を 強 く 持 っ て い た 。 こう し た 弓射 思想 は 古く から 日本 に も 伝わ り 、 その 後 も 一貫 し て 存在 し 続け 、 現代 の 弓道 の 思想 に まで 大きな 影響 を 与え て い る 。 朝廷 で は 天武 天皇 ( 7 世紀 後半 ) に は 既に 年中 行事 と し て 大射 ( 射礼 〈 じゃらい 〉 ) が 行 わ れ る など 、 種々 の “ 儀礼 の 射 ” ( 「 礼射 」 ) が 行 わ れ た 。 武家 社会 に お い て は 、 弓射 の 実利 的 側面 が 重視 さ れ た の は 当然 で あ る が 、 同時 に 儀礼 的 側面 も 重ん じ られ 、 公家 の 弓射 儀礼 を 基礎 と し つつ 様々 な 礼式 が 発達 し た 。 特に 年初 の 的 始 ( 後 に は 射礼 と 称 さ れ た ) は 重要 と さ れ た 。 こう し た 礼式 に は 逸見 氏 ・ 武田 氏 ・ 小笠原 氏 ・ 伊勢 氏 ・ 吉良 氏 など の 家々 に 独自 の 伝 が あ っ た と と い う 。 室町 時代 中期 以降 は 小笠原 氏 その 他 の 小笠原 一族 が 有職 故 実 の 中心 と な っ た 。 その 伝統 を 受け継 ぐ 小笠原 流 は 武家 社会 で の 礼式 に 則 っ た 射 の 流れ を 汲 む 流派 で あ り 、 今日 の 弓道 で 「 礼射 系 」 と い え ば 、 小笠原 流 に 由来 する 作法 や 射法 の こと を い う 。 武射 と は 弓射 の 武器 と し て の 側面 で あ り 、 実際 の 戦場 を 想定 し た 弓術 の 系統 で あ る 。 鉄砲 伝来 まで 弓矢 は 最 有力 の 武器 で あ っ た こと から 重ん じ られ 、 的中 と 矢 の 威力 を 高め る ため 、 技術 の 発展 と 道具 の 改良 が な さ れ て き た 。 戦国 時代 初期 に 発生 し た 日置 流 に よ り 歩射 を 中心 と し た 弓射 技術 は 大き く 進歩 し 、 様々 な 実戦 的 技術 、 たとえば 遠矢 や 矢合せ 、 槍 の 脇 から の 射 、 狭間 から の 射 など が 工夫 さ れ た 。 泰平 の 世 と な っ た 江戸 時代 以降 も 流派 に よ っ て は 実戦 的 価値 に 重き を 置 き 、 弓射 戦術 や 甲冑 を 着用 し て の 稽古 が 行 わ れ て き た 。 日置 流 に は 武射 傾向 の 強 い 流派 が 多 く 、 今日 「 武射 系 」 と い え ば 、 日置 流 諸派 や それ に 由来 する 作法 ・ 射法 の こと で あ る 。 江戸 時代 、 太平 の 世 に あ っ て 弓矢 が 武器 と し て の 役割 を 後退 さ せ る 中 で 、 武射 系統 も 礼法 を 摂取 する こと に よ り 文武 の 両側 面 は 融合 し 、 弓術 は 武士 階級 に 必須 の 武芸 と な っ て い っ た 。 この 時代 の 弓術 の 概観 を 示 す 物 と し て 、 江戸 時代 初期 の 大和 流 流祖 森川 香山 の よる 五射 六 科 が あ る 。 五射 は 代表 的 な 射法 を 、 六 科 は 弓術 家 と し て 身 に つけ る べ き 事項 を 挙げ た もの で あ る 。 射 に 「 真行 草 」 あ り 、 と し て 各種 の 射 が 分類 さ れ る こと も あ っ た 。 『 真 』 … 「 的 前 」 ( 近的 ) の 普通 射 形 『 行 』 … 繰矢 ( くりや ) ・ 矢文 の 法 『 草 』 … 指矢 ・ 堂射 また 、 定め られ た 作法 に 則 り 、 礼法 に 従 っ て 射 を 披露 する こと を 射礼 や 体配 など と い う ( 「 体配 」 と は 日置 流 系 の 用語 ) 。 今日 で は 全 日本 弓道 連盟 に よ り 「 一 手 射礼 」 「 巻藁 射礼 」 など いく つ か の 射礼 が 定め られ て お り 、 現存 の 各流 派 も それぞれ 独自 の 射礼 ( 体配 ) を 伝え て い る 。 ただし 江戸 時代 に は 「 礼 は 小笠原 、 射 は 日置 」 と い わ れ 、 礼法 に つ い て は 小笠原 流 が 、 射法 に つ い て は 日置 流 が 専門 で あ る と 認識 さ れ て い た 。 射法 に よ る 分類 弓射 は 伝統 的 に 、 騎乗 か 徒立 ( 非 騎乗 ) か に よ り 騎射 と 歩射 に 分け られ て き た 。 また 日置 流 誕生 以降 、 歩射 技術 が 様々 に 発展 し た が 、 その 中 で も 江戸 時代 に 隆盛 し た 通し 矢 ( 堂射 ) は 独自 の 発展 を 遂げ た 。 様々 な 射法 は 「 五射 」 ( 上述 ) に 挙げ られ て い る 。 騎射 ( きしゃ ・ うまゆみ ) と は 歩射 に 対 し て の 用語 で 、 騎乗 し て 行 う 弓射 。 武士 の 表芸 と さ れ た こと から 「 弓馬 」 は 武芸 一般 や 戦 その もの を 指 す よう に な り 、 「 弓馬 の 家 」 と は 武士 の 家柄 を 、 弓馬 の 道 と は 武士 の 守 る べ き 道徳 を 意味 し た 。 中世 前期 まで 戦場 で の 主要 な 戦闘 法 で あ っ た が 、 南北朝 時代 ( 日本 ) 頃 から 弓射 の 主体 は 歩兵 と な り 、 騎兵 も 下馬 し て 射 る よう に な っ た ため 、 騎射 戦闘 は 消滅 し て い っ た 。 騎射 の 訓練 と し て は 狩猟 が 盛ん に 行 わ れ 、 また 儀式 ・ 競技 化 さ れ た 流鏑馬 、 笠懸 、 犬追物 ( 総称 し て 騎射 三 物 と い う ) も 流行 し た 。 戦場 で 馬 に 騎乗 する こと は 身分 の 高 い 武士 のみ に 許 さ れ た 特権 で あ り 、 江戸 時代 に 入 っ て も 騎射 が 弓術 の 最高 位 の もの と さ れ て い た 。 技術 的 に は 歩 射 射 法 と かなり 異な る 。 騎射 を 伝え た 流派 と し て は 小笠原 流 、 武田 流 が 有名 。 歩射 ( ぶしゃ ・ かちゆみ ・ 「 ほしゃ 」 は 正式 な 読み で は な い ) と は 騎射 に 対 し て の 用語 で 、 騎乗せ ず に 地面 に 立 っ て 行 う 弓射 。 南北朝 時代 ( 日本 ) 以降 、 戦陣 に お い て 歩射 が 一般 化 する と 、 戦国 時代 初期 に は 歩射 弓術 を 基礎 と する 日置 流 が 発生 し 、 矢 を 遠く へ 飛ば す 繰矢 ・ 尋矢 ( くりや 、 遠矢 と も ) 、 速射 を する 指矢 ( さし や 、 数矢 と も ) など 様々 な 技法 が 発展 し た ( 五射 参照 ) 。 武射 系 で は 、 膝 を 着 い て 弓 を 引 き 、 的 ( 敵 ) を 射 る 射術 が 基本 で あ り 、 その 他 に も 様々 な 体勢 の 技術 が 伝わ る 。 堂射 と は 江戸 時代 に 京都 三十 三 間 堂 、 江戸 三十 三 間 堂 、 東大 寺 など で 盛ん に 行 わ れ た 通し 矢 競技 の 射術 。 弓射 の 分類 は 伝統 的 に 騎射 と 歩射 の 二 分類 で あ る が 、 江戸 時代 に 堂射 が 隆盛 し 独自 の 発展 を 遂げ た の で 、 射法 の 系統 と し て は 堂射 を 加え た 3 分類 と さ れ る こと が 多 い 。 堂射 は 高 さ ・ 幅 に 制限 の あ る 長 い 軒下 ( 三十 三 間 堂 は 高 さ 約 5 . 5 m 、 幅 約 2 . 5 m 、 距離 約 120 m ) を 射通 す 競技 で 、 低 い 弾道 で 長 距離矢 を 飛ば し 、 さらに 決め られ た 時間 内 で 射通 し た 矢数 を 競 う ため 、 独自 の 技術 的 発展 を 遂げ た 。 江戸 時代 中期 以降 堂射 ブーム は 沈静 化 し た もの の 、 堂射 用 に 改良 さ れ た 道具 ( ゆがけ 等 ) や 技術 が 後 の 弓術 に 寄与 し た 面 は 大き い 。 日置 流尾 州 日置 流 竹林 派 ( ちくりん は ) 、 紀州 竹林 派 の 射手 が 驚異 的 な 記録 を 残 し た 事 で 有名 。 弓戯 日本 の 弓射 に は 遊戯 的 側面 を も っ た もの も 存在 し た 。 朝廷 行事 の 賭弓 ( のりゆみ ) で は 、 的 中 場所 に よ り 賞品 が 支給 さ れ 、 敗者 に は 罰杯 を 課 す など 遊戯 的 性格 を 持 っ て い た 。 鎌倉 時代 発祥 の 「 草鹿 」 も 「 遊射 」 と さ れ 、 厳格 な 儀式 の 射 と は 異な る もの で あ っ た 。 江戸 時代 に は 賭弓 ( かけ ゆみ ) は 厳し く 規正 さ れ た が 、 一部 に は 免許 の もと 営業 する 矢場 が あ っ た 。 明治 以降 も 料金 を 取 っ て 弓 を 引 か せ る 店 が 繁華 街 を 中心 に 多 く 存在 し た が 、 今日 で は 数え る ほど しか 存在 し な い 。 また 大弓 ( 通常 の 長 さ の 弓 ) より 小さ い 弓 を 用い る もの と し て 、 楊弓 と い う 吊り 的 を 射 る 遊び も 上流 階級 を 中心 に 、 後 に は 庶民 に 親し ま れ た 。 江戸 時代 の 楊弓場 で は 矢取り の ため に 女 を 置 き 、 密か に 売春 さ せ る 例 も あ っ た 。 宮崎 県 飫肥 地方 ( 現 日南 市 ) 発祥 の 四半 的 弓道 は 、 戦国 時代 に 農民 が 半弓 を 持 っ て 戦闘 に 参加 し て 勝利 に 貢献 し た 功 に よ り 、 領主 から 遊戯 用 と し て 使用 を 許 さ れ た と 伝わ る もの で 、 同地 で 愛好 さ れ て き た 。 近年 娯楽 スポーツ と し て 各地 に 普及 し つつ あ る 。 神事 現在 で も 各地 の 神社 で は 「 奉射 ( ぶしゃ ) 」 ・ 「 御弓 神事 」 など と 称 する 弓射 行事 が 行 わ れ て い る 。 多く は 単なる 競技 で は な く 、 年占 的 性格 を 持 つ 宗教 儀礼 と し て 行 わ れ て い る 。 こう し た 行事 は 朝廷 や 幕府 の 弓射 儀礼 に 由来 する と さ れ る 。 さらに 弓矢 は 様々 な 形 で 祈祷 や 民間 習俗 に 取り入れ られ て い る 。 弓矢 の 歴史 は 石器 時代 に まで 遡 る 。 石鏃 、 簡素 な 造り の 木弓 が 用い られ た 。 日本 で は 縄文 時代 草創 期 ( 1300 0 年 〜 1000 0 年 前 ) に は 既に 登場 し 、 狩猟 の 道具 と し て 使用 さ れ る 。 漆塗り に 装飾 を 施 し た 弓 が 狩り と っ た 獲物 と 共 に 埋葬 さ れ る など 、 呪術 的 ・ 霊的 用途 に 使 わ れ た 形跡 が 既に 見 られ る 。 弥生 時代 時代 に 入 る と 狩猟 生活 から 稲作 へ と 人々 の 生活 が 変化 、 それ に 伴 い 土地 や 水源 確保 の ため 領地 争い が 盛ん に な り 、 戦い の 場 で 弓矢 も 武器 と し て 使用 さ れ る 。 この 時 弓矢 に よ り 強 い 威力 を 求め た 改良 が な さ れ 、 長尺 、 弓幹 下側 を 握 る 弓 と な る 。 古墳 時代 に は 魏志 倭人 伝 の 記述 から 既に 和弓 の 原型 が 見 て 取れ る 。 飛鳥 時代 、 『 日本 書紀 』 に 「 朝嬬 に 幸 す 。 因 り て 大山 位 より 以下 の 馬 を 長柄 神社 に 看 す 。 乃 ち 馬 的 射 さ せ た まふ 」 、 他 に も 「 騁射 」 「 馳射 」 と の 記述 が あ る など 神事 と し て の 騎射 の 原型 も 読み取れ 、 また 飛鳥 時代 末期 に は 文武 天皇 に よ り 『 大射 禄法 』 が 定め られ 、 展覧 さ れ た と の 記述 も あ る 。 『 続 日本 紀 』 に は 奈良 時代 に は 盛ん に 騎射 が 行 わ れ て い た と の 記述 が あ る 。 室城 神社 の 『 矢形 餅 の 神事 』 など は 起源 が 奈良 時代 まで 遡 り 、 既に 弓矢 の 霊妙 な 力 が 信 じ られ て い た 様子 が 伺え る 。 古代 まで に は なん ら か の 弓術 、 礼式 の 形 は あ っ た と 考え られ る が 、 しかし 史料 も 乏し く 史実 と し て の 古代 の 弓射 の 実体 は 解 っ て い な い 。 また この 頃 から 存在 し て い た と い う 流派 が 伝承 など で 見 られ る が 、 史実 と し て は 後世 の 創作 で あ る 可能 性 が 高 い 。 従 っ て 当時 の 流派 の 実在 や 、 その 発祥 起源 も 不明 で あ る 。 この 数 百 年 の 間 に 和弓 の 構造 は 大き く 進化 ( 詳細 は 和弓 歴史 欄 参照 の こと ) 、 江戸 初期 に は 堅 帽子 ゆがけ の 発明 ( ゆが け 項 参照 の こと ) 、 さらに 技術 面 で は 「 角見 」 「 弓返り 」 の 技術 が 発明 さ れ る 等 、 この 時期 に 弓術 は 現在 の 弓道 に 繋が る 大きな 進歩 を 遂げ る 。 平安 時代 の 10 世紀 頃 、 武士 が 登場 し て 以来 、 騎射 ・ 弓術 は 武士 の 表芸 と し て 弓馬 の 道 と さ れ た 。 騎射 ・ 弓術 は 実戦 武術 と し て の 稽古 も 盛ん に 行 わ れ る など 、 戦国 中期 まで は 戦 で の 主戦力 で あ っ た 。 また 、 弓矢 は 邪 を 祓 う 力 が あ る と さ れ 、 霊器 ・ 神器 と し て 、 精神 性 の 高 い もの と し て 扱 わ れ て い た ( 現在 で も 破魔 弓 と し て 信仰 の 名残 や 各地 で 弓道 、 流鏑馬 神事 が 行 わ れ て い る ) 。 鎌倉 時代 に は 「 騎射 三 物 」 と 言 わ れ る 、 流鏑馬 ・ 犬追物 ・ 笠懸 が 武芸 の 一 つ と し て 、 また 行事 ごと に お い て 盛ん に 行 わ れ た が 、 室町 時代 ・ 安土 桃山 時代 と 時代 が 進 む に つれ 一時 的 に 衰退 する 。 戦国 後期 に 「 弓 」 が 戦場 の 主戦力 から 後退 する が 、 依然 「 弓射 」 は 武士 の 表芸 と さ れ 武士 の 間 で の 人気 も 高 く 、 心身 鍛練 の 道 と し て 泰平 の 江戸 の世 に お い て も 弓 は 引 か れ 弓術 流 派 、 射術 は 発展 し て い く 。 江戸 時代 に 入 る と 流派 単位 の 活動 が 盛ん に な る 。 江戸 初期 に は 三十 三 間 堂 の 軒下 ( 長 さ 約 120 m ) を 射通 す 「 通し 矢 」 が 次第 に 盛ん と な り 、 「 天下 総 一 」 を かけ て 各 藩 腕利き の 藩士 が 藩 の 威信 と 己 の 命 を 懸け て 競い合 っ た 。 寛文 9 年 ( 1669 年 ) 星野 勘左衛門 ( 日置 流尾 州 竹林 派 ) に よ っ て 総矢数 10 , 242 本 ・ 通し 矢数 8, 000 本 、 貞享 3 年 ( 1686 年 ) 和佐 大八郎 ( 日置 流 紀州 竹林 派 ) に よ っ て 総矢数 13,053 本 ・ 通し 矢数 8 , 133 本 と い う 大 記録 が 生まれ る 。 江戸 中期 、 徳川 吉宗 に よ り 一時 衰退 し て い た 流鏑馬 が 奨励 さ れ 、 以降 、 復興 し た 流鏑馬 が 全国 の 神社 等 で 神事 と し て 行 わ れ る 。 明治 維新 後 は 幕府 の 崩壊 、 身分 制度 が 廃止 さ れ 武術 は 武芸 と し て の 目的 を 失 う 。 文明 開化 、 欧化 思想 の 中 で 武術 その もの が 『 時代 遅れ 』 と さ れ 、 弓術 も その 例 に 漏れ ず 衰退 の 一途 を たど り 、 大衆 の 意識 で は 『 弓 』 と 言 え ば 賭 け 弓 等 の 娯楽 ・ 性 風俗 の 弓 を 指 す 程 まで に かつて の 弓術 は 影 を 潜め る 。 その 世相 の 中 、 一部 の 弓術 家 ら は 各々 自宅 道場 を 開 く 等 、 根強 く 弓術 の 存続 に 力 を 注 ぎ 、 やがて 武士 道 の 再 認識 が さ れ る など 次第 に 庶民 の 間 で 武術 ・ 武道 が 見直 さ れ 初め た 。 明治 28 年 ( 1895 年 ) 当時 の 武道 家 有志 に よ り 大 日本 武徳 会 を 結成 、 弓術 も 奨励 さ れ 心身 鍛錬 を 目的 と し て 学校 教育 に 取り入れ られ る 等 普及 を 図 る 。 大正 時代 8 年 ( 1919 年 ) に 弓術 は 弓道 へ と 改称 、 弓道 含め 各 武道 の 普及 は 日本 の 内地 に 留ま ら ず 外地 に まで 及 ん だ 。 ただ 、 当時 の 国家 主義 的 な 世相 を 反映 し て 、 武道 は 次第 に 国家 の 影響 を 受け る よう に な っ て 行 く 。 武徳 会 の 目的 の 一 つ に 剣道 型 ・ 柔道 型 など 技術 の 体系 化 が あ り 、 弓道 も それ に 習 う 形 で 射法 統一 が 試み られ た 。 昭和 9 年 ( 1934 年 ) 様々 な 流派 を 代表 する 弓道 家 や 武徳 会 弓道 部 役員 が 集ま り 、 武徳 会 本部 で 射形 統一 が 話し合 わ れ 、 喧々 囂々 の 議論 の 末 「 弓道 要則 」 を 制定 し た 。 しかし 、 流派 関係 者 や 文化 人 から の 批判 が 相 次 ぎ 、 新聞 紙上 で も 論争 が 起き て 「 鵺 的 射 法 」 と まで 揶揄 さ れ る まで に 不評 で あ っ た 。 武徳 会 が 政府 の 外郭 団体 と し て 再 出発 する 際 に 再度 射型 改善 の 声 が 上が り 、 昭和 19 年 ( 1944 年 ) に 「 弓道 教範 制定 委員 会 」 の 手 に よ っ て 「 弓道 教範 」 が 作成 さ れ 、 、 「 弓道 要則 」 の 射法 と 、 従来 の 正面 ・ 斜面 の 射法 を 併せ て 認め る に 至 り 終戦 を 迎え る 。 第 二 次 世界 大戦 後 、 連合 国 軍 最高 司令 官 総 司令 部 に よ り 武徳 会 は 解散 ( 昭和 時代 21 年 ( 1946 年 ) ) さ せ られ 武道 全般 禁止 と な る が 、 時 の 弓道 家 の 尽力 に よ り 昭和 24 年 ( 1949 年 ) 全 日本 弓道 連盟 設立 。 弓道 は 『 精神 修養 の 道 』 と し て 復活 し 、 当時 を 代表 する 弓道 家 ら に よ り 『 弓 道射 法 八 節 』 が 定め られ 、 現在 に 至 る 。 ( 詳し い 経緯 や その 後 は 、 弓道 歴史 を 参照 の こと 。 ) 日本 の 弓術 は 古代 より 、 騎乗 し て 行 う 弓射 ・ 騎射 ( きしゃ / うまゆみ ) 、 騎乗せ ず 立 っ て 行 う 弓射 ・ 歩射 ( ぶしゃ / かちゆみ 。 近年 で は 武射 と の 混同 を 避け 「 ほしゃ 」 と も 。 ) に 分類 さ れ て き た 。 これ に 加え 、 江戸 時代 に 流行 し た 三十 三 間 堂 の 通し 矢 ・ 通し 矢 ( どうしゃ ) も 一大 分野 で あ る 。 各 時代 で 騎射 ・ 歩射 ・ 堂射 それぞれ に あわせ た 射法 が 研究 さ れ て き た 。 この 基本 的 な 分類 は 明治 期 まで 一般 的 で あ っ た が 、 時代 が 経 つ に つれ て 射手 の 多く から は 忘れ られ て い っ た 。 「 歩射 」 「 騎射 」 「 堂射 」 の 概念 を 根本 に 置 く と 流派 の 性格 を 理解 し やす い 。 ( ただ これ ら の 分類 は 射法 の 違い で あ っ て 、 必ず しも 流派 の 違い に 直結 する もの で は な い 。 ) 小笠原 流 で は 歩射 と 騎射 は 別物 で あ り 、 「 歩射 」 「 騎射 」 「 礼法 」 と 分け て 考え られ 免許 も それぞれ 別 に あ る 。 日置 流 諸 派 で は 歩射 と 堂射 の 両方 を 行 っ た 系統 も あ る が 、 歩射 を 重ん じ て 敢え て 堂射 を 行 わ な かっ た 系統 も あ る 。 弓術 の 流派 に は 様々 な 名称 の もの が 伝わ る が 、 古 い 流派 は 実体 が 不明 な もの が 多 く 、 「 流 」 と は 称 し て い て も 今日 的 な 流派 と 同様 の もの で は な い 。 『 現代 弓道 講座 』 で は 主 な 流派 と し て 尊流 、 神道 流 、 日本 流 、 鹿島 流 、 太子 流 、 伴流 、 紀流 、 秀郷 流 、 逸見 流 、 武田 流 、 日置 流 、 大和 流 、 小笠原 流 を あげ て い る が 、 その うち 近世 以降 に 見 られ る 流派 は 小笠原 流 、 武田 流 、 日置 流 、 大和 流 で あ る 。 これ ら を 大別 する と 、 有職 故 実 を 中心 と する 弓馬 故 実 の 流派 と 、 射法 を 中心 と する 弓術 の 流派 に 分け られ る 。 なお 、 現在 で は 弓道 を 礼射 系 ・ 武射 系 と 分類 し て い る が 、 実質 的 に 礼射 系 は 小笠原 流 、 武射 系 は 日置 流系 に 該当 する 。 小笠原 流 ・ 武田 流 は 「 もっぱら 法式 を 第 一 と する 」 ( 「 弓術 要覧 」 『 古事 類 苑 武技 部 』 』 ) と さ れ 、 弓馬 に 関 する 故実 ( 弓馬 故 実 ) の 流派 で あ る 。 騎射 を 行 う の は ほぼ この 系統 の 流派 で あ り 、 流鏑馬 ・ 笠懸 など の 騎射 の ほか 、 歩射 の 諸儀式 など を 伝え る 。 武家 社会 に お い て は 伝統 的 に 弓馬術 が 重ん じ られ 、 鎌倉 ~ 室町 時代 に は 弓馬 の 諸式 が 盛ん に 行 わ れ た 。 室町 時代 に は 故実 の 整備 が 進 み 、 これ ら の 流派 に 伝え られ た 。 小笠原 流 … 鎌倉 時代 の 小笠原 長清 を 祖 と し 、 室町 時代 の 小笠原 貞宗 ・ 小笠原 常興 に よ っ て 大成 さ れ た と する 流派 。 室町 幕府 に お い て 弓馬 故 実 の 中心 的 地位 を 得 、 江戸 幕府 で も 重ん じ られ た 。 古く から 「 礼 の 小笠原 」 と 讃え られ て き た 。 歩射 も 盛ん で あ り 、 現代 の 弓道 に お い て 主要 な 流派 の 一 つ で あ る 。 武田 流 騎射 流鏑馬 … 武田 氏 安芸 武田 氏 ・ 武田 氏 若狭 武田 氏 の 故実 を 伝え る 流派 で あ る 。 安土 桃山 時代 に 若狭 武田 氏 の 縁戚 で あ っ た 細川 幽斎 ( 幽斎 ) に 伝授 さ れ 、 江戸 時代 は 細川 流弓馬 軍 礼故 実 と 称 し て 熊本 藩 で 保護 さ れ た 。 現在 で は 騎射 中心 で 、 歩射 の 式 は 行 っ て い な い 。 兵学 の 武田 流 ( 甲州 流 ) と は 異な る 。 日置 流 、 大和 流 など 。 日置 流祖 の 日置 弾正 正次 は 射術 の 祖 と さ れ 、 日置 流 は 後 の 弓術 の 中核 と な る 。 日置 流 大和 日置 系統   ( 吉田 流 ) ( へき ) … 室町 時代 中期 ごろ の 日置 弾正 正次 に 始ま る 。 当時 の 合戦 で は 弓射 の 主体 は 歩兵 で あ っ た の で 、 歩射 が 中心 の 流派 で あ る 。 日置流 は 後 に 吉田 氏 に 受け継 が れ た の で 吉田 流と も 呼 ば れ る 。 ( 竹林 派 を 除 く )   安土 桃山 時代 から 江戸 初期 に かけ て 多く の 分派 に 分かれ た 。 礼 の 小笠原 に 対 し 、 「 射 の 日置 」 と 称 さ れ て き た 。 三十 三 間 堂 の 通し 矢 に 参加 し た 射手 は 日置 流 系 で あ っ た 。 以下 、 各派 と その 始祖 を 示 し 、 系統 関係 を 字下げ で 表 す 。 系統 は 代表 的 な 説 に よ る が 、 実際 の 系統 は 複雑 、 不 明確 な 点 も あ る ため 、 各派 の 関係 を 完全 に は 示 し て い な い 。 日置 流 出雲派 ( いず も ) … 吉田 助左衛門 重高 ( 出雲 守 、 露滴 ) 。 日置 流山科 派 ( やましな ) … 片岡 平右衛門 家次 、 また は 孫 の 助右衛門 家 清 。 日置 流 左近衛門 派 ( 左近右 衛門 派 ) ( さこんえもん ) … 吉田 左近右衛門 業 茂 ( 木反 ) 。 孫 の 小左近 茂成 から は 左近 派 と も 。 日置 流 大蔵 派 ( おおくら ) … 吉田 大蔵 茂 氏 。 日置 流 大心 派 ( だいしん ) … 田中 秀次 ( 大心 ) 。 日置 流 印西 派 ( いんさい ) … 吉田 源八郎重 氏 ( 印西 ) 。 一部 の 系統 は 日置 当流 と も 。 日置 流 寿徳派 ( じゅとく ) … 木村 寿徳 。 日置 流雪 荷派 ( せっか ) … 吉田 六左衛門 重勝 ( 雪荷 ) 。 日置 流道 雪 派 ( どうせつ ) … 伴喜左衛門 一安 ( 道雪 ) 。 日置 流 伊賀 日置 系統 ( へき ) … 日置 弥左衛門 範 次 の 系統 。 竹林 派 は この 伊賀 日置 流 の 系統 を 主張 する 。 上記 の 大和 日置流 と の 関係 は 不詳 で あ る 。 日置 流 竹林 派 ( ちくりん ) … 石堂 竹林 坊 如成 。 吉田 流 の 吉田 氏 と の 関係 も 指摘 さ れ る が 、 詳細 は 不明 。 石堂 竹林 派 … 石堂 家 の 系統 。 尾州 竹林 派 … 尾張 藩 に 伝わ っ た 系統 。 尾州 竹林 流 と も 。 紀州 竹林 派 … 紀州 藩 に 伝わ っ た 系統 。 大和流 ( やまと ) … 森川 香山 に よ り 江戸 時代 初期 に 創始 さ れ た 。 香山 は 父 より 日置 流 寿徳派 を 学 び 、 その 後 諸国 を 遊歴 し て 日置 流道 雪 派 、 大蔵 派 、 印西 派 、 竹林 派 、 武田 流 、 小笠原 流 、 逸見 流 の 秘奥 を 究め た と い う 。 神道 思想 を 中心 と し た 儒仏 の 思想 を も 織り 混ぜ て 大和 流 と し て 大成 さ せ た 。 その 他 の 流派 日置 流 一貫流 ( いっかん ) … 大野 又兵衛 一貫 に よ り 寛政 年間 に 創始 さ れ た 。 応心 流 ( おうしん ) … 高木 尚三郎 正朝 ( 応心 斎 ) 。 応心斎 は 紀州 出身 。 挙母 藩 など で 指導 し た 。 弟子 に 挙母 藩 士 で 後 の 新撰 組 隊士 安藤 早太郎 など 。 安藤 は 天保 年間 に 東大 寺 大仏殿 の 西廊 下 で 通し 矢 を 行 っ た 。 吉田 当流 ( 新発田 藩 、 熊本 藩 ) 、 豊秀 流 ( 会津 藩 ) 、 太子 流 ( 姫路 藩 ) など 。 明治 時代 以降 に 成立 し た 諸 流 派 。 弓術 で は な く 弓道 を 名乗 る 流派 も 含 む 。 本多流 … 本多 利実 の 弟子 たち に よ っ て 大正 時代 に 創始 さ れ た 。 日置 流 系 で あ る が 正面 打起し で あ る 。 無影 心 月 流 … 梅路 見鸞 が 創始 し た 流派 。 梅路 は 本多 利 実 の 高弟 。 大 日本 射 覚院 … 大平 善蔵 が 大正 12 年 に 創立 。 禅 の 思想 を 取り入れ た 流派 。 大平 は 本多 利 実 の 高弟 。 大射 道教 … 阿波 研造 が 昭和 初期 に 創始 し た 流派 。 宗教 的 な 面 が 強 い 。 オイゲン ・ ヘリゲル の 『 弓 と 禅 』 で 有名 。 阿波 は 本多 利 実 の 高弟 。 正法 流 … 吉田 能安 に よ っ て 創始 さ れ た 。 吉田 は 阿波 研造 の 高弟 。 +水墨画 ( すいぼく が ) と は 、 「 墨 」 一色 で 表現 さ れ る 絵画 で 、 墨線 だけ で な く 、 墨 を 面 的 に 使用 し 、 暈かし で 濃淡 ・ 明暗 を 表 す 。 墨絵 ( すみえ ) と も 言 う 。 中国 で 唐代 後半 に 山水 画 の 技法 と し て 成立 し 、 宋代 に は 、 文人 官僚 の 余技 と し て の 、 四 君子 ( 松竹 梅菊 ) の 水墨 画 が 行 わ れ た 。 また 、 禅宗 の 普及 に 伴 い 、 禅宗 的 故事 人物 画 が 水墨 で 制作 さ れ た 。 明代 に は 花卉 、 果物 、 野菜 、 魚 など を 描 く 水墨 雑画 も 描 か れ た 。 日本 に は 鎌倉 時代 に 禅 と とも に 伝わ っ た 。 日本 に 伝わ っ た 絵画 は 、 『 達磨 図 』 ・ 『 瓢鮎 図 』 など の よう に 禅 の 思想 を 表 す もの で あ っ た が 、 徐々 に 変化 を 遂げ 、 風景 を 描 く 山水 画 も 書 か れ る よう に な っ た 。 墨 一色 で 表現 し た 絵画 は 、 日本 で は 正倉 院 宝物 の 「 墨画 仏像 」 の よう な 奈良 時代 の 作例 が あ り 、 古代 から 制作 さ れ て い た 。 しかし 、 美術 史 で 「 水墨 画 」 と い う 場合 に は 、 単に 墨 一色 で 描 か れ た 絵画 と い う こと で は な く 、 墨色 の 濃淡 、 にじみ 、 かすれ 、 など を 表現 の 要素 と し た 中国 風 の 描法 に よ る もの を 指 し 、 日本 の 作品 に つ い て は 、 おおむね 鎌倉 時代 以降 の もの を 指 す の が 通常 で あ る 。 着彩画 で あ っ て も 、 水墨 画風 の 描法 に な り 、 墨 が 主 、 色 が 従 の もの は 「 水墨 画 」 に 含 む こと が 多 い 。 平安 時代 初期 、 密教 の 伝来 と とも に 、 仏像 、 仏具 、 曼荼羅 等 の 複雑 な 形態 を 正し く 伝承 する ため に 、 墨 一 色 で 線描 さ れ た 「 密教 図像 」 が 多数 制作 さ れ た 。 絵巻物 の 中 に も 『 枕草 紙 絵巻 』 の よう に 彩色 を 用いず 、 墨 の 線 のみ で 描 か れ た もの が あ る 。 しかし 、 これ ら の よう な 肥痩 や 濃淡 の な い 均質 な 墨線 で 描 か れ た 作品 は 「 白描 」 ( はくびょう ) ない し 「 白画 」 と い い 、 「 水墨 画 」 の 範疇 に は 含め な い の が 普通 で あ る 。 中国 に おけ る 水墨 画 表現 は 唐 時代 末 から 、 五代 十 国 時代 ~ 宋 ( 王朝 ) 時代 初め ( 9 世紀 末 ~ 10 世紀 ) に かけ て 発達 し た 。 中国 の 水墨 画 が 写実 表現 の 追求 から 自発 的 に 始ま っ た もの で あ る の に 対 し 、 日本 の 水墨 画 は 中国 画 の 受容 から 始ま っ た もの で あ る 。 日本 に おけ る 水墨 画 の 受容 と 制作 が いつ頃 始ま っ た かは 必ず しも 明確 で は な い 。 すでに 12 世紀 末頃 の 詫磨 派 の 仏画 に 水墨 画風 の 筆法 が 見 られ る が 、 本格 的 な 水墨 画 作品 が 現れ る の は 13 世紀 末頃 で 、 中国 で の 水墨 画 発祥 から は 4 世紀 近く を 経 て い た 。 13 世紀 末 から 14 世紀 頃 まで の 日本 の 水墨 画 を 美術 史 で は 「 初期 水墨画 」 と 呼 ん で い る 。 水墨画 が この 頃 盛ん に な っ た 要因 と し て は 、 日本 と 中国 の 間 で 禅僧 の 往来 が 盛ん に な り 、 宋 ・ 元 の 新 様式 の 絵画 が 日本 に もたら さ れ た こと が 挙げ られ る 。 13 世紀 に な り 、 無学 祖元 、 蘭渓 道隆ら の 中国 禅僧 が 相 次 い で 来日 し た 。 彼 ら は 絵画 を 含め 宋 ・ 元 の 文物 や 文化 を 日本 へ もたら し た 。 鎌倉 の 建長 寺 仏 日庵 の 所蔵 品目録 で あ る 「 仏日 庵 公物 目録 」 ( ぶつ に ちあん くもつ もくろく ) は 元応 2 年 ( 1320 年 ) に 作成 さ れ た 目録 を 貞治 2 年 ( 1363 年 ) 頃 に 改訂 し た もの で あ る が 、 これ を 見 る と 、 当時 の 建長 寺 に は 多数 の 中国 画 が 所蔵 さ れ て い た こと が わか る 。 日本 の 初期 水墨画 は 絵仏 師 や 禅僧 が 中心 と な っ て 制作 が 始め られ た 。 師資 相承 ( 師匠 から 弟子 へ 仏法 を 伝え る ) を 重視 する 禅宗 で は 、 師匠 の 法 を 嗣 い だ こと を 証明 する ため に 弟子 に 与え る 頂相 ( ちんぞう 、 禅僧 の 肖像 ) や 禅宗 の 始祖 ・ 達磨 を はじめ と する 祖師 像 など の 絵画 作品 の 需要 が あ っ た 。 この 時期 に 制作 さ れ た 水墨 画 の 画題 と し て は 、 上述 の 頂相 、 祖師 像 の ほか 、 道釈 画 ( 道教 および 仏教 関連 の 人物 画 ) 、 四 君子 ( 蘭 、 竹 、 菊 、 梅 を 指 す ) など が 主な もの で あ る 。 なお 、 水墨 画 と 禅宗 の 教義 と に は 直接 の 関係 は な く 、 水墨 画 は 禅宗 様 の 建築 様式 など と 同様 、 外来 の 新し い 文化 と し て 受容 さ れ た もの と 思 わ れ る 。 鎌倉 時代 の 絵巻物 に 表現 さ れ た 画中 画 を 見 る と 、 当時 、 禅宗 以外 の 寺院 の 障子 絵 など に も 水墨 画 が 用い られ て い た こと が わか る 。 14 世紀 の 代表 的 な 水墨 画 家 と し て は 、 可翁 、 黙庵 、 鉄舟 徳済 など が 挙げ られ る 。 可翁 に つ い て は 作品 に 「 可翁 」 の 印 が 残 る のみ で 伝記 は 不明 だ が 、 元 に 渡航 し た 禅僧 の 可翁 宗然 と 同人 と する 説 が 有力 で あ る 。 黙庵 は 元 に 渡 り 、 同地 で 没 し た 禅僧 で あ る 。 鉄舟 徳済 は 夢窓 疎石 の 弟子 の 禅僧 で 、 やはり 元 に 渡航 し て い る 。 代表 作 達磨 図 ( 山梨 ・ 向嶽 寺 蔵 、 国宝 ) - 達磨 の 衣 など に 彩色 が あ る が 、 水墨 画 の 筆法 で 描 か れ て い る 。 絵 の 上部 に 蘭渓 道隆 の 賛 が あ る こと から 、 蘭渓 の 没 し た 1278 年 が 制作 年代 の 下限 で あ る 。 蘭渓道 隆像 ( 神奈川 ・ 建長 寺 蔵 、 国宝 ) - 着彩 画 で あ る が 、 中国 画 と 同様 の 筆法 で 描 か れ て い る 。 この 時代 の 頂相 の 代表 作 で あ る 。 絵 の 上部 に 文永 8 年 ( 12 71 年 ) の 蘭渓 自身 の 賛 が あ る 。 可翁筆   寒山 図 ( 個人 蔵 、 国宝 ) - 減筆 体 の 人物 画 。 寒山 は 唐 時代 、 天台 山 に 住 ん で い た と い う 伝説 的 な 隠者 で 、 水墨 画 の 好 画題 と さ れ る 。 室町 時代 は 日本 水墨画 の 全盛 期 と 言 っ て よ い で あ ろ う 。 足利家 が 禅宗 を 庇護 し た こと も あ り 、 禅 文化 や 五山 文学 が 栄え 、 足利 家 の 寺 で あ る 京都 の 相国 寺 から は 如拙 、 周文 、 雪舟 を はじめ と する 画僧 を 輩出 し た 。 また 、 東福 寺 の 画僧 ・ 明兆 ( みんちょう ) は 、 濃彩 の 仏画 から 水墨 画 まで 幅広 い 作品 を 制作 し た 。 8 代将軍 足利 義政 は 政治 を 省 み な かっ た が 、 文化 の 振興 に は 力 を 入れ 、 唐物 と 呼 ば れ る 中国 舶載 の 書画 、 茶 道具 など を 熱心 に 収集 ・ 鑑賞 し た 。 当時 の 日本 で 珍重 さ れ た の は 、 中国 ・ 南宋 時代 の 画家 の 作品 で 、 夏珪 、 馬遠 、 牧谿 ( もっけい ) 、 梁楷 、 玉澗 ( ぎょくかん ) ら が 特に 珍重 さ れ た 。 牧谿 、 梁楷 、 玉澗 など は 中国 本国 より も 日本 で 評価 の 高 い 画家 で あ る 。 なお 、 室町 時代 の 日本 画壇 が 水墨 画 一色 で あ っ た と 考え る の は 誤り で 、 この 時代 に は 伝統 的 な 大和 絵 の 屏風 も 盛ん に 描 か れ て い た こと が 、 20 世紀 後半 以降 の 研究 で 明らか に な っ て い る 。 14 世紀 まで の 日本 水墨画 が 頂相 、 祖師 図 、 道釈 画 など の 人物 画 や 花鳥 画 を 中心 と し て い た の に 対 し 、 15 世紀 に は 日本 で も 本格 的 な 山水 画 が 描 か れ る よう に な る 。 日本 の 水墨 山水 画 の うち 、 もっとも 初期 の 作 と さ れ る もの は 、 「 思堪 」 と い う 印章 の あ る 『 平沙 落雁 図 』 ( 個人 蔵 ) で あ る 。 この 作品 に は 中国 出身 の 禅僧 ・ 一山 一寧 の 賛 が あ り 、 彼 の 没年 で あ る 1317 年 が 制作 年代 の 下限 と な る 。 画面 下部 に 「 思堪 」 の 朱印 が あ り 、 これ が 画家 名 と 思 わ れ る が 、 その 伝記 等 は 不明 で あ る 。 この 『 平沙 落雁 図 』 に は まだ 水墨 画 の 画法 を こな し きれ て い な い 稚拙 な 部分 が あ り 、 遠近 感 の 表現 など も 十分 で は な い 。 それ から 約 1 世紀 を 経 た 応永 年間 ( 15 世紀 初頭 ) に 、 「 詩画 軸 」 と 称 さ れ る 一連 の 作品 が 制作 さ れ る 。 「 詩画 軸 」 と は 、 「 詩 ・ 書 ・ 画 一体 」 の 境地 を 表わ し た もの で 、 縦 に 長 い 掛軸 の 画面 の 下部 に 水墨 画 を 描 き 、 上部 の 余白 に 、 画題 に 関連 し た 漢詩 を 書 い た もの で あ る 。 この 種 の 詩画 軸 で 年代 の わか る 最古 の もの と さ れ る の が 藤田 美術 館 蔵 の 『 柴門 新 月図 』 ( さいもん しんげつ ず ) で 、 応永 12 年 ( 140 5 年 ) の 作 で あ る 。 この 図 は 杜甫 の 詩 を 題材 に し た もの で 、 絵 の 上部 に は 序文 に 続 い て 18 名 の 禅僧 が 詩文 を 書 い て お り 、 絵 より も 書 の 占め る スペース が 倍 以上 大き い 。 15 世紀 前半 に 制作 さ れ た 詩画 軸 の 代表 作 と し て は 他 に 『 渓陰 小築 図 』 、 『 竹斎 読 書 図 』 、 『 水色 巒 光 図 』 ( すいしょく らん こう ず ) など が あ り 、 絵 の 筆者 は 『 渓陰 小築 図 』 が 明兆 ( みんちょう ) 、 『 竹斎 読 書 図 』 、 『 水色 巒 光 図 』 が 周文 と の 伝え も あ る が 、 確証 は な い 。 この 時期 の 詩画 軸 は 、 「 書斎 図 」 と 呼 ば れ る 、 山水 に 囲 ま れ た 静か な 書斎 で 過ご す 、 文人 の 理想 の 境地 を 題材 に し た もの が 多 い 。 この 時代 に は ようやく 画人 の 名前 と 個性 が 明確 に な っ て くる 。 相国 寺 の 画僧 ・ 如拙 は 、 『 瓢鮎 図 』 ( ひょうねん ず 、 京都 ・ 退蔵 院 蔵 ) を はじめ 、 若干 の 作品 が 知 ら れ る 。 やはり 相国 寺 の 画僧 で あ っ た 周文 は 、 幕府 の 御 用 絵師 と し て の 事績 が 文献 から は 知 ら れ 、 詩画 軸 、 山水 屏風 など に 「 伝周 文筆 」 と さ れ る 作品 が 多数 残 る が 、 確証 の あ る 作例 は 1 点 も な い 。 15 世紀 の 後半 に は 、 水墨 画 家 と し て のみ な ら ず 、 著名 な 画家 の 一人 で あ る 雪舟 ( 14 2 0 - 15 0 2 / 150 6 ) が 登場 する 。 雪舟 は 備 中国 ( 岡山 県 ) の 出身 で 、 地方 武士 の 血 を 引 く と 言 わ れ る 。 上京 し て 相国 寺 の 僧 と な る が 、 後 に 大内 氏 を 頼 っ て 山口 に 移住 。 応仁 の 乱 ( 146 7 - 1 4 77 年 ) の 始まり と 前後 し て 中国 ・ 明 に 渡航 、 足掛け 3 年 滞在 し て 帰国 し た 。 帰国 後 は 山口 、 大分 など 、 もっぱら 地方 を 遍歴 し て 制作 し 、 80 歳 代 まで 作品 を 残 し て い る 。 雪舟 は 明応 4 年 ( 1495 年 ) 、 76 歳 の 時 、 弟子 の 宗淵 に 与え た 作品 『 山水 図 』 ( 通称 「 破墨 山水 図 」 ) の 自賛 に 、 「 自分 は 絵 を 学 ぶ ため に 明 に 渡航 し た が 、 そこ に は 求め る 師 は い な かっ た 」 と 記 し 、 先輩 に 当た る 如拙 や 周文 の 画業 を たたえ て い る 。 この 自賛 は 、 日本 の 画家 が 自ら の 画業 に つ い て 語 っ た もの と し て は 最古 の もの で あ り 、 日本 人 画家 と し て の 自負 が うかがえ る 。 雪舟 は 中国 絵画 の 影響 を 消化 し つつ 『 天橋 立 図 』 の よう な 日本 の 実景 を 題材 に し た 独自 の 水墨 画 を 制作 し た 。 また 、 多く の 弟子 を 育成 し 、 彼 ら の 中 に は 秋月 ( 薩摩 出身 ) 、 宗淵 ( 鎌倉 円覚 寺 の 画僧 ) など 、 それぞれ の 出身 地 に 帰 っ て 活躍 し た 者 も い た 。 こう し た 面 で も 、 雪舟 が 日本 絵画 に 与え た 影響 は 大き かっ た 。 室町 時代 に は 、 地方 に も 多く の 画人 が 現われ 、 その 多く は 武家 の 出身 で あ っ た 。 その 代表 的 な 存在 が 、 常陸 国 太田 ( 茨城 県 常陸 太田 市 ) の 武家 出身 の 画家 ・ 雪村 で あ っ た 。 雪村 は 後 に 出家 し て 画僧 と な り 、 関東 地方 と 会津 地方 で 80 歳 代 まで 制作 を 続け た が 、 その 作品 に は 武家 の 出身 ら し い 気迫 の こも っ た もの が 多 い 。 この 時代 に は 他 に も 多く の 水墨 画 家 が い た 。 著名 な 者 と し て は 、 曾我 蛇足 、 松谿 、 岳翁蔵丘 ら が い る が 、 これ ら の 人物 の 伝記 は あまり 明らか で な い 。 足利 将軍 家 に 仕え た 「 同朋衆 」 ( 唐物 の 目利き など 、 芸術 顧問 的 な 仕事 を し て い た ) の 阿弥 派 一族 ( 能阿弥 、 芸 阿弥 、 相 阿弥 ) も 水墨 の 作品 を 残 し て い る 。 +北山 文化 ( きたやま ぶんか ) と は 、 室町 時代 初期 の 文化 で 、 三 代 将軍 足利 義満 ( 1358 年 ~ 1408 年 ) の 北山 山荘 に 代表 さ れ 、 14 世紀 末 ~ 15 世紀 前半 まで を さ す 。 東山 文化 に 対 し て 使 わ れ る 言葉 で あ る 。 ただし 、 今日 の 歴史 学 で は 東山 文化 と 合わせ て 「 室町 文化 」 と 呼 ぶ の が 一般 的 だ と い う 。 ( → 東山 文化 室町 文化 ) 南北朝 時代 ( 日本 ) の 動乱 を 経 て 、 それ まで 伝統 的 で あ っ た 公家 文化 と 、 新興 の 武家 文化 の 融合 が 特色 で 、 明 と の 勘合 貿易 、 禅宗 を 通 じ て 大陸 文化 の 影響 も 受け て い る 。 鹿苑 寺 金閣 ( 1397 年 ) : 正式 に は 鹿苑 寺舎利殿 。 北山 文化 を 代表 する もの で 足利 義満 が 北山 山荘 に 造営 し た ( 北山 山荘 は 義満 死後 その 法名 を と っ て 鹿苑 寺 と な る ) 。 一層 が 公家 風 の 寝殿 造 で 阿弥陀 堂 、 二 層 が 住宅 風 ( 俗説 で は 武家 造 ) 、 三 層 が 禅宗 様 の 仏殿 風 で 仏舎利 を 置 い た 。 1950 年 に 焼失 。 能面 彫刻 軍記 物語 太平 記 ( 13 71 年 頃 成立 ) 難 太平 記 ( 140 2 年 ) 五山 文学 義堂 周信 ( 1325 年 ~ 1388 年 ) 絶海 中津 ( 1336 年 ~ 140 5 年 ) 連歌 二条 良 基 : 「 筑玖 波集 」 の 撰 ( 1356 年 ) 、 また 「 応安 新 式 」 ( 1372 年 ) で は 100 句 を 基準 と する 長連歌 の 形式 を 定め た 。 水墨 画 明 兆 ( 1352 年 ~ 1431 年 ) : 東福 寺 の 僧 。 元 ・ 宋 の 画法 を 習得 。 如拙 ( ? ~ ? ) : 相国 寺 の 僧 。 退蔵 院 所有 の 国宝 「 瓢鮎 図 ( ひょうねん ず ) 」 で 知 ら れ る 。 周文 ( ? ~ 1463 年 頃 没 ? ) : 相国 寺 の 僧 、 如拙 に 学 ぶ 。 幕府 の 御 用 絵師 と な り 、 雪舟 に 奥義 を 伝え る と い う 。 能 : 田楽 、 猿楽 から 、 観阿弥 ・ 世阿弥 親子 に よ り 大成 さ れ た 。 狂言 禅宗 の 一派 、 臨済 宗 が 幕府 の 保護 に よ り さらに 発展 し た 。 安国 寺 、 利生 塔 天竜 寺 五山 の 制 +東山 文化 ( ひがしやま ぶんか ) と は 、 室町 時代 中期 の 文化 を 指 す 用語 。 八 代 将軍 足利 義政 ( 1436 年 - 1490 年 ) が 築 い た 京都 の 東山 山荘 を 中心 に 、 武家 、 公家 、 禅僧 ら の 文化 が 融合 し て 生まれ た と さ れ る 。 慈照 寺 銀閣 は 東山 文化 を 代表 する 存在 で あ る 。 概要 応仁 の 乱 ( 1467 年 ) 以降 、 戦乱 に 明け暮れ る 世の中 に な っ た が 、 一方 で は 能 、 茶道 、 華道 、 庭園 、 建築 、 連歌 など 多様 な 芸術 が 花 開 い た 時代 で 、 それ ら は 次第 に 庶民 に も 浸透 し 、 今日 まで 続 く 日本 的 な 文化 を 数 多 く 生み出 し た 。 また 、 京 が 戦火 に 見舞 わ れ た こと で 文化 人 ・ 知識 人 が 地方 の 守護 大名 の もと へ 身 を 寄せ た ため 、 地方 へ も 伝播 し た 。 貴族 的 ・ 華麗 な 足利 義満 の 北山 文化 に 対 し て 、 幽玄 、 侘 び ・ 寂び に 通じ る 美 意識 に 支え られ て い る と 評 さ れ る 。 建築 慈照 寺 銀閣 : 正式 に は 慈照 寺 観音 殿 。 一層 は 住宅 風 の 書院 造 、 二層 は 禅宗 様 ( 唐様 ) の 仏殿 と い う 構成 に な っ て い る 。 慈照 寺 東求堂 : 持仏 堂 。 四 畳 半 の 部屋 ( 同仁斎 ) は 義政 の 書斎 で 初期 の 書院 造 建築 と し て 知 ら れ る 。 茶室 の 起源 と も 、 和風 住宅 の 原型 と も 言え る 。 庭園 竜安 寺 方丈 庭園   ( 成立 時期 に は 諸説 あ る ) 大徳 寺 大仙院 庭園 絵画 狩野 正信 ( 1434 年 - 1530 年 ) : 狩野 派 の 祖 。 小栗 宗湛 の あと 幕府 の 御 用 絵師 に な る 。 土佐 光信 ( 生没年 不詳 ) : 土佐 派 の 祖 。 宮廷 絵 所 預 に な る 。 水墨画 と 大和 絵 を 融合 。 雪舟 ( 142 0 年 - 150 6 年 ) : 日本 風 の 水墨 画 を 大成 。 大内 氏 の 庇護 を 受け る 。 工芸 後藤 祐乗 ( 1440 年 - 1512 年 ) : 金工 。 義政 に 仕え 、 刀剣 金具 の 製作 を 行 う 。 幸阿弥 家 : 漆工 五十嵐 家 : 漆工 芸能 茶道 村田 珠光 ( 142 2 年 - 150 2 年 ) : 一休 宗純 に 師事 、 義政 に 仕え た と さ れ る 。 禅 を 茶の湯 に 加味 し 、 茶道 の 祖 と 言 わ れ る 。 花道 池坊 専慶 香道 連歌 臨済 宗 一休 宗 純 浄土 真宗 日蓮 宗 歴史 学 で 昭和 初期 から 「 東山 時代 」 と い う 用語 が 使 わ れ る よう に な り ( 笹川 臨風 「 東山 時代 の 文化 」 1928 年 、 など ) 、 東山 時代 の 文化 の 意味 で 「 東山 文化 」 と い う 用語 が 生まれ た 。 のち に これ と 対比 し て 北山 文化 と い う 用語 も 生まれ た 。 当時 は 南朝 が 正統 と さ れ て い た こと から 、 室町 時代 の こと が 中々 正面 切 っ て 論 じ られ な かっ た と い う 背景 も あ っ た よう で あ る 。 しかし 、 東山 文化 が いつ 始まり いつ まで 続 い た か 区分 が 明確 で な い こと や 、 義持 ・ 義教 の 時代 が 無視 さ れ て しま う こと へ の 批判 、 禅宗 の 影響 や 公家 文化 と 武家 文化 の 融合 など 共通 性 が 多 い こと から 、 今日 の 歴史 学 で は 両者 を 合わせ て 「 室町 文化 」 と し て 論じ る の が 一般 的 で あ る と い う 。 ( 参考 : 榎原 雅治編 「 日本 の 時代 史 11 一揆 の 時代 」 吉川 弘文館 、 2003 年 ) +蒔絵 ( まきえ ) は 、 漆芸 の 技法 の 一 つ で あ る 。 漆器 の 表面 に 漆 で 絵 や 文様 、 文字 など を 描 き 、 それ が 乾 か な い うち に 金 や 銀 など の 金属 粉 を 「 蒔 く 」 こと で 器面 に 定着 さ せ る 技法 で あ る 。 金属 の 薄板 を 定着 さ せ る 平文 ( ひょうもん ) ( また は 平脱 / へいだ つ ) や 漆器 表面 に 溝 を 彫 っ て 金銀 を 埋め込 む 沈金 、 夜光 貝 、 アワビ 貝 など を 文様 の 形 に 切り透か し た もの を 貼 っ たり 埋め込 ん だり する 「 螺鈿 」 ( らでん ) と は 区別 さ れ る 。 「 平文 」 や 「 螺鈿 」 が 中国 起源 の 技法 で あ る の に 対 し 、 蒔絵 は その 初例 を 正倉 院 宝物 の 金銀 鈿 荘唐 大刀 ( きんぎん でん かざり の からたち 、 通称 「 末金 鏤 の 大刀 」 ( まっきん る の たち ) ) と さ れ て お り 、 海外 に 類例 の な い 日本 独自 の 漆芸 技法 と さ れ て い る 。 主な 技法 研出 蒔絵 ( とぎだ し ま きえ ) 金粉 や 銀粉 を 蒔 い た 後 に 、 器面 全体 に 漆 を 塗りかぶせ 、 乾燥 後 に 木炭 で 漆 を 研磨 し て 下 の 蒔絵 層 を 出 す 技法 。 研磨 し た 後 に は 、 器 の 表面 は 平滑 に な る 。 正倉 院 宝物 の 金銀 鈿 荘唐 大刀 に 見 られ る 「 末金 鏤 」 と い う 技法 も 研出 蒔絵 の 一種 で あ る 。 金銀粉 の 精製 技術 が 未 発達 で 、 粉 の 粒子 が 荒 かっ た 平安 時代 まで は 、 この 技法 が 蒔絵 の 主流 で あ っ た 。 平蒔絵 ( ひら ま きえ ) 漆 で 文様 を 描 き 、 金銀粉 を 蒔 い た 後 に 、 文様 の 部分 だけ に 摺 り 漆 を し て 研磨 し た もの 。 器面 全体 を 漆 で 塗り込め な い 点 が 研出 蒔絵 と 異な る 。 この 技法 は 平安 時代 後期 から 現われ 、 桃山 時代 の 高台 寺 蒔絵 など は 平蒔 絵 が 主 た る 技法 と な っ て い る 。 高 蒔絵 ( たかまきえ ) 文様 部分 を 漆 を 盛り上げ て 浮き彫り 状 に 表現 し た もの 。 肉合 蒔絵 ( し しあい まきえ ) 高 蒔絵 と 研出 蒔絵 を 合わせ た 技法 。 文様 の 一部 を 浮き彫り 状 に 盛り上げ た 上 で 、 器面 全体 に 漆 を 塗りかぶせ 、 木炭 で 研ぎ 出 す 。 研出 蒔絵 と 異な り 、 研磨 後 、 器 の 表面 は 平滑 に な ら な い 。 卵殻 蒔絵 ( らん かく まきえ ) 鶏 、 ウズラ など の 卵 の 殻 を 接着 する 技法 幸阿弥 派 五十嵐 派 +糠漬け ( ぬかづけ 、 糠味 噌 漬け ( ぬかみそづけ ) と も ) と は どぶ漬け 、 どぼ 漬け と も 呼 ば れ 、 糠 を 乳酸 発酵 さ せ て 作 っ た 糠床 ( ぬかどこ ) の 中 に 野菜 を 漬けこ ん で 作 る 日本 を 代表 する 漬物 の 一 つ で あ る 。 漬け込 む 方法 の こと を 指 す 場合 も あ る 。 一般 に 胡瓜 ・ 茄子 ・ 大根 と い っ た 水分 が 多 い 野菜 を 漬けこ む こと が 多 い が 、 肉 、 魚 、 ゆで卵 、 蒟蒻 など を 漬け て も よ い 。 あまり 漬か っ て い な い もの は 浅漬け 、 一夜 漬け と 呼 ば れ 、 漬か り すぎ た もの は 古漬け 、 ひね 漬け など と 呼 ば れ る 。 また 、 干し た 大根 を 糠 に 漬け た もの を 沢庵 漬け と い う 。 以前 は どこ の 家庭 に も 糠床 が あ り 糠漬け を 作 っ て い た が 、 最近 は 糠床 の 手入れ の 面倒 さ や 臭 い の 問題 から スーパーマーケット 等 で 買 っ て す ま せ る 人 が ほとんど で あ る 。 しかし ながら 糠漬け は 現代 で も ポピュラー な 食べ物 で あ り 、 ご飯 、 味噌 汁 、 糠漬け の 朝食 を 日本 人 の 原 風景 の 一 つ と 考え る 人 も 多 い 。 お 酒 の 肴 と し て も よく 食べ られ て い る 。 歴史 現在 の 形 の 糠漬け が 出来 た の は 江戸 時代 初期 と 言 わ れ て い る 。 もともと は 奈良 時代 に 須須 保利 ( すずほり ) と い う 漬床 と し て 臼 で 挽 い た 穀類 と 大豆 を 使 っ た 漬物 が あ っ た と い う 。 江戸 時代 に な っ て 精米 の 際 に 出 る 米糠 を この 穀類 と 大豆 の 代わり に 使 っ た の が 糠漬け で あ る 。 糠 の ビタミン B 1 が 野菜 に 吸収 さ れ る の を 利用 し て 、 当時 流行 し て い た 脚気 の 被害 を ある 程度 防 い だ と 考え られ て い る 。 製法 まず 糠床 を 作 る 。 適量 の 糠 ( 炒 っ て から 使 う 場合 も あ る ) に 一 度 煮沸 し て から 冷 し た 15 % 濃度 の 食塩 水 を 加え る 。 水 の 量 は 糠床 が 味噌 より も やや 固め に な る ぐらい で あ る 。 唐 辛子 、 昆布 と とも に 壺 や タッパー 等 に 詰め 、 表面 を 平ら に な ら し て 糠床 の 準備 が でき る 。 これ に 野菜 くず を 1 週間 ほど 毎日 取りかえ て 漬け る と 一応 、 完成 で あ る 。 しかし この 段階 で は 糠床 は 熟成 し て い な い ため 、 漬物 の 風味 は 少な い 。 野菜 を 漬けこみ 毎日 手入れ する こと で 発酵 が すす み 、 風味 が 増 し て い く の で あ る 。 夏場 なら 2 ヶ月 、 冬場 なら 4 ヶ月 ほど で おいし い 糠床 が 完成 する 。 もっとも 大型 食料 品 店 など で 熟成 済み の 糠床 が 入れ物 ごと 売 ら れ て い る の で 、 これ を 利用 すれ ば 手間 が かか ら な い 。 また 、 熟成 し た 糠床 を 少量 分け て もら う こと ( 床分け と い う ) で 短 期間 で 熟成 し た 糠床 を 作 る こと も でき る 。 風味付け に 果物 の 皮 を 漬け る 人 も い る 。 完成 し た 糠床 に 、 よく 洗 っ て 塩 で 揉 ん だ 野菜 を 漬け る と 糠漬け の 完成 で あ る 。 漬けこ む 時間 は 野菜 の 大き さ や 季節 に よ っ て も 変わ る が 、 丸 の まま の 胡瓜 なら 半日 ほど で 漬けあが る 。 あまり 漬か っ て い な けれ ば 醤油 を たら し て 食べ 漬か り 過ぎ て い る 場合 は 細か く 刻 ん で 軽 く 絞 り 、 お 茶漬け や チャーハン の 具 に し て も よ い 。 普通 は 洗 っ て から 切 っ て 食べ る が 、 洗 わ ず に 糠 の つ い た まま 食べ る 場合 も あ る 。 手入れ 糠床 の 腐敗 を 防 ぐ ため 、 毎日 底 から かき混ぜ て 空気 に 触れ て い た 部分 を 奥 へ と 混ぜ込 む 必要 が あ る 。 温度 の 高 い 夏 に は 、 1 日 2 度 かき 混ぜ な い と いけ な い 場合 も あ る 。 かき混ぜ 終わ っ たら 平ら に な ら し て ふち に つ い た 糠 を 拭 き 、 蓋 を 軽 く 置 い て お く 。 また 、 野菜 を 漬け て い る と 糠床 が 水 っぽ く な り 腐敗 し やす く な る の で 1 週間 に 1 度 は 窪み を 作 っ て 布巾 で 吸い取 る か 、 新た に 糠 と 塩 を 加え て 硬 さ を 元 に 戻 し て お く 。 旅行 など で どう し て も 長 期間 手入れ が 出来 な い とき に は 、 表面 に 塩 を 多め に 振 っ て 冷蔵 庫 に 入れ て お く と しばらく は 腐敗 が 防げ る 。 発酵 が 進 み 過ぎ て 糠漬け が 酸っぱ く な っ た とき は 、 卵 の 殻 を 砕 い て 入れ る 。 茄子 の 皮 の 色 を 綺麗 に 出 し た い とき は 鉄釘 か 専用 の 鉄製 器具 が 売 ら れ て い る の で それ を 入れ て お く 。 鉄釘 を 入れ る 場合 、 先端 が 尖 っ た まま 入れ て しま う と かき混ぜ る とき に 負傷 する 恐れ が あ る の で 、 手 を 傷つけ な い 程度 に 丸め て お く 必要 が あ る 。 強 い 刺激 臭 ( セメダイン 臭 と か シンナー 臭 と も 形容 さ れ る ) が する 場合 は 、 塩水 を 入れ て よく かき混ぜ る と よ い 。 なお 、 きちんと 手入れ さ れ た 糠床 は 不快 で は な い が 若干 独特 の 発酵 臭 が する ため 、 冷暗 所 で 換気 の 良 い ところ に 置 い た 方 が よ い 。 健康 上 の 注意 糠漬け は 保存 食品 で あ り 当然 塩分 が 多 い ため 、 塩分 の 過剰 摂取 に な ら な い よう 気 を つけ る べ き で あ る 。 また 、 米 の 糠 と 野菜 の 皮 の 部分 は 農薬 が たま り やす い ところ と さ れ る 。 農薬 が 少な い 米糠 を 使 う の は もちろん の こと 、 糠床 に 農薬 が 蓄積 する こと を 防 ぐ ため に 毎年 新た に 糠床 を 作りなお し た ほう が い い と 言 う 人 も い る 。 糠漬け さ れ た 食品 一 例 沢庵 漬け 、 へしこ 、 河豚 の 卵巣 の 糠漬け 、 鰯 の ぬか 炊 き +鵜飼い ・ 鵜飼 ・ 鵜養 ( うかい ) は 、 鵜 ( ウ ) を 使 っ て アユ を 獲 る 伝統 的 な 漁法 の ひと つ 。 日本 で は 岐阜 県 、 愛知 県 、 京都 府 、 愛媛 県 など で 行 わ れ て い る が 、 特に 長良 川 で の 鵜飼い が 最も 有名 で あ る 。 鵜飼い の 歴史 は 古 く 、 『 日本 書紀 』 神武 天皇 の 条 に 「 梁 を 作 つ て 魚 を 取 る 者 有 り 、 天皇 これ を 問 ふ 。 対 へ て 曰 く 、 臣 は これ 苞苴 擔 の 子 と 、 此 れ 即 ち 阿太 の 養鵜 部 の 始祖 な り 」 と 、 鵜養 部 の こと が 見え 、 『 古事 記 』 に も 鵜養 の こと を 歌 っ た 歌謡 が 載 っ て い る 。 天皇 の 歌 に 「 しまつ と り うか ひか と も 」 と あ る 。 また 中国 の 史書 『 隋書 』 開皇 二十 年 ( 60 0 年 ) の 条 に は 、 日本 を 訪れ た 隋使 が 見 た 変わ っ た 漁法 と し て 紹介 さ れ て い る 。 『 和名 抄 』 に は 美濃 国方 県 郡 の 鵜飼 が 掲げ られ 、 『 集解 釈 別 記 』 に は 鵜飼 37 戸 と あ り 、 『 新撰 美濃 誌 』 に は 方県 郡 鵜飼 の 郷 9 箇村 と あ る 。 文明 ( 日本 ) 年間 、 一条 兼良 が 美濃 の 正保 寺 に 滞在 し 鵜飼 を 見物 し た 記録 が あ る 。 延喜 年間 に は 長良 川 河畔 に 7 戸 の 鵜飼 が あ り 、 国司 藤原 利仁 は 7 戸 の 鵜飼 に アユ を 献上 さ せ 、 時 の 天皇 の 気 に 入 り 、 方県 郡 七 郷 の 地 を 鵜飼 に 要 する 篝松 の 料 と し て たまわ り 、 鵜飼 七 郷 と よ ん だ 。 平治 の 乱 で 源 頼朝 が 義朝 と 敗走 する とき 、 義朝 と は ぐれ て 長良 川 河畔 を さまよ い 、 鵜飼 の 長 で あ る 白明 の 家 に やど り 、 そこ で 食 し た アユ す し の 美味 に 飢え を いや し た 。 建久 3 年 右 大将 と し て 上洛 する さい 、 白明 の 子 を よびだ し て 恩 に 報 い 、 また 毎年 アユ すし を 鎌倉 に 送 る よう 命 じ た 。 永禄 7 年 、 織田 信長 は 長良 川 の 鵜飼 を 見物 し 、 鵜飼 それぞれ に 鵜匠 の 名称 を さずけ 鷹匠 と 同様 に 遇 し 、 1 戸 に 禄米 10 俵 あて 給与 し た 。 元和 ( 日本 ) 元年 徳川 家康 が 鵜飼 を 見物 し 、 石焼き の アユ に 感賞 し 、 以来 、 江戸 城 に 毎年 アユ を 献上 する の が 例 と な り 、 鵜匠 21 戸 に 戸 ごと に 10 両 の 扶持 を 給 せ られ た 。 その 献上 の 際 に は 老中 の 三 判 証文 を も っ て 継立て 江戸 まで 2 昼夜 で 送致 し た 。 その 後 、 鵜飼 は おとろえ 、 文化 ( 元号 ) 2 年 に は 12 戸 と な り 、 その 12 戸 に 毎年 120 石 、 532 両 2 分 を 給与 する と し て 、 ふたたび 回復 し た 。 明治 維新 で 一時 衰退 し た が 、 明治 天皇 の 代 に しばしば 沙汰 が あ り 、 大膳 職 に 上納 さ れ 、 明治 23 年 から 稲葉 郡 長良 村 古津 その 他 武儀 郡 、 郡上 郡 の 各村 で 延長 14 7 1 間 を 宮内 省 の 鮎漁 の 御 猟場 に 編入 さ れ た 。 鵜飼漁 で 獲れ る 魚 に は 傷 が つ か ず 、 ウ の 食道 で 一瞬 に し て 気絶 さ せ る ため に 鮮度 が 非常 に 良 い 。 この ため 、 鵜飼 鮎 は 献上 品 と し て 殊 の ほか 珍重 さ れ 、 安土 桃山 時代 以降 は 幕府 および 各地 の 大名 に よ っ て 鵜飼 は 保護 さ れ て い っ た 。 鵜匠 と 漁場 の 確保 は 、 大名 達 に と っ て も 面子 に 関わ る 一 大事 で あ っ た の で あ る 。 しかし ながら 、 鵜飼 は 決して 漁獲 効率 の よ い 漁法 で は な い ため 、 明治 維新 後 に 大名 等 の 後援 を 失 っ た 鵜飼 は 全国 から 次々 と 姿 を 消 し て い き 、 現在 は 数え る まで に その 規模 を 縮小 し て い る 。 現在 の 鵜飼 は 、 客 が 屋形 船 から その 様子 を 見 て 楽し む と い う よう に 、 漁 に よ る 直接 的 な 生計 の 維持 と い う より は もっぱら 観光 事業 と し て 行 わ れ て い る 。 例えば 、 愛媛 県 大洲 市 の 肱川 で 行 わ れ て い る 鵜飼 は 、 戦後 の 昭和 32 年 に 「 大洲 観光 う かい 」 と し て 始ま っ た もの で あ る 。 しかし ながら 鵜飼 は 同時 に 、 無形 文化 財 の 保護 と い う 大切 な 側面 も 併せ持 っ て い る 。 鵜飼漁 を する 人 を 鵜匠 ( うしょう ・ うじょう ) と 呼 ぶ 。 その 装束 は 風折 烏帽子 、 漁服 、 胸 あて 、 腰蓑 と い う 古式 ゆかし い もの で あ る 。 漁 に 用い るウ の 数 は 各地 の 鵜飼漁 の 規模 や 漁法 に よ っ て 異な る 。 例えば 、 徒歩 鵜 で は 鵜匠 ごと に 1 羽 な い し 極数 羽 の ウ を 操 る が 、 小船 を 用い た 一般 的 な 鵜飼 に お い て は 、 1人 の 鵜匠 が 5 羽 から 10 羽 程度 の ウ を 一 度 に 操 る 。 漁期 は おおむね 晩春 から 初秋 に かけ て で あ り 、 鮎漁 の 解禁 日 に あわせ て 漁 が 始ま る こと が 多 い 。 鵜飼い で は 、 平底 の 小船 の 舳先 で かが り火 を 焚 き 、 光 に 集ま っ て き た アユ を ウ に 飲 ま せ る 。 ウ の のど に は 紐 が 巻 か れ て お り 、 ある 大き さ 以上 の アユ は 完全 に 飲み込 む こと が でき な く な っ て お り 、 鵜匠 は それ を 吐き出 さ せ て 漁獲 と する 。 紐 の 巻 き 加減 に よ っ て 漁獲 する アユ の 大き さ を 決め 、 それ より 小さ い アユ はウ の 胃 に 入 る 。 しかし 、 鵜飼い の 鵜 に いつ も のど に 紐 を ま い て 漁 を し て い る と 鵜 は だんだん やる気 を なく し て い っ て しま う 。 その ため 、 鵜匠 は 鵜 に も 休暇 を 与え る こと が あ る 。 ( 鵜飼 と 鵜 の 関係 に つ い て は 、 鵜 で も 記述 ) 鵜飼 は 通常 5 月 半ば ~ 10 月 半ば まで の 満月 の 日 以外 に 行 わ れ る 。 満月 の 日 に 行 わ れ な い の は 、 かがり火 に 集ま っ て くる アユ が 月明かり に 惑わ さ れ る の を 防 ぐ ため で あ る 。 鵜飼い に 使 わ れ る ウ は ウミウ で あ り 、 和歌山 県 有田 市 と 島根 県 益田 市 を 除 く 全国 11 ヶ所 全て の 鵜飼 は 、 茨城 県 日立 市 ( 旧 十 王 町 ) の 伊師 浜 海岸 で 捕獲 さ れ た ウミウ を 使用 し て い る 。 また 、 天然 記念 物 と し て 保護 さ れ て い る カワウ で あ る が 、 愛知 ・ 岐阜 で は 大量 の カワウ に よ る 鮎 の 食害 が 深刻 化 し て お り 、 岐阜 県 で は 有害 鳥獣 と し て 少数 だ が 駆除 が 認め られ て い る 。 鵜 は 冬 、 南方 に 渡り する 途中 を 尾張 国 知 多 半島 篠島 海岸 で 捕獲 し た 。 捕獲 法 は 、 最初 お とり と な る 1 羽 の 鵜 の 両眼 の 瞼 を 縫 っ て 仮 に 盲目 と する 。 これ を 海上 に 露出 する 巌頭 に 置 き 、 付近 に 黐 ハゴ を 装置 し 、 これ に 近づ く 渡り の 鵜 を 捕まえ る の で あ る 。 これ は 島鵜 と よ ん で 、 普通 の 鵜 より も やや 大き く 、 身長 約 2 尺 、 頸長 8 寸 ~ 9 寸 、 体重 650 匁 ~ 860 匁 に な る 。 捕まえ た 鵜 も 瞼 を 仮縫い し て 使用 地 まで は こ び 、 風切 羽 5 , 6 枚 を 半ば から 切り取 り 、 縄付き で 泳 が せ 、 だんだん 訓練 する 。 使用 年限 は たいてい 12 ~ 13 年間 で あ る 。 鵜飼舟 は 長 さ 7 間 8 寸 、 敷 6 間 、 幅 中央 3 尺 4 寸 、 深 さ 1 尺 6 寸 5 分 。 棹 は 艫乗り の 使 う もの は 長 さ 1 丈 5 尺 ( 艫棹 ) 、 中乗 の 使 う もの は 長 さ 8 尺 5 寸 ( 中棹 ) 。 楫 は 艫楫 の 長 さ 7 尺 5 寸 、 中楫 の 長 さ 6 尺 2 寸 。 帆 は 長 さ 1 丈 2 尺 5 寸 、 幅 9 尺 5 寸 。 檣 は 長 さ 1 丈 6 尺 5 寸 。 ただし 帆 と 檣 は 上流 へ さかのぼ る とき に 用い る だけ で 、 鵜飼 と 直接 の 関係 は な い 。 松敷 は 篝用 の 薪 を 置 く 台 で あ り 、 大小 2 個 あ る 。 手縄 は 鵜 を むす ぶ 縄 で 、 檜 の 繊維 を 撚りあわせ た もの で 、 長 さ 1 丈 。 縄 の 端 に 鯨 で つく っ た 「 ツモソ 」 と い う 長 さ 1 尺 2 寸 の 紐 を 付け 、 その 末 を 島田 に まげ て 鵜 を つな ぐ 。 吐籠 は 鵜 の 呑 ん だ 鮎 を 吐出 さ せ る 竹籠 で 、 口径 1 尺 3 寸 、 深 さ 1 尺 2 寸 5 分 、 。 諸蓋 は 鮎 を 盛 る 器 で 、 横 7 寸 2 分 、 縦 1 尺 2 寸 、 深 さ 1 寸 5 分 の 檜製 の 盆 。 篝 は 鉄製 で 、 火籠 の 深 さ 1 尺 、 底径 6 寸 、 口径 1 尺 4 寸 、 これ に 長 さ 7 尺 5 寸 の 柄 を そえ て 、 舟 の 舳 に 差し出 す 。 松割り木 は 篝火 用 で 、 長 さ 1 尺 2 寸 ほど の 松薪 6 貫 匁 を 1 束 と し て 、 1 艘 に 5 束 ずつ そなえ る 。 松明 は 脂松 を 適宜 たばね て 、 随時 使用 する 。 鵜籠 は 鵜 の 運搬 具 で 、 幅 3 分 の 割竹 で 、 縦 1 筋 、 横 2 筋 、 方 1 寸 くらい の 籠目 に 編みつく り 、 檜 の 4 分 板 で 蓋 と する 。 籠 中央 に 縦 に 仕切り を もうけ 、 一方 に 2 羽 ずつ 4 羽 の 鵜 を いれ る 。 留籠 は 使用 後 の 鵜 を 1 籠 に 2 羽 ずつ いれ て 鳥 部屋 に 置 く もの で 、 製法 は 、 鵜籠 と 同様 で あ る 。 鮎 は 立春 後 およそ 50 日 を 経 れ ば 、 やや 成長 し 海口 から 河川 の 淡水 に のぼ り はじめ 、 5 月 に な れ ば 3 寸 くらい に 成長 する 。 鵜飼 各戸 は これ より 前 に 準備 する が 、 鵜飼 は 暗夜 に かぎ る 漁法 で あ る から 、 月夜 を 嫌い 、 上弦 の 夜 は 月入 後 、 下弦 の 夜 は 月出 前 、 上流 から 下流 へ 漁 し て 下 る 。 鵜飼舟 は 毎夜 12 艘 が 二手 に 分かれ て 漁 する が 、 とき に 連合 し 漁陣 を 張 り 、 一斉 漁業 する こと も あ る ( 搦み ) 。 鵜飼舟 1 隻 に は 鵜匠 1人 、 中乗 1人 、 艫乗 2 人 、 計 4 人 が 乗り組 み 、 鵜匠 は 舳 で 12 羽 の 鵜 を つか い 、 中乗 は 中央 で 4 羽 の 鵜 を つか い 、 艫乗 は 艫 で 舟 の 進退 旋 回 の 任 に あた る 。 鵜匠 は 鵜 の 鮎 を 呑 ん だ 瞬間 手応え で それ と さとり 、 ただちに 引き上げ 、 吐籠 に 吐 か す 。 豊漁 の 際 に は 全部 の 鵜 が 一時 に 鮎 を 呑 む こと も あ る が 、 鵜匠 は いささか の 遅滞 も な く 、 それ を 取りさばく 。 鵜匠 は その 多忙 の うち に あ っ て なお あるいは 篝 の 薪 を 添え 、 あるいは 舟 の 進退 に 注意 し 、 ひと 呼吸 の 油断 も な い 。 岐阜 県 岐阜 市 ならび に 関 市 の 長良 川 河畔 に おけ る 鵜飼 は 、 宮内 庁 式 部 職 で あ る 鵜匠 に よ っ て 行 わ れ て い る 。 鵜匠 は 岐阜 市 長良 に 6 人 、 関 市 小瀬 に 3 人 お り 、 これ ら は 全て 世襲 制 で あ る 。 長良 川 の 鵜飼 で は 、 1人 の 鵜匠 が 一 度 に 12 羽 も の 鵜 を 操 り ながら 漁 を 行 う 。 もともと 長良 川 の 鵜飼 は その 起源 を 130 0 年 ほど 前 まで さかのぼ る こと が でき 、 江戸 時代 に お い て は 江戸 幕府 および 尾張 徳川 家 の 庇護 の もと に 行 わ れ て い た 。 明治 維新 後 は 一時 有栖川 宮家 御 用 と な る も 、 1890 年 に 宮内 省 主猟 寮属 と な り 、 長良 川 鵜飼 は 宮内 省 ( 現 宮内 庁 ) の 直轄 と な っ た 。 すなわち 、 御料 鵜飼 と は 皇室 御 用 の 鵜飼 で あ り 、 狭義 に は 毎年 5 月 11 日 から 10 月 15 日 まで 行 わ れ る 漁 の うち 特に 宮内 庁 の 御料 場 で 行 わ れ る 8 回 の 漁 を 指 す 。 御料 鵜飼 で 獲れ た 鮎 は 皇居 へ 献上 さ れ る のみ な ら ず 、 明治 神宮 や 伊勢 神宮 へ も 奉納 さ れ る 。 山梨 県 笛吹 市 の 笛吹川 や 和歌山 県 有田 市 の 有田 川 で 行 わ れ て い る 鵜飼 は 、 「 徒歩 鵜 ( かちう ) 」 と 呼 ば れ る もの で あ る 。 これ は 小船 等 を 用いず 、 鵜匠 が 1 羽 な い し 2 羽 の ウ を 連れ て 直接 浅瀬 に 入 っ て 漁 を する 鵜飼 で あ る 。 島根 県 益田 市 の 高津川 で 行 わ れ て い る 鵜飼 は 、 全国 で 唯一 の 「 放 し 鵜飼 」 と 呼 ば れ る もの で 、 ウ に 手綱 を つけ ず に 漁 を 行 う 。 また 、 この 鵜飼 は あくまで 鵜匠 の 生計 の ため の 漁 で あ り 、 その スタンス は 他 の 観光 鵜飼 と は 異な る 。 乱獲 防止 の ため 、 漁期 は 一般 の 鵜飼 が 終わ る 秋ごろ から 翌 初春 に かけ て で あ る 。 山梨 県 笛吹 市 ( 笛吹 川 ) 岐阜 県 岐阜 市 ( 長良 川 ) 宮内 庁 式 部 職 鵜匠 に よ る 鵜飼 。 長良川 鵜飼 岐阜 県 関 市 ( 長良 川 ) 宮内 庁 式 部 職 鵜匠 に よ る 鵜飼 。 小瀬 鵜飼 愛知 県 犬山 市 ( 木曽 川 ) 木曽 川 うかい 京都 府 宇治 市 ( 宇治川 ) 京都 府 京都 市 ( 大堰 川 ) 和歌山 県 有田 市 ( 有田 川 ) 広島 県 三 次 市 ( 馬洗川 ) 唯一 、 胴体 の 白 い カワウ を 使用 する 。 島根 県 益田 市 ( 高津川 ) 山口 県 岩国 市 ( 錦川 ) 愛媛 県 大洲 市 ( 肱川 ) 大分 県 日田 市 ( 三隈 川 ) 福岡 県 朝倉 市 ( 筑後川 ) 隋書 に 書 か れ た 時代 ( 60 0 年 ) に は 鵜飼い は 中国 人 に と っ て 珍し い 漁法 だっ た が 、 その 後 中国 に お い て も 鵜飼 い 漁法 が 定着 し た 。 中国 に おけ る 鵜飼い の 記録 は 、 一説 に は 杜甫 ( 71 2 年 - 770 年 ) の 詩 の 一節 に まで 遡 る と い う 。 家 家養 烏 鬼 頓頓 食黄 魚 「 家々 で は 鵜 を 飼 い 、 毎食 黄魚 を 食べ る 」 と 訳 さ れ る これ が 鵜飼い の 事 で あ る と い う 。 ただし 、 烏鬼 と い う の が 鵜 を 表 す と い う 説 に は 異論 も 多 く 、 仮 に 鵜 で あ っ た と し て も 黄魚 と は チョウザメ で あ る と さ れ て い る こと から 、 鵜 が チョウザメ の よう な 巨大 な 魚 を 捕れ る と は 考え にく く 、 これ を 鵜飼い の 証拠 と する 説 に は 疑問 が 持 た れ て い る 。 確実 な 記録 と し て 最古 の 物 は 、 10 世紀 の 文人 ・ 陶穀 が 残 し た 『 清異録 』 ( 965 年 ) に お い て 、 当塗 ( 安徽 省 太平 府 の 都市 ) の 漁民 が 「 魚 を 捕らえ る の に 非常 に 機敏 な 鵜 を 使 う 」 と 記述 さ れ て い る もの で あ る 。 また 、 11 世紀 後半 の 文人 ・ 范鎮 が 残 し た 文章 に も 、 20 世紀 の 中国 で 行 わ れ て い た の と と ほぼ 同じ 漁法 が 描 か れ て い る 。 中国 の 鵜飼 い と 日本 の それ と の 相違 点 は 、 以下 の よう な 点 で あ る 。 使用 さ れ る 鵜 の 種類 が 、 日本 で は ウミウ で あ る の に 対 し 、 中国 で は カワウ を 使用 する 。 日本 で は 漁 の ため の 鵜 は 成鳥 を 捕獲 し て 訓練 する が 、 中国 で は 完全 に 家畜 化 さ れ て い る 。 魚 を 飲み込め な い よう に 鵜 の 喉 に 輪 を 装着 する の は 日本 も 中国 も 同じ だ が 、 中国 で は 日本 の よう に 鵜 を 綱 に 繋 が ず 、 魚 を 捕らえ た 鵜 は 自発 的 に 鵜匠 の 元 に 戻 っ て くる 。 日本 で は 鵜飼い は 様式 化 し て 残 っ た ため 、 捕 る 魚 は ほぼ アユ のみ だ が 、 中国 で は 一般 漁法 と し て 存続 し て い る ため 、 鵜 が 捕れ る サイズ の あり と あらゆる 魚 を 捕 る 。 これ ら の 観点 から 、 中国 の 鵜飼い は 歴史 的 に 先行 し て い る 日本 の 鵜飼 い から その ノウハウ を 得 た の で は な く 、 独自 に 発達 し た もの で は な い か と ベルトルト ・ ラウファー は 推測 し て い る 。 16 世紀 末 から 17 世紀 初め に かけ て の 一 時期 、 ヨーロッパ で も 鵜飼い が スポーツ と し て 、 主に イギリス と フランス の 宮廷 を 中心 と し て 広ま っ た 。 1609 年 、 皇太子 だっ た ルイ 13 世 ( フランス 王 ) の 前 で 鵜飼い が 実演 さ れ 、 1618 年 に は ジェームズ 1 世 ( イングランド 王 ) が 飼 っ て い る 鵜 ・ ミサゴ ・ カワウソ ( いずれ も 漁用 動物 ) の ため の 飼育 小屋 と 池 を ウェストミンスター に 作 ろ う と し た 記録 が 残 っ て い る 。 ただし 、 一概 に 言え る こと は 、 これ ら の 鵜飼い は 日本 や 中国 から 漁法 の ノウハウ を 受け継 い だ もの で は な く 、 鷹狩り の 手法 の 延長 で 行 わ れ た と い う こと で あ る 。 鵜 は 目隠し を さ れ た まま 漁場 に 連れ て こ られ 、 漁 の 時 だけ 目隠し を 外 さ れ た 。 鵜 の 運搬 は 革 手袋 を つけ た 飼い主 の 手 の 上 に 乗せ て 行 わ れ た 。 ヨーロッパ の 鵜飼い は あくまで 貴族 の 物 だっ た の で あ る 。 日本 の 鵜飼い より 10 0 年 ほど 古 い 時代 、 5 世紀 ごろ 行 わ れ た と 思 わ れ る 鵜飼い の 様子 を 記 し た 土器 が ペルー の チャンカイ 谷 より 出土 し 、 リマ 市 に あ る 天野 博物 館 に 収蔵 品 さ れ て い る 。 +上洛 ( じょうらく ) と は 、 京都 に 入 る 事 を 意味 する 語 で あ る 。 京 の 都 が 漢 の 古都 に なぞらえ た 雅称 と し て 「 洛陽 」 「 京洛 ( けいらく ) 」 など と 呼 ば れ た こと から 。 由来 狭義 で は 、 室町 時代 末期 ( 戦国 時代 _ ( 日本 ) ) に 、 京都 に い る 室町 幕府 の 征夷 大将軍 を 保護 する こと を 意味 し 、 結果 と し て 全国 支配 に 必要 な 権威 を もたら す 事 で あ る と さ れ た 。 かつて 京都 は 、 中国 の 首都 で あ っ た 洛陽 に 擬え て 「 洛陽 」 と も 呼 ば れ て お り 、 京都 へ 上 る 事 は 「 上洛 」 と も 称 さ れ 、 広義 に お い て は 現在 の 「 上京 」 と 同様 の 意味 で 用い られ て い た 。 対義語 に 、 下洛 ( げらく ) が あ る 。 下洛 と は 、 京都 を 離れ る 事 で あ る 。 又 、 上洛 と い う 煌び や か イメージ と は 逆 に 、 落ちぶれ た 有様 を 例え る 事 も あ る 。 16 世紀 半ば に な る と 応仁 の 乱 以後 10 0 年 以上 も 続 く 政局 不安 状態 は すでに 常態 と 化 し て お り 、 いわゆる 戦国 大名 と よ ば れ る 領国 支配 者 に と っ て も 庶民 に と っ て も 、 この よう な 状態 は 普通 に な っ て い た 。 各地 の 勢力 が 独立 し た 状況 に お い て 、 既に 戦火 で 荒廃 し た 京都 の 支配 に 実質 的 な 意味 は な かっ た が 、 将軍 の 御所 は いまだ 京都 に あ り 、 将軍 を 保護 する こと は 自ら の 力 を 示 す 最高 の 機会 だっ た 。 細川 氏 や 三好 氏 と い っ た 家臣 に よ っ て 追放 さ れ て い た 足利 将軍 家 の 将軍 を 京都 に 連れ 戻 し て 保護 を 与え る こと は 、 失 わ れ た 秩序 の 回復 者 と し て の 名誉 を 得 る こと だっ た から で あ る 。 この ため 、 大きな 勢力 を も つ 戦国 大名 たち は それぞれ に 上洛 を 企画 し た が 、 実現 は 領国 に おけ る 抗争 に 妨げ られ 、 成功 し た もの は い な かっ た 。 例えば 今川 義元 は 上洛 の 途上 で 織田 信長 軍 に 討ち 取 ら れ 、 上杉 謙信 は 内紛 の 不安 や 雪 など に 阻 ま れ て 加賀 国 以西 に 進 む こと が でき な かっ た 。 又 、 武田 信玄 は 途上 で 病死 し た 。 これ ら の 大名 たち の 領国 は 京都 から 遠 く 、 上洛 し よ う と すれ ば 途上 の 勢力 の 抵抗 や 本国 の 内紛 など を 一 つ 一 つ 片付け て い か な けれ ば な ら な かっ た の で あ る 。 この よう な 状況 下 で 実際 に 上洛 を 果た し た と 言え る の は 、 永正 年間 に 足利 義稙 を 擁 し て 上洛 し た 大内 義興 と 、 永禄 年間 に 足利 義昭 を 擁 し て 上洛 し た 織田 信長 の 2人 だけ で あ る 。 尚 、 上杉 謙信 や 青年 時代 の 織田 信長 は 、 将軍 拝謁 など を 目的 と し た 、 広義 で の 上洛 は 行 っ た こと は あ る 。 大内 義興 の 上洛 の 大義 名分 は 、 旧 秩序 の 回復 を 目的 、 すなわち 足利 幕府 の 支配 を 回復 さ せ る こと に あ っ た 。 だ が 、 大内 氏 の 場合 、 それ が 完成 する 前 に 尼子 氏 ら 反 大 内 勢力 の 挙兵 に 阻 ま れ て 領国 へ の 帰還 を 余儀 な く さ れ た 。 これ に 続 く 他 の 戦国 大名 の 目的 も その 方針 は 大内 義興 と 大差 の 無 い もの で あ り 、 かつ 実現 すら 叶 わ な かっ た 。 しかし 、 織田 信長 は 、 古 い 権威 で は な く 武力 に よ っ て 新し い 秩序 を 作 ろ う と 考え 、 彼 の 上洛 は その 足がかり と し て 行 わ れ た 。 足利 義昭 を 奉じ て 上洛 し た こと は 、 既に 一時 的 な 旧 秩序 の 回復 で は な く 、 武力 に よ る 新 秩序 の 形成 と 全国 支配 の 手段 に すぎ な かっ た の で あ る 。 +都 を どり ( みやこ を どり ) は 、 毎年 4 月 1日 - 4 月 30 日 に かけ て 祇園 甲 部 歌舞 練場 で 開催 さ れ る 祇園 甲部 の 舞踊 公演 。 沿革 1872 年 ( 明治 5 年 ) 、 博覧 会 の 余興 と し て 上演 さ れ た の が 始まり で 時 の 京都 府 知事 、 槇村 正直 が 作詞 を 、 当時 新進 で あ っ た 井上流 家元 、 井上 八千代 ( 三世   片山 春子 ) が 伊勢 の 亀 の 子 を どり を 参考 に 振付 を 担当 し た 。 舞台 まで 両側 の 花道 が 設え 、 今 まで の 舞台 と は 一味 違 う 革新 的 で 、 花道 から おそろい の 衣装 を 着け た 踊り子 たち が 登場 し て 観客 を 驚 か せ た 。 以来 、 歌舞伎 や 源氏 物語 など を 題材 し て 明治 以来 の スタイル を 踏襲 し ながら その 年 の 干支 や 話題 に ちな み 、 新た な る 志向 で 上演 さ れ 続け て い る 。 この 形式 は 伊勢 古 市 の 花街 で 踊 ら れ て い た 『 亀 の 子踊 り 』 に ヒント を 得 て 作 ら れ て い る 。 年表 1872 年 ( 明治 5 年 ) 都 を どり 初演 。 1915 年 ( 大正 4 年 ) 大正 天皇 即位 記念 公演 。 1928 年 ( 昭和 3 年 ) 昭和 天皇 即位 記念 公演 。 1944 年 ( 昭和 19 年 ) - 1949 年 ( 昭和 24 年 ) 第 二 次 世界 大戦 で 6 年間 休演 。 1950 年 ( 昭和 25 年 ) 南座 で 再開 。 1964 年 ( 昭和 39 年 ) 東京 オリンピック 大会 記念 公演 。 1994 年 ( 平成 6 年 ) 平安 遷都 120 0 年 記念 公演 。 2004 年 ( 平成 16 年 ) 四 世 井上 八千代 ( 本名   片山 愛子 ) 、 死去 。 しくみ 都 を どり は 原則 と し て 、 総 踊 形式 で 一貫 し 、 京都 の 名所 など を 長唄 など で 紹介 し ながら 踊 り 、 明治 以来 その 形式 で 踏襲 さ れ て い る 。 最初 の 場面 は 井上流 の 故事 に ちなみ 銀襖 を 張り詰め られ た 舞台 から 始ま る 。 大正 天皇 即位 記念 公演 から 『 別踊 』 ( べつ おどり ) と い う 中挿み の 場面 が 加わ り 、 さらに 内容 も 増 し 、 主に 歌舞伎 や 文学 、 逸話 など を 取り入れ 10 分間 で 踊 り ながら 物語 の 内容 を 説明 を する 。 毎年 、 都 を どり の 作家 ら が マンネリ を 恐れ 、 それ に 悩 ま せ ながら 製作 し 、 振り付け 、 音楽 、 美術 など の 打ち合わせ を 重ね て 、 来年 の 春 まで に 準備 を 続け て い る 。 お 茶席 上演前 、 祇園 甲 部 歌舞 練場 の 2 階 で お 茶席 が 設け られ る 。 一 日 交替 制 で 点茶 を する 芸妓 は 京風 島田 を 地毛 で 結 い 、 衿 を 裏返 す 黒紋 付 の 正装 姿 で 登場 する 。 控え は 舞妓 が 担当 を する 。 時代 に よ っ て は 舞妓 、 当時 甲部 に い た 太夫 が 点茶 を 担当 し たり 、 複数 の 芸妓 が 時間 に よ っ て 交替 する こと が あ っ た 。 また 現在 、 控え の 舞妓 は 一人 だ が 、 控え の 舞妓 が 二人 で あ っ た 時代 も あ っ た 。 点茶 の 形式 は 従来 の 形式 で は な く 「 立礼 式 」 と い う スタイル で これ は 外国 人 を 接待 する 為 に 裏千家 に よ り 考案 さ れ た もの で 、 最初 は 屋外 で 設置 さ れ て い た 。 歌舞 練場 が 完成 する と そこ に 移 し 現在 に 至 る 。 歴代 歌題 1872 年 ~ 1899 年 +どら焼き ( どらやき 。 銅鑼焼 き 、 ドラ 焼き と も 書 か れ る ) は 、 通常 、 やや 膨ら ん だ 円盤 状 の カステラ 生地 ( また は 小さめ の パンケーキ ) 二 枚 に 、 餡 を 挟み込 ん だ 和 菓子 で あ る 。 蜂蜜 を 入れ て 焼き 上げ る こと で しっとり と し た カステラ 生地 に する こと が でき る 。 初期 の どら焼き は 皮 を 一 枚 だけ 用い 、 端 の 部分 を 折りたた ん だ ため 四角 く 、 片面 の 中央 は あんこ が むき出し で あ っ た と い う 。 現在 の きんつば に 良 く 似 た もの と 考え られ る 。 現在 の 二 枚 の カステラ 風 の 生地 で 挟 む 方式 は 大正 3 年 ( 1914 年 ) 創業 の 上野 の 和 菓子 屋 「 うさぎ や 」 に て 考案 さ れ 、 全国 に 広ま っ た と さ れ る 。 どら焼き の 名 は 一般 に 、 形 が 打楽器 の 銅鑼 ( どら ) に 似 る こと から つ い た と い う 説 が 有力 で あ る 。 しかし 、 異説 と し て 次 の よう な もの も あ る 。 曰 く 、 武蔵 坊 弁慶 が 手傷 を 負 っ た 際 、 民家 に て 治療 を 受け た 。 その お 礼 に 小麦 粉 を 水 で 溶 い て 薄 く 伸ば し た もの を 熱 し た 銅鑼 に 引き 、 丸 く 焼 い た 生地 で あんこ を 包 み 、 振舞 っ た こと が 起源 。 また 他 に も 様々 な 異説 俗説 が あ り 、 現在 どれ が 正解 か は 一概 に 言え な い 状況 に あ る 。 近畿 地方 方面 で は 三笠 ( 奈良 県 の 三 笠山 に ちな ん だ 名前 と 言 わ れ て い る ) の 商品 名 で 当該 商品 を 販売 し て い る 和 菓子 屋 が 多 く 、 どら焼き の 事 を 『 三笠 まんじゅう 』 と 呼 ぶ こと が 多 い 。 例えば 近畿 日本 鉄道 近鉄 奈良 駅 近く の 株式 会社 千鳥 屋 奈良 小鹿 など で は 通常 の サイズ の もの の 他 に 直径 20 cm 弱 の 大き な どら焼き を 「 三笠 」 や 「 みかさ 」 と い う 商品 名 で 売 っ て い る 。 しかし 、 大阪 市 の 茜丸 本舗 株式 会社 大 納言 の 五色 どらやき を はじめ 、 関西 で も どら焼き と 呼 ん で い る 地元 商品 も あ る 。 一般 的 に 知 ら れ て い る もの と 違 う 形 の 菓子 を どら焼き と 称 し て 売 る 例 も あ る 。 一 例 と し て 、 京都 市 の 東寺 の 「 弘法 市 」 の 際 、 「 笹屋 伊織 」 が 販売 する 銅鑼 焼き が 挙げ られ る が 、 棒状 に 伸ば し た 餡 に バームクーヘン 状 に 小麦 粉 の 生地 を 重ね 焼 く もの で あ る 。 老舗 菓子 店 「 文明 堂 」 で の 商品 名 は 「 三 笠 山 」 。 関西 方面 の 「 三笠 」 の 呼び名 は 、 これ が 起源 と も 。 漫画 ・ アニメ 『 ドラえもん 』 ( 藤子 ・ F ・ 不二 雄 作 ) の 主人 公 で あ る ネコ 型 ロボット 、 ドラえもん ( 架空 の キャラクター ) の 大好 物 と し て も 知 ら れ 、 196 0 年代 - 1980 年 代 生まれ の 人 に と っ て 「 どら焼き と い え ば ドラえもん 」 と い う イメージ が かなり 定着 し て い る 。 よ っ て タイ アップ 品 と し て 、 かつて は 山崎 製 パン など から ドラえもん に ちな ん だ どら焼き が 製造 ・ 販売 さ れ 、 2000 年代 現在 で は 、 文明 堂 より ドラえもん の 焼印 を 付け た どら焼き 、 『 ドラえもん どら焼き 』 が 毎年 3 月 前後 と 9 月 前後 に 販売 さ れ る 。 なお 、 『 ドラえもん 』 作中 で は 「 ドラ 焼き 」 、 「 ドラヤキ 」 など と 表記 さ れ る 。 基本 的 に 小豆 餡 が 使 わ れ て い る が 、 栗 ・ 餅 など が 入 っ て い る 事 も あ る 。 また 、 最近 で は 生どら と 呼 ば れ る 変わり どら焼き も 作 ら れ て い る 。 これ は 、 小豆餡 の 代わり に 生 クリーム や カスタード クリーム 、 チョコレート クリーム を 入れ た もの で 、 ジャム 類 や カット フルーツ が 入 っ て お り 、 ワッフル を 彷彿 と さ せ る タイプ で あ る 。 新鮮 さ を 保 つ ため に 冷凍 もしくは 冷蔵 で 販売 さ れ て い る 事 も あ る 。 冷凍 の 場合 は 自然 もしくは 電子 レンジ で 解凍 し て 食べ る 。 +舞妓 ( まいこ ) は 年少 芸 妓 、 芸子 ( 芸妓 ) の 見習 い 、 修行 段階 の 者 を 指 す 。 舞妓 は 京都 ( 大阪 、 奈良 など で も ) の 呼称 で あ る 。 東京 など 関東 地域 で い う 『 半玉 』 もしくは 『 おしゃく 』 に 相当 する 。 芸者 は 江戸 で の 呼 び方 な の で 、 区別 する 必要 が あ る 。 京都 の 舞妓 で 舞 を 披露 する 舞妓 古く は 『 舞子 』 と 書 き 、 かつて は 9 ~ 12 歳 で お 座敷 に 上が り 接客 作法 を 学 び 、 芸能 など 修業 し て 一人前 の 芸妓 に 成長 し て い た が 、 戦後 児童 福祉 法 と 労働 基準 法 の 改正 に ともな い 現在 は 中学 卒業 後 で な い と なれ な い 。 通例 、 半年 から 2 年 ほど の 「 仕込み 」 期間 を 経 た 後 、 1 か月 間 「 見習 い 」 と し て だらり の 帯 の 半分 の 長 さ の 「 半 だらり 」 の 帯 を 締め 、 姐 さん 芸妓 と 共 に 茶屋 で 修行 する 。 置屋 の 女将 、 茶屋 組合 より の 許し が 出れ ば 、 晴れ て 舞妓 と し て 「 見世出し 」 が 可能 と な る 。 座敷 や 舞台 に 上が る とき は 芸妓 も 舞妓 も 白塗り の 厚 化粧 を する が 芸妓 が 通常 鬘 を 付け る の に 対 し 、 舞妓 は 自髪 で 日本 髪 を 結 い 、 四季 の 花 など を あしら っ た 華やか な 簪 つまみ 簪 を 挿 す 。 舞妓 の 初期 は 「 割れ しのぶ 」 と い う 髪型 で 、 2、3 年 後 に 「 おふく 」 と な り 、 芸妓 へ の 襟替え 1 ~ 4 週間 前 に は 「 先笄 」 を 結 い 、 お 歯黒 を 付け る ( 引眉 し な い の で 半元 服 の 習慣 が 現代 に 残 る もの と 見 て よ い ) 。 襟替え の 時期 は 20 歳 前後 の 場合 が 多 い 。 年齢 が 若 い ため に 見習い で あ る と い う 建前 から 、 衣装 は かならず 肩上げ 、 袖上げ の さ れ た 裾 を 引 い た 振袖 の 着物 を 着 る 。 ぽっくり ( こっぽり とも 、 京都 で は 「 お こぼ 」 ) の 下駄 に だらり の 帯 、 と い う 派手 な 格好 も あ る せい で 、 現在 で は むしろ 芸妓 ( 芸子 ) より も 舞妓 の ほう が 上方 花街 の 代表 的 存在 で あ る と いえ る か も しれ な い 。 座敷 で は 主 に 立方 を 勤め 、 祇園 甲部 に 限 っ て 京舞 井 上流 、 それ 以外 で は 若柳 流 など の 舞踊 を 披露 する 。 いずれ の 出身 地 に かかわり な く 独特 の 京 ことば ( 祇園 ことば ) を 使 う よう 教育 さ れ る ため に 、 京都 の 象徴 で あ る が ごと く あつか わ れ る こと も 多 い 。 本業 は 茶屋 に お い て の 接待 で あ る が 、 最近 は テレビ など の メディア へ の 露出 、 養護 施設 や 病院 へ の 慰問 、 海外 へ の 派遣 の 仕事 も 多 い 。 かつて 「 一見 さん お 断り 」 の 閉鎖 的 空間 で あ っ た 花街 も 、 徐々 に 外 に 対 し て 門戸 を 開 い て い る よう だ 。 事実 、 舞妓 の なり手 が い な い 置屋 で は 、 インターネット を 通 し て 舞妓 志望 者 を 募 る ところ も あ る と い う 。 現在 、 京都 の 花街 で 舞妓 が い る の は 祇園 甲部 、 宮川 町 、 祇園 東 、 先斗 町 、 上 七 軒 の 五 花 街 で あ る 。 最近 は ブーム の せい も あ っ て か 、 舞妓 志望 者 は 増え る 一方 で あ る 。 に も かかわ ら ず 、 憧れ だけ で 入門 し た 妓 は 封建 的 かつ 前近代 的 な 体質 を 持 つ 花街 の 昔 気質 の つら い 修行 に 耐え 切れ ず 辞め て しま う 場合 が 多 い 。 その ため 、 花街 で は いかに 質 の 高 い 芸舞妓 を 保持 する か が 今後 の 問題 と いえ そう だ 。 酒田 市 ( 山形 県 ) に は 舞娘 と 書 い て まいこと 読 む 年少 芸妓 が 居 る が 、 衣装 は 京都 の 舞妓 と は 異な る 。 山形 市 に も 上記 と 同様 の やまがた 舞妓 ( 舞子 ) が 居 る 。 花笠祭り に も 登場 。 あわら 市 ( 福井 県 ) の 芦原 温泉 に 於 い て 三 年 前 に 38 年 ぶり の 舞妓 が 誕生 。 現在 、 二 名 の 舞妓 が い る 。 ひきずり の 着物 に だらり の 帯 、 と い う 京都 の 舞妓 と 同じ 衣装 、 但し 地毛 で は な く かつら ( 場合 に よ り 地毛 で 結 っ て い る 時 も あ る ) 。 奈良 市 元 林院 町 の 花街 は 細々 と 続 い て い る 、 と い う 状態 で 、 2006 年 5 月 28 日 に 舞妓 ( 京都 と 同じ 衣装 ) が 1 名 誕生 し た が 、 これ を 入れ て 芸妓 は 14 名 のみ 、 と い う 状態 で あ る 。 舞妓 は 京都 と 同じく お 引き の 振袖 に だらり の 帯 、 地毛 で 結 っ た 京風 日本 髪 に 花 かんざし を 挿 し 、 お こぼ を 履 く 。 大阪 市 に は 戦前 に は 舞妓 が 居 た 。 京都 と は 異な り 、 帯結び が 腰元 の 様 な 立て 矢 で あ る の が 特徴 ( 「 やぎ っ ちゃ 」 と い う 結び 方 ) 。 また 髪型 も 京風 の 引き 鬢 で は な く 、 江戸 風 の 出し 鬢 で あ っ た 。 現在 、 北 の 新地 で 復活 を 目指 し て い る 。 神戸 市 の 有馬 温泉 で は 高卒 の 新人 は 舞妓 ( 半玉 ) と 呼 ば れ る 。 詰め 袖 の 着物 だ が 京都 と 同様 の 肩上げ を し 、 鬘 だ が 花 かんざし を 付け る 。 いずれ の 花街 も 京都 と 違い 現在 は 舞妓 と し て 座敷 に 出 る に は 18 歳 以上 ( 高校 生 は 不可 ) で あ る こと が 定め られ て い る 。 +馬借 ( ばしゃく ) は 馬 を 利用 し 、 荷物 を 運搬 する 輸送 業 者 。 主に 室町 時代 から 戦国 時代 ( 日本 ) に かけ て 活躍 し た 。 輸送 方法 は 馬 の 背 に 荷物 を 掛け 、 それ を 人 が 追 う 形 を と る 。 大津 、 坂本 、 淀 など の 水陸 交通 の 要地 や 主要 街道 沿い の 町 に 集団 で 住 み 、 船 で 運 ば れ た もの を 京都 や 奈良 など 、 当時 消費 の 激し かっ た 地域 に 運び込 ん だ 。 その 組織 力 や 情報 の 得 やす さ など から 、 室町 時代 に は 、 一揆 の 中心 に も な り 、 正長 の 土一 揆 や 嘉吉 の 徳政 一 揆 など が 知 ら れ て い る が 、 後者 で は 一揆 の 攻撃 対象 と な っ た 比叡山 延暦 寺 の 保護 を 受け て い た 近江国 の 馬借 が 一揆 から 離反 し て 、 馬借 勢力 その もの が 分裂 し て い る 。 また 、 延暦 寺 が 鎮圧 の 先頭 に 立 っ た 天文 法華 の 乱 で は 、 京都 に つなが る 関所 を 封鎖 し て 法華 宗 勢力 が 抑え る 京都 を 経済 封鎖 し た 。 「 石山 寺 縁起 絵巻 」 に その 姿 が 描 か れ て い る もの が 有名 。 同 時代 の 輸送 業 者 と し て は 牛 に 荷車 を 引 か せ る 車借 が 知 ら れ て い る 。 +古都 京都 の 文化 財 ( こと きょうと の ぶんか ざい ) は 、 京都 府 京都 市 ・ 宇治 市 、 滋賀 県 大津 市 に 存在 する 寺院 等 の 総称 。 1994 年 に 国際 連合 教育 科学 文化 機関 の 世界 遺産 ( 文化 遺産 ) と し て 登録 さ れ た 。 賀茂 別雷 神社 ( 上賀茂 神社 ) 賀茂 御祖 神社 ( 下鴨 神社 ) 東寺 ( 東寺 ) 清水 寺 延暦 寺 醍醐 寺 仁和 寺 平等 院 宇治 上 神社 高山 寺 西芳 寺 ( 苔寺 ) 天龍 寺 鹿苑 寺 ( 金閣 寺 ) 慈照 寺 ( 銀閣 寺 ) 龍安 寺 西本願 寺 二条 城 具体 的 に は 、 以下 の とおり で あ る 。 ( 2 ) 京都 は 8 世紀 から 17 世紀 の 間 、 宗教 ・ 非 宗教 建築 と 庭園 設計 の 進化 に と っ て 主要 中心 地 で あ っ た 。 その よう に 、 京都 は 日本 の 文化 的 伝統 の 創出 に お い て 決定 的 な 役割 を 果た し 、 特に 庭園 の 場合 に お い て 、 それ は 19 世紀 以降 世界 の 他 の 地域 に お い て 意義 深 い 影響 を 与え た 。 ( 4 ) 京都 の 現存 文化 財 に おけ る 建築 と 庭園 設計 の 集積 は 前近代 に おけ る 日本 の 物質 文化 の この 側面 に 関 する 最高 の 表現 で あ る 。 登録 当時 から 時間 が 経過 し 周辺 環境 や 景観 の 悪化 が 進行 し つつ あ る ため 、 京都 市 を 中心 に 遺産 の 追加 登録 計画 が 持ち上が っ て い る 。 具体 的 に は 、 下記 が 登録 に 前向き の 姿勢 を 示 し て お り 、 京都 市 が 京都 御所 、 嵯峨野 嵐山 一帯 の 追加 登録 を 目指 し て い る 。 知恩 院 大徳 寺 永観堂 禅林 寺 ( 京都 市 ) また 下記 に つ い て も 検討 し て い る 。 東山 ( 京都 府 ) 一帯 桂 離宮 修学院 離宮 +基礎 情報 天皇 後 醍醐 天皇 ( ご だい ご てんのう 、 正応 元年 11 月 2 日 ( 旧暦 ) ( 1288 年 11 月 26 日 ) - 延元 4 年 / 暦応 2 年 8 月 16 日 ( 旧暦 ) ( 1339 年 9 月 19 日 ) は 、 第 96 代 天皇 。 諱 は 尊治 ( たかはる ) 。 1926 年 ( 大正 15 年 ) 10 月 に 詔書 が 出 さ れ 、 それ まで の 第 95 代 から 第 96 代 天皇 と し て 皇統 を 書き換え られ た 。 後 醍醐 天皇 は 、 大覚 寺 統 の 後宇多 天皇 の 第 二 皇子 。 生母 は 内 大臣 花山院 師継 の 養女 、 談天門院 ・ 藤原 忠子 ( 実父 は 参議 五 辻 忠継 ) 。 正応 元年 11 月 2 日 ( 旧暦 ) ( 1288 年 11 月 26 日 ) に 誕生 し 、 乾元 ( 日本 ) 元年 ( 130 2 年 ) に 親王 宣下 。 嘉元 2 年 ( 130 4 年 ) に 大宰帥 と な り 、 帥宮 ( そちのみや ) と い わ れ た 。 徳治 3 年 ( 130 8 年 ) に 持明 院 統 の 花園 天皇 の 皇太子 に 立 ち 、 文保 2 年 2 月 26 日 ( 旧暦 ) ( 1318 年 3 月 29 日 ) に 譲位 に よ っ て 神皇 正統記 、 3 月 29 日 ( 旧暦 ) ( 4 月 30 日 ) に 31 歳 と い う 壮齢 に て 即位 。 即位 後 3 年間 は 父 の 後宇多 法皇 が 院政 を 行 っ た 。 大覚 寺 統内部 で は 当初 より 後醍醐 天皇 は 傍流 、 中継ぎ と し て 認識 さ れ て お り 、 その 即位 は 兄 後 二条 天皇 の 遺児 で あ る 皇太子 邦良 親 王 成人 まで と い う 条件 付 の もの で あ っ た 。 この 中継ぎ と い う 立場 から 後醍醐 天皇 の 子孫 へ の 皇位 継承 、 後醍醐 天皇 自身 の 治天 の 君 就任 は 想定 さ れ て お ら ず 、 後醍醐 天皇 は 不満 を 募 ら せ た 。 それ が 、 その 裁定 を 下 し た 鎌倉 幕府 へ の 反感 へ と つなが っ て ゆ く 。 正中 ( 元号 ) 元年 ( 1324 年 ) 、 後醍醐 天皇 の 鎌倉 幕府 打倒 計画 が 発覚 し て 六波羅 探題 が 後醍醐 の 側近 日野 資朝 ら を 処分 する 正中 の 変 が 起こ る 。 この 変 で は 、 幕府 は 天皇 に は 何 の 処分 も し な かっ た 。 天皇 は その 後 も 密か に 倒幕 を 志 し 、 醍醐 寺 の 文観 や 法勝 寺 の 円観 など の 僧 を 近習 に 近づけ 、 元徳 2 年 ( 1329 年 ) に は 中宮 の 御産 祈祷 と 称 し て 密か に 関東 調伏 の 祈祷 を 行 い 、 興福 寺 や 延暦 寺 など 南都 の 寺社 に 赴 い て 寺社 勢力 と 接近 する 。 しかし 、 この 頃 から 大覚 寺 統 を 支持 する 公家 の 間 で 天皇 派 と 邦良 親王 派 へ の 分裂 が 見 ら れ 始め 、 後者 を 持明 院 統側 や 幕府 が 支持 し た ため に 天皇 側 は 窮地 に 立た さ れ る 。 そして 邦良 親王 が 病死 し た 後 に は 退位 へ の 圧力 が 一層 強ま る 事 と な っ た 。 元弘 元年 ( 1331 年 ) 、 再度 の 倒幕 計画 が 側近 吉田 定房 の 密告 に よ り 発覚 し 身辺 に 危険 が 迫 っ た ため 急遽 動座 を 決断 、 三 種 の 神器 を 持 っ て 御所 を 脱出 し た 上 で 挙兵 し 笠置 山 ( 京都 府 ) ( 現 ・ 京都 府 相楽 郡 笠置 町内 ) に 篭城 する が 、 圧倒 的 な 兵力 を 擁 し た 幕府 軍 の 前 に 落城 し て 捕らえ られ る 。 これ を 元弘 の 変 と 呼 ぶ 。 天皇 は 翌 元 弘 2 年 / 正慶 元年 ( 1332 年 ) 隠岐 島 に 流罪 と な り 、 幕府 は 邦良 親王 の 次 に 予定 さ れ て い た 持明 院 統 の 光厳 天皇 を 替わり に 即位 さ せ る 。 この 時期 、 後醍醐 天皇 の 皇子 護良 親王 、 河内 国 の 楠木 正成 、 播磨 国 の 赤松則村 ( 円心 ) ら 反幕 勢力 ( 悪党 ) が 各地 で 活動 し て い た 。 この よう な 情勢 の 中 、 後醍醐 は 元弘 3 年 / 正慶 2 年 ( 1333 年 ) 、 名和 長年 ら 名和 一族 の 働き で 隠岐 島 から 脱出 し 、 伯耆 国 船 上山 ( 現 ・ 鳥取 県 東伯 郡 琴浦 町内 ) で 挙兵 する 。 これ を 追討 する ため 幕府 から 派遣 さ れ た 足利尊 氏 ( 尊 氏 ) が 天皇 方 に 味方 し て 六波羅 探題 を 攻略 。 その 直後 に 東国 で 挙兵 し た 新田 義貞 は 鎌倉 を 陥落 さ せ て 北条 氏 を 滅亡 さ せ る 。 帰京 し た 後 醍醐 天皇 は 光厳 天皇 の 皇位 を 否定 し 、 建武 の 新政 を 開始 する 。 また 自分 が 所属 する 大覚 寺 統 の 嫡流 で あ る 兄後 二条 天皇 の 遺族 を 皇太子 に 指名 せ ず 本来 傍流 で あ っ た はず の 自分 の 皇子 を 後継 者 と し て 指名 し 、 自己 の 子孫 に よ る 皇統 の 独占 を 企図 し た 。 この ため 対立 し て い た 持明 院 統 のみ な ら ず 味方 で あ る はず の 大覚 寺 統内部 から も 敵対 者 を 生 む こと と な っ た 。 建武 の 新政 は 表面 上 は 復古 的 で あ る が 、 内実 は 蒙古 的 な 天皇 専制 を 目指 し 、 武家 を 排除 し た 公家 中心 の 政権 運営 を 敷 き 、 性急 な 改革 、 土地 訴訟 へ の 対応 の 不備 や 恩賞 の 不 公平 、 大内 裏 建設 計画 など その 施策 の 大半 が 各 方面 、 特に 武士 勢力 の 不満 を 呼 び 、 また 有名 な 二条 河原 の 落書 に 観 ら れ る よう に その 無能 を 批判 さ れ 、 権威 を 全く 失墜 し た 。 建武 ( 日本 ) 2 年 ( 1335 年 ) に 中 先代 の 乱 の 鎮圧 の ため 勅状 を 得 な い まま 東国 に 出向 い た 足利 尊 氏 が 、 乱 の 鎮圧 に 付き 従 っ た 将士 に 鎌倉 で 独自 に 恩賞 を 与え る など 新政 から 離反 する 。 後 醍醐 天皇 は 新田 義貞 に 尊 氏 追討 を 命 じ 、 義貞 は 箱根 ・ 竹ノ下 の 戦い で は 敗れ る もの の 、 京都 で 楠木 正成 や 北畠 顕家 ら と 連絡 し て 足利 軍 を 破 る 。 尊 氏 は 九州 へ 落ち 延び る が 、 翌年 に 九州 で 体制 を 立て直 し 、 光厳 上 皇 の 院宣 を 得 た のち に 再び 京都 へ 迫 る 。 楠木 正成 は 後醍醐 天皇 に 尊 氏 と の 和睦 を 進言 する が 後醍醐 は これ を 退け 、 義貞 と 正成 に 尊 氏 追討 を 命じ る 。 しかし 、 新田 ・ 楠木 軍 は 湊川 の 戦い で 敗北 し 、 正成 は 討死 し 義貞 は 都 へ 逃れ る 。 足利 軍 が 入京 する と 後醍醐 天皇 は 比叡山 に 逃れ て 抵抗 する が 、 足利 方 の 和睦 の 要請 に 応 じ て 三種 の 神器 を 足利 方 へ 渡 し 、 尊 氏 は 持明 院 統 の 光明 天皇 を 立て 、 建武 式 目 を 制定 し て 正式 に 幕府 を 開 く 。 後 醍醐 天皇 は 京 を 脱出 し 、 尊 氏 に 渡 し た 神器 は 贋物 で あ る と し て 、 吉野 ( 奈良 県 吉野 郡 吉野 町 ) の 山中 に て 南朝 を 開 き 、 京都 朝廷 ( 北朝 ( 日本 ) ) と 吉野 朝廷 ( 南朝 ( 日本 ) ) が 並立 する 南北朝 時代 ( 日本 ) が 始ま る 。 後 醍醐 天皇 は 、 尊良 親王 や 恒良 親王 ら を 新田 義貞 に 奉 じ させ て 北陸 へ 向か わ せ 、 懐良 親王 を 征西 将軍 に 任 じ て 九州 へ 、 宗良 親王 を 東国 へ 、 後村 上 天皇 を 陸奥 国 へ と 、 各地 に 自分 の 皇子 を 送 っ て 北朝 方 に 対抗 さ せ よ う と し た 。 しかし 、 劣勢 を 覆 す こと が でき な い まま 病 に 倒れ 、 延元 4 年 / 暦応 2 年 ( 1339 年 ) 8 月 15 日 ( 旧暦 ) 、 吉野 へ 戻 っ て い た 義良 親王 ( 後村 上 天皇 ) に 譲位 し 、 翌日 、 吉野 金輪 王寺 で 朝敵 討滅 ・ 京都 奪回 を 遺言 し て 死去 し た 。 享年 5 2 ( 満 50 歳 ) 。 摂津 国 の 住吉 行宮 に あ っ た 後村 上 天皇 は 、 南朝 方 の 住吉 大社 の 宮司 の 津守 氏 の 荘厳 浄土 寺 に お い て 後醍醐 天皇 の 大 法要 を 行 う 。 また 、 尊氏 は 後醍醐 天皇 を 弔 い 、 京都 に 天竜 寺 を 造営 し て い る 。 大覚 寺 統 の 後宇多 天皇 の 子 。 母 は 内 大臣 花山院 師継 の 養女 、 談天門院 ・ 藤原 忠子 ( 実父 は 参議 五 辻 忠継 ) 。 同 時代 で は 、 早 く も 天皇 側近 の 北畠 親房 が 『 神皇 正統記 』 に お い て 保守 的 公家 観 から 新 政策 へ の 批判 を 加え て い る 。 近世 に お い て は 後醍醐 天皇 を 不徳 の 君 で あ る と する 評価 が 定着 し 、 徳川 光圀 に よ っ て 編纂 が 開始 さ れ た 『 大 日本 史 』 に お い て は 南朝 を 正統 と する 立場 から 後醍醐 天皇 を 不徳 と する 認識 が 見 られ 、 江戸 時代 に は 新井 白石 が 『 読史 余論 』 に お い て 、 王朝 政治 に おけ る 累代 の 天皇 の 失徳 が 武家 政権 成立 の 過程 で あ る と する 歴史 観 の 中 で 、 後醍醐 天皇 を その 末尾 に 位置 付け て い る 。 頼山陽 の 『 日本 外史 』 で は 後醍醐 天皇 批判 の 一方 で 即位 直後 の 親政 に 関 し て は 肯定 的 評価 を し て い る 。 近衛 経 忠 万里小路 宣房 北畠 親房 吉田 定房 日野 資朝 日野 俊基 千種 忠 顕 坊門 清忠 四条 隆資 洞院 実世 文観 円観 後 醍醐 天皇 は 、 延喜 の 治 と 称 さ れ 天皇 親政 の 時代 と さ れ た 醍醐 天皇 の 治世 を 理想 と し て い た 。 天皇 の 諡号 や 追号 は 通常 死後 に おく ら れ る もの で あ る が 、 醍醐 天皇 に あやか っ て 生前 自ら 後醍醐 の 号 を 定め て い た 。 これ を 遺諡 と い い 、 白河 天皇 以後 しばしば 見 られ る 。 なお 「 後醍醐 」 は 分類 と し て は 追号 に な る ( 追号 も 諡号 の 一種 と する 場合 も あ る が 、 厳密 に は 異な る ) 。 崩御 後 、 北朝 で は 崇徳院 ・ 安徳 院 ・ 顕徳院 ・ 順徳 院 など と の よう に 徳 の 字 を 入れ て 院号 を 奉 る 案 も あ っ た が 、 生前 の 意志 を 尊重 し て 南朝 と 同様 「 後醍醐 」 と し た 。 あるいは 、 その 院号 は 治世 中 の 年号 ( 元徳 ) から と っ て 「 元徳院 」 だっ た と も い う 。 北朝 を 正統 と する 場合 、 「 後醍醐 は 光厳 天皇 の 治世 期間 を はさ ん で 重祚 し た 」 と みな し 、 前半 ( 元弘 の 変 まで ) を 「 元徳 天皇 ( 元徳院 ) 」 、 後半 ( 京都 帰還 ・ 建武 の 新政 から 光明 天皇 即位 まで ) を 「 後醍醐 天皇 ( 後醍 醐 院 ) 」 と する 案 も あ る が 、 これ は あくまで 私案 で あ る 。 皇后 ( 中宮 ) : 西園寺 禧子 ( 13 0 3 - 1333 ) - 西園 寺 実兼 女 皇女 懽子 内 親王 ( 13 15 - 13 61 ) - 光厳 天皇 妃 皇后 ( 中宮 ) : 珣子 内 親王 ( 13 11 - 1337 ) - 後伏見 天皇 女 幸子 内 親王 女御 : 藤原 栄子 - 二条 道平女 宮人 : 遊義 門院 の 一条 局 - 藤原 実俊女 世良 親王 ( 13 12 - 1330 ) 静尊 法 親王 皇女 宮人 ( 女院 ) : 阿野 廉子 ( 130 1 - 1 359 ) - 阿野 公廉 女 恒良 親王 ( 13 2 5 - 1338 ) 成良 親王 ( 13 2 6 - 13 44 ) 義良 親王 ( 後村 上 天皇 ) ( 13 2 8 - 1 368 ) 祥子 内 親王 - 斎宮 惟子 内 親王 宮人 : 源 親子 ( ? - ? ) - 源師 親女 護良 親王 ( 13 0 8 - 13 35 ) 懐良 親王 ( 13 29 - 13 83 ) 満良 親王 恒性 聖助 法 親王 法仁 法 親王 ( 13 2 5 - 1 3 52 ) 玄 円 法 親王 最恵 法 親王 知良 王 尊真 無文元 選 ( 13 23 - 1390 ) 宮人 : 藤原 為子 - 二 条 為 世女 尊良 親王 ( 13 11 - 1337 ) 宗良 親王 ( 13 12 - 13 85 ) 瓊子 内 親王 ( 13 16 ? - 1339 ) 欣子 内 親王 宮人 : 勾当 内 侍 - 源 経資 女 皇女 宮人 : 遊義 門院 の 左衛門 督局 - 御子 左為 忠女 皇女 宮人 : 民部 卿 三 位 - 日野 経光 女 ? 妣子 内 親王 宮人 : 権 中 納言 局 貞子 内 親王 宮人 : 平基 時 女 皇女 宮人 : 民部 卿 局 皇女 - 近衛 基嗣 室 宮人 : 山階 実子 皇女 宮人 : 洞院 公敏 女 瑜子 内 親王 宮人 : 坊門 局 皇女 宮人 : 権 大 納言 三 位 局 - 二 条 為 道 女 皇女 宮人 : 大納 言典侍 - 北畠 師 重女 宮人 : 勾当 内 侍 - 世尊 寺 経朝 女 生母 不詳 用 堂 尼 ( ? - 1396 ) - 東慶 寺 5 世 住 持 後 醍醐 の 皇子 の 名 に は 通字 と し て 「 良 」 が 用い られ て い る 。 その 読み に つ い て は 古く から 、 「 なが 」 か 「 よし 」 か で 議論 が あ っ た 。 護良 親王 は かつて 「 もりなが 」 と 読 ま れ る こと が 多 かっ た 。 例えば 、 護良 を 祭神 と する 鎌倉宮 で は 「 もりなが しん の う 」 と 読 ん で お り 「 もりよし 」 は 「 祭神 の 名前 の 読み と し て は 誤用 で あ る 」 と の 見解 で あ る 。 これ は 、 鎌倉 宮 は 明治 天皇 の 命令 で 創建 さ れ た 神社 で あ り 、 社号 を 「 鎌倉 宮 」 、 祭神 を 「 護良 親王 ( もりなが しん のう ) 」 と 天皇 の 名 に お い て 定め た 経緯 から 「 もりなが 」 と の 読み は ゆるぎ の な い もの で あ る 、 と い う の が 神社 側 の 主張 で あ る 。 また 、 鎌倉 市 二 階堂 に あ り 現在 宮内 庁 が 管理 し て い る 「 護良 親 王墓 」 に 関 し て も 大正 4 年 の 『 陵墓 要覧 』 の なか に 「 もりなが しんのう はか 」 と の ルビ が あ り 、 鎌倉 宮 と 同じく 「 もりなが 」 と 読 ん で い る 。 これ は 一条 兼良 が 記 し た と 言 わ れ る 『 諱訓 抄 』 に 護良 に 「 モリナカ 」 と ルビ が 振 っ て あ る の が 根拠 と さ れ て い る 。 その ほか 、 護良 の 弟 で あ る 宗良 親王 を 祭神 と する 井伊谷宮 に お い て も 祭神 の 名 を 「 むねなが しん の う 」 と 読 ん で お り 「 むねよし 」 と は し て い な い 。 護良 の 弟 で あ る 懐良 親王 を 祭神 と する 八代 宮 に お い て も 祭神 の 名 を 「 かねな が しん の う 」 と 読 ん で お り 「 かねよし 」 と は し て い な い 。 護良 の 兄尊 良 親王 ・ 弟 恒良 親王 を 祭神 と する 金崎 宮 に お い て も 祭神 の 名 を 「 たかな が しん の う 」 「 つねなが しん の う 」 と 読 ん で お り 「 たかよし 」 「 つねよし 」 と は し て い な い 。 以上 、 後醍醐 の 皇子 を 祭神 と する 4 つ の 神社 に お い て は 、 いずれ も 「 良 」 の 字 を 「 なが 」 と 読 ん で い る 。 これ ら の 神社 は 、 明治 維新 後 、 官幣 社 に 列 せ られ 、 政府 機関 で あ る 神祇 官 の 管理 の 下 に 置 か れ て お り 、 神祇 官 は 、 当時 の 研究 水準 を 踏まえ て 「 良 」 を 「 なが 」 と 読 む こと で 統一 し て い た もの と 考え られ る 。 しかし 、 近年 の 歴史 学 の 研究 成果 に よ れ ば 、 現存 する 最古 の 『 諱訓 抄 』 は 、 天和 ( 日本 ) 元年 ( 1681 年 ) に 写 さ れ た 写本 で あ り 、 「 モリナカ 」 の ルビ を 実際 に 一条 兼良 が 振 っ た もの か 根拠 に 乏し い 。 同時代 史料 で あ る 「 帝系 図 」 写本 に 義良 親王 の 名 を 「 義儀 」 と 誤記 し て あ り 、 これ は 本来 「 儀義 」 で あ っ て 「 のりよし 」 と 読 ん だ もの と 推測 さ れ る 。 室町 時代 の 制作 で あ る 「 人王 百 代具 名記 」 に 義良 の 名 を 「 儀良 」 と 記 し て 「 ノリヨシ 」 と ふりがな し て い る 。 『 増鏡 』 の 写本 の うち 世良 親王 に 「 ヨヨシ 」 尊良 親王 に 「 タカヨシ 」 と ふりがな し た もの が あ る 。 など の 史料 的 根拠 が 指摘 さ れ 、 現在 で は 「 良 」 を 「 なが 」 と 読 む こと に 否定 的 な 考え が 示 さ れ て い る 。 文保 ( 1318 年 2 月 26 日 ( 旧暦 ) ) - 1319 年 4 月 28 日 ( 旧暦 ) 元応 1319 年 4 月 28 日 - 132 1 年 2 月 23 日 ( 旧暦 ) 元 亨 132 1 年 2 月 23 日 - 1324 年 12 月 9 日 ( 旧暦 ) 正中 ( 元号 ) 1324 年 12 月 9 日 - 1326 年 4 月 26 日 ( 旧暦 ) 嘉暦 1326 年 4 月 26 日 - 1329 年 8 月 29 日 ( 旧暦 ) 元徳 1329 年 8 月 29 日 - 1331 年 8 月 9 日 ( 旧暦 ) 元弘 1331 年 8 月 9 日 - 1334 年 1 月 29 日 ( 旧暦 ) 建武 ( 日本 ) 1334 年 1 月 29 日 - 1336 年 2 月 29 日 ( 旧暦 ) 延元 1336 年 2 月 29 日 - ( 1339 年 8 月 26 日 ( 旧暦 ) ) 家臣 山東 和泉 『 建武 年 中 行事 』   日本 語 の 表記 体系 で 記 さ れ た 有職 故 実書 。 後世 、 朝廷 で 盛ん に 利用 さ れ た 。 不明 な 点 が 多 い 中世 の 朝廷 儀礼 に つ い て 伝え る 史料 の 一 つ と し て も 著名 。 『 群書 類 従 』 公事 部 に 収録 さ れ て い る 。 陵墓 は 奈良 県 吉野 郡 吉野 町 吉野 山 に あ る 如意輪 寺内 の 円墳 の 塔尾 陵 ( とう の お の みささぎ ) で あ る 。 通常 天皇 陵 は 南面 し て い る が 、 後醍醐 天皇 陵 は 北面 し て い る 。 これ は 北 の 京都 に 帰 り た い と い う 後醍醐 天皇 の 願い を 表 し た もの だ と い う 。 古典 『 太平 記 』 に よ れ ば 、 後醍醐 天皇 は 「 玉骨 ハ縦 南山 ノ苔 ニ埋 マルトモ 、 魂魄 ハ常 ニ 北闕 ノ 天 ヲ望 マン 」 と 遺言 し た と 伝え られ て い る 。 また 、 明治 22 年 ( 1889 年 ) に 同町 に 建て られ た 吉野 神宮 に 後醍醐 天皇 が 祀 ら れ て い る 。 なお 、 全て の 天皇 は 皇居 の 宮中 三 殿 の 一 つ の 皇霊殿 に 祀 ら れ て い る 。 さらに 、 後醍醐 天皇 が 紫衣 を 許 し て 官寺 と し た 總持 寺 ( 神奈川 県 横浜 市 鶴見 区 ( 横浜 市 ) ) に は 、 後醍醐 天皇 の 尊像 、 尊儀 など を 奉安 する 御 霊殿 が あ る 。 この 御 霊殿 は 、 後醍醐 天皇 の 60 0 年 遠忌 を 記念 し て 、 昭和 12 年 ( 1937 年 ) に 建立 さ れ た 。 建武義 会編 『 後醍醐 天皇 奉賛 論文集 』 ( 至文堂 、 1939 年 9 月 ) 平泉 澄 『 明治 の 源流 』 ( 時事 通信 社 、 1970 年 6 月 ) 村松剛 『 帝王 後 醍醐 「 中世 」 の 光 と 影 』 ( 中公文庫 、 1981 年 ) ISBN 4 - 12 - 2008 28 - X 網野 善彦 『 異形 の 王権 』 ( 平凡 社 ライブラリー 、 1993 年 )   ISBN 4 - 5 8 2 - 7 60 10 - 4 森 茂暁 『 後醍醐 天皇 南北朝 動乱 を 彩 っ た 覇王 』 ( 中公 新 書 、 2000 年 ) ISBN 4 - 12 - 1015 2 1 - 5 佐藤 和彦 ・ 樋口 州 男編 『 後醍醐 天皇 の すべて 』 ( 新人物 往来社 、 2004 年 ) ISBN 4 - 4 0 4 - 0 3 2 1 2 - 9 『 太平 記 ( NHK 大河 ドラマ ) 』 ( NHK 大河 ドラマ ) ( 演 : 片岡 仁左衛門 ( 15 代 目 ) ) 沢田 ひろふみ 『 山賊 王 』 - 南北朝 時代 ( 日本 ) を 描 い た 歴史 漫画 。 楠木 正成 も 認め る 威厳 あ る 天皇 と し て 描 か れ て い る 。 朝松 健 『 邪曲 回廊 』 - 異形 コレクション 第 33 巻 【 オバケヤシキ 】 ( 光文 社 、 2005 年 ) 光厳 天皇 の 杖 が 生み出 し た 『 世界 』 に 出現 。 光厳 天皇 に 対 する 恨み から 活 火山 の よう に 炎 を 撒き 散ら す 生霊 と な り 、 光厳 天皇 の 代役 と な っ た 一休 を 追い回 す 。 +基礎 情報 天皇 白河 天皇 ( しらかわ てんのう 、 天喜 元年 6 月 19 日 ( 旧暦 ) ( 105 3 年 7 月 7 日 ) - 大治 4 年 7 月 7 日 ( 旧暦 ) ( 1129 年 7 月 24 日 ) ) は 、 第 72 代 の 天皇 。 在位 は 延久 4 年 12 月 8 日 ( 旧暦 ) ( 1073 年 1 月 18 日 ) - 応徳 3 年 11 月 26 日 ( 旧暦 ) ( 1087 年 1 月 5 日 ) 。 諱 を 貞仁 ( さだひと ) と い う 。 藤原 氏 摂家 と 外戚 関係 の 薄 い 後三 条 天皇 の 第 一 皇子 と し て 生まれ 、 母 は 藤原 氏 閑院 流 出身 で 中納言 藤原 公成 の 娘 、 春宮 大夫 藤原 能信 の 養女 で あ る 女御 藤原 茂子 ( ? - 10 6 2 ) 。 同母妹 に 篤子 内 親王 ( 堀河 天皇 中宮 ) 。 系 図 幼 い 時 は 父子 とも に 冷遇 さ れ た が 、 治暦 4 年 ( 1068 年 ) 、 父帝 即 位 と とも に 親王 宣下 を 受け 貞仁 親王 と な る 。 翌延久 元年 ( 1069 年 ) 立 太子 、 同 4 年 、 20 歳 で 即位 。 関白 を 置 い た が 、 翌 5 年 、 上皇 の 病没後 も 、 父 同様 に 親政 を 目指 し 、 荘園 整理 など に 力 を 入れ 摂関家 の 権勢 を 弱め る こと に 努め る 。 後 三 条 院 と その 生母 で あ る 陽明 門院 は 白河 天皇 の 異母 弟 実仁 親王 ( 平安 時代 ) 更 に その 弟 の 輔仁 親王 に 皇位 を 継 が せ る 意志 を 持 ち 、 譲位 時 に 実仁 親王 を 皇太 弟 と 定め た 。 白河 天皇 は これ に 反発 し た が 応徳 2 年 ( 1085 年 ) 実仁 親王 は 病没 し た 。 これ に よ り 、 応徳 3 年 11 月 ( 1086 年 ) 、 白河 天皇 は 輔仁 親王 で は な く 、 8 歳 の わが 子 の 善仁 親王 ( 第 73 代 堀河 天皇 ) を 皇太子 に 立て 、 即日 譲位 し た 。 太上 天皇 と な っ た 白河 上皇 は 、 幼帝 を 後見 する ため に 白河 院 と し て 自ら 政務 を 執 り 、 いわゆる 院政 が 出現 し た 。 引き続 き 摂政 関白 は 置 か れ た もの の 、 これ に よ り 名目 上 の 存在 に 近 い もの と な る 。 白河 上皇 は 堀河 天皇 の 成人 後 も 政権 を 返 す こと な く 、 受領 階級 や 武家 出身 の 近臣 を 用い て 専制 的 な 政治 を 行 っ た 。 武士 は 、 院 の 警護 役 と し て 創設 し た 北面 の 武士 に など に あて た 。 熱心 に 仏教 を 信 じ 、 嘉保 3 年 ( 1096 年 ) に は 皇女 の 病没 を 機 に 出家 し 法名 を 融観 と し 、 法皇 と な っ た 。 また 法勝 寺 等 の 多く の 寺院 や 仏像 を つく ら せ た が 、 その 経済 力 は 受領 の 経済 力 を 活用 し た 。 堀河 天皇 崩御 後 は 、 その 皇子 で 自ら の 孫 で あ る 第 74 代 鳥羽 天皇 、 更に その 子 の 第 75 代 崇徳 天皇 と 3 代 に わた っ て 幼主 を 擁 し 、 大治 4 年 7 月 7 日 ( 1129 年 7 月 24 日 ) 、 77 歳 で 崩御 する まで 実 に 3 代 43 年間 院 政 を 敷 い た 。 これ を 「 治天 の 君 」 と い う 。 白河 法皇 が 「 天下 の 三 不 如意― 鴨川 ( 淀川 水系 ) ( 鴨川 ) の 水 ( 鴨川 の 流れ と それ に よ る 水害 ) ・ 双六 の 賽 ( サイコロ 、 当時 の 双六 ( ただし 、 現在 の もの と 違 い 西洋 の バックギャモン に 近 い ) は 賭博 の 手段 と し て 盛ん に 用い られ て 、 さい ころ の 目 の 動き が 勝敗 を 分け た ) ・ 山 法師 ( 比叡山 延暦 寺 の 僧衆 〔 僧兵 〕 ) 」 だけ は どう し よう も な い と 嘆 い た と い う 故事 は 、 裏 を 返 せ ば 彼 が それ 以外 の もの で あ れ ば 思い 通り に な ら な い 事 は な い と い う 絶大 な 権力 を 誇 っ て い た こと を 示 し て い る 。 また 、 女性 関係 の 派手 さ で も 知 ら れ て お り 、 崇徳 天皇 や 平清盛 が 「 白河 法皇 の 御落胤 」 で あ る と い う 噂 が 当時 広 く 流布 さ れ 信 じ られ る 原因 と も な っ て い る 。 中宮 : 藤原 賢子 ( 10 5 7 - 1084 ) - 源 顕房 女 、 藤原 師実養 女 敦文 親王 ( 1074 - 1 0 77 ) 媞子 内 親王 ( 郁芳 門院 ) ( 1076 - 1096 ) - 斎宮 令子 内 親王 ( 1078 - 1 144 ) - 斎院 善仁 親王 ( 堀河 天皇 ) ( 10 79 - 11 07 ) 禛子 内 親王 ( 土御 門 斎院 ) ( 1081 - 1156 ) 女御 : 藤原 道子 ( 10 42 - 113 2 ) - 藤原 能長女 善子 内 親王 ( 六角 斎宮 ) ( 1076 - 1131 ) 典侍 : 藤原 経子 - 藤原 経平 四 女 、 後 に 藤原 公定 室 覚行 法 親王 ( 10 7 5 - 11 05 ) - 仁和 寺門 跡 源 師子 ( 10 70 - 1 148 ) - 源 顕房 女 、 後 に 藤原 忠実 室 覚法 法 親王 ( 1092 - 115 3 ) - 仁和 寺門 跡 源 頼子 - 源 頼綱 女 宮子 内 親王 ( 1090 - ? ) - 賀茂 斎院 藤原季実女 春日 殿 - 藤原 師兼女 、 後 に 藤原 宗通妻 聖恵 法 親王 ( 1094 - 1 137 ) 備前 - 源 有 宗 女 円行 ( 112 8 - ? ) 源 政長 女 行 慶 ( 1101 - 11 6 5 ) - 大僧 正 祇園 女 御 祇園 女 御 妹 - 後 に 平忠 盛 妻 廊 御 方 - 藤原 通季 女 、 後 に 藤原 実能 妻 宇礼 志岐 ( 賀茂 女 御 ) - 賀茂 県 主重助 女 伊波 比 乎 ( 賀茂 女 御 ) - 賀茂 県 主重助 女 譲位 後 の 院 政 時 の 住居 の 名称 に よ り 、 白河 院 と 追号 さ れ た ( 追号 も 諡号 の 一種 と する 場合 も あ る が 、 厳密 に は 諡号 と は 異な る ) 。 また 六条 帝 の 異名 も あ る 。 大正 以後 は 白河 天皇 と する 。 延久 永保 応徳 京都 市 伏見 区 竹田 浄菩 提院 町 の 成菩 提院 陵 ( じょうぼ だい いん の みささぎ ) に 葬 ら れ た 。 なお 、 この 陵墓 の 近所 に は 、 別 に 同陵 の 有力 な 比定 候補 地 が 存在 し 、 ここ は 陵墓 参考 地 と し て 、 宮内 庁 の 管轄 地 と な っ て い る 。 また 、 全て の 天皇 は 皇居 の 宮中 三 殿 の 一 つ の 皇霊殿 に 祀 ら れ て い る 。 また 、 白河 法皇 は 当初 、 自身 の 死後 は 土葬 さ れ る こと を 望み 、 たびたび 周囲 の 者 に その 意向 を 伝え て い た が 、 同様 に 土葬 さ れ た 藤原 師通 が 、 生前 に 彼 と 対立 し て い た 興福 寺 の 僧兵 が 報復 と し て その 墓 を 暴 き 、 遺体 を 辱めんと 計画 し て い た こと を 知 り 、 自身 も 後世 に 同様 な 仕打ち を 受け る の を 嫌い 、 急遽 火葬 に する よう に 命 じ た と い う 。 法皇 の 遺体 を 荼毘 に 付 し た と さ れ る 火葬 塚 は 京都 市 北 区 ( 京都 市 ) の 金閣 小 学校 の 近く に 現存 する 。 美川 圭 『 白河 法皇 中世 を ひら い た 帝王 』 ( 日本 放送 出版 協会 、 2003 年 ) ISBN4140019735 『 新 ・ 平家 物語 ( 映画 ) 』 ( 1955 年 監督 : 溝口 健 二 、 演 : 柳永 二郎 ) 『 新 ・ 平家 物語 ( NHK 大河 ドラマ ) 』 ( 1972 年 NHK 大河 ドラマ 、 演 : 滝沢 修 ) +宇多 天皇 ( うだてんのう 、 貞観 9 年 5 月 5 日 ( 867 年 6 月 10 日 ) - 承平 元年 7 月 19 日 ( 93 1 年 9 月 3 日 ) ) は 、 日本 の 第 59 代 天皇 ( 在位 : 仁和 3 年 11 月 17 日 ( 887 年 12 月 5 日 ) - 寛平 9 年 7 月 3 日 ( 897 年 8 月 4 日 ) ) 。 名 は 定省 ( さだみ ) 。 光孝 天皇 の 第 七 皇子 。 母 は 桓武 天皇 の 皇子 仲野 親王 の 娘 ・ 皇太后 班子 女王 。 一 度 臣籍 降下 し 、 源氏 の 姓 を 賜 っ て 源定 省 を 称 し た が 、 後 に 実力 者 の 関白 藤原 基経 の 後押し で 887 年 ( 仁和 3 年 ) 8 月 25 日 に 皇族 に 復帰 し 、 翌 8 月 26 日 に 皇太子 に 立て られ る 。 これ に は 宇多 天皇 が 基経 の 異母 妹 で あ る 内 侍 司 藤原 淑子 の 猶子 で あ っ た こと が 大き い 。 同日 に 光孝 天皇 が 病没 し た ため 践祚 し 、 11 月 17 日 に 即位 し た 。 第 一 皇子 敦仁親王 ( のち の 醍醐 天皇 ) は 、 女御 ( 贈皇太后 ) 藤原 胤子 の 子 。 藤原 胤子 は 内 大臣 藤原 高藤 女 で 、 宇多 天皇 が 若 い 時 から の 妻 の 一人 。 藤原 胤子 の 他 、 女御 は 藤原 温子 、 橘義子 、 菅原 衍子 、 橘房子 。 藤原 温子 は 基経 の 女 で 、 宇多 帝 即 位 後 に 入内 し た 。 女御 藤原 胤子 が 病没 後 、 皇太子 敦仁 親王 を 猶子 と し 、 醍醐 天皇 即位 に 伴 い 、 皇太 夫人 と な る 。 晩年 は 東 七 条宮 に 住 ん だ ため 、 東七 条 后 、 七 条 后 と も 称 さ れ る 。 橘義子 から は 真寂法 親王 が あ り 、 菅原 道真女 を 妻 と し た こと から 、 後年 菅原 道真 の 誣告 に 際 し て その 名 が 出 た 。 菅原 衍子 は 菅原 道真 の 女 。 皇子 皇女 多数 。 宇多 天皇 の 孫 は 、 ほとんど が 源氏 の 姓 を 賜 り 、 臣籍 に 降下 し た 。 宇多 天皇 から 出 た 源 氏 を 宇多 源 氏 と い い 、 藤原 胤子 の 子 ・ 敦実 親王 から 出 た 系列 が 最も 栄え た 。 敦実親 王 の 子 ・ 源 雅信 は 左 大臣 を 務め 、 その 女 ・ 源 倫子 は 藤原 道長 の 正室 と な り 、 一条 天皇 中宮藤原 彰子 や 関白 藤原 頼通 の 母 と な っ た 。 朝廷 貴族 と し て の 地位 を 維持 し た 子孫 と し て は 、 公家 の 綾小路 家 など が あ り 、 また 雅信 から 近江 に 土着 し た 佐々木 氏 が 出 て い る 。 系 図 藤原 時平 と 菅原 道真 を 重用 し た ( 寛平 の 治 ) 。 888 年 ( 仁和 4 年 ) に 造立 さ れ た 勅願 寺 が 仁和 寺 。 その 後 、 醍醐 天皇 に 譲位 し 、 仁和 寺 に 入 っ て 法皇 と 称 し た 。 天皇 の 譲位 に つ い て は 古く は 仏道 専心 説 が 有力 で あ っ た が 、 近年 で は 藤原 氏 から の 政治 的 自由 を 確保 する ため と する 説 、 一旦 臣 下 から 皇族 に 復帰 し て 即位 し た ため に これ に 不満 を 抱 く 他 の 皇族 の 皇位 要求 の 動き に 先んじ た 説 など が あ る ( 後述 の 『 大鏡 』 の 陽成 上皇 の 発言 は その 暗示 と も さ れ る ) 。 また 『 寛平 御 遺誡 』 に は 右 大臣 源 能有 の 死 に よ る 強 い 衝撃 に つ い て 書 か れ て お り 、 退位 と 結びつけ る 見方 も あ る 。 一方 、 陽成 上皇 と の 関係 は 微妙 で あ っ た 。 『 大鏡 』 に は 、 陽成 上皇 が 宇多 天皇 の こと を 、 「 あれ は かつて 私 に 仕え て い た 者 で は な い か 」 と 言 っ た と い う 逸話 が 残 っ て い る が 、 陽成 上皇 が 復位 を 画策 し て い る と い う 風説 は 天皇 を 悩 ま せ た 。 保延 年間 に 書 か れ た 『 長秋 記 』 ( 保延 元年 6 月 7 日 条 ) に よ れ ば 、 陽成 上皇 が 宇多 天皇 の 内裏 に 勝手 に 押し入 ろ う と し た ため に 、 上皇 と い え ど も 天皇 の 許 し な く 内裏 に 入 る 事 が 禁 じ られ た が 、 後 に 昌泰 の 変 が 起き た 時 に 醍醐 天皇 に 菅原 道真 の 左遷 を 止め させ よ う と し て 内裏 に 入 ろ う と し た 宇多 上皇 が この 決まり を 盾 に 阻 ま れ た と 記 さ れ て い る 。 皇位 継承 者 不在 の 危機 に あた り 、 臣籍 降下 し た 者 が 即位 し た 例 で あ る が 、 当時 在世 中 の 元良 親王 ら を 超越 し て の 即位 で あ り 、 藤原 淑子 ・ 基経 に よ る 擁立 劇 と い う 側面 も あ る 。 即位 直後 に おき た 「 阿衡 事件 」 は 、 天皇 を 自ら の 傀儡 に し た い 基経 と 、 若 き 天皇 と の 主導 権 争い で も あ る 。 事件 は 天皇 の 譲歩 に 終わ っ た もの の 、 基経 が 想像 する より は 英明 な 人物 で あ っ た から 、 菅原 道真 を 重用 する など 、 次第 に 「 親政 」 色 を 強め て ゆ く こと に 成功 し た 。 『 寛平 御 遺誡 』 、 『 寛平御 記 』 の 著書 を 残 す 。 晩年 は 病気 が ち の 醍醐 天皇 に 代わ っ て 、 実際 の 政務 を 執 っ て い た い う 説 も あ る 。 「 延喜 天暦 の 治 」 と 賞 せ られ る 醍醐 天皇 ・ 村上 天皇 の 「 善政 」 と さ れ る もの の 多く は 宇多 天皇 ( 法皇 ) の 政策 の 延長 上 に 過ぎ ず 「 寛平 の 治 」 と 呼 ぶ の が 妥当 で は な い か と い う 説 も あ る 。 譲位 後 に 行 っ た 大掛かり な 和歌 の 行事 で あ る 「 亭子 院 歌合 」 は 、 国風 文化 の 盛行 の 流れ を 後押し する もの で あ る 。 通説 で は 譲位 後 の 在所 の 名称 より 宇多 天皇 と 追号 さ れ た ( 追号 も 諡号 の 一種 と する 場合 も あ る が 、 厳密 に は 両者 は 異な る ) と 言 わ れ て い る が 、 実際 の 居宅 は 仁和 寺 御室 ・ 亭子 院 ・ 六 条 院 を 主 と し て い た と い う ( 宇多 院 は 元 は 父 の 光孝 天皇 の 親王 時代 の 邸宅 で 、 宇多 天皇 は ここ で 成長 し た から だ と い う 異説 も あ る ) 。 また 、 寛平 法皇 、 亭子 院 ( ていじ の いん ) 、 朱雀院 太上 天皇 など の 名称 で も 呼 ば れ た 。 仁和 寛平 陵墓 は 京都 市 右京 区 鳴滝 宇多野谷 に あ る 大内山陵 ( おお うち やま の みささぎ ) と さ れ る 。 全て の 天皇 は 皇居 の 宮中 三 殿 の 一 つ の 皇霊殿 に 祀 ら れ て い る 。 +天智 天皇 ( てんち てんのう / てん じ てん の う 。 男性 。 推古 天皇 34 年 ( 626 年 ) - 天智 天皇 10 年 12 月 3 日 ( 67 2 年 1 月 7 日 ) 。 第 38 代 天皇 。 国風 諡号 は 天命 開別 尊 ( あめ みこと ひらか す わけ の みこと / あまつみこと さきわけ の みこと ) 。 諱 は 葛城 ( か づら き / かつらぎ ) 。 生前 は 葛城 皇子 ( か づら き のみこ / かつらぎのみこ ) と 呼 ば れ て い た と 思 わ れ る 。 一般 に は 中大 兄 皇子 ( なかの おおえ の おうじ / なかの おおえのみこ ) と し て 知 ら れ る 。 「 大兄 」 と は 皇太子 の 意 で 、 「 中大兄 」 は 「 次 の 皇太子 」 を 意味 する 語 。 概観 舒明 天皇 の 第 二 皇子 。 母 は 宝皇女 ( のち の 皇極 天皇 ) 。 皇后 は 異母 兄 ・ 古人 大兄 皇子 の 娘 ・ 倭姫王 。 中臣 鎌足 ら と 謀 り 、 クーデター を 起こ し て 蘇我 入鹿 を 殺害 し 、 叔父 ・ 孝徳 天皇 を 即位 さ せ 、 自身 は 皇太子 と な っ た 。 そして 大化 と い う 元号 を 制定 し 、 様々 な 改革 を 行な っ た ( 大化 の 改新 の 中心 人物 、 乙巳 の 変 ) 。 また 、 有間 皇子 など のちのち クーデター を 起こ し そう な 勢力 を 罠 に 嵌め て 死刑 と し た 。 百済 が 6 60 年 に 唐 ・ 新羅 に 滅ぼ さ れ た ため 、 朝廷 に 滞在 し て い た 百済 王子 ・ 扶余 豊璋 を 送り返 し 、 百済 復興 を 図 っ た 。 百済 救援 を 指揮 する ため に 筑紫 に 滞在 し た が 、 661 年 、 斉明 天皇 が 崩御 ( 死去 ) し た 。 その 後 、 長 い 間 皇位 に 即 か ず 称制 し た が 、 663 年 、 白村 江 の 戦い で 大敗 を 喫 し た 後 、 大津 市 へ 遷都 し て そこ で 即位 し た 。 白村江 の 戦 以後 は 、 国土 防衛 の 政策 の 一環 と し て 水城 や 烽火 ・ 防人 を 設置 し た 。 又 、 冠位 も それ まで の 十 九 階 から 二十 六 階 に 制度 改革 など を 行な っ て い る 。 また 、 67 0 年 に は 我が 国 最古 の 全国 的 な 戸籍 「 庚午 年籍 」 を 作成 さ せ て い る 。 天智 天皇 は 、 第 一 皇子 ・ 大友 皇子 に 皇位 を 継 が せ た かっ た と 日本 書紀 は 伝え る 。 しかし 、 天智 の 死後 に 起き た 壬申 の 乱 に お い て   弟 ・ 大海 人 皇子 ( 天武 天皇 ) が 大友 皇子 に 勝利 し て 即位 し た 。 以降 、 天武 系統 の 天皇 が 称徳 天皇 まで 続 く 。 称徳 の 死後 、 天智 の 孫 ・ 白壁 王 が 光仁 天皇 と し て 即位 し 、 それ 以降 は 天智 系統 と な る 。 大海 人 皇子 から 額田 王 を 奪 っ た の で 、 罪滅 ぼし と し て ( 自分 の ) 娘 4 人 を 大海 人 皇子 の 元 に 妃 と し て 送り込 ん だ と 言 わ れ て い る 。 略歴 推古 34 年 ( 626 年 ) - 誕生 皇極 4 年 6 月 14 日 ( 645 年 7 月 12 日 ) - 立太子 斉明 7 年 7 月 24 日 ( 661 年 8 月 24 日 ) - 称制 天智 7 年 1 月 3 日 ( 668 年 2 月 20 日 ) - 即位 天智 10 年 12 月 3 日 ( 67 2 年 1 月 7 日 ) - 46 歳 で 死去 ( 『 扶桑略 記 』 で は 病死 説 の 後 一説 と し て 「 一 云 天皇 駕馬 幸山 階 鄕更 無還 御 永交山 林 不知崩 所 只 以履 沓 落處 爲 其 山陵 以往 諸皇 不知因果 恒事 殺害 」 と あり 山中 で 行方 不明 に な っ た と さ れ る こと から 天武 天皇 側 に よ る 暗殺 説 も あ る ) 天智 天皇 が 長 く 即位 し な かっ た こと は 、 7 世紀 中葉 の 政治 史 に おけ る 謎 の 一 つ で あ る 。 この こと に つ い て 議論 さ れ て い る 説 が いく つ か 存在 する 。 天武 天皇 を 推 す 勢力 へ の 配慮 。 即 ち 、 従来 定説 と さ れ て き た 、 天武 天皇 は 天智 天皇 の 弟 で あ る と い う の は 誤り で 、 皇極 天皇 が 舒明 天皇 と 結婚 する 前 に 生 ん だ 漢皇子 で あ り 、 彼 は 天智 天皇 の 異父 兄 で あ る と する 説 に 基づ く もの で あ る 。 確か に 、 『 日本 書紀 』 の 天智 天皇 と 一部 の 歴史 書 に 掲載 さ れ る 天武 天皇 の 享年 を もと に 生年 を 逆算 すれ ば 、 天武 が 年長 と な っ て しま う 。 しかし 、 同一 史料 間 に は 矛盾 は 見 られ ず 、 8 ~ 9 歳 程度 の 年齢 差 を 設け て い る 史料 が 多 い 。 これ に 対 し て は 『 「 父親 が 違 う と は いえ 、 兄 を 差し置 い て 弟 が 」 と い う こと で は 体裁 が 悪 い の で 、 意図 的 に 天智 の 年齢 を 引き上げ た の だ 』 と の 主張 が あ る が 、 『 「 日本 書紀 」 に 見え る 、 天智 の 年齢 16 歳 は 父 舒 明 天皇 が 即位 し た 時 の 年齢 だっ た の を 間違え て 崩御 し た 時 の 年齢 に し て しま っ た 。 だ から 、 本当 の 生年 は 本朝 皇胤 紹運録 等 が 採用 し て い る 614 年 だ 。 』 と の 反論 、 『 古代 に お い て は 珍し く な かっ た 空位 ( 実際 、 天武 の 前後 に 在位 し て い た 天智 ・ 持統 も 称制 を しき 、 直ちに 即位 し な かっ た 。 ) の 為 に 誤差 が 生 じ た の だ 。 』 と の 反論 、 また 「 日本 書紀 」 と 指摘 さ れ て い る その 他 歴史 書 は 編纂 さ れ た 時代 も 性質 も 異な る 為 、 同一 に は 扱え な い と の 意見 も あ る 。 ( 「 天武 天皇 年齢 」 の 項 も 参照 の 事 ) 乙巳 の 変 は 軽皇子 ( 孝徳 天皇 ) の クーデター で あ り 、 中大 兄 皇子 は 地位 を 追 わ れ た と い う 説 。 近年 中大兄 皇子 と 蘇我 入鹿 の 関係 が 比較 的 良好 で あ り 、 基本 政策 も 似 て い る こと が 指摘 さ れ て い る 。 そう な る と 中大 兄 皇子 が 入鹿 を 殺害 する 動機 が なくな る 。 また 、 日本 書紀 の 大化 の 改新 の 記述 に は 改竄 が 認め られ る こと から 、 この 説 が 唱え られ る よう に な っ た 。 また 、 この 説 で は 皇極 天皇 の 退位 の 理由 や 入鹿 以外 の 蘇我 氏 が クーデター 後 も 追放 さ れ て い な い 理由 など 、 その 他 の 疑問 点 も 説明 でき る ため 注目 を 浴び て い る 。 天智 の 女性 関係 に 対 し て の 反発 から 即位 が 遅れ た と する 説 。 これ は 、 『 日本 書紀 』 に 記載 さ れ た 孝徳 天皇 が 妻 の 間人 皇女 ( 天智 の 同母 妹 ) に 当て た 歌 に 彼女 と 天智 と の 不倫 関係 を 示唆 する もの が あ る と する もの で あ る 。 異母 兄弟 姉妹 間 で の 恋愛 ・ 婚姻 は 許 さ れ る が 、 同母 兄弟 姉妹 間 で の それ は 許 さ れ な かっ た の が 当時 の 人々 の 恋愛 事情 だっ た が 、 里中 満 智子 作 の 天上 の 虹 で は 実際 に 関係 が あ っ た 解釈 が な さ れ 、 説得 し て 伯父 の 軽大王 ( 孝徳 天皇 ) に 嫁 が せ た 後 も 関係 を 持 っ た 事 を たまたま 有間 皇子 に 見 られ 、 激怒 し た 彼 に 叱責 さ れ た 場面 等 が 見 られ る 。 斉明 天皇 の 死後 に 間人 皇女 が 先々 代 の 天皇 の 妃 と し て 皇位 を 継 い で い た の で あ る が 、 何 ら か の 事情 で 記録 が 抹消 さ れ た と い う 説 で あ る 。 これ は 『 万葉 集 』 に お い て 「 中皇命 」 な る 人物 を 間人 皇女 と する 説 から 来 る もの で 、 「 中皇命 」 と は 天智 即位 まで の 中継ぎ の 天皇 で あ る と い う 解釈 出来 る と い う 主張 で あ る 。 もし 間人 皇女 = 「 中皇命 」 と すれ ば 、 なぜ 彼女 だけ が 特別 に こう し た 呼称 で 呼 ば れ る 必要 性 が あ っ た の か を 考え られ る が 、 斉明 天皇 だ と する 説 も あ り 、 必ず しも 確証 は 無 い 。 政治 史 と い う 性質 ・ 史料 の 制約 など も あ り 、 証明 は 困難 で は あ る が 、 考古 学 的 成果 と の 連携 など と も 含め 、 今後 の 研究 の 進展 が 待 た れ る 。 歌 万葉 集 に 4 首 の 歌 が 伝わ る 万葉 歌人 で も あ る 。 小倉 百 人 一首 で も 平安 王朝 の 太祖 と し て の 敬意 が 張 ら れ 、 冒頭 に 以下 の 歌 が 載せ られ て い る 。 秋 の 田 の   かりほ の いほの 苫 を 粗み   わが 衣手 は 露 に ぬれ つつ 万葉 集 から も 以下 の 一首 。 香具 山 は 畝傍 を 愛し と 耳成 と 相争 ひ き 神代 より かく な る ら し古 へ も し か な れこ そ うつせみ も 褄 を 争 ふら しき +桓武 天皇 ( かんむ てんのう 、 天平 9 年 ( 737 年 ) - 延暦 25 年 3 月 7 日 ( 80 6 年 4 月 9 日 ) ) は 、 日本 の 第 50 代 の 天皇 で あ る 。 山部 親王 ( やまべのみこ ) 。 桓武 天皇 は 白壁 王 ( のち の 光仁 天皇 ) の 第 一 皇子 と し て 天平 9 年 ( 737 年 ) に 産まれ た 。 母 の 高野 新笠 は 、 百済 の 武寧 王 を 祖先 と する 百済 王族 の 末裔 と 続 日本紀 に 記 さ れ て い る 。 皇后 藤原 乙牟漏 に よ り 安殿 ( のち の 平城 天皇 ) 、 神野 ( のち の 嵯峨 天皇 ) を なし 、 妃藤原 旅子 に よ り 大伴 ( のちの 淳和 天皇 ) を な す 。 初名 は 山部 王 。 父 の 白壁 王 の 即位 後 も 母 の 高野 新笠 が 身分 の 低 い 帰化 氏 族 和 氏 出身 で あ っ た ため 、 立太子 は 望 ま れ て お ら ず 、 当初 は 官僚 と し て の 出世 を 目指 し て お り 、 侍従 ・ 大学 頭 ・ 中務 卿 など を 歴任 し て い た 。 しかし 、 藤原 氏 など を 巻き込 ん だ 政争 に よ っ て 異母 弟 で あ る 前皇太子 他戸 親王 と その 母 で あ っ た 皇后 井上内 親王 が 突如 廃 さ れ て 宝亀 4 年 ( 773 年 ) 1 月 2 日 に 立 太子 。 天応 元年 ( 781 年 ) 4 月 15 日 、 即位 。 平城 京 に おけ る 奈良 仏教 各 寺 の 影響 力 の 肥大 化 を 厭 い 、 山城 国 へ の 遷都 を 行 っ た 。 はじめ に 784 年 に 長岡 京 を 造営 する が 、 794 年 に 改めて 平安 京 を 造営 し た 。 また 東北 地方 を 侵略 し 蝦夷 を 服属 さ せ る ため 、 坂上 田村 麻呂 を 征夷 大将軍 と する 軍 を 送 っ た 。 しかし 晩年 に は この よう な 軍事 と 造作 が 百 姓 を 苦しめ て い る と し て 藤原 式家 の 藤原 緒嗣 に 批判 さ れ た 。 文化 面 で は 続 日本 紀 の 編纂 を 発案 し た と さ れ る 。 最澄 と 空海 が 唐 から 帰国 し 日本 の 仏教 に 新た な 動き を もたら し た の も 桓武治下 で あ る 。 井上内 親王 と 他戸 親王 の 不 自然 な 死 、 治世 の はじめ に 、 皇太子 と し た 弟 早良 親王 を 藤原 種継 暗殺 の 廉 で 785 年 流罪 と し 配所 で 死 な しめ た と い う 暗 い 面 も 持ち合わせ た 。 怨霊 を 恐れ 、 延暦 19 年 ( 80 0 年 ) 7 月 19 日 、 早良 親王 を 崇道 天皇 と 追号 し 、 井上 内 親王 の 墓 を 山陵 と 追称 し 、 皇后 の 位 を 復 し た 。 最澄 や 空海 の 保護 者 と し て 知 ら れ る 一方 で 、 既存 の 仏教 が 政権 に 関与 し て 大きな 権力 を 持ち すぎ た 事 から 、 所謂 「 南都 六 宗 」 と 呼 ば れ た 諸派 に 対 し て は 封戸 の 没収 など 圧迫 を 加え て い る 。 また 後宮 の 紊乱 ぶり も 言 わ れ て お り 、 後 の 『 薬子 の 変 』 へ と つなが る 温床 と な っ た 。 延暦 25 年 ( 80 6 年 ) 3 月 17 日 に 崩御 。 日本 根子 皇統弥 照尊 ( やまと ねこ あ ま つ ひつぎ いや でり の みこと ) と 和風 諡号 を おく ら れ た 。 それ と とも に 漢風 諡号 と し て 、 桓武 天皇 が おく ら れ た 。 また 柏原 帝 ( かしわばら ) 、 天國 押撥 御 宇柏 原 天皇 と も 呼 ば れ た 。 宝亀 天応 延暦 陵墓 は 京都 市 伏見 区 桃山 町 の 柏原 陵 ( かしわばら の みささぎ ) と さ れ る 。 生前 、 宇多野 ( うたの ) に 葬 っ て 欲し い と 固執 し て い た が 、 占 等 の 理由 で 、 伏見 の 柏原 陵 に な っ た 。 明治 に な り 、 平安 神宮 に 平安 京 最初 の 天皇 と し て 祀 ら れ た 。 また 全て の 天皇 は 皇居 の 宮中 三 殿 の 一 つ の 皇霊殿 に 祀 ら れ て い る 。 平成 13 年 ( 2001 年 ) 12 月 18 日 、 天皇 誕生 日 前 に 恒例 と な っ て い る 記者 会見 に お い て 明仁 は 、 翌年 の サッカー FIFA ワールド カップ 共催 に 際 し て の コメント の 一部 で 、 「 桓武 天皇 の 生母 が 百済 の 武寧 王 の 子孫 で あ る と 続 日本紀 に 記 さ れ て い る こと に 大韓民国 と の ゆかり を 感 じ て い ま す 」 と の 発言 を 行 っ た 。 この 発言 は 、 日本 で は さほど 大き く 取り上げ られ な かっ た もの の 韓国 の マスコミ で は 大き く 報道 さ れ 、 話題 と な っ た 。 その うち 一部 で は 、 「 天皇 家 は 朝鮮 民族 の 血筋 を 引 い て い る 」 、 「 皇室 百済 起源 論 」 など の 論理 を 大き く 飛躍 さ せ る 報道 が あ っ た 。 実際 に は 、 そもそも 征服 王朝 で あ る 百済 に お い て 、 扶余 た る 百済 王族 と 韓族 た る 民衆 と で は 言葉 すら 通 じ な い ほど の 民族 的 差異 が あ っ た こと 、 加え て 、 百済 の 民衆 と 現在 の 朝鮮 半島 に 暮ら す 朝鮮 民族 と の 間 に すら 血統 的 連続 性 は な い こと 、 など の 通説 から し て 、 「 天皇 家 が 朝鮮 民族 の 血筋 を 引 い て い る 」 と い う 表現 は 明らか な 誤謬 で あ る と いえ る 。 また 、 高野 新笠 の 先祖 で あ る 渡来 系 の 和 氏 ( やまとうじ ) は 、 渡来 の 時期 が 古 い 家 で あ り 、 桓武 天皇 の 時代 に は 日本 に 土着 し て かなり の 世代 ( 武寧 王 から 4 代 、 和 氏 と な っ て 6 代 ) を 経 て い る ため 「 朝鮮 民族 の 子孫 」 と い う 表現 は 適切 で は な い 。 そもそも 、 「 韓国 人 」 の 名称 が 使 わ れ 始め た の は 李 氏 朝鮮 が 国号 を 大韓 帝国 と 変え た 頃 から で あ る 。 また 、 和 氏 が 武寧 王 の 子孫 で あ る か どう か は 、 学術 的 に 少な から ず 疑義 を 持 た れ て お り 、 いずれ に し て も 100 0 年 以上 前 の 「 続 日本紀 に 記 さ れ て い る こと に ゆかり を 感じ る 」 と い う 程度 の 発言 で あ る に も 関わ ら ず 、 この 発言 が 韓国 で は 大き く 話題 に さ れ 、 当時 の 大統領 で あ っ た 金 大中 が 大統領 談話 で 言及 ま で し た こと は 、 天皇 の 発言 が 大きな 影響 力 を 持 つ こと を 物語 る 実例 の 一 つ と な っ た 。 +大覚 寺 統 ( だい かくじ とう ) は 、 鎌倉 時代 後期 から 南北朝 時代 に かけ て 皇位 に 即 い た 皇室 の 系統 で 、 持明 院 統 と 対立 し て い た 。 第 88 代 後 嵯峨 天皇 の 子 で あ る 第 90 代 亀山 天皇 の 子孫 で あ る 。 亀山 ・ 後宇多 天皇 両 天皇 が 京都 の 外れ の 嵯峨野 に あ っ た 大覚寺 の 再興 に 尽力 し 、 出家 後 は ここ に 住 ん で 院政 を 行 っ た 事 から この 名称 が 付け られ た 。 院政 を 敷 い た 後 嵯峨 上皇 が 、 自分 の 皇子 の うち 後深草 天皇 の 子孫 で は な く 弟 の 亀山 天皇 の 子孫 が 皇位 を 継承 する よう 遺言 し て 崩御 し た ため に 、 後深草 と 亀山 の 間 で 対立 が 起こ り 、 鎌倉 幕府 に よ り 、 両者 の 子孫 の 間 で ほぼ 十 年 を めど に 交互 に 皇位 を 継承 ( 両統 迭立 ) し 、 院政 を 行 う よう 裁定 さ れ た 。 後 二 条 天皇 の 死後 、 父 で あ る 後宇多 上皇 は 「 ( 後二 条 天皇 の 息子 で あ る ) 邦良 親王 が 成人 する まで 」 と い う 条件 で 、 後二 条 天皇 の 弟 で あ る 後醍醐 天皇 に 皇位 を 継 が せ よ う と する 。 これ に 後宇多 上皇 や 皇太子 邦良 親王 が 反発 する と 後醍醐 天皇 は 院政 を 停止 し て 対抗 し 、 更に 鎌倉 幕府 打倒 を 画策 する 。 この ため 、 大覚 寺 統 その もの が 分裂 の 危機 を 迎え る 。 持明院 統 や 鎌倉 幕府 は 邦良 親王 を 支援 し 、 親王 が 急死 する と その 息子 の 康仁 親王 を 持明 院 統 の 光厳 天皇 の 皇太子 に 据え て 後醍醐 天皇 系 へ の 皇位 継承 を 拒絶 する 姿勢 を 見せ る が 、 1333 年 に 鎌倉 幕府 は 滅亡 し 、 後醍醐 天皇 復位 に よ っ て 木寺 宮 ( 後二 条 天皇 系 ) の 皇位 継承 は 否認 さ れ る 事 と な っ た 。 建武 の 新政 に よ り 、 一時 は 皇統 が 大覚 寺 統 ( 後醍醐 天皇 系 ) に 統一 さ れ た か に 見え た が 、 2 年 半 に し て 崩壊 。 吉野 に 逃れ た 大覚 寺 統 の 天皇 ( 南朝 ) と 、 足利 尊 氏 に 擁立 さ れ た 持明 院 統 の 天皇 ( 北朝 ) の 対立 時代 = 南北朝 時代 と な る ( 以後 の 詳細 は 南朝 の 項目 を 併せ て 参照 の こと ) 。 観応 の 擾乱 の 際 、 京都 を 奪回 し て 一時 的 に 元 号 を 統一 し た ( 正平 の 一統 ) が 、 半年 で 崩壊 する 。 後 に 足利 義満 の 斡旋 に よ り 、 正式 な 譲位 の 儀式 を 行 う と とも に 今後 の 皇位 継承 に つ い て は 両統 迭立 と する と い う 条件 で 、 大覚 寺 統 の 後亀山 天皇 が 三 種 の 神器 を 持明 院 統 の 後 小松 天皇 に 引き渡 し 、 南北朝 の 分裂 は 終わ っ た ( 明徳 の 和約 ) 。 しかし 南朝 方 の 入京 に あた っ て 神器 帰還 の 儀式 は 行 わ れ た もの の 正式 な 譲位 の 儀式 は 行 わ れ ず 、 後亀山 天皇 へ の 処遇 は 「 天皇 と し て 即位 は し て い な い が 特例 と し て 上皇 待遇 」 と い う もの で あ っ た 。 そして 以後 の 皇位 が 持明院 統 だけ で 継承 さ れ た ため 、 大覚 寺 統 の 子孫 は 不満 を 抱 き 、 南朝 の 遺臣 が 宮中 の 神器 を 奪取 し て 立て こも る など の 抵抗 を 15 世紀 半ば まで 続け た ( 後南 朝 ) 。 +持明院 統 ( じみょう いん とう ) と は 、 鎌倉 時代 後期 から 南北朝 時代 に かけ て 皇位 に 即 い た 日本 の 皇室 の 系統 で 、 第 88 代 後 嵯峨 天皇 の 子 で あ る 第 89 代 後 深草 天皇 の 子孫 で あ る 。 持明院 統 と い う 名称 は 、 鎮守 府 将軍 藤原 基頼 が 邸内 に 持仏 堂 を 創設 し 、 これ を 持明 院 と 名づけ 、 その 一家 を 持明 院 家 と 称 し た こと に 端 を 発 する 。 基頼 の 孫持 明院 基家 の 娘陳子 ( のぶこ ) は 守貞 親王 の 妃 に な り 、 承久 の 乱 で 三 上 皇 が 配流 に な っ た 為 、 幕府 の 沙汰 に よ っ て 、 守貞 親王 の 子茂仁親王 ( 後堀河 天皇 ) が 天皇 と な っ た ( 守貞 親王 に は 太上 天皇 の 尊号 が おく ら れ 、 後 高 倉院 と 称 し た ) 。 そして 、 後堀 河 天皇 は 譲位 後 、 持明 院 邸内 を 仙洞 御所 と し て 居住 し た が 、 その 後 、 後嵯峨 、 後深草 両 上皇 も これ に 倣 っ て 持明 院 邸内 に 住 ん だ 。 これ ら に よ り 、 後深草 天皇 から 後 小松 天皇 に 至 る 系統 の こと を 持明 院 統 と 称 さ れ た 。 院政 を 敷 い た 後 嵯峨 上皇 が 、 後深草 上皇 の 弟 亀山 天皇 の 子孫 ( 大覚 寺 統 ) が 皇位 を 継承 する よう 遺言 し て 崩御 し た ため に 、 後深草 と 亀山 の 間 で 対立 が 起こ り 、 鎌倉 幕府 に よ り 、 両者 の 子孫 の 間 で ほぼ 十 年 を めど に 交互 に 皇位 を 継承 ( 両統 迭立 ) し 、 院政 を 行 う よう 裁定 さ れ た 。 大覚 寺 統 の 傍流 から 出 た 後 醍醐 天皇 に よ る 建武 の 新政 に よ り 、 一時 は 皇統 が 大覚 寺 統 に 統一 さ れ た か に 見え た が 、 新政 は 2 年 半 に し て 崩壊 する 。 吉野 に 逃れ た 後 醍醐 天皇 に 代え て 、 足利 尊 氏 は 持明 院 統 ( 北朝 ) の 光明 天皇 を 擁立 する 。 後 醍醐 は 自己 の 正統 性 を 主張 し ( 南朝 ) 、 南北朝 時代 と な る 。 一般 的 に 現在 の 日本 の 皇室 は 、 この 持明 院 統 の 子孫 と 言 わ れ て い る が 、 持明院 統嫡 流 と さ れ て い る 後光 厳 院 流 は 後 小松 天皇 の 子 で あ る 称光 天皇 の 代 で 断絶 し て お り 、 厳密 に 言 え ば 持明 院 統 の 分家 ( 崇光 天皇 の 子孫 、 崇光 院 流 ) と 位置 付け られ て き た 伏見 宮家 が 現在 の 皇室 の 直接 の 祖先 に あた る 。 +一条 天皇 ( いちじょうてんのう 、 天元 3 年 6 月 1日 ( 980 年 7 月 15 日 ) - 寛弘 8 年 6 月 22 日 ( 1011 年 7 月 25 日 ) ) は 第 66 代 天皇 。 在位 は 寛和 2 年 ( 986 年 ) 6 月 23 日 - 寛弘 8 年 ( 1011 年 ) 6 月 13 日 。 名 は 懐仁 ( やすひと / かねひと ) 。 系 譜 円融 天皇 の 第 1 皇子 。 母 は 藤原 兼家 の 娘 、 藤原 詮子 。 兄弟 姉妹 は い な い 。 略歴 永観 2 年 ( 984 年 ) 、 花山 天皇 の 時 、 皇太子 に 立て られ る 。 寛和 2 年 ( 98 6 ) 6 月 23 日 ( 8 月 1日 ) 、 花山 天皇 が 内裏 を 抜け出 し て 出家 し て しま っ た ため に 、 数え年 7 歳 で 即位 し た ( 孫 の 早期 即位 を 狙 っ た 兼家 の 陰謀 と 言 わ れ る ) 。 皇太子 に は 冷泉 天皇 の 皇子 居 貞親王 ( 三条 天皇 ) を 立て 、 摂政 に 藤原 兼家 が 就任 し た ( のち に 関白 ) 。 兼家 の 死後 は 長男 の 藤原 道隆 が 引き続 き 外戚 と し て 摂政 ・ 関白 を 務め 、 一条 天皇 の 中宮 に 娘 の 藤原 定子 ( ていし ) を 入れ る が 、 長徳 元年 ( 995 年 ) に 病没 。 代わり に 弟 の 藤原 道兼 が 関白 に 就任 する が わずか 7 日 後 に 没 し 、 道隆 の 子藤原 伊周 と の 争い に 勝利 し た 道隆 ・ 道兼 の 弟 藤原 道長 が 、 姉 で 天皇 の 生母 ・ 詮子 の 推挙 を 受け 、 内覧 と な っ て 実権 を 掌握 し た 。 道長 は 先 に 中宮 で あ っ た 定子 を 皇后 と し 、 娘 の 藤原 彰子 ( しょうし ) を 中宮 に 立て て 、 一 帝 二 后 の 先例 を 開 い た 。 一条 天皇 の 時代 は 道隆 ・ 道長 兄弟 の もと で 藤原 氏 の 権勢 が 最盛 に 達 し 、 皇后 定子 に 仕え る 清少 納言 、 中宮 彰子 に 仕え る 紫式 部 ・ 和泉 式部 ら に よ っ て 平安 女流 文学 が 花 開 い た 。 天皇 自身 、 文芸 に 深 い 関心 を 示 し 、 『 本朝 文粋 』 など に 詩文 を 残 し て い る 。 音楽 に も 堪能 で 、 笛 を 能 く し た と い う 。 また 、 人柄 は 温和 で 好学 だっ た と い い 、 多く の 人 に 慕 わ れ た 。 また 、 天皇 が 道長 を 関白 と せ ず に 内覧 に 留め た の は 、 天皇 自身 が 長 ずる に つれ 、 曽 祖父 の 醍醐 天皇 ・ 祖父 の 村上 天皇 の よう に 、 摂政 関白 を 置 か ず に 親政 する 事 を 志 し た の と 、 道長 自身 も 、 当時 閣議 に 出 られ な い 決まり が あ る 摂政 関白 より も 、 内覧 を 兼ね た まま 一上 ( 閣員 の 首座 ) と し て 実権 を 掌握 し よ う と し た 事 が 一致 し た 為 で 、 これ に よ り 、 後 に 大江 匡房 が 『 続本 朝往生 伝 』 で 藤原 実資 や 藤原 行成 等 の 有能 な 人材 を 輩出 し た と 称え た ほど 、 有為 な 政治 体制 が 確立 し た 。 その 一方 で 、 鎌倉 時代 初期 に 書 か れ た 道長 の 6 代 目 の 子孫 に あた る 慈円 の 著 し た 『 愚管 抄 』 に よ れ ば 、 天皇 の 死後 道長 は 天皇 の 遺品 の 中 に 一 通 の 手紙 を 発見 し 、 その 中 に は 「 三 光 明 な ら ん と 欲 し 、 重雲 を 覆 ひ て 大精暗 し 」 と 書 か れ て い て 、 これ を 「 道長 の 専横 に よ っ て 国 は 乱れ て い る 」 と い う 意味 に 解 し た 道長 は その 文 を 焼き捨て た と い う 一 件 が あ る 。 これ は 摂関家 に と っ て は 不 都合 な 事実 で あ る が 、 慈円 は 事実 関係 その もの は 否定 せ ず に 、 天皇 の 認識 不足 を 激し く 責め て 道長 の 忠節 を 称え て い る 。 また 、 これ と 似 た よう な 話 は 同 時期 に 書 か れ た 『 古事 談 』 に も 記載 さ れ て い る こと や 晩年 に 次期 東宮 に 定子 が 生 ん だ 敦康 親王 を 望 み ながら これ を 阻 ま れ た こと が 『 権記 』 に 記 さ れ て い る 。 この 話 は 実話 か それ に 近 い 出来事 が あ り 、 天皇 と 道長 の 関係 が 必ず しも 順調 に 行 っ て い な かっ た の で は と 見 る 説 も あ る 。 諡号 ・ 追号 ・ 異名 在位 中 の 里内 裏 ( 臨時 の 皇居 ) の 名称 に よ り 「 一条 院 」 と 追号 さ れ た ( 追号 も 諡号 の 一種 と する 場合 も あ る が 、 厳密 に は 諡号 と は 異な る ) 。 明治 以後 、 「 院 」 の 号 は 廃止 さ れ 、 「 一条 天皇 」 と さ れ る 。 在位 中 の 元 号 寛和 永延 永祚 正暦 長徳 長保 寛弘 京都 市 右京 区 竜安 寺 に あ る 円融 寺 北陵 ( えんゆう じ の きたの みささぎ ) に 葬 ら れ る 。 天皇 は 生前 、 父 円 融院 の 隣 に 土葬 さ れ る こと を 望 ん だ が 、 道長 は 故院 を 荼毘 に 付 し て から その こと を 思い出 し 、 御骨 を 円融 寺 に 納め た と い う 。 また 全て の 天皇 は 皇居 の 宮中 三 殿 の 一 つ の 皇霊殿 に 祀 ら れ て い る 。 +霊元 天皇 ( れいげん てんのう 、 承応 3 年 5 月 25 日 ( 1654 年 7 月 9 日 ) - 享保 17 年 8 月 6 日 ( 1732 年 9 月 24 日 ) ) は 神武 天皇 から 数え て 第 112 代 天皇 。 在位 は 寛文 3 年 1 月 26 日 ( 1663 年 3 月 5 日 ) - 貞享 4 年 ( 1687 年 ) 3 月 21 日 。 幼名 は 高貴宮 ( あてのみや ) 、 諱 は 識仁 ( さと ひと ) 。 「 仙洞 様 」 と よ ば れ る こと が 多 い ( 長 ら く 院政 を 敷 い た ため ) 。 歌人 。 能 書 家 。 1654 年 長 兄 後 光明 天皇 の 崩御 以前 に その 養嗣子 に 入 り 、 儲君 と な る 。 当時 、 後光明 天皇 が 余り に も 急 な 死 に 方 を し た ため に 毒殺 と 噂 さ れ 、 天皇 に よ る 高貴宮 ( 後 の 霊元 天皇 ) の 養子 縁組 の 意思 表示 の 有無 が 疑問 と さ れ た が 、 後光明 天皇 の 側近 ら は 天皇 が 高貴宮 の 誕生 直後 より 万一 に 備え て 縁組 の 意向 を 表明 し て い た と 主張 し て い る 。 また 、 高貴宮 の 生母 が 後光明 天皇 の 母方 の 従妹 で あ る こと や 当時 目ぼし い 親王 が 全て 宮家 を 継承 する か 寺院 に 入 っ て しま っ た ため に 唯一 将来 が 定ま っ て い な かっ た 男子 皇族 が 高貴宮 以外 に い な かっ た 事 から 、 高貴宮 が 養嗣子 と し て 将来 の 皇位 継承 に 備え る の が 当時 と し て は 一番 妥当 な 判断 で あ っ た と 考え られ る 。 1658 年 に 親王 宣下 を おこな っ た 。 1662 年 12 月 に 元服 し 、 1663 年 1 月 、 兄 の 後西 天皇 から 譲位 さ れ て 踐祚 し た 。 治世 の 最初 は 父 で あ る 後水尾 天皇 に 院政 を 敷 か れ て い た が 、 1680 年 、 後水尾 法皇崩御 後 は 直接 政務 を 執 っ た 。 霊元 天皇 は 父 の 遺 し た 路線 を 一歩 進め て 皇室 再興 と 独自 の 政策 展開 を 目指 し た ため に 幕府 と 距離 を と る こと が 多 く 、 この 時代 、 「 親幕 派 」 と 認め られ た 公卿 は 徹底 的 に 干 さ れ た 。 特に 1681 年 法皇 の 遺命 に よ り 儲君 に 内定 し て い た 第 一 皇子 の 一宮 ( 後 の 済深 法 親王 ) を 強引 に 出家 さ せ 、 反対 する 一宮 の 外祖 父 小倉 実起 を 佐渡 国 に 流刑 に する 「 小倉 事件 」 を 引き起こ す 。 次いで 1682 年 、 鷹司 房輔 が 関白 を 辞 し た 際 に は 本来 の 順序 なら ば 左 大臣 で あ る 近衛 基熙 を 関白 に 任じ る べ き ところ を 、 霊元 天皇 は 彼 が 小倉 事件 に に おけ る 自分 の 措置 に 対 し て 批判 的 で あ る と 睨 ん で い た ため 、 これ を 無視 し て 右 大臣 の 一条 冬 経 ( 兼輝 ) を 越任 さ せ た 。 この よう な 贔屓 の 人事 を おこな っ て 京都 所司 代 稲葉 正往 を 驚愕 さ せ た 。 1683 年 に は 意中 の 皇位 継承 者 で あ っ た 朝仁 親王 ( 後 の 東山 天皇 ) の 立太子 礼 が 行 わ れ 長 く 中断 し て い た 皇太子 の 称号 を 復活 さ せ た 。 ただし この 時期 の 将軍 で あ っ た 徳川 綱吉 は 朝廷 尊重 を 掲げ て い た ため 、 朝幕 関係 は 比較 的 安定 し て い た 。 1687 年 に 朝仁 親王 ( 東山 天皇 ) へ の 譲位 に こぎつけ た 後 に 仙洞 御所 に 入 っ て 院政 を 開始 し ( 以後 仙洞 様 と よ ば れ る よう に な る ) 、 その 年 に は 同じく 長年 中断 し て い た 新 天皇 の 大嘗 祭 を 行 う 。 これ は 関白 及び 禁中 並 公家 諸 法度 を 利用 し て 朝廷 の 統制 を 図 ろう し て い た 江戸 幕府 を 強 く 刺激 し た 。 院 政 は 朝廷 の 法 体系 の 枠外 の 仕組み で あ り 、 禁中 並 公家 諸 法度 に 基づ く 幕府 の 統制 の 手 が 届 か な かっ た から で あ る 。 実 は 先代 の 後 水尾 法皇 の 院政 に も 幕府 は 反対 で あ っ た が 、 幼少 の 天皇 が 続 い た 事 に 加え て 、 2 代将軍 徳川 秀忠 の 娘 で あ る 法皇 の 中宮 ・ 東福 門院 が これ を 擁護 し た ため に 黙認 せ ざる を 得 な かっ た の で あ る が 、 霊元 上皇 に も 同様 な 事 を 許 す 考え は 無 かっ た 。 直ちに 幕府 は 院政 は 認め られ な い と する 見解 を 朝廷 に 通告 する もの の 、 上皇 は これ を 黙殺 し た 。 だ が 、 朝廷 内 に も 強 い 反対 派 が 存在 し た 。 左 大臣 近衛 基熙 で あ る 。 彼 は 幕府 と 連携 し て この 朝廷 と 幕府 の 決裂 と い う 事態 を 防 ご う と し た が 、 上皇 に は こう し た 動き を する 基熙 を 「 親幕 派 」 と みな し て 激し く 嫌 っ た 。 だ が 、 1693 年 一条 兼 輝 が 辞任 する と 、 後任 関白 の 候補 は 近衛 基熙 し かお ら ず 、 やむな く 基熙 を 関白 に 任 じ た 。 だ が 、 将軍 徳川 綱吉 も また 個人 的 に 基熙 を 嫌 っ て い た ため に 霊元 院 政 に 代わ る 近衛 基熙 体制 も 容認 し がた く 、 幕府 と 関白 が 連携 し て 院政 ( 仙洞 御所 に お い て 行 わ れ る 政治 ) を 抑え る まで に は 至 ら な かっ た 。 1694 年 、 東山 天皇 の 成長 を 理由 と し て 政治 の 実権 を 天皇 に 移 す こと を 宣言 する 。 だ が 、 東山 天皇 は 今 まで 上皇 が 全て を 握 っ て 自分 が 無力 で あ っ た 事 に 不満 を 抱 い て お り 、 近衛 基熙 の 補佐 を 得 て 親政 を 開始 し て 幕府 と の 関係 改善 を はか っ た 。 一方 、 幕府 も この 動き を 歓迎 し て 天皇 親政 の 支援 に 動き 出 し た 。 それ は 綱吉 が 近衛 基熙 を 嫌 う 一因 と な っ て い た 徳川 家宣 ( 綱吉 の 甥 で 基熙 の 娘婿 ) と 和解 し て 自己 の 後継 者 に 指名 し た 事 で 拍車 が かか っ た 。 一方 、 霊元 上皇 も 近衛 基熙 に 不満 を 抱 く 他 の 摂家 と 連携 し て しばしば 東山 天皇 、 また その 後 の 中 御 門 天皇 の 治世 に 掣肘 を くだ し た 。 また 、 従来 の 反幕府 の 態度 を 一転 さ せ て 皇女 八十 宮 吉子 内 親王 と 征夷 大将軍 徳川 家継 の 婚約 を 実現 させ て 中 御門 天皇 と 近衛 基熙 を 出 し 抜 い て 幕府 と の 連携 に 転じ る が 、 こちら は 家継 死去 の ため に 挫折 に 終わ っ た 。 後 水尾 天皇 と 並 ん で 長期 に 亘 っ て 院政 ( 仙洞 御所 に お い て 行 わ れ る 政治 ) を 行 い 、 朝廷 政治 に 重き を な し た 。 1 71 3 年 に 落飾 し て 法皇 と な る 。 法名 は 素浄 。 1732 年 に 崩御 。 後西 天皇 より 古今 伝授 を 受け た 歌道 の 名手 で あ り 、 中院 通躬 、 武者 小路 実陰 、 烏丸 光栄 など の 歌人 を 育て た 。 また 、 桃山 から 江戸 期 に かけ て の 歴朝 で 後陽成 天皇 と 並 ぶ 能書 の 帝王 で も あ る 。 霊元 院 の 自筆 の 書 は 、 近臣 の 手 を 経 て 、 柳沢 家 など の 極限 ら れ た 大名家 に 伝世 し 、 家宝 と し て 崇め られ た 。 色紙 や 懐紙 と し て 残 る 遺墨 は 、 神々し く 威厳 に 満 ち 、 見 る 者 を 雅 な 世界 へ と 誘 う 。 有栖川 流 書道 は 、 この 天皇 の 書風 から 派生 し た こと で も 知 ら れ る 。 また 、 中院 通躬 ら を 上卿 と し て 柿本 人麻呂 に 神階 を 贈 っ た 。 寛文 延宝 天和 貞享 遺諡 に よ り 、 孝霊 天皇 ・ 孝元 天皇 の 諡号 を 採 っ て 「 霊元 院 」 と 追号 さ れ る 。 大正 以後 は 「 霊元 天皇 」 と 表記 さ れ る 。 京都 の 泉涌 寺内 の 石塔 の 月輪 陵 ( つき の わ の みささぎ ) に 葬 ら れ る 。 また 、 全て の 天皇 は 皇居 の 宮中 三 殿 の 一 つ の 皇霊殿 に 祀 ら れ て い る 。 +四方 拝 ( しほう はい ) と は 、 宮中 で 行 わ れ る 一 年 最初 の 儀式 。 平安 時代 初期 、 宮中 を 始源 と し 、 これ に 倣 っ て 貴族 や 庶民 の 間 で も 行 わ れ 、 四方 を 拝 し て 一 年間 の 豊作 と 無病 息災 を 祈 っ て い た が 、 時代 を 経 る ごと に 宮中 行事 と し て 残 る のみ と な っ た 。 明治 以前 平安 時代 初期 の 嵯峨 天皇 の 御代 に 始ま っ た と さ れ て い る が 、 儀式 と し て 定着 し た の は 宇多 天皇 の 時代 と さ れ 、 『 宇多 天皇 御 記 』 の 寛平 2 年 1 月 1日 が 四方 拝 が 行 わ れ た 最古 の 記録 で あ る 。 その 後 、 応仁 の 乱 で 一時 中断 さ れ た が 、 後土 御門 天皇 の 文明 7 年 ( 1475 年 ) に 再興 さ れ て 以後 は 孝明 天皇 に 至 る まで 、 平安 宮 ( 現在 の 京都 御所 ) 清涼 殿 の 前庭 で 行 わ れ た 。 1 月 1日 の 寅 の 刻 ( 午前 4 時 ごろ ) に 、 天皇 が 綾綺 殿 で 黄櫨染 御 袍 ( こうろぜん の ご ほう : みかど の 朝服 ) を 召 さ れ 、 清涼 殿 東庭 に 出御 し て 天皇 の 属星 ( ぞくしょう : 誕生 年 に よ っ て 定ま る と い う 人間 の 運命 を 司 る 北斗 七星 の なか の 星 ) 、 天地 四方 の 神霊 や 父母 の 天皇 陵 など の 方向 を 拝 し 、 その 年 の 国家 ・ 国民 の 安康 、 豊作 など を 祈 っ た 。 この とき 唱え る 言葉 は 、 「 内裏 儀式 」 ・ 「 江家 次第 」 に 掲載 さ れ て い る 。 これ ら に よ る と 、 賊 寇 之 中 過度 我身 、 毒 魔 之 中 過度 我身 、 危厄 之 中 過度 我身 、 五 危 ( 厄 と も ) 六 害 之 中 過度 我身 、 百 病 除 癒 、 所欲 悩心 、 急々 如律令 と あ る 。 明治 以降 明治 以降 は 、 皇室 祭 祀令 ( 明治 41 年 ( 190 8 年 ) 皇室 令 第 1 号 ) に よ っ て 規定 さ れ た 。 戦前 は 国 の 行事 と し て 行 わ れ て 四方 節 と 呼 ば れ 、 祝祭 日 の 中 の 四 大節 の 一 つ と さ れ て い た 。 皇室 令 が 廃止 さ れ た 戦後 以後 に お い て も 、 それ に 準拠 し て 行 わ れ て い る 。 戦後 は 「 四方 拝 」 と 名 を 改め 、 天皇 家 の 私的 な 行事 と し て 行 わ れ て い る 。 元日 の 午前 5 時 30 分 に 、 今上 天皇 が 黄櫨染 御 袍 と 呼 ば れ る 束帯 を お 召 し に な り 、 皇居 の 宮中 三 殿 の 西側 に あ る 神嘉殿 の 南 の 庭 に 設け られ た 建物 の 中 に 入 り 、 伊勢 神宮 の 皇大 神宮 ・ 豊受 大 神宮 の 二宮 に 向か っ て 拝礼 し た 後 、 続 い て 四方 の 諸神 を 拝 する 。 この 時 に 天皇 が 拝 さ れ る 神々 ・ 天皇 陵 は 伊勢 神宮 、 天神 地祇 、 神武 天皇 ・ 先帝 三 代 ( 明治 天皇 の 伏見 桃山 陵 、 大正 天皇 の 武蔵 陵 墓地 、 昭和 天皇 の 武蔵 陵 墓地 ) の 各山陵 、 武蔵 国 一宮 ( 氷川 神社 ) ・ 山城 国 一宮 ( 賀茂 別雷 神社 と 賀茂 御祖 神社 ) ・ 石清水 八幡宮 ・ 熱田 神宮 ・ 鹿島 神宮 ・ 香取 神宮 で あ る 。 四方 拝 の 起源 陰陽 道 を 始源 と する と も 、 中国 起源 を 持 つ と も 言 わ れ る が 両者 共 に 明確 な 経緯 を 示 す 資料 は 無 い 。 陰陽 道 自体 が 中国 の 学問 、 思想 、 呪術 、 祭祀 等 を 包括 し て 体系 化 し た もの で あ る 為 、 日本 に 取り入れ た 中国 の 諸 文化 を 元 に 日本 流 に 昇華 さ せ た 文化 行事 で あ る と 言 う の が 正確 で あ る と 思 わ れ る 。 +安徳 天皇 ( あんとく てんのう 、 治承 2 年 11 月 12 日 ( 1178 年 12 月 22 日 ) - 寿永 4 年 3 月 24 日 ( 1185 年 4 月 25 日 ) ) は 、 第 81 代 の 天皇 。 在位 は 治承 4 年 ( 1180 年 ) 4 月 22 日 - 寿永 4 年 ( 1185 年 ) 3 月 24 日 。 名 は 言仁 ( ときひと ) 。 父 は 高倉 天皇 で 、 母 は 平清盛 の 娘 の 徳子 ( 後 の 建礼 門院 ) 、 祖父 は 、 平清 盛 。 治承 2 年 ( 1178 年 ) 1 1 月 12 日 に 生まれ 、 生後 ま も な い 12 月 15 日 に 立 太子 。 治承 4 年 ( 1180 年 ) 2 月 21 日 に 践祚 し 、 4 月 22 日 に 2 歳 で 即位 する が 、 当然 、 政治 の 実権 は 清盛 が 握 る 。 即位 の 年 に 清盛 の 主導 で 遷都 が 計画 さ れ 、 福原 京福原 行幸 ( 現在 の 神戸 市 ) が 行な わ れ る が 、 半年 ほど で 京都 に 還幸 。 寿永 2 年 ( 1183 年 ) 、 源 義仲 の 入京 に 伴 い 、 三種 の 神器 と とも に 都落ち する 。 平家 一門 に 連れ られ 大宰府 を 経 て 屋島 に 行 き 、 行宮 を 置 い た 。 源 頼朝 が 派遣 し た 鎌倉 源 氏 軍 に よ っ て 、 平氏 が 屋島 の 戦い に 敗れ る と 海上 へ 逃れ る 。 そして 寿永 4 年 ( 1185 年 ) 、 最期 の 決戦 で あ る 壇ノ浦 の 戦い で 平氏 と 源 氏 が 激突 。 平 氏 軍 は 敗北 し 、 一門 は 滅亡 に 至 る 。 安徳 天皇 は 、 最期 を 覚悟 し て 神爾 と 宝剣 を 身 に つけ た 祖母 平 時子 に 抱き上げ られ る と 、 「 尼 ぜ 、 わたし を どこ へ 連れ て 行 こ う と する の か 」 と 問いかけ る 。 二 位 尼 は 涙 を おさえ て 「 君 は 前世 の 修行 に よ っ て 天子 と し て お 生 まれ に な ら れ ま し た が 、 悪縁 に 引 か れ 、 御 運 は もはや 尽き て しま わ れ ま し た 。 この世 は つらく いとわし い ところ で す から 、 極楽 浄土 と い う 結構 な ところ に お 連れ 申 す の で す 」 と 言い聞かせ る 。 安徳 天皇 は 小さな 手 を 合わせ て 念仏 を 唱え る と 、 二 位 尼 は 「 波 の 下 に も 都 が ござ い ま す 」 と 慰め 、 安徳 天皇 を 抱 い た まま 壇ノ浦 の 急流 に 身 を 投 じ 、 安徳 天皇 は 歴代 最 年少 の 8 歳 で 崩御 し た ( 『 平家 物語 』 「 先帝 身 投 」 より ) 。 母 の 建礼 門 院 も 入水 する が 、 熊手 に 髪 を かけ られ 引き上げ られ て い る 。 この 際 、 三 種 の 神器 の うち 八尺 瓊 勾玉 と 天叢 雲剣 が 海底 へ 沈 ん だ 。 のち に 神璽 は 引き上げ られ た が 、 宝剣 は この 時 失 わ れ た と さ れ る 。 下関 市 伊崎 町 に は 、 壇ノ浦 の 合戦 の 翌日 、 漁師 達 が 網 に かか っ た 安徳 天皇 の 遺体 を 引き上げ て 、 一時 的 に 安置 し た と い う 御 旅所 が あ る 。 寿永 2 年 ( 1183 年 ) に 後鳥 羽 天皇 が 即位 し た ため 、 同年 から 崩御 の 寿永 4 年 ( 1185 年 ) まで の 2 年間 、 在位 期間 が 重複 し て い る 。 「 安徳 帝 」 と 漢風 諡号 が おく ら れ た 。 明治 以後 に な る と 「 安徳 天皇 」 と 表記 する 。 治承 ( 1180 年 4 月 12 日 ) - 1181 年 7 月 14 日 養和 1181 年 7 月 14 日 - 1182 年 5 月 27 日 寿永 1182 年 5 月 27 日 - 1184 年 4 月 16 日 元暦 1184 年 4 月 16 日 - ( 1185 年 3 月 24 日 ) ※ 平 氏 側 で は 改元 以降 も 寿永 を 使用 し て い る 。 入水 後 、 菩提 を 弔 う ため に 阿彌陀 寺 御影 堂 が 建て られ た 。 のち に 安徳 天皇 は 、 水天宮 ( 福岡 県 久留米 市 ) の 祭神 と さ れ て 、 水 の 神 、 安産 の 神 と し て 各地 の 水天宮 に 祀 ら れ る よう に な っ た 。 明治 に 入 り 、 数十 箇所 の 陵墓 の 伝承 地 の 中 から 、 阿彌 陀 寺 に 隣接 する もの が 陵墓 と さ れ 阿彌陀 寺陵 ( あみだ じ の みささぎ ) と さ れ た 。 廃仏 毀釈 て 、 安徳 天皇 を 祀 る 赤間 神宮 ( 山口 県 下関 市 ) と な っ た 。 安徳 天皇 は 壇ノ浦 で 入水 せ ず 平 氏 の 残党 に 警護 さ れ て 地方 に 落ち 延び た と する 伝説 が 残 さ れ て い る 。 平家 の 落人 も 参照 。 平盛国 が 奉 じ て 阿波 国 西祖谷山村 ( 現在 の 徳島 県 三好 市 ) に 隠れ 住 ん だ と する 説 、 平資盛 に 警護 さ れ 薩摩 国 硫黄島 ( 現在 の 鹿児島 県 三島 村 ) に 逃れ た と する 説 、 対馬 に 逃げ 延び て 宗 氏 の 祖 と な っ た 説 を はじめ と し て 九州 四国 地方 を 中心 に 全国 に 20 ヶ所 あまり の 伝承 地 が あ る 。 ( 福岡 県 筑紫 郡 那珂川 町 に は 昔 から 安徳 と い う 地名 が あ る が 、 文献 に 限 っ て 言 え ば 落人 伝承 と し て で は な く 、 同地 安徳 台 は 源平 合戦 の 最中 現地 の 武将 原田 種直 が 帝 を 迎え た ところ と い う 。 『 平家 物語 』 で は 平家 は 大宰府 に 拠点 を 築 こ う と し た もの の 庁舎 など は 戦火 で 消失 し て い た ため 、 帝 の 仮 の 行在 所 を 「 主上 ( 帝 ) は その ころ 岩戸 少卿 大蔵 種直 が 宿処 に ぞ ま し ま しけ る 」 と 記述 し て い る 。 ) 硫黄 島 の 伝説 に つ い て は 、 安徳 天皇 で あ る と い う 確証 は な い もの の 、 島民 から 「 天皇 さん 」 と 呼 ば れ て い た 人物 が い た ら しい 。 その 人物 が 「 あかず の 箱 」 と い う もの を 所持 し て い た と い う こと も 分か っ て い る 。 この 「 あかず の 箱 」 と い う もの は 、 中身 未 確認 の まま 島津 氏 に 奪 わ れ た が 、 この 箱 の 中 に は 、 三 種 の 神器 の うち 、 壇ノ浦 の 戦い で 海底 に 沈 ん だ と さ れ る 宝剣 が 入 っ て い た の で は な い か と 考え られ る 。 また 『 平家 物語 』 に 安徳 天皇 は 実 は 女子 で あ っ た の で は な い か と い う 疑念 を 起こ さ せ る よう な 記述 が あ る こと を もと に し て 、 浄瑠璃 ・ 歌舞伎 の 「 義経 千 本 桜 」 など で は 、 女子 で あ っ た と い う 筋立て を 採用 し て い る ( 渡辺 1990 82 - 122 ページ 参照 ) 。 +御物 御物 ( ぎょぶつ 。 「 ごもつ 」 と も ) 天皇 家 に 伝来 し た 所蔵 品 の こと 。 ( 本項 で 詳述 ) 御物 ( ごも つ 。 「 ぎょぶつ 」 と も ) 室町 幕府 8 代 将軍 足利 義政 が 集め た 唐物 名物 ( 絵画 、 工芸 品 ) を 東山 御物 ( ひがしやま ごも つ ) 、 徳川 家 に 伝え られ た 名物 茶 道具 を 柳営 御物 ( りゅう えいご も つ 、 柳営 は 幕府 また は 将軍 の 意味 ) と 呼 ぶ 。 御物 ( おもの ) : 天皇 や 貴人 の 食事 の こと 。 御物 ( ぎょぶつ ) は 、 日本 の 皇室 の 私有 品 で あ る 絵画 、 書跡 、 刀剣 など を 指 す 用語 。 「 御物 」 の 用例 と し て は 、 室町 幕府 8 代 将軍 足利 義政 の 所蔵 品 を 指 し て 東山 御物 ( ひがしやま ごも つ ) 、 徳川 家 伝来 の 名物 茶 道具 を 指 し て 柳営 御物 ( りゅう えいご も つ ) など と 言 う 場合 が あ る が 、 単に 「 御物 」 と 言 え ば 皇室 の 私有 物 を 指 し 、 「 ぎょぶつ 」 と 読 む の が 通例 で あ る 。 第 二 次 世界 大戦 以前 に は 、 東京 ・ 京都 ・ 奈良 の 帝室 博物 館 ( 現 ・ 国立 博物 館 ) の 所蔵 品 や 奈良 ・ 正倉 院 の 宝物 など も 「 御物 」 で あ っ た 。 同大戦 後 は 、 日本 国 憲法 第 88 条 の 規定 に 基づ き 、 天皇 家 の 資産 は 原則 と し て 国有 財産 と な り 、 皇居 を はじめ 御 用 地 、 御 用 邸 、 修学 院 離宮 、 桂 離宮 、 埼玉 鴨場 など の 土地 建物 、 正倉 院 の 宝物 など は すべて 国有 財産 ( 皇室 用 財産 ) と な っ た 。 ただし 、 日本 国 憲法 下 に お い て も 、 皇室 伝来 の 美術 品 など は 引き続 き 「 御物 」 と 呼 ば れ 、 宮内 庁 侍 従職 が 管理 し て い た 。 1988 年 の 昭和 天皇 の 死去 に 伴 い 、 翌 1989 年 、 「 御物 」 の 大 部分 は 相続 に ともな っ て 天皇 家 から 国庫 に 物納 さ れ 、 宮内 庁 管轄 の 三 の丸 尚蔵 館 に 収蔵 さ れ て い る 。 三の丸 尚蔵 館 所 蔵品 に は 狩野 永徳筆 の 「 唐獅子 図 屏風 」 、 絵巻 の 名品 と し て 知 ら れ る 「 春日 権 現験 記絵 巻 」 「 蒙古 襲来 絵詞 」 、 伊藤 若冲 の 代表 作 「 動植 綵絵 」 など が 含 ま れ る 。 これ ら の 作品 は 、 1989 年 以降 は 「 御物 」 で は な く 国有 財産 と い う 位置 付け に な っ て い る 。 ただし 、 「 三 種 の 神器 」 を はじめ と する 、 皇室 に ゆかり の 深 い 品々 や 、 歴代 天皇 ・ 皇族 の 肖像 、 遺筆 、 儀式 に 用い る 刀剣 類 など の 皇室 経済 法 7 条 に い う 、 「 皇位 と とも に 伝わ る べ き 由緒 あ る 物 ( 『 御由緒物 』 ) 」 に つ い て は 国庫 の 帰属 から 除 か れ 、 1989 年 以降 も 「 御物 」 と 呼 ば れ て い る 。 これ ら の 御物 は 宮内 庁 侍 従職 の 管理 下 に あ り 、 おもに 皇居 内 の 山里 御 文庫 と 京都 御所 内 の 東山 御 文庫 に 保管 さ れ て い る 。 なお 、 御物 は 慣例 的 に 文化 財 保護 法 に よ る 指定 の 対象 外 と な っ て お り 、 国宝 や 重要 文化 財 など に は 指定 さ れ て い な い 。 御物 の 例 後鳥羽 天皇 像 聖徳 太子 及び 二王 子像   法隆 寺 献納 御物 、 1878 年 法隆寺 から 献納 さ れ た 。 三 経 義疏   法隆 寺 献納 御 物 伊都内 親王 願文 ( いと   ないしん のう   がんもん ) ( 伝橘 逸勢筆 ) 桂宮本 万葉 集 太刀   無銘 ( 小烏丸 ) 太刀   銘備 前 国 友成 ( 鶯 丸 ) 太刀   銘国 永 ( 鶴丸 ) 刀   無銘 正宗 ( 名物 会津 正宗 ) +後鳥羽 天皇 ( ごと ば てんのう 、 治承 4 年 7 月 14 日 ( 1180 年 8 月 6 日 ) - 延応 元年 2 月 22 日 ( 1239 年 3 月 28 日 ) ; 在位 : 寿永 2 年 ( 1183 年 ) 8 月 20 日 - 建久 9 年 ( 1198 年 ) 1 月 11 日 ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て 在位 し た 第 82 代 天皇 。 諱 は 尊成 ( たかひら ) 。 高倉 天皇 の 第 四 皇子 、 母 は 従 三 位 坊門 信隆 の 娘藤原 殖子 。 安徳 天皇 の 異母 弟 。 後白河 天皇 の 孫 。 寿永 2 年 ( 1183 年 ) 、 平氏 が 源 義仲 の 軍 に 京都 から 追い出 さ れ た 為 、 平氏 と とも に 西走 し た 安徳 天皇 の 代わり に 新た な 帝 を 立て る 必要 が 出 て き た 。 木曾 義仲 は 、 北陸 宮 を 推挙 し た が 、 後白河 天皇 は 、 尊成 親王 を 即位 さ せ る 事 に 決め た 。 高階 栄子 の 進言 が あ っ た と い う 。 安徳 天皇 が 退位 し な い まま 、 後鳥 羽 天皇 が 即位 し た ため 寿永 2 年 ( 1183 年 ) から 平 氏 滅亡 の 文治 元年 ( 1185 年 ) まで 間 、 在位 期間 が 2 年間 重複 し て い る 。 三 種 の 神器 を 安徳 天皇 と とも に 平氏 が 持ち去 っ た ため に 神器 が 無 い 場合 の 緊急 避難 措置 と し て 後白河 法皇 の 院宣 に よ り 即位 し た 。 建久 3 年 ( 1192 年 ) 3 月 まで は 、 後白河 法皇 に よ る 院政 が 続 い た 。 後白河 法皇 の 死後 、 関白 九条 兼実 の 働き で 源 頼朝 に 征夷 大将軍 の 称号 が 宣下 さ れ 、 鎌倉 に 幕府 を 開 い た 年 で も あ る 。 同 7 年 ( 1196 年 ) 、 源 通親 の 娘 に 皇子 が 産まれ た 事 で 政変 が 起こ り 、 九条 兼実 の 勢力 は 朝廷 から 一掃 さ れ 、 兼実 の 娘 ・ 九 条 任子 も 中宮 の 位 を 奪 わ れ 宮中 から 追 わ れ た 。 建久 9 年 ( 1198 年 ) 1 月 11日 、 土御 門 天皇 に 譲位 し 、 以後 、 土 御門 、 順徳 天皇 、 仲恭 天皇 と 承久 三 年 ( 1221 年 ) まで 、 3 代 23 年間 に 渡 り 太上 天皇 と し て 院政 を 敷 く 。 上皇 に な る と 殿 上人 を 整理 ( 旧来 は 天皇 在位 中 の 殿 上 人 は その まま 院 の 殿 上人 と な る 慣例 で あ っ た ) し て 院政 機構 の 改革 を 行 う など の 積極 的 な 政策 を 採 っ て 、 台頭 する 鎌倉 幕府 に 対 し て も 強硬 的 な 路線 を 採 っ た 。 承久 3 年 ( 1221 年 ) 5 月 14 日 、 後鳥 羽 上皇 は 、 時 の 執権 北条 義 時 追討 の 院宣 を 出 し 、 畿内 ・ 近国 の 兵 を 召集 し て 承久 の 乱 を 起こ し た が 、 幕府 の 大軍 に 完敗 。 わずか 2 ヶ月 あと の 7 月 9 日 、 19 万 の 大軍 を 率い て 上京 し た 義時 の 嫡男 北条 泰時 に よ っ て 、 後鳥 羽 上皇 は 隠岐 島 ( 隠岐 国 海士 郡 の 中ノ 島 、 現海士 町 ) に 配流 さ れ た 。 父 の 倒幕 計画 に 協力 し た 順徳 上皇 は 佐渡島 に 流 さ れ 、 関与 し な かっ た 土御 門 上皇 も 自ら 望 ん で 土佐 国 に 遷 っ た 。 これ ら 三上 皇 の ほか に 、 院 の 皇子 雅成 親王 は 但馬 国 へ 、 頼仁 親王 は 備前 国 に それぞれ 配流 さ れ た 。 さらに 、 在位 わずか 3 ヶ 月 足 ら ず の 幼帝 仲 恭 天皇 ( 当時 四 歳 ) も 廃 さ れ 、 代わり に 高倉 院 の 孫 、 後堀 河 天皇 が 皇位 に 推挙 さ れ 、 その 父 守 貞 親王 が 院政 を 執 る こと に な っ た 。 隠岐 に 流 さ れ る 直前 に 出家 し て 法皇 と な っ た 後鳥 羽 上皇 は 、 四条 天皇 代 の 延応 元年 ( 1239 年 ) 2 月 20 日 、 配所 に て 崩御 。 同年 5 月 、 顕徳 院 と 諡 さ れ た 。 後 高倉 皇統 の 断絶 に よ っ て 後嵯峨 天皇 ( 土御 門院 皇子 ) の 即位 と な っ た 仁治 3 年 ( 1242 年 ) 7 月 、 院号 が 後鳥 羽 院 に 改め られ た 。 歴代 の 天皇 の 中 で 諡 が 改め られ た の は 後鳥 羽 院 のみ で あ り 、 かなり 例外 的 と 言え る 。 後鳥 羽 院 ( ごとば - ( の ) - いん ) は 中世 屈指 に し て 史上 有数 の 歌人 で あ り 、 その 歌作 は 同 時代 および 後代 に 大きな 影響 を 与え て い る 。 院 が いつごろ から 歌作 に 興味 を 持ち はじめ た かは 分明 で は な い が 、 通説 で は 建久 9 年 ( 1198 年 ) 一 月 の 譲位 、 ならび に 同 8 月 の 熊野 行幸 以降 急速 に 和歌 に 志 す よう に な り 、 正治 元年 ( 1199 年 ) 以降 盛ん に 歌会 ・ 歌合 など を 行 う よう に な っ た 。 院 は 当初 から 、 当時 新儀非 拠 達磨 歌 と 毀誉 褒貶 相 半ば し て い た 九条 家 歌壇 、 こと に その 中心 人物 で あ っ た 藤原 定家 の 歌風 に つよ い 憧れ を 持 っ て い た 。 正治 2 年 ( 120 0 年 ) 7 月 に 主宰 し た 正治 初度 百 首 和歌 に お い て は 、 式子 内 親王 、 九条 良経 、 藤原 俊成 、 慈円 、 寂蓮 、 藤原 定家 、 藤原 家隆ら 、 九条 家 歌壇 ・ 御子 左 家系 の 歌人 に 詠進 を 求め て い る 。 この 百 首 歌 を 契機 に 、 院 は 藤原 俊成 に 師事 し 、 定家 の 作風 に 直接 の 影響 を 受け る よう に な り 、 その 歌作 は 急速 に 進歩 し て ゆ く 。 同年 八 月 以降 、 正治 後 度 百 首 和歌 を 召 す 。 対象 と な っ た 歌人 は 藤原 雅経 、 源具親 、 鴨 長明 、 後鳥 羽 院 宮内 卿 ら 院 の 近臣 を 中心 と する 新人 の グループ で 、 この 時期 、 院 は 熱心 に 新た な 歌人 を 発掘 し 、 周囲 に 仕え させ る こと で 、 後 に 新古 今 歌人 群 の なか に あ っ て 、 九条 家 グループ 、 御子 左 家 グループ と 鼎立 する 院 近臣 グループ の 基盤 が ここ に 整 っ た と いえ る 。 二 度 の 百 首 歌 を 経 て いよいよ 和歌 に 志 を 深め た 院 は ついに 勅撰 集 の 撰進 を 思い立 ち 、 建仁 元年 ( 120 1 年 ) 七 月 に は 和歌 所 を 再興 する 。 寄人 は 藤原 良経 、 慈円 、 源通親 、 源 通具 、 釈阿 ( 俊成 ) 、 藤原 定家 、 寂蓮 、 藤原 家隆 、 藤原 隆信 、 藤原 有家 ( 六条 藤家 ) 、 源具親 、 藤原 雅経 、 鴨 長明 、 藤原 秀能 の 十 四 名 ( 最後 の 三名 は 後 に 追加 ) 、 開闔 は 源 家長 で あ る 。 また これ より 以前 に 史上 最大 の 歌合 千 五百 番 歌合 を 主宰 。 当代 の 主要 歌人 三十 人 に 百 首 歌 を 召 し て これ を 結番 し 、 歌合 形式 で 判詞 を 加え る と い う 空前 絶後 の 企画 で あ っ た が 、 この 歌合 は 、 新古 今期 の 歌論 の 充実 、 新進 歌人 の 成長 など の 面 から 見 て も 文学 史 上逸 する こと の でき な い 価値 を 持 つ 。 さらに この よう な 大 規模 な 企画 を 経 て 、 同年 十 一 月 に は ついに 藤原 定家 、 藤原 有家 、 源 通具 、 藤原 家隆 、 藤原 雅経 、 寂蓮 の 六 人 に 勅撰 集 の 命 を 下 し 、 『 新古 今 和 歌集 』 撰進 が はじま っ た 。 同集 の 編集 に あた っ て は 、 『 明月 記 』 その ほか の 記録 から 、 院 自身 が 撰歌 、 配列 など に 深 く 関与 し 、 実質 的 に 後鳥 羽 院 が 撰者 の 一人 で あ っ た と も 言 っ て も 決して 過言 で は な い 。 また 後生 、 新井 白石 が 著 し た 自叙 伝 「 折 た く 柴 の 記 」 の 書名 は 、 後鳥 羽 院 の 御 製 思ひ 出づ る 折り た く 柴 の 夕煙 む せ ぶ も うれし 忘れ 形見 に ( 新古 今 和 歌集巻 第 八 『 哀傷 歌 』 ) に 由来 する 。 後白河 法皇 の 死後 は 自ら 親政 及び 院政 を 行 っ た が 、 治天 の 君 と し て 土御 門 天皇 を 退 か せ て 寵愛 する 順徳 天皇 を 立て その 子孫 に 皇位 継承 さ せ た 事 に は 貴族 社会 から は 勿論 、 他 の 親王 達 から の 不満 を 買 っ た 。 また 三種 の 神器 を 欠 い た 即位 の 経緯 も 不評 を 買 っ た 。 そして 実力 的 な 裏付け の 乏し い 専制 政治 的 な 政策 や 無謀 な 討幕 計画 に 対 し て は 院 の 側近 以外 の 貴族 達 は 冷ややか な 対応 に 終始 し た 。 この ため 、 承久 の 乱後 に お い て は 、 幕府 の 政治 的 影響 力 の 拡大 を 差し引 い て も 後鳥 羽 院 に 同情 的 な 意見 は 少な く 、 『 愚管 抄 』 ・ 『 六代 勝事 記 』 ・ 『 神皇 正統記 』 など は 、 いずれ も 院 が 覇道 的 な 政策 を 追求 し た 結果 が 招 い た 自業 自得 の 最期 で あ っ た と 手厳し い もの が あ っ た 。 これ に 対 し て 、 鎌倉 幕府 滅 亡 後 に は 歌人 と し て の 後鳥 羽 院 を 再 評価 し よ う と する 動き も 高ま っ た 。 『 増鏡 』 に おけ る 後鳥 羽 院 は こう し た 和歌 を はじめ と する 「 宮廷 文化 の 擁護 者 」 と し て の 側面 を より 強調 し て い る 。 隠岐 配流 から 贈諡 まで の 間 は 、 隠岐 院 と 呼 ば れ た 。 刀 を 打 つ こと を 好 み 、 刀工 の 鍛冶 に 好み の 兵庫 鎖 拵え を 打 た せ た 。 また 自ら も 刃紋 を 入れ それ に 十 六 弁 の 菊紋 を 入れ た 。 「 御所 焼 」 「 菊御 作 」 と 呼 ば れ る 。 天皇 家 の 菊紋 の はじまり で あ る 。 寿永 ( 1183 年 8 月 20 日 ) - 1184 年 4 月 16 日 元暦 1184 年 4 月 16 日 - 1185 年 8 月 14 日 文治 1185 年 8 月 14 日 - 1190 年 4 月 11 日 建久 1190 年 4 月 11 日 - 1198 年 1 月 11 日 ) 天皇 陵 は 、 京都 府 左京 区 大原 勝林 院 町 に 大原 陵 ( おおはら の みささぎ ) 。 島根 県 隠岐 郡 海士 町 に 隠岐 海士 町 陵 ( おき あま ちょう の みささぎ ) と 通称 さ れ る 火葬 塚 が あ る 。 大阪 府 三島 郡 島 本町 の 水無瀬 神宮 に 祭神 と し て 祀 ら れ て い る 。 草燃え る ( 1979 年 NHK 大河 ドラマ ) 演 : 遠藤 義徳 → 尾上 辰之助 ( 初代 ) 義経 ( NHK 大河 ドラマ ) ( 2005 年 NHK 大河 ドラマ ) 演 : 三俣 凱 +三条 天皇 ( さんじょうてんのう 、 天延 4 年 1 月 3 日 ( 97 6 年 2 月 5 日 ) - 寛仁 元年 5 月 9 日 ( 1017 年 6 月 5 日 ) ) は 第 67 代 の 天皇 。 諱 は 居貞 ( おきさだ / いや さだ ) 。 享年 42 。 在位 は 寛弘 8 年 ( 1011 年 ) 6 月 13 日 から 長和 5 年 ( 1016 年 ) 1 月 29 日 まで 。 系 譜 冷泉 天皇 の 第 二 皇子 に 生まれ 、 母 は 摂政 太政 大臣 藤原 兼家 の 長女 ・ 贈皇 后 宮藤原 超子 。 花山 天皇 の 異母 弟 。 七 歳 で 母 を 失 い 、 父冷泉 上皇 は 精神 病 を 患 っ て い た ため 、 その 後見 は 薄弱 で あ っ た 。 外祖父 兼家 に 容姿 が 酷似 し て 立派 で あ っ た と い い 、 兼家 の 鍾愛 を 受け て 育 っ た こと が 『 大鏡 』 に 見え る 。 略歴 冷泉 ・ 円融 天皇 両系 の 迭立 に 基づ く 立太子 で あ っ た が 、 東宮 の 方 が 天皇 より 4 歳 年上 の 11 歳 で あ っ た ため 、 「 さかさ の 儲け の 君 」 と い わ れ た 。 外舅 に あた る 藤原 道隆 ・ 藤原 道兼 ・ 藤原 道長 三 兄弟 が 先後 し て 政権 を 掌握 し 、 それぞれ 一 条 天皇 の もと で 後宮 政策 を 布 い た ため 、 三条 天皇 は 25 年 と い う 長 い 東宮 時代 を 経 て 、 36 歳 で ようやく 一条 帝 の 譲り を 受け て 即位 。 皇太子 に は 藤原 道長女 藤原 彰子 腹 の 敦成 親王 ( 後一 条 天皇 ) が 立 っ た 。 外孫 の 早期 即位 を 図 る 道長 と 親政 を 望 む 三条 天皇 と の 関係 は 円滑 を 欠 き 、 かつ 三条 天皇 が 納れ た 道長 の 次女 ・ 中宮 藤原 妍子 が 両者 の 期待 を 裏切 っ て 女児 を 生 ん だ こと も あ り 、 道長 は 天皇 の 眼病 を 理由 に しきり に 譲位 を 迫 っ た 。 病状 の 悪化 も あ り 、 三条 天皇 は 第 一 皇子 小一 条院 の 立太子 を 条件 に 、 道長 の 勧め に 従 い 退位 し た 。 翌 寛仁 元年 ( 1017 ) 4 月 に 出家 し 、 程 な く 42 歳 で 没 し た 。 三条 天皇 の 死後 、 その 長子 敦明 親王 は 道長 に 無言 の 圧迫 を 掛け られ 、 ついに 自ら 東宮 を 辞退 する 挙 に 出 た 。 この こと に よ り 冷泉 ・ 円融 両 系 の 迭立 に 終止 符 が 打 た れ 、 皇位 は 永 く 円融 天皇 の 直系 に 帰 し た が 、 三条 天皇 の 血統 も また 皇女 禎子 内 親王 を 通 じ て 以後 の 天皇 家 へ 受け継 が れ て い く こと に な る 。 歌 退位 の 際 に 詠 ん だ と さ れ る 歌 が 百 人 一首 に 採 ら れ て い る 。 心 に も あら で うき 世 に ながら へば 恋 しかる べ き 夜半 の 月 か な   三条 院 諡号 ・ 追号 ・ 異名 後院 ( 譲位 後 の 居所 ) の 名称 に よ っ て 「 三 条 院 」 と 追号 さ れ た 。 大正 以後 、 「 院 」 の 号 は 廃止 さ れ 、 「 三条 天皇 」 と さ れ る 。 在位 中 の 元 号 寛弘 : ( 1011 年 6 月 13 日 ) - 1012 年 12 月 25 日 長和 : 1012 年 12 月 25 日 - ( 1016 年 1 月 29 日 ) 陵墓 ・ 霊廟 陵墓 は 京都 市 北 区 衣笠 西 尊 上院 町 に あ る 北山 陵 ( きたやま の みささぎ ) 。 +有栖川宮 ( ありすがわ のみや ) は 、 かつて 存在 し た 宮家 の 一 つ 。 伏見宮 、 桂宮 、 閑院 宮 と とも に 四 世 襲 親王家 と い う 。 宮号 の 由来 は 、 伏見 宮家 の 祖 、 栄仁 親王 が 、 有栖川 と も 称 し た こと に 因 む 。 第 二 代 良仁 親王 が 、 即位 し 、 後西 天皇 と な っ た 。 概要 有栖川 宮家 は 歴代 、 書道 ・ 歌道 の 師範 を 勤め て 皇室 の 信任 篤 く 、 将軍 家 と も 婚姻 関係 を 結 び 、 公武 とも に 密接 で あ っ た 。 また 代々 、 江戸 上野 の 寛永 寺 や 京都 東山 の 知恩 院 など に 次男 以下 の 子弟 を 門跡 と し て 入寺 さ せ て い た 。 寛永 2 年 ( 1625 年 ) 、 後陽成 天皇 の 第 7 皇子 ・ 高松宮 好仁 親王 が 創設 。 宮号 は 、 初め 高松宮 で 、 親王 の 祖母 ・ 勧修 寺 晴子 の 御所 高松殿 に 由来 する 。 好仁 親王 は 征夷 大将軍 徳川 秀忠 の 養女 ・ 亀姫 ( 実父 は 秀忠 の 甥 で 娘婿 に も 当た る 越前 藩 松平 忠直 ) を 妃 と し た が 嗣子 が 無 かっ た ため 、 甥 に あた る 後水尾 天皇 の 皇子 ・ 良仁 親王 が 養嗣子 と し て 第 2 代 と な り 、 花町 宮 を 名乗 っ た 。 やがて 良仁 親王 が 後西 天皇 と し て 即位 する こと に な る が 、 これ は 先代 後 光明 天皇 の 養子 ・ 識仁 親王 ( 後 の 霊元 天皇 ) が 幼少 で あ っ た ため の 中継ぎ で あ り 、 後西 天皇 は 自分 の 皇子 ・ 有栖川 宮幸仁 親王 に 高松宮 を 継 が せ て 、 宮号 を 有栖川宮 ( 幸仁 親王 の 別荘 所在 地 で あ る 京都 ・ 有栖川 に 由来 ) に 改め た 。 その 後 、 幸仁 親王 の 子 ・ 有栖川 宮正仁 親王 が 嗣子 無 く 没 し た ため 、 霊元 天皇 の 皇子 ・ 有栖川宮職仁親 王 が 入 っ て 第 5 代 を 継承 し 、 以後 、 6 代 ・ 有栖川宮 織仁親 王 、 7 代 ・ 有栖川宮 韶仁親王 、 8 代 ・ 有栖川宮 幟仁親王 、 9 代 ・ 有栖川宮 熾仁親王 、 10 代 ・ 有栖川宮 威仁親王 と 、 いずれ も 直系 を 以 っ て 伝え た が 、 1913 年 ( 大正 2 年 ) 1 月 5 日 、 威仁 親王 の 薨去 に よ っ て 実質 的 に 断絶 が 確定 し 、 1923 年 ( 大正 12 年 ) 6 月 29 日 、 威仁 親王 妃 慰子 の 薨去 に よ っ て 正式 に 絶家 と な っ た 。 しかし 祭祀 は 、 大正 天皇 の 第 三子 に よ り 継承 さ れ 、 宮号 は 、 その 際 、 ふたたび 高松宮 と 改め られ た 。 賀茂季鷹 ・ 岸駒 ・ 飯田 忠彦 など 、 著名 な 文化 人 や 学者 を 家臣 と し て 抱え て い た こと も 有名 。 3 代 ・ 幸仁 親王 は 、 延宝 8 年 ( 1680 年 ) に 将軍 家綱 が 死去 し た 際 、 大老 の 酒井 忠清 に よ っ て 将軍 に 擁立 さ れ よ う と し た 、 と する 宮将軍 擁立説 が あ る 。 6 代 ・ 織仁 親王 の 娘 の うち 、 楽宮 喬子 女王 は 12 代将軍 徳川 家慶 の 正室 と な り 、 登美 宮吉子 女王 は 徳川 斉昭 の 正室 と な っ て 徳川 慶喜 を 生 ん だ 。 8 代 ・ 幟仁 親王 ( 1812 年 - 1886 年 ) は 、 國學 院 大学 の 前身 で あ る 皇典 講究 所 や 神道 教導 職 の 総裁 に 任 ぜ られ 、 明治 天皇 、 和宮 親子 内 親王 の 学問 師範 を 務め た 功績 を 以 っ て 大勲位 菊花 大 綬章 を 賜 っ た 。 また 、 有栖 川 流 書道 を 大成 さ せ 、 五 箇条 の 御 誓文 の 正本 を 揮毫 し た 。 9 代 ・ 熾仁 親王 ( 1835 年 - 1895 年 ) は 和宮 の 婚約 者 だっ た 人 と し て 知 ら れ 、 明治 維新 前後 に お い て 軍人 と し て 活躍 し 、 政治 面 で も 元 老院 議官 、 次いで 議長 を 務め た 。 熾仁 親王 は 慶応 3 年 ( 1867 年 ) 12 月 、 王政 復古 に よ り 総裁 の 座 に 就 き 、 戊辰 戦争 に 際 し て 東征 軍 大 総督 を 務め 、 1877 年 ( 明治 10 年 ) の 西南 戦争 で 征討 総督 と な り 、 1894 年 ( 明治 27 年 ) の 日清 戦争 で は 陸海 全軍 の 総 参謀 長 を 務め た 。 10 代 ・ 威仁 親王 ( 1862 年 - 1914 年 ) は 元帥 ・ 海軍 大将 と な っ た ほか 、 東宮 時代 の 大正 天皇 を よく 輔導 し た 。 威仁 親王 の 嗣子 ・ 栽 仁王 は 父 に 先 じ て 早世 し た が 、 有栖川宮 3 代 の 勲功 に 鑑み 、 大正 天皇 は 親王 の 臨終 に 際 し 、 特旨 を 以 っ て 第 3 皇子 ・ 高松宮 宣仁 親王 に 高松宮 の 称号 を 与え 、 有栖川 宮家 の 祭祀 を 継 が せ た 。 なお 宣仁 親 王妃 と な っ た 宣仁 親王妃 喜久子 は 威仁 親王 の 外孫 で あ る 。 有栖川 宮 詐欺 事件 2003 年 ( 平成 15 年 ) 、 有栖川 宮家 の 末裔 ( 宣仁 親王 御 落胤 ) と 自称 する 者 に よ る 詐欺 事件 が 起き た 。 詳細 は 有栖川 宮 詐欺 事件 を 参照 の こと 。 +仁孝 天皇 ( にん こうてんのう 、 寛政 12 年 2 月 21 日 ( 180 0 年 3 月 16 日 ) - 弘化 3 年 1 月 26 日 ( 1846 年 2 月 21 日 ) ) は 、 第 120 代 天皇 ( 在位 文化 ( 元号 ) 14 年 9 月 21 日 ( 1817 年 10 月 31 日 ) - 弘化 3 年 1 月 26 日 ) 。 諱 は 恵仁 ( あや ひと ) 。 文化 6 年 ( 1809 年 ) 3 月 24 日 、 父帝 の 中宮 欣子 内 親王 ( 新清和院 ) の 養子 と し て 立太子 さ れ た 。 文化 14 年 ( 1817 年 ) に 即位 し 、 父 光 格 上皇 の 意 を うけ て 朝儀 復興 に 尽力 し た 。 皇族 や 公家 の 子弟 の ため の 教育 機関 の 設置 を 志 し 、 武家 伝奏 徳大寺 実堅 に 江戸 幕府 と の 折衝 を 命 じ た 。 幕府 の 了承 を 得 て その 構想 が 現実 の もの と な っ た 矢先 、 崩御 し た 。 享年 47 で あ っ た 。 崩御 の 翌年 に あた る 弘化 4 年 ( 1847 年 ) 、 天皇 の 遺志 に よ っ て 御所 の 建春 門外 に 公家 講学 の 所 と し て 学習 所 が 設立 さ れ た 。 明治 天皇 の 命 に よ っ て 設立 さ れ た 現在 の 学習 院 大学 の 前身 で あ る 。 文化 文政 天保 弘化 京都 市 東山 区 今 熊野 泉山 町 の 後月 輪陵 ( のち の つき の わ の みささぎ ) に 葬 ら れ た 。 +嵯峨 天皇 ( さ が てんのう 、 延暦 5 年 9 月 7 日 ( 786 年 10 月 3 日 ) - 承和 9 年 7 月 15 日 ( 842 年 8 月 24 日 ) ) は 、 日本 の 第 52 代 天皇 ( 在位 : 大同 4 年 4 月 1日 ( 80 9 年 5 月 8 日 ) - 弘仁 14 年 4 月 16 日 ( 82 3 年 5 月 29 日 ) ) 。 名 は 神野 ( かみの ) 。 桓武 天皇 の 第 二 皇子 で 、 母 は 皇后 藤原 乙牟漏 。 同母兄 に 平城 天皇 。 異母 弟 に 淳和 天皇 他 。 皇后 は 橘嘉 智子 ( 檀林 皇后 ) 。 兄 ・ 平城 天皇 の 即位 に 伴 っ て 皇太弟 に 立て られ る 。 だ が 、 平城 天皇 に は 既に 高岳 親王 ・ 阿保 親 王 の 両親王 が い た こと から 、 皇太 弟 擁立 の 背景 に は 、 亡父 ・ 桓武 天皇 の 意向 が 働 い た と い わ れ て い る 。 この よう な 事情 から 即位 後 に 甥 に あた る 高岳 親王 を 皇太子 と し た が 、 翌年 810 年 に 平城 天皇 が 復位 を 試み た 「 薬子 の 変 」 が 発生 する 。 この 結果 、 高岳 親王 は 廃 さ れ る が 、 実子 を 立て る 事 に 気まず さ を 感 じ た ため か 今度 は かね て から 臣籍 降下 を 望 ん で い た 異母 弟 の 大伴 親王 ( 淳和 天皇 ) を 強引 に 皇太 弟 に 立て て しま っ た ( これ が 承和 の 変 の 遠因 と な る ) 。 ともあれ 、 以後 表 面 上 は 平穏 な 治世 を 送 り 宮廷 の 文化 が 盛ん な 時期 ( 弘仁 文化 ) を 過ご し た 。 818 年 、 弘仁格 を 発布 し て 死刑 を 廃止 し た 。 中央 政界 に おけ る 死刑 の 廃止 は 以後 保元 の 乱 まで 347 年間 続 く 。 だ が 、 当時 は 農業 生産 が 極度 の 不振 ( 『 日本 後紀 』 に よ れ ば 、 817 年 より 7 年 連続 で 干害 など の 被害 を 受け た と さ れ て い る ) に あ り 、 その 結果 と し て 当時 財政 難 は 深刻 で あ っ た 。 820 年 に は 当時 朝廷内 で 大きな 権勢 を 誇 っ て い た 藤原 氏 の 有力 者 4 人 ( 藤原 内麻呂 ・ 藤原 冬嗣 親子 、 藤原 緒嗣 、 藤原 園人 ) が 揃 っ て 封戸 を 返上 ( 計 15,000 戸 ) し て い る ( 更に 緒嗣 は 淳和 天皇 時代 の 825 年 に 2 ,000 戸 を 追加 返上 し た ) 。 また 、 最末 期 に は 大 土地 所有 の 制限 を 緩和 し て 荒田 開発 を 進め 、 公営 田 ・ 勅旨 田 の 設置 など が 行 わ れ て い る 。 823 年 、 財政 上 の 問題 を 理由 ( 上皇 が 2人 で は 財政 負担 が 大き い ) に 反対 する 藤原 冬嗣 の 主張 を 押し切 っ て 大伴 親王 に 譲位 し た 。 退位 後 は 冷然 院 ・ 嵯峨 院 を 造営 し て 財政 を 逼迫 さ せ た だけ で な く 、 実子 正良 親王 ( 仁明 天皇 ) が 即位 する と 「 皇室 の 長 」 と し て 政治 に 干渉 する 場面 も 多 く な り 、 更に 淳和 上皇 や 仁明 天皇 の 反対 を 押し切 っ て 自分 の 外孫 で も あ る 淳和 上皇 の 皇子 恒貞 親王 を 皇太子 と する など 、 朝廷 内 で 絶大 な 権力 を 振る って 後 に 様々 な 火種 を 残 し た 。 漢詩 、 書 を よ く し 、 三筆 の 一人 に 数え られ る 。 皇子 皇女 多数 。 皇族 の 整理 を 行 い 、 多数 に 姓 を 賜 り 臣籍 降下 さ せ た 。 嵯峨 天皇 の 子 で 源姓 を 賜 っ た もの と その 子孫 を 嵯峨 源 氏 と い う 。 河原 左 大臣 源 融 は 嵯峨 天皇 の 子 の 一人 。 陵墓 は 京都 の 嵯峨山 上陵 ( さがの やま のえ の みささぎ ) 。 伝承 『 日本 現報 善 悪 霊異記 』 に は 嵯峨 天皇 の 前世 に つ い て 次 の よう な 話 が 掲載 さ れ て い る 。 伊予国 の 石鎚 山 に 寂仙 と い う 名僧 が い た 。 天平 宝字 2 年 ( 75 8 年 ) 、 寂仙 が 亡くな る とき に 「 これ から 28 年 後 、 国王 の 御子 に 生まれ変わり 神野 と 名乗 る 」 と 言い 遺 し た 。 その 28 年 後 の 延暦 5 年 ( 786 年 ) 、 桓武 天皇 に 皇子 が 生まれ 神野 親王 と 名附け られ た 。 すなわち 、 嵯峨 天皇 は 寂仙 の 生まれ変わり で あ る と し て い る 。 +醍醐 天皇 ( だい ご てんのう 、 元慶 9 年 1 月 18 日 ( 885 年 2 月 6 日 ) - 延長 8 年 9 月 29 日 ( 930 年 10 月 23 日 ) ) は 、 平安 時代 の 天皇 。 第 60 代 。 在位 : 寛平 9 年 7 月 13 日 ( 897 年 8 月 14 日 ) - 延長 8 年 9 月 22 日 ( 930 年 10 月 16 日 ) 。 はじめ の 諱 は 維城 、 のち に 敦仁 ( あつぎみ ・ あつひと ) に 改め た 。 系 譜 宇多 天皇 の 第 一 皇子 。 母 は 内 大臣 藤原 高藤 の 女藤原 胤子 。 養母 は 父 の 正妃 藤原 温子 ( 関白 太政 大臣 藤原 基経 の 女 ) 。 20 人 に 近 い 女御 ・ 更衣 を かかえ 、 保明 親王 ( 文献 彦 太子 ) ・ 代明 親王 ・ 重明 親王 ( 吏部 王 ) ・ 源 高明 ( 臣籍 降下 ) ・ 兼明 親王 ( 前中 書王 ) ・ 寛明 親王 ( 朱雀 天皇 ) ・ 成明 親王 ( 村上 天皇 ) を はじめ 、 36 人 の 子女 を もうけ た 。 略歴 元 慶 9 年 1 月 18 日 ( 885 年 2 月 6 日 ) 、 源定 省 の 長男 ・ 源 維城 と し て 生まれ る 。 仁和 3 年 ( 887 年 ) 、 父 が 皇籍 に 復帰 し て 天皇 に 即位 し た 事 に 伴 い 、 皇族 に 列 する 事 に な っ た 。 寛平 元年 ( 889 年 ) 親王 宣下 、 同 5 年 4 月 2 日 立 太子 。 同 9 年 7 月 3 日 元 服 し 、 同日 践祚 、 同月 13 日 に 即位 。 父帝 の 訓示 を 受け て 藤原 時平 ・ 菅原 道真 を 左右 大臣 と し 、 政務 を 任せ る 。 その 治世 は 34 年 の 長 き に わた り 、 摂関 を 置 か ず 形式 上 の 親政 を 行 っ て い た ため 、 後世 「 延喜 の 治 」 と 崇め られ た が 、 昌泰 4 年 ( 901 年 ) 、 時平 の 讒言 を 聞 き 菅原 道真 を 大宰 権帥 に 貶め た 昌泰 の 変 は 、 聖代 の 瑕 と 評 さ れ る こと で あ っ た 。 だ が 近年 で は 、 この 事件 を 天皇 と 時平 に よ る 宇多 上 皇 の 政治 力 排除 の ため の 行動 で あ っ た と 考え られ て い る 。 時平 も 初めて の 荘園 整理 令 を 発布 し たり し て 政治 の 刷新 に 意欲 的 で あ っ た 。 国史 『 日本 三 代 実録 』 を 完成 さ せ 、 また 律令 政治 の 基本 法 で あ る 三 代 格式 の 撰修 に 取り掛か っ たり し た が 、 完成 に 至 ら ぬ まま 早世 し 、 弟 藤原 忠平 ら が その 志 を 継 い で 延長 5 年 ( 927 年 ) に 完成 し た 。 天皇 は また 和歌 の 振興 に 留意 し 、 延喜 5 年 ( 90 5 年 ) 、 『 古今 和 歌集 』 撰進 を 紀貫之ら に 命 じ た 。 自身 も 和歌 に 堪能 で 、 勅撰 集 に 43 首入 る 。 家集 『 延喜 御 集 』 も あ る 。 20 巻 に わた る 33 年間 の 宸記 『 延喜 御 記 』 は 諸書 に 引 か れ て い る 逸文 の ほか は 現存 せ ず 、 村上 天皇 の 御 記 と 併せ て 『 延喜 天暦 御 記抄 』 と よ ば れ て 伝わ る 。 天皇 は はじめ 中宮 藤原 穏子 と の 間 に あげ た 長子 保明 親王 を 東宮 の 座 に 据え た が 、 早世 し た ため その 子 慶頼王 を 立坊 さ せ る も 、 やはり 夭折 し た 。 一連 の 不幸 は 菅原 道真 の 怨霊 の 仕業 と 噂 さ れ 、 延喜 23 年 ( 923 年 ) に な っ て 、 天皇 は 道真 を 左遷 し た 詔 を 破棄 し 、 右 大臣 に 復 し 贈位 を 行 う など その 慰霊 に 努め た 。 延長 8 年 9 月 22 日 ( 930 年 10 月 16 日 ) 、 病篤 き に よ っ て 皇太子 寛明 親王 に 譲位 し 、 その 7 日 後 、 延長 8 年 9 月 29 日 ( 930 年 10 月 23 日 ) に 崩御 。 醍醐 寺 の 北 、 笠取 山 の 西 、 小野寺 の 下 に お い て 土葬 さ れ た 。 諡号 ・ 追号 ・ 異名 勅願 寺 醍醐 寺 の 近辺 に あ り 、 御陵 の あ る 醍醐 に 因 ん で 「 醍醐 天皇 」 と 諡 。 「 醍醐 院 」 と は 言 わ な かっ た よう で あ る 。 また 在位 中 の 代表 的 な 年号 を 取 っ て 「 延喜 帝 」 と 称 さ れ た 。 在位 中 の 元 号 寛平 昌泰 延喜 延長 陵墓 ・ 霊廟 醍醐 天皇 陵 は 、 長 く 醍醐 寺 の 管理 下 に あ っ た ため 、 所在 が 確定 でき る 数 少な い 平安 時代 の 御陵 の 一 つ と な っ て い る 。 後山 科 陵 ( のち の やましな の みささぎ ) と し て 京都 市 伏見 区 醍醐 古道 町 に 現存 。 +正親町 天皇 ( おおぎまち てんのう 、 永正 14 年 5 月 29 日 ( 1517 年 6 月 18 日 ) - 文禄 2 年 1 月 5 日 ( 1593 年 2 月 6 日 ) ) は 、 第 106 代 天皇 ( 在位 : 弘治 3 年 10 月 27 日 ( 1557 年 11 月 17 日 ) - 天正 14 年 11 月 7 日 ( 1586 年 12 月 17 日 ) ) 。 諱 は 方仁 ( みちひと ) 。 後奈良 天皇 の 崩御 に 伴 っ て 践祚 し た 。 しかし 、 弘治 3 年 ( 1557 年 ) の 践祚 で は 天皇 や 公家 達 は 、 権威 は ともかく 金銭 的 に は 既に 生活 に 窮 する ほど 落ちぶれ て お り 、 即位 の 礼 さえ 挙げ られ な かっ た 。 毛利 元 就 など の 献金 を 受け て ようやく 即位 の 礼 を 挙げ る こと が でき た 。 この とき 、 本願 寺 法主 顕如 も 莫大 な 献金 を 行 っ て お り 、 天皇 から 門跡 の 称号 を 与え られ 、 以後 本願 寺 の 権勢 が 増 し た 。 天皇 家 の 財政 は この よう に 逼迫 し 、 権威 も 地 に 落ち かけ て い た 。 だ が 、 永禄 11 年 ( 1568 年 ) の 織田 信長 の 上洛 に よ っ て 、 この 状況 が 変わ っ て くる 。 信長 は もはや 破綻 寸前 に 陥 っ て い た 天皇 家 の 財政 を 様々 な 政策 や 自身 の 援助 に よ り 回復 さ せ た 。 その 一方 で 天皇 の 権威 を 利用 し 、 信長 の 敵対 勢力 に 対 し て たびたび 講和 の 勅命 を 出 さ せ る こと と な る 。 元 亀 元年 ( 1570 年 ) の 朝倉 義景 ・ 浅井 長政 と の 戦 い 、 天正 元年 ( 1573 年 ) の 足利 義昭 と の 戦 い 、 天正 8 年 ( 1580 年 ) の 石山 本願 寺 と の 講和 は いずれ も 正親町 天皇 の 勅命 に よ る もの で あ る 。 ( ただし 、 本願 寺 と の 和議 は 本願 寺側 から の 依頼 と い う 説 も あ る ) 。 その 間 の 天正 5 年 ( 1577 年 ) 、 信長 へ 右 大臣 の 宣下 を な す ( 信長 の 最高 位 ) 。 天正 13 年 ( 1585 年 ) 、 豊臣 秀吉 に 関白 を 宣下 し 、 豊臣 氏 へ 政権 が 移 っ た 後 も 、 秀吉 が 権威 の 後ろ楯 と し て 天皇 を 利用 し た 。 その ため 、 天皇 家 の 権威 は 高ま っ た 。 この よう に 織豊 政権 と 天皇 家 は 互い に 利用 し あ う 関係 に あ っ た 。 天正 14 年 ( 1586 年 ) 、 孫 の 和仁 ( かずひと ) 親王 ( 後陽成 天皇 ) に 譲位 し て 仙洞 御所 に 隠退 し た 。 文禄 2 年 ( 1593 年 ) 1 月 5 日 、 崩御 し た 。 正親町 天皇 の 治世 は 織田 信長 と 豊臣 秀吉 の 全盛 期 に あた る 。 信長 の 援助 の もと 、 応仁 の 乱 より 衰退 し き っ た 朝廷 を 立て直 し た 時期 で あ っ た 。 正親町 天皇 は 天正 元年 ( 1573 年 ) 頃 から 信長 に その 存在 を 疎 ま れ る よう に な る 。 そして 、 たびたび 譲位 を 要求 さ れ る よう に な る 。 同年 12 月 8 日 _ ( 旧暦 ) の 『 孝親 日記 』 に その 事 が 記 さ れ て い る 。 また 、 2 年 後 に は 譲位 後 の 御所 の 予定 地 を 探 し て い た と も さ れ た 。 信長 と し て は 、 儲君 の 誠仁 親王 を 早 く 天皇 に する こと で 、 より 朝廷 の 権威 を 利用 し やす い もの に し よ う と い う 思惑 が あ っ た よう で あ る 。 しかし 、 天皇 は それ を 最後 まで 拒 ん だ 。 ちなみ に 本能 寺 の 変 に 関 する 一説 と し て 朝廷 関与説 が 浮上 する の も 、 この よう な 事情 に よ る もの で あ る 。 ところ が 全く 正 反対 の 話 と し て 、 正親 町 天皇 が 譲位 を 希望 し て 信長 が これ に 反対 し て い た と い う 説 も 存在 する 。 朝廷 の 内部 資料 ( 清涼 殿 に 仕え る 女官 の 日誌 ) で あ る 『 お 湯殿 の 上 の 日記 』 に 基づ け ば 、 天正 9 年 ( 1581 年 ) 信長 が 京都 で 大 規模 な 京都 御 馬揃え を 行 っ た 直後 の 3 月 9 日 に 、 正親 町 天皇 から 退位 の 意向 が 信長 に 伝え られ た 。 同年 3 月 24 日 に 譲位 が 一旦 朝議 で 決定 さ れ て 、 この 事 を 「 めで た い めで た い 」 と まで 記載 さ れ た 。 それ に も 拘 ら ず 、 『 兼見卿 記 』 4 月 1日 の 条 に 、 一転 中止 に な っ た と 記 さ れ て い る 。 これ は 譲位 に 関 する 諸儀式 や 退位 後 の 正親町 上皇 ( 天皇 ) の 御所 の 造営 など の 莫大 な 経費 を 捻出 でき る 唯一 の 権力 者 で あ る 信長 が 、 譲位 に 同意 し な かっ た から と する の が 妥当 と さ れ て い る 。 ( 戦国 時代 に 在位 し た 3 代 の 天皇 が 全て 譲位 を する こと な く 崩御 し て い る の は 、 譲位 の ため の 費用 が 朝廷 に 無 かっ た から で あ る ) 。 天正 元年 の 時点 で 、 正親 町 天皇 は 57 歳 ( 同 9 年 に は 65 歳 ) 、 誠仁 親王 は 22 歳 ( 同 30 歳 ) で あ る 。 天正 9 年 の 時点 で は 、 天皇 の 病気 の 記事 が 頻出 する よう に な る 。 つまり 、 譲位 を 行 う 好機 に 差し掛か っ て い た 。 それ に も 関わ ら ず 、 信長 が 譲位 に 関 し て 積極 的 な 行動 を 取 ら な かっ た の は 、 むしろ 譲位 に 消極 的 だっ た から で は な い か と 見 られ て い る 。 弘治 ( 1557 年 10 月 27 日 ) - 15 5 8 年 2 月 28 日 永禄 155 8 年 2 月 28 日 - 15 70 年 4 月 23 日 元亀 1570 年 4 月 23 日 - 1573 年 7 月 28 日 天正 1573 年 7 月 28 日 - ( 1586 年 11 月 7 日 ) 京都 市 伏見 区 深草 坊 町 の 深草 北陵 ( ふかくさ の きたの みささぎ ) に 葬 ら れ た 。 +平城 天皇 ( へいぜい てんのう 、 へいじょう てんのう 、 宝亀 5 年 8 月 15 日 ( 774 年 9 月 26 日 ) - 弘仁 15 年 7 月 7 日 ( 82 4 年 8 月 5 日 ) ) は 第 51 代 の 天皇 ( 在位 : 大同 元年 5 月 18 日 ( 80 6 年 6 月 8 日 ) - 大同 4 年 4 月 1日 ( 80 9 年 5 月 8 日 ) ) 。 小殿 ( お て ) 親王 、 後 に 安殿 親王 ( あて のみこ ) 。 奈良 帝 ( なら の みかど ) と も 呼 ぶ 。 国風 諡 号 は 日本 根子 天推国 高彦尊 ( やまと ねこ あめおし く に たかひこの みこと ) 。 系 譜 桓武 天皇 の 長男 。 母藤原 乙牟漏 ( 藤原 良継 の 娘 ) は 桓武 天皇 の 皇后 。 皇太子 と し た 嵯峨 天皇 は 同母 弟 。 子 に 阿保 親 王 、 高岳 親王 、 巨勢 親王 、 ほか 内 親王 4 人 が あ る 。 阿保 親 王 の 第 5 子 が 在原 業平 で 、 平城 天皇 に は 孫 に あた る 。 略歴 延暦 4 年 ( 785 年 ) 、 叔父 の 早良 親王 に 代わり 立太子 さ れ る 。 だ が 、 病弱 で あ っ た 上 に 父 天皇 と の 関係 も 微妙 で あ り 、 『 日本 後紀 』 に よ れ ば 、 延暦 12 年 ( 793 年 ) に 春宮 坊 帯刀 舎人 が 殺害 さ れ た 事件 の 背景 に 皇太子 が い た と 噂 さ れ た 事 や 、 同 24 年 ( 80 5 年 ) に 一時 重態 で あ っ た 天皇 が 一時 的 に 回復 し た ため に 皇太子 に 対 し て に 参内 を 命 じ た の に も 関わ ら ず 参内 せ ず 、 藤原 緒嗣 に 催促 さ れ て 漸 く 参内 し た こと など が 記 さ れ て い る 。 また 、 皇太子 時代 より 、 妃 の 母 で あ る 藤原 薬子 を 寵愛 し て 醜聞 を 招 き 、 父 より 薬子 の 追放 を 命 じ られ て い る 。 こう し た 経緯 が 、 即位 後 の 天皇 に よ る 父 ・ 桓武 天皇 の 政策 に 対 する 見直し へ と 反映 さ れ た と い わ れ て い る 。 大同 元年 ( 80 6 年 ) 5 月 に 即位 し た 。 即位 当初 は 政治 に 意欲 的 に 取り組 み 、 官司 の 統廃合 や 年中 行事 の 停止 、 中 ・ 下級 官人 の 待遇 改善 など 政治 ・ 経済 の 立て直し を 行 い 、 民力 休養 に 努め た 。 その 一方 で 藤原 薬子 を 呼び戻 し て 内 侍司 に 任 じ て 宮廷 内部 の 事 を 一任 し 、 『 続 日本 紀 』 から 削除 し た 藤原 種継 暗殺 事件 の 記述 を 復活 さ せ た 。 これ は 薬子 が 藤原 種継 の 娘 で あ っ た こと も あ る が 、 早良 親王 廃 太子 と 自分 の 皇位 継承 の 正当 性 を 示 す 目的 が あ っ た と さ れ て い る ( 後 に 嵯峨 天皇 に よ っ て 再度 削除 さ れ る こと に な る ) 。 大同 4 年 ( 809 年 ) 4 月 、 病気 の ため 神野 親王 ( 嵯峨 天皇 ) に 譲位 、 嵯峨 天皇 は 平城 天皇 の 子 の 高岳 親王 を 皇太子 に 立て た 。 同年 12 月 、 平城 上 皇 は 旧都 で あ る 平城 京 に 移り住 ん だ 。 薬子 や その 兄 の 藤原 仲成 の 介入 に よ り 、 大同 5 年 ( 810 年 ) 、 平安 京 より 遷都 す べ から ず と の 桓武 天皇 の 勅 を 破 っ て 平安 京 に い る 貴族 たち に 平城 京 へ の 遷都 の 詔 を 出 し 、 政権 の 掌握 を 図 っ た 。 しかし 、 嵯峨 天皇 側 に 機先 を 制 さ れ 、 9 月 10 日 、 嵯峨 天皇 が 薬子 の 官位 を 剥奪 。 これ に 応 じ て 11 日 に 挙兵 し 、 薬子 と 共 に 東国 に 入 ろ う と し た が 、 坂上 田村 麻呂 ら に 遮 ら れ て 翌日 平城 京 に 戻 っ た 。 直ちに 剃髮 し て 仏門 に 入 り 、 薬子 は 服毒 自殺 し た 。 高岳 親王 は 皇太子 を 廃 さ れ 、 大伴 親王 ( 後 の 淳和 天皇 ) が 立て られ た 。 これ を 薬子 の 変 と 呼 ぶ 。 なお 「 薬子 の 変 」 の 際 、 妃 の 朝原 内 親王 と 大宅 内 親王 は 平城 上皇 に 同行 せ ず 、 弘仁 3 年 ( 812 年 ) の 5 月 、 揃 っ て 妃 の 位 を 辞 し た 。 その 後 も 上皇 ( 当時 は 法皇 の 称号 は な かっ た ) は 平城 京 に 滞在 し て い た が 、 「 太上 天皇 」 の 称号 は その まま と さ れ 、 嵯峨 天皇 の 朝覲 行幸 も 受け て い る 。 大宰 権帥 に 遷 さ れ た 阿保 親 王 、 廃太子 ・ 高岳 親王 の 2人 の 皇子 に も 四品 親王 の 身位 を 許 さ れ る など 、 相応 の 待遇 は 保障 さ れ て い た よう で あ る 。 後 に 嵯峨 天皇 が 退位 し よ う と し た 時 に 、 藤原 冬嗣 が 退位 後 の 天皇 に 平城 上 皇 と 同じ 待遇 を 与えれ ば 、 費用 が かさん で 財政 が 危機 に 瀕 する と し て 退位 に 反対 する 意見 を 述べ て い る 事 から で も 裏付け られ る 。 諡 は 平城 京 に 因 む もの で あ る 。 墓所 は 宮内 庁 に よ り 平城 京 の すぐ 北 の 楊梅陵 ( やまもも の みささぎ ) が 指定 さ れ て い る 。 楊梅陵 ( 市庭 古墳 ) は 全国 最大 の 円墳 と 考え られ て き た が 、 196 2 - 63 年 の 発掘 調査 に よ り 前方 部 が 平城 京築造 の 際取り壊 さ れ て い た の が 判明 し た ため 、 同古墳 を 平城 天皇 の 墓 と する の は 無理 が あ る 。 +淳和 天皇 ( じゅん な てんのう 、 延暦 5 年 ( 786 年 ) - 承和 7 年 5 月 8 日 ( 840 年 6 月 7 日 ) 、 在位 : 弘仁 14 年 4 月 27 日 ( 82 3 年 5 月 30 日 ) - 天長 10 年 2 月 28 日 ( 833 年 3 月 22 日 ) ) は 、 平安 時代 初期 の 第 53 代 天皇 。 西院 天皇 と も い う 。 系 譜 桓武 天皇 の 第 七 皇子 。 母 は 、 藤原 百 川 の 娘 ・ 藤原 旅子 。 皇后 正子 内 親王 と の 間 に 恒貞 親王 を 儲け た 。 他 に 贈皇 后 高志内 親王 など の 妃 が お り 、 子 も 多数 い た 。 平城 天皇 、 嵯峨 天皇 は 異母 兄 。 略歴 弘仁 元年 9 月 13 日 ( 810 年 10 月 14 日 ) 、 薬子 の 変後 に 廃太子 さ れ た 高岳 親王 ( 平城 天皇 の 子 ) に 代わ っ て 立太子 し た 。 弘仁 14 年 4 月 27 日 ( 82 3 年 5 月 30 日 ) 、 即位 。 これ に 伴 い 、 大伴 氏 が 伴 氏 と 改姓 し て い る 。 天皇 の 御名 と 同姓 な の は 畏れ 多 い と 大伴 氏 が 判断 し た から だ と い わ れ て い る 。 天長 10 年 2 月 28 日 ( 833 年 3 月 22 日 ) 、 仁明 天皇 に 譲位 し 退位 。 清原 夏野 ら 良吏 の 登用 を 積極 的 に 行 い 、 地方 の 政治 の 荒廃 を 正 し た 。 また 土地 対策 を 行 い 、 税収 の 増加 に 努め た 。 また 、 『 令 義解 』 た 『 日本 後紀 』 の 編纂 が 行 わ れ た 。 表面 的 に は 比較 的 平穏 な 時代 で あ っ た 。 だ が 、 その 即位 は 天皇 個人 が 望 ん だ 皇位 継承 で は な く ( 『 日本 後紀 』 に よ れ ば 、 大同 元年 5 月 1日 ( 80 6 年 5 月 22 日 ) に 大伴 親王 ( 当時 ) が 父帝 の 死 を 機会 に 臣籍 降下 を 願い出 て 皇太子 ( 平城 天皇 ) に 慰留 さ れ て い る ) 、 更に 有力 貴族 の 後ろ盾 の い な い 息子 恒貞 親王 が 仁明 天皇 の 皇太子 に な っ た こと に 不安 を 抱 い て い た と 言 う 。 退位 し て 太上 天皇 に な っ た 天皇 は 忠実 な 側近藤原 吉野 に 親王 の 後事 を 託 し て 崩御 する が 、 その 不安 は 承和 の 変 と し て 現実 の もの と な っ た 。 承和 7 年 5 月 8 日 ( 840 年 6 月 7 日 ) 、 崩御 。 死 に あた り 、 薄葬 を 遺詔 と し た ため 京都 大原野 西院 に 散骨 さ れ た 。 異名 ・ 別名 名 ( 本名 ) は 大伴 ( おおと も ) 。 和風 諡 号 は 日本 根子 天高 譲弥 遠尊 ( やまと ねこ あめ の たか ゆ ずる い や とおの みこと ) 。 譲位 後 の 在所 で あ っ た 淳和院 ( 現在 の 京都 市 中京 区 西院 ) から つけ られ た 西院 天皇 ( さいいん てん のう ) の 異称 が あ る 。 在位 中 の 元 号 天長 824 年 - 833 年 陵墓 ・ 霊廟 淳和 上皇 自身 の 意向 に よ り 火葬 さ れ 、 その 遺骨 は 京都 市 西京 区 大原野 南 春日 町 の 大原野 西嶺 上陵 ( おおはら の の にし のみね のえ の みささぎ ) で 散骨 さ れ た と 言 わ れ て い る 。 +仁明 天皇 ( にんみょう てんの う 弘仁 元年 ( 810 年 ) - 嘉祥 3 年 3 月 21 日 ( 850 年 5 月 6 日 ) 在位 天長 10 年 3 月 6 日 ( 833 年 3 月 30 日 ) - 嘉祥 3 年 3 月 19 日 ( 850 年 5 月 4 日 ) ) は 、 平安 時代 初期 の 第 54 代 天皇 。 名 は 正良 ( まさら ) 親王 。 略歴 天長 10 年 ( 833 年 ) 3 月 6 日 、 叔父 に 当た る 淳和 天皇 の 譲り を 受け て 即位 。 当初 、 淳和 天皇 の 皇子 恒貞 親王 を 皇太子 に 立て た が 、 承和 9 年 ( 842 年 ) の 承和 の 変 に よ り 、 恒貞 は 廃 せ られ 、 代わり に 仁明 天皇 の 第 一 皇子 道康 親王 が 立太子 し た 。 これ に は 自ら の 息子 に 皇位 を 継 が せたい 帝 の 意思 と 、 それ を 利用 し て 甥 で あ る 道康 を 立太子 さ せ た い 藤原 良房 の 陰謀 が あ っ た と 言 わ れ て い る 。 嘉祥 3 年 ( 850 年 ) 3 月 19 日 に 病 に かか り 、 文徳 天皇 に 譲位 。 同年 3 月 21 日 に 崩御 。 天皇 は 幼少 時 から 病弱 で あ っ た と さ れ 、 『 続 日本 後紀 』 に は 7 歳 の 頃 から の 様々 な 病歴 が 記載 さ れ 、 即位 後 も しばしば 薬 ( 丹薬 ・ 石薬 ) の 調薬 を し て 医師 並み の 知識 を 有 し て い た と さ れ る 。 また 、 『 三 代 実録 』 の 藤原 良相 の 死去 の 記事 で は 良相 ら 側近 に 自分 が 作成 し た 薬 の 試飲 を 命 じ た と さ れ て い る 。 江戸 時代 の 儒学 者 ・ 頼山 陽 は 、 天皇 が 恒貞 親王 が 度々 皇太子 を 辞退 し た 際 に は 受け付け ず 、 事件 に かこつけ て これ を 廃 し て 自分 の 実子 を 立て た こと を 厳し く 非難 し て い る ( 『 日本 政記 』 ) 。 異名 御陵 の 在所 を 以 っ て 深草 帝 ( ふかくさ の みかど ) と 呼 ば れ た 。 和風 諡号 は 「 日本 根子 天璽 豊聡 慧尊 」 ( やまと ねこ あ まつみ しるし と よさと の みこと ) 。 和風 諡号 を 奉贈 さ れ た 最後 の 天皇 で あ る 。 在位 中 の 元 号 天長 承和 834 年 - 847 年 嘉祥 848 年 - 850 年 陵墓 ・ 霊廟 深草 陵 ( ふかくさ の みささぎ 京都 市 伏見 区 深草 東 伊達 町 ) に 葬 ら れ た 。 +文徳 天皇 ( もんとく てんのう 、 天長 4 年 ( 827 年 ) - 天安 2 年 8 月 27 日 ( 85 8 年 10 月 7 日 ) 、 在位 : 嘉祥 3 年 4 月 17 日 ( 850 年 5 月 31 日 ) - 天安 2 年 8 月 27 日 ( 85 8 年 10 月 7 日 ) ) は 第 55 代 天皇 。 諱 は 道康 ( みちやす ) 。 田邑帝 と も 。 系 譜 仁明 天皇 の 第 一 皇子 。 母 は 左 大臣 藤原 冬嗣 の 娘 、 皇太 后 藤原 順子 。 略歴 承和 9 年 ( 842 年 ) 、 承和 の 変 で 皇太子 恒貞 親王 が 廃 さ れ る と 、 変 の 解決 に 功 の あ っ た 伯父 藤原 良房 に も 推 さ れ 代わり に 立太子 し 、 嘉祥 3 年 ( 850 年 ) 、 仁明 天皇 の 崩御 に 伴 い 即位 。 こう し た 経緯 も 含め 、 藤原 良房 は 仁明 朝 期 頃 から 次第 に 権勢 を 強め 、 文徳 天皇 が 東宮 だっ た 頃 に 嫁 が せ て い た 娘 、 染殿 后藤原 明子 ( 染殿 后 ) ( あきら けいこ ) が ちょうど 天皇 即位 の 年 に ようやく 産 ん だ 、 第 四 皇子 惟仁親王 ( のち の 清和 天皇 ) を 立太子 さ せ る 。 天皇 は 寵愛 の 更衣 、 紀静子 所生 の 第 一 皇子 惟喬 親王 に 期待 し た が 、 良房 の 圧力 で 惟仁 を 皇太子 と せ ざる を 得 な かっ た 。 だ が 、 その 後 も 天皇 と 良房 の 暗闘 は 続 き 、 良房 の 圧力 の 前 に 在位 中 に は 内裏 の 外れ に あ る 東宮 や 嵯峨 上皇 の 離宮 だっ た 冷然 院 など に 居住 し て 、 遂 に 一 度 も 内裏 正殿 を 居住 の 間 と し て 生活 を 送 る こと は な かっ た と い う 。 やがて 、 天皇 は 惟喬 親王 の 立太子 を 条件 に 惟仁 親王 へ の 譲位 を 図 る が 、 惟喬 親王 の 身 に 危機 が 及 ぶ 事 を 恐れ た 左 大臣 源信 の 諫言 で 取り止め と な っ た 。 かか る 状況 下 で 858 年 に 突然 の 病 で 急死 する 。 通説 で は 死因 は 脳 卒中 と さ れ て い る が 、 彦由 一太 は 余り の 病状 の 急変 から 藤原 良房 に よ る 暗殺説 を 唱え て い る 。 在位 中 の 元 号 嘉祥 斉衡 天安 正史 六 国史 の 第 五 に 文徳 一代 の 治世 を 記録 し た 日本 文徳 天皇 実録 ( 「 文徳 実録 」 と も ) が 編纂 さ れ て い る 。 諡号 ・ 追号 ・ 異名 御陵 の 在所 に よ っ て 別名 を 「 田邑 帝 」 ( 田村 帝 ) と も い う 。 陵墓 ・ 霊廟 陵墓 は 京都 市 右京 区 太秦 三尾 町 に あ る 田邑 陵 ( たむら の みささぎ ) 。 +清和 天皇 ( せいわ てんのう 、 嘉祥 3 年 3 月 25 日 ( 850 年 5 月 10 日 ) - 元 慶 4 年 12 月 4 日 ( 88 1 年 1 月 7 日 ) ) は 、 平安 時代 前期 の 第 56 代 天皇 。 在位 は 天安 2 年 ( 858 年 ) 1 1 月 7 日 - 貞観 18 年 ( 876 年 ) 1 1 月 29 日 。 後世 、 武門 の 棟梁 と な る 清和 源 氏 の 始祖 で 、 諱 は 惟仁 ( これ ひと ) 。 文徳 天皇 の 第 四 皇子 。 母 は 太政 大臣 藤原 良房 の 娘 、 女御 藤原 明子 ( 染殿 后 ) ( めいし 、 あきら けいこ ) 。 惟喬 親王 ( 84 4 ~ 8 9 7 ) の 異母 弟 。 外祖父 藤原 良房 の 後見 の 元 、 惟喬 親王 を 退け て 皇太子 と な る 。 文徳 天皇 の 崩御 に 伴 い 、 わずか 9 歳 で 即位 し た ため 、 良房 が 外戚 と し て 政治 の 実権 を 握 っ た 。 貞観 8 年 ( 866 年 ) に は 伴善 男 ら に よ る もの と さ れ る 応天門 炎上 事件 が 発生 し た 。 天皇 は 伴善男 を 信頼 し て い た 為 、 事件 を 解決 し た 良房 に 遠慮 する 形 で 既に 貞観 6 年 ( 864 年 ) に 元服 し て い た に も 関わ ら ず 、 正式 に 摂政 に 任命 し た 。 譲位 後 の 元 慶 3 年 ( 879 年 ) 、 突然 出家 し て 無理 な 断食 修行 を 行 っ た 末 に 病死 し た と さ れ て い る 。 嘉祥 3 年 ( 850 年 )   生誕 。 同年 、 立太子 。 天安 2 年 ( 858 年 )   即位 ( 9 歳 ) 。 貞観 8 年 ( 866 年 )   応天門 炎上 事件 。 貞観 18 年 ( 876 年 )   27 歳 で 突然 譲位 し 、 仏門 に 帰依 。 元 慶 4 年 ( 880 年 )   崩御 。 この 天皇 の 子孫 の 多く が 臣籍 降下 し て 清和 源 氏 と な っ た 。 御陵 の 位置 に よ っ て 水尾 ( みず の お ) 帝 と も 言 う 。 天安 貞観 火葬 さ れ た 遺骨 は 水尾 山陵 ( みず の お やま の みささぎ 「 円墳 」 ( 京都 市 右京 区 ) に 埋葬 さ れ た 。 +陽成 天皇 ( ようぜい てんのう 、 貞観 10 年 12 月 16 日 ( 869 年 1 月 2 日 ) - 天暦 3 年 9 月 29 日 ( 949 年 10 月 23 日 ) 、 在位 : 貞観 18 年 ( 876 年 ) 1 1 月 29 日 - 元 慶 8 年 ( 884 年 ) 2 月 4 日 ) は 第 57 代 天皇 。 諱 は 貞明 ( さだ あきら ) 。 系 譜 第 56 代 清和 天皇 の 第 一 皇子 。 母 は 権 中 納言 藤原 長良 〔 ふじわら の ながら 〕 の 娘 、 女御 藤原 高子 ( 二条 后 ) 。 子 に 歌人 と し て 優れ た 元良 親王 と 元平 親王 ら が い る 。 元平親王 は 陽成 源 氏 の 祖 で あ る が 、 のち に 武家 の 棟梁 と な る 清和 源 氏 は 実際 は 陽成 源 氏 で 、 この 元平親王 を 先祖 と する が 、 後述 する とおり 陽成帝 に は 暴君 と の 評判 が あ り 、 それ を 嫌 っ て 一代 前 の 清和 天皇 に 祖 を 求め た の だ と の 説 が 近年 提示 さ れ て い る 。 略歴 生後 2 ヶ月 足 ら ず で 立太子 。 9 歳 で 清和 天皇 から 譲位 さ れ 帝位 に 就 く 。 在位 の 初め は 父 上 皇 、 母 高子 、 摂政 藤原 基経 ( 天皇 の 伯父 ) が 協力 し て 政務 を 見 た 。 父 清和 上皇 の 死後 、 基経 と の 関係 が 悪化 し た ら しく 、 基経 は 出仕 を ボイコット する に 及 ぶ 。 清和 天皇 に 二人 の 娘 を 入内 さ せ た の に 続 き 、 陽成 天皇 の 元服 に 際 し 、 さらに 娘 の 藤原 佳美子 また は 藤原 温子 を 入内 さ せ よ う と し た の を 、 母后 の 高子 が 拒否 し た ため で は な い か と い う の が 、 近年 の 説 で あ る 。 陽成 天皇 は 乱れ た 行 い が 多 い と さ れ て き た 。 元 慶 7 年 ( 883 年 ) に は 宮中 で 自身 の 乳母 で あ っ た 紀全子 ( き の またこ ) の 子 、 源益 ( みなもとの すすむ ) を 殴殺 する 事件 を 起こ し 、 譲位 を 余儀 な く さ れ る 。 基経 に よ っ て 退位 に 追い込 ま れ た と い う 。 ただし 、 陽成 天皇 の 暴君 説 は 退位 時 の 年齢 が 17 歳 ( 満 15 歳 ) で あ り 疑問 点 も 多 く 、 天皇 を 廃位 し 、 自身 の 意向 に 沿 う 光孝 天皇 ・ 宇多 天皇帝 を 擁立 し た 基経 の 罪 を 抹消 する ため の 作為 だ と も い わ れ る 。 また 、 退位 後 も 光孝 ・ 宇多 ・ 醍醐 天皇 の 諸帝 の 警戒 感 は 強 く 、 『 日本 三 代 実録 』 や 『 新 国史 』 の 編纂 は 陽成 上皇 に 対 し て 自己 の 皇統 の 正当 性 を 主張 する ため の 史書 作成 で あ っ た と する 説 が あ る 。 退位 後 に 幾 度 か 歌合せ を 催 す など 、 歌才 が あ っ た よう だ が 、 自身 の 歌 と し て 伝わ る の は 後撰 和 歌集 に 入撰 し 、 のち に 小倉 百 人 一首 に も 採録 さ れ た 下記 一 首 のみ で あ る 。 「 つくばね の 峰 より お つるみ な の 川 恋 ぞ つもり て 淵 と な り ける 」   ( 百 人 一首 で は 「 淵 と な り ぬる 」 ) 上皇歴 65 年 は 2 位 の 冷泉 天皇 の 42 年 を 大き く 凌 ぐ 1 位 で あ る 。 『 大鏡 』 に は 、 いった ん 臣籍 降下 し た に も かかわ ら ず 、 父 、 光孝 天皇 の 後 を うけ 即位 し た 元 侍従 で あ っ た 宇多 天皇 の こと を 、 「 あれ は かつて 私 に 仕え て い た 者 で は な い か 」 と 言 っ た と い う 逸話 が 残 っ て い る 。 その 皇子 で 又 従兄弟 で も あ っ た 敦仁 親王 ( 醍醐 天皇 ) より も 長生き し 、 更に 朱雀 天皇 、 村上 天皇 と 、 大叔父 の 光孝 系 の 皇統継承 を 見届け た の も また 、 皮肉 な 事 で あ っ た 。 ちなみ に 唯一 現代 まで 伝わ る 上記 の 歌 は 宇多 天皇 の 妹 に あた る 妃 の 一人 、 釣殿 宮 綏子 内 親王 に あて た 歌 で あ る 。 在位 中 の 元 号 貞観 元 慶 陵墓 ・ 霊廟 京都 市 左京 区 浄土 寺 真如 町 に あ る 神楽岡 東陵 ( かぐらおか の ひがし の みささぎ ) に 葬 ら れ た 。 +光孝 天皇 ( こうこうてんのう 、 天長 7 年 ( 830 年 ) - 仁和 3 年 8 月 26 日 ( 88 7 年 9 月 17 日 ) 在位 : 元 慶 8 年 2 月 23 日 ( 884 年 3 月 23 日 ) - 仁和 3 年 8 月 26 日 ( 88 7 年 9 月 17 日 ) ) は 、 第 58 代 の 天皇 。 諱 は 時康 ( ときやす ) 。 仁和 帝 ( にんな の み かど ) 、 小松 帝 ( こまつ の みかど ) と も 。 藤原 氏 は 、 この 帝 の 治世 で 初めて 関白 を 出 し た 。 仁明 天皇 の 第 三 皇子 。 母 は 贈太政 大臣 藤原 総継 ( ふさつ ぐ ) の 娘 、 澤子 。 兄弟 に は 、 文徳 天皇 、 宗康 親王 、 人康 親王 、 本康 親王 、 源多 、 源光 が い る 。 また 嵯峨 源 氏 の 源是茂 を 養子 と し て い る 。 幼少 よ り 太皇太后 橘嘉智子 の 寵愛 を 受け る 。 16 歳 で 父 ・ 仁明 天皇 の 御前 に て 元服 し て 四品 親王 と な り 、 以後 中務 卿 ・ 式部 卿 ・ 相撲 司 ( 別当 ) ・ 大宰帥 ・ 常陸 国 及び 上野 国太守 と 親王 が 歴任 する 官職 を ほぼ 全て を 歴任 し 、 53 歳 の とき に 一 品 親王 と な っ て 諸親 王 の 筆頭 と な る 。 陽成 天皇 が 藤原 基経 に よ っ て 廃位 さ れ た の ち 55 歳 で 即位 。 『 徒然 草 』 に は 即位 後 も 炊事 を 自分 で し た と あ る 。 藤原 基経 を 関白 に し 政務 を 執 ら せ た 。 即位 と 同時 に 皇子 を 多 く 臣籍 降下 さ せ た が 、 病 を 得 た ため 仁和 3 年 8 月 25 日 に 子 宇多 天皇 ( さだみ ) を 親王 に 復 し 、 翌 8 月 26 日 に 立太子 さ せ た 。 同日 に 崩御 し 、 定省 親王 が 宇多 天皇 と し て 践祚 し た 。 宮中 行事 の 再興 に 務め る と とも に 諸芸 に 優れ た 文化 人 で も あ っ た と さ れ る 。 和歌 ・ 和琴 など に 秀で と も さ れ 、 桓武 天皇 の 先例 に 倣 っ て 鷹狩 を 復活 さ せ た 。 また 、 親王 時代 に 相撲 司 別当 を 務め て い た 関係 か 即位 後 相撲 を 奨励 し て い る 。 晩年 は 政治 改革 と 親王 時代 の 住居 で あ っ た と さ れ る 宇多 院 の 近く に 勅願 寺 創建 を 計画 する も 実現 を 見 ぬ まま に 終わ り 、 後 を 継 い だ 宇多 天皇 の 「 寛平 の 治 」 及び 仁和 寺 創建 に 継承 さ れ る こと に な る 。 『 日本 三 代 実録 』 に あ る 「 天皇 少 ( わか ) く し て 聡明 、 好み て 経史 を 読 む 。 容止 閑雅 、 謙恭 和潤 、 慈仁 寛曠 、 九族 を 親愛 す 。 性 、 風流 多 く 、 尤 も 人事 に 長 ず 」 と 評 さ れ て い る 。 830 年 ( 天長 7 年 ) 、 生誕 常陸 太守 、 中務 卿 、 上野 太守 など 歴任 876 年 ( 貞観 18 年 ) 、 式部 卿 882 年 ( 元慶 6 年 ) 、 一 品 親王 884 年 ( 元慶 8 年 ) 、 即位 887 年 ( 仁和 3 年 ) 、 崩御 元 慶 仁和 御陵 は 、 小松山陵 ( 後田 邑陵 : のち の たむら の みささぎ ) 。 小倉 百 人 一首 に と ら れ る 。 君 が ため 春 の 野 に 出 で て 若菜 つ む わ が 衣手 に 雪 は ふりつつ ( きみが ため はる の の にいで て わか な つ む わが ころ も でに ゆき は ふりつつ ) +朱 雀 天皇 ( すざく てんのう 、 延長 元年 7 月 24 日 ( 923 年 9 月 7 日 ) - 天暦 6 年 8 月 15 日 ( 95 2 年 9 月 6 日 ) 、 在位 : 延長 8 年 11 月 22 日 ( 930 年 12 月 14 日 ) - 天慶 9 年 4 月 13 日 ( 946 年 5 月 16 日 ) ) は 第 61 代 の 天皇 。 諱 は 寛明 ( ゆた あきら ) 。 系 譜 第 60 代 醍醐 天皇 の 第 十 一 皇子 。 母 は 藤原 基経 の 娘 、 中宮 藤原 穏子 。 略歴 延長 4 年 ( 926 年 ) 、 東宮 と な る 。 立太子 の 背景 に は 、 兄 保明 親王 と その 子 慶頼 王 の 二 代 に わた る 東宮 の 夭折 が あ り 、 母后 穏子 は 怨霊 を 恐れ て 、 幾 重 に も 張 ら れ た 几帳 の 中 で 寛明 親王 を 育て た と い う 。 延長 8 年 ( 930 年 ) 醍醐 天皇 の 崩御 を 受け 同年 9 月 の 践祚 後 、 11 月 に 8 歳 で 即位 。 政治 は 、 伯父 藤原 忠平 が 摂政 関白 と し て 取り 仕切 っ て い た 。 治世 中 の 承平 5 年 ( 935 年 ) 2 月 、 平将門 が 関東 で 反乱 を 起こ し 、 次いで 翌年 に は 瀬戸 内海 で 藤原 純友 が 乱 を 起こ し た 。 ( 承平 ・ 天慶 の 乱 ) 懐柔 策 を 試み た が うま く い か ず 、 天慶 3 年 ( 940 年 ) 、 藤原 忠文 を 征夷 大将軍 に 任命 し て 将門 征伐軍 を 送 り 、 藤原 秀郷 の 手 に よ り 将門 は 討 た れ た 。 翌年 に は 橘遠 保 に よ り 藤原 純友 が 討 た れ 、 乱 は ようやく 収束 し た 。 治世 中 は この ほか に も 富士 山 の 噴火 や 地震 ・ 洪水 など の 災害 ・ 変異 が 多 く 、 また 皇子 女 に 恵まれ な かっ た こと も あ っ て か 、 朱雀 天皇 は 早々 と 同母 弟 成明 親王 ( 後 の 村上 天皇 ) に 譲位 し 、 仁和 寺 に 入 っ た 。 しかし その 後 、 後悔 し て 復位 の 祈祷 を し た と も い う 。 天暦 6 年 ( 952 年 ) に 出家 し て 、 その 年 に 30 歳 で 亡くな っ た 。 諡号 ・ 追号 ・ 異名 譲位 後 、 朱 雀院 を 「 後院 」 と し た ため 、 「 朱 雀院 」 と 追号 。 陵墓 ・ 霊廟 御陵 は 京都 市 伏見 区 醍醐 御 陵 東 裏町 に あ る 醍醐 陵 ( だい ご の みささぎ ) で 、 父帝 醍 醐 天皇 の 山科 陵 から 遠 く な い 。 +村上 天皇 ( むらかみ てんのう 、 延長 4 年 6 月 2 日 ( 926 年 7 月 14 日 ) - 康保 4 年 5 月 25 日 ( 96 7 年 7 月 5 日 ) 、 在位 : 天慶 9 年 4 月 28 日 ( 946 年 5 月 31 日 ) - 康保 4 年 5 月 25 日 ( 96 7 年 7 月 5 日 ) ) は 、 平安 時代 中期 の 天皇 。 第 62 代 。 諱 は 成明 ( なりあきら ) 。 第 60 代 醍醐 天皇 の 第 十 四 皇子 。 母 は 藤原 基経 の 娘 中宮 藤原 穏子 。 第 61 代 朱 雀 天皇 の 同母 弟 。 天慶 7 年 ( 944 年 ) 4 月 22 日 に 皇太子 と な り 、 同 9 年 4 月 13 日 に 朱 雀 天皇 の 譲位 に よ り 践祚 、 同月 28 日 に 即位 。 先代 に 続 い て 天皇 の 外舅 藤原 忠平 が 関白 を 務め た が 、 天暦 3 年 ( 949 年 ) に 忠平 が 亡くな る と それ 以降 摂関 を 置 か ず 、 延喜 時代 と とも に 天皇 親政 の 典範 と さ れ た 。 しかし 実際 に は 政治 の 実権 は 依然 摂 関家 の 藤原 実頼 ・ 藤原 師輔 兄弟 に あ り 、 更に 母 の 穏子 や 兄 の 朱雀 法皇 も 後見 を 名目 に 政治 に 関与 し よ う と し た ため 、 親政 は 表象 に すぎ な かっ た 。 平将門 ・ 藤原 純友 の 起こ し た 承平 ・ 天慶 の 乱 ( 935 年 - 940 年 ) の 後 、 朝廷 の 財政 が 逼迫 し て い た の で 倹約 に 努 め 物価 を 安定 さ せ た 。 文治 面 で は 、 天暦 5 年 ( 951 年 ) に 『 後撰 和 歌集 』 の 編纂 を 下命 し たり 、 天徳 4 年 ( 96 0 年 ) 3 月 に 天徳 内 裏 歌合 を 催行 し たり する など 、 歌人 と し て も 歌壇 の 庇護 者 と し て も 後世 に 評価 さ れ る 。 琴 ・ 琵琶 など の 楽器 に も 精通 し 、 平安 文化 を 開花 さ せ た 天皇 と いえ よ う 。 天皇 の 治績 は 「 天暦 の 治 」 と し て 後世 景仰 さ れ た 。 しかし その 反面 、 この 時代 に 外戚 政治 の 土台 が 一段 と 固め られ 、 吏治 に も 公正 さ が 失 わ れ る 一方 、 天徳 4 年 の 内裏 焼亡 を はじめ と する 数々 の 災難 が あ っ た 。 康保 4 年 ( 96 7 年 ) 5 月 25 日 、 在位 の まま 42 歳 で 崩御 。 天皇 号 を 持 つ 天皇 は 、 村上 天皇 以後 、 江戸 時代 の 光格 天皇 まで 90 0 年 近く の 間 な かっ た 。 また 、 皇子 具平 親王 の 末裔 は 「 村上 源 氏 」 と し て 、 以後 の 宮廷 政治 に お い て 大きな 影響 力 を 与え る よう に な る 。 追号 の 「 村上 」 は 、 御陵 の 在所 から 。 一条 朝 の あたり で 既に 「 村上 の 先帝 」 と 呼 び 、 「 村上院 」 と は い わ な かっ た 。 天慶 天暦 天徳 応和 康保 陵墓 は 京都 市 右京 区 鳴滝 宇多野谷 に あ る 村上 陵 ( むらかみ の みささぎ ) 。 +円融 天皇 ( えんゆうてんのう 、 天徳 ( 日本 ) 3 年 3 月 2 日 ( 959 年 4 月 12 日 ) - 正暦 2 年 2 月 12 日 ( 99 1 年 3 月 1日 ) ;   在位 : 安和 2 年 9 月 23 日 ( 96 9 年 11 月 5 日 ) - 永観 2 年 8 月 27 日 ( 98 4 年 9 月 24 日 ) ) は 、 第 64 代 の 天皇 。 諱 は 守平 ( もりひら ) 。 村上 天皇 の 第 五 皇子 で 、 母 は 右 大臣 藤原 師輔 の 娘 、 中宮 藤原 安子 。 冷泉 天皇 の 同母 弟 。 すぐ 上 の 同母 姉 資子 内 親王 と 仲 が よ く 、 これ を 一 品 に 叙 し た 。 はじめ 関白 藤原 兼通 の 娘 媓子 を 中宮 と し 、 天元 2 年 ( 979 年 ) に 彼女 が 亡くな る と 、 代わ っ て 関白 藤原 頼忠 の 娘遵子 を 中宮 に 立て た 。 また 、 藤原 兼家 の 次女 藤原 詮子 を 入内 さ せ 、 詮子 と の 間 に は 唯一 の 皇子 女 、 懐仁 親王 ( 後 の 一条 天皇 ) が 産まれ て い る 。 康保 4 年 ( 96 7 年 ) 9 月 1日 、 九 歳 に し て 、 同母 兄 の 為平 親王 を 飛び越え て 立太子 。 それ 以前 に は 3 ヶ月 余り に わた る 皇太子 の 空位 が あ っ た 。 為平 親王 が 源 高明 の 娘 を 妃 に し て い た ため 、 これ を 嫌 っ た 藤原 氏 の 策略 に よ る 安和 の 変 で 、 源 高明 が 失脚 する と 、 冷泉 天皇 の 譲り を 受け て 即位 し た 。 即位 時 11 歳 で あ っ た の で 、 太政 大臣 藤原 実頼 ( さねより ) が 摂政 に 就 い た 。 天禄 元年 ( 970 年 ) に 実頼 が 薨去 する と 、 天皇 の 外舅 藤原 伊尹 ( これ まさ ) が 摂政 を 引き継 い だ 。 同 三 年 、 伊尹 が 在職 一 年 あまり で 亡くな る と 、 その 弟 の 兼通 ・ 兼家 の 間 で 、 摂関 職 を 巡 っ て 熾烈 な る 争い が 行 わ れ た 。 天皇 は 亡母 の 遺訓 に 従 っ て 兼通 を 関白 に 任 じ て 、 さらに 貞元 2 年 ( 977 年 ) に 関白 兼通 が 重病 に 陥 る と 、 兼通 の 要望 に 従 っ て 遠縁 の 藤原 頼忠 を 後任 と し た 。 これ は 兼通 の 権勢 も あ る が 、 兼家 が 当時 兄 の 冷泉 上皇 に は 娘 ・ 藤原 超子 を 納れ て い た に も 関わ ら ず 、 天皇 で あ る 自分 の 許 に は 娘 を 納れ て い な かっ た ため に 天皇 も 兼家 に 含 む ところ が あ り 娘 ・ 遵子 を 納れ て い た 頼忠 の 方 に 好意 を 抱 い て い た と する 見方 も あ る 。 その 後 兼家 も 娘 ・ 詮子 を 納 れ 、 天皇 の 唯一 の 皇子 女 で あ る 一条 天皇 ( 懐仁 親王 ) を 儲け る 。 に も かかわ ら ず 、 「 素腹 の 后 」 遵子 を 中宮 に 立て た 。 一連 の こと は 兼家 の 恨み を 買 い 、 彼 は 娘詮子 ・ 外孫 懐仁 親王 ともども 、 里 第 に 籠 っ て 出仕 し な かっ た 。 これ に 対 し て 天皇 も 2 度 の 内裏 の 焼失 の 際 に 故 兼 通邸 の 堀河 殿 ( 退位 後 も 御所 と し て 使用 ) や 関白 頼忠邸 を 仮 の 御所 と し て 兼家 へ の 依存 を 拒 む など 、 両者 の 緊張 関係 が 続 く 事 に な る 。 かよう に 藤原 氏 の 勢力 争い に 翻弄 さ れ 、 永観 2 年 ( 984 年 ) 、 懐仁 親王 の 立太子 を 条件 に 花山 天皇 に 譲位 。 一条 朝 に は 幼帝 を 指導 し て 強 い 発言 権 を 持 ち 、 院政 の 意図 が あ っ た と も い う が 不詳 。 退位 後 は 後院 の 名 に 因 み 、 朱雀院 上皇 と 称 さ れ る 。 寛和 元年 ( 98 5 ) 8 月 、 寛朝 大 僧正 の 授戒 に よ り 出家 し 、 以後 円融 寺 に 住 む 。 よ っ て 死後 「 円融 院 」 と 追号 。 安和 天禄 天延 貞元 天元 永観 陵墓 は 京都 市 右京 区 宇多野 福王子 町 に あ る 後村上 陵 ( のち の むらかみ の みささぎ ) 。 また 全て の 天皇 は 皇居 の 宮中 三 殿 の 一 つ の 皇霊殿 に 祀 ら れ て い る 。 +冷泉 天皇 ( れいぜい てんのう 、 天暦 4 年 5 月 24 日 ( 950 年 6 月 12 日 ) - 寛弘 8 年 10 月 24 日 ( 1011 年 11 月 21 日 ) 、 在位 : 康保 4 年 10 月 11 日 ( 96 7 年 11 月 15 日 ) - 安和 2 年 8 月 13 日 ( 96 9 年 9 月 27 日 ) ) は 、 第 63 代 の 平安 時代 中期 の 天皇 。 村上 天皇 の 第 二 皇子 。 憲平 ( のりひら ) 親王 。 母 は 藤原 師輔 の 娘 中宮 藤原 安子 。 円融 天皇 の 同母 兄 。 第 一 皇子 の 広平 親王 を 押しのけ て 生後 間 も な く 立太子 。 時 の 権力 者 で あ る 藤原 実頼 ・ 師輔 の 兄弟 の 力 が 働 い て い た と 思 わ れ る 。 康保 4 年 ( 96 7 年 ) 、 村上 天皇 の 崩御 を 受け て 18 歳 で 即位 。 この 時 初めて 紫宸 殿 で 即位 式 を 行 っ た 。 精神 に 病 が あ り 皇太子 の 時代 から 問題 に な っ て い た こと から 、 藤原 実頼 が 関白 に つ い た 。 村上 天皇 の 第 四 皇子 為平 親王 と 、 守平 親 王 の 間 で 冷泉 天皇 の 皇太子 ( 皇太 弟 ) を めぐ っ て 安和 の 変 が あ り 、 安和 2 年 ( 969 年 ) 、 円融 天皇 ( 守平 親王 ) に 譲位 。 譲位 後 は 冷泉 院 上皇 と 称 さ れ る 。 62 歳 で 崩御 。 記録 で は 死因 は 赤痢 と さ れ て い る 。 以後 後 一条 天皇 の 即位 まで 約 50 年間 弟 の 円融 系 と の 皇位 迭立 が 続 き 、 円融 系 を 父方 、 冷泉 系 を 母方 と する 曾孫 の 後 三 条 天皇 の 即位 で 両皇統 は 融合 さ れ る 事 と な っ た 。 上皇 に な っ た 際 の 名称 は 、 現在 の 二 条 城 の 東北 に 嵯峨 天皇 が 造営 し た 離宮 「 冷然 院 」 が 後 に 後院 ( 上皇 の 御所 ) と な っ た 「 冷泉 院 」 に 由来 する 。 冷泉 天皇 は 容姿 が 非常 に 端麗 で あ っ た が 、 皇太子 時代 から 精神 の 病 ゆえ の 奇行 が 目立 っ た 。 大江 匡房 が 記 し た 『 江記 』 など に よ り 、 以下 の エピソード が 挙げ られ る 。 足 が 傷つ く の も 全く 構 わ ず 、 一 日 中 蹴鞠 を 続け た 。 父帝 ( 村上 天皇 ) に 手紙 の 返事 と し て 、 男性 の 陰茎 が 大き く 描 か れ た 絵 を 送りつけ た 。 清涼 殿 近く の 番 小屋 の 屋根 の 上 に 座り込 ん だ 。 病気 で 床 に 伏 し て い た 時 、 大声 で 歌 を 歌 っ て い た 。 退位 後 に 住 ん で い た 御所 が 火事 に な っ た 折 、 避難 する とき に 牛車 の 中 で 大声 で 歌 を 歌 っ た 。 儀式 の 最中 に 「 こんな 重 い もの は 被 っ て い られ な い 」 と いきなり 冠 を 脱 ぎ 、 近 く 使え て い た 馬命 婦 を 帳 の 中 に 強引 に 引き入れ て 姦 し た 。 これ ら の 奇行 と 当時 の 摂政 だっ た 藤原 実頼 と 外戚 関係 を 持 た ず 、 逆 に 有力 な 跡継ぎ と さ れ て い た 為平 親王 が 伯父 の 源 高明 を 舅 と し 、 藤原 氏 を 刺激 し た ( 安和 の 変 の 伏線 と な る ) 事 等 が 僅 か 2 年 で 退位 する 原因 と な っ た 。 もっとも 退位 後 は 在位 時 の プレッシャー が なくな っ た の か 、 61 歳 まで 生き た が 、 師貞 親王 ( 花山 天皇 ) を はじめ と する 皇子 女 や 弟 円 融 天皇 、 その 皇子 の 一条 天皇 等 多く の 親族 に 先立 た れ た の は 皮肉 な 事 で あ っ た 。 しかし 、 天皇 の 血統 は 確実 に 孫娘 の 禎子 内 親王 を も っ て 、 没後 円融 系 と 融合 さ れ る 事 と な っ た の で あ る 。 康保 安和 京都 市 左京 区 鹿ヶ谷 の 桜本 陵 +花山 天皇 ( かざん てんのう 、 安和 元年 10 月 26 日 ( 96 8 年 11 月 29 日 ) - 寛弘 5 年 2 月 8 日 ( 1 00 8 年 3 月 17 日 ) 、 在位 : 永観 2 年 10 月 10 日 ( 98 4 年 11 月 5 日 ) - 寛和 2 年 6 月 23 日 ( 98 6 年 7 月 31 日 ) ) は 、 第 65 代 の 天皇 。 平安 時代 中期 に あた る 。 諱 は 師貞 ( もろさだ ) 。 かつて は 「 華山 天皇 」 と も 表記 さ れ て い た 。 冷泉 天皇 の 第 一 皇子 。 母 は 、 摂政 太政 大臣 藤原 伊尹 ( これ まさ ) の 娘 ・ 女御 藤原 懐子 。 三条 天皇 の 異母 兄 。 子 に は 花山 源 氏 ( 神祇伯 を 世襲 し た 伯王 家 ) の 祖 と な っ た 清仁 親王 が い る 。 安和 2 年 ( 969 年 ) 、 叔父 円 融 天皇 の 即位 と 共 に 皇太子 に な り 、 永観 2 年 ( 984 年 ) 、 同帝 の 譲位 を 受け て 即位 。 生後 10 ヶ月 足 ら ず で 立太子 し た の は 、 摂政 で あ っ た 外祖 父 伊尹 の 外祖父 に よ る もの だ が 、 17 歳 で 即位 時 に は 既に 伊尹 は 亡くな っ て お り 、 有力 な 外戚 を 持 た な かっ た 事 は 、 2 年 足 ら ず の 在位 と い う 後果 を 招 い た 。 関白 に は 先代 に 引き続 い て 藤原 頼忠 が 着任 し た が 、 実権 を 握 っ た の は 、 帝 の 外舅 藤原 義懐 と 乳母子 藤原 惟成 で あ っ た 。 義懐 と 惟成 は 荘園 整理 令 の 発布 、 貨幣 流通 の 活性 化 など 、 革新 的 な 政治 を 行 っ た が 、 程 な く し て 天皇 が 退位 し た の に 殉 じ て 遁世 し た 。 19 歳 で 宮中 を 出 て 、 剃髪 し て 仏門 に 入 り 退位 し た 。 突然 の 出家 に つ い て 、 『 栄花 物語 』 『 大鏡 』 など は 寵愛 し た 女御 藤原 忯子 が 妊娠 中 に 死亡 し た こと を 素因 と する が 、 『 大鏡 』 で は 更 に 、 藤原 兼家 が 、 外孫 の 懐仁 ( やすひと ) 親王 ( 一条 天皇 ) を 即位 さ せ る 為 に 陰謀 を 巡ら し た 事 を 伝え て い る 。 蔵人 と し て 仕え て い た 兼家 の 三男 藤原 道兼 は 、 悲しみ に くれ る 天皇 と 一緒 に 出家 する と そそのかし 、 内裏 から 元慶寺 ( 花山 寺 ) に 連れ 出 し た 。 この とき 邪魔 が 入 ら ぬ よう に 鴨川 の 堤 から 警護 し た の が 兼家 の 命 を 受け た 清和 源 氏 の 源 満仲 と その 郎党 達 で あ る 。 安部 晴明 の 屋敷 の 前 を 通 っ た とき 、 中 から 「 帝 が 退位 なさ る と の 天変 が あ っ た 。 もう すでに … 式神 一人 、 内裏 へ 参 れ 」 と 言 う 声 が 聞こえ 、 目 に みえ な い もの が 晴明 の 家 の 戸 を 開け て 出 て き て 一行 を 目撃 し 「 たった いま 当 の 天皇 が 家 の 前 を 通り過ぎ て い き ま し た 」 と 答え た と 。 元 慶寺 へ 着 き 、 天皇 落飾 する と 、 道兼 は 親 の 兼家 に 事情 を 説明 し て くる と 寺 を 抜け出 し て その まま 逃げ て しま い 、 天皇 は 欺 か れ た 事 を 知 っ た 。 内裏 から 行方 不明 に な っ た 天皇 を 捜し 回 っ た 義懐 と 惟成 は 元慶寺 で 天皇 を 見つけ 、 そこ で ともども 出家 し た と 伝え る 。 この 事件 は 親王 時代 に 学問 を 教え 、 当時 式 部 丞 に な っ て い た 紫式 部 の 父 藤 原 為時 や 、 尾張国 郡司 百 姓 等 解文 で 有名 な 藤原 元命 の 運命 に も 影 を 落と し た 。 花山 天皇 は 当世 から 「 内劣り の 外 め で た 」 等 と 評 さ れ 、 乱心 の 振る舞い を 記 し た 説話 は 『 大鏡 』 『 古事 談 』 に 多 い 。 その 一方 で 、 彼 は 絵画 ・ 建築 ・ 和歌 など 多岐 に わた る 芸術 的 才能 に 恵まれ 、 ユニーク な 発想 に 基づ く 創造 は たびたび 人 の 意表 を 突 い た 。 『 拾遺 和 歌集 』 を 親撰 し た と も い わ れ る 。 出家 し 法皇 と な っ た 後 に は 、 奈良 時代 初期 に 徳道 が 観音 霊場 三十 三 ヶ所 の 宝印 を 石棺 に 納め た と い う 伝承 が あ っ た 摂津 国 の 中山 寺 ( 兵庫 県 宝塚 市 ) で この 宝印 を 探し出 し 、 紀伊国 熊野 から 宝印 の 三十 三 の 観音 霊場 を 巡礼 し 修行 に 勤め 大きな 法力 を 身 に つけ た と い う 。 この 花山 法皇 の 観音 巡礼 が 西国 三十 三 箇所 巡礼 と し て 現在 で も 継承 さ れ て お り 、 各 霊場 で 詠 ん だ 御製 の 和歌 が 詠歌 と な っ て い る 。 この 巡礼 の 後 、 晩年 に 帰京 する まで の 十 数 年間 は 巡礼 途中 に 気 に 入 っ た 場所 で あ る 摂津 国 の 菩提寺 ( 兵庫 県 三田 市 ) で 隠棲 生活 を 送 っ て い た と さ れ 、 この 地 に は 御 廟所 が あ り 菩提寺 と し て 西国 三十 三 箇所 巡礼 の 番外 霊場 と な っ て い る 。 出家 し て から の 有名 な 事件 と し て は 花山 法皇 襲撃 事件 が あ る 。 花山 法皇 29 歳 の とき 、 中関 白 家 の 内 大臣 藤原 伊周 ・ 藤原 隆家 に 矢 で 射 ら れ た 。 伊周 が 通 っ て い た 故 太政 大臣 藤原 為光 の 娘三 の 君 と 同じ 屋敷 の 四 の 君 の 処 に 花山 法皇 が 通い だ し た 。 その 四 の 君 は 寵愛 し た 女御 藤原 忯子 の 妹 に あた る 。 それ を 伊周 が 自分 の 相手 の 三 の 君 に 通 っ て い る の だ と 誤解 。 兄弟 は 武士 を 連れ て 法皇 の 一行 を 襲 い 、 隆家 と 従者 の 武士 は 法皇 の 衣 の 袖 を 弓 で 射抜 き 、 更に 花山 法皇 の 童子 二人 を 殺 し て 首 を 持 っ て 行 っ た と 『 百 錬 抄 』 に あ る 。 花山 法皇 は 恐怖 の あまり 口 を つぐん で 閉じこも っ て い た が 、 噂 が 広が り 伊周 ・ 隆家 は 太宰府 や 出雲 国 に 流罪 と な っ た 。 ( 「 長徳 の 変 」 ) 女御 : 藤原 姚子 ( 9 7 1 - 9 8 9 ) - 大納言 藤原 朝光 の 女 女御 : 藤原 諟子 ( ? - 10 3 5 ) - 関白 太政 大臣 藤原 頼忠次 女 女御 : 婉子 女王 ( 97 2 - 9 9 8 ) - 一 品 式 部 卿 為平親 王女 、 のち 藤原 実資 に 再嫁 正式 な 后妃 と の 間 に 子 は な く 、 出家 後 、 乳母子 の 中務 と その 娘 平 平子 を 同時 に 寵愛 し て 子 を 産 ま せ た ため 、 世 の 人 は 中務 の 腹 に 儲け た 清仁 親王 を 「 母腹 宮 」 、 平子 の 腹 に 儲け た 昭登 親王 を 「 女腹 宮 」 と 称 し た 。 二人 の 皇子 は のち に 、 それぞれ 冷泉 院 五宮 ・ 六宮 と し て 親王 宣下 。 母 : 中務 ( 平祐之女 ) 清仁 親王 ( ? - 10 3 0 ) - 四 品 弾正尹 、 白川 伯王家 の 祖 皇女 二人 母 : 平平子 ( 平祐 忠女 、 母 は 中務 ) 昭登 親王 ( 99 8 - 10 3 5 ) - 四品 中務 卿 皇女 二人 その 他 深観 ( 1001 - 1 050 ) 覚源 ( 100 4 - 10 65 ) なお 『 栄花 物語 』 に よ れ ば 皇女 四 人 の うち 、 平子 腹 の 皇女 一人 の み 成長 し た と い う 。 しかし 万寿 元年 ( 1024 年 ) 12 月 6 日 に この 皇女 ( 藤原 彰子 の 女房 ) は 夜中 の 路上 で 殺 さ れ 、 翌朝 、 野犬 に 食 わ れ た 酷 た ら しい 姿 で 発見 さ れ た ( 『 小右 記 』 ) 。 この 事件 は 京 の 公家 達 を 震撼 さ せ 、 検非 違使 が 捜査 に あた り 、 翌 万寿 2 年 ( 1025 年 ) 7 月 25 日 に 容疑 者 と し て 法師 隆範 を 捕縛 、 その 法師 隆範 が 藤原 道雅 の 命 で 皇女 を 殺害 し た と 自白 する 。 藤原 道雅 の 父 は 花山 法皇 に 矢 を 射掛け た 藤原 伊周 で あ る 。 永観 寛和 退位 後 の 御 在所 に 因 ん で 「 花山院 」 と 呼 ば れ た 。 また 全て の 天皇 は 皇居 の 宮中 三 殿 の 一 つ の 皇霊殿 に 祀 ら れ て い る 。 京都 市 北 区 衣笠 北 高橋 町 に あ る 紙屋 川上陵 ( かみ や かわ の ほとり の みささぎ ) +後 一条 天皇 ( ご いち じょうてんのう 、 寛弘 5 年 9 月 11 日 ( 1 00 8 年 10 月 12 日 ) - 長元 9 年 4 月 17 日 ( 10 36 年 5 月 15 日 ) ) は 、 平安 時代 中期 の 第 68 代 天皇 ( 在位 1016 年 - 10 36 年 ) 。 諱 は 敦成 ( あつひら ) 。 一条 天皇 の 第 二 皇子 。 母 は 藤原 道長女 中宮藤原 彰子 。 その 誕生 の 様子 は 「 紫式 部 日記 」 に 詳し く 、 道長 に と っ て 待望 久し い 外孫 皇子 出生 は その 後 の 一族 の 栄華 の 初花 と な る 。 長和 5 年 2 月 7 日 ( 1016 年 3 月 24 日 ) 、 8 歳 で 即位 し た ため 、 道長 が 摂政 と な り 権勢 を 振る っ た 。 道長 の 娘 で 叔母 に あた る 藤原 威子 を 中宮 と し 、 この 時代 に は 珍し く 他 の 妃 を 持 た な かっ た が 、 皇子 女 は 内親 王 二人 のみ で 世継ぎ の 皇子 に は ついに 恵まれ ぬ まま 、 29 歳 の 若 さ で 崩御 し た 。 遺詔 に よ り 、 喪 を 秘 し て 後朱 雀 天皇 へ の 譲位 の 儀 を 行 っ た と さ れ て い る 。 陵墓 京都 市 左京 区 吉田 神楽岡 町 。 菩提樹 院 陵 ( ぼだい じゅいんの みささぎ ) 。 +後 朱 雀 天皇 ( ごすざく てんのう 、 寛弘 6 年 11 月 25 日 ( 1009 年 12 月 14 日 ) - 寛徳 2 年 1 月 18 日 ( 1045 年 2 月 7 日 ) ) は 、 平安 時代 中期 の 第 69 代 天皇 ( 在位 1036 年 - 1045 年 ) 。 諱 は 敦良 ( あつなが ) 。 一条 天皇 の 第 三 皇子 。 母 は 藤原 道長女 中宮藤原 彰子 。 同母 兄 後 一条 天皇 の 皇太 弟 。 後 一条 天皇 の 即位 に 伴 い 皇太子 と な っ た 敦明 親王 が 、 寛仁 元年 ( 1017 年 ) 自ら 皇太子 を 辞退 し た ため 、 その 後 を 受け て 皇太子 と な る 。 同 5 年 ( 1021 年 ) 道長 の 六女 で 叔母 に あた る 藤原 嬉子 が 東宮 妃 と し て 入内 、 万寿 2 年 ( 1025 年 ) に 待望 の 第 一 王子 親仁 ( 後冷泉 天皇 ) が 生まれ る が 、 嬉子 は 産後 の 肥立ち が 悪 く 2 日 後 に 急逝 し た 。 その 後 道長 の 孫 で 従姉妹 の 禎子 内 親王 が 入内 し 第 二 王子 尊仁 ( 後三 条 天皇 ) 始め 一男 二 女 を 出産 、 それ と は 対照 的 に 兄 後 一条 が ついに 皇子 の 誕生 を 見 ぬ まま 崩御 し た ため 、 その 後 を 受け て 即位 し た 。 即位 後 は 関白 藤原 頼通 が 養女 藤原 嫄子 を 入内 さ せ て 中宮 に 立て た の を 始め 、 その 弟 藤原 教通 が 娘 生子 を 、 同じく 藤原 頼宗 が 娘延子 を 相 次 い で 入内 さ せ た が 、 いずれ も 皇子 を 出産 する こと は な かっ た 。 その 間 皇后 禎子 内 親王 と その 皇子 尊仁 親王 は 関白 ら に 冷遇 さ れ て い た が 、 後朱 雀 天皇 が 里内 裏 東 三 条殿 に お い て 病 に 倒れ て 譲位 を 決断 し た 際 、 皇后 を 支援 し て い た 藤原 能信 の 働き で 尊仁 親王 を 次期 皇太子 に する よう 遺詔 を 発 し た と 言 わ れ る 。 寛徳 2 年 1 月 16 日 ( 1045 年 2 月 5 日 ) 譲位 。 その 2 日 後 に 出家 、 同日 崩御 。 享年 37 。 長元 ( 1028 年 - 10 36 年 ) 長暦 ( 10 3 7 年 - 10 39 年 ) 長久 ( 1040 年 - 1044 年 ) 寛徳 ( 1044 年 - 1046 年 ) 京都 市 右京 区 龍安 寺 朱 山 。 圓乘 寺 陵 ( えんじょうじ の みささぎ ) 。 +後冷泉 天皇 ( ご れいぜい てんのう 、 万寿 2 年 8 月 3 日 ( 1025 年 8 月 28 日 ) - 治暦 4 年 4 月 19 日 ( 1068 年 5 月 22 日 ) ) は 、 日本 の 70 代 天皇 ( 在位 1045 年 - 1068 年 ) 。 父 後 朱 雀 天皇 。 母藤原 道長女 藤原 嬉子 。 名 を 親仁 ( ちか ひと ) と い う 。 紫式 部 の 娘 大 弐 三 位 が 乳母 で あ る 。 万寿 2 年 ( 1025 年 ) 8 月 3 日 、 誕生 。 2 日 後 に 生母 の 東宮 妃 嬉子 が 急死 。 長元 9 年 ( 10 36 年 ) 2 月 22 日 、 親王 宣下 。 長暦 元年 ( 10 37 年 ) 7 月 2 日 、 元服 、 三品 に 叙 さ れ る 。 8 月 17 日 、 皇太子 に 。 寛徳 2 年 ( 1045 年 ) 4 月 8 日 、 即位 。 治暦 4 年 ( 1068 年 ) 4 月 19 日 、 在位 の まま 崩御 。 享年 44 。 藤原 頼通 の 娘藤原 寛子 を 皇后 と し た が 、 皇子 が 生まれ な い まま 後冷泉 天皇 は 亡くな っ た 。 その ため 、 死後 は 異母 弟 で 藤原 氏 を 外戚 と し な い 後三 条 天皇 が 即位 する こと に な る 。 後冷泉 天皇 は 三后 並立 の 唯一 の 例 で あ る 。 後 の 鳥羽 天皇 や 二条 天皇 、 後堀 河 天皇 に も 中宮 ・ 皇后 と な っ た 后妃 が 3 人 い た が 、 同 時期 に 3 人 の 后 が 並立 し た の は 後冷泉 天皇 が 唯一 で あ る 。 初め に 立后 さ れ た の は 章子 で 、 次いで 寛子 が 立后 さ れ た が 、 寛子 立后 に あた り 、 通常 なら ば 先立 の 中宮 で あ る 章子 を 皇后 、 寛子 を 中宮 と する ところ を 、 章子 の 希望 で 章子 は 中宮 の まま 留め 置 か れ 、 寛子 が 皇后 と さ れ た 。 その 後 、 天皇 の 死 の 直前 に 歓子 が 立后 さ れ た が 、 歓子 立后 に あた っ て は 中宮 章子 が 皇太后 、 皇后 寛子 が 中宮 と さ れ 、 歓子 は 皇后 と さ れ た 。 これ は 3 人 の 入内 順 に 則 し た 序列 に し た もの と 考え られ る 。 中宮 : 章子 内 親王 ( 10 26 - 11 05 ) - 後一 条 天皇 第 一 皇女 皇后 : 藤原 寛子 ( 10 3 6 - 1 127 ) - 関白 藤原 頼通長 女 皇后 : 藤原 歓子 ( 1021 - 110 2 ) - 関白 藤原 教通 次 女 皇子 ( 104 9 、 即日 没 ) 寛徳 ( 1044 年 - 1046 年 ) 永承 ( 1046 年 - 1053 年 ) 天喜 ( 105 3 年 - 10 58 年 ) 康平 ( 105 8 年 - 1065 年 ) 治暦 ( 1065 年 - 1069 年 ) 京都 市 右京 区 龍安 寺 朱 山 。 圓教寺 陵 ( えん きょうじ の みささぎ ) 。 +後 三 条 天皇 ( ご さんじょうてんのう 、 長元 7 年 7 月 18 日 ( 10 34 年 9 月 3 日 ) - 延久 5 年 5 月 7 日 ( 1073 年 6 月 15 日 ) ) は 、 第 71 代 の 天皇 。 諱 は 尊仁 ( たかひと ) 。 享年 40 。 在位 は 治暦 4 年 4 月 19 日 ( 1068 年 5 月 22 日 ) から 延久 4 年 12 月 8 日 ( 1073 年 1 月 18 日 ) まで 。 後 朱 雀 天皇 の 第 二 皇子 。 母 は 三 条 天皇 第 三 皇女 、 皇后 禎子 内 親王 ( 陽明 門院 ) 。 後冷泉 天皇 の 異母 弟 。 宇多 天皇 以来 170 年 ぶり の 藤原 氏 を 外戚 と し な い 天皇 と な っ た ( ただし 、 禎子 内 親王 は 藤原 道長 の 外孫 で あ る ) 。 生母 が 藤原 の 出 で な い 為 、 関白 藤原 頼通 や 弟 の 藤原 教通 に 疎ん じ られ た が 、 彼 等 の 異母 弟 の 藤原 能信 の 支援 を 受け た と 言 わ れ て い る 。 『 今鏡 』 に よ る と 、 後朱 雀 天皇 が 尊仁 親王 を 兄 の 親仁 親王 ( 後冷泉 天皇 ) の 皇太 弟 に と 考え て い た の を 、 頼通 が 抑え て い た の に 対 し 、 能信 が 強 く 薦め て 、 その 遺詔 に よ り 皇太 弟 と な る 事 が 出来 た と あ る 。 しかし 、 頼通 や 教通 は 、 後冷泉 天皇 の 後宮 に 娘 を 入内 さ せ て 外祖父 と し て 権力 を 握 る 為 に 、 尊仁 親王 に 対 し て 陽 に 陰 に 圧迫 を 加え て い た 。 その 一 例 と し て 、 歴代 の 東宮 が 伝領 する 「 壷切 の 剣 」 を 頼通 が 「 藤原 氏 ( 特に 摂関 家 ) 腹 の 東宮 の 宝物 」 と の 理由 で 、 23 年 も の 間 、 親王 が 即位 する まで 献上 し な かっ た 事 が 、 大江 匡房 の 談話 集 『 江談 抄 』 に 記 さ れ て い る 。 しかし 、 結局 後冷泉 天皇 に は ついに 皇子 が な く 、 天皇 の 死後 、 尊仁 親王 は 即位 し た 。 頼通 が 失意 の あまり 引退 し た 後 、 藤原 彰子 の 推挙 で 弟 の 教通 を 関白 に し た が 、 反摂 関家 の 急先鋒 で 東宮 時代 の 天皇 を 庇護 し て い た 故 能信 の 養子 の 藤原 能長 や 、 村上 源氏 の 源 師房 等 を 登用 し て 摂関 家 の 政権 独占 打破 を 図 り 、 大江 匡房 や 藤原 実政 等 の 下級 役人 など を 登用 し 、 積極 的 に 親政 を 行 っ た 。 また 、 源 隆国 の よう に 、 東宮 時代 の 天皇 を 頼通 に 気兼ね し て 蔑ろ に し て い た 者 に 対 し て も 、 隆国 の 子息 の 源 俊明 を 登用 する 等 、 決して 報復 的 態度 を 取 ら な い よう に 公正 な 態度 を 示 し た 。 1069 年 荘園 整理 令 を 発布 し て 記録 荘園 券 契所 を 設置 し 、 1070 年 に は 絹布 の 制 、 1072 年 に は 延久 宣旨 枡 や 估価 估価 法 の 制定 等 、 律令 制度 の 形骸 化 に よ り 弱体 化 し た 皇室 の 経済 基盤 の 強化 を 図 っ た 。 特に 延久 の 荘園 整理 令 は 、 今 まで の 整理 令 に 見 られ な かっ た 緻密 さ と 公正 さ が 見 られ 、 その 為 に 基準 外 の 摂関 家 領 が 没収 さ れ る 等 ( 『 後二 条 師通記 』 に 記載 有り ) 、 摂関 家 の 経済 基盤 に 大 打撃 を 与え た 。 この 事 が 官 や 荘園 領主 、 農民 に 安定 を もたら し た 事 で 、 『 古事 談 』 は これ を 延久 の 善政 と 称え て い る 。 一方 、 摂関 家 側 は 頼通 ・ 教通 兄弟 が 対立 関係 に あ っ た ため に 天皇 へ の 積極 的 な 対抗 策 を 打ち出 す こと が 出来 な かっ た 。 また 、 同 時代 に 起き た 延久 蝦 夷 合戦 にて 、 津軽 半島 や 下北 半島 まで の 本州 全土 が 朝廷 の 支配 下 に 入 る 等 、 地方 に も 着実 に 影響 を 及ぼ す よう に な る 。 1072 年 、 即位 後 4 年 に て 第 一 皇子 白河 天皇 に 譲位 し て 院政 を 開 こ う と 図 っ た が 、 翌年 に は 病 に 倒れ 、 40 歳 で 崩御 し た 。 尚 、 近年 の 研究 で は 、 天皇 の 退位 は 院政 の 実施 を 図 っ た もの で は な く 、 病 に よ る もの と する 説 が 有力 で あ る 。 治暦 ( 1068 年 4 月 19 日 ) - 1069 年 4 月 13 日 延久 1069 年 4 月 13 日 - ( 1072 年 12 月 8 日 ) 京都 市 右京 区 龍安 寺 朱 山町 。 圓宗 寺 陵 ( えんそう じ の みささぎ ) 。 +堀河 天皇 ( ほり かわ てんのう 、 承暦 3 年 7 月 9 日 ( 1079 年 8 月 8 日 ) - 嘉承 2 年 7 月 19 日 ( 1107 年 8 月 9 日 ) ) は 平安 時代 後期 の 第 73 代 天皇 ( 在位 1086 年 - 1107 年 ) 。 諱 は 善仁 ( たる ひと ) 。 白河 天皇 の 第 二 皇子 、 母 は 藤原 師実 の 養女 ・ 中宮 藤原 賢子 。 准母 に 同母 姉 て い 子内 親王 ( 郁芳 門院 ) 。 応徳 3 年 ( 1086 年 ) 1 1 月 26 日 、 立太子 と 同日 に 、 8 歳 で 父 から 譲位 さ れ 即位 し た 。 関白 藤原 師実 が 摂政 と な る が 、 上皇 と な っ た 白河 院 が 院政 を 敷 き 、 全権 を 掌握 し た 。 堀河 天皇 は 政治 に 携わ る こと な く 、 学問 と 和歌 、 管弦 に 情熱 を 注 い だ 。 女御 藤原 苡子 ( 贈皇太后 ) と の 間 に 生まれ た 皇子 宗仁親王 ( 鳥羽 天皇 ) を 皇太子 と し た が 、 苡子 が 没 する と 宗仁 親王 は 白河 院 に 引き取 ら れ 、 院 の 下 で 養育 さ れ た 。 叔母 に あた る 中宮 篤子 内 親王 の 薫陶 を 受け 、 廷臣 ら に 慕 わ れ た 賢帝 で あ っ た が 病弱 で 、 帝位 に あ る まま 29 歳 で 亡くな っ た 。 なお 、 臨終 の 様子 は 乳母子 で あ る 典侍 藤原 長子 の 『 讃岐 典侍 日記 』 に 詳し い 。 ちなみ に 、 マラリア に 罹患 し て い た と する 説 が 、 明治 34 年 頃 に は 、 存在 し た 。 応徳 ( 1086 年 11 月 26 日 ) - 1087 年 4 月 7 日 寛治 1087 年 4 月 7 日 - 1094 年 12 月 25 日 嘉保 1094 年 11 月 25 日 - 1096 年 12 月 27 日 永長 1096 年 12 月 27 日 - 1097 年 11 月 21 日 承徳 1097 年 11 月 21 日 - 1099 年 8 月 28 日 康和 1099 年 8 月 28 日 - 110 4 年 2 月 10 日 長治 110 4 年 2 月 10 日 - 110 6 年 4 月 9 日 嘉承 110 6 年 4 月 9 日 - ( 1107 年 8 月 9 日 ) 京都 市 右京 区 竜安 寺 の 後 円 教寺 御陵 ( のち の えん きょうじ の みささぎ ) に 葬 ら れ る 。 +鳥羽 天皇 ( とばてんのう 、 康和 5 年 1 月 16 日 ( 110 3 年 2 月 24 日 ) - 保元 元年 7 月 2 日 ( 1156 年 7 月 20 日 ) ) は 平安 時代 後期 の 第 74 代 天皇 ( 在位 1107 年 - 1123 年 ) 。 諱 は 宗仁 ( むねひと ) 。 堀河 天皇 の 皇子 。 母 は 贈皇太后 藤原 苡子 。 外祖父 は 藤原 実季 。 崇徳 天皇 、 近衛 天皇 、 後白河 天皇 は 子 。 『 古事 談 』 の 記述 で は 崇徳 天皇 を 白河 天皇 の 実子 と し て い る 。 生 後 間 も な く 母苡子 が 没 し 、 祖父 の 白河 法皇 の 下 に 引き取 ら れ て 養育 さ れ た 。 父 堀 河 天皇 の 死後 、 5 歳 で 即位 。 政務 は 白河 法皇 が 執 っ た 。 永久 5 年 ( 1117 年 ) 白河 法皇 の 養女 で あ る 藤原 璋子 ( 待賢 門院 ) が 入内 、 翌年 中宮 と し 五 男 二 女 を もうけ る 。 保安 4 年 ( 1123 年 ) 1 月 23 日 長子 崇徳 天皇 に 譲位 、 その 後 も 実権 は 白河 法皇 が 握 り 続け た 。 白河 法皇 の 死後 、 大治 4 年 ( 1129 年 ) より 院政 を 敷 く 。 白河 法皇 に 疎ん じ られ て い た 藤原 忠実 を 呼び戻 し て 娘 の 藤原 泰子 ( 高陽 院 ) を 入内 さ せ る など 、 院 の 要職 を 自己 の 側近 で 固め る 。 さらに 白河 法皇 の 後ろ盾 を 失 っ た 中宮 璋子 に かわ り 、 藤原 得子 ( 美福門院 ) を 寵愛 し て 、 所生 の 皇子 体仁親王 ( 近衛 天皇 ) を 即位 さ せ た 。 崇徳 天皇 、 近衛 天皇 、 後白河 天皇 の 三 代 28 年 に 渡り 実権 を 掌握 。 康治 元年 ( 1142 年 ) に は 東大 寺 戒壇院 に て 受戒 し 、 法皇 と な っ た 。 皇后 美福門院 に 動か さ れ て 崇徳 上皇 を 疎ん じ 、 鳥羽 法皇 の 崩御 の 直後 に 保元 の 乱 が 勃発 する 原因 を 作 っ た 。 嘉承 ( 1107 年 8 月 9 日 ) - 1108 年 8 月 3 日 天仁 1108 年 8 月 3 日 - 1110 年 7 月 13 日 天永 1110 年 7 月 31 日 - 1113 年 7 月 13 日 永久 1113 年 7 月 13 日 - 1118 年 4 月 3 日 元永 1118 年 4 月 3 日 - 1120 年 4 月 10 日 保安 1120 年 4 月 10 日 - ( 1123 年 1 月 28 日 ) 京都 府 京都 市 伏見 区 竹田 内畑 町 の 安樂 壽院 陵 ( あんらく じゅ いんの みささぎ ) に 葬 ら れ る 。 『 新 ・ 平家 物語 ( 映画 ) 』 ( 1955 年 監督 : 溝口 健 二 、 演 : 夏目 俊二 ) 『 新 ・ 平家 物語 ( NHK 大河 ドラマ ) 』 ( 1972 年 NHK 大河 ドラマ 、 演 : 野村 万蔵 七 世野 村 万蔵 ) ( TBS ドラマ ) 』 ( 1992 年 TBS 、 演 : 松方 弘樹 ) +崇徳 天皇 ( すとくてんのう 、 元永 2 年 5 月 28 日 ( 1119 年 7 月 7 日 ) - 長寛 2 年 8 月 26 日 ( 11 64 年 9 月 14 日 ) ) は 日本 の 第 75 代 天皇 ( 在位 1123 年 - 1142 年 ) 。 退位 後 は 新院 、 讃岐 院 と も 呼 ば れ た 。 諱 を 顕仁 ( あきひと ) と い う 。 父 は 鳥羽 天皇 。 母 は 藤原 公実 女 の 中宮 藤原 璋子 ( 待賢 門院 ) 。 鳥羽 天皇 の 第 一 皇子 だ が 父 に は 疎ん ぜ られ た 。 古書 『 古事 談 』 に は 、 これ は 崇徳 天皇 が 鳥羽 天皇 の 実子 で な く 、 鳥羽 天皇 の 祖父 白河 天皇 と 、 白河 が 後 に 鳥羽 に 与え た 待賢 門院 と の 間 に でき た 子 で あ っ た ため と あ る 。 父 ・ 鳥羽 が それ を 知 っ た ため 、 崇徳 を 「 わが 子 に し て 祖父 の 息子 ( 自分 の 叔父 ) 」 と 言 う 意味 で 「 叔父子 ( おじご ) 」 と 呼 ん だ と い う 。 ただし 、 これ は 『 古事 談 』 のみ の 記述 で あ り 、 信憑 性 に は 疑問 も 残 る 。 保安 4 年 ( 1123 年 ) に 白河 法皇 の 影響 の 下 、 鳥羽 天皇 に 譲位 さ れ 、 5 歳 で 皇位 に つ く 。 白河 の 死後 治天 の 君 と な っ た 父 、 鳥羽 に 疎ん じ られ 、 永治 2 年 ( 1142 年 ) 4 月 28 日 、 異母 弟 で あ る 近衛 天皇 に 譲位 する 。 新帝 は 崇徳 の 中宮 藤原 聖子 の 養子 と な っ て お り 、 当初 、 崇徳 は 自身 に よ る 院政 を 期待 し て い た の で あ る が 、 鳥羽 に よ っ て 発布 さ れ た 譲位 の 宣命 に は 「 皇太 弟 」 と 明記 さ れ て い た ため 、 崇徳 は 父院 と し て の 立場 を 喪失 し 、 巧み に その 院政 を 封印 さ れ て しま っ た と い う 。 こう し て 太上 天皇 と な っ た あと も 、 実権 は 治天 の 君 で あ る 鳥羽 が 握 っ て お り 、 その 不満 は 募 っ て い っ た 。 近衛 の 母 で あ る 美福門院 は 崇徳 を 宥め る ため に 、 彼 の 長男 で あ る 重仁 親王 を 自分 の 養子 と し て 迎え入れ た 。 これ に よ り 近衛 が 継嗣 の な い まま 死去 し た 場合 に は 重仁 へ の 皇位 継承 が 可能 と な っ た が 、 その 後 、 崇徳 の 同母 弟 雅仁 親王 の 王子 守仁 親王 を も 養子 と し た ため に 、 後年 の 保元 の 乱 の 原因 と な る 跡目 争い へ の 種 が 蒔 か れ て しま っ た 。 久寿 2 年 ( 1155 年 ) に 近衛 天皇 が 死去 する と 、 皇位 継承 者 を 決定 する 王者 議定 は 、 鳥羽 、 美福門院 、 藤原 忠通 、 信西 ら の 主導 の 下 、 重仁 親王 と 守仁 親王 を 候補 者 と し て 審議 さ れ る こと と な っ た 。 だ が 、 あくまで も 崇徳 を 忌避 する 鳥羽 、 不仲 で あ る 崇徳 の 院政 に よ っ て 自身 が 掣肘 さ れ る こと を 危惧 する 美福門院 、 そして 自身 が 乳母 夫 を 勤め る 雅仁 親王 の 即位 に よ る 台頭 を めざ し た 信西 ら の 合意 に よ っ て 、 次代 の 守仁 の 即位 を 前提 と し て 、 その 父王 雅仁 が 中継ぎ と し て 即位 する こと と な っ た 。 後白河 天皇 で あ る 。 保元 元年 ( 1156 年 ) 7 月 2 日 の 鳥羽 の 死去 ごろ から 後白河 側 は 、 崇徳 と 鳥羽 と の 末期 の 対面 を 拒否 し 、 検非 違使 を 召集 し て 京中 を 警備 さ せ 崇徳 に 対 する 警戒 の 念 を あからさま に し て みせ 、 鳥羽 の 初 七 日 を 崇徳 の 臨幸 も な い うち に 実施 する など し て 、 崇徳 へ の 露骨 な 挑発 と 追い込み を 行 い 始め た 。 7 月 10 日 、 追い詰め られ た 崇徳 は 藤原 頼長 と とも に 白河 殿 に 移り 、 平忠正 、 平家 弘 、 源 為 義 ら 武士 を 召集 し て 、 生き残り を 図 る ため に 武力 で 天皇 方 を 倒 そ う と し た ( 保元 の 乱 ) 。 しかし 、 鳥羽 は 生前 すでに 有事 に 備え て 、 有力 な 武士 ら に 後白河 を 守 る よう 命 じ て お り 、 7 月 11 日 に は 平清盛 ・ 源義朝 ・ 源義康 ら の 白河 殿 へ の 夜陰 に 乗 じ た 奇襲 攻撃 に よ り 、 院方 は 敗走 し た 。 頼長 は 矢傷 に よ っ て 六 日 後 に 死亡 、 忠正 ・ 家弘 ・ 為義 は 捕縛 の 後 に 処刑 さ れ 、 崇徳 は 仁和 寺 に 入 っ て 髪 を 下ろ し た 。 崇徳 は 後白河 の 下 に 出頭 し た もの の 許 さ れ ず 、 讃岐 国 に 流刑 に 処 さ れ た 。 この ため 、 その 後 の 崇徳 は 「 讃岐 院 」 と 呼 ば れ た 。 讃岐 で の 軟禁 生活 の 中 で 、 仏教 に 深 く 傾倒 し て 極楽 を 願 う よう に な っ て い っ た 。 五 部 大乗経 ( 法華 経 ・ 華厳 経 ・ 涅槃 経 ・ 大集経 ・ 大品 般 若 経 ) の 写本 作り に 専念 し て 、 戦死 者 の 供養 と 反省 の 証 に と 、 完成 し た 五 つ の 写本 を 京 の 寺 に 収め て ほし い と 朝廷 に 差し出 し た ところ 、 治天 の 君 と な っ て い た 後白河 天皇 は 「 呪詛 が 込め られ て い る の で は な い か 」 と 疑 っ て これ を 拒否 し 、 影響 下 に あ る 朝廷 は 写本 を 送り返 し て き た 。 これ に 激し く 怒 っ た 崇徳 は 、 自分 の 舌 を 噛み 切 っ て 、 その 血 で せっかく の 五 つ の 写本 全て に 「 日本 国 の 大 魔縁 と な り 、 皇 を 取 っ て 民 と し 民 を 皇 と な さん 」 「 この 経 を 魔道 に 回向 ( えこう ) す 」 と 書き込 ん だ 。 爪 や 髪 を 伸ば し 続け 、 夜叉 の よう な 姿 に な り 、 後 に 生き ながら 天狗 に な っ た 、 と すら 言 わ れ た 。 長寛 2 年 8 月 26 日 ( 11 64 年 9 月 14 日 ) に 讃岐 で 崩御 する 。 一説 に は 、 三木 近安 に よ っ て 暗殺 さ れ た と も さ れ る 。 遺骸 を 火葬 に し た 際 、 その 煙 は 都 の 方角 に たなび い た と 伝え られ る 。 哀れ な 死 を 遂げ た 崇徳 天皇 に は 、 古く から 怨霊 伝説 が 囁 か れ る よう に な っ た 。 崇徳 天皇 の 死後 すぐ に 武士 で あ る 平氏 が 権力 を 振る う が その 間 に 大 火事 が 起こ り 、 末期 に は 叛乱 が 相 次 ぎ ( 下記 の 諡号 制定 は この 時期 で あ り 、 既に 怨霊 と 深 く 認識 さ れ て い た ) 、 更に は 養和 の 飢饉 が 起こ る 。 そして 平家 の 都落ち 後 の 木曾 義仲 に よ る 暴虐 と 、 京 に は 凶事 が 連続 し た 。 やがて 源平 争乱 を 経 て 鎌倉 幕府 が 成立 、 承久 の 乱 で 後鳥 羽 天皇 を 流刑 に 処 する に 至 る と 、 朝廷 で は いよいよ 崇徳 の 祟り が 起こ っ た と 恐れ た と 言 う ( 御 霊 信仰 ) 。 治承 元年 7 月 29 日 、 「 崇徳 」 の 諡号 が 定め られ て 、 同日 に 藤原 頼長 に 従一 位 太政 大臣 を 追贈 し た 。 寿永 2 年 に は 保元 の 乱 の 古 戦場 で あ る 春日 河原 に 廟 を 置 い て 「 粟田 社 」 と 呼 ば れ る 社 を 設置 し た 。 だ が 、 応仁 の 乱後 に 衰微 し て 天文 年間 に 平野 社 に 統合 さ れ た 。 また 、 崩御 の 直後 に 地元 の 人 達 に よ っ て 御陵 の 近く に 建て られ た 頓証 寺 ( 現在 の 白峯 寺 ) に 対 し て も 官 の 保護 が 与え られ た と さ れ て い る 。 その 一方 で 後世 に は 、 四国 全体 の 守 り 神 で あ る と い う 伝説 も 現われ る よう に な る 。 承久 の 乱 で 土佐 国 に 流 さ れ た 土御 門 上皇 ( 後白河 の 曾孫 ) が 途中 で 崇徳 天皇 の 御陵 の 近く を 通 っ た 際 に その 霊 を 慰め る ため に 琵琶 を 弾 い た ところ 、 夢 に 崇徳 天皇 が 現 われ て 上皇 と 都 に 残 し て き た 家族 の 守護 を 約束 し た 。 その 後 、 上皇 の 遺児 で あ っ た 後 嵯峨 天皇 が 鎌倉 幕府 の 推挙 に よ り 皇位 に 就 い た と さ れ て い る 。 また 、 室町 幕府 の 管領 で あ っ た 細川 頼之 が 四国 の 守護 と な っ た 際 に 崇徳 天皇 の 菩提 を 弔 っ て から 四国 平定 に 乗り出 し て 成功 し て 以後 、 細川 氏 代々 の 守護 神 と し て 崇敬 さ れ た と 言 わ れ て い る 。 後 の 明治 天皇 は 即位 に 際 し て 使者 を 讃岐 に 送 り 、 崇徳 の 霊 を 京都 へ 帰還 さ せ て 白峯 神宮 を 創建 し た 。 歌 詞花 和 歌集 ( 二十 一 代 集 の 第 六 ) の 勅撰 を 命じ る 。 仁平 元年 ( 1151 年 ) に 完成 奏覧 。 選者 藤原 顕輔 。 千載 和 歌集 ( 八代 集 の 第 七 ) に 23 首 入集 。 久安 百 首 百 人 一首 から 。 瀬 を 早み 岩 に せかる る 滝川 の われ て も 末 にあ は む と ぞ 思 ふ ( 崇徳院 ) 滝 の 水 は 岩 に ぶつか る と 二 つ に 割れ る が 、 すぐ に また 一 つ に な る の で 、 現世 で は 障害 が あ っ て 結 ば れ な かっ た 恋人 たち も 、 来世 で は 結 ば れ ま しょ う 。 この 歌 を 題材 に 取 っ た 古典 落語 の 演目 に 「 崇徳 院 」 と い う もの が あ る 。 なお この 歌 と 保元 の 乱 と の 因果 関係 は な い 。 天治 ( 1124 年 4 月 3 日 ) - 1126 年 1 月 22 日 大治 1126 年 1 月 22 日 - 1131 年 1 月 29 日 天承 1131 年 1 月 29 日 - 1132 年 8 月 11 日 長承 1132 年 8 月 11 日 - 1135 年 4 月 27 日 保延 1135 年 4 月 27 日 - 1141 年 7 月 10 日 永治 1141 年 7 月 10 日 - ( 1142 年 4 月 28 日 ) 香川 県 坂出 市 青海 町 の 白峯 陵 ( しらみね の みささぎ ) に 葬 ら れ る 。 『 弓張 月 』 ( 1955 年 監督 : 丸根 賛太郎 、 演 : 加藤 正男 ) 『 新 ・ 平家 物語 ( NHK 大河 ドラマ ) 』 ( 1972 年 NHK 大河 ドラマ 、 演 : 田村 正和 ) +近衛 天皇 ( このえ てんのう 、 保延 5 年 5 月 18 日 ( 1139 年 6 月 16 日 ) - 久寿 2 年 7 月 23 日 ( 1155 年 8 月 22 日 ) ) は 、 日本 の 第 76 代 天皇 ( 在位 永治 元年 12 月 7 日 ( 1142 年 1 月 5 日 ) - 久寿 2 年 7 月 23 日 ( 1155 年 8 月 22 日 ) ) 。 諱 を 体仁 ( なりひと ) と い う 。 鳥羽 天皇 の 第 九 皇子 。 母 は 藤原 氏 の 藤原 得子 ( 藤原 得子 ) 。 生母 の 藤原 得子 が 鳥羽 天皇 の 寵愛 を 受け て い た ため 、 わずか 2 歳 で 崇徳 天皇 と 代わ っ て 即位 し た 。 治世 中 は 鳥羽 天皇 が 院政 を 敷 い た 。 若死 し た ため 子 は 無 く 、 皇位 を 巡 っ て 鳥羽 と 崇徳 天皇 が 対立 し た こと から 保元 の 乱 が 起こ る 。 永治 ( 1141 年 12 月 7 日 ) - 1142 年 4 月 28 日 康治 1142 年 4 月 28 日 - 1144 年 2 月 23 日 天養 1144 年 2 月 23 日 - 1145 年 7 月 22 日 久安 1145 年 7 月 22 日 - 1151 年 1 月 26 日 仁平 1151 年 1 月 26 日 - 1154 年 10 月 28 日 久寿 1154 年 10 月 28 日 - ( 1156 年 7 月 23 日 ) 京都 市 伏見 区 竹田 内畑 町 の 安楽 寿 院 南陵 ( あんらく じゅ いん の みなみ の みささぎ ) に 葬 ら れ た 。 +二条 天皇 ( に じょうてんのう 、 康治 2 年 6 月 18 日 ( 1143 年 7 月 31 日 ) - 永 万 元年 7 月 28 日 ( 1165 年 9 月 5 日 ) ) は 第 78 代 天皇 ( 在位 保元 3 年 8 月 11 日 ( 1158 年 9 月 5 日 ) - 永 万 元年 6 月 25 日 ( 1165 年 8 月 3 日 ) ) 。 名 を 守仁 ( もりひと ) と い う 。 後白河 天皇 の 第 一 皇子 。 母 は 源 有仁 の 養女 ・ 贈皇太后 源 懿子 ( よしこ ) 。 外祖父 は 藤原 経実 。 祖父 で あ る 鳥羽 法皇 の 后 ・ 美福門院 の 養子 と な る 。 生母 の 懿子 ( よしこ ) が 急死 し た こと で 祖父 ・ 鳥羽 法皇 に 引き取 ら れ 、 美福門院 に よ り 養育 さ れ た ( 『 山槐 記 』 ) 。 近衛 天皇 が 即位 し て お り 、 更に 同じく 美福門院 の 養子 と し て 先 に 入 っ て い た 重仁 親王 ( 崇徳 上皇 の 長男 ) が い た ため に 皇位 継承 の 望み は 薄 く 、 仁平 元年 ( 1151 年 ) 10 月 、 僧侶 と な る ため に 伯父 で あ る 覚性 法 親王 の い る 仁和 寺 に 入 っ た ( 9 歳 ) 。 その 後 、 孫王 は 仏典 を よく 読み こなし 「 ちゑ ふか く お は し ま し けり 」 ( 『 今鏡 』 ) と 評判 に な っ た 。 近衛 は 病弱 で 子 も い な かっ た こと から 、 仁平 3 年 ( 1153 年 ) 関白 ・ 忠通 が 鳥羽 法皇 に 孫王 へ の 譲位 を 奏請 し 、 美福門院 も 崇徳 の 院政 へ の 危惧 から 孫王 の 擁立 に 傾 い て い っ た 。 久寿 2 年 ( 1155 年 ) 7 月 に 近衛 が 崩御 する と 「 王者 の 議定 」 が 行 わ れ て 、 孫王 即位 まで の 中継ぎ で あ る こと を 条件 に 、 雅仁 親王 ( 後白河 天皇 ) が 即位 し た 。 8 月 仁和寺 から 戻 っ た 孫王 は 、 9 月 親王 宣下 を 蒙 り 「 守仁 」 と 命名 さ れ 即 日 立 太子 、 12 月 に 元服 、 翌年 3 月 に は 美福門院 の 皇女 ・ しゅ子内 親王 を 妃 に 迎え る など 、 美福門院 の 全面 的 な 支援 を 受け た 。 保元 3 年 ( 1158 年 ) 8 月 、 後白河 は 守仁 に 譲位 する ( 二条 天皇 ) 。 これ は 「 仏 と 仏 と の 評定 」 ( 『 兵範 記 』 保元 3 年 8 月 4 日 条 ) に よ る もの で 、 美福門院 が 信西 に 強 く 要求 し て 実現 し た もの で あ っ た 。 二条 天皇 を 支え る 勢力 と し て 、 藤原 伊通 ( 美福門院 の 従兄弟 ) ・ 藤原 経宗 ( 二 条 生母 ・ 懿子 の 弟 ) ・ 藤原 惟方 ( 二条 の 乳母 ・ 俊子 の 子 ) ら が 集結 し て 、 二条 親 政派 を 形成 し た 。 ここ に 、 二条 親 政派 と 後白河 院 政派 の 対立 が 始ま っ た 。 二条 は 美福門院 に 育て られ た こと も あ り 、 実父 ・ 後白河 と の 関係 は 冷淡 な もの で あ っ た 。 平治 元年 ( 1159 年 ) 12 月 平治 の 乱 が 起こ る と 、 二条 は 反乱 軍 に 幽閉 さ れ る が 清盛 の 六波羅 邸 へ 避難 する 。 『 平家 物語 』 に よ る と 女房 車 の 中 を 覗 い た 武士 が 、 二条 を 女房 と 見誤 っ た と する 。 女性 の よう な 美貌 を 持 っ た 美 男子 だっ た と い う 。 乱 が 終結 し た 直後 の 12 月 29 日 に 美福門院 の 八 条 邸 に 行幸 し 、 翌 正月 に は 太皇 太后 ・ 藤原 多子 を 入内 さ せ る ( 二代 の 后 ) 。 『 平家 物語 』 は 多子 の 入内 を 二条 の 独断 と する が 、 後見 の 美福門院 や 側近 の 経宗 ・ 惟方 が この よう な 重大 問題 に 関与 し な かっ た と は 考え にく く 、 二条 の 立場 を 固め る ため の 政略 的 な 婚姻 と 推測 さ れ る 。 しかし 、 3 月 に 経宗 ・ 惟方 が 後白河 の 命 に よ り 配流 さ れ て 失脚 、 7 月 に は 藤原 隆信 が 院 昇殿 停止 処分 を 受け 、 8 月 に は 中宮 ・ 姝子 内 親王 が 病 に よ り 出家 、 11 月 に は 後見 の 美福門院 が 死去 する など 二条 親 政派 の 要人 が 次々 に 消え て 、 二条 の 立場 は 不 安定 と な り 後白 河 院 政派 が 勢力 を 拡大 し た 。 表面 的 に は 「 院 ・ 内申 シ合 ツツ 同ジ 御 心 ニテ 」 ( 『 愚管 抄 』 ) 二 頭 政治 が 行 わ れ た が 、 両派 の 対立 は 深 く 「 上下 おそれ を の の いて やす い 心なし 、 ただ 深淵 に のぞ む で 薄氷 を ふ む に 同じ 」 ( 『 平家 物語 』 ) と い う 状況 で あ っ た 。 二条 が 頼み と し た の は 、 藤原 伊通 と 平清盛 だっ た 。 伊通 は 太政 大臣 と し て 二条 を 補佐 し 、 政道 の 意見 書 『 大槐 秘抄 』 を 著 し た 。 また 乳母 ・ 平時 子 を 従 三 位 典侍 に する と とも に ( 『 山槐 記 』 ) 、 時子 の 夫 ・ 清盛 を 検非 違使 別当 ・ 中納言 に する こと で 軍事 的 な 後ろ盾 と し た 。 応保 元年 ( 1161 年 ) 9 月 、 後白河 と 平滋子 の 間 に 生まれ た 皇子 憲仁 ( 後 の 高倉 天皇 ) を 皇太子 に し よ う と する 陰謀 が 発覚 する と 、 二条 は 後白 河 近臣 の 平時 忠 ・ 平教盛 ・ 藤原 成親 ・ 藤原 信隆 を 解官 し て 、 後白河 の 政治 介入 を 停止 し た 。 「 主上 二 条院 、 世ノ 事 ヲバ 一向 ニ行 ハセマイ ラセテ 」 ( 『 愚管 抄 』 ) 実権 を 掌握 し た 二条 は 、 親政 の 拠点 を 押小路 東 洞院 の 内裏 に 据え て 清盛 に 警護 さ せ た 。 12 月 に は 美福門院 の 皇女 ・ あき子内 親王 に 八条 院 の 院号 を 与え て 准母 と なし 、 出家 し て い た 姝子 内 親王 に も 高松 院 の 院号 を 与え た 。 さらに 、 忠通 の 養女 ・ 藤原 育子 ( むねこ 、 実父 は 徳大寺 実能 ) を 中宮 と し て 、 関白 ・ 基実 と も 連携 し て 摂関家 も 自ら の 下 に 取り込 む こと に 成功 し た 。 応保 2 年 ( 1162 年 ) に は 叔父 の 経宗 を 召還 する 一方 、 自ら を 呪詛 し た 時忠 ・ 源 資賢 を 配流 する など 着々 と 政治 基盤 を 固め て い っ た 。 二条 は 悪僧 ・ 神人 の 統制 令 や 荘園 整理 など 、 信西 の 政策 を 踏襲 し て 積極 的 な 政務 を 展開 する 。 政治 から 排除 さ れ た 後 白河 は 信仰 の 世界 に のめりこ み 、 蓮華 王院 を 造営 し て 供養 の 日 に 二条 の 行幸 と 寺司 へ の 功労 の 賞 を 熱望 する が 、 二条 が 拒 ん だ こと から 後白河 は 恨み を 抱 い た と い う ( 『 愚管 抄 』 ) 。 蓮華 王院 に は 荘園 ・ 所領 が 寄進 さ れ 、 二条 は 後白河 の 院政 復活 の 動き に 警戒 心 を 抱 く こと に な る 。 長寛 2 年 ( 1165 年 ) 2 月 、 太政 大臣 の 伊通 が 亡くな り 、 自ら も 病 に 倒れ た 。 6 月 に は 前年 に 生まれ た 実子 の 順仁 親王 ( 六条 天皇 、 中宮 ・ 育子 の 養子 ) に 譲位 し 、 7 月 に 押小路 東 洞院 で 崩御 し た 。 二条 は 優れ た 人物 で 「 末 の世 の 賢王 に お は し ま す 」 ( 『 今鏡 』 ) と 賞賛 さ れ 、 愚昧 と さ れ た 父 ・ 後白河 と は 対照 的 だっ た 。 一方 で 、 後白河 と の 対立 は 生涯 に 渡 っ て 解消 さ れ る こと は な く 、 「 孝道 に は 大 に 背けり 」 ( 『 源平 盛衰記 』 ) と い う 世評 も あ っ た 。 保元 ( 1156 年 4 月 27 日 ) - 1159 年 4 月 20 日 平治 1159 年 4 月 20 日 - 11 60 年 1 月 10 日 永暦 11 60 年 1 月 10 日 - 11 61 年 9 月 4 日 応保 1161 年 9 月 4 日 - 11 63 年 3 月 29 日 長寛 1163 年 3 月 29 日 - 1165 年 6 月 5 日 永 万 1165 年 6 月 5 日 - ( 116 6 年 8 月 27 日 ) 京都 市 北 区 ( 京都 市 ) 平野 八丁 柳町 の 香隆 寺 陵 ( こうりゅうじ の みささぎ ) に 葬 ら れ た と さ れ る 。 +伏見 天皇 ( ふしみ てんのう 、 文永 2 年 4 月 23 日 ( 1265 年 5 月 10 日 ) - 文保 元年 9 月 3 日 ( 1317 年 10 月 8 日 ) ) は 日本 の 第 92 代 天皇 ( 在位 弘安 10 年 10 月 21 日 ( 1287 年 11 月 27 日 ) - 永仁 6 年 7 月 22 日 ( 1298 年 8 月 30 日 ) ) 。 諱 は 熈仁 ( ひろひと ) 。 書道 の 伏見 院 流 の 祖 、 京極 派 の 有力 歌人 と し て も 知 ら れ る 。 後深草 天皇 の 第 二 皇子 。 母 は 、 左 大臣 洞院 実雄 の 娘 、 玄輝 門院 ・ 藤原 愔子 ( 愔 = りっしん べん に 音 ) 。 持明院 統 。 持明院 統 の 後深草 天皇 の 働きかけ に よ り 、 1275 年 、 大覚 寺 統 の 後宇多 天皇 の 皇太子 に な る 。 1287 年 、 後宇多 天皇 の 譲位 に よ り 即位 。 これ 以後 、 大覚 寺 統 と 持明 院 統 が 交代 で 天皇 を 出 す 時代 が しばらく 続 く 事 に な る 。 後深草 上皇 は 2 年 余り で 院政 を 停止 し た 為 、 以後 天皇 親政 が 続 く 。 128 9 年 、 自分 の 皇子 で あ る 後伏見 天皇 を 皇太子 に し た ため 、 大覚 寺 統 と の 間 の 確執 が 強ま る 。 1290 年 に は 宮中 に 浅原 為頼 の 一族 が 押し入 る 天皇 暗殺 未遂 事件 が 起き る 。 この 事件 は 初め 、 北条 氏 に よ る 弘安 合戦 に よ り 所領 を 没収 さ れ た 事 に よ る 反抗 か と 思 わ れ た が 、 後 に 三条 実盛 の 関与 が 発覚 し 、 亀山 上皇 が 裏 で 策動 し て い た と 言 う 疑惑 が あ っ た 。 治世 中門閥 貴族 に よ る 政治 の 打破 など に 力 を 入れ る が 、 鎌倉 幕府 の 干渉 が 強ま る と 1298 年 、 後伏見 天皇 に 譲位 し て 院政 を 執り行 っ た 。 しかし 、 3 年 後 の 130 1 年 に は 、 大覚 寺 統 の 巻き返し に よ り 後二 条 天皇 に 譲位 し て い る 。 130 8 年 に 幕府 へ の 工作 が 成功 し 、 第 四 皇子 ・ 花園 天皇 の 即位 を 実現 さ せ 、 再び 院政 を 敷 い た 。 伏見 天皇 の 時代 は 、 持明 院 統 と 大覚 寺 統 が 解決 策 を 見つけ られ ず 綱引き を し て い た 時代 で あ る 。 1317 年 、 崩御 。 伏見 天皇 の 政治 は 皮肉 に も 政敵 で あ る 亀山 上皇 の 政策 を 踏襲 し た もの で あ り 、 朝廷 に おけ る 訴訟 機構 の 刷新 や 記録 荘園 券 契所 の 充実 など に よ り 政治 的 権威 の 回復 に 積極 的 に 取り組 ん だ 。 また 、 皇位 継承 に 介入 する 鎌倉 幕府 に 対 し て 強 い 不信 感 を 持 ち 、 在世 中 は 倒幕 画策 の 噂 が 立て られ る ほど で あ っ た 。 この ため 、 天皇 の 和歌 の 師 で 一番 の 側近 で あ っ た 京極 為 兼 が 二 度 も 流刑 と な っ て い る の は 、 天皇 が 反幕府 的 な 動き を 取 っ た 事 に 対 する 見せしめ で は な い か と い う 説 も 唱え られ て い る 。 弘安 ( 1287 年 10 月 21 日 ) - 1288 年 4 月 28 日 正応 1288 年 4 月 28 日 - 1293 年 8 月 5 日 永仁 1293 年 8 月 5 日 - ( 1298 年 7 月 22 日 ) 退位 後長 く 住 ん だ 洛南 の 離宮 伏見殿 に ちな み 、 伏見 院 と 追号 。 また 、 持明院 統 代々 の 仙洞 御所 で あ り 伏見 天皇 崩御 の 場 で も あ る 持明 院 殿 と も 称 さ れ た 。 京都 市 伏見 区 深草 坊 町 の 深草 十 二 帝 陵 こと 深草 北陵 ( ふか くさき たの みささぎ ) に 持明院 統歴 代 と とも に 葬 ら れ た 。 +桜町 天皇 ( さくらまち てんのう 、 享保 5 年 1 月 1日 ( 1720 年 2 月 8 日 ) - 寛延 3 年 4 月 23 日 ( 1750 年 5 月 28 日 ) ) は 、 江戸 時代 の 第 115 代 天皇 ( 在位 享保 20 年 3 月 21 日 ( 1735 年 4 月 13 日 ) - 延享 4 年 5 月 2 日 ( 1747 年 6 月 9 日 ) ) 。 幼名 を 若宮 、 諱 を 昭仁 ( てるひと ) と い う 。 享保 13 年 ( 1728 年 ) に 立太子 、 同 20 年 ( 1735 年 ) に 父帝 の 譲位 に よ り 践祚 。 江戸 幕府 の 征夷 大将軍 徳川 吉宗 の 助力 と 関白 一条 兼香 の 補佐 を 得 て 朝廷 の 儀式 の 復古 に 力 を 入れ 、 大嘗 祭 の 再復活 や 新嘗 祭 、 奉幣 使 など の 他 の 儀礼 の 復活 に も 力 を 注 い だ 。 また 、 自ら 「 大 日本 天皇 昭仁 親王 」 と 記 し て い る こと から 、 朝儀 の 復興 を 通 し て 天皇 の 権威 向上 に 努め て い た こと が 窺え る 。 延享 4 年 ( 1747 年 ) 桃園 天皇 に 譲位 し て 院政 を 開始 する が 、 寛延 3 年 ( 1750 年 ) に 脚気 衝心 に よ り 31 歳 で 崩御 。 なお 、 徳富 蘇峰 の 『 近世 日本 国民 史 』 以来 、 天皇 が 幕府 の 圧力 に よ っ て 退位 し た と する 説 が あ る が 、 実際 に は 退位 後 に お い て も 積極 的 に 政治 や 学問 の 振興 策 を 主導 し て お り 、 むしろ 幕府 から の 干渉 を 避け る ため に 院政 に よ る 政治 運営 を 行 う 狙い が あ っ た と 考え られ て い る 。 ただ 、 院政 を 充実 さ せ る に は 残 さ れ た 3 年 と い う 期間 は 余り に も 短 すぎ る もの で あ っ た 。 神沢 貞幹 の 『 翁草 』 に よ る と 生まれ が 元旦 で その とき 火事 が あ り 且つ 実績 も 立派 と い う 共通 点 から 聖徳 太子 の 再来 と い わ れ 、 歴史 家 と し て も 知 ら れ た 公家 の 柳原 紀光 も 「 延喜 ・ 天暦 の 治 以来 の 聖代 で あ る 」 と 評 し た と い う 。 烏丸 光栄 に 古今 伝授 を 受け る など 歌道 に 優れ 、 御 製 は 『 桜町 院 御集 』 や 『 桜町 院 坊中 御 会 和歌 』 と し て まとめ られ て い る 。 また 曽祖父 ・ 霊元 天皇 の 御製 を 分類 し て 『 桃蕊 類題 ( とうずい る いだい ) 』 を 残 し て い る 。 絵画 に も 優れ 、 東京 国立 博物 館 に あ る 「 武者 小路 実陰 肖像 画 」 は 重要 美術 品 に 指定 さ れ て い る 。 享保 ( 1 71 6 年 6 月 22 日 - 1736 年 4 月 28 日 ) 元文 ( 1736 年 4 月 28 日 - 1741 年 2 月 27 日 ) 延享 ( 1744 年 2 月 21 日 - 1748 年 7 月 12 日 ) 仙洞 御所 の 宮名 で あ る 桜町 殿 に よ り 桜町 院 と 追号 さ れ た 。 京都 市 東山 区 今 熊野 泉山 町 の 月輪 陵 ( つき の わ の みささぎ ) に 葬 ら れ た 。 +後 水尾 天皇 ( ご みず の お てんのう 、 慶長 元年 6 月 4 日 ( 1596 年 6 月 29 日 ) - 延宝 8 年 8 月 19 日 ( 1680 年 9 月 11 日 ) 在位 : 慶長 16 年 3 月 27 日 ( 161 1 年 5 月 9 日 ) - 寛永 6 年 11 月 8 日 ( 1629 年 12 月 22 日 ) は 第 108 代 天皇 で あ る 。 諱 は 政仁 ( こと ひと ) 。 後 陽成 天皇 は かね て から 豊臣 秀吉 の 意向 で 立て られ た 儲君 ・ 第 1 皇子 良仁 親王 ( 覚深 法 親王 ) を 廃 し て 、 自ら の 手 で 次期 天皇 を 決め る 事 を 望 ん で い た 。 だ が 、 関ヶ原 の 合戦 に よ っ て 新た に 権力 の 座 を 手 に 入れ た 徳川 家康 も また 皇位 継承 に 介入 し 、 良仁 親王 の 出家 ( 皇位 継承 から の 排除 ) は 認め る もの の 、 これ に 替わ る 次期 天皇 と し て 嫡出 男子 で あ っ た 第 3 皇子 の 政仁 親王 の 擁立 を 求め た 。 最終 的 に 後陽成 天皇 は これ を 受け入れ た もの の 、 結果 的 に は 自己 の 希望 に 反 し て 家康 の 意向 に よ っ て 立て られ た 政仁 親王 に 対 し て も 良仁 親王 と 同様 に 冷淡 な 態度 を 取 る よう に な っ た 。 慶長 16 年 3 月 27 日 に 後陽成 天皇 から 譲位 さ れ 践祚 。 4 月 12 日 に 即位 の 礼 を 行 う 。 だ が 、 父 ・ 後陽 成 上皇 と の 不仲 は その 後 も 続 き 、 南光 坊 天海 や 板倉 勝重 の 仲裁 に も 関わ ら ず 不仲 は 後陽成 の 死 まで 続 い た 。 江戸 幕府 は 朝廷 の 行動 の 統制 を 目的 と し て 慶長 18 年 6 月 16 日 ( 1613 年 8 月 2 日 ) に は 、 「 公家 衆 法度 」 「 勅許 紫衣 ( しえ ) 法度 」 を 制定 し 、 次いで 慶長 20 年 7 月 17 日 ( 1615 年 9 月 9 日 ) に は 「 禁中 並 公家 諸 法度 」 を 公布 し た 。 以後 、 朝廷 の 行動 全般 が 京都 所司 代 を 通 じ て 幕府 の 管理 下 に 置 か れ た 上 に 、 その 運営 も 摂政 ・ 関白 が 朝議 を 主宰 し 、 その 決定 を 武家 伝奏 を 通 じ て 幕府 の 承諾 を 得 る 事 に よ っ て 初めて 施行 でき る 体制 へ と 変化 を 余儀 な く さ れ た 。 これ に よ っ て 摂家 以外 の 公卿 や 太上 天皇 は 朝廷 の 政策 決定 過程 から 排除 さ れ 、 幕府 の 方針 に 忠実 な 朝廷 の 運営 が 行 わ れ る 事 を 目指 し て い た 。 寵愛 の 女官 四 辻 与津子 と の 間 に 皇子 ・ 皇女 が 居 た 事 が 発覚 する と 、 徳川 秀忠 は 娘 の 徳川 和子 の 入内 を 破談 に する と 恫喝 する が 、 近臣 を 処罰 する など の 詫び を 行 い 、 元和 6 年 ( 1620 年 ) に 徳川 和子 が 女御 と し て 入内 する 。 寛永 4 年 ( 1627 年 ) に 紫衣 事件 、 徳川 家光 の 乳母 で あ る 福 ( 春日 局 ) が 無位 無官 で 朝廷 に 参内 する など 天皇 の 権威 を 失墜 さ せ る 江戸 幕府 の おこな い に 耐え かね た 天皇 は 同 6 年 11 月 8 日 、 二女 の 興子 内 親王 ( のち の 明正 天皇 ) に 譲位 し た 。 一説 に は 病気 の 天皇 が 治療 の ため に 灸 を 据え よ う と し た ところ 、 「 玉体 に 火傷 の 痕 を つけ る など とんでも な い 」 と 廷臣 が 反対 し た ため に 退位 し て 治療 を 受け た と 言 わ れ て い る が 、 天皇 が 灸治 を 受け た 前例 ( 高倉 天皇 ・ 後宇多 天皇 両 天皇 ) も あ り 、 譲位 の ため の 口実 で あ る と さ れ て い る 。 以後 、 霊元 天皇 まで の 4 代 の 天皇 の 後見 人 と し て 院政 を 行 う 。 その 後 も 上皇 ( 後 に 法皇 ) と 幕府 と の 確執 が 続 く 。 また 、 東福 門院 ( 徳川 和子 ) に 対 する 配慮 から 後光明 天皇 ・ 後西 天皇 ・ 霊元 の 3 天皇 の 生母 ( 壬生 院 園 光子 ・ 逢春 門院 櫛笥 隆子 ・ 新 広義門 院 園 国子 ) に 対 する 女院 号 贈呈 が 死 の 間際 ( 壬生 院 の 場合 は 後光明 天皇 崩御 直後 ) に 行 わ れ 、 その 父親 ( 園 基任 ・ 櫛笥 隆致 ・ 園 基音 ) へ の 贈位 贈官 も 極秘 に 行 わ れ る など 、 幕府 の 朝廷 に 対 する 公然 ・ 非 公然 の 圧力 が 続 い た と も 言 わ れ て い る 。 その 一方 で 、 本来 は 禁中外 の 存在 で あ る 「 院政 の 否定 」 を 対 朝廷 の 基本 政策 と し て き た 幕府 が 後 水尾 上皇 ( 法皇 ) の 院政 を 認め ざる を 得 な かっ た 背景 に は 東福 門院 が 夫 の 政治 方針 に 理解 を 示 し 、 その 院政 を 擁護 し た から で も あ る 。 延宝 8 年 に 85 歳 の 長寿 で 崩御 し 、 泉涌 寺内 の 月輪 陵 ( つき の わ の みささぎ ) に 葬 ら れ た 。 尚 、 京都 市 上京 区 の 相国 寺 境内 に は 後水尾 天皇 の 毛髪 や 歯 を 納め た 、 後水尾 天皇 髪 歯塚 が 現存 する 。 1985 年 7 月 12 日 まで は 歴代 最長寿 の 天皇 で も あ っ た 。 なお 、 後水尾 天皇 の 記録 を 抜 い た 昭和 天皇 は 、 「 後水尾 天皇 の 時 は 平均 寿命 が 短 く 、 後水尾 天皇 の 方 が 立派 な 記録 で す 」 と コメント し て い る 。 日光 東 照宮 に は 陽明門 を はじめ 各所 に 後水尾 天皇 の 御 親筆 と さ れ る 額 が 掲げ られ て お り 、 後 に 板垣 退助 が 強硬 に 日光 東 照宮 の 焼き討ち を 要求 する 薩摩 藩 を 説得 する 理由 の 1 つ と し て 挙げ た と さ れ る 。 遺諡 に よ り 後水尾 と 追号 さ れ た 。 水尾 と は 清和 天皇 の 異称 で あ る 。 後 水尾 天皇 は 、 不和 で あ っ た 父 後 陽成 天皇 に 、 乱行 が あ る と し て 退位 に 追い込 ま れ た 陽成 天皇 の 「 陽成 」 の 加後 号 を 贈 り 、 自ら は 陽成 の 父 で あ っ た 清和 天皇 の 異称 「 水尾 」 の 加後 号 を 名乗 る と い う 意志 を 持 っ て い た こと に な る 。 この よう な 父子 逆転 の 加後 号 は 他 に 例 が な い 。 遺諡 は 、 鎌倉 時代 の 後 嵯峨 天皇 から 南北朝 時代 ・ 室町 時代 の 後 小松 天皇 に かけ て 多 く あ っ た が 、 その 後 7 代 に わた っ て 絶え て お り 、 後水尾 の 遺諡 は 後 小松 以来 約 2 世紀 ぶり で あ る 。 この こと から も 後 水尾 の 強 い 意志 が 伺 わ れ る 。 また 、 清和 源 氏 を 称 する 徳川 氏 の 上 に 立 つ と い う 意志 も 見 て 取れ る 。 学問 を 好 み 、 「 伊勢 物語 御 抄 」 の 著作 が あ る 。 反面 女性 関係 も 派手 で あ っ た 。 禁中 法度 を 無視 し 宮中 に 遊女 を 招き いれ たり 、 遊郭 に まで お し のびで 出かけ た 。 退位 後 に も 中宮 以外 の 女性 に 30 余人 の 子 を 産 ま せ 56 歳 で 出家 し た 後 も 治 ら ず 、 58 歳 で 後 の 霊元 天皇 を 産 ま せ た 。 慶長 ( 161 1 年 3 月 27 日 ) - 1615 年 7 月 13 日 元和 1615 年 7 月 13 日 - 1624 年 2 月 30 日 寛永 1624 年 2 月 30 日 - ( 1629 年 11 月 8 日 ) 京都 市 東山 区 今 熊野 泉山 町 の 月輪 陵 ( つき の わ の みささぎ ) に 葬 ら れ た 。 +後 光明 天皇 ( ご こうみょう てんのう 、 寛永 10 年 3 月 12 日 ( 1633 年 4 月 20 日 ) - 承応 3 年 9 月 20 日 ( 1654 年 10 月 30 日 ) ) は 江戸 時代 の 第 110 代 天皇 ( 在位 : 寛永 20 年 10 月 3 日 ( 1643 年 11 月 14 日 ) - 承応 3 年 9 月 20 日 ( 1654 年 10 月 30 日 ) ) 。 幼名 を 素鵞宮 、 諱 を 紹仁 ( つぐひと ) と い う 。 後 水尾 天皇 の 第 四 皇子 。 母 は 、 贈左 大臣 園 基任 の 娘 、 壬生 院 ・ 藤原 光子 。 養母 は 父帝 の 中宮 徳川 和子 ( 東福 門院 ) 。 明正 天皇 は 異母 姉 。 典侍 : 庭田 秀子 第 一 皇女 : 孝子 内 親王 ( 礼成 門院 ) 寛永 19 年 ( 1642 年 ) に 立太子 、 翌年 に 姉 ・ 明正 天皇 の 譲位 を 受け て 即位 。 在位 期間 は 、 ちょうど 、 徳川 家光 から 徳川 家綱 の 時代 に あた る 。 激し い 性格 の 持ち主 で 剣術 を 好 み 、 諫言 し た 京都 所司 代 板倉 重宗 に 「 武士 の 切腹 は 見 た こと が な い から 、 腹 を 切 っ て 見 せ よ 。 」 と 言い放 つ など 、 江戸 幕府 に 対 し て も 抵抗 し て い た と 伝え られ て い る 。 一方 、 学問 好き で あ り 、 儒者 藤原 惺窩 ( せいか ) の 影響 を 受け 、 朱子学 に の めり込 ん で い た 。 承応 3 年 ( 1654 年 ) 、 天然 痘 の 為 22 歳 で 崩御 。 突然 の 死 は 毒殺 など と 取り 沙汰 さ れ た 。 ただし 、 前年 から 体調 を 崩 し て お り 、 廷臣 達 と 末弟 の 識仁 親王 ( 後 の 霊元 天皇 ) を 養子 に 迎え る 相談 を し て い た と する 記録 も あ る 。 寛永 ( 1643 年 10 月 3 日 ) - 1644 年 12 月 16 日 正保 1644 年 12 月 16 日 - 1648 年 2 月 15 日 慶安 1648 年 2 月 15 日 - 1652 年 9 月 18 日 承応 1652 年 9 月 18 日 - ( 1654 年 9 月 20 日 ) 京都 市 東山 区 今 熊野 泉山 町 の 月輪 陵 ( つき の わ の みささぎ ) に 葬 ら れ た 。 尚 、 後光明 天皇 の 崩御 以降 、 天皇 の 遺体 を 土葬 する こと が 復活 し 、 歴代 に 直 せ ば 、 後水尾 天皇 以降 の 天皇 は 皆 土葬 さ れ た 。 +後西 天皇 ( ご さい てんのう 、 寛永 14 年 11 月 16 日 ( 1638 年 1 月 1日 ) - 貞享 2 年 2 月 22 日 ( 1685 年 3 月 26 日 ) 、 在位 : 承応 3 年 11 月 28 日 ( 1655 年 1 月 5 日 ) - 寛文 3 年 1 月 26 日 ( 1663 年 3 月 5 日 ) ) は 、 江戸 時代 の 第 111 代 天皇 。 幼名 を 秀宮 、 諱 を 良仁 ( な が ひと ) と い う 。 花 町 宮 。 花 町 院 。 後 水尾 天皇 の 第 八 皇子 。 母 は 、 左中 将 櫛笥 隆致 の 娘 で 後水尾 典侍 の 逢春 門院 ・ 櫛笥 隆子 。 従兄弟 に 仙台 藩主 ( 3 代 ) 伊達 綱 宗 が い る 。 はじめ 高松宮 初代 好仁 親王 の 王女 を 娶 っ て 高松宮 第 二 代 を 継承 し て 花町 宮 ( 花町 院 ) ( はなまちのみや ) と 号 し た 。 即位 の 前年 に は 兄 で あ る 後光明 天皇 の 名代 と し て 江戸 に 下 っ て い る 。 後 光明 天皇 が 崩御 し た 時 、 同帝 の 養子 に な っ て い た 実弟 識仁親王 ( 霊元 天皇 ) は まだ 生後 間 も な く 他 の 兄弟 は 全て 出家 の 身 で あ っ た ため に 、 識仁 親王 が 成長 し 即位 する まで の 繋ぎ と し て 、 1654 年 ( 承応 3 年 ) 1 1 月 28 日 に 即位 。 1663 年 ( 寛文 3 年 ) 1 月 26 日 、 10 歳 に 成長 し た 識仁 親王 に 譲位 。 もっぱら 学問 に 打ち込 み 、 『 水日 集 』 など の 著作 を 多数 残 し て い る 。 和歌 の 才能 も あ り 、 古典 へ の 理解 も 深 かっ た 。 治世 中 に は 伊勢 神宮 ・ 大坂城 ・ 内裏 など の 炎上 や 明暦 の 大火 、 地方 の 地震 、 水害 など が 多発 し た ため 、 当時 の 人々 は 天皇 の 不徳 を 責め た と 言 う 。 もっとも 、 識仁 親王 の 早期 即位 を 望 む 後水尾 法皇 と 有力 外様 大名 ( 仙台 藩 ) の 従兄弟 と い う 天皇 の 血筋 を 嫌 っ た 江戸 幕府 双方 の 意向 の 一致 が 天皇 の 早期 退位 を 志向 し 、 それ が 「 天皇 不徳説 」 の 根底 に あ っ た と の 見 方 も あ る 。 貞享 2 年 ( 1685 年 ) 、 崩御 。 承応 ( 1654 年 9 月 20 日 ) - 1655 年 4 月 13 日 明暦 1655 年 4 月 13 日 - 1658 年 7 月 23 日 万治 1658 年 7 月 23 日 - 1661 年 4 月 25 日 寛文 1661 年 4 月 25 日 - ( 1663 年 1 月 26 日 ) 後西 天皇 は 兄 と ( 義理 で は あ る が ) 甥 の 間 に あ っ て 在位 し 、 その 子孫 を 皇統 に 残 す こと が でき な かっ た 。 その ため 、 同じ よう な 道 を たど っ た 第 53 代 淳和 天皇 の 別名 「 西院 天皇 」 の 「 西院 」 に ちな み 、 「 後西 院 」 と 追号 さ れ た 。 明治 以後 、 天皇 号 の 復活 に ともな い 「 後西 院 天皇 」 と 呼 ば れ た が 、 大正 14 年 ( 1925 年 ) 院 号 が 廃 さ れ 「 後西 天皇 」 と な っ た 。 ただし 、 「 西院 」 を も っ て 一 つ の 語 な の で あ る から 、 後西 で は 意味 が 通 じ な く な る の で 、 他 の 太上 天皇 の 院号 と 同一視 し て 院 を 除 く の で は な く 、 後西 院 天皇 と 称 する べ き で あ る と する 歴史 学 者 も 多 い 。 京都 市 東山 区 今 熊野 泉山 町 の 月輪 陵 ( つき の わ の みささぎ ) に 葬 ら れ た 。 +光格 天皇 ( こうかく てんのう 、 明和 8 年 8 月 15 日 ( 17 71 年 9 月 23 日 ) - 天保 11 年 11 月 18 日 ( 1840 年 12 月 11 日 ) ) は 、 江戸 時代 の 第 119 代 天皇 ( 在位 : 安永 8 年 11 月 9 日 ( 1779 年 12 月 16 日 ) - 文化 14 年 3 月 22 日 ( 1817 年 5 月 7 日 ) ) 。 幼名 を 祐宮 ( さちのみや ) と い う 。 諱 は はじめ 師仁 ( もろひと ) 、 のち 兼仁 ( ともひと ) に 改め た 。 傍系 で あ っ た 閑院 宮 家 出身 の ため か 、 中世 以来 絶え て い た 朝廷 の 儀式 の 復興 に 熱心 で あ っ た 。 朝廷 の 権威 の 復権 に 努め 、 朝廷 が 近代 天皇 制 へ 移行 する 下地 を つく っ た と 評価 さ れ て い る 。 閑院 宮典仁親王 ( 慶光 天皇 ) の 第 六 皇子 。 母 は 、 大江 磐代 ( 鳥取 倉吉 市 の 大鉄屋 岩室 りん の 娘 ) 。 即位 の 前日 に 危篤 の 後桃園 天皇 の 養子 に な る ( 実際 に は すでに 後桃園 天皇 は 崩御 し て お り 、 空位 を さけ る ため に 発表 さ れ て い な かっ た と い う ) 。 元々 は 、 閑院 宮家 から 聖護 院 に 入寺 し 、 出家 する 予定 で あ っ た が 、 1779 年 、 後桃園 天皇 が 崩御 し た とき に 皇子 が い な かっ た 。 そこ で 宮家 から 新帝 を 迎え る こと に な っ た 。 当時 、 後継 候補 者 と し て 伏見 宮 貞 敬親王 ・ 閑院 宮 美仁親王 と 美仁 の 弟 ・ 祐宮 師 仁親王 の 3 人 が い た が 、 先帝 の 遺児 ・ 欣子 内 親王 を 新帝 の 妃 に する と い う 構想 から 既婚 の 美仁 親王 が 候補 から 消え 、 残り 2人 の うち 近衛 内 前 は 貞敬 親王 を 九条 尚実 は 師仁 親王 を 推薦 し た 。 会議 の 結果 、 貞敬 親王 の 方 が 年下 で 内親 王 と も 年 が 近 い もの の 、 血筋 が 近 い 師仁 親王 が 選 ば れ 、 急遽 養子 と し て 迎えいれ られ て 即位 する 。 尚 、 この 時 に 先々 帝 後 桜町 天皇 は 皇嗣 継承 の ため に 伏見宮 と 接触 、 近衛 内 前 と 共 に 貞敬 親王 を 推薦 し た が 、 貞敬 親王 が 皇位 に 就 く 事 は 無 かっ た 。 1782 年 、 京都 御所 が 焼失 し た とき 3 年間 、 聖護 院 を 仮 御所 と さ れ た 。 また 、 1799 年 、 聖護 院 宮 盈仁法 親王 が 役行 者 御 遠忌 ( 没後 ) 110 0 年 で あ る 旨 の 上表 を 行 っ た 。 同年 、 正月 25 日 に 烏丸 大 納言 を 勅使 と し て 聖護 院 に 遣わ し 、 神変 大 菩薩 ( じんべん だい ぼさつ ) の 諡号 を 贈 っ た 。 天明 の 大 飢饉 の 際 に は 幕府 に 領民 救済 を 申し入れ て 、 北方 で の 日露 紛争 の 際 に は 、 交渉 の 経過 を 報告 さ せ る など 、 朝廷 権威 の 復権 に 務め る 。 父 に 太上 天皇 の 号 を 送 ろ う と し て 、 幕府 と 尊号 一 件 と 呼 ば れ る 事件 を 起こ す 。 多才 で 知 ら れ て お り 、 学問 に 熱心 で あ り 、 また 40 0 年 近く 途絶え て い た 石清水 八幡宮 や 賀茂 神社 の 臨時 祭 の 復活 や 朝廷 の 儀式 の 復旧 に 努め た 。 1817 年 に 仁孝 天皇 に 譲位 し 太上 天皇 と な る ( 現在 まで これ が 最後 の 太上 天皇 で あ る ) 。 1840 年 、 崩御 。 安永 ( 1772 年 11 月 16 日 ) - 17 82 年 4 月 2 日 天明 1782 年 4 月 2 日 - 1789 年 1 月 25 日 寛政 1789 年 1 月 25 日 - 180 1 年 2 月 5 日 享和 180 1 年 2 月 5 日 - 180 4 年 2 月 11 日 文化 180 4 年 2 月 11 日 - 1818 年 4 月 22 日 第 58 代 光 孝 天皇 以来 、 千 年 近く 絶え て な かっ た 漢風 諡号 選定 を 復活 さ せ 、 「 光格 天皇 」 と 諡 さ れ た 。 それ まで は 「 ○ ○ 院 」 と い う 形 で あ っ た 。 京都 市 東山 区 今 熊野 泉山 町 の 後月 輪陵 ( のち の つき の わ の みささぎ ) に 葬 ら れ た 。 18 世紀 末 から 19 世紀 初め に かけ て の 随筆 『 耳袋 』 の 記述 に よ る と 、 天明 元年 に 、 ある 大名 に 飼 わ れ て い た 狆 の 主人 に 対 する 態度 が 噂 と な り 、 それ を 知 っ た 光格 天皇 が その 狆 の 忠節 を 認め て 六位 を 賜え た と い う 話 が 伝え られ て い る 。 +後柏原 天皇 ( ご かしわばら てんのう 、 寛正 5 年 10 月 20 日 ( 1464 年 11 月 19 日 ) - 大永 6 年 4 月 7 日 ( 152 6 年 5 月 19 日 ) ) は 、 室町 時代 、 戦国 時代 の 第 104 代 天皇 ( 在位 : 明応 9 年 10 月 25 日 ( 150 0 年 11 月 16 日 ) - 大永 6 年 4 月 7 日 ( 152 6 年 5 月 19 日 ) 。 名 は 勝仁 ( かつひと ) 。 略歴 150 0 年 、 後土 御門 天皇 の 崩御 を 受け て 即位 。 しかし ながら 、 応仁 の 乱後遺 症 の 為 、 朝廷 の 財政 は 逼迫 し て お り 、 即位 の 礼 を 行 う 事 が でき ず 、 その 費用 調達 の 為 に 朝廷 の 儀式 を 中止 する など 経費 節約 を し 、 本願 寺 実如 や 室町 幕府 の 献金 を 受け 即位 22 年 目 の 152 1 年 3 月 22 日 に ようやく 即位 の 礼 を 執り行 う こと が でき た 。 応仁 の 乱 に よ り 、 公卿 は 地方 に 離散 し 、 朝廷 の 財政 は 窮乏 し 、 天皇 の 権威 も 地 に 落ち て い た 非常 に つら い 時代 だっ た と いえ る 。 財政 難 で 中断 し た 朝廷 の 儀式 の 復興 に 力 を 入れ る 反面 、 戦乱 や 疾病 に 苦し む 民 を 思 っ た 。 仏教 に 帰依 し 、 15 2 5 ( 大永 5 ) 年 の 疱瘡 大 流行 時 に は 自ら 筆 を と っ て 「 般若 心 経 」 を 延暦 寺 と 仁和 寺 に 奉納 し た 。 詩歌 管弦 、 書道 に 長け て い た と い わ れ て い る 。 152 6 年 4 月 7 日 、 崩御 。 在位 中 の 元 号 明応 ( 150 0 年 10 月 25 日 ) - 150 1 年 2 月 29 日 文亀 150 1 年 2 月 29 日 - 150 4 年 2 月 30 日 文正 150 4 年 2 月 30 日 - 152 1 年 8 月 23 日 大永 152 1 年 8 月 23 日 - ( 152 6 年 4 月 7 日 ) 陵墓 ・ 霊廟 京都 市 伏見 区 深草 坊 町 の 深草 北陵 ( ふかくさ の きたの みささぎ ) に 葬 ら れ た 。 諡 た る 「 後柏原 」 は 、 桓武 天皇 の 別称 柏 原帝 に ちな む 。 +後土 御門 天皇 ( ごつちみかど てんのう 、 嘉吉 2 年 5 月 25 日 ( 1442 年 7 月 3 日 ) - 明応 9 年 9 月 28 日 ( 150 0 年 10 月 21 日 ) ) は 、 室町 時代 の 第 10 3 代 天皇 ( 在位 寛正 5 年 7 月 19 日 ( 1464 年 8 月 21 日 ) - 明応 9 年 9 月 28 日 ( 150 0 年 10 月 21 日 ) ) 。 名 は 成仁 ( ふさひと ) 。 略歴 後花園 天皇 の 譲位 を 受け て 即位 。 ( 即位 日 は 、 寛正 6 年 ( 1465 年 ) 12 月 27 日 ) 即位 後 ほど な く 応仁 の 乱 が おき 、 寺社 や 公卿 の 館 は 焼け 、 朝廷 の 財源 は 枯渇 し 朝廷 は 衰微 し た 。 乱 を さけ る 為 、 足利 義政 の 室町 第 に 10 年 の 間 避難 生活 を 強い られ た 。 乱 の 終結 後 、 朝廷 の 古来 の 儀式 の 復活 に 熱意 を 注ぐ が 思 う よう に 行 か ず 、 明応 9 年 9 月 28 日 、 崩御 し て い る 。 明応 の 政変 に 憤慨 し て 一時 は 譲位 を 決意 する が 、 老臣 で あ る 大納言 甘露寺 親長 の 諫奏 に よ っ て 取りやめ る 。 その 背景 に は 朝廷 に 譲位 の 儀式 の ため 費用 が な く 、 その 費用 を 政変 を 起こ し た 細川 政元 に 借り る と い う 自己 矛盾 に 陥 る 事態 を 危惧 し た と も 言 わ れ て い る 。 死後 、 葬儀 の 費用 も な く 一 か月 以上 御所 に 遺体 が お か れ て い た 。 在位 中 の 元 号 寛正 ( 1465 年 12 月 27 日 ) - 1466 年 2 月 28 日 文正 1466 年 2 月 28 日 - 1467 年 3 月 5 日 応仁 1467 年 3 月 5 日 - 1469 年 3 月 28 日 文明 ( 日本 ) 1469 年 3 月 28 日 - 1487 年 7 月 20 日 長享 1487 年 7 月 20 日 - 1489 年 8 月 21 日 延徳 1489 年 8 月 21 日 - 1492 年 7 月 19 日 明応 1492 年 7 月 19 日 - ( 150 0 年 9 月 28 日 ) 陵墓 ・ 霊廟 京都 市 伏見 区 深草 坊 町 の 深草 北陵 ( ふかくさ の きたの みささぎ ) に 葬 ら れ た 。 また 、 遺骨 の 一部 は 、 父 ・ 後花園 天皇 と 同様 に 、 京都 市 上京 区 の 般 舟 院 陵 ( はんしゅういん の みささぎ ) に 分骨 さ れ た 。 +後 小松 天皇 ( ごこまつ てんのう 、 永和 3 年 / 天授 3 年 6 月 27 日 ( 1377 年 8 月 1日 ) - 永享 5 年 10 月 20 日 ( 1433 年 12 月 1日 ) ) は 、 室町 時代 北朝 最後 の 第 6 代 、 歴代 第 100 代 の 天皇 ( 在位 永徳 2 年 / 弘和 2 年 4 月 11 日 ( 1382 年 5 月 24 日 ) - 応永 19 年 8 月 29 日 ( 1412 年 10 月 5 日 ) ) 。 名 は 幹仁 ( もと ひと ) 。 明治 44 年 ( 1911 年 ) に 南朝 が 正統 と さ れ た ため 、 在位 期間 が 明徳 の 和約 以降 ( 13 92 - 14 12 ) に 繰り下げ られ て しま っ て い る 。 それ まで は 一貫 し て 現皇統 に つなが る 北朝 が 正統 と さ れ て い た ため 北朝 在位 年数 ( 13 82 - 14 12 ) を 使用 し て い た 。 後 円 融 天皇 の 第 1 皇子 。 母 は 内 大臣 三条 公忠 の 娘 、 通陽 門院 藤原 厳子 。 また 、 風狂 の 禅僧 一休 宗純 は 後小松 の 落胤 と も 伝え られ て い る 。 日野 資 教邸 で 養育 さ れ る 。 弘和 2 年 ( 1382 年 ) 12 月 28 日 、 父 の 後 円 融 天皇 の 譲位 を 受け て 6 歳 で 即位 、 後 円 融 上 皇 に よ る 院政 が 行 わ れ た 。 朝廷 内部 に まで 政治 的 影響 力 を 及ぼ し 多く の 公家 を 主従 関係 の 下 に 置 い た 室町 幕府 3 代 将軍 足利 義満 と 上皇 の 関係 は 険悪 で あ り 、 両者 は 対立 する 。 明徳 4 年 ( 1393 年 ) に 後 円 融 上 皇 が 死去 する と 、 義満 は さらに 朝廷 へ の 影響 を 強め 、 事実 上 の 上皇 と し て 、 後世 「 義満 の 院政 」 など と 呼 ば れ る 権力 を 振る い 、 後 小松 は その 下 で まったく の 傀儡 に 甘ん じ た 。 応永 19 年 ( 1412 年 ) 8 月 29 日 、 後 小松 は 皇子 の 実仁 親王 ( 称光 天皇 ) に 譲位 し 、 院政 を 開始 。 これ は 明徳 3 年 ( 1392 年 ) の 南北朝合一 の 際 の 条件 で あ る 両統 迭立 に 反 し て お り 、 その 後 南朝 勢力 は しばしば 反発 し て 武装 蜂起 する 。 称光 天皇 は 病弱 で たびたび 重態 に 陥 り 、 皇子 の 誕生 も な く 、 また 後 小松 の 次男 小川 宮 も 早世 し た ため 後継 者 問題 が 生 じ 、 後 小松 上皇 は 4 代将軍 足利 義持 と 協議 、 後継 者 と し て 崇光 流 の 伏見 宮 貞成親王 が 有力 視 さ れ 、 一時 は 後小松 の 猶子 と し て 親王 宣下 さ れ た 。 しかし 、 これ に は 称光 が 激し く 反発 し た ため 、 貞成 は 出家 し て 皇位 継承 を 断念 し た 。 正長 元年 ( 1428 年 ) に いよいよ 称光 が 危篤 と な る と 、 6 代将軍 足利 義教 の 仲介 で 貞成 の 子 息 彦仁 を 猶子 と し 、 後花園 天皇 と し て 即位 さ せ た 。 称光 ・ 後花園 の 2 代 に わた り 院政 を 行 い 、 この 間 永 享 3 年 ( 1431 年 ) に 出家 し て い る 。 永享 5 年 ( 1433 年 ) 10 月 20 日 に 死去 。 享年 57 。 遺諡 に よ り 「 後 小松 院 」 と 追号 さ れ た 。 ちなみ に 「 小松 帝 」 は 第 58 代 光 孝 天皇 の 異名 。 光孝 天皇 は 兄 の 孫 ・ 陽成 天皇 の 廃位 の ち 皇位 に つ き 、 その 子孫 は 長 く 皇位 を 保 っ た 。 崇光 天皇 系 へ の 皇統 移行 が 現実 と な っ た 今 、 自ら の 正統 性 を 諡号 に よ っ て 示 そ う と し た 後 小松 の 固 い 意志 が 感じ取れ る 。 また 、 称光 天皇 の 容態 が 思わし く な かっ た 142 6 年 に 後 小松 が 『 本朝 皇胤 紹 運録 』 の 作成 を 命 じ て 、 皇室 の 系 図 の 整理 を 行 わ せ て い る の も こう し た 自身 の 正統 性 へ の 思い入れ の 反映 で あ る と 考え られ る 。 永徳 ( 1382 年 4 月 11 日 ) - 1384 年 2 月 27 日 至徳 1384 年 2 月 27 日 - 1387 年 8 月 23 日 嘉慶 1387 年 8 月 23 日 - 1389 年 2 月 9 日 康応 1389 年 2 月 29 日 - 1390 年 3 月 26 日 明徳 1390 年 3 月 26 日 - 1394 年 7 月 5 日 応永 1394 年 7 月 5 日 - ( 142 1 年 12 月 19 日 ) 京都 市 伏見 区 深草 坊 町 に あ る 深草 北陵 ( ふかくさ の きたの みささぎ ) に 葬 ら れ た 。 +三 代 格式 ( さん だい きゃくしき ) と は 平安 時代 に 編纂 さ れ た 弘仁格式 、 貞観 格式 、 延喜 格 式 の 三 つ の 格式 ( きゃくしき 、 律令 の 補助 法令 ) の 総称 で あ る 。 なお 、 弘仁 ・ 貞観 _ ( 日本 ) ・ 延喜 と は 、 それぞれ の 格式 が 編纂 さ れ た 年代 の 元号 で あ る が 、 実際 の 完成 に は 時間 が かか っ て い る 。 弘仁格 式 は 嵯峨 天皇 が 藤原 冬嗣 に 、 貞観格 式 は 清和 天皇 が 藤原 氏 宗 に 、 延喜格 式 は 醍醐 天皇 が 藤原 時平 に 、 それぞれ 命 じ て 編纂 さ せ た もの で あ る 。 三 代 格 式 弘仁格 式 弘仁格 70 1 年 ( 大宝 元年 ) から 819 年 ( 弘仁 10 年 ) の 間 の 格 を 編纂 し た もの 。 一部 現存 。 弘仁 式 70 1 年 ( 大宝 元年 ) から 819 年 ( 弘仁 10 年 ) の 間 の 式 を 編纂 し た もの 。 一部 現存 。 貞観格 式 貞 観格 820 年 ( 弘仁 11 年 ) から 868 年 ( 貞観 10 年 ) の 間 の 詔勅 官 符 集 。 869 年 ( 貞観 11 ) 完成 の 格 。 現存 せ ず 。 貞観 式 8 71 年 ( 貞観 13 ) 完成 の 式 。 現存 せ ず 。 延喜格 式 延 喜格 869 年 ( 貞観 11 年 ) から 90 7 年 ( 延喜 7 年 ) の 間 の 詔勅 官 符 集 。 90 8 年 ( 延喜 8 年 ) に 施行 さ れ た 。 延喜 式 90 5 年 ( 延喜 5 年 ) から 編纂 さ れ 、 927 年 ( 延長 5 年 ) に 完成 。 967 年 ( 康保 4 年 ) に 施行 さ れ た 。 全 50 巻 。 +九条 家 ( くじょうけ ) は 、 摂家 の ひと つ で 公家 で あ る 。 藤原 氏 藤原 北家 嫡流 の 藤原 忠通 の 三男 で あ る 九条 兼実 を 祖 と する 。 藤原 基経 創 建 と い わ れ る 京都 九条 に あ っ た 九条 殿 に 住 ん だ 事 が 家名 の 由来 。 明治 維新 後 、 公爵 。 家紋 は 九条 藤 。 また 、 兼実 の 同母 弟 藤原 兼房 ( 太政 大臣 ) の 子孫 も 「 九条 家 」 に 含め る 事 も あ る が 、 こちら は 早 い 段階 で 断絶 し て い る 。 兼実 の 孫 に あた る 九条 道 家 の 子 、 九条 教実 、 九条 良実 、 九条 実 経 が 摂関 と な り 、 それぞれ 九条 家 、 二条 家 、 一 条 家 を 立て て 、 五 摂 家 を 成立 する 。 九条 兼実 は 異母 姉 で あ る 皇嘉門 院 領 を 伝領 し 、 九条 家領 の 基礎 と な っ た 。 平 氏 政権 、 後白河 法皇 に は 批判 的 で 、 源 頼朝 の 推挙 で 摂政 、 ついで 関白 と な り 、 以後 摂関職 は 近衛 家 と 九条 家 から 出 る 。 兼実 の 孫 ・ 九条 道家 は 、 実子 で あ る 九条 頼経 と その 息子 九条 頼嗣 が 相 次 い で 鎌倉 幕府 の 摂家 将軍 と な っ た 事 に よ り 朝廷 内 で 権勢 を 振る う 。 兼実 の 日記 「 玉葉 」 も 有名 で あ る 。 中世 に 九条 家領 は さらに 広が り 、 江戸 時代 は 家禄 二千 石 を 領 し 、 のち 三千 石 に 加増 さ れ 、 明治 に 至 る 。 九条 尚忠 の 長子 で あ る 公爵 ・ 九条 道孝 の 四女 ・ 節子 は 大正 天皇 の 皇后 と な っ た ( 貞明 皇后 ) 。 九条 家 と 一条 家 の 嫡流 を 巡 る 対立 九条 道家 は 嫡男 ・ 九条 教実 に 先立 た れ 、 次男 ・ 二 条 良実 は 事実 上 の 勘当 状態 に あ っ た 。 そこ で 道家 は 嫡孫 に あた る 教実 の 子 ・ 九条 忠家 に 対 し て 処分 状 ( 遺言 状 みたい な もの ) を 渡 し 、 当時 の 公家 に と っ て もっとも 重要 な 遺産 で あ っ た 日記 など の 文書 類 は 一条 家 の 相伝 と する が 、 東福 寺 など の 一族 寺院 の 管理 権 を 司 る 家長 者 は 、 まず 最初 は 3 男 で あ る 一条 実経 が 継ぎ 、 その 次 に は 長男 の子 九 条 忠家 が 継承 し て 、 以後 は 2人 の 子孫 の うち で もっとも 官職 の 高 い 人物 ( 一門 上首 ) が 継 ぐ よう に 指示 を 出 し た 。 その こと から 、 一条 実経 の 子孫 は 道家 の 死後 、 家長 者 の 地位 を 継承 し た 。 以後 、 一条 家 の 優位 が 10 0 年 以上 に わた っ て 続 き 、 一条 家 の 九条 流 に おけ る 嫡流 の 地位 が 定着 し て い た 。 室町 時代 に な っ て 、 北朝 _ ( 日本 ) の 貞治 4 年 ( 1365 年 ) に 一条 経通 が 没 する と 、 一条 家 に 次 ぐ 勢力 で あ っ た 九条 経教 は 後光 厳 天皇 に 対 し て 経通 の 息子 で あ る 一 条房 経 が 不当 に 「 家長 者 」 を 名乗 っ て い る と 訴え た の で あ る 。 当時 、 長子 相続 制 が 一般 的 に な り つつ あ り 、 その 論理 に 従 え ば 道家 の 長男 の子孫 の 九条 家 こそ が 家督 を 継 ぐ べ き 嫡流 に 当た る と い う の で あ る 。 これ に 対 し て 一 条 房 経 は 、 九条 家 の 家祖 が 長子 だ から と い っ て 、 その 流派 の 嫡流 で あ る と は 限 ら な い 、 一条 実 経 が 九条 道家 から 家督 を 譲 ら れ た から こそ 、 九条 流 摂 関家 の 政治 的 権威 を 裏付け る 文書 類 で あ る 桃華 堂 文庫 ( 後二 条 帥 通記 、 玉葉 、 玉蘂 ) が 一条 家 に 伝わ っ て い る の だ と 反論 し 、 これ に 対 し て 九条 経 教 は 、 実経 へ の 継承 は 九条 忠家 が 幼少 で あ っ た が ゆえ の 措置 で あ り 、 九条 教実 が 長命 で あ れ ば この よう な 事 は 起こ り え な かっ た 。 処分 状 の 宛先 ( 遺言 の 執行 者 ) が 仮 に で も 九条 忠家 に な っ て い る 事 、 東福 寺 の 敷地 に 関 し て の 土地 権利 書 が 九条 家 に 伝承 さ れ て い る の は 九条 家 が 嫡流 で あ る から ゆえ で は な い か ? と 抗弁 し た 。 これ に 対 し て 天皇 は 、 当時 の 九条 家 の 政治 的 地位 を 考慮 し 、 同年 11 月 29 日_ ( 旧暦 ) に 九条 家 に 対 し て 綸旨 を 下 し 、 道家 の 遺志 は あくまで も 一門 上首 に よ る 家長 者 の 継承 で あ り 、 その 資格 を 有 する 九条 家 と 一条 家 は 嫡流 と し て の 同格 で あ る と 裁決 し た の で あ る 。 鎌倉 時代 は 一条 家 が 九条 流 の 嫡流 で あ っ た が 、 室町 中期 以降 、 九条 家 の 地位 が 上昇 し 、 一条 家 、 九条 家 が 九条 流 の 嫡流 と さ れ た 。 江戸 時代 中期 以降 は 松殿 家 の 所領 も 併せ て 継承 する こと と な り 最大 の 石高 と な っ た 九条 家 が 、 広大 な 屋敷 を 構え 、 九条 流 の 嫡流 で あ る と 主張 し た 。 九条 兼実 ( 1149 年 - 12 07 年 ) 九条 良 経 ( 1169 年 - 120 6 年 ) 九条 道家 ( 1193 年 - 12 52 年 ) 九条 教実 ( 1210 年 - 12 35 年 ) 九条 頼経 ( 1218 年 - 1256 年 ) 九条 頼嗣 ( 1239 年 - 1256 年 ) 九条 尚忠 ( 1798 年 - 18 71 年 ) 現在 の 京都 御苑 の 南西 部 に 旧 九条 邸 は 存在 し た 。 現在 は 庭園 部分 のみ が 整備 さ れ て 残 る 。 庭園 の 池 ( 九条 池 ) の 中島 に は 鎮守 社 で あ っ た 厳島 神社 が 現存 し 、 さらに 池畔 に は 拾翠亭 と 呼 ば れ る 瀟洒 な 茶室 が 現存 し て い る 。 母屋 など の 主要 な 建物 は 明治 初期 の 東京 移住 命令 に ともな い 、 東京 の 九条 邸 に 移築 さ れ 、 さらに 近年 九条 家 より 東京 国立 博物 館 に 寄贈 さ れ 九条 館 と 命名 さ れ た 。 +住友 家 ( すみとも け ) は 住友 財閥 の 創業 者 一族 。 住友 家 の 起源 - 始祖 ・ 家祖 ・ 業祖 住友 家 の 始祖 住友 の 姓 は 、 戦国 の 末 、 もともと 先祖 に 順美 平内 友定 と い う 人物 が お り 、 桓武 天皇 の 曾孫 ・ 高望 王 の 二十 二 代 目 に その 子 ・ 小太郎 ( 忠重 ) が 父 の 姓 と 名 を と っ て 「 住友 」 の 姓 を 称 し て 室町 将軍 に 仕え て 、 備中 守 に 任 じ られ た の に 始ま る 。 平家 の 末裔 で あ る 戦国 武士 だっ た 住友 家 の 先祖 は 、 国取り 物語 の 戦国 時代 ( 日本 ) を 有為 転変 の 歴史 を 生き る 。 室町 将軍 に 仕え た 「 始祖 」 ・ 住友 忠重 の 子 ・ 頼定 は 、 足利 義晴 に 仕え 、 頼定 の 子 ・ 定信 は 刑部 承 と 称 し た 。 そして 、 定信 の 子 ・ 定重 は 、 今川 義忠 ( 今川 義元 の 祖父 ) に 仕え る が 、 定重 の 子 ・ 信定 の 代 に な り 、 今川 氏 が 滅 ん で しま っ た の で 、 摂津 の 中川 清秀 に 仕え 、 入江 土佐守 と 称 し 、 中川 十 六 騎 の 一人 と し て 知 ら れ た が 、 尾崎 の 陣 で 戦死 し て しま う 。 また 入江 土佐守 ( 信定 ) の 子 ・ 政俊 は 越前 国 の 柴田 氏 に 仕え 、 若狭 守 と 称 し 越前 丸岡城 に あ っ た が 、 柴田 勝家 と 共 に 北庄 城 で 滅 ん で しま っ た 。 政俊 の 子 ・ 長行 は 、 徳川 家康 の 子 で 結城 家 へ 養子 入り し た 結城 秀康 に 用い られ る が 、 住友 家 の 武家 の 歴史 は ここ まで で あ る 。 戦国 の 習い と は いえ 、 武家 社会 の 興亡 の 激し さ と 無情 を 感 じ た の か 長行 は 、 自分 の 子供 たち に 武家 の 世界 から 足 を 洗 わ せ た 。 初代 政友 ・ 「 富士屋 」 の 創業 長行 の 二男 で 兄 の 興兵衛 に 代わ っ て 家督 を 継 い だ 住友 政友 は 、 天正 年間 に 生まれ 、 涅槃 宗 ( 日本 ) の 開祖 、 空源 乃意 上人 に したが っ て 仏門 に 入 り 「 文殊 院 空禅 」 と 称 し た 。 宏学 達識 で 涅槃 宗 の 後継 者 と 見 られ て い た が 、 寛永 年間 に 涅槃 宗 が 天台 宗 に 吸収 さ れ た の を 機 に 還俗 し 、 洛中 に 、 書籍 と 医薬 品 を 商 う 「 富士屋 」 を 開 き 、 号 を 嘉休 と 称 し 修道 三昧 の 生活 を 始め た 。 これ が 「 町人 ・ 住友 家 」 の 興り で あ る 。 政友 は 商売 上 の 心得 を 『 文殊 院 旨 意書 』 に まとめ た が 、 これ は 現在 に 至 る まで 住友 グループ 各社 の 社是 の 原型 と な っ て い る 。 住友 家 の 家祖 と 業祖 ・ 「 泉屋 」 の 創業 住友 家 に は 、 住友 家 の 「 家祖 」 と 、 住友 家 の 事業 の 「 業祖 」 の 2人 が い る 。 嘉休 こ と 住友 政友 ( 家祖 ) に は 一男 一女 が あ り 、 男の子 政 以 に は 「 富士屋 」 の 跡 を 継 が せ 、 女の子 に は 、 嘉休 の 姉婿 に あた る 銅師 で 、 涅槃 宗 の 信徒 で あ り 、 空禅 ( 政友 ) の 檀家 で あ っ た 蘇我 理右衛門 は 、 空禅 が 還俗 し て 「 富士屋 」 を 開 く 際 、 物心 両面 で 政友 を 助け た 。 そして 蘇我 理右衛門 ( 業祖 ) の 長子 理兵衛 友 以 ( 住友 友 以 ) を 養子 に 迎え た こと が 、 住友 家 と 銅 と の 出会い で あ っ た 。 忠重 から 数え て 九世 に あた る 。 以後 、 大阪 に 居住 し 、 代々 銅 商 を 営 み 「 泉屋 」 の 家号 を 用い た 。 南蛮 吹き 住友 家 と 精銅 と は 、 切 っ て も 切り離せ な い もの が あ る が 、 その 端緒 と な っ た の は 、 理右 衛門 が 、 天正 19 年 、 泉州 堺 浦 に 来 た 明人 の 白水 から 「 南蛮 吹き 」 と 称 さ れ る 粗銅 から 銀 を 分離 する 精錬 法 を 学 ん だ こと に 始ま る 。 当時 の 日本 で は 、 粗銅 の 中 に 、 金 ・ 銀 など が 含 ま れ て い る こと が 知 ら れ て お ら ず 、 また 金 や 銀 を 分離 する その 精錬 技術 も 未知 の もの だっ た 。 理右衛門 は 、 明人 の 白水 から その 精錬 方法 を 学 ぶ と 、 その 技術 を 秘伝 と し て た が 、 この 「 南蛮 吹き 」 の おかげ で 、 住友 家 は 粗銅 から 銀 を 取り出 し て 、 膨大 な 利益 を 上げ る よう に な っ た 。 別子 銅山 住友 理兵衛 友 以 の 孫 に あた る 住友 友芳 の 代 に は 、 元禄 4 年 に 伊予 の 別子 銅山 の 開堀 に 着手 。 これ が 世界 最大 級 の 産銅 量 を 誇 る 鉱山 に 成長 し 、 重要 な 輸出 品 と し て 日本 を 支え る こと と な る と 共 に 約 280 年 に も わた っ て 住友 の 重要 な 事業 の 柱 と な っ た 。 今日 の 住友 家 の 基礎 、 住友 財閥 の 出発 点 は 、 この 住友 友芳 が 開発 し た 別子 銅山 に よ っ て 築き上げ られ た もの で あ る と 言 っ て よ く 、 事実 、 住友 家 の 歴史 の 中 で は 、 この 四 世 吉左衛門 友芳 を も っ て 、 「 住友 家 中興 の 祖 」 と し て い る 。 明治 時代 に 入 っ て から は 文化 事業 に も 関わ り 、 十 五 代 目 吉左衛門 住友 友純 ( とも いと ) は 大阪 府 立 中之 島 図書 館 の 建物 を 寄贈 。 その 子 十 六 代 目 吉左衛門 住友 友成 は アララギ 派 の 歌人 で も あ り 、 斉藤 茂吉 、 川田 順 ( 住友 本社 の 重役 で も あ っ た ) と も 交流 が あ っ た 。 なお 、 住友 家 当主 が 「 吉左衛門 」 を 名乗 る よう に な っ た の は 、 三 代 当主 住友 友信 ( 友 以 の 子 ) から で あ る 。 住友 財閥 に おけ る 住友 家 住友 財閥 に おけ る 住友 家 、 特に 住友 友純 以降 の それ は 「 君臨 すれ ど も 統治 せ ず 」 の 立場 を と っ た 。 財閥 本社 社長 た る 歴代 吉左衛門 の 仕事 は 、 究極 的 に は 財閥 の 事実 上 の 最高 権力 者 で あ る 住友 本社 ( 住友 合資 会社 ) 総理事 の 信認 に 尽き る と い っ て よ く 、 個々 の 事業 に 口 を 差し挟 む 事 は な かっ た 。 また 、 16 代 目 吉左衛門 友成 の 兄弟 で あ る 寛一 ・ 元夫 は 住友 本社 の 株主 で は あ っ た が 、 本社 は もちろん 傘下 事業 の 役員 に も 名 を 連ね る こと は な かっ た 。 この 点 で は 三井 家 や 岩崎 家 と 対照 的 と 言え る 。 この 傾向 は 実 は 江戸 時代 から 存在 し て い た が ( 当主 が 幼少 、 病弱 その 他 の 理由 など で 、 経営 に 関わ ら な かっ た ケース が 多 く 、 実権 は いわゆる 「 大番頭 」 が 握 っ て い た ) 。 一方 で 会社 法 が 整備 さ れ 、 他方 で 旧 公家 宮武 家 出身 で 実業 家 と し て の 経験 が な い 友純 が 当主 と な っ た 明治 に 入 っ て から は 、 一層 顕著 に な っ た 。 但し 、 三井 財閥 の よう に 、 財閥 家族 と 財閥 本社 役員 及び 傘下 企業 の 間 に 一種 の 緊張 関係 が あ っ た 訳 で は な かっ た 。 吉左衛門 を 「 家長 様 」 と 呼 ん で い た 事 に 象徴 さ れ る よう に 、 上 は 総理事 から 下 は 一般 社員 まで に 至 る 吉左衛門 に 対 する 敬愛 の 念 は すこぶる 高 く 、 歴代 吉左衛門 も また 、 一方 で は 文化 事業 を 通 じ て 住友 の 名 を 高め 、 他方 で は 家長 ・ 財閥 本社 社長 と し て 企業 モラル の 引き締め の 任 に 当た っ て い た 。 財閥 家族 の 指定 財閥 家族 の 企業 支配 力 を 分散 し 、 人的 関係 の 切断 が はか ら れ た の が 、 財閥 家族 の 指定 で あ り 、 そして 昭和 22 年 11 月 に 成立 し た 「 財閥 同族 支配 力 排除 法 」 で あ っ た 。 持株 会社 整理 委員 会 は 、 占領 軍 当局 の 指令 を 受け て 、 財閥 家族 の 範囲 を 確定 する 基準 を 下記 の よう に 選択 し た 。 財閥 家族 姓 を 名乗 る 尊卑 族 三 親 等 および その 家族 ( 姻族 を 含 ま ず ) 所有 有価 証券 、 現金 、 預貯金 額 計 100 万 円 以上 所有 家屋 500 坪 、 宅地 2 ,000 坪 、 農地 山林 50 町 歩 以上 当該 会社 発行 株数 に 対 し 、 持株 比率 10 % 以上 の 株式 所有 者 企業 支配 また は 経営 発言 力 以上 の 基準 に よ っ て 、 昭和 22 年 2 月 、 住友 家 で は つぎ の もの が 財閥 家族 に 指定 さ れ た 第 16 代 住友 友成 住友 寛一 住友 義輝 住友 元夫 住友 家 の 親族 ・ 姻戚 関係 ここ で は 、 明治 に 入 っ て から の 住友 家 と その 親族 ・ 姻戚 関係 に つ い て 述べ る 。 明治 に 入 っ て 、 住友 事業 は 12 代 目 吉左衛門 友親 と 、 その 子 13 代 目 吉左衛門 友忠 の 下 で 営 ま れ て い た が 、 1890 年 に 友親 、 友忠 が 相 次 い で 亡くな り 、 男系 相続 者 が 途絶 し て しま う 非運 に 見舞 わ れ る 。 この 時 、 住友 家 総理 人 広瀬 宰平 と 大阪 本店 支配 人 伊庭 貞剛 は 、 友親 の 妻 ・ 登久 に 14 代 目 吉左衛門 を 襲名 さ せ る 一方 、 友忠 の 妹 ・ 満寿 の 婿養子 と し て 清華 家 の 徳大寺 隆麿 を 迎え 、 住友 家 の 命脈 を つな い だ 。 これ が 15 代 目 吉左衛門 住友 友純 で 、 徳大寺 実則 、 西園寺 公望 の 実弟 で あ る 。 実 は この 清華 家 の 徳大寺 家 は 江戸 時代 に 東山 天皇 の 皇胤 が 養子 に 入 っ て お り 、 15 代 目 吉左衛門 友純 を も っ て 住友 男爵 家 は 、 男系 で たどれ ば 近世 の 天皇 の 皇胤 系 に 入れ替わ っ た 。 ( 男系 系 図 : 東山 天皇 ━ 閑院 宮 直仁 親王 ━ 鷹司 輔平 ━ 鷹司 政煕 ━ 鷹司 政通 ━ 徳大寺 公純 ━ 住友 友純 ) 住友 友純 は 、 友親 の 長女 ・ 満寿 夫人 と の 間 に 4 男 1 女 ( 3 男 は 早世 ) を もうけ た 。 しかし ながら 、 長男 の 寛一 は 廃嫡 と な り 、 次男 の 厚 が 16 代 目 吉左衛門 友成 と し て 住友 家 を 継 い だ 。 住友 吉左衛門 友成 は 元 東宮 職 御 用掛の 公爵 西園寺 八郎 ( 西園寺 公望 の 女婿 ・ 旧 長門 国 山口 藩 ( 長州 藩 ) 藩主 ・ 公爵 毛利 元 徳 の 8 男 ) の 次女 ・ 春子 と 結婚 し た 。 友成 ・ 春子 夫妻 は 男子 に 恵まれ な かっ た もの の 2 女 を もうけ 、 長女 ・ 邦子 は 、 旧 侯爵 ・ 元 伊勢 神宮 大宮司 など を 歴任 し た 、 佐々木 行忠 の 長男 行美 ( 東京 大学 理学 部 教授 ) に 嫁 い で い る 。 旧 侯爵 ・ 佐々木 行忠 は 、 昭和 17 年 に 皇典 講究 所 長 、 國學 院 大 學長 に あげ られ 、 さらに 国史 編 修院 総裁 を 経 て 、 昭和 21 年 に 東京 大 神宮 宮司 、 同 26 年 に は 伊勢 神宮 大宮司 に 就任 し た 国史 の 大家 。 なお 行忠 の 祖父 高行 は 枢密 顧問 官 で 明宮 ( 大正 天皇 ) の 御 教養 主任 だっ た 。 一方 友成 ・ 春子 夫妻 の 次女 ・ 博子 は 、 昭和 電工 元 社長 ・ 安西 正夫 の 次男 ・ 直之 ( 三井 不 動産 ) に 嫁 い た 。 直之 の 兄 、 すなわち 正夫 の 長男 ・ 安西 孝之 ( 元 昭和 エンジニアリング 社長 ) は 元日清 製粉 ( 現 日清 製粉 グループ 本社 ) 社長 ・ 正田 英三郎 の 次女 ・ 恵美子 と 結婚 し た 。 恵美子 の 姉 、 すなわち 正田 の 長女 が 美智子 ( 皇室 ) で あ る の で 住友 家 は 安西 家 ・ 正田 家 を 通 じ て 皇室 と 姻戚 関係 で つなが っ て い る 。 また 安西 直之 の 妹 公子 を 娶 っ た の が 、 住友 銀行 相談 役 堀田 庄三 の 長男 健介 ( 住友 銀行 ) で あ る から 、 岡橋 林 の 跡 を 継 い だ 住友 家 評 議員 会 の 前 委員 長 で あ っ た 堀田 庄三 は 、 住友 家 の 相談 役 、 総理 事 格 から 、 さらに 踏み込 ん で 、 住友 家 と 閨閥 で つなが っ た 。 なお 西園 寺 八郎 の 三男 ・ 西園寺 不二男 は 鮎川 義介 の 長女 を 娶 り 、 自ら も 日産 コンツェルン 傘下 の 日産 興業 社長 に 就 い て い る 。 元 参議 院 議員 で 日中 友好 に 努め た 西園寺 公一 は 八郎 の 長男 で あ り 、 春子 や 不二男 の 長兄 に あた る 。 住友 友成 の 姉 の 孝 は 、 旧 壬生 藩 三 万 石 の 藩主 鳥居 忠文子 爵 三男 忠輝 ( 元 住友 本社 取締 役 ) を 婿養子 に 迎え て お り 住友 忠輝 と 改名 し た 。 弟 の 住友 元夫 は 、 やはり 旧 小浜 藩 十 万 四千 石 の 藩主 酒井 忠克 ( さかい ただ たえ ) 伯爵 の 七女 寿枝子 を 娶 っ て い る 。 寿枝子 の 姉香 枝子 は 、 旧 高松 藩主 の 末裔 旧 伯爵 の 松平 頼明 ( まつだいら よりひろ 、 本郷 学園 理事 ) に 嫁 い で い る 。 寿枝子 の 姉 ・ 小枝子 は 三菱 財閥 の 創業 者 ・ 岩崎 弥太郎 の 孫 に 嫁 ぎ 、 その 娘 ・ 由利子 ( 寿枝子 の 姪 に あた る ) は 古 生物 学 関連 人物 一覧 で 博士 ( 理学 ) の 鎮西 清高 ( 京都 大学 名誉 教授 ) に 嫁 い で い る 。 また 、 鎮西 と 同じく 古生物 学 者 で 理学 博士 の 岩崎 泰頴 ( 弥太郎 の 曾孫 で 熊本 大学 名誉 教授 ) は 由利子 の 兄 で あ り 、 寿枝子 の 甥 に あた る 。 友成 の 兄 の 住友 寛一 は 、 明治 29 年 5 月 23 日 生まれ 。 前述 の とおり 若 く し て 絵画 に 傾倒 し た ため 廃嫡 さ れ 、 以後 画家 ・ 美術 品 収集 家 と し て 過ご し 、 岸田 劉生 と も 交流 を 持 っ た 。 泉屋 博古館 所蔵 の 中国 書画 の ほとんど は 寛一 の コレクション で あ る 。 また 鎌倉 市 の 景観 重要 建築 物 「 村上 邸 」 の 茶室 は 、 鎌倉 に あ っ た 寛一 邸 から 移築 し た もの で あ る 。 皆川 宗光 の 娘 と の 間 に 4 男 2 女 を もうけ た 。 長男 の 住友 務 は 、 元 住友 ビジネス コンサルティング と 住友 オーストラリア 開発 の 会長 を 歴任 し た 。 住友 務 の 長男 進 ( 日本 電気 ) の 妻 揺子 は 東曹 産業 社長 岩瀬 徳郎 の 二女 。 岩瀬 徳郎 の 父 徳三郎 は 、 元 東洋 曹達 工業 社長 で あ る 。 岩瀬 徳郎 の 長女 は 、 キッコーマン 醤油 一族 で あ る 11 代 茂木 七左衛門 の 養子 賢三郎 に 嫁 い で い る 。 また 、 住友 務 の 妹 文子 は 、 元 ミツワ 石鹸 社長 の 三輪 善雄 に 嫁 い で い る が 、 善雄 の 妹 の 佐登子 は 、 元 キッコーマン 醤油 10 代 社長 茂木 佐平治 に 嫁 い で い る 。 その ため 、 当主 吉左衛門 の 兄 住友 寛一 一族 は 、 茂木 一族 と 二 重 結合 の 閨閥 関係 に あ る 。 住友 務 の 弟 勝 は 、 元 関東 電工 会長 の 浅野 八郎 の 娘桃枝 を 娶 っ て い る 。 浅野 八郎 は 浅野 財閥 二 代 目 総帥 浅野 総一郎 の 三男 で あ る 。 二 代 目 総一郎 の 妻 千代子 は 、 自由 民権 運動 の 政治 家 ・ 板垣 退助 の 娘 で あ る 。 当主 の 弟 の 住友 元夫 は 、 明治 45 年 1 月 1日 生まれ 。 昭和 11 年 に 京大 の 物理 学科 を 卒業 、 同 21 年 に 住友 金属 工業 に 入 る 。 製鋼 所 技術 部 研究 課長 、 技術 部 長 、 同 所 長 友成 代理 兼 研究 部 長 、 中央 技術 研究 所 副 所長 を 経 て 、 昭和 37 年 11 月 取締 役 中央 技術 研究 所 長 と な り 、 常務 を 経 て 、 昭和 45 年 11 月 専務 に 就任 、 同 47 年 11 月 に 相談 役 、 住友 精密 工業 会長 と な っ た 。 住友 元夫 の 長男 住友 芳夫 ( 住友 金属 工業 ) も 、 阪大 大学 院 基礎 工学 研究 科 博士 課程 卒業 の 工学 博士 で あ る が 、 伯父 の 当主 住友 吉左衛門 に 嫡男 が い な い ため 、 当主 吉左衛門 の 養嗣子 と な っ て い る 。 この よう に 、 住友 家 は 先代 と 二 代 続 い て 、 旧 華族 と 密接 な 閨閥 関係 を 結 ん で い る 。 旧 華族 と の つながり と い え ば 、 当主 吉左衛門 の 兄 ・ 寛一 の 子孫 の ほか 、 四 男 融 が 迎え た 妻 光子 も 旧 公爵 鷹司 信輔 の 娘 で あ る 。 鷹司 家 は 、 公卿 の 中 で も 最高 の 家柄 で あ る 摂家 で あ り 、 徳大寺 家 や 西園 寺 家 と は 、 代々 深 い つながり を 持 っ て い る 。 例えば 、 先々 代 の 住友 友純 や 西園寺 公望 公爵 、 そして 元 侍 従長 の 徳大寺 実則 公爵 など の 父親 で あ る 徳大寺 公純 は 、 もともと 鷹司 家 から 徳大寺 家 へ 養子 入り し た 人 で あ る 。 さらに 、 徳大寺 実則 の 長女 順子 は 、 鷹司 信輔 の 父 で あ る 鷹司 煕通 ( 陸軍 少将 、 侍従 長 ) へ 嫁 ぐ 、 と い う よう に 、 鷹司 家 と 徳大寺 家 は 網 の 目 の よう な 連綿 と し た 濃 い 血 の つながり が あ る 。 この よう に 、 旧 華族 、 しかも 家格 が 最上 位 の 摂家 、 清華 家 の 家系 と 密接 な 閨閥 関係 に あ る 住友 家 の 家系 で あ る が 、 住友 家 が 旧 財閥 の 西 の 横綱 で あ る と し たら ば 、 東 の 正 横綱 、 三井 家 と の 幾 重 に も 重な り会 った つながり が あ る 。 住友 友純 の 妻 満寿 の 妹 楢 光 の 嫁 い だ 先 が 、 三井 十 一 家 の 一 つ 「 三井 永坂 町家 」 の 八 代 目 当主 、 元 三井 物産 社長 三井 高 泰 ( 守之助 ) に 嫁 い で い る 。 楢光 の 嫁入り の 時 は 、 大阪 から 東京 まで 、 7 台 の 貨車 を 借り 切 っ て 婚礼 衣裳 を 送 っ た と い う 。 しかも 三井 高 泰 の 長男 高 篤 ( 元 三井 物産 取締 役 ) は 、 三井 総領家 で あ る 北家 十 代 の 三井 八郎右衛門 ( 高棟 ) の 妹礼子 を 妻 に し て い る の で 、 住友 家 と 三井 家 の 閨閥 の つながり は 、 単に 一族 と 一族 と の 結合 で は な く 、 本家 と 総領家 が 直接 に 結びつ い た 本格 的 な もの で あ る 。 三井 家 と の 結びつき これ ばかり で は な い 。 先代 吉左衛門 友純 の 実兄 徳大寺 実則 公爵 の 三 女 奉子 は 、 三井 ・ 室町 家 の 三井 高 従 に 嫁 い で お り 、 さらに 実則 の 三男 で 分家 し た 旧 男爵 徳大寺 則麿 の 長女 鶴子 、 つまり 実則 の 孫娘 が 、 やはり 三井 ・ 新町 家 の 三井 高直 に 嫁 い で い る の で 、 住友 と 三井 両 本家 は 、 四 重 、 五重 の 閨閥 関係 に あ る 。 また 当主 吉左衛門 の 姉婿 忠輝 の 兄 の 旧子爵 鳥居 忠一 も 三井 ・ 南家 八代 八郎 次郎 の 長女 寛子 を 娶 っ て い る 。 この 公卿 を 中心 と し た 旧 華族 と 、 三井 総領家 で あ る 、 北家 、 永坂 町家 、 室 町 家 、 南家 、 新 町 家 と 実 に 三井 十 一 家 の うち 、 総 領家 を 含 む 三井 の 五 家 と の 閨閥 の 拡がり が あ る 。 祠堂 祭 例年 4 月 25 日 に 「 五山 の 送り火 」 が 行 わ れ る 京都 東山 の 麓鹿ヶ谷 の 住友 家 別邸 だっ た 「 有芳 園 」 で 開 か れ る 、 「 祠堂 祭 」 に 住友 直系 グループ の 社長 や 会長 、 相談 役 と い っ た 面々 が 集合 する 。 約 3000 坪 を こえ る 園内 の 一隅 に あ る 「 芳泉 堂 」 と 名付け られ た 小さな 祠 が あ る 。 これ は 、 昭和 15 年 、 日本 紀元 260 0 年 の 祝典 が 行 わ れ た 年 で あ っ た が 、 また 住友 で は 、 別子 銅山 の 開抗 250 年 に あた る 年 で 、 歴代 の 住友 家 当主 や 旧 住友 本社 幹部 物故 者 の 霊 を 祭 る ため 、 長谷部 鋭吉 の 設計 に よ っ て 典雅 な 持仏 堂 と し て 建立 さ れ た 。 「 祠堂 祭 」 に 参列 を 許 さ れ る の は 、 住友 家 ゆかり の 者 と 、 住友 直系 グループ の 社長 会 「 白水 会 」 の メンバー と 、 白水 会 卒業 生 ( 元 社長 ) だけ に 限定 さ れ て い る 。 つまり 「 祠堂 祭 」 は 、 住友 家 当主 と 住友 直系 企業 グループ の 社長 や 会長 、 相談 役 ら の 最高 経営 責任 者 が 、 年 に 1 度 「 物故 者 慰霊 祭 」 の ため に 、 一堂 に 会 する 日 で あ る 。 なお 、 4 月 25 日 は 「 業祖 」 蘇我 理右衛門 の 命日 で あ る 。 また 祠堂 祭 の 幹事 は 、 「 白水 会 」 メンバー 企業 の 持ち回り と な っ て い る 。 住友 家 邸宅 の 移り変わり 旧 住友 家 鰻谷本 邸 旧 住友 家 茶 臼山本邸 ( 慶沢 園 ) 旧 住友 家 住吉 本邸 ( 住吉 村 ( 兵庫 県 ) ) 旧 住友 家 衣笠 別 邸 ( 聖ヨゼフ 修道 院 ・ 門 の 家 、 登録 有形 文化 財 ) 旧 住友 家 鹿ケ谷 別邸 ( 有芳 園 ) 旧 住友 家 俣野 別邸 ( 国 重要 文化 財 ) 旧 住友 家 那須 別 邸 旧 住友 家 麻布 別 邸 旧 住友 家 駿河 台 別邸 旧 住友 会館 ( 泉 ガーデン タワー ・ 泉屋 博古 館 分館 ) 旧 住友 家 須磨 別 邸 ( 須磨 区 海浜 公園 ) +西園寺 ( さいおんじ ) 家 は 、 藤原 氏 の 流れ を 汲 む 公家 。 藤原 氏 藤原 北家 閑院 流 で 、 家格 は 清華 家 。 洞院 家 、 今出川 家 ( 菊亭 家 ) は 西園 寺 家 の 分かれ で あ る 。 また 、 西園寺 の 名字 を 名乗 っ た 有力 な 支流 と し て 伊予 国 の 武家 西園寺 氏 が あ る 。 家紋 は 左三 つ 巴 を 使用 。 西園 寺 家 は 藤原 公実 の 三男 藤原 通季 を 祖 と する 。 通季 の 曾孫 西園寺 公経 の とき 、 源 頼朝 の 姪 を 妻 と し て い た こと から 承久 の 乱 に 際 し て 鎌倉 幕府 の 縁者 と し て 警戒 さ れ て 朝廷 に 幽閉 さ れ 、 かえっ て 乱後 に 幕府 の 信任 を 受け て 関東 申次 と し て 朝廷 の 実権 を 握 り 、 太政 大臣 に まで のぼ っ て 家格 を 高め た 。 西園寺 の 家名 は 、 公経 が 京都 ( 山城 国 葛野 郡 北山 荘 ) の 別邸 に 建立 し た 寺 の 名前 に 由来 し て い る 。 この 堂 は 、 別名 、 北山 殿 と も い わ れ 、 現在 の 金閣 寺 は 足利 義満 が 西園 寺 家 より この 土地 を 譲 ら れ て 建て た もの 。 公経 以来 鎌倉 幕府 の 後援 を 受け 、 鎌倉 時代 を 通 じ て 摂家 を しの ぐ 勢力 を も っ た 。 西園寺 実兼 は 大覚 寺 統 に 接近 し 、 亀山 法皇 や 後醍醐 天皇 に 娘 を 入れ る 。 だ が 、 その 息子 西園寺 公衡 以後 は 、 大覚 寺 統 が 幕府 から 距離 を 置 く よう に な る と 今度 は 持明 院 統 を 支援 し て 大覚 寺 統 と の 対立 を 深め た 。 その 後 、 西園寺 公宗 の とき に 鎌倉 幕府 が 滅亡 し て 関東 申次 の 役 を 解任 さ れ る 。 公宗 は 北条 氏 の 残党 で あ る 北条 泰家 ( 時興 ) を 匿 い 、 建武 の 新政 を 開始 し た 後 醍醐 天皇 を 暗殺 し 、 持明 院 統 の 後伏見 上皇 を 擁立 する 謀叛 を 計画 し 、 弟 の 西園寺 公重 の 密告 で 計画 が 露見 し た 事 に よ り 公宗 は 逮捕 、 処刑 さ れ る 。 南北朝 時代 に は 公宗 の 子 西園寺 実俊 が 北朝 ( 日本 ) に 仕え て 右 大臣 に のぼ り 、 家名 を 再興 する 。 室町 時代 ・ 江戸 時代 に は 琵琶 を 家業 と する 家 と し て も 知 ら れ た 。 江戸 初期 に は 西園寺 実晴 が 細川 忠興 の 嫡男 ( 後 に 廃嫡 ) 細川 忠隆 こ と 長岡 休 無 の 長女 徳姫 を 御台所 に 迎え て 左 大臣 まで のぼ る が 、 長岡 休 無 は 西園 寺 家 に 種々 の 資金 助成 を し 600 石 の 遺産 贈与 も し て い る ( 綿考 輯録 ) 。 幕末 に 同じ 閑院 流 の 徳大寺 家 から 西園寺 公望 が 養子 に 入 り 、 明治 維新 を 経 て 政治 家 と し て 活躍 、 内閣 総理 大臣 など を 歴任 し 、 元老 と し て 大正 ・ 昭和 の 政界 に 重き を な し た 。 ちなみ に 公望 は 、 西園 寺 家 の 家業 で あ る 筈 の 琵琶 の 演奏 が 苦手 で あ っ た が 、 首相 在任 中 に 明治 天皇 から 悪戯 半分 に 「 久し ぶり に 西園 寺 家 の 琵琶 が 聞 き た い 」 と 言 わ れ 、 宮内 省 の 雅楽 寮 の 職員 と 琵琶 の 共演 を さ せ られ て 四苦 八苦 し た と い う エピソード が 伝わ っ て い る 。 +大谷家 ( おおたに け ) は 、 覚信 尼 と 日野 広綱 の 間 の 息子 覚恵 の 子孫 の 家号 で あ る 。 日野 広綱 は 京都 の 下級 公家 、 覚信 尼 は 浄土 真宗 の 多数 派 で あ る 本願 寺 の 門主 ( 法主 ) を 世襲 し た 親鸞 の 娘 で あ る 。 明治 時代 に 名字 必称 と な る と 、 浄土 真宗 本願 寺 派 ( 西本願 寺 ) の 管長 と 、 160 2 年 に 分かれ た 真宗 大谷 派 ( 真宗 本 廟 ) の 管長 が とも に 姓 と し た 。 大谷 姓 の 由来 は 、 後述 する 親鸞 の 廟堂 が 京都 東山 知恩 院 北門 の 大谷 の 地 に 定め られ た こと に よ る 。 大谷 は 「 豅 」 の 字 が 充て られ た こと も あ っ た が 、 後 に 本願 寺 は 「 豅山 」 ( おおたに ざん ) を 山号 と し た 。 現在 の 西本願 寺 は 「 豅 」 の 字 を 分か ち 、 龍谷 山 本願 寺 と 号 す 。 本願 寺 は 戦国 時代 ( 日本 ) に は 一向 一 揆 の 広がり の もと で 戦国 大名 に 伍 する 勢力 を も っ た こと から 、 戦国 大名 の ひと つ に 数え られ 、 また 門主 の 法名 ( 浄土 真宗 ) や 諱 に 本願 寺 を 冠 し て 「 本願 寺 顕如 」 、 「 本願 寺 光佐 」 と い う よう に 呼 ぶ こと が しばしば あ る が あくまで 呼称 の 便宜 上 で あ り 、 本願 寺 門主 の 家系 が 本願 寺 を 家 の 名字 ・ 姓 と し た わけ で も 、 本願 寺 氏 と い う 氏 が 存在 し た わけ で も な い 。 覚信 尼 は 、 1262 年 に 親鸞 が 亡くな っ た とき 臨終 を 看取 り 、 1272 年 に 京都 東山 の 自宅 の 近く の 大谷 に 遺骸 を 納め る 堂 を 建て た 。 大谷 の 堂 は 親鸞 の 廟 と し て 浄土 真宗 の 門徒 の 尊崇 を 集め る 大谷 廟堂 と な り 、 覚信 尼 の 長男 で あ る 覚恵 が 留守 職 と し て その 管理 を 行 う こと と な っ た 。 ところ が 、 大谷 廟堂 は 諸国 の 門徒 の 参詣 と 寄進 を 集め る こと から 、 のち に 留守 職 を めぐ っ て 覚恵 の 子覚如 と 、 覚恵 の 異父 弟 唯善 と の 間 で 争い と な り 、 覚如 が 辛う じて 勝利 し て 自己 の 家系 に よ る 留守 職 の 世襲 を 確立 し た 。 1312 年 、 覚如 は 廟堂 を 寺院 化 し 、 大谷 本願 寺 が 生まれ た 。 以来 、 覚如 の 子孫 が 継承 し た 本願 寺 は 教団 の 形成 を 進め 、 室町 時代 の 第 5 代 綽如 の とき 北陸 地方 へ と 進出 、 第 7 代 存如 の 時代 まで に 加賀 国 、 能登 国 、 越前 国 、 近江国 など で 本願 寺 教団 が 形成 さ れ て い っ た 。 だ が 、 親鸞 死後 より 教団 形成 に 努め て き た 他 の 浄土 真宗 の 系統 に 比べ て 教団 形成 は 大き く 出 遅れ 、 室町 時代 前期 の 本願 寺 は 青蓮 院 の 末寺 と さ れ 、 大谷 家 と し て は 日野 家 ( 親鸞 の 実家 ) の 縁 で 九条 家 の 家司 に 准 じ た 事 も 行 っ て い た と 言 わ れ て い る 。 15 世紀 後半 に 入 る と 、 第 8 代 門主 と な っ た 蓮如 の 活動 に よ っ て 本願 寺 教団 は 日本 全国 へ と 広が る が 、 1465 年 に 大谷 本願 寺 を 破却 さ れ て 門主 は 越前 の 吉崎 、 ついで 京都 郊外 の 山科 区 に 移 っ た 。 加賀 で は 蓮如 の 代 の 教勢 拡大 を 背景 に 、 1488 年 に 加賀 一向 一揆 が 起こ り 、 加賀 の 本願 寺 教団 は 守護 の 富樫 氏 を 追い 、 「 百 姓 の 治め る 国 」 と い わ れ る 状況 が 生まれ る こと に な る 。 1580 年 まで の およそ 百 年間 、 一向 宗 が 治め る 国 と な っ て しま う ほど で あ っ た 。 16 世紀 に 入 る と 、 戦国 の 動乱 の 中 で 、 本願 寺 教団 は 零細 な 農民 から 地侍 、 土豪 など の 武士 階層 に 至 る その 組織 力 を 武器 に 日本 各地 で 活動 を 活発 化 さ せ る が 、 山科 本願 寺 は 天文 法華 の 乱 に よ り 1532 年 に 戦災 に あ い 、 第 10 代 証如 は 摂津 国 西成 郡 ( 現在 の 大阪 市 ) に 蓮如 が 開 い た 石山 御坊 へ と 移り 、 石山 本願 寺 と する 。 石山 本願 寺 は 上町 台地 北端 の 丘 の 頂上 に 位置 し て い た 。 淀川 河口 の 河川 交通 の 要衝 大阪 を おさえ て い た 。 石山 本願 寺 を 本拠 地 と し て 、 証如 は 諸 大名 や 幕府 、 朝廷 と の 緊密 化 を 図 り 、 本願 寺 の 勢力 基盤 を 安定 さ せ た 。 一方 で 、 証如 の 時代 の 末期 から 、 北陸 を はじめ と する 地方 の 本願 寺 教団 で は 、 本願 寺 の 統制 を 外れ て 独自 路線 を 歩 む 者 も あらわれ つ つ あ っ た 。 証如 の 子 、 第 11 代 顕如 の とき 、 事実 上 、 自立 し た 大名 権力 と な っ て い た 本願 寺 教団 は 、 畿内 に 進出 し 、 宗教 勢力 から 領主 権力 を 奪 っ て 統一 支配 を 確立 し よ う と する 織田 信長 と 対立 する こと と な っ た 。 1570 年 から 十 年 に わた っ て 続 い た 本願 寺 と 織田 氏 の 抗争 、 いわゆる 石山 戦争 は 、 要塞 化 さ れ た 石山 本願 寺 に 立て 篭 も る 顕如 ら と 、 各地 で 織田 氏 へ の 抵抗 運動 を 繰り広げ る 本願 寺門徒 と の 連携 に よ っ て 本願 寺 が 優勢 に 立 ち 、 信長 を 大いに 苦しめ る こと と な る 。 しかし 、 1574 年 に は 伊勢 国長島 町 ( 三重 県 ) の 願證 寺 が 織田 氏 に よ っ て 滅ぼ さ れ 、 1575 年 に 越前 を 織田 氏 から 奪還 し た 一向 一揆 が 覆滅 さ れ る など 各地 の 抵抗 が そ が れ 、 1578 年 に は 木津川 の 合戦 で 本願 寺 と 同盟 する 毛利 氏 の 水軍 が 織田 水軍 に 敗れ る など 、 本願 寺 の 外 で は 敗北 を 重ね て い っ た 。 本願 寺 は 依然 と し て 雑賀 衆 など の 支援 を 集め つつ 強勢 を 保 っ た が 、 次第 に 敵中 に 孤立 し て い き 、 1580 年 、 ついに 正親 町 天皇 の 勅命 を 引き出 し た 信長 に 屈 し て 石山 本願 寺 を 退去 し 、 領主 権力 と し て の 本願 寺 は 消滅 し た 。 この とき 顕如 の 意向 に 反 し て 抵抗 を 続け る こと を 主張 し た 長子 教如 と 顕如 は 仲違い し 、 1593 年 に 顕如 が 示寂 する と 、 三男 の 准如 が 後継 者 に 立て られ た 。 これ より 門主 の 座 を めぐ っ て 本願 寺 は 分裂 の 道 を 歩 み 始め 、 160 2 年 に 徳川 家康 が 教如 に 准如 の 本願 寺 教団 と 別 の 寺地 を 与え て 東本願 寺 を 分立 さ せ た 。 この とき 、 西本願 寺 と な っ た 准如 の 教団 から 東本 願 寺 の 教如 の もと に 移 る 門徒 が 多 く あらわれ 、 本願 寺 は 東西 に 分裂 し た 。 もともと 公家 の 日野 有範 の 子息 で あ る 親鸞 と 、 日野 広綱 ( 覚如 の 父 ) の 血統 を 引 く 東西 両 大谷 家 当主 は 、 代々 有力 公家 の 猶子 に な る 慣習 が あ り 、 また 、 代々 公家 と 通婚 を 続け て お り 母系 に よ っ て も 公家 化 が 進 ん で い っ た 。 この よう な 経緯 から 明治 維新 後 、 両 大谷家 は 華族 に 列 し 、 とも に 伯爵 を 授け られ た 。 +松永 氏 ( まつなが し ) は 大和 国 の 戦国 大名 で あ る 。 松永 氏 は 祖先 の 武内 宿禰 から 16 世 の 孫真済 が 若狭 国 国司 と な り 、 同国 遠敷 郡 松永 荘 より 紀松永 と 称 し た こと に 始ま る と さ れ る 。 これ に よ る と 紀氏 の 流れ と い う こと に な る が 、 戦国 大名 の 松永 氏 は 藤原 氏 また は 源 氏 を 自称 し て い る 。 乱世 に おけ る 一代 の 奸雄 ・ 松永 久秀 を 祖 と する 大名 家 で あ る が 、 この 久秀 は 出自 す ら 詳し く わか っ て い な い 。 ただ 、 近年 の 研究 から 山城 国 の 石清水 八幡 宮 近辺 が 有力 説 と し て 上が り 、 その ため に 同じ 山城 出身 の 美濃 国 を 乗っ取 っ た 斎藤 道三 と 旧知 の 間柄 に あ っ た と い う 説 まで 存在 する 。 久秀 は 最初 、 細川 氏 に 仕え て い た 三好 長 慶 の 右筆 と な っ た 。 そして めきめき と 実力 を 現 し 、 京都 奉行 から 三好 氏 の 宰相 に まで な っ た 。 軍事 面 や 築城 に 優れ 、 15 60 年 に は 陪臣 の 身 で あ り ながら 主家 同様 に 室町 幕府 の 御 相 伴衆 に まで 列 せ られ て い る の を 見 て も わか る よう に 、 松永 氏 は 久秀 の 優秀 な 能力 に お い て 成長 を 遂げ て い っ た の で あ る 。 しかし 1561 年 の 長慶 の 弟 ・ 十河 一存 の 急死 や 1563 年 の 長慶 の 子 ・ 三好 義興 の 死 は 、 久秀 の 毒殺 説 が 有力 で あ る 。 少な く とも 、 1564 年 の 長慶 の 弟 ・ 安宅 冬康 の 死 は 久秀 が 長慶 に 讒言 し て 殺 さ せ た もの で あ り 、 久秀 は どう も 三好 氏 の 乗っ取り を 企 ん で い た よう で あ る 。 同年 、 長慶 も 病死 し て 三好 氏 が 弱体 化 する と 久秀 は 畿内 に おけ る 覇権 を 握 ろ う と 1565 年 、 時 の 将軍 ・ 足利 義輝 を 殺害 する 。 そして 三好 三 人 衆 と 対立 し ながら も 一時 は 畿内 に おけ る 覇権 を 掌握 し 、 松永 氏 の 最盛 期 を 築き上げ た が 、 1568 年 、 織田 信長 が 義輝 の 弟 ・ 足利 義昭 を 奉じ て 上洛 し て くる と 、 信長 の 優れ た 器量 と 圧倒 的 軍事 力 を 知 っ て 、 名器 ・ 九十 九 髪 茄子 を 信長 に 献上 し て 降伏 し 、 信長 の 家臣 と な っ て い る 。 しかし 久秀 は 、 信長 が 義昭 と 対立 し て 信長 包囲 網 が 敷 か れ て 窮地 に 陥 る と 、 これ に 背 い て い る 。 しかし この とき は 武田 信玄 の 死 や 室町 幕府 の 滅亡 など 悪 条件 が 重な っ て 、 1573 年 末 に 織田 信長 に 降伏 し て い る 。 そして 1577 年 、 上杉 謙信 の 能登 国 ・ 加賀 国 侵攻 に 呼応 し て 、 再び 謀反 を 起こ し 信貴 山城 に 立て 籠も る 。 しかし 、 織田 軍 は 手取 川 の 戦い で 上杉 謙信 に 敗北 し て い た もの の 十分 な 余力 を 残 し て い た ため 、 久秀 は 各 個 撃破 の 戦略 を 採 っ た 織田 軍 に あえ な く 追い 詰め られ た 。 久秀 は 信長 が かね て から 所望 し て い た 古 天明 平蜘蛛 を 抱 い て 爆死 。 この とき 、 久秀 の 嫡男 ・ 松永 久通 も 自害 し て 、 戦国 大名 と し て の 松永 氏 は 完全 に 滅亡 し た 。 だ が 、 出家 し て 放浪 中 で あ っ た 久秀 の 息子 松永 永種 が 生き残 り 、 その 息子 で あ る 松永 貞徳 は 俳人 と し て 名 を 残 し た と い う 。 なお 、 尾張 藩 に 松永 国華 と い う 儒学 者 も い た が 、 この 人物 も 子孫 と さ れ て い る 。 +六角 氏 ( ろっかく し ) は 宇多 源 氏 佐々木 氏 の 流れ を 汲 む 、 鎌倉 時代 から 戦国 時代 ( 日本 ) に かけ て 近江 国 南部 を 中心 に 勢力 を 持 っ た 武家 ( 守護 大名 ) 。 なお 、 藤原 北家 流 の 公家 六角 家 と は 、 血 の つながり は 無 い 。 近江 源 氏 と 呼 ば れ た 佐々木 氏 の 四家 に 分かれ た 家 の うち の 一 つ で 、 鎌倉 時代 より 守護 と し て 南近江 一帯 を 支配 し て い た 。 六角 氏 と 名乗 っ た の は 、 京都 の 六角 堂 に 屋敷 を 構え た から だ と 言 わ れ て い る 。 鎌倉 時代 、 佐々木 氏 は 、 承久 の 乱 で 一族 の 多く が 宮方 に 属 し た 前歴 も あ っ て 、 幕府 から 特に 警戒 さ れ て い た 。 佐々木 信綱 の 死後 、 所領 の 多く は 三男 の 佐々木 泰綱 が 受け継 ぐ はず で あ っ た が 、 信綱 の 廃嫡 さ れ た 長男 の 佐々木 重綱 の 訴え を 幕府 が 容れ た ため 、 領土 は 兄弟 で 四 分 さ れ た 。 泰綱 の 一族 で あ る 六角 氏 が 佐々木 氏 の 嫡流 で あ る こと は 変わり は な かっ た が 、 その 勢力 は 大き く 減退 する こと に な る 。 鎌倉 幕府 の 滅亡 時 は 、 六角 時信 は 六波羅 探題 に 最後 まで 味方 し た が 敗れ 降伏 し て い る 。 同族 で あ る 京極 氏 と は 、 京極 氏 が 台頭 し た 室町 時代 以降 敵対 し 、 近江 の 覇権 を めぐ っ て 争 っ た 。 また 、 領 内 に 比叡山 が 存在 する こと も あ っ て 、 室町 時代 を 通 じ て その 支配 は 安定 せ ず 、 六角 満綱 、 六角 持綱 父子 は 家臣 の 反乱 に よ り 自害 に 追いや ら れ 、 それ を 継 い だ 六角 久頼 は 京極 氏 と の 対立 の 末 、 心労 に よ り 自害 し て 果て て い る 。 久頼 の 後 に 当主 で あ っ た と み られ る 六角 亀寿 ( どの 人物 に 比定 さ れ る か は 諸説 あ る ) は 応仁 の 乱 で は 西軍 に 属 し 、 その 次代 の 六角 高頼 の 代 に は 、 1487 年 ( 長享 元年 ) に は 9 代 将軍 足利 義尚 、 10 代 足利 義稙 から 討伐 を 受け る 。 高頼 は この 侵攻 を 二 度 に 亘 り 跳ね のけ 、 さらに 守護 代 で あ る 伊庭 氏 と の 対立 に 勝利 し 、 六角 氏 の 戦国 大名 化 を なしとげ た 。 戦国 時代 ( 日本 ) に 入 る と 六角 定頼 ( 高頼 の 次男 ) が 登場 する 。 定頼 は 足利 将軍 家 の 管領 代 と な り 、 観音 寺 城 を 本拠 と し て 近江 一帯 に 一 大 勢力 を 築き上げ 、 六角 氏 の 最盛 期 を 創出 し た 。 しかし 定頼 の 死後 、 後 を 継 い だ 六角 義賢 の 代 に お い て は 、 15 60 年 に 野良田 の 戦い で 浅井 長政 と 戦 っ て 敗れ る など 六角 氏 の 勢力 は 陰り を 見せ はじめ る 。 その 子 ・ 六角 義治 ( 義弼 ) の 代 に お い て は 1563 年 に 重臣 中 の 重臣 で あ っ た 後藤 賢豊 父子 を 殺害 し て 、 六角 家 の 内紛 と な る 観音 寺 騒動 が 起こ し 、 六角 式 目 へ の 署名 を 余儀 な く さ れ る など 、 六角 氏 の 弱体 化 は 明らか と な っ た 。 この よう に 六角 氏 は 六角 義賢 ・ 義治 父子 の 時代 に 大き く 衰退 し 、 1568 年 、 織田 信長 率い る 上洛 軍 と 戦 っ て 敗れ 、 領国 を 失 う こと に な る 。 その 後 、 義賢 と 義治 は 信長 に 対 し て ゲリラ 的 に 抵抗 し た が 、 結局 は 没落 し て い っ た 。 の ち 豊臣 秀吉 あるいは 豊臣 秀次 に よ っ て 家臣 に とりたて られ 、 江戸 時代 に は 佐々木 姓 に 復 し 旗本 と な っ た 。 義治 の 弟 六 角 義定 ( 観音 寺 騒動 の 後 に 義治 に 当主 の 座 を 譲 ら れ た と さ れ る が 、 異説 も あ る ) の 子孫 も 江戸 幕府 の 旗本 と し て 残 っ た 。 こちら も 本姓 の 佐々木 姓 を 名乗 っ て い る 。 義治 の 弟 高 一 は 、 織田 信雄 の 家臣 と な り 、 その 子正勝 は 生駒 姓 を 称 し 、 大和 宇陀 藩 織田 家 の 重臣 と な っ た 。 その 子孫 は 、 丹波 柏原 藩 織田 家 に 仕え た 。 以上 が 従来 の 通説 で あ る が 、 異説 と し て は 、 六角 氏 綱 ( 高頼 の 嫡男 で 定頼 の 兄 ) の 子孫 が 信長 に 庇護 さ れ 存続 し 、 六角 義郷 が 、 ( 父 あるいは 兄 に あた る 六角 義秀 の 旧臣 で あ り 、 片諱 を 与え た ) 豊臣 秀吉 に 仕え て 12 万 石 の 大名 と な り 、 豊臣 姓 と 侍従 の 称号 を 授か り 始終 優遇 さ れ た と さ れ 、 近年 有力 視 さ れ て い る 。 この 説 に お い て は 、 定頼 の 系統 は 六角 氏 庶流 の 箕作家 で 、 陣代 に すぎ な かっ た と さ れ る 。 +山 階宮 ( やましなのみや ) は 、 江戸 時代 末期 、 伏見 宮 邦家 親王 の 王子 、 山階 宮晃親王 が 創設 し た 宮家 。 山 階 宮晃親王 は 文化 ( 元号 ) 13 年 ( 1816 年 ) に 誕生 。 初名 は 清保 。 その 翌年 、 京都 山科 に あ る 門跡 寺院 ・ 勧修 寺 を 相続 し た 。 文政 7 年 に 出家 し 、 済範 ( さいはん ) 入道 親王 と 称 し た 。 元治 元年 ( 1864 年 ) 徳川 慶喜 ら が 還俗 を 孝明 天皇 に 願 っ た 。 勅許 を も っ て 、 改めて 親王 宣下 と 共 に 、 山階 宮 の 宮号 を 賜 っ た 。 宮号 は 、 山科 の 地名 に ちな ん だ もの で あ る 。 初代 晃親王 は 、 国事 御 用掛と し て 幕末 の 政界 で 活躍 し 、 明治 維新 後 は 、 議定 ・ 外国 事務 総督 など の 要職 を 占め た 。 皇族 が ヨーロッパ の 王室 に 倣 っ て 軍人 に な る 中 、 文官 で あ る こと を 通 し た 。 明治 31 年 2 月 、 83 歳 で 薨去 し た 。 2 代 山 階宮菊 麿王 は 、 晃親 王 の 王子 。 一時 、 梨本 宮守 修 親 王 の 養嗣子 と な る が 、 明治 18 年 に 山 階 宮 に 復帰 し 、 晃親 王 の 後嗣 と な る 。 大 日本 帝国 海軍 に 入 り 、 海軍 大佐 まで 進 む 。 気象 学 研究 に も 打ち込 み 、 費用 は 自弁 で 筑波山 に 気象 観測 所 を 建設 し た 。 明治 41 年 、 36 歳 で 薨去 し た 。 3 代 山 階宮 武彦 王 は 、 明治 31 年 ( 1898 年 ) に 誕生 。 父宮 の 跡 を 次 いで 海軍 に 入 り 、 海軍 少佐 まで 進 む 。 海軍 航空 隊 に 入隊 し 東京 上空 を 飛行 し た こと から 「 空 の 宮様 」 と し て 知 ら れ た 。 賀陽 宮 邦憲王 の 王女 、 佐紀子 女王 と 結婚 し た が 、 大正 12 年 、 関東 大 震災 に よ り 鎌倉 に あ っ た 宮家 の 別邸 も 倒壊 。 折悪し く この 別邸 に 滞在 し て い た 懐妊 中 の 佐紀子 妃 は おなか の 胎児 と とも に 圧死 し た 。 佐紀子 妃 の 薨去 に よ っ て 武彦 王 は 精神 に 異常 を きた し 、 昭和 7 年 、 予備 役 に 編入 さ れ た 。 皇籍 離脱 後 は 山階 氏 を 名乗 る が 、 その 後 も 入退院 を 繰り返 し 、 昭和 62 年 8 月 に 藤沢 の 病院 で 逝去 し た 。 菊麿 王 の 次男 芳 麿王 は 、 大正 9 年 に 侯爵 山 階 芳麿 と し て 臣籍 降下 し た 。 東京 帝国 大学 理学 部 を 卒業 、 理学 博士 号 を 取得 し た 鳥類 学 者 。 山階 鳥類 研究 所 を 創設 し 、 所長 と な り 、 日本 鳥類 研究 の 第 一 人 者 と し て 知 ら れ た 。 菊麿 王 の 三男 筑波 藤 麿 も 臣籍 降下 し 、 侯爵 筑波 藤 麿 と な る 。 東京 帝国 大学 国史 学科 を 卒業 後 、 靖国 神社 宮司 と な る 。 東京 代々木 の 自宅 に 筑波 歴史 研究 室 を 設立 し 、 国史 の 文献 目録 を 収集 し た 「 国史 学会 」 を 発行 し た 。 藤麿 の 長男 筑波 常治 は 早稲田 大学 教授 。 次男 筑波 常 秀 は 、 出家 し て 法名 を 常遍 と 称 し 、 山階 宮 ゆかり の 勧修 寺 の 門跡 と な っ た 。 菊麿王 の 四 男 鹿島 萩麿 は 伯爵 鹿島 萩麿 、 菊麿 王 の 五男 葛城 茂麿 は 伯爵 葛城 茂麿 と な っ た 。 +東伏見宮 ( ひがし ふしみのみや ) は 、 明治 後期 に 伏見 宮 邦家 親王 の 王子 、 東伏見宮 依仁 親王 が 創立 し た 宮家 。 継嗣 は 無 く 、 宮家 と し て は 一代 で 断絶 し た 。 依仁 親王 は 、 1867 年 ( 慶応 3 年 ) に 誕生 。 幼名 を 定麿 王 と い う 。 1869 年 ( 明治 2 年 ) に 山階 宮 の 養子 と な り 山階 宮定 麿王 を 名乗 っ た 。 1885 年 ( 明治 18 年 ) に 小松宮 の 養子 と な る 。 翌年 、 親王 宣下 に よ り 小松宮 依仁 親王 と な っ た 。 190 3 年 ( 明治 36 年 ) 、 小松宮 彰仁親王 は 薨去 する さい に 依仁 親王 の 継嗣 を 停止 し た ため 、 依仁 親王 は 新た に 東伏見宮家 を 創設 し た 。 軍歴 と し て は 、 1884 年 ( 明治 17 年 ) に 英国 留学 。 さらに 、 1890 年 ( 明治 23 年 ) フランス ・ ブレヒト 海軍 兵 学校 を 卒業 し 、 その 後 、 横須賀 鎮守 府 司令 長官 、 第 二 艦隊 司令 長官 を 歴任 し 、 海軍 大将 に 上 る 。 また 、 英国 ジョージ 5 世 ( イギリス 王 ) の 戴冠 式 に 参列 し 、 大 日本 水産 会 総裁 、 日仏 協会 名誉 総裁 など を 歴任 。 1920 年 ( 大正 11 年 ) 、 56 歳 で 薨去 。 元帥 大 勲位 菊花 章 頚飾 を 追号 さ れ た 。 依仁 親王 に は 、 継嗣 が 無 く 東伏見宮家 は 一代 で 断絶 し た 。 しかし 、 依仁 親王 が 養育 し て い た 久邇宮 邦彦 王 第 3 王子 邦英王 ( 東伏見 慈洽 ) が 成人 後 、 東伏見宮 の 祭祀 を 受継 ぐ ため に 臣籍 降下 する こと で 東伏見 の 家名 を 賜 り 、 伯爵 家 と な っ た 。 この 臣籍 降下 は 旧 皇室 典範 が 養子 を 禁止 し て い た ため で あ っ た 。 その 後 邦英 は 京都 の 青蓮 院 門 跡 の 門主 と な っ て 東伏見 慈洽 と 号 し た 。 現在 も 存命 中 で あ る 。 +藤原 北家 ( ふじわら ほっけ ) と は 、 右 大臣 藤原 不比 等 の 次男 藤 原 房前 を 祖 と する 家系 。 藤原 四家 の 一 つ 。 藤 原 房前 の 邸宅 が 兄 の 藤原 武智 麻呂 の 邸宅 より も 北 に 位置 し た こと が この 名 の 由来 。 祖 の 房前 は 元正 天皇朝 で 藤原 四 兄弟 に 先んじ て 参議 に 昇進 する と 、 後 に 祖父 藤原 鎌足 以来 の 内臣 と な り 、 元正 天皇 の 側近 と し て 長屋 王 と 政権 を 争 っ た 。 聖武 天皇朝 に な る と 、 神亀 6 年 ( 729 年 ) 長屋 王 の 変 に よ り 政権 を 掌握 し 、 藤原 四 兄弟 藤原 四子 政権 で も 中心 人物 と し て 政権 を 主導 し た が 、 天平 9 年 ( 737 年 ) の 天然 痘 蔓延 に よ り 他 の 兄弟 と とも に 病没 し て しま う 。 その 後 奈良 時代 後期 ~ 平安 時代 初期 に かけ て は 、 光仁 天皇朝 で 房前 の 子 で あ る 藤原 永手 ・ 藤原 魚名 が 左 大臣 と な る も 、 永手 の 嫡男 藤原 家依 は 早逝 し 、 魚名 は 氷上 川継 の 乱 に 連座 し て 失脚 し た こと も あ り 、 藤原 南家 ・ 藤原 式家 に 押 さ れ が ち の 状態 に あ っ た 。 しかし ながら 、 平城 天皇朝 以降 、 大同 2 年 ( 80 7 年 ) の 伊予 親 王 事件 に て 南家 、 弘仁 元年 ( 810 年 ) の 薬子 の 変 に て 式家 の 勢力 が 衰え る と 、 嵯峨 天皇 の 信任 を 得 た 藤原 冬嗣 が 急速 に 台頭 し 他家 を 圧倒 する よう に な っ た 。 さらに 、 冬嗣 ( 文徳 天皇 ) ・ 藤原 良房 ( 清和 天皇 ) ・ 藤原 基経 ( 朱雀 天皇 ・ 村上 天皇 ) と 北家 嫡流 が 三 代 に 亘 っ て 天皇 の 外祖父 と な り 、 同家 の 優勢 を 確立 し た 。 以後 、 北家 嫡流 が 藤 氏 長者 と な り 、 摂政 ・ 関白 も この 系統 か ら 輩出 する こと に な っ た 。 後 に 、 藤原 道長 ・ 藤原 頼通 の 代 で 藤原 摂関 政治 の 全盛 を 極め る 。 道長 ・ 頼通 の 子孫 は 摂家 を 輩出 し 公家 の 最高 家格 を 独占 する に 至 っ た 。 また 、 他 の 藤原 姓 の 堂上 家 も ほとんど が 北家 の 子孫 で あ る 。 派生 氏 族 は 公家 ばかり で は な く 、 藤原 道兼 宇都宮 氏 ・ 小田 氏 、 藤原 長家 那須 氏 、 勧修 寺 流 上杉 氏 、 藤原 山蔭 伊達 氏 、 藤原 利仁 斎藤 氏 ・ 加藤 氏 、 藤原 秀郷 奥州 藤原 氏 ・ 足利 氏 ( 藤原 氏 ) ・ 小山 氏 ・ 結城 氏 ・ 佐野 氏 ・ 小野崎 氏 など 、 主に 関東 ・ 北陸 ・ 東北 を 中心 に 活躍 し た 多数 の 武家 が 藤原 北家 の 末裔 と 称 し た 。 藤原 四家 の 中 で は 遅 く 花 開 い た 一族 だ が 、 結果 と し て 藤原 四家 の 中 で も 最も 根 を 拡げ る こと に な っ た 一族 で あ る 。 +藤原 南家 ( ふじわら なん け ) と は 、 右 大臣 藤原 不比 等 の 長男 藤原 武智 麻呂 を 祖 と する 家系 。 藤原 武智 麻呂 の 邸宅 が 弟 の 藤原 房前 の 邸宅 より も 南 に 位置 し た こと が この 名 の 由来 。 祖 の 武智 麻呂 は 藤原 北家 の 藤原 房前 と とも に 、 元正 天皇朝 ~ 聖武 天皇朝 に かけ て 長屋 王 と 政権 を 争 っ た が 、 神亀 6 年 ( 729 年 ) 長屋 王 の 変 に よ り 政権 を 掌握 し 、 藤原 四 兄弟 たち と 共 に 聖武朝 で 政権 を 主導 し た ( 藤原 四子 政権 ) が 、 天平 9 年 ( 737 年 ) の 天然 痘 蔓延 に よ り 他 の 兄弟 と とも に 病没 し て しま う 。 武智 麻呂 に は 4 人 の 息子 が あ り 、 孝謙 天皇朝 ~ 称徳 天皇朝 に かけ て 、 長男 藤原 豊成 ( 右 大臣 ) ・ 次男 藤原 仲麻呂 ( 太政 大臣 ) が 続 い て 大臣 と な っ た 。 特に 仲麻呂 は 淳仁 天皇 を 擁立 する と 、 息子 3 人 ( 藤原 真先 ・ 藤原 訓儒 麻呂 ・ 藤原 朝狩 ) を 参議 と し 前代 未聞 の 親子 4 人 を 公卿 と する など 権力 を 独占 し た が 、 天平 宝字 8 年 ( 764 年 ) 藤原 仲麻呂 の 乱 に よ り 失脚 し た 。 その 後 も 桓武 天皇朝 に お い て 、 武智 麻呂 の 長男 豊成 の 子藤原継縄 と 、 三男 藤原 乙麻呂 の 子藤原 是公 が 続 い て 右 大臣 と な り 、 南家 は 勢力 を 維持 し た 。 しかし ながら 、 続 く 平城 天皇朝 の 大同 2 年 ( 80 7 年 ) に 当時 政権 № 2,3 の 座 に あ っ た 、 藤原 雄友 ( 是公 の 子 : 大納言 ) ・ 藤原 乙叡 ( 継縄 の 子 : 中納言 ) が 伊予 親 王 の 変 に よ り 失脚 し 、 仲麻呂 に 続 き 、 豊成 ・ 乙麻呂 の 系統 も 中央 貴族 と し て は 衰退 し た 。 なお 、 乙麻呂 の 系統 で 平安 中期 に 武人 と し て 頭角 を 顕 し た 藤原 為憲 の 子孫 は 各地 に 広が り 、 伊東 氏 、 工藤 氏 、 二 階堂 氏 、 相良 氏 、 吉川 氏 、 天野 氏 と い っ た 各氏 の 祖 と な っ た 。 平安 時代 中期 以後 は 、 藤原 北家 に 押 さ れ 政治 的 に 衰退 する 中 、 武智 麻呂 の 四 男 藤原 巨勢 麻呂 の 子孫 が 中央 貴族 と し て 続 き 、 多く の 学者 を 輩出 し た 。 院政 に 院 近臣 と し て 勢威 を 得 た 藤原 通憲 ( 信西 ) は その 代表 で あ る 。 また 、 後白河 法皇 の 近臣 で 後 に 順徳 天皇 の 外祖父 と な っ た 藤原 範季 の 子孫 から は 堂上 家 で あ る 高倉 家 ( 室町 時代 末 に 絶家 後 、 江戸 時代 に 再興 し 藪家 に 改号 ) を 輩出 し た 。 +摂家 ( せっけ ) と は 、 鎌倉 時代 に 成立 し た 藤原 氏 嫡流 で 公家 の 家格 の 頂点 に 立 っ た 5 家 の こと 。 大納言 ・ 右 大臣 ・ 左 大臣 を 経 て 摂政 ・ 関白 に 昇任 で き た 。 近衛 家 ・ 九条 家 ・ 一 条 家 ・ 二 条 家 ・ 鷹司 家 の 5 家 が あ る 。 摂関家 ( せっかん け ) 、 五摂 家 ( ご せっけ ) 、 執柄 家 ( しっぺい け ) と も い う 。 この 5 家 の 中 から 藤 氏 長者 も 選出 さ れ た 。 藤原 北家 の 藤原 良房 の 嫡流 を 経 て 、 鎌倉 初期 に 至 り 藤原 忠通 の 子 の 近衛 基実 と 九条 兼実 が それぞれ 近衛 流 摂 関家 と 九条 流 摂 関家 を 成立 さ せ 、 嫡流 が 2 家 に 分裂 し た ( この 他 に 同じ 忠通 の 子 で あ る 松殿 基房 を 祖 と する 松殿 流摂 関家 の 松殿 家 が あ っ た が 、 松殿 師家 が 摂政 に な っ た 後 は 摂政 ・ 関白 を 輩出 する こと な く 何 度 も 断絶 を 繰り返 し て い る ため 摂家 に は 数え な い ) 。 のち 、 近衛 流 摂 関家 から は 嫡流 の 近衛 家 ならび に 、 鷹司 兼平 に よ り 鷹司 家 が 成立 。 さらに 九条 流 摂 関家 から は 、 九条 道 家 の 子 の 二条 良実 、 一条 実 経 、 教実 に よ り 、 それぞれ 二条 家 、 一条 家 、 九条 家 が 成立 し た 。 上図 の 補注 兄弟 は 、 年長 の 順 に 左 から 並 ん で い る 。 五摂 家 成立 以後 は 、 摂政 ・ 関白 に は この 5 家 の 者 のみ が 任 じ られ 、 摂家 た る 5 家 は 摂政 、 関白 職 を 独占 し た 。 その ため 、 関白 就任 を 目論 ん だ 豊臣 秀吉 ( 豊臣 秀吉 。 当時 は 平 朝臣 を 称 し て い た ) は 、 1585 年 ( 天正 13 年 ) に 近衛 前久 の 猶子 と な り 藤原 秀吉 と な る こと で 関白 就任 を 果た し た 。 その 後 、 豊臣 秀吉 の 養子 で あ る 豊臣 秀次 は 「 豊臣 朝臣 」 と し て 関白 に 任 じ られ て お り 、 これ が 五摂 家 以外 で 関白 に 任 じ られ た 唯一 の 例外 で あ る 。 江戸 幕府 が 成立 する と 、 幕府 は 禁中 並 公家 諸 法度 を 制定 し て 、 摂政 ・ 関白 は 幕府 の 推薦 な く し て 任命 でき な い 仕組み と な っ た 。 その 一方 で 、 幕府 は 摂政 ・ 関白 並び に 摂家 に 対 する 公然 ・ 非 公然 の 支援 を 行 っ た 。 この 結果 、 寛永 年間 以後 は 摂関 政治 の 時代 で すら 建前 上 決定 に 参与 出来 な かっ た 朝議 を 摂政 ・ 関白 が 主宰 し 、 清華 家 以下 の 公家 は 大臣 で あ っ て も 参加 権 ・ 発言 権 が 剥奪 さ れ る よう に な っ た 。 また 、 摂家 が 断絶 し た 場合 の 後継 の 養子 に は 必ず 皇族 か 同じ 摂家 から の 養子 しか 認め られ な く な り 、 太政 大臣 の 任官 要件 に 摂政 ・ 関白 ・ 征夷 大将軍 の 経験 者 と い う 暗黙 の 規定 が 追加 さ れ て 、 清華 家 以下 の 公家 は 朝廷 中枢 から 排除 さ れ た 。 その 結果 、 江戸 時代 の 朝廷 は 五 摂 家 の 当主 の 合意 のみ で の 運営 が 可能 と な り 、 天皇 と 言 え ど も それ に 抗 う 事 は 困難 と な っ た 。 更に その 五 摂 家 の 当主 で すら 幕府 が 摂政 ・ 関白 の 任命 権 を 事実 上 掌握 し て い る 以上 、 幕府 の 意向 に 反 する 事 は 出来 な かっ た ため に 、 その 結果 、 幕府 → 摂家 ・ 武家 伝奏 ( 最大 で も 5 + 4 名 ) → 天皇 及び 諸 公家 と い う 幕府 に と っ て は 非常 に 効率 の 良 い 朝廷 統制 の 仕組み が 完成 し た 。 もっとも 、 天皇 や 摂家 以外 の 公家 も これ に 素直 に 従 う 事 は な く 、 機会 を 捉え て 抵抗 を 続け た 。 その 不満 が 後水尾 天皇 ・ 霊元 天皇 両太上 天皇 に よ る 院政 や 宝暦 事件 ・ 尊号 一 件 ・ 廷臣 八十 八 卿 列 参 事件 など の 形 で 噴出 する こと に な る 。 明治 維新 後 は 、 各々 の 家 の 当主 は 公爵 に 叙 せ られ た 。 また 明治 新 政権 が 太政 官 制 を 敷 い た 為 、 摂家 から 摂政 及び 関白 に 任 じ られ る こと は なく な っ た 。 従 っ て 明治 以降 の 5 家 に つ い て は 、 「 旧 摂家 」 或いは 「 旧 摂 関家 」 など 「 旧 」 を 冠 し て 呼称 する こと が 多 い 。 戦前 の 旧 皇室 典範 に 於 い て は 皇族 男子 と の 結婚 資格 は 皇族 と 華族 に 与え られ て い た が 、 将来 の 皇后 た る べ き 皇室 嫡流 の 正室 ( 即 ち 皇太子 妃 ) と な る べ き 者 は 、 皇族 若しくは 旧 摂家 の 女子 に 限 る と い う 不文律 が 存在 し た 。 +清華 家 ( せいがけ ) と は 、 公家 ・ 公卿 の 家格 の ひと つ で 、 大臣 家 の 上 で 摂家 に 次 ぐ 家格 。 近衛 大将 ・ 大臣 を 兼任 し 、 最高 は 太政 大臣 まで 昇進 でき る 家 ( ただし 、 江戸 時代 に は 太政 大臣 の 就任 要件 と し て 摂政 ・ 関白 経験 者 に 限 ら れ た ため に 、 清華 家 は 左 大臣 が 事実 上 の 極官 と な る ) 。 英雄 家 と も い う 。 摂家 と この 清華 家 の 子弟 は 、 公達 ( きんだち ) と 呼 ば れ た 。 明治 時代 以前 は 、 華族 と い う と 、 この 家柄 の こと を 指 し て い た 。 明治 の 華族 令 に よ っ て 、 原則 的 に は 侯爵 に 叙 さ れ る こと に な っ た が 、 維新 の 功績 に よ っ て 三条 家 は 公爵 と さ れ 、 また 一旦 侯爵 と さ れ た 西園 寺 家 と 徳大寺 家 も 後 に 公爵 に 陞爵 し た 。 清華 家 は 最終 的 に 以下 の 9 家 。 なお 、 藤原 北家 閑院 流 の 洞院 家 も 、 鎌倉 ~ 室町 期 に 上記 清華 家 と 同等 に 太政 大臣 を たびたび 輩出 し て い る が 、 戦国 時代 の 初め に 断絶 し て い る ため 、 江戸 時代 に 確立 し た 清華 家 等 の 公家 の 家格 に 該当 する もの が な い 。 七 家 久我 家 村上 天皇 の 第 八 皇子 具平 親王 の 男右 大臣源 師房 ( 100 8 年 - 1077 年 ) を 祖 と する 村上 源氏 の 嫡流 。 師房 は 御堂 関 白 藤原 道長 の 女婿 ( 師房 の 妻 は 道長 の 娘 尊子 ) 、 また その 嫡男 藤原 頼通 の 養子 と な り 、 その 子孫 も 摂関 家 と 深 い 姻戚 関係 を 築 い た 。 師房 の 五 世 孫 内 大臣 源 通親 ( 1149 年 - 120 2 年 ) は 高階 栄子 と 組 ん で 時 の 関白 九条 兼実 を 追い落と し 、 「 源 博陸 」 と あだ名 さ れ る ほど の 権勢 家 で あ っ た 。 久我 家 嫡流 は 長 く 源 氏 長者 や 淳和院 ・ 奨学 院 両院 別当 を 兼任 し た が 、 室町 時代 、 武家 源 氏 の 将軍 足利 義満 に その 地位 を 奪 わ れ た 。 「 久我 家 」 の 名称 は 、 京都 西南 、 山城 国 愛宕 郡 久我 の 地 に 別業 「 久我 水閣 」 が あ っ た こと が 由来 。 分家 の 公家 諸家 と し て は 、 大臣 家 の 中院 家 、 および 羽林 家 の 六条 家 ・ 岩倉 家 ・ 千種 家 ・ 東久 世家 ・ 久世家 ・ 梅渓 家 ・ 愛宕 家 ・ 植松 家 の 九家 が あ る 。 家業 : 笛 、 江戸 時代 の 家禄 : 700 石 、 家紋 : 五 つ 竜胆 車 。 三条 家 ( 転法輪 三 条 家 ) 藤原 北家 閑院 流 ( 太政 大臣 藤原 公季 の 子孫 ) 。 大納言 藤原 公実 の 長男 太政 大臣 三条 実行 ( 1080 年 - 11 62 年 ) が 初代 。 この 家 から 分かれ た 大臣 家 の 正親町 三条 家 ( 嵯峨 実愛 の 時 に 「 嵯峨 」 と 改称 ) と 区別 する ため に 転法輪 を 冠 し て 呼 ぶ こと が 多 い 。 庶流 は 大臣 家 の 正親町 三条 家 ・ 三条 西家 を 始め 、 羽 林 家 の 滋野 井 家 ・ 姉小路 家 等 多数 。 家業 : 笛 ・ 装束 。 江戸 時代 の 家禄 : 469 石 、 家紋 : 唐菱花 。 西園 寺 家 藤原 北家 閑 院 流 。 同じく 公実 の 次男 中納言 西園寺 通季 ( 1090 年 - 1128 年 ) を 祖 と する 。 通季 は 母藤 原 光子 が 正妻 だっ た ため 嫡子 と さ れ た が 、 早世 し た ため に 兄弟 の 中 で も 官位 が 最も 低 かっ た 。 四 代 目 の 太政 大臣 西園寺 公経 ( 11 71 年 - 1244 年 ) に 至 っ て 、 親幕 派 と し て 承久 の 乱後 権勢 を 誇 り 、 摂関 家 から 外戚 の 地位 と 関東 申次 の 世襲 職 を 奪 っ た 。 公経 は 京洛 北山 に 氏 寺 西園寺 を 建立 し て 、 家名 の 由来 と な っ た 。 庶流 に 洞院 家 ( 断絶 ) ・ 今出川 家 ( 菊亭 家 ) 、 羽 林 家 の 清水谷 家 ・ 四 辻 家 ・ 橋本 家 ・ 大宮 家 等 あり 。 家業 : 琵琶 。 江戸 時代 の 家禄 : 597 石 、 家紋 : 左三 つ 巴 。 徳大寺 家 藤原 北家 閑 院 流 。 公実 三男 左 大臣 徳大寺 実能 ( 1096 年 - 1157 年 ) を 始祖 と する 。 実能 の 嫡孫 、 左 大臣 徳大寺 実定 ( 1139 年 - 1191 年 ) は 藤原 俊成 の 妹 が 生 ん だ 子 で 藤原 定家 の 従兄 に あた り 、 自ら も 優れ た 歌人 で あ る 。 この 家 は 鳥羽 天皇 ・ 後白河 天皇 院 政期 の 後宮 を ほぼ 独占 し た が 、 鎌倉 時代 以後 や や 衰え た 。 西園 寺 家 と 同族 意識 が 強 く 、 たとえば 明治 時代 の 西園寺 公望 は 徳大寺 家 に 生まれ 西園 寺 家 に 入嗣 。 家業 : 笛 、 江戸 時代 の 家禄 : 約 410 石 、 家紋 : 木瓜 花菱浮線 綾 。 花山院 家 藤原 北家 師 実流 ( 花山院 流 ) 。 摂政 太政 大臣 藤原 師実 の 次子 右 大臣 花山院 家忠 ( 1062 年 - 1136 年 ) より 始ま る 。 家忠 が 花山 天皇 の 御所 だっ た 東 一 条院 ( 花山院 ) を 伝領 し た ため この 家名 が あ る 。 三 代 花山院 忠雅 ( 1124 年 - 1193 年 ) は 朝政 に 明る かっ た 上 に 、 平清 盛 と 親戚 関係 に あ っ た こと から 、 太政 大臣 と い う 異例 の 昇進 を 遂げ た 。 諸流 に 羽 林 家 の 中山 家 ・ 野宮家 ・ 今城 家 が あ る 。 家業 : 笙 と 筆道 、 江戸 時代 の 家禄 : 約 750 石 、 家紋 : 杜若 菱 。 大炊 御門 家 藤原 北家 師 実流 ( 花山院 流 ) 。 花山院 家 と 同じく 摂政 師実 の 子 大炊 御門 経実 ( 1068 年 - 1131 年 ) が 初代 。 大炊 御門 北 、 万里 小路 東 に 邸宅 が あ っ た 。 経実 は 権 大 納言どまり で あ っ た が 、 その 子 大炊 御門 経宗 ( 1119 年 - 1189 年 ) は 二条 天皇 の 外舅 と し て 勢威 を ふる い 、 左 大臣 に 昇 っ て 清華 家 の 家格 を 確保 し た ( 経宗 は 閑院 流 公実 の 女 公子 を 母 と する ) 。 家業 : 筆道 ・ 和歌 ・ 和琴 ・ 笛 ・ 装束 、 江戸 時代 の 家禄 : 約 400 石 、 家紋 : 菱 に 片喰 草 。 菊亭 家 ( 菊亭 家 ) 藤原 北家 閑院 流 、 西園 寺 家 の 庶流 。 鎌倉 期 の 太政 大臣 西園寺 実兼 の 子左 大臣 今出川 兼季 が 分家 し 、 今出川 殿 を 居所 と し た ため 、 菊亭 ・ 今出川 を 名乗 る 。 維新 後 は 今出川 を 改め 、 別称 の 菊亭 を 名字 と し た 。 家業 : 琵琶 。 江戸 時代 の 家禄 : 約 1355 石 、 家紋 : 三 つ 楓 。 九 清華 ( 上 の 7 家 に 下記 の 二 つ の 新家 を 加え た もの ) 醍醐 家 藤原 北家 摂 関流 。 江戸 時代 に 五摂 家 の 一条 家 から 分かれ た 家 。 摂政 一 条 昭良 の 次男 権 大納言 醍醐 冬 基 ( 1648 年 - 1697 年 ) が 初代 。 禄高 : 約 312 石 、 家紋 : 下り 藤 。 広幡 家 正親町 源 氏 。 正親町 天皇 の 皇孫 八 条宮 智仁親王 の 男子 、 広幡 忠幸 ( 1623 年 - 1669 年 ) が 臣籍 降下 し て 創立 。 忠幸 は 最初 、 尾張 藩 に 赴 き 武家 と な っ た が 、 のち 帰洛 し て 大納言 に 進 ん だ 。 禄高 : 約 500 石 、 家紋 : 十 六 葉 裏菊 。 +近衞 家 ( この えけ ) は 、 摂家 筆頭 の 公家 。 家名 は 平安 京 の 近衛 小路 に 由来 する 。 本姓 は 藤原 氏 で 藤原 北家 の 嫡流 に あた る 。 摂 関家 に は 近衛 流 と 九条 流 ( 摂関家 ) が あ る が 、 どちら か 一方 を 本家 と 決め る こと は でき な い 。 藤原 忠通 の 長男 の 藤原 基実 こ と 近衛 基実 が 祖 。 子 の 近衛 基通 が 、 京都 近衛 の 北 、 室町 の 東 の 邸宅 を 「 近衛 殿 」 と 称 し た こと が 由来 。 別称 、 陽明 家 。 家紋 は 近衛 牡丹 。 江戸 時代 の 家領 は 、 初め 1,800 石 、 幕末 は 2 , 8 60 石 。 明治 維新 後 、 公爵 。 菩提寺 は 京都 の 大徳 寺 。 鎌倉 時代 中期 に は 近衛 家 実 の 四男 鷹司 兼平 に よ り 五摂 家 の 1 つ で あ る 鷹司 家 が 分かれ た 。 また 、 南北朝 時代 ( 日本 ) に は 一 時期 分裂 し て い た 。 江戸 時代 初期 に は 後陽成 天皇 の 第 4 皇子 近衛 信尋 が 養嗣子 と な る 。 戦国 時代 ( 日本 ) に は 近衛 尚通 ・ 近衛 信尹 など 碩学 政家 、 書家 ( 三藐 院 流 ) を 輩出 。 江戸 時代 に は 博学 典礼 家 と し て 、 近衛 尚嗣 、 近衛 基熙 、 近衛 家 熙 ら が 続 く 。 特に 近衛 忠熙 は 孝明 天皇 から の 信任 が 厚 く 顧問 と し て 活躍 し た 。 昭和 初期 の 内閣 総理 大臣 近衛 文麿 は この 嫡流 。 指揮 者 ・ 作曲 家 の 近衛 秀麿 は 文麿 の 異母 弟 。 現 近衛 家 当主 で 、 日本 赤 十字 社 社長 等 の 近衛 忠 て る は 、 細川 護貞 の 次男 ( 文麿 の 外孫 ) で あ り 、 文麿 の 子 近衛 文 隆 夫人 の 養子 と な っ て 近衛 家 を 継 い だ 。 近衛 基実 ( 1143 年 - 11 66 年 ) 近衛 基通 ( 11 60 年 - 1223 年 ) 近衛 家 実 ( 1179 年 - 1242 年 ) 近衛 兼 経 ( 1210 年 - 1259 年 ) 近衛 前久 ( 1536 年 - 1612 年 ) 近衛 信尹 ( 1565 年 - 1614 年 ) 近衛 信尋 ( 1599 年 - 1649 年 ) 近衛 基熙 ( 1648 年 - 1722 年 ) 近衛 家 熙 ( 1667 年 - 1736 年 ) 近衛 忠煕 ( 180 8 年 - 1898 年 ) 近衛 篤麿 ( 1863 年 - 190 4 年 ) 近衛 文麿 ( 1891 年 - 1945 年 ) 近衛 秀麿 ( 1898 年 - 1973 年 ) 近衛 忠 て る ( 1939 年 - ) +一色 氏 ( いっしきうじ ) は 武家 の ひと つ 。 本姓 は 源 氏 。 家系 は 清和 源 氏 の ひと つ 河内 源 氏 の 名門   足利 氏 の 支族 の 一 つ 。 室町 時代 に は 室町 幕府 の 四 職 家 の 一 つ に 数え られ た 。 足利 泰 氏 の 子 の 一色 公探 を 祖 と する 。 三河 国 の 吉良 荘 一色 ( 現 ・ 愛知 県 幡豆 郡 一色 町 ) から 起こ っ た ため 、 一色 姓 を 名乗 っ た 。 異音 同姓 に 一色田 が あ る 。 室町 幕府 が 創立 さ れ る と 、 一色 範 氏 ・ 一色 直 氏 は 九州 探題 と な る が 戦果 が 上が ら ず 、 一色 氏 は 一時 衰退 する 。 しかし 、 範氏 の 次子 の 一色 範光 の 一族 が 功績 を たて 家勢 を 回復 し 、 三河 国 ・ 若狭 国 ・ 丹後 国 の 守護 大名 と な る と 同時 に 、 四職 家 の 一 つ と し て 権勢 を 奮 い 、 一色 氏 は 最盛 期 を 迎え た 。 しかし 、 力 を つけ すぎ た ため に 室町 幕府 の 第 六 代 将軍 ・ 足利 義教 に 時 の 一色 氏 の 当主 一 色 義貫 が 殺害 さ れ て しま っ た うえ 、 武田 氏 の 攻撃 を 受け 勢力 を 縮小 さ せ て しま う 。 その 後 、 一色 義直 が 第 八 代 将軍 ・ 足利 義政 の 信任 を 受け る が 、 1467 年 の 応仁 の 乱 で は 細川 勝元 の 東軍 に 与 し た 若狭 武田 氏 と の 反目 から 山名 宗全 の 西軍 に 与 し て 敗れ た ため 、 次第 に 衰退 の 一途 を たど る よう に な る 。 戦国 時代 ( 日本 ) に 入 る と 、 若狭 の 武田 氏 と 抗争 を 続 く 一方 で 、 国内 に お い て も 反乱 ・ 下克上 が 続発 し 、 さらに 一色 氏 の 勢力 は 衰退 し て しま う 。 そして 一色 義道 の 時代 に は 、 織田 信長 の 命令 を 受け た 細川 幽斎軍 の 侵攻 に 遭 っ て 義道 は 1579 年 に 殺 さ れ 、 その 後 を 義道 の 子 の 一色 義定 や 、 弟 の 一色 義清 も 継 い で 細川 軍 と 懸命 に 戦 っ た が 、 最終 的 に は 15 82 年 に 両者 も 殺 さ れ て 、 丹後 に おけ る 一色 氏 は 完全 に 滅亡 し て しま っ た 。 なお 、 一色 氏 の 一族 は 各地 に 点在 し て お り 、 関東 に は 鎌倉 公方 の 御 一家 と し て 幸手 城 主 一色 氏 ( 一色 直 氏 の 孫 の 一色 長 兼 の 一族 ) が おり 、 古河 公方 の 終焉 まで 仕え 、 江戸 時代 に は 旗本 や 水戸 藩 と し て 続 い た 。 戦国 時代 、 甲斐 国 守護 武田 氏 に 仕え て い た 一色 土屋 氏 は 武田 氏 滅亡 後 、 土屋 忠直 が 徳川 家康 に 召出 さ れ て 上総 国久留里 藩 主 と な る 。 織田 氏 豊臣 氏 両 氏 に 仕え た 一色 丹羽 氏 の 丹羽 氏 次 は 、 江戸 時代 に 三河 国 伊保 藩 の 藩祖 と な っ た 。 ただし 丹羽 長秀 と その 一族 と は 平氏 で あ り 、 家系 は 異な る ( Category 丹羽 氏 ) 。 長秀 の 孫 の 丹羽 光重 は 陸奥 国 二 本松 藩 の 藩主 と な っ て い る 。 また 徳川 家康 の 側近 と し て 仕え た 崇伝 は 一色 氏 の 末裔 で あ り 、 崇伝 の 従兄弟 の 一色 範勝 の 一族 は 旗本 と し て 仕え た 。 +鷹司 ( たかつかさ ) 家 は 、 五摂 家 の ひと つ で 公家 で あ る 。 鎌倉 時代 中頃 、 藤原 氏 藤原 北家 嫡流 の 近衛 家 実 の 四男 鷹司 兼平 が 祖 。 家名 は 平安 京 の 鷹司 小路 に 由来 する ( 兼平 の 邸宅 が 鷹司 室町 に あ っ た ) 。 江戸 時代 、 家禄 1000 石 の ち 1500 石 。 明治 維新 後 、 公爵 。 家紋 は 牡丹 。 戦国 時代 ( 日本 ) 、 鷹司 忠冬 を 最後 に 一 度 断絶 し た が 、 江戸 時代 初期 、 二条 晴良 の 子 の 鷹司 信房 が 鷹司 家 を 再興 し 近代 まで 続 く 。 1743 年 、 閑院 宮 直仁 親王 の 皇子 で あ る 鷹司 輔平 が 鷹司 家 を 継承 し た 。 江戸 後期 から 幕末 に かけ て 鷹司 家 の 当主 が 関白 を 務め る 機会 が 多 く 、 特に 鷹司 政通 は 30 年 余り に わた っ て 関白 を 務め た 。 また 、 信房 の 娘 の 鷹司 孝子 が 徳川 家光 の 正室 と な っ た こと から 、 弟 で あ る 鷹司 信平 は 、 鷹司 松 平家 を 名乗 る こと が 許 さ れ 、 天皇 に 仕え る 公家 から 、 徳川 家 の 旗本 へ と 転身 し た 、 この 武家 の 鷹司 家 は 、 代 を 重ね る ごと に 加増 さ れ 、 最終 的 に は 上野 国吉井 藩主 家 と な っ た 。 鷹司 兼平 ( 1228 年 - 1294 年 ) 鷹司 忠冬 ( 1509 年 - 15 46 年 ) 鷹司 信房 ( 1565 年 - 1657 年 ) 鷹司 孝子 ( 160 2 年 - 1674 年 ) 江戸 幕府 三 代 将軍 徳川 家光 の 正室 。 鷹司 信子 ( 1651 年 - 1709 年 ) 江戸 幕府 五 代 将軍 徳川 綱吉 の 正室 。 鷹司 輔平 ( 1739 年 - 18 13 年 ) 鷹司 政煕 ( 1761 年 - 1841 年 ) 鷹司 政通 ( 1789 年 - 1868 年 ) 鷹司 松平家 松平 信平 ( 1636 年 - 1689 年 ) 松平 信政 ( 1661 年 - 1691 年 ) 松平 信清 ( 1689 年 - 17 24 年 ) 松平 信友 ( 吉井 藩主 ) ( 1 71 2 年 - 17 60 年 ) 松平信有 ( 1739 年 - 1793 年 ) 松平 信明 ( 吉井 藩主 ) ( 1745 年 - 17 75 年 ) 松平 信成 ( 1767 年 - 180 0 年 ) 松平信充 ( 1775 年 - 180 3 年 ) 松平信敬 ( 1798 年 - 1841 年 ) 松平 信任 ( 1828 年 - 1847 年 ) 松平信発 ( 1824 年 - 1890 年 ) 吉井 信謹 ( 1853 年 - 1890 年 ) +一条 ( いちじょう ) 家 は 、 摂家 の ひと つ で 公家 で あ る 。 藤原 氏 藤原 北家 摂 関家 九 条 流 で 、 鎌倉 時代 の 公卿 で あ る 、 九条 道家 三男 一条 実経 を 祖 と し 、 道家 が 創建 し た 一 条 殿 を 実経 が 受け継 い で 住 ん だ 事 が 家名 の 由来 。 序列 は 近衛 家 に 次 ぎ 、 九条 家 、 二条 家 、 鷹司 家 と 同格 扱い で あ っ た ( なお 、 九条 家 と は 南北朝 時代 _ ( 日本 ) に 嫡流 を 巡 っ て 相論 と な っ た が 、 後光 厳 天皇 に よ り いずれ も 嫡流 で あ る と の 綸旨 が 下 さ れ た 。 詳細 は 九条 家 の 項目 を 参照 の こと ) 。 別称 、 桃華 坊 。 家紋 は 一条 藤 。 江戸 時代 の 家禄 は 初め 1000 石 、 後 に 1500 石 へ 加増 、 幕末 は 20 44 石 。 明治 維新 後 、 公爵 。 室町 時代 の 一条 兼良 は 、 政治 以外 に 、 学問 や 連歌 の 文化 的 活躍 も 残 し た 。 また 、 戦国 時代 ( 日本 ) に は 一条 教房 が 所領 で あっ た 土佐 に 下向 し 、 分家 が 戦国 大名 化 し 土佐 一条 氏 と な っ た 。 江戸 時代 初期 、 関白 一条 昭良 の 次男 醍醐 冬 基 が 醍醐 家 ( 清華 家 の 家格 ) を 創立 し た 。 幕末期 の 当主 ・ 一 条 忠香 の 三女 ・ 美子 が 明治 天皇 の 皇后 と な っ た ( 昭憲 皇太后 ) 。 一条 実 経 ( 1223 年 - 12 84 年 ) 一条 経嗣 ( 1358 年 - 14 18 年 ) 一条 兼良 ( 140 2 年 - 14 81 年 ) 一条 教房 ( 142 3 年 - 1480 年 ) 一条 冬良 ( 1465 年 - 15 14 年 ) 一 条房 家 ( 147 5 年 - 15 39 年 ) 一条 昭良 ( 160 5 年 - 16 7 2 年 ) +二条 ( にじょう ) 家 は 、 摂家 の ひと つ で 公家 で あ る 。 藤原 氏 藤原 北家 九条 家 流 。 鎌倉 時代 、 九条 道 家 の 二 男 二 条 良実 が 、 二条 京極 の 邸宅 を 二 条 殿 と 称 し た の が 家名 の 由来 。 序列 は 近衛 家 、 一条 家 に 次 ぎ 、 九条 家 、 鷹司 家 と 同格 扱い で あ っ た 。 家紋 は 二 条 藤 。 江戸 時代 の 家禄 は 1700 石 。 明治 維新 後 、 公爵 。 足利 将軍 家 および 徳川 将軍 家 から 、 代々 諱 を 賜 い 、 五摂 家 の なか で は 、 最も 親幕府 派 と さ れ る 。 また 、 史上 最後 の 関白 ( 二条 斉 敬 ) を 出 し た 家 で も あ る 。 南北朝 時代 ( 日本 ) に 一時 分裂 し た が 、 北朝 ( 日本 ) 方 二 条 良 基 の もと で 勢力 を 取り戻 し た 。 特に 明治 以前 の 即位 式 に お い て 新 天皇 に 灌頂 を 授け る 「 即位 灌頂 」 の 儀 を 掌 る 役目 は 室町 時代 以後 二条 家 が 独占 し て い た 。 江戸 時代 、 当時 の 摂家 最大 の 実力 者 と さ れ て い た 近衛 基熙 が 本来 は 摂関 家 全て に 即位 灌頂 の 礼式 が 伝わ っ て い る 事 、 先代 当主 の 二 条 光平 の 早世 で 礼式 が 絶え た こと を 理由 に 二条 家 の 独占 を 継続 す べ き で は な い と 唱え た 。 これ に 対 し て 霊元 上皇 は 他家 に も 伝わ っ て い る に も 関わ ら ず 二条 家 の 独占 に な っ て い る の は 相応 の 理由 が あ る から で あ る と し て 、 たとえ 二条 家 当主 が 現職 の 摂関 ・ 大臣 で な く て も 「 即位 灌頂 」 の み は 二条 家 当主 が 行 う 事 、 もし 当主 が 幼く し て 二 条 家 を 継 い だ 場合 に は 儀式 の 秘法 を 知 る もう 一人 の 存在 で あ る 当代 の 天皇 が 責任 を も っ て 当主 に 伝授 する 事 を 裁定 し て 公式 に 二条 家 の 独占 と な っ た 。 江戸 時代 の 屋敷 跡地 は 、 京都 御苑 の 区画 外 に 位置 し て い た ため 、 他 の 4 家 の 摂政 関白 家 と は 異な り 公園 と は な っ て は お ら ず 、 同志社 女子 大学 の 構内 と な っ て い る 。 二条 良実 ( 1216 年 - 12 70 年 ) 二条 兼 基 ( 1268 年 - 1334 年 ) 二条 良 基 ( 1320 年 - 13 88 年 ) +羽 林家 ( うりんけ ) は 、 鎌倉 時代 以降 の 公家 の 家格 の ひと つ で 、 摂家 、 清華 家 、 大臣 家 の 下 、 名家 ( 公家 ) と 同列 、 半家 ( 公家 ) の 上 の 序列 に 位置 する 。 近衛 府 少将 ・ 中将 を 兼ね 、 参議 から 中納言 、 最高 は 大納言 まで 進 む こと が でき る 武官 の 家柄 。 極稀 で は あ る が 、 内 大臣 まで 昇進 する 者 も い た 。 明治 維新 後 の 華族 令 で は 原則 伯爵 に 叙 せ られ た ( ただし 、 右 大臣 岩倉 具視 の 子孫 で あ る 岩倉 家 は 特に 公爵 を 授け られ た ) 。 羽林 と は 『 羽 の 如 く 速 く 、 林 の 如 く 多 い 』 と い う 意 で 、 中国 で は 北辰 ( 北斗星 ) を 守護 する 星 の 名称 。 それ が 転 じ て 皇帝 ( 天子 ) を 護 る 宮中 の 宿衛 の 官名 と な っ た 。 日本 で は 近衛 府 の 別称 ( 唐名 ) と な り 、 近衛 の 将 を 任 ずる 家 、 すなわち 羽林 家 と な っ た 。 武官 の 家柄 を い う 。 藤原 北家 閑院 流 ( 23 家 ) 正親 町 家 : 洞院 家 庶流 。 洞院 公守 の 子 正親町 実明 が 祖 。 旧 家 。 家業 は 箏 ・ ( 筆道 ) の 家 。 滋野井 家 : 三条 家 庶流 。 三条 公教 の 二男 滋野井 実国 が 祖 。 旧 家 。 家業 は 神楽 ・ ( 故実 ) 。 姉小路 家 : 三条 庶流 。 三条 実房 の 子 姉小路 公宣 が 祖 。 新家 。 家業 は ( 神楽 ) 。 清水谷 家 : 西園 寺 家 庶流 。 西園寺 公経 の 子 清水谷 実有 が 祖 。 旧 家 。 家業 は 能書 ・ 笙 ・ ( 能楽 ) ・ ( 神楽 ) の 家 で も あ る 。 四 辻 家 : 西園 寺 庶流 。 西園寺 公経 の 四男 藪内 実藤 が 祖 。 旧 家 。 家業 は 神楽 ・ 和琴 ・ 箏 。 維新 後 室 町 家 に 改名 。 西 四 辻 家 : 四辻 庶流 。 四辻 公亨 の 子西 四辻 公碩 が 祖 。 新家 。 家業 は ( 筝 ) 。 小倉家 : 洞院 庶流 。 洞院 実雄 の 子 小倉 公雄 が 祖 。 旧 家 。 家業 は ( 神楽 ) 。 河鰭 家 : 滋野井 庶流 。 滋野井 実国 の 二男 風早 公清 が 祖 。 旧 家 。 家業 は ( 神楽 ) 。 阿野 家 : 滋野井 庶流 。 藤原 成親 の 子藤原 公佐 が 滋野 井 季国 の 養子 に な り 家 を 興 す 。 旧 家 。 家業 は ( 神楽 ) 。 橋本家 : 西園 寺 家 流 。 西園寺 公相 の 子冷泉 実俊 が 祖 。 旧 家 。 家業 は 笛 。 花園 家 : 正親町 三条 家 庶流 。 正親町 三条 公兄 の 子花園 実教 が 祖 。 新家 。 家業 は ( 琵琶 ) 。 裏辻 家 : 正親町 庶流 。 正親町 季康 の 子 裏 辻 季福 が 祖 。 新家 。 元 は 裏築地 を 称 し て い た 。 梅園 家 : 橋本 庶流 。 橋本 実勝 の 二男 梅園 実清 が 祖 。 旧 家 。 山本家 : 阿野 庶流 。 阿野 実 顕 の 末男 山 本 勝忠 が 祖 。 新家 。 大宮家 : 西園 寺 庶流 。 西園寺 公益 の 二男 大宮 季光 が 祖 。 新家 。 風早 家 : 姉小路 庶流 。 姉小路 公景 の 二男 風早 実種 が 祖 。 新家 。 家業 は ( 茶道 ) 。 武者 小路 家 : 三条 西 家 庶流 。 三条 西 実条 の 子 武者 小路 公種 が 祖 。 新家 。 家業 は ( 歌道 ) 。 押小路 家 : 三条 西 庶流 。 三条 西 公勝 の 子押小路 公音 が 祖 。 新家 。 高松家 : 武者 小路 庶流 。 武者小路 実陰 の 子 高 松 重季 が 祖 。 新家 。 以下 4 家 は 純粋 に は 藤原 北家 藤原 公季 流 で は な い が 閑院 家 に 属 する 。 藪家 : 藤原 南家 高倉 ( 藪 ) 嫡流 。 藤原 貞嗣 後裔 の 藤原 範季 が 祖 と し て 高倉 家 を 興 す 。 戦国 時代 末 に 中絶 後 、 江戸 時代 初期 に 四辻 公遠 の 子 高倉 範遠 、 次いで 弟藪 嗣良 が 高倉 家 を 継 い で の ち 藪家 に 改め た 。 維新 後 再度 高倉家 に 改名 。 新家 。 家業 は 神楽 ・ 箏 。 中園 家 : 藤原 南家 高倉 ( 藪 ) 庶流 。 藪嗣良 の 末子 中園 季定 が 祖 。 新家 。 高丘 家 : 藤原 南家 高倉 ( 藪 ) 庶流 。 中園 季定 の 末子 高丘 季起 が 祖 。 新家 。 園池 家 : 藤原 北家 四 条 流 櫛笥 家 庶流 。 櫛笥 隆致 の 子園 池 宗朝 が 祖 。 園池 公屋 が 正親町 三条 実昭 の 猶子 と な っ た ため 、 閑院 流 正親町 三条 庶流 と な っ た 。 新家 。 藤原 北家 花山院 流 ( 5 家 ) 中山家 : 花山院 家 庶流 。 花山院 忠宗 の 子 中山 忠親 が 祖 。 旧 家 。 家業 は ( 花 ) 。 難波 家 : 難波 嫡 流 、 のち 飛鳥井 庶流 。 藤原 師実 の 五男 藤原 忠教 が 祖 。 南北朝 時代 に 中絶 後 、 江戸 時代 初期 に 飛鳥井 雅庸 の 子 難波 宗勝 が 再興 し 飛鳥井 家 庶流 と な っ た 。 旧 家 。 家業 は 蹴鞠 。 飛鳥井 家 : 難波 支流 。 難波 頼経 の 子 飛鳥井 雅経 が 祖 。 旧 家 。 家業 は 和歌 ・ 蹴鞠 ・ ( 書道 ) 。 野宮家 : 花山院 庶流 。 花山院 定凞 の 子野宮 忠長 が 祖 。 新家 。 今城 家 : 花山院 庶流 。 中山 親綱 二男 冷泉 為親 の 孫 今 城定 淳 が 祖 。 新家 。 藤原 北家 中 御門流 ( 9 家 ) 松木 家 : 中 御門 嫡流 ( 勧修 寺 流 の 中 御 門家 と は 別 ) 。 藤原 頼宗 の 孫中 御門 宗俊 が 祖 。 旧 家 。 家業 は 笙 ・ ( 楽道 ) 。 持明院 家 : 持明院 嫡流 。 藤原 頼宗 の 孫持 明院 通基 が 祖 。 旧 家 。 家業 は 能書 、 神楽 ・ ( 鷹 ) 。 園家 : 持明院 庶流 。 持明院 基家 三男 園 基 氏 が 祖 。 旧 家 。 家業 は 琵琶 ・ ( 華道 ( 青山 流 家元 ) ) 。 東園 家 : 持明院 庶流 。 園 基任 の 二男 東園 基教 が 祖 。 新家 。 家業 は ( 神楽 ) 。 壬生 家 : 持明院 庶流 。 園 基音 の 末男 葉川 基起 の 曾孫 壬生 俊平 が 祖 。 新家 。 高野 家 : 持明院 庶流 。 持明院 基定 の 子 高野 保春 が 祖 。 新家 。 家業 は ( 神楽 ) 。 石野 家 : 持明院 庶流 。 持明院 基時 の 子石野 基顕 が 祖 。 新家 。 家業 は ( 神楽 ) 。 石山家 : 持明院 庶流 。 葉川 基起 の 子石山 師香 が 祖 。 新家 。 家業 は ( 書道 ) 。 六角 家 : 持明院 庶流 。 葉川 基起 の 末男 波多 基維 の 子 六 角 益 通 ( 実 は 東園 基量 の 子 ) が 祖 。 新家 。 家業 は ( 書道 ) ・ ( 神楽 ) 。 藤原 北家 御子 左流 ( 4 家 ) 冷泉 家 ( 上冷泉 ) : 御子 左 嫡流 。 藤原 為家 の 子 藤 原 為相 が 祖 。 旧 家 。 家業 は 和歌 ・ 蹴鞠 。 冷泉 家 ( 下冷泉 ) : 御子 左 支流 。 冷泉 為尹 の 子冷泉 持為 が 祖 。 旧 家 。 家業 は 和歌 。 藤谷家 : 御子 左 庶流 。 冷泉 為満 の 子藤 谷 為賢 が 祖 。 新家 。 家業 は ( 歌道 ) 。 入江 家 : 御子 左 庶流 。 藤谷 為 条 の 子入江 相 尚 が 祖 。 新家 。 家業 は ( 歌道 ) 。 藤原 北家 日野 家 流 ( 1 家 ) 日野西家 : 広橋 家 庶流 。 広橋 総光 の 三男 日野西 総盛 が 祖 。 新家 。 藤原 北家 四 条 流 ( 7 家 ) 四条 家 : 四条 家 嫡流 。 藤原 家成 の 子藤原 隆季 が 祖 。 旧 家 。 家業 は 笙 ・ ( 庖丁 ) 。 山科 家 : 四条 支流 。 藤原 家成 の 六 男 山 科 実教 が 祖 。 旧 家 。 家業 は 笙 ・ 装束 ・ ( 衣紋 ) ・ ( 有職 故 実 ) 。 西 大路 家 : 四条 庶流 。 四条 隆行 の 子西 大路 隆政 が 祖 。 旧 家 。 家業 は ( 筆道 ) 。 鷲尾 家 : 四条 庶流 。 四条 隆親 の 三男 鷲尾 隆良 が 祖 。 旧 家 。 家業 は 神楽 ・ ( 膳羞 ) ・ ( 華道 ) 。 油小路 家 : 四条 庶流 。 西 大路 隆政 の 子油小路 隆陰 が 祖 。 旧 家 。 櫛笥 家 : 四条 庶流 。 四条 隆昌 の 猶子 四条 隆憲 ( 正親町 三条 公兄 の 孫 ) が 祖 、 その 孫櫛笥 隆朝 が 櫛笥 を 号 し た 。 新家 。 八条 家 : 四条 庶流 。 櫛笥 隆賀 の 二男 八条 隆英 が 祖 。 新家 。 藤原 北家 水無瀬 流 ( 5 家 ) 水無瀬 家 : 水無瀬 嫡流 。 藤原 道隆 の 後裔 坊門 親信 が 祖 。 旧 家 。 七 条 家 : 水無瀬 庶流 。 水無瀬 氏成 の 子 七 条 隆脩 が 祖 。 新家 。 町 尻家 : 水無瀬 庶流 。 水無瀬 兼俊 の 二男 町 尻具英 が 祖 。 新家 。 桜井 家 : 水無瀬 庶流 。 水無瀬 兼俊 の 末男 桜井 兼里 が 祖 。 新家 。 山井 家 : 水無瀬 庶流 。 桜井 兼里 の 二男 桜井 兼仍 が 祖 。 新家 。 藤原 北家 高倉流 ( 2 家 ) 堀河 家 : 高倉 庶流 。 水無瀬 親具 ( 本姓 高倉 ) の 子 堀 河 康胤 が 祖 。 新家 。 樋口 家 : 高倉 庶流 。 水無瀬 親具 ( 本姓 高倉 ) の 子 樋口 信孝 が 祖 。 新家 。 宇多源 氏 ( 3 家 ) 庭田 家 : 敦実 親 王 の 後裔 源 経資 が 祖 。 旧 家 。 家業 は 神楽 ・ ( 筆道 ) ・ ( 花 ) 。 綾小路 家 : 庭田 庶流 。 庭田 有資 の 子綾小路 信有 が 祖 。 旧 家 。 家業 は 琵琶 ・ 笛 ・ 篳篥 ・ 箏 ・ 神楽 ・ ( 蹴鞠 ) 。 大原 家 : 庭田 庶流 。 庭田 重条 の 猶子 大原 栄顕 ( 実 は 葛岡 宣之 あるいは 葛岡 仲賢 の 子 ) が 祖 。 新家 。 家業 は ( 神楽 ) 。 村上 源 氏 ( 8 家 ) 六条 家 : 久我 支流 。 久我 通光 の 五男 六 条 通有 が 祖 。 旧 家 。 岩倉家 : 久我 庶流 。 久我 晴通 の 子 桜井 具堯 が 祖 。 旧 家 。 千種 家 : 久我 庶流 。 六条 通忠 の 子 千種 忠 顕 が 祖 。 室町 時代 前期 に 中絶 後 。 江戸 時代 初期 に 岩倉 具尭 の 四男 千種 有能 が 再興 。 新家 。 家業 は ( 和歌 ) 。 東久世家 : 久我 庶流 。 久我 通堅 の 三男 東 久世 通廉 が 祖 。 新家 。 久世家 : 久我 庶流 。 久我 敦通 の 末男 久世通 式 が 祖 。 新家 。 家業 は ( 和歌 ) 。 梅溪 家 : 久我 庶流 。 久我 通世 の 二男 梅溪 李 通が 祖 。 新家 。 愛宕 家 : 中院 庶流 。 中院 通純 の 猶子 愛宕 通福 ( 実 は 桜井 具堯 の 子有 清 三男 ) が 祖 。 新家 。 植松家 : 久我 庶流 。 千種 有能 の 末男 植松 雅永 が 祖 。 新家 。 家業 は ( 華道 ) 。 +日野 ( ひ の ) 家 は 、 藤原 氏 藤原 北家 流 の 名家 ( 公家 ) の 家格 を 有 し た 公家 。 儒道 や 歌道 の 面 で 代々 朝廷 に 仕え た 。 藤原 内麻呂 の 子 の 藤原 真夏 の 孫 に あた る 日野 家 宗 が 、 伝領 地 で あ る 山城 国 宇治 郡 日野 ( 京都 府 京都 市 伏見 区 ) に 弘仁 13 年 ( 82 2 年 ) に 法家 寺 を 建立 し て 薬師 如来 の 小像 を 祀 っ た 。 代々 この 薬師 如来 を 伝承 し 、 永承 6 年 ( 1051 年 ) 、 子孫 の 日野 資業 ( ひのすけなり ) が 薬師 堂 を 建立 し 、 法界 寺 を 建立 。 これ を 氏寺 と し 、 寺 は 日野 薬師 と も 言 わ れ る よう に な り 、 やがて 地名 を 家号 と し た の が はじまり 。 承安 ( 日本 ) 3 年 ( 1173 年 ) に 生まれ た 浄土 真宗 開祖 の 親鸞 は 、 一族 の 日野 有範 の 子 で あ る と さ れ る 。 親鸞 は 娘覚信尼 を 同族 庶流 の 日野 広綱 に 嫁 が せ た 。 その 子孫 が 本願 寺 を 率い た 大谷家 で あ る 。 鎌倉 時代 末期 に は 日野 資朝 や 日野 俊基 が 後醍醐 天皇 の 討幕 計画 が 露見 し た 正中 ( 元号 ) 元年 ( 1324 年 ) の 正中 の 変 、 元弘 2 年 ( 1332 年 ) の 元弘 の 乱 で 処罰 さ れ た 。 また 、 室町 時代 に は 足利 義尚 の 代 まで 足利 将軍 家 と 結縁 し 、 室町 幕府 3 代 征夷 大将軍 足利 義満 の 室 と な っ た 日野 業子 ・ 日野 康子 ( 業子 の 姪 ) 、 4 代 足利 義持 の 室 と な っ た 日野 栄子 ( 康子 の 実妹 ) 、 6 代 足利 義教 の 室 と な っ た 日野 宗子 ・ 日野 重子 姉妹 、 8 代 足利 義政 の 室 と な っ た 日野 富子 と 4 代 の 将軍 の 御 台所 を 輩出 し て い る 。 しかし 、 その 発言 力 の 増大 が 幕府 側 の 疑心 を 招 き 、 日野 義資 が 義教 に よ り 暗殺 さ れ て 一時 没落 しかけ る が 、 日野 富子 は 8 代 将軍 足利 義政 に 嫁 ぐ と 、 富子 の 兄 の 日野 勝光 も 再び 政治 的 影響 力 を 持 っ て い た 。 富子 は 義政 の 兄弟 の 足利 義視 の 次期 将軍 が 決ま っ た い た が 実子 足利 義尚 の 将軍 就任 を 望 み 実家 の 日野 家 も 応援 し 、 足利 将軍 家 の 家督 相続 争い が 畠山 氏 や 斯波 氏 の 争い と 連動 し て 応仁 の 乱 の 一因 と な る 。 義尚 は 将軍 と な る が 延徳 元年 ( 1489 年 ) に 死去 する 。 傍流 の 日野 有光 ら は 南朝 復興 を 目指 す 後南 朝 と 結 ん で 嘉吉 3 年 ( 1443 年 ) に 京都 御所 へ 乱入 し 、 三 種 の 神器 の 一部 を 奪 う 禁闕 の 変 を 起 し 、 有光 ら は 比叡山 延暦 寺 の 根本 中堂 に 立て 篭 も り 朝廷 から 追討令 が 出 る と 討 た れ る 。 江戸 時代 に は 家禄 千 百 石 余 。 子孫 は 堂上 家 で 、 日野 家 を 筆頭 に 、 広橋 家 、 柳原 家 ( 祖 は 日野 資明 ) 、 烏丸 家 、 竹屋 家 、 日野 西家 、 勘解由 小路家 ( か で の こうじけ ) 、 裏松家 、 外山 家 、 豊岡 家 、 三室戸 家 、 北小路 家 の 12 家 を 数え る 。 また 、 公家 で は な い が 親鸞 の 後継 で あ る 本願 寺 門主 の 大谷 家 も 日野 家 の 庶流 と し て 扱 わ れ る 事 が あ る 。 +清原 氏 ( きよはら し ) は 、 平安 時代 の 氏族 。 舎人 親王 に はじま る 皇別 氏 族 。 平安 時代 は 中堅 貴族 で あ っ た 。 清原 深養父 、 清少 納言 など が 有名 。 また この 氏族 の 末裔 と の 見 方 も あ る 氏族 に 、 出羽 清原 氏 が あ る 。 概要 天武 天皇 の 皇子 舎人 親王 の 血筋 を 称 する 。 四 世王 で あ っ た 小倉 王 の 子 清原 夏野 が 、 小倉 王 の 弟石 浦 王 の 子 清原 長谷 ともども 臣籍 降下 し て 清原 真人 の 姓 を 賜 っ た 。 以来 、 中堅 貴族 と し て 活躍 する 。 清原 深養父 は 歌人 と し て も 名 を 残 す 。 清原 元輔 の 娘 、 清少 納言 は 『 枕草子 』 を 著 し た こと で も 有名 で あ る 。 後世 、 清原 姓 を 称 する 氏族 は 下野 国 ・ 紀伊国 ・ 豊後 国 など に 分布 し て い る 。 この 他 、 神別 の 海 氏 の 中 から も 清原 姓 を 賜 っ た 者 が お り ( 舎人 親王 の 子孫 で あ る よう に 記 す 系 図 が 多 い が 、 これ は 明らか な 仮冒 で あ る ) 、 その 子孫 は 公家 の 舟橋 家 を はじめ 、 庶家 を 多数 輩出 し た 。 清原 家 は 漢文 の 注釈 など を 家業 に する 文章 の 家 で 、 現在 京都 大学 に 所蔵 さ れ て い る 清家 文庫 は かつて この 清原 家 が 所持 し て い た もの で あ る 。 室町 時代 の 清原 宣賢 は 、 吉田 神社 詞 官 神道 家 吉田 兼倶 の 3 男 だっ た が 、 明経 博士 だっ た 清原 家 に 養子 と し て 入 っ た 。 宣賢 は 宮中 に 仕え て 講義 を 行 い 、 明経道 を 整理 し て 多く の 国学 、 儒学 の 論文 著作 を おこな っ た 。 享禄 2 年 ( 1529 年 ) に 宮仕え から 身 を 引 き 、 剃髪 し て 環翠 軒 宗武 と 号 し 、 学者 と し て の 活動 に 専念 し た 。 国学 者 ・ 儒学 者 で 歴史 上 屈指 の 碩学 と さ れ 、 多く の 著作 が あ る 。 彼 の 著作 物 は 現在 も 多 く 残 さ れ て お り 、 日本 国学 研究 の 基礎 資料 と な っ て い る 。 なお 、 清原 家 は 4 代 後 の 秀賢 から 舟橋 家 を 称 し た ため 、 清原 宣賢 を 「 船橋 大 外記 宣賢 」 と 記 し た 史料 も あ る 。 +三条西 ( さんじょうに し ) 家 は 、 藤原 氏 藤原 北家 閑院 流 の 正親町 三条 家 の 分家 で 、 大臣 家 ( 旧 家 、 内々 ) の 家格 を 有 する 公家 。 分家 で あ り ながら 家格 は 本家 の 正親町 三条 家 を しの ぎ 、 三 大臣 家 の 中 で も 格別 と さ れ 、 室町 時代 から 江戸 時代 初期 に かけ 右 大臣 を たびたび 輩出 し た ため 、 その 家格 は 清華 家 と ほぼ 同格 と みな さ れ て い た 。 閑院 家 嫡流 の 転法輪 三 条 家 に も 、 たびたび 養子 を だ し た ため 、 戦国 時代 ( 日本 ) 以降 の 転法輪 三 条 家 の 直接 の 血統 は 三条 西 家 の もの で あ る 。 西 三 条 と も い う 。 江戸 時代 の 家禄 は 502 石 。 明治 維新 後 は 、 伯爵 を 授爵 さ れ 西 三 条 に 改名 し た 。 しかし 、 後 、 元 の 三条西 に もど す 。 南北朝 時代 ( 日本 ) 後期 、 正親町 三条 実継 の 次男 の 大納言 三条西 公時 を 祖 と する 。 公時 の 子 の 三条 西 実清 は 中納言 で 止ま っ た もの の 、 その 次 の 世代 の 三条 西 公保 は 本家 で あ る 正親町 三条 家 から 養子 に 入 り 、 生家 の 家格 を 引き継 い だ ため 、 大臣 家 の 家格 を 有 する こと と な っ た 。 代々 和歌 に 優れ 、 室町 時代 後期 の 三条 西 実隆 は 歌人 、 書家 と し て 名 を なし 、 戦国 時代 ( 日本 ) の 三条西 公条 、 三条 西 実枝 も 和漢 に 精通 し 、 この 3 人 は 三条 西 三 代 と 呼 ば れ る 。 三条 西家 に よ る 歌学 の 継承 は 、 三条 西 実枝 の あと 、 本来 は 三条 西 公国 が 継 ぐ べ き で あ っ た が 、 まだ 幼 かっ た ため 、 三条 西 実枝 の 高弟 細川 幽斎 が 中継ぎ と し て 古今 伝授 を 受け 、 三条 西 公国 の 成人 を ま っ て 伝え た 。 しかし 、 三条 西 公国 が 早世 し た ため 、 幽斎 は 師実枝 と の 生前 の 約束 を 誠実 に 果た し 、 再び 三条 西 実条 に 伝え なお し て い る 。 三条 西 実条 の あと は 三条 西 実教 が 継 い だ 。 以降 、 江戸 期 を 通 し て 歌道 は 三条 西 家 の 家職 的 学問 と な る 。 近年 、 藤原 定家 の 子孫 と し て は 、 冷泉 家 が 有名 で は あ る が 、 実際 に は 、 室町 時代 から 明治 期 に いた る まで 、 二条 家 正 嫡流 を 伝承 する 三条 西 家 が 、 定家 の 後継 者 と し て 、 歌壇 の 主流 を 占め た 。 ( この 二 条 家 と は 、 摂関 家 の 二 条 家 で は な く 、 まったく の 別流 で あ る 。 別名 の 御子 左 家 と い っ た ほう が 、 わか り やす か も しれ な い 。 しかし 、 家 と し て は 、 室町 時代 初期 に 断絶 し た ため 、 三条 西家 が その 学統 を 継 い だ 。 冷泉 家 は 京極 家 と とも に 、 この 二 条 家 の 分家 に あた る 。 ) また 、 香道 の 家 と し て も 一家 を な し た 。 現在 で は 、 歌道 より も 、 御 家 流 香道 宗家 と し て 有名 に な っ て い る 。 江戸 時代 初期 の 女性 で 、 江戸 幕府 3 代 征夷 大将軍 ・ 徳川 家光 の 乳母 と し て 有名 な 春日 局 も 三条 西家 に 縁 の あ る 人物 で 、 三条 西 実条 と 猶妹 の 縁組 を し 、 公卿 で あ る 三条 西家 の 息女 と し て 御所 に 参内 し 、 局号 を 許 さ れ た 。 幕末期 の 当主 は 三条 西 季知 で 、 いわゆる 七 卿 落ち の 一人 と し て 維新 に 際 し て 勲功 が あ り 、 また 明治 天皇 の 和歌 師範 と し て も 有名 で あ る 。 昭和 の 当主 ・ 三条 西 公正 は 、 実践 女子 大学 教授 など を 勤め る 一方 、 御 家 流 香道 宗家 と し て 香道 の 復興 ・ 発展 に 尽力 し た 。 公正 夫人 は 、 香淳 皇后 の 妹 に あた る 久邇宮 信子 女王 で あ る 。 公正 の あと を 継 い だ の が 三条 西 実謙 で あ り 、 実謙 も また 香道 の 発展 に 尽力 し た 。 実謙 の 弟 、 実栄 は 母方 の おじ の 家 で あ る 久邇 邦久 を 継承 し て い る 。 現当主 は 三条西 公彦 で あ り 、 香道 を 広め る 活動 を 積極 的 に 行 っ て い る 。 三条 西家 の 文書 は 、 学習 院 大学 、 東京 大学 、 国立 公文 書 館 、 国立 国 文学 歴史 資料 館 、 早稲田 大学 、 カリフォルニア 大学 、 天理 大学 、 日本 大学 など の 各 研究 機関 に 分散 所有 さ れ て い る 。 +徳大寺 ( とくだいじ ) 家 は 、 清華 家 の 家格 を 有 する 公家 。 江戸 時代 は 同志社 大学 の 構内 に あ っ た 。 藤原 氏 藤原 北家 の 閑院 流 で 西園 寺 家 や 三条 家 と は 兄弟 筋 に あた る 。 家紋 は 木瓜 花菱浮線 綾 を 使用 。 笛 を 家業 と し た 。 藤原 公実 の 四男 藤原 実能 を 祖 と する 。 平安 時代 末期 、 左 大臣 時代 の 実能 が 衣笠 山 の 西南 麓 を 所有 し た 別邸 を 営 み 、 その 中 に 持仏 堂 を 建て 徳大寺 ( 得大寺 ) と 命名 。 これ が 後 に 家名 と な っ た 。 後 に この 別邸 は 細川 勝元 に 譲 ら れ て 龍安 寺 の 元 と な っ た 。 徳大寺 公英 は 美術 評論 家 と し て 有名 。 なお 自動 車 評論 家 の 「 徳大寺 有恒 」 は ペン ネーム で あ り 、 本項 の 徳大寺 家 と は 全く 関係 が 無 い 。 +宮津 藩 ( みやづ はん ) は 江戸 時代 、 丹後 国与謝 郡 に あ っ た 藩 の 一 つ 。 藩庁 は 宮津 城 ( 京都 府 宮津 市 ) に 置 か れ た 。 慶長 5 年 ( 160 0 年 ) 、 関ヶ原 の 戦い 後 に 細川 忠興 が 九州 へ 移 さ れ る と 、 丹後 国 に は 信濃 国 飯田城 より 、 京極 高知 が 田辺 城 ( 丹後 国 ) に 入り ( 幕府 に 届出 た 正式 な 居城 は 宮津 城 ) 、 丹後 一 国 を 領 し た ( 丹後 藩 ) 。 のち に 拠点 を 宮津 城 に 移 す 。 後 に 嫡男 の 京極 高広 を 宮津 藩 に 、 京極 高三 を 丹後 田辺藩 ( 舞鶴 藩 ) に 、 京極 高 通 ( 丹後 国峰山 藩主 ) を 峰山 藩 に 入れ 、 丹後 に 3 藩 を 並立 さ せ た 。 従 っ て 、 実質 的 に は 京極 高広 より 宮津 藩 が 成立 し た と い っ て よ い だ ろ う 。 高広 の 子 京極 高国 は 、 寛文 6 年 ( 1666 年 ) 、 江戸 幕府 に 悪政 ・ 一族 不和 等 の 不行跡 を 咎め られ 、 改易 と な っ た ( 宮津 藩 主 京極 家 自体 は 高家 旗本 と し て 存続 ) 。 天領 を 経 て 、 寛文 9 年 ( 1669 年 ) 、 永井 尚征 が 山城 国 淀藩 より 入城 し た 。 奏者 番 と な っ た 第 2 代 藩主 ・ 永井 尚長 は 延宝 8 年 ( 1680 年 ) 、 第 4 代 徳川 将軍家 ・ 徳川 家綱 の 葬儀 が 増上 寺 で 行 わ れ た 際 、 乱心 し た 志摩 国 鳥羽 藩主 ・ 内藤 忠勝 に 殺害 さ れ る と い う 事件 が 起こ っ た 。 尚長 に は 嗣子 が 無 く 、 結局 は 改易 と な っ た 。 後 に 弟 の 永井 直円 に 大和 国 櫛羅 藩 1 万 石 が 与え られ て 再興 し て い る 。 天和 ( 日本 ) 元年 ( 1681 年 ) 、 阿部 正邦 が 武蔵 国 岩槻 藩 より 入封 する が 、 元禄 10 年 ( 1697 年 ) に は 下野 国 宇都宮 藩 に 転出 し て い る 。 入れ替わり に 同地 より 奥平 昌成 が 入封 し 、 享保 2 年 ( 1 71 7 年 ) に は 中津 藩 に 転出 する 。 代わ っ て 信濃 飯山 藩 より 青山 幸秀 が 入封 し た 。 第 2 代 藩主 ・ 青山 幸道 は 宝暦 8 年 ( 1758 年 ) 、 美濃 国 郡 上 藩 に 移封 と な る など 、 目まぐるし く 入れ替わ っ た 。 遠江国 浜松 藩 より 松平 資昌 が 7 万 石 で 入 っ て 、 ようやく 藩主 家 は 定着 を み る こと と な っ た 。 松平 ( 本庄 ) 氏 の 家祖 ・ 本庄 宗資 は 第 5 代 将軍 ・ 徳川 綱吉 の 生母 ・ 桂昌院 の 異母 弟 と い う こと で 大名 に 取り立て られ 、 宗資 の 子松平 資俊 より 松平 氏 を 許 さ れ た 。 当家 は 7 代 続 き 、 うち 2人 が 老中 、 1人 が 寺社 奉行 と 幕閣 の 中枢 に 進出 し て い る 。 慶応 4 年 ( 1868 年 ) の 鳥羽 ・ 伏見 の 戦い で は 幕府 方 と し て 戦 っ た が 敗戦 し 、 以後 は 明治 政府 に 恭順 し た 。 明治 4 年 ( 18 71 年 ) 廃 藩 置県 に よ り 宮津 県 と な り 、 豊岡 県 を 経 て 京都 府 に 編入 さ れ た 。 藩 主 家 の 松平 本庄 氏 は 明治 17 年 ( 1884 年 ) 、 子爵 と な り 華族 に 列 し た 。 本庄子 爵 家 の 祖先 で あ る 。 +田辺 藩 ( たなべ はん ) は 江戸 時代 、 丹後 国 に あ っ た 藩 の 1 つ 。 別名 、 舞鶴 藩 ( まいづる はん ) と 呼称 さ れ る 事 も 多 い 。 藩庁 は 田辺 城 ( 丹後 国 ) ( 京都 府 舞鶴 市 ) 。 丹後 国 は 元々 一色 氏 が 守護 を 務め る 国 で あ っ た が 、 天正 7 年 ( 1579 年 ) 、 細川 幽斎 は 明智 光 秀 と とも に 反信長 連合 の 一角 だっ た 一色 氏 ら を 滅 ぼ し 丹後 国 ・ 丹波 国 を 制圧 し 功績 を 挙げ た 。 藤孝 は 恩賞 と し 丹後 一 国 を 与え られ 田辺 城 ( 丹後 国 ) を 築 き 、 舞鶴 を 拠点 に 丹後 一 国 を 治め た 。 その 後 、 天正 10 年 ( 15 82 年 ) 6 月 2 日 に 親戚 関係 に あ っ た 明智 光 秀 が 本能 寺 の 変 を 起こ し 、 藤孝 自身 も 加担 する よう 誘 わ れ る が 、 反光 秀 の 立場 を 貫 き 、 豊臣 秀吉 から 丹後 の 本領 を 安堵 さ れ て い る 。 しかし 藤孝 は 、 親戚 で あ っ た 光秀 の 裏切り の 責任 を と る 形 で 嫡男 の 細川 忠興 に 家督 を 譲 っ て 隠居 し た 。 その 際 、 隠居城 と し て 宮津 城 を 築 き 、 舞鶴 市 から 移 っ た 。 しかし 、 関ヶ原 の 戦い 時 に は 、 ふたたび 、 舞鶴 城 に 戻 り 、 留守 中 の 息子 の 代理 を 務め た 。 慶長 5 年 ( 160 0 年 ) 、 関ヶ原 の 戦い 後 、 細川 氏 は 豊前 国 中津 藩 へ 転封 さ れ た 。 かわ っ て 信濃 国 飯田 市 より 、 京極 高知 が 田辺 城 に 入城 し た 。 京極 高知 は 嫡男 の 京極 高広 を 宮津 藩 に 、 京極 高三 を 舞鶴 藩 ( 田辺 藩 ) に 、 京極 高 通 を 峰山 藩 に 入れ 、 丹後 を 3 藩 に 分割 統治 さ せ た 。 京極 高三 に よ り 、 ここ に 初めて 舞鶴 藩 ( 田辺 藩 ) が 成立 し た 。 京極 家 は 近江 源 氏 佐々木 氏 の 末裔 で あ り 、 有名 な 京極 道誉 ( 佐々木 道誉 ) の 子孫 で あ る 。 寛永 13 年 、 京極 高直 が 二 代 藩主 と な っ た 。 三 代 京極 高盛 は 寛文 3 年 ( 1663 年 ) に 弟 の 京極 高門 に 2 千 石 を 分知 し 、 また 寛文 8 年 ( 1668 年 ) に は 、 但馬 国 豊岡 藩 に 転封 と な っ た 。 代わ っ て 同年 に 、 牧野 親成 ・ 牧野 富成 兄弟 が 摂津 国 より 、 3 万 5000 石 で 入城 。 以後 牧野 家 に よ っ て 明治 維新 を 迎え 、 舞鶴 県 に 至 っ た 。 田辺 牧野 家 に つ い て 藩祖 は 牧野 康成 ( 戦 国 武将 ) ( やすし げ ) 。 康成 は 初名 を 正勝 、 通称 を 半右衛門 と い う 。 その 父 は 牛久保 牧野 氏 寄騎 の 牧野 定成 ( 八 大夫 ) と さ れ る 。 三河 国 在住 時代 は 宝飯 郡 平井 ( 現 ・ 愛知 県 宝飯 郡 小坂井 町 平井 ) に 知行 地 が あ っ た 。 永禄 8 年 ( 1564 年 ) 徳川 氏 に 所属 し 翌年 8 月 平井 ( 92 貫文 の 地 ) を 安堵 さ れ て い る 。 なお 、 定成 ( この 実名 に も 諸説 有り ) 以前 の 牧野 山 城守 の 系譜 は 確定 し た もの が 知 ら れ て い な い 。 牛久保 城主 一門 に し て は なぜ 寄騎 の 扱い で あ っ た か 不明 な 点 も 多 い 。 安土 桃山 時代 以前 の 牧野 氏 の ルーツ は 、 不明 な 点 や 矛盾 が 多 く 、 複数 の 異な っ た 系譜 が 伝わ り 、 また 徳川 氏 帰属 後 は 反 徳川 の 急先鋒 だっ た 三河 牛窪 城主 ・ 牧野 保成 と の 関係 を 意図 的 に 遠ざけ た と も 考え られ 、 これ も 系譜 関係 の 不 明確 さ の 一因 と な っ て い る 。 田辺 藩 主 牧野 氏 と 長岡 藩 主 牧野 氏 と の 系譜 関係 を 完全 ・ 確実 に 伝え る 史料 は 知 ら れ て い な い 。 天正 18 年 ( 1590 年 ) に 康成 は 武蔵 国 足立 郡 石戸 に 5千石 を 与え られ 、 康成 の 3 男 の 牧野 信成 ( 関 宿 藩 主 ) は 慶長 4 年 ( 1599 年 ) 父 の 遺跡 を 継 ぎ 、 慶長 11 年 ( 160 6 年 ) より 大番 頭 、 小姓 組 番頭 、 書院 番頭 など を 歴任 。 寛永 10 年 ( 1633 年 ) の 加増 で 大名 に 列 し 、 武蔵 国 石戸 藩 1 万 1 千 石 と し て 立藩 。 正保 元年 ( 1644 年 ) の 加増 で 関宿 城主 と な り 下総 国関宿 藩 入封 と な る 。 信成 の 子 牧野 親成 が 段々 に 加増 さ れ 、 寛文 8 年 ( 16 60 年 ) に 封地 を 移 さ れ て 丹後 田辺藩 3 万 5千 万 石 の 藩主 に な っ た 。 以後 、 幕末 まで 歴代 が 同藩 で 封 を 重ね 、 明治 維新 後 に 旧 藩 主 家 は 子爵 と な り 華族 に 列 し た 。 +京極 氏 ( きょうごく し ) は 日本 の 武家 の ひと つ 。 本姓 は 源 氏 。 家系 は 宇多 源 氏 の 流れ を 汲 む 近江 源 氏 佐々木 氏 の 別家 。 京極 氏 の 祖   佐々木 氏 は 鎌倉 時代 以前 より 近江 国 に あ り 、 近江 源 氏 と も 称 さ れ た 家系 で あ る 。 鎌倉 時代 に 近江 守護 に 代々 任 じ られ て い た 佐々木 氏 の 当主 で あ る 佐々木 信綱 は 、 四 人 の 息子 に 近江 を 分け て 継 が せ た 。 この うち 江北 に あ る 高島 、 伊香 、 浅井 、 坂田 、 犬上 、 愛智 の 六 郡 と 京都 の 京極 高辻 の 館 を 継 い だ 四男 の 佐々木 氏 信 を 祖 と する 一族 が 、 後 に 京極 氏 と 呼 ば れ る 様 に な る 。 なお 、 この 時 に 江南 を 継 い だ 三男 の 佐々木 泰綱 は 佐々木 宗家 を 継 ぎ 六角 氏 の 祖 と な っ て い る 。 足利尊 氏 に 仕え た 佐々木 道誉 ( 京極 高 氏 ) の 活躍 に よ り 室町 時代 は 守護 大名 、 四職 の 一 つ と し て 繁栄 し た 。 応仁 の 乱 の 後 は 家督 争い や 浅井 氏 の 台頭 に よ り 衰退 し た が 、 京極 高次 、 京極 高知 兄弟 が 戦国 時代 ( 日本 ) を 生き延び 、 外様 大名 と し て 若狭 国主 、 丹後 国主 と な っ た 。 各 家 とも に 分封 、 転封 、 改易 は あ っ た が 、 とも に 明治 維新 を 迎え 、 華族 に 列 せ られ た 。 鎌倉 時代 は 江北 六 郡 の 地頭 で あ り 、 始祖 の 佐々木 氏 信 は 鎌倉 幕府 の 評定 衆 を 務め 、 後 を 継 い だ 佐々木 宗綱 は 、 幕府 が 朝廷 に 対 し 天皇 の 譲位 を 促 し た 際 の 使者 を 務め て い る 。 鎌倉 時代 末期 に 当主 と な っ た 佐々木 道誉 ( 高氏 ) は 、 朝廷 で 検非 違使 、 鎌倉 幕府 で 御 相 伴衆 を 務め て い た が 、 元弘 3 年 ( 1333 年 ) に 後醍醐 天皇 の 綸旨 を 受け た 足利 尊 氏 が 倒幕 の 兵 を 挙げ る と 、 それ に 寄与 し 建武 の 新政 に 加わ る 。 しかし 建武 の 新政 は 武士 の 支持 を 得 られ ず 、 建武 ( 日本 ) 2 年 ( 1335 年 ) に 北条 時行 ら が 中 先代 の 乱 を 起こ し 鎌倉 を 占拠 する と 、 道誉 は 尊 氏 に 従 い 討伐 へ と 向か い 、 相模川 で 時行 軍 の 背後 を 奇襲 し 勝利 に 寄与 する 。 尊 氏 が 鎌倉 に 入 り 幕府 設立 の 動き を 見せ 、 朝廷 が 新田 義貞 を 総大将 と する 尊 氏 の 討伐 軍 を 発 する と 、 道誉 は 尊 氏 軍 と し て 義貞 軍 と 矢作川 で 戦 う が 敗れ 、 手超 河原 で は 弟 の 佐々木 貞満 も 討 た れ 一旦 は 義貞 に 下 る が 、 次 の 箱根 の 戦い で は 尊 氏 方 と し て 戦 い 勝利 する 。 延元 3 年 / 暦応 元年 ( 1338 年 ) 、 後醍醐 天皇 ら を 吉野 に 追 っ た 尊 氏 が 、 京 で 持明 院 統 の 光明 天皇 から 征夷 大将軍 に 任 ぜ られ 室町 幕府 が 開 か れ る と 、 道誉 は 功績 を 評 さ れ 引付衆 、 評定 衆 、 政所 、 近江国 、 飛騨 国 、 出雲 国 、 若狭 国 、 上 総 国 、 摂津 国 の 守護 を 務め る こと と な る 。 興国 元年 / 暦応 3 年 ( 1340 年 ) 、 道誉 と 長男 の 佐々木 秀綱 は 、 家臣 が 光厳 天皇 の 弟 で あ る 妙法 院 の 御所 の 僧兵 に 殴打 さ れ た 事 を 怒 り 、 御所 に 火 を かけ 建仁 寺 を 延焼 さ せ る 。 延暦 寺 は 朝廷 と 幕府 に 二人 の 死罪 を 求め る が 、 幕府 は これ を 放置 し 、 延暦 寺 が さらに 強 く 抗議 を 行 っ た 結果 、 二人 は 上総 国山辺郡 へ 一時 流 さ れ る が 、 その 道中 は 道々 で 酒席 を 設け 宿々 で 美女 を 弄 び 、 流人 に は 見え な かっ た と 言 う 。 その 後 の 南北朝 の 戦い で は 、 正平 ( 日本 ) 3 年 / 貞和 4 年 ( 1348 年 ) の 四條畷 の 戦い で 、 道誉 は 二千 余騎 を 率い て 参 じ 、 楠正行軍 を 撃退 する が 、 その 後 の 戦い で 次男 の 佐々木 秀宗 が 討 た れ る 。 正平 8 年 / 文和 2 年 ( 1353 年 ) に は 侍 所司 を 務め て い た 秀綱 が 、 京 を 追 わ れ た 後光 厳 天皇 、 足利 義詮 ら を 護衛 し て い る 最中 に 討 た れ 、 正平 17 年 / 貞治 元年 ( 1362 年 ) に は 摂津 神崎 橋 で の 戦い で 、 秀綱 の 子 で あ る 佐々木 秀詮 兄弟 が 討 た れ る 。 道誉 が 亡くな る と 、 家督 は 三男 で あ る 佐々木 高秀 が 継ぎ 、 天授 ( 日本 ) 5 年 / 康暦 元年 ( 1379 年 ) に 起こ っ た 康暦 の 政変 で は 、 美濃 国 の 土岐 頼康 と 共 に 、 管領 細川 頼之 の 罷免 を 求め て 近江 で 兵 を 挙げ 、 それ を 成し遂げ る 。 高秀 の 嫡子 で あ る 京極 高 詮 は 、 父 の から継 い だ 飛騨 の 守護 職 に 加え 、 明徳 2 年 ( 1391 年 ) に 山名 氏 が 蜂起 し た 明徳 の 乱 で の 活躍 に よ り 出雲 国 と 隠岐 国 の 守護 職 も 任 ぜ られ る 。 高詮 の 代 に 、 京極 氏 は 四職 の 一 つ と な り 、 以後 の 当主 は 江北 、 出雲 、 隠岐 、 飛騨 を 領 し 、 侍 所司 を 務め る 事 と な る 。 また 、 高詮 の 弟 で あ る 尼子 高久 は 近江 の 尼子 郷 を 継 ぎ 、 尼子 氏 の 始祖 と な る 。 その 後 、 当主 は 京極 高光 、 京極 持 高 、 京極 高 数 と 続 き 、 それぞれ 侍所 所司 と し て 室町 時代 に 頻発 し た 乱 の 鎮圧 に あた る 。 高数 の 後 を 継 い だ 京極 持清 は 、 応仁 元年 ( 1467 年 ) に 足利 将軍 家 の 家督 相続 など から 生 じ た 応仁 の 乱 で 一 万 余騎 を 率い て 東軍 に 属 し 京 で 戦 い 、 翌年 から は 近江 で 西軍 の 六角 高頼 と 戦い 優勢 を 得 る が 、 その 最中 に 病死 する 。 持清 の 長男 の 京極 勝秀 と 次男 の 政光 は 既に 亡くな っ て お り 、 勝秀 の 嫡子 と 考え られ て い る 孫童子 丸 が 当主 を 継ぐ が 、 わずか 一 年 後 に 死去 し 、 その 後 を 巡 っ て 京極 政経 と 京極 高清 の 間 で 争い が 起き る 。 始め は 政経 が 高清 を 近江 から 追放 し 、 出雲 、 隠岐 、 飛騨 の 守護 職 を 得 る が 、 政経 は その 後 の 六角 氏 と の 戦い に 敗れ 、 さらに は 徴税 の 命令 に 従 わ な かっ た 出雲 、 隠岐 の 守護 代 で あ る 尼子 経久 を 追放 する も 、 逆 に 出雲 の 拠点 で あ る 月山 富田城 を 奪い返 さ れ た と 伝わ る 。 その 後 、 高清 と の 争い に 敗れ 近江 を 追 わ れ た 政経 は 、 経久 と 和睦 し 出雲 に 在 っ た と 考え られ て お り 、 吉童子丸 へ と 家督 を 譲り 亡くな る が 、 その 吉童子 丸 の 行方 は 分か ら ず 、 出雲 は 戦国 大名 と な る 尼子 氏 の 領国 と な る 。 当主 の 座 を 得 た 高清 は 近江 に 在 っ た が 、 その 後継 を 巡 っ て 、 次男 の 京極 高吉 を 押 す 高清 ら と 、 長男 の 京極 高延 を 押 す 浅井 亮政 ら の 間 で 争い が 生 じ 、 高清 は 亮政 ら に 敗れ 追放 さ れ る 。 すぐ に 高清 は 亮政 と 和睦 し 江北 へ と 戻 る が 、 これ を 境 に 江北 の 支配 権 は 浅井 氏 に 奪 わ れ た と 考え られ て い る 。 ただし 、 一介 の 小国 人 に 過ぎ な かっ た 浅井 氏 に よ る 江北 支配 も 順調 で は な く 、 なお しばらく は 京極 氏 を 名目 上 の 守護 と 仰 ぐ 時代 が 続 い た 。 だ が 、 永禄 3 年 ( 15 60 年 ) に 浅井 賢政 の 六角 氏 と の 断交 を 機 に 京極 高吉 が 復権 を 画策 し て 六角 氏 と 結 ん で 挙兵 を 企て る が 失敗 し て 江北 を 追 わ れ 、 京極 氏 の 江北 支配 は 完全 に 幕 を 閉じ た 。 高吉 の 子 で あ る 京極 高次 は 、 初め 織田 信長 に 仕え る が 、 天正 10 年 ( 15 82 年 ) に 本能 寺 の 変 で 信長 が 明智 光秀 に 討 た れ る と 光秀 に 属 し 、 山崎 の 戦い で 光秀 を 討 っ た 豊臣 秀吉 から の 追及 を 受け る 。 しかし 、 姉妹 の 京極 竜子 が 秀吉 の 側室 と な っ た 事 から 許 さ れ 、 天正 12 年 ( 1584 年 ) に 近江 高島 郡 の 二千 五百 石 を 与え られ る 。 その 後 は 加増 を 重ね 、 翌々 年 に は 高島 郡 で 五千 石 、 九州 攻め の 功 に よ り 大溝 城 一 万 石 、 小田原 攻め の 功 に よ り 近江八幡 山 二 万 八千 石 、 文禄 4 年 ( 1595 年 ) に は 近江国 大津 藩 六 万石 へ と 封 じ られ る 。 慶長 5 年 ( 160 0 年 ) の 関ヶ原 の 戦い で は 始め 西軍 に 属 する が 、 途中 から 東軍 へ と 寝返り 大津 城 に 篭 も る 。 そして 攻め寄せ た 西軍 一 万 五千 を 相手 に 激し い 篭城 戦 を 行 い 、 ついに 攻め手 を 関ヶ原 へ と 向か わ せ な かっ た 。 この 功 に よ り 、 高次 は 若狭 国 小浜 藩 八 万 五千石 へ と 加増 さ れ る 。 高次 の 弟 で あ る 京極 高知 は 当初 から 秀吉 に 仕え 、 天正 19 年 ( 1591 年 ) に 近江 国 蒲生 郡 五千 石 、 文禄 2 年 ( 1593 年 ) に 信濃 国 伊那 郡 六 万 石 、 翌年 に は 十 万 石 に 加増 さ れ る 。 秀吉 の 死後 は 徳川 家康 に 近づ き 関ヶ原 の 戦い で の 抜群 の 功 に よ り 、 国主 と な り 、 丹 後 守 を 称 する こと を 許 さ れ 、 丹後 国一 国 、 十 二 万 三千 石 を 与え られ る 。 高次 流 ( 若狭 京極 家 ) 京極 高次 は 若狭 国 九 万 二千 石 を 領 し た 。 高次 の 子 で あ る 京極 忠高 は 、 大坂 の 役 で の 功績 に よ り 、 室町 時代 、 京極 氏 の 旧領 で あ っ た 出雲 国 隠岐 国 二十 六 万 四千石 へ と 加増 さ れ る が 、 嫡子 の 無 い ま ま 急死 し 、 末期 養子 の 京極 高和 は 播磨 国 龍野 藩 六 万石 へ と 減封 、 さらに 讃岐 国 丸亀 藩 六 万石 へ と 転封 と な る 。 高和 の 子 で あ る 京極 高 豊 は 、 嫡子 の 京極 高或 に 五 万 一千 石 を 、 庶子 の 京極 高通_ ( 讃岐 国 多度 津 藩 主 ) に 多度 津 藩 一 万 石 を それぞれ 継 が せ た 。 丸亀 藩 は 飛び地 と し て 、 近江 の 一部 も 領 し て い た 。 高或流 ( 宗家 ) 丸亀 で 明治 維新 を 迎え 子爵 に 列 せ られ た 。 高通流 多度 津 で 明治 維新 を 迎え 子爵 に 列 せ られ た 。 高知 流 ( 丹後 京極 家 ) 京極 高知 は 丹後 国 十 二 万 三千 石 の うち 、 嫡男 の 京極 高広 に 宮津 藩 七 万 八千 石 を 、 京極 高三 に 丹後 田辺 藩 三 万 五千 石 を 、 養子 京極 高 通 ( 丹後 国峰山 藩主 ) に 峰山 藩 一 万 石 を 分け て 継 が せ た 。 宮津 藩 は 、 その 後 改易 と な っ た が 、 子孫 は 高家 と し て 栄え た 。 高広流 ( 宗家 ) 高広 と 嫡子 で 家督 を 継 い だ 京極 高国 の 間 で 争い が 生 じ 、 寛文 6 年 ( 1666 年 ) 幕府 に よ り 所領 を 没収 さ れ る 。 その 後 、 高国 の 嫡子 で あ る 京極 高規 と その 子孫 は 高家 と し て 幕府 に 仕え た 。 高三 流 高三 の 孫 で あ る 京極 高盛 は 但馬 国 豊岡 藩 三 万 五千 石 へ 転封 と な る 。 高盛 の 孫 で あ る 京極 高 寛 は 夭折 し 京極 が 末期 養子 と し て 一 万 五千 石 を 継 ぎ 、 明治 維新 を 迎え 子爵 に 列 せ られ た 。 高通流 一 万 三千 石 の 大名 と し て 峰山 で 明治 維新 を 迎え 子爵 に 列 せ られ た 。 子爵 と な っ た 京極 高徳 は 現在 の 北海道 虻田 郡 京極 町 に 農場 を 拓 き 、 後 に 町名 の 由来 と な っ た 。 +木 寺 宮 ( きで らのみや ) は 、 鎌倉 時代 から 室町 時代 中期 に かけ て 存続 し た 宮家 。 常盤井 宮家 に 次いで 、 世襲 親王家 の 体裁 を 備え て い た 。 始祖 は 後二 条 天皇 の 皇子 で あ る 皇太子 邦良 親王 、 初代 は その 嫡男 の 康仁 親王 。 宮家 号 の 由来 は 、 邦良 親王 以下 の 代々 の 殿宅 が 洛西 の 葛野 郡 木寺 ( 仁和 寺 付近 ) に あ っ た こと に よ る と い う 。 経済 的 に 衰微 し た 後 は 、 遠江 国 に 移 っ た と も い わ れ る 。 概略 後 宇多 天皇 は 、 孫 の 邦良 親王 を 大覚 寺 統 の 正嫡 と 定め て 御領 を 譲与 し 、 後醍醐 天皇 の 御領 も 将来 は 邦良 親王 に 譲与 する こと 、 尊治 親王 が 即位 し て も 一代 に 限 り 、 その 子孫 は 親王 と し て 邦良 親王 の 一流 に 臣事 する こと を 処置 し た 。 1318 年 、 尊治 親王 に 皇位 が 移 る と ( 後醍醐 天皇 ) 、 邦良 親王 は 皇太子 に 立て られ た が 、 鎌倉 幕府 と の 交渉 が 膠着 し 、 即位 する こと な く 薨去 し た ( 1326 年 ) 。 次いで 邦良 親王 の 子 ・ 康仁 親王 が 光厳 天皇 ( 持明 院 統 ) の 皇太子 に 立て られ る が 、 1333 年 に 鎌倉 幕府 が 滅亡 し 、 後醍醐 天皇 が 隠岐 島 から 京都 に 還幸 する と 、 光厳 天皇 の 即位 は 取り消 さ れ て 、 それ に 伴 い 康仁 親王 も 皇太子 を 廃 さ れ た 。 更に 、 後醍醐 天皇 は 傍流 に も かかわ ら ず 、 自己 の 子孫 に よ る 皇統 独占 に 執着 し 、 康仁 親王 の 皇位 へ の 道 を ことごとく 閉ざ し た 。 大覚 寺 統 の 血筋 で あ る はず の 木寺 宮 が 持明院 統 ( 北朝 ( 日本 ) ) 寄り の 立場 を 取 る よう に な っ た の は 、 この ため で あ る 。 『 康富 記 』 に よ る と 、 康仁 親王 の 後 の 木寺 宮 は 、 邦恒 王 ─ 世平 王 ─木 寺 宮 邦康 親王 と 3 代 を 経 て 、 室町 時代 中期 まで 存続 し た ( 邦恒王 ・ 世平 王 は 早世 し た ため 、 親王 宣下 を 受け た 記録 が な い ) 。 邦康 親王 の 子 に は 師煕 親王 ( 静覚 入道 親王 ) など が い る が 、 一 等 史料 に よ る 限り 、 その 後 の 子孫 は 確認 さ れ て い な い 。 1   2   3   4 後 二 条 天皇 ─ 邦良 親王─康仁 親王─邦 恒王 ─ 世平 王 ─木 寺 宮 邦康 親王─師煕 親王 遠江 国 下向 と 子孫 先 の 康仁 親王 に つ い て は 、 南朝 ( 日本 ) 方 荘園 の 遠江 国 入野 ( 静岡 県 浜松 市 ) に 下向 し て を 興 し 、 そこ に 落ち着 い た と い う 伝承 が あ っ て 、 親王 の 屋敷跡 ・ 墓所 ・ 真影 と さ れ る もの が 同寺 内 に 伝存 し て い る 。 親王 が 京都 付近 で 没 し た こと は 『 園太暦 』 に 見え て い る の で 、 伝承 その もの に は 疑問 が あ る が 、 少な く とも 子孫 の 木寺 宮 が 入野 に 下向 し た 事実 は あ っ た よう で あ る 。 その 時期 は 、 中央 の 記録 から 消え た 邦康 親王 以降 と い う こと に な ろ う 。 ただし 、 これ ら を 具体 的 に 裏付け る よう な 史料 は まだ 見つか っ て い な い 。 『 龍雲 寺 文書 』 に よ れ ば 、 永禄 ~ 天正 の 頃 、 当寺 に 「 大宮 様 」 が 住 ん で い た が 、 武田 氏 方 の 軍役 を 務め て い た ため 、 徳川 家康 に 攻め られ 、 寺 を 焼 い て 信州 に 逃走 し て い る ( 1580 年 ) 。 「 大宮 様 」 と は 赤津 中務 少輔 の こと で 、 木寺 宮 ( 康仁 親王 ) 8 世 と の 寺伝 が あ る 。 実際 に 皇族 の 子孫 など で あ っ た 可能 性 は 高 い が 、 その 詳細 は 不明 で あ る 。 なお 、 『 寛政 譜 』 に 大沢 基宿 の 母 や 知久 頼 氏 の 妻 の 出自 と 伝え る 「 木寺 宮 」 は この 一族 か と 思 わ れ る 。 地方 に 下 っ た 宮家 の 例 と し て は 他 に 五 辻 宮 が 挙げ られ る 。 +冷泉 家 ( れいぜいけ ) は 公家 の 一 。 近衛 中将 に 代々 任命 さ れ た 羽 林 家 と よ ば れ る 武官 の 家柄 の 公家 。 藤原 北家 。 藤原 道長 の 子藤原 長家 を 祖 と する 御子 左 流 二 条 派 ( 五摂 家 の 二 条 家 と は 別 ) の 庶流 。 藤原 為家 ( 藤原 定家 の 子 ) の 子 で あ る 冷泉 為相 ( 母 は 『 十 六 夜 日記 』 で 有名 な 阿仏 尼 ) から 始ま る 。 家名 は 平安 京 の 冷泉 小路 に 由来 する 。 家業 は 歌道 ・ 蹴鞠 。 歌風 は 、 本家 で あ る 二条 家 および 京極 派 ( 武家 の 京極 氏 と は 別 ) に 比べ る なら ば 、 そう 特徴 的 な もの は な い 。 南北朝 時代 ( 日本 ) 中期 に 上冷泉 家 ( かみれい ぜいけ ) ・ 下 冷泉 家 ( しもれいぜいけ ) の 2 家 に 分かれ た 。 両家 と も 現在 に 続 く 名門 で あ る が 、 一般 に 冷泉 家 と し て 知 ら れ る の は 、 江戸 時代 から 屋敷 が 移転 し て い な い 上冷泉 家 の ほう で あ る 。 下冷泉 家 の 屋敷 は 、 京都 御苑内 に 位置 し て い た ため 、 公家 町 を 公園 と し て 整備 する さい 取り壊 さ れ た 。 上冷泉 家 の 江戸 時代 に おけ る 家格 は 羽林 家 で 、 官位 は 概ね 権 大 納言 民部 卿 を 極官 と し た 。 冷泉 為相 は 鎌倉 幕府 と 親し く 、 長 ら く 鎌倉 の 藤ヶ谷 に 居 を 構え 藤谷 黄門 と 呼 ば れ た 。 娘 の 一人 は 鎌倉 将軍 の 久明 親王 ( 持明 院 統 の 後深草 天皇 の 皇子 ) に 嫁 ぎ 、 外孫 の 久良 親王 が 誕生 し て い る 。 南北朝 時代 、 冷泉 為尹 の 長男 冷泉 為之 の 上冷泉 家 と 、 次男 冷泉 持為 の 下冷泉 家 に 分かれ た 。 持為 は 、 冷泉 家 の 当主 に は な ら な かっ た が 、 その 実力 を 足利 氏 から 認め られ 、 独立 し た 一家 を もうけ る こと が 許 さ れ 、 兄 の 冷泉 家 と は 別 に 同じ 冷泉 家 を 名乗 る こと も 許 さ れ た 。 所領 及び 家 に 伝わ る 文書 は 、 この 時 二 分 さ れ た 。 『 十 六 夜 日記 』 で 有名 な 細川 庄 は 、 下冷泉 家 の 相続 分 で あ る 。 下冷泉 持為 ・ 下冷泉 政為 は 、 それぞれ 将軍 足利 義持 ・ 足利 義政 に 厚遇 さ れ 、 偏諱 まで 賜 っ た 。 この 時期 は 、 下冷泉 家 こそ 冷泉 家 の 本流 で あ っ た 。 戦国 時代 は 、 大名 に よ る 横領 を 防 ぐ ため 、 先述 の 播磨 国 細川 庄 に 下向 し て い た 。 ところ が 、 冷泉 為純   下冷 泉 為勝 が 播磨 守護 大名 赤松 氏 の 支族 別所 氏 に 殺 さ れ た ため 、 為勝 の 弟 の 下冷泉 為将 が 京都 に お い て 下冷 泉 家 を 再興 し た 。 日本 儒学 の 祖 と さ れ る 冷泉 粛 ( 朱子 学者 藤原 惺窩 と し て 有名 ) は 下冷泉 為将 の 兄 で あ る 。 彼 自身 は 下冷泉 家 の 当主 に な る 機会 は な かっ た が 、 息子 の 冷泉 為景 が 為将 の 養子 と し て 当主 に な り 、 その 血統 が 子孫 に 続 い て い る 。 下冷泉 家 は 播磨 下向 時代 以来 豊臣 秀吉 と 親し い 間柄 だっ た ため 、 秀吉 は 下冷泉 家 の 再興 に 協力 を 惜し ま な かっ た 。 上冷泉 家 も 戦国 時代 ( 日本 ) は 、 能登 守護 畠山 氏 や 駿河 守護 今川 氏 を 頼り 地方 に 下向 し て お り 、 都 に は い な かっ た 。 織田 信長 の 時代 に は 都 に 戻 っ た が 、 豊臣 秀吉 が 関白 太政 大臣 に 任命 さ れ た 天正 13 年 ( 1586 年 ) に 勅勘 を 蒙 り 、 再び 地方 に 下 っ た 。 秀吉 が 亡くな っ た 慶長 3 年 ( 1598 年 ) に 徳川 家康 の とりなし に よ っ て 、 ようやく 都 へ 戻 る こと が でき た と い う 。 かつて 秀吉 は 、 天皇 の 住ま う 御所 周辺 に 公家 たち の 屋敷 を 集め 公家 町 を 形成 し た が 、 上冷泉 家 は 、 公家 町 が 完全 に 成立 し た 後 に 許 さ れ て 都 に 戻 っ た ため 、 公家 町内 に 屋敷 を 構え る こと が 出来 な かっ た 。 旧 公家 町 に 隣接 し た 現在 の 敷地 は 、 家康 から 贈 ら れ た もの で あ る 。 徳川 家 に は 厚遇 さ れ た の で 上冷泉 家 の 江戸 時代 の 繁栄 ぶり は 周知 の 通り で あ る 。 仙台 伊達 氏 と 姻戚 で も あ っ た 。 明治 時代 に 、 上冷泉 家 は 伯爵 、 下冷泉 家 は 子爵 と な っ た 。 下冷泉 家 も 、 家系 的 に は 全く 劣 る もの で は な かっ た が 、 戦国 時代 に 別所 氏 に よ っ て 当主 が 殺 さ れ 、 所領 を 失 っ た こと が 後々 官位 に も 響 き 、 明治 期 の 爵位 の 差 と な っ た 。 また 、 多く の 公家 は 明治 天皇 に 従 い 東京 に 移住 し た が 、 上冷泉 家 は その 後 も 京都 の 江戸 時代 から の 屋敷 に 住 み 続け た 。 現在 の 京都 御苑 に あ っ た 公家 町 の 公家 の 屋敷 は 明治 初期 の 東京 移住 命令 に よ り 全て 取り壊 さ れ た が 、 今出川 以北 に あ っ た 上冷泉 家 は 取り壊し を まぬ がれ た と い わ れ て い る 。 一方 の 下冷泉 家 は 現在 の 京都 迎賓 館 付近 に な る 京都 御苑 内 に 屋敷 が あ っ た ため 、 取り壊 さ れ 公園 化 さ れ た 。 太平 洋 戦争 で 京都 市 は 戦場 に な る こと は な かっ た が 上冷泉 家 の 冷泉 為臣 ( 22 代 当主 ・ 冷泉 為 系 の 長男 ) は 中国 へ 出征 し 、 戦死 し た 。 上冷泉 家 の 第 25 代 当主 ( 現 当主 ) 冷泉 為人 は 、 財団 法人 冷泉 家 時雨亭 文庫 を 設立 し た 第 24 代 当主 冷泉 為任 の 娘婿 で 、 同 文庫 の 理事 長 で あ る 。 為人 は 、 近世 京都 画壇 研究 の 第 一 人 者 で 、 大手前 女子 大学 教授 ・ 池坊 短期 大学 学長 を 経 て 、 現在 同志社 女子 大学 客員 教授 を 務め て い る 。 旧 姓名 は 松尾 勝彦 で あ っ た が 、 為任 長女 冷泉 貴実子 の 婿 と し て 第 25 代 当主 を 継承 する ため に 、 家裁 手続き を 経 て 現姓 名 に 改め た 。 貴実子 夫人 は 、 同文庫 事務 局 長 で あ る 。 入江 家 藤原 定家 の 血筋 を 現在 まで 伝え る 家 に 入江 家 が あ る 。 入江 家 は 、 天皇 に 伴 い 維新 後 東京 に 移り 、 入江 為 守 が 東宮 侍 従長 と し て 大正 天皇 に 、 また 、 入江 相政 が 侍 従 長 と し て 昭和 天皇 に と 、 天皇 家 に 近侍 し た 。 藤谷 家 藤谷家 も 一門 で あ る が 、 阪神 大 震災 で 最後 の 当主 が 亡くな り 、 絶家 し た 。 家名 の 由来 は 冷泉 家 の 始祖 で あ る 冷泉 為相 が 鎌倉 幕府 と 親し く 、 鎌倉 の 藤ヶ谷 に 長 ら く 住 し た こと に よ る 。 冷泉 為相 は 藤谷 為相 と も 称 し た 。 上冷泉 家 住宅 は 、 京都 市 今出川 通烏丸 東入ル に あ り 、 重要 文化 財 に 指定 さ れ て い る 。 寛政 2 年 ( 1790 年 ) の 建築 で 、 現存 する 最古 の 公家 住宅 で あ る 。 明治 時代 に 、 ほとんど の 公家 は 天皇 に 従 っ て 東京 に 移 っ た ため 、 現在 の 京都 御苑 内 に あ っ た 殆んど の 公家 住宅 が 空家 と な り 治安 維持 の ため 取り壊 さ れ た 。 しかし 、 上冷泉 家 に は 御 文庫 と い わ れ る 、 かつて は 勅封 だっ た 蔵 も あ り 、 京都 御 苑外 に 立地 し て い た ため 取り壊 し も 免れ た 。 御 文庫 を 擁 する 上冷泉 家 が 関西 の 京都 に 残 っ た こと で 、 結果 と し て 膨大 な 至宝 が 関東 大 震災 と 東京 大空襲 から 守 り 抜 か れ た こと は 、 日本 文化 史上 この 上 な い 僥倖 で あ る 。 二 条 城 - 京都 御苑 内 に は 築地 と 門 の み 残 り 、 建物 は 二条 城内 に 移築 。 閑院宮 - 京都 御苑内 に 残 る 唯一 の 公家 住宅 。 +紀伊田 辺 藩 ( き い た なべ はん ) は 、 紀州 徳川 家 の 家老 三 河 安藤 氏 が 治め た 藩 で 、 歴代 紀州 藩主 を 補佐 し 、 紀伊国 に 所領 を 与え られ た 。 ただし 、 あくまで 紀州 徳川 家 の 家臣 で あ り 、 徳川 将軍 家 と 関係 で は 陪臣 と な り 、 江戸 幕府 の もと で は 独立 の 藩 と し て 認め られ て い な かっ た 。 浅野 氏 が 紀伊国 を 支配 し て い た 頃 は 、 一族 の 浅野 知近 が 領 し て い た 。 元和 ( 日本 ) 5 年 ( 1619 年 ) 7 月 、 徳川 家康 の 十男 ・ 徳川 頼宣 が 紀州 藩主 に 封 じ られ た とき 、 その 付家老 と し て 遠江 国 掛川 城主 ・ 安藤 直次 が 付け られ た 。 直次 は 紀伊田 辺 ( 現在 の 和歌山 県 田辺 市 ) に 3 万 8, 000 石 の 所領 と 田辺城 ( 紀伊国 ) を 与え られ た 。 安藤 氏 の 歴代 藩主 は 、 紀州 藩 の 執政 と し て 紀州 藩政 に 参与 する こと が 多 かっ た ため 、 和歌山 城下 に 住 む 者 が 多 かっ た 。 その ため 、 田辺 城 に は 城代 と し て 直次 の 従弟 で あ る 安藤 直隆 の 子孫 が 務め て い た が 、 歴代 藩主 は 田辺 入り する こと も 多 かっ た 。 藩内 で は 、 安永 6 年 ( 1777 年 ) 6 月 に は 米 騒動 、 天明 6 年 ( 1786 年 ) 12 月 に は 米価 昂騰 が 原因 で 騒動 が 起こ っ た 。 また 、 幕末期 に は 海防 が 重視 さ れ 、 藩内 に 大砲 28 門 、 砲台 築造 など が 行な わ れ た 。 その 一方 で 田辺 与力 騒動 など も 起こ っ た 。 安藤 家 と い え ば 、 直次 の 弟 安藤 重信 を はじめ 、 多く の 人物 が 幕閣 と な り 、 幕府 の 中枢 を 担 っ た 。 領土 も 磐城 平藩 を 領 する など し た が 、 三河 安藤 氏 の 宗家 は この 紀州 徳川 家 を 支え た 安藤 家 で あ り 、 他 の 安藤 家 は 分家 で あ る 。 慶応 4 年 ( 1868 年 ) 、 明治 政府 の 計 らい に よ っ て 独立 の 藩 と 認め られ て 立藩 し た 。 明治 4 年 ( 18 71 年 ) の 廃藩 置県 で 廃藩 と な り 、 田辺 県 を 経 て 和歌山 県 に 編入 さ れ た 。 3 万 8, 000 石 ( 譜代 、 立藩 は 1868 年 ) 。 安藤 直次 ( なおつぐ ) 安藤 直治 ( なおはる ) 安藤 義門 ( よしかど ) 安藤 直清 ( なおきよ ) 安藤 直名 ( なおな ) 安藤 陳武 ( のぶたけ ) 安藤 陳定 ( のぶさだ ) 安藤雄能 ( かつよし ) 安藤 次由 ( つぐゆき ) 安藤 寛長 ( ひろな が ) 安藤 次猷 ( つぐのり ) 安藤 道紀 ( みちのり ) 安藤 直與 ( なおと も ) 安藤 直則 ( みちのり ) 安藤 直馨 ( なおか ) 安藤 直裕 ( なおひろ ) 安藤 直行 ( なおゆき ) 安藤 直裕 ( なおひろ 、 16 代 の 再勤 ) +内藤 氏 ( ないとう し 、 ない とううじ ) は 、 日本 人 の 姓 。 中世 から 近代 まで 栄え た 豪族 ・ 大名 の 一族 。 以下 の 内藤 氏 が 著名 で あ る 。 鎌倉 時代 に 源 頼朝 に 仕え た 内藤 盛家 ・ 内藤 盛時 が これ ら の 内藤 氏 の 共通 の 先祖 に あた る と さ れ る 。 丹波 国 の 守護 代 。 細川 氏 に 仕え た 。 藤原 氏 秀郷流 を 称 する 。 長門 国 の 守護 代 。 大内 氏 に 仕え た 。 藤原 氏 秀郷 流 また は 道長 流 を 称 する 。 松平 氏 に 仕え た 三河 国 の 豪族 。 1、 2 の 内藤 氏 と 同族 と 称 する 。 甲斐 国 の 一族 。 1、 2 の 内藤 氏 と 同祖 と さ れ る 。 武田 氏 に 仕え た 。 内藤 昌豊 が 有名 。 藤原 氏 藤原 秀郷 の 一族 と さ れ る が 前歴 は 不明 で あ る 。 しかし 、 細川 内衆 と さ れ て い る こと から 、 細川 氏 の 直属 の 家臣 で あ っ た と 思 わ れ る 。 1431 年 に 丹波 守護 代 で あ る 香西 元 資 が 罷免 さ れ る と 、 細川 氏 の 被官 で あ る 内藤 信承 が 守護 代 に 就任 、 入国 し た 内藤 氏 は 船井 郡 八木 に 根拠 を 構え た こと から 内藤 氏 の 丹波 支配 が 始ま る 。 但し 、 細川 氏 は 領国 支配 政策 と し て 分郡 守護 代 制 を 布 い て い る こと から 、 内藤 氏 が 丹波 一 国 を 支配 し て い た か どう か は 不明 で あ る 。 応仁 の 乱 の 際 、 但馬 国 より 出撃 し た 山名 氏 方 の 将 ・ 太田垣 氏 と 丹波 諸豪 を 従え 夜久野 で 交戦 し て い る 。 しかし 、 1479 年 に 内藤 元 貞 が 細川 被官 の 一宮 氏 と 何 ら か の トラブル を 起こ し た ため 14 82 年 守護 代 を 罷免 さ れ る 。 代わ っ て 守護 代 に 就 い た の は 上原 元 秀 で 、 彼 は 丹波 物部 の 豪族 で あ る 。 細川 政元 の 信任 厚 か っ た もの の 驕慢 の 振る舞い が 多 かっ た ため 丹波 諸 豪族 の 怒り を 買い 1489 年 9 月 に 位田 の 乱 が 起こ っ た 。 この ため 1495 年 上原 元 秀 が 罷免 さ れ 、 内藤 元 貞 が 復任 し た 。 その 後 、 細川 氏 が 細川 高国 派 と 細川 晴元 派 に 分裂 、 内藤 氏 ら 丹波 諸豪 は 高国 に 属 し て 度々 晴元 の 攻撃 を 受け る 。 特に 内藤 氏 は 丹波 の 入り口 に 位置 し て い た ため に 細川 氏 ら の 攻撃 を 直接 受け た 。 再三 の 守護 代 罷免 ・ 復任 劇 は 内藤 氏 が 如何 に 細川 氏 内紛 に 関わ っ て い た か を 物語 る と する 見解 が あ る 。 しかし 、 1515 年 八 上城 を 築 い て 根拠 と し た 波多野 氏 が 次第 に 勢力 を 増大 さ せ て い く に したが っ て 内藤 氏 の 勢い は 衰え る 。 1533 年 に 波多野 氏 が 内藤 国貞 を 破 っ て 丹波 を 手中 に する と 1538 年 に は 三好 氏 と 結 ん だ 波多野 秀忠 に よ っ て 八木城 を 陥落 さ せ られ た 。 その 後 、 国貞 も 三好 長 慶 と 組み 八 木城 に よ っ て 抵抗 する もの の 1553 年 9 月 内藤 国貞 の 戦死 で 戦国 大名 と し て の 内藤 氏 は 滅 ん だ 。 1553 年 三好 長 慶 が 八木 城 を 奪回 し 、 松永 長 頼 を 内藤 氏 の 婚姻 者 と し 八木 城 主 と し て 丹波 経略 を 開始 する が 、 彼 は 三好 政権 の 傀儡 に 過ぎ ず 、 長慶死後 の 1565 年 8 月 に 赤井 直正 の 猛攻 に あ っ て 戦死 し て い る 。 その 後 、 内藤 国貞 の 遺児 ・ 内藤 貞勝 が 1573 年 に 足利 義昭 と 織田 信長 の 決戦 の 際 、 京都 に 出陣 し 信長 と 戦 っ て い る 。 その 後 も 明智 光 秀 の 丹波 経略 に 内藤 氏 も 名 を 留め て お り 、 貞勝 と する 見解 が あ る 。 この 貞勝 が キリスト 教 を 信仰 し た 内藤 如安 と な る ( なお 、 如安 は 内藤 宗勝 の 子 と も い わ れ る ) 。 彼 は 豊臣 秀吉 に 仕え 、 朝鮮 出兵 に も 参戦 、 小西 行長 と とも に 講和 交渉 に 活躍 し て い る 。 のち 、 加賀 藩 に 仕え る も キリスト 教禁 教令 が 発布 さ れ た 1614 年 、 マニラ に 追放 さ れ 、 1626 年 同地 で 死去 し た 。 藤原 氏 藤原 秀郷 ( 又 は 藤原 道長 ) の 一族 。 周防 国 に 土着 し た 。 内藤 盛貞 の 代 に 大内 氏 に 仕え 、 室町 時代 中期 以降 は 鷲頭 氏 に 代わ っ て 長門 国 の 守護 代 を 務め た 。 大内 政弘 に 仕え た 内藤 弘矩 、 大内 義興 ・ 大内 義隆 に 仕え た 内藤 興盛 が 著名 で あ る 。 大内 氏 の 滅亡 と 同時 に 興盛 の 孫 の 内藤 隆世 が 自刃 し 、 嫡流 は 断絶 し た が 、 興盛 の 五男 の 内藤 隆春 が 毛利 氏 に 仕え て い る 。 毛利 輝元 の 母 が 内藤 氏 の 出身 で あ っ た ため 重用 さ れ た が 、 その 養子 内藤 元盛 が 大坂 の 陣 で 大坂城 に 入城 し た ため 子 の 内藤 元 珍ら も とも に 切腹 し 没落 し た 。 以後 は 子孫 が 小禄 の 長州 藩士 と し て 存続 し た 。 凡例   太字 は 当主 、 太線 は 実子 、 細線 ・ 二 重 線 は 養子 三河 国 の 松平 氏 ( 徳川 氏 ) の 家臣 で 江戸 時代 に 大名 と な っ た 内藤 氏 は 上述 の 丹波 ・ 周防 の 内藤 氏 と 同祖 と さ れ る が 、 この 間 、 戦国 期 まで の 事蹟 は 明らか で は な く 、 仮冒 の 可能 性 も 強 い 。 戦国 時代 ( 日本 ) から 安土 桃山 時代 に かけ て 、 内藤 清長 ・ 内藤 正成 ・ 内藤 家長 ・ 内藤 信成 ら が 徳川 家康 に 仕え 活躍 し 、 その 功績 に よ り 江戸 幕府 の 成立 後 は 数家 に 分かれ 譜代 大名 と し て 隆盛 し た 。 凡例   太字 は 当主 、 太線 は 実子 、 細線 ・ 二 重 線 は 養子 内藤 氏 に は 甲斐 に 土着 し た 一派 も 存在 する 。 代々 武田 氏 に 仕え た と さ れ る が 内藤 虎資 が 武田 信虎 に 殺害 さ れ 一時 断絶 し た 。 なお 、 武田 二十 四 将 の 内藤 昌豊 ( 工藤 祐長 ) の 出自 は 工藤 氏 で あ り 、 実父 の 工藤 虎 豊 は 甲斐 武田 氏 に 仕え て い た 。 一時 小山田 氏 と とも に 油川 信恵 に 味方 し た が のち に 信恵 を 討 っ た 武田 信虎 に 許 さ れ 帰参 する 。 だ が のち に 信虎 に 疎 ま れ 虎資 と とも に 手討ち に さ れ た ため 、 祐長 ら 工藤 氏 一族 は 甲斐 国 を 出奔 。 その 後 、 信虎 を 追放 し た 武田 信玄 に よ っ て 、 虎豊 の 遺児 の 祐長 が 呼び戻 さ れ 所領 を 回復 し た 。 祐長 は 信玄 の 為 に 大いに 活躍 し 、 虎資 の 死後 途絶え て い た 甲斐 の 名跡 内藤 氏 の 名乗り を 与え られ て 「 内藤 昌豊 」 と 名 を 改め た 。 信玄 の 没後 、 昌豊 は 長篠 の 戦い で 討死 する 。 その 跡 は 保科 氏 から の 養子 内藤 昌月 が 継 ぎ 、 以後 は 会津 保科 氏 ( のち の 会津 松平 氏 ) に 仕え た 。 相模 国 に も 内藤 姓 を 名乗 っ た 一族 が 存在 し ( 相模 内藤 氏 ) 、 この 内藤 氏 も 秀郷 流 を 称 する が 定か で は な い 。 また 、 織田 信長 に 仕え た 内藤 勝介 な る 人物 も お り 、 こちら の 出自 は 不明 で あ る 。 若狭 国 の 武田 氏 の 被官 に も 内藤 氏 の 一族 が 存在 する 。 +亀山 藩 ( かめやま はん ) は 江戸 時代 に 丹波 国 に あ っ た 藩 の うち の 一 つ 。 現在 の 京都 府 亀岡 市 を 拠点 と し た 。 山陰道 の 入り口 に 当た る ため 、 江戸 幕府 から 特に 重要 視 さ れ た 。 明治 時代 に 亀山 の 地名 を 亀岡 に 改称 し た ため 亀岡 藩 ( かめお か はん ) と も 呼 ば れ る 。 藩庁 は 亀山 城 ( 丹波 国 ) 。 明智光秀 は 織田 信長 より 丹波 攻略 を 命 じ られ る と 、 まず 亀山 盆地 に 進出 する 。 天正 5 年 ( 1577 年 ) に 丹波 亀山城 を 築 い て 入部 し た の が 、 亀岡 の 近世 的 な 始まり と い わ れ る 。 天正 7 年 ( 1579 年 ) に 波多野 秀治 が 討 た れ て 丹波 が 織田 領 に な る と 、 その 功績 に よ り 光秀 は 信長 よ り 近江 国 坂 本城 と 丹波 1 国 の 領有 を 許 さ れ た 。 しかし 天正 10 年 ( 15 82 年 ) 6 月 、 光秀 は 本能 寺 の 変 を 起こ し て 信長 を 殺 し 、 自ら も 信長 の 家臣 ・ 羽柴 秀吉 ( 豊臣 秀吉 ) に 討 た れ 、 明智 氏 は 滅亡 し た 。 その 後 の 清洲 会議 で 羽柴 秀吉 が 織田 氏 の 主導 権 を 握 る と 、 亀山 城 は 信長 の 四男 で 秀吉 の 養子 と な っ て い た 羽柴 秀勝 ( 於次 ) が 入城 する 。 天正 13 年 ( 1585 年 ) に 秀勝 が 早世 する と 、 秀吉 の 甥 に 当た る 豊臣 秀勝 ( 小吉 ) が 代わ っ て 入部 し た 。 天正 18 年 ( 1590 年 ) に 徳川 家康 が 関東 に 移封 さ れ た ため 、 豊臣 秀勝 が 甲斐 に 入部 する こと に な る と 、 様々 なな 武将 が 短 期間 で 入れ替わり し た 。 秀吉 の 甥 で 養子 と な っ た 羽柴 秀秋 ( 小早川 秀秋 ) も その 1人 で あ る 。 文禄 4 年 ( 1595 年 ) に 豊臣 政権 下 の 京都 所司 代 で あ っ た 前田 玄以 が 亀山 城 に 入部 する 。 慶長 5 年 ( 160 0 年 ) 、 関ヶ原 の 戦い で は 前田 玄以 は や む を 得 ず 西軍 に 加わ っ た が 、 家康 に 西軍 の 情報 を 内通 し て い た ため 、 戦後 に 家康 より 所領 安堵 を 受け 、 ここ に 丹波 亀山 藩 が 成立 し た 。 慶長 7 年 ( 160 2 年 ) 5 月 、 前田 玄以 が 死去 する と 、 後 を 子 の 茂勝 が 継 い だ が 、 茂勝 は 丹波 八 上 藩 に 移封 さ れ 、 丹波 亀山 藩 は 天領 と な る 。 慶長 14 年 ( 1609 年 ) 、 徳川 氏 譜代 の 家臣 で あ る 岡部 長盛 が 下 総 山崎 藩 から 移封 さ れ 、 丹波 亀山 藩 が 再 立藩 さ れ た 。 長盛 が 亀山 藩 に 入 っ た の は 、 大坂 藩 の 豊臣 秀頼 へ の 対策 の 1 つ で も あ る 。 慶長 15 年 ( 1610 年 ) 、 西国 大名 を 総動員 し て 、 亀山 城 の 築城 が 始ま っ た 。 元和 ( 日本 ) 7 年 ( 1621 年 ) 、 三河 国 西尾 藩 より 大給 松平家 の 松平 成重 が 2 万 2 ,000 石 で 亀山 藩主 と な る 。 寛永 11 年 ( 1634 年 ) 、 近江 膳所 藩 より 菅沼 定芳 が 4 万 1,000 石 で 入 る が 、 第 2 代 藩主 ・ 菅沼 定昭 が 嗣子 無く し て 慶安 元年 ( 1648 年 ) に 死去 し 、 菅沼 氏 は 改易 と な る 。 代わ っ て 藤井 松平家 の 松平 忠晴 が 3 万 8, 000 石 で 入 る が 、 第 3 代 藩主 の 松平 忠周 の 時代 に 武蔵 国 岩槻 藩 へ 移封 と な る 。 貞享 2 年 ( 1685 年 ) 、 備 中国 庭瀬 藩 より 5 万 石 で 久世 重之 が 入 る が 、 短 期間 で 三 河 吉田 藩 へ 移封 と な る 。 元禄 10 年 ( 1697 年 ) 、 美濃 国 郡 上 藩 より 井上 正岑 が 4 万 7,000 石 で 入 る が 、 これ も 短 期間 で 常陸 国下館 藩 へ 移封 さ れ る 。 元禄 15 年 ( 170 2 年 ) 9 月 7 日 、 遠江 国 浜松 藩 から 青山 忠重 が 5 万 石 で 入 る が 、 第 3 代 藩主 ・ 青山 忠朝 の 時代 に 丹波 篠山 藩 へ 移封 と い う よう に 、 藩主 家 が 定着 し な かっ た 。 寛延 2 年 ( 1749 年 ) 、 青山 氏 と 入れ替わり で 形原 松平家 の 松平 信岑 が 亀山 藩主 と な る と 、 以後 は この 家系 が 代々 の 亀山 藩主 と し て 定着 し た 。 慶応 4 年 ( 1868 年 ) の 戊辰 戦争 で は 新 政府 の 山陰 鎮撫 使 に 降伏 する 。 明治 2 年 ( 1869 年 ) 、 亀岡 藩 と 改称 する 。 明治 4 年 ( 18 71 年 ) 7 月 、 廃藩 置県 で 亀岡 県 と な る 。 11 月 に 京都 府 に 吸収 さ れ た 。 歴代 藩 主 前田 ( まえだ ) 家 外 様 。 5 万 石 。 ( 160 0 年 - 160 2 年 ) 前田 玄以 ( げんい ) 前田 茂勝 ( しげかつ ) 岡部 ( おかべ ) 家 譜代 。 3 万 2 千 石 。 ( 1609 年 - 1621 年 ) 岡 部 長盛 ( ながもり ) 〔 従 五 位 下 、 内膳 正 〕 松平 ( 大給 ) ( まつだいら ( おぎゅう ) ) 家 譜代 2 万 2 千 石 ( 1621 年 - 1634 年 ) 松平成重 ( なりしげ ) 〔 従 五 位 下 、 右近 将 監 〕 松平 忠昭 ( 大給 松平家 ) ( ただあき ) 〔 従 五 位 下 、 信濃 守 〕 菅沼 ( すがぬま ) 家 譜代 4 万 1 千 石 ( 1634 年 - 1648 年 ) 菅沼 定芳 ( さだよし ) 〔 従 五 位 下 、 織部 正 〕 菅沼 定昭 ( さだ あきら ) 〔 従 五 位 下 、 左近 将 監 〕 松平 ( 藤井 ) ( まつだいら ( ふじい ) ) 家 譜代 3 万 8 千 石 ( 1648 年 - 1685 年 ) 松平 忠晴 ( ただはる ) 〔 従 五 位 下 、 伊賀 守 〕 松平 忠昭 ( 藤井 松平家 ) ( ただあき ) 〔 従 五 位 下 、 伊賀 守 〕 松平 忠周 ( ただちか ) 〔 従 五 位 下 、 伊賀 守 〕 久世 ( くぜ ) 家 譜代 5 万 石 ( 1685 年 - 1697 年 ) 久世 重之 ( しげゆき ) 〔 従 四 位 下 、 大和 守 ・ 侍従 〕 井上 ( いのうえ ) 家 譜代 4 万 7千 石 ( 1697 年 - 17 0 2 年 ) 井上 正岑 ( まさみね ) 〔 従 四 位 下 、 河内 守 ・ 侍従 〕 青山 ( あおやま ) 家 譜代 5 万 石 ( 170 2 年 - 1749 年 ) 青山 忠重 ( ただしげ ) 〔 従 五 位 下 、 因幡 守 〕 青山 俊春 ( としはる ) 〔 従 五 位 下 、 因幡 守 〕 青山 忠朝 ( ただ と も ) 〔 従 五 位 下 、 因幡 守 〕 松平 ( 形原 ) ( まつだいら ( かたはら ) ) 家 譜代 5 万 石 ( 1749 年 - 18 71 年 ) 松平信岑 ( のぶみね ) 〔 従 四 位 下 、 紀伊守 〕 松平信直 ( のぶなお ) 〔 従 五 位 下 、 紀伊守 〕 松平 信道 ( のぶみち ) 〔 従 五 位 下 、 紀伊守 〕 松平 信彰 ( のぶかた ) 〔 従 五 位 下 、 紀伊守 〕 松平 信志 ( のぶざね ) 〔 従 五 位 下 、 紀伊守 〕 松平 信豪 ( のぶひで ) 〔 従 五 位 下 、 紀伊守 〕 松平 信義 ( のぶよし ) 〔 従 四 位 下 、 紀伊守 ・ 侍従 〕 松平 信正 ( のぶまさ ) 〔 従 五 位 下 、 図書 頭 〕 +大村 藩 ( おおむら はん ) は 、 肥前 国 彼 杵 ( その ぎ ) 地方 を 領 し た 藩 。 藩庁 は 玖島 城 ( 長崎 県 大村 市 ) 。 略史 当藩 の 藩主 で あ る 大村 氏 は 古来 より この 地 の 領主 で あ っ た 。 天正 15 年 ( 1587 年 ) の 豊臣 秀吉 の 九州 平定 後 も この 地 を 領 する こと を 許 さ れ た 。 キリシタン 大名 の 大村 純忠 ( 有馬 晴純 の 次男 で 大村 氏 の 養子 と な っ た ) の 子 で 、 初代 藩主 ・ 大村 喜前 は 江戸 幕府 開府 後 も 引き続 き この 地 に お い て 2 万 7900 石 を 有 する 領主 と し て 存続 し 、 明治 維新 を 迎え た 極めて 稀 な 藩 で あ る 。 戦国 時代 ( 日本 ) より 長崎 市 を 有 し 、 南蛮 貿易 を 通 じ た 豊か な 経済 力 を 誇 っ て い た 。 しかし 豊臣 政権 ・ 江戸 幕府 と 長崎 は 中央 政権 直轄 領 と な り 、 貿易 利潤 を 喪失 する こと と な っ た 。 立 藩 当初 、 藩主 直轄 領 が わずか 4000 余 石 しか な く 、 逆 に 大村 庶家 一門 15 家 の 領地 合計 は 8000 余 石 に のぼ っ て い た 。 第 2 代 藩主 ・ 大村 純頼 は 慶長 12 年 ( 1607 年 ) 、 財源 確保 と 藩主 権力 強化 の ため 、 「 御 一門 払 い 」 と 呼 ば れ る 一門 の 領地 没収 を 強制 的 に 実行 し た 。 第 4 代 藩 主 ・ 大村 純長 時代 の 明暦 3 年 ( 1657 年 ) 、 城下 北部 の 郡村 3 村 より 多数 の 隠れ キリシタン が 発覚 し 逮捕 さ れ る に 至 っ た 。 「 郡崩れ 」 と 呼 ば れ る この 事件 は 、 キリスト 教禁 教令 より 45 年 を 経過 し た 後 の こと で あ り 藩 の 存亡 を 揺る が す 重大 事件 と な っ た 。 しかし 、 純長 の 実父 で あ り 勘定 奉行 を 務め る など 幕府 の 要職 に あ っ た 旗本 ・ 伊丹 勝長 を 通 じ 、 幕府 に 対 し 即座 に 事件 の 実情 報告 を 行 い 恭順 し た ため 咎 を 受け な かっ た 。 これ 以後 、 キリシタン へ の 徹底 し た 予防 と 探索 を 行 い 、 領民 に 対 し 仏教 ・ 神道 へ の 信仰 を 強化 し た 。 最後 の 藩主 で あ る 第 12 代 藩主 ・ 大村 純熈 が 藩主 に 就任 し た 時代 は 幕末 で あ り 、 藩論 は 佐幕 と 勤王 に 大き く 分かれ た 。 文久 2 年 ( 1862 年 ) 、 純熈 が 長崎 奉行 と な る と 佐幕 派 が 台頭 し 、 尊皇 派 は これ に 対 し 改革 派 同盟 を 結成 し た 。 元治 元年 ( 1864 年 ) 、 純熈 の 長崎 奉行 辞任 に よ り 逆 に 尊皇 派 が 台頭 し た 。 慶応 3 年 ( 1867 年 ) 、 改革 派 同盟 の 盟主 で あ る 針尾 九左衛門 ・ 松林 飯山 ら が 暗殺 さ れ た 。 逆 に この 「 小路 騒動 ( こうじ そうどう ) 」 と 呼 ば れ た 闘争 を 契機 に 藩論 が 一気 に 尊皇 倒幕 へ と 統一 さ れ 、 在郷 家臣 団 を 含 む 倒幕 軍 が 結成 さ れ た 。 以後 、 薩摩 藩 ・ 長州 藩 など と 共 に 倒幕 の 中枢 藩 の 一 つ と し て 活躍 し た 。 明治 4 年 ( 18 71 年 ) 、 廃藩 置県 に よ り 大村 県 と な っ た 。 のち 、 長崎 県 に 編入 さ れ た 。 大村 家 は 明治 17 年 ( 1884 年 ) に は 子爵 と な り 、 華族 に 列 し た 。 その 後 、 倒幕 の 功 が 認め られ 、 明治 24 年 ( 1891 年 ) に は 伯爵 へ と 陞爵 する 。 勤皇 派 藩 士 の 一人 で あ っ た 中村 喜八郎 は 維新 の 功績 に よ り 山桜 を 拝領 する 。 その 先祖 は 江戸 時代 初期 に 漁村 ( 大村 藩 の 密貿易 の 港 兼用 ) 代官 所 の 手代 ( 算盤 方 ) と し て 郷士 格村 役人 の 家 より 出仕 、 後 に 勘定 方 藩 士 と し て 取り立て られ た 。 喜八郎 の 祖父 は 長崎 番 十 人 組頭 を し 彼 の 孫 の 松雄 が 第 二 次 世界 大戦 前夜 の 上海 で 特務 機関 員 を し て い た 時 に ドイツ 軍 の 親衛 隊 から 迫害 さ れ て い た ユダヤ 人 の 一団 を 三菱 から 徴用 し た 船 で 米国 へ 逃が し た が 、 その こと は 如何に も キリシタン 大名 を 輩出 し た 大村 藩 と 開明 的 長崎 港 の 歴史 的 縁 を 偲 ぶ 物語 と 言え よ う 。 歴代 藩 主 大村 ( おおむら ) 家 外様 大名   27 ,900 石 大村 喜前 ( よしあき ) 〔 従 五 位 下 、 丹後 守 〕 大村 純頼 ( すみより ) 〔 従 五 位 下 、 民部 大輔 〕 大村 純信 ( すみのぶ ) 〔 従 五 位 下 、 丹後 守 〕 大村 純長 ( すみなが ) 〔 従 五 位 下 、 因幡 守 〕 大村 純尹 ( すみまさ ) 〔 従 五 位 下 、 筑後 守 〕 大村 純庸 ( すみつね ) 〔 従 五 位 下 、 伊勢 守 〕 大村 純富 ( すみひさ ) 〔 従 五 位 下 、 河内 守 〕 大村 純保 ( すみもり ) 〔 従 五 位 下 、 弾正 少弼 〕 大村 純鎮 ( すみやす ) 〔 従 五 位 下 、 信濃 守 〕 大村 純昌 ( すみよし ) 〔 従 五 位 下 、 丹後 守 〕 大村 純顕 ( すみあき ) 〔 従 五 位 下 、 丹後 守 〕 大村 純熈 ( すみひろ ) 〔 従 五 位 下 、 丹 後 守   長崎 奉行 〕 +北条 泰家 ( ほうじょう や す いえ 、 ? - 1335 年 ( 建武 ( 日本 ) 2 年 ) 頃 ? ) は 鎌倉 時代 から 南北朝 時代 ( 日本 ) に かけ て の 北条 氏 の 一族 。 父 は 鎌倉 幕府 の 第 9 代 執権 ・ 北条 貞 時 。 母 は 安達 泰宗 ( また は 安達 時 顕 ) の 娘 。 第 14 代 執権 ・ 北条 高 時 の 弟 に 当た る 。 官位 は 従 五 位 下 。 左近 将 監 。 はじめ 、 相模 四郎 時利 と 号 し た 。 1326 年 、 兄 の 高時 が 執権 職 を 退 い た とき 、 その 後 を 継 ご う と し た が 、 長崎 高資 の 反対 に あ っ て 実現 し な かっ た 。 ちなみ に 兄 の 後 を 継 い で 執権 と な っ た 北条 貞 顕が わずか 10 日 で 執権 職 を 辞任 し た の は 、 泰家 が 貞顕 に 圧力 を かけ た から で あ る 。 1333 年 、 新田 義貞 が 軍勢 を 率い て 鎌倉 に 侵攻 し て き た とき 、 幕府 軍 を 率い て これ を 迎撃 し 、 一時 は 勝利 を 収め た が 、 その 勝利 で 油断 し て 新田 軍 に 大敗 を 喫 し た 。 幕府 滅 亡 時 に は 兄 の 高時 と 行動 を 共 に せ ず 、 兄 の 遺児 で あ る 北条 時行 を 逃が し た 後 、 自身 も 陸奥 国 へ と 落ち 延び て い る 。 その 後 、 京都 に 上洛 し て 旧知 の 仲 に あ っ た 西園寺 公宗 の 屋敷 に 潜伏 し 、 1335 年 6 月 に 公宗 と 共 に 後醍醐 天皇 暗殺 や 北条 氏 残党 に よ る 幕府 再挙 を 図 っ て 挙兵 し よ う と 計画 を 企ん だ が 、 事前 に 計画 が 露見 し て 公宗 は 殺 さ れ て しま っ た 。 ただし 、 泰家 は この とき 、 追手 の 追跡 から 逃れ て い る 。 その 後 、 甥 の 時行 と 共 に 信濃 国 で 挙兵 し た と 言 わ れ て い る が 、 その 後 の 消息 は 不明 。 一説 に は 、 1335 年 末 に 野盗 に よ っ て 殺害 さ れ た と も 言 わ れ て い る が 、 『 太平 記 』 に お い て も 1335 年 の 記述 を 最後 に 登場 する こと が 無 い の で 、 恐らく は この 前後 に 死 ん だ もの と 思 わ れ る 。 +尊卑 分脈 ( 正し く は 『 尊卑 分脉 』 、 そんぴ ぶんみゃく ) は 、 日本 の 初期 の 系 図 集 で あ る 。 正式 名称 は 『 新編纂 圖本 朝尊卑 分脈 系 譜 雜 類 要集 』 で あ る 。 通常 、 名称 が 長 い ため に 、 略 さ れ て 、 『 尊卑 分 脉 』 と 呼 ば れ る 。 別名 に 『 新編纂 圖本 朝尊卑 分脈 系 譜 雜 類 要集 』 が あ る 。 姓 氏 調査 の 基本 図書 の ひと つ で 、 南北朝 時代 ( 日本 ) から 室町 時代 初期 に 完成 し た 。 編者 は 、 洞院 公定 ( とういん きん さだ 、 1340 年 - 1399 年 ) で 、 主に 永和 ( 日本 ) 3 年 ( 1377 年 ) から 応永 2 年 ( 1395 年 ) に かけ て 編纂 さ れ た 。 ただし 、 公定 没後 も 養子 洞院 満季 、 孫 の 洞院 実煕 ら 洞院 家 の 人 に よ っ て 編集 ・ 改変 ・ 訂正 ・ 追加 が 行 わ れ た 。 室町 時代 以降 、 広 く 増補 改訂 さ れ た ため 、 異本 が 多 く 、 30 巻 本 ・ 20 巻 本 ・ 14 巻 本 が 流布 し た 。 成立 当初 は 帝皇 系 図 ・ 神祇 道 系 図 ・ 宿曜 道 系 図 を 伴 っ た ら しい が 失 わ れ 、 現存 する 部分 は 源平藤 橘 の うち 藤原 氏 ・ 源氏 の 両 氏 ( いずれ も 長 く 宮廷 社会 の 中枢 に いた ) に 詳し い 。 直線 で 父系 を 結 び 、 女性 は 后妃 など 極めて 一握り の 人 を 除 き 「 女子 」 と 省略 さ れ る ( 紫式 部 など 有名 な 女性 も 例外 で は な い ) 。 系 図 に 名 の 見え る 男性 官人 に は 、 実名 と とも に 生母 ・ 官歴 ・ 没年 月日 と 享年 の 注記 を 含 む 略伝 が 付 さ れ 、 最も 貴重 で あ る 。 平安 時代 および 鎌倉 時代 に 関 する 記載 は 一 級 の 史料 と し て 採用 さ れ る 。 公定 死後 の 部分 に 関 し て は 他 の 史料 と の 整合 性 や 比較 批評 が 必要 と さ れ る 。 また 、 加筆 さ れ て い る 部分 も 同様 で あ る 。 +菅原 ( すがわら ) 氏 は 、 日本 の 古代 から 近世 まで の 貴族 。 天穂 日命 の 子孫 で 、 大 相撲 の 祖 と し て 知 ら れ る 野見 宿禰 を 先祖 と する 土師 氏 の 子孫 。 ただし 土師 氏 そして 菅原 氏 を 渡来 人 系 の 氏族 と する 説 も あ る 。 平安 時代 初期 の 菅原 古人 が 大和 国 菅原邑 に 住 ん で い た こと から 、 以降 、 菅原 氏 を 名乗 る 。 また 、 当時 絶大 な 力 を 持 っ て い た 藤原 氏 の ライバル で あ っ た と 伝え られ て い る 。 菅原 古人 の 子 菅原 清 公 ( 770 年 ~ 842 年 ) ( 従 三 位 ・ 非 参議 ) 、 および 孫 の 菅原 是善 ( 812 年 ~ 880 年 ) ( 従 三 位 ・ 参議 ) を 含め 、 大江 氏 と 並 ん で 子孫 は 代々 、 紀伝道 ( 文章 道 ) を 家業 と し て 朝廷 に 仕え る 。 歴代 菅原 氏 の 人物 の 中 で 特に 有名 な の は 是善 の 子 菅原 道真 で あ る 。 彼 は 阿衡 事件 で 藤原 基経 を 諌め た 事 を きっかけ に 宇多 天皇 の 抜擢 を 受け 、 次 の 醍醐 天皇 の 治世 に 従二 位 ・ 右 大臣 に 至 る が 、 90 1 年 、 藤原 時平 の 讒言 に よ り 大宰 権帥 に 左遷 さ れ 、 90 3 年 、 大宰府 に て 薨去 。 しかし 、 菅原 道真 の 死後 、 相 次 ぐ 天変 地異 や 、 道真 を 左遷 に 追い込 ん だ 藤原 時平 の 子孫 たち の 相 次 ぐ 急死 、 更に は 930 年 の 清涼 殿落雷 事件 に よ る 醍醐 天皇 崩御 等 と い う 凶事 を 理由 に 、 間 も な く 彼 の 子孫 は 朝廷 に 呼び戻 さ れ た 。 なお 更級 日記 の 原作 者 菅原 孝標女 は 菅原 道真 の 子 菅原 高視 の 子孫 で あ る 。 平安 時代 中 後期 は 、 一時 、 紀伝道 の 分野 で 大江 氏 に 優位 を 奪 わ れ 、 菅原 文時 ( 899 年 ~ 981 年 ) ( 従 三 位 ・ 非 参議 ) 、 菅原 輔正 ( 925 年 ~ 1009 年 ) ( 位階 ・ 参議 ・ 大宰府 ) の よう な 例外 を 除 い て 公卿 に 列 せ られ る こと は な かっ た が 、 鎌倉 時代 初期 の 菅原 為長 ( 1158 年 ~ 1246 年 ) が 正二 位 ・ 参議 ・ 大蔵 省 に 昇進 し て 以降 、 子孫 は 累代 公卿 に 列 せ られ 、 朝廷 に おけ る 紀伝道 の 要職 を 独占 。 その 後 近世 に 至 る まで 高辻 家 、 五 条 家 、 東坊 城 家 、 唐橋 家 、 清岡 家 、 桑原 家 の 6 家 の 堂上 家 を 輩出 する に いた る 。 久松 氏 前田 氏 ( 異説 あり ) 柳生 氏 ( 異説 あり ) 平手 氏 ( 異説 あり ) 系 譜 凡例   太線 は 実子 。 ( なお 養子 は あえて 記載 せ ず 。 ) 菅原 古人 菅原 清 公 菅原 是善 菅原 道真 菅原 高視   菅原 淳茂   菅原 衍子 菅原 文時   菅原 在躬 平手 政秀 前田 利家 前田 利長 前田 利常 柳生 宗厳 ( 石舟斎 ) 柳生 宗矩 柳生 十兵衛 ( 三厳 ) 大隈 重信 菅 直人 松平定 知 菅原 通済 ( 自称 ) +松殿 家 ( まつど の け ) は 、 摂関 家 と し て 創設 さ れ 、 『 本来 で あ れ ば 』 摂家 の 近衛 家 ・ 九条 家 に 並 ぶ 序列 の 公家 で あ る 。 藤原 氏 藤原 北家 の 嫡流 の 藤原 忠通 の 次男 、 松殿 基房 が 祖 で 、 京都 に 松殿 と 呼 ば れ る 屋敷 を 構え た 事 が 家名 の 由来 。 『 本来 で あ れ ば 』 と 断り を 入れ た の に は 理由 が あ る 。 それ は 藤原 北家 嫡流 で あ り ながら 、 摂関 は 2人 で その 後 は 大体 が 参議 、 出世 し て も 大納言 が やっと で 、 戦国 時代 ( 日本 ) に 早く も 断絶 し て しま っ た から で あ る 。 初代 で あ る 松殿 基房 が 高倉 天皇 の 関白 だっ た 1179 年 、 後白河 天皇 と 平清盛 の 対立 が 頂点 に 達 し 、 ついに 清盛 が 法皇 の 幽閉 と 高官 達 の 追放 を 断行 、 それ に 巻き込 ま れ た 基房 も 大宰 権帥 へ と 左遷 と な り 、 失意 の 内 に 36 歳 の 若 さ で 出家 し て しま う 。 しかも 、 基房 は 生母 の 父 が 太政 大臣 で あ る から と い う 理由 で 長男 の 藤原 隆忠 ( 後 の 左 大臣 ) で は な く 、 わずか 8 歳 の 松殿 師家 を 後継 者 に し た 。 その 後 、 木曾 義仲 が 都 に 入 る と 基房 は 娘 を 義仲 の 側室 に 差し出 す 。 その 甲斐 が あ っ て 1183 年 師家 は 義仲 の 支持 を 背景 に わずか 12 歳 で 摂政 ・ 内 大臣 ・ 藤 氏 長者 で 就任 する 。 だ が 、 その 数 ヵ月 後 に は 源 義経 に 義仲 は 討 た れ て 、 師家 は 解任 さ れ て しま う 。 その 後 、 半 世紀 近く も 師家 は 官職 に 就 く 事 が 出来 ず に 失意 の 日々 を 過ご し た ( ちなみ に 師家 は 甥 に あた る 道元 を 養子 に 迎え よ う と し て 失敗 し て い る ) 。 隆忠 は 、 この 間 、 弟 の 前内 大臣 師家 を 官職 の 上 で 追い抜 き 、 1211 年 まで 左 大臣 を つとめ た 。 その 後 、 師家 の 弟 や 息子 の 代 に は 大納言 や 権 大 納言 を 輩出 し た もの の 、 次 の 世代 に は 位 こそ は 正二 位 に 進 む 事 は 出来 て も 、 役職 は 中納言 ・ 参議 が やっと と い う クラス まで に 低下 する 。 そして 南北朝 時代 ( 日本 ) の 松殿 忠嗣 ( 基房 から み て 玄孫 ) の 代 に 権 大 納言 に 昇 っ て 家名 復活 の 兆し が 出 て き た その 矢先 に 、 忠嗣 は 吉野 朝廷 側 へ 離反 し て しま う 。 この ため 、 南北朝 合 一 後 は 再び 衰退 へ の 道 を 歩 む 事 に な る 。 その 後 、 150 8 年 に 忠嗣 の 玄孫 に あた る 松殿 忠 顕 が 従 三 位 に 叙 せ られ て 後 に 正三 位 参議 と な り 、 その 子松 殿 家 豊 が 従 五 位 上 に 叙 さ れ た 後 の 系譜 が 途絶え て お り 、 戦国 時代 中期 に は 断絶 し た もの と 考え られ て い る 。 なお 、 江戸 時代 に 入 っ て 松殿 家 を 再興 する 動き が あ っ た 。 所領 1000 石 が 新た に 朝廷 より 下賜 さ れ 九条 幸家 の 3 男 松 殿 道 基 が 松殿 家 を 復興 し て 1642 年 に 従 三 位 に 叙 さ れ た が 、 1 代 で 途絶え 、 続 い て 九条 尚実 の 次男 松殿 忠孝 が 1765 年 に 再度 松殿 家 を 再興 し て 2 年 後 に 従 三 位 に 叙 さ れ た が 、 これ も 1 代 で 断絶 し て い る 。 明治 期 に は 松園 家 と 鶴殿 家 が 興 っ た 。 +東 坊 城 家 ( ひがしぼう じょうけ ) は 、 五条 長 経 ( 正二 位 ・ 参議 ・ 刑部 省 、 1242 年 - 1315 年 ) の 次男 東 坊城 茂長 ( 位階 ・ 参議 ・ 治部 省 、 1284 年 - 1343 年 ) を 祖 と する 堂上 家 で あ る 。 家格 は 、 半家 ( 公家 ) で あ る 。 極官 は 室町 時代 の 東坊 城 益 長 ( 1407 年 - 1474 年 ) 以降 、 代々 文章 博士 ・ 日本 の 官制 ・ 少納言 ・ 大蔵 省 等 を 経 て 権 大 納言 を 極官 と する 。 家業 は 紀伝道 で 、 代々 天皇 の 侍読 を 務め た 。 歴代 当主 の 中 に は 漢学 の 才 を 認め られ 、 改元 の 際 の 新年 号 の 候補 および その 出典 を 記 し た 「 年号 勘文 」 の 提出 者 と な っ た 者 も 多 い 。 東 坊 城 家 は 高辻 家 から 見 る と 、 本来 なら ば 庶流 扱い で あ る 。 しかし 、 東坊 城 家 の 女子 から は 勾当内 侍 ( 掌侍 ( な いし の じょう ) の 筆頭 ) を 多 く 輩出 し 、 同家 から は 氏 長 者 も 出 し た 実績 が あ る 。 更に 、 幕末 の 東坊 城 聡長 ( 正二 位 ・ 権 大 納言 、 1799 年 - 1861 年 ) は 武家 伝奏 に 任 じ られ て い る 。 その 実績 も あ っ て 、 江戸 時代 の 家禄 は 菅原 氏 出身 の 堂上 家 で は 最高 の 300 石 で あ っ た 。 明治 時代 以降 は 子爵 の 爵位 を 与え られ た 。 大学 頭 東 坊 城 任長 の 子 、 位 階 勲 等 子爵 、 貴族 院 議員 東坊城 徳長 は 、 20 歳 に し て 製作 会社 「 入江 ぷろだくしょん 」 を 設立 し た 戦前 の 映画 女優 入江 たか子 ( 出生 名東 坊城 英子 、 長女 ) 、 戦前 の 日活 撮影 所 等 で 活躍 し た 映画 俳優 ・ 脚本 家 ・ 映画 監督 の 東坊城 恭長 ( 三男 ) 兄妹 の 父 、 入江 の 長女 で 、 東映 京都 撮影 所 作品 、 のち に 大林 宣彦 作品 で 知 ら れ る 女優 入江 若葉 ( 出生 名田村 若葉 、 父 は 元 俳優田 村道美 ) の 祖父 に 当た る 。 徳長 は 1911 年 に 引退 し 爵位 を 長子 東 坊城 政長 が 継 い だ が 、 1922 年 徳長 の 没後 、 翌 1923 年 の 関東 大 震災 に よ っ て 東京 の 家屋敷 は 半壊 、 東坊 城 家 は それ を 手放 す 憂き 目 に 遭 っ た 。 爵位 継承 者 は 、 ついで 元長 で あ っ た 。 同家 の もともと の 居所 は 「 西院 参町 」 ( 京都 市 上京 区 ) 、 菩提寺 ( 本墓 所 ) は 京都 ・ 上京 区 の 浄福 寺 で あ る 。 戦後 、 東坊 城 家 名 の 五輪 塔 を 徳長 の 長女 英子 ( 入江 たか子 ) が 1962 年 に 多磨 霊園 に 建立 し て い る 。 女優 を 引退 し た 英子 が 1959 年 に 東京 ・ 銀座 で バー を 始め た 3 年 後 の こと で あ っ た 。 +唐橋 家 ( から はしけ ) は 菅原 在良 ( 位階 ・ 式部 省 ・ 贈従 三 位 ) ( 1041 年 - 1121 年 ) を 祖 と する 堂上 家 。 高辻 是綱 ( 位階 ・ 大学 寮 ) ( 10 30 年 - 1107 年 ) は 在良 の 兄 に 当た る 。 正式 に は 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 唐橋 有雅 ( 位階 ・ 大膳 職 ) ( 1275 年 - 1356 年 ) から 唐橋 の 家名 を 称 し た 。 室町 時代 に は 九条 家 の 家司 と な る が 、 明応 5 年 ( 1496 年 ) に 九条 家 の 経営 に 関 する トラブル から 唐橋 在数 ( 位 階 ・ 大学 寮 中務 省 ) ( 1448 年 - 1496 年 ) が 九条 政基 ・ 九条 尚経 に 殺害 さ れ る 事態 と な っ た 。 しかし 、 菅原 氏 一族 から の 猛烈 な 抗議 に よ り 、 九条 政基 ・ 九条 尚 経 父子 は 後土 御門 天皇 の 勅勘 を 蒙 る こと に な り 、 唐橋 家 の 危機 は 免れ た 。 家格 は 半家 ( 公家 ) 。 唐橋 在 豊 ( 1391 年 - 1464 年 ) 以降 、 唐橋 家 は 中務 省 ・ 大学 寮 ・ 大学 寮 等 を 経 て 、 権 大 納言 を 極官 と し た 。 江戸 時代 後期 の 唐橋 在家 は 有職 故 実 の 研究 に 熱心 で 、 元服 に つ い て 記 し た 『 冠儀 浅 寡抄 』 、 笏 に つ い て の 『 畢用 録 』 、 老人 の 装束 故 実 を まとめ た 『 宿徳 装束 抄 』 、 狩衣 に つ い て 記 し た 『 布衣 群 色 便蒙 抄 』 など 多く の 著書 が あ る 。 家業 は 紀伝道 。 江戸 時代 の 家禄 は 182 石 。 明治 時代 以降 は 子爵 。 +庭田 家 ( にわた け ) は 宇多 源 氏 の 流れ を 引 く 源 氏 堂上 源 氏 。 左 大臣 源 雅信 の 子孫 庭田 経資 ( 位階 ・ 中納言 ) ( 1241 年 - 没年 不明 ) を 祖 と する 。 綾小路 家 の 祖綾小路 信有 ( 位階 ・ 権 中 納言 ) ( 1269 年 - 1324 年 ) は 弟 に 当た る 。 家格 は 羽 林 家 。 鎌倉 時代 末期 から 南北朝 時代 ( 日本 ) の 庭田 重資 ( 130 6 年 - 1389 年 ) 以降 、 権 大 納言 を 極官 と する 。 代々 の 庭田 家 の 女子 は 皇室 及び 伏見 宮家 に 仕え 、 親王 を 産 む こと と な る 。 ちなみ に 室町 時代 の 後花園 天皇 及び 後柏 原 天皇 の 生母 は 庭田 家 の 出身 で あ る 。 また 、 戦国 時代 _ ( 日本 ) に は 本願 寺 顕如 の 生母 を 出 し た 事 から 、 本願 寺 ( 一向 一揆 ) と 諸 大名 の 仲介 役 を 行 っ た 事 が あ る 。 江戸 時代 に は 大原 家 が 分かれ 出 た 。 家業 は 神楽 。 江戸 時代 の 家禄 は 350 石 。 明治 時代 以降 は 伯爵 。 +高倉 家 ( たかくら け ) は 藤原 北家 で あ る 藤原 長良 の 子孫 で あ る 藤原 範賢 の 子高 倉 永季 ( なが す え ) ( 位階 ・ 参議 ) ( 1338 年 - 1392 年 ) を 祖 と する 堂上 家 で あ る 。 長良 の 系統 は 藤原 北家 の 主流 から 大き く 外れ 、 永季 の 父藤原 範賢 まで は 六 位 蔵人 を 務め る 地下 官人 だっ た 。 しかし 高倉 永季 ( なが す え ) は 衣文 道 を 以 っ て 後光 厳 天皇 ・ 後 円 融 天皇 ・ 後 小松 天皇 の 3 代 に わた っ て 仕え 、 その 功 に よ り 公卿 の 仲間 入り を 果た し た 。 高倉 永季 の 子 の 高倉 永行 ( 位階 ・ 参議 ) ( 生年 不詳 - 1416 年 ) 以降 は 足利 将軍 家 の 衣文道 の 指導 に も 当たり 、 朝廷 で の 有職 故 実 を 山科 家 に も 伝授 し た 。 これ が 衣文 道 の 高倉 流 ・ 山科 流 の 始まり で あ る 。 戦国 時代 ( 日本 ) の 高倉 永 相 ( なが すけ ) ( 1530 年 - 1585 年 ) は 最後 の 室町 幕府 将軍 ・ 足利 義昭 と とも に 二条 城 で 織田 信長 と 対決 し た が 敗北 し 、 信長 に 投降 し た 。 そして 後 に 許 さ れ て 位 階 ・ 権 大 納言 と な り 、 これ 以降 の 高倉 家 の 当主 の 極官 と な る 。 江戸 時代 は 代々 徳川 将軍 家 の 衣装 調達 や 衣文道 の 指導 に も 当たり 、 江戸 滞在 の 折 に は 各 大名 家 で 有職 故 実 や 衣文 道 の 知識 を 広め て い っ た 。 家格 は 半家 で 極官 は 位階 ・ 権 大 納言 。 江戸 時代 の 家禄 は 812 石 、 明治 時代 以降 は 子爵 。 高倉 家 伝来 の 古 文書 ・ 典籍 ・ 装束 など は 、 現在 ( 旧名 「 高倉 文化 研究 所 」 ) に 所蔵 さ れ て お り 、 同 研究 所 は 伝統 保持 の ため の 運動 を 地道 に 進め て い る 。 +綾部 藩 ( あやべ はん ) は 、 丹波 国 ( 現在 の 京都 府 綾部 市 青野 町 、 また は 同 本宮町 ) に 存在 し た 藩 。 藩庁 は 綾部 陣屋 に 置 か れ た 。 綾部 藩 は 寛永 10 年 ( 1633 年 ) 3 月 5 日 に 立藩 し た 2 万 石 の 外様 の 藩 で あ る 。 藩祖 は 九鬼 隆季 で 、 戦国 時代 ( 日本 ) に 織田 信長 に 仕え て 名 を 馳せ た 水軍 の 将 ・ 九鬼 嘉隆 の 孫 で あ る 。 嘉隆 の 死後 、 九鬼 氏 は 子 の 九鬼 守 隆 が 継 い で い た が 、 その 守隆 が 寛永 9 年 ( 1632 年 ) に 死去 する と 、 三男 の 隆季 と 五男 の 九鬼 久隆 と の 間 で 家督 争い が 起こ っ た 。 これ は 守隆 が 生前 に 五男 の 久隆 を 溺愛 し て 嫡男 に 選 ん で しま っ た の が 原因 で あ る が 、 結果 と し て 御家 騒動 の 結果 、 久隆 は 摂津 国 三田 藩 へ 移封 さ れ 、 隆季 は 綾部 に それぞれ 移封 さ れ 、 ここ に 九鬼 氏 は 嘉隆 以来 の 故郷 で あ る 志摩 国 鳥 羽 藩 の 地 を 失 う に 至 っ た の で あ っ た 。 隆季 は 寛文 元年 ( 1661 年 ) 3 月 28 日 、 弟 の 九鬼 隆重 に 500 石 を 分与 し 、 分家 を 創設 し て い る 。 また 、 隆季 は 城下 町 の 建設 や 検地 など を 行な っ て 藩政 の 基礎 を 固め た 。 しかし 第 2 代 藩主 ・ 九鬼 隆常 の 代 から 大 洪水 や 暴風 雨 に よ る 天災 が 起こ っ て 3 ,729 人 も の 死者 を 出 す など 、 早 く も 藩政 の 衰退 が 始ま る 。 その 後 も 再三 に わた っ て 大 洪水 や 大旱 魃 、 大 飢饉 など が 発生 し て 藩 は 大 被害 を 受け 、 第 3 代 藩主 ・ 九鬼 隆直 の 時代 に は 藩 財政 が 破綻 し 、 藩札 発行 や 倹 約 令 制定 、 家臣 団 の 給米 減封 など を 中心 と し た 財政 改革 が 試み られ た が 、 その 後 も 大 洪水 など に よ る 天災 や 百 姓 一揆 まで も が 発生 し 、 藩政 は すっかり 衰退 し て しま っ た 。 なお 、 隆直 の 時代 に 藩校 ・ 進徳 館 が 設立 さ れ て い る 。 この よう な 中 で 第 9 代 藩主 ・ 九鬼 隆都 は 佐藤 信淵 や 奥山 弘平ら を 招聘 し て 農業 政策 を 中心 と し た 藩政 改革 に 取り組 み 、 さらに 山鹿 素水 を 招 い て 軍事 の 改革 も 行な っ た 。 隆都 は 弘化 4 年 ( 1847 年 ) に 木綿 会所 を 創設 し て 専売 制 を 実施 し 、 藩 財政 を いくら か は 再建 する こと に 成功 し た 。 幕末期 の 動乱 に 入 る と 、 隆都 は 文久 元年 ( 1861 年 ) 6 月 10 日 に 家督 を 子 の 九鬼 隆備 に 譲 っ て 隠居 する 。 隆備 は はじめ 佐幕 派 で あ っ た が 、 禁門 の 変 で 御所 の 警備 を 務め た 頃 から 次第 に 官軍 側 に 与 する よう に な り 、 慶応 4 年 ( 1868 年 ) 1 月 に は 西園寺 公望 を 通 じ て いち早く 新 政府 側 に 帰順 し た 。 その 後 、 隆備 は 版籍 奉還 に よ り 藩 知事 と な り 、 明治 4 年 ( 18 71 年 ) の 廃藩 置県 に よ り 綾部 藩 は 廃藩 と な る 。 その 後 、 綾部 県 を 経 て 、 京都 府 に 編入 さ れ る こと と な っ た 。 ちなみ に 隆備 も 父 に 劣 ら ず 有能 で 、 藩校 ・ 進徳 館 を 篤信 館 と 改名 し 、 その 翌年 に は 藩内 6 ヶ所 に 郷 学校 を 設立 し て 、 庶民 教育 に 尽力 し た 。 これ は 後 に 、 明治 政府 に よ る 近代 化 教育 の 先駆け と な っ た の で あ る 。 外 様 。 2 万石 → 1 万 9 , 500 石 。 九鬼 隆季 ( たかすえ ) 【 寛永 10 年 3 月 5 日 藩主 就任 - 延宝 2 年 ( 1674 年 ) 1 1 月 16 日 隠居 】 九鬼 隆常 ( たかつね ) 【 延宝 2 年 11 月 16 日 藩主 就任 - 元 禄 11 年 ( 1698 年 ) 4 月 1日 死去 】 九鬼 隆直 ( たかなお ) 【 元禄 11 年 5 月 藩 主 就任 - 正徳 ( 日本 ) 3 年 ( 1 71 3 年 ) 1 月 晦日 隠居 】 九鬼 隆寛 ( たかのぶ ) 【 正徳 3 年 1 月 晦日 藩主 就任 - 明和 3 年 ( 1766 年 ) 3 月 8 日 隠居 】 九鬼 隆貞 ( たか さだ ) 【 明和 3 年 3 月 8 日 藩主 就任 - 安永 9 年 ( 1780 年 ) 12 月 12 日 死去 】 九鬼 隆棋 ( たかよし ) 【 天明 元年 ( 1781 年 ) 3 月 12 日 藩主 就任 - 天明 7 年 ( 1787 年 ) 1 月 晦日 死去 】 九鬼 隆郷 ( たかさと ) 【 天明 7 年 4 月 7 日 藩 主 就任 - 文化 ( 元号 ) 5 年 ( 1808 年 ) 5 月 晦日 死去 】 九鬼 隆度 ( たかのり ) 【 文化 5 年 7 月 5 日 藩主 就任 - 文政 5 年 ( 1822 年 ) 閏 1 月 24 日 隠居 】 九鬼 隆都 ( たかひろ ) 【 文政 5 年 閏 1 月 24 日 藩 主 就任 - 文久 元年 6 月 10 日 隠居 】 九鬼 隆備 ( たかと も ) 【 文久 元年 6 月 10 日 藩 主 就任 - 明治 4 年 ( 18 71 年 ) 藩 知事 免官 】 明治 九鬼 隆治 - 1980 . 3 . 2 5 1919 皇道 宣揚 会 を 設立 し 、 総裁 享年 96 九鬼 宗 隆 - 2003 . 6 . 27 前 ・ 熊野 本宮 大社 宮司 / 隆治 の 長男 享年 90 九鬼 家 隆現 ・ 熊野 本宮 大社 宮司 / 宗隆 の 長男 +園部 藩 ( そのべ はん ) は 、 丹波 国 船井 郡 ( 現在 の 京都 府 南丹 市 園部 町 小桜町 ) に 存在 し た 藩 。 園部 藩 は 、 元和 ( 日本 ) 5 年 ( 1619 年 ) 12 月 、 但馬 国 出石 藩 主 で あ っ た 小出 吉親 が 新た に 入部 し て き た こと に よ り 立藩 し た 。 所領 は およそ 2 万 9800 石 ほど で あ る 。 初代 藩主 ・ 吉親 は 園部 城 築 城 や 検地 、 城下 町 の 建設 や 治水 事業 に 励 ん で 藩政 の 基礎 を 固め た 。 吉親 は 寛文 7 年 ( 1667 年 ) 6 月 9 日 に 隠居 し 、 家督 は 子 の 小出 英知 が 継 い だ 。 この とき 、 藩領 は 隠居 料 と し て 吉親 が 5000 石 、 英知 が 新 墾田 を 併せ て 2 万 5000 石 を 継 ぐ こと と な っ た 。 翌年 3 月 11 日 に 吉親 が 死去 する と 、 その 隠居 料 で あ っ た 5000 石 は 英知 の 弟 ・ 小出 吉直 と 小出 吉忠 が それぞれ 3000 石 と 2000 石 に 分割 し て 相続 し た 。 第 4 代 藩 主 ・ 小出 英貞 は 奏者 番 、 寺社 奉行 、 若年 寄 を 歴任 し 、 次男 の 小出 英治 に 1000 石 を 分与 し て い る 。 第 5 代 藩主 ・ 小出 英持 も 英貞 と 同じく その 三職 を 歴任 し 、 第 6 代 藩主 ・ 小出 英常 は 奏者 番 に な る など 、 幕府 の 要職 を 歴任 し て い る 。 しかし 第 7 代 藩 主 ・ 小出 英 タケ の 頃 から 飢饉 や 旱魃 、 洪水 など の 天災 に よ っ て 藩 財政 の 窮乏 化 が 表面 化 し 、 天明 7 年 ( 1787 年 ) に は 凶作 と 米価 高騰 など から 百 姓 一揆 が 発生 する 。 いわゆる 天明 の 一揆 で あ る が 、 これ を 皮切り に し て その 後 も 火事 など の 災害 が 相 次 ぎ 、 藩内 で は 打ちこわ し や 強訴 が 相 次 い で 発生 し た 。 この ため 、 藩 で は 煙草 の 専売 制 や 木材 の 市場 移出 制 を 中心 と し た 藩政 改革 を 実施 し て 効果 を 挙げ て い る 。 幕末期 に は 早く から 御所 の 警備 を 行な う など し て 官軍 側 に 帰順 し た 。 明治 2 年 ( 1869 年 ) の 版籍 奉還 で 最後 の 藩主 ・ 小出 英 尚 は 藩 知事 と な る 。 明治 4 年 ( 18 71 年 ) 7 月 の 廃藩 置県 で 園部 藩 は 廃藩 と な っ た が 、 なお も 英尚 は 園部 県 知事 と な っ た 。 園部 県 は 同年 8 月 に 廃 さ れ 、 同年 11 月 に は 京都 府 に 編入 さ れ た の で あ る 。 なお 、 藩主 家 は 、 子爵 に 任 じ られ た 。 2 万 9800 石 → 2 万 5000 石 → 2 万 4000 石 。 外 様 。 小出 吉親 ( よしちか ) 【 元和 5 年 12 月 藩主 就任 - 寛文 7 年 6 月 9 日 隠居 】 小出 英知 ( ふさ と も ) 【 寛文 7 年 6 月 9 日 藩主 就任 - 延宝 元年 ( 1673 年 ) 10 月 27 日 隠居 】 小出 英利 ( ふさとし ) 【 延宝 元年 10 月 27 日 藩 主 就任 - 宝永 2 年 ( 170 5 年 ) 4 月 22 日 隠居 】 小出 英貞 ( ふささだ ) 【 宝永 2 年 4 月 22 日 藩主 就任 - 延享 元年 ( 1744 年 ) 1 1 月 19 日 死去 】 小出 英持 ( ふさよし ) 【 延享 元年 12 月 26 日 藩主 就任 - 明和 4 年 ( 1767 年 ) 10 月 15 日 死去 】 小出 英常 ( ふさつね ) 【 明和 4 年 12 月 7 日 藩 主 就任 - 安永 4 年 ( 1775 年 ) 9 月 29 日 死去 】 小出 英 タケ ( ふさたけ ) 【 安永 4 年 11 月 24 日 藩 主 就任 - 文政 4 年 ( 1821 年 ) 5 月 1日 死去 】 小出 英発 ( ふさ おき ) 【 文政 4 年 7 月 16 日 藩主 就任 - 天保 14 年 ( 1843 年 ) 9 月 20 日 隠居 】 小出 英教 ( ふさ のり ) 【 天保 14 年 9 月 20 日 藩 主 就任 - 安政 2 年 ( 1855 年 ) 10 月 10 日 死去 】 小出 英尚 ( ふさなお ) 【 安政 3 年 ( 1856 年 ) 3 月 28 日 藩主 就任 - 明治 4 年 ( 18 71 年 ) 県 知事 免官 】 +姉小路 家 ( あね が こうじけ / あね こうじけ ) は 、 藤原 氏 系 の 公家 の 家系 で あ る 。 大き く 分け る と 閑院 流 ( 1 ・ 2 ) 、 小一 条 流 ( 3 : 飛騨 国 国司 ) 、 勧修 寺 流 ( 4 ) の 3 つ の 家系 が あ る 。 なお 、 3 . の 姉小路 家 の 名跡 を 継承 し た 戦国 大名 ( 旧 宇多 源 氏 三木 氏 ) に つ い て は 、 姉小路 氏 の 項目 で 解説 を 行 う 。 閑院 流 ( 藤原 公季 の 子孫 ) 三条 公教 の 子 、 姉小路 公宣 が 京 の 姉小路 に 居 を 構え た 事 に 由来 する 。 6 代 目 の 姉小路 実広 が 吉野 朝廷 に 従 っ て 没落 する 。 同じく 閑院 流 阿野 実 顕 の 子 、 姉小路 公景 が 慶長 18 年 ( 1613 年 ) に 新た な 姉小路 家 を 起こ す ( ちなみ に 阿野 家 も 1 . の 姉小路 家 共々 南 朝 方 に つ い て 一 度 は 没落 し た が 、 後 に 勢力 を 回復 さ せ た 家系 で あ る ) 。 当初 は 1 . と は 無 関係 に 存在 し て い た が 、 宝暦 9 年 ( 1759 年 ) に 時 の 桃園 天皇 の 命 に よ り 、 1 . の 祭祀 を 引き継 ぐ 事 に な っ た 。 幕末 の 姉小路 公知 と その 叔父 で 澤家 を 継 い だ 澤 宣嘉 は 著名 で あ る 。 家格 は 羽 林 家 。 新家 。 内々 。 家禄 200 石 。 明治 維新 後 伯爵 。 小一 条 流 藤原 師尹 の 子 で あ る 藤原 済時 が 京 の 姉小路 に 居 を 構え た 事 から 、 子孫 が 姉小路 を 称 する 事 と な っ た 。 建武 の 新政 で 飛騨 国 国司 に 任 じ られ た 参議 姉小路 高 基 が 下向 し た 事 から 、 以後 代々 飛騨 国司 家 と さ れ た 。 だ が 、 室町 幕府 の 派遣 し た 守護 京極 氏 に 敗れ 、 一族 自体 も 小島 家 ( 宗家 ) と 古河 家 ・ 向 小島 家 に 分裂 し た 。 その 後 、 古河 家 の 姉小路 基嗣 ・ 姉小路 済継 が 小島 家 を 圧倒 し て 宗家 の 地位 を 奪 う が 、 息子 に 先立 た れ た 済継 が 死亡 する と 、 同家 は 断絶 状態 と な る 。 これ を 利用 し た 京極 氏 の 家臣 ・ 三木 良頼 が 姉小路 の 名跡 継承 を 朝廷 に 認め させ た 。 これ が 戦国 大名 ・ 姉小路 氏 で あ る 。 なお 、 没落 し た 小島 家 も 小島 時光 の 代 に 姉小路 頼綱 の 息子 を 養子 に 迎え て 臣従 し た 。 時光 は 後 に 頼綱 と とも に 、 豊臣 秀吉 の 命 を 受け た 金森 長 近 の 軍 と 戦 っ て 攻め 滅ぼ さ れ て しま い 、 姉小路 家 は 名実 とも に 滅亡 し た 。 勧修 寺 流藤原 宣孝 ( 紫式 部 の 夫 ) から 数え て 7 代 目 に あた る 鎌倉 時代 の 廷臣 ・ 藤原 宗隆 の 子孫 で あ る 姉小路 宗方 ( 宗隆 の 子 ) ・ 姉小路 顕朝 ・ 姉小路 忠方 の 3 代 が い る が 、 早 い うち に 没落 し て い る 。 +伏見 藩 ( ふしみ はん ) は 、 山城 国 伏見 ( 現在 の 京都 府 京都 市 伏見 区 ) に 存在 し た 藩 。 居城 は 伏見城 。 伏見城 は 豊臣 秀吉 に よ っ て 築城 さ れ た 。 伏見 の 大 地震 に よ っ て 倒壊 し た こと も あ っ た が 、 早 く に 再建 さ れ て 豊臣 時代 に は 秀吉 の 繁栄 を 示 す シンボル 、 そして 一大 政治 都市 と し て 発展 し た 。 慶長 3 年 ( 1598 年 ) 8 月 18 日 に 秀吉 が 生涯 を 閉じ た の も 、 この 伏見城 に お い て で あ る 。 秀吉 没後 、 伏見城 に は 徳川 家康 が 入 り 、 最大 実力 者 と し て 政治 を 取り 仕切 っ た 。 やがて 家康 と 石田 三成 の 対立 が 先鋭 化 する と 、 家康 は 三成 を 挑発 する ため に 慶長 5 年 ( 160 0 年 ) に 伏見 城 の 留守 部隊 に 鳥居 元忠 ・ 内藤 家長 ・ 松平 家 忠ら の わずか な 部隊 を 残 し て 会津 征伐 に 赴 い た 。 そして 三成 は これ が 家康 の 挑発 と 知 り つつ も 、 蟄居 と い う 現状 打開 を 謀 る ため に それ に 乗 っ て 挙兵 し た 。 こう し て 、 伏見城 は 関ヶ原 の 戦い 前哨 戦 の 舞台 と な る 。 1800 名 程度 の 将兵 に も 関わ ら ず 籠城 軍 の 士気 は 高 く 、 西軍 は 4 万 の 大軍 で 攻め る が 豊臣 秀吉 の 築城 し た 名城 で あ る 伏見城 は 堅固 で あ っ た 。 元忠 の 奮戦 など に よ り 落城 まで の 日数 を 要 し 、 その 後 の 戦略 に 大きな 齟齬 を きた し た 。 関ヶ原 後 、 家康 は 豊臣 氏 の 牽制 と 畿内 支配 の 拠点 と い う 両点 から 、 焼失 し た 伏見 城 の 再建 に 乗り出 す 。 そして 慶長 8 年 ( 160 3 年 ) 、 家康 は 伏見城 に て 将軍 宣下 を 受け 、 江戸 幕府 を 開 い た 。 その 後 、 家康 は 慶長 12 年 ( 1607 年 ) に 駿府 城 を 正式 に 居城 と する まで 、 この 伏見城 を 拠点 と し て い る 。 家康 が 駿府 に 移 っ た 後 、 伏見 に は 家康 異父 弟 の 松平定勝 が 遠州 掛川 藩 より 5 万 石 で 入 り 、 ここ に 伏見 藩 が 立藩 し た 。 定勝 は 京都 所司 代 の 板倉 勝重 と 共 に 京都 守備 に 貢献 し た こと から 、 城米 2 万 石 を 下賜 さ れ た 。 また 、 大坂 の 陣 に お い て も 伏見城 は 徳川 方 の 重要 拠点 と な っ た 。 豊臣 氏 滅亡 後 の 元和 ( 日本 ) 3 年 ( 1617 年 ) 、 定勝 は 伊勢 国 桑 名 藩 6 万 石 へ 加増 移封 さ れ 、 代わ っ て 摂津 国 高槻 藩 4 万 石 の 内藤 信正 が 1 万 石 加増 の 上 で 入 っ た 。 しかし 伏見城 は 豊臣 氏 滅亡 後 から は 重要 拠点 と し て みな さ れ な く な り 、 信正 が 元和 5 年 ( 1619 年 ) 7 月 に 大坂 城代 と し て 転出 する と 、 伏見 藩 は 廃藩 と な り 、 伏見城 は 伏見 奉行 の 管轄 化 に 置 か れ る こと と な っ た 。 そして 元和 9 年 ( 1623 年 ) に 徳川 家光 が 伏見城 に て 将軍 宣下 を 受け た 後 、 一 国 一 城 令 に 基づ い て 伏見城 は 廃城 と な っ た の で あ る 。 その 後 、 城跡 に は 桃 の 木 が 植林 さ れ 、 伏見 は 桃 の 名所 と な っ た 。 豊臣 秀吉 の 時代 が 桃山 時代 と 称 さ れ た の は 、 この 桃 の 木 から 由来 さ れ て い る と 言 わ れ て い る 。 親藩 - 5 万 石 譜代 大名 - 5 万 石 +淀藩 ( よど はん ) は 、 山城 国 ( 現在 の 京都 府 京都 市 伏見 区 淀 本町 ) に 存在 し た 藩 。 元和 ( 日本 ) 9 年 ( 1623 年 ) 、 松平 定綱 が 遠州 掛川 藩 より 3 万 5000 石 で 入 っ た こと に よ り 、 淀藩 が 立藩 し た 。 これ は 、 先年 に 廃藩 と な っ た 伏見 藩 に 代わ っ て 、 新た に 京都 を 防備 する ため に 立藩 さ れ た の で あ る 。 定綱 は 淀城 の 築城 に 尽力 し た 。 ちなみ に この 淀城 は 、 かつて 豊臣 秀頼 の 生母 で あ っ た 淀殿 の 居城 で 知 ら れ る 淀城 と は 場所 が 異な る と 言 わ れ て い る 。 定綱 は 寛永 10 年 ( 1633 年 ) 3 月 に 美濃 国 大垣 藩 に 移 さ れ 、 代わ っ て 下総 国 古河 藩 より 永井 尚政 が 10 万 石 で 入 っ た 。 尚政 は 家臣 団 の 編成 や 城下 町 の 開発 、 洪水 対策 に 備え て の 木津川 工事 など に 尽力 し 、 藩政 の 基盤 を 固め た 。 尚政 は 明暦 4 年 ( 1658 年 ) 2 月 28 日 に 隠居 し て 家督 を 子 の 永井 尚征 に 譲 る 。 この とき 、 尚征 は 所領 を 弟 たち に 分与 し た ため 、 7 万 3600 石 の 所領 を 継 ぐ こと と な っ た 。 例えば 六男 尚甲 ( なおのぶ ) に は 3千 石 分知 し 、 船橋 陣屋 を 築 い て い る 。 そして 尚征 は 寛文 9 年 ( 1669 年 ) 2 月 25 日 に 丹後 国宮津 藩 に 移 さ れ 、 代わ っ て 伊勢 亀山 藩 より 石川 憲之 が 6 万 石 で 入 っ た 。 憲之 は 宝永 3 年 ( 170 6 年 ) 2 月 25 日 に 隠居 し 、 その 後 を 継 い だ 石川 義孝 は 宝永 7 年 ( 1 710 年 ) 9 月 2 日 に 死去 。 その 後 を 継 い だ 石川 総慶 は 宝永 8 年 ( 1 71 1 年 ) 2 月 15 日 に 備中 松山 藩 に 移 さ れ 、 代わ っ て 美濃 国 加納 藩 より 松平 光 煕 が 6 万 石 で 入 っ た 。 光煕 は 享保 2 年 ( 1 71 7 年 ) 9 月 4 日 に 死去 し 、 その 後 を 継 い だ 戸田 光慈 は 享保 2 年 11 月 1日 、 志摩 国 鳥 羽 藩 へ 移 さ れ 、 代わ っ て 伊勢 亀山 藩 より 松平 乗邑 が 6 万 石 で 入 る 。 しかし 享保 8 年 ( 1723 年 ) 5 月 1日 に は 下総 国佐倉 藩 へ 移 さ れ 、 入れ替わり で 稲葉 正知 が 10 万 2000 石 で 入 る こと で 、 ようやく 藩主 家 が 定着 し た 。 以後 、 稲葉 氏 の 支配 に よ っ て 明治 時代 を 迎え る こと と な る 。 稲葉 氏 は 明治 17 年 ( 1884 年 ) 、 華族 令 に よ り 子爵 に 列 せ られ た 。 淀藩 の 基盤 は 、 永井 氏 に よ っ て 確立 さ れ た 。 尚政 は 城下 町 の 拡大 や 水上 交通 の 整備 、 地子 免除 など を 行な っ て い る 。 石川 憲之 は 検地 政策 や 元禄 国 絵 図 作成 など で 功 を 挙げ 、 幕政 に も 参与 し て い る 。 松平 乗邑 の 場合 は 大坂 城代 代行 の 立場 から 、 徳川 吉宗 に 見出 さ れ て 老中 に まで 異例 の 栄進 を 遂げ て 入 っ て き た 大名 で あ る 。 稲葉 氏 は 、 10 万 2000 石 と い う 大領 で は あ っ た が 、 その 所領 は 山城 の ほか に 摂津 国 ・ 河内 国 ・ 近江国 ・ 下総 ・ 越後 など に 分散 し て い る と い う 不 安定 さ で 、 山城 に あ っ た 所領 は 2 万 石 に も 満 た な かっ た と 言 わ れ て い る 。 この ため 、 藩政 に お い て も 財政 基盤 の 脆弱 さ から 人夫 の 徴発 さえ まま な ら ず 、 財政 は 苦し かっ た 。 第 7 代 藩 主 ・ 稲葉 正 の ぶ は 天明 4 年 ( 1784 年 ) に 越後 の 所領 を 和泉 国 や 近江 国 に 移 し た が 、 これ に よ り 所領 10 万 2000 石 は 8 カ国 に 分散 する こと と な り 、 全く の 逆 効果 を 招 い た 。 また 、 稲葉 氏 の 歴代 藩主 は 短命 な 者 が 多 く 、 享保 年間 に は 4 人 の 藩主 が 相 次 い で 死去 し て い る 。 ちなみ に 、 稲葉 氏 の 歴代 藩主 の 中 で もっとも 有名 な 藩主 は 第 12 代 ( 最後 ) の 藩主 ・ 稲葉 正邦 で あ る 。 正邦 は 幕末期 の 動乱 の 中 で 老中 を 二 度 務め 、 板倉 勝静 や 小笠原 長行 ら と 共 に 活躍 し た 人物 で あ る 。 しかし 、 長行 や 勝静 ら が 函館 まで 転戦 し 、 最後 まで 幕府 に 忠義 を 尽く し た の と は 違 い 、 この 正邦 は 慶応 4 年 ( 1868 年 ) の 戊辰 戦争 に お い て 藤堂 高猷 の 裏切り に よ り 敗走 する 幕府 軍 兵 が 淀城 に 入城 し よ う と 保護 を 求め て き た とき 、 淀藩 で は それ を 一方 的 に 拒否 し て 城門 を 開 こ うと すら し な かっ た ( 藩主 ・ 正邦 は この 時 江戸 城 に いた ) 。 この ため 、 戊辰 戦争 に おけ る 幕府 軍 の 京都 戦線 で の 敗北 は 決定 的 と な っ た と 言 わ れ て い る 。 後 に 正邦 は 高猷 と 並 ん で 「 裏切り 者 の 犬 」 と し て 幕府 側 から も 新 政府 側 から も 侮蔑 さ れ た 。 正邦 は 新 政府 の 命令 で 同年 3 月 に 謹慎 処分 と な っ た が 、 閏 4 月 に は 許 さ れ て 京都 警備 を 任 さ れ て い る 。 翌年 の 版籍 奉還 に よ り 藩 知事 と な り 、 明治 4 年 ( 18 71 年 ) の 廃藩 置県 で 免官 。 淀藩 は 廃藩 と な り 、 その 所領 は 格近辺 の 府 県 に 組み込 ま れ る こと と な っ た の で あ る 。 親藩 。 3 万 5000 石 。 松平定綱 ( さだつな ) < 従 五 位 下 。 越中 守 > 【 元和 9 年 閏 8 月 20 日 藩 主 就任 - 寛永 10 年 3 月 23 日 移封 】 譜代 。 10 万 石 → 7 万 3600 石 。 永井 尚政 ( なおまさ ) < 従 四 位 下 。 信濃 守 > 【 寛永 10 年 3 月 25 日 藩主 就任 - 明暦 4 年 2 月 28 日 隠居 】 〔 老中 〕 永井 尚征 ( なおゆき ) < 従 五 位 下 。 右近 大夫 > 【 明暦 4 年 2 月 28 日 藩主 就任 - 寛文 9 年 2 月 25 日 移封 】 石川 ( いしかわ ) 家 譜代 。 6 万 石 。 石川 憲之 ( のりゆき ) < 従 五 位 下 。 主殿 頭 > 【 寛文 9 年 2 月 25 日 藩主 就任 - 宝永 3 年 2 月 25 日 隠居 】 石川 義孝 ( よし たか ) < 従 五 位 下 。 主殿 頭 > 【 宝永 3 年 2 月 25 日 藩主 就任 - 宝永 7 年 9 月 2 日 死去 】 石川 総慶 ( ふさよし ) < 従 五 位 下 。 主殿 頭 > 【 宝永 7 年 10 月 23 日 藩主 就任 - 宝永 8 年 2 月 15 日 移封 】 松平 ( 戸田 ) ( まつだいら ( とだ ) ) 家 譜代 。 6 万 石 。 松平光煕 ( みつひろ ) < 従 五 位 下 。 河内 守 > 【 宝永 8 年 2 月 15 日 藩主 就任 - 享保 2 年 9 月 4 日 死去 】 松平光 慈 ( みつちか ) < 従 五 位 下 。 丹波 守 > 【 享保 2 年 11 月 1日 藩 主 就任 。 同日 移封 】 松平 ( 大給 ) ( まつだいら ( おぎゅう ) ) 家 譜代 。 6 万 石 。 松平 乗邑 ( のりさと ) < 従 四 位 下 。 和泉 守 。 侍従 > 【 享保 2 年 11 月 1日 藩 主 就任 - 享保 8 年 5 月 1日 移封 】 〔 大坂 城代 。 老中 稲葉 ( いなば ) 家 譜代 。 10 万 2000 石 。 稲葉 正知 ( まさとも ) < 従 四 位 下 。 丹後 守 > 【 享保 8 年 5 月 1日 藩 主 就任 - 享保 14 年 5 月 29 日 死去 】 稲葉 正任 ( まさとう ) < 従 五 位 下 。 美濃 守 > 【 享保 14 年 7 月 16 日 藩主 就任 - 享保 15 年 1 月 12 日 死去 】 稲葉 正恒 ( まさつね ) < 不詳 > 【 享保 15 年 1 月 14 日 藩 主 就任 - 享保 15 年 3 月 24 日 死去 】 稲葉 正親 ( まさちか ) < 従 四 位 下 。 佐渡守 > 【 享保 15 年 3 月 27 日 藩 主 就任 - 享保 19 年 9 月 14 日 死去 】 〔 大坂 城代 。 奏者 番 〕 稲葉 正益 ( まさよし ) < 従 四 位 下 。 丹後 守 > 【 享保 19 年 11 月 5 日 藩主 就任 - 明和 8 年 9 月 28 日 死去 】 〔 奏者 番 。 寺社 奉行 〕 稲葉 正弘 ( まさひろ ) < 従 五 位 下 。 美濃 守 > 【 明和 8 年 11 月 20 日 藩 主 就任 - 安永 2 年 9 月 12 日 死去 】 稲葉 正 の ぶ ( まさのぶ ) < 従 四 位 下 。 丹後 守 > 【 安永 2 年 11 月 6 日 藩主 就任 - 文化 3 年 8 月 24 日 死去 】 〔 奏者 番 。 寺社 奉行 。 大坂 城代 。 京都 所司 代 〕 稲葉 正備 ( まさなり ) < 従 四 位 下 。 丹後 守 > 【 文化 3 年 10 月 12 日 藩主 就任 - 文化 12 年 3 月 8 日 死去 】 稲葉 正発 ( まさはる ) < 従 五 位 下 。 対馬 守 > 【 文化 12 年 4 月 25 日 藩主 就任 - 文政 6 年 6 月 21 日 死去 】 稲葉 正守 ( まさまり ) < 従 四 位 下 。 丹後 守 > 【 文政 6 年 6 月 25 日 藩主 就任 - 天保 13 年 7 月 20 日 】 〔 奏者 番 。 寺社 奉行 〕 稲葉 正誼 ( まさよし ) < 従 五 位 下 。 丹後 守 > 【 天保 13 年 7 月 20 日 藩 主 就任 - 嘉永 元年 10 月 9 日 死去 】 稲葉 正邦 ( まさくに ) < 従 四 位 下 。 民部 大輔 。 侍従 > 【 嘉永 元年 11 月 24 日 藩 主 就任 - 明治 4 年 7 月 20 日 藩 知事 免官 】 〔 京都 所司 代 。 老中 〕 +福知 山 藩 ( ふくちやまはん ) は 、 丹波 国 天田 郡 ( 現在 の 京都 府 福知 山 市 内記 ) に 存在 し た 藩 。 居城 は 福知 山城 。 戦国 時代 ( 日本 ) の 天正 7 年 ( 1579 年 ) 、 織田 信長 の 家臣 で あ っ た 明智 光 秀 に 丹波 一 国 が 与え られ 、 光秀 は 一族 の 明智 秀満 に この 地 を 任せ た 。 天正 10 年 ( 15 82 年 ) に 光秀 が 信長 に 対 し て 謀反 を 起こ し た とき 、 秀満 は その 挙兵 に 賛成 し 、 信長 を 本能 寺 に 討 っ た 後 は 安土 城 を 占領 し た 。 光秀 が 山崎 の 戦い で 豊臣 秀吉 に 敗れ る と 、 秀満 は 安土 城 を 放棄 し て 有名 な 「 湖水 渡り 」 を 行な っ て 近江 坂 本城 に い る 光秀 の 妻子 を 刺し殺 し て 自分 も 自殺 し た 。 その 後 、 丹波 は 秀吉 の 支配 下 と な り 、 福知 山 に は 杉原 家次 、 小野木 重次 ( 公郷 ) ら が 入 る 。 重次 は 慶長 5 年 ( 160 0 年 ) の 関ヶ原 の 戦い に お い て 西軍 に 味方 し 、 丹後 田辺城 ( 舞鶴城 ) の 城攻 戦 総 大将 と な る が 、 本戦 で 西軍 が 壊滅 する と 東軍 の 細川 忠興 の 追討 を 受け て 自害 し た 。 同年末 、 関ヶ原 で 東軍 に 与 し た 有馬 豊 氏 は 、 本戦 で 後ろ 揃え を 務め た 武功 から 、 遠州 横須賀 藩 3 万 石 から 福知 山 6 万 石 に 加増 移封 さ れ 、 ここ に 福知 山 藩 が 立藩 し た 。 慶長 7 年 ( 160 2 年 ) に 豊氏 の 父 で あ っ た 有馬 則頼 が 死去 する と 、 豊氏 は 父 が 摂津 国 三田 藩 に 領 し て い た 2 万 石 も 相続 する こと と な り 、 合計 8 万 石 の 太守 と な っ た 。 その 後 、 大坂 の 陣 に お い て も 徳川 方 と し て 武功 を 挙げ た ため 、 元和 ( 日本 ) 6 年 ( 1620 年 ) 閏 12 月 に 20 万 石 に 加増 の 上 で 筑後 国 久留米 藩 に 移封 さ れ た 。 その 後 は 伏見 奉行 ・ 小堀 政一 が しばらく は 統治 を 行な う 。 元和 7 年 ( 1621 年 ) 8 月 、 丹波 亀山 藩 から 岡部 長盛 が 5 万 石 で 入 る が 、 寛永 元年 ( 1624 年 ) 9 月 に 美濃 国 大垣 藩 に 移 さ れ る 。 代わ っ て 摂津 国 中島 藩 から 稲葉 紀通 が 4 万 5700 石 で 入 る が 、 慶安 元年 ( 1648 年 ) 8 月 に 改易 と な っ た 。 その 後 、 半年 ほど は 天領 と な っ た が 、 慶安 2 年 ( 1649 年 ) 2 月 28 日 に 三河 国刈谷 藩 から 松平 忠房 ( 島原 藩主 ) が 45900 石 で 入 る 。 しかし 寛文 9 年 ( 1669 年 ) 6 月 8 日 に は 肥前 国島 原 藩 に 7 万 石 で 加増 移封 と な っ た 。 代わ っ て 、 常陸 国土浦 藩 から 朽木 稙昌 が 3 万 2000 石 で 入 り 、 以後 、 朽木 氏 13 代 の 支配 で 藩政 は 安定 化 し た 。 明治 4 年 ( 18 71 年 ) 7 月 14 日 の 廃藩 置県 で 福知 山 藩 は 廃藩 と な り 、 福知 山 県 と な る 。 同年 10 月 2 日 、 豊岡 県 と な り 、 明治 9 年 ( 1876 年 ) 8 月 21 日 に は 京都 府 に 編入 さ れ る こと と な っ た の で あ る 。 福知山 は 、 藩 が 成立 する 前 の 戦国 時代 、 光秀 の 治世 の 下 で 地子 銭 免除 や 城下 町 建設 、 近世 的 な 福知 山 城 の 築城 など が 行な わ れ て い る 。 初代 藩主 と な っ た 有馬 豊 氏 は 福知 山城 や 城下 町 の 整備 を 行な い 、 検地 を 行な っ て 藩政 を 確立 し た 。 岡部 氏 は 短 期間 の ため 、 見 る べ き 治績 は な い 。 岡部 氏 の 後 に 入封 し た 稲葉 紀通 は 暗愚 な 人物 で 、 家中 や 領民 に 対 し て 悪政 を 敷 く と い う 暴君 で あ っ た 。 慶安 元年 ( 1648 年 ) に は 丹後 国宮津 藩主 ・ 京極 高広 と の 間 に 諍い を 起こ し 、 それ が 原因 で 紀通 が 謀反 を 企 ん で い る と い う 風聞 が 流れ た 。 わずか 4 万 5700 石 、 動員 兵力 に お い て も 1500 人 ほど に しか 満 た な い 紀通 が 謀反 を 起こ し た ところ で たか が 知れ て い た はず で あ る 。 しかし 、 幕府 も この 風聞 を 信 じ て 近隣 の 諸藩 に 出兵 を 命 じ た ため 、 同年 8 月 20 日 、 紀通 は 福知 山城 に て 鉄砲 自殺 し て 果て 、 稲葉 氏 は 改易 と な っ た 。 松平 忠房 は 、 藩内 に 検地 を 実施 する 。 これ は 明治 時代 の 地租 改正 まで に 至 る 福知 山 藩 の 土地 制度 の 基礎 と な っ た ため 、 松平 検地 と 呼 ば れ た 。 なお 、 寛文 6 年 ( 1666 年 ) に は 宮津 城 の 受け取り 役 を 務め て い る 。 そして 朽木 氏 で あ る が 、 この 朽木 氏 は 朽木 元 綱 で 有名 な 朽木 氏 で あ る 。 初代 藩主 ・ 朽木 稙昌 の 父 ・ 朽木 稙綱 ( 土浦 藩主 ) は 徳川 家光 の もと で 御 小姓 番頭 、 奏者 番 を 務め 、 常陸 土浦 に 3 万 石 を 与え られ 、 譜代 大名 と し て 厚遇 さ れ た 。 歴代 藩主 の 多く は その 経緯 から 、 奏者 番 ・ 御 小姓 番頭 ・ 寺社 奉行 を 務め て い る 。 藩 財政 は 稙昌 の 頃 から 既に 苦し く 、 元禄 4 年 ( 1691 年 ) に は 5 ヵ年 に わた る 半知 を 行な っ て い る 。 第 5 代 藩主 ・ 朽木 玄綱 の 時代 に は 享保 の 大 飢饉 が 原因 で 享保 の 強訴 と 呼 ば れ る 騒動 が 起こ り 、 藩内 は 混乱 し た 。 なお 、 玄綱 は 明智 光 秀御 霊法 会 を 許可 し て い る ( 御 霊祭り の 開始 ) 。 歴代 藩主 の 中 で も 第 7 代 藩 主 ・ 朽木 舖綱 と 第 8 代 藩 主 ・ 朽木 昌綱 は 文人 と し て 知 ら れ 、 前者 は 『 擬 独語 』 を 著わ し 、 藩校 創設 の 基礎 を 築き上げ た 。 後者 は 大槻 玄沢 ら 蘭学 者 や オランダ 商館 長 ( カピタン ) と 交遊 を 持 っ て 蘭学 を 研究 し 、 『 蘭学 階梯 』 の 序文 や 『 泰西 輿地図説 』 、 『 古今 泉貨鑑 』 など 、 多く の 貴重 な 著作 を 残 し た 。 第 9 代 藩主 ・ 朽木 倫綱 も 領民 の 教化 を 図 っ て 『 岩間 の 水 』 を 著わ し て い る 。 福知 山 藩 で は 財政 再建 の 必要 性 から 、 藩政 改革 が い く たび も 行な わ れ た が 、 その 都度 に 失敗 する 。 それ は 、 百 姓 に よ る 強訴 が 常 に 起こ っ た から で あ る 。 特に 前述 の 享保 年間 と 、 幕末 の 万治 元年 ( 18 60 年 ) の 強訴 は 大 規模 で あ っ た 。 6 万石 → 8 万 石 。 譜代 。 有馬 豊 氏 ( と ようじ ) < 従 四 位 下 。 玄蕃 頭 。 侍従 > 【 慶長 5 年 12 月 3 日 藩主 就任 - 元 和 6 年 閏 12 月 8 日 移封 】 小堀 政一 ( まさかず ) < 伏見 奉行 > 5 万 石 。 譜代 。 岡 部 長盛 ( ながもり ) < 従 五 位 下 。 内膳正 > 【 元和 7 年 8 月 藩 主 就任 - 寛永 元年 9 月 移封 】 4 万 5700 石 。 外 様 。 稲葉 紀通 ( のりみち ) < 従 五 位 下 。 淡路 守 > 【 寛永 元年 9 月 藩主 就任 - 慶安 元年 8 月 20 日 自殺 改易 】 小川 藤左衛門 と 彦坂 平 九郎 。 4 万 5900 石 。 譜代 。 松平 忠房 ( 島原 藩主 ) ( ただふさ ) < 従 五 位 下 。 主殿 頭 > 【 慶安 2 年 2 月 28 日 藩主 就任 - 寛文 9 年 6 月 8 日 移封 】 3 万 2000 石 。 譜代 。 朽木 稙昌 ( たねまさ ) < 従 五 位 下 。 伊予守 > 【 寛文 9 年 6 月 8 日 藩主 就任 - 宝永 5 年 6 月 25 日 隠居 】 〔 奏者 番 〕 朽木 稙 元 ( たねもと ) < 従 五 位 下 。 民部 大輔 > 【 宝永 5 年 6 月 25 日 藩主 就任 - 享保 6 年 11 月 24 日 死去 】 〔 奏者 番 〕 朽木 稙綱 ( 福知 山 藩主 ) ( たねつな ) < 従 五 位 下 。 伊予守 > 【 享保 6 年 12 月 25 日 藩主 就任 - 享保 11 年 5 月 5 日 死去 】 朽木 稙治 ( たねはる ) < 従 五 位 下 。 土佐守 > 【 享保 11 年 5 月 11 日 藩 主 就任 - 享保 13 年 11 月 23 日 隠居 】 〔 御 小姓 組 番頭 〕 朽木 玄綱 ( とうつな ) < 従 五 位 下 。 土佐守 > 【 享保 13 年 11 月 23 日 藩主 就任 - 明和 7 年 8 月 30 日 死去 】 〔 奏者 番 。 寺社 奉行 〕 朽木 綱 貞 ( つなさだ ) < 従 五 位 下 。 大炊頭 > 【 明和 7 年 10 月 24 日 藩 主 就任 - 安永 9 年 8 月 6 日 隠居 】 朽木 舖綱 ( のぶつな ) < 従 五 位 下 。 伊予守 > 【 安永 9 年 8 月 22 日 藩主 就任 - 天明 7 年 9 月 19 日 死去 】 朽木 昌綱 ( まさつな ) < 従 五 位 下 。 近江守 > 【 天明 7 年 11 月 22 日 藩主 就任 - 寛政 12 年 4 月 9 日 隠居 】 朽木 倫綱 ( ともつな ) < 従 五 位 下 。 土佐守 > 【 寛政 12 年 4 月 9 日 藩主 就任 - 享和 2 年 12 月 20 日 死去 】 〔 奏者 番 〕 朽木 綱 方 ( つな かた ) < 従 五 位 下 。 土佐守 > 【 享和 3 年 1 月 12 日 藩主 就任 - 文政 3 年 6 月 3 日 隠居 】 朽木 綱 条 ( つなえだ ) < 従 五 位 下 。 隠岐守 > 【 文政 3 年 6 月 6 日 藩主 就任 - 天保 7 年 5 月 28 日 死去 】 朽木 綱張 ( つなはる ) < 従 五 位 下 。 近江守 > 【 天保 7 年 7 月 29 日 藩主 就任 - 慶応 3 年 2 月 25 日 死去 】 〔 奏者 番 を 2 回 〕 朽木 為綱 ( もりつな ) < 従 五 位 下 。 近江守 > 【 慶応 3 年 4 月 17 日 藩 主 就任 - 明治 4 年 7 月 15 日 知藩 事 免官 】 +世襲 親王家 ( せ しゅうしん の うけ ) と は 、 また 「 定親 王家 」 と も い う 。 江戸 時代 に お い て 、 当今 の 天皇 と の 血統 の 遠近 に 拘 ら ず 、 代々 親王 宣下 を 受け る こと で 親王 の 身位 を 保持 し 続け た 四 つ の 宮家 を い う 。 概説 中世 以来 、 四 辻 宮 や 岩倉 宮 など いく つ も の 宮家 が 存在 し た が 、 これ ら の 宮家 は 親王 の 身位 と とも に 継承 さ れ る と は 限 ら な い の で 世襲 宮家 で は あ る もの の 、 世襲 親王家 で は な い 。 これ ら の 世襲 宮家 は 、 建前 上 は 正統 な 皇位 継承 権 を も つ 家系 で あ る こと を 主張 でき る 存在 で は あ っ た が 、 必ず しも 皇統断絶 の 危機 に 備え て 存続 し て い た の で は な かっ た 。 伏見 宮家 から 後花園 天皇 が 践祚 し た 時 に 、 自動 的 に 伏見 宮家 の 血筋 が 皇室 に 横滑り し 、 弟 の 伏見 宮 貞常 親王 も 皇弟 と な っ て 伏見 宮家 と い う くくり を 無 く す 選択 肢 も あ り え た 。 しかし 実際 に は 貞常 親王 が 伏見 宮家 の 当主 を 継承 し 、 伏見 宮家 の 財産 を 皇室 に 統合 する こと は せ ず 、 後花園 天皇 は 貞常 親王 に 「 永世 伏見 御所 と 称 すべ し 」 と の 勅許 を 与え た 。 これ が 皇位 継承 資格 者 を 確保 する と い う 目的 を も っ た 世襲 親王家 の 始まり で あ る 。 世襲 親王家 は しばしば 当今 の 天皇 の 直系 に 男子 が 不在 の 際 に 皇位 継承 資格 者 を 輩出 し 、 万世 一 系 と さ れ る 皇統 の 維持 に 寄与 し て き た 。 しかし 明治 維新 後 に は 旧 皇室 典範 に よ っ て 永世 皇族 制 が 採用 さ れ 、 親王 宣下 および 世襲 親王家 の 制度 は 廃止 さ れ た 。 これ は 、 一旦 世襲 親王家 と し て 定め る と 、 世代 を 経 て 皇統 と の 血縁 関係 が 離れ て い っ て も 容易 に これ を 解消 する こと が でき ず 、 弾力 あ る 運用 が 難し く な る ため で あ る 。 世襲 親王家 ( 四 親 王家 ) 伏見 宮家 : 始祖 は 北朝 ( 日本 ) 3 代 崇光 天皇 の 皇子 、 伏見 宮 栄仁 親王 。 昭和 22 年 ( 1947 年 ) 、 同系 の 10 宮家 と とも に 臣籍 降下 する 。 桂宮家 : 始祖 は 第 106 代 正親町 天皇 の 皇孫 、 八条 宮 智仁 親王 。 明治 14 年 ( 1881 年 ) に 第 12 代 当主 の 桂宮 淑子 内 親王 の 薨去 に よ り 断絶 し た 。 なお 、 世襲 親王家 および 近現代 の 宮家 に お い て 、 内親 王 もしくは 女王 _ ( 皇族 ) が 当主 と さ れ た の は この 淑子 内 親王 の 一 例 だけ で あ る 。 有栖川 宮家 : 始祖 は 第 107 代 後 陽成 天皇 の 皇子 、 高松宮 好仁 親王 。 大正 2 年 ( 1913 年 ) に 断絶 し た が 、 大正 天皇 の 第 3 皇子 の 高松宮 宣仁 親王 が 有栖川 宮家 の 祭祀 を 継承 する 。 閑院 宮家 : 始祖 は 第 113 代 東山 天皇 の 皇子 、 閑院 宮 直仁 親王 。 幕末 に 当主 を 欠 い た が 、 明治 維新 後 に 伏見 宮家 から 王子 を 迎え て 当主 と し た 。 昭和 22 年 に 皇籍 離脱 し 、 昭和 63 年 ( 1988 年 ) に 断絶 し た 。 世襲 親王 家 出身 の 天皇 第 102 代 後 花園 天皇 : 伏見 宮 貞成親王 の 第 1 皇子 。 第 111 代 後 西 天皇   有栖川 宮家 当主 。 第 119 代 光格 天皇 : 閑院 宮典仁親王 の 第 6 王子 。 +花山院 家 ( かさん の いんけ ) は 、 藤原 氏 藤原 北家 師 実流 の 嫡流 ( 花山院 流 ) の 家 で あ る 。 家格 は 清華 家 。 平安 時代 後期 の 藤原 師実 の 次男 花山院 家忠 に 始ま り 、 家名 は 家忠 が 父 師 実 から 譲り受け た 邸宅 花山院 ( 東 一 条院 ) に ちな む 。 家忠 の 孫 花山院 忠雅 が 太政 大臣 、 その 子 で 後白 河 上皇 の 近臣 で あ る 花山院 兼雅 が 左 大臣 に 進 み 、 清華 家 と し て の 家格 が 確立 さ れ た 。 南北朝 時代 ( 日本 ) 、 嫡流 は 北朝 に 仕え た が 、 支流 の 花山院 師信 と その 子 花山院 師賢 は 後醍醐 天皇 の 側近 で 、 その 子孫 は 吉野 朝廷 に 仕え た 。 この 系統 の 末裔 の 女性 が 南北朝 統一 後 に 後 小松 天皇 の 宮中 に 入 り 、 天皇 の 寵愛 を 受け て 誕生 し た の が 一休 宗純 で あ る と 言 わ れ て い る 。 江戸 時代 の 家禄 は 、 概ね 71 5 石 。 家道 は 書道 ・ 笙 で あ っ た 。 明治 維新 以後 、 忠遠 の とき 侯爵 に 列 し た 。 +巨勢 派 ( こせ は ) と は 、 平安 時代 初期 から 室町 時代 を 経 て 、 明治 時代 まで 連な る 絵師 の 一族 。 この 流派 は 他 の 流派 の よう に 統一 し た 画風 を 表わ す もの で は な く 、 あくまで 巨勢 金岡 に 始ま る 家系 ・ 一門 の 画系 を 指 す 。 もと は 宮廷 絵師 で あ っ た が 、 第 十 二 世永 有 が 興福 寺 大乗院 の 絵仏師 に な っ て 以降 、 子孫 と 絵仏 師 と し て 家系 を 繋 い だ 。 大乗院 の 絵仏 師 と し て の 巨勢 家 は 室町 末期 まで しか 確認 でき な い が 、 江戸 時代 に 入 っ て も 巨勢 家 が 大乗院 の 絵仏師 の 任 に あ っ た と 思 わ れ る 。 巨勢 公望 の 門人 春日 基光 は 土佐 派 の 流祖 と な っ た 。 巨勢 派 歴 代 第 1 世   巨勢 金岡 ( こせ の かなおか ) 大和絵 の 創始 者 にて 、 その 家系 は 古代 の 名族 巨勢 氏 の 家系 に 連な う 。 貞観_ ( 日本 ) ~ 延喜 年間 に 活躍 。 第 2 世   巨勢 相覧 ( こせ の おうみ ) 金岡 の 長子 。 『 源氏 物語 』 に 「 絵 ( 竹取 物語 ) は 巨勢 の 相覧 、 手 は 紀貫之 書 けり 。 」 と あ る 。 第 3 世   巨勢 公忠 ( こせ の きん ただ ) 金岡 の 次子 。 『 日本 紀略 』 に て 天暦 三 年 ( 94 9 ) に 皇命 に て 御 屏風 八 帖 を 画 い た と 知 ら れ る 。 第 4 世   巨勢 公望 ( こせ の きん もち ) 金岡 の 第 三 子 。 『 源氏 物語 』 に 「 公望 が 仕れ る 大局 殿 の 儀式 の 絵 … 」 と あ る 。 第 5 世   巨勢 広貴 ( こせの ひろたか ) ( ) 弘高 ・ 広高 と 同じ 。 深江 ( 公望 の 子 ) の 子 。 『 権記 』 長保 四 年 ( 100 2 ) 花山 上皇 の 勅 に て 書写 山 性 空 上人 を 画 か しめ た と 知 ら れ る 。 第 6 世   巨勢 是重 ( こせ の これ しげ ) ・ ・ ・ ・ ・ 広貴 の 子 。 第 7 世   巨勢 信茂 ( こせ の のぶもち ) ・ ・ ・ ・ ・ 是重 の 子 。 第 8 世   巨勢 宗茂 ( こせ の むねもち ) ・ ・ ・ ・ ・ 信茂 の 子 。 第 9 世   巨勢 益 宗 ( こせ の ます む ね ) ・ ・ ・ ・ ・ 宗茂 の 子 。 第 10 世   巨勢 有宗 ( こせの とも むね ) ・ ・ ・ ・ ・ 益茂 の 子 。 第 11 世   巨勢 宗久 ( こせ の むねひさ ) ・ ・ ・ ・ ・ 有宗 の 子 。 第 12 世   巨勢 永有 ( こせ の ながもち ) ・ ・ ・ ・ ・ 宗久 の 子 。 第 13 世   巨勢 光康 ( こせ の みつや す ) ・ ・ ・ ・ ・ 永有 の 長子 。 正応 年間 に 活躍 。 代表 作 は 『 地蔵 尊 霊験 絵巻 』 ( 本絵巻 の 賛詞 は 吉田 兼好 ) 。 第 14 世   巨勢 有家 ( こせの とも いえ ) 光康 の 長子 。 『 石清水 八幡 遷座 縁 起絵 』 は 彼 の 作品 で あ る と 伝え る 。 第 15 世   巨勢 有康 ( こせの ともやす ) 光康 の 次子 。 代表 作 『 紙本 著色 高野 大師行状 図 』 。 第 16 世   巨勢 堯尊 ( こせ の ぎょうそん ) ・ ・・ 有尊 ( 永有 の 次子 ) の 長子 。 第 17 世   巨勢 堯儼 ( こせ の ぎょうごん ) 尭尊 の 子 。 一乗院 絵 仏師 。 代表 作 『 神像 板絵 』 ( 薬師寺 所蔵 ) 。 第 18 世   巨勢 有誉 有厳 の 長子 ( 有尊 の 次子 堯有 の 子 ) 。 大乗院 絵 仏師 。 式部 法橋 と ある も 特段 の 伝承 も なし 。 第 19 世   巨勢 行 有 有厳 の 次子 ( 有尊 の 次子 堯有 の 子 ) 。 大乗院 絵 仏師 。 信濃 法眼 。 第 20 世   巨勢 専有 行有 の 子 。 大乗院 絵 仏師 。 筑前 法橋 。 第 21 世   巨勢 源 有 専有 の 子 。 大乗院 絵 仏師 。 三川 法師 。 第 22 世   巨勢 重有 源有 の 子 。 大乗院 絵 仏師 。 筑前 法眼 。 第 23 世   巨勢 長 有 重有 の 子 。 大乗院 絵 仏師 。 筑前 法橋 。 第 32 世   巨勢 金 親 第 33 世   巨勢 小石 ( こせ の しょうせき ) ・ ・ ・ ・ ・ 本名 は 金起 。 金親 の 子 。 東京 美術 学校 ( 現 東京 芸術 大学 ) 教授 。 仏画 の 家系 で あ る が 、 土佐 派 の 画 を 学 ん だ 。 +令 制 国 一覧 > 山陰 道 > 丹波 国 丹波 国 ( たんば の くに ) は 、 かつて 日本 の 地方 行政 区分 だっ た 令 制 国 の 一 つ で 、 山陰 道 に 位置 する 。 現在 の 京都 府 中部 と 兵庫 県 東辺 の 一部 、 および 大阪 府 高槻 市 の 一部 ・ 大阪 府 豊能 郡 豊能 町 の 一部 に あた る 。 丹後 国 と あわせ て 、 あるいは 単独 で 丹州 ( たんしゅう ) と 呼 ば れ る こと が あ っ た 。 延喜 式 で の 格 は 国司 国 等級 区分 、 近国 。 沿革 丹波 は はじめ 「 た に は 」 と 呼 び 、 古く は 田庭 ・ 谷端 ・ 旦波 と も 書 い た 。 5 世紀 ころ 四 道 将軍 の 遠征 に よ り ヤマト 王権 に 服属 し た と さ れ る 。 6 世紀 ころ に は 「 丹波 」 の 名 の つ く 女性 が 天皇 の 后 と な っ て い る こと から 古代 より 丹波 の 名称 は あ っ た ら しい 。 7 世紀 に 丹波 国 が 成立 し た とき の 領域 は 、 現在 の 京都 府 の 中部 と 北部 、 兵庫 県 の 北部 および 中部 の 東辺 に 及 ん で い た 。 この 時 は 現在 の 丹後 、 但馬 も 同国 に 含 ま れ て い る 。 現在 で は 丹波 ・ 丹後 ・ 但馬 を 三丹 と 総称 する こと も あ る 。 年号 不明 で あ る が 北西 部 を 但馬 国 、 その 後 、 和銅 6 年 ( 71 3 年 ) 4 月 3 日 に 北部 5 郡 を 丹後 国 と し て 分離 し 、 後世 まで 長 く 続 く 領域 が 定ま っ た 。 丹波 国 は 大まか に 言 っ て 亀岡 盆地 、 由良 ( 福知 山 ) 盆地 、 篠山 盆地 の それぞれ 母川 の 違 う 大きな 盆地 が あ り 、 互い の 間 を 山地 が 隔て て い る 。 この ため 、 丹波 国 は 甲斐 国 や 尾張 国 、 土佐 国 の よう に 一 国 単位 で 結束 し た 歴史 を 持ち にく い 性質 が あ り 、 丹波 の 歴史 を 複雑 化 し た 。 地域 性 と し て 亀岡 ・ 園部 の 南丹 ( 口丹波 ) 地方 は 山城 国 ・ 摂津 国 、 福知 山 ・ 綾部 の 中丹 は 丹後 ・ 但馬 、 篠山 ・ 氷上 の 兵庫 丹波 は 但馬 ・ 摂津 ・ 播磨 国 に 密接 に 係わ っ て い る 。 丹波 国 は 古く より 京都 の 出入 口 に 当た る 地理 的 条件 から 各 時代 の 権力 者 から 重要 視 さ れ 、 播磨 や 大和 など と 並 ん で 鎌倉 時代 の 六波羅 探題 や 江戸 時代 の 京都 所司 代 など の 支配 を 受け た 。 ただ それ だけ に ひとたび 都 で 戦乱 が 起こ っ た 時 は 戦乱 に すぐ 巻き込 ま れ た 。 そして 篠村 ( 亀岡 市 篠町 ) で は 、 鎌倉 時代 末期 に は 足利 尊 氏 が 挙兵 し 、 安土 桃山 時代 に も 亀山 城 ( 丹波 国 ) 主 の 明智 光 秀 が 本能 寺 の 変 へ と 向う 際 に それ に 倣 っ た と さ れ る など 、 時代 変革 の 舞台 と も な っ た 。 さほど 有名 で は な い が 、 戦国 時代 ( 日本 ) に 八 上 城 の 波多野 氏 は 丹波 諸 豪族 を まとめ る と 、 これ を 率い て 山城 国 など 周辺 諸国 に 進出 し た こと も あ る 。 江戸 時代 は 一 国 を 有 する 大名 は 出 な かっ た もの の 一 国 7 藩 ( 丹波 亀山 藩 、 園部 藩 、 綾部 藩 、 山家 藩 、 篠山 藩 ( 八上 藩 ) 、 丹波 柏原 藩 、 福知 山 藩 が あ っ た 。 その うち 、 丹波 亀山 藩 と 篠山 藩 に つ い て は 松平 氏 や 青山 氏 を 中心 と し て 譜代 大名 に よ る 移封 が 多 く 、 藩主 が 老中 や 寺社 奉行 、 京都 所司 代 、 大坂 城代 を 歴任 する など 徳川 幕府 の 重視 する 藩 で あ っ た こと が わか る 。 明治 維新 の 際 、 北桑田 郡山 国郷 ( 現在 の 京都 市 右京 区 京北 ) で 勤皇 を 標榜 する 山国 隊 が 、 南桑田 郡 馬路 村 ( 現在 の 亀岡 市 馬路 町 ) で は 弓箭 隊 が 結成 さ れ 、 山陰 道 鎮撫 総督 西園寺 公望 に 従 っ て 各地 を 転戦 し た 。 この とき 、 弓箭 隊 の 郷士 の 息子 で あ る 中川 小十郎 ( 後 の 立命 館 大学 の 創立 者 ) が 西園寺 と 出会 う こと に な る 。 廃藩 置県 後 の 明治 4 年 ( 18 71 年 ) 12 月 19 日 の 第 1 次 府 県 統合 に よ り 、 桑田 郡 、 船井 郡 、 何 鹿 郡 は 京都 府 に 、 天田 郡 、 氷上 郡 、 多紀 郡 は 豊岡 県 に 分け られ た 。 さらに 、 明治 9 年 ( 1876 年 ) 8 月 21 日 の 第 2 次 府 県 統合 に よ り 豊岡 県 は 廃止 さ れ 、 天田 郡 が 京都 府 に 、 氷上 郡 、 多紀 郡 の 二 郡 が 兵庫 県 に 編入 さ れ る こと と な っ た 。 その 後 、 昭和 33 年 ( 1958 年 ) 4 月 1日 の 市 町 村 合併 に よ り 、 京都 府 南 桑田 郡 樫田村 が 大阪 府 高槻 市 に 、 京都 府 亀岡 市 西 別院 村 の 牧 、 寺田 地区 が 大阪 府 豊能 郡 豊能 町 に 編入 さ れ て い る 。 国府 、 一宮 など 国府 は 桑田 郡 に あ り 、 現在 の 亀岡 市 千代川 遺跡 また は 南丹 市 八木町 屋賀 ( 旧 船井 郡 八木 町 屋賀 ) また は 亀岡 市 三宅 町 ( 国衙 と の 説 も あ る ) に あて る 説 が あ る が 、 未 だ 確定 し て い な い 。 延喜 式 神名帳 に は 大社 5 座 4 社 ・ 小社 66 座 65 社 の 計 71 座 69 社 が 記載 さ れ て い る 。 大社 は 全て 名神 大社 で 、 以下 の もの で あ る 。 桑田 郡 出雲 神社 ( 現 出雲 大 神宮 、 京都 府 亀岡 市 ) 桑田 郡 小川 月 神社 ( 京都 府 亀岡 市 ) 船井 郡 麻気 神社 ( 現摩気 神社 、 京都 府 南丹 市 ) 多紀 郡 櫛石窓 神社 二 座 ( 兵庫 県 篠山 市 ) 一宮 は 出雲 神社 ( 出雲 大 神宮 ) で 、 二宮 以下 は 存在 し な い 。 総社 は 京都 府 船井 郡 八木町 ( 現 南丹 市 ) の 宗 神社 と み られ る 。 守護 鎌倉 幕府 1221 年 ~ 1222 年 - 北条 時房 1232 年 ~ 1277 年 - 北条 時 盛 1277 年 ~ 1284 年 - 北条 時 国 130 6 年 ~ 1333 年 - 六波羅 探題 南方 兼任 室町 幕府 1336 年 ~ 1343 年 - 仁木 頼章 1343 年 ~ 1351 年 - 山名 時 氏 1351 年 ~ 1352 年 - 仁木 頼章 1352 年 ~ 1353 年 - 高師 詮 1354 年 ~ 1359 年 - 仁木 頼章 1359 年 ~ 1360 年 - 仁木 頼 夏 1360 年 ~ 1363 年 - 仁木 義尹 1363 年 - 足利 直冬 1364 年 ~ 13 71 年 - 山名 時 氏 13 71 年 ~ 1391 年 - 山名 氏 清 1392 年 ~ 1397 年 - 細川 頼元 1397 年 ~ 142 6 年 - 細川 満元 142 6 年 ~ 142 9 年 - 細川 持元 142 9 年 ~ 1442 年 - 細川 持之 1442 年 ~ 1473 年 - 細川 勝元 1473 年 ~ 150 6 年 - 細川 政元 150 6 年 ~ 150 7 年 - 細川 澄之 150 7 年 ~ 150 8 年 - 細川 澄元 150 8 年 ~ 152 0 年 - 細川 高国 152 0 年 - 細川 澄元 152 0 年 ~ 152 5 年 - 細川 高国 152 5 年 - 細川 稙国 152 5 年 ~ 1531 年 - 細川 高国 1532 年 ~ 155 2 年 - 細川 晴元 155 2 年 ~ 1563 年 - 細川 氏綱 郡 桑田 郡 ( くわだ : 1879 年 以降 は 北桑田 郡 と 南桑田 郡 に 分割 ) 北桑田 郡 ( 京都 市 右京 区 京北 ・ 左京 区 広 河原 、 南丹 市 美山 町 ( 京都 府 ) ・ 八木 町 神吉 ) 南 桑田 郡 ( 亀岡 市 、 大阪 府 高槻 市 樫田 、 大阪 府 豊能 郡 豊能 町 牧 ・ 寺田 ) 船井 郡 ( ふない : 京丹波 町 、 南丹 市 日吉町 ( 京都 府 ) ・ 園部 町 ・ 八木 町 の うち 旧 北桑田 郡 神吉村 ( 1955 年 に 編入 ) を 除 く 地域 ) 何 鹿 郡 ( いかるが : 綾部 市 、 福知 山 市 の うち 旧 佐賀 村 ) 多紀 郡 ( たき : 篠山 市 ) 氷上 郡 ( ひかみ : 丹波 市 ) 天田 郡 ( あまだ : 福知 山 市 の うち 旧 何 鹿 郡 佐賀 村 、 旧 与謝 郡 雲原村 ( 190 2 年 以降 は 天田 郡 ) 、 旧 加佐 郡 大江 町 ( 京都 府 ) を 除 く 地域 ) 1 . 京都 府 内 南丹 また は 口丹 ( く ちたん : 全域 丹波 ) 亀岡 市 ・ 南丹 市 ( 旧 船井 郡 園部 町 ・ 八木町 ・ 日吉 町 、 北桑田 郡 美山 町 ) ・ 船井 郡 中丹 ( ちゅうたん : 丹波 と 丹後 に またが る 地域 ) 福知 山 市 ・ 綾部 市 ・ 舞鶴 市 ( 旧 天田 郡 ・ 旧 何 鹿 郡 ・ 旧 加佐 郡 ) 2 . 兵庫 県 内 丹波 ( 兵庫 丹波 ) 丹波 市 ・ 篠山 市 京都 丹波 ・ 兵庫 丹波 丹波 の 範囲 は 、 現在 の 兵庫 県 側 は 篠山 市 及び 丹波 市 で 人口 ・ 面積 とも に 全体 の 2 割 弱 、 京都 府 側 は 亀岡 市 、 南丹 市 、 船井 郡 京丹波 町 、 綾部 市 、 福知 山 市 で あ る の で 、 兵庫 県 部分 より 京都 府 部分 の ほう が 広大 。 兵庫 丹波 ・ 京都 丹波 と 分類 する こと は 現在 の 行政 区分 に よ り 丹波 が 2 府 県 に またが る ため で あ る 。 そもそも 丹波 は 、 中央 集権 体制 を 進め る 明治 政府 の 大久保 利通ら に よ り 、 但馬 ・ 丹後 を 含め 似通 っ た 地域 性 を 無視 し て 2 府 県 に 分け られ た 。 亀岡 市 及び 旧 船井 郡 園部 町 、 八木町 を 除 き 都 道 府 県 庁 所在 地 から 遠 く はなれ 、 両 府 県 および 国 の 施策 から は 重き を 置 かれ ず に い た の で 、 高度 経済 成長 に いっそう の 過疎 が 強ま っ た 。 なお 、 18 71 年 ( 明治 4 年 ) 1 1 月 2 日 ~ 1876 年 ( 明治 9 年 ) 8 月 21 日 の 約 5 年間 は 、 桑田 、 何鹿 、 船井 3 郡 および 山城 国 が 京都 府 、 氷上 、 多紀 、 天田 3 郡 および 但馬 、 丹後 が 豊岡 県 と 言 う 構成 で あ っ た 。 豊岡 県 を 二分 し 、 天田 郡 と 丹後 が 京都 府 、 氷上 、 多紀 2 郡 と 但馬 が 兵庫 県 に 編入 さ れ る こと に な っ た の は 旧 出石 藩 士 の 桜井 勉 氏 の 案 で あ る が 、 当初 桜井 氏 は 豊岡 県 全域 と 飾磨 県 ( 播磨 ) と の 合併 を 進言 し た よう で あ る 。 丹波 の 名 を 広め た の は 旧 丹波 国 全域 で あ り 、 「 丹波 黒豆 」 や 「 丹波 松茸 」 など の 丹波 ブランド を 確立 し た と 自負 し て い る 篠山 市 に 加え 神戸 新聞 2003 年 7 月 17 日 付 記事 など 、 京都 府 内 の 綾部 市長 から も 反対 の 声 が あ っ た に も 関 ら ず 京都 新聞 2003 年 7 月 5 日 、 2004 年 ( 平成 16 年 ) 1 1 月 、 旧 氷上 郡 が 町 村 合併 で 周囲 の 反対 を 押し切 る 形 で 丹波 市 を 名乗 っ た 。 2004 年 当時 、 丹波 町 ( 京都 府 ) が 存在 し て い た が 、 市町 の 違い が あ る の で 、 競合 その もの に 法律 上 の 問題 は な かっ た が 、 丹波 町 が 周辺 の 町 と 合併 し て 京丹波 町 が 発足 し た 2005 年 ( 平成 17 年 ) 10 月 11 日 を も っ て 、 丹波 市 ・ 丹波 町 の 並存 は 解消 し た 。 丹波 と 丹後 ・ 但馬 丹波 と 丹後 を あわせ て 両丹 ( りょうたん ) 、 丹波 と 但馬 を あわせ て 但丹 また は 丹但 ( たんたん ) 、 丹波 と 丹後 、 但馬 を あわせ て 三 たん ( さんたん ) と 呼 ば れ る 。 「 柏原 の 厄除 大祭 は 三 たん 一 の お 祭り 」 など と 表現 さ れ る 。 なお 丹但 は 、 但馬 と 丹後 に 用い られ る 場合 も あ る 。 +山城 国 ( やましろ の くに ) は 、 かつて 日本 の 地方 行政 区分 だっ た 令 制 国 の 一 つ で 、 畿内 に 位置 する 。 現在 の 京都 府 南部 に あた る 。 別称 は 城州 ( まれ に 山州 と も ) 、 雍州 。 延喜 式 で の 格 は 国司 国 等級 区分 。 「 やましろ 」 は 、 古く は 山代 と 書 き 、 7 世紀 に 山背 国 と い う 表記 で 国 が 建て られ た 。 延暦 13 年 ( 794 年 ) 1 1 月 8 日 の 平安 京命名 の 際 に 、 桓武 天皇 が 、 山河 が 襟帯 し て 自然 に 城 を な す 形勝 から 、 山城 国 に 改称 し た 。 平城 京 時代 の 木簡 を 見 る 限り 、 山代 国 、 山背 国 と 表記 は 並存 し て い る よう で あ る 。 国府 は 、 和名 類 聚抄 に 、 河陽 離宮 。 拾芥 抄 で は 、 乙訓 郡 、 府 と 記載 さ れ て い る 。 節用 集 ( 易林 訂正 ) ; 奥書 跋末 「 慶長 ニ易 林 誌 」 に 、 乙訓 郡 、 府 と 記載 さ れ て い る 。 守護 所 は 、 当初 、 山城 国 守護 を 京都 守護 が 兼任 し て い た ため 、 京都 守護 の 御 家人 の 館 が 当て られ た 。 その 後 、 六波羅 探題 が 兼務 する よう に な り 、 守護 所 も 六波羅 と な っ た 。 室町 時代 に 山城 国 を 宇治川 を 境 に 上三 郡 と 下 五 郡 に 分割 し て 、 それぞれ に 守護 代 を 任 ずる よう に な っ て から は 、 上三 郡 の 守護 所 が 宇治 槙島 に 置 か れ 、 下五 郡 の 守護 所 が 淀 など 数 ヶ所 に 置 か れ た 。 一宮 、 国分寺 など 国分寺 は 、 僧寺 と 尼寺 とも に 相楽 郡 に あ っ た 。 恭仁宮 大極殿 が 746 年 に 僧寺 と さ れ た 。 882 年 に 焼失 。 その 後 再建 さ れ る が 衰退 する 。 鎌倉 時代 に は 平等 院 の 末寺 と な っ て い た よう で あ る 。 場所 は 現在 の 木津川 市 加茂 町 に あた る 。 1925 年 ( 大正 14 年 ) に 国分寺 の そば で 大量 の 古瓦 が 発掘 さ れ 、 尼寺 の 跡 だ と 考え られ て い る 。 延喜 式 神名帳 に は 、 大社 53 座 37 社 ( うち 名神 大社 23 座 16 社 ) ・ 小社 69 座 59 社 の 計 122 座 96 社 が 記載 さ れ て お り 、 他 に 宮中 の 36 座 ( 大 30 座 ・ 小 6 座 ) 、 京中 の 大 3 座 が 記載 さ れ て い る 。 一宮 は 京都 市 の 賀茂 神社 ( 北 区 ( 京都 市 ) の 賀茂 別雷 神社 ( 上賀茂 神社 ) 及び 左京 区 の 賀茂 御祖 神社 ( 下鴨 神社 ) ) で あ る 。 山城 国 の 一宮 指定 に は 、 地方 の 諸国 と 異な っ て 神祇 官 が 関わ っ て い る と 思 わ れ 、 11 世紀 末 から 諸国 で それぞれ に 一宮 が 成立 し て い く 中 で 、 畿内 で は それ に 対応 し て 12 世紀 に な っ て から 決め られ た と 考え られ る 。 二宮 以下 は 存在 し な い 。 総社 は 不詳 で あ る 。 郡 乙訓 郡 葛野 郡 愛宕 郡 紀伊 郡 宇治 郡 久世 郡 綴喜 郡 相楽 郡 守護 鎌倉 幕府 ~ 1221 年 - 京都 守護 兼任 1221 年 ~ 1333 年 - 六波羅 探題 兼任 室町 幕府 1353 年 ~ 1384 年 - 侍所 兼任 1385 年 ~ 1386 年 - 山名 氏 清 1389 年 - 赤松 義則 1389 年 ~ 1390 年 - 山名 氏 清 1390 年 ~ 1391 年 - 赤松 義則 1391 年 - 山名 氏 清 1392 年 ~ 1394 年 - 畠山 基国 1394 年 ~ 1399 年 - 結城 満藤 1399 年 - 京極 高 詮 1399 年 ~ 140 2 年 - 結城 満藤 140 2 年 ~ 140 3 年 - 畠山 基国 140 4 年 ~ 1416 年 - 高師 英 1418 年 ~ 142 1 年 - 一色 義貫 142 1 年 ~ 142 3 年 - 京極 高 数 142 4 年 ~ 142 8 年 - 京極 持 高 142 8 年 ~ 1433 年 - 畠山 満家 1433 年 ~ 1434 年 - 畠山 持国 1434 年 ~ 1436 年 - 一色 義貫 1436 年 ~ 1439 年 - 赤松 満祐 1440 年 ~ 1441 年 - 山名 持 豊 1441 年 ~ 1447 年 - 京極 持 清 1447 年 ~ 1449 年 - 一色 教親 1450 年 ~ 1455 年 - 畠山 持国 1455 年 ~ 14 60 年 - 畠山 義就 1460 年 ~ 1463 年 - 畠山 政長 1464 年 ~ 1468 年 - 山名 是 豊 1474 年 ~ 147 8 年 - 山名 政 豊 147 8 年 ~ 1483 年 - 畠山 政長 1486 年 ~ 1490 年 - 伊勢 貞陸 1493 年 ~ 150 7 年 - 伊勢 貞陸 150 8 年 ~ 1518 年 - 大内 義興 1518 年 ~ 1531 年 - 細川 高国 1532 年 ~ 1549 年 - 細川 晴元 山城 守 藤原 棟世 小畠 虎 盛 斎藤 道 三 荒木 氏綱 松永 久秀従 四 位 下 龍造寺 隆信 直江 兼 続 従 五 位 下 ( 天正 11 年 ( 1583 年 ) ~ ) 土岐 定政 従 五 位 下 ( 文禄 2 年 ( 1593 年 ) ~ ) 土岐 定義 従 五 位 下 竹腰 正信 従 五 位 下 ( 慶長 16 年 ( 1611 年 ) ~ ) 土岐 頼行 従 五 位 下 ( 寛永 元年 ( 1624 年 ) 10 月 28 日 ~ ) 竹腰 正晴従 五 位 下 竹腰 正映 従 五 位 下 竹腰 正武 従 五 位 下 竹腰 勝起 従 五 位 下 竹腰 睦 群 竹腰 正定 従 五 位 下 永井 尚佐従 五 位 下 永井 尚典 従 五 位 下 +天橋立 ( あまの はしだて ) は 、 京都 府 宮津 市 の 宮津 湾 に あ る 景勝 地 で あ る 。 天橋立 は 、 約 7,000 本 の マツ 林 が 続 く 長 さ 3 . 2 km ( 大天橋 、 小天橋 ) 、 幅 20 から 付根 が 170 m ほど の 砂嘴 ( さし ) で あ る ( 地学 上 で は 砂州 ) 。 宮津 湾 から 阿蘇 海 を 作 る 。 阿蘇 海 から は 、 文珠 切戸 ( もんじゅ の きりど ) と 文珠 水路 ( もんじゅ の すいろ ) に よ っ て 、 宮津 湾 へ 開 く 。 また 、 一般 に は それ を 展望 する 傘松 公園 も 含め た 総称 と する 場合 も あ る 。 大橋立 と 小橋 立 は 可動 橋 で 結 ば れ ( 右 写真 手前 の 陸 と 砂嘴 の 間 ) 、 その 下 を 遊覧 船 など 小型 船 が 通 る 。 人 が 逆さ に な っ て 見 る と 、 天 に 架か る 橋 の よう に 見え る こと から この 名 が つ い た 。 北側 の 傘松 公園 から 「 股 のぞき 」 で 見 る の が 名称 の 由来 で も あ り 、 伝統 的 に 美し い と さ れ て い る ( この 傘松 公園 から の 眺望 は 、 「 斜め 一 文字 」 と も 呼 ば れ る ) 。 南側 から の 眺め ( 及び その 展望 台 ) で あ る 「 飛龍 観 」 ( ひ りゅうかん 。 龍 が 天 に 登 る 姿 に 見え る こと から ) も 人気 が 高 く 、 北側 と 観光 客 を 二分 する ほど に な っ て い る 。 その 他 に も 展望 台 が あ り 、 東側 から の 眺め を 「 雪舟 観 」 ( せっしゅうかん 。 左 に 掲げ た 雪舟 筆 「 天橋 立図 」 が 描 か れ た こと から ) 、 西 から の 眺め を 「 一 字 観 」 ( いち じかん 。 「 一 」 の 字 に 見え る こと から ) と い う 。 古く から 名所 と し て 知 ら れ て お り 、 一 例 と し て 百 人 一首 の 小式 部 内侍 の 歌 「 大江山 い く 野 の 道 の 遠 けれ ば まだ ふみ も みず 天橋 立 」 が 見 られ る ほか 、 丹後 国 風土記 に は 、 イザナギ が 天 に 昇 る ため の はしご が 、 イザナギ が 寝 て い る 間 に 倒れ て 天橋 立 に な っ た と の 記述 が あ る 。 江戸 時代 から 松島 ( 現在 の 宮城 県 ) 、 宮島 ( 現在 の 広島 県 ) と とも に 日本 三景 の 一 つ に 数え られ た 。 1952 年 ( 昭和 27 年 ) 1 1 月 22 日 に 国 の 特別 名勝 に 指定 さ れ 、 また 日本 の 白砂 青松 100 選 に も 指定 さ れ て い る 。 1955 年 6 月 1日 に は 若狭 湾 国定 公園 の 一部 と し て 国定 公園 に 指定 さ れ て い た が 、 2007 年 8 月 3 日 に 丹後 天橋立 大 江山 国定 公園 と し て 独立 し た 。 2007 年 に は 日本 の 地質 百 選 に 選定 さ れ た 。 京都 府 、 宮津 市 など は 「 天橋 立- 日本 の 文化 景観 の 原点 」 と い う 名 で 、 文化 庁 に 対 し 世界 遺産 暫定 一覧 表 記載 資産 候補 と し て の 提案 を し て い る 。 飛行 機 大阪 国際 空港 ( 伊丹 ) - 但馬 飛行 場 ( 日本 エアコミューター ) 大阪 国際 空港 に て 日本 航空 の 東京 便 と 連絡 。 コウノトリ 但馬 空港 から 全但 バス 空港 連絡 バス で 豊岡 駅 ( 兵庫 県 ) へ 。 同駅 から 北 近畿 タンゴ 鉄道 で 天橋 立 駅 下車 。 コウノトリ 但馬 空港 ( また は 豊岡 市街 ) から 車 で 約 60 分 。 鉄道 北 近畿 タンゴ 鉄道 北 近畿 タンゴ 鉄道 宮津 線 天 橋立 駅 下車 。 京都 駅 から は 、 JR から の 直通 特急 を 利用 し て 約 2 時間 。 天橋立 駅 から 天橋 立 の 南端 部 へ は 徒歩 すぐ 。 北側 の 傘松 公園 へ は 丹後 海陸 交通 の バス ・ 観光 船 など で 一 の 宮 へ 行 き 徒歩 で 府中 駅 へ 。 同駅 から 天橋 立 鋼索 鉄道 に 乗車 、 傘松 駅 から 徒歩 。 車 京都 から 京都 縦貫 自動 車 道 → ( 丹波 インター チェンジ ) → 国道 27 号 → ( 綾部 安国 寺 インター チェンジ ) → 京都 縦貫 自動 車 道 → ( 宮津 天 橋立 インター チェンジ ) → 国道 178 号 → 京都 府道 2 号 線 → 天橋 立 大阪 から 中国 自動 車 道 → ( 吉川 ジャンクション ) → 舞鶴 若狭 自動 車 道 → ( 綾部 ジャンクション ) → 京都 縦貫 自動 車 道 → ( 宮津 天橋立 IC ) → 国道 176 号 → 京都 府道 2 号 線 → 天橋 立 天橋立 は 、 近年 、 侵食 に よ り 縮小 ・ 消滅 の 危機 に あ る 。 これ は 、 戦後 、 河川 に ダム など が 作 ら れ 、 山地 から 海 へ の 土砂 供給 量 が 減少 し 、 天橋 立 に おけ る 土砂 の 堆積 ・ 侵食 バランス が 崩れ た ため で あ る 。 これ 以上 の 侵食 を 防 ぐ ため 、 行政 で は 砂州 上 に それ と 直交 し て 小型 の 堆砂堤 を 多数 設置 し 、 流出 する 土砂 を そこ で 食い止め よ う と し て い る ( 写真 南側 より の 眺め ( 飛龍 観 ) の 向か っ て 右側 の 砂浜 が ノコギリ 状 に な っ て い る 部分 ) 。 松くい 虫 の ため 、 一時 松 が 立ち枯れ し 、 全滅 の 危機 に 瀕 し た 。 その 後害虫 駆除 を 行 い 現在 で は 小康 状態 を 保 つ 。 天橋 立 物語 その 文化 と 歴史 と 保全 - 岩垣 雄一 著 ( 2007 年 7 月 、 技報 堂 出版 ) ISBN 978 - 4 - 76 5 5 - 1 7 21 - 8 +比叡山 ( ひ えいざん ) と は 、 滋賀 県 大津 市 西部 と 京都 府 京都 市 北東部 に またが る 山 。 大津 市 と 京都 市 左京 区 の 県境 に 位置 する 大 比叡 ( 84 8 . 3 m ) と 左京 区 に 位置 する 四明 岳 ( しめい がたけ 、 838 m ) の 二峰 から 成 る 双耳 峰 の 総称 で あ る 。 大 比叡 の 一 等 三角 点 は 大津 市 に 所在 する 。 高野山 と 並 び 古く より 信仰 対象 の 山 と さ れ 、 延暦 寺 や 日吉 大社 が あ り 繁栄 し た 。 東山 ( 京都 府 ) に 含 ま れ る 。 別称 は 叡山 、 北嶺 、 天台 山 、 都 富士 など 。 概要 京都 の 鬼門 に あた る 北東 に 位置 する こと も あ り 、 比叡山 は 王城 鎮護 の 山 と さ れ た 。 古事 記 で は 比叡山 は 日枝 山 ( ひえの やま ) と 表記 さ れ 、 大山 咋神 が 近江 国 の 日枝 山 に 鎮座 し 、 鳴鏑 を 神体 と する と 記 さ れ て い る 。 延暦 寺 が 日枝 山 に 開 か れ て 以降 、 大山 咋神 は 地主 神 と し て 天台 宗 ・ 延暦 寺 の 守護 神 と さ れ 、 大山 咋神 に 対 する 山王 信仰 が 広ま っ た 。 また 比叡山 山頂 の 諸堂 や 山麓 の 日吉 大社 など を 参拝 し て 歩 く 延暦 寺 千 日 回 峰行 も 行 わ れ 信仰 の 山 で あ る 。 登山 も 盛ん で 、 代表 的 な 登山 口 と し て は 京都 市 左京 区 修学院 から 登 る 雲母 坂 、 滋賀 県 側 の 門前町 ・ 坂本 ( 大津 市 ) から 無動 寺谷 を 通 っ て 登 る 登山 道 など が あ る 。 雲母 坂 は 古く から 京都 と 延暦 寺 を 往復 する 僧侶 ・ 僧兵 や 朝廷 の 勅使 が 通 っ た 道 で あ り 、 現在 も 登山 客 は 多 い 。 山内 に は 大津 から 京都 大原 方面 へ 抜け る 東海 自然 歩道 が 通 っ て い る 。 有料 道路 や ケーブル カー 、 ロープ ウェイ で 山頂 まで 行け る ため 、 休日 に は 観光 客 が 多 く 訪れ る 。 かつて は 比叡 山頂遊園 地 と 比叡 山 人工 スキー 場 が あ っ た が 2002 年 まで に すべて 閉鎖 さ れ 、 スキー 場 の 跡地 は コスモス 園 、 山頂 遊園 地 の 跡地 は 美術 館 「 ガーデン ミュージアム 比叡 」 に な っ て い る 。 また 、 京都 側 の ふもと の 八瀬 に は 森 の ゆうえんち ( 森 の ゆうえんち ) も あ っ た が 、 こちら も 2001 年 11 月 30 日 に 閉鎖 さ れ 、 跡地 に は 会員 制 リゾート ホテル が 建 っ た 。 大 比 叡 と 四明 岳 国土 地理 院 に よ る 測量 成果 で は 、 東 の 頂 を 大比 叡 、 西 の 頂 を 四明 岳 、 総称 と し て 比叡山 と し て い る 。 「 点 の 記 」 で は 、 東 の 頂 に 所在 する 一 等 三角 点 の 点名 を 「 比叡山 」 と し て い る 。 この 三 角 点 は 大津 市 と 京都 市 の 境 に 位置 する が 、 所在 地 と し て は 大津 市 に あた る 。 京都 盆地 から 比叡山 を 見 た 場合 、 大比 叡 の 頂 を 確認 する こと が 難し く 、 四明 岳 を 比叡 山 の 山頂 だ と 見な す こと が あ る 。 京福 電気 鉄道 叡山 ロープ ウェイ に お い て は 、 四明 岳 の 山頂 を も っ て 比叡 山頂 駅 と 設定 し て い る 。 四明 岳 の 表記 、 あるいは 読み に は 多数 の 説 が あ り 、 国土 地理 院 に よ る 「 四明 岳 ( しめい がたけ 、 しめい だけ ) 」 の ほか 、 「 京都 市 の 地名 」 で は 「 四明ヶ岳 ( しめがたけ ) 」 、 「 四明 峰 ( しみょう の みね ) 」 など を 挙げ て い る 。 比叡山 の 別称 で あ る 天台 山 、 ならび に 四明 岳 の 名称 は 、 天台 宗 ゆかり の 霊山 で あ る 中華 人民 共和 国 の 天台 山 、 四 明山 に 由来 する 。 地形 側 から 見 る 比叡山 ( 左端 ) 丹波 高地 ならび に 比良山 地 と は 花折 断層 を 境 に し て 切り離 さ れ て い る 。 この ため 、 比叡 山地 、 あるいは 比叡 醍醐 山地 に 属 する と さ れ る 。 アクセス 比叡山 鉄道 比 叡山 鉄道 比 叡山 鉄道 線 ( 坂本 ケーブル ) 京福 電気 鉄道 京福 電気 鉄道 鋼索線 ( 叡山 ケーブル ) 京福 電気 鉄道 叡山 ロープ ウェイ 比叡山 ドライブ ウェイ 京都 府道 ・ 滋賀 県 道 30 号 下鴨 大津 線 ( 山中越え ) 比叡山 ドライブ バス ・ 比叡 山内 シャトル バス 京阪 バス 山科 営業 所 比 叡 山 方面 京都 バス 嵐山 営業 所 比 叡山 線 ( 比叡山 ドライブ バス ) テレビ 放送 所 京都 市 左京 区 の 側 に は 、 京都 府 を エリア と する テレビ 局 の 親局 が 設置 さ れ て い る 。 滋賀 県 側 に 極力 電波 が 漏れ な い よう 、 アンテナ に は アンテナ 指向 性 が 設け られ て い る 。 地上 デジタル テレビジョン 放送 送信 設備 2005 年 4 月 1日 放送 開始 。 地上 アナログ テレビジョン 放送 送信 設備 備考 NHK 大阪 放送 局 NHK 教育 テレビジョン 、 MBS 毎日 放送 、 ABC 朝日 放送 、 KTV 関西 テレビ 放送 、 ytv 讀賣 テレビ 放送 に つ い て は 、 デジタル ・ アナログ と も 、 生駒 山 から の 電波 を 直接 受信 し て 視聴 する 。 NHK 総合 に つ い て も 、 生駒 山 送出 の NHK 大阪 総合 を 見 る と い う 世帯 も 少な く な い 。 +日本 の 市 自治 体 名 京田辺 市 都 道 府 県 京都 府 コード 26211 - 1 城陽 市 綴喜 郡 井手 町 、 相楽 郡 精華 町 大阪 府 枚方 市 奈良 県 生駒 市 郵便 番号 610 - 0 393 所在 地 京田辺 市 田辺 80 番 地 電話 番号   TEL 0774 - 6 3 - 1122   FAX 0774 - 6 3 - 47 8 1 外部 リンク 経度 東経 135 度 46 分 4 秒 緯度 北緯 34 度 48 分 51 秒 京田辺 市 ( きょう たなべ し ) は 、 京都 府 南部 の 大阪 府 ・ 奈良 県 と の 県境 近く に 位置 する 市 。 地理 京田辺 市 は 京都 府 南部 、 八幡 市 ・ 城陽 市 ・ 綴喜 郡 井手町 ・ 相楽 郡 精華 町 ・ 大阪 府 枚方 市 ・ 奈良 県 生駒 市 と 接 し 、 三 府 県 の 三角 地帯 の 中央 部 に 位置 する 。 市 の 東側 を 南北 に 沿 っ て 流れ る 木津川 ( 京都 府 ) と 、 西側 の 生駒 山 系 に 挟 ま れ て お り 、 中心 部 を 西 日本 旅客 鉄道 片町 線 ・ 近畿 日本 鉄道 近鉄 京都 線 が 通 る 。 京都 市 ・ 奈良 市 ・ 大阪 市 の ベッド タウン と し て の 性格 が 強 い 。 人口 行政 市長 : 石井 明三 ( 1 選目 ) 歴史 1997 年 ( 平成 9 年 ) 4 月 1日 、 綴喜 郡 田辺 町 より 市制 施行 。 京都 府 で 八幡 市 以来 20 年 振り 12 番 目 、 全国 で 669 番 目 の 市 と し て 誕生 し た 。 その 際 和歌山 県 田辺 市 と の 重複 を 避け る ため 、 京都 府 の 「 京 」 を 冠 し て 『 京田辺 市 』 と な っ た 京都 府 綴喜 郡 田辺 町 を 「 京都 府 田辺 市 」 と する 町 を 市 と する 処分 ( 市制 施行 ) と 、 「 京都 府 田辺 市 」 を 「 京都 府 京田辺 市 」 と する 市 の 名称 変更 が 、 同日 に 実施 さ れ て い る 。 なお 、 新 市名 は 一般 公募 から 選考 さ れ た もの で あ る 。 茶 ( 宇治 茶 ) の 栽培 が 盛ん で 、 玉露 を 特産 品 と する 。 ニチダイ ( ジャスダック 証券 取引 所 上場 企業 ) 京阪 宇治 バス ( 2007 年 11 月 10 日 より 市内 東部 で 運行 開始 。 2008 年 5 月 10 日 に バス 営業 所 を 移転 する ) 住江 工業 ( 陸運 / 海運用 車両 座席 メーカー ) 椿本 チエイン - 京田辺 工場 大 日本 印刷 - 京都 工場 明治 乳業 - 京都 工場 松下 電工 山城田辺 郵便 局 ( 61 0 - 0 3 ) ( 隣接 する 綴喜 郡 井手 町 も 配達 区域 に 含 ま れ る ) 教育 同志社 大学 京田辺 キャンパス 同志社 女子 大学 京田辺 キャンパス 京都 府 立田 辺 高等 学校 同志 社 国際 中 学校 ・ 高等 学校 京田辺 市 立田辺 中 学校 京田辺 市 立 大住 中 学校 京田辺 市 立 培良 中 学校 京田辺 市 立 大住 小 学校 京田辺 市 立田辺 小 学校 京田辺 市立 草内 小 学校 京田辺 市立 三山 木 小 学校 京田辺 市立 普賢 寺 小 学校 京田辺 市 立田辺 東 小 学校 京田辺 市 立 松井 ヶ丘 小 学校 京田辺 市 立 薪 小 学校 京田辺 市立 桃園 小 学校 NPO 法人 京田辺 シュタイナー 学校 観光 観音寺 ( 京田辺 市 )   国宝 十 一 面 観音 立像 が 安置 さ れ る お 寺 。 酬恩庵 ( 酬恩 庵 )   とんち で 有名 な 一休 宗純 ゆかり の 寺 。 重文 一 休 禅 師 座像 ・ 名勝 庭園 は 重要 文化 財 に 指定 。 大住 車塚 古墳   別名 チコンジ 山 と 呼 ば れ る 前方 後 方墳 。 甘南備 山 交通 鉄道 西 日本 旅客 鉄道 片町 線 ( 宝塚 駅 ・ 北新 地駅 ・ 京橋 駅 ( 大阪 府 ) 方面 ~ ) 松井 山手駅 ・ 大住 駅 ・ 京田辺 駅 ・ 同志 社前 駅 ・ JR 三山木 駅 ( ~ 木津 駅 ( 京都 府 ) 方面 ) 近畿 日本 鉄道 近鉄 京都 線 ( 京都 駅 ・ 近鉄 丹波橋 駅 ・ 大久保 駅 ( 京都 府 ) 方面 ~ ) 新田辺 駅 ・ 興戸 駅 ・ 三 山 木 駅 ・ 近鉄 宮津 駅 ( ~ 高 の 原駅 ・ 大和 西 大寺 駅 ・ 近鉄 奈良 駅 ・ 橿原 神宮前 駅 方面 ) 市 の 代表 駅 と し て 、 近鉄 新田辺 駅 ・ JR 京田辺 駅 ・ 松井 山手駅 が あ る 。 近鉄 新田辺 駅 と JR 京田辺 駅 は 京田辺 市街 の 中心 、 松井 山手 駅 は 京阪 東 ローズ タウン の 中心 駅 と し て 機能 し て い る 。 また 近鉄 新田辺 駅 に は 、 京都 市営 地下 鉄 烏丸 線 の 普通 電車 が 同駅 まで 乗り入れ て い る 。 JR 京田辺 駅 は 、 もと は 田辺 と い う 駅名 で 、 市制 施行 と ほぼ 同 時期 に 市名 に 合わせ て 改名 し た 。 これ は 、 阪急 京都 本線 西 向日 駅 、 東向日 駅 と 同様 の ケース で あ る 。 ( 和歌山 県 田辺 市 に は 「 紀伊田 辺 駅 」 駅 ( 紀勢 本線 ) が あ る が 、 田辺 市 の 方 に あ る 駅 の 名称 に 『 紀伊 』 と い う 和歌山 県 の 旧 国名 が つ く の は 、 同じ 西 日本 旅客 鉄道 の 管内 で 駅名 の 重複 を 避け る ため と 見 られ る ) 。 バス 京阪 バス ( 京阪 グループ 、 京阪 バス 京田辺 営業 所 が 市内 に あ る ) 奈良 交通 ( 近鉄 グループ ) 京阪 宇治 バス ( 京阪 グループ 、 京阪 宇治 バス 京田辺 営業 所 が 市内 に あ る ) 道路 高速 自動 車 国道 新 名神 高速 道路 ( 予定 ) 一般 国道 第 二 京阪道路 ( 国道 1 号 一般 有料 道路 ) 京田辺 本線 料金 所 国道 1 号 バイパス ( 第 二 京阪 側道 ) 京奈和 自動 車 道 ( 国道 24 号 一般 有料 道路 ) 田辺北 インター チェンジ 田辺西 インター チェンジ 国道 307 号 主要 府道 京都 府道 22 号 八幡 木津 線 山手 幹線 ( 京都 府 ) 奈良 県 道 ・ 京都 府道 65 号 生駒井手 線 大阪 府 道 ・ 京都 府 道 71 号 枚 方 山城 線 一般 府道 京都 府道 251 号 富野 荘 八幡 線 大阪 府 道 ・ 京都 府道 736 号 交野 久 御山 線 京都 府道 80 1 号 京都 八幡 木津 自転 車 道 線 出身 有名 人 西阪 慶眞 ( いけば な 作家 ) ロクニシコージ ( 漫画 家 ) 橋本 健太郎 ( プロ 野球 選手 ) 六車 拓也 ( サッカー 選手 、 徳島 ヴォルティス ) 松岡 佑起 ( 陸上 競技 選手 ) +武蔵 国 ( むさしの くに ) は 、 かつて 日本 の 地方 行政 区分 だっ た 令 制 国 の 一 つ 。 現在 の 埼玉 県 、 東京 都 の 隅田 川 より 東 の 地域 と 島嶼 を 除 く 部分 、 および 神奈川 県 の 北東部 ( 現在 の 川崎 市 全域 と 横浜 市 東部 ・ 沿岸 部 ) を 合わせ た 地域 に 当た る 。 武州 ( ぶ しゅう ) と 呼 ぶ こと も あ る 。 延喜 式 で の 格 は 国司 国 等級 区分 、 遠国 。 飛鳥 京 ・ 藤原 宮木簡 に は 、 无耶 志国 と 表記 。 また 、 7 世紀 頃 まで の 武蔵 は 「 无射志 」 ( むざし ) と 表記 さ れ て い た 記録 も 見つか っ て い る 。 6 世紀 の 武蔵 国造 の 乱 の 後 、 7 世紀 に 成立 し た 。 胸刺 ( むざし ) と 无邪志 ( むざし ) 、 知知夫 ( ちちぶ ) が 1 つ の 国 に な っ た と さ れ る 。 武蔵 国造 の 乱 で 献上 さ れ た 南部 ( 多氷 ) に 国府 が 置 か れ た 。 当初 は 毛野 国 と の 関係 で 東山道 に 属 し 、 東山道 武蔵路 が 設け られ て い た 。 70 8 年 ( 和銅 元年 ) 、 秩父 郡 ( ちちぶ の こおり ) で 和銅 ( 精錬 の 必要 の 無 い 自然 銅 ) が 発見 さ れ た 。 7 71 年 ( 宝亀 2 年 ) 10 月 27 日 ( 旧暦 ) に 東海道 に 移 さ れ た 。 平安 時代 の 927 年 ( 延長 5 年 ) に 完成 し た 延喜 式 に よ る と 、 官営 に よ る 4 つ の 勅旨 牧 が 置 か れ た 。 これ ら は 朝廷 に 毎年 50 頭 の 良馬 を 納め て い た 。 その 後 も 勅旨 牧 は 増設 さ れ 、 軍用 品 の 生産 地 と し て 重要 視 さ れ る よう に な っ た 。 中央 から 軍事 貴族 が 派遣 さ れ 、 在庁 官人 が 実務 を 担 っ た 。 対立 も あ り 、 939 年 ( 天慶 2 年 ) の 源経 基 と 武蔵 武芝 の 争い は 承平 天慶 の 乱 の 遠因 と な っ た 。 その 後 、 牧 の 管理 者 の 中 から 同族 的 武士 団 が 生まれ 割拠 し た 。 それ ら は 後 の世 に 武蔵 七 党 と 呼 ば れ る こと と な る 。 彼 ら は 鎌倉 幕府 成立 の 大きな 力 と な り 、 幕府 を 支え た 。 反面 、 鎌倉 に 政権 が 置 か れ る と 、 地元 の 有力 勢力 は 排除 さ れ 、 南 関東 は 政権 の お 膝元 ( 関東 御 分国 ) と し て 再編 さ れ て い っ た 。 周辺 の 国々 で は 上総 氏 や 三浦 氏 ( 和田 氏 ) など 有力 在庁 官人 が 滅亡 し た 。 武蔵国 で も 比企 氏 、 畠山 氏 ( 平姓 ) が 滅ぼ さ れ た 。 秩父 氏 の 力 は 衰え 、 北条 氏 得宗 が 実権 を 握 っ た 。 武蔵国 は 中 小 武士 団 が 栄え る 国 と な っ た 。 室町 時代 に な っ て も 状況 は 変わ ら な かっ た 。 鎌倉 に は 鎌倉 府 が 置 か れ た 。 秩父 氏 は 武蔵 平一 揆 の 乱 で 力 を 失 い 、 武蔵 国 の 実権 は 関東 管領 上杉 氏 が 握 っ た 。 武蔵国 の 中 小 武士 団 は 武州 南 一揆 や 北一 揆 を 結成 し た 。 その 後 関東 で は 室町 幕府 と 鎌倉 府 の 対立 、 鎌倉 府 と 関東 管領 の 対立 、 扇谷 上杉 家 と 山内 上杉 家 の 対立 、 両 上杉 家 と 家宰 ( 太田 道灌 や 長尾 景春 ) の 対立 が 続 い た 。 上杉 禅秀 の 乱 、 永享 の 乱 、 享徳 の 乱 、 長尾 景春 の 乱 、 長享 の 乱 など の 戦乱 が 起き た 。 伝統 的 な 豪族 層 が 支配 する 北 関東 から 武蔵 国 の 国府 を 通 っ て 、 鎌倉 に 抜け る 鎌倉 街道 は しばしば 戦場 に な っ た 。 反面 、 武蔵 国 は 六浦 や 品川 湊 など の 良港 を 抱え 、 西国 や 内陸 部 に 広が る 「 内海 」 と の 交易 を 活発 に 行 っ て い た 。 戦国 時代 _ ( 日本 ) 後期 から 後 北条 氏 が 大きな 勢力 を 振る うよう に な っ た 。 1546 年 ( 天文 15 ) 、 河越 城 の 戦い に 勝利 し 覇権 を 確立 し た 。 江戸 城 や 川越 城 、 岩槻 城 、 鉢形 城 、 滝山 城 ( のち に 八王子 城 ) 、 小机 城 など に 拠点 が 置 か れ た 。 1590 年 ( 天正 18 年 ) 、 豊臣 秀吉 に よ る 小田原 の 役 で 後 北条 氏 が 滅亡 。 以後 徳川 家康 が 江戸 に 移 っ た 。 江戸 幕府 開府 以後 は 徳川 政権 の お 膝元 と な り 、 日本 政治 の 中心 地 と な っ た 。 1594 年 ( 文禄 3 年 ) に 利根 川 東遷 事業 が 始ま っ た 。 近世 初 期 ( 1683 年 ( 貞享 3 年 ) また 一説 に よ れ ば 寛永 ( 1622 年 - 1643 年 ) に 、 下総 国葛飾 郡 から その 一部 、 すなわち 隅田 川 から 利根川 ( 現在 の 江戸川 下流 ) まで の 地域 を あわせ 、 武蔵 国 の 葛飾 郡 と し た 。 東京 低地 の 開発 が 始ま っ た 。 1653 年 ( 承応 2 年 ) に は 玉川 上水 が 完成 し 、 武蔵野 台地 の 開拓 が 進 ん だ 。 1853 年 ( 嘉永 6 年 ) 、 黒船 来航 に よ っ て 江戸 を はじめ 、 武蔵 国 沿岸 は 脅威 に 晒 さ れ た 。 韮山 代 官 所 は 危機 感 を 強め 、 品川 沖 に お 台場 を 建設 し 、 多摩 郡 など で 佐藤 彦五郎 を 編成 し た 。 八王子 千 人 同心 が 動員 さ れ 、 近藤 勇 など が 新撰 組 の 中核 を 担 っ た 。 1854 年 ( 嘉永 7 年 ) 、 武蔵 国 神奈川 の 横浜 村 で 日米 和親 条約 ( 神奈川 条約 ) が 締結 さ れ た 。 明治 維新 と それ に 続 く 東京 奠都 に よ っ て 首都 機能 が 山城 国 の 平安 京 ( 京都 ) から 、 武蔵 国 の 東京 ( 旧 江戸 ) に 遷 さ れ た 。 国府 は 多磨 郡 に あ っ た 。 現在 の 東京 都 府中 市 ( 東京 都 ) に あ り 、 関連 施設 が 発掘 さ れ て い る 。 国庁 は 現在 の 大國魂 神社 の 敷地 の 東 半分 を 西端 と し 、 府中 駅 南側 の 市街 地 部分 に 存在 し た と 考え られ て い る ( 武蔵 国府 関連 遺跡 ) 。 国府 津 は 、 品川 湊 で あ っ た と い う 説 が あ る 。 国分寺 は 現在 の 東京 都 国分寺 市 西元町 に あ っ た 。 その 法燈 を 継承 する 寺院 と し て 同地 に 医王 山 最勝 院 国分寺 ( 本尊 : 薬師 如来 ) が あ る 。 国分尼 寺 は 未詳 。 安国 寺 は 東京 都 府中 市 片町 の 龍門 山 等 持院 高安 寺 ( 本尊 : 釈迦 如来 ) と 埼玉 県 越谷 市 大泊 の 大 龍山 東光 院 安国 寺 ( 本尊 : 阿弥陀 如来 ) が 法燈 を 受け継 ぐ 。 利生 塔 は 未詳 で あ る 。 延喜 式 神名帳 に は 大社 2 座 2 社 ・ 小社 42 座 の 計 44 座 が 記載 さ れ て い る 。 大社 は 足立 郡 の 氷川 神社 と 児玉 郡 の 金 佐奈 神社 ( 現金鑽 神社 ) で 、 どちら も 名神 大社 に 列 し て い る 。 総社 は 大國 魂 神社 ( 府中 市 ) ( 東京 都 府中 市 宮町 ) で 、 別名 ・ 六 所 宮 と 称 し 、 武蔵 国内 の 一宮 から 六宮 まで の 祭神 が 祀 ら れ て い る 。 一宮 小野 神社 ( 東京 都 ) ( 東京 都 多摩 市 一ノ宮 。 主祭 神 : 小野 大神 = 天下 春命 ) 二宮 二宮 神社 ( 東京 都 あき る 野市 二宮 。 主祭 神 : 小河 大神 = 国常立尊 ) 三宮 氷川 神社 ( 埼玉 県 さいたま 市 大宮 区 高鼻 町 。 主祭 神 : 氷川 大神 = 須佐之男 命 、 稲田 姫命 ) 四宮 秩父 神社 ( 埼玉 県 秩父 市 番場 町 。 主祭 神 : 秩父 大神 = 八意思 兼命 、 知知 夫 彦命 ) 五宮 金鑽 神社 ( 埼玉 県 神川 町 二宮 。 主祭 神 : 金佐奈 大神 = 天照 大神 、 素盞 鳴尊 ) 六 宮 杉山 神社 ( 比定 社 が 複数 あ る が 、 多く は 横浜 市 内 に 集中 する ) 上記 の よう に 、 一宮 は 元々 は 小野 神社 で あ っ た が 、 戦国 時代 ( 日本 ) に それ まで の 三宮 の 氷川 神社 が 並存 する よう に な っ た 。 氷川 神社 が 一宮 と 称 さ れ る よう に な っ て から は 、 五宮 の 金鑽 神社 が 二宮 と さ れ る よう に な っ た 。 また 、 さいたま 市 緑 区 ( さいたま 市 ) 宮本 の 氷川 女体 神社 も 元 は 氷川 神社 から 分かれ た もの で あ り 、 江戸 時代 以降 一宮 と さ れ る よう に な っ た 。 +京都 市 ( きょうと し ) は 、 京都 府 南部 ( 旧 山城 国 ) の 都市 で 、 同府 の 都 道 府 県 庁 所在 地 で 政令 指定 都市 。 国 から 政令 指定 都市 の 指定 を 受け て お り 、 東京 特別 区 を 含め て 全国 第 7 位 の 人口 を 有 する ( 昼間 人口 で は 神戸 市 を 抜き 第 6 位 と な る ) 。 都市 雇用 圏 の 基準 で は 、 京都 市 を 中心 点 と し て 京都 府 南部 ・ 滋賀 県 南西 部 に 広が る 京都 都市 圏 ( 「 京滋 」 と も 言 わ れ る ) が 形成 さ れ て い る 。 また 、 1 . 5 % の 基準 で は 、 「 京阪神 大 都市 圏 」 の 一角 を 担 う 。 平安 時代 に 平安 京 が 置 か れ た 都市 で 、 室町 時代 に も 足利 幕府 が 置 か れ た 。 鎌倉 幕府 や 江戸 幕府 、 安土 桃山 時代 の 政権 も 、 ここ を 都 と し て 厳重 に 警備 し た 。 又 、 平安 京 成立 後 から 明治 天皇 が 東京 市 に 行幸 する まで の 約 1080 年 、 ほぼ 全て の 天皇 が 居住 し て い た 都市 で あ る ( → 首都 に 関 する 議論 は 「 日本 の 首都 」 を 参照 する こと ) 。 平安 時代 以降 、 平安 京 の 都市 生活 者 向け の 商工 業 が 発達 し 、 特に 国内 流通 が 活発 化 し た 江戸 時代 に は 、 全国 に 製品 を 出荷 する 工業 都市 と な る 一方 、 数々 の 技術 者 を 各地 の 藩 の 要請 に 従 っ て 派遣 し た 。 その 伝統 は 現在 も 伝統 工芸 と し て 残 る のみ な ら ず 、 京セラ や 島津 製作 所 など 先端 技術 を 持 つ 企業 を 初め 、 任天 堂 や ワコール など 業界 トップ クラス の 本社 が 集ま る など 、 現代 産業 を 支え て い る 地域 の 一 つ で あ る 。 日本 の 主要 な 都市 の 中 で は 奈良 市 や 金沢 市 など と とも に 、 第 二 次 世界 大戦 の 戦災 被害 を 免れ た 数 少な い 都市 で も あ る 。 この ため 、 古 い 史跡 や 町並み 、 文化 など が 数 多 く 存在 する こと から 、 日本 で 有数 の 観光 都市 ・ 国際 観光 文化 都市 で あ り 、 国内外 から 旅行 客 が 多 い 。 京都 府 の 南部 に 位置 し 、 市内 を 賀茂川 ( 途中 で 高野川 ( 京都 市 ) と 合流 し 、 鴨川 ( 淀川 水系 ) と 名前 を 変え る ) 、 桂川 ( 淀川 水系 ) 、 宇治川 など が 流れ る 。 京都 盆地 ( 山城 盆 地 ) の 中 に 位置 し て い る の で 、 内陸 性 気候 を 呈 し て お り 、 夏 と 冬 、 昼 と 夜 と で 温度 差 が 大き い 。 中心 市街 地 は 東西 ・ 南北 に 通じ る 道路 に よ っ て 碁盤 の 目状 に 区切 ら れ て お り 、 京都 市 内 の 通り に は 名前 が つけ られ て い る 。 但し 、 これ は 中心 部 に 限 ら れ る 上 に 、 途中 で 途切れ る ・ 通り が 合流 する ( 多く の 場合 は 新し い 通り 名 に な る ) ・ カーブ が 存在 する など 、 画一 的 に そう な っ て い る わけ で は な い 。 また 、 ごく 一部 に 東西 あるいは 南北 の 方向 で は な い 、 斜め 方向 の 通り も 存在 する ( たとえば 河原 町 通 の 四条 以南 など ) 。 中心 市街 地 の 住所 表示 は 、 正式 の 町名 と 併記 する 形 で この 通り 名 を 用い て 表 す 場合 が 多 い 。 建物 が 面 し て い る 通り 名 を 先 に 言 い 、 近く の 交差 する 通り から 、 北 に 行 く こと を 上 る ( あが る ) 、 南 に 行 く こと を 下る ( さが る ) 、 東 に 行 く こと を 東入 ( ひがし い る ) 、 西 に 行 く こと を 西入 ( にし い る ) と 表現 する 。 例えば 、 京都 市 役所 の 所在 地 で あ る 「 京都 市 中京 区 寺町 通 御 池上 ル 上本能 寺前 町 488 番地 」 の 場合 は 、 「 上本能 寺前町 」 が 土地 登記 上 の 正式 の 町名 ( 郵便 番号 も これ に 割り当て られ る ) 、 「 寺町 通 」 は 建物 が 面 し て い る 通り の 名 で あ り 、 「 寺町 通 御 池上 ル 」 は 「 寺町 通 と 御池 通 の 交差 点 から 北 に 行 っ た 位置 」 を 表 す 。 なお 、 京都 市 内 で も 中心 市街 地 以外 の 地域 で は 通常 どおり 町名 と 番地 で 住所 を 表示 し て い る 。 交差 点 は 交差 する 2 つ の 通り の 名前 で 呼 ば れ る こと が 多 い 。 例えば 、 四条 通 と 烏丸 通 の 交差 点 は 「 四条 烏丸 」 、 河原 町 通 と 丸太町 通 の 交差 点 は 「 河原町 丸太町 」 で あ る 。 どちら の 通り を 先 に 呼 ぶ の か と い う こと に つ い て 定説 は な い が 、 多く の 交差 点 名 が 以下 の 法則 に 則 っ て い る 。 原則 と し て 南北 の 通り を 先 に 付け る 。 例 . 烏丸 丸太町 、 烏丸 御池 、 西洞院 高辻 複数 の 車線 を も つ 主要 な 大通 は 東西 を 先 に する 。 例 . 四 条 烏丸 、 四条 大宮 、 今出川 新 町 ただし 、 南北 通り が 主要 な 通 の 時 は 南北 を 先 に する 。 例 . 堀川 五 条 川端通 の 三条 ~ 塩小路間 は 、 開通 から 日 が 浅 く 、 以前 は 京阪 本 線 が 地上 を 走 っ て い た ため 、 川端 通 を 交差 点名 に 用い な い 。 例 : 「 川端 三条 」 、 「 川端 四条 」 、 「 川端 五条 」 、 「 川端 七 条 」 、 「 川端 塩小路 」 で は な く 、 「 三条 大橋 」 、 「 四条 大橋 」 、 「 五条 大橋 」 、 「 七条 大橋 」 、 「 塩小路 橋 」 と 橋 の 名前 、 また は 「 三条 京阪 」 、 「 四条 京阪 」 、 「 五条 京阪 」 、 「 七条 京阪 」 と 京阪 を つけ て 呼 ぶ 。 同様 に 、 三条 以北 も 「 川端 北 大路 」 → 「 高野 橋 東詰 」 、 「 川端 今出川 」 → 「 賀茂 大橋 」 また は 「 京阪 出 町 柳 駅前 」 ( 単に 「 出町 柳 」 、 「 出町 」 と も ) と 呼 ぶ 。 ただし 、 「 川端 丸太町 」 は バス 停 など 「 丸太町 京阪 」 と 呼 ば れ る こと も あ る が 、 交差 点 名 は 「 川端 丸太町 」 で あ る 。 東大路通 の 交差 点 は 例外 が 多 い 。 かつて の 市電 東山 線 の 駅 や 市 バス の バス 停 の 名称 ( 現在 は 変更 さ れ て い る もの も あ る ) が 一般 化 し て い る 事例 が 多 い ため で あ り 、 まず 基本 的 に 「 東大路 」 を 冠 さ ず 、 別名 の 東山 通 から 「 東山 」 を 冠 する 。 ( ただし 、 今出川 通 以北 は 地域 と し て 東山 から 外れ る ため 、 「 東大路 東 鞍馬口 」 と 「 東大路 」 を 冠 する もの も あ る 。 ) また 、 交差 する 東西 の 通り が 、 鴨川 以東 の 短 い 区間 に の み 存在 する 場合 や 鴨川 以東 で 名称 が 変わ る 通り の 場合 は 、 単に 「 東西 の 通り 名 」 の み 、 また は 「 東西 の 通り 名 + " の 交差 点 " 」 で 呼 ば れ る こと が あ る 。 例 : 東山 三条 、 東山 五 条 、 東山 七 条 、 東 一条 ( 東大 路 通 と 東 一 条 通り の 交差 点 ) 。 もちろん これ に 該当 し な い 交差 点 も 一部 存在 し て い る が 概ね これ に 該当 し て い る 。 一方 で 、 通り 名 を も つ 2 つ の 道路 の 交差 点 で あ っ て も 、 例えば 、 四条 通 と 東大路通 の 交差 点 は 「 祇園 」 、 西 大路通 と 丸太町 通 の 交差 点 は 「 円町 ( 西ノ 京 円 町 と も 呼 ぶ ) 」 、 今出川 通 と 東大路通 の 交差 点 は 「 百 万 遍 交差 点 」 で あ る など 、 通り 名 の 合成 で 表 さ な い 場合 が あ る 。 比較 的 最近 に 作 ら れ た 通り に 多 い 。 また 、 1 本 の 通り の 一 部分 だけ を 違 う 名前 で 呼 ぶ 場合 も あ る ( 例 : 大和 大路通 の 縄手 通 ) 。 ちなみ に 、 「 通り 」 の 「 り 」 を 送り 仮名 と し て つけ な い の が 正式 な 通り の 名前 で あ る 。 市街 地 は 中北部 の 中京 区 と 中南部 の 下京 区 、 特に 四条 河原町 は 繁華 街 と し て 知 ら れ る ( ちなみ に 四条 以北 が 中京 、 以南 が 下京 で あ る が 四条 その もの は 下京 で あ る ) 。 山 : 愛宕 山 ( 京都 市 ) 、 比叡 山 川 : 鴨川 ( 淀川 水系 ) 、 桂川 ( 淀川 水系 ) ( ※ 明治 維新 以前 の 京都 市 の 歴史 に つ い て は 、 「 京都 」 の ページ を 参照 する 事 。 ここ で は 明治 維新 以後 の 京都 市 に つ い て 述べ る 。 ) 幕末 、 にわか に 政治 の 中心 地 と な っ た 京都 は 人口 が 膨れ上が り かつて な い 活況 を 見せ た もの の 、 禁門 の 変 で 街 の 多く が 焼け た の に 加え 、 明治 維新 後 に 皇室 ・ 公家 の 大半 が 東京 へ 移り住 ん だ ため 、 一転 急速 な 衰退 を 見せ た 。 その ため 、 京都 府 都 道 府 県 知事 ( 市制 施行 当初 は 、 京都 市 長 も 兼任 ) など から 産業 の 振興 を 呼びかけ る 声 が 上が っ た 。 それ に 伴 い 、 琵琶 湖 疏水 と い っ た 疏水 の 建設 と 、 疏水 を 用い た 日本 初 の 水力 発電 、 更に その 電力 を 用い た 日本 初 の 電車 ( 路面 電車 ) 運転 など が 実施 さ れ た 。 これ ら の 先進 的 な 施策 は 功 を 奏 し 、 人口 は 明治 時代 中期 以降 しばらく 、 毎年 一 万 の 増加 を 見せ る よう に な っ た 。 人口 の 増加 と 市街 地 の 拡大 に 対応 し 、 明治 末期 から 、 道路 拡築 及び 京都 市 電敷設 、 琵琶 湖 疏水 開削 、 上水道 整備 から な る 「 三 大 事業 」 が 行 わ れ た 。 それ に 続 く 形 で 市 区 改正 道路 ( 都市 計画 道路 ) 事業 と 市電 の 敷設 が 進め られ 、 昭和 初年 に は 、 伏見 市 ( 現在 の 伏見 区 中心 部 ) など 周辺 の 市 町 村 を 編入 し 、 ほど な く 人口 も 100 万 人 を 超え た 。 第 2 次 世界 大戦 中 、 三 大 都市 圏 六 大 都市 ( 東京 ・ 大阪 ・ 京都 ・ 横浜 ・ 神戸 ・ 名古屋 ) の 中 で は 唯一 空襲 の 大きな 被害 を 受け な かっ た こと も あ り 、 日本 の 都市 と し て は 珍し く 、 戦前 から の 建造 物 が 比較 的 多 く 残 さ れ て い る 。 明治 時代 1868 年 : 第 1 次 町 組 改正 。 1869 年 : 第 2 次 町 組 改正 が 行 わ れ て 、 上京 33 番組 、 下京 32 番 組 ( 同年 1 番組 が 分離 し 33 番組 と な る ) に 再編成 。 同年内 に 、 日本 初 の 学区 制 小 学校 で あ る 番組 小 学校 が 開設 さ れ る 。 1872 年 : 京都 博覧 会 開催 。 博覧 会 は この 後 1896 年 ( 明治 29 年 ) まで 毎年 開催 さ れ る こと に な る 。 番組 を 区 と する 市 区 改正 が 行 わ れ る 。 1877 年 2 月 5 日 : 神戸 駅 ( 兵庫 県 ) から の 鉄道 を 延伸 する 形 で 、 京都 駅 開業 。 1879 年 : 郡 区 町 村 編制 法 で 京都 府 上京 区 、 下京 区 が 置 か れ る 。 従来 の 区 は 組 と 改め られ る 。 1888 年 : 愛宕 郡 7 村 を 上京 区 に 、 同郡 2 村 を 下京 区 に 編入 。 1889 年 4 月 1日 : 市制 施行 で 上京 区 と 下京 区 の 範囲 が 京都 市 と な る 。 市長 は 京都 府 知事 が 兼務 。 市制 施行 時 の 面積 は 29 . 77 平方 キロメートル で あ っ た 。 山崎 恵純 ら が 京都 法 学校 創立 。 1890 年 : 琵琶 湖 疏水 の 第 一 期 工事 が 完成 。 1891 年 11 月 : 琵琶 湖 疏水 の 水 を 用い て 、 日本 初 の 水力 発電 所 と な る 蹴上 発電 所 が 稼動 開始 。 1895 年 2 月 1日 : 日本 初 の 路面 電車 と し て 京都 電気 鉄道 ( 後 に 京都 市 電 と な る ) 開業 。 1895 年 : 平安 神宮 創建 。 第 4 回 内 国 勧業 博覧 会 開催 。 平安 遷都千 百 年 紀年祭 開催 。 時代 行列 が 行 わ れ る ( 第 1 回 時代 祭 ) 。 1897 年 : 京都 帝国 大学 ( 京都 大学 ) 創立 。 京都 国立 博物 館 開館 。 189 8 年 10 月 15 日 : 市 役所 開庁 。 京都 府 知事 に よ る 市長 兼務 が 終了 。 この 日 が 「 自治 記念 日 」 と な る 。 190 0 年 5 月 19 日 : 京都 法政 学校 創立 。 190 2 年 : 葛野 郡 の 一部 を 下京 区 に 編入 。 190 8 年 : 京都 市 三 大 事業 起工 式 ( 道路 拡張 及び 市電 、 第 二 琵琶 湖 疏水 建設 、 上水道 整備 ) 。 深草 に 陸軍 第 16 師団 ( 日本 軍 ) が 置 か れ る 。 1910 年 : 仁丹 が 京都 市 内 に 街区 表示 板 を 設置 開始 。 1912 年 : 蹴上 浄 水場 竣工 。 市電 運転 開始 。 大正 時代 1915 年 : 大正 天皇 即 位 礼 が 行 わ れ る 。 1918 年 : 京都 市 、 京都 電気 鉄道 を 買収 。 昭和 ( 第 二 次 大戦 まで ) 1927 年 : 市 役所 本 庁舎 竣工 。 京都 中央 卸売 市場 開業 。 1928 年 : 昭和 天皇 即 位 礼 が 行 わ れ る 。 1929 年 : 上京 区 から 分離 し て 左京 区 成立 。 下京 区 から 分離 し て 東山 区 成立 。 上京 区 と 下京 区 から 分離 し て 中京 区 成立 。 紀伊郡 伏見 町 が 市制 施行 し て 伏見 市 成立 。 1931 年 : 伏見 市 と 紀伊 郡 の 1 町 6 村 、 宇治 郡 の 1 村 を 市 町 村 合併 し 、 伏見 区 と し て 京都 市 に 編入 。 葛野 郡 の 1 町 9 村 を 合併 し 、 右京 区 と し て 京都 市 に 編入 。 紀伊郡 の 2 村 を 合併 し 、 下京 区 に 編入 。 宇治 郡 山科 町 を 合併 し 、 東山 区 に 編入 。 1931 年 3 月 31 日 : 京阪 電気 鉄道 新 京阪 鉄道 ( 今 の 阪急 電鉄 阪急 京都 本線 ) の 大宮 駅 ( 京都 府 ) 乗り入れ に よ り 、 近畿 地方 初 の 地下 鉄道 線 開業 。 1932 年 : 人口 が 100 万 人 を 超え る 。 1932 年 4 月 1日 : 日本 初 の 都市 トロリーバス ( 京都 市 営 トロリーバス ) が 開業 。 1945 年 1 月 16 日 米軍 爆撃 機 B - 29 ( 爆撃 機 ) 編隊 が 上空 飛来 の うえ 空襲 。 死者 41人 。 1945 年 : 堀川 通 ・ 御池 通 ・ 五 条 通 で 建物 疎開 。 第 二 次 大戦 後 1946 年 : 第 1 回 国民 体育 大会 が 京都 で 開催 さ れ る 。 1948 年 : 葛野 郡 2 村 を 上京 区 に 編入 。 1949 年 : 愛宕 郡 1 村 を 上京 区 に 、 愛宕 郡 7 村 を 左京 区 に 編入 。 1950 年 : 乙訓 郡 1 村 を 右京 区 に 、 乙訓 郡 2 村 を 伏見 区 に 編入 。 1955 年 : 下京 区 から 分離 し て 南区 ( 京都 市 ) 成立 。 上京 区 から 分離 し て 北 区 ( 京都 市 ) 成立 。 1956 年 : 政令 指定 都市 に 指定 。 1957 年 : 北桑田 郡 の 一部 を 左京 区 に 、 久世 郡 1 村 を 伏見 区 に 編入 。 196 0 年 : 乙訓 郡 1 村 を 南区 に 、 同郡 1 村 を 右京 区 に 編入 。 1964 年 10 月 1日 : 東海道 新 幹線 京都 駅 開業 ( なお この 際 、 市民 運動 が 起こ っ た 。 鉄道 と 政治 京都 駅 ( 東海道 新 幹線 ) も 参照 ) 。 1966 年 : 国立 京都 国際 会館 が 開館 。 1969 年 10 月 1日 : トロリーバス 廃止 。 1976 年 10 月 1日 : 東山 区 から 分離 し て 山科 区 成立 。 右京 区 から 分離 し て 西京 区 成立 。 1978 年 10 月 1日 : 市電 全 廃 。 1981 年 5 月 29 日 : 京都 市営 地下 鉄 初 の 路線 と し て 、 京都 市営 地下 鉄 烏丸 線 が 部分 開業 。 1994 年 : 「 古都 京都 の 文化 財 」 が 国際 連合 教育 科学 文化 機関 の 世界 文化 遺産 に 登録 さ れ る 。 1997 年 : 第 3 回 気候 変動 枠組 条約 締約 国 会議 ( 地球 温暖 化 防止 京都 会議 ) 開催 。 2005 年 4 月 1日 : 北桑田 郡 京北町 を 右京 区 に 編入 。 人口 市 長門川 大作 ( かどかわ だい さく 、 2008 年 2 月 25 日 就任 1 期 目 ) 1970 年 代 以降 市長 : 舩橋 求己 、 今川 正彦 、 田邊 朋之 、 桝本 賴兼 。 京都 市 で は 慣例 に よ り 市議会 を 市会 と 呼称 する 。 これ は 横浜 市 、 名古屋 市 、 大阪 市 、 神戸 市 の 各市 で も 同様 で あ る 。 議員 定数 は 69 人 。 議長 : 内海 貴夫 ( 所属 会派 : 自由 民主 党 京都 市 会 議員 団 、 2007 年 5 月 17 日 就任 ) 副 議長 : 宮本 徹 ( 所属 会派 : 民主 ・ 都 みらい 京都 市 会 議員 団 、 2007 年 5 月 17 日 就任 ) 自由 民主 党 京都 市 会 議員 団 : 23 人 日本 共産 党 京都 市 会 議員 団 : 19 人 民主 ・ 都 みらい 京都 市 会 議員 団 : 14 人 公明 党 京都 市 会 議員 団 : 12 人 無 所属 : 1 名 清水 焼 西陣 織 京友禅 日本 酒 京仏壇 京仏具 商業 の 特徴 以前 より は 緩和 は さ れ て は い る が 大 規模 店舗 の 出店 も 旧 市街 地 に お い て は 厳し く 制限 さ れ て い る 。 その 影響 も あ っ て 、 コンビニエンス ストア の 人口 比 あたり の 出店 数 が 日本 一 と 言 わ れ る ( スーパーマーケット も 中小 の 店舗 が 市内 各所 に 点在 する 形 と な っ て い る ) 。 姉妹 都市 ・ 提携 都市 京都 市 で は 国内 の 姉妹 都市 提携 は これ まで 行 っ て い な い 。 ただ 、 全国 の 「 小京都 」 と 称 さ れ る 街 の 集まり で あ る 全国 小 京都 会議 に は 参加 し て い る 。 パリ ( フランス ) : 1958 年 6 月 15 日 友 情盟 約 都市 提携 ボストン ( マサチューセッツ 州 ) ( アメリカ 合衆 国 ) : 1959 年 6 月 24 日 姉妹 都市 提携 ケルン ( ドイツ ) : 1963 年 5 月 29 日 姉妹 都市 提携 フィレンツェ ( イタリア ) : 1965 年 9 月 22 日 姉妹 都市 提携 キエフ ( ウクライナ ) : 1971 年 9 月 7 日 姉妹 都市 提携 西安 ( 中華 人民 共和 国 ) : 1974 年 5 月 10 日 友好 都市 提携 グアダラハラ ( メキシコ ) ( メキシコ ) : 1980 年 10 月 20 日 姉妹 都市 提携 ザグレブ ( クロアチア ) : 1981 年 10 月 22 日 姉妹 都市 提携 プラハ ( チェコ ) : 1996 年 4 月 15 日 姉妹 都市 提携 晋州 市 ( 韓国 ) ( チンジュ ) ( 大韓 民国 ) : 1999 年 4 月 27 日 パートナー シティ 提携 区 京都 市 は 以下 の 11 の 区 より 構成 さ れ る 。 右京 区 上京 区 北 区 ( 京都 市 ) 左京 区 下京 区 中京 区 西京 区 東山 区 伏見 区 南 区 ( 京都 市 ) 山科 区 平安 京 で は 、 唐 が 西 の 長安 を 首都 、 東 の 洛陽 を 副都 と し た の を 意識 し 、 朱雀 大路 の 西 を 長安 ( 右京 ) 、 東 ( 左京 ) を 洛陽 と 称 し た 。 その 後 、 低湿地 で あ っ た 右京 が 寂 れ 、 人口 も 御所 など の 重要 施設 も 左京 に 集中 する に 伴 い 、 洛陽 が 平安 京 の 代 名詞 と な っ て い っ た 。 例えば 、 近世 に 多 く 描 か れ た 屏風 絵 に 京都 の 中心 部 と 郊外 を 表 し た 「 洛中 洛外 図 」 と い う もの が あ る 。 現在 で も 京都 市 内 の 地域 名 と し て 以下 の よう な もの が あ る 。 行政 や 観光 ガイド で も よく 使 わ れ る が 厳密 な 区分 は な い 。 尚 、 「 洛 」 は 現在 で も 「 都 」 を 表 す 語 と し て 用い られ る が 、 これ は 京都 に のみ 用い られ る 特称 で あ る 。 洛中 ( らくちゅう ) - 上京 、 中京 、 下京 の 各 区 の あたり の 呼 び 方 洛外 ( らくがい ) - 洛中 の 周縁 の 地域 洛東 ( らくとう ) 、 東山 ( ひがしやま ) - 左京 区 慈照寺 あたり から 東山 区 まで 。 ( 洛東 の 場合 、 山科 区 を も 包 む 。 東山 は 含 ま な い 。 ) 洛北 ( らくほく ) 、 北山 ( きたやま ) - 北 区 上賀茂 から 北大路 通 あたり まで 洛西 ( らくさい ) 、 西山 ( にしやま ) - 右京 区 南部 、 西京 区 あたり 。 嵐山 など 。 洛南 ( らくなん ) - JR 京都 線 ・ 琵琶 湖 線 ( 東海道 線 ) 以南 の 地域 上記 が 大まか で あ る の に 対 し て 、 もっと 生活 に 密着 し た 地域 単位 と し て 、 明治 時代 に 導入 さ れ た 小 学校 区 に よ る 地域 名 も よく 使 わ れ る 。 京都 の 元 学区 を 参照 さ れ た い 。 また 、 洛中 と 言 っ た 都心 部 や 近年 に な っ て 開発 さ れ た 地域 など 一部 を 除 い て 、 市内 の 地名 の 多く は 京都 市 へ の 合併 前 の 旧 町村 名 や 大字 ・ 小字 を その まま 町名 に し て い る ( 例 : 旧 松ヶ崎 村 字 海尻 → 左京 区 松ヶ崎 海尻 町 ) 。 平均 年齢 : 4 1 . 3 歳 ( 2001 年 ) 下水 道 普及 率 99 . 1 % ( 平成 17 年度 末 ) 京都 市 は 学生 の 街 と し て も 知 ら れ 、 市内 に 三十 六 校 の 大学 ・ 短期 大学 を 抱え る 。 この よう な 中 に あ っ て 、 大学 相互 の 結びつき を 深め 、 又 、 経済 界 と の 連携 を 強め る ため の 財団 法人 大学 コンソーシアム 京都 ( 通称 、 コンソーシアム ) が あ る の も 特徴 的 で あ る 。 2003 年 以降 、 毎年 10 月 上旬 に 京都 学生 祭典 を 開催 し て い る 。 この 他 、 アメリカ の 大学 も 積極 的 に 京都 で 活動 を 行 っ て い る 。 Kyoto Consortiumfor JapaneseStudies は 、 アメリカ の 14 大学 から な る 組織 で あ り 、 毎年 50 名 程度 の 学生 を 日本 に 送 っ て い る 。 また 、 スタンフォード 大学 は 、 京都 市 内 に 日本 センター を 設置 し て い る 。 関西 地区 各地 から は 出発 地 に よ っ て JR ・ 私鉄 各線 を 使い 分け る が 、 京都 駅 周辺 は JR ・ 近鉄 、 四条 河原町 周辺 は 阪急 ・ 京阪 の ターミナル と 主に 二 箇所 に 分散 し て い る 。 中 長 距離 バス ( 交通 機関 ) 路線 は 殆ど が 京都 駅 前 始 終着 で あ る 。 東海道 ・ 山陽 新 幹線 沿線 から は 、 大阪 市内 や 神戸 市 内 と 比べ て 関西 地区 の 各 空港 と の 距離 が 離れ て い る 事 ( 一番 近 い 大阪 国際 空港 で も 1 時間 は かか る ) や 、 京都 駅 に のぞみ ( 列車 ) を はじめ 全て の 列車 が 停車 する こと から 、 新 幹線 が 航空 機 に 対 し て 圧倒 的 に 優位 に 立 っ て い る 。 また 、 京都 府 内 のみ な ら ず 、 大阪 府 北東部 や 滋賀 県 南部 および 奈良 県 北部 へ の 新 幹線 の 玄関 口 と し て の 機能 も 持 つ 。 市内 の 移動 は 路線 バス が メイン と な る 。 観光 シーズン に な る と 積み残し が 続出 する 状況 も 珍し く な く 、 慢性 化 し て い る 渋滞 が 更に 悪化 し て 所要 時間 が 全く 読め な く な る 事 から 、 鉄道 各社線 と の 乗り継ぎ 利用 で それ ら の リスク を 最小 限 に 抑え る 利用 方法 を 取 る 乗客 も い る 。 京都 市 交通 局 ( 市 バス ) ・ 京阪 京都 交通 ・ 京都 バス ・ 京阪 バス ・ 阪急 バス ・ 西 日本 JR バス と の 間 で は 、 従来 より 回数 券 の 共通 化 を 行 っ て お り 、 地下 鉄 割引 券込み の 物 も 販売 さ れ て い た 。 京都 市 バス ・ 京都 バス ( それぞれ 一部 路線 除 く ) および 地下 鉄 全線 が 乗り 放題 の 「 京都 観光 一 日 ・ 二 日 乗車券 」 が 発売 さ れ て い る ( 他 に も 市 バス 均一 区間 専用 の 一 日 乗車 券 、 市外発 の 市内 各線 フリー きっぷ 込み の 割引 きっぷ 類 など も あり ) 。 運行 地域 は 、 市 バス が 旧 市街 地 中心 で 、 京阪 京都 交通 は 西京 区 並び に 亀岡 市 方面 から の 乗り入れ 、 京都 バス が 右京 区 嵯峨 地区 と 左京 区 岩倉 ・ 鞍馬 ・ 大原 地区 、 京阪 バス が 山科 区 と 伏見 区 東部 および 比叡 山 方面 、 阪急 バス が 西京 区 ( 洛西 ニュータウン ) 、 西 日本 JR バス が 旧 京北 町 から の 乗り入れ と な っ て い る が 、 一部 競合 区間 が 存在 する 。 乗降 方式 は 後乗 り前降り で 、 旧 市街 地 周辺 は 均一 運賃 制 ( 220 円 ) 。 均一 区間 外 は 整理 券 方式 の 区間 運賃 制 と な っ て い る 。 京都 市営 バス ( 京都 市 交通 局 ) ※ 京都 バス ※ 京阪 バス ※ 阪急 バス ※ 近鉄 バス ※ 京阪 京都 交通 〔 * ( 2008 年 3 月 頃 から 順次 導入 予定 ) 〕 ヤサカバス 西 日本 ジェイアール バス 京北 ふるさと バス プリンセス ライン バス ※ は スルッと KANSAI 対応 カード ( 乗り 放題 カード 類含 む ) が 利用 可能 な 会社 ( * は 今後 利用 可能 に な る 予定 の 会社 ) ( * は 今後 利用 可能 に な る 予定 の 会社 ) # は 京都 市域 バス 共通 回数 券 が 使用 可能 な 会社 京都 駅 と 名古屋 駅 を 結 ぶ 名神 ハイウェイ バス や 、 首都 圏 など と 京都 を 含 む 京阪神 地区 を 結 ぶ 多く の 高速 路線 バス 、 ツアー 形式 の 貸切 バス が 運行 さ れ て い る 。 高速 路線 バス に つ い て は 、 京都 駅 を 発着 又 は 経由 する もの は 京都 駅 高速 バス の 項 を 、 京都 駅 を 経由 し な い もの は 深草 バス ストップ の 項 を 参照 。 ( 一部 重複 あり ) 中央 駅 は 京都 駅 。 名称 の 違 う 同一 駅 ・ 隣接 駅 が 多 い の で 注意 が 必要 。 JR 西 日本 各線 および 近鉄線 で は J スルー カード 、 嵯峨野 観光 鉄道 を 除 く 私鉄 ・ 地下 鉄 各線 で は スルッと KANSAI カード 対応 。 また 、 IC カード 乗車 券 は JR 西 日本 で は ICOCA と Suica に PiTaPa および TOICA ( 電子 マネー 機能 は ICOCA と Suica のみ ) 、 近鉄 ・ 京阪 ・ 阪急 で は ICOCA ・ PiTaPa が 利用 可能 ( 順次 各社 拡大 予定 ) 。 道路 自家 用 車 利用 は 高速 道路 ・ 一般 道路 利用 共 に 市内 と その 周辺 を 含め て 渋滞 が 慢性 化 し て お り 、 特に 観光 シーズン と な る と 更に 悪化 する 。 市内 の 駐車 場 も 不足 状態 で あ り 、 注意 が 必要 。 駐輪 スペース を 確保 出来 れ ば 、 自転 車 や 原付 含 む 自動 二輪 の 方 が 柔軟 な 移動 が 出来 る 。 ベロタクシー の 日本 発祥 の 地 で も あ る 。 特に 近年 、 地球 温暖 化 防止 の 観点 から も 見直 さ れ た こと が 重な っ て レンタ サイクル が 急増 し て お り 、 宿泊 客 に 対 し て 無料 で 自転 車 を 貸し出 す 等 の サービス を 行 う ホテル 、 旅館 も 増え て い る 。 通り → 京都 市 内 の 通り 京都 新聞 NHK 京都 放送 局 京都 放送 ( KBS 京都 ) エフエム 京都 ( α - Station ) 京都 コミュニティ 放送 ( 京都 市 中京 区 / 特定 非 営利 活動 法人 京都 コミュニティ 放送 ) 京都 シティ エフエム ( 京都 市 伏見 区 / 京都 シティ エフエム ) 京都 市 は 長 ら く 日本 の 政治 ・ 文化 の 中心 で あ り 、 第 二 次 世界 大戦 の 戦災 から 免れ た こと から 、 国宝 の 約 20 % 、 重要 文化 財 の 約 14 % が 京都 市 内 に 存在 する 。 1994 年 ( 平成 6 年 ) に 、 近隣 の 宇治 市内 と 大津 市 内 に 所在 する もの を 含め 、 17 件 の 文化 財 が 世界 遺産 に 登録 さ れ た ( 古都 京都 の 文化 財 ) 。 社寺 永観堂 ( 禅林 寺 ( 京都 市 ) ) 上賀茂 神社 ( 賀茂 別雷 神社 ) 北野 天満 宮 貴船 神社 清水 寺 金閣 寺 ( 鹿苑 寺 ) 銀閣 寺 ( 慈照 寺 ) 鞍馬 寺 建仁 寺 高山 寺 高台 寺 広隆 寺 三十 三 間 堂 三千 院 詩仙 堂 下鴨 神社 ( 賀茂 御祖 神社 ) 神護 寺 泉涌 寺 大覚 寺 大徳 寺 醍醐 寺 知恩 院 智積 院 天龍 寺 東寺 東福 寺 南禅 寺 西本願 寺 ( 本願 寺 ) 仁和 寺 東本願 寺 ( 真宗 本 廟 ) 伏見 稲荷 大社 平安 神宮 曼殊 院 妙心 寺   塔頭 寺院 に 、 桂春院 、 春光 院 、 退蔵 院 など が あ る 八坂 神社 八坂 の 塔 ( 法観 寺 ) 龍安 寺 その 他 嵐山 大原 嵯峨野 京都 御所 桂 離宮 修学院 離宮 産寧 坂 哲学 の 道 円山 公園 ( 京都 府 ) 岡崎 公園 ( 京都 市 ) 京都 タワー 新風 館 二条 城 日本 聖公会 聖 アグネス 教会 ( 189 8 年築 、 重要 文化 財 ) 平安 女 学院 明治 館 ( 1894 年 築 、 重要 文化 財 ) 京都 ハリストス 正教会 ( 生神女 福音 聖堂 ) 八木 邸 ( 新選 組 壬生 屯所 跡 ) 池 大雅 美術 館 梅小路 蒸気 機関 車 館 大西 清右衛門 美術 館 霞 中庵 竹内 栖鳳 記念 館 何 必館 京都 現代 美術 館 河井 寛次郎 記念 館 川島 織物 文化 館 北村 美術 館 京都 嵐山 オルゴール 美術 館 京都 工芸 館 京都 市 平安 京 創生 館 京都 市 美術 館 京都 市 考古 資料 館 京都 芸術 センター 京都 国際 マンガ ミュージアム 京都 国立 近代 美術 館 京都 国立 博物 館 京都 大学 総合 博物 館 京都 伝統 産業 ふれあい 館 京都 府 京都 文化 博物 館 京都 府 立植物 園 京都 府 立 陶板 名画 の 庭 京都 府立 堂本 印象 美術 館 ギルド ハウス 京 菓子 資料 館 高麗 美術 館 広隆 寺 霊宝殿 金 比羅 絵馬 館 茶道 資料 館 思文閣 美術 館 島津 創業 記念 資料 館 承天 閣 美術 館 泉屋 博古 館 大覚 寺 収蔵 庫 醍醐 寺 霊宝 館 宝聚 院 智積 院 東映 太秦 映画 村 東寺 宝物 館 堂本 美術 館 仁和 寺 霊宝 館 野村 美術 館 並河 靖之 七宝 記念 館 風俗 博物 館 藤井 斉成 会 有鄰 館 ブリキ の おもちゃ 博物 館 細見 美術 館 橋本 関雪 記念 館 楽 美術 館 立命 館 大学 国際 平和 ミュージアム 祇園 祭 葵祭 時代 祭 五 山 送り火 ( 大 文字 の 送り火 ) 京都 市 は 、 明治 維新 以降 は 発展 と 保全 を バランス よく 保 っ て い た 。 しかし 、 戦後 に な る と 経済 優先 の 政策 に よ り 徐々 に 景観 が 破壊 さ れ 、 街並み が 壊 さ れ る こと に 対 する 景観 論争 も 起こ っ て い る 。 1964 年 に 建造 さ れ た 京都 タワー は 、 京都 の 第 1 次 景観 論争 を 引き起こ し た 。 また 1970 年代 の 経済 成長 期 に は 、 戦前 から の 風致 地区 や 美観 地区 など の 制度 に も かかわ ら ず 、 1950 年 に 制定 さ れ た 建築 基準 法 に よ り 伝統 工法 が 違法 と な り 、 バブル 期 に は 多く の 建替え に よ り 京町 家 に よ る 街並み が 徐々 に 壊 さ れ て い っ た 。 これ は 第 2 次 景観 論争 と い わ れ て い る 。 山並み も 京都 の 都市 景観 の 重要 な 要素 で あ る 。 山間 地 で の 開発 は 概ね 抑制 さ れ て い る が 、 1990 年代 に は 市内 の 高層 建築 に よ っ て 山 へ の 眺望 景 観 が 阻害 さ れ る こと に な っ た 。 市街 地 で は 、 都市 景観 を 乱 す 恐れ の あ る 派手 な 広告 看板 を 条例 で 禁止 し て い る 。 その ため 、 有名 な チェーン 店 店 鋪 の 看板 も 、 鮮やか な コーポレート カラー の 使用 を 控え 、 日本 の 他 の 地域 と は 異な る 地味 な 配色 を 採用 する 事例 も 多 い 。 マクドナルド 、 すき家 の 看板 は 他 地域 で は 紅系 統 の もの だ が 、 京都 市 で は 赤褐色 に 変え て い る 。 一部 の 市内 の ローソン も 明る い 青 で は な く 、 濃 い 藍色 に 色 を 変更 し て い る 。 また 、 ジャパン エナジー 、 新 日本 石油 など も 、 本来 の 企業 カラー を 全面 的 に 使用 せ ず 、 ロゴ マーク 部分 を 白地 、 また は 落ち着き の あ る 色 を 使 う もの に し て い る の も あ る 。 市外 局 番 は 、 大 部分 の 地域 は 「 0 75 」 ( 京都 単位 料金 区域 ) 。 ただし 、 右京 区 嵯峨 樒原 、 嵯峨 越畑 、 旧 京北 町域 で は 「 0 7 71 」 ( 亀岡 MA ) 。 東京 と 京都 を 区別 する 際 に は 、 東京 は 「 京 」 、 京都 は 「 洛 」 と 略 さ れ て 区別 さ れ る 。 東京 を 含め て 、 外 の 地方 から 京都 に 入 る 事 は 、 現在 で も 「 京都 に 上 る 」 と い う 意味 で 「 上洛 する 」 と 言 わ れ る 。 日本 プロ サッカーリーグ 京都 サンガ F . C . の 本拠 地 。 京都 市 役所 の ホーム ページ の 外郭 色 は 紫 だ が 、 これ は 「 山紫 水明 」 に 因 ん だ 色 で あ る 。 空港 は な い が 、 国際 航空 運送 協会 都市 コード UKY を 持 つ 。 +琵琶 湖 ( びわ こ ) は 、 滋賀 県 に あ る 湖 。 日本 で 日本 一 の 一覧 の 面積 を 誇 る 。 湖沼 水質 保全 特別 措置 法 指定 湖沼 。 ラムサール 条約 登録 湿地 。 河川 法 上 は 一 級 水系 「 淀川 水系 」 に 属 する 一 級 河川 で あ り 、 正式 名称 は 「 一 級 河川 琵琶 湖 」 と し て 扱 わ れ る 。 地理 滋賀 県 の 面積 の 6 分 の 1 を 占め 、 流れ出 る 水 は 瀬田 川 、 宇治川 、 淀川 と 名前 を 変え て 、 大阪 湾 ( 瀬戸 内海 ) へ 至 る 。 また 、 湖水 を 京都 市 や 淀川 流域 の 水道 水 と し て 使用 する ため に 、 琵琶 湖 疏水 が 京都 に 流れ て い る 。 最狭 部 に 架か る 琵琶 湖 大橋 を 挟 ん だ 北側 部分 を 北湖 ( 太湖 ) 、 南側 部分 を 南湖 と 呼 び 、 水質 や 水 の 流れ など が 異な る 。 琵琶 湖 を 取り巻 く 各 自治 体 は 、 大き く 湖南 ・ 湖東 ・ 湖北 ・ 湖西 に 分け られ る ( 湖南 から 甲賀 を 分け る こと も あ る ) 。 これ ら の 区分 に つ い て は 「 滋賀 県 地域 」 を 参照 する こと 。 湖 を 取り囲 む 山地 から の 流れ が 源流 で 、 京阪神 の 水瓶 と い う 機能 も 担 っ て い る 。 また 、 古く から 水上 交通路 と し て も 利用 さ れ て お り 、 明治 時代 に 鉄道 が 開通 する まで は 、 京都 市 ・ 大阪 市 から 東山道 ・ 北陸 地方 へ の 物資 輸送 に 利用 さ れ て い た 。 なお 「 急 が ば 回れ 」 と い う 諺 は 、 現在 の 草津 市 と 大津 市 の 間 を 結 ん で い た 「 矢橋 の 渡し 」 を 詠 ん だ 和歌 が 語源 と な っ て い る 。 東京 湾 中等 潮位 ( T.P . ) 基準 で + 8 4 . 3 71 m 、 大阪 湾 平均 干潮位 ( O . P. ) 基準 で + 85 . 6 1 4 m の 高 さ が 琵琶 湖 基準 水位 ( B . S . L . ) と 定め られ て お り 、 「 琵琶 湖 の 水位 」 と は B . S . L . を ± 0 m と し た 水位 の こと を い う 。 B . S . L . は 、 1874 年 ( 明治 7 年 ) に 鳥居川 観測 点 に お い て 「 これ 以上 水位 が 下が る こと は な い 」 と 判断 さ れ た 点 と し て 定め られ た もの で あ る が 、 その 後 、 瀬田 川 の 改修 に よ っ て 流出 量 が 多 く な っ た こと など に よ り 、 水位 が B . S . L . 以下 に な る こと が 多 く な っ た 。 現在 で は 、 B . S . L . の 値 が おおむね 満水 位 と な る よう に 水位 の 調整 が 行 わ れ て い る 。 歴史 琵琶 湖 が 形成 さ れ た 時期 は 、 約 400 万 年 ~ 600 万 年 前 で 、 現在 の 三重 県 伊賀 市 平田 に 地殻 変動 に よ っ て でき た 構造 湖 で あ っ た ( 大山田 湖 ) 。 これ が 次第 に 北 へ 移動 し 、 比良山 系 に よ っ て 止め られ る 形 で 現在 の 琵琶 湖 の 位置 に 至 っ た と い う 。 大山田 湖 以前 、 現在 の 琵琶 湖 の 位置 に は 山 ( 古 琵琶 湖 山脈 ) が あ り 、 鈴鹿 山脈 は 未 だ 隆起 せ ず 、 今日 の 琵琶 湖 東南部 の 河川 は 伊勢 湾 へ 流れ て い た 。 それ を 裏付け る よう に 、 鈴鹿 山脈 の 主要 な 地質 は 礫岩 で あ る 。 また 、 琵琶 湖 に 流入 する 最大 の 川 で 、 東南 に 位置 する 野洲川 は 、 当時 西方 で は な く 、 東方 へ 流れ て い た と い う 。 世界 の 湖 の 中 で も 、 バイカル 湖 や タンガニーカ 湖 に 次いで 3 番 目 に 古 い 古代 湖 で あ る と 目 さ れ て い る 。 縄文 時代 や 弥生 時代 から 交通 路 と し て も 利用 さ れ 、 丸木 舟 など も 出土 し て い る 。 古代 に は 、 都 から 近 い 淡水 の 海 と し て 近淡 海 ( ちかつ あわ う み 、 単に 淡海 と も 。 古事 記 で は 「 淡海 の 湖 」 ( あふみ の うみ ) と 記載 ) と 呼 ば れ た 。 近淡海 に 対 し 、 都 から 遠 い 淡水 の 海 と し て 浜名 湖 が 遠淡海 ( と おつ あわ うみ ) と 呼 ば れ 、 それぞれ が 「 近江 国 ( おうみの くに 、 現在 の 滋賀 県 ) 」 と 遠江 国 ( とお と うみ の くに 、 現在 の 静岡 県 西部 ) の 語源 に な っ た 。 別名 の 鳰海 ( に お のうみ ) は 、 近江国 の 歌枕 で あ る 。 天智 天皇 に よ り 、 一時 は 琵琶 湖 西岸 に 大津 京 が 置 か れ た 。 測量 技術 が 発達 し 湖 の 形 が 琵琶 に 似 て い る こと が 判 っ た 江戸 時代 中期 以降 、 琵琶 湖 と い う 名称 が 定着 し た 。 琵琶 湖 は 、 若狭 湾 沿岸 から の 年貢 の 輸送 路 と し て も 利用 さ れ て お り 、 湖上 で 賊 に 襲撃 さ れ た 記録 など も 残 さ れ て い る 。 湖西 に は 、 大津 から 若狭 国 へ 向か う 西近江路 や 若狭 街道 、 京都 から 琵琶 湖 など を 経 て 今庄 町 から 北陸 道 に つなが る 北国 街道 など の 各種 交通 路 が 整備 さ れ た 。 湖上 交通 に よ る 荷物 の 輸送 も 行 わ れ て お り 、 大津 や 堅田 など は 港湾 都市 と し て 発達 し た 。 安土 桃山 時代 に は 、 豊臣 秀吉 は 、 大津 の 船持 に 大津 百 艘 船 を 整備 し 、 観音寺 の 船奉行 の 支配 下 に 置 か れ 、 特権 を 与え られ て 保護 さ れ た 。 近世 に な る と 、 大津 は 松原 や 米原 市 など 他 の 港 と 対立 し 、 江戸 時代 に は 松原 、 米原 、 長浜 市 が 「 彦根 藩 三湊 」 と し て 井伊 氏 の 保護 を 受け た 。 琵琶 湖 が 淀川 と な っ て 大阪 湾 に 流れ る 位置 から 、 京都 が 首都 だっ た 時代 に は 、 若狭 湾 で 陸揚げ さ れ た 物資 が 、 琵琶 湖 の 湖上 交通 で 京都 や 大坂 に 輸送 さ れ て い た 。 湖上 を 介 し た 水運 は 陸上 交通 の 発達 に よ っ て 斜陽 と な っ た が 、 高度 経済 成長 期 に は 琵琶 湖 から 運河 を 掘削 し て 日本 海 や 太平 洋 ・ 瀬戸 内海 を 結 ぶ 運河 構想 が 持ち上が っ た 。 当初 は 、 琵琶 湖 から 日本 海 と 瀬戸 内海 を 結 ぶ 阪敦 運河 構想 を 北栄 造 福井 県 知事 が 調整 し 始め た が 、 当時 の 平田 佐矩 四日市 市長 が 熱心 だっ た こと も あ り 、 福井 県 ・ 滋賀 県 ・ 岐阜 県 ・ 愛知 県 ・ 三重 県 、 名古屋 市 ・ 敦賀 市 ・ 四日市 市 の 間 で 、 自民 党 副 総裁 の 大野 伴睦 を 会長 に 、 総 工費 2500 億 円 ~ 3500 億 円 に 及 ぶ 若狭 湾 ~ 琵琶 湖 ~ 伊勢 湾 を 結 ぶ 運河 の 建設 期成 同盟 が 結成 さ れ た 。 しかし 、 大野 自民 党 副 総裁 、 平田 四日市 市長 の 死去 と 、 北福井 県 知事 、 畑守 敦賀 市長 が 相 次 い で 落選 する など 、 推進 の 中心 人物 を 失 い 、 1970 年 に は 中部 圏 開発 整備 本部 が 調査 の 打ち切り を 発表 し た 。 ) 。 1890 年 ( 明治 23 年 ) - 京都 市 へ 水 を 供給 する 琵琶 湖 疏水 開通 。 1950 年 ( 昭和 25 年 ) 7 月 24 日 - 琵琶 湖 国定 公園 が 指定 さ れ る 。 1964 年 ( 昭和 39 年 ) 9 月 28 日 - 琵琶 湖 大橋 が 開通 。 1974 年 ( 昭和 49 年 ) 9 月 26 日 - 近江 大橋 有料 道路 が 開通 。 1980 年 ( 昭和 55 年 ) - 琵琶 湖 条例 ( 滋賀 県 琵琶 湖 の 富 栄養 化 の 防止 に 関 する 条例 ) が 制定 さ れ る 。 1985 年 ( 昭和 60 年 ) 12 月 - 湖沼 法 に おけ る 指定 湖沼 に 指定 さ れ る 。 1993 年 ( 平成 5 年 ) - ラムサール 条約 登録 湿地 に 認定 さ れ る 。 2003 年 ( 平成 15 年 ) - 琵琶 湖 の レジャー 利用 適正 化 条例 が 施行 さ れ る 。 琵琶 湖 の 生態 系 は 多様 で 、 1000 種類 を 超え る 動 ・ 植物 が 生息 し て い る 。 長 い 期間 自立 し た ため その 中 に は 琵琶 湖 に のみ 生息 する 固有種 も 数 多 く 確認 さ れ て い る 。 その 規模 も 大き く 、 独特 の 漁業 が 発達 し た 。 その 一方 で 、 オオクチ バス や ブルー ギル を はじめ と する 外来 種 の 侵入 や 1992 年 の 琵琶 湖 水位 操作 規則 の 改訂 、 内湖 の 消失 、 水田 と の ネットワーク の 分断 等 に よ っ て 固有 の 生物 相 が 大き く 攪乱 を 受け 、 漁獲 高 が 激減 し た 種 も 多 い 。 それ ら へ の 対抗 策 も 講 じ られ 、 外来 種 駆除 や 生態 系 に 配慮 し た 水位 操作 、 内湖 の 再生 など 様々 な 取り組み が 行 わ れ て い る が 、 まだ 十分 な 効果 を あげ られ て い な い 。 また 、 琵琶 湖 産 の 稚 アユ は 日本 各地 へ 放流 さ れ 、 その ため に 琵琶 湖 固 有種 が 各地 で 繁殖 する と い う 、 移入 種 を 生み出 す 元 とも な っ て い る 。 固有種 ( 魚 ) ビワコオオナマズ ( ナマズ 科 ) 、 イワトコナマズ ( ナマズ 科 ) 、 ホンモロコ ( コイ 科 ) 、 ビワヒ ガイ ( コイ 科 ) 、 アブラヒガイ ( コイ 科 ) 固有 亜種 ( 魚 ) : ビワマス ( サケ 科 ) 固有種 ( 貝 ) ビワコミズシタダミ ( ミズシタダミ 科 ) 、 セタシジミ ( シジミ 科 ) 、 ビワカワニナ 類 ( カワニナ 科 ビワカワニナ 属 ) 、 オウミガイ ( モノアラガイ 科 ) 、 カドヒラマキ ガイ ( ヒラマキ ガイ 科 ) 、 ヒロクチ ヒラマキ ガイ ( ヒラマキ ガイ 科 ) 外来 種 ( 魚 ) オオクチ バス 、 コクチ バス 、 ブルー ギル 、 カムルチー ( ライギョ ) 、 レンギョ 固有種 : サンネンモ ( ヒルムシロ 科 ) 、 ネジレモ ( トチカガミ 科 ) 固有種 ( プランクトン ) : ビワクンショウモ 、 ビワツボカムリ 流入 する 主な 河川 ( 自治 体 名 は 主な 流域 ) 野洲川 ( やす がわ 、 甲賀 市 、 湖南 市 、 野洲 市 、 守山 市 ) 日野川 ( 滋賀 県 ) ( ひ の がわ 、 蒲生 郡 、 近江八幡 市 ) 愛知 川 ( えちがわ 、 愛知 郡 ( 滋賀 県 ) 、 東近江 市 ) 安曇川 ( あどがわ 、 高島 市 ) 鴨川 ( かもがわ 、 高島 市 ) 宇曽川 ( うそがわ 、 愛知 郡 、 彦根 市 ) 犬 上川 ( いぬかみ がわ 、 犬上郡 、 彦根 市 ) 芹川 ( 滋賀 県 ) ( せりがわ 、 犬上郡 、 彦根 市 ) 姉川 ( あね がわ 、 東浅井 郡 、 長浜 市 ) 余呉川 ( よご がわ 、 伊香 郡 、 東浅井 郡 ) 真野川 ( 滋賀 県 ) ( まの がわ 、 大津 市 ) 港 大津 港 ( 滋賀 県 ) 長浜 港 ( 滋賀 県 ) 彦根 港 竹生 島 港 今津 港 沖島 漁港 おごと 温泉 港 草津 烏丸 半島 港 琵琶 湖 大橋 港 湖面 の 島 竹生島 ( 面積 0 . 1 4 km2 ) 、 沖島 ( 面積 1 . 5 km2 ) 、 多景 島 、 沖 の 白石 、 矢橋 帰帆 島 が あ る 。 矢橋 帰帆 島 は 、 下水 処理 場 の ため に 埋め立て て 造 っ た 人工 島 で あ る 。 琵琶 湖 八景 1945 年 6 月 に 公募 に よ っ て 選 ば れ た 。 暁霧 - 海津 大崎 の 岩礁 ( 高島 市 ) 涼風 - 雄松崎 の 白汀 ( 大津 市 ) 煙雨 - 比叡 の 樹林 ( 大津 市 ) 夕陽 - 瀬田 ・ 石山 の 清流 ( 大津 市 ) 新雪 - 賤ヶ岳 の 大観 ( 木之本 町 ) 深緑 - 竹生 島 の 沈影 ( 長浜 市 ) 月明 - 彦根 の 古城 ( 彦根 市 ) 春色 - 安土 ・ 八幡 の 水郷 ( 近江八幡 市 ・ 安土 町 ) 琵琶 湖 の 環境 保全 高度 成長 に ともな っ て 湖水 の 水質 汚濁 や 富 栄養 化 が すす ん だ 。 この ため 滋賀 県 は 独自 に 工業 排水 と 家庭 用 排水 を 規制 する 、 いわゆる 琵琶 湖 条例 ( 滋賀 県 琵琶 湖 の 富 栄養 化 の 防止 に 関 する 条例 ) を 制定 し た 。 この ほか に 、 琵琶 湖 に 関 し て は 、 滋賀 県 琵琶 湖 の レジャー 利用 の 適正 化 に 関 する 条例 や 、 滋賀 県 琵琶 湖 の ヨシ 群落 の 保全 に 関 する 条例 、 また 景観 を 守 る ため の ふるさと 滋賀 の 風景 を 守り 育て る 条例 など が あ る 。 また 、 周辺 の 工場 は 地下 水 を くみ上げ 、 さらに 汚染 水 地下 水 浸透 禁止 の 水質 汚濁 防止 法 が 改正 さ れ る まで は 、 汚染 水 を 意識 的 に 地下 に 浸透 し て い た 工場 も 多 く 、 琵琶 湖 周辺 の 工場 地帯 の 地下 水 汚染 は 進 ん で お り 、 世界 一 の 閉鎖 性 水域 の 琵琶 湖 の 水 環境 を 守 る ため に 、 早急 の 対策 が 必要 と 言 わ れ て い る 。 沿岸 自治 体 琵琶 湖 に 接 する 自治 体 は 以下 の 通り ( 北 から 時計 回り ) 。 西 浅井 町 高月 町 木之本 町 湖北 町 長浜 市 米原 市 彦根 市 東近江 市 近江八幡 市 野洲 市 守山 市 草津 市 大津 市 高島 市 境界 の 設定 琵琶 湖 の 市 町 境界 に つ い て は 、 今 まで どの 市町 に も 組み入れ られ て い な かっ た が 、 沿岸 の 各 自治 体 で 行 う 共同 会議 に お い て 2007 年 5 月 8 日 に 境界 の 設定 に 合意 し 、 各 自治 体 の 議会 の 同意 を 得 た 上 で 総務 省 に 届け出 を 行 い 、 9 月 28 日 付 で 官報 に 確定 が 公示 さ れ た 。 境界 確定 の 目的 は 主に 地方 交付 税 交付 金 の 増額 で あ る 。 また 、 増額 さ れ た 交付 金 の 半分 は 琵琶 湖 の 保全 に 使 わ れ る こと が 発表 さ れ て い る 。 その 他 表記 「 琵 」 「 琶 」 が 当用 漢字 ・ 常用 漢字 外 で あ る こと から 、 滋賀 県 内 で は 平仮名書き に し た 「 びわ こ 」 「 びわ 湖 」 と い う 表記 も 数 多 く 見 られ る 。 かつて は 「 びわ 町 」 と い う 自治 体 も 存在 し た 。 「 びわ こ 」 の 例 びわ こ 銀行 、 びわ こ 競艇 場 、 大津 びわ こ 競輪 場 、 MIO びわ こ 草津 、 びわ こ 成蹊 スポーツ 大学 、 東 びわ こ 農業 協同 組合 など 「 びわ 湖 」 の 例 びわ 湖 放送 、 南びわ 湖 駅 ( 仮称 、 旧 仮称 は 「 びわ こ 栗東 駅 」 ) など +令 制 国 一覧 > 山陰 道 > 丹後 国 丹後 国 ( たんご の くに ) は 、 かつて 日本 の 地方 行政 区分 だっ た 令 制 国 の 一 つ で 、 山陰 道 に 位置 する 。 現在 の 京都 府 北部 に あた る 。 北丹 や 奥丹 と 呼 ぶ こと も あ る 。 延喜 式 で の 格 は 国司 国 等級 区分 、 近国 。 沿革 古墳 時代 に は 竹野 川 流域 を 中心 に 繁栄 し て お り 、 独自 の 王国 が 存在 し た と する 説 も あ る ( 丹後 王国論 を 参照 ) 。 7 世紀 に 令 制 国 と し て 丹波 国 が 成立 し た とき は 、 丹波 郡 ( 後 の 中郡 ) が その 中心 地 で あ っ た と 考え られ る 。 和銅 6 年 ( 71 3 年 ) 4 月 3 日 に 丹波 国 の 北部 、 加佐 郡 、 与謝 郡 、 丹波 郡 、 竹野 郡 、 熊野 郡 の 5 郡 を 割 い て 、 丹後 国 が 置 か れ た 。 中世 に は 足利 氏 の 一族 で あ る 一色 氏 が 入封 、 一 時期 を 除 い て 室町 時代 を 通 じ て 丹後 一 国 を 支配 し た 。 ただ 、 その 支配 体系 は 不明 で あ る 。 恐らく 、 九州 探題 も 務め た こと の あ る 一色 氏 自体 は 在京 し 、 地元 豪族 を 守護 代 と し て 支配 を し た の で あ ろ う 。 戦国 時代 ( 日本 ) が 始ま る 1498 年 に は 守護 の 一色 義秀 が 地元 豪族 に 攻め られ て 自殺 し て い る こと から 、 強力 な 施政 は でき な かっ た よう に も 思 わ れ る 。 それ で も 一色 氏 の 命脈 は 戦国 期 を 通 じ て 永らえ た が 、 1579 年 7 月 に 一色 氏 が 細川 幽斎 に 滅ぼ さ れ て 以来 、 細川 氏 が 丹後 を 支配 し た 。 関ヶ原 の 戦い 後 、 京極 高知 に 、 丹後 守 の 称号 と 丹後 一 国 、 十 二 万 三千 石 の 領地 が 与え られ 、 国持ち 大名 京極 家 の 領地 と な っ た 。 丹波 国 が 令 制 国 と し て 成立 し た 当初 に は 、 丹波 郡 ・ 丹波 郷 を 有 し て 丹波 国 の 中心 で あ っ た と み られ る 北部 の 地域 が 丹波 国 と し て 残 さ れ ず 、 逆 に 丹後 国 と し て 分離 さ れ て しま っ た の は 、 丹波 国 の 中心 が 北部 の 丹波 郡 から 、 より 都 に 近 い 丹波 国 南部 ( 丹後 分国 後 の 丹波 国 の 地域 ) へ と 移動 し て い た ため と 考え られ て い る 。 南部 の 桑田 郡 は 国分寺 ・ 国分 尼 寺 が 建立 さ れ 、 奈良 時代 に は 丹波 国 の 中心 地 と な っ て い た こと が 知 ら れ る 。 また 、 分国 後 の 丹波 国 が 丹後 国 に 対 し て 「 丹前 国 」 と さ れ な かっ た の は 、 分国 当時 ( 和銅 6 年 ) の 分国 の 原則 が 、 それ 以前 の 同等 な 国 の 分割 ( 吉備 を 備前 、 備中 、 備後 と する よう な 分割 ) と は 異な り 、 母国 から 一部 を 割 い て 、 分割 さ れ た 側 に 別 の 新 国名 を 付け る 形 ( 備前 から 美作 が 分国 する よう な 形 ) が と ら れ て い た 為 で あ る と 考え られ る 。 そして 分割 さ れ た 側 で あ り ながら 、 丹後 ( 二字 で 「 タニハノミチノシリ 」 と 訓 じ られ た ) と さ れ て 新た な 国名 が 与え られ な かっ た の は 、 ここ が 元々 の 丹波 の 地 で あ る の で 、 タニハノミチノシリ と し て 「 タニハ 」 の 名 を 残 し た 為 と み られ る 。 国府 、 一宮 など 国府 は 、 和名 類 聚抄 および 拾芥 抄 で は 、 加佐 郡 。 現在 の 舞鶴 市 内 と 思 わ れ る 。 ただし 、 易 林 本 の 節用 集 で は 、 与謝 郡 と あ る 。 現在 の 宮津 市 府中 と 推定 さ れ る 。 延喜 式 神名帳 に は 大社 7 座 6 社 ・ 小社 58 座 58 社 の 計 65 座 64 社 が 記載 さ れ て い る 。 大社 6 社 は 以下 の 通り で 、 竹野 神社 以外 は 名神 大社 に 列 し て い る 。 加佐 郡 大川 神社 ( 舞鶴 市 ) 与謝 郡 籠 神社 ( 宮津 市 ) 与謝 郡 大虫 神社 ( 与謝野 町 ) ( 与謝 郡 与謝野 町 ) 与謝 郡 小虫 神社 ( 与謝 郡 与謝野 町 ) 丹波 郡 大宮売 神社 二 座 ( 京丹後 市 ) 竹野 郡 竹野 神社 ( 京丹後 市 ) 一宮 は 籠 神社 で あ り 、 二宮 は 大宮売 神社 と さ れ て い る 。 総社 は 不詳 で あ る が 、 籠 神社 が 総社 を 兼ね て い た と する 説 も あ る 。 +丹波 ( たんば ) 丹波 国 ( たんば の くに ) 丹波 郡 ( た に は ぐん / たんば ぐん ) - 中郡 ( 京都 府 ) の 古称 。 京都 府 に おけ る 丹波 地方 。 京都 丹波 と も 呼 ぶ 。 中丹 の うち 舞鶴 市 を 除 い た 区域 と 南丹 から な る 。 兵庫 県 丹波 県民局 の 管轄 区域 。 兵庫 丹波 と も 呼 ぶ 。 篠山 市 と 丹波 市 から な る 。 丹波 市 - 兵庫 県 丹波 市 ( たんば し ) 丹波 町 - 京都 府 船井 郡 丹波 町 ( たんば ちょう ) ( 現在 は 京丹波 町 ) 丹波村 - 京都 府 中郡 ( 京都 府 ) 丹波 村 ( 現在 は 京丹後 市 ) 列車 名 。 共 に 丹波 国 に 由来 する が 、 期間 に よ り 漢字 表記 ・ 仮名 表記 が あ り 、 また 運行 区間 も 異な る 。 「 丹波 」 - 1986 年 まで 日本 国 有 鉄道 が 福知 山 線 経由 大阪 駅 ・ 新 大阪 駅 ~ 兵庫 県 北西 部 ・ 京都 府 北部 を 運行 し て い た 急行 列車 の 名称 。 北 近畿 _ ( 列車 ) を 参照 の こと 。 「 たんば 」 - 1996 年 より 西 日本 旅客 鉄道 ( JR 西 日本 ) が 京都 駅 ~ 福知 山 駅 間 を 山陰 本 線 綾部 駅 経由 で 運行 し て い る 特別 急行 列車 。 たんば _ ( 列車 ) を 参照 の こと 。 日本 人 の 姓 の 1 つ - 丹波 氏 、 丹波 哲郎 など 。 丹波立 杭 焼 ( たんば たちくい や き ) +左京 区 ( さきょう く ) は 、 京都 市 を 構成 する 11 区 の うち の ひと つ 。 概要 1929 年 ( 昭和 4 年 ) に 上京 区 から 分区 し て 成立 。 京都 市 の 東北部 を 占め 、 東 は 滋賀 県 大津 市 に 接 し 、 南 は 三条 通 を はさ ん で 東山 区 、 山科 区 に 、 北 は 南丹 市 、 滋賀 県 高島 市 に 接 し て い る 。 区 内 に は 川端 通 、 東大 路 通 、 白川 通 など の 通り が 南北 に 走 っ て い る 。 区 南部 は 住宅 地 や 文教 地区 に な っ て い る 一方 ( 岩倉 地区 など の 北寄り の 地域 は 市街 化 調整 区域 に 指定 さ れ て い る ため 、 高層 建築 物 など の 大 規模 開発 が 制限 さ れ て い る 影響 で 、 田畑 も 多 く 残 る ) 、 区 北部 は 山間 地 で 林業 が 盛ん で あ る 。 有名 な 寺社 と し て は 銀閣 寺 ・ 南禅 寺 ・ 下鴨 神社 ・ 平安 神宮 が あ る 。 また 北部 に は 鞍馬 寺 ・ 貴船 神社 ・ 三千 院 ・ 岩倉 具視 幽 閉跡 ・ 修学 院 離宮 など が あ る 。 八瀬 大原 から 大原女 と 呼 ば れ る 山菜 売り の 女性 が 行商 に 来る こと も あ っ た 。 また 、 北白川 に は 花 の 行商 を 生業 と する 白川 女 が 存在 し て い た が 、 現在 は 存続 し て い な い 模様 で あ る 。 他 に 北白川 の 山間 部 に は 、 白川 砂 と 言 う 特産 品 も あ る 。 左京 と 左京 区 「 左京 」 と は 、 天皇 の 在所 すなわち 御所 から 見 て 左側 の 意 。 天皇 は 南面 し て 玉座 に 座 っ て い た の で 左 は 東 に な る 。 その ため 地図 上 で は 右 に あ り ながら 左京 と 呼 ば れ る 。 本来 左京 と 言 え ば 平安 京 の うち の 東側 ( 洛陽 また は 洛中 ) の こと で あ っ た が 、 京都 市 の 行政 区 と し て 生まれ た 左京 区 は 鴨川 _ ( 淀川 水系 ) 左岸 の 洛東 ( 洛外 ) 地域 に あた る 。 現在 は その 後 の 市 町 村 の 統廃合 に よ り 、 更に 外縁 の 旧 愛宕 郡 部 を 中心 と し た かなり 大きな もの と な っ て い る ( 右京 区 が 旧 京北 町 と 合併 する まで は 、 京都 市 全 11 区 の 中 で 最も 大き い 面積 の 区 で あ っ た ) 。 地理 河川 賀茂川 ( 加茂川 ) 鴨川 _ ( 淀川 水系 ) 高野川 ( 京都 市 ) 白川 琵琶 湖 疏水 左京 区 は 京都 に おけ る 北陸 へ の 玄関 で あ る 。 古来 より 鯖 街道 と 呼 ば れ る 海産 物 の 運送 ルート が 何 本 も 走 っ て い た 。 現在 で も 国道 367 号 は 京都 と 福井 を 結 ぶ 幹線 道路 で あ る 。 鉄道 京阪 電気 鉄道 京阪 鴨 東 線 出町 柳駅 - 丸太町 駅 ( 京阪 ) → ( 至淀屋橋 駅 ) 叡山 電鉄 叡山 電鉄 叡山本 線 出町 柳 駅 - 元 田中 駅 - 茶山 駅 ( 京都 府 ) - 一乗 寺 駅 - 修学 院 駅 - 宝ヶ池 駅 - 三宅 八幡 駅 - 八瀬 比叡 山口 駅 叡山 電鉄 叡山 電鉄 鞍馬 線 宝ヶ池 駅 - 八幡 前 駅 ( 京都 府 ) - 岩倉 駅 ( 京都 府 ) - 木野 駅 - 京都 精華 大前 駅 - 二 軒 茶屋 駅 ( 京都 府 ) - 市原 駅 - 二 ノ瀬 駅 - 貴船 口 駅 - 鞍馬 駅 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 国際 会館 駅 - 松ヶ崎 駅 ( 京都 府 ) → ( 至竹田 駅 ( 京都 府 ) ) 京福 電気 鉄道 京福 電気 鉄道 鋼索線 ( 叡山 ケーブル ) ケーブル 八瀬 駅 - ケーブル 比叡 駅 道路 国道 367 号 国道 477 号 区 役所 左京 区 役所 〒 6 0 6 - 8 51 1 京都 市 左京 区 吉田中 阿達 町 1 TEL : 0 7 5 - 7 7 1 - 42 1 1 ( 代表 ) 岩倉 出張 所 〒 6 0 6 - 0 0 2 5 京 都 市 左京 区 岩倉 中町 40 3 TEL : 0 7 5 - 7 8 1 - 3 89 8 八瀬 出張 所 〒 6 0 1 - 1252 京都 市 左京 区 八瀬 秋元町 578 TEL : 0 7 5 - 7 8 1 - 5091 大原 出張 所 〒 6 0 1 - 1242 京都 市 左京 区 大原 来迎院 町 10 - 2 TEL : 0 7 5 - 7 4 4 - 2 0 20 静 市 出張 所 〒 6 0 1 - 1 123 京都 市 左京 区 静市 市原町 36 - 3 TEL : 0 7 5 - 74 1 - 2002 花脊 出張 所 〒 6 0 1 - 1104 京 都 市 左京 区 花 脊 大 布施 町 196 TEL : 0 7 5 - 7 4 6 - 0215 久多 出張 所 〒 5 2 0 - 0 463 京都 市 左京 区 久 多宮 の 町 3 TEL : 0 7 5 - 7 4 8 - 2 0 20 教育 名所 ・ 旧 跡 慈照 寺 ( 銀閣 寺 ) 平安 神宮 南禅 寺 吉田 神社 賀茂 御祖 神社 詩仙 堂 曼殊 院 修学院 離宮 赤山 禅院 宝ヶ池 公園 国立 京都 国際 会館 実相 院 三千 院 寂光 院 阿弥陀 寺 ( 京都 市 左京 区 ) 鞍馬 寺 貴船 神社 哲学 の 道 京都 府 立植物 園 京都 府 立 陶板 名画 の 庭 岡崎 公園 ( 京都 市 ) 京都 市 美術 館 京都 国立 近代 美術 館 京都 市 動物 園 無鄰 菴 庭園 永観堂 並河 靖之 七宝 記念 館 その 他 左京 区 の 担当 集配 郵便 局 は 久多 地区 ( 堅田 郵便 局 ) を 除 い て 、 左京 郵便 局 の 管轄 と な っ て い る 。 左京 郵便 局 - 60 6 - xxxx 、 60 1 - 1 1 xx 、 60 1 - 12 xx 堅田 郵便 局 ( 滋賀 県 大津 市 ) - 52 0 - 0 2 xx 、 52 0 - 0 3 xx 、 52 0 - 0 4 xx 、 52 0 - 0 5 xx +京阪 ( けいはん ) 京都 市 と 大阪 市 の こと 。 場合 に よ っ て 、 以下 の 地域 も 含め る こと も あ る 。 京都 市 と 大阪 市 の 間 の 、 主に 淀川 左岸 の 大阪 府 守口 市 、 門真 市 、 寝屋川 市 、 大東 市 、 四條畷 市 、 交野 市 、 枚方 市 の 地域 ( 北河内 地区 7 市 ) 。 京都 府 八幡 市 、 宇治 市 、 久世 郡 久御山 町 、 城陽 市 、 京田辺 市 、 綴喜 郡 、 木津川 市 、 相楽 郡 を 含め る こと も あ る が 、 基本 的 に は 山城 地区 と い う 。 淀川 右岸 の 吹田 市 、 摂津 市 、 茨木 市 、 高槻 市 、 三島 郡 ( 大阪 府 ) 島 本 町 、 乙訓 郡 大山崎 町 、 長岡 京 市 、 向日 市 も 含め る こと が あ る が 、 基本 的 に は 大阪 府 側 は 北摂 地区 な い し は 三島 郡 ( 大阪 府 ) 、 京都 府 側 は 乙訓 郡 地区 と 呼 ば れ て い る 。 京都 市 と 大阪 市 を 結 ぶ 私鉄 で あ る 京阪 電気 鉄道 の こと 。 一般 に 「 京阪 」 と い え ば 、 上記 の よう な 地域 名 より も 、 同社 および 同社 を 中核 と する 京阪 グループ の 各社 を 指 す 場合 の ほう が 多 い 。 詳細 に つ い て は 京阪 電気 鉄道 また は 京阪 グループ の 記事 を 参照 。 方言 の 発音 の 特徴 。 京阪 式 アクセント 京阪 国道 第 二 京阪道路 +精華 町 ( せい か ちょう ) は 、 京都 府 の 南西端 に 位置 する 町 。 関西 文化 学術 研究 都市 の 中心 で あ り 、 国立 国会 図書 館 関西 館 、 私 の しごと 館 、 国際 電気 通信 基礎 技術 研究 所 など が あ る 。 イチゴ が 特産 。 役場 の 位置 は 。 西 の 京阪奈丘陵 と 東 の 木津川 に 挟 ま れ 南北 に 延び る 地帯 で あ る 。 近年 は 関西 文化 学術 研究 都市 と し て 、 更に 大阪 市 や 京都 市 、 奈良 市 など へ の ベッド タウン と し て 丘陵 が 宅地 開発 さ れ て き た こと から 人口 流入 が 増え 平成 16 年度 の 人口 増加 数 は 1290 人 、 人口 伸率 は 4 . 0 % に 達 し て い る 。 また 2005 年 実施 国勢 調査 速報 値 に よ る と 、 人口 増加 率 は 29 . 9 % と 全国 の 他 の 市 町 村 を 大き く 引き離 し て 1 位 で あ る ( 平成 17 年度 に 34540 人 ) 。 1931 年 ( 昭和 6 年 ) 10 月 1日 、 狛田村 、 祝園 村 、 稲田 村 の 3 村 が 合併 し て 川西 村 成立 。 1951 年 ( 昭和 26 年 ) 4 月 1日 、 山田 荘村 と 川西村 が 合併 し て 、 精華 村 成立 。 1955 年 ( 昭和 30 年 ) 4 月 1日 、 町制 施行 。 1977 年 ( 昭和 52 年 ) 1 月 20 日 、 市外 局 番 を 07748 4 から 07749 - 4 へ 変更 ( 山田 、 柘榴 、 乾谷 は 0774 7 で 変更 なし ) 1995 年 ( 平成 7 年 ) 1 月 1日 、 電話 市 外 局 番 を 0774 へ 統一 。 町長 は 木村 要 。 町 議会 構成 員 は 21 名 。 国際 電気 通信 基礎 技術 研究 所 ( ATR ) 西 日本 電信 電話 京阪奈 ビル 松下 電器 産業 先端 技術 研究 所 独立 行政 法人 情報 通信 研究 機構 ( NICT ) けいはん な 情報 通信 融合 研究 センター 京セラ 中央 研究 所 大川 センター 島津 製作 所 基盤 技術 研究 所 ( けいはん な ) けいはん な インターネット 研究 会 アクティブリンク タカコ アメリカ 合衆 国 オクラホマ 州 ノーマン 市 ( 友好 都市 宣言 が 2000 年 10 月 に 調印 さ れ 、 2005 年 9 月 に 姉妹 都市 提携 が 結 ば れ た ) 西 日本 旅客 鉄道 片町 線 ( 宝塚 ・ 北新地 ・ 京橋 方面 - ) 下狛 駅 - 祝園 駅 ( - 木津 方面 ) 近畿 日本 鉄道 近鉄 京都 線 ( 京都 ・ 丹波 橋 ・ 大久保 方面 - ) 山田 川 駅 - 新 祝園 駅 - 狛田 駅 ( - 高 の 原 ・ 大和 西 大寺 ・ 奈良 ・ 橿原 神宮前 方面 ) 路線 な し 京奈和 自動 車 道 ( 国道 24 号 有料 道路 。 1991 年 開通 ) ( 自動 車 専用 道路 ) 精華 下狛 インター チェンジ - 精華 学研 インター チェンジ - 山田 川 インター チェンジ 国道 163 号 柘榴 バイパス ・ 山田 川 バイパス ( いずれ も 1970 年 開通 ) 精華 くるりん バス 1 乗車 100 円 。 エヌシーバス 郡山 営業 所 が 受託 。 私 の しごと 館 けいはん な プラザ 国立 国会 図書 館 関西 館 来迎 寺 近松 門左衛門 の 心中 「 心中 宵 庚申 」 の 主人 公 、 お 千代 と 半兵衛 の 墓 が あ る 。 祝園 神社 奇祭 「 いご もり 祭 」 が 行 わ れ る 。 花 空間 けいはん な ( 京都 フラワー センター ) けいはん な 記念 公園 祭 いごもり 祭 ( 祝園 神社 、 1 月 ) 郵便 番号 は 以下 の 通り で あ る 。 山城 木津 郵便 局 ( 木津川 市 ( 旧 木津 町 ) ) : 61 9 - 0 2 xx 、 61 9 - 11 xx +丹波 町 ( たんば ちょう ) は 、 京都 府 の 中部 、 兵庫 県 と の 県境 に あ っ た 町 。 丹波 高地 に あ る 山 と 緑 に 囲 ま れ た 静か な 町 。 古く は 山陰 街道 の 宿場 町 と し て 栄え た 。 2005 年 10 月 11 日 周辺 2 町 と 合併 し 京丹波 町 と な っ た 。 由良 川水系 の 支流 で あ る 高屋 ( たかや ) 川 ・ 須知 ( しゅうち ) 川 など が 流れ て お り 、 田園 風景 が 広が る 。 丹波 町 付近 が 由良 川水系 と 淀川 水系 の 分水 界 と な っ て い る 。 竹野 ( たけの ) 地域 は 南部 に 位置 し 、 観音 峠 ( 国道 9 号 ) など に よ り 園部 町 と 道路 で つなが っ て い る 。 須知 ( しゅうち ) 地域 は 中部 の 南 に 位置 し 、 町 役場 や 「 丹波 マーケス 」 など の 中心 施設 が 建ち 並 ん で い る 。 高原 ( たかはら ) 地域 は 中部 の 北 に 位置 し 、 特に 農作 物 の 栽培 が 盛ん で あ る 。 下山 ( しもやま ) 地域 は 北部 に 位置 し 、 高屋 川 の 河岸 段丘 を 形成 し て い る 。 須知 商店 街 付近 に は 、 山陰 街道 の 宿場 町 と し て 栄え た 面影 が 残 っ て い る 。 国道 9 号 沿い の 「 丹波 マーケス 」 は 大型 の 複合 商業 施設 で あ り 、 スーパーマーケット など が 出店 し て お り 、 多く の 買い物 客 で にぎわ う 。 1955 年 ( 昭和 30 年 ) 4 月 1日 、 須知 町 と 高原村 が 合併 、 丹波 町 が 誕生 。 2004 年 ( 平成 16 年 ) 2 月 27 日 、 町内 の 農場 で トリインフルエンザ の 感染 の 疑い 例 が 発生 。 これ を 受け て 同日 、 高 病原 性 鳥 インフルエンザ 丹波 町 対策 本部 を 設置 。 2 月 29 日 トリインフルエンザ の 陽性 反応 を 確認 。 3 月 5 日 、 別 の 農場 で 新た な 感染 を 確認 。 3 月 22 日 、 全て の 防疫 措置 が 完了 。 2004 年 4 月 1日 、 「 丹波 町 ・ 瑞穂 町 ( 京都 府 ) ・ 和知 町 合併 協議 会 」 設立 。 2005 年 10 月 11 日 、 上記 3 町 が 合併 し 、 京丹波 町 町 制 施行 。 横山 義雄 ( 1994 年 から ) 主な 産業 は 、 農業 ( 稲作 、 酪農 が 中心 ) と 林業 。 特産 物 は 、 丹波 黒豆 、 丹波 マツタケ 、 丹波 栗 など が 有名 。 上士幌 町 ( 北海道 ) 友好 町 1976 年 1 月 1日 友好 都市 提携 平均 年齢 西 日本 旅客 鉄道 山陰 本線 ( 下山 駅 ( 京都 府 ) ) 高速 道路 京都 縦貫 自動 車 道 丹波 インター チェンジ 路線 バス JR バス ( 国道 9 号 線 沿い ) 京都 交通 バス ( 国道 9 号 線 ・ 27 号 線 沿い ) など 観光 地 は 、 丹波 自然 運動 公園 、 琴滝 ( こと だき ) 、 ワイン ハウス など が あ る 。 +宇治 市 ( うじ し ) は 、 京都 府 の 南部 に 位置 し 、 世界 遺産 と も な っ て い る 平等 院 や 宇治 茶 など で 知 ら れ る 市 で あ る 。 西側 に 巨椋 池 干拓地 が あ り 、 現在 は 農地 と 住宅 街 に な っ て い る 。 淀川 笠取 山 巨椋 池 646 年 元興寺 の 僧道 登 が 宇治橋 を 架け る 67 2 年 近江朝 、 宇治 橋 守 に 命 じ て 大海 人 皇子 の 私糧 運送 を 妨害 さ せ る 105 2 年 藤原 頼通 、 宇治 に 平等 院 を 建立 する 1133 年 宇治 離宮 祭 が 行 わ れ る 1180 年 以仁 王 が 源 頼政 と 組 ん で 挙兵 、 平等 院 で 平家 軍 と 戦い 戦死 1183 年 宇治川 の 戦い 。 源 義経 、 木曽 義仲軍 を 破 る 1221 年 承久 の 乱 。 鎌倉 幕府 、 宇治川 から 伏見 を 攻め る 1286 年 叡尊 、 宇治橋 大 改修 の 供養 を 修 し て 、 亀山 ・ 後深草 上皇 が 臨幸 1486 年 山城 国 一 揆衆 、 宇治 平等 院 に 集ま り 国中 の 掟 を 定め る 1573 年 足利 義昭 、 宇治 の 槙島 城 に て 挙兵 する も 失敗 、 織田 信長 に 追放 さ れ る 1951 年 ( 昭和 26 年 ) 3 月 1日 、 久世 郡 宇治 町 、 槇島 村 、 小倉村 、 大久保村 、 宇治 郡 東 宇治 町 の 2 町 3 村 が 合併 し て 、 宇治 市 が 成立 する 。 人口 市長 : 久保田 勇 ( 3 期 目 ) 茶業 トランプ や テレビ ゲーム で 有名 な 任天 堂 も 市内 に 全 工場 3 個 を 保有 し て い る 。 京都 アニメーション の 本社 が 立地 し て い る 。 繊維 産業 日本 レイヨン 株式 会社 の 主力 工場 で あ る 宇治 工場 が 、 大正 15 年 ( 1925 年 ) 12 月 に 完成 する 。 豊富 な 宇治川 の 水源 を 求め 、 また 、 広大 な 事業 用地 の 確保 に 打 っ て 付け の 場所 故 の こと で あ る 。 翌年 の 2 月 より 操業 開始 する 。 以来 、 レーヨン ・ ナイロン など の 化学 繊維 を 製造 し て き た 。 昭和 44 年 ( 1969 年 ) 10 月 に は 親 会社 で あ っ た ニチボー 株式 会社 と 合併 し 、 ユニチカ 株式 会社 が 発足 し 、 総合 化学 メーカー と し て 歩 み 出 す 。 現在 は ポリエステルフィルム や プラスチック 製造 に 特化 し た 工場 と し て 規模 を 小さ く し ながら も 、 ユニチカ の 基幹 事業 を 担 っ て い る 。 自動 車 産業 かつて は 市内 に は 日産 自動 車 の 子 会社 で あ る 日産 車体 の 京都 工場 が あ っ た もの の 、 1999 年 に 経営 不振 の ため に 閉鎖 さ れ た 。 現在 の 自動 車 産業 は 、 その 日産 車体 の 子 会社 で あ る や ゼロ が あ る 。 また 、 隣 の 久御山 町 に は が あ り 、 この 地域 で は 日産 関連 の 施設 が 多 い 。 ヌワラエリヤ 市 ( スリランカ 、 1986 年 4 月 12 日 ) 咸陽 市 ( 中華 人民 共和 国   陝西 省 、 1986 年 7 月 24 日 ) カムループス ( カナダ   ブリティッシュ コロンビア 州 、 1990 年 7 月 1日 ) 平均 年齢 : 37 . 90 歳 ( 1995 年 ) 宇治茶 の 産地 な の で それ に ちな ん だ 地域 教育 を 公立 の 小 中 学校 で 行 わ れ て い る 。 その 一環 と し て 、 茶飲 み 場 施設 が あ り 、 蛇口 より お 茶 を 出 す 食育 を 行 っ て い る 。 交通 近鉄 京都 線 、 京阪 宇治 線 、 奈良 線 、 京都 市営 地下 鉄 東西線 の 4 線 。 市 の 位置 的 中心 地 で あ り 、 市 役所 へ の 最寄り 駅 で あ る 駅 は 、 JR 奈良 線 の 宇治 駅 ( JR 西 日本 ) で あ る が 、 利用 者 数 は 近鉄 京都 線 の 大久保 駅 ( 京都 府 ) が 一番 多 く 、 実質 こちら が 市 の 中心 駅 で あ る 。 近鉄 京都 線 3 駅 - 小倉 駅 ( 京都 府 ) 、 伊勢田 駅 、 大久保 駅 ( 京都 府 ) 京阪 宇治 線 4 駅 - 木幡 駅 ( 京阪 ) 、 黄檗 駅 、 三室戸 駅 、 宇治 駅 ( 京阪 ) ※ 京阪 六 地蔵 駅 は 京都 市 伏見 区 に 所在 。 JR 奈良 線 6 駅 - 六 地蔵 駅 、 木幡 駅 ( JR 西 日本 ) 、 黄檗 駅 、 宇治 駅 ( JR 西 日本 ) 、 JR 小倉 駅 、 新田 駅 ( 京都 府 ) 京都 市営 地下 鉄 東西 線 1 駅 - 六 地蔵 駅 市内 及び 隣接 地域 間 京阪 バス ( 六 地蔵 地区 のみ ) 、 京阪 シティ バス 、 京阪 宇治 バス 東京 間 ( 新宿 、 渋谷 ) 夜行 京阪 バス 市 の 西部 を 国道 24 号 が 南北 に 通り 、 東西 に は 京滋 バイパス が 通過 し て い る 。 市内 に は 東 から 順 に 宇治 東 インター チェンジ ・ 宇治 西 インター チェンジ ・ 巨椋 インター チェンジ が あ る 。 京滋 バイパス は 大山崎 ジャンクション と 瀬田 東 ジャンクション で それぞれ 名神 高速 道路 に 接続 し て い る 。 近鉄 大久保 駅 並び に JR 新田 駅 周辺 近鉄 並び に JR 小倉 駅 周辺 トヨタ レンタリース JR 並び に 地下 鉄 六 地蔵 駅 周辺 トヨタ レンタリース メディア エフエム 宇治 放送 ( 宇治 市 / エフエム 宇治 放送 ) 洛南 タイムス ( 宇治 市 / 洛タイ ) 宇治 公園 中 の 島 - 橘島 、 塔 の 島 浮島 十 三 重 石 塔 平等 院 萬福寺 縣 神社 宇治橋 宇治 上 神社 宇治 神社 恵心 院 三室戸 寺 対鳳 庵 上林 記念 館 許波多 神社 天ヶ瀬 ダム 安養 寺 蜻蛉 の 古跡 厳島 神社 隼上 り 瓦窯 址 龍神 総宮 社 宇治 陵 彼方 神社 もみじ谷 白神 神社 九重 石 塔 橋姫 神社 十 三 重 石 塔 宇治川 先陣 の 碑 興聖 寺 与謝野 晶子 歌碑 橋 寺 放生 院 地蔵 院 ( 宇治 市 ) 塔 の 島 炭山 東屋 末 多 武利 神社 万葉 歌碑 桐原水 京都 府 立 山城 総合 運動 公園 宇治 植物 公園 天ヶ瀬 森林 公園 宇治 市 源氏 物語 ミュージアム 三 休庵 宇治 茶 資料 館 大吉山 展望 台 天ヶ瀬 吊 り橋 天ヶ瀬 ダム 朝日 焼窯 芸 資料 館 茶業 センター 宇治 市 歴史 資料 館 宇治 市 総合 野外 活動 センター 上林 春松 本店 県祭り 宇治川 さくらまつり 鵜飼 宇治川 花火 大会 茶 まつり 観月 茶 会 郵便 番号 宇治 郵便 局 ( 61 1 - 0 0 ) 伏見 東 郵便 局 ( 60 1 - 14 ) +東山 区 ( ひがしやま く ) は 、 京都 市 を 構成 する 11 区 の うち の ひと つ 。 区 内 に は 祇園 や 京阪 三条 駅 周辺 など の 繁華 街 が あ る 。 京都 の なか で も とりわけ 歴史 的 建造 物 など の 多 い 場所 で あ る ため 再 開発 事業 など に 対 し て の 規制 が 比較 的 厳し く 、 住 環境 の 整備 が なかなか 行 わ な い 為 、 『 都会 の 過疎 地 』 と な っ て い る ( 現在 、 市内 11 区 中 で 人口 が 最も 少な い 。 また 、 全国 の 政令 指定 都市 の 行政 区 の 中 で 、 全 住民 に 占め る 65 歳 以上 の 高齢 者 の 比率 が もっとも 高 い ) 。 河川 : 鴨川 ( 淀川 水系 ) 山地 : 東山 ( 京都 府 ) 1929 年 上京 区 から 分離 し て 成立 1931 年 山科 町 合併 1976 年 山科 地区 が 山科 区 と し て 分離 東山 区 役所 京都 市 東山 区 清水 五 丁目 130 番地 の 6 TEL : 0 7 5 - 5 6 1 - 1 1 9 1 ( 代表 ) 京阪 電気 鉄道 京阪本 線 ( 至京阪 京阪 鴨東 線 出町 柳 駅 ) ← 三条 駅 ( 京都 府 ) - 四条 駅 ( 京阪 ) - 五条 駅 ( 京阪 ) - 七条 駅 - 東福 寺 駅 - 鳥羽 街道 駅 → ( 至淀屋橋 駅 ) 西 日本 旅客 鉄道 奈良 線 ( 至 京都 駅 ) ← 東福 寺 駅 → ( 至木津 駅 ( 京都 府 ) ) 京都 市営 地下 鉄 京都 市営 地下 鉄 東西 線 ( 至 二条 駅 ) ← 三条 京阪 駅 - 東山 駅 ( 京都 府 ) - 蹴上 駅 → ( 至六 地蔵 駅 ) 阪神 高速 道路 阪神 高速 道路 8 号 京都 線 鴨川 東出入口 名所 ・ 旧 跡 八坂 神社 豊国 神社 ( 京都 市 ) 六波羅 蜜 寺 建仁 寺 青蓮 院 知恩 院 清水 寺 法観 寺 高台 寺 妙 法 院 智積 院 養源 院 三十 三 間 堂 泉涌 寺 東福 寺 京都 国立 博物 館 祇園 産寧 坂 郵便 番号 東山 郵便 局 ( 6 0 5 - 0 0 ・ - 0 8 ・ - 09 ) +日本 > 近畿 地方 > 京都 府 > 久世 郡 令 制 国 一覧 > 畿内 > 山城 国 > 久世 郡 久世 郡 ( くせぐん 、 くぜの こおり ) は 京都 府 ・ 山城 国 の 郡 で あ る 。 現在 は 以下 の 1 町 を 含 む 。 久御山 町 ( くみやま ちょう ) 1879 年 ( 明治 12 年 ) 4 月 10 日 - 郡 区 町 村 編制 法 に 基づ き 宇治 郡 宇治郷 に 宇治 ・ 久世 両 郡 合同 の 郡 役所 を 設置 。 ( 郡制 下 で は 久世 郡 宇治 町 に 置 か れ る ) 1889 年 ( 明治 22 年 ) 4 月 1日 - 町村 制 施行 に 伴 い 、 久世 郡 に 宇治 町 ・ 淀町 、 槇島村 ・ 小倉村 ・ 大久保村 ・ 久津 川村 ・ 富野 荘村 ・ 寺田村 ・ 佐山村 ・ 御 牧村 が 成立 する 。 ( 2 町 8 村 ) 1935 年 ( 昭和 10 年 ) 4 月 1日 - 淀町 が 綴喜 郡 美豆村 を 編入 。 1936 年 ( 昭和 11 年 ) 2 月 11 日 - 淀町 が 乙訓 郡 淀村 を 編入 。 1942 年 ( 昭和 17 年 ) 7 月 1日 - 久世 郡 宇治 町 に 宇治 郡 ・ 久世 郡 を 管轄 する 宇治 地方 事務 所 を 設置 。 1951 年 ( 昭和 26 年 ) 3 月 1日 - 宇治 町 ・ 槇島村 ・ 小倉村 ・ 大久保村 が 宇治 郡 東 宇治 町 と 合併 し 、 宇治 市 が 発足 、 郡 より 離脱 。 ( 1 町 5 村 ) 1951 年 ( 昭和 26 年 ) 4 月 1日 - 久津 川村 ・ 富野 荘村 ・ 寺田村 が 綴喜 郡 青谷 村 と 合併 し 、 城陽 町 が 発足 。 ( 2 町 2 村 ) 1954 年 ( 昭和 29 年 ) 10 月 1日 - 佐山村 ・ 御 牧村 が 合併 し 、 久御山 町 が 発足 。 ( 3 町 ) 1957 年 ( 昭和 32 年 ) 4 月 1日 - 淀町 が 京都 市 伏見 区 に 編入 。 ( 2 町 ) 1972 年 ( 昭和 47 年 ) 5 月 5 日 - 城陽 町 が 市制 施行 し 、 城陽 市 と なり 郡 より 離脱 。 ( 1 町 ) +日本 > 近畿 地方 > 京都 府 > 相楽 郡 令 制 国 一覧 > 畿内 > 山城 国 > 相楽 郡 相楽 郡 ( そうらく ぐん 、 さがら の こおり ) は 京都 府 ・ 山城 国 の 郡 。 以下 の 3 町 ・ 1 村 を 含 む 。 笠置 町 ( かさぎちょう ) 精華 町 ( せい か ちょう ) 和束 町 ( わづか ちょう ) 南山城村 ( みなみやましろ むら ) 沿革 山城 国 国分寺 が あ っ た 。 1879 年 ( 明治 12 年 ) 4 月 10 日 - 郡 区 町 村 編制 法 に 基づ き 木津 村 に 相楽 郡 役所 を 設置 。 1889 年 ( 明治 22 年 ) 4 月 1日 - 町村 制 施行 に 伴 い 、 相楽 郡 に 19 の 村 が 成立 する 。 ( 19 村 ) 1893 年 ( 明治 26 年 ) 1 1 月 22 日 - 木津 村 が 町制 施行 し 木津 町 と な る 。 ( 1 町 18 村 ) 1926 年 ( 大正 15 年 ) 7 月 1日 - 上狛 村 が 町制 施行 し 上狛 町 と な る 。 ( 2 町 17 村 ) 1928 年 ( 昭和 3 年 ) 2 月 11 日 - 加茂 村 が 町制 施行 し 加茂 町 ( 京都 府 ) と な る 。 ( 3 町 16 村 ) 1931 年 ( 昭和 6 年 ) 10 月 1日 - 狛田村 ・ 祝園 村 ・ 稲田村 が 合併 し 、 川西村 が 発足 。 ( 3 町 14 村 ) 1934 年 ( 昭和 9 年 ) 1 月 1日 - 笠置 村 が 町制 施行 し 笠置 町 と な る 。 ( 4 町 13 村 ) 1942 年 ( 昭和 17 年 ) 7 月 1日 - 木津 町 に 相楽 郡 を 管轄 する 相楽 地方 事務 所 を 設置 。 1951 年 ( 昭和 26 年 ) 4 月 1日 ( 4 町 9 村 ) 相楽 村 が 木津 町 に 編入 。 当尾村 ・ 瓶 原村 が 加茂 町 に 編入 。 川西村 ・ 山田 荘村 が 合併 し 、 精華 村 が 発足 。 1954 年 ( 昭和 29 年 ) 12 月 15 日 - 西 和束村 ・ 中和 束村 ・ 東和 束村 が 合併 し 、 和束 町 が 発足 。 ( 5 町 6 村 ) 1955 年 ( 昭和 30 年 ) 4 月 1日 ( 6 町 4 村 ) 精華 村 が 町制 施行 し 精華 町 と な る 。 大河原村 ・ 高山 村 が 合併 し 、 南山 城村 が 発足 。 1956 年 ( 昭和 31 年 ) 8 月 1日 - 上狛 町 ・ 高麗 村 ・ 棚倉 村 が 合併 し 、 山城 町 ( 京都 府 ) が 発足 。 ( 6 町 2 村 ) 1956 年 ( 昭和 31 年 ) 9 月 30 日 - 湯船村 が 和束 町 に 編入 。 ( 6 町 1 村 ) 2007 年 ( 平成 19 年 ) 3 月 12 日 - 木津 町 ・ 山城 町 ・ 加茂 町 が 合併 し 、 木津川 市 が 発足 、 郡 より 離脱 。 ( 3 町 1 村 ) 式内 社 延喜 式 神名帳 に は 、 山城 国 相楽 郡 に 以下 の 大社 4 座 ・ 小社 2 座 の 計 6 座 が 記載 さ れ て い る 。 祝園 神社 ( 相楽 郡 精華 町 大字 祝園 ) 大社 、 月次 新 甞 和伎 坐天乃夫 支賣 神社 ( 木津川 市山城 町 平尾 ) 大社 、 月次 新 甞 綺原坐 健 伊那 大 比賣 神社 ( 木津川 市山城 町 綺田 山際 ) 相楽 神社 ( 木津川 市 相楽 ) 岡田 鴨 神社 ( 木津川 市 加茂 町 北 ) 大社 、 月次 新 甞 岡田 国 神社 ( 論社 2 社 ) 大社 、 月次 新 甞 勝手 神社 摂社 ・ 春日 神社 ( 木津川 市 加茂 町 大野 ) 岡田 国 神社 ( 木津川 市 木津 大谷 ) +宮津 市 ( みやづし ) は 、 京都 府 の 市 。 日本 三景 の 天橋 立 が あ る 、 日本 海 に 面 し た 海園 都市 で あ る 。 人口 宮津 湾 阿蘇 海 北隣 京丹後 市 、 与謝 郡 伊根 町 南隣 舞鶴 市 、 福知 山 市 西隣与謝 郡 与謝野 町 160 0 年 ( 慶長 5 年 ) 関ヶ原 の 戦い の 功 に よ り 京極 高知 に 徳川 家康 から 丹後 一 国 が 与え られ 丹後 藩 が 成立 する 。 のち に 京極 高知 の 三子 に よ り 丹後 藩 は 三 分割 さ れ 、 宮津 藩 、 舞鶴 藩 、 峰山 藩 の 丹後 三 藩 が 成立 し た 。 宮津 藩 京極 家 は 改易 さ れ 、 替わ っ て 本庄 家 が 藩主 と な っ た 。 1954 年 ( 昭和 29 年 ) 6 月 1日 : 与謝 郡 宮津 町 ・ 栗田村 ・ 吉津 村 ・ 府中村 ・ 日置 村 ・ 世屋 村 ・ 養老 村 ・ 日ヶ谷村 が 合併 し 、 市制 施行 。 1956 年 ( 昭和 31 年 ) 9 月 20 日 : 加佐 郡 由良 村 を 編入 。 京都 北都 信用 金庫 ( ほくと しんきん ) 本店 営業 部 ( 店 番号 001 ) 現存 する 信用 金庫 で 三 番 目 に 古 い 歴史 が あ る 。 フクヤ ( 京都 府 ) 本社 京都 銀行 ( 京銀 きょうぎん ) 宮津 支店 ( 両丹 銀行 、 宮津 銀行 、 丹後 商工 銀行 および 丹後 産業 銀行 の 4 行 合併 に よ る 丹和 銀行 創立 時 より の 流れ を 汲 む ) 日本 治金 工業 金下 建設 株式 会社 ( 本社 ) グンゼ ( 登記 上 本社 は 綾部 市 ) ネルソン 市 ( ニュージーランド ) デルレイ ・ ビーチ 市 ( アメリカ 合衆 国 フロリダ 州 ) 秦皇島 市 ( 中華 人民 共和 国 河北 省 ) 市 の 代表 駅 は 、 宮津 駅 ( 北 近畿 タンゴ 鉄道 北 近畿 タンゴ 鉄道 宮津 線 ・ 北 近畿 タンゴ 鉄道 宮 福線 ) で あ る が 、 観光 の 拠点 と し て の 中心 と な る の は 、 むしろ 天橋 立 駅 ( 北 近畿 タンゴ 鉄道 宮津 線 ) で あ る 。 宮福線 に は この ほか に 、 宮村 駅 、 喜多 駅 、 辛皮 駅 が あ り 、 宮津 線 に は 、 岩滝口 駅 、 栗田 駅 、 丹後 由良 駅 が あ る 。 丹後 海陸 交通 ( 丹海 バス ・ 本社 ・ 京都 府 ・ 与謝野 町 ) 綾部 宮津 道路 : 宮津 天 橋立 インター チェンジ 天橋 立 磯 清水 ( 名水 百 選 ) 宮津 城 金引 の 滝 ( 日本 の 滝百 選 ) カトリック 宮津 教会 ( 畳敷き の 聖堂 )   現存 の 木造 教会 と し て は 日本 で 2 番 目 に 古 く 、 現役 で 使用 さ れ て い る もの と し て は 日本 で 最も 古 い 旧 三上 家 住宅 - 国 の 重要 文化 財 、 廻船 業 を 営 ん だ 豪商 の 旧邸 、 庭園 は 「 三上 氏 庭園 」 と し て 府 指定 名勝 滝上 公園 ( 桜 の 名所 ) 籠 神社 ( 丹後 国 一宮 ) 成相 寺 智恩 寺 ( 宮津 市 ) 山王宮 日吉 神社 - 神事 「 赤ちゃん 土俵 入り 」 で 有名 天橋立 ビューランド 傘松 公園 天橋 立 海水 浴 場 丹後 由良 海水 浴 場 魚っち 館 宮津 祭り てんころ 船 レース 宮津 燈籠流 し 花火 大会 精霊 船 と い う 大きな 灯篭 を 宮津 港 で 燃や し 付近 に 小さな 追っかけ 灯篭 を 流 す 。 多数 の 追っかけ 灯篭 が 流れ る の は 非常 に 美し い 。 精霊 船 は 1 年 の 間 に 亡くな っ た 人 の 遺族 が 流 す 。 郵便 番号 2007 年 に 変更 さ れ た 。 宮津 郵便 局 ( 62 6 - 0 0 ・ 6 29 - 2 2 ) ( 与謝 郡 与謝野 町 の 内 、 旧 岩滝 町 つまり 629 - 2 2 の 地区 を 含 む ) 岩ヶ鼻 郵便 局 ( 62 6 - 0 2 ) +日本 > 近畿 地方 > 京都 府 > 船井 郡 船井 郡 ( ふない ぐん ) は 、 京都 府 の 中央 に 位置 する 郡 。 明治 維新 まで 丹波 国 に 含 ま れ て い た 。 以下 の 1 町 を 含 む 。 京丹波 町 ( きょうたんば ちょう ) 沿革 1889 年 4 月 1日 - 町村 制 施行 に 伴 い 、 船井 郡 に 園部 町 と 23 の 村 が 成立 する 。 ( 1 町 23 村 ) 1894 年 10 月 10 日 - 富庄村 ・ 本荘村 が 合併 し 、 富本村 が 発足 。 ( 1 町 22 村 ) 1901 年 7 月 19 日 - 須知 村 が 町制 施行 し 須知 町 と な る 。 ( 2 町 21 村 ) 1915 年 1 月 1日 - 八木村 が 町制 施行 し 八木町 と な る 。 ( 3 町 20 村 ) 1929 年 4 月 1日 - 園部 町 ・ 園部 村 ・ 桐ノ 庄村 が 合併 し 、 園部 町 が 発足 。 ( 3 町 18 村 ) 1951 年 4 月 1日 ( 3 町 10 村 ) 川辺村 が 園部 町 に 編入 。 吉富村 ・ 富本村 ・ 新庄村 が 八木町 に 編入 。 竹野村 が 須知 町 に 編入 。 檜山村 ・ 梅田 村 ・ 三ノ宮村 ・ 質 美村 が 合併 し 、 瑞穂村 が 発足 。 1955 年 4 月 1日 ( 6 町 3 村 ) 瑞穂村 が 町制 施行 し 瑞穂 町 ( 京都 府 ) が 発足 。 須知 町 ・ 高原村 が 合併 し 、 丹波 町 が 発足 。 世木村 ・ 五 ヶ荘村 ・ 胡麻 郷村 が 合併 し 、 日吉 町 ( 京都 府 ) が 発足 。 上 和知村 ・ 下和知村 が 合併 し 、 和知 町 が 発足 。 北桑田 郡 神吉村 が 八木町 に 編入 。 1955 年 4 月 20 日 - 園部 町 ・ 摩気 村 ・ 西本 梅村 が 合併 し 、 園部 町 が 発足 。 ( 6 町 1 村 ) 1956 年 9 月 30 日 - 東本 梅村 が 亀岡 市 に 編入 。 ( 6 町 ) 1958 年 4 月 1日 - 園部 町 が 亀岡 市 の 一部 を 編入 。 2005 年 10 月 11 日 - 丹波 町 ・ 和知 町 ・ 瑞穂 町 が 合併 し 、 京丹波 町 が 発足 。 ( 4 町 ) 2006 年 1 月 1日 - 園部 町 ・ 八木町 ・ 日吉 町 が 北桑田 郡 美山 町 ( 京都 府 ) と 合併 し 、 南丹 市 が 発足 、 郡 より 離脱 。 ( 1 町 ) 和名抄 に 見え る 郡内 の 郷 刑部 郷 志麻 郷 船井 郷 出 鹿 郷 田原郷 余戸 郷 城崎 郷 野口 郷 須知 郷 皷 打郷 木前 郷 +亀岡 市 ( かめおかし ) は 、 京都 府 の 中西部 に 位置 する 市 で あ る 。 亀岡 市 は 旧 丹波 国 の 最 南端 に 位置 し 、 山城 国 ・ 摂津 国 の 境目 と な る 。 旧 丹波 国 の 中 で は 人口 は 最多 で あ り 、 旧 丹波 国内 の 中心 都市 で あ っ た 。 戦国 時代 末期 に 明智 光 秀 が 亀山 城 ( 丹波 国 ) と 城下 町 を 築 い た こと が 近代 亀岡 の 礎 と な っ た 。 しかし 、 現在 で は 京都 ・ 大阪 の 衛星 都市 の 側面 を 持 つ よう に な っ た 。 なお 、 南丹 市 と 船井 郡 京丹波 町 と 併せ て 南丹 や 南丹 、 南丹 と 称 する こと も あ る 。 地理 亀岡 市 は 、 亀岡 盆 地 及び 周辺 山地 を 中心 に 位置 し て い る 。 亀岡 盆地 の ほぼ 中央 を 桂川 ( 桂川 ) が 流れ る 。 周辺 山地 に は 丹波 高地 等 が 亀岡 市域 に 迫り出 し て お り 、 山間 部 に は 東 別院 町 ・ 本梅町 ・ 畑野 町 等 の 地区 が あ り 、 桂川 水系 で は な い 。 亀岡 盆地 は 太古 は 大きな 湖 で あ り 、 風 が 吹 く と 美し い 朱色 の 波 が 立 っ た ところ から 、 この あたり を 丹 の うみ ・ 丹波 と 呼 ぶ よう に な っ た と さ れ て お り 、 出雲 神話 で 有名 な 大国 主命 が 亀岡 と 嵐山 の 間 に あ る 渓谷 を 切り開 い て 水 を 流 し 土地 を 干拓 し て 、 切り開 い た 渓谷 を 「 三穂 津 姫 」 の 名前 に ちなみ 保津 川 ・ 保津 峡 と 名付け た と い う 伝説 も 残 っ て お り 、 出雲 大 神宮 ( 千歳 町 ) の 祭神 と な っ て い る 。 事実 、 湖 だっ た こと を 示 す 地層 も 明らか に な っ て い る 。 桂川 を 大堰 川 と 呼 ぶ 名称 は 、 古代 朝鮮 から 渡来 人 で あ る 秦 氏 が つく っ た 農業 用 の 「 堰 」 に 由来 する 。 徒然 草 ( 第 五十 一 段 ) で は 「 大井川 」 と な っ て い る 。 大井町 に あ る 大井 神社 ( 亀岡 市 ) に 由来 する 。 宇津 根橋 ( 河原林 町 、 宇津 根 町 ) 保津 橋 ( 保津 町 ) 又 は 保津 峡 の 入り 口 の 山本浜 ( 保津 町 、 篠町 ) を 境 に し て 上流 を 大堰 川 、 下流 を 保津 川 と 呼 ん で い る ( 例えば 、 上流 左岸 に あ り 、 河岸 距離 が 最も 長 い 学区 で あ る の 校歌 は 大堰 川 と な っ て い る ) 。 馬路 ・ 千歳 ・ 河原林 ・ 旭 の 各町 が あ る 大堰川 ( 保津 川 ) 左岸 は 総称 し て 川東 と 呼 ば れ 、 愛宕 山 系 の 扇状 地 で あ り 、 同山 系 を 水源 と する 七 谷川 や 三俣 川 は 高低 差 が 激し く 、 よく 氾濫 し た と い う 。 気候 は 内陸 性 気候 。 気象 台 区分 と し て は 、 亀岡 市域 を 京都 市 ・ 山城 国 地域 の 京都 府 南部 に 含 ん で い る 。 しかし 、 晩秋 から 早春 に かけ て 亀岡 盆 地名物 の 深 い 霧 が 発生 し て お り 、 この 季節 に 京都 市 内 から 保津 峡 や 老ノ 坂峠 を 経 て 市内 へ 入 る と 景色 が 一変 する 。 霧 の 規模 は 全国 的 に 有名 で 、 衛星 写真 で は 亀岡 市 が 霧 の 影響 で 白 く 写 る こと も あ る 。 自動 車 の フォグ ランプ を 必要 と 感じ る こと が 多 い ため 、 その 装着 率 が 高 い 。 亀岡 市街 地 は 保津 川 ( 大堰 川 ) より 低地 で あ る うえ に 、 保津 峡 で せき止め られ る こと に よ り 逆流 を 原因 と する 水害 が 多発 し て い た 。 この 洪水 は 日吉 ダム の 開設 に よ り 一応 は 解決 し て い る もの の 、 遊水 池 と な っ て い た JR 嵯峨野 線 と 保津 川 ( 大堰 川 ) の 間 に は 殆ど 建築 物 が な い 。 しかし 、 嵯峨野 線 複線 化 と 併せ て 新た な 都市 開発 の 構想 が あ る 。 大 都市 に 隣接 し ながら も 、 水田 生態 系 が 豊富 に 残 さ れ て お り 、 国 指定 特別 天然 記念 物 の アユモドキ や オオサンショウ ウオ 、 ホトケドジョウ が 観察 さ れ て い る が 都市 開発 に よ る 減少 が 心配 さ れ て い る 。 中 で も 、 アユモドキ は 環境 省 レッド データ ブック で 絶滅 危惧 IA 類 、 京都 府 レッド データ ブック で 絶滅 寸前種 と な っ て い る 。 水田 が 多 い こと から 溜池 が 至る所 に 点在 し て い る こと 、 市内 に 古く から 有数 の 釣り スポット で あ る 中山 池 が あ る こと 、 また 近隣 に 一庫 ダム ( 兵庫 県 ) 、 日吉 ダム 、 大野 ダム 、 和知 ダム ( 京都 府 ) と い っ た 大 規模 ダム と 由良 川 、 保津 川 と い っ た 有数 の 鮎釣り スポット が あ る こと から 年齢 問 わ ず 広 い ジャンル の 「 釣り 」 を 趣味 に 持 つ 人 が 多 く 、 他 府 県 から の 来訪者 も 多 い 。 また 市内 と 周辺 地域 の 兵庫 県 、 大阪 府 に 多く の ゴルフ 場 が あ る 事 で 早朝 から 市外 から の 車流入 と 市内 から 通勤 で 京都 市 、 大阪 府 、 兵庫 県 へ の 車流出 が 増え る ため 、 交通 量 は 早朝 ・ 夕方 が 増え る 。 古代 に は 馬路 町 ・ 千歳 町 出雲 等 の 大堰川 ( 保津 川 ) 左岸 の 川東 に 古墳 が 多 く 見 られ 大 豪族 が い た 地域 と 見 られ て お り 、 千歳 町 国分 地区 に 国分寺 が 置 か れい る 。 さらに 、 出雲 大 神宮 や 継体 天皇 元年 に 初めて 神殿 が 建立 さ れ た 元 愛宕 神社 ( 京都 市 ) や 立命 館 大学 創立 者 の 中川 小十郎 の 子息 で あ る 有名 な 彫刻 家 流 政之 氏 の くぐり ほてい が あ る 養仙 寺 も あ る など 歴史 的 に 古 い 地域 で あ る 。 諸説 あ る が 、 大堰 川 右岸 の 千代川町 に 丹波 国府 が 置 か れ た と も 言 わ れ て い る 。 京都 市 と の 国境 の 大枝 に は 酒呑 童子 の 鬼 が 居 た と 言 わ れ 、 源 頼光 に よ っ て 討伐 さ れ た と い う 伝説 が あ る 。 ひえ 田野町 ・ 曽我部 町 ( 註 「 ひえ 」 は 草 かんむり に 稗 と 書 く 。 以下 、 平仮名 で 記 す ) 、 に 佐伯 神社 、 穴太 寺 、 神蔵 寺 など 由緒 あ る 重要 な 寺社 も 多 い 。 亀岡 地域 の 伝統 を 物語 る もの だ ろ う 。 現在 の 亀岡 市街 地 から 篠町 に かか る 地域 は 4 世紀 ころ まで は 湖沼 地 だっ た ら し い が 、 秦 氏 の 大堰川 ( 保津 川 ) 治水 工事 など に よ り 利用 可能 な 土地 と な る と 、 桑田 神社 や 屯倉 が 建立 さ れ たり し て 人 の 移住 が 見 られ た 。 市街 中央 部 から ひえ 田野 地区 まで 広 範囲 に 条里 制 が 敷 か れ た よう だ 。 7 世紀 ~ 8 世紀 ころ に は 山陰 道 各 国府 を 結 ぶ 山陰 道 が 設け られ 、 また 現在 の 京都 市 右京 区 の 京北 地域 に あた る 弓削 郷 ・ 山国 郷 など の 木材 が 桂川 に 乗 っ て 京都 へ 運 ば れ る よう に な る と 、 亀岡 周辺 は 保津 峡 直前 の 船待 ち 場 と し て 発展 し た 。 愛宕 山 の 登山 口 に 位置 し て い る 長谷 付近 は 、 戦前 まで は 参拝 客 で にぎわ っ た と 言 う 。 京都 ・ 山城 から 山陰 へ は 当 市 域 が 入り口 に 当た る ため 、 山城 と の 境 に 当た る 老 の 坂峠 ・ 王子 宿 に は 多く の 宿場 が 立ち並 ん だ 。 また 土地 の 私有 が 可能 に な る と 、 小川 荘 や 桑田 荘 ・ 矢田 荘 および 加舎 荘 など の 荘園 が 開発 さ れ た 。 平安 時代 中期 に は 吉冨 荘 と とも に 亀岡 市域 は 清和 源 氏 の 領地 で あ っ た と 考え られ る 。 以仁 王 に 従 っ た 摂津 源 氏 の 源 頼政 の 墓 が つつじヶ丘 地区 に あ る 。 また 篠町 に は 足利 高 氏 の 挙兵 の 地 と な っ た 篠村 八幡宮 が あ る など 当 市 域 は 鎌倉 時代 ・ 南北朝 時代 ( 日本 ) を 通 じ て 源氏 の 一 拠点 と な っ た 。 石門 心学 の 石田 梅岩 、 画家 ・ 円山 応挙 、 医者 ・ 山脇 東洋 も 亀岡 市域 の 出身 者 で あ る 。 また 、 摂津 国 福原 の 一ノ谷 の 戦い に 向か う 途中 に 通過 し た 源 義経 や 那須 与一 など の ほか に 文覚 、 一遍 、 蓮如 、 明智 光 秀 、 小早川 秀秋 、 角倉 了 以 を 始め と し て 亀岡 に ゆかり の あ る 著名 人 は 多 い 。 安土 桃山 時代 に 入 っ て 明智 光 秀 が 丹波 統治 の ため 古世 地区 に 丹波 亀山城 を 築 き 城下 町 を 形成 し た こと に よ っ て 、 亀岡 は 近代 的 な 発展 を 遂げ る 。 明智 滅亡 後 も 豊臣 政権 ・ 江戸 幕府 下 に お い て 丹波 亀山城 に は 羽柴 秀勝 ( 於次 、 織田 信長 四男 ) 、 豊臣 秀勝 ( 小吉 、 秀吉 の 甥 ) 、 小早川 秀秋 、 前田 玄以 ・ 岡部 長盛 ら 信任 あ る 人間 が 配置 さ れ る など 京都 の 西北 の 入り口 と し て 重要 視 さ れ 続け た 。 丹波 亀山 藩主 は 代々 老中 や 寺社 奉行 、 京都 所司 代 、 大坂 城代 等 の 要職 を 務め た ため に 出費 は 大きな もの で あ っ た よう だ 。 この ため 、 たびたび 重税 が 課 せ られ 、 亀山 藩 支配 下 の 村々 は みな 疲弊 し た と い う 。 角倉 了 以 の 保津 川 開削 以後 、 桂川 の 輸送 力 が 強化 さ れ る と 、 丹波 と 京都 の 中継 地点 と し て 亀岡 市 域内 の 宇津 根 ・ 馬路 ・ 保津 ・ 山本 が 栄え た 。 桂川水運 は 大正 時代 まで 連綿 と 続 い た 。 また 、 京街道 ・ 山陰 街道 および 国道 42 3 号 の 分岐 点 が 城下 の 追分 に 設け られ て 発展 し た 。 明治 2 年 、 三重 県 亀山 市 と 混同 する の で 、 亀山 から 亀岡 へ と 改称 さ れ る 。 明治 4 年 、 廃藩 置県 で 亀岡 県 。 同年 に 京都 府 所属 と な る 。 1899 年 、 京都 鉄道 が 園部 まで 開通 する 。 宗教 法人 大本 本部 が 亀山 城跡 に 置 か れ て い る 。 1955 年 ( 昭和 30 年 ) 1 月 1日 、 南桑田 郡 の うち ( 篠村 ・ 樫田村 を 除 く ) 亀岡 町 など 1 町 15 村 が 合併 、 亀岡 市 が 誕生 する 。 1956 年 ( 昭和 31 年 ) 9 月 30 日 、 船井 郡 東本 梅村 を 編入 。 1959 年 ( 昭和 34 年 ) 9 月 30 日 、 南桑田 郡 篠村 を 編入 。 人口 農林 水産業 丹波 松茸 、 丹波 黒豆 、 馬路 大納言 小豆 、 丹波 栗 、 京野 菜 の ミズナ 、 千 枚 漬 に 重宝 さ れ る 篠大根 ( カブ ) や 、 丹波山芋 、 亀岡 牛 、 鮎 、 猪 など が 名高 い 。 馬路 大納言 小豆 は 、 高級 品 の 丹波 大納言 小豆 の 中 で も 最 高級 品 で あ り 、 馬路 町 で しか 生産 でき な い 。 隣接 の 河原林 、 千歳 など の 各町 で 種 を 蒔 い て も 普通 の 丹波 大納言 小豆 に な る 。 讀賣 テレビ 放送 『 どっち の 料理 ショー 』 など で 紹介 さ れ た こと が あ る 。 古く から 丹波 松茸 は 名高 い 。 近年 で は 、 テレビ 東京 系 「 元祖 ! でぶや 」 など で 紹介 さ れ て い る 。 日本 で 唯一 、 ハバネロ ( トウガラシ の 一種 ) の 商業 水準 の 生産 が 行 わ れ て お り 、 名産 品 と し て 認知 さ れ つつ あ る 。 丹波 黒豆 や 鮎 など は 漫画 『 美味 しんぼ 』 など で 紹介 さ れ た 。 京都 府 産 丹波 黒豆 の 愛称 「 紫 ずきん 」 は 荒巻 禎 一 京都 府 知事 ( 当時 ) が 名付け た 。 主要 幹線 道路 沿い に 多数 の 農産 物 ・ 農産 加工 品 直売 所 が あ る 。 国道 367 号 ・ 47 7 号 線 沿 ・ 湯 の 花 温泉 周辺 幹線 道路 は 新鮮 な 農産 物 目当て の 観光 者 が 多 く 、 季節 に よ っ て は 直ちに 完売 する こと が あ る 。 また 、 観光 農園 も 多数 あ り 、 農業 と 観光 産業 が 結びつ き つつ あ る 。 観光 業 大 都市 近郊 に あ っ て 都市 的 な 利便 性 を 有 し ながら 、 保津 峡 等 の 豊か な 自然 を 併せ つつ 、 さらに 出雲 大 神宮 、 丹波 亀山城 ( 大本 本部 ) 等 と い っ た 歴史 的 な 観光 資源 が あ る もの の 、 湯 の 花 温泉 _ ( 京都 府 ) を 除 け ば 宿泊 施設 が 少な い 。 保津 峡 、 嵯峨野 観光 鉄道 嵯峨野 観光 線 は 京都 とりわけ 嵯峨 嵐山 観光 の 一環 と 位置 付け られ る こと が 多 く 、 豊富 な 資源 を 生か し た 亀岡 市 内 独自 の 観光 産業 の 構築 が 永年 の 課題 と な っ て い る 。 クニッテルフェルト ( オーストリア 共和 国 シュタイ アーマルク 州 ) 1964 年 4 月 14 日 姉妹 都市 提携 スティルウォーター ( オクラホマ 州 ) ( アメリカ 合衆 国 オクラホマ 州 ) 1980 年 11 月 3 日 姉妹 都市 提携 ジャンヂーラ ( ブラジル 連邦 共和 国 サンパウロ 州 ) 1980 年 11 月 3 日 姉妹 都市 提携 蘇州 市 ( 中華 人民 共和 国 江蘇 省 ) 1996 年 12 月 31 日 友好 交流 都市 提携 地域 健康 京都 市 西京 区 、 京都 市 右京 区 、 南丹 市 大阪 府 能勢 町 、 豊能 町 、 茨木 市 、 高槻 市 西 日本 旅客 鉄道 山 陰 本線 ( 嵯峨野 線 ) ( 至 京都 駅 ) ← 保津 峡 駅 ※ - 馬堀 駅 - 亀岡 駅 - 並河 駅 - 千代川 駅 → ( 至園部 駅 ) 嵯峨野 観光 鉄道 嵯峨野 観光 鉄道 嵯峨野 観光 線 ( 至 トロッコ 嵯峨 駅 ) ← トロッコ 亀岡 駅 ※ 保津 峡 駅 は 京都 市 西京 区 と の 境 に 位置 する が 、 住所 は 亀岡 市 保津 町 。 営業 上 は 京都 市 が 営業 。 北陸 新 幹線 ・ 敦賀 駅 から 小浜 線 沿い に 進 み 小浜 駅 から 西京都 駅 ( 亀岡 駅 ) を 経由 し て 新 大阪 駅 へ 行 く 若狭 ルート が 計画 さ れ て い る 。 バス 京阪 京都 交通 亀岡 市 コミュニティバス 亀岡 市 ふるさと バス 道路 高速 自動 車 国道 市内 は 路線 な し 一般 国道 有料 道路 京都 縦貫 自動 車 道 篠 インター チェンジ 亀岡 インター チェンジ 大井 インター チェンジ 千代川 インター チェンジ 郵便 番号 全域 が 上 3 桁 「 62 1 」 で 、 亀岡 郵便 局 の 管轄 で あ る 。 市外 局 番 大半 は 「 0 7 71 」 だ が 、 篠町 老ノ坂 は 「 0 7 5 」 で あ る 。 名所 ・ 旧跡 ・ 観光 スポット ・ 祭事 ・ 催事 明智越え — 亀岡 から の 愛宕 山 へ の 登山 道 。 名前 は 、 本能 寺 の 変直前 に 明智 光 秀 が 愛宕 参詣 し た こと に 由来 する 。 明智戻 り 岩 元 愛宕 神社 ( 京都 市 ) 穴太 寺 — 西国 三十 三 箇所 出雲 大 神宮 — 丹波 国 一宮 出雲 神社 — 本梅 町 井手ー明智 光秀 に よ り 焼失 の 経緯 あ り 大井 神社 ( 亀岡 市 ) ー 鯉 が 神史 で 氏子 は 鯉幟 を あげ な い 。 大谷 鉱山 小幡 神社 亀岡 運動 公園 亀岡 運動 公園 プール — 夏季 は 大 規模 プール の 営業 が あ り 、 周辺 府 県 から の 来訪 が 多 い 。 亀岡 市 農業 公園 — 堆肥 化 施設 「 亀岡 市 土づくり センター 」 と 隣接 し 、 周囲 の 農業 地 と 一体 化 し て い る 。 亀岡 祭 — 南丹 の 祇園 祭 亀岡 光秀 まつり — 明智 光 秀 公武 者 行列 ( 5 月 3 日 ) ガレリア かめおか 道 の 駅 ガレリア かめおか ( 道 の 駅 ) 鍬山 神社 谷性 寺 — 明智 光 秀 公首 塚 き きょう の 里 金剛寺 ( 亀岡 市 ) ( 応挙 寺 ) 嵯峨野 観光 鉄道 嵯峨野 観光 線 篠村 八幡宮 丹波 亀山 城跡 — 大本 本部 天恩 郷 丹波 国分寺 丹波 七 福神 巡 り — 千歳 地区 七 谷川 の 桜 やわらぎ の 道 七 谷川 キャンプ センター 南郷 公園 _ ( 京都 府 ) ひえ 田野 神社 — 丹波 佐伯郷 の 灯籠 祭 平 の 沢池 — 大沢 池 、 広沢 池 と 『 京 の 三沢 』 と 呼 ば れ る 水鳥 の 道 保津 峡 保津 峡 湯 の 花 温泉 _ ( 京都 府 ) — ジョン ・ レノン 、 オノ ・ ヨーコ 夫妻 が 訪ね た こと が あ る 。 夢 コスモス 園 養仙 寺 ( 布袋 寺 ) 頼政 塚 楽々 荘 映画 の 街 京都 市 に 隣接 し て い る 立地 条件 から 時代 劇 を 中心 と し た ロケーション 撮影 が 市内 各地 で 行 わ れ て お り 、 映画 と の 関わり が 深 い 街 で あ る が 、 市内 に は 映画 館 が な い 。 映画 俳優 の 中村 玉緒 は 、 子ども たち に 古里 を 作 る ため に 、 同じく 映画 俳優 の 夫 ・ 勝新 太郎 と 「 亀岡 に お 墓 を 建て て 、 ふたり で 戻 っ て こ よ う 」 と 話 を し て い た と い う 。 丹波 哲郎 も 何 度 も ロケ で 亀岡 を 訪れ 、 先祖 で あ る 丹波 康頼 の 墓所 が あ る 金輪 寺 を 訪ね た こと が あ る 。 近年 、 亀岡 を 舞台 に 盲導 犬 と 人 と の 交流 を 描 い た 映画 『 盲導 犬 クイール の 一生 』 が 製作 さ れ た 。 数々 の ロケーション 撮影 が 行な わ れ た が 、 本能 寺 の 変 など を 除 く と 亀岡 が 舞台 と な る の は 異例 の こと で あ っ た 。 その 他 一部 の 旅行 ガイドブック で 小京都 と 紹介 さ れ た こと が あ る が 定着 し な かっ た 。 郵便 番号 2007 年 に 変更 さ れ た 亀岡 郵便 局 ( 62 1 - 0 0 ・ 0 1 ) 本梅 郵便 局 ( 62 1 - 0 2 ) +城陽 市 ( じょうよう し ) は 、 京都 府 に 属 する 市 で 、 京都 市 と 奈良 市 の ほぼ 中間 に 位置 する 。 正道 官衙 遺跡 ( 国 の 史跡 ) や 久世 神社 、 水度 神社 ( いずれ も 本殿 は 国 の 重要 文化 財 ) など の 歴史 的 建築 物 を 多数 擁 する ほか 、 京都 サンガ F . C . の 練習 場 で あ る サンガタウン 城陽 が 置 か れ て い る 。 金銀糸 の 生産 高 で は 、 日本 国 内 の 約 60 % を 占め る と さ れ て い る 。 気候 は 比較 的 温暖 で あ る 。 地理 城陽 市 は 、 京都 市 の 南方 、 京都 府 南部 の 山城 地区 に 属 する 。 京都 市 と 奈良 市 を 結 ぶ 国道 24 号 が 南北 に 横断 し 、 両市 の ほぼ 中間 に あ る 。 この 他 、 JR 奈良 線 と 近鉄 京都 線 が 南北 に 横断 し て い る 。 木津川 ( 京都 府 ) の 右岸 に 位置 し 、 市 南部 を 東西 に 青谷 川 が 流れ る 。 地勢 は 西部 ( 大久保 バイパス 近辺 ) は 概ね 平坦 で 、 東部 に 向か う に つれ て 起伏 の 多 い 地形 に な っ て い る 。 歴史 1951 年 ( 昭和 26 年 ) 4 月 1日 、 久世 郡 久津 川 村 、 寺田 村 、 富野 荘村 、 綴喜 郡 青谷 村 の 4 村 が 合併 し て 、 久世 郡 城陽 町 が 誕生 する 。 1972 年 ( 昭和 47 年 ) 5 月 3 日 、 市制 施行 。 市名 は 、 城陽 町 設置 の 際 に 公募 。 「 山城 国 南部 、 陽 の 当た る 豊か な 土地 」 と い う 意味 。 人口 行政 市長 : 橋本 昭男 経済 産業 主な 産業 サントリー 京都 工場 産業 人口 姉妹 都市 国内 海外 慶山 市 ( 大韓民国 慶尚北道 ) 1991 年 1 月 22 日 姉妹 都市 提携 バンクーバー ( ワシントン 州 ) ( アメリカ 合衆 国 ワシントン 州 ) ( カナダ の バンクーバー ( ブリティッシュ コロンビア 州 ) と は 別 ) 1995 年 10 月 30 日 姉妹 都市 提携 地域 隣接 し て い る 自治 体 宇治 市 、 八幡 市 、 京田辺 市 、 井手 町 、 宇治田原町 、 久御山 町 他 府 県 と は 隣接 し て い な い 。 交通 主要 交通 機関 は JR 奈良 線 、 近鉄 京都 線 及び 国道 24 号 ( 大久保 バイパス ・ 京奈 和 自動 車 道 ) で あ る 。 鉄道 路線 中心 と な る 駅 は 城陽 駅 ( JR 奈良 線 。 快速 停車 駅 ) で あ り 、 同駅 が 市 役所 へ の 最寄り 駅 で あ る 。 だ が 利用 者 数 を 見 る と 寺田 駅 ( 京都 府 ) ( 近鉄 京都 線 ) が 一番 多 く 、 実質 この 駅 が 中心 と も 言え る 。 上記 2 つ の 駅 の ほか 、 JR 奈良 線 の 長池 駅 、 山城 青谷 駅 、 近鉄 京都 線 の 久津 川 駅 、 富野 荘駅 が あ る 。 北部 は 近鉄 京都 線 の 急行 停車 駅 大久保 駅 ( 京都 府 ) 、 JR 奈良 線 の 新田 駅 ( 京都 府 ) が 徒歩 圏 の ため 、 両駅 へ の 利用 者 も 多 く 、 近鉄 大久保 駅 へ は 市内 全域 から の バス 路線 が 通 じ て お り 、 合わせ て 利用 者 が 多 い 。 近鉄 線 は 、 ラッシュ 時 及び 日中 を 中心 に 、 大久保 、 新田 辺 両駅 で の 急行 列車 と の 緩急 接続 が 比較 的 多 く 行 わ れ て お り 、 便利 は よ い 。 また 、 大阪 市 へ の 通勤 で は 近鉄 京都 線 に 乗 り 、 新田辺 駅 ( 京田辺 市 ) から 徒歩 連絡 する JR 片町 線 ( 京田辺 駅 ) の 快速 電車 に 乗り換え て 大阪 市 へ 向か う 客 も 多 い 。 バス 路線 市 東部 に つ い て は 城陽 団地 を 中心 に 京阪 宇治 バス が 運行 さ れ て い る が 、 西部 に 関 し て は 路線 網 が 薄 い 。 それ を 補完 する 形 で 、 京阪 宇治 バス に よ る 市 循環 バス ( 城陽 さん さん バス ) が 3 系統 、 各 一 時間 に 1 ~ 2 本 運行 さ れ て い る 。 道路 高速 自動 車 国道 新 名神 高速 道路 ( 予定 ) 名所 ・ 旧跡 ・ 観光 スポット ・ 祭事 ・ 催事 水度 神社 - 本殿 ( 重要 文化 財 ) 荒見 神社 - 本殿 ( 重要 文化 財 ) 久世 神社 - 本殿 ( 重要 文化 財 ) 阿弥陀 寺 ( 城陽 市 ) - 木造 薬師 如来立像 ( 重要 文化 財 ) 中天満 神社 正道 官衙 遺跡 平川 廃 寺 跡 - 国史 跡 青谷 梅林 - 広 さ 20 ha 、 1 万 本 の ウメ TWINKLEJOYO - 20 万 球 の イルミネーション が 彩 る 光 の ページェント ※ 「 重要 文化 財 」 は 国 指定 の 重要 文化 財 を 指 す 特産 品 イチジク 金銀糸 郵便 番号 城陽 郵便 局 ( 61 0 - 0 1 ) +日本 > 近畿 地方 > 京都 府 > 中郡 令 制 国 一覧 > 山陰 道 > 丹後 国 > 丹波 郡 / 中郡 中郡 ( なかぐん ) は 、 丹後 国 、 京都 府 に かつて 存在 し た 郡 で あ る 。 丹波 郡 ( た に は ぐん / たんば ぐん ) は 、 丹後 国中郡 の 中世 末期 まで の 呼称 。 これ は かつて 丹後 国 が 丹波 国 の 一部 だっ た 名残 で 、 更に 和名 抄 に よ る と 郡内 に は 丹波 郷 が あ る こと から 、 ここ が 「 丹波 国 丹波 郡 丹波里 」 と し て その 中心 地 で あ っ た と 考え られ る 。 消滅 時点 で 以下 の 町 を 含 ん だ 。 大宮 町 ( 京都 府 ) ( おおみやちょう ) 峰山 町 ( みねやま ちょう ) 2004 年 ( 平成 16 年 ) 4 月 1日 、 両町 は 市 町 村 合併 で 京丹後 市 な っ た こと で 、 中郡 は 消滅 し た 。 郡制 施行 時 の 中郡 役所 は 峰山 町 に 置 か れ た 。 1889 年 ( 明治 22 年 ) 4 月 1日 町村 制 施行 に よ り 、 大野村 、 長善村 、 五箇村 、 新山村 、 丹波 村 、 吉原 村 、 峰山 町 、 河辺 村 、 周枳 村 ( すきむら ) 、 三 重 村 、 常吉 村 、 五十 河村 ( いか が むら ) の 1 町 11 村 と な る 。 1892 年 ( 明治 25 年 ) 3 月 5 日 大野村 が 口 大野村 と 奥 大野村 に 分立 。 ( 1 町 12 村 ) 1951 年 ( 昭和 26 年 ) 4 月 1日 河辺 村 、 周枳 村 、 三重 村 、 常吉 村 、 口 大野村 、 奥 大 野村 が 合併 し 、 大宮 町 と な る 。 ( 2 町 6 村 ) 1953 年 ( 昭和 28 年 ) 4 月 13 日 大宮 町 の 一部 が 新山村 に 編入 。 1955 年 ( 昭和 30 年 ) 1 月 1日 峰山 町 、 五箇村 、 新山村 、 丹波 村 、 吉原 村 が 合併 し 、 峰山 町 な る 。 ( 2 町 2 村 ) 1956 年 ( 昭和 31 年 ) 7 月 1日 五十 河 村 が 大宮 町 に 編入 。 ( 2 町 1 村 ) 1956 年 ( 昭和 31 年 ) 9 月 30 日 長 善村 が 大宮 町 と 峰山 町 に 編入 。 ( 2 町 ) 2004 年 ( 平成 16 年 ) 4 月 1日 大宮 町 、 峰山 町 、 竹野 郡 網野 町 、 丹後 町 、 弥栄 町 、 熊野 郡 久美浜 町 が 合併 ・ 市制 施行 し 京丹後 市 と な り 、 中郡 消滅 。 和名抄 に 見え る 郡内 の 郷 大野 郷 新治郷 丹波 郷 周枳 郷 三重 郷 神戸 郷 口枳 郷 +日本 > 近畿 地方 > 京都 府 > 乙訓 郡 令 制 国 一覧 > 畿内 > 山城 国 > 乙訓 郡 乙訓 郡 ( お とくに ぐん 、 お とくに の こおり ) は 、 京都 府 ・ 山城 国 の 郡 で あ る 。 現在 は 以下 の 1 町 のみ で 構成 さ れ て い る 。 大山崎 町 ( おおやまざき ちょう ) 現在 の 長岡 京 市 と 向日 市 の 全域 、 京都 市 西京 区 および 南区 ( 京都 市 ) 、 伏見 区 の 一部 も かつて は 乙訓 郡 に 属 し て い た 。 乙訓 は 昔 この 地方 が 「 弟国 」 と 呼 ば れ て い た の が 語源 と さ れ る 。 なお 、 「 兄国 」 は 葛野 郡 ( 現在 の 京都 市 西部 ) だ と 言 わ れ て い る 。 長岡 京 や 山城 国 国府 など が 置 か れ た 。 1879 年 ( 明治 12 年 ) 4 月 10 日 - 郡 区 町 村 編制 法 に 基づ き 向日 町 に 乙訓 郡 役所 を 設置 。 1889 年 ( 明治 22 年 ) 4 月 1日 - 町村 制 施行 に 伴 い 、 乙訓 郡 に 向日 町 と 乙訓村 ・ 新 神足村 ・ 海印 寺村 ・ 淀村 ・ 久我 村 ・ 羽束 師村 ・ 大枝村 ・ 大原野村 ・ 久世村 ・ 大山崎 村 が 成立 する 。 ( 1 町 10 村 ) 1936 年 ( 昭和 11 年 ) 2 月 11 日 - 淀村 が 久世 郡 淀町 ( 1957 年 ( 昭和 32 年 ) に 京都 市 伏見 区 に 編入 ) に 編入 。 ( 1 町 9 村 ) 1942 年 ( 昭和 17 年 ) 7 月 1日 - 京都 市 に 愛宕 郡 ・ 葛野 郡 ・ 乙訓 郡 を 管轄 する 北山 城 地方 事務 所 を 設置 。 1949 年 ( 昭和 24 年 ) 10 月 1日 - 乙訓村 ・ 新 神足村 ・ 海印 寺村 が 合併 し 、 長岡 町 が 発足 。 ( 2 町 6 村 ) 1950 年 ( 昭和 25 年 ) 12 月 1日 ( 2 町 3 村 ) 久我村 ・ 羽束 師村 が 京都 市 伏見 区 に 編入 。 大枝村 が 京都 市 右京 区 に 編入 。 ( 1976 年 ( 昭和 51 年 ) に 西京 区 に 分 区 ) 1959 年 ( 昭和 34 年 ) 1 1 月 1日 ( 2 町 1 村 ) 大原野村 が 京都 市 右京 区 に 編入 。 ( 1976 年 ( 昭和 51 年 ) に 西京 区 に 分 区 ) 久世村 が 京都 市 南 区 に 編入 。 1967 年 ( 昭和 42 年 ) 1 1 月 3 日 - 大山崎村 が 町制 施行 し 大山崎 町 と な る 。 ( 3 町 ) 1972 年 ( 昭和 47 年 ) 10 月 1日 ( 1 町 ) 向日 町 が 市制 施行 し 、 向日 市 と なり 郡 より 離脱 。 長岡 町 が 市制 施行 ・ 改称 し 、 長岡 京 市 と なり 郡 より 離脱 。 郡内 の 郷 和名 類 聚抄 に 見え る 郡内 の 11 郷 。 括弧内 は 訓読み 。 山埼郷   ( 夜末 佐岐 ) 鞆岡郷   ( 度毛 乎賀 ) 長井 郷 大 江郷   ( 於保江 ) 物 集郷   ( 毛豆 女 ) 訓 世郷   ( 郡勢 ) 榎本郷 羽 束郷   ( 波豆 賀之 ) 石 作郷   ( 以之 都 久利 ) 長岡 郷 石川 郷 +府 ( ふ ) 中国 「 蔵 」 1 . 原意 は 、 古代 中国 で 官物 や 財貨 を 収蔵 し た 倉庫 。 2 . 農業 が 盛ん で 収穫 が 高 く 豊か な 土地 。 「 天府 」 と も 。 四川 など 。 「 政庁 」 3 . 漢 から 明代 まで の 中国 で 、 各地 に 王 と し て 封建 皇族 が 軍事 と 行政 の 拠点 と し て 開 い た 政庁 。 「 王府 」 と い っ た 。 政庁 に は 税穀 を 備蓄 する ため の 蔵 が 並 ん で い た こと が 語源 。 4 . 明代 から 清代 まで の 中国 で 、 都 や 主要 都市 の 要所 に 置 か れ た 皇族 の 大 邸宅 。 単なる 住居 だ が 、 上記 1 の 王府 の 名残り で 「 王府 」 と い っ た 。 明 初 南京 の 永楽 帝 、 清代 北京 の 恭親王 など 。 「 地区 」 5 . 唐代 から 宋 ( 王朝 ) に かけ て 各地 で 軍事 権 と 行政 権 を 掌握 し た 節度 使 が 本拠 と し た 地 。 上記 の 王府 から の 発展 で 「 使府 」 と も い っ た 。 広州 市 、 揚州 、 許昌 など 「 州 」 が つ く もの が 多 い 。 これ ら の 多く が 6 の 地名 に 引き継 が れ る 。 6 . 唐 から 清 まで の 中国 で 、 県 の 上 に 置 か れ た 行政 区画 。 7 . 宋代 から 清代 まで の 中国 や 北方 民族 国家 で 、 首都 や 副都 と し て 機能 し た 大 都市 の 副称 。 北宋 の 開封 、 南宋 の 杭州 、 遼 の 大同 ( 山西 省 ) 、 明 の 南京 市 や 北京 市 、 清 の 瀋陽 など 。 日本 中国 の 「 政庁 」 の 意味 に 由来 する もの 大宰府 : 古代 から 律令 制 日本 の 律令 制 の 時代 に かけ て 、 九州 ・ 壱岐 ・ 対馬 を 所轄 し 日本 の 外交 ・ 防衛 に あた っ た 機関 。 国府 : 律令 制 で 、 国衙 を 中心 に 発達 し た 都市 。 内 大臣 府 : 明治 から 昭和 の 初め に かけ て 、 内 大臣 府 が 執務 の 拠点 と し た 施設 及び 組織 。 枢府 : 「 枢密 院 」 の 通称 。 総督 府 : 明治 から 昭和 の 初め に かけ て 外地 の 総督 が 執務 の 拠点 と し た 施設 。 台湾 総督 府 、 韓国 統監府 、 朝鮮 総督 府 、 関東 総督 府 、 関東 都督 府 など 。 総理 府 : かつて 内閣 総理 大臣 が 主任 大臣 と し て 所掌 し て い た 行政 機関 。 内閣 府 : 2001 年 の 中央 省庁 再編 で 総理 府 を 改組 し た 行政 機関 。 大統領 府 / 首相 府 : 外国 の 大統領 や 首相 が 執務 の 拠点 と する 施設 の 総称 。 「 世界 の 官邸 」 と 同義 。 ホワイト ハウス 、 連邦 首相 府 ( ドイツ ) など 。 中国 の 「 政庁 」 の 意味 から 「 統治 者 」 の 概念 が 日本 で 独立 し た もの 左府 : 律令 制 の 左 大臣 の 唐名 。 右府 : 律令 制 の 右 大臣 の 唐名 。 内府 : 律令 制 の 内 大臣 の 唐名 。 幕府 : 律令 制 の 近衛 大将 の 唐名 。 源 頼朝 は 征夷 大将軍任官 前 に 右近衛 大将 だっ た こと から 「 幕府 」 と 呼 ば れ た 。 後 に これ が 「 将軍 の 居所 」 と い う 意味 に 変遷 する 。 内府 : 明治 から 昭和 の 初め に かけ て あ っ た 「 内 大臣 府 」 の 通称 。 中国 の 「 政庁 」 の 意味 から 「 軍事 」 の 概念 が 日本 で 独立 し た もの 近衛 兵 令 制 の 五 衛府 : 律令 制 で 、 おもに 内裏 を 警護 し た 五 つ の 組織 。 近衛 兵 六 衛府 : 奈良 時代 後期 に 上 の 五 衛 府 が 改組 さ れ 、 左右 の 近衛 府 ・ 兵衛 府 ・ 衛門 府 から な る 六衛 府 と な っ た 。 鎮守 府 古代 鎮守 府 : 古代 の 陸奥 国 に 置 か れ た 軍政 を 司 る 機関 。 幕府 : 鎌倉 時代 ・ 室町 時代 に は 「 将軍 の 居所 」 を 指 し た 。 幕府 が 「 将軍 を 頂点 と する 中央 政府 」 を 意味 する よう に な っ た の は 江戸 時代 中頃 から 。 鎮守 府 海軍 鎮守 府 : 明治 時代 に 日本 の 沿岸 を 五 つ の 海軍 区 に 分け 、 各海軍 区 に 軍港 と とも に 設置 さ れ た 海軍 の 拠点 。 横須賀 鎮守 府 、 呉 鎮守 府 、 佐世保 鎮守 府 、 舞鶴 鎮守 府 が 終戦 まで 存在 し た 。 中国 の 「 地区 」 の 意味 に 由来 する もの 江戸 : 「 幕府 の 所在 地 」 と い う 意味 から 、 江戸 に 入 る こと を 「 入府 」 、 江戸 町内 の こと を 「 府中 」 など と い っ た 。 府 藩 県制 : 明治 維新 直後 に それ まで の 幕府 直轄 地 の うち 、 京都 所司 代 ・ 城代 ・ 奉行 が 支配 し て い た 地 を 「 府 」 と 改め た もの 。 箱 館 府 ・ 江戸 府 ・ 神奈川 府 ・ 越後 府 ・ 新潟 府 ・ 甲斐 府 ・ 度 会 府 ・ 奈良 府 ・ 京都 府 ・ 大阪 府 ・ 長崎 府 。 廃藩 置県 まで に 六府 が 廃止 さ れ 三府 が 残 っ た 。 三府 : 明治 から 昭和 に かけ て 存在 し た 東京 府 ・ 京都 府 ・ 大阪 府 。 1943 年 ( 昭和 18 年 ) に 東京 が 「 都 」 と な り 、 京都 ・ 大阪 の 二 府 が 残 っ た 。 植民 地 統治 下 の 朝鮮 に お い て 、 主要 都市 に 置 か れ た 行政 区画 。 内地 の 市 に 相当 。 +桂川 ( かつら がわ ) は 京都 府 を 流れ る 淀川 水系 の 一 級 水系 。 京都 府 京都 市 左京 区 広河原 と 南丹 市 美山 町 ( 旧 北桑田 郡 美山 町 ( 京都 府 ) ) 佐々里 の 境 に 位置 する 佐々 里 峠 に 発 する 。 左京 区 広 河原 、 左京 区 花 脊 を 南流 する が 、 花脊 南部 で 流れ を 西 へ と 大き く 変え る 。 京都 市 右京 区 京北 ( 旧 北桑田 郡 京北 町 ) を 東西 に 横断 し 、 南丹 市 日吉町 ( 旧 船井 郡 日吉町 ( 京都 府 ) ) の 世木 ダム 、 日吉 ダム を 経由 、 以降 は 亀岡 盆地 へ と 南流 する 。 亀岡 市 の 中央 部 を 縦断 し 、 保津 峡 を 南東 に 流れ 、 嵐山 で 京都 盆地 に 出 て 南流 、 伏見 区 で 鴨川 ( 淀川 水系 ) を 併せ 、 大阪 府 と の 境 で 木津川 ( 京都 府 ) 、 宇治川 と 合流 し 淀川 と な る 。 通例 と し て 、 京都 市 右京 区 京北 の 流域 に かけ て は 上 桂川 ( かみかつら がわ ) 、 南丹 市 園部 町 に 入 る と 桂川 、 南丹 市 八木町 から 亀岡 市 に かけ て は 大堰 川 ( おおい がわ ) 、 亀岡 市 の 保津 橋 又 は 保津 峡 から 嵐山 あたり まで は 保津 川 ( ほづがわ ) など と 名 を 変え 、 嵐山 から 合流 地点 は 再び 桂川 と 称 さ れ る 。 これ ら は 通例 で あ り 、 1896 年 ( 明治 29 年 ) 4 月 に 旧 河川 法 が 公布 、 同年 6 月 の 施行 以降 、 行政 上 の 表記 は 桂川 に 統一 さ れ て い る 。 国土 地理 院 の 測量 成果 に お い て も 、 全 流域 に お い て 桂川 の 表記 に 統一 さ れ て お り 、 他 の 呼称 が 用い られ る こと は な い 。 京都 府 京都 市 左京 区 、 右京 区 、 南丹 市 、 亀岡 市 、 右京 区 、 西京 区 、 南区 ( 京都 市 ) 、 伏見 区 、 乙訓 郡 大山崎 町 保津 峡 保津 川下り 京都 の 観光 ルート の 一 つ 。 嵯峨野 観光 鉄道 嵯峨野 観光 鉄道 嵯峨野 観光 線 の トロッコ 列車 で トロッコ 嵯峨 駅 から トロッコ 亀岡 駅 に 行 き 、 そこ から 連絡 バス で 乗船場 まで 約 15 分 。 亀岡 駅 から は 徒歩 10 分 。 遠目 に は 穏やか な 川 も 、 いざ 小船 で 下 る と な る と 急流 に 見え る と 言 う 。 京都 府道 80 1 号 京都 八幡 木津 自転 車 道 線 嵐山 の 渡月 橋 から 京都 府 木津川 市 の 泉 大橋 の 全長 約 45 km を 結 ぶ サイクリング ロード 。 宮前橋 から 南 に 進 む と 桂川 から 離れ 、 木津川 を 沿 っ て い く ルート に な る 。 桂川 ルート は 京都 市 、 木津川 ルート は 京都 府 が 管轄 し て い る 。 「 山城 国 風土記 」 ( 逸文 ) や 「 日本 後紀 」 に よ る と 、 京都 盆 地 流入 以南 の 桂川 は 、 古く は 葛野川 ( かどの ) と 呼 ば れ て い た 。 古代 、 嵐山 周辺 の 桂川 の 流れ は 現代 と は やや 異な る もの だっ た と 考え られ て い る 。 その こと も あ り 洪水 に 苦しめ られ た よう だ 。 嵯峨 や 松尾 など の 桂川 流域 を 支配 し て い た 秦 氏 が 、 6 世紀 頃 に 桂川 に 堰堤 を 築 い た と さ れ る ( 葛野 大堰 ) 。 とくに 下嵯峨 から 松尾 に かけ て 桂川 東岸 に 築 か れ た 堤 は 罧原 堤 ( ふ しはら ) と 呼 ば れ る 。 「 秦 氏 本 系 帳 」 に よ る と 、 これ ら 堰堤 完成 の 際 に 、 それ まで の 葛野 川 から 大堰 川 と 呼 ば れ る よう に な っ た と あ る 。 その 後 、 嵐山 周辺 および 上流域 で は 大堰 川 、 あるいは 大井川 ( 大堰 と 大井 は 同義 で あ る ) 、 嵐山 下 流域 以南 で は 桂川 、 あるいは 葛河 ( かつら ) と 称 さ れ る よう に な っ た 。 「 土佐 日記 」 で は 桂川 の 字 を 、 「 日本 紀略 」 で は 大堰 川 の 字 を 、 「 徒然 草 」 で は 大井川 の 字 を 見 る こと が でき る 。 「 徒然 草 」 の 第 五十 一 段 で は 、 嵯峨野 の 亀山 殿 に 大井川 から 水 を 引 く 様子 を 伝え て い る 。 「 雍州 府志 」 で は 、 川 の 西 に 桂 の 里 が 有 る こと から 嵯峨 より 南 の 下流域 を 桂川 と 呼 ぶ よう に な っ た と あ り 、 それ より 上流 に あた る 嵐山 流域 を やはり 大井川 と し て い る 。 平安 京 造営 の 時 、 現在 の 右京 区 京北町 の 木材 を 京都 に 運搬 する など 、 桂川 の 流れ は 丹波 と 山城 、 摂津 の 木材 輸送 に よく 用い られ た 。 17 世紀 に はい る と 嵐山 の 豪商 で あ り 政商 の 角倉 了 以 が 桂川 を 開削 し 、 現在 の 丹波 町 与 木村 から 下流 の 淀 や 大坂 まで 通じ る こと に な っ た ため 、 船運 が 発達 し た 。 園部 、 保津 、 山本 、 嵐山 、 梅津 、 桂津 など は 湊町 と し て 栄え た 。 数字 は 渡月 橋 から の 距離 ( km ) 0 . 0 渡 月 橋 ( 京都 府 京都 市 右京 区 ) 1 . 8 松尾 橋 ( 京都 府 京都 市 右京 区 ) 3 . 6 上野 橋 ( 京都 府 京都 市 右京 区 ) 4 . 5 西 大橋 ( 京都 府 京都 市 西京 区 ) 6 . 4 桂 大橋 ( 京都 府 京都 市 西京 区 ) 8 . 8 久世 橋 ( 京都 府 京都 市 南 区 ) 9 . 6 第 二 久世橋 ※ ( 京都 府 京都 市 南 区 ) 1 1 . 8 久我 橋 ( 京都 市 京都 市 伏見 区 ) 1 4 . 1 羽 束 師橋 ( 京都 市 京都 市 伏見 区 ) 17 . 1 宮 前橋 ( 京都 市 京都 市 伏見 区 ) ※ 2007 年 開通 予定 。 橋名 は 仮称 。 +上京 区 ( かみぎょう く ) は 、 京都 市 を 構成 する 11 区 の うち の ひと つ 。 市 の 中心 部 に 位置 し 、 かつて の 京都 の 北側 に 該当 する 。 東側 に は 鴨川 ( 淀川 水系 ) が 流れ る 。 京都 府 庁 も この 区 に 置 か れ て い る 。 沿革 1879 年 ( 明治 12 年 ) 4 月 10 日   京都 府 に 上京 区 が でき る 。 1889 年 ( 明治 22 年 ) 4 月 1日   下京 区 と 合併 し て 京都 市 が 発足 。 上京 区 と 下京 区 は 共 に 京都 市 の 行政 区 と な る 。 1929 年 ( 昭和 4 年 ) 4 月 1日   左京 区 を 分区 。 また 上京 区 と 下京 区 の 2 区 より 中京 区 と 東山 区 を 分区 する 1955 年 ( 昭和 30 年 ) 9 月 1日 上京 区 から 北 区 ( 京都 市 ) を 分区 する 教育 機関 ・ 博物 館 ・ 文化 施設 博物 館 京都 市 考古 資料 館 京都 市 歴史 資料 館 茶道 資料 館 楽 美術 館 京 菓子 資料 館 益 富 地 学 会館 交通 鉄道 路線 京都 市営 地下 鉄 烏丸 線 ( 至 国際 会館 駅 ) - 鞍馬口 駅 ※ - 今出川 駅 - ( 至竹田 駅 ( 京都 府 ) ) 鞍馬口 駅 は 京都 市 北 区 ( 京都 市 ) と の 境界 に 位置 する 。 道路 名所 ・ 旧跡 ・ 観光 スポット ・ 観光 名産品 ・ 祭事 ・ 催事 京都 御苑 - 京都 御所 晴明 神社 北野 天満 宮 護王 神社 玄武 神社 引接 寺 ( 京都 市 ) 大報恩 寺 日本 聖公会 京都 教区 主教座 聖堂 聖 アグネス 教会 ( 189 8 年 築 、 国 の 重要 文化 財 ) カトリック 西 陣 聖 ヨゼフ 教会 学校 法人 平安 女 学院 明治 館 ( 1894 年 築 、 国 の 重要 文化 財 ) 上 七 軒 一条 戻 橋 西陣 織 本法 寺 ( 京都 市 ) ( 名勝 「 巴 の 庭 」 ) その 他 上京 区 の 担当 集配 郵便 局 は 以下 の 通り で あ る 。 西陣 郵便 局 - 60 2 - xxxx +鴨川 ( かもがわ ) は 、 京都 府 京都 市 を 流れ る 淀川 水系 の 一 級 河川 。 河川 法 に おけ る 鴨川 の 起点 は 、 京都 市 北 区 ( 京都 市 ) 雲ヶ畑 の 出合 橋 付近 で あ る 。 北 区 雲ヶ畑 の 桟敷ヶ岳 東部 の 谷 を 源 と する 祖父 谷川 と 、 桟敷 ヶ岳南部 の 薬師 峠 を 源 と する 雲ヶ畑 岩屋 川 が 雲ヶ畑 岩屋 橋 で 合流 し 雲ヶ畑川 と な る 。 雲ヶ畑川 は 、 雲ヶ畑 の 魚谷 山 南部 の 谷 を 源 と する 中津川 と 出合 橋 で 合流 し 、 これ より 「 鴨川 」 と な る 。 鴨川 起点 の 表記 は 中津川 下 流域 に あ る ため 、 これ に 従 う と 源流 は 中津川 で あ る と 考え られ る が 、 これ は あくまで も 河川 法 上 で の 扱い で あ り 、 伝統 的 に は 桟敷ヶ岳 を 源流 と 見な す 人 も 多 い 。 また 、 この 鴨川 本流 と は 別 に 、 京都 市 右京 区 の 芹生 峠 を 源 と する 貴船 川 と 、 京都 市 左京 区 の 花脊峠 を 源 と する 鞍馬 川 が 貴船 口 で 合流 する 鞍馬 川 が あ る 。 鞍馬川 は 山幸橋 で 鴨川 と 合流 し 大きな 流れ と な る 。 貴船 神社 社伝 に お い て は 、 神武 天皇 の 母 で あ る 玉依 姫命 が 、 淀川 、 鴨川 の 源流 を 遡上 し た 際 に たどりつ い た の が 貴船 の 地 と さ れ る ため 、 日本 神話 的 に は 貴船 川 を 鴨川 の 源流 と 見な す こと も あ る 。 鴨川 は 鞍馬 川 と 合流 後 、 北 区 上賀茂 で 京都 盆地 に 出 る 。 上賀茂 神社 ( 賀茂 別雷 神社 ) 、 下鴨 神社 ( 賀茂 御祖 神社 ) 脇 を 南南東 に 流れ 、 加茂 大橋 手前 で 高野川 ( 京都 市 ) と 合流 する 。 そこ から 京都 市 内 を 真南 に 流れ 、 四条 大橋 付近 から 南西 流 に 転 じ 、 伏見 区 下鳥羽 で 桂川 ( 淀川 水系 ) に 注 ぐ 。 また 、 中京 区 で 西 に 高瀬川 ( 京都 府 ) を 分け 、 以南 で 並行 する 。 1964 年 ( 昭和 39 年 ) 公布 、 翌年 施行 の 河川 法 に よ り 、 起点 より すべて 鴨川 の 表記 に 統一 さ れ て い る が 、 通例 と し て 、 高野川 ( 京都 市 ) と の 合流 点 より 上流 は 賀茂川 また は 加茂川 と 表記 さ れ る 。 「 日本 紀略 」 で は 「 鴨川 」 「 賀茂川 」 どちら の 表記 も 混在 し て い る が 、 平安 時代 に は 流域 に よ り 表記 を 区別 し て い た わけ で は な い 。 平安 京 の 東部 を 流れ る こと から 、 古く は 東河 と も 呼 ば れ た 。 オオ サンショウ ウオ 鴨川 上流 の 雲ヶ畑 に は 、 特別 天然 記念 物 の オオ サンショウウオ が 棲 む 。 大雨 の 後 など に 京都 市街 まで 流 さ れ て くる こと が あ る 。 ユリカモメ 10 月 下旬 から 5 月 上旬 ごろ まで 、 琵琶 湖 で 越冬 し ながら 毎日 鴨川 まで 通 っ て 来る 。 今 で は 冬 の 風物 詩 と 化 し て い る が 、 鴨川 に 姿 を 見せ る よう に な っ た の は 意外 に 新し く 、 1974 年 の こと で あ る 。 伊勢 物語 で は 、 都鳥 ( ユリカモメ ) の こと を 「 京 に は 見え ぬ 鳥 」 と 記 し て い る 。 アユ 古代 の 鴨川 上 流域 は 賀茂 氏 の 本拠 地 で あ っ た 。 上賀茂 神社 、 下鴨 神社 は その 氏神 を 祀 る 。 下流域 に は 山背 国 に 配置 さ れ た 秦 氏 が 定住 し て い た 。 平安 京 に お い て は 、 都 の 東限 で あ っ た 。 これ は 、 風水 の 四 神 相応 の 思想 を 反映 し た もの で あ る 。 賀茂 大橋 から 四条 大橋 まで の 一 直線 の 河道 は この 時 に 固定 さ れ た と 考え られ て い る 。 中世 に は 京都 市街 に 隣接 する 河原 が 歓楽 地 と な り 、 多く の 芸人 が 集ま る よう に な っ た 。 その 中 の 一人 に 出雲 阿国 が い る 。 1614 年 ( 慶長 19 年 ) に は 角倉 了 以 ・ 素庵 父子 に よ っ て 高瀬川 ( 京都 府 ) が 開鑿 さ れ 、 京都 と 大阪 を 結 ぶ 水路 と し て 利用 さ れ た 。 1890 年 ( 明治 23 年 ) に は 琵琶 湖 疏水 に よ っ て 琵琶 湖 と も 結 ば れ た 。 しかし 20 世紀 に 入 る と 、 鉄道 の 開通 に よ り これ ら の 水運 は 衰退 し た 。 古来 鴨川 は 氾濫 を 繰り返 す 暴れ 川 と し て 知 ら れ て い た 。 これ は 大 都市 を 流れ る 河川 と し て は 勾配 が 急 で あ る こと に 加え 、 平安 京 造営 時 に 北山 の 木 が 伐採 さ れ た こと 、 市街 地 の 東 へ の 拡大 に ともな い 河原 が 市街 地化 し た こと など が 原因 で あ る 。 824 年 ( 天長 元年 ) に は 治水 を 担当 する 防鴨 河使 ( ぼうか し ) と い う 官職 が 設け られ た が 、 洪水 は やまな かっ た 。 平安 末期 に 権勢 を ふ る っ た 白河 法皇 は 、 自ら の 意 に 沿 わ な い もの ( 天下 三 大 不 如意 ) の 筆頭 に 「 賀茂 の 水 」 を 挙げ て い る 。 豊臣 秀吉 の 築 い た 御 土居 の 東部 は 鴨川 に 沿 っ て お り 、 堤防 と し て の 役割 を 兼ね て い た 。 また 167 0 年 ( 寛文 10 年 ) に は 今出川 通 から 五 条 通 まで の 区間 に 寛文 新 堤 が 設け られ 、 御 土居 と の 間 が 新た な 市街 地 と し て 開発 さ れ た 。 1935 年 ( 昭和 10 年 ) の 水害 で は 死傷 者 83 名 の ほか 、 三条 大橋 や 五条 大橋 の 流失 など 大きな 被害 を 出 し た 。 これ を 契機 に 河川 改修 事業 が 行な わ れ 、 戦争 に よ る 中断 や 一部 計画 の 変更 が あ っ た もの の 、 1947 年 ( 昭和 22 年 ) に 完成 し た 。 これ に よ り 河道 が 掘り下げ られ た 他 、 落差 数十 cm の 堰 を 多 く 持 つ 現在 の 姿 に な っ た 。 1932 年 ( 昭和 7 年 ) に 塚本 常雄 が 提唱 し た 学説 で 、 賀茂川 の 下流 部分 と 高野川 と の 合流 地点 から 白川 と の 合流 地点 まで は 人工 河川 で あ り 、 本来 賀茂川 は まっすぐ 南下 し て 堀川 に 合流 、 高野川 は 現在 の 合流 地点 から 南西 方向 に 流れ 頂法 寺 付近 で 堀川 に 合流 し て い た と い う 説 で あ る 。 京都 盆地 は 地形 が 北東 から 南西 に 向か っ て 傾 い て お り 、 賀茂川 が それ に 逆行 し て 流れ て い る の は 不 自然 で あ り 、 本来 は 低地 で あ る 堀川 通 に 流れ込 む の が 自然 で あ る と い う の が この 説 の 根源 で あ る 。 この 「 鴨川 つけかえ 説 」 は 1980 年 代 まで は 主流 で あ っ た 。 しかし 後 に この 説 は 同志社 大学 教授 の 横山 卓雄 の 研究 に よ り 論破 さ れ て い る 。 地下 鉄 京都 市営 地下 鉄 烏丸 線 の 工事 の とき に 烏丸 中 学校 付近 を 掘削 し た ところ 、 岩盤 が 発見 さ れ て 難工事 と な っ た が 、 この 地下 の 岩盤 を 物理 探査 法 を 用い て 調査 し た ところ 、 地下 山脈 が 南東 方向 に 存在 する こと が 判明 。 塚本 説 で 唱え られ た 川 の 流れ を ほぼ 直角 に 横切 っ て い る ため 矛盾 点 が 生 じ 、 現在 の 賀茂川 の 流れ は その 地下 山脈 の 影響 を 受け た 自然 な 流れ だ と い う こと が 判明 し た 。 納涼 床 二条 大橋 から 五条 大橋 に かけ て の 鴨川 西岸 の 料理 店 で は 、 5 月 から 9 月 に かけ て 河原 に 張り出 し た 木組み の 床 が 設け られ る 。 京友禅 かつて は 京友禅 を 鴨川 の 流れ に さら す 「 友禅 流し 」 が 行な わ れ て い た が 、 水質 悪化 など が 問題 と なり 1970 年代 に 中止 さ れ た 。 鴨川 等 間隔 の 法則 三条 大橋 と 四条 大橋 の 間 の 川岸 は 繁華 街 から 近 い こと も あ り 、 週末 の 昼下がり から 夜 に かけ て は 多く の 人 が たたず む 。 しかし どれ だけ 人 が 増え て も カップル や グループ の 間隔 が 等 間隔 で あ る と い わ れ る 事 から 、 この 現象 は 「 鴨川 等 間隔 の 法則 」 と 呼 ば れ る 事 が あ る 。 また 、 この 区間 で 男女 カップル が 接吻 を する こと 「 鴨 チュー 」 ( かもちゅー = 鴨川 で チュー 、 の意 ) と 呼 ば れ る 事 が あ る ( 両方 とも 若者 が 好 ん で 使 う 言葉 と も 言 わ れ 、 年配 者 など に は 通 じ な い と も 言 わ れ る ) 。 京都 府 鴨川 条例 が 、 2008 年 4 月 1日 から 施行 さ れ て い る 。 これ に よ り 、 場所 に よ っ て 自転 車 の 放置 、 打ち上げ 花火 ・ 爆竹 、 バーベキュー など が 禁止 さ れ る 。 京都 市 は 1980 年 代 以降 、 三条 大橋 と 四条 大橋 の 中間 に 歩行 者 専用 の 新た な 橋 を 架け る こと を 計画 し て い る 。 この 計画 に 対 し て は 、 予定 地 の 東側 で は 橋 が でき る と 街 の 活性 化 に つなが る と 賛成 する 意見 が あ る 一方 で 、 西側 の 先斗 町 で は 橋 が でき て 通り 道 に な る と 街 の 風情 が 損な わ れ る と 反対 する 意見 が 多数 を 占め て い た 。 1996 年 、 京都 を 訪問 し た フランス の ジャック ・ シラク 大統領 ( 元 パリ 市長 ) は 、 枡本 頼兼 市長 と の 会談 で セーヌ 川 の ポン デ ザール ( パリ ) ( 芸術 橋 ) を 模 し た 橋 を 鴨川 に 架け る こと を 提案 し た 。 1998 年 が 「 日本 に おけ る フランス 年 」 に あた り 、 また 京都 市 と パリ 市 の 友情盟 約 締結 40 周年 に あた る こと から 、 その 記念 事業 と し て の 構想 で あ っ た が 、 この 計画 が 公表 さ れ る と 「 新た な 名所 に な る 」 と 歓迎 する 意見 が あ る 一方 で 、 「 フランス 風 の デザイン 」 が 景観 を 損ね る と の 批判 も 起こ り 、 世論 は 二分 さ れ た 。 1997 年 に 行な わ れ た 都市 計画 案 の 公告 ・ 縦覧 で は 計画 に 賛成 する 意見 書 が 反対 を 上回 っ た もの の 、 これ に 対 し て も 計画 に 反対 する 市民 団体 から 「 意見 書 の 内容 を 充分 に 検討 する こと な く 数 のみ を 比較 し て い る 」 と 、 計画 決定 の 拙速 さ が 批判 の 対象 と な っ た 。 また フランス の ル モンド 紙 が 計画 を 批判 する 記事 を 掲載 する など 、 京都 市 外 を も 巻き込 ん だ 論争 と な っ た 。 結局 1998 年 に 市 は 芸術 橋 計画 を 白紙 撤回 し た が 、 歩道 橋 計画 その もの に つ い て は なお 意欲 的 で あ る 。 岩屋 橋 - 出合 橋 - 山幸橋 - 高橋 - 庄田 橋 - 志久 呂橋 - 西賀 茂橋 - 御薗 橋 - 上賀 茂 橋 - 北山 大橋 ( 北山 通 ) - 北大路 橋 ( 北大路 通 ) - 出雲路 橋 - 葵橋 ( 下鴨 本 通 ) - 賀茂 大橋 ( 今出川 通 ) - 荒神橋 - 丸太 町 橋 ( 丸太 町 通 ) - 二条 大橋 ( 二条 通 ) - 御池 大橋 ( 御池 通 ) - 三条 大橋 ( 三条 通 ) - 四条 大橋 ( 四条 通 ) - 団栗橋 - 松原 橋 ( 松原 通 ) - 五条 大橋 - 正面 橋 - 七条 大橋 ( 七条 通 ) - 塩小路 橋 ( 塩小路 通 ) - ( 西 日本 旅客 鉄道 東海道 本 線 鉄橋 ) - ( 東海 旅客 鉄道 東海道 新 幹線 鉄橋 ) - ( JR 奈良 線 鉄橋 ) - 東山 橋 ( 九条 通 ) - 陶化 橋 ( 十 条 通 ) - 勧進 橋 ( 竹田 街道 ) - 水鶏 橋 - ( 近畿 日本 鉄道 近鉄 京都 線 鉄橋 ) - 竹田 橋 - 京都 南 大橋 ( 油小路 通 ) - 大宮 大橋 ( 大宮 通 ) - 鳥羽 大橋 ( 国道 1 号 ) - 鴨川 橋 ( 名神 高速 道路 ) - 小枝 橋 - 京川 橋 +舞鶴 市 ( まいづる し ) は 、 京都 府 北部 ( 旧 丹後 国 ) の 、 日本 海 に 面 する 港湾 都市 。 概要 1943 年 5 月 26 日 まで の 舞鶴 市 に つ い て は 「 西 舞鶴 」 も 参照 せ よ 。 旧 東舞鶴 市 に つ い て は 「 東舞鶴 」 も 参照 せ よ 。 北 近畿 を 代表 する 港町 で あ り 、 行政 ・ 経済 面 に お い て 中心 的 な 立場 を 担 う 。 市内 東部 に あ る 軍港 の ほか 、 造船 や 硝子 と い っ た 重厚 長 大 産業 都市 と し て 発展 し 、 舞鶴 都市 圏 を 形成 し て い る 。 港 は 大き く 二 つ に 分かれ て お り 、 軍港 から 発展 し た 東舞鶴 ( 東舞鶴 市 ) と 、 城下 町 商港 から 発展 し た 西 舞鶴 ( 舞鶴 市 ( ~ 1943 年 5 月 26 日 ) ) より 構成 さ れ て い る 。 1943 年 5 月 26 日 以前 の 舞鶴 市 に 当た る 西 舞鶴 は 、 旧 舞鶴 市 と 呼 ば れ る 事 も あ る ( 以下 、 本項 で は 、 西 舞鶴 を 便宜 上 「 ( 旧 ) 舞鶴 市 」 と 表記 する 場合 が あ る ) 。 地理 日本 海 に 面 し 、 東西 に 分かれ た 舞鶴 湾 の リアス 式 海岸 を 臨 む 都市 で あ る 。 舞鶴 湾 口 を 東西 から 博奕 岬 と 金ヶ岬 が 固め た 、 天然 の 良港 で あ る 。 福井 県 ( 嶺南 ) と の 県境 に は 、 舞鶴 市 最高 峰 で あ る 青葉山 ( 京都 府 ・ 福井 県 ) が 所在 する 。 若狭 湾 から 市内 東北部 に 位置 する 大浦 半島 に かけ て は 若狭 湾 国定 公園 に 指定 さ れ て い る 。 市街 地 は 東西 で 分かれ て 発展 し て い る 。 それ は 、 市 の 中部 に は 、 東部 ( 東 舞鶴 ) と 西部 ( 西 舞鶴 ) を 分け る 五老 岳 が 峙え て い る ため で あ る 。 東 舞鶴 は かつて の 軍需 都市 で 、 旧 軍港 や 造船 など を 中心 と する 重 工業 地区 で あ る 。 一方 、 西 舞鶴 は かつて の 城下町 で 、 国 や 京都 府 の 行政 機関 や 工業 団地 が 集中 する 商工 業 地区 で あ る 。 この よう に 同じ 舞鶴 市 ながら 違 っ た 顔 を 持 っ て お り 、 ( 旧 ) 舞鶴 市 と 東舞鶴 市 以来 の 「 東西 舞鶴 の 張り合 い 気質 」 が 今 で も 残 っ て い る 。 西 舞鶴 の 市街 地 の さらに 西側 に 位置 する 由良 川 を 境 に 、 天橋 立 で 有名 な 宮津 市 など と 接 し て い る 。 総 面積 が 10 , 320 ha ながら 宅地 面積 は 1,143 ha あ り 、 山林 面積 は 6 , 410 ha と 山地 が 多 く 、 森 と 海 に 囲 ま れ た 都市 で あ る 。 また オオミズナギドリ の 最後 の 楽園 と い わ れ る 冠島 は 有名 。 市内 を 西 日本 旅客 鉄道 舞鶴 線 ・ 小浜 線 が 横断 し 、 市 西部 に は 北 近畿 タンゴ 鉄道 宮津 線 が 走 っ て い る 。 また 舞鶴 若狭 自動 車 道 が あ る 。 現在 、 東 舞鶴 駅 と 西 舞鶴 駅 で は 駅前 再 開発 が 行 わ れ て い る 。 日本 海側 気候 に 属 し 、 冬季 は 北西 の 季節 風 の 影響 で 気温 が 低 く 、 雨 や 雪 が 多 く な り やす い ( 代表 的 な 格言 : 「 弁当 忘れ て も 傘忘れ る な 」 ) 。 盆地 に 位置 する 地域 と 比べ る と 夏 と 冬 の 気温 の 差 が 比較 的 小さ く 、 過ご し やす い 気候 で も あ る 。 舞鶴 市 の 年間 平均 気温 は 1 4 . 3 ℃ 、 年間 降水量 1786 . 3 mm は 、 全国 152 気象 台 の 平均 値 に 近 い 数値 で あ る 。 古代 ~ 関ヶ原 の 戦い ま で 舞鶴 の 地 に 人 が 住 み 始め た の は 約 1 万 年 前 だ と 言 わ れ て い る 。 その 後 、 弥生 時代 に な る と 由良 川 流域 など 広 範囲 で 稲作 が 営 ま れ た 。 古代 に 国造 が 分立 し た 時代 に は 、 舞鶴 は 丹国 の 領土 に 入 っ て い た 。 ヤマト 王権 が 勢力 圏 を 拡大 する と 、 奈良 時代 に 丹国 は 分割 さ れ 、 舞鶴 は 丹後 国加佐郡 に 入れ られ た 。 南北朝 時代 ( 日本 ) に は 、 醍醐 寺 の 荘園 が 置 か れ た 。 室町 幕府 の 成立 に よ っ て 一色 満範 が 丹後 国 守護 職 と な り 舞鶴 を 含 む 加佐 郡 も 一色 家 の 統治 下 に 置 か れ た 。 以後 、 丹後 国 は 一色 家 の 領国 と し て 代々 続 く 。 室町 時代 後期 の 応仁 の 乱 に お い て 西軍 に 属 し た 一色 氏 は 没落 し た 。 細川 氏 や 武田 氏 の 攻撃 を たびたび 受け る よう に な り 、 家臣 の 下剋上 も あ っ て 国内 は 混乱 する 。 戦国 時代 ( 日本 ) 末期 の 1575 年 、 織田 信長 から 丹波 ・ 丹後 進攻 の 命 を 受け た 家臣 の 明智 光 秀 と 細川 幽斎ら に 侵攻 さ れ 、 旧 守護 職 の 一色 義道 は 殺 さ れ 、 一色 氏 は 完全 に 没落 し た 。 信長 の 命 に よ り 丹後 国 は 細川 藤孝 の 領地 と な り 、 舞鶴 が 本拠 地 と な っ た 。 ( 明智 光 秀 は 丹波 国 を 与え られ 、 亀岡 市 を 本拠 地 と し た ) 。 細川 家 の 手 に よ っ て 舞鶴 は 開発 さ れ 、 本能 寺 の 変後 も 細川 家 の 所領 は 安堵 さ れ 、 その まま 統治 し た 。 160 0 年 ( 慶長 5 年 ) に 勃発 し た 関ヶ原 の 戦い で 、 細川 家 は 徳川 家康 率い る 東軍 に 与 し た 。 細川 藤孝 は 当時 は 小城 で あ っ た 宮津 城 から 、 大 規模 な 水堀 も あ り 、 守 り やす い 本城 の 田辺 城 ( 丹後 国 ) ( 舞鶴城 ) に 移り 籠城 ( 田辺 城 の 戦い ) 。 西軍 の 派遣 部隊 と 対戦 し た が 、 後陽成 天皇 の 勅命 に よ り 、 城 を 敵明け渡 し た ( 詳細 に つ い て は 細川 幽斎 の 項目 を 参照 ) 。 舞鶴 藩祖 ・ 京極 高 三 戦後 は 京極 高知 が 信濃 国 飯田 藩 より 入 っ た 。 丹後 一 国 を 領 する 丹後 藩 と し て 加佐 郡 ( 舞鶴 ) も 統治 し た 。 後 に 京極 高知 の 子 ら に よ り 丹後 は 分割 さ れ 、 京極 高三 ( 京極 道誉 の 末裔 ) が 加佐 郡 に 舞鶴 藩 ( 田辺 藩 ) ( 35000 石 ) を 立藩 し た 。 京極 高三 は 宮津 城 の 築城 に ともな い 廃城 ( 一 国 一 城 令 ) と な っ て い た 舞鶴城 ( 田辺 城 ) の 再 構築 や 、 城下 町 の 整備 など を 行 い 、 その 後 の 舞鶴 発展 の 礎 を 築 い た 。 のち に 京極 家 は 但馬 国 豊岡 藩 へ 移封 と な り 、 その 後 は 京極 高三 の 娘婿 で あ る 牧野 富成 が 丹後 田辺藩 を 継 ぎ 、 牧野 家 35000 石 の 城下 町 と し て 幕末 まで 栄え 続け た 。 明治 から 第 二 次 世界 大戦 まで 明治 維新 翌年 の 1869 年 ( 明治 2 年 ) に 版籍 奉還 が 行 わ れ た 。 その 後 、 紀伊田 辺藩 と の 同一 藩 名 を 解消 する ため 太政 官 より 田辺 藩 の 名称 変更 を 命 じ られ 、 同年 6 月 に 田辺 城 の 雅号 ・ 舞鶴城 に 因 ん で 舞鶴 藩 に 改称 し た 。 18 71 年 ( 明治 4 年 ) に は 廃藩 置県 に よ り 、 西 舞鶴 は 舞鶴 県 の 県庁 所在 地 と な っ た 。 同年 10 月 に は 豊岡 県 に 編入 さ れ 、 1876 年 ( 明治 9 年 ) に 京都 府 へ と 編入 さ れ た 。 1873 年 ( 明治 6 年 ) に は 舞鶴 藩 の 家老 で あ っ た 河村 真六 に よ っ て 、 舞鶴 藩 の 藩校 で あ り 多く の 学者 を 輩出 し た 明倫 館 が 舞鶴 市 立 明倫 小 学校 と し て 開校 し た 。 1889 年 ( 明治 22 年 ) に 市 町 村 制 が 導入 さ れ る と 加佐 郡 舞鶴町 ( 西舞鶴 ) が 誕生 し た 。 その 後 1901 年 ( 明治 34 年 ) 10 月 に は 、 軍事 的 要地 と し て 東 舞鶴 に 舞鶴 鎮守 府 が 設置 さ れ 、 初代 長官 に は 東郷 平八郎 が 就任 し た 。 東郷 が 生み出 し た と さ れ る 肉じゃ が は 、 一説 に は 東舞鶴 が 発祥 地 と さ れ る 。 それ に 合わせ 東 舞鶴 の 浜村 など で は 大 規模 宅地 開発 が 計画 さ れ た 。 京都 市 に 模 し て 碁盤 目状 の 市街 地 が 形成 さ れ ( 南北 に 一条 から 九条 、 東西 に 軍艦 の 名前 が 使 わ れ る ) 、 多く の 海軍 官署 が 設置 さ れ た ( 日本 海軍 の 駆逐 艦 『 雪風 』 は 舞鶴 で の 建造 で あ る ) 。 軍都 と し て 順調 に 発展 を 遂げ た 舞鶴 で あ っ た が 、 1923 年 ( 大正 12 年 ) 2 月 の ワシントン 海軍 軍縮 条約 締結 に 伴 い 、 舞鶴 鎮守 府 は 海軍 要港 部 に 格下げ さ れ 、 同時 に 海軍 工廠 も 工作 部 に 縮小 さ れ た 。 その ため 、 一 時期 人口 が 減少 、 市況 は 沈滞 し た 。 同年 9 月 に は 横須賀 市 に あ っ た 海軍 機関 科 士 官 を 養成 する 海軍 機関 学校 が 関東 大 震災 で 被災 し た 。 その 学校 は 、 移設 さ れ る こと に な っ た 。 1936 年 ( 昭和 11 年 ) 7 月 に は 、 再び 舞鶴 要港 部 が 鎮守 府 に 格上げ さ れ る と 、 活況 を 呈 し 、 人口 は ピーク に 達 し た 。 1943 年 ( 昭和 18 年 ) に な る と いよいよ 戦局 が 激化 する と 、 舞鶴 鎮守 府 は 日本 海軍 の 重要 拠点 と し て 強化 さ れ る 事 と な り 、 東舞鶴 市 ( 東舞鶴 地区 ) だけ で は な く 、 旧 舞鶴 市 ( 西舞鶴 地区 ) に も 海軍 諸 施設 が 多数 立地 する よう に な っ た 。 また 舞鶴 海軍 工廠 で は 艦船 を 中心 に 蛟龍 など の 特殊 兵器 も 生産 する など 軍需 生産 拠点 と し て も 機能 強化 が 図 ら れ 、 両市 が 一体 と な っ て 大軍 港都 を 建設 する こと を 海軍 が 強 く 要請 。 旧 舞鶴 市 側 は 難色 を 示 す が 、 市 役所 の 位置 など 諸 条件 を 提示 。 東 舞鶴 市 も 了承 し た こと から 、 「 時局 ノ 要請 二 応ジ 大 軍 港 都市 建設 ノ 為 」 すべて 京都 府 知事 に 一任 し た 。 舞鶴 市 海軍 記念 日 に あた る 同年 5 月 27 日 に 東西 舞鶴 両市 は 合併 し た 。 市 役所 は 東舞鶴 市 中舞鶴 支所 に 置 か れ る こと と な り 、 人口 は 15 万 人 を 超え 、 日本 海側 有数 の 大 都市 と し て 重要 な 地位 を 占め る に 至 っ た 。 戦線 が 激化 する に つれ 、 舞鶴 は 後方 支援 都市 と し て 軍需 産業 が 勃興 し 、 人口 も 増加 し た 。 1945 年 ( 昭和 20 年 ) 7 月 29 日 、 突如 と し て アメリカ 軍 が 来襲 、 海軍 工廠 を 中心 に 舞鶴 を 空襲 し た 。 また 翌日 も 舞鶴 港 を 中心 に 大 規模 な 空襲 に 見舞 わ れ 、 多数 の 死傷 者 を 出 し た 。 1945 年 ( 昭和 20 年 ) 8 月 15 日 、 終戦 。 戦後 は アメリカ 進駐 軍 舞鶴 分遣 隊 が 駐屯 、 舞鶴 港 が 政府 の 在外 邦人 引き揚げ 港 に 指定 さ れ 、 大陸 から の 引き揚げ の 拠点 と な っ た 。 1945 年 ( 昭和 20 年 ) から 13 年 に 渡 っ て 66 万 人 余り の 引揚 者 が 舞鶴 に 降り立 ち 、 懐かし の 母国 の 土 を 踏みしめ た 。 その 頃 の 岸壁 の 母 は 有名 。 現在 は 、 当時 の 引揚 桟橋 が あ っ た 平 ( 舞鶴 市 ) に 、 舞鶴 引揚 記念 館 が 建 っ て い る 。 舞鶴 は 日本 海側 唯一 の 軍事 都市 と し て 、 軍事 施設 が 両舞鶴 市 に 跨が る よう に 設置 さ れ る なり 、 軍都 一括 管理 の 重要 性 が 増 し た 。 そこ で 1943 年 ( 昭和 18 年 ) に 大 日本 帝国 海軍 は 東西 両 舞鶴 市 に 合併 を 要請 し た 。 それ を 受け て ( 旧 ) 舞鶴 市 と 東舞鶴 市 が 1943 年 5 月 27 日 に 日本 の 市 町 村 の 廃置 分合 。 新し い 舞鶴 市 が 誕生 し た 。 当時 の 人口 は 154 , 953 人 。 しかし 、 前述 の よう に 、 城下町 ・ 商業 都市 と し て 発展 し 、 加佐 郡 の 中心 都市 と 自負 する ( 旧 ) 舞鶴 市 ( 西 舞鶴 ) と 、 舞鶴 鎮守 府 が 設置 さ れ 、 軍需 都市 と し て 発展 し た 旧 東舞鶴 市 ( 東舞鶴 ) で は 、 住民 気質 が 全く 異な り 、 舞鶴 市 東西 分離 運動 が 活発 化 し た 。 同 時期 、 戦時 体制 下 に 軍 に よ り 進め られ た 市 町 村 合併 の 見直し を 認め る 法 改正 が あ っ た 。 1949 年 ( 昭和 24 年 ) 11 月 に 西 舞鶴 地区 より 東西 分離 要請書 が 提出 さ れ る に 至 っ た 。 1950 年 ( 昭和 25 年 ) 3 月 に は 西舞鶴 地区 に て 住民 投票 が 行 わ れ 、 賛成 7,0 46 票 、 反対 6, 0 70 票 、 棄権 4 , 483 票 と 賛成 多数 で 舞鶴 市 を ふたたび 東西 に 分割 する 案 が 決議 さ れ た 。 京都 府 議会 は 「 京都 北部 の 中心 都市 と し て だけ で な く 、 府下 の 唯一 の 大港 湾 都市 建設 に 万進 す べ き 」 と の 決議 を 採択 し 、 東西 分離 案 を 否決 し た 。 加佐 町 編入 から 現在 1957 年 ( 昭和 32 年 ) に 舞鶴 市 と 関係 の 深 かっ た 加佐 郡 加佐町 を 編入 し て 現在 の 舞鶴 市 が 形成 さ れ 、 国政 調査 に お い て 初めて 人口 が 10 万 人 を 超え た ( その 後 、 人口 は やや 減少 し て い る ) 。 北 近畿 の 中核 都市 と し て の 地位 を 確立 し た 。 現在 で も 海上 自衛 隊 舞鶴 地方 総 監部 ( 1952 年 設置 ) や 第 八 管区 海上 保安 本部 ( 1948 年 設置 ) が あ り 、 国防 拠点 都市 と し て の 性格 を 持 つ 。 舞鶴 港 が 1951 年 ( 昭和 27 年 ) に 重要 港湾 に 指定 、 また 1995 年 ( 平成 7 年 ) に は 日本 海側 港湾 で は 初めて FAZ ( 輸入 促進 地域 ) の 指定 を 受け る など 、 中華 人民 共和 国 や 大韓 民国 、 ロシア など 定期 コンテナ 航路 を 有 する 国際 貿易 港 を 持 つ 交流 ・ 物流 都市 と し て の 性格 を 持 つ 。 また 中丹 広域 振興 局 や 近畿 財務 局 など が 立地 する 行政 都市 と し て 発展 を 続け て い る 。 平成 20 年 4 月 、 海上 自衛 隊 所属 で あ る 南極 観測 船 「 し らせ 」 が ユニバーサル 造船 に て 新造 さ れ 、 進水 式 が 執り 行 わ れ た 。 18 71 年 ( 明治 4 年 )   廃藩 置県 に よ り 、 西 舞鶴 は 舞鶴 県 の 県庁 所在 地 と な る 。 同年 11 月 に 、 豊岡 県 に 編入 さ れ る 。 1876 年 ( 明治 9 年 )   豊岡 県 が 分割 さ れ 、 京都 府 に 編入 。 1889 年 ( 明治 22 年 )   舞鶴 町 制 を 施行 。 1901 年 ( 明治 34 年 )   東 舞鶴 に 舞鶴 鎮守 府 設置 。 1938 年 ( 昭和 13 年 )   西 舞鶴 が ( 旧 ) 舞鶴 市 と し て 、 東 舞鶴 が 東舞鶴 市 と し て 市制 を 施行 し た 。 1943 年 ( 昭和 18 年 )   海軍 の 要請 に よ り ( 旧 ) 舞鶴 市 と 東舞鶴 市 が 合体 合併 し 、 現在 の 舞鶴 市 が 誕生 し た 。 人口 86 , 0 5 1人 。 1945 年 ( 昭和 20 年 )   浮島 丸 事件 1948 年 ( 昭和 23 年 )   舞鶴 海上 保安 本部 が 開庁 。 舞鶴 港 が 特定 港 へ 指定 。 1950 年 ( 昭和 25 年 )   舞鶴 市 の 東西 分割 案 に つ い て 住民 投票 を 実施 し 可決 。 後 に 京都 府 議会 は これ を 否決 。 1951 年 ( 昭和 26 年 )   舞鶴 港 が 重要 港湾 に 指定 。 1952 年 ( 昭和 27 年 )   海上 保安 学校 が 開校 。 海上 警備 隊 ( 海上 自衛 隊 ) 地方 総 監部 が 開庁 。 1953 年 ( 昭和 28 年 )   京都 府 舞鶴 事務 局 ( 現在 の 京都 府 中丹 広域 振興 局 ) が 設置 。 1957 年 ( 昭和 32 年 )   加佐 町 編入 合併 。 人口 102 , 58 8 人 。 1963 年 ( 昭和 38 年 )   新 市 役所 庁舎 が 完成 。 1965 年 ( 昭和 40 年 )   国立 舞鶴 工業 高等 専門 学校 ( 舞鶴 高専 ) が 開校 。 1976 年 ( 昭和 51 年 )   舞鶴 球場 が 完成 。 1990 年 ( 平成 2 年 )   舞鶴 港 に 前島 埠頭 完成 。 1991 年 ( 平成 3 年 )   舞鶴 若狭 自動 車 道 が 舞鶴 西 インター チェンジ まで 開通 。 1993 年 ( 平成 5 年 )   赤 れんが 博物 館 が オープン 。 1994 年 ( 平成 6 年 )   舞鶴 市政 記念 館 が 完成 。 1995 年 ( 平成 7 年 )   五老 スカイ タワー が 完成 。 1998 年 ( 平成 10 年 )   舞鶴 若狭 自動 車 道 舞鶴 東 インター チェンジ まで 延伸 。 1999 年 ( 平成 11 年 )   西 日本 旅客 鉄道 舞鶴 線 が 電化 開業 。 2003 年 ( 平成 15 年 )   JR 小浜 線 が 電化 開業 。 2004 年 ( 平成 16 年 )   関西 電力 舞鶴 発電 所 が 運転 開始 。 同社 の 協力 に よ り 舞鶴 親海 公園 、 園内 の PR 船 エル ・ マール まいづる 等 を オープン 。 人口 市 役所 本庁 は 東 舞鶴 に あ る 。 市長 : 齋藤 彰 ( さいとう あきら ) 2007 年 2 月 11 日 の 市長 選挙 に て 当選 市議会 : 30 名 市長 選挙 ・ 市議会 の 会派 の 構成 2002 年 ( 平成 14 年 ) 1 1 月 17 日 の 市議会 議員 選挙 で は 30 名 の 定員 に 対 し て 3 1人 が 立 候補 し た 。 これ に よ り 、 少数 激戦 と な っ た 。 舞鶴 で も 国政 と 同じく 自由 民主 党 _ ( 日本 ) と 民主 党 ( 日本 1998 - ) が とも に 公認 ・ 推薦 候補 を 擁立 し 、 いずれ も 当選 し て い る 。 現在 に お い て 与党 的 な 立場 に あ る 保守 2 会派 に 加え 、 民主 党 系 の 翔友 会 も 市長 の 市政 運営 を 評価 し て い る 。 なお 、 2005 年 12 月 に 無 所属 議員 ら に よ っ て 新会派 ・ 市民 フォーラム ・ 舞鶴 が 結成 さ れ た 。 現在 の 市議会 に お い て は 日本 共産 党 を 除 く 各 政党 で オール 与党 体制 を 構築 し て い る と い わ れ て い る 。 2006 年 ( 平成 18 年 ) 1 1 月 19 日 の 市議会 議員 選挙 で は 30 名 の 定員 に 対 し て 32 人 が 立 候補 。 前回 に 引き続 き 少数 激戦 と な り 、 総 じて 市長 与党 的 な 立場 に あ る 保守 系 議員 が 得票 を 伸ば し た 。 なお 、 この 後 の 議会 より 特別 委員 会 を 、 従来 の 4 特別 委員 会 から 3 特別 委員 会 に 再編 し た 。 2007 年 ( 平成 19 年 ) 2 月 11 日 の 市長 選挙 で は 現職 の 江守 光 起 が 引退 を 表明 し た 事 から 、 市立 舞鶴 市民 病院 の 諸 問題 ( 民間 病院 へ の 業務 委託 の 是非 ) と 江守 市 政 の 継続 を 唱え て 前 助役 が 、 谷垣 禎一 ・ 伊吹 文明 ら 国会 議員 と 一部 の 府会 議員 および 自民 党 に 推薦 さ れ た 。 また 、 元 市民 病院 院 長 や 元 舞鶴 市長 ( 故人 ) の 親族 の 応援 を 得 て 無 所属 で 出馬 し た 元 舞鶴 市会 議員 で 前府 会 議員 の 斎藤 に よ っ て 保守 分裂 し た 。 更に 国会 議員 の 福山 哲郎 が 後押し する 民主 党 候補 の 他 、 共産 党 候補 と 合わせ て 4 名 が 立 候補 し た 。 激し い 選挙 戦 と な っ た が 結果 は 斎藤 が 当選 。 今後 の 市政 が 注目 さ れ て い る 。 予算 2007 年度 ( 平成 19 年 ) の 一般 会計 は 32 2 億 340 3 万 円 で 、 医師 不足 で 機能 縮小 を 余儀 な く さ れ て い る 舞鶴 市民 病院 へ の 補助 助成 や 舞鶴 港 貿易 振興 事業 費 など に 重点 を お く もの で 、 対 前年 比 で 0 . 4 % の 減少 で あ っ た 。 その うち 市 町 村民税 等 の 自主 財源 は 2004 年 に 関西 電力 の 火力 発電 所 稼動 に ともな い 固定 資産 税 が 大幅 に 増加 し た こと から 5 4 . 1 % まで 上昇 し た 。 また 特別 会計 は 353 億 4100 万 円 だっ た 。 その うち 民生 費 が 30 . 9 % 、 土木 費 が 15 . 2 % で あ っ た 。 個別 事業 で は 和田 埠頭 整備 促進 を 含 む 、 舞鶴 港 貿易 振興 事業 費 に 2 億 円 。 2007 年 ( 平成 19 年 ) 4 月 に オープン する まいづる 智恵蔵 の 管理 運営 に 2 ,400 万 円 計上 。 倉谷 工業 団地 に 進出 し た ケンコーマヨネーズ 西 日本 工場 へ の 補助 金 など 企業 誘致 に 2 億 7 , 750 万 円 、 病院 事業 会計 に 30 億 4 , 60 6 万 円 、 次期 埋立 処理 場 整備 事業 に 4 億 6 , 243 万 円 など を 計上 し た 。 市債 残高 は 19 年度 末 で 71 8 億 円 と 対 前年 比 2 億 円 の 減少 。 基金 ・ 積立 金 は 122 億 円 と な る 見込み 。 京都 府 北部 で は 最も 財務 内容 は 良好 な 自治 体 で は あ る が 、 人口 減少 や 舞鶴 市民 病院 等 、 将来 に 不安 な 要素 な 多 い 。 舞鶴 市 は 今後 も 行政 改革 に 取り組 む 方針 で あ る 。 舞鶴 市 は 、 京都 府 北部 の 経済 ・ 行政 の 中心 都市 と し て 、 また 舞鶴 港 を 擁 する こと から 多く の 国 の 出先 機関 が 置 か れ て い る 。 京都 地方 裁判 所 舞鶴 支部 は 、 北部 の 4 支部 の なか で 唯一 、 地裁 の 合議 事件 、 家裁 の 少年 事件 を 受け持 っ て い る 。 法務 省 管轄 施設 で あ る 拘置 所 も 北部 で は 唯一 、 舞鶴 拘置 支所 だけ に あ る 。 舞鶴 市 は 戦前 ・ 戦中 は 鎮守 府 も 置 か れ 、 軍都 と し て 軍需 産業 、 また 戦後 は 臨海 型 重厚長 大工業 都市 と だっ た 。 北 近畿 最大 の 経済 規模 を 有 する 。 しかし ながら 現在 は 産業 構造 の 変化 や 、 慢性 的 な 土地 不足 の ため 経済 は 停滞 気味 で あ る 。 近年 は 海上 自衛 隊 舞鶴 総 監部 の 増員 など が あ る もの の 、 舞鶴 に 立地 し て い る 企業 の 支店 統合 等 に よ り 人口 の 減少 が 続 い て い る 。 1975 年 ( 昭和 50 年 ) の 人口 97 ,780 人 と 比べ る と 現在 は 約 3 % 減少 し て い る 。 舞鶴 都市 圏 は 舞鶴 市 全域 を 含め 福井 県 大飯 郡 高浜 町 の 全域 と おおい 町 の 一部 、 綾部 市 ・ 宮津 市 の 一部 を 含 ん で い る 。 商圏 人口 は 約 12 万 人 で あ る 。 1995 年 に 「 らぽーる 」 ( 後述 ) が 出来 る まで は 、 大 規模 小売 店 は 西舞鶴 に 一 箇所 ( さとう 舞鶴 店 ) しか 無 く 、 駅前 商店 街 ( 東舞鶴 : 三条 ・ 八島 ・ 大門 商店 街 、 西 舞鶴 : マナイ 商店 街 ) が 競争 と は 無縁 な 経営 を 続け て い た 。 近年 で は 東舞鶴 駅前 に 平和 堂 系列 の 「 エール ( 京都 府 ) 」 ( 本社 : 舞鶴 市 、 1995 年 開業 ) が 進出 し 、 西 舞鶴 に も 駅 東側 に さとう ( 京都 府 ) 系列 の 「 バザール タウン 舞鶴 」 ( 2000 年 開業 ) 、 駅前 に 「 さとう 舞鶴 店 」 が 出店 し て い る 。 また 東西 両 舞鶴 市街 地 を 結 ぶ 白鳥 街道 ( 京都 府道 28 号 小倉西 舞鶴線 ) 沿い や 、 西 舞鶴 の 国道 27 号 線 沿い に は 郊外 型 飲食 店 や 娯楽 施設 、 大 規模 小売 店 など が 立地 する など 、 北 近畿 の 商業 地域 と し て 近隣 市 町 村 に その 商圏 を 広げ て い る 。 それ を 受け て 、 前述 の 駅前 商店 街 は 衰退 の 一途 を 辿 り 、 空 店舗 が 目立 つ よう に な っ て い る 。 また 、 ローソン を 始め と する 24 時間 営業 の コンビニエンス ストア も 出店 し て い る 。 なお 、 前述 し た 白鳥 街道 に は バイパス 計画 や 4 車線 化 計画 が あ る 。 しかし 、 既に 市街 地 が 形成 さ れ て い る こと など から 事業 が 進 ん で い な い 。 その ため 、 白鳥 街道 の 旧道 を 拡張 し バイパス と する 新た な 道路 計画 が あ る 。 舞鶴 市 は 戦中 の 一 時期 は 人口 20 万 人 を 数え る 日本 海側 で の 一 大 工業 都市 で あ っ た が 、 現在 で は 相対 的 に 地位 が 低下 し て い る 。 しかし ながら 今 なお 京都 府 北部 で は 経済 的 中心 都市 と し て 重要 な 地位 を 占め て い る ばかり か 、 畿内 に 最も 近 い 日本 海側 の 拠点 で あ る 。 その ため 、 府 や 国土 交通 省 など が 、 船舶 の 大型 化 や 荷役 の コンテナ 化 に 対応 する 港湾 に する べ く 「 和田 埠頭 」 ( 仮称 ) を 整備 中 で あ る 。 なお 、 中心 市街 地 の 人口 は 1985 年度 の 約 8 , 400 人 から 2000 年度 に は 約 6 , 300 人 に 減少 し て お り 、 また 実質 商品 販売 額 も 約 170 億 円 から 約 110 億 円 と 35 % も 減少 し て い る 。 市 と 京都 府 で は その 活性 化 に 力 を 注 い で い る 。 現在 は 東舞鶴 駅前 を 中心 に 高層 マンション が 建設 さ れ て い る 。 舞鶴 市 の 製造 業 事業 所 数 は 2002 年 現在 で 32 6 ヶ所 、 建設 業 事業 所 数 は 531 ヶ所 、 卸 小売 ・ 飲食 店 数 は 2,390 ヶ所 で あ る 。 そもそも 舞鶴 市 の 産業 は 造船 や ガラス 、 木材 を 中心 と し た 臨海 型 の 重厚 長 大 産業 が 中心 で あ り 、 近時 で は 造船 業 の 好況 で 活気 が あ る 。 製造 業 全体 で は 2700 億 円 の 経済 規模 が あ り 、 北 近畿 で は 最大 の 規模 で あ る 。 しかし 、 大 企業 を 除 く と 650 億 円 しか な く 、 中 小 零細 企業 は 少な い 。 ちなみ に 工業 製 品 別 で は 第 1 位 が 窯業 ( ガラス ) で 、 約 800 億 円 規模 で あ り 、 続 い て 飲料 缶 、 輸送 機器 ( 造船 ) 、 木材 産業 と な っ て い る 。 なお 第 一 次 産業 へ の 従事 者 は 約 3,400 人 で 全体 の 7 . 3 % 。 第 二 次 産業 は 約 14 , 300 人 で 29 . 9 % 、 第 三 次 産業 で は 約 30, 000 人 で 62 . 8 % で あ る 。 近隣 市 町 村 と 比べ る と サービス 業 を 中心 と し た 第 三 次 産業 が 盛ん で あ り 、 商業 の 街 で あ る と も 言え る 。 最近 の 大 規模 な 企業 進出 例 と し て 、 1990 年 ( 平成 2 年 ) 倉谷 地区 に 市 が 造成 し た 倉谷 工業 団地 ( 京都 ) に 進出 し た 大手 清涼 飲料 メーカー と 大手 化粧 品 メーカー や 、 2004 年 ( 平成 16 年 ) 12 月 に 喜多 工業 団地 へ 誘致 成功 し た 日本 交通 ( 大阪 ) が 挙げ られ る 。 この 他 、 2006 年 に は 倉谷 工業 団地 の 資生 堂跡 に ケンコーマヨネーズ が 進出 する こと が 決定 し て い る 。 舞鶴 市 は 由良 川 と 与保呂 川 を も ち 、 市 の 耕作 に 用い られ る 土地 は 全体 の 4 . 7 % の 1, 620 ha で あ る 。 その うち 水田 率 は 77 . 8 % で あ り 、 主に コシヒカリ を 生産 し て い る 。 また 畑 に 用い られ る 土地 は 368 ha で 、 主に 普通 畑 で あ る 。 総 人口 に 占め る 農家 人口 は 2000 年 に は 1 1 . 9 % まで 低下 し て い る ( 2 , 83 1 戸 。 ちなみ に 1990 年 に は 15 % 強 あ っ た ) 。 全国 と 同じく 農業 就労 者 の 高齢 化 も 進 ん で い る 。 2000 年 現在 で 387 世帯 が 漁業 に 携わ っ て お り 、 個人 漁業 経営 体 332 世帯 で 、 漁業 従事 者 世帯 は 55 世帯 で あ る 。 舞鶴 市 で も 就労 者 の 高齢 化 が 進 ん で お り 、 漁業 就業 者 数 に 占め る 65 歳 未満 の 割合 は 59 . 3 % まで 低下 し て い る 。 なお 舞鶴 港 で は いわし 類 や アジ 類 が 多 く 水揚げ さ れ て お り 、 近年 で は 舞鶴 近海 で とれ る 岩 カキ ( 貝 ) を 「 舞鶴 牡蛎 」 と し て ブランド 化 し よ う と する 動き が あ る 。 市 全体 の 林野 率 は 79 . 0 % で 27,0 15 ha 、 人工 林 率 は 3 4 . 0 % で 8 , 597 ha で あ る 。 国有 林 率 は 民間 林 の 26 , 261 ha に 比べ 、 75 4 ha で 全体 で 2 . 8 % に な っ て い る 。 林家 数 は 1,239 戸 で 、 総 世帯 数 に 占め る 林家 数 の 割合 は 僅 3 . 6 % で しか な い 。 ちなみ に 保安 林 は 4 , 32 2 ha で 全体 の 16 . 0 % に あた る 。 2005 年 現在 の 姉妹 都市 は 3 市 。 国内 に 姉妹 都市 ・ 友好 都市 は な い 。 海外 ナホトカ   〔 ロシア 連邦 〕 1961 年 ( 昭和 36 年 ) 6 月 21 日 姉妹 都市 提携 - 日露 ( 当時 は ソビエト 連邦 ) 間 で 初 の 提携 大連市   〔 中華 人民 共和 国 〕 1982 年 ( 昭和 57 年 ) 5 月 8 日 友好 都市 提携 ポーツマス ( イングランド ) 〔 イギリス 〕 1998 年 ( 平成 9 年 ) 5 月 15 日 姉妹 都市 提携 地域 方言 舞鶴 市 で は 京都 弁 と も 福井 弁 と も 違 う 独特 の 方言 で 「 ちゃ っ た 」 に 代表 さ れ る 舞鶴 弁 ( ちゃ っ た 弁 ) が あ る 。 前述 の 「 ちゃ っ た 」 の 使用 例 で あ る 「 - し ちゃ っ た 」 は 標準 語 で は 「 - さ れ た 」 で あ る 。 また 舞鶴 弁 の 「 - し とってん 」 は 標準 語 で い う 「 - し て い る の ? 」 の 疑問 形 で あ り 、 大阪 弁 の 「 しとってん 」 と し て 使 わ れ る 過去 形 と は 全く 異な り 、 発音 の イントネーション が 明らか に 違 う 。 日本 海側 中心 に 位置 する 軍港 で あ っ た ため か 、 基本 的 に 関東 弁 、 関西 弁 と 違 い 、 標準 語 に 限り な く 近 い 言語 、 発音 で あ る の が 特色 で あ る 。 疑問 文 の 語尾 に 付け る 「 ~ か ? 」 が 、 京都 や 大阪 等 で は 「 ~ け ? 」 と な る こと が 有 る が 、 舞鶴 で は 「 ~ こ ? 」 と な る 。 この 「 ~ こ ? 」 に は 京都 の 人間 も かなり の 違和 感 を 感じ る 。 「 っ 」 を 多 く 使 う こと が 有 る 。 標準 語 の 「 持 っ て 行 っ て た の で す か ? 」 は 、 「 持 っ てっと ったん こ ? 」 と な る 。 なお 、 舞鶴 弁 の 「 ちゃ っ た 」 に ちな ん で 「 舞鶴 防衛 戦 隊 チャッタマン 」 と い う ローカル ヒーロー が あ り 、 同市 内 を 中心 に 各種 イベント に 出演 、 人気 を 博 し て い る 。 京都 府 全体 の 高齢 化 率 ( 19 % ) に 比べ 、 舞鶴 市 は 若年 層 の 域外 流出 が 多 く 、 高齢 化 率 は 比較 的 高め で あ る 。 また 東西 市街 地 の 高齢 化 率 が 近年 高ま っ て お り 、 府 と 市 で は 対策 に 乗り出 し て い る 。 出生 率 は 1 . 8 を 超え る など 全国 的 な 傾向 から は 高 い もの の 、 2004 年 に は 人口 動態 が 初めて 自然 減 と な っ て い る 。 舞鶴 市 の 高齢 化 率 : 21 % ( 市街 地 に 限定 する と 28 % ) 平均 寿命 : 男性 77 . 1 歳 、 女性 84 . 4 歳 舞鶴 市 の 出生 率 : 1 . 8 2 ( 京都 府 全体 で は 1 . 2 8 ) 健康 ・ 医療 舞鶴 市 に は 国立 病院 機構 ・ 舞鶴 医療 センター 、 市立 舞鶴 市民 病院 、 舞鶴 赤 十字 病院 、 舞鶴 共済 病院 と 大型 総合 病院 が 4 つ あ る 。 他 に も 9 つ の 大型 病院 が 集積 し て い る 。 また 、 中小 規模 の 病院 を 加え る と 約 7 5 も の 病院 が 市内 各地 に 点在 し て い る 。 市内 に 拠点 を お く 医師 は 211人 。 宮津 市 や 与謝 郡 、 福井 県 大飯 郡 から の 通院 者 も 多 い 。 さらに 、 京都 府 北部 の 医療 拠点 と し て の 位置 付け られ て い る 。 京都 府立 の 京都 府 立 舞鶴 こども 療育 センター や 盲 ・ 聾 学校 など が 置 か れ て い る 。 子育て 保育 所 - 公立 5 ヶ所 、 私立 9 ヶ所 、 認可 外 保育 園 6 ヶ所 地域 子育て 支援 センター - 単独 型 1 ヶ所 、 保育 園 併設 型 2 ヶ所 放課 後 児童 健全 育成 事業 ( いわゆる 学童 保育 ) - 10 ヶ所 で 実施 児童 養護 施設 - 2 施設 高齢 者 福祉 高齢 者 福祉 - 養護 老人 施設 1 ヶ所 、 老人 福祉 センター 2 ヶ所 障害 者 福祉 - 身体 障害 者 福祉 センター 1 ヶ所 、 聴覚 言語 障害 者 支援 センター 1 ヶ所 小 学校 、 中 学校 および 高等 学校 の 他 、 工業 高等 専門 学校 ( 高専 ) 、 大学 の 研究 機関 および 海上 保安 庁 の 施設 等 機関 で あ る 海上 保安 学校 が あ る 。 また 、 2005 年 に は 府立 の 養護 学校 ( 現 特別 支援 学校 ) も 建設 さ れ た 。 2003 年 ( 平成 15 年 ) より 京都 精華 大学 と 協同 で 、 舞鶴 自然 文化 園 の 活用 に よ る 地域 づくり など 様々 な 分野 で 連携 を 深め て い る 。 2005 年 ( 平成 17 年 ) 3 月 3 日 に は 市 と 京都 精華 大学 が 「 舞鶴 サテライト 事務 所 」 を 設置 する こと で 合意 。 それ に 先立 ち 「 準備 室 」 が 開設 さ れ た 。 JR 京都 駅 から 特別 急行 列車 「 まいづる ( 列車 ) 」 ・ 「 タンゴ ディスカバリー 」 - ( 東舞鶴 駅 まで 所要 約 1 時間 30 分 ) 特急 「 はしだて ( 列車 ) 」 ・ 「 たんば ( 列車 ) 」 ・ 「 きのさき ( 列車 ) 」 - 綾部 駅 で 舞鶴 線 普通 列車 に 乗換 ( 東舞鶴 駅 まで 所要 約 1 時間 40 分 程度 ) JR 大阪 駅 から 特急 「 北 近畿 ( 列車 ) 」 ・ 「 タンゴ エクスプローラー 」 ・ 「 文殊 ( 列車 ) 」 - 福知 山 駅 で 舞鶴 方面 行き 普通 列車 など に 乗換 ( 東舞鶴 駅 まで 所要 約 2 時間 10 分 程度 ) その 他 舞鶴 若狭 自動 車 道 - ( 神戸 から 舞鶴 東 IC まで 所要 約 1 時間 程度 ) 京都 ・ 大阪 ・ 神戸 ・ 東京 品川 BT から 直通 バス あり ( 京都 便 以外 は 予約 必要 ) 舞鶴 線 は 日露 戦争 を 控え 着工 を 急 ぐ 必要 から 私設 鉄道 全盛 の 時代 に も 関わ ら ず 官営 で 建設 さ れ た 。 190 4 年 ( 明治 34 年 ) 1 1 月 3 日 に 開通 し た 。 後 に 支線 と し て 舞鶴 港 線 や 中 舞鶴 線 も 建設 さ れ た が 、 現在 は いずれ も 廃線 さ れ て い る 。 1987 年 ( 昭和 62 年 ) 4 月 1日 に 西 日本 旅客 鉄道 に 継承 さ れ 、 1991 年 ( 平成 3 年 ) に は 舞鶴 線 を 担当 する 舞鶴 鉄道 部 が 新設 さ れ た 。 1996 年 ( 平成 8 年 ) 7 月 13 日 に は 東舞鶴 駅 が 高架 化 さ れ た 。 1999 年 ( 平成 11 年 ) 9 月 25 日 に は 西舞鶴 駅 が 橋上 化 さ れ て い る 。 駅 中心 駅 : 東 舞鶴 駅 ( JR 西 日本 舞鶴線 ・ 小浜 線 ) その 他 市 内 に あ る 駅 : 西 舞鶴 駅 、 真倉 駅 、 松尾 寺 駅 、 四 所 駅 、 東雲 駅 ( 京都 府 ) 、 丹後 神崎 駅 路線 舞鶴 線 小浜 線 北 近畿 タンゴ 鉄道 北 近畿 タンゴ 鉄道 宮津 線 京都 交通 神戸 、 京都 、 大阪 そして 梅田 へ の 高速 バス が あ る 。 船舶 新 日本 海 フェリー - 舞鶴 港 ~ 小樽 港 舞鶴 汽船   ※ 2004 年 9 月 末 を も っ て 廃止 舞鶴 港 遊覧 船 1991 年 ( 平成 3 年 ) 3 月 26 日 に 舞鶴 自動 車 道 ( 現 ・ 舞鶴 若狭 自動 車 道 ) の 福知 山 インター チェンジ - 舞鶴 西 インター チェンジ 間 が 開通 し 、 市内 初 の 高速 道路 が 開通 し た 。 また 1998 年 ( 平成 10 年 ) 3 月 8 日 に は 京都 縦貫 自動 車 道 の 舞鶴 大江 インター チェンジ が 開通 。 同年 3 月 18 日 に は 念願 で あ っ た 舞鶴 西 IC ~ 舞鶴 東 IC 間 が 開通 し 、 ようやく 高速 道路 網 が 整備 さ れ た 。 2006 年 ( 平成 17 年 ) 1 1 月 8 日 に 舞鶴 市 東 地区 と 綾部 市 上林 地区 を 結 ぶ 、 京都 府 の 府道 一覧 京都 府道 51 号 舞鶴 和知 線 の 「 菅坂 バイパス 」 ( 延長 2 . 3 キロ ) が 開通 し た 。 室町 時代 から 安土 桃山 時代 に わた っ て 丹後 国 の 国府 と し て 発展 し た 舞鶴 に は 、 数 多く の 史跡 が あ る 。 また 、 かつて 舞鶴 鎮守 府 が 設置 さ れ て い た 関係 で 、 旧 海軍 に 由来 する 施設 も 多 い 。 「 倉庫 群 と 舞鶴 湾 」 を 望 む コース は 、 遊歩 百 選 に も 選 ば れ て い る 。 土 ・ 日 ・ 祝日 に は 、 点在 する 観光 名所 を 循環 する 舞鶴 観光 周遊 バス ( 運転 協力 費 100 円 ) が 運行 さ れ て い る 。 名所 ・ 旧 跡 赤 れんが 博物 館 舞鶴 市政 記念 館 まいづる 智恵 蔵 海軍 記念 館 北吸 浄 水場 - 配水 池 と 上屋 が 「 舞鶴 旧 鎮守 府 水道 施設 」 と し て 国 の 重要 文化 財 に 指定 神崎 煉瓦 ホフマン 式 輪 窯 舞鶴 引揚 記念 館 松尾 寺 ( 舞鶴 市 ) - 西国 三十 三 箇所 第 29 番 札 所 金剛 院 ( 舞鶴 市 ) 円隆寺 ( 舞鶴 市 ) 朝代 神社 - 旧 府 社 本行 寺 ( 舞鶴 市 ) - 丹後 国主   京極 高知 の 菩提寺 桂林 寺 多禰 寺 - 鎌倉 時代 作 の 金剛 力士像 ( 重要 文化 財 ) が あ る 五老 スカイ タワー - 近畿 百 景 第 1 位 に 選 ば れ る 舞鶴 湾 を 一望 明倫 館 正門 - 江戸 時代 に 藩主 牧野 宣成 が 開 い た 藩校 の 正門 田辺城 ( 丹後 国 ) ( 舞鶴城 ) 舞鶴 市 郷土 資料 館 安寿 姫塚 行永 家 舞鶴 クレイン ブリッジ 舞鶴 港 遊覧 船 - 舞鶴 港 東 舞鶴 三条 海岸 から 東舞鶴 湾内 を めぐ る 遊覧 船 が 発着 倉庫 群 と 舞鶴 湾 - 遊歩 百 選 に 選 ば れ る 道 体験 型 施設 等 舞鶴 親海 公園 舞鶴 自然 文化 園 青葉山ろく 公園 ( キャンプ 場 / パター ゴルフ / 陶芸 館 ) 戸島 ( 京都 府 青少年 の 島 )   通称 : ポンポコ 島 野原 体験 漁業 管理 施設 「 しおの め 」 舞鶴 ふる る ファーム マリン レジャー 竜宮浜 海水 浴 場 野原 海水 浴 場 神崎 海水 浴 場 カニ ( ズワイガニ ) 水産 練 製品 ( かまぼこ 、 ちくわ 等 ) 舞鶴 かまぼこ - 地域 ブランド 認定 第 1 号 の ひと つ ( 2006 年 ) 丹後 とり 貝 舞鶴 か き 岩 ガキ 舞鶴 か き 丼 、 舞鶴 岩 が き 丼 万願 寺 甘 とう ( 万願 寺 唐 辛子 ) 大浦 みかん 舞鶴 つつじまつり ( 5 月 ) 仏舞 ( 5 月 ) まいづる 田辺 城 まつり ( 5 月 ) みなと 舞鶴 ちゃ っ た まつり ( 7 月 ) 赤煉瓦 サマー ・ ジャズ in 舞鶴 ( 8 月 ) まち 遊 び フェスティバル ( 8 月 ) 城屋 の 揚松明 ( 8 月 14 日 ) 小橋 の 精霊 船 ( 8 月 15 日 ) 吉原 の 万灯籠 ( 8 月 16 日 ) 舞鶴 さかな まつり ( 10 月 ) 赤 れんが フェスタ ( 舞鶴 ) ( 10 月 ) 郵便 番号 は 以下 の 通り ( 2006 年 9 月 19 日 変更 ) 東 舞鶴 郵便 局 : 62 5 - 0 0 xx 、 62 5 - 85 xx 、 62 5 - 86 xx 、 62 5 - 87 xx 、 62 5 - 0 1 xx 西 舞鶴 郵便 局 : 62 4 - 0 8 xx 、 62 4 - 0 9 xx 、 62 4 - 85 xx 、 62 4 - 86 xx 、 62 4 - 87 xx 、 62 4 - 0 1 xx 市外 局 番 : 市内 全域 「 07 73 」 総 世帯 数 : 34 ,000 世帯 ( 平成 20 年 4 月 1日 ) 外国 人 登録 者 数 : 1, 361 人 ( 2004 年 ) +福知 山 市 ( ふくちやまし ) は 、 京都 府 北部 ( 旧 丹波 国 ) の 丹波 地方 に 位置 する 京都 府 下 で 2 番 目 に 出来 た 市 で あ る 。 福知 山 市 を 含 む 周辺 地域 で は 縄文 時代 の 始め 頃 から 人 が 住 ん で い た と い わ れ 、 広 範囲 に お い て 数 多く の 古墳 や その 住居 跡 が 出土 し た こと から 、 かつて は 多数 の 有力 豪族 が 居 た と 考え られ て い る 。 それ 以降 は 土地 の ほとんど が 荘園 と し て 利用 さ れ た ため 主 だっ た 中心 地 は な かっ た が 、 戦国 時代 ( 日本 ) に な る と 丹波 平定 の 命 を 受け た 明智 光 秀 が 塩見 信房 を 倒 し 、 その 居城 で あ っ た 横山 城 を 大修築 し 近世 型 の 福智 山城 ( 後 の 福知 山城 ) と し た 。 福知山 は 後 に その 城下 町 と し て 発展 を 遂げ た 都市 で あ る 。 光秀 は たびたび 大氾濫 を 起こ し て い た 由良 川 の 治水 に 成功 し 、 現在 も なお 行 わ れ て い る 築堤 工事 は 彼 に 始ま る 治水 事業 の 歴史 を 連綿 と 受け継 ぐ もの で あ る 。 光秀 は それ に 加え 地子 銭 を 免除 する など の 善政 を 敷 い た こと から 、 その 治世 が わずか で あ っ た に も かかわ ら ず 後 に は 御霊 神社 ( 福知 山 市 ) に 祀 ら れ 市 の 花 も 明智 氏 の 家紋 で あ る キキョウ と する など 、 福知 山 に おけ る 光秀 へ の 信望 は あつ い 。 明治 時代 に 入 る と 日露 戦争 を 控え 、 京阪神 と 日本 有数 の 軍港 で あ る 舞鶴 港 と を つな ぐ 交通 網 の 普及 が 急 が れ た 理由 から 、 福知 山 は その 中継 地点 と し て 軍用 鉄道 の 福知 山 線 の 整備 が な さ れ た 。 更に その 11 年 後 に は 山陰 本線 も 整備 さ れ 、 県庁 所在 地 以外 と し て は 珍し く 鉄道 管理 局 が 置 か れ た こと など も あ っ て 福知 山 は 「 鉄道 の まち 」 と し て 栄え た 。 1987 年 ( 昭和 62 年 ) ごろ から は 遅れ て い た 高速 道路 も 整備 も 成 さ れ 、 その 交通 の 利便 性 など から 拠点 を 置 く 多数 の 大手 企業 が 存在 し 、 それ ら は 福知 山 都市 圏 を 構成 し 福知 山 市 は その 中心 を 担 う 。 一方 特産 品 の 藍染め 品 や 藍染 品 など の さまざま な 農産 品 を 生産 し 、 それ ら を 扱 う 商い の まち と し て 栄え て き た 福知 山 は 、 後継 者 不足 など の 問題 に よ り それ ら の 産業 は 衰退 し ほぼ 完全 に 消滅 し て しま っ た 。 現状 と し て は 内陸 型 工業 団地 と し て は 比較 的 大 規模 な 長田野 工業 団地 が 高度 経済 成長 を 経 た 1974 年 ( 昭和 49 年 ) に 整備 着手 が な さ れ た こと に よ る 、 工業 や 商業 が 主な 福知 山 の 産業 に な っ て い る が 、 それ ら の かつて の 伝統 と 歴史 を 復活 さ せ よ う と 総合 的 な 学習 の 時間 で 学 ば せ る 教育 機関 や 、 そう い っ た 活動 の 趣旨 の 民間 団体 が 結成 さ れ る など の 動き も 見 られ る 。 現在 の 福知 山 市 章 は 、 1938 年 ( 昭和 13 年 ) 12 月 に 公募 に よ り 二千 点 近く の 中 から 選 ば れ 制定 さ れ た もの で 、 「 ふくちやま 」 の 頭 文字 で あ る 「 ふ 」 を カタカナ に し 、 それ を 九 つ 並べ て 図案 化 さ れ た もの で あ り 、 その 図案 は フ 九 」 つまり 「 福 」 を この 市章 は 表 し て い る 。 1967 年 ( 昭和 42 年 ) に 制定 さ れ た 福岡 市 の 市章 も 同様 の 理由 で カタカナ の 「 フ 」 を 九 つ 並べ て 図案 化 さ れ て お り 、 その 点 に 関 し て は 共通 点 が あ る と いえ る 。 ドッコ ちゃん の ドッコ と は 、 福知 山 音頭 に たびたび 繰り返 さ れ る 「 ドッコイセ 」 と い う 独特 の フレーズ から 由来 し 、 ドッコ ちゃん は その 踊り子 を モチーフ に し た もの で あ る 。 更に この ドッコイセ と い う フレーズ は と は 福知 山城 築 城 の 際 、 その 石垣 を 運 ん だ 際 の 掛け声 が 由来 と さ れ て い る 。 大江山 に は 酒呑 童子 が 住 ん で い た と さ れ る 鬼伝説 が あ り 、 商工 イベント と し て の 「 鬼 まつり 」 など が 開催 さ れ る など 、 鬼 は 親し ま れ て き た 。 麓 の 大江 町 ( 合併 前 は 自治 体 の 町 ) で は 、 鬼 を 核 と し た まちづくり が 行 わ れ 、 成田 亨 デザイン の 鬼像 や 、 鬼瓦 の 回廊 、 鬼 の 博物 館 など 鬼 に まつわ る もの が 多数 存在 する 。 酒呑 童子 は 合併 後 も 市 の キャラクター に 引き続 が れ た 。 福知山 観光 協会 の イメージ キャラクター 。 明智光 秀 と その 正室 で あ る 明智 煕子 が モデル と な っ て お り 、 忍 た ま 乱太郎 の 作者 で 知 ら れ る 尼子 騒兵衛 が デザイン し た もの で あ る 。 戦国 時代 ( 日本 ) から 江戸 時代 まで ( 1467 年 ~ 1867 年 ) 1579 年 ( 天正 7 年 ) - 明智 光 秀 が 丹波 を 平定 ( 横山 城 攻略 ) する 。 1580 年 ( 天正 8 年 ) - 福智 山 築城 に よ り この 地 を 「 福智 山 」 と 改め る 。 160 0 年 ( 慶長 5 年 ) - 有馬 豊 氏 に よ り 藩 が 設置 さ れ る ( 城下 町 は この 時代 に お い て 形成 さ れ た と 思 わ れ る ) 。 以後 、 江戸 幕府 に お い て の 福知 山 藩 ( 明治 時代 の 府藩 県 三治 制 時 の 名称 ) と な る 。 明治 から 第 二 次 世界 大戦 まで ( 1878 年 ~ 1945 年 ) 18 71 年 ( 明治 3 年 ) - 廃藩 置県 に よ り 福知 山 県 と な る 。 同年 11 月   豊岡 県 に 統合 さ れ る 。 1876 年 ( 明治 9 年 ) - 豊岡 県 は 兵庫 県 と 京都 府 に 分割 統合 、 京都 府 天田 郡 と な る 。 1889 年 ( 明治 22 年 ) - 町村 制 に よ り 福知 山 町 と な る 。 1898 年 ( 明治 31 年 ) - 旧 陸軍 歩兵 第 20 連隊 が 駐屯 開始 を する 。 1899 年 ( 明治 32 年 ) 7 月 15 日 - 福知 山 線 の 柏原 駅 ( 兵庫 県 ) ~ 福知 南口 駅 開通 に よ り 、 大阪 ~ 福知 山間 全線 が 開通 する 。 1910 年 ( 明治 43 年 ) 8 月 25 日 - 山陰 本線 の 園部 駅 ~ 綾部 駅 開通 に よ り 、 京都 駅 ~ 福知 山 駅 全線 が 開通 する 。 上記 の 1899 年 ( 明治 32 年 ) の 大阪 ~ 福知 山間 全線 開通 と あわせ て 、 福知 山 駅 が 市 の 中心 駅 と し て 担 う よう に な る 。 1918 年 ( 大正 7 年 ) - 福知 山 町 に 曽我井村 を 編入 する 。 1936 年 ( 昭和 11 年 ) - 市制 施行 を 念頭 に 庵我 村 ・ 雀部 村 ・ 下 豊 富村 を 編入 する 。 同年 5 月 - 初代 福知山 市 長 と し て 高木 半兵衛 が 就任 する 。 1937 年 ( 昭和 12 年 ) 4 月 - 市制 施行 に よ り 福知 山 市 と な る 。 当時 の 人口 は 3 万 2千 人 程度 で あ っ た 。 1938 年 ( 昭和 13 年 ) 12 月 - 公募 に よ り 全国 から 集め られ た 約 2000 点 の 作品 の 中 から 、 福知 山 市 市章 が 制定 さ れ る 。 1940 年 ( 昭和 15 年 ) 6 月 - 2 代 目 市長 と し て 岸本 熊太郎 が 就任 する 。 1942 年 ( 昭和 17 年 ) 7 月 - 3 代 目 市長 と し て 田中 庄太郎 が 就任 する 。 第 二 次 大戦 から 昭和 末期 まで ( 1946 年 ~ 1988 年 ) 1946 年 ( 昭和 21 年 ) 6 月 - 4 代 目 市長 と し て 竹内 正夫 が 就任 する 。 1948 年 ( 昭和 23 年 ) 3 月 10 日 - 後 に 福知 山 名誉 市民 と な る 芦田 均 が 内閣 総理 大臣 に 就任 する 。 1949 年 ( 昭和 24 年 ) 4 月 - 上 豊富村 ・ 下川 口村 ・ 西中筋 村 を 編入 する 。 1950 年 ( 昭和 25 年 ) - 旧 日本 国 有 鉄道 福知 山 鉄道 管理 局 ( 現 西 日本 旅客 鉄道 福知 山 支社 ) を 開設 する 。 1951 年 ( 昭和 26 年 ) 4 月 - 5 代 目 市長 と し て 牧野 源太郎 が 就任 する 。 1954 年 ( 昭和 29 年 ) 3 月 - 後 に 現在 の 福知 山 市 の 中心 駅 と な る 福知 山 駅 が 完成 する 。 同年 8 月 - 6 代 目 市長 と し て 天野 博 が 就任 する 。 1955 年 ( 昭和 30 年 ) 4 月 - 上 、 中 、 下 六 人部 ( む とべ ) 村 ・ 上川 口村 ・ 金谷村 ・ 金山村 ・ 雲原村 ・ 三岳 村 、 計 8 つ の 村 を 福知 山 市 に 編入 する 。 同年 11 月 - 市 ガス の 供給 を 開始 する 。 1956 年 ( 昭和 31 年 ) 9 月 - 何鹿 郡 佐賀村 が 分村 し 編入 する 。 1959 年 ( 昭和 34 年 ) 6 月 - 福知 山 市 出身 の 内閣 総理 大臣 で あ る 芦田 均 が 死去 する と 同時 に 、 史上 初 の 福知 山 名誉 市民 と し て 選 ば れ る 。 1962 年 ( 昭和 37 年 ) 8 月 - 7 代 目 市長 と し て 塩見 精太郎 が 就任 する 。 1983 年 ( 昭和 58 年 ) 6 月 - 福知 山 市 出身 の 文部 大臣 で あ る 谷垣 専一 が 死去 する と 同時 に 、 史上 2 番 目 の 名誉 市民 と し て 選 ば れ る 。 1988 年 ( 昭和 63 年 ) 6 月 - 福知 山 市 歌 を 制定 する 。 平成 以後 ( 1989 年 ~ ) 1990 年 ( 平成 2 年 ) 8 月 - 8 代 目 市長 と し て 中村 稔 ( 市長 ) が 就任 する 。 1991 年 ( 平成 3 年 ) 4 月 - 7 代 目 市長 で あ っ た 塩見 精太郎 が 名誉 市民 に 選 ば れ 、 市 の 花 、 鳥 、 木 と あわせ て 市民 憲章 が 制定 さ れ る 。 1993 年 ( 平成 5 年 ) 4 月 - 福知 山 市 出身 の 日本 画 家 で あ る 佐藤 太清 が 、 名誉 市民 と し て 選 ば れ る 。 2004 年 ( 平成 16 年 ) 6 月 - 現職 の 市長 で あ る 高日 音彦 が 9 代 目 市長 と し て 就任 する 。 2005 年 ( 平成 17 年 ) 11 月 - 福知 山 市 を 走 る 鉄道 は 福知 山 市街 地 を 南北 に 分断 する 形 に 走 っ て い た ため 、 市街 地 の 移動 に は 非常 に 不便 で あ っ た 。 その 解消 策 と し て 中心 駅 で あ る 福知 山 駅 と その 周辺 の 路線 を 高架 化 する 。 2006 年 ( 平成 18 年 ) 1 月 1日 - 大江 町 ( 京都 府 ) ・ 三 和 町 ( 京都 府 ) ・ 夜 久野 町 の 3 町 を 編入 市 町 村 合併 し て 、 新し い 福知 山 市 が 誕生 する 。 綾部 市 や 舞鶴 市 など 周辺 の 地域 を 含め 、 この 地 で は 考古 学 上 貴重 な 資料 と も な る 大小 さまざま な 多数 の 古墳 や 副葬 品 など が 出土 し て い る 。 福知山 市 内 から は 古く は 縄文 時代 初期 の ころ の もの が 出土 し て い る こと から 、 既に それ 以前 に は この 地 に 人 が 住 ん で い た こと や 、 多く の 有力 豪族 が この 地 一帯 を 統治 し て い た こと が 考え られ て い る 。 福知 山 市 の 場合 、 それ を 示唆 する もの の 一 例 と し て 国 の 重要 文化 財 に も 指定 さ れ た 盤龍 鏡 と 呼 ば れ る 「 景初 四 年 」 の 年号 が 刻 ま れ た 鏡 の 出土 が あげ られ る 。 しかし こう い っ た 遺跡 や 住居 跡 など は 平安 時代 初期 に かけ て まで しか 見つか っ て お ら ず 、 こう い っ た 勢力 は 飛鳥 時代 の 終わり ごろ に 滅亡 し て い っ た と 考え られ て い る 。 平安 時代 に な る と 摂関 家 領 の 荘園 と し て 利用 さ れ る よう に な り 、 後期 に は 天田 郡 ( あまだ ごおり ) の ほとんど が 荘園 と し て 利用 さ れ る よう に な っ た 。 鎌倉 時代 に 入 る と 多数 の 守護 や 地頭 が 送り込 ま れ た ため に 、 その 荘園 も やがて 彼 ら の 物 に 変わ っ て い っ た 。 室町 時代 後期 に な る と 、 小笠原 氏 の 小笠原 長清 の 末裔 と さ れ る 小笠原 頼勝 は 、 福知 山 盆地 の 中央 部 に 位置 する 「 横山 」 と 呼 ば れ た 丘陵 地 に 簡素 な 空堀 と 土塁 だけ で 出来 た 福知 山城 を 築きあげ た 。 のち に 小笠原 頼勝 は 塩見 頼勝 と 名 を 改め 、 その 子 塩見 頼 氏 が 横山 城 等 を 拠点 と し て この 地 を 統治 する よう に な る 。 戦国 時代 ( 日本 ) に 入 る と 、 塩見 頼 氏 は 子 の 塩見 信房 に 横山城 を 譲り 、 彼 が 福知 山 を 統治 する よう に な る 。 しかし 1579 年 ( 天正 7 年 ) 8 月 に 織田 信長 に 丹波 平定 を 命 ぜ られ た 明智 光 秀 は 横山 城 を 攻め 落と し 、 城主 の 塩見 信房 は 自害 し 果て 、 塩見 氏 の 福知 山 統治 は 終焉 する こと に な る 。 光秀 は 褒章 と し て 丹波 の 国 を 与え られ 、 同時 に この 城 を 城代 に 命 じ て 大 改修 を 行 っ た 。 光秀 は この 改修 後 の 城 を 「 福智 山城 」 と 改め 、 ここ に 福知 山 の 地名 が 誕生 する 。 更に 光秀 は それ まで たびたび 氾濫 を 起こ し て い た 由良 川 の 流れ を 改善 し 、 度重な る 洪水 に よ っ て 疲弊 し て い た 農民 に 対 し 地子 銭 を 免除 する など 善政 を 敷き 、 城下 町 と し て の 基礎 を 築 い た の で あ っ た 。 その わずか 3 年 後 の 15 8 2 年 6 月 に 光秀 は 本能 寺 の 変 を 起こ し 一時 天下 人 に な る も 、 山崎 の 戦い に お い て 豊臣 秀吉 に 敗れ 落命 し 、 明智 氏 は 滅亡 する 。 福知山 を 含 む 丹波 国 一体 は 秀吉 の 支配 下 に 置 か れ 、 秀吉 の 家臣 の 小野木 重勝 ( 小野木 重次 、 小野木 重勝 と も い う ) や 杉原 家次 ら が 、 秀吉 の 命 に よ り 福智 山城 城主 と な り 統治 する よう に な る 。 重勝 は 秀吉 の 没後 、 徳川 家康 と 石田 三成 と が 対立 する と 三成 に 味方 し 、 160 0 年 ( 慶長 5 年 ) に は 家康 方 の 細川 幽斎 が 守 る 田辺 城 を 攻め 落城 さ せ た ( 田辺 城 の 戦い ) 。 関ヶ原 の 戦い に お い て 三成 が 敗れ た こと に よ り 逃亡 、 細川 忠興 に 追い討ち を かけ られ 自害 し た 。 関ヶ原 の 戦い に お い て 徳川 家 から その 功績 を 認め られ た 有馬 豊 氏 は 、 横須賀 藩 から 石高 を 増や し た うえ で 福知山 へ と 国替 を 命 ぜ られ た 。 有馬 豊 氏 は 検地 を 行 い 、 今 で も その 名残 を 残 す 近代 的 な 町割り を 行 い 城下 町 を 築き上げ た 。 こう し て 福知 山 市 の 前身 で あ る 石高 六 万 石 の 福知 山 藩 が 立藩 さ れ た の で あ る 。 その 後 有馬 豊 氏 は 更 に 大坂 の 役 に お い て も その 功績 を 認め られ 、 久留米 藩 へ と 国替 を 命 ぜ られ この 地 を 去 り 替わ っ て 小堀 政一 や 遠国 奉行 伏見 奉行 など に よ っ て 統治 さ れ る よう に な る が 、 以降 この 地 を 統治 し て い た 領主 は 国替え や 改易 に よ っ て たびたび 交代 が な さ れ る よう に な っ た 。 その 間 1649 年 ( 慶安 2 年 ) に 福知 山 藩 に 入 っ た 松平 忠房 が 行 っ た 検地 は 、 地租 改正 が 行 わ れ る まで 福知 山 の 土地 制度 の 基準 と な っ た ため これ を 松平 検地 と 呼 ば れ る 。 1669 年 ( 寛文 9 年 ) に 朽木 稙昌 が 藩政 を 務め る よう に な っ て 以後 、 十 三 代 に わた っ て 朽木 家 が 藩政 を 務め る 様 に な り 、 藩主 が 五代 目 朽木 玄綱 に な る と 地名 を 「 福智 山 」 から 「 福知 山 」 に 改め 、 「 明智 光秀 の 治水 に よ っ て 水害 から 救 わ れ 、 城下 町 と し て 栄え た の は 彼 の おかげ で あ る 」 と い う 住民 の 連署 に よ っ て 御霊 神社 ( 福知 山 市 ) に 光秀 の 合祀 を 許 し た の で あ っ た 。 一方 この とき の 福知 山 藩 の 財政 状態 は 朽木 家 二 代 目 朽木 稙元 を 始め と し て 苦し い もの で 、 その 建て直し を はか っ て たびたび 財政 改革 を 行 お う と する もの の 、 たびたび 百姓 に よ る 強訴 が 起き る など 失敗 に 終わ っ て しま う の で あ っ た 。 強訴 に お い て は 特に 享保 の 大 飢饉 を 発端 と する もの と 、 18 60 年 に 起き た もの は 大 規模 な もの で あ っ た 。 廃藩 置県 に よ り 18 71 年 ( 明治 4 年 ) 7 月 14 日 に 福知 山 藩 は 撤廃 と な り 福知 山 県 と な る 。 その 後 豊岡 県 に 統合 、 分割 を 経 て 町村 制 施行 に よ り 福知 山 町 が 誕生 する 。 この とき 日本 は 日露 戦争 を 控え 、 京阪神 と 日本 有数 の 軍港 で あ る 舞鶴 港 を つな ぐ 交通 網 の 普及 が 急 が れ た こと から 、 福知 山 は その 中継 地点 と し て 福知 山 線 と 山陰 本線 の 敷設 が 行 わ れ た 。 同時 に 大 日本 帝国 陸軍 歩兵 第 20 連隊 は 、 この とき から 現在 の 福知 山 駐屯 地 に 駐屯 する よう に な る 。 この とき 但馬 ( 丹波 ) 牛 の 集散 地 と し て や 、 以前 から 行 わ れ て い た 由良 川 河畔 で の 桑 の 栽培 が 盛ん に 行な わ れ よう に な り 軍需 産業 と し て も 養蚕 業 が 栄え 繊維 関係 で の 中核 地 と し て 栄え る よう に な る 。 昭和 に 入 っ て ま も な く 福知 山 の 養蚕 業 は 全盛 期 を 迎え る 。 更に 福知 山 町 は 庵我村 ・ 雀部 村 ・ 下 豊 富村 を 編入 し 、 人口 が 約 3 万 2千 人 の 福知 山 市 が 誕生 する 。 この とき 福知 山 市 章 も 制定 さ れ 、 後 に 福知 山 市 史 上 初 の 名誉 市民 と な る 福知 山 出身 の 芦田 均 が 内閣 総理 大臣 に 就任 する 。 しかし 時代 が 進 み 第 二 次 世界 大戦 が 終わり 日本 が 高度 経済 成長 を 向かえ る と 、 上記 の 養蚕 業 や 藍染め など の 文化 は ほぼ 完全 に 衰退 し て い っ た 。 1974 年 ( 昭和 49 年 ) に 長田野 工業 団地 の 整備 が 始ま る よう に な る と 、 福知 山 の 産業 は 工業 化 の 兆し を 見せ る よう に な る 。 それ まで 福知 山 市 内 を 走 る 鉄道 は 、 南北 に 分断 する よう に 走 っ て お り 市内 の 交通 を 阻害 する もの で あ っ た 。 そこ で 総 事業 費 約 350 億 円 を かけ て 福知 山 駅 の 高架 化 が 行 わ れ る 。 また 平成 の 大 合併 と 呼 ば れ る 市 町 村 合併 ブーム に 乗 っ て 、 周辺 自治 体 で あ っ た 三和 町 ・ 大江 町 ・ 夜久野 町 と 市 町 村 合併 を 行 っ た 。 市域 は 旧 丹波 国 天田 郡 を 中心 と し 何 鹿 郡 ( 佐賀 村 の 一部 ) と 丹後 国与謝 郡 ( 雲原村 ) と 加佐 郡 ( 大江 町 ) に 広が り 、 市域 面積 の 76 % は 林野 が 占め 耕地 面積 は 7 % 程度 で 、 綾部 市 から 続 く 福知 山 盆地 を 中心 と し た 平地 、 それ を とり囲 む 市域 面積 の 大 部分 を 占め る 山地 で 構成 さ れ る 。 大阪 市 から は 約 70 km 、 京都 市 、 神戸 市 から は 約 60 km 、 豊岡 市 、 舞鶴 市 から 約 30 km の 場所 に 位置 する 。 市内 最高 海抜 は 三 岳 山 の 8 3 9 . 17 m に まで 及 び 、 最低 海抜 は 7 . 1 1 m で あ る 。 市街 地 は 旧 城 下 町 を 中心 と し 、 由良 川 沿い に 長田野 工業 団地 周辺 の 住宅 地 まで 伸び る 。 山 : 三岳 山 ( 市 の 最高 峰 ) 、 千丈 ヶ嶽 ( 大江山 連峰 の 主峰 ) 、 烏ヶ岳 ( 市内 唯一 の 一 等 三角 点 ) 、 田倉山 ( 宝山 、 京都 府 下 唯一 の 第 四 紀 火山 ) 川 : 由良 川 、 土師 川 、 牧川 京都 府   舞鶴 市 、 綾部 市 、 宮津 市 、 与謝 郡 与謝野 町 ( 旧 加悦 町 ・ 野田川 町 ) 、 船井 郡 京丹波 町 兵庫 県   丹波 市 、 豊岡 市 、 朝来 市 、 篠山 市 日本 国 内 長崎 県 島原 市 ( 1983 年 3 月 1日 姉妹 都市 提携 ) 当時 の 福知 山 藩主 で あ っ た 松平 忠房 ( 島原 藩主 ) が 、 1669 年 ( 寛文 9 年 ) の 国替え に よ っ て 島原 藩 ( 現在 の 島原 市 ) に 移り住 ん だ の が きっかけ と な り 姉妹 都市 と な っ た 。 日本 国 外 なし 福知 山 と い う 地名 は 明智 光 秀 の 城 改修 の 際 に 名付け られ た 「 福智山 」 に 由来 する 。 和泉 式部 の 歌 「 丹波 な る   吹風 ( ふくち ) の 山 の   もみじ葉 は   散 ら ぬ 先 より   散 る か と ぞ おも う 」 から 取 り 、 これ に 明智 の 「 智 」 の 字 を 当て た と い う 説 や 、 或いは 富士 山 由来 の 名 ( 別名 ) に よ る と の 説 も 存在 する 。 福智 山 の 「 智 」 は 1728 年 ( 享保 13 年 ) に 朽木 氏 に よ っ て 「 知 」 の 字 に 改め られ た 。 旧 福知 山 市 内 に は 地名 ( 字 ・ 小字 ) 、 自治 会 名 、 通称 など 複数 の 街 区 名 が 存在 し 、 なおかつ 自治 会名 は 必ず しも 別名称 の 街区 の 範囲 と 一致 し な い ため 非常 に 複雑 で あ る 。 ( 例 : 自治 会 名 「 岩井 新町 」 の 街区 は 字 「 岩井 」 と 「 荒河 」 に またが る 。 通称 「 かし の 木台 」 で 呼 ば れ る 地域 に は 「 岩井 新町 」 「 荒河 」 が 含 ま れ 、 その 組合わせ 名 で 住所 が 表記 さ れ る こと が あ り 、 更に 自治 会 名 「 かし の 木台 ○ 丁目 」 も 存在 する 。 など 多数 )   これ は 、 昭和 期 に 入 り 旧 城下 町 周辺 に 急激 に 新市街 地 が 広が っ た の に 対 し 、 それ ら の 字名 を 整理 し な い まま 街 区 名 や 自治 会名 を つけ て い っ た 結果 で あ る 。 ( 例 : 「 字 天田 小字 木村 」 に は 、 通称 「 末広町 1 丁目 」 の 街区 が あ り 、 自治 会 名 「 南本 町 」 で 呼 ば れ る 住所 が あ る ) この ため 7 桁 郵便 番号 は 自治 会 名 の 街区 で 分類 さ れ ふら れ て い る が 、 自治 会名 を 用い な い 住所 で 検索 する と 該当 する もの を 探 す こと が でき な い と い う 不便 が 生 じ て い る 。 かつて の 福知 山 は 川 を 利用 し た 水運 に よ る 流通 が 盛ん で 、 由良 川 沿い に は 港 を 意味 する 「 津 」 が 付 く 「 天津 、 高津江 、 常津 」 など の 地名 が 数 多 く 存在 する 。 同じく 「 和久 市 」 は 川沿い に あ り 、 水運 に よ り この 付近 に 市場 が 出来 た こと の 名残 で あ る 。 基本 的 に 日本 海側 気候 で あ り 旧 三和 町 を 除 い て 豪雪 地帯 で あ る 。 旧 丹後 地域 ( 雲原 ・ 大江 ) を 除 く 盆地 に お い て は “ やまかげ ” と な り 、 丹後 地方 に 比較 し て 量 は 少な め で あ る ( 平地 で も 年間 4 ~ 5 日 は 30 cm 程度 の 積雪 が み られ る ) 。 また 盆地 地形 に よ り 秋 と 冬 に は 霧 が 発生 する 。 特に 冬期 の 早朝 の 山間 部 で は 霧 が 濃 く 路面 の 凍結 も 見 られ る 。 晴天 時 の 午前 中 の 霧 、 冬季 の 雪雲 に よ っ て 日照 時間 が 少な く な る こと から 、 文字 通り 「 山陰 」 の 暗 い イメージ を 拭 い 切れ な い 。 平地 ( 福知 山 地域 気象 観測 所 ) の 平均 気温 は 14 度 程度 、 年間 降水 量 は 1500 ミリ 程度 で 年間 日照 時間 は 1400 時間 程度 で あ る 。 降水 量 の 季節 分布 と し て は 旧 丹後 地域 で は 降雪 を 中心 に 冬季 雨量 が 多 い が 、 以南 で は 梅雨 ・ 台風 に よ り 夏季 雨量 の ほう が 多 く な る 傾向 が あ る 。 盆 地 内 を 中心 に 少量 で 限 ら れ た 地域 で は あ る が 、 淡水 に 住 む 貝 の 貝殻 の 化石 が 出土 し て い る 。 貝殻 の 種類 に 加え その 分布 など から 、 2 ~ 30 万 年 前 の 氷河 期 に は 福知 山 盆 地 内 全て が 湖 あるいは 沼 の 底 で あ っ た と 考え られ て い る 。 この 湖 ( 沼 ) は 福知 山 湖 と 呼 ば れ る 。 また 、 各 河川 流域 の 調査 から 、 かつて 由良 川 は 土師 川 ( 竹田 川 ) を 介 し て 加古川 に つなが り 南下 し て い た と 考え られ る 。 これ ら から 、 地形 の 沈降 に よ り 南下 の 流れ が 止ま っ た こと で 盆地 一帯 は 湖沼 を 形成 、 さらなる 変化 に よ り 日本 海側 へ の 流路 が でき る と 湖沼 の 水位 は 下がり やがて 消滅 、 現在 の 市内 を 流れ る 由良 川 、 土師 川 、 牧川 など に 変化 し て い っ た 、 と い う 経緯 が 考え られ て い る 。 盆 地 内 の 河川 勾配 が 非常 に 緩 く 、 出口 付近 が ボトルネック と な っ て 大雨 時 に 停滞 し 度々 洪水 を 引き起こ す ( 福知 山 と 由良 川 ) と い う の は 、 こう い う 形成 履歴 を 持 つ ため で あ ろ う と 考え られ る 。 また 、 これ ら の 名残 と し て は 、 由良 川 上 流域 に 当た る 船井 郡 京丹波 町 安栖里 ( あせり ) 周辺 の 4 段 に も な る 大 規模 な 河岸 段丘 の 存在 、 市内 の 長田野 ( おさだ の ) の 高位 段丘面 を 持 つ 洪積 台地 の 存在 など が あ る 。 また 羽合 の 丘陵 地 や 長田野 台地 に は 、 福知 山 層 と よ ば れ る 砂 と 泥 と 礫 ( れき ) で 構成 さ れ る 地層 を 見 る こと が でき る 。 その 名 の とおり 福知 山 を 特徴 付け る 地層 で あ り 、 近畿 地方 の 山間 盆 地 埋積層 を 特徴 づけ る 学術 上 価値 を 持 つ 。 しかし 宅地 開発 が 進 む 中 、 この 地層 の 存在 は 危う く な っ て お り 京都 府 レッド データ ブック に 登録 さ れ て い る 。 一方 、 福知 山 盆 地外 に あた る 夜久野 町 額田 ( ぬかた ) から は 約 2 億 2千 万 年 前 の 新種 の アンモナイト の 化石 が 出土 し て い る 。 出土 し た 地名 に ちな ん で 「 ヤクノセラス ・ ヌカタエンゼ 」 と 名付け られ た 。 アンモナイト は 本来 海底 に 生息 する 生物 で あ る こと から 、 かつて の 海底 が 隆起 し た もの と 考え る こと が 出来 る が 、 詳し い 地形 形成 履歴 は 分か っ て い な い 。 また 市内 夜久野 町 小倉 に 所在 する 田倉山 は 夜久野 高原 を 形成 し た 京都 府 下 唯一 の 火山 で あ る が 、 その ふもと に は 柱状 節理 の 玄武 岩 を 見 る こと が でき る 。 この 地 で は かつて さまざま な 鉱物 が 産出 さ れ て お り 、 特に 大江山 は 金属 鉱脈 が 多 く 河守 鉱山 で は 銅鉱 ・ 黄銅鉱 ・ 硫化 鉱 ・ クロム 鉄鉱 ・ 銀鉱 が 、 また 仏性 寺 鉱山 で は モリブデン ( 水鉛 ) が 採掘 さ れ た 。 また 上川口 地区 の 富国 鉱山 は 国内 有数 の ビスマス 鉱山 で あ っ た 。 ( なお 大江山 ニッケル 鉱山 は 、 与謝野 町域 に あた る 。 ) この ほか 現在 廃坑 と な っ て い る いずれ の 鉱山 も 、 京都 府 レッド データ ブック に 登録 さ れ て お り 、 坑道 の 整備 、 保存 の 必要 性 が 叫 ば れ て い る 。 かつて の 由良 川 の 流れ は 現在 の 福知 山 駅 周辺 に まで 流れ て お り 、 また 大雨 が 降 る たび 氾濫 を 起こ し 周辺 の 人々 や 建物 に 加え 農作 物 など に 深刻 な 被害 を もたら す 暴れ 川 で あ っ た 。 明智 光 秀 が 福知 山 を 統治 する よう に な る と 、 光秀 は 後 に 城下 町 と も な る 城 に 連な る 居住 地 造営 と 治水 の ため 、 長 さ 1 km に も 及 ぶ 築堤 に よ り 川筋 を 大幅 に 変更 し た こと に よ り 由良 川 の 流れ は 大幅 に 改善 さ れ た が 、 それ で も 洪水 は 収ま ら ず その 後 の 為政 者 も 治水 に 尽力 を 惜し ま な かっ た 。 彼 の 築堤 の 名残 と し て 「 明智 藪 」 と 呼 ば れ る 堤防 保護 の ため の 藪 を 今 も なお 見 る こと が でき 、 現在 も なお 行 わ れ て い る 堤防 築 造 や 国土 交通 省 など に よ る 水位 の 監視 など は 彼 に 始ま る もの で あ る 。 例えば 1896 年 ( 明治 29 年 ) と 1907 年 ( 明治 40 年 ) に 起き た 大雨 に よ る 氾濫 は 、 両者 とも 同じ 堤防 が 決壊 し た こと に よ り 市街 地 は 2 階 まで 床上 浸水 し 、 水 が 引 く まで は 屋根 の 上 で 生活 し 移動 も 船 で と い う 状況 だっ た 。 後者 は 前者 と 比べ て 教訓 が 生か さ れ た こと も あ っ て 被害 が 少な かっ た もの の 、 どちら も 市街 地 は ほぼ 壊滅 状態 に まで 追いや ら れ た 。 同時 に 由良 川 に 架か る 橋 で あ っ た 音無 瀬橋 も 2 度 流 さ れ 、 その 費用 補填 の ため に 大人 4 厘 、 子供 2 厘 、 牛馬 は 5 厘 と い う 通行 料 を 徴収 し た ほど で も あ っ た 。 加え て 1953 年 ( 昭和 28 年 ) 9 月 25 日 の 昭和 28 年 台風 第 13 号 を 起因 と する 由良 川 の 氾濫 は 、 最高 水位 が 7 . 8 m に も な る 大量 の 水 が 福知 山 市街 地 全域 を 水浸し に し 、 市内 で 死者 は 約 40 名 、 負傷 者 は 約 900 名 、 家屋 全壊 、 半壊 とも に 1100 戸 以上 、 床上 浸水 に お い て は 5300 戸 以上 もの 被害 を もたら し た 。 この 台風 の とき の 被害 は 地元 で は 28 水 ( 28 災 と も ) と し て 知 ら れ 、 この とき の 水位 は 福知 山 と 水害 を 伝え る 資料 と し て 市内 御 霊 公園 に は それ を 示 す 標識 が 設置 さ れ て い る 。 その 恐ろし さ や 先人 の 築 い た 堤防 の ありがた さ を 後世 に 伝え る ため 、 御 霊 神社 ( 福知 山 市 ) 境内 に は 全国 唯一 の 堤防 その もの を 御神体 と する 堤防 神社 が 建立 さ れ て お り 、 1931 年 ( 昭和 6 年 ) 以降 の 毎年 8 月 15 日 に は 、 神輿 が 市内 を 巡回 する 「 堤防祭り 」 が 行 わ れ て い る 。 現在 の 「 ドッコイセ 花火 大会 」 は 、 もともと は その 祭り の 行事 の 一 つ と し て 始ま っ た もの で あ る 。 また 旧 市街 地 の 町屋 に は 、 浸水 時 に 家財 を 2 階 や 小屋 裏 に 引き上げ る 滑車 を 備え た 「 タカ 」 と 呼 ば れ る この 地独特 の 吹抜け が 残 さ れ て い る 。 他 に も 尾藤橋 、 三河橋 など に 代表 さ れ る 沈下 橋 の 存在 や 、 福知 山 市 施設 など で も 当時 を かた る さまざま な 資料 が 残 さ れ て お り 、 水害 と 共 に 生き て き た 市民 の 歴史 を 知 る こと が でき る 。 しかし 由良 川 は 国土 交通 大臣 が 国民 経済 上 特に 重要 な 河川 など に 対 し て 指定 する 一 級 水系 に 指定 さ れ て い る とおり 、 市内 に 供給 さ れ る 浄水場 の 原水 や 農業 用 水 と し て は 勿論 の こと 、 今 で は 市民 の 手 に よ る 鮎 や 鮭 の 稚魚 の 放流 と い っ た イベント が 開 か れ る など 、 市民 の 生活 に は 欠 く こと の でき な い 川 で あ る 。 旧 市街 地 で も あ る 福知 山 の 城下 町 は 、 明智 光 秀 が 地子 銭 と 呼 ば れ る 土地 税 を 免除 し た こと など から 、 早 く から 商工 業 が 栄え た 。 江戸 時代 に な る と 有馬 豊 氏 に よ っ て 城下 町 と し て の 町割りが 整備 さ れ た が 、 現在 で も 呉服 町 、 鋳物 師 町 、 鍛冶町 、 紺屋 町 など は その まま の 地名 と し て 残 さ れ て お り 、 旧 市街 地 は 江戸 時代 の 町割り が 殆ど その まま 残 っ て い る 。 ただ 、 寺町 に は 文字 通り 多数 の 寺 が 所在 する が 、 現在 で は その 地名 に 呉服 屋 や 染物 屋 を 構え る 店 は なくな っ て い る 。 ( 新市街 地 の 問屋 町 や 厚中 問屋 町 は 1975 年 ( 昭和 50 年 ) に 行 わ れ た 区画 整理 で 新し く でき た 地名 で あ る が 、 こちら は 文字 通り 多数 の 卸売 業 者 が 軒 を 連ね て い る 。 ) 前述 の 町屋 や 、 大正 から 昭和 初期 に かけ て は 木造 3 階 建て の 料亭 や 旅館 が 多数 建設 さ れ 、 老朽 化 や 都市 計画 に よ る 道路 拡張 など に よ り 、 城下 町 の 風情 で も あ っ た 珍し い 木造 建築 は 姿 を 消 そ う と し て い る 現状 も あ る 。 かつて は 複数 の 商店 街 で 賑わ っ た 「 商業 の まち 」 の 趣 も 、 全国 の 例 に 漏れ ず シャッター 通り と 化 し て お り 現在 で は ほぼ 居住 地域 と な っ て い る 。 しかし なお も 本社 や 本店 事務 所 を 旧 市街 地 に 置 く 事業 所 も 多 く 、 多数 の 「 社長 が 住ま うまち 」 で は あ る 。 中心 市街 地 と 呼 ば れ る 区域 に は 、 これ ら 旧 城下 町 の 西 に 広が る 福知 山 駅 を 中心 と する 新 市街 地 エリア が あ る 。 駅前 に は 地元 企業 に よ る 都市 型 大型 店 が 立ち上げ られ 、 高度 成長 期 に は 賑わい を 見せ た 。 その 後 も 複数 の 区画 整理 地 に は 新規 事業 所 が 建ち 並 び 、 現在 の 市街 地 を 形成 し て い っ た 。 旧来 の 商業 地 は 近年 の 国道 沿い の 郊外 型 大型 店 や ロード サイド 店舗 に 押 さ れ た 形 と な っ た が 、 北 近畿 の 都 を キャッチ フレーズ に 駅 の 高架 化 や 未 開発 の 駅南 を 含 む 駅 周辺 の 整備 を 進め る こと で 、 中心 市街 地 活性 化 に つなげ よ う と し て い る 。 しかし ながら 、 旧 城下 町 の 活性 化 を 含め 依然 と し て 難題 を 抱え て い る 。 周辺 部 に は 、 郊外 型 ショッピング センター の ジャスコ など を 擁 し た 開発 地 や 、 旧 町 の 集落 が 見 られ る が 、 大 部分 は 多数 の 田畑 が 広が る 。 地形 的 に は 山地 が 多 く 、 クマ だけ で な く 、 シカ や イノシシ など の 多数 の 野生 動物 が 生息 し て い る 。 福知 山 の 特産 品 で あ る 丹波 栗 など を 含 む 農作 物 が 狙 わ れ 、 年度 に よ っ て 深刻 な 被害 を 農家 へ もたら す こと も あ り 、 檻 の 共同 オーナー を 募集 する NPO 法人 も 存在 する 。 現在 の 陸上 自衛 隊 第 7 普通 科 連隊 が 駐屯 する 福知 山 駐屯 地 に は 、 かつて は 大 日本 帝国 陸軍 歩兵 第 20 連隊 の 駐屯 地 が あ っ た 。 福知 山 線 や 山陰 本 線 は 、 国内 有数 の 軍港 で あ る 舞鶴 港 と 京阪神 を つな ぐ 鉄道 と し て 軍事 的 理由 に よ っ て 整備 促進 さ れ た と い う 側面 も あ り 、 その 中継 地点 で あ る 福知 山 は 軍事 都市 と し て も 栄え た と いえ る 。 太平 洋 戦争 末期 に は 旧 日本 軍 大 日本 帝国 海軍 の 「 石原 飛行 場 」 と 呼 ば れ る 航空 基地 も 存在 し て お り 、 その 滑走 路 は 現在 の 中丹 広域 農道 沿い に 市内 前田 から 石原 を また ぎ 戸田 に まで 伸び 、 長 さ は およそ 1700 メートル に も およ ん で い た 。 しかし 戦争 が 終わ る と 地元 の 農民 が 自力 で その 滑走 路 の コンクリート を 剥 が し 農地 に 復興 さ せ た ため 、 今 で は その 姿 を 見 る こと は 出来 な い が 周辺 に は 物資格納倉庫 に 加え 、 敵機 を 撃墜 さ せ る ため の 高射 砲 も 存在 し 、 米軍 の 機銃 掃射 の 攻撃 対象 に も な っ て い た 。 全体 計画 の 完成 に は 至 ら ず 、 主に 練習 場 の 用途 で あ っ た が 、 もう 少し 戦争 が 長引 い て い れ ば 福知 山 市 も 空襲 の 対象 に な っ て い た の で は な い か と も い わ れ る ほど 、 当時 の 軍事 拠点 で も あ っ た 。 この 飛行 場 付近 に は 、 兵士 の 避難 所 や 待機 所 を 兼ね た 掩体 壕 ( えんたいごう ) と 呼 ば れ る 鉄筋 コンクリート 製 の 半地下 式 防空 壕 が 作 ら れ た 。 幅 が 約 1 . 5 メートル 、 長 さ が 約 10 メートル に も 及 ぶ かまぼこの よう な 形 を し た 大きな 壕 で 、 戦後 は 農 機 具庫 と し て 利用 さ れ て い た 。 「 福知 山 市 と 大戦 」 を 伝え る 重要 な 資料 の 一 つ で あ り付近 住民 の 署名 運動 など の 反対 の 声 も あ っ た が 、 農地 整地 の ため 2007 年 1 月 に 取り壊し が 行 わ れ た 。 その 欠片 の 一部 は 市内 の 公民 館 敷地 内 に 保存 さ れ た と は いえ 、 戦争 当時 の 様子 を 伝え る もの が また 一 つ 失 わ れ た と も いえ る 。 第 二 次 世界 大戦 が 終わ っ た 後 で も 、 福知 山 は 京阪神 と 舞鶴 港 を つな ぐ 軍事 的 中継 地点 と し て の 役割 を 受け継 い で い る 。 上記 の とおり 福知 山 市 に は 福知 山 駐屯 地 が 存在 し 、 第 7 普通 科 連隊 が 駐屯 する 。 また 陸軍 演習 場 も 備え て お り 京都 府 と 兵庫 県 の 北部 を 警備 担任 区域 と し て い る 。 自衛 隊 は 市内 の 年中 行事 の 開催 の 協力 、 災害 時 の 救助 など に お い て の 役割 は 重要 で あ る 。 例えば 2004 年 の 平成 16 年 台風 第 23 号 災害 の 救助 活動 や 、 福知 山 マラソン 設営 、 「 姫髪 山 の 送り火 」 も 大 文字 山 と し て 整地 でき た の は 自衛 隊 の 協力 が あ っ た から こそ で あ る 。 産業 人口 第 一 次 産業 : 約 2,000 第 二 次 産業 : 約 12 , 000 第 三 次 産業 : 約 21,000 主な 産業 卸売 業 、 小売 業 、 製造 業 、 建設 業 北 近畿 の 各市 や 舞鶴 港 と 京阪神 双方 へ の アクセス が 良 く 、 経営 の 三 要素 の 「 人 、 物 、 金 」 の うち 「 人 」 と 「 物 」 の 移動 が 容易 で あ る 。 この ため 、 この 福知 山 を 拠点 と 捉え て 支店 や 営業 所 を 置 く 企業 も 多 い 。 市内 に 所在 する 日本 有数 の 内陸 型 工業 団地 の 長田野 工業 団地 や 、 アネックス 京都 三和 ( 愛称 : エコートピア 京都 三和 ) 工業 団地 に は 東京 証券 取引 所 ならび に 大証 や 、 ジャスダック など に 株式 上場 し て い る 多数 の 企業 また は その 子 会社 が 拠点 を 置 い て お り 、 それ が 与え る 地元 の 雇用 の 影響 は 大き い 。 非 上場 企業 天藤 製薬 痔 の 薬 と し て 知 ら れ る ボラギノール を 製造 する 企業 で 、 営業 拠点 と し て 大阪 市 中央 区 ( 大阪 市 ) に も 本社 を 持 つ 。 製品 の 全て は 長田野 工業 団地 の 工場 で 生産 さ れ る 。 武田 薬品 の グループ 企業 と し て 、 その 子 会社 で あ る 武田 ヘルスケア と 提携 し て い る 。 株式 会社 さとう ( 京都 府 ) 1666 年 ( 寛文 6 年 ) 創業 の 北 近畿 を 代表 する 小売 業 業 者 。 地域 に 根付 い た スーパーマーケット 業 を 主力 と する 。 全 店舗 数 は 45 に も 登 り 、 ホーム センター 、 衣料 専門 店 、 飲食 業 だけ で な く 、 更に は 保険 や 旅行 、 宅配 の 代行 業務 など の 幅広 い 事業 を 展開 する 。 メガネ の マキノ 眼鏡 販売 の 老舗 企業 。 会社 は 小 規模 ながら も 、 1894 年 ( 明治 27 年 ) 創業 の 歴史 を 持 つ 。 西山 寛 商事 株式 会社 ( スーパーマーケット NISHIYAMA ) スーパーマーケット 事業 を 展開 する 企業 。 特徴 あ る 販売 法 で テレビ 番組 の 特集 ( ムーブ ! ) と し て 取り上げ られ た こと も 。 北 近畿 タンゴ 鉄道 京都 府 など が 出資 する 第 三 セクター の 鉄道 会社 。 宮津 線 、 宮福線 を 管理 する 企業 で あ る 。 両丹 日日新聞 福知山 市域 の 話題 を 扱 う 地方 紙 。 夕刊 の み 発行 さ れ る 。 福知山 FM 放送 愛称 「 FM - CASTLE 」 。 コミュニティ 放送 局 。 上場 企業 西 日本 旅客 鉄道 福知 山 支社 旧 国鉄 時代 の 福知 山 鉄道 管理 局 の 流れ を 汲 む 支社 。 福知 山 線 の 新 三田 駅 以北 と 山 陰 本線 の 園部 駅 ~ 居組 駅 、 舞鶴 線 、 播但線 を 管轄 し て い る 。 株式 会社 た けびし 三菱 電機 を 取り扱 う 大証 2 部 上場 の 商社 。 福知 山 の 支社 は 畿北 支店 と 名づけ られ て お り 、 その 名 の 通り 北近畿 一帯 を カバー し て い る 。 福知 山 に 所在 する 工場 の ほとんど が 長田野 工業 団地 に 集中 し て お り 、 数 多く の 企業 が 立地 する 。 上場 企業 エ スペック 株式 会社 物 の 耐久 テスト を 行 う ため の 、 環境 試験 機 と よ ば れ る 機械 を 生産 する 大手 メーカー 。 アジア を 中心 と する 経営 基盤 を 持 ち 、 環境 試験 機 の 国内 シェア は 約 60 % と い う 高 水準 の 占有 率 を 誇 る 。 日本 国 内 に 供給 さ れ る 全て の 環境 試験 機 は ここ で 生産 さ れ る 。 日本 ピラー 株式 会社 パッキン など の 液体 の 漏れ を 防 ぐ 「 シール 」 を 生産 する 大手 企業 。 工業 用 に お い て の 金属 シール の シェア は 首位 で 、 シール 業界 全体 で 見 て も 4 番 目 の 規模 を 持 つ 。 福知 山 市 以外 に も 兵庫 県 三田 市 と 熊本 県 合志 市 に 大 規模 な 工場 を 持 つ 企業 で あ る 。 タツタ 電線 株式 会社 東証 及び 大証 1 部 上場 の 電線 及び ケーブル を 主力 製品 と する 企業 。 日本 国 内 に は 工場 が 福知 山 市 に し か 存在 せ ず 、 製品 の 全て が ここ で 生産 さ れ て い る 。 扶桑 化学 工業 株式 会社 ジャスダック 上場 の リンゴ 酸 や クエン 酸 など を 生産 する 国内 有数 の 化学 薬品 メーカー 。 日本 国 内 に は 工場 が 福知 山 市 に し か 存在 せ ず 、 製品 の 全て が ここ で 生産 さ れ て い る 。 SEC カーボン 株式 会社 大証 2 部 上場 の 大手 炭素 製品 メーカー 。 長田野 工業 団地 内 最大 の 土地 を 所有 し 、 京都 府 下 で 最も 消費 電力 が 大き い 企業 で も あ る 。 アルミニウム 製錬 用 黒鉛 電極 の 世界 シェア は 約 45 % で 、 主力 製品 の 全て は ここ で 生産 さ れ る 。 日立 マクセル 株式 会社 maxell ブランド で 知 ら れ る DVD や コンパクト ディスク など を 制作 する 大手 記録 メディア メーカー で 、 日立 製作 所 の 子 会社 で も あ る 。 福知 山 の 工場 は 主に 磁気 テープ など を 中心 に 製作 する 主力 工場 と な っ て い る 。 非 上場 企業 ヒエン 電工 株式 会社 。 電線 メーカー 。 船舶 用 向け 電線 シェア 約 70 % 。 KOBE ウェルディング ワイヤ 溶接 用 ワイヤ を 製造 及び 販売 を 行 う 神戸 製鋼 の 子 会社 。 パナソニックフォト ・ ライティング ( 旧 ウエスト 電気 ) 松下 電器 産業 の 子 会社 。 エレクトロニック フラッシュ など の OEM 供給 を 主な 事業 内容 と し 、 これ ら は ニコン や ライカ など に 供給 さ れ る 。 福知 山 の 工場 で は エレクトロニック フラッシュ も 含め 、 白熱 電球 や 蛍光 灯 、 デジタル カメラ など も 生産 さ れ る 。 クラシエ ホールディングス 株式 会社 ( 旧 カネボウ 株式 会社 ) かつて 東証 と 大証 1 部 に 上場 し て い た 企業 で あ っ た が 、 赤字 決済 を 隠 す ため に 行 わ れ た 粉飾 決済 に よ り 上場 廃止 に な っ た 企業 で あ る 。 福知 山 の 工場 で は ティッシュ ペーパー の スコッティ など の 紙 製品 を 生産 する 。 武田 ヘルスケア 武田 薬品 工業 100 % 出資 の 子 会社 で 、 武田 薬品 工業 が 販売 する ビタミン 剤 の アリナミン や 風邪 薬 で 知 ら れ る ベンザ ブロック など の 市販 薬 の 大半 は ここ で 生産 さ れ 全国 へ 出荷 さ れ る 。 また 、 生薬 ・ 漢方 製剤 の 原 材料 農場 も も つ 。 カワイ 電線 株式 会社 カワイ 電線 商事 の 100 % 出資 の 子 会社 で 、 大正 4 年 2 月 1日 創業 と その 歴史 は 古 い 。 社名 の 通り 電線 を 製作 する メーカー で 、 綾部 市 に 所在 する 工場 と 並 ん で この 企業 が 出荷 する 全て の 製品 を 生産 する 。 盆地 と い う 山々 に 囲 ま れ た 閉鎖 的 な 地形 を し て い る に も かかわ ら ず 、 福知 山 周辺 地域 で は 少な く とも 縄文 時代 から 人 が 住 ん で い た こと など から 古く から 道路 が 整備 さ れ 、 日本 海 沿岸 、 山陰 地方 と 京阪神 方面 を つな ぐ 交通 の 要所 と し て 栄え た 市 で あ る 。 百 人 一首 の 中 の 小式 部 内 侍 が 歌 っ た 「 おほえ 山   いく の ( 生野 ) の 道 の 遠 けれ ば   まだ ふみも 見 ず   天橋 立 」 の 歌枕 と し て 登場 する 生野 は 福知 山 市 内 の 地名 で あ る が 、 この こと から その 福知 山 と 交通 の 歴史 の 深 さ を 知 る こと が 出来 る 。 1987 年 ( 昭和 62 年 ) ごろ から 京阪神 から 日本 海側 へ つなが る 高速 道路 で あ る 舞鶴 若狭 自動 車 道 も ようやく 整備 さ れ 、 鉄道 に 加え 交通 の 要 ( かなめ ) の 役割 を 果た す 道路 が 交わ る 北 近畿 の 交通 の 中心 と な っ て い る 。 冬期 の 早朝 の 山間 部 で は 霧 が 濃 く 路面 の 凍結 も 見 られ る 。 国道 9 号 線 の 一部 など で は スプリンクラー に よ る 散水 を 行 い 、 解雪 や 凍結 を 防 い で い る 地域 も 見 られ る が それ は ほんの 一部 で あ り 、 基本 的 に 冬季 の 車 で の 移動 は スタッドレス タイヤ を 装着 し な い と 非常 に 危険 な 状態 と な る 。 福知 山 市 は 盆地 と い う 地形 上 、 福知 山 市 の ほとんど を 占め る 山間 部 で は 非常 に 入り組 ん だ 地形 を し て い る だけ で な く 、 広 い 土地 に 多数 の 小 規模 の 集落 が いた る ところ に 点在 し て い る ため 、 バス や 鉄道 が それぞれ の 地域 を 周 る こと は 難し い 。 その ため 市内 の 移動 に は 自家 用 車 が 欠か せ ず 、 市民 の 自家 用 車 保有 率 は 高 い 。 当時 の 運輸 省 が 調査 し た 平成 8 年度 の 一 世帯 あたり の 京都 府 全体 の 自家 用 車 保有 率 が 75 . 3 % だっ た の に 対 し て 当時 の 福知 山 市 の 保有 率 は 9 4 . 2 % で あ っ た 。 この こと から 、 一家 に 一 台 と い う の は ほぼ 当たり前 に 近 い 状況 で あ る こと が 分か る 。 夫婦 で 一 台 ずつ と い う 家庭 も 多 く 見 られ 、 その 傾向 は 福知 山 市街 地 郊外 に 出れ ば 出 る ほど 強 く な る 。 特に 農村 部 で は 夫婦 一 台 ずつ に 加え て 農 作業 用 の トラック 一 つ と い う 家庭 も 多 く み られ る 。 その ため 時代 が 進 む に つれ バス や タクシー の 利用 者 も 減少 の 一途 を たど り 、 各 バス や タクシー 会社 で は 赤字 経営 に 悩ま さ れ る 所 も あ る 。 特に バス に お い て は 廃線 や 経営 移譲 を 余儀 な く さ れ る ほど の 経営 状況 で あ る 。 これ 打開 し よ う と 2007 年 ( 平成 19 年 ) 3 月 1日 より 西 日本 JR バス が 、 デマンド バス サービス を 取り入れ る など の 工夫 を 凝ら す もの の 依然 と し て 現状 は 厳し い もの で あ る 。 全但 バス は 兵庫 県 北部 を 運行 する バス で あ る が 、 福知 山 市 内 に 乗入れ る バス 停 が あ る 。 また 逆 に 福知 山 市営 バス の 旧 三和 町 の 路線 は 綾部 市 や 京丹波 町 、 兵庫 県 篠山 市 に 乗入れ る 路線 が あ る 。 公営 福知山 市営 バス 福知山 市 内 自主 運行 バス 私営 西 日本 ジェイアール バス 京都 交通 ( 舞鶴 ) 丹後 海陸 交通 全但 バス 東京 方面 から 京浜 急行 バス 品川 バス ターミナル 発 大阪 方面 から 丹後 海陸 交通 梅田 駅 発 神戸 方面 から 日本 交通 三宮 バス ターミナル 発 京都 交通 ( 舞鶴 ) 三宮 発 宮津 方面 から 丹後 海陸 交通 宮津 駅 発 日本 交通 ( 福知 山 市 ) 京丹 タクシー 高速 自動 車 道 舞鶴 若狭 自動 車 道 福知山 インター チェンジ 明治 時代 に な る と 日本 は 日露 戦争 を 控え 、 日本 海 の 軍港 舞鶴 港 へ つな ぐ 交通 網 の 普及 の 必要 から 比較 的 早く から 鉄道 の 整備 が さ れ た 。 更に 戦後 に は 北 近畿 地方 の 拠点 と し て 鉄道 管理 局 が お か れ 「 鉄道 の まち 」 と し て も 栄え る よう に な る 。 現在 、 福知 山 市 に は JR 西 日本 の 西 日本 旅客 鉄道 福知 山 支社 や 車両 基地 ( 福知 山 電車 区 ) 、 北 近畿 タンゴ 鉄道 の 本社 が 置 か れ て い る 。 鉄道 の 拠点 と し て は 、 福知 山 色 と 呼 ば れ る 車両 塗装 の 名前 に 見 られ る よう に 浸透 し て お り 、 市 も 鉄道 関連 の 観光 施設 や 各種 イベント を 特色 に し て い る 。 福知 山 鉄道 館 ポッポランド や 北丹 鉄道 の 福知 山西 駅跡 の SL 公園 に は 、 当時 使用 さ れ て い た SL や その レプリカ が 保存 展示 さ れ て お り 、 福知 山 駅 南口 に も 転車 台 が 展示 さ れ る 計画 で あ る 。 稀 に 誤解 さ れ る こと が あ る JR 福知 山 線 脱線 事故 ( 尼崎 脱線 事故 ) は 、 兵庫 県 尼崎 市 塚口 駅 ( JR 西 日本 ) ~ 尼崎 駅 ( JR 西 日本 ) 間 で 発生 し た 事故 で あ り この 市 で 発生 し た 事故 で は な い 。 福知 山 市 に は 北 近畿 タンゴ 鉄道 と 西 日本 旅客 鉄道 の 2 社 の 鉄道 会社 の 路線 が 走 っ て お り 、 両社 の 福知 山 駅 は 市 の 中心 駅 の 役割 を 果た し て い る 。 特に JR 西 日本 の 福知 山 駅 は JR 西 日本 が 掲げ る 北 近畿 ビッグ X ネットワーク の 中心 部 を 担 い 、 山陰 本線 、 福知 山 線 、 北 近畿 タンゴ 鉄道 宮 福線 の 合流 点 で も あ り 京都 駅 、 大阪 駅 、 宮津 駅 、 天橋 立 駅 、 和田山 駅 、 豊岡 駅 ( 兵庫 県 ) 、 城崎 温泉 駅 へ は 特別 急行 列車 で 乗り換え なし に 行 く こと が でき る 。 福知山 駅 は 福知 山 線 の 始点 と な り 、 また 舞鶴 線 は 東舞鶴 駅 に 始ま り 綾部 駅 が 終点 と な っ て い る が 、 多数 の 列車 が 乗り入れ る ため 福知 山 駅 が 実質 終点 で あ る 。 福知 山 市 を 通 る 路線 の 多く が 単線 で 、 福知 山 線 に つ い て は 複線 化 を 望 む 声 も あ る が 利用 者 が 少な い ため 現実 的 に は 不 可能 で あ る 。 ( 詳し く は 福知 山 線 篠 山口 駅 以北 の 複線 化 と 現状 を 参照 ) 西 日本 旅客 鉄道 ( JR 西 日本 ) 福知 山 線 : 福知 山 駅 ( 起点 駅 ) - ・ ・ ・ 至 大阪 駅 山陰 本線 : 至 京都 駅 ・ ・ ・ - 石原 駅 ( 京都 府 ) - 福知 山 駅 - 上川 口 駅 - 下夜 久野 駅 - 上夜 久野 駅 - ・ ・ ・ 至 城崎 温泉 駅 北 近畿 タンゴ 鉄道 ( KTR ) 宮福線 : 福知 山 駅 ( 起点 駅 ) - 厚中 問屋 駅 - 荒河 かし の 木台 駅 - 牧駅 - 下天津 駅 - 公庄 駅 - 大江 駅 ( 京都 府 ) - 大江 高校 前 駅 - 二俣 駅 - 大江 山口 内宮 駅 - ・ ・ ・ 至天 橋立 駅 福知 山 線 、 山陰 本線 、 北 近畿 タンゴ 鉄道 とも に 特別 急行 と 快速 列車 、 普通 列車 が 運行 さ れ て い る 。 福知山 駅 を 起点 に 北 近畿 ビッグ X ネットワーク が 設定 さ れ て い る ため 利便 性 は よ い 。 JR 山陰 本 線 京都 駅 から 京都 駅 ( 山陰 本 線 ) ~ 福知 山 駅 JR 特急 はしだて ( 列車 ) JR 特急 たんば ( 列車 ) JR 特急 き の さき KTR 特急 タンゴ ディスカバリー JR 山陰 本線 城崎 温泉 駅 から 城崎 温泉 駅 ( 山陰 本 線 ) ~ 福知 山 駅 JR 特急 き の さき JR 特急 北 近畿 ( 列車 ) JR 東海道 本線 新 大阪 駅 、 大阪 駅 から 新 大阪 駅 ( 東海道 本線 ) ~ 大阪 ( 福知 山 線 ) ~ 福知 山 駅 JR 特急 北 近畿 ( 列車 ) JR 特急 文殊 ( 列車 ) KTR 特急 タンゴ エクスプローラー KTR 宮福 線 天 橋立 駅 から 天橋立 駅 ( KTR 宮福線 ) ~ 福知 山 駅 JR 特急 はしだて ( 列車 ) JR 特急 文殊 ( 列車 ) KTR 特急 タンゴ エクスプローラー KTR 特急 タンゴ ディスカバリー 福知 山 市 へ の 観光 客 の 割合 は 85 % が 日帰り 客 を 占め て い る 。 旧 夜久野 町 役場 に は 子午線 が 通り 、 酒呑 童子 の 鬼伝説 で 知 ら れ る 大江山 や 光秀 の 福知 山城 など の 観光 スポット だけ で な く 、 元 伊勢 神社 や 「 鉄道 の まち 」 と し て SL 資料 展示 館 や 関連 イベント が あ る 。 しかし それ ら の 整備 ・ PR は 十分 と は 言え ず 、 他 の 隠れ た 観光 資源 も 含め て これ から の 課題 と いえ る 。 福知 山 城 の 初代 城主 で あ っ た こと に 加え て 明智 光 秀 は 善政 を し い た こと から 、 明智 氏 の 治世 が ごく わずか で あ っ た の に も かかわ ら ず 、 福知 山 市 で はいたる ところ で 明智 氏 や 光秀 に 関連 し た もの や イベント が 多数 所在 する 。 市 の 花 は 明智 氏 の 家紋 で あ る キキョウ 、 福知 山 音頭 に も 光秀 が うた わ れ 、 福知 山 観光 協会 の イメージ キャラクター も 光秀 が モデル と な っ て い る ほど で あ る 。 また 市内 に 所在 する 御霊 神社 ( 福知 山 市 ) で は 光秀 が 神 様 と し て 祭 ら れ 、 光秀 の 家来 四王 天 但馬 守 政孝 が 使用 し て い た すねあて や 、 当時 の 福知 山 城 の 様子 が 描 か れ た 絵 や 光秀直筆 の 書 を はじめ と する 多数 の 資料 が 残 さ れ て い る 。 お 城 まつり ( 4 月 上旬 ) 福知 山 市 こども 大会 ( 5 月 上旬 ) ボンチ フェスタ ( 8 月 上旬 ) 福知山 ドッコイセ まつり ( 福知 山 音頭 ) ( 8 月 中旬 ) 堤防祭り ( 8 月 15 日 ) 姫髪 山 の 送り火 ( 丹波 送り火 ) ( 8 月 16 日 ) 丹波 光秀 き きょう 祭り ( 10 月 上旬 ) ミニ SL フェスタ ( 10 月 下旬 ) ( 11 月 23 日 ) 福知 山 に は 元 伊勢 と さ れ る 神社 や 、 祭神 が 武内 宿禰 や 明智 光 秀 で あ る など の 特徴 あ る 寺社 が 多数 所在 する 。 福知 山城 ( 郷土 資料 館 ) 市民 の 寄贈 に よ り 明智 光 秀築 の 天守 閣 を 再建 。 内部 は 歴史 資料 館 に な っ て い る 。 梅田 神社 かつて の 一 円 札 に も な っ た 武内 宿禰 を 祀 る 神社 。 3 つ あ る 社殿 は 全て 京都 府 登録 文化 財 に 、 境内 も 文化 財 環境 保全 地区 に 指定 さ れ て い る 神社 で も あ る 。 長安 寺 もみじ 寺 で 知 ら れ る 寺 。 天寧 寺 南北朝 時代 創建 。 将軍 足利 義持 の 祈願 所 。 養泉 寺 観音寺 「 あじさい 寺 」 と も よ ば れ る 紫陽 花 の 名所 。 御 霊 神社 ( 福知 山 市 ) 福知 山城 主 朽木 氏 が 宇賀 御 霊 大神 に 明智 光 秀 の 合祀 を 許 し た 神社 。 現在 は 当時 の 位置 より 西 に 移設 さ れ た もの 元 伊勢 神宮 元 伊勢 伝承 の 神社 ( 外宮 豊受大 神社 ・ 内宮 皇大 神社 ・ 天岩戸 神社 ) 。 現伊勢 神宮 より 50 年 以上 前 の 創建 と の 伝承 が あ り 、 全国 で も 二例 しか な い 黒木 の 鳥居 ( 皮 を 剥 が な い まま の 杉木 で 組 ま れ た 鳥居 ) が 特徴 的 で あ る 。 大原 神社 ( 福知 山 市 ) 京都 府 指定 文化 財 「 大原 の 産屋 」 ( 京都 府 有形 民俗 文化 財 ) 一宮 神社 ( 福知 山 市 ) 丹波 と 丹後 の 国境 を 守 る 神 様 が 祀 ら れ て お り 、 福知 山 藩 の 鎮守 と し て も 栄え た 神社 で あ る 。 日本 の 鬼 の 交流 博物 館 福知 山 鉄道 館 ポッポランド   「 鉄道 の まち 」 に 関 する 資料 館 福知山 市 佐藤太清 記念 美術 館 芦田 均 記念 館 丹波 生活 衣 館 -   昭和 から 現代 に かけ て の 生活 衣類 を 展示 。 織物 体験 も 出来 る 。 北陵 総合 センター   ロッジ ・ 運動 場 ・ 体育 館 など が あ る 三 段 池 公園   市民 の 総合 公園 道 の 駅 農匠 の 郷 やく の 治水 記念 館 やく の 玄武 岩 公園 鬼瓦 公園 福知 山 市 を 含 む 周辺 の 地域 で は 様々 な 古墳 、 石室 、 土器 等 が 多数 発見 さ れ て い る こと から 、 丹波 国 が 形成 さ れ る 以前 より 多く の 人々 が 住 ん で い た と 考え られ て い る 。 景初 四 年 銘盤 龍 鏡 国 の 重要 文化 財 指定 。 1986 年 ( 昭和 61 年 ) 10 月 に 福知 山 駅南 の 丘陵 地 に 位置 する 、 広峯 15 号 墳 ( 前方 後 円墳 ) より 出土 し た 。 牧正 一 古墳 府内 唯一 、 1 墳丘 3 石室 を 持 つ 古墳 。 全国 的 に も 珍し い 。 豊富 の 古墳 群 その うち 一 つ の 古墳 群 は 、 その 地名 に 「 額塚 ( すくもづか ) 」 を 残 す 。 また 下山 古墳 群 に お い て は 府内 唯一 の 上 円 下方墳 が 発見 さ れ て い る 。 大江山 2007 年 8 月 3 日 に 国定 公園 に 指定 さ れ た 。 正式 名称 は 丹後 天橋立 大 江山 国定 公園 。 鬼伝説 だけ で な く 上述 の 鉱山 と し て の 歴史 も 持ち合わせ 、 日本 有数 の 雲海 の 名所 と 知 ら れ る 場所 で も あ る 。 踊り せんべい 福知 山 音頭 の 歌詞 や 、 踊り子 の 姿 など の 焼印 の 入 っ た 玉子 せんべい 。 代表 的 な 土産物 。 鬼饅頭 底 の 大き さ が 、 大人 の 手 の ひら の 大き さ ほど も あ る 大きな 饅頭 。 その まま で 食べ る の は 大き すぎ る の で 、 普通 は 包丁 など で 小さ く 切 っ て 食べ る 。 笑鬼 も なか 鬼 の 顔 を かたど っ た 形 を し た もなか で あ る 。 福知山 温泉 福知 山 藩 主 朽木 綱 貞 が 「 養老 水 」 と 名づけ た 湧き 水 の 地 に 掘削 さ れ た 温泉 。 疲労 回復 や 冷え 性 、 火傷 など の 効用 が あ る と さ れ る が 、 飲用 は 不 可能 で あ る 。 各種 京野菜 を 特産 と する 他 、 丹波 ブランド の 農産 品 が あ る 。 市 東部 の 報恩 寺 ( ほおじ ) 地区 で 取れ る たけのこ 。 毎年 春 の 到来 を 知 ら せ る ニュース と し て 、 タケノコ の 試し 掘り が テレビ など の メディア で 取り上げ られ る 。 グルメ 食材 と し て ネット 通販 に 登場 する 。 丹波 の 黒大豆 と い え ば 主に 篠山 市 で 採れ る もの を さすが 、 福知 山 も 丹波 の 良質 の 黒大豆 生産 地 で 知 ら れ て い る 。 これ を 使用 し た お 菓子 など が 土産 物 に あ る 。 丹波栗 の 歴史 は 古 く 、 日本 最古 の 歴史 書 で あ る 日本 書紀 に も 丹波 栗 が 記 さ れ て い る ほど で あ る 。 丹波 栗 は たびたび 幕府 や 朝廷 へ の 献上 品 と し て も 重宝 さ れ 、 江戸 時代 に な る と 参勤 交代 制度 に よ り 全国 に 広ま っ た の が 起こり で あ る 。 三和 町 を 中心 に 生産 さ れ て い る 。 三岳 地区 の 特産 品 。 ひょうたん 細工 の 開発 や ひょうたん 祭 等 の イベント も 行 わ れ て い る 。 藍 15 世紀 ごろ から アイ ( 植物 ) の 栽培 と 藍染め が 由良 川 沿い を 中心 に 盛ん に 行 わ れ て お り 、 1496 年 、 藍染め の 布 を 荘園 に 納め た と さ れ る 記録 が 残 っ て い る 。 江戸 時代 に は 藍染め を する 一般 家庭 の 件数 は 1500 近 く も あ っ た と も い わ れ 、 町屋 360 軒 の うち 25 軒 が 紺屋 で あ っ た と さ れ る 。 これ ら の こと から 藍染め 品 は 当時 の 福知 山 市 の 特産 品 で あ っ た こと が うかがえ る 。 しかし やがて 、 輸入 品 や 化学 染料 に 押 さ れ 全国 の 藍 の 産地 が 消え 行 く 中 、 京都 の 最後 の 藍 の 産地 と な っ て い た 福知 山 も 大正 の 時代 と とも に 姿 を 消 し た 。 現在 再び 藍染め の よ さ が 見直 さ れ 、 藍 の 栽培 と 藍染め を 復活 さ せ る 活動 が な さ れ て い る 。 市内 の 一部 の 小 学校 など で は 総合 的 な 学習 の 時間 の 一環 と し て 、 藍染 め 体験 を さ せ る 学校 も 存在 する 。 福知山 は 度 重な る 福知 山 市 福知山 と 由良 川 に 対 し て 桑 は 洪水 に 強 かっ た こと や 、 由良 川 の 水素 イオン 指数 値 が 製糸 に 適 し た 水質 で あ っ た こと など から 、 古く から 養蚕 業 が 栄え た まち で あ る 。 その 歴史 は 福知 山 市 を 含 む 丹波 地方 の 養蚕 業 は 千 年 以上 も 昔 から 行 わ れ て い た と も 言 わ れ 、 昭和 初期 ごろ に 全盛 期 を 向かえ た 。 1928 年 ( 昭和 3 年 ) に は グンゼ の 事務 所 が 、 翌年 に は 工場 が 置 か れ た ほど で 、 生産 さ れ た 生糸 は 丹後 ちりめん や 西陣 織 の 原 材料 と し て だけ で な く 海外 へ の 輸出 用 と し て も 生産 さ れ 、 養蚕 業 は 当時 の 福知 山 を 支え る 地場 産業 で あ っ た 。 しかし 第 二 次 世界 大戦 に な る と 食糧 不足 解消 の ため 、 桑畑 を サツマ イモ 畑 に 転作 し た こと や 、 糸 その もの の 価格 の 低下 、 ナイロン など の 化学 繊維 の 出現 や 養蚕 農家 の 後継 者 不足 と 高齢 化 など の さまざま な 理由 に よ っ て 養蚕 業 の 衰退 を 招 き 、 これ ら を きっかけ に ほとんど の 養蚕 農家 や 製糸 業 者 は 廃業 に 追い込 ま れ た 。 それ で も 生き残 っ た 数 少な い 業者 も 業界 の 激し い 値下げ 競争 に よ り 、 生産 拠点 を 人件 費 が 安 い 海外 へ 移 さ ざる を 得 な く な っ た こと が さらに 追い討ち を かけ 、 その 業者 の 一 つ で あ っ た グンゼ も 2001 年 9 月 に 福知 山 から 撤退 する など 、 特産 品 で あ っ た 生糸 も 現在 は 養蚕 農家 を 市内 大江 町 に 一 軒 だけ 残 す のみ と な り 、 上述 の 藍 同様 に ほぼ 完全 に 福知 山 から 姿 を 消 し た 。 藍 ほど で は な い が 福知 山 と 蚕 の 歴史 を 伝え る ため 、 藍 と 同じく 一部 の 学校 で は 総合 的 な 学習 の 一環 と し て 、 蚕 の 飼育 や ビデオ 鑑賞 で その 生態 など を 学 ば せ る 学校 も 存在 する 。 福知山 市 夜久野 地方 で は 漆 の 名産地 と し て も 栄え た 。 奈良 時代 初期 に は 既に 漆掻 き ( 漆 の 採取 ) が 行 わ れ て い た と さ れ 、 明治 時代 に は 福知 山 と その 周辺 の 地域 に お い て 漆掻き を する 人 が 500 人 近く も 居 た と い わ れ て い る 。 1907 年 ( 明治 40 年 ) 発行 の 、 全国 の 漆 の 産地 30 箇所 を 記 し た 書物 「 実用 漆 工術 」 に は 、 丹波 ( 福知 山 ) の 漆 は 一番 目 に 書 か れ て お り その 歴史 の 深 さ を 物語 っ て い る 。 しかし 現在 で は 漆 の 98 % が 中華 人民 共和 国産 の 輸入 品 へ と 移り変わ り 、 日本 国 内 の 漆 の 産地 は ほんの わずか し か 残 さ れ て い な い もの の 、 福知 山 で は その 伝統 と 歴史 が 細々 と 受け継 が れ て い る 。 福知 山 市 で は 和紙 の 原料 と な る 良質 の コウゾ が よく 取れ た こと に 加え 、 上記 の 漆 産業 も 盛ん で あ っ た こと から 、 主に 漆 を こ す ため に 使用 さ れ る 和紙 の 名産地 と も 栄え た 。 特に 明治 時代 から 昭和 初期 に かけ て は 、 書道 用 の 和紙 や 障子 用 の 和紙 と し て も 原 材料 の コウゾ と あわせ て 他 府 県 に この 和紙 は 大量 に 生産 、 販売 さ れ た 。 京都 府 無形 文化 遺産 に も 指定 さ れ て お り 、 当時 の 和紙 すき を 行 う 所 は 200 戸 余り も あ っ た と い わ れ て い た 。 しかし 漆 産業 の 衰退 など の 理由 に よ っ て 、 他 の 産業 同様 に 衰退 を 招 き 大江 町 和紙 伝承 館 など の 限 ら れ た 施設 で のみ しか 、 ほとんど その 伝統 を 見 る こと し か 出来 な く な っ て い る 。 人 福知 山 の 古く から の 住民 は 、 丹波 の 氷上 ( 丹波 市 ) を 中心 に 、 但馬 や 丹後 から 移り住 ん で 来 た 歴史 が あ り 、 現在 も なお 通勤 ・ 通学 する 人 は 多 く 、 市民 の 多く は その 地 出身 で あ る と 言 う 人 も 少な く な い 。 従 っ て その 方言 は これ ら の 地方 の 特徴 が 若干 混在 する もの と な っ て い る 。 しかし ながら 、 主体 と な る の は やはり 丹波 弁 で あ り 、 丹波 氷上 の 特徴 で な る 「 丹波 弁 ちゃ っ た 弁 」 で あ る 。 この 丹波 弁 は 関西 弁 に 属 する 方言 で あ る が 、 一般 的 な 関西 弁 の 使用 方法 と は 若干 異な る 点 が 見 られ 、 「 ~ しよ っ た 」 の 使用 法 の 違い は それ に 代表 さ れ る 。 ( 詳し く は 丹波 弁 「 ~ よ っ た 」 の 使 い 方 を 参照 ) 福知 山 市 は 周辺 自治 体 で は 人口 の 減少 が 進 む 中少な く とも 平成 の 合併 まで は ほぼ 横ばい に 近 い 程度 の 人口 増加 を 続け て き た 市 で あ る 。 しかし 国勢 調査 に よ る と 、 1985 年 ( 昭和 60 年 ) の 老齢 人口 比率 は 1 1 . 7 % だっ た の に 対 し て 1999 年 ( 平成 11 年 ) に は 18 . 4 % に まで 上昇 し て お り 高齢 化 が 進行 し て い る 市 で も あ る 。 福知山 市 全域 の 電力 は 関西 電力 より 供給 さ れ て い る 。 市街 地 周辺 の ガス は 、 由良 川 と その 支流 で あ る 土師 川 より 西 は 市 の 公営 企業 ( 福知 山 市 ガス 水道 部 ) 、 以東 の 長田野 工業 団地 周辺 は 株式 会社 長 田野 ガス センター が 供給 する 天然 ガス ( 一部 区域 は 公営 企業 に よ る プロパンガス ) に よ る 都市 ガス と な っ て い る 。 しかし 、 供給 困難 な 山間 部 や 市街 地 に お い て も 供給 区域 で な い 地域 が あ り 、 ボンベ に よ る プロパン ガス を 使用 し て い る 世帯 も 少な く な い 。 福知山 は 山々 に 囲 ま れ て い る ため 、 由良 川 、 土師 川 、 牧川 など の 川 の 水 資源 が 比較 的 豊富 で 福知 山 市 の 水道 代 は 近畿 の 19 4 ある 市 町 村 の 中 で 20 番 目 に 安 い 。 それ ら 水 の 供給 は 市 の 公営 企業 ( 福知 山 市 ガス 水道 部 ) の 上水道 および 簡易 水道 より 供給 さ れ る 。 市街 地 周辺 の 簡易 水道 に つ い て は 、 順次 上 水道 へ の 統合 計画 が 進め られ て い る 。 一方 、 下水 に つ い て は 浸水 被害 の 歴史 から 比較 的 早く から 整備 さ れ て 来 て お り 、 旧 福知 山 市域 に お い て は 80 % の 下水 道 普及 率 ( 浄化 槽 を 含 む 水洗 化 率 は 92 % ) が あ っ た 。 旧 市街 地 に つ い て は この 理由 に よ り 、 内水 排除 を 目的 に 雨水 汚水 の 合流 式 と な っ て い る 。 市 の ゴミ 処理 は 、 市内 牧 に 所在 する 環境 パーク に て の 焼却 、 埋め立て 処理 、 リサイクル と な っ て い る 。 収集 さ れ る ゴミ は 、 燃や すごみ ・ 燃や さ な いごみ ・ プラスチック 製 容器 包装 類 ・ 資源 ごみ ( 空き缶 、 空きビン 、 紙 パック 、 ペット ボトル ) ・ 蛍光 管 で 、 前 3 種 は 有料 専用 袋 の 使用 、 また 各種 の 分別 が 求め られ る 。 また 粗大 ゴミ ・ 特定 家庭 用 機器 再 商品 化 法 ・ 事業 所 の ゴミ は 持込み と な っ て い る 。 「 燃やすこみ 」 と さ れ る もの 以外 は 燃やせ な い タイプ の 焼却 炉 で あ り 、 現在 の 埋め立て 用地 は 十 数 年 も すれ ば な く な っ て しま う ため 新た な 埋め立て 用地 の 確保 が 問題 点 と な っ て い る 。 本庁 および 平成 の 市 町 村 合併 以前 の 各町 単位 に 3 つ の 支所 を 設け て い る 。 夜久野 支所 以外 は 旧 庁舎 に お か れ て い る 。 福知 山 市 に 所在 する 警察 署 は 福知 山 警察 署 一 つ のみ で あ る 。 2005 年 の 市 町 村 合併 以前 は 、 三和 町 ( 京都 府 ) 、 大江 町 ( 京都 府 ) 、 夜久野 町 と 3 つ の 町 も 同時 管轄 し て い た が 、 合併 に 伴 い 現在 は 福知 山 市 のみ の 管轄 と な っ た 。 福知 山 市 の 消防 団 は 地域 ごと に 6 つ の ブロック 分け が な さ れ て お り 、 その 中 に 計 29 の 分団 が 存在 し て い る 。 市立 図書 館 は 分館 等 あわせ て 5 つ の 施設 が あ る 。 郵便 番号 2006 年 3 月 19 日 に 変更 さ れ た 。 福知山 郵便 局 ( 620 - 0 0 ・ - 0 2 ・ - 0 3 ・ - 0 8 ・ - 09 ) 三和 郵便 局 ( 620 - 1 3 ・ 1 4 ) 夜久野 郵便 局 ( 629 - 1 3 ) 統計 ( 農林 水産 省 ) 資料 「 福知 山 市 の 現況 調査 」 ( PDF 形式 ) +伏見 区 ( ふしみく ) は 、 京都 市 を 構成 する 11 区 の ひと つ で あ る 。 京都 市 内 屈指 の 住宅 地 で 11 行政 区 中 最大 の 人口 を 擁 する 。 伏見城 城 下町 の 伝統 を 受け継 ぐ 商業 拠点 で あ る 一方 、 京都 市 中心 部 や 大阪 市 方面 へ の ベッド タウン と し て の 性格 を も つ 。 532 年 ( 欽明 2 年 ) - 欽明 天皇 、 山城 国 一帯 に 勢力 が あ っ た 秦 大津父 を 紀郡 深草里 に 探 し 右腕 と する 71 1 年 ( 和銅 4 年 ) - 秦伊 呂具 に よ っ て 深草 稲荷 神社 が 創建 さ れ る と い う 861 年 ( 貞観 ( 日本 ) 4 年 ) - 藤原 北家 の 藤原 良房 が 貞観 寺 を 創建 。 深草 は 藤原 氏 の 領地 で あ っ た と さ れ る 874 年 ( 貞観 16 年 ) - 聖宝 が 上醍醐 に 一寺 を 建立 、 醍醐 寺 と な す 952 年 ( 天暦 6 年 ) - 醍醐 寺 の 五 重塔 が 建立 さ れ る 延久 年間 - 橘 俊綱 が 伏見 山荘 を 営 む 1186 年 ( 文治 2 年 ) - 後白河 院 が 伏見 殿 御所 に 移る 1221 年 ( 承久 3 年 ) - 後鳥 羽 上皇 、 伏見 城南 寺 に 流鏑馬揃え と 称 し 倒幕 の 兵 を 上げ る 貞治 年間 以降 、 崇光 天皇 が 伏見 山荘 を 伏見 宮 栄仁 親王 代々 の 相伝 地 と し 伏見 宮家 が 創設 142 6 年 ( 応永 33 年 ) - 丹波 猿楽 の 矢田 座 が 伏見 御 香宮 の 楽頭 職 を 得 る 1441 年 ( 嘉吉 1 年 ) - 伏見 など 京都 近郊 の 諸村 が 徳政 一 揆 を 起こ し て 洛中 に 押寄せ る 1594 年 ( 文禄 3 年 ) - 豊臣 秀吉 が 伏見 城 の 城下 町 と し て 町 割 、 開発 を 行な い 、 町 の 原型 が 形作 ら れ る ( 現在 も 区 内 に 残 る 地名 や 鍵 状 に 曲が っ た 道路 に は 城下 町 の 特徴 が 色 濃 く 表れ て い る ) 159 8 年 ( 慶長 3 年 ) - 豊臣 秀吉 、 醍醐 に て 花見 を 行 う 160 0 年 ( 慶長 5 年 ) - 伏見城 に て 激戦 が 行 わ れ 炎上 、 関ヶ原 の 戦い の 火 ぶた が 切 ら れ る 160 1 年 ( 慶長 6 年 ) - 伏見 城下 に 銀座 ( 歴史 ) が 置 か れ る 1 60 3 年 ( 慶長 8 年 ) - 徳川 家康 、 伏見城 に て 大将軍 宣下 を 受け る 1 60 7 年 ( 慶長 12 年 ) - 松平定勝 が 伏見 城代 と な る 1 60 8 年 ( 慶長 13 年 ) - 銀座 が 京都 に 移 さ れ る 1613 年 ( 慶長 18 年 ) - 京都 二条 と 伏見 の 間 に 高瀬川 ( 京都 府 ) が 開通 する 1617 年 ( 元和 ( 日本 ) 3 年 ) - 伏見 城代 が 廃止 さ れ る 1624 年 ( 寛永 1 年 ) - 伏見城 が 廃城 と な る 。 伏見 は 奉行 が 支配 する 1625 年 ( 寛永 2 年 ) - 松平 定綱 が 淀藩 の 藩主 と な る 1694 年 ( 元禄 7 年 ) - 御 香宮 神社 例祭 の 芝居 ・ 見世物 が 始ま る 1698 年 ( 元禄 11 年 ) - 伏見 奉行 ・ 建部 内 匠 頭 、 伏見 舟 200 艘 の 新造 を 許可 1736 年 ( 元文 1 年 ) - 伏見 指物 町 の 銭座 で 銭貨 が 作 ら れ る 1785 年 ( 天明 5 年 ) - 伏見 騒動 1786 年 ( 天明 6 年 ) - 伏見 町 の 人口 が 4 万 人 を 数え る 1862 年 ( 文久 2 年 ) - 寺田 屋 事件 1864 年 ( 元治 1 年 ) - 長州 藩 が 兵 を 率い て 伏見 に 入 る ( 禁門 の 変 ) 1867 年 ( 慶応 3 年 ) - 伏見 奉行 が 廃止 さ れ る 1868 年 ( 慶応 4 年 ) - 鳥羽 ・ 伏見 の 戦い で 伏見 城下 が 戦場 と な る 1895 年 ( 明治 28 年 ) 2 月 1日 - 京都 駅 前 ( 七条 ) と 伏見 下油 掛の 間 で 、 営業 用 と し て は 日本 初 の 電車 で あ る 京都 電気 鉄道 開業 。 ( 後 の 京都 市 電伏見 線 、 1970 年 廃止 ) 190 5 年 ( 明治 38 年 ) 7 月 18 日 - 旧 大 日本 帝国 陸軍 第 16 師団 ( 日本 軍 ) が 深草 に 置 か れ る 。 1929 年 ( 昭和 4 年 ) 5 月 1日 - 旧 紀伊 郡 伏見 町 が 市制 施行 し 伏見 市 が 誕生 ( 京都 市 へ 合併 前提 で の 市制 施行 で あ っ た ) 1931 年 ( 昭和 6 年 ) 4 月 1日 - 伏見 市 、 紀伊郡 深草 町 、 下鳥 羽村 、 横大路村 、 納所 村 、 堀内 村 、 向島 村 、 竹田 村 、 宇治 郡 醍醐 村 の 1 市 1 町 7 村 が 京都 市 と 合併 し 、 伏見 区 が 誕生 1950 年 ( 昭和 25 年 ) 12 月 1日 - 乙訓 郡 羽束 師村 、 久我 村 を 編入 1957 年 ( 昭和 32 年 ) 4 月 1日 - 久世 郡 淀町 を 編入 1967 年 ( 昭和 42 年 ) - 伏見 港 が 都市 計画 決定 。 港湾 と し て の 歴史 に 名実 とも に 終止 符 を 打 つ 伏見 区 役所 〒 6 1 2 - 8 51 1 京都 市 伏見 区 東組 町 681 TEL : 0 7 5 - 6 1 1 - 1101 ( 代表 ) 深草 支所 〒 6 1 2 - 0 861 京都 市 伏見 区 深草 向畑 町 93 - 1 TEL : 0 7 5 - 6 4 2 - 310 1 ( 代表 ) 醍醐 支所 〒 6 0 1 - 1366 京都 市 伏見 区 醍醐 大 構町 28 TEL : 0 7 5 - 5 7 1 - 00 0 3 ( 代表 ) 伏見 郵便 局 ( 61 2 - 0 0 ・ - 0 8 ・ - 09 ・ - 8 0 ・ - 81 ・ - 82 ・ - 83 ・ - 84 ) 伏見 東 郵便 局 ( 60 1 - 1 3 ) 久御山 郵便 局 ( 61 3 - 0 0 ・ - 0 8 ・ - 09 ) ( 伏見 区 の 後 に 淀 ○ ○ と つく 町名 ) 京都 市 南 区 ( 京都 市 ) 京都 市 東山 区 京都 市 山科 区 宇治 市 向日 市 長岡 京 市 八幡 市 久世 郡 久御山 町 乙訓 郡 大山崎 町 滋賀 県 大津 市 近畿 日本 鉄道 近鉄 京都 線 ( 至 京都 駅 ) ← 上鳥 羽口 駅 - 竹田 駅 ( 京都 府 ) - 伏見 駅 ( 京都 府 ) - 近鉄 丹波 橋 駅 - 桃山 御 陵 前 駅 - 向島 駅 → ( 至 大 和 西 大寺 駅 ) 京阪 電気 鉄道 京阪本 線 ( 至出 町 柳 駅 ) ← 伏見 稲荷 駅 - 深草 駅 - 藤森 駅 - 墨染 駅 - 丹波 橋 駅 - 伏見 桃山 駅 - 中書 島 駅 - 淀駅 → ( 至淀屋橋 駅 ) 京阪 電気 鉄道 京阪 宇治 線 中書 島 駅 - 観月 橋 駅 - 桃山 南口 駅 - 六 地蔵 駅 → ( 至 宇治 駅 ( 京阪 ) ) 西 日本 旅客 鉄道 奈良 線 ( 至 京都 駅 ) ← 稲荷 駅 - JR 藤森 駅 - 桃山 駅 → ( 至木津 駅 ( 京都 府 ) ) 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 ( 至 国際 会館 駅 ) ← くい な 橋 駅 - 竹田 駅 → ( 近鉄 京都 線 に 乗り入れ ) 京都 市営 地下 鉄 京都 市営 地下 鉄 東西 線 ( 至 二条 駅 ) ← 醍醐 駅 ( 京都 府 ) - 石田 駅 ( 京都 府 ) → ( 至六 地蔵 駅 ) 京都 市営 バス 京阪 バス 京阪 宇治 バス 阪急 バス 醍醐 コミュニティバス 名神 高速 道路 京都 南 インター チェンジ 京滋 バイパス 久御 山淀 インター チェンジ ( 一部 が 伏見 区 に またが る ) 阪神 高速 道路 阪神 高速 道路 8 号 京都 線 伏見 出入口 - 城南 宮 南出入口 - 城南 宮 北出入口 鴨川 西出入口 - 鴨川 東出入口 ( 事業 中 、 2011 年 3 月 開通 予定 ) 伏見 区 の 西部 ・ 南部 に 水田 が 広が る 。 伝統 的 な 日本 酒 の 名産地 と し て 知 ら れ る ほか 、 先進 的 な エレクトロニクス 産業 や それ を サポート する 資材 製造 の 事業 所 が 見受け られ る 。 油小路 通 ( 通称 新 堀川 通り ) に は パルス プラザ ( 京都 府 総合 見本 市 会館 ) が あ り 、 様々 な 業種 に よ る 見本 市 や 発表 会 が 頻繁 に 開催 さ れ て お り 、 京都 の 産業 を 対外 的 に PR する 拠点 と し て 重視 さ れ て い る 。 京セラ の 本社 所在 地 日本 酒 の 銘柄 一覧 京都 府 ( 日本 酒 ) 「 英勲 」 齊藤 酒造 「 黄桜 」 黄 桜 「 月 桂 冠 」 月 桂 冠 「 松竹 梅 」 宝 酒 造 「 招徳 」 招徳 酒造 「 玉乃 光 」 玉乃 光 酒造 「 月 の 桂 」 増田 徳兵衛 商店 「 富翁 」 北川 本家 「 桃 の 滴 」 松本 酒造 「 神聖 」   山本 本家 ※ 伏見 城跡 を 開墾 し た 吉村 家 の 末裔 と 言 わ れ る 吉村 酒造 は 、 2000 年 に 本拠 地 を 兵庫 県 新 温泉 町 へ 移転 。 京阪 沿線 ・ 近鉄 沿線 ・ 地下 鉄 沿線 で は 商店 街 や 大型 店 が 存在 し 、 おおむね 活況 を 呈 し て い る と いえ る 。 伝統 的 な 小 規模 の 店舗 は 京阪 沿線 に 多 い 。 電車 通学 生 が 多 い こと から 、 アパート 仲介 など 学生 相手 の 商業 も 盛ん で あ る 。 国道 1 号 線 や 新堀川 通沿い に は 郊外 型 の 大 規模 小売 店 、 飲食 店 や 娯楽場 が 並 ん で い る 。 区 の 南西 部 に お い て は 商業 基盤 が 弱 い 。 公共 交通 が 不便 な 代わり 道路 の 便 は 良 い 方 な の で 、 自動 車 に 乗 っ て 周辺 地域 の 大型 店 を 利用 する スタイル が 定着 し て い る 模様 。 伏見 稲荷 大社 ( 日本 三 大 一覧 三 大 稲荷 も 参照 ) 伏見 桃山 陵 伏見城 御 香宮 神社 寺田屋 事件 ( 伏見 港 の 船宿 、 寺田 屋 事件 の 舞台 ) 伏見 港 ( 伏見 港 公園 、 伏見 みなと 公園 ) 京都 競馬 場 城 南宮 醍醐 寺 ( 古都 京都 の 文化 財 の 一部 と し て 世界 遺産 に 登録 ) 月 桂 冠 大倉 記念 館 カッパ カントリー 長建 寺 伏見 区 は 、 全国 の 政令 指定 都市 の 中 で 、 横浜 市 港 北 区 、 横浜 市 青葉 区 ( 横浜 市 ) に 次いで 人口 の 多 い 区 で あ る ( 東京 特別 区 を 除 く ) 。 その ため 、 昔 から 分区 構想 が 出 て は 消え て い る 。 現在 、 伏見 区 に は 深草 支所 、 醍醐 支所 、 神川 出張 所 、 淀出張 所 が あ る が 、 主な 分区 構想 は 、 この うち 深草 支所 と 醍醐 支所 を 伏見 区 から 分離 さ せ る もの で あ る 。 しかし 、 深草 支所 管内 、 醍醐 支所 管内 と も 人口 は 10 万 人 に も 満 た な い ( それ で も 東山 区 より は 人口 が 多 い ) ほか 、 深草 支所 管内 と 醍醐 支所 管内 は 接 し て は い る もの の 地域 的 な 結びつき は 希薄 で あ る こと が 、 分区 の 機運 が 盛り上が ら な い 要因 の 1 つ と な っ て い る 。 現在 の 醍醐 支所 管内 は 伏見 区 中心 部 より も 山科 区 と の 結びつき の 方 が 圧倒 的 に 強 く 、 醍醐 支所 を 分離 し て 山科 区 と 併合 する 方 が 合理 的 と する 考え 方 も あ る 。 +右京 区 ( うきょう く ) は 、 京都 市 を 構成 する 11 区 の ひと つ 。 市内 西 北部 に 位置 し 、 旧 京北 町 合併 後 は 京都 市 の 区 の 中 で は 最大 の 面積 で あ る ( それ まで は 左京 区 が 最大 だっ た ) 。 区 南部 は 古く は 都 の 皇族 や 公家 の 別荘 が 点在 し て い た が 、 現在 は 主 と し て 住宅 地 に な っ て い る 。 区 西部 や 北部 は 山間 地 で あ る 。 かつて は 山国 郷 ( 京北 山国 ・ 黒田 地区 ) の 木材 が 桂川 を 下り 、 下流 の 嵯峨 ・ 梅津 など で 陸揚げ さ れ て 京都 に 運 ば れ た 。 河川 : 桂川 ( 淀川 水系 ) ( 上 桂川 、 保津 川 、 保津 峡 ) 、 天神川 ( 京都 市 ) 、 有栖川 、 弓削 川 山地 : 愛宕 山 ( 京都 市 ) 、 小倉山 、 岩田 山 区 北部 の 京北 は 全域 が 丹波 高原 に 当た る 。 旧 京北 町 の 町 役場 が 置 か れ た 周山 と 宇津 が 主な 盆地 だ が 、 その 他 は 山地 で 、 この 盆地 を つな ぐ よう に 桂川 が 流れ る 。 区 南部 は 、 北方 の 山岳 部 を 除 い て は 桂川 に 沿 っ て お り 、 ほぼ 平坦 で あ る 。 京北 は 編入 前 から 右京 区 と 周山 街道 ( 国道 162 号 ) や 桂川 に よ っ て 結 ば れ て い た 。 現在 の 右京 区 が あ る 地域 の 歴史 は 古 く 、 かつて この 地 に は 山城 国府 が 置 か れ て い た 。 渡来 人 の 秦 氏 も この 地方 を 拠点 と し て 活躍 し た と 思 わ れ 、 氏 寺 と し て 広隆 寺 を 建立 し た 。 秦 氏 は 聖徳 太子 と も 関わり が あ っ た ら しく 、 のち の 山背 大 兄王 が 蘇我 氏 に 攻め られ た 際 に は 、 彼 に 太秦 に 避難 する よう 進言 する 者 が あ っ た 。 秦 氏 と 関係 の 深 い 桓武 天皇 が 宇多 に 新都 を 定め る と 、 京中 に 寺 の 建立 が 禁止 さ れ て い た ため に 、 現在 の 右京 区域 に も 多く の 寺社 が 立ち並 ん だ 。 嵯峨 天皇 が 嵯峨 離宮 ( 後 の 大覚 寺 ) を 建て たり する など 多く の 貴族 は この 地 に 馴染み 、 また 嵐山 に 遊 ん だ 。 戦国 時代 以降 より 桂川 水運 が 盛ん と な り 、 嵯峨 周辺 に 豪 商 が 成長 し た 。 その 中 で 嵐山 の 豪商 角倉 了 以 が 徳川 幕府 と 結びつ き 、 各地 の 河川 の 開削 を 行 っ た 。 この ため か 角倉 家 は 大いに 発展 し 、 東南 アジア に まで 進出 する に 至 る 。 鎖国 以後 も 桂川 水運 の 管理 を 任 さ れ 、 現在 の 南丹 市 世木 より 下流 の 、 桂川 の 重要 な 港 に は 角倉 役所 が 置 か れ た 。 桂川 の 水運 は 嵐山 や 梅津 を 荷揚 場 と し 、 天神 川 を 水路 と し て 丹波 以北 から の 品物 を 京都 中 に 運 ん だ 。 京北 地区 の 歴史 と し て は 、 平安 京 造営 の 際 に 木材 を 献上 し た 山国 郷 が 歴史 上 最初 に 現れ る 。 これ が 基 と な っ て 朝廷 に 縁 を 持 ち 、 南北朝 時代 に は 光厳 天皇 が 山国 郷 に 一 寺 を 開 い た 。 戦国 時代 に は 土豪 宇津 氏 が 当地 に 割拠 し た が 、 明智 光 秀 の 攻撃 を 受け て 滅 ん だ 。 また 明治 維新 の 際 に は 時代 祭 行列 で 知 ら れ る 山国 隊 が 当地 の 農民 に よ り 編成 さ れ 、 官軍 に 参加 し 活躍 し た 。 1931 年 ( 昭和 6 年 ) 4 月 1日 葛野 郡 嵯峨 町 、 太秦 村 、 花園 村 、 西院 村 、 梅津 村 、 京極 村 、 梅ヶ畑村 、 松尾 村 、 桂村 、 川岡 村 が 京都 市 に 編入 、 右京 区 が 誕生 。 1950 年 ( 昭和 25 年 ) 12 月 1日 乙訓 郡 大枝村 を 編入 。 1959 年 ( 昭和 34 年 ) 1 1 月 1日 乙訓 郡 大原野村 を 編入 。 1976 年 ( 昭和 51 年 ) 10 月 1日 右京 区 から 西京 区 が 分区 ( 松尾 、 桂 、 川岡 、 大枝 、 大原野 地区 は 西京 区 へ ) 。 2005 年 ( 平成 17 年 ) 4 月 1日 北桑田 郡 京北町 を 編入 。 区 役所 右京 区 役所 ( 総合 庁舎 ) は 、 太秦 広隆 寺 駅前 から 、 地下 鉄 東西 線 太秦 天神川 駅 ( 駅 は すでに 開業 ) 併設 の 建物 SANSA 右京 に 移転 し た 。 ( 新 ) 右京 区 役所 ( 2008 年 3 月 中旬 以降 ) 〒 ( スタブ ) 京都 市 右京 区 太秦 下 刑部 町 12 右京 区 役所 ( 2008 年 3 月 中旬 まで ) 〒 6 1 6 - 8 51 1 京都 市 右京 区 太秦 蜂岡 町 31 TEL : 0 7 5 - 8 6 1 - 1101 ( 代表 ) 嵯峨 出張 所 〒 6 1 6 - 842 2 京都 市 右京 区 嵯峨 釈迦堂 大門 町 35 TEL : 0 7 5 - 8 6 1 - 0006 高雄 出張 所 〒 6 1 6 - 8 283 京都 市 右京 区 梅ヶ畑 奥殿町 26 - 1 TEL : 0 7 5 - 8 6 1 - 0 153 宕陰 ( とういん ) 出張 所 〒 6 1 6 - 847 5 京都 市 右京 区 嵯峨 樒 原 宮ノ上 町 2 - 5 TEL : 0 7 71 - 4 4 - 0 3 14 京北 ( けいほく ) 出張 所 〒 6 0 1 - 0 292 京都 市 右京 区 京北 周山 町 上 寺田 1 - 1 TEL : 0 7 71 - 5 2 - 0 3 0 0 ( 代表 ) 京都 市 北 区 ( 京都 市 ) 京都 市 左京 区 京都 市 中京 区 京都 市 下京 区 京都 市 南 区 ( 京都 市 ) 京都 市 西京 区 亀岡 市 南丹 市 京福 電気 鉄道 京福 電気 鉄道 嵐山本 線 ( 至 四 条 大宮 駅 ) ← 西院 駅 - 西 大路 三条 駅 - 山ノ内 駅 ( 京都 府 ) - 嵐電 天 神川 駅 - 蚕ノ 社 駅 - 太秦 広隆 寺 駅 - 帷子 ノ 辻 駅 - 有栖川 駅 - 車折 神社 駅 - 鹿王院 駅 - 嵐電 嵯 峨 駅 - 嵐山 駅 ( 京福 電気 鉄道 ) 京福 電気 鉄道 京福 電気 鉄道 北野 線 帷子 ノ 辻 駅 - 常盤 駅 ( 京都 府 ) - 鳴滝 駅 - 宇多野 駅 - 御室 仁和 寺 駅 - 妙心 寺 駅 - 龍安 寺 駅 → ( 至北 野 白梅町 駅 ) 西 日本 旅客 鉄道 山 陰 本線 ( 嵯峨野 線 ) ( 至 京都 駅 ) ← 花園 駅 ( 京都 府 ) - 太秦 駅 - 嵯峨 嵐山 駅 → ( 至園部 駅 ) 嵯峨野 観光 鉄道 嵯峨野 観光 鉄道 嵯峨野 観光 線 トロッコ 嵯峨 駅 - トロッコ 嵐山 駅 → ( 至 トロッコ 亀岡 駅 ) 阪急 電鉄 阪急 京都 本線 ( 至 十 三 駅 ) ← 西京極 駅 - 西院 駅 → ( 至河原町 駅 ( 京都 府 ) ) 京都 市営 地下 鉄 京都 市営 地下 鉄 東西 線 太秦 天神川 駅 → ( 至 二条 駅 ) 西 日本 JR バス 京都 バス 京阪 京都 交通 京都 市営 バス 嵐山 高雄 パーク ウェイ 名所 ・ 旧跡 ・ 観光 スポット ・ 観光 名産品 ・ 祭事 ・ 催事 花園 ( 京都 市 ) 妙心 寺 - 塔頭 寺院 に 、 桂春院 、 春光 院 、 退蔵 院 など が あ る 。 太秦 広隆 寺 東映 太秦 映画 村 梅津 梅宮 大社 長福寺 ( 京都 市 ) 衣笠 龍安 寺 御室 仁和 寺 鳴滝 ( 京都 市 右京 区 ) 了徳 寺 嵐山 天龍 寺 法然 寺 ( 京都 市 ) 渡月 橋 小倉山 亀山 公園 ( 京都 市 ) 時雨 殿 - 百 人 一首 を テーマ に し た 施設 美空 ひばり 館 岩田 山 嵯峨野 常 寂光 寺 二 尊 院 落柿舎 大覚 寺 清凉 寺 ( 嵯峨 釈迦堂 ) 野宮 神社 嵯峨 鳥居 本 化 野 念仏 寺 愛宕 念仏 寺 愛宕 山 ( 京都 市 ) 愛宕 神社 ( 京都 市 ) 月輪 寺 空也 滝 高雄 ( 京都 市 ) 神護 寺 槙尾 西明寺 ( 京都 市 ) 栂尾 高山 寺 京北 ( 京都 市 ) 常 照皇 寺 その 他 保津 峡 水尾 あぶり 餅 - 嵯峨 清凉 寺 など が 有名 その 他 右京 区 の 担当 集配 郵便 局 は 、 以下 の 管轄 と な っ て い る 。 右京 郵便 局 - 615 - xxxx 京都 西 郵便 局 - 616 - xxxx 周山 郵便 局 - 60 1 - 0 2 xx 、 60 1 - 0 3 xx 、 60 1 - 0 4 xx 、 60 1 - 0 5 xx +山科 区 ( やまし な く ) は 、 京都 市 を 構成 する 11 区 の 一 つ 。 京都 市 の 東側 に あ る 山科 盆 地 の 北部 と 、 周辺 の 山地 を 区 の 範囲 と し て い る 。 概要 東山 ( 京都 府 ) に よ り 京都 盆地 から 、 音羽山 ( 滋賀 県 ・ 京都 府 ) や 醍醐 山 ( 笠取 山 ) など に よ り 近江 盆地 から は 隔て られ て い る 。 昔 から 京都 と 東国 と を 結 ぶ 交通 の 要衝 で あ っ た 。 かつて は 滋賀 県 と の 境 の 農村 だっ た が 、 現在 は 京都 市街 地 や 大阪 市 の ベッド タウン と な り 、 他 地域 から の 移入 者 も 多 い 。 東側 は 滋賀 県 大津 市 と の 県境 に 接 し て お り 、 大津 と の 結び付き も 強 い 。 また 、 南側 は 伏見 区 醍醐 地区 と 接 し て お り 、 山科 区 と 同一 の 生活 圏 や 経済 圏 を 形成 し て い る 。 山科 区 と 醍醐 地区 と の 繋がり は 、 伏見 区 中心 部 と 醍醐 地区 の 繋がり より も 深 い と 言 わ れ る 。 山科 盆 地 古代 山科 周辺 は 古く から 交通 が 盛ん で あ り 、 東山 を 越え る 日ノ岡 峠 、 大津 宿 へ 抜け る 逢坂 関 が 東海道 の 要所 と し て 知 ら れ て い た 。 山科 は 東海道 の 街道 町 で あ り 江戸 時代 に は 特に 栄え た 。 また 、 逢坂 から 南 へ 抜け る 奈良 街道 ( 奈良 に 都 が あ っ た 頃 の 北陸道 ) 、 東山 を 日ノ岡 の 南 で 越え る 渋谷 街道 ( 東国 と 六波羅 探題 を 結 ん だ ) や 京都 府 道 118 号 勧修 寺 今 熊野 線 、 大岩 街道 など 数 多く の 街道 が あ っ た 。 栗栖野 の 台地 に は 縄文 時代 から 人 が 住 み 弥生 時代 の 大 規模 な 集落 跡 も 見つか っ て い る 。 特に 旧 石器 時代 ( 日本 ) 後期 から 室町 時代 に かけ て の 遺跡 が 重な っ て い る 中臣 遺跡 は 重要 な 遺跡 で あ る 。 山科 は 古代 より 政権 と の 結びつき が 深 く 、 669 年 に は 中臣 鎌足 に よ っ て 精舎 ( 山階 寺 ) が 作 ら れ 、 7 世紀 末 に は 天智 天皇 陵 など が 作 ら れ た 。 平安 京 や 比叡山 延暦 寺 の 創建 後 、 安祥 寺 ( 京都 市 ) ( 848 年 ) ・ 毘 沙門 堂 ・ 勧修 寺 ( 90 0 年 ) ・ 曼 荼羅 寺 ( 後 の 随心 院 、 991 年 ) など 多く の 寺院 が 作 ら れ 、 区外 の 山科 川 下流 の 醍醐 ・ 笠取 山 の 山上 ・ 山麓 に は 醍醐 寺 ( 874 年 ) が 創建 さ れ て い る 。 室町 時代 から 戦国 時代 まで 中世 に は 「 山科 荘 」 ( やましな の しょう ) と い う 荘園 が あ り 、 これ を 代々 保持 し て い た 公家 の 一流 は 後 に 山科 家 と 名乗 っ て い た が 、 戦国 時代 _ ( 日本 ) を 代表 する 教養 人 と し て 知 ら れ た 山科 言継 の 代 の 1548 年 に 室町 幕府 に よ っ て これ を 奪 わ れ て い る 。 室町 時代 後期 の 1478 年 に 蓮如 に よ っ て 山科 本願 寺 が 建て られ 、 長大 な 土塁 に 囲 ま れ た 寺院 群 と 寺内 町 が 山科 盆 地 の 大きな 面積 を 占め る よう に な っ た 。 しかし 城郭 都市 の よう に な っ た 本願 寺 の 存在 と 門徒 たち の 勢い を 恐れ た 細川 晴元 は 、 京都 市 内 を ほぼ 勢力 下 に 置 い た 日蓮 宗 徒ら と 結託 し て 一向 宗 に 打撃 を 加え よ う と し た 。 1532 年 の 天文 法華 の 乱 で は 日蓮 宗 徒 たち は 山科 本願寺 を 陥落 さ せ 焼き討ち し た 。 この 後 本拠 を 失 っ た 本願 寺 勢力 は 大阪 ( 石山 本願 寺 ) に 移 っ て い る 。 山科 本願 寺 は 廃墟 と 化 し た が 、 今 も 高 い 土塁 の 跡 が 区内 各地 に 残存 し て い る 。 江戸 時代 江戸 時代 は 山科 や 四宮 、 そして 髭茶屋 追分 ( 現在 の 大津 市 追分 ) まで が 東海道 ( 三条 通 の 開通 に 伴 い 、 今 は 旧 街道 ・ 旧 三条 通り 等 と 呼 ば れ る ) の 街道 筋 と し て 一続 き の 町 と な り 、 飛脚 や 参勤 交代 を はじめ 多く の 人々 が 行き交 っ た 。 髭 茶屋 追分 から は 京都 を 通 ら ず 大津 宿 と 伏見 宿 、 大坂 を 直接 つな ぐ 伏見 街道 ( 大津 街道 ) が 山科 盆 地 を 南 へ 走 っ て い た 。 また 京都 に 住 む 天皇 の ため 禁裏 御料 地 と し て 宮中 に 献上 する 作物 を 栽培 し た ほか 、 近郊 農村 と し て 京都 の 市民 に 野菜 など を 供給 し た 。 また 大石 内蔵助 は 山科 区 の 西 の 端 に あた る 西野 に 住 み 、 仇討ち まで の 間 、 夜 毎 東山 を 越え て 祇園 に 通 い ながら 世間 の 目 を 欺 い て い た 。 明治 維新 から 第 二 次 大戦 まで 明治 以降 、 琵琶 湖 疏水 や 東海道 本線 、 京阪 京津 線 など が 山科 を 通り 、 1933 年 に 京津 国道 ( 後 の 国道 1 号 、 現在 の 三 条 通 ) が 開通 し た 。 大正 から 昭和 に かけ て は 繊維 ・ 染色 関係 の 工場 が 建 つ など 、 京都 の 郊外 住宅 ・ 工業 地 と し て 栄え た 。 特に 大きな 工場 は 、 1921 年 に 西野 に でき た 日本 絹布 で あ り 、 翌年 鐘紡 に 吸収 さ れ その 山科 工場 と な っ た 。 多く の 女工 が 周囲 に 住 み 、 近隣 に は 市場 や 映画 館 も でき る など 山科 駅 周辺 の 市街 地 化 に 貢献 し た 。 ( 山科 工場 は 1970 年 に 長浜 に 移転 し 、 跡地 は 山科 団地 と な っ て い る 。 ) 又 、 京都 郊外 の レジャー 地区 と し て ゴルフ 場 、 ダンス ホール 、 料亭 など も 開設 さ れ て い る 。 1931 年 に 京都 市 東山 区 に 編入 さ れ た が 、 この 時点 で は 住宅 や 工場 は 東海道 沿い と 山科 駅 周辺 に 集中 し て お り その 他 は 竹やぶ の 散在 する 近郊 農村 だっ た 。 第 二 次 大戦 後 戦後 は 、 名神 高速 道路 の 京都 東 インター チェンジ や 五条 バイパス ( 現在 の 国道 1 号 線 ) 、 区 内 の 京都 外環 状 線 、 敦賀 市 へ 向か う 湖西 線 が 開通 し て い る 。 高度 経済 成長 以降 は 盆地 内 の 農地 の 宅地 化 が 進 み 、 大型 団地 が 建 つ など 京都 や 大阪 の ベッド タウン と な っ た 。 ただし 、 この 際 に 道路 整備 が 追い付 か な かっ た 事 が 、 区内 各所 で の 渋滞 が 慢性 化 し て い る 原因 に も な っ て い る 。 1976 年 ( 昭和 51 年 ) に 東山 区 から 分区 さ れ 山科 区 と な っ た 。 近年 は 湖西 道路 や 、 京都 市 中心 部 から 日ノ岡 の 下 を 通り 山科 区 を 南 に 縦断 する 京都 市営 地下 鉄 東西線 が 開通 する など 更なる 交通 網 の 整備 が 進 ん だ 。 山科 駅 駅前 は 地下 鉄 開通 と とも に 再 開発 さ れ デパート ( 大丸 ) が 入 る 再 開発 ビル が 建 っ て い る 。 その ため 山科 駅 周辺 ならび に 地下 鉄 東西線 が 地下 を 走 る 外環 状 線 沿線 は 活気 あ る 街 に 育 ち つつ あ る が 、 かつて の メインストリート で あ っ た 旧 東海道 や 京都 府 道 117 号 小野山 科 停車 場 線 の 繁栄 振り は 鳴り を 潜め 、 空洞 化 が 進 ん で い る 。 1889 年 ( 明治 22 年 ) 4 月 1日 - 町村 制 施行 に 伴 い 、 宇治 郡 山科 村 が 成立 。 1926 年 ( 大正 15 年 ) 10 月 16 日 - 山科 村 が 町制 施行 し 山科 町 と な る 。 1931 年 ( 昭和 6 年 ) 4 月 1日 - 宇治 郡 山科 町 が 京都 市 東山 区 に 編入 。 1951 年 ( 昭和 26 年 ) 6 月 - 東山 区 役所 山科 支所 が 発足 。 1976 年 ( 昭和 51 年 ) 10 月 1日 - 東山 区 から 分区 さ れ 山科 区 と な る 。 京都 刑務 所 京都 市 左京 区 京都 市 東山 区 京都 市 伏見 区 滋賀 県 大津 市 西 日本 旅客 鉄道 東海道 本線 ( 琵琶 湖 線 ) ( 至 京都 駅 ) ← 山科 駅 → ( 至 米原 駅 ) JR 西 日本 湖西 線 ( 至 京都 駅 ) ← 山科 駅 → ( 至敦賀 駅 ) 京阪 電気 鉄道 京阪 京津 線 ( 至京都 市営 地下 鉄 京都 市営 地下 鉄 東西 線 太秦 天神川 駅 まで 乗り入れ ) ← 御陵 駅 - 京阪 山科 駅 - 四宮 駅 → ( 至浜 大津 駅 ) 京都 市営 地下 鉄 東西 線 ( 至太 秦 天神川 駅 ) ← 御陵 駅 - 山科 駅 - 東野 駅 ( 京都 府 ) - 椥辻 駅 - 小野 駅 ( 京都 府 ) → ( 至六 地蔵 駅 ) 路線 バス ( 京都 市営 バス は 現在 撤退 し て い る 。 ) 京阪 バス ( 京阪 バス 山科 営業 所 の 項目 も 参照 ) 名神 高速 道路 京都 東 インター チェンジ 阪神 高速 道路 阪神 高速 道路 8 号 京都 線 山科 出入口 京焼 ( 清水 焼 ) - 1968 年 ごろ 勧修 寺 周辺 に 清水 焼団地 が 完成 し 、 京都 東山 から 多く の 業者 が 移転 し た 。 天智 天皇 陵 ( 御 廟野 古墳 、 京都 最古 の 天皇 陵 ) 毘沙門 堂 門跡 ( 門跡 寺院 ) 安祥寺 ( 京都 市 ) ( 門跡 寺院 ) 山科 聖天 大石 神社 勧修 寺 ( かじゅうじ ) 随心 院 元 慶寺 琵琶 湖 疏水 坂上田村 麻呂 の 墓 郵便 番号 山科 郵便 局 ( 6 0 7 - 0 0 ・ - 0 8 ・ - 09 ・ - 8 0 ・ - 81 ・ - 82 ・ - 83 - ・ 84 ) +下京 区 ( しもぎょう く ) は 、 京都 市 を 構成 する 11 区 の ひと つ で あ る 。 北辺 を 通 る 四条 通 の 四条 烏丸 ( 烏丸 通 ) から 四条 河原町 ( 河原 町 通 ) まで は 京都 府 、 京都 市 有数 の 繁華 街 と な っ て い る 。 また 、 京都 駅 は 、 京都 市 周辺 部 の ターミナル で あ り 、 周辺 に は 京都 タワー ・ 京都 駅 ビル など を 中心 に 商業 施設 が 集ま っ て い る 。 早く から 業務 地化 が 進 み 、 人口 は 30 年 以上 に わた っ て ドーナツ 化 現象 に よ り 減 り 続け て い た が 、 1995 年 以降 都心 回帰 に 伴 う 居住 地 再 整備 や マンション 建設 の 増加 に 伴 い 再び 人口 が 増加 傾向 に 転 じ て い る 。 2005 年 に 行 わ れ た 国勢 調査 に お い て も 、 隣接 する 中京 区 や 南区 ( 京都 市 ) など と 並 び 人口 増加 区 の ひと つ と な っ た 。 地理 河川 堀川 ( 京都 府 ) 、 鴨川 ( 淀川 水系 ) 、 高瀬川 ( 京都 府 ) 歴史 1879 年 ( 明治 12 年 ) 4 月 10 日   京都 府 に 下京 区 が でき る 。 1889 年 ( 明治 22 年 ) 4 月 1日   上京 区 と 合併 し て 京都 市 が 発足 。 上京 区 と 下京 区 は 共 に 京都 市 の 行政 区 と な る 。 1929 年 ( 昭和 4 年 ) 4 月 1日   上京 区 と 下京 区 の 2 区 より 中京 区 、 東山 区 を 分区 する 1955 年 ( 昭和 30 年 ) 9 月 1日 下京 区 から 南区 ( 京都 市 ) を 分区 する 地域 教育 施設 京都 リサーチ パーク キャンパス プラザ 京都 京都 市 中央 卸売 市場 第 一 市場 京都 中央 郵便 局 京都 駅 交通 鉄道 路線 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 ( 至 国際 会館 駅 ) ← 四条 駅 ( 京都 市営 地下 鉄 ) - 五条 駅 ( 京都 市営 地下 鉄 ) - 京都 駅 → ( 至竹田 駅 ( 京都 府 ) ) 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 ( 至 米原 駅 ) ← 京都 駅 → ( 至 大阪 駅 ) 奈良 線 京都 駅 → ( 至木津 駅 ( 京都 府 ) ) 嵯峨野 線 京都 駅 - 丹波 口 駅 → ( 至園部 駅 ) 東海 旅客 鉄道 ( JR 東海 ) 東海道 新 幹線 ( 至 東京 駅 ) ← 京都 駅 → ( 至新 大阪 駅 ) 近畿 日本 鉄道 ( 近鉄 ) 近鉄 京都 線 京都 駅 → ( 至 大 和 西 大寺 駅 ) 阪急 電鉄 京都 本線 ( 至 十 三 駅 ) ← 烏丸 駅 - 河原町 駅 ( 京都 府 ) 京福 電気 鉄道 嵐山本 線 四条 大宮 駅 → ( 至西院 駅 ) 道路 区 内 の 主な 通り 四条 通 、 五条 通 、 七 条 通 、 塩小路 通 西 大路 通 、 千本 通 、 大宮 通 、 堀川 通 、 烏丸 通 、 河原 町 通 一般 国道 区 内 を 走 る 一般 国道 : 国道 1 号 ( 五条 通 、 堀川 通 ) 、 国道 367 号 ( 烏丸 通 ) 名所 ・ 旧跡 ・ 観光 スポット ・ 観光 名産品 ・ 祭事 ・ 催事 真宗 本 廟 - 渉成 園 西本願 寺 仏光 寺 五条 大橋 京都 タワー 京都 駅 梅小路 公園 梅小路 蒸気 機関 車 館 龍谷 大学 大宮 学舎 本館 ・ 講堂 ( 重要 文化 財 ) 角屋 もてなし の 文化 美術 館 柳原 銀行 記念 資料 館 祇園 祭 その 他 下京 区 の 担当 集配 郵便 局 は 以下 の 通り で あ る 。 京都 中央 郵便 局 - 60 0 - 0000 、 60 0 - 8 xxx 、 60 1 - 0000 、 60 1 - 8 xxx +八幡 市 ( やわたし ) は 、 京都 府 の 南部 、 大阪 府 と の 境界 線 沿い に 位置 する 市 で あ る 。 石清水 八幡宮 の 門前 町 と し て 発達 し た 。 また 、 1970 代 以降 、 京阪 電気 鉄道 樟葉 駅 ( 大阪 府 枚方 市 ) に 近 い 男山 地区 で 、 京阪 電鉄 や 日本 住宅 公団 ( 現 ・ 都市 再生 機構 ) など が くず は ローズ タウン や 男山 団地 など の 住宅 を 造成 し て 、 大阪 市 方面 の ベッド タウン と し て 人口 が 短 期間 で 約 2 倍 に 増加 し 、 同府 の 福知 山 市 など を 上回 っ た ( 現在 は 再び 福知 山 市 が 八幡 市 より 人口 が 多 く な っ て い る ) 。 この 人口 増 に よ り 1977 年 11 月 1日 に 市制 を 施行 し た 。 八幡 市 に は 幾 つ か の 飛地 が あ り 、 それ ら は 京都 市 と 久世 郡 久御山 町 と の 境 や 京田辺 市 と 大阪 府 枚方 市 と の 境 に 置 か れ て い る 。 地理 山 男山   三角 点 は 鳩ヶ峰 ( 14 2 . 5 m ) ( 愛称 : 八幡山 、 「 はち まん さん 」 と 読 む ) 河川 木津川 ( 京都 府 ) 、 宇治川 、 淀川 木津川 を 挟 ん で 久世 郡 久御山 町 、 洞ヶ峠 を 越え て 大阪 府 枚方 市 に 接 し て い る 。 市 の 中央 を 国道 1 号 が 南北 に 貫 い て い る 。 国道 1 号 と 直交 する よう な 形 で 府道 や 市道 が 整備 さ れ て お り 、 京田辺 市 と つなが っ て い る 。 市 の 西側 は 淀川 で 、 対岸 に 京都 府 乙訓 郡 大山崎 町 、 大阪 府 三島 郡 島 本町 、 大阪 府 高槻 市 を 眺望 でき る 。 市 の 北端 の かわきた 自然 運動 公園 内 に 、 木津川 ( 京都 府 ) 、 宇治川 、 桂川 ( 淀川 水系 ) の 3 川合 流点 が あ る 。 近く を 通 る 国道 478 号 で 大山崎 町 と つなが っ て い る 。 鉄道 駅 は 3 駅 あ る 。 京阪本 線 の 八幡 市 駅 ・ 橋本 駅 ( 京都 府 ) 。 京阪 鋼 索線 の 男山 山上 駅 。 八幡 市 駅 に は 急行 ・ 準急 ・ 普通 が 停車 する 。 橋本 駅 は 普通 ・ 準急 の み 停車 する 。 鋼索 線 は 市内 一 の 名所 で あ る 石清水 八幡宮 へ の 参詣 客 が 利用 する 。 バス 路線 が 非常 に 充実 し て い る 。 京阪 バス が 、 京阪 本 線 の 樟葉 駅 と 八幡 市 駅 を 軸 に 多数 の 系統 を 設け て お り 利用 率 も 充分 に よ い 。 男山 を 取り巻 く よう に 住宅 地 や 田園 が 広が り 、 特に 男山 西側 の 地域 は 男山 団地 と 呼 ば れ る 人口 密集地 で あ る 。 隣接 する 自治 体 京都 府 京都 市 伏見 区 京田辺 市 城陽 市 乙訓 郡 大山崎 町 久世 郡 久御山 町 大阪 府 枚方 市 三島 郡 ( 大阪 府 ) 島 本 町 歴史 沿革 1889 年 ( 明治 22 年 ) 4 月 1日 、 町村 制 施行 に 伴 い 、 綴喜 郡 八幡 町 、 都々 城村 、 有智 郷村 が 発足 。 1954 年 ( 昭和 29 年 ) 10 月 1日 、 上記 3 町村 が 合併 し て 八幡 町 と な る 。 1977 年 ( 昭和 52 年 ) 1 1 月 1日 、 市制 を 施行 し 、 京都 府 内 で 11 番 目 の 市 と な る 。 人口 行政 産業 の 規模 は 人口 の 割 に 小さ い 。 農業 の 比率 が 高 く 、 梨 が 名産 品 と し て 定評 が あ る 。 秋 に は 観光 梨 園 が 開 か れ る 。 工業 は 主 と し て 国道 1 号 線 沿い に 立地 し て い る 。 金属 加工 など が 代表 的 で あ る 。 立地 を 活か し 、 倉庫 ・ 物流 拠点 と し て の 利用 も あ る 。 商業 は 八幡 市 で は あまり 栄え て い な い 。 大型 店舗 は イズミヤ 八幡 店 が 目立 つ くらい で あ る 。 八幡 市 の 人口 を 大き く 支え る 男山 団地 と 周辺 の 邸宅 街 で の 消費 は 枚方 市 楠葉 地区 に 流れ て お り 、 市内 で の 滞留 率 が 非常 に 低 い 。 また 近年 開発 が 進 ん だ 市 東部 の 邸宅 街 に は 小 規模 ながら 商業 地区 が 形成 さ れ て い る もの の 、 隣接 する 久御山 町 や 京田辺 市 に あ る 大型 店 に 客 が 流れ て い る 。 客 が 流れ て い る こと と 同時 に 、 雇用 機会 も 流れ て しま い 、 ゆえ に 市 の 財政 事情 は 厳し い 。 日本 ルナ - 日本 ハム グループ 山城 八幡 郵便 局 ボートピア 京都 やわた 姉妹 都市 ・ 提携 都市 海外 アメリカ 合衆 国 ・ オハイオ 州 マイラン 村 1986 年 ( 昭和 61 年 ) 8 月 12 日 友好 都市 提携 中国 ・ 陝西 省 宝鶏 市 1992 年 ( 平成 4 年 ) 1 1 月 2 日 友好 都市 提携 地域 教育 交通 鉄道 路線 京阪 電気 鉄道 京阪本 線 八幡 市 駅 - 橋本 駅 ( 京都 府 ) ( - 樟葉 駅 ) 八幡 市 駅 が 当市 の 玄関 駅 で あ る が 、 駅 付近 の 道 が 狭 い こと も あ り 、 八幡 市 内 の バス 路線 の 多く は 大阪 府 枚方 市 に あ る 樟葉 駅 に 発着 する 。 2003 年 9 月 以降 は 樟葉 駅 に 特急 が 停車 する よう に な り 、 八幡 市 駅 を 通 る 急行 が 大幅 減少 し た ため 、 現在 事実 上 の 八幡 市 の 玄関 駅 は 樟葉 駅 に な っ て い る 。 現在 、 八幡 市 駅 の 乗客 数 は 樟葉 駅 の 1 / 5 しか な い 。 なお 、 2003 年 9 月 の 京阪 本 線 ダイヤ 改正 に 際 し て 、 八幡 市長 が 京阪 に 対 し て 樟葉 駅 へ の 特急 停車 を 要請 し た 。 バス 京阪 バス が 運行 。 市 の 東部 は 京阪 バス 京田辺 営業 所 の エリア で あ る が それ 以外 は 本市 に 位置 する 京阪 バス 男山 営業 所 が 運行 し て い る ( 一部 例外 あり ) 。 道路 隣 市 の 枚方 市 が 「 京阪 間 に ろくな 道 無し 」 と 言 わ れ る の に 対 し て 、 八幡 市 で は 市街 地 に お い て も 大きな 渋滞 が 発生 する こと は 少な い 。 開発 段階 から 生活 道路 と 産業 道路 や 幹線 道路 の 分離 が 考慮 さ れ て き た こと が 伺え る 。 しかし 、 第 二 京阪 道路 や 京都 第 二 外環 状 道路 が 開通 する 以前 は 国道 1 号 、 京都 府道 ・ 大阪 府 道 13 号 京都 守口 線 、 京都 府道 22 号 八幡 木津 線 など は 市域 に お い て 混雑 が 顕著 で あ っ た 。 高速 道路 第 二 京阪 道路 ・ 八幡東 インター チェンジ ( その 他 、 名神 高速 道路 インター チェンジ まで 市境 から 1 km 程度 。 ) 名所 ・ 旧 跡 石清水 八幡宮 飛行 神社 松花堂 流れ 橋 狩尾 神社 落書き 寺 郵便 番号 山城 八幡 郵便 局 ( 61 4 - 0 0 ・ - 0 8 ・ - 09 ・ - 8 0 ・ - 81 ・ - 82 ・ - 83 ・ - 84 ) 久御山 郵便 局 ( 61 3 - 0 9 ) +門前 町 ( もんぜん まち ) と は 、 有力 な 寺院 ・ 神社 の 周辺 に 、 社寺 関係 者 および 参拝 客 を 相手 に する 商工 業 者 が 集ま る こと に よ っ て 形成 さ れ た 町 の こと 。 神社 の 場合 に は 鳥居 前町 ( とりい まえ まち ) と も い う 。 広義 に は 、 寺院 ・ 神社 の 信徒 が 近隣 に 集落 を 形成 し た 寺内 町 ・ 社家 町 も 含め て 門前 町 と い う 。 規模 が 大き い もの を 宗教 都市 と し て 定義 する 場合 が あ る 。 特に 現在 も 門前 町 と し て の 歴史 的 風致 を とどめ て い る 地区 は 重要 伝統 的 建造 物 群 保存 地区 に 選定 さ れ て 保存 措置 が 講 じ られ て い る 。 坂本 ( 大津 市 ) - 滋賀 県 大津 市 - 延暦 寺 、 日吉 大社 嵯峨 鳥 居本 - 京都 市 右京 区 - 愛宕 神社 ( 京都 市 ) 産寧 坂 - 京都 市 東山 区 - 清水 寺 +日本 > 近畿 地方 > 北 近畿 北 近畿 ( きたきんき ) と は 、 近畿 地方 の 日本 海側 を 指 す 。 狭義 で は 、 京都 府 北部 ( 旧 丹波 国 の 大半 、 旧 丹後 国 ) と 兵庫 県 北部 ( 旧 但馬 国 、 旧 丹波 国 の 一部 ) を 指 す 。 これ ら の 地域 は 、 令制 国 で い う 丹波 国 ・ 丹後 国 ・ 但馬 国 に 当た る 地域 で あ る 。 ただし 、 丹波 国 で も 京都 市 や 大阪 と の 繋がり が 強 い 京都 府 亀岡 市 や 南丹 市 、 船井 郡 京丹波 町 は 南丹 又 は 口丹 と 呼 ば れ 外 さ れ て い る 。 これ ら の 地域 に は 、 山陰 海岸 国立 公園 や 城崎 温泉 、 日本 三景 の 一 つ 天橋 立 など の 名勝 を 抱え て お り 、 夏 に は 海水 浴 を 、 冬 に は カニ 料理 を 目的 と し た 観光 客 が 多 く 訪れ て い る 。 京都 府 北部 と 兵庫 県 北部 の 自治 体 は 、 観光 事業 の 促進 の ため に 北近畿 広域 観光 連盟 を 結成 し て い る 。 広義 で は 、 福井 県 南部 ( 嶺南 ) 、 或いは 福井 県 全域 を 含め る 場合 も あ る 。 嶺南 は 、 概ね 令 制 国 の 若狭 国 に 相当 し 、 古く から 舞鶴 市 、 米原 市 、 京都 市 と の 繋がり も 深 い 。 北 近畿 の 開発 事業 を 促進 する 北 近畿 開発 促進 協議 会 に は 、 この 福井 県 嶺南 の 自治 体 も 参加 し て い る 。 舞鶴 に は 第 八 管区 海上 保安 本部 が 置 か れ て お り 、 兵庫 県 北部 ・ 京都 府 北部 ・ 福井 県 全域 の 沖合い を 管轄 し て お り 、 若狭 湾 沿岸 の 全域 が この エリア に 含 ま れ て い る 。 日本 海 に 面 し て お り 、 気候 は 日本 海側 気候 が 見 られ る が 、 冬 の 雪 は 北陸 程 は 多 く は な く 、 雨 の 日 が 比較 的 多 い 。 この ため 、 「 弁当 忘れ て も 傘忘れ る な 」 と い う 格言 が 存在 する 。 海岸 : 若狭 湾 、 天橋 立 温泉 : 城崎 温泉 川 : 遠敷 川 、 由良 川 湖 : 三方 五 湖 山 : 愛発 山 、 青葉山 ( 京都 府 ・ 福井 県 ) 、 五老 岳 、 大江山 、 氷ノ 山 盆地 : 福知 山 盆地 、 豊岡 盆 地 高地 : 丹波 高地 半島 : 丹後 半島 古代 の 北 近畿 に は 、 丹国 や 若狭 国造 と い っ た 地方 王国 が 分立 し て い た 。 これ ら の 地方 王国 は 、 北陸 地方 ( 越国 ) や 山陰 地方 ( 因幡 国 、 出雲 国 など ) や 北部 九州 ( 筑紫 国 、 末盧 国 など ) の 地方 王国 と 共 に 、 日本 海 沿岸 の 一大 勢力 を 築 い て い た 。 その 中 で も 丹国 は 、 のち の ヤマト 王権 に 並 ぶ 独立 性 を 持 っ て い た と する 説 ( 丹後 王国論 ) が あ る よう に 、 大陸 と の 交易 に よ り 力 を 備え て い た と 考え られ て い る 。 伊勢 神宮 が 現在 の 伊勢 市 に 移 る 前 に は 、 元 伊勢 が 大江 山 の 近く に 鎮座 し て い た 。 奈良 盆 地 で ヤマト 王権 が 勢力 を 拡大 する と 、 北 近畿 の 地方 王国 は ヤマト 王権 に 恭順 し 、 北 近畿 は ヤマト 王権 の 北 の 入口 と な っ た 。 丹国 は 、 丹波 国 と 丹後 国 と 但馬 国 に 三 分割 さ れ て い た 。 丹波 国府 は 元 伊勢 から 離れ た 場所 で 、 山城 国 に 極めて 近 い 亀岡 市 に 置 か れ た 。 中 で も 若狭 国 は 、 畿内 に 近 い 要衝 と し て 、 サバ など の 海産 物 を 畿内 に 輸送 し て い た ため 、 「 御 食 国 ( みけつく に ) 」 の 一角 と な っ た 。 戦国 時代 ( 日本 ) に は 、 守護 の 細川 氏 が 弱体 化 し た 丹波 地方 に は かつて の 細川 氏 の 被官 で あ っ た 国人 領主 が それぞれ 割拠 し た 。 若狭 ・ 丹後 地方 は 守護 の 武田 氏 と 旧 守護 の 一色 氏 が 抗争 を つづけ た もの の 共 に 内紛 に よ り 弱体 化 し て い っ た 。 畿内 に お い て 織田 信長 が 台頭 し 政治 の 実権 を 握 る と それ ら の 勢力 は 駆逐 さ れ 、 信長 の 配下 の 丹羽 長秀 、 明智 光 秀 、 細川 幽斎 など が 北 近畿 を 支配 する よう に な る 。 本能 寺 の 変 で 信長 が 斃れ る と 、 代わ っ て 台頭 し た 豊臣 秀吉 に よ り 光秀 は 倒 さ れ 長秀 と 藤孝 は 臣従 し 、 北 近畿 は 豊臣 政権 の 支配 の 下 に 再 配分 さ れ た 。 秀吉 没後 の 関ヶ原 の 戦い に お い て は 、 北 近畿 は 田辺 城 の 戦い など 激戦 地域 の 一 つ と な る 。 江戸 時代 に 入 る と 、 北 近畿 に は 、 宮津 藩 、 小浜 藩 、 丹後 田辺 藩 、 福知 山 藩 、 綾部 藩 、 篠山 藩 、 豊岡 藩 、 出石 藩 と い っ た 小さな 藩 が 分立 し た 。 杞柳 ( こり やなぎ ) 製品 から 始ま っ た 豊岡 市 の 鞄 、 綾部 市 の 紡績 業 と い っ た 地場 産業 に は 、 この 時期 に 興 っ た 物 も あ る 。 江戸 幕府 が 倒 さ れ て 明治 政府 が 誕生 する と 、 廃藩 置県 に よ っ て 、 かつて の 丹国 は 豊岡 県 に 、 青葉山 ( 京都 府 ・ 福井 県 ) 以東 は 敦賀 県 に な っ た 。 しかし 、 1876 年 8 月 21 日 に は 、 豊岡 県 と 敦賀 県 は 廃止 さ れ 、 山陽 道 沿線 や 中山 道 沿線 の 府県 に 編入 さ れ た 。 富国 強兵 政策 が 執 ら れ た 明治 時代 に は 、 いま まで 寒村 で あ っ た 東舞鶴 ( 舞鶴 市 東部 ) に 舞鶴 鎮守 府 が 設置 さ れ 、 日本 海 沿岸 の 一大 軍事 拠点 と な り 、 軍都 と し て 急速 に 発展 し 、 日本 海側 有数 の 都市 圏 を 形成 する こと と な っ た 。 これ と 前後 し て 、 大阪 市 や 京都 市 や 敦賀 市 から 舞鶴 に 向け て の 鉄道 が 敷設 さ れ 、 北 近畿 に も 鉄道 の 敷設 が 進め られ た 。 第 二 次 世界 大戦 後 に は 、 特に 高度 経済 成長 期 に 太平 洋 ベルト から 漏れ た ため 、 北 近畿 で も 過疎 化 し た 地域 が 見 られ る よう に な っ た 。 しかし 、 現在 で は 舞鶴 若狭 自動 車 道 の 整備 や 、 京都 府 が 主導 する 工業 団地 の 建設 など が 進め られ て い る 。 京都 府 京都 北部 中核 工業 団地 綾部 工業 団地 喜多 工業 団地 倉谷 工業 団地 ( 京都 ) 平工業 団地 長田野 工業 団地 兵庫 県 豊岡 中核 工業 団地 原子 力 発電 所 5 基 の 原子 力 発電 所 が 置 か れ て い る が 、 いずれ も 嶺南 に 立地 する 。 ( → 一覧 は 「 嶺南 原子 力 発電 所 」 へ 。 ) 特産 品 マツタケ 丹波 クリ ズワイガニ 牡蠣 但馬 牛 鞄 舞鶴 市 に 舞鶴 鎮守 府 が 設置 さ れ る こと に な っ た ため 、 鉄道 は 他 の 地方 に 比べ て 比較 的 早 く 整備 さ れ て い る 。 京都 鉄道 ・ 阪鶴 鉄道 に よ っ て 敷設 さ れ た 山陰 本線 と 福知 山 線 、 旧 日本 国 有 鉄道 に よ っ て 敷設 さ れ た 舞鶴 線 と 小浜 線 が 、 幹線 と し て 通 っ て い る 。 高速 道路 は 整備 が 遅れ て い た が 、 現在 は 舞鶴 若狭 自動 車 道 が 敦賀 市 方面 と 阪神 方面 を 貫 く と とも に 、 山陰 自動 車 道 ・ 京都 縦貫 自動 車 道 が 京都 市 方面 と 鳥取 市 方面 を 貫 く べ く 建設 中 で あ る ( 現在 は 宮津 天 橋立 インター チェンジ から 舞鶴 大江 インター チェンジ まで が 開通 ) 。 又 、 北 近畿 豊岡 自動 車 道 が 舞鶴 若狭 道 春日 インター チェンジ ( 兵庫 県 ) より 分岐 し 、 氷上 インター チェンジ まで 開通 。 2006 年 に は 和田山 インター チェンジ まで 延伸 し 、 播但 連絡 道路 と 連絡 し て い る 。 西 日本 旅客 鉄道 山陰 本 線 舞鶴 線 小浜 線 福知 山 線 播但線 北 近畿 タンゴ 鉄道 北 近畿 タンゴ 鉄道 宮津 線 北 近畿 タンゴ 鉄道 宮福線 高速 道路 舞鶴 若狭 自動 車 道 山陰 自動 車 道 播但 連絡 道路 京都 縦貫 自動 車 道 北 近畿 豊岡 自動 車 道 +舞鶴 湾 ( まいづる わん ) は 、 京都 府 舞鶴 市 の 海岸 の 地形 を 形成 する 湾 。 若狭 湾 の 南西 部 に あ り 、 支湾 と な っ て い る 。 湾奥 に は 大き く 二 つ に 分かれ 、 舞鶴 東港 と 舞鶴 西 港 が あ る 。 英語 表記 は Maizurubay 。 舞鶴 湾 は 若狭 湾 の 一部 を なし 、 湾口 が 北北東 の 方向 を 向 い た Y 字 の 形状 を し て い る 。 湾口 の 幅 は 約 700 m と 狭 い 。 その ため 、 湾内 は 極めて 静穏 で あ る ほか 、 湾内 の 干満差 が 最大 で も 30 cm と 極めて 小さ い 。 平均 水深 20 m で 、 また 四方 を 300 ~ 400 m 級 の 山 で 囲 ま れ て い る こと から 、 強風 や 荒天 を 避け る こと が でき 、 良港 と し て の 条件 を 備え て い る 。 また 日本 海 から 湾内 を 目視 する 事 が でき な い ため 、 軍事 上 の 拠点 と し て 重要 視 さ れ た 。 1901 年 ( 明治 34 年 ) 10 月 1日 に は 舞鶴 鎮守 府 が 開庁 さ れ て い る 。 戦後 は 大陸 から の 引揚げ の 拠点 と な り 、 平桟 橋 に は 13 年 に わた っ て 約 66 万 人 の 人々 が 祖国 へ の 帰還 を 果た し た 。 その 頃 の 岸壁 の 母 は 有名 。 また 近年 で は 舞鶴 市 の 観光 事業 と し て 舞鶴 湾 の リアス 式 海岸 の 景色 の 美し さ を 積極 的 に PR し て い る 。 1995 年 ( 平成 7 年 ) に 開業 し た 五老 岳 スカイ タワー から の 舞鶴 湾 の 絶景 は 近畿 百 景 第 1 位 に も 選 ば れ た 。 湾口 の 東側 が 博奕 岬 、 西側 が 金ヶ岬 で あ る 。 +舞鶴 港 ( まいづる こう ) は 京都 府 舞鶴 市 に あ る 重要 港湾 。 港湾 管理 者 は 京都 府 。 2004 年 より 京都 舞鶴 港 の 通称 が 与え られ て い る 。 明治 時代 に 日本 海側 唯一 の 海軍 鎮守 府 舞鶴 鎮守 府 が 開府 し 、 軍港 と し て 繁栄 し た 。 日露 戦争 の 際 、 その ほとんど の 船 が ここ から 出港 し た こと は 有名 で 、 シベリア 抑留 等 から の 引き揚げ の 際 も 多数 の 船 が 舞鶴 港 に 帰港 し て い る 。 現在 は 大き く 2 つ の 港 に 分 れ て お り 、 東港 が 海上 自衛 隊 舞鶴 地方 総 監部 が 鎮座 する 軍港 、 西港 が 中華 人民 共和 国 ・ 大韓 民国 ・ ロシア など へ の 定期 航路 を も つ 国際 貿易 港 と し て 発展 し て い る 。 なお 第 3 種 漁港 で あ る 舞鶴 漁港 に つ い て も 本項 で 述べ る 。 日本 海 に 面 する 舞鶴 港 は 、 若狭 湾 西部 の 舞鶴 湾 に あ り 、 外海 に 対 し て 入り 江 に な っ て い る ため 、 比較 的 天候 に 左右 さ れ にく く 、 天然 の 良港 と し て 知 ら れ て い る 。 港湾 自体 は 大き く 分け て 東港 と 西港 に 分け られ る 。 なお 、 2005 年 ( 平成 17 年 ) に 、 共同 通信 社 と 全国 地方 新聞 社 連合 会 が 企画 ・ 編集 し た 「 港 50 選 」 の ひと つ に 選 ば れ て い る 。 東港 は 1901 年 に 軍港 に 指定 さ れ 舞鶴 鎮守 府 が 開設 さ れ て 以来 、 大 日本 帝国 海軍 が 港湾 のみ な ら ず 、 本来 単なる 入り 江 に 過ぎ な かっ た 東舞鶴 地区 の 土地 造成 も 行 っ た 。 現在 で も 海上 自衛 隊 の 第 3 護 衛 隊 群 や 舞鶴 総 監部 など が 基地 を 構え 日本 海側 防衛 の 重要 拠点 と な っ て い る 。 近年 で は 朝鮮 民主 主義 人民 共和 国 の 工作 船 事件 など で 軍事 上 の 重要 度 が 高ま り 、 舞鶴 飛行 場 が 建設 さ れ 舞鶴 航空 隊 や 特別 警備 隊 が 配備 さ れ た 。 また 東港 で は 旧 帝国 海軍 舞鶴 工廠 の 伝統 を 受け継 ぐ ユニバーサル 造船 が あ り 、 自衛 隊 桟橋 の 先 に 造船 ドック を 見 る こと が でき る 。 舞鶴 フェリー ターミナル 東 舞鶴 駅 より 2 . 3 km 先 に あ る 前島 埠頭 に 設置 さ れ て い る 。 公共 交通 機関 で の アクセス は 通常 は な い が 、 夏季 等 繁雑期 の み フェリー 発着 時間 に 合 わせ て 東 舞鶴 駅 より 路線 バス の 運行 が 行 わ れ る こと が あ る 。 また 新 大阪 駅 から の 連絡 バス が 繁雑期 以外 に も 運行 さ れ て い る こと が 多 い ため 比較 的 使 い やす い 。 タクシー で 東舞鶴 駅 まで 約 5 分 ほど かか る 。 車 の 場合 舞鶴 東 インター チェンジ より 約 15 分 程度 。 以前 は 西港 の 舞鶴 港湾 合同 庁舎 付近 が フェリー 埠頭 で あ り 、 東港 の 前島 埠頭 付近 に 海保 が 常駐 し て い た 。 新 日本 海 フェリー 舞鶴 港 - 小樽 港 ( 週 6 便 運航 ) 舞鶴 港 - 苫小牧 港 ( 不 定期 ) 観光 名所 ・ 遺跡 東港 は 前述 の 通り 、 明治 時代 より 軍港 と し て 発展 し て き た 関係 から 、 多く の 旧 日本 海軍 関連 の 遺跡 を 有 し て い る 。 特に 近年 で は 舞鶴 赤 レンガ 倉庫 群 など で は 映画 の 撮影 など も 行 わ れ る など し て い る 。 他 に も 世界 中 の 煉瓦 を 集め た 赤 れんが 博物 館 や 、 舞鶴 市 の 歴史 や 風俗 を 展示 し た 舞鶴 市政 記念 館 など も 整備 さ れ て お り 、 観光 名所 と もな っ て い る 。 また 2008 年 ( 平成 20 年 ) に は 国 の 重要 文化 財 に 指定 さ れ る 見込み 。 春 に は 引揚 記念 公園 、 共楽 公園 、 円山 公園 、 夕潮 台 公園 など の 桜 が 市民 に も 親し ま れ て い る 。 西 港 は 田辺 城 ( 丹後 国 ) の 城下 町 と し て 発展 し て き た ため 、 江戸 時代 より 商港 と し て 発展 し て き た 。 しかし 、 1989 年 に 舞鶴 若狭 自動 車 道 ・ 舞鶴 西 インター チェンジ が 開通 し た こと に よ り 、 物流 の 要 と し て 注目 さ れ て い る 。 現在 、 平成 20 年 初頭 の 完成 を 目指 し て 、 国際 多 目的 ターミナル ・ 和田 埠頭 ( 仮称 ) が 建設 中 で 、 埠頭 完成 時 に は 5 万 トン 級 の フル コンテナ 船 が 就航 でき る 。 また 埠頭 から 高速 道路 へ 直接 アクセス でき る 国道 27 号 バイパス 「 西舞鶴 道路 」 も 計画 中 で あ り 、 国際 物流 港 と し て の 重要 性 が ますます 高ま り つつ あ る 。 また 港内 に は 舞鶴 港湾 合同 庁舎内 に 海上 保安 庁 第 八 管区 海上 保安 本部 も あ る 。 また 西港 地区 は 漁港 漁場 整備 法 に おけ る 舞鶴 漁港 を 内包 し ( 法的 に は この 区域 は 舞鶴 港 で は な い ) 、 大型 定置 網漁船 の 拠点 と な っ て い る 。 舞鶴 市 に よ り 、 海産 物 即売所 で あ る 舞鶴 港 と れ とれ センター が 建て られ て い る 。 2004 年 ( 平成 16 年 ) 9 月 30 日 に は 、 生活 道路 た る 国道 の 扱い で 存続 し 70 年 の 歴史 を 持 つ 舞鶴 汽船 が 、 利用 者 の 減少 と 船 の 老朽 化 に よ り 廃止 さ れ た 。 就航 し て い る 定期 航路 国際 貨物 航路 中国 定期 航路 ( 舞鶴 -上海 市 ・ 大連 市 ・ 青島 ) - 週 1 便 運行 。 運航 会 : 神原 汽船 。 韓国 定期 航路 ( 舞鶴 - 釜山 ) - 週 2 便 運行 。 運行 会社 : 興亜 海運 。 ウラジオストク 航路 ( 舞鶴 -ウラジオストク ) - 今秋 に も 開設 予定 。 運行 会社 : 大宇 ロジスティックス 。 ナホトカ 定期 航路 ( 舞鶴 -ナホトカ ) - 月 1 便 運航 。 運航 会社 : 飯野 海運 。 日中 ・ 日本 海定期 航路 ( 舞鶴 - 清津 ・ ボストチヌイ 港 ) - 月 1 便 運航 。 運航 会社 : 商船 三井 、 FESCO 。 国際 旅客 航路 ウラジオストク 航路 ( 舞鶴 -ウラジオストク ) - 今秋 に も 開設 予定 。 運行 会社 : 大宇 ロジスティックス 。 国内 航路 日本 海 フェリー 航路 ( 舞鶴 - 小樽 ) - 毎日 運行 。 運行 会社 : 新 日本 海 フェリー 。 日本 海 フェリー 航路 ( 舞鶴 -苫小牧 ) - 不 定期 。 運行 会社 : 新 日本 海 フェリー 海事 機関 第 八 管区 海上 保安 本部 舞鶴 保安 部 第 八 管区 情報 管理 センター ( 旧 舞鶴 情報 管理 センター ) 舞鶴 海上 保安 航空 支援 センター ( 北 近畿 海上 保安 航空 支援 センター ) 国土 交通 省 舞鶴 海運 支局 大阪 税関 舞鶴 税関 支署 大阪 入国 管理 局 舞鶴 港 出張 所 検疫 所 舞鶴 出張 所 植物 防疫 所 舞鶴 出張 所 近畿 地方 整備 局 舞鶴 港湾 事務 所 舞鶴海洋 気象 台 舞鶴 港 は 、 朝鮮 民主 主義 人民 共和 国 から の 入港 隻数 が 252 隻 と 国内 最多 で あ る 。 国内 2 社 が 接岸 ・ 荷役 業務 を 行 っ て い た が 、 うち 1 社 は 拉致 の 高まり を 受け て 取引 を 停止 し た 。 残 る 日本 通運 舞 鶴海運 支店 も 北朝鮮 に よ る ミサイル 発射 後 、 北朝鮮 と の 取引 を 停止 し て い た が 、 2006 年 7 月 28 日 より 舞鶴 港 に 北朝鮮 から の 貨物 船 が 荷降ろし を 始め て い る 。 2006 年 10 月 の 北朝鮮 に よ る 核 実験 の 実施 に 伴 い 、 国内 へ の 北朝鮮 籍 の 入港 は 禁止 さ れ る こと と な る 見通し で あ る 。 1901 年 ( 明治 34 年 ) : 舞鶴 鎮守 府 開庁 。 1922 年 ( 大正 11 年 ) : 内務 省 、 舞鶴 西港 を 指定 港湾 に 指定 。 1945 年 ( 昭和 20 年 ) : 舞鶴 地方 引上 援護 局 が 設置 さ れ る 。 1951 年 ( 昭和 26 年 ) : 重要 港湾 に 指定 さ れ る 。 1952 年 ( 昭和 27 年 ) : 舞鶴 東港 に 海上 警備 隊 ( 海上 自衛 隊 ) を 設置 。 1958 年 ( 昭和 33 年 ) : ナホトカ 定期 航路 開設 。 1970 年 ( 昭和 45 年 ) : 舞鶴 ~ 小樽 間 に 新 日本 海 フェリー が 就航 。 1985 年 ( 昭和 60 年 ) : 舞鶴 港線 廃止 。 1986 年 ( 昭和 61 年 ) : 日中 ・ 日本 海定期 航路 開設 。 1990 年 ( 平成 0 2 年 ) : 韓国 ・ プサン 定期 航路 開設 。 1995 年 ( 平成 07 年 ) : FAZ ( 輸入 促進 地域 ) の 指定 を 受け る 。 1997 年 ( 平成 09 年 ) : FAZ 施設 と し て 舞鶴 21 が 開業 。 1999 年 ( 平成 11 年 ) : 大連 ・ 青島 定期 コンテナ 航路 開設 。 2005 年 ( 平成 17 年 ) : 航路 再編 が 行 わ れ 、 舞鶴 ~ 上海 間 が 直通 に 。 2007 年 ( 平成 19 年 ) : 神原 汽船 の 日中 定期 コンテナ 航路 が 開設 。 喜多 工業 団地 倉谷 工業 団地 ( 京都 ) 平工業 団地 +長岡 京 市 ( ながおか きょうし ) は 、 京都 府 の 南西 に 位置 する 市 。 市名 は 長岡 京 に ちな み 、 長岡 京 の 南部 と 一部 市域 が 重な る 。 隣接 する 向日 市 、 大山崎 町 と とも に タケノコ の 産地 と し て 著名 。 花菜 ( 食用 の アブラナ ) の 産地 で も あ る 。 市制 施行 前 は 乙訓 郡 に 属 し 、 市内 に 古寺 乙訓寺 が あ る 。 大き く 東部 、 中部 、 西部 に 分類 でき る 。 西 日本 旅客 鉄道 長岡京 駅 周辺 の 東部 は 村田 製作 所 、 松下 電器 産業 、 三菱 電機 など の ハイテク 企業 が 進出 し て お り 、 線路 沿い に は 、 フォークリフト で 有名 な 日本 輸送 機 が あ る 。 また 、 西山 山 系 の 湧水 を 利用 し て サントリー が 大山崎 町 と の 境目 近く に 京都 ビール 工場 を 設置 、 主に 西 日本 地区 向け の 製品 の 生産 を 行 っ て い る 。 かつて サントリー が 地下 水 を 大量 に 使用 する ため 、 市民 と 軋轢 を 生 じ た 時期 も あ っ た が 、 現在 は サントリー が 主催 する 秋 の ビール 祭 に 市民 を 招待 する など し て 関係 の 回復 を 図 っ て い る 。 阪急 電鉄 長岡 天神 駅 の 周辺 の 中部 は 、 商業 地 、 住宅 地 から 構成 さ れ て お り 、 長岡 京 市 の 中心 地 と な っ て い る 。 大手 スーパー など も この 付近 に 偏 っ て い た が 、 2000 年 台 以降 は 、 JR 長岡 京 駅 西口 が 再 開発 さ れ 、 こちら に も 商店 の 進出 が な さ れ て い る 。 京都 府 道 10 号 大山崎 大枝 線 ( 丹波 街道 ) 以西 の 西部 は 、 主に 西山 の 丘陵 地帯 から な る 自然 あふれ る 地域 で あ り 、 後述 の よう な 有名 神社 仏閣 など が 点在 する 。 また 一部 地域 は 切り開 か れ 、 住宅 地 と し て 開発 さ れ て い る 。 日本 を 代表 する 観光 地 で あ る 京都 市 が 近 い ため に 注目 さ れ る こと は 少な い が 、 ロケーション に は 恵まれ て い る 。 特に 竹林 は 美し く 、 平安 時代 の 作品 『 竹取 物語 』 の モデル は 長岡 京 市 もしくは 京都 府 八幡 市 の どちら か で あ る と 言 わ れ て い る 。 また 長岡 天満 宮 八 条ヶ池 の 霧島 つつ じ 、 乙訓 寺 の 牡丹 、 楊谷 寺 の アジサイ 、 光明 寺 ( 長岡 京 市 ) の 紅葉 も 美し さ に 定評 が あ る 。 光明 寺 は ドラマ や 映画 の ロケ に も しばしば 使 わ れ る 。 秋 に 行 わ れ る 『 ガラシャ 祭り 』 を 筆頭 に 、 かぐや 姫 を モチーフ と し た 竹林 の イベント や 、 蛍鑑 賞 会 、 天神 祭 、 アジサイ 祭 り 、 牡丹 祭り など が 開 か れ て い る 。 全国 から 集客 し た い と い う 市 の 思惑 は ともかく 、 家族 連れ が 訪れ る 市民 憩い の イベント と し て は 成功 し て い る よう で あ る 。 なお 蛍鑑 賞 会 は 例年 蛍 シーズン より 早 く 開催 さ れ る こと が 多 い 。 乙訓 寺 創建 長岡京 遷都 長岡 天満 宮 創建 海印 寺 ( 長岡 京 市 ) 寺領 と な る ( 現在 は 廃寺 ) 。 細川 家領地 と な る 。 細川 玉 ( 後 の ガラシャ ) が 勝竜 寺城 に 住 む 。 1931 年 ( 昭和 6 年 ) 8 月 1日 東海道 本線 神足 駅 ( 現 長岡京 駅 ) 開業 。 1949 年 ( 昭和 24 年 ) 10 月 1日 新 神足 村 、 海印 寺村 、 乙訓 村 の 3 村 が 合併 し て 長岡 町 と な る 。 1972 年 ( 昭和 47 年 ) 10 月 1日 市 制 施行 に よ り 長岡 京 市 と な る 。 ※ 市名 は 新潟 県 長岡 市 と の 混同 を 回避 する ため 、 町内 を またが る 長岡 京 から 用い た 。 市長 : 小田 豊 ( 2003 年 から ) 静岡 県 田方 郡 伊豆 長岡 町 ( 現在 の 伊豆 の 国 市 ) 1984 年 ( 昭和 59 年 ) 1 1 月   姉妹 都市 提携 アメリカ 合衆 国 ・ マサチューセッツ 州 アーリントン ( マサチューセッツ 州 ) 1984 年 ( 昭和 59 年 ) 姉妹 都市 提携 中国 ・ 浙江 省 寧波 1983 年 ( 昭和 58 年 ) 友好 都市 提携 東海道 新 幹線 ( 駅 はなし ) JR 京都 線 : 長岡 京 駅 阪急 京都 本線 : 長岡 天神 駅 阪急 バス 市内 各 方面 および 近隣 市 町 へ の 便 あり 。 阪急 長岡 天神 駅 前 に スペース が な い ため 、 JR 長岡 京 駅前 を ターミナル と し て い る 。 京都 市 バス JR 長岡 京 駅 東口 に 近鉄 竹田 駅 西口 方面 ( 南 2 、 特南 2 系統 ) が 発着 。 長岡 京 はっぴぃ バス 長岡 京 市 が 運営 する コミュニティバス 。 北 コース と 西 コース の 2 系統 あり 。 運行 は 阪急 バス に 委託 さ れ て い る 。 名神 高速 道路 ( 市内 に インター チェンジ なし 。 最寄 の インター チェンジ は 大山崎 インター チェンジ で あ る ) 名所 ・ 旧跡 ・ 観光 スポット ・ 祭事 ・ 催事 土 御門 天皇 陵 光明 寺 ( 長岡 京 市 )   -   モミジ 楊谷 寺 ( 柳谷 観音 ) - モミジ 乙訓 寺   -   牡丹 長岡 天満 宮   -   梅 ・ 霧島 つつじ ・ モミジ 勝竜 寺城 公園 市内 全域 の 郵便 集配 業務 は 、 隣接 する 向日 市 に あ る 向日 町 郵便 局 が 担当 し て い る 。 +衣笠 山 ( きぬ がさやま ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 山 。 高 さ 20 1 m 。 第 59 代 宇多 天皇 が 、 真夏 に 雪景色 が 見 た い と 衣笠 山 に 白絹 を かけ た 故事 から 、 別名 「 きぬかけ 山 」 と 呼 ば れ て い る 。 周囲 は 、 金閣 寺 、 仁和 寺 、 龍安 寺 など の 名刹 に 加え 、 京都 府立 堂本 印象 美術 館 や 立命 館 大学 など と い っ た 文化 ・ 教育 施設 に 恵まれ 、 多く の 観光 客 で 賑わ う 。 +伊根 町 ( いねちょう ) は 、 京都 府 の 町 。 丹後半島 の 北東部 に 位置 し 、 舟屋 で 知 ら れ る ( 重要 伝統 的 建造 物 群 保存 地区 選定 ) 。 丹後半島 は 古代 より 大陸 と の 交流 が 盛ん な 所 で 、 京 の 都 と 大陸 と の 交易 ルート に あた る 。 現在 は 漁業 、 観光 が 主 。 伊根 町 筒川 、 本庄 浜 に は 浦島 太郎 伝説 が 伝わ る 。 1993 年 ( 平成 5 年 ) - 伊根 の 舟屋 を 舞台 に し た 、 連続 テレビ 小説 『 え え にょぼ 』 が 制作 さ れ る 。 伊根 町 で 2 つ 目 と な る 信号 機 が 完成 。 山 太鼓 山 、 権現山 ( 伊根 町 ) 、 蝙蝠 岳 湾 伊根 湾 岬 鷲岬 、 新井崎 、 野室崎 、 鯛崎 島 青島 ( 京都 府 ) 川 筒川 - 吉本 秀樹 ( 200 X . XX ~ ) 漁業 伊根 漁港 新井崎 漁港 本庄漁港 蒲入漁港 伊根 町 漁業 協同 組合 伊根 町 漁業 協同 組合 蒲 入 支所 伊根 町 漁業 協同 組合 本庄 浦 支所 本庄 漁業 生産 組合 京都 府 信用 漁協 連合 会 伊根 支店 空港 、 鉄道 は な い 。 丹後 海陸 交通 伊根 町営 バス ( コミュニティバス ) 医療 伊根 町 国民 健康 保険 診療 所 伊根 町 国民 健康 保険 伊根 診療 所 児童 福祉 伊根 町立伊根 保育 園 伊根 町立 本庄 保育 所 高齢 者 ・ 介護 特別 養護 老人 ホーム 長寿 苑 伊根 の 舟屋 泊海水 浴 場 本庄浜 海水 浴 場 布引 滝 太鼓 山 奥橋立 伊根 温泉 鮮魚 地酒 ( 京 の 春 ・ 竹 の 露 ・ ええ に ょぼ 等 ) 筒川 そば 伊根 焼き 水産 加工 品 ( へ しこ ・ ぶり の みそ 漬け 等 ) +向日 市 ( むこうし ) は 、 京都 府 の 市 。 地理 京都 盆 地 の 南西端 に 位置 し 、 西方 に は 小塩山 を はじめ と する 西山 連峰 を 望 み 、 市外 東方 に は 桂川 ( 淀川 水系 ) が 流れ る 。 この ため 、 全般 に 北西 方向 が 高地 に 南西 方向 が 低地 と な る 平坦 な 地形 と な っ て い る 。 そこ を 東海道 本線 ・ 阪急 京都 本線 が 貫 く 。 長岡京 市 、 大山崎 町 と とも に タケノコ の 産地 と し て 著名 。 京野菜 の 千 両 ナス や ミズナ に ポインセチア など の 花 き 栽培 も 盛ん で あ る 。 西国 街道 深田 川 : 秦川 勝 が 造 っ た 潅漑 用 水路 ( 西ノ岡 用 水 、 寺戸 用 水 と も 呼 ば れ る ) 山山岳 は な い が 、 西部 の 丘陵 地 に 竹林 を 形成 河川 寺 戸川 、 小畑 川 歴史 古く は 山城 国 乙訓郡 に 属 し 、 長岡 京 が 設置 さ れ た 。 市域 から は 大極 殿 跡 が 発掘 さ れ て い る 。 長岡 京 が 平安 京 に 移 さ れ て の ち は その 後 背 地 と し て 農業 を 産業 の 中心 と し た 。 古く から 乙訓 郡 の 中心 地 で あ り 、 現在 も 郡 役所 の 名残 で あ る 京都 府 乙訓 総合 庁舎 、 向日 町 警察 署 が 設置 さ れ て い る 。 他 に も JR 向日 町 駅 の よう に 、 「 向日 町 」 の 旧 町名 を 市制 施行 後 の 今 で も 地名 の よう に 使 っ て い る 施設 など が あ る ( 町 が 市 へ 昇格 し た 際 に 「 町 」 も 市名 に 含め た 例 は 新潟 県 十 日 町 市 、 長野 県 大町 市 など が 挙げ られ る ) 。 なお 、 町制 時 の 町名 の よみ は 「 むこうちょう 」 で あ っ た が 、 現在 「 向日 町 」 と 名 の つく 施設 など は 、 「 むこう まち 」 と 読 む もの が ほとんど で あ る 。 1889 年 ( 明治 22 年 ) 4 月 1日 の 町村 制 施行 以降 、 昭和 ・ 平成 の 大 合併 の 時期 を 含め て 、 一 度 も 合併 を 経験 し て い な い 、 全国 で も 数 少な い 自治 体 の ひと つ で あ る 。 1889 年 ( 明治 22 年 ) 、 向日 町 が 周辺 5 村 ( 物集 女 、 寺戸 、 森本 、 鶏冠井 、 上植野 ) と 合併 。 1972 年 ( 昭和 47 年 ) 10 月 1日 、 市制 施行 。 人口 行政 市長 : 久 嶋 務 ( 2003 年 から ) 経済 海外 アメリカ 合衆 国 ・ カリフォルニア 州 サラトガ ( カリフォルニア 州 ) 1984 年 11 月 16 日 姉妹 都市 提携 中国 ・ 浙江 省 杭州 市 1985 年 9 月 27 日 友好 交流 提携 地域 隣接 し て い る 自治 体 京都 市 、 長岡 京市   向日 市 は その 周囲 の うち 、 北西 東 を 京都 市 と 接 し 、 南 を 長岡 京 市 と 接 する 。 なお 、 東側 は 旧 乙訓 郡 久世村 ( 京都 府 ) で あ り 、 西側 は 旧 乙訓 郡 大原野村 で あ っ た が 、 京都 市 へ の 編入 に よ り 、 旧 向日 町 が 乙訓 郡 から 京都 市 に 突出 する 形 で 残 っ た もの で あ る 。 また 、 京都 市 と 向日 市 は 市街 地 が 連続 し て お り 、 現地 に 行 っ て み て も 一目 で 市境 を 判別 する の は 困難 で あ る 。 交通 鉄道 路線 中心 と な る 駅 阪急 京都 本線 : 東向日 駅 、 西向日 駅 ※ 市 北端部 付近 は 市境 至近 の 京都 市 西京 区 内 の 洛西 口駅 が 近 い 。 JR 京都 線 : 向日 町 駅 その 他 京都 総合 運転 所 ( 京キト ) が 向日 町 駅 ~ 長岡 京 駅 間 に あ る 。 特急 列車 など が 在籍 。 道路 高速 道路 名神 高速 道路 が 通過 し て い る もの の 、 市内 に は インター チェンジ は な い ため 、 名古屋 方面 行き の 場合 は 、 京都 南 インター チェンジ 、 大阪 ・ 神戸 方面 行き の 場合 は 大山崎 インター チェンジ を 利用 する の が 一般 的 で あ る 。 一般 国道 市 町 村 内 を 走 る 一般 国道 : 国道 1 71 号 主要 府道 京都 府道 ・ 大阪 府 道 67 号 西京 高槻 線 ( 物集 女 街道 ) 隣接 市 町 村 へ の 連絡 京都 市 中心 部 へ は 、 旧 西国 街道 を 経 て 国道 1 71 号 線 を 北上 する 。 京都 市 西京 区 へ は 物集 女 街道 を 北上 、 また は 山陰 街道 西行 する の が 通例 で あ る 。 また 、 長岡 京 市 へ は 西国 街道 を 南行 し 、 一 文橋 を わた る ルート が 一般 的 で あ る 。 バス バス : 阪急 バス 、 ヤサカバス 、 一部 京都 市 交通 局 の バス 停 も あ る 京都 府 庁 へ の アクセス 阪急 京都 線 利用 の 場合 東向日 駅 また は 西向日 駅 ( 市 北端部 で は 洛西口 駅 ) から 乗車 し 、 烏丸 駅 で 京都 市営 地下 鉄 烏丸 線 ( 四条 駅 ( 京都 市営 地下 鉄 ) ) に 乗り換え 、 丸太町 駅 ( 京都 市営 地下 鉄 ) で 下車 、 北西 方向 へ 徒歩 10 分 で あ る 。 JR 京都 線 利用 の 場合 向日 町 駅 で 乗車 し 、 京都 駅 で 市営 地下 鉄 烏丸 線 に 乗り換え 、 上記 同様 に 丸太町 駅 で 下車 する 。 乗用 車 ・ 二輪 車 利用 の 場合 国道 1 71 号 線 から 京都 市 内 に て 九条 通 を 経由 し 、 堀川 通 を 北上 、 下立 売通 を 右折 し 東行 する の が 一般 的 で あ り 、 およそ 40 分 程度 で あ る 。 名所 ・ 旧跡 ・ 観光 スポット ・ 祭事 ・ 催事 観光 地 は あ る もの の 、 市域 の 狭さ および 京都 市 から 至近 で あ る こと など から 、 市内 に 宿泊 施設 は な い 。 向日 神社 : 養老 2 年 ( 西暦 718 年 ) 創建 ; 本殿 は 三間 社 流造 ( さん げんしゃ ながれづくり ) 長岡 京跡 ; 向日 市 文化 資料 館 西国 街道 ; 一文橋 桓武 天皇 皇后 陵 向日 市 天文 館 京都 向日 町 競輪 場 郵便 事業 向日 町 支店 ( 向日 町 郵便 局 に 併設 ) : 61 7 - 0 0 xx 隣接 する 長岡 京 市 : 61 7 - 0 8 xx の 集配 も 担当 し て い る 。 +大江山 ( おおえ やま ) は 京都 府 丹後半島 の 付け根 に 位置 し 与謝野 町 、 福知 山 市 、 宮津 市 に またが る 連山 で あ る 。 標高 833 m 。 別称 、 与謝 大山 。 酒呑 童子 伝説 で 知 ら れ る 。 また 、 雲海 の 名所 と し て も 知 ら れ て い る 。 2007 年 8 月 3 日 に は 丹後 天橋立 大 江山 国定 公園 と し て 国定 公園 に も 指定 さ れ て い る 。 地質 学 的 に は 地球 の 深部 から 隆起 し た 地層 で 塩基 性 の 岩盤 を 持 つ 。 金属 鉱脈 が 豊富 で 周辺 に は 金屋 など 金属 に まつわ る 地名 が 多 く 見 られ る 。 1917 年 に 鉱床 が 発見 さ れ 、 1933 年 から 太平 洋 戦争 末期 に かけ て 兵器 に 不可欠 な ニッケル を 確保 する ため 大江山 から 採鉱 。 日本 海 に 面 し た 岩滝 町 の 精錬 場 まで 専用 鉄道 ( 加悦 鉄道 ) で 輸送 し 、 精製 し た 。 この 鉱山 に は 中華 民国 ・ 朝鮮 から 多く の 人 が 徴用 さ れ た 。 中国 人 労働 者 16 人 が 過酷 な 労働 を 強制 さ れ た と し て 損害 賠償 訴訟 を 1998 年 8 月 に 京都 地方 裁判 所 へ 提訴 。 2004 年 9 月 29 日 、 日本 冶金 工業 ( 東京 都 ) が 和解 金 と し て 計 2100 万 円 を 支払 い 、 大阪 高等 裁判 所 で 一部 和解 が 成立 。 しかし ながら 、 2007 年 5 月 12 日 の 上告 審 判決 で 、 最高 裁判 所 ( 日本 ) ( 田原 睦夫 裁判 長 ) は 、 国 へ の 損害 賠償 請求 を 完全 に 退け る 決定 を し た 。 未だ に 戦争 の 影 を 今日 に 至 る まで 引きず っ て い る 。 鬼退治 伝説 大江山 に は 3 つ の 鬼退治 伝説 が 残 さ れ て い る 。 一 つ は 、 古事 記 に 記 さ れ た 、 崇神 天皇 の 弟 日子 坐王 ( ひこ い ま す のみこ ) が 土蜘 蛛陸耳 御笠 ( くぐみみ の み かさ ) を 退治 し た と い う 話 。 二 つめ は 聖徳 太子 の 弟麻呂子 親王 が 英胡 、 軽足 、 土熊 を 討 っ た と い う 話 、 三 つ め が 有名 な 酒呑 童子 伝説 で あ る 。 これ は 能 の 演目 、 大江山 ( 五 番 目物 の 鬼退 治物 ) に も な っ て い る 。 これ ら の 伝説 に ちな み 、 大江 山 の 山麓 に あ っ た 廃坑 と な っ た 銅鉱 山 跡 に 1993 年 日本 の 鬼 の 交流 博物 館 が 作 ら れ た 。 なお 、 酒呑 童子 の 本拠 と し た 「 大江山 」 は 、 この 丹後 の 大江山 で あ っ た と い う 説 の ほか に 、 京都 市 西京 区 に あ る 山城 国 と 丹波 国 の 境 、 山陰 道 に 面 し た 大枝山 ( おおえ やま ) と い う 説 も あ る 。 大江山 の 位置 する 丹後 地方 は 古く から 大陸 と の 交流 が 深 く 、 渡来 人 は 高度 な 金属 精錬 技術 に よ り 大江山 で 金工 に 従事 、 多く の 富 を 蓄積 し て い た 、 これ に 目 を 付け た 都 の 勢力 は 兵 を 派遣 、 富 を 収奪 し 支配 下 に 置 い た 。 多分 この よう な 出来事 が 元 に な り 自分 達 を 正当 化 、 美化 し よ う と の 思い から 土蜘 蛛 退治 や 鬼退治 伝説 が 生まれ た の で は な い か と する 説 と 同時 に 、 渡来 人 が 寄り 集ま っ て 山賊 化 し て 非道 な 行い を し た の で 鬼 と 呼 ば れ た と い う 説 も あ る 。 小倉 百 人 一首 に は 「 大江山 い く 野 の 道 の 遠 けれ ば 、 まだ ふみも 見 ず 天 の 橋立 」 ( 小式 部内侍 ) と い う 歌 が あ る 。 ここ で の 大江山 は 本項 で の もの と 京都 市 西京 区 の 大枝山 を かけ て い る と の 説 も あ る 。 +大山崎 町 ( おおやまざき ちょう ) は 、 京都 府 乙訓 郡 の 町 。 大阪 府 三島 郡 ( 大阪 府 ) 島 本 町 と の 府境 に 位置 する 。 京都 府 下 で 最も 面積 の 小さ い 町 で あ る 。 旧 山城 国 乙訓 郡 。 概要 丘陵 地 が 平野 に 近く 迫 り 、 その ふもと に 桂川 ( 淀川 水系 ) と 宇治川 、 木津川 ( 京都 府 ) の 合流 点 が 位置 する ため 、 山崎 は 古来 から 交通 の 要地 で あ っ た 。 明智 光秀 を 豊臣 秀吉 ( 当時 は 羽柴 秀吉 ) が 破 っ た 山崎 の 戦い は 大山崎 町 天王山 で 行 わ れ た 。 この 故事 から 雌雄 を 決 する こと を 「 天王 山 を 迎え る 」 と い う 成句 が 生まれ た 。 大阪 府 の 島本 町 山崎 から 京都 府 の 大山崎 町 に かけ て の 山崎 の 地 は また 名水 で 知 ら れ る 。 また 山崎 駅 ( 京都 府 ) 前 の 妙喜 庵 に は 千 利休 の 現存 する 二例 の 茶室 作例 の 一 つ で あ る 茶室 待庵 ( 国宝 ) が 現存 する 。 タケノコ の 産地 と し て 著名 。 京野菜 の 京山 科 ナス 、 ミズナ の 産地 で も あ る 。 歴史 725 年 ( 神亀 2 年 ) 行基 、 山崎 に 橋 を 架け て 布教 の 拠点 と する 。 784 年 ( 延暦 3 年 ) 長岡 京 の 建設 に 伴 い 、 山崎 に 橋 を 架け られ る 。 811 年 ( 弘仁 2 年 ) 嵯峨 天皇 が 山崎 河陽 離宮 に 行幸 する 。 861 年 ( 貞観 ( 日本 ) 3 年 ) 山崎 河陽 離宮 が 山城 国府 と 定め られ る 。 120 0 年 ( 正治 2 年 ) 藤原 定家 が 水無瀬 離宮 へ の 道中 の 途中 で 山崎 の 油売り 小屋 に 泊ま る 。 1276 年 ( 建治 2 年 ) この 頃 、 京都 の 油 販売 を 山崎 神人 が 独占 。 1311 年 ( 応長 元年 ) 伏見 上皇 、 山崎 神人 の ため に 淀 など の 関津 料 を 免除 する 。 1333 年 ( 元弘 2 年 / 正慶 3 年 ) 播磨 国 の 赤松 円心 が 山崎 に 陣 する 。 1392 年 ( 元中 9 年 / 明徳 3 年 ) 足利 義満 、 大山崎 に 守護 不入 の 権限 を 与え る 。 1422 年 ( 応永 29 年 ) 美濃 国 国司 が 大山崎 商人 に 不破 関 の 無料 通行 を 許 す 。 1568 年 ( 永禄 11 年 ) 大山崎 惣中 、 織田 信長 に 矢銭 を 献 ずる 。 15 82 年 ( 天正 10 年 ) 羽柴 秀吉 と 明智 光 秀 が 山崎 に 戦 う 。 この 後 、 秀吉 は 山崎 を 拠点 と する 。 江戸 時代 は 八幡宮 の 神領 と し て 自治 を 許 さ れ る 。 1889 年 ( 明治 22 年 ) 大山崎村 ・ 円明 寺村 ・ 下植野 村 の 3 村 が 合併 し 、 大山崎村 が 誕生 。 1967 年 ( 昭和 42 年 ) 大山崎 町 と な る 。 政治 行政 町長 真鍋 宗平 ( 2006 年 12 月 5 日 - 1 期 目 ) - ( 日本 共産 党籍 の 首長 ) 定数 は 16 人 。 議長   前川 光 地理 天王 山頂 : 標高 27 0 . 4 m 桂川 、 宇治川 ( 淀川 水系 ) 経済 かつて は 米作 など の 農業 、 および タケノコ など の 採取 が 有名 で あ っ た 。 高度 成長 期 以降 、 国道 1 71 号 線 沿い に 工場 や 倉庫 が 増加 し た 。 特に ダイハツ 工業 、 日立 製作 所 、 日立 マクセル など の 大 工場 が あ る 。 ゲーム ソフト 開発 の トーセ も 登記 上 本店 及び 開発 センター を 置 く 。 なお 、 サントリー 山崎 蒸溜 所 は 大阪 府 島 本町 に 所在 し 、 本町 に は 所在 し な い 。 一方 、 同社 京都 ビール 工場 の 一部 が 町域 に 所在 する 。 地域 字 大山崎 字 円明 寺 字 下 植野 交通 鉄道 路線 東海道 新 幹線 ( 駅 は 無し ) 阪急 京都 本線 大山崎 駅 JR 京都 線 ( 東海道 本線 ) 山崎 駅 ( 京都 府 ) バス 阪急 バス 京阪 バス 道路 高速 道路 名神 高速 道路 大山崎 インター チェンジ 大山崎 ジャンクション 名所 ・ 旧跡 ・ 観光 スポット ・ 祭事 ・ 催事 離宮 八幡宮 ( 油座 ) 妙喜 庵 待庵 大山崎 山荘 美術 館 大山崎 町 歴史 資料 館 大念 寺 宝積 寺 山崎 聖天 酒解 神社 大山崎 瓦 窯跡 ( 国 指定 史跡 ) +中京 区 ( なかぎょう く ) は 、 京都 市 を 構成 する 11 区 の うち の ひと つ 。 近年 都心 回帰 が 進 み 、 平成 17 年 国勢 調査 ( 2005 年 ) に おけ る 推計 人口 が 1985 年 ( 昭和 60 年 ) 以来 20 年 ぶり に 10 万 人 の 大台 を 回復 し た 。 特に 南部 の 明倫 学区 や 本能 学区 で の 人口 増加 が 著し い 。 これ ら の 地域 は 子育て に 適 し た 市内 有数 の 文教 地区 と 近年 来 注目 さ れ て い る エリア で あ る 。 地元 以外 から は 、 愛知 県 など が 属 する 中京 圏 と 同じ よう に 「 ちゅうきょう 」 と 読 ま れ たり 、 「 中央 区 」 と 誤記 さ れ る こと も 多 い 。 河川 : 鴨川 ( 淀川 水系 ) 、 堀川 ( 京都 府 ) 、 高瀬川 ( 京都 府 ) 、 西高 瀬川 1929 年 4 月 1日 - 京都 市 の 増区 に よ り 、 旧 上京 区 の 南部 と 旧 下京 区 の 北部 が 中京 区 と な る 。 中京 区 は 、 旧 上京 区 の 丸太 町 通 以南 と 旧 下京 区 の 四条 通 以北 ( 四条 通 に 面 する 町 は 下京 区 ) から 分離 し て 成立 し た もの で あ る 。 夷川 通 に 残 る 、 町名 を 示 す 古 い 住所 表示 看板 に 「 上京 区 」 ( 区 は 旧 字体 ) の 表記 が あ る 。 主な 産業 京友禅 観光 木材 業 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 ( 至 国際 会館 駅 ) ← 丸太町 駅 ( 京都 市営 地下 鉄 ) - 烏丸 御池 駅 → ( 至竹田 駅 ( 京都 府 ) ) 京都 市営 地下 鉄 京都 市営 地下 鉄 東西 線 ( 至太 秦 天神川 駅 ) ← 西 大路 御池 駅 - 二条 駅 - 二条 城 前 駅 - 烏丸 御池 駅 - 京都 市 役所 前駅 → ( 至六 地蔵 駅 ) 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本 線 ( 至 京都 駅 ) ← 二条 駅 - 円町 駅 → ( 至 亀岡 駅 ) 阪急 電鉄 阪急 京都 本線 ( 至 十 三 駅 ) ← 大宮 駅 ( 京都 府 ) → ( 至河原町 駅 ( 京都 府 ) ) 京福 電気 鉄道 京福 電気 鉄道 嵐山本 線 ( 至 四 条 大宮 駅 ) ← 西院 駅 → 西 大路 三条 駅 → ( 至嵐山 駅 ( 京福 電気 鉄道 ) ) 区 内 の 主な 通り 丸太町 通 、 御池 通 、 四条 通 西小路 通 、 西 大路 通 、 千本 通 、 大宮 通 、 堀川 通 、 烏丸 通 、 河原 町 通 一般 国道 区 内 を 走 る 一般 国道 : 国道 367 号 ( 烏丸 通 ) 二条 城 壬生 寺 本能 寺 御金 神社 葵祭 、 祇園 祭 、 時代 祭 その 他 中京 区 の 担当 集配 郵便 局 は 以下 の 通り で あ る 。 中京 郵便 局 - 60 4 - xxxx +丹後半島 ( たんご はんとう ) は 、 京都 府 北部 の 日本 海 に 北東 に 突き出 た 半島 。 与謝 半島 ( よさはんとう ) 、 奥丹 後半島 ( おく たんご はんとう ) と も い う 。 海岸 など 一部 は 、 丹後 天橋立 大 江山 国定 公園 に 含 ま れ る 。 京都 府 京丹後 市 と 与謝 郡 伊根 町 の 全域 、 与謝 郡 与謝野 町 と 宮津 市 の 一部 が 含 ま れ る 。 丹後半島 北端 に あ る 経ヶ岬 から 、 越前 海岸 に あ る 越前 岬 を も っ て 若狭 湾 を 形成 する 。 丹後半島 の 東端 は 新井崎 。 半島 南東部 の 付け根付近 で は 天橋 立 が 伸び 、 宮津 湾 から 阿蘇 海 を 形成 し て い る 。 なお 、 京都 府 で は 有数 の 降雪 地帯 と な っ て い る 。 古代 より 大陸 と の 交流 が 盛ん な 所 で 近年 の 考古 学 的 発掘 に よ り この 地方 に 一 大 勢力 が あ っ た こと が 確認 さ れ て い る 。 丹後 地方 で は 江戸 時代 中期 より 絹織物 が 発達 し 、 丹後 ちりめん と し て 有名 。 観光 地 や 景勝 地 が 多 く 、 夏 は 海水 浴 、 冬 は カニ 料理 を 目当て に 訪れ る 観光 客 で 賑わ う 。 おもに 東岸 部 で は 、 朝鮮 半島 や 中国 大陸 など から の 漂着 物 が 多 い 。 天橋 立 成相 寺 経ヶ岬 +長岡 京 ( ながおか きょう ) 784 年 から 794 年 まで 山城 国 乙訓郡 に 存在 し た 首都 の こと 。 現在 の 京都 府 向日 市 、 長岡 京 市 、 京都 市 西京 区 に あ っ た 。 本項 で 後述 。 京都 府 長岡京 市 。 市域 の 一部 が 上記 の 一部 跡地 と 重な る こと に 由来 。 市 制 前 は 乙訓 郡 長岡 町 と 呼 ば れ て い た が 、 新潟 県 長岡 市 が 先 に あ っ た の で 、 この よう な 名前 と な っ た 。 長岡 京 駅 - 長岡 京 市 に あ る 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 ( JR 京都 線 ) の 駅 。 長岡 京 ( ながおか きょう ) は 784 年 ( 延暦 3 年 ) 、 桓武 天皇 が 平城 京 から 遷都 し て 造営 さ れ た 。 784 年 は 甲子 革令 の 年 で あ り 、 桓武帝 は 天武 天皇 系 から 天智 天皇 系 の 天皇 で あ っ た こと も 興味 深 い 。 遷都 に つ い て は 、 「 続 日本 紀 」 に は 、 水陸 の 交通 の 便 が 理由 で あ る と の 記述 が 見え る が 、 既存 仏教 勢力 や 貴族 勢力 に 距離 を 置 く 新京 の 周辺 地域 を おさえ る 、 母方 の バックボーン た る 渡来 人 勢力 と の 関係 父 の 光仁 天皇 の 代 から 天智 系 に 皇統 が 遷 っ た 事 に よ る 一新 等 の 説 が あ る 。 しかし 、 翌 785 年 造 長岡 京使 藤 原種継 が 何者 か に よ っ て 暗殺 さ れ 、 その 容疑 が 桓武 天皇 の 皇太 弟 早良 親王 に かけ られ た ため 、 早良 親王 が 配流 さ れ る 事件 が 起き る 。 親王 が 恨み を 抱 い た まま 死去 し た ため 、 怨霊 が 噂 さ れ る よう に な っ た 。 その 後 わずか 10 年 後 、 794 年 ( 延暦 13 年 ) に 平安 京 へ 再 遷都 さ れ た 。 交通 の 要 で あ っ た 川 の 氾濫 が 頻繁 で あ っ た ため 。 上記 災害 や 疫病 、 皇后 や 皇太子 の 発病 など 、 早良 親王 の 怨霊 を 原因 と する と 占 わ れ た 数々 の 不幸 が 襲 っ た ため 。 など が 再 遷都 の 理由 と さ れ て い る 。 なお 、 近年 まで 「 幻 の 都 」 と さ れ て い た が 、 1954 年 ( 昭和 29 年 ) より 、 高校 教員 で あ っ た 中山 修一 を 中心 と し て 発掘 が 開始 さ れ 、 翌 1955 年 ( 昭和 30 年 ) 、 大内 裏朝 堂院 の 門跡 が 発見 さ れ た の を 皮切り と し て 、 今日 まで に かなり 発掘 調査 が 進 み ( 当該 地域 で 急速 な 宅地 化 、 工業 地 化 が 進 み 、 緊急 調査 を 強い られ 続け た 側面 も あ る の だ が ) 、 1964 年 に 国 の 史跡 に 指定 さ れ た 。 発掘 の 結果 わか っ た こと は 次 の 通り で あ る 。 未 完成 で 放棄 さ れ た と し た 従来 の 定説 と 異な り 、 難波 宮 や 他 の 旧宮 、 はたまた 平城 京 の 建造 物 まで が 移築 さ れ 、 かなり 完成 し た 姿 で あ っ た 。 平城 京 、 平安 京 と 並 ぶ 京域 を 持 つ 都 で あ っ た 。 また 、 その 期間 の 短 さ から 形 だけ の 遷都 、 本来 の 目的 は 山城 国 で 長岡 の 地 は 大 規模 な 遷都 へ の 準備 で あ り 方違え で は な かっ た の か と の 説 も あ る 。 +特記 事項 井手町 ( いで ちょう ) は 、 京都 府 南部 に 位置 する 町 。 面積 18 . 0 1 km2 。 木津川 ( 京都 府 ) の 支流 で あ る 玉川 ( 井手 町 ) が 町 を 東西 に 縦断 し て い る 。 春 に な る と 花見 を する 人 たち で 賑わ う 。 町内 の 地域 と し て は 、 多賀 、 井手 、 有王 区域 と な る 。 1958 年 ( 昭和 33 年 ) 4 月 1日 ( 旧 ) 井手 町 と 多賀 村 が 合併 し て 井手 町 と な る 。 現在 、 他 市 、 他町 と の 合併 など が 協議 中 で あ る 。 町長 : 汐見 明男 1995 年 ( 平成 7 年 ) 8 月 27 日 ~ 3 選 目 教育 城陽 市 、 京田辺 市 、 木津川 市 、 宇治田原町 、 和束 町 、 精華 町 他 府 県 と は 隣接 し て い な い 。 奈良 線 ( 線路 名称 と し て は 京都 駅 ~ 木津 駅 ( 京都 府 ) 間 が JR 奈良線 で あ る 。 ) ( 京都 ・ 宇治 駅 ( JR 西 日本 ) 方面 ~ ) 山城 多賀 駅 、 玉水 駅 ( ~ 木津 ・ 奈良 駅 方面 ) 中心 と な る 駅 は JR 奈良 線 の 玉水 駅 で 2003 年 3 月 15 日 の ダイヤ 改正 に よ り 快速 停車 駅 と な る 。 橘 諸兄 の 旧跡 、 井手 寺跡 、 六角 井戸 、 蛙塚 、 小野 小町塚 が あ る 。 玉津岡 神社 地蔵 禅院 - しだれ 桜 ( 京都 府 指定 ・ 登録 文化 財 一覧 ) 高 神社 ( 府 指定 文化 財 ) 左馬 - 左馬 ふれあい 公園 万 灯呂山 展望 台 竜王 の 滝 井手 町 さくらまつり ( 4 月 ) ほたる 祭り - 谷川 ホタル 公園 ( 6 月 ) +壬生 新 選 組 屯所 跡 新 選組 ( しんせん ぐみ ) は 、 江戸 時代 後期 の 幕末期 に 、 主 と し て 京都 に お い て 、 反幕 府 勢力 弾圧 ・ 警察 活動 に 従事 し た のち 、 旧 江戸 幕府 の 一員 と し て 戊辰 戦争 を 戦 っ た 軍事 組織 で あ る 。 新撰 組 と 表記 さ れ た 資料 も 多 い 。 局長 の 近藤 勇 自身 、 「 選 」 「 撰 」 の 両方 の 字 を 用い て い る 。 概要 幕末 に 設置 さ れ た 京都 守護 職 で ある 会津 藩 主 、 松平 容保 の 配下 に 置 か れ た 。 会津 藩 に は 武士 身分 で 構成 さ れ る 正規 治 安 部隊 、 京都 見廻 組 ( 組長 = 佐々木 只三郎 ) が あ り 、 農民 ・ 商人 身分 で 構成 さ れ る 新撰 組 ( 組長 = 近藤 勇 ) は 、 会津 藩 の 京都 に おけ る 非 正規 治 安 部隊 ( 後年 は 近藤 ら は 幕臣 に な り 正式 な 治安 部隊 に な る ) で あ る 。 新撰 組 は いわば “ 佐幕 派 の 人斬 り 集団 ” ( 本当 は 捕縛 する こと が 目的 な の だ が 、 逃げ よ う と し たり 、 斬りかか っ て 来る 不逞 浪士 が あまり に も 多 かっ た ため ) で あ り 、 池田 屋 事件 など で 京都 に 潜伏 する 過激 派 尊皇 攘夷 論 者 や 不逞 浪士 の 取り締まり に あた っ た 。 その 一方 で 、 近藤 ら は 新撰 組 内部 で 凄惨 な 権力 闘争 を 行 い 、 敵対 勢力 を 容赦 な く 殺害 し た 。 内規 に 反 し た 等 と し て 粛清 さ れ た 者 は 相当 数 に のぼ り 、 一説 に は 勤皇 志士 と の 斬りあい で 死亡 し た 者 より 、 粛清 で 落命 し た 者 の 方 が 多 い と も い う 。 新撰 組 は 、 武士 に な る こと を 宿願 と し て お り 、 目的 達成 の ため に 武士 に 匹敵 する 活躍 を し た ため 、 特に 現代 の 若者 たち から 幕末 日本 を 象徴 する 存在 と みな さ れ 、 根強 い 人気 を 誇 る 。 新撰 組 組員 の 墓参り を する 女性 ファン も 多 く 、 坂本 龍馬 ら 勤皇 の 志士 と 共 に “ 日本 史 の アイドル 的 存在 ” と な っ て い る が 、 明治 政府 が かれ ら と 敵対 する 勤皇 派 志士 たち に よ っ て 設立 さ れ た 経緯 も あ り 、 近年 まで 史学 的 に も ほとんど 注目 さ れ る こと が な く 、 現在 に おけ る 人気 は 子母沢 寛 や 司馬 遼太郎 ら に よ る 新 選 組 を テーマ に し た 数々 の 小説 や TV ドラマ ・ 映画 等 の 影響 が 大き い 。 ただし 、 勤皇 の 志士 たち を 多 く 輩出 し た 山口 県 など を 出身 と する 人々 に は 彼 ら を 「 幕府 に 雇 わ れ た テロリスト 集団 」 と し て 位置 づけ る 人 も い る ( 松岡 滿 壽男 参議 院 議員 ・ 当時 の 国会 で の 発言 より ) 。 隊 の 規律 維持 の ため に 厳し い 局中 法度 を 定め 違反 者 に 対 し 粛清 を 行 っ た こと や 、 「 誠 」 の 一字 の 隊旗 や 袖口 に 山形 の 模様 を 染め抜 い た 独特 の 羽織 で も 知 ら れ る 。 文久 2 年 ( 1862 年 ) 、 江戸 幕府 は 征夷 大将軍 ・ 徳川 家茂 の 上洛 に 際 し て 、 将軍 警護 の 名目 で 浪士 を 募集 し た 。 庄内 藩 の 郷士 ・ 清河 八郎 の 建策 を 幕府 が 受け入れ て の もの だっ た 。 翌年 文久 3 年 ( 1863 年 ) 2 月 27 日 、 集ま っ た 200 名 余り の 浪士 達 は 将軍 上洛 に 先がけ 、 浪士 組 と し て 一団 を 成 し 、 中山道 を 西上 する 。 浪士 取締 役 に は 、 松平 忠敏 、 鵜殿 鳩翁 、 窪田 治部 右衛門 、 山岡 鉄舟 、 中条 金之助 、 佐々木 只三郎 ら が 任 じ られ た 。 京 に 到着 後 、 清河 が 勤王 勢力 と 通 じ 、 浪士 組 を 天皇 配下 の 兵力 に し よ う と する 画策 が 露見 する 。 浪士 取締 役 の 協議 の 結果 、 清河 の 計画 を 阻止 する ため に 浪士 組 は 江戸 に 戻 る こと と な っ た 。 これ に 対 し 近藤 勇 、 土方 歳 三 を 中心 と する 試衛 館 派 と 、 芹沢 鴨 を 中心 と する 水戸 派 は 、 あくまで も 将軍 警護 の 為 の 京都 残留 を 主張 し た 。 鵜殿 鳩翁 は 、 浪士 組 の 殿内 義雄 と 家里 次郎 に 残留 者 を 募 る よう 指示 。 これ に 応え て 試衛 館 派 、 水戸 派 、 殿内 以下 、 根岸 友山 一 派 など が 京 の 壬生 村 に 残 っ た が 、 根岸 派 は 直後 に 脱退 、 殿内 ・ 家里 は 排斥 さ れ 、 同年 3 月 、 新 選 組 の 前身 で あ る 「 壬生 浪士 組 」 ( 「 精忠 浪士 組 」 と も ) が 結成 さ れ る 。 その 目的 は 公武 合体 に 基づ く 攘夷 断行 の 実現 に 助力 する こと で あ っ た 。 壬生 村 の 八木 邸 や 前川 邸 など を 屯所 と し 、 第 一 次 の 隊士 募集 を 行 う 。 その 結果 36 人 余 の 集団 と な っ た 壬生 浪士 組 は 、 京都 守護 職 ・ 松平 容保 よ り 、 主に 尊攘 激派 ( 勤王 倒幕 ) 浪士 達 に よ る 不逞 行為 の 取り締まり と 市中 警護 を 任 さ れ た 。 同年 8 月 に 起き た 八 月 十 八 日 の 政変 に 出動 し 、 壬生 浪士 組 は その 働き を 評価 さ れ る 。 そして 、 新た な 隊名 を 拝命 する 。 ここ に 「 新 選 組 」 が 誕生 し た 。 なお 、 隊名 は 武家 伝奏 ( 当時 は 野宮 定 功 と 飛鳥井 雅典 ) から 賜 っ た と い う 説 と 、 会津 藩主 ・ 松平 容保 から 賜 っ た と い う 二 つ の 説 が あ る 。 文久 3 年 9 月 、 近藤 ・ 土方 ら 試衛 館 派 は 、 芹沢 ら 水戸 派 を 粛清 し て 隊 を 掌握 し 、 近藤 を 頂点 と する 組織 を 整備 する 。 元治 元年 ( 1864 年 ) 6 月 5 日 の 池田 屋 事件 で は 尊王 攘夷 派 の 蜂起 の 計画 を 未然 に 防ぎ 、 また 、 禁門 の 変 で も 戦 っ た 。 池田屋 ・ 禁門 の 変 の 働き で 朝廷 ・ 幕府 ・ 会津 藩 より 感状 と 200 両 余り の 褒賞 金 を 下賜 さ れ る と 、 元治 元年 9 月 に 第 二 次 の 隊士 募集 を 行 い 、 更に 近藤 が 江戸 へ 帰郷 し た 際 に 伊東 甲子太郎 ら の 一派 を 入隊 さ せ る 。 新 選 組 は 200 人 を 超 す 集団 へ と 成長 し 、 隊士 を 収容 する ため に 壬生 屯所 から 西本願 寺 ( 京都 市 下京 区 ) へ 本拠 を 移転 する 。 慶応 3 年 ( 1867 年 ) 夏頃 に は 幕臣 に 取り立て られ る 。 慶応 3 年 3 月 、 伊東 ら の 一派 は 思想 の 違い など から 御陵 衛士 を 拝命 し て 隊 から 分派 する が 、 同年 11 月 、 新 選 組 に よ っ て 粛清 さ れ る 。 慶応 3 年 11 月 に 徳川 慶喜 が 大政 奉還 を 行 っ た 。 旧 幕府 軍 と 共 に 鳥羽 ・ 伏見 の 戦い に 参戦 する も 、 新 政府 軍 に 敗北 。 その 後 、 榎本 武揚 が 率い る 幕府 所有 の 軍艦 で 江戸 へ と 移動 し た 。 新 選組 は 幕府 から 、 新 政府 軍 の 甲府 進軍 を 阻止 する 任務 を 与え られ 甲陽 鎮撫隊 へ と 名 を 改め 出撃 する も 敗戦 。 甲州 勝沼 の 戦い の 後 、 江戸 に 戻 っ た が 、 方針 の 相違 から 永倉 新八 、 原田 左之助 ら は 分離 し て 靖兵 隊 を 結成 し た 。 近藤 勇 、 土方 歳 三 ら は 再起 を かけ 、 流山 へ 移動 する も 、 近藤 勇 が 新 政府 軍 に 捕 わ れ 処刑 さ れ 、 沖田 総司 も 持病 で あ っ た 肺 結核 の 悪化 に よ り 江戸 に て 死亡 し た 。 新 選 組 は 宇都宮 城 の 戦 い 、 会津 戦争 など に 参戦 する が 、 会津 で は 斎藤 一 等 が 離隊 する 。 その 後 蝦 夷 共和 国 の 成立 を 目指 す 榎本 武揚 ら に 合流 し 、 二股 口 の 戦い 等 で 活躍 する 。 新 政府 軍 が 箱館 に 進軍 し て お り 、 弁天 台場 で 新 政府 軍 と 戦 っ て い た 新 選組 を 助け よ う と 土方 歳 三 ら 数 名 が 助け に 向か う が 土方 歳 三 が 銃弾 に 当た り 死亡 し 、 食料 や 水 も 尽き て き た の で 新 選 組 は 降伏 し た 。 旧 幕府 軍 は 箱館 の 五 稜 郭 に お い て 新 政府 軍 に 降伏 し た 。 ( 箱館 戦争 ) 2 月 8 日 ( 旧暦 ) 浪士 組 が 江戸 を 出発 、 2 月 23 日 ( 旧暦 ) に 京都 へ 到着 3 月 12 日 ( 旧暦 ) 会津 藩 お 預かり に な り 、 壬生 浪士 組 と 名乗 る 3 月 25 日 ( 旧暦 ) 殿内 義雄 刺殺 6 月 3 日 ( 旧暦 ) 大坂 の 力士 と 乱闘 8 月 12 日 ( 旧暦 ) 大和屋 焼き打ち 8 月 18 日 ( 旧暦 ) 八 月 十 八 日 の 政変 9 月 13 日 ( 旧暦 ) 新見 錦切腹 ( 異説 あり ) 9 月 18 日 ( 旧暦 ) 芹沢 鴨 、 平山 五郎 が 内部 抗争 で 粛清 さ れ 、 平間 重助 脱出 ( 異説 あり ) 9 月 25 日 ( 旧暦 ) 壬生 浪士 組 が 新 選組 に 名 を 改め る 9 月 26 日 ( 旧暦 ) 御倉 伊勢 武 、 荒木田 左馬之助 、 楠 小 十郎 、 長州 藩 の 間 者 と し て 粛清 12 月 27 日 ( 旧暦 ) 野口 健司 切腹 元治 元年 5 月 20 日 ( 旧暦 ) 内 山 彦次郎 刺殺 元治 元年 6 月 5 日 ( 旧暦 ) 池田 屋 事件 安藤 早太郎 、 新田 革左衛門 ら 負傷 し 1 ヵ月 後 死亡 、 奥沢 栄助 戦 死 元治 元年 6 月 10 日 ( 旧暦 ) 明保野 亭 事件 元治 元年 7 月 19 日 ( 旧暦 ) 禁門 の 変 元治 元年 8 月 頃 近藤 勇 の 態度 に 遺憾 を 感 じ た 永倉 新八 、 原田 左之助 、 斎藤 一 、 島田 魁 、 尾関 雅次郎 ら が 会津 ・ 松平 容保 に 非行 五 ヶ条 を 提出 。 元治 元年 10 月 27 日 ( 旧暦 ) 伊東 甲子太郎 ら 新 選 組 に 入隊 慶応 元年 1 月 8 日 ( 旧暦 ) ぜん ざい 屋 事件 慶応 元年 2 月 23 日 ( 旧暦 ) 山南 敬助 切腹 慶応 元年 3 月 10 日 ( 旧暦 ) 西本願 寺 へ 屯所 を 移 す 慶応 元年 9 月 1日 ( 旧暦 ) 松原 忠司 死亡 慶応 2 年 2 月 15 日 ( 旧暦 ) 河合 耆三郎 切腹 慶応 2 年 4 月 1日 ( 旧暦 ) 谷 三十郎 死亡 慶応 2 年 9 月 12 日 ( 旧暦 ) 三条 制札 事件 慶応 3 年 3 月 20 日 ( 旧暦 ) 伊東 甲子太郎 、 藤堂 平助 ら 13 人 離隊 慶応 3 年 6 月 10 日 ( 旧暦 ) 幕臣 取り立て が 決ま る 慶応 3 年 6 月 15 日 ( 旧暦 ) 不動 堂村 へ 屯所 を 移 す 慶応 3 年 6 月 22 日 ( 旧暦 ) 武田 観柳 斎 刺殺 慶応 3 年 11 月 18 日 ( 旧暦 ) 油小路 事件 伊東 甲子太郎 、 藤堂 平助 、 毛内 有之助 、 服部 武雄 ら 刺殺 慶応 3 年 12 月 7 日 ( 旧暦 ) 天満屋 事件 慶応 3 年 12 月 18 日 ( 旧暦 ) 近藤 勇 が 狙撃 さ れ 負傷 慶応 4 年 1 月 3 日 ( 旧暦 ) 鳥羽 ・ 伏見 の 戦い 隊士 2 名 が 戦死 慶応 4 年 1 月 5 日 ( 旧暦 ) 淀千 両松 の 戦い 井上 源三郎 ら 14 名 戦死 慶応 4 年 1 月 6 日 ( 旧暦 ) 橋本 の 戦い 隊士 4 名 が 戦死 慶応 4 年 1 月 10 日 ( 旧暦 ) 新 選 組 、 軍艦 富士 山 ( 軍艦 ) と 順動 丸 で 江戸 に 向か う 途中 山崎 烝 死亡 ( 異説 あり ) 慶応 4 年 3 月 6 日 ( 旧暦 ) 甲州 勝沼 の 戦い 隊士 2 名 が 戦死 慶応 4 年 3 月 12 日 ( 旧暦 ) 永倉 新八 、 原田 左之助 ら 靖兵 隊 と な り 離隊 慶応 4 年 3 月 13 日 ( 旧暦 ) 五兵衛 新田 ( 現在 の 東京 都 足立 区 綾瀬 ( 足立 区 ) 四 丁目 ) の 金子 家 を 中心 に 屯所 を 設営 し て 滞在 ( 4 月 1日 まで ) 慶応 4 年 4 月 2 日 ( 旧暦 ) 下 総 流山 に 陣 を 敷 く 慶応 4 年 4 月 3 日 ( 旧暦 ) 近藤 勇 、 新 政府 軍 に 投降 する 慶応 4 年 4 月 12 日 ( 旧暦 ) 土方 歳 三 、 旧 幕府 軍 に 加わ る 慶応 4 年 4 月 19 日 ( 旧暦 ) 宇都宮 城 の 戦い 慶応 4 年 4 月 25 日 ( 旧暦 ) 近藤 勇 、 板橋 で 斬首 慶応 4 年 4 月 25 日 ( 旧暦 ) 白河口 の 戦い 慶応 4 年 5 月 17 日 ( 旧暦 ) 原田 左之助 死亡 ( 異説 あり ) 慶応 4 年 5 月 30 日 ( 旧暦 ) 沖田 総司 、 肺 結核 に よ り 死亡 慶応 4 年 8 月 21 日 ( 旧暦 ) 母成 峠 の 戦い 慶応 4 年 8 月 24 日 ( 旧暦 ) 斎藤 一 、 池田 七三郎 ら 13 人 会津 に 残留 明治 元年 10 月 26 日 ( 旧暦 ) 旧 幕府 軍 、 箱館 ・ 五 稜 郭 へ 入城 する 明治 2 年 4 月 13 日 ( 旧暦 ) 二股 口 の 戦い 明治 2 年 4 月 24 日 ( 旧暦 ) 二股 口 の 戦い 明治 2 年 5 月 5 日 ( 旧暦 ) 市村 鉄之助 箱 館 脱出 明治 2 年 5 月 11 日 ( 旧暦 ) 一 本木 関門 付近 で 土方 歳 三 戦 死 明治 2 年 5 月 14 日 ( 旧暦 ) 相馬 主計 新 選 組 局 長 就任 弁天 台場 の 新 選 組 、 降伏 する 明治 2 年 5 月 18 日 ( 旧暦 ) 旧 幕府 軍 降伏 戊 辰 戦争 終結 局 中 法度 ( 局中 法度 書 ) は 「 軍中 法度 」 と 並び 新 選 組 の 規律 維持 の ため に 定め られ た と さ れ て い る 。 成立 は 会津 藩 預 と な っ た 浪士 組 時代 に 近藤 ら 試衛 館 派 から 芹沢 ら 水戸 派 に 提示 さ れ た と 考え られ て い る 。 法 と し て 機能 し 始め た の は 「 新 選 組 」 と 名 を 改め 近藤 ・ 土方 を 中心 と する 組織 が 整 っ て から で 、 伊東 甲子太郎 ら 一派 の 粛清 の 際 に も 適用 さ れ た と い わ れ る 。 第 一 条 「 士道 ニ背 キ 間 敷事 」 など 抽象 的 な 内容 で 、 解釈 は 局長 や 副長 の 一存 に 委ね られ る もの で あ っ た 。 鳥羽 伏見 の 戦い 以前 に 、 新 選 組 隊 内 に お い て 粛清 さ れ た 隊士 は 初代 局 長 芹沢 鴨 や 新見 錦ら を 含め て 41 名 で あ る 。 子母沢 寛 の 著書 『 新撰 組 始末 記 』 で 紹介 さ れ て 以来 、 有名 と な り 、 以下 の 5 ヶ条 と し て 知 ら れ る が 、 同時代 史料 に は これ を 全て 記録 し た 物 は 現在 まで の ところ 発見 さ れ て い な い 。 しかし 、 明治 に な っ て から 永倉 新八 が 残 し た 回想 録 に は 、 法度 「 禁令 」 と い う 物 が あ り ここ に は 「 私 ノ 闘争 ヲ 不 許 」 を 欠 く 4 ヵ条 が 示 さ れ て い る 。 その ため 、 局中 法度 と は 、 この 禁令 に 、 別 に 定め られ て い た 「 軍中 法度 」 を 混ぜ て 子母沢 が 創作 し た もの と 推測 さ れ て い る 。 また 、 天然 理 心 流 入門 の 際 に 誓約 さ せ られ る 神文 帳 と の 類似 性 も 指摘 さ れ て い る 。 一 、 士道 ニ背 キ 間 敷事 一 、 局 ヲ脱 スルヲ 不許 一 、 勝手 ニ 金 策 致 不可 一 、 勝手 ニ 訴訟 取扱 不可 一 、 私 ノ 闘争 ヲ 不 許 右 条々 相 背 候 者 切腹 申付 ベク 候也 後述 する 数々 の 創作 物 の 影響 も あ り 、 幕末 、 京都 の 治安 維持 の 主力 を 担 っ て い た の は 新 選 組 で あ る と の 認識 も 一般 に は 強い が 、 実際 は 重要 な 御所 近辺 は 会津 直轄 隊 の 精鋭 2000 人 、 その 周り は 幕臣 で 構成 さ れ る 見廻組 500 人 が 固め て い た 。 新 選 組 は と い う と 200 人 で 伏見 区 ( 当時 は 京都 と は 別 の 町 で あ っ た ) など を 担当 し て い た 。 もっとも 京都 見廻組 など が 律儀 に 管轄 を 守 っ て い た の に 対 し 、 新撰 組 は 浪士 の 逃亡 など を 理由 に 管轄 破り を する こと も 少な く な かっ た と い わ れ る 。 装備 袖口 に 山形 の 模様 ( ダンダラ 模様 ) を 白 く 染め抜 い た 浅葱 色 ( 薄 い 水色 ) の 羽織 を 着用 し て い た と さ れ 、 映画 など で は 隊士 は ほとんど こ の 姿 で 表 さ れ る 。 羽織 の ダンダラ は 忠臣 蔵 の 赤穂 浪士 が 吉良 邸 に 討ち 入り する とき に 着 て い た 羽織 の 柄 で 、 浅葱 色 は 武士 が 切腹 の 時 に 着 る 切腹 裃 の 色 だ と 伝え られ て い る が 、 羽織 は 実際 に は 最初 の 1 年 ほど で 廃止 さ れ た ら しく 、 池田 屋 事件 の 時 に 着用 し て い た と する 証言 が 最後 の 記録 で あ る 。 作 っ た の は 大 文字 屋 呉服 店 ( 現在 の 大丸 ) 。 一説 で は 、 大 文字 屋 で は 無 く 「 呉服 問屋 ・ 菱屋 」 と 言 う 話 も あ る 。 また 、 誠 の 文字 を 染め抜 い た 隊旗 は 高島 屋 で 作 っ た と 言 わ れ て い る 。 赤地 に 白字 で 「 誠 」 を 染め抜 き 、 隊服 と 同じ よう に ダンダラ が 入 っ て い た と する 隊旗 が 一般 的 。 「 誠 」 と い う 字 が 旗 が 揺れ た とき に 、 近藤 の 実家 「 試衛 館 」 の 「 試 」 に 見え る から と い う 理由 も 隠 さ れ て い る ら しい 。 近藤 派 の 存在 を 大き く し た かっ た 土方 の 野望 だ と も 言 わ れ る 。 他 に も 隊旗 が あ り 全部 で 6 種類 あ る と さ れ て い る 。 また 、 その 隊旗 が 現れ た とき 、 敵 は 恐怖 で 凍 りつ い た と 言 わ れ る 。 この 旗 は 現在 の 高島 屋 に あた る 古着 ・ 木綿 商 に よ っ て 特注 で 製作 さ れ た もの で あ る 。 新 選 組 は 局長 を 頂点 に 副長 が 補佐 し 、 以下 に 副 長助勤 ・ 監察 方 ( 諜報 ) ・ 勘定 方 ( 会計 ) など を 配置 し た 。 副 長助勤 は 組長 と し て 平隊 士 を 統率 し た 。 各 組 は 一番 から 十 番 まで あ り 、 各組 の 人員 は 十 人 前後 。 また 、 組長 の 下 に 伍長 を 置 い た 。 なお 、 新 選 組 の 組織 編制 は 、 職務 の 複数 制 を 原則 と する 江戸 時代 の 各 組織 と 違い 一人 制 で あ り 洋式 軍制 など の 影響 が 指摘 さ れ て い る 。 隊士 達 は 日常 的 に は 武術 の 稽古 や 京都 市 内 の 見回り や 潜伏 し て い る 浪士 の 探索 など を 行 っ た 。 剣術 集団 で あ る 新 選 組 は 、 中心 と な る 近藤 ら 試衛 館 の 天然 理 心 流 に 加え て 神道 無念流 剣術 、 北辰 一 刀 流 剣術 など さまざま な 剣術 流派 に 加え 、 槍術 や 柔術 など を 学 ん だ 隊士 も お り 、 実戦 本意 の 集団 戦法 の 集団 で あ っ た 。 結成 当時 に は 財政 難 で あ っ た と 推測 さ れ る が 、 京都 守護 職 配下 時代 は 、 隊 の 運営 資金 を 会津 藩 から の 御 用 金 で 賄 っ て い た 。 また 、 一部 は 豪商 など から 提出 さ せ た 。 その 後 、 幕府 配下 に な る と 、 各 隊 士 は 幕府 から 給料 を 得 た 。 諸々 の 事件 へ の 出動 に よ り 報償 金 が 下 さ れ る こと も あ っ た 。 以下 に 構成 員 。 新 選 組 の 隊名 を 用い る 以前 ( 壬生 浪士 組 ) の 時期 を 含 む 。 幕府 西 洋 医学 所 頭取 の 医師 で あ る 松本 良順 は 近藤 勇 の 招き で 隊士 の 診察 を 行 い 、 戊辰 戦争 で も 軍医 を 務め た 。 なお 、 松本 良順 は 新 選 組 に ブタ を 飼 う よう すすめ 、 西本願 寺 駐屯 時 に 神戸 から 子豚 を 持ち込 み 養豚 さ せ ( 餌 は 残飯 ) 、 豚肉 を 隊士 に 食べ させ て い た 。 解体 は 木屋 町 の 医者 南部 精一 の 弟子 に 頼 ん で い た と い う 。 新 選 組 を 主題 と し た もの のみ を 掲げ る 。 幕末 を 扱 っ た 作品 に は 敵役 など で 登場 する 事 が 多 い 。 薩長 中心 の 明治 新 政府 が 成立 する と 、 太平 洋 戦争 の 戦前 まで は 皇国 史 観 の 元 、 勤皇 志士 の 敵 で あ る 新 選 組 は 悪役 と し て 扱 わ れ る 事 が 多 かっ た 。 昭和 初期 に 子母沢 寛 が 新 選 組 3 部 作 を 発表 する と 認識 が 広ま り 、 戦後 の 価値 観 の 転換 で 新 選 組 が 主役 に 扱 わ れ る 事 も 多 く な り 、 各 隊士 に も スポット が 当て られ 創作 が さ れ る よう に な っ た 。 また 、 その 余波 に よ り 、 時代 設定 を 変え て 、 新 選 組 の 枠組 や 有名 隊士 ら を モチーフ に し た 創作 も 数々 生まれ た 。 +池田屋 事件 ( いけだ や じけん ) は 、 江戸 時代 後期 の 元治 元年 6 月 5 日 ( 旧暦 ) ( 1864 年 7 月 8 日 ) に 、 京都 三条 通 木屋 町 通 ( 三条 小橋 ) の 旅館 池田屋 で 京都 守護 職 配下 の 治安 維持 組織 で あ る 新撰 組 が 、 潜伏 し て い た 長州 藩 の 尊皇 攘夷 派 を 襲撃 し た 事件 で あ る 。 池田 屋 騒動 、 池田 屋事変 、 三条 小橋 の 変等 と も い わ れ て い る 。 近藤 勇 は 書面 で 洛陽 動乱 と 名づけ て い る 。 幕末 の 京都 は 政局 の 中心 地 と な り 、 尊皇 攘夷 や 勤皇 等 の 思想 を 持 つ 諸藩 の 浪士 が 潜伏 し て 活動 し て い た 。 長州 藩 は 会津 藩 と 薩摩 藩 に よ る 宮中 クーデター で あ る 八 月 十 八 日 の 政変 で 失脚 し 、 朝廷 で は 公武 合 体 派 が 主流 と な っ て い た 。 尊皇 攘夷 派 は 勢力 挽 回 を 試み て お り 、 京都 守護 職 は 新撰 組 を 用い て 市内 の 警備 や 探索 を 行 わ せ る 。 五 月 下旬 頃 、 諸士 調役 兼 監察 の 山崎 烝 ・ 島田 魁 ら に よ っ て 四条 小橋 上ル真町 で 炭薪 商 を 経営 する 枡屋 ( 古高 俊太郎 ) の 存在 を 突き止め 、 会津 藩 に 報告 。 武器 や 長州 藩 と の 書簡 等 が 発見 さ れ る 。 古高 を 捕らえ た 新 選組 は 、 土方 歳 三 の 拷問 に よ り 古高 を 自白 さ せ る 。 計画 は 、 祇園 祭 の 前 の 風 の 強 い 日 を 狙 っ て 京都 御所 に 火 を 放 ち 、 その 混乱 に 乗 じ て 中川 宮 朝彦 親王 ( 後 の 久邇宮 朝彦 親王 ) を 幽閉 し 、 一橋 慶喜 ( 徳川 慶喜 ) ・ 会津 の 松平 容保ら を 暗殺 し 、 孝明 天皇 を 長州 へ 連れ去 る と い う 物 で あ っ た 。 さらに 探索 に 於 い て 長州 藩 ・ 土佐 藩 ・ 肥後 藩 等 の 尊王 派 が 古高 逮捕 を うけ て 襲撃 計画 の 実行 ・ 中止 に つ い て 協議 する 会合 が 池田 屋 か 四国 屋 に 於 い て 行 わ れ る 事 を 突き止め る 。 新 選 組 は 会津 藩 ・ 桑名 藩 等 に 応援 を 要請 する が 、 会津 ら の 動き が 遅 く 時刻 に な っ て も 動 か な かっ た 。 この ため 事態 は 一刻 を 争 う と 見 た 局長 の 近藤 勇 は 単独 行動 に 踏み切 り 、 近藤 隊 と 土方 隊 の 二手 に 分け 捜索 を 開始 する 。 当時 、 新 選 組 で は 病人 が 多 い 等 の 理由 で 人手 が 少な く 、 実際 に 捜索 に 当た っ た の は 、 近藤 隊 10 人 ・ 土方 隊 24 人 の 総数 わずか 34 名 だっ た ( 異説 有 り 、 出動 隊 士 一覧 を 参照 ) 。 新 選 組 は 八坂 神社 から 縄手 通 を 土方 隊 、 三条 大橋 を 渡 っ て 木屋 町 通 を 近藤 隊 と し 探索 し た 。 捜索 の 末 、 近藤 隊 は 池田 屋 で 謀議 中 の 尊攘 過激 派 を 発見 し た 。 近藤 隊 は 数名 で 斬り込 み 、 真 夜中 の 戦闘 と な る 。 20 数 名 の 尊攘 過激 派 に 対 し 、 当初 踏み込 ん だ の は 近藤 勇 ・ 沖田 総司 ・ 永倉 新八 ・ 藤 堂 平助 の 4 名 で 、 残り は 屋外 を 固め た 。 裏口 を 守 っ て い た 安藤 早太郎 ・ 奥沢 栄助 ・ 新田 革左衛門 達 の ところ に 浪士 が 脱出 し よ う と 必死 で 斬りこ み 逃亡 。 これ に よ り 奥沢 は 死亡 し 、 安藤 ・ 新田 も 一 ヶ月 後 に 死亡 し た 。 屋内 に 踏み込 ん だ 沖田 は 奮戦 し た が 、 戦闘 中 に 倒れ て 戦線 離脱 する 。 これ に は 肺 結核 で の 喀血 の ため と い う 説 も あ る が 、 様々 な 疑問 点 も あ り 確実 で は な い 。 また 、 一 階 の 藤堂 は 汗 で 鉢金 が ずれ た ところ に 太刀 を 浴び せ られ 、 額 を 斬 ら れ 戦線 離脱 し た 。 一時 は 近藤 ・ 永倉 の 2人 と な る が 、 土方 隊 の 到着 に よ り 戦局 は 新 選 組 に 有利 に 傾 き 、 9 名 討ち 取り 4 名 捕縛 の 戦果 を 上げ る 。 会津 ・ 桑名 藩 の 応援 は 戦闘 後 に 到着 し た 。 土方 は 手柄 を 横取り さ れ ぬ よう に 、 一歩 た り とも 近づけ させ な かっ た と い う 。 この 戦闘 で 数名 の 尊攘 過激 派 は 逃走 し た が 、 続 く 翌朝 の 市中 掃討 で 会津 ・ 桑名 藩 ら と 連携 し 20 余 名 を 捕縛 し た 。 なお 市中 掃討 で は 激戦 と な り 、 会津 藩 は 5 名 、 彦根 藩 は 4 名 、 桑名 藩 は 2 名 の 即死 者 を 出 し た 。 翌日 の 正午 ( 夜 の うち に 帰 っ た の で は 闇討ち の 恐れ が あ る ため 夜 が 明け る まで 休息 を と っ て い た ) 、 新 選 組 は 壬生 村 の 屯所 に 帰還 し た 。 沿道 に は 見物 人 で あふれ て い た と い う 。 御所 焼き討ち の 計画 を 未然 に 防 ぐ 事 に 成功 し た 新 選 組 の 名 は 天下 に 轟 い た 。 逆 に 尊攘 派 は 吉田 稔麿 ・ 北添 佶 摩 ・ 宮部 鼎蔵 ・ 大高 又 次郎 ・ 石川 潤次郎 ・ 杉山 松助 ・ 松田 重助 ら の 実力 者 が 戦死 し 、 大 打撃 を 受け る ( 彼 ら は 後 の 新 政府 に よ り 俗 に 「 殉難 七 士 」 と 呼 ば れ る ) 。 本来 なら ば 桂 小五郎 ( 後 の 木戸 孝允 ) も その 場 に い た はず だっ た が 、 到着 が 早 すぎ た の で 一 度 本拠 地 に もど り 時間 を 待 っ て い る 間 に 事件 が 起こ っ て しま い 難 を 逃れ て い る 。 この 事件 を きっかけ に 、 長州 藩 は 強硬 派 に 引きず ら れ る 形 で 挙兵 ・ 上洛 し 、 7 月 19 日 ( 旧暦 ) の 禁門 の 変 を 引き起こ す 。 池田屋 事件 に よ り 、 明治 維新 が 一 年 遅れ た と も 、 尊攘 派 を 刺激 し て しま い 維新 を 早め て しま っ た と も い わ れ る 。 作家 の 司馬 遼太郎 は 、 この 事件 が な かっ たら 薩長 土肥 主力 の 明治 維新 は 永遠 に こ な かっ た で あ ろ う と 解釈 し て い る 。 池田屋 事件 に 参戦 し た 新 選 組 隊士 は 以下 の 通り ( 諸説 有り ) 近藤 隊 ( 10 名 ) 近藤 勇 沖田 総司 永倉 新八 藤堂 平助 武田 観柳 斎 谷 万太郎 浅野 薫 ( 藤太郎 ) 安藤 早太郎 奥沢 栄助 新田 革左衛門 土方 隊 ( 12 名 か 24 名 ) 土方 歳 三 井上 源三郎 原田 左之助 池原 寛人 斎藤 一 島田 魁 谷 三十郎 川島 勝司 ( 新撰 組 ) 葛山 武八郎 蟻通 勘吾 篠塚 峰 三 林 信太郎 三品 仲治 松原 隊 ( 12 名 ) - 諸説 有 り 、 井上 隊 と も 、 土方 隊 と も 。 松原 忠司 宿院 良蔵 伊木 八郎 中村 金吾 尾関 弥四郎 佐々木 蔵之助 河合 耆三郎 酒井 兵庫 木内 峰太 松本 喜次郎 竹内 元 太郎 近藤 周平 屯所 守備 山南 敬助 尾関 雅次郎 柳田 三二郎 山崎 烝 尾形 俊太郎 山野 八十 八 なお 、 当時 、 所属 し て い た 馬詰信 十郎 ・ 馬詰 柳太郎 ・ 池原 寛人 は 、 この 日 に 脱走 し た 為 に 不 参加 。 +室町 幕府 ( むろまち ばくふ ) は 、 足利 尊 氏 が 創設 し た 武家 政権 。 鎌倉 幕府 に 次 ぐ 幕府 政権 で あ る 。 「 室町 」 と い う 呼称 は 、 3 代将軍 足利 義満 が 将軍 の 公邸 と し て 造営 し た 室町 殿 ( 通称 ・ 花 の 御所 、 現在 の 京都 市 上京 区 ) に 由来 し て い る 。 室町 幕府 の 成立 時期 に は 、 幕府 の 施政 方針 が 建武 式 目 と し て 確立 ・ 明示 さ れ た 1336 年 ( 建武 ( 日本 ) 3 ) 1 1 月 、 足利 尊 氏 が 持明院 統 の 光明 天皇 に 征夷 大将軍 へ 補任 さ れ た 1338 年 ( 暦応 1 ) の 2 説 が あ る が 、 前者 が 有力 説 で あ る 。 幕府 の 終期 に つ い て は 、 1573 年 に 15 代 将軍 足利 義昭 が 織田 信長 に よ っ て 京都 から 追放 さ れ た こと で 事実 上 崩壊 し た 。 この 間 の 約 240 年 余り を 室町 時代 と 呼 ぶ 。 なお 、 北朝 と 南朝 が 合体 する まで を 南北朝 時代 _ ( 日本 ) 、 応仁 の 乱 ( 1467 年 ) あるいは 明応 の 政変 ( 1493 年 ) 以降 を 戦国 時代 ( 日本 ) と 呼 ぶ 。 足利 義昭 が 京都 から 追放 さ れ た 後 も 、 征夷 大将軍 の 解任 手続 は 行 わ れ な かっ た ため に 、 依然 と し て 信長 に 反対 する 勢力 から は 将軍 と し て 扱 わ れ て い る 。 『 公卿 補任 』 で は 、 義昭 が 関白 豊臣 秀吉 に 従 っ て 参内 し て 、 秀吉 へ の 忠誠 を 誓 っ て 准 三宮 の 待遇 を 受け た 天正 16 年 1 月 13 日 _ ( 旧暦 ) ( 158 8 年 2 月 9 日 ) まで を 将軍 扱い と し て い る 。 また 、 明治 時代 末期 から 第 二 次 世界 大戦 敗戦 まで 、 当時 の 政府 の 公式 見解 に お い て は 、 南朝 ( 日本 ) を 正統 な 皇統 と し て この 時代 を 「 南北朝 時代 ( 日本 ) 」 と 称 し て い た が 、 その 結果 、 北朝 ( 日本 ) が 任 じ た 初代 尊 氏 ・ 2 代 足利 義詮 ・ 3 代 足利 義満 ( 南北朝 合一 以前 ) は 正式 な 将軍 と は 認め られ て い な かっ た ( 皇国 史観 ) 。 室町 幕府 の 職制 は ほぼ 鎌倉 幕府 の 機構 を 踏襲 し て い る 。 法 と し て は 、 建武 式 目 を 尊 氏 が 制定 し 、 基本 法 と し て い る ( 1336 年 ) 。 そして 、 具体 的 な 法令 と し て は 鎌倉 時代 の 御成敗 式 目 ( 貞永 式 目 ) を 適用 し 、 必要 に 応 じ て 「 建武 以来 追加 」 と 呼 ば れ る 追加 法 を 発布 し て 補充 し て い る 。 初期 の 政治 は 、 まだ 南朝 が 存在 し た こと も あ り 不 安定 で あ っ た 。 また 、 将軍 の 補佐 役 の 管領 に 侍所 、 政所 、 問注 所 、 評定 衆 、 引付衆 が それぞれ 設置 さ れ 、 将軍 を 頂点 に 政治 機構 が 構成 さ れ る 。 室町 幕府 は 守護 大名 に よ る 連合 政権 で あ り 、 足利 家 の 執事 職 を 起源 と する 管領 は 鎌倉 幕府 の 執権 ほど は 実権 が 無 く 、 幕政 は 原則 的 に 合議 制 で あ っ た 。 将軍 を 補佐 する 管領 に は 細川 氏 、 斯波 氏 、 畠山 氏 の 三管 と よ ば れ る 有力 守護 大名 が 交替 で 、 侍 所 長官 で あ る 所司 に は 赤松 氏 、 一色 氏 、 山名 氏 、 京極 氏 の 四職 が 交替 で 就任 し た 。 幕府 要職 や 複数 国 守護 の ほとんど が 細川 氏 、 斯波 氏 、 山名 氏 、 一色 氏 、 畠山 氏 、 渋川 氏 、 今川 氏 、 上杉 氏 ( 外戚 ) など 足利 一門 に よ っ て 占め られ て い る の が 特徴 で あ る 。 また 、 将軍 直轄 の 軍事 力 と し て 奉 公衆 が 編成 さ れ た 。 歴 代将軍 足利 将軍 一覧 室町 幕府 の 特徴 と し て は 、 荘園 公領 制 の 崩壊 = 守護 領 国 制 へ の 移行 や 貨幣 経済 の 進展 など が あげ られ る 。 鎌倉 時代 に お い て は ( 有力 御 家人 の 被官 の よう な 例外 は あ る が ) 個々 の 御 家人 が 直接 将軍 と 主従 関係 を 結 ん で お り 、 守護 は 国内 の 御 家人 の 監督 者 に 過ぎ な かっ た 。 しかし 室町 時代 に お い て は 、 守護 大名 が その 領国 の 武士 と 主従 関係 を 結 び 、 被官 化 し 、 一元 支配 する よう に な っ た の で あ る ( 例外 、 あるいは 地域 差 が 存在 する の で 、 詳細 は 「 守護 領 国 制 」 の 項目 を 参考 の 事 ) 。 そして 室町 将軍 すら 上回 る ほど の 実力 を 蓄え た 守護 大名 すら 生まれ る の で あ る 。 それ に 対 し て 室町 将軍 も 、 守護 大名 の 頭越し に 各地 の 武士 と 主従 関係 を 結 び 、 上記 の 「 奉 公衆 」 を 編成 し 、 将軍 直轄 の 軍事 力 を 強化 する のみ な ら ず 、 守護 大名 の 領国 支配 に 楔 を 入れ た の で あ る 。 しかし 個々 の 守護 大名 を 幕府 が 討伐 し た 例 は あ る もの の 、 守護 大名 と 室町 将軍 が 全面 的 に 対立 する 事 は 無 かっ た 。 守護 大名 は 幕府 から 守護 職 に 任命 さ れ た と い う 権威 を 背景 に 、 領国 の 支配 を 進め て い っ た の で あ る 。 だ から いくら 勢力 を 拡大 し よ う と も 、 室町 将軍 の 権威 を 否定 する 訳 に は い か な かっ た の で あ る 。 将軍 の 権威 の 失墜 は すなわち 守護 大名 の 権威 の 失墜 を 意味 し 、 そして 事実 と し て そう な っ て い く の で あ る 。 また 、 暗殺 さ れ た 将軍 が 2 名 おり ( 6 代 足利 義教 、 13 代 足利 義輝 ) 。 また 、 亡命 先 で 死亡 し た 将軍 が 4 名 い る ( 10 代 足利 義稙 ( 義稙 ) 、 11 代 足利 義澄 、 12 代 足利 義晴 、 14 代 足利 義栄 ) 。 観応 の 擾乱 が 起こ る と 、 足利 尊 氏 は 鎌倉 に 東国 10 カ国 を 統括 する 機関 と し て 鎌倉 府 を 設置 し た 。 長官 は 鎌倉 公方 で 尊 氏 の 子 ・ 足利 基 氏 の 子孫 が 世襲 し 、 関東 管領 が 補佐 し た 。 室町 時代 を 通 じ て 鎌倉 公方 は 幕府 と 対立 し 、 関東 管領 を 務め る 上杉 氏 と も 対立 し て い っ た 。 これ に 対抗 する ため 、 幕府 は 関東 や 陸奥 の 有力 国 人 を 京都 扶 持衆 と し て 直臣 化 し た 。 この ため 、 足利 義教 の 代 に 永享 の 乱 を 起こ し た 第 4 代 鎌倉 公方 ・ 足利 持 氏 を 攻め 滅ぼ し て 一時 直接 統治 を 図 る が 失敗 に 終わ り 、 持氏 の 子 ・ 足利成 氏 を 新し い 鎌倉 公方 と し た 。 だ が 成氏 も 享徳 の 乱 を 起こ し て 、 古河城 に 逃れ て 古河 公方 を 名乗 り 、 更に 上杉 氏 は 山内 上杉 家 と 扇谷 上杉家 に 分裂 し た ため 、 応仁 の 乱 が 始ま る より も 前 に 関東 地方 は 騒乱 状態 と な る 。 幕府 も 手 を 拱 い て い る だけ で は な く 、 8 代将軍 足利 義政 の 弟 ・ 足利 政知 を 関東 に 派遣 する ( 堀越 公方 ) 。 だ が 、 堀越 公方 も 政知 の 死後 に 今川 氏 重臣 ・ 伊勢 盛時 ( 北条 早雲 ) に よ っ て 倒 さ れ て 、 失敗 に 終わ っ た 。 古河 公方 も 小弓 公方 と の 分裂 を 経 て 、 盛時 の 子孫 で あ る 後 北条 氏 に よ っ て 傀儡 化 さ せ られ て い く の で あ る 。 九州 に は 本拠 を 博多 ( 福岡 県 福岡 市 ) に 置 く 九州 探題 が 設置 さ れ る 。 初め は 懐良 親 王 ら 南朝 勢力 の 討伐 に 任 じ られ た 今川 貞世 ( 了俊 ) が 就く が 、 了俊 が 九州 で 独自 の 勢力 を 築 く と 幕府 に 警戒 さ れ 、 了俊 が 解任 さ れ た 後 は 渋川 氏 の 世襲 と な る 。 東北 地方 に は 奥州 管領 が 設置 さ れ 、 奥羽 2 国 が 鎌倉 府 の 管轄 下 に 組み込 ま れ る と 廃止 さ れ て 一 時期 に は 稲村 公方 と 篠川 公方 が 設置 さ れ て い る 。 足利 義満 の 時代 に は 奥州 探題 が 設置 さ れ 、 斯波 家 兼 が 任 じ られ る 。 家兼 の 死後 に 羽州 探題 が 分裂 し 、 出羽 の 斯波 氏 は 最上 氏 と な る 。 応仁 の 乱 以降 、 将軍 の 権威 が 失墜 する と 細川 氏 以外 の 三 管 四職 も 没落 し 、 さらに 戦国 時代 中期 に 至 っ て 細川 氏 の 勢力 が 減退 する と 室町 幕府 の 諸 制度 は 形骸 化 し て い っ た 。 その 間 、 国人 と 呼 ば れ る 在地 支配 層 が 台頭 し て い っ た 。 山城 国 南部 で は 山城 国 一揆 が 形成 さ れ 、 地域 住民 ( 在地 支配 層 の 他 、 農民 等 も 参加 ) に よ る 自治 に 至 っ た 事例 も あ る 。 これ ら の 国人 勢力 も 互い に 整理 統合 さ れ ながら 、 強力 な 戦国 大名 が 成長 し 、 これ が 群雄 割拠 し て 幕府 支配 に 取 っ て 代わ り 、 以後 の 戦国 時代 へ の 流れ を 作 っ て ゆ く こと に な る 。 室町 幕府 の 財政 は 幕府 直轄 の 御料 所 から の 収入 が 主 で あ っ た が 、 南北朝 の 戦乱 の 際 に 敵対 する 南朝 側 より 狙 わ れ て 奪取 さ れ たり 、 自軍 へ の 恩賞 に さ れ て しま う ケース も 多 く 、 鎌倉 幕府 や 江戸 幕府 に 比べ て 小 規模 で あ っ た と 考え られ て い る 。 他 に 臨時 の 段銭 や 棟別 銭 など が 徴収 さ れ た 。 商人 に 対 し て は 特権 や 保護 の 代償 に 営業 税 など を 取 り 、 各港 から の 津料 、 関所 の から の 関銭 ( 通行 税 ) も 徴収 さ れ た 。 なお 、 足利 義満 の 時代 に 京都 の 土倉 や 酒屋 に 対 し て 恒常 的 に 役銭 を 取 る 権利 を 認め られ る と 、 段銭 や 棟別 銭 など と とも に 納銭 方 と 呼 ば れ る 幕府 御 用 達 の 土倉 に よ っ て 徴収 さ れ た 。 後 に 納銭 方 は 幕府 の 委託 を 受け て 税収 の 保管 ・ 出納 の 事務 等 も 任 さ れ る よう に な り 、 こう し た 土倉 を 公方 御倉 と 呼 ん だ 。 更に 義満 が 日明 貿易 を 始め る と 貿易 その もの や 抽分 銭 に よ る 収益 も 幕府 収入 と な る 。 貿易 の 回数 が 限 ら れ て い た ため に 臨時 収入 的 な もの に 留ま っ た が 、 1 回 の 貿易 で 他 の 税収 の 数 年 分 の 収益 を 挙げ る 事 も あ っ た と さ れ て い る 。 また 、 他 の 臨時 収入 的 な もの と し て 礼銭 や 分一 銭 など が 挙げ られ る 。 更に 15 世紀 後半 以後 に は 京都 の あ る 山城 国 国内 の 御料 所 化 に も 着手 し て い る 。 +東海道 五十 三 次 ( とうかいどう ごじゅう さん つぎ ) 江戸 時代 に 江戸 ( 日本橋 ( 東京 都 中央 区 ) ) と 京都 ( 三条 大橋 ) を 結 ん だ 東海道 の 53 の 宿場 。 本項 で 説明 する 。 東海道 の 53 の 宿場 ( 或いは 起点 終点 を 含め た 55 ) を 描 い た 歌川 広重作 の 浮世 絵 。 サンソフト から 発売 さ れ た ファミリー コンピュータ 用 ゲーム ソフト 。 → 東海道 五十 三 次 ( ゲーム ) 東海道 五十 三 次 ( とうかいどう ごじゅう さん つぎ ) は 、 江戸 時代 に 整備 さ れ た 五畿 七 道 の うち 、 東海道 を 通 る 幹線 道路 ( 街道 ) 「 東海道 」 に あ る 53 の 宿場 を 指 す 。 この 53 の 宿場 は それぞれ 風光 明媚 な 場所 や 有名 な 名所 旧 跡 に 設け られ て い る 場合 も 多 く 、 当時 浮世絵 や 和歌 ・ 俳句 の 題材 に しばしば 取り上げ られ た 。 なお 五十 三 次 と 称 す 場合 は 京都 まで の 場合 で あ り 、 さらに 大阪 まで を 表 す 場合 は 五十 七 次 と な る 。 以下 、 令制 国名 ごと に 分類 する 。 数 は 品川 宿 から の 通 し 番号 で あ る 。 ※ 平成 の 大 合併 で 消滅 し た 自治 体 に 関 し て は 旧 自治 体 名 も あわせ て 表記 する 。 日本橋 ( 東京 都 中央 区 ) ( 東京 都 中央 区 ( 東京 都 ) ) 1 . 品川 宿 ( 東京 都 品川 区 ) 2 . 川崎 宿 ( 神奈川 県 川崎 市 川崎 区 ) 3 . 神奈川 宿 ( 神奈川 県 横浜 市 神奈川 区 ) 4 . 程ヶ谷宿 ( 神奈川 県 横浜 市 保土ヶ谷 区 ) 5 . 戸塚 宿 ( 神奈川 県 横浜 市 戸塚 区 ) 6 . 藤沢 宿 ( 神奈川 県 藤沢 市 ) 7 . 平塚 宿 ( 神奈川 県 平塚 市 ) 8 . 大磯 宿 ( 神奈川 県 中郡 ( 神奈川 県 ) 大磯 町 ) 9 . 小田原宿 ( 神奈川 県 小田原 市 ) 10 . 箱根 宿 ( 神奈川 県 足柄 下郡 箱根 町 ) 1 1 . 三島 宿 ( 静岡 県 三島 市 ) 12 . 沼津 宿 ( 静岡 県 沼津 市 ) 13 . 原宿 ( 東海道 ) ( 静岡 県 沼津 市 ) 1 4 . 吉原 宿 ( 静岡 県 富士 市 ) 15 . 蒲原 宿 ( 静岡 県 静岡 市 清水 区 ( 旧 ・ 庵原 郡 蒲原町 ) ) 16 . 由比 宿 ( 静岡 県 庵原 郡 由比 町 ) 17 . 興津 宿 ( 静岡 県 静岡 市 清水 区 ( 旧 ・ 清水 市 ) ) 18 . 江尻 宿 ( 静岡 県 静岡 市 清水 区 ( 旧 ・ 清水 市 ) ) 1 9 . 府中 宿 ( 駿府 ) ( 静岡 県 静岡 市 葵 区 ) 2 0 . 鞠子 宿 ( 静岡 県 静岡 市 駿河 区 ) 2 1 . 岡 部 宿 ( 静岡 県 志太 郡 岡部 町 ) 22 . 藤枝 宿 ( 静岡 県 藤枝 市 ) 23 . 島田 宿 ( 静岡 県 島田 市 ) 2 4 . 金谷 宿 ( 静岡 県 島田 市 ( 旧 ・ 榛原 郡 金谷 町 ) ) 25 . 日坂 宿 ( 静岡 県 掛川 市 ) 26 . 掛川 宿 ( 静岡 県 掛川 市 ) 27 . 袋井 宿 ( 静岡 県 袋井 市 ) 28 . 見付宿 ( 静岡 県 磐田 市 ) 29 . 浜松 宿 ( 静岡 県 浜松 市 中 区 ( 浜松 市 ) ) 3 0 . 舞坂 宿 ( 静岡 県 浜松 市 西 区 ( 浜松 市 ) ( 旧 ・ 浜名 郡 舞阪 町 ) ) 3 1 . 新居 宿 ( 静岡 県 浜名 郡 新居 町 ) 32 . 白須賀 宿 ( 静岡 県 湖西 市 ) 33 . 二川 宿 ( 愛知 県 豊橋 市 ) 3 4 . 吉田 宿 ( 愛知 県 豊橋 市 ) 35 . 御油 宿 ( 愛知 県 豊川 市 ) 36 . 赤坂 宿 ( 東海道 ) ( 愛知 県 豊川 市 ) 37 . 藤川 宿 ( 愛知 県 岡崎 市 ) 3 8 . 岡崎 宿 ( 愛知 県 岡崎 市 ) 3 9 . 池鯉 鮒宿 ( 愛知 県 知立 市 ) 4 0 . 鳴海 宿 ( 愛知 県 名古屋 市 緑 区 ( 名古屋 市 ) ) 4 1 . 宮宿 ( 愛知 県 名古屋 市 熱田 区 ) 42 . 桑名 宿 ( 三重 県 桑名 市 ) 43 . 四日市 宿 ( 三重 県 四日市 市 ) 4 4 . 石薬 師 宿 ( 三重 県 鈴鹿 市 ) 45 . 庄野 宿 ( 三重 県 鈴鹿 市 ) 46 . 亀山 宿 ( 三重 県 亀山 市 ) 47 . 関宿 ( 三重 県 亀山 市 ( 旧 ・ 鈴鹿 郡 関町 ) ) 48 . 坂下 宿 ( 三重 県 亀山 市 ( 旧 ・ 鈴鹿 郡 関町 ) ) 49 . 土山 宿 ( 滋賀 県 甲賀 市 ( 旧 ・ 甲賀 郡 土山 町 ) ) 5 0 . 水口 宿 ( 滋賀 県 甲賀 市 ( 旧 ・ 甲賀 郡 水口 町 ) ) 5 1 . 石部 宿 ( 滋賀 県 湖南 市 ( 旧 ・ 甲賀 郡 石部 町 ) ) 52 . 草津 宿 ( 滋賀 県 草津 市 ) 53 . 大津 宿 ( 滋賀 県 大津 市 ) 三条 大橋 ( 京都 府 京都 市 東山 区 ) 一説 に よ る と 、 徳川 家康 は 、 華厳 経 の 「 入法 界 品 」 の 善財 童子 が 文殊 菩薩 の 命 に よ り 53 人 の 師 を 経 て 普賢 菩薩 の 所 で 悟り を 開 い た と 言 う 一節 から 、 江戸 ( 穢土 ) から 京 ( 普賢 菩薩 の 住ま う 所 ) へ の 宿駅 を 五十 三 に し た と 言 わ れ る 。 東海道 の 延長 線 と し て 京 街道 ( 大坂 街道 ) の 宿場 が 元和 5 年 ( 1619 年 ) に 設置 さ れ た 。 京 街道 の 宿場 を 含め て 東海道 五十 七 次 と 呼 ぶ 場合 も あ る 。 なお 、 東海道 から 京 街道 に 入 る 場合 は 三条 大橋 は 通 ら ず 髭茶屋 追分 ( 大津 市 追分 町 ) で 南西 に 折れ る ルート ( 大津 街道 ) を と る ため 、 大津 宿 の 次 は 伏見 宿 と な る 。 令 制 国 に よ り 分類 する 。 最初 の 数 は 国別 で あ る 。 二 つ 目 の 数 は 品川 宿 ( 武蔵 国 ) から の 通 し 番号 で あ る 。 5 4 . 伏見 宿 ( 京 街道 ) ( 京都 府 京都 市 伏見 区 ) 55 . 淀宿 ( 京都 府 京都 市 伏見 区 ) 56 . 枚方 宿 ( 大阪 府 枚方 市 ) 57 . 守口 宿 ( 大阪 府 守口 市 ) 高麗 橋 ( 大阪 府 大阪 市 中央 区 ( 大阪 市 ) ) 注 、 かつて は 京橋 ( 大阪 府 大阪 市 中央 区 ( 大阪 市 ) と 都島 区 の 境 の 寝屋川 の 橋。 ) で あ っ た 。 +平安 京 ( へい あんきょう ) は 、 794 年 ( 延暦 13 ) に 桓武 天皇 に よ り 定め られ た 日本 の 首都 で あ る 。 平安城 と も い う 。 概要 平安 京 は 、 現在 の 京都 府 京都 市 中心 部 に あた る 、 山城 国 葛野 郡 ・ 愛宕 郡 両郡 に またが る 地 に 建設 さ れ 、 東西 4 . 5 km 、 南北 5 . 2 km の 長 方 形 に 区画 さ れ た 都城 で あ っ た 。 都 の 北端 中央 に 大内 裏 を 設け 、 そこ から 市街 の 中心 に 朱雀 大路 を 通 し て 左右 に 左京 ・ 右京 ( 東側 が 左京 、 西側 が 右京 で あ る ) を 置 く と い う 平面 プラン は 基本 的 に 平城 京 を 踏襲 し 、 隋 ・ 唐 の 長安 に 倣 う もの で あ る 。 が 、 城壁 は 存在 し な かっ た 。 この 地 の 選定 は 中国 から 伝わ っ た 風水 に 基づ く 四神 相応 の 考え 方 を 元 に 行 わ れ た と い う 説 も あ る 。 平安 京 の 範囲 は 現在 の 京都 市街 より 小さ い 。 北限 の 一条 大路 は 現在 の 今出川 通 と 丸太町 通 の 中間 に あ る 一条 通 。 南限 の 九条 大路 は 現在 の JR 京都 駅 の やや 南 の 九条 通 。 東限 の 東京 極 大路 は 現在 の 寺町 通 に あた る 。 西限 の 西京極 大路 の 推定 地 は 西 日本 旅客 鉄道 山 陰 本線 花園 駅 ( 京都 府 ) や 阪急 電鉄 阪急 京都 本線 西 京極 駅 を 南北 に 結 ん だ ライン で あ る 。 京内 は 東西 南北 に 走 る 大路 ・ 小路 に よ っ て 40 丈 ( 約 120 m ) 四方 の 「 町 」 に 分け られ て い た 。 東西 方向 に 並 ぶ 町 を 4 列 集め た もの ( 北辺 の 2 列 は 除 く ) を 「 条 」 、 南北 方向 の 列 を 4 つ 集め た もの を 「 坊 」 と 呼 び 、 同じ 条 ・ 坊 に 属 する 16 の 町 に は それぞれ 番号 が 付け られ て い た 。 これ に よ り それぞれ の 町 は 「 右京 五 条 三 坊 十 四 町 」 の よう に 呼 ば れ た 。 道路 の 幅 は 小路 で も 4 丈 ( 約 12 m ) 、 大路 で は 8 丈 ( 約 24 m ) 以上 あ っ た 。 現存 する 京都 市 内 の 道路 は 、 ほとんど の 場所 で これ より ずっと 狭 く な っ て い る 。 朱雀 大路 に 至 っ て は 28 丈 ( 約 84 m ) も の 幅 が あ っ た 。 また 、 堀川 小路 と 西堀 川 小路 に は 並行 し て 川 ( 堀川 ( 京都 府 ) 、 西堀川 ) が 流れ て い た 。 歴史 桓武 天皇 は 784 年 、 山背 国 に 遷都 し て 長岡 京 を 造営 し た 。 が 、 これ は 天武 天皇 系 の 政権 を 支え て き た 貴族 や 寺院 の 勢力 が 集ま る 大和 国 から 脱 し て 、 新た な 天智 天皇 系 の 都 を 造 る 意図 が あ っ た と い わ れ る 。 しかし 、 それ から 僅 か 10 年 後 の 794 年 、 桓武 天皇 は 改めて 山背 国 北部 に 遷都 し 、 平安 京 が 成立 し た 。 この 再 遷都 は 、 長岡 京 で 興 っ た 藤原 種継 暗殺 から 早良 親王 廃 太子 に 至 る 一連 の 騒動 や 、 長岡 京 の 造営 が なかなか 進 ま な かっ た こと が 影響 し て い る と み られ て い る 。 平安 京 の 造営 は 、 まず 宮城 ( 大内 裏 ) から 始め られ 、 続 い て 京 ( 市街 ) の 造営 を 進め た と 考え られ る 。 もっとも 、 右京 の 地 は 桂川 ( 淀川 水系 ) の 形作 る 湿地帯 に あた る ため 9 世紀 に 入 っ て も 宅地 化 が 進 ま な かっ た 。 律令 制 が ほとんど 形骸 化 し た 10 世紀 に は 荒廃 し て 本来 京内 で は 禁 じ られ て い る 農地 へ と 転用 さ れ る こと すら あ っ た 。 貴族 の 住 む 宅地 は 大内 裏 に 近 い 右京 北部 を 除 い て 左京 に 設け られ た 。 藤原 氏 の よう な 上流 貴族 の 宅地 が 左京 北部 へ 密集 する 一方 、 貧し い 人々 は 平安 京 の 東限 を 越え て 鴨川 ( 淀川 水系 ) の 川べり に 住 み 始め た 。 鴨川 東岸 に は 寺院 や 別荘 が 建設 さ れ て 市街 地 が さらに 東 に 広げ られ る 傾向 が 生 じ た 。 980 年 に は 朱雀 大路 の 南端 に あ る 羅城門 ( 羅生 門 ) が 倒壊 し 、 以後 再建 さ れ る こと は な かっ た 。 こう し て 次第 に 平安 京 の 本来 の 範囲 より 東 に 偏 っ た 中世 ・ 近世 の 京都 の 街 が 形作 ら れ た 。 平安 京 ( 京都 ) は 、 関東 地方 を 基盤 と する 鎌倉 幕府 や 江戸 幕府 の 成立 に よ っ て 行政 府 と し て の 機能 を 次第 に 失 っ た 。 また 明治 維新 の 際 に は 、 江戸 を 東京 と する こと に よ り 遷都 は 避け られ た もの の 、 天皇 の 東京 行幸 で 留守 の 都 と な っ た ( → 東京 奠都 ) 。 以降 、 京都 へ の 還幸 は 延期 さ れ て い る 。 が 、 明治 天皇 の 指示 で 皇居 は 保存 さ れ 、 天皇 の 在所 を 示 す 高 御 座 も 京都 御所 の 紫宸 殿 に 置 か れ て い る 。 名称 平安 京 は 後世 に お い て は 音読み の 「 へいあんきょう 」 と 読 む が 、 当初 は 「 たいら の みやこ 」 と 訓読み し た 。 普通 、 京 の 名前 は 地名 を 冠 する の が 一般 的 で あ る ため 、 本来 なら 「 葛野 京 ( かど の のみやこ ) 」 と し て も 良 かっ た 。 が 、 前項 で 記 さ れ て い る 長岡 京 で の 騒動 が 原因 の ひと つ と し て 、 再び 遷都 さ れ た 理由 に よ り 、 新京 で は 悪 い こと が 起こ ら ず 「 平安 」 ( 訓読み は 「 たいら 」 ) で あ っ て 欲し い と い う 意味 が 込め られ て い る 。 平安 京 全体 図 ( 仮 ) 平安 神宮 ・ 時代 祭 ( 110 0 年 記念 、 1895 年 ) 京都 駅 ・ 京都 市営 地下 鉄 東西線 ・ 二条 ~ 醍醐 間 ( 120 0 年 記念 、 1997 年 ) 「 鳴 く よ ( 79 4 ) ウグイス 平安 京 」 の 年号 語呂合わせ は 有名 。 「 京都 市 平安 京 創生 館 」 で は , 平安 京復元 模型 ( 1 / 1000 : 京域 ・ 鴨東 ・ 北山 部分 ) , 豊楽 殿 復 元 模型 ( 1 / 20 ) , 豊楽 殿 鴟尾 実物 大模型 の 他 , 平安 時代 の 出土 品 を 多数 展示 し て い る 。 +本能 寺 の 変 ( ほんのうじ の へん ) は 、 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) 、 織田 信長 の 重臣 明智光 秀 が 謀反 を 起こ し 、 京都 ・ 本能 寺 に 宿泊 し て い た 主君 信長 を 襲 い 、 自殺 さ せ た 事件 。 光秀 が 反旗 を 翻 し た 原因 に つ い て は 定か で は な く 、 現在 で も 定説 が 確立 さ れ て い な い 。 さらに は 、 他 の 首謀 者 ( 黒幕 ) が いた と する 説 も 多数 あ り 、 日本 史上 の 大きな 謎 の ひと つ と な っ て い る ( 各説 に つ い て は 変 の 要因 を 参照 ) 。 天正 10 年 ( 15 82 年 ) まで に 、 織田 信長 は 京 を 中心 と し た 畿内 と その 周辺 を 手中 に 収め 、 天正 10 年 3 月 に 武田 氏 を 滅ぼ し た 。 関東 地方 の 後 北条 氏 、 東北 地方 の 伊達 氏 は 信長 に 恭順 する 姿勢 を 見せ て お り 、 これ で 信長 の 目 の 前 に 立ちはだか る 敵 は 、 中国 地方 の 毛利 氏 、 四国 の 長 宗我部 氏 、 北陸 地方 の 上杉 氏 、 九州 の 島津 氏 と な っ た 。 織田 信長 包囲 網 の 一翼 を 担 っ て 一 時期 信長 を 苦しめ た 毛利 氏 は 、 羽柴 秀吉 の 前 に 後退 に 次 ぐ 後退 で ひと頃 の 勢力 を 失 っ た 。 また 上杉 氏 は 上杉 謙信亡 き 後 、 養子 縁組 ・ 上杉 景勝 の 代 で あ り 、 かつて 関東 ・ 越後 国 から 猛攻 を かけ 武田 信玄 を 苦しめ た 強力 な 軍団 は 御館 の 乱 で 勢い を 弱め て い た 。 四国 で は 三好 康長 が 信長 に 属 し 、 丹羽 長秀 の 補佐 を 受け た 織田 信孝 が 長 曾我部 氏 と の 戦争 準備 を 始め て お り 、 すでに 織田 家 が 有利 な 情勢 で あ っ た 。 九州 は 大友 氏 や 龍造寺 氏 が 信長 に 属 する 意志 を 伝え て お り 、 島津 氏 は 単独 で 信長 に 対抗 せ ざる を 得 な い 情勢 で あ っ た 。 安土 城 を 本拠 に 、 柴田 勝家 ・ 明智 光秀 ・ 滝川 一益 ・ 豊臣 秀吉 ・ 織田 信孝 など の 派遣 軍 と 軍団長 を 指揮 し て 天下 統一 を 進め る 織田 信長 は 数え年 で 49 歳 で あ り 、 この まま 順調 に 進 め ば 天下 は 信長 の もの に な る と 思 わ れ る 情勢 で あ っ た 。 その 一方 で 、 多く の 兵力 を 派遣 し て い た ため 信長 周辺 の 軍勢 は 手薄 で あ り 、 武田 家 滅亡 後 は 天下 統一 目前 と い う 開放 的 な 雰囲気 で 、 畿内 で は 信長 、 家康 と も 小勢 で 移動 し て い た 。 そこ を 信長 の 近畿 管区 軍 と い う べ き 光秀 軍 が 襲撃 し た の で あ る 。 光秀 は 、 武田 征伐 から 帰還 し た のち 、 長年 武田 氏 と 戦 っ て 労 あ っ た 徳川 家康 の 接待 役 を 5 月 15 日 よ り 務め た 。 しかし ながら 、 17 日 に 光秀 は 接待 役 を 途中 解任 さ れ て 居城 坂 本城 に 帰 さ れ 、 秀吉 援護 の 出陣 を 命 ぜ られ た 。 解任 の 理由 は 、 15 日 に 羽柴 秀吉 から 応援 の 要請 が 届 い た ため で あ る 。 26 日 に は いま ひと つ の 居城 亀山城 ( 丹波 国 ) に 移り 、 出陣 の 準備 を 進め た 。 愛宕 神社 ( 京都 市 ) に 参篭 し 、 28 日 ・ 29 日 に 「 時 は 今   天 が 下知 る   五 月 哉 」 の 発句 で 知 ら れ る 連歌 の 会 を 催 し た 。 この 句 が 、 明智 光 秀 の 謀反 の 決意 を 示 す もの と の 解釈 が あ る が ( 下記 動 機 と 首謀 者 に 関 する その 他 の 考察 の 項 参照 ) 、 句 の 解釈 は 種々 あ る 。 一方 、 信長 は 29 日 に 秀吉 の 応援 に 自ら 出陣 する ため 小姓 を 中心 と する 僅 か の 供回り を 連れ 安土 城 を 発 つ 。 同日 、 京都 ・ 本能 寺 に 入 り 、 ここ で 軍勢 の 集結 を 待 っ た 。 同時 に 、 信長 の 嫡男 ・ 織田 信忠 は 妙覚 寺 ( 京都 市 ) に 入 っ た 。 翌 6 月 1日 、 信長 は 本能 寺 で 茶会 を 開 い て い る 。 同じ 6 月 1日 の 夕 、 光秀 は 1 万 3000 の 手勢 を 率い て 丹波 亀山城 を 出陣 し 京 に 向か っ た ( 光秀 は 亀山 城 ( 丹波 国 ) に は 事件 前 に も 後 に も 死 ぬ まで 立ち寄 っ て お ら ず 、 坂本城 より 3000 の 兵 で 本能 寺 に 向か い 、 到着 し た の は 本能 寺 が 焼け落ち た 午前 7 時 半 より 数 時間 後 の 9 時 頃 だっ た と する 説 も あ る ) 。 翌 2 日 未明 、 桂川 ( 淀川 水系 ) を 渡 っ た ところ で 「 敵 は 本能 寺 に あ り 」 と 宣言 し て 、 襲撃 を 明らか に し た 。 江戸 時代 の 頼山 陽 の 『 日本 外史 』 で は 、 亀山 城 出陣 の 際 に 「 信長 の 閲兵 を 受け る の だ 」 と し て 桂川 渡河 後 に 信長 襲撃 の 意図 を 全軍 に 明らか に し た と あ る が 、 実際 に は 、 ごく 一部 の 重臣 しか 知 ら な かっ た と の 見解 が 有力 で あ る 。 なお 大軍 で あ る ため 信忠 襲撃 に は 別隊 が 京 へ 続 く もう ひと つ の 山道 ・ 明智越 を 使 っ た と 言 う 説 も あ る 。 「 敵 は 本能 寺 に あ り 」 は 江戸 時代 初期 の 『 川角 太閤 記 』 が 初出 だ が 、 『 川角 太閤 記 』 に は 明智 軍 の 参加 者 も 協力 し た と も い わ れ る 。 また ルイス ・ フロイス の 『 日本 史 』 ( Historiade Iapan ) や 、 変 に 従軍 し た 光秀 配下 の 武士 が 江戸 時代 に 書 い た と い う 『 本城 惣右衛門 覚書 』 に よ れ ば 、 当時 、 重職 以外 の 足軽 や 統率 の 下級 武士 は 京都 本能 寺 に い る 徳川 家康 を 討 つ もの と 信 じ て い た 、 と さ れ て い る 。 6 月 2 日 早朝 ( 4 時 ごろ と する 説 あり ) 、 明智 軍 ( 光秀 は この 時 、 京都 に も 入 っ て お ら ず 、 本能 寺 到着 は 9 時 。 指揮 し た 者 が 不明 の 謎 の 軍団 と する 説 も あ る ) は 本能 寺 を 完全 に 包囲 し た 。 物音 に 目覚め た 信長 は 、 家来 の 喧嘩 だ と 思 い 、 近習 に 様子 を 探 ら せ た 。 する と 「 本能 寺 は 軍勢 に 囲 ま れ て お り 、 紋 は 桔梗 ( 明智 光 秀 の 家紋 ) で あ る 」 と 報告 さ れ た 。 信長 は 「 是非 に 及 ば ず 」 と 言 い 、 弓 ( 武器 ) を 持 ち 表 で 戦 っ た が 、 弦 が 切れ た の で 次 に 槍 を 取り敵 を 突き伏せ た 。 しかし 殺到 する 兵 から 槍傷 を 受け た ため 、 それ 以上 の 防戦 を 断念 、 女衆 に 逃げ る よう 指示 し て 、 奥 に 篭 り 、 信長 の 小姓 ・ 森成利 に 火 を 放 た せ 、 自刃 し た と 言 わ れ る ( 信長 の 家臣 太田 牛一 の 著作 『 信長 公記 』 に よ る 、 この 女衆 に 取材 し た と ある ) 。 信長 の 遺骸 は 発見 さ れ な かっ た 。 信長 が 帰依 し て い た と する 阿弥陀 寺 ( 上立 売 大宮 ) 縁起 に よ れ ば 、 住職 清玉 が 裏 の 生垣 から 割入 っ て 密か に 運び出 し 、 荼毘 に 付 し た と さ れ る 。 この 縁 で 阿弥陀 寺 ( 上京 区 鶴山 町 に 移転 ) に は 、 「 織田 信長 公本 廟 」 が 現存 する 。 しかし 本能 寺 に は 堀 と 土居 が あ り 、 この 説 は 疑問 で あ る 。 また この 縁起 「 信長 公阿弥陀 寺 由緒之 記録 」 は 古 い 記録 が 焼け た ため 享保 16 年 に 記憶 を 頼り に 作り直 し た と 称 する もの で 、 仏教 へ の 不信 の 信長 が 帰依 し て い た と する こと も 含め 信じ が た い 。 未 発見 の 原因 は 、 大きな 建物 が 焼け落ち た 膨大 な 残骸 の 中 に 当時 の 調査 能力 で 遺骸 は 見つけ られ な い と い う 指摘 が あ る 。 一方 、 本能 寺 から 200 m の 近辺 に 教会 の あ っ た ルイス ・ フロイス の 『 日本 史 』 ( Historiade Iapan ) で は 、 「 ( 午前 3 時 頃 と 言 わ れ る ) 明智 の ( 少数 の ) 兵 たち は 怪し ま れ る こと 無 く 難 なく 寺 に 侵入 し て ( 6 月 2 日 に 御所 前 で 馬揃え を する 予定 で あ っ た の を 織田 の 門番 たち は 知 っ て い た の で 油断 し た と 思 わ れ る ) 、 信長 が 便所 から 出 て 手 と 顔 を 清め て い た ところ を 背後 から 弓矢 を 放 っ て 背中 に 命中 さ せ た 。 直後 に 信長 は 小姓 たち を 呼 び 、 鎌 の よう な 武器 ( 薙刀術 ) を 振り回 し ながら 明智 の 兵達 に 対 し て 応戦 し て い た が 、 明智 の 鉄砲 隊 が 放 っ た 弾 が 左肩 に 命中 し た 。 直後 に 障子 の 戸 を 閉じ た ( 火 を 放 ち 自害 し た ) 」 と い う 内容 に な っ て い る 。 明智 謀 反 の 報 を 受け た 信忠 は 本能 寺 に 救援 に 向か お う と し た が 、 既に 事態 は 決 し た から 逃げ る よう に 側近 に 諭 さ れ た 。 しかし 信忠 は 光秀軍 は 包囲 検問 を し て い る だ ろ う から と 逃亡 を あきらめ て 、 守り に 向か な い 妙覚 寺 を 離れ た 。 実際 は 包囲 は 十分 で な く 、 織田 長益 など 逃げ おおせ て お り 、 歴史 を 変え る ほど の 判断 の 誤り で あ っ た 。 そして 京都 の 行政 担当 者 で あ る 村井 貞勝ら と 共 に 二条 御所 ( 二条 新造 御所 ) に 移 っ た 。 信忠 は 何 箇 所 も の 傷 を 負 い ながら 2人 を 切り倒 す 猛将 ぶり を 見せ 、 少数 で 猛烈 な 抵抗 を 見せ て 三 度 も 光秀軍 を 退却 さ せ た 。 時間 の 経過 と とも に 京都 市 内 に 別泊 し て い た 馬廻り たち も 少し ずつ 駆けつけ 、 反乱 の 去就 が 危う く な っ て き た 。 光秀軍 は 最後 の 手段 で 隣接 の 近衛 前 久邸 の 屋根 から 丸見え の 二 条 御所 を 銃矢 で ねらい 打 ち 、 側近 を 殆ど 倒 し た 。 こう し て 信忠 は 自刃 し 、 二条 御所 は 落城 し た 。 ( 『 信長 公記 』 、 『 當代 記 』 、 ) 妙覚 寺 に は 、 信忠 と 共 に 、 信長 の 弟 ・ 織田 長益 ( のち の 織田 有楽斎 ) も 滞在 し て い て 、 信忠 と とも に 二条 御所 に 移 っ た が 、 落城 前 に 逃げ出 し た ( 『 三河 物語 』 ) 。 そして 安土 城 を 経 て 岐阜 県 へ と 逃れ 、 無事 で あ っ た 。 信忠 が 自害 し た の に 対 し 、 長益 は 自害 せ ず に 逃げ出 し た ため 、 その こと を 京 の 民衆 に 「 織田 の 源五 は 人 で は な い よ   お腹召 さ せ て お い て   われ は 安土 へ 逃げ る 源五   6 月 2 日 に 大水 出 て   織田 の 源 な る 名 を 流 す 」 と 皮肉 ら れ た と 言 わ れ て い る 。 また 、 信忠 が 二条 御所 で 奮戦 し た 際 、 ネグロイド の 家臣 ヤスケ も 戦 っ た と い う 。 ヤスケ は もともと 、 宣教 師 と の 謁見 の 際 に 信長 の 要望 で 献上 さ れ た 黒人 の 奴隷 で あ る 。 ヤスケ は 、 この 戦い の 後 捕ま っ た もの の 殺 さ れ ず に 生き延び た が 、 その 後 の 消息 は 不明 で あ る 。 本能 寺 の 変 に 触れ る ドラマ の 中 で は 、 ヤスケ が 信長 に 殉 じ て 討ち 死 に する と い う 描 か れ 方 を さ れ る こと も あ る 。 ちなみ に 、 2007 年 に な り 、 本能 寺 跡 の 発掘 調査 が 行 わ れ 、 本能 寺 の 変 と 同 時期 の 大量 の 焼け 瓦 と とも に 、 堀跡 と 護岸 の 石垣 も 見つか っ た 。 本能 寺 が 史料 の 通り 、 天正 8 年 ( 1580 年 ) 年 2 月 に 、 堀 土居 を 造 り 厩 新設 し 本堂 など の 改築 で 信長 宿舎 と し て 改造 さ れ た こと を 裏付け て い る 。 信長 が 本能 寺 の 変 に 気付 き 、 敵対 勢力 に 対 し て 本能 寺 で 軍備 を 整え て い た こと を 指摘 し て い る 。 一般 的 に は 、 ドラマ など の 影響 で 信長 から の 度重な る イジメ が 原因 だ と する 理解 が 多 い が 、 それ ら は 根拠 の な い フィクション で あ る 。 また 、 クーデター や 、 信長 に よ る 古く から の 日本 社会 を 変革 さ せ る 急進 的 な 動き ( 仏教 弾圧 など ) へ の 反動 ( 反 革命 ) と の 理解 も 多 い 。 光秀 の 挙兵 の 動機 に は 怨恨 、 天下 取り の 野望 、 朝廷 守護 など 数 多く の 説 が あ り 、 意見 の 一致 を み て い な い 。 一般 に 知 ら れ る 怨恨 説 は 以下 の 様 な もの で あ る 。 悪臭 の する 魚 を 出 し て 家康 の 接待 役 を 解任 さ れ て 面目 を 失 っ た 。 光秀 は 悔し が り 食器 を 池 に 投げ入れ た ( 『 川角 太閤 記 』 ) まだ 敵地 の 出雲 国 ・ 伯耆 国 もしくは 石見 国 に 国替え を 命 ぜ られ た ( 『 絵本 太閤 記 』 ) 八 上城 戦 で 母 を 信長 の ため に 死 な せ て しま っ た ( 『 総見 記 』 、 『 絵本 太閤 記 』 ) 武田 家 を 滅 ぼ し た 先勝 祝い の 席 で 光秀 が 「 これ で わし ら も 骨 を 折 っ た かい が あ っ た 」 と 言 っ た の を 信長 が 聞 き 咎 め 「 おまえ ごと き が 何 を し た の だ 」 と 殴 り 足蹴 に さ れ て 恨 ん だ ( 『 祖父 物語 』 ) など これ ら は 、 江戸 時代 以降 に 創作 さ れ た 講談 話 で あ り 、 明確 な 裏付け は な い 。 この うち 「 国替え 説 」 は 、 唯一 史料 と し て 変 19 日 前 の 5 月 14 日付け の 丹波 国 人 、 土豪 へ の 軍役 を 課 し た 織田 信孝 の 軍令 書 が 存在 し 、 この 人見 家 文書 の 花押 の 真偽 を 巡 る 学問 的 な 論議 と な っ て い る 。 しかし 梁田 広正 や 滝川 一益 で も 同様 の 敵地 へ の 領地 替え が 行 わ れ て 旧領 は しばらく 安堵 さ れ て い た の で 、 これ は 新領 獲得 まで 旧領 安堵 する と い う 当時 の 作法 で は と い う 説 が あ る 。 また これ ら と は 別 の もの で 、 ルイス ・ フロイス の 『 日本 史 』 に 、 変数 ヶ月 前 に 光秀 が 何 か 言 う と 信長 が 大きな 声 を 上げ て 、 光秀 は すぐ 部屋 を 出 て 帰 る 、 と い う 諍い が あ っ た 、 と 記 さ れ て い る 。 本能 寺 の 変前年 に 光秀 が 記 し た 『 明智 家 法 』 に よ れ ば 、 『 自分 は 石ころ の よう な 身分 から 信長 様 に お 引き立て 頂 き 、 過分 の 御恩 を 頂 い た 。 一族 家臣 は 子孫 に 至 る まで 信長 様 へ の 御 奉公 を 忘れ て は な ら な い 』 と い う 趣旨 の 文 を 書 い て い る 。 これ に よ れ ば 信長 に 対 し て は 尊崇 の 念 を 抱 い て い る こと が 伺え る 。 また 変三 ヶ月 前 の 茶会 で 宝 を お く 床 の 間 に 信長 の 書 を 架け る など 心服 し て い る 様子 が あ る 。 この ため 怨恨 で は な い 別 の 動機 を 求め る 説 も 支持 さ れ て お り 、 特に 光秀 以外 の 黒幕 の 存在 を 想定 する 説 が 多 く 行 わ れ て い る 。 ルイス ・ フロイス の 『 日本 史 』 に は 「 裏切り や 密会 を 好 む 」 「 刑 を 科 する に 残酷 」 「 忍耐 力 に 富 む 」 「 計略 と 策略 の 達人 」 「 築城 技術 に 長け る 」 「 戦い に 熟練 の 士 を 使 い こな す 」 等 の 光秀評 が あ る 。 従来 は ドラマ や 旧領 丹波 など 一部 の 地域 で は 遺徳 を 偲 ん で い る 事 など の 影響 か 誠実 な イメージ が あ る 。 しかし 、 教養 の 高 い 文化 人 で 線 が 細 い と い わ れ る 光秀像 と 別 に 、 フロイス の 人物 評 や 信長 が 「 佐久間 信盛折檻状 」 で 功績 抜群 と し て 光秀 を 上げ た よう に 、 したたか な 戦国 武将 と し て の 姿 が 見え る 。 信長 の 四国 征伐 を 回避 する ため 乱 を 起こ し た と する 説 。 四国 で は 、 土佐 国 の 長 宗我部 元親 が 明智 家臣 斎藤 利三 と 姻戚 関係 を 結 び 、 光秀 を 通 じ た 信長 と の 友好 関係 の 下 で 統一 を 進め て い た 。 一方 、 敗走 し た 阿波 国 の 三好 康長 は 秀吉 と 結び ( 甥 の 豊臣 秀次 を 康長 の 養子 と し た ) 、 旧領 の 回復 を 目指 し た 。 長 宗我部 氏 に よ る 四国 統一 を 良し と し な い 信長 は 、 天正 10 年 2 月 に 元親 へ 土佐 ・ 阿波 2 郡 のみ の 領有 と 上京 を 命 じ た 。 これ を 、 元親 が 拒否 し た ため 、 織田 信孝 ( 信長 の 三男 ・ 四国 征伐 後 に 三好 家 の 養子 と な り 三好 家 を 継 ぐ こと が 内定 し て い た ) を 大将 と し て 四国 征伐 を 行 う こと に な っ た 。 まず 、 康長 が 先鋒 と し て 四国 に 入 り 、 6 月 2 日 に は 信孝 、 丹羽 長秀ら に よ る 本軍 が 大坂 より 出陣 する 予定 で あ っ た 。 この 説 は 、 終戦 直後 から 高柳 光壽 など が 指摘 し 、 少な く とも 高柳 や その 支持 派 が 長 く 唱え て い る 説 の よう で あ る 。 桐野 作人 は 、 朝廷 黒 幕説 へ の 自己 批判 と い う 意味 から か 「 信長 は 、 毛利 水 軍 を 牽制 する ため に 長 宗我部 氏 が 必要 だっ た が 、 本願 寺 の 退去 と 毛利 水 軍 の 衰微 が 長 宗我部 氏 を 必要 と し な く な っ て い っ た 。 その 結果 、 長 宗我部 氏 と の 親戚 ・ 婚姻 関係 樹立 に 尽力 し た 光秀 と 利三 の 立場 が 危う く な っ た 」 と い う 説 を 唱え た 。 その 観点 から 『 真説 本能 寺 』 を 2001 年 に 、 『 だれ が 信長 を 殺 し た の か 本能 寺 の 変 ・ 新た な 視点 』 を 2007 年 に 上梓 し た 。 信長 を 討 つ こと に つ い て 、 光秀 自身 の 動機 で は な く 、 何 ら か の 黒幕 の 存在 を 想定 し 、 その 者 の 意向 を 背景 に あ る こと を 指摘 する 説 と し て は 、 以下 の よう な もの が あ る 。 自分 を 追放 し 、 室町 幕府 を 滅亡 に 追いや っ た 信長 に 恨み を 抱 く 足利 義昭 が 、 その 権力 を 奪い返 す ため に 光秀 を そそのか し た と する 説 。 三重 大学 の 藤田 達生 教授 が 中心 と な っ て 主張 さ れ て い る 。 日 ごと に 権力 を 増 す 信長 に 脅威 を 抱 い た 朝廷 は 、 信長 の 朝廷 に 対 する 忠誠 心 を 計 る ため 、 天正 10 年 ( 15 82 年 ) に 「 いか 様 の 官 に も 任 ぜ られ 」 ( どの よう な 官位 も 望み の まま に 与え る ) と 記 さ れ た 誠仁 親王 の 親書 ( 誠仁 親王 御 消息 ) を 送 る 。 しかし 信長 は 、 親書 を 届け た 勅使 に 明確 な 返答 を し な い まま 返 し て しま う 。 天皇 を 軽ん じ た 信長 の 態度 に 朝廷 は うろたえ る が 、 それ 以上 に 信長 が 朝廷 に 征夷 大将軍 の 任 を 求め る こと を 恐れ た 足利 義昭 は 、 かつて の 家臣 ・ 明智 光秀 に 信長 暗殺 を 持ちかけ る 。 信長 に よ っ て 閑職 へ 追いや ら れ た 光秀 は この 申し出 を 受け 、 信長 の 天皇 謁見 を 妨害 する ため 本能 寺 の 変 を 計画 し た と さ れ る 。 藤田 は この 説 を 裏付け る 証拠 と し て 、 本能 寺 の 変 の 直前 に 光秀 が 上杉 景勝 に 協力 を 求め て 送 っ た 使者 が 、 「 御 当方 ( 上杉 の こと ) 無二 御 馳走 ( 協力 ) 申し上げ る べ き 」 ( 「 覚上 公御 書集 」 より ) と 、 明らか に 上杉 より 身分 の 高 い 人物 へ の 協力 を 促 し て い る こと を 示 し て い る 。 加え て 本能 寺 の 変直後 、 光秀 が 紀州 雑賀 衆 ・ 土橋 重治 へ 送 っ た 書状 に 「 上意 馳 走 申しつけ られ て 示 し 給 い 、 快然 に 候 」 と 、 光秀 より 身分 の 高 い 者 から の 命令 を 指 す 「 上意 」 と い う 言葉 を 使 っ て い る こと を 挙げ 、 光秀 の 背後 に 足利 義昭 が 存在 し た と 主張 し て い る 。 信長 に 仕え る よう に な る 前 から の 光秀 と 義昭 の 繋がり や 、 打倒 信長 の ため に 諸 大名 の 同盟 を 呼びかけ た 義昭 の 過去 の 行動 など が 根拠 と な っ て い る 。 この 説 に 対 し て は 、 義昭 を 庇護 し て い た 毛利 氏 が ( 定説 に よ れ ば ) 本能 寺 の 変 を 知 ら な かっ た こと に つ い て 説明 が 付 か な い と の 反駁 が あ る 。 仮 に 義昭 が 黒幕 で あ れ ば 当然 毛利 氏 も 知 っ て い る はず と の 考え が この 反駁 の 根拠 と な る 。 この 反駁 と の 関係 で は 、 毛利 氏 が 本能 寺 の 変 を 知 っ て い た か どう か に つ い て 異説 が あ る 。 太閤 記 や 佐久間 軍記 など で は 、 和議 の 時点 で すでに 毛利 氏 は 本能 寺 の 変 の 発生 を 知 っ て い た と し て 描 か れ て お り 、 小早川 隆景 が 「 信長 に 代わ っ て 天下 を 治め る の は 秀吉 で あ る から 、 今 の うち に 恩 を 売 る べ き で あ る 」 と し て 和議 を 支持 する 進言 を し て い る 。 仮 に これ が 事実 だ と すれ ば 、 義昭 説 と も 矛盾 は し な い こと に な る 。 また 、 紀州 の 雑賀 衆 に すぎ な い 土橋 重治 で すら 、 光秀 に 対 し て 信長 討伐 の 協力 を 申し出 て い る こと から 、 毛利 氏 が 本能 寺 の 変 を 知 っ て い た と し て も 不思議 で は な い と する 考え も あ る 。 朝廷 黒 幕説 に は 、 中心 と な る 黒幕 と し て 、 正親 町 天皇 ・ 誠仁 親王 、 あるいは 近衛 前久 等 の 公家 衆 を 主体 と み る か に つ い て 意見 が 分かれ る 。 「 三職 推任 問題 」 で の 信長 の 対応 を み て 、 朝廷 側 が 、 信長 は 朝廷 を 滅ぼ す 意思 を 持 っ て い る の で は な い か と 考え た こと を 根拠 の 一 つ と し て 挙げ る 。 光秀 は 、 信長 ・ 信忠 を 討 っ た 後 、 朝廷 に 参内 し 、 金品 を 下賜 さ れ て い る 。 また 、 山崎 の 戦い の 後 、 織田 信孝 が 近衛 前久 に 対 し 追討 令 を 出 し て 執拗 に 行方 を 捜 し た こと 、 吉田 兼見 が 事情 の 聴取 を 受け て い る こと 、 更に 当時 の 一 級 史料 で あ る 『 兼見卿 記 』 ( 兼見 の 日記 ) の 原本 内容 が 本能 寺 の 変 の 前後 1 か月 に つ い て 欠け て お り 、 天正 10 年 の 項目 は 新た に 書き直 し て い た 、 と い う 点 も 、 朝廷 黒 幕説 を 支え る 根拠 と さ れ て い る 。 「 三職 推任 問題 」 は 、 本能 寺 の 変 の 直前 の 出来事 で あ り 、 その 性質 上 、 信長 が 即答 可能 な 問題 で は な い こと 、 京 へ の 立ち寄り の 理由 の 1 つ は 、 それ へ の 返答 に あ っ た と 考え られ る こと は 、 上記 根拠 へ の 疑問 を 投げかけ る ( 信長 が 返答 する こと を 阻止 する ため に この 日程 で 本能 寺 を 襲 っ た と 解 する 事 は 可能 で は あ る ) 。 さらに 近衛 前久 は 本能 寺 の 変 の 当日 また は 数 日 後 に 出家 し て お り 、 これ を 細川 幽斎 の 出家 と 同様 、 信長 に 殉 じ た と 解釈 する の が 適切 と 見 る 見解 や 、 後々 まで 信長 の 死 を 惜し ん だ 和歌 を 残 し て い る 事 など が 反論 と し て 挙げ られ て い る 。 信孝 捜索 も 上記 の 信忠 戦 で 屋根 に 光秀 軍 を 上 ら せ 殲滅 さ せ た こと を 咎め た の で は な い か と い う 説 が あ る 。 また 、 正親 町 天皇 や 誠仁 親王 に 関 し て も 具体 的 な 証拠 が あ る わけ で は な く 仮説 の 域 を 出 な い 。 特に 誠仁 親王 に 関 し て は 、 変 に 際 し て 二 条 御所 で 危う く 巻き添え に な り かけ た こと が 、 朝廷 説 へ の 反論 と し て 言及 さ れ て い る 。 さらに 、 天皇 ・ 朝廷 が 関わ っ て い る の なら 、 なぜ 綸旨 や 太刀 の 下賜 など で 光秀 を 正当 化 し な い の か 。 この 場合 天皇 側 は 事後 に 責任 を 問 わ れ な い 。 また 光秀 が 朝廷 天皇 と の 関係 を 表明 し な い の か 。 これ で は 光秀 に は 組 む メリット が な い と 最近 多く の 研究 で 言及 さ れ て い る 。 2007 年 に な っ て 1992 年 に 『 兼見卿 記 』 を 基 に し た 『 信長 謀殺 の 謎 』 を 上梓 し て い る 桐野 作人 が 、 インタビュー の 中 で 、 ある 研究 者 に 『 これ は 一種 の 陰謀 史観 だ よ 』 と 言 わ れ た こと や 、 「 その ころ は 古 文書 の くず し 字 が ほとんど 読め な かっ た 」 こと を 告白 し 、 自説 を 批判 し て い る 。 朝廷 の 関与 を 否定 する 説 も 、 否定 し な い 説 も 、 信長 と 正親町 天皇 の 関係 に つ い て は 、 退位 を 要求 し た と する 点 に 着目 する 説 と 、 反対 に 、 天皇 自身 の 退位 希望 を 信長 が 受け入れ な かっ た 点 に 着目 する 説と に 分かれ る 。 前者 が 天正 元年 12 月 8 日 の 『 孝親 日記 』 、 後者 が 天正 9 年 4 月 1日 の 『 兼見卿 記 』 の 記述 を 挙げ て る こと が 多 く 、 信長 の 皇室 政策 の 時期 的 に 相違 する 部分 の 一部 を 捉え て 自説 の 論拠 と し て 挙げ る 傾向 が 見 られ る 。 暦 の 問題 に つ い て 、 天正 11 年 の 1 月 の 京暦 の 中 に 雨水 が 含 ま れ ず に 本来 中気 が 入 っ て は な ら な い 閏 1 月 に ずれ て しま う と い う 太陽 太陰暦 の 原則 に 反 し た 錯誤 が 生 じ て い た 。 武家 伝奏 で あ っ た 公家 の 勧修 寺 晴豊 の 「 日々 記 」 の 天正 十 年 夏 記 六 月 一日 に よ る と 、 信長 は これ を 死 の 前日 まで 公 に 指摘 し て い た 。 これ も 朝廷 に 対 する 己 の 優位 を 示 す ため の キャンペーン の ひと つ で あ っ た と 捉え る か 、 信長 式 の 尊王 的 態度 の 表れ だ と 捉え る か で も 、 争い が あ る 。 また 、 フロイス 「 日本 史 」 に おけ る 信長 神格 化 の 記述 を もと に 、 信長 神格 化 が 朝廷 と 相 容れ な かっ た と する 指摘 も あ る ( この 点 の 最近 の 指摘 者 と し て 井沢 元彦 ) 。 ただし 、 フロイス の 記述 の 信憑 性 から 、 看過 な い し 黙殺 する 説 が 比較 的 多 い 。 ( → 動機 と 首謀 者 に 関 する その 他 の 考察 参照 ) いずれ の 説 に よ っ て も 朝廷 財政 の 最大 の 負担 者 と な っ た 信長 が 朝廷 の 意思 決定 に 介入 し う る 立場 に あ り 、 両者 に 軋轢 が あ っ た こと を 認め て い る 点 に ほぼ 争い は な く 、 信長 の 行為 と 介入 の どの 要素 を 選択 し て どう 評価 する か に よ り 、 説 の 展開 が 異な っ て い る 。 なお 、 勧修 寺 晴豊 の 「 日々 記 」 で は 、 天正 十 年 夏記 に お い て 、   六 月 十 七 日   天晴 。 早天 ニ済 藤 蔵助 ト申 者 明智 者 也 。 武者 な る 者也 。 かれ な と 信長 打談合 衆也 。 いけと ら れ 車 に て 京中 わた り 申候 。 と 光秀 と 朝廷 側 の 人間 が 「 信長 ヲ打 ツ 」 謀議 ( 談合 ) を 持 っ て い た こと と 伺 わ せ る 記述 が あ る 。 立花 京子 が 提唱 し た 、 イエズス 会 が 日本 の 政権 交代 を もくろん だ と する 説 。 ここ で は 「 信長 政権 その もの が 南欧 勢力 の 傀儡 に 過ぎ な かっ た 」 、 と さ れ て い る 。 更に 大友 宗麟 は イエズス 会 と 信長 と を 繋 ぐ 舞台 廻し で あ っ た と さ れ 、 イエズス 会 の 最終 目的 は 明 の 武力 征服 で あ り 、 結局 の 所 、 変 は 信長 から 秀吉 に 首 を すげかえ る 為 の もの に 過ぎ な かっ た 、 と し て い る 。 この 説 に 対 する 反論 と し て は 「 信長 は イエズス 会 から 資金 提供 を 受け て い た 」 と い う 点 に 関 し 、 当事 の 会 の 定 収入 は 年 2 万 クルザード 程度 で あ り 、 しかも その 半分 以上 は インド に 送金 さ れ て お り 、 そもそも 会 を 維持 運営 する の に も 事欠 く 有様 で あ っ た こと など が 挙げ られ て い る 。 この 他 に も 立花 の 史料 の 扱い 方 に 関 する 問題 が 、 江戸 時代 の 信用 に 欠け る 『 明智 軍 記 』 など を 検証 無 く 多数 引用 する 、 など 谷口 克広 の 2007 年 の 著作 に 提起 さ れ て い る 。 信長 の 死 の 報 を いち早く 入手 し 、 備中 高松城 へ の 攻城 戦 包囲 に よ り 殆ど 戦力 を 失 っ て い な かっ た 事 から 事前 に 変 を 知 っ て い た と する 。 また 秀吉 に と っ て 都合 の 良 い 状況 で 光秀 と 戦 っ て 勝利 を 収め 、 また 本能 寺 の 変 を きっかけ に 秀吉 が 天下 人 と な り 、 結果 的 に 一番 利益 を 得 て い る こと から 。 物証 に 欠 く ため 学説 と し て は 定着 し て い る と は 言 い がたい が 、 「 もっとも 利益 を え た 者 を 疑え 」 と い う 推理 の セオリー に よ り 、 フィクション 等 で 採用 さ れ る 事 が 多 い 説 。 豊臣 秀吉本能 寺 の 変 の 黒幕 説 参照 。 徳川 家康説 は 、 状況 証拠 が 多 い に 留ま る が 、 天海 僧正 ( 南光 坊 ) = 光秀説 に よ り 、 興味 あ る 内容 と な っ て い る 。 首謀 と い う より 、 変 に 賛同 、 支援 な い し 、 事後 に 僧侶 と し て 生存 し て い た 光秀 を 匿 っ た と い う もの 。 これ も 歴史 小説 で は よく 触れ られ る 。 フロイス 「 日本 史 」 に よ れ ば 、 変 の 直前 の 天正 10 年 5 月 15 日 家康 が 戦勝 祝賀 の ため に 武田 の 降将 の 穴山 信君 ( 梅雪 ) の 随伴 で 信長 を 安土 城 に 訪ね た 際 、 当初 、 光秀 が 饗応 役 と な っ た 。 「 これ ら の 催 しごと ( 家康 の 饗応 ) の 準備 に つ い て 、 信長 は あ る 密室 に お い て 明智 と 語 っ て い た が 元来 、 逆上 し やす く 、 自ら の 命令 に 対 し て 反対 を 言 わ れ る こと に 堪え られ な い 性格 で あ っ た の で 」 光秀 を 折檻 し 饗応 役 を 解 い た 。 ここ で 信長 が 怒り狂 っ た 饗応 の 不手際 と は 、 「 太閤 記 」 に あ る よう な 「 魚 が 腐 っ て い た 」 と い っ た よう な 表 の 理由 で は な く 、 実 は 、 信長 が 饗応 の 機会 を 捉え て 家康 を 暗殺 する よう 光秀 に 指示 した が これ を 光秀 が 拒 ん だ の が 真因 だ と 解釈 する 等 、 信長 に 家康 暗殺 の 意図 が あ っ た こと を 推定 する 説 が 多 い 。 裏づけ と する 史書 の 記述 と し て 、 フロイス の 「 日本 史 」 が 続 い て 、 光秀 の 京都 へ の 反転 に 際 し て 「 兵士 たち は かよう な ( 本能 寺 を 攻め る ) 動き が いったい 何 の ため で あ る か 訝 り 始め おそらく 明智 は 信長 の 命 に 基づ い て 、 その 義弟 で あ る 三河 の 国主 ( 家康 ) を 殺 す つもり で あ ろ う と 考え た 。 」 と い う 部分 が あ る 。 また 、 江村 宗具 の 「 老人 雑話 」 の 、 「 明智 の 乱 ( 本能 寺 の 変 ) の とき 、 東照宮 ( 家康 ) は 堺 に おわ し ま し た 。 信長 は 羽柴 藤五郎 に 仰せつけ られ て 、 家康 に 大坂 堺 を 見せよ と つかわ さ れ た の だ が 、 実 の ところ は 隙 を み て 家康 を 害 する 謀 で あ っ た 」 と ある 部分 が 著名 で あ る 。 また あわせ て 主張 さ れ る 点 と し て 以下 の よう な もの が あ る 。 正妻 の 築山 殿 、 嫡男 の 松平 信康 の 誅殺 命令 に あ る よう に 、 織田 と 徳川 は 後世 に 美化 さ れ た よう な 「 同盟 」 と い う 対等 の 関係 で な く 、 徳川 は 織田 に と っ て 、 使い捨て の 駒 に 過ぎ ず 、 東方 平定 の ため に は 、 早々 に 完全 に 弱体 化 さ せ る か 滅ぼ さ れ る べ き 存在 に 過ぎ な かっ た 。 信長 の 敵対 者 で あ る 伊賀 忍者 に 守 ら れ た 逃避 行 は 、 後世 、 光秀方 に 誅 さ れ る こと を 恐れ た もの と さ れ る が 、 本来 は 信長 方 に 誅 さ れ る こと を 恐れ て 事前 に 準備 さ れ た もの だっ た 、 ないし 、 自己 の 関与 を 否定 する ため の 演出 で あ っ た 。 天海 僧正 ( 南光 坊 ) = 光秀生存説 に つ い て は 次 の よう な 事例 を あげ る と とも に 、 家康 の 光秀 に 対 する 称揚 と 受け取 ら れ る 行為 に 注目 する 説 も 多 い 。 光秀 の 首 と さ れ た もの は すでに かなり の 腐敗 の 進 ん だ 状態 で 実検 さ れ た 。 天海 僧正 の 前半 生 は 謎 。 しかし 軍議 に 参加 し 家康 が 信任 する ほど の 手腕 。 あきらか に 通常 の 僧侶 で な い 。 比叡山 に 、 慶長 20 年 2 月 に 「 願主 光秀 」 が 寄進 し た と 刻 ま れ た 石灯籠 が 存在 する 。 光秀 の 位牌 を 祀 る 大阪 の 本徳 寺 に 残存 する 光秀 の 肖像 画 に は 「 放下 般 舟 三 昧去 」 と い う 裏書 が あ り 、 その まま 読 め ば 光秀 は 仏門 で 余生 を 送 っ た と い う 意味 で あ る 。 斎藤 利三 の 娘 で あ る 春日 局 は 、 初 対面 で あ る はず の 天海 に 対 し て 最上 礼 で あ る 「 平伏 」 を し た 上 で 「 お 久 しゅう ござ い ま す 」 と 述べ た 。 東照宮 陽明門 の 武士 木像 、 鐘楼 の 紋 は 明智 の 家紋 で あ る 「 桔梗 」 で あ る 。 家康 は 、 光秀 が 所有 し て い た 熊毛 の 鑓 ( やり ) を 何故 か所有 し て お り 「 これ は 名将 日向 守殿 の 鑓 で あ る 、 日向 守 の 武功 に 肖 れ 。 」 と 付言 し て 従兄弟 水野 勝成 に 与え た 。 家光 の 「 光 」 と 、 秀忠 の 「 秀 」 で 、 合わせ る と 「 光秀 」 。 ( ただし 、 秀忠 の 秀 の 字 は 松平 秀康 と 同じく 秀吉 から の 偏諱 で あ る 。 ) 堺 の 豪商 ( また は 千 利休 ) 説 毛利 輝元 ( あるいは 小早川 隆景 ) 説 朝廷 と 羽柴 秀吉 の 共謀 説 島津 氏 関与説 - 信長 が 毛利 氏 を 滅ぼ し た 後 、 九州 征伐 を 開始 する の は 時間 の 問題 で あ る 。 さらに 信長 と 通じ る 大友 氏 や 龍造寺 氏 ら の 反攻 を 受け て 苦境 に 立た さ れ て い た 島津 氏 が 、 朝廷 の 公家 ら と 共謀 し て い た と い う 説 。 根拠 は 乏し い の だ が 、 島津 義久 の 側近 で あ る 上井 覚兼 の 日記 と し て 有名 な 「 上井 覚兼 日記 」 の 記述 で 、 本能 寺 の 変 が 起こ っ た 天正 10 年 6 月 2 日 から 11 月 3 日 まで の 項 が 白紙 に さ れ て い る の で あ る 。 なぜ 、 この 項 だけ 触れ られ て い な い の か 疑問 が 残 る 。 光秀 が いつ頃 から 謀反 を 決意 し て い た かは 明らか で は な い が 、 亀山 城 出陣 を 前 に し て 、 愛宕 権 現 で の 連歌 の 会 で 光秀 が 詠 ん だ 発句 、 「 時 は 今   天 が 下知 る   五 月 哉 」 は 、 「 時 ( とき ) 」 は 源 氏 の 流れ を く む 土岐 氏 の 一族 で あ る 光秀 自身 を 示 し 、 「 天 が 下知 る 」 は 、 「 天 ( あめ ) が 下 ( した ) 治 る ( しる ) 」 、 すなわち 天下 を 治め る こと を 暗示 し て い る と 解 し 、 この 時点 で 謀反 の 決意 を 固め て い た の だ と する 説 も あ る 。 ※ 「 時 は 今   雨 が 下 な る   五 月 哉 」 と 詠ん だい う 説 も あ る 。 フロイス 「 日本 史 」 に よ る と 、 信長 は 天正 7 年 5 月 11 日 に 安土 城 で 自ら を 神 と する 儀式 を 行 い 、 総見 寺 で 信長 の 誕生 日 を 祝祭 日 と 定め 、 参詣 する 者 に は 現世 利益 が かな う と し た と い う 。 ただし 、 フロイス が この 「 儀式 」 に つ い て 初めて 記 し た の は 信長 の 死後 で あ り 、 フロイス 自身 が 「 儀式 」 が 行 わ れ た と さ れ る 当時 に 安土 周辺 に は い な かっ た こと 、 日本 国 内 の 一 級 史料 で は この 「 儀式 」 に つ い て まったく 言及 さ れ て い な い こと など から 、 谷口 克広 は フロイス の 記述 に 信憑 性 は な く 、 信長 が 滅 ん だ こと を 正当 化 する ため に 記 し た もの で あ る と の 見解 を 示 し て い る 。 光秀 は 、 6 月 3 日 、 4 日 を 諸将 の 誘降 に 費や し た 後 、 6 月 5 日 ( 4 日説 が あ る ) 安土 城 に 入 っ た 。 9 日 、 上洛 し 朝廷 工作 を 開始 する が 、 秀吉 の 大返し の 報 を 受け て 山崎 に 出陣 。 13 日 の 山崎 の 戦い に 敗れ 、 同日 深夜 、 小栗栖 ( 京都 市 伏見 区 ) で 土民 に 討 た れ た 。 安土 と 京都 で 政務 を 執 っ た の が 4 、 5 日 から 12 日 で あ っ た ため 、 三 日 天下 と 呼 ば れ た 。 期待 し て い た 親類 の 細川 幽斎 、 与力 の 筒井 順慶 ら 近畿 の 有力 大名 の 支持 を 得 られ な かっ た こと が 戦力 不足 に つなが り 、 敗因 の 一 つ で あ っ た と 言え る 。 秀吉 は 清水 宗治 の 篭 る 備中 高松城 を 包囲 し て 毛利 氏 と 対陣 し て い た 。 早く も 6 月 3 日 に は 信長 横死 の 報 を 受け 、 急遽 毛利 と の 和平 を 取りまとめ た 。 6 日 に 毛利 軍 が 引き払 っ た の を 見 て 軍 を 帰 し 、 12 日 に は 摂津 国 まで 進 ん だ 。 ここ で 摂津 の 武将 中川 清秀 ・ 高山 右近 ・ 池田 恒興 を 味方 に つけ 、 さらに 四国 出兵 の ため 堺 市 に い た 織田 信孝 ・ 丹羽 長秀 と 合流 し た 。 これ ら の 諸軍勢 を 率い て 京都 に 向か い 、 13 日 の 山崎 の 戦い ( 天王 山 の 戦い ) で 光秀 を 破 っ た 。 この 非常 に 短 い 期間 で の 中国 から の 移動 を 中国 大返し と 呼 ぶ 。 織田 政権 内 で の 主導 権 を も くろ む 秀吉 は 、 さらに 清洲 会議 に て 信忠 の 子 ・ 三 法師 ( 織田 秀信 ) の 後見 と な り 、 事実 上 の 信長 の 後継 者 と し て の 地位 を 確立 する 。 勝家 は 佐々 成政 ・ 前田 利家 と とも に 、 6 月 3 日 上杉 氏 の 越中国 魚津 城 を 3 ヶ月 の 攻城 戦 の 末 攻略 に 成功 。 しかし その 頃 信長 は 既に 亡 かっ た 。 変報 が 届 く と 、 上杉 景勝 の 反撃 や 地侍 の 蜂起 に よ っ て 秀吉 の よう に 軍 を 迅速 に 京 へ 返 す 事 が でき な かっ た 。 ようやく 勝家 が 軍 を 率い て 江北 に 着 い た 頃 、 既に 明智 光 秀 は 討 た れ て い た 。 その 後 清洲 会議 で 秀吉 と 対立 し 、 賤ヶ岳 の 戦い で 敗北 、 自害 し た 。 家康 は 、 信長 の 招き で 5 月 に 安土 城 を 訪れ た 後 、 家臣 30 余名 と とも に 堺 に 滞在 し た 。 6 月 2 日 朝 、 返礼 の ため 長尾 街道 を 京 へ 向か っ て い た ところ 、 四条畷 付近 で 京 から 駆けつけ た 茶屋 四郎 次郎 に 会 い 、 本能 寺 の 変 を 知 る 。 家康 は うろたえ 、 一時 は 京 に 行 き 本能 寺 で 信長 に 殉じ る と まで 言 っ た が 、 家臣 に 説得 さ れ 帰国 を 図 る 。 山城 国 綴喜 ・ 近江国 ・ 加太 峠 ・ 伊賀 国 の 山中 を 通 っ て 伊勢 国 へ 抜け 、 伊勢 湾 を 渡 っ て 本国 三 河 国 に 戻 っ た 。 これ は 後 に 「 神君 の ご 艱難 」 と 称 さ れ る 家康 最大 の 危機 で あ っ た 。 実際 、 『 三河 物語 』 に よ る と 、 同行 し ながら かなり の 金品 を 持 っ て い て 家康 従者 に 強奪 さ れ る の で は と 恐れ て 距離 を 置 い て い た 穴山 信君 一行 は 、 山城 国 綴喜 郡 の 現在 の 木津川 河畔 ( 現在 の 京都 府 京田辺 市 の 山城 大橋 近く ) の 渡し で 、 落ち 武者 狩り の 土民 に 追いつ かれ 襲撃 さ れ て 死 ん で い る 。 まさに 紙 一 重 の 差 で 家康 は 逃れ た 。 この 時 、 家康 の 苦難 の 伊賀 越え に 協力 し た の が 伊賀 流 で あ り 、 その 際 の 伊賀 の 棟梁 、 服部 半蔵 の 功 で 江戸 城 に 「 半蔵門 」 が 作 ら れ る 。 なお 、 堺 で 討 た れ た と 言 う 伝説 も 存在 し 、 堺 市 内 の 南宗 寺 に は 彼 の 名前 が 刻 ま れ た 墓 が 現存 する が 、 実 は これ は 後 の 大坂 の 役 の 際 に 生まれ た 伝説 で あ る 。 三河 に 帰 り 光秀 を 討 とう と 出陣 し 、 熱田 神宮 まで 来 た が 山崎 の 戦い の 報 を 聞 き 、 引き返 し た 。 一説 に よ る と 酒井 忠次 は 北 伊勢 まで 進軍 し て い た と 言 う 。 もし 、 これ が 事実 なら 家康 は 美濃 ~ 京 へ 進軍 する 方 と 、 伊勢 ~ 京 に 進軍 する 二手 に 分かれ る こと に な る 。 その 後 、 家康 は 信長 の 死 に よ り 空白 地帯 と な っ た 信濃 国 ・ 甲斐 国 を 占領 し 、 武田 家 の 最盛 期 を 超え る 大 大名 と な っ た 。 信長 の 次男 ・ 織田 信雄 は 、 本能 寺 の 変 の 後 光 秀 を 討 とう と 近江 の 土山 へ 進軍 する が 、 山崎 の 戦い で 光秀 が 秀吉 に 大敗 し た こと に よ り 撤退 。 信雄 は 清洲 会議 に て 織田 家 の 跡継ぎ に 推 さ れ な かっ た ( 他家 に 養子 に 出 て い た こと も あ る が 、 度々 失態 を 犯 す など 暗愚 で あ っ た こと も 大き い と 思 わ れ る ) 。 これ を 不服 と し て 一時 家康 と 共 に 秀吉 と 相対 する が 、 結局 講和 し て 秀吉 の 下 に 下 っ た ( 小牧 ・ 長久手 の 戦い ) 。 一益 は 関東 の 上野 国 厩橋 城 に い た 。 本能 寺 の 変 の 報 を 聞 く と すぐ さま 撤退 する が 、 小田原 市 の 北条 氏 直 が 上野 国奪取 を 目指 し て 進出 、 敵中 突破 を 試み た 一益 は 大敗 し て 領国 の 伊勢 長島 城 へ 帰還 し た ( 神流 川 の 戦い ) 。 一益 の 敗戦 に よ り 上野 、 信濃 の 織田 勢力 は 一掃 さ れ る 結果 と な り 、 一益 は 織田 家 重臣 の 列 から 外 さ れ 、 清洲 会議 に も 出席 でき な かっ た と い う 。 信孝 は 長秀 、 信長 の 甥 ・ 津田 信澄 ( 父 は 織田 信行 ) ら と とも に 大坂 に て 四国 の 長 宗我部 元 親討伐 の 準備 を 進め て い た 。 本能 寺 の 変 の 報 が 伝わ る と 、 すぐ さま 丹羽 長秀 は 信孝 の 指示 に 従 っ て 信澄 を 殺害 し た 。 その 後 、 丹羽 長秀 は 信孝 と とも に 京都 に 向か う 羽柴 軍 に 合流 し た 。 信澄 殺害 は 、 信澄 の 父 ・ 信勝 が かつて 信長 に 謀反 を 企て て 殺 さ れ て い る 事 や 彼 が 光秀 の 娘婿 で あ っ た 事 から 光秀 と 通 じ て い る と 見な さ れ た 事 に よ る 。 しかし ながら 、 「 父 信長 だけ で な く 兄信忠 も 死 ん だ 事 を 知 っ た 信孝 が 、 予想 さ れ る 織田 氏 の 家督 争い の 有力 者 の 一人 に な る 可能 性 の あ る 信澄 を 言いがかり を つけ て 殺害 し た 」 と する 見方 も あ る 。 長 宗我部 元親 は 信長 の 四国 征伐 の 影響 も あ り 、 兵 を 白地 城 に 休 ま せ て い た 。 だ が 、 信長 横死 を 知 る や 出兵 し 、 中富 川 の 戦い に 勝利 し 、 阿波 国 ・ 讃岐 国 を 完全 に 勢力 下 に 入れ た 。 +山崎 の 戦い ( やまざき の たたか い ) は 、 天正 10 年 ( 15 82 年 ) 6 月 に 本能 寺 の 変 で 織田 信長 を 討 っ た 明智 光 秀 に 対 し て 、 高松城 ( 備 中国 ) の 攻城 戦 から 引き返 し て き た 豊臣 秀吉 が 、 6 月 13 日 ( 西暦 7 月 2 日 ) 京都 へ 向か う 途中 の 摂津 国 と 山城 国 の 境 に 位置 する 山崎 ( 大阪 府 三島 郡 ( 大阪 府 ) 島 本 町 山崎 、 京都 府 乙訓 郡 大山崎 町 ) で 、 明智 軍 と 激突 し た 戦い で あ る 。 山崎 合戦 、 天王 山 の 戦 い と も 呼 ば れ る 。 本能 寺 の 変勃 発時 、 織田 家中 の 軍団長 レベル の 武将 ならび に 同盟 者 ・ 徳川 家康 の 動静 は 次 の とおり で あ っ た 。 柴田 勝家 - 越中 魚津 城 で 上杉 勢 と 対戦 中 滝川 一益 - 上野 厩橋 城 で 関東 管領 と し て 北条 勢 と 対峙 中 丹羽 長秀 - 大坂 ・ 堺 で 四国 遠征待機 中 羽柴 秀吉 - 備中 高松 城 近辺 で 毛利 勢 と 対戦 中 徳川 家康 - 堺 で 近習 数 名 と 見物 中 ( 帰国 途路 の 河内 飯 盛山 ( 四条畷 市 ) 付近 で 凶報 に 接 する ) 秀吉 は 備中 高松城 で 対峙 し て い た が 、 清水 宗治 の 申し出 を 受諾 し 、 6 月 4 日 に は 備中 高松城 は 宗治 の 自刃 に よ っ て 開城 さ れ る はず で あ っ た 。 しかし 、 その 前日 に 本能 寺 の 変 の 情報 を 入手 し 、 ただちに 毛利 氏 軍 と 素早 く 和議 し た 。 4 日 に 堀尾 吉晴 ・ 蜂須賀 正勝 を 立会 人 に し て 宗治 の 自刃 の 検分 を 行 い 、 後 始末 の 後 に 5 日 から 6 日 に かけ て 撤兵 し た 。 6 日 に 沼 ( 岡山 城 東方 ) 、 7 日 に 姫路 城 、 11 日 に 尼崎 ( 尼崎 市 ) と 所謂 「 中国 大 返し 」 と い わ れ る 機敏 さ で 畿内 へ 急行 し た 。 秀吉 の 懸念 材料 は 、 地理 的 に は 光秀 に 近 い 「 摂津 衆 」 の 動向 で あ っ た 。 たまたま 、 変 を 嗅ぎつけ た ら しい 摂津 衆 の 一人 ・ 中川 清秀 から 書状 が 舞い込 み 、 秀吉 は 「 上様 ( 信長 ) ・ 殿 様 ( 信忠 ) は 危難 を 切り抜け ら れ 大津 市 に 下が っ て い る 。 これ に 従 う 福富 秀勝 は 比類 な き 功績 を 打ち立て た 」 と い う 返事 を 清秀 に 出 し た ( 6 月 5 日 付 ) 。 もちろん デマ だっ た わけ で あ る が 、 結果 的 に 摂津 衆 は 清秀 ・ 高山 右近 を 初め と し て ほとんど の 諸将 が 秀吉 に 味方 を する こと に な り 、 さらに 四国 征伐 の ため に 大坂 に 集結 し て い た 織田 信孝 ・ 丹羽 長秀ら も 味方 に な っ た 。 12 日 に 高槻 市 で 軍議 を 開 き 、 秀吉 は 長秀 、 次いで 信孝 を 総大将 に 推 し た が 、 逆 に 両者 から 望 ま れ て 自身 が 事実 上 の 盟主 と な っ た ( 名目 上 、 信孝 が 総 大将 と な っ た ) 。 秀吉 は 山崎 あたり を 合戦場 と 想定 し た 作戦 部署 を 決め た 。 なお 、 長秀 と 信孝 は 軍議 に 先立 ち 、 光秀 に 内通 の 噂 が あ っ た 光秀 の 女婿 ・ 津田 信澄 を 自刃 に 追い込 ん で い る 。 一方 、 光秀 は 変後 は 京 の 治安 維持 に 当た っ た 後 、 武田 元明 ・ 京極 高次 ら を 近江 に 派兵 し て 、 数 日 内 に 近江 は 瀬田 城 ( 山岡 景隆 ・ 山岡 景佐兄弟 在城 。 山岡 兄弟 は 光秀 の 誘い を 拒絶 し 、 瀬田 橋 を 焼 く など 抵抗 の 構え を 見せ た 末 、 一時 甲賀 市 方面 に 避難 ) 、 日野 城 ( 蒲生 賢秀 ・ 蒲生 氏 郷 父子 在城 ) など を 残 し 平定 さ れ た 。 その 傍ら 、 組下 大名 に 参戦 を 呼びかけ た が 、 縁戚 で あ っ た 細川 幽斎 ・ 細川 忠興 父子 は 3 日 に 「 喪 に 服 す 」 と 称 し て 剃髪 、 中立 の 構え を 見せ た 。 また 、 筒井 順慶 は 参戦 に 応 じ 配下 を 山城 に 派兵 し て い た が 、 極秘 裏 に 秀吉 側 に 寝返 り 、 9 日 に 郡山城 ( 大和 国 ) で 籠城 支度 を 始め て しま っ た 。 光秀 は 次男 を 連れ て 洞ヶ峠 まで 来 た が 、 順慶 が 来る はず も な かっ た ( この 話 が 拡大 し て 「 筒井 順慶 が 洞ヶ峠 で 日和見 を 行 っ た 」 な り 、 それ に ちな ん で 日和見 を 「 洞ヶ峠 ( を 決め込 む ) 」 と 言 う が 、 記 し た とおり 順慶 は 洞ヶ峠 に は 来 て い な い ) 。 そうこう し て い る 内 に 10 日 に 秀吉 接近 の 報 を 受け 、 急 い で 淀城 ・ 勝竜 寺 城 の 修築 に 取り掛か り 、 また 男山 に 布陣 し て い た 兵力 を 撤収 さ せ た 。 こう し て 、 予想 を 越え る 秀吉 軍 の 進攻 に 体制 を 十分 確立 でき ぬ まま 光秀 は 決戦 に 望 む 羽目 と な る 。 両軍 は 12 日 頃 から 円明 寺川 を 挟 ん で 対峙 し 、 その 前夜 に 高山 隊 が 山崎 の 集落 を 占拠 し て い た 。 また 、 黒田 孝高 、 羽柴 秀長 、 神子田 正治 ら が 天王 山 ( 標高 270 m ) に 布陣 し た 。 秀吉 の 本陣 は 山裾 後方 の 宝積 寺 に 置 か れ た 。 13 日 ( 雨 だっ た と 言 わ れ る ) も 対峙 は 続 い て い た が 、 天王 山 の 山裾 を 横切 っ た 中川 隊 が 高山 隊 の 横 に 陣取 ろ う と 移動 し て き た 。 移動 中 の 中川 隊 に 斎藤 利三 隊 の 右側 に 陣取 っ て い た 伊勢 貞興隊 が 襲 い 掛か り 、 それ に 呼応 し て 斎藤 隊 も 高山 隊 を 猛襲 し た 。 中川 ・ 高山 両隊 は 早く も 崩れ かけ 、 秀吉 は 自隊 から 堀秀政隊 を 中川 ・ 高山 両隊 の 後詰 に 向か わ せ 崩壊 を 防 い だ 。 天王 山 に い た 黒田 ・ 秀長 ・ 神子田 の 隊 は 、 中川 ・ 高山 両隊 を 側面 から 襲 う べ く 接近 し て き た 松田 政近 ・ 並河 易 家 両隊 と 交戦 し 、 一進 一退 の 攻防 が 続 い た 。 戦局 が 大き く 動 い た の は 一刻 後 、 淀川 沿い に 布陣 し て い た 池田 恒興 ・ 池田 元助 ・ 加藤 光泰率い る 手勢 が 、 密か に 円明 寺 川 を 渡河 し て 津田 信春 を 奇襲 。 津田 隊 は 三方 から 攻め立て られ 、 雑兵 が 逃げ出 し た こと も あ り 崩壊 し た 。 また 、 池田 隊 に 続 く よう に 丹羽 隊 ・ 信孝 隊 も 一斉 に 押し寄せ 光秀 本隊 の 側面 を 突 く よう な 形 と な っ た 。 これ に 呼応 し て 苦戦 し て い た 中川 ・ 高山 両隊 も 明智 軍 を 押し返 し 、 こう し て 明智 軍 は 総崩れ と な っ た 。 御牧 兼 顕 は 「 我討死 の 間 に 引き給 え 」 と 光秀 に 使者 を 送 っ た 後 羽 柴 軍 の 大群 に 呑 ま れ て い っ た 。 光秀 は 戦線 後方 の 勝竜 寺城 に 退却 を 余儀 な く さ れ る 。 しかし 、 兵 の 脱走 が 相 次 ぎ 、 光秀 は 勝竜 寺城 を 密か に 脱出 し て 居城 坂 本城 ( 大津 市 ) を さ し て 落ち 延び る 途中 、 小栗栖 ( 京都 市 伏見 区 ) の 藪 ( 現在 は 「 明智 藪 」 と 呼 ば れ る ) で 土民 の 落ち 武者 狩り に 遭 い 、 なん と か 逃れ た もの の 力 尽き 家臣 の 介錯 に よ り 自刃 し た と 言 わ れ る 。 いわゆる 三 日 天下 で あ る ( 実際 に は 十 一 日 ) 。 その 後 、 羽柴 軍 は 秀政 を 近江 へ の 交通 路 遮断 と 光秀 捜索 に 派遣 し 、 14 日 に は 光秀 の 後詰 の ため に 急遽 出兵 し た 明智 秀満隊 を 堀隊 が 打出 の 浜 ( 大津 市 ) で 迎え撃 ち 撃破 し た 。 300 余 の 兵 を 討ち取 ら れ 敗走 し た 秀満 は 坂本城 で 相手 方 に 家宝 を 贈呈 し た 後 、 光秀 の 妻子 を 殺害 し 、 溝尾 茂朝 、 明智 光忠 と とも に 自刃 し た 。 中川 ・ 高山 両隊 は 亀山 城 ( 丹波 国 ) に 向か い 、 明智 光 慶 を 自刃 さ せ 城 を 占拠 し た ため 、 明智 氏 は 僧籍 に い た 者 など を 除 い て 滅 ん だ 。 16 日 に は 、 長浜 城 ( 近江国 ) の 妻木 範賢 、 佐和山 城 の 荒木 行重 、 山本 山城 の 阿閇 貞征 、 山崎 堅家 が 逃亡 あるいは 降伏 し 近江 を 平定 。 17 日 に は 斎藤 利三 が 堅田 ( 大津 市 堅田 ) で 生け捕り に さ れ 六条 河原 で 磔刑 に さ れ た 。 秀吉 は 、 この 信長 の 弔 い 合戦 に 勝利 し た 結果 、 清洲 会議 など を 経 て 信長 の 後継 者 筆頭 と し て の 名乗り を 挙げ 、 天下 人 へ の 道 を 歩 み 始め る 。 清洲 会議 後 の 7 月 19 日 に は 、 最後 に 残 っ た 光秀方 の 将 で あ る 武田 元明 が 長秀 に 攻め られ 自刃 、 京極 高次 は 妹 ( 姉説 あり ) の 京極 竜子 を 秀吉 に 差し出 し て 降伏 し た 。 光秀 の 敗因 は 思 っ た 兵力 が 整 わ な かっ た ため 十分 な 迎撃 体制 を と る こと が でき な かっ た こと や 、 山崎 が 京 から 西国 へ と 出 る ため に 要所 で あ り 、 明智 軍 は この 要所 を 防衛 する 形 で 戦 わ ざる を 得 な かっ た からだ と も 言 わ れ て い る 。 それ で も 明智 軍側 の 指揮 系統 能力 の 高 さ が 発揮 さ れ 、 戦死 者 数 で は 勝利 し た 羽柴 軍 の 犠牲 の 方 が 多 かっ た と さ れ て い る ( 羽柴 軍 の 戦死 者 ・ 33 00 余 、 明智 軍 の 戦死 者 ・ 3000 余 と 言 わ れ て い る ) 。 天王 山 山中 に は 「 秀吉 旗立て の 松 」 が 残 っ て い る 。 羽柴 軍 ( 約 36500 ) 高山 右近 ・ 木村 重茲 : 2000 中川 清秀 : 2500 池田 恒興 ・ 池田 元助 ・ 加藤 光泰 : 5000 丹羽 長秀 : 300 0 ( 秀吉 本 隊 の 中 に 入れ る 資料 も あ る ) 織田 信孝 : 400 0 ( 秀吉 本 隊 の 中 に 入れ る 資料 も あ る ) 秀吉本 隊 ( 蜂須賀 正勝 ・ 堀 秀政 ・ 中村 一 氏 ・ 堀尾 吉晴 ・ 羽柴 秀長 ・ 黒田 官兵衛 ・ 神子田 正治 ・ 蜂屋 頼隆 など ) : 20000 秀吉本 隊 中 に は 他 に 直番 衆 と し て 加藤 清正 、 福島 正則 、 大谷 吉継 、 山内 一 豊 、 増田 長盛 、 仙石 秀久 、 田中 吉政 と い っ た 顔ぶれ も い た 。 明智軍 ( 約 16000 ) 斎藤 利三 ・ 柴田 勝定 : 2000 阿閇 貞征 ・ 明智 茂朝 : 3000 松田 政近 ・ 並河 掃部 : 2000 伊勢 貞興 ・ 溝尾 勝兵衛 ・ 諏訪盛直 ・ 御牧 兼 顕 : 2000 津田 信春 : 2000 光秀本隊 : 5000 その 他 、 小川 祐忠 など も 参加 し て い た 。 柴田 勝家 - 上杉 対策 を 前田 利家 、 佐々 成政 ら に 託 し 京 に 向か っ た が 、 越前 ・ 近江 国境 の 北陸道 に 到達 し た ところ で 合戦 の 情報 が 入 り 、 その まま 清洲 城 に 向か っ た 。 滝川 一益 - 北条 氏 政 から 変 に つ い て の 情報 が もたら さ れ 、 「 北条 は 手出し し な い 」 と い う 声明 も あ っ た が 一益 が これ を 偽計 と 見 て と り 、 結果 的 に 北条 勢 と 一 戦 見え る こと と な っ た ( 神流 川 の 戦い ) 。 第 二 合戦 で 敗北 の 後 、 碓氷 峠 から 本拠地 ・ 伊勢 に 7 月 に 帰還 。 清洲 会議 に も 参加 でき ず 、 以後 零落 の 一途 を たど る 。 徳川 家康 - いわゆる 神君 伊賀 越え を 経 て 岡崎 城 から 光秀 討伐 に 向か っ た が 、 緑区 ( 名古屋 市 ) ( 一説 に 熱田 区 。 酒井 忠次 は 北 伊勢 まで 進出 し て い た ) に 到達 し た ところ で 合戦 の 情報 が 入り 反転 。 以後 、 空白 地帯 と な っ た 甲斐 ・ 信濃 の 領土 化 を 目指 し 、 同じく 甲斐 ・ 信濃 の 領土 化 を 目指 し た 北条 と 天正 壬午 の 乱 で 戦 う 。 +院政 ( いんせい ) と は 、 在位 する 天皇 の 直系 尊属 で あ る 太上 天皇 ( 上皇 ) が 、 天皇 に 代わ っ て 政務 を 直接 行 う 形態 の 政治 で あ る 。 上皇 は 「 院 」 と 呼 ば れ た の で 、 院政 と い う 。 院政 を 布 く 上皇 は 治天 の 君 と も 呼 ば れ た 。 院 政 と は 天皇 が 余力 あ る 内 に 引退 し 、 若 き子 ( 孫 ) の 天皇 を 後見 する と い う 意味 。 院 政 の 萌芽 は 持統 天皇 ・ 元正 天皇 ・ 聖武 天皇 など から 見 られ る 。 当時 は 皇位 継承 が 安定 し て い な かっ た ため ( 大兄 制 ) 、 譲位 と い う 意思 表示 に よ っ て 意中 の 皇子 に 皇位 継承 さ せ る ため に と ら れ た 方法 と 考え られ て い る 。 平安 時代 に 入 っ て も 嵯峨 天皇 や 宇多 天皇 や 、 円融 天皇 など に も 見 られ る ( 後述 ) 。 日本 の 律令 下 で は 上皇 は 天皇 と 同等 の 権限 を 持 つ と さ れ て い た ため 、 こう し た やや 変則 的 な 政体 で すら 制度 の 枠内 で 可能 で あ っ た 。 これ ら の 天皇 は 退位 後 も 「 天皇 家 の 家父 長 」 と し て 若 い 天皇 を 後見 する と し て 国政 に 関与 する 事 が あ っ た 。 だ が 、 当時 は まだ この 状態 を 常 に 維持 する ため の 政治 的 組織 や 財政 的 ・ 軍事 的 裏付け が 不 十分 で あ り 、 平安 時代 中期 に は 幼 く 短命 な 天皇 が 多 く 十分 な 指導 力 を 発揮 する ため の 若 さ と 健康 を 保持 し た 上皇 が 絶え て 久し かっ た ため に 、 父系 に よ る この 仕組み は 衰退 し 、 代わり に 母系 に あた る 天皇 の 外祖父 の 地位 を 占め た 藤原 北家 が 天皇 の 職務 ・ 権利 を 代理 ・ 代行 する 摂関 政治 が 隆盛 し て い く こと に な る 。 だ が 、 治暦 4 年 ( 1068 年 ) の 後三 条 天皇 の 即位 は その 状況 に 大きな 変化 を もたら し た 。 平安 時代 を 通 じ て 皇位 継承 の 安定 が 大きな 政治 課題 と さ れ て お り 、 皇統 を 一条 天皇 系 へ 統一 する と い う 流れ の 中 で 、 後三 条 が 即位 する こと と な っ た 。 後 三条 は 、 宇多 天皇 以来 藤原 北家 ( 後三 条 天皇 ) を 外戚 に 持 た な い 170 年 ぶり の 天皇 で あ り 、 外戚 の 地位 を 権力 の 源泉 と し て い た 摂関 政治 が ここ に 揺ら ぎ 始め る こと と な る 。 後 三 条 天皇 以前 の 天皇 の 多く も 即位 し た 直後 に 、 王権 の 確立 と 律令 の 復興 を 企図 し て 「 新政 」 と 称 し た 一連 の 政策 を 企画 実行 し て い た が 、 後三 条 天皇 は 外戚 に 摂関 家 を 持 た な い 強み も 背景 と し て 、 延久 の 荘園 整理 令 ( 1069 年 ) など より 積極 的 な 政策 展開 を 行 っ た 。 延久 4 年 ( 1072 年 ) に 後三 条 天皇 は 第 一 皇子 貞仁 親王 ( 白河 天皇 ) へ 生前 譲位 し た が 、 その 直後 に 病没 し て しま う 。 この とき 、 後三 条 天皇 は 院政 を 開始 する 意図 を 持 っ て い た と する 見解 が 慈円 に よ り 主張 さ れ て ( 『 愚管 抄 』 ) 以来 、 北畠 親房 ( 『 神皇 正統記 』 ) 、 新井 白石 ( 『 読史 余論 』 ) 、 黒板 勝美 、 三浦 周行 など に よ り 主張 さ れ て い た が 、 和田 英松 が 、 災害 異変 、 後三 条 の 病気 、 実仁 親王 ( 平安 時代 ) の 立 東宮 の 3 点 が 譲位 の 理由 で あ り 院政 開始 は 企図 さ れ て い な かっ た と 主張 し 、 平泉 澄 が 病気 の み に 限定 する など 異論 が 出 さ れ た 。 近年 で は 吉村 茂樹 が 、 当時 の 災害 異変 が 突出 し て い な い こと 、 後三 条 の 病気 ( 糖尿 病 と 推定 さ れ て い る ) が 重篤 化 し た の が 退位 後 で あ る こと を 理由 と し て 、 摂関家 を 外戚 に 持 た な い 実仁 親王 に 皇位 を 継承 さ せ る こと に よ る 王権 の 拡大 を 意図 し 、 摂関 政治 へ の 回帰 を 阻止 し た もの で あ っ て 院政 の 意図 は な かっ た と 主張 し 、 通説 化 し て い る 。 しかし ながら 美川 圭 の よう に 、 院政 の 当初 の 目的 を 皇位 決定 権 の 掌握 と 見 て 、 王権 の 拡大 を 意図 し た こと 自体 を 重要 視 する 意見 も 出 て い る 。 その 一方 で 、 近年 で は 宇多 天皇 が 醍醐 天皇 に 譲位 し て 法皇 と な っ た 後 に 天皇 の 病気 に 伴 っ て 実質 上 の 院政 を 行 っ て い た 事 が 明らか に な っ た 事 や 、 円融 天皇 が 退位 後 に 息子 の 一条 天皇 が 皇位 を 継 ぐ と 政務 を 見 よ う と し た ため に 外祖父 で あ る 摂政 藤原 兼家 と 対立 し て い た と い う 説 も あ り 、 院政 の 嚆矢 を 後三 条 天皇 より も 以前 に 見 る 説 が 有力 と な っ て い る 。 次 の 白河 は 摂関家 を 外戚 に 持 つ 天皇 で あ っ た が 、 後三 条 と 同様 に 親政 を 行 っ た 。 白河 は 応徳 3 年 ( 1086 年 ) に 当時 8 歳 の 善仁 皇子 ( 堀河 天皇 ) へ 譲位 し 太上 天皇 ( 上皇 ) と な っ た が 、 幼帝 を 後見 する ため 白川 院 と 称 し て 、 引き続 き 政務 に 当た っ た 。 一般 的 に は これ が 院政 の 始まり で あ る と さ れ て い る 。 嘉承 2 年 ( 1107 年 ) に 堀河 が 没 する と その 皇子 ( 鳥羽 天皇 ) が 4 歳 で 即位 し 、 独自 性 が 見 られ た 堀河 時代 より 白河 は 院政 を 強化 する こと に 成功 し た 。 白河 以後 、 院政 を 布 い た 上皇 は 治天 の 君 、 すなわち 事実 上 の 国王 と し て 君臨 し 、 天皇 は 「 まるで 東宮 ( 皇太子 ) の よう だ 」 と 言 わ れ る よう に な っ た 。 ただし 、 白河 は 当初 から その よう な 院政 体制 を 意図 し て い た わけ で は な く 、 結果 的 に そう な っ た と も いえ る 。 白河 の 本来 の 意志 は 、 皇位 継承 の 安定 化 ( と い う より 自系 統 に よ る 皇位 独占 ) と い う 意図 が あ っ た 。 弟 で あ る 実仁 親王 ・ 輔仁 親王 が 有力 な 皇位 継承 候補 と し て 存在 し て い る 中 、 我が 子 で あ る 善仁 親王 に 皇位 を 譲 る こと で これ ら 弟 の 皇位 継承 ( および それ を 支持 する 貴族 ) を 断念 さ せ る 意図 が あ っ た 。 直系 相続 に よ る 皇位 継承 は 理想 的 で あ る 反面 、 皇位 継承 男子 が 必ず しも 確保 でき る 訳 で は な く 、 常 に 皇統断絶 の 不安 が つきまと う 。 逆 に 多く の 皇子 が 並立 し て い て も 皇位 継承 紛争 が 絶え な い こと と な る 。 院 政 の 下 で は 、 「 治天 の 君 」 が 次代 ・ 次々 代 の 天皇 を 指名 でき た の で 、 比較 的 安定 し た 皇位 継承 が 実現 でき 、 皇位 継承 に 「 治天 の 君 」 の 意向 を 反映 さ せ る こと も 可能 で あ っ た 。 摂関 政治 の 下 で 、 皇位 継承 に 摂関 家 の 意向 が 大き く 反映 し て い た の と 大き く 異な っ て い る 。 また 、 外戚 関係 を 媒介 に 摂政 関白 と し て 政務 に あた る 摂関 政治 と 異な っ て 、 院政 は 直接 的 な 父権 に 基づ く もの で あ っ た ため 、 専制 的 な 統治 を 可能 と し て い た 。 院政 を 布 く 上皇 は 、 自己 の 政務 機関 と し て 院庁 を 設置 し 、 院宣 ・ 院 庁 下文 など の 命令 文書 を 発給 し た 。 従来 の 学説 で は 院庁 に お い て 実際 の 政務 が 執 ら れ た と さ れ て い た が 、 鈴木 茂男 が 当時 の 院庁 発給 文書 に 国政 に 関 する 内容 が 認め られ な い こと を 主張 し 、 橋本 義彦 が これ を 受け て 院 庁 政治 論 を 痛烈 に 批判 し た ため 近年 で は 、 非 公式 の 私 文書 と し て の 側面 の あ る 院宣 を 用い て 朝廷 に 圧力 を かけ 、 院 独自 の 側近 を 院 の 近臣 と し て 太政 官 内 に 送り込 む こと に よ っ て 事実 上 の 指揮 を 執 っ た と する 見解 が 有力 と な っ て い る 。 これ ら 院 の 近臣 は 上皇 と の 個別 の 主従 関係 に よ り 出世 し 権勢 を 強め た 。 また 、 上皇 独自 の 軍事 組織 と し て 北面 の 武士 を 置 く など 、 平氏 を 主 と し た 武士 勢力 の 登用 を 図 っ た ため 、 平氏 権力 の 成長 を 促 し た 。 その ため 、 白河 に よ る 院政 開始 を も っ て 中世 の 起点 と する 事 も あ る 。 白河 は 、 鳥羽 の 第 一 皇子 ( 崇徳 天皇 ) を 皇位 に つけ た 後 に 没 し 、 鳥羽 が 院政 を 布 く こと と な っ た が 、 鳥羽 は 崇徳 を 疎ん じ 、 第 九 皇子 で あ る 近衛 天皇 ( 母 、 藤原 得子 ) へ 皇位 を 継 が せ た ( 近衛 没後 は その 兄 の 後白河 天皇 ( 母 、 藤原 璋子 ) が 継 い だ ) 。 そして 、 保元 元年 ( 1156 年 ) に 鳥羽 が 没 し た 直後 、 崇徳 と 後白河 の 間 で 戦闘 が 起こ り 、 後白河 が 勝利 し た ( 保元 の 乱 ) 。 後白河 は 保元 3 年 ( 1158 年 ) に 二条 天皇 へ 譲位 する と 院政 を 開始 し た 。 後白河 院 政期 に は 、 平治 の 乱 と 平清 盛 政権 の 登場 および その 崩壊 、 治承 ・ 寿永 の 内乱 の 勃発 、 源 頼朝 の 鎌倉 幕府 成立 など 、 武士 が 一気 に 台頭 する 時代 と な っ た 。 後白河 の 後 は 、 その 孫 の 後鳥羽 天皇 が 院政 を 行 っ た 。 後鳥 羽 院 は 、 将軍 源 実朝 が 暗殺 さ れ た 事 を 好機 と し 、 皇権 復興 を 企図 し て 鎌倉 幕府 を 倒 そ う と し た が 失敗 ( 承久 の 乱 ) 、 自身 は 流罪 と な っ た 上 、 皇権 の 低下 と 朝廷 へ 執権 北条 氏 の 介入 を 招 い て しま っ た 。 乱後 、 後堀 河 天皇 が 即位 する と その 父親 で あ る 守貞 親王 が 例外 的 に 皇位 を 経ず し て 院政 を 行 う ( 後 高 倉院 ) と い う 事態 も 発生 し て い る 。 院 政 は 承久 の 乱 以降 も 継続 し 、 公家 政権 の 中枢 と し て 機能 し た 。 特に 乱 以後 初めて 本格 的 な 院政 を 布 い た 後 嵯峨 天皇 に 院政 諸 制度 が 整備 さ れ て い る 。 後嵯峨 院 は 、 奏事 ( 弁官 や 蔵人 に よ る 奏上 ) を 取り次 ぐ 役職 で あ る 伝奏 の 制度 化 、 そして 院 が 評定 衆 と とも に 相論 ( 訴訟 ) 裁許 に 当た る 院 評定 を 確立 し 、 院政 の 機能 強化 に 努め た 。 建武 新 政期 に は 後醍醐 天皇 が 親政 を 行 い 院政 は 一 時期 中断 し た が 、 数 年 の 後 に 北朝 に よ る 院政 が 復活 し 、 室町 時代 に 入 っ て から 院政 は 継続 し た が 、 永享 5 年 ( 1433 年 ) に 後 小松 天皇 が 死去 する と 院政 は 事実 上 の 終焉 を 迎え た 。 これ 以降 、 院政 は 度々 執 ら れ た が 、 あくまで 形式 上 の 存在 で しか な く な っ て い っ た ため で あ る 。 江戸 時代 の 院 政 江戸 時代 に 入 る と 、 『 禁中 並 公家 諸 法度 』 に 基づ い て 江戸 幕府 の 対 朝 廷介入 は 本格 化 し 、 皇族 の 政治 介入 は ほとんど 出来 な く な っ た 。 徳川 氏 を 外戚 に 持 つ 明正 天皇 の 即位 で この 体制 は 確立 さ れ る が 、 明正 の 治世 中 は 後水尾 天皇 に よ る 院政 が 敷 か れ た ため 、 明正 が 朝廷 に 於け る 実権 を 持 つ こと は 無 く 、 後水尾 上皇 に 朝廷 内 の 実権 が 集中 し た 。 さらに 、 霊元 天皇 が 院政 を 行 う と 、 江戸 幕府 と の 間 に 確執 を 生 み 、 朝幕 関係 に 緊張 を 走 ら せ た 。 結果 、 江戸 幕府 は 院政 の 存在 を 黙認 せ ざる を え な く な る 。 元々 院 政 は 朝廷 の 法 体系 の 枠外 の 仕組み で あ っ た が ため に 、 『 禁中 並 公家 諸 法度 』 で は それ を 統制 でき ず 、 江戸 幕府 に よ る 朝廷 の 統制 に 限界 が あ る こと を 露呈 し た 格好 と な っ た 。 江戸 時代 末期 ( 文化 年間 ~ 弘化 年間 ) に 閑院 宮 出身 の 光格 天皇 が 、 息子 の 仁孝 天皇 に 譲位 し て 院政 を 行 っ た が 、 これ が 現在 に お い て 最後 の 院政 で あ る 。 現在 の 日本 で は 、 院政 は 事実 上 禁止 さ れ て い る 。 1889 年 に 制定 さ れ た 皇室 典範 第 10 条 「 天皇 崩 スルトキハ 皇嗣 即チ 践祚 シ祖宗 ノ 神器 ヲ承 ク 」 に よ っ て 天皇 の 譲位 は 禁止 さ れ 、 天皇 の 死去 に よ っ て のみ 皇位 の 継承 が おこな わ れ る こと が 規定 さ れ た 。 これ に よ り 、 院政 の 前提 と な る 上皇 の 存在 は 否定 さ れ た 。 そして 敗戦 後 の 1947 年 に 法律 と し て 制定 さ れ た 現行 の 皇室 典範 で も 、 第 4 条 で 「 天皇 が 崩 じ た とき は 、 皇嗣 が 、 直ちに 即位 する 」 と し 、 皇位 は 終身 制 で あ り 、 皇位 の 継承 は 天皇 の 死去 に よ っ て のみ おこな わ れ る こと を 定め て い る 。 さらに 第 2 条 で 皇位 継承 の 順序 を 、 第 3 条 で その 順序 の 変更 に つ い て 規定 し て お り 、 天皇 が 自ら の 意思 に よ っ て 継承 者 を 指名 でき な く な っ て い る 。 君 主位 譲位 者 が 後継 者 の 後見 と し て 実質 的 な 政務 を 行 う と い う 政治 体制 は 、 恒久 的 な 制度 と し て は 世界 史 的 に きわめて 稀 で あ り 、 他 に は ヴェトナム の 陳朝 に その 例 を 見 る 程度 で あ る 。 院 政 と い う 言葉 は 現代 日本 で も 使 わ れ て い る 。 組織 の トップ が 公的 地位 を 去 り 、 なお も 執行 部 に 対 し て 決定 的 な 影響 を 常時 与え る 形態 を 指 す 比喩 で あ る 。 主に 国政 や 企業 経営 の 状況 に 対 し て 使 わ れ る 。 政治 に お い て は 、 スキャンダル 等 に よ っ て 退陣 を 余儀 な く さ れ た 内閣 総理 大臣 が 、 なお 与党 内 に お い て 最も 強力 な 影響 力 を 保持 し て い る 場合 に 「 院政 」 の 比喩 が 用い られ る 。 例えば 、 竹下 登 が 政権 退陣 し た 後 の 宇野 宗佑 政権 ・ 海部 俊樹 政権 が 「 竹下 院 政 」 と 称 さ れ た こと が あ る ( 事実 が そう で あ る か は 不明 ) 。 現代 日本 政治 の 「 院政 」 は 、 名目 上実権 を 持 た な い 地位 に 就 い て 実質 的 な 権力 を 行使 する こと に よ り 、 権力 行使 に 伴 う 法的 ・ 道義 的 責任 を 回避 する こと を 主 目的 と する 意味 で 使 わ れ て お り 、 歴史 上 の 院政 と は 本質 的 に 異な る 。 また 企業 や 団体 で の 類似 の 現象 も 院 政 と 比喩 さ れ る こと が あ る が 、 この 場合 は 忠実 な 腹心 や 縁者 を 後継 者 と し て 確定 さ せ る こと に よ り 権力 の 更なる 強化 を 図 る 意味 合い が 強 い 。 +安土 桃山 時代 ( あづち も もやま じだい 、 1568 年 - 160 3 年 ) と は 、 織田 信長 と 豊臣 秀吉 が 天下 人 と し て 日本 の 統治 権 を 握 っ て い た ( 織田 政権 ・ 豊臣 政権 ) 時代 を 指 す 、 日本 の 歴史 の 時代 区分 の 一 つ 。 織豊 時代 ( しょくほう じだい ) や 安土 大坂 時代 ( あづち おおさか じだい ) と も 言 う 。 また 、 安土 桃山 時代 の 元号 の 大 部分 が 天正 だっ た の で 、 天正 時代 ( てんしょう じだい ) と 呼 ぶ こと も あ る 。 織田 信長 の 居城 で あ っ た 安土 城 、 豊臣 秀吉 の 居城 で あ っ た 伏見城 ( 桃山 ) から 、 この よう に 呼 ば れ る 。 特に 、 豊臣 家 が 全国 支配 を 担 っ た 後半 を 桃山 時代 と い い 、 この 時代 を 中心 に 栄え た 文化 を 桃山 文化 と 呼 ぶ 。 ただし 、 桃山 の 名称 は 江戸 時代 に な っ て 廃城 さ れ た 伏見 城 の 跡地 に 桃 の 木 が 植え られ た こと から 名付け られ た もの で 、 桃山 城 と 呼 ば れ る 城 が 存在 し た わけ で は な い 。 その ため 、 歴史 的 経緯 を 尊重 する なら “ 伏見 時代 ” の 方 が 適切 な 呼称 と な る が 、 そもそも 、 安土 城 は 完成 から わずか 3 年 余り し か 存在 し て お ら ず 、 伏見城 ( 木幡山 ) も 完成 から 2 年 後 に 秀吉 が 死去 する など 、 それぞれ 在城 は 短 期間 で あ り 、 これ ら を 時代 の 呼称 に 用い る こと 自体 が 適切 で は な い と い う 主張 も あ る 。 その ため 、 近年 は 織豊 時代 と い う 呼 び 方 も 広ま っ て お り 、 安土 大坂 時代 、 また は 天正 時代 の 呼称 を 提案 する ひと も い る 。 安土 桃山 時代 の 始期 と 終期 に は 複数 の 見解 が 存在 する 。 始期 は 織田 信長 が 足利 義昭 を 奉じ て 京都 に 上洛 し た 永禄 11 年 ( 1568 年 ) が 有力 で あ る が 、 義昭 が 京都 から 放逐 さ れ た 元亀 4 年 ( 1573 年 ) 、 安土 城 の 築城 が 始ま っ た 天正 4 年 ( 1576 年 ) と する 考え も あ る 。 終期 は 、 豊臣 秀吉 が 死去 し た 慶長 3 年 ( 1598 年 ) 、 関ヶ原 の 戦い で 徳川 家康 が 勝利 し た 慶長 5 年 ( 160 0 年 ) 、 家康 が 征夷 大将軍 に 任 じ られ 江戸 幕府 を 開 い た 慶長 8 年 ( 160 3 年 ) など が あ る 。 何れ に し て も 、 「 織田 ・ 豊臣 の 時代 」 と い う 概念 を どこ で 区分 する か の 違い で は あ る が 、 室町 時代 、 戦国 時代 ( 日本 ) と 重複 し て しま う こと が 、 その 定義 付け を 複雑 化 さ せ て い る 。 戦国 大名 の 中 で 織田 信長 の 勢力 が 次第 に 強大 に な り 、 足利 義昭 を 奉じ て 京都 に 上洛 し た こと で 、 信長 に よ る 政権 の 運営 が 始ま る こと に な っ た 。 元亀 4 年 ( 1573 年 ) に 足利 義昭 を 京 から 放逐 する と 、 室町 幕府 は 事実 上 崩壊 し 、 名実 共 に 織田 政権 が 確立 する 。 さらに 、 天正 4 年 ( 1576 年 ) に 安土 城 の 築城 が 始ま り 天下 布武 へ の 流れ が 現実 の もの に な り つつ あ る こと を 世 に 知 ら しめ る 。 こう し た 中 、 信長 の 支配 に よ り 平和 を 取り戻 し た 京 を 中心 に 新た な 文化 が 花 開 い て い っ た 。 信長 は その 後 も 勢力 を 拡大 し 日本 中央 部 を 制圧 する に 至 る が 、 天下 統一 の 目前 と 思 わ れ た 天正 10 年 ( 15 82 年 ) に 本能 寺 の 変 で 倒れ た 。 本能 寺 の 変 に 対 し 羽柴 秀吉 は 逸早 く 京 に 駆け付け 首謀 者 で あ る 明智 光秀 を 破 っ た ( 山崎 の 戦い ) 。 これ に よ り 織田 政権 内 で の 主導 権 を 掌握 し た 秀吉 は 清洲 会議 や 賤ヶ岳 の 戦い を 経 て 信長 の 後継 者 と し て 地位 を 固め 、 天正 11 年 1583 年 に は 大坂 城 の 築城 を 開始 する 。 天正 14 年 ( 1586 年 ) に は 関白 ・ 太政 大臣 に 任 ぜ られ 豊臣 姓 を 賜 り 、 天正 18 年 ( 1590 年 ) に 日本 を 統一 し 全国 で 検地 と 刀狩り を 実施 さ せ 政権 の 安定 に 力 を 注 い だ 。 また 、 文禄 1 年 ( 1592 年 ) 秀吉 は 明 の 征服 を 目論 ん で 文禄 ・ 慶長 の 役 を 起こ し た が 、 経由 地 で あ る はず の 朝鮮 で 戦況 が 膠着 化 し て しま う 。 一方 、 国内 は 天下 統一 に よ る 平和 が もたら さ れ た こと など から 、 諸 大名 は 領国 の 経営 に 力 を 注 ぎ 、 各地 で 都市 が 興隆 し て い っ た 。 また 、 秀吉 自身 は 京 を 活動 の 拠点 と し 茶の湯 を 始め と する 文化 活動 を 自ら も 積極 的 に 行 っ た 。 こう し た こと に 加え 、 南蛮 貿易 に よ る 異 文化 と の 接触 や 朝鮮 陶 法 の 伝播 など に よ り 、 文化 は 新た な 時代 を 向か え “ 桃山 文化 ” と 呼 ば れ る こと に な っ た 。 慶長 3 年 ( 1598 年 ) 秀吉 が 死去 する と 、 五大 老 の 筆頭 で あ る 徳川 家康 が 頭角 を 現 し 朝鮮 遠征軍 撤退 の 和平 交渉 で も 主導 権 を 握 り 実質 的 な 政権 運営 者 へ と のし上が っ て い っ た 。 これ に 対 し 石田 三成 を 中心 と し た 反家 康 勢力 が 反発 し 慶長 5 年 ( 160 0 年 ) に 全国 を 二分 する 関ヶ原 の 戦い が 勃発 し た 。 これ に 勝利 し た 徳川 家康 は 政権 の 基盤 を 固め 慶長 8 年 ( 160 3 年 ) 征夷 大将軍 に 任 じ られ る 。 これ に よ り 安土 桃山 時代 は 完全 に 終わり を 告げ 未曾有 の 太平 、 江戸 時代 が 始ま っ た 。 織田 信長 、 足利 義昭 を 奉 じ 、 上洛 ( 永禄 11 年 ・ 15 68 ) 室町 幕府 滅亡 ( 元亀 4 年 ・ 15 7 3 ) 長篠 の 戦い ( 天正 3 年 ・ 15 7 5 ) 織田 信長 、 安土 城 を 築 く ( 天正 4 年 ・ 1576 ) 織田 信長 、 顕如 を 降伏 さ せ 、 石山 本願 寺 と の 対決 を 終わ ら せ る ( 石山 合戦 ( 15 70 ~ 15 80 ) ) 本能 寺 の 変 ( 天正 9 年 ・ 1 5 8 2 ) → 山崎 の 戦 : 明智 光 秀 の 謀反 も 俗 に 言 う 三 日 天下 で 終わ る 。 清洲 会議 ( 天正 9 年 ・ 1 5 8 2 ) → 賤ヶ岳 の 戦い ( 天正 10 年 ・ 1 5 8 3 ) : 織田 信長 の 後継 争い で 、 筆頭 家老 で あ っ た 柴田 勝家 と 豊臣 秀吉 が 反目 。 羽柴 秀吉 が 勝 ち 、 敗れ た 柴田 勝家 が 自害 。 羽柴 秀吉 、 石山 本願 寺 跡地 に 大坂 城 築城 ( 天正 10 年 ・ 1 5 8 3 ) 小牧 ・ 長久手 の 戦い ( 天正 11 年 ・ 1 5 8 4 ) : 羽柴 秀吉 と 織田 信雄 、 徳川 家康 と の 戦い → 和睦 羽柴 秀吉 、 藤原 氏 を 称 し 関白 に 就任 。 ( 天正 13 年 ・ 1 5 8 5 ) 、 同年 四国 征伐 羽柴 秀吉 、 太政 大臣 と な り 、 豊臣 姓 を 賜 る ( 天正 14 年 ・ 1 5 8 6 ) 九州 征伐 ( 天正 15 年 ・ 1 5 8 7 ) → 九州 平定 後 、 博多 で 伴天連 追 放令 発布 小田原 の 役 、 後 北条 氏 が 豊臣 秀吉 に 降伏 、 天下 統一 ( 天正 18 年 ・ 15 90 ) 文禄 ・ 慶長 の 役 ( 15 9 2 - 15 9 8 ) 豊臣 秀吉 、 死去 ( 慶長 3 年 ・ 15 9 8 ) 関ヶ原 の 戦い ( 慶長 5 年 ・ 1 60 0 ) 徳川 家康 、 征夷 大将軍 に 就任 ( 慶長 8 年 ・ 1 6 0 3 ) 安土 桃山 時代 に は 、 都市 部 に お い て 豪商 と 呼 ば れ る 新興 商人 が 成長 し 、 その 富 を 背景 に し た 豪華 で 大掛かり な 文化 傾向 が 見 られ る 。 また 信長 の 政策 に よ り 、 仏教 勢力 の 力 が 中央 で は 弱ま っ た 。 仏教 主義 的 な 作品 が 減 り 、 代わり に 人間 中心 、 現世 的 な 作風 が 見受け られ る 。 茶の湯 が 流行 し 、 唐物 の 名物 茶 道具 が 珍重 さ れ た 一方 で 、 それ へ の 反抗 と し て の わび 茶 も 発達 し た 。 茶器 が 大名 から 家臣 へ の 報奨 と さ れ たり 、 茶会 が 武将 と 豪商 を 結 ぶ など 政治 に も 影響 し た 。 特筆 す べ き 点 と し て は 、 天文 ( 元号 ) 18 年 ( 1549 年 ) の フランシスコ ・ ザビエル 来日 以来 の 南蛮 貿易 に よ っ て もたら さ れ た 南蛮 文化 の 影響 が 挙げ られ る 。 まだ 小 規模 で は あ っ た が 、 日本 が 初めて 西洋 文化 と 直接 ( 中国 など を 介 さ ず に 、 正式 な 形 で ) 触れ合 っ た と い う 点 で 重要 で あ る 。 狩野 派 の 絵師 が 織田 信長 、 豊臣 秀吉 など その 時々 の 権力 者 と 結び付 い た 。 画壇 の 中心 を 占め た 。 障壁 画 ( ふすま 絵 ) : 城郭 の ふすま や 屏風 に 描 か れ た 濃絵 : 金箔 地 に 青 ・ 緑 を 彩色 。 豊か な 色彩 と 力強 い 線描 、 雄大 な 構図 が 特徴 。 水墨 画 風俗 画 主な 絵師 と 代表 作 濃絵 狩野 永徳 : 唐 獅子 図 屏風 狩野 山楽 : 牡丹 図 、 松鷹 図 水墨 画 長谷川 等伯 : 智積 院 襖絵 楓図 ・ 智積 院 襖絵 桜図 、 松林 図 屏風 海北 友松 : 山水 図 屏風 風俗 画 狩野 永徳 : 洛中 洛外 図 屏風 南蛮 屏風 高台 寺 蒔絵 楽焼 織部 焼 朝鮮 陶法 : 豊臣 秀吉 の 文禄 ・ 慶長 の 役 に 参加 し た 西 日本 の 大名 が 、 多く の 朝鮮 人 の 陶工 を 自領 に 連れ 帰 さ せ 、 作 ら せ た の を 発祥 と する 。 主な もの は 以下 の 通り 有田 焼 : 佐賀 県 有田 町 周辺 で 焼 か れ る 。 鍋島 直茂 が 連れ 帰 っ た 陶工 を 発祥 と する 。 萩焼 : 山口 県 萩 市 周辺 で 焼 か れ る 。 毛利 輝元 が 連れ 帰 っ た 陶工 を 発祥 と する 。 薩摩 焼 : 鹿児島 県 一帯 で 焼 か れ る 。 島津 義弘 が 連れ 帰 っ た 陶工 を 発祥 と する 。 上野 焼 ( あが の やき ) : 福岡 県 田川 郡 福智 町 で 焼 か れ る 。 細川 忠興 が 小倉 藩主 と な っ た 際 に 、 家臣 と な っ た 朝鮮 人 陶工 に 命 じ て 焼 か せ た もの が 発祥 と する 。 高取焼 : 福岡 県 直方 市 や 福岡 市 で 焼 か れ る 。 朝鮮 出兵 に よ り 朝鮮 人 技術 者 の 技術 を 移植 し た 木版 に よ る 活字 印刷 と 、 イエズス 会 の ヴァリニャーニ が 伝え た 西洋 の 活字 印刷 に よ る もの が あ る 。 慶長 勅版 : 後陽成 天皇 の 勅命 で 印刷 キリシタン 版 ( 天草 版 ) : 「 天草 版 平家 物語 」 、 「 天草 版 伊曽保 物語 」 、 「 ぎゃ ・ ど ・ ぺか と る 」 、 「 日葡 辞書 」 わび 茶 千 利休 大名 茶 幸若 舞 阿国 歌舞伎 ( 歌舞伎 踊り ) : 出雲 阿国 に よ る 。 歌舞伎 の 発祥 。 浄瑠璃 隆達 節 織豊 系 城郭 と 呼 ば れ 、 野 面積み 石垣 が 用い られ る よう に な り 、 天守 を 持 つ 城郭 建築 が 主流 と な る 。 犬山城 : 現存 ( 国宝 ) 安土城 : 本能 寺 の 変後 に 焼失 松本城 : 現存 ( 国宝 ) 大坂城 : 大坂 の 陣 で 焼失 、 現在 の 遺構 は 江戸 時代 に 造 ら れ た もの 丸岡城 : 現存 ( 国 の 重要 文化 財 ) 伏見城 : 関ヶ原 の 戦い 後 に 廃城 聚楽 第 : 豊臣 秀次 失脚 時 に 破棄 。 大徳 寺 唐門 、 西本願 寺 飛雲閣 が 遺構 と し て 伝え られ る 。 佐和山 城 竹田 城 名護屋 城 倭城 蔚山城 西生 浦 城 順天城 茶室 妙喜 庵 待庵 書院 ・ 庭園 醍醐 寺 三宝 院 表 書院 ・ 庭園 +倒幕 運動 ( とうばく うんどう ) は 、 主 と し て 江戸 時代 後期 の 幕末 に 、 江戸 幕府 を 打倒 し て 政権 打倒 を 目的 と し た 幕末 の 政治 運動 を 意味 する 。 狭義 で は 、 武力 で 倒 す こと を 目的 と し た 討幕 運動 を 指 す が 、 広義 で は 、 軍事 衝突 を 回避 し た 政権 移譲 を 目指 す 政治 工作 も 含め て 倒幕 運動 と 呼 ぶ 。 更に 今日 で は 、 鎌倉 幕府 末 期 の 後醍醐 天皇 が 主導 し た 鎌倉 幕府 倒幕 の 動き ( 正中 の 変 ・ 元弘 の 変 ) の こと も 「 倒幕 運動 」 と 呼 ぶ こと も あ る 。 江戸 時代 に は 日本 の 古典 研究 など を 行 う 国学 が 発達 し 、 外国 船 の 来航 が 多発 し 、 アメリカ の マシュー ・ ペリー や ロシア の プチャーチン ら が 来航 し て 通商 を 求め る と 、 幕府 は 条約 締結 に 際 し て 朝廷 の 勅許 を 求め た ため 、 天皇 、 朝廷 の 伝統 的 権威 が 復興 する 。 幕府 が 諸 外国 と 通商 条約 を 締結 し て 開国 を 行 う と 、 在野 の 志士 ( 活動 家 ) たち は 、 水戸 学 の 思想 的 影響 の もと 、 名分 論 に 基づ き 攘夷 を 断行 し な い 幕府 に 対 する 倒幕 論 が 形成 さ れ た 。 幕府 は 朝廷 権威 に 接近 し て 権力 の 再 構築 を 図 る 公武 合体 政策 を 行 う が 、 公家 の 岩倉 具視 や 、 薩摩 藩 の 西郷 隆盛 ( 吉之助 ) 、 大久保 利通 、 小松 帯刀 、 長州 藩 の 桂 小五郎 ( 木戸 孝允 ) 、 広沢 真臣 など の 尊皇 攘夷 派 ら は 、 王政 復古 、 武力 討幕 路線 を 構想 する 。 長州 藩 は 没落 し て 朝敵 と な る が 、 攘夷 派 で あ っ た 孝明 天皇 の 崩御 、 薩長 同盟 で 薩摩 と 長州 が 密約 を 結 ぶ と 、 15 代 将軍 の 徳川 慶喜 は 大政 奉還 を 行 い 公議 政体 構築 を 目指 す が 、 王政 復古 ( 日本 ) に よ り 明治 政府 が 成立 、 鳥羽 伏見 の 戦い で 旧 幕府 軍 が 敗北 し 、 徳川 慶喜 に 対 する 追討令 が 出 る と 、 法的 に は 幕府 機構 は 消滅 し て い る もの の 武力 討幕 運動 が 盛ん に な る 。 倒幕 へ の 経過 帝国 主義 時代 に 入 っ た 欧米 列 強 の 進出 ・ 侵略 の 手 は 東 アジア に も 迫 っ た 。 中国 で は イギリス と の 間 に アヘン 戦争 が 起こ り 香港 島 が 奪 わ れ た 。 日本 で は 諸 外国 が 通商 を 求め る 出来事 や 、 摩擦 ・ 紛争 が 起こ り 始め た 。 アダム ・ ラクスマン の 来航 ( 寛政 4 年 ( 1792 年 ) ) 、 フェートン 号 事件 ( 文化 5 年 ( 1808 年 ) ) や ゴローニン 事件 ( 文化 8 ( 1 811 年 ) ) が それ ら の 例 で あ る 。 江戸 の 天下 泰平 の 世の中 ( 鎖国 体制 下 の 社会 ) を 乱 さ れ た く な い ・ 邪魔 さ れ た く な い と い っ た 心情 は 、 攘夷 運動 に な っ て い っ た 。 政権 を 担当 する 者 ・ 勢力 は いつ の 世 で も そう する こと が 多 い が ( そう な る こと が 多 い が ) 、 黒船 に 象徴 さ れ る 圧倒 的 な 武力 を 見せ 付け られ た 江戸 幕府 は 、 現実 的 な 解 と し て 、 開国 を 選択 する 。 朝廷 が 攘夷 の 意志 を 示 す 。 孝明 天皇 自身 が 賛同 し た か 否 か は 意見 が 一致 し な い 。 江戸 時代 後期 ごろ 、 日本 の 古典 を 研究 する 学問 国学 の なか から 、 “ 外来 宗教 伝来 以前 の 日本 人 固有 の 考え 方 ” と い う 発想 が 起こ っ た 。 良寛 坊主 が 残 し た 戒語 の ひと つ 「 好 ん で 唐 言葉 を 使 う 」 に よ っ て 表 さ れ る 社会 の 気分 ・ 雰囲気 から 生まれ た もの だ と 思 わ れ る 。 この 発想 で 追求 さ れ た “ 日本 人 固有 ” の 行き着 く ところ は 天皇 に な り 、 外圧 の 高まり と とも に 尊皇 攘夷 も 高ぶ っ て い く こと に な っ た 。 政治 の 重心 が 、 京都 に 移行 する 。 十 四 代将軍 家茂 の 上洛 の 折 、 京都 の 治安 悪化 が 懸念 さ れ 浪士 組 が 結成 さ れ る 。 その 浪士 組 の うち 、 京 に 残 っ た 派 が 新 選 組 結成 。 ( のち に 憲兵 の よう な 役割 を 果た す ) 朝廷 から の 攘夷 願い を 無視 でき ず 、 幕府 は 形式 的 な 攘夷 命令 を 諸藩 に 下 す 。 薩摩 藩 は 薩英 戦争 、 長州 藩 は 下関 戦争 を 引き起こ し 、 いずれ も 大敗 する 。 薩摩 藩 は 、 薩英 戦争 の 経験 から 攘夷 は 不 可能 で あ る と 判断 し 、 開国 に 論 を 変え 、 藩力 の 充実 と 先進 技術 の 取得 に 努め る こと に な っ た 。 長州 藩 は 下関 戦争 の 後 尊 皇 論 を 基盤 に 藩論 は 攘夷 で 維持 し て い た が 、 1865 年 、 日米 修好 通商 条約 に 孝明 天皇 が 勅許 を 出 し た こと に よ り 尊皇 と 攘夷 は 結びつ か な く な り 、 攘夷 の 力 が 失 わ れ た 。 土佐藩 の 坂本 龍馬 ら の 仲介 が あ っ て 、 薩摩 藩 と 長州 藩 は 和解 、 倒幕 の 密約 を 結 ぶ 。 後 、 西 の 諸藩 が 倒幕 の 元 に 終結 する 。 長州 藩 は 、 俗論 党 に よ り 途中 「 幕府 恭順 」 姿勢 を 見せ る も 、 その 前後 は 反幕 府 と い う 姿勢 だっ た 。 薩摩 藩 ・ 土佐 藩 など は 、 当初 は 公武 合体 ・ 徳川 家 を 議長 と する 諸侯 会議 を 目標 と し て い た が 、 ある 段階 から 幕府 を 見切 り 、 それ まで の 敵 の 長州 藩 と 手 を 結 ん だ 。 1867 年 10 月 14 日 に 密か に 薩長 に 討幕 の 密勅 が だ さ れ た ( 捏造 説 も あ る ) 。 しかし 、 土佐 藩 主 山内 豊信 ら の 進言 ・ 尽力 に よ り 、 同じ 日 に 徳川 慶喜 は 大政 奉還 し た 。 徳川 家康 に よ る 江戸 幕府 創設 を 決定 付け た 160 0 年 の 関ヶ原 の 戦い は 、 皮肉 に も 20 0 年 以上 の 時 を 超え 各 大名 に 多く の 教訓 を 残 し 、 それ は 倒幕 運動 へ と つなが っ て い く 。 特筆 す べ き は 、 倒幕 の 主役 と な っ た 薩摩 ・ 長州 ・ 土佐 藩 の 場合 で あ る 。 島津 氏 が 西軍 に 付 い た の は 、 当時 の 情報 収集 能力 の 欠如 が 原因 と 言 わ れ る 。 当時 の 島津 氏 は 上方 の 情勢 に 疎 かっ た が ため に 西軍 に 付 か ざる を 得 な い 状況 と な り 、 この 反省 から 、 以後 薩摩 藩 は 独立 王国 の 様相 を 呈 し 始め 、 各地 に 密偵 を 配置 し 、 情報 収集 力 の 増強 に 努め た 。 越境 し て き た 密偵 はたとえ 幕府 関係 者 で あ ろ う と 厳し く 断罪 し 、 情報 の 漏洩 防止 に 努め 、 密貿易 に よ っ て 外貨 を 蓄 え 続け 、 幕府 に 勝 る 軍事 力 を 獲得 し た 。 この よう な 繋がり の 増強 は 、 後 の 倒幕 運動 に も 生か さ れ る よう に な り 、 薩摩 藩 は 終始 佐幕 派 を 装 い つつ 、 結果 と し て 秘密 裏 に 薩長 同盟 を 締結 する 事 に 成功 し た 。 毛利 氏 の 場合 、 中立 の 立場 を と っ た に も 関わ ら ず 減封 と い う 結果 に な り 、 長州 藩 内 に は 徳川 家 へ の 怨恨 が 蓄積 する よう に な っ た 。 長州 藩 は 江戸 期 全体 を 通 し て 表向き は 幕府 に 恭順 の 姿勢 を と る 普通 の 藩 と し て 存在 し て い た が 、 毎年 正月 に は 幕府 へ の 怨恨 を 確かめ る 儀式 を 執り行 っ て い た と 伝え られ る ( 確た る 証拠 は な い ) 。 それ が 最も 爆発 し た の は 吉田 松陰 と い う 青年 が 出現 し た 幕末 期 で あ る 。 安政 の 大獄 に よ っ て 吉田 が 処刑 さ れ る と 、 これ を 機 に 長州 藩 は 終始 幕府 へ の 敵対 心 を むき出し に し 、 その 結果 禁門 の 変 を 起こ し 、 二 度 に 渡 る 幕府 から の 征討 を 受け た 。 この 間 、 俗論 党 と い う 佐幕 派 勢力 に よ る クーデター も 起き 、 藩論 は 一時 佐幕 に 傾 い た 事 も あ る が 、 高杉 晋作 率い る 奇兵 隊 に よ っ て 俗論 党 政権 は 掃討 さ れ 、 再度 藩論 は 倒幕 に 動 く こと と な っ た 。 関ヶ原 の 戦い で 生 じ た 怨恨 を 直 に 徳川 家 に ぶつけ た の が 、 この 長州 藩 で あ っ た 。 その 直接 さ が ゆえ 、 徳川 慶喜 は 維新 後 、 長州 に 対 し て の 恨み が 消え て い っ た が 、 佐幕 派 を 装 い つつ 結果 的 に 寝返 っ た 薩摩 に 対 し て の 恨み は 強 かっ た と 言 わ れ る ( 司馬 遼太郎 著 『 最後 の 将軍 徳川 慶喜 』 『 竜馬 が ゆ く 』 ほか ) 。 土佐 藩 の 場合 、 この 関ヶ原 の 戦い は その 後 多く の 悲劇 を 生 ん だ 。 戦前 、 土佐 は 長 宗我部 氏 の 支配 に あ っ た が 、 結果 領地 没収 の 憂き 目 に あ い 、 土佐 に は 新し い 城主 ・ 山内 一 豊 を 迎え る こと に な っ た 。 だ が 、 一豊 は 徳川 家康 、 徳川 秀忠 に 、 旧臣 の 長 宗我部 氏 の 家臣 達 を 排除 する 事 を 命令 さ れ て い た 。 この 命令 に 従 っ て 山内 氏 は 長 宗我部 氏 の 家臣 達 を 郷士 、 自身 の 家臣 達 を 上士 と 区別 し 、 差別 化 を 図 っ た 。 さらに 、 大坂 の 役 に て 長 宗我部 氏 が 断絶 する と 、 上士 達 は 20 0 年 以上 に 渡 っ て 郷士 に 激し い 差別 を 与え 続け た 。 この 怨恨 に よ り 、 郷士 から 武市 瑞山 、 坂本 龍馬 、 中岡 慎太郎 と い っ た 人材 が 生まれ 、 彼 ら の 活躍 に よ り 倒幕 運動 は 一気 に 早ま っ た 。 ただし 、 坂本 や 中岡 に と っ て は 、 恨み の 対象 は 徳川 家 で は な く 、 上士 ・ 郷士 と い う 差別 を 生み出 し た 幕藩 体制 その もの に あ り 、 彼 ら は 怨恨 を 越え て 後藤 象二郎 、 板垣 退助 と い っ た 上士 と 手 を 組 み 、 幕府 に 大政 奉還 を 促 し た 。 しかし 活躍 し た 郷士 達 は その ほとんど が 明治 維新 を 見 る こと な く 非業 の 死 を 遂げ る 。 中 に は 武市 の よう に 当時 の 藩主 山 内容堂 に よ っ て 無実 の 罪 を 着 せ られ 処刑 さ れ た 者 も 少な く な かっ た 。 結果 、 倒幕 を 行 っ た の は 、 関ヶ原 の 戦い に よ っ て 徳川 家 に おとしめ られ た 郷士 達 で は な く 、 徳川 家 に よ っ て 余り あ る 恩 を 受け た 上士 達 で あ っ た 。 土佐 藩兵 は 板垣 を 大将 に 戊辰 戦争 で よく 活躍 し て お り 、 さらに 大政 奉還 の 青 写真 を 描 い た の は 坂本 龍馬 で あ っ た が 、 それ を 実行 に 移 し た の は 容堂 で あ っ た 。 そして 、 明治 新 政府 内 で 栄進 し た の は 、 後藤 や 板垣 と い っ た 上士 に ほぼ 限 ら れ て い る 。 この 事 は 、 容堂 が 藩内 の 勤皇 志士 を 弾圧 する 一方 で 朝廷 に 奉仕 し 、 かつ 幕府 に も 良 かれ と い う 行動 を 取 っ た こと から 来 て い る 。 結果 、 容堂 は 幕末 の 四 賢 侯 の 一人 に 挙げ られ て い ながら も 、 討幕 運動 が 盛ん に な り 続け て も 逆 に 幕府 を 擁護 し た ため 幕末 及び 明治 初期 の 政局 に 混乱 を きた す 事 と な り 、 彼 の 評価 は 芳し い 物 で は な くな っ て い く 。 まさに 歴史 の 皮肉 と しか 言え な い が 、 幕府 が 容堂 を 藩主 に まで 押し上げ た 事実 を 考えれ ば 、 当然 の 事 で も あ っ た 。 +応仁 の 乱 ( おうにん の らん 、 1467 年 ( 応仁 元年 ) - 1477 年 ( 文明 ( 日本 ) 9 年 ) ) は 、 室町 時代 の 8 代 征夷 大将軍 足利 義政 の とき に 起こ っ た 内乱 。 室町 幕府 管領 の 細川 勝元 と 、 山名 持 豊 ( 出家 し て 山名 宗全 ) ら の 有力 守護 大名 が 争 い 、 九州 など 一部 の 地方 を 除 く 全国 に 拡大 、 影響 し 、 戦国 時代 ( 日本 ) に 突入 する きっかけ と な っ た 。 応仁 ・ 文明 の 乱 ( おうにん ・ ぶんめい の らん ) と も 呼 ば れ る 。 室町 幕府 は 、 南北朝 時代 ( 日本 ) の 混乱 や 有力 守護 大名 に よ る 反乱 が 収束 し た 将軍 足利 義満 ・ 足利 義持 の 代 に 、 将軍 ( 室町 殿 ) を 推戴 する 有力 守護 の 連合 体 と し て 宿老 政治 が 確立 し て い た 。 籤引き に よ っ て 選 ば れ た 6 代 将軍 の 足利 義 教 が 専制 政治 を しき 、 1441 年 に 赤松 満祐 に 誘殺 さ れ る と ( 嘉吉 の 乱 ) 、 政権 内 の 情勢 に ほころび が 見え 始め る 。 7 代将軍 に 義教 の 嫡子 足利 義勝 が 9 歳 で 将軍 職 を 継 い だ が 、 僅か 一 年 足 ら ず の うち に 急逝 し 、 義勝 の 次弟 で あ る 義政 が 管領 の 畠山 持国 ら に 推挙 さ れ 、 8 歳 で 将軍 職 を 継承 し た 。 義政 は 、 母 日野 重子 や 愛妾 今 参局 ら に 囲 ま れ 、 家宰 の 伊勢 貞親 や 季瓊 真蘂 等 の 側近 の 強 い 影響 を 受け て 育 ち 気まぐれ な 文化 人 に 成長 し た 。 義政 は 、 守護 大名 を 統率 する 覇気 に 乏し く 、 もっぱら 茶 ・ 作庭 ・ 猿楽 など に 没頭 し 、 幕政 は 実力 者 の 管領 家 の 勝元 ・ 四 職 家 の 宗全 、 正室 の 日野 富子 ら に 左右 さ れ て い た 。 義政 は 打続 く 土一 揆 や 政治 的 混乱 に 倦 ん で 、 将軍 を 引退 し て 隠遁 生活 へ の 移行 を 夢見 る よう に な っ て い た 。 それ は 長禄 ・ 寛正 の 飢饉 に も 対策 を 施 さ な い 程 に な っ て い っ た 。 義政 は 29 歳 に な っ て 、 富子 や 側室 と の 間 に 後継 男子 が な い こと を 理由 に 、 将軍 職 を 実弟 の 浄土 寺門 跡 義尋 に 譲 っ て 隠居 する こと を 思い立 つ 。 禅譲 を 持ちかけ られ た 義尋 は 、 まだ 若 い 義政 に 後継 男子 誕生 の 可能 性 が あ る こと を 考慮 し て 将軍 職 就任 の 要請 を 固辞 し 続け た 。 1464 年 12 月 24 日 ( 寛正 5 年 11 月 26 日 ) 、 義尋 は 、 義政 が 『 今後 男子 が 生まれ て も 僧門 に 入れ 、 家督 を 継承 さ せ る こと は な い 』 と 起請 文 ま で し た ため 、 再三 、 将軍 職 就任 を 説得 し た こと から 、 意 を 決して 還俗 し 名 を 足利 義視 と 改め る と 勝元 の 後見 を 得 て 今出川 邸 に 移 る こと に し た 。 1466 年 ( 文正 元年 ) 7 月 、 突然 、 義政 は 側近 の 伊勢 貞親 ・ 季瓊 真蘂 ら の 進言 で 斯波 武衛 家 の 家督 を 斯波 義廉 から 取り上げ 斯波 義敏 に 与え た 。 義廉 と 縁戚 関係 に あ っ た 宗全 は 、 一色 義直 や 土岐 成頼 ら と とも に 義廉 を 支持 し 、 さらに 貞親 が 謀反 の 噂 を 流 し て 義視 の 追放 を 図 っ た こと から 、 義視 の 後見 人 で あ る 勝元 は 宗全 と 協力 し て 貞親 を 近江 に 追放 、 この とき 、 政変 に 巻き込 ま れ た 季瓊 真蘂 、 斯波 義敏 、 赤松 政則 ら も 一時 失脚 し て 都 を 追 わ れ た 。 なお 、 義政 時代 の 斯波 氏 の 家督 騒動 に つ い て は 武衛 騒動 も 参照 。 嘉吉 の 乱鎮圧 に 功労 の あ っ た 宗全 は 主謀 者 赤松 氏 の 再興 に 反対 し て い た が 、 1458 年 、 娘婿 の 勝元 が 宗全 の 勢力 削減 を 図 っ て 赤松 政則 を 加賀 国 守護 職 に 取立て た こと から 両者 は 激し く 対立 する よう に な っ て い た 。 文正 の 政変 で 協力 し た 二人 で あ っ た が 、 それぞれ 守護 大名 の 家督 争い に 深 く 関わ っ て い た ため 、 強烈 に 対立 する 二人 で も あ っ た 。 1465 年 12 月 11 日 ( 寛正 6 年 11 月 23 日 ) 、 義政 と 富子 と の 間 に 足利 義尚 ( のち 義煕 ) が 誕生 する と 、 実子 義尚 の 将軍 職 擁立 を 切望 する 富子 は 、 宗全 に 接近 し 義視 の 将軍 職 就任 を 阻止 し よ う と 暗躍 する 。 当然 、 宗全 は 義視 の 後見 人 で あ る 勝元 と 対立 し 、 将軍 家 の 家督 争い は 全国 の 守護 大名 を 勝元 派 と 宗全 派 に 二 分化 さ せ て 、 その 衝突 は 避け られ な い もの と な っ た 。 この 頃 、 管領 職 に あ っ た 勝元 派 の 畠山 政長 と 宗全 派 の 畠山 義就 と の 間 に あ っ た 家督 継承 権 を めぐ る 闘争 が 激化 し 、 さらに 義政 の 気紛れ が 両派 の 対立 に 油 を 注 い だ 。 1455 年 ( 康正 元年 ) の ころ 畠山 家 総領 で あ っ た 義就 は 、 勝元 の 策謀 に よ っ て 義政 から 追放 さ れ 、 従兄弟 で あ る 政長 が 替わ っ て 畠山 家 総領 を 継承 し た 。 その 後 、 義就 が 宗全 を 頼 っ て 復権 を 願い出 て い た ところ 、 1467 年 2 月 6 日 ( 応仁 元年 正月 2 日 ) 、 宗全 に 懐柔 さ れ た 義政 が 、 政長 や 勝元 に 断 る こと な く 、 将軍 邸 の 花 の 御所 ( 室町 第 ) に 義就 を 招 い て これ を 赦免 し た 。 義政 は 政長 へ 追い討ち を かけ る よう に 、 正月 恒例 の 管領 邸 へ の 『 お成り 』 を 中止 し て 、 3 日 後 に 義就 が 宗全 邸 で 開 い た 酒宴 に 出席 し た 。 そこ で 義政 は 、 義就 の 畠山 家 総領 を 認め 、 政長 に 春日 万里小路 の 屋敷 の 明け渡し を 要求 さ せ る 。 政長 は 反発 し て 管領 を 辞任 、 後任 は 山名 派 の 斯波 義廉 が 就任 し た 。 勝元 は 義政 から 義就追 討令 を 出 さ せ よ う と する が 、 義政 夫人 の 日野 富子 が 事情 を 察知 し て 宗全 に 情報 を 漏ら し て 失敗 する 。 政局 を 有利 に 運 ん だ 宗全 は 、 自邸 周辺 に 同盟 守護 大名 の 兵 を 多数 集め 、 内裏 と 花 の 御所 を 囲 み 、 義政 に 政長 や 勝元 ら の 追放 を 願い出 た 。 義政 は 勝元 の 追放 を 認め な かっ た もの の 、 諸 大名 が 一方 に 加担 し な い こと を 条件 に 、 義就 に よ る 政長 へ の 攻撃 を 認め た 。 義政 から 廃嫡 さ れ 賊軍 扱い さ れ た 政長 は 勝元 に 援軍 を 求め た が 、 勝元 は 後日 の 反撃 を 期 し て これ を 断 っ た 。 1467 年 2 月 22 日 ( 応仁 元年 1 月 18 日 ) 、 政長 は 無 防備 で あ っ た 自邸 に 火 を 放 つ と 、 兵 を 率い て 上御 霊社 ( 京都 市 上京 区 ) に 陣 を 敷 い た 。 義政 は 畠山 の 私闘 へ の 関わり を 禁じ る が 、 宗全 は 後土 御門 天皇 や 後花 園 上皇ら を 室町 亭 に 避難 さ せ 、 義就 に 加勢 する 。 勝元 は 義政 の 命 を 守 っ て 沈黙 。 御 霊 社 は 竹林 に 囲 ま れ 、 西 に は 細川 が 流れ 、 南 に は 相国 寺 の 堀 が 位置 し て い た 。 義就 は 釈迦堂 から 出兵 し 、 加勢 し た 斯波 義廉 、 山名 政豊 、 朝倉 孝景 ( 7 代 当主 ) ら も それぞれ 攻撃 。 戦い は 夕刻 まで 続 き 、 政長 は 夜半 に 社 に 火 を かけ 、 自害 を 装 い 逃走 、 勝元 邸 に 匿 わ れ た と 言 わ れ る 。 御 霊 合戦 は 畠山 の 私闘 、 宗全 の クーデター に 終わ る 。 御 霊 合戦 の のち 、 細川 勝元 は 領地 の 四国 9 カ国 から 兵 を 集結 さ せ 、 細川 派 の 大名 で は 赤松 政則 が 播磨 で 山名 領 へ 侵攻 し て 守護 職 を 奪還 し た 。 京都 で は 細川 方 の 兵 が 宇治 や 淀 など 各地 の 橋 を 焼 き 、 4 門 を 固め る 。 5 月 に は 武田 信賢 、 細川 成之 ら が 若狭 の 一色 氏 の 領地 へ 侵攻 、 都 で も 一色 義直 の 邸 や 西軍 諸将 の 屋敷 を 襲撃 、 斯波 義敏 は 尾張 から 遠江 へ 侵攻 する 。 4 月 に は 足利 義視 が 調停 を 試み て い る 。 5 月 、 勝元 は 北陸 に 落ち て い た 政長 を 含 む 全国 の 同盟 者 に 呼びかけ 、 花 の 御所 を 制 し 、 戦火 から 保護 する と い う 名目 で 将軍 ら を 確保 、 天皇 、 上皇 を 室町 亭 に 迎え る 。 勝元 は 今出川 邸 の 自邸 に 本陣 を 置 き 、 6 月 に は 義政 に 要請 し て 牙旗 を 授与 さ れ 、 官軍 の 体裁 を 整え た 。 宗全 は 5 月 に 評定 を 開 き 、 五辻 通 大 宮東 に 本陣 を 置 く 。 両軍 の 位置 関係 から 細川 方 を 「 東軍 」 、 山名 方 を 「 西軍 」 と 呼 ぶ 。 兵力 は 、 『 応仁 記 』 に よ れ ば 東軍 が 16 万 、 西軍 が 11 万 以上 で あ っ た と 記 さ れ て い る が 、 誇張 が あ る と も 指摘 さ れ て い る 。 京都 に 集結 し た 諸将 は 、 北陸 から 信越 、 東海 、 九州 の 筑前 、 豊後 、 豊前 が 大半 で あ っ た が 、 「 東軍 」 に は 細川 氏 一族 が 畿内 と 四国 の 守護 を 務め て い た こと に 加え その 近隣 地域 に も 自派 の 守護 を 配置 し て い た ため 、 地理 的 に は 優位 を 占め て い た 。 逆 に 「 西軍 」 は 山名 氏 始め と し て こう し た 細川 氏 と その 同盟 勢力 の 台頭 に 警戒 感 を 強め る 地方 の 勢力 が 参加 し て い た 。 中 に は 義政 側近 で あ り ながら 武田 信賢 と の 確執 から 西軍 に 奔 っ た 一色 義直 や 六角 高頼 ・ 土岐 成頼 の よう に 成り行き 的 に 参加 し た もの も 多 く 、 その 統率 に は 不安 が 残 さ れ て い た 。 一方 関東 地方 や 東北 、 九州 南部 など の 地域 に お い て は 、 既に 中央 の 統制 下 から 離れ た 状態 の まま 、 各 地域 内部 に お い て 有力 武家 間 の 大 規模 な 紛争 が 発生 し て お り 、 この 戦い と は 全く 無 関係 に 戦乱 状態 に 突入 し て い た ( 関東 に つ い て は 享徳 の 乱 を 参照 の こと ) 。 当初 、 東軍 が 義政 の 支持 を 受け て 「 官軍 」 と 号 し 、 内裏 や 花 の 御所 周辺 から 西軍 を 駆逐 し て 皇室 と 義政 を 確保 し た こと 、 細川 氏 及び その 支持 者 の 領国 が 畿内 周辺 に 集中 し て い た 事 が 幸い し て 戦い を 有利 に 進め た が 、 6 月 に は 細川 領丹 波 国 を 制圧 し た 山名 軍 8 万 が 上洛 、 8 月 に は 周防 から 大内 政弘 が 四国 の 河野 通春 ら 7 カ国 の 軍勢 を はじめ 、 水軍 を 率い て 入京 、 西軍 が 勢力 を 回復 する 。 相国 寺 の 戦い は 激戦 で 両軍 に 多く の 死傷 者 が 出 た もの の 勝敗 を 決 する こと は 出来 な かっ た 。 1467 年 9 月 27 日 ( 応仁 元年 8 月 29 日 ) 、 突然 、 義視 が 東軍 を 出奔 し て 伊勢 国 の 北畠 教具 の 元 に 身 を お く 。 義視 出奔 の 原因 は 、 武衛 騒動 で 追放 さ れ て い た 宿敵 伊勢 貞親 が 幕府 に 復権 し た こと が 一因 と さ れ る が 、 この ころ 義政 や 後見 人 の 勝元 が 自ら の 廃嫡 と 義尚 の 将軍 職 就任 に 傾 い た こと が 主な 原因 で あ ろ う 。 約束 どおり 将軍 職位 譲 を 行 わ な い 義政 、 義視 将軍 就任 の ため に 積極 的 に 動 か な い 後見 人 勝元 、 富子 に 見守 ら れ 僧門 に 入 る こと も な く 成長 し て 行 く 義尚 。 義視 は 、 義尚 誕生 の とき から 幕府 に 身 の 置き 場所 を なく し て い た の で あ る 。 その 後 、 しばらく 伊勢 国 に 滞在 し た 義視 は 、 勝元 や 義政 に 説得 さ れ て 東軍 に 帰陣 する が 、 再度 出奔 し て 比叡山 に のぼ っ た 。 義尚 擁立 に 転 じ た 勝元 が 、 穏便 な 形 を と っ て 義視 を 御所 から 事実 上 追放 し た の で あ る 。 1467 年 12 月 19 日 ( 応仁 元年 11 月 23 日 ) 、 西軍 は 比叡山 に 使い を 出 し て 義視 を 迎えいれ る と “ 新将軍 ” に 奉 り 幕府 の 体裁 を 整え 東軍 に 対抗 し た 。 更に 西軍 は 後南 朝 勢力 に も 協力 を 呼びかけ た 。 対立 構図 の ねじれ 、 自己 の 利 に 従 っ て 離散 集合 を くり返 す 諸 勢力 。 この よう な 状況 下 で 、 身 を 賭 し て 戦い に 貢献 し よ う と する 者 は 少な く 、 東西 両軍 の 戦い は 膠着 状態 に 陥 っ て い っ た 。 その 中 で 東軍 配下 の 足軽 骨皮 道賢 が 後方 攪乱 など の ゲリラ 戦 を 試み た が 、 所詮 、 盗賊 や 凶悪 人 を 多 く 含 ん だ 集団 に 過ぎ ず 、 戦局 を 打開 する こと は 出来 な かっ た 。 1469 年 ( 文明 元年 ) に な る と 、 大内 氏 の 重臣 で 文武 両道 の 名将 と し て 知 ら れ た 益田 兼堯 が 石見 国 で 離反 、 九州 の 大友 親 繁 ・ 少弐 政資 と とも に 大内 教幸 を 擁 し て 西軍 方 の 大内 領 に 侵攻 、 この 動き は 鎮圧 さ れ た もの の 、 14 7 1 年 ( 文明 3 年 ) に は 守護 代 で あ り ながら 西軍 の 主力 と な っ て い た 朝倉 孝景 が 義政 自ら の 越前 守護 職 補任 を うけ て 東軍 側 に 寝返 っ た の で あ る 。 長引 く 戦乱 と 盗賊 の 跋扈 に よ っ て 何 度 も 放火 さ れ た 京都 市街 地 は 焼け 野原 と 化 し て 荒廃 し た 。 さらに 上洛 し て い た 守護 大名 の 領国 に まで 戦乱 が 拡大 し 、 諸 守護 大名 は 京都 で の 戦い に 専念 でき な く な っ た 。 こう し て 東西 両軍 の 間 に は 厭戦 気分 が 漂 う よう に な る 。 1473 年 ( 文明 5 年 ) に な る と 、 3 月 18 日 に 宗全 が 、 5 月 11 日 に 勝元 が 相 次 い で 死去 し 、 12 月 19 日 に は 義政 が 義尚 に 将軍 職 を 譲 っ て 隠居 し た 。 1474 年 4 月 19 日 ( 文明 6 年 4 月 3 日 ) に 、 宗全 の 子山名 政 豊 と 勝元 の 子細川 政元 の 間 に 和睦 が 成立 し た 。 その 後 も 東軍 は 畠山 政長 ・ 赤松 政則 、 西軍 は 畠山 義就 ・ 大内 政弘 を 中心 に 惰性 的 な 小 競り合い を 続け て い た もの の 、 147 7 年 12 月 16 日 ( 文明 9 年 11 月 11 日 ) に 大内 政弘 が 周防 国 に 撤収 し た こと に よ っ て 西軍 は 事実 上 解体 し 京都 で の 戦闘 は 収束 し た 。 その 9 日 後 に 、 幕府 に よ っ て 「 天下 静謐 」 の 祝宴 が催 さ れ 11 年 に 及 ぶ 大乱 の 幕 が 降ろ さ れ た 。 だが 、 延べ 数十 万 の 兵士 を 都 に 集結 さ せ て 11 年 に も わた り 戦闘 が 続 い た に も 関わ ら ず 、 主だっ た 将 が 戦死 する こと も な く 、 ただ 惰性 的 に 争い を 続け て き た 挙句 に 守護 大名 たち が 獲得 を 目指 し て い た 幕府 権力 その もの が 権威 を 失墜 さ せ て しま い 、 結果 的 に 獲得 する もの は 何 も な かっ た の で あ る 。 応仁 の 乱 は 京都 が 主戦 場 で あ っ た が 、 後半 に な る と 地方 へ 戦線 が 拡大 し て い っ た 。 これ は 勝元 に よ る 西軍 諸 大名 ( 大内 氏 ・ 土岐 氏 など ) に 対 する 後方 撹乱策 が 主な 原因 で あ り 、 その 範囲 は 奥羽 ・ 関東 ・ 越後 ・ 甲斐 を 除 く ほぼ 全国 に 広が っ て い っ た 。 ここ で は 東西 両軍 に 参加 し た 守護 大名 や 豪族 を 列挙 する が 、 時期 に よ っ て は 去就 が 異な る 場合 が あ る 。 主に 1470 年頃 の 状況 に 照ら し た 去就 を 記 す 。 ( 参考 資料 : 『 鎌倉 ・ 室町 人名 辞典 』 ・ 『 戦国 人 名 辞典 』 ) 細川 勝元 および 細川 氏 一門 : 摂津 国 ・ 和泉 国 ・ 丹波 国 ・ 淡路 国 ・ 讃岐 国 ・ 阿波 国 ・ 土佐 国 畠山 政長 : 越 中国 ・ ( 河内 国 ) 斯波 義敏 ・ 斯波 持種 : ( 尾張国 ・ 越前 国 ・ 遠江 国 ) 京極 持清 : 飛騨 国 ・ 近江 国 半国 ・ 出雲 国 ・ 隠岐 国 赤松 政則 : 播磨 国 ・ 加賀 国 半国 ( 備前 国 ・ 美作 国 ) 山名 是 豊 : 山城 国 ・ 備後 国 武田 信賢 ・ 武田 国信 : 若狭 国   安芸 国 半国 今川 義忠 : 駿河 国 富樫 政親 : 加賀 半国 北畠 教具 : 伊勢 国 半国 大友 親繁 : 豊後 国 ・ 筑後 国 少弐 政資 : 肥前 国 ・ 対馬 国 ( 筑前 ) 菊池 重朝 : 肥後 国 島津 立久 : 薩摩 国 ・ 大隅 国 ・ 日向 国 ( ただし 、 実戦 に は 参加 し て い な い ) 小笠原 家長 、 木曽 家 豊 、 松平 信光 、 吉良 義真 、 筒井 順尊 、 吉川 経基 、 吉見 信頼 、 益田 兼堯 、 大内 教幸 、 小早川 煕平 、 河野 教通 、 相良 長 続 など 山名 持 豊 および 山名 氏 一門 : 但馬 国 ・ 因幡 国 ・ 伯耆 国 ・ 美作 ・ 播磨 ・ 備前 ・ 備 中国 ( ただし 、 山名 是 豊 を 除 く ) 畠山 義就 : 河内 ( 紀伊国 ・ 大和 国 ) 畠山 義統 : 能登 国 斯波 義廉 : 越前 ・ 尾張 ・ 遠江 一色 義直 : 丹後 国 ・ 伊勢 半国 小笠原 清宗 : 信濃 国 土岐 成頼 : 美濃 国 六角 高頼 : 近江 半国 河野 通春 : 伊予 国 大内 政弘 : 長門 国 ・ 周防 国 ・ 豊前 国 ・ 筑前 国 吉良 義藤 、 飛騨 国 姉小路 家 、 富樫 幸 千代 、 毛利 豊元 、 武田 元 綱 、 竹原 小早川 氏 、 渋川 尹繁 ・ 島津 季久 、 一色 時 家 など 応仁 の 乱 は 将軍 や 守護 大名 の 没落 を 促進 し 、 守護 代 で あ っ た 朝倉 孝景 が 守護 大名 の 地位 を 得 た こと に 象徴 さ れ る よう に 、 真 の 実力 者 の 身分 上昇 を もたら し た 。 下克上 は 全国 に 拡散 さ れ 、 日本 は 戦国 時代 ( 日本 ) に 向か う こと に な る 。 残存 し て い た 荘園 制度 等 の 旧 制度 が 急速 に 崩壊 し 始め る と 、 新し い 価値 観 を 身 に つけ た 勢力 が 登場 し た 。 応仁 の 乱終了 後 も 政長 と 義就 は 山城 国 で 戦 い 続け て い た が 、 度重な る 戦乱 に 民衆 は 国人 を 中心 に し て 団結 し 、 勝元 の 後継 者 で あ っ た 政元 の 後ろ盾 も 得 て 、 山城 国 一揆 を 起 し て 両派 を 国外 に 退去 さ せ た 。 加賀 国 に お い て は 、 本願 寺門徒 が 富樫 政親 を 追 っ た ( 加賀 一向 一揆 ) 。 これ は 、 旧 体制 に 属 さ な い 新 勢力 が 歴史 の 表 舞台 に 現れ た 瞬間 で あ っ た 。 室町 時代 を つらぬ く キー ワード は 、 「 旧 勢力 の 没落と 新興 勢力 の 台頭 」 で あ る 。 鎌倉 時代 後期 から 、 名門 武家 ・ 公家 を 始め と する 旧来 の 支配 勢力 は 、 生産 力 向上 に 伴 い 力 を つけ て き た 国人 ・ 商人 ・ 農民 など に よ っ て 、 その 既得 権益 を 侵食 さ れ 没落 の 一途 を たど っ て い た 。 また 、 守護 大名 に よ る 合議 制 の 連合 政権 で あ っ た 室町 幕府 は 、 3 代将軍 足利 義満 と 6 代将軍 足利 義教 の とき を 除 い て 、 成立 当初 から 将軍 の 権力 基盤 は 脆弱 で あ り 、 同じ よう に 守護 大名 も 台頭 する 守護 代 や 有力 家臣 の 強 い 影響 を 受け て い た 。 こう し た 環境 は 、 当時 、 長子 に よ る 家督 権 継承 が 完全 に 確立 さ れ て い な かっ た こと も 相 ま っ て 、 しばしば 将軍 家 ・ 守護 大 名家 に 後継 者 争い や 「 お 家 騒動 」 を 発生 さ せ る 原因 に な っ た 。 京都 で 戦後 と い う 場合 の 「 戦 」 と は この 乱 を 指 す 事 が 多 い 。 応仁 の 乱 に よ っ て 京都 を 追 わ れ た 公家 や 民衆 は 京都 周辺 の 山科 区 や 宇治 市 、 大津 市 、 奈良 市 、 堺 市 と い っ た 周辺 都市 や 地方 の 所領 など に 疎開 し て い っ た 。 応仁 の 乱後 の 文明 11 年 ( 1479 年 ) に 室町 殿 や 内裏 の 造営 が 開始 さ れ た もの の 、 都市 の 荒廃 に よ る 環境 悪化 に よ っ て 疫病 や 火災 、 盗賊 、 一揆 など の 発生 が 頻発 し た こと 、 加え て 在京 し て い た 守護 大名 や その 家臣 達 ( 都市 消費 者 と し て 一定 の 役割 を 果た し て い た ) が 領国 の 政情 不安 の ため に 帰国 し た まま 帰 っ て こ な かっ た こと も あ り 、 京都 の 再建 は 順調 と は 言え な かっ た 。 こう し た 災害 を 理由 と し た 改元 ( 長享 ・ 延徳 ・ 明応 ) が 相 次 い で い る の も それ を 裏付け て い る と 言え る 。 また 、 町衆 主導 に よ っ て 行 わ れ た と 評価 さ れ て き た 明応 9 年 ( 150 0 年 ) の 祇園 祭 の 再興 も 本来 祇園 祭 が 疫病 平癒 の 祭り で あ っ た こと を 考え る と 、 逆 に 当時 の 社会 不安 の 反映 が 祇園 祭 再興 を 促 し た と い う 側面 も 考え られ る の で あ る 。 また 、 当時 町衆 に おけ る 法華 宗 受容 も 社会 不安 から くる 信仰 心 の 高まり と 関連 づけ られ る 。 それ で も 明応 7 年 ( 1498 年 ) 頃 より 京都 の 住民 に 対 する 地子 銭 徴収 が 次第 に 増加 し て い っ た こと 、 永正 5 年 ( 150 8 年 ) 以後 の 酒屋 役 徴収 の 強化 命令 が 幕府 から 出 さ れ て い る 事 から 、 この 時期 に 京都 の 人口 回復 が 軌道 に 乗り出 し た と 考え られ 、 明応 9 年 の 祇園 祭 の 前後 数 年間 が 京都 の 本格 的 な 復興 期 と 考え られ て い る 。 +保元 の 乱 ( ほうげん の らん ) は 、 平安 時代 の 保元 元年 ( 1156 年 ) に 崇徳 天皇 と 後白河 天皇 が 対立 し 、 上皇 側 に 天皇 側 が 奇襲 を 仕掛け た 事件 で あ る 。 経過 乱 の 原因 永治 元年 ( 1141 年 ) 、 鳥羽 天皇 は 藤原 璋子 と の 子 で あ る 崇徳 天皇 を 退位 さ せ 、 藤原 得子 と の 子 で あ る 躰仁 親王 ( 崇徳 上皇 の 弟 ) を 即位 さ せ た ( 近衛 天皇 ) 。 崇徳 天皇 が 鳥羽 法皇 の 祖父 白河 天皇 の 子 だ と する 風説 が 流布 さ れ て お り 、 鳥羽 法皇 は 崇徳 天皇 を 「 叔父子 」 と 呼 ん で 忌 み 嫌 っ て い た と さ れ て い る 。 しかし 、 これ は 『 古事 談 』 のみ の 記述 で あ り 、 信憑 性 を 疑問 視 する 学説 も あ る 。 久寿 2 年 ( 1155 年 ) に 近衛 天皇 が 崩御 する と 崇徳 上皇 は 御子 の 重仁 親王 の 即位 を 望 む が 、 父 ・ 鳥羽 法皇 は 美福門院 や 近臣 の 藤原 通憲 の 推 す 雅仁 親王 ( 崇徳 上皇 の もう 一人 の 弟 ) を 後白河 天皇 と し て 即位 さ せ て しま う 。 崇徳 上皇 は 深 く これ を 怨 ん だ 。 摂関家 で も 関白 藤原 忠通 と 左 大臣 藤原 頼長 の 兄弟 が 争 い 、 忠通 は 後白河 天皇 に 、 頼長 は 崇徳 上皇 に 接近 し た 。 崇徳 上皇 と 後白河 天皇 の 対立 は 深ま り 、 両派 は それぞれ 武士 を 集め る 。 上皇方 に は 源 為 義 、 源頼 賢 、 源為 朝 、 源頼 憲 ( 多田 頼憲 ) 、 平忠正 ら が 、 天皇 方 に は 、 源義朝 、 平清 盛 、 源 頼政 、 源義康 ( 足利 義康 ) ら が 味方 する 。 兵力 的 に は 天皇 方 が 優勢 で あ っ た 。 保元 元年 ( 1156 年 ) 7 月 2 日 ( 旧暦 ) 、 鳥羽 法皇 が 崩御 する と 、 両派 の 衝突 は 不可避 の 情勢 と な っ た 。 合戦 の 経過 保元 元年 ( 1156 年 ) 7 月 6 日 ( 旧暦 ) 、 宇治 市 の 警護 に あた っ て い た 平基盛 ( 清盛 の 次男 ) が 、 上皇方 に 参陣 し よ う と し て い た 大和源 氏 の 源 親治 ( 宇野 親治 ) を 捕え る 。 7 月 10 日 ( 旧暦 ) 、 両軍 は 賀茂川 を 挟 ん で 対峙 、 上皇方 は 白河 北殿 、 天皇 方 は 東三 条殿 に 本陣 を 置 き 、 後白河 天皇 は 高松 殿 に あ っ た 。 上皇方 で は 為朝 が 高松 殿 を 夜討 し て 天皇 を 奪 う こと を 献策 し た が 、 頼長 が 皇位 を かけ た 戦い は 白昼 堂々 と 行 う もの だ と し て これ を 退け た 。 ( 『 愚管 抄 』 で は 為義 が 先手 を 打 っ て 内裏 を 占領 する など 三 策 を 献策 し た こと に な っ て い る 。 ) 一方 、 天皇 方 の 軍議 で は 義朝 が 夜討 を 献策 し て これ が 容れ られ る 。 7 月 11 日 ( 旧暦 ) 未明 、 天皇 方 は 清盛 300 余 騎 、 義朝 200 余 騎 、 義康 100 余 騎 の 3 隊 に 分かれ て 白河 北殿 を 奇襲 。 清盛 が 為朝 の 守 る 西門 を 攻め る が 、 為朝 の 強弓 の 前 に 打ち負か さ れ る 。 代わ っ て 義朝 が 西門 を 攻め る も 、 これ また 為朝 の 強弓 に 撃退 さ れ る 。 天皇 方 は 頼政 、 源 重成 、 平信 兼 ら の 軍兵 を 投入 する が 、 上皇方 は 各門 で 奮戦 し て 激闘 が 続 く 。 義朝 は 後白河 天皇 に 火攻 の 勅許 を 求め 、 これ が 許 さ れ る と 天皇 方 は 白河 北殿 の 西隣 に あ る 藤原 家成 邸 に 放火 、 火 が 燃え移 っ た ため 上皇 方 の 兵 は 先 を 争 っ て 白河 北殿 から 逃走 。 戦闘 は 終結 する 。 戦後 7 月 27 日 ( 旧暦 ) 、 天皇 方 が 上皇 方 の 公卿 ・ 武士 ら の 罪 を 定め た 。 7 月 28 日 ( 旧暦 ) 、 平清盛 が 六波羅 で 平 忠正 平長 盛 平忠綱 平正綱 忠正 の 郎 等 道行 を 斬 る 。 7 月 30 日 ( 旧暦 ) 、 源義康 が 大江山 で 平家 弘 平康 弘 平盛 弘 平光 弘 平頼 弘 平安弘 を 斬 る 。 同日 源 義朝 が 船岡 で 源 為 義 源 頼 賢 源 頼 仲 源 為 成 源 為 宗 源 為 仲 を 斬 る 。 子 が 親 を 斬 り 、 甥 が 叔父 を 斬 る と い う むご い 仕打ち が 行 わ れ た 。 そもそも 死罪 は 薬子 の 変 以来 20 0 年 以上 行 わ れ て い な かっ た が 、 信西 が 復活 さ せ た もの で あ る 。 『 法曹 類 林 』 を 著 す ほど の 法 知識 を 持 っ た 信西 の 裁断 に は 反対 する もの は な かっ た 。 また 、 崇徳 上皇 も 讃岐 国 に 流 さ れ 、 京 に 帰れ ぬ まま 不遇 の 最期 を 遂げ た 。 為朝 は 逃れ た が 、 後 に 捕ま り 、 自慢 の 弓 を 射 る こと が でき な い よう 、 左腕 の 筋 を 抜 か れ て から 伊豆 大島 に 流 さ れ た と 言 わ れ て い る 。 こう し て 後白河 天皇 は 反対 派 の 排除 に 成功 し た 。 しかし 、 宮廷 の 対立 が 戦闘 に よ っ て 解決 し た こと 、 とりわけ 京都 市街 を 戦場 と し 、 数 百 年 ぶり に 死刑 が 執行 さ れ た こと は 、 当時 の 人々 に 大きな 衝撃 を 与え 、 貴族 から 庶民 まで 武士 の 力 を 強 く 印象 づけ る こと と な っ た 。 鎌倉 時代 の 歴史 書 『 愚管 抄 』 は 、 この 乱 が 「 武者 ノ世 」 の 始まり で あ り 、 歴史 の 転換 点 だっ た と 論 じ て い る 。 この 乱 は 、 3 年 後 の 平治 の 乱 の 遠因 と も な り 、 さらに は 日本 最初 の 武士 政権 で あ る 平氏 政権 の 成立 、 また 関東 武士 団 を 基盤 と する 鎌倉 幕府 の 成立 を もたら す こと と な る 。 文学 作品 物語 『 保元 物語 』 は 保元 の 乱 を 題材 に し た 軍記 物語 文学 。 作者 不明 で 全 三 巻 。 鎌倉 時代 に 成立 し た と 考え られ て い る 。 『 雨月 物語 』 に 含 ま れ る 小説 「 白峰 」 は 、 保元 の 乱 に 敗れ た 崇徳 上皇 の 亡霊 を 題材 に し た 怪談 。 作者 は 上田 秋成 と い う 人物 。 江戸 時代 に 書 か れ た 。 俳句 鳥羽 殿 へ 五六 騎 い そ ぐ 野分 か な 与謝 蕪 村 +戊辰 戦争 ( ぼしんせんそう 、 慶応 4 年 / 明治 元年 - 明治 2 年 ( 1868 年 - 1869 年 ) ) は 、 王政 復古 ( 日本 ) で 成立 し た 明治 新 政府 が 江戸 幕府 勢力 を 一掃 し た 日本 の 内戦 。 慶応 4 年 / 明治 元年 の 干支 が 戊辰 だっ た こと から この 名 で 呼 ば れ る 。 この 戦争 の 結果 、 薩長 、 薩長 協力 藩 ( 佐賀 藩 、 土佐 藩 等 ) 出身 者 が 明治 政府 の 主体 と な り 、 日本 は 近代 的 な 中央 集権 国家 へ の 道 を 歩 ん で い っ た 。 戊辰 戦争 は 、 新 政府 下 で の 薩長 と 幕府 の 主導 権 争い に 起因 する 「 鳥羽 ・ 伏見 の 戦い 」 の 段階 、 会津 藩 ・ 庄内 藩 の 処分 問題 に 起因 する 「 東北 戦争 ( 北越 戦争 と 会津 戦争 を 含 む ) 」 の 段階 、 旧 幕府 勢力 の 最後 の 抵抗 と な っ た 「 箱館 戦争 」 の 段階 の 3 段階 に 大き く 区分 さ れ る 。 陣営 の 呼称 と し て 、 新 政府 側 に つ い て は 官軍 、 西軍 、 薩長 軍 、 旧 幕府 側 に つ い て は 東軍 、 と い っ た 呼 び 方 も な さ れ る が 、 本 項目 で は 便宜 上新 政府 軍 と 旧 幕府 軍 に 呼称 を 統一 する 。 東北 戦争 に おけ る 列藩 同盟 軍 は 同盟 軍 と 記述 する 。 幕末 の 混乱 し た 政局 の 中 、 第 15 代将軍 徳川 慶喜 は 朝廷 に 統治 権 を 返上 する 大 政 奉還 を 行 い 、 倒幕 運動 の 大義 名分 を 失 わ せ た 。 朝廷 が 行政 能力 を も っ て い な い ため 、 引き続 き 旧 幕府 が 新 政府 下 の 実質 的 な 政権 を 担 う 予定 で あ っ た 。 これ に 対 し 討幕 派 ( 薩摩 藩 ・ 長州 藩 や 岩倉 具視 ら の 一部 公家 ) は 、 政治 上 の 劣勢 を 挽回 す べ く クーデター を 計画 。 徳川 慶喜 や 親徳川 派 の 公家 を 排除 し 王政 復古 ( 日本 ) を 宣言 する 。 これ は 旧 幕府 と 上級 公家 を 廃 し て 薩長 派 を 中心 と し た 新 体制 の 内容 で あ っ た 。 さらに 会議 で 徳川 慶喜 に 対 し 内 大臣 の 官位 辞退 と 領地 の 一部 返上 ( 辞官 納地 ) の 要求 を 決定 し た 。 さらに 薩摩 藩 は 藩士 に 命 じ 江戸 で 騒擾 を 起こ さ せ た ため 、 旧 幕府 軍 は 討薩 表 を 掲げ て 、 京都 を 軍事 力 に よ っ て 鎮定 する べ く 兵 を 進め た 。 旧 幕府 軍 と 新 政府 軍 は 激突 し 戊辰 戦争 が 開始 さ れ た 。 政治 的 な 経過 に つ い て は 幕末 も 参照 の こと 。 戦争 終結 まで ほぼ 一貫 し て 新 政府 軍 の 優勢 の うち に 戦い が 進め られ た 。 「 近代 化 を 進め た 新 政府 軍 に 対 し て 、 遅れ た 旧 幕府 側 の 軍隊 が 対抗 でき な かっ た ため に 敗れ た 」 と い う の は 誤り で 、 実際 は 旧 幕府 軍 も 早く から 軍隊 の 西洋 化 に 取り組 ん で お り 、 新 政府 軍 に 対 し て 劣 っ て い な かっ た 。 特に 海軍 は 旧 幕府 軍 のみ が 持 っ て い た 強力 な 戦力 で あ っ た 。 開戦 時 で の 兵力 や 兵站 は 旧 幕府 軍 が 圧倒 的 に 優勢 で あ っ た が 、 小銃 で の 戦闘 に 習熟 し た 新 政府 軍 に 対応 でき ず 大敗 し た 。 それ で も 旧 幕府 軍 の 兵力 は 上回 っ て お り 洋化 部隊 も 温存 さ れ て い た の だ が 、 徳川 慶喜 が 将兵 を 置き去り に し た まま 脱出 し た こと も あ り 士気 が 低下 し 自壊 し た 。 以降 、 徳川 慶喜 が 降伏 恭順 に 徹 し た ため 、 反抗 を 続け る 旧 幕府 勢力 は 糾合 の 核 を 欠 き 、 戦力 の 結集 が 行え な かっ た 。 東北 戦争 で は 奥羽 同盟 に 参加 し た 藩 の 多く が 、 改革 の 遅れ や 財政 難 から 軍備 が 立ち 後れ て お り 、 新 政府 軍 と は 兵力 で の 開き が 大き かっ た 。 同盟 に 合流 し た 旧 幕府 軍 の 精鋭 部隊 も 弾薬 が 欠乏 する と 、 旧 式 の 小銃 を 使用 せ ざる を え な い 状況 に 追い込 ま れ た 。 兵力 と し て 藩士 から な る 正規 兵 だけ で な く 、 町民 や 農民 、 無頼 の 徒 や 他国 藩 士 に よ っ て 結成 さ れ た 混成 部隊 が 戦力 と さ れ 活躍 し た 。 長州 奇兵 隊 を 結成 し た 高杉 晋作 は 「 太平 の 世 で 堕落 し た 武士 より 戦力 に な る 」 と 考え て い た と さ れ る 。 戊辰 戦争 に お い て は 、 焼き討ち や 物資 の 現地 接収 、 捕虜 の 私刑 、 味方 へ の 制裁 も 多 く 発生 し て い る 。 また 、 略奪 、 暴行 、 放火 、 強姦 や 殺戮 の よう な 戦争 犯罪 が 行 わ れ た 記録 も 多 い 。 いわゆる ガラ の 悪 い 人物 の 多 い 混成 部隊 で は もちろん の 事 、 藩兵 が 同盟 領 内 や 自国 内 で 行 っ た 記録 すら 残 さ れ て い る 。 また 、 会津 兵 や 薩摩 兵 に よ る 敵兵 の 肝 を 食 う 行為 も 伝え られ て い る 。 これ ら の 記録 は 特に 東北 戦争 に お い て 見 る こと が でき る 。 なお 、 これ ら の 兵 の 素行 や 略奪 に 関 する 概念 は 近代 の 倫理 観 と 落差 が あ っ た 。 新 政府 軍 は 主に グレート ブリテン および アイルランド 連合 王国 から 、 旧 幕府 軍 は 主に フランス 第 二 帝政 から 、 軍事 教練 や 武器 供与 など の 援助 を 受け て い た 。 しかし 両 陣営 と も 外国 の 軍隊 の 派兵 を 要請 する こと は な かっ た ため 、 欧米 列強 に よ る 内政 干渉 や 武力 介入 と い う 事態 は 避け られ た 。 旧 幕府 陣営 で は 王政 復古 後 の 新 政府 に よ る 、 徳川 慶喜 に 対 する 辞官 納地 の 決議 に よ り 薩摩 藩 に 対 し て の 反発 が 強ま っ て い た 。 さらに 薩摩 藩 は 旧 幕府 側 を 混乱 さ せ 戦端 を 開 か せ る 誘い と し て 、 西郷 隆盛 の 命令 で 江戸 で 藩士 に 強盗 や 狼藉 を 行 わ せ 騒擾 を 引き起こ し て い た 。 江戸 市 中 警護 の 任 に つ い て い た 庄内 藩 は 上山 藩 と 共同 し 、 この 薩摩 藩 士 の 拠点 と な っ て い た 薩摩 邸 を 焼き 討ち し た 。 これ に よ り 旧 幕府 で は 薩摩 打倒 の 機運 が 高ま り 、 「 薩摩 の 不法 行為 を 誅 する 」 と し た 上奏 表 ( 討薩 表 ) を 携え 、 京都 を 兵力 で 抑え る べ く 、 旧 幕府 側 の 幕府 歩 兵 隊 、 会津 藩兵 、 桑名 藩兵 など が 大阪 から 進軍 し 、 薩摩 藩 ・ 長州 藩 の 軍勢 と 慶応 4 年 1 月 3 日 ( 旧暦 ) ( 1868 年 1 月 27 日 ) 、 京都 南郊外 の 鳥羽 と 伏見 で 衝突 し た 。 前述 の 通り 、 開戦 時 の 兵力 で は 旧 幕府 軍 が 上回 っ て お り 、 新 政府 軍 で は 天皇 を 連れ て 京都 から 撤退 する こと も 検討 し て い た と 言 わ れ る 。 新 政府 軍 は 戦闘 中 に 官軍 の 証 で あ る 錦 の 御 旗 を 掲げ た ため 旧 幕府 軍 の 戦意 が 低下 し た 。 洋化 部隊 が 温存 さ れ た こと や 指揮 その もの も 稚拙 で あ っ た ため 、 新 政府 軍 の 圧勝 に 終わ っ た 。 この 時点 で の 総 戦力 で は 未だ に 幕府 軍 が 圧倒 的 に 上回 っ て お り 、 巻き返 す の も 時間 の 問題 と 思 わ れ た が 、 慶喜 は 軍 を 捨て て 大坂城 を 脱出 ( 1 月 6 日 ) 、 海路 で 江戸 へ 逃走 し た 。 この とき 慶喜 は 、 松平 容保 ( 会津 藩主 ) と 松平定 敬 ( 桑名 藩 主 ) の 兄弟 および 愛妾 を 同道 さ せ た 。 最高 指揮 官 で あ り 当事 者 で あ る はず の 徳川 慶喜 が 敵前 逃亡 し た こと に よ り 、 旧 幕府 軍 は 自壊 し 、 抗戦 を やめ て 各藩 は 兵 を 帰 し た 。 また 戦力 の 一部 は 江戸 方面 へ と 撤退 し た 。 江戸 へ 到着 し た 徳川 慶喜 は 、 上野 寛永 寺 に て 謹慎 し 、 天皇 に 反抗 する 意志 が な い こと を 示 そ う と し た 。 しかし 、 新 政府 は 有栖川宮 熾仁 親王 を 大 総 督宮 と し た 東征 軍 を 組織 し 、 東海道 軍 ・ 東山 道 軍 ・ 北陸 道 軍 に 別れ 、 江戸 へ 向け て 進軍 し た 。 旧 幕府 軍 で は 、 近藤 勇ら の 率い る 甲陽 鎮撫隊 を 組織 し て 甲府 城 を 押さえ よ う と し た 。 東山道 を 進 み 信州 に い た 土佐 藩 士 板垣 退助 ・ 薩摩 藩 士 伊地知 正治 が 率い る 新 政府 の 東山 道 軍 は 、 この 動き を 封じ る ため に 板垣 退助 が 指揮 する 東山 道 軍 の 別働 隊 を 甲州 へ 向 か わせ 、 旧 幕府 軍 より も 早 く 甲府 城 に 到着 し 接収 し た 。 甲陽 鎮撫 隊 は 甲府 盆地 へ 兵 を 進め た が 、 慶応 4 年 3 月 6 日 ( 旧暦 ) ( 同 3 月 29 日 ) 新 政府 軍 に 敗れ た 。 一方 、 東山道 を 進 ん だ 東山 道 軍 の 本隊 は 、 3 月 8 日 に 武州 熊谷 宿 に 到着 、 3 月 9 日 に 近く の 梁田 宿 ( 現 ・ 足利 市 ) で 宿泊 し て い た 旧 幕府 歩 兵 隊 の 脱走 部隊 ( 衝鋒 隊 ) に 奇襲 を かけ 、 これ を 撃破 し た 。 駿府 に 進軍 し た 新 政府 の 東海道 軍 は 、 3 月 6 日 の 軍議 に お い て 江戸 城 総 攻撃 を 3 月 15 日 と 定め 、 準備 を 始め た 。 恭順 派 と し て 旧 幕府 の 全権 を 委任 さ れ た 陸軍 総裁 の 勝海 舟 は 、 幕臣 山岡 鉄舟 を 東征 大 総督 府 参謀 の 西郷 隆盛 に 使者 と し て 差し向け 会談 、 西郷 より 降伏 条件 と し て 、 徳川 慶喜 の 備前 預け 、 武器 ・ 軍艦 の 引渡し を 伝え られ た 。 西郷 は 3 月 13 日 、 高輪 の 薩摩 藩 邸 に 入 り 、 同日 から 勝 と 西郷 の 間 で 江戸 開城 の 交渉 が 行 わ れ た 。 翌日 勝 は 、 慶喜 は 隠居 の 上 、 水戸 に て 謹慎 する こと 、 江戸 城 は 明け渡し の 後 、 即日田 安徳川 家 に 預け る こと 、 等 の 旧 幕府 と し て の 要求 事項 を 伝え 、 西郷 は 総督 府 に て 検討 する と し て 15 日 の 総 攻撃 は 中止 と な っ た 。 結果 、 4 月 4 日 に 勅使 ( 先鋒 総督 橋本 実梁 ・ 同 副 総督 柳原 前光 ) が 江戸 城 に 入 り 、 慶喜 は 水戸 に て 謹慎 する こと 、 江戸 城 は 尾張 徳川 家 に 預け る こと 等 と し た 条件 を 勅諚 と し て 伝え 、 4 月 11 日 ( 旧暦 ) ( 同 5 月 3 日 ) に 江戸 城 は 無血 開城 さ れ 、 城 は 尾張 藩 、 武器 は 肥後 藩 の 監督 下 に 置 か れ る こと に な っ た 。 同日 、 慶喜 が 水戸 へ 向け て 出発 し た 。 21 日 に は 東征 大 都督 で あ る 有栖川宮 熾仁 親王 が 江戸 城 に 入城 し て 江戸 城 は 新 政府 の 支配 下 に 入 っ た 。 ここ に 江戸 幕府 は 事実 上 「 滅亡 」 し 、 家康 以来 続 い た 260 余 年 の 支配 に 終止 符 が 打 た れ た 。 慶応 4 年 ( 1868 年 ) 4 月 11 日 に 行 わ れ た 江戸 城 無 血 開城 に 従 わ ぬ 旧 幕臣 の 一部 が 千葉 県 方面 に 逃亡 、 船橋 大 神宮 に 陣 を は り 、 4 月 3 日 ( 旧暦 ) ( 5 月 24 日 ) に 市川 市 ・ 鎌ヶ谷 市 ・ 船橋 市 周辺 で 両軍 は 衝突 し た 。 この 戦い は 最初 は 数 に 勝 る 旧 幕府 軍 が 有利 だっ た が 、 戦況 は 新 装備 を 有 する 新 政府 軍 へ と 傾き 、 新 政府 側 の 勝利 で 幕 を 閉じ た 。 この 戦い 以後 、 江戸 以東 に おけ る 新 政府 に 対 する 集団 的 な 抵抗 は なく な っ た 。 江戸 城 は 開城 し た もの の 、 徹底 抗 戦派 の 幕臣 は 大量 に 江戸 を 脱走 し 、 北 関東 を 転戦 し た 。 その 道中 、 小山城 ( 下野 国 ) 付近 や 宇都宮城 で 伝習 隊 など の 旧 幕府 軍 と 新 政府 軍 が 戦 っ た 。 4 月 19 日 ( 旧暦 ) 、 ( 同 5 月 11 日 ) に 旧 幕府 軍 が 宇都宮城 を 占領 する も 、 奪い返 さ れ 、 今 市 市 、 日光 市 方面 に 退却 し た 。 徳川 慶喜 が 謹慎 し て い た 上野 寛永 寺 に は 、 旧 幕府 徹底 抗 戦派 の 彰義 隊 が 集結 し て 反 政府 軍 の 拠点 と な っ て お り 、 しばしば 新 政府 軍 の 兵士 と 衝突 し た 。 「 江戸 無血 開城 」 に 成功 し 、 事実 上 幕府 を 滅亡 さ せ た 新 政府 の 東海道 軍 を 率い る 西郷 隆盛 は 、 旧 幕府 穏健 派 の 勝海 舟 と の 関係 から 、 彰義 隊 へ の 対応 の 甘 さ が 指摘 さ れ て い た 。 大 総督 府 は 長州 藩 士 大村 益次郎 を 軍防 事務 局 判事 と し て 赴任 さ せ た 。 大村 は 5 月 1日 、 旧 幕府 に よ る 江戸 府中 取締 の 任 を 解 き 、 東北 地方 、 越後 で 仙台 藩 主導 に よ る 北部 政府 ( 奥羽 越列 藩 同盟 ) が 誕生 し た 直後 の 5 月 15 日 ( 旧暦 ) ( 同 7 月 4 日 ) 、 彰義 隊 を 攻撃 し た 。 新 政府 の 東海道 軍 は わずか 一 日 の 戦い で 彰義 隊 を 壊滅 さ せ た 。 これ に よ り 、 新 政府 は 江戸 以西 を 掌握 する こと と な り 、 7 月 に は 江戸 が 東京 と 改称 さ れ た 。 奥羽 越列 藩 同盟 は 白石 盟約 の 時点 で は 会津 藩 ・ 庄内 藩 の 赦免 嘆 願 の を 目的 と し て い た 。 新 政府 の 鎮撫 使 ( 世良 修蔵 ) を 殺害 し 、 白石口 で 既に 本格 的 な 攻防 戦 が 開始 さ れ て い た こと から 軍事 同盟 へ と 変化 し た 。 両藩 へ の 同情 や 日和見 的 に 雰囲気 から 参加 し た 藩 だけ で な く 、 大藩 の 圧力 や 旧 幕府 軍 の 恫喝 を 受け て 参加 し た 藩 も あ り 、 結束 が 固 い と は 言 い 難 く 、 戦況 が 劣勢 に な る に つれ 次々 と 同盟 から 脱落 し て い っ た 。 慶応 4 年 ( 1868 年 ) 、 新 政府 は 会津 藩 の 武装 恭順 を 認め ず 仙台 藩 ・ 米沢 藩 を はじめ と する 東北 の 雄藩 に 会津 藩 追討 を 命 じ 、 鎮撫 使 と 軍 の 部隊 を 派遣 し た 。 奥羽 14 藩 は 会議 を 開 き 、 会津 藩 ・ 庄内 藩 赦免 の 嘆願 書 を 九条 総督 に 提出 する も 却下 さ れ た ため 、 朝廷 へ 直接 建白 を 行 う 方針 に 変更 し 、 閏 4 月 23 日 新た に 11 藩 を 加え て 白石 盟 約 書 が 調印 。 さらに 後 に 25 藩 に よ る 奥羽 列 藩 盟約 書 を 調印 し た 。 会津 ・ 庄内 両藩 へ の 寛典 を 要望 し た 太政 官 建白書 も 作成 さ れ た 。 同盟 に は 、 武装 中立 が 認め られ ず 新 政府 軍 と の 会談 に 決裂 し た 越後 長岡 藩 、 ほか 新発田 藩 等 の 越後 5 藩 が 加入 し 、 計 31 藩 に よ っ て 同盟 が 成立 し た 。 さらに 6 月 に は 上野 戦争 から 逃れ て き て い た 輪王 寺 宮 公現 法 親王 ( のち の 北白川 宮能久 親王 ) が 盟主 と し て 据え られ た 。 これ に は 輪王 寺宮 の 「 東武 皇帝 」 へ 推戴 し 、 東北 政府 を 作 る 構想 も あ っ た と する 説 も あ る 。 奥羽 越列 藩 同盟 政府 は 、 旧 幕府 艦隊 を 率い て 脱走 し て い た 榎本 武揚 に 対 し て 援軍 の 要請 を 行 う も 、 榎本 は これ に 同調 せ ず 後 に 敗兵 を 収容 する に とどま っ た 。 北越 戦争 で は 長岡 城 と 、 同盟 が 武器 の 供給 源 と し て い た 新潟 港 が 主戦 場 と な っ た 。 5 月 2 日 の 会談 で 、 長岡 藩 は 武装 中立 の 姿勢 と 会津 説得 の 猶予 を 嘆願 し た が 新 政府 側 は これ を 拒否 。 これ に よ り 長岡 藩 および 北越 の 藩 が 同盟 へ と 参加 し た ため 、 新 政府 軍 と 同盟 軍 の 間 に 戦端 が 開 か れ た 。 特に 中心 と な っ た 長岡 藩 は 郡 奉行 河井 継之助 に よ り 、 兵制 改革 が 進め られ 、 武装 も 更新 さ れ て お り 、 、 ガトリング 砲 も 有 し て い た 。 河井 継之助 の 指揮 下 で 善戦 し た が 、 7 月 末 に は 長岡 城 が 落城 。 同盟 軍 は 長岡 城 を 奪還 し た もの の 、 この 際 、 指揮 を と っ て い た 河井 継之助 が 負傷 する 。 新 政府 軍 は 長岡 城 を 再 奪取 、 米沢 ・ 会津 藩兵 が 守 る 新潟 も 陥落 し た ため 、 8 月 に は 越後 の 全域 が 新 政府 軍 の 支配 下 に 入 っ た 。 これ に よ っ て 、 武器 類 の 補給 を 新潟 市 港 に 頼 っ て い た 奥羽 越 列 藩 は 深刻 な 事態 に 追い込 ま れ た 。 同盟 軍 の 残存 部隊 の 多く は 会津 へ と 敗走 し た 。 東北 戦争 は 庄内 ・ 秋田 地方 が 主な 戦場 と な っ た 。 久保田 藩 ( 秋田 藩 ) は 同盟 に 参加 し た もの の 、 なお も 藩内 の 意見 が 不 確定 だっ た ため 、 新 政府 側 の 鎮撫 使 総督 と 同盟 側 の 使者 の 両者 が 訪れ て い た 。 7 月 4 日 、 新 政府 を 支持 する 久保田 藩士 が 、 同盟 側 仙台 藩 の 使者 を 殺害 し 藩論 を 掌握 、 同盟 を 離脱 し て 新 政府 側 へ と 変節 し た 。 秋田 藩 は 東北 で の 新 政府 軍 の 拠点 と な っ た が 、 孤立 状態 に あ り 、 南 から 庄内 藩 、 南東 から 仙台 藩 、 北東 から 南部 藩 に 侵攻 さ れ た 。 援軍 と し て 派遣 さ れ て い た 佐賀 藩兵 と 共同 で 防衛 戦 を 行 う も 劣勢 で 、 特に 庄内 藩 に は 領内 深 く まで 攻め込 ま れ 久保田 城 の 支城 まで が 落と さ れ た が 、 新 政府 軍 の 増援 が 来着 し た こと で 優勢 と な り 反撃 を 行 っ た 。 庄内 藩 は 4 月 24 日 、 清川 口 から 侵攻 し て き た 新 政府 軍 と 戦闘 に 突入 し て い た 。 新 政府 軍 の 侵攻 を 予想 し て 、 豪商 から の 献金 で 最 新鋭 の 小銃 を 購入 し 洋化 を 進め て お り 、 戦術 指揮 も 優秀 で あ っ た ため 新 政府 軍 を 圧倒 。 同盟 軍 が 苦戦 し て い た 白河口 へ 援軍 を 送 っ た が 、 その 直後 に 秋田 の 久保田 藩 および が その 周辺 の 小藩 が 新 政府 側 へ と 寝返 っ た ため 、 白川 口 へ 派遣 し た 部隊 を 帰還 さ せ る と とも に 、 それ ら 新 政府 側 の 藩 へ 侵攻 し た 。 新庄 藩 を 占領 し 久保田城 に 迫 っ た が 、 他 の 同盟 藩 の 降伏 に よ っ て 新 政府 軍 の 兵力 が 増強 さ れ た ため 領 内 へ と 撤退 し た 。 その 後 は 防衛 戦 を 行 い 、 ほぼ 領土 を 守 っ て い た もの の 、 他 の 同盟 藩 が 脱落 し た こと も あ り 9 月 24 日 に 開城 し 恭順 し た 。 藩主 不在 と な っ て い た 白河 小峰城 は 要地 で あ り 、 先ん じ て 同盟 軍 が 占拠 し て い た 。 この 白河 小峰城 を めぐ り 3 か月 余り も 攻防 戦 ( 白河口 の 戦い ) が 行 わ れ 、 最終 的 に 新 政府 軍 が 占領 し た 。 同盟 軍 も 奪還 を 試み た が 失敗 に 終わ り 、 白河口 へ 兵力 が 集中 し た 隙 を 衝 か れ 二本松城 も 落城 し 新 政府 軍 は 会津 へ と 進行 路 を 確保 し た 。 新 政府 軍 は いく つ か の 街道 の うち 、 同盟 軍 の 裏 を か い て 母成 峠 から 侵攻 し 激戦 ( 母成 峠 の 戦い ) が 行 わ れ た 。 新 政府 軍 に よ り 同盟 軍 の 防衛 線 は 突破 さ れ 、 会津 藩兵 および 旧幕府 軍 は 若松 城 に 篭城 し た 。 会津 藩 の 劣勢 が 濃厚 と な り 、 東北 戦争 で の 趨勢 が 決 し た 。 8 月 に は 米沢 藩 が 降伏 。 9 月 に は 「 旗巻 峠 の 戦い 」 で 敗れ た 仙台 藩 が 降伏 し た 。 抗戦 を 続け て い た 会津 藩 も 新 政府 に 降伏 。 庄内 藩 も 9 月 24 日 に 降伏 し 、 これ に よ り 東北 戦争 は 終結 し た 。 榎本 武揚 ら 一部 の 旧 幕府 軍 は 、 8 月 旧 幕府 艦隊 を 率い て 江戸 を 脱出 。 仙台 港 に 寄港 し 、 奥羽 越列 藩 同盟 の 残党 勢力 及び 大鳥 圭介 ・ 土方 歳 三 等 の 旧 幕府 軍 を 収容 し 、 蝦夷 地 ( 北海道 ) へ と 向か っ た 。 榎本 は 箱館 の 五 稜 郭 など の 拠点 を 占領 し 、 地域 政権 を 打ち立て た ( 榎本 政権 ( 通称 、 蝦夷 共和 国 ) ) 。 榎本 ら は 北方 の 防衛 開拓 を 名目 と し て 旧 幕臣 政権 に よ る 蝦夷 地 支配 の 追認 を 求め る 嘆願 書 を 朝廷 に 提出 し た が 、 新 政府 は これ を 認め ず 派兵 し た 。 旧 幕府 軍 は 松前 、 江差 など を 占領 する も 、 要 と な る 開陽 丸 を 座礁 沈没 さ せ て 失 い 海軍 へ 兵力 は 低下 、 宮古 湾 海戦 を 挑 ん だ もの の 敗れ 、 新 政府 軍 の 蝦夷 地 へ の 上陸 を 許 す 。 5 月 18 日 ( 旧暦 ) ( 同 6 月 27 日 ) 、 土方 歳 三 は 戦死 。 榎本 武揚 ら は 新 政府 軍 に 降伏 し 戊辰 戦争 は 終結 し た 。 慶応 4 年 5 月 24 日 、 新 政府 は 徳川 慶喜 の 死一 等 を 減 じ 、 徳川 家達 に 徳川 将軍 家 を 相続 さ せ 、 駿府 70 万 石 を 下賜 する こと を 発表 し た 。 同年 ( 明治 元年 ) 12 月 7 日 、 東北 地方 と 越後 の 諸藩 に 対 する 処分 が 発表 さ れ た 。 いずれ も 藩主 は 死一 等 を 減 じ られ 、 一旦 封土 没収 の 上 、 削 ・ 転封 さ れ た 。 大き く 減封 さ れ た 藩 で は 財政 が 破綻 し た ため 、 困窮 し た 藩士 の 一部 は 北海道 に 移住 し 開拓 に 携わ っ た 。 主な 諸藩 の 処分 は 次 の 通り で あ る ( 括弧 内 は 旧領 石 高 ) 。 処分 を うけ た 藩 仙台 藩 - 28 万 石 に 減封 ( 62 万 石 ) 。 家老 6 名 の うち 2 名 が 処刑 、 さらに 2 名 が 切腹 さ せ られ た 。 会津 藩 - 陸奥 斗南藩 3 万 石 に 転封 ( 23 万 石 ) 。 藩主 父子 は 江戸 に て 永禁固 ( のち 解除 ) 。 家老 1人 が 処刑 さ れ た 。 盛岡 藩 - 旧 仙台 領 の 白石 13 万石 に 転封 ( 20 万 石 ) 。 家老 1 名 が 処刑 さ れ た 。 米沢 藩 - 14 万 石 に 減封 ( 18 万 石 ) 。 庄内 藩 - 12 万 石 に 減封 ( 17 万 石 ) 。 新 政府 の 重鎮 、 西郷 隆盛 に よ っ て 、 寛大 な 処分 が と ら れ た 。 山形 藩 - 近江 国 朝日山 へ 転封 、 朝日 山 藩 を 立藩 。 石高 は 5 万 石 から 変わ ら ず 。 家臣 1 名 が 処刑 さ れ た 。 二本松 藩 - 5 万石 に 減封 ( 10 万 石 ) 棚倉 藩 - 6 万石 に 減封 ( 10 万 石 ) 越後 長岡 藩 - 2 万 8 千 石 に 減封 ( 7 万 4千 石 ) 請西 藩 - 改易 ( 1 万 石 ) 、 藩 重臣 は 死罪 。 藩主 林 忠崇 は 投獄 。 の ち 赦免 さ れ る が 士族 扱い と な る 。 後年 、 旧 藩士 ら の 手 弁当 に よ る 叙勲 運動 に よ り 、 養子 が 他 の 旧 藩主 より 一 段 低 い 男爵 に 叙任 さ れ た 。 戊辰 戦争 に よ る 除封 改易 は この 一家 のみ 。 一関 藩 - 2 万 7000 石 に 減封 ( 3 万 石 ) 上山 藩 - 2 万 7000 石 に 減封 ( 3 万 石 ) 福島 藩 - 三河 国 重原 藩 2 万 8000 石 へ 転封 ( 3 万 石 ) 天童 藩 - 1 万 8000 石 に 減封 ( 2 万 石 ) 泉藩 - 1 万 8000 石 へ 減封 ( 2 万 石 ) 湯長谷 藩 - 1 万 4000 石 へ 減封 ( 1 万 5000 石 ) 下手 渡 藩 - 旧領 で あ る 筑後 国 三池 へ 転封 、 三池 藩 を 立藩 。 石高 は 1 万 石 から 変わ ら ず 。 加増 を うけ た 藩 新庄 藩 - 8 万 3200 石 ( 6 万 8200 石 ) 本庄 藩 - 3 万石 へ 加増 ( 2 万 石 ) 松前 藩 - 3 万石 へ 加増 ( 1 万 石 ) 矢島 藩 - 1 万 5200 石 で 立藩 ( 8000 石 ) 久保田 藩 - 2 万石 の 賞典録 が 与え られ た ( 20 万 石 ) 弘前 藩 - 1 万 石 の 賞典禄 が 与え られ た ( 10 万 石 ) 守山 藩 - 賞典 禄 1000 両 が あたえ られ た 。 所領 安堵 と な っ た 藩 八戸 藩 - 藩主 ・ 南部 信順 が 島津 氏 の 血縁 と い う こと も あ り 、 沙汰 無し と な っ た と 言 わ れ る 。 村松 藩 - 家老 1 名 が 処刑 さ れ た 。 村上 藩 - 家老 1 名 が 処刑 さ れ た 。 磐城 平 藩 - 新 政府 に 7 万 両 を 献納 し 、 所領 安堵 と な っ た 。 相馬 中 村 藩 - 新 政府 に 1 万 両 を 献納 し 、 所領 安堵 と な っ た 。 三春 藩 新発田 藩 三根 山 藩 黒川 藩 明治 2 年 ( 1869 年 ) 5 月 、 各 藩 主 に 代わ る 「 反逆 首謀 者 」 と し て 、 仙台 藩 首席 家老 但木 成行 、 仙台 藩 江戸 詰め 家老 坂 英力 、 会津 藩 家老 萱野 権兵衛 、 盛岡 藩 家老 楢山 佐渡 が 、 東京 で 極刑 の 刎首 ( ふんしゅ ) 刑 ( 首 を 刎ね られ て さらし 首 に さ れ る ) に 処 さ れ た 。 続 い て 、 仙台 藩 家老 玉虫 左太夫 、 同じく 仙台 藩 家老 若生 文十郎 が 、 切腹 さ せ られ た 。 会津 藩 と 庄内 藩 の 処分 に つ い て は 、 新 政府 内 に お い て も 「 厳罰 論 」 と 「 寛典 論 」 に 分かれ た が 対照 的 な 処分 と な っ た 。 会津 藩 に 対 する 処分 は 厳し く 「 旧領 の 猪苗代 か 新 天地 の 斗南 どちら か 3 万 石 に 転封 」 と い う もの で 、 会津 藩 内 で の 議論 の 末 、 斗南 を 選択 し て い る 。 斗南 は 風雪 が 厳し く 実質 的 に は 8000 石 程度 で 、 移住 し た 旧 藩士 と 家族 は 飢え と 寒 さ で 病死 者 が 続出 し 、 日本 全国 や 海外 に 散 る 者 も い た 。 庄内 藩 に 対 する 処分 は 、 西郷 隆盛 ら に よ っ て 寛大 に 行 わ れ た 。 西郷 隆盛 の 庄内 藩 に 対 する 対応 は 巧妙 で あ り 、 これ に 感激 し た 庄内 の 人々 は 、 西郷 に 対 する 尊敬 の 念 を 深め た 。 前 庄内 藩 主 酒井 忠篤 ( 庄内 藩 主 ) ら は 西郷 の 遺訓 『 南洲 翁 遺訓 』 を 編纂 し 、 後 の 西南 戦争 で は 西郷 軍 に 元 庄内 藩士 が 参加 し て い る 。 奥羽 越列 藩 同盟 政府 から 新 政府 に 寝返 っ た 久保田 藩 ・ 津軽 藩 ・ 三春 藩 は 功 を 労 わ れ 、 明治 2 年 ( 1869 年 ) に は 一応 の 賞典禄 が 与え られ た 。 しかし 、 いずれ も 新 政府 側 から 他 の 諸藩 と 同格 と は 見 な さ れ ず 恩恵 を 得 られ な かっ た 。 この 仕置き を 不満 と し た 者 の 数 は 非常 に 多 く 、 後 に 旧 秋田 藩領 で は 反 政府 運動 が 、 旧 三春 藩領 で は 自由 民権 運動 が 活発 化 し た 。 箱館 戦争 が 終結 する と 、 首謀 者 の 榎本 武揚 ・ 大鳥 圭介 ・ 松平太郎 ら は 東京 辰 の 口 に 投獄 さ れ た が 、 黒田 清隆 ら に よ る 助命 運動 に よ り 、 明治 5 年 ( 1872 年 ) 1 月 に 赦免 さ れ た 。 その 後 、 彼 ら の 多く は 乞 わ れ て 新 政府 に 出仕 し 、 新 政府 の 要職 に 就 い た 。 大正 6 年 ( 1917 年 ) 9 月 8 日 、 盛岡 に お い て 戊辰 戦争 殉難 者 50 年 祭 が 開 か れ た 。 事実 上 の 祭主 と し て は 、 盛岡 藩 家老 の 家 に 生まれ た 政友 会 総裁原 敬 が 列席 し 、 「 戊辰 戦 役 は 政見 の 異同 のみ 」 と し た 祭文 を 読み上げ 、 「 賊軍 」 ・ 「 朝敵 」 の 汚名 を 雪 い で い る 。 「 戊辰 戦争 で 奥羽 越列 藩 同盟 が 新 政府 に 勝 っ て い れ ば 仙台 ( 周辺 ) が 日本 の 首都 に な っ た 」 、 と い う 「 仙台 首都説 」 が あ る 。 これ に 直接 的 な 関連 は 無 い が 、 1990 年代 前半 に 地方 分権 法案 が 審議 さ れ 日本 の 遷都 が 検討 さ れ た 際 に 、 仙台 市 も 首都 候補 都市 と し て 挙げ られ て い た 。 遺恨 戊辰 戦争 で は 戦争 の 様々 な 事柄 や 理由 に お い て 、 その 原因 を 遺恨 と 結びつけ て 説明 さ れ る 事 が あ る 。 京都 守護 職 で あ っ た 会津 藩 の 京都 に おけ る 勤王 ・ 倒幕 浪士 の 捕殺 や 、 庄内 藩 に よ る 薩摩 藩 邸 の 焼き討ち 。 禁門 の 変 に よ る 長州 藩 へ の 「 朝敵 」 指定 や 長州 征討 。 会津 戦争 で の 新 政府 軍 に よ る 暴行 ・ 略奪 など が 各藩 の 「 恨み 」 の 理由 と し て 挙げ られ る 。 また 実際 に 、 長州 藩 で は 官軍 に 立場 が 転じ る と 旧幕府 側 の 人間 を 敵意 を こめ て 「 朝敵 」 と 呼称 し た 山県 有朋 や 世良 修蔵 の よう な 人物 が 見 られ 、 鹿児島 で 起き た 西南 戦争 に お い て 旧 幕府 側 出身 の 抜刀 隊 員 達 は 、 賊軍 の 汚名 を 晴ら す べ く 「 戊辰 の 仇 、 戊辰 の 仇 」 と 叫 ん で 斬り込 ん で い っ た と する 談話 も あ る 。 現在 で も 会津 藩 の あ っ た 福島 県 ( 特に 会津 若松 周辺 ) で は 、 山口 県 ( 長州 藩 ) ・ 鹿児島 県 ( 薩摩 藩 ) の 人間 へ の わだかまり が あ る と い う 風説 も あ る 。 戊辰 戦争 に は 様々 な 遺恨 が 絡 ん で い た の は 事実 で あ る が 、 真実 が 定か で は な い 事柄 まで も 怨恨 と 結びつけ た 主張 や 、 事実 の 捏造 が な さ れ て い る 場合 も あ る 。 +観応 の 擾乱 ( かんのう の じょうらん ) は 、 南北朝 時代 ( 日本 ) の 1350 年 - 1352 年 の 観応 年間 に 頂点 に 達 し た 室町 幕府内 の 権力 闘争 。 ここ で は この 騒乱 に 付随 し て 一時 的 に 生 じ た 南朝 ( 日本 ) 側 に よ る 南北朝 の 統一 で あ る 「 正平 一統 」 ( しょうへい ( の ) いっ とう ) に つ い て も 併せ て 解説 する 。 経緯 高師 直 の 台頭 と 足利 直義 と の 対立 北朝 を 擁立 し 、 京都 で 成立 し た 初期 の 足利 幕府 に お い て は 統治 機構 が 未 整備 で 、 足利 家 の 家政 機関 を 利用 し て の 統治 が 行 わ れ て い た 。 征夷 大将軍 の 足利 尊 氏 は 、 鎌倉 幕府 の 討幕 や 、 建武 の 新政 から の 離反 など に お い て 尊 氏 を 積極 的 に 補佐 し た 実弟 の 足利 直義 に 政務 を 任せ て お り 、 訴訟 関係 を はじめ と する 幕政 は 直義 が 司 っ て い た 。 尊氏 は 足利 家 当主 と し て の 地位 や 軍事 的 指揮 権 は 保持 し 、 政所 や 侍所 など の 家政 機関 は 管轄 下 に 置 い て い た 。 この 政治 権力 の 分立 状態 は 「 両将軍 」 と 評 さ れ た 。 高氏 は 足利 家 譜代 の 被官 で 、 高師 直 は 執事 を 務め 、 軍事 指揮 官 と し て も 関東 地方 の 南朝 勢力 を 掃討 し て 、 関東 を 平定 し 幕府 の 支配 下 に 置 く など 軍事 的 大功 を 立て る 。 兄弟 の 高師 泰 も 新田 義貞 、 北畠 顕家 を 討 つ など 軍事 的 功績 を 挙げ 、 幕府 の 中枢 に 参画 する よう に な る 。 足利 直義 は 立場 上 、 武家 に よ っ て 自領 で あ る 荘園 を 蚕食 さ れ た 公家 や 寺社 の 訴え を 扱 う こと が 多 く 、 鎌倉 時代 の よう に 、 公家 や 寺社 の 領地 で あ る 荘園 に つ い て は 半済 令 の 受け入れ と 引き換え に 独立 性 を 認め 武家 の 支配 下 に 置 か な い こと で 、 公家 ・ 寺社 と 武家 と の 対立 を 避け よ う と し て い た 。 一方 、 師直 は 、 武士 たち が 幕府 に 敵対 し たり 南朝 側 に つ い たり し な い よう 、 十分 な 恩賞 を 与え る 必要 を 感 じ 、 守護 ・ 地頭 や その 配下 と い う 形 で 公家 や 寺社 の 荘園 を 実際 に 管理 し て い る 武家 が 土地 支配 者 と な る べ き で あ る と 考え て い た 。 この ため 、 直義 を 支持 する 一派 と 、 師直 を 中心 と する 一派 が 、 幕府 の 主導 権 を めぐ っ て 対立 を 深め る 。 尊 氏 は 傍観 的 立場 を 取 ろ う と する が 、 次第 に 師直 派 に 取り込 ま れ て い く 。 その 中 で 高師 直 が 塩冶 高貞 を 殺害 する 事件 を 起こ し 、 各地 の 武士 の 間 に も 動揺 が 走 っ た 。 1347 年 ( 正平 ( 日本 ) 2 年 / 貞和 3 年 ) に 入 る と 、 南朝 ( 日本 ) ( 吉野 朝廷 ) が 京都 奪還 の 動き を 見せ る 。 足利 直義 は 尊氏 の 意向 を 受け て 細川 顕氏 ら を 派遣 し て これ を 討 とう と する も 失敗 する 。 一方 、 高師 直 は 翌 1348 年 ( 正平 ( 日本 ) 3 年 / 貞和 4 年 ) の 四條畷 の 戦い に お い て 楠木 正行 ら 南朝 ( 日本 ) ( 吉野 朝廷 ) 方 を 撃破 し 、 更に 勢い に 乗 じ て 南朝 の 本拠 地 吉野 を 陥落 さ せ 、 南朝 を 賀名生 ( 奈良 県 五條 市 ) へ 逃げ 込 ま せ た 。 この 結果 、 幕府 内 に おけ る 直義 の 発言 力 の 低下 と 師直 の 台頭 が 生 じ 、 両派 の 対立 に 一層 の 拍車 が かか っ た 。 直義 の 排除 翌 1349 年 6 月 、 上杉 重能 や 畠山 直宗 、 禅僧 の 妙吉 ら は 直義 に 進言 し 、 直義 に 将軍 尊 氏 に 対 し て 高師 直 を 讒言 さ せ る 。 古典 『 太平 記 』 に よ れ ば 直義 派 に よ る 師直 暗殺 騒動 も 存在 し た と さ れ る 。 6 月 、 師直 は 直義 の 要請 で 執事 を 解任 さ れ る ( 後任 は 甥 の 高師 世 ) 。 直義 は 北朝 の 光厳 天皇 に 師直 追討 の 院宣 を 要請 し て 師直 を 討 とう と する が 、 8 月 12 日 、 師直 は 河内 から 上洛 し た 高師 泰 と とも に 手兵 を 集め 、 直義 に 対 し て 武力 に よ る 先制 攻撃 を 行 う 。 尊 氏 の 庶子 で 直義 の 猶子 と な り 、 4 月 に 長門 探題 に 任命 さ れ て 備後 国 に 滞在 し て い た 足利 直冬 は 、 京都 で の 事件 を 知 る と 、 養父 直義 に 味方 する ため に 上洛 し よ う と する が 、 師直 は 赤松則村 ( 円心 ) ら に 命 じ て 直冬 の 上洛 を 阻止 し 、 尊 氏 に 直冬 追討 を 要請 する 。 直冬 は 九州 に 逃れ 、 少弐 氏 ら 九州 の 諸 勢力 に 迎え られ る 。 13 日 、 直義 は 尊氏 の 邸 に 逃げ込 む が 、 師直 は 大軍 を も っ て 尊 氏 邸 を 包囲 する 。 師直 は 重能 ・ 直宗 の 身柄 引き渡し を 要求 する 。 事件 は 禅僧 夢 窓 疎石 の 仲介 も あ り 、 重能 ・ 直宗 の 配流 、 直義 が 出家 し 幕政 から 退 く こと を 条件 に 、 師直 は 包囲 を 解 く 。 直義 が 政務 を 退 く 代わり と し て 鎌倉 に 居 た 尊 氏 の 嫡子 足利 義詮 が 上洛 し て 次期 将軍 と し て 政務 を 執 る こと と な る 。 この 事件 は 、 直義 の 排除 の ため 師直 ・ 尊 氏 の 間 で 了解 が あ っ た と する 噂 が 存在 し 、 現在 で も 積極 的 に 意図 さ れ て い た と い う 考え 方 も あ る 。 11 月 に 義詮 が 入京 する と 、 12 月 に 直義 は 出家 し て 恵源 と 号 する 。 しかし 、 この 月 に 上杉 重能 と 畠山 直宗 が 配流 先 で 師直 の 配下 に 暗殺 さ れ た こと から 、 両者 の 緊張 は 再び 高ま っ た 。 高 一族 の 滅亡 翌 1350 年 、 北朝 は 元号 を 「 観応 」 に 改め る 。 10 月 、 尊 氏 は 九州 で 勢力 を 拡大 する 直冬 追討 の ため に 出陣 する と 、 京都 で は 直義 が 都 を 出奔 する 。 尊 氏 は 進軍 を 続け る が 、 直義 は 畠山 国清 、 桃井 直常 、 石塔 頼房 、 細川 顕氏 を はじめ 、 山名 時 氏 、 斯波 高 経ら を 味方 に 付け 、 関東 で は 12 月 に 上杉 憲 顕 が 高 一族 の 高師 冬 を 駆逐 する 。 尊 氏 は 備後 から 軍 を 返 し 、 高 兄弟 も 加わ る 。 観応 の 擾乱 の はじまり は この 時点 に 求め られ る 。 11 月 に は 直義 は 高兄弟 の 追討 の ため に 諸国 の 兵 を 募 る 。 光厳 上 皇 に よ る 直義 追討令 が 出 る と 、 12 月 に は 直義 は 南朝 に 降 る 。 1351 年 ( 正平 6 年 / 観応 2 年 ) 1 月 、 直義 軍 は 義詮 を 京都 から 追 い 、 北朝 を 確保 する 。 2 月 、 尊 氏 は 播磨 国 光明 寺 合戦 や 摂津 国 打出浜 の 戦い で 直義 に 敗れ 、 師直 ・ 師泰 兄弟 の 出家 を 条件 に 直義 と 和睦 する 。 高 兄弟 は 摂津 から 京都 へ の 護送 中 に 、 待ち受け て い た 直義 派 の 上杉 能 憲 ( 師直 に 殺害 さ れ た 重能 の 養子 ) に よ り 、 摂津 の 武庫川 ( 兵庫 県 伊丹 市 ) で 一族 と とも に 謀殺 さ れ る 。 直義 は 義詮 の 補佐 と し て 政務 に 復帰 する 。 直義 の 敗北 と 尊 氏 の 南朝 へ の 降伏 幕府 内部 で は 高 一族 の 滅亡 後 も 直義 派 と 反直義 派 と の 対立 構造 は 存在 し た 。 佐々木 道誉 や 赤松 則祐ら が 南朝 と 通 じ て 幕府 に 反 する と 、 尊 氏 は 近江 へ 佐々木 、 尊氏 の 子 の 義詮 は 赤松 を 討伐 の ため に 播磨 へ それぞれ 出兵 する 。 だ が 、 尊氏 ・ 義詮 ら と 道誉 ら は 密約 が あ り 京都 へ の 挟撃 を 試み た と も い わ れ 、 直義 は 桃井 、 斯波 、 山名 を はじめ 自派 の 武将 を 伴 っ て 京都 を 脱出 し 、 北陸 地方 ・ 信濃 国 を 経 て 鎌倉 市 へ 至 る 。 尊 氏 は 南朝 と も 交渉 し 、 和議 の 提案 と 直義 ・ 足利 直冬 追討 の 綸旨 を 要請 する 。 南朝 は 、 北朝 が 保持 し て い た 三 種 の 神器 ( 南朝 は 贋物 で あ る と 主張 ) を 渡 し 、 政権 を 返上 する こと など を 条件 に 和睦 に 応 じ 、 10 月 に は 尊 氏 は 南朝 に 降伏 し て 綸旨 を 得 る 。 尊 氏 は 義詮 を 京 に 残 し て 南朝 と の 交渉 を 任せ て 直義 追討 の ため に 出陣 し 、 翌 1352 年 ( 正平 7 年 / 観応 3 年 ) に は 直義 を 駿河 国 薩 埵山 ( 埵 は 漢字 で は 土 へん に 「 垂 」 、 静岡 県 静岡 市 ) 、 相模 国 早川尻 ( 神奈川 県 小田原 市 ) など の 戦い で 破 っ て 鎌倉 に 追い込 み 、 直義 を 降伏 さ せ る 。 鎌倉 に 幽閉 さ れ た 直義 は 2 月 に 急死 する 。 『 太平 記 』 は 尊 氏 に よ る 毒殺 で あ る と 記 し て い る 。 正平 一 統 一方 朝廷 で は 、 尊 氏 が 南朝 に 降伏 し た 事 に よ り 北朝 の 崇光 天皇 や 皇太子 直仁 親王 は 廃 さ れ 、 関白 二条 良 基ら も 更迭 さ れ る 。 また 、 年号 も 北朝 の 観応 2 年 から 南朝 の 「 正平 6 年 」 に 統一 さ れ る 。 これ を 「 正平 一 統 」 と 呼 ぶ 。 南朝 の 勅使 が 入京 し て 具体 的 な 和睦 案 が 協議 さ れ た 。 南朝 側 は 、 北朝 の 意向 に よ り 天台 座主 や 寺社 の 要職 に 就 い た 者 など を 更迭 し て 南朝 方 の 人物 を 据え る こと や 、 建武 の 新政 に お い て 公家 や 寺社 に 与え る ため 没収 さ れ た 地頭 職 を 足利 政権 が 旧主に 返還 し た 事 の 取り消し など を 求め 、 北朝 方 と 対立 する 。 義詮 は 譲歩 の 確認 の ため に 尊 氏 と 連絡 し 、 万一 の 際 の 退路 を 確保 する など 紛糾 し た 。 正平 一 統 が 成立 し 、 南朝 の 後村上 天皇 が 帰京 する 噂 が 立 つ と 、 各地 で 南朝 方 の 活動 が 活発 化 し 、 本拠 を 賀名 生 から 河内 国 東条 ( 河南 町 ) 、 摂津 国 住吉 ( 大阪 市 住吉 区 ) まで 移転 する 。 南朝 方 は 北畠 親房 の 指揮 で 、 東西 で 呼応 し て 京 と 鎌倉 の 同時 奪還 を 企て 、 翌 1352 年 2 月 に は 南朝 は 尊 氏 の 征夷 大将軍 を 解任 し 、 代わ っ て 宗良 親王 を 任 じ た 。 宗良 親王 を 奉 じ た 新田 義興 、 新田 義宗 ら が 鎌倉 を 奪還 し 、 直義 を 破 っ た ばかり の 尊 氏 は 武蔵 国 へ 逃れ る 。 南朝 主力 の 楠木 正儀 や 北畠 顕信 、 千種 顕経 、 直義 派 で あ っ た 山名 時 氏 など が 京都 を 攻略 し 、 義詮 は 近江 へ 逃れ る 。 この 際 に 義詮 は 北朝 の 光厳 天皇 、 光明 天皇 、 崇光 天皇 、 直仁 親王 を 京都 に 取り残 し 、 三上 皇 ら は 南朝 方 に 確保 さ れ 、 賀名生 へ 連行 さ れ る 。 南 朝 方 が 東西 で 呼応 し て 京 と 鎌倉 を 同時 占拠 する と 、 後村 上 天皇 は 賀名 生 から 山城 国 男山 ( 京都 府 八幡 市 の 石清水 八幡宮 ) へ 至 る 。 近江 へ 逃れ た 義詮 は 正平 一統 を 破棄 、 正平 7 年 の 年号 を 観応 3 年 に 戻 し 、 協議 さ れ た 統一 案 も 破棄 さ れ る が 、 一部 は 影響 し た 。 義詮 は 諸 守護 を 動員 し 、 美濃 の 土岐 氏 、 四国 の 細川 氏 、 播磨 の 赤松 氏 、 近江 の 佐々木 氏 ら の 勢力 を 集め 、 直義 派 で あ っ た 山名 氏 や 斯波 氏 ら の 協力 も 得 て 、 3 月 に 京都 を 奪還 、 尊 氏 も 新田 勢 を 追 い 鎌倉 を 奪還 し て い る 。 5 月 に 後村上 天皇 は 山城 八幡 から 賀名生 に 逃れ る 。 この 際 、 四条 隆資 が 戦死 し て い る 。 影響 南朝 の 延命 この 乱 に よ り 、 足利 尊 氏 ・ 直義 に 分割 さ れ て い た 将軍 の 権力 は 尊 氏 の もと に 一本 化 さ れ 、 将軍 の 親裁 権 は 強化 さ れ る が 、 高師 直 に よ っ て 吉野 を 陥落 さ せ られ 滅亡 寸前 に まで 追い込 ま れ た 南朝 に 、 直義 ・ 尊 氏 が 交互 に 降 る など 息 を 吹き返 し 延命 し た ため 、 南北朝 の 動乱 が 長引 い た 。 尊 氏 が 南朝 に 降 っ た とき に 南朝 が 要求 し た 条件 に 、 皇位 は 南朝 に 任せ る と い う 項目 が あ っ た ため 、 北朝 の 皇位 の 正統 性 が 弱め られ る 結果 と な っ た 。 治天 の 君 で あ っ た 光厳 上 皇 、 天皇 を 退位 し た 直後 の 崇光 上皇 、 皇太子 直仁 親王 が 南朝 に 連れ去 ら れ 、 南朝 の 後 醍醐 天皇 が 偽器 で あ る と 主張 し て い た 北朝 の 三 種 の 神器 まで も が 南朝 に 接収 さ れ た ため 、 北朝 は 治天 ・ 天皇 ・ 皇太子 ・ 神器 不在 の 事態 に 陥 っ た 。 また 、 幕府 に と っ て も 、 尊 氏 が 征夷 大将軍 を 解任 さ れ た ため 、 幕府 自体 が 法的 根拠 を 失 っ て しま う 状況 に な っ た 。 最終 的 な 政治 裁可 を 下 し う る 治天 ・ 天皇 の 不在 が この まま 続 け ば 、 京都 の 諸 勢力 ( 公家 ・ 幕府 ・ 守護 ) ら の 政治 執行 が すべて 遅滞 する こと に な っ て しま う 。 ここ に 幕府 ・ 北朝 側 は 深刻 な 政治 的 危機 に 直面 する こと に な っ た 。 事態 を 憂慮 し た 二条 良 基 は 勧修 寺 経顕 や 尊 氏 と 相 計 っ て 、 光厳 ・ 光明 の 実母 西園寺 寧子 に 治天 の 君 と な る こと を 要請 し 、 困難 な 折衝 の 上 ようやく 受諾 を 取り付け た 。 広義 門 院 が 伝国 詔宣 を 行 う こと に よ っ て 崇光 弟 の 後光厳 天皇 即位 が 実現 する こと と な っ た 。 良基 は 神器 なし の 新 天皇 即位 に 躊躇 する 公家 に 対 し て 「 尊 氏 が 剣 ( 草薙 剣 ) と な り 、 良基 が 璽 ( 八尺 瓊 勾玉 ) と な る 。 何 ぞ 不可 なら ん 」 と 啖呵 を 切 っ た と 言 わ れ て い る ( 『 続本 朝 通鑑 』 ) が 、 当時 、 即位 に 当た っ て 神器 の 存在 は 必ず しも 要件 と は さ れ て お ら ず 、 治天 に よ る 伝国 詔宣 に よ り 即位 が 可能 で あ る と する 観念 が 存在 し て い た 。 北朝内 の 皇統 対立 後光厳 、 後 円 融 天皇 、 後 小松 天皇 、 称光 天皇 と 4 代 に わた っ て 後光 厳 系 が 皇位 に つ い た 一方 、 兄筋 の 崇光 上皇 の 子孫 は 嫡流 から 排 さ れ て 世襲 親王家 で あ る 伏見 宮家 と し て 存続 し 、 北朝 内部 で も 皇位 継承 を めぐ る 両系統間 の 確執 が あ っ た と さ れ て い る 。 結局 、 後光 厳 の 系統 は 称光 の 代 で 途絶え 、 次 の 後花園 天皇 ( 崇光 の 曾孫 ) 以降 、 皇位 は 崇光 系 が 受け継 ぐ こと と な っ た 。 +守護 大名 ( しゅご だいみょう ) は 、 軍事 ・ 警察 権能 だけ で な く 、 経済 的 権能 を も 獲得 し 、 一 国 内 に 領域 的 ・ 一 円 的 な 支配 を 強化 し て い っ た 室町 時代 の 守護 を 表 す 日本 史上 の 概念 。 守護 大名 に よ る 領国 支配 の 体制 を 守護 領 国 制 と い う 。 15 世紀 後期 ~ 16 世紀 初頭 ごろ に 一部 は 戦国 大名 と な り 、 一部 は 没落 し て い っ た 。 鎌倉 時代 に おけ る 守護 の 権能 は 御成敗 式 目 に 規定 が あ り 、 大犯 三 ヶ条 の 検断 沙汰 ( 御 家人 の 義務 で あ る 鎌倉 ・ 京都 で の 大番 役 の 催促 、 謀反 人 の 捜索 逮捕 、 殺害 人 の 捜索 逮捕 ) および 大番 役 の 指揮 監督 と い う 軍事 ・ 警察 面 に 限定 さ れ 、 国司 の 権限 で あ る 国衙 行政 ・ 国衙 領 支配 に 関与 する こと は 禁 じ られ て い た 。 室町 幕府 が 成立 する と 、 鎌倉 幕府 の 守護 制度 を 継承 し た 。 当初 、 守護 の 職権 に つ い て は 鎌倉 期 と 同じく 大犯 三 ヶ条 の 検断 に 限定 さ れ て い た が 、 国内 統治 を 一層 安定 さ せ る ため 、 1346 年 ( 貞和 2 ) 幕府 は 刈田 狼藉 の 検断 権 と 使節 遵行 権 を 新た に 守護 の 職権 へ 加え た 。 刈田 狼藉 と は 土地 の 所有 を 主張 する ため に 田 の 稲 を 刈り取 る 実力 行使 で あ り 、 武士 間 の 所領 紛争 に 伴 っ て 発生 し た 。 使節 遵行 と は 幕府 の 判決 内容 を 現地 で 強制 執行 する こと で あ る 。 これ ら の 検断 権 を 獲得 し た こと に よ り 、 守護 は 、 国内 の 武士 間 の 紛争 へ 介入 する 権利 と 、 司法 執行 の 権利 の 2 つ を 獲得 する こと と な っ た 。 また 、 当初 は 現地 の 有力 武士 が 任 じ られ る 事 が 多 かっ た 守護 の 人選 も 次第 に 足利 将軍 家 の 一族 や 譜代 、 功臣 の 世襲 へ と 変更 さ れ て い く 。 1352 年 ( 文和 元 ) 、 観応 の 擾乱 に おけ る 軍事 兵粮 の 調達 を 目的 に 、 国内 の 荘園 ・ 国衙 領 から 年貢 の 半分 を 徴収 する こと の でき る 半済 の 権利 が 守護 に 与え られ た 。 当初 、 半済 は 戦乱 の 激し い 3 国 ( 近江国 ・ 美濃 国 ・ 尾張国 ) に 限定 し て 認め られ て い た が 、 守護 たち は 半済 の 実施 を 幕府 へ 競 っ て 要望 し 、 半済 は 次第 に 恒久 化 さ れ 、 各地 に 拡が っ て い く 。 1368 年 ( 応安元 ) に 出 さ れ た 応安 の 半済 令 は 、 従来 認め られ て い た 年貢 の 半分割 だけ で な く 、 土地 自体 の 半分割 を も 認め る 内容 で あ り 、 この 後 、 守護 に よ る 荘園 ・ 国衙 領 へ の 侵出 が 著し く な っ て い っ た 。 さらに 、 守護 は 荘園 領主 ら と 年貢 納付 の 請け負 い 契約 を 結 び 、 実質 的 に 荘園 へ の 支配 を 強め る 守護 請 ( しゅごうけ ) も 行 う よう に な っ た 。 この 守護 請 に よ っ て 、 守護 は 土地 自体 を 支配 する 権利 、 すなわち 下地 進止 権 ( した じしん しけん ) を 獲得 し て い く の で あ る 。 また 、 朝廷 や 幕府 が 臨時 的 な 事業 ( 御所 造営 など ) の ため 田 の 面積 に 応 じ て 賦課 し た 段銭 や 、 家屋 ごと に 賦課 し た 棟別 銭 の 徴収 は 、 守護 が 行 う こと と さ れ た 。 守護 は この 徴収 権 を 利用 し て 、 独自 に 領国 へ 段銭 ・ 棟別 銭 を 賦課 ・ 徴収 し 、 経済 的 権能 を ますます 強め て い っ た の で あ る 。 守護 は 以上 の よう に 強化 さ れ た 権限 を 背景 に 、 それ まで 国司 が 管轄 し て い た 国衙 の 組織 を 吸収 し 、 国衙 の 在庁 官人 を 被官 ( 家臣 ) と し て 組み込 む と 同時 に 、 国衙 領 や 在庁 官人 の 所領 を 併合 し て 、 守護 直轄 の 守護 領 ( しゅご りょう ) を 形成 し た 。 また これ と 並行 し て 、 守護 は 強 い 経済 力 を も っ て 、 上記 の 在庁 官人 の 他 、 国内 の 地頭 ・ 名主 と い っ た 有力 者 ( 当時 、 国人 と 呼 ば れ た ) を も 被官 ( 家臣 ) に し て い っ た 。 この 動き を 被官 化 と い う が 、 こう し て 守護 は 、 土地 の 面 で も 人的 面 で も 、 国内 に 領域 的 かつ 均一 な 影響 力 ( 一 円 支配 ) を 強め て い っ た 。 こう し た 室町 期 の 守護 の あ り 方 は 、 軍事 ・ 警察 的 権能 のみ を 有 し た 鎌倉 期 守護 の それ と 大き く 異な る こと から 、 室町 期 守護 を 指 し て 守護 大名 と 称 し て 区別 する 。 また 、 守護 大名 に よ る 国内 の 支配 体制 を 守護 領 国 制 と い う 。 ただし 、 守護 大名 に よ る 領国 支配 は 、 後世 の 戦国 領 国 制 と 比べ る と 必ず しも 徹底 し た もの で は な く 、 畿内 を 中心 に 、 国 人 層 が 守護 の 被官 と な る こと を 拒否 し た 例 も 、 実際 に は 多 く 見 られ る 。 また 、 幕府 も 荘園 制度 の 解体 や 守護 の 権力 強化 は 望まし い と は 考え て お ら ず 、 朝廷 や 寺社 と の 対立 を し て まで 、 有力 守護 大名 に 対 し て 度々 掣肘 を 加え て い る 。 室町 中期 まで に 、 幕府 に おけ る 守護 大名 の 権能 は 肥大 化 し 、 幕府 は いわば 守護 大名 の 連合 政権 の 様相 を 呈 する よう に な る 。 当時 の 有力 な 守護 大名 に は 、 足利 将軍 家 の 一族 で あ る 斯波 氏 ・ 畠山 氏 ・ 細川 氏 を はじめ 、 外様 勢力 で あ る 山名 氏 ・ 大内 氏 ・ 赤松 氏 など 数 ヶ国 を 支配 する 者 が い た 。 これ ら 有力 守護 は 、 幕府 に 出仕 する ため 継続 し て 在京 する こと が 多 く 、 領国 を 離れ る 場合 や 多く の 分国 を 抱え る 場合 など に 、 守護 の 代官 と し て 国人 や 直属 家臣 の 中 から 守護 代 を 置 い た 。 さらに 守護 代 も 小守護 代 を 置 い て 、 二 重 三 重 の 支配 構造 を 形成 し て い っ た 。 応仁 の 乱 の 前後 から 、 守護 大名 同士 の 紛争 が 目立 っ て 増加 し た 。 それ に 歩調 を 合わせ る よう に 、 国 人 層 の 独立 志向 ( 国 人 一揆 など ) が 顕著 に 現れ る よう に な っ た 。 これ ら の 動き は 、 一方 で は 守護 大名 の 権威 の 低下 を 招 い た が 、 また 一方 で 守護 大名 に よ る 国人 へ の 支配 強化 へ と つなが っ て い っ た 。 そして 、 1493 年 ( 明応 2 ) の 明応 の 政変 前後 を 契機 と し て 、 低下 し た 権威 の 復活 に 失敗 し た 守護 大名 は 、 守護 代 ・ 国 人 など に その 地位 を 奪 わ れ て 没落 し 、 逆 に 国人 支配 の 強化 に 成功 し た 守護 大名 は 、 領国 支配 を 一層 強め て い っ た 。 こう し て 室町 期 の 守護 の うち 領国 支配 の 強化 に 成功 し た 守護 や 、 守護 に 取 っ て 代わ っ た 守護 代 ・ 国 人 は 、 戦国 大名 へ と 変質 ・ 成長 し て い っ た 。 戦国 時代 ( 日本 ) は 下位 の 者 が 上位 者 に 取 っ て 代わ る 下克 上 の 時代 と さ れ て い る が 、 実際 に は かなり の 守護 大名 が 戦国 大名 へ の 転身 を 遂げ た の で あ る 。 しかし 、 近世 の 大名 と し て 残存 でき た 家 は 、 上杉 家 、 京極 家 、 細川 奥州 家 、 和泉 細川 家 、 小笠原 家 、 島津 家 、 佐竹 家 、 宗家 のみ で あ る 。 +下剋上 / 下克上 ( げこ くじょう ) と は 、 日本 史 に お い て 下位 の 者 が 上位 の 者 を 政治 的 、 軍事 的 に 打倒 し て 身分 秩序 を 侵 す 行為 を さ す 。 用語 と し て は 鎌倉 時代 から 南北朝 時代 ( 日本 ) より 見 られ 、 鎌倉 時代 後期 から 出現 し た 自ら の 既得 権益 を 守 る ため に 権力 と 戦 う 悪党 や 、 南北朝 時代 の 社会 的 風潮 で あ っ た 「 ばさら 」 も 下剋 上 の 一種 と さ れ た 。 足利尊 氏 は 1336 年 に 制定 し た 幕府 の 基本 法典 で あ る 「 建武 式 目 」 に て ばさら を 禁止 し て い る 。 「 下剋上 する 成出 者 」 と 二条 河原 の 落書 に 唄 わ れ 戦国 時代 ( 日本 ) の 社会 的 風潮 を 象徴 する 言葉 と も さ れ る 。 公家 は 武家 に 、 将軍 は 管領 に 、 守護 は 守護 代 に と 下位 の 者 に 実権 を 奪 わ れ 、 こう し た 状況 を 下剋 上 と 理解 する の が 、 当時 の ほぼ 一般 的 な 観念 だっ た 。 また 、 一 族 衆 が 宗家 の 地位 を 奪 っ て 戦国 大名 化 する 例 は 枚挙 に い と ま が な い ほど で あ り 、 例えば 、 島津 忠良 ・ 南部 晴政 ・ 里見 義堯 ら の 事例 が あ る 。 下剋上 を 鎌倉 期 から 武家 社会 に 見 られ た 主君 押込 め 慣行 と し て 理解 する 見解 も あ る 。 中世 の 武家 社会 に お い て 、 主君 は 家臣 に と っ て 必ず しも 絶対 的 な 存在 で は な く 、 主君 と 家臣 団 は 相互 に 依存 ・ 協力 し あ う 運命 共同 体 で あ っ た 。 その ため 、 家臣 団 の 意向 を 無視 する 主君 は 、 しばしば 家臣 団 の 衆議 に よ っ て 廃立 さ れ 、 時 に は 家臣 団 の 有力 者 が 衆議 に 基づ い て 新た な 主君 と な る こと も あ っ た 。 こう し た 傾向 は 室町 期 に 顕著 と な り 、 赤松 氏 に よ る 将軍 足利 義教 の 殺害 ( 嘉吉 の 乱 ) 、 細川 政元 に よ る 将軍 足利 義材 の 廃立 ( 明応 の 政変 ) 、 松永 久秀 に よ る 将軍 足利 義輝 の 殺害 は 、 いずれ も 将軍 家 に 対 する 主君 押込め と し て 理解 する こと が 可能 で あ る 。 また その 他 、 河内 守護 家 畠山 氏 や 管領 家 細川 氏 で は 守護 代 に よ る 主君 廃立 が たびたび 行 わ れ 、 陶晴賢 に よ る 大内 義隆 の 追放 ・ 討滅 、 武田 信玄 に よ る 父 武田 信虎 の 追放 など も 主君 押込め の 一 例 と さ れ て い る 。 この よう に 、 戦国 期 の 流動 的 な 権力 状況 の 中心 原理 を 、 下剋 上 で は な く 、 主君 押込め に よ っ て 捉え直 す 考え が 次第 に 主流 と な っ て い る 。 戦国 大名 に よ る 領国 支配 は 決して 専制 的 な もの で は な く 、 家臣 団 の 衆議 ・ 意向 を 汲み取 っ て い た 。 その 観点 から する と 、 戦国 期 の 大名 領国 制 は 戦国 大名 と 家臣 団 の 協同 連帯 に よ っ て 成立 し た と 見 る こと も でき る 。 家臣 団 の 衆議 ・ 意向 を 無視 あるいは 軽視 し た 主君 は 、 廃立 の 憂き 目 に 遭 い 、 世間 から 下剋 上 と 評 さ れ た の で あ る 。 なお 、 豊臣 秀吉 政権 の 確立 以降 、 こう し た 主君 押込め は 沈静 化 し 、 少な く とも 徳川 将軍 家 で は 見 られ な く な っ た が 、 各 大名 で は 比較 的 頻繁 に 行 わ れ て い た 。 1441 年 ( 嘉吉 1 ) に は 6 代 将軍 の 足利 義教 が 家臣 の 赤松 満祐親子 に よ り 暗殺 さ れ る 嘉吉 の 乱 が 起こ る 。 1493 年 ( 明応 3 ) に は 細川 政元 ら に よ り 10 代将軍 足利 義稙 を 廃立 する 明応 の 政変 で 11 代将軍 足利 義澄 を 擁立 し 、 自身 が 幕政 を 主導 する 。 1551 年 ( 天文 ( 元号 ) 20 ) 、 斎藤 道三 が 守護 の 土岐 頼芸 を 追放 し て 美濃 国 の 主 と な る 。 1565 年 に は 松永 久秀ら に よ り 13 代将軍 の 足利 義輝 が 暗殺 さ れ る 。 1573 年 に は 織田 信長 と 対立 し た 15 代 将軍 の 足利 義昭 が 京都 より 追放 さ れ る 。 15 82 年 ( 天正 10 ) 本能 寺 の 変 。 織田 信長 に 対 する 明智 光 秀 の 謀反 。 15 82 年 ( 天正 10 ) 、 織田 家 重臣 が 尾張 国 清洲 城 に 集ま り 、 本能 寺 の 変 で 死去 し た 織田 信長 の 後継 者 を 決定 す べ く 、 会議 を 開 く ( 清洲 会議 ) 。 本能 寺 の 変 の 首謀 者 で あ る 明智 光 秀 の 討伐 に お い て 最大 の 功績 を 上げ た 豊臣 秀吉 は 、 信長 の 嫡孫 に あた る 三 法師 ( 織田 秀信 ) を 傀儡 の 後継 者 と し て 指名 し 、 信長 の 実質 的 後継 を 奪 う 。 +日本 に おけ る 南北朝 時代 ( なんぼく ちょう じだい ) と は 、 中世 の 時代 区分 の 1 つ で あ る 。 一般 的 に は 鎌倉 時代 の 後 で 、 元弘 の 変 や 建武 の 新政 も 南北朝 時代 の 出来事 と し て 扱 う が 、 正確 に は 1336 年 ( 延元 元年 / 建武 ( 日本 ) 3 年 ) に 足利 尊 氏 に よ る 光明 天皇 の 践祚 、 後醍醐 天皇 の 吉野 遷幸 に よ り 朝廷 が 分裂 し て から 、 1392 年 ( 元中 9 年 / 明徳 3 年 ) に 両朝 が 合一 する まで の 期間 を 指 し 、 室町 時代 の 初期 に 当た る 。 この 間 、 日本 に は 南朝 ( 日本 ) ( 大和 国吉野 行宮 ) と 北朝 ( 日本 ) ( 山城 国平安 京 ) に 2 つ の 朝廷 が 存在 し 、 それぞれ 正当 性 を 主張 し た 。 南朝 を 正統 と する 論 者 は 「 吉野 朝 時代 」 と 称 する ( 南北朝 正閏 論 参照 ) 。 鎌倉 時代 末 に あた る 寛元 4 年 ( 1246 年 ) 、 後嵯峨 天皇 の 退位 後 に 天皇 家 は 皇位 継承 を 巡 っ て 大覚 寺 統 と 持明 院 統 に 分裂 し て しま っ た 。 そこ で 鎌倉 幕府 の 仲介 に よ っ て 、 大覚 寺 統 と 持明 院 統 が 交互 に 皇位 に つ く 事 ( 両統 迭立 ) が 取り決め られ て い た 。 1333 年 ( 元弘 3 年 / 正慶 2 年 ) 、 大覚 寺 統 の 後醍醐 天皇 は 全国 の 武士 に 討幕 の 綸旨 を 発 し た 。 これ に 応え た 足利 高 氏 ( 当時 ) や 新田 義貞ら の 働き で 鎌倉 幕府 は 滅 び 、 建武 の 新政 と 呼 ば れ る 後醍醐 天皇 に よ る 親政 が はじま っ た 。 しかし 政局 の 混乱 が 続 き 、 また 恩賞 の 不 公平 に よ り 武士 階級 の 支持 を 得 る こと は でき な かっ た 。 中 先代 の 乱 を 討伐 に 向か っ た 尊 氏 が その まま 新政 から 離反 する と 、 不満 を 抱え た 武士 たち の 多く が 尊 氏 に 従 っ た 。 後 醍醐 天皇 は 新田 義貞 や 北畠 顕家 に 尊 氏 討伐 を 命じ る 。 新田 軍 は 箱根 ・ 竹ノ下 の 戦い で は 敗北 し 尊 氏 ら は 京都 へ 入 る が 、 やがて 陸奥 国 から 下 っ た 北畠 軍 の 活躍 も あ り 駆逐 さ れ た 。 尊 氏 ら は 九州 へ 下り 、 多々良浜 の 戦い に 勝利 し て 勢力 を 立て直 し た のち の 翌年 に 、 持明 院 統 の 光厳 天皇 の 院宣 を 掲げ て 東征 する 。 迎え撃 つ 宮方 は 新田 義貞 ・ 楠木 正成 が 湊川 の 戦い で 敗れ 、 比叡山 に 篭 っ た 。 尊 氏 は 後醍醐 天皇 と の 和解 を 図 り 、 三 種 の 神器 を 接収 し 持明 院 統 の 光明 天皇 を 擁立 ( 北朝 ) し た 。 その 上 で 建武 式 目 を 制定 し 、 施政 方針 を 定め 正式 に 幕府 を 開 く 。 後 醍醐 天皇 は 京都 を 脱出 し て 吉野 へ 逃れ 、 「 北朝 に 渡 し た 神器 は 贋物 で あ り 光明 天皇 の 皇位 は 正統 で は な い 」 と 主張 し て 吉野 に 南朝 ( 吉野 朝廷 ) を 開 き 、 北陸 や 九州 など 各地 へ 自ら の 皇子 を 奉 じ させ て 派遣 する 。 南朝 方 は 名和 長年 ・ 結城 親光 ・ 千種 忠顕 の ほか 、 北畠 顕家 ・ 新田 義貞 ら が 1338 年 ( 延元 3 年 / 暦応 元年 ) まで に 次々 と 戦死 し 、 軍事 的 に 北朝 方 が 圧倒 的 に 優位 に 立 つ 。 1348 年 ( 正平 ( 日本 ) 3 年 / 貞和 4 年 ) に は 四條畷 の 戦い で 楠木 正成 の 子 楠木 正行 ・ 楠木 正時 兄弟 が 足利 方 の 高師 直 に 討 た れ 、 吉野 行宮 が 陥落 し て 後村 上 天皇 ら 南朝 一行 は 賀名生 ( 奈良 県 五條 市 ) へ 逃れ 、 衰勢 は 覆い隠 せ な く な る 。 しかし その 後 、 尊 氏 が 政務 を 任せ て い た 弟 の 足利 直義 と 足利 家 の 執事 の 高師 直 が 対立 が 表面 化 し 、 観応 年間 に は 観応 の 擾乱 と よ ば れ る 幕府 の 内紛 が 起こ る 。 政争 に 敗れ た 直義 は 南朝 に 帰順 し 、 尊氏 の 子 で 直義 の 養子 に な っ て い た 足利 直冬 も 養父 に 従 い 九州 へ 逃れ て 戦 う 。 山名時 氏 など 守護 の 一部 も 南朝 に 属 し て 戦 い 、 京都 争奪 戦 が 繰り広げ られ る など 南朝 は 息 を 吹き返 す こと に な る 。 後村上 天皇 は 南朝 方 の 住吉 大社 の 宮司 家 で あ る 津守 氏 の 住之江殿 ( 正印 殿 ) に 移 り 、 そこ を 住吉 行宮 ( 大阪 市 住吉 区 ) と する 。 1351 年 ( 正平 6 年 / 観応 2 年 ) に は 、 尊 氏 が 直義 派 に 対抗 する ため に 一時 的 に 南朝 に 降伏 し 、 年号 を 南朝 の 「 正平 」 に 統一 する 「 正平 一統 」 が 成立 し た 。 これ に よ り 、 尊 氏 は 征夷 大将軍 を 解任 さ れ た 。 南朝 は この 機 に 乗 じ て 京都 へ 進攻 し て 足利 義詮 を 追 い 、 京都 を 占拠 し て 神器 も 接収 する 。 義詮 は 北朝 年 号 を 復活 さ せ 、 再び 京都 を 奪還 する が 、 南朝 は 撤退 する 際 に 光厳 ・ 光明 両 上皇 と 、 天皇 を 退位 し た 直後 の 崇光 天皇 ( 光厳 の 皇子 ) を 賀名 生 へ 連れ去 っ た 。 この ため 北朝 は 、 光厳 の 皇子 で 崇光 の 弟 の 後光厳 天皇 を 神器 無し で 即位 さ せ 、 併せ て 公武 の 官位 を 復旧 さ せ 、 尊 氏 も 征夷 大将軍 に 復帰 し た 。 南朝 の 北畠 親房 は 関東 地方 で 南朝 勢力 の 結集 を 図 り 、 篭城 し た 常陸 国 小田城 に て 南朝 の 正統 性 を 示 す 「 神皇 正統記 」 を 執筆 する 。 1339 年 ( 延元 4 年 / 暦応 2 年 ) に 後醍醐 天皇 が 死去 する と 親房 が 南朝 の 指導 的 人物 と な る が 、 親房 が 1354 年 ( 正平 9 年 / 文和 3 年 ) に 死去 する と 南朝 は また 衰微 し 、 幕府 内 で の 抗争 で 失脚 し た 細川 清 氏 が 楠木 正儀 ら と 南朝 に 帰順 し て 一時 は 京都 を 占拠 する もの の 1367 年 ( 正平 22 年 / 貞治 6 年 ) に 敗れ 、 以降 は 大 規模 な 南朝 の 攻勢 も な く な り 、 足利 義詮 時代 に は 大内 弘世 や 山名 時 氏 など も 帰服 する 。 義詮 の 死後 は 、 足利 幕府 は 幼 い 将軍 足利 義満 を 補佐 し た 管領 細川 頼之 の 指導 に よ り 、 南朝 方 の 中心 的 武将 で あ っ た 楠木 正儀 ( 正成 の 子 ) を 帰順 さ せ る など 対南 朝 工作 を 行 い 、 幕府 体制 を 確立 する 。 九州 地方 で は 、 多々良浜 の 戦い で 足利 方 に 敗れ た 菊池 氏 など の 南朝 勢力 と 、 尊 氏 が 残 し た 一色 範 氏 や 仁木 義長 など の 勢力 が 争い を 続け て い た 。 南朝 勢力 を 強化 する ため に 、 後醍醐 天皇 の 皇子 で あ る 懐良 親王 が 征西 将軍 と し て 派遣 さ れ 、 筑後 川 の 戦い ( 大保原 の 戦い ) で は 、 南朝 方 の 懐良 親王 、 菊池 武光 、 赤星 武貫 、 宇都宮 貞久 、 草野 永幸ら と 北朝 方 の 少弐 頼尚 、 少弐 直資 の 父子 、 大友 氏 時 、 宇都宮 冬綱 ら 両軍 合わせ て 約 10 万 人 が 戦 っ た と さ れ る 。 この 戦い に 敗れ た 北朝 方 は 大宰府 に 逃れ 、 九州 は この 後 10 年 ほど 南朝 の 支配 下 に 入 る こと と な っ た 。 また 観応 の 擾乱 が 起こ る と 足利 直冬 が 加わ り 、 三 勢力 が 抗争 する 鼎立 状態 と な る 。 この 頃 、 朝鮮 半島 や 中国 の 沿岸 など で 倭寇 ( 前期 倭寇 と 呼 ば れ る ) と 呼 ば れ る 海上 集団 が 活動 し 始め て お り 、 懐良 親王 は 倭寇 の 取り締まり を 条件 に 明朝 から 冊封 を 受け 、 「 日本 国王 」 と し て の 権威 で 勢力 を 強め る 。 室町 幕府 は 今川 貞世 を 九州 へ 派遣 し て 南朝 勢力 を 鎮圧 し 、 直冬 も 幕府 に 屈服 し た ため 、 足利 義満 の 代 に は 九州 も 幕府 の 支配 する ところ と な っ た 。 その 後 、 足利 義満 が 新た に 冊封 さ れ て 「 日本 国王 」 と な る 。 弘和 / 永徳 ・ 元中 / 至徳 ( 日本 ) 年間 に 入 る と 、 南朝 は 動乱 初期 から その 支え と し て 活躍 し て き た 懐良 親王 、 北畠 顕能 、 宗良 親王 の 相 次 ぐ 死 と 、 対 北朝 強硬 路線 を 通 し て い た 長慶 天皇 の 譲位 に よ り 、 衰退 を 極め る 事 と な っ た が 、 明徳 年間 の 足利 義満 に よ る 相 次 ぐ 有力 守護 大 名 勢力 削減 に よ り 、 北朝 に 抵抗 する 術 を 殆ど 失 う よう に な る 。 この よう な 情勢 の 中 で 1392 年 ( 元中 9 年 / 明徳 3 年 ) 、 足利 義満 の 斡旋 で 、 大覚 寺 統 と 持明 院 統 の 両統 迭立 と 、 全国 の 国衙 領 を 大覚 寺 統 の 所有 と する こと ( 実際 に は 国衙 領 は わずか しか な かっ た ) を 条件 に 、 南朝 の 後亀山 天皇 が 北朝 の 後 小松 天皇 に 三 種 の 神器 を 渡 し 、 南北朝 が 合体 し た ( 明徳 の 和約 ) 。 合一 が 行 わ れ る もの の 、 両統 迭立 の 約束 が 守 ら れ る こと は な く 持明 院 統 の 皇統 が 続 い た ため 、 南朝 の 遺臣 たち に よ る 皇位 の 回復 を 目指 し て の 反抗 が 15 世紀 半ば まで 続 き 、 後南 朝 と 呼 ば れ る 。 彼 ら の 抵抗 は 持明院 統嫡 流 が 断絶 し た 142 8 年 ( 正長 元年 ) 以後 、 激化 する こと と な る 。 1443 年 ( 嘉吉 3 年 ) に は 南朝 の 遺臣 や 日野 氏 一族 が 御所 に 乱入 し 南朝 皇族 の 通蔵 主 ・ 金蔵 主 兄弟 を かつ い で 神璽 ・ 宝剣 を 一時 奪還 する 禁闕 の 変 が 起き る 。 宝剣 は すぐ に 幕府 の 手 で 取り戻 さ れ た が 、 神璽 は 後南朝 に 持ち去 ら れ た まま に な る 。 後 南朝 は 、 嘉吉 の 乱 で 滅亡 し た 赤松 氏 の 再興 を 目指 す 赤松 遺臣 に よ っ て 、 1457 年 ( 長禄 元年 ) に 南朝 後裔 の 自天 王 ・ 忠義 王 な る 兄弟 が 殺害 さ れ 、 神璽 が 奪還 さ れ る こと に よ っ て 、 実質 的 に 滅亡 し た 。 鎌倉 時代 初期 に は 、 国衙 領 や 、 荘園 の うち 皇室 ・ 公家 や 寺社 の 領地 に は 、 武家 の 支配 が およ ん で い な かっ た 。 鎌倉 時代 を 通 じ て 、 武家 の 統治 機構 で あ る 守護 ・ 地頭 に 属 する 武士 が 、 地頭 請 や 下地 中 分 と い う 形 で 国衙 領 や 荘園 を 蚕食 し 始め る よう に な る 。 この 傾向 は 南北朝 時代 に 入 る と 顕著 に な り 、 荘園 の 年貢 の 半分 を 幕府 に 納め る 半済 や 、 年貢 の 取立て を 守護 が 請け負 う 守護 請 が 一般 化 し た 。 また 、 鎌倉 時代 の 御 家人 の 3 大 義務 で あ っ た 大犯 三 ヶ条 ( 大番 催促 、 謀反 人 ・ 殺害 人 の 検断 ) に 加え て 、 刈田 狼藉 の 取締 も 守護 の 役務 と な り 、 荘園 領主 は 守護 の 立入 を 拒 む こと が でき な く な っ た 。 これ ら を 通 じ て 、 土地 支配 上 の 武士 の 立場 は 、 荘官 ・ 下司 と し て 荘園 領主 に 代わ っ て 荘園 を 管理 する だけ の 立場 から 実質 的 な 領主 へ と 変化 し て い っ た 。 守護 は 、 この よう な 武士 と 主従 関係 を 結 ぶ よう に な り 、 領国 内 へ の 支配 権 を 強め 、 守護 大名 と 呼 ば れ る よう に な る 。 南北朝 合 一 時 に 国衙 領 が ほとんど 残 っ て い な かっ た の は この よう な 背景 に よ る 。 なお 、 荘園 公領 制 が 完全 に 崩壊 する の は 、 南北朝 時代 より も 2 世紀 後 の 太閤 検地 に よ っ て で あ る が 、 この 南北朝 期 に 既に 大きな 転機 を 迎え て い た の で あ る 。 戦乱 に よ り 公家 や 朝廷 の 政治 力 が 衰え 、 政治 の 主導 は 完全 に 武家 へ 移 る こと に な っ た 。 また 、 武家 社会 で も 、 それ まで 当たり前 だっ た 全国 に 分散 し た 所領 の 支配 が 難し く な り 、 分散 し た 所領 を 売却 ・ 交換 し 、 一 箇所 に まとめ た 所領 の 一 円 化 傾向 が 顕著 に な る 。 これ に 伴 い 、 関東 の 狭 い 「 苗字 の 地 」 から 新恩 の 広 い 地方 へ 移り住 む 例 が 多 く な る 。 近世 以来 、 南北朝 の いずれ が 正統 か を めぐ っ て 南北朝 正閏 論 が 行 わ れ て き た 。 明治 時代 に は 皇室 は 南朝 が 正統 と さ れ 、 文部 省 は 国定 教科 書 で 「 吉野 朝 時代 」 の 用語 を 使 う よう 命 じ た 。 第 二 次 世界 大戦 後 も 南朝 が 正統 と さ れ て い る が 、 歴史 の 実態 に 合わせ て 再び 「 南北朝 時代 」 の 用語 が 主流 に な っ た 。 また 、 北朝 が 優勢 な 期間 が 長 く 、 最終 的 に 北朝 に 統一 さ れ た こと を 重視 し て 「 北南 朝 時代 」 の 用語 を 提唱 する 者 も 存在 する 。 ばさら 、 二条 河原 落書 、 連歌 など 南北朝 時代 ( 日本 ) の 人物 一覧 天皇 +承久 の 乱 ( じょうきゅう の らん ) は 、 鎌倉 時代 の 承久 3 年 ( 1221 年 ) に 、 後鳥 羽 天皇 が 鎌倉 幕府 に 対 し て 討幕 の 兵 を 挙げ て 敗れ た 兵乱 で あ る 。 承久 の 変 、 承久 合戦 と も い う 。 武家 政権 で あ る 鎌倉 幕府 の 成立 後 、 京都 の 公家 政権 ( 治天 の 君 ) と の 二 頭 政治 が 続 い て い た が 、 この 乱 の 結果 、 幕府 が 優勢 と な り 、 朝廷 の 権力 は 制限 さ れ 、 幕府 が 皇位 継承 など に 影響 力 を 持 つ よう に な る 。 経過 背景 治承 ・ 寿永 の 乱 の 過程 で 、 鎌倉 を 本拠 に 源 頼朝 を 棟梁 と し て 東国 武士 を 中心 に 樹立 さ れ た 鎌倉 幕府 で は 、 東国 を 中心 に 諸国 に 守護 、 地頭 を 設置 し 、 警察 権 を 掌握 し て い た が 、 西国 は 支配 し き っ て お ら ず 依然 と し て 朝廷 の 力 は 強 く 、 幕府 と 朝廷 の 二 頭 政治 の 状態 に あ っ た 。 後鳥羽 上皇 は 多芸 多才 で 『 新古 今 和 歌集 』 を 自ら 撰 する など 学芸 に 優れ る だけ で な く 、 武芸 に も 通 じ 狩猟 を 好 む 異色 の 天皇 で あ り 、 それ まで の 北面 の 武士 に 加え て 西面 の 武士 を 設置 し 軍事 力 の 強化 を 行 っ て い た 。 後鳥羽 上皇 の 財源 は 長講 堂 領 、 八条 院 領 など の 諸国 に 置 か れ た 膨大 な 荘園 群 に あ っ た 。 ところ が 、 これ ら の 荘園 の 多く に 幕府 の 地頭 が 置 か れ る よう に な る と 、 しばしば 年貢 の 未納 など が 起こ り 、 荘園 領主 で あ る 後鳥 羽 上皇 や その 近臣 と 紛争 を 起こ す よう に な っ た 。 承久 元年 ( 1219 年 ) 1 月 、 3 代 征夷 大将軍 源 実朝 が 甥 の 公暁 に 暗殺 さ れ た 。 『 承久 記 』 など 旧来 の 説 で は 、 これ は 「 官打ち 」 ( 身分 不 相応 な 位 に のぼ る と 不幸 に な る と い う 考え ) など の 呪詛 調伏 の 効果 で あ り 、 後鳥 羽 上皇 は 実朝 の 死 を 聞 い て 喜悦 し た と し て い る 。 これ に 対 し て 、 近年 で は 後鳥 羽 上皇 は 武家 政権 と の 対立 で は な く 、 当初 は 公武 融和 に よ る 政治 を 図 っ て お り 、 その ため に 実朝 の 位 を 進め 優遇 し て い た と の 見 方 が 強 い 。 実朝 の 急死 に よ り 、 鎌倉 殿 の 政務 は 頼朝 正室 の 北条 政子 が 代行 し 、 執権 で あ る 弟 の 北条 義時 が これ を 補佐 する こと と な っ た 。 幕府 は 新し い 鎌倉 殿 と し て 雅成 親王 を 迎え た い と 後鳥 羽 上皇 に 申し出 る 。 これ に 対 し 、 後鳥 羽 上皇 は 近臣 藤原 忠綱 を 鎌倉 に 送 り 、 愛妾 伊賀 局 ( 元 は 遊女 の 亀菊 ) の 所領 で あ る 摂津 国 長江 荘 、 倉橋 荘 の 地頭 職 の 撤廃 と 院 に 近 い 御 家人 仁科 盛遠 ( 西面 の 武士 ) へ の 処分 の 撤回 を 条件 と し て 提示 し た 。 義時 は これ を 幕府 の 根幹 を 揺る が す と し て 拒否 する 。 義時 は 弟 の 北条 に 1000 騎 を 与え て 上洛 さ せ 、 武力 に よ る 恫喝 を 背景 に 交渉 を 試み る が 、 朝廷 の 態度 は 強硬 で 不調 に 終わ る 。 この ため 義時 は 皇族 将軍 を 諦め 、 摂関 家 から 将軍 を 迎え る こと と し 、 同年 6 月 に 九条 道 家 の 子 ・ 三 寅 ( 後 の 九条 頼経 ) を 鎌倉 殿 と し て 迎え 、 執権 が 中心 と な っ て 政務 を 執 る 執権 体制 と な る 。 将軍継嗣 問題 は 後鳥 羽 上皇 に も 、 義時 に も しこり が 残 る 結果 と な っ た 。 同年 7 月 、 内裏 守護 の 源頼茂 ( 源 頼政 の 孫 ) が 西面 の 武士 に 攻め 殺 さ れ る 事件 が 起き た 。 理由 は 頼茂 が 将軍 に 就 こ う と 図 っ た ため と さ れ て い る が 、 幕府 の 問題 の ため に 後鳥羽 上皇 が 朝廷 の 兵力 を 動か す の は 不 自然 で あ り 、 頼茂 が 後鳥 羽 上皇 に よ る 鎌倉 調伏 の 加持 祈祷 を 行 っ て い た 動き を 知 っ た ため と 考え られ て い る 。 その ため か 、 事件 の 直後 に 後鳥羽 上皇 が 祈願 に 使 っ て い た 最勝 四 天王 院 が 取り壊 さ れ て い る 。 朝廷 と 幕府 の 緊張 は しだい に 高ま り 、 後鳥 羽 上皇 は 討幕 の 意志 を 固め た が 、 土御 門 天皇 は これ に 反対 し 、 摂政 近衛 家 実 や その 父 近衛 基通 を はじめ 多く の 公卿 達 も 反対 、 また は 消極 的 で あ っ た 。 順徳 天皇 は 討幕 に 積極 的 で 、 承久 3 年 ( 1221 年 ) に 懐成 親王 ( 仲恭 天皇 ) に 譲位 し 、 自由 な 立場 に な っ て 積極 的 に 協力 する 。 密 に 寺社 に 命 じ て 義時 調伏 の 加持 祈祷 が 行 わ れ た 。 討幕 の 流説 が 流れ 、 朝廷 と 幕府 の 対決 は 不可避 の 情勢 と な っ た 。 上皇挙兵 同年 5 月 14 日 、 後鳥 羽 上皇 は 「 流鏑馬 揃え 」 を 口実 に 諸国 の 兵 を 集め 、 北面 ・ 西面 の 武士 や 近国 の 武士 、 大番 役 の 在京 の 武士 1700 余 騎 が 集ま っ た 。 その 中 に は 有力 御 家人 の 小野 盛綱 、 三浦 胤義 も 含 ま れ て い た 。 幕府 の 出先 機関 で あ る 京都 守護 の 大江 親広 ( 大江 広元 の 子 ) は 上皇 に 強要 さ れ 、 やむな く 京方 に 加わ る 。 同時 に 親幕 派 の 大納言 西園寺 公経 は 幽閉 さ れ た 。 翌 15 日 に 京方 の 藤原 秀康 率い る 800 騎 が 京都 守護 伊賀 光季 の 邸 を 襲撃 。 光季 は 僅 か な 兵 で 奮戦 し て 討死 し た が 、 下人 を 落ち 延び さ せ 変事 を 鎌倉 に 知 ら せ た 。 後鳥羽 上皇 は 諸国 の 御 家人 、 地頭 ら に 義時 追討 の 院宣 を 発 する 。 同時 に 備え と し て 近国 の 関所 を 固め させ た 。 京方 の 士気 は 大いに 上が り 、 「 朝敵 と な っ た 以上 は 、 義時 に 参じ る 者 は 千 人 も い な い だ ろ う 」 と 楽観 的 で あ っ た 。 これ に 対 し て 東国 武士 の 庄 家定 は 「 義時 方 の 武士 は 万 を 下 る まい 。 自分 も 関東 に あ っ た なら 義時 に 味方 し て い た 」 と 楽観 論 を 戒め 、 後鳥 羽 上皇 の 不興 を 買 っ た 。 京方 は 院宣 の 効果 を 絶対 視 し て お り 、 諸国 の 武士 は こぞ っ て 味方 する と 確信 し て い た 。 後鳥羽 上皇 は 三浦 義村 を はじめ 幕府 の 有力 御 家人 に は 格別 の 院宣 を 添え て 使者 を 鎌倉 に 送 っ た 。 特に 三浦 義村 に つ い て は 弟 の 胤義 が 「 日本 総追捕使 に 任 じ られ る なら 必ず 御 味方 し ま しょ う 」 と 約束 し て お り 、 大いに 期待 さ れ て い た 。 鎌倉 へ は 、 西園寺 公経 の 家司 三 善 長衡 と 伊賀 光季 から の 上皇 挙兵 の 急報 が 19 日 に 届け られ た 。 京方 の 使者 は その 少し 後 に 到着 し 、 警戒 し て い た 幕府 方 に 捕らえ られ て しま っ た 。 胤義 から の 密書 を 受け た 三浦 義村 は 使者 を 追い返 し 、 直ちに 密書 を 幕府 に 届け た 。 上皇挙兵 の 報 に 鎌倉 の 武士 は 大いに 動揺 し た が 、 『 吾妻 鏡 』 や 『 承久 記 』 に よ れ ば 北条 政子 が 「 故右 大将 ( 頼朝 ) の 恩 は 山 より も 高 く 、 海 より も 深 い はず だ 。 逆臣 の 讒言 に よ り 非義 の 綸旨 が 下 さ れ た 。 秀康 、 胤義 を 討ち取 り 、 亡 き 三 代 将軍 の 遺跡 を 全 う せよ 。 院 に 味方 し た い 者 は 、 直ちに その 旨 を 述べ て 参じ る が 良 い 」 と 涙 ながら の 名演説 を 行 い 、 義時 を 中心 に 御 家人 を 結集 さ せ る こと に 成功 し た 。 乱 の 経過 義時 、 北条 泰時 、 北条 時房 、 大江 広元 、 三浦 義村 、 安達 景盛 ら に よ る 軍議 が 開 か れ 、 箱根 ・ 足柄 山 で 徹底 抗戦 を する 慎重 論 に 対 し 、 広元 は 京 へ の 積極 的 な 出撃 を 主張 。 政子 の 裁決 で 出撃 策 が 決定 さ れ 、 素早 く 兵 を 集め 、 5 月 22 日 に は 軍勢 を 東海道 、 東山道 、 北陸道 の 三方 から 京 へ 向け て 派遣 し た 。 急 な 派兵 で あ っ た ため 、 東海道 軍 は 当初 18 騎 で 鎌倉 を 発向 。 泰時 は 途中 で 鎌倉 へ 引き返 し 、 天皇 が 自ら 兵 を 率い た 場合 の 対処 を 義時 に 尋ね た 。 義時 は 「 天皇 に は 弓 は 引け ぬ 、 ただちに 鎧 を 脱 い で 、 弓 の 弦 を 切 っ て 降伏 せ よ 。 そう で な い なら 力 の 限り 戦え 」 と 命 じ た と 言 わ れ る 。 幕府 軍 は 道々 で 徐々 に 兵力 を 増 し 、 『 吾妻 鏡 』 に よ れ ば 最終 的 に は 19 万 騎 に 膨れ上が っ た 。 義時 は 捕らえ て い た 上皇 の 使者 に 宣戦 布告 の 書状 を 持 た せ て 京 へ 追い返 す 。 鎌倉 の 武士 たち が 院宣 に 従 い 、 義時 は 討滅 さ れ る で あ ろ う と 信 じ き り 、 幕府 軍 の 出撃 を 予測 し て い な かっ た 後鳥 羽 上皇 ら 京方 首脳 は 狼狽 し た 。 とりあえず 、 藤原 秀康 を 総大将 と し て 幕府 軍 を 迎え撃 つ こと と し て 、 1 万 7500 余 騎 を 美濃 国 へ 差し向け る 。 京方 は 美濃 と 尾張 国 の 国境 の 尾張川 に 布陣 する が 、 少な い 兵力 を 分散 さ せ る 愚 を 犯 し て い た 。 6 月 5 日 、 武田 信光 率い る 東山 道 軍 5 万 騎 は 大井 戸 渡 に 布陣 する 大内 惟信 率い る 京方 2000 騎 を 撃破 し た 。 藤原 秀康 と 三浦 胤義 は 支え きれ な い と 判断 し 、 宇治 市 ・ 瀬田 ( 大津 市 ) で 京 を 守 る と し て 早々 に 退却 を 決め る 。 6 日 に 泰時 、 時房 の 率い る 主力 の 東海道 軍 10 万 騎 が 尾張 川 を 渡河 し 墨俣 の 陣 に 攻め かか っ た 時 に は もぬけ の 殻 、 山田 重忠 のみ が 杭瀬川 で 奮戦 する が 、 京方 は 総崩れ に な り 、 大敗 を 喫 し た 。 北条 朝 時 率い る 北陸 道 軍 4 万 騎 も 砺波山 で 京方 を 撃破 し て 、 加賀 国 に 乱入 し て 京 を 目指 し た 。 美濃 ・ 尾張 で の 敗報 に 京方 は 動揺 し て 洛中 は 大 混乱 と な っ た 。 後鳥羽 上皇 は 自ら 武装 し て 比叡山 に 登 り 、 僧兵 の 協力 を 求め る が 、 上皇 の 寺社 抑制 策 が 禍 し て 比叡山 は これ を 拒絶 。 やむ な く 、 京方 は 残 る 全兵 力 を も っ て 宇治 ・ 瀬田 に 布陣 し 、 宇治川 で 幕府 軍 を 防 ぐ こと に 決め 、 公家 も 大将軍 と し て 参陣 し た 。 6 月 13 日 、 京方 と 幕府 軍 は 衝突 。 京方 は 宇治川 の 橋 を 落と し 、 雨 の よう に 矢 を 射掛け 必死 に 防戦 する 。 幕府 軍 は 豪雨 に よ る 増水 の ため 川 を 渡れ ず 攻めあぐね た が 、 翌 14 日 に 強引 に 敵前 渡河 し 、 多数 の 溺死 者 を 出 し ながら も 敵陣 の 突破 に 成功 。 京方 は 潰走 し 、 幕府 軍 は 京 へ なだれ込 ん だ 。 幕府 軍 は 寺社 や 京方 の 公家 ・ 武士 の 屋敷 に 火 を 放 ち 、 略奪 暴行 を 働 い た 。 『 承久 記 』 に よ る と 、 敗走 し た 京方 の 藤原 秀康 、 三浦 胤義 、 山田 重忠 は 最後 の 一 戦 を せんと 御所 に 駆けつけ る が 、 上皇 は 門 を 固 く 閉じ て 彼 ら を 追い返 し て しま う 。 山田 重忠 は 「 大臆 病 の 君 に 騙 ら れ た わ 」 と 門 を 叩 き 憤慨 し た 。 後鳥羽 上皇 は 幕府 軍 に 使者 を 送 り 、 この 度 の 乱 は 謀臣 の 企て で あ っ た と し て 義時 追討 の 宣旨 を 取り消 し 、 藤原 秀康 、 三浦 胤義 ら の 逮捕 を 命じ る 宣旨 を 下 す 。 上皇 に 見捨て られ た 藤原 秀康 、 三浦 胤義 、 山田 重忠 ら 京方 の 武士 は 東寺 に 立て 篭 も っ て 抵抗 。 三浦 義村 の 軍勢 が これ を 攻め 、 藤原 秀康 、 山田 重忠 は 敗走 し 、 三浦 胤義 は 奮戦 し て 自害 し た 。 戦後 処理 7 月 、 首謀 者 で あ る 後鳥 羽 上皇 は 隠岐 島 、 順徳 上皇 は 佐渡島 に それぞれ 配流 さ れ た 。 討幕 計画 に 反対 し て い た 土御 門 上皇 は 自ら 望 ん で 土佐 国 へ 配流 さ れ た 。 後鳥羽 上皇 の 皇子 の 雅成 親王 、 頼仁 親王 も それぞれ 但馬 国 、 備前 国 へ 配流 。 仲恭 天皇 ( 九条 廃帝 、 仲恭 の 贈名 は 明治 以降 ) は 廃 さ れ 、 守貞 親王 の 子 が 即位 し た ( 後堀河 天皇 ) 。 親幕 派 で 後鳥 羽 上皇 に 拘束 さ れ て い た 西園寺 公経 が 内 大臣 に 任 じ られ 、 幕府 の 意向 を 受け て 朝廷 を 主導 する こと に な る 。 後鳥羽 上皇 の 膨大 な 荘園 は 没収 さ れ 、 行助 法 親王 ( 後 高 倉院 の 称号 が 贈 ら れ る ) に 与え られ た 。 ただし 、 その 支配 権 は 幕府 が 握 っ て い る 。 討幕 計画 に 参加 し た 上皇方 の 「 合戦 張本 公卿 」 と 名指し さ れ た 一条 信能 、 葉室 光親 、 源 有雅 、 葉室 宗行 、 高倉 範茂 ら 公卿 は 鎌倉 に 送 ら れ る 途上 で 処刑 さ れ 、 その 他 の 院 近臣 も 各地 に 流罪 に な っ たり 謹慎 処分 と な っ た 。 また 後藤 基清 、 佐々木 経高 、 河野 通信 、 大江 親広 ら 御 家人 を 含 む 京方 の 武士 が 多数 粛清 、 追放 さ れ た 。 乱後 、 幕府 軍 の 総 大将 の 泰時 、 時房 ら は 京 の 六波羅 に 滞在 し 、 朝廷 の 監視 や 西国 武士 の 統率 を 行 う 。 朝廷 は 京都 守護 に 代 り 新た に 設置 さ れ た 六波羅 探題 の 監視 を 受け る よう に な り 、 皇位 継承 を も 含 む 朝廷 に 対 する 鎌倉 幕府 の 統制 が 強化 さ れ た 。 京方 の 公家 、 武士 の 所領 約 3000 箇所 が 没収 さ れ 、 幕府 方 の 御 家人 に 分け与え られ 新 補 地頭 が 大量 に 補任 さ れ た 。 事件 の 影響 承久 の 乱 に よ り 、 朝廷 と 幕府 の 立場 は 一変 し た 。 幕府 は 朝廷 を 監視 し 、 皇位 継承 に まで 介入 する よう に な り 、 朝廷 は 幕府 に 憚 っ て 国家 の 大事 に も 幕府 に 伺い を 立て る よう に な っ た 。 また 、 西国 で 京方 の 公家 、 武家 の 多く の 没収 地 を 得 、 これ を 戦功 が あ っ た 御 家人 に 大量 に 給付 し た ため 、 執権 北条 氏 と 御 家人 と の 信頼 関係 が 強固 に な り 、 鎌倉 幕府 の 開府 期 に 続 い て 多く の 御 家人 が 西国 に 移り住 む こと と な り 、 幕府 の 支配 が 畿内 に も 強 く 及 ぶ よう に な る 。 史料 歴史 書 『 愚管 抄 』 : 慈 円 著 。 一説 に 慈円 は この 書 を も っ て 後鳥 羽 上皇 に 討幕 を 思いとどま ら せ よ う と し た と い う 。 『 吾妻 鏡 』 : 編纂 物 。 鎌倉 幕府 の 半公式 記録 。 軍記物 『 承久 記 』 : 全 2 巻 。 承久 の 乱 を 記 し た 軍記物 。 乱 の 原因 を 後鳥 羽 上皇 の 不徳 で あ る と 記 し て い る 。 異本 が 多 い 。 歴史 物語 『 六代 勝事 記 』 : 承久 の 乱 を 後鳥 羽 上皇 が 不徳 の 「 悪王 」 で あ っ た こと に 原因 が あ る と し て い る 。 『 増鏡 』 : 前述 の 北条 義時 と 泰時 の 逸話 と 後鳥 羽 上皇 の 隠岐 で の 様子 を 伝え る 。 +建武 の 新政 ( けんむ の しんせい ) は 、 鎌倉 幕府 滅亡 後 の 1333 年 ( 元弘 3 年 / 正慶 2 年 ) 6 月 に 後醍醐 天皇 が 「 親政 」 ( 天皇 が みずから 行 う 政治 ) を 開始 し た 事 に よ り 成立 し た 政権 及び その 新 政策 ( 「 新政 」 ) で あ る 。 名 は 、 翌 1334 年 に 定め られ た 「 建武 ( 日本 ) 」 の 元 号 に 由来 する 。 第 二 次 世界 大戦 前 は 建武 の 中興 と 表現 さ れ て い た 。 近年 の 歴史 学 で は 「 建武 政権 」 と い う 表現 も 多 い 。 後 醍醐 天皇 は 天皇 親政 に よ っ て 朝廷 の 政治 を 復権 し よ う と し た が 、 武士 層 を 中心 と する 不満 を 招 き 、 1336 年 ( 建武 3 年 ) に 河内 源 氏 の 有力 者 で あ っ た 足利 尊 氏 が 離反 し た こと に よ り 、 政権 は 崩壊 し た 。 経過 鎌倉 時代 後期 に は 、 鎌倉 幕府 は 北条 氏 得 宗家 に よ る 執政 体制 に あ り 、 内管領 の 長崎 氏 が 勢力 を 持 っ て い た 。 元寇 以来 の 政局 不安 など に よ り 、 諸国 で は 悪党 が 活動 し 、 幕府 は 次第 に 武士 層 から の 支持 を 失 っ て い っ た 。 その 一方 で 、 朝廷 で は 大覚 寺 統 と 持明 院 統 が 対立 し て お り 、 相互 に 皇位 を 交代 する 両統 迭立 が 行 わ れ て お り 、 1318 年 ( 文保 2 年 ) に 大覚 寺 統 の 後醍醐 天皇 が 即位 し 、 平安 時代 の 醍醐 天皇 、 村上 天皇 の 治世 で あ る 延喜 ・ 天暦 の 治 を 理想 と し 、 鎌倉 幕府 の 打倒 を ひそか に 目指 し て い た 。 後 醍醐 天皇 の 討幕 計画 は 、 1324 年 ( 正中 ( 元号 ) 元年 ) の 正中 の 変 、 1331 年 ( 元弘 元年 ) の 元弘 の 変 と 二 度 まで も 発覚 する 。 元弘 の 変 で 後醍醐 天皇 は 捕ら わ れ て 隠岐 島 に 配流 さ れ 、 鎌倉 幕府 に 擁立 さ れ た 持明 院 統 の 光厳 天皇 が 即位 し た 。 しかし 、 後醍醐 天皇 の 討幕 運動 に 呼応 し た 河内 国 の 楠木 正成 や 後醍醐 天皇 の 皇子 で 天台 座主 から 還俗 し た 護良 親王 、 護良 を 支援 し た 播磨 国 の 赤松則村 ( 円心 ) ら が 幕府 軍 に 抵抗 し 、 さらに 幕府 側 の 御 家人 で あ る 上野 国 の 新田 義貞 や 下野 国 の 足利尊 氏 ( 高 氏 ) ら が 幕府 から 朝廷 へ 寝返 り 、 諸国 の 反幕 府 勢力 を 集め る 。 1333 年 ( 元弘 3 年 / 正慶 2 年 ) に 後醍醐 天皇 は 隠岐 を 脱出 し 、 伯耆 国 で 名和 長年 に 迎え られ 船 上山 で 倒幕 の 兵 を 挙げ る 。 京都 で 足利 高 氏 の 兵 が 六波羅 探題 を 滅ぼ し 、 新田 義貞 が 鎌倉 を 攻め 、 北条 高 時 ら 北条 氏 一族 を 滅ぼ し 鎌倉 幕府 が 滅亡 する と 、 後醍醐 は 赤松 氏 や 楠木 氏 に 迎え られ て 京都 へ 帰還 する 。 新政 の 開始 後 醍醐 天皇 は 光厳 天皇 の 即位 と 正慶 の 元号 を 廃止 、 光厳 が 署名 し た 詔書 や 光厳 が 与え た 官位 の 無効 を 宣言 し 、 さらに 関白 の 鷹司 冬 教 を 解任 し た 。 帰京 し た 後 醍醐 は 富小路坂 の 里内 裏 に 入 り 、 光厳 天皇 の 皇位 を 否定 し 親政 を 開始 ( 自ら の 重祚 < 復位 > は 否定 し 、 文保 2 年 から 継続 し て の 在位 を 主張 ) する が 、 京都 で は 護良 親王 と とも に 六波羅 攻撃 を 主導 し た 足利 高 氏 が 諸国 へ 軍勢 を 催促 し 、 上洛 し た 武士 を 収め て 京都 支配 を 指揮 し て い た 。 6 月 5 日 、 高 氏 が 鎮守 府 将軍 に 任命 さ れ 、 天皇 の 諱 「 尊治 」 から 一 字 を 与え られ 「 尊 氏 」 と 改め た 。 尊 氏 ら 足利 氏 の 勢力 を 警戒 し た 護良 親王 は 奈良 の 信貴山 に 拠 り 尊 氏 を 牽制 する 動き に 出 た ため 、 後醍醐 天皇 は 妥協 策 と し て 6 月 23 日 に 護良 親王 を 征夷 大将軍 に 任命 する 。 6 月 15 日 に は 旧領 回 復 令 が 発布 さ れ 、 続 い て 寺領 没 収令 、 朝敵 所領 没 収令 、 誤判 再 審令 など が 発布 さ れ 土地 所有 権 や 訴訟 の 申請 など に 関 し て は 天皇 の 裁断 で あ る 綸旨 を 必要 と する こと と な っ た 。 7 月 に は 諸国 平均 安堵 令 が 発 せ られ 、 朝敵 を 北条 氏 一族 のみ と 定め 、 知行 の 安堵 を 諸国 の 国司 に 任せ た 。 記録 所 、 恩 賞 方 、 9 月 に は 雑訴 決断 所 が それぞれ 設置 さ れ る 。 関東 地方 から 東北 地方 に かけ て 支配 を 行 き 渡 ら せ る ため 、 10 月 に は 側近 の 北畠 親房 、 親房 の 子 で 鎮守 府 将軍 ・ 陸奥 守 に 任命 さ れ た 北畠 顕家 が 義良 親王 ( 後村 上 天皇 ) を 奉 じ て 陸奥 国 へ 派遣 さ れ て 陸奥 将軍 府 が 成立 し 、 12 月 に は 尊 氏 の 弟 の 足利 直義 が 後醍醐 皇子 の 成良 親王 を 奉じ て 鎌倉 へ 派遣 さ れ 、 鎌倉 将軍 府 が 成立 。 1334 年 正月 に は 立太子 の 儀 が 行 わ れ 、 恒良 親王 ( 母 : 阿野 廉子 ) が 皇太子 に 定め られ る 。 また 、 年号 が 「 建武 」 と 定め られ る 。 1 月 に は 天皇 の 皇居 に あた る 大内 裏 の 造営 の ため の 二十 分 の 一税 など の 新税 が 計画 さ れ 、 土地 調査 が 行 わ れ る 。 『 楮幣 』 と よ ば れ る 新 紙幣 、 貨幣 の 発行 も 計画 さ れ 、 3 月 に は 「 乾坤 通宝 」 発行 詔書 が 発行 さ れ て い る が 、 乾坤 通宝 の 存在 は 確認 さ れ て い な い 。 この頃 に は 新令 に よ り 発生 し た 所領 問題 、 訴訟 や 恩賞 請求 の 殺到 、 記録 所 など の 新設 さ れ た 機関 に おけ る 権限 の 衝突 など の 混乱 が 起こ り 始め 、 新政 の 問題 が 早く も 露呈 する 。 5 月 に は 諸国 の 本家 、 領家 職 が 廃 さ れ る 。 徳政令 が 発布 さ れ 、 寺社 を 支配 下 に 置 く ため の 官社 解 放令 が 出 さ れ る 。 また 、 雑訴 決断 所 の 訴訟 手続 法 10 ヶ条 が 定め られ る 。 将軍職 を 解任 さ れ 、 建武 政権 に おけ る 発言 力 を も 失 っ て い た 護良 親王 は 武力 に よ る 尊氏 打倒 を 考え て い た と さ れ 、 10 月 に は 拘束 さ れ 、 鎌倉 へ 配流 さ れ る 。 12 月 に は 八 省 卿 が 新た に 任命 さ れ 、 家格 の 伝統 を 軽視 し た 人事 が 行 わ れ る 。 1335 年 ( 建武 ( 日本 ) 2 年 ) 5 月 に は 内裏 造営 の ため の 造内 裏 行事 所 が 開設 さ れ る 。 6 月 ( 旧暦 ) 、 関東 申次 を 務め 北条 氏 と 縁 の あ っ た 公家 の 西園寺 公宗 ら が 北条 高 時 の 弟 北条 泰家 ( 時興 ) を 匿 い 、 持明 院 統 の 後伏見 天皇 を 奉 じ て 政権 転覆 を 企て る 陰謀 が 発覚 する 。 公宗 は 後醍醐 天皇 の 暗殺 に 失敗 し 誅殺 さ れ た が 、 泰家 は 逃れ 、 各地 の 北条 残党 に 挙兵 を 呼びかけ る 。 鎌倉 幕府 の 滅亡 後 も 、 旧 北条 氏 の 守護 国 を 中心 に 各地 で 反乱 が 起こ っ て お り 、 7 月 ( 旧暦 ) に は 信濃 国 で 高時 の 遺児 で あ る 北条 時行 と 、 その 叔父 北条 泰家 が 挙兵 し て 鎌倉 を 占領 し 直義 ら が 追 わ れ る 中 先代 の 乱 が 起こ る 。 足利尊 氏 は 後醍醐 天皇 に 時行 討伐 の ため の 征夷 大将軍 、 総 追捕使 の 任命 を 求め る が 、 後醍醐 天皇 は 要求 を 退け 、 成良 親王 を 征夷 大将軍 に 任命 し た 。 尊 氏 が 勅状 を 得 な い まま 北条 軍 の 討伐 に 向か う と 、 後醍醐 天皇 は 追 っ て 尊 氏 を 征東 将軍 に 任じ る 。 時行 軍 を 駆逐 し た 尊氏 は 後醍醐 天皇 の 帰京 命令 を 拒否 し て その まま 鎌倉 に 居 を 据え 、 乱 の 鎮圧 に 付き 従 っ た 将士 に 独自 に 恩賞 を 与え たり 、 関東 に あ っ た 新田 氏 の 領地 を 勝手 に 没収 する など 新政 から 離反 する 。 尊 氏 は 、 天皇 から 離反 し な かっ た 武士 で 最強 の 軍事 力 を 持 っ て い た 武者 所 所司 ( 長官 ) の 新田 義貞 を 君側 の 奸 で あ る と 主張 し 、 その 討伐 を 後醍醐 天皇 に 対 し て 要請 する 。 後 醍醐 天皇 は 尊 氏 の この 要請 を 受け ず 、 11 月 に 義貞 に 尊 氏 追討 を 命 じ て 出陣 さ せ る が 、 新田 軍 は 敗北 し 、 1336 年 ( 建武 ( 日本 ) 3 年 ) 1 月 に 足利 軍 は 入京 する 。 後 醍醐 天皇 は 比叡山 へ 逃れ る が 、 奥州 から 下向 し た 北畠 顕家 や 義貞 ら が 合流 し て 一旦 は 足利 軍 を 駆逐 する 。 同年 、 九州 から 再び 東上 し た 足利 軍 は 、 持明 院 統 の 光厳 上 皇 の 院宣 を 得 て 、 5 月 に 湊川 の 戦い に お い て 宮方 を 撃破 し 、 光厳 上 皇 を 奉 じ て 入京 、 ここ に 新政 は 2 年 半 で 瓦解 する 。 入京 し た 尊 氏 は 光厳 上 皇 の 弟 光明 天皇 を 即位 さ せ 北朝 ( 日本 ) が 成立 する 。 9 月 に 後醍醐 天皇 は 皇子 の 懐良 親王 を 征西 大将軍 に 任 じ て 九州 へ 派遣 し 、 新田 義貞 に 恒良 親王 ・ 尊良 親王 を 奉 じ させ て 北陸 へ 下 ら せ る 。 後 醍醐 天皇 は 11 月 に は 比叡山 を 降り て 足利 方 と 和睦 し 、 光明 天皇 に 三 種 の 神器 を 渡 す が 、 12 月 に 京都 を 脱出 し 、 吉野 へ 逃れ て 吉野 朝廷 ( 南朝 ) を 成立 さ せ 、 先 に 光明 天皇 に 渡 し た 神器 は 偽器 で あ り 自分 が 正統 な 天皇 で あ る と 宣言 する 。 ここ に 、 吉野 朝廷 と 京都 の 朝廷 ( 北朝 ) が 対立 する 南北朝 時代 ( 日本 ) が 到来 し 、 1392 年 ( 元中 9 年 / 明徳 3 年 ) の 南北朝 合一 まで 約 60 年間 に わた っ て 南北朝 の 抗争 が 続 い た 。 新政 の 機構 中央 太政 官 八 省 諸 官司 記録 所 記録 所 は 、 平安 時代 に 藤原 摂関家 から 権力 を 取り戻 そ う と し た 後 三 条 天皇 が 1069 年 ( 延久 元年 ) に 記録 荘園 券 契所 を 設置 し た こと に 由来 し 、 建武 政権 に おけ る 中央 官庁 の 最高 機関 と し て 設置 さ れ た 。 記録 所 は 後醍醐 の 親政 時代 に 再興 し 、 建武 政権 で は 荘園 文書 の 調査 に 加え て 一般 の 訴訟 も 担当 。 構成 員 は 楠木 正成 、 名和 長年 、 伊賀 兼光 など 。 恩 賞 方 恩 賞 方 は 鎌倉 幕府 の 討幕 運動 に 参加 し た もの に 対 する 論功 行 賞 を 処理 。 記録 所 や 恩賞 方 は 調査 機関 で あ り 、 個々 の 政務 に 関 する 判断 を 下 す ため の 先例 や 意見 が 答申 さ れ 、 それ ら が 後醍醐 の 決済 を 経 て 「 綸旨 」 の 形 で 発 せ られ た 。 雑訴 決断 所 所領 関係 を 管轄 、 鎌倉 幕府 の 引付衆 に 相当 。 地域 別 に 担当 する 4 ~ 8 番 編成 で 設置 さ れ 、 偶数 日 、 奇数 日 に それぞれ 開廷 さ れ た 。 成員 は 公家 の ほか 足利 家 家臣 の 上杉 氏 や 足利 尊 氏 の 執事 高師直 、 旧 幕府 の 官僚 二 階堂 氏 など 公家 ・ 武家 双方 から 多く の 人材 が 登用 さ れ た 。 武者 所 天皇 の 親衛 隊 。 長 に は 新田 義貞 を 任 じ 、 尊 氏 に 対抗 さ せ た 。 窪所 地方 陸奥 将軍 府 ( 福島 県 伊達 郡 霊山 町 ) 義良 親王 を 将軍 と し 、 北畠 親房 ・ 北畠 顕家 父子 に 補佐 さ せ た 。 鎌倉 将軍 府 成良 親王 を 将軍 と し 、 足利 直義 ( 尊氏 の 弟 ) に 補佐 さ せ た 。 守護 ・ 国司 恩賞 ・ 人事 足利尊 氏 に 鎮守 府 将軍 ・ 左兵衛督 の 官位 を 与え 、 後醍醐 天皇 の 諱 「 尊治 」 の 一字 を 賜 り 、 「 高氏 」 → 「 尊 氏 」 と 名 を 改め させ る ( 高氏 の 「 高 」 は 北条 高 時 から の 偏諱 で あ る ) 。 尊 氏 の 弟 で あ る 直義 は 左馬頭 に 任官 さ れ る 。 護良 親王 は 征夷 大将軍 の 職 を 望 み 、 一時 は 補任 する もの の 、 1334 年 ( 建武 ( 日本 ) 元年 ) に 護良 親王 が 失脚 し て 鎌倉 に 幽閉 さ れ る と 将軍 職 も 剥奪 さ れ る 。 公家 で は 吉田 定房 ・ 万里小路 宣房 ・ 北畠 親房 の 「 後 の 三房 」 と 千種 忠顕 ・ 坊門 清忠ら を 重用 し 、 後伏見 天皇 院 政 の 人材 も 能力 に 応 じ て 採用 し た 。 武家 で は 楠木 正成 ・ 名和 長年 ( 伯耆 守 ) ・ 結城 親光 ( 3 名 と 千種 忠顕と を 合わせ て 「 三木 一 草 」 と い う ) 、 さらに 真言 宗 密教 の 僧 で あ る 文観 や 円観 など の 非 ・ 公家 の 人材 も 積極 的 に 登用 する 人事 で あ っ た 。 しかし 、 後醍醐 天皇 に よ っ て 勲功 第 一 と 賞 さ れ た 尊 氏 は 、 新政 の 役職 に は 就 か な かっ た 。 これ は 、 尊 氏 が 新政 と は 一線 を 画 そ う と し て い た ため で あ る と 言 わ れ て い る 。 この 状態 は 「 尊氏 なし 」 と 呼 ば れ た 。 後 醍醐 天皇 が 政治 理念 を 標榜 し た 言葉 と し て 『 梅松 論 』 に あ る 「 現在 の 例 も かつて は 新義 で あ っ た 。 朕 の 新儀 は 未来 の 先例 た る べし 」 と い う 発言 が 知 ら れ る 。 新政 の 当初 は 院政 を 行 わ ず 、 摂政 ・ 関白 や 征夷 大将軍 など を 設置 せ ず に 政治 権力 の 一元 化 を 目指 し て お り 、 表面 的 に は 復古 王政 を 装 い つつ 、 内実 は 先例 主義 を 否定 する 革新 的 な 政治 路線 で あ っ た 。 後 醍醐 天皇 や その 近臣 ら は 中国 へ の 関心 や 朱子学 ( 宋学 ) 的 な 君臣 名分 論 の 影響 を 受け て い た と さ れ 、 宋代 の 官制 と の 比較 など から 、 君主 独裁 政 を 目指 し て い た と も 考え られ て い る 。 1334 年 正月 に 定め られ た 「 建武 」 の 年号 は 、 中国 の 後漢 王朝 の 25 年 に 劉秀 ( 光武帝 ) が 王莽 を 滅ぼ し 漢王 朝 を 復興 し た 際 に 定め た 元 号 で あ り 、 先例 に 反 し 、 辛酉 革命説 に よ り 「 武 」 の 一 字 が 不吉 で あ る と 断固 反対 し た 公家 衆 の 反対 を 押し切 っ て 定め た もの で あ っ た 。 新政 を 批判 し た もの と し て 、 1334 年 ( 建武 ( 日本 ) 元年 ) 8 月 に は 新政 を 風刺 し た 『 二条 河原 の 落書 』 が 書 か れ る 。 1338 年 ( 延元 3 年 / 建武 ( 日本 ) 5 年 ) に は 北畠 顕家 が 出陣 前 に 新政 の 失敗 を 諌め る 諫奏 を 行 い 、 北畠 親房 の 『 職原 抄 』 や 公家 の 日記 など に も 新政 へ の 批判 や 不満 を 述べ る 文章 が あ る など 、 武家 や 庶民 のみ な ら ず 、 後 に 後醍醐 天皇 方 に つ い て 北朝 と 対立 し た 北畠 父子 の よう な 公家 で さえ 、 新政 を 支持 し て い な かっ た こと が 示唆 さ れ る 。 新政 の 矛盾 建武 の 新政 は 、 性急 で あ っ た こと と 、 複雑 化 し た 土地 訴訟 事案 へ の 対応 が でき な かっ た こと で 混乱 し た 。 その 様子 は 『 二条 河原 の 落書 』 に も 記 さ れ て い る 。 実質 的 に 全国 の 土地 を 支配 し て い た 武士 を 天皇 が 直接 支配 する こと は 全く 前例 の な い こと で あ る 上 、 性急 な 政策 で あ っ た ため 武士 たち の 支持 を 得 る こと は でき な かっ た 。 倒幕 の 功 に 応 じ て 十分 な 恩賞 を 与え られ た 武士 は 、 足利 尊 氏 、 新田 義貞 、 楠木 正成 ら 一部 に 過ぎ ず 、 最初 から 倒幕 運動 に 加わ っ て 六波羅 攻略 に 功 を 立て た 赤松則村 ( 円心 ) が 播磨 国 の 守護 職 を 没収 さ れ たり 、 1 つ の 土地 に 何 人 も の 領主 が 現れ て 混乱 する など 倒幕 の 功 に 対 する 恩賞 が 不 公平 で 、 新政 の 初期 から 武士 の 不満 は 強 かっ た と 推測 さ れ 、 後醍醐 の 近臣 で あ る 吉田 定房 や 千種 忠 顕 が 詰め 腹 を 切ら さ れ る 形 で 出家 さ せ られ て い る 。 また 万里 小路 藤房 の よう に 政権 に 失望 し て 出家 し て しま う 者 も 現れ た 。 公家 ・ 武家 の 別 や 能力 の 有無 に 関わり な く 人材 を 登用 し た ため 、 行政 は 混乱 を 極め た 。 地方 に お い て も 、 形骸 化 し て い た 律令 制 の 官 の 復権 で あ る 国司 と 、 鎌倉 幕府 以来 の 武家 に よ る 統治 機構 で あ る 守護 ・ 地頭 の 並立 は 、 当初 から 新政 の 矛盾 を 示 す もの で あ っ た 。 また 、 大内 裏 の 造営 の ため の 二十 分 の 一税 など の 新税 や 、 新貨幣 鋳造 、 新 紙幣 発行 など の 唐突 な 経済 政策 は 倒幕 戦争 直後 の 疲弊 し た 経済 の 混乱 に 拍車 を かけ た 。 史料 『 建武 年間 記 』 『 建武 年 中 行事 』 『 太平 記 』 +禁門 の 変 ( きんもん の へん ) は 、 江戸 時代 後期 の 元治 元年 7 月 19 日 ( 旧暦 ) ( 1864 年 8 月 20 日 ) に 起き た 事件 で あ る 。 蛤 御門 の 変 ( はまぐり ご もん の へん ) 、 元治 の 変 ( げんじ の へん ) 、 元治 甲子 の 変 と も 呼 ば れ る 。 「 禁門 」 と は 「 禁裏 の 御門 」 の 略 し た 呼 び 方 で あ る 。 蛤 御門 の 名前 の 由来 は 、 天明 の 大火 ( 1788 年 1 月 30 日 ( 旧暦 ) ) の 際 、 それ まで 閉じ られ て い た 門 が 初めて 開門 さ れ た の で 、 焼け て 口 を 開け る 蛤 に 例え られ た 為 で あ る 。 蛤 御門 は 現在 の 京都 御苑 の 西側 に 位置 し 、 天明 の 大火 以前 は 新在家 御門 と 呼 ば れ て い た 。 禁門 の 変 が 蛤 御門 の 変 と も 呼 ば れ る の は 、 蛤 御 門 付近 が 激戦 区 で あ っ た 為 で あ る 。 その 為 今 も 門 の 梁 に は 弾痕 が 残 る 。 尊皇 攘夷 論 を 掲げ て 京都 で の 政局 に 関わ っ て い た 長州 藩 は 、 1863 年 ( 文久 3 年 ) に 会津 藩 と 薩摩 藩 が 協力 し た 八 月 十 八 日 の 政変 で 京都 を 追放 さ れ て い た 。 藩主 の 毛利 敬親 と 子 の 毛利 定広 は 国許 へ 謹慎 を 命 じ られ て 政治 主導 権 を 失 っ て お り 、 京 や 大坂 に 密か に 潜伏 し た 数名 の 長州 尊攘 派 は にわか に 行動 を 続け て い た 。 元治 元年 に 入 る と 、 孝明 天皇 を 再び 長州 陣営 の もの と する 為 、 京都 に 乗り込 も う と する 積極 策 が 長州 で 論 じ られ た ( この 時 の 積極 的 に 上洛 を 説 い た の が 、 来島 又 兵衛 、 久坂 玄瑞 。 反対 、 慎重 派 が 桂 小五郎 と 高杉 晋作 ) 。 6 月 5 日 ( 旧暦 ) の 池田 屋 事件 で 新 選 組 に 藩士 を 殺 さ れ た 変報 が 長州 に もたら さ れ る と 、 慎重 派 の 周布 政之助 、 高杉 晋作 や 宍戸 左馬之助 ら は 藩論 の 沈静 化 に 努め る が 、 福原 越後 や 益田 右衛門介 、 国司 信濃 の 三 家 老 等 の 積極 派 は 、 討薩 賊 会奸 を 掲げ て 挙兵 し 、 益田 、 久坂 玄瑞 ら は 大山崎 町 天王山 、 宝山 に 、 国司 、 来島 又 兵衛 ら は 嵯峨 天龍 寺 に 、 福原 越後 は 伏見 長州 屋敷 に 兵 を 集め て 陣営 を 構え る 。 朝廷 内部 で は 長州 勢 の 駆逐 を 求め る 強硬 派 と 宥和 派 が 対立 し 、 禁裏 御 守衛 総督 を 勤め る 一橋 慶喜 ( 徳川 慶喜 ) は 退兵 を 呼びかけ る が 、 京都 蛤 御門 ( 京都 市 上京 区 ) 付近 で 長州 藩兵 が 、 会津 ・ 桑名 藩 ・ 薩摩 各 藩 の 諸隊 と 衝突 、 尊皇 攘夷 を 唱え る 長州 勢 は 壊滅 、 来島 又 兵衛 、 久坂 玄瑞 、 寺島 忠三郎 ら は 戦死 し た 。 当時 、 京都 守護 職 で あ っ た 会津 藩主 ・ 松平 容保 は 薩摩 藩 と 連携 し て 、 長州 の 尊攘 急進 派 を 弾圧 する 体制 を 整え て い た の で あ る 。 禁門 の 変 に 於 い て 長州 藩兵 が 御所 へ 向け て 発砲 し た 事 等 を 理由 に 幕府 は 長州 藩 を 朝敵 と し て 、 第 一 次 長州 征伐 を 行 う 。 戦闘 の 後 、 落ち 延び る 長州 勢 は 長州 藩 屋敷 に 火 を 放 ち 逃走 、 会津 勢 も 長州 藩士 の 隠れ て い る と さ れ た 中立 売 御門 付近 の 家屋 を 攻撃 し た 。 この 二 箇所 から 上が っ た 火 で 京都 市街 は 「 どんどん 焼け 」 と 呼 ば れ る 大火 に 見舞 わ れ 、 北 は 一条 通 から 南 は 七条 の 真宗 本廟 に 至 る 広 い 範囲 の 街区 や 社寺 が 焼失 し た 。 +第 3 回 気候 変動 枠組 条約 締約 国 会議 ( だい 3 かい きこう へんどう わくぐみ じょうやく ていやく こく かいぎ ) は 、 1997 年 12 月 に 国際 連合 に よ り 国立 京都 国際 会館 ( 京都 府 京都 市 ) で 開催 さ れ た 、 温室 効果 ガス 排出 規制 に 関 する 国際 的 な 合意 形成 を 主な 目的 と し た 国際 会議 で あ る 。 気候 変動 枠組 条約 の 発効 以来 、 毎年 開 か れ て い る 気候 変動 枠組 条約 締約 国 会議 ( COP ) ( COP ) の 第 3 回 目 の 会合 で あ り 、 通称 、 京都 会議 、 地球 温暖 化 防止 京都 会議 、 COP 3 ( コップスリー ) と も 呼 ば れ る 。 この 会議 に お い て 、 先進 国 に 温室 効果 ガス 排出 規制 を 課 す 京都 議定 書 が 採択 さ れ た 。 +永禄 ( えい ろく ) は 、 日本 の 元号 の 一 つ 。 弘治 ( 日本 ) の 後 、 元亀 の 前 。 1558 年 から 1569 年 まで の 期間 を 指 す 。 この 時代 の 天皇 は 正親町 天皇 。 室町 幕府 将軍 は 足利 義輝 、 足利 義栄 、 足利 義昭 。 弘治 4 年 2 月 28 日 ( 旧暦 ) ( ユリウス 暦 155 8 年 3 月 18 日 ) 正親町 天皇 即位 の ため 改元 永禄 13 年 4 月 23 日 ( 旧暦 ) ( ユリウス 暦 1570 年 5 月 27 日 ) 元亀 に 改元 『 群書 治要 』 の 「 保世 持 家 、 永全 福禄 者 也 」 から 。 3 年 5 月 19 日 ( 旧暦 ) ( 15 60 年 6 月 12 日 ) - 桶狭間 の 戦い 5 年 夏 ( 1562 年 ) - 毛利 氏 の 支援 に よ り 南条 氏 ・ 行松 氏 ら 伯耆 国国 人 衆 、 旧領 を 回復 する 6 年 4 月 3 日 ( 旧暦 ) ( 1563 年 ) - 湯所 口 の 戦い で 山名 豊数 率い る 因幡 国 守護 勢 が 武田 高 信 の 軍勢 に 敗れ る 10 年 8 月 3 日 ( 旧暦 ) ( 1567 年 8 月 3 日 ) - 伊達 政宗 誕生 +東京 奠都 ( とうきょうてん と ) は 、 明治 維新 の とき 江戸 が 東京 と さ れ た こと 。 この とき 都 を 移 す 遷都 を 避け 、 京都 と の 複都 制 と さ れ た ため 奠都 ( 都 を 定め る こと ) と 称 さ れ る 。 また 、 天皇 の 2 度 目 の 東幸 に 伴 な い 政府 ( 太政 官 ) が 東京 に 移 さ れ た こと を 「 事実 上 の 東京 遷都 」 と 言 う こと も あ る 。 幕末 の 京都 は 、 大政 奉還 や 王政 復古 ( 日本 ) に よ り 、 政治 の 中心 地 と な っ て い っ た が 、 京都 の 新 政府 内部 から 、 新た に 天皇 親政 を 行な う に あた っ て 遷都 を 行 お う と い う 声 が あが っ て い た 。 しかし 、 この 時点 で は 江戸 の 情勢 が 未だ 安定 し て お ら ず 、 主に 大坂 が その 地 と し て 意識 さ れ て い た 。 鳥羽 ・ 伏見 の 戦い 直後 の 明治 元年 ( 慶応 4 年 ) 1 月 17 日 ( 1868 年 2 月 10 日 ) 、 参与 ・ 大久保 利通 は 、 総裁 ・ 有栖川宮 熾仁 親王 に 対 し て 、 天皇 が 石清水 八幡宮 に 参詣 し 、 続 い て 大坂 行幸 を 行な っ て 、 その 後 も 引き続 き 大坂 に 滞在 する こと を 提言 し た 。 これ に よ り 、 朝廷 の 旧習 を 一新 し て 外交 を 進め 、 海軍 や 陸軍 を 整え る こと を 図 る と する 。 さらに 同年 1 月 23 日 に は 、 太政 官 の 会議 に お い て 浪華 遷都 ( 大坂 遷都 ) の 建白書 を 提出 する に 至 っ た 。 しかし 、 遷都 を 行 え ば 千 年 の 都 で あ る 京都 を 放棄 する こと と な る と し て 、 これ に 抵抗 の 大き い 公卿 ら 保守 派 の 激し い 反対 を 受け 、 同年 1 月 26 日 に 廃案 と な っ た 。 続 い て 大久保 は 、 副 総裁 ・ 岩倉 具視 を 通 し て 、 保守 派 に も 受け入れ られ やす い 親征 の ため の 一時 的 な 大坂 行幸 を 提案 し 、 同年 1 月 29 日 これ が 決定 し た 。 大坂 行幸 の 発表 に よ り 、 これ が 遷都 に 繋が る の で は な い か と 捉え た 公家 や 宮中 ・ 京都 市民 から 、 反対 の 声 が 高ま っ た 。 その ため 、 太政 官 も 同時 に 移 す と い う 当初 の 計画 は 取り下げ られ た 。 明治 元年 3 月 21 日 ( 1868 年 4 月 13 日 ) 、 天皇 が 京都 を 出発 。 副 総裁 ・ 三条 実美 ら 1 ,655 人 を ともな い 、 同年 3 月 23 日 に 大坂 の 本願 寺津村 別院 に 到着 、 ここ を 行在 所 と し た 。 天皇 は 天保 山 で 軍艦 を 観覧 する など し て 、 40 日 余り の 大坂 滞在 の 後 、 同年 閏 4 月 8 日 京都 に 還幸 し た 。 この 間 、 遷都 し な く て も 衰退 の 心配 が な い 浪華 ( 大坂 ) より も 、 世界 の 大 都市 の ひと つ で あ り 、 帝都 に し な けれ ば 市民 が 離散 し て さびれ て しま う 江戸 の ほう に 遷都 す べ き だ と する 前島 密 に よ る 「 江戸 遷都 論 」 が 大久保 に 届け られ た 。 同年 4 月 11 日 に は 江戸 城 が 無傷 で 開城 さ れ る など 、 注目 が 大坂 から 江戸 に 移 っ て い っ た 。 明治 元年 ( 1868 年 ) 閏 4 月 1日 、 大木 喬任 ( 軍務 官 判事 ) と 江藤 新平 ( 東征 大 総督 府 監軍 ) が 、 佐賀 藩 論 と し て 「 東西 両都 」 の 建白書 を 岩倉 に 提出 し た 。 これ は 、 数千 年 王 化 の 行き届 か な い 東 日本 を 治め る ため 江戸 を 東京 と し 、 ここ を 拠点 に し て 人心 を 捉え る こと が 重要 で あ る と し 、 ゆくゆく は 東京 と 京都 の 東西 両京 を 鉄道 で 結 ぶ と い う もの だっ た 。 この 意見 も 大久保 が 提案 し た 「 大坂 行幸 」 と 同じく 、 遷都 で は な い ため 保守 派 に も 比較 的 受け入れ られ やす い 案 で あ っ た 。 江戸 に 皇居 を 置 き 東京 と する と い う 構想 は 、 江戸 時代 後期 の 経世 家 で あ る 佐藤 信淵 が 文政 6 年 ( 1823 年 ) に 著 し た 『 混同 秘策 』 に 既に 現 われ て お り 、 これ に 影響 を 受け て 大久保 利通 も 東京 奠都 を 建言 し た と い う 。 明治 元年 ( 1868 年 ) 5 月 24 日 、 徳川 氏 が 江戸 から 駿府 70 万 石 に 移 さ れ る こと が 決ま る と 、 大木 ・ 江藤 の 東西 両都案 も 決 さ れ 、 政府 は 同年 6 月 19 日 、 参与 ・ 木戸 孝允 と 大木 に 江戸 が 帝都 と し て 適 し て い る か の 調査 に あたら せ た 。 2人 は 有栖川宮 ・ 三条 ・ 大久保 ・ 江藤 ら と 協議 の 上 、 同年 7 月 7 日 に 京都 へ 戻 り 、 奠都 が 可能 で あ る こと を 報告 し た 。 これ を 受け て 同年 7 月 17 日 、 江戸 ヲ称 シテ 東京 ト為 スノ 詔書 が 発 せ られ た 。 この 詔書 で は 、 天皇 が 日本 を ひと つ の 家族 と し て 東西 を 同視 する と し 、 江戸 が 東国 で 第 一 の 大 都市 ・ 要所 で あ る ため 天皇 が ここ で 政治 を み る こと と 、 その ため に 江戸 を 東京 と 称 する こと が 発表 さ れ た 。 保守 派 や 京都 市民 へ の 配慮 から 、 東京 奠都 を 明確 に は し な かっ た もの の 、 東西 両都 の 方針 通り 東京 が 誕生 し た 。 天皇 は 明治 元年 ( 1868 年 ) 8 月 27 日 、 政情 の 激し い 移り変わり に よ り 遅れ て い た 即位 の 礼 を 執り行な い 、 同年 9 月 20 日 に 京都 を 出発 し て 、 東京 に 行幸 し た ( 東幸 ) 。 岩倉 、 議定 ・ 中山 忠能 、 外国 官 知事 ・ 伊達 宗城 ら を ともな い 、 警護 の 長州 藩 、 土佐 藩 、 備前 藩 、 大洲 藩 の 4 藩 の 兵隊 を 含め 、 その 総数 は 3,300 人 に も 及 ん だ 。 天皇 は 同年 10 月 13 日 に 江戸 城 へ 到着 、 江戸 城 は その 日 の うち に 東幸 の 皇居 と 定め られ 東京 城 と 改称 さ れ た 。 続 い て 同年 10 月 17 日 に は 、 天皇 が 皇国 一体 ・ 東西 同視 の もと 内外 の 政 を 自ら 裁決 する こと を 宣言 する 詔 を 発 し た 。 そして 東京 の 市民 は この 東幸 を 盛大 に 祝 っ た 。 東幸 に 続 い て 京都 へ の 還幸 と な っ た が 、 この 還幸 に あた っ て 三条 は 独り 賛成 せ ず 、 今 すぐ に 京都 に 戻 れ ば 関東 の 人心 を 失 する と し て 早々 の 還幸 を 牽制 する 意見 書 を 提出 し た 。 三条 は この 中 で 、 天皇 に 数千 年 も 親し く 恵み を 受け て き た 京都 ・ 大坂 の 人々 の 動揺 と 、 徳川 氏 に 30 0 年 恩恵 を 受け て き た 関東 の 人々 に 恨み や 失望 を 与え る こと の 利害 得失 を 比べ 、 関東 の 人心 に 京都 ・ 大坂 の 盛衰 や 国 の 興廃 が かか っ て い る の で あ り 、 京都 ・ 大坂 を 失 っ て も 地勢 に 優れ る 東京 を 失 わ な けれ ば 天下 を 失 う こと は な い と 述べ た 。 三条 の 意見 に よ り 還幸 の 日 が 延び て い た が 、 先帝 ( 孝明 天皇 ) の 三 年 祭 と 立后 の 礼 を 行な う 必要 が あ る と い う 岩倉 の 意見 も あ り 、 明治 元年 ( 1868 年 ) 12 月 8 日 、 天皇 は ひとまず 京都 に 還幸 し 同年 12 月 22 日 に 到着 し た 。 この 還幸 に あた り 、 東京 市民 に 不安 を 与え な い よう 再び 東京 に 行幸 する こと と 、 旧 本丸 跡 に 宮殿 を 造営 する こと が 発表 さ れ た 。 明治 2 年 ( 1869 年 ) 1 月 25 日 、 東京 へ の 再度 の 行幸 を 前 に 岩倉 は 、 天皇 の 意向 を 知 ら ず に 政府 や 民間 で 遷都 が あ る か の よう に 思 っ て い る 者 が 少な から ず い る ため に 、 京都 や 大坂 の 人々 の 動揺 が 大き く な っ て い る と し 、 関東 諸国 は 王化 が 行き届 い て い な い ため 新政 を 施 す ため の 再幸 で あ る 旨 を 十分 に 分 か ら せ る ため の 諭令 を 出 す よう 求め る 建議 を 行な っ た 。 また 、 政府 内 で も 遷都 論 を 唱え る もの が い る と し 、 天皇 の 考え に よ る 遷鼎 ( 遷都 ) の 沙汰 も な く 、 臣下 の 身 で これ を 唱え る こと は 決して 承知 し な い と 遷都 論 に 釘 を さ し た 。 同年 3 月 7 日 、 翌年 の 3 月 に は 京都 に 戻 り 冬 に 大嘗 祭 を 行な う こと と し て 、 三条 ら を 従え て 再び 東京 へ の 行幸 が 行 わ れ た ( 2 度 目 の 東幸 、 再幸 ) 。 天皇 が 同年 3 月 28 日 東京 城 に 入 り 、 ここ に 滞在 する ため 東京 城 を 「 皇城 」 と 称 する こと と さ れ た 。 この とき 「 天皇 の 東京 滞在 中 」 と し た 上 で 太政 官 が 東京 に 移 さ れ 、 京都 に は 留守 官 が 設置 さ れ た 。 ついで 同年 10 月 24 日 に は 皇后 も 東京 に 移 っ た 。 こう し て これ 以降 、 天皇 は 東京 を 拠点 に 活動 する こと に な っ た 。 天皇 ・ 皇后 の 東京 へ の 行幸 啓 の たび に 、 公卿 ・ 諸藩 主 ・ 京都 の 政府 役人 ・ 京都 市民 など から 行幸 啓 の 中止 ・ 反対 の 声 が あが り 、 政府 は 「 これ から も 四方 へ 天皇 陛下 の 行幸 が あ る だ ろ う が 、 京都 は 千 有 余 年 の 帝城 で 大切 に 思 っ て お ら れ る から 心配 は い ら な い 」 と する 諭告 ( 『 告諭 大意 』 ) を 京都 府 から 出 さ せ 、 人心 の 動揺 を 鎮め る こと に 努め た 。 東京 再幸 の 反対 運動 の 騒動 の 際 に は 、 とき の 情勢 に 乗 じ て 名古屋 遷都 を 画策 する もの まで 現われ た 。 京都 で は 京都 御所 を 後 に 残 し て 、 明治 4 年 ( 18 71 年 ) まで に 刑部 省 ・ 大蔵 省 ・ 兵部 省 など の 京都 留守 ・ 出張 所 が 次々 に 廃 さ れ 、 日本 の 行政 機関 が 消え て い っ た 。 また 留守 官 は 明治 3 年 5 月 に 京都 府 から 宮中 に 移 さ れ 、 同年 12 月 に 京都 の 宮内 省 に 合併 、 明治 4 年 ( 18 71 年 ) 8 月 23 日 に は 廃 さ れ 、 東京 へ の 首都 機能 の 移転 が 行 わ れ た 。 明治 3 年 ( 1870 年 ) 3 月 14 日 、 東北 の 平定 が 未だ に 行き届 か な い こと 、 諸国 の 凶作 、 国費 の 欠乏 など 諸々 の 理由 で 京都 へ の 還幸 を 延期 する こと が 京都 市民 に 発表 さ れ た 。 翌 明治 4 年 ( 18 71 年 ) 3 月 に な っ て 、 結局 大嘗祭 は 東京 で 行 う こと が 発表 さ れ 、 同年 11 月 17 日 に 東京 で 行な わ れ た 。 こう し て 京都 を 都 と し て 残 す 形 を と り つつ 、 江戸 も 東京 と し て 新た に 都 と さ れ 、 政治 の 中心 地 が 東京 と な っ た 江戸 の 地 に 再び 戻 る こと と な っ た 。 明治 5 年 5 月 ( 1872 年 6 月 ) - 天皇 が 京都 に 立ち寄 る 際 、 「 還幸 」 で は な く 「 行幸 」 と さ れ る 。 1873 年 ( 明治 6 年 ) 5 月 - 東京 の 皇城 で 火災 。 赤坂 離宮 を 仮皇居 と する 。 1877 年 ( 明治 10 年 ) 2 月 - 天皇 が 京都 の 皇居 ( 京都 御所 ) の 保存 ・ 旧 観 維持 を 指示 。 1888 年 ( 明治 21 年 ) - 東京 で 明治 宮殿 が 完成 。 以降 「 宮城 」 と 称 する 。 1889 年 ( 明治 22 年 ) - 旧 皇室 典範 で 「 即位 の 礼 」 と 「 大嘗祭 」 は 京都 で 行 う と 規定 。 1891 年 ( 明治 24 年 ) - 京都 御所 を 京都 皇宮 と 改称 。 1909 年 ( 明治 42 年 ) - 登極 令 ( 昭和 22 年 廃止 ) で 大嘗 祭 の 斎田 は 京都 以東 ・ 以南 を 悠紀 、 以西 ・ 以北 を 主基 の 地方 と さ れ る 。 1915 年 ( 大正 4 年 ) - 即位 の 礼 、 大嘗 祭 が 京都 で 行 わ れ る 。 1928 年 ( 昭和 3 年 ) - 即位 の 礼 、 大嘗 祭 が 京都 で 行 わ れ る 。 1947 年 ( 昭和 22 年 ) - 皇室 典範 で 単に 「 即位 の 礼 を 行 う 」 と し 、 大嘗 祭 と 場所 は 規定 さ れ な かっ た 。 1948 年 ( 昭和 23 年 ) - 東京 の 「 宮城 」 の 名称 が 廃 さ れ 皇居 と 呼 ば れ る 。 京都 皇宮 は 京都 御所 と 呼 ば れ る 。 1990 年 ( 平成 2 年 ) - 即位 の 礼 、 大嘗 祭 が 東京 で 行 わ れ る 。 +京都 守護 職 ( きょうと しゅごしょく ) は 幕末 に 新た に 設け られ た 江戸 幕府 の 要職 で あ り 、 政事 総裁職 ・ 将軍 後見職 と 並 ぶ 三役 の 一 つ 。 室町 時代 の 山城 守護 で は な く 、 侍所 に あた る 。 京都 市 中 の 治安 維持 及び 京都 御所 ・ 二 条 城 の 警護 など の 役割 を 担 う 。 会津 藩主 ・ 松平 容保 が 文久 2 年 閏 8 月 1日 ( 旧暦 ) ( 1862 年 9 月 24 日 ) に 就任 。 本陣 を 金戒 光明寺 ( 京都 市 左京 区 黒谷町 121 ) に 置 い た 。 原則 的 に 藩兵 1,000 人 が 京都 に 常駐 し 1 年 お き に 交替 し た 。 元来 、 江戸 幕府 に お い て は 京都 所司 代 ・ 京都 町 奉行 が 治安 維持 の 任 に つ い て い た 。 幕末 の 頃 に な る と 京都 で は 尊皇 攘夷 を 叫 び 、 幕府 に 反対 する 勤王 ・ 倒幕 の 志士 に よ る 天誅 ・ 商家 へ の 押し込み や 強盗 など の 騒乱 が 横行 し だ し た 。 しかし 所司 代 のみ で は 、 防ぎ きれ ず と 判断 し た 幕府 は 京都 守護 職 を 新た に 設け 、 幕府 の 威信 、 治安 の 回復 を はか っ た 。 京都 守護 職 は 京都 所司 代 ・ 京都 町 奉行 ・ 見廻 役 を 傘下 に 置 き 、 見廻 役配下 で 幕臣 に よ り 結成 さ れ た 京都 見廻 組 も 支配 下 と な っ た 。 しかし ながら 京都 所司 代 ・ 京都 町 奉行 は あまり 役 に 立 た な かっ た 。 また 、 会津 藩 士 のみ で は 手 が 回りき ら な かっ た ため 、 守護 職 御 預かり と し て 新 選 組 を その 支配 下 に 置 き 治安 の 維持 に 当た ら せ た 。 慶応 3 年 12 月 9 日 ( 旧暦 ) ( 1868 年 1 月 3 日 ) 、 この 年 の 10 月 に 行 わ れ た 大政奉還 後 の 王政 復古 の 大 号 令 クーデター に よ っ て 薩摩 藩 ・ 長州 藩 が 京都 の 支配 権 を 確立 し た ため 、 京都 守護 職 は 設置 後 6 年 を も っ て 廃止 さ れ た 。 容保 は 初め 徳川 慶喜 ・ 松平 春嶽 から の 再三 の 就任 要請 を 断 っ て い た 。 藩 財政 は 既に 浦賀 、 蝦夷 地 の 警備 の 任 に あ っ た こと で 窮乏 状態 に あ り 、 また 、 家臣 も 就任 反対 で 意見 が 一致 し て い た 。 しかし 、 春嶽 が 会津 藩祖 ・ 保科 正之 の 「 会津 藩 たる は 将軍 家 を 守護 す べ き 存在 」 と の 家訓 を 引き合い に 出 し た ため 、 遂 に 承諾 し た 。 任 を 受け た 君臣 は 会津 藩 江戸 藩 邸 に あ っ て 「 これ で 会津 藩 は 滅び る 」 と 、 肩 を 抱き合 っ て 慟哭 し た と い う 。 過大 な 財政 負担 を 懸念 し て の 慟哭 で あ っ た ろ う が 、 後 に 、 京都 守護 職 の 任務 に よ っ て 尊皇 派 の 恨み を 買 っ た 会津 藩 は 戊辰 戦争 で 最後 まで 抵抗 せ ざる を 得 な く な り 、 藩都 ・ 会津 若松 市 で 壊滅 し 、 現実 の もの と な っ て しま っ た 。 +京都 見廻 組 ( きょうと みまわ り ぐみ ) は 、 江戸 時代 末期 ( 幕末期 ) に 幕臣 に よ っ て 結成 さ れ た 、 京都 治安 維持 の 組織 。 元治 元年 ( 1864 年 ) 、 江戸 幕府 は 京都 守護 職 配下 と し て 蒔田 廣孝 と 松平 康正 を 京都 見廻 役 に 任命 し た 。 そして その 配下 と し て 旗本 、 御 家人 を 組織 し て 京都 見廻組 が 創設 さ れ た 。 詰所 は 二 条 城 の 側 に 置 か れ た と い う 。 それぞれ の 見廻 役 が 配下 の 組 を 持 ち 、 それぞれ 見廻 役 の 官職 名 から 相模 守 組 ( 蒔田 廣孝 ) と 出雲 守 組 ( 松平 康正 ) と 呼 ば れ 、 各 200 名 ほど の 組員 を 指揮 し た 。 見廻 組 は 新 選 組 と 共 に 一般 犯罪 者 で は な く 、 反幕 府 勢力 の 取り締まり を 専門 に 行 っ た 。 見廻 組 は 主に 御所 、 二条 城 周辺 と い っ た 官庁 街 を 管轄 と し 、 新撰 組 は 祇園 や 三条 と い っ た 町人 町 、 歓楽 街 を 管轄 と し た 。 その ため か 、 新撰 組 と 共同 戦線 を と っ た こと は あまり 無 か っ た ら しい 。 相模 組 与頭 の 佐々木 只三郎 、 渡辺 吉太郎 、 高橋 安二郎 、 桂 早之助 、 土肥 仲蔵 、 桜井 大三郎 、 今井 信郎 ら が 坂本 龍馬 暗殺 の 実行 犯 と し て 有力 と さ れ る 。 +御陵 衛士 ( ご りょう えじ ) は 、 孝明 天皇 の 御所 を 守 る ため の 組織 。 別名 、 高台 寺 党 ( 高台 寺 、 月 真院 を 屯所 と し た ため ) と も 言 う 。 1867 年 ( 慶応 3 年 ) 3 月 10 日 に 伊東 甲子太郎 が 思想 の 違い から 新選 組 を 離脱 、 志 し 同じ 者 を 新選 組 から 引き抜 い て 結成 し た 。 ( 一応 の 離脱 理由 は 、 泉湧 寺 塔中 戒 光 寺 の 長老   湛然 の 仲介 に よ っ て 孝明 天皇 の 御陵 守護 の 任 を 拝命 し た 事 と 、 それ に 伴 い 薩摩 、 長州 の 動向 を 探 る と い う 事 で あ っ た 。 最初 は 五条 橋 東詰 の 長 円 寺 に 屯所 を 構え た ) 同志 に 弟 の 鈴木 三樹三郎 、 篠原 泰之 進 、 藤堂 平助 、 服部 武雄 、 毛内 有之助 、 富山 弥兵衛 、 阿部 十郎 、 内海 次郎 、 加納 鷲雄 、 中西 昇 、 橋本 皆 助 、 清原 清 、 新井 忠雄 、 斎藤 一 ( 斎藤 は 新 選 組 の 間諜 と も ) 。 ( 計 十 五 名 ) 他 に も 、 茨木 司 、 佐野 七五三 之助 、 富川 十郎 、 中村 五郎 ら 10 名 も 後 に 合流 を 図 っ た が 、 嘆願 に 行 っ た 会津 藩邸 で 、 茨木 、 佐野 、 富川 、 中村 の 四 人 が 死亡 ( 切腹 、 殺害 両説 あり ) 、 残り の 6 人 が 放逐 と い う 結末 と な っ た 。 そもそも 御陵 衛士 と 新撰 組 と の 間 に は 隊士 の 行き 来 を 禁止 する 約束 が あ り 、 その こと を 知 ら ず に 新撰 組 を 脱走 し て 御陵 衛士 に 加わ ろ う と し た 彼 ら は 行き 場所 を 失 っ た 形 と な っ た の だ 。 ( 新撰 組 を 脱走 し た もの は 法度 に よ り 屯所 に 連れ 戻 し て 切腹 と い う こと に な っ て い た 。 ) これ と は 別 に 、 茨木 たち の 切腹 後隊 で 居 場所 を 失 い 脱走 を し た ( そもそも 茨木 たち の 脱走 を 勧め た の は 観柳 斎 と 言 わ れ て い る 。 ) 武田 観柳 斎 も 衛士 側 に 合流 を 拒否 さ れ た 。 慶応 3 年 6 月   山陵 奉行   戸田 忠至 に 属 し 、 長 円 寺 から 東山 の 高台 寺   月 真院 に 移り 禁裏 御陵 衛士 の 標札 を 掲げ た 。 一般 的 に 薩摩 藩 に 近づ い た と さ れ る が 、 異説 も あ る ( 後述 ) 。 新 選 組 と は 佐幕 と 勤王 倒幕 で 袂 を わか っ た だけ に 、 新 選 組 の 襲来 を 恐れ て いつ も 刀 を 抱 い て 寝 た と い う 。 ただし 、 近年 の 研究 で は 倒幕 と 言 っ て も 緩やか な もの で あ り 、 松平 春嶽 ら の 思想 に 近 か っ た もの と 言 わ れ て い る 。 他 、 薩摩 藩 と は 一定 の 距離 を 置 い て い た と い う 説 が あ る 。 油小路 事件 で 伊東 や 藤堂 ら が 死亡 。 残 っ た 同士 は 薩摩 藩 邸 に 逃げ た 。 これ に よ り 解散 。 その 後 の 御陵 衛士 の 生き残り は 赤報 隊 に 2 番 隊 と し て 参加 し た 。 +油小路 事件 ( あぶら の こうじ じけん ) は 、 新 選 組 参謀 ・ 伊東 甲子太郎 ら が 暗殺 さ れ た 事件 で あ る 。 新 選 組 最後 の 内部 抗争 。 伊東 甲子太郎 の 暗殺 慶応 3 年 3 月 10 日 ( 旧暦 ) ( 1867 年 4 月 14 日 ) 、 新 選 組 を 離脱 し 御陵 衛士 ( 高台 寺 党 ) を 結成 し た 伊東 甲子太郎 は 勤王 倒幕 運動 に 勤し み 、 薩摩 と 通謀 し て 近藤 勇 を 暗殺 し よ う と たくら ん で い る 事 が 、 新 選 組 が 間諜 と し て 潜り込 ま せ て い た 斎藤 一 に よ っ て 明らか と な っ た 。 ただし 、 当時 の 伊東 の 書簡 は 対話 を 重んじ る もの ばかり で 、 伊東 自身 も 人 を 斬 っ た 記録 が 油小路 事件 以外 に は 無 く 、 さらに は 近藤 勇 を 暗殺 し よ う と し た もの が な い ため 、 近藤 暗殺 計画 自体 が 存在 し な かっ た と の 説 も あ る 。 同年 11 月 18 日 ( 旧暦 ) ( 12 月 13 日 ) 、 近藤 勇 は 資金 の 用立て ・ 国事 の 相談 が あ る と の 口実 で 七条 の 妾宅 に 伊東 を 招 い て 酒宴 を 張 っ た 。 帰路 に 大石 鍬 次郎 ら が 待ち伏せ て 槍 を 以っ て 伊東 を 暗殺 し た 。 伊東 は 深手 で あ っ た が 一太 刀敵 に 浴びせ 、 「 奸賊 ばら 」 と 叫 ん で 絶命 し た と い う 。 御陵 衛士 の 粛清 新 選 組 は 油小路 通 七 条通 の 辻 に 伊東 の 遺骸 を 放置 し 、 その 周り に 伏せ 、 遺体 を 引き取り に き た 同志 を まとめ て 粛清 し よ う と し た 。 遺骸 を 引き取り に き た 同志 は 、 藤堂 平助 ・ 篠原 泰之 進 ・ 鈴木 三樹三郎 ・ 服部 武雄 ・ 毛内 有之助 ・ 加納 道之助 ・ 富山 弥兵衛 の 7 名 で あ っ た 。 この 待ち伏せ に よ っ て 、 新 選 組 結盟 以来 の 生え抜き 隊士 で 元八 番 隊 組長 を 務め た 藤堂 平助 の ほか に 、 服部 武雄 ・ 毛内 有之助 の 3 名 が 討死 し た 。 藤堂 に 関 し て は 、 試衛 館 以来 の 同志 で あ る 永倉 新八 ・ 原田 左之助 が 逃が そ う と 試み た もの の 、 うま く ゆ かず 他 の 隊士 に 斬 ら れ た 。 毛内 有之助 の 遺体 は 五体 バラバラ で 無惨 だっ た ら しい 。 服部 武雄 は 隊内 で も 相当 な 二 刀 流 の 使い手 と し て 鳴ら し て い た ため 、 服部 の 孤軍 奮闘 は 鬼気 迫 る もの が あ っ た と い う が 、 最後 は 服部 の 刀 が 折れ た スキ を 狙 っ て 原田 左之助 が 繰り出 し た 槍 に よ っ て 、 落命 し た と い う 。 残り の 同志 は 逃げ 延び 、 薩摩 藩 邸 に かくま わ れ た 。 伊東 ら の 遺体 は しばらく 放置 し てあ し て あ っ た が 、 光縁 寺 に 埋葬 し た あと 戒光 寺 に 改葬 さ れ た 。 後日 譚 1 ヶ月 後 の 12 月 18 日 ( 旧暦 ) 、 篠原 ら 御陵 衛士 の 生き残り は 伏見 街道 の 民家 に 伏せ 、 二条 城 から の 帰り の 近藤 勇 を 狙撃 、 右肩 に 重症 を 負 わ せ た 。 また 、 その 後 の 戊辰 戦争 時 、 劣勢 と な っ た 近藤 勇 は 越谷 で 大久保 大和 と 称 し て 新 政府 軍 に 出頭 し た が 、 新 政府 軍 に 加わ っ て い た 加納 道之助 に 正体 を 看破 さ れ て 捕縛 さ れ 、 ついに 斬首 と な っ た 。 +今年 の 漢字 ( ことし の かんじ ) と は 、 財団 法人 日本 漢字 能力 検定 協会 が 、 毎年 12 月 12 日 の 「 漢字 の 日 」 に 発表 し て い る 、 その 年 の 日本 や 世界 の 世相 を 表 し た 漢字 一字 の こと で あ る 。 財団 法人 日本 漢字 能力 検定 協会 が 、 その 年 を イメージ する 漢字 一字 の 公募 を 日本 全国 より 行 い 、 その 中 で 最も 応募 数 の 多 かっ た 漢字 一字 を 、 その 年 の 世相 を 表 す 漢字 と し て 、 毎年 12 月 12 日 の 「 漢字 の 日 」 に 京都 府 京都 市 東山 区 の 清水 寺 で 発表 する 。 選 ば れ た 漢字 を 「 今年 の 漢字 」 と 呼 ぶ 。 各 メディア で も 、 「 今年 の 漢字 」 の 呼称 が 用い られ る 。 1995 年 に 始ま っ た 。 発表 時 に は 、 清水 寺 の 奥 の 院 舞台 にて 、 貫主 に よ り 巨大 な 半紙 に 漢字 一 字 が 揮毫 さ れ る 。 その 後 、 本尊 の 千手 観音 に 奉納 さ れ る 。 第 一 生命 保険 の サラリーマン 川柳 、 住友 生命 保険 の 創作 四 字 熟語 、 自由 国民 社 の 新語 ・ 流行 語 大賞 、 東洋 大学 の 現代 学生 百 人 一首 と 並 ん で 、 現代 の 日本 の 世相 を 反映 する 一 つ の 指標 と し て 使 わ れ る こと が 多 い 。 +角屋 で の 暴挙 ( すみや で の ぼうきょ ) と は 文久 3 年 ( 1863 年 ) 6 月 、 京都 嶋原 の 揚屋 ・ 角屋 ( すみや ) に て催 さ れ た 宴会 で 、 新 選 組 局 長 芹沢 鴨 が 働 い た 乱暴 狼 藉 を い う 。 水口 藩 公用 方 が 会津 藩邸 に て 会津 藩 公用 方 に 新 選 組 の 所業 の 悪 さ を 訴え た こと に 始ま る 。 それ を 聞き つけ た 芹沢 が 、 永倉 新八 ・ 原田 左之助 ・ 井上 源三郎 ・ 武田 観柳斎 の 4 人 を 差し向け 、 当事 者 の 身柄 引き渡し を 水口 藩 に 求め た 。 水口 藩 は これ に 驚 き 、 平身 低頭 謝罪 し 、 詫び 証文 を 書 い て 、 その 場 を 納め た 。 しかし 、 詫び 証文 を 書 い た こと が 水口 藩主 の 耳 に 達 せ ば 、 事 と 次第 に よ れ ば 公用 方 の 断罪 も 逃れ られ な く な る 。 そこ で 二条 通り に 直心 影 流 道場 を 開 い て い る 戸田 栄之助 を 通 じ 、 証文 の 返却 を 依頼 し た 。 新選 組 側 より 、 会議 の 場所 を 提供 すれ ば そこ で 返却 する 、 と の 回答 が あ っ た 。 体 の い い 宴会 の 要求 で あ る 。 翌日 、 角屋 に て 宴席 が 設け られ た 。 席 上 、 証文 は 問題 な く 返却 さ れ た が 、 宴 も たけなわ と な っ た 席上 で 、 酒 が まわ る と 酒乱 と な る 芹沢 が 店 の 対応 に 腹 を 立て 、 遂 に 暴れ 始め た 。 自慢 の 鉄扇 を 振り回 し 、 席上 に 出 て い た 膳 は もとより 、 店内 の 食器 や 什器 を 悉 く 叩き 割 り 、 挙げ句 の 果て に は 廊下 の 手摺り を 外 し 酒樽 に 叩 きつけ て 帳場 を 酒浸し に し て しま っ た 。 そして 最後 に 、 店主 の 角屋 徳右衛門 に 7 日間 の 営業 停止 を 申し渡 し 、 意気 揚々 と 引き上げ た と い う 。 同年 9 月 18 日 ( 旧暦 ) 、 会津 藩 の 催 し た 角屋 で の 宴会 で 泥酔 し て 屯所 に 帰宅 し た 芹沢 は 、 寝込み を 近藤 勇一派 に 襲 わ れ て 絶命 し た 。 ( 同夜 、 とも に い た 芹沢 の 妾 と 平山 五郎 も 殺害 さ れ た 。 また 、 平間 重助 と 芸妓 2 名 は この 難 を 逃れ た 。 ) 尚 、 角屋 は 寛永 18 年 ( 1641 年 ) に 創業 さ れ た 店 で 、 揚屋 の 遺構 と し て は 唯一 の もの と し て 国 の 重要 文化 財 に 指定 さ れ た 。 現在 は 「 角屋 もてなし の 文化 美術 館 」 と し て 公開 さ れ て い る 。 +壇ノ浦 の 戦い ( だん の うら の たたかい ) と は 、 平安 時代 の 後期 の 元暦 2 年 ( 寿永 4 年 ) 3 月 24 日 ( 旧暦 ) ( 1185 年 4 月 25 日 ) に 長門 国 赤間 関壇 ノ浦 ( 現在 の 山口 県 下関 市 ) で 行 わ れ た 合戦 で あ る 。 治承 ・ 寿永 の 乱 の 最後 の 戦い で あ っ た 。 背景 寿永 2 年 ( 1183 年 ) 7 月 、 源 義仲 に 攻め られ た 平氏 は 安徳 天皇 と 三種 の 神器 を 奉 じ て 京都 を 落ち る が 、 その 後 の 鎌倉 政権 の 源頼朝 と 義仲 と の 対立 に 乗 じ て 摂津 国 福原 京 まで 復帰 し た 。 しかし 、 寿永 3 年 / 治承 8 年 ( 1184 年 ) 2 月 の 一ノ谷 の 戦い で 大敗 を 喫 し て 、 海 に 逃れ 讃岐 国 屋島 と 長門 国彦島 ( 山口 県 下関 市 ) に 拠点 を 置 い た 。 鎌倉 政権 は 頼朝 の 弟源 範頼 に 3 万 騎 を 率い さ せ て 山陽道 を 進軍 し て 九州 に 渡 り平氏 軍 の 背後 を 遮断 する 作戦 を 実行 する 。 だ が 、 範頼 軍 は 兵糧 の 不足 と 優勢 な 水軍 を 有 する 平氏 軍 の 抵抗 に よ っ て 進軍 が 止ま り 、 九州 に も 渡れ な く な っ た 。 この ため 頼朝 は 源 義経 に 別働 隊 を 編成 さ せ て 平氏 の 本拠 讃岐 国 屋島 を 攻め させ た 。 元暦 2 年 / 寿永 4 年 ( 1185 年 ) 2 月 、 義経 は 奇襲 に よ っ て 屋島 を 攻略 ( 屋島 の 戦い ) 。 平 氏 総 大将 の 平宗 盛 は 安徳 天皇 を 奉 じ て 海上 へ 逃れ 、 彦島 に 拠 っ た 。 一方 、 範頼 軍 は 兵糧 と 兵船 の 調達 に 成功 し て 九州 に 渡 り 、 同地 の 平 氏 方 を 葦屋 浦 の 戦い で 破 り 、 平氏 軍 の 背後 の 遮断 に 成功 。 平 氏 軍 は 彦島 に 孤立 し て しま っ た 。 合戦 の 経過 鎌倉 幕府 の 公式 日記 ( もしくは それ に 准じ る もの ) で あ る 『 吾妻 鏡 』 に は 壇ノ浦 の 戦い に つ い て は 元暦 二 年 三 月 二十 四 日 の 条 で 「 長門 国 赤間 関壇 ノ浦 の 海上 で 三 町 を 隔て 船 を 向 か わ せ て 源平 が 相戦 う 。 平家 は 五百 艘 を 三手 に 分け 山峨 兵藤次 秀遠 および 松浦 党ら を 将軍 と な し て 源 氏 に 戦い を 挑 ん だ 。 午 の 刻 に 及 ん で 平氏 は 敗北 に 傾 き 終わ っ た 。 」 と のみ 簡潔 に 書 か れ て お り 、 合戦 の 具体 的 な 経過 は 分か ら な い 。 その ため 信憑 性 に は 難 が あ る もの の 『 平家 物語 』 『 源平 盛衰記 』 など の 軍記 物語 を 基 に 巷間 で 信 じ られ て い る 合戦 の 経過 を 述べ る こと に な る 。 また 、 以下 の 経過 は 大正 時代 に 黒板 勝美 東京 帝国 大学 教授 が 提唱 し て 以来 、 広 く 信 じ られ て い る 潮流説 に 基づ い て い る 。 開戦 彦島 の 平氏 水軍 を 撃滅 す べ く 、 義経 は 摂津 国 の 渡辺 水軍 、 伊予国 の 河野 水軍 、 紀伊国 の 熊野 水軍 など を 味方 に つけ て 840 艘 ( 『 吾妻 鏡 』 ) の 水軍 を 編成 する 。 『 平家 物語 』 に よ れ ば 、 合戦 前 の 軍議 で 軍監 の 梶原 景時 は 合戦 の 先陣 に な る こと を 望 む が 、 義経 は 自ら が 先陣 に 立 つ と はねつけ た 。 景時 は 「 大将 が 先陣 なぞ 聞 い た 事 が な い 。 将 の 器 で は な い 」 と 義経 を 愚弄 し て 斬りあ い 寸前 の 対立 と な り 、 これ が 後 の 景時 の 頼朝 へ の 讒言 と な り 、 義経 の 没落 に つなが る と さ れ る 。 平 氏 軍 は 500 艘 ( 『 吾妻 鏡 』 ) で 、 松浦 党 100 余 艘 、 山鹿 兵籐 次 秀遠 300 余 艘 、 平氏 一門 100 余 艘 ( 『 平家 物語 』 ) の 編成 で あ っ た 。 宗盛 の 弟 の 平知 盛 が 大将 と し て 指揮 を 取 る こと に な っ た 。 『 平家 物語 』 に よ れ ば 知盛 は 通常 は 安徳 天皇 や 平 氏 本営 が 置 か れ る 大型 の 唐船 に 兵 を 潜 ま せ て 鎌倉 方 の 兵船 を 引き寄せ た ところ を 包囲 する 作戦 を 立て て い た 。 3 月 24 日 、 攻め寄せ る 義経 軍 水軍 に 対 し て 、 知盛 率い る 平氏 軍 が 彦島 を 出撃 し て 、 午 の 刻 ( 12 時 ごろ ) ( 『 玉葉 』 に よ る 、 『 吾妻 鏡 』 で は 午前 ) に 関門 海峡 壇ノ浦 で 両軍 は 衝突 し て 合戦 が 始ま っ た 。 範頼 軍 は 3 万 余騎 ( 『 源平 盛衰記 』 ) を も っ て 陸地 に 布陣 し て 平氏 の 退路 を 塞 ぎ 、 岸 から 遠矢 を 射 かけ て 義経 軍 を 支援 し た 。 『 平家 物語 』 に よ れ ば 和田 義盛 は 馬 に 乗り 渚 から 沖 に 向け て 遠矢 を 二 町 三町 も 射かけ た と い う 。 平 氏 優勢 関門 海峡 は 潮 の 流れ の 変化 が 激し く 、 水軍 の 運用 に 長け た 平氏 軍 は これ を 熟知 し て お り 、 早 い 潮 の 流れ に 乗 っ て さんざん に 矢 を 射 かけ て 、 海戦 に 慣れ な い 坂東 武者 の 義経 軍 を 押し まく っ た 。 義経軍 は 干珠 島 、 満珠 島 の あたり に まで 追いや ら れ 、 勢い に 乗 っ た 平 氏 軍 は 義経 を 討ち取 ろ う と 攻め かか る 。 不利 を 悟 っ た 義経 は 敵船 の 水手 ・ 梶取 ( 漕ぎ手 ) を 射 る よう 命 じ た 。 この 時代 の 海戦 で は 非 戦闘 員 の 水手 ・ 梶取 を 射 る こと は 戦 の 作法 に 反 する 行為 だっ た が 、 義経 は あえて その 掟破り を 行 っ た 。 漕ぎ手 を 失 っ た 平 氏 軍 は 身動き が 取れ な く な っ て 狼狽 、 そこ を 義経 軍 が 攻め かか り 、 武勇 の 坂東 武者 たち が 敵船 に 乗り移 っ て 白兵 戦 と な っ た 。 『 平家 物語 』 に よ れ ば 、 この 時 、 阿波 重能 の 水軍 300 艘 が 寝返 っ て しま っ た 。 阿波 重能 は 平氏 軍 の 唐船 の 計略 を 義経 に 告げ て 知盛 の 作戦 は 失敗 し て しま う 。 しかし 、 『 吾妻 鏡 』 に よ れ ば 、 阿波 重能 は 合戦 後 の 捕虜 に 含 ま れ て お り 、 この よう な 内応 は 実際 は な かっ た よう だ 。 源 氏 の 反攻 と 平 氏 滅亡 やがて 、 潮 の 流れ が 変わ っ て 反転 する と 、 義経 軍 は これ に 乗 っ て 、 平 氏 軍 を 押しま く る 。 平 氏 軍 は 壊滅 状態 に な り 、 勝敗 は 決 し た 。 敗北 を 悟 っ た 平氏 一門 は 次々 と 海上 へ 身 を 投 じ た 。 『 平家 物語 』 に は 平氏 一門 の 最後 の 様子 が 描 か れ て い る 。 知盛 は 平徳子 や 平時子 ら の 乗 る 女船 に 乗り 移 る と 「 見苦し い もの を 取り 清 め 給え 、 これ から 珍し い 東男 を 御目 に かけ ま しょ う 」 と 笑 っ た 。 これ を 聞 い た 二 位 ノ尼 は 死 を 決意 し て 、 幼 い 安徳 天皇 を 抱き寄せ 、 宝剣 を 腰 に さ し 、 神璽 を 抱え た 。 安徳 天皇 が 「 どこ へ 行 く の か 」 と 仰 ぎ 見 れ ば 、 二 位 ノ尼 は 「 弥陀 の 浄土 へ 参 り ま しょ う 。 波 の 下 に も 都 が ござ い ま す 」 と 答え て 、 安徳 天皇 と とも に 海 に 身 を 投 じ た 。 『 吾妻 鏡 』 に よ る と 二 位 ノ尼 が 宝剣 と 神璽 を 持 っ て 入水 、 按察 の 局 が 安徳 天皇 を 抱 い て 入水 し た と あ る 。 続 い て 建礼 門 院 ら 平 氏 一門 の 女 たち も 次々 と 海 に 身 を 投げ る 。 武将 たち も 覚悟 を 定め 、 平教盛 は 入水 、 平経盛 は 一旦 陸地 に 上が っ て 出家 し て から 還 り 海 に 没 し た 。 平資盛 、 平有 盛 、 平行 盛 も 入水 し て い る 。 平家 の 総帥 宗盛 も 嫡男 の 平清 宗 と 入水 する が 、 命 を 惜し ん で 浮かび上が り 水練 が 達者 な ため に 泳ぎ 回 っ て い た ところ を 義経 軍 に 捕らえ られ て しま っ た 。 剛 の 者 で あ る 平教経 は 、 鬼神 の 如 く 戦い 坂東 武者 を 討ち取りま くる が 、 知盛 が 既に 勝敗 は 決 し た から 罪作り な こと は する な と 伝え た 。 教経 は 、 なら ば 敵 の 大将 の 義経 を 道連れ にせん と 欲 し 、 義経 の 船 を 見つけ て これ に 乗り移 っ た 。 教経 は 小長 刀 を 持 っ て 組み かか ら んと 挑 む が 、 義経 は ゆらりと 飛び上が る と 船 から 船 へ と 飛び移 り 八艘 彼 方 へ 飛び去 っ て しま っ た 。 義経 の 「 八艘 飛び 」 で あ る 。 義経 を 取り逃が し た 教経 に 大力 で 知 ら れ る 安芸 真光 が 討ち取 っ て 手柄 に し よ う と 同じく 大力 の 者 二人 と 組み かか っ た 。 教経 は 一人 を 海 に 蹴り 落と す と 、 二人 を 組み 抱え た まま 海 に 飛び込 ん だ 。 『 平家 物語 』 に 描 か れ た 平氏 随一 の 剛将 と し て 知 ら れ 屋島 の 戦 い 、 壇ノ浦 の 戦い で 義経 を 苦しめ た 教経 の 最後 だ が 、 『 吾妻 鏡 』 に よ れ ば 教経 は これ 以前 の 一ノ谷 の 戦い で 討ち死に し て い る と い う 記述 が あ る 。 しかし 、 「 醍醐 雑事 記 」 に は 壇ノ浦 で 没 し た 人物 の 一人 と し て 教経 の 名 が 挙げ られ て い る 。 知盛 は 「 見 る べ き 事 は 見つ 」 と つぶや く と 、 鎧二 領 を 着 て 乳兄弟 と とも に 入水 し た 。 申 の 刻 ( 16 時 ごろ ) ( 『 玉葉 』 に よ る 。 『 吾妻 鏡 』 で は 午 の 刻 ( 12 時 ごろ ) ) 平 氏 一門 の 多く が 死 ぬ か 捕らえ られ 、 戦い は 源氏 の 勝利 に 終わ っ た 。 戦後 入水 し た 建礼 門院 は 助け上げ られ 、 内侍 所 ( 八咫 鏡 ) と 神璽 ( 八尺 瓊 勾玉 ) は 回収 さ れ た が 、 二 位 ノ尼 と とも に 入水 し た 安徳 天皇 は 崩御 し 、 宝剣 ( 天叢 雲剣 ) も 海 に 没 し た ( 別説 あ り 、 天叢 雲剣 現存説 ) 。 安徳 天皇 の 異母 弟 の 守貞 親王 ( 安徳 天皇 の 皇太子 に 擬 さ れ て い た ) は 救出 さ れ た 。 平 氏 一門 の うち 宗盛 、 清宗 、 それ に 平家 と 行動 を とも に し て い た 平時 忠 ( 二 位 ノ尼 の 弟 ) 、 平時 実 、 平信 基 、 藤原 尹明 と い っ た 廷臣 、 能 円 、 全真 、 良弘 、 忠快 、 行命 と い っ た 僧侶 、 平盛 国 、 平盛 澄 、 源季 貞 ら の 武将 、 大納言典侍 、 帥典 侍 、 治部 卿局 ら の 女房 が 捕虜 と な っ て い る 。 義経 は 建礼 門院 と 守貞 親王 それ に 捕虜 を 連れ て 京 へ 戻 り 、 範頼 は 九州 に 残 っ て 戦後 の 仕置き を 行 う こと に な っ た 。 義経 は 京都 に 凱旋 し 、 後白河 法皇 は これ を 賞 し て 義経 と その 配下 の 御 家人 たち を 任官 さ せ た 。 これ を 知 っ た 頼朝 は 激怒 し て 、 任官 し た 者 たち の 東国 へ の 帰還 を 禁じ る 。 さらに 、 九州 に 残 っ て い た 梶原 景時 から 頼朝 へ 、 平氏 追討 の 戦い の 最中 の 義経 の 驕慢 と 専横 を 訴え る 書状 が 届 き 、 義経 が 平時 忠 の 娘 を 娶 っ た こと も 知ら さ れ 、 頼朝 を 怒 ら せ た 。 元暦 2 年 ( 1185 年 ) 5 月 、 命令 に 反 し て 義経 は 宗盛 ・ 清宗 父子 を 護送 する 名目 で 鎌倉 市 へ 向か う が 、 腰越 で 止め られ て しま う 。 宗盛 父子 のみ が 鎌倉 へ 送 ら れ 頼朝 と 対面 する 。 義経 は 腰越 状 を 書 い て 頼朝 へ 許し を 乞 う が 、 同年 6 月 に 宗盛 父子 と とも に 京 へ 追い返 さ れ て しま う 。 宗盛 ・ 清宗 父子 は 京 へ の 帰還 途上 の 近江 国 で 斬首 さ れ た 。 その 後 、 義経 が 頼朝 に 許 さ れ る こと は 無 く 、 頼朝 と の 対立 が 強ま り 、 同年 10 月 に 後白河 法皇 に 奏上 し て 頼朝 追討 の 宣旨 を 出 さ せ て 挙兵 する が 失敗 。 逆 に 追討 の 宣旨 を 出 さ れ て 没落 し て 奥州 藤原 氏 の 元 へ 逃れ る が 、 文治 5 年 ( 1189 年 ) 閏 4 月 に 平泉 町 で 殺 さ れ た 。 合戦 後 ほど な く 建礼 門院 は 出家 し 大原 に 隠棲 し た 。 守貞 親王 は すでに 皇位 継承 は 断 た れ て お り 、 後 に 出家 し て い る 。 平時 忠 は 能登 国 へ 流罪 と な り 、 そこ で 死 ん で い る 。 この 戦い に よ り 、 平氏 ( 伊勢 平 氏 の 平清 盛 一族 ) は 25 年 に わた る 平氏 政権 の 幕 を 閉じ た 。 勝利 を 収め た 清和 源 氏 の 頭領 ・ 源 頼朝 は 、 鎌倉 に 鎌倉 幕府 を 開 き 武家 政権 を 確立 さ せ る 。 両軍 の 構成 源 家 側 総 大将 : 陸源 範頼 、 海源 義経 船数 : 800 艘 ( 吾妻 鏡説 ) ・ 3000 艘 ( 平家 物語 説 ) 参加 武将 : 梶原 景時 、 湛増 、 河野 通信 、 多田 行綱 平家 側 総 大将 : 平宗 盛 船数 : 500 艘 ( 吾妻 鏡説 ) ・ 1000 艘 ( 平家 物語 説 ) 参加 武将 : 平知 盛 ・ 平経盛 ・ 平教盛 ・ 平教経 ・ 平資盛 ・ 平有盛 ・ 平行 盛 ・ 平時 忠 ・ 平清 宗 ・ 平景 清 潮流説 関門 海峡 の 潮 の 流れ の 変化 が 壇ノ浦 の 戦い の 勝敗 を 決 し た と 信 じ られ て い る 。 しかし 、 潮流 に 関 し て は 、 合戦 に つ い て 簡潔 に しか 記 し て い な い 『 吾妻 鏡 』 に は もちろん 触れ られ て い な い 。 軍記 物語 の 『 平家 物語 』 で は 「 門司 関 、 壇ノ浦 は たぎり 落ち る 汐 な れ ば 、 平家 の 船 は 汐 に 逢 っ て 出 て 来 た る 。 源 氏 の 船 は 汐 に 向か っ て 押 さ れ 」 と 記 さ れ て お り 、 平氏 が 追い潮 、 源 氏 が 向か い 潮 で 戦 っ た こと は 述べ られ て い る が 、 潮流 が 反転 し て 戦況 を 転換 さ せ た と まで の 筋立て に はな っ て い な い 。 現在 知 ら れ る 合戦 へ の 潮流 の 影響 は 大正 3 年 ( 1914 年 ) に 黒板 勝美 東京 帝国 大学 教授 が 著書 『 義経伝 』 で 提唱 し た 説 で あ る 。 合戦 が 行 わ れ た 時間 に つ い て は 『 吾妻 鏡 』 は 午 の 刻 ( 12 時 ごろ ) に 終わ っ た 記 し て お り 、 一方 、 関白 九条 兼実 の 日記 で あ る 『 玉葉 』 に は 午 の 刻 ( 12 時 ごろ ) に 始ま り 、 申 の 刻 ( 16 時 ごろ ) に 終わ っ た と 記 さ れ て い る 。 黒板 勝美 は 大 日本 帝国 海軍 水路 部 の 元暦 2 年 3 月 24 日 ( ユリウス 暦 で 5 月 2 日 ) の 関門 海峡 の 潮流 の 調査 を 元 に 、 午前 8 時 30 分 に 西 へ の 潮流 が 東 へ 反転 し て 、 午前 11 時 頃 に 8 ノット に 達 し 、 午後 3 時 頃 に 潮流 は 再び 西 へ 反転 する こと を 明らか に し 、 合戦 が 行 わ れ た 時間 帯 は 『 玉葉 』 の 午 の 刻 ( 12 時 ごろ ) から 申 の 刻 ( 16 時 ごろ ) が 正し く 合戦 は 午後 に 行 わ れ た と し て 、 潮流 が 東向き だっ た 時間 帯 は 平氏 が 優勢 で 、 反転 し て 西向き に な っ て 形勢 が 逆転 し て 源 氏 が 優勢 に な っ た と し た 。 黒板 勝美 の 説 は 壇ノ浦 の 戦い に つ い て 初めて 科学 的 な 検証 を 行 っ た もの で あ り 、 最も 権威 の あ る もの と し て 定説 化 し て 広 く 信 じ られ る よう に な っ た 。 小説 、 観光 パンフレット 類 や テレビ ドラマ は もちろん 、 源平 合戦 を 扱 っ た 歴史 関係 書籍 で も この 黒板 説 を 元 に 壇ノ浦 の 戦い が 記述 さ れ て い る 。 この 黒板 説 に つ い て は 、 近年 に な っ て 反論 が 出 さ れ 、 海事 史 の 金指 正三 博士 は 1990 年 に 潮流 の コンピュータ 解析 を 行 い 、 合戦 の 行 わ れ た 日 は 小潮 流 の 時期 で 、 8 ノット と い う 早 い 潮流 は 無 く 、 また 大正 時代 に 潮流 を 調査 し た 場所 は 最も 狭 い 早鞆 瀬戸 で あ り ( ここ で 千 艘 以上 の 兵船 で 戦 う こと は 不 可能 ) 、 広 い 干珠 島 、 満珠 島 辺り の 海域 で は 潮流 は 1 ノット 以下 で あ り 合戦 に 影響 を 与え る もの で は な い と し た 。 海上 保安 庁 の 潮流 の 調査 に 基づ い て も 、 合戦 の 行 わ れ た 早鞆 瀬戸 より 東側 の 海域 で は 1 ノット 以下 と い う 結果 が 出 て い る 。 船舶史 の 石井 謙治 は 同じ 潮流 に 乗 っ て い る 船 の 相対 速度 は 変わ ら な い の で 、 潮流 は 合戦 に は 影響 し な い と 述べ て い る 。 飯島 幸人 東京 商船 大学 名誉 教授 も 船 同士 の 相対 運動 に 潮流 は 関係 な い と し て 潮流説 に 否定 的 な 見解 を 述べ て い る 。 そもそも 、 鎌倉 幕府 の 公式 文書 を 使 っ て 編纂 し た 『 吾妻 鏡 』 の 記述 を 否定 す べ き で は な く 、 『 吾妻 鏡 』 の とおり 、 合戦 は 午前 に 行 わ れ 午 の 刻 ( 12 時 ごろ ) に 終わ っ た と する 説 も 根強 い 。 天叢 雲剣 水没 説 『 吾妻 鏡 』 の 壇ノ浦 の 戦い の 元暦 二 年 三 月 二十 四 日 の 条 で 「 二 位 ノ尼 は 宝剣 を 持 っ て 、 按察 の 局 は 先帝 ( 安徳 天皇 ) を 抱 き 奉 っ て 、 共 に 海底 に 没 する 。 」 と あ り 、 平家 物語 に も 同様 の 記述 が あ る 。 また 戦い の 後 の 元暦 二 年 四 月 十 一 日 の 条 に 戦い で の 平 氏 方 の 戦死 者 、 捕虜 の 報告 に 続 い て 「 内侍 所 ( 八咫 鏡 ) と 神璽 ( 八尺 瓊 勾玉 ) は 御座 す が 。 宝剣 ( 天叢 雲剣 ) は 紛失 。 愚虜 を も っ て し て 捜 し 奉 る 。 」 と 記 さ れ て お り 、 一般 的 に は 三 種 の 神器 の うち 天叢 雲剣 は 壇ノ浦 の 戦い で 一 度 失 わ れ て い る と 考え られ て い る 。 小説 や テレビ ドラマ など で も この よう に 描 か れ て お り 、 2005 年 大河 ドラマ 『 義経 ( NHK 大河 ドラマ ) 』 の 第 35 回 「 決戦 ・ 壇ノ浦 」 で は 松坂 慶子 扮 する 時子 ( 二 位 の 尼 ) が 安徳 天皇 と 天叢 雲剣 を 抱 い て 海 に 没 し て 、 剣 が 海底 に 失 わ れ る 描写 が さ れ て い る 。 近年 の 研究 菱沼 一憲 ( 国立 歴史 民俗 博物 館 科 研 協力 員 ) は 著書 『 源 義経 の 合戦 と 戦略 その 伝説 と 実像 』 ( 角川 選書 、 2005 年 ) で 、 この 合戦 に つ い て 以下 の 説 を 述べ て い る 。 文治 元年 ( 1185 年 ) 2 月 、 屋島 の 戦い に 勝利 し た 義経 は 、 1 箇月 かけ て 軍備 を 整え つつ 河野 通信 や 船所 正利 など 水軍 勢力 を 味方 に 引き入れ 、 瀬戸 内海 の 制海 権 を 握 っ て い っ た 。 一方 、 平家 の 残 る 拠点 は 彦島 のみ で あ り 、 兵糧 ・ 兵器 の 補充 も まま な ら な い 状況 で あ っ た 。 また 、 豊後 へ 渡 っ た 源範 頼軍 に よ っ て 九州 へ の 退路 も 塞 が れ て い た 。 正午頃 、 戦い が 始ま っ た 。 両軍 と も 、 でき る だけ 潮流 に 左右 さ れ ず に 操船 でき る 時間 帯 を 選 ん だ の で あ ろ う 。 平家 方 は 序盤 は 鎌倉 方 が 静まり返 る ほど 矢 を 射 かけ て 互角 以上 に 戦 っ て い た が 、 射尽 す と 逆 に 水上 から は 義経 軍 に 、 陸上 から は 範頼 軍 に 射かけ られ る まま と な り 、 防御 装備 の 貧弱 な 水手 ・ 梶取 たち から 犠牲 と な っ て い っ た 。 この 結果 、 平家 方 の 船 は 身動き が 取れ な く な り 、 平家 方 不利 と 見 た 諸将 は 鎌倉 方 に 雪崩 を 打 っ て 寝返 っ た 。 敗戦 を 覚悟 し た 平家 一門 は 次々 と 海 へ 身 を 投げ て い っ た 。 これ は 、 範頼 軍 の 九州 制圧 、 義経 軍 の 四国 制圧 、 鎌倉 方 に よ る 瀬戸 内海 制 海 権 の 奪取 と い う 包囲 ・ 孤立 化 の 完成 に 伴 う 必然 的 結末 で あ っ た 。 +後 南朝 ( ご なんちょう ) と は 、 1392 年 ( 元中 9 年 / 明徳 3 年 ) の 南北朝 合一 後 、 南朝 ( 日本 ) の 再建 を 図 っ た 南朝 の 皇統 の 子孫 や 遺臣 に よ る 南朝 復興 運動 と それ に よ っ て 樹立 さ れ た 政権 、 皇室 の 総称 で あ る 。 この 名称 は 江戸 時代 末期 に 儒学 者 斎藤 拙堂 に よ っ て 付け られ た もの で 、 それ まで 名称 は 特に 決ま っ て い な かっ た 。 また 後 南 朝 と い う 呼 び 方 も 戦後 広ま っ た もの で 戦前 まで は 定着 し て は い な かっ た 。 南北朝 合 一時 の 約束 「 明徳 の 和約 」 で は 天皇 は 北朝 ( 日本 ) 系 ( 持明 院 統 ) と 南朝 系 ( 大覚 寺 統 ) から 交代 で 出 す ( 迭立 ) こと に な っ て い た が 、 1412 年 ( 応永 19 年 ) に 北朝 系 の 後 小松 天皇 の 次代 と し て 後 小松 上皇 の 皇子 称光 天皇 が 即位 し た こと を きっかけ に 、 北朝 系 に よ っ て 天皇 位 が 独占 さ れ る よう に な っ た の に 反抗 し て 起こ っ た 。 1414 年 ( 応永 21 年 ) 、 4 年 前 に 京都 を 出奔 し て 吉野 に 潜行 し て い た 南朝 最後 の 天皇 後 亀山 天皇 と その 皇子 小倉宮 を 支持 し て 伊勢 国 国司 の 北畠 満雅 が 挙兵 し た が 、 室町 幕府 の 討伐 を 受け 和解 、 上皇 は 2 年 後 に 京 に 帰 っ た 。 後 亀山 上皇 の 死去 から 4 年 後 の 142 8 年 ( 正長 元年 ) 、 嗣子 の な かっ た 称光 天皇 が 崩御 し た ため に 北朝 の 嫡流 は 断絶 し た 。 後 小松 上皇 が 北朝 の 傍流 で あ る 伏見 宮家 から 彦仁王 ( 後花園 天皇 ) を 後継 者 に 選 ぼ う と し た こと を きっかけ に 、 北朝 は 皇統断絶 し て 皇位 継承 権 を 失 っ た と 考え る 南朝 側 は 激し く 反発 する 。 北畠 満雅 は 再び 小倉 宮 聖承 ( 後亀山 の 皇子 恒敦 の 王子 ) を 担 い で 伊勢 国 で 挙兵 、 幕府 軍 と 戦 っ て 敗死 し た 。 この 事件 を はじめ と し て 、 応仁 の 乱 に 至 る まで 、 南朝 の 子孫 は 反幕 勢力 に 担 が れ て 断続 的 に 活動 を 続け た 。 1443 年 ( 嘉吉 3 年 ) に は 、 南朝 復興 を 唱え る 日野 氏 傍流 の 日野 有光 ら の 勢力 が 後花園 天皇 の 暗殺 を 企て て 御所 に 乱入 ( 暗殺 は 未遂 ) 、 三 種 の 神器 の 天叢 雲剣 と 八尺 瓊 勾玉 を 奪 い 、 南朝 皇族 の 通蔵 主 ・ 金蔵 主兄弟 ( 後亀山 の 弟 の 孫 ) を 担 い で 比叡山 に 逃れ る 「 禁闕 の 変 」 を 起こ し た 。 幕府 軍 に よ っ て 変 の 首謀 者 たち が 討 た れ 、 剣 が 奪い返 さ れ た 後 も 神璽 は 後南朝 に 持ち去 ら れ た まま で あ っ た が 、 1457 年 ( 長禄 元年 ) に 至 っ て 、 1441 年 ( 嘉吉 元年 ) の 嘉吉 の 乱 で 取り潰 さ れ た 赤松 氏 の 復興 を 願 う 赤松 家 遺臣 の 石見 太郎 、 丹生屋 帯刀 、 上月 満吉 ら が 、 大和 国 ・ 紀伊国 国境 付近 の 北山 ( 奈良 県 吉野 郡 上北山村 か ) あるいは 三之 公 ( 同郡 川上村 ( 奈良 県 ) ) に 本拠 を 置 い て い た 後 南朝 に 臣従 する と 偽 っ て 後南 朝 勢力 を 襲 い 、 南朝 の 末裔 と い う 自天 王 ・ 忠義 王 兄弟 を 殺害 し て 神璽 を 奪い返 し た ( 長禄 の 変 ) 。 両 王子 は 後世 の 系図 で は 小倉 宮 の 末裔 と さ れ て い る が 、 同時代 史料 に 証拠 は な い 。 後 南朝 は 次第 に 勢力 を 失 い 、 応仁 の 乱 に お い て 小倉 宮 の 末裔 ( 『 大乗院 寺 社 雑事 記 』 に は 小倉 宮 の 子孫 と の 記述 あり ) と 称 し 、 岡崎 前門 主 と い う 人物 の 息子 が 山名 宗全 に よ り 洛中 の 西陣 に 迎え られ た ( これ を 「 西陣 の 南帝 」 と 呼 ぶ ) と の 記録 を 最後 に 、 歴史 上 に あらわれ な く な っ た 。 しかし その 後 も 民間 で 後南 朝 の 伝説 や 伝承 は 残 り 、 貴種 流離譚 の 一 つ と し て サンカ に 利用 さ れ た 可能 性 を 滝川 政次郎 は 指摘 し て い る 。 太平 洋 戦争 後 の 開放 的 気分 の 中 で 「 熊沢 天皇 」 こと 熊沢 寛道 など 、 自ら を 正統 な 天皇 の 継承 者 と 称 する 自称 天皇 たち が 現れ た とき 、 その 多く は 、 1911 年 ( 明治 44 年 ) に 明治 天皇 の 裁断 に よ っ て 南朝 が 正統 と さ れ た こと を 受け て 、 後南 朝 の 子孫 と 主張 し て い た 。 +康暦 の 政変 ( こうりゃく の せいへん ) は 、 南北朝 時代 ( 日本 ) の 天授 ( 日本 ) 5 年 / 康暦 元年 ( 1379 年 ) に 室町 幕府 の 管領 ・ 細川 頼之 が 失脚 し た 政変 で あ る 。 室町 幕府 の 2 代将軍 足利 義詮 の 頃 に は 守護 同士 が 対立 し 、 執事 の 細川 清氏 など は 失脚 し た 後 に 吉野 朝廷 に 属 し て 京都 を 奪還 する など 幕政 は 不 安定 な 状態 に あ っ た 。 清 氏 失脚 後 に は 斯波 高 経 、 斯波 義将 親子 が 政権 を 持 つ が 、 佐々木 道誉 と の 対立 など から 貞治 の 政変 で 失脚 する 。 義詮 死去 の 直前 に は 四国 地方 、 中国 地方 で 南朝 側 と 戦 っ て い た 細川 頼之 が 佐々木 など 反 斯波 氏 派 の 支持 を 得 て 管領 に 就任 する 。 頼之 は 義詮 の 子 で 幼少 の 足利 義満 を 補佐 し 、 半済 令 の 試行 や 南朝 と の 交渉 など の 政策 を 実施 する が 、 旧 仏教 勢力 の 比叡山 と 新興 禅 宗 の 南禅 寺 と の 対立 に お い て は 南禅 寺 派 を 支持 し て い た ため 叡山 派 と 対立 し 、 南禅 寺 の 住職 春屋 妙葩 が 隠棲 し て 抗議 する など 宗教 勢力 と も 対立 し て い た 。 1376 年 に は 紀伊 で の 南朝 方 の 活動 に 対 し て 頼之 は 弟 の 細川 頼元 を 総 大将 と し 派遣 する が 鎮圧 に 失敗 し 、 成長 し た 3 代将軍 義満 は 反 頼之 派 の 山名 氏 を 派遣 さ せ 、 また 大和 で の 軍事 活動 に は 復帰 し た 斯波 義将 や 土岐 頼康 ら 反 頼 之 派 に 軍勢 を 与え る 。 翌 77 年 ( 天授 3 年 / 永和 ( 日本 ) 3 年 ) に は 義将 の 所領 内 の 騒動 が 頼之 の 領地 で あ っ た 太田 荘 ( 現 富山 県 富山 市 ) に 飛び火 する と 、 頼之 と 斯波 派 、 土岐 、 山名 氏 ら の 抗争 は 表面 化 し 、 頼之 派 から 斯波 派 に 転じ る 守護 も 現れ た 。 反 頼之 派 は 義満 に 対 し て 頼之 の 排斥 、 討伐 を 要請 し 、 近江 で 反 頼 之 派 に 転 じ た 佐々木 高秀 が 挙兵 する と 、 鎌倉 公方 の 足利 氏 満 が 呼応 し て 軍事 行動 を 起こ そ う と し 上杉 憲春 に 諌死 さ れ る 事件 も 起こ る 。 義満 は 義将 ら の 圧力 で 高秀 や 頼康 ら を 赦免 する と 、 義将 はじめ 反 頼 之 派 が 軍勢 を 用い て 将軍 邸 の 花 の 御所 を 包囲 し て 義満 に 頼之 の 罷免 を 迫 る 。 頼之 は 出家 し 、 自邸 を 焼 い て 一族 を 連れ て 領国 の 四国 へ 下 る 。 後任 の 管領 は 義将 で 、 春屋 妙 葩 ら も 復帰 する 。 四国 へ 下 っ た 頼之 は 幕府 から 頼之 追 討令 を 受け た 伊予 の 河野 氏 ら と 戦 い 、 年末 に は 赦免 を うけ る 。 弟 の 細川 頼元 は 管領 に 就任 し 、 頼之 自身 も その 後 幕政 の 中心 に 復帰 し て い る こと から 、 この 政変 は 頼之 から の 自立 を 望 ん だ 義満 の 提唱 に よ っ て 起こ さ れ た もの と 考え られ る 。 斯波 氏 ・ 細川 氏 両派 の 抗争 を 利用 し 、 相互 に 牽制 さ せ て 強大 化 を 防 い だ と も 考え られ て い る 。 義満 は この 後 に は 将軍 直轄 の 軍事 力 で あ る 奉 公衆 を 整備 し 、 1391 年 の 明徳 の 乱 に お い て は 山名 氏 を 、 1397 年 の 応永 の 乱 に お い て は 大内 氏 を 追討 し て 有力 守護 を 弱体 化 さ せ 、 幕府 の 支配 体制 を 固め て い く 。 +応永 の 乱 ( おうえい の らん ) は 、 室町 時代 の 応永 6 年 ( 1399 年 ) に 、 守護 大名 の 大内 義弘 が 室町 幕府 に 対 し て 反乱 を 起こ し て 堺 市 に 篭城 し て 滅ぼ さ れ た 事件 で あ る 。 背景 室町 幕府 の 征夷 大将軍 は 有力 守護 大名 の 連合 に 擁立 さ れ て お り 、 その 権力 は 弱体 だっ た 。 三 代 将軍 足利 義満 は その 強化 を 図 る 。 花 の 御所 を 造営 し て 権勢 を 示 し 、 直轄 軍 で あ る 奉 公衆 を 増強 し て 将軍 権力 を 強化 し た 。 また 、 義満 は 有力 守護 大名 の 弱体 化 を 図 り 、 康暦 元年 ( 1379 年 ) 、 細川 氏 と 斯波 氏 の 対立 を 利用 し て 管領 細川 頼之 を 失脚 さ せ た ( 康暦 の 政変 ) 。 康応 元年 ( 1389 年 ) に は 土岐 康行 を 挑発 し て 挙兵 に 追い込 み 、 これ を 下 す ( 土岐 康行 の 乱 ) 。 そして 、 明徳 2 年 ( 1391 年 ) 、 11 カ国 の 守護 と な り 『 六 分 の 一殿 』 と 呼 ば れ た 大勢力 の 山名 氏 の 分裂 を けしかけ 、 山名 時熙 と 山名 氏 幸 の 兄弟 を 一族 の 山名 氏 清 と 山名 満幸 に 討 た せ て 没落 さ せ た 。 さらに 、 氏清 と 満幸 を 挑発 し て 挙兵 に 追い込 み 滅 ぼ し た 。 山名 氏 は 3 カ国 を 残 す のみ と な っ て しま っ た ( 明徳 の 乱 ) 。 守護 大名 大内 氏 大内 氏 は 百済 聖明 王 の 皇子 琳聖 太子 を 祖 と 称 し 、 周防 国 に 土着 し て 武士 と な り 、 鎌倉 幕府 の 御 家人 に 連な っ た 。 南北朝 時代 ( 日本 ) で は 南朝 ( 日本 ) に 付 く が 後 に 北朝 ( 日本 ) に 帰順 し て 九州 の 菊池 氏 ら と 戦 い 、 幕府 から 周防 国 ・ 長門 国 ・ 石見 国 の 守護 職 に 任 じ られ た 。 大内 義弘 は 九州 探題 今川 了俊 に 従軍 し て 九州 の 南朝 方 と 多年 に わた り 戦 い 、 豊前 国 守護 職 を 加え られ た 。 明徳 の 乱 で は 義弘 は 大いに 奮戦 し て 武功 著し く 、 和泉 国 ・ 紀伊国 の 守護 職 を 与え られ る 。 また 南北朝 合一 を 斡旋 し て 功績 が あ り 、 足利 氏 一門 の 待遇 を 受け る まで に な っ た 。 義弘 は 本拠 が 大陸 と 近 い 地理 を 活か し て 李 氏 朝鮮 と の 貿易 を 営 み 巨万 の 富 を 蓄え て い た 。 義弘 は 朝鮮 の 要請 に 従 っ て 倭寇 の 禁圧 に 努力 し て 朝鮮 国王 から 称賛 さ れ て お り 、 義弘 は 使者 を 朝鮮 に 送 っ て 祖先 が 百済 皇子 で あ る こと から 、 朝鮮 国内 の 土地 を 賜 る こと を 願 う など 朝鮮 と の 強 い つながり を 持 っ て い た 。 周防 ・ 長門 ・ 石見 ・ 豊前 ・ 和泉 ・ 紀伊 の 6 カ国 の 守護 を 兼ね 貿易 に よ り 財力 を 有 する 強大 な 大内 氏 の 存在 は 将軍 専制 権力 の 確立 を 目指 す 義満 の 警戒 を 誘 っ た 。 義満 と 義弘 の 対立 応永 元年 ( 1394 年 ) 義満 は 将軍 職 を 足利 義持 に 譲 り 、 太政 大臣 に 昇 る 。 もちろん 、 実権 は 掌握 し た まま だっ た 。 応永 2 年 ( 1395 年 ) に は 太政 大臣 を 辞 し て 出家 し 、 道義 と 称 し た 。 諸 大名 、 公家 は こぞ っ て これ に 追従 し て 出家 し 、 義弘 も また 出家 入道 し た 。 この 頃 まで は 義満 と 義弘 の 関係 は 良好 だっ た が 、 応永 4 年 ( 1397 年 ) 、 義満 は 金閣 寺 の 造営 を 始め 、 諸 大名 に 人数 の 供出 を 求め た 。 しかし 、 諸 大名 の 中 で 義弘 のみ は 「 武士 は 弓矢 を も っ て 奉公 する もの で あ る 」 と これ に 従 わ ず 、 義満 の 不興 を 買 っ た 。 同年末 、 義弘 は 少弐 氏 討伐 を 命 じ られ 、 筑前 国 で 戦い 弟 の 大内 満弘 が 討死 する が その 子 へ の 恩賞 の 沙汰 が 無 く 不満 を 募 ら せ 、 更に 義満 が 裏 で 少弐 氏 と 菊地 氏 に 義弘 を 討つ よう に 命 じ て い た と の 噂 が あ り 憤慨 し て い た 。 応永 5 年 ( 1398 年 ) 来日 し た 朝鮮 使節 から 義弘 が 莫大 な 進物 を 受け取 っ て い た こと を 斯波 義将 ら が 「 義弘 は 朝鮮 から 賄賂 を 受け取 っ て い る 」 と 義満 に 讒言 し 、 それ が 義弘 に 聞こえ て 激怒 さ せ て い る 。 大陸 と の 貿易 の 推進 を 図 る 義満 に と っ て も 朝鮮 と 強 い つながり を 持 つ 義弘 の 存在 は 目障り な もの に な っ た 。 義満 は 度々 義弘 へ 上洛 を 催促 する が 、 「 和泉 、 紀伊 の 守護 職 が 剥奪 さ れ る 」 「 上洛 し た ところ を 誅殺 さ れ る 」 と の 噂 が 流れ 、 義弘 を 不安 に さ せ た 。 追い込 ま れ た 義弘 は 関東 公方 足利満兼 と 密約 を 結 ん だ 。 この 密約 に は 義満 に よ っ て 一方 的 に 九州 探題 を 解任 さ れ 失脚 し て い た 今川 了俊 が 仲介 役 に な っ て い る 。 さらに 、 先年 の 土岐 康行 の 乱 で 没落 し て い た 美濃 国 の 土岐 詮直 、 明徳 の 乱 で 滅ぼ さ れ た 山名 氏 清 の 嫡男 山名 時 清 、 近江国 の 京極 秀満 ( 出雲 国 守護 京極 高 詮 の 弟 ) や 延暦 寺 ・ 興福 寺 衆徒 、 楠 氏 ・ 菊地 氏 ら 後南 朝 方 と 連絡 を と り 挙兵 を うなが し た 。 挙兵 応永 6 年 ( 1399 年 ) 10 月 13 日 、 大内 義弘 は 軍勢 を 率い て 分国 和泉 国堺 の 浦 に 着 き 、 家臣 の 平井 新左衛門 を 入洛 さ せ る が 、 自身 は 参洛 し な かっ た 。 義満 の 元 に 大内 義弘謀反 の 噂 が 伝わ る 。 義満 は 青蓮 院 門跡 尊 道 法 親王 に 仕え る 伊予 法 眼 を 堺 へ 送り 上洛 を 促 す が 、 義弘 は 「 意 に 添 わ な い こと が あ る 」 と 参洛 に 応 じ な い 。 10 月 27 日 、 義満 は 禅宗 の 絶海 中津 を 使者 と し て 堺 へ 派遣 し た 。 義弘 は 一門 重臣 たち と 対応 を 内談 。 弟 の 大内 弘茂 は 上意 に 従 い 参洛 する こと を 主張 。 平井 備前 入道 も 恭順 し て 嘆願 す べ き で あ り 、 さも な く ば 朝敵 と な り 御 家 滅亡 に な る と 義弘 を 説得 し た 。 一方 、 杉 豊 後 入道 は 将軍 は 当家 を 滅 ぼ そ う と し て い る と 抗戦 を 主張 し た 。 義弘 は 絶海 中津 と 面談 。 絶海 中津 は 将軍 家 が 義弘 を 滅ぼ そ う と し て い る と の 噂 を 信じ ず 、 上洛 し て 将軍 家 に 謝罪 す べ き こと を 説 く 。 義弘 は 将軍 家 から の 御恩 の 深 さ を 感謝 し ながら も 、 今川 了俊 に 従軍 し て の 九州 で の 戦 い 、 明徳 の 乱 、 南北朝 合一 、 少弐 氏 退治 で の 自ら の 功績 を 述べ 、 それ に も 関わ ら ず 将軍 家 は 和泉 国 と 紀伊国 を 取り上げ よ う と し 、 また 先年 の 少弐 氏 と の 戦い で 討ち死に し た 弟 の 満弘 の 子 へ の 恩賞 が な い 不満 を 述べ る 。 絶海 中津 は 義弘 の 忠節 は 隠れ 無 きもの で あ り 、 世 の 噂 を 信じ る べ き で は な い 、 また 満弘 の 子 へ の 恩賞 が な い の は 上洛 し な い ため に 行賞 でき な い から だ と 重ね て 上洛 を 促 し た 。 これ に 対 し て 、 義弘 は 政道 を 諌め る ため 関東 ( 関東 公方 足利満兼 ) と 同心 し て お り 、 ここ で 上洛 すれ ば 約束 を 違え る 事 に な る 、 来月 2 日 に 関東 と とも に 上洛 する と 言い放 っ た 。 事実 上 の 宣戦 布告 で あ る 。 絶海 中津 は 説得 を 諦め て 帰京 する 。 絶海 中津 から の 報告 を 受け た 義満 は 義弘 討伐 を 命 じ た 。 ただちに 細川 頼元 、 京極 高 詮 、 赤松 義則 の 先発 隊 6000 余 騎 が 淀 から 和泉 国 へ 発向 する 。 11 月 8 日 、 義満 は 馬廻 2000 余 騎 を 率い て 東寺 に 陣 を 構え た 。 11 月 14 日 、 義満 は 八幡 まで 進 み 、 管領 畠山 基国 と 前管 領 斯波 義将 が 率い る 主力 3 万 騎 が 和泉 国 へ 発向 し た 。 義弘 は 評定 を 開 き 作戦 を 談 じ た 。 弟 の 弘茂 は 城 を 構え て 和泉 国 、 紀伊国 に 割拠 し て 持ちこたえ る 策 を 提案 。 杉 豊後 入道 は 機制 を 制 し て 舟 で 尼崎 市 に 上陸 し て 八幡 の 陣 を 突き 決戦 する こと を 主張 し た 。 かねて から 謀反 を 諌め て い た 平井 備前 入道 は 出戦 は 無益 で あ る と し 篭城 策 を 説 い た 。 義弘 は 篭城 策 を 採 っ た 。 義弘 は 材木 を 集め 、 井楼 48 と 矢倉 1000 余 を 建て て 堺 に 方 18 町 の 強固 な 城 を 築 き 、 「 たとえ 百 万 騎 の 軍勢 で も 破 る こと は でき な い 」 と 豪語 し た 。 一方 で 、 義弘 は 討死 を 覚悟 し て 、 かねて 帰依 し て い た 僧 を 招き 自ら の 葬儀 を 執り行 っ た 。 また 、 周防 国 に 残 し た 母 に 形見 と 遺言 を 送 り 、 弟 の 大内 盛見 に は 分国 を 固 く 守 る よう 申し送 っ た 。 義弘 に 従 う 者 たち も みな 討死 を 覚悟 し た 。 城攻め 幕府 軍 3 万 余騎 は 堺 を 包囲 し 、 海上 は 四国 ・ 淡路 島 の 海賊 100 余 艘 が 封鎖 し た 。 義弘 は 森口 城 で 戦 っ て い た 杉 九郎 と 鴨山 に 配備 し た 杉備 中守 を 立退 か せ て 堺 に 兵力 を 集中 さ せ た 。 義弘 の 軍勢 は 5000 余 騎 。 11 月 29 日 、 幕府 軍 が 一斉 に 鬨 の 声 を あげ て 総 攻撃 を 開始 し た 。 大内勢 は これ に 応 じ て 、 矢倉 から さんざん に 射 まく っ た 。 管領 畠山 基国 の 軍勢 2000 余 騎 が 北側 の 一 の 木戸 、 二 の 木戸 を 打ち破 り 、 三 の 木戸 まで 攻め寄せ 700 人 余 が 死傷 する 激戦 を 展開 する 。 畠山勢 に 代 っ て 山名 時 熈 の 軍勢 500 余 騎 が 攻め寄せ 、 城内 から は 杉 豊 後 ら 500 余 騎 が 出撃 し て 戦 う 。 義弘 も 200 余 騎 を 率い て これ に 合力 する 。 伊勢 国 国司 の 北畠 俊康 の 軍勢 300 余 騎 が 山名勢 に 加勢 、 子息 の 少将 が 討死 する 程 激し く 戦 っ た 。 細川 氏 、 赤松 氏 の 5000 余 騎 は 南側 から 、 六角 氏 、 京極 氏 は 東側 から 攻め寄せ る 。 戦い は 夜 まで 続 き 、 無数 の 死傷 者 が 出 た 。 反義満 派 の 蜂起 その 頃 、 義弘 に 同心 し た 土岐 詮直 が 挙兵 し て 尾張国 へ 討ち 入 り 、 美濃 国 へ 侵攻 し た 。 美濃 守護 の 土岐 頼益 は 大内 攻め の 陣 に い た が 、 直ちに 美濃 へ 引きかえ し て 詮直 を 打ち破 る 。 山名 氏 清 の 嫡男 時清 も 義弘 に 同心 し て 丹波 国 へ 討ち 入 り 、 京都 市 へ 侵入 し て 火 を 放 ち 、 300 余 騎 で 八幡 の 幕府 軍 本陣 を 目指 し て 突入 し た 。 時清 の 軍勢 は 幕府 軍 の 陣 を 次々 に 打ち破 る が 力 尽き て 退却 し た 。 京極 秀満 は 近江 国 で 挙兵 し て 、 京 へ の 侵攻 を 図 っ た 。 園城 寺 の 衆徒 500 人 が 勢多 で 勢多橋 を 焼 い て これ を 待ち受け る 。 秀満 は やむな く 森山 に 陣 を 構え て 対峙 し た 。 大内 攻め に 加わ っ て い た 京極 勢 1000 余 騎 が 引き返 し て 森山 へ 迫 る と 、 秀満 は 土岐 詮直 と 合流 す べ く 美濃 国 へ 向か う が 途中 で 土一 揆 の 蜂起 に 遭 っ て 潰走 、 秀満 は 主従 2 騎 で 落ち て 行方 知れ ず に な っ た 。 なお 、 秀満 の 官職 が 金吾 ( 左衛門 尉 ) で あ っ た こと から 、 この 挙兵 だけ を 指 し て 金吾 騒動 ( きんご そうどう ) と も 称 する 。 関東 公方 足利満兼 は 1 万 騎 余 を 率い て 武蔵 国府 中 市 ( 東京 都 ) 高安 寺 まで 進 ん だ が 、 関東 管領 上杉 憲定 に 諌め られ て 兵 を 止め た 。 落城 堺 で は 幕府 軍 の 総 攻撃 を 撃退 し た 大内勢 が 意気 を 揚げ て い た 。 幕府 軍 は 火攻め を 計画 し て 左義長 ( 爆竹 ) を 用意 し 、 道 を 整え た 上 で 、 12 月 21 日 早朝 に 総 攻撃 を 開始 し た 。 幕府 軍 は 強風 に 乗 じ て 城中 に 火 を 放 ち 、 矢倉 を 倒 し て 激し く 攻め寄せ た 。 杉備 中守 は 今日 が 最後 の 戦い に な る と 覚悟 し 、 山名 満 氏 の 陣 に 突撃 し て 見事 な 討死 を 遂げ た 。 これ を 見 て い た 義弘 は 項羽 の 討死 の 故事 を 引 き 、 自分 も 後代 に 残 る よう な 最後 を 遂げ る と 決意 する 。 義弘 は 幕府 軍 の 北側 の 陣 へ 斬り込み 日本 刀 を 振る って 奮戦 。 管領 畠山 基国 の 嫡子 畠山 満家 の 軍勢 200 騎 が これ に 挑 む が 、 義弘 は よ き 敵 で あ る と 僅 か 30 騎 で さんざん に 戦 っ た 。 その 時 、 石見 国 の 住人 200 騎 が 幕府 軍 に 内応 し て しま う 。 激怒 し た 義弘 は 石見勢 に 攻め かか り 、 恐怖 し た 石見 勢 は 逃げ 散 っ た 。 義弘 は なお も 満家 を 討ち取 ろ う と 戦 い 続け 、 幕府 軍 は これ を 取り囲 ん で 攻め立て た 。 義弘 の 手勢 は 次第 に 数 を 減ら し 森 民 部 丞 ひとり に な っ て しま っ た 。 森 民部 丞 は 義弘 を 守 っ て 敵陣 に 斬り込 み 奮戦 し て 討死 し た 。 一人 に な っ た 義弘 は 満家 を 目がけ て 戦 い 続け る が 、 取り囲 ま れ 遂 に 力 尽き て 「 天下 無双 の 名将 大内 義弘 入道 で あ る 。 討ち取 っ て 将軍 の 御 目 に かけよ 」 と 大音声 を 発 し て 、 討ち取 ら れ た 。 南側 を 固め て い た 杉 豊 後 守 は 義弘 の 死 を 知ら さ れ て 敵陣 に 切り込 ん で 討死 。 東側 を 固め て い た 弘茂 は 今川 勢 、 一色 勢 を 相手 に 戦 っ て い た が 、 手勢 も 討ち 減ら さ れ 、 最早 これ まで と 自害 し よ う と し た 。 平井 備前 入道 が 押し止め て 降伏 を 勧め 、 弘茂 も これ に 従 っ た 。 その 他 の 大内勢 も 落ち 延び る か 自害 し て 、 堺 は 落城 し た 。 関東 公方 足利満兼 は 武蔵 国 府 中 から 上野 国 足利 荘 ( 栃木 県 足利 市 ) まで 進軍 する が 、 義弘 敗死 の 報 を 聞 い て 鎌倉 へ 引き返 し た 。 戦後 応永 7 年 ( 1400 年 ) 3 月 、 関東 公方 足利満兼 は 伊豆 国 三嶋 大社 に 願文 を 奉献 し 、 「 小量 を も っ て 」 幕府 に 二心 を 起こ し た こと を 謝罪 し た 。 足利満兼 を 謀叛 に 誘 っ た 今川 了俊 は 幕府 から 討伐 の 命 を 受け た ため に 上洛 し て 謝罪 し 、 助命 さ れ た 。 以後 は 政治 活動 は 起こ さ ず 、 和歌 、 連歌 に 没頭 する こと に な る 。 義満 は 大内 氏 の 分国 和泉 ・ 紀伊 ・ 石見 ・ 豊前 を 没収 。 周防 ・ 長門 のみ を 降参 し た 弘茂 に 与え た 。 しかし 、 周防 ・ 長門 の 本拠 を 守 っ て い た 盛見 は これ に 従 わ ず に 抵抗 。 弘茂 は 幕府 の 援軍 と とも に 盛見 を 攻め て これ を 追 う が 、 応永 8 年 ( 140 1 年 ) に 九州 で 盛見 は 再挙 し 、 数度 の 合戦 の 後 、 弘茂 は 佐加 利 山城 ( 下関 市 長府 ) で 滅ぼ さ れ た 。 盛見 は 更 に 安芸 国 、 石見 国 まで 勢力 を 伸ば す 。 幕府 も これ を 認め ざる え な く な り 応永 12 年 ( 140 5 年 ) 頃 に 盛見 に 周防 ・ 長門 の 守護 職 を 与え 、 更に 豊前 ・ 筑前 の 守護 まで 加え て ようやく 帰順 さ せ た 。 こう し て 、 いったん は 没落 しかけ た 大内 氏 は 再び 勢力 を 盛り返 す こと に な っ た 。 応永 記 この 乱 の 内容 は 『 応永 記 』 に 記 さ れ て い る 。 +両統迭立 ( りょう とう てつりつ ) と は 、 一 国 の 君主 の 家系 が 2 つ に 分裂 し 、 それぞれ の 家系 から 交互 に 国王 を 即位 さ せ て い る 状態 を い う 。 日本 で は 、 鎌倉 時代 に 天皇 家 ( 当時 の 呼称 で は 「 王家 」 ) が 2 つ の 家系 に 分裂 し 、 治天 と 天皇 の 継承 が 両統 迭立 の 状態 に あ っ た こと が 最も 著名 で あ る 。 鎌倉 時代 の 両統迭 立 この 時代 の 両統 迭立 は 、 後嵯峨 天皇 の 第 3 皇子 後 深草 天皇 の 子孫 で あ る 持明 院 統 と 、 第 4 皇子 亀山 天皇 の 子孫 で あ る 大覚 寺 統 と の あいだ で 行 わ れ た 。 端緒 仁治 3 年 ( 1242 年 ) に 即位 し た 後 嵯峨 は 、 寛元 4 年 ( 1246 年 ) に 皇太子 久仁 ( 後深草 、 4 歳 ) に 譲位 し て 院政 を 開始 し た あと 、 後深草 に 皇子 が 生まれ る の を 待 た ず 、 正嘉 2 年 ( 1258 年 ) に 後深草 ( 16 歳 ) の 同母 弟 恒仁 ( 亀山 、 10 歳 ) を 皇太子 と し 、 さらに 翌 正元 ( 日本 ) 元年 ( 1259 年 ) に は 後深草 から 恒仁 に 譲位 さ せ た 。 後 深草 に は その 後 皇子 が 生まれ た が 、 文永 5 年 ( 1268 年 ) 、 後嵯峨 は 、 後深草 の 嫡男 ( 第 2 皇子 ) 煕仁 ( 4 歳 ) を さし お い て 亀山 の 嫡男 ( 第 2 皇子 ) 世仁 ( 2 歳 ) を 皇太子 と し た 。 この 一連 の 措置 から 、 後嵯峨 が 亀山 を 自ら の 後継 者 と し その 子孫 に 皇統 を 伝え る 意図 を 持 っ て い た こと は 容易 に 推測 でき る が 、 後嵯峨 は その 意図 を 明確 に せ ず に 文永 9 年 ( 1272 年 ) に 死去 し た ( 53 歳 ) 。 遺言 状 も 財産 の 分与 を こまごま と 定め る のみ で 後継 者 を 指名 する 文言 は な く 、 ただ 次代 の 治天 の 指名 は 鎌倉 幕府 の 意向 に 従 う よう に と い う 遺志 だけ が 示 さ れ た 。 後 深草 と 亀山 は それぞれ 次代 の 治天 と な る こと を 望 ん で 争 い 、 裁定 は 幕府 に 持ち込 ま れ た 。 幕府 は 、 後嵯峨 の 正妻 で あ り 後深草 と 亀山 の 生母 で も あ る 大宮 院 に 故人 の 真意 が どちら に あ っ た か を 照会 し 、 大宮 院 が 亀山 の 名 を 挙げ た こと から 亀山 を 治天 に 指名 し た 。 後 嵯峨 が この よう な 曖昧 な 態度 を と っ た の は 、 自身 が 幕府 の 介入 に よ っ て 傍系 から 予想 外 の 即位 を し た 経験 を 踏まえ 、 後継 者 を 指名 し て も 幕府 の 意 に かな わ な けれ ば 簡単 に 覆 さ れ て しま う こと を よく 知 っ て い た ため で あ る 。 亀山 は しばらく 在位 の まま 政務 を 執 り 、 文永 11 年 ( 1274 年 ) に は 皇太子 世仁 ( 8 歳 、 後宇多 天皇 ) に 譲位 し た 。 一方 、 兄 で あ り ながら 治天 の 地位 を 逃 し た 後 深草 は 不満 を 募 ら せ 、 後宇多 が 即位 する と 抗議 の ため 太上 天皇 の 待遇 を 辞退 し て 出家 し よ う と し た 。 後 嵯峨 は 、 膨大 な 王家領 荘園 群 の うち 、 全国 100 ヶ所 以上 の 荘園 から 構成 さ れ る 大 荘園 群長 講堂 領 を 後深草 が 相続 でき る よう とりはから っ て い た が 、 それ だけ で は 後深草 の 不満 は 収ま ら な かっ た の で あ る 。 のち に 長講 堂 領 は 持明 院 統 の 重要 な 財政 基盤 と な る 。 亀山 も 対抗 措置 と し て やはり 200 ヶ所 に のぼ る 大 荘園 群 八 条院 領 を のち に 手 に 入れ 、 こちら は 大覚 寺 統 の 主要 な 財政 基盤 と な っ た 。 2 つ の 皇統 は 、 この のち 、 治天 ・ 天皇 ・ 皇太子 の 地位 だけ で な く 、 女院 など の 皇族 たち が 分散 し て 管理 する 王家領 荘園 群 の 熾烈 な 争奪 戦 も 演じ る こと に な り 、 王家 は 政治 的 に だけ で は な く 経済 的 に も 分裂 状況 に 陥 る こと に な る 。 後 深草 の 不満 を 受け て 幕府 が 介入 し 、 建治 元年 ( 1275 年 ) に 煕仁 ( 11 歳 ) を 皇太子 に 指名 、 将来 、 後深草 が 治天 と な る こと を 保証 し た 。 この 介入 は 、 執権 北条 時 宗 が 後深草 の 立場 に 同情 し た ため と い う 説明 が 当時 から な さ れ て い る ( 『 増鏡 』 ) ほか 、 得宗 と 治天 の 交渉 を 仲介 する 立場 に あ る 関東 申次 西園寺 実兼 が 亀山 父子 より も 後深草 父子 と 親し かっ た ため 、 後深草 に と っ て 有利 な 解決 を はか っ た こと も 指摘 さ れ て い る 。 この 時点 で すでに 幕府 は 摂関家 が 分裂 し た の と 同様 に 王家 を も 分裂 さ せ る 意図 を 持 っ て い た と も 言 わ れ る ( 本郷 和人 ) が 、 史料 が な く 真相 は 不明 で あ る 。 鎌倉 時代 に は 、 公家 社会 一般 で 分家 を 次々 に 創出 さ せ る 傾向 が 見 られ た こと に も 留意 する 必要 が あ る 。 いずれ に し て も 、 建治 元年 の 幕府 の 介入 に よ っ て 、 後深草 と 亀山 の 両人 が 等し く 皇位 を 子孫 に 伝え 自ら は 治天 と な る 資格 を 有 する こと が 確定 し 、 これ が 以後 200 年 に 及 ぶ 王家 分裂 の 端緒 と な っ た 。 定着 亀山 は 、 朝廷 の 訴訟 処理 機構 の 整備 を 進め 、 また 公家 社会 の 身分 秩序 を 律 する 「 弘安 礼節 ( 弘安 書 札 礼 ) 」 を 制定 する など 、 意欲 的 に 政務 に 取り組 ん だ 。 この 時期 を 「 弘安 の 徳政 」 と も 呼 ぶ 。 同じ ころ 幕府 で も 安達 泰盛 が 主導 する 徳政 が 行 わ れ て お り 、 亀山 と 泰盛 と の あいだ に は 文化 交流 など 個人 的 な つながり も あ る こと から 、 公武 両 徳政 に は 密接 な 連関 が あ る もの と 考え られ て い る 。 しかし 、 弘安 8 年 ( 1285 年 ) に 泰盛 と その 与党 が 平頼綱 ら の クーデタ ( 霜月 騒動 ) に よ り 殺害 ・ 追放 さ れ て 幕府 の 政策 が 転換 する と 、 その 影響 が 朝廷 に も 及 び 、 亀山 院 政 は 動揺 し た 。 この ころ 後 深草 も 後嵯峨 は 亀山 を 後継 者 に 指名 し て は い な い 旨 を 幕府 に 申し入れ る など の 工作 を 行 っ て い る 。 亀山 が 倒幕 を 考え て い る 、 と い う 噂 が 立 つ など の 政情 不安 の なか 、 結局 、 弘安 10 年 ( 1287 年 ) に な っ て 幕府 は 治天 ・ 天皇 の 交替 を 要求 し 、 皇太子 煕仁 ( 23 歳 、 伏見 天皇 ) が 践祚 し て 後深草 に よ る 院政 が 開始 さ れ た 。 正応 2 年 ( 1289 年 ) に は これ も 幕府 の 指名 に よ り 伏見 の 第 1 皇子 胤仁 ( 2 歳 ) が 皇太子 に 立て られ 、 さらに 同年 後 深草 の 皇子 久明 親王 が 鎌倉 殿 と し て 幕府 に 迎え られ た 。 後 深草 は これ を 見届け る と 正応 3 年 ( 1290 年 ) に 出家 ( 48 歳 ) し 、 治天 の 政務 も 伏見 に 譲 っ て 引退 し た 。 この 時点 で は 、 まだ 両統 迭立 が 完全 に は 定着 し て お ら ず 、 貴族 たち も いずれ か 一方 の 皇統 に のみ 仕え て 派閥 を 形成 する と い う こと は な かっ た ため 、 それ まで 大覚 寺 統 の 治天 に 仕え て い た 貴族 たち は その まま 持明 院 統 の 治天 に 仕え る こと に な り 、 大覚 寺 統 は 一気 に 勢力 を 失 っ た 。 亀山 は 失意 の うち に 正応 2 年 に 出家 ( 41 歳 ) し 、 翌正応 3 年 に 霜月 騒動 で 所領 を 失 っ た 武士 浅原 為頼 ら が 内裏 に 乱入 し 伏見 を 殺害 し よ う と する 事件 が 起き る と 関与 を 疑 わ れ 、 起請 文 を 幕府 に 提出 し て 身 の 潔白 を 主張 し な けれ ば な ら な かっ た 。 治天 と な っ た 伏見 は 、 亀山 の 時代 に 整備 さ れ た 訴訟 処理 機構 を さらに 拡充 し 、 家柄 に とらわれ な い 人材 登用 を 積極 的 に めざ す など 、 政務 の 振興 に 努力 し た 。 伏見 が 抜擢 し た 人物 と し て もっとも 著名 な の は 京極 為 兼 で あ る 。 為兼 は 伏見 の 信任 を 背景 に 二条 派 と 並 ぶ 歌壇 の 一方 の 指導 者 と な っ た だけ で な く 、 政務 に も 深 く 関与 し た 。 ただ 、 為兼 の 強烈 な 個性 は 多く の 敵 を つく り 、 伏見 の 積極 的 な 政治 姿勢 と も 相 ま っ て 、 西園 寺 実兼 と の 対立 や 幕府 の 警戒 を 呼 ぶ 結果 と な っ た 。 伏見 は 永仁 6 年 ( 1298 年 ) に 皇太子 胤仁 ( 10 歳 、 後伏見 天皇 ) に 譲位 し た が 、 次 の 皇太子 の 人選 を めぐ っ て 大覚 寺 統 の 巻き返し が 起こ り 、 実兼 も これ に 加担 し た 。 結局 、 皇太子 に は 後宇多 の 第 1 皇子 邦治 ( 14 歳 ) が 指名 さ れ た 。 伏見 は 引き続 き 政務 を 執 っ た が 政権 は 安定 せ ず 、 正安 3 年 ( 130 1 年 ) 、 幕府 は 治天 ・ 天皇 の 交替 を 要求 し 、 皇太子 邦治 ( 17 歳 、 後二 条 天皇 ) が 践祚 し て 後宇多 に よ る 院政 が 開始 さ れ た 。 両統迭立 が 鎌倉 幕府 ( 最高 権力 者 は 得宗 北条 貞時 ) の 公式 な 方針 と し て 表明 さ れ た の は 、 この 交替 の とき が 最初 で あ る 。 以後 滅亡 まで 幕府 は この 方針 を 堅持 し た 。 王家 の 分裂 を 固定 化 する 意図 に よ る もの と する 説 と 、 皇位 継承 を 王家 の 自律 に 任せ 直接 的 な 関与 を 避け る 意図 に よ る もの と する 説と が 対立 し て い る 。 両統迭立 の 定着 に ともな い 、 一方 の 皇統 に 専属 的 に 仕え る 貴族 が 出現 し はじめ 、 また 治天 の 側 も 貴族 たち に それ を 求め た 。 王家 の 分裂 が 公家 社会 全体 の 分裂 へ と 発展 し て ゆ く こと に な っ た 一方 、 貴族 たち の 治天 へ の 従属 は 深ま っ た 。 また 、 政務 の 交替 と とも に 朝廷 の 高官 ・ 要職 が 一斉 に 入れ換え られ 、 一方 の 皇統 の 治天 が 下 し た 訴訟 の 判決 が 他方 の 皇統 の 治天 に よ っ て 安易 に 覆 さ れ る など の 混乱 も 生 じ 、 朝廷 の 権威 の 低下 を 招 い た 。 両統迭立 の 方針 に 基づ き 、 次 の 皇太子 は 持明 院 統 から 出 す こと と さ れ た 。 13 歳 の 後伏見 に は まだ 皇子 が な く 、 伏見 の 第 4 皇子 富仁 ( 5 歳 ) が 皇太子 と な っ た 。 2 つ に 分裂 し た 王家 が さらに 分裂 する 可能 性 が 生 じ 、 伏見 は 持明 院 統 の 分裂 を 防止 する ため 富仁 を 後伏見 の 猶子 と する 措置 を と っ て い る 。 大覚 寺 統 で は 、 すでに 後二 条 に は 正安 2 年 ( 130 0 年 ) に 第 1 皇子 邦良 親王 が 生まれ て 将来 の 皇位 継承 が 予定 さ れ て い た に も かかわ ら ず 、 亀山 が 乾元 ( 日本 ) 2 年 ( 130 3 年 ) に 生まれ た 自分 の 皇子 恒明 親王 を 偏愛 する あまり 、 邦良 に 代え て 恒明 を 皇位 に つけ る こと を 後宇多 と 伏見 に 約束 さ せ て 、 さらなる 皇統 分裂 の 種 を 蒔 い た 。 嘉元 2 年 ( 130 4 年 ) に 後深草 が 62 歳 で 死去 、 翌嘉元 3 年 ( 130 5 年 ) に は 亀山 が 57 歳 で 死去 し 、 両統 迭立 は 第 2 世代 の 時代 に 入 っ た 。 後 宇多 も やはり 政務 に 精励 する こと で 自己 の 皇統 の 正統 性 を 補強 し よ う と 努力 し て い る 。 また 、 真言 密教 に 傾倒 し て 、 徳治 2 年 ( 1307 年 ) に は 出家 し て い る ( 41 歳 ) 。 これ も 個人 的 な 信仰 だけ で な く 、 宗教 的 権威 に よ り 皇統 の 正統 性 を 強化 する 意図 を 含 む もの で あ る 。 しかし 、 徳治 3 年 ( 130 8 年 ) に 後二条 ( 24 歳 ) が 急死 し て 皇太子 富仁 ( 12 歳 、 花園 天皇 ) が 践祚 し 、 伏見 に よ る 院政 が 再開 さ れ た 。 大覚 寺 統 から 皇太子 が 選 ば れ る こと に な っ た が 、 後宇多 は 、 皇太子 と し て 嫡孫 邦良 ( 9 歳 ) で は な く 第 2 皇子 尊治 ( 21 歳 ) を 選 ん だ 。 邦良 の 幼少 と 病弱 を 考慮 し 、 また 恒明 を 皇太子 と する こと を 要求 する 勢力 を 抑え る ため の 措置 だっ た が 、 結局 これ も 問題 を さらに 複雑 な もの に し た 。 なお 、 伏見 も 正和 2 年 ( 1313 年 ) に 出家 し 、 治天 の 政務 を 後伏見 に 譲 っ て い る 。 両統迭立 の 定着 に よ り 、 両統 と も 時期 を 待 て ば いずれ 政務 を 執 る こと が でき る よう に な る と 、 今度 は 両統 と も その 時期 を なるべく 早め よ う と する 。 それ は 、 具体 的 に は もっぱら 鎌倉 幕府 へ 特使 を 派遣 し て 現在 の 天皇 を 譲位 さ せ る よう に 請願 する かたち で 行 わ れ た 。 特に この ころ 、 伏見 は 第 1 次 の 院 政 期 から 引き続 い て 幕府 から 警戒 さ れ て お り 、 かつて の 亀山 の よう に 倒幕 を 考え て い る と い う 噂 も 立 つ ほど で 、 正和 5 年 ( 1316 年 ) に は 、 伏見 は 幕府 に 告文 を 提出 し て 潔白 を 訴え て い る 。 当然 、 治天 ・ 天皇 の 交替 を 求め る 大覚 寺 統 から の 圧力 は 増大 し た 。 対応 に 苦し ん だ 幕府 は 、 文保 元年 ( 1317 年 ) 、 次回 の 皇位 継承 に つ い て は 両統 の 協議 に よ り 決定 し 、 特使 の 派遣 は やめ る よう に 指示 し た 。 協議 の 場 で 後宇多 は 花園 が 皇太子 尊治 に 譲位 する こと 、 次 の 皇太子 に は 邦良 を 立て る こと を 求め た 。 伏見 は 花園 の 譲位 は 受け入れ た が 、 皇太子 に は 後伏見 の 第 1 皇子 量 仁 ( 5 歳 ) を 立て る こと を 求め た 。 協議 は い ったん 決裂 し た が 、 同年 伏見 が 53 歳 で 死去 する と 両統 の 力 関係 が 変わ る 。 後 宇多 は 再び 花園 の 譲位 を 要求 し 、 後伏見 は これ を 拒 む こと が でき ず 、 翌文保 2 年 ( 1318 年 ) に は 尊治 ( 31 歳 、 後醍醐 天皇 ) が 践祚 し 、 邦良 ( 19 歳 ) が 皇太子 と な っ た 。 交換 条件 と し て 、 後宇多 は 邦良 の 次 の 皇太子 に は 量仁 を 立て る こと を 後伏見 に 約束 し て い る 。 両統迭立 は 、 すでに 当然 の こと と し て 定着 し て い た 。 後 醍醐 の 践祚 と とも に 後宇多 の 院政 が 再開 さ れ た が 、 後宇多 は 大覚 寺 門跡 を 創設 し て 自ら 門主 と な る など 密教 へ の 傾倒 を さらに 深め 、 また 年齢 と とも に 体調 を 崩 し て しだい に 政務 に 倦 み 、 元亨 元年 ( 1321 年 ) に は 治天 の 政務 を 後醍醐 に 譲 り 、 元亨 4 年 ( 1324 年 ) に は 58 歳 で 死去 し た 。 両統迭立 は 第 3 世代 の 時代 を 迎え る 。 解消 後 宇多 は 、 あくまで も 邦良 を 自分 の 正統 な 後継 者 と 考え て お り 、 後醍醐 の 即位 は 邦良 が 成人 する まで の “ 中継ぎ ” で しか な かっ た 。 後 宇多 が 記 し た 大覚 寺 統 の 所領 処分 目録 に は 、 後醍醐 の 子孫 は 皇位 継承 権 を 持 た な い こと 、 後醍醐 は 邦良 を 自分 の 実子 と 思 っ て 待遇 する こと など が 記 さ れ 、 その こと は 関係 者 に も 周知 さ れ た 。 当時 の 持明 院 統 の 関係 者 が 残 し た メモ に は 、 後醍醐 の 地位 が 「 一代 主 」 と 表現 さ れ て い る 。 後 醍醐 は 、 天皇 と し て の 権威 を 十 全 に 主張 でき な い 立場 に あ っ た 。 持明院 統 に おけ る 花園 も 同様 に “ 中継ぎ ” の 立場 に あ っ た が 、 伏見 の 意向 で 、 花園 は 兄 後 伏見 の 猶子 と し て 持明 院 統 の 「 嫡嗣 」 と 呼 ば れ 、 さらに 後伏見 の 子息 量 仁 が 花園 の 猶子 と さ れ て 、 花園 を 持明 院 統 の 嫡流 に 組み込 む 、 いわば “ 顔 を 立て る ” 配慮 が な さ れ て い た 。 その 温厚 な 人柄 も あ っ て 、 花園 は 自ら の 置 か れ た 立場 を 従順 に 受け入れ 、 むしろ 量仁 の 養育 に 力 を 注 い だ 。 しかし 、 後醍醐 は 自ら の 立場 に 強 い 不満 を いだ き 、 激し く 反発 し た 。 元亨 元年 に 後 宇多 が 後醍醐 に 治天 の 政務 を 譲 っ た の は 、 後醍醐 の 強要 に よ る もの で は な い か と 推測 する 研究 者 ( 網野 善彦 、 森茂 暁 ) も い る ほど で あ る 。 この よう な 後醍醐 の 感情 は 、 政務 を 掌握 し て から の きわめて 精力 的 な 政策 展開 に も 表現 さ れ て い る 。 これ まで 歴代 の 治天 が 進め て き た 訴訟 処理 機構 の 整備 や 迅速 な 訴訟 処理 、 有為 な 人材 の 登用 など は 当然 で あ る が 、 後醍醐 は 、 沽酒 法 ( 米価 ・ 酒価 公定 令 ) 、 洛中 へ の 地口 銭 賦課 など の 経済 政策 に も 取り組 み 、 さらに は 洛中 酒 鑪 役賦 課令 、 神人 公事 停止 令 、 関所 停止 令 など を 発 し て 、 それ まで 治天 の 権限 の 及 ば な かっ た 領域 へ も 積極 的 に 手 を 伸ば し て 朝廷 自体 の 権力 基盤 の 拡大 を も 目指 し た 。 しかし 、 この よう な 新 政策 は 、 当然 、 既得 権 を 侵害 さ れ る 貴族 ・ 大寺 社 の 抵抗 や 全国 統一 政権 と し て の 性格 を 強め つつ あ っ た 幕府 の 規制 を 受け て 充分 な 成果 を 挙げ る こと は でき な かっ た 。 また 、 後醍醐 は 朝廷 内部 で 孤立 し て お り 、 手足 と な っ て 働 く 人材 が 不足 し て い た 。 後嵯峨 院 政 以来 整備 さ れ て き た 朝廷 の 訴訟 処理 機構 で 伝奏 や 奉行 など の 役職 に 就 き 実務 を 担 う 家柄 ( 名家 の 家柄 ) を 確立 さ せ て き た 貴族 たち は 、 すでに いずれ か の 皇統 に 組織 さ れ て それぞれ 主従 関係 を 結 ん で い た 。 持明院 統 に 仕え る 貴族 たち が 後 醍醐 に 協力 し な かっ た の は もちろん 、 大覚 寺 統 に 仕え る 貴族 たち も 多く は 「 一代 主 」 で しか な い 後醍醐 より も 嫡流 の 邦良 に 仕え る こと を 選 ん だ 。 後 醍醐 に 仕え た の は 、 学問 や 芸能 、 信仰 など を 通 じ て 後醍醐 と 個人 的 な つながり の あ っ た 者 や 、 新た に 名家 の 家柄 へ の 上昇 を 目指 す 低 い 家格 の 家系 の 出身 者 が 中心 だっ た 。 「 一代 主 」 の 立場 を 甘受 する こと も でき ず 、 自ら が 理想 と する 政策 を 充分 に 実現 する こと も でき な かっ た 後 醍醐 は 、 唯一 の 突破口 と し て 武力 に よ り 既存 の 政治 秩序 を 根 こそ ぎ 破壊 する 道 を 選 ぶ こと に な る 。 当時 、 相続 に 関 し て 父母 の 遺言 は 絶対 的 な 効力 を 持 っ て お り 、 幕府 や 朝廷 の 法廷 で も 容易 に それ を 覆 す こと は でき な かっ た ほど で あ る 。 後 宇多 の 定め た 皇位 継承 プラン を 尋常 の 手段 で 変更 する こと は 難し かっ た 。 まし て 、 両統 迭立 が 幕府 の 方針 と し て 明確 に さ れ て い る 以上 、 後醍醐 の 攻撃 対象 に 幕府 も 含 ま れ る こと に な る の は 必然 的 だっ た と 言え る 。 後 醍醐 の 第 1 次 の 武力 倒幕 計画 が 発覚 し た の は 、 元亨 4 年 9 月 の こと だっ た 。 後 宇多 の 死去 が 同年 6 月 で あ る から 、 まるで 父 の 死 を 待 っ て い た か の よう な タイミング で あ る 。 この 年 は 12 月 に 正中 ( 日本 ) と 改元 さ れ た の で 、 これ を 正中 の 変 と 呼 ぶ 。 計画 は 事前 に 幕府 に 漏れ 、 参画 し た 者 は あ る 者 は 殺害 さ れ 、 ある 者 は 逮捕 さ れ た が 、 結局 、 朝廷 関係 者 で は 、 後醍醐 の 側近 日野 資朝 が 佐渡 に 配流 さ れ た だけ で 後醍醐 は 罪 を 問 わ れ な かっ た 。 後 醍醐 と 不和 に な っ て い た 邦良 は 、 正中 の 変 以後 、 後醍醐 を 早期 に 譲位 さ せ る よう たびたび 幕府 に 請願 し て い た が 、 正中 4 年 ( 1326 年 ) に 急死 し て しま う ( 27 歳 ) 。 持明院 統 の 嫡子 量 仁 の ほか 、 後二 条 の 死後 に 立太子 の 機会 を 逸 し た 恒明 、 邦良 の 同母 弟 邦 省 親王 、 後醍醐 の 第 1 皇子 尊良 親王 ら が 次 の 皇太子 の 座 を 争 い 、 最終 的 に は 幕府 の 裁定 で 量仁 ( 14 歳 ) が 皇太子 に 指名 さ れ た 。 邦良 も 幼 い 男子 を 遺 し て お り 、 彼 ら も 将来 は 後醍醐 の 強力 な ライバル と な り 得 る 立場 に あ っ て 、 後醍醐 の 「 一代 主 」 と し て の 立場 は 幕府 の 権威 の もと で ますます 明確 と な り 、 彼 の 倒幕 志向 も ますます 強ま る こと に な っ た 。 第 2 次 の 武力 倒幕 計画 も 元徳 3 年 ( 1331 年 ) に 事前 に 発覚 し た 。 今回 は 幕府 の 対応 は 強硬 だっ た 。 後 醍醐 は 予定 を 早め て 武装 蜂起 ( 元弘 の 変 ) に 踏み切 っ た が 、 幕府 は 関係 者 の 逮捕 に 着手 する と とも に 、 大軍 を 動員 し て 鎮圧 に 乗り出 し 、 後醍醐 も 逮捕 さ れ る こと を 避け て 京都 を 脱出 し 自ら 叛乱 軍 に 加わ っ た 。 京都 を 制圧 し た 幕府 は 、 本人 不在 の まま すぐ に 後醍醐 を 廃位 し 、 皇太子 量 仁 ( 19 歳 、 光厳 天皇 ) を 践祚 さ せ た 。 この 年 8 月 、 京都 脱出 の 直前 に 後醍醐 は 元弘 と 改元 し て い る が 、 幕府 は この 改元 も 認め ず 、 もと の 元徳 の 元号 を その まま 使用 さ せ た 。 ま も な く 後醍醐 は 捕虜 と な り 、 承久 の 乱 の 先例 に 従 っ て 謀 反 人 と し て 隠岐 に 配流 さ れ た 。 計画 に 参画 し た 皇子 たち や 貴族 たち も 死刑 を 含 む 厳罰 に 処 さ れ た 。 光厳 の 践祚 と とも に 後伏見 の 院政 が 再開 さ れ た 。 後伏見 が まず 着手 し た の は 次 の 皇太子 の 人選 で あ る 。 大覚 寺 統 は 邦良 の 早世 と 後醍醐 の 謀反 と で 壊滅 状態 に あ り 、 持明 院 統 が 皇位 を 独占 する こと も 不 可能 で は な かっ た が 、 後伏見 は 幕府 の 意向 も あ っ て 両統 迭立 の 原則 に あくまで 忠実 だっ た 。 邦良 の 未 亡人 で あ る 禖子 ( 後宇多 の 皇女 ) を 大覚 寺 統 の 家長 に 擬 し て 、 彼女 に 次期 皇太子 の 推薦 を 要請 し た の で あ る 。 禖子 は 、 後醍醐 の 冷遇 の もと で 12 歳 に な る まで 元服 も でき ず 、 正式 な 命名 も さ れ て い な かっ た 邦良 の 第 1 王子 を 推薦 し た 。 王子 は 持明 院 統 に よ り 康仁 親王 と 命名 さ れ 、 同時 に 親王 と さ れ た 。 禖子 も 大覚 寺 統 の 家長 に ふさわし く 女院 ( 崇明 門院 ) の 地位 を 与え られ て 上皇 に 准じ る 立場 に 就け られ た 。 崇明 門院 の 後見 の もと 、 康仁 が 皇太子 と な り 、 持明 院 統 の 支援 で 大覚 寺 統 は 再建 さ れ た の で あ る 。 元弘 の 変 が 失敗 に 終わ っ た あと も 、 幕府 の 追及 を 逃れ た 後 醍醐 の 皇子 護良 親王 、 楠木 正成 ら の ゲリラ 的 抵抗 運動 は 続 き 、 規模 的 に も 地域 的 に も 次第 に 純然 た る 叛乱 へ と 拡大 し て い っ た 。 正慶 2 年 ( 1333 年 ) に は 後醍醐 が 隠岐 を 脱出 し て 伯耆 に 滞在 し 、 自ら 叛乱 に 参加 する 態度 を 示 す と とも に 、 広 く 各地 の 武士 団 に 叛乱 へ の 参加 を 呼びかけ た 。 幕府 は 名越 高家 と 足利 尊 氏 を 総 大将 と する 大軍 を 動員 し て 近畿 地方 に 増派 し 、 叛乱 の 鎮圧 を はか っ た が 、 高家 は 京都 に 着 い て ま も な く 緒戦 で 戦死 し 、 尊氏 は 後醍醐 の 呼びかけ に 応 じ て 叛乱 軍 に 参加 し た 。 北条 氏 に 次 ぐ 家格 と 勢力 を 誇 る 有力 御 家人 で あ る 足利 氏 が 幕府 から 離反 し た 影響 は 甚大 で 、 叛乱 は 瞬 く 間 に 全国 に 波及 、 鎌倉 幕府 は 短時 日 で も ろ く も 崩壊 し て しま っ た 。 権力 の 空白 を 埋め た の は 、 まだ 伯耆 に い た 後 醍醐 で あ る 。 後 醍醐 は 、 京都 に 帰還 する より も 早 く 命令 を 発 し て 、 元弘 の 変 以後 の 朝廷 の 政治 的 行為 を すべて 取り消 し た 。 後伏見 の 政務 が 停止 さ れ 、 光厳 が 廃位 さ れ た の は 当然 で あ る が 、 後醍醐 は そもそも 元徳 3 年 に 自分 が 廃位 さ れ た 事実 自体 を 認め ず 、 隠岐 に 流 さ れ て い た 間 も 自分 は ずっと 天皇 に 在位 し て い た と い う 立場 を と り 、 従 っ て 光厳 の 即位 と 在位 も “ な かっ た こと ” に さ れ た 。 後 宇多 の 遺言 は なお 有効 で あ り 、 いったん 自ら の 退位 を 認め て し て しま え ば 、 治天 と し て 政務 を 執 る 資格 も 子孫 に 皇位 を 伝え る 資格 も 失 わ れ かね な い こと を 後醍醐 は よく 承知 し て い た の で あ る 。 光厳 に は いちおう 上皇 の 称号 と 待遇 が 与え られ た が 、 それ は 通例 の 前 天皇 に 対 する 優遇 措置 で は な く 、 あくまで も 皇太子 の 地位 を 辞退 し た こと に 対 する 褒賞 で あ る こと が 明示 さ れ た 。 光厳 から 将来 治天 と し て 政務 を 執 る 資格 を 奪 う 措置 で あ っ た 。 後伏見 は 前途 を 悲観 し て 出家 し て い る 。 康仁 も 皇太子 を 廃 さ れ 、 親王 の 称号 まで も 奪 わ れ た 。 正慶 2 年 の 年号 も 元弘 3 年 と 改め られ た 。 翌 元 弘 4 年 ( 1334 年 ) に は 後醍醐 の 皇子 恒良 親王 ( 12 歳 ) が 皇太子 に 立て られ 、 持明 院 統 の 皇統 と し て の 地位 は 完全 に 否定 さ れ 、 3 世代 、 50 年 以上 に わた っ た 両統 迭立 は ここ に 終焉 し た 。 後日 談 両統迭立 は 終わ っ て も 、 その 理念 は 、 なお しばらく 残存 し た 。 後 醍醐 の 新 政権 が 足利 尊 氏 の 離反 に よ り 建武 ( 日本 ) 3 年 ( 1336 年 ) に 崩壊 する と 、 尊 氏 の 奏請 に よ り 光厳 の 院政 が 開始 さ れ ( 後伏見 は この 年 49 歳 で 死去 し て い る ) 、 光厳 の 同母 弟 豊仁 ( 16 歳 、 光明 天皇 ) が 践祚 し た が 、 皇太子 に 立て られ た の は 、 廃太子 康仁 で も 、 光厳 の 第 1 皇子 興仁 ( 3 歳 ) で も な く 、 後醍醐 の 皇子 成良 親王 ( 12 歳 ) で あ っ た 。 後 醍醐 に は 正式 な 前 天皇 と し て の 上皇 の 称号 と 待遇 が 与え られ 、 これ で 後醍醐 に は 将来 治天 と し て 政務 を 執 る 可能 性 が 生じ る こと に な っ た 。 この よう な 措置 は 、 後醍醐 から 譲歩 を 引き出 し 、 自ら の 新 政権 に 協力 さ せ た い 尊 氏 の 意向 に よ る もの で あ っ た が 、 後醍醐 は いっさい の 妥協 を 拒 み 、 すぐ に 京都 を 脱出 し て 吉野 に 自ら の 朝廷 を 樹立 し た 。 王家 は 両統 迭立 の 時代 から 南北朝 並立 の 時代 へ はっきり と 転換 し た の で あ る 。 利用 価値 の なく な っ た 成良 は ま も な く 皇太子 を 廃 さ れ 、 建武 5 年 ( 1338 年 ) に は 興仁 ( 5 歳 、 のち の 崇光 天皇 ) が 皇太子 に 立て られ た 。 明徳 3 年 ( 1392 年 ) に 足利 義満 が まとめ た 南北朝 合一 に 際 し て も 、 両統 迭立 の 理念 が 再度 持ち出 さ れ た 。 合一 後 は 、 北朝 の 後 小松 天皇 の 子孫 と 南朝 の 後亀山 天皇 の 子孫 と の あいだ で 両統 迭立 を 行 う こと が 、 合一 の 条件 に 盛り込 ま れ た の で あ る 。 もっとも 、 当時 の 南北 両朝 の 力 関係 から 言 っ て 、 北朝 側 は もちろん 、 南朝 側 も 、 この 条件 が 遵守 さ れ る と は 考え て い な かっ た はず で あ り 、 実際 に も 遵守 さ れ な かっ た 。 しかし 、 この 条件 を 口実 と し て 、 旧 南朝 の 皇族 の 子孫 や 旧 南朝 に ゆかり の あ る 人々 に よ る 室町 幕府 に 対 する 抵抗 や 叛乱 が その 後 も 10 0 年 に わた っ て 相 次 い だ 。 これ ら の 運動 を 後南 朝 と い う 。 平安 時代 の 両統迭 立 平安 時代 に も 、 両統 迭立 の 状況 が 2 度 に わた っ て 発生 し て い る 。 嵯峨 流 と 淳和 流 の 迭立 平安 京 を 建設 し た 桓武 天皇 に は 、 多数 の 妻妾 と 多数 の 皇子女 が あ っ た が 、 なか で も 皇位 継承 に つ い て もっとも 有利 な 立場 に あ る と みな さ れ て い た の は 、 安殿 、 神野 、 大伴 の 3 人 の 皇子 で あ っ た 。 彼 ら は いずれ も 皇后 もしくは それ に 準じ る 待遇 を 受け た 藤原 氏 藤原 式 家 出身 の 女性 を 母 と し 、 さらに 桓武 の 意向 で 異母 姉妹 に あた る 内親王 を 妻 と し て い た ( 安殿 は 朝原 内 親王 と 大宅 内 親王 の 2人 、 神野 は 高津 内 親王 、 大伴 は 高志内 親王 ) 。 3 人 の 皇子 を あえて 並び 立 た せ 、 将来 複雑 な 皇位 継承 争い を 引き起こ し かね な い 措置 を と っ た 桓武 の 真意 は 不明 で あ る 。 まず 、 第 1 皇子 で あ る 安殿 が 延暦 4 年 ( 785 年 ) に 皇太子 に 立て られ た 。 彼 は 桓武 の 死 を 受け て 延暦 25 年 ( 80 6 年 ) に 即位 ( 平城 天皇 ) し 、 皇太子 に は 同母 弟 の 神野 を 立て た 。 平城 は 朝原 と 大宅 の 2人 と の 間 に 子 は な く 、 ほか の 皇子 たち は いずれ も 母 の 身分 が 低 く 、 神野 と 大伴 の 隠然 た る 権威 と 存在 感 を 無視 する こと は でき な かっ た 。 長 期間 皇太子 で 過ご し た 平城 に は 、 それ なり に 自ら の 施政 に 対 する 抱負 が あ っ た 。 新 天皇 が 先帝 死去 の 翌年 に な る の を 待 っ て 改元 する 先例 に 反 し て 即位 後 ただちに 大同 ( 日本 ) と 改元 し 、 桓武 が さかん に 行 っ た 蝦夷 侵略 の 軍事 行動 や 遷都 に ともな う 土木 工事 の ため に 弛緩 し た 財政 の 引き締め 、 機能 し て い な い 官司 の 整理 、 参議 を 廃止 し て 太政 官 が 地方 政治 を 直接 監督 する 観察 使 を 置 く など 積極 的 に 政治 改革 に 取り組 ん だ が 、 若 い ころ から 病身 だっ た 彼 は やがて 体調 を 崩 し 、 早 く も 大同 4 年 ( 809 年 ) に は 皇太子 神野 ( 嵯峨 天皇 ) に 譲位 する こと に な っ た 。 嵯峨 に は すでに 高津 と の 間 に 生まれ た 皇子 業良 親王 が い た が 、 業良 は 先天 的 に 心身 に 重篤 な 障碍 を 負 っ て お り 、 皇位 継承 は 不 可能 と みな さ れ て い た 。 大伴 に も 高志 と の 間 に 恒世 親王 が 生まれ て い た が 、 平城 は 大伴 父子 の 存在 を 無視 し て あえて 自分 の 皇子 高岳 親王 を 皇太子 に 立て た 。 退位 し て 太上 天皇 と な っ た 平城 は 、 生まれ 故郷 で あ る 平城 京 に 移り住 み 、 体調 が やや 回復 する と 再度 政務 に 意欲 を 示 し 、 独自 に 天皇 と し て の 権限 を 行使 し はじめ た 。 もともと 太上 天皇 は 天皇 と 同格 かつ 同等 の 権限 を 有 する もの と さ れ 、 最初 の 太上 天皇 で あ る 持統 天皇 と 文武 天皇 以来 、 太上 天皇 と 天皇 が 共同 で 執政 する こと は 当然 の こと と さ れ て い た 。 しかし 、 これ は 太上 天皇 が 天皇 の 直系 尊属 な い し それ に 準 じ た 立場 を 有 する 場合 に こそ 円滑 に 機能 する もの で あ り 、 同母 兄弟 で あ る 平城 と 嵯峨 の 間 で は むしろ 政治 の 混乱 と 両者 の 対立 抗争 の 原因 と な っ た 。 翌弘仁 元年 ( 810 年 ) 、 平城 が 平城 京 へ の 遷都 を 嵯峨 に 命令 する と 、 嵯峨 は 一気 に クーデタ に 踏み切 っ た 。 平城 は 予想 外 の 事態 に 驚 き 、 東国 へ 逃れ て 再起 し よ う と し た が 、 嵯峨 の 派遣 し た 軍隊 に 進路 を 遮 ら れ て 挫折 、 すべて の 権力 を 放棄 し て 出家 し た 。 高岳 も 皇太子 の 地位 を 追 わ れ 、 同じく 出家 し て い る 。 嵯峨 が 高岳 に 代え て 皇太子 に 立て た の は 大伴 で あ る 。 嵯峨 に 皇太子 と す べ き 皇子 が い な い こと も あ っ た が 、 やはり 大伴 の 権威 と 存在 感 を 尊重 し た の で あ る 。 平城 と の 争い で 大伴 が 嵯峨 を 支持 し た 事情 も あ っ た 。 嵯峨 は 平城 と 対立 し 武力 衝突 に まで 至 っ た 轍 を 踏 ま な い よう 、 兄弟 の 融和 に 細心 の 注意 を 払 い 、 大伴 の 立場 を 最大 限 尊重 する こと に 努め た 。 皇女 正子 内 親王 を 大伴 に 嫁 が せ た こと も そう で あ る が 、 その 最大 の もの は 、 弘仁 14 年 ( 824 年 ) に 大伴 に 譲位 する に 際 し て 、 もともと 天皇 が 譲位 と とも に 自動 的 に その 地位 に つ く もの と さ れ て い た 太上 天皇 の 地位 を 辞退 し た こと で あ る 。 退位 後 は 一 皇族 の 地位 に 降 り 、 後任 の 天皇 と な る 大伴 ( 淳和 天皇 ) に 全 権力 を 委ね る こと を 表明 し た の で あ る 。 譲位 を 受け た 淳和 は もちろん これ を 受け入れ ず 、 両者 の 間 で 押し 問答 が あ っ た が 、 結局 、 嵯峨 が いったん 太上 天皇 を 辞退 し た うえ で 、 あらためて 淳和 が 嵯峨 に 太上 天皇 の 称号 と 待遇 を 贈 る こと で 決着 し た 。 この こと で 、 太上 天皇 の 地位 は 後任 の 天皇 から 与え られ る こと に 根拠 を 持 つ もの に 変質 し 、 在位 の 天皇 の 優位 性 が 確立 し て 、 二 頭 政治 ・ 二 重 権力 の 弊害 は 解消 さ れ る こと に な っ た 。 嵯峨 と 淳和 の 融和 と 互譲 は その 後 も 続け られ 、 こと あ る ごと に 強調 さ れ た 。 淳和 の 即位 に 際 し て は 嵯峨 と 皇后 橘嘉智子 と の 間 に 生まれ た 皇子 正良 が 皇太子 に 立て られ た 。 天長 10 年 ( 833 年 ) に 淳和 が 皇太子 正良 ( 仁明 天皇 ) に 譲位 する と 、 ここ で も 淳和 の 太上 天皇 辞退 ・ 皇后 正子 の 皇太后 辞退 と 新 天皇 仁明 に よ る 拒絶 が 繰り返 さ れ 、 皇太子 に は 淳和 と 正子 と の 間 に 生まれ た 皇子 恒貞 親王 が 立て られ た ( 高志 ・ 恒世 は とも に すでに 早世 し て い た ) 。 しかし 、 この よう な 嵯峨 と 淳和 の 関係 は 、 あくまで も 2人 の 個人 的 な 信頼 関係 に とどま り 、 貴族 たち の 広 く 受け入れ る ところ と は な ら な かっ た 。 むしろ 、 貴族 たち が 嵯峨 派 と 淳和 派 に 分裂 する 傾向 さえ 見 られ た 。 承和 ( 日本 ) 7 年 ( 840 年 ) に 淳和 が 死去 し 、 承和 9 年 ( 842 年 ) に 嵯峨 が 危篤 に 陥 る と 、 この 分裂 は たちまち 表面 化 し た 。 まず 、 春宮 坊 帯刀 伴 健岑 と 但馬 権 守 橘 逸勢 の 2人 が 、 平城 の 皇子 阿保 親 王 の もと を 訪れ 、 東国 に 赴 い て 叛乱 を 起こ す こと を 勧め た と さ れ る 。 阿保 は 、 父 の 失脚 の とき に 大宰 権帥 に 左遷 さ れ て 九州 に 移 さ れ た 苦 い 経験 を 持 っ て い た の で 、 この よう な 話 に は 乗 ら ず 、 すぐ に 当時 は 太皇 太后 に な っ て い た 嘉智子 に 報告 し た 。 この 間 に 嵯峨 は 死去 し て い る 。 嘉智子 は 中納言 藤原 良房 を 通 じ て これ を 仁明 に 伝え 、 関係 者 の 逮捕 と 処罰 が 開始 さ れ た 。 健岑 と 逸勢 は 容疑 を 否認 し た が 結局 流罪 と さ れ 、 淳和 に 近 い 立場 に い た 貴族 たち が 解任 さ れ 、 ついに は 恒貞 も 連坐 し て 皇太子 の 地位 を 追 わ れ 、 かつて の 高岳 と 同じ よう に 出家 し た 。 この 事件 を 承和 の 変 と 呼 ぶ 。 首謀 者 で あ る 健岑 と 逸勢 の 地位 が 、 この よう な 謀反 を 計画 する に は あまり に も 低 く ( また 、 家系 的 に も 傍流 出身 で 「 藤原 氏 に よ る 他 氏 排斥 」 の 対象 に も な り 得 な い ) 、 また 計画 に 関与 し た と し た と し て 処罰 さ れ た 人々 も 叛乱 に 荷担 する 動機 が 見当た ら な い こと から 、 事件 自体 を でっちあげ と みな す 説 も あ る 。 いずれ に せよ 、 次 の 皇太子 に は 仁明 の 第 1 皇子 道康 ( のち の 文徳 天皇 ) が 立て られ 、 皇統 は 嵯峨 の 子孫 に 一本 化 さ れ る こと に な っ た 。 道康 の 母藤原 順子 の 兄 で あ る 良房 の 権力 掌握 の きっかけ と な っ た 事件 で も あ る 。 冷泉 流 と 円融 流 の 迭立 天慶 9 年 ( 946 年 ) に 即位 し た 村上 天皇 は 、 天暦 4 年 ( 950 年 ) に 第 2 皇子 憲平 が 生まれ る と すぐ に 皇太子 に 立て た 。 同年 に 生まれ た 第 1 皇子 広平 親王 が 中納言 藤原 元方 の 娘藤原 祐姫 を 母 と し て い た の に 対 し 、 憲平 は 右 大臣 藤原 師輔 の 娘藤原 安子 を 母 と し て い た 。 村上 は 、 次期 天皇 の 外戚 と し て あえて 師輔 を 選 ん だ こと に な る 。 安子 は 皇太子 の 母 で あ る こと に よ り 天徳 ( 日本 ) 2 年 ( 958 年 ) に 皇后 に 立て られ 、 村上 の 寵愛 も 篤 か っ た 。 憲平 は 、 村上 の 先代 朱 雀 天皇 の ひとり 娘 で あ る 昌子 内 親王 と 結婚 し 、 その 立場 は さらに 強化 さ れ た 。 しかし 、 成長 する に つれ て 憲平 の 精神 は しだい に 変調 を きた し 、 狂気 の 兆候 を あらわ す よう に な っ て い っ た 。 それ で も 、 皇后 の 長男 で あ り 、 先帝 の 女婿 で あ り 、 有力 な 外戚 に 支え られ た 憲平 を 廃嫡 する 決断 は 村上 に は 結局 でき な かっ た 。 村上 は 康保 4 年 ( 96 7 年 ) に 死去 し 、 18 歳 の 憲平 が 践祚 し た ( 冷泉 天皇 ) 。 冷泉 の 狂気 は すでに 誰 の 目 に も あきらか な 状態 に 至 っ て お り 、 その 在位 は 短 期間 で あ る こと が 当初 から 予測 さ れ て い た 。 冷泉 に は 皇后 と な っ た 昌子 の ほか 、 藤原 伊尹 ( 師輔 の 長男 ) の 娘 藤原 懐子 ら 複数 の 妻 が い た が まだ 皇子 が な く 、 皇太子 の 人選 が 急 が れ た 。 この よう な 場合 に まず 候補 と な る の は 冷泉 の 同母 弟 で あ る 。 候補 者 に は 、 2 歳 年下 の 為平 と 9 歳 年下 の 守平 の 2人 が い た 。 結局 、 康保 4 年 ( 96 7 年 ) に 守平 が 皇太子 に 立て られ た 。 為平 が 源 高明 の 女婿 で あ る こと から 、 藤原 氏 の 貴族 たち に 忌避 さ れ た と する の が 通説 で あ る が 、 冷泉 と 年齢 の 近 い 為平 を 皇太子 と し た 場合 、 冷泉 の 在位 が 短 期間 に な り すぎ る こと に 配慮 し た もの と する 説 ( 保立 道久 ) も あ る 。 安和 元年 ( 968 年 ) 、 懐子 が 冷泉 の 第 1 皇子 師 貞 を 出産 し た 。 この こと は 、 かえって 冷泉 の 譲位 を 早め る こと に な っ た 。 冷泉 が 譲位 し て も 、 引き続 き 冷泉 の 子孫 が 皇統 を 維持 する 見通し が 立 っ た から で あ る 。 安和 2 年 ( 969 年 ) 、 冷泉 は 皇太子 守平 ( 円融 天皇 ) に 譲位 し 、 次 の 皇太子 に は 師貞 が 立て られ た 。 円融 は 、 のち の 鎌倉 時代 の 花園 や 後醍醐 と 同様 の “ 中継ぎ ” の 天皇 と さ れ た の で あ る 。 しかし 、 花園 や 後醍醐 の ケース と 異な り 、 冷泉 と 円融 の ケース で は 、 父 村 上 、 母 安子 、 外祖 父 師輔 が いずれ も すでに 死去 し て お り 、 皇位 継承 を コントロール する 親権 者 が 存在 し な かっ た 。 さらに この 時期 、 師輔 の 弟 藤原 師尹 、 兄藤原 実頼 、 長男 伊尹 が 相 次 い で 死去 し 、 次代 の 外戚 の 地位 を めぐ っ て 実頼 ・ 師輔 ・ 師尹 の 子ども たち の 世代 の 貴族 たち が 相争 う 状況 が 生 じ て い た 。 円融 も この よう な 権力 の 空白 状況 の なか で 、 新皇統 を 確立 する 可能 性 の あ る 候補 者 と し て 注目 さ れ 、 藤原 兼通 ( 師輔 の 次男 ) の 娘 藤原 こう子 、 藤原 頼忠 ( 実頼 の 長男 ) の 娘藤原 遵子 、 藤原 兼家 ( 師輔 の 三男 ) の 娘東 三 条 院 ら 、 皇后 と な り 皇太子 を 産 む に ふさわし い 身分 の 妻 と 有力 な 外戚 の 後ろ盾 を 得 る こと が でき た 。 円融 も 独自 の 皇統 を 創始 する 意欲 を 強 く 持 っ て お り 、 また 、 最初 に 皇后 と し た 媓子 の 死後 、 皇子 懐仁 を 産 ん だ 詮子 を さし お い て 、 皇子 の い な い 遵子 を 皇后 に 立て る など 、 貴族 たち を 手玉 に 取 る よう な 行動 に も 出 て い る 。 この 行動 は 、 兼家 ・ 詮子 父子 の 憤激 を 招 き 、 詮子 の 内裏 退出 と 兼家 一家 の 政務 ボイコット と い う 事態 に 至 っ た 。 円融 と 兼家 は 対立 の 末 に ひと つ の 妥協 点 を 見出 し た 。 円融 が 譲位 する 代わり に 、 懐仁 を 皇太子 に 立て る と い う もの で あ る 。 円融 は 子息 の 皇位 継承 を 確実 な もの に し て “ 中継ぎ ” の 立場 を 脱 する こと に 成功 し 、 兼家 は 外孫 を 皇太子 に する こと に 成功 し た 。 両者 に と っ て 大きな メリット の あ る 妥協 で あ っ た 。 こう し て 永観 2 年 ( 984 年 ) 、 円融 は 皇太子 師貞 に 譲位 し た 。 次 の 皇太子 に は 懐仁 が 立て られ た 。 即位 し た 師貞 ( 花山 天皇 ) は 、 外祖 父 伊尹 が すでに 死去 し 、 外戚 関係 に な い 頼忠 が 関白 の 地位 に あ る こと を 踏まえ 、 伊尹 の 長男 藤 原 義懐 と 乳母子 の 藤原 惟成 を 相談 役 と し て 、 関白 に 政務 を 委任 する こと な く 積極 的 に 親政 を 行 っ た 。 新立 荘園 の 停止 、 貨幣 流通 の 促進 、 物価 の 公定 など の 新 政策 が 次々 に 打ち出 さ れ た 。 しかし 、 花山 は 父 の 血 を 受け継 い だ の か 、 性格 に 異常 な ところ が あ っ た 。 それ は 特に 女性 関係 に 現れ た 。 特定 の 女性 に 執着 し て 異常 に 深 く 寵愛 し ながら 、 やがて 飽き て 別 の 女性 に 寵愛 を 移 す 、 と い う こと が 繰り返 さ れ た 。 寛和 2 年 ( 986 年 ) 、 当時 花山 の 寵愛 を ほしいまま に し て い た 女御 藤原 し子 ( 藤原 為光 の 娘 ) が 病死 し た 。 忯子 は 妊娠 中 で あ っ た が 、 出産 準備 の ため 実家 に 戻 ろ う と し た の を 花山 が 無理 に 引き止め た ため 体調 を 崩 し て 死 に 至 っ た もの で あ る 。 花山 の 悲しみ は 尋常 で は な く 、 出家 遁世 を 考え る ほど で あ っ た 。 花山 の 幼なじみ で あ っ た 藤原 道兼 ( 兼家 の 三男 ) の 教唆 も あ っ て 花山 は つい に 出家 を 決意 、 夜陰 に 乗 じ て 内裏 を 抜け出 し 、 道兼 に 付き添 わ れ て 山科 の 元慶寺 ( 花山 寺 ) に 赴 き 剃髪 し た 。 出家 に よ り 花山 は 自動 的 に 退位 し た こと に な っ た 。 道兼 の 行動 は もちろん 父 兼 家 と 示 し 合わせ て の もの で あ り 、 花山 が 元慶寺 へ 向か う 道筋 は 兼家 が 派遣 し た 武士 たち に よ り 警備 さ れ て お り 、 道兼 が 花山 と と も に 出家 さ せ られ そう に な っ た とき は 武士 たち が 実力 で 救出 する 手はず に な っ て い た 。 兼家 自身 は 天皇 不在 の 内裏 に 深夜 参入 し 、 大急ぎ で 譲位 の 手続き を 進め て 翌朝 に は 皇太子 懐仁 ( 一条 天皇 ) を 践祚 さ せ た 。 兼家 は 新 天皇 の 外祖父 と し て 頼忠 に 代わ っ て 摂政 と な っ た 。 まだ 7 歳 の 一条 に 当然 皇子 は な く 、 また 一条 は 円融 の 唯一 の 皇子 で あ っ た から 、 皇太子 は 冷泉 の 皇子 から 選 ぶ ほか な く 、 兼家 の 娘藤原 超子 が 産 ん だ 冷泉 の 第 2 皇子 居貞 が 皇太子 と な り 、 ここ に 両統 迭立 の 状況 が 出現 し た 。 居貞 は 一条 より 4 歳 年上 で あ り 「 老東宮 」 など と 揶揄 さ れ た 。 兼家 は 天皇 と 皇太子 の 外祖父 を 一身 に 兼ね 、 絶大 な 権力 を 掌握 し た 。 円融 も 幼帝 の 父 と し て 一定 の 政治 的 影響 力 を 獲得 し “ 院政 ” 的 な 状況 を 生み出 し た 。 永祚 ( 日本 ) 2 年 ( 989 年 ) に 兼家 が 、 翌正暦 2 年 ( 990 年 ) に 円融 が 相 次 い で 死去 し 、 円融 即 位 直後 の “ 親権 者 不在 ” の 状況 が 再現 し た 。 違 っ た の は 、 一条 の 母詮子 が なお 健在 だっ た こと で あ る 。 兼家 の 跡 は 長男 藤原 道隆 が 継ぎ 、 娘藤 原 定子 を 后位 に 空席 が な い に も かかわ ら ず 強引 に 皇后 に 立て る など 、 一時 は 強力 な 権力 を 振る っ た が 、 長徳 元年 ( 995 年 ) に 病死 、 跡 を 継 い だ 道兼 も 道隆 に 1 ヶ月 ほど 遅れ て 病死 し 、 道隆 の 嫡男 藤原 伊周 と 兼家 の 四男 藤原 道長 が 跡目 を 争 っ た 。 結局 、 詮子 の 支持 を 受け た 道長 が 最終 的 な 勝利 を 手 に し 、 内覧 の 地位 に 就 い た 。 道長 は その 後 、 伊周 の 起こ し た 不祥 事 に 乗じ て 伊周 を 大宰 権帥 に 左遷 し 、 娘上 東 門院 を 一条 の 皇后 と し て 、 権力 を 磐石 の もの と し た 。 政局 が もっぱら 一条 を 中心 と し て 展開 し て ゆ く なか で 、 皇太子 居貞 は 孤立 し て お り 、 皇統 と し て の 冷泉 流 の 劣勢 は あきらか だっ た 。 狂気 の 父 冷泉 は もちろん 、 政治 に 関心 を 失 い 、 信仰 に のめりこ む 一方 で 、 遊興 と 漁色 に ふけ る こと も 忘れ な い 兄 花山 も まったく 頼り に な ら な かっ た 。 居貞 は 藤原 済時 ( 師尹 の 長男 ) の 娘 藤原 せい 子 と 道隆 の 娘藤原 原子 を 妻 と し て い た が 、 済時 と 道隆 は 長徳 元年 に 揃 っ て 死去 し て しま い 、 居貞 は 有力 な 外戚 の 後ろ盾 を 得 る こと も でき な かっ た 。 しかも 原子 は 長保 4 年 ( 100 2 年 ) に 子ども を 遺 さ ず に 死去 し て しま っ た 。 また 、 一条 が わずか 11 歳 で 入内 し た 彰子 が 皇子 を 産 む の を 待ち 続け た 結果 、 居貞 は 皇太子 の まま 25 年 も 即位 を 待た さ れ る こと に な っ た 。 寛弘 8 年 ( 1011 年 ) 、 一条 は 死 に 臨 ん で ようやく 皇太子 居貞 ( 三条 天皇 ) に 譲位 し た 。 次 の 皇太子 に は 、 彰子 が 産 ん だ 一条 の 第 2 皇子 敦成 が 立て られ た 。 次代 の 天皇 の 外祖父 の 地位 を 確保 し た 道長 は 三条 の 早期 の 譲位 を 望 み 、 両者 の 折り合い は 悪 かっ た 。 一方 で 、 道長 は 娘藤原 妍子 を 三条 の 皇后 に し よ う と し て 、 長年 連れ添 っ た 娍子 を 尊重 する 三条 と さらに 軋轢 を 生 じ させ た 。 結局 、 定子 と 彰子 の 2人 を 同時 に 皇后 と し て い た 一条 の 先例 に なら い 、 娍子 と 妍子 を 揃 っ て 皇后 と する こと に な っ た が 、 道長 の 強大 な 勢威 と 三条 の 権力 基盤 の 弱 さ を 反映 し て 、 まず 妍子 を 立后 さ せ 、 その 後 に 娍子 を 立后 さ せ る こと に な っ た だけ で な く 、 妍子 の 立后 の 儀式 に は 多く の 貴族 たち が 積極 的 に 協力 し た の に 対 し 、 娍子 の 立后 の 儀式 に は 道長 の 妨害 も あ っ て 貴族 たち の サボタージュ が 続出 し 、 三条 や その 側近 たち を 憤激 さ せ た 。 やがて 三条 が 眼病 を 患 う と 、 道長 は はっきり と 三条 に 譲位 を 勧め る よう に な り 、 視力 の 低下 で 政務 や 日常 生活 に も 支障 を きた す よう に な っ た 三条 は 、 長和 5 年 ( 1016 年 ) に は 皇太子 敦成 ( 後 一 条 天皇 ) に 譲位 せ ざる を 得 な く な っ た 。 三条 の 強 い 意向 に よ り 、 皇太子 に は 娍子 を 母 と する 三条 の 第 1 皇子 小一 条院 が 立て られ た 。 敦明 は 皇太子 に は な っ た もの の 、 やはり 父 同様 に 道長 から の 圧迫 と 政界 で の 孤立 に 悩 む こと に な っ た 。 寛仁 元年 ( 1017 年 ) に 三条 が 死去 する と 、 敦明 は ついに 皇太子 の 辞退 を 決意 し た 。 これ は 単なる 逃避 行動 で は な く 、 政治 的 取引 で あ っ た 。 敦明 は 、 皇太子 の 地位 と 引き換え に 、 太上 天皇 に 准 じ た 待遇 を 得 て 、 さらに 道長 の 娘婿 と な る こと を 交換 条件 と し て 提示 し 、 道長 に 承諾 さ せ た うえ で 皇太子 を 退 い て い る 。 この 約束 は 遵守 さ れ 、 敦明 に は 上皇 に 准 じ て 「 小一 条院 」 の 院号 と 年官 年 爵 など が 与え られ 、 上皇 同様 に 院庁 も 設置 さ れ て い る 。 また 道長 の 娘藤原 寛子 が 小一 条 の 女御 と な っ た 。 代わ っ て 皇太子 に 立て られ た の は 、 後一条 の 同母 弟 ( 彰子 の 息子 ) で あ り 、 やはり 道長 の 外孫 で あ る 敦良 ( のち の 後朱 雀 天皇 ) で あ る 。 こう し て 、 道長 の 権威 と 権力 が 朝廷 を 圧 する なか で 両統 迭立 は 終焉 し 、 皇統 は 円融 の 子孫 に 一本 化 さ れ た 。 冷泉 流皇統 から 天皇 が 即位 する こと は なく な っ た が 、 その 血統 は 女系 を 通 じ て 後年 に 影響 を 残 し た 。 三条 と 妍子 の 間 に 生まれ た 陽明 門院 が 皇太子 敦良 の 妻 と な り 、 第 2 王子 尊仁 を 産 ん で い る 。 尊仁 は 父 後 朱雀 の 死後 、 異母 兄 の 後冷泉 天皇 の 皇太子 に 立て られ 、 後冷泉 が 皇子 を 遺 さ ず に 死去 する と 、 跡 を 継 い で 天皇 ( 後三 条 天皇 ) と な っ た 。 彼 の 追号 「 後三条 」 は 、 彼 が 外祖父 三 条 の 後継 者 で あ る こと を 意味 し て お り 、 生前 自ら 定め た もの だ と い う 説 も あ る ( 『 栄花 物語 』 ) 。 また 、 後三 条 の 妻 の ひとり に 小一条 の 息子 源 基平 の 娘源 基子 が お り 、 第 2 皇子 実仁 親王 ( 平安 時代 ) と 第 3 皇子 輔仁 親王 を 産 ん で い る 。 実仁 は 、 異母 兄 白河 天皇 の 即位 に あた り 皇太子 に 立て られ た が 即位 の 機会 を 得 ず に 早世 し た 。 同母 弟 と し て 実仁 の 身代わり と みな さ れ た 輔仁 は 、 皇太子 に は なれ な かっ た もの の 、 長寿 を 保 っ た 祖母 禎子 ( 陽明 門院 ) の 庇護 の 下 、 白河 と その 子息 堀河 天皇 の 皇位 継承 上 の ライバル と し て 一時 は 政界 に 大きな 勢力 を 有 し た 。 日本 以外 の 国 の 両統迭 立 ペルシア 湾 の 最深 部 に 位置 する 小国 クウェート は 、 サバーハ 家 が 首長 ( アミール ) の 称号 を 名乗り 統治 し て い る 君主 国 で あ る 。 現在 の 地 に 建国 さ れ 初代 サバーハ が 首長 に 選出 さ れ た の は 175 6 年 で あ る 。 もと は オスマン 帝国 の 宗主権 の 下 に あ っ た が 、 1899 年 、 第 7 代 首長 ムバラク が イギリス の 保護 国 と な る こと で オスマン 帝国 の 支配 を 脱 し た 。 ムバラク は サバーハ 家中興 の 英主 と さ れ 「 大首長 」 と 尊称 さ れ る 。 その 後 1961 年 に は イギリス の 保護 下 から 離れ 独立 国 と な っ て い る 。 ムバラク の あと 、 長男 ジャー ビル が 第 8 代 、 次男 サリーム が 第 9 代 の 首長 と な り 、 さらに ジャー ビル の 息子 アハマド が 第 10 代 を 継 い だ 。 その 後 、 ジャー ビル の 子孫 と サリーム の 子孫 が ほぼ 交互 に 首長 の 位 に つ く こと が 慣行 と な っ て き た 。 歴代 の 首長 の 出身 家系 は 次 の とおり で あ る 。 第 10 代   アハマド … ジャー ビル 系 第 11 代   アブドゥッラー … サリーム 系 第 12 代   サバーハ … サリーム 系 第 13 代   ジャー ビル … ジャー ビル 系 第 14 代   サアド … サリーム 系 第 15 代   サバーハ ( 現 首長 ) … ジャー ビル 系 2006 年 に 首長 ジャー ビル が 長 い 闘病 の 末 に 死去 、 皇太子 サアド が ただちに 首長 位 を 継承 し た もの の 、 サアド も すでに 高齢 かつ 病身 で 、 首長 と し て の 公務 に 耐え られ る 状態 で は な かっ た 。 もともと 近年 クウェート 政界 で は サリーム 系 王族 より も ジャー ビル 系 王族 の 方 が 優位 に 立 ち つつ あ っ た が 、 サアド の 即位 に あた っ て 、 ジャー ビル 系 王族 を 中心 に 、 執務 不 可能 を 理由 に サアド に 退位 を 求め る 声 が あが っ た 。 代わ っ て 首長 に 推 さ れ た の は 、 首相 と し て 、 病身 で 執務 でき な い 首長 ジャー ビル と 皇太子 サアド に 代わ っ て 国政 の 実権 を 握 っ て い た ジャー ビル 系 王族 の サバーハ で あ っ た 。 クウェート で は 、 首相 で あ る こと は 次期 皇太子 の 最 有力 候補 で あ る こと を 意味 する 。 サリーム 系 王族 は 当然 これ に 抵抗 し 、 両派 の あいだ で 妥協 の 道 も 探 ら れ た が 、 結局 決裂 に 終わ り 、 ジャー ビル 系 が 掌握 する 政府 は 、 首長 解任 権 を 持 つ 議会 に 首長 サアド を 解任 する 議案 を 提出 し た 。 議会 は 満場 一致 で 首長 解任 を 決議 し 、 新 首長 に サバーハ を 指名 し た 。 サアド は 廃位 さ れ る 不 名誉 を 避け よ う と 、 自発 的 に 退位 する 旨 の 文書 を 議会 に 届け た が 、 採決 に 間に合 わ な かっ た 。 サアド の 首長 在位 は わずか 10 日間 で あ っ た 。 首長 と な っ た サバーハ は 、 異母 弟 ナワーフ を 皇太子 に 、 甥 ナーセル を 首相 に 任命 し 、 要職 を ジャー ビル 系 で 独占 し た 。 今後 、 クウェート の 首長 位 は ジャー ビル 系 が 独占 し 、 サリーム 系 は 凋落 の 道 を たど る で あ ろ う と 予測 さ れ て い る 。 +北朝 ( ほくちょう ) と は 、 朝廷 ・ 王朝 ・ 国家 など が 南北 に 別れ た とき 、 北側 に 所在 する もの の こと 。 一般 的 に は 、 下記 を 指 す 。 北朝 ( 日本 ) - 日本 の 南北朝 時代 ( 日本 ) 、 京都 に あ っ た 持明 院 統 の 朝廷 。 奈良 の 吉野 に あ っ た 南朝 ( 日本 ) と の 対比 。 北朝 - 中国 の 南北朝 時代 ( 中国 ) 、 華北 に 興 っ た 5 王 朝 の 総称 。 北魏 ・ 東魏 ・ 西魏 ・ 北斉 ・ 北周 、 再 統一 前 の 隋 。 朝鮮 民主 主義 人民 共和 国 ( 北朝鮮 ) - 朝鮮 半島 南部 の 大韓民国 と の 対比 。 +寺田屋 事件 ( てらだ や じけん ) と は 江戸 時代 末期 の 京都 郊外 の 伏見 ( 現在 の 京都 府 京都 市 伏見 区 ) の 旅館 ・ 寺田 屋 で 発生 し た 事件 で あ る 。 以下 の 2 つ の 事件 が 寺田 屋 事件 と 呼 ば れ る 。 文久 2 年 ( 1862 年 ) に 発生 し た 薩摩 藩 尊皇 派 等 の 粛清 事件 。 慶応 2 年 ( 1866 年 ) に 発生 し た 伏見 奉行 に よ る 坂本 龍馬 襲撃 事件 。 文久 2 年 4 月 23 日 _ ( 旧暦 ) ( 1862 年 5 月 29 日 ) に 薩摩 藩 尊皇 派 が 薩摩 藩 藩主 の 父 で 事実 上 の 指導 者 ・ 島津 久光 に よ っ て 粛清 さ れ た 事件 。 寺田 屋 騒動 と も 。 藩兵 千名 を 率い て 上洛 し た 久光 は 日本 中 の 尊王 派 の 希望 を その 身 に 背負 っ た 。 しかし 久光 に は この 当時 は 倒幕 の 意志 は な く 、 公武 合体 が その 路線 で あ っ た 。 この こと に 不満 を 持 っ た 薩摩 藩 の 過激 派 、 有馬 新 七 ら は 同じく 薩摩 藩 の 尊王 派 の 志士 、 真木 和泉 ・ 田中 河内介ら と 共謀 し て 関白 九条 尚忠 ・ 京都 所司 代 酒井 忠義 ( 若狭 国 小浜 藩主 ) 邸 を 襲撃 する こと を 決定 し 、 伏見 の 船宿 寺田屋 に 集ま っ た 。 当時 寺田屋 は 薩摩 藩 の 定宿 で あ り 、 この よう な 謀議 に 関 し て の 集結 場所 と し て は 格好 の 場所 だっ た よう で あ る 。 久光 は 大久保 利通 等 を 遣わ し この 騒ぎ を 抑え よ う と 試み た が 失敗 し た ため 、 彼 ら の 同志 で あ る 尊王 派 藩士 を 派遣 し て 藩邸 に 呼び戻 し 、 自ら 説得 し よ う と し た 。 ただし 万が一 を 考え 、 鎮撫 使 に は 特に 剣術 に 優れ た 藩士 を 選 ん だ ( 大山 綱良 ・ 奈良原 繁 ・ 道島 五郎兵衛 ・ 鈴木 勇右衛門 ・ 鈴木 昌之助 ・ 山口 金之進 ・ 江夏 仲左衛門 ・ 森岡 善助 。 さらに 上床 源助 が 志願 し て 加わ り 計 9 名 ) 。 大山 綱良 ら は 新七 に 藩邸 に 同行 する よう に 求め た が 新七 は これ を 拒否 し 、 “ 同士 討ち ” の 激し い 斬りあい が 始ま っ た 。 この 戦闘 に よ っ て 討手 1人 ( 道島 五郎兵衛 ) と 新七 ら 6 名 ( 有馬 新七 ・ 柴山 愛次郎 ・ 橋口 壮介 ・ 西田 直五郎 ・ 弟子丸 龍助 ・ 橋口 伝蔵 ) が 死亡 、 2 名 ( 田中 謙助 ・ 森山 新 五左衛門 ) が 重傷 を 負 っ た 。 また 2 階 に は 多数 の 尊王 派 ( 大山 巌 ・ 西郷 従道 ・ 三島 通庸 ・ 篠原 国幹 ・ 永山 弥一郎 など ) が い た が 、 大山 綱良 ら が 刀 を 捨て て 飛び込 み 必死 の 説得 を 行 っ た 結果 、 残り の 尊王 派 志士 たち は 投降 し た 。 負傷 者 2 名 は 切腹 さ せ られ 、 尊王 派 の 諸藩 浪士 は 諸藩 に 引き渡 さ れ た 。 引き取り手 の な い 田中 河内介 ら は 薩摩 藩 に 引き取 る と 称 し て 船 に 連れ込 み 、 斬殺 さ れ た 。 斬 っ た 柴山 矢吉 は 後 に 発狂 し た と い う 話 が あ る 。 彼 だけ で な く 、 鎮撫 使側 の 人間 は 不幸 な 末路 を たど っ た もの が 多 い 。 一方 で 、 尊皇 派 の 生き残り は 多く が 明治 政府 で 要路 に 立 っ た 。 この 事件 に よ っ て 朝廷 の 久光 に 対 する 信望 は 大いに 高ま り 、 久光 は 公武 合体 政策 の 実現 ( 文久 の 改革 ) の ため 江戸 へ と 向か っ て い っ た 。 なお 、 この 事件 が 発生 する 前 の 4 月 16 日 ( 旧暦 ) ( 5 月 14 日 ) に 、 久光 は 近衛 忠房 ら に 公武 合体 を 説 い た 意見 書 を 提出 し 、 朝廷 から 浪士 鎮撫 の 勅命 を 受け て い た 。 よ っ て 巷間 言 わ れ て い る 薩摩 藩 の 内輪 も め と い う 説 は 再考 が 必要 な よう で あ る 。 慶応 2 年 1 月 23 日 _ ( 旧暦 ) ( 1866 年 3 月 8 日 ) 、 宿泊 し て い た 坂本 龍馬 を 伏見 奉行 配下 の 捕 り 方 が 捕縛 な い し 暗殺 し よ う と し た 事件 。 龍馬 は 同宿 の 養女 ・ 楢崎 龍 の 機転 と 護衛 の 三吉 慎蔵 の 働き に よ り 危う く 回避 し 、 しばらく の 間 は 西郷 隆盛 の 斡旋 に よ り 鹿児島 に 潜伏 する 。 お 龍 は 風呂 から 裸 の まま 2 階 へ 階段 を 駆け上が り 危機 を 知 ら せ た 。 龍馬 は 主に 銃 で 反撃 。 左手 の 親指 を 負傷 。 現在 の 寺田 屋 の 建物 に は 事件 当時 の 「 弾痕 」 「 刀傷 」 と 称 する もの や 「 お 龍 が 入 っ て い た 風呂 」 な る もの が あ り 、 当時 その まま の 建物 で あ る か の よう な 説明 が さ れ て い る 。 しかし 、 これ ら の 事件 当時 の 建物 は 鳥羽 ・ 伏見 の 戦い の 兵火 で 焼失 し て お り 、 現在 の 京都 市 伏見 区 南浜町 263 番地 に あ る 建物 は 当時 の 敷地 の 西隣 に 建て られ た もの で あ る ( 明治 38 年 ( 190 5 年 ) に 登記 さ れ て い る ) 。 現在 の 建物 の 東隣 に 建 っ て い る 石碑 「 薩藩 九烈士 遺蹟 志 」 の 碑文 ( 拓本 ) 本文 後ろ から 5 行 目 に 「 寺田 屋 遺址 」 と あ る 。 - 「 南浜 町 」 の 項 。 特に 湯殿 が あ る 部分 は 明治 41 年 ( 190 8 年 ) に 増築 登記 さ れ た もの で 、 当時 の もの で は あ り 得 な い ( お 龍 は その 2 年 前 に 病没 ) 。 当時 の 建物 の 敷地 は 現在 の 建物 の 東隣 に あ る 、 石碑 や 像 など が 建 っ て い て 寺田 屋 の 庭 の よう に な っ て い る 場所 ( 京都 市 伏見 区 南浜町 262 番 地 ) で あ る が 、 この 土地 は 大正 3 年 ( 1914 年 ) に 所有 者 ( 寺田 屋 主人 と は 血縁 関係 に な い ) から 当時 の 京都 府 紀伊郡 伏見 区 に 寄付 さ れ 、 市 町 村 合併 を 経 て 現在 は 京都 市 の 市有 地 で あ る 。 +多々良浜 の 戦い ( たた ら はま の たたか い ) は 、 南北朝 時代 ( 日本 ) の 1336 年 ( 建武 ( 日本 ) 3 年 ) に 行 わ れ た 合戦 で あ る 。 後 醍醐 天皇 の 建武 の 新政 から 離反 し た 足利 尊 氏 は 、 建武 政権 から 尊 氏 追討 を 命 じ られ た 新田 義貞 を 箱根 ・ 竹ノ下 の 戦い で 破 り 、 さらに 新田 軍 を 追撃 し て 京都 の 確保 を 図 る が 、 1336 年 、 楠木 正成 や 北畠 顕家 ら と 連絡 し た 宮方 勢 に 京都 と その 近辺 で 敗れ 海路 西走 し 、 途中 播磨 国 の 赤松則村 ( 円心 ) ら に 助け られ 、 再興 を 賭け て 九州 地方 に 下 る 。 尊 氏 は 、 足利 方 に 味方 し た 肥前 国 守護 の 少弐 頼 尚ら に 迎え られ る 。 一方 、 宮方 に 味方 し た 肥後 国 の 菊池 武敏 を はじめ 、 筑前 国 の 秋月 種道 、 肥後 国 の 阿蘇 惟直 、 筑後 国 の 蒲池 武久 、 星野 家能 など 、 九州 の 諸豪族 の 大半 は 宮方 に 味方 し 、 その 軍勢 は 2 万 騎 以上 まで 膨れ上が る 。 勢い を 増 し た 宮方 ( 南朝 方 ) の 軍勢 は 博多 を 攻め 、 少弐 氏 の 本拠 大宰府 を 襲撃 し て 陥落 さ せ 、 少弐 貞経 を 自害 さ せ る 。 足利勢 は 、 筑前 国 宗像 ( 現在 の 福岡 県 宗像 市 周辺 ) を 本拠 と する 宗像 氏 範 ら の 支援 を 受け て 宗像 大社 に 戦勝 を 祈願 し 、 筑前 国 の 多々良浜 ( 福岡 市 東 区 ( 福岡 市 ) ) に 布陣 し た 菊池 氏 率い る 宮方 と 戦 う が 、 足利 軍 は 約 2千 騎 に 過ぎ な かっ た 。 兵力 の 差 は 歴然 で 、 少弐 貞経 が 足利 軍 の ため に 調達 し た 装備 は 菊池 軍 の 大宰府 攻撃 の 際 に 焼失 し て い た ため 、 当初 は 宮方 の 菊池 軍 が 優勢 で あ っ た が 、 菊池 軍 に 大量 の 裏切り が 出 た ため 戦況 は 逆転 し 、 菊池 軍 は 総崩れ で 敗走 し 、 阿蘇 惟直 は 戦死 する 。 多数 の 裏切り を 出 し た 背景 に は 、 九州 の 諸豪族 を 軒並み 味方 に つけ て 大軍 を 組織 し て は い て も 、 その 大半 は 南朝 方 有利 の 情勢 を 見 て 是非 な く 菊池 武敏 に 味方 し た 者 で あ っ た と い う 事実 が 存在 する 。 確か な 南朝 方 と 呼べ る の は 阿蘇 惟直 ぐらい で 、 その 他 の ほとんど は もともと 日和見 、 もしくは むしろ 尊 氏 より の 武将 達 で あ っ た 。 また 、 圧倒 的 に 不利 な 状況 で あ っ て も 終始 積極 的 な 戦法 を 取 り 、 一 度 南 朝方 に 付 い た 者 の 寝返り を 誘 っ た 尊 氏 の 戦略 も 見逃せ な い 。 この 戦い の 結果 に よ り 九州 の ほぼ 全域 が 足利 方 に つ く こと と な り 、 尊 氏 は 体勢 を 整え直 し た 。 尊 氏 は 一色 範 氏 や 仁木 義長 など を 九州 の 抑え と し て 残 し て 再び 上洛 し 、 摂津 国 湊川 の 戦い で 新田 義貞 を 破 る 。 しかし 、 この 戦い の 後 に 中央 で 足利 尊 氏 が 室町 幕府 を 開 い た 後 も 菊池 氏 は 南朝 方 と し て 頑強 に 抵抗 を 続け 、 さらに 南朝 の 後 醍醐 天皇 の 皇子 で あ る 懐良 親王 が 伊予国 の 宇都宮 貞泰 と 共 に 九州 に 上陸 し て 幕府 勢力 と 戦 い 、 一 時期 九州 は 懐良 親王 率い る 征西 軍 府 の 南 朝 方 が 圧倒 的 優位 の 地 と な る 。 のち 、 観応 の 擾乱 で 幕府 に 反抗 し た 尊 氏 の 庶子 足利 直冬 が 九州 に 来る と 、 九州 は 南朝 ・ 尊 氏 ( 幕府 ) ・ 直冬 の 3 勢力 が 鼎立 する こと と な る 。 +壬生 浪士 ( みぶろうし ) あるいは 精忠 浪士 ( せいちゅうろう し ) は 、 新 選 組 の 前身 集団 。 文久 三 年 ( 1863 年 ) 清河 八郎 が 京 へ 率い た 浪士 組 が 東帰 し た 後 も 、 京 ( 現在 の 京都 府 京都 市 ) に 残 っ た 24 名 で 構成 。 構成 内容 は 以下 参照 。 新 選組 と な る 以前 の 壬生 浪士 たち は 身なり の 貧し さ から 、 「 みぼろ 」 ( 壬生 浪 = みぶろ ・ みぶろう ) と 一部 の 京 の 人 たち に 揶揄 さ れ て い た 。 「 壬生 の 狼 」 と も 呼 ば れ た 。 また 、 女性 隊士 が い た と い う 説 も あ る 。 創設 メンバー 24 名 。 芹沢 一 派 芹沢 鴨 : 1863 年 9 月 18 日 、 土方 ら に 奇襲 を 受け 、 討死 。 粛清 。 新見錦 : 1863 年 9 月 13 日 、 切腹 。 田中 伊織 : 新見 と 同一 人物 。 ( 諸説 あり ) 平山 五郎 : 芹沢 と 共 に 粛清 さ れ た 。 平間 重助 : 1874 年 8 月 22 日 、 郷里 の 芹沢村 で 死去 。 野口 健司 : 1863 年 12 月 27 日 、 切腹 。 佐伯 又 三郎 : 1863 年 8 月 10 日 、 長州 の 間 者 と し て 芹沢 に 殺害 さ れ る 。 ( 諸説 あり ) 粕谷 新五郎 : 1863 年 に 脱隊 。 試衛 館 一派 ( 近藤 一派 ) 近藤 勇 : 1868 年 4 月 25 日 、 官軍 に よ っ て 斬首 。 土方 歳 三 : 1869 年 5 月 11 日 、 箱館 戦争 中 に 討死 。 沖田 総司 : 1868 年 5 月 30 日 、 労咳 の ため 死去 。 山南 敬助 : 1865 年 2 月 23 日 、 脱走 の ため 、 屯所 で 切腹 。 永倉 新八 : 1915 年 1 月 5 日 、 天寿 を 全 う し 、 死去 。 原田 左之助 : 1868 年 5 月 17 日 、 上野 戦争 の 際 に 重傷 を 負 い 、 死去 。 井上 源三郎 : 1868 年 1 月 4 日 、 淀千 両松 の 戦い で 討死 。 藤堂 平助 : 1867 年 11 月 18 日 、 油小路 で 近藤 ら に 襲撃 を 受け 、 討死 。 斎藤 一 : 1915 年 9 月 28 日 、 胃 潰瘍 の ため 死去 。 阿比 類 鋭 三郎 : 1863 年 4 月 6 日 、 病死 。 もしくは 殺害 。 殿内 ・ 家里 一 派 殿内 義雄 : 1863 年 3 月 25 日 に 四条 大橋 で 近藤 ら に 暗殺 さ れ る 。 家里 次郎 : 1863 年 4 月 24 日 に 将軍 警護 の 旅先 の 大阪 で 、 芹沢 、 近藤 一派 ら に 、 切腹 を 強要 さ れ 切腹 。 根岸 友山 : 1863 年 4 月 下旬 、 伊勢 神宮 参り に 行 く と い う 口実 で 帰東 。 1890 年 12 月 3 日 、 死去 。 遠藤 丈庵 : 根岸 と 共 に 帰東 。 清水 吾一 : 根岸 と 共 に 帰東 。 1872 年 5 月 27 日 、 死去 。 鈴木 長蔵 : 根岸 と 共 に 帰東 。 神代 仁之助 : 1863 年 4 月 下旬 に 脱走 。 初期 構成 以降 から 新選 組 と 名前 が 変わ る まで に 入隊 し た 隊士 。 1863 年 5 月 頃 迄 佐々木 愛次郎 … … 1863 年 8 月 2 日 、 何者 か に よ っ て 殺害 さ れ る 。 川島 勝司 ( 新撰 組 ) … … 1866 年 、 除隊 後 に 新選 組 だ と 名乗 り 、 金銭 を 騙し 取 っ た 末 、 切腹 さ せ られ る 。 三浦 堅太郎 … … 1863 年 7 月 迄 に 離隊 。 佐々木 蔵之助 … … 1865 年 7 月 迄 に 離隊 。 安藤 早太郎 … … 1864 年 7 月 22 日 、 池田 屋事変 で 負 っ た 傷 が もと で 病死 。 松原 忠司 … … 1865 年 9 月 1日 、 病死 。 亀井 造酒之助 … … 1863 年 7 月 迄 に 離隊 。 蟻通 七五三 之進 … … 1864 年 6 月 迄 に 脱走 ? 馬詰柳太郎 … … 1864 年 6 月 5 日 、 脱走 。 馬詰信 十郎 … … 1864 年 6 月 5 日 、 脱走 。 濱口 鬼一 … … 1864 年 6 月 迄 に 脱走 ? 林 信太郎 … … 1868 年 10 月 27 日 、 戊辰 戦争 の 際 、 討死 。 田所 弘人 … … 1864 年 6 月 迄 に 脱走 ? 島田 魁 … … 190 0 年 3 月 20 日 、 死去 。 家木 将監 … … 1863 年 7 月 迄 に 離隊 。 中村 金吾 … … 1867 年 6 月 迄 に 離隊 。 山田 春隆 … … 1863 年 7 月 迄 に 離隊 。 大松 系 斎 … … 1863 年 7 月 迄 に 離隊 。 細川 内匠 … … 1863 年 7 月 迄 に 離隊 。 杉山 腰司 … … 1863 年 7 月 迄 に 離隊 。 1863 年 5 月 25 日 以降 尾形 俊太郎 … … 1868 年 の 会津 戦争 の 際 に 行方 不明 。 山崎 烝 … … 1868 年 1 月 13 日 、 鳥羽 ・ 伏見 の 戦い の 傷 に よ り 、 江戸 に 向か う 船内 で 死去 。 谷 三十郎 … … 1866 年 4 月 1日 、 頓死 。 尾崎 弥兵衛 … … 1865 年 11 月 17 日 、 病死 。 河合 耆 三郎 … … 1866 年 2 月 12 日 、 隊内 の 金銭 を 無く し て しま い 、 切腹 。 酒井 兵庫 … … 1864 年 の 池田 屋事変 以降 、 1865 年 7 月 頃 に 脱走 し 、 斬殺 。 1863 年 8 月 18 日 迄 松永 主計 … … 1863 年 9 月 26 日 、 長州 の 間 者 で あ っ た 事 が 露見 し 、 脱走 。 奥沢 栄助 … … 1864 年 6 月 5 日 、 池田 屋事変 の 際 に 討死 。 楠 小十郎 … … 1864 年 9 月 26 日 、 長州 の 間 者 で あ っ た 事 が 露見 し 、 原田 に 殺害 さ れ る 。 土方 対馬 … … 1864 年 6 月 迄 に 脱走 ? 阿部 十郎 … … 1867 年 に 御陵 衛士 と し て 脱退 。 1907 年 1 月 6 日 、 死去 。 森 六郎 … … 1864 年 6 月 迄 に 脱走 ? 山野 八十 八 … … 箱館 戦争 前 に 離隊 。 1910 年 、 死去 。 蟻通 勘吾 … … 1869 年 5 月 11 日 、 箱館 戦争 の 際 、 戦死 。 宿院 良蔵 … … 1868 年 1 月 6 日 、 橋本 の 戦い で 戦死 。 尾関 雅次郎 … … 1892 年 2 月 28 日 、 死去 。 馬越 三郎 … … 池田 屋事変 以前 に 、 武田 観柳斎 の 男色 に 困 り 、 土方 に 訴え 、 脱退 。 松崎 静馬 … … 八 月 十 八 日 の 政変 に 参加 。 以後 、 不明 。 篠塚 峯蔵 … … 池田 屋事変 に 参加 。 江戸 へ の 隊士 募集 の 際 、 留守 を 預か る 。 藤 本 彦之助 … … 1864 年 6 月 迄 に 脱走 ? 御倉 伊勢 武 … … 1863 年 9 月 26 日 、 長州 の 間 者 で あ っ た 事 が 露見 し 、 斎藤 に 殺害 さ れ る 。 伊藤 与八郎 … … 1864 年 6 月 迄 に 脱走 ? 柳田 三二郎 … … 1865 年 7 月 迄 の 在隊 。 以後 、 脱走 ? 上田 金吾 … … 1864 年 6 月 迄 に 脱走 ? 和田 隼人 … … 1864 年 6 月 迄 に 脱走 ? 越後 三郎 … … 1863 年 、 長州 の 間 者 で あ っ た 事 が 露見 し 、 脱走 。 中村 久馬 … … 1864 年 6 月 迄 に 脱走 ? 菅野 六郎 … … 1864 年 6 月 迄 に 脱走 ? 荒木田 左馬之助 … … 1863 年 9 月 26 日 、 長州 の 間 者 で あ っ た 事 が 露見 し 、 永倉 に 殺害 さ れ る 。 +鳥羽 ・ 伏見 の 戦い ( とば ・ ふしみ の たたか い , 慶応 4 年 1 月 3 日 ( 旧暦 ) - 1 月 6 日 ( 旧暦 ) ( 1868 年 1 月 27 日 - 1 月 30 日 ) ) は 、 戊辰 戦争 の 緒戦 に あた り 、 京都 南郊 の 上 鳥羽 ( 京都 市 南 区 ( 京都 市 ) ) 、 下鳥 羽 、 竹田 、 伏見 ( 京都 市 伏見 区 ) で 行 わ れ た 戦い で あ る 。 慶応 3 年 末 、 薩摩 藩 の 大久保 利通 や 公家 の 岩倉 具視ら の 働き で 発 せ られ た 王政 復古 ( 日本 ) に よ り 、 大阪 に 退 い て い た 前徳川 将軍家 ・ 徳川 慶喜 に 対 し 辞官 納地 が 命 ぜ られ た 。 さらに 薩摩 藩 が 江戸 市街 で 挑発 的 な 破壊 工作 を 行 う ( 庄内 藩 の 江戸 薩摩 藩 邸焼き討ち 事件 ) と 、 慶喜 の 周囲 で は 「 討薩 」 を 望 む 声 が 高ま り 、 慶喜 は 軍事 的 な 京 の 封鎖 を 試み た 。 旧 幕府 軍 主力 の 幕府 歩 兵 隊 は 鳥羽 街道 を 進 み 、 会津 藩 、 桑名 藩 の 藩兵 、 新 選 組 など は 伏見 市街 へ 進 ん だ 。 慶応 4 年 正月 3 日 ( 1868 年 1 月 27 日 ) の 夕方 に 、 下鳥 羽 付近 で 街道 を 封鎖 する 薩摩 藩 兵 と 大目 付 の 滝川 具挙 の 問答 から 軍事 的 衝突 が 起こ り 、 鳥羽 で の 銃声 が 聞こえ る と 伏見 で も 衝突 、 戦端 が 開 か れ た 。 鳥羽 _ ( 洛外 ) で は 総 指揮 官 の 竹中 重固 の 不在 や 滝川 具挙 の 逃亡 など で 混乱 し 、 伏見 で は 奉行 所 付近 で 佐久間 信久 や 窪田 鎮章 ら 幕将 の 率い る 幕府 歩 兵 隊 、 会津 藩兵 、 土方 歳 三 率い る 新 選 組 の 兵 が 新 政府 軍 の 小銃 火力 に 敗れ た 。 5 日 、 淀藩 へ の 入城 を 拒絶 さ れ た ( 下記 参照 ) 幕府 軍 は 淀千 両松 に 布陣 する も 惨敗 。 なお 、 この 戦闘 の 最中 、 新 選 組 結成 時 から の 主要 幹部隊士 の 一人 で あ っ た 井上 源三郎 が 戦死 する 。 幕府 軍 は 敗走 に 次 ぐ 敗走 の 末 、 石清水 八幡宮 の 鎮座 する 男山 の 東西 に 分かれ て 最後 の 決戦 に 挑 む 。 西側 の 橋本 は 遊郭 の あ る 宿場 で 、 そこ に は 土方 歳 三 率い る 新撰 組 の 主力 など を 擁 する 幕府 軍 の 本隊 が 陣 を 張 っ た 。 東 に 男山 、 西 に 淀川 を 控え た 橋本 で は 、 地 の 利 は 迎え撃 つ 幕府 軍 に あ っ た 。 しかし 、 対岸 の 大山崎 を 守護 する 津藩 の 裏切り ( 下記 参照 ) に 遭 い 、 思い も かけ な い 西側 から の 集中 砲火 を 喰ら っ た 幕府 軍 は 総崩れ と な り 、 淀川 を 下 っ て 大坂 へ と 逃れ た 。 この 戦い で 、 京都 見廻 組 の 長 で あ っ た 佐々木 只三郎 が 重傷 ( のち 死亡 ) 、 新撰 組 諸士 調役 兼 監察 山崎 烝 が 重傷 ( 後紀州 湾 沖 に て 死亡 ) 、 同吉村 貫一郎 が 行方 不明 ( 後 に 大坂 の 南部 藩 藩邸 で 自害 ) と な っ た 。 両軍 の 損害 は 不明 と さ れ て い る 。 旧 幕府 軍 は 淀 藩 主 ( 京都 市 伏見 区 ) 稲葉 正邦 ( 慶喜 の 側近 の 一人 で 現職 の 老中 ) を 頼 っ て 、 淀城 に 入 り 建て直し を はか ろう と し た 。 しかし 淀藩 は 新 政府 と 戦 う 意思 が な く 、 城門 を 固 く 閉じ 旧 幕府 軍 の 入城 を 拒 ん だ 。 この ため 旧 幕府 方 は 15,000 人 の 兵力 を 擁 し ながら 緒戦 に し て 5,000 人 の 新 政府 軍 に 敗れ た 。 翌 4 日 も 戦闘 が 続 き 、 5 日 に な る と 明治 天皇 が 小松 宮 彰仁 親王 に 錦 の 御 旗 を 与え ( 岩倉 具視 が 偽造 し た と い う 説 も あ る ) 、 新 政府 軍 が 官軍 と な る 。 これ に よ り 日和見 を 決め て い た 鳥取 藩 、 山崎 に い た 津 藩 兵 ( 旧 幕府 軍 先鋒 ) など の 諸藩 が 新 政府 軍 に 付 い た 。 この ため 、 旧 幕府 軍 の 劣勢 は 決定 的 に な っ た 。 8 日 、 開戦 に 積極 的 で 無 かっ た と さ れ る 慶喜 は 大坂城 に お り 、 旧 幕府 軍 の 敗戦 が 決定 的 と な り 、 7 日 に は 慶喜 に 対 し て 追討令 が 出 た 報 を 聞 く と 、 その 夜僅 か な 側近 及び 老中 ・ 板倉 勝静 、 同 ・ 酒井 忠惇 、 会津 藩主 ・ 松平 容保 ・ 桑名 藩主 ・ 松平定 敬 と 共 に 密か に 城 を 脱 し 、 大阪 湾 に 停泊 中 の 幕府 軍 艦 ・ 開陽 丸 で 江戸 に 退却 し た 。 旧 幕府 軍 の 総 大将 の 徳川 慶喜 の 撤退 と 、 新 政府 軍 の 砲兵 力 、 新 政府 軍 の 優勢 に よ り 多く の 藩 が 旧 幕府 軍 を 見限 っ た こと で 、 旧 幕府 軍 の 全面 敗北 と な っ た 。 以後 、 戊辰 戦争 の 舞台 は 江戸 市街 で の 上野 戦争 や 、 北陸 地方 、 東北 地方 で の 北越 戦争 、 会津 戦争 、 箱館 戦争 と し て 続 く 。 伏見 奉行 所 跡 京都 市 伏見 区 。 新撰組 を はじめ と する 幕府 軍 が 駐屯 し た 。 近鉄 京都 線 桃山 御 陵前 駅 より 徒歩 七 分 。 京阪本 線 伏見 桃山 駅 より 徒歩 十 分 。 現存 は 石碑 のみ 。 御 香宮 神社 京都 市 伏見 区 。 新 政府 軍 が 陣所 と し 、 眼下 の 伏見 奉行 を 攻撃 し た 。 近鉄 京都 線 桃山 御 陵前 駅 より 徒歩 四 分 。 京阪本 線 伏見 桃山 駅 より 徒歩 七 分 。 現存 。 東本願 寺 伏見 別院 京都 市 伏見 区 。 会津 藩 の 陣所 。 京阪本 線 伏見 桃山 駅 より 徒歩 十 分 。 近鉄 京都 線 桃山 御 陵前 駅 より 徒歩 十 三 分 。 現存 は 石碑 のみ 。 寺田屋 ( ※ 鳥羽 ・ 伏見 の 戦い と は 直接 は 無 関係 ) 京都 市 伏見 区 。 寺田屋 事件 の 舞台 。 坂本 龍馬 が 間 一 髪難 を 逃れ た 宿 。 京阪本 線 伏見 桃山 駅 より 徒歩 十 分 。 近鉄 京都 線 桃山 御 陵前 駅 より 徒歩 十 三 分 。 現存 する 建物 自体 は 江戸 時代 の もの で は な い ( 寺田 屋 事件 の 項目 を 参照 ) 。 見学 可能 。 文相 寺 京都 市 伏見 区 。 「 戊辰 役 東軍 戦死 者 埋骨 地 」 の 碑 を 残 す 。 京阪本 線 淀 駅 より 徒歩 十 五 分 。 現存 。 見学 可能 。 長 円 寺 京都 市 伏見 区 。 正門 前 に 「 戊辰 役 東軍 戦死 者 之碑 」 、 敷地 内 に 「 戊辰 役 東軍 戦死 者 埋骨 地 」 を 残 す 。 京阪本 線 淀 駅 より 徒歩 十 五 分 。 現存 。 見学 可能 。 淀城 京都 市 伏見 区 。 譜代 大名 稲葉 氏 の 居城 。 桂川 ( 淀川 水系 ) ・ 淀川 ・ 木津川 ( 京都 府 ) の 三川 が 合流 する 水路 の 要所 と し て 、 徳川 の 信任 厚 い 稲葉 家 が 陣取 っ た 。 鳥羽 ・ 伏見 の 戦い に 際 し て は 、 城主 稲葉 正邦 ら が 新 政府 に 対 する 恭順 を 決め込 ん だ ため 、 幕府 軍 の 入城 要請 を 拒絶 し た 。 京阪本 線 淀 駅 より 徒歩 一 分 。 現存 は 城壁 、 「 淀城 址 」 の 碑 、 「 田辺 治之助 君 記念 碑 」 のみ 。 敷地 内 は 公園 に な っ て い る 。 見学 可能 。 妙教寺 京都 市 伏見 区 。 元 淀 城 本丸 が あ っ た 場所 。 境内 に 「 史跡 淀 古城 戊辰 役 砲弾 貫 通跡 」 の 碑 と 「 戊辰 役 東軍 戦死 者 之碑 」 、 本堂 に 「 東軍 戦死者 の 位牌 」 を 残 す 。 砲弾 が 貫通 し た 壁 も 現存 。 京阪本 線 淀 駅 より 徒歩 二十 分 。 現存 は 左記 の もの 。 見学 可能 。 戊辰 役 東 軍 西軍 激戦之 地 碑 京都 競馬 場 の 駐車 場 脇 。 埋骨 の 碑 と 有志 に よ る 慰霊 碑 が あ り 、 碑面 に は 以下 の 文面 が 記 さ れ て い る 。 幕末 の 戦闘 ほど 世 に 悲し い 出来事 は な い それ が 日本 人 同族 の 争い で も あ る 幕軍 ・ 官軍 の いずれ も が 正し い と 信じ た る まま それぞれ の 道 へ と 己等 の 誠 を 尽 し た 然 る に 流れ 行 く 一瞬 の 時差 に よ り 或る は 官軍 と な り 又 或る は 幕軍 と な っ て 士道 に 殉 じ た の で 有 り ま す ここ に 百 年 の 歳月 を 閉じ た 其 の 縁 り 有 る 此 の 地 に 不幸 賊名 に 斃れ た る 誇 り 有 る 人々 に 対 し 今 慰霊 碑 の 建 つる を 見 る 在天 の 魂依 っ て 瞑 すべ し 昭和 四十 四 年   中村 勝五郎 識 す +嘉吉 の 徳政 一揆 ( かきつ の とくせい いっき ) は 、 嘉吉 元年 ( 1441 年 ) に 徳政令 を 求め て 京都 及び 近江国 など 周辺 地域 で 発生 し た 土一 揆 の こと 。 嘉吉 の 土一 揆 ( かきつ の つち いっき ) と も 。 六 月 の 嘉吉 の 乱 で 将軍 足利 義教 が 殺 さ れ る と 政治 的 混乱 の 中 「 代初め の 徳政 」 を 求め て ( 天下 一同 の 徳政令 ) 京都 近江坂 本 の 馬借 を 中心 に 農民 が 蜂起 、 地侍 が 指導 し 、 数 万 人 の 一揆 に ふくれあが っ た 。 各地 へ の 波及 は な く 、 京都 を 包囲 する 形 を と っ た 。 六 月   義教 暗殺 八 月   近江 の 馬借 蜂起 、 守護 六角 氏 が 徳政 令 発布 。 九 月   東寺 、 北野 社 の 占拠 及び 丹波 口 、 西 八 条 の 封鎖 。 延暦 寺 が 徳政令 に 反対 し た 事 から 同 支配 下 の 近江 の 馬借 が 一揆 から 離反 ・ 敵対 する も 、 一揆 は 更 に 清水 寺 占拠 。 一揆 軍 は 京都 と 外部 の 連絡 を 断 っ た 上 で 、 酒屋 、 土倉 、 寺院 を 襲撃 し た 。 一揆 勢 は 地侍 の 指導 の 下 、 組織 的 な 行動 を と り 、 勝手 な 略奪 を 取り締ま っ た 。 また 幕府 が 当初 、 農民 に 限定 し た 徳政令 を 発布 し て 事態 の 収拾 に 乗り出 し た の に 対 し 、 公家 や 武家 も 含 む 一 国 平均 の 徳政令 を 要求 し 、 支配 者 層 の 支持 を も 得 よ う と し て い る 。 さらに 、 管領 細川 持之 が 土倉 から 賄賂 一千 貫 を 貰 っ て 保護 の 為 に 、 出兵 命令 を 出 し た と い う 事実 を 知 っ た 守護 大名 は 出兵 を 拒否 。 事態 は さらに 混乱 し た 。 新将軍 足利 義勝 は 要求 を 受け入れ 、 差し押さえ られ て から 20 年 未満 の 質物 の 返還 など 、 山城 一 国 平均 で の 徳政令 を 発布 ( 嘉吉 の 徳政令 ) 。 正長 の 土一 揆 で は 遂 に 公式 な 徳政令 を 出 さ な かっ た 室町 幕府 が 徳政 令 を 出 し た こと に よ り 、 その 権威 は 大き く 傷 つ い た 。 +平治 の 乱 ( へいじ の らん ) は 平安 時代 の 平治 元年 12 月 9 日 ( 旧暦 ) ( 1159 年 1 月 19 日 ) より 発生 し た 、 院 の 近臣 ら の 対立 に よ り 起き た 政変 で あ る 。 文中 の ( ) の 年 は ユリウス 暦 、 月日 は 西暦 部分 を 除 き 全て 和暦 、 宣明 暦 の 長暦 に よ る 。 経過 保元 元年 ( 1156 年 ) の 保元 の 乱 に 勝利 し た 後 白河 天皇 は 、 同年 閏 9 月 に 『 保元 新制 』 と 呼 ば れ る 代替わり 新制 を 発令 し た 。 「 九州 の 地 は 一人 の 有 な り 。 王命 の 外 、 何 ぞ 私 威 を 施 さん 。 」 と 王土 思想 を 強 く 宣言 し た この 新制 は 、 荘園 整理 令 を 主 た る 内容 と し て い た 。 鳥羽 院 政期 は 全国 に 多く の 荘園 が 形成 さ れ 、 各地 で 国務 の 遂行 を めぐ っ て 紛争 が 起き て い た 。 この 荘園 整理 令 は その 混乱 を 収拾 し て 、 全国 の 荘園 ・ 国衙 領 を 天皇 の 統治 下 に 置 く こと を 意図 し た もの で あ り 、 荘園 公領 制 の 成立 へ の 大きな 契機 と な っ た 新制 と 評価 さ れ て い る 。 その 国政 改革 を 立案 ・ 推進 し た の が 、 後白河 の 側近 で あ る 藤原 通憲 ( 信西 ) で あ っ た 。 信西 は 改革 実現 の ため に 、 記録 所 を 設置 する 。 長官 で あ る 上卿 に は 大納言 ・ 三条 公教 が 就任 、 実務 を 担当 する 弁官 から は 右中 弁 ・ 藤原 惟方 、 左少弁 ・ 源 雅頼 、 右 少弁 ・ 藤原 俊憲 ( 信西 の 嫡子 ) が 起用 さ れ 、 その 下 で 21人 の 寄人 が 荘園 領主 から 提出 さ れ た 文書 の 審査 、 本所 間 の 争論 の 裁判 に あた っ た ( 後白河 が 「 暗主 」 で あ る と い う 信西 の 言葉 は 、 この 記録 所 の 寄人 だっ た 清原 頼業 が 九条 兼実 に 後年 語 っ た もの で あ る ) 。 さらに 内裏 の 復興 に も 着手 し て 、 保元 2 年 ( 1157 年 ) 10 月 に 再建 し た 。 その 直後 に も 新た に 新制 30 ヶ条 を 出 し 、 公事 ・ 行事 の 整備 、 官人 の 綱紀 粛正 に 取り組 ん だ 。 この 過程 で 信西 と その 一族 の 台頭 は 目覚まし く 、 高階 重仲 の 女 を 母 と する 俊憲 ・ 藤原 貞憲 は 弁官 と し て 父 と 共 に 実務 を 担当 する 一方 で 、 藤原 朝子 ( 後白河 の 乳母 ) を 母 と する 藤原 成憲 ・ 藤原 脩憲 は それぞれ 遠江 ・ 美濃 の 受領 と な っ た 。 信西 自身 は 、 保元 の 乱 で 敗死 し た 藤原 頼長 の 所領 を 没収 し て 後院 領 に 組み込 み 、 自ら は その 預所 に な る など 経済 基盤 の 確保 に も 余念 が な かっ た 。 国政 改革 推進 の ため 、 信西 は 平清盛 を 厚遇 する 。 平 氏 一門 は 保元 の 乱 の 結果 、 清盛 が 播磨 守 、 平頼 盛 が 安芸 守 、 平教盛 が 淡路 守 、 平経盛 が 常陸介 と な り 兄弟 で 四 ヶ国 の 受領 を 占め る など 、 その 実力 は 無視 でき な い もの が あ っ た 。 また 、 荘園 整理 、 荘官 ・ 百 姓 の 取り締ま り 、 神人 ・ 悪僧 の 統制 、 戦乱 で 荒廃 し た 京都 の 治安 維持 の ため に も 、 平氏 の 武力 は 不可欠 だっ た 。 大和守 に 平 基盛 が 任 じ られ た の も 、 平氏 に 対 する 期待 の 現われ と いえ る 。 大和 は 興福 寺 の 所領 が 充満 し て い て 、 これ まで 国検 を し よ う と し て も 神人 ・ 悪僧 の 抵抗 に よ り ことごとく 失敗 に 終わ っ て い た 。 清盛 は 武力 を 背景 に 国検 を 断行 する 一方 、 寺院 勢力 の 特権 も ある 程度 は 認め る など 柔軟 な 対応 で 、 大和 の 知行 国 支配 を 行 っ た 。 さらに 清盛 は 大宰 大弐 に 就任 する こと で 日宋 貿易 に 深 く 関与 する こと に な り 、 経済 的 実力 を 高め た 。 信西 は 、 自ら の 子 ・ 成憲 と 清盛 の 女 ( 後 の 花山院 兼雅室 ) の 婚姻 に よ っ て 平氏 一門 と の 提携 を 世間 に 示 し 、 改革 は 順調 に 進行 する か に 見え た 。 しかし 、 ここ に もう 一 つ 無視 でき な い 政治 勢力 が 存在 し た 。 美福門院 を 中心 に 東宮 ・ 守仁 の 擁立 を 図 る グループ ( 二条 親政派 ) で あ る 。 美福門院 は 、 鳥羽 法皇 から 荘園 の 大半 を 相続 し て 最大 の 荘園 領主 と な っ て お り 、 その 意向 を 無視 する こと は でき な かっ た 。 美福門院 は かね て から の 念願 で あ っ た 、 自ら の 養子 ・ 守仁 の 即位 を 信西 に 要求 し た 。 もともと 後白河 の 即位 は 守仁 即位 まで の 中継ぎ と し て 実現 し た もの で あ り 、 信西 も 美福門院 の 要求 を 拒 む こと は でき ず 、 保元 3 年 ( 1158 年 ) 8 月 「 仏 と 仏 と の 評定 」 ( 『 兵範 記 』 ) 、 すなわち 信西 と 美福門院 の 協議 に よ り 後白河 天皇 は 守仁 親王 に 譲位 し た ( 二条 天皇 ) 。 ここ に 、 後白 河 院 政派 と 二条 親 政派 の 対立 が 始ま る こと に な る 。 二条 親 政派 は 藤原 経宗 ( 二条 天皇 の 伯父 ) ・ 藤原 惟方 ( 二条 天皇 の 乳兄弟 、 記録 所 の 弁官 の 一人 ) が 中心 と な り 、 美福門院 の 支援 を 背景 に 後白河 の 政治 活動 を 抑圧 する 。 これ に 対 し て 後白河 は 近衛 天皇 急死 に よ り 突然 皇位 を 継 い だ こと も あ り 、 頼れ る の は 信西 のみ で 状況 は 不利 だっ た 。 後白河 に と っ て は 、 自ら の 院政 を 支え る 近臣 の 育成 が 急務 と な っ た 。 そこ で 後白河 は 、 武蔵 守 ・ 藤原 信頼 を 抜擢 する 。 信頼 は 保元 2 年 ( 1157 年 ) 3 月 に 右近 権 中将 に な る と 、 10 月 に 蔵人 頭 、 翌年 2 月 に 参議 ・ 皇后 宮 権 亮 、 8 月 に 中納言 、 11 月 に 検非 違使 別 当 と 急速 に 昇進 する 。 もともと 信頼 の 一門 は 武蔵 国 ・ 陸奥 国 を 知行 国 と し て お り 、 両国 と 深 い つながり を 持 つ 源義朝 と 連携 し て い た 。 久寿 2 年 ( 1155 年 ) 8 月 に 源 義平 ( 義朝 の 長男 ) が 叔父 の 源義賢 を 滅ぼ し た 武蔵 国 大蔵 館 合戦 に お い て も 、 武蔵 守 で あ っ た 信頼 の 支援 が あ っ た と 推測 さ れ る 。 保元 3 年 ( 1158 年 ) 8 月 に 後白河 院 庁 が 開設 さ れ る と 、 信頼 は 院 の 軍馬 を 管理 する 厩別 当 に 就任 する 。 義朝 は 宮中 の 軍馬 を 管理 する 左馬頭 で あ り 、 両者 の 同盟 関係 は さらに 強固 と な っ た 。 義朝 の 武力 と い う 切り札 を 得 た 信頼 は 、 自ら の 妹 と 摂関 家 の 嫡子 ・ 藤原 基実 の 婚姻 も 実現 さ せ る 。 摂関家 は 保元 の 乱 に よ っ て 藤原 忠実 の 知行 国 ・ 頼長 の 所領 が 没収 さ れ た 上 に 、 家人 と し て 荘園 管理 の 武力 を 担 っ て い た 源 為 義 が 処刑 さ れ た こと で 各地 の 荘園 で 紛争 が 激化 する など 、 その 勢力 を 大き く 後退 さ せ て い た 。 混乱 の 収拾 の ため に は 代替 の 武力 が 必要 で あ り 、 義朝 と 密接 な つながり の あ る 信頼 と の 提携 も や む を 得 な い こと で あ っ た 。 後白河 の 近臣 と し て は 他 に も 、 藤原 成親 ( 藤原 家成 の 三男 ) や 源 師 仲 が 加わ り 院 政 派 の 陣容 も 整え られ た 。 ここ に 、 信西 一門 ・ 二 条 親 政派 ・ 後白河 院 政派 ・ 平氏 一門 と い う グループ が それぞれ 形成 さ れ る こと に な っ た 。 『 平治 物語 』 で は 信頼 が 近衛 大将 を 希望 し て 、 信西 が 断 っ た ため に 確執 が 生まれ た と する 。 しかし 『 愚管 抄 』 に は その 話 は 見え ず 、 大将 に 任 じ られ る の は 院 近臣 の 身分 で は 常識 的 に 無理 な こと から 事実 か どう か は 疑わし い 。 信西 一門 の 政治 主導 に 対 する 反発 が 、 平治 の 乱勃発 の 最大 の 原因 と 思 わ れ る 。 二条 親 政派 と 後白河 院 政派 は 互い に 激し く 対立 し て い た が 、 信西 の 排除 と い う 点 で は 意見 が 一致 し 、 信西 打倒 の 機会 を 伺 っ て い た 。 一方 、 清盛 は 自ら の 娘 を 信西 の 子 ・ 成憲 に 嫁 が せ て い た が 、 信頼 の 嫡子 ・ 藤原 信親 に も 娘 ( 後 の 藤原 隆房 室 ) を 嫁 が せ る など 、 両派 の 対立 で は 中立 的 立場 に あ っ た 。 平治 元年 ( 1159 年 ) 12 月 、 清盛 が 熊野 参詣 に 赴 き 京都 に 軍事 的 空白 が 生まれ た 隙 を つ い て 、 反信西 派 は クーデター を 起こ し た 。 12 月 9 日 深夜 、 藤原 信頼 ・ 源義朝 の 軍勢 は 院 御所 ・ 三 条 殿 を 襲撃 し た 。 後白河 上皇 ・ 上西 門院 ( 後白河 の 同母 姉 ) の 身柄 を 確保 する と 、 三条 殿 に 火 を かけ て 逃げ る 者 に は 容赦 な く 矢 を 射掛け た 。 警備 に あた っ て い た 大江 家 仲 ・ 平康 忠 、 一般 官人 や 女房 など が 犠牲 と な る が 、 信西 一門 は すでに 逃亡 し て い た 。 信頼 ・ 義朝 は 上皇 と 上西 門院 を 内裏 内 の 一 本 御 書所 に 移 し て 軟禁 状態 に し た 。 上皇 を 乗せ る 車 は 源 師 仲 が 用意 し 、 源 重成 ・ 源光 基 ・ 源季実 が 護送 し た 。 この うち 、 源光 基 は 美福門院 の 家人 ・ 源光保 の 甥 で あ り 、 京都 の 治安 を 預か る 検非 違使 別 当 は 藤原 惟方 で あ る こと から 、 クーデター に は 二 条 親 政派 の 同意 も あ っ た 。 翌 10 日 に は 、 信西 の 子息 ( 俊憲 ・ 貞憲 ・ 成憲 ・ 脩憲 ) が 逮捕 さ れ 全員 の 配流 が 決定 し た 。 山城 国 田原 に 逃れ た 信西 は 源光保 の 追撃 を 振り切れ ず 、 郎 等 の 藤原 師光 ( 西光 ) ら に 命 じ て 自ら を 地中 に 埋め させ て 自害 し た 。 光保 は 信西 の 首 を 切 っ て 京都 に 戻 り 、 首 は 大路 を 渡 さ れ 獄門 に 晒 さ れ た 。 信西 が 自害 し た 14 日 、 内裏 に 二条 天皇 ・ 後白 河 上 皇 を 確保 し て 政権 を 掌握 し た 信頼 は 、 臨時 除目 を 行 っ た 。 この 除目 で 源義朝 は 播磨 守 、 嫡子 ・ 源 頼朝 は 右兵衛 権 佐 と な っ た 。 『 平治 物語 』 は 信頼 が 近衛 大将 に な っ た と する が 、 『 愚管 抄 』 に その 話 は 見え な い 。 藤原 伊通 は この 除目 に つ い て 「 人 を 多 く 殺 し た 者 が 官位 を 得 る なら 、 なぜ 三条 殿 の 井戸 に 官位 を や ら な い の か 」 と 皮肉 っ た と い う 。 信頼 の 政権 奪取 に は 大半 の 貴族 が 反感 を 抱 い て い た が 、 二条 親 政派 も 義朝 の 武力 を 背景 と し た 信頼 の 独断 専行 を 見 て 、 密か に 離反 の 機会 を 伺 っ て い た 。 その 最中 、 東国 より 兵 を 率い て 馳 せ 上 っ た 源 義平 は 直ちに 清盛 の 帰路 を 討ち取 る よう 主張 し た が 、 信頼 は その 必要 は な い と 退け た 。 信頼 に し て み れ ば 嫡男 ・ 信親 と 清盛 の 女 の 婚姻 関係 に よ り 、 清盛 も 自ら の 協力 者 に な る と 見込 ん で い た 。 清盛 は 、 紀伊国 で 京都 の 異変 を 知 っ た 。 動転 し た 清盛 は 九州 へ 落ち 延び る こと も 考え る が 、 紀伊 の 武士 ・ 湯浅 宗重 や 熊野 別当 ・ 湛快 の 協力 に よ り 、 17 日 帰京 する 。 帰京 まで に 、 伊藤 景綱 ・ 館 貞 保 など の 伊賀 ・ 伊勢 の郎 等 が 合流 し た 。 一方 、 義朝 は クーデター の ため 隠密 裏 に 少 人数 の 軍勢 を 集め た に 過ぎ ず 、 合戦 を 想定 し て い な かっ た 。 京都 の 軍事 バランス は 大き く 変化 し 、 信頼 の 優位 は 揺ら ぐ こと に な る 。 信西 と 親し かっ た 内 大臣 ・ 三条 公教 は 信頼 の 専横 に 憤り を 抱 き 、 二条 親 政派 の 経宗 ・ 惟方 に 接触 を 図 っ た 。 二条 親 政派 に すれ ば 信西 打倒 を 果た し た こと に よ り 、 信頼 ら 後白河 院 政派 は 用済み と な っ て い た 。 公教 と 惟方 に よ り 二条 天皇 の 六波羅 行幸 の 計画 が 練 ら れ 、 藤原 尹明 ( 信西 の 従兄弟 ・ 惟方 の 義兄弟 ) が 密命 を 帯び て 内裏 に 参入 する 。 25 日 早朝 、 清盛 は 信頼 に 名簿 を 提出 し て 恭順 の 意 を 示 し 、 婿 に 迎え て い た 信親 を 送り返 し た 。 信頼 は 清盛 が 味方 に つ い た こと を 喜 ぶ が 、 義朝 は 信親 を 警護 し て い た 清盛 の郎 等 ( 難波 経房 ・ 館 貞 保 ・ 平盛信 ・ 伊藤 景綱 ) が 「 一人 当千 」 の 武者 で あ る こと から 危惧 を 抱 い た と い う ( 『 古事 談 』 ) 。 25 日 夜 、 惟方 が 後白河 の もと を 訪れ て 二 条 天皇 の 脱出 計画 を 知 ら せ る と 、 後白河 は すぐ に 仁和 寺 に 脱出 し た ( 『 愚管 抄 』 ) 。 日付 が 変わ っ て 26 日 丑刻 ( 午前 2 時 ) 、 大宮 二条 で 火災 が 起こ り 武士 が 気 を 取 ら れ た 隙 に 、 尹明 は 二 条 天皇 を 女房 車 に 乗せ 内裏 を 出 て 、 六波羅 の 清盛 邸 に 入 っ た ( 二条 天皇 の 六波羅 行幸 ) 。 なお 『 平治 物語 』 で は 、 内裏 を 出 る 際 に 警護 の 武士 が 怪し ん で 中 を 覗 く が 、 17 歳 の 天皇 を 女房 と 見誤 っ た と する 。 惟方 の 弟 藤 原 成頼 が これ を 触れ て 回 っ た こと で 、 上皇 ・ 女院 ・ 公卿 ・ 諸 大夫 も 六波羅 に 集結 する 。 信頼 と 提携 関係 に あ っ た 摂関 家 の 藤原 忠通 ・ 基実 父子 も 参入 し た こと で 、 清盛 は 一気 に 官軍 と し て の 体裁 を 整え る に 至 り 、 信頼 ・ 義朝 の 追討 宣旨 が 下 さ れ た 。 26 日 早朝 天皇 ・ 上皇 の 脱出 を 知 っ た 後白河 院 政派 は 激し く 動揺 し 、 義朝 は 信頼 を 「 日本 第 一 の 不覚人 」 と 罵倒 し た と い う 。 信頼 ・ 成親 は 義朝 と とも に 武装 し て 出陣 する が 、 源 師 仲 は 保身 の ため 三種 の 神器 の 一 つ で あ る 内侍 所 ( 神鏡 ) を 持ち出 し て 逃亡 し た 。 義朝 側 の 戦力 は 、 三条 殿 襲撃 に 参加 し た 源 重成 ・ 源光 基 ・ 源季 実 、 信西 を 追捕 し た 源光 保 など の 同盟 軍 、 子息 の 義平 ・ 源 朝長 ・ 頼朝 、 叔父 ・ 源義隆 、 信濃 源 氏 ・ 平賀 義信 など の 一族 、 鎌田 正家 ・ 後藤 実基 ・ 佐々木 秀義 など の 郎 等 に よ り 形成 さ れ 、 義朝 の 勢力 基盤 で あ る 関東 から は 、 三浦 義澄 ・ 上 総介 広常 ・ 山内 首藤 氏 など が 参戦 し た に 過ぎ な かっ た 。 三浦 義澄 は 義平 の 叔父 、 上 総介 広常 は 義朝 を 養君 と し て 擁立 し て い た 上総 氏 の 嫡子 、 山内 首藤 氏 は 源 氏 譜代 の 家人 で あ り 、 いずれ も 義朝 と 個人 的 に 深 い 関係 を 有 する 武士 で あ る 。 保元 の 乱 で は 国家 に よ る 公的 な 動員 だっ た の に 対 し て 今回 は クーデター の ため の 隠密 裏 の 召集 で あ り 、 義朝 が 組織 でき た の は 私的 武力 に 限 ら れ 兵力 は 僅少 だっ た と 推測 さ れ る 。 清盛 は 内裏 が 戦場 と な る の を 防 ぐ ため に 六波羅 に 敵 を 引き寄せ る 作戦 を 立て 、 嫡男 平 重盛 と 弟 ・ 頼盛 が 出陣 し た 。 『 平治 物語 』 で は 重盛 と 義平 が 待賢 門 で 一騎 打ち を 繰り広げ 、 御所 の 右近 の 橘 ・ 左近 の 桜 の 間 を 7 度 も 義平 が 重盛 を 追い回 し た 、 頼盛 が 退却 中 に 敵 に 追いつ かれ そう に な り 重代 の 名刀 「 抜丸 」 で 辛 く も 撃退 し た 、 と い う エピソード が 出 て くる が これ ら は 話 を 盛り上げ る ため の 創作 と 思 わ れ る 。 この とき 陽明門 を 警護 し て い た 源光 保 、 光基 は 門 の 守り を 放棄 し て 寝返 る が 、 光保 は 美福門院 の 家人 で 政治 的 に は 二 条 親 政派 で あ り 、 信西 打倒 の ため 義朝 に 協力 し て い た に 過ぎ な かっ た 。 平 氏 軍 は 予定 通り 退却 し 、 義朝 は 決死 の 覚悟 で 六波羅 に 迫 る が 六条 河原 で あえ な く 敗退 し た 。 『 平治 物語 』 は 源 頼政 が 味方 に つ か な かっ た と する が 、 もともと 頼政 も 美福門院 の 家人 で あ り 義朝 に 従属 する 立場 で は な かっ た 。 義朝 は 平 氏 軍 と 頼政 軍 の 攻撃 を 受け 、 山内 首藤 俊通 ・ 片桐 景重 ら が 必死 の 防戦 を する 間 に 戦場 から 脱出 し た 。 藤原 信頼 ・ 成親 は 仁和 寺 の 覚性 法 親王 の もと へ 出頭 し た 。 清盛 の 前 に 引き出 さ れ た 信頼 は 自己 弁護 を する が 、 信西 殺害 ・ 三 条 殿 襲撃 の 首謀 者 で あ り 最後 まで 武装 し て 参戦 し て い た こと から 、 戦闘 員 と みな さ れ 処刑 さ れ た 。 成親 は 重盛 室 の 兄 と い う 理由 で 、 特別 に 助命 さ れ た 。 逃亡 し て い た 師仲 は 、 神鏡 を 手土産 に 六波羅 に 出頭 する が 処罰 は 厳し く 、 下野 国 へ の 配流 が 決定 し た 。 義朝 は 東国 へ の 脱出 を 図 る が 途中 で 頼朝 と は ぐれ 、 朝長 ・ 義隆 を 失 い 、 12 月 29 日尾張国 内海 荘司 ・ 長田 忠致 の 邸 に たどり着 い た ところ を 鎌田 正家 と とも に 殺害 さ れ た 。 義朝 と 正家 の 首 は 、 正月 9 日 京都 で 獄門 に 晒 さ れ た 。 義平 は 18 日 難波 経房 の 郎 等 ・ 橘 俊綱 に 捕らえ られ 、 21 日 六 条 河原 で 処刑 。 頼朝 も 2 月 9 日 平頼盛 の 郎 等 ・ 平 宗清 に 捕まり やはり 処刑 さ れ る ところ を 、 清盛 の 継母 ・ 池禅尼 の 嘆願 で 助命 さ れ た 。 この 背景 に は 頼朝 が 上西 門院 の 蔵人 を つとめ て い た ため 、 上西 門院 と その 近臣 ・ 熱田 大宮司 家 が 待賢 門院 ( 後白 河 上皇 ・ 上西 門院 の 母 ) 近臣 家 出身 の 池禅尼 に 働きかけ た 可能 性 が 考え られ る 。 義朝 と 行動 を 共 に し た 源 重成 ・ 季実 も 滅亡 の 運命 を 辿 り 、 ここ に 後白河 院 政派 は 事実 上 壊滅 する こと に な る 。 合戦 の 終息 し た 12 月 29 日 恩賞 の 除目 が あ り 、 頼盛 が 尾張守 、 重盛 が 伊予守 、 宗盛 が 遠江 守 、 教盛 が 越中 守 、 経盛 が 伊賀 守 に それぞれ 任 じ られ 、 平氏 一門 の 知行 国 は 乱 の 前 の 5 ヶ国 から 7 ヶ国 に 増加 し た 。 同日 二 条 天皇 は 美福門院 の 八 条 殿 に 行幸 し 、 清盛 が 警護 し た 。 翌永暦 元年 ( 11 60 年 ) 正月 に 天皇 は 近衛 天皇 の 皇后 だっ た 藤原 多子 を 入内 さ せ 、 自ら の 権威 の 安定 に つとめ た 。 実権 を 握 っ た 二条 親 政派 の 経宗 ・ 惟方 は 、 後白 河 上皇 へ の 圧迫 を 強め る こと に な る 。 正月 6 日 上皇 が 八条 堀河 の 藤原 顕長 邸 に 御幸 し て 桟敷 で 八条 大路 を 見物 し て い た ところ 、 堀河 に あ っ た 材木 を 外 から 打ちつけ 視界 を 遮 る と い う 嫌がらせ を 行 っ た 。 上皇 は 激怒 し て 清盛 に 経宗 ・ 惟方 の 逮捕 を 命 じ 、 2 月 20 日 清盛 の郎 等 ・ 源 為 長 が 二人 の 身柄 を 拘束 、 上皇 の 眼前 に 引き 据 て 拷問 に かけ た 。 貴族 へ の 拷問 は 免除 さ れ る の が 慣例 で あ り 、 上皇 の 二人 に 対 する 憎しみ の 深 さ を 現わ し て い る 。 経宗 ・ 惟方 の 失脚 の 理由 と し て は 、 信西 殺害 の 共犯 者 と し て の 責任 を 追及 さ れ た こと に よ る もの と 見 られ る 。 2 月 22 日 信西 の 子息 が 帰京 を 許 さ れ 、 入れ替わり に 3 月 11 日 経 宗 が 阿波 国 、 惟方 が 長門 国 に 配流 さ れ た 。 同日 、 師仲 ・ 頼朝 ・ 源 希義 ( 頼朝 の 同母 弟 ) も それぞれ 配流 先 に 下 っ て い っ た 。 6 月 に は 信西 の 首 を と っ た 源光 保 と 子 の 源 光宗 が 謀反 の 疑い で 薩摩 国 に 配流 さ れ 、 14 日 殺害 さ れ た 。 信西 打倒 に 関わ っ た 者 は 、 後白 河 院 政派 ・ 二 条 親 政派 を 問 わ ず 政界 から 一掃 さ れ た 。 後白河 上 皇 と 二条 天皇 の 対立 は 双方 の 有力 な 廷臣 が 共倒れ に な っ た ため 小康 状態 と な り 、 「 院 ・ 内 、 申シ合 ツツ 同ジ 御 心 ニテ 」 ( 『 愚管 抄 』 ) と あ る よう に 二 頭 政治 が 行 わ れ た が 、 乱 勝利 の 最大 の 貢献 者 で あ る 清盛 は どちら の 派 に も 組 する こと な く 慎重 に 行動 し た 。 平 氏 一門 は 院庁 別当 ・ 左馬寮 ・ 内蔵 寮 など の 要職 を 占め 、 政治 へ の 影響 力 を 増大 さ せ た 。 平 氏 の 知行 国 も 平家 貞 が 筑後 守 、 藤原 能盛 が 壱岐 守 ・ 安芸 守 、 源 為 長 が 紀伊守 と な る など 、 一門 だけ で な く郎 等 に も 及び その 経済 基盤 も 他 から 抜きん出 た もの と な っ た 。 さらに 多く の 軍事 貴族 が 戦乱 で 淘汰 さ れ た ため 、 京都 の 治安 維持 ・ 地方 反乱 の 鎮圧 ・ 荘園 の 管理 の 役割 も 平氏 の 独占 する ところ と な り 、 国家 的 な 軍事 ・ 警察 権 も 事実 上 掌握 し た 。 清盛 は その 経済 力 ・ 軍事 力 を 背景 に 朝廷 に おけ る 武家 の 地位 を 確立 し て 、 永暦 元年 ( 11 60 年 ) 、 参議 に 任命 さ れ 、 武士 で 初めて 公卿 ( 議政官 ) の 地位 に 就 い た 。 やがて 一門 から も 公卿 ・ 殿 上人 が 輩出 し 、 平氏 政権 を 形成 し て い っ た の で あ る 。 文学 作品 平治 の 乱 を 題材 に し た 文学 に 『 平治 物語 』 が あ る 。 同書 は 作者 不明 で 全 3 巻 の 軍記 物語 で あ り 、 平治 物語 を 題材 に 絵巻物 の 「 平治 物語 絵巻 」 が 描 か れ た 。 +徳政令 ( とくせい れい ) と は 、 日本 の 中世 、 鎌倉 時代 から 室町 時代 に かけ て 朝廷 、 幕府 など が 債権 や 債務 の 放棄 を 命 じ た 法令 で あ る 。 「 徳政 ( とくせい ) 」 と は 天人 相関 思想 に 基づ き 、 代替わり 或いは 災害 など に 伴 い 改元 が 行 わ れ た 際 に 天皇 が 行 う 貧民 救済 活動 や 神領 興行 ( 儀式 遂行 と その 財源 た る 所領 等 の 保障 ) 、 訴訟 処理 など の 社会 政策 の こと で あ り 、 「 新制 」 と も 呼 ば れ る 。 既売却 地 ・ 質流れ 地 の 無償 返付 , 所領 や 債権 債務 に つ い て の 訴訟 ( 雑訴 ) の 円滑 処理 など を 行 う こと を 通 じ て 、 旧 体制 へ 復帰 を 図 る 目的 が あ っ た 。 鎌倉 時代 に 入 る と 災害 や 戦乱 など の 社会 的 混乱 が 貴族 社会 に も 及び 始め 、 遂 に 承久 の 乱 で は 朝廷 軍 が 敗北 し て 太上 天皇 の 流罪 が 行 わ れ る など 、 貴族 社会 が 存続 の 危機 に 差し掛か っ て い る こと が 明白 と な っ た 。 こう し た 中 で 、 朝廷内 で は 現実 的 な 政治 に 目 を 向け る 事 で 求心 力 を 回復 さ せ て 昔 の 権威 を 取り戻 そ う と する 動き が 盛ん に な っ た 。 「 徳政 」 は その 路線 の 上 に 推進 さ れ た 政策 で あ り 、 徳政 令 は そう し た 政策 の 一 つ で あ る ( 徳政 ≠ 徳政令 ) と い う 事 を 留意 する 必要 が あ る 。 鎌倉 幕府 も 朝廷 政治 の 現状 を 状況 を 批判 的 に 見 る 立場 から 朝廷 に 対 し て 「 徳政 」 推進 を 求め た 。 後 嵯峨 上皇 の 下 で 記録 所 が 再建 さ れ 、 続 く 亀山 上 皇院 政下 の 1286 年 ( 弘安 9 年 ) に は 、 院 評定 を 徳政 沙汰 ( 人事 ・ 寺社 など の 行政 問題 ) と 雑訴 沙汰 ( 所領 ・ 金銭 など の 一般 的 な 訴訟 ) に 分割 する など の 改革 を 行 い ( 「 弘安 徳政 」 ) 、 1293 年 ( 正応 6 年 ・ 永仁 元年 ) に は 伏見 天皇 ( のち 上皇 ) が 記録 所 を 徳政 推進 の 機関 と し て 充実 を 図 っ た ( 「 永仁 徳政 」 ) 。 当初 、 こう し た 政策 は 元寇 など に よ っ て 混乱 する 社会 秩序 の 回復 を 図 り た い 鎌倉 幕府 の 政策 と 軌 を 一 に する もの ( 安達 泰盛 に よ る 幕政 改革 も 「 弘安 徳政 」 と 呼 ば れ て い る ) で あ っ た が 、 やがて 徳政 の 本格 化 と とも に 朝廷 の 威信 回復 の 考え が 旧 体制 ( 鎌倉 幕府 以前 へ の ) 復帰 を 模索 する 動き に 結び付け られ る よう に な る と 、 鎌倉 幕府 は 皇位 継承 に おけ る 両統 迭立 政策 を 名目 と し た 政治 介入 を 行 い 、 亀山 ・ 伏見 両 上皇 の 院政 停止 を 行 っ た 事 から 朝幕 間 に 緊張 状態 を 生 み 、 やがて 後醍醐 天皇 の 親政 に 至 っ て ついに 鎌倉 幕府 に 対 する 討幕 運動 へ と 転化 する こと に な っ た の で あ る 。 鎌倉 時代 の 徳政令 に は 、 貧窮 に 苦し む 御 家人 保護 の 名目 が 強 く 、 1297 年 ( 永仁 5 ) の 永仁 の 徳政 令 が 知 ら れ る 。 建武 の 新政期 で あ る 1334 年 ( 建武元 ) に は 後醍醐 天皇 が 徳政令 を 行 っ て い る 。 室町 時代 に な る と 惣 の 発達 に よ り 、 徳政令 を 求め る 土一 揆 、 徳政 一 揆 など が 頻発 し た 。 また 、 一揆 勢力 や 在地 勢力 が 独自 に 行 う 私 徳政 など も 行 わ れ た 。 これ ら の 一揆 は 将軍 の 代替わり 期 に 多 く 発生 し 、 「 代初め の 徳政 」 を 要求 し て い る 。 正長 の 土一 揆 で は 室町 幕府 から 正式 な 徳政令 は 出 な かっ た もの の 、 嘉吉 の 徳政 一 揆 に 際 し て は 幕府 から 正式 に な 徳政令 ( 嘉吉 の 徳政令 ) の 発布 が 行 わ れ る 。 当初 は 徳政令 に 慎重 だっ た 室町 幕府 は 、 1454 年 の 土一 揆 を 機 に 分一 銭 ( ぶ いち せん ・ 分一 徳 政令 ( ぶいち とく せい れい ) ・ 徳政 分 一銭 ( とくせいぶ いち せん ) と も ) を 発布 し て 、 債権 債務 額 の 1 割 を 一種 の 手数 料 と し て 幕府 に 納め た 紛争 当事 者 に 当該 債権 債務 の 権利 を 許 す 命令 を 出 し た が 、 これ は 債務 の 1 割 が 幕府 の 収入 と な っ た ため 、 後 に 幕府 財政 再建 の ため に 濫用 さ れ る こと と な っ た 。 戦国 時代 ( 日本 ) に お い て は 、 相模 国 の 戦国 大名 で あ る 北条 氏 康 が 大 飢饉 の 発生 に 際 し て 北条 氏 政 へ の 家督 相続 を 行 い 、 「 代初め の 徳政 」 を 行 っ た 事例 が あ る など 、 「 代初め の 徳政 」 が 定着 し て い た こと を うかが い 知 る こと が でき る 。 +正中 の 変 ( しょうちゅう の へん ) と は 、 鎌倉 時代 後期 の 1324 年 ( 正中 ( 元号 ) 元年 ) に 起き た 、 後醍醐 天皇 に よ る 鎌倉 幕府 討幕 計画 が 事前 に 発覚 し て 首謀 者 が 処分 さ れ た 事件 で あ る 。 後 醍醐 天皇 は 父 で あ る 後宇多 天皇 に 代 り 1324 年 から 親政 を 開始 し 、 記録 荘園 券 契所 の 再興 など の 政治 を 始め る 。 後宇多 法皇 は 死 の 間際 まで 皇太子 の 邦良 親王 を 大覚 寺 統 の 嫡流 と し て 、 後醍醐 天皇 は 一刻 も 早 く 譲位 を 行 う よう に 命 じ て い た 。 法皇 の 死後 、 邦良 親王 は 後醍醐 天皇 に 譲位 を 行 わ せ る べ く 鎌倉 へ 伺い を 立て て い た 。 また 、 持明 院 統 も また 、 邦良 親王 の 即位 後 に 光厳 天皇 を 皇太子 に する 事 を 条件 に この 動き を 支持 し た 。 当然 、 後醍醐 天皇 は 邦良 親王 や 持明 院 統 、 そして この よう な 皇位 継承 を 決め た 鎌倉 幕府 に 対 し て 激し く 反発 し た 。 後 醍醐 天皇 は 六波羅 探題 南方 の 北条 維 貞 ( 北条 得 宗 一族 ) が 鎌倉 へ 赴 い て い る 最中 に 鎌倉 幕府 討幕 を 企て 、 側近 の 日野 資朝 、 日野 俊基ら は 諸国 を 巡 っ て 各地 の 武士 や 有力 者 に 討幕 を 呼びかけ て い た 。 13 世紀 中ごろ から 畿内 など で の 活動 が 活発 で あ っ た 悪党 や 、 奥州 で の 安東 氏 と 蝦夷 の 対立 など 、 政情 不安 に 乗 じ て の もの だ と も 考え られ て い る 。 9 月 19 日 に は 、 六波羅 探題 が 察知 し て 計画 は 事前 に 発覚 し 、 土岐 頼兼 、 多治見 国長 、 足助 重範 など 密議 に 参加 し た 武将 は 討伐 さ れ る 。 俊基 ら は 赦免 さ れ た が 資朝 は 鎌倉 へ 連行 さ れ 佐渡島 へ 流刑 と な り 、 側近 の 万里小路 宣房 ら が 鎌倉 へ 赴 い て 釈明 を 行 い 、 後醍醐 天皇 は 幕府 に 釈明 し て 赦 さ れ る が 、 7 年 後 の 1331 年 ( 元弘 元年 ) に 2 度 目 の 討幕 計画 で あ る 元弘 の 乱 を 起こ す 。 古典 『 太平 記 』 で 巻一 に 正中 の 変 の 顛末 が 記 さ れ て お り 、 無礼 講 と 称 し て 討幕 計画 や 、 計画 に 参加 し て い た 土岐 頼員 が 妻 に 謀反 の 計画 を 漏ら し 、 六波羅 探題 に 事情 を 密告 する 話 など が 記 さ れ て い る 。 西 大寺 ( 奈良 市 ) 系 の 律僧 も 参加 し て い た と 記 さ れ て い る 。 後 に 建武 の 新政 に お い て 役職 を 務め る 伊賀 兼光 や 律僧 の 文観 の 関与 も 指摘 さ れ て い る 。 +鹿ケ谷 の 陰謀 ( ししがた に の いんぼう ) は 、 平安 時代 の 安元 3 年 ( 1177 年 ) 6 月 に 京都 で 起こ っ た 、 平家 打倒 の 陰謀 事件 で あ る 。 京都 、 東山 鹿ヶ谷 ( 現在 の 京都 市 左京 区 ) の 静賢 法印 ( 藤原 通憲 の 子 ) の 山荘 で 謀議 が 行 わ れ た と さ れ 、 この よう に 呼 ば れ る 。 経過 安元 2 年 ( 1176 年 ) 後白河 法皇 は 50 歳 と な り 、 正月 から 祝い の 行事 が 続 い た 。 平 氏 一門 も 法住 寺 殿 の 宴 に 出席 し て 、 法皇 と の 親密 ぶり を 誇示 し た 。 しかし 6 月 に 建春 門院 の 病状 が 悪化 し て 、 7 月 8 日 に 死去 し た 。 相 前後 し て 、 高松 院 ( しゅ子内 親王 ) ・ 六 条 天皇 ・ 九条 院 ( 藤原 呈子 ) が 亡くな り 、 政界 は にわか に 動揺 する 。 まず 母 の 死 に よ り 、 皇子 の い な い 高倉 天皇 の 立場 が 不 安定 と な っ た 。 成人 し て 政務 に 関与 する よう に な っ た 高倉 天皇 と 、 院政 継続 を 望 む 後白河 の 間 に は 対立 の 兆し が あ っ た が 、 12 月 5 日 の 除目 に お い て 後白 河 近臣 の 藤原 定能 ・ 藤原 光能 が 、 平知 盛 ら を 超え て 蔵人 頭 に 任 じ られ た 。 後白河 院 政派 の 躍進 に 対 する 巻き返し と し て 、 翌 安元 3 年 ( 1177 年 ) 正月 の 除目 で は 平重盛 が 近衛 府 、 平宗 盛 が 右大将 と な っ た 。 建春 門院 と い う 仲介 者 を 失 っ た こと で 、 人事 を 巡り 高倉 を 擁 する 平氏 と 後白 河院 を 擁 する 院 近臣 勢力 は 相争 う こと に な る 。 それ で も 3 月 14 日 に 、 後白 河 院 が 千 僧 供養 の ため 福原 京 を 訪れ て 平 氏 に 好意 的 態度 を 示 し 、 亀裂 は 修復 さ れ た か に 見え た 。 ところ が 、 後白河 が 帰京 し た 3 月 22 日 、 山門 ( 比叡山 延暦 寺 ) の 大衆 ( 仏教 ) が 加賀 国守 ・ 藤原 師高 の 配流 を 求め て 強訴 を 起こ し た ( 白山 事件 ) 。 発端 は 西光 の 子 ・ 師 高 が 加賀 守 と な り 、 目代 ・ 師経 が 白山 の 末寺 ・ 宇河 寺 を 焼 い た こと に 激怒 し た 白山 の 僧侶 が 山門 に 訴え た こと だっ た 。 国衙 の 目代 と 現地 の 寺社 が 、 寺領 荘園 の 所務 を 巡 り 紛争 を 起こ す こと は 各地 で 頻発 し て い た が 、 この 事件 で は 白山 が 山門 の 末寺 で 、 国司 が 院 近臣 ・ 西光 の 子 で あ る こと から 、 中央 に 波及 し て 山門 と 院 勢力 の 全面 衝突 に 発展 し た 。 後白河 は 目代 ・ 師経 を 備後 国 に 流罪 に する こと で 事態 を 収拾 し よ う と し た が 、 大衆 は 納得 せ ず 4 月 12 日 に 神輿 を 持ち出 し て 内裏 に 向か う 。 後白河 は 強硬 策 を と り 官兵 を 派遣 する が 、 警備 に あた っ た 重盛 の 兵 と 大衆 の 間 で 衝突 が 起こ り 、 矢 が 神輿 に 当た っ た こと から 事態 は さらに 悪化 する 。 4 月 20 日 、 師高 の 尾張国 へ の 配流 、 神輿 に 矢 を 射 た 重盛 の 家人 の 拘禁 が 決定 、 大衆 の 要求 を 全面 的 に 受諾 する こと で 事件 は 決着 する 。 直後 の 4 月 28 日 、 「 太郎 焼亡 」 と 称 さ れ る 大火 が 発生 、 大極 殿 および 関白 松殿 基房 以下 13 人 の 公卿 の 邸宅 が 焼失 し て 、 人々 に 衝撃 を 与え た 。 この よう な 中 で 、 後白河 は 突如 と し て 先 の 事件 を 蒸し返 し 、 天台 座主 ・ 明雲 を 解任 、 所領 を 没官 する と 5 月 22 日 に 伊豆 国 へ 配流 し た 。 西光 が 師 高 の 流罪 を 嘆 き 、 強訴 の 張本人 が 明雲 で あ る と し て 処罰 を 訴え た こと が 原因 で あ っ た と い う 。 座主 配流 に 反発 する 大衆 が 明雲 の 身柄 を 奪回 し た ため 、 後白河 は 平清盛 を 呼び出 し 山門 攻撃 を 命 じ た 。 清盛 は 攻撃 に 消極 的 だっ た が 後白河 に 押し切 ら れ る 形 と な り 、 近江国 ・ 美濃 国 ・ 越前 国 の 武士 も 動員 さ れ て 攻撃 開始 は 目前 に 迫 っ た 。 出撃 直前 の 6 月 1日 、 清盛 の 西 八 条邸 を 多田 行綱 が 訪れ て 平氏 打倒 の 謀議 を 密告 し た 。 『 愚管 抄 』 に よ れ ば 、 後白河 が 静賢 の 鹿ケ谷 山荘 に 御幸 し た 際 、 藤原 成親 ・ 西光 ・ 俊寛 が 集ま り 平氏 打倒 の 計画 が 話し合 わ れ 、 行綱 が 呼 ば れ て 旗揚げ の 白旗 用 と し て 宇治 布 30 反 が 与え られ た と い う 。 また 『 平家 物語 』 に よ れ ば 、 成親 が 立ち上が っ て 瓶子 ( へいじ ) が 倒れ 、 後白河 が 「 あれ は いかに 」 と 問 う と 成親 が 「 平氏 ( 瓶子 ) た は れ 候 ぬ 」 と 答え 、 俊寛 が それ を どう する か 尋ね る と 西光 が 「 頸 を と る に しか ず 」 と 瓶子 の 首 を 折り 割 っ た と い う 。 清盛 は 直ちに 西光 を 呼び出 し て 拷問 に かけ 、 全て を 自供 さ せ る と 首 を 刎ね た 。 同じく 呼び出 さ れ た 成親 も 拘束 さ れ た 。 成親 の 妹 を 妻 に し て い た 重盛 は 、 命 だけ は 助か る よう に する と 成親 を 励ま し た と い う ( 『 愚管 抄 』 ) 。 西坂本 まで 下 っ て い た 山門 の 大衆 は この 動き を 知 る と 、 清盛 に 使者 を 送り 敵 を 討 っ た こと へ の 感謝 を 述べ て 山 へ 戻 っ て い っ た 。 4 日 、 俊寛 ・ 基仲 ・ 中原 基兼 ・ 惟宗 信房 ・ 平資行 ・ 平康 頼 など 参加 者 が 一網 打尽 に さ れ 、 5 日 、 明雲 が 配流 を 解 か れ た 。 9 日 、 尾張 に 流 さ れ て い た 師 高 が 、 清盛 の 家人 の 襲撃 を 受け て 惨殺 、 成親 は 一旦 は 助命 さ れ て 備前 国 に 配流 さ れ る が 、 食物 を 与え られ ず 殺害 さ れ て しま っ た 。 謀議 が 事実 で あ っ た か どう か は 当時 で も 疑問 視 する 向き が 多 く 、 西光 と 成親 が 清盛 の 呼び出し に 簡単 に 応 じ て い る こと から 、 平氏 側 ( 清盛 ) が 院 近臣 勢力 を 潰 す ため 、 もしくは 山門 と の 衝突 を 回避 する ため に でっち上げ た 疑獄 事件 の 可能 性 も あ る 。 清盛 が 狙い を つけ た の は 院 近臣 の 中核 で あ る 西光 ・ 成親 で 、 後白河 に は 手 を 下さ ず 福原 に 引き上げ た 。 後白河 は 「 こ は さ れ ば 何事 ぞ や 、 御 と か あ る べ し と も 思し 召 さ ず 」 と 白 を 切 っ た と い う 。 重盛 は 、 白山 事件 で 家人 が 矢 を 神輿 に 当て る 失態 を 犯 し た の に 加え 、 妻 の 兄 が 配流 さ れ て 助命 を 求め た に も 関わ ら ず 殺害 さ れ た こと で 面目 を 失 い 、 6 月 5 日 に 左 大将 を 辞任 し た 。 この 結果 、 宗盛 が 清盛 の 後継 者 の 地位 を 確立 し た 。 清盛 は 山門 と の 衝突 を 回避 し 、 反平 氏 の 動き を 見せ て い た 院 近臣 の 排除 に 成功 し た が 、 清盛 と 後白河 の 関係 は 取り返 し の つ か な い もの と な り 治承 三 年 の 政変 ( 1179 年 ) へ と つなが っ て い く 。 『 愚管 抄 』 +南北朝 正閏 論 ( なんぼく ちょう せい じゅん ろん ) と は 日本 の 南北朝 時代 ( 日本 ) に お い て 南北 の どちら が 正統 と する か の 論争 ( 閏 は う る う と 同じ で 「 正統 で は な い が 偽物 で は な い 」 の 意 ) 。 概要 近代 以前 の 南北朝 正閏 論 近世 以来 、 南北朝 の いずれ が 正統 か を めぐ っ て 南北朝 正閏 論 が 行 わ れ て き た 。 論 者 の 主張 は 大き く 南朝 正統論 、 北朝 正統論 、 両統 対立論 、 両統並 立論 に 分け られ る 。 徳川 光圀 は 徳川 氏 の 祖 と さ れ た 新田 氏 の 正統 性 を 示 す ため 、 「 大 日本 史 」 で 南朝 ( 日本 ) を 正統 で あ る と 提示 し た 。 また 同様 に 南朝 正統論 を 支持 し た 頼山陽 は 後 小松 天皇 ( 北朝 ( 日本 ) ) は 後亀山 天皇 ( 南朝 ) から 禅譲 を 受け た こと に よ っ て 正統 な 天皇 に な っ た の で 、 後 小松 天皇 以後 の 天皇 の 正統 性 の 問題 を 理由 と し て 、 北朝 の 皇位 継承 を 正当 化 と す べ き で は な い と 主張 し た ( 但し 史実 で は 神器 帰還 の 儀式 が 行 わ れ た のみ で 禅譲 の 儀式 は 行 わ れ て い な い ) 。 一方 、 当時 の 公家 社会 で は 、 公家 達 の ほとんど が 北朝 方 公家 の 末裔 で あ っ た ため に ( 多く は 家督 を 巡 っ て 南北 に 分裂 し た ) 北朝 正統論 が 強 く 、 柳原 紀光 ら 公家 出身 の 歴史 家 の 多く が 北朝 正統論 を 支持 し た 、 また 皇室 も 永 く 現皇統 に つなが る 北朝 を 正統 と 考え て い た と さ れ 祭祀 も その 方針 で 行 わ れ て い た 。 南北朝 正閏 問題 明治 の 歴史 学界 で は 、 南北朝 時代 に 関 し て 「 太平 記 」 の 記述 を 他 の 史書 や 日記 など の 資料 と 比較 する 実証 的 な 研究 が さ れ 、 これ に 基づ い て 190 3 年 ( 明治 36 年 ) 及び 1909 年 ( 同 42 年 ) の 小 学校 で 使用 さ れ て い る 国定 教科 書 改訂 に お い て は 南北 両朝 は 並立 し て い た もの と し て 書 か れ て い た 。 ところ が 、 1910 年 ( 同 43 年 ) の 教師 用 教科 書 改訂 に あた っ て 問題 化 し 始め 、 同年 に 幸徳 秋水 ら 社会 主義 者 が 起こ し た と さ れ た 幸徳 事件 が これ に 拍車 を かけ た 。 そして 、 1911 年 ( 明治 44 年 ) 1 月 19 日 付 の 読売 新聞 社説 に 「 もし 両朝 の 対立 を し も 許 さ ば 、 国家 の 既に 分裂 し た る こと 、 灼然 火 を 賭 る より も 明か に 、 天下 の 失態 之 より 大 な る 莫かるべし 。 何 ぞ 文部 省 側 の 主張 の 如 く 一時 の 変態 と し て 之 を 看過 する を 得 ん や 」 「 日本 帝国 に 於 て 真 に 人格 の 判定 を 為 す の 標準 は 知識 徳行 の 優劣 より 先づ 国民 的 情操 、 即 ち 大義 名分 の 明否 如何に 在り 。 今日 の 多 く 個人 主義 の 日 に 発達 し 、 ニヒリスト さ へ 輩出 する 時代 に 於 て は 特に 緊要 重大 に し て 欠 く べ から ず 」 と い う 論 が 出 さ れ 、 これ を 機 に 南北朝 の どちら の 皇統 が 正統 で あ る か を 巡 り 帝国 議会 で の 政治 論争 に まで 発展 し た 。 この 問題 を 巡 っ て 野党 立憲 国民 党 や 大 日本 国 体 擁護 団体 など が 当時 の 第 2 次 桂 内閣 を 糾弾 し た 。 この ため 、 政府 は 野党 や 世論 に 押 さ れ 、 1911 年 ( 明治 44 年 ) 2 月 4 日 に は 帝国 議会 で 南朝 を 正統 と する 決議 を おこな っ た 。 さらに 教科 書 改訂 を 行 い 、 教科 書 執筆 責任 者 で あ る 喜田 貞吉 を 休職 処分 と し た 。 最終 的 に は 「 大 日本 史 」 の 記述 を 根拠 に 、 明治 天皇 の 裁断 で 三 種 の 神器 を 所有 し て い た 南朝 が 正統 で あ る と さ れ ( ただし 、 現在 の 学説 で は 北朝 の 光厳 ・ 光明 ・ 崇光 の 三 帝 は 三 種 の 神器 を 保有 し て い た こと が ほぼ 確実 と み られ 、 神器 の 有無 を 根拠 に 北朝 の すべて を 「 正統 で な い 」 と する の は 無理 で あ る 。 なお 、 明治 天皇 は 北朝 の 五 帝 の 祭祀 に つ い て は 従前 どおり 行 う よう 指示 し た と さ れ る ) 、 南北朝 時代 は 南朝 が 吉野 に あ っ た こと に ちな ん で 「 吉野 朝 時代 」 と 呼 ば れ る 事 と な っ た 。 それ で も 、 田中 義成 など の 一部 の 学者 は 「 吉野 朝 」 の 表記 に 対 し て 抗議 し て い る ( 南北朝 正閏 問題 ) 。 以後 、 戦前 の 皇国 史 観 の もと で は 、 足利 尊 氏 を 天皇 に 叛 い た 逆賊 ・ 大悪 人 、 楠木 正成 や 新田 義貞 を 忠臣 と する イデオロギー 的 な 解釈 が 主流 に な る 。 第 二 次 世界 大戦 後 も 南朝 が 正統 と さ れ て い る が 、 歴史 の 実態 に 合わせ て 再び 「 南北朝 時代 」 の 用語 が 主流 に な っ た 。 また 価値 観 の 転換 や 中世史 の 研究 の 進歩 で 、 足利 尊 氏 の 功績 を 評価 し たり 、 楠木 正成 は 「 悪党 」 と し て の 性格 が 研究 さ れ る よう に な り 、 後醍醐 天皇 の 建武 の 新政 は 宋学 の 影響 で 中華 皇帝 的 な 天皇 独裁 を 目指 す 革新 的 な もの で あ る など 、 南北朝 時代 に 関 し て も 新た な 認識 が な さ れ る よう に な っ た 。 網野 善彦 は 職能 民 など 非 農民 層 に 着目 し 、 南北朝 時代 が 日本 史 の 転換 期 に あた る と 主張 し て い る 。 また 、 太平 洋 戦争 後 に は 、 熊沢 寛道 に 代表 さ れ る 自称 天皇 が 現れ 、 自身 が 南朝 の 子孫 で あ り 正統 な 皇位 継承 者 で あ る と 主張 し た 。 ただし 血統 的 に は 、 大覚 寺 統 よ り 持明 院 統 が 嫡流 で 、 持明 院 統 の 中 で も 伏見 宮家 が 、 その 嫡流 に あた る こと から 、 現皇室 の 血筋 が 最も 尊 い と さ れ て い る 。 +明応 の 政変 ( めいおう の せいへん ) は 、 室町 時代 の 1493 年 ( 明応 2 年 ) に 起こ っ た 足利 征夷 大将軍 廃立 事件 で あ る 。 なお 、 近年 の 日本 史 学界 に お い て は 戦国 時代 _ ( 日本 ) の 始期 を この 事件 に 求め る 有力 説 が あ る 。 足利 義稙 は 、 応仁 の 乱 で 西軍 の 盟主 に 擁立 さ れ た 足利 義視 の 嫡子 で あ る 。 乱 が 西軍 劣勢 で 収束 する と 、 父 と とも に 土岐 成頼 を 頼 っ て 美濃 国 へ 逃れ て い た 。 9 代将軍 足利 義尚 は 守護 大名 や 奉 公衆 を 率い 、 六角 討伐 の ため 近江 国 へ 親征 する が 、 1489 年 ( 延徳 元年 ) に 近江 で 病死 する 。 義材 は 義視 と とも に 上洛 し て 10 代 将軍 に 推挙 さ れ る が 、 足利 義政 や 細川 政元 など は 、 堀越 公方 足利 政知 の 子 で 天龍 寺 香厳 院 主 と な っ て い た 清晃 ( 足利 義澄 ) を 推 す 。 しかし 、 日野 富子 が 甥 で あ る 義材 を 後援 し 、 また 、 翌 1490 年 ( 延徳 2 年 ) に 義政 が 死去 する と 、 義視 の 出家 など を 条件 と し て 義材 の 10 代将軍 就任 が 決定 する 。 この 決定 に 反対 し た 政元 や 伊勢 貞宗 ら は 、 義視 父子 と 対立 し た 。 義材 は 前将 軍 義尚 の 政策 を 踏襲 し 、 丹波 国 、 山城 国 など 、 畿内 に おけ る 国一 揆 に 対応 する ため 、 1491 年 ( 延徳 3 年 ) 、 六角 討伐 を 継承 する など 軍事 的 強化 を 図 っ た 。 1493 年 ( 明応 2 年 ) 、 畠山 政長 は 敵対 する 畠山 義豊 ( 畠山 義就 の 子 ) の 討伐 の ため 、 義材 に 河内 国 親征 を 要請 する 。 政元 は これ に 反対 する が 、 畠山 氏 の 家督 問題 を 解決 さ せ る ため 、 義材 は 討伐 軍 を 進発 さ せ た 。 政元 は 、 義材 に 不満 を 抱 き 始め た 富子 や 赤松 政則 を 抱き込 み 、 清晃 を 還俗 さ せ て 11 代 将軍 に 擁立 し て クーデター を 決行 。 さらに 京都 を 制圧 する 。 この 報 に よ っ て 義材 勢 は 分裂 。 政長 が 敗死 する と 、 義材 は 投降 し て 京都 竜安 寺 に て 幽閉 さ れ る こと と な っ た 。 同年 6 月 、 幽閉 さ れ て い た 義材 は 、 側近 ら の 手引き で 越中 国 射水郡 放生 津 へ 下向 し 、 政長 の 重臣 で あ っ た 婦負 郡 ・ 射水 郡 分 郡 守護 代 ・ 神保長 誠 を 頼 っ た 。 さらに 、 義材 派 の 幕臣 ・ 昵近 公家 衆 ・ 禅僧 ら 70 人 余り が 越中 下向 に つ き 従 っ た ( 越中 公方 ) 。 この 政変 で 政元 は 幕政 を 掌握 し 、 奉 公衆 など の 軍事 的 基盤 が 崩壊 し た 将軍 権力 は 、 幕府 公権 の 二 分 化 に よ り 弱体 化 し た 。 これ に よ り 、 二流 に 分かれ た 将軍 家 を 擁 し た 抗争 が 各地 で 続 く こと と な っ た 。 以後 、 幕政 は 細川 氏 の 権力 に よ り 支え られ る 事 と な る 。 また 、 これ に 関連 し て 義材 派 の 山城 守護 ・ 伊勢 貞陸 ( 貞宗 の 子 ) が 、 山城 国 一揆 を 主導 し て き た 国 人 層 を 懐柔 し て 政元 へ の 抵抗 を 試み 、 また 、 政元 も 対抗 策 と し て 同様 の 措置 を 採 っ た 。 この ため 、 国 人 層 は 伊勢 派 と 細川 派 に 分裂 し て しま い 、 翌年 に は 山城 国 一揆 は 解散 に 追い込 ま れ る 事 に な っ た 。 さらに 近年 で は 、 同年 に 発生 し た 今川 氏 家臣 北条 早雲 ( 北条 早雲 ) の 伊豆 国 侵攻 が 、 義澄 と 対立 関係 に あ っ た 異母 兄 で あ る 堀越 公方 ・ 足利 茶々 丸 を 倒 す ため に 、 政元 や 上杉 定正 と 連携 し て 行 わ れ た と する 見方 が 有力 に な っ て い る 。 この よう に 、 明応 の 政変 は 中央 だけ の クーデター 事件 で は な く 、 全国 、 特に 東国 で 戦乱 と 下克 上 の 動き を 恒常 化 さ せ る 契機 と な る 、 重大 な 分岐 点 で あ り 、 戦国 時代 の 始期 と する 説 が 近年 の 日本 史 学界 で は 有力 と な っ て い る 。 『 大乗院 寺 社 雑事 記 』 - 興福 寺 の 尋尊 、 政覚 ら の 日記 。 190 巻 。 +舞鶴 鎮守 府 ( まいづる ちんじゅふ ) と は 、 京都 府 舞鶴 市 に あ っ た 旧 大 日本 帝国 海軍 の 鎮守 府 海軍 鎮守 府 。 通称 、 舞鎮 ( まいちん ) 。 対 ロシア の 戦略 上 、 日本 海軍 は 日本 海側 へ 海軍 の 軍事 拠点 を 設置 する 事 が 悲願 と な っ て お り 、 1889 年 ( 明治 22 年 ) に 、 湾口 が 狭 く 、 防御 に 適 し て お り 、 また 湾内 は 波静か で 多く の 艦船 が 停泊 でき る など 軍港 と し て は 格好 の 地形 で あ っ た 舞鶴 湾 に 白羽 の 矢 を たて 、 舞鶴 に 鎮守 府 を 設置 する 事 に な っ た 。 しかし ながら 、 呉 鎮守 府 、 佐世保 鎮守 府 の 整備 が 優先 さ れ 、 舞鶴 の 軍港 建設 費用 に は 日清 戦争 に よ っ て 清 から 支払 わ れ た 賠償 金 が あて られ る 事 に な っ た 。 舞鶴 は 山地 が 多 い ため 、 敷地 開削 工事 に は 莫大 な 費用 を 要 し た が 、 1899 年 ( 明治 32 年 ) 末 に は 、 土地 造成 工事 が ほぼ 出来上が っ た 。 これ に 並行 し て 鎮守 府 諸 施設 の 工事 が 始ま り 、 1901 年 ( 明治 34 年 ) 10 月 1日 に 舞鶴 鎮守 府 が 開庁 、 初代 司令 長官 は 当時 海軍 中将 で あ っ た 東郷 平八郎 が 任命 さ れ た 。 1889 年 ( 明治 22 年 ) : 第 四 海軍 区 鎮守 府 を 舞鶴 に 設置 する 事 を 閣議 決定 。 1897 年 ( 明治 30 年 ) : 舞鶴 に 舞鶴 要塞 砲兵 大隊 を 配置 。 1901 年 ( 明治 34 年 ) : 開庁 。 190 3 年 ( 明治 36 年 ) : 舞鶴 海軍 工廠 開設 。 190 4 年 ( 明治 37 年 ) : 日露 戦争 勃発 。 舞鶴 線 開通 。 1923 年 ( 大正 12 年 ) : ワシントン 海軍 軍縮 条約 に よ り 要港 部 に 格下げ 。 同時 に 海軍 工廠 も 工作 部 に 格下げ 。 1936 年 ( 昭和 11 年 ) : 舞鶴 海軍 工作 部 が 海軍 工廠 に 昇格 。 1939 年 ( 昭和 14 年 ) : 鎮守 府 に 格上げ 。 1943 年 ( 昭和 18 年 ) : 倉谷 工業 団地 ( 京都 ) に 第 二 造兵部 を 設置 。 1945 年 ( 昭和 20 年 ) : 太平 洋 戦争 ( 大東 亜 戦争 ) 、 終戦 。 +摂関 政治 ( せっかん せいじ ) と は 、 平安 時代 に 藤原 氏 ( 藤原 北家 ) の 良房 流 一族 が 、 代々 摂政 や 関白 あるいは 内覧 と な っ て 、 天皇 の 代理 者 、 又 は 天皇 の 補佐 者 と し て 政治 の 実権 を 独占 し 続け た 政治 形態 で あ る 。 まず 、 摂関 政治 の 足がかり を 作 っ た の は 藤原 冬嗣 で あ っ た 。 冬嗣 は 810 年 、 天皇 の 筆頭 秘書 官 ( 又 は 官房 長官 ) と 言 う べ き 蔵人 頭 ( 新設 官庁 で あ る 蔵人 所 の 長官 ) に 就任 し 、 一大 法令 群 で あ る 弘仁格式 を 撰上 し た 。 この 功績 に よ り 、 次 世代 に おけ る 藤原 北家 台頭 の 足がかり が でき た 。 冬嗣 の 子藤原 良房 は 、 857 年 に 太政 大臣 へ 、 866 年 に は 摂政 へ と 、 いずれ も 人臣 と し て 初めて 就任 し た 。 良房 の 採 っ た 政治 手法 は 大き く 二 つ あ る 。 一 つ は 、 他 の 有力 貴族 を 失脚 さ せ る こと で 、 藤原 北家 へ の 対抗 心 を 削 ぐ こと ( 他 氏 排斥 ) 。 二 つ 目 は 、 天皇 家 に 娘 を 嫁 が せ子 を 産 ま せ 、 天皇 の 外祖父 と し て 権力 を 握 る こと だっ た 。 前者 の 他 氏 排斥 と し て は 、 842 年 の 承和 の 変 に お い て 大伴 氏 ・ 橘 氏 両 氏 及び 藤原 式家 を 、 次いで 86 6 年 の 応天門 の 変 に お い て 伴 ・ 紀氏 両 氏 を 失脚 さ せ て い る 。 後者 と し て は 、 文徳 天皇 に 娘 を 嫁 が せ 、 その 結果 清和 天皇 が 誕生 し 、 天皇 の 外祖父 と し て 確固 た る 政治 基盤 を 築 い て い る 。 この 、 娘 を 天皇 家 に 嫁 が せ る 手法 は 、 藤原 北家 の 伝統 と な り 、 天皇 の 代理 者 ・ 補佐 者 と し て の 地位 の 源泉 と も な っ て い っ た 。 良房 の 死後 、 養子 の 藤原 基経 は すぐ に 摂政 へ 就任 し 、 884 年 に 急遽 年配 の 光孝 天皇 が 即位 し た 際 に は 、 事実 上 の 関白 に 就任 し た 。 それ まで は 幼少 の 天皇 の 代理 者 た る 摂政 と し て 権限 を 行使 し て き た が 、 ついに 成人 の 天皇 の 補佐 者 ( 事実 上 の 権限 代行 者 ) た る 関白 の 地位 も 手中 に し た こと に な る 。 なお 、 正式 な 関白 の 地位 を 手 に 入れ る 過程 で 阿衡 の 紛議 と い う 事件 が 起こ り 、 基経 は 天皇 に 謝罪 さ せ る こと に 成功 し て い る 。 基経 の 子藤原 時平 の とき 、 ライバル と し て 菅原 道真 が 台頭 し た が 、 90 1 年 に 道真 を 左遷 へ 陥れ た ( 昌泰 の 変 ) 。 時平 は 非常 に 有能 な 政治 家 と し て 手腕 を 発揮 し て い っ た が 、 摂政 ・ 関白 に 就任 する 前 に 死 ん で しま っ た 。 時平 の 弟 、 藤原 忠平 は 藤原 師輔 は 摂政 ・ 関白 に 就任 する こと が でき た が 、 彼 の 死後 、 村上 天皇 の 親政 ( 天暦 の 治 ) が 行 わ れ 、 摂政 ・ 関白 の 座 は 空位 と な っ た 。 しかし 、 村上 天皇 の 逝去 に よ り 、 藤原 実頼 が 関白 に 就任 し 、 以後 、 明治 維新 まで 摂政 ・ 関白 が 常置 ( 後醍醐 天皇 に よ る 建武 の 新政 の 時期 など の 例外 を 除 く ) さ れ る こと と な る 。 安和 の 変 に よ る 源 高明 の 追放 、 次いで 源 兼明 の 皇族 復帰 に よ っ て 他 氏 排斥 が 完了 し た 後 は 、 藤原 北家 の 内部 で 権力 争奪 が 行 わ れ る こと と な っ た 。 安和 の 変後 、 冷泉 天皇 ・ 円融 天皇 両 天皇 の 外戚 で あ っ た 藤原 師輔 の 子 で あ る 藤原 兼通 ・ 藤原 兼家 兄弟 が 摂関 の 座 を 争 っ て 互い に その 出世 を 妨害 し よ う と し た 。 権 大 納言 から 後継 の 関白 の 地位 を 得 た 兼通 は 、 内覧 ・ 内 大臣 を 経 て 関白 に 就任 し た 。 兼通 に 関白 就任 に 必要 な 大臣 の 資格 を 与え る ため に 内 大臣 が 72 年 ぶり に 設置 さ れ た 。 ( その 前 の 藤原 高藤 は 危篤 と な っ た 天皇 の 外祖父 で あ る 大 納言 に 対 する 礼遇 で あ る ため 、 実質 は 奈良 時代 末期 の 藤原 魚名 以来 191 年 ぶり で あ る ) だ が 、 兼通 の 上位 に は 左 大臣 源 兼明 と 右 大臣 藤原 頼忠 ( 後 の 関白 ) が おり 、 兼通 は その 次 の 席次 で あ っ た 上 に 、 兼明 は 一上 と し て 太政 官 の 実権 を 掌握 し て い た 。 そこ で 兼通 は 太政 大臣 に 就任 し て 源 兼明 を 皇族 に 復帰 さ せ て 左 大臣 を 止め させ る 詔勅 を 出 さ せ 、 頼忠 を 一上 に 任命 し た 。 兼通 は 自身 の 子弟 を 公卿 に 昇進 さ せ て その 世襲 化 を 図 っ た が 、 息子 達 を 公卿 に 任 じ 終え た 直後 に 病死 し た ため に 挫折 し た 。 兼通 に よ っ て 長年 不遇 で あ っ た 兼家 は 一条 天皇 の 外祖父 と し て 摂政 に 就任 し た 。 兼家 は 右 大臣 で あ っ た もの の 、 上位 に 太政 大臣 藤原 頼忠 ( 前関白 ) ・ 左 大臣 源 雅信 が お り 、 雅信 が 一上 で あ っ た 。 頼忠 ・ 雅信 排除 の 名目 を 見出せ な かっ た 兼家 は 、 自ら 右 大臣 を 辞 し て 替わり に 准 三宮 の 待遇 を 受け て 、 前 大臣 で あ り ながら 摂政 後 に 関白 と し て 百 官 の 上位 に 就 い た 。 以後 、 摂政 ・ 関白 の 宮中 で の 席次 は 、 太政 大臣 より も 上位 と 考え られ る よう に な っ た 。 また 、 4 人 の 子息 と 義弟 を 公卿 に 昇進 さ せ 、 嫡男 の 藤原 道隆 を 内 大臣 に 任 じ て 関白 の 地位 を 譲 っ た ところ で 死去 し た 。 こう し た 一連 の 一族 内 紛争 に 勝利 し 、 摂関 政治 の 最盛 期 を 作り出 し た の が 兼家 の 5 男 で あ っ た 藤原 道長 で あ る 。 道長 も また 、 995 年 に 甥藤 原 伊周 ( 道隆 嫡男 ) と の 権力 闘争 に 勝 ち 、 内覧 に 就任 し て い る 。 道長 の 子藤原 頼通 は 摂関 の 地位 に 約 50 年間 就 い た 。 しかし 、 天皇 家 に 嫁 が せ た 娘 から は ついに 天皇 と な る 男児 は 生まれ な かっ た 。 1068 年 、 王統 統一 の 流れ の 中 で 後三 条 天皇 が 即位 し た 。 後 三 条 天皇 は 藤原 北家 の 祖父 を 持 た な い 約 170 年 ぶり の 天皇 で あ り 、 それ を 支援 し た の は 同じ 摂関 家 ながら その 就任 資格 から 排除 さ れ た 藤原 能信 ( 頼通 の 異母 弟 ) ら で あ っ た 。 後 三 条 天皇 は 、 天皇 の 威信 と 律令 の 復興 を 意図 する 政策 を 次々 と 打ち出 し 、 次代 の 白河 天皇 も その 政策 を 引き継 い だ 。 だ が この 間 、 摂関 家 で は 頼通 と その 後 を 継 い で 関白 と な っ た 藤原 教通 ( 頼通 の 同腹 弟 ) が 確執 を 起こ し て 、 天皇 に 対 し て 具体 的 な 対抗 手段 を 取れ る 状況 で は な かっ た 。 そして 、 白河 天皇 は 1086 年 に 上皇 と な っ た が 、 それ は 引退 など で は な く 、 上皇 と し て の 政治 、 いわゆる 院政 の 開始 を 意味 し た 。 律令 の 規定 上 、 上皇 は 天皇 と 同等 の 権力 行使 が 可能 で あ り 、 天皇 の 実父 で あ る と い う 強み も 得 て 、 政治 権力 は 摂政 ・ 関白 から 上皇 へ シフト し て い っ た 。 更に 偶然 に も 藤原 師通 ( 頼通 の 孫 ) の 死後 の 摂関 家 で は 後継 者 争い が 生 じ 、 最終 的 に 白河 法皇 の 介入 と い う 形 で 解決 が な さ れ て しま う 。 この ため 、 以後 の 摂政 ・ 関白 の 任命 に は 上皇 ( 法皇 ) の 意向 を 無視 する 事 が 不 可能 に な っ て しま っ た 。 こう し た 摂関 家 自ら の 内部 事情 が 摂関 政治 の 衰退 に 拍車 を かけ て しま っ た の で あ る 。 古典 的 な 理解 で の 摂関 政治 は まさに 院政 に よ っ て 終焉 し た 。 古典 的 理解 に よ る 摂関 政治 は 母系 的 繋がり を 持 つ 天皇 、 公卿 に よ る 政治 の 独占 で 、 母系 の 要 と な る 者 が 摂政 ・ 関白 と な る と い う 理解 で あ る 。 しかし 、 院政 の 出現 に よ り 、 貴族 の 家格 と い う もの が 固定 さ れ る 。 古典 的 理解 で の 摂関 政治 で は 、 幼帝 の 外祖父 と その 血縁 者 のみ が 摂政 、 後 に 関白 や 公卿 の 権利 を 持 っ て い た が 、 院政 の 成立 後 に は 藤原 北家 頼 通流 に のみ 摂政 ・ 関白 職 が 世襲 さ れ る こと が 公認 さ れ る 。 皮肉 に も 摂関 政治 を 終焉 に 導 い た 院政 が 「 摂関 家 」 と い う 概念 を 生み出 し た 。 そして 、 実体 と し て の 摂関 政治 は 、 後三 条 ・ 白河 期 に 終焉 を 迎え て い た と 見 る べ き で あ ろ う 。 その 後 、 武家 政治 に よ っ て 摂関 政治 は 完全 に 消滅 し た か に 見え た が 、 摂政 ・ 関白 職 は 存続 し て い た ため 、 武士 達 は 権力 の 拠所 と し て 摂関 家 を 大いに 利用 し た 。 その 最 た る もの が 豊臣 秀吉 の 関白 職 就任 で あ ろ う 。 秀吉 は 関白 と し て の 地位 を 最大 限 に 利用 し 、 ある 意味 、 摂関 政治 を 復興 さ せ た と 言え な く も な い 。 しかし 秀吉 の 権勢 は 関白 の 地位 に 由来 する もの で は な く 、 彼 本 人 の 政治 力 に よ る もの で あ り 、 また 、 彼 は 摂関 を 征夷 大将軍 に 代わ る 「 武家 の 棟梁 」 と し て 位置 付け よ う と し た もの で あ り 、 旧来 の 摂関 政治 の 復活 と は 軌 を 一 に する もの で は な かっ た 。 また 、 江戸 時代 に は 江戸 幕府 の 支援 で 摂関家 の 勢力 が 再興 さ れ た が 、 あくまで 名目 と し て の 存在 で 、 実権 は 伴 っ て い な かっ た 。 さらに 、 同時 に 幕府 の 介入 に よ っ て 摂関 家 当主 に よ る 「 合議 制 」 に よ る 意思 決定 が 義務 付け られ た 事 に よ っ て 寧 ろ 逆 に 摂関 政治 は 否定 さ れ る 事 に な っ た 。 それ で も 摂政 ・ 関白 の 幕府 で の 待遇 の 厚 さ は 格別 な もの が あ り 、 近衛 基煕 など 幕府 に お い て 一定 の 影響 力 を 有 し た 関白 さえ 存在 し た 。 明治 時代 に な っ て 、 摂政 ・ 関白 は 廃止 さ れ 、 同時 に 摂関 政治 は 完全 に 消滅 する 事 と な っ た 。 現在 、 摂政 のみ が 存続 を 認め られ 、 天皇 の 公務 を 代行 する 役目 と し て 皇太子 など 皇族 のみ が 任 ぜ られ る 職 と し て 皇室 典範 に 定め られ て い る 。 律令 で は 、 太政 官 が 奏上 する 政策 案 や 人事案 を 天皇 が 裁可 する 、 と い う 政策 決定 方式 が 採 ら れ て い た 。 すなわち 、 天皇 に 権力 が 集中 する よう 規定 さ れ て い た の で あ る が 、 摂政 ・ 関白 と い う 天皇 の 代理 者 ・ 補佐 者 の 登場 は 、 摂関 家 が 天皇 の 統治 権 を 請け負 い 始め た こと を 意味 する 。 摂関 政治 が 確立 し 始め た 9 世紀 後期 から 10 世紀 初頭 に かけ て は 、 国外 へ は 鎖国 主義 を 採 り 、 国内 で も 蝦夷 侵略 が ほぼ 終結 する など 、 国内外 に 大きな 脅威 が なくな り 、 国政 も 安定 期 に 入 っ て い た 。 その ため 、 積極 的 な 政策 展開 より も 行事 や 儀式 の 先例 通り の 遂行 や 人事 決定 が 政治 の 中 で 大きな ウェイト を 占め る こと と な っ た 。 また 、 公的 な 軍事 力 が 低下 する 反面 、 摂関家 は 、 武力 に 秀 で た 清和 源 氏 を 家来 と する など 、 軍事 力 の 分散 化 が 見 られ 出 し た 。 摂関 政治 の 登場 も 上記 の 歴史 的 な 流れ の 中 で 説明 が 可能 で あ ろ う 。 すなわち 、 国政 の 安定 に 伴 い 政治 運営 が ルーティーン 化 し て い き 、 天皇 の 大権 を 臣下 へ 委譲 する こと が 可能 と な っ た 。 その 中 で 、 うま く 時流 に 乗 っ た 藤原 北家 が 大権 の 委譲 を 受け る こと に 成功 し 、 その 特権 を 独占 する と とも に 、 独自 の 軍事 力 を 保有 する に 至 っ た 。 摂 関家 が 統治 権 を 握 る こと に よ り 、 他 の 家系 は 出世 の 見込み が なくな り 、 特定 の 業務 を 担当 する こと で 貴族 と し て の 生き残り を 図 っ て い っ た 。 ただし 、 それ は 摂関 政治 に 代わ っ た 院政 に 関 し て も 同じ 事 が 言え る 。 院政 の 形態 は 存在 し な く て も 律令 政治 初期 の 頃 から 、 上皇 が 「 天皇 家 の 家父 長 」 と し て 天皇 の 保護 者 ・ 後見 者 を 担 っ て き た 。 摂関 政治 で は それ が 父系 から 母系 に 移り 、 院政 で 再び 父系 に 移 っ た と 考え る こと も 出来 る の で あ る 。 ( 藤原 良房 の 権力 掌握 開始 が 家父 長 的 権力 を 有 し た 嵯峨 上皇 の 崩御 に 始ま り 、 宇多 法 皇 が 家父 長 と し て 背後 に あ っ た 醍醐 天皇 の 時代 に 一時 摂関 政治 が 停滞 し 、 久し く 絶え て い た 家父 長 的 な 上皇 の 復活 で あ る 白河 上皇 が 摂関 政治 に 代わ る 院政 を 開始 し た 事 は 偶然 で は 決して 片付け られ な い もの で あ る ) 。 また 、 国政 の 安定 を 背景 に 、 権力 の 分散 化 も 顕著 と な っ て い き 、 例えば 、 地方 官 の 辞令 を 受け た 者 から 現地 の 有力 者 へ その 地方 の 統治 権 が 委任 さ れ る と い っ た 動き も 見 られ た 。 この 動き が 、 ひいては 鎌倉 幕府 ・ 武家 政権 の 成立 へ つなが っ て い く 。 +応天門 の 変 ( おうてんもん の へん ) は 、 平安 時代 前期 の 貞観 _ ( 日本 ) 8 年 ( 866 年 ) に 起こ っ た 政治 事件 で あ る 。 応天門 が 放火 さ れ 、 大納言 伴 善男 は 左 大臣 源信_ ( 公卿 ) の 犯行 で あ る と 告発 し た 。 しかし 、 太政 大臣 藤原 良房 の 進言 で 無罪 と な っ た 。 その 後 、 密告 が あ り 伴善 男 父子 に 嫌疑 が かけ られ 、 有罪 と な り 流刑 に 処 さ れ た 。 これ に よ り 、 古代 から の 名族 伴 氏 ( 大伴 氏 ) は 没落 し た 。 藤原 氏 に よ る 他 氏 排斥 事件 の ひと つ と さ れ て い る 。 経過 大納言 伴 善男 は 左 大臣 源信 と 不仲 で あ っ た 。 自ら は 右 大臣 に な る こと を 望 ん で い た と も さ れ る 。 源信 を 失脚 さ せ て 空席 に な っ た 左 大臣 に 右 大臣 の 藤原 良相 が な っ た 。 864 年 に 伴善 男 は 源信 に 謀反 の 噂 が あ る と 言い立て た が 、 これ は 取り上げ られ な かっ た 。 866 年 4 月 28 日 ( 貞観 8 年 閏 3 月 10 日 ) 、 応天門 が 放火 炎上 する 事件 が 起こ る 。 朝廷 は 大騒ぎ と な り 、 盛ん に 加持 祈祷 を 行 っ た 。 ほど な く 、 伴善 男 は 右 大臣 藤原 良相 に 源信 が 犯人 で あ る と 告発 する 。 応天門 は 大伴 氏 ( 伴 氏 ) が 造営 し た もの で 、 源信 が 伴 氏 を のろ って 火 を つけ た もの だ と さ れ た 。 藤原 良相 は 源信 の 逮捕 を 命 じ て 兵 を 出 し 、 邸 を 包囲 する 。 放火 の 罪 を 着 せ られ た 左 大臣 源信家 の 人々 は 絶望 し て 大いに 嘆き悲し ん だ 。 参議 藤原 基経 が これ を 父 の 太政 大臣 藤原 良房 に 告げ る と 、 驚 い た 良房 は 清和 天皇 に 奏上 し て 源信 を 弁護 し た 。 源信 は 無実 と な り 、 邸 を 包囲 し て い た 兵 は 引き上げ た 。 8 月 3 日 、 備 中国 権 史生 の 大宅 鷹取 が 応天門 の 放火 の 犯人 は 伴善 男 と その 子伴 中庸 で あ る と 訴え 出 る 。 鷹取 は 応天門 の 前 から 善男 と 中庸 、 雑色 の 豊清 の 3 人 が 走り去 っ た の を 見 て 、 その 直後 に 門 が 炎上 し た と 申し出 た 。 鷹取 の 子女 が 善男 の 従僕 生江 恒山 に 殺 さ れ た こと を 恨 ん で い た と 言 わ れ る 。 ( 鷹取 が 子 が 善男 の 出納 の 子供 と 喧嘩 し て 、 その 出納 が 鷹取 の 子 を 死 ぬ ほど 殴りつけ た の を 恨 ん で の こと と も さ れ る 。 ) 鷹取 は 検非 違使 に 引き渡 さ れ る 。 天皇 は 勅 を 下 し て 伴善 男 の 取調べ を 命 じ た 。 伴善男 、 伴中 庸 、 生江 恒山 、 伴清 縄 ら が 捕らえ られ 厳し く 尋問 さ れ る が ( 杖 で 打 ち 続け られ る 拷問 を 受け て い た 可能 性 も あり ) 、 彼 ら は 犯行 を 認め な かっ た 。 9 月 22 日 、 朝廷 は 伴善 男 ら を 応天門 の 放火 の 犯人 で あ る と 断罪 し て 死罪 、 罪一 等 を 許 さ れ て 流罪 と 決 し た 。 伴善男 は 伊豆 国 、 伴中 庸 は 隠岐 国 、 紀 豊城 は 安房 国 、 伴秋 実 は 壱岐 国 、 伴清 縄 は 佐渡 国 に 流 さ れ 、 連座 し た 紀夏井 ら が 処分 さ れ た 。 また 、 この 処分 から 程 無 く 源信 ・ 藤原 良相 の 左右 両 大臣 が 急死 し た ため に 藤原 良房 が 朝廷 の 全権 を 把握 する 事 に な っ た 。 この 事件 の 処理 に 当た っ た 藤原 良房 は 、 伴 氏 ・ 紀氏 の 有力 官人 を 排斥 し 、 事件 後 に は 清和 天皇 の 摂政 と な り 藤原 氏 の 勢力 を 拡大 する こと に 成功 し た 。 事件 は 国宝 「 伴大 納言 絵詞 」 に も 描 か れ て い る 。 +源氏 物語 ( げんじ ものがたり ) は 、 平安 時代 中期 に 成立 し た 、 日本 の 長編 物語 、 小説 。 文献 初出 は 長保 3 年 ( 1001 年 ) で 、 この ころ に は 相当 な 部分 まで が 成立 し て い た と 思 わ れ る 。 分量 、 内容 、 文学 的 成果 の いずれ から 言 っ て も 王朝 物語 のみ な ら ず 日本 文学 史 上 の 雄 で あ り 、 後世 に 与え た 影響 は はかりしれ な い 。 現在 で は 通常 『 源氏 物語 』 と 呼 ば れ て い る 、 この 物語 が 作 ら れ た 当時 の 本来 の 題名 が なん で あ っ た の か は 明らか で は な い 。 古 写本 に は 題名 の 記 さ れ て い な い もの も 多 く 、 記 さ れ て い る 場合 で も さまざま な もの が 記 さ れ て い る 。 『 源氏 物語 』 の 古 写 本 の 場合 、 冊子 の 標題 に は 「 源氏 物語 」 ないし は それ に 相当 する 物語 全体 の 標題 が 記 さ れ て い る 場合 より も 、 それぞれ の 帖名 が 記 さ れ て い る こと が 少な く な い 。 古 い 時代 の 写本 や 注釈 書 など の 文献 に 記 さ れ て い る 名称 は 大き く 以下 の 系統 に 分かれ る 。 「 源氏 の 物語 」 、 「 光源 氏 の 物語 」 、 「 光 る 源氏 の 物語 」 、 「 光源 氏 」 、 「 源氏 」 、 「 源 氏 の 君 」 など と する 系統 。 「 紫 の 物語 」 、 「 紫 の ゆかり の 物語 」 など と する 系統 。 これ ら は いずれ も 源 氏 ( 光源 氏 ) また は 紫 の 上 と い う 主人 公 の 名前 を その まま 物語 の 題名 と し た もの で あ っ て 、 物語 の 固有 の 名称 で あ る と は 言 い 難 い 。 もし 作者 が 命名 し た 題名 が あ る の なら この よう に さまざま な 題名 が 生まれ る と は 考え がた いため 、 これ ら の 題名 は 作者 が 命名 し た 題名 で は な い 可能 性 が 高 い と 考え られ て い る 。 『 紫式 部 日記 』 、 『 更級 日記 』 、 『 水鏡 』 など の この 物語 の 成立 時期 に 近 い 主要 な 文献 に 「 源 氏 の 物語 」 と あ る こと など から 、 物語 の 成立 当初 から この 名前 で 呼 ば れ て い た と 考え られ て い る 。 しかし 、 作者 を 「 紫式 部 」 と 呼 ぶ こと が 『 源氏 物語 』 ( = 『 紫 の 物語 』 ) の 作者 で あ る こと に 由来 する なら ば 、 その 通称 の もと に な っ た 「 紫 の 物語 」 や 「 紫 の ゆかり の 物語 」 と い う 名称 は かなり 早 い 時期 から 存在 し た と 見 られ る こと など から 、 源 氏 を 主人 公 と し た 名称 より も 古 い と する 見解 も あ る 。 なお 、 「 紫 の 物語 」 と い っ た 呼 び 方 を する 場合 に は 現在 の 源氏 物語 54 帖 全体 を 指 し て い る の で は な く 「 若紫 」 を 始め と する 紫 の 上 が 登場 する 巻々 ( いわゆる 「 紫 の 上 物語 」 ) のみ を 指 し て い る と する 説 も あ る 。 なお 、 『 河海 抄 』 など の 古伝承 に は 、 「 源氏 の 物語 」 と 呼 ば れ る 物語 が 複数 存在 し 、 その 中 で 最も 優れ て い る の が 「 光源 氏 の 物語 」 で あ る と する もの が あ る が 、 現在 「 源氏 物語 」 と 呼 ば れ て い る 物語 以外 の 「 源氏 の 物語 」 の 存在 を 確認 する こと は 出来 な い 。 その ため 池田 亀鑑 など は この 伝承 を 「 とりあげ る に 足り な い 奇怪 な 説 」 に 過ぎ な い と し て 事実 で は な い と し て い る が 、 和辻 哲郎 は 、 「 現在 の 源氏 物語 に は 読者 が 現在 知 ら れ て い な い 光源 氏 に つ い て の 何 ら か の 周知 の 物語 が 存在 する こと を 前提 と し て 初めて 理解 でき る 部分 が 存在 する 。 」 と し て 「 これ は いきなり 斥 く べ き 説 で は な かろ う と 思 う 」 と 述べ て い る 。 なお この ほか に 「 源語 ( げんご ) 」 、 「 紫文 ( しぶん ) 」 、 「 紫史 ( しし ) 」 など と い う 漢語 風 の 名称 で 呼 ば れ て い る こと も あ る が 、 漢籍 の 影響 を 受け た もの で あ り それ ほど 古 い もの は な い と 考え られ て お り 、 池田 亀鑑 に よ れ ば その 使用 は 江戸 時代 を 遡 ら な い と さ れ る 。 一条 天皇 中宮藤原 彰子 ( 藤原 道長 息女 ) に 女房 と し て 仕え た 紫式 部 が その 作者 で あ る と い う の が 通説 で あ る 。 物語 中 に 作者 を 知 る 手がかり は な い が 、 以下 の 書 より 作者 が 紫式 部 で あ る こと は まず 動 か な い と さ れ て い る 。 『 紫式 部 日記 』 ( 写本 の 題名 は 全て 『 紫日 記 』 ) 中 に 自作 の 根拠 と さ れ る 次 の 3 つ の 記述 藤原 公任 の   源 氏 の 物語 の 若紫   と い う 呼びかけ 。 「 左衛門 督 あな かし ここ の わたり に 若紫 や さぶら ふ とうか が ひたま ふ 源 氏 に かか る へき 人 も 見え た ま は ぬに か の 上 は ま いてい か で も の したま は む と 聞 き ゐ たり 」 一条 天皇 の 源氏 の 物語 の 作者 は 日本 紀 を よく 読 ん で い る と い う 述懐 に よ り 日本 紀 の 御 局 と 呼 ば れ た こと 。 「 内裏 の 上 の 源氏 の 物語 人 に 読 ま せ た まひ つつ 聞 こ しめ しけ る に この 人 は 日本 紀 を こそ よ み た ま へ けれ まこと に 才 あ る べ し と の たま は せけ る を ふと 推し はかり に いみじうな む さえ か あ る と 殿 上人 など に 言 ひ散ら し て 日本 紀 の 御 局 ぞ つけ たり ける いと を かし く ぞ は べ る 」 藤原 道長 が 源 氏 の 物語 の 前 で 好色 の 歌 を 日記 作 者 に 詠 ん だ こと 。 「 源氏 の 物語 御前 に あ る を 殿 の 御覧 じ て 、 例 の すずろ 言 ど も 出 で 来 た る ついで に 梅 の 下 に 敷 か れ た る 紙 に 書 か せ た ま へ る すきもの と 名 に し た てれ ば 見 る 人 の 折ら で 過ぐる は あらじと ぞ 思 ふたま は せた れ ば 人 に まだ 折 られ ぬ もの を たれ かこ の すきものぞ と は 口 なら し けむ めざまし う と 聞 こ ゆ 」 底本 、 宮内 庁 蔵 『 紫日 記 』 黒川 本 尊卑 分脈 ( 『 新編纂 図 本 朝尊卑 分脉 系 譜 雑類 要集 』 ) の 註記 「 上東 門院 女房 歌人 紫式部 是也源氏 物語 作者 或本雅正女 云々 為時 妹也 云々 御堂 関白 道長 妾 」 後世 の 源氏 物語 註釈 書 なお 、 紫式 部 ひとり が 書 い た と する 説 の 中 に も 以下 の 考え 方 が あ る 。 短 期間 に 一気 に 書き上げ られ た と する 考え 方 長 期間 に 渡 っ て 書き継 が れ て き た と する 考え 方 。 この 場合 は 、 その 間 の 紫式 部 の 環境 の 変化 ( 結婚 、 出産 、 夫 と の 死別 、 出仕 など ) が 作品 に 反映 し て い る と する もの が 多 い 。 『 源氏 物語 』 の 大 部分 が 紫式 部 の 作品 で あ る と し て も 、 一部 に 別人 の 手 が 加わ っ て い る の で は な い か と する 説 は 古く から 存在 する 。 古注 の 一条 兼良 の 『 花鳥 余情 』 に 引用 さ れ た 『 宇治 大 納言 物語 』 に は 、 『 源氏 物語 』 は 紫式 部 の 父 で あ る 藤原 為時 が 大筋 を 書 き 、 娘 の 紫式 部 に 細か い ところ を 書 か せ た と する 伝承 が 記録 さ れ て い る 。 また 『 河海 抄 』 に は 藤原 行成 が 書 い た 『 源氏 物語 』 の 写本 に 藤原 道長 が 書き 加え た と する 伝承 が 記録 さ れ て い る 。 また 一条 兼良 の 『 花鳥 余情 』 、 一条 冬良 の 『 世諺 問答 』 など に は 宇治 十 帖 が 紫式 部 の 作 で は な くその 娘 で あ る 大弐 三 位 の 作 で あ る と する 伝承 が 記録 さ れ て い る 。 近代 に 入 っ て から も 、 様々 な 形 で 「 源氏 物語 の 一 部分 は 紫式 部 の 作 で は な い 」 と する 理論 が 唱え られ て き た 。 与謝野 晶子 は 筆致 の 違い など から 「 若菜 」 以降 の 全巻 が 大弐 三 位 の 作 で あ る と し た 。 和辻 哲郎 は 、 「 大 部分 の 作者 で あ る 紫式 部 と 誰 か の 加筆 」 と い っ た 形 で は な く 、 「 一 つ の 流派 を 想定 する べ き で は な い か 」 と し て い る 。 戦後 に な っ て 登場 人物 の 官位 の 矛盾 など から 武田 宗俊 ら に よ る 「 竹河 」 の 巻別 作者 説 と い っ た もの も 現れ た 。 これ ら の さまざま な 別作 者 論 に 対 し て 、 ジェンダー 論 の 立場 から 、 『 源氏 物語 』 は 紫式 部 ひとり で 全て 書き上げ た の で は な く 別人 の 手 が 加わ っ て い る と する 考え 方 は 、 すべて 「 紫式 部 ひとり で あ れ ほど の もの を 書き上げ られ た はず は な い 」 と する 女性 蔑視 の 考え 方 に 基づ く もの で あ る と する と し た 。 そして 「 ジェンダー の 立場 から 激し く 糾弾 さ れ な けれ ば な ら な い 」 と する 見解 も 出現 し た 。 阿部 秋生 は 、 『 伊勢 物語 』 ・ 『 竹取 物語 』 ・ 『 平中 物語 』 ・ 『 宇津 保 物語 』 ・ 『 落窪 物語 』 ・ 『 住吉 物語 』 など 、 当時 存在 し た 多く の 物語 の 加筆 状況 を 調べ た 上 で 、 「 そもそも 、 当時 の 「 物語 」 は 、 ひとり の 作者 が 作り上げ た もの が その まま 後世 に 伝え られ る と い う の は むしろ 例外 で あ り 、 ほとんど の 場合 は 別人 の 手 が 加わ っ た 形 の もの が 伝え られ て お り 、 何 ら か の 形 で 別人 の 手 が 加わ っ て 後世 に 伝わ っ て い く の が 物語 の と って 当たり前 の 姿 で あ る 」 と し た 。 ゆえ に 、 「 源氏 物語 だけ が そう で な い と する 根拠 は 存在 し な い 」 と の 見解 を 示 し た 。 また 文体 、 助詞 ・ 助動詞 など の 単語 の 使 い 方 に つ い て 統計 学 的 手法 に よ る 分析 ・ 研究 が 進め られ て い る 。 執筆 期間 ・ 執筆 時期 源氏 物語 が 、 紫式 部 に よ っ て 「 いつ頃 」 ・ 「 どの くらい の 期間 かけ て 」 執筆 さ れ た の か に つ い て 、 いつ 起筆 さ れ た の か 、 あるいは いつ 完成 し た の か と い っ た 、 その 全体 を 直接 明らか に する よう な 史料 は 存在 し な い 。 紫式部 日記 に は 、 寛弘 5 年 ( 100 8 年 ) に 源氏 物語 と 思 わ れ る 物語 の 冊子 作り が 行 わ れ た と の 記述 が あ り 、 その ころ に は 源氏 物語 の それ なり の 部分 が 完成 し て い た と 考え られ る 。 安藤 為章 は 、 『 紫家 七 論 』 ( 元禄 16 年 ( 170 3 年 ) 成立 ) に お い て 、 「 源氏 物語 は 紫式 部 が 寡婦 と な っ て から 出仕 する まで の 三 ・ 四 年 の 間 に 大 部分 が 書き上げ られ た 」 と する 見解 を 示 し た が 、 、 これ は さまざま な 状況 と 符合 する こと も あ っ て 有力 な 説 に な っ た 。 しかし その 後 、 これ ほど に 長 い 物語 を 書き上げ る ため に は 当然 長 い 期間 が 必要 で あ る と 考え られ る だけ で な く 、 前半 部分 の 諸巻 と 後半 部分 の 諸巻 と の 間 に 明らか な 筆致 の 違い が 存在 する こと を 考え る と 執筆 期間 は ある 程度 の 長期 に わた る と 考え る べ き で あ る と する 説 が 強 く 唱え られ る よう に な っ て き た 。 しかし その よう な 説 が あ る 一方 で 、 必ず しも 長編 の 物語 で あ る から 長 い 執筆 期間 が 必要 で あ る と は 言え ず 、 数百 人 に も 及 ぶ 登場 人物 が 織りな す 長編 物語 が 矛盾 無 く 描 か れ て い る の は 短 期間 に 一気 に 書き上げ られ た から で あ る と 考え る べ き で あ る と する 説 も あ る 。 執筆動機 なぜ 紫式 部 は これ ほど の 長編 を 書き上げ る に 至 っ た の か と い う 点 に つ い て も 直接 明らか に し た 資料 は 存在 せ ず 、 古く から 様々 に 論 じ られ て い る 。 古注 に は 、 村上 天皇 の 皇女 選子 内 親王 から 新し い 物語 を 所望 さ れ て 書き 始め た と する 『 無名 草子 』 に 記 さ れ て い る 説 、 源 高明 の 左遷 を 悲し ん で 書 き 始め た と する 『 河海 抄 』 に 記 さ れ て い る 説 など が あ る 。 近代 以降 に も 、 作家 と し て の 文才 や 創作 意欲 を 満た す ため 、 寡婦 と し て の 寂し さ や 無聊 を 慰め る ため 、 式部 の 父 が その 文才 で 官位 を 得 た よう に 式部 が 女房 に な る ため 、 と い っ た 様々 な 説 が 唱え られ て い る 。 概要 54 帖 より 成 り 、 写本 ・ 版本 に よ り 多少 の 違い は あ る もの の おおむね 100 万 文字 に 及 ぶ 長篇 で 、 800 首 弱 の 和歌 を 含 む 典型 的 な 王朝 物語 。 物語 と し て の 虚構 の 秀逸 、 心理 描写 の 巧み さ 、 筋立て の 巧緻 、 あるいは その 文章 の 美 と 美 意識 の 鋭 さ から 日本 文学 史上 最高 の 傑作 と さ れ る 。 ただし 、 しばしば 喧伝 さ れ て い る 「 世界 最古 の 長篇 小説 」 と い う 評価 は 、 中村 真一郎 の 説 の アプレイウス の 『 黄金 の 驢馬 』 や ペトロニウス の 『 サチュリコン 』 に つづ く 「 古代 世界 最後 の ( そして 最高 の ) 長篇 小説 」 と する 主張 も あ り 、 学者 の 間 で も 論争 が あ る 。 20 世紀 に 入 っ て 英訳 、 仏訳 など に よ り 欧米 社会 に も 紹介 さ れ 、 『 失 わ れ た 時 を 求め て 』 など 、 20 世紀 文学 と の 類似 から 高 く 評価 さ れ る よう に な っ た 。 物語 は 、 母系 制 が 色 濃 い 平安 朝 中期 を 舞台 に し て 、 天皇 の 皇子 と し て 生まれ ながら 臣籍 降下 し て 源 氏 姓 と な っ た 光源 氏 が 数 多 の 恋愛 遍歴 を くりひろげ ながら 人臣 最高 の 栄誉 を 極め ( 第 1 部 ) 、 晩年 に さしかか っ て 愛情 生活 の 破綻 に よ る 無常 を 覚え る さま まで を 描 く ( 第 2 部 ) 。 さらに 老年 の 光源 氏 を とりま く 子女 の 恋愛 模様 や ( 同じく 第 2 部 ) 、 或いは 源 氏 死後 の 孫 たち の 恋 ( 第 3 部 ) が つづ ら れ 、 長篇 恋愛 小説 と し て 間然 と する ところ の な い 首尾 を 整え て い る 。 文学 史 で は 、 平安 時代 に 書 か れ た 物語 は 『 源氏 物語 』 の 前 か 後 か で 「 前期 物語 」 と 「 後期 物語 」 と に 分け られ る 。 後続 し て 作 ら れ た 王朝 物語 の 大半 は 『 源氏 物語 』 の 影響 を 受け て お り 、 後 に 「 源 氏 、 狭衣 」 と し て 二 大 物語 と 称 さ れ る よう に な っ た 『 狭衣 物語 』 など は その 人物 設定 や 筋立て に 多く の 類似 点 が 見受け られ る 。 また 文学 に 限 ら ず 、 絵巻 ( 『 源氏 物語 絵巻 』 ) 、 香道 など 、 他 分野 の 文化 に も 影響 を 与え た 点 も 特筆 さ れ る 。 さらに 詳し い あらすじ は 源氏 物語 各帖 の あらすじ を 参照 。 『 源氏 物語 』 は 長大 な 物語 で あ る ため 、 通常 は いく つ か の 部分 に 分け て 取り扱 わ れ て い る 。 『 白造紙 』 、 『 紫明 抄 』 あるいは 『 花鳥 余情 』 と い っ た 古 い 時代 の 文献 に は 宇治 十 帖 の 巻数 を 「 宇治 一 」 、 「 宇治 二 」 と い う よう に それ 以外 の 巻 と は 別立て で 数え て い る もの が あ り 、 この 頃 すでに この 部分 を その 他 の 部分 と は 分け て 取り扱 う 考え 方 が 存在 し た と 見 られ る 。 その 後 『 源氏 物語 』 全体 を 光源 氏 を 主人 公 に し て い る 「 幻 」 ( 「 雲隠 」 ) まで の 『 光源 氏 物語 』 と それ 以降 の 『 宇治 大将 物語 』 ( また は 『 薫大将 物語 』 ) の 2 つ に 分け て 「 前編 」 、 「 後編 」 ( また は 「 正編 」 ( 「 本編 」 と も ) 、 「 続編 」 ) と 呼 ぶ こと は 古く から 行 わ れ て き た 。 与謝野 晶子 は 、 それ まで と 同様 に 『 源氏 物語 』 全体 を 2 つ に 分け た が 、 光源 氏 の 成功 ・ 栄達 を 描 く こと が 中心 の 陽 の 性格 を 持 っ た 「 桐壺 」 から 「 藤 裏葉 」 まで を 前半 と し 、 源氏 や その 子孫 たち の 苦悩 を 描 く こと が 中心 の 陰 の 性格 を 持 っ た 「 若菜 」 から 「 夢 浮橋 」 まで を 後半 と する 二分 法 を 提唱 し た 。 その 後 の 何 人 か の 学者 は この は この 2 つ の 二 分 法 を とも に 評価 し 、 玉上 琢弥 は 第 一 部 を 「 桐壺 」 から 「 藤 裏葉 」 まで の 前半 部 と 、 「 若菜 」 から 「 幻 」 まで の 後半 部 に 分け 、 池田 亀鑑 は 、 この 2 つ を 組み合わせ て 『 源氏 物語 』 を 「 桐壺 」 から 「 藤 裏葉 」 まで の 第 一 部 、 「 若菜 」 から 「 幻 」 まで の 第 二 部 、 「 匂兵 部 卿 」 から 「 夢 浮橋 」 まで の 第 三 部 の 3 つ に 分け る 三 部 構成 説 を 唱え た 。 この 三 部 構成 説 は その 後 広 く 受け入れ られ る よう に な っ た 。 この 他 に 、 重松 信弘 に よ る 「 桐壺 」 から 「 明石 」 を 第 一 部 、 「 澪標 」 から 「 藤 裏葉 」 まで を 第 二 部 、 「 若菜 」 から 「 竹河 」 まで を 第 三 部 、 宇治 十 帖 を 第 四 部 と する 四 部 構成 説 が あ る 。 実方 清 に よ る 「 桐壺 」 から 「 明石 」 を 第 一 部 、 「 澪標 」 から 「 藤 裏葉 」 まで を 第 二 部 、 「 若菜 」 から 「 幻 」 まで を 第 三 部 、 「 匂宮 」 から 「 夢 浮橋 」 まで を 第 四 部 と する 四 部 構成 説 も 存在 する 。 この うち 第 一 部 は 武田 宗俊 に よ っ て 成立 論 ( いわゆる 玉鬘 系 後記 挿入説 ) と 絡め て 「 紫 の 上系 」 の 諸巻 と 「 玉鬘 系 」 の 諸巻 に 分け る こと が 唱え られ た 。 この 区分 は 武田 の 成立 論 に 賛同 する 者 は もちろん 、 成立 論 自体 に は 賛同 し な い 論 者 に も しばしば 受け入れ られ て 使 わ れ て い る 。 ( 「 紫 の 上系 」 と 「 玉鬘 系 」 は それぞれ 「 a 系 」 と 「 b 系 」 、 「 本系 」 と 「 傍系 」 あるいは それぞれ の 筆頭 に 来る 巻 の 巻名 から 「 桐壺 系 」 と 「 帚木 系 」 と い っ た 呼 び 方 を さ れ る こと も あ る 。 ) また 第 三 部 は 「 匂兵 部 卿 」 から 「 竹河 」 まで の いわゆる 匂宮 三 帖 と 「 橋姫 」 から 「 夢 浮橋 」 まで の 宇治 十 帖 に 分け られ る こと が 多 い 。 上記 に も すでに 一部 出 て い る が 、 これ ら と は 別 に 連続 し た いく つ か の 巻々 を まとめ て 帚木 、 空蝉 、 夕顔 の 三 帖 を 帚木 三 帖 玉鬘 、 初音 、 胡蝶 、 蛍 、 常夏 、 篝火 、 野分 、 行幸 、 藤袴 、 真木 柱 の 十 帖 を 玉鬘 十 帖 匂兵 部 卿 、 紅梅 、 竹河 の 三 帖 を 匂宮 三 帖 橋姫 、 椎本 、 総角 、 早蕨 、 宿木 、 東屋 、 浮舟 、 蜻蛉 、 手習 、 夢 浮橋 の 十 帖 を 宇治 十 帖 と い っ た 呼 び 方 を する こと も よく 行 わ れ て い る 。 また 巻々 単位 と は 限 ら な い が 、 「 紫上 物語 」 、 「 明石 物語 」 、 「 玉鬘 物語 」 、 「 浮舟 物語 」 など 、 特定 の 主要 登場 人物 が 活躍 する 部分 を まとめ て 「 ○ ○ 物語 」 と 呼 ぶ こと が あ る 。 以上 の 54 帖 の 現在 伝わ る 巻名 は 、 紫式 部 自身 が つけ た と する 説 と 、 後世 の 人々 が つけ た と する 説 が 存在 する 。 作者 自身 が 付け た の か どう か に つ い て 、 直接 肯定 な い し 否定 する 証拠 は 見つか っ て い な い 。 現在 伝わ る 巻名 に は さまざま な 異名 や 異表記 が 存在 する こと から 、 もし 作者 が 定め た 巻名 が あ る の なら この よう な 様々 な 呼 び 方 は 生 じ な い だ ろ う から 現在 伝わ る 巻名 は 後世 に な っ て 付け られ た もの で あ ろ う と する 見解 が あ る 。 本文中 ( 手習 の 巻 ) に 現れ る 「 夕霧 」 ( より 正確 に は 「 夕霧 の 御息 所 」 ) と い う 表記 が 「 夕霧 」 と い う 巻名 に 基づ く と 見 られ る と する 理由 に よ り 少な く とも 夕霧 を 初め と する いく つ か の 巻名 は 作者 自身 が 名付け た もの で あ ろ う と する 見解 も あ る 。 源氏 物語 の 巻名 は 後世 に な っ て 、 香道 源 氏 香 や 投扇 興 の 点数 など に 使 わ れ 、 また 女官 や 遊女 が 好 ん で 名乗 っ たり ( 源 氏 名 ) し た 。 巻名 の 表記 実際 の 古 写本 や 古注 釈 で の 巻名 の 表記 に は 次 の よう な もの が あ る 。 仮名書き さ れ て い る もの 部分 的 に 漢字 表記 に な っ て い る もの 「 は ゝ き木 ( 陽明 文庫 本 ) 」 箒木 、 「 すゑつむ 花 ( 陽明 文庫 本 ) 」 末摘 花 、 「 も みち の 賀 ( 源 氏 釈 ) 」 紅葉 賀 、 「 花 の ゑん ( 源 氏 釈 ) 」 花宴 、 「 絵あ は せ ( 源 氏 釈 ) 」 絵合 、 「 とこ夏 ( 奥入 ) 」 常夏 、 「 うき 舟 ( 奥入 ) 」 浮舟 、 「 あつま 屋 ( 源 氏 釈 ) 」 東屋 当て字 を 使用 し て い る もの 「 陬麻 ( 奥入 ) 」 、 「 陬磨 ( 原 中 最秘抄 ) 」 須磨 、 「 未通女 ( 奥入 ) 」 、 「 乙通女 ( 河海 抄 ) 」 乙女 異表記 と 見 られ る もの 「 賢木 」 と 「 榊 」 、 「 朝顔 」 と 「 槿 」 、 「 乙女 」 と 「 少女 」 、 「 匂兵 部 卿 」 と 「 匂宮 」 、 「 寄生 」 と 「 宿木 」 それ 以外 に 「 桐壺 」 に 対 する 「 壺 前 栽 」 、 「 賢木 」 に 対 する 「 松 が 浦島 」 、 「 明石 」 に 対 する 「 浦伝 」 、 「 少女 」 に 対 する 「 日影 」 と い っ た 大き く 異な る 異名 を 持 つ も の も あ る 。 巻名 の 由来 源氏 物語 の 巻名 の 由来 は 次 の よう に いく つ か に 分け る こと が 出来 る 。 その 巻 の 中 に 現れ た 言葉 に 由来 する もの 。 「 桐壺 」 「 関屋 」 「 野分 」 「 梅枝 」 「 藤裏葉 」 「 匂宮 」 「 紅梅 」 「 手習 」 など 。 その 巻 に 中 の 和歌 の 文句 に 由来 する もの 。 「 帚木 」 「 空蝉 」 「 若紫 」 「 葵 」 「 花散里 」 「 澪標 」 「 薄雲 」 「 玉鬘 」 「 常夏 」 「 行幸 」 など 。 上記 の 両者 の 条件 を 同時 に 満た す もの 。 「 夕顔 」 他 の 巻 に 見え る 言葉 に 由来 する もの 。 「 紅葉 賀 」 巻 の 中 の 語句 を 転用 し た もの 。 「 花宴 」 巻 の 中 で 描 か れ て い る 出来事 に 由来 する もの 。 「 絵合 」 巻 の 主題 と おぼし き 語句 を 用い た もの 「 夢 浮橋 」 「 雲隠 」 現在 で は 、 3 部 構成 説 ( 第 1 部 : 「 桐壺 」 から 「 藤 裏葉 」 まで の 33 帖 、 第 2 部 : 「 若菜 上 」 から 「 幻 」 まで の 8 帖 、 第 3 部 : 「 匂宮 」 から 「 夢 浮橋 」 まで の 13 帖 ) が 定説 と な っ て い る が 、 古来 より その 成立 、 生成 、 作者 、 原 形態 に 関 し て は さまざま な 議論 が な さ れ て き た 。 以下 に 特 に 重要 で あ ろ う と 思 わ れ る もの を 掲げ る 。 現在 、 『 源氏 物語 』 は 通常 54 帖 で あ る と さ れ て い る 。 但し 巻名 が 伝わ る 中 で も 「 雲隠 」 は 題 のみ で 本文 が 現存 し な い 。 その ため この 54 帖 と する 数え 方 に も 以下 の の 2 つ の 数え 方 が あ る 。 巻名 のみ の 「 雲隠 」 を 含め 「 若菜 」 を 上下 に 分け ず に 54 帖 と する 。 中世 以前 に よく 行 わ れ た と さ れ る 。 「 雲隠 」 を 除 き 「 若菜 」 を 上下 に 分け て 54 帖 と する 。 中世 以後 に 有力 に な っ た 。 また 、 鎌倉 時代 以前 に は 『 源氏 物語 』 は 「 雲隠 」 を 含 む 37 巻 と 「 並び 」 18 巻 と に 分け られ て お り 、 並び の 巻 を 含め な い 37 巻 と い う 数え 方 が 存在 し 、 更に 宇治 十 帖 全体 を 一巻 に 数え て 全体 を 28 巻 と する 数え 方 を さ れ る こと も あ っ た 。 37 巻 と する 数え 方 は 仏体 37 尊 に なぞらえ た もの で 、 28 巻 と する 数え 方 は 法華 経 28 品 に なぞらえ た もの で あ る と 考え られ て い る 。 これ ら は いずれ も 数え 方 が 異な る だけ で あ っ て 、 その 範囲 が 現在 の 『 源氏 物語 』 と 異な る わけ で は な い 。 但し 、 それ ら と は 別 に 現在 存在 し な い 巻 を 含め る など に よ っ て 別 の 巻数 を 示 す 資料 も 存在 する 。 かつて 、 『 源氏 物語 』 に は 、 現在 の 『 源氏 物語 』 に は 存在 し な い いく つ か の 「 失 わ れ た 巻々 」 が 存在 し た と する 説 が あ る 。 そもそも 『 源氏 物語 』 が 最初 から 54 帖 で あ っ た か どう か と い う その こと 自体 が はっきり し な い 。 現行 の 本文 で は ( a ) 光源 氏 と 藤壺 が 最初 に 関係 し た 場面 、 ( b ) 六条 御 息所 と の なれそめ 、 ( c ) 朝顔 の 斎院 が はじめて 登場 する 部分 に 相当 する 部分 が 存在 し な い 。 位置 的 に は 「 桐壺 」 と 「 帚木 」 の あいだ に これ ら の 内容 が あ っ て しかる べ き で あ る と さ れ る ( 現 に この 脱落 を 補 う ため の 帖 が 後世 の 学者 に よ っ て 幾 作 か 書 か れ て い る ) 。 藤原 定家 の 記 し た 「 奥入 」 に は 、 この 位置 に 「 輝 く 日 の 宮 ( か かやく ひの みや ) 」 と い う 帖 が かつて は あ っ た と する 説 が 紹介 さ れ て お り 、 池田 亀鑑 や 丸谷 才一 の よう に この 説 を 支持 する 人 も 多 い 。 つまり 、 「 輝 く 日 の 宮 」 に つ い て は ( 1 ) もともと その よう な 帖 は な く 作者 は ( a ) ( b ) ( c ) の よう な 場面 を あえて 省略 し た 、 ( 2 ) 「 輝 く 日 の 宮 」 は 存在 し た が あ る 時期 から 失 わ れ た 、 ( 3 ) 一 度 は 「 輝 く 日 の 宮 」 が 書 か れ た が あ る 時期 に 作者 の 意向 もしくは 作者 の 近辺 に い た 人物 と 作者 の 協議 に よ っ て 削除 さ れ た ( 丸谷 才一 は 藤原 道長 の 示唆 に よ る もの と する ) 、 の 3 説 が あ る こと に な る 。 なお 、 「 輝 く 日 の 宮 」 は 「 桐壺 」 の 巻 の 別名 で あ る と する 説 も あ る 。 それ 以外 に も 古注 の 一 つ 、 『 白造 紙 』 に 「 サクヒト 」 、 「 サムシロ 」 、 「 スモリ 」 と い っ た 巻名 が 、 また 藤原 為 氏 の 書写 と 伝え られ る 源氏 物語古 系 図 に 、 「 法 の 師 」 、 「 すもり 」 、 「 桜人 」 、 「 ひわりこ 」 と い っ た 巻名 が 見え る 。 古注 や 古 系 図 の 中 に は しばしば 現在 見 られ な い 巻名 や 人名 が 見え る ため 、 「 輝 く 日 の 宮 」 の よう な 失 わ れ た 巻 が 他 に も あ る と する 説 が あ る 。 この 他 『 更級 日記 』 で は 『 源氏 物語 』 の 巻数 を 「 五十 余 巻 ( よまき ) 」 と し て い る が 、 これ が 54 巻 を 意味 し て い る の か どう か に つ い て も 議論 が あ る 。 『 無名 草子 』 や 『 今鏡 』 、 『 源 氏 一 品 経 』 の よう に 古 い 時代 の 資料 に 『 源氏 物語 』 を 60 巻 で あ る と する 文献 が いく つ か 存在 する 。 一般 的 に は この 60 巻 と い う 数字 は 仏教 経典 の 天台 60 巻 に なぞらえ た 抽象 的 な 巻数 で あ る と 考え られ て い る が 、 この 推測 は あくまで 「 60 巻 と い う 数字 が 事実 で な かっ た 場合 、 なぜ ( あるいは どこ から ) 60 巻 と い う 数字 が 出 て き た の か 。 」 の 説明 に 過ぎ ず 、 60 巻 と い う 数字 が 事実 で な い と い う 根拠 が 存在 する わけ で は な い 。 なお 、 この 「 『 源氏 物語 』 が 全部 で 60 巻 から な る 」 と い う 伝承 は 、 「 源氏 物語 は 実 は 60 帖 から な り 、 一般 に 流布 し て い る 54 帖 の 他 に 秘伝 と し て 伝え られ 、 許 さ れ た 者 のみ が 読 む こと が 出来 る 6 帖 が 存在 する 。 」 と い っ た 形 で 一部 の 古 注釈 に 伝え られ た 。 源氏 物語 の 注釈 書 に お い て も 一般 的 な 注釈 を 記 し た 「 水原 抄 」 に 対 し て 秘伝 を 記 し た 「 原中 最秘抄 」 が 別 に 存在 する など 、 この 時代 に は この よう な こと は よく あ る こと で あ っ た ため 、 「 源氏 物語 本文 その もの に 付 い て も その よう な こと が あ っ た の だ ろ う 」 と 考え られ た ら しく 、 秘伝 と し て の 源氏 物語 60 巻 説 は 広 く 普及 する こと に な り 、 後 に 多く の 影響 を 与え た 。 例えば 『 源氏 物語 』 の 代表 的 な 補作 で あ る 「 雲隠 六 帖 」 が 6 巻 から な る の も 、 もと から あ っ た 54 帖 に この 6 帖 を 加え て 全 60 巻 に な る よう に する ため だ と 考え られ て い る 。 江戸 時代 の 代表 的 な 『 源氏 物語 』 の 刊本 を 見 て も 、 「 絵入源氏 物語 」 は 『 源氏 物語 』 本文 54 冊 に 、 「 源 氏 目 案 」 3 冊 、 「 引歌 」 1 冊 、 「 系 図 」 1 冊 、 「 山路 露 」 1 冊 を 加え て 、 「 源氏 物語 湖 月 抄 」 は 「 若菜 」 上下 と 「 雲隠 」 を 共 に 数 に 入れ た 源氏 物語 本文 55 冊 に 「 系 図 」 、 「 年立 」 等 から な る 「 首巻 」 5 冊 を 加え て 、 いずれ も 全 60 冊 に な る 形 で 出版 さ れ て い る 。 『 源氏 物語 』 に は 、 並び の 巻 と 呼 ば れ る 巻 が 存在 する 。 『 源氏 物語 』 は 鎌倉 時代 以前 に は 、 「 雲隠 」 を 含 む 37 巻 と 「 並び 」 18 巻 と に 分け られ て い た ( なお 並び が あ る もの は 他 に 『 宇津 保 物語 』 、 『 浜松 中 納言 物語 』 が あ る ) 。 この こと に 対 し て 「 奥入 」 と 鎌倉 時代 の 文献 『 弘安 源 氏 論議 』 に お い て 、 その 理由 が 不審 で あ る 旨 が 記 さ れ て い る 。 帖 に よ っ て は 登場 人物 に 差異 が あ り 、 話 の つながり に 違和 感 を 覚え る 箇所 が あ る ため 、 ある 一定 の 帖 を 抜き取 る と 、 話 が つなが る と い う 説 が あ る 。 その 説 に よ れ ば 、 紫式 部 が 作 っ た の が 37 巻 の 部分 で 、 残り の 部分 は 後世 に 仏教 色 を 強め る ため 、 読者 の 嗜好 の 変化 に 合わ せ る ため に 書き 加え られ た もの だ と し て い る 。 「 源氏 物語 目録 を めぐ っ て ― 異名 と 并び 」 ( 『 文学 ・ 語学 』 1978 年 6 月 ) に よ る 。 『 源氏 物語 』 の 巻名 の 異名 は 次 の 通り で あ る が 、 a 桐壺 - 壺前 栽 b 賢木 - 松 が 浦島 c 明石 - 浦伝 d 少女 - 日影 e 若菜 ( 上 ‐ 箱鳥 、 下‐ 諸鬘 、 上下 ‐ 諸鬘 ) f 匂宮 - 薫中 将 g 橋姫 - 優婆 塞 h 宿木 - 貌鳥 i 東屋 - 狭蓆 j 夢 浮橋 - 法 の 師 寺本 は 、 h で 「 貌鳥 」 を 並 の 巻 の 名 と する 諸書 の 記述 に 注目 し 、 「 貌鳥 」 は 現在 の 「 宿木 」 巻 の 後半 な い し 末尾 で あ っ た こと を 明らか に し 、 e 「 若菜 」 に 対 する 「 諸鬘 」 など も 同様 で あ っ た と 推論 し た 。 その 他 a 、 j も それぞれ 、 「 桐壺 」 が 「 桐壺 」 と 「 壺前 栽 」 、 「 夢 浮橋 」 が 「 夢 浮橋 」 と 「 法 の 師 」 に 二分 さ れ て い た こと を 示 す もの で 、 また 『 奥入 』 の 「 空蝉 」 巻 で 、 一説 に は 、 二 ( イ 巻 第 二 ) かヽやく 日 の 宮 この まきなし ( イ この まきもとより なし ) 。 なら ひ の 一 は ヽ木 ヽ うつせみ は おく に こめ たり ( イ この まき に こも る ) 。 と い う 記述 に つ い て も 、 「 輝 く 日 の 宮 」 が 別個 に あ る の で は な く 、 それ は 現在 の 「 桐壺 」 巻 の 第 3 段 で あ る 藤壺 物語 を 指 し て い る と 理解 し よ う と し た 。 そして 、 「 輝 く 日 の 宮 」 を 「 桐壺 」 巻 から 分離 し 第 2 巻 と し 、 これ を 本 の 巻 と し 、 「 空蝉 」 巻 を 包含 し た 形 の 「 帚木 」 巻 と 「 夕顔 」 巻 と を それぞれ 並一 ・ 並二 と し て 扱 っ た 。 寺本 は 結論 と し て 、 並 と は 本 の 巻 と ひと そろ い 、 ひとまとめ に な る こと を 示 し 、 巻々 を 分け また 合わせ る 組織 ・ 構成 に 関係 づけ た 。 『 源氏 物語 』 の 巻々 が 執筆 さ れ た 順序 に つ い て は 、 「 桐壺 」 から 始ま る 現在 読 ま れ て い る 順序 で 書 か れ た と する の が 一般 的 な 考え で あ る が 、 必ず しも そう で は な い と する 見 方 も 古く から 様々 な 形 で 存在 する 。 古注 の 『 源氏 物語 の おこり 』 や 『 河海 抄 』 など に は 『 源氏 物語 』 が 現在 冒頭 に 置 か れ て い る 「 桐壺 」 の 巻 から 書 き 始め られ た の で は な く 、 石山 寺 で 「 須磨 」 の 巻 から 起筆 さ れ た と する 伝承 が 記録 さ れ て い る 。 但し これ ら の 伝承 は 「 紫式 部 が 源 高明 の 死 を 悼 ん で 『 源氏 物語 』 を 書 き 始め た 」 と する どう 考え て も 歴史 的 事実 に 合 わ な い 説話 や 、 紫式 部 が 菩薩 の 化身 で あ る と い っ た 中世 的 な 神秘 的 伝承 と 関連 づけ て 伝え られ る こと も 多 かっ た ため 、 古く から これ を 否定 する 言説 も 多 く 、 近世 以降 の 『 源氏 物語 』 研究 に お い て は 『 源氏 物語 』 の 成立 や 構成 を 考え る ため の 手がかり と さ れ る こと は な かっ た 。 与謝野 晶子 は 、 『 源氏 物語 』 は 「 帚木 」 巻 から 起筆 さ れ 、 「 桐壺 」 巻 は 後 に な っ て 書き 加え られ た の で あ ろ う と する 説 を 『 源氏 物語 』 の 全体 を 二分 し て 後半 の 始まり で あ る 「 若菜 」 巻 以降 を 紫式 部 の 作品 で は な くその 娘 で あ る 太宰 三 位 の 作品 で あ ろ う と する 見解 と とも に 唱え た 。 和辻 哲郎 は 、 「 帚木 」 巻 の 冒頭 部 の 記述 に つ い て の 分析 など から 、 「 とにかく 現存 の 源氏 物語 が 桐壺 より 初めて 現在 の 順序 の まま に 序 を 追 う て 書 か れ た もの で は な い こと だけ は 明らか だ と 思 う 。 」 と 結論 付け た 。 阿部 秋生 は 、 「 桐壺 」 巻 から 「 初音 」 巻 まで に つ い て 、 まず 「 若紫 」 ・ 「 紅葉 賀 」 ・ 「 花宴 」 ・ 「 葵 」 ・ 「 賢木 」 ・ 「 花散里 」 ・ 「 須磨 」 の 各巻 が 先 に 書 か れ 、 その 後 「 帚木 」 ・ 「 空蝉 」 ・ 「 夕顔 」 ・ 「 末摘 花 」 が 書 か れ た 後 に 、 「 須磨 」 以後 の 巻 が 執筆 さ れ 、 「 乙女 」 巻 を 書 い た 前後 に 「 桐壺 」 巻 が 執筆 さ れ た と する 説 を 発表 し た 。 しかし 、 大きな 影響 を 与え る こと は 無 かっ た 。 武田 宗俊 は 阿部 秋生 の 仮説 を 『 源氏 物語 』 第 一 部 全体 に 広げ 、 第 一 部 の 巻々 を 紫上 系 ・ 玉鬘 系 の 二 つ の 系統 に 分類 し 、 紫上 系 の 巻 だけ を つなげ て も 矛盾 の 無 い 物語 を 構成 し 、 おとぎ 話 的 な 「 めでた し め で たし 」 で 終わ る 物語 に な っ て い る 。 武田 宗俊 は これ を 『 「 原 」 源氏 物語 』 で あ る と し て い る 。 紫上 系 の 巻 で 起こ っ た 出来事 は 玉鬘 系 の 巻 に 反映 し て い る が 、 逆 に 玉鬘 系 の 巻 で 起こ っ た 出来事 は 紫上 系 の 巻 に 反映 し な い 。 玉鬘 系 の 巻 は しばしば 紫上 系 の 巻 と 時間 的 に 重な る 描写 が あ る 。 源氏 物語 第 一 部 の 登場 人物 は 紫上 系 の 登場 人物 と 玉鬘 系 の 登場 人物 に 明確 に 分け る こと が 出来 、 紫上 系 の 登場 人物 は 紫上 系 ・ 玉鬘 系 の どちら の 巻 に も 登場 する の に 対 し て 玉鬘 系 の 登場 人物 は 玉鬘 系 の 巻 に し か 登場 し な い 。 光源 氏 や 紫上 と い っ た 両系 に 登場 する 主要 人物 の 呼称 が 紫上 系 の 巻 と 玉鬘 系 の 巻 で 異な る 。 紫上 系 の 巻 で 光源 氏 と 関係 を 持 つ の は 紫 の 上 ・ 藤壺 ・ 六 条 御 息所 と い っ た 身分 の 高 い 「 上 の 品 」 の 女性 達 で あ り 、 玉鬘 系 の 巻 で 光源 氏 と 関係 を 持 つ の は 空蝉 ・ 夕顔 ・ 玉鬘 と い っ た 上 の 品 より 身分 の 低 い 「 中 の 品 」 の 女性 達 で あ る と い う よう に 明確 に 分かれ て い る 。 桐壺 巻 と 帚木 巻 、 夕顔 巻 と 若紫 巻 等 、 紫上 系 の 巻 から 玉鬘 系 の 巻 に 切り替わ る 部分 や 逆 に 玉鬘 系 の 巻 から 紫上 系 の 巻 に 切り替わ る 部分 の 描写 に 不 自然 な 点 が 多 い 。 紫上 系 の 巻 の 文体 や 筆致 等 は 素朴 で あ り 、 玉鬘 系 の 巻 の 描写 は 深み が あ る 。 これ は 後 で 書 か れ た 玉鬘 系 の 方 が より 作者 の 精神 的 成長 を 反映 し て い る ため で あ る と 考え る と 説明 が つ く 。 と い っ た さまざま な 理由 から 『 源氏 物語 』 第 一 部 は まず 紫上 系 の 巻 が 執筆 さ れ 、 玉鬘 系 の 巻 は その 後 に 、 一括 し て 挿入 さ れ た もの で あ る と し た 。 風巻 景 次郎 は 、 現在 の 『 源氏 物語 』 に は 存在 し な い 「 輝 く 日 の 宮 の 巻 」 と 「 桜人 の 巻 」 の 存在 を 想定 し 、 それ に よ っ て 武田 説 に 存在 し た 「 並び の 巻 」 と 「 玉鬘 系 」 の 「 ずれ 」 を 解消 し 、 「 並び の 巻 が 玉鬘 系 その もの で あ り 、 後記 挿入 さ れ た もの で あ る 」 と し た 。 丸谷 才一 は 大野 晋 と の 対談 で この 説 を さらに 深め 、 ( 1 ) b 系 は 空蝉 、 夕顔 、 末摘 花 、 玉鬘 を 中心 に 源氏 の 恋 の 失敗 を 描 い た 帖 で あ る こと が 共通 し て い る 事 、 ( 2 ) 筆 が a 系 より も こなれ て お り 叙述 に 深み が あ る 事 など の 点 から 、 a 系 第 一 部 の 評価 が 高 く な っ た のち に 、 今度 は 御 伽 噺 の 主人 公 の よう に 完璧 な 光源 氏 ( 実際 に a 系 の 源 氏 は そう 描 か れ て い る ) の 人間 味 を 描 く ため に 書 か れ た の が b 系 で は な い か と 述べ て い る 。 また 、 b 系 に は 後 に 「 雨夜 の 品定め 」 と 呼 ば れ る 女性 論 や 「 日本 紀 など は ただ かた そば ぞかし 」 と 源 氏 に 語 ら せ た 物語 論 も あ り 、 たいへん 興味 深 い もの と な っ て い る 。 この 他 に も 武田 説 が 出 て から は 様々 な 論点 から 武田 説 と 同様 に 『 源氏 物語 』 が 現行 の 巻 の 並び 通り に 執筆 ・ 成立 さ れ た の で は な い と する 学説 が 続出 し た 。 武田 説 に つ い て は 、 この よう に 大きな 影響 力 を 持 ち 、 多く の 賛同 者 を 得 た 一方 で 激し い 批判 も 数 多 く 受け た 。 批判 を 行 っ た 点 は 論 者 に よ っ て さまざま に 異な る が 、 その 主な もの を 挙げ る 。 「 葵 」 巻 の 中 に 末摘 花 の こと を 指 し て い る と さ れ る 一節 が あ る など 、 玉鬘 系 の 人物 が 紫上 系 の 巻 に 現れ る と い っ た 点 など の 武田 説 の 主張 の 根拠 の 事実 認識 に 誤り が あ る と する もの 。 「 玉鬘 系 の 主要 人物 が 紫上 系 に 登場 し な い こと 」 など は 構想 論 上 の 要請 に 基づ く もの と し て 説明 でき る と する もの 。 根拠 に 描写 が こなれ て い る と か 不 自然 で あ る と か い っ た 主観 的 な もの に つ い て は 、 学問 的 に 検証 でき る もの で は な く 、 武田 論文 に お い て も 具体 的 な 検証 は 何 も 行 わ れ て い な い と する もの 。 『 源氏 物語 』 が どの よう な 経過 で 成立 し た の か を 根拠 付け る 外部 資料 は 少な く とも 今 の ところ 存在 せ ず 、 また 『 更級 日記 』 など の 記述 を 見 て も 成立 し て ほど 無 い 時期 から 『 源氏 物語 』 は 今 の よう な 五十 四 帖 全て が 完成 し た 形 で 読 ま れ て き た と 考え られ る 。 したが っ て 、 例え 『 源氏 物語 』 の 成立 過程 が どの よう な もの で あ る に せよ 、 『 源氏 物語 』 の 研究 ・ 鑑賞 は 五十 四 帖 全て が 完成 し た 形 で の 『 源氏 物語 』 に 対 し て 行 わ れ る べ き で あ る 。 また 『 源氏 物語 』 に 一見 する と 欠落 し て い る 部分 が 存在 する よう に 見え たり する の は 武田 説 が 主張 する よう な 複雑 な 成立 の 経緯 が 存在 する ため に 起き た 現象 な の で は な く 、 物語 の 中 に 意図 的 に 「 描 か れ て い な い 部分 」 を 設け る こと に よ っ て 全て を 具体 的 に 描 く より 豊か な 世界 を 構成 し よ う と する 構想 上 の 理由 が 原因 で あ る と する もの 。 成立 論 と 構想 論 が 明確 に 区別 さ れ ず 混じり合 っ て 議論 さ れ て い る こと を 批判 する もの 。 紫上 系 と 玉鬘 系 の 間 に 質的 な 違い が 存在 する こと を 認め つつ も 、 そこ から 何 ら の 証拠 も 無 いま まで 成立 論 に 向か う の は 「 気まま な 空想 」 に 過ぎ な い と する もの 。 「 匂宮 」 巻 以降 は 源氏 の 亡 き 後 、 光源 氏 ・ 頭 中将 の 子孫 たち の その 後 を 記 す 。 特 に 最後 の 10 帖 は 「 宇治 十 帖 」 と 呼 ば れ 、 京 と 宇治 市 を 舞台 に 、 薫 ・ 匂宮 の 2人 の 男君 と 宇治 の 三 姉妹 の 恋愛 模様 を 主軸 に し た 仏教 思想 の 漂 う 内容 と な っ て い る 。 第 3 部 および 宇治 十 帖 に つ い て は 他作説 が 多 い 。 主な もの を 整理 する と 以下 の とおり と な る 。 「 匂宮 」 「 紅梅 」 「 竹河 」 は 宇治 十 帖 と とも に 後人 の 作 を 補入 し た もの で あ る と の 小林 栄子 に よ る 説 。 宇治 十 帖 は 大弐 三 位 ( 紫式 部 の 娘 賢子 ) の 作 で あ る と する 説 。 一条 兼良 の 『 花鳥 余情 』 、 一条 冬良 の 『 世諺 問答 』 など に よ る 。 また 、 与謝野 晶子 は 「 若菜 」 以降 の 全巻 が 大弐 三 位 の 作 で あ る と し た 。 別人 の 作説   安本 美典 文部 省 ( 現 文部 科学 省 ) の 統計 数理 研究 所 ( 「 雲隠 」 まで と 宇治 十 帖 の 名詞 と 助動詞 ( 国文法 ) の 使用 頻度 が 明らか に 異な る と い う 研究 結果 に よ る ) なお 、 通説 で は 第 3 部 は おそらく 式部 の 作 ( 第 2 部 執筆 以降 かなり 長 期間 の 休止 を 置 い た ため か 、 用語 や 雰囲気 が 相当 に 異な っ て い る が 、 それ を も っ て 必ず しも 他人 の 作 と まで 言 う こと は でき な い ) と い う もの で あ る 。 また 、 研究 者 の あいだ で 通説 に お い て も 、 「 紅梅 」 「 竹河 」 は おそらく 別人 の 作 で あ る と さ れ る 。 ( 「 竹河 」 に つ い て は 武田 宗俊 、 与謝野 晶子 の 説 で も あ る 。 ) 原 『 源氏 物語 』 短編 説 - 原 『 源氏 物語 』 は 、 「 若紫 」 「 蛍 」 程度 の 短編 で あ る と の 説 。 和辻 哲郎 に よ る 。 後 挿入説 - 一部 の 帖 が あと から 挿入 さ れ た と い う 説 。 「 桐壺 」 1 帖 ( 室町 時代 の 『 源氏 物語 聞書 』 、 与謝野 晶子 の 説 ) 、 「 帚木 」 「 空蝉 」 「 夕顔 」 3 帖 ( 風巻 景次郎 の 説 ) など 。 主要 テーマ ( 主題 ) の 諸説 「 源氏 物語 の 主題 が 何 で あ る の か 」 に つ い て は 古く から 様々 に 論 じ られ て き た が 、 『 源氏 物語 』 全体 を 一言 で 言い表 す よう な 「 主題 」 に つ い て は 「 もの の あはれ 」 論 が その 位置 に 最も 近 い と は 言え る もの の 、 未だ に 広 く 承認 さ れ た 決定 的 な 見解 は 存在 し な い 。 古 注釈 の 時代 に は 「 天台 60 巻 に なぞらえ た 」 と か 「 一心 三 観 の 理 を 述べ た 」 と い っ た 仏教 的 観点 から 説明 を 試み た もの や 、 『 春秋 』 、 『 荘子 』 、 『 史記 』 と い っ た さまざま な 中国 の 古典籍 に 由来 を 求め た 儒教 的 、 道教 的 な 説明 も 多 く あ り 、 当時 と し て は 主流 に あ る 見解 と 言え た 。 『 源氏 物語 』 自体 の 中 に 儒教 や 仏教 の 思想 が 影響 し て い る こと は 事実 と し て も 、 当時 の 解釈 は それ ら を 教化 の 手段 と し て 用い る ため と い う 傾向 が 強 く 、 物語 その もの から 出 た 解釈 と は 言 い 難 い こと も あ っ て 、 後述 の 「 もの の あはれ 」 論 の 登場 以後 は 衰え る こと に な っ た 。 これ に 対 し 、 本居 宣長 は 『 源氏 物語 玉 の 小櫛 』 に お い て 、 『 源氏 物語 』 を 「 外来 の 理論 」 で あ る 儒教 や 仏教 に 頼 っ て 解釈 する べ き で は な く 『 源氏 物語 』 その もの から 導き出 さ れ る べ き で あ る と し 、 その 成果 と し て 「 もの の あはれ 」 論 を 主張 し た 。 この 理論 は 源氏 物語 全体 を 一言 で 言い表 す よう な 「 主題 」 と し て 最も 広 く 受け入れ られ る こと に な っ た 。 その 後 明治 時代 に 入 っ て から 藤岡 作太郎 に よ る 「 源氏 物語 の 本旨 は 、 夫人 の 評論 に あ る 。 」 と い っ た 理論 が 現れ た 。 明治 時代 以後 、 坪内 逍遥 に よ っ て 『 小説 神髄 』 が 著 さ れ る など し て 西洋 の 文学 理論 が 導入 さ れ る に 伴 い さまざま な 試み が な さ れ 、 中 に は 部分 的 に は それ なり の 成果 を 上げ た もの も あ っ た 。 しかし 、 そもそも 『 源氏 物語 』 に 西洋 の 文学 理論 で い う ところ の 「 テーマ 」 が 存在 する の か 。 『 源氏 物語 』 に 対 し て 西洋 の 文学 理論 を 適用 する こと および それ に 基づ く 分析 手法 を 用い た 結果 導き出 さ れ た 「 テーマ 」 に 意味 が あ る の か と い っ た 前提 が 問い直 さ れ て い る こと も 多 く 、 それぞれ が それぞれ の 関心 に 基づ い て 論 じ て い る と い う 状況 で あ る 。 源氏 物語 全体 を 一言 で 表 す よう な 主題 を 求め る 努力 は 続け られ て お り 、 三谷 邦明 に よ る 反 万 世一 系 論 や 、 鈴木 日出男 に よ る 源氏 物語 虚構 論 など の よう な 一定 の 評価 を 受け た 業績 も 現れ て は い る もの の 、 広 く 合意 さ れ た 結論 が 出 た と は 言え な い 状況 で あ る 。 源氏 物語 の それぞれ の 部分 に つ い て の 研究 が より 精緻 に な る に 従 っ て 源氏 物語 全体 に 一貫 し た 主題 を 見つけ る こと は 困難 に な り 、 「 読者 それぞれ に 主題 と 考え る もの が 存在 する こと に な る 。 」 と い う 状況 に な る 。 平成 10 年 ( 1998 年 ) から 平成 11 年 ( 1999 年 ) に かけ て 風間 書房 から 出版 さ れ た 『 源氏 物語 研究 集成 』 で は 全 15 巻 の うち 冒頭 の 2 巻 を 「 源氏 物語 の 主題 」 に あて 、 計 17 編 の 論文 を 収録 し て い る が 、 源氏 物語 全体 の 主題 に つ い て 直接 論 じ た もの は な く 、 すべて 特定 の 巻 また は 「 ○ ○ 物語 」 と い っ た 形 で まとま っ て 扱 わ れ る こと の 多 い 関連 を 持 っ た 一 群 の 巻々 に つ い て の 主題 を 論 じ た もの ばかり で あ る 。 藤原 氏 と 源 氏 『 源氏 物語 』 は 、 なぜ 藤原 氏 全盛 の 時代 ( 作者 の 紫式 部 も 藤原 氏 で 、 その 上 『 尊卑 分脈 』 注 に 「 紫式 部 是也 ( 中略 ) 御堂 関白 道長 妾 」 と ある など 藤原 道長 の 愛人 と さ れ る ) に 、 かつて 藤原 一族 が 安和 の 変 で 失脚 さ せ た 源 氏 ( 朱 雀 天皇 以降 、 皇后 に 源氏 が な っ た こと は な く 、 常 に 藤原 北家 から の 皇后 で あ る ) を 主人 公 に し 、 源氏 が 恋愛 に 常 に 勝 ち 、 源 氏 の 帝位 継承 を テーマ と し て 描 い た ( 王朝 物語 の 全て が 源 氏 が 勝利 する ( 例えば 『 狭衣 物語 』 の 狭衣 中 将 ) こと を 含 む ) の か 。 この 疑問 に 対 し て 『 源氏 物語 』 を 著 し た の は 藤原 氏 の 紫式 部 で は な く 源氏 の 源 高明ら で あ る と する 推理 作家 で あ る 藤本泉 の 説 、 恨み を はら ん で 失脚 し て い っ た 源氏 の 怨霊 を 静め る 為 で あ る と い う 逆説 の 日本 史 など で 論 じ た 井沢 元彦 の 説 が あ る 。 尤 も 、 この よう な 見解 に つ い て は そもそも 紫式 部 の 当時 藤原 氏 と 源 氏 ( あるいは その 他 の 氏族 ) と の 政治 的 な 対立 は 「 藤原 氏 の 完全 な 勝利 」 で すでに 決着 し て お り 、 当時 の 政争 と は 藤原 道長 と その 甥藤原 伊周 と の 対立 など ほぼ 全て 「 藤原 氏 内部 で の 権力 闘争 」 で あ っ た 。 また 藤原 道長 の 正妻 が 源 倫子 で あ る など 、 氏族 と し て 藤原 氏 と 源氏 が 対立 し て い る と は 言え ず 個人 的 な 対立 関係 の 範疇 を 超え な い と し て 、 問いかけ の 前提 の 認識 に 問題 が あ る と する 見方 が 多 い 。 写本 に つ い て は 池田 亀鑑 の 説 で は 以下 の 3 種類 に 分け られ る と さ れ る 。 ただし 、 その 後 も この 分類 に つ い て 妥当 か 研究 さ れ て い る 。 青表 紙本 系 藤原 定家 が 校合 し た もの 。 その 表紙 が 青 か っ た こと から こう 呼 ば れ る 。 定家 の 直筆 『 定 家 本 』 4 帖 を 含 む 。 一般 的 に は 最も 紫式 部 の 書 い た もの に 近 い と さ れ て い る 。 河内本 系 大 監物 源 光行 、 源 親行 の 親子 が 校合 し た もの 。 彼 ら 2人 とも 河内 守 を 経験 し た こと が あ る こと から こう 呼 ば れ る 。 表題 は 『 光源 氏 』 と な っ て い る もの も 多 い 。 別本 「 青表 紙本 系 」 および 「 河内 本 系 」 の どちら で も な い もの 。 特定 の 系統 を 示 す もの で は な い 。 一般 に は 「 青表 紙本 系 」 と 「 河内 本 系 」 が 混合 し 、 崩れ た 本文 で あ る と 考え られ る が 、 中 に は 藤原 定家 ら に よ っ て 整理 さ れ る 以前 の 形態 を 残 す もの も あ る と 考え られ て い る 。 ただし 、 流通 し て い る もの は 混合 し て い る 。 近世 以前 に 印刷 さ れ た もの は ほとんど 仏典 に 限 ら れ 、 そう で な い もの は 写本 に よ っ て 流通 し て い た 。 また 、 筆写 の 際 に 文 の 追加 ・ 改訂 が 行 わ れ 、 書 き 間違 い 、 錯簡 も 多 く 、 鎌倉 時代 に は 21 種 の 版 が あ っ た と さ れ る 。 そこ で 藤原 定家 は それ ら を 原典 に 近 い 形 に 戻 そ う と し て 整理 し た もの が 「 青表 紙本 」 系 の 写本 で あ る 。 ただし 、 その 写本 も 定家 自筆 の もの は 4 帖 しか 現存 せ ず 、 それ 以降 も 異本 が 増え 室町 時代 に は 百 数十 種類 に も 及 ん だ 。 なお 、 16 世紀 末 に 活字 印刷 技法 が 日本 に 伝え られ 、 のち 慶長 年間 に な っ て 、 はじめて 『 源氏 物語 』 の 古 活字 版 ( 大字 10 行本 ) が 刊行 さ れ た 。 現在 、 竜門 文庫 、 実践 女子 大学 図書 館 、 国立 国会 図書 館 に その 所蔵 が 知 ら れ て い る 。 参考 紫式 部 の 書 い た 『 源氏 物語 』 の 原本 は 現存 し て い な い 。 また 『 紫式 部 日記 』 の 記述 に よ れ ば 紫式 部 の 書 い た 原本 を もと に 当時 の 能書 家 に よ っ て 清書 さ れ た 本 が あ る はず で あ る が 、 これ ら も また 現存 する もの は 無 い 。 『 紫式 部 日記 』 の 記述 に よ る と 、 そもそも 作者 の 自筆 の 原本 の 段階 で 草稿 本 、 清書 本 など 複数 の 系統 の 本 が 存在 し 、 作者 の 手元 に あ っ た 草稿 本 が 道長 の 手 に よ っ て 勝手 に 持ち出 さ れ る と い っ た 意図 し な い ケース を 含め て それぞれ が 外部 に 流出 する など 、 『 源氏 物語 』 の 本文 は 当初 から 非常 に 複雑 な 伝幡 経路 を たど っ て い た こと が 分か る 。 確実 に 平安 時代 に 作成 さ れ た と 判断 でき る 写本 は 現在 の ところ 一 つ も 見つか っ て お ら ず 、 この 時期 の 写本 を 元 に 作成 さ れ た と 見 られ る 写本 も 非常 に 数 が 限 ら れ て い る 。 この ため 現在 あ る 諸 写 本 を 調べ て い け ば 何 ら か の 一 つ の 本文 に たどり着 く の かどう かさえ 議論 に 決着 が つ か な い 状態 で あ る 。 その ため 現在 で は 紫式 部 が 書 い た 原本 の 復元 は ほぼ 不 可能 で あ る と 考え られ て い る 。 なお 、 平安 時代 末期 に 成立 し た と 見 られ る 『 源氏 物語 絵巻 』 に は 、 絵 に 添え られ た 詞書 と し て 『 源氏 物語 』 の 本文 と 見 られ る もの が 記 さ れ て お り 、 その 中 に は 現在 知 ら れ て い る 『 源氏 物語 』 の 本文 と 大筋 で 同じ ながら 現在 発見 さ れ て い る どの 写本 に も 見 られ な い 本文 が 含 ま れ て い る 。 この 本文 は 、 現在 確認 さ れ て い る 限り で 最も 古 い 時代 に 記 さ れ た 『 源氏 物語 』 の 本文 と い う こと に な る が 、 「 絵巻 の 詞書 」 と い う その 性質 上 もともと の 本文 の 要約 で あ る 可能 性 など も あ る ため 本来 の 『 源氏 物語 』 本文 を どの 程度 忠実 に 写し取 っ て い る の か 解 ら な い と し て 本文 研究 の 資料 と し て は 使用 でき な い と さ れ て い る 。 『 源氏 物語 』 は 完成 直後 から 広 く 普及 し 多く の 写本 が 作 ら れ た と 見 られ る 。 しかし ながら 鎌倉 時代 以降 の 『 源氏 物語 』 が 古典 と し て 重要 な 教養 の 源泉 で あ る と さ れ た 以後 の 時代 に 作成 さ れ た 写本 は 、 証本 と なし う る 信頼 でき る 写本 を 元 に 注意 深 く 写し と っ て 、 きちんと 校合 など も し た 上 で 完成 さ せ る こと が 一般 的 で あ っ た が 、 それ 以前 、 平安 時代 に は 『 源氏 物語 』 等 の 物語 は 広 く 普及 し 多く の 写本 が 作 ら れ て お り 、 その 中 に は 源 麗子 本 等 の 身分 の 高 い 人物 が 自ら 作 っ た と 見 られ る 写本 も あ っ た 。 しかし 、 物語 と い う 作品 の 位置 付け が 「 絵空事 」 「 女子供 の 手慰み 」 と い っ た もの で あ り 、 勅撰 集 等 公的 な 位置 付け を 持 っ た 歌集 は もちろん 、 そう で な い 私的 な 歌集 等 と 比べ て も 極めて 低 い もの で あ っ た 。 その ため 当時 は 筆写 の 際 に かなり 自由 に 文 の 追加 ・ 改訂 が 行 わ れ る の が むしろ 一般 的 で あ っ た と 見 られ る 。 この 際 、 作者 の 紫式 部 が 受領 階級 の 娘 で あ り 妻 で あ っ た と い う 、 当時 の 身分 ・ 階級 制度 の 中 で は 高 い と は 言え な い 地位 に あ っ た こと も 、 本文 を 忠実 に 写し 取り 伝え て い こ う と する 動機 を 欠 く 要因 に な っ た と する 意見 も 学者 の 中 に は 多 い 。 また 『 更級 日記 』 の 中 の 、 作者 ( 菅原 孝標女 ) が 『 源氏 物語 』 の 一 部分 だけ を 読 む 機会 が あ っ て 最初 から すべて を 読 み たい と 願 っ た と い う 記述 に 見 られ る よう に 、 『 源氏 物語 』 の よう な 大部 の 書物 は 常 に 全体 が セット に な っ て 流通 し て い る と い う わけ で は な かっ た と 見 られ る 。 写本 に よ る 流通 が 主 で あ っ た 時代 に は 大部 の 書物 は 全体 の 中 から 自分 が 残 し た い 、 あるいは 人 に 読 ま せ た い と 考え た 部分 だけ を 書き 写 す と い っ た 形 で 流通 する こと も 少な く な かっ た と 考え られ る 。 この よう な いく つ か の 現象 の 結果 と し て 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の ころ に は 多く の 『 源氏 物語 』 の 写本 が 存在 し て い る もの の 、 家々 が 持 つ 写本 ごと に その 内容 が 違 っ て お り 、 どれ が 元 の 形 で あ っ た の か 分か ら な い と い う 状況 に な っ て い た 。 『 源氏 物語 』 が 単なる 「 女子供 の 手慰み 」 と い う 位置 づけ から 『 古今 和 歌集 』 等 と 並 ん で 重要 な 教養 ( 歌作り ) の 源泉 と し て 古典 ・ 聖典 化 し て い っ た 平安 時代 末期 から 鎌倉 時代 初期 に かけ て 、 『 源氏 物語 』 の 本文 に つ い て 2 つ の 大きな 動き が 起こ っ た 。 1 つ は 藤原 定家 に よ る もの で 、 その 成果 が 「 青表 紙本 」 系 本文 で あ り 、 もう 1 つ が 河内 学派 に よ る もの で その 成果 が 「 河内 本 」 系 の 本文 で あ る 。 これ 以後 20 世紀 末 ころ から 「 別本 」 系 本文 の 再 評価 が 始ま る まで の 長 い 間 、 『 源氏 物語 』 の 本文 に つ い て は この 2 つ の 本文 を めぐ っ て 動 く こと に な る 。 この 両者 の 作業 は いずれ も 乱れ た 状況 に あ っ た 『 源氏 物語 』 の 本文 を 正 そ う と する もの で あ っ た が 、 その 結果 は 若干 異な っ た もの と な っ た 。 現在 あ る 「 青表 紙本 」 と 「 河内 本 」 の 本文 を 比べ る と 、 「 青表 紙本 」 の 方 を 見 る と 意味 が 通 ら な い 多く の 箇所 で 「 河内 本 」 を 見 る と 意味 が 通 る よう な 本文 に な っ て い る こと が 多 い 。 これ は 「 河内 本 」 が 意味 の 通り にく い 本文 に 積極 的 に 手 を 加え て 意味 が 通 る よう に する 方針 で 校訂 さ れ た の に 対 し て 、 「 青表 紙本 」 で は 意味 の 通 ら な い 本文 も 可能 な 限り その まま 残 す と い う 方針 で 校訂 さ れ た ため で あ る から だ と 考え られ て い る 。 この こと は 藤原 定家 と 源 光行 ら が 共 に ほぼ 同じ 資料 を 前 に し て 、 当時 の 本文 の 状況 を 「 さまざま に 異な っ た 本文 が 存在 し 、 その 中 の どれ が 正し い の か わか ら な い 。 」 と 認識 し て い た に も かかわ ら ず 、 定家 は 「 その 疑問 を 解決 する こと は でき な かっ た 。 」 と い う 意味 の こと を 述べ 、 源 光行 は 「 さまざま な 調査 の 結果 疑問 を すっきり と 解決 する こと が でき た 。 」 と い う 意味 の こと を 述べ る と い う 正 反対 の 結論 に 達 し て い る こと と も よく 対応 し て い る と 考え られ て 来 た 。 但し 藤原 定家 の 作り上げ た 「 青表 紙本 」 系統 の 本文 が 本当 に 元 の 本文 に 手 を 加え て い な い か どう か に つ い て は 、 近年 に な っ て 藤原 定家 の 『 土佐 日記 』 等 の 他 の 古典 の 写本 作成 に 対 する 態度 を 詳細 に 調査 する こと に よ っ て あ る 場合 に は 積極 的 に 本文 に 手 を 加え る こと も あ る と い う こと が 明らか に な っ て き た ため に 、 再 検討 の 必要 が 唱え られ て い る 。 この 2 系統 の 本文 の うち 、 鎌倉 時代 に は 「 河内 本 」 が 圧倒 的 に 優勢 な 状況 で あ り 、 今川 了俊 など は 、 「 青表 紙本 は 絶え て しま っ た 。 」 と 述べ て い た ほど で あ っ た 。 その 最も 大きな 原因 は 、 話 の 筋 や 登場 人物 の 心情 を 理解 する ため に は それ 自体 と し て 意味 の くみとれ な かっ たり 、 前後 の 記述 に 矛盾 の あ る ( よう に 見え る ) 箇所 を 含 ん で い る 「 青表 紙本 」 より も 、 その よう な 矛盾 を 含 ん で い な い ( よう に みえ る ) 「 河内 本 」 の ほう が 使 い やす かっ た から で あ る と 考え られ て い る 。 それ で も 室町 時代 半ば 頃 から 藤原 定家 の 流れ を 汲 む 三条 西家 の 活動 に よ り 古 い 時代 の 本文 に より 忠実 だ と さ れ る 「 青表 紙本 」 が 優勢 に な り 、 逆 に 「 河内 本 」 の 方 が 消え て しま っ た か の よう な 状況 に な っ た 。 ただし 三条 西家 系統 の 「 青表 紙本 」 は 純粋 な 「 青表 紙本 」 と 比べ る と 「 河内 本 」 等 から の 混入 が 見 られ る 本文 で あ っ た 。 その 後 江戸 時代 に 入 る と 、 版本 に よ る 『 源氏 物語 』 の 刊行 が 始ま り 、 裕福 な 庶民 に まで 広 く 『 源氏 物語 』 が 行 き 渡 る よう に な っ て き た 。 「 絵入源氏 物語 」 、 「 首書 源 氏 物語 」 、 「 源氏 物語 湖 月 抄 」 と い っ た 版本 の 本文 は 当時 最も 有力 で あ っ た 広 い 意味 で の 「 青表 紙本 」 系統 の 三条 西家 系統 の 本文 に さらに 「 河内本 」 や 「 別本 」 から の 混入 が 見 られ る 本文 で あ っ た 。 写本 や 版本 に よ っ て 本文 が 異な る こと は この 時代 すでに 知 ら れ て お り 、 本居 宣長 など も その 点 に 付 い て の 指摘 を 行 っ た こと も あ る が 本格 的 な 本文 研究 に 進 む こと は 無 かっ た 。 この 時代 、 良質 な 写本 の 多く は 大名 や 公家 、 神社 仏閣 など に 秘蔵 さ れ て お り 、 どこ が どの よう な 写本 を 所蔵 し て い る の か と い う こと すら ほとんど の 場合 明らか で は な かっ た ため 、 複数 の 写本 を 実際 に 手 に と っ て 具体 的 に 比較 する こと は 事実 上 不 可能 で あ っ た 。 明治 時代 に 入 る と 活字 に よ る 印刷 本文 の 発行 が 始ま っ た 。 当初 は 江戸 時代 に 発行 さ れ た 刊 本 を その まま 活字 化 する だけ で あ っ た が 、 次第 に よ り 古 い 、 より 原本 に 近 い と 考え られ る 本文 を 求め る よう に な っ た 。 「 首書 源 氏 物語 」 の 本文 と 「 源氏 物語 湖 月 抄 」 の 本文 と で は どちら が 優れ て い る の か と い っ た 議論 を 経 て 1914 年 ( 大正 3 年 ) に 「 首 書 源 氏 物語 」 を 底本 に し た 校訂 本 で あ る 源氏 物語 が 有朋 堂 文庫 から 出版 さ れ 、 広 く 普及 し た 。 やがて 明治 末年 ころ から 学問 的 な 本文 研究 の 努力 が 本格 的 に 始ま っ た 。 多く の 学者 の 努力 に よ っ て 「 大島 本 」 など の 「 青表 紙 」 系統 の 写本 や 当時 は すでに 失 わ れ て しま っ た と 考え られ て い た 「 河内 本 」 系統 の 写本 など 多く の 古 写本 が 発見 さ れ 、 学問 的 な 比較 作業 が 行 わ れ た 。 その 結果 は 池田 亀鑑 に よ り 『 校異源 氏 物語 』 および 『 源氏 物語 大成   校異編 』 に 結実 し た 。 池田 亀鑑 は 集め られ た 多く の 写本 を 「 青表 紙本 系 」 と 「 河内 本 系 」 の 2 つ に 分け 、 それ に 属 さ な い 写本 を 「 別本 」 と し て 1 つ に まとめ 、 3 種類 の 系統 に 分け た 。 古注 の 中等 で 言及 さ れ て お り 、 言葉 だけ は 広 く 知 ら れ て い た 「 青表 紙本 」 と 呼 ば れ る 写本 の グループ と 「 河内 本 」 と 呼 ば れ る 写本 の グループ が 本当 に 存在 する こと は この 時代 に な っ て 初めて 明らか に な っ た と 言 う こと が 出来 る 。 この 3 分類 法 は いろいろ な 別 の 分野 で の 研究 結果 と も 一致 する と 考え られ た こと も あ っ て 、 説得 力 の あ る 見解 と し て 広 く 受け入れ られ る よう に な っ た 。 但し 、 池田 は それぞれ の 写本 を どの 分類 に 入れ る か を 決め る に 当た っ て は それぞれ の 写本 の 奥書 ( その 写本 が どの よう な 写本 から いつ 誰 に よ っ て どの よう に 写 さ れ た の か と い っ た こと を 記 し て あ る 部分 ) の 内容 等 の それぞれ の 写本 の 外形 的 な もの を 重視 し た 。 しかし この よう な 歴史 的 経緯 や 写本 を 外形 的 な 特徴 に 基づ い て 分類 する こと が 本文 その もの の 内容 の 分類 と し て 正し い 、 妥当 な もの で あ る の か どう か 、 そもそも 「 青表 紙本 」 や 「 河内 本 」 が 成立 し た の は 事実 で あ る と し て も 本文 の 系統 と し て その よう な 区分 を 立て る こと が 妥当 な の か どう か に つ い て の 検討 を する こと も 無 かっ た 点 に は 注意 を 払 う 必要 が あ る 。 この よう に 、 その 後 の 研究 に よ っ て この 3 分類 法 は いろいろ と 問題 点 も 指摘 さ れ る よう に な っ て は い る が 、 現 時点 で も 一応 は 有効 な もの と さ れ て い る 。 これ ら の 3 分類 を 見直 す べ き だ と する 見解 と し て は 、 阿部 秋生 に よ る 、 「 奥書 に 基づ い て 写本 を 青表 紙本 、 河内 本 など と 分類 する こと が 妥当 な の か どう か は 、 本文 その もの を 比較 し そう い う 本文 群 が 存在 する こと が 明らか に な っ た 後 で 初めて 言え る こと で あ る 。 その 手続き を 経 る こと な く 奥書 に 基づ い て 写本 を 分類 する こと は 本文 その もの を 比較 する ため の 作業 の 前 段階 の 仮 の 作業 以上 の 意味 を 持 ち 得 な い 。 」 あるいは 、 「 もし 青表 紙本 が それ 以前 に 存在 し た どれ か 一 つ の 本文 を 忠実 に 伝え た の で あ れ ば 、 河内 本 が 新し く 作 ら れ た 混成 本 文 で あ る の に 対 し 青表 紙本 と は 別本 の 中 の 一 つ で あ り 、 源氏 物語 の 本文 系統 は 青表 紙本 ・ 河内 本 ・ 別本 の 3 分類 で 考え る べ き で は な く 別本 と 河内 本 の 2 分類 で 考え る べ き で あ る 。 」 と い っ た もの が あ る 。 古 い 時代 に 作 ら れ 現在 まで 伝わ っ て い る 実際 の 写本 は 、 出来上が っ た 写本 が 完成 当時 の 姿 を その まま 伝え られ て い る こと は 少な く 、 一部 が 欠け て しま っ たり 、 その 欠け た 部分 を 補 う ため に 別 の 写本 と 組み合わせ たり 、 別系 統 の 本文 を 持 っ た 写本 と 校合 さ れ て い る こと も 少な く な い 。 また この よう な 状態 の 写本 を 元 に し て その まま 写 し た 写本 を 作成 し た ため に 最初 に 完成 し た 時点 で すでに 巻 ごと に 異な っ た 系統 の 本文 に な っ た と 見 られ る 写本 も 存在 する 。 例えば 「 青表 紙本 」 系統 の 写本 の 中 で 最も 良質 な 本文 で あ る と さ れ 、 現在 多く の 校訂 本 の 底本 に 採用 さ れ て い る 飛鳥井 雅康筆 の 「 大島 本 」 。 それ で も 、 「 浮舟 」 を 欠 い た 53 帖 しか 現存 し て お ら ず 、 「 初音 」 帖 は 他 の 部分 と 同じ 飛鳥井 雅康 の 筆 で あ り ながら 本文 自体 は 「 青表 紙本 」 系統 の 本文 で は な く 「 別本 」 系統 の 本文 で あ る 。 「 桐壺 」 と 「 夢 浮橋 」 は 後世 の 別人 の 筆 で あ る 。 また ほぼ 全巻 に わた っ て 数 多く の 補筆 や 訂正 の 跡 が 見 られ る が 、 その 内容 は 「 河内 本 」 系統 の 写本 に 基づ く と 見 られ る もの が 多 い 。 まず 、 本文 校 訂 のみ に 特化 し て 校異 を 掲げ た 文献 を あげ る 。 この 他 に 主要 な 写本 に つ い て は 個別 に 翻刻 し た もの が 出版 さ れ て い る 。 『 校異源 氏 物語 』 ( 全 4 巻 ) 池田 亀鑑 ( 中央 公論 社 、 1942 年 ) 『 源氏 物語 大成 』 ( 校異 編 ) 池田 亀鑑 ( 中央 公論 社 、 1953 年 - 1956 年 ) 『 河内 本源氏 物語 校異 集成 』 加藤 洋介編 ( 風間 書房 、 2001 年 ) ISBN 4 - 7 5 99 - 12 60 - 6 『 源氏 物語 別本 集成 』 ( 全 15 巻 ) 伊井 春樹 他 源氏 物語 別本 集成 刊行 会 ( おうふう 、 1989 年 3 月 ~ 2002 年 10 月 ) 『 源氏 物語 別本 集成   続 』 ( 全 15 巻 の 予定 ) 伊井 春樹 他 源氏 物語 別本 集成 刊行 会 ( おうふう 、 2005 年 ~ ) 注釈 が 付 い た もの と し て は 、 次 の よう な もの が 出版 さ れ て い る 。 多く は 校 訂 本 も 兼ね て お り 、 現代 語 訳 と 対照 に な っ て い る もの も あ る 。 また 注釈 など の 内容 を 簡略 化 し た 軽装 版 や 文庫 版 が 同じ 出版 社 から 出 て い る もの も あ る 。 これ ら は すべて 青表 紙本 系 の 写本 を 底本 に し て お り 、 中 で も 三条 西 家 本 を 底本 に し て い る ( 旧 ) 日本 古典 文学 大 系 本 ( および その 軽装 版 で あ る 岩波 文庫 版 ) を 除 き 基本 的 に 大島 本 を 底本 に し て い る 。 『 源氏 物語 』 日本 古典 全書 ( 全 7 巻 ) 池田 亀鑑著 ( 朝日 新聞 社 、 1946 年 ~ 1955 年 ) 『 源氏 物語 』 日本 古典 文学 大系 ( 全 5 巻 ) 山岸 徳平 ( 岩波 書店 、 1958 年 ~ 1963 年 ) 『 源氏 物語 評釈 』 ( 全 12 巻 別 巻 2 巻 ) 玉上 琢弥 ( 角川 書店 、 1964 年 ~ 1969 年 ) 『 源氏 物語 』 日本 古典 文学 全集 ( 全 6 巻 ) 阿部 秋生 他 ( 小学 館 、 1970 年 ~ 1976 年 ) 『 源氏 物語 』 新潮 日本 古典 集成 ( 全 8 巻 ) 石田 穣二 他 ( 新潮 社 、 1976 年 ~ 1980 年 ) 『 源氏 物語 』 完訳 日本 の 古典 ( 全 10 巻 ) 阿部 秋生 他 ( 小学 館 、 1983 年 ~ 1988 年 ) 『 源氏 物語 』 新 日本 古典 文学 大系 ( 全 5 巻 ) 室伏 信助 他 ( 岩波 書店 、 1993 年 ~ 1997 年 ) 『 源氏 物語 』 新編 日本 古典 文学 全集 ( 全 6 巻 ) 阿部 秋生 他 ( 小学 館 、 1994 年 ~ 1998 年 ) 源氏 物語 の 登場 人物 『 源氏 物語 』 の 登場 人物 は 膨大 な 数 に 上 る ため 、 ここ で は 主要 な 人物 のみ を 挙げ る 。 なお 、 『 源氏 物語 』 の 登場 人物 の 中 で 本名 が 明らか な の は 光源 氏 の 家来 で あ る 藤原 惟光 と 源 良清 くらい で あ り 、 光源 氏 を はじめ と し て 大 部分 の 登場 人物 は 「 呼び名 」 しか 明らか で は な い 。 また 、 『 源氏 物語 』 の 登場 人物 の 表記 に は 、 もともと 作中 に 出 て くる もの と 、 直接 作中 に は 出 て こず 、 『 源氏 物語 』 が 受容 さ れ て い く 中 で 生まれ て き た 呼び名 の ふた 通り が 存在 する 。 また 作中 で の 人物 表記 は 当時 の 実際 の 社会 の 習慣 に 沿 っ た もの で あ る と 見 られ 、 人物 を その 官職 や 居住 地 など の ゆかり の あ る 場所 の 名前 で 呼 ん だり 、 「 一 の 宮 」 や 「 三 の 女宮 」 あるいは 「 大君 」 や 「 小 」 君 と い っ た 一般 的 な 尊称 や 敬称 で 呼 ん だり し て い る こと が 多 い 。 ゆえ に 、 状況 から 誰 の こと を 指 し て い る の か 判断 し な けれ ば な ら な い 場合 も 多 い だけ で な く 、 同じ ひとり の 人物 が 巻 に よ っ て 、 場合 に よ っ て は 一 つ の 巻 の 中 で も 様々 な 異な る 呼 び 方 を さ れ る こと が あ り 、 逆 に 同じ 表現 で 表 さ れ る 人物 が 出 て くる 場所 に よ っ て 別 の 人物 を 指 し て い る こと も 数 多 く あ る こと に は 注意 を 必要 と する 。 光源 氏 第 1 部 ・ 第 2 部 の 主人 公 。 桐壺 帝 と 桐壺 更衣 の 子 で 桐壺 帝 第 二 皇子 。 臣籍 降下 し て 源姓 を 賜 る 。 いったん 須磨 に 蟄居 する が 、 のち 復帰 し 、 さらに 准太 上 天皇 に 上げ られ 、 六 条 院 と 称 せ られ る 。 原文 で は 「 君 」 「 院 」 と 呼 ば れ る 。 妻 は 葵 の 上 、 女 三宮 、 事実 上 の 正妻 に 紫 の 上 。 子 は 、 夕霧 ( 母 は 葵 の 上 ) 、 冷泉 帝 ( 母 は 藤壺 中宮 、 表向き は 桐壺 帝 の 子 ) 、 明石 中宮 ( 今上 帝 ( 源氏 物語 ) の 中宮 。 母 は 明石 の 御方 ) 。 ほか 養女 に 秋好 中宮 ( 六条 御 息所 の 子 ) と 玉鬘 ( 源氏 物語 ) ( 内 大臣 と 夕顔 の 子 ) 、 表向き 子 と さ れ る 薫 ( 柏木 と 女 三宮 の 子 ) が い る 。 桐壺 帝 光源 氏 の 父 。 子 に 源氏 の ほか 、 朱 雀帝 ( のち 朱 雀院 ) 、 蛍兵 部 卿宮 、 八 の 宮 など が 作中 に 出 る 。 末子 と さ れ る 冷泉 帝 は 、 桐壺 帝 の 実子 で な く 、 源氏 の 子 。 桐壺 更衣 桐 壺帝 の 更衣 。 源 氏 が 3 歳 の とき 夭逝 する 。 藤壺 桐壺帝 の 先帝 の 内親王 。 桐壺 更衣 に 瓜二 つ で あ り 、 その ため 更衣 の 死後 後宮 に 上げ られ る 。 源 氏 と 密通 し て 冷泉 帝 を 産 む 。 葵 の 上左 大臣 の 娘 で 、 源氏 の 最初 の 正妻 。 源 氏 より 年上 。 母 大宮 ( 源氏 物語 ) は 桐壺 帝 の 姉妹 で あ り 、 源 氏 と は 従兄 妹 同士 と な る 。 夫婦 仲 は 長 ら く うま く い か な かっ た が 、 懐妊 し 、 夕霧 を 生 む 。 六条 御 息所 と の 車争い に よ り 怨 ま れ 、 生霊 に よ っ て 取り殺 さ れ る 。 頭 中将左 大臣 の 子 で 、 葵 の 上 の 同腹 の 兄 。 源 氏 の 友人 で あ り ライバル 。 恋愛 ・ 昇進 等 で 常 に 源 氏 に 先んじ られ る 。 子 に 柏木 、 雲居 雁 ( 夕霧 夫人 ) 、 弘徽 殿 女御 ( 冷泉 帝 の 女御 ) 、 玉鬘 ( 夕顔 の 子 、 髭黒 大将 夫人 ) 、 近江 の 君 など 。 主要 登場 人物 で 唯一 一貫 し た 呼び名 の な い 人物 。 六条 御息所 桐壺帝 の 前 東宮 ( 桐壺 帝 の 兄 ) の 御息 所 。 源 氏 の 愛人 。 源 氏 へ の 愛着 が 深 く 、 その 冷淡 を 怨 ん で 、 葵 の 上 を 取り殺 す に 至 る 。 前 東宮 と の 間 の 娘 は 斎宮 、 のち に 源 氏 の 養女 と な っ て 冷泉 帝 の 後宮 に 入 り 、 秋好 中宮 と な る 。 源 氏 は 御息所 の 死後 、 その 屋敷 を 改築 し 壮大 な 邸宅 を 築 い た ( 六条 院 の 名 は ここ から ) 。 紫 の 上藤 壺 中宮 の 姪 、 兵部 卿宮 の 娘 。 幼少 の 頃 、 源 氏 に 見出 さ れ て 養育 さ れ 、 葵 の 上亡 き 後 、 事実 上 の 正妻 と な る 。 源 氏 と の 間 に 子 が な く 、 明石 中宮 を 養女 と する 。 晩年 は 女 三宮 の 降嫁 に よ り 、 源 氏 と やや 疎遠 に な り 、 無常 を 感じ る 。 明石 の 御 方 明石 の 入道 の 娘 。 源 氏 が 不遇 時 に その 愛人 と な り 、 明石 中宮 を 生 む 。 不 本意 ながら 娘 を 紫 の 上 の 養女 と する が 、 入内 後 再び 対面 し 、 以後 その 後見 と な る 。 末摘 花 常陸宮 の 娘 。 大輔 の 命婦 の 手引き で 源氏 の 愛人 と な る が 、 酷 く 痩せ て い て 鼻 が 象 の 様 に 長 く 、 鼻先 が 赤 い 醜女 。 作品 中 最も 醜 く 描 か れ て い る 。 女三 の 宮朱 雀院 の 第 三 皇女 で 、 源氏 の 姪 に あた る 。 藤 壺 中宮 の 姪 で あ り 、 朱 雀院 の 希望 も あ り 源氏 の 晩年 、 二 番 目 の 正妻 と な る 。 柔弱 な 性格 。 柏木 と 通 じ 、 薫 を 生 む 。 柏木 ( 源氏 物語 ) 内 大臣 の 長男 。 女 三宮 を 望 ん だ が 果た せ ず 、 降嫁 後 六 条 院 で 女 三宮 と 通じ る 。 の ち 露見 し て 、 源 氏 の 怒り を か い 、 それ を 気 に 病 ん で 病死 する 。 夕霧 ( 源氏 物語 ) 源 氏 の 長男 。 母 は 葵 の 上 。 母 の 死後 しばらく その 実家 で 養育 さ れ た のち 、 源 氏 の 六条 院 に 引き取 ら れ て 花散里 に 養育 さ れ る 。 2 歳 年上 の 従姉 で あ る 内 大臣 の 娘 雲居 雁 と 幼少 の 頃 恋 を し 、 のち 夫人 と する 。 柏木 の 死後 、 その 遺妻 朱 雀院 の 落葉 の 宮 に 恋 を し 、 強い て 妻 と する 。 薫 第 3 部 の 主人 公 。 源 氏 ( 真実 に は 柏木 ) と 女 三宮 の 子 。 生まれつき 身体 から よ い 薫 が する ため 、 そう あだ名 さ れ る 。 宇治 の 八 の 宮 の 長女 大君 、 その 死後 は 妹 中 君 や 浮舟 を 相手 に 恋愛 遍歴 を 重ね る 。 匂宮 今 上帝 と 明石 中宮 の 子 。 第 三 皇子 と い う 立場 から 、 放埓 な 生活 を 送 る 。 薫 に 対抗 心 を 燃や し 、 焚き物 に 凝 っ た ため 匂宮 と 呼 ば れ る 。 宇治 の 八 の 宮 の 中君 を 、 周囲 の 反対 を おしきり 妻 に する が その 異母 妹 浮舟 に も 関心 を 示 し 、 薫 の 執心 を 知 り ながら 奪 う 。 浮舟 八 の 宮 が 女房 に 生 ま せ た 娘 。 母 が 結婚 し 、 養父 と とも に 下 っ た 常陸 国 で 育 つ 。 薫 と 匂宮 の 板ばさみ に な り 、 苦悩 し て 入水 する が 横川 の 僧都 に 助け られ る 。 『 源氏 物語 』 の 原文 は 専門 的 な 教育 なし に は 現代 日本 人 に と っ て かなり 難し い もの で 、 瀬戸 内 寂聴 の 訳 し た もの が 近年 ベスト セラー に な っ た よう に 、 むしろ 現代 語 訳 で 親し ん で い る 人 の ほう が 多 い と いえ る 。 数 あ る 日本 の 古典 文学 の 中 で も 恐らく その 豊か な 内容 ゆえ に 最も 現代 語 訳 が 試み られ て お り 、 また 訳者 に 作家 が 多 い の も 特徴 で あ る 。 しばしば これ ら は 翻訳 者 の 名前 を と っ て 「 与謝野 源 氏 」 、 「 谷崎 源 氏 」 と い っ た 風 に 「 ○ ○ 源 氏 」 と 呼 ば れ て い る 。 『 源氏 物語 』 は 、 日本 文学 の 代表 的 な もの と し て 、 多く の 言語 に 翻訳 さ れ て い る 。 さらに 、 重訳 や 抄訳 も 含め る と 、 現在 、 20 言語 以上 の 翻訳 が 確認 でき る と の こと で あ る 。 英語 訳 最初 の 外国 語 へ の 翻訳 は 、 恐らく 末松 謙澄 に よ る 英訳 で あ る 。 これ は 彼 が イギリス の ケンブリッジ に い た 時 に な さ れ た もの で 、 18 82 年 に 出版 さ れ た 。 しかし 、 抄訳 で あ る こと に 加え て 、 翻訳 の 質 が 悪 い こと から 、 当時 に お い て も 殆ど 注目 さ れ な かっ た ( 後述 の ウェイリー は 、 参照 し て い た よう で あ る ) 。 今日 で も 一部 の 研究 者 以外 に 省 み られ る こと は な い 。 続 い て 、 ブルームズベリー ・ グループ の アーサー ・ ウェイリー に よ り 、 『 源氏 物語 』 は 西洋 世界 に 本格 的 に 紹介 さ れ る こと に な る 。 1925 年 に 「 桐壺 」 から 「 葵 」 まで を 収め た 第 1 巻 が 出版 さ れ 、 1933 年 に 「 宿木 」 から 「 夢 浮橋 」 まで を 収め た 第 6 巻 が 出 て 完結 し た 。 ウェイリー は 語学 の 天才 で あ る のみ な ら ず 、 文学 的 才能 を も 持ち合わせ て い た 。 彼 が 翻訳 者 で あ っ た と い う 幸運 も あ っ て 、 源氏 物語 は 多く の 読者 を 持 つ ことな り 、 当時 の 文学 界 の 話題 と も な っ た 。 その 読者 の 中 に は 、 同じく ブルームズベリー の ヴァージニア ・ ウルフ も い た 。 『 源氏 物語 』 が 高 い 評価 を も っ て 受け入れ られ た の は 、 時代 性 も あ る と 言 わ れ る 。 当時 、 西欧 で は 新し い タイプ の 心理 小説 が 流行 し て い た 。 『 源氏 物語 』 は 、 この いわゆる 「 意識 の 流れ 」 に 近 い 文体 を 持 っ て お り 、 これ が 正当 な 評価 を 獲得 し た 一 つ の 理由 で あ る 。 ウェイリー 訳 は 、 世界 で 広 く 重訳 さ れ て い る 。 ウェイリー の 訳 は 、 かなり 自由 な 意訳 を 行 っ て お り 、 当時 の 文学 界 に あわせ た 華麗 な 文体 を 用い て い る 。 また 、 省略 箇所 が 多 く 、 誤訳 が 指摘 も さ れ て い た 。 日本 文学 研究 者 の エドワード ・ サイデン ステッカー の 訳 ( 1976 年 ) は 、 ウェイリー 訳 の 欠点 を 改善 し 、 戦後 の 文学 的 傾向 に 合わせ て 、 文章 の 装飾 を 落と し 、 原文 に 近づけ る 努力 が な さ れ て い る 。 ロイヤル ・ タイラー の 訳 ( 2001 年 ) は 一層 この 傾向 を 強め た もの で 、 豊富 な 注 を 持 ち 、 学問 的 な 精確 さ を 持 っ て い る 。 他 に 、 英訳 で 重要 な もの と し て は 、 抄訳 で は あ る が 、 ヘレン ・ マカラウ の もの が あ る ( 1994 年 ) 。 フランス 語 訳 フランス で は 、 日本 学 の 権威 ルネ ・ シフェール が 翻訳 に 当た っ た ( 1988 年 に 公刊 ) 。 現在 まで 、 フランス 語 圏 に おけ る 唯一 の 完訳 で あ り 、 また 訳 の 質 も 非常 に 高 く 、 評価 を 得 て い る 。 ドイツ 語 訳 オスカー ・ ベンル が 原文 から 訳 し 、 これ も 優れ た 訳 と 評価 が あ る 。 ロシア 語 訳 タチヤーナ ・ ソコロワ = デリューシナ の 翻訳 が あ る 。 チェコ 語 訳 福井 県 立 大学 教授 カレル ・ フィアラ の チェコ 語 訳 は 現在 進行 中 。 フィンランド 語 訳 参議 院 議員 の 弦念 丸呈 ( ツルネン ・ マルテイ ) が 1980 年 に フィンランド 語 の 翻訳 ( 但し 抄訳 ) を 出版 し て い る 。 スウェーデン 語 訳 アーサー ・ ウェイリー の 英語 訳 から の 重訳 ( 抄訳 ) が 1927 年 に 出版 さ れ て い る 。 オランダ 語 訳 アーサー ・ ウェイリー の 英語 訳 から の 重訳 ( 抄訳 ) が 1930 年 に 出版 さ れ て い る 。 イタリア 語 訳 アーサー ・ ウェイリー の 英語 訳 から の 重訳 ( 抄訳 ) が 1944 年 に 出版 さ れ て い る 。 中国 語 訳 原文 から の 完訳 と し て は 、 豊子 愷 の 翻訳 『 源氏 物語 上 ・ 中 ・ 下 』 ( 人民 文学 月報 社 、 1980 年 から 1982 年 ) が あ る 。 また 台湾 で は 林 文月 の 翻訳 『 源氏 物語 上・下 』 ( 中外 文学 月報 社 、 1982 年 ) が あ る 。 朝鮮 語 訳 田 溶新 の 翻訳 や 柳呈 の 翻訳 『 源氏 物語 イヤギ ( 物語 ) 』 全 3 冊 ( ナナム 出版 、 2000 年 ) が あ る 。 中古 期 に おけ る 『 源氏 物語 』 の 影響 は 大まか に 2 期 に 区切 る こと が でき る 。 第 1 期 は 院政 期 初頭 まで 、 第 2 期 は 院 政 期 歌壇 の 成立 から 新古 今 集撰 進 まで で あ る 。 第 1 期 に お い て は 、 『 源氏 物語 』 は 上流 下流 を 問 わ ず 貴族 社会 で おもしろ い 小説 と し て ひろ く 読 ま れ た 。 当時 の 一般 的 な 上流 貴族 の 姫君 の 夢 は 、 後宮 に 入 り 帝 の 寵愛 を 受け 皇后 の 位 に 上 る こと で あ っ た が 、 『 源氏 物語 』 は 、 帝直 系 の 源氏 の 者 を 主人 公 に し 彼 の 住まい を 擬似 後宮 に し た て 女 君 たち を 分け隔て な く 寵愛 する と い う 内容 で 彼女 たち を 満足 さ せ 、 あるいは 人間 の 心理 や 恋愛 、 美 意識 に 対 する 深 い 観察 や 情趣 を 書きこ ん だ 作品 と し て 貴族 たち に もてはや さ れ た の で あ る 。 この 間 の 事情 は 菅原 孝標女 の 『 更級 日記 』 に 詳し い 。 すぐれ た 作品 が 存在 し 、 それ を 好 む 多く の 読者 が 存在 する 以上 、 『 源氏 物語 』 の 享受 は その まま これ に つづ く 小説 作品 の 成立 と い う 側面 を 持 っ た 。 中古 中期 に おけ る 『 源氏 』 受容 史 の 最大 の 特徴 は 、 それ が 『 源氏 』 の 文体 、 世界 、 物語 構造 を 受継 ぐ 諸種 の 作品 の 出現 を うなが し た ところ に あ る と いえ る だ ろ う 。 11 世紀 より 12 世紀 に かけ て 成立 し た 数々 の 物語 は 、 その 丁寧 な 叙述 と 心理 描写 の たくみさ 、 話 の 波乱 万丈 ぶり より も 決め こまやか な 描写 と 叙情 性 や 風雅 を 追求 し よ う と する 性向 に お い て 、 あきらか に 『 宇津 保 物語 』 以前 の 系譜 を 断 ち き り 、 『 源氏 物語 』 に 拠 っ て い る 。 それ が あまり に 過度 で あ り すぎ る ため に 源氏 亜流 物語 と い う 名称 さえ あ る ほど だ が 、 例えば 『 浜松 中 納言 物語 』 『 狭衣 物語 』 『 夜半 の 寝覚 』 など は 『 源氏 』 を 受継 い で 独特 の 世界 を つくりあげ て お り 、 王朝 物語 の 達 しえ た 成熟 と し て 高 く 評価 する に 足 る で あ ろ う 。 ( なお 、 後期 王朝 物語 = 源氏 亜流 物語 に は 光源 氏 より も 薫 の 人物 造型 が つよ く 影響 を 与え て い る こと が 知 ら れ る 。 源氏 物語 各帖 の あらすじ の 「 第 三 部 」 参照 。 ) 平安 末期 に は 既に 古典 化 し て お り 、 『 六百 番 歌合 』 で 藤原 俊成 を し て 「 源 氏 見 ざる 歌詠 み は 遺恨 の 事 な り 」 と 言わ しめ た 源語 は 歌人 や 貴族 の たしなみ と な っ て い た 。 この ころ に は 言語 や 文化 の 変化 や 流れ に 従 い 原典 を その まま 読 む こと も 困難 に な っ て き た ため 、 原典 に 引歌 や 故事 の 考証 や 難語 の 解説 を 書き添え る 注釈 書 が 生まれ た 。 その 一方 、 仏教 が 浸透 し て い く 中 で 、 「 色恋 沙汰 の 絵空事 を 著 し 多く の 人 を 惑わ し た 紫式 部 は 地獄 ( 仏教 ) に 堕 ち た に 違い な い 」 と い う 考え が 生まれ 、 「 源 氏 供養 」 と 称 し た 紫式 部 の 霊 を 救済 する 儀式 が たびたび 行 わ れ た 。 これ は 後 に 小野 篁 伝説 と 結びつけ られ た 。 江戸 時代 後期 に は 、 当時 の 中国 文学 の 流行 に 逆ら う 形 で 、 設定 を 室町 時代 に 置き換え た 通俗 小説 と も い う べ き 『 偐紫田 舎源 氏 』 ( 柳亭 種彦 著 ) が 書き起こ さ れ 、 「 源 氏 絵 」 ( 浮世 絵 の 一 ジャンル ) が 数 多 く 作 ら れ たり 歌舞伎 化 さ れ る など 世 に 一大 ブーム を 起こ し た が 、 天保 の 改革 で あえ な く 断絶 し た 。 明治 以後 多く の 現代 語 訳 の 試み が な さ れ 、 与謝野 晶子 や 谷崎 潤一郎 の 訳本 が 何 度 か 出版 さ れ た が 、 昭和 初期 から 「 皇室 を 著し く 侮辱 する 内容 が あ る 」 と の 理由 で 、 光源 氏 と 藤壺 女御 の 逢瀬 など を 二 次 創作 物 に 書き留め たり 上演 する こと など を 政府 から 厳し く 禁 じ られ た こと も あ り 、 訳本 の 執筆 に も 少な から ず 制限 が かけ られ て い た 。 戦後 は その 制限 も な く な り 、 円地 文子 、 田辺 聖子 、 瀬戸 内 寂聴 など の 訳本 が 出版 さ れ て い る 。 また 、 原典 に 忠実 な 翻訳 以外 に 、 橋本 治 の 『 窯変 源 氏 物語 』 に 見 られ る 大胆 な 解釈 を 施 し た 意訳 小説 や 、 大和 和紀 の 漫画 『 あさき ゆめみ し 』 や 小泉 吉宏 の 漫画 『 まろ 、 ん 』 を 代表 と し た 漫画 作品 化 など の 試み も な さ れ て い る 。 現代 で は 冗談 半分 で 、 『 源氏 物語 』 と 純愛 もの の アダルト ゲーム や ハーレム アニメ と の ストーリー の 類似 性 が 指摘 さ れ る こと が あ る が 、 「 『 源氏 物語 』 は 猥書 で あ り 、 子供 に 読 ま せ て は な ら な い 」 と い う 論旨 の 文章 は 、 既に 室町 時代 や 江戸 時代 に 存在 し て い る 。 『 源氏 物語 』 は 、 海外 に も 少な から ず 影響 を 与え て い る 。 マルグリット ・ ユルスナール は 、 『 源氏 物語 』 の 人間 性 の 描写 を 高 く 評価 し 、 短編 の 続編 を 書 い た 。 2008 年 に は 、 京都 市 など が 中心 と な っ て 、 源氏 物語 千 年紀 と 称 し て 、 各種 の イベント が 予定 さ れ て い る 。 歴史 的 注釈 書 『 源氏 物語 』 に つ い て は 平安 末期 以降 数 多く の 注釈 書 が 作 ら れ た 。 『 源氏 物語 』 の 注釈 書 の 中 で も 特に 明治 時代 以前 まで の もの を 古注 釈 と 呼 ぶ 。 一般 に は 『 源 氏 釈 』 から 『 河海 抄 』 まで の もの を 「 古注 」 、 『 花鳥 余情 』 から 『 湖月 抄 』 まで の もの を 「 旧注 」 、 それ 以後 江戸 時代 末 まで の もの を 「 新注 」 と 呼び分け て い る 。 『 源 氏 釈 』 や 『 奥入 』 と い っ た 初期 の 注釈 書 は もともと は 独立 し た 注釈 書 で は な く 写本 の 本文 の 末尾 に 書き付け られ て い た 注釈 が 、 後 に な っ て 独立 し た 1 冊 の 書物 と し て まとめ られ た もの で あ る 。 +紫式 部 ( むらさき しきぶ 、 生没年 不明 ) は 、 平安 時代 中期 の 女性 作家 、 歌人 。 源氏 物語 の 作者 と し て 有名 で あ る 。 中古 三十 六 歌仙 の 一人 。 『 小倉 百 人 一首 』 に も 「 めぐりあ ひ て 見し や それ と も わ か ぬ ま に   雲がくれ に し 夜半 の 月 か な 」 で 入選 。 藤原 氏 の 出 で 、 女房 名 は 「 藤 式 部 」 。 「 紫 」 の 称 は 『 源氏 物語 』 の 作中 人物 「 紫 の 上 」 に 、 「 式部 」 は 父 が 式部 大丞 だっ た こと に 由来 する 。 紫式 部 の 本名 は 不明 で あ る が 、 「 御堂 関 白記 」 の 寛弘 4 年 正月 29 日 の 条 に お い て 掌侍 に な っ た と さ れ る 記事 の あ る 「 藤原 香子 」 ( かおりこ / たかこ / こうし ) と の 説 も あ る 。 但し 、 この 説 は 仮定 を 重ね て い る 部分 も 多 く 、 推論 の 過程 に 誤り が 含 ま れ て い る と い っ た 批判 も あ り 、 仮定 の 域 を 出 る もの で は な い 。 また 生没年 も 伝わ っ て い な い が 、 資料 ・ 作品 等 から 寛弘 5 年 ( 100 8 年 ) に 30 歳 位 と 推測 さ れ る の で 、 逆算 し て 天延 元年 ( 979 年 ) 頃 生 ? - 長和 五 年 ( 1016 年 ) 頃 没 ? と 推定 さ れ て い る 。 貴族 で は めずらし い イワシ 好き で あ っ た と い う 説話 が あ る が 、 もと は 「 猿源 氏 草紙 」 で 和泉 式部 の 話 で あ り 、 後世 の 作話 と 思 わ れ る 。 越後 国守 藤 原 為 時 の 娘 で 、 母 は 摂津 国守 藤 原 為信女 で あ る が 、 紫式 部 の 幼少 期 に 母 を 亡く し た と さ れ る 。 同母 の 兄弟 に 藤原 惟規 が い る ほか 、 姉 の 存在 も 知 ら れ る 。 三条 右 大臣 藤原 定方 、 堤 中 納言 藤原 兼輔 は とも に 父方 の 曽祖父 で 、 一族 に は 文辞 を 以 っ て 聞こえ た 人 が 多 い 。 幼少 の 頃 より 、 当時 の 女性 に 求め られ る 以上 の 才能 で 漢文 を 読み こな し た など 、 才女 と し て の 逸話 が 多 い 。 五十 四 帖 に わた る 大作 『 源氏 物語 』 、 宮仕え 中 の 日記 『 紫式 部 日記 』 を 著 し た と い う の が 通説 、 家集 『 紫式 部 集 』 が 伝え られ る 。 父 ・ 藤原 為時 は 30 代 に 東宮 の 読書 役 を 始め と し て 、 東宮 が 花山 天皇 に な る と 蔵人 、 式部 大丞 と 出世 し た が 、 花山 天皇 が 出家 する と 失職 し た 。 10 年 後 、 一条 天皇 に 詩 を 奉 じ た 結果 、 越前 国 の 受領 と な る 。 紫式 部 は 娘 時代 の 約 2 年 を 父 の 任国 で 過ご す 。 長徳 四 年 ( 99 8 年 ) 頃 、 親子 ほど も 年 の 差 が あ る 山城 国守 藤原 宣孝 と 結婚 し 、 長保 元年 ( 999 年 ) に 一女 ・ 藤原 賢子 ( かたいこ ・ けんし ) ( 大弐 三 位 ) を 儲け た が 、 この 結婚 生活 は 長 く 続 か ず 、 ま も な く 宣孝 と 死別 し た 。 寛弘 二 年 ( 100 5 年 ) 12 月 29 日 ( 旧暦 ) より 、 一条 天皇 の 中宮 ・ 藤原 彰子 ( 藤原 道長 の 長女 、 のち 院号 宣下 し て 上東 門院 ) に 女房 兼 家庭 教師 役 と し て 仕え 、 少な く とも 同八 年 頃 まで 奉仕 し 続け た よう で あ る 。 『 詞花 和 歌集 』 に 収め られ た 伊勢 大輔 の 「 いに し へ の 奈良 の 都 の 八重 桜 け ふ 九重 に にほひ ぬ る か な 」 と い う 和歌 は 、 宮廷 に 献上 さ れ た 八重 桜 を 受け取 り 、 中宮 に 奉 る 際 に 詠 ま れ た もの だ が 、 『 伊勢 大輔 集 』 に よ れ ば この 役目 は 当初 紫式 部 の 役目 だっ た もの を 式部 が 新参 の 大輔 に 譲 っ た もの だっ た 。 藤原 実資 の 日記 『 小右 記 』 長和 2 年 5 月 25 日 ( 旧暦 ) 条 で 「 『 越後 守 為 時 女 』 と し て 皇太后 彰子 と 実資 の 取り次ぎ 役 を 務め た 」 と の 記述 が 紫式 部 で 残 さ れ た 最後 の もの と な る 。 よ っ て 三条 天皇 の 長和 年間 ( 1012 年 - 1016 年 ) に 没 し た と する の が 通説 だ が 、 異見 も あ る 。 なお 、 伝 ・ 紫式 部 墓 が 京都 市 北 区 ( 京都 市 ) 紫野 西 御所田町 ( 堀川 北 大路 下ル 西側 ) に 残 る 。 現在 、 日本 銀行 D 銀行 券 2000 円 札 の 裏 に は 小さな 肖像 画 と 、 『 源氏 物語 絵巻 』 の 一 部分 が 使用 さ れ て い る 。 国際 連合 教育 科学 文化 機関 ( 国際 連合 教育 科学 文化 機関 = UNESCO ) 偉人 暦 に 日本 人 と し て 唯一 人名 を 連ね て い る 。 同 時期 の 有名 だっ た 女房 たち の 人物 評 が 見 られ る 。 中 で も 最も 有名 な の が 枕草子 作者 の 清少 納言 に 対 する 、 ( 以下 、 意訳 ) 「 得意 げ に 真名 ( 漢字 ) を 書き散ら し て い る が 、 よく 見 る と 間違い も 多 い し 大した 事 は な い 」 ( 「 清少 納言 こそ し たり 顔 に いみじう は べりけ る 人 さ ばかり さかしだち 真名 書き散ら し て は べ る ほど も よく 見 れ ば まだい と 足 ら ぬ こと 多 かり 」 『 紫日 記 』 黒川 本 ) 、 「 こんな 人 の 行く末 に い い こと が あ る だ ろ う か ( いや 、 ない ) 」 ( 「 その あだ に な り ぬ る 人 の 果て いか で か は よく は べらむ 」 『 紫日 記 』 黒川 本 ) など の 、 殆ど 陰口 と も いえ る 辛辣 な 批評 で あ る 。 これ ら の 表記 は 近年 に 至 る まで 様々 な 憶測 や 、 ある 種野 次馬 的 な 興味 ( 紫式 部 が 清少 納言 の 才能 に 嫉妬 し て い た の だ 、 など ) を 持 っ て 語 ら れ て い る 。 もっとも 、 本人 同士 は 年齢 や 宮仕え の 年代 も 10 年 近く 異な る ため 、 実際 に 面識 は 無 かっ た もの と 見 られ て い る 。 同輩 で あ っ た 女流 歌人 の 和泉 式部 ( 「 素行 は 良 く な い が 、 歌 は 素晴らし い 」 など ) や 赤染 衛門 に は 好感 を 見せ て い る 。 『 源氏 物語 』 を 女房 に 読 ま せ て 聞 い た 一条 天皇 が 作者 を 褒め て 、 きっと 日本 紀 ( 日本 紀 は 『 続 日本 紀 』 に よ れ ば 『 日本 書紀 』 の こと で あ る の で 『 日本 書紀 』 を さ す と い う 説 が あ る ) を よく 読みこ ん で い る 人 に 違い な い と 言 っ た 。 この こと から 、 「 日本 紀 の 御 局 」 と あだ名 さ れ た と の 逸話 が あ る が 、 これ に は 女性 が 漢文 を 読 む こと へ の 揶揄 が あ り 、 本人 に は 苦痛 だっ た よう で あ る と する 説 が 通説 で あ る 。 紫 日記 及び 紫 日 記 に 一部 記述 が 共通 の 『 栄花 物語 』 に は 又 、 夜半 に 道長 が 彼女 の 局 を たずね て 来る 一節 が あ る 。 鎌倉 時代 の 公家 系 譜 の 集大成 で あ る 『 尊卑 分脈 』 ( 『 新編纂 図 本 朝尊卑 分脉 系 譜 雑類 要集 』 ) に な る と 、 「 上東 門院 女房   歌人   紫式部 是也   源氏 物語 作者   或本雅正女 云々   為時 妹也 云々   御堂 関白 道長 妾 」 と 紫式 部 の 項 に はっきり 道長 妾 と の 註記 が 付 く よう に な る が 、 彼女 と 道長 の 関係 は 不明 で あ る 。 紫式部 日記 絵詞 ( 国宝 ) 藤田 美術 館 紫式 部 学会 紫式 部 学会 と は 、 1932 年 ( 昭和 7 年 ) 6 月 4 日 に 、 東京 帝国 大学 文学 部 国 文学 科 主任 教授 で あ っ た 藤村 作 ( 会長 ) 、 東京 帝国 大学 文学 部 国 文学 科 教授 で あ っ た 久松 潜一 ( 副 会長 ) 、 東京 帝国 大学 文学 部 国 文学 研究 室 副手 で あ っ た 池田 亀鑑 ( 理事 長 ) ら に よ っ て 源氏 物語 に 代表 さ れ る 古典 文学 の 啓蒙 を 目的 と し て 設立 さ れ た 学会 で あ る 。 1964 年 ( 昭和 39 年 ) 1 月 より 事務 局 が 神奈川 県 横浜 市 鶴見 区 ( 横浜 市 ) に あ る 鶴見 大学 文学 部 日本 文学 科 研究 室 に 置 か れ て い る 。 現在 の 会長 は 秋山 虔 が つとめ て い る 。 講演 会 を 実施 し たり 源氏 物語 を 題材 に し た 演劇 の 上演 を 後援 し たり し て い る ほか 以下 の 出版 物 を 刊行 し て い る 。 機関 誌 『 むらさき 』 戦前 ( 1934 年 ( 昭和 9 年 ) 8 月 ~ 1944 年 ( 昭和 19 年 ) 6 月 ) は 月刊 、 戦後 版 ( 1962 年 ( 昭和 37 年 ) ~ ) は 年刊 論文集 『 研究 と 資料   古代 文学 論叢 』 1969 年 ( 昭和 44 年 ) 6 月 ~ 年刊   武蔵野 書院 より 刊行 +和歌 ( わか ) は 、 上代 から 日本 で 行 わ れ た 定型 の 歌 。 和歌 を 詠 む 人 の こと を 歌人 と い う 。 呼び名 和歌 と は 漢詩 に 対 する 呼称 で 、 やまとう た ( 大和 歌 ・ 倭歌 ) 、 あるいは 単に うた と い う 。 奈良 時代 に は 倭歌 ( わか ) ・ 倭詩 ( わし ) と も 言 っ た 。 和歌 は 広義 に は 長歌 ・ 短歌 ・ 旋頭 歌 ・ 片歌 及び 仏足 石 歌 の 総称 だ が 、 狭義 に は 31 音 を 定型 と する 短歌 の こと を 指 す 。 その ため 、 三十 一 文字 ( みそ ひと もじ ) と も 言 わ れ る 。 また 、 日本 神話 で は スサノオ が 詠 っ た 「 八雲立 つ 出雲 八重垣 妻 ごめ に 八重垣 作 る その 八重垣 を 」 が 最初 の 和歌 と さ れ る こと から 、 その 初め の 語句 を 取 っ て 八雲 ( やく も ) と も い う 。 「 八雲 の 道 」 と い え ば 「 歌道 」 の こと で あ る 。 「 八雲 の 道 」 と 同じく 「 歌道 」 を 表 す 言葉 に 「 敷島 の 道 」 が あ る 。 敷島 ( しきしま ) は 大和 あるいは 日本 を 意味 し 、 直訳 すれ ば 「 日本 の 道 」 と い う 意味 に な る 。 歌 を 詠 む こと が 日本 古来 の 文化 で あ っ た こと を 示 し て い る 。 なお 、 沖縄 県 に は 琉歌 と い う やや 独特 の 形式 が あ る 。 和歌 は 、 五音 と 七音 を 標準 と する 大和 ことば に よ る 定型 詩 ( し ) 、 また は 詩 ( うた 、 音楽 ) で あ る 。 文学 と し て の 解釈 と 音楽 と し て の 解釈 の 二 通り が あ る が 、 一般 的 に は 国 文学 の 中 の 1 つ と し て 解釈 さ れ る ため 、 学校 教育 に お い て 「 うた 」 の 要素 は 排除 さ れ て い る 。 片歌 五七 七 の 三 句 。 二 つ に 分かれ て 唱和 する 片方 で 、 最短 の 歌 。 旋頭 歌 五七 七 、 五 七 七 の 形式 。 片歌 を 二 回 繰り返 し た もの で 、 問答 歌 が 多 い 。 長歌 五七 、 五七 、 … 、 五七 、 七 の 形式 。 五七 を 三 回 以上 繰り返 し 、 最後 を 七音 を 加え る 。 万葉 集 に 多 く 見え る が 、 古今 集 の 時点 で は すでに 作 ら れ な く な っ て い る 。 主に 公 の 場 で うた わ れ る もの で 、 反歌 を 伴 う 。 短歌 五七 、 五七 、 七 の 形式 。 のち に 五七 五 と 七七 に 分け る 形式 が 発生 し 、 連歌 、 俳諧 が 発生 する 。 仏足 石 歌体 五七 、 五七 、 七七 の 形式 。 今 様 七五 、 七五 、 七五 、 七五 の 形式 。 平安 中 期 に 発生 。 甚句 ( 都々逸 ) 七七 、 七五 の 形式 。 江戸 時代 に 発生 。 全国 各地 の 民謡 に 多 い 。 囃子 言葉 が 挿入 さ れ る 場合 も 多 い 。 なお 、 都々 逸 と い う 呼称 は 幕末 以降 に でき た と も 言 わ れ る 。 枕詞 序詞 掛詞 縁語 本歌取り 体言止め 対句 句切れ 披講 と は 、 和歌 に 節 を 付け て 詠 み上げ る こと で 、 綾小路 流 や 冷泉 流 など の 流派 が 存在 する 。 現在 で は 宮中 の 歌会 始 や 神社 で の 行事 など で 見 る こと が でき る 。 定型 が 完成 する 以前 の 和歌 を 上代 歌謡 と い う 。 感情 の 高まり から 発 せ られ た 叫 び ・ 掛け声 が 次第 に 成長 し て 、 祭り や 労働 の 際 に 集団 で 歌 わ れ る 歌 と な っ た もの と も 言 わ れ る 。 多く は 文字 に 記 さ れ る こと な く 失 わ れ て しま っ た と さ れ る が 、 『 古事 記 』 『 日本 書紀 』 『 風土 記 』 『 万葉 集 』 『 古語 拾遺 』 『 琴歌 譜 』 『 仏足 石 歌碑 』 など に 約 300 首 残 っ て い る 。 当時 の 習慣 と し て 、 歌垣 と い う 集団 行事 が あ っ た 。 上代 歌謡 は 神楽 歌 や 催馬楽 など の 楽器 を 伴 う 儀式 歌 の 源流 と な る が 、 その 歌体 ・ 技巧 は 後 の 和歌 の 母胎 と な っ て い る 。 『 古事 記 』 『 日本 書紀 』 に 採 ら れ た 上代 歌謡 を 、 特に 記紀 歌謡 と い う 。 独立 し た 歌謡 で は な く 、 物語 の 効果 を 高め る ため に 用い られ て い る こと が 多 い が 、 宮廷 人 が 歌 っ た 儀式 の 歌謡 や 、 創作 も あ る と さ れ て い る 。 片歌 ・ 旋頭 歌 ・ 短歌 ・ 長歌 など の 五 音 と 七音 を 標準 と する 歌体 に 、 対句 ・ くりかえ し ・ 枕詞 ・ 序詞 など の 技法 が 用い られ た 。 他 に も 記紀 の 時代 の 歌謡 に は 、 奈良 の 薬師寺 の 仏足 石 歌碑 に 刻 ま れ た 歌 、 平安 時代 中期 に 書写 さ れ た 和琴 の 譜本 『 琴歌 譜 』 が あ る 。 統一 国家 が 確立 し て ゆ く 中 で 、 大陸 から 漢詩 が 入 っ て き た 影響 も あ り 、 個人 の 気持ち を 個々 に 表現 する 歌 が 盛ん に 作 ら れ る よう に な っ た 。 それ ら を 大成 し た の が 『 万葉 集 』 で あ る 。 万葉 集 の 注記 に よ る と 、 万葉 集 以前 に も 『 古 歌集 』 『 柿本 人麻呂 歌集 』 『 笠金 村 歌集 』 『 高橋 虫麻呂 歌集 』 『 田辺 福麻呂 歌集 』 『 類聚 歌林 』 など が あ っ た と さ れ る が 、 現存 し て い な い 。 万葉 集 は 長 い 期間 を 経 て 何 人 も の 人々 に よ っ て まとめ られ た が 、 最終 的 に 現在 の 20 巻 の かたち に 編集 し た の は 大伴 家持 だ と 言 わ れ て い る 。 約 4500 首 が 収め られ て お り 、 その 最も 古 い もの は 仁徳 天皇 期 の もの で あ る が 、 大 部分 は 飛鳥 時代 から 奈良 時代 中期 に かけ て の 約 百 年 弱 の もの で 占め られ て い る 。 現実 的 ・ 写実 的 な 歌風 が 多 く 、 貴族 の 歌 の ほか に 東歌 ・ 防人 歌 など 民衆 の 歌 も あ る 。 平安 時代 初期 に は 漢詩 文 が 公的 な 文学 と し て 和歌 を 圧倒 し た 。 和歌 は 私的 に 交わ さ れ る 贈答 歌 が 主 と な り 、 宮廷 で 詠 ま れ る こと は 奈良 時代 と 比較 する と 少な く な っ た 。 しかし 、 平安 時代 中期 に な っ て 、 唐 の 衰退 や それ に 伴 う 遣唐 使 の 廃止 に よ り 中国 の 文化 的 影響 力 は 減少 し 、 国風 文化 の 時代 と な っ た 。 その 過程 で 、 仮名 文字 の 発達 と あい ま っ て 和歌 は 次第 に 公的 な 文化 と し て 復権 し 、 歌合 も 行 わ れ る よう に な っ た 。 『 新撰 万葉 集 』 に は 漢詩 ( から うた ) と 和歌 ( やまとう た ) が 並べ て 書 か れ 、 和歌 が 公的 な 文学 と し て の 地位 を 回復 し て ゆ く 姿 が 見 られ る 。 こう し た 中 で 最初 の 勅撰 和 歌集 『 古今 和 歌集 』 が 撰進 さ れ た 。 この 頃 から 、 和歌 と い う と 短歌 形式 の もの を さ す よう に な っ た 。 延喜 5 年 ( 90 5 年 ) 醍醐 天皇 の 勅命 に よ っ て 、 紀 貫之 ・ 紀友則 ・ 凡河内 躬恒 ・ 壬生 忠岑 の 4 人 に よ っ て 編纂 さ れ た の が 『 古今 和 歌集 』 で あ る 。 『 万葉 集 』 以後 の 歌約 1000 首 を 20 巻 に 収め て い る 。 理知的 ・ 観念 的 な 歌風 が 特色 で あ る 。 それ から 半 世紀 の ち の 村上 天皇 の 頃 に 和歌 所 が 置 か れ 、 当時 すでに 読 み にく く な っ て い た 『 万葉 集 』 の 訓読 と 『 後撰 和 歌集 』 の 撰進 が 梨壺 の 五 人 に よ っ て 行 わ れ た 。 貴族 の 贈答 歌 が 中心 で 、 物語 化 の 傾向 が あ る 。 さらに 半 世紀 後 の 一条 天皇 の 頃 に 、 『 拾遺 和 歌集 』 が 撰進 さ れ た 。 典雅 で 格調 正し い 『 古今 和 歌集 』 の 伝統 を 受け継 ぐ もの に な っ て い る 。 平安 時代 後期 に は 摂関 政治 が 衰退 し 始め 、 貴族 文化 に 変化 が 訪れ た 。 その ころ 撰進 さ れ た の が 『 後拾 遺和 歌集 』 で あ る 。 保守 的 な 『 後拾 遺和 歌集 』 に 対 し 、 次 の 『 金葉 和 歌集 』 は 清新 な 叙景 歌 が 中心 で 革新 的 な もの で あ っ た が 、 続 く 『 詞花 和 歌集 』 は 再び 保守 的 な もの に な っ て い る 。 源平 の 争乱 の 後 、 後白 河院 の 命 で 藤原 俊成 が 『 千載 和 歌集 』 を 撰進 し た 。 貴族 社会 の 崩壊 、 武士 の 台頭 と い う 混乱 の 中 で 芸術 至上 的 な 傾向 を 示 し 、 平安 時代 末期 の 和歌 を 一 つ の 高み に 導 い た 。 俊成 の 弟子 が 撰進 し た の が 次 に 述べ る 『 新古 今 和 歌集 』 で あ る 。 鎌倉 時代 に 入 る と 、 政権 を 奪 わ れ た 貴族 たち は 伝統 文化 を 心 の より 所 に し た ため 、 和歌 は 盛ん に 詠 ま れ た 。 鎌倉 へ の 対抗 意識 も あ っ て 和歌 に 非常 な 熱意 を 示 し た 後鳥 羽 院 の 命 で 撰進 さ れ た の が 『 新古 今 和 歌集 』 で あ る 。 現実 の 体験 で は な く 、 頭 の 中 で 作り上げ た 世界 を 詠 ん だ もの が ほとんど を 占め る 。 千載 和 歌集 で み られ た 芸術 至上 主義 が さらに 進 み 、 技巧 は 極致 に 達 し た 。 その 一方 で 自然 へ の 愛 や 人生 観 を 詠 ん だ 西行 、 万葉 調 の 源 実朝 も 尊 ば れ た 。 『 新古 今 和 歌集 』 編纂 の 中心 人物 だっ た 藤原 定家 の 死後 は 、 その 子 の 為 家 が 歌壇 の 指導 者 だっ た が 、 為家 が 亡くな る と 、 家系 も 歌壇 も 二条 派 ・ 京極 派 ・ 冷泉 派 の 三 派 に 分かれ た 。 三 派 は 主導 権 を めぐ っ て 争 い 、 うち 二条 派 と 京極 派 は 次々 と 勅撰 集 を 編纂 し た 。 南北朝 時代 ( 日本 ) ごろ から 、 和歌 は 僧侶 や 武士 を 中心 に 詠 ま れ る よう に な る が 、 地方 武士 に も 普及 する 一方 で 、 形式 主義 に 流れ た 和歌 は 衰退 し て い っ た 。 近世 初期 に は 伝統 的 な 歌学 が 集 大成 さ れ 、 多く の 歌人 が 生まれ た が 、 既に 「 歌道 」 と し て 完成 さ れ た 芸術 に な っ て い た ため 新し い 歌風 は 生まれ な かっ た 。 誕生 ま も な い 俳諧 に 比べ て 、 上代 から の 伝統 的 日本 文化 で あ る 和歌 の 革新 は 抑制 さ れ た 。 近世 後期 に な る と 京都 から 新し い 和歌 の 動き が 起こ り 、 堂上 の 二 条 派 から 派生 し た 地下 人 の 桂園 派 が 登場 し た 。 桂園派 は 明治 時代 初期 まで 歌壇 に 重き を な し た 。 明治 時代 初期 の 歌壇 は 、 御 歌 所 派 や 桂園 派 など の 江戸 期 から の 伝統 的 な 文化 人 たち が 担 っ て き た が 、 和歌 改革 を 志 す 人々 ( 正岡 子規 や 与謝野 鉄幹ら ) に よ っ て 題詠 に よ る 作歌 ・ 風雅 な 趣向 が 批判 さ れ 、 新 時代 に 相応し い 新し い 和歌 が 生まれ た 。 しかし 、 伝統 的 な 和歌 と 区別 する ため に 、 やがて これ ら の 新し い 歌 は 「 短歌 」 と 呼称 する の が 普通 と な っ た ( 短歌 の 項 も 参照 の こと ) 。 和歌 を よ む 人 を 歌人 と い う 。 うたびと 、 うたびと 、 と も 。 歌人 一覧 を 併せ て 参照 の 事 。 歌聖 ( かせ い ) は 和歌 の 名手 に 対 する 尊称 。 単なる 敬意 を 示 す のみ で は な く 、 歌道 に お い て 神 と し て あがめ られ る 歌人 を 指 し て お り 、 具体 的 に は 柿本 人麻呂 と 山部 赤人 を い う 。 和歌 を 集め て 本 に し た もの を 歌集 と い う 。 勅撰 和 歌集 ( 勅撰 集 ) 勅命 ・ 院宣 を 奉 じ て 編纂 し た 歌集 。 私撰 和 歌集 ( 私撰 集 ) 個人 、 民間 が 撰定 し た 歌集 。 中 で も 藤原 定家 に よ る 小倉 百 人 一首 は 大変 よ く 親し ま れ て お り 、 日本 人 の 和歌 に 対 する 見 方 に 大きな 影響 を 与え て い る 。 私 家 集 個人 の 歌 を 集め た 歌集 。 和歌 は 、 節 ( ふし ) を 付け て 詠 う もの と し て 始ま っ た ため 、 節 に の っ て い れ ば 文字 数 ( 音節 数 ・ モーラ 数 ) の 規定 は やや ゆる い 。 すなわち 、 節 に の っ て い れ ば 、 五音 ・ 七音 以外 の 音節 数 で あ っ て も 実質 的 に は 「 字 余り ・ 字足 ら ず 」 で は な い 。 「 字 余り ・ 字足 ら ず 」 と い う 考え 方 は 、 詠 う こと より も 、 書き留め た 際 の 定型 詩 と し て の 美 意識 から 生まれ た 言葉 で あ る 。 西洋 音楽 に よ る 解釈 で は 、 和歌 は テンポ の 遅 い 四 分 の 四 拍子 で 、 2 小節 で 1 セット の リズム を 作 っ て い る 。 五音 は 1 リズム ( 2 小節 ) に 5 つ の 四 分 音符 と 3 つ の 四 分 休符 、 七 音 は 1 リズム に 7 つ の 四 分 音符 と 1 つ の 四 分 休符 を 基本 形 と し て い る が 、 四 分 音符 ・ 休符 の 総数 が 1 リズム ( 2 小節 ) 内 に 8 つ で あ れ ば よ い ( 九音 の 場合 、 音節 数 が 9 なら 三 連 符 が 一部 入 る ) 。 歌体 は 、 これ ら の リズム の 組み合わせ や 数 に 依存 する 。 例えば 、 短歌 は 2 小節 1 セット の リズム が 5 つ で 出来 て お り 、 全 小節数 は 10 と な る 。 「 あき の た の かりほ の いお の とま を あら みわが ころも で は つ ゆに ぬれ つつ 」 と い う 短歌 は 、 「 五七 六、七七 」 で 字 余り と い わ れ る が 、 リズム ごと に 2 小 節 ずつ 区切 る と 、 「 あき の たが 多用 さ れ たり する 。 短歌 を 和歌 の 詠 み 方 ( リズム ) から 脱 し て 西洋 音楽 化 さ せ た 例 と し て 「 君が代 」 が あ る が 、 この 場合 は 上記 の よう な 短歌 の リズム から 脱 し 、 西洋 音楽 と し て 美し く 聴こえ る よう 音節 を 長短 さ せ て い る 。 一方 、 「 荒城 の 月 」 は 「 七五 、 七五 、 … 、 七五 」 と 繰り返 さ れ る 和歌 で あ る が 、 和歌 の リズム を あまり 崩 さ ず に 西洋 音楽 に 適合 さ せ た 名曲 で あ る 。 +『 枕草子 』 ( まくら の そうし ) は 、 平安 時代 中期 の 女流 作家 、 清少 納言 に よ り 執筆 さ れ た と 伝わ る 随筆 。 「 枕草紙 」 「 枕 冊子 」 「 枕双紙 」 「 春曙 抄 」 と も 表記 さ れ 、 最古 の 鎌倉 時代 の 写本 前田 本 の 蒔絵 の 箱 に は 『 清少 納言枕 草子 』 と あ る 。 『 清少 納言 記 』 など と とも い っ た 。 『 源氏 物語 』 に 比肩 する 中古 文学 の 双璧 と し て 、 後世 の 連歌 ・ 俳諧 ・ 仮名 草子 に 大きな 影響 を 与え た 。 鴨 長明 の 『 方丈 記 』 、 吉田 兼好 の 『 徒然 草 』 と 並 ん で 日本 三 大 一覧 歴史 ・ 風刺 と 称 さ れ る 。 極めて 独特 な 体裁 を と り 、 先行 する 晩唐 の 詩人 李 商隠 ( 字 は 義山 ) の 編 ん だ 『 義山 雑纂 』 に 多少 の 類似 が 指摘 さ れ る ほか 、 類書 は 見当た ら な い 。 巻末 の 跋文 に よ れ ば 、 執筆 の 動機 および 命名 の 由来 は 、 内 大臣 藤原 伊周 が 妹 中 宮藤 原 定子 と 一条 天皇 に 当時 まだ 高価 だっ た 料紙 を 献上 し た 時 、 「 帝 の 方 は 『 史記 』 を 書写 なさ っ た が 、 こちら は 如何 に 」 と い う 宮 の 下問 を 受け た 清少 納言 が 、 「 枕 に こそ は 侍らめ 」 と 即答 し た 。 そして 、 その まま 宮 から 紙 を 下賜 さ れ た こと に よ る 。 ( 三巻 本 系 に よ る 、 なお 、 能因 本 欠本 「 枕 に こそ は し 侍らめ 」 、 能因 本 完本 「 これ 給 い て 枕 に し 侍 らば や 」 堺 本 ・ 前田 本 に は 該当 記事 なし ) 「 枕草子 」 の 名 も そこ から 来 る と い う の が 通説 で あ る 。 林 和比古 『 枕草子 の 研究 』 に よ れ ば 自説 と 過去 の 契沖 、 折口 信夫 、 池田 亀鑑 など の 研究 者 を 挙げ て い る 。 次 に 枕 の 意味 に つ い て 代表 的 な 説 を 述べ る 。 寝具説 : 「 しき ( 史記 → 敷 布団 ) た へ の 枕 」 と い う 詞 を 踏まえ た 洒落 作家 用 事典説 : 歌枕 、 心得 、 用語 を 羅列 し た 章段 が 多 い ため 備忘録説 : 備忘録 と し て 枕元 に も 置 く べ き 草子 と い う 意味 秘蔵本 説 無 関係 説 ただし 未 だ 通説 は な い 。 また 、 『 栄花 物語 』 に 美し い かさね 色 を 形容 する の に 普通 名詞 と し て の 「 枕草子 」 が 用い られ た 。 初稿 の 成立 は 同じく 跋文 に よ れ ば 長徳 二 年 ( 996 年 ) 頃 で 、 左中 将源 経房 が 作者 の 家 から 持ち出 し て 世上 に 広め た 。 その 後 も 絶え ず 加筆 さ れ 、 寛弘末 年頃 に 執筆 さ れ た と 見 られ る 文 も あ る 。 源氏 物語 の 古註 『 源氏 物語 紫明 抄 』 に 引 か れ る 『 枕草子 』 の 本文 に は 現存 本 に な い もの も あ り 、 複雑 な 成立 過程 を 思 わ せ る 。 伝本 間 の 相異 は すこぶる 大き い 。 雑纂 形態 を と り 、 三巻 から な る 。 耄 及 愚翁 と い う 藤原 定家 と 思 し き 人物 に よ る 安貞 二 年 ( 1228 年 ) の 奥書 を 持 つ 諸本 。 「 文意 あざやか に て 」 解読 し やす く 、 最も 古態 に 近 い と 考え られ て い る 。 なお 、 池田 亀鑑 に よ り 2 種類 に 区別 さ れ た 。 第 1 類 本 ( 甲類 ) - 「 春 は 曙 」 を はじめ と する 冒頭 の 70 話 が 脱落 し 「 ここちよ げ な る もの 」 から 始ま る 伝本 。 230 話 。 陽明 文庫 蔵本 、 宮内 庁 書陵 部 図書 寮 蔵本 、 高松宮 家 蔵本 第 2 類 本 ( 乙類 ) - 300 話 。 弥富 破摩雄 旧 蔵本 、 刈谷 図書 館 蔵本 、 伊達 家 旧 蔵本 、 勧修 寺 家 旧 蔵本 、 中邨 秋香 旧 蔵本 、 古梓 堂 文庫 蔵本 清少 納言 と 姻戚 関係 に あ っ た 能因 法師 ( 姉妹 の 一人 が 清少 納言 の 実子 ・ 橘則長 の 室 ) が 伝来 に 関係 し た と さ れ る 系統 。 鎌倉 時代 末期 頃 に 遡 る 。 三 巻 本 と の 間 で 善本 論争 が 繰り広げ られ た 結末 、 現在 は 能因 本 の 源流 本 が 劣 る こと が ほぼ 定説 と な っ て い る 。 冒頭 の 70 話 を 除 く 230 話 本 。 300 話 本 類纂 形態 を と る 。 室町 時代 の 伝本 。 堺 に 住 む 隠遁 僧 で あ る 道巴 の 所持 本 を 清原 枝賢 が 書写 し た と の 後記 が あ る ため 堺 本 の 名 が あ る 。 二 巻 。 日記 ・ 回想 章段 を 欠 く 。 後光 厳 院 本 - 190 話 。 後光厳 天皇 が 写 し た と の 後記 が あ る 。 宸翰 本 。 95 話 本 。 上記 2 種 を 併せ た もの 。 一般 に い う 堺本 は これ を 指 す 。 1 巻 107 話 。 2 巻 89 話 。 3 巻 102 話 。 4 話 32 話 。 5 巻 紛失 ? 類纂 形態 を と る 。 加賀 国 、 前田 家 伝来 本 ( 前田 育徳 会蔵 ) が あ る のみ 。 金 蒔絵 の 箱 に 入 っ て お り 箱 に は 金象 嵌 で 『 清少 納言枕 草子 』 と あ る 。 重要 文化 財 で あ る 。 鎌倉 時代 前期 の 書写 で 『 枕草子 』 写本 中 最古 の もの と さ れ る 。 この うち 、 堺本 系 後光厳 院 本 は 『 群書 類 従 』 に 上下 分 冊 、 堺 本 の 3 種目 は 『 新校 群 書類 従 』 に 収録 。 また 、 能因 本 は 江戸 時代 初期 ( 寛永 年間 ) の 古 活字 版 に 底本 と し て 利用 さ れ た ため 、 『 枕草子 傍注 』 や 『 枕草子 春 曙抄 』 ( 北村 季吟註 ) と い っ た 注釈 書 と セット に な っ て 近代 まで 伝本 の 主流 を 占め た 。 しかし 、 昭和 21 年 ( 1946 ) に な っ て 、 田中 重太郎 ( 19 17 - 1987 年 ) に よ っ て 三巻 本 第 2 類 本 が 再 評価 さ れ 、 第 二 次 大戦 後 は もっぱら その 方 が 出版 、 教科 書 採用 さ れ 読 ま れ る 状況 と な っ た 。 ほか に 、 詞書 の 文章 に 三巻 本 伝本 を 使用 し た と 見 られ る 、 鎌倉 時代 後期 成立 の 白描画 の 絵巻物 『 枕草子 絵詞 』 も 七 段 分 が 現存 する 。 三巻 本 第 2 類 本 は 併せ て 300 余 の 独立 し た 章段 を 持 つ 。 「 虫 は 」 「 木 の 花 は 」 「 すさまじきもの 」 「 うつくしきもの 」 に 代表 さ れ る 「 もの は づくし 」 の 「 類聚 章段 」 を はじめ 、 日常 生活 や 四季 の 自然 を 観察 し た 「 随想 章段 」 、 作者 が 出仕 し た 定子 皇后 周辺 の 宮廷 社会 を 振り返 っ た 「 回想 章段 」 ( 日記 章 段 ) など 多彩 な 文章 から 成 る 。 もっとも 、 分類 の 仕方 が 曖昧 な 章段 ( 例えば 第 一 段 「 春 は 曙 」 は 、 通説 で は 随想 章段 に 入 る が 異議 も あり ) も あ る 。 平仮名 を 駆使 し た 和文 の 簡潔 な 口語 体 で 書 か れ 、 総 じ て 軽妙 な 筆致 の 短編 が 多 い が 、 中関 白 家 の 没落と 主君 ・ 定子 皇后 の 身 に ふりかか っ た 不幸 を 反映 し て 、 時 に かすか な 感傷 が 交じ っ た 心情 の 吐露 も あ る 。 作者 の 洗練 さ れ た センス と 、 事物 へ の 鋭 い 観察 眼 が 融合 し て 、 『 源氏 物語 』 の 心情 的 な 「 もの の あはれ 」 に 対 し 、 知性 的 な 「 を かし 」 の 美 世界 を 現出 さ せ た 。 肯定 的 評価 枕 草子 は 人間 存在 、 自然 を 共 に 深 く 愛 し た 故 に 、 それ を 、 それぞれ の 位相 に お い て 、 多種 多彩 の 美 と し て 享受 ・ 形成 し た ( 目加田 さく を ) 。 次 から 次 へ と 繰り出 さ れ る 連想 の 糸筋 に よ っ て 、 各 個 の 章段 内部 に お い て も 、 類想 ・ 随想 ・ 回想 の 区別 な く 、 豊富 な 素材 が 、 天馬 空 を ゆく が 如 き 自在 な 表現 に よ っ て 、 縦横 に 綾 な さ れ て い る ( 荻谷 朴 ) 。 「 季節 - 時刻 」 の 表現 ( 春 は 曙 など ) は 、 当時 古 今 集 に 見 られ る 「 春 - 花 - 朝 」 の よう な 通念 的 連環 に 従 い つつ 、 和歌 的 伝統 に 慣れ 親し ん だ 読者 の 美 意識 の 硬直 性 へ の 挑戦 と し て 中間 項 で あ る 風物 を 省 い た 斬新 な もの で あ る ( 藤本 宗利 ) 。 中宮定子 へ の 敬慕 の 念 の 現れ で あ る 。 道隆 一 族 が 衰退 し て い く 不幸 の 最中 、 崩 じ た 定子 の 魂 を 静め る ため に 書 か れ た もの で あ る 。 故 に 道隆 一 族 衰退 の 様子 が 書 か れ て い な い の は 当然 で あ る ( 同上 ) 。 自賛 談 の よう に みえ る 章段 も 、 ( 中略 ) 中宮 と 中宮 を 取り巻 く 人々 が 失意 の 時代 に あ っ て も 、 天皇 の 恩寵 を 受け て 政治 と は 無縁 に 美 と 好尚 の 世界 に 生き た こと を 主張 し て い る ( 上野 理 ) 。 批判 的 評価 清少 納言 の 出身 階級 を 忘れ ひたすら 上流 に 同化 し よ う と し た 浅薄 な 様 の 現れ で あ る ( 秋山 虔 ) 。 ( 自分 の 親族 身分 のみ な ら ず 身分 が 高 い 者 に 対 し て も 敬語 が な い ため ) 「 定子 後宮 の 文明 の 記録 」 に 過ぎ ず 、 「 個 」 の 資格 に よ っ て 書 か れ た もの で は な い ( 石田 穣二 ) 。 +日本 後紀 ( に ほんこうき ) は 、 平安 時代 初期 に 編纂 さ れ た 勅撰 史書 で 、 続 日本 紀 に 続 く 六 国 史 の 第 三 に あた る 。 承和 ( 日本 ) 7 年 ( 840 年 ) に 完成 し 、 延暦 11 年 ( 792 年 ) から 天長 10 年 ( 833 年 ) に 至 る 42 年間 を 記 す 。 編者 は 藤原 緒嗣 ら 。 編年 体 、 漢文 、 全 40 巻 ( 現存 10 巻 ) 。 編纂 序文 に よ れ ば 、 弘仁 10 年 ( 819 年 ) 、 嵯峨 天皇 が 、 藤原 冬嗣 、 藤原 緒嗣 、 藤原 貞嗣 、 良岑 安世 に 勅 し て 編纂 を 命 じ た 。 未了 の まま 緒嗣 を 除 く 三 人 が 死 ん だ ため 、 後 に 淳和 天皇 が 詔 し て 清原 夏野 、 直世 王 、 藤原 吉野 、 小野 岑守 、 坂上 今継 、 島田 清田 に 続行 を 命 じ た 。 仁明 天皇 の 代 に な っ て さらに 詔 し て 藤原 緒嗣 、 源常 、 藤原 吉野 、 藤原 良房 、 朝野 鹿取 に 遂行 を 命 じ た 。 さらに 後 、 布瑠 高庭 と 山田 古嗣 を 加え 、 承和 7 年 12 月 9 日 ( 841 年 1 月 5 日 ) に ようやく 完成 を 報告 し た 。 編纂 まで に かか っ た 期間 は 21 年間 、 三 代 の 天皇 に わた る 事業 に ずっと 携わ っ た の は 、 藤原 緒嗣 一人 で あ っ た 。 内容 『 続 日本 紀 』 の 後 を うけ て 、 桓武 天皇 の 治世 の 途中 から 、 平城 天皇 、 嵯峨 天皇 、 淳和 天皇 の 治世 を 記 す 。 15 世紀 初め 頃 まで は 40 巻 揃 っ て い た が 、 その 後 散逸 し 、 塙保己 一 の 門人 、 稲山 行 教 が 10 巻 分 の 写本 を 三条 西家 で 発見 ( 異説 と し て 柳原 紀光 の 校訂 本 説 も あ る ) し 、 初めて 刊行 さ れ た 。 現存 分 は 巻 5 ・ 8 ・ 1 2 ・ 1 3 ( 桓武 ) 、 14 ・ 1 7 ( 平城 ) 、 2 0 ・ 2 1 ・ 22 ・ 2 4 ( 嵯峨 ) の 10 巻 で 、 淳和 天皇 の 代 は まったく 欠け て しま っ て い る 。 六 国史 等 の 抜粋 版 で あ る 『 日本 紀略 』 と 、 六 国 史 の 項目 分類 で あ る 『 類聚 国史 』 の 引用 から 本文 を ある 程度 復元 でき る 。 各所 の 逸文 を 収集 し た もの に 『 日本 逸史 』 『 日本 後紀 逸文 』 が あ り 、 これ を 踏まえ て 、 下記 の 集英 社 訳 注 日本 史料 や 講談 社 学術 文庫 が 出版 さ れ て い る 。 内容 に は 藤原 緒嗣 の 意見 が もっとも 反映 さ れ た と 言 わ れ る 。 天皇 ・ 廷臣 の 死亡 記事 に 短 い 伝記 ( 薨伝 ) を 付け た こと は 『 続 日本 紀 』 に なら い 、 後続 の 史書 と 同じ で あ る 。 しかし 本書 の 薨伝 は 一方 的 ・ 公式 的 な 礼賛 や 非難 に 流れ ず 、 独特 の 批評 や 感想 を 交え た 興味 深 い 記述 が 多 く 、 六 国 史 の 中 で は 批判 精神 を 堅持 し た もの と し て 異色 で あ る 。 また 六 国 史 の 中 で は 前後 の 史書 に 比べ 和歌 を 多 く 収録 し て い た こと が 知 ら れ る 。 +清少 納言 ( せいしょう なごん 、 康保 三 年 頃 ( 96 6 年 ? ) - 万寿 二 年 頃 ( 1025 年 ? ) ) は 平安 時代 の 女流 作家 、 歌人 。 本名 は 清原 諾子 ( なぎこ ) と い う 説 も あ る が 、 不詳 。 「 梨壺 の 五 人 」 の 一 に し て 著名 歌人 で あ っ た 清原 元輔 ( 90 8 年 - 990 年 ) の 晩年 の 娘 。 母 を 『 後撰 和 歌集 』 に 見え る 「 檜垣 嫗 ( ひがき の おうな ) 」 と する 古伝 が あ る が 、 荒唐 無稽 の 説 に 過ぎ な い 。 曽 祖父 ( 祖父 と する 説 も あ る ) は 古今 和 歌集 の 代表 的 歌人 で あ る 清原 深養父 で あ る 。 兄弟 姉妹 に 、 雅楽 頭 為成 ・ 太宰 少 監致 信 ・ 花山院 殿 上 法師 戒 秀 、 および 藤原 理能 ( 藤原 道綱 母 の 兄弟 ) 室 と な っ た 女性 が い る 。 「 清少 納言 」 は 女房 名 で 、 「 清 」 は 清原 の 姓 から 、 「 少納言 」 は 親族 の 役職 名 から 採 っ た と さ れ て い る 。 実名 は 不明 、 「 諾子 ( なぎこ ) 」 と い う 説 ( 『 枕草子 抄 』 ) も あ る が 信 ずる に 足り な い 。 中古 三十 六 歌仙 の 一人 に 数え られ 、 42 首 の 小柄 な 家集 『 清少 納言 集 』 ( 歌数 は 異本 に よ る 。 流布本 で は 31 首 ) が 伝わ る 。 『 後拾 遺和 歌集 』 以下 、 勅撰 集 に 14 首 入集 。 また 漢学 に も 通 じ た 。 天延 2 年 ( 974 年 ) 、 父 の 周防 国守 赴任 に 際 し 同行 、 4 年 の 歳月 を 「 鄙 」 に て 過ご す ( 『 枕草子 』 に おけ る 船旅 の 描写 は 、 単なる 想像 と は 認め が たい 迫真 性 が あ り 、 あるいは 作者 は 水路 を 伝 っ て 西下 し た か ) 。 この 間 の 京 へ の 想い は 、 後 の 宮廷 へ の 憧れ に 繋が っ た か も しれ な い 。 天元 ( 日本 ) 4 年 ( 981 年 ) 頃 、 陸奥 国守 ・ 橘則 光 ( 96 5 年 - 1028 年 以後 ) と 結婚 し 、 翌年 一子 橘則長 ( 98 2 年 - 10 34 年 ) を 生 む も 、 武骨 な 夫 と 反り が 合 わ ず 、 やがて 離婚 し た 。 但し 、 則光 と の 交流 は ここ で 断絶 し た 訳 で は な く 一説 で は 長徳 4 年 ( 99 8 年 ) まで 交流 が あ り 、 妹 ( いもうと ) 背 ( せうと ) の 仲 で 宮中 公認 だっ た と い う 。 後 、 摂津 国守 ・ 藤原 棟世 と 再婚 し 娘 上 東門院 小馬 命婦 を もうけ た ( 『 尊卑 分脈 』 ) 。 一条 天皇 の 時代 、 正暦 4 年 ( 993 年 ) 冬頃 から 、 私的 な 女房 と し て 藤原 定子 に 仕え た 。 博学 で 才気 煥発 な 彼女 は 、 主君 定子 の 恩寵 を 被 っ た ばかり で な く 、 公卿 や 殿 上人 と の 贈答 や 機知 を 賭け た 応酬 を うま く 交わ し 、 宮廷 社会 に 令名 を 残 し た 。 藤原 実方 ( ? - 998 年 ) 、 藤原 斉信 ( 96 7 年 - 10 35 年 ) 、 藤原 行成 ( 97 2 年 - 10 27 年 ) 、 源 宣方 ( ? - 998 年 ) 、 源 経房 ( 96 9 年 - 1023 年 ) と の 親交 が 諸 資料 から 窺え る 。 殊 に 実方 と の 贈答 が 数 多 く 知 ら れ 、 恋愛 関係 が 想定 さ れ る 。 清少 納言 の 名 が 今日 まで 普く 知 ら れ て い る の は 、 彼女 の 主要 な 作品 『 枕草子 』 に よ っ て で あ る 。 『 枕草子 』 に は 、 「 もの は づく し 」 ( 歌枕 など の 類聚 ) 、 詩歌 秀句 、 日常 の 観察 、 個人 の こと や 人々 の 噂 、 記録 の 性質 を 持 つ 回想 など 、 彼女 が 平安 の 宮廷 で すご し た 間 に 興味 を 持 っ た もの すべて が まとめ られ て い る 。 清少 納言 と 、 同 時代 の 『 源氏 物語 』 の 作者 ・ 紫式 部 と の ライバル 関係 は 、 後世 盛ん に 喧伝 さ れ た 。 しかし 、 紫式 部 が 中宮 彰子 に 伺候 し た の は 清少 納言 が 宮仕え を 退 い て から はるか 後 の こと で 、 二人 は 一 面識 さえ な い はず で あ る ( もっとも 、 角田 文衞 博士 は 論文 「 晩年 の 清少 納言 」 で 異説 を 提唱 し 、 『 権記 』 に 見え る 一宮 敦康 親王 の 「 少納 言命婦 」 を 手掛かり に 、 清少 納言 が 定子 死後 も その 所生 の 皇子 女 に 引き続 き 仕え た 可能 性 を 指摘 し た ) 。 紫式 部 が 『 紫式 部 日記 』 ( 『 紫日 記 』 ) で 清少 納言 の 人格 と 業績 を 全 否定 する か の 如 き 筆誅 を 加え て い る の に 対 し 、 清少 納言 が 『 枕草子 』 で 紫式 部 評 を 残 し て い な い 一方 的 な 関係 から も この 見 方 は 支持 さ れ る 。 もっとも 、 『 枕草子 』 に は 紫式 部 の 亡夫 ・ 藤原 宣孝 が 派手 な 衣装 で 御嵩詣 を 行 っ た 逸話 や 従兄弟 ・ 藤原 信経 を 清少 納言 が やり込め た 話 が 記 さ れ て お り 、 こう し た 記述 は 紫式 部 の 才能 を 脅威 に 感 じ て 記 し た もの で あ る と い う 説 も 存在 する 。 長保 2 年 ( 1000 年 ) に 中宮 定子 が 出産 時 に 亡くな っ て ま も な く 、 清少 納言 は 宮仕え を 辞め た 。 その 後 の 彼女 の 人生 の 詳細 は 不明 だ が 、 家集 など 断片 的 な 資料 から 、 一旦 再婚 相手 ・ 藤原 棟世 の 任国 摂津 に 下 っ た と 思 わ れ 、 『 異本 清少納言 集 』 に は 内裏 の 使い と し て 蔵人 信隆 が 摂津 に 来 た と い う 記録 が あ る 。 晩年 は 亡父 元輔 の 山荘 が あ っ た 東山 月輪 の 辺り に 住 み 、 藤原 公任 ら 宮廷 の 旧識 や 和泉 式部 ・ 赤染 衛門 ら 中宮 藤原 彰子 付 の 女房 と も 消息 を 交わ し て い た ら しい 。 『 枕草子 』 は 長徳 2 年 ( 996 年 ) 頃 から 本格 的 に 書 か れ 、 最終 稿 は 長保 3 年 ( 1001 年 ) から 寛弘 7 年 ( 1010 年 ) の 間 に 完成 し た と 考え られ て い る 。 没年 は 不明 で 、 墓所 が 各地 に 伝承 さ れ る 。 紫式 部 の 酷評 に 加え 、 女 の 才 は かえって 不幸 を 招 く と い う 中世 的 な 思想 が 影響 し 、 鎌倉 時代 に 書 か れ た 『 無名 草子 』 『 古事 談 』 『 古今 著聞 集 』 など に は 清少 納言 の 落魄 説話 が 満載 さ れ た 。 『 古事 談 』 に は 、 「 鬼形 之 法師 」 と 形容 さ れ る 出家 の 姿 と な り 、 兄 ・ 清原 致信 が 源頼 親 に 討 た れ た 際 、 巻き添え に さ れ そう に な っ て 陰部 を 示 し 女性 で あ る こと を 証明 し た と い う 陰惨 な 話 が あ る 。 また 全国 各地 に 清女 伝説 ( 清少 納言 伝説 ) が あ る 。 鎌倉 時代 中期 頃 に 成立 し た と 見 られ る 『 松島 日記 』 と 題 する 紀行 文 が 清少 納言 の 著書 で あ る と 信 じ られ た 時代 も あ っ た が 、 江戸 時代 に は 本居 宣長 ら に よ っ て 偽書 と 判断 さ れ て い る 。 伝墓 所 徳島 県 鳴門 市里浦 町 坂田 - 比丘 尼 の 姿 で 阿波 里浦 に 漂着 し 、 その 後 辱め を うけん とし 自ら の 陰部 を えぐり 投げつけ 姿 を 消 し 、 尼塚 と い う 供養 塔 を 建て た と い う 。 香川 県 琴平 金刀 比羅 神社 大門 - 清塚 と い う 清少 納言 が 夢 に 死亡 地 を 示 し た 「 清少 納言 夢告げ の 碑 」 が あ る 。 京都 市 中京 区 新 京極 桜 ノ 町 - 誓願 寺 に お い て 出家 、 往生 を とげ た と い う 。 歌碑 京都 市 東山 区 - 百 人 一首 に も 採 ら れ て 有名 な 「 夜 を こめ て 鳥 の そら 音 は はか る と もよ に 逢坂 の 関 は ゆるさじ 」 の 歌 が 刻 ま れ た 清少 納言 の 歌碑 。 定子 皇后 の 鳥辺野 陵 近 く 、 皇室 と 縁深 い 御寺 ・ 泉涌 寺 の 仏殿 の 隣 に 立 つ 。 嘗 て ここ に 清原 元輔 の 山荘 が あ り 、 晩年 の 清少 納言 が 隠棲 し た と 思 わ れ る 所 と し て は 、 昭和 49 年 ( 1974 年 ) 、 当時 の 平安 博物 館 館長 ・ 角田 文衞 氏 の 発案 に よ っ て 歌碑 が 建立 さ れ た 。 +『 雨月 物語 』 ( うげつ ものがたり ) は 、 上田 秋成 に よ っ て 江戸 時代 後期 に 著わ さ れ た 読本 ( よみほん ) の 代表 作 。 五 巻 五 冊 。 明和 5 年 ( 1768 年 ) 序 、 安永 5 年 ( 1776 年 ) 刊 。 日本 ・ 中国 の 古典 から 脱化 し た 怪異 小説 九 篇 から 成 る 。 近世 日本 文学 の 代表 作 で 、 現代 で も 引用 さ れ る こと が 多 い ( → 派生 作品 ) 。 『 雨月 物語 』 は 、 諸説 あ る が 、 明和 5 年 から 安永 5 年 の 間 に か かれ ( → 出版 経緯 ) 、 安永 5 年 4 月 ( 1776 年 ) に 、 京都 寺町 通 の 梅村 判兵衛 と 大阪 高麗 橋 筋 の 野村 長兵衛 の 合同 で 出版 さ れ た 。 全 五 巻 、 九篇 の 構成 で あ っ た 。 挿絵 は 、 当作品 へ 大いに 影響 を 与え た 都賀 庭鐘 『 繁野 話 』 と 同じ 、 桂宗信 が 担当 し た 。 各篇 に 一 枚 づつ 、 中篇 の 「 蛇性 の 婬 」 だけ に は 、 二 枚 の 絵 が 載 っ て い る 。 『 雨月 物語 』 は 「 剪枝 畸人 」 名義 で 刊行 さ れ 、 作者 は 上田 秋成 で あ ろ う 、 と 分か っ て き た の は 、 彼 の 死後 の こと で あ る 。 また 、 当時 の 売行き は 極普通 の もの で あ り 、 今 の よう に 、 人気 、 評価 に 不動 の 地位 を 確立 し て い た 、 と い う わけ で は な い こと が 推測 さ れ て い る 。 文学 史 上 の 位置 づけ と し て は 、 『 雨月 物語 』 は 建部 綾足 の 『 西山 物語 』 など と 同じ 、 元禄 文化 と 化 政 文化 の 間 、 安永 ・ 天明 文化 期 の 、 流行 が 浮世 草子 から 転換 し つつ あ っ た 初期 読本 に あた る 。 後世 に は 、 山 東京 伝 や 曲亭 馬琴 へ 、 強 い 影響 を 与え た 。 内容 は 、 中国 の 白話 小説 の 翻案 に よ る ところ が 大き い 。 しかし 、 それ を も っ て 盗作 あるいは 剽窃 と 考え る こと は あやまり で あ る 。 秋成 は 丁度 和歌 に おけ る 本歌 取り の 技法 の よう に 、 当時 で も 古典 で あ っ た もの を 踏まえ つつ 、 和文調 を 交え た 流麗 な 文 を 編 み 、 日本 の 要素 や 独自 の 部分 を 混ぜ 、 思想 を 加え る など 、 原話 を 超え た もの に 仕上げ て い る こと に 注目 す べ き だ ろ う 。 各篇 の 並び 順 は 以下 の 通り だ が 、 これ は 深 い 考え の あ っ て の もの だ 、 と い う 説 を 、 高田 衛 は 提唱 し て い る 。 つまり 、 前 の 作品 の 一部 要素 が 、 次 の 作品 の 内容 と 結びつ い て い て 、 円環 を な し て い る 、 と い う こと で あ る 。 白峯 ( しらみね ) - 西行 が 讃岐 国 に あ る 在俗 時代 の 主崇 徳 天皇 の 陵墓 、 白峯 陵 に 参拝 し た おり 、 崇徳 上皇 の 亡霊 と 対面 し 、 論争 する 。 巻之 一 収録 。 ( → 白峯 ) 菊花 の 約 ( き くくわ の ちぎり ) - 親友 と の 再会 の 約束 を 守 る ため 、 約束 の 日 の 夜 、 自刃 し た 男 が 幽霊 と な っ て 現れ る 。 巻之 二 収録 。 ( → 菊花 の 約 ) 浅茅 が 宿 ( あさぢ が やど ) - 戦乱 の 世 、 一旗 あげ る ため 妻 と 別れ て 故郷 を 立ち 京 に 行 っ た 男 が 、 七 年 後 に 幽霊 と な っ た 妻 と 再会 する 。 巻之 二 収録 。 ( → 浅茅 が 宿 ) 夢応 の 鯉魚 ( むおう の りぎよ ) - 昏睡 状態 に あ る 僧侶 が 夢 の 中 で 鯉 に な っ て 泳ぎ まわ る 。 巻之 三 収録 。 ( → 夢応 の 鯉魚 ) 仏法僧 ( ぶつぽうそう ) - 旅 の 親子 が 、 高野山 で 、 怨霊 と な っ た 豊臣 秀次 の 一行 の 宴 に 会 い 、 怖 い 思い を する 。 巻之 三 収録 。 ( → 仏法 僧 ) 吉備津 の 釜 ( きびつ の かま ) - 色好み の 夫 に 浮気 さ れ 、 裏切 ら れ た 妻 が 、 夫 を 祟 り 殺 す 。 巻之 三 収録 。 ( → 吉備津 の 釜 ) 蛇性 の 婬 ( じ やせい の いん ) - 男 が 蛇 の 化身 で あ る 女 に つきまと わ れ る が 、 最後 は 道成 寺 の 僧侶 に 退治 さ れ る 。 巻之 四 収録 。 ( → 蛇性 の 婬 ) 青頭巾 ( あ を づ きん ) - 稚児 に 迷い 鬼と 化 し た 僧侶 を 、 旅 の 僧 で あ る 妙慶 快庵 が 解脱 へ と 導 く 。 巻之 五 収録 。 ( → 青頭 巾 ) 貧福論 ( ひんぷく ろん ) - 金 を 大事 に する 武士 、 岡野 左内 の 寝床 に 金銭 の 精 が 小人 の 翁 と な っ て 現れ 、 金 と それ を 使 う 主人 と の 関係 を 説 く 。 巻之 五 収録 。 ( → 貧富 論 ) 上田 秋成 は 、 明和 3 年 ( 1766 年 ) 、 処女 作 で あ る 『 諸道 聴 耳 世間 猿 』 ( 『 諸道 聴 耳 世間 狙 』 ) を 、 明和 4 年 に 、 浮世 草子 の 『 世間 妾 形気 』 を 書 い た 。 そして 、 『 雨月 物語 』 の 序 を み る と そこ に は 、 「 明和 戊子 晩春 」 、 つまり 明和 5 年 晩春 に 『 雨月 物語 』 の 執筆 が 終 っ て い る こと に な る 。 しかし 実際 に 『 雨月 物語 』 が 刊行 さ れ た の は 、 その 8 年 後 の 安永 5 年 ( 1776 年 ) の こと で あ っ た 。 ここ に 、 『 雨月 物語 』 成立 の 謎 が あ る 。 つまり 、 『 雨月 物語 』 は 本当 に 序 に あ る よう に 明和 5 年 に 成立 し た の だ ろ う か 、 刊行 まで の 8 年 と い う 長 い 間 に は 、 どう い う 意味 が あ る の だ ろ う か 、 と い う もの で あ る 。 山口 剛 の 研究 以来 、 重友 毅 、 中村 幸彦 と 、 明和 5 年 を 一応 の 脱稿 、 それ から の 8 年間 は 、 『 雨月 物語 』 の 推敲 に 費や さ れ た 、 と い う 見方 が 強 かっ た 。 それ まで の 『 世間 猿 』 『 妾形気 』 の 二 作品 は 、 浮世 草子 に 属 し て い た 。 そして 『 妾 』 の 末尾 の 近刊 予告 を 見 る と 、 『 諸国 廻 船 便 』 と 『 西行 はなし 歌枕 染 風呂敷 』 の 二 作品 が 並べ られ て お り 、 まだ 秋成 に 浮世 草子 を 書 く 気 、 予定 が あ っ た こと が 見え る こと も 、 この 論 を 裏付け て い る 。 しかし 、 この 説 の 裏側 に は 、 当時 浮世 草子 が 軽 く 見 られ る 風潮 が あ っ た こと を 、 高田 衛 など は 指摘 し て い る 。 そして 、 大体 の 成立 は 序 の 通り で よ い の で は な い か 、 と い う 説 を 提唱 し て い る 。 つまり 、 『 世間 猿 』 と 『 妾形気 』 の 浮世 草子 二 作品 と 、 『 雨月 物語 』 と い う 読本 作品 は 連続 し た もの 、 と い う 考え で あ る 。 また 、 巻之 四 「 蛇性 の 婬 」 に は 内容 に 、 日付 の 日数 の 計算 の 合 わ な い こと が 知 ら れ て い た が 、 これ に 対 し て の 大輪 靖宏 の 指摘 が あ る 。 もし 、 序 に 書 か れ た 年 の 前年 の 明和 4 年 に 「 蛇性 の 婬 」 が 書 か れ た と する 場合 、 序 の 年 の 前年 、 閏 9 月 の あ っ た 明和 4 年 を 念頭 に お く と 、 うま く 計算 が 合 う 。 この 説 の 場合 、 脱稿 から の 8 年間 、 『 雨月 物語 』 を めぐ っ て 何 が おこな わ れ て い た の か は 分か ら な い が 、 明和 8 年 と 安永 元年 に は 、 それぞれ 野村 長兵衛 と 梅村 判兵衛 と い う 別々 の 版元 から 『 雨月 物語 』 の 近刊 予告 が で て い た 。 また 、 明和 8 年 に は 、 秋成 の 家業 の 嶋屋 が 火事 で 焼け た こと など を 契機 に 都賀 庭鐘 から 医学 を 学 ん だり 、 医院 を 開業 し たり し て い た 。 坂東 健雄 は 、 高田 説 が 通説 で あ る と し ながら も 、 どちら の 説 も 決め手 に 欠け る と し 、 やはり 、 出版 に いた る 8 年間 に 推敲 が 行 わ れ た 可能 性 は 否定 でき な い こと を 指摘 し た 。 秋成 が 、 処女 作 の 浮世 草子 『 諸道 聴 耳 世間 猿 』 を 刊行 し た 明和 3 年 、 都賀 庭鐘 の 『 繁野 話 』 が 世 に 出 た 。 この 作品 と その 前作 の 『 英草子 』 は 、 読本 の 祖 と い う べ き もの で 、 それ まで 流行 し て い た 浮世 草子 と は ちが っ て 、 原典 ( 白話 小説 ) の はっきり と 分か る 、 中国 趣味 を 前面 に だ し た もの だっ た 。 とき は 、 井原 西鶴 から 始ま っ た 浮世 草子 の 新鮮味 が なくな り 、 おちこみ が で て き た ころ 。 秋成 は まだ 執筆 、 刊行 予定 の あ っ た 浮世 草子 を 捨て 、 庭鐘 の 作品 を うけ て 『 雨月 物語 』 を 書き はじめ た の だっ た 。 『 雨月 物語 』 執筆 の 時期 は 上記 の よう に はっきり し な い が 、 しかし その 前後 に 、 秋成 は 、 庭鐘 から 医学 を 学 ん で い る 。 そして 、 医者 と し て 生き て 行 く こと と な る 。 この とき 、 どれ だけ 庭鐘 から 医学 以外 の こと ( 例えば 白話 小説 の こと など ) を 直接 学 ん だか は よく 分か っ て い な い が 、 その 影響 を うけ て い る こと は 『 雨月 物語 』 自体 が 証拠 と な ろ う 。 具体 的 に い え ば 、 まず 体裁 が 五巻 九 篇 、 見開き の 挿絵 一 枚 の 短篇 が 八 つ 、 挿絵 二 枚 の 中篇 ( 「 蛇性 の 婬 」 ) が ひと つ で あ る ところ は 、 まったく 庭鐘 の 読本 作品 と 同じ で あ る 。 体裁 で 違 う ところ と い え ば 、 題名 の つけ かた で 、 庭鐘 が 『 英草子 』 第 一 篇 「 後醍醐 帝 三 たび 藤房 の 諫 を 折 く こと 話 」 と か 『 繁野 話 』 第 一 篇 「 雲魂 雲情 を 語 つ て 久しき を 誓 ふ 話 」 と か 長 く つけ る の に 対 し 、 『 雨月 物語 』 の 方 は 第 一 篇 「 白峯 」 や 第 二 篇 「 菊花 の 約 」 の よう に すっきり と し た 題 が つ い て い る 。 内容 面 で 言 う と 、 読本 の 形式 を と り 、 場面 場面 で は な く 話 の 運び や 、 登場 人物 の 人間 性 に 重点 を お い た もの に し た こと 、 読者 の 想定 を 知識 層 に お き 、 思想 や 歴史 観 、 作中 で の 議論 を 盛り込 ん だ こと など が あげ られ る 。 「 白峯 」 で の 西行 など 、 『 雨月 物語 』 を 書 く 秋成 の 思想 の 背景 に 、 国学 者 賀茂 真淵 から の 影響 が 見 られ る 。 それ まで も 独学 で 契沖 の こと を 学 ん で い た 秋成 は 、 やはり 『 雨月 物語 』 執筆 の 前後 に 、 国学 者 加藤 美樹 ( 姓 は 藤原 、 河津 、 名 は 宇 万 伎 と も ) に 入門 し て い る 。 美樹 は 、 真淵 の 高弟 で あ っ た 。 それ まで も 、 知的 な 「 浮浪子 」 ( なまけ 者 など の 意味 の 上方 語 ) で あ っ た 秋成 だ が 、 美樹 から の てほどき から は 、 思想 的 深化 、 古典 学 の 体系 的 だっ た 智識 の 整理 、 と い う 重大 な 影響 を うけ た 。 影響 は 、 『 雨月 物語 』 に も 反映 さ れ た 、 と 考え て も よ い だ ろ う 。 『 雨月 物語 』 の 文体 から も 、 この こと は 察 せ られ る 。 庭鐘 の 作品 は 和漢 混淆 文 で でき て い る と い っ て も よ い が 、 漢文調 の 強 い もの で あ っ た 。 一方 、 『 雨月 物語 』 を 見 る と 、 うま く 原典 の 白話 小説 の 調子 を 翻訳 し 、 漢文調 と 和文調 の 織 り 交ざ っ た 独自 な 文体 と な っ て い る 。 師 、 美樹 の 学問 が 、 この 文体 の 礎 と な っ た こと は 、 うなづけ る 話 で あ る 。 『 雨月 物語 』 と い う 題 は 、 どこ から き た の だ ろ う か 。 秋成 自身 の 序文 に は 、 書き下 す と 、 「 雨 は 霽 れ 月 が は 朦朧 の 夜 、 窓下 に 編成 し て 、 以 て 梓 氏 に 畀 ふ 。 題 し て 雨月 物語 と 云 ふ 」 と あ り 、 雨 が や ん で 月 が おぼろ に 見え る 夜 に 編成 し た ため 、 と い う こと が 書 い て あ る 。 物語 中 、 怪異 が 現れ る 場面 の 前触れ と し て 、 雨 や 月 の あ る 情景 が 積極 的 に 用い られ て い る こと に も 、 注意 し た い 。 また 、 これ を 表向き の 理由 、 作者 の 韜晦 で あ る と し て 、 別 の 説 も だ さ れ て い る 。 山口 剛 は 、 西行 が ワキ と し て 登場 する 謡曲 の 『 雨月 』 が もと に な っ て い る 、 と い う 説 を 提唱 し た が 、 これ に は 、 長島 弘明 の 、 「 白峯 」 と の 内容 面 で の 関係 性 が 薄 い 、 と し て 否定 さ れ て い る 。 また 、 重友 毅 は 、 『 雨月 物語 』 に も ところどころ で 採用 さ れ て い る 『 剪灯 新話 』 「 牡丹 灯記 」 に あ る 一節 「 天陰 リ雨 湿 ( う る ほ ) スノ 夜 、 月落 チ 参 ( さん ) 横 タハルノ 晨 ( あした ) 」 から 来 て る の で は な い か 、 と 唱え て い る 。 高田 衛 は 、 秋成 は この 両者 に 親し ん で い た だ ろ う こと から 、 この どちら か 一方 と 考え な く て も よ い 、 と い う 考え を 示 し て い る 。 序 雨月 物語 序 羅子 撰 水滸 。 而 三 世生 唖児 。 紫媛 著源 語 。 而 一旦 堕 悪趣 者 。 蓋 為 業 所 偪耳 。 然 而 観 其 文 。 各々 奮 奇態 。 揜哢 逼真 。 低 昂 宛転 。 令読者 心気洞 越也 。 可見 鑑事実 于 千古 焉 。 余適 有鼓 腹之 閑話 。 衝口 吐出 。 雉雊 竜戦 。 自 以為 杜撰 。 則摘 読之 者 。 固当 不謂 信也 。 豈可求醜 脣平 鼻 之報哉 。 明和 戊子 晩春 。 雨 霽 月 朦 朧 之夜 。 窓下 編成 。 以畀 梓 氏 。 題曰 雨 月 物語 。 云 。 剪枝 畸 人 書 。 上 は 、 『 雨月 物語 』 の 序文 の 全文 で あ る 。 ここ で は 、 上田 秋成 の 『 雨月 物語 』 に かけ る 意気 込 み 、 創作 経緯 が 書 か れ て い る 。 この 文中 で 秋成 は 、 『 源氏 物語 』 を 書 い た 紫式 部 と 『 水滸 伝 』 を 書 い た 羅貫 中 を 例 に あげ 、 ふたり が 現実 と 見紛 う ばかり の 傑作 を 書 い た ばかり に ひど い 目 に あ っ た と い う 伝説 を あげ て い る ( 紫式 部 が 一旦 地獄 に 堕ち た 、 と い う の は 、 治承 年間 、 平康 頼 に よ っ て 書 か れ た 『 宝物 集 』 や 延応 以降 の 、 藤原 信実 に よ っ て 書 か れ た と さ れ る 『 今 物語 』 に 、 羅貫 中 の 子孫 三 代 が 唖 に な っ た 、 と い う の は 、 明 、 田 汝 成編 の 『 西湖 遊覧 志余 』 や 『 続 文献 通考 』 に よ っ て い る ) 。 そして 、 どう 見 て も 杜撰 な 、 荒唐 無稽 な 作品 で あ る 『 雨月 物語 』 を 書 い た 自分 は 、 そんな ひど い 目 に あ う わけ が な い 、 と 謙遜 し て い る 、 よう に 見え る 。 しかし 、 考え て み れ ば 、 そもそも くだ ら な い 作品 を 書 い た 、 と 自分 で 思 っ て い る なら 、 当時 で も すばらし い 作品 で あ る と 考え られ て い た 『 源氏 物語 』 や 『 水滸 伝 』 と 自分 の 作品 を 比べ る わけ は あ る まい 。 また 、 末尾 の 「 剪枝 畸人 書 」 と い う 署名 に 注目 し て 、 ここ から 秋成 の 真意 を 汲取 ろ う 、 と い う 試み も な さ れ て い る 。 この 「 剪枝 畸人 」 の 「 枝 」 は 「 肢 」 、 さらに は 「 指 」 に 通 じ 、 幼 い とき に 秋成 が 、 右手 中指 、 左手 人差し 指 が 不具 に な っ た こと を 戯れ に し た 署名 で あ る 。 ここ で 、 前 に 自分 は ひど い 目 に 合 わ な い はず だ 、 と 言 っ て お き ながら こう い う 署名 を する ところ に 、 注目 する 必要 が あ る 。 また 、 中野 三敏 から は 、 これ は 『 荘子 ( 書物 ) 』 に 由来 する もの で は な い か 、 と い う 指摘 も な さ れ て い る 。 『 荘子 』 の 人間 世篇 に 、 有用 な 実 を つけ る 木 は 「 大枝 ハ折 ラレ 、 小枝 ハ泄 ( た ) メラル 」 、 無用 な 木 は 「 ハタ 、 アニ 翦 ( き 、 剪 ) ラルルコト 有 ランヤ 」 と あ る 。 つまり 、 「 剪枝 」 と は 、 自分 が 役 に 立 つ 人間 で あ っ た が ゆえ に 、 指 ( 枝 ) が 折 ら れ て ( 剪 ) しま っ た の だ 、 と い う こと を 意味 し て い る の で は な い か 。 後半 の 「 畸人 」 と い う 部分 は 、 大宗 師篇 に あ る 箇所 が 連想 さ れ る 。 「 畸人 ハ人 ニ畸 ( ことな ) リテ 、 天ニ 侔 ( ひと ) シキモノナリ 」 と 。 つまり 、 「 剪枝 畸人 」 と は 、 紫式 部 や 羅貫 中 の よう な 、 物 し た あと に ひど い 目 に あ っ た の と は 違 っ て 、 『 雨月 物語 』 を 書 い た 自分 は 、 生まれ ながら に 罰 せ られ て い る 、 天 に も 等し き 存在 な の だ 、 と い う 傲慢 な ほど の すさまじ い 主張 に も 読取 れ る の だ 。 いかに 秋成 の 『 雨月 物語 』 に かけ る 自負 心 が 大き かっ た こと か 、 察 する こと が でき る だ ろ う 。 諸国 を 巡 る 西行 の 道行 文 から 、 「 白峯 」 は 始ま る 。 この 部分 は 、 当時 西行 作 と 信 じ られ て い た 『 撰集抄 』 巻一 「 新院 御 墓白 峰 之事 」 と 巻二 「 花林 院 永 僧 正之事 」 が 下敷き に な っ て い る 。 西行 は 旧主 で あ る 崇徳 天皇 の 菩提 を 弔 お う と 白峯 を 訪れ 、 読経 し 、 歌 を 詠 む 。 「 松山 の 浪 の けしき は かはらじ を かた な く 君 は な りまさりけり 」 。 する と 、 「 円位 / \ 」 と 西行 の こと を 呼 ぶ 声 が する 。 その 声 は 、 「 松山 の 浪 に ながれ て こし 船 の やがて むなし く なり に け る か な 」 と 返歌 する 。 ここ で 西行 は 、 声 の 主 が 崇徳院 で あ る こと に 気づ い た 。 ここ から 、 西行 と 院 の 論争 が 始ま る 。 西行 は 『 日本 書紀 』 「 仁徳紀 」 に あ る 仁徳 天皇 、 菟道 稚郎子 の 皇位 相譲 の 話 を 例 に 出 し て 王道 の 観点 から 、 院 は 易姓 革命 から 、 それぞれ 論 を ぶつけあ う 。 次 に 、 西行 は 、 易姓 革命 を 唱え た 『 孟子 』 が 日本 に 伝わ ら な かっ た こと 、 『 詩経 』 「 小雅 」 の 一篇 「 兄弟 牆 ( うち ) に 鬩 ( せめ ) ぐ とも 外 の 侮り を 禦 ( ふせ ) げよ 」 と い う 一節 を 説 き 、 ついに 院 の 、 私怨 が ゆえ で あ る 、 と の 本音 を 引き出 す こと に 成功 する 。 院 は 、 「 経沈 め 」 の 一 件 の 後 、 保元 の 乱 で 敵方 に まわ っ た もの たち を 深 く 恨 み 、 平治 の 乱 が おこ る よう に 、 操 っ た の だ 、 と い う 。 そして 、 大風 が おき 、 ここ で はじめて 院 の 、 異形 の すがた が あらわ に な る 。 配下 の 天狗 の 相模 が や っ て くる 。 そして 、 院 は 、 平氏 の 滅亡 を 予言 する 。 西行 は 、 院 の 浅まし い すがた を 嘆 き 、 一首 の 歌 を 詠 む 。 「 よしや 君昔 の 玉 の 床 ( とこ ) とても かからん の ちは 何 に か は せん 」 。 する と 、 院 の 顔 が おだやか に な っ た よう に 見え 、 段々 と すがた が うす く な り 、 消え て い っ た 。 いつ の ま に か月 が 傾 き 、 朝 が 近 く な っ て い る 。 西行 は 金剛 経 一 巻 を 供養 し 、 山 を おり た 。 その 後 、 西行 は 、 この できごと を だれ に も はな す こと は な かっ た 。 世の中 は 、 院 の 予言 通り に すす ん で い き 、 院 の 墓 は 整え られ 、 御 霊 と し て 崇め 奉 ら れ る よう に な っ た 。 「 菊花 の 約 」 は 、 全体 を 白話 小説 の 『 古今 小説 』 「 范巨卿 鷄 黍 死生 交 」 から 、 時代 背景 を 香川 正矩 『 陰徳 太平 記 』 に よ っ て い る 。 登場 人物 の 丈部 左門 が 張劭 に 、 赤穴 宗右衛門 が 范巨卿 に 対応 する 。 時 は 戦国 時代 ( 日本 ) 、 舞台 は 播磨 国 加古 ( 今 の 兵庫 県 加古川 市 ) で あ る 。 左門 は 母 と ふたり 暮らし で 清貧 を 好 む 儒学 者 で あ る 。 ある 日 友人 の 家 に 行 く と 、 行きずり の 武士 が 病気 で 伏せ て い た 。 丈部 は 彼 を 看病 する こと に な っ た 。 この 武士 は 、 赤穴 宗右衛門 と い う 軍学者 で 、 佐々木 氏綱 の い る 近江 国 から 、 故郷 出雲 国 で の 主 、 塩冶 掃 部介 が 尼子 経久 に 討 た れ た こと を 聞 い て 、 急 ぎ 帰 る ところ だっ た 、 と 、 これ まで の 経緯 を 語 っ た 。 しばらく 日 が た っ て 、 宗右衛門 は 快復 し た 。 この 間 、 左門 と 宗右衛門 は 諸子 百 家 の こと など を 親し く 語ら い 、 友人 の 間柄 と な り 、 義兄弟 の ちぎり まで 結 ん だ 。 五 歳 年上 の 宗右衛門 が 兄 、 左門 が 弟 と な っ た 。 宗右衛門 は 左門 の 母 に も 会 い 、 その 後 も 数 日 親し く 過ご し た 。 初夏 に な っ た 。 宗右衛門 は 故郷 の 様子 を 見 に 、 出雲 へ 帰 る こと と な っ た 。 左門 に は 、 菊 の 節句 ( 重陽 の 節句 ) に 再会 する こと を 約 し た 。 ここ から 、 題名 の 「 菊花 の 約 」 が き て い る 。 さて 、 季節 は 秋 へ と 移 っ て い き 、 とうとう 約束 の 九 月 九 日 と な っ た 。 左門 は 朝 から 宗右衛門 を 迎え る ため 掃除 や 料理 など の 準備 を し 、 母 が 諌め る の も 聞 か ず 、 いま かい まか と 待ち受け る ばかり 。 外 の 道 に は 、 旅 の 人 が 幾 人 も 通 る が 、 宗右衛門 は まだ こ な い 。 夜 も 更け 、 左門 が あきらめ て 家 に は い ろ う と し た とき 、 宗右衛門 が 影 の よう に や っ て き た の だっ た 。 左門 に 迎え られ た 宗右衛門 だっ た が 、 酒 や ご 馳走 を 嫌 う など 不審 な 様子 を 見せ る 。 わけ を たずね られ る と 、 自分 が 幽霊 で あ る 、 と 告白 する の だっ た 。 宗右衛門 は 、 塩冶 を 討 っ た 経久 が 自分 の いとこ の 赤穴 丹治 を つか っ て 監禁 さ せ た 。 そして とうとう 今日 まで に な っ て しま っ た 。 宗右衛門 は 、 「 人 一 日 に 千里 を ゆ く こと あた はず 。 魂 よ く 一 日 に 千里 を もゆ く 」 と い う ことば を 思い出 し た 。 そして 自死 し 、 幽霊 と な っ て ここ まで たどりつ い た の だ 、 と 語 っ た 。 そして 、 左門 に 別れ を つげ 、 消え て い っ た 。 丈部 親子 は 、 この こと を 悲しみ 、 一夜 を 泣 い て 明か し た 。 次 の 日 、 左門 は 出雲 へ と 旅立 ち 、 丹治 に 会 っ た 。 左門 は 、 魏 ( 戦国 ) の 公叔 座 の 故事 を 例 に 挙げ 、 それ に 比べ て 丹治 に 信義 の な い の を 責め た 。 丹治 を 斬り殺 し た 左門 は 行方 が わか ら な く な っ た 。 物語 は 「 咨軽 薄 の 人 と 交は り は 結 ぶ べ から ず となん 」 と 、 冒頭 の 一節 と 同意 の 文 を 繰り返 し て 終 っ て い る 。 「 浅茅 が 宿 」 の 原拠 は 、 『 剪灯 新話 』 「 愛卿 伝 」 と 、 それ を 翻案 し た 浅井 了意 『 伽婢子 』 「 藤井 清六 遊女 宮城野 を 娶事 」 で あ る 。 戦国 時代 の 下総 国葛飾 郡 真間 に 、 勝四郎 と 妻 の 宮木 が 暮ら し て い た 。 元々 裕福 な 家 だっ た が 、 働 く の が 嫌い な 勝四郎 の せい で 、 家勢 は どんどん 傾 い て い き 、 親戚 から も 疎ん じ られ る よう に な っ た 。 勝四郎 は 発奮 し 、 家 の 財産 を すべて 絹 に かえ 、 雀部 曽次 と い う 商人 と 京 に のぼ る こと を 決め る 。 勝四郎 は 秋 に 帰 る こと を 約束 し て 旅立 っ て い っ た 。 関東 は その うち 、 享徳 の 乱 に よ っ て 乱れ に 乱れ る こと に な る 。 宮木 の 美貌 に ひ か れ た 男共 が 言 い寄 る こと も あ っ た が 、 これ を 退け る など し て 、 宮木 は 心細 く 夫 の 帰り を 待ちわび る 。 だ が 、 約束 の 秋 に な っ て も 、 勝四郎 は 帰 っ て こ な い の だっ た 。 一方 夫 の 勝四郎 は 京 で 絹 を 売 っ て 、 大もうけ を し た 。 そして 関東 の ほう で 戦乱 が 起き て い る こと を 知 っ て 、 急 ぎ 故郷 に 帰 る 途中 、 木曽 で 山賊 に 襲 わ れ て 財産 を 全て 奪 わ れ て しま っ た 。 また 、 この 先 に は 関所 が あ っ て 、 人 の 通行 を ゆる さ な い 状態 だ と 聞 く 。 勝四郎 は 宮木 が 死 ん で しま っ た と おもいこ み 、 近江 へ と 向か っ た 。 ここ で 勝四郎 は 病 に かか り 、 雀部 の 親戚 の 児玉 の 家 に 厄介 に な る こと に な る 。 いつ し か こ の 地 に 友人 も でき 、 居 つ く よう に な り 、 七 年 の 月日 が 過ぎ た 。 近頃 は 近江 や 京 で も 戦乱 が おき 、 勝四郎 は 宮木 の こと を 思 う 。 そして 、 故郷 に 帰 る こと に し た 。 十 日 余り で 着 い た の は 、 夜 に な っ て の こと だっ た 。 変わ り 果て た 土地 で 探 す と 、 やっと 我が家 に たどり着 い た 。 よく 見 る と 、 隙間 から 灯 が もれ て い る 。 もし や と 思 っ て 咳 を する と 、 向う から 「 誰 ( たそ ) 」 と 声 が し た の は 、 しわがれ て はい る けれど まさしく 妻 、 宮木 の もの だっ た 。 扉 の 向う から あ られ た 妻 は 、 別人 か と 思 わ れ る ほど 、 変わ り 果て た すがた で あ っ た 。 宮木 は 勝四郎 の すがた を み て 、 泣 き 出 し 、 勝四郎 も 思 わ ぬ 展開 に 動転 する ばかり 。 やがて 、 勝四郎 は こと の 経緯 、 宮木 は 待 つつら さ を 語 り 、 その 夜 は ふたり 、 とも に 眠 っ た 。 次 の 朝勝 四郎 が 目 が さめ る と 、 自分 が 廃屋 に い る こと に 気づ い た 。 一緒 に 寝 て い た はず の 宮木 の すがた も 見え な い 。 勝四郎 は やはり 妻 は 死 ん で い た の だ 、 と 分か り 、 家 を 見 て まわ っ て い る と 、 元 の 寝所 に 塚 が つく ら れ て い る の が あ っ た 。 そこ に 、 一 枚 の 紙 が あ っ た 。 妻 の 筆跡 で 歌 が 書 い て あ る 。 「 さり とも と 思 ふ 心 に はか ら れ て 世 に も けふまで いけ る 命 か 」 これ を み て 、 勝四郎 は 改めて 妻 の 死 を 実感 し 、 伏 し て 大き く 泣 い た 。 妻 が いつ 死 ん だ の か 知 ら な い の は 情けな い 話 だ 、 事情 を 知 っ て い る 人 に 会 お う 、 と 外 に 出 る と 、 すでに 日 は 高 く な っ て い た 。 近所 の ひと に 聞 い て 、 ひとり の 老人 を 紹介 し て もら っ た 。 老人 は 、 勝四郎 も 知 る 、 ここ に 古く から 住 む 漆間 の 翁 と い う ひと で あ っ た 。 漆間 の 翁 は 、 勝四郎 が い な く な っ た あと の 戦乱 で 乱れ た この 土地 の 様子 、 宮木 が 気丈 に も ひとり で 待 っ て い た が 、 約束 の 秋 を 過ぎ て 次 の 年 の 八 月 十 日 に 死 ん だ こと 、 漆間 の 翁 が 弔 っ た こと を 語 り 、 勝四郎 に も 弔い を すすめ た 。 その 夜 は ふたり で 、 声 を だ し て 泣 き ながら 、 念仏 を し て 明か し た 。 そして 、 漆間 の 翁 が この 土地 に 伝わ る 手児奈 の 伝説 を 語 る の を き い て 、 勝四郎 は 一首 よ ん だ 。 「 いに し へ の 真間 の 手児奈 を かく ばかり 恋 て しあらん 真間 の てごな を 」 この 話 は 、 か の 国 に 通 っ て い る 商人 から 聞 い た もの で あ る 。 「 夢応 の 鯉魚 」 の 典拠 は 、 天明 3 年 に 刊行 さ れ た 『 近古 奇談 諸越 の 吉野 』 に すでに 、 『 醒世 恒言 』 「 薛録 事 魚服 シテ 仙 ヲ 証 スルコト 」 で あ る こと が 分か っ て い た ほか 、 後藤 丹治 に よ っ て 、 さらに その 原典 の 明 の 時代 の 白話 小説 『 古今 説海 』 「 魚服 記 」 も 参照 さ れ た こと が 指摘 さ れ て い る 。 主人 公 の 興義 は 、 近江 国 園城寺 の 画僧 と し て 有名 で あ っ た 。 特に 鯉 の 絵 を 好 み 、 夢 の 世界 で 多く の 魚 と 遊 ん だ あと に 、 その 様子 を 見 た まま に か い た 絵 を 「 夢応 の 鯉魚 」 と 名づけ て い た 。 そして 、 鯉 の 絵 は 絶対 に ひと に 与え る こと は な かっ た 。 そんな 興義 が 、 病 に かか っ て 逝去 し た 。 だ が 、 不思議 と その 胸 の あたり が 温か い 。 弟子 たち は もし か し たら 、 と その まま 置 い て お く と 、 三 日 後 に 興義 は 生き返 っ た 。 興義 は 、 檀家 の 平 の 助 の 殿 が いま 新鮮 な 膾 など で 宴会 を し て い る はず だ から 、 これ を 呼 び な さ い 、 と 命 じ て 、 使 を や る と 、 果たし て 、 まさしく 平 の 助 は 宴会 を し て い る 最中 で あ っ た 。 興義 は 、 助 など に 向 っ て 、 宴会 の 様子 を 事細か に 言 い 、 そして なぜ 分か っ た の か 、 わけ を はな し 始め た 。 病 に 臥 せっ て い る うち に 興義 は 、 自分 が 死 ん だ こと に も 気づ か な い で 、 杖 を 頼り に 琵琶 湖 に まで 出 て 、 入 り 、 泳 い だ 。 もっと 自由 に 泳 ぎ た く 、 魚 の こと を うらや ん で い た ところ 、 海若 ( わたづみ ) に 体 を 鯉 に し て もらえ た 。 そこ から 、 興義 は 、 自由 気儘 に 泳ぎだ し た 。 ここ から の 近江 八景 など 琵琶 湖 の 名所 を 巡 る 道行 き 文 は 三島 由紀夫 から 「 秋成 の 企て た 窮極 の 詩 」 と 激賞 さ れ て い る 。 しかし その 内 、 興義 は 急 に 餓え る よう に な り 、 餌 に とびつ い た ところ 釣 ら れ て しま い 、 助 の 屋敷 まで つれ て こ られ 、 助け を 求め る 声 も 聞 か れ ず に 、 刀 で 切 ら れ て しま う ところ で 目 が 覚め 、 ここ に い る の だ 、 と 。 助 は この はなし を 大いに 不思議 に 思 っ た けれど 、 残 っ て い た 膾 を 湖 に 捨て させ た 。 病 が 癒え た 興義 は その 後 、 天寿 を 全う し た 。 その 際 、 興義 の 鯉 の 絵 を 湖 に 放 す と 、 紙 から 離れ て 泳ぎだ し た と い う 。 弟子 の 成光 も 、 鶏 が これ を 見 て 蹴 る ほど の 、 すばらし い 鶏 の 絵 を 描 く こと で 有名 だっ た と い う はなし が 、 『 古今 著聞 集 』 に の っ て い る 。 「 仏法 僧 」 は 、 時 を 江戸 時代 に 設定 し て い る 。 伊勢 国 の 拝志 夢然 と い う ひと が 隠居 し た 後 、 末子 の 作之 治 と 旅 に 出 た 。 色々 見 て 廻 っ た あと 、 夏 、 高野山 へ と 向 っ た 。 着 く の が 遅 く な り 、 到着 が 夜 に な っ て しま っ た 。 金剛 峯 寺 で と ま ろ う と 思 っ た けれど 寺 の 掟 に よ り かな わ ず 、 霊廟 の 前 の 灯籠 堂 で 、 念仏 を 唱え て 夜 を 明か す こと に 決め た 。 静か な 中過ご し て い る と 、 外 から 「 仏法 仏 法 ( ぶつ ぱん ぶつ ぱん ) 」 と 仏法 僧 の 鳴き声 が 聞こえ て き た 。 珍し い もの を 聞 い た と 興 を 催 し 、 夢然 は 一 句 よ ん だ 。 「 鳥 の 音 も 秘密 の 山 の 茂み か な 」 もう 一 回 鳴 か な い もの か 、 と 耳 を そば立て て い る と 、 別 の もの が 聞こえ て き た 。 だれ か が こちら へ 来る よう で あ る 。 驚 い て 隠れ よ う と し た が 二人 は や っ て 来 た 武士 に 見つか っ て しま い 、 慌て て 下 に 降り て うずくま っ た 。 多く の 足音 と とも に 、 烏帽子 直衣 の 貴人 が や っ て き た 。 そして 、 楽し そう に 宴会 を はじめ た 。 その うち 、 貴人 は 連歌 師 の 里村 紹巴 の 名 を 呼 び 、 話 を さ せ た 。 話 は 、 『 風雅 和 歌集 』 に あ る 空海 の 「 わすれ て も 汲 や しつらん 旅人 の 高野 の 奥 の 玉川 の 水 」 と い う 歌 の 解釈 に 移 っ て い っ た 。 紹巴 の 話 が 一通り 終っ た 頃 、 また 仏法 僧 が 鳴 い た 。 これ に 、 貴人 は 、 紹巴 に ひと つ 歌 を よめ 、 と 命じ る 。 紹巴 は 、 段下 の 夢然 に さきほど の 句 を 披露 しろ 、 と い っ た 。 夢然 が 正体 を 聞 く と 、 貴人 が 豊臣 秀次 と その 家臣 の 霊 で あ る こと が 分か っ た 。 夢然 が ようよう 紙 に か い た の を 差し出 す と 、 山本 主殿 が これ を よみあげ た 。 「 鳥 の 音 も 秘密 の 山 の 茂み か な 」 。 秀次 の 評価 は 、 なかなか 良 い よう 。 小姓 の 山田 三十郎 が これ に 付け 句 し た 。 「 芥子 た き 明 す みじか 夜 の 牀 」 。 紹巴 や 秀次 は これ に 、 よく 作 っ た 、 と 褒め 、 座 は 一段 と 盛り上が っ た 。 家臣 の ひとり 、 淡路 ( 雀部 重政 ) が 急 に 騒ぎ 出 し 、 修羅 の 時 が 近づ い て い る こと を 知 ら せ た 。 する と 、 いま まで おだやか だっ た 場 が 殺気 立 つ よう に な り 、 みな の 顔色 も 変 っ て き て い る 。 秀次 は 、 段下 の 、 部外 者 の ふたり も 修羅 の 世界 に つれ て い け 、 と 配下 の もの に 命 じ 、 これ を 逆 に 諌め られ 、 その うち 皆 の 姿 は 消え て い っ た 。 親子 は 、 恐ろし い 心地 が し て 、 気絶 し て しま っ た 。 朝 が 来 て 、 二人 は 起き 、 急 い で 山 を 下 っ た 。 後 に 夢然 が 瑞泉 寺 に あ る 秀次 の 悪逆 塚 の 横 を 通 っ た とき 、 昼 な の に ものすご い もの を 感 じ た 、 と ひと に 語 っ た の を 、 ここ に その まま 書 い た 、 と い う 末尾 で 物語 を しめ て い る 。 「 吉備津 の 釜 」 冒頭 の 妬婦 論 は 、 『 五 雑俎 』 ( 五 雑 組 と も ) 巻八 に よ る 。 吉備 国 に 、 井沢 正太夫 と い う ひと が い た 。 この 息子 の 正太郎 と い う の は 、 色欲 の 強 い 男 で 、 父 が とめ る の も 聞 か ず 、 遊び 歩 い て い た 。 そこ で 、 嫁 を 迎え て 身持ち を 固め させ よ う と 、 吉備津 神社 の 神主 、 香央 造酒 の 娘 と 縁組 が まとめ られ た 。 幸せ を 祈 る ため に 、 鳴釜 神事 を する こと と な っ た 。 これ は 、 釜 の お 湯 が 沸きあが る とき に 、 牛 が 吼え る よう な 音 が で たら 吉 、 音 が で な かっ た とき は 凶 、 と な っ て い た 。 はたし て 、 まったく なん の 音 も で な かっ た の で 、 この 婚姻 は 凶 と 判断 さ れ た 。 この こと を 香央 が 自分 の 妻 に つたえ る と 、 先方 も 娘 も こころまち に し て い る の に 、 この 様 な 不吉 な こと を 公表 すれ ば 、 どう な る か わか ら な い 、 ふたり が 結婚 する の は 変え られ な い 、 と い い 、 その まま 縁組 は すすめ られ た 。 この 嫁 に き た 磯良 と い う の は 、 大変 よ く でき た 女 で 、 家 に よく つかえ 、 非 の 打ち 所 が な かっ た 。 正太郎 も 磯良 の こと を よく 思 っ て い た 。 しかし 、 いつ の ころ から か 、 外 に 袖 と い う 遊女 の 愛人 を つく り 、 これ と なじみ に な っ て 、 家 に 帰 ら な く な っ た 。 井沢 の 父 は 、 まったく 行動 を 改め な い 正太郎 を 一室 に 閉じ込め た 。 磯良 は あつ く 正太郎 を 世話 し た が 、 逆 に 正太郎 は 磯良 を だま し 、 金 を 奪 っ て 逐電 し て しま っ た 。 磯良 は この あまり の 仕打ち に 病気 で 寝込 む よう に な り 、 日 に 日 に 衰え て い っ た 。 一方 、 袖 と 駆け落ち し た 正太郎 は 、 袖 の 親戚 の 彦六 の 厄介 と な り 、 彦六 の 隣 の 家 で 仲睦 まじ く 生活 し た 。 しかし 、 袖 の 様子 が おかし い 。 物 の 怪 に で も つかれ た よう に 、 狂お しげ だ 。 これ は もし や 、 磯良 の 呪 い … … 、 と 思 っ て い る うち に 、 看病 の 甲斐 な く 七 日 後 、 袖 は 死 ん で しま っ た 。 正太郎 は 悲し み つつ も 、 菩提 を 弔 っ た 。 それ から 正太郎 は 、 夕方 に 墓参り する 生活 が 続 い た 。 ある 日 、 いつ も の よう に 墓 に い く と 、 女 が い た 。 聞 く と 、 つかえ る 家 の 主人 が 死 に 、 伏せ て しま っ た 奥方 の 代わり に 日参 し て い る の だ と い う 。 美人 で あ る と い う 奥方 に 興味 を 持 っ た 正太郎 は 、 女 に つ い て い き 、 奥方 と 悲しみ を 分かち合 お う と 訪問 する こと と な っ た 。 小さな 茅葺 の 家 の なか 、 屏風 の 向う に 、 その 奥方 は い た 。 正太郎 が お 悔やみ の あいさつ を する と 、 屏風 から 現れ た の は 、 まさしく 磯良 だっ た 。 血 の 気 の な い そ の すがた も おそろしく 、 正太郎 は 気絶 し て しま っ た 。 気づ く と そこ は 、 三昧 堂 だっ た 。 あわて て 家 に 帰 っ て 、 彦六 に 話 す と 、 陰陽 師 を 紹介 さ れ た 。 陰陽 師 は 正太郎 の からだ に 篆籀 を 書 て 埋め尽く し 、 今 から 四十 二 日間 物忌み を し 、 死 に た く な けれ ば 必ず 一歩 も 外 に 出 て は 行け な い 、 と い う こと を 言 っ た 。 その 夜 、 言 わ れ た 通り 物忌み を し て い た ところ 、 女 の 声 が し て 、 「 あなにく や 。 ここ に た ふと き 符文 を 設 つ る よ 」 と 言 っ た 。 彦六 と 壁越し に その 恐ろし さ を 語 る など し た 。 そして 続 く 声 の 恐ろし さ を 感 じ ながら 、 やっと 四十 二 日 目 を 迎え た 。 やがて 夜 が 明け た の を 見 、 彦六 は 、 正太郎 を 壁越し に 呼び寄せ る と 、 「 あなや 」 と 正太郎 の 叫び声 が する 。 慌て て 外 に 出 て み る と 、 外 は まだ 真っ暗 で 、 正太郎 の 家 に は 壁 に 大きな 血 の あと が 流れ て お り 、 軒 に 髻 が かか っ て い る のみ 。 正太郎 の 行方 は 分か ら ず じま い だっ た 。 この こと を 伝え られ る と 、 井沢 も 香央 も 悲し ん だ 。 まこと 、 陰陽 師 も 、 釜 の 御 祓 い も 、 正し い 結果 を しめ し た もの で あ る 。 「 蛇性 の 婬 」 は 、 『 雨月 物語 』 中唯一 の 中篇 小説 の 体 を と っ て い る 。 原話 は 、 『 警世 通言 』 「 白娘子 永鎮雷 峰塔 」 で あ る が 、 途中 から 終結 を 安珍 ・ 清姫 伝説 へ 結びつけ る 、 独自 な 要素 を も っ て い る 。 原話 の 許宣 が 豊雄 、 白 娘子 が 真女児 、 青々 が まろや に あた る 。 物語 は 「 いつ の 時代 な り けん 」 と 、 物語 風 に はじま っ て い る 。 紀伊国 新宮 市 に 大宅 竹助 と い う 網元 が い た 。 三男 の 豊雄 は 、 優し く 、 都風 を 好 む 性格 の 、 家業 を 好 ま な い 厄介 者 で 、 父 や 長兄 も 好き に 振舞 わ せ て い た 。 ある 日 、 学問 の 師匠 の 神官 、 安倍 弓麿 の もと から 帰 る とき 、 東南 から の 激し い 雨 に な り 、 傘 を たた ん で 漁師 小屋 で 雨宿り し た 。 する と 、 侍女 を つれ た 二十 歳 ばかり の 女 が やはり 雨宿り に はい っ て き た 。 この 女 は 大層 美し く 、 雅やか で 、 豊雄 は ひ か れ た 。 そこ で 豊雄 は 自分 の 傘 を 貸 し 、 後日 返 し て もら い に 女 、 県 の 真女児 の 家 に 伺 う こと に な っ た 。 その 晩 、 真女 児 が 夢 に 出 て 、 それ は 、 真女児 の 家 で 一緒 に 戯れ る 、 と い う 内容 だっ た 。 と い う わけ で 、 すぐ に 真女 児 の 家 を 尋ね た 。 侍女 の まろや の 案内 で 行 っ た そこ は 、 夢 と 様子 の 違 う こと の な い 立派 な 屋敷 で 、 豊雄 は 怪し ん だ けれど 、 それ も 一瞬 の こと 、 豊雄 は 真女児 と 楽し い ひと 時 を 過ご し た 。 真女児 は 自分 の 夫 を なく し 身寄り の な い 境遇 を 打明け 、 豊雄 に 求婚 し た 。 豊雄 は 父兄 の こと を 思い 迷 っ た けれど 、 ついに 承諾 し 、 その 日 は 宝物 の 太刀 を もら っ て 、 家 に 帰 っ た 。 次 の 日 、 豊雄 が 怪し げ な 宝刀 を 持 っ て い る の を 見 て 、 どう や っ て これ を 賄 っ た の か 父 と 母 と 長兄 は 豊雄 を せめ た 。 豊雄 は ひと から もら っ た と 言 う が 、 信 じ て もらえ な い 。 見 かね た 兄嫁 が 仲介 する こと と な り 、 詳し く 事情 を 話 し た の が 、 長兄 に 伝え られ た 。 長兄 は この 辺り に 県 と い う 家 の な い こと から やはり 怪し み 、 そして 、 これ が 近頃 盗 ま れ た 熊野 速玉 大社 の 宝物 で あ る こと に 気づ き 、 父 と 長兄 は 豊雄 を 大宮司 に つきだ し た 。 豊雄 は 役人 に も 事情 を 説明 し 、 県 の 家 に 向う こと と な っ た 。 行 っ て み る と 、 あんな に きらびやか だっ た はず の 県 の 家 は 廃墟 と な っ て い た 。 近所 の 人 に 聞 く と 、 三 年 も 前 から ひと は 住 ん で い な い と い う 。 なか から 生臭 い 臭い が 漂 っ て くる 。 武士 の 中 で 大胆 な もの が 先頭 に 立 っ て 、 なか の 様子 を 見 る と 、 ひとり の 美し い 女 が い た 。 これ を 捕まえ よ う と し た その 時 、 大きな 雷 が 鳴り 響 き 、 女 の 姿 は 消え た 。 そして そこ に 、 盗 ま れ て い た 宝物 が 山 の 様 に あ っ た 。 豊雄 の 罪 は 軽 く な っ た けれど も 許 さ れ ず 、 大宅 の 家 が 積 ん だ 金品 に よ り 、 百 日 後 やっと 釈放 さ れ た 。 豊雄 の 姉 は 大和 国 石榴 市 ( つばい ち ) に 嫁 い で い て 、 商人 の 田辺 金 忠 の 家 だっ た 。 豊雄 は 、 そこ に 住 む こと と な っ た 。 春 、 近く の 長谷 寺 に 詣で る ひと の 多 い 中 を 、 あの 真女児 が まろ や と や っ て 来 た 。 恐れ る 豊雄 に 真女児 は 、 自分 が 化け 物 で な い こと を 証明 し て 見せ 、 安心 さ せ た 。 そして 、 あれ は 保身 の ため の 謀略 で あ っ た と 弁解 し 、 金忠 夫婦 の 仲介 も あ っ て 、 ついに 豊雄 は 真女児 と 結婚 する こと と な っ た 。 ふたり は 結 ば れ 、 仲良く 暮ら し た 。 三 月 、 金忠 が 豊雄 夫婦 と 一緒 に 、 吉野 へ 旅 を する こと と な っ た 。 真女児 は 持病 を 理由 に はじめ 拒 ん だ けれど も 、 とりなし も あ っ て 了解 し た 。 旅 は 楽し い もの で 、 吉野 離宮 の 滝 の そば で 食事 を と っ て い る と 、 こちら に や っ て 来る ひと が い る 。 この ひと は 大和 神社 に つかえ る 翁 で 、 たちまち 真女 児 と まろ や の 正体 を みやぶ る と 、 二人 は 滝 に 飛び込 み 、 水 が 湧き出 て 、 どこ か へ 行 っ て しま っ た 。 翁 は 、 あの まま 邪神 と 交わ れ ば 、 豊雄 は 死 ん で しま う ところ だっ た 、 豊雄 が 男 らし さ を も て ば 、 あの 邪神 を 追い払え る から 、 心 を 静か に も ち な さ い 、 と 教え た 。 豊雄 は 紀伊国 に 帰 る こと と な っ た 。 そして 、 芝 の 庄司 の 娘 、 富子 を 嫁 に 迎え る こと に な っ た 。 富子 と の 二 日 目 の 夜 、 富子 は 真女児 に とりつ かれ た 。 そして 、 つれ な い 豊雄 を 、 姿 は 富子 の まま な じっ た 。 気 を 失いかけ た 豊雄 の 前 に まろ や も 姿 を 見せ 、 豊雄 は 恐ろし い 思い を し て その 夜 を 過ご し た 。 次 の 日 、 豊雄 は 庄司 に この こと を 訴え 、 たまたま この 地 に 来 て い た 鞍馬 寺 の 僧侶 に 祈祷 を 頼 む こと に な っ た 。 自信 たっぷり だっ た この 僧 も 、 真女児 に 負け 、 毒気 に あた っ て 介抱 の 甲斐 な く 死 ん で い っ た 。 豊雄 は 自分 の せい で 犠牲 が 出 る こと で 心 を 改め 、 真女児 に 向 い 、 自分 を 好き に し て い い から 、 富子 を 助け て くれ 、 と たの ん だ 。 庄司 は この 事態 を 考え 、 今度 は 道成 寺 の 法海 和尚 に たの む 事 に し た 。 そして 、 法海 は あと で 来る から 、 それ まで 取り押さえ て お く こと を 指示 さ れ た 。 与え られ た 袈裟 で 豊雄 が 真女児 を 取り押さえ て い る と 、 やがて 法海 和尚 が や っ て 来 た 。 豊雄 が 袈裟 を はず し て み る と 、 そこ に は 富子 と 三尺 の 大蛇 が 気 を 失 っ て い た 。 これ と 、 躍りかか っ て き た 小蛇 を とらえ 、 一緒 に 鉢 に 封 じ 、 袈裟 で これ を くる ん で 封じ 、 これ を 寺 に 埋め て 蛇塚 と し た 。 その 後 富子 は 病気 で 死 に 、 豊雄 は つつ が な く 暮ら し た と い う 。 「 青頭 巾 」 に 出 て くる 主人 公 の 改庵 禅師 は 改庵 妙 慶 と い っ て 、 下野 国 大中寺 を 創建 し た こと で 知 ら れ る 実在 する 僧侶 で あ る 。 この 改庵 禅師 が 美濃 国 で 安居 を し た 後 、 東北 の ほう へ 旅 に 出 る 。 下野 国 富田 へ さしかか っ た の は 夕方 の こと だっ た 。 宿 を 求め て 里 に 入 り 大きな 家 を 訪ね る と 、 禅師 を 見 た 下人 たち は 、 山 の 鬼 が 来 た 、 と 騒ぎ立て 、 隅 に 逃げ る 。 出 て き た 主人 は 改庵 を 迎え入れ て もてなし 、 下人 たち の 無礼 を わび 、 誤解 の わけ を 話 し た 。 近く の 山 に 寺 が あ っ て 、 そこ の 阿闍 梨 は 篤学 の すばらし い 僧 で 尊敬 を あつめ て い た が 、 灌頂 の 戒師 を つとめ た 越 の 国 から 一緒 に 連れ 帰 っ た 稚児 に 迷い 、 これ を 寵愛 する よう に な っ た 。 稚児 が 今年 の 四 月 、 病 で 死 ぬ と 、 阿闍 梨 は その 遺体 に 何 日 も 寄り添 っ た まま 、 ついに 気 が 狂 い 、 やがて 死肉 を 食ら い 、 骨 を なめ 、 食 い 尽く し て しま っ た 。 それ から 鬼と 化 し 、 里 の 墓 を あば き 、 屍 を 食 う よう に な っ た の で 、 里 の もの は 恐れ て い る と い う 。 禅師 は これ を 聞 い て 、 古来 伝わ る 様々 な 業障 の はなし を 聞 かせ た 。 そして 、 「 ひとへ に 直 く たくましき 性 の な す 所 な る ぞかし 」 「 心放 せ ば 妖魔 と な り 、 収む る則 は 仏果 を 得 る 」 と 言 い 、 この 鬼 を 教化 し て 、 もと の 心 に もど す 決心 を し た 。 夜 、 禅師 は 件 の 山寺 に 向う と 、 そこ は すっかり 荒れ 果て て い た 。 一夜 の 宿 を 強 く たの む と 、 主 の 僧侶 は 、 好き に な さ れ よ と い い 、 寝室 に 入 っ て い っ た 。 子 の 刻 、 僧侶 が で て き て 禅師 を 探 す が 、 目 の 前 に 禅師 が い て も 、 見え な い よう で 、 通り 過ぎ て 行 っ て しま う 。 あちこち 走り回 っ て 踊り狂 い 、 疲れ て 倒れ て しま っ た 。 夜 が 明け 、 僧 が 正気 に 戻 る と 、 禅師 が 変 ら ぬ 位置 に い る の を 見つけ 、 呆然 と し て い る 。 禅師 は 、 飢え て い る なら 自分 の 肉 を 差し出 し て も い い と 言 い 、 昨夜 は ずっと ここ で 寝 る こと も な く い た と 告げ る と 、 僧 は 自分 の 浅まし さ を 恥じ 、 禅師 を 仏 と 敬 っ た 。 禅師 は 僧 を 教化 する ため 、 僧 を 石 の 上 に 座 ら せ 、 かぶ っ て い た 青頭 巾 を 僧 の 頭 に のせ た 。 そして 、 証道 歌 二 句 を 授け た 。 「 江月 照松 風吹   永夜 清宵 何 所 為 」 そして 、 この 句 の 意味 が わか れ ば 、 仏心 が とりもどせ る と 教え た 。 そして 山 を おり 、 里人 は 山 に 登 っ て は いけ な い と 命 じ 、 東北 へ 旅立 っ て い っ た 。 一 年 後 の 十 月 、 禅師 は 富田 へ 戻 っ て 、 以前 泊ま っ た 家 の 主人 に 様子 を 聞 く と 、 あの あと 鬼 が 山 を 下 っ た こと は 一 度 も な い と い い 、 喜 ん で い る 。 山 に 登 っ て 見 て み る と 、 あの 僧 は 、 荒れ 果て た 寺 の 中 、 石 の 上 で 証道 歌 を つぶや い て い る の だっ た 。 そして 禅杖 を も っ て 「 作麼 生 ( そも さん ) 何 の 所為 ぞ 」 と 頭 を 叩 く と 、 たちまち 僧 の 体 が 氷 が 解け る よう に 消え 、 あと に は 骨 と 頭 の 上 の 青頭 巾 だけ が 残 っ た 。 こう し て 、 僧 の 執念 は 消え去 っ た の で あ っ た 。 改庵 禅師 は その 後 、 寺 の 住職 と な り 、 真言 宗 だっ た 寺 を 曹洞 宗 に 改め 、 栄え た と い う 。 「 貧富 論 」 は 、 いわゆる 銭神 問答 の ひと つ で あ る 。 主人 公 の 岡左内 は 岡野 左内 と も い い 、 蒲生 氏 郷 に つかえ た 。 岡 左内 は 当時 、 金銭 に まつわ る 逸話 が 伝え られ た 人物 で 、 色々 な 書物 に その 名 が 見え る 。 左内 の 有名 な ところ と い え ば 、 富貴 を 願 っ て 倹約 を 尊 び 、 暇 な とき に は 部屋 に 金貨 を 敷き詰め 、 楽し ん だ 。 しかし 吝嗇 と い う こと で は な く 、 ある 下男 が 小判 一 枚 を 蓄え て い る こと を 知 る と 金 の 大事 さ を 説 き 、 これ を とりたて 、 十 両 の 金 を や っ た 。 と い う わけ で 、 庶民 に も 人気 の あ る 奇人 だっ た 。 その 左内 が あ る 夜寝 て い る と 、 枕元 に 小さな 翁 が 現れ た 。 正体 を 聞 く と 、 黄金 の 精霊 を 名乗 っ た 。 ひごろ のうさ を 晴らし に 、 いろいろ な こと を 語 り た い が ため に や っ て 来 た と い う 。 そして 、 世間 の 金銭 を いやし い もの と する 風潮 を なげ い た 。 「 千金 の 子 は 市 に も 死 せ ず 」 「 富貴 の 人 は 王者 の たのしみ を 同じ うす 」 と ことわざ を 唱え 、 清貧 な 生き 方 を する 賢人 は 賢 い けれど 、 金 の 徳 を 重ん じ な い 点 で 賢明 な 行為 で は な い 、 と 断 じ た 。 これ に 、 左内 は 興 に 乗 っ て 、 なぜ 富め る もの の 八 割 が 貪酷 で 残忍 な の か 、 そして 、 真 に すばらし い 働き 者 の 人 が なぜ 貧し いまま な の か 、 これ は 、 仏教 に い う 前業 の せい な の か 、 儒教 の い う 天命 の せい な の か 、 と 質問 を し た 。 翁 は 、 その 仏教 の 教え は い い 加減 な もの で あ る と 批判 し 、 自分 の 考え を のべ た 。 つまり 、 金 と は 非情 の もの で あ り 、 「 天 の 随 ( まにまに ) な る 計策 ( た ばかり ) 」 、 自然 の 道理 に よ っ て 動 く もの で 、 善悪 の 論理 は 介在 し な い こと 、 金銭 を 尊重 する ひと の ところ に 集ま る もの 、 金銭 を ため る こと は 技術 な の だ 、 だ から 、 前業 も 天命 も 関係 な い 、 と 。 左内 は これ を 聞 い て 、 ひごろ の 疑問 が 解決 し た こと を 喜 び 、 もう 一 つ 、 これ から の 世 の 勢力 の 動き に つ い て 翁 に 尋ね た 。 翁 は これ に 、 「 富貴 」 を 観点 と し て 武将 を 論 じ た 。 そして 、 上杉 謙信 、 武田 信玄 、 織田 信長 の あと 、 豊臣 秀吉 が 天下 を と っ た が 、 これ も 長 く な い だ ろ う 、 と 予言 し た 。 そして 、 八字 の 句 を うた っ た 。 「 堯蓂 日杲   百 姓 帰家 」 。 夜明け が 近 く な り 、 翁 は あいさつ を し て 姿 が 見え な く な っ た 。 左内 は 与え られ た 詩 に つ い て 考え 、 その 意味 に 思い至 る と 、 これ を 深 く 信じ る よう に な っ た 。 そして 、 世の中 は 、 その 通り に 動 い て い っ た 。 雨月 物語 1953 年 製作 、 日本 の 映画 作品 。 監督 溝口 健二 。 「 浅茅 が 宿 」 と 「 蛇性 の 婬 」 の 2 編 を 川口 松太郎 と 依田 義賢 が 脚色 し た 。 舞台 は 近江 国 と 京 に 設定 さ れ て い る 。 出演 は 京 マチ子 、 田中 絹代 ほか 。 ベネチア 国際 映画 祭銀 獅子 賞 を 受賞 を し た 。 著作 権 の 保護 期間 が 完全 に 終了 ( 公開 後 50 年 と 監督 没後 38 年 の 両方 を 満た す ) し た こと から 現在 パブリック ドメイン DVD が 発売 さ れ て い る 。 京都 妖怪地図 ・ 嵯峨野 に 生き る 900 歳 の 新妻 1980 年 に テレビ 朝日 系 「 土曜 ワイド 劇場 」 で 放映 さ れ た テレビ ドラマ 。 映画 作品 と 同じ 原作 の なか から 「 浅茅 が 宿 」 と 「 蛇性 の 婬 」 を 用い て 、 映画 作品 へ の オマージュ に も 仕上が っ て い る 。 監督 は 、 かつて 映画 作品 で 助 監督 を 担当 し て い た 田中 徳三 。 制作 スタッフ は 必殺 シリーズ を 作 っ て き た 松竹 ( 実質 は 京都 映画 撮影 所 ) で 娯楽 作品 ながら も 必殺 シリーズ 特有 の 映像 美 も 兼ね備え た 丁寧 な 作り が な さ れ て い る 。 世 に も ふしぎ な 物語 1991 年 、 講談 社 KK 文庫 発行 。 那須 正幹 が 「 菊花 の 約 」 ・ 「 青頭 巾 」 ・ 「 浅茅 が 宿 」 ・ 「 蛇性 の 婬 」 ・ 「 夢応 の 鯉魚 」 を それぞれ 「 約束 」 ・ 「 鬼 」 ・ 「 やけあと 」 ・ 「 へび の 目 」 ・ 「 げんごろう ぶ な 」 と い う 題名 で 子供 向け に 翻案 し た もの 。 那須 は 「 日本 人 の 心 に 昔 から 根づ い て い た 怪奇 な もの へ の 憧れ と い っ た もの を 現代 に 再現 でき な い だ ろ う か 」 と 考え 、 執筆 し た と い う 。 絵 は 小林 敏也 が 担当 。 夜会 Vol . 5 中島 みゆき の 舞台 「 夜会 」 Vol . 5 ( 1993 年 ) の タイトル が 、 「 花 の 色 は   うつり に けりな   いた づら に   わが 身世 に ふる   ながめせ し 間 に 」 で あ る 。 ポスター に は 十 二 単 を 着 て 小野 小町 に 扮 し た 中島 みゆき が 後姿 で 写 っ て い る 。 ストーリー は 、 小野 小町 の 伝承 と 、 雨月 物語 の 中 の 「 浅茅 が 宿 」 を モチーフ に し て い る 。 雨月 の 使者 1987 年 に 日本 放送 協会 で 放映 さ れ た 1 時間 半 の テレビ ドラマ 。 唐 十郎 が 脚本 、 三枝 健起 が 演出 を し た 。 主演 は 杉本 哲太 と 横山 めぐみ 。 兄妹 に アレンジ さ れ て い る が 、 「 蛇性 の 婬 」 に 着想 を 得 て つく ら れ て い る 。 唐 十郎 が 作詞 し た 同名 の 主題 歌 を 、 中島 みゆき が 作曲 し て 歌 っ て お り 、 中島 みゆき の アルバム 時代 - Timegoesaround - に 収録 さ れ た 。 2005 年 11 月 うずらっぱ ( Beepa ) に よ り 石田 彰 を 読み手 と し て 「 菊花 の 約 」 が 朗読 CD 化 さ れ た 。 +『 方丈 記 』 ( ほうじょうき ) は 、 鴨 長明 ( かも の ちょうめい 、 かもの な が あきら ) に よ っ て 書 か れ た 日本 の 中世 文学史 の 代表 的 な 随筆 。 鴨 長明 が 晩年 、 日野山 に 方丈 ( 一丈 四方 ) の 庵 を 結 ん だ こと から 「 方丈 記 」 と 名づけ た 。 鎌倉 時代 、 1212 年 ( 建暦 2 年 ) に 記 さ れ た と さ れ る が 、 原本 は 残 っ て い な い と 見 られ る 。 現存 する 最古 の 写本 は 大福光 寺 本 で あ り 、 しばしば 研究 の 底本 と さ れ る 。 漢字 と 片仮名 、 もしくは 漢字 と 平仮名 の 混ざ っ た 和漢 混淆 文 で 書 か れ た もの と し て は 、 最初 の 優れ た 文芸 作品 で あ る 。 また 、 乱世 を いかに 生き る か と い う 自伝 的 な 人生 論 で も あ る 。 吉田 兼好 の 『 徒然 草 』 が 書 か れ た の は 、 この 後 およそ 10 0 年 後 で あ る 。 清少 納言 の 『 枕草子 』 と あわせ て 日本 三 大 一覧 歴史 ・ 風刺 と も 呼 ば れ る 。 また 、 隠棲 文学 の 祖 と も さ れ る 。 ( 慶滋 保胤 の 『 池亭 記 』 を 祖 と する 説 も あり ) 鴨 長明 無常観 の 文学 と 言 わ れ る 。 冒頭 で 移り 行 く もの の はかなさ を 語 っ た 後 、 同 時代 ・ また は 過去 の 災厄 に つ い て の 記述 が 続 き 、 後半 に は 自ら の 草庵 で の 生活 が 語 ら れ る 。 さらに 末尾 で は 草庵 の 生活 に 愛着 を 抱 く こと さえ も 悟り へ の 妨げ と し て 否定 する 。 「 ゆく 河 の 流れ は 絶え ず し て 、 しかも 、 もと の 水 に あ らず 。 淀み に 浮か ぶ うたかた は 、 かつ 消え 、 かつ 結び て 、 久し く とどま り た る 例 なし 。 」 「 干時 、 建暦 の ふた と せ 、 やよひ の つごもり ごろ 、 桑門 の 蓮胤 、 外山 の 庵 にて 、 これ を し る す 。 」 明快 で 、 流麗 。 詠嘆 表現 や 対句 表現 を 多用 する 。 和漢 混交文 。 安元 三 年 ( 1177 ) の 都 の 火災 、 治承 四 年 ( 1180 ) に 同じく 都 で 発生 し た 竜巻 および その 直後 の 遷都 、 養和 年間 ( 11 81 ~ 11 8 2 ) の 飢饉 、 さらに 元暦 二 年 ( 1185 ) に 都 を 襲 っ た 大 地震 など 、 その 前半 部分 は もっぱら 天変 地異 に 関 する 記述 を 書き連ね て い る 。 後半 部分 に 見 られ る 、 およそ 貴族 と は 言え な い よう な 不遇 を なぜ 自分 が かこ た な けれ ば な ら な かっ た の か 、 その 説明 、 あるいは 言い 訳 で あ る と も 想像 さ れ る が 、 今日 的 な 防災 と い う 観点 から 見 れ ば 、 きわめて 貴重 で 興味 深 い 資料 と な っ て い る 。 安元 の 火災 安元 三 年 ( 1177 ) 四 月 二十 八 日 午後 八 時 頃 、 都 の 東南 ( 現在 の JR 京都 駅 付近 か ) で 、 舞人 の 宿屋 が 火 の 不 始末 が 原因 で 出火 し た 。 災 は またた く 間 に 都 の 西北 に 向か っ て 燃え 広が り 、 朱 雀門 ・ 大極 殿 ・ 大学 寮 ・ 民部 省 など が 一夜 の うち に 灰燼 に 帰 し た 。 公卿 の 邸宅 だけ で も 十 六 軒 、 一般 家屋 に 至 っ て は 都 の 三 分 の 一 が 焼失 し た 。 死者 は 数十 人 ( 『 平家 物語 』 の 記述 で は 数百 人 ) で あ っ た 。 治承 の 竜巻 治承 四 年 ( 1180 ) 四 月 、 中 御門 大路 と 東京 極 大路 の 交差 点 付近 ( 現在 の 京都 市 上京 区 松蔭 町 、 京都 市 歴史 資料 館 の 辺り か ) で 大きな 竜巻 ( 長明 は 『 辻風 』 と 記述 ) が 発生 し た 。 風 は 周囲 に あ る もの を あっ と い う 間 に 飲み込 み 、 家財 道具 や 檜皮 、 葺板 など が 、 あたかも 冬 の 木 の 葉 の よう に 宙 を 舞 っ た 。 風 の 通 っ た あと に は 、 ぺしゃんこ に 潰 れ たり 、 桁 や 柱 だけ に な っ た 家 が 残 さ れ た 。 竜巻 は 市街 地 を 南南西 に 向か っ て 走り抜け 、 現在 の 東本 願 寺 の 手前 辺り で 消滅 し た もの と 思 わ れ る 。 養和 の 飢饉 養和 年間 ( 11 81 ~ 11 8 2 ) の 頃 、 二 年間 に わた っ て 飢饉 が あ り 、 諸国 の 農民 で 逃散 する 者 が 多 かっ た 。 朝廷 は 様々 な 加持 祈祷 を 試み た が 甲斐 な く 、 諸 物価 は 高騰 し 、 さらに 疫病 が 人々 を 襲 っ た 。 仁和 寺 の 隆暁 法印 と い う 人 が 無数 の 餓死 者 が 出 た こと を 悲しみ 、 行き交 う ごと に 死者 の 額 に 「 阿 」 の 字 を 書 い て 結縁 し 、 その 数 を 数え た ところ 、 四 万 二千 三百 余 に 達 し た と い う 。 なお 、 この 飢饉 は 自然 発生 的 な もの で は な く 、 源 頼朝 ・ 木曽 義仲 の 挙兵 や 平氏 の 福原 遷都 に よ っ て 都 へ の 貢米 が 押しとどめ られ 、 食糧 難 に 襲 わ れ た もの で あ る と 想像 さ れ る 。 元暦 の 地震 元暦 二 年 ( 1185 ) 七 月 九 日 、 大きな 地震 が 都 を 襲 っ た 。 山 は 崩れ 海 は 傾 き 、 土 は 裂け て 岩 は 谷底 に 転げ 落ち た 。 余震 は 三 ヶ月 に も わた っ て 続 い た と い う 。 +徒然 草 ( つれづれ ぐさ ) は 、 吉田 兼好 こ と 卜部 兼好 ( うらべ かねよし ) が 書 い た 随筆 。 清少 納言 の 『 枕草子 』 、 鴨 長明 の 『 方丈 記 』 と 合わせ て 日本 三 大 一覧 歴史 ・ 風刺 の 一 つ と 評価 さ れ て い る 。 鎌倉 時代 、 1330 年 8 月 から 1331 年 9 月 頃 に まとめ られ た と する 説 が 主流 で あ る が 、 数 多く の 説 が あ り 定説 は な い 。 中年 期 の 兼好 が 著 し た 事 に な る が 、 若 い 時代 に 書 い た 文章 も 含 ま れ て い る と い う 説 も あ る 。 和漢 混淆 文 と 、 仮名 文字 が 中心 の 和文 が 混在 し て い る 。 序段 を 含め て 244 段 から 成 る 。 序段 に は 兼好 が 「 つれづれ な る まま に 」 ( 退屈 を 凌 ぐ ため に ) 書 い た と あ る が 、 実際 は 兼好 の 思索 や 雑感 、 逸話 を 通 じ て 、 いかに 生き る か を 探求 する 作品 。 内容 は 兼好 が 歌人 、 古典 学 者 、 能書 家 など で あ っ た こと を 反映 し 、 多岐 に わた る 。 隠者 の 文学 と 言 わ れ て い る 。 吉田 兼好 が 仁和 寺 が あ る 双が丘 ( ならび がおか ) に 居 を 構え た ため か 、 仁和 寺 に 関 する 説話 が 多 い 。 執筆 後 100 年 は 注目 さ れ な かっ た が 、 室町 中期 に 僧 ・ 正徹 が 注目 。 江戸 時代 に は 加藤 磐斎 の 『 徒然 草抄 』 ( 1661 年 、 寛文 1 年 ) 北村 季吟 の 『 徒然 草 文 段 抄 』 ( 1667 年 、 寛文 7 年 ) と い っ た 注釈 書 が 書 か れ 、 町人 など に 愛読 さ れ て 江戸 期 の 文化 に 多大 な 影響 を 及ぼ し た 。 それ だけ に 写本 は 江戸 時代 の もの が 多 く 、 室町 時代 の もの は 非常 に 少な い 。 室町 幕府 の 九州 探題 で あ る 今川 貞世 ( 了俊 ) は 吉田 兼好 の 弟子 の 命松丸 と も 親交 が あ り 、 兼好 の 没後 、 編纂 に 関わ っ て い る と も 言 わ れ る はず で あ る 。 つれづれ な る ま ゝ に 、 日暮ら し 、 硯 に むか ひ て 、 心 に うつりゆく よしなし 事 を 、 そこ は か と な く 書きつく れ ば 、 あやし う こそ ものぐる ほし けれ 。 〔 暇 を もて余 し て い る まま に 、 一 日 中 ( 筆 を 執 っ て ) 硯 に 向か っ て 、 心 に 浮か ん で くる とりとめ の な い 事 を 、 何 と な く 書き 綴 る と 、 怪し く 物狂 おし い 。 〕 +『 新古 今 和 歌集 』 ( しんこ きん わかしゅう ) は 鎌倉 時代 初期 、 後鳥 羽 天皇 の 勅命 に よ っ て 編 ま れ た 勅撰 和 歌集 。 古今 和 歌集 以後 の 8 勅 撰 和 歌集 、 いわゆる 「 八代 集 」 の 最後 を 飾 る 。 『 古今 集 』 を 範 と し て 七 代 集 を 集大成 する 目的 で 編 ま れ 、 新興 文学 で あ る 連歌 ・ 今様 に 侵蝕 さ れ つ つ あ っ た 短歌 の 世界 を 典雅 な 空間 に 復帰 さ せ よ う と し た 歌集 。 古今 以来 の 伝統 を 引き継 ぎ 、 かつ 独自 の 美 世界 を 現出 し た 。 「 万葉 集 」 「 古今 」 と 並 ん で 三 大 歌風 の 一 で あ る 「 新古 今調 」 を 作 り 、 和歌 のみ な ら ず 後世 の 連歌 ・ 俳諧 ・ 謡曲 へ 絶大 な 影響 を 残 し た 。 古今 に 倣 っ て 複数 人 の 撰者 を 持 つ 。 堀川 通具 ・ 藤原 有家 ・ 藤原 定家 ・ 藤原 家隆 ( 従二 位 ) ・ 飛鳥井 雅経 ・ 寂蓮 の 六 人 に 撰者 の 院宣 が 下 っ た が 、 寂蓮 は 完成 を 見 ず に 没 し た 。 和歌 所 設置 に 際 し 、 撰者 を 含 む 十 一 名 の 寄人 と 開闔 源 家長 が 任命 さ れ 、 後鳥 羽 院 自身 も 歌 を 親選 し たり し て 深 く 関わ っ た 。 院 歌壇 の 歌人 の ほとんど が 編纂 に 参加 し 、 何十 年 に も わた っ て 改訂 工作 が 続 い た と い う 、 八代 集 の 中 で も 稀有 な 存在 。 建仁 元年 ( 120 1 年 ) 7 月 和歌 所 を 設置 、 同年 11 月 撰進 の 院宣 が 下り 、 元久 元年 ( 120 4 年 ) に 選定 、 翌 2 年 3 月 26 日 完成 し 奏覧 ・ 竟宴 。 その 後 、 建保 4 年 ( 1216 年 ) 12 月 まで 切継 作業 が 続 い た 。 一般 的 に 4 つ の 期間 に 別れ る 。 第 1 期 - 建仁 元年 ( 120 1 年 ) の 下命 時 から 、 撰者 達 が 歌 を 集め て くる まで で あ る 。 代々 の 勅撰 集 に 漏れ た 秀歌 や 、 六百 番 歌合 ( 良経 主催 ) と 千 五百 番 歌合 ( 上皇 主催 ) が 撰歌 の 母胎 と な っ た 。 第 2 期 - 上皇 自ら に よ り 歌 の 吟味 、 選別 を し た 時期 。 第 3 期 - 歌 の 部類 、 配列 を し た 時期 。 撰者 以外 の 寄人 も 作業 に 加わ る 。 元久 元年 ( 120 4 年 ) まで に 一旦 完成 し た 。 第 4 期 - 歌 の 修正 、 切継 を し た 時期 。 承元 四 年 ( 1210 年 ) - 建保 四 年 ( 1216 年 ) の 間 に 最終 的 に 完成 し た 。 巻 は 20 巻 で 、 春歌 ( 上下 ) 夏 歌 秋歌 ( 上下 ) 冬歌 賀 歌 哀傷 歌 離別 歌 羇旅 歌 恋歌 ( 一 ~ 五 ) 雑歌 ( 上中 下 ) 神祇 歌 釈教歌 巻頭 の 仮名序 は 九条 良経 、 巻末 の 真名 序 は 藤原 親経 に よ る 。 歌数 は 八代 集中 最多 の 1979 首 を 収録 し 、 すべて 短歌 で あ る 。 配列 は 巧み で 、 四季 巻 は 季節 の 推移 順 、 恋歌 は 恋 の 進行 程度 順 に 並べ られ て お り 、 古代 の 歌人 と 当時 の 歌人 を 交互 に お い て あ る 。 入集 し た 歌人 の うち で は 西行 の 作 が 94 首 と 最も 多 く 、 以下 慈 円 、 藤原 良経 、 藤原 俊成 、 式子 内 親王 ( 女流 最多 ) 、 藤原 定家 、 家隆 、 寂蓮 、 後鳥 羽 上皇 の 順 で あ る 。 万葉 歌人 の 作 も 多少 含 ま れ て い る 。 新古 今 調 と い え ば 、 唯美 的 ・ 情調 的 ・ 幻想 的 ・ 絵画 的 ・ 韻律 的 ・ 象徴 的 ・ 技巧 的 など の 特徴 が 挙げ られ る 。 定家 の 父 俊成 に よ っ て 提唱 さ れ た 幽玄 、 有心 の 概念 を 、 定家 が 発展 さ せ て 「 余情 妖艶 の 体 」 を 築き上げ 、 これ が 撰歌 に 大き く 反映 さ れ て い る 。 また 、 鎌倉 幕府 成立 以降 、 政治 の 実権 を 奪 わ れ た 貴族 社会 の 衰退 の 中 で 、 滅び や 自然 へ の 見 方 に 哀調 が あ る と 指摘 さ れ る 。 また この頃 は 題詠 が 盛ん に 行 わ れ て い た こと に よ り 、 より 華やか な 技巧 に あふれ て い る 。 題詠 に よ っ て 現実 的 な 心情 変化 の 歌 で は な く 、 定め られ た お題 の 中 で より 複雑 に 工夫 さ れ た 象徴 的 な 歌 が 主流 に な っ て 行 っ た 。 特に 上代 以来 の 数々 の 和歌 の 歴史 が 可能 に し た 数 多く の 本歌 取り に 特徴 が あ る 。 また 技法 と し て 、 余韻 ・ 余情 を かきたて る 体言止め 、 七五 調 の 初句切れ ・ 三 句 切れ など が 使 わ れ て い る 。 隠岐 本 に つ い て 承久 の 乱 ( 1221 年 ) に よ り 隠岐 国 に 流 さ れ た 後 も 後鳥 羽 上皇 は 十 八 年 の 時間 を かけ て 彫琢 を 加え 、 新古 今 和 歌集 から 約 400 首 ほど 除 い た も の こそ 正統 な 新古 今 和 歌集 で あ る と い う 詔 を 出 し た ( 「 隠岐 本 識語 」 参照 ) 。 これ を 「 隠岐 本   新古 今 和 歌集 」 と 呼 ん で い る 。 この 記事 に 述べ られ て い る の は 隠岐 本 で は な く 、 現在 で は 完全 成立 直後 の もの が 正統 と さ れ て い る 。 +紀 貫之 ( き の つらゆき 、 貞観 ( 日本 ) 8 年 また は 14 年 ( 866 年 、 872 年 ) 頃 ? - 天慶 9 年 5 月 18 日 ( 旧暦 ) ( 945 年 6 月 19 日 ) ? ) は 、 日本 の 平安 時代 前期 から 中期 の 歌人 、 随筆 家 で あ る 。 三十 六 歌仙 の 1人 。 紀 友則 は 従兄弟 に あた る 。 男性 。 幼名 は 阿古 屎 ( あこくそ ) 。 90 5 年 ( 延喜 5 年 ) 、 醍醐 天皇 の 命 に よ り 初 の 勅撰 和 歌集 『 古今 和 歌集 』 を 紀友則 、 壬生 忠岑 、 凡河内 躬恒 と 共 に 編纂 し 、 平仮名 に よ る 序文 で あ る 仮名序 を 執筆 し た 。 「 和歌 は 、 人 の 心 を 種 と し て 、 万 の 言 の 葉 と ぞ なれ り ける 」 で 始ま る それ は 、 後代 に 大きな 影響 を 与え た 。 また 、 『 小倉 百 人 一首 』 に も 和歌 が 収録 さ れ て い る ( 人 は い さ 心 も 知 ら ず ふるさと は 花 ぞ 昔 の 香 に に ほひけ る ) 。 随筆 家 と し て は 『 土佐 日記 』 の 著者 と し て 有名 で あ る 。 男 は 漢文 を 書 く の が 常識 と さ れ て い た 時代 に 、 女 の 作者 を 装 っ て 土佐 国 から 京都 まで の 紀行 を 平仮名 で 綴 っ た 。 その ため 本文 中 の 語り手 も 女性 で あ る 。 日本 文学 史 上 、 おそらく 初めて の 平仮名 に よ る 優れ た 散文 で あ り 、 その 後 の 日記 文学 や 随筆 、 女流 文学 の 発達 に 大きな 影響 を 与え た 。 ※ 日付 = 明治 5 年 12 月 2 日 まで は 旧暦 。 866 年 ( 貞観 _ ( 日本 ) 8 ) ? - 872 年 ( 貞観 14 ) ? 、 この ころ 生まれ る ? 90 5 年 ( 延喜 5 ) 4 月 、 醍醐 天皇 の 勅命 に よ り 『 古今 和 歌集 』 を 選者 の 1人 と し て 編纂 。 90 6 年 ( 延喜 6 ) 2 月 、 越前 権 少掾 に 任官 。 907 年 ( 延喜 7 ) 2 月 27 日 、 内膳 典膳 に 遷任 。 9 月 、 宇多 天皇 が 大井川 に 外出 さ れ た 際 に 、 歌 や 序 を 供奉 。 910 年 ( 延喜 10 ) 2 月 、 少内 記 に 遷任 。 913 年 ( 延喜 1 3 ) 4 月 、 大内記 に 転任 。 913 年 ( 延喜 13 ) 、 『 亭子 院 歌合 』 に 参加 。 屏風画 など を 作 る 。 917 年 ( 延喜 17 ) 1 月 7 日 、 従 五 位 下 に 叙位 。 大内記 如 元 。 加賀介 兼任 。 918 年 ( 延喜 18 ) 2 月 、 美濃介 兼任 。 加賀 介任替 。 923 年 ( 延喜 23 ) 2 月 、 大 監物 に 遷任 。 929 年 ( 延長 7 ) 9 月 、 右京 亮 に 転任 。 930 年 ( 延長 8 ) 1 月 、 土佐守 に 遷任 。 醍醐 天皇 の 勅命 に よ り 『 新 選 和 歌集 』 を 編纂 。 935 年 ( 承平 ( 日本 ) 5 ) 2 月 、 土佐守 の 任 を 終え 、 帰洛 。 後 に この 紀行 を 参考 に 、 『 土佐 日記 』 を 書 く 。 940 年 ( 天慶 3 ) 3 月 、 玄蕃 頭 に 任官 。 943 年 ( 天慶 6 ) 1 月 7 日 、 従 五 位 上 に 昇叙 。 玄蕃 頭 如 元 。 945 年 ( 天慶 8 ) 3 月 28 日 、 木工 権頭 に 遷任 。 同年 没 ? 190 4 年 ( 明治 37 ) 4 月 18 日 、 贈従 二 位 。 霞 たちこ の めも 春 の 雪 ふれ ば 花 な き さと も 花 ぞ ちりける ( 古今 9 ) 袖 ひ ち て むすび し 水 の こ ほれ る を 春立 つけふ の 風 や と くらん ( 古今 2 ) 人 は い さ 心 も 知 ら ず ふるさと は 花 ぞ 昔 の 香 に に ほひけ る ( 百 人 一首 35 ) 吉野川 い は なみ たか く 行 く 水 の は やく ぞ 人 を 思 ひそめ て し ( 古今 4 7 1 ) +土佐 日記 ( と さ にっき ) は 、 紀 貫之 が 土佐 の 国 から 京都 まで 帰京 する 最中 に 起き た 出来事 や 思い など を 書 い た 日記 。 原本 は 土左 日記 ( とさの に き ) と あ っ た と み られ る 。 成立 は 935 年 ( 承平 ( 日本 ) 5 年 ) 頃 と 言 わ れ る 。 930 年 ( 延長 ( 元号 ) 8 年 ) から 934 年 ( 承平 4 年 ) 土佐 国 の 国司 だっ た 貫之 が 、 任期 を 終え て 土佐 から 京 へ 戻 る まで の 55 日間 の 紀行 を 、 女 の 作者 を 装 っ て 平仮名 で 綴 っ た 。 この 時代 男性 の 日記 は 漢文 で 書 く の が 当たり前 で あ り 、 その ため 、 紀 貫之 に 従 っ た 女性 と 言 う 設定 で 書 か れ た 。 57 首 の 和歌 も 含 ま れ て い る 。 執筆 の 内容 は さまざま で あ る が 、 中心 に は 土佐 国 で 亡くな っ た 愛娘 を 思 う 心情 で あ る 。 この 悲嘆 を 距離 を 置 い て 描 く 為 に 、 男性 の 自身 や 従者 で な く 、 仕え る 女房 と い う 体裁 を と っ た と も 考え られ て い る 。 日本 文学 史 上 、 おそらく 初めて の 『 日記 文学 』 で あ っ た が 、 現代 の 日記 と い う より 紀行 に 近 い 要素 も も っ て い た 。 その 後 の 平仮名 に よ る 表現 、 特に 女流 文学 の 発達 に 大きな 影響 を 与え て い る 。 『 蜻蛉 日記 』 、 『 和泉 式部 日記 』 、 『 紫式 部 日記 』 、 『 更級 日記 』 など の 作品 に も 影響 を 及ぼ し た 可能 性 は 高 い 。 以下 に 作中 の 日付 と 行程 を 記 す 。 12 月 21 日   ( 出発 ) 国府   → ( 到着 ) 大津 12 月 25 日   ( 出発 ) 大津   → ( 到着 ) 国府 12 月 26 日   ( 出発 ) 国府   → ( 到着 ) 大津 12 月 27 日   ( 出発 ) 大津   → ( 到着 ) 浦戸 12 月 28 日   ( 出発 ) 浦戸   → ( 到着 ) 大湊 1 月 9 日   ( 出発 ) 大湊   → ( 到着 ) 奈半 1 月 11 日   ( 出発 ) 奈半   → ( 到着 ) 室津 1 月 21 日   ( 出発 ) 室津   → ( 到着 ) 1 月 22 日   ( 出発 )   → ( 到着 ) 1 月 26 日   ( 出発 )   → ( 到着 ) 1 月 29 日   ( 出発 )   → ( 到着 ) 土佐 泊 1 月 30 日   ( 出発 ) 土佐泊   → ( 到着 ) 和泉 の 灘 2 月 5 日   ( 出発 ) 和泉 の 灘   → ( 到着 ) 澪標 2 月 6 日   ( 出発 ) 澪標   → ( 到着 ) 河尻 2 月 7 日   ( 出発 ) 河尻   → ( 到着 ) 2 月 8 日   ( 出発 )   → ( 到着 ) 鳥飼 の 御牧 2 月 9 日   ( 出発 ) 鳥飼 の 御牧   → ( 到着 ) 鵜殿 2 月 11 日   ( 出発 ) 鵜殿   → ( 到着 ) 山崎 2 月 16 日   ( 出発 ) 山崎   → ( 到着 ) 京 貫之 自筆 本 は 現存 し な い が 、 15 世紀 末 まで は 蓮華 王院 の 宝蔵 に 蔵 さ れ て お り 、 その 間 に 藤原 定家 ( 1235 年 ) ・ 藤 原 為家 ( 1236 年 ) ・ 松本 宗綱 ( 1490 年 ) ・ 三 条 西 実隆 ( 1492 年 ) ら に よ り 書写 さ れ た 以下 の 4 系統 が 知 ら れ る 。 わけ て も 定 家 本 は 巻末 の 2 面 を 臨摸 し て お り 、 原本 が 失 わ れ た 今 と な っ て は 貫之 の 文字 遣い を 知 る こと の 出来 る 極めて 貴重 な 存在 と な っ て い る 。 ちなみ に 、 臨摸 し た 部分 以外 に つ い て は 、 定家 は 原本 の 仮名遣 に よ ら ず 自ら 考案 し た 定家 仮名遣 に 従 っ て 書き直 し て い る が 、 子 の 為 家 の 書写 本 は 臨摸 まで は し て い な い もの の 、 原本 の 仮名遣通り に 書写 し て い る ため 、 本 全体 と し て は 為家 書 写 本 が 最善 本 と い う 評価 を 与え られ て い る 。 池田 亀鑑 は 諸本 の 研究 の 上 、 120 種 以上 に 及 ぶ 写本 群 から 自筆 本 再構 の ため に 証本 を 選 ん だ 。 それ に は * を 付 す 。 証本 と は さ れ な かっ た が 系統 上 主要 な 写本 も 示 す 。 定家 筆本 ( 前田 育徳 会 尊 経 閣 文庫 蔵 ) * 御物 本 玄陳 筆本 ( 現存 せ ず ) 為家 筆本 ( 大阪 青山 歴史 文学 博物 館 蔵 ) 青谿 書 屋 本 ( 東海 大学 附属 図書 館 桃園 文庫 蔵 ) * 烏丸 広光 筆本 ( 現存 せ ず ) 宗綱 筆本 ( 現存 せ ず ) 近衛 家本 * 八条 宮本 ( 現存 せ ず ) 宮内 庁 書陵 部本 * 実隆 筆 本 ( 現存 せ ず ) 三条 西 家本 * ? 大島 家本 * もっとも 古 い もの は 文暦 2 年 の 定家 筆写 時 の 鑑定 で あ ろ う 。 三条 西 実隆 は 、 筆写 の おり 句読点 や 声 点 を 施 し 、 ほか に も 校合 が 試み られ て い る 。 元和 ( 日本 ) ・ 寛永 の ころ に な っ て 註釈 的 研究 が 盛ん に な り 、 岸本 由豆流 が 諸抄 論 に お い て あげ た 『 土佐 日記 聞 書 』 など は 、 その 最初 の もの で あ る 。 加藤 盤斎 の 『 土佐 日記見 聞抄 』 は 年代 が な く 成立 年 は 不明 で あ る が 、 万治 4 ( 1661 年 ) 年 の 跋 が あ る 人見 卜幽 の 『 土佐 日記 附 注 』 、 北村 季吟 の 『 土佐 日記抄 』 など と 同 時期 の もの で あ る ら しい 。 本居 宣長 は 『 土佐 日記抄 』 に は 『 土佐 日記 附 注 』 の 影響 が 見 られ る と する が 、 岸本 由豆流 は 、 両書 で 引用 し て い る 古典籍 の 相違 が 説明 でき な い と 指摘 し て い る 。 寛永 4 年 5 月 に 刊行 さ れ た 『 土佐 日記 首 書 』 は 、 ほとんど 『 土佐 日記抄 』 の まま で あ る 。 加藤 宇 万 伎 は 、 契沖 と 賀茂 真淵 と の 説 を 併記 し た 『 土佐 日記註 』 を 書 い た 。 また 上田 秋成 は 、 真淵 の 説 に 自ら の 説 を 添え た もの を 刊行 し て い る 。 さらに 真淵 の 説 は 、 楫取 魚彦 に よ っ て 、 別 に 書き記 さ れ 、 『 土佐 日記 打聞 』 や 『 土佐 日記 聞 書 』 と な っ た 。 『 土佐 日記註 』 と 『 土佐 日記 打聞 』 と で 説 の 相違 が あ る の を 、 岸本 は 、 「 魚彦 が し るせる は 県居翁 の 早 く の 説 、 宇 万 伎 が し るせる は 、 後 の 説 な る べし 」 と し て い る 。 岸本 由豆流 は 、 のち 、 『 土佐 日記 考証 』 ( 文化 ( 元号 ) 1 2 ( 1 815 年 ) 年 ごろ か ) を あらわ し 、 諸抄 を 取捨 選択 、 綿密 な 考証 を こころみ 、 富士谷 御杖 は 『 土佐 日記灯 』 を あらわ し て 一大 研究 を うちたて た 。 香川 景樹 も 『 土佐 日記 創見 』 ( 文政 6 ( 1 823 年 ) 年 ) を 著 し 、 綿密 な 考証 を な し て い る 。 この 3 著 は 研究 史 上 重要 な もの で あ る 。 これ ら の 研究 は 本文 批評 や 諸本 研究 上 高 い 成 か を もたら し た だけ で な く 、 文体 、 動機 など に まで 論 を 推し進め て い る 。 明治 に いた って 前田 家本 や 三条 西 家本 が 公開 さ れ 、 橘純 一 や 山田 孝雄 など に よ っ て 本文 研究 が 進め られ た 。 わけ て も 、 原本 を 忠実 に 写 し た と さ れ る 青谿 書 屋本 など を もと に し て 池田 亀鑑 が な し た 『 古典 の 批判 的 処置 に 関 する 研究 』 ( 1941 年 ) に いた って ほとんど 完成 する に 至 っ た 。 +小野 小町 ( おのの こまち 、 大同 ( 日本 ) 4 年 ( 809 年 ) 頃 - 延喜 元年 ( 901 年 ) 頃 ) は 、 平安 前期 9 世紀頃 の 女流 歌人 。 六 歌仙 ・ 三十 六 歌仙 の 1人 。 出羽 郡司 小野 良真 ( 小野 篁 の 息子 ) の 娘 と い わ れ る 。 仁明 天皇 の 更衣 ( 女官 ) だっ た ら しい 。 また 文徳 天皇 の 頃 も 仕え て い た ら しい 。 「 町 」 の 字 は 後宮 に 仕え た 女性 に 用い られ る 。 また 彼女 は 絶世 の 美女 と し て 七 小町 など 数々 の 逸話 が あ り 、 能 や 浄瑠璃 など の 題材 と し て も 使 わ れ る 。 小野 小町 に 材 を と る 作品 を 総称 し て 「 小町 物 」 と い う 。 作品 歌風 は その 情熱 的 な 恋愛 感情 が 反映 さ れ 、 繊麗 ・ 哀婉 、 柔軟 艶麗 で あ る 。 「 古今 和 歌集 」 序文 に お い て 紀 貫之 は 彼女 の 作風 を 、 「 万葉 集 」 の 頃 の 清純 さ を 保 ち ながら 、 なよやか な 王朝 浪漫 性 を 漂 わ せ て い る と し て 絶賛 し た 。 文屋 康秀 ・ 僧正 遍昭 と の 贈答 歌 も あ る 。 次 の 歌 から も 美女 で あ っ た 事 が 窺え る 。 伝承 生まれ に は 多数 の 説 が あ る が 現在 の 秋田 県 湯沢 市 小野 ( 旧 雄勝 郡 雄勝 町 ( 秋田 県 ) 小野 ) と い う 説 が 主流 と な っ て お り 、 晩年 も 同地 で 過ご し た と する 地域 の 言い伝え が 残 っ て い る ( 福井 県 越前 市 生まれ と い う 説 も あ る ) 。 米 の 品種 「 あきた こまち 」 や 、 秋田 新 幹線 の 列車 愛称 「 こまち ( 列車 ) 」 は 彼女 の 名前 に 由来 する もの で あ る 。 同市 に は 小野 小町 に ちな ん だ 建造 物 「 小町 堂 」 が あ り 、 観光 の 拠点 と な っ て い る 。 旧 雄勝 町 で は 、 町 おこし の 一環 と し て 、 毎年 6 月 の 第 2 日 曜日 に 「 小町 まつり 」 を 開催 し て い る 。 しかし 、 秋田 県 湯沢 市 小野 が 小野 小町 の 生誕 地 で あ る か どう か の 確証 は な い 。 出身 地 は この 他 に も 福島 県 小野 町 と する 説 、 茨城 県 新治 郡 新治村 大字 小野 と する 地元 の 言い伝え など 、 生誕 伝説 の あ る 地域 は 全国 に 点在 し て お り 、 数 多く の 異説 が あ る 。 東北 地方 に 伝わ る もの は おそらく 『 古今 和 歌集 』 の 歌人 目録 中 の 「 出羽 国 郡司娘 」 と い う 記述 に よ る と 思 わ れ る が 、 それ も 小野 小町 の 神秘 性 を 高め る ため に 当時 の 日本 の 最果て の 地 の 生まれ と い う 設定 に し た と 考え られ て も い て 、 この 伝説 の 裏付け に は な り にく い 。 京都 市 山科 区 小野 は 小野 氏 の 栄え た 土地 と さ れ 、 小町 は 晩年 この 地 で 過ご し た と の 説 も あ る 。 ここ に あ る 随心 院 に は 、 卒塔 婆 小町 像 や 文塚 など 史跡 が 残 っ て い る 。 前述 の 「 花 の 色 は . . 」 の 歌 は 、 花 が 色あせ て い く の と 同じく 自分 も 年老い て い く 姿 を 嘆 き 歌 っ た もの と さ れ る 。 滋賀 県 大津 市 大谷 に あ る 月心 寺内 に は 、 小野 小町 百 歳 像 が あ る 。 他 に も 、 小町 寺 ( 補陀 洛 寺 ) に は 、 小野 小町 老衰像 と 小町 供養 塔 など が あ る 。 栃木 県 下都賀 郡 岩舟 町 小野寺 に は 、 小野 小町 の 墓 など が あ る 。 著作 小町 集 小野 小町 に ちな む 作品 能 能 の 「 小町 物 」 に は 「 草紙 洗 小町 」 「 通小 町 」 「 鸚鵡 小町 」 「 関寺 小町 」 「 卒都 婆 小町 」 など が あ る 。 これ ら は 和歌 の 名手 と し て 小野 小町 を 讃え る もの 、 深草 少将 の 百 夜 通い を モチーフ に する もの 、 年老い て 乞食 と な っ た 小野 小町 に 題材 を と る もの に 大別 さ れ る 。 後者 は 能作 者 ら に よ っ て 徐々 に 形作 ら れ て い っ た 「 衰老落魄 説話 」 と し て 中世 社会 に 幅広 く 流布 し た 。 御伽 草子 「 小町 草紙 」 美術 鎌倉 時代 に 描 か れ た 、 野晒 し に さ れ た 美女 の 死体 が 動物 に 食い荒ら さ れ 、 蛆虫 が わ き 、 腐敗 し て 風化 する 様 を 描 い た 九相 詩 絵 巻 は 別名 を 「 小野 小町 九 相 図 」 と 呼 ば れ る 。 モデル と し て は 他 に 檀林 皇后 も 知 ら れ 、 両人 とも 「 我死 な ば 焼 く な 埋む な 野 に 捨て て   痩せ た る ( 飢ゑ た る ) 犬 の 腹 を 肥 やせ ( よ ) 」 の 歌 の 作者 と さ れ る 。 裁縫 用 具 裁縫 に 使 う 「 待ち針 」 の 語源 は 小野 小町 に ちな む と い う 俗説 も あ る 。 言い寄 っ て くる 多く の 男 に 小野 小町 が なび く こと が な かっ た ため 、 穴 ( 膣 ) の な い 女 と 噂 さ れ た と い う 伝説 に 基づ き 、 穴 の な い 針 の こと を 「 小町 針 」 と 呼 ん だ こと から 来 て い る と い う もの で あ る 。 舞台 「 夜会 」 Vol . 5 ( 1993 年 ) ( 中島 みゆき の 舞台 ) タイトル が 、 「 花 の 色 は   うつり に けりな   いた づら に   わが 身世 に ふる   ながめせ し 間 に 」 で あ る 。 ポスター に は 十 二 単 を 着 て 小野 小町 に 扮 し た 中島 みゆき が 後姿 で 写 っ て い る 。 ストーリー は 小野 小町 の 伝承 と 、 上田 秋成 の 雨月 物語 の 中 の 浅茅 が 宿 を モチーフ に し て い る 。 ミュージカル 小野 小町 ( わらび 座   2007 年 上演 の 舞台 。 内舘 牧子 脚本 、 椿千 代 主演 ) 小町 が 残 し た 「 我死 な ば 焼 く な 埋む な 野 に さらせ 痩せ た る 犬 の 腹 を 肥 や せよ 」 の 歌 から 、 自分 の 人生 を 生き き っ た 美し い だけ で は な い 強 い 女性 と し て 小町 を 描 い て い る 。 +連歌 ( れんが ) は 日本 の 伝統 的 詩形 の ひと つ で 、 複数 の 人間 で 和歌 の 上句 と 下句 を 繋げ て い く もの で あ る 。 句 の 繋 げ 方 に は 規則 が あ り 、 また 句数 に よ っ て 歌仙 、 百 吟 など いく つ も の 形式 が あ る 。 連歌 は 「 筑波 ( つくば ) の 道 」 と も 称 さ れ る が 、 これ は 連歌 の 起源 を 『 古事 記 』 に あ る 、 筑波山 を 詠 みこ ん だ 、 ヤマト タケル ( やまと たける の みこと ) と 御火 焼翁 ( みひたき のおきな ) と の 唱和 問答 歌 と する こと に よ る 。 その もっとも 早 い 形 は 八代 集 に み られ る 短連歌 ( 三十 一 文字 の 上 の 句 と 下 の 句 を 別々 の 作者 が 詠 む ) で あ る 。 中世 の 鎌倉 時代 から 100 句 を 基準 と する 長連歌 の 形式 が 整え られ 、 南北朝 時代 ( 日本 ) を 経 て 室町 時代 が 最盛 期 と さ れ る 。 連歌 は 能楽 と 並 び 室町 文化 を 代表 する 遊戯 の 1 つ と さ れ る 。 室町 時代 に は 二 条 良 基 、 宗祇 、 心敬 など の 連歌 師 が 出現 し 、 貴族 の 邸宅 や 有力 寺社 など で 連歌 会 が 催 さ れ た 。 応仁 の 乱 で 京都 の 文化 が 地方 伝播 する と 、 連歌 も 畿内 だけ で な く 、 日本 各地 で 行 わ れ る よう に な る 。 集団 制作 に よ る 詩形 で あ る 連歌 は 講 と 結びつ い て 発展 し た 。 とくに 鎌倉 時代 後期 から 菅原 道真信仰 と 結びつ い た 。 連歌 を 目的 と する 天神 講 を 特に 天神 講連 歌 会 と 呼 ぶ 。 講 を 結 び 、 図像 を かかげ て 天神 供養 を 行 い 、 も っ て 連歌 を 手向け と する もの で あ る 。 こう し た 連歌 会 は 大和 国 を 中心 に 発達 し 、 室町 時代 を 通 じ て 畿内 から 各地 へ 伝播 し て い っ た 。 天神 講連 歌 会 記録 と し て は 大和 国 の 室生 村 の 染田 天神 連歌 文書 など が 伝来 する 。 戦国 時代 ( 日本 ) から 近世 に かけ て も 連歌 は 必須 の 教養 と さ れ た 。 戦国 時代 に は 里村 紹巴 が 出 て 、 連歌 書 を 多 く 著 す と とも に 、 諸 大名 と 交際 し 、 教養 と し て の 連歌 の 地位 を 新興 の 大名 の うち に も 確立 さ せ た 。 里村 家 は 後 に 徳川 家 に 仕え 、 征夷 大将軍 の 指南 役 と し て 連歌 界 を 指導 し た 。 一方 戦 国 末期 に は 、 荒木田 守武 、 山崎 宗鑑 など に よ り 俳諧 連歌 が はじま る 。 これ は 伝統 的 な 宮廷 文化 の 枠組み の 中 に あ っ た 連歌 の 題材 を 、 広 く 世相 に 求め 、 伝統 的 な 詩形 や 題材 と 卑近 な もの の 組みあわせ の うち に おかしみ を 見出 そ う と する 試み で あ る 。 『 犬 筑波 集 』 など が あ る 。 江戸 時代 に は 俳諧 連歌 が 隆盛 と な り 、 上方 から 井原 西鶴 、 松尾 芭蕉 ら を 輩出 し た が 、 連歌 自体 は 廃れ た 。 俳諧 連歌 も また 江戸 後期 に 至 り 月 並 流 と い わ れ る 形式 を 重視 し た もの に 変化 し 、 明治 に な り 正岡 子規 の 俳諧 から 俳句 へ の 革新 に よ っ て いったん は 廃れ た 。 第 二 次 世界 大戦 の のち は 、 大岡 信 など 現代 詩 詩 人 の なか から 連歌 の 集団 制作 性 に 注目 し 、 伝統 的 な 枠 に あまり 囚 われ な い 集団 詩 と し て の 連歌 を 実践 する 試み が あ る 一方 、 伝統 詩形 と し て の 連歌 に 再び 回帰 する 動き も あ る 。 前者 は Renga と し て 日本 語 以外 の 言語 で も 実践 を 行 っ て い る 。 後者 は 深川 芭蕉庵 の 連歌 会 など を 催 し 、 伝統 的 な 宗匠 と 連衆 に よ る 連歌 句作 を 行 っ て い る 。 また 両者 の 傾向 と も 、 インターネット に よ る 実践 を 行 う 試み が 各所 で 行 わ れ て い る 。 ただし 、 この よう な 復興 の 動き が あ る 反面 、 連歌 を 行 う 人口 や 結社 の 数 は 、 俳句 に 比べれ ば 僅少 と いえ る 状態 に とどま っ て い る 。 +相模 ( さがみ 、 生没年 不明 、 長徳 四 年 頃 ( 99 8 年 ? ) - 康平 四 年 ( 1061 年 ) 以降 か ) は 、 11 世紀 初頭 の 女流 歌人 で 、 中古 三十 六 歌仙 の 一人 。 百 人 一首 に 収め られ た 、 「 恨みわび ほ さ ぬ 袖だ に あ る もの を 恋 に くちなん 名 こそ 惜し けれ 」 は 恋歌 と し て 名高 い 。 実父 は 不詳 で 、 能登 守 慶滋 保章 の 娘 を 母 と し て 生まれ る 。 継父 で あ ろ う と い う 摂津 源 氏 ・ 但馬 守 源 頼光 の 養女 。 初名 は 乙侍従 ( おと じ じゅう ) 。 寛仁 四 年 ( 1020 年 ) より 以前 に 相模 守 大江 公資 に 娶 ら れ 、 相模 の 女房 名 で 呼 ば れ る よう に な る 。 夫 の 任地 相模国 に 随行 し た もの の 、 結婚 生活 が 破綻 し 、 万寿 元年 ( 1024 年 ) 帰京 し て ま も な く 、 公資 と 離別 し た 。 その 後 、 四条 大 納言 藤原 公任 の 息男 で あ り 、 自身 も 歌人 と し て 名高 い 中納言 藤原 定頼 から たびたび の 求愛 を 受け た 。 しばらく し て 一条 天皇 の 第 一 皇女 ・ 一 品 宮 脩子内 親王 に 出仕 。 永承 四 年 ( 1049 年 ) に 主君 ・ 脩子 内 親王 が 薨去 し た 後 は 、 さらに 後朱 雀 天皇 の 皇女 祐子 内 親王 ( 脩子 内 親王 の 弟 の 孫 ) に 仕え た 。 相模 は 数々 の 歌合 に 名 を つらね 、 後朱 雀 ・ 後冷泉 朝 の 歌壇 で 活躍 し た 。 相模 が 出詠 し た 歌合 の 一部 を 挙げ る だけ で も 、 長元 八 年 ( 10 35 年 ) の 「 賀陽 院 水閣 歌合 」 ( 関白 左 大臣 藤原 頼通 の 主催 ) 長暦 二 年 ( 10 38 年 ) の 「 一 品 宮 歌合 」 ・ 「 源大 納言 師房 家 歌合 」 長久 二 年 ( 1041 年 ) の 「 弘徽 殿 女 御 生子 歌合 」 永承 三 年 ( 1048 年 ) の 「 六条 斎院 ( 禖子 内 親王 ) 歌合 」 永承 四 年 ・ 同 六 年 の 内裏 歌合 永承 五 年 の 「 前麗 景 殿 女 御 延子 歌 絵合 」 「 祐子 内 親王 歌合 」 天喜 四 年 ( 1056 年 ) の 「 皇后 宮 寛子 春秋 歌合 」 など が あ る 。 いずれ も 貴顕 の 後援 で 主催 さ れ た 歌合 で 、 彼女 の 名声 が 高 かっ た 証拠 で あ る 。 彼女 は 和歌 六 人 党 ( 藤原 範永 ・ 平 棟 仲 ・ 藤原 経衡 ・ 源 頼実 ・ 源頼家 ( 歌人 ) ・ 源 兼長 ) の 歌道 の 指導 的 立場 に あ っ た ばかり で な く 、 能因 法師 ・ 和泉 式部 ・ 源 経信 など と の 交流 も それぞれ の 家集 から 伺え る 。 代々 の 勅撰 集 に 百 首 ほど 入集 。 白河朝 に 編 ま れ た 『 後拾 遺和 歌集 』 で は 和泉 式部 に つ い で 第 二 位 の 入集 歌 数 を 誇 る 。 家集 『 相模 集 』 ( 『 思女 集 』 など の 異名 を 持 つ ) も 伝本 が 現存 する 。 +源順 ( みなもと の したごう 、 延喜 11 年 ( 911 年 ) - 永観 元年 ( 983 年 ) ) は 日本 の 平安 時代 初期 の 学者 、 歌人 。 嵯峨 源 氏 で 、 嵯峨 天皇 の 曾孫 源挙 ( みなもと の こぞる ) の 次男 。 下総 権守 ・ 和泉 守 等 を 歴任 、 極官 は 従 五 位 下 能 登守 。 若 い 頃 から 博学 で 有名 で 、 20 代 で 日本 最初 の 分類 体 辞典 『 和名 類 聚抄 』 を 編纂 し た 。 天暦 五 年 ( 951 年 ) に は 学生 の 身 ながら 和歌 所 の 寄人 と な り 、 梨壺 の 五 人 の 一人 と し て 『 万葉 集 』 の 訓点 作業 と 『 後撰 和 歌集 』 の 撰集 作業 に 参加 し た 。 漢詩文 に 優れ た 才能 を 見せ る 一方 で 、 天徳 ( 日本 ) 四 年 ( 96 0 年 ) の 天徳 内 裏 歌合 に も 出詠 し て お り 、 様々 な 歌合 で 判者 ( 審判 ) を 務め る など 和歌 に も 才能 を 発揮 し た 。 三十 六 歌仙 の 一人 に 数え られ る 。 大変 な 才人 と し て 知 ら れ て お り 、 源順 の 和歌 を 集め た 私 家 集 『 源 順集 』 に は 、 数々 の 言葉 遊び の 技巧 を 凝ら し た 和歌 が 収め られ て い る 。 また 『 宇津 保 物語 』 、 『 落窪 物語 』 の 作者 に も 擬 せ られ 、 『 竹取 物語 』 の 作者 説 の 一人 に も 挙げ られ る 。 +『 太平 記 』 ( たい へいき ) は 日本 文学 の 1 つ で あ る 。 全 40 巻 で 、 南北朝 時代 ( 日本 ) を 舞台 に 、 後醍醐 天皇 の 即位 から 、 鎌倉 幕府 の 滅亡 、 建武 の 新政 と その 崩壊 後 の 南北朝 分裂 、 観応 の 擾乱 、 2 代将軍 足利 義詮 の 死去 と 細川 頼之 の 管領 就任 まで ( 1318 年 ( 文保 2 年 ) - 1368 年 ( 貞治 6 年 ) 頃 まで の 約 50 年間 ) を 書 く 軍記 物語 。 今川 家本 、 古 活字 本 、 西源 院 本 など の 諸種 が あ る 。 「 太平 」 と は 平和 を 祈願 する 意味 で 付け られ て い る と 考え られ て お り 、 怨霊 鎮魂 的 な 意義 も 指摘 さ れ て い る 。 第 二 次 世界 大戦 後 、 『 太平 記 』 を 称 する 小説 や テレビ ドラマ が 多 く 作 ら れ た ため 、 曖昧 さ を 避け る ため に 『 古典 太平 記 』 と 呼 ば れ る こと も あ る 。 作者 ・ 成立 時期 は 不詳 で あ る が 、 今川 貞世 の 「 難太平 記 」 に 法勝 寺 の 恵珍 上人 ( 円観 ) が 足利 直義 に 三十 余 巻 を 見せ た と の 記事 が あ り 、 14 世紀 中ごろ まで に は 後醍醐 天皇 の 崩御 が 描 か れ る 巻 2 1 あたり まで の 部分 が 円観 、 玄慧 など 足利 幕府 と の 密接 な 関わり を 持 つ 知識 人 を 中心 に 編纂 さ れ た と 考え られ て い る 。 これ が 小島 法師 ( 児島 高徳 と 同一 人物 か ? ) など の 手 に よ っ て 増補 改訂 さ れ て ゆ き 、 1370 年 ころ まで に は 現在 の 40 巻 から な る 太平 記 が 成立 し た と 考え られ て い る 。 室町 幕府 3 代 将軍 足利 義満 や 管領 細川 頼之 が 修訂 に 関係 し て い た 可能 性 も 指摘 さ れ て い る 。 一貫 し て 南朝 より で あ る の は 、 南朝 側 の 人物 が 書 い た と も 南朝 方 へ の 鎮魂 の 意味 が あ っ た と も 推測 さ れ て い る 。 また 、 「 ばさら 」 と 呼 ば れ る 当時 の 社会 風潮 や 下剋 上 に 対 し て も 批判 的 に 書 か れ て い る 。 構成 全 40 巻 。 現存 流布本 で 全 40 巻 だ が 、 16 世紀 の 時点 で 22 巻 は 既に 欠落 し て お り 、 前後 の 巻 よ り 素材 を 抜き出 し て 補完 し て い る もの と 考え られ て い る 。 内容 は 3 部 構成 で 、 後醍醐 天皇 の 即位 から 鎌倉 幕府 の 滅亡 を 描 い た 第 1 部 ( 巻 1 ~ 11 ) 、 建武 の 新政 の 失敗 と 南北朝 分裂 から 後醍醐 天皇 の 崩御 まで が 描 か れ る 第 2 部 ( 巻 12 ~ 21 ) 、 南朝 方 の 怨霊 の 跋扈 に よ る 足利 幕 府 内部 の 混乱 を 描 い た 第 3 部 ( 巻 23 ~ 40 ) から な る 。 内容 全体 の 構想 に あ る の が 儒教 的 な 大義名分 論 と 君臣 論 、 仏教 的 因果 応報 論 が 基調 に 有 り 、 宋学 の 影響 を 受け た と さ れ る 。 この 考え 方 に もとづ き 、 後醍醐 天皇 は 作中 で 徳 を 欠 い た 天皇 と し て 描 か れ る が 、 徳川 光圀 は 修史 事業 と し て 編纂 し て い た 「 大 日本 史 」 に お い て 天皇 親政 を めざ し た 後 醍醐 こそ 正統 な 天皇 で あ る と 主張 し た 。 これ に よ り 足利 尊 氏 は 逆賊 で あ り 南朝 側 の 楠木 正成 や 新田 義貞 など は 忠臣 と し て 美化 さ れ ( 徳川 将軍 家 は 新田 氏 の 末裔 を 称 し て い た ) 、 これ が のち に 水戸 学 と し て 幕末 の 尊王 攘夷 運動 、 さらに 太平 洋 戦争 前 の 皇国 史観 へ と 至 る 。 中盤 の 後 醍醐 天皇 の 死 が 平清盛 の 死 に 相当 する など 、 随所 に 「 平家 物語 」 から の 影響 が 見 られ 、 また 時折 本筋 を 脱線 し た 古典 から の 引用 も 多 く 、 脚色 も 多 い 。 影響 「 太平 記 」 は 中世 から 物語 僧 の 「 太平 記 読み 」 に よ っ て 語 ら れ 、 初等 学問 に 置 け る テキスト の 役割 や 江戸 時代 に は 講談 で 語 ら れ る 物語 の 1 つ と な る 。 室町 時代 に は 「 太平 記 」 に 影響 さ れ 、 多く の 軍記 物語 が 書 か れ る 。 赤穂 藩 赤穂 浪士 が 吉良 義央 を 討ち 果た す 元禄 赤穂 事件 が 起 る と 、 竹田 出雲 ら に よ り 太平 記 の 「 塩冶 高貞 の 物語 」 に 仮託 さ れ て 「 忠臣 蔵 」 と し て 書 か れ る など 、 日本 の 近世 文学 に も 影響 する 。 南北朝 時代 は 古代 史 と 並 び 天皇 家 の ルーツ に 関わ る 時代 で 、 皇国 史 観 の もと 逆臣 ・ 尊 氏 や 忠臣 ・ 正成 など の イメージ が 固定 化 さ れ た 「 太平 記 」 は 、 小説 や 映画 ・ TV ドラマ など の 題材 と し て 作品 化 さ れ る 事 は 極めて 稀 で あ っ た 。 その 風潮 に 対 し て 、 吉川 英治 は 戦後 、 『 私 本 太平 記 』 に お い て 足利 尊 氏 を それ まで の イメージ と 違 う 新た な 解釈 を 加え て 南北朝 時代 を 小説 化 し た 。 1991 年 に は この 『 私 本 太平 記 』 を 原作 に 、 日本 放送 協会 大河 ドラマ 『 太平 記 ( NHK 大河 ドラマ ) 』 が 放送 さ れ た 。 資料 的 価値 同 時代 を 生き た 今川 貞世 ( 了俊 ) は 140 2 年 ( 応永 9 年 ) に 著わ し た 「 難太平 記 」 に お い て 内容 の 誤り を 指摘 し て い る 。 ただし 、 それ は 、 今川 が 室町 幕府 の 重鎮 で あ っ た こと と 関係 する の か も しれ な い 。 近世 で は 、 徳川 光圀 は 『 大 日本 史 』 に お い て 資料 と し て い る が 、 明治 の 東京 大学 教授 ・ 久米 邦武 は 資料 的 価値 を 否定 し て い る 。 また 、 「 太平 記 」 に しか 記載 が な い と さ れ て い る 南朝 方 の 武将 ・ 児島 高徳 の 実在 性 を 巡 っ て 、 これ を 否定 する 重野 安繹 と 、 より 慎重 な 資料 批判 を 求め る 川田 甕江 ( 甕江 ) と の 間 で 論争 が 起こ っ た ( 重野 = 進歩 的 、 川田 = 保守 的 と い う 思想 的 対立 に 理由 を 求め る 見 方 に は 誤り が あ る ) 。 現代 で は 同 時代 の 日記 など 他 の 一 級 資料 と 内容 を 比較 する こと で 、 歴史 的 資料 と し て 研究 さ れ て い る 。 +大鏡 ( おおかがみ ) は 紀伝体 の 歴史 物語 。 平安 時代 後期 ( 白河 天皇 院 政期 ) に 成立 。 作者 は 不詳 、 摂関家 や その 縁戚 の 源 氏 に 近 い 男性 官人 説 が 有力 。 いわゆる 「 四 鏡 」 の 最初 の 作品 で あ り 、 内容 的 に は 2 番 目 に 古 い 時代 を 扱 っ て い る 。 非凡 な 歴史 観 が うかがえ る 問答 体 の 書 で 三 巻 本 ・ 六 巻 本 ・ 八 巻 本 が あ る 。 「 大鏡 」 と は 、 「 歴史 を 明らか に 映し 出 す 優れ た 鏡 」 の 意味 で あ る 。 他 の 呼 び 方 と し て 「 世継 物語 」 、 「 世継 の 翁 が 物語 」 「 世継 の かがみ の 巻 」 と も 称 さ れ る 。 文徳 天皇 即位 から 後一 条 天皇 の 万寿 2 年 ( 1025 年 ) に 至 る まで 14 代 176 年間 の 宮廷 の 歴史 を 、 藤原 北家 、 こと に 藤原 道長 の 栄華 を 軸 に し て 、 大宅 世継 ( 190 歳 ) と 夏山 繁樹 ( 180 歳 ) と い う 長命 な 二人 の 老人 が 雲林院 の 菩提講 で 語り合 い 、 それ を 若侍 が 批評 する と い う 対話 形式 で 書 か れ て い る 。 和語 ( 大和 言葉 ) に 漢語 、 仏語 を 交え て 書 か れ て お り 、 簡潔 で あ り ながら 劇的 な 表現 に 富 む 。 藤原 兼通 ・ 藤原 兼家 兄弟 の 権力 争い や 藤原 道兼 が 花山 天皇 を 欺 い て 出家 さ せ る 場面 で は 権力 者 の 個性 的 な 人物 像 や 謀略 が 活写 さ れ て お り 特に 圧巻 で あ る 。 そこ に は 飽く な き 権力 欲 へ の 皮肉 も 垣間 見え る 。 また 、 結末 の 後 に 増補 さ れ た 折 に 「 二 の舞 の 翁 の 物語 」 など と 称 さ れ る 後日 談 が 書 か れ て お り 、 これ に つ い て は 「 皇后 宮 大夫 」 が 書 い た と さ れ て い る 。 この こと から 、 増補 さ れ た と 考え られ る 時期 に 同職 を 務め た 源 雅定 ( あるいは 前任 の 藤原 家忠 ) が 増補 者 で あ ろ う と 推測 さ れ て い る 。 ちなみ に 、 大宅 世継 は 作中 で 自分 は 清和 天皇 が 退位 し た 年 の 1 月 15 日 ( 旧暦 ) 生まれ だ と 発言 し て お り 、 彼 の 生 年 月日 は 貞観 _ ( 日本 ) 18 年 1 月 15 日 ( ユリウス 暦 876 年 2 月 13 日 ) と い う こと に な る 。 紀伝体 ・ 五 部 構成 序 帝紀 摂関 ・ 大臣 列 伝 左 大臣   藤原 冬嗣 太政 大臣   藤原 良房 ( 摂政 ) 左 大臣   藤原 良相 権 中 納言 従 二 位 左兵衛督   藤原 長良 太政 大臣   藤原 基経 ( 摂政 ・ 関白 ) 左 大臣   藤原 時平 左 大臣   藤原 仲平 太政 大臣   藤原 忠平 ( 摂政 ・ 関白 ) 太政 大臣   藤原 実頼 ( 摂政 ・ 関白 ) 太政 大臣   藤原 頼忠 ( 関白 ) 左 大臣   藤原 師尹 右 大臣   藤原 師輔 太政 大臣   藤原 伊尹 ( 摂政 ) 太政 大臣   藤原 兼通 ( 関白 ) 太政 大臣   藤原 為光 太政 大臣   藤原 公季 太政 大臣   藤原 兼家 ( 摂政 ・ 関白 ) 内 大臣   藤原 道隆 ( 摂政 ・ 関白 ) 右 大臣   藤原 道兼 ( 関白 ) 太政 大臣   藤原 道長 ( 摂政 ) 藤 氏 物語 昔 物語 +梅松 論 ( ばいしょうろん ) は 、 太平 記 と 双璧 を な す 南北朝 時代 ( 日本 ) の 軍記 物語 ・ 歴史 書 。 概説 筆者 は 不詳 だ が 、 足利 尊 氏 の 側近 と も 夢窓 国師 に 関係 の 深 い 僧侶 と も 推量 さ れ て い る 。 全 2 巻 。 1349 年 ( 貞和 5 年 ) ごろ の 成立 。 鎌倉 幕府 の 治績 から 尊 氏 が 政権 を 掌握 する まで の 過程 を 、 足利 氏 に よ る 室町 幕府 創立 の 正当 性 を 主張 する 視点 から 描 い て い る 。 上巻 で は 、 鎌倉 末期 の 政治 情勢 と その 終焉 。 建武 の 新政 と 新田 氏 と 足利 氏 の 対立 の 様子 が 綴 ら れ て い る 。 下巻 で は 、 楠木 正成 の 奮戦 と 金ヶ崎 城 の 落城 。 天下 平定 の 様子 、 さらに 夢窓 国師 に よ る 尊氏 の 人物 評 そして 最後 に 足利 将軍 の 栄華 を 梅花 に 、 子々 繁栄 を 松 の 緑 に 喩え て 書名 の 由来 を 述べ て 終わ っ て い る 。 原典 群書類 従 第 20 輯 に 収め られ て い る 他 、 古写 本 の 天理 本 、 寛正本 が あ る 。 +和泉 式部 ( いずみ しきぶ 、 生没年 不詳 ) は 平安 時代 中期 の 歌人 。 天元 ( 日本 ) 元年 頃 ( 97 8 年 ? ) 出生 と する の が 通説 。 中古 三十 六 歌仙 の 一人 。 越前 国守 の 大江 雅致 の 娘 。 和泉 国守 の 橘道 貞 の 妻 と な り 、 夫 の 任国 と 父 の 官名 を 合わせ て 「 和泉 式部 」 の 女房 名 を つけ られ た 。 道貞 と の 婚姻 は 後 に 破綻 し た が 、 彼 と の 間 に 儲け た 娘 小 式 部 内侍 は 母譲り の 歌才 を 示 し た 。 はじめ 御許 丸 ( おもと まる ) と 呼 ば れ た 太皇太后 宮 昌子 内 親王 付き の 女房 だっ た ら し い が 、 それ を 否定 する 論 も あ る 。 まだ 道貞 の 妻 だっ た 頃 、 冷泉 天皇 の 第 三 皇子 為 尊 親 王 ( 97 7 年 - 10 0 2 年 ) と の 熱愛 が 世 に 喧伝 さ れ 、 身分 違い の 恋 だっ た と て 親 から 勘当 を 受け た 。 為尊 親 王 の 死後 、 今度 は その 同母 弟 敦道 親王 ( 98 1 年 - 10 07 年 ) の 求愛 を 受け た 。 親王 は 式部 を 邸 に 迎え よ う と し 、 正妃 が 家出 する 因 を 作 っ た 。 親王 の 召人 と し て 一子 永覚 を 儲け る が 、 親王 は 寛弘 4 年 ( 1007 年 ) に 早世 し た 。 寛弘末 年 ( 100 8 年 - 1011 年 ) 、 一条 天皇 の 中宮 藤原 彰子 に 女房 と し て 出仕 。 40 歳 を 過ぎ た 頃 、 主君 彰子 の 父藤 原 道長 の 家司 で 武勇 を も っ て 知 ら れ た 藤原 保昌 と 再婚 し 、 夫 の 任国 丹 後 国 に 下 っ た 。 万寿 2 年 ( 1025 年 ) 、 娘 の 小式 部 内 侍 が 死去 し た 折 に は まだ 生存 し て い た が 、 晩年 の 詳細 は 分 ら な い 。 恋愛 遍歴 が 多 く 、 道長 から 「 浮かれ 女 」 と 評 さ れ た 。 真情 に 溢れ る 作風 は 恋歌 ・ 哀傷 歌 ・ 釈教歌 に もっとも よく 表 さ れ 、 殊 に 恋歌 に 情熱 的 な 秀歌 が 多 い 。 その 才能 は 同 時代 の 大 歌人 藤原 公任 に も 賞賛 さ れ 、 正 に 男女 を 問 わ ず 一、二 を 争 う 王朝 歌人 と いえ よ う 。 敦道 親王 と の 恋 の 顛末 を 記 し た 物語 風 の 日記 『 和泉 式部 日記 』 が あ る が 、 これ は 彼女 本人 の 作 で あ る か どう か が 疑わし い 。 ほか に 家集 『 和泉 式部 正集 』 『 和泉 式 部 続集 』 や 、 秀歌 を 選り すぐ っ た 『 宸翰 本 和泉 式 部 集 』 が 伝存 する 。 『 拾遺 和 歌集 』 以下 、 勅撰 集 に 二百 四十 六 首 の 和歌 を 採 ら れ 、 死後 初 の 勅撰 集 『 後拾 遺和 歌集 』 で は 最多 入集 歌 人 の 名誉 を 得 た 。 和泉 式部 の 墓所 と 伝わ る もの は 全国 各地 に 存在 する が 、 いずれ も 伝承 の 域 を 出 な い 。 柳田 國男 は 、 この よう な 伝承 が 各地 に 存在 する 理由 を 「 これ は 式部 の 伝説 を 語り物 に し て 歩 く 京都 誓願 寺 に 所属 する 女性 たち が 、 中世 に 諸国 を くまなく めぐ っ た から で あ る 」 と 述べ て い る 。 現在 、 岐阜 県 可児 郡 御嵩町 に は 和泉 式部 の 廟所 と 言 わ れ る 石碑 が 存在 する 。 同地 に 伝わ る 伝承 に よ る と 、 晩年 彼女 は 東海道 を 下 る 旅 に 出 て 、 ここ で 病 を 得 て 歿 し た と さ れ て い る 。 碑 に は 「 一人 さへ 渡 れ ば 沈 む 浮橋 に あ と な る 人 は しばし とどま れ 」 と い う 一首 が 刻 ま れ て い る 。 福島 県 石川 郡 ( 福島 県 ) 石川 町 に は 、 この 地方 を 治め た 豪族 、 安田 兵衛 国康 の 一子 『 玉世姫 ( たまよひめ ) 』 が 和泉 式部 で あ る と 言い伝え が 残 る 。 式部 が 産湯 を 浴び た 湧水 を 小和 清水 ( こわ しみず ) 、 十 三 で この 地 を 離れ た 式部 と の 別れ を 悲し ん だ 飼猫 『 そめ 』 が 啼 き ながら 浸か り 病 を 治 し た と い わ れ る 霊泉 が 猫 啼 温泉 と し て 現存 する 。 佐賀 県 嬉野 市 に も 和泉 式部 に 関 する 伝説 が あ る 。 兵庫 県 伊丹 市 に 伝わ る 、 大阪 府 堺 市 西 区 ( 堺 市 ) 平岡 町 に は 、 居宅 跡 で あ る 「 和泉 式 部宮 」 が あ る 。 +凡河内 躬 恒 ( おおしこうち の みつね 、 貞観 ( 日本 ) 元年 ( 859 年 ) ? - 延長 ( 元 号 ) 3 年 ( 925 年 ) ? ) は 、 平安 時代 前期 の 歌人 。 三十 六 歌仙 の 1人 。 三十 六 歌仙 の 1人 で 、 紀 貫之 、 紀友則 、 壬生 忠岑 と 共 に 古今 和 歌集 の 撰者 を 務め た 。 寛平 6 年 ( 894 年 ) に 甲斐 権 小目 、 90 7 年 ( 延喜 7 年 ) 丹波 権 大目 や 、 917 年 和泉 大掾 など を 歴任 。 延喜 5 年 ( 90 5 年 ) に 古今 集選 者 の 勅命 を 受け る 。 921 年 宇多 法皇 の 春目 の 参詣 に 歌 を 詠 ん だ 。 官位 は 低 かっ た もの 、 古今 集 を はじめ と する 勅撰 集 に 194 首 入集 する など 、 歌人 と し て の 名声 は 高 い 。 家集 『 躬 恒集 』 が あ る 。 心 あて に 折ら ば や 折ら む 初霜 の おきまど は せる 白菊 の 花 て る 月 を 弓張 と の みいふ こと は 山 の 端 さ し て い れ ば な り けり +藤原 公任 ( ふじわら の きんとう 、 康保 3 年 ( 96 6 年 ) - 長久 2 年 1 月 1日 ( 旧暦 ) ( 1041 年 2 月 4 日 ) ) は 、 平安 時代 中期 の 公卿 ・ 歌人 。 正二 位 権 大 納言 。 父 は 関白 太政 大臣 藤原 頼忠 、 祖父 は 関白 太政 大臣 藤原 実頼 、 曾祖父 は 関白 太政 大臣 藤原 忠平 ( 貞信 公 ) 、 母 は 醍醐 天皇 の 孫 、 厳子 女王 。 妻 は 昭平 親王 の 娘 ( 関白 藤原 道兼養女 ) 。 また 、 いとこ に 具平 親王 、 右 大臣 藤原 実資 、 書家 藤原 佐理 が お り 、 政治 的 に も 芸術 的 に も 名門 の 出 で あ る 。 和歌 の 他 、 漢詩 、 管弦 に も すぐれ た 才能 を 見せ 、 有職 故 実 に 通 じ て い た が 、 政治 的 に は 藤原 道長 に お さ れ 、 正二 位 権 大 納言 に とどま っ た 。 道長 に 対 し て 、 自ら の 才能 を 誇示 し た 「 三舟 の 才 」 の エピソード は 、 芸術 面 で の 意地 を 見せ た と も いえ る 。 家集 『 大納言 公任 集 』 、 私撰 集 『 金玉 和 歌集 』 、 歌論 書 『 新撰 髄脳 』 『 和歌 九品 』 など が あ り 、 『 和漢朗 詠集 』 や 三十 六 歌仙 の 元 と な っ た 『 三十 六 人 撰 』 は 彼 の 撰 に よ る 。 また 引退 後 著 し た と 見 られ る 有職 故 実書 『 北山 抄 』 は 摂関 政治 期 に おけ る 朝廷 の 儀式 ・ 年中 行事 の 詳細 が 分か る 貴重 な 史料 で あ る 。 逸話 三舟 の 才 『 大鏡 』 に 見え る エピソード 。 道長 が 大堰川 に 漢詩 の 舟 、 管絃 の 舟 、 和歌 の 舟 を 出 し 、 それぞれ の 分野 の 名人 を 乗せ た 際 、 乗 る 舟 を 尋ね られ た 公任 は 和歌 の 舟 を 選 び 、 「 小倉 山嵐 の 風 の 寒 けれ ば もみぢ の 錦き ぬ 人 ぞ な き 」 と 詠 ん で 賞賛 さ れ た 。 ところ が 公任 は 、 漢詩 の 舟 を 選 ん で お け ば 、 もっと 名声 が 上が っ た はず だ と 悔や み 、 道長 に 舟 を 選べ と 言 わ れ た とき に 、 すべて の 分野 で 認め られ て い る と うぬぼれ て しま っ た と 述懐 し た 。 三船 の 才 と も い う 。 着鈦 勘文 この 時代 、 強盗 ・ 窃盗 ・ 私鋳 銭 の 3 つ の 罪 に つ い て は 検非 違使 が 裁判 を 行 う こと に な っ て い た が 、 長徳 2 年 ( 996 年 ) 11 月 に 検非 違使 の 最高 責任 者 で あ っ た 検非 違使 庁 別当 で あ る 公任 の 別当宣 に よ っ て 、 初めて 着鈦 勘文 ( 判決 文 ) に 徒罪 ( 懲役 ) 年数 が 書 か れ る こと に な っ た 。 それ まで は 、 被害 額 の 総額 に 応 じ て 徒 の 年数 は 定め られ て い た もの の 、 その 年数 が 罪人 に 示 さ れ る こと は 無 く 、 罪人 は 釈放 さ れ て 初めて 自分 が どんな 刑罰 を 受け た の か を 知 っ た と い う 。 公任 は その 矛盾 を 指摘 し て これ を 改め させ た 。 この 時 、 左衛門 志 で あ っ た 明法 家 ( 法律 家 ) の 惟宗 允亮 は 、 公任 の 意向 に 沿 っ て 素晴らし い 着鈦 勘文 を 書き上げ 、 法律 家 と し て の 名声 を 高め た と い う 。 代表 歌 滝 の 音 は 絶え て 久し く な り ぬれ ど 名 こそ 流れ て な ほ聞 え けれ +『 栄花 物語 』 ( えいが ものがたり ) は 、 平安 時代 の 古典 。 仮名文 。 女性 の 手 に な る 編年 体 物語 風 史 書 。 作者 不詳 の 歴史 物語 。 六 国史 の 後継 た る べ く 宇多 天皇 の 治世 から 起筆 し 、 摂関 政治 権力 の 弱体 化 し た 堀河 天皇 の 寛治 6 年 2 月 ( 1092 年 ) まで 、 15 代 約 20 0 年間 の 時代 を 扱 う 。 藤原 道長 の 死 まで を 記述 し た 30 巻 と 、 その 続編 と し て の 10 巻 に 分かれ る 。 正編 30 巻 を 赤染 衛門 、 続編 10 巻 を 出羽 弁 の ほか 、 周防 内 侍 など 複数 の 女性 と 見 る 説 が あ る が 未詳 で あ る 。 正編 は 後一 条 天皇 の 万寿 ( 1024 年 - 1028 年 ) の 頃 、 続編 は 11 世紀 末 から 12 世紀 初頭 に かけ て 、 宮廷 女性 の 手 に よ っ て 完成 さ れ た こと に 違い は な い 。 「 はつ はな 」 ( 巻八 ) の 敦成 親王 ( 後一 条 天皇 ) 誕生 記事 は 『 紫式 部 日記 』 の 引用 と な っ て い る が 、 その まま 引用 し た わけ で は な く 、 改変 の 手 が 加え られ て い る 。 同 時代 を 語 る 紀伝体 歴史 物語 の 『 大鏡 』 が 男性 官人 の 観点 を 貫 く の に 対 し 、 編年 体 の 体裁 を と る 『 栄花 物語 』 は 女性 の 手 に な る ため 、 構造 や 行文 に は 『 源氏 物語 』 など の 女流 文学 の 投影 が 色 濃 く 見え る 。 各巻 に 雅 な 名 を 冠 す の も 、 藤原 北家 摂 関流 、 中 で も 特に 道長 ・ 藤原 頼通 父子 の 栄華 を 謳歌 する 調べ も 、 みな その 現れ で あ る 。 道長 に つ い て の 記述 に 賞賛 が 多 く 見 られ る こと が 特徴 と し て 挙げ られ る が 、 彼 の 晩年 を 襲 っ た 病苦 や 、 摂関 政治 の 裏面 を 生き る 敗者 の 悲哀 を も 詳らか に 描き出 し て い る 。 『 栄花 物語 』 は 『 大鏡 』 と は 対照 的 に 批判 精神 に 乏し く 、 物語 性 を 重要 視 する あまり 、 史実 と の 齟齬 を 多 く 有 する 。 また 、 政事 ( まつり ごと ) より も 藤原 北家 の 後宮 制覇 に 重心 を 置 く ため 、 後編 の 記述 は 事実 の 羅列 と い う しか な い 。 歴史 書 と し て も 、 文学 作品 と し て も 、 『 大鏡 』 に 引け を と る 所以 で あ る 。 しかし 相模 女子 大学 の 待井 新一 教授 に よ れ ば 、 「 評価 す べ き は 、 女手 ( おんな て ) と い わ れ る 仮名 で 物語 風 に 歴史 を 書 い て い る 事 で 、 女性 に も 読 ん で もら う 史書 を 目指 し 女性 に よ る 女性 の ため の 歴史 物語 を 完成 さ せ た 点 、 はじめて 歴史 と 文学 と を 結合 さ せ 歴史 を 身近 な もの に し た 点 で は 画期 的 な 事 」 、 と し て 挙げ られ る 。 後 の 「 鏡物 」 と い わ れ る 一連 の 歴史 物語 を 産 む 下地 と な っ た 。 本文 の 形態 に よ っ て 古本 系統 ・ 流布本 系統 ・ 異本 系統 と い う 3 つ の 系統 に 分け られ る 。 主な 伝本 と し て は 、 梅沢 本 ( 三条 西家 旧 蔵 、 古本 系 第 一 類 、 国宝 ) 、 陽明 文庫 本 ( 古本 系 第 二 類 ) 、 西本願 寺本 ( 流布本 系 第 一 類 、 重要 文化 財 ) 、 古 活字 本 ( 元和 ( 日本 ) ・ 寛永 年間 の 版本 ) ・ 明暦 刊 本 ( 以上 、 流布本 系 第 二 類 ) 、 絵入 九 巻 抄 出本 ( 流布本 系 第 三 類 ) 、 富岡 家 旧 蔵本 ( 甲 ・ 乙二 種類 あ り 、 異本 系 、 甲本 は 重要 文化 財 、 甲乙 と も 巻 三十 まで ) など が あ る 。 この うち 三条 西 実隆 が 入手 し て 子孫 に 伝え た 梅沢 本 ( 40 巻 17 帖 ) は 、 鎌倉 時代 中期 まで に 書写 さ れ た 現存 最古 の 完本 と し て 昭和 10 年 ( 1935 年 ) に 旧 国宝 、 昭和 30 年 ( 1955 年 ) に は 新 国宝 に 指定 さ れ た 。 大型 本 ( 10 帖 、 巻 二十 まで 、 鎌倉 時代 中期 の 書写 ) と 枡形 本 ( 7 帖 、 巻 四十 まで 、 鎌倉 時代 初期 の 書写 ) の 取り合わせ 本 ( 取り合わせ と な っ た 経緯 は 不明 ) で 、 大型 本 の 書名 は 『 榮花 物語 』 、 枡形 本 で は 『 世継 物語 』 と な っ て い る 。 なお 三条 西 実隆 入手 の 経緯 は 、 『 実隆 公記 』 永正 6 年 11 月 4 日 、 8 日 の 条 に 詳し い 。 「 岩波 文庫 」 「 日本 古典 文学 大系 」 「 新編 日本 古典 文学 全集 」 は 、 この 梅沢 本 を 底本 と し て い る 。 四十 巻 を 正編 ・ 続編 と 分け 二 部 構成 と し て い る 。 正編 を 道長 の 没 する まで を 、 続編 で その 子孫 の さま を 記 し て い る 。 ( 正編 ) 月 の 宴   = 村上 天皇 の 御世 藤原 師輔 の 娘藤原 安子 が 入内 し 中宮 と な り 師輔 が 政権 の 座 に 着 く 。 花山 た づ ぬ る 中納言 = 花山 天皇 が 出家 し た 。 藤原 兼家 登場 。 さまざま の よろこび = 藤原 詮子 が 円融 天皇 の もと に 入内 し 子 の 一条 天皇 が 7 歳 で 即位 。 み は て ぬ 夢 - 藤原 道長 が 実権 を 握 る 。 浦々 の 別れ - 藤原 伊周 が 道長 と の 政権 争い に 敗れ 大宰府 に 左遷 さ る 。 か かやく 藤壺 - 道長 の 長女 藤原 彰子 が 一条 天皇 の 中宮 と な る 。 鳥辺野 - 定子 ・ 詮子 が 相 次 い で 崩御 。 はつ 花 - 中宮 藤原 彰子 の 皇子 出産 、 『 紫式 部 日記 』 の 引用 部分 あり 。 いわかげ - 一条 天皇 の 崩御 。 日蔭 の かつら - 三条 天皇 の 即位 。 つぼみ 花 - 禎子 内 親王 の 誕生 。 玉 の むら 菊 - 後一 条 天皇 の 即位 。 ゆふし で - 皇太子 ( 敦明 親王 ) の 退位 と 道長 の 介入 。 浅緑 - 道長 の 娘藤原 威子 が 後一 条 天皇 の 中宮 と な り 一家 から 3 人 の 后 が 並び た つ 。 うたが ひ - 道長 が 54 歳 で 出家 、 法成 寺 造営 。 もと の 雫 - 法成 寺 落 慶 供養 。 道長 栄華 を 極め る 。 音楽   = 法成 寺 金堂 供養 の 様子 。 玉 の 台   = 法成 寺 に 諸堂 が 建立 さ れ 、 参詣 の 尼 たち が 極楽 浄土 と 称え た 。 御 裳着 - 三条 天皇 皇女 禎子 内 親王 の 裳着 の 式 ( 女子 の 成人 式 に あた る ) 。 御 賀 - 道長 の 妻源 倫子 の 六十 の 賀 ( 長寿 の 祝い ) 。 後 く ゐ の 大将 - 道長 の 子 、 内 大臣 藤原 教通 が 妻 を 亡く し て 悲嘆 する 。 とりの まひ - 薬師 堂 の 仏像 開眼 の 様子 。 こまくらべ の 行幸 - 関白 藤原 頼通 の 屋敷 で 競馬 が 行 わ れ 。 天皇 も 行幸 し た 。 わかば え - 藤原 頼通 は 初めて の 男子 ( 藤原 通房 ) の 誕生 を 喜 ぶ 。 みね の 月 - 道長 の 娘藤原 寛子 が 亡くな る 。 楚王 の 夢 - 同じく 藤原 嬉子 も 皇子 ( 後冷泉 天皇 ) 出産 後 の ひだち 悪 く 亡くな る 。 道長 夫妻 は 悲嘆 に くれ る 。 ころもの 玉 - 彰子 の 出家 。 わかみづ - 中宮 威子 の 出産 。 玉 の かざり - 皇太后 ( 藤原 妍子 ) の 崩御 。 鶴 の 林 - 道長 の 大往生 62 歳 。 ( 以下 、 続編 ) 殿上 の 花見 - 関白 頼道 の 代 。 彰子 の 花見 。 歌あ は せ - 倫子 七十 の 賀 。 き る は わびし と 嘆 く 女房 - 後一 条 天皇 の 崩御 と 後朱 雀 天皇 の 即位 暮まつ 星 - 章子 内 親王 が 皇太子 ( 後冷泉 天皇 ) の 妃 に 。 蜘蛛 の ふるま ひ - 関白 藤原 頼通 は 、 嫡子 道房 を 流行 病 で 亡く す 。 根あ は せ - 後冷泉 天皇 の 即位 。 けぶり の 後 - 法成 寺 焼失 。 後冷泉 天皇 崩御 、 後三 条 天皇 即位 。 松 の しづ 枝 - 白河 天皇 即位 。 布引 の 滝 - 頼通 死去 。 藤原 師実 が 関白 に 。 紫野 - 応徳 3 年 1086 年 白河 天皇 が 退位 。 堀河 天皇 が 即位 し 、 師実 は 摂政 に な る 。 最後 に 、 15 歳 の 藤原 忠実 ( 師実 の 孫 ) が 春日 大社 の 祭礼 に 奉仕 する 姿 を 描写 し て 藤原 一族 の 栄華 を 寿 ぎ 終了 し て い る 。 +今昔 物語 集 ( こんじゃく ものがたり しゅう ) と は 平安 時代 末期 に 成立 し た と 見 られ る 説話 集 で あ る 。 全 31 巻 。 ただし 8 巻 ・ 18 巻 ・ 21 巻 は 欠け て い る 。 編纂 当時 に は 存在 し た もの が 後 に 失 わ れ た の で は な く 、 未 編纂 に 終わ り 、 当初 から 存在 し な かっ た と 考え られ て い る 。 又 、 欠話 ・ 欠文 も 多 く 見 られ る 。 俗 に 『 今昔 物語 』 と も 言 わ れ る が 正し く は 「 集 」 が 付 く 。 インド ・ 中華 人民 共和 国 ・ 日本 の 三 国 の 約 1000 余り の 説話 が 収録 さ れ て い る 。 『 今昔 物語 集 』 と い う 名前 は 、 各説話 の 全て が 「 今 ハ昔 」 と い う 書き出し から 始ま っ て い る 事 から 由来 し て い る 。 『 今昔 物語 集 』 の 成立 年代 と 作者 は 不明 で あ る 。 11 世紀 後半 に 起こ っ た 大 規模 な 戦乱 で あ る 前九 年 の 役 、 後 三 年 の 役 に 関 する 説話 を 収録 し よ う と し た 形跡 が 見 られ る ( 説話 名 の み 残 さ れ て お り 、 本文 は 伝わ っ て い な い ) 事 から 、 1120 年代 以降 の 成立 で あ る 事 が 推測 さ れ て い る 。 一方 、 『 今昔 物語 集 』 が 他 の 資料 で 見 られ る よう に な る の は 1449 年 の 事 で あ る 。 成立 時期 は この 1120 年代 ~ 1449 年 の 間 と い う こと に な る が 、 保元 の 乱 、 平治 の 乱 、 治承 ・ 寿永 の 内乱 など 、 12 世紀 半ば 以降 の 年代 に 生き た 人 なら ば 驚天動 地 の 重大事 だっ た はず の 歴史 的 事件 を 背景 と する 説話 が いっさい 収録 さ れ て い な い こと から 、 上限 の 1120 年代 から あまり 遠 く な い 白河 法皇 ・ 鳥羽 法皇 に よ る 院 政 期 に 成立 し た もの と 見 られ て い る 。 この ため 、 『 今昔 物語 集 』 は 編纂 後 約 30 0 年間 に わた っ て 死蔵 状態 だっ た と 考え られ て い る 。 作者 に つ い て はっきり 誰 が 書 い た もの で あ る か は 分か っ て い な い 。 『 今昔 物語 集 』 を 『 宇治 大 納言 物語 』 を 改訂 増 補強 し た もの と 考え る 場合 、 作者 は 宇治 大 納言源 隆国 と 考え られ る 。 だ が 、 その 説 は ほぼ 否定 さ れ て い る 。 他 に も 、 南都 北嶺 と い っ た ところ に 所属 し て い た 僧侶 が 作者 と い う 説 が あ る 。 また 、 この 説 に つ い て も 一介 の 僧侶 が 個人 的 な 理由 で 書 い た の か 、 また は その 時代 の 天皇 で あ る 白河 天皇 の 庇護 下 に あ っ た 何名 か の 僧侶 に よ っ て 書 か れ た の か など 様々 分かれ て い る 。 奇説 と し て は 『 俊頼 髄脳 』 を 著 し た 源 俊頼 と する 説 も あ る 。 だ が 、 どの 説 も 想像 の 範囲 を 超え ず 決定 打 に 欠け て い る 。 京都 大学 付属 図書 館 に 所蔵 さ れ て い る 、 鈴鹿 家 旧 蔵本 ( 国宝 ) 通称 「 鈴鹿本 」 が 最古 の 伝本 で あ る 。 ただし 鈴鹿 本 は 一部 の 巻 のみ を 伝え る に とどま る 。 紙 の 年代 が 成立 時期 に 重な る こと から 、 これ が 『 今昔 物語 集 』 と し て 最初 に 書 か れ た 原本 その もの で あ る 可能 性 も あ る 。 その 他 の 本 は 鈴鹿 本 から 書写 さ れ 、 流布 さ れ て い っ た もの だ と 考え られ て い る 。 天竺 ( インド ) 、 震旦 ( 中国 ) 、 本朝 ( 日本 ) の 3 つ に 分かれ 、 それぞれ 先 に 仏教 説 話 ( 因果 応報 譚 を 含 む ) 、 あと に 仏教 説 話 以外 の 説話 を 並べ る 構成 に な っ て い る 。 各部 の 先頭 は おおよそ 年代 的 に 最初 の 説話 で 始め られ て い る 。 原則 と し て 各話 は 「 今昔 」 ( 今ハ昔 ) と い う 書き出し で 始め られ 、 「 トナム 語 リ伝 エタルトヤ 」 で 結 ば れ 終わ る ( 一部 例外 あり ) 。 なお 近世 以前 は 「 こんじゃく ものがたり 」 と は 読 まず 、 「 いま は むかし の ものがたり 」 と 読 ま れ て い た ら しい 。 似 た 話 が 2 つ ( とき に 3 つ ) 並べ て 配置 さ れ て い る ( 2 話 一 類 様式 ) 。 『 今昔 物語 集 』 の 話 は すべて 創作 で は な く 、 他 の 本 から の 引き写し で あ る と 考え られ て い る 。 元 と な っ た 本 は 『 日本 霊異記 』 、 『 三宝 絵 』 、 『 本朝 法 華験 記 』 など が 挙げ られ る 。 また 、 平安 時代 の 最初 の 仮名 の 物語 と い わ れ る 『 竹取 物語 』 など も 取り込 ま れ て い る 。 本朝 世俗 部 の 話 に は 典拠 の 明らか で な い 説話 も 多 く 含 ま れ る 。 伝聞 資料 に 基づ き 構成 さ れ た もの が あ っ た か も しれ な い 。 原文 ( 鈴鹿 本 ) は 平易 な 漢字 仮名 交じり 文 ( 和漢 混交文 ) ( ただし 、 ひらがな で は な く カタカナ で あ る ) で 書 か れ 、 その 文体 は あまり 修辞 に 凝 ら な い もの で あ る 。 その ため 、 古文 と し て は 比較 的 読み やす い 部類 に 入 る 。 一方 、 擬態 語 の 多様 など に よ り 、 臨場 感 を 備え る 。 芥川 龍之介 は 「 美し い なまなまし さ 」 「 野蛮 に 輝 い て い る 」 と 評 し て い る 。 話 の テンポ も 軽妙 で 口語 と い っ た 語り も ふんだん に 用い られ 、 典型 的 な 平安 文学 と は 一線 を 画 し て い る 仕様 に な っ て い る 。 極力 、 どの 地域 の 、 何 と い う 人 の 話 か と い う こと を 明記 する 方針 で 書 か れ 、 それ ら が 明らか で な い 場合 に は 意識 的 な 空欄 を 設け 、 他日 の 補充 を 期 す 形 で 文章 が 構成 さ れ て い る 。 例えば 、 典拠 と な っ た 文献 で 「 昔々 、 ある ところ に お じい さん と お ばあ さん が い ま し た 」 と い う 書き出し から 始ま る 説話 が あ り 、 その 人名 が 具体 的 に は 伝わ っ て い な い 場合 で あ っ て も 、 その 話 を 『 今昔 物語 集 』 に 収録 する 際 に は 「 今 ハ昔 、   ノ 国ニ   トイフ 人 アリケリ 」 と の 形 で 記述 さ れ 、 後日 それ ら の 情報 が 明らか に な っ た 場合 に は 直ちに 加筆 でき る 仕様 に な っ て い る 。 この よう な 編纂 意図 から 発生 し た 意識 的 な 欠落 部分 が 非常 に 多 い の が 、 本説 話 集 の 大きな 特徴 で あ る 。 巻 第 一 から 巻 第 四 まで は 仏教 説 話 。 巻 第 五 は 非 仏教説 話 や 釈迦 の 前世 譚 を 含 む 。 巻 第 一 天竺 ( 釈迦 降誕 と 神話 化 さ れ た 生涯 ) 巻 第 二 天竺 ( 釈迦 を 説 い た 説法 ) 巻 第 三 天竺 ( 釈迦 の 衆生 教化 と 入滅 ) 巻 第 四 天竺 付 仏 後 ( 釈迦 入滅 後 の 仏弟子 の 活動 ) 巻 第 五 天竺 付 仏 前 ( 釈迦 の 本生 譚 ・ 過去 世 に 関わ る 説話 ) 巻 第 六 から 巻 第 九 まで が 仏教 説 話 。 巻 第 六 震旦 付 仏 法 ( 中国 へ の 仏教 渡来 、 流布 史 ) 巻 第 七 震旦 付 仏 法 ( 大般 若経 、 法華 経 の 功徳 、 霊験 譚 ) 巻 第 八 欠巻 巻 第 九 震旦 付 孝養 ( 孝子 譚 ) 巻 第 十 震旦 付 国史 ( 中国 の 史書 、 小説 に 見 られ る 奇異 譚 ) 巻 第 十 一 本 朝付 仏 法 ( 日本 へ の 仏教 渡来 、 流布 史 ) 巻 第 十 二 本 朝付 仏 法 ( 法会 の 縁起 と 功徳 ) 巻 第 十 三 本 朝付 仏 法 ( 法華 経 読 誦 の 功徳 ) 巻 第 十 四 本 朝付 仏 法 ( 法華 経 の 霊験 譚 ) 巻 第 十 五 本 朝 付 仏 法 ( 僧侶 の 往生 譚 ) 巻 第 十 六 本 朝 付 仏 法 ( 観世 音 菩薩 の 霊験 譚 ) 巻 第 十 七 本 朝 付 仏 法 ( 地蔵 菩薩 の 霊験 譚 ) 巻 第 十 八 欠巻 巻 第 十 九 本 朝 付 仏 法 ( 俗人 の 出家 往生 、 奇異 譚 ) 巻 第 二十 本 朝付 仏 法 ( 天狗 、 冥界 の 往還 、 因果 応報 ) 巻 第 二十 一 は 欠巻 で あ る が 、 配列 順 から ここ に は 天皇 家 に 関 する 説話 が 入 る 予定 で あ っ た と 考え られ て い る 。 巻 第 二十 一 欠巻 巻 第 二十 二 本 朝 ( 藤原 氏 の 列伝 ) 巻 第 二十 三 本 朝 ( 強力 譚 ) 巻 第 二十 四 本 朝付 世俗 ( 芸能 譚 ) 巻 第 二十 五 本 朝付 世俗 ( 合戦 、 武勇 譚 ) 巻 第 二十 六 本 朝付 宿報 ( 宿報 譚 ) 巻 第 二十 七 本 朝付 霊鬼 ( 変化 、 怪異 譚 ) 巻 第 二十 八 本 朝付 世俗 ( 滑稽 譚 ) 巻 第 二十 九 本 朝付 悪行 ( 盗賊 譚 、 動物 譚 ) 巻 第 三十 本 朝付 雑事 ( 歌 物語 、 恋愛 譚 ) 巻 第 三十 一 本 朝付 雑事 ( 奇異 、 怪異 譚 の 追加 拾遺 ) 死蔵 期間 が 長期 に 渡 っ て い た ため 、 後 の 説話 文学 の 代表 格 と いえ る 『 宇治 拾遺 物語 』 など 中世 の 説話 文学 に 何 ら か の 影響 を 与え た と は 言 い がた い 。 『 今昔 物語 集 』 に 想 を 採 っ た 近代 作家 は 多 い 。 中 で も 大正 時代 の 芥川 龍之介 に よ る 『 羅生 門 ( 小説 ) 』 と 『 鼻 ( 芥川 龍之介 ) 』 は 有名 。 +『 保元 物語 』 ( ほうげん ものがたり ) は 保元 の 乱 の 顛末 を 描 い た 軍記 物語 で あ る 。 保元 元年 ( 1156 年 ) に 起こ っ た 保元 の 乱 を 中心 に 、 その 前後 の 事情 を 和漢 混淆 文 で 描 く 。 鳥羽 天皇 の 崇徳 天皇 へ の 譲位 問題 より 始ま り 、 鳥羽 法皇 が 崩御 し た の を きっかけ に 崇徳 院 が 挙兵 。 崇徳院 と 後白河 天皇 と の 皇位 継承 争い を 軸 に 、 崇徳 側 の 敗退 、 以降 の 平治 の 乱 、 治承 ・ 寿永 の 源平 合戦 の 予兆 まで を 記 す 。 藤原 忠通 、 藤原 頼長 の 摂関家 の 対立 、 源義朝 と 源 為 義 の 源氏 の 対立 、 平清 盛 と 平忠正 と の 平家 の 対立 が 加わ る 。 細か い 内容 は 諸本 に よ っ て 差異 が あ る が 、 何 れ も 源 為 朝 の 活躍 が メイン と な っ て い る 。 また 為朝 の 父 の 源 為 義 を はじめ 、 敗者 と な っ た 崇徳 ・ 頼長 ら に 同情 的 で あ り 、 この 敗者 へ の 視点 が 本作品 の 主題 と も いえ る 。 この 『 保元 物語 』 に 『 平治 物語 』 『 平家 物語 』 『 承久 記 』 を 合わせ た 4 作品 は 「 四部 の 合戦 状 」 ( 『 平家 物語 勘文録 』 ) と 称 さ れ 、 保元 から 承久 に いた る 武士 の 勃興 期 の 戦乱 を ひと 続 き の もと し て 理解 する 見方 が 中世 から あ っ た こと が 確認 でき る 。 これ は 、 保元 の 乱 を 「 武者 ノ世 」 の はじまり で あ る と する 『 愚管 抄 』 の 認識 と も 一致 し て お り 、 時代 の 画期 で あ る と 考え て られ て い た こと が わか る 。 『 将門 記 』 など の 先行 する 軍記 物語 は いくばく か 存在 する もの の 、 『 平家 物語 』 など と とも に 、 あらた な 文学 の ジャンル 形成 に 寄与 し た 作 で あ る と いえ る だ ろ う 。 古く から 何 人 か の 名前 が 挙が っ て い る が 、 明らか に は な っ て い な い 。 近世 まで の 説 と し て は 、 葉室 時長 説 ( 『 醍醐 雑抄 』 ) 、 中原 師 梁説 ( 『 参考 保元 物語 』 ) 、 源 瑜説 ( 『 旅宿 問答 』 ) 、 公瑜 僧正説 ( 『 新続 古 事談 』 ) など が あ る が 、 現在 で は どれ も 根拠 は 薄弱 と さ れ る 。 なお 、 この うち 「 旅宿 問答 」 は 『 新続 古 事談 』 を 引用 し て お り 、 源瑜 と 公瑜 は おなじ 人物 で あ る と さ れ る 。 なお 「 旅宿 問答 」 は 伊勢 貞丈 の 『 安斎 随筆 』 に 引用 さ れ て い る もの で 、 現存 は し て い な い 。 そこ で は 保元 ・ 平治 の 両 物語 を 二 条 天皇 の 時代 の 作 で あ る と し て い る 。 事実 と すれ ば 、 もっとも 古 い 物語 に 関 する 記述 で あ る 。 しかし 、 この 「 旅宿 問答 」 で は 「 保元 平治 、 源 ノ 義賢 、 義平 ト一 ( ひと つ の ) 乱ヲ 作出 シ玉 フ 」 と あ る ところ を み る と 、 久寿 2 年 ( 1155 年 ) の 源義賢 ・ 源 義平 の 争い を 含 ん だ 物語 の こと を 述べ て い る ら しい 。 しかし 、 この 事件 に ふれ た 諸本 は 残 さ れ て お ら ず 、 「 旅宿 問答 」 の 言 う 「 保元 平治 」 が 、 本当 に 『 保元 』 『 平治 』 の 物語 の こと で あ る の か どう か は 、 かなり 疑わし い 。 また 、 『 安斎 随筆 』 自体 が 江戸 時代 の 作 で 、 信憑 性 に も とぼし い 。 なに より も 、 『 保元 物語 』 中 、 古態 本 で あ る 半井 本 が 治承 年間 の 記事 を 有 し て い る 。 これ が 二条 天皇 の 死後 の もの で あ る こと を 考えれ ば 、 仮 に 「 旅宿 問答 」 の 記述 が 事実 で あ っ て も 、 『 保元 物語 』 の こと を 指 し て い る と は 思 わ れ な い 。 いずれ に せよ 、 これ ら の 諸説 は 、 現在 で は ほとんど かえりみ られ て は い な い 。 戦後 に な っ て から は 高橋 貞一 に よ っ て 葉 室 長 方 説 も 提出 さ れ た 。 近年 で は 、 その 制作 に かかわ っ て 、 複数 の 人 、 ないし は 集団 を 想定 する 説 が 多 く な っ て お り 、 波多野 義通 を 物語 の いく つ か の 伝承 者 と する 安部 元雄 の 説 、 藤原 忠実 ・ 頼長 父子 周辺 の 人物 を 想定 する 原水 民樹 ・ 砂川 博 など の 説 が 提出 さ れ て い る 。 なお 、 以下 の 「 成立 」 で も ふれ る よう に 『 平治 物語 』 と 一 組 の もの と し て 扱 わ れ て い る こと が 多 い 。 作者 が 同一 で あ る と い う 説 も 古く から あ り 、 葉室 時長 ら は 『 平治 物語 』 の 作者 に も 擬 さ れ て い る 。 別 人物 を 作者 と する 説 は 戦前 の 藤井 信男 など に 早 く み られ る 。 「 諸本 」 の 項目 に かかわ る が 、 第 4 類 など は 内容 が 対応 し て お り 、 同一 作者 を 想起 さ せ る もの が あ る 。 一方 、 『 保元 物語 』 で は 古態 と 思 わ れ る 半井 本 が 、 『 平治 物語 』 で は 金刀 比羅 本 に 近 い など 、 対応 関係 に は とぼし く 、 作者 が おなじ で あ る と み る こと は 難し い 。 すくな く とも 、 この ふた つ の 物語 を 同一 作者 と 認定 する だけ の 根拠 は な い と いえ る 。 『 保元 物語 』 の 成立 に 関 し て は 、 わか っ て い る こと は あまり 多 く な い 。 「 作者 」 で ふれ た よう に 治承 年間 の 記事 を 含 む の で 、 それ 以降 で あ る こと だけ は 動 か な い 。 ただ 、 『 愚管 抄 』 に 保元 の 乱 に つ い て の 話 が 「 少々 アルト カヤウケタマハレドモ 、 イマダ 見侍 ラズ 」 と あ る こと 、 また 永仁 5 年 ( 1297 年 ) 成立 の 『 普通 唱導 集 』 に 「 平治 ・ 保元 ・ 平家 の 物語 」 が 琵琶 法師 に よ っ て 語 ら れ た こと が 記 さ れ て い る 。 これ ら が 、 断片 的 ながら 、 成立 に つ い て の 材料 と し て 挙げ られ て い る 程度 で あ る 。 とくに 前者 の 『 愚管 抄 』 の 記述 に つ い て は 、 この こと を 根拠 の ひと つ と し て 永積 安明 は 『 愚管 抄 』 成立 ( 1220 年 ) 以前 に 『 保元 物語 』 の 誕生 を み る 。 しかし 、 著者 で あ る 慈円 自身 が 見 た こと が な い 、 と 言 っ て い る よう に 、 本当 に 『 保元 物語 』 の こと を 言 っ て い る の か どう か 、 不安 視 さ れ て も い る 。 一方 で は 、 この 『 愚管 抄 』 の 「 少々 アル 」 を 論拠 に 、 物語 の 成立 は 1220 年 以降 と み る 野村 八良 の よう な 見解 も あ り 、 この 曖昧 な 記載 から 『 保元 物語 』 の 成立 を うかが い 知 る の は 困難 で あ ろ う と 思 わ れ る 。 また 、 『 平家 物語 』 の 異本 で あ る 『 源平 盛衰記 』 の 清盛 の 台詞 と し て 、 「 保元 ・ 平治 の 日記 」 な る もの が みえ て い る 。 これ を 『 保元 』 『 平治 』 物語 と み る 理解 も あ る が 、 反対 意見 も 多 い 。 仮 に この 「 日記 」 を 『 保元 』 『 平治 』 の 物語 と おなじ と 認め た 場合 で も 、 『 平家 物語 』 の 古態 本 で あ る 延慶 ( 日本 ) 本 など に は この 話 は な く 、 本当 に 清盛 生存 時 の 事実 を 伝え て い る か どう か は かなり 疑問 も あ る 。 近年 で は 、 『 保元 物語 』 現存 伝本 中 、 もっとも 古態 を とどめ て い る と 思 わ れ る 半井 本 など に 、 貞応 2 年 ( 1223 年 ) 、 ないし は 3 年 の 成立 で あ る 『 六代 勝事 記 』 の 文章 が 引 か れ て い る と する 弓削 繁 の 論 など に よ っ て 、 承久 の 変 以降 の 成立 と み る 見 方 も あらわれ て い る 。 いずれ に せよ 、 『 普通 唱導 集 』 以前 に は 、 この 物語 の 確実 な 存在 を 想定 さ せ る 史料 は な く 、 成立 を 承久 の 乱 前後 と み る の が 通説 で あ る が 、 確か な 証拠 は 得 られ て い な い 。 『 徒然 草 』 と い う 著名 な 作品 に 琵琶 法師 の 語り が あ っ た こと を 記 さ れ て い る 『 平家 物語 』 と 違 い 、 『 保元 物語 』 に は 流布 に つ い て 語 る 史料 は それ ほど 多 く な い 。 すでに 「 成立 」 で ふれ た 『 普通 唱導集 』 を 除 け ば 、 花園 天皇 の 手 に な る 『 花園 院 宸 記 』 の 元亨 元年 ( 1321 年 ) 4 月 16 日 ( 旧暦 ) の 記事 に 「 平治 ・ 平家 等 」 の 琵琶 語り が おこな わ れ た と あ る の を 挙げ 得 る 程度 で あ る 。 『 保元 』 と は な い が 、 「 平治 ・ 平家 等 」 と あ る の に よ れ ば 、 おそらく は 含 ん で い る もの と 思 わ れ る 。 すくな く とも 、 鎌倉 時代 も 半ば から 後期 に は 為朝 の 武勇 譚 など が 巷間 に 広ま っ て い た の で あ ろ う 。 もっとも 問題 な の は 『 平治 物語 』 『 平家 物語 』 と の 関係 で あ る 。 しかし 、 この 3 つ の 物語 の 先後 関係 に つ い て は 不明 な 点 が 多 く 、 影響 を 述べ る の は 難し い 。 しかし 、 諸本 で 述べ る 鎌倉 本 と 延慶本 『 平家 物語 』 が ほぼ 同文 を 採用 し て い る 箇所 が あ る など 、 関係 が あ る こと は 間違い な い 。 また 、 『 平治 物語 』 の 悪源太 義平 と 為朝 の 造形 の 関係 など も 注目 さ れ る ところ の で は あ る が 、 確か な こと は わか ら な い 。 ただし 、 半井 本 ・ 鎌倉本 など の 『 保元 』 と 延慶本 ・ 長門 本 など の 『 平家 』 に 崇徳院 の 怨霊 に まつわ る ほぼ 同じ 内容 の 文章 が 見 られ 、 これ は 明らか に 一方 が 一方 を 参考 に し た もの と 考え られ る 。 この 崇徳 院 説話 に つ い て は 、 類話 が 『 発心 集 』 『 古事 談 』 『 撰集 抄 』 に も みえ て お り 、 口頭 伝承 など も 含め て 、 影響 を 与え あ っ た 可能 性 が 高 い 。 次 に 、 以下 の 「 史実 と の 関係 」 に かかわ る が 、 『 尊卑 分脈 』 の 為義 ・ 義朝 等 の 伝記 は この 乱 に つ い て の 根本 資料 で あ る 『 兵範 記 』 と の 間 に 齟齬 が み られ 、 『 保元 物語 』 に 近 い 。 これ は 『 尊卑 分脈 』 の 伝記 が 物語 に したが っ て 書 か れ た こと を 示唆 し て い る 。 また 原水 民樹 に よ っ て 、 『 神皇 正統録 』 や 『 北条 記 』 ( 『 関東 合戦 記 』 ) など に 物語 の 本文 が 利用 さ れ て い る こと が 指摘 さ れ て い る 。 しかし 、 なん と い っ て も 著名 な の は 曲亭 馬琴 の 『 椿説 弓 張 月 』 で 、 これ は 『 保元 物語 』 から 為朝 の エピソード を 中心 に を 取り上げ 、 増補 し 、 脚色 し た もの で あ る 。 ここ まで 諸本 に つ い て ふれ て き た とおり 、 『 保元 物語 』 は 複数 の 伝本 が 残 さ れ て お り 、 内容 ・ 話 の 順序 に は 変更 点 が 多 い 。 これ ら の 内容 を 整理 し て 、 逐一 違い を 述べ て い く の は きわめて 煩雑 と な る 。 その ため 、 以下 で は 主 と し て 後 に 紹介 する 現存 最古 の 写本 「 諸本 ・ 第 1 類 」 の 半井 本 系統 に 即 し て 物語 の 内容 に つ い て まとめ る 。 物語 は 鳥羽 法皇 の 治世 の こと から 筆 を 起こ す 。 この 法皇 の 治世 が 優れ た もの で 、 その 時代 が 素晴らし い もの で あ っ た こと を 記 す 。 しかし 、 そんな 法皇 に も 翳り が みえ はじめ る 。 まず 、 息子 の 近衛 天皇 が 父 に 先んじ て 崩御 する 。 この とき 院 で あ っ た 崇徳 は 自身 の 息子 で あ る 重仁 親王 の 即位 を 期待 する が 、 美福門院 の 差し金 で 、 即位 し た の は 四宮 ( 後白河 天皇 ) で あ っ た 。 この ため 、 崇徳 は 深 く 恨み に 思 う 。 続 い て 鳥羽 法皇 も 天命 に は かな わ ず 、 巫女 の 占い の とおり に 世 を 去 る 。 この 法皇 の 死 を きっかけ と し て 、 崇徳 は 皇位 を 重仁 の もの と する べ く 計画 を 練り はじめ 、 兄忠通 と の 争い と の 争い を かかえ て い た 左 大臣 ・ 藤原 頼長 も 崇徳 に 加担 する 。 ふたり は 自分 たち に 味方 する 武士 や 僧兵 を 集め はじめ る 。 そんな なか 、 崇徳 に 味方 し よ う と し た 源 親 治 が 後白 河方 の 平基盛 に よ っ て とらえ られ 、 また 、 頼長 の 依頼 に よ っ て 後白河 を 調伏 し よ う と し た 三井 寺 の 僧侶 勝尊 が 捕らえ られ る など の 事件 が 相 次 ぎ 、 両 陣営 の 緊張 は 高ま っ て い く 。 両 陣営 は 武力 衝突 に 備え て 、 それぞれ 有力 な 武士 を 集め はじめ る 。 崇徳 側 に 集ま っ た の は 源 為 義 と 、 為朝 ら その 息子 たち 。 また 平家 弘 ・ 平忠正 と い っ た 人々 で あ る 。 この なか で も 為義 は 高齢 を 理由 に 従軍 を 断わ り 、 為朝 を 対象 に 推薦 する が 、 最後 に は 藤原 教長 に 説得 さ れ て 腰 を あげ る 。 これ に あわせ て 、 宇治 に い た 頼長 も 崇徳 の 御所 で あ る 白河 殿 に 戻 っ て くる 。 この 際 、 紀信 の 故事 に ふれ られ て い る 。 一方 、 後白河 側 に 集ま っ た の は 源義朝 ・ 平清盛 ・ 源義康 ・ 源 頼政 ら が 集ま る 。 この うち 、 清盛 は 重仁 親王 の 乳母 で あ る こと から 、 後白河 は 遠慮 し よ う と する が 、 美福門院 が 鳥羽 法皇 の 遺言 と 偽 っ て 清盛 を 呼び寄せ る 。 崇徳 側 で 戦 評定 が はじめ る 。 頼長 は 為義 に 意見 を 求め る が 、 為義 は 為朝 を 推薦 する 。 為朝 は 兵力 で おと る 自分 たち が 勝 つ ため に は 、 夜襲 を かけ て 火 を 放 ち 、 天皇 を 奪い取 る しか な い と 献策 する が 、 頼長 は 若気 の いたり と 取り上げ な い 。 興福寺 の 僧兵 が 援軍 に 来る の を 待 っ て 持久 戦 を 挑 む べ き で あ る と 結論 する 。 これ を 聞 い て 為朝 は ひとり 嘆息 する 。 天皇 側 も 戦 に そなえ 、 後白河 は 三 種 の 神器 と とも に 大内 裏 から 東三 条 通 に 移 る 。 そして 、 信西 に 命 じ て 、 義朝 の 意見 を 求め させ る 。 義朝 は 戦 に 勝 つ ため に は 今夜 に で も 仕掛け て 、 一気 に 決選 を 挑 む べ き だ と 進言 し 、 信西 は これ を 許可 する 。 崇徳 側 が 戦 の 準備 を し て い る 間 に も 、 義朝 や 清盛 は 兵 を 動か し 、 敵 が 動 き 出 す まえ に 白河 殿 を 包囲 する 。 為義 の 3 男 、 頼方 は 先手 を う っ て 出撃 し 、 義朝 の 軍勢 に 損害 を 与え る 。 義朝 は 先陣 に た っ て 反撃 し よ う と する が 、 乳母子 の 鎌田 正清 に 諫め られ る 。 一方 、 清盛 は 為朝 の 守 る 門 に 攻め る 。 先陣 の 伊藤 六 、 山田 是行 ら が 為朝 に 挑戦 する が 、 為朝 の 強弓 の 前 に 撃ち落と さ れ る 。 清盛 の 軍勢 は 色 を なく す が 、 ただ ひとり 、 平重盛 だけ は 為朝 に 挑 も う と する 。 しかし 清盛 は 自軍 の 損害 が 多 き く な る こと を おそれ て 引き返 す 。 続 い て 義朝 が 為朝 の 守 る 門 を 攻め る が 、 鎌田 の 軍勢 が 蹴散ら さ れ 、 義朝 自身 も 兜 の 飾り を 射 ぬ か れ る など 窮地 に 陥 る 。 金子 家忠 が 為朝 の 郎 等 を 打ち取 る など 一矢 報 い る 場面 も あ っ た が 、 大庭 景義 が 重症 を 負 う など 、 大きな 損害 を 受け る 。 為朝 は 義朝 や 家忠 を 殺 そ う と 思 え ば 殺 す こと が でき た が 、 兄 へ の 遠慮 や 勇者 へ の 共感 が あ っ て あえて 討 つ こと を し な かっ た 。 義朝 勢 は 風 で 門 が 開 い た の も 為朝 勢 の 突撃 と 恐れ て 逃げ 惑 う 有様 だっ た 。 為朝 以外 の 崇徳 側 の 武士 も 善戦 し 、 後白河 側 は 一 歩 も 攻め 入 る こと が でき な かっ た 。 この ため 、 義朝 は 火 を かけ る こと を 信西 に 献策 し 、 信西 も これ を 認め る 。 この 火責 め に は 為朝 も かな わ ず 、 崇徳 たち は 白河 殿 を 脱出 する 。 その 際 、 頼長 は 流れ矢 を 首 に 受け て 重症 を 負 う 。 崇徳 は 如意山 へ と 逃亡 する が 、 気力 を 失 い 、 ここ まで したが っ て き た 為義 たち と も 別れ る 。 その 間 に は 義朝 たち は 白河 殿 や 、 敵 の 残勢 が 逃げ込 ん だ 法勝 寺 を 焼き払 う 。 崇徳 は かつて 関係 の 深 か っ た ひと たち の 家々 を 訪ね る が 、 誰 も 彼 を 出迎え な い 。 悲しみ くれ る 崇徳 は 、 知足 院 に 入 り 出家 する 。 その 後 、 弟 の 覚性 法 親王 の い る 仁和 寺 へ と 向か い 、 そこ で 腰 を 落ち着け る 。 すぐ に 天皇 方 の 武士 が や っ て き て 、 仁和 寺 を 包囲 する 。 その 間 に も 忠通 は 頼長 から 氏 の 長者 の 地位 と 取り戻 し 、 一方 の 忠実 は 自分 も 討伐 さ れ る こと を 恐れ て 、 僧兵 を 集め て 宇治 に ひきこも る 。 義朝 と 清盛 は 三条 の 崇徳 の 御所 、 頼長 の 五 条 壬生 の 邸 を 焼き払 い 、 内裏 に 帰還 する 。 ここ で 恩賞 が 授け られ る は 、 義朝 は 一族 全員 を 敵 に まわ し て まで 天皇 に したが っ た の に 、 あまり に も 報 い る ところ が すくな い こと に 再考 を 求め 、 信西 と 論争 の 挙句 に これ を 認め させ る 。 その 頃 、 頼長 は 生死 を さまよ い ながら 、 父 忠実 の もと を 訪れ る が 、 かかわり合い を 恐れ た 忠実 は 面会 を 拒否 。 頼長 は 舌 を 噛み 切 っ て 悔し が り 、 しばらく し て 息 を 引き取 る 。 彼 の 亡骸 は 奈良 の 般 若野 に 埋葬 さ れ た 。 忠実 は この 報告 を 聞 い て 嘆き悲しみ 、 戦 で 名 の 知れ た 人 は 誰 も 死 ん で い な い の に 、 どう し て 氏 の 長者 で あ る 頼長 だけ が 命 を 落と し た の か と 慟哭 する 。 崇徳側 に つ い た 教長 ら は 次々 と 捕らえ られ 、 頼長 の 居 場所 など を 聞き 出 す ため に 拷問 に かけ られ る 。 父 の 敗北 を 知 っ た 重仁 親王 も 、 仁和 寺 に 向か っ て 出家 する 。 そして 、 近江 国 坂本 ( 大津 市 ) から 蓑浦 へ と 逃亡 を 続け て い た 為義 も 熱病 に かか り 、 天台 山 に 登 っ て 出家 する 。 息子 たち も 合流 し 、 為朝 は 東国 へ 逃げ のび 再帰 を はか る べ き で あ る と 検索 する が 、 為義 は 老齢 など を 理由 に これ を 断 り 、 長男 の 義朝 を 頼 る こと に 決め る 。 親子 は 涙 ながら に わかれ 、 義朝 は 喜 ん で 父 を 引き取 る 。 崇徳側 に つ い た 武士 たち に つ い て 、 源 雅定 ・ 藤原 実能 ら の 高官 たち は 、 死罪 は 久し く おこな っ て い な い こと 、 また 鳥羽 法皇 の 服喪 中 で あ る こと を 理由 に 、 罪 を 軽 く する こと を 言上 する 。 しかし 、 信西 は 謀反 人 たち を 生か し て お け ば 後々 まで 禍根 を 残 す と 反論 し 、 律 の とおり に 死罪 する べ き で あ る と 勧め 、 後白河 も これ を 認め 、 家弘 ・ 忠正 ら は 斬 ら れ る 。 この うち 忠正 は 甥 の 清盛 が 助命 し て くれ る こと を 期待 し て い た が 、 清盛 は 自分 が 伯父 を 斬 れ ば 、 義朝 も 父 を 斬 ら ざる を え な く な る だ ろ う と 陰謀 を はたら か せ て 自ら 斬 っ た 。 為義 を かくま っ て い た 義朝 だ が 、 鎌田 の 進言 に したが っ て 勅命 の とおり に 父 を 斬 る こと を 決意 する 。 鎌田 と 波多野 義通 は 七条 通 朱 雀 大路 に 為義 を 連れ出 し 、 死罪 の 勅命 がくだっ た こと を 告げ る 。 為義 は 涙 に くれ る 。 父 を 見殺 し に する 義朝 を 恨 み 、 いっぽう で は 彼 が 父殺 し と し て 世間 から 非難 さ れ る こと を 恐れ 、 また おさな い 息子 たち の 行く末 を 心配 し つつ 、 最後 に は 南無 阿弥陀 仏 を 唱え ながら 静か に 首 を 打 た れ る 。 源 氏 に 対 する 処断 は 過酷 を 極め 、 頼方 たち 弟 5 人 、 また いまだ 元服 さえ 迎え て い な い 乙若 ら 4 人 の 幼子 たち まで も 処刑 する こと に な る 。 乙若 は 身内 を ことごとく 殺 す 義朝 の 末路 は 碌 な もの に は な ら な い こと を 呪 い つつ 、 処刑 さ れ る 。 また 、 幼 い こども たち が 処刑 さ れ た こと を 知 っ た 為義 の 北 の 方 も 嘆き の あまり に 川面 に 身 を 投げ て 夫 や こども たち の 後 を 追 う 。 この ころ 、 頼長 の 死 が 天皇 方 に 伝わ る 。 信西 は それ を 確かめ る ため 、 遺骸 を 掘り起こ さ せ る 。 頼長 の 遺骸 は 埋め戻 さ れ る こと も な く 、 路傍 に 捨て られ る 。 この 酷 い 仕打ち に 、 頼長 の 息子 で あ る 師長 たち は 出家 する こと を 志 す が 、 いつ か 再起 を はか る べ き で あ る と い う 祖父 忠実 の 言葉 に 思いとどま る 。 この 厳し い 処罰 は 崇徳 に も およ び 、 彼 は 讃岐 に 流 さ れ る こと に 決ま る 。 多く の 供 を つれ て い く こと も 、 父鳥 羽 法皇 の 墓前 に 赴 く こと も 許 さ れ ず 、 流罪 の 憂き 目 に あ る 。 流 さ れ た 讃岐 で も 厳重 に 監視 さ れ る こと に な り 、 崇徳 は 光源 氏 ・ 在原 行平 ・ 淳仁 天皇 ( 淡路 廃帝 ) ら 、 かつて 流離 に あ っ た 人々 に 自身 を 重ね合わせ て 、 我が 身 の 不運 を 思い 嘆 く 。 この とき 崇徳 の 御所 の 焼け跡 か 「 夢ノ記 」 が 発見 さ れ る 。 「 夢ノ 記 」 と は 皇位 に 異変 が あ る たび に 現れ る もの で あ る 。 ついで 、 崇徳 に つ い た 貴族 たちや 、 頼長 の 息子 たち も 流罪 に な る 。 師長 は 忠実 に 書簡 を 贈 っ て 自身 の 嘆き を うちあけ る 。 世 の 人々 は この あまり に 過酷 な 刑罰 、 とくに 老齢 の 為義 を 処刑 し た こと を いぶかし む 。 その 不審 は 、 処刑 を 命 じ た 天皇 に まで 及 ん で い る 。 鳥羽 法皇 の 旧臣 たち は 、 この 悲劇 を 思 い 、 とりわけ 崇徳 が 讃岐 に 流 さ れ た こと に つ い て 、 玄宗 皇帝 など と 重ね合わせ て 、 いかに 帝 で も あ っ て も 因果 から 離れ る こと は でき な い と 嘆息 する 。 信西 は 忠実 まで も 流罪 に し よ う と する が 、 これ は 忠通 が 拒否 し た の で 頓挫 する 。 為義 の 息子 の なか で 唯一 逃げ 延び て い た 為朝 も 、 温泉 で 養生 し て い る ところ を 平家 貞 に 発見 さ れ 、 丸腰 の ところ を 捕らえ られ て しま う 。 為朝 は 死罪 と な る べ き ところ だっ た が 、 罪 を 減 じ られ て 、 腕 の 筋 を 切 ら れ 、 弓 を 引け な い よう さ れ た うえ で 伊豆 に 流 さ れ る 。 しかし 、 自分 を 運 ぶ 輿 を 踏み抜 い て みせ る など 、 為朝 の 剛勇 ぶり は あい かわ ら ず で あ っ た 。 崇徳 は 讃岐 で 自身 の 不運 を 嘆 き ながら 日 を 送 っ て い た 。 ある 日 、 思い いた っ て 五 部 大乗経 を 写経 し 、 和歌 を 添え て 、 都 の あたり の 寺 に 奉納 する こと を 願 う 。 これ は 後世 の 安寧 を 得 る ため で あ っ た 。 しかし 後白河 は これ を 拒否 、 崇徳 は 激怒 し 、 後白河 は 未来 永劫 まで も 敵 で あ る と 宣言 し 、 「 悪魔 」 と な る こと を 誓 っ て 舌 先 を 噛み 切 り 、 その 血 で も っ て 誓状 を し た ため る 。 この 崇徳 の 願い の とおり 、 世 は 一向 に おさま る こと は な かっ た 。 平治 元年 に は 藤原 信頼 が 義朝 を 語ら っ て 反乱 を 起こ し 、 信西 を 殺害 、 獄門 に する 。 これ は 頼長 の 死骸 を 放棄 し た 報 い だ ろ う と ささや か れ た 。 一方 、 いったん は 勝者 と な っ た 義朝 も 清盛 に 敗北 、 逃亡 中 に 長田 忠致 に 裏切 ら れ て 殺 さ れ る 。 これ は 、 義朝 に よ っ て 処刑 さ れ た 乙若 の 言葉 どおり だっ た 。 ある 日 、 崇徳 に 仕え て い た 是成 と い う もの が 、 出家 し て 蓮如 と な の っ て い た が 、 讃岐 に わた っ て 面会 する 。 蓮如 は 都 に 帰 っ て き て から 、 怨霊 と な っ た 崇徳 が 、 為義 ら を 率い て 後白 河 上皇 の 御所 法住寺 ( 京都 市 ) を 襲 う 夢 を 見 る 。 しかし 法住 寺 殿 は 不動 明 王 の 結界 に よ っ て 守 ら れ て い た ため 、 崇徳 は 西 八 条 の 清盛 の もと へ と 向か い 、 難なく 中 へ 入 っ た 。 この とき から 清盛 が 増長 し 、 天皇 を も 脅か す よう に な っ て い く の は 、 崇徳 の 力 に よ る もの で あ る 。 しかし 、 この 崇徳 の 怨霊 も 西行 の 歌 に よ っ て なだめ られ 、 鎮魂 さ れ る 。 伊豆 に 流 さ れ た 為朝 だっ た が 、 傷 も 癒え て 、 八丈 島 など 周囲 の 島 の 代官 を 追い出 し て 占領 し て しま う 。 さらに は 、 鬼島 に 渡 っ て 、 ここ の 住民 まで も したがえ て しま う 。 伊豆 国 を 任 さ れ て い た 斉藤 茂光 は この 為朝 の 威勢 を 恐れ 、 天皇 に 討伐 の 許可 を 求め る 。 この 申し出 は すぐ に 許可 さ れ 、 為朝 討伐 の 軍勢 が 差し 向け られ る 。 為朝 は たった 一矢 で 船 を 沈め る など 奮戦 する が 、 多勢 に 無勢 を 悟 っ て 、 息子 の 首 を はね て 自身 は 切腹 する 。 為朝 の 首 は 加藤 景高 が はね て 都 に 送 る 。 物語 は 最後 に 、 為朝 以上 の 源 氏 は い な い こと を 述べ て 、 運 つ たな く 朝敵 と な っ て 果て た こと を 慨歎 する 。 そして 、 子 が 親 を 斬 り 、 叔父 を 甥 が 斬 り 、 兄 が 弟 を 流罪 に し 、 女性 も 身 を 投げ る 「 日本 の 不思議 」 で あ る と 結 ん で い る 。 『 保元 物語 』 は 保元 の 乱 を 題材 と し た 軍記 物語 で あ る が 、 物語 で あ る 以上 、 そこ に は 虚構 、 ないし は 史実 と の 乖離 も 認め られ る 。 保元 の 乱 に 関 する 史料 と し て は 、 『 兵範 記 』 『 愚管 抄 』 『 百 錬 抄 』 『 帝王 編年 記 』 など を 挙げ る こと が でき る 。 とくに 『 兵範 記 』 は 乱 に 実際 かかわ っ た 平信 範 の 日記 で あ り 、 信憑 性 は きわめて 高 い 。 また 、 『 愚管 抄 』 は 成立 自体 は すこし く だる もの の 、 乱 に かかわ っ た ひと ( 源雅頼 ) の 日記 を 手控え と し て 利用 し て お り 、 こちら も 史料 と し て 尊重 さ れ て い る 。 以下 、 主 と し て 『 兵範 記 』 『 愚管 抄 』 と の 関係 を 述べ る 。 為朝 の 造形 『 保元 物語 』 の 主人 公 と い っ て も い い 源 為 朝 で あ る が 、 物語 と 史料 に お い て 造形 に は 大きな 隔たり が あ る 。 物語 に おけ る 為朝 は 、 保元 の 乱 に おけ る 記述 だけ に 話 を しぼ っ て も 、 まさしく 一騎 当千 の 勇者 で あ り 、 その 強弓 で 馬 ご と 鎧 武者 を 打ち抜 き 、 わずか 28 騎 の 手勢 のみ で 、 清盛 率い る 600 余 騎 、 義朝 率い る 250 余騎 を 退け る と い う 活躍 を 見せ て い る 。 とくに 長 時間 戦闘 を おこな っ た 義朝 勢 は 50 人 以上 の 死者 を 出 し 、 重傷 者 も 80 人 を 超え る と い う 有様 だっ た 。 同時 に 、 為朝 は 兄 を 射殺 そ う と すれ ば 可能 で あ っ た の に 、 不孝 と な る こと を 思 っ て ためら う と い う 、 優し さ も 見せ て い る 。 この よう な 為朝 の 造形 は 冨倉 徳次郎 に よ っ て 智 ・ 勇 ・ 仁 の 三徳 を 兼ね そなえ た 理想 的 な 武人 の 姿 で あ る と 言 わ れ て い る 。 なお 、 為朝 の 配下 が 28 騎 で あ る の に は 、 『 史記 』 項羽 本紀 の 影響 で あ ろ う と 田中 芳樹 が 述べ て い る 。 一方 、 史料 で は 為朝 の 記述 は ほとんど な い 。 『 愚管 抄 』 で 「 小男 」 と さ れ る の は 、 父 為 義 の 言葉 で あ る から 謙遜 と し て も 、 具体 的 な 活躍 の 場面 は 残 さ れ て い な い 。 ただし 、 『 兵範 記 』 保元 元年 8 月 27 日 の 記事 で は 為朝 を 捕縛 し た 平家 貞 が 特別 に 恩賞 に あずか っ て お り 、 為朝 が 崇徳院 に 味方 し た 武士 の なか で も 特別 な 存在 で あ っ た と みな さ れ て い た 可能 性 は 高 い 。 また 、 『 吾妻 鏡 』 建久 2 年 ( 1191 年 ) 8 月 1日 ( 旧暦 ) の 記事 に は 、 保元 の 乱 に 参加 し た 大庭 景義 が 為朝 を 「 吾朝 無双 の 弓矢 の 達者 」 と 評 し て い る 。 ただし 大庭 景義 は 「 然 れ ど も 弓箭 の 寸法 を 案 ずる に 、 その 涯分 に 過ぎ る か 」 と し 、 また 「 鎮西 より 出 で 給 う の 間 、 騎馬 の 時 、 弓聊 か 心 に 任せ ざる か 」 「 この 故実 を 存 ぜざれ ば 、 忽 ち 命 を 失 う べ き か 。 勇士 は ただ 騎馬 に 達 す べ き 事 な り 。 壮士 等 耳 の 底 に 留 む べ し 。 老翁 の 説嘲 哢 する こと 莫 れ 」 と 武者 の 騎射 戦 の 心得 を 述べ て い る 。 『 吾妻 鏡 』 の 編年 が 鎌倉 時代 中期 以降 と さ れ る こと から も 、 この 話し は 「 騎射 戦 の 心得 」 の 伝授 に 力点 が あ り 、 事実 と 断定 は 出来 な い が 、 しかし 物語 の よう な 武勇 譚 が 生まれ る 下地 は 実際 に あ っ た の か も しれ な い 。 なお 、 物語 で は 伊豆 大島 に 流 さ れ た 後 、 鬼 の 子孫 を したがえ た 等 、 荒唐 無稽 と い っ て い い 話 を 載せ て い る が 、 流罪 後 の 為朝 に つ い て は 、 わずか に 『 尊卑 分脈 』 に 伊豆 で 討 た れ た こと が 記 さ れ る のみ で あ る 。 忠実 と 頼長 へ の 評価 は 、 『 保元 物語 』 と 『 愚管 抄 』 で は 対照 的 で あ る 。 物語 で は 頼長 が 勉学 に すぐれ 、 部下 を 平等 に 扱 い 、 摂政 と し て 欠け た ところ は な かっ た こと を 賞賛 し て い る 。 また 、 忠実 に つ い て も 、 兄 の 忠通 から 頼長 に 氏 の 長者 を 禅譲 さ せ た こと に つ い て も 親子 の 愛情 に よ る もの で あ る から 批判 する こと は でき な い と 庇 う 。 頼長 に 先立 た れ 、 孫 たち が 流罪 に な っ た 際 の 嘆き に つ い て も 同情 的 な 筆致 を みせ て い る 。 一方 の 『 愚管 抄 』 は この 親子 の 悪行 を 口 を すぼめ て 非難 し て い る 。 もっとも 、 これ は 著者 の 慈円 が 忠通 の 息子 で あ る から 、 当然 の 評価 で あ る 。 『 愚管 抄 』 の 評価 を も っ て 、 忠実 ・ 頼長 の 像 を 決定 し て しま う 必要 は な い だ ろ う 。 しかし 、 一方 で 頼長 に 関 する さまざま な 悪評 を 、 物語 が 取り上げ て い な い こと も 事実 で あ る 。 男色 に つ い て は 当時 とくに 批判 さ れ る よう な こと で は な い が 、 『 台記 』 など に 多 く 記 さ れ て い る 私的 制裁 など の こと を 、 物語 は 一切 記 さ な い 。 これ は 忠実 に つ い て も おなじ こと で あ る 。 『 保元 物語 』 が この 親子 に 同情 的 と 言 わ れ る 所以 で あ る 。 物語 後半 で 為義 の 幼 い こども たち 4 人 が 、 兄義朝 に よ っ て 処刑 さ れ る 著名 な 件 で 、 物語 の なか で も もっとも 哀切 な 場面 と し て 享受 さ れ て き た 。 しかし 、 この こども たち の 処刑 に つ い て は 、 ほか に 拠 る べ き 史料 に とぼし い 。 物語 で は 天皇 方 から の 命令 に よ っ て や む を 得 ず 切 っ た こと に な っ て い る が 、 こども たち を 殺 す よう に と の 勅 が 出 た 形跡 も な い 。 近時 、 元木 泰雄 は 、 弟 たち を 処刑 し た の は 義朝 自身 の 意思 で 、 対立 状態 の 続 く 河内 源 氏 を 統制 する ため に おこな っ た もの で は な い か と の 推測 を し て い る 。 為義 と 義朝 の 関係 が 険悪 で あ っ た こと は 『 愚管 抄 』 に みえ て お り 、 これ が 事実 だ と する と 物語 に おけ る 親子 関係 も 虚構 に よ る 面 が 多 い 。 あるいは 、 この こども たち も 河内 源 氏 の 主導 権 争い に 巻き込 ま れ た もの で あ る か も しれ な い 。 一方 、 『 愚管 抄 』 より も 物語 の ほう が 真実 に 近 い の で は な い か と する 飯田 悠紀子 の よう な 理解 も あ る 。 確か に この 親子 が 仲 た がい し て い た と い う 史料 も 『 愚管 抄 』 以外 に は な い 。 しかし 、 橋本 義彦 が 指摘 し て い る よう に 、 保元 の 乱 の 数 年 前 から は 為義 は 忠実 ・ 頼長 に 接近 し 、 義朝 は 鳥羽 院 ・ 後白河 天皇 側 に 接近 し て い る こと は 確か で 、 この 親子 の 間 が 密接 な もの で な かっ た こと は 事実 の よう で あ る 。 『 兵範 記 』 で は 平安 京北 の 船岡山 で 息子 5 人 と とも に 処刑 さ れ た と あ る 。 一方 、 物語 で は 七 条 朱 雀 で ひとり 切 ら れ た こと に な っ て い る 。 また 、 『 兵範 記 』 に よ れ ば 、 処刑 は 息子 で あ る 義朝 自身 が 実行 し た と 考え られ る が 、 物語 で は 鎌田 正清 と 波多野 義通 に よ っ て おこな わ れ て い る 。 この 為義 の 処刑 を めぐ っ て は 異説 が 多 く 、 『 愚管 抄 』 は 義朝 が 実行 、 場所 は 四塚 ( 平安 京 から わずか に 南 ) と し 、 『 尊卑 分脈 』 は 実行 者 ・ 場所 とも に 物語 と おなじ で あ る 。 しかし 、 『 兵範 記 』 に は わざわざ 為義 の 首実 検 が 行 わ れ た こと まで 記録 さ れ て お り 、 これ ら の こと は 史料 の 年代 から し て も 事実 と 思 わ れ る 。 すくな く とも 、 室町 時代 の 成立 で あ る 『 尊卑 分脈 』 は 信用 し 難 い 。 崇徳 ・ 頼長 へ の 献策 『 愚管 抄 』 に よ れ ば 、 味方 の 人数 は すくな く 、 敵 は 多勢 で あ る から 、 御所 に 夜襲 を 仕掛け る べ き こと を 、 為義 が 崇徳 ・ 頼長 に 進言 し て い る 。 これ が 物語 で は 息子 の 為朝 の 献策 と さ れ て い る 。 ただし 、 この 献策 は 史実 ・ 物語 の いずれ で も 頼長 に と っ て 却下 さ れ て お り 、 実行 に は いた ら な かっ た 。 一方 、 義朝 の 夜襲 の 献策 を 信西 は 入れ て 、 崇徳 ら の 本拠 地 で あ っ た 白河 殿 を 攻め させ て い る 。 『 愚管 抄 』 に よ れ ば 、 鎌田 正清 は 「 義朝 の 一 の 郎党 」 と あ り 、 義朝 の 乳母子 で あ っ た 。 彼 が 白河 殿 攻撃 の 司令 官 と し て 、 何 度 も 攻撃 を おこな っ た と あ る 。 しかし 、 物語 ( とくに 半井 本 ) で は 、 為朝 の 弓 に 恐れ を な し て 、 逃亡 、 その 後 も 恐れおのの いて 前線 に 出 る こと さえ でき な かっ た 人物 と し て 描 か れ て い る 。 また 、 為義 を 処刑 する とき に も 、 半井 本 で は 体 が 震え て 首 を 打 つ こと さえ でき ず 、 波多野 義通 に 譲 っ て い る 。 全体 に 、 物語 は 鎌田 に 対 する あつかい が 、 史実 と 比較 する と 悪 く な っ て い る 。 乱後 、 崇徳 院 は 讃岐 に 流 さ れ 、 自身 の 罪業 を 償 う ため に 五部 大乗経 を し た ため 、 朝廷 に 石清水 八幡宮 か 長谷 寺 へ と 納経 の 許可 を 求め る 。 しかし 、 後白河 天皇 は これ を 拒否 、 恨み に 思 っ た 崇徳 は みずから を 大 悪魔 と 称 し 、 怨霊 と な る こと を 誓 う 。 この 崇徳院 の 怨霊 に まつわ る 話 は 『 平家 物語 』 『 太平 記 』 に も たびたび 引き合い に 出 さ れ 、 『 百 錬 抄 』 など 、 史書 に も 見え て い る ため 、 当時 実際 に 信 じ られ て い た こと に つ い て は 疑い は な い 。 しかし 、 山田 雄司 の 近時 の 研究 に よ れ ば 、 院 の 讃岐 で の 晩年 は 穏やか な もの で あ っ た と い う 。 また 、 この 崇徳院 の 怨霊 を 鎮め る ため に 、 西行 が 讃岐 へ 渡 り 、 歌 を 捧げ る 逸話 が 半井 本 など の いく つ か の 諸本 、 また 延慶本 『 平家 物語 』 など に 見え て い る 。 これ は 『 山家 集 』 『 西行 物語 』 など 、 近 い 時代 の 歌集 ・ 説話 集 を はじめ 、 上田 秋成 の 「 白峯 」 ( 『 雨月 物語 』 ) に まで 伝え られ る 著名 な 話 で あ る 。 しかし 、 西行 が 讃岐 へ く だっ た の は 仁安 ( 日本 ) 3 年 ( 1168 年 ) の こと で 、 崇徳院 の 怨霊 が 巷間 で 騒 が れ る の は もっと 後 に な っ て から で あ る 。 物語 で は 怨霊 の 力 で 清盛 の 性格 を 変化 さ せ 、 のち の 平家 の 横暴 を 引き起こ し た と する が 、 たとえば 鹿ケ谷 の 陰謀 が 治承 元年 ( 1177 年 ) の こと で あ る から 、 時間 の 辻褄 が あ っ て い な い の で あ る 。 この 例 など は 史実 を 曲げ て で も 、 あえて 崇徳院 の 怨霊 を 西行 が 鎮魂 し た と い う 構成 を 物語 が 求め た 例 と し て 注目 さ れ る 。 『 保元 物語 』 に は 多く の 本文 系統 が あ り 、 3 巻 本 、 2 巻 本 の もの が 現存 し て い る 。 分類 に つ い て は 種々 の 論 が あ る が 、 現在 で は 9 類 に 分け る 永積 安明 の 説 が 定説 と な っ て い る 。 以下 に 、 各 系統 の 代表 的 な 本文 を 掲げ る 。 文保 ・ 半井 本 系統 文保本 は 中巻 のみ の 端本 で あ る が 、 文保 2 年 ( 1318 年 ) 年 書 写 の 奥書 を 持 つ 、 現存 最古 の 写本 で あ る 。 半井 本 は 3 巻 本 。 この 系統 は 内閣 文庫 蔵本 を はじめ 、 いずれ も 室町 時代 後期 以降 の 写本 で あ る が 、 文保 本 と 内容 が きわめて 近似 し て い る こと から 、 もっとも 古態 を 残 し て い る と 考え られ て い る 。 内閣 文庫 蔵本 は 新 日本 古典 文学 大 系 本 の 底本 で あ る 。 また 、 現代 語 訳 も 勉 誠 出版 から 出版 さ れ て い る 。 また 文保 本 、 水戸 彰考 館 所 蔵本 に つ い て は 、 汲古 書院 から 影印 本 が 出版 さ れ て い る 。 鎌倉本 系統 彰考 館 所蔵 の 鎌倉本 が あ る 。 半井本 と とも に 古態 本文 と 目 さ れ る 。 作中 の 年次 など が 史実 に 近 い 点 など に 特徴 が あ る 。 ただし 、 中巻 の み は 第 4 類 の 属 する 本文 で 補 っ て い る 。 三弥 井 書店 から 翻刻 が 出版 さ れ て い る 。 この 翻刻 は 、 欠損 の 中巻 に つ い て は 文保 本 で 補 っ て い る 。 京図 本 系統 京都 大学 図書 館 蔵本 が 代表 的 な 本文 。 この 本文 は 京都 大学 図書 館 の ホーム ページ で 写真 を 閲覧 する こと が でき る 。 話 の 順序 ・ 文体 は 第 1 類 とも 第 4 類 とも かなり 異な っ て い る 。 和泉 書院 から 翻刻 が 出版 さ れ て い る 。 金刀 比羅 本 系統 金 比 羅宮 所蔵 の 金刀 比羅 本 に 代表 さ れ る 。 基本 的 に 全編 に わた っ て 仮名 を 附 さ れ て お り 、 文藝 性 が 豊か で あ る と 説 か れ て い る 。 高橋 貞一 に よ っ て かつて は 最古 の 系統 と する 理解 も あ っ た が 、 近年 で は 従 う 人 は あまり い ない 。 金刀 比羅 本 自体 に つ い て も 、 鎌倉 時代 成立 ( 小林 智昭 ) と も 室町 時代 まで くだ る ( 永積 氏 ) と も 言 わ れ て お り 、 成立 年代 は 定ま っ て い な い 。 日本 古典 文学 大 系 の 底本 で あ る 。 また 、 陽明 文庫 が 所蔵 する 宝徳本 ( 陽明 乙本 ) も この 系統 に 属 し て お り 、 新編 日本 古典 文学 全 集 本 の 底本 と な っ て い る 。 また 思文 閣 から 影印 も 出版 さ れ て い る 。 『 保元 物語 』 は 『 平家 物語 』 と 違 い 、 読み 本系 ・ 語 り 本系 と い う 分類 は 明確 に は でき な い もの で あ る が 、 この 宝徳本 は 犬井 善壽 に よ っ て 、 語 り 本 系統 の もの で は な い か と さ れ て い る 。 また 内容 の 1 部 が 第 5 類 と 重な る こと も あ っ て 、 第 4 類 の なか で も 特殊 な 写本 で あ る 。 京師 本 系統 第 5 類 は 第 4 類 本文 を 増補 し た 本文 と 目 さ れ る 。 具体 的 に は 、 第 4 類 が 省略 し て い る 源 為 朝 が 伊豆 大島 に 流 さ れ た 後 の 挿話 を 附 け加え て い る 。 この ため 、 本文 の 1 部 に 重複 が 起こ っ て い る 。 テキスト 化 ・ 翻刻 は さ れ て い な い が 、 汲古 書院 から 影印 本 が 出版 さ れ て い る 。 正木本 系統 基本 的 に は 第 5 類 と 等し い 。 ただし 、 為朝 流罪 以降 の 挿話 の 附 け 足 し の 跡 が 明確 で 、 京師 本 の よう に 重複 が 起こ っ て い な い 。 基本 的 に は 第 4 類 の 本文 で あ る 。 所蔵 者 の 正木 信一 私 家 版 に よ っ て 影印 が 出版 さ れ て い る 。 杉原 本 冒頭 に 第 8 類 と 共通 する 序文 が あ り 、 目次 を 有 し て い る 。 本文 と し て 第 4 類 と 第 8 類 の 混淆 本文 で 、 為朝 流罪 後 の 挿話 も おさめ て い る 。 『 保元 物語 』 の 諸本 の なか で 、 もっとも 大部 な もの で あ る 。 汲古 書院 から 影印 本 が 出版 さ れ て い る 。 流布本 系統 流布本 系統 は 大き く 分け て 写本 系統 と 、 古活字 本 ( 版本 ) に わけ る こと が でき る 。 原型 は 室町 後期 と 目 さ れ 、 日本 古典 文学 大系 など が 出版 さ れ る 前 は 、 もっとも 広 く 読 ま れ て い た 系統 で あ る 。 この うち 、 古 活字 本 に つ い て は 宮内 庁 書陵 部 蔵本 が 、 日本 古典 文学 大系 に 附録 と し て おさめ られ て い る 。 その 他 の 諸本 複数 の 系統 の 本文 を 混合 し た もの で 、 宮内 庁 書陵 部 蔵 の もの が 知 ら れ る 。 永積説 に よ れ ば 、 第 5 ・ 6 類 に 近 い 本文 と い う 。 +素性 ( そせい 、 生没年 不詳延 喜 10 年 ( 910 年 ) 没 ? ) は 、 平安 時代 前 、 中期 の 歌人 、 僧侶 。 三十 六 歌仙 の 一人 。 父 は 僧正 遍照 ( 良岑 宗貞 ) 。 俗名 は 諸説 あ る 。 一説 に は 良岑 玄利 ( よしみね の はるとし ) 。 良岑 氏 は 桓武 天皇 の 子 で 臣籍 降下 し た 良岑 安世 に はじま り 、 素性 は 桓武 天皇 の 曾孫 に あた る 。 遍照 が 俗人 の 時 の 子供 で 、 兄 の 由性 と 共 に 出家 さ せ られ た よう で あ る 。 素性 は 父 の 遍照 と 共 に 宮廷 に 近 い 僧侶 と し て 和歌 の 道 で 活躍 し た 。 はじめ 宮廷 に 出仕 し 、 殿 上人 に 進 ん だ が 、 早 く に 出家 し た 。 仁明 天皇 の 皇子 常康 親王 が 出家 し て 雲林院 を 御所 と し た 際 、 遍照 ・ 素性 親子 は 出入り を 許可 さ れ て い た 。 親王 薨去 後 は 、 遍照 が 雲林院 の 管理 を 任 さ れ 、 遍照 入寂 後 も 素性 は 雲林院 に 住ま い 、 同院 は 和歌 ・ 漢詩 の 会 の 催し の 場 と し て 知 ら れ た 。 後 に 、 大和 の 良因 院 に 移 っ た 。 宇多 天皇 の 歌合 に しばしば 招 か れ 歌 を 詠 ん で い る 。 古今 集 ほか の 勅撰 和 歌集 に 入集 し 、 藤原 定家 の 小倉 百 人 一首 に も 採 ら れ る 。 家集 に 『 素性 集 』 ( 他撰 ) が あ る 。 +藤原 忠平 ( ふじわら の ただひら 元 慶 4 年 ( 880 年 ) - 天暦 3 年 8 月 14 日 ( 旧暦 ) ( 949 年 9 月 14 日 ) ) は 、 平安 時代 の 公卿 。 藤原 基経 の 四男 。 母 は 操子 女王 。 兄弟 に 藤原 時平 、 藤原 仲平 など 。 子 に 藤原 実頼 、 藤原 師輔 など 。 小一 条 太政 大臣 と 号 す 。 兄 時平 の 早世 後 に 朝政 を 司 り 、 延喜 の 治 と 呼 ば れ る 政治 改革 を 行 っ た 。 朱 雀 天皇 の とき に 摂政 、 次いで 関白 に 任 じ られ る 。 以後 、 村上 天皇 の 初期 まで 長 く 政権 の 座 に あ っ た 。 兄 時平 と 対立 し た 菅原 道真 と は 親交 を 持 っ て い た と さ れ る 。 平将門 は 彼 の 家人 と し て 仕え て い た 時期 も あ っ た 。 寛平年間 ( 889 年 - 898 年 ) に 従 五 位 下 に 叙 し 、 侍従 に 任 じ られ 、 肥後 国 受領 を 兼ね る 。 昌泰 3 年 ( 90 0 年 ) 参議 に 任 じ られ る が 奏請 し て 、 叔父 の 藤原 清経 と 代わ り 、 自ら は 右大 弁 と な る 。 延喜 の 初め に 春宮 大夫 、 左兵衛督 を 兼ね 、 検非 違使 別 当 に 補 さ れ 、 次いで 従 三 位 に 叙 し 、 中納言 に 任 じ られ 、 蔵人 所 別当 に 補 さ れ 、 右近衛 大将 を 兼ね る 。 宇多 天皇 の 時代 は 寛平 の 治 と 呼 ば れ 、 摂関 を 置 か ず に 天皇 が 親政 を し 、 長兄 の 時平 と 学者 の 菅原 道真 ら が 政治 を 主導 し た 。 寛平 9 年 ( 897 年 ) に 宇多 天皇 が 譲位 し て 醍醐 天皇 が 即位 する と 、 時平 は 左 大臣 、 道真 は 右 大臣 に 並 ん で 朝政 を 執 っ た が 、 やがて 政争 が 起き 道真 は 失脚 する ( 昌泰 の 変 ) 。 時平 が 政権 を 握 り 、 諸 改革 に 着手 する が 、 延喜 9 年 ( 909 年 ) 、 時平 は 39 歳 で 早世 し た 。 次兄 の 仲平 を 差し置 い て 、 忠平 が 藤 氏 長者 と し て 嫡家 を 継 ぐ 。 以後 、 醍醐 天皇 の もと 出世 を 重ね 、 大納言 に 転 じ 、 左近衛 大将 を 兼ね る 。 延喜 14 年 ( 914 年 ) 右 大臣 を 拝 し た 。 延長 ( 元号 ) 2 年 ( 924 年 ) 正 二 位 に 叙 し 、 左 大臣 と な る 。 延長 5 年 ( 927 年 ) 、 時平 の 遺業 を 継 い で 『 延喜 格式 』 を 完成 さ せ た 。 農政 等 実施 し た 忠平 の 政策 は 、 兄 時平 の 行 っ た 国政 改革 と 合わせ 「 延喜 の 治 」 と 呼 ば れ る 。 延長 8 年 ( 930 年 ) に 朱雀 天皇 ( 姉 の 藤原 穏子 の 子 ) が 即位 する と 、 基経 の 没後 は 長 く 摂政 関白 が 置 か れ な かっ た が 新帝 が 幼少 で あ る ため 摂政 に 任 じ られ た 。 承平 ( 日本 ) 2 年 ( 932 年 ) 従 一 位 に 叙 せ られ る 。 承平 6 年 ( 936 年 ) 太政 大臣 に 昇 り 、 天慶 2 年 ( 939 年 ) 准 三 后 と な る 。 天慶 4 年 ( 941 年 ) 朱 雀 天皇 が 元服 し た め 摂政 を 辞 す が 、 詔 し て 引き続 き 万 機 を 委ね られ 、 関白 に 任 じ られ た 。 この 間 か っ て の 家人 、 平将門 と 遠戚 で あ る 藤原 純友 に よ る 承平 天慶 の 乱 が 起き た が 、 いずれ も 最終 的 に は 鎮圧 さ れ た 。 天慶 9 年 ( 946 年 ) 村上 天皇 が 即位 する と 引き続 き 関白 と し て 朝政 を 執 っ た 。 この頃 に は 老齢 し て 病 が ち に な り 、 しばしば 致仕 ( 引退 ) を 願 う が 、 その 都度 慰留 さ れ て い る 。 天暦 3 年 ( 949 年 ) 、 病 が いよいよ 重 く な り 、 死去 し た 。 享年 70 。 正一 位 が 追贈 さ れ 、 貞信 公 と 諡 さ れ た 。 妻 ・ 源 順子 は 宇多 天皇 の 皇女 ( 養女 と する 説 も あ る ) で あ り 、 宇多 天皇 側近 で あ っ た 菅原 道真 と も 親交 が あ っ た ( 順子 が 道真 の 姪 で あ っ た 可能 性 が あ る 。 詳細 は 源 順子 を 参照 の こと ) ため に 、 宇多 天皇 や 道真 と 対立 し て い た 長兄 ・ 時平 から は 疎ん じ られ て い た と い う 説 が あ る 。 逆 に 兄 ・ 時平 や 共 に 道真 を 陥れ た 源光 ( 公卿 ) が 亡くな り 、 醍醐 天皇 が 病気 が ち と な り 、 天皇 の 父 で あ る 宇多 法皇 が 再び 国政 に 関与 する よう に な る と 、 忠平 は 法皇 の 相談 役 と し て 急速 な 出世 を 遂げ た と 言 う 。 実際 前述 の 2人 の 死 に よ り 、 早 く も 35 歳 に し て 臣下 最高 位 と な り 、 死去 する まで 35 年間 その 地位 を 維持 し た が 、 当時 と し て は 長寿 を 全う し た 事 で 忠平 と その 子孫 は 時平 に 代わ っ て 嫡流 と な り 、 摂関職 を 明治 時代 開幕 まで 継承 する こと と な っ た 。 そして 、 道真 の 名誉 回復 が 早 い 時期 に 実現 し た の も 「 道真 怨 霊説 」 だけ で な く 、 亡 き 時平 と 忠平 と の 確執 が 背景 に あ っ た と 言 わ れ て い る 。 幼く し て 聡明 で 知 ら れ 、 父 の 基経 が 極楽 寺 を 建て た とき 、 忠平 は 「 仏閣 を 建て る なら ば この 地 しか あ り ま せ ん 」 と 一所 を 指さ し た 。 そこ の 地相 は まさに 絶勝 の 地 だっ た 。 基経 は この 時 の こと を 心 に とどめ た と い う ( 『 大鏡 』 ) 。 また 、 醍醐 天皇 の 頃 、 相工 ( 人相 占い師 ) が 宮中 に 召 さ れ た 。 寛明 太子 ( 後 の 朱雀 天皇 ) を 見 て 「 容貌 美 に 過ぎ たり 」 と 判 じ た 。 時平 を 見 て 「 知恵 が 多 すぎ る 」 と 判 じ た 。 菅原 道真 を 見 て 「 才能 が 高 すぎ る 」 と 判 じ 、 皆 全 幅 の 者 は な かっ た 。 ところ が 、 下座 に あ っ た 忠平 を 見 て 、 相工 は これ を 指さ し て 「 神識 才貌 、 全て が 良 い 。 長 く 朝廷 に 仕え て 、 栄貴 を 保 つ の は この 人 で あ ろ う 」 と 絶賛 し た 。 宇多 法 皇 は かね て から 忠平 を 好 ん で い た が 、 この 話 を 聞 い て 、 ますます 重ん じ 、 皇女 ( 源 順子 ) を 降嫁 せ しめ た と い う ( 『 古事 談 』 ) 。 忠平 は また 、 寛大 で 慈愛 が 深 か っ た の で 、 その 死 を 惜し ま ぬ もの は な かっ た と い う ( 『 栄花 物語 』 ) 。 朝儀 、 有職 故 実 に つ い て 記 し た 日記 『 貞信 公記 』 が あ る 。 +五山 文学 ( ござん ぶんがく ) は 、 鎌倉 時代 末期 から 室町 時代 に かけ て 禅宗 寺院 で 行 わ れ た 漢文学 で あ る 。 五山 文学 こそ は 、 五山 文化 の 中心 で あ っ た 。 北宋 元 ( 王朝 ) 禅林 に お い て も 文学 が 占め る 位置 は 非常 に 大き かっ た が 、 入宋 僧 や 入元 僧 ら に よ り 、 その 禅風 が 伝来 する と 、 こぞ っ て 文学 志向 が 高揚 する こと と な っ た 。 鎌倉 五山 や 京都 五山 ( 京五 山 ) で は 、 幕府 の 外交 文書 を 起草 する と い う 必要 性 も 伴 い 、 四六 文 を 用い た 法語 や 漢詩 を 作 る 才 が 重視 さ れ た こと も 関係 し て 、 五山 文学 が 栄え る こと と な っ た 。 禅 の 法語 を はじめ 、 詩文 、 日記 、 論説 など の 分野 に 及 ぶ 。 代表 的 な 詩文集 に 、 義堂 周信 の 『 空華 集 』 、 絶海 中津 の 『 蕉堅 稿 』 など が あ る 。 また 、 漢文学 の 盛行 に 伴 っ て 、 木版 出版 も 起こ っ た 。 とりわけ 、 14 世紀 後半 、 京都 の 天龍 寺 雲居 庵 や 、 臨川 寺 で 、 春屋 妙葩 ら が 盛ん に 出版 活動 を 展開 し た 。 これ ら の 木版 印刷 を 五 山 版 と 呼 ぶ 。 その 大 多数 は 、 日本 に 伝わ っ た 宋版 や 元版 を 覆刻 し た もの で あ り 、 古様 を 伝え る もの も 多 く 、 版本 学 的 な 資料 価値 が 非常 に 高 い 。 +藤原 公実 ( ふじわら の きんざね 、 天喜 元年 ( 1053 年 ) - 嘉承 2 年 11 月 14 日 ( 旧暦 ) ( 1107 年 12 月 29 日 ) ) は 、 平安 時代 の 公卿 、 歌人 。 正二 位 大 納言 に 至 り 、 三条 大 納言 と 称 す 。 大納言 藤原 実季 の 長男 で 、 母 は 藤原 経平 女 。 閑院 家 の 祖 ・ 太政 大臣 藤原 公季 の 玄孫 に あた る 。 弟妹 に 、 藤原 保実 ・ 藤原 仲実 と 、 藤原 苡子 ( 堀河 天皇 女 御 、 鳥羽 天皇 生母 ) ら が い る 。 白河 天皇 と は 従兄弟 に 当た る ため 朝廷 の 信任 も 篤 く 、 堀河 天皇 に 近臣 と し て 仕え 、 妻 藤 原 光子 は 堀河 ・ 鳥羽 二 代 の 乳母 と な っ た 。 歌壇 で も 活躍 し 、 長治 2 年 ( 110 5 年 ) 頃 奏覧 の 『 堀河 院 御 時 百 首 和歌 』 に 出詠 し 、 生前 編纂 さ れ た 第 四 勅撰 後拾遺和 歌集 の 作者 に も な っ た 。 また 家集 『 公実 集 』 ( 断簡 のみ ) が あ る 。 公実 の 逸話 と し て 、 嘉承 2 年 ( 1107 年 ) に 甥 が 鳥羽 天皇 と し て 即位 し た 時 、 彼 は 摂関家 の 当主 藤原 忠実 の 若年 な る を 侮 っ て 、 幼帝 の 外舅 の 地位 に あ る 自ら こそ 摂政 に 就任 す べ し と 主張 し 、 「 四 代 も の 間 、 諸 大夫 と し て 仕え た 者 が 今 摂関 を 望 む と は 」 と 白河 院 別当 の 源 俊明 に 一蹴 さ れ た と い う 話 が あ る 。 しかし 、 公実 の 権勢 は 、 その 子供 たち の 出世 に その まま 反映 さ れ た ( 三条 実行 は 太政 大臣 、 徳大寺 実能 は 右 大臣 、 末娘 藤原 璋子 は 鳥羽 天皇 中宮 ) 。 公実 は また 、 三条 家 ・ 西園 寺家 ・ 徳大寺 家 の 三 清華 家 の 共通 の 祖先 で あ る 。 +『 吾妻 鏡 』 ( あづま かがみ ) と は 、 日本 の 中世 ・ 鎌倉 時代 に 成立 し た 歴史 書 。 現在 一般 的 な 北条 本 で は 全 52 巻 。 ただし 第 45 巻 は 欠落 し 、 それ 以外 に も 記事 の 無 い 年 が あ る 。 年 を 間違え て 編集 し て い る 処 、 また 北条 得 宗家 の 正当 化 の 為 の 曲筆 など 注意 が 必要 な もの の 、 鎌倉 時代 を 研究 する 上 で の 前提 と な る 基本 史料 で あ る 。 編纂 さ れ た 当時 に なん と 呼 ば れ て い た の か は 不明 で あ る が 、 金沢 文庫 に 残 る 書状 に 「 鎌倉 治記 」 と 出 て くる の が それ で は な い か と の 説 も あ る 。 少な く とも 室町 時代 の 写本 に は 『 吾妻 鏡 』 と あ る 。 『 東鑑 』 と も 呼 ば れ る が 、 これ は 江戸 時代 の 古 活字 版 の 表紙 から で あ る 。 1180 年 ( 治承 4 年 ) 4 月 9 日 東国 の 武士 に 挙兵 を 以仁 王 の 令旨 が 出 さ れ 、 それ が 源 頼朝 の 居 る 伊豆 の 北条 館 に 届 く ところ から 始ま る 。 そして その 後 の 治承 ・ 寿永 の 乱 、 鎌倉 幕府 成立 、 承久 の 乱 を 経 て 13 世紀 半ば 、 鎌倉 を 追 わ れ た 前将軍 宗尊 親 王 が 京都 に 到着 する 1266 年 ( 文永 3 年 ) 7 月 20 日 の 条 まで の 87 年間 を 、 武家 政権 や 社会 の 動き を 鎌倉 幕府 将軍 の 年代 記 と い う スタイル で 、 貴族 の 日記 と 同じ よう に 和風 漢文 で 記述 さ れ て い る 。 後 に 述べ る 北条 本 を ベース と すれ ば 、 全 52 巻 の 内 15 巻 まで が 頼朝 を 主人 公 と し 、 24 巻 まで が 源 氏 三 代 。 残り 約 半分 強 の 主人 公 は 北条 得 宗家 で あ る 。 また 源氏 三 代 に つ い て は 、 頼朝 に は それ なり の 敬意 は 払 っ て い る もの の かなり 手厳し い ところ も あ る 。 最悪 な の は 源頼 家 将軍記 で あ る 。 そして 後半 の 北条 得 宗家 に つ い て は その 善政 が 高らか に 強調 さ れ る 。 特に 北条 泰時 に それ が 著し い 。 範囲 と し て は 当初 から 宗尊 親 王 まで の 予定 で あ っ た 可能 性 が 高 い 。 ただし 吾妻 鏡 の 編纂 自体 は おそらく 未完 で あ っ た と 考え られ て い る 。 『 吾妻 鏡 』 を 重要 な 歴史 史料 と し て 最初 に 評価 し た の は 1889 年 ( 明治 22 年 ) に 『 吾妻 鏡考 』 を 発表 し た 歴史 学 者 の 星野 恒 で あ る 。 しかし その 態度 は 無 批判 に それ を 受け入れ る 傾向 が 強 く 見 られ た 。 それ から 9 年 後 の 1898 年 ( 明治 31 年 ) に 、 原勝郎 ( 歴史 家 ) は 、 『 吾妻 鏡 の 性質 及其 史料 と し て の 價値 』 を 表 し 、 歴史 研究 に おけ る 「 史料 批判 」 の 重要 性 を 強調 し て 、 安易 に 盲信 する こと へ の 警鐘 を 鳴ら し た 。 明治 末期 から 大正 時代 に かけ て 、 現在 の 東京 大学 史料 編纂 所 、 当時 の 帝国 大学 史料 編纂掛の 二人 の 研究 者 、 和田 英松 と 八代 国治 が 、 それ まで は 知 ら れ て い な かっ た 吉川 本 その 他 の 諸本 を 紹介 し た 。 二人 は 、 原勝郎 の 問題 提起 、 史料 批判 を さらに 押し進め 、 それ が 当初 思 わ れ て い た よう な 逐次 記録 で は な く 、 鎌倉 幕府 の 政所 や 問注 所 の 残 る 記録 のみ な ら ず 、 京 の 鎌倉 幕府 の 日記 類 まで 参照 し ながら 後世 に 編纂 さ れ た もの で あ り 、 また その なか に は 多く の 誤り や 曲筆 が あ る こと を 明らか に する 。 八代 国治 が 1913 年 ( 大正 2 年 ) に 著 し た 『 吾妻 鏡 の 研究 』 は その 後長 い 間 『 吾妻 鏡 』 研究 の ベース と な っ た 。 近年 で は 1990 年 から 2000 年 まで の 五味 文彦 の 研究 が あ り 、 八代 国治 の 分析 を 更に 進め る 形 で 、 『 吾妻 鏡 』 の ベース と な っ た 日記 、 筆録 が どの 時代 の 誰 で あ っ た か の 推論 を 行 う 。 こう し て 『 吾妻 鏡 』 の 全体 像 は 徐々 に 見え 始め て き た 。 吾妻 鏡 の 原 資料 に つ い て の 際 だっ た 研究 を 行 っ た の は 、 八代 国治 と 五味 文彦 で あ る 。 五味 文彦 は 『 吾妻 鏡 』 の 原史料 と し て 3 つ の 類型 が 浮かび上が る と する が 、 ここ で は 説明 の 都合 上 、 4 つ 目 を 追加 し て お く 。 ベース と な る 原史料 と し て 当時 の 幕府 事務 官僚 の 日記 、 筆録 地頭 ・ 御 家人 、 寺社 など から 多く は 訴訟 の 証拠 、 由緒 と し て 提出 さ れ た 文章 や 、 求め に 応 じ て 提供 さ れ た 文章 政所 や 問注 所 に 特別 な 形 で 保管 さ れ て い た 文章 、 あるいは 事務 官僚 の 家 に 伝わ っ た 公文 書類 も あ る と 思 わ れ る 。 京系 の 記録 、 主に 盗作 と し て 指摘 さ れ る もの で あ る 。 基本 的 に は 上記 の 1 . から 3 . が ベース と な る が 、 部分 的 に は 4 . の 京 の 貴族 の 日記 、 代表 的 に は 藤原 定家 の 『 明月 記 』 など から 、 京 で の 事件 など か 丸写し さ れ たり も し て い る 。 まず 1 番 目 の ベース と な る 原史料 の 部分 を まず は 合戦 記 、 それ から 各将軍 記 毎 に 、 その 特徴 も 織り 交ぜ ながら 、 それぞれ の ベース と な る 筆録 が 誰 で あ っ た か を 見 て い く 。 『 吾妻 鏡 』 の 中 で 一般 に もっとも 多 く 参照 さ れ る の は ちょうど 『 平家 物語 』 など と かぶ る 部分 、 そして 奥州 合戦 、 和田 合戦 、 承久 の 乱 、 宝治 合戦 で あ ろ う 。 合戦 の 描写 その もの は 実 に 臨場 感 が あ り 、 リアル で あ る 。 合戦 に 致 る 過程 に つ い て は ともかく 、 合戦 その もの に つ い て は 、 当時 の 軍 奉行 が まとめ た 論功 行賞 の ため の 合戦 記 、 勲功 次第 注文 など の 記録 が 元 に な っ て い る と 思 わ れ る 。 この うち 奥州 合戦 、 和田 合戦 、 承久 の 乱 に つ い て は 、 ほぼ その 軍 奉行 が 推定 出来 る 。 奥州 合戦記 は 二階堂 行政 、 和田 合戦記 は その 二階堂 行政 の 子 二 階堂 行村 、 承久 合戦記 は 後藤 基綱 と 思 わ れ て い る 。 宝治 合戦記 は わか ら な い 。 ベース と な る 原史料 の 種類 ・ 著者 を 推定 する こと の 最も 困難 な 時期 が 、 ちょうど 源平 合戦 の 時代 1180 年 から 1184 年 頃 で あ る 。 この 時期 は 非常 に 物語 性 が 強 く 読み物 と し て も 面白 い 。 つまり その 分 、 元 資料 の 姿 が 現れ 難 い 部分 で あ る 。 言え る こと と い え ば 、 日記 形式 で は あ っ て も 絶対 に 日記 で は な い と い う ぐらい で あ る 。 また これ は 第 2 の 分類 に な る が 、 頼朝 将軍記 の 時代 全般 に 渡 っ て 、 いく つ か の 御 家人 の 家 に 伝わ る 文書 や 家伝書 の よう な もの が 利用 さ れ た と 思 わ れ る 。 挙兵 当時 から 右筆 と し て 居 た の は 藤原 邦通 だ が 、 1184 年 頃 から 藤原 俊兼 、 二階堂 行政 、 大江 広元 、 三善 康信ら の 京史 、 つまり 朝廷 に 仕え て い た 中 ・ 下級 実務 官僚 が 鎌倉 に 下り 、 後 に 政所 と な る 公文 所 や 問注 所 の 担い手 と な る 。 それ 以降 の 将軍 頼朝 の 時代 に つ い て は 、 藤原 俊兼 も 頼朝 の 右筆 と し て 沢山 出 て くる が 、 この 時期 の 『 吾妻 鏡 』 の ベース と し て は 、 二階堂 行政 の 筆録 が 有力 と さ れ る 。 二階堂 行政 の 子 で 初めて 政所 執事 と な っ た 政所 奉行 人 二階堂 行光 の 筆録 を ベース に 、 三善 康信 や 、 和田 合戦 で 軍 奉行 で あ っ た 前述 の 二階堂 行 村 の 記録 など に よ り 補 っ た と 思 わ れ る 。 ただし この 頼家 ・ 源実朝 将軍記 の 時期 は 北条 氏 を 正当 化 する 曲筆 が 非常 に 多 い 。 従 っ て 、 二階堂 行光 の 筆録 が 一般 的 に は ベース で あ っ た と し て も 、 頼家 ・ 実朝 と 北条 氏 の 関係 に 関 する 部分 で は 相当 の 加筆 ・ 修整 が な さ れ て い る と 考え られ て い る 。 読み物 と し て も とても 面白 かっ た 源 氏 三 代 将軍 記 と 比べ て 、 その 文章 の 流暢 さ は 大き く 異な る 。 また 儀式 に 関 する 記事 、 天変 、 地異 、 祭礼 、 祈寿 に 関 する 記事 が 多 く な る 。 八代 国治 は それ を 評 し て 「 叙事 は 平凡 に し て 、 文章 も 流暢 な ら ず 、 日記 を 読 む が 如 く 無味 乾燥 に し て 興味 少な し 」 と い う 。 原勝郎 は 、 建暦 前後 より 延応 の 前後 まで ( 1210 ~ 12 4 0 年 前後 ) 、 俗 に い う 尼将軍 の 時代 から 将軍 藤原 頼経 の 代 、 執権 は ほぼ 北条 泰時 の 時代 に つ い て 諸家 の 筆録 を ベース に 一人 が 編纂 し た よう に 見受け られ る と し た 。 また 、 源 氏 三 代 将軍記 に 比べれ ば 信用 する に 足 る と する 。 そして 延応 前後 より 終り まで 、 つまり ほぼ 藤原 頼嗣 将軍記 から 次 の 宗尊 親 王将軍記 に あた る 12 40 年 から 1266 年 に つ い て は 、 筆録 その まま だ ろ う と する 。 現在 まで の 研究 で は それ は 否定 さ れ る が 、 しかし それ は 後世 の 編纂 の 有無 に 関 し て で あ り 、 原史料 が 比較 的 に 生 の 形 で 残 っ て い る と い う こと に つ い て まさしく その 通り と いえ る 。 で は 誰 の 筆録 が ベース と な っ た の か に つ い て は 、 五味 文彦 は 恩賞 奉行 ( 恩沢 奉行 ) の 中原 師員 。 同じく 恩賞 奉行 で 前述 の 承久 合戦 軍 奉行 で あ っ た 後藤 基綱 の 筆録 が 中心 と する 。 それ を 補 う もの と し て 藤原 定員 や 、 得宗 家 被 官 平 盛綱 ( 三郎兵衛 尉 ) の 記録 も 考え られ る 。 八代 国治 や 原勝郎 が 指摘 し た 文章 ・ 内容 の 「 つまら なさ 」 が 極ま っ た の が この 時期 で あ る 。 しかし 事実 の 記録 と し て は 逆 に 信頼 度 は 高 い と いえ る 。 但し あくまで 書 い て あ る 内容 に つ い て で あ り 、 当時 の 政治 情勢 が 正直 に 全て 書 か れ て い る と 言 う こと で は な い 。 五味 文彦 は 、 この 部分 は 御所 奉行 の 筆録 が 中心 で 、 1263 年 ( 弘長 3 年 ) 7 月 5 日 まで 二階堂 行方 、 その 後 は その 御所 奉行 を 引き継 い だ 中原 師連 の 記録 と 推定 し て い る 。 2 番 目 は 地頭 御 家人 、 寺社 など から 、 訴訟 の 証拠 、 由緒 と し て 提出 さ れ た と 思 わ れ る 文書 で あ る 。 文中 で は 「 今日 こう い う 下文 が 下 さ れ た 」 と い う 形 で 地 の 文 の 中 に 織り込 ま れ て い る もの や 、 引用 ・ 転載 の よう な 生 の 形 で 記 さ れ て い る こと も あ る 。 しかし 全て と は 言 わ な い が 、 それ ら の 中 に は 明らか に 偽文書 と 思 わ れ る もの が 混じ っ て い る 。 その こと から 、 幕府 の 中 に 保管 さ れ て い た 文書 は 実 は ほとんど 無 く 、 相論 と 呼 ん だ 訴訟 の 証拠 と し て 後世 に 提出 さ れ た 書類 から 採録 し た もの で あ ろ う と 推測 さ れ る 。 当時 の 裁判 は 、 下文 、 御書 など の 証拠 書類 も 、 関連 法令 まで も 、 全て 訴訟 人 が 揃え て 訴え を 起こ た 。 裁判 官 は 提出 さ れ た 書類 の 形式 など から 真偽 を 判断 し 、 その 書類 の 情報 の 中 で 判決 を 下 す と い う もの で あ っ た 。 何 月 何 日 に こう い う お 達し が あ っ た と 『 吾妻 鏡 』 に 書 い て あ っ て も 、 その 書類 は その 日 から 幕府 の 役所 に 保管 さ れ た もの で は な い 場合 が 殆ど と 推定 さ れ る 。 それ ばかり か それ は 書 か れ て い る 日付 の その 日 に 書 か れ た もの で な い 、 つまり 後世 の 偽文書 で あ る こと も まま あ る 。 実 は こう し た 偽文書 の 分析 から 『 吾妻 鏡 』 の 編纂 時期 が 明らか に な っ て ゆ く 。 また 、 頼朝 の 下文 に つ い て も 下河辺 行平 、 下河辺 政義 が 絡 む もの が 多数 あ り 、 頼朝 に 感心 さ れ た と か 褒め られ た と い う 顕彰 記事 が 、 下河辺 行平 、 その 他 千葉 氏 、 三浦 氏 の 佐原 義連 など 沢山 出 て くる 。 その 子孫 が 家 に 伝わ る 文書 を 資料 と し て 提出 し た 可能 性 が 高 い 。 特に 『 尊卑 分脈 』 の 系図 に 下河辺 行平 の 実子 と あ る 斎藤 時員 の 元服 が 『 吾妻 鏡 』 1193 年 ( 建久 4 年 ) 10 月 10 日 条 に 見え る こと も あ り 、 この 斎藤 時員 ( 野本 時員 ) の 子孫 から その 家伝 ・ 由来 が 『 吾妻 鏡 』 の 編纂 者 の 下 に 提出 さ れ た 可能 性 も あ る と い う 。 3 番 目 は 公文 書類 で あ る が 、 2 番 目 の 上記 「 御 家人 など から 提出 さ れ た 文書 」 同様 に 、 地 の 文 の 中 に 織り込 ま れ て い る こと も あ る 。 また 、 それ が 政所 など の 役所 に 保管 さ れ て い た もの も あ れ ば 、 その 文 を 書 い た 事務 官僚 の 下書き が 、 あるいは 得宗 家 の 寄合 で の 決定 が 政所 執事 や 問注 所 の 執事 など に 伝え られ た その 文書 が 、 その 政所 や 問注 所 の 執事 の 家 に 伝え られ て 、 『 吾妻 鏡 』 の 編纂 時 に 収録 、 あるいは 原史料 と し て 利用 さ れ た と 思 わ れ る 。 『 吾妻 鏡 』 1254 年 ( 建長 6 年 ) 5 月 1日 条 の 「 人質 の 事 ( 人間 を 質入 する こと ) 沙汰 有り 。 ・ ・ ・ 凡 そ 御 制 以後 質 人 の 事 は 、 一向 停止 す べ き の 由 と 。 此 の 如 く 申し 沙汰 す べ き の 旨 、 相州 より 問注 所 に 仰 せ ら る と 。 勧湛 ・ 實綱 ・ 寂阿 奉行 たり 」 など は その 例 で あ る 。 この 幕府 追加 法 299 の 本文 が 『 中世 法制史 料 集 』 で 知 ら れ る が 、 そちら で は 宛先 に 大田 民部 大夫 殿 と あ り 、 この とき 問注 所 の 執事 で あ っ た 三善 康連 の こと で あ り 、 三善 氏 ( 大田 氏 ) に 伝え られ た の だ ろ う 。 4 番 目 で あ る が 、 治承 ・ 寿永 の 乱 に つ い て は 、 鎌倉 が 直接 関与 する 部分 と 、 そう で な い 部分 で は 情報 の 正確 さ に は 相当 の 開き が あ る 。 特に 源 義仲 の 北陸 で の 動向 など は 、 当時 の 鎌倉 に は 断片 的 に 、 かつ 相当 遅れ て しか 情報 は 伝わ ら ず 、 ほとんど の 部分 に つ い て は 、 かなり 後 の 京都 近辺 から の 資料 に よ り 補 っ て い る と 見 られ る 。 例えば 『 吾妻 鏡 』 の 1181 年 ( 養和 元年 ) 8 月 13 日 条 の 記述 に は 木曽 義仲 追討 の 宣旨 が 出 さ れ た と あ る 。 『 吾妻 鏡 』 と 同じく 後年 の 編纂 で あ る 『 百 錬 抄 』 に も 、 この とき に 「 義仲 追討 の 宣旨 が 出 さ れ た 」 と の 記載 が あ る 。 しかし 同じ 事件 に つ い て 当時 書 か れ た 公家 の 日記 、 例えば 『 玉葉 』 1181 年 ( 養和 元年 ) 8 月 6 日 条 に は 木曽 義仲 の 名 は 無 い 。 また 、 『 吉記 』 8 月 15 日 条 、 翌 8 月 16 日 条 に も な い 。 実 は この 段階 で は 平家 側 に は 義仲 追討 の 意識 は な く 、 意識 し て い た の は 甲斐 源 氏 で あ る 。 木曽 義仲 など 名前 すら 知 ら な かっ た 可能 性 が あ る 。 京 の 公家 の 日記 に 初めて 義仲 の 名 が 登場 する の は それ から 2 年 後 の 『 玉葉 』 1183 年 ( 寿永 2 年 ) 5 月 16 日 条 が 初見 で あ る 。 後世 の 編纂 で あ る 『 百 錬 抄 』 や 『 吾妻 鏡 』 は 、 その 後 木 曾 義仲 が 北陸 道 から 京 に 攻め 上 っ た こと から 、 北陸 で の 戦い は 木曾 義仲 の 進路 を 塞 ぐ 為 と の 刷り込み が あ り 、 その ため の 編者 の 誤解 で あ ろ う と 上杉 和彦 は 指摘 し て い る 。 今 から 見 れ ば 、 平家 に 立ち向か っ た の は 源 頼朝 と 木曽 義仲 と の 印象 が 強 い が 、 実際 に は 当時 全国 で 平家 支配 に 対 する 蜂起 が 起こ っ て い る 。 西国 の 九州 で も 、 また 熊野 で も 、 京 の 近く で は 近江 で も 起こ っ て い る 。 比叡山 延暦 寺 や 三井 寺 と も 呼 ば れ る 園城 寺 、 興福 寺 など も そう で あ る 。 「 源 氏 対 平家 」 で は な い 。 前述 の 点 は 状況 証拠 の 域 を 出 な い が 、 大正 時代 初期 の 八代 国治 は 、 より 直接 的 な 史料 批判 、 史料 解剖 と し て 『 吾妻 鏡 』 と 諸史料 と の 突き合わせ を 行 い 、 公卿 の 日記 その 他 、 京系 の 多く 史料 が 原出典 と な っ て い る こと を 見つけ る 。 そして 『 吾妻 鏡 』 の 該当 箇所 と 、 オリジナル で あ ろ う と する もの の 該当 箇所 、 計 29 ヶ所 を 具体 的 に 紹介 し た 。 その 内 、 藤原 定家 の 『 明月 記 』 が 資料 と し て 使 わ れ て い る と さ れ る 部分 は 非常 に 多 く 、 14 ヶ所 と ほぼ 半分 を 占め る 。 そして それ ら の こと から 、 『 吾妻 鏡 』 は 日記 の 体裁 を 取 り ながら も 、 明らか に 後世 で の 編纂 物 で あ る と 八代 は 断定 する 。 八代 国治 が 指摘 し た 文献 と の 関係 つ い て は その 後 も 検証 が な さ れ 、 現 時点 で 五味 文彦 ら は 、 源平 合戦 時代 の 公家 の 日記 『 玉葉 』 や 『 吉記 』 など が 利用 さ れ た 形跡 は 無 い と し て い る 。 当時 の 奉行 人 達 は それ を 見 る こと は 出来 な かっ た の だ ろ う 。 また 、 『 平家 物語 』 や 『 承久 記 』 、 『 六代 勝事 記 』 も 使 わ れ た 形跡 は 無 く 、 それぞれ の 元 と な っ た 史料 ( 合戦 記 ) を それぞれ の 視角 で 利用 し た の で は な い か と する 。 そう し た 修整 は あ る もの の 、 『 明月 記 』 の 他 、 『 金槐 和 歌集 』 から の 引用 など は 確か に 確認 さ れ て い る し 、 また 八代 の 指摘 で は な い が 『 十 訓 抄 』 など も 顕彰 記事 に 利用 さ れ た 可能 性 が 高 い 。 編集 者 の 意図 し な い ミス 、 用い た 史料 から の 誤謬 を 除 い て 、 ここ で は 意図 的 な 曲筆 と 顕彰 に つ い て 述べ る 。 言 う まで も な く 、 それ が 『 吾妻 鏡 』 を 歴史 資料 と し て 利用 する 上 で 、 もっとも 注意 し な けれ ば な ら な い 点 だ から で あ る 。 源 頼家 ( 北条 時政 の 弁護 ) 『 吾妻 鏡 』 の 曲筆 の もっとも 甚だし い の が 頼家 将軍記 で あ り 、 源 氏 が 三 代 で 終わ っ た の は こう い う 不肖 の 息子 が 居 た から か と 誰 し も 思 っ て い る 。 しかし 、 それ が 真実 の 姿 で あ っ た 証拠 は 何 も な く 、 逆 に 曲筆 と 疑 わ れ る もの は 無数 に あ る 。 曲筆 の 確実 な 証拠 が あ る の が 頼家 の 最後 で あ る 。 頼家 が 将軍 の 座 を 降り た の は 『 吾妻 鏡 』 に よ る と 120 3 年 ( 建仁 3 年 ) 9 月 2 日 の 比企能 員 の 変 の 直後 、 『 吾妻 鏡 』 120 3 年 ( 建仁 3 年 ) 9 月 7 日 条 で の 頼家 出 家 で あ り 、 9 月 10 日 条 で 源 実朝 が 将軍 を 継 ぐ こと が 決定 し た と あ る 。 そして その 頼家 の 死 は 翌年 の 120 4 年 ( 元久 元年 ) 7 月 19 日 条 で あ る 。 しかし 京 の 朝廷 に は 、 9 月 1日 に 頼家 が 病死 し た と い う 鎌倉 から の 使者 が 120 3 年 ( 建仁 3 年 ) 9 月 7 日 早朝 に 到着 し 、 実朝 を 征夷 大将軍 に 任命 する よう 要請 し て い る こと が 近衛 家 実 の 『 猪隅 関白 記 』 、 藤原 定家 の 『 明月 記 』 、 白川 伯王 家業 資王 の 『 業資王 記 』 など に よ っ て 知 ら れ て い る 。 頼家 が 存命 どころ か まだ 出家 ( 退位 ) も し て い な い に も かかわ ら ず で あ る 。 『 吾妻 鏡 』 の 中 で は 、 人望 厚 い 畠山 重忠 を 追い落と し た 人物 は 北条 時政 の 後妻 で 悪名 高 き 牧 の 方 と さ れ 、 北条 義時 は 畠山 重忠 の 謀殺 に 反対 し て 、 父 時 政 に 熱弁 を ふる う 。 「 今 何 の 憤り を 以 て 叛逆 を 企 つ べ き や 、 もし 度々 の 勲功 を 棄て られ 、 楚忽 の 誅戮 を 加え られ ば 、 定め て 後悔 に 及 ぶ べし 」 と 。 歴史 小説 と 同じ 感覚 で 『 吾妻 鏡 』 を 読 む 者 は ともかく 、 歴史 史料 と し て これ を 読 む 者 に この 記述 を 鵜呑 み に する 者 は い な い 。 梶原 景時 は 北条 氏 の 策略 と まで は 言え な い がい う まで も な く 追い落と し た 側 、 和田 義盛 、 比企能 員 に つ い て も 、 主に 北条 氏 に 滅ぼ さ れ た もの で あ り 、 それ ら の 真相 を 『 吾妻 鏡 』 から 知 る こと は 出来 な い こと も 定説 と な っ て い る 。 それ と は 別 に 、 頼朝 の 挙兵 直後 、 まだ 鎌倉 へ 入 る 前 に 、 房 総 の 大武士 団 を 率い て 馳せ 参じ 、 その 後 明暗 を 分け た 御 家人 に 同族 の 上 総介 広常 と 千葉 常胤 が 居 る 。 上 総介 広常 は 頼朝 が 梶原 景時 に 殺 さ せ た が 、 その 理由 は 『 吾妻 鏡 』 で も 明らか で は な い 。 おそらく は 編纂 者 も 知 ら な かっ た の だ ろ う 。 ただし 、 『 吾妻 鏡 』 に は 上 総介 広常 は 後 に 殺 さ れ る こと を 予感 さ せ る よう な 人物 像 と し て 描 か れ る 。 上 総介平 広常 は 千葉 介 常胤 の 様 な 源家 に 対 する 忠君 の 士 で は な かっ た 、 粗暴 な 男 だっ た と 。 その 最 た る もの は 1180 年 ( 治承 4 年 ) 9 月 19 日 条上 総介 広常 が 初めて 頼朝 に 会 っ た とき の 話し で あ る 。 『 将門 記 』 の 古事 を ひ き ながら 、 場合 に よ っ て は 頼朝 を 討 っ て や ろ う と 「 内 に 二図 の 存念 」 を 持 っ て い た が 、 頼朝 の 毅然 と し た 態度 に 「 害心 を 変 じ 、 和順 を 奉 る 」 と い う 下り で あ る 。 こう い う 場合 は 文飾 が ほとんど と さ れ る が 、 だいたい 広常 が 内心 思 っ た こと を 何故 後世 の 編纂 者 が 知 り 得 た の だ ろ う か 。 尚 、 この とき 上 総介 広常 が 率い て き た 軍勢 は 『 吾妻 鏡 』 で は 2 万 騎 と あ る が 『 延慶 本平家 物語 』 に は 1 万 騎 、 『 源平闘 諍録 』 に は 1 千 騎 で あ り 、 『 吾妻 鏡 』 が 一番 誇張 が 大き い 。 上 総 国 の 江戸 時代 初期 の 石高 から 鎌倉 時代 初期 の 石高 を 概算 し て も 、 『 源平闘 諍録 』 の 1 千 騎 ( 約 3千 名 ) ぐらい が 実状 に 近 い と 推定 さ れ る 。 そして 1183 年 ( 寿永 2 年 ) 12 月 22 日 に 上 総介 広常 は 頼朝 に 殺 さ れ 、 その 所領 の 大半 は 千葉 常胤 、 和田 義盛 ら 三浦 氏 の もの と な る 。 その 千葉 常胤 は どう 描 か れ る か 。 1180 年 ( 治承 4 年 ) 9 月 9 日 条 は 実 に 有名 な 下り で 、 千葉 常胤 は 「 源 家 中絶 の 跡 を 興 せ しめ 給 う の 條 、 感涙 眼 を 遮 り 、 言語 の 覃 ぶ 所 に 非 ざる なり て えり 」 と 感動 し て 涙ぐ む 、 そして 頼朝 は 何故 鎌倉 を 選 ん だ の か と い う 話し に 必ず 引用 さ れ る の も この とき の 千葉 常胤 の 献策 で あ る 。 鎌倉 は 「 御 曩 跡 」 の 地 、 「 要害 の 地 」 、 つまり 天然 の 城 だ から と い う の で あ る 。 しかし 千葉 常胤 に と っ て は 、 頼朝 の 父 ・ 源義朝 は 「 御 恩 」 を 感じ る よう な 相手 で は な い こと は 相馬 御 厨 で の 経緯 を 見 れ ば 明らか で あ る 。 黒田 紘一郎 は 、 源義朝 は その 段階 で は 棟梁 など で は な く 、 同じ レベル で 領地 を 奪 お う と し た 形跡 が あ る と する 。 千葉 氏 は 源家 累代 の 家人 で は な い 。 千葉 常胤 の 一族 、 そして 上 総介 広常 が 頼朝 に 加担 し た の は 、 『 吾妻 鏡 』 に い う よう な 、 両 氏 が 累代 の 源氏 の郎 等 で あ っ た から で は な く 、 平家 と 結 ん だ 下総 の 藤原 氏 、 そして 常陸 の 佐竹 氏 の 圧迫 に 対 し て 、 頼朝 を 担 ぐ こと に よ っ て それ を 押し返 し 、 奪い取 ら れ た 自領 を 復活 する 為 の 起死 回生 の 掛け で あ っ た 。 それ は 関東 で 頼朝 の 元 に 参 じ た 他 の 有力 領主 達 に し て も 同じ で あ る 。 ところ で 、 1180 年 ( 治承 4 年 ) 8 月 29 日 条 の 「 武衛 實平 を 相具 し 、 扁舟 に 棹 さし 安房 の 国平 北 郡 猟島 に 着 か しめ 給 う 。 」 と あ る 。 それ 以降 、 10 月 6 日 の 鎌倉 入り まで は 資料 は 何 に 求め た の だ ろ う か 。 頼朝 の 右筆 藤原 邦通 は 安房 に は 渡 っ て い な い 。 北条 時政 も 一旦 は 安房 へ 渡 っ た が すぐ に 甲斐 に 向か い 頼朝 に 同行 し て は い な い 。 この 後 鎌倉 入り まで 北条 義時 も 頼朝 の 側 に は 書 か れ て い な い 。 この 期間 を 詳細 に 後世 に 伝え られ る 家 と し て は 千葉 氏 を 筆頭 に 、 あと は 三浦 氏 の 佐原 義連 の 家系 で あ り 、 それ ら の 家 に 伝え られ た 伝承 が 『 吾妻 鏡 』 に 取り込 ま れ た と 仮定 すれ ば 全て は 符合 する 。 先 に 触れ た 問注 所 の 三善 康連 の 父 、 三善 康信 ( 善信 ) で あ る が 、 確か に 彼 が 残 し た 記録 が 編纂 の ベース の ひと つ と し て 利用 さ れ た で あ ろ う 。 しかし 注意 し な けれ ば な ら な い の は 、 三善 康信 自信 に 関わ る 記述 の 中 に 、 彼 を 意図 的 に 、 もの に よ っ て は 露骨 な 顕彰 と 見 られ る もの が 非常 に 多 い こと で あ る 。 八代 国治 は 『 明月 記 』 を 集中 的 に 検証 を 加え 『 吾妻 鏡 』 1211 年 ( 建暦 元年 ) 11 月 4 日 条 を 見つけ る が 、 これ は 『 明月 記 』 1211 年 ( 建暦 元年 ) 10 月 23 日 条 を 若干 縮め て 書 い た もの で あ る 。 更に 翌年 の 1212 年 ( 建暦 2 年 ) に は 「 適有 造営事 、 須上 臈 上卿 宰相 弁 奉之 歟 」 と 『 明月 記 』 1212 年 ( 建暦 2 年 ) 7 月 27 日 条 の 丸写し が あ る 。 そこ に 大夫 属 入道 と あ る の も 善信 と あ る の も 三善 康信 の こと で あ る 。 八代 国治 は この 2 件 と も 、 三善 康信 の 評 、 また は 献策 と し て 書 か れ て お り 、 『 吾妻 鏡 』 が 後年 の 編纂 物 で あ る 証拠 で あ っ て 、 また そして この こと から も 、 三善 氏 の 子孫 た る 町野 、 大田 氏 が 『 吾妻 鏡 』 編纂 の 中心 に 居 た の で は な い か と 推測 する 。 近年 で は 五味 文彦 も 、 1184 年 ( 寿永 3 年 ) 4 月 に 三善 康信 が 鎌倉 に 参着 し た とき の 記述 、 1184 年 ( 寿永 3 年 ) 4 月 14 日 条 の 「 本 より その 志関東 に 在り 」 、 翌 4 月 15 日 条 の 「 武家 の 政務 を 補佐 す べ き の 由 」 など に 顕彰 の 意図 を 感 じ て お り 、 「 相当 に 疑わし い 」 と 指摘 する 。 また 1191 年 ( 建久 2 年 ) 6 月 9 日 条 に は 、 一条 能保 の 娘 の 左大将 九条 良経 と の 婚姻 に 際 し その 衣装 が 遅れ 、 その 沙汰 を し た 御 台所 北条 政子 か 頼朝 が 「 御 気色 不快 」 に な っ た とき に 善信 ( 三善 康信 ) が 「 秀句 」 を 語 っ て 怒 っ て い た 政子 か 頼朝 は 「 御 入興 」 で お 咎 め を 回避 し た など 、 総 じ て エピソード の たぐい に よく 登場 する 。 大江 広元 に 関 し て これ まで 最も 注目 さ れ て き た の は 、 1185 年 ( 文治 元年 ) 1 1 月 12 日 条 の 有名 な 「 守護 地頭 」 設置 を 献策 し た と い う 下り で あ る 。 かつて は これ が 「 守護 地頭 」 の 始まり と さ れ た 。 しかし その 最も 注目 さ れ て き た 記事 が 顕彰 の 面 で も 注目 さ れ る 。 同年 11 月 28 日 条 に は 北条 時政 が その 「 守護 地頭 」 の 設置 を 朝廷 に 要求 し た と 書 か れ て い る 。 しかし 同じ 事実 を 書き記 し た 九条 兼実 の 『 玉葉 』 に は 「 守護 地頭 」 と は 書 か れ て い な い 。 196 0 年 に 石母田 正 は この 問題 に 鋭 く 切り込 み 、 「 諸国 平均 に 守護 地頭 を 補任 し 」 は 鎌倉 時代 の 後期 に は 他 の 史料 に も 見え る こと から 、 これ は 幕府 独自 の 記録 に よ っ た もの で は な く 、 鎌倉 時代 の 後期 の 一般 的 な 通説 に 基づ く 作文 で は な い か と 指摘 し た 。 そして その 石母田 正 氏 の 分析 に 端 を 発 し て 、 守護 ・ 地頭 の 発生 、 位置 づけ に つ い て 活発 な 議論 が 巻き起 り 、 現在 で は この 段階 は 国 地頭 制 と し て 、 守護 制 の 前 段階 と さ れ る 。 「 守護 地頭 」 は ともかく 、 1185 年 ( 文治 元年 ) 当時 の 朝廷 側 の 公卿 の 日記 『 玉葉 』 に も あ る 「 庄公 を 論 ぜ ず 、 兵粮 ( 段別 五 舛 ) を 宛 て 催 す べ し 」 と の 要求 の 献策 は 大江 広元 が 行 っ た の だ ろ う 。 しかし 「 二 品 殊 に 甘心 し 、 この 儀 を 以 て 治定 す 。 本末 の 相応 、 忠言 の 然 らしむ る 所 な り 」 は 「 守護 地頭 」 の 言葉 と とも に 後年 の 編纂 時 に 追加 さ れ た もの と 思 わ れ る 。 と な れ ば これ は 広元 の 顕彰 を 意図 し た 記事 と い う こと に な る 。 頼家 ・ 実朝 将軍記 で は 二階堂 行光 の 筆録 が 多 く 利用 さ れ た と 見 られ て い る が 、 その 二階堂 行光 に も 意図 的 な 顕彰 と 見 られ る 記事 が あ る 。 120 4 年 ( 元久 元年 ) 9 月 15 日 条 で あ る 。 その 日 源 実朝 は 北条 義 時 の 家 ( 相州 御亭 ) を 訪れ た が 月蝕 の 為 に 逗留 を 余儀 な く さ れ た 。 そこ で 二階堂 行光 は 白河 天皇 の 古事 を 語 り 「 相州 殊 に 御感 」 と 北条 義時 を 感心 さ せ た と 。 ところ が この 逸話 は 『 十 訓 抄 』 1 の 24 話 な の で あ る 。 また 、 『 金槐 和 歌集 』 から 編纂 者 が 採録 し た の で あ ろ う と さ れ る 部分 も あ る こと を 八代 国治 が 指摘 し て い る 。 1213 年 ( 建保元 = 建暦 3 ) 1 2 月 19 日 条 から 翌 20 日 条 な の だ が 、 『 金槐 和 歌集 』 で は 1212 年 ( 建暦 2 年 ) 12 月 と あ る 。 その 内容 は 決して 嘘偽り で も 粉飾 で も な い が 、 編者 の 行光 顕彰 の 意図 が あ っ た こと は 間違い あ る まい 。 顕彰 と 云 え ば 、 その 最 た る もの は 北条 泰時 で あ る 。 直接 の 政争 以外 は つい 警戒 心 を 解 い て しま う が 、 もう 少し 注意 せ ね ば と い う の が 有名 な 120 0 年 ( 正治 2 年 ) 4 月 8 日 条 で あ る 。 有力 貴族 の 一員 若狭 前司 保季 が 、 御 家人 の 郎 等 ( 武士 ) の 妻 を 白昼 六條 万里小路 に 於 い て 犯 す 。 怒 っ た その 武士 が 太刀 を 取 っ て これ を 追 い 、 六 條 南 ・ 万里小路 西 、 九條 面 平門 の 内 で その 貴族 を 斬り殺 し た 。 その 武士 を 捕らえ て あ る が 、 どう 裁 こ い たら よ い だ ろ う と 京 の 六波羅 から 早馬 が 来る 。 それ に 対 し て 大江 広元 から 意見 を 求め られ た 北条 泰時 は 、 「 郎従 の 身 と し て 諸院 宮 昇殿 の 者 を 殺害 する など 、 武士 の 本分 に も と る 行為 だ 。 それ も 白昼 路上 で 行 う など もってのほか 。 直ちに 厳罰 に 処 す べ き で あ る 」 と 言 っ た と 。 事件 その もの も は 、 実 は 『 明月 記 』 120 0 年 ( 正治 2 年 ) 3 月 29 日 条 で の 藤原 定家 の 日記 に 書 か れ て い た 事件 で 、 泰時 が 語 っ た と い う 台詞 は 藤原 定家 の 感想 を 写 し た もの で あ る 。 北条 泰時 の 顕彰 記事 は 数 限り な く あ る 。 北条 時 頼 に つ い て 八代 国治 が 指摘 する の は その 卒去 の 記述 『 吾妻 鏡 』 1263 年 ( 弘長 3 年 ) 1 1 月 22 日 条 で あ る 。 実 に 感動 的 な の だ が 、 「 頌云 」 の 「 業鏡 高 懸 、 三十 七 年 、 一 槌 撃砕 、 大道 坦然 」 は 『 増集 続 伝燈 録 妙堪 』 の 伝記 に あ る 遺曷 の 年齢 を 変え た だけ の もの で あ る 。 遺曷 を 他人 の 引用 で 済 ま せ る など と い う こと が 、 禅宗 に 帰依 し た 時頼 に と っ て 宗旨 上 も あ り 得 た こと だ ろ う か 。 八代 国治 は これ を 編纂 者 の 「 舞文 潤飾 」 と 断定 する 。 また 『 吾妻 鏡 』 1241 年 ( 仁治 2 年 ) 1 1 月 29 日 条 と 翌 11 月 30 日 条 に は こう い う こと が 書 か れ て い る 。 有力 御 家人 の 三浦 氏 と 小山 氏 と の 間 で 、 ささい な こと から 端 を 発 し て あわ や 一 戦 に と い う 事件 が 起 っ た 。 時頼 の 兄 の 北条 経時 は この 事件 で 一応理 の あ る 三浦 氏 を 助勢 し よ う と 配下 の 者 を 武装 さ せ て 差し向け た 。 それ に 対 し て 弟 の 時頼 は 酒 の 場 で の 喧嘩 だ から と 静観 し て い た 。 二人 の 祖父 で あ る 北条 泰時 は 「 各々 将来 御 後見 の 器 な り 」 、 つまり 二人 とも 将来 執権 に な ろ う と い う 者 で あ る の に 、 経時 は 「 諸御 家人 の 事 に 対 し 、 爭 か 好悪 を 存 ぜん か 。 所為 太 だ 軽骨 な り 、 暫 く 前 に 来る べ から ず 」 と 怒り 。 一方 時頼 に は 「 斟酌 頗 る 大儀 に 似 たり 。 追 っ て 優 賞 有 る べし 」 と 褒め られ 、 数 日 後 に 領地 を 与え られ た と い う の で あ る 。 時頼 が 15 歳 の とき で あ る 。 兄 北条 経時 は 祖父 泰時 の 後 を 継 い で 19 歳 で 4 代 執権 と な る が 、 4 年 後 に 弟 北 条 時 頼 に 執権 を 譲り 出家 、 直後 に 死亡 する 。 経時 の 幼子 が 2人 は 時頼 の 意向 で 出家 さ せ られ 僧 と な っ た 。 この 過程 も かなり 不 透明 で あ る 。 そして 『 吾妻 鏡 』 は 「 そもそも 時頼 の 方 が 優れ て い て 、 泰時 の 眼鏡 に も 適 っ て い た の だ 」 と 言 っ て い る 。 編纂 時期 と 背景 明治 時代 の 歴史 学 者 星野 恒と 原勝郎 は 、 範囲 に だいぶ 隔たり は あ る の だ が 『 吾妻 鏡 』 の 少な く とも 後半 は 日記 だ ろ う と し た 。 いずれ に し て も 宗尊 親 王 の 頃 まで に は 前半 の 編纂 も 終わ っ て い る こと に な る 。 それ に 対 し て 1912 年 ( 大正 元年 ) に 和田 英松 は 『 吾妻 鏡古 写 本考 』 の 中 で 全て が 後世 で の 編纂 と し 、 その 時期 は 北条 時宗 、 北条 政村 が 執権 ・ 連署 の 時代 と し た 。 1913 年 ( 大正 2 年 ) 、 和田 の 同僚 で あ っ た 八代 国治 は 、 『 吾妻 鏡 の 研究 』 で 、 源 氏 三 代 の 将軍 記 と それ 以降 三 代 の 将軍 記 と は 大きな 隔たり が あ る と し 、 編纂 二 段階説 を 唱え る 。 前半 の 源氏 三 代 将軍記 の 編纂 年代 は 和田 英松 同様 に 時宗 ・ 政村 の 時代 、 1242 年 ( 仁治 3 年 ) 7 月 以降 、 127 0 年 前後 と する が 、 後半 は 第 42 巻 の 宗尊 将 軍記 の 袖書 き に 後深草 天皇 が 1290 年 ( 正応 3 年 ) 2 月 に 出家 し て い る と 記 し て い る こと から それ 以降 。 そして 「 院 」 と のみ 記 し 、 没後 の 謚 ( おくりな ) で あ る 「 後深草 院 」 と は 呼 ん で い な い こと から その 存命 の 間 、 つまり 1290 年 ( 正応 3 年 ) より 130 4 年 ( 嘉元 2 年 ) 7 月 16 日 まで の 間 と 推定 する 。 ただし 二 段階説 に は 戦後 、 益田 宗 、 笠松 宏至 ら の 批判 が あ り 、 五味 文彦 も 二 段階説 を 裏付け る 積極 的 な 証拠 は 乏し い と し て 、 全て を 八代 国治 の 言 う ところ の 後半 の 編纂 時期 、 130 4 年 ( 嘉元 2 年 ) まで の 数 年間 と する 。 五味 文彦 が 八代 国治 の 第 一 段階 目 を 否定 する の は 次 の 3 点 から で あ る 。 藤原 定家 の 『 明月 記 』 は 『 吾妻 鏡 』 120 0 年 ( 正治 2 年 ) 3 月 27 日 条 から 頼家 ・ 実朝 将軍記 に 限 っ て 使用 さ れ て い る が 、 『 吾妻 鏡 』 の 編纂 者 が それ を 借り受け 、 書写 し た と し たら 、 その 時期 は 1290 年頃 から 以降 と な ろ う 。 と い う の は 、 藤原 定家 から 『 明月 記 』 を 受け継 い だ 孫 の 冷泉 為相 は 、 その 頃 領地 の 訴訟 を きっかけ に 鎌倉 に 滞在 し 、 藤ヶ谷 に 住 ん で 鎌倉 の 歌壇 を 指導 し て い る 。 当然 幕府 高官 、 特に 太田 時連 ら 文士 と の 交流 は それ 以降 かなり 密 に な っ た と 思 わ れ る から で あ る 。 笠松 宏至 など の 研究 に よ り 、 32 人 の 交名 の 文書 が 、 相論 ( 訴訟 ) の 証拠 物件 と し て 提出 さ れ た の は 1299 年 ( 永仁 7 年 : 改元 に て 正安 元年 ) 頃 と な る こと が 明らか に な っ て い る 。 その 文書 は 八代 国治 の 説 で は 第 一 段階 目 、 127 0 年 前後 に 編集 さ れ た はず の 、 120 5 年 ( 元久 2 年 ) 閏 7 月 29 日 条 に あ る 「 河野 の 四郎 通信 勲功 他 に 異な る に 依 っ て 、 伊予国 の 御 家人 三十 二 人 守護 の 沙汰 を 止め 、 通信 が 沙汰 と 為 す 」 以下 に あ る 。 それ も 含め て 原 資料 と し て 用い られ た 文書 に は 、 1297 年 ( 永仁 5 年 ) に 9 代 執権 北条 貞時 が 発令 し た 永仁 の 徳政 令 発布 以降 の 相論 ( 訴訟 ) に 証拠 と し て 持ち出 さ れ た 偽文書 が 多 い 。 それ ら の 点 から 、 五味 文彦 は 吾妻 鏡 の 成立 は 1297 年 ( 永仁 5 年 ) 以降 、 130 4 年 ( 嘉元 2 年 ) 7 月 まで の 間 、 つまり 130 0 年 頃 で あ ろ う と し 、 それ が 現在 定説 と な っ て い る 。 ただし 五味 文彦 は 、 それ 以前 の 1235 年 頃 に 、 「 頼朝 将軍記 」 と か の 『 原吾妻 鏡 』 と 呼べ る よう な 歴史 書 が 原型 と し て 出来上が り 、 同じ ころ に 京都 で は 『 原平家 物語 』 が 著 さ れ 、 また 東国 で は 『 原 曽我 物語 』 が つく ら れ た と い う こと も あ り 得 る の で は な い か と する 。 戦後 の 研究 で は 、 編纂 者 に つ い て は 幕府 内 部 の 有力 者 金沢 北条 氏 の 周辺 で あ ろ う と する 見方 も 強 い 。 後述 する 『 吾妻 鏡 』 の 北条 本 、 黒川 本 など の 原本 は 金沢 文庫 本 と さ れ 、 その 金沢 文庫 と の 関係 から も 全体 の 統括 者 と し て 考え やす い 人物 で あ る 。 しかし 全体 の 統括 者 に つ い て は 確た る 手がかり は な い 。 直接 の 編纂 者 に つ い て 、 八代 国治 が 『 吾妻 鏡 』 の 編纂 者 達 を 政所 と 問注 所 の 吏員 で あ る 大江 広元 の 子孫 ( 毛利 、 長井 ) 、 二階堂 行政 の 子孫 、 三善 康信 の 子孫 達 ( 大田 、 町野 ) で は な い か と し た こと は 既に 述べ た 。 そして 近年 、 五味 文彦 が 八代 国治 の 推測 を 具体 的 に 検証 する 形 で 研究 し て い る 。 尚 、 五味 文彦 は 1989 年 の 増補 前 の 『 吾妻 鏡 の 方法 』 に おけ る 「 吾妻 鏡 の 構成 と 原史料 」 に お い て 、 ベース と な る 筆録 に 二階堂 行政 ・ 二 階堂 行光 、 後藤 基綱 ・ 中原 師員 、 二階堂 行方 ・ 中原 師連 を あげ て い る 。 2000 年 の 『 増補 吾 妻 鏡 の 方法 』 に お い て 五味 文彦 は どの よう に アプローチ し た の か と い う と 主に 次 の 2 点 で あ る 。 ひと つ は 盗意図 的 な 顕彰 の 中 で も 既に 見 て き た 実務 官僚 に 関 する 部分 で あ る 。 その 面々 を もう 一 度 記 し て お こ う 。 三善 康信 、 二階堂 行光 、 大江 広元 で あ る 。 それ 以外 に やはり 顕彰 さ れ て い る の は 得宗 家 以外 で は 北条 時房 、 三善 康連 ( 大田 康連 ) 、 平盛綱 、 北条 実時 ら で あ る 。 もう ひと つ は 出産 記事 で あ る 。 天皇 家 、 得宗 家 嫡流 を 除 け ば 北条 有時 、 北条 政村 、 北条 時輔 、 北条 宗政 、 北条 時 兼 、 と そこ まで は 北条 一門 と い う こと で 理解 出来 る が 、 一人 だけ 文士 の 家柄 が 混じ っ て い る 。 1222 年 ( 貞応 元年 ) 9 月 21 日 条 に 、 二階堂 行政 の 孫 、 二階堂 行盛 に 子 が 生まれ た と あ る 。 その とき 生まれ た の は 130 2 年 に 政所 執事 に 再任 さ れ た 二階堂 行貞 の 祖父 、 二階堂 行忠 で あ る 。 こう し て 見 て い く と 、 文筆 の 家 で は もっとも 露骨 に 顕彰 さ れ て い る 三善 康信 の 子孫 で 、 時期 に 該当 する の は 1293 年 ( 永仁 元 ) から 1321 年 ( 元亨 元 ) まで 問注 所 執事 で あ っ た 太田 時連 が 候補 の 筆頭 と し て 上が り 、 二階堂 行貞 も また 編纂 者 で あ っ た 可能 性 が 高 い 。 大江 広元 も 顕彰 さ れ て い る ところ から 、 その 子孫 で 130 0 年 前後 に 評定 衆 、 寄合 衆 で あ っ た 長井 宗秀 も また 浮かびあが る 。 そして 北条 氏 の 中 で は 北条 貞 顕 だ ろ う 。 1260 年 ( 文応 元年 ) 7 月 6 日 条 など 、 金沢 家 に あ っ た 北条 実 時 の 記録 と しか 思え な い 記事 が 『 吾妻 鏡 』 に は あ る 。 その メンバー が 幕府 の 主要 ポスト に 顔 を 揃え る の は 130 2 年 で あ る 。 ところ で 、 1309 年 の 北条 貞 時 政権 の 中核 、 寄合 衆 の メンバー が 金沢 文庫 の 古 文書 に よ っ て 知 ら れ る が 、 北条 一門 に つ い て 、 これ に 130 2 年 ( 乾元 ( 日本 ) 元年 ) 当時 の 寄合衆 の メンバー を 加え て 見 て い く と 以下 の よう に な る 。 北条 師 時 師時 は 貞時 が 出家 し て 執権 を 退 い た 130 1 年 に 10 代 執権 と な っ て い た 。 師時 は 北条 時宗 の 同母 弟 と し て 出産 記事 の あ る 北条 宗政 の 子 で あ り 、 母 は これ も また 出産 記事 が あ る 7 代 執権 北条 政村 の 娘 。 北条 宣時 と その 子 北条 宗 宣 宣時 は 顕彰 記事 の あ る 北条 時房 の 孫 で 、 貞時 の 執権 時代 に 連署 で あ っ た 。 時房 は 『 吾妻 鏡 』 で は 北条 泰時 の 連署 と し て それ を 支え た と さ れ る 。 宗宣 は その 宣時 の 子 で あ り 、 130 2 年 当時 は 一番 引付 頭 人 で 官途 奉行 、 翌年 北条 宗方 と とも に 越訴 頭人 と な る 。 北条 庶流 で は 連署 北条 時 村 に 次 ぐ ナンバー 2 と 見 られ る 。 その 時村 が 殺 さ れ た 嘉元 の 乱 で 北条 宗方 を 討ち 、 直後 に 連署 と な る 。 更に 北条 師 時 死後 11 代 執権 と な っ た 。 北条 時 村 、 北条 煕 時 時村 は この 時期 北条 庶流 の 長老 ナンバー 1 で あ り 、 大仏 宣時 の あと に 連署 と な っ て い た 。 その 時村 は 出産 記事 が あ る 7 代 執権 北条 政村 の 子 で あ る 。 煕時 は 時村 の 孫 で 、 130 2 年 ( 乾元 元年 ) 当時 六 番 引付 頭 人 で あ っ た が 、 嘉元 の 乱 の 直後 に 、 殺 さ れ た 祖父 時 村 の 地位 を 継 い で 寄合 衆 に 登 っ た と 思 わ れ る 。 1312 年 ( 応長 2 年 ) 大仏 宗宣 の 後 の 12 代 執権 と な っ た 。 金沢 貞 顕 貞顕 の 祖 は 顕彰 記事 の 多 い 北条 実時 で あ り 、 実時 は 北条 時 頼 を 支え た と さ れ 金沢 家 の 事実 上 の 初代 で あ る 。 そして 実泰 、 実時 、 北条 顕時 ( 貞顕 の 父 ) の 三 代 に 渡 っ て 記 さ れ て い る こと も 注目 さ れ る 。 後 に 15 代 執権 と な っ た 。 極楽 寺 流 北条 久 時 、 北条 基 時 久時 は この頃 一番 二 番 引付 頭 人 を 務め 、 その 祖 は 5 代 執権 北条 時 頼 の 頃 連 署 を 務め た 極楽 寺 の 北条 重 時 で あ る 。 重時 の 娘 は 北条 時 頼 に 嫁 い で 北条 時宗 、 北条 宗政 を 生 ん で い る 。 また 重時 の 子 北 条 長 時 が 時頼 の 後 の 6 代執権 と な っ て お り その 孫 が 久時 で あ る 。 基時 は 130 2 年 ( 乾元 元年 ) 当時 六波羅 探題 北方 で 、 この 時期 の 寄合衆 と し て は 確認 出来 な い が 、 その 祖父 で 赤橋 長 時 の 弟 の 北条 業 時 の 子 と し て 父 北 条 時 兼 の 出産 記事 が あ る 。 後 に 北条 煕 時 の 後 13 代 執権 と な っ た 。 1309 年 の 寄合衆 の 中 の 北条 氏 以外 で は 、 姻戚 で は 安達 時 顕 、 大江 氏 の 長井 宗秀 。 三善 氏 の 太田 時連 、 得宗 被官 で は 長崎 高綱 、 尾藤 時綱 ら が い る 。 130 2 年 ( 乾元 元年 ) 当時 の 幕府 要人 に は 当然 得宗 被官 は 現れ な い が 、 その 裏 で 得宗 家 を 支え る 存在 で あ っ た ろ う 。 その 長崎 氏 や 尾藤 氏 の 家祖 に つ い て も 顕彰 さ れ 、 あるいは 最初 の 得宗 家 被官 と し て 記 さ れ て い る 。 つまり 130 2 年 前後 の 幕府 ・ 得 宗 家 を 支え る 主要 メンバー の 家 の 形成 が 『 吾妻 鏡 』 の 中 に きちんと 織り込 ま れ て い る こと が 解 る 。 例外 は 赤橋 久時 で あ る が 、 赤橋 家 は 久時 の 祖父 北条 長 時 以来 、 10 代 で 叙爵 し 、 20 代 で 引付衆 を 経 る こと な く 直 に 評定 衆 に 就任 する など 得宗 家 に 次 ぐ 家格 の 高 さ を 示 し て い た 。 ところ が 出産 記事 も 、 ことさら な 顕彰 記事 も 無 い 。 しかし 詳細 に 見 て い く と 、 赤橋 久時 の 父 北 条 義宗 は 1277 年 ( 建治 2 年 ) に 評定 衆 に な っ て 僅 か 2 ヶ月 で 没 し て い る 。 その とき 嫡男 久時 は まだ 5 歳 で 、 久時 が 寄合衆 と な っ た の は 130 4 年 ( 嘉元 2 年 ) 3 月 6 日 、 33 歳 の とき と さ れ る 。 従 っ て ちょうど 『 吾妻 鏡 』 の 編纂 時期 と み られ る 頃 に は 赤橋 家 は 寄合衆 に は 加わ っ て お ら ず 、 その こと が 反映 さ れ て い る の だ と し たら 、 これ は 例外 で は な く 逆 に 『 吾妻 鏡 』 の 編纂 は 130 2 年 前後 、 130 4 年 まで の 間 で あ る こと の 傍証 と な る 。 で は 何故 赤橋 家 庶流 の 普音 寺家 北条 時 兼 の 出産 記事 が あ る の か と い う こと だ が 、 あるいは 出産 し た 母 が 北条 政村 の 娘 で あ る こと が 影響 し て い る の か も しれ な い 。 こう し て み る と 、 北条 政村 の 家 に 伝わ る 記録 が 相当 『 吾妻 鏡 』 に 反映 さ れ て い る の で は とも 推測 さ れ る 。 130 0 年 の 前後 数 年 が どう い う 時代 で あ っ た か と い う と 、 既に 見 て き た とおり 執権 北条 貞 時 の 時代 で あ る 。 この 時代 は 禅宗 寺院 で の 文化 的 な 華やか さ と は 裏腹 に 、 古 き 良 き 御 家人 時代 が 終わり を 告げ 、 北条 得 宗家 の 独裁 、 更に その 内 から 得宗 家 執事 の 独裁 と な り 、 1333 年 の 鎌倉 幕府 崩壊 へ と 進 ん で ゆ く 。 1285 年 ( 弘安 8 年 ) 11 月 に 得宗 家 執事 ( 内管領 ) 平頼 綱 と 、 外戚 安達 泰盛 と の 権力 闘争 が 霜月 騒動 と な っ て あらわれ 安達 一族 が 滅 ぶ 。 1293 年 ( 正応 6 年 ) 4 月 に 、 今度 は 執権 北条 貞 時 自身 が その 平頼綱 を 討 つ ( 平禅門 の 乱 ) 。 1297 年 ( 永仁 5 年 ) に 永仁 の 徳政令 ( 関東 御 徳政 ) の 発布 が あ る 。 これ は 元寇 に よ る 膨大 な 軍費 の 出費 など で 苦し む 中小 御 家人 を 救済 する ため と 理解 さ れ て き た が 、 現在 で は むしろ 御 家人 所領 の 質入れ 、 売買 の 禁止 、 それ に よ る 幕府 の 基盤 御 家人 体制 の 維持 に 力点 が あ っ た と 理解 さ れ て い る 。 幕府 は 惣領 制 を 御 家人 支配 の 基盤 と し た が 、 実 は この 時期 、 武士 団 分割 相続 と 惣領 制 に よ り 中 小 御 家人 は 零細 化 し 、 そして 貨幣 経済 の 進展 に 翻弄 さ れ て 多く は 崩壊 を 初め て い た 。 御 家人 側 の せめ て も の 家 の 保身 が 、 嫡男 に よ る 単独 相続 へ の 変化 、 ある 面 で は 「 家 」 の 確立 と も 言え る 。 130 1 年 ( 正安 3 年 ) 、 執権 職 を 従兄弟 の 北条 師 時 に 譲 っ て 引退 し た が 、 これ は 引退 と い う より 、 重鎮 の 連署 ・ 北条 宣時 を 道連れ に 引退 さ せ る ため の もの と 見 る 向き も あ る 。 鎌倉 の 主 は 得宗 家 の 惣領 で あ っ て 、 時頼 の 時代 より 執権 職 が 鎌倉 の 主 、 得宗 家 の 惣領 を 現 す もの で は 無 く な っ て い る 。 当然 政治 の 実権 は なお も 握 り 続け た 。 130 5 年 ( 嘉元 3 年 ) 4 月 23 日 、 得宗 被官 、 御 家人 が 当時 連署 で あ っ た 北条 時村 を 「 仰ト 号 シテ 夜討 」 し 、 殺害 。 屋敷 一帯 は 炎 に 包 ま れ た 。 その 12 日 後 、 北条 庶流 を 代表 する 一番 引付頭 人 北条 宗宣ら が 貞時 の 従兄弟 で 得宗 家 執事 、 越訴 頭人 、 幕府 侍 所 所司 で あ っ た 北条 宗方 を 追討 。 宗方 は 佐々木 時 清 と 相打ち と な り 、 二階堂 大路 薬師 堂 谷口 に あ っ た 宗方 の 屋敷 に は 火 を かけ られ 、 宗方 側 の 多く の 郎 等 が 戦死 。 いわゆる 嘉元 の 乱 で あ る 。 『 保暦 間 記 』 に よ れ ば 北条 宗方 の 野心 と さ れ る が 、 北条 一門 の 暗闘 の 真相 は 不明 で あ る 。 独裁 政治 と 云 わ れ る 得宗 体制 の その 内部 は 決して 安定 し た もの で も 、 一方 的 な もの で も な かっ た こと が 覗え る 。 130 8 年 ( 延慶 元年 ) 8 月 御 内人 の 平政連 が 貞時 を 諌め る ため 提出 し た 「 平政 連諫 草 ( たいら の まさつら いさめぐさ ) 」 に は 「 今 は 、 漸く 政要 に 疎 し 」 「 早々 と 連日 の 酒宴 を 相止め 」 と 、 政務 を 放り だ し 酒 に 溺れ て い た 様 が 覗え る 。 14 世紀 初頭 、 北条 得 宗家 の 寄合衆 を 実態 と する 鎌倉 幕府 は 、 専制 の 頂点 を 極め つつ も その 進 む べ き 道 が 見出せ な く な っ て い た 。 平安 時代 の 後期 、 院政 期 頃 に すこし づつ 形 を 成 し て き た 所謂 「 イエ 」 の 概念 が 、 更に 家格 の 形成 、 家業 ・ 家職 の 固定 化 と し て 京 の 公家 社会 から 進 ん で い っ た こと を 五味 文彦 は 示唆 し て い る 。 また 、 本当 に 固定 化 さ れ て 前 段階 の 「 イエ 」 から 「 家 」 に 脱皮 し た の が この 時代 で あ る と も 示唆 し て い る 。 それ が その まま 、 鎌倉 政権 の 中 に も 浸透 し 、 得宗 家 の 確立 、 それ を 取り囲 む 共同 利益 集団 の 北条 庶 流 の 家格 の 形成 、 同時 に 文筆 の 家 で も それ に 似 た 、 あるいは それ 以上 の 家格 の 形成 ・ 家職 の 固定 化 が 進 ん で い っ た 。 また その 過程 で 、 それ まで の 緩 い 惣領 制 から 同族 諸流 の 家格 ・ 家職 争い や 独立 志向 も 熾烈 化 する 。 貞時 は 平禅門 の 乱 で 平頼綱 を 討 っ た あと 、 平頼綱 が 実権 を 握 っ て い た 間 の 政策 や 人事 を 否定 し 、 父 北 条 時宗 の 時代 の 人事 に 戻 す 。 しかし それ は 決して 北条 時宗 の 時代 へ の 単純 な 回帰 で は な く て 、 1293 年 ( 永仁 元年 ) 10 月 に は それ まで の 引付 頭 人 を 廃止 し て 執奏 を 置 い た 。 更に 翌年 に は 貞時 が 直接 下 し た 裁定 に は 越訴 を 認め な い など それ まで の 得宗 体制 に は 見 られ な かっ た 専制 の 度合い を 強め る 。 人事 に つ い て も めまぐるし く 変わ る 。 内管領 と まで い わ れ た 得宗 家 執事 に つ い て も そう で あ る 。 北条 泰時 以来 、 執権 ・ 得宗 体制 を 支え て き た 北条 庶流 と の 利害 の 対立 も 先鋭 化 し 、 その 対立 の 行き着 い た 先 が 『 吾妻 鏡 』 編纂 年 の 下限 と さ れ る 130 4 年 の 翌年 に 起こ っ た 嘉元 の 乱 で あ る と い う 見 方 も あ る 。 そう し た 時代 に 、 『 吾妻 鏡 』 が 編纂 さ れ 、 北条 貞 時 政権 の 担い手 ( 寄合衆 ) 達 、 特に 文筆 の 家 の 者 が 中心 に な っ て 、 自分 達 の 寄 っ て 立 つ 鎌倉 幕府 、 北条 得 宗家 体制 の 成立 、 その 中 で 源 氏 三 代 、 そして 北条 泰時 、 北条 時 頼 の 時代 を 回顧 さ れ 、 そして それぞれ の 「 家 」 の 成立 ・ 形成 を 示 し ながら 鎌倉 幕府 の 歴史 が 振り返 ら れ て い く 。 歴史 資料 と し て の 価値 星野 恒の 『 吾妻 鏡考 』 ( 1889 年 ) に つ い て 諸 研究 書 に 見 る 限り 、 『 吾妻 鏡 』 を 幕府 記録 の 嚆矢 ( こうし ) で あ り 、 武家 制度 、 法令 、 政治 経済 を 理解 する 上 で 必須 の 史料 と 位置 づけ て い る 。 『 吾妻 鏡 』 を 研究 史料 の 俎板 に 乗せ た 点 で 、 『 吾妻 鏡 』 研究 の 出発 点 と も な っ た こと は 確か で あ る 。 しかし 、 星野 は 源平 盛 衰記 の 時代 、 つまり 1185 年 の 平家 滅亡 まで や 、 源 頼 家 の 将軍 職 退位 など 、 あまり に も 明らか な 部分 以外 に は ほとんど 疑い を 抱 い て い な かっ た 。 原勝郎 が 『 吾妻 鏡 の 性質 及其 史料 と し て の 價値 』 を 表 し た の は それ に 対 する 警鐘 だっ た の だ ろ う 。 原勝郎 は 、 史料 と し て 吾妻 鏡 の 価値 は 「 主 と し て 守護 地頭 其 他 の 法制 に 關係 あ る 事實 」 に あ る と する 。 それ ら の 多く は 政所 や 問注 所 に 關係 あ る 諸家 の 筆録 、 その 他 の 記録 で あ ろ う し 、 それ ら に 政治 的 曲筆 が 入り込 む 可能 性 は 少な い だ ろ う 。 しかし 政治 史 の 材料 と し て は 信憑 す べ き 直接 史料 と は みな し 難 い と する 。 八代 国治 は 『 吾妻 鏡 』 に 恨み で も あ る の だ ろ う か 、 源 頼 家 の 怨霊 が 乗り移 っ た の だ ろ う か 、 と 思 い た く な る ぐらい 『 吾妻 鏡 』 を 語気 強 く こき下ろ す が 、 これ も また 原勝郎 の 警鐘 の 続き で あ る 。 原勝郎 が 1898 年 ( 明治 31 年 ) に 『 吾妻 鏡 の 性質 及其 史料 と し て の 價値 』 を 表 し て から 15 年 経 っ て も 、 まだ 当時 の 歴史 学会 に は 吾妻 鏡絶対 主義 と で も い う よう な 風潮 が かなり あ っ た の だ ろ う 。 その 八代 国治 は 、 『 吾妻 鏡 』 の 価値 に つ い て 、 原 と 同じ よう に 政権 闘争史 に 関 する 史料 と し て は 、 一 等 史料 と し て 信用 し 難 い と する 。 その 一方 で 、 幕府 政所 、 問注 所 、 及び 之 に 関係 せ る 者 等 の 日記 、 記録 、 文書 、 及び 京都 公家 の 日記 など の 資料 よ っ て 編纂 し た 部分 が 大 部分 を 占め 、 その 編纂 も 幼稚 で 余り 斧削 を 加え て い な い 。 従 っ て 、 曲筆 、 偽文書 、 意図 的 な 顕彰 を 注意 深 く 取り除 け ば 、 鎌倉 時代 の 根本 資料 と し て 恐らく は 之 に 比敵 する もの は あ る まい と する 。 その 八代 国治 の 研究 は 明治 から 大正 の 初期 に かけ て の もの だ が 、 戦後 1955 年 の 佐藤 進一 ・ 池内 義資編 の 『 中世 法制史 料 集 』 の 態度 は 、 八代 国治 い う ところ の 「 上述 の 誤謬 を 糾 し 、 粗漏 を 除 き 」 と い う 作業 が 如何 に 難し い か を 物語 っ て い る 。 そこ で は 「 対応 資料 の 見出せ な い 場合 に は 一切 吾妻 鏡 を 採録 せ ず 、 後日 の 研究 を 俟 つ こと に し た 」 と する 。 先 に 顕彰 記事 に 関 し て 紹介 し た 「 守護 ・ 地頭 」 設置 に 関わ る 学会 で の 論争 が 、 『 中世 法制史 料 集 』 編纂 より 後 に 起こ っ た もの で あ る こと を 考えれ ば 、 佐藤 進一 ら が 慎重 に な っ た の も 頷け る 。 近年 『 吾妻 鏡 』 の 研究 で 大きな 仕事 を し た の は 五味 文彦 で あ る が 、 五味 文彦 は 『 中世 法制史 料 集 』 の 態度 を 紹介 し ながら 、 それ で も 『 吾妻 鏡 』 は 、 実 に 豊か な 法令 を 含 ん で い る と い う 。 近年 で の 五味 文彦 の 吾妻 鏡 研究 は そこ に 係わ る 取り組み で あ る 。 五味 文彦 は 、 原史料 の 見通し を つけ る こと が でき れ ば 、 編纂 の あ り かた 、 誤謬 の あ り 方 も 自然 に わか っ て くる だ ろ う 。 そう すれ ば 八代 国治 が その 著書 の 最後 に 述べ た よう に 、 鎌倉 時代 の 根本 資料 と し て 有益 な 情報 を 抽出 出来 る はず だ と する 。 八代 の 編年 など の 推定 など いく つ か の 点 は 、 確か に 五味 文彦 ら に よ っ て 修整 は さ れ る が 、 八代 国治 が 『 吾妻 鏡 』 の 編纂 者 達 を 政所 と 問注 所 の 吏員 で あ る 大江 広元 の 子孫 ( 毛利 、 長井 ) 、 二階堂 行政 の 子孫 、 三善 康信 の 子孫 達 ( 大田 、 町野 ) で は な い か と し た 点 を 、 五味 文彦 は 更 に 詳細 に 証明 し て い っ た 。 そして 「 原史料 の 見通し 」 、 ベース と な る 筆録 の 著者 を 独自 の 方法 で 割り出 す 。 五味 文彦 の 研究 は 、 八代 が その 著書 の 結び と し た 「 鎌倉 時代 の 根本 資料 と し て 価値 を 失 わ ざる のみ な ら ず 、 恐らく は 之 に 比敵 する もの あ ら ざる べし 」 と い う 方向 で 、 更に 具体 的 に 研究 と 推論 を 発展 さ せ た もの と いえ る だ ろ う 。 吾妻 鏡 は 金沢 文庫 に あ っ た 原本 が 、 小田原 の 後 北条 氏 の 手 に 渡 り 、 それ が 徳川 家康 の 手 に 渡 っ た と 思 わ れ やす い が 、 現在 の 研究 で は 、 吾妻 鏡 は 早く に 散逸 し 、 室町 時代 に は 既に 揃い の 完本 の 形 で は 伝え られ て お ら ず 、 断片 的 な 抄出本 や 、 数 年 分 の 零本 の 形 で 伝わ る もの が ほとんど で あ っ た の か も しれ な い 。 それ ら を 集め て 、 42 巻 と か 43 巻 と か まで に 収集 と 補訂 が 行 わ れ た もの が 北条 本 系 で は 徳川 家康 、 吉川 本 で は 右田 弘詮 ( 陶弘 詮 ) の 手 に 渡 り 、 そこ で 更に 欠損 分 の 収集 が 行 わ れ て 、 51 巻 あるいは 48 巻 と い う 形 に 復元 さ れ て い っ た 。 また その 系譜 は 2 グループ あ り 、 北条 本 、 黒川 本 は 応永 年間 ( 13 94 ~ 1427 年 ) に 金沢 文庫 本 に よ り 書写 さ れ た もの の 系統 を 引 き 、 吉川 本 は それ と は まったく 別 系統 と な る 。 編纂 者 の 候補 と し て 最も 有力 な 太田 時連 ( 問注 所 の 三善 氏 ) は 「 武家 宿老故 実者 」 と し て 足利 氏 の 室町 幕府 に も 仕え て い る 。 その 日記 『 永仁 三 年 記 』 は 太田 の 家 に 伝え られ 、 やがて 室町 時代 に 加賀 前司 町野 淳康 が 継承 し た と い う 。 それ ら の こと から 『 吾妻 鏡 』 に は 金沢 文庫 に 収め られ た もの と 、 太田 時連 が 手元 に 所持 し た もの の 2 つ が あ り 、 太田 時連 と とも に 京 に 行 っ た もの が 、 その 日記 同様 に 室町 時代 に 他家 の 所持 に 移り 、 吉川 本 の 元 と な っ た の か も しれ な い と 推測 さ れ る 。 現在 もっとも 一般 的 な テキスト で あ る 1933 年 ( 昭和 8 年 ) の 『 新訂 増補 国 史 大系 』 の 底本 と な る もの は 北条 本 と 呼 ば れ 、 後 北条 氏 が 所蔵 し て い た 写本 と さ れ て い た 。 それ を 1590 年 ( 天正 18 年 ) の 豊臣 秀吉 の 小田原 攻め に お い て 、 北條 氏 直 が 小田原 開城 の 交渉 に お い て 折衝 に あた っ た 黒田 如水 に 贈 っ た もの を 、 後 の 160 4 年 ( 慶長 9 年 ) に 如水 の 子 黒田 長政 から 徳川 家康 に 献上 さ れ た と 。 しかし ながら 、 家康 に よ る 古活字 本 開版 の 準備 が 160 3 年 ( 慶長 8 年 ) に は 始ま っ て い る こと から 、 この 説 に は 疑問 も あ り 、 楮紙 の 古 い 料紙 の 32 冊 と 、 楮紙 の 古 い 料紙 に 修善 寺 紙 を 用い た 補入 が 施 さ れ て い る 10 冊 、 修善 寺 紙 のみ の 1 冊 の 計 43 巻 を 家康 は 160 3 年 ( 慶長 8 年 ) 以前 に 一括 し て 手 に 入れ て い た と 推定 さ れ る 。 その 元 に な る 32 冊 は 黒川 本 ( 和学 講談 所 本 ) と 同様 に 、 応永 11 年 に 金沢 文庫 本 から 書写 し た もの を 更に 文亀 年間 ( 150 1 ~ 150 4 年 ) に 書き 写 し た もの と 見 られ て い る 。 それ に よ り 古活字 本 開版 の 準備 を し て い た 処 に 、 黒田 長政献 上 の もの を 含 む め て 、 不足 分 8 冊 ( 白紙 に 近 い 紙 ) を それ まで 入手 し て い た もの と 同じ 書式 で 書き 写 さ せ て 51 冊 と し 、 これ を 160 5 年 ( 慶長 10 年 ) 印行 の 底本 と し た の で は と 現在 で は 推定 さ れ て い る 。 その 古 活字 本 に は 3 種類 あ る が 、 最も 有名 な もの が 160 5 年 ( 慶長 10 年 ) 印行 の 伏見 版 で あ り 、 外題 ・ 版心 に は 「 東鑑 」 、 内題 に は 「 新刊 吾妻 鏡 」 と あ り 、 相国 寺 の 中興 の 祖 と さ れ る 西笑 承兌 ( せいしょう じょうたい ) の 跋文 が あ る 。 他 は 慶長 元 和 ( 日本 ) 間刊 の もの 、 元和 末刊 の もの で あ る 。 原本 は 家康 没後 、 江戸 城内 の 紅葉山 文庫 に 収蔵 さ れ 、 現在 は 国立 公文 書 館 蔵 で 、 重要 文化 財 で あ る 。 尚 、 『 新訂 増補 国 史 大系 』 は この 北条 本 を 底本 と し ながら も 、 吉川 本 も 校合 に 用い られ た 。 元 は 『 群書 類 従 』 を 編纂 し た 塙保己一 ( はなわ ほき の いち ) の 和学 講談 所 温古堂 の 蔵印 が あ る 。 目録 の 終わり に 「 応永 11 年 甲 申 ( 140 4 年 ) 8 月 25 日 金沢 文庫 御 本 書之 」 と あ り 、 140 4 年 ( 応永 11 年 ) に 金沢 文庫 本 から 書写 し た もの を 更に 書写 し た もの と 推定 さ れ る 。 ただし 、 北条 本 と は 僅か に 異な る 処 も あ り 、 北条 本 から の 書写 で は な く 、 共 に 140 4 年 ( 応永 11 年 ) の 古 写本 から の 書写 で あ る と 見 られ て い る 。 52 巻 25 冊 が 現存 し た が 関東 大 震災 で 焼失 し た と い う 。 島津 家 文書 の 一部 と し て 国宝 に 指定 さ れ て い る 。 巻首 に あ る 系 図 から は 天文 ( 元号 ) 年間 ( 15 3 2 ~ 1555 年 ) と 推定 さ れ 、 更に 冒頭 の 目録 に 無 い 3 年 分 ( 北条 本 に も な い ) が 含 ま れ て い る こと など から 、 吉川 本 同様 に 島津 家 に お い て も 天文 年間 以降 、 更に 収集 と 補訂 が 行 わ れ て 成立 し た と 見 られ て い る 。 原本 は 1650 年 ( 慶安 3 年 ) に 幕府 に 献上 さ れ た 。 現在 島津 家 に 残 る もの は その とき の 書写 本 と さ れ る 。 幕府 に 献上 さ れ た 島津 本 は 現在 は 行方 不明 で あ る が 、 徳川 家 所蔵 の 所謂 北条本 に 欠け て い た 部分 を 多 く 含 み 、 その 差分 が 『 吾妻 鏡 脱漏 』 また は 『 東鑑 脱 纂 』 と し て 1668 年 ( 寛文 8 年 ) に 木版 で 出版 さ れ た 。 その 差分 は 主に 祈寿 祭礼 に 関 する 記事 が 多 い と い う 。 尚 、 『 吾妻 鏡 』 編纂 者 と 推測 さ れ る もの の 中 に 二階堂 行貞 が 居 る が 、 二階堂 文書 に は 、 その 家 に 伝わ っ た 『 吾妻 鏡 』 を 15 世紀 末 ( 推定 ) に 島津 家 に 譲り渡 し た と の 記録 が 残 っ て い る 。 島津 本 と 同系 の もの に 、 毛利 本 が あ る 。 毛利本 に は 1596 年 ( 文禄 5 年 ) 3 月 11 日 付け の 大徳 寺 の 宝叔 宗珍 の 書写 奥書 が あ り 、 毛利 藩 に 伝え られ た 。 島津 本 と 同系 で は あ る が 、 島津 本 より も 書写 年 は 古 く 、 そこ から の 転写 で は な い 。 現在 は 明治 大学 図書 館 蔵 。 蔵 、 重文 。 現在 で は 吾妻 鏡 の 最善本 と 目 さ れ て い る 。 大内 氏 の 重臣 陶 氏 の 一族 、 右田 弘詮 ( 陶弘 詮 ) に よ っ て 収集 さ れ た もの で あ る 。 右田 弘詮 は 、 150 1 年 ( 文亀 元 ) 頃 、 その 写本 42 帖 を 手 に 入れ る こと が 出来 、 数 人 の 筆生 を 雇 い 書き 写 さ せ て 秘蔵 し た 。 しかし それ に は 20 数 年 分 の 欠落 が あ っ た 。 弘詮 は その 後 ようやく に し て 欠落 分 の 内 5 帖 を 手 に 入れ る 。 これ を 最初 の 書写 と 同じ 形式 で 書き 写 さ せ て 全 47 帖 と し 、 その 目次 も 兼ね て 年譜 1 帖 を 書き下ろし 全 48 帖 と し た 。 1523 年 ( 大永 3 年 ) 9 月 5 日 の こと で あ る 。 それ が その 後 右田 弘詮 が 仕え た 大内 氏 の 滅亡 と とも に 、 毛利 元 就 の 子 、 吉川 元春 の 手 に 移 り 、 以降 吉川 家 に 伝え られ た 。 記事 に 3 年 分 の 欠損 は あ る が 、 島津 本 の 『 吾妻 鏡 脱漏 』 部分 を 全て 含 み 、 それ 以外 に も 日 の 単位 で 数 百 箇所 が 吉川 本 のみ に あ る 。 北条 本 と 島津 本 の 差分 『 吾妻 鏡 脱漏 』 の その 差分 は 祈寿 祭礼 に 関 する 記事 が 多 い と 既に 述べ た が 、 北条 本 と 吉川 本 の 差分 に つ い て も 同様 で あ る 。 その 前半 部分 に お い て は 殆ど 一致 し 、 差異 が あ る の は 後半 部分 で あ る 。 それ ら の こと から 和田 英松 は 「 吾妻 鏡古 写 本考 」 に お い て 、 北条 本 や 黒川 本 の 源流 で あ る 金沢 文庫 本 は 節略 本 で あ り 、 吉川 本 は それ より 前 の 編集 途中 の 版 を ベース と し た 写本 で あ ろ う と し た と い う 。 そして 八代 国治 は 、 節略 増補 、 つまり 編纂 途中 で 斧削 を 加え る 前 の 段階 を 思 わ せ る 吉川 本 の 史料 価値 は 北条 本 に 勝 る と する 。 吾妻 鏡 は 基本 的 に は 価値 の 高 い 史料 で あ る が 、 源 頼朝 の 死亡 時期 に 、 3 年 以上 の 記事 が な い など 欠落 し て い る 箇所 も あ る 。 それ に 対 し て 、 江戸 時代 に 徳川 家康 が 、 源 頼朝 の 最期 が 不 名誉 な 内容 で あ っ た ため 、 家康 が 「 名将 の 恥 に な る よう な こと は 載せ る べ き で は な い 」 と し て 該当 箇所 を 隠 し て しま っ た と い う 俗説 が まことしやか に 流布 し て い る 。 もちろん この 説 に 証拠 は 無 い 。 そう な ん じゃ な い か と い う 憶測 に 過ぎ な い 。 そう し た 憶測 は 先 に 述べ た よう に 、 吾妻 鏡 は 金沢 文庫 に 完本 で あ っ た 原本 が 、 小田原 の 後 北条 氏 の 手 に 渡 り 、 それ が 徳川 家康 の 手 に 完本 の 常態 で 渡 っ て い た の で は と い う 想像 から 始ま っ て い る 。 しかし それ が そう で は な い こと は 前述 の 通り で あ る 。 +日本 文徳 天皇 実録 ( に ほんもん とく てん のうじつろく ) は 、 平安 時代 の 日本 で 編纂 さ れ た 歴史 書 で 、 六 国 史 の 第 五 に あた る 。 文徳 天皇 の 代 、 嘉祥 3 年 ( 850 年 ) から 天安 ( 日本 ) 2 年 ( 858 年 ) まで の 8 年間 を 扱 う 。 略 し て 文徳 実録 と も い う 。 編年 体 、 漢文 、 全 10 巻 。 編纂 序文 に よ れ ば 、 本書 の 編纂 は 清和 天皇 が 貞観 ( 日本 ) 13 年 ( 8 71 年 ) 、 藤原 基経 、 南淵 年名 、 都良香 、 大江 音人 ら に 編纂 を 命 じ た 。 年名 と 音人 ( 共 に 877 年 没 ) の 死後 、 元 慶 2 年 ( 878 年 ) に 菅原 是善 を 加え 、 基経 ・ 良香 と の 3 人 で 翌年 879 年 に 完成 成立 さ せ た 。 なお 、 『 菅家 文章 』 に よ れ ば 、 菅原 是善 の 子 菅原 道真 が 父 に 代わ っ て 序文 を 執筆 し た と さ れ て い る 。 日本 の それ まで の 正史 は 、 いずれ も 「 紀 」 と 命名 さ れ て い た 。 日本 が 範 と し た 中国 に お い て は 、 正史 は あ る 王朝 が 倒れ た 後 に 、 新た な 王朝 が 前代 の 王朝 の 歴史 を まとめ る と い う 形 で 作 ら れ て い る 。 これ に 対 し て 実録 と は もともと あ る 皇帝 一 代 ごと に 、 その 事蹟 を 書き記 し た もの で あ っ た 。 日本 の 正史 は 、 日本 書紀 は ともかく 、 続 日本 紀 以降 は 「 むしろ 一 つ の 王朝 の 歴代 の 君主 の 統治 記録 と し て の 性格 」 を 持 っ て い た 。 こう し た 流れ を く む 文徳 実録 が 「 実録 」 と い う 書名 を 採用 し た こと は 、 日本 の 史書 が 中国 の 実録 を 模 し て い っ た こと の 表れ で あ る と さ れ る 。 内容 六 国 史 中 、 最も 期間 が 短 い 。 政治 関係 が 少な く 、 下級 貴族 の 人物 伝 が 多 い の が 特徴 と い う 。 これ は 従前 の 国史 が 官人 の 卒伝 を 四位 まで と し た の に 比 し 五 位 に まで 拡大 し て い る こと に よ る 。 「 弘仁 ・ 貞観 文化 」 から 「 貞観 文化 」 へ の 過渡 期 を 詳述 し 六 国 史 の 中 で は もっとも 人間 臭 い 伝記 を 収め て い る 。 +続 日本 後紀 ( しょく に ほんこうき ) は 、 日本 の 平安 時代 の 869 年 に 成立 さ れ た 歴史 書 で 、 六 国 史 の 第 四 に あた る 。 仁明 天皇 の 代 、 天長 10 年 ( 833 年 ) から 嘉祥 3 年 ( 850 年 ) まで の 18 年間 を 扱 う 。 文徳 天皇 の 勅命 に よ り 斉衡 2 年 ( 855 年 ) 編纂 が 開始 さ れ 、 貞観 11 年 ( 869 年 ) に 完成 し た 。 天皇 の 動静 の 記録 を 詳述 し 天皇 親政 から 摂関 政治 へ うつ る 時代 の 根本 史料 で あ る 。 編年 体 全 二十 巻 から な る 。 編纂 本書 の 編纂 は 文徳 天皇 の 斉衡 2 年 ( 855 年 ) 、 藤原 良房 、 伴善 男 、 春澄 善 縄 、 安野 豊道 に よ り 始め られ た 。 その 後 、 良房 の 弟 ・ 藤原 良相 が 加わ る が 完成 前 に 逝去 、 善男 は 応天門 の 変 で 流罪 、 豊道 の 下 総介 赴任 など が あ っ た 。 だ が 、 編纂 者 の 追加 が 行 わ れ な かっ た め に 最終 的 に は 藤原 良房 と 春澄 善 縄 の 2 名 のみ が 編纂 者 と し て 残 っ た 。 この ため 、 編纂 方針 に つ い て は 良房 の 、 記述 に つ い て は 善縄 の 意向 が 強 く 反映 さ れ た と 言 わ れ て い る 。 内容 六 国 史 中 、 初めて 天皇 一代 を 対象 に し て い る 。 承和 の 変 も この 書 に 記載 さ れ て い る 。 本書 の 「 続 日本 後紀 」 と い う 書名 は 、 「 日本 後紀 」 に 続 く と い う 意味 で あ る が 、 「 続 日本 紀 」 は 九代 、 「 日本 後紀 」 は 四 代 と 複数 の 天皇 の 治世 を 対象 と し て い る の に 対 し 本書 は 、 仁明 天皇 一代 の 歴史 で あ る 。 本書 の 対象 と し た 仁明朝 は 、 嵯峨 ・ 淳和 両朝 の 後 を 受け た 太平 の 世 で あ り 、 「 承和 の 変 」 以外 大きな 事件 は 無 かっ た ため に 、 宮中 行事 など は 詳し い が 、 政治 関係 の 記事 は 少な い と さ れ る 。 一説 に は 「 承和 の 変 」 に おけ る 皇太子 恒貞 親王 の 廃止 と 新皇太子 道康 親王 ( 文徳 天皇 ) 擁立 の 正当 性 を 主張 する ため に 書 か れ た と も 言 わ れ て い る 。 天皇 の 挙動 を 重視 し 実録 的 性格 を 国史 に 反映 さ せ た 点 で 後 の 、 日本 三 代 実録 等 に 大きな 影響 を 与え た 。 平安 時代 後期 に は 抄本 が 流布 し て い た と さ れ 、 最古 の 写本 で あ る 保延 年間 の もの は 、 類聚 国史 から 本文 を 補 っ て い る 。 また 、 三条 西 家 の 六 国 史 書写 の 段階 で も 、 善本 が 入手 でき ず 、 また 、 旁書 など を 本文 に 反映 さ せ た 際 、 誤脱 、 錯簡 など が 生 じ 、 現行 の 刊本 も その 影響 を 受け て い る 。 +増鏡 ( ますかがみ ) は 、 歴史 物語 。 成立 は 南北朝 時代 _ ( 日本 ) と 推定 さ れ る 。 作者 は 未詳 だ が 、 二条 良 基説 や 洞院 公賢 説 、 四条 家 関係 者 説 など が あ る 。 いわゆる 「 四 鏡 」 の 成立 順 で は 最後 に 位置 する 作品 で あ る 。 内容 的 に は 最も 新し い 時代 を 扱 っ て い る 。 現在 の もの は 二十 巻 から な り 、 「 四鏡 」 ( 現在 亡失 ) を 継承 し て 、 寿永 3 年 ( 1183 年 ) の 後鳥羽 天皇 の 即位 から 元弘 3 年 ( 1333 年 ) 後 醍醐 天皇 が 隠岐 に 流 さ れ 、 その 後 、 京都 に 戻 る まで の 、 15 代 150 年 の 事跡 を 編年 体 で 述べ て い る 。 嵯峨野 の 清凉 寺 へ 詣 で た 100 歳 の 老尼 が 語 る 昔話 を 筆記 し た 体裁 を と っ て い る ( ただし 、 現存 の 本 に お い て は 尼 は 最初 の 場面 だけ の 登場 に な っ て い る こと から 、 当初 は 他 の 「 四 鏡 」 と 同様 に 尼 が 登場 する 最後 の 場面 が 書 か れ た 部分 が 存在 し て い た と する 説 も あ る ) 。 典雅 な 文体 で 公家 の 生活 が 描 か れ た 文芸 味 豊か な 作品 で あ る 。 巻数 に つ い て は 古く は 十 七 巻 本 と 十 九 巻 本 が 存在 し て い た 。 俗 に 前者 を 「 古本 」 ・ 後者 を 「 流布 本 」 と 読 ん で 区別 し て い る 。 両者 の 違い は 物語 の 中盤 あたり ( 後嵯峨 天皇 の 即位 後 から その 院 政 期 ) の 記述 が 大き く 違 っ て い る ところ に あ る 。 通説 で は 前者 を 増補 改訂 し て 後者 が 作 ら れ た と 考え られ て い る が 、 後者 の 方 が 先 に 書 か れ て 後 に 様々 な 事情 に よ っ て 一部 が 削除 し た もの が 前者 だ と する 説 も あ る 。 ( ちなみ に 年代 の 錯簡 は 後者 の 方 が 少な い と 考え られ て い る ) いずれ が 先 で あ っ た と し て も 14 世紀 末 に は 既に 2 種類 の 『 増鏡 』 が 存在 し た よう で あ る 。 なお 、 現在 存在 する 二十 巻 本 は 増補 改訂 の 校訂 成果 を 元 に 明治 時代 に 和田 英松 ら が 2 種類 の 矛盾 を 無 く す べ く 校訂 しなお し た もの で あ り 、 国 文学 の 研究 家 の 間 で は 古典 作品 に 対 し て 必要 以上 に 手 を 加え た 行為 で あ る と し て 批判 する 声 も 強 く 、 今日 で は 十 七 巻 本 ・ 十 九 巻 本 を 元 に 研究 が 行 わ れ る の が 一般 的 で あ る 。 +入唐 求法 巡礼 行 記 ( にっとう ぐ ほうじゅん れい こうき ) と は 、 9 世紀 の 日本 人 僧 で 、 最後 の 遣唐 使 ( 承和 ) に おけ る 入唐 請益 僧 で あ る 円仁 ( 794 年 ‐ 864 年 ) の 旅行 記 で あ る 。 全 4 巻 、 文量 は 7 万字 。 原本 は 失 わ れ た 。 129 1 ( 正応 4 ) 年 に 京都 祇園 の 長楽 寺 の 兼胤 と い う 僧 が 72 歳 の 時 に 書写 し た 東寺 観智院 旧 蔵本 が 最古 の 写本 で あ る 。 その 後 所在 が 忘れ られ て い た が 、 明治 に 入 っ て 再 発見 さ れ た 。 70 歳 を 越え た 老僧 が 老眼 鏡 も 無 い 時代 に 苦労 し て 書写 し た 写本 で あ り 、 解読 に 困難 な 文字 が 少な く な い 。 円仁 は 最澄 に 師事 し た 天台 宗僧 で 、 後 に 山門 派 の 祖 と な る 。 巻一   承和 5 年 ( 836 年 ) 6 月 13 日 条 - 開成 ( 唐 ) 4 年 ( 839 年 ) 4 月 巻二   開成 4 年 ( 839 年 ) 4 月 - 開成 5 年 ( 840 年 ) 5 月 巻三   開成 5 年 ( 840 年 ) 5 月 - 会昌 3 年 ( 843 年 ) 5 月 巻四   会昌 3 年 ( 843 年 ) 6 月 - 承和 ( 日本 ) 14 年 ( 847 年 ) 12 月 14 日 条 その 記述 内容 は 、 ちょうど 遭遇 し て しま っ た 、 武宗 ( 唐 ) に よ る 会昌 の 廃仏 ( 三 武 一 宗 の 廃仏 の 3 番 目 ) の 状況 を 記録 し た 同時代 史料 と し て 注目 さ れ る 。 入宋 し た 僧成尋 が 北宋 皇帝 に 進上 し て い る 。 正史 に は 見 られ な い 、 9 世紀 の 中国 の 社会 ・ 風習 に つ い て の 記述 も 多 く 、 唐 の 歴史 研究 を する 上 で の 貴重 な 史料 と し て 高 く 評価 さ れ る 。 中国 や 日本 で は 、 玄奘 ( 60 2 年 ‐ 6 64 年 ) の 『 大唐 西域 記 』 や マルコ ・ ポーロ ( 1254 年 - 1324 年 ) の 『 東方 見聞録 』 以上 の 価値 が あ る と 評価 する 歴史 学 者 も い る 。 ( この 3 つ を 世界 大 旅行 記 と する 意見 も あ る 。 ) 1955 年 に は 、 駐日 大使 で も あ っ た エドウィン ・ O ・ ライシャワー が 英訳 し て 紹介 し 、 各国 語 に 翻訳 さ れ て 広 く 知 ら れ る 所 と な る 。 +建武 式 目 ( けん む しき もく 、 建武 式 目 条々 ) と は 室町 幕府 の 施政 方針 を 示 し た 政綱 で あ る 。 御成敗 式 目 と 合わせ て 貞建 の 式 条 と 呼 ば れ る 。 概要 鎌倉 幕府 滅 亡 後 に 開始 さ れ た 後 醍醐 天皇 の 建武 の 新政 から 離反 し た 足利 尊 氏 は 、 南北朝 時代 ( 日本 ) の 1336 年 に 湊川 の 戦い で 新田 義貞 ・ 楠木 正成 ら を 破 り 京都 へ 入 り 、 施政 方針 を 定め た 建武 式 目 を 制定 する 。 尊 氏 は 後醍醐 から 三 種 の 神器 を 接収 し て 光明 天皇 を 即位 さ せ 、 2 年 後 の 1338 年 に 征夷 大将軍 に 任命 さ れ て 正式 に 武家 政権 を 成立 さ せ る 。 鎌倉 幕府 の 奉行 人 で あ る 二階堂 道昭 ( 是円 ) ・ 二 階堂 恵 兄弟 、 藤原 藤範 、 玄恵 ら 8 人 の 答申 の 形 で 制定 さ れ た 。 武家 の 基本 法 で あ る 御成敗 式 目 に 対 し て 建武 式 目 は 武家 政権 の 施政 方針 を 示 す もの で 、 拘束 力 が あ る 法令 で は な い と も 、 御成敗 式 目 の 改廃 を 伴 う 法令 で は な い ( 御成敗 式目 を 基本 法 と し た ) と も 言 わ れ て い る 。 尊 氏 は 政務 を 弟 の 足利 直義 に 任せ て お り 、 式目 の 制定 に は 直義 の 意思 が あ っ た と も 指摘 さ れ て い る 。 また 、 太子 信仰 の 風習 から 、 聖徳 太子 の 制定 し た 憲法 十 七 条 に 影響 さ れ た と も 考え られ て い る 。 鎌倉 幕府 の 「 御 成敗 式 目 」 と 並び 戦国 大名 の 分国 法 に も 影響 する 。 構成 は 2 項 17 条 で 、 第 1 項 で 鎌倉 幕府 の 得宗 家 専制 以前 の 北条 義時 ・ 北条 泰時 の 施政 を 理想 と し 、 足利 幕府 ( 室町 幕府 ) が 正統 な 後継 者 で あ る 事 を 示 す 。 第 2 項 で は 17 条 の 条文 に お い て 具体 的 方針 を 提示 し 、 地方 行政 官 で あ る 守護 職 は 戦功 より も 能力 を 重ん じ て 任命 する こと や 、 徳政令 に 関わ る 法令 が 多く を 占め る 。 また 、 南北朝 時代 の 社会 的 風潮 で あ っ た 「 ばさら 」 を 禁止 し て い る 。 本法 以降 に 出 さ れ た 追加 の 法令 は 「 建武 以来 追加 」 と 呼 ば れ る が 、 これ は 建武 式 目 の 追加 と い う 意味 で は な く 、 建武 年間 以降 に 出 さ れ た 御成敗 式 目 の 追加 と い う 意味 だ と さ れ て い る 。 +嵯峨本 ( さ が ぼん ) と は 、 日本 の 近世 初期 に 行 わ れ た 古 活字 本 で あ る 。 京都 嵯峨 の 豪商 、 角倉 家 が 本阿弥 光悦 ら の 協力 を 得 て 出版 を 行 っ た 。 角倉本 、 光悦 本 と も い わ れ る 。 16 世紀 末 に キリシタン 版 や 朝鮮 半島 を 通 じ て 活版 印刷 が 伝わ っ た こと に 刺激 を 受け て 、 日本 で も 次第 に 出版 が 盛ん に な っ て ゆ く が 、 その 最初 期 の もの の 一 つ が 嵯峨 本 で あ る 。 当時 の 京都 に は 富 を 蓄積 し た 商人 、 五山 版 以来 の 職人 、 読者 層 が 存在 し て い た こと が 嵯峨 本 が 生まれ た 背景 で あ る 。 藤原 惺窩 ら 儒学 者 と も 交友 を 持 っ た 角倉 素庵 ( 了以 の 子 ) が 出版 業 を 思い立 ち 、 本阿弥 光悦 、 俵屋 宗達 ら の 協力 で 出版 し た もの が 嵯峨 本 と い わ れ る 古活字 本 で あ る 。 17 世紀 の 始め ( 慶長 ・ 元和 ( 日本 ) 期 ) に 作 ら れ 、 雲母 刷 の 用紙 を 使 っ たり 、 装丁 に 意匠 が 凝ら さ れ た 豪華 本 で あ っ た 。 内容 は 古典 文学 が 主 で 『 伊勢 物語 』 『 徒然 草 』 『 方丈 記 』 の ほか 、 謡曲 の 本 が 残 さ れ て い る 。 嵯峨 本 は 一 文字 一 文字 の 活字 を 組み合わせ る の で は な く 、 光悦 が 書 い た 縦書 き 、 崩 し 字 の 文字 を 数字 ( 2 - 3 字 など ) 単位 で 木 活字 に 作 り 、 組み合わせ て 製版 し て い た 。 制作 に 手間 が かか り 、 また 繰り返 し 版 を 重ね る に は 木版 印刷 の 方 が 容易 で あ る こと から 、 やがて 木活字 は 衰え 、 日本 の 印刷 の 歴史 は 活字 印刷 から 木版 印刷 に 逆行 する よう な 形 と な っ た 。 +宝物 集 ( ほうぶつ しゅう ) は 平安 時代 末期 の 仏教 説 話 集 。 著者 は 平康 頼 ( たいら の やす より ) 。 別名 は 「 康頼 宝 物 集 」 。 治承 年間 ( 11 77 ~ 1181 ) の 成立 。 本 に よ っ て 一巻 ・ 二 巻 ・ 三巻 ・ 七巻 の 違い が あ り 、 本文 の 異同 も 甚だし い 。 原型 に 近 い の は 一巻 本 だ と い う 。 嵯峨 釈迦堂 ( 清涼 寺 ) で の 僧俗 の 対話 形式 を と り 、 多数 の 説話 を 援引 し 、 仏法 こそ が 至高 の 宝物 で あ る と 語 る 。 概し て 四部 に 分け る こと が でき 、 第 1 部 と 第 2 部 は 、 全体 から 見 る 序章 の よう な もの で あ る 。 第 3 部 から 、 「 この世 で 一番 の 宝物 は 何 か ? 」 と い う こと が 議論 に な り 、 最終 的 に は 第 4 部 で 「 仏法 こそ が 第一 の 宝 」 だ と い う こと に 落ち着 く 。 世間 で 大切 だ と さ れ て い る もの は 功罪 半ば し て 、 幸せ に な る 反面 、 不幸せ に も な る の だ から 、 何 より も 尊 い もの は 世俗 を 越え た 仏法 だ 、 と い う 教え を 説 い て い る 。 作者 平康頼 ( 法名 性 照) は 後白 河院 の 北面 の 武士 で 、 検非 違使 兼 衛門 府 に 任 ぜ られ た が 、 安元 三 年 ( 1177 ) 、 鹿ケ谷 の 陰謀 に 預か り 、 事敗れ て 鬼界 ヶ島 ( 薩摩 沖 の 硫黄 島 ) に 流刑 さ れ た が 、 翌年 、 中宮 平 徳子 平産 の ため の 大赦 に よ っ て 召還 さ れ 帰京 。 その 後 は 東山 ( 京都 府 ) 双林 寺 に 住 み 、 この 説話 集 を 編 ん だ 。 「 新 日本 古典 文学 大系 」 ( 岩波 書店 ) 所収 。 +宗祇 ( そうぎ 、 142 1 年 ( 応永 28 年 ) - 15 0 2 年 9 月 1日 ( 文亀 2 年 7 月 30 日 ( 旧暦 ) ) ) は 、 室町 時代 の 連歌 師 。 号 は 自然 斎 、 種玉 庵 。 姓 は 飯尾 と い う が 定か で は な い 。 生国 は 、 紀伊国 と も 近江 国 と も 言 わ れ て い る 。 若 い ころ 京都 相国 寺 に 入 り 、 30 歳 の ころ 連歌 に 志 し た と い う 。 宗砌 、 専順 、 心敬 に 連歌 を 学 び 、 東常縁 に 古今 伝授 を 授け られ た 。 1473 年 ( 文明 ( 日本 ) 5 年 ) 以後 、 公家 や 将軍 、 管領 の 居住 する 上京 ( かみきょう ) に 種玉 庵 を 結 び 、 三条 西 実隆 他 の 公家 や 細川 政元 他 の 室町 幕府 の 上級 武士 と 交わ っ た 。 また 、 畿内 の 有力 国 人衆 や 周防 国 の 大内 氏 、 若狭 国 の 武田 氏 、 越後 国 の 上杉 氏 ら 各地 の 大名 を たずね て い る 。 1488 年 ( 長享 2 年 ) 北野 連歌 所 宗匠 と な り 、 名実 とも に 連歌 界 の 第一 人 者 と な っ た 。 この 職 は 、 ま も な く 兼載 に 譲 り 、 1495 年 ( 明応 4 年 ) 兼載 ら と 『 新撰 菟玖波集 』 を 編集 し た 。 生涯 を 通 じ 、 たびたび 各地 を 旅 し た が 、 150 2 年 弟子 の 宗長 、 宗碩 ら に 伴 わ れ て 越後 から 美濃 国 に 向か う 途中 、 箱根 温泉 の 旅館 で 没 し 、 駿河 国 桃園 ( 現 : 静岡 県 裾野 市 ) 定輪 寺 に 葬 ら れ た 。 応仁 の 乱 以後 、 古典 復興 の 気運 が 高ま り 、 地方 豪族 、 特に 国人 領 主層 に 京都 文化 へ の 関心 と 連歌 の 大 流行 が 見 られ た 。 宗祇 は 、 連歌 本来 の 伝統 で あ る 技巧 的 な 句風 に 『 新古 今 和 歌集 』 以来 の 中世 の 美 意識 で あ る 「 長 ( たけ ) 高 く 幽玄 に し て 有心 ( うしん ) な る 心 」 を 表現 し た 。 全国 的 な 連歌 の 流行 と とも に 、 宗祇 や その 一門 の 活動 も あ り 、 この 時代 は 連歌 の 黄金 期 で あ っ た 。 連歌 の 作品 と し て 『 水無瀬 三 吟 百 韻 』 、 『 湯山 三 吟 百 韻 』 、 『 葉守 千 句 』 が あ り 、 句集 に 『 萱草 』 ( わすれぐさ ) 、 『 老葉 』 ( わくらば ) 、 『 下草 』 ( したくさ ) 、 紀行文 に 『 白河 紀行 』 、 『 筑紫道 記 』 ( つくし みち の き ) 、 連歌 論 に 『 吾妻 問答 』 、 『 浅茅 』 など が あ り 、 古典 の 注釈 書 も 多 い 。 和歌 の 西行 、 俳句 の 松尾 芭蕉 と とも に 連歌 を 代表 する 漂泊 の 人 で あ る 。 +宗長 ( そうちょう 、 1448 年 ( 文安 5 年 ) - 1532 年 4 月 11 日 ( 天文 ( 元号 ) 元年 3 月 6 日 ( 旧暦 ) ) ) は 、 室町 時代 後期 の 連歌 師 。 号 は 柴屋 軒 。 駿河 国 島田 ( 現在 の 静岡 県 島田 市 ) の 出身 。 鍛冶職 五 条 義助 の 子 と し て 生まれ た 。 寛正 6 年 ( 1465 年 ) に 出家 し て 、 後 に 今川 義忠 に 仕え た が 、 義忠 が 戦死 する と 駿河 を 去 り 上洛 し た 。 宗祇 に 師事 し て 連歌 を 学 び 、 水無瀬 三吟 ( 長享 2 年 ( 1488 年 ) ) 、 湯山 三 吟 ( 延徳 3 年 ( 1491 年 ) ) など の 席 に 列 する 。 大徳 寺 の 一休 宗純 に 参禅 、 大徳 寺 真珠庵 の 傍ら に 住 み 、 宗純 没後 は 神奈備 に 近 い 山城 国 薪村 ( 現在 の 京都 府 京田辺 市 ) の 酬恩 庵 に 住 ん で 宗純 の 菩提 を 弔 っ た 。 明応 5 年 ( 1496 年 ) 駿河 に 戻 っ て 今川 氏親 に 仕え る 。 文亀 2 年 ( 150 2 年 ) 、 宗祇 が 箱根 湯本 で 倒れ た と の 報 を 聞 き 、 その 最期 を 看取 っ た 。 宗祇 没後 は 連歌 界 の 指導 者 と な る 。 また 、 有力 な 武将 や 公家 と の 交際 も 広 く 、 三条 西 実隆 や 細川 高国 、 大内 義興 、 上 杉房能 と も 交流 を 持 ち 、 今川 氏 の 外交 顧問 で あ っ た と も 言 わ れ て い る 。 晩年 は 、 斎藤 安元 の 援助 に よ り 遠江 国 宇津山 の ふもと 泉谷 に 柴屋 軒 ( 現在 の 柴屋 寺 ) を 結 び 、 京 と の 間 を 往還 し て 大徳 寺 の 山門 造営 に も 関与 し た 。 「 急 が ば 回れ 」 を 唱え た 人 。 代表 作 と し て 、 句集 「 那智 篭 ( なちごもり ) 」 、 日記 「 宗長 手記 」 、 「 宗長 日記 」 が あ り 、 ほか に 「 東路 の 津登 ( あづまじ の つと ) 」 、 「 宇津山 記 」 、 「 宗祇 終焉 記 」 が あ る 。 +専順 ( せんじゅん 、 1411 年 ( 応永 18 年 ) - 1476 年 ( 文明 ( 日本 ) 8 年 ) ) は 、 室町 時代 中期 の 連歌 師 。 京都 六角 堂 ( 頂法 寺 ) の 僧 。 柳本坊 ・ 春陽 坊 など と も 号 する 。 華道 で 有名 な 池坊 の 26 世 と い わ れ て い る 。 30 歳 代 半ば から 「 文安 月 千句 」 、 「 文安 雪 千句 」 に 名 を あらわ し 、 「 初瀬 千句 」 、 「 小鴨 千 句 」 など が あ る 。 応仁 の 乱 で 美濃 国 守護 代 斎藤 妙椿 を 頼 り 、 美濃 の 地 に 春楊 坊 を 結庵 、 その 地 で 没 し た 。 晩年 に は 、 宗祇 が 専順 に 師事 し 、 「 美濃 千 句 」 、 「 表佐 千 句 」 が あ る 。 「 新撰 莬 玖 波集 」 の 中 で 、 心敬 、 宗砌 に つ い で 連歌 師 で は 第 3 位 の 入宗 句数 で あ る 。 連歌 論 書 に 「 片端 ( かたはし ) 」 等 が あ る 。 +顕昭 ( けんしょう : 大治 5 年 ( 1130 年 ) ? - 承元 元年 ( 1209 年 ) ? ) は 、 平安 時代 末期 から 鎌倉 時代 初期 に かけ て の 歌僧 。 亮公 ( すけ の きみ ) 、 亮阿闍梨 ( すけ の あじゃり ) と も 呼 ば れ る 。 父母 に つ い て は 不明 で あ る が 、 藤原 顕輔 の 養子 と な る 。 1191 年 ( 建久 2 年 ) まで に 阿闍 梨 、 晩年 に 法橋 に 叙 せ られ た 。 少年 期 比 叡山 で 修学 し た が 離山 、 後 に 仁和 寺 に 入寺 し 、 「 袖中 抄 ( しゅうちゅうしょう ) 」 など 多く の 歌学 書 を 著 し て い る 。 それ ら の 大 部分 は 仁和 寺 宮守覚 法 親王 に 献呈 し た もの で あ る 。 顕輔 ・ 清輔 没後 は 六条 藤原 家 の 中心 的 存在 と し て 歌壇 で 活躍 。 歌合 へ の 出詠 は 20 数 度 に 及 ぶ 。 「 六百 番 陳状 」 は 「 六百 番 歌合 」 の 判者 藤原 俊成 へ の 反駁 文 で あ る 。 「 千 五百 番 歌合 」 など の 判者 も 勤め て い る 。 実作 上 で は 「 万葉 集 」 尊重 、 風情 重視 の 立場 を と り 、 藤原 定家 ( 俊成 の 子 ) ら と 対立 し た が 、 むしろ 六条 藤原 家 歌学 の 大成 者 と し て の 功績 が 大き い 。 +深草 少将 ( ふかくさ の しょうしょう ) は 、 室町 時代 に 世阿弥 ら 能作 者 が 創作 し た 、 小野 小町 に まつわ る 「 百 夜 通い 」 の 伝説 に 登場 する 人物 。 欣浄 寺 ( 京都 市 伏見 区 ) に 屋敷 が あ っ た と も さ れ る 。 欣浄 寺 の 池 の 横 に は 「 少将 の 通い 道 」 と よ ば れ る もの が あ り 、 訴訟 を 持 っ て い る 者 が ここ を 通 る と かな わ な い と 言 わ れ る 。 その 他 、 小野 小町 供養 塔 と 並 ん で 深草 少将 供養 塔 が あ る 。 また 、 随心 院 ( 京都 市 山科 区 ) に は 、 深草 少将 等 が 書 い た 手紙 を 埋め た と さ れ る 「 文塚 」 等 が あ る 。 小野 小町 を 愛 し た と い わ れ 、 小町 が 私 の 元 へ 百 日間 通 い 続け たら 結婚 し よ う と 言 い 、 九十 九 夜 通 っ た が 、 雪 の 降 る 日 で 、 雪 に 埋ま り 凍死 し た と も 言 わ れ て い る 。 +応仁記 ( おうにんき ) は 、 室町 時代 の 歴史 書 で あ る 。 足利 将軍 家 や 畠山 氏 、 斯波 氏 の 家督 争い など から 発展 し た 「 応仁 の 乱 」 を 中心 に 、 その 原因 と 洛中 の 合戦 の 様子 や 東軍 細川 勝元 と 西軍 山名 持 豊 ( 宗全 ) の 死 まで が 記 さ れ て い る 軍記 物語 。 全 3 巻 で 、 各種 の 諸 系 統本 が あ る 。 「 太平 記 」 の 影響 を 受け 、 漢字 カタカナ 交じ り 文 。 作者 未詳 。 成立 年 は 15 世紀 末 から 16 世紀 中ごろ と 諸説 あ る 。 その 内容 は 、 室町 時代 の 末期 の 応仁 元年 ( 1467 年 ) から 文明 ( 日本 ) 9 年 ( 1477 年 ) の 10 年 余り に わた り 、 都 と その 周辺 で 争 わ れ 、 荒廃 さ せ た 戦乱 を 描 き 、 梁 の 宝誌 和尚作 と 伝え られ て い る 『 野馬 台 詩 』 末 六 句 に 予言 さ れ た 「 修羅 闘諍 」 の 世界 を 描 写 する 意図 が あ っ た と 考え られ る 。 それ を 作者 の 自ら の 解釈 を 交え ながら 、 乱 に よ る 荒廃 し た 都 、 その 哀惜 や 悲嘆 、 乱 の 原因 から 戦闘 場面 に 移 る 克明 な 描写 。 最後 は 「 都鄙 遠境 共ニ 修羅道 トゾ 成 ニケル 。 」 で 終わ る 。 この よう な こと から 、 この 応仁 の 乱 を 熟知 し 、 何 ら か の 関与 を し て い た 人物 で 武家 の 戦乱 の 無 意味 さ を 嘆 い た 出家 し た 僧 か 公家 が 作者 で は な い か と も 思 わ れ る 。 儒教 的 色彩 も 濃 い 。 +と はず がたり ( と わず がたり ) と は 、 鎌倉 時代 の 中後 期 に 後深草 院 二条 ( ご ふ か くさ いん の に じょう ) が 綴 っ た と み られ る 日記 および 紀行 。 誰 に 問 わ れ る で も な く 自分 の 人生 を 語 る と い う 自伝 形式 で 、 後深草 天皇 に 仕え た 女房 二条 の 14 歳 ( 12 71 年 ) から 49 歳 ( 130 6 年 ) ごろ まで の 境遇 を 書 い た 。 後深草 院 や 恋人 と の 関係 、 宮中 行事 、 尼 と な っ て から 出かけ た 旅 の 記録 など が 綴 ら れ て い る 。 二条 の 告白 と い う 形 だ が 、 ある 程度 の 物語 的 虚構 性 も 含 ま れ る と 見 る 研究 者 も い る 。 5 巻 5 冊 。 1313 年 ごろ まで に 成立 し た 模様 。 この 日記 は 宮内 庁 書陵 部 所蔵 の 桂宮 蔵書 に 含 ま れ て い た 桂宮本 ( 後代 ― 江戸 時代 前期 の 写本 ) の み 現存 。 1940 年 ( 昭和 15 年 ) 山岸 徳平 に よ り 紹介 さ れ る まで は 、 その 存在 を 知 る 人 も 少な かっ た 。 書陵 部 ( 当時 は 図書 寮 ) で 『 と はず が たり 』 を 見出 し た 山岸 徳平 は 『 蜻蛉 日記 』 に も 対等 する と 直感 し た と い う 。 彼 に よ り 「 国語 と 国 文学 」 9 月 号 で 「 と はず が たり 覚書 」 と い う 形 で 紹介 さ れ た 。 一般 へ の 公開 は 1950 年 ( 昭和 25 年 ) の 桂宮本 叢書 第 15 巻 が 初 。 なお 鎌倉 時代 後期 に さかのぼ る と み られ る 古写 本 一 種類 の 断簡 が 数 点 知 ら れ る が 、 本文 は 書陵 部 本 と 差異 が 大き い 。 「 二条 」 : 久我 雅忠 の 娘 。 「 あかこ 」 と 呼 ば れ 童名 と する 説 と 、 吾 が 子 ( あが こ ) と する 説 が あ る 。 「 後深草 天皇 」 : 太上 天皇 。 二条 の 主人 。 「 亀山 天皇 」 : 後深草 院 の 弟 。 「 雪 の 曙 」 : 西園 寺 実兼 と 見 られ る 。 「 有明 の 月 」 : 阿闍 梨 。 性 助法 親王 と 見 られ る が 、 法助 法 親 王 説 も あ る 。 「 近衛 大殿 」 : 鷹司 兼平 と 見 られ る 。 第 1 巻 : 二条 は 2 歳 の 時 に 母 を 亡くし 4 歳 から は 後深草 院 の もと で 育て られ 、 14 歳 に し て 他 に 想 い 人 「 雪 の 曙 」 が い る に も 関わ ら ず 、 後深 草 院 の 寵 を 受け る 。 院 の 子 を 懐妊 、 程 な く 父 が 死去 。 皇子 を 産 む 。 後ろ 楯 を 亡くし た まま 、 女房 と し て 院 に 仕え 続け る が 、 雪 の 曙 と の 関係 も 続 く 。 雪 の 曙 の 女児 を 産 む が 、 他所 へ や る 。 ほぼ 同じ 頃 、 皇子 夭逝 。 第 2 巻 : 粥杖 騒動 と 贖 い 。 「 有明 の 月 」 に 迫 ら れ て 契 る 。 女楽 で 祖父 の 兵部 卿 四条 隆親 と 衝突 。 「 近衛 大殿 」 と 心 な ら ず も 契 る 。 第 3 巻 : 有明 の 月 の 男児 を 産 む が 他所 へ や る 。 有明 死去 。 有明 の 男児 を 再び 産 む が 、 今回 は 自ら も 世話 を する 。 御所 を 退出 。 第 4 巻 : 尼 と な っ た のち の 日々 。 熱田 神宮 から 、 鎌倉 、 善光 寺 、 浅草 へ 。 八幡宮 で 後深草 法皇 に 再会 。 伊勢 へ 。 第 5 巻 : 厳島 へ 、 後深草 院 死去 。 跋文 。 若紫 : 後深草 院 は 想い を 寄せ て い た 自身 の 乳母 で あ っ た 、 大納言典侍 ( だい な ごんのすけ ) の 娘 で あ る 二条 を 引き取 る が 、 これ は 多分 に 『 源氏 物語 』 の 若紫 を 連想 さ せ る 。 女楽 : 若菜 ・ 下巻 に あ る 女楽 を 模 し て 行 う こと に な っ た が 、 紫 の 上 に 東 の 御方 、 女 三宮 に 祖父 隆親 の 娘 が あて られ 、 二条 は 一番 身分 の 低 い 明石 の 御方 と し て 琵琶 を 弾 く こと と な る 。 『 増鏡 』 ( 南北朝 時代 _ ( 日本 ) 成立 ) に は 『 と はず が たり 』 の 文章 が 数段 に 渡 っ て 用い られ て い る 。 また 、 『 と はず が たり 』 発見 以前 に は 後深草 天皇 の 女性 関係 に 関 する 記録 が 乏し く 、 『 増鏡 』 に おけ る 同 天皇 の 女性 関係 の 記述 を 創作 あるいは 弟 の 亀山 天皇 の もの と の 誤認説 を 唱え る 学者 も い た が 、 この 書 の 発見 以後 『 増鏡 』 の 記述 に 根拠 が あ る 事 が 確認 さ れ た 。 +玉葉 和 歌集 ( ぎょくよう わかしゅう ) は 鎌倉 時代 の 勅撰 集 。 第 14 勅撰 。 20 巻 、 歌数 は 280 1 首 で 、 勅撰 集 の 中 で 最大 。 部類 の 構成 は 春 ( 上・下 ) 、 夏 、 秋 ( 上・下 ) 、 冬 、 賀 、 旅 、 恋 ( 五巻 ) 、 雑 ( 五巻 ) 、 釈教 、 神祇 の 順 。 伏見 天皇 の 院宣 を 奉 じ て 京極 為 兼 ( 125 4 - 1 3 32 ) が 撰進 。 正和 元年 3 月 28 日 ( 旧暦 ) ( 1312 年 5 月 5 日 ) に 奏覧 さ れ ( 『 増鏡 』 ) 、 切継 作業 を 経 て 同 2 年 10 月 に 完成 。 持明院 統 ・ 大覚 寺 統 両 統 の 政争 に 、 それぞれ が 庇護 し た 歌道 の 家 で あ る 京極 派 ・ 二 条 派 の 対立 が 絡 み 、 企画 から 選定 まで に 20 年 近 い 歳月 を 要 し た 複雑 な 成り立ち を 持 つ 。 すなわち 、 伏見 天皇 の 治世 、 永仁 元年 ( 1293 年 ) 、 二 条 為 世 ・ 京極 為 兼 ・ 飛鳥井 雅有 ・ 九条 隆博 に 勅撰 集 編纂 の 勅命 が 下 っ た 。 が 、 選歌 方針 ほか を 巡 り 為世 ・ 為兼 両者 の 争論 が 白熱 化 し 、 激昂 し た 為世 が 撰者 を 辞退 、 さらに 同 6 年 ( 1298 年 ) に は 九条 隆博 、 正安 3 年 ( 130 1 年 ) に は 飛鳥井 雅有 が 死没 。 その 間 、 幕府 に よ っ て 永仁 六 年 に 京極 為 兼 は 佐渡国 へ 配流 、 伏見 天皇 も 譲位 を 強い られ 、 勅撰 の 議 は 中断 せ ざる を 得 な かっ た 。 その 後 、 乾元 ( 日本 ) 2 年 ( 130 3 年 ) に な っ て 為兼 は 召還 さ れ 、 徳治 3 年 ( 130 8 年 ) 伏見 院 政 の 開始 に 伴 い 、 漸く 勅撰 集編纂 事業 は 続行 さ れ た 。 為世 の 猛烈 な 反対 に も 拘 ら ず 、 応長 元年 5 月 3 日 ( 旧暦 ) ( 1311 年 5 月 21 日 ) 、 為兼 が 単独 で 撰進 す べ き 命 が 下 っ た の で あ っ た ( 『 延慶 両 卿訴陳状 』 ) 。 こう し て 完成 し た 『 玉葉 集 』 は 、 持明 院 統 ・ 京極 派 優先 主義 を 貫 き 、 大覚 寺 統 ・ 二条 派 の 者 に 関 し て は 過度 な まで に 冷遇 し 、 二 条為 氏 ( 16 首 ) 以下 、 形 ばかり の 入集 で あ る 。 また 当代 重視 方針 を 取 り 、 藤原 定家 ・ 藤原 俊成 ・ 西行 ・ 藤原 為家 ら 中世 初期 の 著名 歌人 も 50 首 以上 採 ら れ て い る が 、 入集 を 果た し た 180 人 の うち 、 113 人 は 勅撰 集 初 出 で 、 中 で も 女流 の 占め る 比重 が 過 半数 と 大き い 。 当代 の 歌人 で は 、 伏見 院 の 93 首 が 群 を 抜 き 、 西園 寺 実兼 ・ 京極 為 教女 京極 為子 ( 共 に 60 首 ) 、 西園寺 しょう 子 ( 49 首 ) 、 京極 為 兼 ( 36 首 ) ら 、 前期 京極 派 の 主要 歌人 の 顔ぶれが 揃 う 。 『 玉葉 集 』 の 名義 は 『 万葉 集 』 を 思 わ せ 、 紀 貫之 の 歌 を 巻頭 に 据え る など 、 古歌 を 多 く 採 っ て い る が 、 それ に も 増 し て この 集 の 特色 は 、 伝統 を 踏襲 する こと を 良し と せ ず 、 大胆 に も 斬新 な 表現 上 の 技法 を 取り入れ 、 清新 自由 な 歌風 を 創出 し た こと に あ る 。 動 と 静 の 対比 、 時間 の 推移 の 描写 、 擬態 語 ・ 対句 ・ 同音 反復 の 頻繁 な 使用 など 、 従来 の 用語 を 使 い ながら も 、 革新 的 な 試み が な さ れ 、 二条 派 の 平淡 な 歌風 に 馴染 ん だ 人 に 鮮明 な 印象 を 与え る 。 また 、 創意 に 乏し い 題詠 の 数 を 抑え 、 精緻 な 自然 観照 や 、 純粋 な 心情 の 吐露 など 、 鋭 い 感受 性 を 伴 っ た 歌 を 目指 し た 。 しかし 、 詩的 工夫 に 固持 し 、 「 字 余り 」 も 辞 さ な かっ た 結果 、 入念 な 彫琢 が 造作 の 痕跡 を 残 し 、 流麗 な 調べ に 欠け る 歌 も 多 い 。 玉葉 集 は 、 新古 今 で 行き詰ま っ た 和歌 の 世界 へ 新風 を 吹き いれ た 非凡 な 作品 で あ る に も かかわ ら ず 、 僅か に 『 風雅 和 歌集 』 と い う 後継 者 を 得 た だけ で 、 その 後 何 世紀 に も 渡 っ て 歌壇 を 保守 的 な 二条 派 が 主導 し た ため 、 長 ら く 異端 視 さ れ 続け た 。 近代 に な っ て 、 歌人 ・ 土岐 善麿 ( 188 5 - 1980 ) に よ っ て 緻密 な 研究 が な さ れ 、 京極 派 が 再 評価 さ れ て から 、 改めて 『 玉葉 集 』 は 脚光 を 浴び る よう に な っ た 。 岩佐 美代子 氏 に よ る 全注釈 も 出 て 、 近年 は 研究 が 盛ん で あ る 。 +『 続古 今 和 歌集 』 ( しょく こ きん わかしゅう ) は 鎌倉 時代 の 勅撰 集 で 、 二十 一 代 集 の 第 十 一 番 目 。 春 ( 上・下 ) 、 夏 、 秋 ( 上・下 ) 、 冬 、 神祇 、 釈教 、 離別 、 羇旅 、 恋 ( 五巻 ) 、 哀傷 、 雑 ( 三巻 ) 、 賀 の 全 20 巻 から な る 。 総 歌数 1915 首 ( 伝本 に よ っ て 異同 が あ る ) 。 撰者 の 一 で あ る 九条 基家 筆 の 仮名序 と 、 菅原 長成筆 の 真名 序 を 持 つ 。 歌人 を 当世 と 故 者 に 分け て 、 入集 歌数 および 略伝 を 附 す 「 続古 今 和 歌集 目録 」 も 伝わ る 。 御子 左 家 の 当主 ・ 藤原 為家 が 、 正元 ( 日本 ) 元年 ( 1259 年 ) 三 月 十 六 日 に 後嵯峨 天皇 から 勅撰 集 撰 進 の 命 を 受け た 。 ところ が 途中 の 弘長 二 年 ( 1262 年 ) 九 月 、 同院 の 勅宣 に よ り 反 御子左派 の 先鋒 に 立 つ 九条 内 大臣 基家 ( 120 3 - 1 2 80 ) ・ 衣笠 家 良 ( 1192 - 1 2 64 ) ・ 六 条 行 家 ( 1223 - 1 2 7 5 ) ・ 真 観 こ と 葉 室 光俊 ( 120 3 - 1 2 76 ) の 四名 が 新し く 撰者 と し て 加わ り 、 憤懣 や る かた な い 為家 は 以後 、 専ら 嫡男 藤 原為 氏 に 編纂 工作 を 任せ た と い う 。 文永 二 年 ( 1265 年 ) 十 二 月 二十 六 日 、 完成 し 奏覧 、 同 三 年 三 月 十 二 日 竟宴 。 撰者 五 人 の うち 、 家良 は 完成 を 待 た ず 、 文永 元年 ( 1264 年 ) に 没 し た 。 代表 的 な 当代 歌人 は 、 鎌倉 将軍 宗尊 親王 ( 67 首 ) 、 当時 の 政界 の 大老 ・ 西園 寺実 氏 ( 6 1 首 ) 、 後嵯 峨 院 ( 54 首 ) ら 権門 の 貴顕 で あ っ た 。 行家 を 除 く 四 人 の 撰者 も 二十 首 以上 入集 し て い る 。 物故 者 で は 新古 今 和 歌集 の 主役 、 藤原 定家 ( 56 首 ) ・ 後鳥 羽 天皇 ( 49 首 ) ・ 藤原 家隆 ( 41 首 ) ら が 重視 さ れ て い る 。 順徳 天皇 ( 35 首 ) より 、 歌人 と し て 劣 る 土御 門 天皇 ( 後嵯 峨院 の 実父 ) の 方 が 三 首 多 く 選入 さ れ た の は 、 多分 後 嵯峨院 の 意志 に よ る もの で あ ろ う 。 命名 に は 『 古今 和 歌集 』 『 新古 今 』 以来 の 正統 を 継承 し よ う と する 意気 込み が 見え 、 撰者 の 数 を 五 人 に 増や し た の も 、 おそらく 『 新古 今 』 の よう な 勅撰 集 を 目指 し た 故 で あ ろ う が 、 撰者 が 相 容れ ぬ 立場 に あ る ため 歌風 の 調和 が 取れ ず 、 多種 多様 で 統一 性 に 欠け る 。 鷹揚 な 万葉 調 の 歌 も あ れ ば 、 華麗 な 新古 今調 も あ る が 、 全体 から 見 れ ば やはり 平淡 に し て 古風 な 傾向 が 強 い 。 平安 時代 の 古歌 で 、 この 集 で 初めて 勅撰 に 採録 さ れ た もの も 多数 あ る 。 +『 新勅 撰 和 歌集 』 ( しんちょくせん わかしゅう ) は 十 三 代 集 の 最初 、 通算 で 第 九 勅 撰 和 歌集 。 別名 、 宇治川 集 など 。 貞永 元年 ( 1232 年 ) 六 月 十 三 日 、 後堀 河 天皇 の 下命 を 受け た 藤原 定家 が 単独 で 撰 し た 。 上皇 の 死後 も 九条 道家 ・ 九条 教実 父子 の 後援 で 編纂 事業 が 引き継 が れ 、 四条 天皇 代 の 文暦 二 年 ( 1235 年 ) 三 月 十 二 日 、 完成 し 奏上 。 仮名序 も 定家 筆 。 20 巻 、 伝本 に よ っ て 歌数 が 違 う が 、 1370 首 強 あ る 。 部立 は 四季 ( 春秋 二 巻 、 他 一巻 ) ・ 賀 ・ 羇旅 ・ 神祇 ・ 釈教 ・ 恋 ・ 雑 ( 恋 ・ 雑共 に 五巻 ) の 順 に 並 び 、 従来 の 二十 巻 の 勅撰 集 に お い て 独立 し た 巻 を 持 っ た 哀傷 ・ 離別 の 項目 が 無 く 、 それぞれ 雑歌 ・ 羇旅 に 吸収 さ れ て い る 。 最多 入集 歌 人 は 藤原 家隆 ( 43 首 ) で 、 九条 良 経 ( 36 首 ) 、 藤原 俊成 ( 35 首 ) 、 西園寺 公経 ( 30 首 ) 、 慈円 ( 27 首 ) 、 源 実朝 ・ 九条 道家 ( 共 に 25 首 ) 、 飛鳥井 雅経 ( 20 首 ) が それ に 次 ぎ 、 定家 が 庇護 を 受け た 九条 家 ・ 西園 寺 家 の 貴顕 ( 公経 は 定家 の 義弟 に し て 、 関白 九条 道家 の 岳父 で あ る ) の 入集 が 目立 つ 。 ほか に 北条 泰時 ら 武家 歌人 の 歌 も あ る 。 承久 の 乱 以後 、 流刑 地 に あ っ た 大 歌人 後鳥羽 天皇 と 順徳 天皇 の 歌 を 除外 し た の は 、 他 な ら ぬ 幕府 へ の 配慮 で あ る 。 藤原 家隆 ・ 源 実朝 を 高 く 評価 する 傍ら 、 自身 の 歌 の 入集 を 最小 限 に 抑え た 定家 の 態度 は 興味 深 い 。 新勅撰集 は 華やか な 新古 今 調 から 一転 し て 平明 枯淡 な 趣向 に 走 り 、 定家 晩年 の 好み を 伺 わ せ る 。 その 保守 的 な 歌風 は 二条 派 に 「 実 」 と し て 尊重 さ れ 、 中世 和歌 の 手本 と な っ た 。 +御堂 関白記 ( みどう かんぱく き ) は 、 平安 時代 の 貴族 の 摂政 太政 大臣 藤原 道長 が 著 し た 日記 。 『 入道 殿 御暦 』 ・ 『 御堂 御 記 』 ・ 『 法城 寺 摂政 記 』 と も 言 う 。 国宝 に 指定 さ れ て い る 。 御堂 関 白記 の 名称 由来 は 、 藤原 道長 建立 の 法成 寺 無量 寿院 の こと を 指 し て い る 。 しかし 、 道長 は 生前 、 一 度 と し て 関白 と な っ て お ら ず 、 御堂 関 白記 の 名称 は 後世付け られ た もの で あ り 、 正確 な もの で は な い 。 御堂 関 白記 は 藤原 道長 の 日記 史料 と し て 著名 で あ る が 、 同時 に 意味 不明 な 文章 や 、 誤字 、 文法 的 誤り の 多 い こと で も 有名 で 、 解釈 が 難し い 史料 で あ る 。 これ は 同じ 藤原 摂関家 の 藤原 忠実 に よ る 『 殿暦 』 、 藤原 師通 に よ る 『 後二 条 師通記 』 に も いえ る こと で 、 摂関家 は 漢文 に つ い て それ ほど 得意 で は な かっ た よう だ 。 これ に くらべ 、 同 時期 の 藤原 行成 『 権記 』 、 藤原 実資 『 小右 記 』 は すぐれ た 文体 と 内容 で 定評 が あ る 。 長徳 4 年 ( 99 8 年 ) から 治安 ( 元号 ) 元年 ( 1021 年 ) まで の 記述 で あ る が 、 一部 欠巻 も あ る 。 しかし 欠巻 分 は 抄録 など で 補填 でき る ため 、 大部 は 参観 でき る 。 しかし 、 道長 は 日記 記述 を 行 わ な かっ た 時期 が あ る ため 、 肝心 の 政治 的 動向 や 思惑 が 記 さ れ て い る こと は まず あ り 得 な い 。 驚 く ほど 簡明 な 記録 で あ り 、 現代 人 が 期待 する よう な 内面 的 叙述 は 一切 存在 し な い 。 ただ 、 藤 氏 長者 の 職掌 を 知 り 、 活動 範囲 を 学 ぶ に は 最適 な 史料 で あ る と いえ よ う 。 また 、 七曜 に 基づ く 曜日 が 記 さ れ て い る こと で も 知 ら れ る 。 自筆 本 十 四 巻 が 現存 し て い る 。 現代 語 訳 は 日本 語 で は 行 わ れ て お ら ず 、 フランス の 日本 学 学 者 が フランス 語 で し た もの が 唯一 。 +二条 河原 の 落書 ( に じょうがわら の らくしょ ) と は 、 室町 幕府 問 注 所 執事 の 町野 氏 に 伝わ る 『 建武 年間 記 ( 建武記 ) 』 に 収録 さ れ て い る 文 で あ る 。 88 節 に 渡 り 、 建武 の 新政 当時 の 混乱 する 政治 ・ 社会 を 批判 、 風刺 し た 七五 調 の 文書 。 専門 家 の 間 で も 最高 傑作 と 評価 さ れ る 落書 の 一 つ で あ る 。 建武 政権 の 政庁 で あ る 二条 富小路 近く の 二 条 河原 ( 鴨川 ( 淀川 水系 ) 流域 の うち 、 現在 の 京都 市 中京 区 二条 大橋 付近 ) に 掲げ られ た と さ れ る 落書 ( 政治 や 社会 など を 批判 し た 文 ) で 、 写本 と し て 現代 に も 伝わ る 。 鎌倉 幕府 滅 亡 後 に 後醍醐 天皇 に よ り 開始 さ れ た 建武 の 新政 が 行 わ れ る なか 、 1334 年 ( 建武 ( 日本 ) 元年 ) 8 月 に 掲げ られ た 。 編者 は 不詳 、 建武 政権 に 不満 を 持 つ 京都 の 僧 か 貴族 、 京童 で あ る と も 。 本文 を 見 る と 一種 の 詩 を かたど っ た 文書 で あ り 、 漢詩 や 和歌 に 精通 し て い る 人物 が 書 い た こと は 間違い な い と 思 わ れ る 。 +豐臣 秀吉 ( とよとみの ひでよし / とよとみ ひでよし ) / 羽柴 秀吉 ( は しば ひでよし ) は 、 戦国 時代 ( 日本 ) ( 室町 時代 後期 ) から 安土 桃山 時代 に かけ て の 武将 ・ 戦国 大名 。 「 豊臣 秀吉 」 の 読 み 方 に つ い て の 議論 に 関 し て は 「 豊臣 氏 」 を 参照 。 尾張国 愛知 郡 ( 愛知 県 ) 中村 の 百 姓 と し て 生まれ 、 織田 信長 に 仕え 、 次第 に 頭角 を 表 す 。 信長 が 本能 寺 の 変 で 明智 光秀 に 討 た れ る と 、 本能 寺 の 変本能 寺 の 変後 の 諸将 の 動向 に よ り 京都 へ と 戻 り 、 山崎 の 戦い で 光秀 を 破 り 、 信長 の 後継 の 地位 を 得 る 。 その 後 、 大坂城 を 築 き 関白 ・ 太政 大臣 に 任 ぜ られ た 。 豊臣 氏 姓 を 賜 り 、 日本 全国 の 戦国 大名 を 従 え 天下 統一 を 成し遂げ た 。 太閤 検地 や 刀狩 など の 政策 を 採る が 、 文禄 ・ 慶長 の 役 の 最中 に 、 嗣子 の 秀頼 を 徳川 家康 ら 五 大 老 に 託 し て 没 し た 。 墨俣城 、 金ヶ崎 の 退 き 口 、 高松 城 の 水攻め 、 石垣 山一夜 城 など 機知 に 富 ん だ 逸話 が 伝わ り 、 百 姓 から 天下 人 へ と 至 っ た 生涯 は 「 戦国 一 の 出世 頭 」 と 評 さ れ る 。 はじめ 木下 藤吉郎 ( きのした とうきちろう ) と 名乗り 一部 の 『 太閤 記 』 など に は 、 松下 加兵衛 が 烏帽子 親 と な っ て 元服 さ せ 、 最初 は 故郷 の 名 を 取 っ て 中村 藤吉郎 と 名乗 り 、 後 に 木下 に 改姓 し た 、 と する もの も あ る 。 なお 、 加兵 衛 もしくは 信長 と 最初 に 会 っ た 時 に 「 木 の 下 」 に 立 っ て い た の で これ を 名字 と し た 、 と する 俗説 は 極めて 信憑 性 が 薄 く 、 事実 で は な い と 考え られ て い る 。 今川 氏 の 直臣 飯尾 氏 の 配下 で 、 遠江 国長 上郡 頭陀 寺 荘 ( 現在 の 浜松 市 南 区 ( 浜松 市 ) 頭陀 寺町 ) に あ っ た 引馬 城 支城 の 頭陀 寺 城主 ・ 松下 之綱 ( 松下 加兵衛 ) に 仕え た 。 藤吉郎 は ある 程度 目 を かけ られ た よう だ が 、 ま も な く 退転 し た 。 『 太閤 記 』 など で は 、 朋輩 に 妬 ま れ て 虐め を 受け る 藤吉郎 を 不憫 に 思 っ た 加兵衛 が 金 を 与え て 送り出 し た 、 と さ れ て い る もの が 多 い 。 藤吉郎 が 使 い の 金 を 盗 ん で 出奔 し た と する 俗説 も あ る が 、 いずれ に せよ 真偽 は 不明 で あ る 。 その 後 の 之綱 は 、 今川 氏 の 凋落 の 後 は 徳川 家康 に 仕え る も 、 天正 11 年 ( 1583 年 ) に 秀吉 より 丹波 国 と 河内 国内 に 1600 石 を 与え られ 、 天正 18 年 ( 1590 年 ) に は 1 万 6000 石 と 頭陀 寺城 に 近 い 遠江 久野城 を 与え られ て い る 。 織田 信長 の 正室 生駒吉乃 の 口添え で 、 天文 23 年 ( 1554 年 ) ころ から 信長 に 小者 と し て 仕え る 。 清洲 城 の 普請 奉行 、 台所 奉行 など を 率先 し て 引き受け て 大きな 成果 を あげ た 草履 取り の エピソード は 有名 だ が 、 この 辺り は 史実 の 裏づけ が あ る わけ で は な く 、 俗説 ・ 伝説 の 域 を 出 な い 。 そう し て 信長 の 歓心 を 買 う こと に 成功 し 、 次第 に 織田 家中 で 頭角 を あらわ し て い っ た 。 この 頃 、 その 風貌 に よ っ て 信長 から 「 サル 」 「 禿 げ ネズミ 」 と 呼 ば れ て い た ら しい ( 注 : 容姿 の 項目 を 参照 ) 。 永禄 4 年 ( 1561 年 ) 田端 泰子 『 北 政所 お ね 』 ( ミネルヴァ 書房 、 2007 年 、 ISBN 978 - 46230495 47 ) p . 11 、 浅野 長勝 の 養女 高 台院 と 結婚 する 。 美濃 国 の 斎藤 龍興 と の 戦い の なか で 、 墨俣 一夜 城 建設 に 功績 を 上げ た 話 が 有名 だ が 、 『 武功 夜話 』 など を 典拠 と する この エピソード は 当時 の 史料 に 関係 する 記述 が な く 江戸 時代 の 創作 で あ る と する 説 が 強 い 。 この ころ 斉藤 氏 の 影響 下 の 美濃 より 竹中 重治 ( 竹中 半兵衛 ) 、 川 並衆 の 蜂須賀 正勝 、 前野 長康ら を 配下 に 組み入れ て い る 。 永禄 11 年 ( 1568 年 ) 、 信長 の 上洛 に 際 し て 明智 光 秀ら と とも に 京都 の 政務 を 任 さ れ る 。 当時 の 文書 に 秀吉 の 名乗り が 見 られ る 。 元 亀 元年 ( 1570 年 ) 、 越前 国 の 朝倉 義景 討伐 に 従軍 。 順調 に 侵攻 を 進め て い く が 、 金ヶ崎 付近 を 進軍 中 に 突然 盟友 で あ っ た 北 近江 の 浅井 長政 が 裏切り 織田 軍 を 背後 から 急襲 。 浅井 と 朝倉 の 挟 み 撃ち と い う 絶体 絶命 の 危機 で あ っ た が 、 池田 勝正 や 明智 光 秀 と 共 に 秀吉 は 殿 ( 軍事 用語 ) を 務め 功績 を あげ た ( 金ヶ崎 の 退 き 口 ) 。 その 後 も 浅井 ・ 朝倉 と の 戦い に 功績 を あげ る 。 天正 元年 ( 1573 年 ) 、 浅井 氏 が 滅亡 する と 、 その 旧領 北 近江国 三 郡 に 封 ぜ られ て 、 今浜 の 地 を 「 長浜 」 と 改め 、 長浜 城 ( 近江国 ) の 城主 と な る 。 この 頃 、 丹羽 長秀 と 柴田 勝家 から 一 字 ずつ を もら い 受け 、 木下 姓 を 羽柴 姓 に 改め て い る ( 羽柴 秀吉 ) 。 近江 より 人材 発掘 に 励 み 、 旧 浅井 家臣 団 や 、 石田 三成 など の 有望 な 若者 を 積極 的 に 登用 し た 。 天正 4 年 ( 1576 年 ) 、 越後 国 の 上杉 謙信 と 対峙 し て い る 北陸 方面 軍団長 ・ 柴田 勝家 へ の 救援 を 信長 に 命 じ られ る が 、 秀吉 は 作戦 を めぐ っ て 勝家 と 仲 たがい を し 、 無断 で 帰還 し て しま っ た 。 その 後 、 勝家 ら は 上杉 謙信 に 敗れ て い る ( 手取 川 の 戦い ) 。 信長 は 秀吉 の 行動 に 激怒 し た が 許 さ れ 、 秀吉 は 織田 信忠 の 指揮 下 で 松永 久秀 を 滅ぼ し 功績 を 挙げ る 。 その 後 、 信長 に 中国 地方 攻略 を 命 ぜ られ 播磨 国 に 進軍 し 、 かつて の 守護 赤松 氏 の 勢力 で あ る 赤松 則房 、 別所 長治 、 小寺 政職 ら を 従え る 。 さらに 小寺 政織 の 家臣 の 小寺 孝高 ( 黒田 孝高 ) より 姫路 城 を 譲り受け 、 ここ を 中国 攻め の 拠点 と する 。 一部 の 勢力 は 秀吉 に 従 わ な かっ た が 上月 城 の 戦い ( 第 一 次 ) で これ を 滅ぼ す 。 天正 7 年 ( 1579 年 ) に は 、 上月 城 を 巡 る 毛利 氏 と の 攻防 ( 上月 城 の 戦い ) の 末 、 備前 国 ・ 美作 国 の 大名 宇喜多 直家 を 服属 さ せ 、 毛利 氏 と の 争い を 有利 に すすめ る もの の 、 摂津 国 の 荒木 村重 が 反旗 を 翻 し た こと に よ り 、 秀吉 の 中国 経略 は 一時 中断 を 余儀 な く さ れ る 。 天正 8 年 ( 1580 年 ) に は 織田 家 に 反旗 を 翻 し た 播磨 三 木 城主 ・ 別 所 長治 を 攻撃 、 途上 に お い て 竹中 半兵衛 や 古田 重則 と い っ た 有力 家臣 を 失 う もの の 、 2 年 に 渡 る 兵糧 攻め の 末 、 降 し た ( 三木 合戦 ) 。 同年 、 但馬 国 の 山名 堯熙 が 篭 も る 有子山城 も 攻め 落と し 、 但馬 国 を 織田 氏 の 勢力 圏 に お い た 。 天正 9 年 ( 1581 年 ) に は 山名 氏 の 家臣 団 が 、 山名 豊国 を 追放 し た 上 で 毛利 一族 の 吉川 経家 を 立て て 鳥取 城 に て 反旗 を 翻 し た が 、 秀吉 は 鳥取 周辺 の 兵糧 を 買い占め た 上 で 兵糧 攻め を 行 い 、 これ を 落城 さ せ た ( 鳥取 城 の 戦い ) 。 その 後 も 中国 西 地方 一帯 を 支配 する 毛利 輝元 と の 戦い は 続 い た 。 同年 、 岩屋 城 ( 淡路 国 ) を 攻略 し て 淡路 国 を 支配 下 に 置 い た 。 天正 10 年 ( 15 82 年 ) に は 備 中国 に 侵攻 し 、 毛利 方 の 清水 宗治 が 守 る 高松城 ( 備 中国 ) を 水攻め に 追い込 ん だ ( 高松 城 の 水攻め ) 。 この とき 、 毛利 輝元 ・ 吉川 元春 ・ 小早川 隆景 ら を 大将 と する 毛利 軍 と 対峙 し 、 信長 に 援軍 を 要請 し て い る 。 この よう に 中国 攻め で は 、 三木 合戦 ・ 鳥取 城 の 飢え 殺 し ・ 高松 城 の 水攻め など 、 「 城攻め の 名手 秀吉 」 の 本領 を 存分 に 発揮 し て い る 。 天正 10 年 ( 15 82 年 ) 6 月 2 日 、 主君 ・ 織田 信長 が 京都 ・ 本能 寺 に お い て 明智 光 秀 の 謀反 に よ り 殺 さ れ た ( 本能 寺 の 変 ) 。 この とき 、 備中 高松城 を 水攻め に し て い た 秀吉 は 事件 を 知 る と 、 すぐ さま 高松 城 城主 ・ 清水 宗治 の 切腹 を 条件 に し て 毛利 輝元 と 講和 し 、 京都 に 軍 を 返 し た ( = 中国 大返し ) 。 秀吉勢 の 出現 に 驚愕 し た 明智 光 秀 は 、 6 月 13 日 、 山崎 に お い て 秀吉 と 戦 っ た が 、 池田 恒興 や 丹羽 長秀 、 さらに 光秀 の 寄騎 で あ っ た 中川 清秀 や 高山 右近 まで も が 秀吉 を 支持 し た ため 、 兵力 で 劣 る 光秀方 は 大敗 を 喫 し 、 光秀 は 落武者 狩り に よ り 討 た れ た ( 山崎 の 戦い ) 。 秀吉 は その 後 、 光秀 の 残党 も 残 ら ず 征伐 し 、 京都 に おけ る 支配 権 を 掌握 し た 。 6 月 27 日 、 清洲 城 に お い て 信長 の 後継 者 と 遺領 の 分割 を 決め る ため の 会議 が 開 か れ た ( 清洲 会議 ) 。 織田 家 筆頭 家老 の 柴田 勝家 は 信長 の 三男 ・ 織田 信孝 ( 神戸 信孝 ) を 推 し た が 、 明智 光 秀討伐 に よ る 戦功 が あ っ た 秀吉 は 、 信長 の 嫡男 ・ 織田 信忠 の 長男 ・ 三 法師 ( 織田 秀信 ) を 推 し た 。 勝家 は これ に 反対 し た が 、 池田 恒興 や 丹羽 長秀ら が 秀吉 を 支持 し 、 さらに 秀吉 が 幼少 の 三 法師 を 信孝 が 後見 人 と す べ き で あ る と い う 妥協 案 を 提示 し た ため 、 勝家 も 秀吉 の 意見 に 従 わ ざる を 得 な く な り 、 三 法師 が 信長 の 後継 者 と な っ た 。 信長 の 遺領 分割 に お い て は 、 織田 信雄 が 尾張 、 織田 信孝 が 美濃 、 織田 信包 が 北伊勢国 と 伊賀 国 、 光秀 の 寄騎 で あ っ た 細川 幽斎 は 丹後 国 、 筒井 順慶 は 大和 国 、 高山 右近 と 中川 清秀 は 本領 安堵 、 丹羽 長秀 は 近江国 の 志賀 ・ 高島 15 万 石 の 加増 、 池田 恒興 は 摂津 国 尼崎 と 大坂 15 万 石 の 加増 、 堀 秀政 は 近江 佐和山 を 与え られ た 。 勝家 も 秀吉 の 領地 で あ っ た 近江 長浜 12 万 石 が 与え られ た 。 秀吉 自身 は 、 明智 光 秀 の 旧領 で あ っ た 丹波 国 や 山城 国 、 河内 国 を 増領 し 、 28 万 石 の 加増 と な っ た 。 これ に よ り 、 領地 に お い て も 秀吉 は 勝家 を 勝 る よう に な っ た の で あ る 。 秀吉 と 勝家 の 対立 は 、 日増し に 激し く な っ た 。 原因 は 秀吉 が 山崎 に 宝寺 城 を 築城 し 、 さらに 山崎 と 丹波 で 検地 を 実施 し 、 私的 に 織田 家 の 諸 大名 と 誼 を 結 ん で い っ た ため で あ る が 、 天正 10 年 ( 15 82 年 ) 10 月 に 勝家 は 滝川 一益 や 織田 信孝 と 共 に 秀吉 に 対 する 弾劾 状 を 諸 大名 に ばらま い た 。 これ に 対 し て 秀吉 は 10 月 15 日 、 養子 の 羽柴 秀勝 ( 信長 の 四男 ) を 喪主 と し て 、 信長 の 葬儀 を 行な う こと で 切り抜け て い る 。 12 月 、 越前 の 勝家 が 雪 で 動け な い の を 好機 と 見 た 秀吉 は 、 12 月 9 日 に 池田 恒興 ら 諸 大名 に 動員 令 を 発動 し 、 5 万 の 大軍 を 率い て 山崎 宝寺 城 から 出陣 し 、 12 月 11 日 に 堀 秀政 の 佐和山城 に 入 っ た 。 そして 柴田 勝家 の 養子 ・ 柴田 勝豊 が 守 る 長浜 城 を 包囲 し た 。 もともと 勝豊 は 勝家 、 そして 同じく 養子 で あ っ た 柴田 勝政 ら と 不仲 で あ っ た 上 に 病床 に 臥 し て い た ため 、 秀吉 の 調略 に 応 じ て 降伏 し た 。 12 月 16 日 に は 美濃 に 侵攻 し 、 稲葉 良通ら の 降伏 や 織田 信雄 軍 の 合流 など も あ っ て さらに 兵力 を 増強 し た 秀吉 は 、 信孝 の 家老 ・ 斉藤 利堯 が 守 る 加治 木城 を 攻撃 し て 降伏せ しめ た 。 こう し て 岐阜 城 に 孤立 し て しま っ た 信孝 は 、 三 法師 を 秀吉 に 引き渡し 、 生母 の 坂 氏 と 娘 を 人質 と し て 差し出 す こと で 和議 を 結 ん だ 。 天正 11 年 ( 1583 年 ) 1 月 、 反秀吉 派 の 一人 で あ っ た 滝川 一益 は 、 秀吉方 の 伊勢 峰城 を 守 る 岡本 良勝 、 関城 や 伊勢 亀 山城 を 守 る 関盛 信ら を 破 っ た 。 これ に 対 し て 秀吉 は 2 月 10 日 に 北伊勢 に 侵攻 する 。 2 月 12 日 に は 一益 の 居城 ・ 桑名城 を 攻撃 し た が 、 桑名 城 の 堅固 さ と 一益 の 抵抗 に あ っ て 、 三里 も 後退 を 余儀 な く さ れ た 。 また 、 秀吉 が 編成 し た 別働 隊 が 長島 城 や 中井 城 に 向か っ た が 、 こちら も 滝川 勢 の 抵抗 に あ っ て 敗退 し た 。 しかし 伊勢 亀山城 は 、 蒲生 氏 郷 や 細川 忠興 、 山内 一 豊 ら の 攻撃 で 遂 に 力 尽き 、 3 月 3 日 に 降伏 し た 。 と は いえ 、 伊勢 戦線 で は 反秀 吉方 が 寡兵 で あ る に も 関わ ら ず 、 優勢 で あ っ た 。 2 月 28 日 、 勝家 は 前田 利長 を 先手 と し て 出陣 さ せ 、 3 月 9 日 に は 自ら も 3 万 の 大軍 を 率い て 出陣 し た 。 これ に 対 し て 秀吉 は 北伊勢 を 蒲生 氏 郷 に 任せ て 近江 に 戻 り 、 3 月 11 日 に は 柴田 勢 と 対峙 し た 。 この 対峙 は しばらく 続 い た が 、 4 月 13 日 に 秀吉 に 降伏 し て い た 柴田 勝豊 の 家臣 ・ 山路 正国 が 勝家 方 に 寝返 る と い う 事件 が 起こ っ た 。 さらに 織田 信孝 が 岐阜 で 再び 挙兵 し て 稲葉 一鉄 を 攻め る など 、 はじめ は 勝家 方 が 優勢 で あ っ た 。 4 月 20 日 早朝 、 勝家 の 重臣 ・ 佐久間 盛政 は 、 秀吉 が 織田 信孝 を 討伐 する ため に 美濃 に 赴 い た 隙 を 突 い て 、 奇襲 を 実行 し た 。 この 奇襲 は 成功 し 、 大岩 山 砦 の 中川 清秀 は 敗死 し 、 岩崎 山砦 の 高山 重友 は 敗走 し た 。 しかし その 後 、 盛政 は 勝家 の 命令 に 逆ら っ て この 砦 で 対陣 を 続け た ため 、 4 月 21 日 に 中国 大返し と 同様 に 迅速 に 引き返 し て き た 秀吉 の 反撃 に あ い 、 さらに 前田 利家 ら の 裏切り も あ っ て 柴田 軍 は 大敗 を 喫 し 、 柴田 勝家 は 越前 に 撤退 し た ( 賤ヶ岳 の 戦い ) 。 4 月 24 日 、 勝家 は 正室 ・ お 市 の 方 と 共 に 自害 し た 。 秀吉 は さらに 加賀 国 と 能登 国 も 平定 し 、 それ を 前田 利家 に 与え た 。 5 月 2 日 ( 異説 あり ) に は 、 信長 の 三男 ・ 織田 信孝 も 自害 に 追い込 み 、 やがて 滝川 一益 も 降伏 し た 。 こう し て 、 反秀吉 陣営 を 滅ぼ し た 秀吉 は 、 信長 の 後継 者 と し て の 地位 を 確立 し た の で あ る 。 ( 小牧 ・ 長久手 の 戦い も 参照 の こと ) 天正 12 年 ( 1584 年 ) 、 信長 の 後継 者 を 自任 する 信長 の 次男 ・ 織田 信雄 は 、 秀吉 に 年賀 の 礼 に 来る よう に 命令 さ れ た こと を 契機 に 秀吉 に 反発 し 、 対立 する よう に な る 。 そして 3 月 6 日 、 信雄 は 秀吉 に 内通 し た と し て 、 秀吉 と の 戦い を 懸命 に 諫め て い た 重臣 の 浅井 長時 ・ 岡田 重孝 ・ 津川 義冬ら を 謀殺 し 、 秀吉 に 事実 上 の 宣戦 布告 を し た 。 この とき 、 信長 の 盟友 で あ っ た 徳川 家康 が 信雄 に 加担 し 、 さらに 家康 に 通 じ て 長 宗我部 元親 や 紀伊国 雑賀 党 ら も 反秀吉 と し て 決起 し た 。 これ に 対 し て 秀吉 は 、 調略 を も っ て 関盛 信 ( 万鉄 ) 、 九鬼 嘉隆 、 織田 信包 ら 伊勢 の 諸将 を 味方 に つけ た 。 さらに 去就 を 注目 さ れ て い た 美濃 の 池田 恒興 ( 勝入 斎 ) を も 、 尾張 と 三河 を 恩賞 に し て 味方 に つけ た 。 そして 3 月 13 日 、 恒興 は 尾張 犬 山城 を 守 る 信雄 方 の 武将 ・ 中山 雄忠 を 攻略 し た 。 また 、 伊勢 に お い て も 峰城 を 蒲生 氏 郷 ・ 堀 秀政 ら が 落と す など 、 緒戦 は 秀吉 方 が 優勢 で あ っ た 。 しかし 家康 ・ 信雄 連合 軍 も すぐ に 反撃 に 出 た 。 羽黒 に 布陣 し て い た 森長可 を 破 っ た の で あ る ( 羽黒 の 戦い ) 。 さらに 小牧 に 堅陣 を 敷 き 、 秀吉 と 対峙 し た 。 秀吉 は 雑賀 党 に 備え て はじめ は 大坂 から 動 か な かっ た が 、 3 月 21 日 に 大坂 から 出陣 し 、 3 月 27 日 に は 犬山城 に 入 っ た 。 秀吉 軍 も 堅固 な 陣地 を 構築 し 両軍 は 長 期間 対峙 し 合 う こと と な り 戦線 は 膠着 し た ( 小牧 の 戦い ) 。 この とき 、 羽柴 軍 10 万 、 織田 ・ 徳川 連合 軍 は 3 万 で あ っ た と さ れ る 。 その よう な 中 、 前 の 敗戦 で 面目 躍如 に 燃え る 森長 可 や 池田 恒興 ら が 、 秀吉 の 甥 で あ る 三好 秀次 ( 豊臣 秀次 ) を 総 大将 に 擁 し て 4 月 6 日 、 三河 奇襲 作戦 を 開始 し た 。 しかし 、 奇襲 部隊 で あ る に も 関わ ら ず 、 行軍 は 鈍足 だっ た ため に 家康 の 張 っ た 情報 網 に 引っかか り 、 4 月 9 日 に は 徳川 軍 の 追尾 を 受け て 逆 に 奇襲 さ れ 、 池田 恒興 ・ 池田 元助 親子 と 森長 可 ら は 戦死 し て しま っ た ( 長久手 の 戦い ) 。 こう し て 秀吉 は 兵力 で 圧倒 的 に 優位 で あ る に も 関わ ら ず 、 相 次 ぐ 戦況 悪化 で 自ら 攻略 に 乗り出 す こと を 余儀 な く さ れ た 。 秀吉 は 加賀井 重望 が 守 る 加賀 井城 など 、 信雄 方 の 美濃 に おけ る 諸城 を 次々 と 攻略 し て い き 、 信雄 ・ 家康 を 尾張 に 封じ込め よ う と 画策 し て ゆ く 。 また 、 信雄 も 家康 も 秀吉 の 財力 ・ 兵力 に 圧倒 さ れ て い た こと は 事実 で 、 11 月 11日 、 信雄 は 家康 に 無断 で 秀吉 と 単独 講和 し た 。 また 、 家康 も 信雄 が 講和 し た こと で 秀吉 と 戦 う ため の 大義 名分 が 無 く な り 、 三河 に 撤退 する こと と な っ た 。 家康 は 次男 ・ 於義丸 を 秀吉 の 養子 ( = 人質 ) と し て 差し出 し 、 「 羽柴 秀康 ( のち の 結城 秀康 ) 」 と し 講和 し た 。 戦後 、 秀吉 は 権 大 納言 に 任官 さ れ て い る 。 その 後 、 秀吉 は 天正 14 年 ( 1586 年 ) に は 妹 ・ 朝日 姫 を 家康 の 正室 と し て 、 さらに 母 ・ 大 政所 を 人質 と し て 家康 の もと に 送 り 、 配下 と し て の 上洛 を 家康 に 促 す 。 家康 も これ に 従 い 、 上洛 し て 秀吉 へ の 臣従 を 誓 っ た 。 天正 11 年 ( 1583 年 ) 、 石山 本願 寺 の 跡地 に 大坂城 を 築 く 。 豊後 国 の 大名 ・ 大友 義鎮 は 、 この 城 の あまり の 豪華 さ に 驚 き 、 「 三国 無双 の 城 で あ る 」 と 称え た 。 しかし 城 の 一部 に 防御 上 の 問題 が 有 り 、 秀吉 自身 も そこ を 気 に し て い た と 言 わ れ て い る ( のち の 大坂 の 役 で 真田 信繁 ( 幸村 ) は 、 防御 の 弱 さ を 指摘 さ れ て い た 箇所 に 真田 丸 と 呼 ば れ る 砦 を 築 き 、 大坂 城 の 防御 を 大幅 に 強 し 、 徳川 勢 を 大いに 苦しめ た ) 。 天正 12 年 ( 1584 年 ) に は 朝廷 より 征夷 大将軍 任官 を 勧め られ た が 断 っ た と する 説 が あ る 堀新 「 信長 ・ 秀吉 の 国家 構想 と 天皇 」 『 日本 の 時代 史 ( 13 ) 天下 統一 と 朝鮮 侵略 』 吉川 弘文館 、 2003 年 、 ISBN 4642008 1 36 。 天正 13 年 ( 1585 年 ) 3 月 10 日 、 秀吉 は 正二 位 ・ 内 大臣 に 叙位 ・ 任官 さ れ た 。 そして 3 月 21 日 に は 紀伊 に 侵攻 し て 雑賀 党 を 各地 で 破 る 。 最終 的 に は 藤堂 高虎 に 命 じ て 雑賀 党 の 首領 ・ 鈴木 重意 を 謀殺 さ せ る こと で 平定 し た ( 紀州 征伐 ) 。 また 、 四国 の 長 宗我部 元親 に 対 し て も 、 弟 ・ 羽柴 秀長 を 総大将 と し て 、 毛利 輝元 や 小早川 隆景 ら も 出陣 さ せ る と い う 大 規模 な もの で 、 総勢 10 万 と い う 大軍 を 四国 に 送り込 ん だ 。 これ に 対 し て 元親 は 抵抗 し た が 、 兵力 の 差 など から 7 月 25 日 、 秀吉 に 降伏 する 。 元親 は 土佐 国 のみ を 安堵 さ れ る こと で 許 さ れ た ( 四国 征伐 ) 。 7 月 11 日 に は 近衛 前久 の 猶子 と し て 関白 宣下 を 受け 、 天正 14 年 ( 1586 年 ) 9 月 9 日 に は 豊臣 の 姓 を 賜 っ て これ を 羽柴 から 豊臣 へ の 改姓 と 誤解 さ れ る こと が 非常 に 多 い が 、 羽柴 は 名字 、 豊臣 は 本姓 で あ り 、 両者 は 性質 が 異な る 別物 で あ る 。 秀吉 や 秀長 たち の 名字 は これ 以降 も 羽柴 の まま 変わ っ て い な い 。 詳細 は 「 豊臣 氏 」 を 参照 。 、 12 月 25 日 、 太政 大臣 に 就任 し 『 公卿 補任 』 に は 12 月 19 日_ ( 旧暦 ) と 記載 さ れ て い る が 、 『 兼見卿 記 』 に 後陽成 天皇 即位 式 当日 に 式 に 先立 っ て 任命 が 行 わ れ た と さ れ て お り 、 『 公卿 補任 』 は その 事実 を 憚 っ た と さ れ て い る ( 橋本 政宣 『 近世 公家 社会 の 研究 』 ) 、 政権 を 確立 し た ( 豊臣 政権 ) 。 秀吉 は 「 豊臣 幕府 」 を 開 く ため に 足利 義昭 へ 自分 を 養子 に する よう 頼 ん だ が 断 ら れ た 、 と い う 説 も あ る 。 越 中国 の 佐々 成政 に 対 し て も 8 月 から 征伐 を 開始 し た が 、 ほとんど 戦 う こと 無 く し て 8 月 25 日 に 成政 は 剃髪 し て 秀吉 に 降伏 する 。 織田 信雄 の 仲介 も あ っ た ため 、 秀吉 は 成政 を 許 し て 越中 新川 郡 のみ を 安堵 し た 。 こう し て 紀伊 ・ 四国 ・ 越中 は 秀吉 に よ っ て 平定 さ れ た の で あ る 。 その ころ 九州 で は 大友 氏 、 龍造寺 氏 を 下 し た 島津 義久 が 勢力 を 大き く 伸ば し 、 島津 に 圧迫 さ れ た 大友 宗麟 が 秀吉 に 助け を 求め て き て い た 。 秀吉 は 島津 義久 に 降伏 勧告 を 行 う が 断 ら れ 、 九州 に 攻め 入 る こと に な る 。 天正 14 年 ( 1586 年 ) に は 豊後 国 戸 次川 ( 現在 の 大野川 ) に お い て 、 仙石 秀久 を 軍監 と し た 、 長 宗我部 元親 、 長 宗我部 信親 親子 ・ 十 河 存保 ・ 大友 義統ら の 混合 軍 で 島津 軍 の 島津 家久 と 戦 う が 、 仙石 秀久 の 失策 に よ り 、 長 宗我部 信親 や 十 河 存 保 が 討ち 取 ら れ る など し て 大敗 し た ( 戸次 川 の 戦い ) 。 だ が 天正 15 年 ( 1587 年 ) に は 秀吉 自ら が 、 弟 ・ 豊臣 秀長 と 共 に 20 万 の 大軍 を 率い 、 九州 に 本格 的 に 侵攻 し 、 島津 軍 を 圧倒 、 島津 義久 ・ 島津 義弘ら を 降伏 さ せ る ( 九州 征伐 ) 。 こう し て 秀吉 は 西 日本 の 全域 を 服属 さ せ た 。 九州 征伐 完了 後 に 博多 に お い て バテレン 追放令 を 発布 し た が 、 事実 上 キリシタン は 黙認 さ れ た 。 天正 16 年 ( 1588 年 ) 刀 狩令 を 出 し 大 規模 に 推進 し た 。 天正 17 年 ( 1589 年 ) に 、 後 北条 氏 の 家臣 ・ 猪俣 邦憲 が 、 真田 昌幸 家臣 ・ 鈴木 重則 が 守 る 上野 国名 胡桃 城 を 奪取 し た の を きっかけ と し て 、 秀吉 は 天正 18 年 ( 1590 年 ) に 関東 地方 に 遠征 、 後 北条 氏 の 本拠 小田原城 を 包囲 し た 。 太閤 記 に よ る と 、 秀吉 は 、 奥羽 の 諸 氏 に 、 小田原 に 参陣 する よう に 命令 し た が 、 伊達 政宗 は 遅参 し た 。 秀吉 は 、 奥州 の 田舎 、 奥州 の 太守 ( 政宗 ) を 蠢 く 虫 と 評 し 、 政宗 は 恐れ 入 っ た と い う 。 秀吉 は 、 大器 、 天威 、 所世 の 人 の 及 ぶ べ く も な い と 評 さ れ 、 格 の 違い を 見せ 付け た 。 政宗 が 首尾 よ く 、 帰国 する と 、 諸将 は 虎 を 放 つ の は 危険 と 進言 し た が 、 歯向か え ば 、 誅伐 すれ ば よ い 、 と 語 り 、 諸将 は 頓首 し た と い う 。 小田原城 は 、 上杉 謙信 や 武田 信玄 も 落とせ な かっ た 堅城 だ が 、 季節 的 な 理由 で 撤兵 する 可能 性 の な い 包囲 軍 の 前 で は 無力 で あ っ た 。 三 ヶ月 の 篭城 戦 の のち に 北条 氏 政 ・ 北条 氏 直父子 は 降伏 。 氏政 ・ 北条 氏 照 は 切腹 し 、 氏直 は 紀伊 の 高野山 に 追放 さ れ た ( 小田原 征伐 ) 。 最後 の 大敵 ・ 後 北条 氏 を 下 し 、 ついに 天下 を 統一 する 。 秀吉 は 長き に 渡 っ て 続 い た 戦国 の 世 を 終わ ら せ た の で あ る 。 しかし 、 臣従 さ せ た 伊達 氏 の よう に 、 軍事 的 な 殲滅 の 対象 と な ら な かっ た 諸 大名 が 残 っ て い た こと に よ り 、 諸 大名 は 軍事 力 を 温存 する こと が でき て い た 。 この 有力 諸 大名 の 処遇 が 秀吉 の 政権 の 課題 と な る 。 天正 19 年 ( 1591 年 ) に は 関白 及び 家督 を 甥 ・ 豊臣 秀次 に 譲 り 、 太閤 ( 前関白 の 尊称 ) と 呼 ば れ る よう に な る 。 豊臣 氏 を 継 い だ の は 秀次 と 思 わ れ 、 秀次 は 家督 を 相続 し た が 廃嫡 さ れ た と 考え る の が 妥当 と 思 わ れ る 。 家督 相続 順 は 秀次 に 次いで 秀頼 が 継 い だ と 思 わ れ る 。 また 厳密 に は 秀頼 は 関白 宣下 も 氏 長 者 に も な っ て い な い の で 、 生涯 を 羽柴 姓 で 通 し た と 思 わ れ る 。 本姓 は 豊臣 姓 で あ る が 、 おそらく 、 関白 宣下 を 受け な けれ ば 公式 に 豊臣 姓 を 名乗 る こと を 禁 じ られ た の で は な い か ? また 、 秀吉 に 仕え て い た 茶人 千 利休 に 自害 を 命 じ て い る 。 利休 の 弟子 の 古田 織部 、 細川 忠興 ら の 助命 嘆願 も 空し く 、 利休 は 切腹 し て 果て 、 首 が 一条 戻橋 で 晒 さ れ た 。 この 事件 が 起き た 理由 に つ い て は 諸説 が あ る 。 この 年 、 東北 の 南部 氏 一族 、 九戸 政実 が 後継 者 争い の もつれ から 反乱 を 起こ す 。 秀吉 は 南部 信直 の 救援 依頼 に 対 し 、 豊臣 秀次 を 総大将 と し た 蒲生 氏 郷 ・ 浅野 長政 ・ 石田 三成 を 主力 と する 九戸 討伐 軍 を 派遣 。 東北 諸 大名 も これ に 加わ り 、 6 万 の 大軍 と な っ た 。 九戸 政実 ・ 九戸 実親 兄弟 は 抗戦 する が 、 多勢 に 無勢 の 為 やがて 降伏 。 その 後 九戸 氏 は 豊臣 秀次 に 一族 もろ とも 斬首 さ れ て 滅亡 。 乱 は 終結 し た 。 文禄 元年 ( 1592 年 ) 、 16 万 の 軍勢 を 李 氏 朝鮮 に 出兵 し た ( 文禄 ・ 慶長 の 役 ) 。 初期 は 朝鮮 軍 を 撃破 し 、 漢城 、 平壌 など を 占領 する など 圧倒 し た が 、 各地 の 義兵 の 抵抗 や 明 の 援軍 の 到着 に よ っ て 戦況 は 膠着 状態 と な り 。 文禄 2 年 ( 1593 年 ) から 休戦 期 に 入 り 明 と の 間 に 講和 交渉 が 開始 さ れ た 。 この 頃 、 側室 の 淀殿 と の 間 に 豊臣 秀頼 が 産まれ た 。 2 年 後 の 文禄 4 年 ( 1595 年 ) 、 「 殺生 関白 」 ( 摂政 関白 の もじり ) と 呼 ば れ た ほど の 乱行 を 理由 に 、 関白 ・ 豊臣 秀次 に 切腹 を 命 じ た 。 秀次 の 補佐 役 で あ っ た 古参 の 前野 長 康 ら も 切腹 処分 と な っ た 。 秀次 の 妻子 など も この 時 処刑 さ れ た 。 秀次 の 乱行 が 実際 に あ っ た か に は 諸説 あ り 、 実子 が 生まれ た の で 秀次 が 邪魔 に な っ た と い う 見 方 も さ れ て い る 。 文禄 5 年 ( 1596 年 ) 、 文禄 ・ 慶長 の 役 の 講和 交渉 は 決裂 し 、 慶長 2 年 ( 1597 年 ) 、 14 万 人 の 軍 を 朝鮮 へ 再度 出兵 し た ( 文禄 ・ 慶長 の 役 ) 。 同年 の 貴族 の 日記 に 、 大阪 城 に い る 秀吉 の もと に 象 が 連れ て 来 られ た と 記録 さ れ て い る 。 慶長 3 年 ( 1598 年 ) 8 月 18 日 、 五大 老 筆頭 の 徳川 家康 や 豊臣 秀頼 の 護 り 役 の 前田 利家 に 後事 を 託 し て 伏見城 で 没 し た 。 死因 に つ い て は 胃 がん など 諸説 が あ る 。 享年 61 。 家督 は 秀頼 が 継 い だ 。 辞世 の 句 は 「 露 と 落ち 露 と 消え に し 我が 身 か な 浪速 の こと は 夢 の また 夢 」 。 秀吉 の 死 に よ っ て 文禄 ・ 慶長 の 役 は 終了 し た 。 7 年 に 及 ぶ この 戦争 は 、 朝鮮 に は 国土 の 荒廃 と 軍民 の 大きな 被害 を もたら し た 災厄 で あ り 、 明 に は 莫大 な 戦費 の 負担 と 兵員 を 損耗 に よ っ て 滅亡 の 一因 と な っ た 。 日本 で も 、 動員 さ れ た 西国 大名 が 加封 を 受け られ ず に 疲弊 し た 。 秀吉 の 墓 は 壮麗 に 築 か れ た ( 墓所 ・ 霊廟 ・ 神社 ) もの の 、 没後 の 混乱 の ため 、 葬儀 は 遂 に 行な わ れ な かっ た 。 秀吉 は 、 政策 面 で は 織田 信長 を 踏襲 し 、 楽市 楽座 ・ 朱 印船 貿易 に よ る 商業 振興 と 都市 の 掌握 ・ 貨幣 鋳造 に よ る 商業 統制 を 行 っ た 。 太閤 検地 と 刀狩 は 税制 を 確立 さ せ 、 兵農 分離 と 身分 の 格差 を 徹底 さ せ て 江戸 時代 の 幕藩 体制 の 基礎 を 築 い た と 評価 さ れ る ( 但し 、 近年 で は 刀狩 に つ い て は 不 徹底 に 終わ っ た と い う 見 方 も 有力 で あ る ) 。 しかし 、 刀狩 や 検地 ・ 兵農 分離 など も 元々 は 織田 政権 化 で 進め られ て い た もの で あ り 、 この こと から 秀吉 は 少な く とも 政策 ・ 戦略 面 で は 信長 を 模倣 し た から こそ 天下 を 取れ た と も いえ る 。 秀吉 は 当初 は キリシタン に 好意 的 で あ っ た が 、 宣教 師 に よ る 信仰 の 強制 、 キリシタン に よ る 寺社 の 破壊 、 宣教 師 たち の 牛馬 の 肉食 を 理由 に 、 天正 15 年 ( 1587 年 ) 、 伴天連 ( バテレン ) 追放令 を 出 し た 。 幕末 以降 の 歴史 書 ・ 研究 史 に お い て は 、 秀吉 は 、 宣教 師 の 行い を 通 じ て 、 スペイン や ポルトガル の 日本 征服 の 意図 を 察知 し て い た 事 が 強調 さ れ て い る ( 関連 サン = フェリペ 号 事件 ) 。 しかし 、 スペイン や ポルトガル が 日本 征服 を 意図 し 、 計画 し て い た こと に つ い て は 正確 な 証拠 が な い 。 イエズス 会員 の 書簡 に お い て は 、 明征服 や 九州 征服 に 関 する 単独 の 提案 が あ っ た の は 確実 で あ る が 事実 、 アレッサンドロ ・ ヴァリニャーノ は 、 15 8 2 年 12 月 14 日 の フィリピン 総督 宛 の 書簡 に お い て 、 明征服 の ため に は 日本 で キリスト 教 徒 を 増や し 、 彼 ら を 兵 と し て 用い る こと を 進言 し て お り 、 また 、 ペドロ ・ デ・ ラ ・ クルス は 、 1599 年 2 月 25 日付け の イエズス 会 総 会長 宛て の 書簡 で 、 日本 は 海軍 力 が 弱 く 、 スペイン 海軍 を も っ て すれ ば 九州 また は 四国 を 征服 でき る と 進言 し て い る 。 当時 の 西洋 の 強国 に と っ て 、 武力 で 手 に 入れ た 港 を 拠点 と し 、 そして さらなる 征服 を 進め る の が 常套 手段 で あ り 、 ポルトガル は 、 ゴア 、 マラッカ 、 マカオ を この 方法 で 征服 し て い る 。 、 そう い っ た 提案 は 、 スペイン や ポルトガル の 高官 に よ っ て 無視 さ れ て い た 。 秀吉 の 対外 認識 に つ い て 示 す 文書 の 1 つ に 、 九州 遠征 中 の 天正 15 年 6 月 1日 付 で 本願 寺 顕如 に 充て た 朱印状 の 中 で 、 「 我朝 之覚候間 高麗 国王可 参内 候旨 被 仰 遣候 」 ( 「 本願 寺 文書 」 ) と あ る 。 「 我朝 之覚 」 と は 神功 皇后 の 三韓 征伐 の 際 の 三 韓 服従 の 誓約 あるいは 天平 勝宝 2 年 ( 75 2 年 ) に 孝謙 天皇 が 新羅 の 使者 に 伝え た 新羅 国王 の 入朝 命令 と 考え られ 、 この 例 に 倣 っ て 高麗 ( 李 氏 朝鮮 ) 国王 は 諸 大名 と 同じ よう に 朝廷 ( 秀吉 ) へ の 出仕 義務 が あ る と 考え て 、 直後 に 李 氏 朝鮮 に 対 し て その 旨 の 使者 を 送 っ て い る 清水 紘一 「 博多 基地 化 構想 を めぐ っ て - 天正 禁 教令 と の 関連 を 中心 と し て - 」 ( 藤野 保 先生 還暦 記念 会編 『 近世 日本 の 政治 と 外交 』 ( 1993 年 、 雄山 閣 ) ISBN 9784639011954 ) 。 これ は 朝鮮 が 惣無 事令 など の 日本 の 法令 の 適用 対象 と し て 認識 し て い た 可能 性 を 示 す もの で 、 実際 に 5 月 9 日 の 段階 で 秀吉 夫妻 に 仕え る 「 こ ほ 」 と い う 女性 に 対 し て 「 かうらい 国 へ 御人 し ゆ つか ( はし ) か の くに も せひ は い 申 つけ 候 まま 」 と 記 し て 、 九州 平定 の 延長 と し て 高麗 ( 朝鮮 ) 平定 の 意向 も あ る 事 を 示 す 書状 を 送 っ て い る 。 こう し た 考え 方 が 、 文禄 ・ 慶長 の 役 に おけ る 対朝鮮 政策 に も 深 く 影響 し て い た と 考え られ て い る もっとも 、 かつて は 神功 皇后 の 三韓 征伐 が 史実 と 考え られ て い た こと 、 鎌倉 時代 の 『 曾我 物語 』 ( 妙本 寺本 ) に お い て も 日本 の 西 の 果て を 「 鬼界 ・ 高麗 ・ 硫黄 嶋 」 と 記 さ れ て お り 、 島国 に 住 む 日本 人 ( 外国 と 接 する 機会 の あ る 僧侶 や 商人 など の 例外 を 除 く ) に おけ る 長年 に わた る 対外 意識 の 希薄 さ が 背景 に あ っ た と 考え られ て い る 。 人事 に お い て は 、 石田 三成 や 大谷 吉継 ら は 文治 ・ 吏僚 派 、 加藤 清正 や 福島 正則 ら を 武断 派 と し て 用い た 。 秀吉 と し て は 個人 の 能力 に 見合 っ た 仕事 を 与え る こと で 両派 を 形成 し た の だ と 思 わ れ る が 、 両派 を 分断 し た こと は 秀吉 の 死後 、 豊臣 家臣 団 の 分裂 を 招 く こと に も つなが っ た 。 織田 信長 が 重臣 の 林 秀貞 や 佐久間 信盛 ら を 追放 し た こと は 有名 だ が 、 秀吉 も 神子田 正治 や 加藤 光泰 、 尾藤 知宣ら を 追放 し 、 さらに 軍師 で あ っ た 黒田 孝高 も 冷遇 し て 中枢 から 排除 し て い る 。 これ ら の 面々 は 信長 時代 から 秀吉 に 仕え て い た 譜代 の 家臣 と も 言 っ て よ い 人物 だっ た ため 、 その 追放 は 譜代 の 家臣 が い な かっ た 豊臣 家 の 衰退 に つなが っ た と 言 っ て も 過言 で は な い 。 天下 統一 後 の 政権 の 中 に 、 秀吉 に 縁 の 深 い 家臣 団 と い う 一群 と 、 外様 大名 と い う 一群 の 二 つ の 勢力 が 存在 し 、 死後 の 政局 争い の 元 と な っ て い る 。 蒲生 秀行 ( 侍従 ) 、 小早川 秀秋 ら 諸 大名 を 大した 罪 で も 無 い の に 若年 など を 理由 に 減封 ・ 移封 し た こと は 、 関ヶ原 の 戦い で 彼 ら を 東軍 ( 徳川 方 ) に つ か せ る 一因 を 成 し た 。 秀吉 の 父 ・ 弥右衛門 は 百 姓 で あ っ た と さ れ る が 、 百 姓 = 農民 と する の は 後代 の 用例 で あ り 、 弥右衛門 の 主 た る 生業 は 織田 家 の 足軽 だっ た と する 説 も あ る ( 一説 に は 百 姓 で は 思いつ か な い よう な 発想 など から 秀吉 は 武家 へ 仕官 以前 は 針 の 行商人 で 商人 出身 で あ っ た と い う 説 が あ る ) 。 太田 道灌 や 北条 早雲 の 軍制 に 重用 さ れ た 足軽 は 急速 に 全国 へ 広ま っ て い た 。 ただし 、 秀吉 が 初めて 苗字 を 名乗 る の は 木下 家 出身 の ねね と の 婚姻 を 契機 と する こと を 指摘 し た 研究 も あ る 。 つまり 、 それ 以前 は 苗字 を 名乗 る 地盤 すら 持 た な い 階層 だっ た 可能 性 も 指摘 さ れ て い る 。 当時 の 百 姓 身分 は 農業 や 手工業 の 比較 的 規模 の 大き い 経営 者 階層 で あ り 、 この 層 に 出自 す る 者 が 地侍 など の 形 で 武士 身分 に 食い込み を 図 る とき に は 、 勢力 地盤 と な っ て い る 村 の 名前 など を 苗字 と する の が 普通 で あ る し 、 そもそも この 階層 は 惣村 共同 体 の 足軽 中 で 通用 する 程度 に 権威 の あ る 私称 の 苗字 を 保持 し て い る の が 通例 で あ っ た 。 それ すら も 自前 で 名乗 る 地盤 を 持 た な かっ た と すれ ば 、 秀吉 の 出自 は 百 姓 身分 で すら な い 、 さらに 下層 の 出身 者 で あ る 可能 性 が あ る 。 秀吉 の 真 の 出自 と 初期 の 人生 に つ い て は いまだ 謎 に 包 ま れ て い る 側面 が 大き い と も 言え る 。 生涯 に お い て 子宝 に 恵 まれ にく かっ た 秀吉 で あ る が 、 長浜 城主 時代 に 一男 一女 を 授か っ た と い う 説 が あ る 。 男子 は 南殿 と 呼 ば れ た 女性 の 間 に 生まれ た 子 で 「 秀勝 」 と 言 っ た ら しい 。 長浜 で 毎年 4 月 ( 昔 は 10 月 ) に 行 わ れ る 曳山 祭 は 、 秀吉 に 男の子 が 生まれ 、 その こと に 喜 ん だ 秀吉 から お 祝い の 砂金 を 贈 ら れ た 町民 は 、 山車 を 作 り 、 長浜 八幡宮 の 祭礼 に 曳き回 し こと が 、 始まり と 伝え られ て い る 。 しかし 、 実子 秀勝 は 、 幼少 で 病死 ( その 後 、 秀吉 は 、 2人 の 養子 を 秀勝 と 名付け て い る ) 。 長浜 に あ る 妙法 寺 に は 、 伝羽 柴 秀勝像 と い わ れ る 子ども の 肖像 画 や 秀勝 の 墓 と い わ れ る 石碑 、 位牌 が 残 っ て い る 。 女子 に つ い て は 、 名前 を 含め 詳細 不明 で あ る が 、 長浜 市 内 に あ る 舎那院 所蔵 の 弥陀 三尊 の 懸仏 の 裏 に 次 の よう な 銘記 が あ る 。 「 江州 北 郡 羽柴 筑前 守殿 天正 九 年 御 れ う 人甲戌 歳 奉寄進 御 宝前 息災 延命 八 月 五 日 如意 御 満足 虚 八 幡宮 」 これ は 秀吉 が 、 天正 2 年 ( 1574 年 ) に 生まれ た 実娘 の ため に 寄進 し た と 近江 坂田 郡誌 に 記載 さ れ て い る 。 秀吉 は 長浜 城 時代 に 秀勝 と もう 一人 の 女の子 が 授か っ て い る こと に な る 。 しかし 、 舎那院 で は 現在 、 秀吉 の 母 で あ る 大 政所 の ため に 寄進 さ れ た もの で あ る と 説明 し て い る 。 多聞院 日記 に よ れ ば 、 大 政所 は 文禄 元年 ( 1592 年 ) に 76 歳 で 亡くな っ て い る と さ れ て い る の で 年代 に ズレ が あ る 。 「 御 れう 人 」 と は 麗人 の こと で あ り 、 76 歳 の 老人 に まで 解釈 が 及 ぶ もの か どう か 疑問 で あ り 、 秀吉 に 女児 が 生まれ た と 考え る 方 が 妥当 で あ る 。 関白 就任 時 に 萩中 納言 の ご 落胤 と 主張 し た 。 ( もちろん 公家 に 萩中 納言 と い う 人物 は 存在 し な い ) 秀吉 が 猿 と 呼 ば れ た こと は 有名 で あ る が 、 絵 に 残 っ て い る 秀吉 の 容姿 から 「 猿 」 を 連想 し 、 「 猿 」 と い う 呼び名 は 見 た 目 から 来 た と い う 説 が 流布 する よう に な っ た と 言 わ れ て い る 。 秀吉 が 猿 と 呼 ば れ た の は 、 関白 就任 後 の 落書 など の 中 で 「 どこ の 馬 の 骨 と も 分か ら な い 身分 の 低 い 生まれ 」 と い う 意味 の 皮肉 と し て 使 わ れ た 「 さる 関白 」 と い う 表現 に 由来 する もの と い う 説 も あ る 。 また 、 信長 は 「 猿 」 と 呼 ん で い な い と の 主張 ( 一説 に 織田 家中 で 陰口 と し て 猿 と 呼 ば れ て い て 、 秀吉 は 猿 と 呼 ば れ る の を 非常 に 嫌い 、 猿 と 呼 ん だ もの に は 容赦 を し な かっ た と い う ) も あ り 、 藤田 達生 は 山王 信仰 ( 猿 は 日吉 大社 の 使い ) を 利用 する ため 「 猿 」 と い う 呼び名 を 捏造 し た と 推測 し て い る 。 「 禿 げ 鼠 」 の 呼び名 も 、 信長 の 高 台 院 へ の 書状 の 中 で 秀吉 を 叱責 する 際 に 一 度 触れ られ た のみ で 、 常用 さ れ て い た わけ で は な い と 言 わ れ て い る 。 仮 に その よう な 容姿 で あ っ て も 秀吉 が 残 し た 功績 を 貶め る もの で は な い 。 秀吉 は 指 が 一 本 多 い 多指 症 だっ た と ルイス ・ フロイス の 記録 や 前田 利家 の 回想 録 「 国祖 遺言 」 に 記 さ れ て い る 。 後者 に よ れ ば 右手 の 親指 が 一 本 多 く 、 信長 から は 「 六ツ め 」 と 呼 ば れ て い た と い う 。 当時 は ( 現在 も そう だ が ) 、 多く の 場合 、 幼児 期 まで に 切除 し て 五指 と する が 、 秀吉 は 周囲 から 奇異 な 目 で 見 られ て も 六指 で 生涯 を 通 し 、 天下 人 に な る まで その 事実 を 隠 す こと が な かっ た と い う 。 しかし 、 天下 人 と な っ た 後 は 、 記録 から この 事実 を 抹消 し 、 肖像 画 も 右手 の 親指 を 隠 す 姿 で 描 か せ たり し た 。 その ため 、 「 秀吉 六 指説 」 は 長 く 邪説 扱い さ れ て い た 。 現在 で は 、 前田 利家 の 証言 記録 など から 六 指 説 を 真説 と する 考え が 有力 で あ る もの の 、 一 次 資料 が 存在 し な い こと も あ り 、 いまだ に この こと に 触れ な い 秀吉 の 伝記 は 多 い 。 近年 発表 さ れ た 小説 で さえこの 説 を 奇説 扱い する など 、 まだ 一般 に 認知 さ れ る に は 至 っ て い な い 。 なお 、 戦国 時代 を 題材 に し た 漫画 で は 、 センゴク と シグルイ が この 説 を 取り入れ て お り 、 これ ら の 作品 に 登場 する 秀吉 は 六指 で あ る 。 身長 は 不明 。 150 cm 下 から 160 cm 余 まで 諸説 あ る 。 秀吉 は 髭 が 薄 かっ た ため 、 付け 髭 を し て い た と い う 有名 な 説 が あ る ( ただ 当時 の 戦国 武将 が 髭 を 蓄え る の は 習慣 で あ り 、 薄 い もの が 付け 髭 を する の は 普通 の こと で あ っ た ) 。 様々 な 説 が 唱え られ て お り 、 有名 な 説 の 一 つ に 梅毒 に よ っ て 死亡 し た と い う もの が あ る 。 晩年 は 老耄 だっ た よう で 、 人前 で 小便 を 漏ら す こと も あ っ た と さ れ る ( 大河 ドラマ ・ 独眼 竜 政宗 ( NHK 大河 ドラマ ) および 功名 が 辻 ( NHK 大河 ドラマ ) で は 晩年 の 秀吉 が 失禁 する シーン が 描 か れ た 。 ) 。 ドラマ など で は 人 を 殺 す こと を 嫌 う 人物 の よう に 描写 さ れ る こと の 多 い 秀吉 で あ る が 、 実際 に は 元亀 二 年 に 湖北 一向 一揆 を 殲滅 し たり ( 松下 文書 や 信長 公記 より ) 、 天正 五 年 に 備前 ・ 美作 ・ 播磨 の 国境 付近 で 毛利 氏 へ の 見せしめ の ため に 、 女 ・ 子供 二百 人 以上 を 子供 は 串刺し に 、 女 は 磔 に し て 処刑 する ( 十 二 月 五 日 の 羽柴 秀吉 書状 より ) 等 、 晩年 だけ で な く 信長 の 家臣 時代 で も 、 少な く とも 他 の 武将 並み の 残酷 な 一面 が あ っ た よう で あ る 。 母親 の 大 政所 へ の 忠孝 で 知 ら れ る 。 小牧 ・ 長久手 の 戦い の 後 、 必要 に 迫 ら れ て 一時 徳川方 に 母 と 妹 を 人質 に 差し出 し た が 、 そこ で 母 を 粗略 に 扱 っ た 本多 重次 を 後 に 家康 に 命 じ て 蟄居 さ せ て い る 。 朝鮮 出兵 の ため に 肥前 名護屋 に 滞在 中 、 母 の 危篤 を 聞 い た 秀吉 は 急 い で 帰京 し た が 、 結局 臨終 に は 間に合 わ な かっ た 。 明治 時代 の 国定 教科 書 で も 、 特に 秀吉 が 親孝行 で あ っ た と 記述 さ れ て い る ほど で あ る 。 10 歳 の 女子 を 側室 と し て 迎え たり する など 、 かなり の 好色 家 で あ っ た と 言 わ れ て い る ただし 前近代 で は 日本 のみ な ら ず 世界 中 で 女性 ・ 子供 へ の 人権 保障 水準 が 現在 と は 比較 に な ら な い ほど 低 く 、 児童 性 愛 も 一定 程度 許容 さ れ て い た 事情 も あ る 。 イスラーム の 預言 者 ムハンマド も 9 歳 の 少女 アーイシャ と 性 行為 を 行 っ て い る 。 ルイス ・ フロイス は 、 秀吉 の こと を 「 極度 に 淫蕩 で 、 獣欲 に 耽溺 し て い た 」 と 批判 的 に 記述 し た 。 秀次 に 関白 職 を 譲 る 時 に 与え た 訓戒 状 に 「 女狂い など 自分 の 真似 は する な 」 と あ る こと から 、 秀吉 も 好色 を 自覚 し て い た よう で あ る 。 文禄 ・ 慶長 の 役 で 、 大名 に 大事 な 役目 と し て 、 優れ た 精力 剤 と さ れ て い た 虎 の 肉 の 献上 を 命 じ た こと も あ る 。 戦国 大名 は 主君 と 臣下 の 男色 ( いわゆる 「 衆道 」 ) を 武士 の 嗜み と し て い た ( 有名 な の は 織田 信長 と 森成利 など で あ る ) 。 しかし 秀吉 に は 男色 へ の 関心 が まったく と 言 っ て よ い ほど な かっ た 。 男色 傾向 の 無 さ を 訝 し ん だ 家臣 が 家中 で 一番 と の 評判 の 美少年 を 呼び入れ 、 秀吉 に 会 わ せ 二人 きり に さ せ た の だ が 秀吉 は その 少年 に 「 お前 に 妹 か 姉 は い る か ? 」 と 聞 いただけ だっ た と さ れ る 。 明治 から 昭和 の 戦前 に かけ て は 、 富国 強兵 政策 や 身分 が 低 い ながら も 関白 太政 大臣 に な っ た と い う こと で 民衆 の 手本 に し よ う と い う 試み も あ り 、 好意 的 に 捉え られ る こと が 多 かっ た ( 秀吉 を 肯定 する こと で 家康 を 貶め 、 しい て は 江戸 幕府 の 評価 を 下げ る こと で 明治 政府 の 正当 性 を 高め る と い う 側面 も あ っ た と も 指摘 さ れ る ) 。 その 評価 で は 、 日本 で は 武将 ながら 愛嬌 に 満ち た 存在 、 武力 より 知略 で 勝利 を 得 る など 、 陽的 な 人物 と さ れ 、 「 太閤 さん 」 と 呼 ば れ る こと も 多 い 。 この よう な 評価 から 創 ら れ た 物語 で は 、 信長 を 怜悧 な 天才 、 家康 を 実直 な 慎重 家 と 設定 し 、 彼 ら と の 対比 で 秀吉 を 陽気 な 知恵 者 と し て 描 か れ る こと が 多 い 。 江戸 時代 で は 逆 に 「 徳川 史観 」 の 元 に 、 石田 三成 など の よう に 意図 的 に 貶め られ た 存在 と し て 描 か れ て い た 。 この よう に 秀吉 を 好意 的 に 評価 する 土地 は 多 く 、 特に 、 誕生 の 地 で あ る 名古屋 市 中村 区 ( 記念 館 が あ る 。 また 名古屋 まつり で は 毎年 織田 信長 ・ 徳川 家康 と とも に 彼 に 扮 し た 人物 が パレード する ) 、 政権 を 執 っ た 本拠 地 の 大阪 市 ( 江戸 期 の 大坂 商業 発達 の 基盤 を 築 い た と い う 見 方 も 強 い ) など で は 人気 が 高 い 。 意外 な こと に 書道 に 優れ 、 北大路 魯山人 は 秀吉 の 書 に 対 し て 、 新た に 三筆 を 選 べ ば 、 秀吉 も 加え られ る と 高 く 評価 し た ただし これ は 秀吉 に 高 い 教養 が あ る 事 を 示 す もの で は な く 、 彼 の 書簡 に は 誤字 や 当て字 、 仮名 が 多用 さ れ て い た と 言 わ れ る 。 『 太閤 夜話 』 など に も 、 「 醍醐 」 の 「 醍 」 を 祐筆 が 度忘れ し た 際 、 「 大 」 と 書 く よう 指示 する エピソード が あ る 。 本能 寺 の 変 の 黒幕 は 秀吉 で は な い か 、 と さ れ る 説 が 囁 か れ る 事 が 多 い 。 その 説 の 根拠 は 、 秀吉 の 信長 に 対 する 必要 な い と 思 わ れ る 援軍 要請 で あ る 。 秀吉 は 備中 高松 城攻め の とき 、 毛利 輝元 ・ 吉川 元春 ・ 小早川 隆景 ら が 高松 城 の 救援 に 出 て き た ため 、 信長 に 苦境 を 訴え て 援軍 を 要請 し た 。 ところ が 当時 の 毛利 氏 は 、 相 次 ぐ 対外 戦争 に よ る 財政 的 問題 、 豊後 の 大友 宗麟 や 山陰 の 南条 元 続ら の 侵攻 も 受け て い た ため 、 高松 城 救援 に 用意 でき た 兵力 は 羽柴 軍 の 半分 の 1 万 500 0 ほど で しか な く 、 救援 など 不要 で あ っ た と 思 わ れ る 。 で は 、 なぜ この よう な 要請 を 行な っ た の か と 言 え ば 、 当時 の 信長 は 三職 補任 問題 や 皇位 継承 問題 など で 朝廷 と 頻繁 に 交渉 し て い た ため 、 京都 に 上洛 する 必要 が あ っ た 。 明智光 秀 は そこ を 狙 っ て 「 本能 寺 の 変 」 を 起こ し た 訳 だ が 、 ひと つ だけ 大きな 問題 が あ っ た 。 それ は 、 軍勢 を 集め る 理由 で あ る 。 ところ が 秀吉 の 必要 な い 救援 要請 で 援軍 に 赴 く よう に 命 じ られ た ため 、 信長 に 疑 わ れ る こと 無 く 軍勢 を 集め 、 その 軍勢 で 光秀 は 京都 の 信長 を 討ち 果た し て い る の で あ る 。 光秀 が 近衛 前久 と 内通 し て い た と い う 説 が あ る よう に 、 秀吉 も 当時 の 朝廷 の 実力 者 で あ る 大 納言 の 勧修 寺 晴豊 あたり と 内通 し て お り 、 その 筋 から 光秀 の 謀反 計画 を 知 り 、 わざわざ この よう な 要請 を 行な っ た の で は な い か と 言 わ れ て い る 。 また 、 秀吉 の 中国 大返し に 関 し て も 、 如何 に 秀吉 が 優秀 な 武将 だっ た と は いえ 、 あの 速 さ は 事前 に 用意 を し て い な けれ ば 出来 な い 、 と い う 疑惑 が 持 た れ て い る 。 ただし 、 以上 の よう な 説 は 正規 の 学説 に は な っ て お ら ず 、 むしろ 小説 家 が フィクション と し て 採用 し て い る 例 が ほとんど で あ る 。 上記 の 説 に つ い て も 、 反論 を 挙げ る 事 は 可能 で あ る 。 『 浅野 家 文書 』 に は 毛利 軍 5 万 人 と 記 さ れ て お り 、 秀吉 は 初期 情報 の この 数字 を 元 に 信長 の 援軍 を 請求 し た 可能 性 が 存在 する 。 明智光 秀 の 援軍 は 、 対毛 利 戦線 の 山陰 道 方面 に 対 し て の もの で あ り 、 秀吉 が 現在 戦 っ て い る 山陽 道 方面 で は な い 。 秀吉 の 援軍 要請 は 、 手柄 を 独占 する 事 に よ っ て 信長 に 疑念 を 持 た れ る の を 避け る ( 信長 自身 を 招 い て 信長 に 手柄 を 譲 る ) 為 の 保身 で あ り 、 有利 な 状況 で あ り ながら 援軍 を 求め る 必然 性 は 存在 する 。 いわゆる 「 中国 大 返し 」 に つ い て も 、 信長 自身 に よ る 援軍 を 迎え る ため の 道中 の 準備 が 、 たまたま 功 を 奏 し た に 過ぎ な い 。 『 事前 に 用意 し て い な けれ ば 出来 な い 』 と する 説 は ほとんど が 近年 の 学者 が 述べ て い る 発言 で あ り 、 当時 秀吉 や 豊臣 家 と 関係 が あ っ た 武士 から は 敵 味 方 を 問 わ ず 中国 大返し を 疑問 視 し た 発言 や 記録 は 出 て い な い ( 当時 の 武士 から 見 て も 速 すぎ る の で あ れ ば 後 に 秀吉 と 敵対 し た 織田 信雄 ・ 信孝 ・ 柴田 勝家 ・ 徳川 家康 ら が それ を 主張 し な い の は 不 自然 で あ る ) 。 「 本能 寺 の 変 」 を 知 っ た 吉川 元春 は 和睦 を 反古 に し て 秀吉 軍 を 攻撃 する 事 を 主張 し た が 、 小早川 隆景 ら の 反対 に よ っ て 取り止め に な っ て い る 。 一歩 間違え ば 秀吉 は 毛利勢 と 明智 勢 の 挟 み 撃ち に あ っ た 恐れ が 大 で あ り 、 現に 滝川 一益 の よう に 本能 寺 の 変 が 敵方 に 知 ら れ た 事 に よ り 大敗 し 領土 を 失 っ た 信長 配下 の 武将 も 存在 し 、 秀吉 が この よう な 危険 極まり 無 い 事 を 、 謀略 と し て あえて 意図 し た と は 考え にく い 。 死後 、 京都 東山 の 阿弥陀 ヶ峰 ( 現在 の 豊国 廟 ) に 葬 ら れ 、 豊国 大 明神 と し て 豊国 神社 ( 京都 市 ) ( 京都 ) に 祀 ら れ た が 、 豊臣 家 滅亡 後 、 徳川 家康 に よ り 全て の 建造 物 は 破却 さ れ 、 大 明神 の 号 も 剥奪 さ れ た 。 三 代 将軍 徳川 家光 の 時代 徳川 幕府 に よ り 廃 さ れ た 。 明治 に な り 日光 東 照宮 の 相殿 に 祀 ら れ 、 豊国 神社 は 再興 さ れ た 。 金剛 峯 寺 奥 の 院 に 豊臣 家 墓所 が あ る の は 有名 で あ る が 、 現存 する 墓碑 の 中 に は 秀吉 の もの は な い 。 その 理由 は 不明 で あ る ( ) 。 戒名 - 国泰裕 松 院殿 霊山 俊龍 大居士 秀吉 が 主祭 神 と し て 祀 ら れ て い る 神社 は 、 京都 市 以外 に は 豐國 神社 ( 大阪 市 ) ( 大阪 市 ) 、 豊国 神社 ( 長浜 市 ) ( 長浜 市 ) 、 豊国 神社 ( 名古屋 市 ) ( 名古屋 市 ) で あ る 。 大阪 市 と 長浜 市 は かつて 秀吉 が 統治 し た 町 、 名古屋 市 は 秀吉 の 生地 で あ る 。 譜代 の 家臣 を 持 た ず に 生まれ 、 天下 人 へ と 至 っ た 秀吉 は 、 その 生涯 で 多く の 家臣 を ( 新た に ) 得 た 。 織田 信長 に 仕え た 頃 から の 陪臣 と し て 浅野 長政 、 堀尾 吉晴 、 山内 一 豊 、 中村 一 氏 、 竹中 重治 、 樋口 直房 、 脇坂 安治 、 片桐 且元 、 石田 三成 、 黒田 孝高 、 増田 長盛 など が おり 、 福島 正則 、 加藤 清正 は 幼少 の 頃 から 自身 で 養育 する 。 賤ヶ岳 の 戦い で は 、 抜群 の 功績 を 上げ た 正則 、 清正 に 加え 加藤 嘉明 、 脇坂 安治 、 平野 長 泰 、 糟屋 武則 、 片桐 且元 ら が 賤ヶ岳 の 七 本 槍 と し て 数え られ る 。 ただし 、 誰 を 賤ヶ岳 の 七 本 槍 と す べ き か に つ い て は 諸説 あ る 。 信長 の 後継 を 得 る と その 重臣 で あ る 前田 利家 、 丹羽 長秀 、 蜂須賀 正勝 ら も 臣下 に 加え る が 、 彼 ら と は 友人 と し て の 関係 を 保 っ た と も 考え られ て い る 。 晩年 に は 豊臣 政権 の 職制 と し て 五大 老 、 三中 老 、 五 奉行 を 設け る が 、 死後 に 譜代 の 家臣 は 関ヶ原 の 戦い で 武断 派 と 文治 派 に 分かれ 戦 っ た 。 +足利尊 氏 ( あしか が たか う じ 、 130 5 年 - 1358 年 ) は 、 鎌倉 時代 後期 から 南北朝 時代 ( 日本 ) の 武将 。 室町 幕府 の 初代 征夷 大将軍 。 本姓 は 源 氏 。 河内 源 氏 の 名門 足利 氏 嫡流 足利貞 氏 の 嫡男 と し て 生まれ る 。 初め 執権 ・ 北条 高 時 から 偏諱 を 受け 高 氏 と 名乗 っ た 。 元弘 3 年 に 後醍醐 天皇 が 伯耆 船 上山 で 挙兵 し た 際 、 鎌倉 幕府 の 有力 御 家人 と し て 幕府 軍 を 率い て 上洛 し た が 、 丹波 篠村 八幡宮 で 反幕府 の 兵 を 挙げ 、 六波羅 探題 を 滅ぼ し た 。 幕府 滅亡 の 勲功 第 一 と さ れ 、 後醍醐 天皇 の 諱 ・ 尊治 ( たかはる ) の 御 一 字 を 賜 り 、 名 を 尊 氏 に 改め る 。 後 醍醐 専制 に よ る 建武 の 新政 が 次第 に 支持 を 失 っ て い く 中 、 東下 し て 中 先代 の 乱 を 鎮圧 し た 後 、 鎌倉 に 留ま り 独自 の 政権 を 樹立 する 構え を 見せ た 。 これ に よ り 朝廷 と の 関係 が 悪化 し 、 上洛 し て 一時 は 後醍醐 を 比叡山 へ 追いや っ た が 、 後醍醐 勢力 の 反攻 に よ り 一旦 は 九州 へ 落ち 延び る 。 九州 から 再び 上洛 し 、 光厳 上 皇 および 光明 天皇 から 征夷 大将軍 に 補任 さ れ 新た な 武家 政権 ( = 室町 幕府 ) を 開 い た 。 後 醍醐 は 吉野 へ 遷 り 南朝 ( 日本 ) を 創始 し た 。 幕府 を 開 い た 後 は 弟 ・ 足利 直義 と 二 頭 政治 を 布 い た が 、 後 に 直義 と 対立 し 観応 の 擾乱 へ と 発展 する 。 直義 の 死 に よ り 乱 は 終息 し た が 、 その 後 も 南朝 など 反幕 勢力 の 平定 を 継続 し 、 統治 の 安定 に 努め た 。 後 醍醐 が 崩御 ( 死去 ) し た 後 は その 菩提 を 弔 う ため 天竜 寺 を 建立 し て い る 。 ( 後醍醐 ) 天皇 に 叛旗 を 翻 し た こと から 明治 以降 は 逆賊 と し て 位置 づけ られ て い た が 、 第 二 次 大戦 後 は 肯定 的 に 再 評価 さ れ て い る よう に 、 歴史 観 の 変遷 に よ っ て その 人物 像 が 大き く 変化 し て い る 。 誕生 から 鎌倉 幕府 滅 亡 尊 氏 は 嘉元 3 年 ( 130 5 年 ) に 生まれ た 。 生誕 地 は 、 綾部 説 ( 漢部 と も 。 京都 府 綾部 市 上杉 荘 ) 、 鎌倉 説 、 足利 荘説 ( 栃木 県 足利 市 ) の 3 説 が あ る 。 『 難太平 記 』 は 尊 氏 が 出生 し て 産湯 に つ か っ た 際 、 2 羽 の 山鳩 が 飛 ん で き て 1 羽 は 尊 氏 の 肩 に とまり 1 羽 は 柄杓 に とま っ た と い う 伝説 を 伝え て い る 。 幼名 は 又太郎 。 元応 元年 ( 1319 年 ) 10 月 10 日 、 15 歳 の とき 元服 し 従 五 位 下治部 大輔 に 補任 さ れ る と とも に 、 幕府 執権 ・ 北条 高 時 の 偏諱 を 賜 り 高氏 と 名乗 っ た 。 父 ・ 貞氏 と その 正室 ・ 釈迦堂 ( 北条 顕時 の 娘 ) と の 間 に 長男 ・ 足利 高義 が い た が 、 早世 し た ため 高 氏 が 家督 を 相続 する こと と な っ た 。 『 難太平 記 』 に よ れ ば 、 尊氏 の 祖父 ・ 足利 家 時 が 三 代 のち に 足利 氏 が 天下 を 取 る 事 を 願 っ て 自刃 し た と さ れ て い る 。 元弘 元年 ( 1331 年 ) 、 後醍醐 天皇 が 二 度 目 の 倒幕 を 企図 し 、 笠置 で 挙兵 し た ( 元弘 の 変 ) 。 鎌倉 幕府 は 有力 御 家人 で あ る 高 氏 に 派兵 を 命 じ 、 高 氏 は 天皇 の 拠 る 笠置 と 楠木 正成 の 拠 る 下赤 坂 城 の 攻撃 に 参加 する 。 この とき 、 父 ・ 貞 氏 が 没 し た 直後 で あ り 高 氏 は 派兵 を 辞退 する が 、 幕府 は 妻子 を 人質 と し て 重ね て 派兵 を 命 じ た 。 『 古典 太平 記 』 は 、 これ に よ り 高氏 が 幕府 に 反感 を 持 つ よう に な っ た と 記 す 。 幕府 軍 の 攻撃 の 結果 、 天皇 を はじめ と し て 倒幕 計画 に 関わ っ た 日野 俊基 ・ 円観 など の 公家 や 僧侶 が 多数 、 幕府 に 捕縛 さ れ 、 天皇 は 翌年 隠岐島 に 流 さ れ た ( 元弘 の 乱 ) 。 幕府 は 大覚 寺 統 の 後醍醐 天皇 に 代え て 持明 院 統 の 光厳 天皇 を 擁立 し た 。 翌 元 弘 3 年 / 正慶 2 年 ( 1333 年 ) 後 醍醐 天皇 は 隠岐 島 を 脱出 し て 船上山 に 篭城 し た 。 高 氏 は 再び 幕命 を 受け 、 西国 の 討幕 勢力 を 鎮圧 する ため に 名越 高家 と とも に 上洛 し た 。 名越 高家 が 赤松則村 に 討 た れ た こと を 機 と し て 、 後醍醐 天皇 の 綸旨 を 受け て い た 高 氏 は 天皇 方 に つ く こと を 決意 し 、 同年 4 月 29 日 、 所領 の 丹波 国 篠村 八幡宮 ( 京都 府 亀岡 市 ) で 反幕府 の 兵 を 挙げ た 。 諸国 に 多数 の 軍勢 催促 状 を 発 し 、 近江国 の 佐々木 道誉 など の 御 家 人 を 従え て 入京 し 、 同年 5 月 7 日 に 六波羅 探題 を 滅亡 さ せ た 。 同 時期 に 上野 国 の 御 家人 で あ る 新田 義貞 も 挙兵 し て お り 、 高 氏 の 嫡子 で 鎌倉 から 脱出 し た 千寿 王 ( 後 の 足利 義詮 ) を 奉 じ て 鎌倉 へ 進軍 し 、 幕府 を 滅亡 さ せ た 。 この 時 、 高 氏 の 側室 の 子 ・ 竹若丸 が 混乱 の 最中 に 殺 さ れ て い る 。 高 氏 は 鎌倉 陥落 後 に 細川 和 氏 ・ 細川 頼春 ・ 細川 師 氏 の 兄弟 を 派遣 し て 義貞 を 上洛 さ せ 、 鎌倉 を 足利 方 に 掌握 さ せ て い る 。 鎌倉 幕府 の 滅亡 後 、 高 氏 は 後醍醐 天皇 から 勲功 第 一 と さ れ 、 鎮守 府 将軍 および 従四 位 下左兵衛督 に 任 ぜ られ 、 また に 30 箇所 の 所領 を 与え られ た 。 さらに 天皇 の 諱 ・ 尊治 から 御 一 字 を 賜 り 尊 氏 と 改名 し た 。 尊 氏 は 建武 政権 で は 政治 の 中枢 から はなれ て お り 、 足利 家 の 執事 職 で あ る 高師 直 ・ 高師 泰兄弟 など を 送り込 み 、 弟 ・ 足利 直義 を 鎌倉 将軍 府 執権 と し た 。 これ に は 後醍醐 天皇 が 尊 氏 を 敬遠 し た と する 見方 と 、 尊 氏 自身 が 政権 と 距離 を 置 い た と する 見方 と が あ る 。 また 、 征夷 大将軍 の 宣下 を 受け 、 鎌倉 に 幕府 を 開 く 意図 が あ っ た と する 説 も あ る 。 この 状態 は 「 新政 に 尊氏 なし 」 と 言 わ れ た 。 後 醍醐 天皇 が 北畠 顕家 を 鎮守 府 将軍 に 任 じ て 幼 い 義良 親王 ( 後 の 後村上 天皇 ) を 奉 じ させ て 奥州 鎮定 に 向か わ せ る と 、 尊 氏 は 直義 に 幼 い 成良 親王 を 奉 じ させ 鎌倉 へ 下向 さ せ て い る 。 後 醍醐 天皇 の 皇子 で あ り 同じく 征夷 大将軍職 を 望 ん で い た 護良 親王 は 尊 氏 と 対立 し 、 尊 氏 暗殺 を 試み る が 尊 氏 側 の 警護 が 厳重 で 果た せ な かっ た 。 建武 ( 日本 ) 元年 ( 1334 年 ) 、 尊 氏 は 、 実子 恒良 親王 を 皇太子 と し た い 後醍醐 天皇 の 寵姫 阿野 廉子 と 結 び 、 後醍醐 天皇 と も 確執 し て い た 護良 親王 を 捕縛 し 鎌倉 の 直義 の もと に 幽閉 さ せ る 。 建武 2 年 ( 1335 年 ) に 信濃 国 で 、 北条 高 時 の 遺児 北条 時行 を 擁立 し た 北条 氏 残党 の 反乱 で あ る 中 先代 の 乱 が 起こ り 、 時行 軍 は 鎌倉 を 一時 占拠 する 。 その 際 、 直義 が 独断 で 護良 親王 を 殺 し た 。 尊 氏 は 後醍醐 天皇 に 征夷 大将軍 の 官 を 望 む が 得 られ ず 、 同年 8 月 2 日 、 勅状 を 得 な い まま 鎌倉 へ 進発 し 、 後醍醐 天皇 は やむな く 征東 大将軍 の 号 を 与え た 。 尊 氏 は 直義 の 兵 と 合流 し 相模 川 の 戦い で 時行 を 駆逐 し て 、 同月 19 日 に は 鎌倉 を 回復 し た 。 尊 氏 は 従二 位 に 叙 せ られ た 。 直義 の 意向 も あ っ て 尊 氏 は その まま 鎌倉 に 本拠 を 置 き 、 独自 に 恩賞 を 与え 始め 京都 から の 上洛 の 命令 を 拒 み 、 独自 の 武家 政権 創始 の 動き を 見せ 始め た 。 同年 11 月 、 尊 氏 は 新田 義貞 を 君側 の 奸 で あ る と し て 後醍醐 天皇 に その 討伐 を 上奏 する が 、 後醍醐 天皇 は 逆 に 義貞 に 尊良 親王 を 奉 じ させ て 尊 氏 討伐 を 命 じ 、 東海道 を 鎌倉 へ 向 か わ せ た 。 さらに 奥州 から は 北畠 顕家 も 南下 を 始め て お り 、 尊 氏 は 赦免 を 求め て 隠居 を 宣言 する が 、 直義 ・ 高師 直 など の 足利 方 が 三河 国 など 各地 で 敗れ はじめ る と 、 尊 氏 は 建武 政権 に 叛旗 を 翻 す こと を 決意 する 。 同年 12 月 、 尊 氏 は 新田 軍 を 箱根 ・ 竹ノ下 の 戦い で 破 り 、 京都 へ 進軍 を 始め た 。 この 間 、 尊 氏 は 持明 院 統 の 光厳 天皇 へ 連絡 を 取 り 、 京都 進軍 の 正統 性 を 得 る 工作 を し て い る 。 建武 3 年 正月 、 尊 氏 は 入京 を 果た し 、 後醍醐 天皇 は 比叡山 へ 退 い た 。 しかし ほど なく し て 奥州 から 上洛 し た 北畠 顕家 と 楠木 正成 ・ 新田 義貞 の 攻勢 に 会 っ た 尊 氏 は 同年 2 月 、 京都 を 放棄 し て 赤松 円心 の 進言 を 容れ て 九州 に 下 っ た 。 九州 へ の 西下 途上 、 長門 国 赤間 関 ( 山口 県 下関 市 ) で 少弐 頼尚 に 迎え られ 、 筑前 国 宗像 の 宗像 大社 宮司 宗像 氏 範 の 支援 を 受け る 。 宗像 大社 参拝 後 の 3 月 初旬 、 筑前 多々良浜 ( 福岡 市 東 区 ( 福岡 市 ) ) で の 多々良浜 の 戦い に お い て 後醍醐 天皇 方 の 菊池 武敏 を 破 り 勢力 を 立て直 し た 尊 氏 は 、 京 に 上 る 途中 で 光厳 上 皇 の 院宣 を 獲得 し 、 西国 の 武士 を 急速 に 傘下 に 集め て 再び 東上 し た 。 同年 4 月 25 日 の 湊川 の 戦い で 新田 義貞 ・ 楠木 正成 の 軍 を 破 り 、 同年 6 月 、 京都 を 再び 制圧 し た 。 京 へ 入 っ た 尊 氏 は 、 比叡山 に 逃れ て い た 後 醍醐 天皇 の 顔 を 立て る 形 で の 和議 を 申し入れ た 。 和議 に 応 じ た 後 醍醐 天皇 は 同年 11 月 2 日 に 光厳 上 皇 の 弟 光明 天皇 に 神器 を 譲 り 、 その 直後 の 11 月 7 日 、 尊 氏 は 建武 式 目 十 七 条 を 定め て 政権 の 基本 方針 を 示 し 、 新た な 武家 政権 の 成立 を 宣言 し た 。 一方 、 後醍醐 天皇 は 同年 12 月 に 三 種 の 神器 を 帯 し て 京都 を 脱出 し て 吉野 ( 奈良 県 吉野 郡 吉野 町 ) へ 逃れ 、 光明 に 譲 っ た 神器 は 偽 で あ る と 宣言 し て 吉野 朝廷 を 開 い た 。 延元 3 年 / 暦応 元年 ( 1338 年 ) 、 尊 氏 は 光明 天皇 から 征夷 大将軍 に 任 じ られ ( 在職 1338 年 - 1358 年 ) 、 ここ に 、 後 に 室町 幕府 と 呼 ば れ る こと に な る 武家 政権 が 名実 とも に 成立 し た 。 翌年 、 後醍醐 天皇 が 吉野 で 死去 する と 、 尊 氏 は 慰霊 の ため に 天龍 寺 造営 を 開始 し た 。 造営 費 を 支弁 する ため 、 元 ( 王朝 ) へ 天龍 寺 船 が 派遣 さ れ て い る 。 新 政権 に お い て 、 尊 氏 は 政務 を 直義 に 任せ 、 自ら は 武士 の 棟梁 と し て 君臨 し た 。 佐藤 進一 は 「 室町 幕府 論 」 ( 『 岩波 講座 日本 歴史 7 』 、 岩波 書店 、 196 3 ) に お い て 、 この 状態 を 、 主従 制 的 支配 権 を 握 る 尊 氏 と 統治 権 的 支配 権 を 所管 する 直義 と の 両頭 政治 で あ り 、 鎌倉 幕府 以来 、 将軍 が 有 し て い た 権力 の 二 元 性 が 具現 し た もの と 評価 し た 。 二元 化 し た 権力 は 徐々 に 幕府 内部 の 対立 を 呼び起こ し て い き 、 高師 直ら の 反直義 派 と 直義 派 の 対立 と し て 現れ て い く 。 この 対立 は ついに 観応 の 擾乱 と 呼 ば れ る 内部 抗争 に 発展 し た 。 尊 氏 は 当初 、 中立 的 立場 を 取 っ て い た が 、 師直 派 に 擁立 さ れ て しま う 。 正平 ( 日本 ) 4 年 / 貞和 5 年 ( 1349 年 ) 、 襲撃 を 受け た 直義 が 逃げ込 ん だ 尊 氏 邸 を 師直 の 兵 が 包囲 し 、 直義 の 引退 を 求め る 事件 が 発生 し た 。 直義 は 出家 し 政務 を 退 く こと と な っ た が 、 直義 の 排除 に は 師直 ・ 尊 氏 の 間 で 了解 が あ り 、 積極 的 に 意図 さ れ て い た と する 説 が あ る 。 尊 氏 は 直義 に 代わ っ て 政務 を 担当 さ せ る ため 嫡男 義詮 を 鎌倉 から 呼び戻 し 、 代わり に 次男 足利 基 氏 を 下 し て 鎌倉 公方 と し 、 東国 統治 の ため の 鎌倉 府 を 設置 し た 。 直義 の 引退 後 、 尊 氏 庶子 で 直義 猶子 の 足利 直冬 が 九州 で 直義 派 と し て 勢力 を 拡大 し て い た ため 、 正平 5 年 / 観応 元年 ( 1350 年 ) 、 尊 氏 は 直冬 討伐 の ため に 中国 地方 へ 遠征 し た 。 する と 直義 は 京都 を 脱出 し て 南朝 方 に 付 き 、 桃井 直常 、 畠山 国清 ら 一部 の 譜代 の 武将 たち も これ に 従 っ た 。 直義 の 勢力 が 強大 に な る と 、 義詮 は 劣勢 と な っ て 京 を 脱出 し 、 尊 氏 も 直義 に 摂津 国 打出浜 ( 兵庫 県 西宮 市 ) で 敗れ た 。 尊 氏 は 高兄弟 の 出家 を 条件 に 直義 と 和睦 し 、 正平 6 年 / 観応 2 年 ( 1351 年 ) に 和議 が 成立 し た 。 高 兄弟 は 護送 中 に 上杉 能憲 に よ り 謀殺 さ れ て い る 。 直義 は 義詮 の 補佐 と し て 政務 に 復帰 し た 。 尊 氏 ・ 義詮 は 佐々木 道誉 や 赤松 則祐 の 謀反 を 名目 と し て 近江 ・ 播磨 へ 出陣 し 、 実際 に は 直義 ・ 直冬 追討 を 企て て 南朝 方 と 和睦 交渉 を 行な っ た 。 この 動き に 対 し て 直義 は 北陸 方面 へ 脱出 し て 鎌倉 へ 逃げ た 。 尊 氏 と 南朝 の 和睦 は 同年 10 月 に 成立 し 、 これ を 正平 一 統 と い う 。 平行 し て 尊 氏 は 直義 を 追 っ て 東海道 を 進 み 、 駿河 薩 捶山 ( 静岡 県 静岡 市 清水 区 ) 、 相模 早 川尻 ( 神奈川 県 小田原 市 ) など で の 戦闘 で 撃ち破 り 、 直義 を 捕らえ て 鎌倉 に 幽閉 し た 。 直義 は 、 正平 7 年 / 観応 3 年 ( 1352 年 ) 2 月 に 急死 し た 。 『 太平 記 』 は 尊 氏 に よ る 毒殺 の 疑い を 記 し て い る 。 その 直後 に 宗良 親王 、 新田 義興 ・ 新田 義宗 、 北条 時行 など の 南朝 方 から 襲撃 さ れ た 尊 氏 は 武蔵 国 へ 退却 する が 、 すぐ さま 反撃 し 関東 の 南朝 勢力 を 制圧 する と 、 京都 へ 戻 っ た 。 その 後 足 利 直冬 が 京都 へ 侵攻 する が 、 結局 直冬 は 九州 へ去 る 。 正平 9 年 / 文和 3 年 ( 1354 年 ) に も 京都 を 南朝 に 一時 奪 わ れ る が 、 翌年 奪還 し た 。 尊 氏 は 自ら 直冬 討伐 を 企て る が 、 正平 13 年 / 延文 3 年 4 月 30 日 ( 1358 年 ) 、 背中 に 出来 た 癰 ( よう 、 腫物 ) の ため 、 京都 二条 万里小路 邸 に て 死去 し た 。 享年 54 。 『 梅松 論 』 など に よ る と 、 尊氏 は 後醍醐 に 背 い て 朝敵 と な っ た こと を 悔や ん で 一時 は 出家 を 宣言 し たり 、 合戦 で 苦戦 し た 際 に は 切腹 する と 言 い 出 す など の 記述 が あ り 、 佐藤 進一 は 尊 氏 を 躁鬱 病 で は な い か と 推測 し て い る 。 個人 的 に 親交 の あ っ た 夢窓 疎石 は 、 尊氏 の 徳 を 評価 し た 文章 を 残 し て い る 。 尊 氏 は 傘下 の 武将 たち へ の 恩賞 を 惜し む こと が な く 、 その こと が 苦境 に 立た さ れ て も 常 に 武将 たち の 支持 が 得 られ た 理由 だ と する 見解 も あ る 。 尊 氏 を 逆賊 と する 評価 は 、 江戸 時代 に 徳川 光圀 が 創始 し た 水戸 学 に 始ま る 。 水戸 学 は 朱子 学名 分 論 の 影響 を 強 く 受け て お り 、 皇統 の 正統 性 を 重視 し て い た 。 その ため 、 正統 な 天皇 ( 後醍醐 天皇 ) を 放逐 し た 尊 氏 は 逆賊 と し て 否定 的 に 描 か れ る こと と な っ た 。 水戸 学 に 発 する 尊 氏 観 は その 後 も 継承 さ れ 、 尊王 思想 が 高ま っ た 幕末期 に は 尊皇 攘夷 論 者 に よ っ て 等 持院 の 尊氏 ・ 義詮 ・ 義満 3 代 の 木像 が 梟首 さ れ る 事件 も 発生 し て い る 。 明治 時代 に な る と 、 明治 政府 の 立場 から 天皇 を 中心 と する 国民 国家 を 建設 する ため 、 国家 主義 的 な 歴史 観 が 構築 さ れ て い っ た が 、 それ は 大政 奉還 ・ 王政 復古 を 正当 化 する 歴史 観 で あ り 、 その ため 大化 の 改新 ・ 建武 の 中興 ・ 明治 維新 が 最も 重要 な 改革 に 位置 づけ られ た 。 明治 中期 まで は 近代 的 歴史 学 に よ る 実証 的 研究 から 後醍醐 天皇 ・ 南朝 の 正統 性 は それ ほど 強調 さ れ て い な かっ た が 、 明治 40 年代 に 入 り 、 南北朝 正閏 論 を 経 て 、 後醍醐 天皇 ・ 南朝 の 正統 性 が 強 く 主張 さ れ て い き 、 それ に 伴 っ て 尊 氏 に 対 する 否定 的 な 評価 が 確定 する こと と な っ た 。 戦前 の 国定 教科 書 に は 「 天皇 に 弓 を 引 い た 逆臣 」 と 書 か れ て お り 、 斎藤 実 内閣 の 中島 久万吉 商工 大臣 が 尊 氏 を 礼賛 し た 文章 を 書 い た ため に 辞任 する 事件 も 起こ っ た 。 戦後 に な る と 、 国家 主義 的 な 歴史 観 が 大き く 後退 し 実証 主義 的 な 歴史 研究 が 進展 し た こと に 伴 い 、 尊氏 の 再 評価 が 進め られ た 。 佐藤 進一 に よ る 主従 制 的 支配 者 と し て の 尊氏 の 評価 は その 一 例 で あ り 、 これ は 武家 政権 に 関 する 研究 が 大き く 進展 する 契機 と な っ た 。 現代 の 歴史 研究 に お い て 、 尊 氏 を 逆賊 と する 見解 は 存在 せ ず 、 むしろ 尊 氏 が 逆賊 と な る まで の 経過 が 歴史 研究 の 一 テーマ に な る こと も あ る 。 文化 面 に お い て も 、 吉川 英治 が 昭和 30 年代 に 書 い た 『 私 本 太平 記 』 は 尊 氏 を 主人 公 と し て い る が 読者 に 広 く 受け入れ られ て お り 、 尊 氏 へ の 評価 が 戦前 の もの から 大き く 変化 し て い る こと が わか る 。 京都 国立 博物 館 所蔵 の 『 騎馬 武 者 像 』 は 尊 氏 の 肖像 と し て 一般 に 知 ら れ て い た が 、 2 代将軍 足利 義詮 の 花押 が 像 上 部 に 据え られ て い る こと や 、 騎馬 武者 の 馬具 に 描 か れ て い る 輪違 の 紋 が 足利 氏 の 家紋 で は な い こと ( 高氏 の 家紋 が 輪違 ) など の 理由 から 、 足利 家 執事 高師 直 あるいは その 子 の 高師 詮 の 肖像 と する 説 が 有力 視 さ れ て お り 、 現在 で は 尊 氏 説 は 否定 さ れ て い る 。 鎌倉 時代 に 藤原 隆信 が 描 い た と さ れ る 国宝 神護 寺 三 像 の うち 伝平 重盛像 は 、 平重盛 を 描 い た もの と 考え られ て き た が 、 1990 年代 半ば に 美術 史 家 の 米倉 迪夫 や 黒田 日出男 ら に よ っ て 尊 氏 像 で あ る と の 説 が 提示 さ れ 、 広 い 支持 を 集め て い る 。 等 持院 所蔵 の 尊 氏 木像 と の 比較 や 、 冠 を とめ る 笄 ( こうがい ) が 室町 初期 に 流行 し た 形状 で あ る こと など が 根拠 と し て 挙げ られ て い る 。 広島 県 尾道 市 の 浄土 寺 に も 尊 氏 を 描 い た と さ れ る 肖像 画 が 所蔵 さ れ て い る 。 その 他 、 江戸 時代 に 描 か れ た 錦絵 に 歌川 芳虎 の 「 太平 記 合戦 図 」 ( 尊 氏 、 兵庫 ・ 福海 寺 に 避難 する 図 ) 、 橋本 周延 の 「 足利 尊 氏 兵庫 合戦 図 」 ( 尊 氏 、 兵庫 ・ 福海 寺 に 避難 する 図 ) が あ る 。 また 、 現代 に な っ て 作 ら れ た 銅像 が 足利 市 鑁阿寺 参道 と 京都 府 綾部 市 安国 寺町 に 設置 さ れ て い る 。 父 : 足利 貞 氏 母 : 上杉 清子 弟 : 足利 直義 足利尊 氏 正室 : 赤橋 登子 子 : 足利 義詮 子 : 娘 子 : 聖王 子 : 足利 基 氏 子 : 頼子 ( 崇光 天皇 皇后 ) 子 : 了清 子 : 娘 側室 : 加古 基 氏 ( 法名 : 雲光 院 覚遍 、 足利 一族 ) の 女 ( 『 尊卑 分脈 』 ・ 『 系 図 纂要 』 より ) 子 : 足利 竹若丸 側室 ( 越前 局 ? ) 子 : 足利 直冬 側室 子 : 英仲 法 俊 太平 記 梅松 論 太平 記 ( 森村 誠一 ) 私 本 太平 記 ( 吉川 英治 ) 新 ・ 太平 記 ( 山岡 荘八 ) 足利尊 氏 ( 童門 冬二 ) 足利尊 氏 ( 村上 元 三 ) 風 の 群像 ( 杉本 苑子 ) 太平 記 ( NHK 大河 ドラマ ) ( 1991 年 日本 放送 協会 大河 ドラマ 、 俳優 : 雨笠 利幸 / 真田 広之 、 主人 公 ) 北条 時宗 ( NHK 大河 ドラマ ) ( 2001 年 NHK 大河 ドラマ 、 俳優 : 三觜 要介 ) +足利 義満 ( あしかが よしみつ ) は 室町 幕府 の 第 3 代 征夷 大将軍 ( 在位 1368 年 - 1394 年 ) で あ る 。 官位 は 従一 位 太政 大臣 、 贈正 一 位 。 封号 は 日本 国王 。 幼名 を 春王 と い う 。 父 は 室町 幕府 第 2 代 将軍 ・ 足利 義詮 で 、 母 は 紀良子 。 正室 は 大納言 日野 時光 の 娘 で あ る 日野 業子 で 、 後光 厳 天皇 の 寵姫 で あ る 日野 宣子 の 介添え で 義満 の 室 と な る 。 その 後 、 業子 の あと は 業子 の 姪 で あ る 日野 康子 が 正室 と な る ( のち の 北山 院 ) 。 側室 は 足利 義持 と 足利 義教 の 生母 ・ 藤原 慶子 、 足利 義嗣 の 生母 ・ 春日 局 ( 足利 義満 側室 ) など 。 義満 が 御所 を 北小路 室町 へ 移 し た こと に よ り 、 義満 は 「 室町 殿 」 と も 呼 ば れ た 。 のち に 足利 将軍 を 指 す 呼称 と な り 、 政庁 を 兼ね た 将軍 邸 は 後 に 歴史 用語 と し て 「 室町 幕府 」 と 呼 ば れ る こと に な っ た 。 1358 年 ( 正平 13 年 / 延文 3 年 ) に 生まれ る 。 足利尊 氏 の 死 から 丁度 100 日 目 の こと で あ る 。 義満 が 幼少 の 頃 の 室町 幕府 は 吉野 朝廷 と の 抗争 が 続 き 、 さらに 足利 氏 の 内紛 で あ る 観応 の 擾乱 以来 、 幕政 を めぐ る 争い が 深刻 さ を 増 し て い た 。 やがて 政争 で 失脚 し た 細川 清氏 など の 有力 武将 が 南朝 勢力 に 加担 し 、 1361 年 ( 正平 ( 日本 ) 16 年 / 康安 元年 ) に は 清 氏 や 南朝 の 楠木 正儀 ら に 京都 を 占領 さ れ 、 義満 は 赤松 則祐 の 居城 播磨 国 白旗城 へ 避難 を 余儀 な く さ れ た 。 翌年 に は 幕府 ・ 北朝 側 が 京都 を 奪還 し た ため 帰京 し て い る が 、 帰途 で 摂津 の 国 に 泊ま っ た 際 に その 場所 の 景色 が 良 い 事 が 気 に 入 り 、 「 ここ の 景色 は 良 い から 、 京都 に 持 っ て 帰 ろ う 。 お前 ら が 担 い で 行 け 」 と 家臣 ら に 命 じ 家臣 ら は その 希有 壮大 さ に 驚 い た と い う 。 1367 年 ( 正平 22 年 / 貞治 6 年 ) に 父 ・ 義詮 が 病 に よ り 死去 する と 、 義満 は 11 歳 で 3 代 将軍 と な る 。 1368 年 ( 正平 23 年 / 応安 元年 ) に 評定 始 が 行 わ れ 、 1369 年 ( 正平 24 年 / 応安 2 年 ) に は 正式 に 将軍 に 就任 し た 。 幕政 は 管領 の 細川 頼之 を はじめ 、 足利 一門 の 守護 大名 が 主導 する こと に よ り 帝王 学 を 学 ぶ 。 頼之 は 応安 大 法 を 実施 し て 土地 支配 を 強固 な もの に し 、 京都 や 鎌倉 の 五山 制度 を 整え て 宗教 統制 を 強化 し た 。 また 南朝 最大 の 勢力 圏 で あ っ た 九州 に 今川 貞世 ( 了俊 ) ・ 大内 義弘 を 派遣 し て 、 南朝 勢力 を 弱体 化 さ せ 幕府 権力 を 固め る 。 1374 年 ( 文中 3 年 / 応安 7 年 ) に は 日野 業子 を 室 に 迎え る 。 さらに 京都 の 支配 を 強化 する ため に 、 1370 年 ( 応安 3 年 ) に 朝廷 より 山門 公人 ( 延暦 寺 及び その 支配 下 の 諸 勢力 及び その 構成 員 ) に 対 する 取締 権 を 与え られ た 。 1378 年 ( 天授 ( 日本 ) 4 年 / 永和 ( 日本 ) 4 年 ) に は 幕府 を 三条 坊門 より 北小路 室町 に 移 し た 。 移転 後 の 幕府 は 後 に 花 の 御所 と 呼 ば れ 、 その 所在 地 に よ り 室町 幕府 と 呼 ば れ る よう に な る 。 朝廷 と 幕府 に 二 分 化 さ れ て い た 京都 の 行政 権 や 課税 権 など も 幕府 に 一元 化 する と とも に 、 守護 大名 の 軍事 力 に 対抗 し う る 将軍 直属 の 常備 軍 で あ る 奉 公衆 や 奉行 衆 と 呼 ば れ る 実務 官僚 を 整備 する 。 また 、 1385 年 ( 元中 2 年 / 至徳 ( 日本 ) 2 年 ) に は 東大寺 ・ 興福 寺 参詣 、 1388 年 ( 元中 5 年 / 嘉慶 ( 日本 ) 2 年 ) に は 駿河 国 で 富士 山 を 遊覧 し 、 1389 年 ( 元中 6 年 / 康応 元年 ) に は 安芸 国厳島 神社 参詣 など の 権力 示 威 行為 ( デモンストレーション ) も 行 っ て い る 。 1379 年 ( 天授 5 年 / 康暦 元年 ) 、 義満 は 反 頼之 派 の 守護 大名 で あ る 斯波 義将 や 土岐 頼康 ら に 邸 を 包囲 さ れ 頼之 の 罷免 を 求め られ 、 頼之 は 罷免 さ れ る ( 康暦 の 政変 ) 。 後任 の 管領 に は 義将 が 任命 さ れ 、 幕政 の 人事 も 斯波 派 に 改め られ る 。 頼之 に 対 し て は 追討 令 が 下 さ れ る が 翌年 に は 赦免 さ れ て 宿老 と し て 幕政 に 復帰 し て お り 、 また 政変 後 に 義満 の 将軍 権力 が 確立 し て い る 事 から 斯波 ・ 細川 両派 の 抗争 を 利用 し て 相互 に 牽制 さ せ て い た と 考え られ て い る 。 頼康 の 死後 、 分裂 し て 争 う 土岐 氏 の 内紛 に つけ込 ん で 土岐 氏 を 討伐 し た ( 土岐 康行 の 乱 ) 。 1391 年 ( 元中 8 年 / 明徳 2 年 ) に は 山名 氏 の 内紛 に 介入 し 、 11 か国 の 守護 を 兼ね て 「 六分 一 殿 」 と 称 さ れ た 有力 守護 大名 ・ 山名 氏 清 を 挑発 し て 挙兵 さ せ 、 同年 12 月 に 討伐 する ( 明徳 の 乱 ) 。 義満 は 祖父 ・ 足利 尊 氏 や 父 を 越え る 内 大臣 、 左 大臣 へ 就任 し 官位 の 昇進 を 続け た 。 1383 年 ( 弘和 3 年 / 永徳 3 年 ) に は 武家 と し て 初めて 源 氏 長者 と な り 淳和 ・ 奨学 両院 別当 を 兼任 、 准 三 后 の 宣下 を うけ 、 名実 とも に 公武 両 勢力 の 頂点 に 上り詰め た 。 1392 年 ( 元中 9 年 / 明徳 3 年 ) に は 南朝 勢力 が 全国 的 に 衰微 し た ため 義満 は 大内 義弘 を 仲介 に 南朝 方 と 交渉 を 進め 、 持明 院 統 と 大覚 寺 統 が 交互 に 即位 する 事 ( 両統 迭立 ) や 諸国 の 国衙 領 を 全て 大覚 寺 統 の 所有 と する 事 ( 実際 に は 国衙 領 は わずか しか な かっ た ) など の 和平 案 を 南朝 の 後亀山 天皇 に 提示 し 、 後亀山 が 保持 し て い た 三 種 の 神器 を 持明 院 統 の 後 小松 天皇 に 接収 さ せ て 南朝 が 解消 さ れ る かたち で の 南北朝 合一 を 実現 し 58 年 に わた る 朝廷 の 分裂 を 終結 さ せ る 。 義満 と 対立 し て 後 小松 天皇 に 譲位 し て い た 後 円 融 天皇 が 1393 年 ( 明徳 4 年 ) に 死去 し 、 自己 の 権力 を 確固 た る もの に し た 義満 は 1394 年 ( 応永 元年 ) に は 将軍 職 を 嫡男 の 足利 義持 に 譲 っ て 隠居 し た が 、 政治 上 の 実権 は 握 り 続け た 。 同年 、 従一 位 太政 大臣 に まで 昇進 する 。 翌年 に は 出家 し て 道義 と 号 し た 。 義満 の 出家 は 、 征夷 大将軍 と し て 武家 の 太政 大臣 ・ 准 三 后 と し て 公家 の それぞれ の 頂点 に 達 し た 義満 が 、 残 る 寺社 勢力 を 支配 する 地位 を も 得 よ う と し た ため で あ る と 考え られ て い る 。 義満 の 出家 に 際 し て 、 斯波 義将 を はじめ 多く の 武家 や 公家 が 追従 し て 出家 し て い る 。 1395 年 ( 応永 2 年 ) に は 九州 探題 と し て 独自 の 権力 を 持 っ て い た 今川 貞世 を 罷免 する 。 1399 年 ( 応永 6 年 ) に は 西国 の 有力 大名 ・ 大内 義弘 を 挑発 し 義弘 が 堺 市 で 挙兵 し た の を 機 に 討伐 し ( 応永 の 乱 ) 、 西 日本 で 義満 に 対抗 でき る 勢力 は 排除 さ れ た 。 義満 は 若年 の 頃 から 明 へ の 憧憬 が 深 く 早く から 日明 通交 を 望 ん で い た が 、 明側 で は 南朝 の 懐良 親王 を 「 日本 国 王 良懐 」 と し て 日本 に おけ る 唯一 の 正規 な 通交 相手 と し て 認め て い た ため 、 かな わ な かっ た 。 南北朝 合一 後 、 「 日本 国 征夷 将軍 源 義満 」 名義 で 交渉 を 始め よ う と 試み る が 、 明側 は 陪臣 と の 通交 は 認め な い ため 天皇 の 臣下 と 名乗 る 者 から の 使者 は 受け入れ られ な かっ た 。 そこ で 義満 は 出家 し 、 太政 大臣 も 辞 し た 「 日本 国 准 三 后 源 道義 」 の 名義 で 140 1 年 ( 応永 8 年 ) に 博多 の 商人 肥富 と 僧祖阿 を 使節 と し て 明 に 派遣 する 。 ようやく 明 の 建文帝 に よ り それ まで の 懐良 親王 に 代わ っ て 日本 国王 に 冊封 さ れ 、 明 の 大統暦 が 授与 さ れ 国交 が 正式 に 樹立 し た 。 明 の 皇帝 に 朝貢 する 形式 を と っ た 勘合 貿易 を 140 4 年 ( 応永 11 年 ) から 始め 、 また 明 に 要請 さ れ て 倭寇 を 鎮圧 し た ( なお 、 返礼 の 使者 を 送 る まで に 靖難 の 変 が 起き 、 建文 帝 から 永楽 帝 に 皇帝 が 変わ っ て い た ) 。 遣唐 使 の 廃止 以来 、 独自 の 小中華 思想 に 基づ く 孤立 政策 を 採 っ て い た 公家 社会 で は 明皇帝 の 臣下 と な る 朝貢 貿易 に 対 し て 不満 や 批判 が 多 く あ っ た が 、 義満 の 権勢 の 前 で は 公 な 発言 が でき ず 日記 など に 記す のみ で あ っ た 。 明 の 文化 に 心酔 し て い た 義満 は 明 の 太祖 ・ 洪武帝 に あやか っ て 日本 の 年号 に も 「 洪 」 の 字 を 使 う よう 朝廷 へ 圧力 を かけ た が 、 上記 の 理由 も あ り 朝廷 側 が 拒否 し た ため 実現 し な かっ た 。 機嫌 を 損ね た 義満 は 以後 、 逆 に 自分 の 生き て い る 間 に は 年号 を 変え させ な かっ た ため 応永 年 号 は 明治 以前 で は 最も 長 い 年号 と な っ た 。 1397 年 ( 応永 4 年 ) に は 西園寺 公経 から 京都 北山 の 「 北山 弟 」 ( ほくさんてい ) を 譲り受け 、 舎利殿 ( 金閣 ) を 中心 と する 山荘 ( 「 北山 第 」 ( きたやま てい ) また は 「 北山 殿 」 ( きたやまど の ) 、 後 の 鹿苑 寺 ) を 造営 し た 。 この 時代 の 文化 を 、 武家 様 ・ 公家 様 ・ 唐様 ( 禅宗 様 ) が 融合 し た 北山 文化 と 呼 ぶ こと も 多 い 。 140 8 年 ( 応永 15 年 ) 、 急病 の ため に 死去 、 享年 51 ( 満 49 歳 没 ) 。 法名 : 鹿苑 院 天山 道義 。 義満 の 死後 に は 朝廷 から 「 鹿苑 院 太上 法皇 」 の 称号 を 贈 ら れ る が 、 4 代将軍 と な っ た 子 の 義持 は 斯波 義将ら の 反対 も あ り 辞退 し て い る ( その 一方 で 相国 寺 は 受け入れ た ら しく 、 過去 帳 に 「 鹿苑 院 太上 天皇 」 と 記 さ れ て い る ) 。 義満 は 生前 から 義持 と 折り合い が 悪 かっ た と さ れ 、 対 朝廷 ・ 公家 政策 、 守護 大 名 統制 政策 、 明 と の 勘合 貿易 など の 外交 政策 を はじめ と する 義満 の 諸 政策 は 義持 に よ っ て 一旦 は 否定 さ れ た 。 また 義満 の 遺産 で あ る 北山 第 も 金閣 を 除 い て 義持 に よ っ て 破却 さ れ た 。 義持 は 義満 が 偏愛 し た 義満 の 次男 ・ 足利 義嗣 が 出奔 し た 際 に 、 謀反 を 企て た と し て 殺害 し て い る 。 のち に 義嗣 の 子孫 は 越前 に 下り 、 子孫 は 鞍谷 御所 と よ ば れ る よう に な っ た 。 6 代将軍 と な っ た 子 で あ る 足利 義教 は 義満 の 政策 を 踏襲 し た 施政 を はじめ る が 、 嘉吉 の 乱 で 赤松 満祐 に 暗殺 さ れ た こと で 頓挫 する 。 孫 の 8 代 ・ 足利 義政 も 祖父 や 父 の 政治 を 引き継 ご う と し た が 、 応仁 の 乱 や 側近 政治 の 中 で 嫌気 が 差 し 政権 運営 へ の 情熱 を なく し て しま う 。 また 義満 の 治世 に 従順 で あ っ た 有力 守護 大名 も 、 再び 幕府 に 対 し て 反抗 的 な 態度 を と り はじめ る 。 田中 義成 、 今谷 明ら は 義満 が 皇位 簒奪 する 意図 を 持 っ て い た の で は な い か と する 説 を 唱え て お り 、 これ を 受け て 作家 の 海音 寺 潮五郎 、 井沢 元彦 ら は 義満 の 死 が 突然 だっ た ため 、 これ は 義満 の 皇位 簒奪 を 阻止 する ため の 暗殺 で は な い か と の 意見 を 提示 し て い る 。 義満 は 早く から 花押 を 武家 用 と 公家 用 に 使い分け たり 、 2 番 目 の 妻 で あ る 康子 を 後 小松 天皇 の 准母 ( 天皇 の 母扱 い ) ついで 女院 に し たり 、 公家 衆 の 妻 を 自分 に 差し出 さ せ たり し て い た 。 また 祭祀 権 ・ 叙任 権 ( 人事 権 ) など の 諸 権力 を 天皇 家 から 奪 い 、 死 の 1 ヶ月 前 の 140 8 年 ( 応永 15 年 ) 4 月 に は 宮中 に お い て 次男 ・ 義嗣 の 元服 を 親王 並み に 行 っ た 。 これ ら は 義満 が 皇位 の 簒奪 を 企て て い た ため で あ り 、 明 に よ る 日本 国王 冊封 も 当時 の 明 の 外圧 を 利用 し て の 簒奪 計画 の 一環 で あ る と 推測 し て い る 。 また 暗殺説 を 取 る 各氏 は 、 簒奪 を 阻止 し よ う と し た 朝廷 側 に よ る 毒殺 で あ る と 疑 っ て い る ( 井沢 は 著作 で 犯人 を 世阿弥 と 推理 ) 。 また 、 他 に は 義満 の 義嗣 偏愛 に よ っ て 将来 が 不安 視 さ れ た 義持 の 陣営 に よ る 暗殺 と 見 る 説 も あ る 。 しかし 、 当時 の 公家 の 日記 など に は 義満 の 行為 が 皇位 簒奪 計画 の 一環 で あ る と し たり その 死 を 暗殺 と 疑 っ た 記録 は な く 、 皇位 簒奪 計画 や 義満 暗殺 の 直接 の 証拠 は な い 。 なお 、 皇位 簒奪 と は 義満 みずから が 天皇 に 即位 する わけ で は な く 治天 の 君 ( 実権 を も ち 院 政 を 行 う 上皇 の こと ) と な っ て 王権 ( 天皇 の 権力 ) を 簒奪 する こと を 意味 し て い る 。 次男 ・ 義嗣 を 天皇 に し て 、 自ら は 天皇 の 父親 と し て 上皇 に な ろ う と し た と い う の で あ る 今谷 は 義満 は 中国 ( 明 ) の 影響 を 強 く 受け て い た が 、 易姓 革命 思想 で は な く 当時 流行 し た 『 野馬 台 詩 』 を 利用 し て い た の で は な い か と 推測 する 。 この 詩 は 予言 と し て 知 ら れ て お り 、 天皇 は 100 代 現在 で は 後 小松 天皇 が 100 代 目 と さ れ て い る 。 しかし 当時 は 弘文 天皇 、 淳仁 天皇 、 仲恭 天皇 の 即位 を 認め て お ら ず 、 また 室町 幕府 は 当然 北朝 を 正統 と し て い た から 後 小松 天皇 で 99 代 目 と な る 。 ただし 、 観応 の 擾乱 正平 一統 に よ る 後村 上 天皇 へ の 一時 的 な 統一 を 認め る なら ば 後 小松 天皇 で やはり 100 代 目 に な る 。 で 終わ り 、 サル や イヌ が ヒーロー を 称 し た 末 に 日本 は 滅 ぶ と 解釈 でき る 内容 だっ た 。 「 終末 論 天皇 」 と 呼 ば れ る 天皇 が 100 代 で 終わ る と い う 終末 思想 は 慈円 『 愚管 抄 』 など に 記録 さ れ て お り 、 幅広 く 浸透 し て い た こと が 推測 でき る 。 鎌倉 公方 の 足利 氏 満 は 申年 ( しかし 現在 で は 亥年 生まれ と さ れ る ) 生まれ 、 義満 は 戌年 生まれ だ から 猿 や 犬 と は 2人 の こと で あ る と い う 解釈 も さ れ て い た 。 また 井沢 は 、 源氏 物語 を ヒント に し て い る の で は な い か と 推測 し て い る 。 ※ ( ) 旧暦 1367 年 1 月 7 日 ( 正平 21 年 / 貞治 5 年 12 月 7 日 ( 旧暦 ) ) 、 従 五 位 下 に 叙 す 。 12 月 24 日 ( 正平 22 年 / 貞治 6 年 12 月 3 日 ( 旧暦 ) ) 、 正 五 位 下 に 昇叙 。 12 月 28 日 ( 12 月 7 日 ) 、 左馬頭 に 任官 。 1368 年 5 月 2 日 ( 正平 23 年 / 応安 元年 4 月 15 日 ( 旧暦 ) ) 、 元服 し 、 義満 と 名乗 る 。 1369 年 1 月 28 日 ( 正平 23 年 / 応安 元年 12 月 30 日 ( 旧暦 ) ) 、 征夷 大将軍 宣下 。 1374 年 1 月 7 日 ( 文中 2 年 / 応安 6 年 11 月 25 日 ( 旧暦 ) ) 、 従 四 位 下 に 昇叙 し 、 参議 に 補任 。 左近衛 中将 を 兼任 。 1375 年 12 月 13 日 ( 天授 元年 / 永和 元年 11 月 20 日 ( 旧暦 ) ) 、 従 三 位 に 昇叙 。 参議 左 近衛 中 将如 元 。 1378 年 4 月 21 日 ( 天授 4 年 / 永和 4 年 3 月 24 日 ( 旧暦 ) ) 、 権 大 納言 に 転任 。 9 月 19 日 ( 8 月 27 日 ( 旧暦 ) ) 、 右近衛 大将 兼任 。 1379 年 1 月 2 日 ( 天授 4 年 / 永和 4 年 12 月 13 日 ( 旧暦 ) ) 、 従二 位 に 昇叙 。 権 大 納言 右近衛 大将如 元 。 2 月 4 日 ( 天授 5 年 / 康暦 元年 1 月 6 日 ( 旧暦 ) ) 、 右馬 寮 御 監 兼務 。 1380 年 2 月 11 日 ( 天授 6 年 / 康暦 2 年 1 月 5 日 ( 旧暦 ) ) 、 従 一 位 に 昇叙 。 権 大 納言 右近衛 大将如 元 。 1381 年 8 月 13 日 ( 弘和 元年 / 永徳 元年 7 月 23 日 ( 旧暦 ) ) 、 内 大臣 に 転任 。 右近衛 大将如 元 。 1382 年 2 月 9 日 ( 弘和 2 年 / 永徳 2 年 1 月 26 日 ( 旧暦 ) ) 、 左 大臣 に 転任 。 右近衛 大将如 元 。 3 月 4 日 ( 1 月 19 日 ( 旧暦 ) ) 、 蔵人 別当 兼務 。 5 月 11 日 ( 3 月 28 日 ( 旧暦 ) ) 、 牛車 を 許 さ れ る 。 5 月 24 日 ( 4 月 11 日 ( 旧暦 ) ) 、 後 円 融院 別当 兼務 。 1383 年 2 月 16 日 ( 弘和 3 年 / 永徳 3 年 1 月 14 日 ( 旧暦 ) ) 、 源 氏 長者 、 淳和 奨学 両院 別当 兼務 。 7 月 26 日 ( 6 月 26 日 ( 旧暦 ) ) 、 准 三宮 宣下 。 1384 年 4 月 8 日 ( 元中 元年 / 至徳 元年 3 月 17 日 ( 旧暦 ) ) 、 右近衛 大将 辞任 。 1388 年 6 月 30 日 ( 元中 5 年 / 嘉慶 2 年 5 月 26 日 ( 旧暦 ) ) 、 左 大臣 辞任 。 1393 年 2 月 7 日 ( 元中 9 年 / 明徳 3 年 12 月 26 日 ( 旧暦 ) ) 、 左 大臣 還任 。 1393 年 10 月 22 日 ( 明徳 4 年 9 月 17 日 ( 旧暦 ) ) 、 左 大臣 辞任 。 1395 年 1 月 8 日 ( 応永 元年 12 月 17 日 ( 旧暦 ) ) 、 征夷 大将軍 辞職 。 1 月 16 日 ( 12 月 25 日 ( 旧暦 ) ) 、 太政 大臣 に 転任 。 6 月 20 日 ( 応永 2 年 6 月 3 日 ( 旧暦 ) ) 、 太政 大臣 辞任 。 7 月 7 日 ( 6 月 20 日 ( 旧暦 ) ) 、 出家 ( 道有 を 号 し 、 のち 、 道義 と 改め る ) 。 140 2 年 8 月 20 日 ( 応永 9 年 9 月 5 日 ( 旧暦 ) ) 、 明 より 日本 国王 に 封 ぜらる 。 140 8 年 5 月 31 日 ( 応永 15 年 5 月 6 日 ) 、 薨去 。 6 月 3 日 ( 5 月 9 日 ( 旧暦 ) ) 、 太上 天皇 追号 ( 幕府 が 辞退 ) 。 父 : 足利 義詮 ( 2 代 将軍 ) 母 : 紀良子 ( 側室 ) 兄弟 姉妹 千寿 王丸 柏 庭 清祖 足利 満 詮 廷 用 宗 器 女子 ( 宝鏡 寺殿 。 恵昌 ? ) 正室 : 日野 業子 ( 日野 時光 娘 ) 女子 正室 : 日野 康子 ( 日野 資康 娘 ) 側室 : 藤原 慶子 ( 安芸 法眼娘 ) 足利 義持 ( 4 代将軍 ) 足利 義教 ( 6 代将軍 ) 女子 ( 入江 殿 聖仙 ) 側室 : 加賀 局 ( 長快 法 印女 ) 尊満 ( 友山 清師 ) 男子 ( 宝幢 若 公 ) 側室 : 春日 局 ( 摂津 能 秀女 ) 足利 義嗣 側室 : 寧 福 院 殿 女子 ( 大慈 院 聖久 ) 側室 : 藤原 量子 側室 : 藤原 誠子 梶井 義承 側室 : 慶雲 庵主 ( 大炊 御門 冬 宗女 ) 女子 ( 光照院 尊久 ) 側室 : 高橋 殿 側室 : 池尻 殿 女子 虎山 永隆 ( 以下 生母 不明 の 子女 ) 仁和 寺 法 尊 大覚 寺 義昭 本覚院 満守 女子 ( 法華 寺 尊 順 ) 女子 ( 六角 満綱 正室 ) 女子 ( 摂取 院 主 ) 女子 ( 宝鏡 寺主 ) 九条 満家 二条 満 基 足利満 兼 赤松 満祐 一色 満範 斯波 満種 少弐 満貞 畠山 満家 細川 満元 細川 満之 六角 満綱 六角 満 高 臼井 信義 『 足利 義満 』 ( 吉川 弘文館 人物 叢書 、 1989 年 ( 平成 元年 ) 新装 版 ) ISBN 4642 0 5 150 3 今谷明 『 室町 の 王権 足利 義満 の 王権 簒奪 計画 』 ( 中公 新 書 、 1990 年 ( 平成 2 年 ) ) ISBN 4121009789 佐藤 進一 『 足利 義満 中世王 権 へ の 挑戦 』 ( 平凡 社 ライブラリー 、 1994 年 ( 平成 6 年 ) ) ISBN 458 2 7 60 6 27 井沢 元彦 『 天皇 に な ろ う と し た 将軍 それ から の 大平記足利 義満 の ミステリー 』 ( 小学 館 文庫 、 1998 年 ( 平成 10 年 ) ) ISBN 4094023011 井沢 元彦 『 逆説 の 日本 史 ( 7 ) 中世 王 権 編 太平 記 と 南北朝 の 謎 』 ( 小学 館 文庫 、 2003 年 ( 平成 15 年 ) ) ISBN 409402007 1 北方 謙三 『 陽炎 の 旗 』 ( 新潮 社 / 新潮 文庫 、 1991 年 ( 平成 3 年 ) ) 安部 龍太郎 『 バサラ 将軍 』 ( 文藝 春秋 『 室町 花伝 』 / 文春 文庫 『 バサラ 将軍 』 収録 、 1995 年 ( 平成 7 年 ) ) 平岩 弓枝 『 獅子 の 座足 利 義満伝 』 ( 中央 公論 新社 / 文春 文庫 、 2000 年 ( 平成 12 年 ) ) 坂口 尚 『 あっかん べェ 一休 』 ( 講談 社 、 1993 ~ 1996 年 ( 平成 5 ~ 8 年 ) ) 1975 年 ~ 1982 年 ( 昭和 50 ~ 57 年 ) に 放映 さ れ た TV アニメ 『 一休 さん 』 ( 東映 動画 製作 ) で は 、 将軍 と し て 義満 ( 声優 : キートン 山田 ) が 登場 する 。 一休 宗純 を 参照 。 +徳川 慶喜 ( とくがわ よしのぶ 、 とくがわ よしひさ ) は 、 江戸 幕府 第 15 代 征夷 大将軍 ( 将軍 在位 : 慶応 2 年 ( 1866 年 ) 12 月 5 日 ( 旧暦 ) - 慶応 3 年 ( 1867 年 ) 12 月 9 日 ( 旧暦 ) ) 。 将軍 と し て の 執務 を 江戸 城 で 行な わ な かっ た 唯一 の 将軍 で あ る 。 内 大臣 従 一 位 勲一 等 公爵 。 貴族 院 ( 日本 ) 。 将軍 後見職 と し て 後見 を 務め て い た 14 代将軍 徳川 家茂 の 死去 後 、 江戸 幕府 第 15 代 将軍 に 就任 。 明治 天皇 に 政権 を 返上 し た ( = 大政 奉還 ) 後 、 公武 合体 を 目指 す が 、 王政 復古 ( 日本 ) 後 の 鳥羽 ・ 伏見 の 戦い で は 、 旧 幕府 軍 を 残 し た まま 大坂 城 から 江戸 城 へ 戻 り 、 朝廷 から 追討令 を 受け て 謹慎 し 、 江戸 城 を 無血 開城 し た 。 明治 に 入 り 謹慎 を 解 か れ る と 趣味 に 没頭 し 、 公爵 と し て 大正 時代 まで 生き た 。 「 慶喜 」 は 、 「 よしのぶ 」 或いは 通称 と し て 「 けいき 」 ( 有職 読み ) と も 読 む 。 将軍 在職 中 、 江戸 幕府 の 公式 な 文書 等 に は 「 『 よしひさ 』 と 読 ん だ 」 と い う 記録 が 残 っ て い る 。 本人 に よ る アルファベット 署名 や 英字 新聞 に 「 Yoshihisa 」 の 表記 も 残 る 。 出身 地 で あ る 水戸 市 で は 「 よしのぶ 」 と 呼 ば れ る 事 が 多 い が 、 余生 を 送 っ た 静岡 市 で は 「 けいき 」 と 呼 ば れ る 事 が 多 い 。 生前 の 慶喜 を 知 る 人 に よ る と 、 慶喜 本人 は 「 けいき 様 」 と 呼 ば れ る の を 好 ん だ らしく 、 弟 ・ 徳川 昭武 に 当て た 電報 に も 自分 の こと を 「 けいき 」 と 名乗 っ て い る 。 慶喜 の 後 を 継 い だ 徳川 慶久 も 慶喜 と 同様 に 周囲 の 人々 から 「 けいきゅう 様 」 と 呼 ば れ て い た と い わ れ る 。 「 けいき 様 」 と 「 けいき さん 」 の 2 つ の 呼 び 方 が 確認 でき 、 現代 に お い て も 少な く な り つつ あ る と 思 わ れ る が 「 けいき さん 」 の 呼 び 方 が 静岡 に 限 ら ず 各地 で 確認 でき 、 どちら の 場合 で も “ かなり の 親しみ ” を 込め て 使 わ れ る 場合 が 多 い 。 司馬 遼太郎 は 「 『 けいき 』 と 呼 ぶ 人 は 旧 幕臣 関係 者 の 家系 に 多 い 」 と する が 、 倒幕 に 動 い た 肥後 藩 関係 者 で も 使用 が 確認 でき る 事 から 、 広 範囲 に お い て 潜在 的 に 慕 わ れ て い た 、 あるいは 好意 を 寄せ られ て い た 可能 性 も あ る 。 天保 9 年 ( 1837 年 ) 9 月 29 日 、 江戸 ・ 小石川 の 水戸 藩 邸 に て 9 代 藩 主 徳川 斉昭 の 七男 と し て 生まれ る 。 母 は 正室 ・ 吉子 女王 ( 第 3 代 ・ 徳川 家光 以来 と な る 正室 を 生母 と し た 将軍 。 ただし 家光 の 生母 は 表向き 父 秀忠 の 正室 於江 の 方 と さ れ て い る が 、 春日 の 局 が 実 の 母 と の 説 も あ る ) 。 幼名 は 七郎 麿 ( しちろう まろ ) 。 「 男子 は 国許 で 養育 する 」 と い う 斉昭 の 教育 方針 に 則 り 、 生後 7 ヶ月 に し て 水戸 藩 に 移り 、 一橋 徳川 家 を 相続 する まで の 多く を 同地 で 過ご す 間 、 会沢 正志斎 ら から 学問 ・ 武術 を 教授 さ れ て い る 。 慶喜 の 英邁 さ は 当時 から 注目 さ れ て い た よう で 、 当初 は 斉昭 も 他家 へ 養子 に は 出 さ ず 、 長男 ( 嫡男 ) ・ 徳川 慶篤 の 控え と し て 手許 に 残 そ う と 考え て い た 。 弘化 4 年 ( 1847 年 ) 8 月 1日 、 幕府 より 水戸 藩 に 七郎 麿 を 御 三 卿 一橋 家 の 世嗣 と する 旨 の 内命 が 下 る 。 これ を 受け て 七郎 麿 は 9 月 1日 に 一橋 家 を 相続 し 、 12 月 に は 12 代 将軍 ・ 徳川 家慶 から 偏諱 を 賜わ り 慶喜 を 名乗 る 。 家慶 は 度々 一橋 邸 を 訪問 する など 、 慶喜 を 将軍 継嗣 の 有力 な 候補 と し て 考え て い た が 、 老中 ・ 阿部 正弘 の 諫言 を 受け て 断念 し て い る 。 嘉永 6 年 ( 1853 年 ) 、 黒船 来航 の 混乱 の 最中 に 将軍 ・ 家慶 が 病死 し 、 その 跡 を 継 い だ 第 13 代将軍 ・ 徳川 家定 が 病弱 で 男子 を 儲け る 見込み が な かっ た の で 「 将軍 継嗣 を 誰 に する か 」 と い う 問題 が 浮上 する ( 将軍 継嗣 問題 ) 。 慶喜 を 推す 斉昭 や 阿部 正弘 、 薩摩 藩 主 ・ 島津 斉彬 ら 一橋 派 と 、 紀州 藩 主 徳川 慶福 を 推 す 彦根 藩主 ・ 井伊 直弼 や 家定 の 生母 ・ 本寿院 を 初め と する 大奥 の 南紀 派 が 対立 し た 。 一橋 派 は 島津 斉彬 の 養女 ・ 天璋院 を 将軍 ・ 御 台所 と し て 大奥 に 送り込 む など の 擁立 工作 を 行な う が 、 阿部 正弘 、 島津 斉彬 が 相 次 い で 亡くな る と 勢い を 失 い 、 安政 5 年 ( 1858 年 ) に 大老 と な っ た 井伊 直弼 が 裁定 し 、 「 将軍 継嗣 は 徳川 慶福 」 と 決 し た 。 同年 、 井伊 直弼 は 「 勅許 な く 」 日米 修好 通商 条約 を 調印 。 慶喜 は 斉昭 、 福井 藩主 ・ 松平 慶永 ら と 共 に 不時 登城 し 直弼 を 詰問 する が 、 逆 に 不時 登城 の 罪 を 問 わ れ 、 翌 ・ 安政 6 年 ( 1859 年 ) に 隠居 謹慎 処分 と な る ( 安政 の 大獄 ) 。 なお 、 慶喜 本人 は 将軍 継嗣 と な る こと に 乗り 気 で は な かっ た の か 「 骨折り は 申し訳 な い が 、 天下 を 取 っ て から 失敗 する より は 、 取 ら な い ほう が い い 」 と い う 内容 の 手紙 を 斉昭 に 送 っ て い る 。 万延 元年 ( 18 60 年 ) に 謹慎 は 解除 と な る 。 文久 2 年 ( 1862 年 ) 、 島津 久光 率い る 薩摩 藩 兵 に 護衛 さ れ て 勅使 ・ 大原 重徳 が 江戸 に 入 り 、 「 徳川 慶喜 を 将軍 後見職 、 松平 春嶽 ( 慶永 ) を 大老 に 登用 すべ し 」 と い う 孝明 天皇 の 勅命 が 下 さ れ る 。 7 月 6 日 、 幕府 は 慶喜 を 将軍 後見職 、 春嶽 を 政事 総裁職 に 任命 し た 。 慶喜 と 春嶽 は 文久 の 改革 と 呼 ば れ る 幕政 改革 を 行な い 、 京都 守護 職 の 設置 、 参勤 交代 の 緩和 など を 行な っ た 。 文久 3 年 ( 1863 年 ) に は 将軍 ・ 徳川 家茂 の 先駆け と し て 上洛 、 攘夷 を 迫 る 朝廷 と の 交渉 に 手 を 尽く し た 。 孝明 天皇 が 石清水 八幡宮 へ 行幸 し て の 攘夷 祈願 に お い て 、 天皇 から 家茂 が 節刀 を 受け て しま え ば 攘夷 を 決行 せ ざる を 得 な く な る の で 、 「 風邪 発熱 」 ( 仮病 ) と 称 し て 家茂 に 拝謁 を 急遽 取りやめ させ た 。 八 月 十 八 日 の 政変 で 長州 藩 を 中心 と する 尊皇 攘夷 派 が 排斥 さ れ る と 、 公武 合体 ・ 佐幕 両派 に よ る 参与 会議 に 参加 す べ く 再び 上洛 。 しかし 会議 が まとま ら な い と 見 る や 、 故意 に 久邇宮 朝彦 親王 ら と の 酒席 で 泥酔 し 、 居合わせ た 伊達 宗城 、 松平 春嶽 、 島津 久光 を 罵倒 、 さらに 中川 宮 に 対 し 「 島津 から いくら もら っ て る ん だ ! 」 など と 暴言 を 吐 い て 体制 を 崩壊 さ せ る など 、 手段 を 選 ば な い と も 言え る 交渉 を 行な っ た 。 以後 は 京都 に 留ま り 朝廷 から 禁裏 御 守衛 総督 に 任 じ られ 、 守護 職 ・ 松平 容保 ( 会津 藩 主 ) 、 所司 代 ・ 松平定 敬 ( 桑名 藩主 ) と 共 に 勤皇 の 志士 や 公家 の 取り締まり に あた る ( 一 会 桑 ( 一橋 ・ 会津 ・ 桑名 ) 体制 ) 。 天狗 党 の 乱 で は 慶喜 を 支持 し て い た 武田 耕雲斎 ら 実家 ・ 水戸 藩 の 家臣 たち を 切り捨て る 冷徹 さ も 見せ た 。 元治 元年 ( 1864 年 ) 、 禁門 の 変 で は 幕府 軍 を 指揮 し 、 鷹司 邸 を 占領 し た 長州 軍 を みずから 攻撃 。 それ に 続 く 第 一 次 長州 征伐 が 終わ る と 、 無勅許 状態 に あ っ た 日米 修好 通商 条約 の 勅許 に 奔走 し 、 条件 付 ながら 勅許 を 得 る こと に 成功 し た 。 慶応 2 年 ( 1866 年 ) の 第 二 次 長州 征伐 で は 、 薩摩 藩 の 妨害 を 抑え て 慶喜 が 長州 征伐 の 勅命 を 得 る 。 しかし 薩長 同盟 を 結 ん だ 薩摩 藩 の 出兵 拒否 も あ り 、 幕府 軍 は 敗退 。 その 第 二 次 長州 征伐 最中 の 7 月 20 日 、 将軍 ・ 家茂 が 大坂城 で 薨去 する 。 慶喜 は 朝廷 に 運動 し て 休戦 の 詔勅 を 引き出 し 、 休戦 協定 の 締結 に 成功 する 。 家茂 の 後継 に 推 さ れ た が 、 慶喜 は これ を 固辞 。 8 月 20 日 に 徳川 将軍 家 は 相続 し た が 将軍 職 就任 は 拒 み 続け た 。 その 後 、 老中 ら が 将軍 就任 を 懇請 し た が 受諾 せ ず 、 12 月 5 日 、 ( 孝明 帝 から ) 将軍 宣下 を 受け て 将軍 に 就任 し た 。 これ は いわば 恩 を 売 っ た 形 で 将軍 に な る こと で 、 政治 を 有利 に 進め て い く 狙い が あ っ た 。 慶喜 は フランス 公使 ・ レオン ・ ロッシュ を 通 じ て フランス から 2 40 万 ドル の 援助 を うけ 、 横須賀 製鉄所 や 造 ・ 修船 所 を 設立 し 、 ジュール ・ ブリュネ を 始め と する 軍事 顧問 団 を 招 い て 軍制 改革 を 行 っ た 。 また 、 実弟 の 徳川 昭武 を パリ 万国 博覧 会 に 派遣 する など 幕臣 子弟 の 欧州 留学 も 奨励 し た 。 兵庫 開港 問題 で は 朝廷 を 執拗 に 説 い て 勅許 を 得 た 。 薩長 へ 「 討幕 の 密勅 」 が 下 る こと を 予期 し た 慶喜 は ( 先手 を 打 っ て ) 慶応 3 年 ( 1867 年 ) 10 月 14 日 、 朝廷 に 対 し て 政権 返上 を 上奏 し 翌 15 日 勅許 さ れ た ( 大政 奉還 ) 。 当時 の 朝廷 に は 行政 能力 は 無 い と 判断 し 、 列侯 会議 を 主導 する 形 で の 徳川 政権 存続 を 模索 し て い た と 言 わ れ て い る 。 しかし 、 倒幕 を 目指 す 大久保 利通 、 岩倉 具視 の 画策 で 、 12 月 に は 王政 復古 の 大 号 令 が 出 さ れ 、 慶喜 に は 「 辞官 納地 」 ( 内 大臣 辞職 と 徳川 領 の 奉納 ) が 命 ぜ られ た 。 慶喜 は 衝突 を 避け る べ く 大坂城 に 退去 し 、 諸 外国 の 公使 ら を 集め て 徳川 の 正当 性 を 主張 、 さらに 朝廷 に 運動 し て 辞官 納地 を 修正 さ せ て 穏やか な 形 に 直 し て もら う 。 しかし 翌 ・ 慶応 4 年 ( 1868 年 ) に 薩摩 藩 が 江戸 市 中 で 行な っ た 挑発 を 受け て 挙兵 し 、 会津 ・ 桑名 藩兵 を 使 っ て 京都 を 封鎖 する 。 しかし 、 1 月 3 日 に 勃発 し た 鳥羽 ・ 伏見 の 戦い で 旧 幕府 軍 が 形勢 不利 と 、 まだ 兵力 を 十分 に 保持 し て い る に も 関わ ら ず 、 兵 を 置き去り に し て 軍鑑 『 開陽 丸 』 で 江戸 へ 退却 し た 。 間 も な く 、 慶喜 を 朝敵 と する 追討 令 が 下り 、 大 総督 ・ 有栖川宮 熾仁 親王 に 率い られ た 官軍 が 東征 を 開始 する 。 慶喜 は 、 小栗 忠順 を 初め と する 抗戦 派 を 抑え て 恭順 を 主張 。 2 月 に は 勝海 舟 に 事態 収拾 を 一任 し て 自ら は 上野 寛永 寺 大慈院 に お い て 謹慎 する 。 また 徳川 宗 家 の 家督 は 養子 ・ 田安 亀之助 ( のち の 徳川 家達 ) に 譲 っ た 。 勝 と 官軍 参謀 ・ 西郷 隆盛 と の 交渉 が まとまり 江戸 城 が 無血 開城 さ れ る と 、 慶喜 の 身柄 は 水戸 へ 移 さ れ 、 藩校 弘道 館 の 一室 に て 引き続 き 謹慎 し た 。 7 月 に は 徳川 家 が 移封 さ れ た 駿府 に 移 っ た 。 原 市之進 ( 水戸 藩 の 藩士 ・ 一橋 徳川 家 家臣 ) 平岡 円 四郎 ( 一橋 徳川 家 家臣 ) 西周 ( 将軍 ・ 徳川 慶喜 の 政治 顧問 ) 土岐 朝 義 中根 長 十郎 ( 一橋 徳川 家 家臣 ) 梅沢 孫太郎 川村 恵十郎 松平 近韶 明治 2 年 ( 1869 年 ) 9 月 、 戊辰 戦争 の 終結 を 受け て 謹慎 を 解除 さ れ る 。 以後 は 政治 に は 携わ ら ず 、 写真 ・ 狩猟 ・ 投網 ・ 囲碁 ・ 謡曲 など 趣味 に 没頭 する 生活 を おく る 。 明治 30 年 ( 1897 年 ) 、 東京 ・ 巣鴨 に 移り住 む 。 翌年 に は 皇居 に 参内 し て 明治 天皇 に 拝謁 する 。 明治 35 年 ( 190 2 年 ) に は 公爵 に 叙 せ られ 、 宗家 と は 別 に 徳川 慶喜家 を 興 す 。 明治 43 年 ( 1910 年 ) に 家督 を 徳川 慶久 に 譲 り 隠居 。 大正 2 年 ( 1913 年 ) 、 肺炎 に て 死去 。 享年 77 歳 ( 満 76 歳 0 ヶ月 25 日 ) は 歴代 将軍 の 中 で 最長 命 。 ※ 明治 5 年 まで は 天保 暦 長暦 の 月日 表記 。 弘化 4 年 ( 1847 年 ) 9 月 1日 ( 旧暦 ) 、 一橋 家 を 相続 する 。 12 月 1日 ( 旧暦 ) 、 慶喜 に 改名 。 同日 、 従 三 位 左近衛 権 中将兼 刑部 卿 叙任 。 安政 2 年 ( 1855 年 ) 12 月 3 日 、 一条 忠香 の 養女 ・ 美賀子 と 結婚 。 参議 に 補任 。 安政 4 年 ( 1857 年 ) 徳川 家定 の 後継 問題 で 有力 候補 と な る 。 安政 6 年 ( 1859 年 ) 8 月 、 安政 の 大獄 に お い て 隠居 謹慎 蟄居 の 処分 を 受け る 。 万延 元年 ( 18 60 年 ) 9 月 、 隠居 謹慎蟄居 解除 。 文久 2 年 1862 年 ) 7 月 6 日 ( 旧暦 ) 、 一橋 家 を 再 相続 。 同日 、 ( 勅命 を 受け ) 将軍 後見職 就任 。 11 月 、 権 中 納言 転任 。 文久 3 年 ( 1863 年 ) 12 月 、 朝議 参預 就任 。 元治 元年 ( 1864 年 ) 3 月 9 日 ( 旧暦 ) 、 朝議 参預 辞任 。 3 月 25 日 ( 旧暦 ) 、 将軍 後見職 辞任 。 同日 、 禁裏 御 守衛 総督 ・ 摂海 防禦 指揮 転職 。 禁門 の 変 で は 、 抗戦 の 指揮 を と っ た 。 慶応 2 年 ( 1866 年 7 月 晦日 、 禁裏 御 守衛 総督 辞職 。 8 月 20 日 ( 旧暦 ) 、 徳川 宗家 相続 。 12 月 5 日 ( 旧暦 ) 、 正二 位 権 大 納言 兼 右近衛 大将 に 叙任 。 同日 、 征夷 大将軍 就任 。 慶応 3 年 ( 1867 年 9 月 、 内 大臣 転任 。 右近衛 大将如 元 。 10 月 14 日 、 大政 奉還 。 12 月 9 日 ( 旧暦 ) 、 征夷 大将軍 職 辞職 。 慶応 4 年 ( 1868 年 4 月 11 日 ( 旧暦 ) 、 解官 。 明治 2 年 ( 1869 年 ) 9 月 28 日 ( 旧暦 ) 、 謹慎 解除 。 明治 5 年 ( 1872 年 ) 1 月 6 日 ( 旧暦 ) 、 従 四 位 に 復帰 。 明治 13 年 ( 1880 年 ) 5 月 18 日 、 正二 位 昇叙 。 明治 21 年 ( 1888 年 ) 6 月 20 日 、 従一 位 昇叙 。 明治 30 年 ( 1897 年 ) 1 1 月 19 日 、 東京 に 移住 。 明治 31 年 ( 1898 年 ) 3 月 2 日 、 明治 天皇 に ( 大政 奉還 以来 の ) 謁見 。 明治 35 年 ( 190 2 年 ) 6 月 3 日 、 公爵 受爵 。 徳川 宗家 と は 別 に 「 徳川 慶喜 ( 公爵 ) 家 」 の 創設 を 許 さ れ た 。 貴族 院 ( 日本 ) ( ~ 1910 年 12 月 ) 明治 41 年 ( 190 8 年 ) 4 月 30 日 、 大政 奉還 の 功 に よ り 、 明治 政府 から 勲一 等 旭日大 綬章 を 受け る 。 12 月 8 日 、 隠居 。 大正 2 年 ( 1913 年 ) 1 1 月 22 日 ( 午前 4 時 10 分 ) 死去 。 同日 、 旭日 桐花 大 綬章 を 授与 さ れ る 。 武芸 や 学問 を 学 ぶ こと に 関 し て は 、 最高 の 環境 で 生まれ育 ち 、 様々 な 武術 の 中 から 、 手裏 剣術 に 熱心 で 、 手裏 剣 の 達人 だっ た 。 大政奉還 後 も 、 毎日 額 に 汗 を かく まで 手裏 剣術 の 修練 を 行な い 、 手裏 剣術 の 達人 たち の なか で 最も 有名 な 人物 に 数え られ る 。 寝相 が 悪 く 、 父 ・ 徳川 斉昭 が 徳川 家 後継 の 際 に 問題 に な る と し て 寝相 を 矯正 する ため に 寝 る とき に は 枕 に 剃刀 を 立て て い た ( 単なる 脅し で あ っ て 、 本当 に 怪我 する 事 の 無 い よう に 、 と 眠 っ た 時 を 見計ら っ て 剃刀 は 取り外 し て い た ら しい が ) 。 一方 成人 後 の 睡眠 時 に は 、 暗殺 対策 と し て 、 妻妾 二人 と 「 Y 」 の 字 に な る よう 三 人 で 同衾 し て い た と い う 逸話 も 伝え られ る 。 慶喜 に は 幼少 の 頃 の 写真 と 言 わ れ る もの が あ る が 、 慶喜 の 幼少 の 時期 、 日本 に 写真 機 は まだ な かっ た と 考え られ る ため 、 慶喜 本人 の もの で あ る か どう か は 疑わし い 。 病 に 倒れ た 家茂 の 見舞い に 訪れ た こと が あ り 、 その 時 は 普通 に 会話 し た と い う 。 英邁 さ で 知 ら れ 、 実父 ・ 徳川 斉昭 の 腹心 ・ 安島 帯刀 は 、 慶喜 を 「 徳川 の 流れ を 清ま しめん 御仁 」 と 評 し 、 幕威 回復 の 期待 を 一身 に 背負 い 鳴物 入り で 将軍 位 に 就 く と 、 「 徳川 家康 の 再来 」 と まで その 英明 を 称え られ た 。 慶喜 の 英明 は 倒幕 派 に も 知 れ 渡 っ て お り 、 特に 長州 藩 の 木戸 孝允 は 「 一橋 慶喜 の 胆略 は あなどれ な い 。 家康 の 再来 を み る よう だ 」 と 警戒 し て い た 。 大政 奉還 の 決断 に 対 し 坂本 龍馬 は 「 大樹 ( 将軍 ) 公 、 今日 の 心中 さ こそ と 察 し 奉 る 。 よく も 断 じ 給 へ る もの か な 、 よく も 断 じ 給 へ る もの か な 。 予 、 誓 って この 公 の ため に 一命 を 捨てん 」 と の 評価 を 与え 、 慶喜 に 新 政府 の 副 関白 の 地位 を 与え よ う と し た ほど で あ る 。 しかし 、 慶喜 本人 が 龍馬 と い う 人物 の 存在 を 知 っ た の は ( 龍馬 の 死後 ) 明治 に な っ て から だっ た 。 慶喜 に 限 っ た 話 で は 無 く 、 生前 の 龍馬 の 知名 度 は 、 維新 後 の それ に 比べ て 非常 に 低 かっ た 。 鳥羽 伏見 の 戦い で 敗れ て 江戸 へ 逃げ 帰 り 「 敵前 逃亡 」 と 敵 味方 から 大き く 非難 さ れ た 。 この 時 、 家康 以来 の 金扇 の 馬印 は 置 き 忘れ た が 、 お 気 に 入り の 愛妾 は 忘れ ず に 同伴 し て い た 、 と 慶喜 の 惰弱 さ を 揶揄 する 者 も あ っ た 。 しかし この 時 、 江戸 や 武蔵 国 で の 武装 一揆 に 抗 する 必要 が あ っ た こと や 、 慶喜 が 朝敵 と な っ た ため 諸 大名 の 離反 が 相 次 ぎ 、 たとえ 大坂城 を 守れ て も 長期 戦 は 必至 で 諸 外国 の 介入 を 防 ぐ 必要 が あ っ た ため に 、 仕方 が な かっ た と い う 意見 も あ る 。 新 政府 から 朝敵 と さ れ る や 否 や 、 寛永 寺 に 謹慎 し た 事 など から 、 天皇 や 朝廷 を 重んじ る 心 あ る 者 だ と 評価 さ れ る ( 尊王 思想 で あ る 水戸 学 や 、 母親 が 皇室 出身 で あ る こと など が 多分 に 影響 し て い る と 思 わ れ る ) が 、 一方 で 、 主君 と し て 敵 に 毅然 と し た 対応 を 示 さ な かっ た ため 、 「 弱腰 」 と も 言 わ れ た 。 恭順 謹慎 ・ 江戸 無血 開城 など に よ り 、 無血 革命 に 近 い 状態 で 政権 移譲 でき た 事 から 近代 日本 の 独立 性 が 守 ら れ 、 維新 へ の 功績 は 大き い と 評価 さ れ た 。 実業 家 渋沢 栄一 は 一橋 徳川 家当主 時代 に 登用 し た 家臣 で 、 明治 維新 後 も 親交 が あ っ た 。 渋沢 は 慶喜 の 晩年 、 慶喜 の 伝記 編纂 を 目指 し 、 渋 る 慶喜 を 説得 し 直話 を 聞 く 「 昔 夢 会 」 を 開 い た 。 これ を まとめ た の が 『 昔 夢 会筆 記 』 で あ る 。 一部 の 座談 会 形式 で 記録 さ れ て い る 章 で は 、 老齢 の 慶喜 の いわば 肉声 が 見 る こと が でき る 。 こと 歳 の せい に し て 都合 の 悪 い 質問 を はぐらか し たり 、 「 島津 久光 は あまり 好き じゃ な かっ た 」 「 鍋島 直正 は ずる い 人 だっ た 」 と 本音 を 漏ら す あたり 、 彼 の 性格 と 当時 の 心境 が 窺え る 。 こう し た 資料 を 基 に 慶喜 の 死後 完成 し た の が 、 『 徳川 慶喜 公伝 』 で あ る 。 朝敵 と さ れ た 自分 を 赦免 し た 上 、 華族 の 最高 位 で あ る 公爵 を 親授 し た 明治 天皇 に 感謝 の 意 を 示 す ため 、 慶喜 は 自分 の 葬儀 を 仏式 で は な く 神式 で 行な うよう 遺言 し た 。 この ため 、 慶喜 の 墓 は 徳川 家 菩提寺 で あ る 増上 寺 徳川 家 墓地 で も 寛永 寺 徳川 家 墓地 で も な く 、 谷中 霊園 に 皇族 の それ と 同じ よう な 円墳 が 建て られ た 。 これ は 孝明 天皇 の 陵墓 が 質素 で あ る こと に 感動 し た ため で あ る ( 『 德川 慶喜 公伝 』 ) 。 赦免 後 の 慶喜 が 自分 の 為 に 命 を 捧げ た 旧 幕臣 に 思い を 寄せ る こと も 無 く 悠々 自適 の 生活 を 送 っ て い る こと に つ い て 、 当時 の 老中 ・ 板倉 勝静 は 「 慶喜 と 行動 を 共 に し た 事 を 後悔 し て い る 」 と 後 に 述べ て い る 。 鳥羽 伏見 の 戦い に おけ る 「 敵前 逃亡 」 など で 惰弱 な イメージ が あ っ た が 、 大政 奉還 後 に 新た な 近代 的 政治 体制 を 築 こ う と し た こと など が 近年 クローズ アップ さ れ 、 加え て 徳川 慶喜 ( NHK 大河 ドラマ ) の 放送 など も あ り 、 再 評価 する 動き も あ る 。 父 ・ 斉昭 と 同じく 薩摩 藩 の 豚肉 が 好物 で 、 豚一 様 ( ぶたい ち さま ・ 豚肉 が お 好き な 一橋 様 の 意 ) と 呼 ば れ た 。 また 、 西洋 の 文物 に も 関心 を 寄せ 晩年 は パン と 牛乳 を 好 み 、 カメラ に よ る 写真 撮影 ・ 釣り ・ 自転 車 ・ 顕微 鏡 ・ 手芸 ( 刺繍 ) など の 趣味 に 興じ る 。 将軍 時代 に は 西周 ( 啓蒙 家 ) から フランス 語 を 習 っ た こと も あ っ た よう だ が 、 こちら は 挫折 し た 。 カメラマン と し て は 有名 で あ る が 、 カメラ 撮影 の 技術 は 上達 し な かっ た よう で あ る 。 写真 雑誌 に も たびたび 投稿 し た が 、 なかなか 採用 さ れ な かっ た と い う 。 なお 曾孫 ・ 徳川 慶朝 も フリー の カメラマン で あ り 、 彼 に よ り 慶喜 が 撮影 し た もの も 含め て 徳川 慶喜家 に 所蔵 さ れ て い た 写真 が 発見 さ れ 、 整理 、 編集 を 行な っ た 上 で 出版 さ れ て い る 。 こう し た 趣味 人 生活 の 友 で あ っ た の が 実弟 ・ 徳川 昭武 で あ っ た 。 安政 2 年 12 月 3 日 、 一条 美賀子 と 結婚 ( 維新 後 に 美賀子 と 改名 ) 。 美賀 と の 間 に は 長女 ( 瓊光 院殿 池水 影 現 大 童女 ) が 安政 5 年 7 月 16 日 誕生 する も 、 7 月 20 日 に 早世 。 以後 、 美賀 と の 間 に 子 は 生まれ ず 、 明治 に な っ て 誕生 し た 10 男 11 女 は 皆 、 二人 の 側室 と の 間 に 儲け た 子女 で あ る 。 公爵 と な り 徳川 慶喜家 を 継 い だ 7 男 ・ 慶久 や 、 勝海 舟 の 婿養子 と な っ た 10 男 ・ 精 、 伏見宮 博恭 王妃 と な っ た 9 女 ・ 経子 など が それ で あ る 。 なお 、 慶久 の 子 に は 、 徳川 慶光 や 高松宮 宣仁 親 王妃 と な っ た 宣仁 親王妃 喜久子 ら が い る 。 正室 : 一条 美賀子 ( 維新 後 に 美賀子 と 改名 ) ( 今出川 公久 娘 、 一条 忠香養女 、 天保 6 年 7 月 19 日 ~ 明治 27 年 7 月 9 日 ) 側室 : 新村 信 ( 松平 政隆娘 、 新村 猛雄養女 、 明治 38 年 2 月 8 日 死去 ) 長男 : 敬事 ( 明治 4 年 6 月 29 日 ~ 明治 5 年 5 月 22 日 ) 長女 : 鏡子 ( 明治 20 年 3 月 23 日 結婚 、 徳川 達 孝 夫人 、 明治 6 年 6 月 2 日 ~ 明治 26 年 9 月 29 日 ) 3 女 : 鉄子 ( 明治 23 年 12 月 30 日 結婚 、 徳川 達道 夫人 、 明治 8 年 10 月 27 日 ~ 大正 10 年 12 月 10 日 ) 5 男 : 池田 仲博 ( 明治 23 年 2 月 25 日 池田 輝知養子 、 明治 10 年 8 月 28 日 ~ 昭和 23 年 1 月 1日 ) 6 男 : 斉 ( 明治 11 年 8 月 17 日 ~ 明治 11 年 11 月 28 日 ) 6 女 : 良子 ( 明治 13 年 8 月 24 日 ~ 明治 13 年 9 月 29 日 ) 9 女 : 経子 ( 明治 30 年 1 月 9 日 結婚 、 伏見宮 博恭 王妃 、 明治 15 年 9 月 23 日 ~ 昭和 14 年 8 月 18 日 ) 7 男 : 徳川 慶久 ( 明治 17 年 9 月 2 日 ~ 大正 11 年 1 月 22 日 ) 11 女 : 英子 ( 明治 44 年 4 月 29 日 結婚 、 徳川 圀 順 夫人 、 明治 20 年 3 月 22 日 ~ 大正 13 年 7 月 5 日 ) 10 男 : 勝精 ( 明治 32 年 1 月 20 日 勝海 舟 婿養子 、 明治 21 年 8 月 23 日 ~ 昭和 7 年 7 月 10 日 ) 側室 : 中根 幸 ( 中根 芳三郎 長女 、 大正 4 年 12 月 29 日 死去 ) 2 男 : 善事 ( 明治 4 年 9 月 8 日 ~ 明治 5 年 3 月 10 日 3 男 : 琢磨 ( 明治 5 年 10 月 5 日 ~ 明治 6 年 7 月 5 日 ) 4 男 : 徳川 厚 ( 明治 7 年 2 月 21 日 ~ 昭和 5 年 6 月 12 日 ) 2 女 : 金子 ( 明治 8 年 4 月 3 日 ~ 明治 8 年 7 月 22 日 ) 4 女 : 筆子 ( 明治 28 年 12 月 26 日 結婚 、 蜂須賀 正 韶 夫人 、 明治 9 年 7 月 17 日 ~ 明治 40 年 11 月 30 日 ) 5 女 : 脩子 ( 明治 11 年 8 月 17 日 ~ 明治 11 年 10 月 8 日 ) 7 女 : 浪子 ( 明治 28 年 12 月 7 日 結婚 、 松平 斉 夫人 、 明治 13 年 9 月 17 日 ~ 昭和 29 年 1 月 13 日 ) 8 女 : 国子 ( 明治 34 年 5 月 7 日 結婚 、 大河内 輝耕 夫人 、 明治 15 年 1 月 23 日 ~ 昭和 17 年 9 月 11 日 ) 10 女 : 糸子 ( 明治 39 年 5 月 19 日 結婚 、 四条 隆 愛 夫人 、 明治 16 年 9 月 18 日 ~ 昭和 28 年 10 月 11 日 ) 死産 : 男子 ( 明治 17 年 8 月 22 日 死産 ) 8 男 : 寧 ( 明治 18 年 9 月 22 日 ~ 明治 19 年 7 月 2 日 ) 9 男 : 徳川 誠 ( 明治 20 年 10 月 31 日 ~ 昭和 43 年 11 月 11 日 ) 死産 : 女子 ( 明治 24 年 6 月 2 日 死産 ) 妾 : 芳 ( 新門 辰五郎 の 娘 ) 小説 『 最後 の 将軍 - 徳川 慶喜 - 』 ( 司馬 遼太郎 ) 『 徳川 慶喜 』 ( 山岡 荘八 ) 映画 『 壬生 義士 伝 映画 』 ( 2003 年 、 演者 : 伊藤 英明 ) ドラマ 『 竜馬 が ゆく ( NHK 大河 ドラマ ) 』 ( 1968 年 、 NHK 大河 ドラマ 、 演者 : 尾上 辰之助 ( 初代 ) ) 『 大奥 ( テレビ ドラマ ) 1968 年 製作 ・ 作品 内容 』 ( 1968 年 、 フジ テレビジョン 、 演者 : 天知 茂 ) 『 勝海 舟 ( NHK 大河 ドラマ ) 』 ( 1974 年 、 NHK 大河 ドラマ 、 演者 : 津川 雅彦 ) 『 花神 ( NHK 大河 ドラマ ) 』 ( 1977 年 、 NHK 大河 ドラマ 、 演者 : 伊藤 孝雄 ) 『 竜馬 が ゆ く 1982 年 版 』 ( 1982 年 、 テレビ 東京 新春 ワイド 時代 劇 、 演者 : 剣持 伴紀 ) 『 大奥 ( テレビ ドラマ ) 1983 年 製作 ・ 作品 内容 』 ( 1983 年 、 フジ テレビ 、 演者 : 山本 學 ) 『 白虎 隊 ( 日本 テレビ 系 テレビ ドラマ ) 』 ( 1986 年 、 日本 テレビ 年末 時代 劇 スペシャル 、 演者 : 石田 延之 ) 『 花 の 生涯 井伊 大老 と 桜田 門 』 ( 1988 年 、 テレビ 東京 12 時間 超 ワイド ドラマ 、 演者 : 国分 郁男 ) 『 五稜 郭 ( テレビ ドラマ ) 』 ( 1988 年 、 日本 テレビ 年末 時代 劇 スペシャル 、 演者 : 石田 信之 ) 『 翔ぶ が 如 く ( NHK 大河 ドラマ ) 』 ( 1990 年 、 NHK 大河 ドラマ 、 演者 : 三田村 邦彦 ) 『 勝海 舟 ( テレビ ドラマ ) 』 ( 1990 年 、 日本 テレビ 年末 時代 劇 スペシャル 、 演者 : 津川 雅彦 ) 『 徳川 慶喜 ( NHK 大河 ドラマ ) 』 ( 1998 年 、 NHK 大河 ドラマ 、 演者 : 本木 雅弘 ) 『 大奥 ( テレビ ドラマ ) 2003 年 製作 ・ 作品 内容 』 ( 2003 年 、 フジ テレビ 、 演者 : 山崎 銀之丞 ) 『 また も 辞め た か 亭 主殿 〜 幕末 の 名奉行 ・ 小栗 上 野介 〜 』 ( 2003 年 、 NHK 正月 時代 劇 、 演者 : 比留間 由哲 ) 『 新 選 組 ! 』 ( 2004 年 、 NHK 大河 ドラマ 、 演者 : 今井 朋彦 ) 『 篤姫 ( NHK 大河 ドラマ ) 』 ( 2008 年 、 NHK 大河 ドラマ 、 俳優 : 平岳 大 ) 「 昔 夢 会 筆記 」 ( 回想 録 ) 「 徳川 慶喜 公伝 」 ( 渋沢 栄一 ) 1918 「 将軍 が 撮 っ た 明治 ― 徳川 慶喜 公 撮影 写真 集 」 ( 徳川 慶喜 、 徳川 慶朝 編 ) 朝日 新聞 社 1986 ISBN 40225 5 5 59 9 注 +足利 義昭 ( あしかが よしあき ) は 、 室町 幕府 の 第 15 代 征夷 大将軍 で 、 室町 幕府 最後 の 将軍 で あ る ( 在位 : 永禄 11 年 ( 1568 年 ) - 天正 16 年 ( 1588 年 ) ) 。 父 は 室町 幕府 第 12 代 将軍 ・ 足利 義晴 。 母 は 近衛 尚通 の 娘 ・ 慶寿院 。 第 13 代将軍 ・ 足利 義輝 は 同母 兄 。 はじめ 僧籍 に あ っ た が 、 義輝 が 松永 久秀ら に 暗殺 さ れ る と 、 細川 幽斎 ら 幕臣 の 援助 を 受け て 京都 から 脱出 する 。 そして 、 美濃 国 の 織田 信長 に 擁 さ れ て 上洛 し 、 第 15 代 将軍 に 就任 する 。 やがて 信長 と 対立 し 、 武田 信玄 や 朝倉 義景 ら と 呼応 し て 信長 包囲 網 を 築き上げ る 。 一時 は 信長 を 追いつ め も し た が 、 やがて 信長 に よ っ て 京都 から 追放 さ れ 、 事実 上 、 室町 幕府 は 滅亡 し た 。 その 後 は 毛利 輝元 、 そして 、 豊臣 秀吉 ら の 援助 を 受け て 余生 を 送 っ た 。 天文 6 年 ( 1537 年 ) 1 1 月 13 日 、 第 12 代 将軍 ・ 足利 義晴 の 次男 と し て 生まれ る 。 兄 に 嗣子 で あ る 足利 義輝 が い た ため 、 幼く し て 外祖父 ・ 近衛 尚通 の 猶子 と な っ て 仏門 ( 興福 寺 一乗院 ) に 入 り 、 覚慶 と 名乗 っ た 。 のち に 興福 寺 で 権 少 僧都 に まで 栄進 し て い る 。 永禄 8 年 ( 1565 年 ) の 永禄 の 変 で 、 第 13 代将軍 で あ っ た 兄 ・ 義輝 が 松永 久秀 や 三好 三 人 衆 ら に よ っ て 暗殺 さ れ 、 弟 で 鹿苑 院 院 主 で あ っ た 足利 周嵩 も 誘殺 さ れ た 。 この とき 、 義昭 も 松永 久秀ら に よ っ て 捕縛 さ れ 、 興福 寺 に 幽閉 さ れ た ( 久秀 ら は 覚慶 が 将軍 の 弟 で 、 なおかつ 将来 は 興福 寺 別当 の 職 を 約束 さ れ て い た こと から 、 覚慶 を 殺 す こと で 興福 寺 を 敵 に 回 す こと を 恐れ て 、 幽閉 に とどめ た と さ れ る ) 。 しかし 、 幕臣 で あ る 細川 幽斎 や 和田 惟政ら に 助け られ て 脱出 し 、 永禄 9 年 ( 1566 年 ) 2 月 17 日 、 還俗 し て 義秋 と 名乗 っ た 。 義昭 の こと を 記 し た 書物 に は 、 別称 と し て 武家 御所 など と 呼 ば れ て い た こと が 記 さ れ て い る 。 京 を 追 わ れ た 折 は 夜盗 に 襲 わ れ 、 「 貧乏 公方 」 と も 呼 ば れ た と さ れ る 。 4 月 21 日 に は 密か に 従 五 位 下 、 左馬頭 に 叙位 ・ 任官 。 なお 、 叙任 時期 に つ い て は 疑問 視 する 意見 が あ る が 、 山科 言継 の 『 言継卿 記 』 に よ れ ば 永禄 11 年 ( 1568 年 ) 2 月 に 行 わ れ た 義昭 の 対抗 馬 で あ る 足利 義栄 へ の 将軍 宣下 当日 に 宣下 の 使者 で あ っ た 言継 の 屋敷 に 義昭 の 使者 が 現れ て 従 四 位 下 へ の 昇進 推薦 の 仲介 を 依頼 し に 来 た ため に 困惑 し た 事 が 書 か れ て お り 、 この 以前 に 叙任 を 受け て い た 事 は 明らか で あ る 。 京都 から 脱出 し た 義秋 は 、 はじめ 近江 国 の 六角 義賢 ・ 六角 義治 親子 を 頼 っ た が 、 義治 が 三好 三 人 衆 と 密か に 内通 し た ため 、 8 月 に は 妹 の 婿 で あ る 若狭 国 の 武田 義統 の もと へ 亡命 し た 。 しかし 若狭 武田 氏 で は 家督 抗争 や 重臣 の 権力 争い など から 、 上洛 でき る だけ の 実力 は 無 く 、 9 月 に は 越前 国 の 朝倉 義景 の もと へ 亡命 し 、 将軍 家 再興 の 助力 を 要請 し た 。 しかし 朝倉 義景 は 、 すでに 足利 将軍 家 連枝 の 「 鞍谷 御所 」 足利 嗣知 も かかえ て お り 、 還俗 したて の 足利 義秋 を 奉じ て 積極 的 な 上洛 を する 意思 が な かっ た ため 、 上洛 は 実現 し な かっ た 。 なお 、 朝倉 家 亡命 中 の 永禄 11 年 ( 1568 年 ) 4 月 15 日 、 「 秋 」 の 字 は 不吉 で あ る と し 、 正式 に 元服 し て 義昭 と 改名 し た 。 加冠 役 は 朝倉 義景 が 務め て い る ( なお 、 義昭 は この 時点 まで 正式 な 元服 を 行 っ た と い う 文献 史料 は 一切 無 く 、 当時 と し て は あまり に 遅 すぎ る 元服 だっ た と いえ る ) 。 やがて 、 朝倉 家 の 重臣 で あ っ た 明智 光 秀 の 仲介 に よ り 、 織田 信長 を 頼 っ て 美濃 国 へ 移 る 。 永禄 11 年 ( 1568 年 ) 9 月 、 織田 信長 に 擁立 さ れ て 上洛 。 10 月 18 日 、 朝廷 から 将軍 宣下 を 受け て 第 15 代 将軍 に 就任 し た 。 同時 に 従 四 位 下 、 参議 ・ 左近衛 権 中将 に も 昇叙 ・ 任官 さ れ る 。 また 、 管領 家 で あ る 細川 信良 や 畠山 昭高 に 偏諱 を 与え 幕府 の 再興 を 図 っ た 。 義昭 は 当初 の 信長 に は 恩義 を 感 じ て い た よう で 、 将軍 就任 直後 の 10 月 24 日 に 信長 に 対 し て 宛て た 感状 で 、 「 御 父 織田 弾正忠 ( 信長 ) 殿 」 と 宛て名 し て い る 。 また 、 信長 に 副 将軍 ・ 管領 職 の 地位 を 与え よ う と する など 良好 な 関係 を 維持 する が 、 やがて 信長 が 将軍 権力 を 制約 し はじめ た ため に 両者 の 関係 は 悪化 し た 。 信長 は 永禄 12 年 ( 1569 年 ) 1 月 、 『 殿 中 御 掟 』 と い う 9 箇条 の 掟書 を 、 永禄 13 年 ( 1570 年 ) 1 月 に も 殿中 御 掟 追加 7 箇条 を 発 し て 義昭 に 承認 さ せ て い る 。 これ に 不満 を 持 っ た 義昭 は 信長 を 排除 し よ う と 企み 、 顕如 や 武田 信玄 、 朝倉 義景 ら に 信長 討伐令 を 下 し て 信長 包囲 網 を 形成 する 。 この 包囲 網 に は 、 浅井 長政 や 松永 久秀 、 三好 三 人 衆 、 三好 義継 ら も 加わ っ た 。 これ に よ り 信長 は 一時 的 に 窮地 に 陥 っ た が 、 元亀 4 年 ( 1573 年 ) 4 月 の 武田 信玄 の 病死 を 契機 と し て 信長 包囲 網 は 瓦解 する 。 4 月 、 義昭 は 三好 義継 、 松永 久秀ら と 同盟 を 結 び 、 山城 填 島城 に お い て 挙兵 する 。 この とき は 正親町 天皇 の 勅命 も あ っ て 和睦 する が 、 7 月 に 再度 挙兵 。 信長 は 京都 を 焼き払 っ て 義昭 を 捕らえ 、 河内 国 に 追放 し た 。 一般 に 、 これ に よ っ て 室町 幕府 は 滅亡 し た と さ れ る ( ただし 朝廷 から 征夷 大将軍職 を 解任 さ れ た わけ で は な かっ た の で 、 信長 勢力 圏 以外 の 大名 の 間 で は 、 その 後 も 権威 を 保 っ て い た 。 また 、 京都 五 山 の 住持 任命 権 は 五山 を 定め た 足利 将軍 家 に あ る と 考え られ て い た ため 、 その 任命 の ため の 献金 収入 も あ っ た と 言 わ れ て い る 。 『 公卿 補任 』 ( 朝廷 の 人事 録 ) で は 、 関白 豊臣 秀吉 に 従 っ て 御所 へ 参内 し 、 秀吉 へ の 忠誠 を 誓 っ て 、 正式 に 征夷 大将軍 位 を 辞官 する 天正 16 年 1 月 13 日 _ ( 旧暦 ) ( 158 8 年 2 月 9 日 ) まで 征夷 大将軍 と し て 扱 っ て い る ) 。 信長 に よ っ て 京 を 追 わ れ た とき 、 本願 寺 顕如 ら の 仲介 も あ っ て 信長 は 助命 し 、 妹婿 の 河内 の 大名 で あ る 三好 義継 ( 三好 家 当主 ) の もと へ 亡命 し た 。 しかし 天正 元年 、 信長 に よ っ て 義継 は 滅ぼ さ れ た 。 天正 4 年 ( 1576 年 ) 、 その 昔 足利尊 氏 が 再起 を 果た し 足利 家 に と っ て 縁起 の 良 い 土地 で あ っ た 備後 国鞆 の 浦 ( 当時 は 毛利 領 ) に 亡命 政府 ( 幕府 ) を 樹立 ( 鞆幕府 と も 呼 ば れ る ) し 、 そこ から 信長 追放 を 目指 し て 諸 大名 に 討伐 令 を 下 し 続け た 。 天正 6 年 ( 1578 年 ) に 関東 管領 の 上杉 謙信 が 死去 し 、 天正 8 年 ( 1580 年 ) に は 石山 本願 寺 も 降伏 する 。 まだ 備後 鞆 滞在 中 で あ っ た 天正 10 年 ( 15 82 年 ) に 信長 が 本能 寺 の 変 で 家臣 に 討 た れ る と 、 毛利 輝元 の 後ろ盾 を 得 て 再び 上洛 を 目論 む 一方 、 豊臣 秀吉 や 柴田 勝家 に も 同じ よう な 働きかけ を 盛ん に 行 っ た 。 しかし 、 親 豊臣 派 で あ っ た 小早川 隆景 ら が 反対 し た こと も あ り 、 また 、 義昭 は 勝家 を 支持 し た ため 、 秀吉 に 接近 し つつ あ っ た 毛利 氏 と の 関係 は 冷却 し た 。 天正 11 年 、 毛利 輝元 が 羽柴 秀吉 に 臣従 し 、 天正 14 年 、 羽柴 秀吉 が 関白 太政 大臣 と な る 。 その 後 、 天正 16 年 ( 1588 年 ) 、 征夷 大将軍 は 辞 し 准 三宮 の 称号 を 朝廷 から 得 、 出家 し 昌山 と 号 し た 。 秀吉 から は 山城 槇 島城 に お い て 1 万 石 の 領地 を 認め られ た 。 文禄 ・ 慶長 の 役 に は 、 秀吉 の 要請 に ともな い 、 軍 を 引き連れ 肥前 国 名護屋 まで 参陣 し て い る 。 慶長 2 年 ( 1597 年 ) 、 大阪 で 死去 。 享年 61 。 天下 統一 を 実現 し た 秀吉 が 幕府 の 創立 を 目論 み 、 義昭 を 大名 に する 代わり に 自分 を 養子 と し て くれ る よう に と 望 ん だ が 、 名族 ・ 足利 氏 と し て の 意地 が あ っ た の か これ を 拒絶 し た 、 と い う 逸話 が 伝わ る が これ は 後世 の 作り話 と さ れ て い る 。 織田 信長 や その 家臣 を 主人 公 と し た 作品 で は 、 暗君 の 公家 と し て 描 か れ る 場合 が 多 い 。 しかし 、 前代 まで の 将軍 たち と 異な り 、 生き残 る こと 自体 が 困難 で あ っ た 戦国 時代 を 生き 抜 い て 天寿 を 全う し た こと 、 また 壮大 な 信長 包囲 網 を 作り上げ た こと など から 、 非凡 な 才能 を 持 っ た 将軍 で あ っ た と も 思 わ れ る 。 政権 の 最後 の 責任 者 は 古今 東西 問 わ ず 評価 が 低 く な り がち で あ る し 、 さらに 信長 、 秀吉 と い う 天才 たち の 引き立て 役 と な ら ざる を 得 な い 気の毒 な 面 も あ る と 言え よ う 。 一色 昭国 、 畠山 昭清 、 畠山 昭高 、 細川 昭賢 、 細川 昭元 、 槙島 昭光 など 偏諱 を 受け た 守護 等 も 多 い 。 兄 ・ 義輝 の 死後 、 幕臣 に 守 ら れ ながら 流浪 し たり 、 信長 に 追放 さ れ て 諸国 を 流浪 し たり し たり し て 諸 大名 を 頼 っ た 経緯 から 、 「 貧乏 公方 」 と 噂 さ れ た と い わ れ る 。 義昭 は 自ら が 将軍 に 就任 し た 際 、 元号 を 「 元亀 」 と 改元 する べ く 朝廷 に 奏請 し た 。 しかし 信長 は それ が 将軍 権威 の 復活 に つなが る こと 、 正親 町 天皇 の 在位 が 続 い て い る の に 必要 な い と 反対 し た 。 しかし 義昭 は 信長 が 朝倉 氏 討伐 に 出陣 し た 4 月 23 日 、 改元 を 実行 し て い る 。 義昭 の 嫡男 ・ 義尋 は 、 信長 の 人質 と な っ た あと 出家 し て 大乗院 門跡 を 継 い だ 。 足利 を 名乗 る 子孫 は 江戸 時代 に い な い 。 永禄 9 年 ( 1566 年 ) 、 従 五 位 下 に 叙 し 、 左馬頭 に 任官 。 叙 位 任官 時期 に つ い て は 疑問 視 も あ る 永禄 11 年 ( 1568 年 ) 10 月 18 日 ( 旧暦 ) 、 従 四 位 下 に 昇叙 し 、 参議 に 補任 。 左近衛 中将 を 兼任 。 征夷 大将軍 宣下 。 永禄 12 年 ( 1569 年 ) 6 月 22 日 ( 旧暦 ) 、 従 三 位 に 昇叙 し 、 大納言 に 栄進 。 天正 2 年 ( 1574 年 ) 、 京都 より 追放 さ れ 、 備後 鞆 の 浦 に 亡命 政府 ( 幕府 ) 樹立 。 天正 16 年 ( 1588 年 ) 1 月 13 日 ( 旧暦 ) 、 出家 し 征夷 大将軍 から 准 三宮 に 転身 。 慶長 2 年 ( 1597 年 ) 8 月 28 日 ( 旧暦 ) 、 卒去 。 法号 は 霊陽 院 昌山 道 休 奥野 高広 『 足利 義昭 』 ( 吉川 弘文館 人物 叢書 、 1996 年 新装版 ) ISBN 4642 0 5 182 1 桑田 忠親 『 流浪 将軍 足利 義昭 』 ( 講談 社 、 1985 年 ) ISBN 4642 0 5 182 1 松本 清張 『 陰謀 将軍 』 ( 新潮 文庫 『 佐渡 流 人行 』 収録 ) 岡本 好古 『 御所 車 最後 の 将軍 ・ 足利 義昭 』 ( 文藝 春秋 ( 出版 社 ) 、 1993 年 ) ISBN 416314 0700 水上 勉 『 足利 義昭 流れ 公方 記 』 ( 学陽 書房 人物 文庫 、 1998 年 ) ISBN 431375 0 339 『 戦国 自衛 隊 映画 版 』 ( 1979 年 、 俳優 : 鈴木 瑞穂 ) 『 太閤 記 ( NHK 大河 ドラマ ) 』 ( 1965 年 、 NHK 大河 ドラマ 、 俳優 : 市村 家橘 ( 現 ・ 市村 吉五郎 ) ) 『 天 と 地 と ( NHK 大河 ドラマ ) 』 ( 1969 年 、 NHK 大河 ドラマ 、 俳優 : 大出 俊 ( 俳優 ) ) 『 国盗 り 物語 ( NHK 大河 ドラマ ) 』 ( 1973 年 、 NHK 大河 ドラマ 、 俳優 : 伊丹 十 三 ) 『 黄金 の 日日 』 ( 1978 年 、 NHK 大河 ドラマ 、 俳優 : 松橋 登 ) 『 おんな 太閤 記 』 ( 1981 年 、 NHK 大河 ドラマ 、 俳優 : 津村 鷹志 ) 『 徳川 家康 ( NHK 大河 ドラマ ) 』 ( 1983 年 、 NHK 大河 ドラマ 、 俳優 : 篠原 大作 ) 『 太閤 記 ( TBS ドラマ ) 』 ( 1987 年 、 TBS 大型 時代 劇 スペシャル 、 俳優 : 石橋 蓮司 ) 『 武田 信玄 ( NHK 大河 ドラマ ) 』 ( 1988 年 、 NHK 大河 ドラマ 、 俳優 : 市川 團蔵 ( 9 代 目 ) ) 『 織田 信長 ( TBS ドラマ ) 』 ( 1991 年 、 TBS 大型 時代 劇 スペシャル 、 俳優 大 橋 吾郎 ) 『 信長 KING OF ZIPANGU 』 ( 1992 年 、 NHK 大河 ドラマ 、 俳優 : 花柳 錦 之輔 ( 3 代 目 ) ) 『 織田 信長 ( テレビ ドラマ 1994 年 ) 』 ( 1994 年 、 テレビ 東京 ・ 12 時間 超 ワイド ドラマ ( 後 の 新春 ワイド 時代 劇 ) 、 俳優 : 京本 政樹 ) 『 豊臣 秀吉 天下 を 獲 る ! 』 ( 1995 年 、 テレビ 東京 ・ 12 時間 超 ワイド ドラマ ( 後 の 新春 ワイド 時代 劇 ) 、 俳優 : 石橋 蓮司 ) 『 秀吉 ( NHK 大河 ドラマ ) 』 ( 1996 年 、 NHK 大河 ドラマ 、 俳優 : 玉置 浩二 ) 『 利家 と まつ 〜 加賀 百 万 石 物語 〜 』 ( 2002 年 、 NHK 大河 ドラマ 、 俳優 : モロ 師岡 ) 『 国盗 り 物語 』 ( 2005 年 、 テレビ 東京 ・ 新春 ワイド 時代 劇 、 俳優 : 相島 一之 ) 『 功名 が 辻 ( NHK 大河 ドラマ ) 』 ( 2006 年 、 NHK 大河 ドラマ 、 俳優 : 三谷 幸喜 ) 『 太閤 記 〜 天下 を 獲 っ た 男 ・ 秀吉 』 ( 2006 年 、 テレビ 朝日 火曜 時代 劇 、 俳優 : 京本 政樹 ) 『 明智 光 秀 〜 神 に 愛 さ れ な かっ た 男 〜 』 ( 2007 年 、 フジ テレビジョン 、 俳優 : 谷原 章介 ) +源 義仲 ( みなもと の よしなか ) は 、 平安 時代 末期 の 信濃 源 氏 の 武将 。 通称 ・ 木曾 次郎 。 木曾 義仲 の 名 で も 知 ら れ る 。 「 朝日 将軍 ( 旭将軍 ) 」 と 呼 ば れ た 。 清和 源 氏 の 一族 で 、 河内 源 氏 の 流れ を 汲 む 。 父 は 源義賢 。 源 頼朝 ・ 源 義経 と は 従兄弟 に あた る 。 幼名 は 駒王丸 。 以仁 王 の 令旨 に よ っ て 挙兵 、 都 から 逃れ た その 遺児 を 北陸 宮 と し て 擁護 し 、 倶利伽羅 峠 の 戦い で 平家 の 大軍 を 破 っ て 上洛 する 。 長年 の 飢饉 と 平家 の 狼藉 に よ っ て 荒廃 し た 都 の 治安 回復 を 期待 さ れ た が 、 治安 回復 の 失敗 と 大軍 が 都 に 居座 っ た こと に よ る 食糧 事情 の 悪化 、 皇位 継承 へ の 介入 など に よ り 後白河 法皇 と 不和 と な る 。 法住 寺 合戦 に 及 ん で 法皇 と 後鳥 羽 天皇 を 幽閉 し て 征夷 大将軍 と な り ( 近年 で は 征東 大将軍 説 が 有力 ) 、 その 10 日 後 に 源 頼朝 が 送 っ た 源 義経 の 軍勢 に よ っ て 近江 国 粟津 で 討 た れ た 。 祖父 の 源 為 義 と 伯父 の 源義朝 が 対立 的 関係 に な っ た 時 、 父 為 義 の 命 を 受け て 本拠 地 の 京都 から 関東 に 下 っ た 源義賢 の 次男 と し て 武蔵 国 の 大蔵 館 ( 現在 の 埼玉 県 比企郡 嵐山 町 ) に 生まれ る 。 関東 で の 源 為 義派 の 父義賢 と 、 伯父 の 義朝 の 対立 の 過程 で 、 父 の 義賢 が 甥 の 源 義平 に 討 た れ た 後 、 幼少 の 義仲 は   畠山 重能 、 斎藤 実盛 ら の 援助 で 信濃 国 ( 長野 県 ) に 逃れ 、 木曾 谷 の 豪族 、 中原 兼遠 の 庇護 下 に 育 ち 、 通称 を 「 木曾 次郎 」 と 名乗 る 。 治承 4 年 ( 1180 年 ) 、 平清 盛 と 対立 し て い た 後白河 天皇 の 皇子 で あ る 以仁 王 ( 高倉宮 ・ 三 条 宮 ) が 全国 に 令旨 を 発 し 、 叔父 源 行家 が 全国 で 挙兵 を 呼びかけ る 。 摂津 源 氏 の 源 頼政 が 養子 に し て い た 義仲 の 兄 の 八条 蔵 人 源 仲家 は 、 5 月 の 以仁 王 挙兵 に 参戦 し 、 頼政 と 共 に 宇治 で 討死 し て い る 。 同年 9 月 7 日 、 義仲 も 呼応 し て 挙兵 し た ( 市原 合戦 ) 。 翌年 の 治承 5 年 ( 1181 年 ) 6 月 、 越後 国 から 攻め込 ん で き た 城助 職 を 信濃 川 横田 河原 の 戦い で 破 り 、 一時 上野 国 ( 群馬 県 ) へ 進 む が 、 関東 地方 で 挙兵 し た 源 頼朝 と は 合流 せ ず に 北陸 道 に 進 ん だ 。 寿永 元年 、 北陸 で は 逃れ て き た 以仁 王 の 子 を 北陸 宮 と し て 擁護 し 、 以仁 王 挙兵 を 継承 する 立場 を 明示 し 、 京 の 重要 な 食料 供給 源 で あ る 北陸 を 勢力 圏 と し て 固め た 。 寿永 2 年 ( 1183 年 ) 2 月 、 頼朝 と 敵対 し 敗れ た 源義広 ( 志田 三郎 先生 ) と 、 頼朝 から 追い払 わ れ た 源行 家 が 義仲 を 頼 っ て 身 を 寄せ 、 この 2人 を 庇護 し た 事 で 頼朝 と 義仲 は 衝突 寸前 と な る 。 義広 と 行家 は 両名 と も 義仲 の 叔父 で あ り 、 義仲 の 兄 が 仕え た あき子内 親王 に 縁 が あ っ た 。 『 平家 物語 』 『 源平 盛衰記 』 で は 武田 信光 が 娘 を 義仲 の 嫡男 源 義高 ( 清水 冠者 ) に 嫁 が せ よ う と し て 断 ら れ た 腹いせ に 、 義仲 が 平氏 と 手 を 結 ん で 頼朝 を 討 とう と し て い る と 讒言 し た と し て い る 。 3 月 に 嫡子 源 義高 ( 清水 冠者 ) を 人質 と し て 鎌倉 に 送 る 事 で 両者 の 対立 は 一応 の 了解 が つ く 。 5 月 、 越 中国 砺波山 の 倶利伽羅 峠 の 戦い ( 富山 県 小矢部 市 - 石川 県 河北 郡 津幡 町 ) で 10 万 と も 言 わ れ る 平維 盛 率い る 平氏 の 大軍 を 破 り 、 勝ち に 乗 っ た 義仲 軍 は 沿道 の 武士 たち を 糾合 し 、 怒濤 の 勢い で 京都 を 目指 し て 進軍 する 。 7 月 22 日 に 義仲 が 比叡山 に 入 っ た と い う 噂 が 広ま り 、 25 日 に 平氏 は 安徳 天皇 を 擁 し て 都 を 落ち 、 西国 へ 逃れ た 。 後白河 法皇 は 西国 へ 伴 お う と する 平氏 から 身 を 隠 し 、 比叡山 に 登 っ た 。 入京 7 月 27 日 、 後白河 法皇 は 義仲 の 軍勢 に 属 する 山本 義経 の 子 、 錦部 冠 者 義高 に 守護 さ れ て 都 に 戻 る 。 『 平家 物語 』 で は 、 「 この 20 余 年 見 られ な かっ た 源氏 の 白旗 が 、 今日 はじめて 都 に 入 る 」 と その 感慨 を 書 い て い る 。 義仲 は 翌日 28 日 に 入京 、 行家 と 共 に 後白河 法皇 の 御所 に 参上 し 、 平氏 追討 を 命 じ られ る 。 2人 は 相並 ん で 前後 せ ず 、 序列 を 争 っ て い た 。 法皇 は 勲功 の 第 一 を 頼朝 、 第 二 が 義仲 、 第 三 が 行家 と し て 、 あくまで 義仲 を 頼朝 の 代官 と 位置 づけ 、 頼朝 に 上洛 を 促 す 使者 を 送 っ て 義仲 を 牽制 し た 。 8 月 6 日 に は 平家 一門 の 60 余 名 が 官職 から 追放 さ れ 、 11 日 に 後白河 法皇 より 義仲 は 従 五 位 下 左 馬頭 ・ 越後 国守 、 行家 は 従 五 位 下備 後 国守 に 任 ぜ られ る 。 『 平家 物語 』 で は ここ で 義仲 が 朝日 の 将軍 と い う 称号 を 得 て 、 義仲 と 行家 が 任国 を 嫌 っ た の で 義仲 が 源氏 総 領家 に ゆかり の あ る 伊予 国守 に 、 行家 が 備前 国守 に 移 さ れ た と し て い る が 、 義仲 と 差 が あ る と し て 不満 を 示 し た の は 行家 のみ で 、 義仲 が 忌諱 し た 記録 は 見 られ な い ( 『 玉葉 』 8 月 11 日 条 ) 。 8 月 14 日 、 義仲 は 新帝 即 位 に 介入 し 、 今度 の 大功 は 自ら が 推戴 し て き た 北陸 宮 の 力 で あ る と し て 、 この 宮 を 天皇 と し て 即位 さ せ る よう 朝廷 に 執拗 に 申し立て た 。 しかし 一介 の 武士 に 過ぎ な い 義仲 の 意見 が 受け入れ られ る はず も な く 、 朝廷 で は 義仲 を 制 する ため 御占 が 数 度 行な わ れ た 結果 、 8 月 20 日 に 高倉 天皇 の 皇子 で 安徳 天皇 の 弟 四之宮 ( 後鳥 羽 天皇 ) を 即位 さ せ た 。 この あたり から 伝統 や 格式 を 重んじ る 後白河 法皇 や 貴族 社会 は 知識 や 教養 が まるで な い 義仲 を 「 粗野 な 人物 」 と し て 厭 う よう に な っ て い っ た 。 山村 に 育 っ た 義仲 は 、 平家 一門 や 子供 時代 を 京都 で 過ご し た 頼朝 と は 違 い 、 そう し た もの に 触れ る 機会 が 存在 し な かっ た の で あ る 。 また 義仲 は 京都 の 治安 回復 に も 失敗 し た と も 言 わ れ る 。 連年 の 飢饉 で 食糧 事情 が 極端 に 悪化 し て い た 京都 に 、 遠征 で 疲れ 切 っ た 武士 達 の 大軍 が 居座 っ た ため に 遠征 軍 に よ る 都 や 周辺 で の 略奪 行為 が 横行 する 。 義仲 は 上洛 し て すぐ に 、 主立 っ た 武士 達 に 都 を 守護 する 配置 を 決め て 警備 に 当た ら せ た が 、 元々 義仲 の 軍勢 は 諸国 で 蜂起 し た 武士 たち の 寄り合 い 所帯 で あ り 、 その 中 で 義仲 が もっとも 有力 だっ た だけ で 全体 の 統制 が 出来 る 状態 に な かっ た 。 後白河 法皇 は 京都 から 厄介 払い する こと を 目的 と し て 、 たびたび 義仲 に 西国 へ 逃れ た 平氏 の 追討 を 命じ る よう に な っ た 。 法皇 は 自ら 義仲 に 刀 を 下賜 し て 出陣 を 促 し 、 やむな く 義仲 は 腹心 の 樋口 兼光 を 京都 に 残 し て 後白河 法皇 を 牽制 し ながら 、 9 月 20 日 に 平 氏 追討 の ため に 播磨 国 へ 向か っ て 出陣 し た 。 法皇 襲撃 しかし 海戦 に 不慣れ な 木曾 源 氏 軍 は 、 備 中国 の 水島 の 戦い ( 岡山 県 倉敷 市 ) で 平 氏 水軍 に 惨敗 。 義仲 軍 は 閏 10 月 15 日 に 京都 へ 逃げ 帰 っ て き た 。 義仲 の 出陣 中 に 朝廷 で は しきり と 頼朝 の 上洛 を 促 し 、 頼朝 は これ を 断 っ て 東 日本 から の 年貢 を 都 まで 送 る かわり に 、 東国 の 支配 権 を 認め させ て お り ( 寿永 二 年 十 月 宣旨 ) 、 義仲 は 都 に 戻 っ て から これ に 抗議 し て い る 。 頼朝 の 脅威 を 恐れ る 義仲 は 、 頼朝 追討 の 院宣 を 得 よ う と し たり 、 平氏 が 勢力 を 盛り返 し た の を 受け て 法皇 を 伴 っ て 北国 行き を 計 る も 拒否 さ れ る 。 義仲 と 不和 と な っ た 行家 は 11 月 8 日 播磨 国 へ 平氏 追討 に 向か っ て たちまち 敗れ た のち 、 都 に 戻 ら ず 姿 を くら ま せ た 。 法皇 に は もはや 義仲 を 受け入れ る つもり は な く 、 義仲 に 対抗 す べ く 比叡山 や 園城 寺 の 協力 を とりつけ て 僧兵 や 石投 の 浮浪 民 など を 集め 、 堀 や 柵 を めぐ ら せ 法住 寺 の 武装 化 を 計 る 。 義仲 陣営 の 近江 源 氏 や 摂津 源 氏 など 法皇 方 に 付 く 者 も 出 て き て 、 数 の 上 で は 義仲 側 を 凌 い だ 。 九条 兼実 は 義仲 を 挑発 する 法皇 の 行為 を 「 義仲 たちまち に 国家 を 危う く し 奉 る 理 なし 。 唯 君城 を 構 へ 兵 を 集め 、 衆 の 心驚 か さるる 条 、 専ら 至愚 の 政 な り 。 これ 小人 の 計 より 出 づ る か 」 「 ひとえに 義仲 に 敵対 せ らる る なり 。 はなはだ 以 て 見苦し 。 王者 の 行い に あらず 」 と 終始 批判 し て い る 。 11 月 7 日 、 法皇 は 義仲 に 再度 平 氏 追討令 を 出 し て 、 京都 から 出 て 行 く よう 命 じ た が 、 頼朝 の 動き を 警戒 する 義仲 が 承伏 でき る もの で は な かっ た 。 義仲 は 「 君 ( 法皇 ) に 立ち向か う 心 は あ り ま せ ん 」 と 神妙 に 対応 し た 。 しかし 11 月 17 日 、 法皇 は 改めて 義仲 に 京都 退去 を 要求 し 、 応 じ な い 場合 は 「 追討 の 院宣 」 を 下 す と 通告 。 18 日 に は 後鳥 羽 天皇 が 法住 寺 殿 へ 行幸 、 公卿 ら も 参内 し て 義仲 追討 の 院宣 が 下 さ れ よ う と し て い た 。 19 日 、 ついに 爆発 し た 義仲 は 法住 寺 殿 を 襲撃 し て 火 を 放 ち 、 法皇 の 徴兵 に 積極 的 に 関与 し た 天台 座主 の 明雲 や 後白河 法皇 の 皇子 で あ る 円恵 法 親王 など 百 余 人 を 殺害 、 裸形 の 女房 ら が 逃げまど う 中 、 法皇 と 後鳥 羽 天皇 を 五 条 東 洞院 の 摂政 邸 に 幽閉 し て 勝ち 鬨 の 声 を あげ 、 政権 を 掌握 し た 。 義仲 は 天台 宗 の 最高 の 地位 に あ る 僧 の 明雲 の 首 を 「 そんな 者 が 何 だ 」 と 川 に 投げ捨て た と い う ( 『 愚管 抄 』 ) 。 『 平家 物語 』 で 義仲 が 藤原 基房 ( 前関白 ) の 娘藤原 伊子 を 強引 に 自分 の 妻 に し た と い う 部分 は 史料 に は み られ な い が 、 義仲 が 11 月 21 日 、 22 日 に 基房 と 深 く 接触 し て い る 事 から 、 あ り え た 事 と 思 わ れ る 。 11 月 28 日 に は 法皇 に 与 し た 公卿 44 人 を 解官 。 12 月 1日 、 院 の 御厩 と な り 、 さらに 12 月 22 日 、 基房 の 子 で わずか 12 歳 の 松殿 師家 を 内 大臣 摂政 に 任命 さ せ る 。 12 月 15 日 に は 法皇 に 強要 し て 鎌倉 の 源 頼 朝 追討 の 院宣 を 出 さ せ て い る 。 最期 寿永 3 年 ( 1184 年 ) 1 月 6 日 、 鎌倉 の 軍勢 が 墨俣 町 を 越え て 美濃 国 へ 入 っ た と い う 噂 を 聞 い て 、 義仲 は 大いに 畏怖 する 。 1 月 10 日 に は 自ら を 征夷 大将軍 に 任命 さ せ た ( 後世 の 編纂 史料 『 吾妻 鏡 』 『 百 錬 抄 』 に よ る 。 同 時代 の 日記 『 玉葉 』 『 三槐 荒涼 抜書要 』 〔 『 山槐 記 』 の 抄出 〕 で は 1 月 15 日 に 征東 大将軍 就任 と な っ て お り 、 近年 で は こちら の 説 が 有力 ) 。 播磨 国 の 平氏 と の 和睦 工作 を 続け 、 法皇 を 伴 っ て 北国 や 近江 へ の 下向 を 計 る が 断念 。 ま も な く 源範頼 、 源義経 率い る 鎌倉 源 氏 軍 が 到着 。 義仲 は 京都 の 防備 を 固め て 鎌倉 源 氏 軍 と の 開戦 に 及 ん だ が 、 法皇 幽閉 に はじま る 一連 の 暴挙 の ため 、 木曾 源 氏 軍 の 兵士 は 次々 と 敵前 逃亡 し 、 宇治川 や 瀬田 で の 戦い に 惨敗 し た 。 義仲 自身 も 1 月 20 日 、 近江 国 粟津 ( 滋賀 県 大津 市 ) で 討ち死に し た ( 宇治川 の 戦い ) 。 「 義仲 天下 ヲ 執 シ 後 60 日 ヲ 経 タリ 」 ( 『 玉葉 』 ) 享年 31 。 義仲 が 戦死 し た とき 嫡子 ・ 源義高 ( 清水 冠者 ) は 頼朝 の 娘 大姫 の 婿 と し て 鎌倉 に い た が 、 逃亡 を 図 っ て 討 た れ 、 義仲 の 家系 は 絶え た 。 義仲 の 妹 で あ る 宮菊姫 は 北条 政子 の 猶子 と な っ て 京都 に い た が 、 元暦 2 年 ( 1185 年 ) 5 月 1日 、 彼女 の 名 を 借り た 領地 横領 の 問題 に 関 し て 頼朝 から 鎌倉 に 呼び出 さ れ て い る 。 政子 が 特に 同情 し て い た と い う 。 宮菊 は 横領 に 関わり な い 事 を 弁明 し 、 憐 れ んだ 頼朝 から 美濃 国 の 領地 を 与え られ 、 義仲 恩顧 の 信濃 国 の 御 家人 たち に 宮菊 を 尊重 する よう 命 が 出 さ れ て い る ( 『 吾妻 鏡 』 ) 。 戦国 時代 ( 日本 ) の 木曾 氏 は 義仲 の 子孫 を 自称 し て い る 。 官職 位 階 履歴 ※ 日付 = 旧暦 寿永 2 年 ( 1183 年 ) 8 月 11 日 、 従 五 位 下 に 叙 し 、 左馬頭 に 任官 。 越後守 兼任 。 8 月 16 日 、 伊予守 兼任 。 越 後守 の 任替 。 10 月 、 左馬 頭 辞任 。 10 月 13 日 、 従 五 位 上 に 昇叙 。 伊予守 如 元 。 寿永 3 年 ( 1184 年 ) 1 月 2 日 、 従 四 位 下 に 昇叙 。 昇殿 を 許 さ れ る 。 伊予守 如 元 。 1 月 10 日 、 征夷 大将軍 宣下 ( 『 吾妻 鏡 』 『 百 錬 抄 』 に よ る 。 『 玉葉 』 『 三槐 荒涼 抜書要 』 に よ れ ば 、 1 月 15 日 に 征東 大将軍 宣下 ) 。 義仲 の 墓所 は 、 室町 時代 に 没 地 近く に 開 か れ た 朝日 山 義仲 寺 ( 滋賀 県 大津 市 馬場 ) に あ る 。 義仲 寺 は 江戸 時代 の 俳人 松尾 芭蕉 の 墓 が あ る こと で も 有名 な 寺 で あ る 。 芭蕉 は かねが ね 義仲 の 生涯 に 思い を 寄せ 、 生前 から 義仲 の 隣 に 葬 っ て 欲し い と 言 っ て い た 。 首塚 は 京都 市 東山 区 の 法観 寺 に あ る 。 また 、 長野 県 日義村 の 徳音 寺 に は 、 義仲 の 霊廟 と 五 基 並 ん だ 一族 の 墓 が 建立 さ れ て い る 。 生誕 地 義仲 の 生誕 地 は 、 現在 の 埼玉 県 比企郡 嵐山 町 だ と 言 わ れ て い る 。 現在 は 生誕 地 に は 鎌形 八 幡宮 が 建 ち 、 義仲 の 産湯 を 汲 ん だ と さ れ る 清水 が 残 さ れ て い る 。 義仲 四 天王 義仲 の 下 で 活躍 し た 、 今井 兼平 、 樋口 兼光 、 根井 行親 、 楯親忠 の 4 人 の 武将 を 義仲 四 天王 と い う 。 容貌 「 眉目 形 は きよげ に て 美男 な り けれど も 、 堅固 の 田舎人 にて 、 あさまし く 頑 な に おか しかり けり 」 「 色白 う 眉目 は 好 い 男 に て 有り けれど も 立ち 居 振る舞い の 無骨 さ 、 言 い た る 詞続き の 頑 なな る 事 限り なし 」 ( 『 源平 盛衰記 』 ) 銅像 富山 県 小矢部 市 の 護国 八幡 神社 に 騎馬 姿 で 手綱 を 持 っ た 義仲 の 銅像 が あ る 。 長野 県 木曽 郡 日義村 ( 現 ・ 木曽 町 ) の 歴史 資料 館 「 」 の 中庭 に 、 巴 御前 と 並 ぶ 銅像 が 立 つ 。 唱歌 ・ 地名 義仲 は 「 信濃 の 国 」 ( 長野 県 歌 ) に 、 県 出身 者 の 一人 と し て 詠 わ れ て い る 。 また 義仲 が 育 っ た 木曽 郡 日義村 は 、 「 朝日 将軍 義仲 」 に 由来 し て 1874 年 に 命名 さ れ た 地名 で あ っ た ( 日義村 は 2005 年 11 月 1日 から 木曽 町 と な り 消滅 ) 。 祭事 ・ 催事 清和 源 氏 発祥 の 地 、 兵庫 県 川西 市 で 毎年 4 月 に 行 わ れ る 源氏 まつり の 「 懐古 行列 」 で は 、 先祖 源 満仲 を 始め と する 清和 源 氏 累代 の 武将 達 と 並び 騎馬 武者 姿 の 義仲 が 登場 する 。 神楽 胡 四 王 神楽 。 岩手 県 指定 無形 民俗 文化 財 。 早池峰 岳 流山伏 神楽 の 弟子 神楽 。 慶長 3 年 ( 1598 年 ) 幕銘 の 獅子 頭 が 伝承 さ れ て お り 、 その ころ から 始ま っ て い た 。 「 岩手 県立 博物 館 平成 16 年度 伝統 芸能 鑑賞 会 / 岩手 県 文化 財 愛護 協会 第 57 回 岩手 郷土 芸能 祭 」 に 詳し い 。 +明智光秀 ( あけちみつ ひ で ) は 、 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 武将 。 通称 は 十兵衛 。 雅号 は 咲庵 ( しょうあん ) 。 正室 は 妻木 範煕 の 娘明智 煕子 。 2人 の 間 に は 、 織田 信澄 室 、 細川 忠興 室 細川 ガラシャ ( 洗礼 名 ガラシャ ) 、 嫡男 明智光 慶 ( 十 五郎 ) が い る 。 清和 源 氏 の 土岐 氏 の 支流 明智 氏 に 生まれ 、 父 は 明智 光 綱 と い わ れ る 。 生年 は 享禄 元年 ( 1528 年 ) と 大永 6 年 ( 1526 年 ) の 2 つ の 説 が あ る 。 場所 は 岐阜 県 可児 市 明智 の 明智 城 、 山県 市 美山 出身 と い う 2 つ の 説 が あ る 。 幼名 は 桃丸 。 青年 期 の 履歴 は 不明 な 点 が 多 い が 、 通説 に よ れ ば 、 美濃 国 の 守護 土岐 氏 の 一族 で 、 戦国 大名 の 斎藤 道三 に 仕え る も 、 弘治 ( 日本 ) 2 年 ( 1556 年 ) 、 道三 と 斎藤 義龍 の 争い の 際 、 道 三 方 に 味方 し 、 義龍 に 明智 城 を 攻め られ 一族 が 離散 し た と さ れ る 。 その 後 、 母方 の 若狭 武田 氏 を 頼 り 、 のち越前 国 の 朝倉 氏 に 仕え る 。 なお 、 『 永禄 六 年 諸 役 人 附 』 に 見え る 「 明智 」 を 光秀 と 解 し 、 美濃 以後 朝倉 氏 に 仕え る まで の 間 、 足利 義輝 に 仕え て い た と する 説 も あ る 。 足利 義昭 が 姉婿 の 武田 義統 を 頼り 若狭 国 に 、 さらに 越前 国 の 朝倉 氏 に 逃れ る と 、 光秀 は 義昭 と 接触 を も つ 。 光秀 の 母 は 武田 義統 の 姉妹 と 伝え られ 、 また 朝倉 義景 の 母 も 武田 氏 若狭 武田 氏 の 出 で あ り 、 それ で 義昭 の 接待 役 を 命 じ られ た もの と 考え られ る 。 義昭 は 、 朝倉 に 上洛 を 期待 し て い た の で あ っ た が 義景 は 動 か ず 。 そこ で 光秀 を 通 し て 織田 信長 に 対 し 、 京都 に 攻め 上り 自分 を 征夷 大将軍 に つけ させ る よう 要請 し た 。 光秀 は 、 叔母 が 斎藤 道三 の 夫人 で 、 信長 の 正室 で あ る 斎藤 道 三娘 ( 濃姫 ) と は 従兄 妹 関係 に あ っ た 可能 性 が あ り 、 その 縁 を 頼 っ た の だ と も い わ れ る 。 信頼 でき る 史料 に よ る と 、 永禄 12 年 ( 1569 年 ) 頃 から 豊臣 秀吉 ( のち 羽柴 に 改姓 ) ら と 共 に 織田 氏 支配 下 の 京都 近辺 の 政務 に あた っ た と さ れ る 。 義昭 と 信長 が 対立 し 始め る と 、 義昭 と 袂 を 分か ち 信長 の 直臣 と な る 。 数々 の 戦功 を あげ 元亀 3 年 ( 1572 年 ) 頃 に 近江 国 滋賀 郡 を 与え られ 、 坂本城 を 築城 し て これ を 居城 と し た 。 天正 3 年 ( 1575 年 ) に は 惟任 氏 ( これ とう ) の 姓 、 従五 位 下 、 日向 守 ( ひゅうが の かみ ) の 官職 を 与え られ 、 惟任 日向守 と 称 す 。 城主 と な っ た 光秀 は 、 石山 本願 寺 や 信長 に 背 い た 荒木 村重 、 松永 久秀 を 攻め る など 近畿 地方 の 各地 で 転戦 し つつ 丹波 国 の 攻略 を 担当 し 、 天正 7 年 ( 1579 年 ) まで に これ を 平定 。 丹波 一 国 を 与え られ て 丹波 亀山城 _ ( 丹波 国 ) ・ 福知 山城 ・ 周山 城 を 築城 し た 。 京 に 繋が る 道 の 内 、 東海道 と 山陰 道 の 付け根 2 つ を 与え られ た こと から も 光秀 が 織田 家 に あ っ て かなり 重要 な ポスト に あ っ た こと が 伺え る 。 また 丹波 拝領 と 同時 に 丹後 国 の 細川 幽斎 、 大和 国 の 筒井 順慶 ら 近畿 地方 の 織田 大名 の 指揮 権 を 与え られ た 。 近年 の 歴史 家 は この 地位 を 関東 管領 に なぞらえ て 「 近畿 管領 」 と も 呼 ぶ 。 天正 9 年 ( 1581 年 ) に は 京都 で 行 わ れ た 信長 の 軍事 デモンストレーション で あ る 「 京都 御 馬揃え 」 の 運営 を 任 さ れ 、 この 職務 を 全う し た 。 天正 10 年 ( 15 82 年 ) 、 豊臣 秀吉 の 毛利 氏 征伐 支援 を 命 ぜ られ て 出陣 する 途上 の 6 月 2 日 ( 西暦 6 月 21 日 ) 早朝 、 桂川 を 渡り 京 へ 入 る 段階 に な っ て 光秀 は 「 敵 は 本能 寺 に あ り 」 と 発言 し 、 主君 信長 討伐 の 意 を 告げ た と い わ れ る 。 しかし 本城 惣右衛門 覚書 に よ れ ば 雑兵 に お い て は 信長 討伐 を 目的 と し て い た こと を 最後 まで 知ら さ れ て は い な かっ た こと に な る 。 かく し て 光秀 は 信長 が 宿泊 し て い た 京都 の 本能 寺 を 二手 に 分け て 急襲 し 信長 を 包囲 。 僅 か な 兵 のみ に 守 ら れ て い た 信長 を 自害 さ せ た 。 また 二条 御所 に お い て 、 信長 の 嫡男 の 織田 信忠 や 京都 所司 代 の 村井 貞勝ら を 討ち取 っ て い る 。 この 本能 寺 の 変 で 、 自分 を 取り立て た 主君 で あ る 信長 を 討ち滅ぼ し た ため に 、 謀反 人 と し て 歴史 に 名 を 残 す こと と な っ た 。 しかし 、 信長 の 死体 が 消え た ため 、 信長 の 首 は とれ な かっ た 。 一方 で 光秀 の 心情 を 斟酌 する 人間 も 少な く な く 、 変 の 背景 が 未だ あいまい な こと と 相 ま っ て 、 後 に 良 く も 悪 く も 光秀 に 焦点 を あて た 作品 が 数 多 く 作 ら れ る こと と な る 。 京都 を 押さえ た 光秀 だっ た が 、 協力 を 求め た 細川 藤孝 や 筒井 順慶 の 光秀 へ の 対応 は 期待 に 沿 う もの で は な かっ た 。 そして みずから の 新 政権 の 統制 を 整備 する 間 も 無 く 、 本能 寺 の 変 から 11 日 後 の 6 月 13 日 ( 西暦 7 月 2 日 ) 、 変 を 知 っ て 急遽 毛利 氏 と 和睦 し 、 中国 地方 から 引き返 し て き た 豊臣 秀吉 の 軍 を 、 現在 の 京都 府 大山崎 町 と 大阪 府 島 本町 に またが る 大山崎 町 に て 迎撃 し た ( 山崎 の 戦い ) 。 決戦 に 及 ん で 彼我 兵力 差 は 、 羽柴 軍 2 万 4,0 0 0 ( 2 万 6,000 ~ 4 万 の 説 も あり ) に 対 し 明智 軍 1 万 2 ,0 0 0 ( 1 万 6,00 0 から 1 万 8, 000 の 説 も あり ) と 言 わ れ て い る 。 兵数 に お い て 劣 る もの の 、 明智 軍 は 当時 の 織田 軍団 で は 最も 鉄砲 運用 に 長け て い た と 言 う 。 その ため 戦況 が 拮抗 し 合戦 が 長引 け ば 、 明智 軍 に と っ て 好まし い 影響 ( にわか 連合 で あ る 羽柴 軍 の 統率 や 周辺 勢力 の 去就 ) が 予想 さ れ 、 羽柴 軍 に と っ て 決して 楽観 視 でき る 状況 で は な かっ た 。 しかし ながら 羽柴 軍 が 山崎 の 要衝 天 王山 を 占拠 し て 大勢 を 定め る や 、 主君 信長 を 殺 し た 光秀 に 付 く 信長 旧臣 は 少な く 、 兵数 差 を 覆 す 事 が でき ず に 敗れ た 。 同日 深夜 、 坂本 を 目指 し て 落ち 延び る 途上 の 小栗栖 ( おぐりす 、 京都 市 伏見 区 ) にて 、 落ち 武者 狩り の 土民 ( 小栗栖 の 長兵衛 ) に 竹槍 で 刺し殺 さ れ た と さ れ る ( 三 日 天下 ) 。 「 さ れ る 」 と する の は 、 光秀 の もの と さ れ る 首 が 夏 の 暑 さ で 著し く 腐敗 し 、 本当 に 光秀 か どう か 確かめ よう が な かっ た から で あ る ( 土民 の 槍 で 致命 傷 を 負 っ た ため 、 家臣 の 溝尾 茂朝 に 首 を 打 た せ 、 その 首 は 竹薮 に 埋め られ た と も 、 坂本城 又 は 丹波 亀山 の 谷性 寺 まで 溝尾 庄兵衛 が 持ち帰 っ た と も 言 わ れ て い る ) 。 「 順逆 二門 に 無し   大道 心源 に 徹 す   五十 五 年 の 夢   覚 め 来 れ ば   一元 に 帰 す 」 『 明智 軍 記 』 江戸 時代 に 起き た 「 越後 騒動 」 で 自害 し た 小栗 正矩 の 辞世 の 句 を 真似 た 偽作 と の 説 も 。 「 心 し ら ぬ 人 は 何 と も 言 は ばい へ 身 を も 惜 ま じ 名 を も 惜 まじ 」 真書 太閤 記 六 編 巻 之 十 五 「 明智光 秀 坂本 へ 帰 る 事 」 西 近江 で 一向 一 揆 門徒 と 戦 っ た とき 、 明智 軍 の 兵 18 人 が 戦死 し た 。 その 後 光 秀 は 戦死 者 を 弔 う ため に 、 供養 米 を 西教寺 に 寄進 し た 。 西教寺 に は 当時 の 状態 の まま で 寄進 状 が 残 さ れ て い る 。 他 に も 光秀 は 戦 で 負傷 し た 家臣 へ の 見舞い の 書状 が 多数 残 さ れ て い る 。 この よう な 家臣 へ の 心遣い は 、 他 の 武将 に は ほとんど み られ な い もの で あ っ た 。 こう し た 家臣 を 思 う 気持ち から 、 光秀 直属 の 家臣 は 堅 い 忠誠 を 誓 っ た と さ れ る 。 実際 に 、 光秀 の 家臣 団 は 、 本能 寺 の 変 で も 一人 も 裏切り 者 を 出 さ ず 、 山崎 の 戦い で 劣勢 に も 関わ ら ず 奮戦 し た と い わ れ て い る 。 山崎 の 戦い 敗戦 後 の 光秀 を 逃 す ため に 、 家臣 が 二百 騎 ほど で 身代わり と な っ て 突撃 を 行 っ た と い う 記録 が あ る 。 しかし 、 それ ら の 記録 のみ で 明智 軍 の 将校 の 忠誠 の 向き ( 求心 力 ) を 括 ら ず 、 別 の 考慮 も 必要 と する 。 明智 軍 の 多く は 信長 より 預け られ た 与力 で あ り 、 与力 たち に と っ て の 主君 は あくまで 織田 信長 で あ る 事 変後 の 有力 支持 者 が 殆ど い な い 事 変直後 の 明智 軍内 の 混乱 等 これ ら の 事情 から 察 する に 、 明智 光 秀 の 持 つ 求心 力 より は 、 むしろ 織田 信長 に 象徴 さ れ る 体制 の 持 つ 引力 の ほう が 強 かっ た と の 見 方 が 出来 る 。 明智光 秀 と 上級 将校 たち は 、 ( 結果 論 と し て ) 信長 を 討 つ 事 で 明智 軍 全体 を 共犯 者 に 仕立て 、 軍団員 が 引 く に 引け な い 状況 を 作り上げ る こと を 意図 し て い た 可能 性 も あ る 。 天正 3 年 ( 1575 年 ) の 叙任 の 際 に 姓 と 官職 を 両方 賜 っ た の は 光秀 ・ 簗田 広正 ・ 塙直政 の 三 人 だけ で あ る 。 この 時点 で 既に 官職 を 賜 っ て い た 柴田 勝家 ・ 佐久間 信盛 は 別 と し て も 、 丹羽 長秀 ・ 豊臣 秀吉 など より 地位 が 高 かっ た と み て い い 。 当時 織田 家中 で 5 本 の 指 に 入 る 人物 で あ っ た こと は 疑い な く 、 簗田 ・ 塙 は 譜代 家臣 で あ る こと から 考え て も 信長 の 信頼 の 厚 さ が うかがえ る 。 諸学 に 通 じ 和歌 ・ 茶の湯 を 好 ん で い た 文化 人 で あ っ た こと 、 また 内政 手腕 に 優れ 、 領民 を 愛 し て 善政 を 布 い た と い わ れ 、 現在 も 光秀 の 遺徳 を 偲 ぶ 地域 が 数 多 く あ る 。 光秀 は 信長 を 討 っ た 後 、 上洛 する と 京 周辺 の 朝廷 や 町衆 ・ 寺社 など の 諸 勢力 に 金銀 を 贈与 し た 。 また 、 洛中 及び 丹波 国 の 地 の 地子 銭 ( 宅地税 ) の 永代 免除 と い う 政策 を 敷 い た 。 これ に 対 し 正親町 天皇 は 、 変 の あと わずか 7 日間 の 間 に 3 度 も 勅使 を 派遣 し て い る 。 ただし 、 正親 町 天皇 が 勅使 と し て 派遣 し た の は 吉田 兼和 で あ る 。 吉田 兼和 は 神祇 官 と し て 朝廷 の 官位 を 受け て は い た が 、 正式 な 朝臣 で は な かっ た 。 こう し た こと から 、 この 時 に 光秀 が 得 て い た 権威 を 事故 的 な もの と し 、 状況 の 動静 を 冷静 に 見 て い た 朝廷 の 判断 が うかがえ る 。 主君 ・ 織田 信長 を 討 っ た 行為 に つ い て 当時 から 非難 の 声 が 大き く 、 その ため に 近代 に 入 る まで " 卑劣 で 陰湿 な 逆賊 " と し て の 評価 が 主 だっ た 。 本能 寺 の 変当日 、 織田 信長 は 非 武装 の 女子 ・ 共廻り を 含め て 100 名 ほど しか い な かっ た 事 、 変後 に 神君 徳川 家康 に 伊賀 越え と い う 危難 を 味わ っ た 事 等 から 、 特に 儒教 的 支配 を 尊 ん だ 徳川 幕府 に て お い て この こと は 強調 さ れ た 。 『 明智 光 秀 公家 譜覚書 』 に よ る と 、 変後 の 時期 に 光秀 は 参内 し 従 三 位 ・ 中将 と 征夷 大将軍 の 宣下 を うけ た と さ れ る 。 『 老人 雑話 』 は 、 以下 の 言葉 を 光秀 の 言葉 と し て 紹介 し て い る 。 曰く 、 『 仏 のうそ は 方便 と い う 。 武士 のうそ は 武略 と い う 。 土民 百 姓 は かわゆき ことな り 』 。 この 言葉 を 、 光秀 の 合理 主義 の 表れ で あ る と い う 意見 が あ る 。 例えば 高柳 光寿 は 著書 『 明智 光 秀 』 の 中 で 、 合理 主義 者 同士 、 光秀 と 信長 は 気 が 合 っ た だ ろ う と 述べ て い る 。 ルイス ・ フロイス の 『 日本 史 』 に 「 裏切り や 密会 を 好 む 」 「 刑 を 科 する に 残酷 」 「 忍耐 力 に 富 む 」 「 計略 と 策略 の 達人 」 「 築城 技術 に 長け る 」 「 戦い に 熟練 の 士 を 使 い こな す 」 等 の 光秀評 が あ る 。 鈴木 眞哉 ・ 藤本 正行 は 共著 『 信長 は 謀略 で 殺 さ れ た の か 』 の 中 で 、 フロイス の 信長 評 が 世間 で 広 く 信用 さ れ て い る の に 対 し 、 光秀 評 は 無視 さ れ て い る と 記 し 、 光秀 に 対 する 評価 を 見直 す べ き で は な い か と 問 う て い る 。 現代 に 至 る 亀岡 、 福知 山 の 市街 は 光秀 が 築城 を 行 っ た こと から 始ま る 。 光秀 を 偲 ん で 亀岡 で は 亀岡 光秀 まつり が 行 わ れ て い る 。 福知山 で は 「 福知 山 出 て   長田 野越え て   駒 を 早め て 亀山 へ 」 と 光秀 を 思 う 福知 山 音頭 が 伝わ っ て い る 。 朝倉 被官 時代 、 有能 さ を 朝倉 直臣 団 に 嫉妬 さ れ 、 その ため 重 く 用い られ な かっ た と 言 う 。 朝倉 義景 の もと を 去 っ て 織田 信長 に 仕え た の は 、 鞍谷 副 知な る 者 が 義景 に 讒言 し 、 それ を 信 じ た 義景 が 光秀 を 冷遇 し た ため と さ れ る 。 鉄砲 の 名手 で 、 朝倉 義景 に 仕官 し た 際 、 一尺 四方 の 的 を 25 間 ( 約 45 . 5 メートル ) の 距離 から 命中 さ せ た と い う 。 当時 の 火縄 銃 や 弾丸 の 性能 を 考え る と 、 驚異 的 な 腕前 で あ る 。 その ほか に も 、 飛 ぶ 鳥 を 打ち落と し た と い う 逸話 も あ る 。 「 一百 の 鉛玉 を 打納 たり 。 黒星 に 中 る 数 六十 八 、 残 る 三十 二 も 的角 に そ 当り ける 」 ( 明智 軍記 ) 。 他 に 類 を 見 な い ほど の 愛妻 家 と し て も 知 ら れ て お り 、 正室 で あ る 煕子 が 存命 中 は ただ 1人 の 側室 も 置 か な かっ た と 言 わ れ て い る 。 婚約 成立 後 、 花嫁 修業 を し て い る 際 に 煕子 が 疱瘡 を 患 い 、 顔 に アバタ が 残 っ て しま っ た 。 これ を 恥じ た 煕子 の 父 は 、 光秀 に 内緒 で 煕子 の 妹 を 差し出 す が 、 これ を 見抜 い た 光秀 は 「 自分 は 他 の 誰 で も な い 煕子 殿 を 妻 に と 決め て い る 」 と 言 い 、 何事 も な かっ た か の よう に 煕子 と の 祝言 を 挙げ た 。 高野山奥 の 院 に 光秀 の 墓所 が あ る が 、 何 度 補修 し て も よく 亀裂 が 入 る ため 、 信長 の 呪 い と 地元 で 囁 か れ て い る 。 三好 政長 が 和泉 に 勢力 を 誇 っ て い た とき 、 その 弟 三 好 長 円 が 大阪 府 泉 大津 市 に 「 蓮正 寺 」 を 建て 、 境内 に 仁海 上人 が 「 助松 庵 」 を 建立 し 、 その 助松 庵 に 光秀 が 隠棲 し た と 口碑 に 伝え られ て い る 。 大阪 府 高石 市 の 「 光秀 ( こうしゅう ) 寺 」 門前 の 由来 に よ れ ば 、 その 助松 庵 が 現在 の 「 光秀 寺 」 の 地 に 移転 し た と 書 か れ て お り 、 門内 の 石碑 に は 「 明智 日向 守 光 秀 公縁 の 寺 」 と 書 か れ て い る 。 この 地域 に 残 る 「 和泉 伝承 志 」 に よ れ ば 、 本稿 「 山崎 の 戦い 」 に 書 か れ て い る 光秀 と さ れ る 遺体 を 偽物 ・ 影 武者 と 否定 し 、 京都 妙心 寺 に 逃げ 、 死 を 選 ん だ が 誡め られ 、 和泉 貝塚 に 向か っ た と 書 か れ て い る 。 光秀 と 泉州 地域 と の 関連 で は 、 大阪 府 堺 市 西 区 ( 堺 市 ) 鳳南町 3 丁 に あ る 「 丈六 墓地 」 で は 、 昭和 18 年 頃 まで 加護 灯篭 を 掲げ 、 光秀 追善 供養 を 、 大阪 府 泉 大津 市 豊中 で は 、 徳政令 を 約束 し た 光秀 に 謝恩 を 表 す 供養 を 長年 行な っ て い た が 、 現在 で は 消滅 し て い る 。 桑田 郡 ( 亀岡 市 畑野 町 ) の 鉱山 へ 度々 検視 に 訪れ て い た 光秀 が 峠 に さしかか っ た とき 、 大岩 で 馬 は 足 を とめ た 。 光秀 に 鞭 打 た れ た 馬 は 、 身 を ふる わ せ て “ 馬力 ” を かけ 何 度 も 蹄 で 岩 を けり 、 登 っ た と い う 。 その 足跡 が 「 明智 光 秀 の 駒 すべり 岩 」 と し て 伝え られ た 。 しかし 、 その 岩 は ゴルフ 場 が 建設 さ れ た とき に 地中 に 埋め られ た と い う 。 亀岡 市 老人 クラブ 連合 会 『 ふるさと 亀岡 乃 ち ゑ 』 1982 年 。 光秀 が 愛宕 百 韻 の 際 に 亀岡 盆地 から 愛宕 山 へ 上 っ た 道のり は 、 「 明智 越え 」 と 呼 ば れ 現在 で は ハイキング ・ コース に な っ て い る 。 本能 寺 の 変 の 際 、 国道 42 3 号 まで 行軍 し て い た 丹波 亀山城 から の 先陣 が 京都 へ 向か っ て 反転 し た 法貴峠 ( 亀岡 市 曽我部 町 ) に は 、 「 明智 戻 り 岩 」 が 残 さ れ て い る 。 溝尾 庄兵衛 が 、 光秀 の 首 を 持ち帰 ら れ た と さ れ る 谷性 寺 ( 亀岡 市 宮前町 ) に は 明智 光 秀 公首塚 が あ る 。 光秀 が 用い て い た 印章 は 、 キリスト 教 に 関 する 模様 が 使 わ れ て い る 事 が 判明 し て い る 。 また 、 娘 の 細川 ガラシヤ や 、 組下 大名 ( 寄騎 ) の 高山 右近 と 身近 な 人物 に キリシタン が 多 い こと から この 説 を 支持 する もの も い る 。 愛宕 百 韻 と は 、 光秀 が 本能 寺 の 変 を 起こ す 前 に 京都 の 愛宕 山 ( 愛宕 神社 ( 京都 市 ) ) で 開催 し た 連歌 会 の こと で あ る 。 この 連歌 会 で 光秀 は 謀反 の 思い を 表 し た と い わ れ て い る が 、 謎 が 多 い 。 また 、 この 連歌 会 に 出席 し た 里村 紹巴 など 光秀 以外 の 出席 者 に も 不可解 な 行動 が 多 い 。 以下 で は 、 愛宕 百 韻 の 不可解 な 点 や 、 まだ はっきり と し て い な い こと に つ い て 記 す 。 光秀 は この 連歌 会 で 「 時 は 今   雨 が 下 し る   五 月 哉 」 と い う 発句 を 詠 ん で い る 。 この 句 を 土岐 は 今   天 が 下知 る   五 月 哉 と かけ て い る と し 、 「 土岐 家 出身 で あ る この 光秀 が 、 天下 に 号令 する 」 と い う 意味 合い を 込め た 句 で あ る と い う 説 が あ る 。 あるいは 、 「 天 が 下知 る 」 と い う の は 、 朝廷 が 天下 を 治め る と い う 「 王土 王民 」 思想 に 基づ く もの と の 考え も あ る 。 一方 で 、 この とき 光秀 は 「 時 は 今   雨 が 下 な る   五 月 哉 」 と 詠ん だい う 説 も あ る 。 この 連歌 に 光秀 の 謀反 の 意 が 込め られ て い た と する なら 、 発句 だけ で な く 、 第 2 句 水上 まさ る 庭 の まつ 山 に つ い て も 併せ て 検討 する 必要 が あ る と の 主張 も あ る 。 まず 、 「 水上 まさ る 」 と い う の は 、 光秀 が 源氏 、 信長 が 平氏 で あ る こと を 前提 に 考えれ ば 、 「 源 氏 が まさ る 」 と い う 意味 に な る 。 「 庭 」 は 、 古来 朝廷 と い う 意味 で しばしば 使 わ れ て い る 。 「 まつ 山 」 と い う の は 、 待望 し て い る と い う とき の 常套 句 で あ る 。 したが っ て 、 この 第 2 句 は 、 源 氏 ( 光秀 ) の 勝利 する こと を 朝廷 が 待ち望 ん で い る 」 と い う 意味 に な る と い う 解釈 が あ る 。 この 第 2 句 に ほとんど 触れ られ な い の は 、 立花 京子 が 主張 し て い る この 変 へ の 朝廷 の 関与 ( 後述 ) の 問題 へ の 取り扱い と 同様 で あ る と 考え られ る 。 本能 寺 の 変 で なぜ 光秀 が 信長 に 謀反 を し た の か 、 さまざま な 理由 が 指摘 さ れ て い る が 、 確固 た る 原因 や 理由 が 結論 と し て 出 さ れ て い る わけ で は な い 。 以下 に 現在 主張 さ れ て い る 主な 説 を 記 す 。 怨恨 説 主君 の 信長 は 短気 で 苛烈 な 性格 で あ っ た ため 、 光秀 は 常々 非情 な 仕打ち を 受け て い た の で は な い か と 噂 や 作り話 を さ れ て い る 。 以下 は その 代表 例 と さ れ る もの 。 信長 に 酒 を 強要 さ れ 、 下戸 の 光秀 が 断 る と 「 わし の 酒 が 飲 め ぬ か 。 なら ば これ を 飲 め 」 と 刀 を 口元 に 突き付け られ た 。 同じく 酒席 で 光秀 が 目立 た ぬ よう に 中座 しかけ た ところ 、 「 この キンカ 頭 ( 禿頭 の 意 ) 」 と 満座 の 中 で 信長 に 怒鳴りつけ られ 、 頭 を 打 た れ た ( キンカ 頭 と は 、 「 光秀 」 の 「 光 」 の 下 の 部分 と 「 秀 」 の 上 の 部分 を 合わせ る と 「 禿 」 と な る こと から の 信長 なり の 洒落 と い う 説 も あ る ) 。 丹波 八 上城 に 人質 と し て 母親 を 預け て 、 身 の 安全 を 保障 し た 上 で 降伏 さ せ た 元 八 上 城主 の 波多野 秀治 ・ 波多野 秀尚 兄弟 を 、 信長 が 勝手 に 殺害 。 激怒 し た 八上 城 家臣 は 母親 を 殺害 し て しま っ た ( 絵本 太功 記 に よ る 創作 ) 。 武田 家 を 滅 ぼ し た 徳川 家康 の 功 を 労 う ため 、 安土 城 に て 行 わ れ た 京 料理 で の 接待 料理 を 任 さ れ 、 献立 から 考え て 苦労 し て 用意 し た 料理 を 、 「 腐 っ て い る 」 と 信長 に 因縁 を つけ られ 捨て られ た 。 魚 が 腐 っ て しま い 安土 城 全体 が 魚臭 く な っ て しま っ た から と の 説 も あ る 。 また 、 京 料理 独特 の 薄味 に し た ため 、 塩辛 い 味付け を 好 む 尾張 出身 の 信長 の 舌 に は 合 わ な かっ た と も 言 わ れ て い る 。 この 一 件 に よ り 、 すぐ さま 秀吉 の 援軍 に 行 け と 命 じ られ て しま う 。 中国 2 国 ( 出雲 国 ・ 石見 国 ) は 攻め 取 っ た 分 だけ その まま 光秀 の 領地 に し て も い い が 、 その 時 は 滋賀 郡 ( 近江 坂本 ) ・ 丹波 国 は 召し上げ に する 、 と 伝え られ た こと 。 武田 征伐 の 際 に 、 信濃 の 反武田 派 の 豪族 が 織田 軍 の 元 に 集結 する さま を 見 て 「 我々 も 骨 を 折 っ た 甲斐 が あ っ た 」 と 光秀 が 言 っ た 所 、 「 お前 が 何 を し た の だ 」 と 信長 が 激怒 し 、 小姓 の 森蘭丸 に 鉄扇 で 叩 か れ 恥 を か い た ( 明智 軍記 ) 。 ルイス ・ フロイス も 、 信長 が 光秀 を 足蹴 に し た 事 が あ る と 記 し て い る 。 桑田 忠親 は 著書 『 明智 光 秀 』 で 、 独自 の 研究 を 基 に 「 本能 寺 の 変怨 恨説 」 を 唱え た 。 野望 説 光秀 自身 が 天下 統一 を 狙 っ て い た と い う 説 。 この 説 に 対 し て は 「 知将 と さ れ る 光秀 が 、 この よう な 謀反 で 天下 を 取れ る と 思 う はず が な い 」 と い う 意見 や 、 「 相手 の 100 倍 以上 の 兵 で 奇襲 でき る こと は 、 信長 を 殺 す の に これ 以上 な い と 言え る 程 の 機会 だっ た 」 と い う 意見 が あ る 。 高柳 光寿著 『 明智 光 秀 』 は この 説 を 採用 し て い る 。 ちなみ に 、 佐久間 信盛 の 追放 に 逆 に 光秀 自身 が 関わ っ て い た 可能 性 も あ る 。 佐久間 軍記 に は 、 この 追放 に つ い て 誰 か の 讒言 に よ る もの と する 可能 性 を 示唆 し て お り 、 また 、 寛政重 修 諸 家譜 の 信栄 ( 正勝 ) の 項 に は 「 後明 智光 秀 が 讒 に よ り 父信盛 と とも に 高野山 に のが る 。 信盛死 する の のち 、 右府 ( 信長 ) 其咎 な き こと を 知 て 後悔 し 、 正勝 を ゆる し て 城介 信忠 に 附属 せ し む 。 」 と あ り 、 もし も 光秀 が 更なる 出世 欲 等 から この よう な 行為 を 行 い 、 後 の 調査 で 信長 が それ を 知 っ た と し たら 、 何 ら か の 罰 を 受け る こと に な り それ を 恐れ て 変 に 及 ん だ 可能 性 も あ る 。 恐怖 心 説 長年 仕え て い た 佐久間 信盛 、 林 秀 貞 達 が 追放 さ れ 、 成果 を 挙げ な けれ ば 自分 も いずれ は 追放 さ れ る の で は な い か と い う 不安 から 信長 を 倒 し た と い う 説 。 あるいは 、 今 まで に な い 新し い 政治 ・ 軍事 政策 を 行 う 規格 外 な 信長 の 改革 に 対 し 、 光秀 が 旧態 依然 と し た 統治 を 重んじ る 考え で あ っ た と い う 説 。 将軍 指令 説 / 室町 幕府 再 興説 光秀 に は 足利 義昭 と 信長 の 懇親 役 と し て 信長 の 家臣 と な っ た 経歴 が あ る ため 、 恩義 も 関係 も 深 い 義昭 から の 誘い を 断 り きれ な かっ た の で は な い か と する 説 。 朝廷 令 旨 説 「 信長 に は 内裏 に 取 っ て 代わ る 意思 が あ る 」 と 考え た 朝廷 から 命 ぜ られ 、 光秀 が 謀反 を 考え た の で は な い か と する 説 。 この 説 の 前提 と し て 、 天正 10 年 ( 15 82 年 ) 頃 に 信長 は 正親町 天皇 譲位 など の 強引 な 朝廷 工作 を 行 い 始め て お り 、 また 近年 発見 さ れ た 安土 城 本丸 御殿 の 遺構 から 、 安土 城 本丸 は 内裏 清涼殿 の 構造 を なぞ っ て 作 ら れ た 、 と い う 意見 を 掲げ る 者 も い る 。 近年 、 立花 京子 は 「 天正 十 年 夏記 」 等 を もと に 、 朝廷 すなわち 誠仁 親王 と 近衛 前久 が この 変 の 中心 人物 で あ っ た と 各種 論文 で 指摘 し て い る 。 この 「 朝廷 黒 幕説 」 と も 呼べ る 説 の 主要 な 論拠 と な っ た 「 天正 十 年 夏記 」 は 、 誠仁 親王 の 義弟 で 武家 伝奏 の 勧修 寺 晴豊 の 日記 の 一部 で あ り 、 史料 と し て の 信頼 性 は 高 い 。 立花 説 の 見解 に 従 え ば 、 正親 町 天皇 が 信長 と 相互 依存 関係 を 築 く こと に よ り 、 窮乏 し て い た 財政 事情 を 回復 さ せ た の は 事実 と し て も 、 信長 と 朝廷 の 間柄 が 良好 で あ っ た と い う 解釈 は 成り立 た な い 。 三職 推任 問題 等 を 考慮 する と 、 朝廷 が 信長 の 一連 の 行動 に 危機 感 を 持 っ て い た こと に な る 。 ただし 、 同じ 本 に 近衛 前久 が 光秀 の 謀反 に 関わ っ て い た と い う 噂 は 「 ひきよ 」 と 記 さ れ て お り 、 これ を 「 非拠 ( でたらめ ) 」 と 解 する なら ば その 信頼 性 ゆえ に 一転 し て 前久 関与説 が 消滅 する と の 指摘 が あ る ( 橋本 政宣説 ) 。 「 ひきよ 」 を 非道 、 暴挙 と 読 む か 根拠 の な い こと と 解釈 する か で 歴史 的 な 資料 の 価値 が 全く 異な っ て くる 。 朝廷 又 は 公家 関与説 は 、 足利 義 昭 謀 略説 、 「 愛宕 百 韻 」 の 連歌 師里村 紹巴 と の 共同 謀議 説 と 揃 っ て 論証 さ れ る こと が 多 く 、 それ だけ に 当時 の 歴史 的 資料 も 根拠 と し て 出 さ れ て い る 。 その ため 、 近年 、 最も 有力 な 説 と し て 注目 さ れ て い る が 、 当時 の 歴史 的 情勢 の 複雑 さ から 、 必ず しも 断定 的 な 結論 に 至 っ て い な い 。 四国 説 比較 的 新し い 説 。 信長 は 光秀 に 四国 の 長 宗我部 氏 を 懐柔 さ せ る べ く 命 じ て い た 。 そして 光秀 は 斎藤 利三 の 妹 を 長 宗我部 元親 に 嫁 が せ 婚姻 関係 を 結 ぶ まで こぎつけ た が 、 天正 8 年 ( 1580 年 ) に 入 る と 織田 信長 は 武力 に よ る 四国 平定 に 方針 を 変更 し 光秀 の 面目 は 丸つぶれ に な っ た 。 大坂 に 四国 討伐 軍 が 集結 する 直前 を 見計ら っ て 光秀 ( 正確 に は 利三 ) が 本能 寺 を 襲撃 し た と する 説 。 イエズス 会説 信長 の 天下 統一 の 事業 を 後押し し た 黒幕 を 、 当時 の イエズス 会 を 先兵 に アジア へ の 侵攻 を 目論 ん で い た 教会 、 南欧 勢力 と する 。 信長 が 、 パトロン で あ る イエズス 会 及び スペイン 、 ポルトガル の 植民 地 拡張 政策 の 意向 から 逸脱 する 独自 の 動き を 見せ た ため 、 キリスト 教 に 影響 さ れ た 武将 と 謀 り 、 本能 寺 の 変 が 演出 さ れ た と する 説 ( 『 信長 と 十字 架 』 ) 。 この 説 に は 大友 義鎮 と 豊臣 秀吉 の 同盟 関係 が 出 て くる が 、 他 に イエズス 会内 の 別働 隊 が 、 キリシタン 大名 と 組 ん で 信長 謀殺 を 謀 っ た と する 説 も 出 て き て い る 。 いずれ も 宗教 上 の 問題 以外 に 硝石 、 新式 鉄砲 等 の 貿易 の 利ざや が あ っ た と さ れ る 。 諸将黒幕説 織田 家 を 取り巻 く 諸将 が 黒幕 と い う 説 。 徳川 家康 や 羽柴 秀吉 が 主に 挙が る 。 家康 の 場合 、 信長 の 命 に よ り 、 長男 松平信康 と 正室 築 山 殿 を 自害 さ せ られ た こと が 恨み の 原因 と い わ れ て い る 。 後 に 家康 が 、 明智 光 秀 の 従弟 ( 父 の 妹 の 子 ) 斎藤 利三 の 正室 の 子 で あ る 福 ( 春日 局 ) を 徳川 家光 の 乳母 と し て 特段 に 推挙 し て い る ( 実際 に 福 を 推挙 し た の は 京都 所司 代 の 板倉 勝重 ) 。 秀吉 の 場合 は 、 佐久間 信盛 や 林 秀 貞 達 が 追放 さ れ 、 将来 に 不安 を 持 っ た と い う 説 が あ る ( 中国 大返し の 手際 が 良 過ぎ る こと も 彼 へ の 疑惑 の 根拠 と な っ て い る ) 。 他 に 少数 意見 と し て 、 細川 幽斎 や 織田 信忠 が 黒幕 と い う 説 も あ る 。 補足 上記 に 加え 、 「 本願 寺 黒 幕説 」 や 比較 的 近年 の 研究 成果 と し て 「 明智 家臣 団 の 国 人 衆 に よ る 要請 が あ っ た と する 説 」 など も あ る 。 信憑 性 は ともかく 、 信長 の 革新 的 な 様々 な 政策 は 、 光秀 の 家臣 団 に も 受け入れ がた い 点 も あ っ た と 考え られ る 。 信長 の 軍団 ・ 柴田 勝家 の 北陸 統治 に み られ る よう に 、 武士 団 に と っ て 簡単 に 国替え を 行 う こと は 大きな 負担 と 不安 を 与え る 事 が 考え られ る 。 しかし 、 この 国替え は 信長 自身 も 数 度 行 っ て お り 、 信長 は それ ら を 解決 する ため に 家族 その もの の 移住 等 を 行 い その 度 に その 国 を 発展 さ せ て き た が 、 信長 に と っ て は 大した 事 で は な い が 家臣 に と っ て は 難し い 問題 で あ っ た が 故 の 摩擦 と な っ た 可能 性 も あ る 。 明智 氏 や その 家臣 、 従者 に 関わ る 口伝 など は いく つ か 伝わ っ て お り 、 資料 の 少な い 考証 に つ い て は 、 従来 日 の 目 を み る 事 の な かっ た 、 こう し た 信憑 性 に つ い て 確定 でき な い 資料 の 分析 を 行 っ て い く 必要 が あ る 。 長年 の 恨み 説 の 中 で 登場 する 八上 城 攻囲 に 関 し て 、 人質 と さ れ て い る 光秀 の 母親 が 偽者 ( 叔母 ) で あ っ た と する 説 も あ る 。 この 偽物 説 は 、 過去 いく つ か の 書籍 で 取り上げ られ て い た が 、 丹波 味 土野 に は 、 口伝 と し て 光秀 の 母堂 を 隠し その 身 を 守 っ て き た と する 伝承 が あ り 、 これ に 信 を お く と すれ ば 、 長年 の 恨み 説 の 中 で 八 上城 に 関 する 部分 は 人質 で あ る 叔母 の 犠牲 は 伴 う もの の 、 本能 寺 の 変 の 原因 の 主因 と し て は 考慮 から はず し て も よ い こと に な る 。 これ ら の 理由 が 決定 的 で な い 理由 と し て 、 怨恨 説 は 元 に な っ た エピソード が 主 と し て 江戸 時代 中期 以降 に 書 か れ た 書物 が 出典 で あ る こと ( すなわち 、 後世 の 憶測 に よ る 後付 で あ る 。 例えば 、 波多野 秀治 の 件 は 現在 で は 城内 の 内紛 に よ る 落城 と 考え られ て お り 、 光秀 の 母 を 人質 と する 必要 性 は 考え られ な い と さ れ て い る ) 、 織田 信長 ・ 豊臣 秀吉 を 英雄 と し た 明治 以来 の 政治 動向 に 配慮 し 、 学問 的 な 論理 展開 を 放棄 し て き た こと が 挙げ られ る ( ただし 、 ルイス ・ フロイス の 記述 など 、 明らか に 同 時代 の 資料 も 存在 し な い 訳 で は な い ) 。 光秀 は 信長 から 浪人 と は 思え な い ほど 取り立て られ た だけ で は な く 、 信長 は 石山 合戦 で は 1 万 5,000 の 兵 に 光秀 が 取り囲 ま れ て い た ところ を 自ら 前線 に 立 ち傷 を 負 い ながら も わずか 3,00 0 ほど の 兵 で 救出 し て お り 、 この 事 から も 光秀 は 信長 から かなり 眼 を かけ られ て い た よう で あ る 。 本能 寺 の 変当時 、 光秀 の 領地 は 信長 の 本拠 安土 と 京都 の 周辺 で 30 万 石 とも 50 万 石 と も 言 わ れ て お り 、 史上 権力 者 が 本拠 地 周辺 に これ だけ の 領土 を 与え た 事例 は 秀吉 が 弟 秀長 に 大阪 の 隣地 で あ る 大和 に 100 万 石 を 与え た くらい しか な い 。 この 配置 を 見 て も 、 信長 が 相当 の 信頼 を 置 い て い た こと が うかがえ る ( 結果 と し て 、 これ が 裏目 に 出 て しま っ た ) 。 また 、 『 明智 家 法 』 に は 「 自分 は 石ころ 同然 の 身分 から 信長 様 に お 引き立て 頂 き 、 過分 の 御恩 を 頂 い た 。 一族 家臣 は 子孫 に 至 る まで 信長 様 へ の 御 奉公 を 忘れ て は な ら な い 」 と い う 文 も 残 っ て い る 。 この こと を 根拠 に 「 光秀 は 恩 を 仇 で 返 し た 愚か 者 」 と 酷評 する 歴史 研究 家 も 存在 する 。 2007 年 に 行 わ れ た 本能 寺 跡 の 発掘 調査 で 本能 寺 の 変 と 同 時期 に あ っ た と さ れ る 堀跡 や 大量 の 焼け 瓦 が 発見 さ れ 、 本能 寺 を 城塞 と し て 改築 し た 可能 性 が 指摘 さ れ た 。 本能 寺 の 変 は いずれ に し て も 、 知将 と 謳 わ れ た 光秀 に し て は あまり に 稚拙 と する 意見 も 多 い 。 光秀 が 変 を 起こ し た 際 、 三 法師 ( 織田 秀信 ) を 保護 し ながら 前田 玄以 や 織田 長益 ( 有楽斎 ) ら が 京都 から 逃亡 し て い る の も 、 それ を 証左 し て い る 。 光秀 は 変 の 前 に 三 回 くじ を 引 い た と い う 逸話 も あ り 、 決心 が つ き かね て い た の で は な い か と する 者 も い る 。 「 敵 は 本能 寺 に あ り 」 と 言 っ た の は 光秀 で は な く 、 後年 、 頼山 陽 が 記 し た 言葉 で あ る 。 光秀 は 小栗栖 で 死 な ず に 南光 坊 天海 に な っ た と い う 異説 が あ る 。 天海 は 江戸 時代 初期 に 徳川 家康 の 幕僚 と し て 活躍 し た 僧 で 、 その 経歴 に は 不明 な 点 が 多 い 。 異説 の 根拠 と し て 、 日光 東 照宮 に 光秀 の 家紋 で あ る 桔梗 の 彫 り 細工 が 多数 あ る こと 日光 に 華厳 滝 と 呼 ば れ る 区域 が あ る こと 徳川 秀忠 の 秀 と 徳川 家光 の 光 は 光秀 、 徳川 家綱 の 綱 は 光秀 の 父 の 明智 光綱 、 徳川 家継 の 継 は 光秀 の 祖父 の 明智光継 の 名 に 由来 し て つけ た の で は な い か と い う 推測 光秀 が 亡くな っ た はず の 天正 10 年 ( 15 82 年 ) 以後 に 、 比叡山 に 光秀 の 名 で 寄進 さ れ た 石碑 が 残 っ て い る こと 学僧 で あ る はず の 天海 が 着 た と さ れ る 鎧 が 残 っ て い る こと 光秀 の 家老 斎藤 利三 の 娘 が 徳川 家光 の 乳母 ( 春日 局 ) に な っ た こと 光秀 の 孫 ( 娘 の 子 ) に あた る 織田 昌澄 が 大坂 の 役 で 豊臣 方 と し て 参戦 し た もの の 、 戦後 助命 さ れ て い る こと ( 天海 が 関わ っ た かは 不明 ) など が 挙げ られ て い る 。 しかし 、 桔梗 の 紋 は 加藤 清正 など 多く の 武将 が 使用 し て お り 、 光秀 の 紋 と は 限 ら な い し 、 天海 が 一 時期 僧兵 と し て 鎧 を 着 た こと が あ っ て も 不 自然 で は な い 。 比叡山 の 石碑 に 関 し て も 後世 の 偽造 と の 説 も 出 て い る 。 また 、 天海 が 明智 光 秀 で あ る と する と 、 116 歳 ( 記録 で は 108 歳 ) で 没 し た こと に な り 、 当時 の 平均 寿命 から み て 無理 が 生じ る 。 ただ テレビ 東京 が 特別 番組 で 行 っ た 筆跡 鑑定 で は 、 「 極めて 本人 か 、 それ に 近 い 人物 」 と の 結果 が 出 て い る 。 なお 、 僧 と 光秀 の 関係 で 言 え ば 、 光秀 の 子 ( と さ れ る ) ・ 南国 梵 桂 が 建立 し た 海雲 寺 → 本徳 寺 ( 岸和田 市 ) に は 光秀 の 唯一 の 肖像 画 が 残 さ れ て い る が 、 この 寺 に あ る 光秀 の 位牌 の 裏 に は 「 当寺 開基 慶長 四 巳 亥 」 と 刻 ま れ て い る 。 この 文言 と 位牌 の 関係 に つ い て は 現 時点 で は 不明 で あ る ( 文言 から 「 光秀 は 慶長 年間 まで 生き て い た 」 と 主張 する 者 も い る ) 。 明智 氏 は 『 明智 系 図 』 に よ れ ば 、 清和 源 氏 の 一流 摂津 源 氏 の 流れ を 汲 む 土岐 氏 の 支流 氏 族 。 美濃 国 明智庄 ( 現在 の 岐阜 県 可児 市 ) より 発祥 。 先祖 源 頼光 -源 頼 国 -源 国房 - ( 6 代略 ) - 土岐 頼 貞- 土岐 頼 基- 明智 頼重 - ( 7 代略 ) - 明智光継- 明智光 隆- 明智光 秀 父母 明智光 綱 お 牧 の 方 兄弟 明智光 秀 明智信教 明智 康 秀 妻 正室 : 明智 煕子 男子 嫡男 : 明智光 慶次男 : 筒井 定頼 長女 次女   明智光 忠室 三女 : 細川 ガラシャ - 玉 と も 。 細川 忠興妻 。 五女 不明 : 筒井 定 次室 。 不明 : 。 縁戚 明智 光安 - 光秀 の 叔父 。 光綱 の 死後 は 明智 家 を 率い 、 義龍 と 道三 の 争い に 道三 に 与 し て 殉 し た と も 、 明知 遠山 氏 の 養子 と な り 遠山 景行 と 改名 し た と も い わ れ る 。 小見 の 方 - 光秀 の 叔母 。 斎藤 道 三 室 、 織田 信長 室 で あ る 濃姫 の 母 。 明智 光春 - 光秀 の 叔父 ・ 明智 光安 の 子 と い わ れ る が 定か で は な い 。 明智 秀満 ( 三宅 弥平次 ) の こと と さ れ る こと が 通説 。 明智光忠 - 光秀 の 叔父 ・ 明智 光久 又 は 光安 の 子 と い わ れ る が 定か で は な い 。 明智 光 近 - 光秀 の 従兄弟 と も 光忠 の 子 と も い わ れ る が 定か で は な い 。 三宅 重利 - 明智 秀満 の 息子 。 天草 富岡 城代 。 天草 四郎 率い る 一揆 軍 に 敗死 。 子孫 忠興 後継 者 の 熊本 藩 主 細川 忠利 は ガラシャ の 三男 だ が 、 養子 に よ り 細川 護煕 に 至 る まで に 血 は 途切れ て い る 。 細川 忠隆 - 細川 忠興 の 嫡男 。 後 、 廃嫡 さ れ 、 子孫 は 細川 家臣 内膳 家 と な る が ガラシャ の 血 を 継 ぐ 。 細川 忠利 - 細川 忠興 の 三男 。 熊本 藩 初代 藩 主 。 細川 護熙 - 細川 忠利 の 子孫 で 、 肥後 細川 家 18 代 目 。 第 79 代 内閣 総理 大臣 。 細川 隆元 ・ 細川 隆一郎 - 細川 忠隆 の 子孫 。 細川 隆一郎 は 隆元 の 甥 。 光秀 の 長女 ・ 次女 の 系統 まで 含めれ ば 末裔 は 少な く な い 。 なお 、 坂本 龍馬 の 坂本 家 の 家紋 は 組み合わせ 角 に 桔梗 だ が 、 坂本 姓 以前 の 大浜 姓 の 頃 の 紋 は 丸 に 田 の 字 な の で 明智 氏 と の 関係 は な い 。 明智 秀満 斎藤 利三 妻木 広忠 溝尾 茂朝 明智光 忠 進士 作左衛門 松田 政近 山崎 長徳 藤田 伝五郎 阿閉貞征 御牧 兼 顕 安田 国継 並河 易 家 伊勢 貞興 木村 吉清 猪飼 昇貞 - 与力 絵本 太功 記 ( 人形 浄 瑠璃 ) 井上 靖 『 幽鬼 』 新潮 社 ( 文庫 ) , 1968 年 。 短 編集 『 楼蘭 』 に 所収 。 司馬 遼太郎 『 国盗 り 物語 』 新潮 社 , 1971 年 ( 文庫 ) 南条 範夫 『 桔梗 の 旗風 』 文藝 春秋 徳永 真一郎 『 明智 光 秀 』 PHP 研究 所 , 1988 年 ISBN4569564054 早乙女貢 『 明智 光秀 』 文藝 春秋 , 1991 年 ISBN 4167 230 2 40 遠藤 周作 『 反逆 』 講談 社 , 1991 年 ( 文庫 ) 桐野 作人 『 反 ・ 太閤 記 — 光秀覇 王伝 』 学習 研究 社 , 1995 年 山口 敏太郎 『 是非 に 及 ば ず 』 青林 堂 , 2006 年 ISBN 447 9 2 60 3 862 山口 敏太郎 『 なにわ の 夢 』 青林 堂 , 2006 年 ISBN 479 2 60 3935 三浦 綾子 『 細川 ガラシャ 夫人 』 堺 屋 太一 『 鬼 と 人 と ― 信長 と 光秀 』 宝塚 歌劇 「 ささら 笹船 」 戸矢学 『 天眼 ── 光 秀風水 綺譚 』 河出 書房 新社 , 2007 年 など 多数 『 敵 は 本能 寺 に あ り 』 ( 196 0 年 、 光秀 : 松本 幸四郎 、 松竹 ) 日本 放送 協会 NHK 大河 ドラマ 『 国盗 り 物語 ( NHK 大河 ドラマ ) 』 ( 1973 年 、 光秀 : 近藤 正臣 ) ノイローゼ 状態 に な っ て い た ところ 、 信長 ( 高橋 英樹 ( 俳優 ) ) に 近江 ・ 丹波 を 召し上げ られ た こと が 本能 寺 の 変 の 動機 と さ れ た 。 NHK 大河 ドラマ 『 春日 局 ( NHK 大河 ドラマ ) 』 ( 1989 年 、 光秀 : 五木 ひろし ) 愛宕 百 韻 や 変 の 前 に 三 回 くじ を 引 い た シーン が 描 か れ た 。 NHK 大河 ドラマ 『 信長 KING OF ZIPANGU 』 ( 1992 年 、 光秀 : マイケル 富岡 ) 放送 当時 の 社会 問題 で あ っ た 過労 と 不眠 を 本能 寺 の 変 の 遠因 の 一 つ と し て い た 。 信長 ( 緒形 直人 ) を 討ち取 っ た こと を 知ら さ れ た 光秀 が 「 これ で やっと 眠れ る 」 と の 言葉 を 漏ら す 。 NHK 大河 ドラマ 『 秀吉 ( NHK 大河 ドラマ ) 』 ( 1996 年 、 光秀 : 村上 弘明 ) 家族 思 い 、 とりわけ 、 母 を 大切 に し た と い う 設定 。 人質 と な っ て い た 母 ( 野際 陽子 ) を 信長 ( 渡 哲也 ) が 見殺し と し た こと が 本能 寺 の 変 の 動機 の ひと つ と さ れ た 。 NHK 大河 ドラマ 『 利家 と まつ 〜 加賀 百 万 石 物語 〜 』 ( 2002 年 、 光秀 : 萩原 健一 ) 信長 ( 反町 隆史 ) へ の 恐怖 心 を 本能 寺 の 変 の 要因 と し た 。 テレビ 東京 新春 ワイド 時代 劇 『 国盗 り 物語 新春 ワイド 時代 劇版 』 ( 2005 年 、 光秀 : 渡部 篤郎 ) NHK 大河 ドラマ 『 功名 が 辻 ( NHK 大河 ドラマ ) 』 ( 2006 年 、 光秀 : 坂東 三津 五郎 ( 10 代 目 ) ) 光秀 と 信長 ( 舘 ひろし ) の 正妻 ・ 濃姫 ( 和久井 映見 ) と の 関係 に スポット を 当て て い る 。 テレビ 朝日 日曜 洋画 劇場 特別 企画 『 信長 の 棺 』 ( 2006 年 、 光秀 : 小日向 文世 ) フジ テレビジョン 『 明智 光 秀 〜 神 に 愛 さ れ な かっ た 男 〜 』 ( 2007 年 、 光秀 : 唐沢 寿明 ) 信長 ( 上川 隆也 ) で は 平和 な 世 を 築き上げ る こと は 出来 な い と 判断 し 、 秀吉 ( 柳葉 敏郎 ) が 自ら を 討ち取 っ て 天下 を 取 る こと を 期待 し て 、 本能 寺 の 変 に 及 ぶ 設定 。 テレビ 朝日 日曜 洋画 劇場 特別 企画 『 敵 は 本能 寺 に あ り 』 ( 2007 年 、 光秀 : 中村 梅雀 ) もとむらえり 『 愛し の 焔 ~ ゆめ まぼろし の ごと く ~ 』 ( 2007 年 ~   Flex Comix フレア 連載 ) 『 戦国 無双 』 シリーズ ( コーエー ) 『 戦国 BASARA 』 シリーズ ( カプコン ) 浜北 弘二 『 明智 光秀 』 谷口 克広 『 信長 軍 の 司令 官 』 中央 公論 新社中 公新 書 17 82 、 2005 年 ISBN 4 - 12 - 1017 82 - X +松平 容保 ( まつだいら かたもり ) は 、 幕末 の 大名 ・ 陸奥 国会津 藩 9 代 目 藩主 で あ り 、 また 最後 の 藩主 で も あ る 。 京都 守護 職 。 美濃 国 高須 藩 藩主 ・ 松平 義 建 の 六男 で 母 は 側室 古森 氏 。 兄 に 徳川 慶勝 、 徳川 茂徳 、 弟 に 松平定 敬 など が あ り 、 高須 四 兄弟 の 1人 。 幼名 は 銈之 丞 。 官 は 肥後 守 。 号 は 祐堂 、 芳山 。 神号 は 忠誠 霊神 。 正室 は 松平 容敬 の 娘 。 子 は 松平 容大 ( 長男 ) 、 松平 健雄 ( 次男 ) 、 松平 英夫 ( 五男 ) 、 松平 恒雄 ( 六男 ) 、 松平 保男 ( 七男 ) 。 養子 に 松平 喜徳 。 弘化 3 年 ( 1846 年 ) に 8 代 藩 主 ・ 容敬 の 養子 と な り 、 嘉永 5 年 ( 1852 年 ) に 会津 藩 を 継 ぐ 。 万延 元年 ( 18 60 年 ) に 大老 ・ 井伊 直弼 が 水戸 藩 浪士 に 殺害 さ れ た 桜田 門 外 の 変 で は 、 水戸 藩 討伐 に 反対 する 。 井伊 暗殺 後 に 朝廷 や 薩摩 藩 の 後援 で 将軍 後継 と な っ た 一橋 慶喜 ( 徳川 慶喜 ) 、 政事 総裁職 と な っ た 福井 藩主 ・ 松平 慶永 ら が 文久 の 改革 を 開始 する と 、 文久 2 年 ( 1862 年 ) に 新設 の 幕政 参与 に 任 ぜ られ 、 のち 新設 の 京都 守護 職 に 推 さ れ る 。 元々 病弱 な 体質 で この 当時 も 風邪 を ひき 病臥 し て い た 容保 は 、 はじめ 家臣 の 西郷 頼母 ら の 反対 に よ り 固辞 する も 、 慶永 ら の 強 い 勧め に よ り この 大役 を 引き受け る こと と な る 。 京都 守護 職 に 就任 し た 容保 は さっそく 会津 藩兵 を 率い て 京都 へ 上洛 し 、 孝明 天皇 に 拝謁 し て 朝廷 と の 交渉 を 行 い 、 最初 は 倒幕 派 の 者 と も 話し合 っ て い く 「 言路 洞開 」 の 方針 で 治世 を すすめ た 。 最初 の 容保 の 動向 に 対 し て は 慶喜 たち は 呆れ て い た と い う 。 その 容保 を 激怒 さ せ る 、 徳川 家 に 弓引 く 事件 が 起き た 。 足利 三 代 将軍 の 晒 し 首 事件 ( 足利 三 代木像 梟首 事件 ) で あ る 。 これ が 起因 で 容保 は 政策 を 180 度 転換 し て 配下 の 壬生 浪士 組 ( 後 の 新 選 組 ) など を 使 い 上洛 し た 14 代 将軍 ・ 徳川 家茂 の 警護 や 京都 市 内 の 治安 維持 に あた る 。 容保 自身 は 公武 合 体 派 で 尊王 倒幕 派 と 敵対 し 、 元治 元年 ( 1864 年 ) の 禁門 の 変 など で 、 長州 藩 の 勢力 排除 に 動 い た 。 慶応 2 年 ( 1866 年 ) に 孝明 天皇 が 崩御 し 、 容保 本 人 は 守護 職 辞退 を 何 度 も 申し立て る が 幕府 も 朝廷 も 認め な かっ た 。 朝廷 の 命令 に よ り 、 容保 は 京都 残留 と な る 。 慶応 3 年 ( 1867 年 ) に 15 代 将軍 ・ 徳川 慶喜 が 大政 奉還 を 行 い 江戸 幕府 が 消滅 する と 京都 守護 職 も 廃止 さ れ る 。 王政復古 ( 日本 ) が 行 わ れ 、 薩摩 藩 ・ 長州 藩 を 中心 と する 明治 新 政府 の 兵 と の 衝突 から 鳥羽 ・ 伏見 の 戦い が 起こ る と 容保 は 奥羽 越列 藩 同盟 の 中心 と な り 、 会津 藩兵 も 戦 う が 、 大坂 へ 退 い て い た 慶喜 が 戦線 から 離脱 する と 従 い 、 弟 ・ 定敬 ら と とも に 幕府 軍 艦 で 江戸 へ 下 る 。 慶喜 が 新 政府 に 対 し て 恭順 を 行 う と 、 江戸 城 など 旧 幕臣 の 間 で は 恭順 派 と 抗戦 派 が 対立 し 、 会津 藩内 で は 武装 恭順 が 大方 の 重臣 の 意見 で あ っ た 。 新 政府 軍 は 上野 戦争 で 彰義 隊 を 駆逐 し て 江戸 を 制圧 する と 北陸 地方 へ 進軍 する 。 容保 は 幕府 派 の 重鎮 と 見 られ て 敵視 さ れ 、 戊辰 戦争 で は 奥羽 越列 藩 同盟 の 中心 と し て 新 政府 軍 に 抗戦 し て 会津 戦争 を 行 い 篭城 し 、 降伏 勧告 に 応 じ て 佐川 官兵衛 ら に 降伏 を 呼びかけ る 。 その 後 は 鳥取 藩 に 預け られ 東京 に 移 さ れ て 蟄居 する が 、 嫡男 ・ 松平 容大 ( かたはる ) が 家名 存続 を 許 さ れ て 華族 に 立て られ た 。 容保 は それ から ま も な く 蟄居 を 許 さ れ 、 明治 13 年 ( 1880 年 ) に は 日光 東 照宮 の 宮司 と な っ た 。 正 三 位 まで 叙任 し 、 明治 26 年 ( 1893 年 ) 12 月 5 日 に 東京 ・ 目黒 の 自宅 に て 肺炎 の ため 死去 する 。 享年 59 。 死 の 前日 に は 明治 天皇 から 牛乳 を 賜 っ た 。 なお 、 容保 は 禁門 の 変 で の 働き を 孝明 天皇 から 認め られ その 際 書 簡 と 御製 ( 和歌 ) を 賜 っ た の だ が 、 彼 は それ ら を 小さな 竹筒 に 入れ て 首 に かけ 、 死 ぬ まで 手放 す こと は な かっ た と い う 。 また 幕末 維新 に つ い て は 周囲 に 何 も 語 る こと は な かっ た 。 孝明 天皇 の 宸翰 の 中 に は 京都 守護 職 で あ る 容保 の 職務 精励 を 嘉 する 文章 が あ り 、 如何に 孝明 天皇 が 容保 を 信頼 し て い た か を 物語 っ て い る 。 これ は 松平 容保 を 乱臣 賊子 と 決めつけ た 薩長 主体 の 歴史 観 から は 、 甚だ 都合 の 悪 い もの で 、 薩長 側 に と っ て は その 存在 を 抹殺 し な けれ ば な ら な い 程 の もの と いえ た 。 後 に 山県 有朋 は この 宸翰 の 内容 を 知 っ て 驚愕 し 、 密か に 2 万 円 ( 現在 の 貨幣 価値 に 換算 すれ ば 数 億 円 以上 の 価値 に な る ) で 譲渡 する よう に 働きかけ た 。 その 勧誘 の 中 に は 「 所詮 会津 松平 は 朝敵 」 と ばかり に 、 半ば 強談判 に 近 い もの も あ っ た と 言 わ れ る が 、 会津 松平家 から は 一切 黙殺 さ れ た と い う 。 墓所 は 福島 県 会津 若松 市 の 松平 家 院内 御 廟 及び 東京 都 新宿 区 の 正受院 。 昭和 3 年 ( 1928 年 ・ 戊辰 / 明治 維新 から 60 年 目 の 年 ) 、 秩父宮 雍仁親王 ( 大正 天皇 第 2 皇子 ) と 雍仁 親王 妃 勢津子 ( 松平 容保 の 六男 ・ 恒雄 の 長女 ) の 婚礼 が 執り 行 わ れ た 。 会津 松平家 と 皇族 の 結婚 は 、 朝敵 と 汚名 を 着せ られ た 会津 藩 の 名誉 が 回復 さ れ た こと を 意味 し て い た 。 また 、 同年 に は 子母 澤 寛 『 新選 組 始末 記 』 、 平尾 道雄 『 新選 組 史禄 』 が 刊行 さ れ て お り 、 この 年 は これ まで 逆賊 と さ れ て き た 新 選 組 再 評価 の 転機 と な る 年 で あ っ た 。 ※ 日付 は 明治 4 年 まで は 旧暦 天保 6 年 12 月 29 日 ( 旧暦 ) 、 美濃 国 高須 藩 藩主 ・ 松平 義 建 の 六男 と し て 江戸 藩 邸 で 誕生 。 弘化 3 年 ( 1846 年 ) 4 月 27 日 ( 旧暦 ) 、 陸奥 国会津 藩主 の 後継 者 と な る 。 12 月 16 日 ( 旧暦 ) 、 従 四 位 下 侍従 兼 若狭 守 に 叙任 する 。 嘉永 5 年 ( 1852 年 ) 2 月 25 日 ( 旧暦 ) 、 藩主 と な る 。 肥後守 に 転任 。 侍従 如 元 。 12 月 16 日 ( 1853 年 1 月 25 日 ) 、 左近衛 権 少将 に 転任 する 。 肥後 守 如 元 。 万延 元年 ( 1861 年 ) 12 月 12 日 ( 旧暦 ) 、 左近衛 権 中将 に 転任 する 。 肥後 守 如 元 ( 以後 、 会津 中将 の 称 が 生じ る ) 。 文久 2 年 ( 1862 年 ) 8 月 1日 ( 旧暦 ) 、 京都 守護 職 に 補任 。 正 四 位 下 に 昇叙 。 文久 3 年 ( 1863 年 ) 12 月 30 日 ( 旧暦 ) 、 朝議 参与 に 補任 。 文久 4 年 ( 1864 年 ) 2 月 11 日 ( 旧暦 ) 、 京都 守護 職 を 免 じ 、 陸軍 総裁職 に 補任 。 2 月 12 日 ( 旧暦 ) 、 参議 に 補任 さ れ る も 固辞 。 2 月 13 日 ( 旧暦 ) ( 3 月 20 日 ) 、 軍事 総裁職 に 転職 ( 陸軍 総裁職 の 名称 変更 に よ る ) 。 改元 し て 元治 元年 3 月 14 日 ( 旧暦 ) 、 朝議 参与 辞職 。 4 月 7 日 ( 旧暦 ) ( 5 月 12 日 ) 、 軍事 総裁職 を 免職 。 4 月 22 日 ( 旧暦 ) 、 京都 守護 職 に 復職 。 慶応 3 年 ( 1867 年 ) 4 月 23 日 ( 旧暦 ) 、 参議 に 補任 ( 以後 、 会津 宰相 の 称 が 生じ る ) 。 慶応 4 年 ( 1868 年 ) 1 月 10 日 ( 旧暦 ) 、 解官 。 2 月 4 日 ( 旧暦 ) 、 致仕 。 藩主 の 地位 を 降り る 。 2 月 8 日 ( 旧暦 ) 、 登城 禁止 処分 と な る 。 改元 し て 明治 元年 11 月 2 日 ( 旧暦 ) 、 因幡 国 鳥取藩 に 幽閉 。 12 月 7 日 ( 旧暦 ) 、 鳥取 藩 に 永預り 処分 と な る 。 明治 2 年 ( 1869 年 ) 12 月 7 日 ( 旧暦 ) 、 紀伊国 和歌山 に 遷 さ れ る 。 明治 4 年 ( 18 71 年 ) 3 月 14 日 ( 旧暦 ) 、 陸奥 国斗南藩 に 預替 と な る 。 8 月 、 東京 に 移住 。 明治 5 年 ( 1872 年 ) 2 月 14 日 、 預り 処分 を 免 ず る 。 明治 9 年 ( 1876 年 ) 1 1 月 1日 、 従 五 位 に 叙位 。 明治 13 年 ( 1880 年 ) 2 月 2 日 、 栃木 県 日光 市 山内 鎮座 の 日光 東 照宮 宮司 に 就任 する 。 3 月 13 日 、 東京 都 台東 区 上野 鎮座 の 上野 東照宮 祠官 を 兼務 する 。 5 月 18 日 、 正 四 位 に 昇叙 。 明治 17 年 ( 1884 年 ) 、 日光 東 照宮 宮司 並び に 上野 東照宮 祠官 を 免職 。 明治 20 年 ( 1887 年 ) 9 月 、 日光 東 照宮 宮司 に 復職 。 栃木 県 日光 市 山内 鎮座 の 二 荒山 神社 宮司 も 兼務 する 。 12 月 6 日 、 従 三 位 に 昇叙 。 明治 21 年 ( 1888 年 ) 、 東京 府 皇典 講究 所 監督 を 兼務 。 明治 22 年 ( 1889 年 ) 、 栃木 県 皇典 講究 所 監督 を 兼務 。 明治 26 年 ( 1893 年 ) 9 月 22 日 、 二荒山 神社 宮司 辞職 。 12 月 4 日 、 正 三 位 に 昇叙 。 12 月 5 日 、 薨去 。 父 : 松平 義 建 養父 : 松平 容 敬 母 : 側室 兄弟 松平定 敬 ( 桑名 藩 主 ) 松平義勇 ( 高須 藩 13 代 ) 徳川 慶勝 ( 尾張 徳川 家 14 代 、 17 代 ) 松平 武成 ( 浜田 藩 3 代 ) 徳川 茂徳 ( 高須 藩 11 代 、 尾張 徳川 家 15 代 、 一橋 徳川 家 10 代 ) 義姉妹 松平 照姫 敏姫 正室 敏姫 ( 松平 容敬 5 女 ) 浦乃局 子女 松平容 大 松平 健雄 ( 伊佐須美 神社 宮司 ) 松平 英夫 ( 山田 伯爵 家 の 婿養子 と な る ) 松平 恒雄 ( 駐英 大使 徳川 宗家 18 代 徳川 恒孝 の 祖父 ) 松平 保男 ( 海軍 少将 ) 養子 松平 喜徳 ( 水戸 徳川 家 徳川 斉昭 十 九 男 ) 正室 は 松平 容敬 の 五女 の 敏姫 で 14 歳 で 容保 の 正室 と な る が 、 19 歳 で 死去 し た 。 その 後 、 新た な 正室 と し て 浦乃局 を 迎え て い る 。 側室 は 田代 孫兵衛 の 娘 の 佐久 ( 長男 ・ 容大 、 次男 ・ 健雄 、 五男 ・ 英夫 、 七男 ・ 保男 の 母 ) と 川村 源兵衛 の 娘 の 名賀 ( 長女 ・ 美称 、 次女 、 三男 、 四男 、 六男 ・ 恒雄 の 母 ) の 2人 い た 。 佐久 は 容保 が 京都 守護 職 の 時代 、 身 の 周り の 世話 を し た ら しい 。 『 松平 容保 公伝 』 ( 相田 泰三 、 会津 郷土 史料 研究 所 ) 『 昔 夢 会 筆記 - 徳川 慶喜 公 回 想談 - 』 ( 渋沢 栄一 編 、 平凡 社 ) 『 松平 容保 の すべて 』 ( 綱淵 謙 錠編 、 新人物 往来社 ) 『 会津 藩 士 銘々 伝   上 』 「 倉澤 右兵衛 」 ( 伊藤 哲也 著 、 新人物 往来社 ) 『 月刊 歴史 読本   幕末 京都 志士 日録 』 「 会津 藩 」 ( 伊藤 哲也 著 、 新人物 往来社 ) 『 王城 の 護衛 者 』 ( 司馬 遼太郎 、 講談 社 ) 新 選組 ! ( 2004 年 、 NHK 大河 ドラマ 、 松平 容 保役 : 筒井 道隆 ) +足利 義輝 ( あしかが よし て る ) は 、 室町 幕府 の 第 13 代 征夷 大将軍 ( 在位 : 天文 _ ( 元号 ) 15 年 ( 1546 年 ) - 永禄 8 年 ( 1565 年 ) ) 。 父 は 第 12 代 将軍 の 足利 義晴 。 なお 、 第 10 代将軍 足利 義稙 の 養子 と な っ た 阿波 公方 足利 義維 は 叔父 で 、 その 子 で あ る 第 14 代 将軍 ・ 足利 義栄 は 従兄弟 に あた る 。 天文 5 年 ( 1536 年 ) 3 月 10 日 、 第 12 代 将軍 ・ 足利 義晴 の 嫡男 と し て 東山 南禅 寺 で 生まれ る 。 この頃 の 幕府 で は 父 ・ 義晴 と 管領 ・ 細川 晴元 が 対立 し 、 義晴 は その たび に 敗れ て 近江 国 坂本 に 逃れ 、 それ に 義輝 も たびたび 従 っ た 。 その 後 も 父 と とも に 京 へ の 復帰 と 坂本 へ の 脱出 を 繰り返 し た 。 天文 15 年 ( 1546 年 ) 12 月 、 義輝 は わずか 11 歳 に し て 、 父 から 将軍 職 を 譲 ら れ る 。 この とき の 将軍 就任 式 は 亡命 先 の 近江 坂本 で 行な わ れ 、 元服 の 烏帽子 親 は 六角 定頼 が 務め た ( 初名 ・ 義藤 ) 。 天文 17 年 ( 1548 年 ) 、 義晴 は 細川 晴元 と 和睦 し て 京 に 戻 っ た 。 この とき 晴元 も 義輝 の 将軍 就任 を 承諾 し て い る 。 ところ が 、 晴元 の 家臣 で あ る 三好 長 慶 が 晴元 を 裏切 っ て 細川 氏綱 に 味方 し 、 畿内 に 一 大 勢力 を 築き上げ た 。 この ため 、 足利 義晴 ・ 義輝 父子 は 細川 晴元 と とも に 京都 を 再び 追 わ れ て 近江 に 逃亡 し た 。 そして その 最中 の 天文 19 年 ( 1550 年 ) 、 義晴 は 近江 坂本 に て 死去 し て い る 。 天文 21 年 ( 1552 年 ) 、 氏綱 を 管領 に する と い う 条件 で 三 好 長 慶 と 和睦 し 、 京 に 戻 っ た 。 翌年 から 細川 晴元 と 協力 し て 長慶 と の 戦い を 始め る 。 しかし 敗れ て 近江 坂本 に 逃れ た 。 永禄 元年 ( 15 58 年 ) 、 長慶 と 和睦 し て 京 に 戻 る 。 ところ が その 直後 、 再び 長慶 と 戦 う 。 一 時期 は 六角 義賢 の 支援 を 受け た 義輝 側 が 優勢 で あ っ た が 、 三好 長 慶 の 弟 ・ 三好 義賢 の 猛反攻 を 受け 、 さらに 六角 義賢 から も 支援 を 打ち切 ら れ た ため 、 遂 に 京 から 追 わ れ た 。 しかし 、 長慶 は 将軍 殺し の 汚名 を 着せ られ る こと を 嫌い 、 戦い に 勝利 し た 後 、 和睦 を 申し出 て い る 。 これ に よ り 京 に 戻 る こと は でき た が 、 長慶 は 幕府 の 御 相 伴衆 に 加え られ 、 さらに 修理 大夫 に 推挙 さ れ 、 幕政 の 実権 を 握 っ た 。 義輝 は 単なる 長慶 の 傀儡 に すぎ な かっ た 。 長慶 は たびたび 暗殺 未遂 事件 に 遭遇 し て い る が 、 義輝 の 差し金 で あ っ た と さ れ る 。 幕府 権力 と 将軍 権威 の 復活 を 目指 し て 、 精力 的 な 政治 活動 を 行な っ て い る 。 伊達 晴宗 と 伊達 稙宗 ( 天文 17 年 ( 1548 年 ) ) 、 武田 信玄 と 上杉 謙信 ( 永禄 元年 ( 15 58 年 ) ) 、 島津 貴久 と 大友 義鎮 、 毛利 元 就 と 尼子 晴久 ( 永禄 3 年 ( 15 60 年 ) ) など の 抗争 の 調停 を 頻繁 に 行な っ て 、 諸 大名 に 将軍 の 存在 を 知 ら しめ た の で あ る 。 さらに 自分 の 名 で あ る 『 輝 』 の 字 を 毛利 輝元 や 伊達 輝宗 ・ 上杉 謙信 ( 上杉 輝虎 ) など の 諸 大名 や 足利 一門 の 足利 輝 氏 など に 与え たり も し て い る ( 前名 の 『 藤 』 は 細川 幽斎 ( 出家 し て 細川 幽斎 ) や 足利 藤 氏 、 筒井 順慶 ( 出家 し て 筒井 順慶 ) など に 与え て い る ) 。 この よう な 経緯 から 、 将軍 と し て 諸 大名 から 認め られ る よう に な り 、 織田 信長 や 上杉 謙信 など は 上洛 し て 拝謁 、 大友 義鎮 は 鉄砲 を 献上 し て い る 。 永禄 元年 ( 15 58 年 ) の 義輝 の 帰京 以降 も 長慶 の 権勢 は 続 い た が 、 それ に 反発 する 畠山 高政 と 六角 義賢 は 畿内 で 蜂起 し 、 三好 氏 は 三好 義賢 が 戦死 する など 衰退 の 兆し が 見え 始め た 。 こう し た 中 、 永禄 5 年 ( 1562 年 ) に は 、 長慶 と 手 を 結 び 幕政 を 壟断 し て い た 旧 政所 執事 の 伊勢 貞孝 が 失脚 し 、 反乱 を 起こ す も 長慶 の 手 で 討 た れ た 。 さらに 、 永禄 7 年 ( 1564 年 ) に は 、 長慶 自身 が 病死 し た 。 政敵 が 消滅 し た 義輝 は 、 いよいよ 幕府 権力 の 復活 に 向け て さらなる 政治 活動 を 行な お う と し た 。 しかし 、 長慶 の 死後 に 幕政 を 牛耳 ろ う と 目論 ん で い た 松永 久秀 と 三好 三 人 衆 に と っ て は 、 その よう な 義輝 は 邪魔 な 存在 で あ っ た ため 、 久秀 と 三 人 衆 は 足利 義稙 の 養子 ・ 足利 義維 と 組 み 、 義輝 を 排除 し て 、 義維 の 嫡男 ・ 足利 義栄 ( 義輝 の 従兄弟 ) を 傀儡 と し て 擁立 する 。 一方 で 義輝 が 頼み と する 近江 六角 氏 は 永禄 6 年 ( 1563 年 ) の 観音 寺 騒動 に よ り 力 を 失 っ て い た 。 そして 、 永禄 8 年 ( 1565 年 ) 5 月 19 日 、 久秀 と 三好 三 人 衆 は 主君 ・ 三好 義継 ( 長慶 の 養嗣子 ) と とも に 足利 義栄 を 奉じ て 謀叛 を 起こ し た ( 永禄 の 変 ) 。 義輝 の 居城 で あ る 二条 御所 に 軍勢 を 率い て 襲撃 し た の で あ る 。 義輝 は 上泉 信綱 に 教え を 受け 、 塚原 卜伝 に 奥義 の 伝授 を 受け た 剣豪 で あ っ た ため 、 秘蔵 の 太刀 を も っ て 敵兵 を 多数 斬り殺 し た と い う 。 しかし 、 衆寡 敵 せ ず 、 最後 は 三好 勢 に よ っ て 殺害 さ れ る 。 享年 30 ( 満 29 歳 没 ) 。 ( ルイス ・ フロイス の 『 日本 史 』 に も 奮戦 の 様子 が 記 さ れ て い る ほか 、 「 言継 卿記 」 に は 自害 し た と 記 さ れ る ) 。 この とき 、 義輝 の 生母 で あ る 慶寿 院 も 殉死 し て い る 。 五 月 雨 は   露 か 涙 か   不如帰   我が 名 を あげ よ   雲 の 上 まで 塚原 卜伝 から の 指導 を 受け 、 鎌倉 から 江戸 まで の 征夷 大将軍 の 中 で も 、 最も 武術 の 優れ た 人物 と し て 伝え られ て い る 。 松永 久秀ら の 二 条 御所 襲撃 の 際 も 刀 を 数本 畳 に さ し 、 刃 こぼれ し て は 新し い 刀 に 替え て 敵 を 切り伏せ 続け た と い う 。 この ため 、 現代 に お い て 「 剣豪 」 「 剣聖将軍 」 と 称 さ れ る 場合 も あ る 。 室町 幕府 の 歴代 将軍 の 中 で も 特に 覇気 に 溢れ 、 武士 らし い 将軍 と 讃え られ て い る 。 その 政治 活動 に よ り 、 一時 的 と は いえ 将軍 権威 が 復活 し た こと に お い て 、 その 努力 は 評価 に 値 する 。 しかし ながら 実際 の 統治 と し て は 、 曲が り なり に も 和睦 後 の 将軍 権力 を 軍事 力 で 裏づけ し て い た 三好 長 慶 の 暗殺 を 度々 試み る など 、 視野 の 狭 さ を 窺 わ せ る 施策 が 多 く 見 られ る 。 皮肉 に も 自ら が 暗殺 さ れ た こと に よ り 、 将軍 の 権威 は 地 に 堕ち た 。 辞世 の 句 に も 、 野心 と 無念 が 窺え る 。 天文 23 年 ( 1554 年 ) に は 大友 氏 から 鉄砲 と 火薬 の 秘伝書 ( 『 鉄放 薬 方 并調合 次第 』 ) を 手 に 入れ たり 、 永禄 3 年 ( 15 60 年 ) に は ガスパル ・ ヴィレラ に キリスト 教 の 布教 を 許 す など 、 新し い 物 に 目敏 か っ た よう だ 。 ただし 、 これ も 直前 に 三好 氏 が その 領国 内 に お い て キリスト 教 の 布教 の 自由 を 認め て い た 事 に 留意 す べ き で あ る 。 義輝 個人 の 嗜好 と 言 う より も 、 三好 氏 と の 対抗 上 、 もしくは 三好 氏 の 意向 を 受け て の 裁可 で あ る 可能 性 が 高 い 。 細川 藤孝 の 孫 で 熊本 藩主 と な っ た 細川 忠利 は 、 讃岐 国 に 閑居 し て い た 義輝 の 遺児 ・ 尾家 義辰 ( 尾池 玄蕃 ) を 探し出 し 熊本 に 迎え て い る 。 忠利 は 、 熊本 藩 の 客分 ・ 宮本 武蔵 と とも に 義辰 を 山鹿 温泉 の 新築 の 御 茶屋 ( 別荘 ) に 招 く など し た 。 子孫 は 西山 氏 を 名乗 り 、 知行 1000 石 、 比着座 同 列 定席 の 家格 に て 明治 に 至 る 。 他 の 子 と し て は 、 義輝 暗殺 の 際 に 家臣 に 保護 さ れ 丹波 国 の 波多野 氏 の 下 で 養育 さ れ た と い う 足利 義高 ( 出家 し て 天誉 ) が いた と 伝わ る 。 ※ 日付 = 旧暦 天文 ( 元号 ) 15 年 ( 1546 年 ) 7 月 27 日 、 従 五 位 下 に 叙 す 。 11 月 19 日 、 正 五 位 下 に 昇叙 し 、 左馬頭 に 任官 。 12 月 19 日 、 元服 し 、 義藤 を 名乗 る 。 12 月 20 日 、 従 四 位 下 征夷 大将軍 宣下 。 天文 16 年 ( 1547 年 ) 2 月 17 日 、 参議 に 補任 し 、 左近衛 中将 を 兼任 。 天文 23 年 ( 1554 年 ) 2 月 12 日 、 従 三 位 に 昇叙 し 、 名 を 義輝 と 改め る 。 永禄 8 年 ( 1565 年 ) 5 月 19 日 、 薨去 。 6 月 7 日 、 贈従 一 位 、 太政 大臣 ( 左 大臣 と い う 説 も あ る ) 。 足利藤 氏 大内 輝弘 上杉 謙信 ( 輝虎 ) 伊達 輝 宗 細川 幽斎 ( 藤孝 ) 毛利 輝元 最上 義光 島津 義久 ( 義辰 ) 三好 義興 ( 義長 ) 武田 義信 朝倉 義景 一色 藤長 相良 義 陽 尼子 義久 宮本 昌孝 『 剣豪 将軍 義輝 』 上 、 中 、 下 ( 徳間 文庫 、 2000 年 ) 上鳳雛 ノ 太刀 ISBN 419891247 5 、 中孤 雲ノ 太刀 ISBN 419891 26 61 、 下流星 ノ 太刀 ISBN 419891284 X 宮本 昌孝 『 義輝 異聞 将軍 の 星 』 ( 徳間 文庫 、 2003 年 ) ISBN 41989 18929 宮城 賢秀 『 将軍 義輝 の 死 』 ( 角川 春樹 事務 所 ハルキ 文庫 、 2005 年 ) ISBN 475 843 1809 『 天 と 地 と ( NHK 大河 ドラマ ) 』 ( 1969 年 、 日本 放送 協会 大河 ドラマ 、 俳優 : 山本 學 ) 『 国盗 り 物語 ( NHK 大河 ドラマ ) 』 ( 1973 年 、 NHK 大河 ドラマ 、 俳優 : 竹脇 無我 ) 『 信長 KING OF ZIPANGU 』 ( 1992 年 、 NHK 大河 ドラマ 、 俳優 : 宮田 恭男 ) 『 織田 信長 ( テレビ ドラマ 1994 年 ) 』 ( 1994 年 、 テレビ 東京 ・ 12 時間 超 ワイド ドラマ ( 後 の 新春 ワイド 時代 劇 ) 、 俳優 : 北大路 欣也 ) 『 国盗 り 物語 』 ( 2005 年 、 テレビ 東京 ・ 新春 ワイド 時代 劇 、 俳優 : 千葉 哲也 ) 『 功名 が 辻 ( NHK 大河 ドラマ ) 』 ( 2006 年 、 NHK 大河 ドラマ 、 俳優 : 山口 祥行 ) +斎藤 道三 / 斎藤 秀龍 ( さいとう どう さん / さいとう ひでたつ ) は 、 戦国 時代 ( 日本 ) の 武将 。 美濃 国 ( 岐阜 県 南部 ) の 戦国 大名 斎藤 氏 の 初代 当主 。 かつて 、 斎藤 道三 は 北条 早雲 ら と 並 ぶ 下克上 大名 の 典型 で あ り 、 僧侶 から 油 商人 を 経 て ついに 戦国 大名 に まで 成り上が っ た 人物 だ と さ れ て き た 。 しかし 、 『 岐阜 県 史 』 編纂 の 過程 で 発見 さ れ た 古 文書 「 六角 承禎 条 書写 」 に よ っ て 、 美濃 の 国盗 り は 道三 一 代 の もの で は な く 、 その 父 の 長井 新左衛門 尉 と の 父子 二 代 に わた る もの と する 理解 が 有力 と な っ て い る 。 父 は 長井 新左衛門 尉 ( 豊後 守 ) 。 道三 の 名 と し て 、 法 蓮房 ・ 松波 庄五郎 ( 庄九郎 ) ・ 西 村 正利 ( 勘九郎 ) ・ 長井 規秀 ( 新九郎 ) ・ 長井 秀龍 ( 新九郎 ) ・ 斎藤 利政 ( 新九郎 ) ・ 道三 など が 伝わ る が 、 良質 な 史料 に 現れ て い る の は 、 藤原 ( 長井 ) 規秀 ・ 斎藤 利政 ・ 道三 など のみ で あ る 。 子 に 斎藤 義龍 、 斎藤 利尭 ( 玄蕃 助 ) 、 斎藤 孫四郎 ( 龍元 、 龍重 ) 、 斎藤 喜平治 ( 龍之 、 龍定 ) 、 斎藤 利治 ( 利治 ) 。 また 、 長井 道利 は 弟 と も 、 道三 が 若 い 頃 の 子 で あ る と も さ れ る 。 娘 に 姉小路 頼綱 正室 、 濃姫 ( 織田 信長 正室 ) など 。 道三 は 美濃 の 戦国 領主 と し て 天文 ( 元号 ) 23 年 ( 1554 年 ) まで 君臨 し た 後 、 義龍 へ 家督 を 譲 っ た が 、 ほど なく し て 義龍 と 義絶 し 、 弘治 ( 日本 ) 2 年 ( 1556 年 ) 4 月 に 長良 川 河畔 で 義龍 軍 に 敗れ 、 討ち死に し た 。 「 美濃 の 蝮 」 の 異名 を 持 ち 、 下克上 に よ っ て 戦国 大名 に 成り上が っ た と さ れ る 斎藤 道三 の 人物 像 は 、 196 0 年代 に 始ま っ た 『 岐阜 県 史 』 編纂 の 過程 で 大き く 転換 し た 。 編纂 に お い て 「 春日 倬 一郎 氏 所蔵 文書 」 ( 後 に 「 春日 力 氏 所蔵 文書 」 ) の 中 から 永禄 3 年 ( 15 60 年 ) 7 月 付け の 「 六角 承禎 書写 」 が 発見 さ れ た 。 この 文書 は 近江 守護 六 角 義賢 ( 承禎 ) が 家臣 で あ る 平井 氏 ・ 蒲生 氏 ら に 宛て た もの で 、 前欠 で あ る が 次 の 内容 を 持 つ 。 斎藤 治部 ( 義龍 ) 祖父 の 新左衛門 尉 は 、 京都 妙覚 寺 の 僧侶 で あ っ た 。 新左衛門 尉 は 西村 と 名乗 り 、 美濃 へ 来 て 長井 弥二郎 に 仕え た 。 新左衛門 尉 は 次第 に 頭角 を 現 し 、 長井 の 名字 を 称 する よう に な っ た 。 義龍父 の 左近 大夫 ( 道三 ) の 代 に な る と 、 惣領 を 討ち殺 し 、 諸職 を 奪い取 っ て 、 斎藤 の 名字 を 名乗 っ た 。 道三 と 義龍 は 義絶 し 、 義龍 は 父 の 首 を 取 っ た 。 同文書 の 発見 に よ り 、 従来 、 道三 一 代 の もの と 見 られ て い た 「 国盗 り 物語 」 は 、 新左衛門 尉 と 道三 の 二 代 に わた る もの で あ る 可能 性 が 非常 に 高 く な っ た 。 父 の 新左衛門 尉 と 見 られ る 名 が 古 文書 から も 検出 さ れ て お り 、 大永 6 年 ( 1526 年 ) 6 月 付け 「 東大 寺定使 下向 注文 」 ( 『 筒井 寛聖 氏 所蔵 文書 』 所収 ) および 大永 8 年 2 月 19 日 付 「 幕府 奉行 人 奉書 案 」 ( 『 秋田 藩 採集古 文書 』 所収 ) に 「 長井 新左衛門 尉 」 の 名 が 見え て い る 。 一方 、 道三 の 史料 上 の 初出 は 天文 2 年 ( 1533 年 ) 6 月 付け 文書 に 見え る 「 藤原 規秀 」 で あ り 、 同年 11 月 26 日 付 の 長井 景弘 ・ 長井 規秀連署 状 に も その 名 が 見え る 。 以下 、 かつて 知 ら れ て い た 道三 像 を 中心 に 叙述 し て い く 。 明応 3 年 ( 1494 年 ) に 山城 国 乙訓 郡 西岡 で 生まれ た と さ れ て き た が 、 生年 に つ い て は 永正 元年 ( 150 4 年 ) と する 説 が あ り 、 生誕 地 に つ い て も 諸説 あ る 。 『 美濃 国 諸旧 記 』 に よ る と 先祖 代々 北面 の 武士 を つとめ 、 父 は 松波 左近将 監 基 宗 と い い 、 事情 に よ っ て 牢人 と な り 西岡 に 住 ん で い た と い う 。 道三 は 幼名 を 峰丸 と い い 、 11 歳 の 春 に 京都 妙覚 寺 で 得度 を 受け 、 法 蓮房 の 名 で 僧侶 と な っ た 。 その 後 、 法弟 で あ り 学友 の 日護房 ( 南 陽房 ) が 美濃 国 厚見 郡 今泉 の 常在 寺 ( 岐阜 市 ) へ 住職 と し て 赴 く と 、 法 蓮房 も それ を 契機 に 還俗 し て 庄五郎 ( 庄九郎 と も ) と 名乗 っ た 。 油 問屋 の 奈良 屋 又 兵衛 の 娘 を めと っ た 庄五郎 は 、 油 商 人 と な り 山崎 屋 を 称 し た 。 庄五郎 は 油売り 行商 を 重ね て い た が 、 ある とき 美濃 常在 寺 の 日護 房 改め 日運 と 再会 し 、 日運 の 縁故 を 頼 っ た 庄五郎 は 、 美濃 守護 土岐 氏 小 守護 代 の 長井 長弘 家臣 と な る こと に 成功 し た 。 庄五郎 は 、 長井 氏 斎藤 長井 氏 家臣 西村 氏 の 家名 を つ いで 西村 勘九郎 正利 を 称 し た 。 勘九郎 は その 武芸 と 才覚 で 次第 に 頭角 を あらわ し 、 土岐 守護 の 次男 で あ る 土岐 頼芸 の 信頼 を 得 る に 至 っ た 。 頼芸 が 兄 土岐 政頼 と の 家督 相続 に 敗れ る と 、 勘九郎 は 密か に 策 を 講 じ 、 大永 7 年 8 月 、 政頼 を 革 手城 に 急襲 し て 越前 へ 追いや り 、 頼芸 の 守護 補任 に 大き く 貢献 し た 。 頼芸 の 信任 篤 い 勘九郎 は 、 同じく 頼芸 の 信任 を 得 て い た 長井 長弘 の 除去 を 画策 し 、 享禄 3 年 ( 1530 年 ) 正月 な い し 天文 2 年 ( 1533 年 ) に 長井 長弘 を 不行 跡 の かどで 殺害 し 、 長井 新 九郎 規秀 を 名乗 っ た 。 天文 7 年 ( 1538 年 ) に 美濃 守護 代 の 斎藤 利良 が 病死 する と 、 その 名跡 を 継 い で 斎藤 新九郎 利政 と 名乗 っ た 。 天文 8 年 ( 1539 年 ) に は 居城 稲葉 山 城 の 大 改築 を 行な っ て い る 。 上記 の 所伝 に は 、 父 新左衛門 尉 の 経歴 も 入り 混じ っ て い る 可能 性 が 高 い 。 大永 年間 の 文書 に 見え る 「 長井 新左衛門 尉 」 が 道三 の 父 と 同一 人物 で あ れ ば 、 既に 父 の 代 に 長井 氏 と し て 活動 し て い た こと に な る 。 さらに 、 天文 2 年 の 文書 に 藤原 ( 長井 ) 規秀 の 名 が 見え 始め る こと から 、 道三 が 父 から 家督 を 相続 し た の は この 頃 と 推定 さ れ て い る 。 小和田 哲男 「 斎藤 氏 」 項 『 戦国 大名 370 家 出 自事典 』 新人物 往来社 、 1996 同年 11 月 の 文書 は 、 長井 景弘 と の 連署 で あ り 、 道三 が 長井 長弘 殺害 の 際 に 長井 氏 の 家名 を 乗っ取 り 、 長弘 の 子孫 に 相続 を 許 さ な かっ た と する 所伝 を 否定 する もの で あ る 。 また 、 長井 長弘 の 署名 を 持 つ 禁制 文書 が 享禄 3 年 3 月 付け で 発給 さ れ て お り 、 少な く とも 享禄 3 年 正月 の 長弘 殺害 は 誤伝 で あ る こと が わか っ て い る 。 天文 10 年 ( 1541 年 ) 、 利政 に よ る 土岐 頼満 ( 頼芸 の 弟 ) の 毒殺 が 契機 と な っ て 、 頼芸 と 利政 と の 対立 抗争 が 開始 し た 。 一時 は 利政 が 窮地 に 立た さ れ たり も し た が 、 天文 11 年 ( 1542 年 ) に 利政 は 頼芸 の 居城 大 桑城 を 攻め 、 頼芸 と その 子 の 次郎 を 尾張 国 へ 追放 し て 、 事実 上 の 美濃 国主 と な っ た と さ れ て い る 。 ただし 、 近年 で は 尾張 国 に 追放 さ れ た の は 次郎 で あ っ て 、 頼芸 は この 段階 で は 美濃 に 留ま っ て 傀儡 の 守護 と し て その 地位 を 保 っ て い た と する 異説 も あ る 。 しかし 織田 信秀 の 後援 を 得 た 頼芸 は 、 先 に 追放 さ れ 朝倉 孝景 ( 10 代 当主 ) の 庇護 を 受け て い た 政頼 と 連携 を 結 ぶ と 、 両者 は 、 美濃 復帰 を 大義 名分 に 掲げ て 朝倉 氏 と 織田 氏 の 援助 を 背景 と し て 、 美濃 へ 侵攻 し た 。 その 結果 、 頼芸 は 揖斐 北 方城 に 入 り 、 政頼 は 革 手城 に 復帰 し た 。 天文 16 年 ( 1547 年 ) 9 月 に は 織田 信秀 が 大 規模 な 稲葉 山 城攻め を 仕掛け た が 、 利政 は 籠城 戦 で 織田 軍 を 壊滅 寸前 に まで 追い込 ん だ ( 加納 口 の 戦い ) 。 一方 、 政頼 も 同年 11 月 に 病死 し た 。 この 情勢 下 に お い て 、 利政 は 織田 信秀 と 和睦 し 、 天文 17 年 ( 1548 年 ) に 娘 の 帰蝶 を 信秀 の 嫡子 織田 信長 に 嫁 が せ た 。 帰蝶 を 信長 に 嫁 が せ た 後 の 聖徳 寺 ( 現在 の 愛知 県 一宮 市 ( 旧 尾西 市 ) 冨田 ) で 会見 し た 際 、 「 うつけ 者 」 と 評 さ れ て い た 信長 が 多数 の 鉄砲 を 護衛 に 装備 さ せ 正装 で 訪れ た こと に 大変 驚 き 、 斎藤 利政 は 信長 を 見込 む と 同時 に 、 「 我が 子 たち は あのうつけ ( 信長 ) の 馬 を つな ぐ よう に な る 」 と 述べ た と 信長 公記 に あ る 。 この 和睦 に よ り 、 織田 家 の 後援 を 受け て 利政 に 反逆 し て い た 相羽 城 主長屋 景興 や 揖斐 城 主 揖斐 光親ら を 滅ぼ し 、 さらに 揖斐 北 方城 に とどま っ て い た 土岐 頼芸 を 天文 21 年 ( 1552 年 ) に 再び 尾張 へ 追放 し 、 美濃 を 完全 に 平定 し た 。 美濃 平定 後 、 稲葉 山 城 の 七 曲 百 曲口 に 「 主 を 斬 り 、 婿 を 殺す は 身 の ( 美濃 ) おはり ( 尾張 ) 。 昔 は 長田 、 今 は 山城 」 と い う 落書 が 記 さ れ た と 言 わ れ る 。 これ は 源平 合戦 の 頃 、 尾張 の 長田 忠致 が 旧主 の 源義朝 を 謀殺 し た こと と 、 道三 の 行状 が 匹敵 する と い う こと を 謡 っ て い る 。 天文 23 年 ( 1554 年 ) 、 利政 は 家督 を 子 の 斎藤 義龍 へ 譲 り 、 自ら は 常在 寺 で 剃髪 入道 を 遂げ て 道三 と 号 し 、 鷺山 城 に 隠居 し た 。 しかし 道三 は 義龍 より も 、 その 弟 で あ る 龍重 や 龍定 を 偏愛 し 、 ついに 義龍 の 廃嫡 を 考え 始め た と さ れ る 。 道三 と 義龍 の 不和 は 顕在 化 し 、 弘治 元年 ( 1555 年 ) に 義龍 は 弟 たち を 殺害 し 、 道三 に 対 し て 挙兵 する 。 道三 と 義龍 と の 不和 は 、 義龍 が 道三 の 実子 で は な く 土岐 頼芸 の 子 で あ っ た から だ と する 説 が あ る 。 義龍 は 大永 7 年 ( 1527 年 ) の 出生 で 、 母 の 深 芳野 が 土岐 頼芸 から 道三 に 下げ渡 さ れ て から 1 年 以内 の 出生 の ため で あ る 。 国盗り の 経緯 から 道三 に 味方 し よ う と する 旧 土岐 家 家臣 団 は ほとんど お ら ず 、 翌 弘治 2 年 ( 1556 年 ) 4 月 、 1 万 7千 の 兵 を 率い る 義龍 に 対 し 、 7 千 の 兵 の 道三 が 長良 川 河畔 で 戦い ( 長良 川 の 戦い ) 、 娘婿 の 信長 が 援軍 を 派兵 し た もの の 間に合 わ ず に 衆寡 敵 せ ず 、 戦死 し た 。 享年 63 。 土岐 頼芸 は 無能 だっ た が 、 土岐 家 自体 を 慕 う 旧臣 は 多 く 、 道三 は 美濃 平定 後 も 常 に 不穏 分子 に 悩ま さ れ 、 国内 統制 に 苦慮 し て い る 。 その ため 、 微罪 の 者 を 牛裂 き 、 釜茹 で の 刑 に 処 する など の 強権 政治 を 行な っ て い る 。 勝俣 鎮夫 は 道三 から 義竜 へ の 家督 譲渡 の 背景 に は 、 実 は こう し た 残酷 な 道三 の 姿勢 に 不満 を 抱 い た 重臣 達 に よ っ て 義竜 を 擁 し た 政変 が 引き起こ さ れ て 、 道三 は それ に よ っ て 当主 の 座 を 追 わ れ た に すぎ な い と する 説 を 唱え て い る 。 戦死 する 直前 、 信長 に 対 し て 美濃 を 譲り 渡 す と い う 遺言 書 を 残 し た と 信長 公記 に あ る 。 道三 は 義龍 を 「 無能 」 と 評 し た が 、 長良 川 の 戦い に おけ る 義龍 の 采配 を 見 て 、 その 評価 を 改め 、 後悔 し た と い う 。 道三 の 首 は 、 義龍 側 に つ い た 旧臣 の 手 で 道 三塚 に 手厚 く 葬 ら れ た 。 なお 、 首 を 討 た れ た 際 、 鼻 も 削 が れ た と い う 。 道三 の 墓所 は 、 岐阜 県 岐阜 市 の 常在 寺 ( 岐阜 市 ) に 営 ま れ て い る ほか 、 同市 の 道 三塚 も 道三 墓所 と 伝え られ て い る 。 常在 寺 に は 道三 の 肖像 や 「 斎藤 山城 」 印 など が 所蔵 さ れ て い る 。 後 に 江戸 時代 に は 、 旗本 井 上家 や 松波 家 など が 道 三 子 孫 と し て 伝え られ て い た 。 現代 に 至 る と 、 岐阜 の まちづくり の 基礎 を 成 し た 道三 の 遺徳 を 偲 び 、 昭和 47 年 ( 1972 年 ) から 岐阜 市 に て 毎年 4 月 上旬 に 道三 まつり が 開催 さ れ て い る 。 坂口 安吾 『 梟雄 』 ( 初出 「 文藝 春秋 」 1953 、 のち 『 坂口 安吾 全集 14 』 筑摩 書房 、 1999 に 所収 ) 中山 義秀 『 戦国 史記 - 斎藤 道三 』 ( 中央 公論 社 、 1957 ) 司馬 遼太郎 『 国盗 り 物語 』 ( 新潮 文庫 、 初版 1971 ) 岩井 三四二 『 簒奪 者 』 ( 学習 研究 社 、 1999 年 ) 岩井 三四二 『 斎藤 道 三兵 は 詭道 な り 』 - ( 学研 M 文庫 、 2001 ) 宮本 昌孝 『 ふたり 道三 』 - ( 新潮 社 、 2002 - 2003 ) 本宮 ひろ志 『 猛 き 黄金 の 国道 三 』 - ( 集英 社 文庫 、 2004 ) NHK 大河 ドラマ 『 国盗 り 物語 ( NHK 大河 ドラマ ) 』 ( 日本 放送 協会 、 1973 平 幹二朗 ) 新春 ワイド 時代 劇 『 国盗 り 物語 新春 ワイド 時代 劇版 』 ( テレビ 東京 、 2005 北 大路 欣也 ) 親子 二 代説 が 登場 する まで は 「 油屋 から 身 を 立て 大名 に まで の しあが っ た 戦国 大名 」 と い う 道三 像 が 定着 し て い た こと から 、 各種 の 民間 説話 ・ 伝承 や 、 二 代 説 登場 後 の もの も 含 む 多く の 創作 作品 に お い て は 、 一代 説 を 前提 と し た 「 斎藤 道三 」 と い う キャラクター が 語 ら れ る こと が 圧倒 的 に 多 い 。 江戸 時代 から 道三 は 極悪 人 と し て 語 ら れ て き た が 、 そう し た 従来 の 道 三 像 を 止揚 し 、 時代 の 先駆 者 と し て の 道 三 像 を 描 い た の は 坂口 安吾 『 梟雄 』 ( 1953 年 ) だっ た 。 時代 の 先駆 者 と し て の 創作 イメージ を 決定 的 に 定着 さ せ た の は 司馬 遼太郎 『 国盗 り 物語 』 ( 1971 年 ) で あ り 、 同名 の NHK 大河 ドラマ ( 1973 年 ) だっ た 。 親子 二 代説 に もとづ く もの も 含め 、 その 後 も 多く の 創作 作品 が つく ら れ た が 、 強 い 個性 を 持 ち 、 時代 の 先駆 者 ・ 変革 者 と し て の イメージ で 描 か れ る 傾向 は 続 い て い る 。 道三 が 登場 する その 他 の テレビ ドラマ 『 天 と 地 と ( NHK 大河 ドラマ ) 』 ( 1969 年 NHK 大河 ドラマ 演 : 中村 翫右衛門 ( 3 代 目 ) ) 『 織田 信長 ( TBS ドラマ ) 』 ( 1989 年 TBS ドラマ 演 : 松方 弘樹 ) 『 信長 KING OF ZIPANGU 』 ( 1992 年 NHK 大河 ドラマ 演 : 芦田 伸介 ) 『 織田 信長 ( テレビ ドラマ 1994 年 ) 』 ( 1994 年 テレビ 東京 ドラマ 演 : 津川 雅彦 ) 『 豊臣 秀吉 天下 を 獲 る ! 』 ( 1995 年 テレビ 東京 ドラマ 演 : 渡辺 哲 ) 『 秀吉 ( NHK 大河 ドラマ ) 』 ( 1996 年 NHK 大河 ドラマ 演 : 金田 龍之介 ) 福田 栄次郎 「 斎藤 道三 」 項 ( 『 国史 大 辞典 6 』 吉川 弘文館 、 1985 。 ISBN 4642005064 ) 小和田 哲男 「 斎藤 氏 」 項 ( 『 戦国 大名 370 家 出 自事典 』 新人物 往来社 、 1996 。 ISBN 440402376 6 ) +日野 富子 ( ひ の とみこ 、 女性 、 永享 12 年 〔 1440 年 〕 - 明応 5 年 5 月 20 日 _ ( 旧暦 ) 〔 1496 年 6 月 30 日 〕 ) は 、 室町 時代 の 人物 。 室町 幕府 8 代 将軍 足利 義政 の 正室 。 父 は 蔵人 右 少弁 ・ 贈内 大臣 の 日野 重政 、 母 は 従 三 位 の 北小路 禅尼 。 9 代将軍 足利 義尚 の 母 。 生涯 生誕 と 結婚 山城 国 ( 京都 府 ) の 生まれ 。 室町 幕府 の 足利 将軍 家 と 縁戚 関係 を 持 っ て い た 日野 家 の 出身 で 、 義政 の 生母 日野 重子 は 富子 の 大叔母 に あた る 。 富子 も 1455 年 ( 康正 1 ) 8 月 27 日 ( 旧暦 ) に 16 歳 で 義政 の 正室 と な り 、 1459 年 ( 長禄 3 ) 1 月 9 日 ( 旧暦 ) に は 第 1 子 が 生まれ る が 、 その 日 の うち に 夭折 。 それ を 義政 の 乳母 の 今 参局 が 呪い を 掛け た せい だ と し 、 彼女 を 琵琶 湖 沖島 に 流罪 と し ( 本人 は 途中 で 自刃 ) 、 更に 義政 の 側室 四 人 を 追放 する 。 応仁 の 乱 政治 に 興味 を 示 さ な い 夫 に 代わ っ て 幕政 に 深 く 関わ り 、 影響 力 を 行使 し た 。 1466 年 ( 文正 1 ) に 富子 は 足利 義尚 を 出産 する 。 ところ が 、 義尚 は 義政 の 子 で は な く 後土 御門 天皇 の 子 で は な い か と い う 噂 が 広ま っ た 。 これ は 、 前年 に 男子 の 生まれ な い 義政 は 実弟 で 仏門 に 入 っ て い た 義尋 を 還俗 さ せ 、 名 を 足利 義視 と 改めて 細川 勝元 を 後見 に 将軍 後継 者 と し て い た 事 に 対 し 、 富子 が 反発 し て い た 事 から 来 た 噂 の よう だ が 、 はっきり と し た こと は 分か ら な い 。 幸い に も 義政 の 耳 に は 入 ら な かっ た が 、 この 頃 から 悪妻 の 噂 が 立 ち 始め た 。 富子 は 後見 の 山名 宗全 や 実家 で あ る 日野 家 の 権威 を 背景 に 、 義尚 を 次期 将軍 に 推 し 、 将軍 職継承 を めぐ っ て の 義視 と の 対立 や 斯波 氏 、 畠山 氏 の 家督 相続 問題 が 連携 し て 応仁 の 乱 の 一因 と な っ た 。 1476 年 ( 文明 ( 日本 ) 7 ) に 花 の 御所 ( 京都 市 上京 区 ) が 焼失 する と 小川 御所 ( 上京 区 堀川 ) へ 移 る 。 富子 は 京都 七 つ 口 に 関所 を 作 っ て 関銭 を 徴集 ( 七口 の 関 ) し 、 米 相場 や 高利 貸し から の 賄賂 を 受け る など 利殖 活動 を 行 い 、 彼女 の 財力 に よ っ て 室町 幕府 が 運営 さ れ て い た 。 その 遺産 は 七 万 貫 ( 約 70 億 円 ) に 達 し て い た と い う 。 だ が 、 その 活動 に 対 する 一般 市民 から の 評価 は 決して 高 く な く 、 お 金儲け に 熱中 し た 悪妻 と 囁 か れ た 。 応仁 の 乱後 1489 年 ( 延徳 1 ) に 六角 高頼 を 討伐 に 遠征 中 の 義尚 が 没 し 、 次いで 義政 も 没 する 。 そこ で 義視 と 自分 の 妹 の 間 に 生まれ た 足利 義材 ( 後 の 義稙 ) を 将軍 に 擁立 し た 。 ところ が 義視 は これ に 反発 。 富子 の 邸宅 を 破壊 し 領地 を 差し押さえ た 。 義視 の 死後 、 義材 も 父 の 遺志 を 継 ぎ 富子 に 反発 。 だ が 、 1493 年 ( 明応 2 ) に 細川 政元 と 共 に クーデター を 起こ し 義材 を 廃 し 、 義政 の 甥 で 堀越 公方 足利 政知 の 子足利 義澄 を 将軍 に 就け る ( 明応 の 政変 ) 。 だ が 、 寿命 も あ っ て 1496 年 に 死去 し て しま う 。 享年 57 。 評価 巨万 の 富 を 築 い た 悪女 ・ 悪妻 と 評 さ れ る 事 も あ る が 、 その 手腕 で 幕府 財政 を 支え て い た の は 確か で あ り 後世 の 女性 蔑視 ・ 商業 蔑視 の 影響 を 差し引 い て 考え る 必要 が あ る だ ろ う 。 その 一方 、 特に 近年 で は フェミニズム の 影響 を 受け た 女性 史家 や 女流 作家 に よ っ て 、 実状 と かけ離れ た 有能 な 女性 政治 家 と し て 表現 さ れ る こと も あ る 。 いずれ に せよ 、 公正 な 評価 が 難し い 人物 と 言え る 。 墓所 等 墓所 : 京都 市 上京 区 の 華 開院 に 富子 の もの と 伝わ る 墓 が 存在 する 。 木像 : 京都 市 上京 区 の 宝鏡 寺 所蔵 。 司馬 遼太郎 『 妖怪 』 ( 講談 社 / 講談 社 文庫 、 1969 年 ) 永井 路子 『 銀 の 館 』 ( 文藝 春秋 / 文春 文庫 、 1980 年 ) 山田 風太郎 『 室町 少年 倶楽部 』 ( 文藝 春秋 / 文春 文庫 、 1995 年 ) 『 花 の 乱 』 ( NHK 大河 ドラマ ) 演 : 村嶋 亜矢香 → 松 たか子 → 三田 佳子 日野 家 +足利 義詮 ( あしかが よしあきら 、 元徳 2 年 6 月 18 日 ( 旧暦 ) ( 1330 年 7 月 4 日 ) - 正平 ( 日本 ) 22 年 / 貞治 6 年 12 月 7 日 ( 旧暦 ) ( 1367 年 12 月 28 日 ) ) は 、 室町 幕府 2 代 征夷 大将軍 。 足利尊 氏 の 第 三子 で 嫡男 。 母 は 北条 久 時 の 娘 の 赤橋 登子 で 、 鎌倉 幕府 最後 の 執権 北条 守 時 の 妹 に 当 る 。 正室 は 渋川 義季 の 娘 の 渋川 幸子 。 幼名 は 千寿王 ( せんじゅ おう ) 。 子 に 足利 義満 、 足利 満詮 など 。 官位 は 正二 位 大 納言 、 従一 位 左 大臣 。 伯耆 国 船 上山 に て 挙兵 し た 後 醍醐 天皇 討伐 の ため に 父 ・ 尊 氏 が 鎌倉 幕府 軍 の 総 大将 と し て 上洛 し た 際 、 母 ・ 登子 と とも に 北条 氏 の 人質 と し て 鎌倉 へ 留め 置 か れ る 。 尊 氏 が 丹波 国 で 鎌倉 幕府 に 反旗 を 翻 し 、 京都 の 六波羅 探題 を 攻略 する と 、 幼 い 義詮 ( 千寿 王 ) は 、 細川 氏 など の 足利 家 家臣 に 連れ出 さ れ 鎌倉 を 脱出 し 、 新田 義貞 に 奉 じ られ 鎌倉 攻め に 参加 し た 。 この 際千 寿王 は 、 父 ・ 尊 氏 の 名代 と し て 、 家臣 ら の 補佐 に よ り 、 鎌倉 攻め 参加 の 武士 に 対 し 軍忠状 を 発付 し 、 後 に 足利 氏 が 武家 の 棟梁 と し て 認知 さ れ る 端緒 を 作 る 。 建武 の 新政 で は 、 叔父 で あ る 足利 直義 に 支え られ て 鎌倉 に 置 か れ 、 尊 氏 が 建武 政権 から 離反 する と 、 父 と とも に 南朝 ( 日本 ) と 戦 い 、 主に 鎌倉 に お い て 関東 を 統治 し た 。 尊 氏 に よ る 足利 幕府 開府 後 、 足利 家 の 執事 で あ る 高師 直 と 尊 氏 の 弟 の 足利 直義 の 対立 が 激化 し て 観応 の 擾乱 が 起こ り 、 師直 の クーデタ に よ り 直義 が 失脚 する と 、 義詮 は 京都 へ 呼び戻 さ れ 直義 に 代わ り 幕府 の 政務 を 任 さ れ る 。 1351 年 に は 、 尊 氏 が 直義 派 に 対抗 する ため に 義詮 と 共 に 南朝 に 降伏 し 、 年号 を 南朝 の 「 正平 」 に 統一 する 正平 一統 が 行 わ れ る 。 翌年 に 南朝 の 北畠 親房 や 楠木 正儀 ら が 京都 へ 侵攻 する と 、 義詮 は 京 を 逃れ て 近江国 へ 避難 し た 結果 、 光厳 天皇 、 光明 天皇 、 崇光 天皇 の 三 太 上 天皇 を 奪 わ れ た が 、 観応 の 年号 を 復活 さ せ る と とも に 兵 を 募 っ て 京都 を 奪還 し 、 三 種 の 神器 の 無 い 状態 で 新た に 後光 厳 天皇 を 即位 さ せ る 。 また 1353 年 に も 足利 直冬 や 山名 時 氏 ら の 攻勢 に よ り 、 一時 的 に 京都 を 奪 わ れ て い る 。 1358 年 ( 正平 ( 日本 ) 13 年 / 延文 3 年 ) に 尊 氏 が 没 し 、 義詮 は 征夷 大将軍 に 任命 さ れ る 。 この頃 に は 中国 地方 の 山名 氏 や 大内 氏 など が 向背 定ま ら ず 、 九州 地方 で は 懐良 親王 など の 南朝 勢力 は 健在 で あ っ た 。 更に 幕府 内 で は 仁木 義長 と 細川 清氏 ・ 畠山 国清 が 対立 し 義長 は 南朝 へ 降り 、 さらに 室町 幕府 執事 ( 管領 ) の 清 氏 が 佐々木 道誉 の 讒言 で 離反 し て 南朝 へ 降 る など 権力 抗争 が 絶え ず 、 その 隙 を 突 い て 南朝 方 が 一時 京都 を 奪還 する など 政権 は 流動 的 で あ っ た 。 1363 年 に は 大内 氏 、 山名 氏 が 幕府 に 帰参 し て 政権 は 安定 化 し はじめ 、 南朝 と の 講和 も 進 ん で い た 。 1365 年 に は 三条 坊門 万里小路 の 新邸 に 移 っ て い る 。 清 氏 の 失脚 以来 空席 と な っ て い た 管領 職 に 斯波 義将 を 任 じ 、 斯波 氏 が 一時 失脚 する と 細川 頼之 を 管領 に 任命 する 。 また 、 訴訟 手続 の 整備 など も 行 う 。 1367 年 ( 正平 22 年 / 貞治 6 年 ) に 、 側室 の 紀良子 と の 間 に 生まれ た 幼少 の 嫡男 義満 を 細川 頼之 に 託 し て 、 病 に よ り 死去 する 。 享年 38 。 同年 3 月 5 日 ( 旧暦 ) に は 弟 基 氏 が 義詮 に 先立 っ て なくな っ て い る 。 彼 の 遺言 に 「 自分 の 逝去 後 、 かね て お り 敬慕 し て い た 観林 寺 ( 現在 の 善入山 宝筐院 ) の 楠木 正行 の 墓 の 傍ら で 眠 ら せ て もら い た い 。 」 と あ り 、 遺言 どおり 、 楠木 正行 の 墓 ( 五輪 石塔 ) の 隣 に 彼 の 墓 ( 宝筐 印塔 ) は 建て られ た 。 法名 寶 篋院 瑞山 道 權 墓所 京都 府 京都 市 北 区 ( 京都 市 ) の 萬年 山 等 持院 。 また 、 京都 府 京都 市 右京 区 の 善入山 宝筐 院 。 また 、 静岡 県 三島 市 川原ケ谷 の 地福山 宝 鏡 院 。 木像 : 等 持院 所蔵 。 江戸 時代 末期 に 尊皇 攘夷 派 に よ り 尊氏 、 義満 の 木像 と 合わせ て 三条 河原 に 梟首 さ れ る 事件 が 起こ る ( 足利 三 代木像 梟首 事件 ) 。 古典 『 太平 記 』 で は 、 酒色 に 溺れ た 愚鈍 な 人物 と し て 描 か れ て い る 。 また 、 太平 記 は 、 義詮 が 没 し 細川 頼之 が 管領 に 就任 する 章 ( 巻 第 三十 七 ) で 物語 を 終え て い る 。 ( 官職 位 階 履歴 ) ※ 日付 = 旧暦 1335 年 ( 建武 ( 日本 ) 2 年 ) 4 月 7 日 、 従 五 位 下 に 叙 す 。 1344 年 ( 興国 5 年 / 康永 3 年 ) 3 月 16 日 、 正 五 位 下 に 昇叙 。 3 月 18 日 、 左馬頭 に 任官 。 1347 年 ( 正平 ( 日本 ) 2 年 / 貞和 3 年 ) 12 月 3 日 、 従 四 位 下 に 昇叙 。 1350 年 ( 正平 5 年 / 観応 元年 ) 8 月 22 日 、 参議 に 補任 し 、 左近衛 中将 を 兼任 。 1356 年 ( 正平 11 年 / 延文 元年 ) 8 月 23 日 、 従 三 位 に 昇叙 。 参議 左 近衛 中 将如 元 。 1358 年 ( 正平 13 年 / 延文 3 年 ) 12 月 18 日 、 征夷 大将軍 宣下 1359 年 ( 正平 14 年 / 延文 4 年 ) 2 月 4 日 、 武蔵 守 兼任 。 1363 年 ( 正平 18 年 / 貞治 2 年 ) 1 月 28 日 、 権 大 納言 に 転任 。 7 月 29 日 、 従二 位 に 昇叙 。 権 大 納言 如 元 。 1367 年 ( 正平 22 年 / 貞治 6 年 ) 1 月 5 日 、 正二 位 に 昇叙 。 12 月 7 日 、 薨去 。 12 月 20 日 、 贈従 一 位 左 大臣 。 父 : 足利 尊 氏 母 : 赤橋 登子 兄弟 足利 基 氏 足利 直冬 正室 : 渋川 幸子 子 : 千寿 王 側室 : 紀良子 子 : 足利 義満 子 : 足利 満 詮 生母 不明 の 子女 柏 庭 清祖 廷 用 宗 器 女子 ( 宝鏡 寺殿 。 恵昌 ? ) +足利 義持 ( あしかが よしもち ) は 室町 幕府 4 代 将軍 で あ る 。 父 は 足利 義満 、 母 は 安芸 法眼 の 娘藤原 慶子 ( ふじわら の よしこ ) 。 兄弟 に 足利 義教 、 足利 義嗣 ほか 。 正室 は 日野 資康 の 娘 日野 栄子 。 子 は 足利 義量 。 生涯 義満 と の 父子 関係 は 険悪 で あ っ た と さ れ 、 1394 年 ( 応永 元 ) に 9 歳 で 義満 より 将軍 職 を 譲 ら れ る が 、 太政 大臣 と な っ た 義満 の 在世 中 は 実権 が な かっ た 。 幕府 の 評定 も 義満 の 居住 する 北山 第 で 開催 さ れ て 義持 が 参画 する 事 は な かっ た 。 140 6 年 ( 応永 13 ) に は 側近 の 山科 兄弟 の 事 で 叱責 さ れ た 記録 が 残 っ て お り 、 140 8 年 ( 応永 15 ) 、 義満 死去 直前 に 後 小松 天皇 が 「 北山 第 」 に 御成 し た 際 も 、 義満 が 寵愛 し た 異母 弟 の 義嗣 は 天皇 に 謁見 し た が 、 義持 自身 は 京都 警備 番 を さ せ られ る 等 、 偏愛 に も 苦し ん で い た よう で あ る 。 140 8 年 ( 応永 15 ) の 義満 死後 は 一時 的 に 花 の 御所 ( 室町 第 、 京都 市 上京 区 ) に 住 む が 、 翌年 に は 2 代 将軍 足利 義詮 の 住 ん で い た 三条 坊 門 邸 ( 京都 市 中京 区 ) へ 移 っ て い る 。 また 、 義満 が 造成 し た 政務 中枢 「 北山 第 」 は 鹿苑 寺 ( 金閣 ) を のぞ い て 全て 取り壊 し た 。 政治 は 、 管領 を 務め 宿老 と し て 影響 力 を 持 っ て い た 斯波 義将ら に 補佐 さ れ 、 幕政 を 守旧 的 な もの に 改め る 。 これ に よ っ て 一 度 は 失 わ れ た 室町 幕府 の 「 武家 政権 」 色 を 復活 さ せ よ う と し た と 言 わ れ て い る 。 義満 が 庇護 し て い た 世阿弥 を 遠ざけ ( ただし 、 これ は 義持 個人 の 趣味 の 問題 と する 説 も あ る ) 、 朝廷 から の 父 義満 に 対 する 太上 天皇 の 追号 を 辞退 し 、 1411 年 ( 応永 18 ) に は 朝貢 形式 に 対 し て 反発 の 声 も あ っ た 日明 貿易 ( 勘合 貿易 ) を 取り止め る など し た 。 1410 年 ( 応永 17 ) に は 南朝 ( 日本 ) 最後 の 天皇 だっ た 後 亀山 天皇 が 吉野 へ 出奔 。 ( 1416 年 に 帰京 ) 1414 年 ( 応永 21 ) に これ に 呼応 し た 北畠 満雅 が 1412 年 ( 応永 19 ) の 称光 天皇 即位 を 不服 と し 、 両統 迭立 の 約束 を 守 る 事 を 要求 する 為 に 反乱 を 起こ し た が 、 ま も な く 和解 し た 。 同年 に は 斯波 義将 の 嫡子 、 斯波 義重 が 義持 の 不興 を 買 い 、 高野山 に 隠退 し た 事件 も 起こ っ て い る 。 1416 年 ( 応永 23 ) に は 関東 地方 で 上杉 禅秀 の 乱 が 起こ り 、 これ に 関与 し て い た 弟 の 義嗣 を 相国 寺 等 に 幽閉 、 2 年 後 の 1418 年 ( 応永 25 ) に 殺害 し て い る 。 更に その 過程 で 義持 側近 の 富樫 満成 が 細川 満元 や 斯波 義重 が 義嗣 に 加担 し て い た と 告発 、 一説 に は この 告発 は 義持 の 意向 を 受け た もの で これ を 機 に 一気 に 有力 守護 の 発言 力 を 削 い で 義持 主導 の 幕政 を 確立 を 目指 し た もの と も い わ れ て い る が 、 逆 に 細川 ら の 逆告発 に よ っ て 最終 的 に は 富樫 が 追放 さ れ る と い う 事件 が 起こ っ て い る 。 これ ら 一連 の 事件 を 処理 し た 後 の 1423 年 ( 応永 30 ) に 子 の 義量 に 将軍 職 を 譲 り 、 翌年 6 月 に 等 持院 で 出家 ( 実権 は 握 り 続け た ) し 、 寺社 参詣 など を 行 い はじめ る が 、 息子 義量 は 142 5 年 に 早世 する 。 142 7 年 ( 応永 34 ) に は 赤松 義則 死後 の 赤松 氏 の 相続 の 際 、 所領 を 近習 の 赤松 持貞 に 預け よ う と する と 、 赤松 満祐 が 京 を 出奔 し て 領国 の 播磨 国 へ 下国 する 事件 など も 起こ る 。 義持 は 義量 死後 の 後継 者 を 定め な い まま 死去 、 享年 43 。 義持 の 治世 は 懐良 親王 が 制圧 し て い た 九州 を 有力 大名 の 大友 氏 ・ 大内 氏 ・ 菊池 氏 が 引き継 い で 統治 し て い たり 、 関東 地方 の 鎌倉 公方 は 半独立 国 状態 と な る など 、 不 安定 要素 は いく つ も 存在 し た が 、 政治 的 に は 小康 状態 が 続 き 、 室町 時代 の 中 で は 比較 的 安定 し た 時代 で あ っ た 。 義持 の 死後 、 将軍 職 は 弟 の 義教 が 継 ぐ こと に な る 。 義持 は 父 ・ 義満 と は 不仲 で あ っ た と い わ れ た が 、 実際 の 基本 政策 で は 義満 の 意 を 汲 ん だ 政治 を 行 っ て い た 。 だ が 、 義持 自身 が 斯波 義将 ら 有力 守護 に 推 さ れ て 政権 を 獲得 し 、 有力 守護 に 対抗 する ため に 形成 し た 側近 集団 の 富樫 満成 や 赤松 持貞 が 有力 守護 たち に よ っ て 逆 に 失脚 さ せ られ る など 、 義満 の よう な 絶対 的 な 将軍 権威 を 確立 する 事 は 遂 に 成功 し な かっ た 。 法号 : 勝定 院 殿 顕山 道 詮 大 禅門 肖像 画 : 京都 市 右京 区 の 神護 寺 所蔵 官職 位 階 履歴 ※ 日付 = 旧暦 1394 年 ( 応永 元 ) 12 月 17 日 、 正 五 位 下 に 叙 し 、 左近衛 中将 に 任官 。 併せ て 征夷 大将軍 宣下 。 1395 年 ( 応永 2 ) 6 月 3 日 、 従 四 位 下 に 昇叙 。 左近衛 中将 兼任 如 元 。 1396 年 ( 応永 3 ) 1 月 28 日 、 美作 国 権守 兼任 。 4 月 20 日 、 正 四 位 下 に 昇叙 。 9 月 12 日 、 参議 に 補任 。 左近衛 中 将 美作 権 守 両 官 兼任 如 元 。 1397 年 ( 応永 4 ) 1 月 5 日 、 従 三 位 に 昇叙 。 参議 左 近衛 中 将如 元 。 3 月 29 日 、 権 中 納言 に 転任 。 1398 年 ( 応永 5 ) 1 月 5 日 、 正 三 位 に 昇叙 。 権 中 納言 如 元 。 140 0 年 ( 応永 7 ) 1 月 5 日 、 従二 位 に 昇叙 。 権 中 納言 如 元 。 140 1 年 ( 応永 8 ) 3 月 24 日 、 権 大 納言 に 転任 。 140 2 年 ( 応永 9 ) 1 月 6 日 、 正二 位 に 昇叙 。 権 大 納言 如 元 。 11 月 19 日 、 従 一 位 に 昇叙 。 権 大 納言 如 元 。 140 6 年 ( 応永 13 ) 8 月 17 日 、 右近衛 大将 兼任 1407 年 ( 応永 14 ) 1 月 5 日 、 右馬 寮 御 監 兼務 1409 年 ( 応永 16 ) 3 月 23 日 、 内 大臣 に 転任 。 右近衛 大将 兼任 如 元 。 1412 年 ( 応永 19 ) 5 月 、 右近衛 大将 辞任 1413 年 ( 応永 20 ) 1 0 月 22 日 、 淳和 院 奨学 院 源 氏 長者 兼務 1419 年 ( 応永 26 ) 8 月 29 日 、 内 大臣 辞任 1422 年 ( 応永 29 ) 3 月 18 日 、 征夷 大将軍 辞職 。 4 月 25 日 、 出家 。 142 8 年 ( 応永 35 ) 1 月 18 日 、 薨去 。 1 月 23 日 、 贈太政 大臣 。 二条 持 基 二条 持 通 赤松 持 貞 大内 持盛 大内 持世 京極 持 清 京極 持 光 足利持 氏 斯波 持 種 伊達 持 宗 土岐 持益 畠山 持国 細川 持有 細川 持賢 細川 持元 細川 持之 山名 宗全 ( 持豊 ) 山名 持 熙 山田 風太郎 『 室町 の 大 予言 』 ( 文藝 春秋 / 文春 文庫 『 室町 少年 倶楽部 』 収録 、 1995 年 ) 坂口 尚 『 あっかん べェ 一休 』 ( 講談 社 / 講談 社漫画 文庫 、 1993 ~ 1996 年 ) +足利 義澄 ( あしかが よしずみ ) は 、 室町 幕府 の 第 11 代 征夷 大将軍 ( 在位 : 明応 2 年 ( 1493 年 ) - 永正 8 年 ( 150 8 年 ) 。 父 は 8 代 将軍 足利 義政 の 弟 で あ る 堀越 公方 足利 政知 。 母 は 権 大 納言 ・ 武者 小路 隆光 の 娘 。 出家 名 は 清晃 、 還俗 し て 義遐 、 義高 、 そして 義澄 。 義政 の 養子 と な る 。 正室 は 日野 永俊 の 娘 ・ 安養 院 。 子 に 足利 義晴 と 足利 義 維 が い る 。 明応 2 年 ( 1493 年 ) に 10 代将軍 足利 義稙 ( 足利 義稙 ) が 細川 政元 に よ っ て 追放 さ れ る と 、 11 代 将軍 と し て 擁立 さ れ た 。 しかし 、 永正 5 年 ( 150 8 年 ) に 前将 軍 義稙 を 擁立 する 大内 義興 が 上洛 の 軍 を 起こ し た ため 、 近江国 へ 逃れ て 将軍 職 を 廃 さ れ 、 復帰 でき な い まま 死去 し た 。 文明 12 年 ( 1480 年 ) 12 月 15 日 、 堀越 公方 足利 政知 の 子 と し て 生まれ る 。 はじめ 天竜 寺 で 僧 と な る が 、 やがて で 伯父 ・ 足利 義政 の 養子 と な っ た 。 明応 2 年 ( 1493 年 ) の 明応 の 政変 で 10 代将軍 足利 義稙 ( 義稙 ) を 追放 し た 管領 細川 政元 や 日野 富子 ら に よ っ て 擁立 さ れ 、 11 代 将軍 に 就任 する 。 しかし 、 実権 は 細川 政元 や 日野 富子 ら に 握 ら れ て い た 。 永正 4 年 ( 1507 年 ) に 政元 が 暗殺 さ れ 細川 氏 ( 京兆 家 ) の 家督 を めぐ る 内訌 が 生 じ ( 永正 の 錯乱 ) 、 翌 永正 5 年 ( 150 8 年 ) 4 月 、 前将 軍 義尹 ( 義材 より 改名 ) を 擁立 する 大内 軍 が 上洛 し て くる と の 報 に よ り 、 近江 の 六角 高頼 を 頼 っ て 朽木谷 、 さらに 蒲生 郡 岡山 に 逃れ た 。 7 月 、 義澄 は 将軍 を 廃 さ れ 、 義稙 ( 義尹 より 改名 ) が 将軍 に 返り咲 い た 。 その 後 、 再び 勢力 を 盛り返 そ う と し て 細川 澄元 、 三 好 之長 ・ 三好 長 秀 親子 を 京都 に 侵攻 さ せ る など し た が 、 その たび に 細川 高国 ・ 大内 義興ら に 敗れ た 。 また 、 義稙 の 暗殺 を 謀 っ たり も し た が 失敗 し て い る 。 永正 7 年 ( 1510 年 ) に は 義稙 の 命 を 受け た 高国 ・ 義興 ら の 近江 侵攻 を 受け る が 、 近江国 人衆 を 糾合 し た 軍勢 で も っ て 勝利 し た 。 さらに 豊後 国 の 大友 親治 や 播磨 国 の 赤松 義村 ら に 援助 を 求め る 御内 書 を 送 る など し て 、 将軍 復帰 を 目指 し た 。 しかし 、 永正 8 年 ( 1511 年 ) 8 月 14 日 、 義稙 ・ 高国 ・ 義興 と の 決戦 ( 船岡 山 の 戦い ) 直前 に 近江 国岡山 で 病死 し た 。 享年 32 。 肖像 は 京都 市 北 区 の 等 持院 ( 木像 ) 。 ※ 日付 = 旧暦 1493 年 ( 明応 2 年 ) 4 月 28 日 、 従 五 位 下 に 叙 す 。 時 に 、 義遐 を 名乗 る ( 6 月 に 義高 と 改名 ) 。 1494 年 ( 明応 3 年 ) 1 1 月 24 日 、 正 五 位 下 に 叙 し 、 左馬頭 に 任官 。 12 月 27 日 、 征夷 大将軍 宣下 。 150 2 年 ( 文亀 2 年 ) 7 月 12 日 、 従 四 位 下 に 昇叙 し 、 参議 に 補任 。 左近衛 中将 を 兼任 。 7 月 21 日 、 名 を 義澄 と 改め る 。 150 3 年 ( 文亀 3 年 ) 1 月 14 日 、 従 三 位 に 昇叙 。 参議 及び 左近衛 中 将如 元 。 150 8 年 ( 永正 5 年 ) 4 月 16 日 、 征夷 大将軍 参議 左 近衛 中将 等 辞職 。 1511 年 ( 永正 8 年 ) 8 月 14 日 、 薨去 152 1 年 ( 永正 18 年 ) 8 月 12 日 、 贈従 一 位 左 大臣 1533 年 ( 天文 ( 元号 ) 2 年 ) 9 月 12 日 、 追贈 太政 大臣 足利 高 基 細川 高国 細川 澄元 細川 澄之 細川 澄賢 +Infobox 軍人 土方 歳 三 ( ひ じかた と し ぞう ) 、 天保 6 年 5 月 5 日 ( 旧暦 ) ( 1835 年 5 月 31 日 ) - 明治 2 年 5 月 11 日 ( 旧暦 ) ( 1869 年 6 月 20 日 ) ) は 、 新 選 組 副 長 、 蝦夷 共和 国 陸軍 奉行 並 箱 館 市 中取締 裁判 局 頭取 。 諱 は 義豊 。 雅号 は 豊玉 。 幕末期 の 幕臣 。 新 選 組 鬼 の 副長 と し て 皆 に 恐れ られ た 。 家紋 は 左三 つ 巴 。 武蔵 国 多摩 郡 石田 ( いしだ ) 村 ( 現在 の 東京 都 日野 市 石田 ) に 生まれ る 。 ( 6 人 兄弟 の 末っ子 と さ れ て き た が 、 近年 に な っ て 発見 さ れ た 資料 に よ り 、 実 は 10 人 兄弟 の 末っ子 で あ っ た こと が 判明 し た 。 ) 土方 家 は 、 多摩 地方 に 広が る 豪農 の 家系 で 「 お 大尽 」 と よ ば れ る 大 百 姓 で あ っ た 。 出生 前 に 父 を 失 っ て お り 、 6 歳 の 時 に 母 も 失 い 次兄 の 喜六 夫妻 に 育て られ る 。 これ まで 11 歳 の 時 に 江戸 上野 の 「 松坂 屋 い とう 呉服 店 」 ( 現在 の 松坂 屋 上野 店 ) へ 奉公 に 出 、 すぐ に 番頭 と 喧嘩 を し 、 日野 に 戻 っ て き て しま っ た 、 と 伝え られ て い た が 、 先ごろ 発表 さ れ た 石田 村 の 人別 帳控 に よ り 、 数え の 11 歳 時 は 石田 村 に 在住 し て お り 、 奉公 に は 出 て い な い こと が 判明 。 欠損 も あ る が 、 この 人 別 帳 から 、 歳三 が 奉公 に 出 て い た の は 数え で 14 歳 ~ 24 歳 の 10 年間 と 考え られ る よう に な っ た 。 17 歳 の 時 に は 松坂 屋 上野 店 の 支店 で あ る 江戸 伝馬 町 の 木綿 問屋 ( 上野 店 の 鶴店 に 対 し 、 亀店 ( かめだ な ) と 称 さ れ た ) に 奉公 に 出 さ れ 、 そこ で 女性 問題 を 起こ し て ( 番頭 に 衆道 関係 を 迫 ら れ た と も 言 わ れ て い る ) 日野 に 戻 っ た 、 と い う 伝説 も あ る が 、 前述 の 人別 帳 の 存在 から 、 現在 で は その 信憑 性 が 疑問 視 さ れ て い る 。 その 後 は 実家 秘伝 の 「 石田 散薬 」 を 行商 し つつ 各地 の 道場 で 他流 試合 を 重ね 修業 を 積 ん だ と 言 わ れ る 。 日野 の 佐藤 道場 に 出稽 古 に 来 て い た 天然 理 心 流 4 代 目 の 近藤 勇 ( 後 の 新 選 組 局長 ) と は この 頃 出会 っ た と 推測 さ れ 、 安政 6 年 ( 185 9 ) 3 月 29 日 、 天然 理 心 流 に 正式 入門 し た 。 歳三 の 姉佐藤 のぶは 姉弟 の 従兄弟 で も あ る 日野 市 日野 宿 名主 の 佐藤 彦五郎 に 嫁 い で お り 、 歳三 も 彦五郎 宅 に は よく 出入り し て い た と 言 わ れ て い る 。 彦五郎 は 大火 に 乗 じ て 命 を 狙 わ れ た こと が あ り 、 それ を 契機 に 井上 源三郎 の 兄 、 井上 松五郎 の 勧め で 天然 理 心 流 に 入門 、 自宅 の 一角 に 道場 を 開 い て い た 。 そんな 縁 から 彦五郎 は 近藤 と 義兄弟 の 契り を 結 ん で お り 、 天然 理 心 流 を 支援 し た 人 で も あ る 。 歳 三 も この 道場 で 腕 を 磨 い た と 伝え られ て い る 。 近藤 道場 ( 試衛 館 ) の 仲間 と とも に 、 歳三 は 文久 3 年 2 月 、 幕府 の 征夷 大将軍 徳川 家茂 警護 の ため の 浪士 組 に 応募 し て 京都 へ 出立 し た 。 文久 3 年 ( 186 3 ) 8 月 18 日 の 八 月 十 八 日 の 政変 後 、 壬生 浪士 組 の 活躍 が 認め られ 新 選 組 が 発足 。 その 後 新見 錦切腹 、 芹沢 鴨 など を 自ら の 手 で 暗殺 。 権力 を にぎ っ た 近藤 勇 が 局長 と な っ た 。 歳 三 は 副長 の 地位 に 就 き 、 局 長 近藤 勇 の 右腕 と し て 京都 治安 警護 維持 に あた っ た 。 新 選組 は 助勤 、 監察 など 職務 ごと に 系統 的 な 組織 作り が な さ れ 、 頂点 は 局長 で あ る が 、 実際 の 指揮 命令 は 副長 の 歳三 から 発 せ られ る よう に な っ て い た 。 元治 元年 ( 1864 ) 6 月 5 日 池田屋 事件 の 際 は 、 半隊 を 率い て 長州 藩 土佐 藩 藩士 が 頻繁 に 出入り し て い た 丹虎 ( 四国 屋 ) 方面 を 探索 し て 廻 っ た が 、 こちら は 誰 も い な かっ た 。 すぐ さま 池田 屋 の 応援 に 駆けつけ た が 、 直ちに 抜刀 し 踏み込 ま ず に 池田 屋 の 周り を 固め 、 後 から 駆けつけ た 会津 藩 、 桑名 藩 の 兵 を 池田 屋 に 入ら せ ず 、 新 選 組 ただ 一隊 の 手柄 を 守 っ た 。 まだ 立場 の 弱 い 新 選 組 の 事 を 考え て の 行動 だっ た 。 歳 三 ら し い 冷静 な 機転 で あ る 。 その ため 池田 屋 事件 の 恩賞 は 破格 の もの で あ り 、 勇名 も 一気 に 天下 に 轟 い た 。 さらに 幕府 から 、 近藤 を 与力 上席 、 隊士 を 与力 と する 内示 まで あ っ た が 、 歳三 は 近藤 を 諌 め 与力 より も 狙い は 大名 と 、 次 の 機会 を 待 つ よう 進言 し 、 近藤 も これ を 聞き 入れ た 。 新 選 組 内部 で は 、 常 に 新 選 組 の 規律 を 隊士 ら に 遵守 さ せ 、 規律 を 破 っ た 隊士 に 対 し て は 切腹 を 命 じ て お り 、 隊士 から 恐れ られ て い た と さ れ る 。 その ため 、 新 選 組 隊士 の 死亡 原因 第 1 位 は 切腹 で あ っ た と 言 わ れ て い る 。 また 脱走 者 は 切腹 また は 斬殺 後 見せ しめ に する こと も あ っ た 。 その 後 、 副長 の 山南 敬助 を 総長 に 据え 、 副長 は 土方 1人 と な る 。 隊 の 居 場所 が なくな り 山南 が 脱走 し て 切腹 と な っ た 事件 で は 、 山南 と 土方 と の 対立 が あ っ た と さ れ る が 、 実際 は 仲 が 良 かっ た ら しい 。 その 後 も 隊 の 規律 を 守 る ため に 河合 耆三郎 、 谷 三十郎 、 武田 観柳斎 ら を 切腹 あるいは 斬殺 さ せ た 。 伊東 甲子太郎 の 御陵 衛士 に スパイ の 斎藤 一 を 送 る など し て 伊東 の 近藤 暗殺 計画 を 未然 に 防ぎ 、 伊東 、 藤堂 平助 を 暗殺 し 御陵 衛士 達 を 壊滅 さ せ た ( 油小路 事件 ) ( 御陵 衛士 、 及び 伊東 に 関 し て は 異説 有り ) 。 慶応 3 年 ( 1867 ) 6 月 に 幕臣 に 取り立て られ る 。 しかし 同年 10 月 14 日 に 徳川 慶喜 が 征夷 大将軍 を 辞 し 大政 奉還 、 12 月 9 日 に 王政 復古 ( 日本 ) の 大 号 令 が 発 せ られ る に 至 り 、 幕府 は 事実 上 崩壊 。 慶応 4 年 1 月 3 日 鳥羽 ・ 伏見 の 戦い に 始ま る 戊辰 戦争 が 勃発 し 、 歳三 は 墨染 事件 で 負傷 し た 局 長 近藤 勇 の 代わり に 新 選 組 を 率い て 戦 う が 、 新 政府 軍 の 銃撃 戦 の 前 に 敗北 する 。 歳三 は 鳥羽 ・ 伏見 の 戦い で 敗北 する 以前 の 慶応 元年頃 から 、 これ から は 刀 で 戦 が でき な い 時代 で あ る と 悟 り 、 洋式 の 軍備 を 進め 始め る 。 鳥羽 ・ 伏見 の 戦い で 敗れ た 幕府 軍 が 大阪 から 江戸 へ 撤退 し た 後 、 近藤 は 大久保 大和 、 歳三 は 内藤 隼人 と 一時 名乗 っ て 甲斐 国 に 向か う 。 しかし 3 月 6 日 甲州 勝沼 の 戦い に 敗退 。 歳三 は 急 ぎ 援軍 要請 に 向か っ た が 、 成功 し な かっ た 。 その 後 、 流山 で 再起 を 謀 っ て い た が 、 4 月 3 日 不意 の 新 政府 軍 包囲 に よ り 局長 近藤 勇 が 新 政府 軍 へ 出頭 。 この 時 歳 三 が 近藤 の 切腹 を 止め て 出頭 を 勧め た と 言 わ れ る 。 歳 三 は 江戸 へ 向か い 勝海 舟 ら に 直 談判 し 近藤 の 助命 を 嘆願 し た が 実現 せ ず 、 慶応 4 年 ( 186 8 ) 4 月 25 日 、 近藤 は 板橋 近辺 ( 現 JR 板橋 駅前 に 墓所有 り ) に て 処刑 ( 斬首 ) さ れ る 。 近藤 出頭 後 、 助命 嘆願 の かたわら 新 選 組 を 斎藤 一 ( 山口 二郎 ) に 託 し て 会津 へ 向か わせ 、 島田 魁 ら 数 名 の 隊士 のみ を 連れ て 大鳥 圭介 ら が 率い る 旧 幕府 脱 走 軍 と 合流 。 4 月 11 日 に 江戸 城 無 血 開城 が 成立 する と 江戸 を 脱走 し 、 歳三 は 秋月 登之助 率い る 先鋒 軍 の 参謀 を 勤め た 。 下館 藩 ・ 下妻 藩 を 経 て 宇都宮 城 の 戦い に 勝利 、 宇都宮城 を 陥落 さ せ る 。 しかし 壬生 の 戦い に 敗走 、 新 政府 軍 と 再度 宇都宮 で 戦 っ た 際 に 足 を 負傷 し 、 本軍 に 先立 っ て 会津 へ 護送 さ れ る こと と な っ た 。 会津 で は 約 3 ヶ月 間 の 療養 生活 を 送 り 、 この 間 に 近藤 勇 の 墓 を 天寧 寺 に 建て た と 言 わ れ る 。 全快 し て 戦線 に 復帰 し た 後 は 会津 の 防戦 に 尽力 する が 、 8 月 母成 峠 の 戦い の 敗戦 に 伴 い 会津 戦争 が 激化 。 歳三 は 援軍 を 求め て 庄内 藩 に 向か う が 、 既に 恭順 体制 の 庄内 に お い て は 入城 さえ 叶 わ な かっ た 。 歳 三 は 会津 から 仙台 へ 向か う こと を 決め た 。 同じ よう に 戦列 を 離れ た 大鳥 圭介 に 対 し て 山口 二郎 ( 斎藤 一 ) ら は 会津 藩 に 忠誠 を 尽く す べ き だ と 訴え た と い う が 、 箱館 で 記録 さ れ た 後 の 古 文書 で あ る 。 土方 は 、 会津 藩領 で は 新 選 組 に 復帰 し て は い な かっ た 。 そして 、 城下 に 残 る 山口 たち と 仙台 へ 天寧 寺 から 離脱 し た 隊士 たち と 新 選 組 は 分裂 する 。 仙台 に 至 り 榎本 武揚 率い る 旧 幕府 海軍 と 合流 。 榎本 と とも に 奥羽 越列 藩 同盟 の 軍議 に 参加 し 、 同盟 軍 総督 に 推薦 さ れ た が 、 ま も な く 奥羽 越列 藩 同盟 が 崩壊 、 同盟 藩 が 次々 と 新 政府 軍 に 屈服 し た 後 は 、 戦 う 地 が あ る 限り どこ まで も 戦 う こと を 決意 。 新 選 組 生き残り 隊士 に 桑名 藩士 ら を 加え て 大江丸 に 乗船 し 、 榎本 武揚 ら と とも に 10 月 12 日 仙台 折浜 ( 現 宮城 県 石巻 市 折浜 ) を 出航 、 蝦夷 に 渡 っ た 。 土方 歳 三 像 10 月 20 日 、 蝦夷 地鷲 の 木 に 上陸 後 、 歳三 は 間道 軍 総督 と な り 五稜 郭 へ 向か っ た 。 新 選 組 は 大鳥 圭介 総督 の 下本道 を 進 ん だ が 、 歳三 に は 島田 魁 ら 数 名 の 新 選 組 隊士 が 常 に 従 っ て い た と 言 う 。 箱館 ・ 五 稜 郭 を 占領 後 、 歳三 は 額兵 隊 など を 率い て 松前 へ 進軍 し 松前 城 ( 福山 城 ) を 陥落 さ せ 、 残兵 を 江差 まで 追撃 し た 。 この 時 、 榎本 武揚 は 土方 軍 を 海 から 援護 する ため 、 開陽 丸 で 江差 沖 へ 向か っ た が 、 暴風 雨 に 遭 い 座礁 。 江差 に 上陸 し て 開陽 丸 の 沈没 し て い く 姿 を 見守 っ て い た 榎本 と 歳三 は 、 そば に あ っ た 松 を 叩 い て 嘆き合 っ た と 言 わ れ 、 今 で も その 「 嘆き の 松 」 が 残 っ て い る 。 江差 を 無事 占領 し た 歳三 は 、 一 度 松 前 城 へ 戻 り 、 12 月 15 日 榎本 が 各国 領事 を 招待 し て 催 し た 蝦夷 地 平定 祝賀 会 に 合わせ て 五稜 郭 へ 凱旋 し た 。 その 後 、 幹部 を 決定 する 選挙 が 行 わ れ 、 榎本 を 総裁 と する 蝦夷 共和 国 ( 五 稜 郭 が 本陣 ) が 成立 、 歳三 は 幹部 と し て 陸軍 奉行 並 と な り 、 箱館 市 中 取締 や 陸海軍 裁判 局 頭取 も 兼ね た 。 箱館 の 地 で も 歳三 は 冷静 だっ た と 言 う 。 箱館 政府 が 樹立 さ れ 、 榎本 ら が 祝杯 を 交わ し て い る とき も 歳三 は 一人 沈黙 を 保 ち 、 「 今 は 騒ぎ 浮 か れ る 時 で は な い 」 と 言 っ て い た と 伝わ る 。 1 月 から 2 月 に かけ て は 箱館 ・ 五 稜 郭 の 整備 に あた り 、 3 月 に は 新 政府 軍 襲来 の 情報 が 入 っ た ため 、 歳三 は 新 政府 軍 の 東艦 奪取 を 目的 と し た 宮古 湾 海戦 に 参加 、 作戦 は 失敗 し 多数 の 死傷 者 が 出 る も 、 歳三 は 生還 する 。 明治 2 年 ( 186 9 ) 4 月 9 日 、 新 政府 軍 が 蝦夷 地 乙部 に 上陸 を 開始 。 歳三 は 、 二股 口 の 戦い で 新 政府 軍 の 進撃 に 対 し 徹底 防戦 する 。 その 戦闘 中 に 新 政府 軍 は 鈴 の 音 を 鳴ら し 、 包囲 し た と 思 わ せ る 行動 を と り 、 自軍 が 包囲 さ れ た と 思っ た 土方 軍 は 動揺 し た 。 これ に 対 し 歳三 は 「 本当 に 包囲 し よ う と する なら 、 音 を 隠し気づ か れ な い よう に する 。 」 と 冷静 に 状況 を 判断 し 、 部下 を 落ち着 か せ た 。 また 、 戦い の 合間 に 歳三 は 部下 達 に 自ら 酒 を 振舞 っ て 廻 っ た 。 そして 「 酔 っ て 軍律 を 乱 し て もら っ て は 困 る の で 皆 一杯 だけ だ 」 と 言 っ た の で 、 部下 は 笑 っ て 了承 し た と 言 う 。 土方 軍 が 死守 し て い た 二股 口 は 連戦 連勝 。 しかし 、 もう 一方 の 松前 口 が 破 ら れ て 退路 が 絶 た れ る 危険 が 起こ っ た ため 、 やむな く 二股 口 を 退却 、 五稜 郭 へ 帰還 し た 。 歳三 の 命 に よ っ て 台場 方面 に 進軍 し て い た 大野 率い る 兵士 ら は 一時 勢力 を 盛り返 し て い た が 、 突然 乱れ て 大野 の 必死 の 指揮 に も 関わ ら ず 総崩れ と な っ た 。 大野 が や む を 得 ず 引き返 し た ところ 、 同じく 陸軍 奉行 添役 の 安富 才助 から 歳三 の 戦死 を 知ら さ れ た と 言 う 。 歳三 の 遺体 は 小芝 長之助 ら に 引き取 ら れ て 、 他 の 戦死 者 と 共 に 五稜 郭 に 埋葬 さ れ た と も 、 別 の 場所 に 安置 さ れ て い た と も 言 わ れ る 。 その 場所 は 特定 さ れ て い な い 。 享年 35 。 辞世 の 句 は 「 よしや 身 は 蝦夷 が 島辺 に 朽 ち ぬ と も 魂 は 東 ( あずま ) の 君 やま もら む 」 。 また 「 たと ひ 身 は 蝦夷 の 島根 に 朽ち ると も 魂 は 東 の 君 やま もらん 」 と も 伝わ る 。 墓所 は 、 東京 都 日野 市 石田 石田 寺 ( せきでんじ ) 北海道 函館 市 船見 町 称名寺 ( 慰霊 碑 ) 福島 県 会津 若松 市 東山 町 天寧 寺 ( 慰霊 木碑 ) 東京 都 北 区 ( 東京 都 ) 滝野川 寿徳 寺 東京 都 荒川 区 南千住 円 通寺 ( 東京 都 荒川 区 )   ほか 歳三 は 死 の 直前 に 小姓 を 務め て い た 市村 鉄之助 に 遺髪 と 写真 を 渡 し 、 「 日野 の 家族 の 元 に 届け て くれ 」 と 命じ る 。 それ に 対 し 市村 は 「 私 は この 地 で 討ち 死 に する 覚悟 で や っ て き ま し た 。 誰 か 別 の 者 に 命 じ て 下さ い 」 と 拒否 する 。 それ を 聞 い た 歳三 は 「 断 る と あらば 、 今 この 場 で 討ち 果た す 」 と 鋭 い 眼光 を 向け て 言い放 つ 。 その 歳三 の 気迫 に 圧 さ れ て 市村 は 首 を 縦 に 振 っ た 。 日野 に 旅立 つ と き 市村 は 窓 に 人影 が 写 っ て い る こと に 気づ く 。 「 誰 か は 解 り ま せ ん で し た が 、 おそらく 土方 さん だっ た の だ と 思 い ま す 」 と 語り残 し て い る 。 その 後 市村 は 日野 宿 の 佐藤 彦五郎 の 元 に 無事 届け て い る 。 愛刀 は 太刀   和泉 守 兼定 ( いずみ の かみ かねさだ ) 小太刀   堀川 国広 ( ほり かわ くに ひろ ) 幼少 時 に は 風呂 から 上が る と 、 よく 裸 の まま 家 の 柱 で 相撲 の 稽古 を し て い た と 言 う 。 その 柱 は 現在 で も 残 っ て い る 。 → 土方 家 の 伝承 。 土方 愛著 『 子孫 が 語 る 土方 歳 三 』 参照 。 柱 は 土方 歳 三 資料 館 に 現存 。 甥 ( 佐藤 彦五郎 の 3 男 ・ 為吉 ) が 庭先 で 転 ん で 額 を 切 っ た 時 に は すぐ さま 駆け付け て 「 男の子 の 向か い 傷 だ 。 めで た い めで た い 」 と 笑 っ て あや し た と い う 。 → 佐藤 家 の 伝承 。 佐藤 昱著 『 聞き が き 新 選 組 』 参照 。 天然 理 心 流 道場 で は 歳三 は 中極意 目録 まで の 記録 し か 現存 し て い な い 。 行商 中 に 学 ん だ 様々 な 流派 の クセ が 取れ な かっ た よう だ 。 しかし 、 実戦 で は 滅法 強 かっ た と 言 わ れ て い る ( 斬り合い の 時 、 足下 の 砂 を 相手 に ぶつけ て ひる ん だ 隙 に 斬り 伏せ たり 首 を 絞め て 絞殺 し たり など 、 縦横 無尽 に 戦闘 を し て い た と い う ) 。 後 の 洋装 の 写真 など から 、 歳三 は 合理 主義 者 で 便利 な もの は 便利 と 受け取 る 柔軟 さ を も っ て お り 、 舶来 の 懐中 時計 など も 持 っ て い た と い う 。 隊内 の 気 の 置け な い 仲間 に は 、 「 自分 は 、 織田 信長 の 生まれ変わり だ ろ う 。 」 と 言 っ た こと が あ る 。 陣中 法度 、 局中 法度 など の 厳し い 隊規 を 考案 し た と さ れ 、 裏切り 者 や はみ出し 者 に 容赦 の 無 い 刃 を 浴びせ た 歳三 は 、 鬼 の 副長 と 呼 ば れ 普段 は 冷酷 な 人物 と さ れ る 。 しかし 、 箱館 戦争 に まで 従 っ た 新 選 組 隊士 中島 登 に よ れ ば 、 箱館 戦争 当時 に は 「 温和 で 、 母 の よう に 慕 わ れ て い た 」 と い う 。 この頃 に は 若 い 隊士 を 度々 飲食 に 連れ 歩 い たり 、 相談 事 に 乗 っ たり する よう に な っ た と も い わ れ て い る 。 ただし それ も 、 年齢 を 経 た 結果 と い う より も 、 自分 の 死 に 場所 を 見つけ た と い う 悟り に 近 い 気持ち と 、 明日 に も 闘い で 命 を 落と す か も 知れ な い 隊士 の 士気 を 上げ る ため の 、 計算 の 上 で あ っ た と する 説 も あ る 。 もともと 色白 で 引き締ま っ た 顔立ち を し て お り ( 当時 と し て は ) 長身 で あ っ た 為 、 京都 に て 新選 組 副長 と し て 活動 し て い た とき など は 、 日野 の 仲間 に 向け て 多数 の 女性 から の 恋文 を まとめ て 送 っ て 自慢 する ほど で あ っ た 。 上洛 間 も な い 頃 、 小島 鹿之助 へ ( 一説 に 近藤 道場 の 弟子 たち に とも 言 わ れ る ) 宛 て 大き な 荷物 が 届 く 。 京土産 で も 送 っ て 来 た か と 開け て み る と 、 彼 を 慕 う 芸者 ・ 舞妓 から の 恋文 が びっしり 詰め られ て お り 、 以下 の 和歌 が 手紙 に 添え られ て い た と い う 。 報国 の 心 ころわ する ゝ 婦人 哉 → 小島 鹿之助 の 伝承 。 小島 政孝著 『 新選 組 余話 』 参照 。 宇都宮 の 戦い で 足 を 負傷 し て い た 歳三 は 、 慶応 4 年 ( 1868 ) 閏 4 月 頃 から 7 月 頃 ( 異説 あり ) まで 、 会津 若松 城下 の 宿 で 病床 に 伏 し て い た 。 ある 日 、 同じ 宿 に い た 幕臣 で 文官 の 望月 光蔵 が 訪ね て 来 た が 、 歳三 は 寝ころ ん だ まま 「 俺達 と 共 に 戦え 」 と 言 っ た 。 その 傲慢 な 態度 に ムッと き た 望月 は 「 自分 は 文官 だ から 戦 う 事 は でき な い 」 と 拒否 。 する と 歳三 は 「 じゃあ お前 は 何 を し に こんな 遠く まで 来 た ん だ 。 臆病 者 め 」 と 言い放 っ た 。 望月 も 黙 っ て おれ ず 「 幸い に も あなた 達 は 宇都宮城 を 奪 っ た が 、 それ を すぐ に 奪 わ れ た で は な い か 。 再び 奪 う こと は もう 難し い だ ろ う 。 実 に 惜し い こと だ 。 あなた も また 臆病 者 と 言 わ ざる を 得 な い 」 。 望月 に そう 言 わ れ た 歳三 は 「 うるさ い 、 俺 の 病床 に 障 る 。 もう 聞 き た く な い 。 出 て 行 け 」 と 叫 ん だ ため 、 望月 は 部屋 を 去 っ た 。 この 時 歳 三 は 怒り の あまり 望月 に 枕 を 投げつけ た そう で あ る 。 → 望月 光蔵 著 「 夢乃 うわ言 」 および 望月 子 孫著 『 告白 の 告発 』 参照 。 江戸 で 定宿 と し て い た の が 幕府 御 用 達 釜屋 。 品川 宿 の 中 で も 大変 賑わ っ て い た 茶屋 で 「 慶応 三 年 卯 十 月 廿 一 日 登 ( 上 ) 新撰 組 土方 歳 三 御 家族   門人 共上下 三十 一 人 ( 休 ) 釜屋 半右衛門   九貫 三百 文 」 と 言 う 記録 が 残 っ て い る 。 現在 、 釜屋 の 跡地 ( 品川 区 青物 横丁 駅 ) に は 新撰 組 の 記念 碑 が 建て られ て い る 。 趣味 和歌 や 俳諧 など を 嗜 む など 意外 と 風流 人 の 面 も あ っ た 。 「 豊玉 発句 集 」 など を 自分 で 書 し て 残 す ほど 書き 溜め て い た 。 公用 に 出 て 行 く 道 や 春 の 月 三 日月 の 水 の 底照 る 春 の 雨 さしむ か ふ 心 は 清 き 水 か ゞ み 水音 に 添 て き ゝ けり 川 千鳥 山門 を 見こ し て 見 ゆる 春 の 月 梅 の 花一 輪 咲 い て も 梅 は 梅 春 の 草 五 色 まで は 覚え けり うくひす や はたき の 音 も つ ひやめ る あはら 屋 に 寝 て 居 て さむ し 春 の 月 し れ ば 迷い し な けれ ば 迷 は ぬ 恋 の 道 水 の 北山 の 南 や 春 の 月 行 く 年 の 月日 の 流れ 蚊帳 の 外 故郷 に 向か っ て   進 む   五 月 雲 知れ ば 迷 ひ   知 ら ね ば 迷 わ ぬ   恋 の 道 ふ り ながら   きゆる 雪 あ り   上巳 こそ 横 に 行   足跡 はなし   朝 の 雪 『 新選 組 血風 録 』 や 『 燃え よ 剣 』 で の 好演 から 栗塚 旭 が 不 世出 の 土方 歳 三 役 俳優 と し て 伝説 的 な 存在 と 言 わ れ て い る 。 ドラマ 『 新選 組 血風 録 』 の 製作 開始 時 に 隊士 服 を 着 た 栗塚 旭 を 見 た 司馬 遼太郎 が 絶賛 し た と い う エピソード が 知 ら れ て い る 。 河津 清三郎 『 新撰 組 第 一 部 京洛 風雲 の 巻 、 第 二 部 池田 屋 騒動 、 第 三 部 魔剣 乱舞 』 ( 監督 : 萩原 遼 ) 1952 年 、 東映 原 健策 『 新選 組 鬼 隊長 』 ( 監督 : 河野 寿一 ) 1954 年 山形勲 『 新 選 組 』 ( 監督 : 佐々木 康 ) 1958 年 黒川 弥太郎 『 壮烈 新 選組 』 ( 監督 : 佐々木 康 ) 19 6 0 年 、 東映 龍崎 一郎 『 風雲 新 撰組 』 ( 監督 : 毛利 正樹 ) 1961 年 、 新 東宝 加藤 武 『 新選 組 血風 録 近藤 勇 』 ( 監督 : 小沢 茂弘 ) 1963 年 、 東映 天知 茂 『 新撰 組 始末 記 』 ( 監督 : 三隅 研次 ) 1963 年 、 大映 西村 晃 『 幕末 残酷 物語 』 ( 監督 : 加藤 泰 ) 1964 年 、 東映 栗塚 旭 『 土方 歳 三 燃え よ 剣 』 ( 監督 : 市村 泰一 ) 1966 年 、 松竹 小林 桂樹 『 新 選 組 』 ( 監督 : 沢島 忠 ) 1969 年 、 東宝 高橋 幸治 『 沖田 総司 ( 映画 ) 』 ( 監督 : 出目 昌伸 ) 1974 年 、 東宝 西川 のりお 『 必殺 ! ブラウン 館 の 怪物 たち 』 ( 監督 : 広瀬 襄 ) ( 1985 年 、 必殺 シリーズ ) 、 松竹 杉本 哲太 『 幕末 純情伝 』 ( 監督 : 薬師 寺 光幸 ) 1991 年 、 松竹 ビート たけし 『 御 法度 ( 映画 ) 』 ( 監督 : 大島 渚 ) 1999 年 、 松竹 中井 貴一 『 新撰 組 』 ( 監督 : 市川 崑 ) 2000 年 、 メディア ボックス 野村 祐人 『 壬生 義士 伝 』 ( 監督 : 大滝 洋二郎 ) 2003 年 、 松竹 栗塚 旭 『 新選 組 血風 録 』 1965 年 、 テレビ 朝日 金内 吉男 『 竜馬 が ゆく ( NHK 大河 ドラマ ) 』 1968 年 栗塚 旭 『 燃え よ 剣 』 1970 年 、 テレビ 朝日 栗塚 旭 『 新撰 組 』 1973 年 藤 竜也 『 勝海 舟 ( NHK 大河 ドラマ ) 』 1974 年 古谷 一行 『 新選 組 始末 記 』 1977 年 伊達 正三郎 『 竜馬 が ゆ く 1982 年 版 』 テレビ 東京 夏八木 勲 『 壬生 の 恋歌 』 1983 年 、 日本 放送 協会 近藤 正臣 『 白虎 隊 ( 日本 テレビ 系 テレビ ドラマ ) 』 1986 年 竹脇 無我 『 新撰 組 』 1987 年 渡 哲也 『 五稜 郭 ( テレビ ドラマ ) 』 年末 時代 劇 スペシャル 1988 年 、 日本 テレビ 放送 網 役所 広司 『 燃え よ 剣 』 1990 年 、 テレビ 東京 地井 武男 『 新撰 組 池田屋 の 血闘 』 1992 年 、 東京 放送 橋爪 淳 『 徳川 慶喜 ( NHK 大河 ドラマ ) 』 1998 年 村上 弘明 『 新選 組 血風 録 』 1998 年 、 テレビ 朝日 伊原 剛志 『 壬生 義士 伝 』 2002 年 、 テレビ 東京 山本 耕史 『 新 選 組 ! 』 2004 年 、 NHK 大河 ドラマ 山本 耕史 『 新 選 組 ! ! 土方 歳 三 最期 の 一日 』 2006 年 、 NHK ( 『 新 選 組 ! 』 の 続編 ) 伊藤 英明 『 輪違 屋 糸里 』 2007 年 、 TBS 麻実 れい 『 星影 の 人 』 麻路 さき 『 誠 の 群像 / 魅惑 II - ネオ ・ エゴイスト ! 』 1997 年 小松 和弘 『 チオチモリン S 』 ( 2003 年 、 演劇 ユニット pan - dan 笹 公演 ) ㈱ 北海道 テレコム センター   テレコム ホール 上川 隆也 『 燃え よ 剣 』 2004 年 大泉 洋 『 LOOSER ~ 失 い 続け て しま う アルバム ~ 』 ( 2004 年 、 TEAM - NACS 第 10 回 公演 ) 札幌 公演 ‐ サッポロ ファクトリー ホール 東京 公演 ‐ 池袋 サンシャイン 劇場   アンコール 公演 ‐ 日本 青年 館 哀川 翔 『 KANS AI SUPERS HOW アボルダージュ 』 2004 年 江田 由紀浩 、 小山 めぐみ 『 桜襲 さくら が さね 』 ( 2007 年 、 劇団 SK グループ 第 24 回 公演 ) 東京 公演 ‐ シアター グリーン BIGTREE THE ATER   札幌 公演 ‐ シアター ZOO 彩吹 真央 / 音月 桂 『 星影 の 人 』 大浦 薫 『 さくら の ごと く ~ 新選 組 桜 真説 ~ 』 ( 2005 年 2 月 、 FA 企画 【 舞台 部門 】 さくら さくら カンパニー ) 京都 演劇 フェスティバル 大浦 薫 『 さくら の ごと く ~ 新選 組 桜 真説 ~ 』 ( 2006 年 8 月 、 FA 企画 【 舞台 部門 】 さくら さくら カンパニー ) The 2006 NewYork International   FringeFestival   ( NY 国際 芸術 祭 ) 参加 作品   審査 員 特別 賞 受賞 大浦 薫 『 北天 幻 桜 ~ 土方 雪想 夢 ~ 』 ( 2008 年 、 FA 企画 【 舞台 部門 】 さくら さくら カンパニー 歴史 モノローグ シリーズ 第 3 弾 ) 中田 譲治 『 PEACEMAKER 鐵 』 檜山 修之 『 幕末 機関 説 いろ は にほ へ と 』 楠 大典 『 陸奥 圓明 流外伝 修羅 の 刻 』 小山 力也 『 るろう に 剣心 - 明治 剣客 浪漫 譚 - 』 置鮎 龍太郎 『 幕末 恋華 新 選 組 』 子安 武人 『 新撰 組 群 狼伝 』 上川 隆也 『 風光 る ( 渡辺 多恵子 ) 』 平川 大輔 『 ひなた の 狼新 選 組 綺談 』 土方 歳 三 が 登場 する 作品 は 、 新 選 組 新 選組 を 題材 に し た 作品 、 Category 新 選組 を 題材 と し た 作品 も 参照 の こと 。 司馬 遼太郎 『 燃え よ 剣 』 大内 美 予子 『 土方 歳 三 』 広瀬 仁紀 『 土方 歳 三 散華 』 1982 年 ISBN 487 270 1 364 萩尾 農 『 散華 ・ 土方 歳 三 』 1989 年 ISBN 482 9 110686 後 に 改訂 さ れ 『 土方 歳 三 散華 』 と し て も 出版 さ れ て い る 。 ISBN 4404016174 北原 亞 以子 『 歳三 から の 伝言 』 ISBN 406274830 4 北原 亞 以子 『 暗闇 から 土方 歳 三 異聞 』 1995 年 ISBN 44085 324 1 X 中場 利一 『 バラガキ - 土方 歳 三 青春 譜 』 2000 年 ISBN 4062738 67 8 ( ISBN は 文庫 版 ) 秋山 香乃 『 歳 三 往 き て また 』 2002 年 ISBN 4835537459 北方 謙三 『 黒龍 の 柩 』 2002 年 上 ISBN 462010 6 6 0 7 、 下 ISBN 4620106 615 池波 正太郎 『 色 』 ( 短編集 「 炎 の 武士 」 収録 ) 吉岡 平 『 火星 の 土方 歳 三 』 ( 朝日 ソノラマ ) - 函館 で 死亡 し た 後 、 エドガー ・ ライス ・ バローズ の 『 火星 シリーズ 』 の 火星 に 転生 し た 土方 歳 三 の 活躍 を 描 く SF 作品 。 2004 年   ISBN 425 7 770 341 斎藤 岬 『 ひなた の 狼 』 望月 三 起也 『 俺 の 新 選 組 』 盛田 賢司 『 月明星 稀 - さよなら 新 選 組 』 秋月 こお 『 青春 新撰 組 BARAGAKI ! 』 神田 た け志 『 北 の 獅子 真説 ・ 土方 歳 三 伝 』 - 箱館 戦争 に 焦点 を 絞 っ て 描 か れ て い る 。 菅野 文 『 北走 新 選 組 』 - 収録 さ れ て い る 短編 の うち 『 殉白 』 は 土方 歳 三 を 主役 と し 、 蝦夷 共和 国 の 陸軍 奉行 を つとめ た 大鳥 圭介 と の からみ を 描 く 。 +革命 家 坂本 龍馬 ( さかもと りょうま 、 天保 6 年 11 月 15 日 ( 旧暦 ) ( 1836 年 1 月 3 日 ) - 慶応 3 年 11 月 15 日 ( 旧暦 ) ( 1867 年 12 月 10 日 ) は 、 幕末 の 日本 の 政治 家 ・ 実業 家 。 土佐 藩 脱藩 後 、 貿易 会社 と 政治 組織 を 兼ね た 亀山 社中 ・ 海援 隊 ( 浪士 結社 ) の 結成 、 薩長 連合 の 斡旋 、 大政 奉還 の 成立 に 尽力 する など 、 志士 と し て 活動 し た 。 贈官 位 、 正 四 位 。 司馬 遼太郎 の 小説 『 竜馬 が ゆ く 』 の 主人 公 と さ れ て 以来 、 国民 的 人気 を 誇 っ て い る 。 また 、 その 事跡 に つ い て は さまざま な 論議 が あ る 。 諱 は 直陰 の ち 直柔 ( なおなり ) 。 龍馬 は 通称 。 他 に 才谷 梅太郎 など の 変名 が あ る 。 「 龍馬 」 は 慣用 音 ( 『 広辞苑 』 第 5 版 ) で は 「 りゅうま 」 だ が 、 漢音 は 「 りょうま 」 で 、 同 時代 人 の 日記 や 書簡 に 「 良馬 」 の 当て 字 で 記 さ れ て い る こと も あ り 、 また 龍馬 自身 も 書簡 の 中 で 「 りよふ 」 と 自署 し て い る こと も あ る ため 、 「 りょうま 」 と 読 ま れ て い た こと は 間違い な い 。 なお 、 「 竜 」 は 「 龍 」 の 異体 字 ( 「 竜 」 は 「 龍 」 の 古 体字 ) で 、 龍馬 自身 は 「 竜 」 の 字体 を 使 っ た こと が な い が 、 司馬 遼太郎 の 「 竜馬 が ゆ く 」 で 使 わ れ た こと や 、 「 竜 」 が 常用 漢字 に 採用 さ れ た こと も あ り 、 慣用 化 さ れ て い る 。 むしろ 生前 より 死後 に 有名 に な っ た 人物 で あ り 、 司馬 遼太郎 の 作品 を 始め 、 小説 や ドラマ に 度々 取り上げ られ る 人物 で は あ る が 、 それ ら は 実際 の 龍馬 と かけ離れ て い る の で は な い か と い う 指摘 は 多 い 。 歴史 家 の 中 に 、 特に その よう な 指摘 を する 人 は 多 く 、 松浦 玲 など が 代表 格 。 松浦 玲 『 検証 ・ 龍馬 伝説 』 ( 論創 社 、 2001 年 ) ・ 池田 敬正 「 司馬 遼太郎 「 竜馬 が ゆ く 」 を めぐ っ て 」 ( 『 歴史 評論 』 31 7 、 1976 年 ) ・ 絲屋 寿雄 「 竜馬 の 虚像 ・ 実像 - 司馬 遼太郎 「 竜馬 が ゆく 」 に よせ て - 」 ( 『 歴史 評論 』 31 7 、 1976 年 ) など が 参考 に な る 。 ちなみ に 、 龍馬 の 伝記 を 書 い た 歴史 家 と し て は 、 平尾 道雄 ・ 池田 敬正 ・ 飛鳥井 雅道 など が 代表 的 。 その 他 、 詳し く は 「 文献 」 の 項目 を 参照 の こと 。 12 歳 、 小高坂 の 楠山 塾 で 学 ぶ が 退塾 。 14 歳 に な り 高知 城下 の 日根野 弁治 の 道場 へ 入門 し 、 下士 の 習 う 小栗 流 を 学 ぶ 。 1846 年 、 母 ・ 幸死 す 。 1853 年 ( 嘉永 6 年 ) に 剣術 修行 の ため 江戸 ( 東京 都 ) に 出 て 、 桶町 の 北辰 一 刀 流 剣術 開祖 千葉 周作 の 弟 の 千葉 定 吉 道場 ( 通称 : 小千葉 道場 ) ( 東京 都 千代田 区 ) に 入門 し た 。 12 月 に は 佐久間 象 山 の 私塾 に も 通 っ て い る 。 1854 年 ( 安政 元年 ) に 土佐 に 帰郷 。 画家 の 川田 小龍 から 西洋 事情 を 学 ぶ 。 1855 年 ( 安政 2 年 ) 、 父 ・ 八平 が 死去 。 1856 年 ( 安政 3 年 ) に 再び 江戸 ・ 定吉 道場 に 遊学 。 1857 年 ( 安政 4 年 ) 、 盗み を 働 き 切腹 沙汰 と な っ た 仲間 の 沢辺 琢磨 を 逃が す 。 1858 年 ( 安政 5 年 ) に 剣術 修行 を 終え て 帰国 。 北 辰 一 刀 流 免許 皆 伝 と 言 わ れ る 事 も あ る が 、 実際 に は 「 北辰 一 刀 流長 刀 兵法 ・ 目録 」 を 与え られ た 物 で あ り 、 一般 に い う 剣術 で は 無 く 、 正し く は 薙刀術 兵法 で あ り 、 免許 で も な けれ ば 皆伝 で も な く 、 北辰 一 刀 流 と し て は 一番 低 い 「 初目録 」 で あ っ た 。 ただ 千葉 道場 で 塾頭 を 勤め た こと や 同 世代 の 人物 の 証言 に 「 免許 皆伝 を 伝授 さ れ た 」 と い う 証言 も 残 る ため 、 免許 皆 伝状 は 単に 現存 し て い な い もの と 思 わ れ る ( 龍馬 の 遺品 は 災害 や 盗難 等 で 幾 つ か 損失 し て い る ) 。 ちなみ に 、 「 北辰 一 刀 流長 刀 兵法 ・ 目録 」 が 薙刀 の 目録 で あ る こと に つ い て は 、 松岡 司 「 初見 の 坂本 龍馬 書状 と 北辰 一 刀 流長 刀兵 法 目録 」 ( 『 日本 歴史 』 454 号 、 1986 年 ) 、 土居 晴夫 「 北辰 一 刀 流 と その 免許 皆伝 」 ( 『 坂本 龍馬 事典 』 新人物 往来社 、 1988 年 ) が 詳し い 。 1861 年 ( 文久 元年 ) 、 3 月 、 土佐 で 井口 村 刃傷 事件 が 起 り 、 龍馬 の 属 する 下士 と 上士 の 間 で 対立 が 深ま る 『 維新 土佐勤 王史 』 「 坂本 等 、 一時 池田 の 宅 に 集合 し 、 敢 て 上士 に 対抗 する 気勢 を 示 し たり 」 。 なお 、 事件 の 当事 者 で 切腹 し た 池田 虎之進 の 介錯 を 龍馬 が 行 っ て 、 その 血 に 刀 の 下緒 を 浸 し ながら 下士 の 団結 を 誓 っ た と い う 逸話 が 流布 し て い る が 、 これ は 坂崎 紫瀾 の 小説 『 汗血 千 里駒 』 の フィクション で あ る 。 半年 後 、 下士 は 武市 瑞山 を リーダー に 土佐 勤王 党 を 結成 し 、 龍馬 は 9 番 目 に 加盟 し た ( 土佐 で は 加盟 第 1 号 ) 。 10 月 、 武市 の 密使 と し て 長州 へ 向か い 、 翌年 2 月 、 久坂 玄瑞 と 面談 。 1862 年 ( 文久 2 年 ) 3 月 に 沢村 惣之丞 と とも に 脱藩 し た 理由 は 定か で は な い が 、 龍馬 が 吉田 東洋 暗殺 を 企て る 武市 瑞山 の 方針 に 反対 だっ た から で は な い か と の 指摘 も あ る 。 飛鳥井 雅道 『 坂本 龍馬 』 ( 平凡 社 、 1975 年 ) ・ 石尾 芳久 『 大政 奉還 と 討幕 の 密勅 』 ( 三一 書房 、 1979 年 ) など を 参照 。 その 直後 に 勤王 党 に よ る 吉田 東洋 の 暗殺 事件 が 起 り 、 当初 は 龍馬 が 実行 犯 と し て 疑 わ れ た 。 龍馬 は 九州 など を 放浪 し た 後 、 江戸 へ 入り 千葉 道場 に 身 を 寄せ る 『 維新 土佐勤 王史 』 「 坂本 は 飄然 と し て 江戸 に 下り 、 彼 の 旧識 な る 鍛冶 橋 外桶町 の 千葉 重太郎 方 に 草蛙 を 解き ぬ 」 。 その 後 、 千葉 重太郎 の 紹介 で 、 幕府 政事 総裁職 の 松平 春嶽 に 面会 。 春嶽 の 紹介 状 を 携え 、 12 月 、 勝海 舟 に 面会 し て 弟子 と な る 一説 に は 勝 を 暗殺 する ため に 面会 に 行 っ た と さ れ る が 、 これ に は 色々 と 異説 が あ り 、 正確 な 史実 は 確定 し て い な い 。 ただし 、 勝 を 殺 そ う と し て 、 逆 に 諭 さ れ て 勝 の 弟子 に な っ た 人間 が たくさん い る の は 事実 。 また 、 入門 時期 や 、 一緒 に 勝 を 訪問 し た 人物 に つ い て も 諸説 あ る 。 諸説 を 、 春名 徹 「 勝海 舟 」 ( 『 坂本 龍馬 事典 』 新人物 往来社 、 1988 年 ) が 詳し く まとめ て い る 。 1863 年 ( 文久 3 年 ) 、 勝 が 進め る 神戸 海軍 操練 所 の 設立 に 尽力 し 、 操練 所 より も 先 に 開設 さ れ た 神戸 海軍 塾 の 塾頭 を つとめ る ただし 、 勝海 舟 の 研究 者 と し て 著名 な 歴史 家 の 松浦 玲 を はじめ と し て 何 人 か の 歴史 家 は 、 龍馬 が 塾頭 を 務め た と い う 説 に は 懐疑 的 で あ る 。 詳し く は 松浦 玲 『 検証 ・ 龍馬 伝説 』 ( 論創 社 、 2001 年 ) ・ 濱口 裕介 「 師 と とも に 目指 し た アジア 諸国共 有 海軍 へ の 夢 」 ( 『 新 ・ 歴史 群像 シリーズ ( 4 ) 維新 創世 坂本 龍馬 』 学習 研究 社 、 2006 年 ) を 参照 。 勝 ・ 松平 春嶽 の 運動 で 土佐 藩 主 山 内容堂 から 脱藩 の 罪 を 許 さ れ る 。 この 頃 、 龍馬 は 勝 の 護衛 に 勤王 党 の 人斬り ・ 岡田 以蔵 を つけ て い る 。 八 月 十 八 日 の 政変 で 京 から 尊攘 派 が 駆逐 さ れ 、 土佐 勤王 党 も 藩 に よ っ て 壊滅 状態 と な る 。 藩 の 弾圧 は 江戸 の 龍馬 に も 伸び 、 龍馬 は 再 脱藩 する 。 1864 年 ( 文久 4 年 改元 し て 元治 元年 ) 、 神戸 海軍 操練 所 が 創設 さ れ た しかし 浪人 は 入所 資格 を 認め られ な かっ た こと も あ り 、 龍馬 は 入所 でき な かっ た の で は な い か と 指摘 し て い る 研究 者 も い る ( 松浦 玲 『 検証 ・ 龍馬 伝説 』 など ) 。 龍馬 は この 頃 、 弾圧 が 激し さ を 増 し て い た 京 の 尊攘 過激 派 を 救 う べ く 蝦夷 地 へ の 移住 計画 を 開始 する が 、 池田 屋 事件 に よ っ て 頓挫 し た 。 池田屋 事件 へ の 報復 で あ る 禁門 の 変 で 、 長州 側 に 多数 の 海軍 塾 生 が 加わ っ て い た ため 、 海軍 塾 は 幕府 から 弾圧 さ れ 、 勝 も 解任 さ れ た 。 勝 の 庇護 を 失 っ た 龍馬 で あ る が 、 勝 の 紹介 で 西郷 吉之助 ( 西郷 隆盛 ) を 頼 っ て 大阪 の 薩摩 藩 邸 に 保護 さ れ る これ に は 、 薩摩 藩 側 が 龍馬 ら の 航海 技術 に 利用 価値 を 感 じ た 点 も 大き い と 指摘 さ れ て い る ( 松浦 玲 『 検証 ・ 龍馬 伝説 』 など ) 。 1865 年 ( 元治 2 年 改元 し て 慶応 元年 ) 、 京 の 薩摩 藩 邸 に 移 っ た 龍馬 の 元 に 中岡 慎太郎 ら が 訪問 。 この 頃 から 中岡 と 共 に 薩長 同盟 へ の 運動 を 開始 する 。 薩摩 藩 の 援助 に よ り 、 土佐 脱藩 の 仲間 と 共 に 長崎 で 社中 ( 亀山 社中 ・ のち に 海援 隊 _ ( 浪士 結社 ) ) を 組織 し 、 物産 ・ 武器 の 貿易 を 行 っ た 。 この 年 、 「 非 義 勅命 は 勅命 に あ らず 」 と い う 文言 で 有名 な 大久保 利通 の 書簡 を 、 長州 藩 重役 に 届け る と い う 重大 な 任務 を 龍馬 が 大久保 や 西郷 隆盛 に 任 さ れ て い る 。 佐々木 克 『 幕末 政治 と 薩摩 藩 』 ( 吉川 弘文館 、 2004 年 ) 。 1866 年 ( 慶応 2 年 ) 、 1 月 、 坂本 龍馬 の 斡旋 に よ り 、 京都 で 長門 国 の 木戸 孝允 ( 木戸 孝允 ) と 薩摩 の 西郷 隆盛 が 会見 し 、 薩長 同盟 ( 薩長 盟約 ) が 結 ば れ た 。 この とき 龍馬 は 桂 に 求め られ て 盟約 書 の 裏書 を 行 っ て い る 。 天下 の 大藩 同士 の 同盟 に 一介 の 素浪人 が 保証 を 与え た もの で あ っ て 、 彼 が いかに 信 を 得 て い た か が わか る 。 なお 薩長 同盟 に つ い て は 龍馬 最大 の 功績 と 言 わ れ る が 、 実際 に は 、 西郷 や 小松 清廉 ら 薩摩 藩 の 指示 を 受け て 動 い て い た と い う 説 も あ り ( 青山 忠正 など ) 、 薩長 連合 に 果た し た 役割 の 重要 性 に つ い て は 評価 が 分かれ て い る 。 その 後 、 青山 忠正 を 皮切り に 、 芳即 正 ・ 三宅 紹宣 ・ 宮地 正人 ・ 高橋 秀直 ・ 佐々木 克 など の 研究 者 を 中心 に 薩長 同盟 に つ い て の 議論 が 盛ん で あ る 。 薩長 同盟 研究 の 動向 に つ い て は 、 桐野 作人 「 同盟 の 実相 と 龍馬 の 果た し た 役割 と は ? 」 ( 『 新 ・ 歴史 群像 シリーズ ( 4 ) 維新 創世 坂本 龍馬 』 学習 研究 社 、 2006 年 ) が 詳し く まとめ て い る 。 直後 の 2 月 、 寺田 屋 で 幕吏 に 襲撃 さ れ た が 一命 を 取り留め る 。 その 傷 を 癒 す ため 、 妻 お りょう と 共 に 鹿児島 を 旅行 する 。 6 月 、 第 二 次 長州 征伐 で は 亀山 社 中 の 船 ・ 乙丑丸 で 長州 藩 海軍 を 支援 。 1867 年 ( 慶応 3 年 ) 、 土佐 藩 と の 関係 を 修復 し て 海援 隊 を 創設 し た 。 4 月 、 いろ は 丸 展示 館 いろ は 丸沈没 事件 が おこ り 徳川 御 三家 紀州 藩 に 損害 を 賠償 さ せ る 。 後藤 象二郎 と とも に 船中 八 策 を 策定 し 、 後藤 象二郎 が 山内容堂 を 説 い て 土佐 藩 の 進言 に よ る 大政 奉還 を 実現 さ せ た 。 ただし 、 「 船中 八 策 」 に は 原文書 も 写本 も 存在 し な い ため 、 本当 に 龍馬 が 作成 し た の か 疑問 視 し て い る 研究 者 も 存在 する ( 青山 忠正 、 松浦 玲 など ) 。 龍馬 が 「 船中 八 策 」 を 作成 し た こと は 通説 に な っ て い る が 、 史料 的 根拠 は 見当た ら な い の で あ る 。 詳し く は 、 青山 忠正 『 明治 維新 の 言語 と 史料 』 ( 清文 堂 出版 、 2006 年 ) ・ 松浦 玲 「 『 万機 公論 ニ決 スヘシ 』 は 維新 後 に 実現 さ れ た か ? 」 ( 『 新 ・ 歴史 群像 シリーズ ( 4 ) 維新 創世 坂本 龍馬 』 学習 研究 社 、 2006 年 ) を 参照 。 12 月 、 京都 の 旅寓 ・ 近江屋 ( 京都 市 中京 区 ) で 何者 か に 中岡 慎太郎 と 共 に 暗殺 さ れ た 。 旧暦 の 誕生 日 と 命日 は 同じ 。 暗殺 犯 は 京都 見廻 組 と い う 説 が 有力 で あ る 。 18 71 年 ( 明治 4 年 ) 、 8 月 20 日 に 龍馬 の 系統 が 途絶え る の を 防 ご うと 、 綸旨 に よ り 姉千 鶴 の 長男 高松太郎 が 「 坂本 直 」 と し て 龍馬 の 名跡 を 継 い だ 。 墓所 は 京都 市 東山 区 の 京都 霊山護國 神社 参道 中腹 。 なお 、 靖国 神社 に 祀 ら れ て い る 。 暗殺 ( 写真 ) 坂本 龍馬像 ( 高知 県 の 桂浜 ) : 第 二 次 大戦 中 の 金属 供出 の 際 も この 銅像 だけ は 供出 を 免れ て い る 。 龍馬 は 慶応 3 年 11 月 15 日 ( 1867 年 12 月 10 日 ) の 暗殺 当日 に は 風邪 を 引 い て 河原町 の 蛸薬師 で 醤油 商 を 営 む 近江屋 新助 宅 母屋 の 二 階 に い た と さ れ る 。 当日 は 陸援 隊 の 中岡 慎太郎 や 土佐 藩 士 の 岡本 健三郎 、 画家 の 淡海 槐 堂 など に 訪問 さ れ て い る 。 中岡 は その まま 龍馬 と 話 し て い た ところ 、 十津川 郷士 と 名乗 る 男達 数 人 に 切 ら れ た 。 龍馬 達 は 近江屋 の 人間 が 入 っ て き た もの と 油断 し て お り 、 帯刀 し て い な かっ た 。 龍馬 は まず 額 を 深 く 斬 ら れ 、 奮戦 する もの の それ が 原因 で すぐ に 死亡 。 中岡 も 重傷 を 負 う が 数 日間 は 意識 が あ り 事件 の 証言 を 残 し た 。 慎太郎 も ま も な く 死亡 し た 。 大正 時代 に な っ て 元 京都 見廻 組 隊士 だっ た 今井 信郎 、 渡辺 篤 ( 剣客 ) の 口述 で 、 佐々木 只三郎 ら が 実行 犯 で あ る と 証言 し て い る 。 また 、 勝海 舟 は 幕府 上層 部 の 指示 で あ る と も 推測 し て い る 。 この 見廻 組 実行 説 が いわば 通説 と な っ て お り 、 これ に 疑問 を 呈 する 歴史 学 者 は 皆無 に 等し い 。 ただし 、 今井 や 渡辺 の 口述 に 食い 違 う 部分 が あ る ため 、 主に 作家 を 中心 に 色々 な 異説 が 唱え られ て い る 状況 で あ る 。 2006 年 に 学習 研究 社 から 発売 さ れ た 『 新 ・ 歴史 群像 シリーズ ( 4 ) 維新 創世 坂本 龍馬 』 で は 、 菊地 明 が 「 寺田 屋 事件 の 際 に 捕縛 方 一人 を 殺害 し た こと で 「 お 尋ね 者 」 に な っ て お り 、 見廻 組 が 逮捕 の ため に や っ て き た 」 と い う 説 を 出 し て い る が 、 この 説 に 関 し て も 今後 精査 が 必要 で あ る 。 龍馬 暗殺 当時 の 現場 に 残 さ れ た 鞘 など の 物証 や 、 3 日 後 に 暗殺 さ れ た 伊東 甲子太郎 の 御陵 衛士 ら の 証言 から 新選 組 の 原田 左之助 に よ る もの と 信 じ られ て い た が 、 刀傷 は 左利き に よ る もの で あ る と 言 う 説 も あ る 。 これ を 採用 する なら 左利き で 、 北辰 一 刀 流 の 達人 で あ る 龍馬 を 殺害 でき る だけ の 実力 の あ る 人物 と な る と 、 斎藤 一 と い う 説 も あ る 。 しかし 現在 で は 、 新選 組 犯行説 を 支持 する 研究 者 は ほとんど い な い 。 ( 斉藤 一 の 新撰 組 復帰 時期 は 諸説 あ る が 、 浅田 次郎 の 壬生 義士 伝 の 中 で は 、 御陵 衛士 ( 高台 寺 党 ) と し て の 斉藤 説 を 唱え て い る 。 しかし ながら 、 斎藤 の 左利 き 説 自体 が 史実 で あ る 可能 性 は 低 い ) 。 大政 奉還 以降 、 龍馬 は 幕府 に 対 する 態度 を 軟化 さ せ 、 徳川 慶喜 を 含め た 諸侯 会議 に よ る 新 政府 の 設立 に 傾 い て い た と も い わ れ る 。 武力 倒幕 を 目指 し て い た 西郷 隆盛 、 大久保 利通 ら が 、 こう し た 龍馬 の 動き を 看過 でき な く な り 、 故意 に 幕府 側 に 龍馬 の 所在 を 漏ら し た と する 説 。 維新 クーデター に よ る 大政 奉還 派 の 暗殺 説 は 、 佐々木 多門 の 書状 や 近江屋 の 女中 たち の 証言 など の 資料 を もと に し て い る 。 また 、 この 説 は 大政 奉還 路線 と 武力 倒幕 路線 の 対立 を 必要 以上 に 強調 し すぎ た きらい が あ り 、 両者 は 相 容れ な い 路線 で は な かっ た と する 学説   家近 良樹 『 幕末 政治 と 倒幕 運動 』 ( 吉川 弘文館 、 1995 年 ) ・ 高橋 秀直 「 「 公議 政体 派 」 と 薩摩 倒 幕 派 - 王政 復古 クーデター 再考 - 」 ( 『 京都 大学 文学 部 研究 紀要 』 41 、2002 年 ) ・ 佐々木 克 『 幕末 政治 と 薩摩 藩 』 ( 吉川 弘文館 、 2004 年 ) ・ 井上 勲 「 大政 奉還 運動 の 形成 過程 ( 一 ) 」 ( 『 史学 雑誌 』 81 - 1 1 、 1972 年 ) など が 参考 に な る 。 を 全く 考慮 に 入れ て い な い ところ が 最大 の 問題 で 、 その 点 で 根拠 が 弱 い 。 この 説 に は 一部 で 熱狂 的 な 支持 者 が い る 。 幕藩 側 に 立 っ て 書 か れ た 大河 ドラマ 『 新 選 組 ! 』 や テレビ 東京 新春 ワイド 時代 劇 『 竜馬 が ゆ く ( 2004 年 テレビ ドラマ ) 』 で は この 説 に 則 っ て 龍馬 の 暗殺 を 描 い て い る 。 時空 警察 PART 4 で も この 説 に 基づ い て 龍馬 暗殺犯 を 解説 する など 、 テレビ ・ 小説 など で は この 説 を 採用 する こと が 多 く 、 一般 で は この 説 を 信 じ て い る 人 が 多 い 傾向 が 見 られ る 。 もの の 、 歴史 学界 で は ほとんど 相手 に さ れ て い な い の が 実情 。 薩摩 藩 陰謀 説 が 成り立 た な い こと を 政治 史 的 な 観点 から 論証 し た もの に 、 桐野 作人 「 龍馬 遭難 事件 の 新 視角 - 海援 隊士 ・ 佐々木 多門 書状 の 再 検討 - 第 1 回 ・ 第 2 回 ・ 最終 回 」 ( 『 歴史 読本 』 第 51 巻 第 10 号 ・ 第 51 巻 第 11 号 ・ 第 51 巻 第 12 号 、 2006 年 ) が あ る 。 前述 の 通り 、 坂本 龍馬 は むしろ 生前 より も 死後 に 有名 に な っ た 人物 で あ る 。 その 最初 は 明治 16 年 ( 1883 年 ) 、 高知 の 『 土陽 新聞 』 に 坂崎 紫瀾 が 書 い た 『 汗血 千里 の 駒 ( かんけつ せんり の こま ) 』 が 掲載 さ れ 、 大 評判 と な っ た 事 で あ る 。 次 に 龍馬 ブーム が 起き る の は 日露 戦争 時 で あ る 。 日本 海 海戦 の 直前 に 、 龍馬 が 昭憲 皇太后 逸話 の 夢枕 に 立 ち 、 「 日本 海軍 は 絶対 勝て ま す 」 と 語 っ た と い う 話 で あ る 。 皇后 は この 人物 を 知 ら な かっ た が 、 宮内 大臣 の 田中 光 顕 が 、 龍馬 の 写真 を 見せ た ところ 、 間違い な く この 人物 だ と い う こと に な っ た と 言 わ れ る 。 真偽 の ほど は 定か で は な い が 、 この 話 が 全国 紙 に 掲載 さ れ た ため 、 坂本 龍馬 の 評判 が 全国 に 広ま る 事 と な る 。 坂崎 は もちろん 、 田中 も 土佐 出身 の 人物 で あ る 。 当時 明治 政府 を 牛耳 っ て い た 薩長閥 に 対 し 、 土佐 出身 者 が 挽回 を 図 る べ く 、 土佐 出身 の 維新 の 功労 者 と し て 、 坂本 龍馬 を 持ち上げ た の で あ る 。 勝海 舟 も 坂本 龍馬 を 持ち上げ た ひとり で あ る が 、 旧 幕臣 と い う 立場 で 薩長閥 に 対 する 反発 が あ っ た の は 、 想像 に 難 く 無 い 。 京都 国立 博物 館 に は 数 箇所 の 血痕 が 残 る 掛け 軸 が 所蔵 さ れ て い る 。 それ は 淡海 槐 堂 が 暗殺 当日 に 誕生 日 祝い と し て 贈 っ た 「 梅椿 図 」 と い う 作品 で あ る 。 付着 し た 血痕 は 暗殺 さ れ た 龍馬 ら の もの と さ れ て い る 。 『 竜馬 が ゆ く 』 で も 描 か れ て い る よう に 、 剣術 の 腕 は 相当 な もの だっ た と 暗殺 さ れ た 時 の 状況 から 推測 でき る 。 龍馬 は 刺客 から の 「 不意 」 を つか れ た 「 突然 」 の 攻撃 から 、 二 の 太刀 目 で 身 を ひね っ て 刀 に 手 を 伸ば し 、 三 の 太刀 目 に は 鞘 で 受け止め る まで 防御 の 体制 を 取 っ て い る 。 龍馬 の 人生 ・ 人格 形成 に お い て 多大 な 影響 を 与え て い っ た の は 、 父 ・ 八平 の 後妻 で あ る 伊興 の 実家 、 下田 屋 ( 川島 家 ) と い わ れ て い る 。 龍馬 は 姉 で あ る 乙女 と とも に 浦戸 湾 を 船 で 漕 ぎ 、 当時 土佐 藩 御 船蔵 の あ っ た 種崎 に あ る 継母 伊興 の 家 を たびたび 訪れ て は 、 長崎 や 下関 から の 珍し い 土産 話 など を 聞 い た と さ れ る 。 また 、 世界 地図 や 数々 の 輸入 品 を 見 て 外 の 世界 へ の 憧れ を 高め た と も い わ れ て い る 。 詳細 は 山田 一郎 『 海援 隊 遺文 』 ( 新潮 社 、 1991 年 ) など に 、 また 土佐 藩 の 御 船蔵 や 海事 資料 に つ い て は 吉永 豊実 『 土佐 海事 法制史 』 ( 山海堂 、 1983 年 ) に 詳し い 。 当時 土佐 藩 士 の 間 で は 長刀 を さ す こと が 流行 し て い た 。 ある とき 龍馬 の 旧友 が 龍馬 と 再会 し た とき 、 龍馬 は 短め の 刀 を 差 し て い た 。 その こと を 指摘 し た ところ 「 実戦 で は 短 い 刀 の ほう が 取り回し が よ い 」 と 言 わ れ 、 納得 し た 旧友 は 短 い 刀 を 差 す よう に し た 。 次 に 再会 し た とき 、 旧友 が 勇 ん で 刀 を 見せ た ところ 龍馬 は 懐 から 拳銃 を 出 し 「 銃 の 前 に は 刀 なんて 役 に た た な い 」 と 言 わ れ た 。 納得 し た 旧友 は さっそく 拳銃 を 買い求め た 。 三 度 再会 し た とき 、 旧友 が 購入 し た 拳銃 を 見せ た ところ 龍馬 は 万国 公法 ( 国際 法 ) の 洋書 を 取り出 し 「 これ から は 世界 を 知 ら な けれ ば な ら な い 」 と い わ れ た 。 もはや 旧友 は つ い て いけ な かっ た と い う 。 これ は 龍馬 の 性格 を 鮮やか に 描写 し て い る もの の 、 あくまで 逸話 で あ っ て 史実 で は な い 。 逸話 の 起源 は 、 定か で は な い 。 寺田屋 事件 直後 に お 龍 と 結婚 し た 龍馬 は 、 同 事件 で の 傷 を い やす こと も 兼ね て お 龍 を 伴 っ て 薩摩 に 滞在 し た 。 これ を 指 し て 、 日本 で 初めて の 新婚 旅行 と さ れ る 。 龍馬 が 愛用 し た 拳銃 は 2 丁 あ る 。 ひと つ は 高杉 晋作 から 贈呈 さ れ た スミス & ウェッソン モデル 2 アーミー 33 口径 で 、 寺田 屋 事件 の 際 に 火 を 噴 い た の は この 銃 で あ る 。 しかし 同 事件 の 際 に 紛失 し 、 後 に 買い求め た の が S & W モデル 122 口径 で 、 これ は 妻 ・ お 龍 と とも に 1 丁 ずつ 所持 し 、 薩摩 滞 在 時 は これ で 狩猟 など を 楽し ん だ と い う 。 当然 この 銃 は 暗殺 時 も 携帯 し て い た が 発砲 する こと な く 殺害 さ れ て い る 。 幼少 の 頃 、 水練 ( 水泳 ) に 出かけ る 途中 、 友人 に 「 こんな 雨 で 泳 ぐ の か 」 と 問 わ れ た が 、 「 濡れ る の に 雨 も 関係 あ る か 」 と その まま 川 に 行 っ た と い う 。 身長 6 尺 ( 約 182 cm 。 近年 の 研究 で は 174 cm や 169 cm と い う もの も あり ) と 江戸 時代 の 当時 と し て は かなり な 大男 で あ っ た と いえ る だ ろ う 。 背中 に 黒毛 が 生え て い た 。 少年 時 は おねしょ タレ で 、 泣き 虫 。 勉強 に つ い て いけず 塾 を 退塾 に な っ た 。 武市 半平太 と は 「 アギ ( あご ) 」 「 アザ ( 痣 ) 」 と あだ名 で 呼び合 う 仲 だっ た 。 姉 ・ 幸 の 夫 の 家 に よく 遊 び に 行 き 、 屋根 に 上 っ て 太平 洋 を 眺め て い た 。 西郷 に 対 し 「 わし は 世界 の 海援 隊 を や り ま す 」 と 語 り 、 その 様子 を 同席 し て い た 陸奥 宗光 が こと あ る ごと に 回想 し て 語 っ た と さ れ て い る 。 しかし これ は 後世 の 創作 ら しい 。 同 時代 の 龍馬 評 住谷 寅之介 「 龍馬 誠実 可也 の 人物 、 併せ て 撃剣 家 、 事情 迂闊 、 何 も 知 ら ず と ぞ 」 ( 龍馬 江戸 修行 後 ) 平井 収二郎 「 元 より 龍馬 は 人物 なれ ど も 、 書物 を 読 ま ぬ 故 、 時 と し て 間違ひ し 事 も ござ 候 へ ば 」 ( 龍馬 脱 藩 後 ) 武市 半平太 「 土佐 一 国 に は あだ た ぬ 奴 」 ( 龍馬 脱 藩 後 ) 、 「 肝胆 もとより 雄大 、 奇機 おのずから 湧出 し 、 飛潜 だれ か 識 る あらん 、 ひとえに 龍名 に 恥じ ず 」 ( 獄中 で ) 東久世 通禧 「 龍馬 面 会 、 偉人 なり 。 奇説 家 な り 」 ( 薩長 同盟 直前 ) 勝海 舟 「 坂本 龍馬 、 彼 は おれ を 殺 し に 来 た 奴 だ が 、 なかなか 人物 さ 。 その 時 おれ は 笑 っ て 受け た が 、 沈着 い て 、 なん と な く 冒 し がた い 威権 が あ っ て よ い 男 だっ た よ 」 ( 維新 後 ) 西郷 隆盛 「 天下 に 有志 あ り 、 余多 く 之 と 交わ る 。 然 れ ど も 度 量 の 大 、 龍馬 に 如 く もの 、 未 だかつて 之 を 見 ず 。 龍馬 の 度量 や 到底 測 る べ から ず 」 土方 久元 「 その 言行 すこぶる 意表 に 出 で 、 時 と し て は 大いに 馬鹿 ら しき 事 を 演 じ た れど 、 また 実 に 非凡 の 思想 を 有 し 、 之 を 断行 し 得 たり 」 三吉 慎蔵 「 過激 な る こと は 豪 も 無し 。 かつ 声高 に 事 を 論 ずる 様 の こと も な く 、 至極 おとなし き 人 なり 。 容貌 を 一見 すれ ば 豪気 に 見受け らるる も 、 万事 温和 に 事 を 処 する 人 なり 。 但し 胆力 が 極めて 大 な り 」 清和 源 氏 の 一 支族 美濃源 氏 土岐 氏 の 庶家 、 明智 氏 の 末裔 を 称 する 。 坂本姓 の 由来 は 、 本能 寺 の 変 以前 、 明智 氏 所領 で あ っ た 坂本 ( 現 滋賀 県 大津 市 坂本 ) に 由来 し て い る 。 しかし これ は 後世 の 創作 だ ろ う と する 声 も 強 い 土居 晴夫 『 坂本 龍馬 の 系譜 』 ( 新人物 往来社 、 2006 年 ) など が 詳し い 。 家紋 は 組み合わせ 角 に 桔梗 。 坂本 家 が 主君 に 差し出 し た 『 先祖 書 指出 控 』 に は 、 「 先祖 、 坂本 太郎 五郎 、 生国 山城 国 、 郡村 未だ 詳ら かならず 、 仕声 弓 戦 之難 を 避け 、 長岡 郡 才谷 村 に 来住 す 。 但し 年歴 、 妻 之里 、 且つ 病死 之 年 月 等 未詳 」 と あ る 。 天正 16 年 ( 1588 年 ) 才谷 村 の 検地 で 村 の 3 番 目 の 百 姓 と し て 登録 さ れ て い る に すぎ な い 。 どう やら 3 代 目 太郎左衛門 まで は 公認 の 名字 を も た ぬ 百 姓 身分 と 考え られ る 。 2 代 目彦三郎 、 3 代 目 太郎左衛門 まで 才谷 村 で 農業 を 営 ん だ 。 4 代 目 守之 、 5 代 目 正禎 は 才谷 村 の 大字 の 一 つ で あ る 「 大浜 」 を 家名 と し て なのり はじめ る 。 寛文 6 年 ( 1666 年 ) 3 代 目 太郎左衛門 の 次男 ・ 八兵衛 は 高知 城下 に で て 質屋 を 開業 ( 屋号 は 才谷 屋 ) し 、 酒屋 、 呉服 等 を 扱 う 豪商 と な る 。 享保 15 年 ( 1730 年 ) ころ 本町 筋 の 年寄役 と な り 、 藩主 に 拝謁 を 許 さ れ る に いた っ た 。 明和 7 年 ( 1770 年 ) 6 代 目 直益 は 郷士 の 株 を 買 い 長男 ・ 直海 を 郷士 坂 本家 の 初代 と し 、 名字 帯刀 、 すなわち 公認 の 名字 を 名乗り身分 表象 と し て 二 本 差 す 身分 に たどりつ い た 。 次男 直清 に は 商家 才谷 屋 を つ が せ て い る 。 郷士 坂 本家 3 代 目 直足 は 白札 郷士 山本覚右 衛門 の 次男 と し て うまれ 坂本 家 へ 養子 と し て はい っ た 。 直足 の 次男 が 直陰 ( 坂本 龍馬 ) で あ る 。 土佐 藩 郷士 ・ 坂本 直足 の 次男 。 母 は 坂本 幸 。 兄 は 権平 姉 は 千鶴 、 栄 、 坂本 乙女 ( おとめ ) 。 妻 は おりょう ( 楢崎 龍 ) 婚約 者 ・ 千葉 さ な 子 も い た と さ れ る 。 +芹沢 鴨 ( せりざ わかも 、 芹澤 鴨 、 文政 10 年 ( 1827 年 ) ? - 文久 3 年 9 月 16 日 ( 旧暦 ) ( 1863 年 10 月 28 日 ) ) もしくは 9 月 18 日 ( 旧暦 ) ( 10 月 30 日 ) ) は 、 幕末 の 水戸 藩 浪士 、 新 選 組 ( 壬生 浪士 ) の 初代 筆頭 局長 。 前名 は 下村 嗣司 。 諱 は 光幹 。 家系 は 常陸 平 氏 の 平成 幹 の 流れ を 汲 む と い う 平姓 の 芹沢 氏 。 父 は 芹沢 外記 貞 幹 。 生涯 出自 中世 に 興起 し た 常陸 国 芹沢村 ( 現 茨城 県 行方 市 玉造 町 芹沢 ) の 豪族 、 芹沢 氏 から 発祥 し 、 関ヶ原 の 戦い の 戦功 に よ り 幕臣 と な り 、 のち に 水戸 藩 上席 郷士 ( 士分 ) と な っ た 芹沢 家 の 当主 貞 幹 の 三男 と し て 生まれ た 。 幼名 は 玄太 。 のち に 松井 村 ( 現 茨城 県 北茨城 市 中郷 松井 ) の 神官 で あ る 下村 祐斎 の 婿養子 と な り 、 下村 嗣司 と 称 し た ( 継司 、 嗣次 と も ) 。 ただし 、 出自 、 出生 年 に は 諸説 あ る 。 たとえば 島田 魁 の 『 英名録 』 に は 「 芹沢 又右衛門 子 」 と あ り 、 分家 の 出身 と も い わ れ る が 、 水戸 藩 士 の 系譜 を 網羅 する 『 水府 系 纂 』 に 記載 さ れ る 芹沢 又右衛門 家 の 記述 に 該当 する 文言 は 見当た ら な い 。 なお 、 芹沢 又右衛門 家 も 祖先 は 芹沢 外記 家 と 同じ 中世 豪族 の 芹沢 氏 で あ る 。 武術 は 神道 無念流 剣術 戸賀崎 熊太郎 に 剣 を 学 び 、 免許 皆伝 を 受け 師範 代 を 務め た 。 天狗 党 嗣司 は 尊王 攘夷 思想 を 貫徹 する ため 、 松井 村 を 離れ 、 万延 元年 ( 18 60 年 暮れ 、 天狗 党 の 前身 で あ る 玉造 組 に 参加 し た 。 玉造 村 ( 現 茨城 県 行方 市 玉造 ) を 拠点 と し て 横浜 市 で 攘夷 を 決行 する ため 石岡 ( 現 石岡 市 ) 、 玉造 、 潮来 ( 現 潮来 市 ) 近辺 の 豪商 、 豪農 を 回 り 、 資金 集め に 奔走 し た 。 この とき 、 玉造 組 で は 「 進思 尽忠 」 「 無二 無 三 大和魂 」 と 記載 さ れ た 幟 を 掲げ て い た 。 嗣司 は この ころ から 後世 トレード マーク と さ れ た 鉄扇 を 使用 し て い た 記録 が 残 る ( 「 伊能 家 文書 」 ) 。 しかし 、 文久 元年 ( 1861 年 ) 2 月 、 水戸 藩 領 だけ で な く 天領 で も 資金 集め を し た こと や 天狗 党 を 詐称 し て 攘夷 を 口実 と する 恐喝 が 横行 し た こと など から 、 幕府 から 水戸 藩 に 攘夷 論 者 の 活動 の 抑圧 が 指示 さ れ 、 水戸 藩 の 方針 は 転換 し た 。 天狗 党 に 近 い 藩 首脳 が 更迭 さ れ 、 代わ っ て 反対 派 の 諸生 党 が 台頭 する と 、 玉造 組 は 即時 に 弾圧 さ れ た 。 4 月 に は 嗣司 も 佐原 方面 で の 献金 強要 の 罪 で 捕縛 さ れ 入獄 し た 。 処刑 を 待 つ 身 だっ た が 、 文久 2 年 ( 1862 年 ) 、 住谷 寅之助 ら に よ る 朝廷 工作 が 功 を 奏 し 、 再度 天狗 党 が 藩 の 政権 を 奪取 し た こと から 、 12 月 、 安政 の 大獄 に 関わ っ た 政治 犯 の 釈放 を 目的 に 大赦令 が 出 さ れ 、 出獄 する こと を 許 さ れ た 。 この 時 、 名 を 芹沢 鴨 に 改め た と い う 。 壬生 浪士 組 筆頭 局 長 文久 3 年 ( 1863 年 ) 2 月 5 日 、 清河 八郎 が 発案 し 江戸 で 結成 さ れ た 浪士 組 に 同郷 で 芹沢 家 の 家臣 筋 で も あ る 平間 重助 を 伴 い 参加 し 、 六 番 組 小頭 に 任命 さ れ た 。 浪士 組 に は 、 のち に 江戸 の 剣術 道場 試衛 館 の 近藤 勇 、 土方 歳 三 、 沖田 総司 、 山南 敬助 ら も 加わ っ て 、 京都 まで 行動 を とも に する 。 23 日 、 京都 に 到着 。 芹沢 は 近藤 一派 と とも に 壬生 の 郷士 八木 源 之丞 の 屋敷 に 分宿 し た 。 その ころ 征夷 大将軍 の 警固 の ため 上洛 し た 浪士 組 を 、 真 の 尊王 攘夷 の 先鋒 と する ため 、 創設 者 で あ る 清河 八郎 は 、 朝廷 に 上奏 文 を 提出 し て 、 浪士 組 を 朝廷 の 直属 に する こと に 成功 し た 。 29 日 、 新徳 寺 に 同志 を 集め 攘夷 の 決行 の ため 江戸 帰還 を 宣言 する と 、 芹沢 と 近藤 は これ に 反対 し 、 京都 残留 を 申し出 て 脱退 。 この 時 に 残留 を 決め た の が 芹沢 の 同志 5 人 と 近藤 の 同志 8 人 の 合計 13 人 だっ た 。 これ に 殿内 義雄 や 根岸 友山 ら も 合流 する 。 3 月 10 日 、 芹沢 、 近藤 ら 17 人 ( 24 人 と も い う ) の 連名 で 会津 藩 に 嘆願 書 を 提出 。 会津 藩 は 彼 ら を 「 御 預かり 」 と する こと を 決め る 。 芹沢 ら は 八木 家 を 屯所 と し て ( 後 に 前川 家 と 南部 家 に も 寄宿 ) この とき 「 壬生 浪士 組 」 を 名乗 る 。 その 際 、 内部 抗争 が 起き 、 26 日 に 殿内 が 暗殺 さ れ 、 根岸 も 同志 と とも に 離脱 する と 、 壬生 浪士 組 は 芹沢 派 と 近藤 派 が 牛耳 る こと に な っ た 。 のち に 芹沢 、 近藤 、 新見 が 局長 と な り 、 その うち で 芹沢 が 筆頭 と な っ た 。 ただ 、 預かり と はな っ て い た が 、 当初 は 給金 の 支給 が な かっ た ため 、 4 月 に な っ て 芹沢 、 近藤 ら は 大坂 に 下 っ て 商家 から 資金 の 提供 を 受け た 。 しかし 、 この よう な 恐喝 まがい の 資金 集め は 会津 藩 の 体面 に 関わ る こと から 、 のち に 藩 より 手当 が 支給 さ れ た 。 6 月 3 日 、 芹沢 、 近藤 ら 10 人 が 「 不逞 浪士 」 取り締まり の ため 大阪 市 へ 下 っ た 。 途中 、 すれ違 っ た 力士 が 道 を 譲 ら な かっ た ため 、 芹沢 ら は 力士 たち に 暴行 を 加え た 。 その 行為 に 怒 っ た 力士 の 仲間 が 駆けつけ 乱闘 と な り 力士 側 に 死傷 者 が 出 た 。 相撲 部屋 ( 小野川 部屋 ) の 年寄 が 詫び を 入れ て こと は 治ま っ た が 、 大坂 町 奉行 所与力 内 山彦次郎 が これ を 問題 に し て 近藤 を 怒 ら せ 、 のち に 新 選 組 に よ り 暗殺 さ れ て い る ( 内山 を 暗殺 し た 者 に つ い て は 異説 も あ る ) 。 同月 、 水口 藩 の 公用 方 が 壬生 浪士 組 は 乱暴 で あ る と 苦情 を 言 っ た こと が 会津 藩 を 通 し て 芹沢 に 知 ら れ 、 激怒 し た 芹沢 は 永倉 新八 、 井上 源三郎 ら を 藩邸 に 派遣 し 、 担当 者 を 脅迫 し て 謝罪 さ せ 、 詫び 証文 を 取 っ た 。 詫び 証文 は 担当 者 の 独断 で 書 か れ た もの で あ っ た ため 、 こと の 露見 を 恐れ た 公用 方 は 詫び 証文 を 取り返 そ う と 人 を 介 し て 芹沢 を 説得 し 、 芹沢 は 詫び 証文 を 返 す こと と な り 、 嶋 原 角屋 で 宴会 が 開 か れ た 。 しかし 酒乱 の 芹沢 は 大暴れ を し て 店主 の 角屋 徳右衛門 に 7 日間 の 営業 停止 を 一方 的 に 申しつけ て い る ( 角屋 で の 暴挙 ) 。 同年 8 月 18 日 、 八 月 十 八 日 の 政変 に 際 し て 御所 の 警備 の ため に 近藤 、 新見 と とも に 隊士 を 率い て 出動 する が 、 御門 を 固め て い た 会津 藩 士 たち は 壬生 浪士 組 を 知 ら な かっ た ため 槍 を 構え て 通 そ う と し な かっ た 。 「 通せ 」 「 通 さ ぬ 」 と 双方 が 怒鳴りあ う 中 、 芹沢 が 哄笑 し ながら 進み出 て 来 た 。 会津 藩兵 が 槍 を 突きつけ る と 、 芹沢 は 鉄扇 で その 槍先 を 悠々 と 煽 い で 笑 う 。 会津 藩 の 軍 奉行 が 駆けつけ て 壬生 浪士 組 を 通 し て や り 、 芹沢 は 悠然 と 門 を 通 っ た 。 人々 は 芹沢 の 剛胆 さ に 驚 い た と い う 。 ( 『 新選 組 遺聞 』 ) この 出動 を 機 に 会津 藩 は 壬生 浪士 組 に 新選 組 の 隊名 を 与え た 。 暗殺 文久 3 年 9 月 、 芹沢 が 懸想 し て い た 吉田屋 の 芸妓 小寅 が 肌 を 許 さ な かっ た ため 、 立腹 し た 芹沢 が 吉田屋 に 乗り込 み 、 店 を 破壊 する と 主人 を 脅 し て 、 小寅 と 付き添い の 芸妓 お 鹿 を 呼びつけ 罰 と し て 2人 を 断髪 さ せ る 乱暴 を 行 っ て い る ( 「 浪士 文久報国 記事 」 ) 。 13 日 、 近藤 ら は 芹沢 派 の 新見 錦 ( この 時 は 副 長 に 降格 ) に 乱暴 狼 藉 の 罪 を 問い 詰め て 切腹 さ せ た ( 「 浪士 文久報国 記事 」 ) 。 14 日 、 吉田屋 で の 事件 が 問題 と な り 、 朝廷 から 芹沢 の 逮捕 命令 が 出 た こと から 、 会津 藩 は 近藤 、 土方 、 山南 ら に 芹沢 の 処置 を 密命 する 。 乱暴 狼 藉 は 表向き の 理由 で 、 水戸 学 を 学 び 、 天狗 党 の 強烈 な 尊王 攘夷 思想 の 流れ を く む 芹沢 を 危険 視 し た と い う 説 も あ る 。 16 日 ( 旧 水戸 藩 士 が 残 し た 「 川瀬 家 文書 」 に よ る 。 『 新選 組 遺聞 』 など で は 18 日 ) 、 新 選 組 は 島原 の 角屋 で 芸妓 総揚げ の 宴会 を 開 い た 。 芹沢 は 平山 五郎 、 平間 重助 、 土方 歳 三 ら と 早め に 角屋 を 出 て 壬生 の 八木 家 へ 戻 り 、 八木 家 で 再度 宴会 を 催 し た 。 その 席 に 芹沢 の 愛妾 の お 梅 、 平山 の 馴染み の 芸妓 桔梗 屋 吉栄 、 平間 の 馴染み の 輪違 屋 糸里 が 待 っ て お り 、 すっかり 泥酔 し た 芹沢 たち は 宴席 が 終 る と 女 たち と 同衾 し て 寝 た 。 大雨 が 降 る 深夜 、 突然 、 数 人 の 男 たち が 芹沢 の 寝 て い る 部屋 に 押し入 り 、 同室 で 寝 て い た 平山 を 殺害 し 、 芹沢 に 斬りつけ た 。 驚 い た 芹沢 は 飛び起き て 刀 を 取 ろ う と する が 叶 わ ず 、 真っ裸 の まま 八木 家 の 親子 が 寝 て い た 隣室 に 飛び込 む が 、 文机 に 転 び 、 そこ を 刺客 たち が よ っ て たか っ て ずたずた に 斬りつけ 、 芹沢 を 殺 す と 刺客 たち は 立ち去 っ た 。 平山 の 死体 は 胴体 と 首 が 離れ て お り 、 芹沢 と 同衾 し て い た お 梅 も 首 を 切 ら れ 惨殺 さ れ た 。 別室 に い た 平間 は 逃亡 。 吉栄 と 糸里 も 難 を 逃れ 姿 を 消 し た と い う 。 『 新選 組 遺聞 』 で は 、 八木 源 之丞 の 妻 八木ま さ が 土方 歳 三 が 夜中 に しきり に 様子 を うかが っ て い る の を 目撃 し て お り 、 現場 に は 沖田 総司 と 原田 左之助 は 確か に お り 、 山南 敬助 も い た の で は な い か と 記 し て い る 。 永倉 の 「 浪士 文久報国 記事 」 に よ る と 暗殺 は 土方 、 沖田 、 藤堂 平助 、 御倉 伊勢 武ら が 実行 し た と あ る 。 西村 兼文 ( 新選 組 が 屯所 を 置 い た 西本願 寺 の 寺侍 ) の 『 新撰 組 始末 記 』 で は 実行 者 は 土方 、 沖田 、 山南 、 原田 に な っ て い る 。 18 日 説 は 『 新選 組 始末 記 』 『 新選 組 遺聞 』 が 採 る もの で あ る が 、 18 日 夜 に は 降雨 が な く 、 降雨 が あ っ た の は 16 日 で あ る と し て 、 16 日説 を 推 す 意見 も あ り 、 いま だ 定説 は な い 。 事件 は 長州 藩 の 仕業 と さ れ 、 18 日 ( 18 日 暗殺説 に よ れ ば 20 日 ) に 芹沢 と 平山 の 葬儀 が 神式 に 則 り 盛大 に 執り 行 わ れ た 。 事件 の 一連 の 経緯 を 20 日 に 近藤 は 郷里 多摩 の 佐藤 彦五郎 に 手紙 を 送 っ て い る 。 芹沢 の 墓所 は 京都 市 中京 区 の 壬生 寺 に あ る 。 人物 芹沢 の 人 と なり に つ い て は 、 子母 澤 寛 の “ 新選 組 三 部 作 ” ( 『 新選 組 始末 記 』 『 新選 組 遺聞 』 『 新選 組 物語 』 。 いずれ も 中央 公論 新社 から 文庫 版 が 出 て い る ) に 詳し い が 、 いずれ も かなり の 創作 が 入 っ て い る と さ れ 史料 的 な 正確 さ に は 非常 に 問題 が あ る こと に 留意 する 必要 が あ る 。 芹沢 は 背 が 高 く でっぷり 太 っ て お り 、 色白 で 目 は 小さ かっ た 。 豪傑 肌 の 一廉 の 人物 で 、 常 に 「 盡忠報 國 の 士 、 芹澤 鴨 」 と 刻 ま れ た 鉄扇 を 手 に し て い た 。 酒 が 好き で 、 昼間 から 飲 ん で お り 酔 っ て な い こと は な かっ た 。 小説 や テレビ ドラマ で は 手 の つけ られ な い 凶暴 な 悪漢 の よう に 描 か れ る こと が 多 い が 、 会津 藩 主 松平 容保 へ 嘆願 に 行 く 時 に 八木 家 から 紋付 を 借り る こと に な り 、 全員 同じ 家紋 に な っ て しま う と 八木 源 之丞 が 心配 する と ( 公式 の 場 で は 、 かなり 滑稽 ) 、 芹沢 は まったく 意 に 介 せ ず 笑 っ て い たり 、 八木 家 から 借り た 火鉢 を こっそり 返 し に 来 て 、 火鉢 に 刀傷 が あ っ た の で 問いただ し たら ( 隊士 たち は 酔 っ て 八木 家 の 家財 を 手当たり 次第 に 試し 切り の 材料 に し て い た ) 、 「 俺 だ 、 俺 だ 」 と 頭 を か い て 逃げ て しま う など 気さく な 一面 も あ っ た 。 また 、 八木 家 の 幼 い 娘 が 亡くな っ た とき に は 、 芹沢 は 近藤 と 帳場 に 立 っ て 進 ん で 葬儀 を 手伝 っ て お り 、 暇つぶし に 面白 い 絵 を 子供 たち に 書 い て や る など 好 か れ て い た と い う 。 尊王 攘夷 の 念 が 強 く 、 北野 天満 宮 に 「 雪霜 に   色 よく 花 の 魁 て   散り て も 後 に   匂う   梅 が 香 」 と い う 句 を 記 し た 額 を 献 じ た 。 芹沢 の 生家 は 江戸 期 以降 、 代々 医業 を 続け て お り 、 現在 の 子孫 も 茨城 県 石岡 市 で 診療 所 を 開 い て い る 。 現在 も 家伝薬 「 筋渡し 」 が 処方 さ れ て い る 。 作品 芹沢 鴨 と 水戸 派 は 新選 組物 の 映画 や テレビ ドラマ に 登場 する こと が 多 い 。 多く は 粗暴 な 悪役 で 、 暗殺 事件 が 序盤 で ごく 短 く 扱 わ れ る 場合 など は 大柄 な 人相 の 悪 い 俳優 が 演 じ て 、 土方 と 沖田 に 簡単 に 成敗 さ れ る パターン が 多 い 。 芹沢 が 主要 配役 の 場合 を いく つ か 紹介 する 。 新 選 組 血風 録 テレビ ドラマ 『 新選 組 血風 録 』 ( 1965 年 - 1966 年 ) ( 1965 年 - 1966 年 、 NET 系 ) 芹沢 役 は 遠藤 辰雄 。 芹沢 と 水戸 派 は 極悪 人 その もの 。 遠藤 は 悪代 官 役 を 多 く 演 じ た 俳優 で 、 水戸 派 は 悪代官 と その 手下 的 な 描 か れ 方 で あ る 。 土方 から 依頼 さ れ て 新撰 組 の 誠 の 旗 を つく っ た 染物 屋 の 女主人 を 手ごめ に し ( 女主人 は 恥じ て 自殺 し て しま う ) 、 さらに 罪 の な い 職人 の 親方 を 斬り捨て 、 その 弟子 の 職人 たち と 乱闘 ( 大坂 力士 乱闘 事件 の 改変 ) 、 あげく に 親方 の 妹 の お 梅 を また も 手ごめ に する ( お 梅 は 発狂 ) など 悪行 を くりかえ し 、 最後 は 土方 と 沖田 たち に 成敗 さ れ る 。 典型 的 な 勧善 懲悪 で あ る 。 遠藤 は 『 俺 は 用心 棒 』 ( 1967 年 、 NET 系 ) 、 『 新撰 組 』 ( 1973 年 、 CS 系 ) で も 芹沢 を 演 じ て い る 。 新撰 組 ( 1987 年 、 テレビ 朝日 ) 芹沢 役 は 地井 武男 。 基本 的 に 悪人 だ が 腕 が 立 つ 一廉 の 人物 。 二夜 連続 ドラマ の 第 一 話 の 中心 的 な 敵役 。 刹那 的 に 非道 を 繰り返 す が 、 どこ か 魅力 が あ る 描 き 方 を さ れ て い る 。 その 他 の 水戸 派 は 単なる 悪漢 の ヤクザ 的 な 配役 。 新 選 組 血風 録 テレビ ドラマ 『 新選 組 血風 録 』 ( 1998 年 ) ( 1998 年 、 テレビ 朝日 ) 芹沢 役 は 松山 千春 。 粗暴 な 悪人 だ が 魅力 の あ る 人物 と し て 描 か れ て い る 。 暗殺 の 場面 は 史実 に 近く ふんどし 一丁 で 寝 て い る ところ を 襲 わ れ 、 ほとんど 抵抗 でき ず 、 めった 斬り さ れ て い る 。 その 他 の 水戸 派 は 人相 の 悪 い 大柄 な 俳優 が そろ い 、 ヤクザ と い う より 山賊 で あ る 。 腹心 の 新見 錦役 の 岩尾 正隆 は 強面 の 巨漢 の 俳優 で 、 痩身 な 松山 より も 芹沢 の イメージ に 近 い 。 新 選組 ! ( 2004 年 、 日本 放送 協会 大河 ドラマ ) 芹沢 役 は 佐藤 浩市 。 悪人 と い う より は 偽悪 家 と い っ た 性格付け で あ り 、 剣 の 腕前 に 加え て 人望 と 学問 も 備え た 一廉 の 人物 と し て 描 か れ て い る 。 主人 公 の 近藤 勇 ( 香取 慎吾 ) が 越え な けれ ば な ら な い 壁 と さ れ 、 ドラマ の 前半 を 支え る 重要 な 役柄 と な っ て い る 。 「 大河 ドラマ 史上 最高 の 悪役 」 を 狙 っ た と い う 脚本 の 三谷 幸喜 は 、 佐藤 の 好演 を 評価 し て 芹沢 の 出番 を 数 話 伸ば し て い る 。 暗殺場面 で は すべて を 察 し て 土方 、 沖田 、 山南 、 原田 を 待ち構え 、 4 人 を 相手 に 大立ち回り を 演じ る 。 その 他 の 水戸 派 の 面々 も 、 ただ の 悪人 で は な い 個性 的 な 人物 像 で 丁寧 に 描 か れ た 珍し い ドラマ で あ る 。 輪違屋 糸里 ( 2007 年 、 TBS ) 芹沢 役 は 中村 獅童 。 とかく 粗暴 に し て 豪放 な 性格 で 描 か れ る 由縁 と も 言え る 数々 の 行動 の 一 つ 一 つ に それぞれ 道理 が あ る 事 を 芹沢 に 語 ら せ て い る 。 新見 錦 と とも に 試衛 館 一派 を 「 田舎者 」 扱い し て は い る が 試衛 館 派 ・ 水戸 派 と い っ た 派閥 間 の 険悪 な イメージ は 薄 い 。 また 、 愛人 お 梅 に 関 し て も 菱屋 主人 に 棄て られ て 投げ 鉢 に な っ た 挙句 あの 時刻 に 芹沢 と 一緒 の 床 に い た こと に な っ て い る 。 浅田 次郎 原作 の 同名 の 小説 を 元 に し た ドラマ 。 その 他 の 作品 映画 炎 の ごと く ( 1981 年 、 主演 菅原 文太 ) 芹沢 役川合伸旺 TV ドラマ 新撰 組 始末 記 ( 1977 年 、 主演 平 幹二朗 ) 芹沢 役 高 松 英郎 参考 文献 芹澤 家 の 歴史   芹沢 雄二   1974 年   私 家 版 ( 茨城 県 立 図書 館 に 所蔵 あり ) あさくら ゆう   新選 組 水戸 派 読本 ~ 新選 組 を 創 っ た 男 ・ 新 選 組 読本 ~ 隊士 外伝 ( いずれ も 玉造 町 観光 協会 発行 ) 大石学   『 新 選 組 - 「 最後 の 武士 」 の 実像 』   中央 公論 新社 〈 中公 新書 〉 、 2004 年   ISBN 4121017730 木村 幸比古   『 新選組 日記 』   PHP 研究 所 〈 PHP 新書 〉 、 2003 年   ISBN456963 00 8 1 ( 永倉 新八 の 回想 録 「 浪士 文久報国 記事 」 の 翻刻 文 を 掲載 ) 松浦 玲   『 新 選 組 』   岩波 書店 〈 岩波 新書 〉 、 2003 年   ISBN 400430 8 5 50 松村 巌   「 新 選 組長 芹沢 鴨 」 ( 『 新選 組 人物 誌 』   河出 書房 新 社 、 2003 年   ISBN 4309976 6 1 1   所収 ) 宮地 正人   『 歴史 の なか の 新 選 組 』   岩波 書店 、 2004 年   ISBN 40000 2 5 317 『 第 二 回 特別 展   新 選組   京都 の 日々 』 ( 新 選 組 の ふるさと 歴史 館 叢書 第 二 輯 )   日野 市 ( 「 浪士 文久報国 記事 」 の 原本 を 掲載 ) +福井 謙一 ( ふくい けんいち 、 1918 年 10 月 4 日 - 1998 年 1 月 9 日 ) は 、 日本 の 化学 者 。 京都 大学 名誉 教授 、 京都 工芸 繊維 大学 名誉 教授 。 日本 学士 院 会員 、 ローマ 教皇 庁 科学 アカデミー 会員 、 全米 科学 アカデミー 外国 人 客員 会員 で も あ っ た 。 工学 博士 ( 1948 年 ) ( 学位 論文 「 化学 工業 装置 の 温度 分布 に 関 する 理論 的 研究 」 ) 。 奈良 県 出身 。 旧 制 今宮 中学 ( 現 大阪 府 立 今宮 高等 学校 ) 卒業 大阪 高等 学校 ( 旧制 ) 卒業 1941 年 3 月 京都 帝国 大学 工学 部 工業 化学 科 卒業 1943 年 8 月 、 京都 帝国 大学 工学 部 燃料 化学 科 講師 ( 196 6 年 石油 化学科 に 改組 ) 1945 年 9 月 、 京都 帝国 大学 工学 部 燃料 化学 科 助 教授 1951 年 4 月 京都 大学 工学 部 燃料 化学 科 教授 ( 高温 化学 講座 ) 1965 年 1 月 京都 大学 工学 部 燃料 化学 科 教授 ( 高圧 化学 講座 196 6 年 より 炭化 水素 物理 化学 講座 に 改称 ) 1970 年 11 月 京都 大学 評 議員 ( 1971 年 4 月 まで ) 1971 年 4 月 京都 大学 工学 部 長 ( 1973 年 3 月 まで ) 1982 年 4 月 京都 大学 退官 京都 大学 名誉 教授 1982 年 6 月 京都 工芸 繊維 大学 学長 ( 1982 年 5 月 まで ) 1988 年 6 月 京都 工芸 繊維 大学 名誉 教授 財団 法人 基礎 化学 研究 所 所長 1990 年 2 月 学術 審議 会 会長 1995 年 9 月 日本 学術 振興 会 会長 1952 年 、 後 に ノーベル 賞 を 受賞 する こと と な る 「 フロンティア 電子 理論 」 を 発表 。 これ は 、 化学 反応 が 発生 する 際 、 分子 から 最も 外側 を 回 る 最も エネルギー の 高 い 電子 が 化学 反応 性 の 大き さ と 並列 する こと を はじめて 明らか に し た もの で 、 世界 の 化学 界 に 衝撃 を 与え た 。 フロンティア 軌道 理論 ( frontieror bital the ory ) で 1981 年 に ノーベル 化学 賞 を 受賞 。 ほか に は 、 固有 反応 座標 ( Intrinsic Reaction Coordinate , IRC ) の 概念 を 提唱 し た 業績 も あ る 。 門下 と し て 、 米澤 貞次郎 ( 京大 名誉 教授 ) 、 諸熊 奎治 ( 分子 研 名誉 教授 、 エモリー 大 教授 ) 、 藤本 博 ( 京大 名誉 教授 ) 。 加藤 重樹 ( 京大 ) など 多く の 著名 な 化学 者 が い る 。 星 薬科 大学 教授 の 福井 哲也 は 実子 。 1943 年 12 月 正 七 位 1962 年 5 月 日本 学士 院 賞 1981 年 11 月 文化 功労 者 文化 勲章 1981 年 12 月 ノーベル 化学 賞 1988 年 11 月 勲 一 等 旭日大 綬章 1998 年 1 月 従 二 位 工場 経営 や 外国 貿易 を 手がけ て い た 父 の 元 、 3 人 兄弟 の 長男 と し て 奈良 県 生駒 郡 平城 村 大字 押熊 ( 現 奈良 市 押熊町 ) に 生まれ 、 少年 時代 は 大阪 府 で 過ご し た 。 中学 時代 に ファーブル 昆虫記 を こよな く 愛読 し て い た 。 本当 は 数学 が 好き で あ っ た が 、 父 の 叔父 に 当た る 喜多 源 逸 教授 の 「 数学 が 好き なら 化学 を や れ 」 と い う 一言 に 触発 さ れ て 、 京都 大学 工学 部 工業 化学科 に 進学 し た 。 後 に 数学 が 好き な こと から 量子 力 学 を 会得 し 、 フロンティア 軌道 理論 を 完成 さ せ る こと と な る 。 陸軍 燃料 研究 所 の アルコール の 蒸気 の 満ち た 実験 室 で 実験 を 繰り返 し て い た ため 、 酒 に めっぽう 強 く な っ た 。 メモ 魔 で あ り 、 枕元 へ 常 に メモ 帳 と 鉛筆 を 置 い て 寝 て い た 。 また 、 早朝 の 散歩 に も 手帳 を 持ち歩 い て い た 。 毎朝 の 散歩 を 欠か さ な かっ た 。 北 白川 の 疎水 から 瓜生 山 の 西麓 の 小道 を 経 て 、 赤山 禅院 へ と 至 る 道 を 好 ん で 歩 い た 。 基礎 学問 重視 と 独創 的 研究 の 必要 性 、 科学 と 人間 の 平和 的 共存 を 訴え た 。 「 メモ し な い で も 覚え て い る よう な 思いつき は 大した もの で は な い 。 メモ し な い と 忘れ て しま う よう な 着想 こそ が 貴重 な の で す 。 」 「 時間 と 空間 を 媒介 し て 、 宇宙 空間 の 全て は 因果 関係 で つなが っ て い る 。 」 「 ひとり の 人間 は 、 無限 の 過去 、 無限 の 未来 と つなが っ て い る 。 」 「 科学 者 を 目指 す 若者 に 中等 教育 で 最も 励 ん で 欲し い の は 数学 、 特に 平面 幾 何 学 で あ る 。 」 『 量子 化学 』 ( 1968 年 、 朝倉 書店 ) The ory ofOrientation and Stereoselection ( 1975 年 、 Springer - Verlag ) 『 化学 反応 と 電子 の 軌道 』 ( 1976 年 、 丸善 ) 、 ISBN 462102132 X 『 フロンティア 軌道 法 入門 』 ( 1978 年 、 講談 社 ) 、 ISBN 4061 39250 6 『 科学 と 人間 を 語 る 』 ( 1982 年 、 共同 通信 社 ) 、 ISBN 4764101149 『 化学 と 私 』 ( 1982 年 、 化学 同人 ) 、 ISBN 475 9 8 00 8 83 『 学問 の 創造 』 ( 1984 年 、 佼成 出版 社 ) 、 ISBN 4333011434 『 教育 へ の 直言 』 ( 1985 年 、 パン リサーチ インスティテュート ) 『 学問 の 創造 』 ( 1987 年 、 朝日 文庫 ) 、 ISBN 402 2 604 433 『 21 世紀 日本 の 選択 』 ( 1994 年 、 ダイヤモンド 社 ) 、 ISBN 447 8 190186 『 哲学 の 創造 』 ( 1996 年 、 PHP 研究 所 ) 、 ISBN45695 52 0 56 『 複雑 系 の 経済 学 』 ( 1997 年 、 ダイヤモンド 社 ) 、 ISBN 447 83 721 60 FrontierOrbitals and Reaction Paths ( 1997 年 、 World Scientific Publishing Company ) 『 福井 謙一 と フロンティア 軌道 理論 』 ( 1983 年 、 日本 化学 会 学会 出版 センター ) 、 ISBN 4762 26351 6 『 福井 謙一 博士 の 死― 大学 回り 記者 哀歓 記 』 ( 1999 年 、 ミネルヴァ 書房 ) 、 ISBN 46230 3 0 512 『 ノーベル 賞 の 周辺 ― 福井 謙一 博士 と 京都 大学 の 自由 な 学風 』 ( 1999 年 、 化学 同人 ) 、 ISBN 475 9 808 183 +千 利休 ( せん の りきゅう 、 せんりきゅう 、 大永 2 年 ( 152 2 年 ) - 天正 19 年 2 月 28 日 ( 旧暦 ) ( 1591 年 4 月 21 日 ) ) は 中世 末期 、 戦国 時代 ( 日本 ) 、 安土 桃山 時代 の 茶人 。 何 も 削 る もの が な い ところ まで 無駄 を 省 い て 、 緊張 感 を 作り出 す と い う わび 茶 ( 草庵 の 茶 ) の 完成 者 と し て 知 ら れ る 。 父 は 田中 与兵衛 ( 田中 與兵衞 ) 、 母 は 宝心 妙樹 。 「 千家 系 譜 」 、 「 千利休由緒 書 」 に よ る と 利休 の 祖父 は 足利 義政 の 同 朋衆 だっ た 千 阿弥 ( 専阿弥 ・ 新田 氏 里見 氏 の 一族 田中 氏 の 出身 ) と い い 、 その 名 を と っ て 千姓 と し た と さ れ て い る 。 ただし この 説 の 初出 で あ る 「 千利休由緒 書 」 は 、 利休 の 曾孫 で あ る 江岑 宗左 に よ る もの で あ り 、 利休 の 同時代 史料 に は 見当た ら な い ところ から 内容 を 疑問 視 する むき が あ る 。 「 阿弥 」 号 は 当時 の 時宗 門徒 など に は 極めて ありふれ た もの で あ っ た から 必ず しも 同朋衆 に 結びつ く もの で は な い 。 幼名 は 与四郎 ( 與四郎 ) で 、 のち 、 戒名 を 宗易 ( そう えき ) 、 抛筌 斎 ( ほう せんさい ) と 号 し た 。 広 く 知 ら れ た 利休 の 名 は 、 1585 年 の 禁中 茶会 に あた っ て 町人 の 身分 で は 参内 でき な い ため に 正親 町 天皇 から 与え られ た 居士 で あ る 。 考案 者 は 、 大林 宗套 、 笑嶺 宗訢 、 古渓 宗陳 など 諸説 が あ る 。 いずれ も 大徳 寺 の 住持 と な っ た 名僧 で 、 宗套 と 宗訢 は 堺 の 南宗 寺 の 住持 で も あ っ た 。 宗陳 の 兄弟 弟子 で あ っ た 春屋 宗園 に よ れ ば 大林 宗套 が 考案 者 だっ た と い う ( 『 一黙 稿 』 ) 。 しかし 宗套 は 禁中 茶会 の 17 年 前 に 示寂 し て お り 、 彼 が 関わ っ た と すれ ば 利休 が 宗套 から 与え られ た の は 「 利休 宗 易 」 の 名 で あ り 、 若年 時 は 諱 の 「 宗易 」 を 使用 し 、 後 に 宮中 参内 に 際 し て 字 の 「 利休 」 を 居士 号 と し た と 考え る の が 自然 で あ ろ う 。 こう 考えれ ば 宮中 参内 の 2 年 前 、 1583 年 に 描 か れ た 肖像 画 ( 正木 美術 館 蔵 ) の 古渓 宗陳 に よ る 讃 に 「 利休 宗 易 禅人 」 と あ る こと も 理解 でき る 。 号 の 由来 は 「 名利 、 既に 休 す 」 の 意味 と する 場合 が 多 い が 、 現在 で は 「 利心 、 休 せよ 」 ( 才能 に おぼれ ず に 「 老古 錐 ( 使い古 し て 先 の 丸 く な っ た 錐 ) 」 の 境地 を 目指 せ ) と 考え られ て い る 。 なお 『 茶経 』 の 作者 と さ れ る 陸羽 に ちな ん だ もの だ と い う 説 も 一部 に あ る よう で あ る 。 いずれ に せよ 「 利休 」 の 名 は その 人生 の 終焉 で の 名乗り で あ り 、 茶人 と し て の 人生 の ほとんど は 「 宗易 」 と し て 送 っ て い る 。 茶聖 と も 称 せ られ る 。 和泉 国 の 国堺 市 の 商家 ( 屋号 「 魚屋 ( と とや ) 」 ) の 生まれ 。 家業 は 納屋 衆 ( 倉庫 業 ) 。 若年 より 茶道 に 親しみ 、 17 歳 で 北向 道 陳 、 ついで 武野 紹鴎 に 師事 し 、 師 と とも に 茶の湯 の 改革 に 取り組 ん だ 。 堺 の 南宗 寺 に 参禅 し 、 その 本山 で あ る 京都 郊外 紫野 の 大徳 寺 と も 親し く 交わ っ た 。 織田 信長 が 堺 を 直轄 地 と し た とき に 茶頭 と し て 雇 わ れ 、 のち 豊臣 秀吉 に 仕え た 。 1587 年 の 北野 大茶会 を 主管 し 、 一時 は 秀吉 の 重 い 信任 を 受け た 。 1585 年 10 月 の 秀吉 の 正親町 天皇 へ の 禁中 献茶 に 奉仕 し 、 この とき 宮中 参内 する ため 居士 号 「 利休 」 を 勅賜 さ れ る 。 また 黄金 の 茶室 の 設計 など を 行 う 一方 、 草庵 茶室 の 創出 ・ 楽茶 碗 の 製作 ・ 竹 の 花入 の 使用 を はじめ る など 、 わび 茶 の 完成 へ と 向か っ て い く 。 秀吉 の 聚楽 城内 に 屋敷 を 構え 聚楽 第 の 築庭 に も 関わ り 、 碌 も 三千 石 を 賜わ る など 、 茶人 と し て の 名声 の 絶頂 に あ っ た 。 1591 年 、 利休 は 突然 秀吉 の 勘気 に 触れ 、 堺 に 蟄居 を 命 じ られ る 。 前田 利家 や 、 利休 七 哲 の うち 古田 重然 、 細川 忠興 ら 大名 で あ る 弟子 たち が 奔走 し た が 助命 は 適 わ ず 、 京都 に 呼び戻 さ れ た 利休 は 聚楽 屋敷 内 で 切腹 を 命 じ られ る 。 七十 歳 で あ っ た 。 切腹 に 際 し て は 、 弟子 の 大名 たち が 利休 奪還 を 図 る 恐れ が あ る こと から 、 秀吉 の 軍勢 が 屋敷 を 取り囲 ん だ と 伝え られ る 。 死後 、 利休 の 首 は 一条 戻橋 で 梟首 さ れ た 。 首 は 賜死 の 一因 と も さ れ る 大徳 寺 山門 上 の 木像 に 踏 ま せ る 形 で さら さ れ た と い う 。 利休 が 死 の 前日 に 作 っ た と さ れ る 辞世 の 句 が 残 っ て い る 。 人生 七十   力囲 希咄   吾這 寶剣   祖佛 共殺   堤 る 我得 具足 の 一 太刀   今 此 時 ぞ 天 に 抛 死罪 の 理由 は 定か で は な く 、 大徳 寺 山門 ( 金毛 閣 ) 改修 に 当た っ て 増上 慢 が あ っ た ため ( 自身 の 雪駄 履き の 木像 を 楼門 の 二 階 に 設置 し 、 その 下 を 秀吉 に 通 ら せ た ) 。 安価 の 茶器 類 を 高額 で 売り 私腹 を 肥や し た ( 売僧 ( まいす ) の 行い ) 疑い を 持 た れ た 。 天皇 陵 の 石 を 勝手 に 持ち出し 手水 鉢 や 庭石 など に 使 っ た 。 秀吉 と 茶道 に 対 する 考え 方 で 対立 し た 。 秀吉 が 利休 の 娘 を 妾 に と 望 ん だ が 、 利休 は 「 娘 の おかげ で 出世 し て い る と 思 わ れ た く な い 」 と 拒否 し 、 秀吉 は その 事 を 深 く 恨 ん で い た 。 など さまざま な 説 が 立て られ て い る 。 また 、 豊臣 秀長 死後 の 豊臣 政権 内 の 不 安定 さ から 来 る 政治 闘争 に 巻き込 ま れ た ため 、 と い う 説 も あ る 。 利休 が 秀吉 の 政事 に 大き く 関わ っ た こと は 、 大友 義鎮 が 大坂城 を 訪れ た 際 、 豊臣 秀長 から 「 公儀 の こと は 私 に 、 内々 の こと は 宗易 に 」 と 耳打ち さ れ た こと など から も 伺え 、 その よう に 利休 が 深 く 政務 に 関わ る こと に 反発 し 利休 の 失脚 を 望 む 勢力 は 確か に 存在 し た と 言 わ れ る 。 後継 者 と し て は 先妻 宝心 妙樹 の 子 で あ る 嫡男 千 道安 と 、 後妻 千 宗恩 の 連れ子 で 娘婿 で も あ る 千 少庵 が 有名 で あ る が 、 この 他 に 娘婿 の 万代 屋 宗安 、 千 紹 二 の 名前 が 挙げ られ る 。 ただし 道安 と 少庵 は 利休 死 罪 と とも に 蟄居 し 、 千家 は 一時 取り潰 し の 状態 で あ っ た 。 なお 宗恩 は 袱紗 を 現在 の 形 に 定め る など 、 自身 茶の湯 に 精通 し 、 利休 の よ い 補佐 役 、 理解 者 で あ っ た と い わ れ る 。 豊臣 家 の 茶頭 と し て の 後継 は 古田 織部 で あ っ た が 、 その ほか に も 織田 長益 、 細川 忠興 ら 多く の 大名 茶人 が わび 茶 の 道統 を 嗣 い だ 。 利休死 後 数 年 を 経 て ( 文禄 4 年 頃 ) 徳川 家康 や 前田 利家 の 取りなし に よ り 道安 と 少庵 は 赦免 さ れ 、 道安 が 堺 の 本家 堺 千 家 の 家督 を 継 い だ が 、 早 く に 断絶 し た 。 この ため 少庵 の 興 し た 分家 で あ る 京千 家 の 系統 ( 三千 家 ) のみ が 現在 に 伝わ る 。 また 薮内 流 家元 の 藪内 家 と 千家 に も 、 この 時期 姻戚 関係 が 生じ る 。 三千 家 は 利休 の 養子 と な っ た 宗恩 の 連れ 子千 少庵 の 系譜 で あ り 、 大徳 寺 の 渇食 で あ っ た その 息子 千 宗旦 が 還俗 し て 家 を 再興 し 、 現在 の 表千家 ・ 裏千家 の 地所 で あ る 京都 の 本法 寺 前 に 屋敷 を 構え た 。 この とき 宗旦 は 、 秀吉 から 利休 遺品 の 数寄 道具 長櫃 3 棹 を 賜 っ た と い う ( 指月 集 ) 。 その 次男 宗守 ・ 三 男 宗左 ・ 四 男 宗室 が それぞれ 独立 し て 流派 が 分かれ 、 武者 小路 千家 官 休庵 ・ 表千家 不審庵 ・ 裏千家 今日 庵 と な っ て い る 。 利休忌 は グレゴリオ 暦 の 3 月 27 日 および 3 月 28 日 に 大徳 寺 で 行 わ れ る 。 利休 の 茶の湯 「 わび 茶 」 の 完成 者 と し て の 利休像 は 、 『 南方 録 』 を 初め と し て 後世 の 資料 に よ っ て 大き く 演出 さ れ て き た もの で あ る 。 偽書 で あ る 『 南方 録 』 で は 、 新古 今 和 歌集 ( 実際 は 新古 今 和 歌集 に は 見当た ら な い ) の 藤原 家隆 の 歌 「 花 を の み   まつらん 人 に   やまざと の   ゆきま の 草 の   春 を みせば や 」 を 利休 の 茶 の 心髄 と し て お り 、 表面 的 な 華やか さ を 否定 し た 質実 な 美 と し て 描 か れ て い る 。 しかし これ ら の 資料 で は 精神 論 が 強調 さ れ すぎ て お り 、 かえっ て 利休 の 茶の湯 を 不 明確 な もの と する 結果 を 招 い て き た 。 同 時代 の 茶の湯 を 知 る に は 、 利休 の 高弟 で あ る 山上 宗二 に よ る 「 山上 宗二 記 」 が 第 1 級 の 資料 と さ れ て い る 。 この 書 に よ る と 、 利休 は 60 歳 まで は 先人 の 茶 を 踏襲 し 61 歳 から ( つまり 本能 寺 の 変 の 年 から ) ようやく 独自 の 茶の湯 を 始め た と い う 。 つまり 、 死 まで の 10 年間 が わび 茶 の 完成 期 だっ た と い う こと に な る 。 利休 の 茶の湯 の 重要 な 点 は 、 名物 を 尊 ぶ 既成 の 価値 観 を 否定 し た ところ に あ り 、 一面 で は 禁欲 主義 と も いえ る 。 その 代わり と し て 創作 さ れ た の が 楽茶 碗 や 万代 屋 釜 に 代表 さ れ る 利休 道具 で あ り 、 造形 的 に は 装飾 性 の 否定 を 特徴 と し て い る 。 名物 を 含め た 唐物 など に 較べ 、 この よう な 利休 道具 は 決して 高価 な もの で は な かっ た 点 は 重要 で あ る 。 利休 は 茶室 の 普請 に お い て も 画期 的 な 変革 を 行 っ て い る 。 草庵 茶室 の 創出 で あ る 。 それ まで は 4 畳 半 を 最小 と し て い た 茶室 に 、 庶民 の 間 で しか 行 わ れ て い な かっ た 3 畳 、 2 畳 の 茶室 を 採り いれ 、 躙り口 ( 潜り ) や 下地 窓 、 土壁 、 五 ( 四 ) 尺床 など を 工夫 し た 。 なか で も 特筆 さ れ る べ き は 「 窓 」 の 採用 で あ る 。 師 の 紹鷗 まで 茶室 の 採光 は 縁側 に 設け られ た 2 枚 引き あるいは 4 枚 引き の 障子 に よ る 「 一方 光線 」 に よ り 行 わ れ て い た が 、 利休 は 茶室 を 一旦 土壁 で 囲 い そこ に 必要 に 応 じ て 窓 を 開け る と い う 手法 を 取 っ た ( 「 囲い 」 の 誕生 ) 。 この こと に よ り 茶室内 の 光 を 自在 に 操 り 必要 な 場所 を 必要 な だけ 照ら し 、 逆 に 暗 く し た い 場所 は 暗 いまま に する と い う こと が 可能 に な っ た 。 後 に は 天窓 や 風呂 先窓 など も 工夫 さ れ 一層 自在 な 採光 が 可能 と な っ た 。 設計 の 自由 度 は 飛躍 的 に 増 し 、 小間 の 空間 は 無限 と も いえ る バリエーション を 獲得 する こと と な っ た 。 利休 の 茶室 に 見 られ る 近代 的 と も 言え る 合理 性 と 自由 さ は 、 単に 数奇屋 建築 に とどま ら ず 、 現代 に 至 る まで 日本 の 建築 に 大きな 影響 を 及ぼ し て き た 。 また 「 露地 」 も 利休 の 業績 と し て 忘れ て は な ら な い 。 それ まで は 単なる 通路 に 過ぎ な かっ た 空間 を 、 積極 的 な 茶 の 空間 、 もてなし の 空間 と し た 。 この こと に よ り 、 茶の湯 は 初めて 、 客 と し て 訪れ 共 に 茶 を 喫 し て 退出 する まで の 全て を 「 一期 一会 」 の 充実 し た 時間 と する 「 総合 芸術 」 と し て 完成 さ れ た と 言え る だ ろ う 。 「 利休 箸 」 「 利休 鼠 」 「 利休 焼 」 「 利休 棚 」 など 、 多く の 物 に 利休 の 名 が 残 っ て お り 、 茶道 のみ な ら ず 日本 の 伝統 に 大きな 足跡 を 刻 ん で い る と いえ る だ ろ う 。 大阪 府 堺 市 宿院 に は 利休 の 茶室 跡 と 伝え られ る 場所 が あ り 、 市 の 史跡 と し て 保護 さ れ て い る 。 京都 市 上京 区 の 晴明 神社内 に 利休 屋敷跡 の 碑 が 建 つ ほか 、 堺 の 百 舌 鳥野 に 「 もず の 屋敷 」 、 京都 五 条 堀 川 辺り に 「 醒ヶ井 屋敷 」 、 同じく 東山 大仏前 に 「 大仏 屋敷 」 、 大徳 寺 門前 に 「 大徳 寺 屋敷 」 、 大阪 府 島 本 町 山崎 に 「 山崎 屋敷 」 を 構え て い た と 伝え られ る 。 現在 で も 「 利休 饅頭 ( 同種 の 菓子 に 利久 饅頭 の 別名 も あり ) 」 と い う お 茶受け の お 菓子 が 各地 に あ る 。 作品 利休 は さまざま な 新し い 試み を 茶道 に 持ち込 ん だ 。 楽 ( らく ) を はじめ と する 職人 を 指導 し て 好み の 道具 を 作 ら せ る と とも に 、 みずから も 茶室 の 設計 、 花入 ・ 茶杓 の 製作 など 道具 の 製作 に も 熱心 で あ っ た 。 紹鴎 の 時代 に あ っ て も まだ 煩雑 で あ っ た 茶会 の 形式 を さらに 簡略 化 する と とも に 、 侘 び 道具 を 製作 ・ プロデュース し て 、 多く の 支持 者 ・ 後継 者 に 恵まれ た こと が 、 利休 を 侘 び 茶 の 完成 者 と 言わ しめ る 由縁 で あ る 。 茶室 ・ 妙喜 庵 : 京都 府 大山崎 町 所在 。 利休 作 と い わ れ る 。 国宝 。 黄金 の 茶室 : 豊臣 秀吉 の 命 に よ り 製作 。 MOA 美術 館 、 大阪 城 に 復元 ・ 展示 が あ る 。 書状 「 武蔵 あぶみ の 書 ( 織部 あて ) 」 「 末吉 勘兵衛 宛 書状 」 「 松井 佐渡守 宛 書状 」 など 書状 「 寄進 状 」 書 「 孤舟 載 月 」 竹花入 「 園城 寺 」 「 尺八 」 茶杓 「 なみだ 」 「 面影 」 千 利休 を 題材 に し た 作品 小説 秀吉 と 利休 ( 野上 彌生子 ) 千 利休 と その 妻 たち ( 三浦 綾子 ) 映画 千 利休   本覺 坊 遺文 ( 1989 年 、 東宝 ) 監督 : 熊井 啓 原作 : 井上 靖 出演 : 奥田 瑛 二、三船 敏郎 、 萬屋 錦之介 、 加藤 剛 、 芦田 伸介 ほか 利休 ( 1989 年 、 松竹 ) 監督 : 勅使 河原 宏 原作 : 野上 彌生子 脚本 : 赤瀬川 原平 出演 : 三國 連太郎 、 三田 佳子 、 松本 幸四郎 ( 9 代 目 ) 、 中村 吉右衛門 ( 2 代 目 ) 、 田村 亮 ( 俳優 ) ほか テレビ 千 利休 〜 春 を 待 つ 雪間 草 の ごと く 〜 脚本 : 星川 清司 +織田 長益 ( お だ なが ます ) は 、 安土 桃山 時代 から 江戸 時代 初期 の 大名 ・ 茶人 。 織田 信長 の 実弟 。 織田 信秀 の 第 11 子 で 、 通称 は 源五 ( あるいは 源五郎 ) 。 有楽斎 如 庵 ( うらくさい じょ あん 、 有樂 齋 如庵 ) と 号 し 、 後世 で は 有楽 、 又 は 有楽齋 と 称 さ れ る 。 千 利休 に 茶 を 学 び 、 利休 七 哲 の 1人 に も 数え られ る 。 のち に は 自ら 茶道 有楽流 を 創始 し た 。 また 、 京都 建仁 寺 の 正伝院 を 再興 し 、 ここ に 立て た 茶室 如庵 は 現在 、 国宝 に 指定 さ れ て い る 。 長益 は 信長 の 実弟 の 一人 で あ る が 、 信長 と は 相当 年齢 が 離れ て お り 、 前半 生 の 事歴 は あまり わか っ て い な い 。 1570 年 代 頃 から 織田 信長 の 長男 織田 信忠 の 旗下 に あ り 、 天正 10 年 ( 15 82 年 ) の 本能 寺 の 変 の 際 は 、 信忠 と とも に 二条 城 に あ っ た 。 信忠 が 長益 の 進言 に 従 っ て 自害 し た の に 対 し 、 長益 は 変節 し て 城 を 脱出 。 近江 安土 町 を 経 て 岐阜 市 へ 逃れ た 。 この 時 の こと を 、 京都 の 民衆 たち に は 「 織田 の 源五 は 人 で は な い よ お腹召 せ 召 せ 召 さ せ て お い て われ は 安土 へ 逃げ る は 源五 むつき 二 日 に 大水出 て お た ( 織田 ) の 原 な る 名 を 流 す 」 と 皮肉 ら れ て い る 。 変後 は 甥 で あ る 織田 信雄 に 仕え 、 小牧 ・ 長久手 の 戦い で は 徳川 家康 と 豊臣 秀吉 の 講和 に 際 し て 折衝 役 を 務め た と い う 。 その 後 、 知多 郡 に 所領 を 与え られ て 大草城 に 居城 し た 。 天正 18 年 ( 1590 年 ) の 信雄 改易 後 は 、 秀吉 の 御 伽衆 と し て 摂津 国嶋 下郡 味舌 ( 現 大阪 府 摂津 市 ) 2000 石 を 領 し た 。 関ヶ原 の 戦い で は 東軍 に 属 し 、 長男 織田 長孝 と とも に 参戦 。 石田 三成 家臣 の 蒲生 頼郷 を 討ち取 る など の 戦功 を 挙げ 、 戦後 大和 国内 で 3 万 石 を 与え られ た 。 しかし 、 戦後 も 豊臣 家 に 出仕 を 続け 、 姪 の 淀殿 を 補佐 し た 。 この ころ 建仁 寺 の 子院 正伝院 を 再建 し 、 院内 に 如庵 を 設け た 。 現在 、 正伝 永 源院 ( 明治 期 、 名称 を 変更 ) に は 長益 夫妻 、 孫織田 長好 ら の 墓 が あ る 。 また 、 長益 夫妻 、 孫娘 ( 次男 頼長 の 娘 ) 、 兄織田 信包 ら の 肖像 画 も 伝わ っ て い る 。 茶室 如庵 ( 現在 は 愛知 県 犬山 市 名鉄 犬山 ホテル 内 の 有楽 苑 ( うらくえん ) に 移築 さ れ て い る ) 大坂 の 役 の 際 に も 大坂城 に あ り 、 大野 治長 ら と とも に 豊臣 家 を 支え る 中心 的 な 役割 を 担 っ た 。 大坂 の 役 を 前 に し て 豊臣 家 から 離れ た 。 豊臣 家内 の 和平 派 で あ っ た ため と 思 わ れ る 。 一説 に は 幕府 の 間 者 で あ っ た と も い う 。 大坂 退去 後 は 京都 に 隠棲 し 、 茶道 に 専念 し 、 趣味 に 生き た 。 元和 ( 日本 ) 元年 ( 1615 年 ) 8 月 、 四 男 長政 、 五男 尚長 に それぞれ 1 万 石 を 分け与え 、 長益 本人 は 隠居 料 と し て 1 万 石 を 手元 に 残 し た 。 元和 7 年 ( 1621 年 ) 12 月 13 日 、 京都 で 死去 。 享年 75 。 正室 は 平手 政秀 の 娘 。 子女 に は 長男 織田 長孝 ・ 次男 織田 頼長 ( 嫡子 ) ・ 三 男 織田 俊長 ・ 四 男 織田 長政 ( 大名 ) ・ 五 男 織田 尚長 ・ 六 男 宥諌 ( 僧侶 ) ら 六男 三 女 を 確認 でき る 。 庶 長子 ・ 長孝 は 関ヶ原 の 合戦 に お い て 父 と とも に 東軍 と し て 参加 し て 戦功 を 挙げ 、 1 万 石 を 与え られ て 大名 に 取り立て られ ( 野村 藩 ) 、 事実 上 幕府 から 分家 を 認め られ た 。 嫡子 頼長 は 父 と とも に 関ヶ原 の 合戦 後 も 豊臣 秀頼 に 仕え た 。 また 、 父 の 創始 し た 茶道 有楽流 を 継 い だ 。 四 男 長政 と 五男 尚長 は 1615 年 に 父 が 隠棲 し た 際 に 、 長益 が 大和 国内 に 領 する 3 万 石 を 分割 し て 1 万 石 ずつ を 与え られ た 。 長政 が 戒重 藩 、 尚長 が 柳本 藩 の 藩祖 で あ り 、 いずれ も 1 万 石 の 外様 大名 と し て 明治 まで 続 い た 。 なお 、 長益 自身 が 隠居 料 と し て 取 っ た 1 万 石 は 長益 の 死 と とも に 収公 さ れ て い る 。 東京 都 千代田 区 有楽町 ( ゆうらくちょう ) と い う 町名 は 、 有楽 が 同地 に 居住 し て い た こと に 由来 する と い う 説 が あ る が 、 有楽 が 江戸 に 住 ん だ と い う 記録 は な い 。 大阪 に は かつて 、 有楽 が 居住 し た と い わ れ る 場所 に 有楽町 ( うらくちょう ) が 存在 し た 。 大阪 の は 、 現在 の 大阪 市 西成 区 天下 茶屋 付近 で あ っ た が 、 戦後 の 度重な る 区画 整理 など に よ っ て 消滅 し た 。 『 織田 有楽斎 』 ( 堀 和久 ) +清河 八郎 ( きよかわはちろう 、 天保 元年 10 月 10 日 ( 旧暦 ) ( 1830 年 11 月 24 日 ) - 文久 3 年 4 月 13 日 ( 旧暦 ) ( 1863 年 5 月 30 日 ) ) は 、 幕末 ( 江戸 時代 ) の 志士 で 、 浪士 組 の 幹部 で あ っ た 。 出羽 国 庄内 藩 領 清川 村 ( 現 ・ 山形 県 東田 川 郡 庄内 町 ) の 郷士 の 斉藤 豪寿 の 子 。 幼名 元司 。 諱 は 正明 。 本名 は 斉藤 正明 。 天保 14 年 ( 1843 年 ) 八郎 は 清川 関所 役人 の 畑田 安右衛門 に 師事 し 勉学 に 勤し む 。 かなり 優秀 で あ っ た よう で あ る 。 弘化 3 年 に は 後 の 天誅 組 総裁 藤本 鉄石 と 会 い 親交 を 深め た 。 弘化 4 年 江戸 ( 1847 年 ) に 出 て 古学 派 の 東条 一堂 に 師事 。 才 を 認め られ 東条 塾 塾 頭 を 命 ぜ られ た が 、 固辞 。 安積 艮斎 に 転塾 。 その 傍ら 、 北辰 一 刀 流 の 開祖 千葉 周作 の 玄武 館 で 剣 を 磨 き 免許 皆伝 を 得え 、 江戸 幕府 の 学問 所 昌平黌 に 学 ん だ 。 その 後 、 清河 塾 開設 。 ( 江戸 市 内 で 学問 と 剣術 を 一人 で 教え る 塾 は 清河 塾 だけ で あ っ た ) 安政 2 年 ( 1855 年 ) 3 月 から 9 月 に かけ て 、 母親 を 連れ て 、 清川 村 を 出発 。 善光 寺 、 名古屋 、 伊勢 、 奈良 、 京都 、 近江 、 大阪 、 宮島 、 岩国 、 天橋 立 、 鎌倉 、 江戸 、 日光 など を めぐ る 大 旅行 を する 。 その 記録 「 西遊 草 」 は 、 幕末 の 旅行 事情 を 知 る うえ で は 貴重 な 資料 で あ る 。 内容 は 各国 の 名士 と の 出会い など を 中心 に 書 か れ て い る が 、 清河 の 性格 から か 辛辣 で 手厳し い 批評 が 多 い 。 万延 元年 ( 18 60 年 ) に 起こ っ た 桜田 門 外 の 変 に 強 い 衝撃 を 受け 、 倒幕 、 尊王 攘夷 の 思想 が 強ま る 。 この 事件 を 契機 に 、 清河 塾 に 憂国 の 士 が 集ま り だ す 。 文久 3 年 ( 1863 年 ) 八郎 を 盟主 と し て 虎尾 の 会 結成 。 発起 人 は 山岡 鉄舟 ( 鉄舟 ) 他 十 五 名 。 横浜 外国 人 居留地 を 焼き 討ち し 、 尊王 攘夷 の 精神 を 鼓舞 し 、 倒幕 の 計画 を たて た が 、 この 密計 が 幕府 の 知 る ところ と な る 。 しかも 文久 元年 に は 八郎 に 罵詈 雑言 を 浴びせ て き た 者 を 斬り捨て た ため 、 幕府 に 追 わ れ る 立場 と な っ て い た 。 八郎 は この よう な 事情 から 京都 に 潜伏 し たり 、 東西 諸国 を 遊説 し て まわり 尊攘 倒幕 の 内約 を とりつけ に まわ っ た 。 その 後 、 松平 春嶽 ( 幕府 政事 総裁 ) に 急務 三 策 ( 1 . 攘夷 の 断行 、 2 . 大赦 の 発令 、 3 . 天下 の 英材 の 教育 ) を 上書 する 。 尊攘 志士 に 手 を 焼 い て い た 幕府 は これ を 採用 。 浪士 組 が 結成 さ れ る ( 234 名 ) 。 八郎 は 上手 く 幕府 を 出 し 抜 い た 。 文久 3 年 ( 1863 年 ) 2 月 23 日 、 将軍 徳川 家茂上洛 の さい 、 その 前衛 と し て 八郎 は 盟主 と し て 浪士 組 を 率い て 京都 へ 出発 。 京都 に 到着 し た 夜 、 八郎 は 浪士 を 壬生 の 新徳 寺 に 集め 本当 の 目的 は 将軍 警護 で な く 、 尊王 攘夷 の 先鋒 に あ る と 述べ る 。 これ に 反対 し た の が 、 近藤 勇 、 土方 歳 三 、 芹沢 鴨ら で あ っ た ( 鵜殿 鳩翁 が 浪士 組 隊士 の 殿内 義雄 ・ 家里 次郎 の 両名 に 、 京 に 残留 する こと を 希望 する 者 の 取りまとめ を 依頼 し 、 根岸 友山 、 芹沢 鴨 、 近藤 勇ら が 残留 し 八郎 と 袂 を 分かつ 、 かれ ら は 壬生 浪士 ( 壬生 浪 ) と な り 、 後 に 新選 組 へ と 発展 し て ゆ く 。 ) 二百 名 の 手勢 を 得 た 八郎 は 翌日 、 朝廷 に 建白書 の 受納 を 願い出 て 幸運 に も 受理 さ れ た 。 この よう な 浪士 組 の 動静 に 不安 を 抱 い た 幕府 は 浪士 組 を 江戸 へ 呼び戻 す 。 八郎 は 江戸 に 戻 っ た あと 浪士 組 を 動か そ う と する が 、 京都 で 完全 に 幕府 と 対立 し て い た ため 狙 わ れ て い た 。 文久 3 年 4 月 13 日 幕府 の 刺客 、 佐々木 只三郎 、 窪田 鎮章 など 6 名 に よ っ て 麻布 一 ノ 橋 で 討 た れ 首 を 切 ら れ た 。 享年 34 。 『 女士 道 』 に よ る と 首 は 石坂 周造 が とりもど し 、 山岡 英子 ( 山岡 鉄舟 の 妻 ) が 保管 し 遺族 に 渡 し た と い う 。 八郎 死後 、 幕府 は 浪士 組 を 新徴 組 と 改名 し 庄内 藩 預かり と し た 。 西遊草 ( 清河 八郎 著 ) 回天 の 門 ( 藤沢 周平 著 ) 奇妙 な り 八郎 ( 『 幕末 』 収録 、 司馬 遼太郎 著 ) 暗殺 ( 映画 ) ( 映画 ) 清川 八郎 ( 映画 ) ( 映画 ) 竜馬 が ゆ く 1982 年 版 ( テレビ ドラマ ) 清河 八郎 役 橋 爪 功 +出雲 阿国 ( いずも の おく に 、 元亀 3 年 ? ( 1572 年 ) - 没年 不詳 ) は 、 歌舞伎 の 創始 者 と さ れ る 安土 桃山 時代 の 女性 芸能 者 。 於国 、 国 、 国子 、 おく に 、 くに など 、 さまざま に 表記 さ れ て い る 。 出自 伝説 に よ れ ば 、 出雲 国松江 市 の 鍛冶 中村 三右衛門 の 娘 と さ れ 、 出雲 大社 の 巫女 と な り 、 文禄 年間 に 出雲 大社 勧進 の ため 諸国 を 巡回 し た ところ 評判 と な っ た と さ れ て い る 。 『 多聞 院 日記 』 15 82 年 ( 天正 10 年 ) 5 月 : 「 加賀 国 八 歳 十 一 歳 の 童 」 が 春日 大社 で 「 ややこ踊り 」 を 行 っ た と い う 記事 が あ る 。 これ を 8 歳 の 加賀 、 11 歳 の 国 と い う 2人 の 名前 と 解釈 し 、 逆算 し て 国 を 157 2 年 生まれ と する の が 通説 化 し て い る 。 しかし 、 加賀 出身 の 8 歳 ・ 11 歳 の 娘 と い う 解釈 も あ る 。 確実 な 資料 で は 『 時 慶卿 記 』 に 160 0 年 ( 慶長 5 年 ) 、 京都 近衛 殿 や 御所 で 雲州 ( 出雲 ) の クニ と 菊 の 2人 が 「 ややこ踊り 」 を 演 じ た と い う 記録 が あ り 、 ここ で 出雲 の おく に と 名乗 っ て い た こと が わか る 。 『 時 慶卿 記 』 より 遡 る もの と し て 次 の 記録 が あ り 、 これ ら も 阿国 を 指 す 可能 性 が あ る 。 『 御 湯殿 の 上日記 』 15 81 年 ( 天正 9 年 ) 9 月 : 御所 で 「 ややこ踊り 」 が 演 じ られ た 。 『 言継卿 記 』 15 8 8 年 2 月 : 出雲 大社 の 巫女 が 京都 で 舞 を 踊 っ た 。 歌舞伎 踊り 1 60 3 年 ( 慶長 8 年 ) 春 に 北野 天満 宮 に 舞台 を かけ て 興行 を 行 っ た 。 男装 し て 茶屋 遊び に 通 う 伊達 男 を 演じ る もの で 、 京都 で 大変 な 人気 を 集め た 。 同年 5 月 に は 御所 で も 「 かぶき 踊り 」 を 演 じ た 。 阿国 は 四条 河原 など で 勧進 興行 を 行 っ た 。 阿国 に は 夫 ( また は 愛人 ) の 名古屋 山 三郎 が おり 、 山三郎 が 阿国 に 歌舞伎 風 を 教え た と さ れ る 。 なお 、 阿国 の 踊り を 念仏 踊り と 記 し た 史料 も あ る 。 阿国 一座 が 評判 に な る と これ を 真似 た 芝居 が 遊女 に よ っ て 盛ん に 演 じ られ る よう に な り 、 遊女 歌舞伎 と な っ た 。 画像 : StatueOfOkuni . jpgright 120 px 阿国像 ( 京都 四条 大橋 たもと ) その 後 阿国 自身 は 160 7 年 ( 慶長 12 年 ) 、 江戸 城 で 勧進 歌舞伎 を 上演 し た 後 、 消息 が とだえ た 。 ( 慶長 17 年 ( 1612 年 ) 4 月 に 御所 で かぶき が 演 じ られ た こと が あ り 、 阿国 の 一座 に よ る もの と する 説 も あ る 。 没年 は 慶長 18 年 ( 1613 年 ) 、 正保 元年 ( 1644 年 ) 、 万治 元年 ( 1658 年 ) など 諸説 あ り 、 はっきり し な い ( 2 代 目 阿国 が い た の で は な い か と い う 説 も あ る ) 。 出雲 に 戻 り 尼 に な っ た と い う 伝承 も あ り 、 出雲 大社 近く に 阿国 の 墓 と さ れ る もの が あ る 。 また 、 京都 大徳 寺 高 桐院 に も 墓 と さ れ る もの が あ る 。 参考 文献 歌舞伎 以前 ( 林屋 辰三郎 、 1954 ) 出雲 の おく に ( 小笠原 恭子 、 1984 ) +井上 八千代 ( いのうえ や ちよ ) は 、 井上 流 家元 の 名跡 。 本名 ・ 井上 サト ( 1767 年 − 1854 年 ) 宮廷 文化 を 基盤 に 創始 。 本名 ・ 井上 アヤ ( 1770 年 - 1868 年 ) 初世 の 兄 の 娘 。 能 の 型 を 取り入れ る 。 本名 ・ 片山 春子 ( 1838 年 - 1938 年 9 月 7 日 旧 姓吉住 ) 。 初代 家元 ・ サト 、 二 代 家元 ・ アヤ に 師事 する 。 夫 は 能楽 能 職掌 観世 流 七 世 片山 九郎 右衛門 。 1872 年 ( 明治 5 年 ) の 都 を どり 創設 に あた っ て は 振付 ならび に 指導 を 担当 、 これ まで 座敷 舞 で あ っ た 京舞 を 舞台 に のせ 、 また 祇園 町 と 井上流 の 関係 を 深め て 流派 を 興隆 に みちび い た 。 四 世 井上 八千代 、 松本 佐多 はじめ 多く の 弟子 を そだて て い る 。 なお 家元 名井上 八千代 を 名乗 る の は 96 歳 の 時 で 、 それ まで は 片山 春子 で 通 し て い た 片山 家 能楽 ・ 京舞 保存 財団 の ウェブサイト 中 の 記述 を 参照 し 加筆 。 後述 の とおり 、 孫 の 片山 博通 の 妻 が 四 世 井上 八千代 で あ る 。 北条 秀司 の 戯曲 「 京舞 」 は 、 三 世 八千代 と 四 世 八千代 を 主人 公 と し て い る 。 本名 ・ 片山 愛子 ( 190 5 年 5 月 14 日 - 2004 年 3 月 19 日 ) 後年 隠居 し て 初代 井上 愛子 を 名乗 る 。 夫 は 片山 博通 。 子 に 片山 九郎 右衛門 ( 9 世 ) 、 片山 慶次郎 、 杉浦 元 三郎 ( いずれ も 能楽 能 職掌 観世 流 ) 。 人間 国宝 認定 。 芸術 院 会員 。 日本 芸術 院 賞 、 芸術 祭 賞 等 を 受賞 。 文化 勲章 受勲 。 代表 作 は 「 長刀 八島 」 、 「 海士 ( あま ) 」 、 「 鉄輪 ( かなわ ) 」 、 「 信乃 」 ほか 190 5 年 、 京都 に 生まれ る 190 8 年 ( 3 歳 ) 、 三 世 井上 八千代 に 入門 1919 年 ( 14 歳 ) 、 名取 。 井上 愛子 を 名乗 る 1923 年 、 八坂 女 紅場 学園 舞踊 科 教師 に な る 1931 年 、 三 世 家 元 の 孫 、 観世 流能楽師 片山 博通 ( 八 世 片山 九郎 右衛門 ) と 結婚 1947 年 、 家元 、 四 世 井上 八千代 を 襲名 1952 年 、 日本 芸術 院 賞 受賞 1955 年 、 人間 国宝 に 認定 1957 年 、 日本 芸術 院 会員 に 選 ば れ る 1976 年 、 勲三 等 宝冠 章 1990 年 、 文化 勲章 2000 年 、 孫 の 井上 三千代 に 家元 の 名 を 譲り 、 「 井上 愛子 」 に 戻 る 本名 ・ 観世 三千子 ( 1956 年 - 旧姓 ・ 井上 ) 1956 年 、 四 世 八千代 の 片山 愛子 を 祖母 、 片山 九郎 右衛門 ( 9 世 ) ( 能楽 能 職掌 観世 流 ) を 父 に 京都 に 生まれ る 。 夫 は 観世 銕之丞 ( 9 世 ) ( 能楽 能 職掌 観世 流 ) 。 子 に 井上 安 寿子 ( 観世 安 寿子 ) 、 観世 淳夫 。 弟 は 片山 清司 。 社団 法人 ・ 日本 舞踊 協会 役員 。 1956 年 、 京都 に 生まれ る 。 1959 年 ( 2 歳 ) 、 舞 の 稽古 を 始め る 1970 年 ( 14 歳 ) 、 名取 1975 年 、 私立 ノートルダム 女 学院 中 学校 ・ 高等 学校 卒業 。 学校 法人 「 八坂 女 紅場 学園 」 ( 祇園 女子 技芸 学校 ) の 舞踊 科 教師 に な る 1999 年 、 日本 芸術 院 賞 受賞 2000 年 、 家元 「 井上 八千代 」 を 襲名 『 京舞 井上流 家元 ・ 三 世 井上 八千代 ( 祇園 の 女 風土 記 ) 』 遠藤 保子 著 リブロポート 社 1993 『 井上 八千代 芸話 』 片山 慶次郎 昭和 42 年 河原 書店 発行 +与謝 蕪村 ( よさぶ そん 、 よさの ぶそん 、 享保 元年 ( 1 71 6 年 ) - 天明 3 年 12 月 25 日 ( 旧暦 ) ( 1784 年 1 月 17 日 ) ) は 、 江戸 時代 中期 の 日本 の 俳人 、 画家 。 本姓 は 谷口 、 あるいは 谷 。 「 蕪村 」 は 号 で 、 本名 や 通称 は 不明 。 「 蕪村 」 と は 中国 の 詩人 陶 淵明 の 詩 「 帰去 来 辞 」 に 由来 する と 考え られ て い る 。 俳号 は 蕪村 以外 で は 「 宰鳥 」 、 「 夜半亭 ( 二 世 ) 」 が あ り 、 画号 は 「 春星 」 、 「 謝寅 ( しゃいん ) 」 など 複数 の 名前 を 持 っ て い る 。 経歴 摂津 国 東成 郡 毛馬 村 ( ひがしなり ごおり けま むら ) ( 大阪 市 都島 区 毛馬町 ) に 生まれ た 。 20 歳 の 頃 江戸 に 下り 早野 巴人 ( はや の は じん 〔 夜半亭 宋阿 ( やはん ていそう あ ) 〕 ) に 師事 し 俳諧 を 学 ぶ 。 日本橋 石町 「 時 の 鐘 」 辺 の 師 の 寓居 に 住まい し た 。 この とき は 宰鳥 と 号 し て い た 。 寛保 2 年 ( 1742 年 ) 27 歳 の 時 、 師 が 没 し た あと 下総 国 結城 ( 茨城 県 結城 市 ) の 砂岡 雁宕 ( いさお か がん とう ) の もと に 寄寓 し 、 松尾 芭蕉 に 憧れ て その 足跡 を 辿 り 東北 地方 を 周遊 し た 。 その 際 の 手記 を 寛保 4 年 ( 1744 年 ) に 雁宕 の 娘婿 で 下野 国 宇都宮 ( 栃木 県 宇都宮 市 ) の 佐藤 露鳩 ( さとうろきゅう ) 宅 に 居寓 し た 際 に 編集 し た 『 歳旦 帳 ( 宇都宮 歳旦帳 ) 』 で 初めて 蕪村 を 号 し た 。 その 後 丹 後 国 、 讃岐 国 など を 歴遊 し 42 歳 の 頃 京都 に 居 を 構え た 。 この 頃 与謝 を 名乗 る よう に な る 。 母親 が 丹後 与謝 の 出身 だ から 名乗 っ た と い う 説 も あ る が 定か で は な い 。 45 歳 頃 に 結婚 し 一人娘 く の を 儲け た 。 島原 ( 嶋原 ) 角屋 で 句 を 教え る など 、 以後 、 京都 で 生涯 を 過ご し た 。 明和 7 年 ( 1770 年 ) に は 夜半亭 二 世 に 推戴 さ れ て い る 。 京都 市 下京 区 仏光 寺 通烏 丸 西入ル の 居宅 で 、 天明 3 年 12 月 25 日 ( 1784 年 1 月 17 日 ) 未明 68 歳 の 生涯 を 閉じ た 。 辞世 の 句 は 「 し ら 梅 に 明 ( あく ) る 夜 ばかり と なり に けり 」 。 墓所 は 京都 市 左京 区 一乗 寺 の 金福寺 ( こんぷくじ ) 。 作家 論 松尾 芭蕉 、 小林 一茶 と 並び 称 さ れ る 江戸 俳諧 の 巨匠 の 一人 で あ り 、 江戸 俳諧 中興 の 祖 と い わ れ る 。 また 、 俳画 の 創始 者 で も あ る 。 写実 的 で 絵画 的 な 発句 を 得意 と し た 。 独創 性 を 失 っ た 当時 の 俳諧 を 憂い 『 蕉風 回帰 』 を 唱え 、 絵画 用語 で あ る 『 離俗 論 』 を 句 に 適用 し た 天明 調 の 俳諧 を 確立 さ せ た 中心 的 な 人物 で あ る 。 作品 春 の 海 終日 の たり の たり 哉 柳散 り 清水 涸 れ 石 処々 鳥羽 殿 へ 五六 騎 い そ ぐ 野分 か な 花 いばら 故郷 の 路 に 似 た る かな 不二 ひと つうづ みのこ し て 若葉 か な 牡丹 散り て 打 かさな り ぬ 二三 片 夏河 を 越 す うれし さ よ 手 に 草履 ゆ く 春 や おもた き 琵琶 の 抱心 易水 に ねぶか 流 る ゝ 寒 か な 月 天心 貧し き 町 を 通りけり さみだれ や 大河 を 前 に 家 二 軒 菜の花 や 月 は 東 に 日 は 西 に 涼し さ や 鐘 を はな る ゝ かね の 声 古庭 に 茶筌 花 さく 椿 か な ちり て 後 おもかげ に た つ ぼ たん 哉 あま 酒 の 地獄 も ちか し 箱根 山 鰒汁 の 宿 赤々 と 燈 し けり 二村 に 質屋 一 軒 冬 こだち 御 火焚 や 霜 うつくし き 京 の 町 寒月 や 門 な き 寺 の 天高 し さくら 散苗 代水 や 星月 夜 住吉 に 天満 神 の むめ 咲 ぬ みじか 夜 や 浅瀬 に のこ る 月 一 片 秋 の 夜 や 古 き 書読 む 南良 法師 俳諧 の 編著 蕪村 七 部 集 ( 其雪 影 、 明烏 、 一夜 四 歌仙 、 続明 烏 、 桃李 、 五 車 反古 、 花鳥 篇 、 続一 夜 四 歌仙 ) 明烏 夜 半楽 など 。 絵画 山水 図 ( 出光 美術 館 ) 六 曲 一 双 重要 文化 財   1763 年 十 便 十 宜 図 ( 川端 康成 記念 会 ) 画帖 国宝   17 71 年   池 大雅 と の 競作 。 蕪村 は 十 宜 図 を 描 く 。 紅白 梅図 ( 角屋 もてなし の 文化 美術 館 ) 襖 4 面 、 四 曲 屏風 一 隻 重要 文化 財 蘇鉄 図 ( 香川 ・ 妙法 寺 ) 四 曲 屏風 一 双 ( もと 襖 ) 重要 文化 財 山野 行楽 図 ( 東京 国立 博物 館 ) 六 曲 一 双 重要 文化 財 竹溪 訪隠図 ( 個人 蔵 ) 掛幅 重要 文化 財 奥 の 細道 図巻 ( 京都 国立 博物 館 ) 巻子 本 2 巻 重要 文化 財   1778 年 野ざら し 紀行 図 ( 個人 蔵 ) 六 曲 一 隻 重要 文化 財 奥 の 細道 図 屏風 ( 山形 美術 館 ) 六 曲 一 隻 重要 文化 財   1779 年 奥 の 細道 画巻 ( 逸翁 美術 館 ) 巻子 本 2 巻 重要 文化 財   1779 年 新 緑 杜鵑 図 ( 文化 庁 ) 掛幅 重要 文化 財 竹林 茅屋 ・ 柳蔭 騎路 図 ( 個人 蔵 ) 六 曲 一 双 重要 文化 財 春光 晴雨 図 ( 個人 蔵 ) 掛幅 重要 文化 財 鳶烏 図 ( 北村 美術 館 ) 掛幅 ( 双幅 ) 重要 文化 財 峨嵋 露頂 図 ( 東京 ・ 繭山 龍泉 堂 ) 巻子 重要 文化 財 夜色 楼 台 図 ( 個人 蔵 ) 掛幅 重要 文化 財 富嶽 列 松 図 ( 愛知 県 美術 館 ) 掛幅 重要 文化 財 上記 の ほか 、 蕪村 の 俳諧 の 門弟 で パトロン で も あ っ た 寺村 百 池 の 家 に 伝わ っ た 絵画 、 短 冊 、 書状 等 の 遺品 一括 が 「 与謝 蕪村 関係 資料 」 と し て 重要 文化 財 に 指定 さ れ て い る ( 1987 年 指定 、 個人 蔵 ) 。 後世 へ の 影響 蕪村 に 影響 さ れ た 俳人 は 多 い が 特に 正岡 子規 の 俳句 革新 に 大きな 影響 を 与え た こと は 良 く 知 ら れ て い る 。 旧暦 12 月 25 日 は 「 蕪村 忌 」 。 多 く 俳句 が あ る 。 蕪村 忌 に 呉春 が 画 き し 蕪 か な 正岡 子規 蕪村 忌 の 心游 ぶ や 京丹 後 青木 月 斗 +細川 幽斎 / 細川 藤孝 ( ほそかわゆう さい / ほそかわ ふじたか ) は 、 戦国 武将 、 歌人 で あ る 。 幼名 は 萬吉 、 通称 は 与一郎 。 兵部 大輔 、 侍従 、 二 位 法印 。 幽斎 玄旨 と 号 し た 。 足利 将軍 家 の 奉公衆 三淵 晴員 の 次男 で 、 母 は 著名 な 儒学 ・ 国学 者 清原 宣賢 の 娘 ・ 智慶院 。 晴員 の 兄 の 和泉 国 守護 細川 元常 の 養子 と な る 。 正室 は 若狭 国 熊川城 主 沼田 光兼 の 娘 ・ 麝香 。 嫡男 に 細川 忠興 が い る 。 初め 13 代将軍 足利 義輝 に 仕え 、 その 死後 は 15 代 将軍 足利 義昭 の 擁立 に 尽力 する が 、 後 に 織田 信長 に 従 い 丹後 国 宮津 市 11 万 石 の 大名 と な る 。 後 に 豊臣 秀吉 、 徳川 家康 に 仕え て 重用 さ れ 、 近世 細川 氏 の 祖 と な っ た 。 また 、 藤原 定家 の 歌道 を 受け継 ぐ 二条 流 の 歌道 伝承 者 三条西 実枝 から 古今 伝授 を 受け 近世 歌 学 を 大成 さ せ た 文化 人 で も あ っ た 。 後 に 、 正統 伝承 者 で あ る 三条 西 公国 ( 実枝 の 子 ) 、 その 子 三 条西 実条 に 返 し 伝授 を する 。 天文 3 年 ( 1534 年 ) 4 月 22 日 、 三淵 晴員 の 次男 と し て 京都 市 東山 区 に 生まれ る 。 天文 9 年 ( 1540 年 ) 、 7 歳 で 和泉 半国 守護 細川 元常 ( 晴員 の 兄 ) の 養子 と な っ た 。 天文 15 年 ( 1546 年 ) 、 将軍 足利 義藤 ( 後 に 義輝 ) から 偏諱 を 受け 、 藤孝 と 名乗 る 。 天文 21 年 ( 1552 年 ) 、 従 五 位 下兵部 大輔 に 叙任 さ れ 、 天文 23 年 ( 1554 年 ) 、 養父 ・ 元常 の 死去 に よ り 家督 を 継 い だ 。 幕臣 と し て 将軍 義輝 に 仕え る が 、 永禄 8 年 ( 1565 年 ) の 永禄 の 変 で 義輝 が 三好 三 人 衆 や 松永 久秀 に 暗殺 さ れ る と 、 幽閉 さ れ た 義輝 の 弟 ・ 一 乗 院 覚慶 ( 後 に 還俗 し て 足利 義昭 ) を 救出 し 、 近江国 の 六角 義賢 、 若狭 国 の 武田 義統 、 越前 国 の 朝倉 義景 ら を 頼 っ て 義昭 の 将軍 任官 に 奔走 し た 。 その 後 、 朝倉 氏 に 仕え て い た 明智 光秀 を 通 じ て 尾張国 の 織田 信長 に 助力 を 求め る こと と な る 。 永禄 11 年 ( 1568 年 ) 9 月 、 藤孝 は 足利 義昭 を 奉じ て 織田 信長 が 入京 する の に 従 い 、 さらに 山城 国 勝竜 寺城 を 三好 三 人 衆 の 岩成 友通 から 奪還 し 、 以後 大和国 や 摂津 国 を 転戦 し た 。 義昭 と 信長 の 対立 が 表面 化 する と 使者 と し て 両者 の 仲介 に 奔走 し た が 、 元亀 4 年 ( 1573 年 ) 3 月 に 義昭 が 挙兵 する と これ を 諫め て 聞き入れ られ な かっ た ため 、 軍勢 を 率い て 上洛 し た 信長 を 出迎え て 恭順 の 姿勢 を 示 し た 。 義昭 が 京都 を 追放 さ れ た 後 は 信長 に 臣従 し 、 7 月 に 山城 国 桂川 の 西 、 長岡 一帯 ( 現 長岡京 市 、 向日 市 付近 ) を 与え られ た 。 8 月 に は 池田 勝正 と とも に 岩成 友通 を 山城 国 淀 城 の 戦い で 滅ぼ す と い う 功績 を 挙げ 、 以後 信長 の 武将 と し て 畿内 各地 を 転戦 し た 。 石山 合戦 、 紀伊国 雑賀 攻め の ほか 、 山陰 方面 軍 総 大将 の 明智 光秀 の 与力 と し て 活躍 し た 。 天正 5 年 ( 1577 年 ) 、 信長 に 反旗 を 翻 し た 松永 久秀 の 籠 る 大和 国 信貴山城 を 光秀 と とも に 落と し て 功績 を 挙げ た 。 天正 6 年 ( 1578 年 ) 、 信長 の すすめ に よ っ て 嫡男 ・ 細川 忠興 と 光秀 の 娘 ・ 玉 ( 細川 ガラシャ ) の 婚儀 が な る 。 天正 8 年 ( 1580 年 ) に 単独 で 丹後 国 に 進攻 する も 守護 一色 氏 に 反撃 さ れ 失敗 、 光秀 の 加勢 に よ っ て ようやく 平定 に 成功 し 、 信長 から 丹後 11 万 石 を 与え られ 宮津 城 を 居城 と し た 。 天正 10 年 ( 15 82 年 ) に 本能 寺 の 変 が 起こ る と 、 藤孝 は 長年 の 僚友 で あ り 縁戚 で も あ る 明智 光 秀 の 再三 の 協力 要請 を 断 り 、 剃髪 し 幽斎 玄旨 と 号 し て 隠居 、 忠興 に 家督 を 譲 っ た 。 この 後 も 、 光秀 を 討 っ た 羽柴 秀吉 ( 豊臣 秀吉 ) に 重用 さ れ 、 天正 14 年 ( 1586 年 ) に 在京 料 と し て 山城 西 ヶ岡 に 3000 石 を 与え られ た 。 天正 13 年 ( 1585 年 ) の 紀州 征伐 、 天正 15 年 ( 1587 年 ) の 九州 征伐 に も 武将 と し て 参加 し た 。 また 、 豊臣 家 の 奉行 石田 三成 と とも に 薩摩 国 の 検地 を 行 っ たり も し て い る 。 文禄 4 年 ( 1595 年 ) に は 大隅 国 ( のち越前 府 中 に 移封 ) に 3000 石 を 加増 さ れ た 。 幽斎 は 千 利休ら と とも に 秀吉 側近 の 文化 人 と し て 寵遇 さ れ た 。 忠興 ( 三斎 ) も 茶道 に 造詣 が 深 く 、 利休 の 高弟 の 一人 と な る 。 一方 、 徳川 家康 と も 親交 が あ り 、 慶長 3 年 ( 1598 年 ) に 秀吉 が 死去 する と 家康 に 接近 し た 。 慶長 5 年 ( 160 0 年 ) 6 月 、 忠興 が 家康 の 会津 ( 上杉 景勝 ) 征伐 に 軍勢 を 引きつれ て 参加 し 、 幽斎 は 500 に 満 た な い 手勢 で 丹後 田辺城 ( 丹後 国 ) を 守 る 。 7 月 、 石田 三成 ら が 家康 討伐 の 兵 を 挙げ 、 大坂 に あ っ た 忠興 夫人 ・ ガラシャ は 包囲 さ れ た 屋敷 に 火 を 放 っ て 自殺 し た 。 田辺城 は 小野木 重勝 、 前田 茂勝 ら が 率い る 1 万 5000 人 の 大軍 に 包囲 さ れ た が 、 幽斎 が 指揮 する 籠城 軍 の 抵抗 は 激し く 、 また 攻囲 軍 の 中 に 幽斎 の 歌道 の 弟子 も 多 く 戦闘 意欲 が 乏し かっ た こと も あ り 長期 戦 と な っ た 。 幽斎 の 歌道 の 弟子 で あ る 八条 宮 智仁親王 は 7 月 、 8 月 の 二 度 に わた っ て 講和 を 働きかけ た が 、 幽斎 は これ を 謝絶 し て 籠城 戦 を 継続 。 使者 を 通 じ て 古今 集 証明 状 を 八 条 宮 に 贈 り 、 源 氏 抄 と 二十 一 代 和 歌集 を 朝廷 に 献上 し た 。 ついに 八条 宮 が 兄 ・ 後陽成 天皇 に 奏請 し た こと に よ り 中院 通勝 、 烏丸 光広 、 三条 西 実枝 が 勅使 と し て 田辺 城 に 下 さ れ 、 関ヶ原 の 戦い の 2 日 前 の 9 月 13 日 、 勅命 に よ る 講和 が 結 ば れ た 。 幽斎 は 2 ヶ月 に 及 ぶ 籠城 戦 を 終え て 9 月 18 日 に城 を 明け渡 し 、 敵将 で あ る 前田 茂勝 の 丹波 亀山城 に 入 っ た 。 忠興 は 関ヶ原 の 戦い に お い て 前線 で 石田 三成 の 軍 と 戦 い 、 戦後 豊前 国 小倉 藩 39 万 9000 石 の 大封 を 得 た が 、 幽斎 は 京都 吉田 で 悠々 自適 な 晩年 を 送 っ た と い わ れ て い る 。 慶長 15 年 ( 1610 年 ) 8 月 20 日 、 京都 三条 車屋 町 の 自邸 で 死去 。 享年 77 。 幽斎 の 所領 6000 石 は 死後 に 整理 さ れ た が 、 その うち 3000 石 分 は 慶長 9 年 ( 160 4 年 ) に 父 忠興 から 廃嫡 さ れ た 幽斎 孫 の 長岡 休無 ( 細川 忠隆 ) へ の 細川 家 から の 京都 隠居 料 と し て 相続 さ れ た 形 と な っ た 。 京都 市 左京 区 南禅 寺 福地 町 の 瑞竜山 太平 興 国 南禅 寺 の 搭頭 寺院 で あ る 天授 庵 に 墓 が あ る 。 忠興 の 子 ・ 細川 忠利 以降 、 子孫 は 肥後 国 熊本 藩 54 万 石 の 藩主 と な っ た ため 、 熊本 市 黒髪 の 立田 自然 公園 ( 泰勝 寺跡 ) に も 廟所 が あ る 。 12 代 将軍 ・ 足利 義晴 の 落胤 で あ る と い う 説 が あ る 。 この 説 が 事実 なら 、 足利 義輝 ・ 足利 義昭 の 庶兄 に あた る こと に な る 。 永禄 の 変 の 後 、 義昭 に 従 っ て 流寓 し て い た ころ 、 貧窮 し て 灯篭 の 油 に さえ 事欠 く ほど で 、 仕方 な く 社殿 から 油 を 頂戴 する ほど で あ っ た と い う 。 織田 信長 に 臣従 し た とき に 山城 国 長岡 を 拝領 し 長岡 ( ながおか ) を 称 し た 。 関ヶ原 の 戦い の 後 は 細川 氏 に 復 し 、 以後 長岡 姓 は 細川 別姓 と し て 一門 ・ 重臣 に 授け られ た 。 幽斎 は 、 剣術 等 の 武芸 百般 、 和歌 、 茶道 等 を 修め る 当代 随一 の 教養 人 で も あ っ た 。 剣術 は 塚原 卜伝 に 学 び 、 波々 伯 部 貞弘 、 日置 流雪 荷 派 から 弓術 の 印可 を 、 弓馬 故 実 ( 武田 流 ) を 武田 信豊 ( 若狭 武田 氏 ) から 相伝 さ れ る など 武芸 に も 高 い 素質 を 示 し た 。 膂力 も 強 く 、 京都 の 路上 で 突進 し て き た 牛 の 角 を つか み 投げ倒 し た と い う 逸話 も あ る 。 三条 西 実枝 に 古今 伝授 を 受け 、 三条 西 公国 に 伝え る まで の 間 、 二条 派 正統 を 一 時期 仮 に 継承 し た 。 当時 唯一 の 古今 伝授 の 伝承 者 で あ り 、 関ヶ原 の 戦い の とき に 後陽成 天皇 が 勅命 で 幽斎 を 助け た の も 古今 伝授 が 途絶え る 事 を 恐れ た ため と 言 わ れ る 。 門人 に は 後陽成 天皇 の 弟 ・ 八 条 宮 智仁親王 、 公家 の 中院 通勝 、 烏丸 光広 など が おり 、 また 松永 貞徳 、 木下 長 嘯子 ら も 幽斎 の 指導 を 受け た 。 島津 義久 は 幽斎 から 直接 古今 伝授 を 受け よ う と し た 一人 で あ り 、 幽斎 が 義昭 に 仕え て い た 頃 から 交流 が あ っ た 。 八 条宮 が 幽斎 から 古今 伝授 を 受け た 「 古今 伝授 の 間 」 は 、 幽斎 の 孫 で 熊本 藩主 と な っ た 細川 忠利 が 造営 し た 水前 寺 成趣園 ( 熊本 市 ) に 大正 時代 に 移築 さ れ て い る 。 妻 を 愛 し 、 側室 を 置 か な かっ た 。 親友 と も いえ る 明智 光 秀 も 同じく 、 正室 ひとり に とどめ て 側室 を 置 か な かっ た 。 衆妙 集 詠歌 大 概抄 古今 和 歌集聞 書 百 人 一 首 抄 九州 道 の 記 東国 陣道 の 記 「 幽斎 玄旨 」 ( 佐藤 雅美- 文藝 春秋 ) +湯川 秀樹 ( ゆかわ ひでき 、 明治 40 年 ( 1907 年 ) 1 月 23 日 - 昭和 56 年 ( 1981 年 ) 9 月 8 日 ) は 、 日本 の 理論 物理 学 者 。 京都 大学 ・ 大阪 大学 名誉 教授 。 京都 市 名誉 市民 。 従二 位 勲 一 等 。 博士 ( 理学 ) 。 中間 子 論 の 提唱 など で 原子 核 ・ 素 粒子 物理 学 の 発展 に 大きな 功績 を あげ 、 1949 年 、 日本 人 と し て 初めて の ノーベル 賞 を 受賞 し た 。 1907 年 、 東京 市 麻布 区 市兵衛 町 ( 現 ・ 港 区 ( 東京 都 ) ) に 地質 学者 ・ 小川 琢治 ・ 小雪 夫妻 の 三男 と し て 生まれ る 。 190 8 年 、 父 ・ 琢治 の 京都 帝国 大学 教授 就任 に 伴 い 、 一家 で 京都 市 に 移住 する 。 この ため 、 麻布 の 家 に は 誕生 後 1 年 2 ヶ月 しか 住 ん で な い 。 1 歳 から 大学 まで は 京都 、 大学 を 出 て 一時 大阪 や 西宮 市 に い た こと も あ る が 人生 の 大半 は 京都 で 過ご し た こと に な る 。 湯川 は 自伝 に 「 私 の 記憶 は 京都 に 移 っ た 後 から 始ま る 。 やはり 京都 が 私 の 故郷 と い う こと に な る の か も しれ な い 」 と 記 し て い る 。 祖父 ・ 駒橘 は 元紀州 藩 の 武士 で あ り 、 漢学 の 素養 は 豊富 で 、 明治 以後 は 洋学 を 学び 晩年 まで ずっと ロンドン タイムス を 購読 し 続け た 人物 で あ る と い う 。 父祖 の 地 が 和歌山 で あ る ため “ 和歌山 県 出身 ” と 紹介 さ れ る こと も あ る 。 和歌山 県 出身 の 実業 家 松下 幸之助 の 郷里 に 「 松下 幸之助 君 生誕 の 地 」 の 石碑 が あ り 、 題字 は 同郷 と い う こと で 湯川 の 筆 に よ っ て 書 か れ た もの で あ る 。 ただし 、 湯川 本人 は 和歌山 で 暮ら し た 経験 は 無 い 。 5 、 6 歳 の 頃 母方 の 祖父 ・ 駒橘 より 四書 の 素読 を 習 っ た 。 湯川 は 自伝 に 「 私 は この ころ の 漢籍 の 素読 を 決して むだ だっ た と は 思 わ な い 。 … 意味 も わか ら ず に 入 っ て い っ た 漢籍 が 大きな 収穫 を もたら し て い る 。 その 後 大人 の 書物 を よみ出 す 時 に 文字 に 対 する 抵抗 は 全く な かっ た 。 漢字 に 慣れ て い た から で あ ろ う 。 慣れ る と い う こと は 恐ろし い こと だ 。 ただ 祖父 の 声 に つれ て 復唱 する だけ で 、 知 ら ず し ら ず 漢字 に 親し み その 後 の 読書 を 容易 に し て くれ た の は 事実 で あ る 。 」 と 記 し て い る 。 1919 年 、 京都 府 立 洛 北 中 学校 ・ 高等 学校 に 入学 する 。 中学 時代 の 湯川 は あまり 目立 た な い 存在 で あ り 、 あだ名 は 「 権兵衛 」 だっ た 。 京都 一 中 の 同期 に は 学者 の 子供 が 多 く 、 後 に 学者 に な っ た 者 も 多 かっ た と い う 。 同じく ノーベル 物理 学 賞 を 受け た 朝永 振一郎 は 一中 で 一 年 上 、 三高 ・ 京大 で は 同期 だっ た 。 ノーベル 賞 受賞 1929 年 、 京都 大学 理学 部 物理 学 科 卒業 。 同 大学 玉城 嘉十郎 研究 室 の 副手 と な る 。 1932 年 京都 帝国 大学 講師 。 1933 年 に は 大阪 大学 講師 を 兼担 する 。 教え子 の 間 で は 、 声 が 小さ く 講義 は かなり 難解 で あ っ た と 伝え られ て い る 。 この 頃 、 大阪 胃腸 病院 の 院長 湯川 家 の 婿養子 と な り 、 小川 姓 から 湯川 姓 と な る 。 1934 年 、 中間 子 理論 構想 を 発表 、 1935 年 、 「 素 粒子 の 相互 作用 に つ い て 」 を 発表 中 間子 の 存在 を 予言 する 。 この 研究 が 評価 さ れ 、 1940 年 学士 院 恩賜 賞 受賞 、 1943 年 最 年少 で 文化 勲章 受章 。 さらに 1949 年 、 ノーベル 物理 学 賞 受賞 し た 。 これ は 日本 人 と し て 初めて の ノーベル 賞 受賞 で あ り 、 この ニュース は 敗戦 ・ 占領 下 で 自信 を 失 っ て い た 日本 国民 に 大きな 力 を 与え た と さ れ 、 フィーバー を 巻き起こ し た 。 その 後 も 非 局所場 理論 ・ 素領域 理論 と い っ た 革新 的 かつ 野心 的 な 理論 を 提唱 し つづけ 、 最後 まで 第 一 線 級 の 物理 学者 で あ り 続け た 。 また その 一方 で 、 核 兵器 廃絶 を 訴え る 平和 運動 に も 積極 的 に 携わ り 、 ラッセル = アインシュタイン 宣言 に マックス ・ ボルン ら と 共 に 共同 宣言 者 と し て 名前 を 連ね て い る 。 晩年 1970 年 京都 大学 退官 、 京都 大学 名誉 教授 と な る 。 色紙 に 何 か 書 い て 欲し い と 頼 ま れ る と しばしば 「 知魚 楽 」 と 書 い た 。 魚 ノ楽 シミヲ 知 ル 。 『 荘子 』 の 「 秋水 」 の 最後 の 一 句 で あ る 。 1981 年 、 肺炎 に 心 不全 を 併発 し 京都 市 左京 区 の 自宅 で 死去 する 。 74 歳 。 墓所 は 京都 市 の 知恩 院 に あ る 。 広島 平和 公園 に あ る 若葉 の 像 の 台座 に 、 湯川 に よ る 短歌 の 銘文 「 まがつびよ   ふたたび ここ に   くる な かれ   平和 を いの る   人 の みぞ ここ は 」 が 刻 ま れ て い る 。 - 地質 学者 ・ 小川 琢治 ・ 小雪 夫妻 の 三男 と し て 生まれ る 。 - 一家 で 京都 市 に 移住 。 - 京極 尋常 小 学校 卒業 - 京都 府 立 洛 北 高等 学校 卒業 - 第 三 高等 学校 ( 旧制 ) 卒業 - 京都 大学 理学 部 物理 学 科 卒業 。 同 大学 玉城 嘉十郎 研究 室 の 副手 と な る - 湯川 家 の 婿養子 と な り 、 小川 姓 から 湯川 姓 と な る 。 京都 帝国 大学 講師 - 大阪 大学 講師 兼 担 - 中間 子 理論 構想 を 発表 - 「 素 粒子 の 相互 作用 に つ い て 」 を 発表 中 間子 の 存在 を 予言 - 大阪 帝国 大学 理学 部 助 教授 - 理学 博士 ( 大阪 大学 ) - 京都 帝国 大学 教授 - 学士 院 恩賜 賞 受賞 - 東京 帝国 大学 理学 部 教授 - 最 年少 で 文化 勲章 受章 - 帝国 学士 院 会員 - プリンストン 高等 学術 研究 所 客員 教授 - 同年 7 月 コロンビア 大学 客員 教授 就任 、 同年 10 月 ノーベル 物理 学 賞 受賞 - コロンビア 大学 教授 - 京都 大学 基礎 物理 学 研究 所 初代 所長 国際 理論 物理 学 会議 京都 委員 - 日本 国際 連合 教育 科学 文化 機関 国内 委員 会 委員 社団 法人 日本 物理 学会 会長 - 原子 力 委員 会 参与 - 京都 大学 退官 、 京都 大学 名誉 教授 - 死去 - 帝国 学士 院 恩賜 賞 - 野間 学術 賞 - 文化 勲章 - ノーベル 物理 学 賞 - ロモノーソフ 金 メダル 1967 年 西ドイツ プール ・ ル ・ メリット 勲章 ヴァチカン ローマ 教皇 庁 科学 アカデミー 勲章 - 勲 一 等 旭日大 綬章 父 小川 琢治 ( 地質 学者 ・ 京大 名誉 教授 ) 母 小雪 ( 和歌山 県 小川 駒橘娘 ) 姉香代子 、 妙子 兄 小川 芳樹 ( 冶金 学者 ・ 東大 教授 ) 、 貝塚 茂樹 ( 東洋 史 学者 ・ 京大 名誉 教授 、 文化 勲章 受章 ) 弟 小川 環樹 ( 中国 文学 者 ・ 京大 名誉 教授 ) 、 滋樹 弟   ま す樹   ( 幼少 時 に 死去 ) 妻 湯川 スミ ( 和歌山 県 医師 湯川 玄洋 二女 ) 遠縁 武田 國男 ( 実業 家 ) 『 現代 の 対話 』 ( ( 末川 博 , 桑原 武夫 , 梅原 猛 共著 , 雄渾 社 , 1966 年 ) 『 目 に 見え な い もの 』 ( 講談 社 学術 文庫 , ISBN 4061 5809 49 ) 『 物理 講義 』 ( 講談 社 学術 文庫 , ISBN 4061 5 8 1953 ) 『 旅人 あ る 物理 学 者 の 回想 』 ( 角川 ソフィア 文庫 , ISBN 40412380 1 3 ) 『 本 の 中 の 世界 』 ( 岩波 新書 , ISBN 4004 15090 6 ) 『 物理 の 世界 』 ( 山田 英二 & 片山 泰久 共著 , 講談 社 現代 新書 , ISBN 4061 154 079 ) 『 人間 に と っ て 科学 と は なに か 』 ( 中公 新 書 , ISBN 4121001 32 X ) 『 物理 の 世界 数理 の 世界 』 ( 北川 敏男 共著 , 中公 新 書 , ISBN 41210 0 2 5 0 4 ) +石川 五右衛門 と は 日本 の 安土 桃山 時代 に 現れ た と い う 盗賊 。 本項 に て 詳述 する 。 漫画 ・ アニメルパン 三世 に 登場 する 架空 の 人物 。 公式 な 表記 は 石川 五 ェ門 で 、 1 . の 子孫 と い う 設定 。 詳し く は 石川 五 ェ門 ( ルパン 三 世 ) を 参照 。 コナミ より 発売 さ れ た ファミコン 用 ソフト 「 がんば れ ゴエモン 」 シリーズ の 主人 公 。 1 . を モデル と する 。 石川 五右衛門 ( いしかわ ごえ もん : 生年 不詳 - 文禄 3 年 8 月 24 日 ( 旧暦 ) ( 1594 年 10 月 8 日 ) ) は 、 安土 桃山 時代 に 出没 し た 盗賊 で あ る 。 出生 地 は 伊賀 国 ・ 河内 国 ・ 丹後 国 ・ 遠江 国 ( 現 ・ 浜松 市 ) など の 諸説 が あ る 。 一説 に 三好 氏 の 臣 石川 明石 の 子 で 、 体幹長 大 、 三十 人 力 を 有 し 16 歳 で 主家 の 宝蔵 を 破 り 、 番人 3 人 を 斬 り 黄金 造り の 太刀 を 奪 い 、 逃れ て 諸国 を 放浪 し 盗み を はたら い た が 、 文禄 3 年 追捕 せ られ 、 京都 三条 河原 で 一子 と とも に 釜 で 煎殺 さ れ た と い う 。 また 遠州 浜 松 生まれ で 、 真田 八郎 と 称 し た が 、 河内 国 石川 郡山内 古底 と い う 医家 に よ り 石川 五右衛門 と 改め た と い う 説 も あ る 。 史料 に 残 さ れ た 石川 五右衛門 の 記録 は 、 いずれ も 彼 の 処刑 に 関わ る もの で あ る 。 まず 、 安土 桃山 時代 から 江戸 時代 初期 の 20 年 ほど 日本 に 貿易 商 と し て 滞在 し て い た アビラ ・ ヒロン の 記 し た 『 日本 王国記 』 に よ る と 、 かつて 都 ( 京都 ) を 荒らしまわ る 集団 が い た が 、 15 人 の 頭目 が 捕らえ られ 京都 の 三 条 河原 で 生き た まま 油 で 煮 ら れ た と の 記述 が あ る 。 ここ に イエズス 会 の 宣教 師 と し て 日本 に 滞在 し て い た ペドロ ・ モレホン が 注釈 を 入れ て お り 、 この 盗賊 処刑 の 記述 に 、 「 この 事件 は 1594 年 の こと で あ る 。 油 で 煮 ら れ た の は 「 Ixicavagoyemon 」 と その 家族 9 人 ないし は 10 人 で あ っ た 」 と 記 し て い る 。 また 、 公家 の 山科 言 経 の 日記 『 言経卿 記 』 に は 、 文禄 3 年 8 月 24 日 ( 1594 年 10 月 8 日 ) の 記述 と し て 「 盗人 、 スリ 十 人 、 又 一人 は 釜 に て 煎ら る 。 同類 十 九 人 は 磔 。 三条 橋 間 の 川原 に て 成敗 な り 」 と の 記載 が あ り 、 誰 が 処刑 さ れ た か 記 さ れ て は い な い もの の 宣教 師 の 注釈 と 一致 を 見せ る 。 また 、 時代 は やや 下 る もの の 寛永 19 年 ( 1642 年 ) に 編纂 さ れ た 『 豊臣 秀吉譜 』 ( 林羅山 編 ) は 「 文禄 の ころ に 石川 五右衛門 と い う 盗賊 が 強盗 、 追剥 、 悪逆 非道 を 働 い た の で 秀吉 の 命 に よ っ て ( 京都 所司 代 の ) 前田 玄以 に 捕らえ られ 、 母親 と 同類 20 人 と とも に 釜煎り に さ れ た 」 と 記録 し て い る 。 以上 の 史料 に は それぞれ 問題 点 も 挙げ られ て い る が 、 石川 五右衛門 と い う 人物 が 安土 桃山 時代 に 徒党 を 組 ん で 盗賊 を 働 き 、 京 で 処刑 さ れ た と い う 事実 は 間違い な い と 考え られ て い る 。 また 、 ( 以下 、 「 ( 一 ) 」 、 「 ( 二 ) 」 、 「 ( レ ) 」 は 漢文 の 返り 点 ) 、 『 続本 朝 通鑑 』 に は 、 「 頃 年 、 有 ( 二 ) 石川 五右衛門 者 ( 一 ) 、 或穿窬 或強盗 不 ( レ ) 止矣 、 秀吉 令 ( 二 ) 京尹 前田 玄 以遍 捜 ( 一 ) ( レ ) 之 、 遂捕 ( 二 ) 石川 ( 一 ) 、 且縛 ( 二 ) 其母 竝 同類 二十 人 許 ( 一 ) 烹 ( 二 ) 殺之 三 条 河原 ( 一 ) 」 と あ り 、 『 歴朝 要紀 』 に は 、 「 所司 代 法印 前田 玄以 、 捕 ( 二 ) 賊 石川 五右衛門 竝 其 母 及其 党 二十 ( 一 ) 烹 ( 二 ) 殺于 三 条 河原 ( 一 ) 」 と あ る 。 江戸 時代 に は 伝説 の 大 泥棒 と し て 認知 さ れ て い る 。 盗賊 の 彼 が 人気 を 博 し た 理由 は 、 浄瑠璃 や 歌舞伎 の 演題 と し て とりあげ られ 、 これ ら の 創作 の 中 で 次第 に 義賊 と し て 扱 わ れ る よう に な っ た こと 、 また 権力 者 豊臣 秀吉 の 命 を 狙 う と い う 筋書き が 庶民 の 心 を 捉え た こと に も よる で あ ろ う 。 歌舞伎 『 金門 五 山桐 』 ( 楼門 五三 桐 ) の 「 山門 」 の 場 で 「 絶景 か な 、 絶景 か な 、 春 の 眺め は 値千 金 と は 小せえ 、 ちいせえ 」 と 煙管 片手 に 見得 を 切 り 、 楼門 の 場 の 科白 で 釜煎り に さ れ ながら 詠 む 「 石川 や   浜 の 真砂 は   尽きると も   世 に 盗人 の   種 は 尽き まじ ( 辞世 の 句 と さ れ て い る ) 」 が 有名 で あ る 。 山門 は 京都 南禅 寺 の 山門 と い う 設定 。 ただし 、 実際 に は 南禅 寺 の 山門 は 五右 衛門 の 死後 の 1628 年 建築 で あ る 。 また 、 この 場面 で 五右 衛門 は 髪 が 伸び 過ぎ た 状態 を 表 す 百 日 鬘 ( ひゃく にち かつら ) に 大丹 前 と い う 格好 を し て お り 、 これ が 今日 の 一般 的 な 五右 衛門 像 と な っ て い る 。 戒名 「 融仙 院 良岳寿感 禅定門 」 。 これ は 処刑 さ れ た 盗賊 と し て は 極めて 異例 の 、 破格 に 立派 な 戒名 で あ る 。 一方 で 彼 の 実際 の 行動 に つ い て 記録 さ れ て い る 史料 は 少な い 。 反面 、 その こと が 創作 の 作者 たち の 想像 力 と 創作 意欲 を かき立て て い る こと は 間違い な く 、 彼 に 関 し て は 古今 数 多く の フィクション が 生み出 さ れ て い る 。 その 半生 に つ い て は さまざま な 説 が あ る 。 幼名 は 五郎 吉 。 幼 い 頃 から 非行 を 繰り返 し 、 14 歳 か 15 歳 の 頃 に 父母 を 亡く す 。 19 歳 の 頃 から に つ い て は 幾 つ か の 説 が あ り 、 主に 「 伊賀 に 渡 り 、 忍者 の 弟子 に な っ た 後 、 京 へ 出 て 盗賊 に な っ た 」 と か 「 奉公 し た 男性 の 妻 と 駆け落ち し た 」 など が あ る 。 百 地 三 太夫 ( 百 地 丹波 ) に つ い て 伊賀 流 忍術 を 学 ん だ が 、 三太夫 の 妻 と 密通 し た 上 に 妾 を 殺害 し て 逃亡 し た と の 伝承 も よく 知 ら れ て い る 。 その 後 手下 や 仲間 を 集め て 、 頭 と な り 悪事 を 繰り返 す 。 相手 は 権力 者 のみ の 義賊 だっ た ため 、 当時 は 豊臣 政権 が 圧政 や 朝鮮 出兵 の 失敗 で 嫌 わ れ て い た 事 も あ り 、 庶民 の ヒーロー 的 存在 に な っ て い た 。 秀吉 の 甥 ・ 豊臣 秀次 の 家臣 ・ 木村 重茲 から 秀吉 暗殺 を 依頼 さ れ る が 秀吉 の 寝室 に 忍び込 ん だ 際 、 香炉 が 鳴 っ て 捕らえ られ る 。 その 後 、 捕らえ られ た 配下 の 一人 に 悪事 や 部下 など を すべて 暴 か れ て しま う 。 有名 な 釜茹で に つ い て も 2 つ の 説 が あ り 、 子供 と 一緒 に 処刑 さ れ る こと に な っ て い た が 高温 の 釜 の 中 で 自分 が 息絶え る まで 子供 を 持ち上げ て い た 説 と 、 苦し ま せ な い よう に と 一 思い に 子供 を 釜 に 沈め た 説 が あ る 。 また それ 以外 に も 、 あまり の 熱 さ に 子供 を 下敷き に し た と も 言 わ れ て い る 。 同じく 辞世 の 句 「 石川 や 浜 の 真砂 は 尽き ると も 世 に 盗人 の 種 は 尽き まじ 」 も 有名 と な っ た 。 最近 で は 釜茹で で は な く 、 釜煎り に さ れ た と い う 説 が 有力 で あ る 。 浄瑠璃 ・ 人形 浄 瑠璃 石川 五右衛門 傾城 吉岡染 ( 近松 門左衛門 作 ) 釜淵 双級 巴 木下 蔭 狭間 合戦 歌舞伎 金門 五 山桐 ( 楼門 五三 桐 ) 高麗 大和 皇白浪 小説 『 本朝 二十 不 孝 』 ( 井原 西鶴 ) 巻二 - 一 落語 『 お 血脈 』 RaizoICHIKAWA 忍び の 者 ( 映画 、 1962 年 、 村山 知義原作 、 山本 薩夫 監督 、 市川 雷蔵 主演 ) 戦国 風流 武士   前田 慶次郎 ( 小説 、 海音 寺 潮五郎 ) 、 秀吉 の 朝鮮 出兵 に 反対 する 慶次郎 の 前 に “ 同じ 志 を 持 つ 者 ” と 称 し て 現れ る 。 出兵 阻止 の 手段 と し て 秀吉 の 暗殺 を 示唆 する も 慶次郎 は 同意 せ ず 、 五右 衛門 は 単独 で 決行 し て 失敗 、 釜茹で に さ れ る 。 梟 の 城 ( 小説 ・ 映画 、 司馬 遼太郎 ) 忍者 の 風間 五平 が 城 に 忍び込 ん だ くせ者 と し て 豊臣 秀吉 に 捕らえ られ た 際 、 自分 を 「 石川 五右衛門 」 と 名乗 り 、 釜茹で に さ れ る 。 黄金 の 日日 ( NHK 大河 ドラマ ) ( 小説 ・ 大河 ドラマ 、 城山 三郎 原作 ) 秀吉 ( NHK 大河 ドラマ ) ( 大河 ドラマ 、 堺 屋 太 一 原作 ) ( 五右 衛門 役 赤井 英和 ) 秀吉 の 幼馴染 設定 。 太閤 暗殺 ( 小説 、 岡田 秀文 ) MISTER ジパング ( 漫画 、 椎名 高志 作 ) 戦国 サイバー 藤丸 地獄変 ( プレイステーション 、 SCE ) 戦国 無双 ( プレイステーション 2 他 、 コーエー ) 河原 の 石川 五右衛門 ( 歌 、 大瀧 詠一 プロデュース 、 歌唱 は 長 万 部 キャッツ ( シンガーズ ・ スリー の 別名 ) 。 ピンク ・ レディー 『 渚 の シンドバッド 』 の 替え 歌 。 昭和 53 年 ( 1978 年 ) 発売 の アルバム 『 LetsOndoAgain 』 に 収録 さ れ る 予定 だっ た が 、 原曲 の 作詞 者 ・ 阿久 悠 の 許可 が 下り な かっ た ため 収録 さ れ ず 、 歌詞 のみ の 記載 と な っ た 。 昭和 56 年 ( 1981 年 ) 発売 の 『 NIAGARAFALLSTARS 』 で 初 収録 。 平成 8 年 ( 1996 年 ) 発売 の 『 LetsOndoAgain 』 の CD に は この 曲 も 収録 さ れ て い る ) 花吹雪 恋 吹雪 ( 宝塚 歌劇 団 星組 バウ ホール 公演 ) 大阪 府 三島 郡 ( 大阪 府 ) 島 本 町 に あ る 、 水無瀬 神宮 に 石川 五右衛門 が つけ た と い わ れ る 手形 が 残 っ て い る 。 釜茹で に さ れ た ( 正確 に は 釜煎 り さ れ た ) と さ れ る 故事 に 倣 い 、 風呂釜 を 直火 で 温め た 風呂 の こと を 風呂 五右衛門 風呂 と 称 する 。 +足利 義政 ( あしかが よしまさ ) は 、 室町 幕府 の 第 8 代 征夷 大将軍 ( 在位 : 宝徳 元年 ( 1449 年 ) - 文明 ( 日本 ) 5 年 ( 1473 年 ) ) 。 父 は 第 6 代 将軍 の 足利 義教 。 母 は 日野 重光 の 娘 で 義教 の 側室 で あ る 日野 重子 。 乳母 で 側室 に 今 参局 。 正室 に 日野 富子 。 同母弟 に 足利 義視 、 同母 兄 に 足利 義勝 。 異母 弟 に 足利 政知 。 室町 幕府 の 全盛 期 を 築 い た 第 3 代 将軍 ・ 足利 義満 の 孫 に あた る 。 幕府 の 財政 難 と 土一 揆 に 苦し み 政治 を 疎 ん だ 。 幕政 を 富子 や 細川 勝元 ・ 山名 宗全 ら の 有力 守護 大名 に 委ね て 、 自ら は もっぱら 数奇 の 道 を 探求 し た 文化 人 で あ っ た 。 永享 8 年 ( 1436 年 ) 1 月 2 日 、 第 6 代 将軍 ・ 足利 義教 の 子 と し て 生まれ る 。 嘉吉 元年 ( 1441 年 ) 、 父 の 義教 が 嘉吉 の 乱 で 赤松 満祐 に 殺 さ れ た 後 、 将軍 職 は 同母 兄 の 足利 義勝 が 継 い だ 。 嘉吉 3 年 ( 1443 年 ) に 第 7 代 将軍 の 足利 義勝 も 早世 し た ため 、 義政 は 管領 の 畠山 持国 など の 後見 を 得 て 、 8 歳 で 将軍 職 に 選出 さ れ た 。 元服 を 迎え た 宝徳 元年 ( 1449 年 ) に 正式 に 第 8 代 将軍 と し て 就任 し た 。 当初 の 義政 は 祖父 ・ 義満 や 父 ・ 義教 の 政策 を 復活 さ せ よ う と 試み 、 また 鎌倉 公方 ( 後 に 古河 公方 ) 足利成 氏 と 関東 管領 上杉 氏 と の 大 規模 な 内紛 ( 享徳 の 乱 ) に 対 し て は 成 氏 追討令 を 発 し て 異母 弟 の 堀越 公方 ・ 足利 政知 を 派遣 する など し て 積極 的 な 介入 を し た 。 三魔 と 呼 ば れ る 乳母 の 今参局 ・ 烏丸 資任 ・ 有馬 持 家 を はじめ 、 将軍 家 の 執事 で あ っ た 伊勢 貞親 や 正室 ・ 日野 富子 の 実家 の 日野 氏 等 の 側近 が 政治 に 介入 し て い き 、 将軍 と し て の 政治 の 実権 は 無 い に 等し い 立場 で あ っ た 。 それ を 思い知 ら せ る 事件 が 何 度 か 起き て い る 。 当時 の 守護 大名 で は 家督 相続 に 関 する 内紛 が 多 かっ た 。 義政 は はじめ これ ら の 相続 争い に 積極 的 に 介入 し た が 、 加賀 国 守護 で あ っ た 富樫 氏 の 内紛 で は 管領 ・ 細川 勝元 の 反対 を 受け て 義政 の 意 の まま に 相続 権 を 動か す こと が でき な かっ た 。 宝徳 3 年 ( 1451 年 ) に も 尾張 国 守護 代 で あ っ た 織田 氏 の 内紛 に 介入 し た が 、 尾張 守護 で あ る 斯波 氏 の 反対 を 受け て 義政 の 意 の まま に 動か す こと は でき な かっ た 。 この よう に 政 は 義政 の 意 に 沿 っ て 進 ま な い 事 が 多 く 、 次第 に 義政 は 政治 へ の 関心 を 失 っ て い っ た 。 義政 に は 正室 の 日野 富子 と の 間 に 男子 が あ っ た が 、 長禄 3 年 ( 1459 年 ) に 早世 し て しま っ た 。 する と 富子 は 実子 の 早世 は 今 参局 が 呪詛 し た もの で あ る と し て 、 彼女 を 琵琶 湖 の 沖ノ島 に 流罪 に 処 し た 。 この ため 、 以後 は 富子 や 伊勢 貞親 ら 将軍 側近 の 権勢 が 強ま る よう に な る 。 また 、 飢饉 や 災害 が 相 次 い だ 。 特に 寛正 2 年 ( 1461 年 ) の 寛正 の 大 飢饉 は 京都 に も 大 被害 を もたら し 、 一説 で は 賀茂川 の 流れ が 餓死 者 の 死骸 の ため に 止ま る ほど で あ っ た と さ れ る 。 この よう な 内外 の 状況 で 完全 に 政治 へ の 意欲 を 失 っ た 義政 は 、 邸宅 造営 など の 土木 事業 や 猿楽 、 酒宴 に 溺れ て い く 。 殊 に 寛正 の 飢饉 間 に それ を 意 に 介 さ ず に 花 の 御所 を 改築 、 後花園 天皇 の 勧告 さえ も 無視 し た こと は 悪名 高 い 。 そして 寛正 5 年 ( 1464 年 ) に は 隠居 を 考え る よう に な っ た 。 しかし 、 富子 と の 間 に 嫡子 が 恵まれ な かっ た ため 、 実弟 の 義尋 を 還俗 さ せ て 足利 義視 と 名乗 ら せ 、 養子 と し て 次期 将軍 に 決定 し た 。 ところ が 、 寛正 6 年 ( 1465 年 ) に 富子 に 実子 ( 後 の 足利 義尚 ) が 誕生 する と 、 富子 は 義尚 へ の 将軍 後継 を 望 み 、 政権 の 実力 者 で あ っ た 山名 持 豊 ( 宗全 ) に 協力 を 頼 ん だ 。 一方 の 義視 は 管領 の 細川 勝元 と 手 を 結 ん だ 。 この ため 、 足利 将軍 家 の 家督 継承 問題 が 起 る が 、 当 の 義政 は どちら に も 将軍 職 を 譲 ら ず 、 文化 的 な 趣味 に 興じ る など 優柔 不断 な 態度 を 続け た 。 その 上 、 先 に 起こ っ た 斯波 氏 や 畠山 氏 の 家督 相続 問題 も 関与 し て 、 応仁 元年 ( 1467 年 ) 、 遂 に 応仁 の 乱 が 発生 する 。 戦乱 は 吉野 朝廷 の 末裔 ( 後南 朝 ) まで 参加 する など 、 収拾 が つ か な い 全国 規模 な もの へ 発展 し て い っ た 。 しかし 義政 は 戦乱 に 対処 する こと も 無 く 酒宴 や 連歌 の 会 を 行な う の に 終始 し 、 さらに 花 の 御所 ( 京都 市 上京 区 ) から 小川 邸 へ 移り 、 将軍 後継 者 問題 で 不和 に な っ た 富子 と も 別居 を 始め た 。 文明 5 年 ( 1473 年 ) に 西軍 の 山名 持 豊 ( 宗全 ) 、 東軍 の 細川 勝元 の 両名 が 死 ん だ こと を 契機 に 、 義政 は 12 月 に 将軍 職 を 子 の 足利 義尚 へ 譲 っ て 正式 に 隠居 し た 。 富子 と の 不和 は 相 変わ ら ず で 、 文明 7 年 ( 1475 年 ) に 花 の 御所 が 京都 市街 の 戦火 で 焼失 し 、 富子 と 息子 ・ 足利 義尚 が 小川 邸 へ 移 る と 、 義政 は 逃げ る よう に 東山 へ 移 っ て い る 。 文明 9 年 ( 1477 年 ) に 応仁 の 乱 は 終わ る が 、 義尚 と は この 頃 から 意見 の 食い違い が 起こ り 、 富子 と も さらに 仲 が 悪 く な っ て い く 。 現 に 当時 、 室町 殿 ( 義尚 ) に 対 し 、 東山 殿 ( 義政 ) と 呼 ば れ 、 政治 の 決定 機関 が ふた つ に 分裂 し て い た よう で あ る 。 その ため か 、 応仁 の 乱後 に 義政 は 隠匿 し 、 その 後 は さらに 文化 的 な 活動 に 拍車 が かか っ た 。 文明 14 年 ( 1482 年 ) に は 東山 山荘 ( 東山 殿 ) の 造営 を はじめ 、 祖父 ・ 足利 義満 が 建て た 鹿苑 寺 を ベース に し た 慈照 寺 など を 建て た 。 文明 17 年 ( 1485 年 ) 5 月 に は 、 義尚 の 側近 と 義政 の 側近 が 武力 衝突 する 事件 が 起こ っ て い る など 、 義政 と 義尚 の 対立 は 激化 する 。 この ため 6 月 、 義政 は 剃髪 し て 出家 し 、 事実 上 政務 から 離れ る こと を 決め た 。 子 の 義尚 が 延徳 元年 ( 1489 年 ) に 六角 討伐 の 陣中 で 死去 し た ため 、 やむな く 政務 の 場 に 復帰 する こと を 決意 する が 、 正室 の 日野 富子 が 義政 の 復帰 に 反対 し た 。 さらに 義政 自身 も 中風 に 倒れ て 政務 を 執 る こと が 困難 と な っ た ため 、 美濃 に 亡命 し て い た 弟 の 義視 と 和睦 し 、 義視 の 嫡男 ・ 足利 義材 ( 義稙 ) を 自ら の 養子 に 迎え る こと で 第 10 代 将軍 に 指名 し て 後事 を 託 し た 。 延徳 2 年 ( 1490 年 ) 1 月 7 日 、 銀閣 の 完成 を 待 た ず し て 死去 。 享年 55 。 法名 : 慈照 院 喜山 道 慶 。 墓所 は 京都 市 上京 区 の 相国 寺 ほか 。 文化 面 で は 功績 を 残 し て い る 。 庭師 の 善阿弥 や 狩野 派 の 絵師 狩野 正信 、 能楽 者 の 音阿弥 ら を 召抱え 、 東山 の 地 に 東山 殿 を 築 い た ( のち に 慈照 寺 と な り 、 銀閣 、 東求 堂 が 現在 に 残 る ) 。 この 時代 の 文化 を 金閣 に 代表 さ れ る 3 代 義満 時代 の 華やか な 北山 文化 と 対照 的 に 、 銀閣 に 代表 さ れ る わび ・ さび に 重き を お い た 「 東山 文化 」 と 呼 ば れ る 。 政治 的 に は 、 祖父 の 時代 から 絶大 な 影響 力 を 保持 し て い た 日野 家 や 側近 の 力 を 抑え きれ ず 、 幕府 権力 の 衰退 を 助長 し た と いえ る 。 義教 の 死後 中断 し て い た 勘合 貿易 を 宝徳 3 年 ( 1451 年 ) に 復活 さ せ 、 これ は 以後 16 世紀 半ば まで 続 い た 。 貿易 に よ る 経済 交流 と 文化 発展 に 寄与 する こと と な っ た 。 皮肉 に も 勘合 貿易 の 復活 や 義政 から 実権 を 奪 っ た 守護 大名 や 側近 の 幕府 官僚 の 財政 再建 策 が 功 を 奏 し て 、 義政 の 治世 前半 は 義満 の 時代 と 並 ん で 幕府 財政 は 安定 期 で あ っ た と さ れ て い る 。 だ が 、 義政 は その 成果 を 幕府 の 権威 回復 や 民衆 の 救済 に で は な く 、 趣味 の 建築 や 庭園 に 費や し て しま い 、 応仁 の 乱後 の 財政 難 の 原因 を 作 っ て しま っ た 。 ※ 日付 = 旧暦 1446 年 ( 文安 3 年 ) 10 月 15 日 、 従 五 位 上 に 叙 す 。 1447 年 ( 文安 4 年 ) 2 月 7 日 、 正 五 位 下 に 昇叙 し 、 侍従 に 任官 。 1448 年 ( 文安 5 年 ) 12 月 26 日 、 左馬頭 に 転任 。 1449 年 ( 文安 6 年 ) 4 月 16 日 、 元服 。 義成 を 名乗 る 。 4 月 29 日 、 征夷 大将軍 宣下 。 8 月 27 日 、 従 四 位 下 に 昇叙 し 、 参議 右 に 補任 。 右近衛 中将 を 兼任 。 1450 年 ( 宝徳 2 年 ) 1 月 5 日 、 従 三 位 に 昇叙 。 3 月 29 日 、 権 大 納言 に 転任 。 6 月 27 日 、 従二 位 に 昇叙 。 権 大 納言 如 元 。 1453 年 ( 享徳 2 年 ) 3 月 26 日 、 従 一 位 に 昇叙 。 6 月 13 日 、 名 を 義政 と 改め る 。 1455 年 ( 享徳 4 年 ) 8 月 27 日 、 右近衛 大将 兼任 。 1456 年 ( 康正 2 年 ) 1 月 5 日 、 右馬 寮 御 監 兼務 。 1458 年 ( 長禄 2 年 ) 7 月 25 日 、 内 大臣 に 転任 。 右近衛 大将 兼任 如 元 。 1460 年 ( 長禄 4 年 ) 8 月 27 日 、 左 大臣 に 転任 。 右近衛 大将 兼任 如 元 。 1461 年 ( 寛正 2 年 ) 8 月 9 日 、 右近衛 大将 辞任 。 1464 年 ( 寛正 5 年 ) 1 1 月 28 日 、 准 三宮 宣下 。 1467 年 ( 文正 2 年 ) 9 月 2 日 、 左 大臣 辞任 。 1473 年 ( 文明 ( 日本 ) 5 年 ) 12 月 19 日 、 征夷 大将軍 辞職 。 1485 年 ( 文明 17 年 ) 8 月 15 日 、 出家 。 1490 年 ( 延徳 2 年 ) 1 月 7 日 、 薨去 。 2 月 17 日 、 贈太政 大臣 。 近衛 政 家 九条 政 基 一条 政房 足利成 氏 足利 政 氏 大内 政弘 富樫 政親 土岐 成頼 土岐 政房 畠山 政長 細川 政元 山名 政 豊 伊達成 宗 司馬 遼太郎 『 妖怪 』 ( 講談 社 / 講談 社 文庫 、 1969 年 ) 永井 路子 『 銀 の 館 』 ( 文藝 春秋 、 1980 年 ) 山田 風太郎 『 室町 少年 倶楽部 』 ( 文藝 春秋 / 文春 文庫 、 1995 年 ) 朝松 健 『 東山 殿 御 庭 』 - 異形 コレクション 第 29 巻 【 黒 い 遊園 地 】 ( 光文 社 、 2002 年 ) 『 花 の 乱 』 ( NHK 大河 ドラマ 、 1994 年 4 月 ~ 12 月 、 義政 役 : 西谷 卓統→ 市川 海老蔵 ( 11 代 目 ) → 市川 團十郎 ( 12 代 目 ) ) +法然 ( ほうねん ) は 、 平安 時代 末期 から 鎌倉 時代 初期 の 日本 の 僧侶 で 、 浄土 宗 の 開祖 。 「 法然 」 は 房号 で 、 諱 は 源空 ( げん くう ) 。 幼名 を 勢至 丸 。 通称 黒谷 上人 、 吉水 上人 と も 。 大師 号 は 、 現在 「 円光 ( 東山 天皇 1697 年 ) ・ 東漸 ( 中御門 天皇 1 71 1 年 ) ・ 慧成 ( 桃園 天皇 1761 年 ) ・ 弘覚 ( 光格 天皇 1811 年 ) ・ 慈教 ( 孝明 天皇 1861 年 ) ・ 明照 ( 明治 天皇 1911 年 ) ・ 和順 ( 昭和 天皇 1961 年 ) 大師 と し て お り 、 50 年 ごと に とき の 天皇 より 諡号 を 賜 る 。 浄土 真宗 七 高僧 の 第 七 祖 。 浄土 真宗 で は 、 源空 を 元祖 と する ( 親鸞 は 、 開祖 もしくは 宗祖 と 呼 ば れ る ) 。 弟子 で あ る 親鸞 は 、 本師 源 空 や 源空 聖人 と 『 正信 念仏 偈 』 『 高僧 和讃 』 など に お い て 称 し 、 師事 でき た 事 を 生涯 の 喜び と し た 。 美作 国 久米 ( 現在 の 岡山 県 久米 郡 久米 南町 ) の 押領 使 ・ 漆間 時国 ( うるま   とき くに ) と 、 母 ・ 秦 氏 君 と の 子 と し て 生まれ る 。 『 四十 八 巻 伝 』 ( 勅伝 ) など に よ れ ば 、 9 歳 の とき 、 源内 武者 貞明 の 夜討 に よ っ て 父 を 失 う が 、 その 際 の 父 の 遺言 に よ っ て あだ討ち を 断念 する 。 その 後 比 叡山 に 登 り 、 初め 源光 ( 僧侶 ) 上人 に 師事 。 15 歳 の 時 ( 異説 に は 13 歳 ) に 同じく 比叡 山 の 皇円 の 下 で 得度 。 比叡山 黒谷 の 叡空 に 師事 し て 「 法然 房 源 空 」 と 名の る 。 承安 ( 日本 ) 5 年 ( 1175 年 ) 43 歳 の 時 、 善導 の 『 観無 量 寿経疏 』 ( 観経 疏 ) に よ っ て 専修 念仏 に 進 み 、 比叡山 を 下り て 東山 吉水 に 住 み 、 念仏 の 教え を 弘め た 。 この 1175 年 が 浄土 宗 の 立教開宗 の 年 と さ れ る 。 文治 2 年 ( 1186 年 ) 大原 勝林 院 で 聖浄 二門 を 論 じ ( 大原 問答 ) 、 建久 9 年 ( 1198 年 ) 『 選択 本願念仏 集 』 ( 選択 集 ) を 著 し た 。 元久 元年 ( 120 4 年 ) 比叡 山 の 僧徒 は 専修 念仏 の 停止 を 迫 っ て 蜂起 し た の で 、 法然 は 「 七 箇条 制誡 」 を 草 し て 門弟 190 名 の 署名 を 添え 延暦 寺 に 送 っ た 。 しかし 興福 寺 の 奏状 に よ り 念仏 停止 の 断 が 下 さ れ 、 のち 建永 2 年 ( 承元 元年 ・ 12 07 年 ) 法然 は 還俗 さ れ 藤井 元彦 を 名前 と し て 、 土佐 国 ( 実際 に は 讃岐 国 ) に 流罪 と な っ た 。 4 年 後 の 建暦 元年 ( 1211 年 ) 赦免 に な り 帰京 し 、 翌年 1 月 25 日 に 死去 、 享年 80 ( 満 78 歳 没 ) 。 なお 、 建暦 2 年 ( 1212 年 ) 1 月 23 日 に 源智 の 願い に 応 じ て 、 遺言 書 『 一 枚 起請 文 』 を 、 記 し て い る 。 法然 の 門下 に は 證空 ・ 親鸞 ・ 熊谷 直実 ・ 弁長 ・ 源智 ・ 幸西 ・ 信空 ( 浄土 宗 ) ・ 隆寛 ・ 湛空 ・ 長西 ら が い る 。 また 俗人 の 帰依 者 ・ 庇護 者 と し て は 、 九条 兼実 ・ 宇都宮 頼綱 ら が 著名 で あ る 。 法然 の 思想 の 根底 に は 、 『 選択 本願念仏 集 』 や 『 黒谷 上人語 灯録 』 など に は 、 「 罪悪 深重 の 衆生 」 「 妄想 顛倒 の 凡夫 」 など と い う 表記 が 数 多 く 見 られ る よう に 、 まず 自分 を 含め た 衆生 の 愚か さ や 罪 と い っ た もの へ の 深 い 絶望 が あ り 、 そこ から 凡夫 で あ る 衆生 の 救済 へ の 道 を 探 り 始め て い る 。 一般 に 、 法然 は 善導 の 『 観経 疏 』 に よ っ て 称名 念仏 に よ る 専修 念仏 を 説 い た と さ れ て い る 。 法然 の 著書 『 選択 集 』 で は 、 各章 ごと に 善導 や 善導 の 師 で あ る 道綽 の ことば を 引用 し て から 自ら の 見解 を 述べ て い る 。 法然 に お い て は 、 道綽 と 善導 の 考え を 受け て 、 浄土 に 往生 する ため の 行 を 称名 念仏 を 指 す 「 正 」 と それ 以外 の 行 の 「 雑 」 に 分け て 正行 を 行 う よう に 説 い て い る 。 著書 内 で 、 雑行 を 行 う 聖道 門 の 行者 を 盗人 に 例え たり する など 正行 で あ る 専修 念仏 を 行 う こと を 強調 する 文面 が 多 く あ る 。 その 根拠 と し て は 『 無量 寿経仏 説 無量 寿経 』 に あ る 法蔵 菩薩 の 誓願 を 引用 し て 、 称名 する と 往生 が かな う と い う こと を 示 し 、 また その 誓願 を 果た し て 仏 と な っ た 阿弥陀 仏 を 十 方 の 諸仏 も 讃歎 し て い る と ある 『 阿弥陀 経 』 を 示 し 、 他 の 雑行 は 不要 で あ る と し て い る 。 加え て 、 仏教 を 専修 念仏 を 行 う 浄土門 と それ 以外 の 行 を 行 う 聖道 門 に 分け 、 浄土門 を 娑婆 世界 を 厭 い 極楽 往生 を 願 っ て 専修 念仏 を 行 う 門 、 聖道 門 を 現世 で 修行 を 行 い 悟り を 目指 す 門 と 規定 し て い る 。 また 、 称名 念仏 は 末法 の 世 で も 有効 な 行 で あ る こと を 説 い て い る 。 法然 の 称名 念仏 の 考え に お い て 、 よく み られ る の が 「 三心 」 で あ る 。 これ は 『 選択 集 』 に お い て も 『 黒谷 上人語 灯録 』 お い て も 見 られ る ことば で あ る 。 三心 と は 「 至誠心 ( 誠実 な 心 ) 」 「 信心 ( 深 く 信 ずる 心 ) 」 「 廻向 発願 心 」 で あ る 。 至 誠心 と は 、 誠実 に 阿弥陀 仏 を 想 い 浄土 往生 を 願 う こと 。 また 、 一 つ に 自ら が 救 わ れ た い と 思 う 心 の 真実 、 二 つ に 人 を 悟り に 向か わ せ た い と 思 う 心 の 真実 を さ し て い る 。 信心 ( 深信 ) と は 、 疑い な く 深 く 信じ る こと 。 次 の 二 つ が あげ られ 、 一 つ に 自身 が 罪悪 不善 の 身 で いつ から 輪廻 を 繰り返 し て る か も わか ら ず 悟り を 得 る 機会 が な かっ た こと 、 二 つ に 罪人 で あ る 自分 を 阿弥陀 仏 が 救 っ て くれ る こと 。 廻向 発願 心 と は 、 一切 の 善行 の 功徳 を 浄土 往生 に ふりむけ て その 浄土 に 生まれ た い と 願 う 心 。 三心 の 中 で も 至誠心 と 信心 が 多 く 語 ら れ て お り 、 廻向 発願 心 は あまり 語 ら れ て い な い 。 三心 を 身 に つけ る こと に つ い て は 、 『 一 枚 起請 文 』 にて 、 「 ただし 三心 四 修 と 申 す こと の 候う は 、 皆 決定 し て 南無 阿弥陀 仏 に て 往生 する ぞ と 思 う うち に こもり 候 う な り 」 と 述べ 、 専修 念仏 を 行 う こと で 身 に 備 わ る もの で あ る と し て い る 。 また 、 法然 は 念仏 を 唱え る 数 に つ い て も 言及 し て い る 。 この こと に つ い て は 、 一念 義 と 多念 義 と い う 考え 方 が あ る 。 一念 義 と は 、 一 度 で も 念仏 を 唱え さえ すれ ば 極楽 往生 は 決定 する と い う こと で あ る 。 多念 義 は 逆 に 普段 、 常日 頃 繰り返 し 何 度 も 念仏 を 行 う べ き で あ る と い う 考え 方 で あ る 。 法然 は 、 多念 義 を 説 い て お り 、 門徒 の 中 で 一念 義 を 説 く 者 が い る こと を 嘆 い て い る 。 一念 で も 十念 で も 優劣 は 無 い と い う 記述 が あ る が 、 これ は あくまで も 最後 の 時 の こと と し て い る ( 『 黒谷 上人語 灯録 』 - 念佛 往生 容義抄 ) 。 日頃 の 念仏 と 最後 の 時 の 念仏 に つ い て も 優劣 は な い と し て お り 、 最後 の とき に 近づ け ば 日頃 の 念仏 が 最後 の 念仏 に な る だけ だ と 説 い て い る 。 他力 と 自力 に つ い て は 、 他力 の 念仏 を 勧め て い る 。 自力 は 聖人 に しか 行え な い もの で 千 人 に 一人 、 万 人 に 一人 二人 救 わ れ る か どう か だ と し 、 対 し て 他力 の 念仏 は 、 名 を 称え た 者 を 救 う と い う 阿弥陀 仏 の 四十 八 願 を 根拠 と し て 必ず 阿弥陀 仏 が 救い と っ て くださ る と し て い る 。 故 に 、 三心 を 持 っ て 念仏 を 行 う べ き と し て い る 。 この よう に 法然 の 教え は 、 三心 の 信心 に も あ る とおり 、 民衆 に 凡夫 で あ る と い う こと を まず 認識 さ せ 、 その 上 で 浄土 に 往生 する ため に は 、 専修 念仏 が 一番 の 道 で あ る から 勧め る から 選択 する べ き だ と い う もの と な っ て い る 。 『 黒谷 上人語 灯録 ( 和語 ・ 漢語 ) 』 『 西方 指南 抄 』 『 選択 本願念仏 集 』 ( 選択 念仏集 ・ 選択 集 ) 『 一 枚 起請 文 』 ( 遺言 ) +源信 ( みなもと の まこと 、 弘仁 元年 ( 810 年 ) - 貞観 ( 日本 ) 10 年 閏 12 月 28 日 ( 旧暦 ) ( 869 年 2 月 13 日 ) ) は 平安 時代 前期 の 公卿 。 源 氏 の 祖 で 初代 源 氏 長者 。 父 は 嵯峨 天皇 、 母 は 広井 氏 また は 広幡 氏 、 藤井 氏 と も い う 。 弘仁 5 年 ( 814 年 ) 、 源 朝臣 の 姓 を 賜 り 、 左京 一 条 坊 に 貫付 せ られ て 戸主 と な っ た 。 源常 ( ときわ ) 、 源定 ( さだむ ) 、 源融 ( とおる ) と い う 弟 と とも に 嵯峨 源 氏 と 呼 ば れ 、 朝廷 内 で の 一 大 勢力 と な る 。 22 歳 で 参議 、 天安 ( 日本 ) 元年 ( 857 年 ) 左 大臣 。 貞観 8 年 ( 866 年 ) 応天門 の 変 で 不仲 で あ っ た 大納言 伴 善男 の 誣告 に よ り 放火 の 嫌疑 を 受け 、 邸 を 包囲 さ れ 、 絶望 し た 家 の 人々 が 嘆き悲し む 様子 が 伴 大 納言 絵詞 に 描 か れ て い る 。 太政 大臣 藤原 良房 の 弁護 に よ り 無実 と な る 。 この 事件 は 信 に 大きな 精神 的 打撃 を 与え 、 以後 門 を 閉じ て 篭居 し て い た 。 貞観 10 年 閏 12 月 28 日 ( 869 年 2 月 13 日 ) 、 気分 転換 の 為 狩猟 に 出かけ る が 、 その 最中 に 落馬 し て 深泥 に おちい っ た 。 救い出 さ れ た が 数 日 後 に 没 し た 。 翌年 、 贈正 一 位 。 +善導 ( ぜんどう 、 ピンイン : sh ` an - d ~ ao ) は 中国 浄土 教 の 大成 者 。 浄土 宗 五 祖 の 第 三 祖 、 浄土 真宗 七 高僧 の 第 五 祖 。 姓 は 朱 氏 。 「 終南 大師 」 、 「 光明 寺 の 和尚 」 と も 呼 ば れ る 。 善導 出生 の 16 年 前 、 天台 宗 の 開祖 智ギ ( ちぎ ) が 死去 。 同じく 4 年 前 に 道綽 ( どう しゃく ) が 浄土 教 に 帰依 する 。 三 論 宗 再興 の 祖吉蔵 や 訳 経史 上 著名 な 玄奘 ( げんじょう ) は 同時代 。 大業 9 年 ( 613 年 ) 泗州 ( 現 : 安徽 省 ) 、 あるいは 臨淄 ( 現 : 山東 省 ) に 生まれ る 。 幼く し て 、 出家 し 諸所 を 遍歴 し た 後 、 長安 の 南 の 終南山 悟真寺 に 入寺 する 。 貞観 ( 唐 ) 15 年 ( 641 年 ) 29 歳 の 時 に 、 太原 市 に い た 道綽 を たずね 、 師事 し た 。 そして 貞観 19 年 ( 645 年 ) に 道綽 が 没 する まで 、 『 観無 量 寿経 』 など の 教え を 受け た 。 30 年 余り に わた り 別 の 寝床 を も た ず 、 洗浴 の 時 を 除 き 衣 を 脱 が ず 、 目 を 上げ て 女人 を 見 ず 、 一切 の 名利 を 心 に 起こ す こと が な かっ た と い う 。 道綽 没後 は 、 終南 山 悟真寺 に 戻 り 厳し い 修行 を おこな う 。 その 後 長安 に 出 て 、 『 阿弥陀 経 』 ( 10 万 巻 ) を 書写 し て 有縁 の 人々 に 与え たり 、 浄土 の 荘厳 を 絵図 に し て 教化 する など 、 庶民 の 教化 に 専念 する 。 一方 で 、 龍門 洞窟 奉先 寺 の 石窟 造営 の 検校 ( けん ぎょう ) を 勤め る など 、 幅広 い 活動 を する 。 長安 で は 、 光明 寺 ・ 慈恩 寺 ・ 実際 寺 など に 住 する 。 永隆 2 年 ( 681 年 ) 3 月 14 日 ( 3 月 27 日 と も ) 、 69 歳 に て 逝去 。 終南 山 の 山麓 に 、 弟子 の 懷惲 ら に よ り 、 崇霊塔 ( 善導 塔 ) と 香積 寺 が 建立 さ れ た 。 なお 、 善導 は 寺前 の 柳 の 樹木 に 登り 自ら 身 を 投 じ て 死 し た と も い わ れ る が 異論 も あ る 。 高宗 皇帝寂 後 、 寺額 を 賜り て 光明 と 号 す よう に な っ た 。 善導 は 日本 の 法然 ・ 親鸞 に 大きな 影響 を 与え た 。 法然 が 専修 念仏 を 唱道 し た の は 、 善導 の 『 観経 疏 』 ( 観無 量 寿経疏 ) 「 散善 義 」 の 中 の 、 「 一心 に 弥陀 の 名号 を 専念 し て 、 行住 坐臥 に 、 時節 の 久近 を 問 は ず 、 念々 に 捨て ざる 者 は 、 是 を 正定 の 業 と 名づ く 、 彼 の 仏願 に 順 ずる が 故 に 」 と い う 文 から で あ る 。 『 観無 量 寿経疏 』 ( 観経 疏 ) 4 巻 『 往生 礼讃 ( 往生 礼讃 偈 ) 』 1 巻 『 転経 行 道願往生 浄土 法事 讃 ( 法事 讃 ) 』 2 巻 『 依観 経 等 明般 舟 三 昧 行道往生讃 ( 般 舟 讃 ) 』 1 巻 『 観念 阿弥陀 仏 相海 三 昧 功徳 法門 ( 観念 法門 ) 』 1 巻 ほとんど 長安 の 時代 の 撰述 で 、 中 で も 『 観経 疏 』 は 日本 の 浄土 教 日本 に お い て 、 『 観無 量 寿経 ( 観経 ) 』 の 解釈 に もっとも 重要 な 文献 で あ る 。 +毛利 良勝 ( もうりよしかつ 、 生年 不詳 - 天正 10 年 6 月 2 日 ( 旧暦 ) ( 15 8 2 年 6 月 21 日 ) ) は 、 織田 信長 の 家臣 。 通称 は 新助 ( 新介 と も ) 、 新左衛門 。 名 は 秀高 と も 。 身分 は 信長 の 馬廻 で あ る が 、 小姓 で あ っ た と も い う 。 出自 に つ い て は 不明 だ が 、 織田 信長 に 仕え 、 永禄 3 年 ( 15 60 年 ) 、 桶狭間 の 戦い で は 負傷 し た 服部 一忠 を 助け 、 今川 義元 の 首 を 挙げ た 。 その 功 に よ り 、 のち に 黒 母 衣衆 の ひとり と な っ た が 、 信長 上洛 後 は 大河内 城攻め 、 甲州 攻め など で は 名 が あ る が 、 あまり ぱっと せ ず 、 吏僚 的 な 活躍 が 多 い ため 、 一隊 の 長 に 昇 る こと な く 信長 の 側近 と し て 旗 本部隊 に 属 し た 。 天正 10 年 ( 15 82 年 ) 、 本能 寺 の 変 の 際 は 京都 に 随行 し て お り 、 信長 の 長子 織田 信忠 を 守 っ て 二 条 城 に 篭 り 、 最期 に 黒 母 衣衆 と し て の 意地 を 見せ 、 奮戦 し て 壮絶 に 討死 し た 。 +最澄 ( さいちょう ) は 、 平安 時代 の 僧 で 、 日本 の 天台 宗 を 開 く 。 近江国 ( 滋賀 県 ) 滋賀 郡 古 市 郷 ( 現在 の 大津 市 ) に 生れ 、 俗名 は 三津 首 広野 ( みつ の おびと ひろ の ) 。 生年 に 関 し て は 天平 神護 2 年 ( 76 6 年 ) 説 も 存在 する 。 先祖 は 後漢 の 孝献 帝 ( こうけんてい ) に 連な る 登萬 貴王 ( と まきおう ) で 、 応神 天皇 の 時代 に 日本 に 渡来 し た と い わ れ て い る 。 なお 、 年齢 は 神護 景雲 元年 出生 説 に 基づ く 。 778 年 ( 宝亀 9 年 ) 、 12 歳 の とき 近江 国分寺 に 入 り 、 出家 し て 行表 ( ぎょうひょう ) の 弟子 と な る 。 780 年 、 14 歳 の とき 国分寺 僧 補欠 と し て 11 月 12 日 に 得度 し 名 を 最澄 と 改め た 。 783 年 ( 延暦 2 年 ) 、 17 歳 の とき 1 月 20 日 に 正式 な 僧侶 の 証明 で あ る 度牒 の 交付 を 受け る 。 785 年 、 19 歳 の とき 東大 寺 で 具足 戒 を 受け る 。 同年 7 月 、 比叡山 に 登 り 山林 修行 に 入 り 、 大蔵 経 を 読破 。 797 年 、 内供 奉 ( ないぐぶ ) 十 禅 師 。 80 2 年 、 高雄山寺 ( 神護 寺 ) 法華 会 ( ほっけえ ) 講師 。 入唐 求法 ( にっとう ぐ ほう ) の 還学生 ( げん がく しょう 、 短期 留学 生 ) に 選 ば れ る 。 80 4 年 7 月 、 通訳 に 門弟 の 義真 を 連れ 、 空海 と おなじく 九州 を 出発 。 9 月 明州 に 到着 。 天台 山 に 登 り 、 湛然 の 弟子 の 道邃 ( どうずい ) と 行満 ( ぎょう まん ) に つ い て 天台 教学 を 学 ぶ 。 さらに 道邃 に 大乗 菩 薩戒 を 受け 、 翛然 ( しゅくねん ) から 禅 、 順暁 ( じゅんぎょう ) から 密教 を 相承 する 。 80 5 年 5 月 、 帰路 の 途中和田 岬 ( 神戸 市 ) に 上陸 し 、 最初 の 密教 教化 霊場 で あ る 能福寺 を 開創 する 。 7 月 に 上洛 、 滞在 中 に 書写 し た 経典 類 は 230 部 460 巻 。 帰国 当時 、 桓武 天皇 は 病床 に あ り 、 宮中 で 天皇 の 病気 平癒 を 祈 る 。 80 6 年 ( 大同 ( 日本 ) 元年 ) 1 月 、 最澄 の 上表 に よ り 、 天台 業 2人 ( 止観 ( し かん ) 業 1人 、 遮那 ( しゃな ) 業 1人 ) が 年 分 度 者 と な る 。 これ は 南都 六 宗 に 準じ る 。 これ が 日本 の 天台 宗 の 開宗 で あ る 。 この ころ 、 空海 から 、 真言 、 悉曇 ( しったん ) ( 梵字 ) 、 華厳 ( けごん ) の 典籍 を 借り 、 研究 する 。 812 年 ( 弘仁 3 年 ) の 冬 、 弟子 の 泰範 、 円澄 、 光定 ( 僧 ) ( こうじょう ) ら と 高雄山 寺 に おもむ き 、 空海 から 灌頂 ( かんぢょ う ) を 受け る 。 813 年 11 月 、 最澄 が 「 理趣 釈 経 」 の 借用 を 申し出 た が 、 空海 は 「 文章 修行 で は な く 実践 修行 に よ っ て 得 られ る 」 と の 見解 を 示 し て 拒絶 、 以後 交流 は 相 容れ な かっ た 。 815 年 、 和気 氏 の 要請 で 大安 寺 で 講説 、 南都 の 学僧 と 論争 。 その 後 東国 へ 旅立 つ 。 関東 で 鑑真 ゆかり の 上野 の 緑野 ( みと の ) 寺 や 下野 の 小野寺 を 拠点 に 伝道 を 展開 する 。 法 相宗 ( ほっそう しゅう ) の 学僧 会津 徳一 ( とくいつ ) と の 間 に 、 三一 権実 ( さん いち ごんじつ ) の 論争 。 徳一 が 『 仏性 抄 』 ( ぶっしょうしょう ) を 著 し て 最澄 を 論難 し 、 最澄 は 『 照権 実 鏡 』 ( しょうごん じっ きょう ) で 反駁 。 論争 は 、 比叡山 へ 帰 っ た 後 も 続 き 、 『 法華 去惑 』 ( こわ く ) 『 守護 国 界 章 』 『 決権 実論 』 『 法華 秀句 』 など を 著 し た が 、 決着 が 付 く 前 に 最澄 も 徳一 も 死 ん で しま っ た の で 、 最澄 の 弟子 たち が 徳一 の 主張 は ことごとく 論破 し た と 宣言 し て 論争 を 打ち切 っ た 。 818 年 、 みずから 具足 戒 を 破棄 。 『 山家 学生 式 』 ( さん げ がく しょうしき ) を 定め 、 天台 宗 の 年 分 度 者 は 比叡山 に お い て 大乗戒 を 受け て 菩薩 僧 と な り 、 12 年間 山中 で 修行 する こと を 義務 づけ る 。 南都 の 僧綱 から 反駁 に こたえ て 『 顕戒 論 』 を 執筆 。 『 内証 仏 法 血脈 譜 』 を 書 い て 正統 性 を 説 く 。 82 2 年 6 月 26 日 ( 弘仁 13 年 6 月 4 日 ( 旧暦 ) ) 、 比叡 山 の 中道 院 で 没 、 享年 56 ( 満 54 歳 没 ) 。 没後 7 日 目 、 大乗戒壇 設立 は 、 弟子 の 光定 と 、 藤原 冬嗣 、 良岑 安世 の 斡旋 に よ り 勅許 。 866 年 ( 貞観 ( 日本 ) 8 年 ) 、 伝教 大師 の 諡号 ( しごう ) が 贈 ら れ た 。 書道 に おけ る 師承 は 明らか で な い が 、 80 4 年 に 入唐 し 、 帰朝 に 当 っ て 王 羲之 の 十 七 帖 、 王 献之 、 欧陽 詢 、 チョ 遂良 など の 筆跡 や 法帖 類 を 持ち帰 っ た 。 その 書風 は 空海 の 変幻 自在 な る に 比べ て 、 清澄 で 品格 が 高 い 。 真跡 と し て 現存 する もの に は 次 の よう な もの が あ る 。 久隔 帖 ( きゅう かく じょう ) 最澄 が 空海 の もと で 真言 を 学 ば せ て い た 弟子 の 泰範 に 宛て て 、 弘仁 4 年 ( 813 年 ) 1 1 月 25 日 付 で 書 い た 尺牘 ( せきとく 、 漢文 の 書状 ) で あ る 。 「 久隔 清音 」 の 句 で 始ま る の で この 名 が あ る 。 奈良 国立 博物 館 蔵 。 国宝 。 請来 目録 ( 越州 録 ) ( しょうらい もくろく ( えっしゅうろく ) ) 在唐 中 、 最澄 が 越州 ( 浙江 ) で 蒐集 また は 抄写 し た 経疏 、 天台 関係 の 文書 、 法具 など の 目録 で 、 延暦 24 年 ( 80 5 年 ) に 書 か れ た もの で あ る 。 楷 書体 で あ る が 久隔 帖 と 同じく 王 羲之風 の 流麗 な 筆致 で あ る 。 延暦 寺 蔵 。 国宝 。 羯磨 金 剛 目録 ( かつま こんごう もくろく ) 最澄 が 唐 から の 請来 品 を 弘仁 2 年 ( 811 年 ) 比叡山 に 奉納 し た 目録 の 断片 で 、 その 初行 の 文字 に よ っ て この 名 が あ る 。 全紙 に 比叡 山 の 印 が 捺 さ れ て い る 。 延暦 寺 蔵 。 国宝 。 +蓮如 ( れんにょ 、 応永 22 年 2 月 25 日 ( 旧暦 ) 〈 1415 年 4 月 4 日 〉 - 明応 8 年 3 月 25 日 ( 旧暦 ) 〈 1499 年 5 月 5 日 〉 ) は 室町 時代 の 浄土 真宗 の 僧 で あ る 。 本願 寺 第 八 世 。 諱 ( いみな ) は 、 「 兼壽 」 、 号 は 、 「 信證 院 」 。 同宗旨 で は 、 「 蓮如 上人 」 と 尊称 さ れ る 。 明治 15 年 ( 18 82 年 ) に 、 明治 天皇 より 「 慧燈 大師 」 の 諡 を 追贈 さ れ て い る 。 しばしば 本願 寺 蓮如 と 呼 ば れ る 。 親鸞 の 直系 と は いえ 蓮如 が 生まれ た 時 の 本願 寺 は 、 他宗 や 浄土 真宗 他 派 、 特に 真宗 佛 光 寺 派 の 興隆 に 対 し 、 衰退 の 極み に あ っ た 。 その 本願 寺 を 中興 し 、 現在 の 本願 寺 教団 ( 浄土 真宗 本願 寺 派 ・ 真宗 大谷 派 ) の 礎 を 築 い た 。 年齢 は 、 数え年 。 日付 は 、 『 御文 ( 御 文章 ) 』 と の 整合 を 保 つ 為 、 旧暦 表示 ( 性 歿 年 月日 を 除 く ) と し た 。 応永 22 年 2 月 25 日 ( 旧暦 ) ( 1415 年 4 月 4 日 ) 、 京都 東山 の 本願 寺 ( 現 、 崇泰院 ( そうたいいん ) 〔 知恩 院 塔頭 〕 付近 ) にて 、 本願 寺 第 七 世 ・ 存如 の 長子 と し て 生まれ る 。 母 は 存如 の 母 に 給仕 し た 女性 と 伝え られ て い る が 、 詳細 は 不明 。 幼名 は 、 「 布袋 丸 」 。 応永 27 年 ( 1420 年 ) 、 蓮如 が 6 歳 。 存如 が 本妻 を 迎え る に あた っ て 、 生母 は 本願 寺 を 退出 し その 後 行 方 知れ ず 。 蓮如 幼年 期 の 本願 寺 は 、 仏光 寺 の 隆盛 に 比 し 、 不振 の 極 に あ り 、 参拝 者 ( 後 に 蓮如 の 支援 者 と な っ た 堅田 本福寺 の 法住 ら ) が 余り に も 寂れ た 本願 寺 の 有様 を 見 て 呆 れ 、 仏光 寺 へ 参拝 し た ほど で あ っ た 。 永享 3 年 ( 1431 年 ) 17 歳 。 青蓮 院 で 得度 し 、 中納言 広橋 兼郷 の 猶子 と な る 。 名 を 「 中納言 兼壽 」 と 改め る 。 その 後 、 本願 寺 と 姻戚 関係 に あ っ た 興福 寺 大乗院 経覚 ( 母方 が 大谷 家 ( 本願 寺 ) の 出 と さ れ 、 父 ・ 存如 の 従兄弟 と 推定 さ れ て い る ) に つ い て 修学 。 父 存 如 を 補佐 し 門末 へ 下付 する ため 、 多く の 聖教 を 書写 し た 。 永享 6 年 ( 1434 年 ) 5 月 12 日 ( 旧暦 ) の 識語 を も つ 『 浄土 文 類 聚鈔 』 が 、 蓮如 の 書写 に な る 現存 最古 の もの 。 文安 4 年 ( 1447 年 ) 、 存如 と とも に 関東 を 訪ね る 。 宝徳 元年 ( 1449 年 ) 、 存如 と 北国 へ 布教 。 長禄 元年 ( 1457 年 ) 、 存如 が 没 し 、 同年 本願 寺 の 留主職 に 就 い た 。 継職 に あた り 異母 弟 ・ 応玄 ( 蓮照 ) を 擁立 する 動き も あ っ た が 、 叔父 宣祐 ( 如乗 ) の 主張 に よ り 蓮如 の 就任 が 決定 する 。 なお 、 歴代 住職 が 後継 者 に あて た 譲状 が 存如 筆 の もの だけ 現存 し な い と さ れ る ( 蓮如 実子 の 実悟 は 譲状 は 存在 し た と 主張 し て い る が 確証 は な い ) 事 から 宣祐 ( 如乗 ) に よ る 一種 の クーデター 説 も あ る 。 この 時 、 応玄 と 継母 は 怒り の 余り 家財 の ほとんど を 持ち出 し て しま っ た と 伝え られ る 。 この ころ の 本願 寺 は 多難 で 、 宗派 の 中心 寺院 と し て の 格 を 失 い 青蓮 院 の 一末 寺 に 転落 し て い た 。 宗派 に 対 し て も 青蓮 院 の 本寺 で あ っ た 比叡山 延暦寺 から 激し く 弾圧 が くわえ られ た 。 これ に 対 し て 蓮如 は 延暦 寺 へ の 上納金 支払い を 拒絶 する など し た 。 寛正 6 年 ( 1465 年 ) 1 月 8 日 ( 旧暦 ) 、 延暦 寺 は 本願 寺 と 蓮如 を 「 仏敵 」 と 認定 。 翌 1 月 9 日 ( 旧暦 ) 、 同 寺 西塔 の 衆徒 は 本願 寺 を 破却 。 同年 3 月 21 日 ( 旧暦 ) 、 再度 これ を 破却 。 蓮如 は 祖像 を 奉 じ て 近江 の 金森 、 堅田 、 大津 を 転々 と する 。 更に 蓮如 と は 親友 の 間柄 で あ っ た 専修 寺 ( 真宗 高田 派 ) の 真慧 が 自己 の 末寺 を 本願 寺 に 引き抜 か れ た 事 に 抗議 し て 絶縁 を 通告 し た ( 寛正 の 法難 ) 。 文正 2 年 ( 1467 年 ) 3 月 、 延暦 寺 と 和議 。 蓮如 の 隠居 と 長男 ・ 順如 の 廃嫡 が 盛り込 ま れ た 。 応仁 2 年 ( 1468 年 ) 、 北国 、 東国 の 親鸞 遺跡 を 訪ね る 。 応仁 3 年 ( 1469 年 ) 、 園城 寺 の 庇護 の もと に 大津 南 別所 に 顕証 寺 を 建立 、 順如 を 住持 と し て 祖像 を 同寺 に 置 く 。 文明 ( 日本 ) 3 年 ( 14 7 1 年 ) 4 月 上旬 、 越前 吉崎 に 赴 く 。 同年 7 月 27 日 ( 旧暦 ) 、 同所 に 吉崎 御坊 を 建立 。 荒地 で あ っ た 吉崎 は 急速 に 発展 する 。 一帯 に は 坊舎 や 多屋 ( 門徒 が 参詣 する 為 の 宿泊 所 ) が 立ち並 び 、 寺内 町 が 形成 さ れ て い っ た 。 信者 は 、 奥羽 から も 集ま っ た 。 文明 6 年 ( 1474 年 ) 、 加賀 国 守護 富樫 氏 の 内紛 で 富樫 政親 から 支援 の 依頼 を 受け る 。 蓮如 は 対立 する 富樫 幸 千代 が 真宗 高田 派 と 組 ん だ 事 を 知 る と 、 同派 の 圧迫 から 教団 を 維持 する ため に 政親 と 協力 し て 幸千 代 ら を 滅ぼ し た 。 だ が 、 加賀 の 民衆 が 次第 に 蓮如 の 下 に 集ま る 事 を 政親 が 危惧 し て 軋轢 を 生 じ た 。 更に 蓮如 の 配下 だっ た 下間 蓮崇 が 蓮如 の 命令 と 偽 っ て の 扇動 を 行 っ た ( ただし 、 蓮如 ら 本願 寺 関係 者 が 蓮崇 の 行動 に 対 し て 全く 関知 し て い な かっ た の か どう か に つ い て は 意見 が 分かれ て い る ) 。 文明 7 年   ( 1475 年 ) 8 月 21 日 ( 旧暦 ) 、 吉崎 を 退去 。 一揆 を 扇動 し た 下間 蓮崇 を 破門 。 小浜 、 丹波 、 摂津 を 経 て 河内 出口 に 居 を 定め た 。 文明 10 年 ( 1478 年 ) 、 山科 に 坊舎 の 造営 を 開始 。 文明 15 年 ( 1483 年 ) 8 月 22 日 ( 旧暦 ) 、 山科 本願 寺 の 落成 。 文明 18 年 ( 1486 年 ) 、 紀伊 に 下向 。 のち の 鷺森 別院 の 基礎 が でき る 。 長享 2 年 ( 1488 年 ) 、 5 月 加賀 の 一向 一揆 。 6 月 守護 の 富樫 政親 を 滅ぼ す 。 蓮如 は 「 成敗 の 御書 ( お 叱り の 御文 ) 」 を 送 っ て 一揆 を 諌め た 。 延徳 元年 ( 1489 年 ) 、 75 歳 。 寺務 を 五男 の 実如 に 譲 る 。 山科 南殿 に 隠居 し て 、 「 信證 院 」 と 号 する 。 明応 5 年 ( 1496 年 ) 9 月 、 大坂 石山 の 地 に 石山 御坊 を 建立 し 、 居所 と し た 。 後 の 石山 本願 寺 。 明応 8 年 ( 1499 年 ) 2 月 20 日 ( 旧暦 ) 、 死 に 際 し 石山 御坊 より 山科 本願 寺 に 帰参 。 同年 3 月 20 日 ( 旧暦 ) 、 下間 蓮崇 を 許 す 。 同年 3 月 25 日 ( 1499 年 5 月 5 日 ) 、 山科 本願 寺 に お い て 、 85 歳 で 入滅 する 。 生涯 に 4 人 の 妻 と 死別 し 、 5 人 の 妻 を 娶 る 。 子 は 13 男 14 女 。 死 の 直前 まで 公私 共 に 多忙 を 極め た 。 蓮如 の 布教 は 、 教義 を 消息 ( 手紙 ) の 形 で 分か り やす く 説 い た 『 御文 ( 御 文章 ) 』 を 中心 に 行な わ れ た 。 のち に 蓮如 の 孫 、 円如 が これ を 収集 し て 五帖 80 通 ( 『 五帖 御 文 』 ) に まとめ た ( これ に 含 ま れ な い 消息 は 『 帖外 御 文 』 と 言 わ れ 、 倍 くらい の 数 の 消息 が 数え られ て い る ) 。 『 御 文 』 と い う 呼 び 方 は 、 真宗 大谷 派 に て 用い られ 、 『 御 文章 』 と い う 呼 び 方 は 浄土 真宗 本願 寺 派 に て 用い られ る 。 文明 5 年 ( 1473 年 ) 3 月 、 吉崎 で 親鸞 の 『 正信 念仏 偈 ( 正信 偈 ) 』 「 三 帖 和讃 」 を 開版 し 、 門徒 たち の 朝夕 の 勤行 に 用い る よう 制定 し た 。 また 、 多数 の 門徒 に 「 六字 名号 」 を 、 本尊 と し て 書き 与え た 。 ほか に 『 正信 偈 証 註釈 』 『 正信 偈 大意 』 など が あ る 。 その 他 、 蓮如 の 死後 に 弟子 たち が 蓮如 の 言行 録 を 写し 継 い だ 書物 と し て 『 蓮如 上人 御 一代 記聞 書 ( 蓮如 上人 御 一代 聞書 ) 』 ( 全 316 箇条 ) が 、 残 さ れ て い る 。 +安倍 晴明 ( あべの せいめい / はるあきら / はれあき 、 延喜 21 年 ( 921 年 ) ? - 寛弘 2 年 9 月 26 日 ( 旧暦 ) ( 100 5 年 10 月 31 日 ) ) は 、 平安 時代 の 最も 有名 な 陰陽 師 の 一人 で あ り 、 鎌倉 時代 から 明治 時代 初め まで 陰陽 寮 を 統括 し た 阿倍 氏 ( 土 御 門家 ) の 祖 で あ る 。 当時 最 先端 の 呪術 ・ 科学 で あ っ た 「 天文 道 」 や 占い など の 陰陽 道 の 技術 に 関 し て 卓越 し た 知識 を 持 っ た エキスパート で あ り 、 平安 貴族 たち の 信頼 を 受け た 大陰陽 師 で 、 その 事跡 は 神秘 化 さ れ て 数 多く の 伝説 的 逸話 を 生 ん で い っ た 。 道摩 法師 ( 蘆屋 道満 ) と は ライバル 関係 に あ っ た 。 また 、 平将門 の 子 の 平将 国 が 安倍 晴明 で は な い か と い う 説 も あ る 。 後世 に 陰陽 道 の 経典 と な る 秘伝書 『 ほき 内伝 』 ( ほき な い でん 、 別名 『 金烏 玉 兎集 』 ) の 著者 に 仮託 さ れ て い る 。 実際 の 晴明 の 著作 と し て は 土御 門家 に 伝わ っ た 『 占事 略 决 』 が あ る 。 特に 近年 で は 夢枕 獏 の 小説 ( のち 漫画 ・ 映画 化 ) の ヒット に よ り 、 京都 に あ る 晴明 神社 が 人 で あふれかえ る ほど の 大 ブーム と な っ た 。 安倍 晴明 は 、 阿倍 氏 の 伝え る 系図 に よ る と 、 大膳 職 の 官 に あ る 下級 貴族 安倍 益材 ( あべの ますき ) の 子 と し て 摂津 国 阿倍野 ( 現 ・ 大阪 市 阿倍野 区 ) に 生まれ た ( 奈良 県 桜井 市 安倍 を 生誕 の 地 と する 伝承 も あ る ) 。 阿倍 仲麻呂 の 子孫 を 称 する が 、 系 図 で は 『 竹取 物語 』 に も その 名 が 登場 する 右 大臣 阿倍 御 主人 の 直系 の 子孫 で あ る と い う 説 が 有力 で あ る 。 また 、 一部 の 古 文書 で は 安倍 朝臣 晴明 で は な く 安倍 宿禰 晴明 と 記載 さ れ る もの が 散見 さ れ る ため 、 「 朝臣 」 を 「 宿禰 」 の 上位 に 厳格 に 位置 づけ る 当時 の 慣習 から 考え て 、 安倍 御 主人 から の 安倍 朝臣 姓 の 家系 で は な く 、 難波 吉 士 族 の 難波 忌 寸 ( のち 宿禰 ) の 末裔 で は な い か と する 説 も あ る 。 いずれ に し て も 古代 から 続 く 名門 の 家柄 に 生まれ て い る 。 生年 は 定か で は な い が 、 寛弘 二 年 九 月 ( 100 5 年 ) に 85 歳 で 亡くな っ た と 記録 さ れ て い る こと から 逆算 し て 延喜 二十 一 年 ( 921 年 ) 生まれ と 推定 さ れ る 。 幼少 の 頃 に つ い て は 確か な 記録 が な い が 、 陰陽 師 賀茂 忠行 ・ 賀茂 保憲 父子 に 陰陽 道 を 学 び 、 天文 道 を 伝授 さ れ た と い う こと に な っ て い る 。 確か な 記録 に 現れ る の は 96 0 年 で 、 当時 天文 得 業生 ( 陰陽 寮 に 所属 し 天文 博士 から 天文 道 を 学 ぶ 学生 の 職 ) で あ っ た 晴明 は 村上 天皇 に 占い を 命 ぜ られ た 。 出世 は 遅れ て い た が 占い の 才能 は 既に 貴族 社会 で 認め られ て い た こと が 伺え る 。 その 後 、 天文 博士 の 官 に 任 ぜ られ る 。 979 年 、 59 歳 の 晴明 は 当時 の 皇太子 ( 後 の 花山 天皇 ) の 命 で 那智山 ( 山 ) の 天狗 を 封 ずる 儀式 を 行 う 。 この ころ から 花山 天皇 の 信頼 を 受け る よう に な っ た よう で 、 記録 に しばしば 晴明 が 占い や 陰陽 道 の 儀式 を 行 っ た 様子 が 見 られ る よう に な る 。 花山 天皇 の 退位 後 は 、 一条 天皇 や 藤原 道長 の 信頼 を 集め る よう に な っ た こと が 、 道長 の 日記 『 御堂 関白 記 』 など の 当時 の 貴族 の 日記 から 分か る 。 陰陽 師 と し て 名声 を 極め た 晴明 は 、 天文 道 で 培 っ た 計算 能力 を か わ れ て 主計 寮 に 異動 し 主計 権助 を 務め た 。 その 後 、 京職 、 穀倉 院 、 播磨 国 など の 官 を 歴任 し 、 位 は 従 四 位 下 に のぼ っ た 。 さらに 天文 博士 や 陰陽 助 ( 陰陽 寮 の 次官 ) に 晴明 の 二人 の 息子 安倍 吉昌 と 安倍 吉平 が 任 ぜ られ 、 安倍 氏 は 晴明 一代 の 間 に 師 忠行 の 賀茂 氏 と 並 ぶ 陰陽 道 の 家 と な っ て い っ た 。 墓所 は 京都 嵯峨野 に あ り 、 渡月 橋 の 近く に ひっそり と 眠 っ て い る 。 安倍 晴明 を 祀 る 神社 は 、 屋敷跡 に 建て られ た と い う 一条 戻 橋 近く の 晴明 神社 や 、 生誕 地 の 大阪 市 阿倍野 区 に 建て られ た と さ れ る 安倍 晴明 神社 など 全国 各地 に 存在 する 。 また 子孫 で は 平安 時代 末期 の 安倍 泰親 と 室町 時代 初期 の 安倍 有世 が 優れ た 陰陽 師 で あ っ た と 言 わ れ て い る 。 有世 は 足利 義満 から 信頼 さ れ 、 その 推挙 で 陰陽 師 で は 初めて 公卿 と な っ た 。 有世 の 子孫 は 室町 時代 後期 頃 から 土御 門家 を 名乗 り 陰陽 道 のみ な ら ず 神道 や 暦 など の 分野 に も 大きな 影響 力 を 持 つ 事 に な る 。 土 御 門家 は 以後 江戸 時代 まで 幕府 の 天文 職 と 朝廷 の 陰陽 寮 の 要職 を 累代 に 継承 し て 家門 の 格 を 高め た 。 土 御 門家 最後 の 陰陽 寮 関連 人物 は 幕末 に 活動 し た 土御門 晴雄 の 息子 で 、 明治 初期 に 陰陽 寮 の 最後 を 見守 っ た 土御 門 晴栄 で あ る 。 晴明 が 死 ん だ 11 世紀 の うち に 、 早 く も 晴明 は 神秘 化 さ れ て い っ た 。 歴史 物語 の 『 大鏡 』 や 説話 集 の 『 今昔 物語 』 『 宇治 拾遺 物語 』 『 十 訓 抄 』 は いく つ か の 晴明 に 関 する 神秘 的 な 逸話 を 載せ る 。 帝紀 『 花山 天皇 』 花山 天皇 が 帝位 を 捨て て 出家 し よ う と し た 時 、 晴明 は 天文 を 見 て それ を 察知 し 、 式神 を 使 っ て 朝廷 に 急報 し よ う と し た が 、 ちょうど その 時 天皇 は 寺 に 向か っ て い る ところ だっ た 。 『 安部 晴明随忠 行習 道語 』 晴明 が 幼少 の 頃 、 賀茂 忠行 の 夜行 に 供 を し て い る 時 、 夜道 に 鬼 の 姿 を 見 て 忠行 に 知 ら せ た 。 忠行 は 晴明 が 優れ た 才能 を も つ こと を 悟 り 、 陰陽 道 の すべて を 教え込 ん だ 。 陰陽 道 の 大家 と な っ た 晴明 は 、 ある 時 播 磨 国 から 来 た 陰陽 師 に 術 比べ を 挑 ま れ た が 、 いと も た やす く 懲らしめ た 。 仁和 寺 の 寛朝 僧正 の ところ で 、 同席 し た 公卿 達 に 陰陽 道 の 技 で カエル を 殺 し て みせ る よう に せが ま れ 、 術 を 用い て 手 を 触れ ず に カエル を 真平ら に 潰 し た 。 晴明 の 家 で は 式神 を 家事 に 使 っ て お り 、 人 も い ない の に 勝手 に 門 が 開閉 し て い た 。 『 播磨 国 陰陽 師 智徳 法師 語 』 播磨 国 の 陰陽 師 、 智徳 法師 が 方術 で 海賊 を 捕らえ た 物語 だ が 、 末尾 に 「 智徳 は これ ほど 優れ た 陰陽 師 で あ り ながら 晴明 に は かな わ な かっ た 」 と 記 さ れ て い る の で 、 前 の 物語 に 登場 し た 播磨 の 陰陽 師 は 彼 の こと だ と わか る 。 『 晴明 蔵人 少将 封 ずる 事 』 晴明 が あ る 時 、 カラス に 糞 を かけ られ た 蔵人 少将 を 見 て 、 カラス の 正体 が 式神 で あ る こと を 見破 り 、 少将 の 呪い を と い て や っ た 。 『 御堂 関白 の 御犬 晴明 等 奇特 の 事 』 藤原 道長 が 可愛 が っ て い た 犬 が 、 ある 時 主人 の 外出 を 止め よ う と し た 。 驚 い た 道長 が 晴明 に 占 わ せ る と 、 晴明 は 式神 の 呪 い が かけ られ そう に な っ て い た の を 犬 が 察知 し た の だ と 告げ 、 式神 を 使 っ て 呪い を かけ た 陰陽 師 を 見つけ 出 し て 捕らえ た 。 『 十 訓 抄 』 に も 同様 の 記述 あり 。 文楽 ・ 歌舞伎 『 蘆屋 道満 大内鑑 』 ( 通称 「 葛 の 葉 」 ) 『 蘆屋 道満 大内鑑 』 を 始め と し て 、 葛 の 葉 伝承 を 題材 と する 作品 に は 、 多く の 場合 安倍 晴明 が 登場 する 。 『 蘆屋 道満 大内 鑑 』 で は 、 晴明 は 父 、 安倍 保名 と 母 、 葛葉 明神 の 化身 で あ る 白狐 と の 間 に 生まれ た 子供 と さ れ て い る 。 また 晴明 は 最終 的 に は 清浄 を 意味 する 「 清明 」 へ の 改名 を 帝 に 願い出 て 聞き 届け られ て い る 。 葛 の 葉 を 題材 と する 作品 を 参照 。 +源 義経 ( みなもと の よしつね 、 源義經 ) は 、 平安 時代 末期 の 河内 源 氏 の 武将 。 鎌倉 幕府 を 開 い た 源 頼朝 の 異母 弟 で あ る 。 本姓 は 源 氏 。 家系 は 清和 源 氏 の 一 支流 、 河内 源 氏 の 棟梁 ・ 源 頼信 の 流れ を 汲 む 。 仮名 ( 通称 ) ( 輩行 名 ) は 九郎 、 諱 ( 実名 ) は 義經 ( 義経 ) で あ る 。 河内 源 氏 の 嫡流 で あ る 源義朝 の 九男 と し て 生まれ 、 幼名 牛若丸 ( うし わかま る ) と 呼 ば れ た 。 平治 の 乱 で 父 が 敗死 し た こと に よ り 鞍馬 寺 に 預け られ る が 、 後 に 陸奥 国平泉 町 へ 下り 、 奥州 藤原 氏 の 当主藤 原 秀衡 の 庇護 を 受け る 。 兄源 頼朝 が 平氏 打倒 の 兵 を 挙げ る ( 治承 ・ 寿永 の 乱 ) と それ に 馳せ 参じ 、 一ノ谷 の 戦 い 、 屋島 の 戦 い 、 壇ノ浦 の 戦い の 合戦 を 経 て 平氏 を 滅ぼ し 、 その 最大 の 功労 者 と な っ た 。 その 後 、 兄 の 許可 を 得 る こと な く 官位 を 受け た こと で 頼朝 の 怒り を 買 い 、 それ に 対 し 自立 の 動き を 見せ た ため 、 頼朝 と 対立 し 朝敵 と さ れ た 。 全国 に 捕縛 の 命 が 伝わ る と 難 を 逃れ 再び 藤原 秀衡 を 頼 っ た が 秀衡 の 死後 、 頼朝 の 追及 を 受け た 当主藤原 泰衡 に 攻め られ 衣川 館 で 自刃 し 果て た 。 その 最期 は 世上 多く の 人 の 同情 を 引 き 、 判官 贔屓 ( ほうがん びいき ) と い う 言葉 、 多く の 伝説 、 物語 を 産 ん だ 。 文中 の ( ) の 年 は ユリウス 暦 、 月日 は 全て 和暦 、 宣明 暦 の 長暦 に よ る 。 源 九朗 義経 が 確か な 歴史 に 現れ る の は 、 黄瀬川 で 頼朝 と 対面 し た 22 歳 から 31 歳 で 自害 する わずか 9 年間 で あ り 、 その 前半 生 は 史料 と 呼べ る 記録 は な く 、 謎 に 包 ま れ て い る 。 今日 伝わ っ て い る 牛若丸 の 物語 は 、 歴史 書 で あ る 『 吾妻 鏡 』 に 短 く 記 さ れ た 記録 と 、 『 平治 物語 』 や 『 源平 盛衰記 』 の 軍記 物語 、 それ ら の 集大成 と し て より 虚構 を 加え た 物語 で あ る 『 義経 記 』 など に よ る もの で あ る 。 清和 源 氏 の 流れ を 汲 む 河内 源 氏 の 当主 源 義朝 の 九男 と し て 生まれ 、 牛若丸 ( うし わかま る ) と 名付け られ る 。 母 常盤 御前 は 藤原 呈子 の 雑仕 で あ っ た 。 父 が 平治 元年 ( 1159 年 ) の 平治 の 乱 で 平清盛 に 敗れ 、 数え年 2 歳 の 牛若 は 、 母 の 腕 に 抱 か れ て 2人 の 同母 兄 ・ 阿野 全成 、 義円 と とも に 大和 国 ( 奈良 県 ) の 山中 を 逃亡 し た 。 しかし 常盤 は 実母 が 捕ま っ た こと を 知 る と 、 清盛 の 元 に 出頭 し て 3 人 の 子 と 母 の 助命 を 乞 い 、 その 許し を 得 た 。 後 に 常盤 は 公家 の 一条 長成 に 嫁 ぎ 、 牛若丸 は 7 歳 の 時 鞍馬 寺 ( 京都 市 左京 区 ) に 預け られ 、 稚児 名 を 遮那 王 と 名乗 っ た 。 そして 11 歳 ( 15 歳 説 も ) の 時 、 自分 の 出生 を 知 る と 、 僧 に な る 事 を 拒否 し て 鞍馬 山 を 駆け回 り 、 武芸 に 励 ん だ 。 遮那 王 は 成人 する に 至 っ て 父 を 滅ぼ し た 伊勢 平 氏 に 対 する 復讐 の 念 を 抱 き 、 16 歳 の 時 に 鞍馬 寺 を 出奔 する 。 自ら の 手 で 元服 を 行 い 、 奥州 藤原 氏 宗主 、 鎮守 府 将軍 藤原 秀衡 を 頼 っ て 陸奥 国平泉 に 下 っ た 。 秀衡 の 舅 で 政治 顧問 で あ っ た 藤原 基成 は 一条 長成 の 従兄弟 の 子 で 、 その 伝 を たど っ た 可能 性 が 高 い 。 『 義経 記 』 で は 父義朝 の 最期 の 地 で も あ る 尾張国 に て 元服 し た と する 。 儀式 は 熱田 神宮 に て 行 い 、 源氏 ゆかり の 通字 で あ る 「 義 」 の 字 と 、 初代 源 経基 の 「 経 」 の 字 を 以 っ て 諱 を 義経 と し た 。 治承 4 年 ( 1180 年 ) 8 月 17 日 _ ( 旧暦 ) に 兄源 頼朝 が 伊豆 国 で 挙兵 する と 、 その 幕下 に 入 る こと を 望 ん だ 義経 は 、 兄 の もと に 馳せ 参 じ た 。 秀衡 から 差し向け られ た 佐藤 継信 、 佐藤 忠信 兄弟 等 およそ 80 騎 が 同行 し た 。 義経 は 富士川 の 戦い で 勝利 し た 頼朝 と 黄瀬 川 の 陣 ( 静岡 県 駿東 郡 清水町 _ ( 静岡 県 ) ) で 涙 の 対面 を 果た す 。 頼朝 は 、 義経 と もう 一人 の 弟 の 源 範頼 に 遠征 軍 の 指揮 を 委ね る よう に な り 、 本拠 地 の 鎌倉 に 腰 を 据え 東国 の 経営 に 専念 する こと に な る 。 伊勢平 氏 を 破 り 、 京 を 支配 し て い た 源 義仲 と 頼朝 が 対立 。 寿永 2 年 ( 1183 年 ) に 範頼 と 義経 は 大軍 を 率い て 近江国 へ 進出 し た 。 翌 寿永 3 年 ( 1184 年 ) 正月 、 範頼 と 義経 は 宇治川 の 戦い で 義仲 を 討ち取 り 、 頼朝 の 代官 と し て 入京 し た 。 この 間 に 平 氏 は 西国 で 勢力 を 回復 し 、 福原 京 ( 兵庫 県 神戸 市 ) まで 迫 っ て い た 。 義経 は 、 範頼 と とも に 平氏 追討 を 命 ぜ られ 、 2 月 4 日_ ( 旧暦 ) 、 義経 は 搦手 軍 を 率い て 播磨 国 へ 迂回 し 、 三 草 山 の 戦い で 夜襲 に よ っ て 平資盛 ら を 撃破 。 範頼 は 大手 軍 を 率い て 出征 し た 。 2 月 7 日 _ ( 旧暦 ) 、 一ノ谷 の 戦い で 義経 は 精兵 70 騎 を 率 い て 、 鵯越 の 峻険 な 崖 から 逆落とし を しかけ て 平家 本陣 を 奇襲 する 。 平 氏 軍 は 大 混乱 に 陥 り 、 鎌倉 軍 の 大勝 と な っ た 。 一ノ谷 の 合戦 後 の 元暦 元年 ( 1184 年 ) 6 月 、 朝廷 の 小除 目 が 行 わ れ 、 頼朝 の 推挙 に よ っ て 範頼 ら 源 氏 3 人 が 国司 に 任 ぜ られ た が 、 そこ に 任官 を 願 っ て い た 義経 の 名 は 無 かっ た 。 8 月 6 日_ ( 旧暦 ) 、 義経 は 頼朝 の 推挙 を 得 ず に 後白河 天皇 に よ っ て 左衛門 尉 と 検非 違使 ( 判官 ) に 任官 し 、 従 五 位 下 に 叙 せ られ 院 へ の 昇殿 を 許 さ れ た 。 鎌倉 に は 「 これ は 自分 が 望 ん だ もの で は な い が 、 法皇 が 度々 の 勲功 を 無視 でき な い と し て 強い て 任 じ られ た の で 固辞 する 事 が でき な かっ た 」 と 報告 。 頼朝 は 「 意志 に 背 く 事 は 今度 ばかり で は な い 」 と 激怒 し て 義経 を 平氏 追討 から 外 し て しま う 。 8 月 、 範頼 は 大軍 を 率い て 山陽道 を 進軍 し て 九州 へ 渡 る 。 9 月 _ ( 旧暦 ) 、 義経 は 河越 重頼 の 娘 ( 郷 御前 ) を 正室 に 迎え た 。 一方 、 範頼 の 遠征 軍 は 兵糧 と 兵船 の 調達 に 苦し み 、 進軍 が 停滞 し て しま う 。 頼朝 は やむな く 義経 の 投入 を 決意 。 元暦 2 年 ( 1185 年 ) 2 月 、 新た な 軍 を 編成 し た 義経 は 、 暴風 雨 の 中 を 少数 の 船 で 出撃 。 通常 3 日 かか る 距離 を 数 時間 で 到着 し 、 四国 讃岐 国 の 瀬戸 内海 沿い に あ る 平氏 の 拠点 屋島 を 奇襲 する 。 山 や 民家 を 焼き払 い 、 大軍 に 見せかけ る 作戦 で 平氏 を 敗走 さ せ た ( 屋島 の 戦い ) 。 範頼 も 九州 へ 渡 る こと に 成功 し 、 最後 の 拠点 で あ る 長門 国彦島 に 拠 る 平氏 の 背後 を 遮断 し た 。 義経 は 水軍 を 編成 し て 彦島 に 向か い 、 3 月 24 日_ ( 旧暦 ) ( 西暦 4 月 ) の 壇ノ浦 の 戦い で 勝利 し て 、 ついに 平氏 を 滅ぼ し た 。 宿願 を 果た し た 義経 は 法皇 から 戦勝 を 讃え る 勅使 を 受け 、 一ノ谷 、 屋島 以上 の 大功 を 成 し た 立 役者 と し て 、 平家 から 取り戻 し た 八咫 鏡 八 尺 瓊 勾玉 を 奉じ て 4 月 24 日_ ( 旧暦 ) 京都 に 凱旋 する 。 戦後 は 頼朝 の 代官 と し て 平安 京 に あ る 時 は 河内 源 氏 重代 の 館 で あ っ た 堀川 御所 に 住ま っ た 。 平家 を 滅 ぼ し た 後 、 義経 は 、 兄頼 朝 と 対立 し 、 自立 を 志向 し た が 果た せ ず 朝敵 と し て 追 わ れ る こと に な る 。 元暦 2 年 ( 1185 年 ) 4 月 15 日 _ ( 旧暦 ) に 頼朝 は 、 内挙 を 得 ず 朝廷 から 任官 を 受け た 関東 の 武士 ら に 対 し 、 任官 を 罵 り 、 平安 京 で の 勤仕 を 命 じ 、 東国 へ の 帰還 を 禁 じ た 。 また 4 月 21 日 _ ( 旧暦 ) 、 平氏 追討 で 侍所 所司 と し て 義経 の 補佐 を 務め た 梶原 景時 から 、 「 義経 は しきり に 追討 の 功 を 自身 一人 の 物 と し て い る 」 と 記 し た 書状 が 頼朝 に 届 い た 。 一方 、 義経 は 、 先 の 頼朝 の 命令 を 重視 せ ず 、 壇ノ浦 で 捕らえ た 平宗 盛 ・ 平清 宗 父子 を 護送 し て 、 5 月 7 日 _ ( 旧暦 ) 京 を 立 ち 、 鎌倉 に 凱旋 し よ う と し た 。 しかし 義経 に 不信 を 抱 く 頼朝 は 鎌倉 入り を 許 さ ず 、 宗盛 父子 のみ を 鎌倉 に 入れ た 。 この とき 、 鎌倉 郊外 の 山内 荘 腰越 ( 現 鎌倉 市 ) 満福 寺 に 義経 は 留め 置 か れ た 。 5 月 24 日_ ( 旧暦 ) 兄 頼朝 に 対 し 自分 が 叛意 の な い こと を 示 し 頼朝 の 側近 大江 広元 に 託 し た 書状 が 有名 な 腰越 状 で あ る 。 義経 が 頼朝 の 怒り を 買 っ た 原因 は 、 『 吾妻 鏡 』 に よ る と 許可 な く 官位 を 受け た こと の ほか 、 平 氏 追討 に あた っ て 軍監 と し て 頼朝 に 使わ さ れ て い た 梶原 景時 の 意見 を 聞 か ず 、 独断 専行 で 事 を 進め た こと 。 また 、 壇ノ浦 の 合戦 後 に 義経 が 範頼 の 管轄 で あ る 九州 へ 越権 行為 を し て 仕事 を 奪 い 、 配下 の 東国 武士 達 に 対 し て も わずか な 過ち で も 見逃 さ ず これ を 咎め立て する ばかり か 、 頼朝 を 通 さ ず 勝手 に 成敗 し 武士 達 の 恨み を 買 う など 、 自専 の 振る舞い が 目立 っ た 事 に よ る と し て い る 。 主に 西国 武士 を 率い て 平氏 を 滅亡 さ せ た 義経 の 多大 な 戦功 は 、 恩賞 を 求め て 頼朝 に 従 っ て い る 東国 武士 達 の 戦功 の 機会 を 奪 う 結果 に な り 、 鎌倉 政権 の 基盤 と な る 東国 御 家人 達 の 不満 を 噴出 さ せ た 。 特に 前者 の 許可 無 く 官位 を 受け た こと は 重大 で 、 まだ 官位 を 与え る こと が 出来 る 地位 に 無 い 頼朝 の 存在 を 根本 から 揺る が す もの だっ た 。 また 義経 の 性急 な 壇ノ浦 で の 攻撃 で 、 安徳 天皇 や 平時子 を 自殺 に 追い込 み 、 朝廷 と の 取引 材料 と 成 り 得 た 宝剣 を 紛失 し た 事 は 頼朝 の 戦後 構想 を 破壊 する もの で あ っ た 。 そして 義経 の 兵略 と 声望 が 法皇 の 信用 を 高め 、 武士 達 の 人心 を 集め る 事 は 、 武家 政権 の 確立 を 目指 す 頼朝 に と っ て 脅威 と な る もの で あ っ た 。 義経 は 入京 直後 、 かつて 平氏 が 院政 の 軍事 的 支柱 と し て 独占 し て き た 院 御 厩司 に 補任 さ れ 、 平家 の 捕虜 で あ る 平時 忠 の 娘 を 娶 っ た 。 かつて の 平氏 の 伝統 的 地位 を 、 義経 が 継承 し よ う と し た 、 あるいは 後白河 院 が 継承 さ せ よ う と し た 動き は 、 頼朝 が 容認 出来 る もの で は な かっ た の で あ る 。 結局 義経 は 鎌倉 へ 入 る 事 を 許 さ れ ず 、 6 月 9 日 _ ( 旧暦 ) に 頼朝 が 義経 に 対 し 宗盛 父子 と 平重衡 を 伴 わ せ 帰洛 を 命じ る と 、 義経 は 頼朝 を 深 く 恨 み 、 「 関東 に 於 い て 怨み を 成 す 輩 は 、 義経 に 属 く べ き 」 と 言い放 っ た 。 これ を 聞 い た 頼朝 は 、 義経 の 所領 を ことごとく 没収 し た 。 義経 は 近江 国 で 宗盛 父子 を 斬首 し 、 重衡 を 重衡 自身 が 焼き討ち に し た 東大 寺 へ 送 っ た 。 一方 京 に 戻 っ た 義経 に 、 頼朝 は 9 月 に 入 り 京 の 六条 堀川 の 屋敷 に い る 義経 の 様子 を 探 る べ く 梶原 景時 の 嫡男 梶原 景季 を 遣わ し 、 かつて 義仲 に 従 っ た 叔父 源 行家 追討 を 要請 し た 。 義経 は 憔悴 し た 体 で あらわれ 、 自身 の 病 と 行家 が 同じ 源氏 で あ る こと を 理由 に 断 っ た 。 10 月 、 義経 の 病 が 仮病 で あ り 、 すでに 源行 家 と 同心 し て い る と 判断 し た 頼朝 は 義経 討伐 を 決め 、 家人 土佐 坊 昌俊 を 京 へ 送 っ た 。 10 月 17 日 _ ( 旧暦 ) 、 土佐 坊 ら 六十 余 騎 が 京 の 義経 邸 を 襲 っ た ( 堀川 夜討 ) が 、 自ら 門戸 を 飛び出 し て き て 応戦 する 義経 に 行家 が 加わ り 、 合戦 は 襲撃 側 の 敗北 に 終わ っ た 。 義経 は 、 捕らえ た 昌俊 から この 襲撃 が 頼朝 の 命 で あ る こと を 聞 き 出 す と 、 これ を 獄門 し 同じく 頼朝 と 対立 し て い た 叔父 の 源行 家 と 共 に 京 で 頼朝 打倒 の 旗 を 挙げ た 。 彼 ら は 後白河 法皇 に 再び 奏上 し て 頼朝 追討 の 院宣 を 得 た が 、 頼朝 が 父 、 義朝 供養 の 法要 を 24 日営 み 、 家臣 を 集め た こと も あ り 賛同 する 勢力 は 少な かっ た 。 京都 周辺 の 武士 達 も 義経 ら に 与 せ ず 、 逆 に 敵対 する 者 も 出 て き た 。 さらに 後 、 法皇 が 今度 は 義経 追討 の 院宣 を 出 し た こと から 一層 窮地 に 陥 っ た 。 29 日 に 頼朝 が 軍 を 率い て 義経 追討 に 向か う と 、 義経 は 西国 で 体制 を 立て直 す ため 九州 行き を 図 っ た 。 11 月 1日 _ ( 旧暦 ) に 頼朝 が 駿河 国 黄瀬川 に 達 する と 、 11 月 3 日 _ ( 旧暦 ) 義経 ら は 西国 九州 の 緒方 惟栄 を 頼 り 、 300 騎 を 率い て 京 を 落ち た 。 途中 、 摂津 源 氏 の 多田 行綱 ら の 襲撃 を 受け 、 これ を 撃退 し て い る 。 6 日 に 一行 は 摂津 国 大物浦 ( 兵庫 県 尼崎 市 ) から 船団 を 組 ん で 九州 へ 船出 し よ う と し た が 、 途中 暴風 の ため に 難破 し 、 主従 散 り散り と な っ て 摂津 に 押し戻 さ れ て しま っ た 。 これ に よ り 義経 の 九州 落ち は 不 可能 と な っ た 。 一方 11 月 11 日 _ ( 旧暦 ) 、 義経 と 行家 を 捕らえ よ と の 院宣 が 諸国 に 下 さ れ た 。 さらに 頼朝 は 、 義経 ら の 追捕 の ため と し て 、 諸国 へ の 守護 と 地頭 の 設置 を 求め 、 入洛 さ せ た 北条 時政 の 交渉 の 末 、 設置 を 認め させ た 。 義経 は 郎党 や 愛妾 の 白拍子 の 静御前 を 連れ て 吉野 に 身 を 隠 し た が 、 ここ で も 追討 を 受け て 静 御前 が 捕らえ られ た 。 逃れ た 義経 は 反鎌倉 の 貴族 、 寺院 勢力 に 匿 わ れ 京都 周辺 に 潜伏 する が 、 翌年 の 文治 2 年 ( 1186 年 ) 5 月 に 和泉 国 で 叔父 ・ 行家 が 鎌倉 方 に 討ち 取 ら れ 、 各地 に 潜伏 し て い た 郎 党 達 も 次々 と 発見 さ れ 殺害 さ れ る 。 院 や 貴族 が 義経 を 逃が し て い る 事 を 疑 う 頼朝 は 、 同年 11 月 に 「 京都 側 が 義経 に 味方 する なら ば 大軍 を 送 る 」 と 恫喝 し て い る 。 京都 に 居 ら れ な く な っ た 義経 は 、 藤原 秀衡 を 頼 っ て 奥州 へ 赴 く 。 『 吾妻 鏡 』 文治 3 年 ( 1187 年 ) 2 月 10 日_ ( 旧暦 ) の 記録 に よ る と 、 義経 は 追捕 の 網 を かいくぐ り 、 伊勢 ・ 美濃 国 を 経 て 奥州 へ 向か い 、 正妻 と 子 ら を 伴 っ て 平泉 に 身 を 寄せ た 。 一行 は 山伏 と 稚児 の 姿 に 身 を やつ し て い た と い う 。 藤原 秀衡 は 関東 以西 を 制覇 し た 頼朝 の 勢力 が 奥州 に 及 ぶ こと を 警戒 し 、 義経 を 将軍 に 立て て 鎌倉 に 対抗 し よ う と し た が 、 文治 3 年 ( 1187 年 ) 10 月 29 日_ ( 旧暦 ) に 病没 し た 。 頼朝 は 秀衡 の 死 を 受け て 後 を 継 い だ 藤原 泰衡 に 、 義経 を 捕縛 する よう 朝廷 を 通 じ て 強 く 圧力 を かけ た 。 一方 、 義経 は 文治 4 年 ( 1188 年 ) 2 月 に 出羽 国 に 出没 し 、 鎌倉 方 と 合戦 を し て い る 。 また 文治 5 年 ( 1189 年 ) 1 月 に は 義経 が 京都 に 戻 る 意志 を 書 い た 手紙 を 持 っ た 比叡 山 の 僧 が 捕ま る など 、 再起 を 図 っ て い る 。 しかし 泰衡 は 再三 の 鎌倉 の 圧力 に 屈 し て 父 の 遺言 を 破 り 、 義経 を 慕 っ て い た 弟 の 藤原 頼衡 を 殺害 。 そして 閏月 4 月 30 日 _ ( 旧暦 ) 、 500 騎 の 兵 を も っ て 10 数 騎 の 義経 主従 を 藤原 基成 の 衣川 館 に 襲 っ た 。 義経 の 郎党 たち は 防戦 し た が 、 ことごとく 討 た れ た 。 館 を 平泉 の 兵 に 囲 ま れ た 義経 は 、 一切 戦 う こと を せ ず 持仏堂 に 篭 り 、 まず 正妻 と 4 歳 の 女子 を 殺害 し た 後 、 自害 し て 果て た 。 享年 31 で あ っ た 。 泰衡 は 義経 の 首 を 差し出 し 、 先 に 殺害 し た 弟 頼 衡 と 同じく 義経 派 で あ っ た 別 の 弟 藤原 忠衡 も 殺 し て 、 頼朝 に 助命 を 願い出 る 。 しかし 鎌倉 は 奥州 追討 に 乗り出 し 、 逃亡 し た 泰衡 は 家人 に 裏切 ら れ 殺害 さ れ た 。 義経 の 首 は 泰衡 の 弟 ・ 藤原 高衡 に 護衛 さ れ 、 43 日間 かけ て 鎌倉 に 送 ら れ た 。 首 は 、 美酒 に 浸け て 運 ば れ た もの の 、 折 から の 暑気 で 腐敗 し 、 誰 の 首 か わか ら な く な っ た と い う 。 この こと が 不死 伝説 を 生 む 一因 と な っ て い る 。 文治 5 年 ( 1189 年 ) 6 月 13 日 _ ( 旧暦 ) 、 首実 検 が 和田 義盛 と 梶原 景時 ら に よ っ て 、 腰越 の 浦 で 行 わ れ た 。 伝承 で は その 後 、 首 は 藤沢 に 葬 ら れ 白旗 神社 に 祀 ら れ た と さ れ 、 その 際 に 使 わ れ た と い う 首洗 い 井戸 が 残 さ れ て い る 。 また 、 栗原 市 栗駒 沼倉 の 判官 森 に 胴体 が 埋葬 さ れ た と 伝え られ る 。 人物 義経 は 九郎 の 通称 から 明らか な よう に 、 父義 朝 の 九男 に あた る 。 一説 に は 実 は 八男 だっ た が 武名 を 馳せ た 叔父 源 為朝 が 鎮西 八郎 と い う 仮名 _ ( 通称 ) ( けみょう ) で あ っ た の に 遠慮 し て 「 九郎 」 と し た と も い わ れ る が 、 伝説 の 域 を 出 な い 。 義朝 の 末子 で あ る こと は 確か で あ る 。 源 義平 、 源 頼朝 、 源 範 頼 ら は 異母 兄 で あ り 、 義経 の 母常盤 御前 から 生まれ た 同母 兄 と し て 阿野 全成 ( 今 若 ) 、 義円 ( 乙若 ) が い る 。 また 母 が 再婚 し た 一 条 長成 と の 間 に 設け た 異父 弟 と し て 一条 能成 が あ っ た 。 妻 に は 頼朝 の 媒酌 に よ る 正室 の 河越 重頼 の 娘 ( 郷 御前 ) 、 鶴岡 八幡宮 の 舞 で 有名 な 愛妾 の 白拍子 ・ 静 御前 、 平家 滅亡 後 に 平時 忠 が 保身 の 為 に 差し出 し た と さ れ る 時忠 の 娘 が あ る 。 子 に は 、 都落ち 後 の 逃避 行 中 に 誕生 し 衣川 館 で 死亡 し た 4 歳 の 女児 、 静 御前 を 母 と し て 生まれ 出産 後 間 も な く 鎌倉 の 由比ヶ浜 に 遺棄 さ れ た 男児 、 伊豆 国 の 源 有綱 ( 摂津 源 氏 の 源 頼政 の 孫 ) の 妻 に な っ た 女子 の 3 人 が 確認 さ れ る 。 人間 像 死後 何 百 年 の 間 に あらゆる 伝説 が 生まれ 、 実像 を 離れ た 多く の 物語 が 作 ら れ た 義経 で あ る が 、 以下 に は 史料 に 残 さ れ た 義経 自身 の 言動 と 、 直接 関わ っ た 人 たち の 義経 評 を 上げ る 。 『 吾妻 鏡 』 治承 4 年 ( 1180 年 ) 10 月 21 日 条 よ る と 、 奥州 に い た 義経 が 頼朝 の 挙兵 を 知 っ て 急 ぎ 頼朝 に 合流 し よ う と し た 際 、 藤原 秀衡 は 義経 を 強 く 引き留め る 。 しかし 義経 は 密か に 館 を 逃れ 出 て 旅立 っ た の で 、 秀衡 は 惜し み ながら も 留め る 事 を 諦め 、 追 っ て 佐藤 兄弟 を 義経 の 許 に 送 っ た 。 同じく 『 吾妻 鏡 』 に よ る と 、 養和 元年 ( 1181 年 ) 7 月 20 日 鶴岡 若宮 宝殿 上 棟 式典 で 、 頼朝 は 義経 に 大工 に 賜 る 馬 を 引 く よう 命 じ た 。 義経 が 「 ちょうど 下手 を 引 く 者 が い な い から ( 自分 の 身分 に 釣り合 う 者 が い な い ) 」 と 言 っ て 断 る と 、 次 の よう に 激し く 叱責 。 「 畠山 重忠 や 佐貫 広綱 が い る 。 」 「 卑し い 役 だ と 思 っ て 色々 理由 を 付け て 断 る の か 。 」 義経 は すこぶる 恐怖 し 、 直ぐ に 立 っ て 馬 を 引 い た 。 『 玉葉 』 に よ る と 、 寿永 3 年 ( 1184 年 ) 2 月 9 日 一ノ谷 の 合戦 後 、 義経 は 討ち 取 っ た 平家 一門 の 首 を 都 大路 に 引き渡 し 獄門 に かけ る 事 を 奏聞 する 為 、 少数 の 兵 で 都 に 駆け戻 る 。 朝廷 側 は 平家 が 皇室 の 外戚 で あ る 為 、 獄門 に かけ る 事 を 反対 する が 、 義経 と 範頼 は 、 これ は 自分 達 の 宿意 ( 父義朝 の 仇討ち ) で あ る と 以下 の よう に 強硬 に 主張 。 「 義仲 の 首 が 渡 さ れ 、 平家 の 首 は 渡 さ な い の は 全く 理由 が 無 い 。 」 「 何故 平家 に 味方 する の か 。 」 「 非常 に 不信 で あ る 」 公卿 達 は 義経 ら の 強 い 態度 に 押 さ れ 、 結局 13 日 に 平家 の 首 は 都 大路 を 渡 り 獄門 に かけ られ た 。 『 吉記 』 元暦 2 年 ( 1185 年 ) 正月 8 日 条 に よ る と 、 平家 の 残党 を 恐れ る 貴族 達 は 、 四国 へ 平家 追討 に 向か う 義経 に 都 に 残 る よう 要請 する が 、 義経 は 次 の よう に 答え た 。 「 2, 3 月 に な る と 兵糧 が 尽き て しま う 。 」 「 範頼 が もし 引き返 す 事 に な れ ば 、 四国 の 武士 達 は 平家 に 付 き 、 ますます 重大 な 事 に な り ま す 」 と 引き止め る 貴族 達 を 振り切 っ て 出陣 する 。 『 吾妻 鏡 』 に よ る と 、 2 日 16 日 に 屋島 へ 出陣 する 義経 の 宿所 を 訪れ た 公家 の 高階 泰経 ( 後白 河院 の 使い だっ た と さ れ る ) が 「 自分 は 兵法 に 詳し く な い が 、 大将 た る 者 は 先陣 を 競 う もの で は な く 、 まず 次将 を 送 る べ き で は な い か 」 と 訊 い た 。 これ に 対 し 義経 は 「 殊ニ 存念 アリ 、 一陣 ニオイテ 命 ヲ 棄 テント 欲 ス ( 特別 に 思 う 所 が あ っ て 、 先陣 に お い て 命 を 捨て た い と 思 う ) 」 と 答え て 出陣 し た 。 『 吾妻 鏡 』 の 筆者 は これ を 評 し 、 「 尤 も 精兵 と 謂 う べ き か ( 非常 に 強 い 兵士 と 言 う べ き か ) 」 と 書 い て い る 。 また 18 日 、 義経 は 船 で 海 を 渡 ろ う と し た が 、 暴風 雨 が 起こ っ て 船 が 多数 破損 し た 。 兵達 は 船 を 一艘 も 出 そ う と し な かっ た が 、 義経 は 以下 の よう に 言 っ た 。 「 朝敵 を 追討 する の が 滞 る の は 恐れ 多 い 事 で あ る 。 」 「 風雨 の 難 を 顧み る べ き で は な い 」 そして 深夜 2 時 、 暴風 雨 の 中 を 少数 の 船 で 出撃 し 、 通常 3 日 かか る 距離 を 4 時間 で 到着 し た 。 壇ノ浦 の 合戦 後 に 届 い た 義経 の 専横 を 批判 する 梶原 景時 の 書状 を 受け て 、 『 吾妻 鏡 』 は 「 自専 ノ 慮 ヲサシハサミ 、 カツテ 御 旨 ヲ守 ラズ 、 ヒトヘニ 雅意 ニマカセ 、 自由 ノ 張行 ヲイタスノ 間 、 人々 恨 ミヲナスコト 、 景時 ニ限 ラズ ( 義経 は その 独断 専行 に よ っ て 景時 に 限 ら ず 、 人々 ( 関東 武士 達 ) の 恨み を 買 っ て い る ) 」 と 書 い て い る 。 その 一方 で 義経 の 自害 の 後 、 景時 と 和田 義盛 ら郎 従 20 騎 が その 首 を 検分 し た 時 、 「 観ル 者 ミナ 双 涙 ヲ拭 ヒ 、 両衫 ヲ湿 ホス ( 見 る 者 皆 涙 を 流 し た ) 」 と あ り 、 義経 へ の 批判 と 哀惜 の 両面 が 伺え る 。 壇ノ浦 合戦後 、 義経 を 密か に 招 い て 合戦 の 様子 を 聞 い た 仁和 寺 御室 の 守覚 法 親王 の 記録 『 左記 』 に 次 の よう に あ る 。 「 彼 の 源延 尉 は 、 ただ の 勇士 に あ ら ざる なり 。 張良 ・ 三略 ・ 陳平 ・ 六 奇 、 その 芸 を 携え 、 その 道 を 得 る もの か ( 義経 は 尋常 一様 で な い 勇士 で 、 武芸 ・ 兵法 に 精通 し た 人物 ) 」 『 玉葉 』 ・ 『 吾妻 鏡 』 に よ る と 、 頼朝 と 対立 し た 義経 は 文治 元年 ( 1185 年 ) 10 月 11 日 と 13 日 に 後白河院 の 元 を 訪れ 、 次 の よう に 述べ た 。 「 頼朝 が 無実 の 叔父 を 誅 し よ う と し た の で 、 行家 も ついに 謀反 を 企て た 。 自分 は 何 と か 制止 し よ う と し た が 、 どう し て も 承諾 せ ず 、 だ から 義経 も 同意 し て しま っ た 。 その 理由 は 、 自分 は 頼朝 の 代官 と し て 命 を 懸け て 再三 大功 を 立て た に も 関わ ら ず 、 頼朝 は 特に 賞 する どころ か 自分 の 領地 に 地頭 を 送 っ て 国務 を 妨害 し た 上 、 領地 を ことごとく 没収 し て しま っ た 。 今 や 生き る 望み も な い 。 しかも 自分 を 殺 そ う と する 確報 が あ る 。 どう せ 難 を 逃れ られ な い なら 、 長良 川 辺り に 向か い 一矢 報 い て 生死 を 決 し た い と 思 う 。 この 上 は 頼朝 追討 の 宣旨 を 頂 き た い 。 それ が 叶 わ な けれ ば 両名 と も 自害 する 」 院 は 驚 い て 重ね て 行家 を 制止 する よう 命 じ た が 、 16 日 ( に 次 の よう に ) 述べ 、 天皇 ・ 法皇 以下 公卿 ら を 引き連れ て 下向 し かね な い 様子 だっ た と い う 。 「 やはり 行家 に 同意 し た 。 理由 は 先日 述べ た 通り 。 」 「 今 に 至 っ て は 頼朝 追討 の 宣旨 を 賜 り た い 。 」 「 それ が 叶 わ な けれ ば 身 の 暇 を 賜 っ て 鎮西 へ 向か い た い 」 追いつめ られ た 義経 が 平家 や 木曾 義仲 の よう に 狼藉 を 働 く の で は と 都中 が 大騒ぎ に な っ た が 、 義経 は 11 月 2 日 に 四国 ・ 九州 の 荘園 支配 の 権限 を 与え る 院宣 を 得 る と 、 3 日 早朝 に 院 に 使者 を たて 、 ( 次 の よう に ) 挨拶 し て 静か に 都 を 去 っ た 。 「 鎌倉 の 譴責 を 逃れ る 為 、 鎮西 に 落ち ま す の で 、 最後 に ご 挨拶 し た い と 思 い ま す が 、 武装 し た 身 な の で この まま 出発 し ま す 」 『 玉葉 』 の 著者 で あ る 公家 の 九条 兼実 は 頼朝 派 の 人間 で あ っ た が 、 義経 の 平穏 な 京都 退去 に 対 し 、 ( 次 の よう に ) と 褒め 称え て い る 。 「 院 中 已下 諸 家 悉 く 以 て 安穏 なり 。 」 「 義経 の 所行 、 実 に 以 て 義士 と 謂 ふ 可 き か 。 」 「 洛中 の 尊卑 随喜 せ ざる はなし ( 都中 の 尊卑 これ を 随喜 し な い もの は な い 。 」 「 義経 の 所行 、 まこと に も っ て 義士 と い う べ き か ) 」 「 義経 大 功 ヲ成 シ 、 ソノ 栓 ナシトイヘドモ 、 武勇 ト 仁義 トニオイテハ 、 後代 ノ 佳名 ヲノコスモノカ 、 歎美 スベシ 、 歎美 スベシ ( 義経 は 大功 を 成 し 、 その 甲斐 も な かっ た が 、 武勇 と 仁義 に お い て は 後代 の 佳名 を 残 す もの で あ ろ う 。 」 「 賞賛 す べ き で あ る ) 」 容貌 ・ 体格 義経 の 容貌 に 関 し て 、 同 時代 の 人物 が 客観 的 に 記 し た 史料 や 、 生前 の 義経 自身 を 描 い た 確か な 絵画 は 存在 し な い 。 書籍 など で よく 掲載 さ れ て い る 中尊 寺 所蔵 の 義経 画像 は 弁慶 と 対 に な っ て お り 、 『 義経 記 』 で 藤原 泰衡 に 襲撃 さ れ る 場面 を 描 い た もの で あ る が 、 これ は 戦国 時代 ( 日本 ) 、 もしくは 江戸 時代 の 作 と さ れ 、 本人 の 実際 の 姿 を 描 い た もの で は な い 。 身長 に 関 し て は 大山祇 神社 に 甲冑 が 奉納 さ れ て い る の で これ を 元 に 推測 する と 150 cm 前後 くらい で は な い か と 言 わ れ て い る 。 義経 の 死後 ま も な い 時代 に 成立 し た と さ れ る 『 平家 物語 』 で は 、 平氏 の 武士 ・ 平盛 嗣 が 「 九朗 は 色白 う せい ちいさき が 、 むかば の こと に さしい で て しる かんなるぞ 」 ( 九朗 は 色白 で 背 の 低 い 男 だ が 、 前歯 が とくに 差し出 て い て はっきり わか る と い う ぞ ) と 伝聞 の 形 で 述べ て い る 。 これ は 「 鶏合 」 の 段 で 、 壇ノ浦 合戦 を 前 に 平氏 の 武士 達 が 敵 で あ る 源氏 の 武士 を 貶め て 、 戦意 を 鼓舞 する 場面 に 出 て くる もの で あ る 。 また 「 弓流 」 の 段 で 、 海 に 落と し た 自分 の 弓 を 拾 っ た 逸話 の 際 に 「 弱 い 弓 」 と 自ら 述べ る など 、 肉体 的 に は 非力 で あ る 描写 が さ れ て い る 。 『 義経 記 』 で は 、 楊貴妃 や 松浦 佐用 姫 に たとえ られ 、 女 と 見まご う よう な 美貌 と 書 か れ て い る 。 その 一方 で 平家 物語 を その まま 引用 し た と 思 わ れ る 矛盾 し た 記述 も あ る 。 『 源平 盛衰記 』 で は 「 色白 で 背 が 低 く 、 容貌 優美 で 物腰 も 優雅 で あ る 」 と い う 記述 の 後 に 、 『 平家 物語 』 と 同じく 「 木曾 義仲 より 都 なれ し て い る が 、 平家 の 選 び 屑 に も 及 ば な い 」 と 続 く 。 『 平治 物語 』 の 「 牛若 奥州 下り の 事 」 の 段 で は 、 義経 と 対面 し た 藤原 秀衡 の 台詞 と し て 「 みめ よ き 冠者 ど の な れ ば 、 姫 を 持 っ て い る 者 は 婿 に も 取 り ま しょ う 」 と 述べ て い る 。 江戸 時代 に は 猿楽 ( 現能 ) や 歌舞伎 の 題材 と し て 義経 物語 が 「 義経 物 」 と 呼 ば れ る 分野 に まで 成長 し 、 人々 の 人気 を 博 し た が 、 そこ で の 義経 は 容貌 を 美化 さ れ 、 美男子 の 御曹子 義経 の 印象 が 定着 し て い っ た 。 源 有綱 … 義経 の 娘婿 。 武蔵 坊 弁慶 … 義経 四 天王 の 一人 。 佐藤 継信 … 『 源平 盛衰記 』 に おけ る 義経 四 天王 の 一人 。 佐藤 忠信 … 『 源平 盛衰記 』 に おけ る 義経 四 天王 の 一人 。 伊勢 義盛 … 義経 四 天王 の 一人 。 堀 景 光 亀井 重清 … 義経 四 天王 の 一人 。 常陸 坊 海尊 … 義経 四 天王 の 一人 。 鷲尾 義久 駿河 次郎 鎌田 盛政 … 『 源平 盛衰記 』 に おけ る 義経 四 天王 の 一人 。 鎌田 光政 … 『 源平 盛衰記 』 に おけ る 義経 四 天王 の 一人 。 一条 良成 … 義経 の 異父 弟 。 深栖 頼重 金売 吉次 優れ た 軍才 を 持 ち ながら 非業 の 死 に 終わ っ た 義経 の 生涯 は 、 人々 の 同情 を 呼 び 、 この よう な 心情 を 指 し て 判官 贔屓 ( ほうがん び い き 、 判官 ( ほう がん ) と は 義経 が 後白河 法皇 から 与え られ た 官位 に よ る 呼称 で あ り 、 はんがん びいき と い う 読 み 方 は 間違い ) と い う よう に な っ た 。 また 、 義経 の 生涯 は 英雄 視 さ れ て 語 ら れ る よう に な り 、 次第 に 架空 の 物語 や 伝説 が 次々 と 付加 さ れ 、 史実 と は 大き く かけ離れ た 義経像 が 形成 さ れ た 。 義経 伝説 の 中 で も 特に 有名 な 武蔵 坊 弁慶 と の 五 条 大橋 で の 出会 い 、 陰陽 師 鬼一 法眼 の 娘 と 通 じ て 伝家 の 兵書 『 六韜 』 『 三略 』 を 盗み出 し て 学 ん だ 話 、 衣川 合戦 で の 武蔵 坊 弁 慶 弁慶 の 立ち往生 伝説 など は 、 死後 20 0 年 後 の 室町 時代 初期 の 頃 に 成立 し た と い わ れ る 『 義経 記 』 を 通 じ て 世上 に 広ま っ た 物語 で あ る 。 特に 『 六韜 』 の うち 「 虎巻 」 を 学 ん だ こと が 後 の 治承 ・ 寿永 の 乱 で の 勝利 に 繋が っ た と 言 わ れ 、 ここ から 成功 の ため の 必読 書 を 「 虎 の 巻 」 と 呼 ぶ よう に な っ た 。 また 後代 に は 、 様々 な 文物 が 由緒 の 古 さ を 飾 る ため に 義経 の 名 を 借り る よう に な っ た 。 例えば 、 義経 や 彼 の 武術 の 師匠 と さ れ る 鬼一 法 眼 から 伝わ っ た と さ れ る 武術 流派 が 存在 する 。 後世 の 人々 の 判官 贔屓 の 心情 は 、 義経 は 衣川 で 死 ん で お ら ず 、 奥州 から さらに 北 に 逃げ た の だ と い う 不死 伝説 を 生み出 し た 。 この よう な 伝説 、 あるいは 伝説 に 基づ い て 史実 の 義経 は 北方 に 逃れ た と する 主張 を 、 源義経 北 行説 と 呼 ん で い る 。 この 伝説 に 基づ い て 、 寛政 11 年 ( 1799 年 ) 、 蝦夷 の 日高 ピラトリ ( 現 北海道 平取 町 ) に 義経 神社 が 創建 さ れ た 。 義経 北行 伝説 の 原型 と な っ た 話 は 、 室町 時代 の 御伽 草子 に 見 られ る 「 御 曹子 島渡 」 説話 で あ る と 考え られ て い る 。 これ は 、 頼朝 挙兵 以前 の 青年 時代 の 義経 が 、 当時 「 渡島 」 と 呼 ば れ て い た 北海道 に 渡 っ て さまざま な 怪異 を 体験 する と い う 物語 で あ る 。 この よう な 説話 が 、 のち に 語り手 たち の 蝦夷 地 ( 北海道 ) の アイヌ に 対 する 知識 が 深ま る に つれ て 、 衣川 で 難 を 逃れ た 義経 が 蝦夷 地 に 渡 っ て アイヌ の 王 と な っ た 、 と い う 伝説 に 転化 し た と 考え られ る 。 この 北行 伝説 の 延長 と し て 幕末 以降 の 近代 に 登場 し た の が 、 義経 が 蝦夷 地 から 海 を 越え て 大陸 へ 渡 り 、 チンギス ・ ハーン ( ジンギスカン ) に な っ た と する 『 義経 = ジンギスカン 説 』 で あ る 。 この 伝説 の 萌芽 も やはり 日本 人 の 目 が 北方 に 向 き 始め た 江戸 時代 に あ る 。 清 の 乾隆 帝 の 御文 の 中 に 「 朕 の 先祖 の 姓 は 源 、 名 は 義経 と い い 、 その 祖 は 清和 天皇 から 出 た の で 国号 を 清 と し た の だ 」 と 書 い て あ っ た 、 と い う 噂 が 流布 し た 。 12 世紀 に 栄え た 金_ ( 王朝 ) の 将軍 に 源 義経 と い う もの が いた と 記 し た 偽書 『 金史 別本 』 ( 偽作 者 は 日本 人 ) が 珍本 と し て 喜 ば れ たり し た 。 この よう に 江戸 時代 に 既に 存在 し た 義経 が 大陸 渡航 し 女真 ( 満州 ) に な っ た と い う 風説 から 、 明治 時代 に な る と 義経 が チンギス ・ ハーン に な っ た と い う 説 が 唱え られ る よう に な っ た 。 明治 に 入 り 、 これ を 記 し た フィリップ ・ フランツ ・ フォン ・ シーボルト の 著書 『 日本 』 を 留学 先 の ロンドン で 読 ん だ 末松 謙澄 は 、 当時 中国 の 属国 と しか 見 られ て い な かっ た 日本 の 自己 主張 の ため に 、 ケンブリッジ 大学 の 卒業 論文 で 「 大征服 者 成吉 思 汗 は 日本 の 英雄 源 義経 と 同一 人物 な り 」 と い う 論文 を 書 き 、 『 義経 再興記 』 ( 明治 史学会 雑誌 ) と し て 日本 で 和訳 出版 さ れ ブーム と な る 。 大正 に 入 り 、 アメリカ 合衆 国 に 学 び 牧師 と な っ て い た 小谷部 全一郎 は 、 北海道 に 移住 し て アイヌ 問題 に 取り組 ん で い た が 、 アイヌ の 人々 が 信仰 する オキクルミ が 義経 で あ る と い う 話 を 聞 き 、 義経 北行 伝説 の 真相 を 明 か す ため に 大陸 に 渡 っ て 満州 ・ モンゴル 高原 を 旅行 し た 。 彼 は この 調査 で 義経 が チンギス ・ ハーン で あ っ た こと を 確信 し 、 大正 13 年 ( 1924 年 ) に 著書 『 成吉 思 汗ハ源義 經也 』 を 出版 し た 。 この 本 は 判官 贔屓 の 民衆 の 心 を 掴 ん で 大 ベスト セラー と な る 。 現代 の 日本 で 義経 = ジンギスカン 説 が 知 ら れ て い る の は 、 この 本 が ベスト セラー に な っ た 事 に よ る もの で あ る 。 こう し た ジンギスカン 説 は 明治 の 学界 から 入夷 伝説 を 含め て 徹底 的 に 否定 さ れ 、 アカデミズム の 世界 で まとも に 取り上げ られ る 事 は な かっ た が 、 学説 を 越え た 伝説 と し て 根強 く 残 り 、 同書 は 昭和 初期 を 通 じ て 増刷 が 重ね られ 、 また 増補 が 出版 さ れ た 。 この 本 が 受け入れ られ た 背景 と し て 、 日本 人 の 判官 贔屓 の 心情 だけ で は な く 、 かつて の 入夷 伝説 の 形成 が 江戸 期 に おけ る 蝦夷 地 へ の 関心 と 表裏 で あ っ た よう に 、 領土 拡大 、 大陸 進出 に 突き進 ん で い た 当時 の 日本 社会 の 風潮 が あ っ た 。 菱沼 一憲 ( 国立 歴史 民俗 博物 館 科 研 協力 員 ) は 著書 で 以下 の 説 を 述べ て い る 。 頼朝 と の 対立 の 原因 に つ い て は 、 確か に 、 『 吾妻 鏡 』 元暦 元年 ( 1184 年 ) 八 月 十 七 日 条 に は 、 同年 8 月 6 日_ ( 旧暦 ) 、 兄 の 許可 を 得 る こと な く 官位 を 受け た こと で 頼朝 の 怒り を 買 い 、 追討 使 を 猶予 さ れ た と 書 か れ て い る 。 しかし 、 同じく 『 吾妻 鏡 』 八 月 三 日 条 に よ る と 、 8 月 3 日 _ ( 旧暦 ) 、 頼朝 は 義経 に 伊勢 国 の 平信 兼 追討 を 指示 し て い る の で 、 任官 以前 に 義経 は 西海 遠征 から 外れ て い た と も 考え られ る 。 また 、 同月 26 日 、 義経 は 平氏 追討使 の 官符 を 賜 っ て い る 。 源 範頼 が 平氏 追討使 の 官符 を 賜 っ た の が 同 29 日 な の で 、 それ より 早 い 。 つまり 、 義経 が 平氏 追討使 を 猶予 さ れ た 記録 は な い の で あ る 。 よ っ て 、 『 吾妻 鏡 』 十 七 日 条 は 、 義経 失脚 後 、 その 説明 を する ため に 創作 さ れ た もの と 思 わ れ る 。 義経 は 優れ た 戦略 家 で あ り 戦術 家 で あ っ た 。 どの 合戦 で も 、 神 が かっ た 勇気 や 行動 力 で は な く 、 周到 で 合理 的 な 戦略 と その 実行 に よ っ て 勝利 し た の で あ る 。 一ノ谷 の 戦い で は 、 義経 は 夜襲 に よ り 三 草 山 の 平家 軍 を 破 っ た 後 、 平家 の 地盤 で あ っ た 東 播磨 を 制圧 し つつ 進軍 し て い る 。 これ は 、 平家 軍 の 丹波 ルート から の 上洛 を 防 ぐ ため で も あ っ た 。 また 、 義経 自身 の 報告 に よ る と 、 西 の 一ノ谷口 から 攻め 入 っ て い る の で あ り 、 僅 か な 手勢 で 断崖 を 駆け下り る と い う 無謀 な 作戦 は 実施 し て い な い 。 屋島 の 戦い で は 、 水軍 を 味方 に 付け て 兵糧 ・ 兵船 を 確保 し 、 四国 の 反平家 勢力 と 連絡 を 取り合 う など 、 1 箇月 かけ て 周到 に 準備 し て い る 。 そして 、 義経 が 陸 から 、 梶原 景時 が 海 から 屋島 を 攻め る と い う 作戦 を 立て て い た の で あ り 、 景時 が 止め る の も 聞 か ず に 嵐 の 海 に 漕 ぎ 出 し た わけ で は な い 。 壇ノ浦 の 戦い の 前 に も 、 水軍 を 味方 に 引き入れ て 瀬戸 内海 の 制海 権 を 奪 い 、 軍備 を 整え る の に 1 箇月 を 要 し て い る 。 また 、 義経 が 水手 ・ 梶取 を 弓矢 で 狙 え ば 、 平家 方 も 応戦 する はず で あ る 。 当時 、 平家 方 は 内陸 の 拠点 を 失 い 、 弓箭 の 補給 も まま な ら な かっ た 。 その ため 序盤 で 矢 を 射尽く し 、 後 は 射かけ られ る まま と な っ て 無 防備 な 水手 ・ 梶取 から 犠牲 に な っ て い っ た の で あ る 。 そもそも 当時 の 合戦 に ルール は 存在 せ ず ( 厳密 に 言 う なら ば 、 武士 が 私的 な 理由 、 所領 問題 や 名誉 に 関わ る 問題 で 、 自力 ・ 当事 者 間 で 解決 し よ う と し て 合戦 に 及 ぶ 場合 に は 一騎 打ち や 合戦 を 行 う 場所 の 指定 など が あ っ た こと が 『 今昔 物語 集 』 など で 確認 でき る ) 、 義経 の 勝因 を 当時 と し て は 卑怯 な 戦法 に あ る 、 と 非難 する こと に 対 する 反論 も あ る 。 義経 は 頼朝 の 代官 と し て 、 平家 追討 と い う 軍務 を 遂行 し つつ 、 朝廷 と の 良好 な 関係 を 構築 する と い う 相 反 する 任務 を こな し 、 軍事 ・ 政治 の 両面 で 成果 を 上げ た 。 また 、 無断任官 問題 は 『 吾妻 鏡 』 の 創作 で あ り 、 「 政治 センス の 欠如 」 と い う 評価 は 当 ら な い の で あ る 。 佐藤 進一 は 頼朝 と 義経 の 対立 に つ い て 、 鎌倉 政権 内部 に は 関東 の 有力 御 家人 を 中心 と する 「 東国 独立 派 」 と 、 頼朝 側近 と 京下り 官僚 ら 「 親京都 派 」 が 並立 し て い た こと が 原因 で あ る と 主張 し て い る 。 義経 は 頼朝 の 弟 で あ り 、 平家 追討 の 搦手 大将 と 在京 代官 に 任 じ られ る など 、 側近 の 中 で も 最も 重用 さ れ た 。 上洛 後 は 朝廷 と の 良好 な 関係 を 構築 する ため 、 武士 狼藉 停止 に 従事 し て お り 、 頼朝 の 親京都 政策 の 中心 人物 で あ っ た 。 その 後 、 関東 の 有力 御 家人 で 編成 さ れ た 範頼 軍 が 半年 かか っ て も 平家 を 倒せ な い 中 、 義経 は 西国 の 水軍 を 味方 に 引き入れ る こと で 約 2 箇月 で 平家 を 滅 ぼ し た 。 この 結果 、 政策 決定 の 場 で も 論功 行賞 の 配分 で も 親京都 派 の 発言 力 が 強ま っ た 。 しかし 、 東国 独立 派 は 反発 し 、 親京都 政策 の 急先鋒 で あ っ た 義経 を 糾弾 し た 。 頼朝 は 支持 基盤 で あ る 有力 御 家人 を 繋ぎ止め る ため 、 義経 に 与え た 所領 を 没収 し て 御 家人 たち に 分け与え た 。 合戦 を 勝利 に 導 い た に も かかわ ら ず 失脚 さ せ られ た 義経 は 、 西国 武士 を 結集 し て 鎌倉 政権 に 対抗 し よ う と し た の で あ る 。 上 横手 雅敬 は 鎌倉 幕府 編纂 で あ る 『 吾妻 鏡 』 に 疑問 を 呈 し 、 義経 の 無断 任官 問題 が 老獪 な 後白河 が 義経 を 利用 し て 頼朝 と の 離反 を 計 り 、 義経 が それ に 乗せ られ た 結果 で あ る と する 通説 を 批判 し て い る 。 頼朝 が 義経 を 平家 追討 に 派遣 し な かっ た の は 、 無断 任官 に 対 する 制裁 など で は な く 、 京都 の 治安 維持 に 義経 が 必要 で あ り 公家 側 の 強 い 要望 が あ っ た から で あ る 。 後白河 は 義経 の 治安 維持 活動 に 期待 し て 検非 違使 ・ 左衛門 尉 に 任 じ た 。 しかし その 結果 、 義経 は 後白河 の 側近 に 編成 さ れ た 事 に な り 、 幕府 へ の 奉仕 が 不 可能 に な っ た ため 、 それ が 頼朝 の 怒り を 招 い た の で あ る 。 さらに 壇ノ浦 合戦後 、 義経 を 鎌倉 で 拘束 せ ず 京都 へ 帰 し た の は 、 院 御 厩司 に 補 さ れ 院 の 側近 と な っ た 義経 を 利用 し て 後白河 を 挑発 する ため で あ っ た 。 頼朝 は 後白河 を 頼朝 追討 の 宣旨 を 出 さ ざる を 得 な い よう に 追い込 ん だ 結果 、 多く の 政治 的 要求 を 突きつけ る 事 に 成功 し た の で あ る 。 また 伝説 の 義経像 に は 陰影 が あ り 感傷 的 で あ る が 、 実像 に 近 い と 思 わ れ る 『 平家 物語 』 の 義経像 は 明る く 闊達 な 勇者 で あ り 、 何 の 陰り も な い 。 ところ が 幕府 編纂 の 『 吾妻 鏡 』 は 、 反逆 者 で あ る はず の 義経 に 対 し て 非常 に 同情 的 で あ り 、 義経 の 心情 に 立ち入 っ て い る 記述 が 多 く 見 られ 、 「 判官 贔屓 」 の 度合い が 強 い 。 頼朝 に つ い て は 弟達 へ の 冷酷 さ を 隠 そ う と は せ ず 、 静 御前 の 舞 の 場面 で は 、 凛然 た る 静 と 政子 に 対 し 、 狭量 で 頑迷 な 頼朝 と い う 描写 は 悪意 的 な もの が あ る 。 また 、 義経 を 讒言 し た 梶原 景時 を 悪人 と し て 断 じ て い る 。 景時 は 北条 氏 に よ っ て 幕府 から 追放 さ れ た 人物 で あ る 。 『 吾妻 鏡 』 は 「 判官 贔屓 」 の 構図 を 作 り 、 源氏 から 政権 を 奪 っ た 北条 氏 の 立場 を 正当 化 し て い る と 見 られ る 。 元木 泰雄 は 従来 、 概ね その 記述 を 信用 でき る と 考え られ て い た 『 吾妻 鏡 』 に つ い て 近年 著し く すす ん だ 史料 批判 と 、 『 玉葉 』 など 同 時代 の 史料 を 丹念 に 付き合わせ る 作業 に よ っ て 、 新し い 義経 像 を 提示 し て い る 。 挙兵 当時 の 頼朝 は 自ら の 所領 や 子飼い の 武士 団 も な く 、 独立 心 の 強 い 東国 武士 達 が 自ら の 権益 を 守 る ため に 担 い だ 存在 で あ っ た 。 それ だけ に 、 わずか な 郎党 を 伴 っ た に 過ぎ な い と は いえ 、 自ら の 右腕 と も な り 得 る 弟 義経 の 到来 は 大きな 喜び で あ っ た 。 以後 、 義経 は 「 御 曹司 」 と 呼 ば れ る が 、 これ は 『 玉葉 』 に 両者 は 「 父子 之義 」 と あ る よう に 頼朝 の 養子 と し て その 保護 下 に 入 っ た こと を 意味 し 、 場合 に よ っ て は その 後継 者 と も な り 得 る 存在 に な っ た ( 当時 、 頼朝 の 嫡子 頼家 は まだ 産まれ て い な かっ た ) と とも に 、 「 父 」 頼朝 に 従属 する 立場 に 置 か れ た と 考え られ る 。 義仲 追討 の 出陣 が 義経 に 廻 っ て き た の は 、 東国 武士 たち が 所領 の 拡大 と 関係 の な い 出撃 に 消極 的 だっ た ため で あ る 。 義経 ・ 範頼 は いずれ も 少 人数 の 軍勢 を 率い て 鎌倉 を 出立 し 、 途中 で 現地 の 武士 を 組織 化 する こと で 義仲 と の 対決 を 図 っ た 。 特に 入京 に あた っ て は 、 法住 寺 合戦 で 義仲 と 敵対 し た 京武者 たち の 役割 が 大き かっ た 。 一ノ谷 の 戦い も 、 範頼 ・ 義経 に 一元 的 に 統率 さ れ た 形 で 行 わ れ た 訳 で は な く 、 独立 し た 各地源 氏 一門 や 京武者 たち と の 混成 軍 と い う 色彩 が 強 かっ た 。 合戦後 の 義経 は 疲弊 し た 都 の 治安 回復 に 努め た 。 代わり に 平 氏 追討 の ため に 東国 武士 たち と 遠征 し た 範頼 は 、 長期 戦 を 選択 し た こと と 合わせ 進撃 が 停滞 し 、 士気 の 低下 も 目立 つ よう に な っ た 。 これ に 危機 感 を 抱 い た 頼朝 は 、 短期 決戦 も やむな し と 判断 し 義経 を 起用 、 義経 は 見事 に これ に 応え 、 西国 武士 を 組織 し 、 屋島 ・ 壇ノ浦 の 合戦 で 平氏 を 滅亡 に 追い込 ん だ 。 これ は 従軍 し て き た 東国 武士 たち に と っ て 、 戦功 を 立て る 機会 を 奪 わ れ た こと を 意味 し 、 義経 に 対 する 憤懣 を 拡大 する 副産物 を 産 み 、 頼朝 を 困惑 さ せ た 。 頼朝 は 戦後 処理 の 過程 で 、 義経 に 伊予守 推挙 と い う 最高 の 栄誉 を 与え る 代わり に 、 鎌倉 に 召喚 し 自ら の 統制 下 に 置 く 、 と い う 形 で 事態 を 収拾 し よ う と 考え た 。 だ が その 思惑 は 外れ た 。 義経 は 、 平 氏 滅亡 後 直後 に 法皇 から 院 の 親衛 隊 長 と も 言 う べ き 院 御 厩司 に 補任 さ れ 、 検非 違使 ・ 左兵衛尉 を 伊予 守 と 兼務 し 続け 、 引き続 き 京 に 留ま っ た 。 後白河 は 独自 の 軍事 体制 を 構築 する ため に 、 義経 を 活用 し た の で あ る 。 治天 の 君 の 権威 を 背景 に 「 父 」 に 逆ら っ た 義経 。 両者 の 関係 は ここ で 決定 的 な 破綻 を 迎え る 。 義経 は 頼朝 追討 の 院宣 を 得 た に も 関わ ら ず 、 呼応 する 武士 団 は ほとんど 現れ ず 、 急速 に 没落 し た 。 既に 頼朝 は 各地 の 武士 に 対 する 恩賞 を 与え る など 果断 な 処置 を 講 じ て お り 、 入京 以後 の 義経 に 協力 し て き た 京武者 たち も 、 恩賞 を 与え る 事 が 出来 な い 義経 に は 与 し な かっ た 。 都 の 復興 に 尽力 し 「 義士 」 と 称え られ た 義経 が こう し た 形 で 劇的 に 没落 し た こと が 京 の 人々 に 強 い 印象 を 与え 、 伝説 化 の 一歩 と な っ た 。 退去 し た 義経 ら に 代わ っ て 頼朝 の 代官 と し て 入京 し 、 朝廷 に 介入 を 行 っ た の は 、 かつて の 弟 たち で は な く 、 頼朝 の 岳父 で あ る 北条 時政 で あ っ た 。 未だ 幼年 で あ る 頼家 の 外祖父 で あ り 、 嫡男 義時 が 戦功 を 義経 に 奪 わ れ る など 、 時政 は 義経 に 強 い 敵意 を 抱 い て い た と 考え られ る 。 その 没落 に よ っ て 、 時政 は 頼朝 後継 者 の 外戚 と し て の 地位 を 決定 付け 、 勢力 拡大 の 端緒 を 切り開 く こと が でき た の で あ る 。 +源 義平 ( みなもと の よしひら ) は 、 平安 時代 末期 の 武将 。 源 義朝 の 長男 。 通称 は 悪源太 、 鎌倉 源太 。 母 は 三浦 義明 の 娘 。 源 朝長 、 源頼朝 、 源 範頼 、 源 義経 ら の 兄 。 源 義朝 の 長男 で 鎌倉 を 守 り 、 叔父 の 源義賢 を 討 っ て 悪源太 と 呼 ば れ た 剛 の 武者 。 平治 の 乱 が 起こ る と 坂東 武者 を 率い て 上京 。 平家 を 相手 に 奮戦 する が 敗れ て 落ち 延び る 。 父 が 殺 さ れ た ため 、 京 へ 戻 っ て 平清 盛 の 暗殺 を 図 る が 失敗 し 、 捕え られ て 斬首 さ れ た 。 生涯 義平 の 生涯 に つ い て は 軍記 物語 の 『 平治 物語 』 に 依 る ところ が 多 く 、 義平 に つ い て は 他 に 史料 は 乏し い 。 その ため 本 項目 も これ に 従 う 。 『 平治 物語 』 に おけ る 義平 は 『 保元 物語 』 に おけ る 源為 朝 と 同様 の 主人 公的 な 存在 。 後 に 征夷 大将軍 と な っ た 頼朝 の 兄 と あ っ て 、 非常 に 颯爽 と し た 若武者 と し て 描 か れ て い る 。 軍記 物語 な の で その まま 史実 と は 限 ら な い 。 鎌倉 悪 源太 京 堀川 の 源氏 館 で 育 っ て い た 。 13 歳 で 鎌倉 へ と 下 る 。 久寿 2 年 ( 1155 年 ) 、 父 の 義朝 と 叔父 の 源義賢 ( 源義仲 の 父 ) が 対立 。 義平 は 義賢 の 居館 武蔵国 比 企郡 の 大蔵 館 ( 埼玉 県 比企郡 嵐山 町 ) を 急襲 し 、 これ を 討ちと っ て 武名 を 轟 か せ た ( 大蔵 合戦 ) 。 これ 以来 、 「 鎌倉 悪 源太 義平 」 と 呼 ば れ る よう に な っ た 。 「 悪 」 と い う 言葉 に は 「 強 い 」 「 猛々し い 」 と い う 意味 が あ り 、 つまり 「 鎌倉 の 剛勇 な 源 家 長男 の 義平 」 と い う 意味 で あ り 、 猛将 の イメージ で 後世 に 伝え られ て い る 。 平治 元年 ( 1159 年 ) 12 月 9 日 、 父義朝 は 後白 河 上皇 の 寵臣 藤原 信頼 と 結 ん で クーデター を 起こ し 、 当時 の 朝廷 の 実力 者 藤原 信西 を 殺害 し て 京 を 占拠 。 後白河 上 皇 と 二条 天皇 を 確保 し て 政権 を 掌握 し た 。 この 時 、 平清 盛 は 熊野 参詣 の ため 一族 と とも に 京 を 離れ て い た 。 鎌倉 に あ っ た 義平 は 義朝 の 求め に よ っ て 呼び出 さ れ 、 坂東 武者 を 引き連れ て 京 へ 馳 せ 上 っ た 。 しかし 、 自領 の 安堵 が 最大 の 関心 事 で あ っ た 東国 武士 たち は 義平 の 召集 に 応え ず 、 義平 に したが っ た の は わずか 17 騎 のみ で あ っ た 。 義平 が 到着 し た とき 、 信頼 が お 手盛り の 除目 を 催 し て い た 最中 で 「 ちょうど 良 かっ た のう 。 大国 で も 小国 で も 望み の 官位 を 呉れ て や る ぞ 」 と 上 機嫌 で 言 っ た 。 義平 は 「 そんな こと より も 、 すぐ に 阿倍野 ( 大阪 市 阿倍野 区 ) へ 出陣 し て 、 帰 っ て くる 清盛 を 討ち取 り ま しょ う 。 その 後 なら ば 大国 で も 小国 で も いただ き ま しょ う 」 と 返答 し た 。 信頼 は 気分 を 害 し て 「 乱暴 な こと を 申 す 。 阿倍野 まで 行 っ て は 馬 の 脚 が 疲れ て しま う わ 。 清盛 は ゆっくり 都 で 取り込め て 討ち取 れ ば よろし い 」 と 拒否 し て しま っ た 。 この ため 義朝 と 信頼 は 勝機 を 逸 し て しま う こと に な る 。 『 平治 物語 』 に あ る この やり取り は 多分 に 創作 的 で あ る 。 ( 全く 似 た やり取り が 『 保元 物語 』 で 源 為 朝 と 藤原 頼長 と の 間 で 交わ さ れ て い る ) 実際 に は 信頼 は 平家 と の 和睦 を 画策 し て い た ため 清盛 を 早期 に 討 た な かっ た と い う 見 方 も あ る 。 また 、 近年 の 平治 の 乱 に 対 する 研究 で は 、 清盛 は 信西 と 姻戚 で あ る と 同時 に 信頼 の 息子 と も 婚姻 関係 を 結 ん で お り 、 後白河 法皇 や 二条 天皇 を とりま く 勢力 や 信西 、 藤原 信頼 など どの 勢力 から 見 て も 中立 な 立場 で あ る と い う 見方 が 強ま り つつ あ る 。 中立 の 立場 に あ る 清盛 は 信頼 ら の 攻撃 の 対象 で は な かっ た と い う 見 方 も あ る 。 ( 元木 泰雄 「 保元 ・ 平治 の 乱 を 読み直 す 」 ) 左近 の 桜 、 右近 の 橘 帰京 し た 清盛 は 本拠 の 六波羅 邸 に 入 る と 、 二条 天皇 側近 は 清盛 に 接近 し 、 両者 は ひそか に 提携 する 。 25 日 夜 に 太上 天皇 と 天皇 を 内裏 から 脱出 さ せ 自陣 営 に 迎え る こと に 成功 する 。 翌 26 日 、 二条 天皇 は 信頼 ・ 義朝 追討 の 宣旨 を 下 す 。 これ で 清盛 が 官軍 に な り 、 信頼 と 義朝 は 賊軍 と な っ た 。 前日 の 雪 の 残 る 27 日 辰 の 刻 ( 午前 8 時 頃 ) 、 平家 軍 が 六波羅 を 出撃 し た 。 上皇 と 天皇 を 奪 わ れ た 信頼 の 迂闊 さ を 呪 い つつ も 義朝 は まず は 内裏 で 敵 を 迎え撃 つ こと と し た 。 諸門 に 軍勢 を 配 す 。 義平 も 弟 の 朝長 、 頼朝 と とも に 守り に つ い た 。 この 時 、 義平 は 19 歳 、 八龍 の 鎧 を 着 、 石切 の 太刀 を 帯び 、 葦毛 の 馬 に 乗り 敵 を 待ち構え た 。 待 賢門 は 信頼 が 守 っ て い た が 、 そこ へ 清盛 の 嫡男 の 平重盛 が 攻め寄せ た 。 怯え た 信頼 は 戦 わ ず に 逃げ出 し 、 門 を 突破 さ れ て しま っ た 。 義朝 は 「 大憶 病 者 が 、 もう 待 賢 門 を 破 ら れ て しま っ た ぞ 。 敵 を 追い返 せ 」 と 出撃 を 命 じ た 。 「 承知 」 と 叫ぶ や 義平 は 鎌田 政清 、 後藤 実基 、 佐々木 秀義 、 三浦 義澄 、 首藤 俊通 、 斎藤 実盛 、 猪俣 党 、 猪俣 党 、 熊谷 直実 、 波多野 延景 、 平山 季重 、 金子 家忠 、 足立 遠 元 、 上 総 広常 、 関 時 員 、 片切 景重 の 坂東 武者 17 騎 を 率い て 駈け出 し た 。 義平 と 坂東 武者 17 騎 は 重盛 の 500 騎 に ど 真ん中 に 飛び込 ん で さんざん に 戦 い 、 これ を 蹴散ら し て しま っ た 。 義平 は 敵 の 大将 の 重盛 に 組み か か ろ う と 内裏 の 左近 の 桜 、 右近 の 橘 の 間 を 7 、 8 度 も 追い回 し た 。 重盛 は 混乱 し た 兵 を 収拾 し て 一旦 退 き 、 新手 の 500 騎 を 得 て 再び 門内 に 押し出 し た 。 新手 を 受け た 義平 は 勇み に 勇 ん で 突撃 し 、 重盛 に 向 い 「 嫡男 同士 なん の 不足 が あ ろ う か 、 さあ 組 もう 」 と 挑み かか る 。 まもと に 相手 に す べ き 敵 で は な い と 考え た 重盛 は 兵 を 退 か せ た 。 それ を 義平 が 追撃 。 平家 の 500 騎 は 源 氏 の 17 騎 に 追い回 さ れ 蹴散ら さ れ た 。 重盛 は 主従 3 騎 で 逃げ る 。 それ を 見つけ た 義平 は 鎌田 政清 と とも に これ を 追 っ た 。 政清 は 重盛 の 馬 を 射 て 、 重盛 は 転げ 落ち る 。 そこ へ 政清 が 組み か か ろ う と する 。 与三左衛門 景安 が 主人 を 守 り 、 政清 と 組み合い に な っ た 。 義平 は 重盛 を 追 う か 、 政清 を 助け る か を 思案 し た 。 まず は 大切 な 家人 の 政清 を 助け 、 景安 の 首 を はね た 。 覚悟 を 決め た 重盛 は 義平 と 一騎打ちし よ う と する 。 しかし 、 新藤左衛門 家 泰 が これ を 遮 り 、 義平 に 組み かか っ た 。 家泰 は 討 た れ た が 、 その 間 に 重盛 は その 虎口 を 逃れ た 。 六波羅 突撃 郁 芳門 で は 義朝 と 平頼 盛 ( 清盛 の 弟 ) が 激戦 し 、 頼盛 は 突破 でき ず 兵 を 退 い た 。 源 氏 軍 は 内裏 を 出 て 平家 軍 を 追撃 する 。 ところ が 、 これ は 計略 で あ っ た 。 平教盛 ( 清盛 の 弟 ) の 別動 隊 が 内裏 に 迫 る や 内応 者 が 門 を 開け て 引き入れ 、 内裏 は 平家 方 に 占拠 さ れ て しま っ た 。 退路 を 失 っ た 義朝 は 清盛 の 本拠 六波羅 へ の 総 攻撃 を 決め る 。 源 氏 勢 が 六波羅 へ 馳 せ 向か っ て い た 。 六条 河原 あたり で 源 頼政 ( 義朝 と は 別 系統 の 摂津 源 氏 ) の 300 騎 が 戦 う こと も な く 布陣 し て い た 。 これ を 見 た 義平 は 「 さて は 我 ら が 負けれ ば 平家 に 味方 し よ う と し て い る の だ な 。 憎 い やつ だ 。 蹴散ら し て しま え 」 と 同じ 源氏 の 頼政 の 軍勢 に 攻め込 ん で しま っ た 。 いきなり 攻撃 さ れ る と は 思 っ て い な かっ た 頼政 の 軍 は 蹴散ら さ れ る 。 頼政 は 形勢 は うかが っ て い た が 必ず しも 平家 に 付 こう とも 考え て い な かっ た の に 、 結果 的 に 平家 方 に 追いや る こと に な っ て しま っ た 。 義平 に 好意 的 な 『 平治 物語 』 の 作者 も 「 若気 の 至り で あ ろ う 」 と 評 し 、 楚 の 項羽 が いたずら に 中立 者 だっ た 王陵 を 攻撃 し て 前漢 の 高祖 ( 劉邦 ) に 付 か せ て しま っ た 故事 を 引 い て い る 。 義平 は 坂東 武者 を 率い て 六波羅 へ 攻め寄せ た 。 清盛 も 黒 一色 の 武具 鎧 に 黒馬 に 乗 っ て 出陣 。 する と 「 悪源太 義平見 参 」 と いっきょ に 突きかか り 、 平家 も 主人 を 討 た せ て な る か と 源 氏 を 押し 包 み 乱戦 と な る 。 しかし 、 源 氏 は 朝 から 戦い 通し な の に 対 し て 、 平家 は 次 から 次 へ と 新手 を 繰り出 し て お り 、 疲弊 し き っ た 源 氏 は 遂 に 敗走 し た 。 落ち 武者 義朝 は 東国 で 再挙 す べ く 京 を 脱 し て 落ち る が 落ち 武者 狩り に 遭 う 。 義朝 の 大叔父 の 源義隆 は 死 に 、 朝長 も 腿 を 射 ら れ 重傷 を 負 っ た 。 大勢 で は 逃げ 切れ まい と 付き 従 っ て い た 坂東 武者 たち を 解散 し て 、 義朝 と 子 の 義平 、 朝長 、 頼朝 、 それ に 一族 の 源 重成 、 平賀 義宣 、 家人 の 鎌田 政清 、 金王丸 の 8 騎 と な り 、 関東 を 目指 し た 。 雪中 の 逃避 行 で 年少 の 頼朝 が 脱落 し て しま う 。 一行 は ようやく 義朝 の 妾 の い る 美濃 国 青墓 宿 に たどり着 い た 。 ここ で 義朝 は 再挙 の ため に 義平 は 東山道 へ 、 朝長 は 信濃 国 ・ 甲斐 国 へ 下 っ て 兵 を 募 る よう 命 じ た 。 兄弟 は 宿 を 出 る と 朝長 は 心細 げ に 「 甲斐 信濃 は どちら へ 行 け ば よ い の で しょ う 」 と 問 う と 、 義平 は はるか 雲 の 方 を 見 て 「 あっち へ 行 け 」 と 言 う や 、 飛 ぶ が ごと く 駆け去 っ て しま っ た 。 負傷 し て い た 朝長 は 進 む こと が でき ず 青墓 へ 引き返 し 、 捕らえ られ る より は 死 を 望 ん だ 。 義朝 は 涙 ながら に 自ら の 手 で 我が 子 を 刺し殺 し た 。 翌永暦 元年 ( 11 60 年 ) 正月 3 日 、 鎌田 政清 の 舅 で あ る 尾張 国 の 住人 長田 忠致 の 館 に 逗留 し て い た 義朝 は 忠致 の 裏切り に あ い 政清 と とも に 謀殺 さ れ て しま っ た 。 飛騨 国 に 着 い た 義平 は 兵 を 募 り 、 かなり 集め た が 、 義朝 横死 の 噂 が 伝わ る と 皆 逃げ 散 っ て しま っ た 。 これ まで と 自害 し よ う と 思 っ た 。 しかし 、 せめて 清盛 か 重盛 と 相 討 ち に な ろ う と 心 に 決め 、 京 へ 向か っ た 。 六波羅 あたり で 機会 を 伺 っ て い る と 、 家人 だっ た 志内 景澄 と 出会 っ た 。 怒 っ た 義平 は 詰問 する が 、 景澄 は 「 源氏 の 世 が 戻 る まで 機会 を うかが っ て い た の で す 」 と 弁解 し 、 結局 、 協力 する こと に な る 。 義平 は 景澄 の 下人 と い う こと に さ れ 、 数 日 、 暗殺 の 機会 を うかが っ た 。 だ が 、 義平 の 風貌 は とても 下人 風情 と は 見え ず に 不審 が ら れ た 。 宿舎 の 主人 が 二人 の 食事 の 様子 を のぞき見 る と 下人 の はず の 義平 が 主 の 膳 を 景澄 が 下人 の 膳 を 食べ て い た 。 さて は と 密告 さ れ 、 18 日 夜 に 田使 経遠 が 300 騎 を 率い て 宿 を 取り囲 ん だ 。 義平 は 飛び出 す や 石切 の 太刀 を 抜 い て 4 、 5 人 を 斬り捨て て 逃げ去 っ て しま っ た 。 義平 の 死 その 後 、 義平 は 近江 国 に 潜伏 する 。 25 日 に 石山 寺 に 潜 ん で い た ところ を 発見 さ れ 、 難波 経房 の 郎党 に 生け 捕 ら れ た 。 義平 は 六波羅 へ 連行 さ れ 、 清盛 の 尋問 を 受け た 。 義平 は 「 生き ながら 捕え られ た の も 運 の 尽き だ 。 俺 ほど の 敵 を 生か し て お く と 何 が 起こ る か わか ら んぞ 、 早 よう 斬 れ 」 と 言 っ た きり 、 押し黙 っ て しま っ た 。 義平 は 六条 河原 へ 引き立て られ た 。 太刀取り は 難波 経房 。 「 俺 ほど の 者 を 白昼 に 河原 で 斬 る と は 、 平家 の 奴 ら は 情け も 物 も 知 ら ん 。 阿倍野 で 待ち伏せ て 皆殺し に し て や ろ う と 思 っ た の に 、 信頼 の 不覚 人 に 従 っ た ため でき な ん だ の が 悔や ま れ る わ 」 と 憎 ま れ 口 を 叩 く 。 経房 へ 振り向き 「 貴様 は 俺 ほど の 者 を 斬 る 程 の 男 か ? 名誉 な こと だ ぞ 、 上手 く 斬 れ 。 まず く 斬 っ たら 喰ら い つ い て や る 」 と 言 っ た 。 「 首 を 斬 ら れ た 者 が どう し て 喰らいつけ る の か 」 と 問 う と 、 「 すぐ に 喰ら いつ く の で は な い 。 雷 に な っ て 蹴 り 殺 し て や る の だ 。 さあ 、 斬 れ 」 と 答え て 義平 は 斬首 さ れ た 。 享年 20 。 それ から 8 年 後 、 難波 経房 は 清盛 の お 伴 を し て 摂津 国 布引 の 滝 を 見物 に 行 っ た 時 、 にわか に 雷雨 と な り 、 雷 に 打 た れ て 死 ん だ と い う 。 +今川 氏真 ( いまがわ うじざね ) は 、 駿河 国 の 戦国 大名 。 駿河 今川 氏 10 代 当主 で 、 大名 と し て の 今川 家 の 最後 の 当主 で あ る 。 父 ・ 義元 が 桶狭間 の 戦い で 織田 信長 に よ っ て 討 た れ た ため 家督 を 継 い だ が 、 武田 信玄 と 徳川 家康 の 侵攻 を 受け て 敗れ 、 大名 と し て の 今川 家 は 滅亡 し た 。 その 後 、 各地 を 流浪 し 、 最終 的 に は 徳川 家康 の 庇護 を 受け た 。 今川 家 は 江戸 幕府 の もと で 高家 と し て 生き延び た 。 天文 ( 元号 ) 7 年 ( 1538 年 ) 、 今川 義元 と 定恵 院 ( 武田 信虎 の 娘 ) と の 間 に 嫡子 と し て 生まれ る 。 天文 23 年 ( 1554 年 ) に 北条 氏 康 の 長女 ・ 早川 殿 と 結婚 し 、 甲相 駿 三国 同盟 の 成立 に 寄与 し た 。 永禄 元年 ( 15 58 年 ) より 駿河 ・ 遠江 に 文書 を 発給 し て い る 。 義元 が 隠居 し た ため 、 家督 を 譲 ら れ て 当主 に な っ た と い う 説 が あ る が 、 その 後 も 義元 は 政治 ・ 軍事 の 主導 権 を 掌握 し て い た ため 、 恐らく は 形式 的 な 家督 相続 で あ っ た もの と 思 わ れ る 。 永禄 3 年 ( 15 60 年 ) に 上 総介 に 任官 さ れ た 。 同年 、 尾張 国 に 侵攻 し た 義元 が 桶狭間 の 戦い で 織田 信長 に 討 た れ た ため 、 実質 的 に も 家督 を 相続 し て 今川 家 の 第 10 代 当主 と な っ た 。 桶狭間 の 戦い で は 今川 氏 の 重臣 や 国人 が 多 く 討死 し た 。 この ため 三河 国 ・ 遠江 国 で は 国人 ・ 家臣 団 が 動揺 し 、 今川 氏 から の 離反 の 動き が 広が っ た 。 永禄 5 年 ( 1562 年 ) 、 西 三 河 の 松平 元 康 ( 翌年 、 徳川 家康 に 改名 ) は 織田 信長 と 清洲 同盟 を 結 び 、 今川 氏 の 傘下 から 独立 する 姿勢 を 明らか に し た 。 氏 真 は 、 家康 が 三河 一向 一揆 で 多く の 家臣 団 に 離反 さ れ た こと に 乗 じ て 牛久保 城 に 出兵 し た が 撃退 さ れ て い る 。 永禄 8 年 ( 1565 年 ) に は 東 三河 の 拠点 で あ る 吉田城_ ( 三河 国 ) が 失陥 し 、 今川 氏 の 勢力 は 三河 から 駆逐 さ れ る 。 遠江 に お い て も 家臣 団 ・ 国 人 の 混乱 と 離反 が 広が っ た ( 遠州 錯乱 ) 。 永禄 5 年 ( 1562 年 ) に は 謀反 が 疑 わ れ た 井伊 直親 を 重臣 の 朝比奈 泰朝 に 誅殺 さ せ て い る 。 ついで 浜松 城 主 ・ 飯尾 連竜 が 家康 と 内通 し て 反旗 を 翻 し た 。 氏 真 は 、 重臣 三浦 正俊ら に 命 じ て 曳馬城 を 攻撃 さ せ る が 陥落 さ せ る こと が でき ず 、 和議 に 応 じ て 降 っ た 飯尾 連竜 を 永禄 8 年 ( 1565 年 ) 12 月 に 謀殺 し た 。 しかし これ ら の 措置 も 事態 を 収拾 する こと は でき ず 、 かえっ て 国人 たち を 徳川 方 に 走 ら せ る こと に な っ た 。 氏 真 は 祖母 寿 桂 尼 の 後見 を 受け て 領国 の 安定 を 図 り 、 永禄 9 年 ( 1566 年 ) 4 月 に 富士 宮 市 を 楽市 ・ 楽座 と し 、 徳政令 の 実施 や 役 の 免除 など の 産業 振興 政策 を 行 っ た が 、 衰退 を とどめ る こと は でき な かっ た 。 ついに 遊興 に 耽 る よう に な り 、 家臣 の 三浦 義政 ( 三浦 正俊 の 一族 ・ 三浦 右衛門 佐義鎮 ) を 寵愛 し て 政務 を 任 せ っきり に し た ため 、 駿河 内部 で も 家臣 の 離反 を 招 く こと に な っ た 。 今川 氏 の 衰退 を 見 た 甲斐 国 の 武田 信玄 は 駿河 国 へ の 南進 を 画策 する 。 信玄 の 嫡男 で 氏真 の 妹 ・ 嶺松院 の 夫 で あ る 武田 義信 は これ に 反対 し た が 、 信玄 は 永禄 8 年 ( 1565 年 ) に 義信 を 反逆 の 罪 で 幽閉 し て 廃嫡 し 、 婚姻 同盟 を 破棄 し た 。 これ に よ り 今川 氏 は 外交 的 に も 不利 な 立場 に 陥 っ た 。 氏 真 は 越後 国 の 上杉 謙信 と 盟約 を 交わ し て 対抗 し 、 相模 国 の 北条 氏 康 と とも に 甲斐 国 へ の 荷留 を 行 っ た が 、 信玄 は 徳川 家康 や 織田 信長 と 同盟 を 結 ん で 対抗 し た ため 、 これ は 決定 的 な もの に は な ら な かっ た 。 永禄 11 年 ( 1568 年 ) 12 月 、 信玄 は 駿河 へ の 侵攻 を 開始 し た 。 氏 真 は 武田 軍 を 薩埵 峠 で 迎撃 す べ く 興津 の 清見 寺 に 出陣 し た が 、 瀬名 信輝 や 葛山 氏 元 、 朝比奈 政貞 、 三浦 義鏡 など 駿河 の 有力 国 人 21人 が 信玄 に 通 じ た ため 、 12 月 13 日 に 今川 軍 は 潰走 し 駿府 も たちまち 占領 さ れ た 。 氏 真 は 朝比奈 泰朝 の 居城 遠江国 掛川城 へ 逃れ た が 、 遠江 に も 今川 領 分割 を 信玄 と 約 し て い た 徳川 家康 が 侵攻 し 、 その 大半 が 制圧 さ れ る 。 12 月 27 日 に は 徳川 軍 に よ っ て 掛川 城 が 包囲 さ れ た が 、 泰朝 を はじめ と し た 家臣 たち の 奮闘 で 半年 近く の 籠城 戦 と な っ た 。 早川 殿 の 父 ・ 北条 氏 康 は 救援 軍 を 差し向け 薩埵 峠 に 布陣 。 戦力 で 勝 る 北条 軍 が 優勢 に 展開 する もの の 、 武田 軍 の 撃破 に は 至 ら ず 戦況 は 膠着 し た 。 徳川 軍 に よ る 掛川 包囲 戦 が 長期 化 する 中 で 、 信玄 は 約定 を 破 っ て 遠江 へ の 圧迫 を 強め 、 家康 は 氏真 と の 和睦 を 模索 する 。 永禄 12 年 ( 1569 年 ) 5 月 17 日 、 氏真 は 家臣 たち の 助命 と 引き換え に 掛川 城 を 開城 し た 。 この 時 に 今川 氏真 ・ 徳川 家康 ・ 北条 氏 康 の 間 で 、 武田 信玄 の 勢力 を 駿河 から 追い払 っ た 後 は 、 氏真 を 再び 駿河 の 国主 と する と い う 盟約 が 成立 する 。 しかし 、 この 盟約 は 結果 的 に 履行 さ れ る こと は な く 、 氏真 および その 子孫 が 領主 の 座 に 戻 ら な かっ た こと から 、 一般 的 に は 、 この 掛川 城 の 開城 を も っ て 戦国 大名 と し て の 今川 氏 の 滅亡 ( 統治 権 の 喪失 ) と 解釈 さ れ て い る 。 掛川 城 の 開城 後 、 氏真 は 妻 の 実家 で あ る 後 北条 氏 を 頼 り 、 伊豆 国 戸倉城_ ( 伊豆 国 ) に 入 っ た ( のち 小田原 に 移 る ) 。 永禄 12 年 ( 1569 年 ) 5 月 23 日 、 氏真 は 北条 氏 政 の 嫡男 ・ 国王 丸 ( 後 の 北条 氏 直 ) を 猶子 と し 、 国王 丸 の 成長 後 に 駿河 を 譲 る こと を 約 し た ( この 時点 で 氏真 の 嫡男 ・ 今川 範 以 は まだ 生まれ て い な い ) 。 また 、 武田 氏 へ の 共闘 を 目的 に 上杉 謙信 の もと に 使者 を 送 り 、 今川 ・ 北条 ・ 上杉 三国 同盟 を 結 ぶ ( 実態 は 越相 同盟 ) 。 駿河 で は 、 岡部 正綱 が 一時 駿府 を 奪回 し 、 花沢 城 の 小原 鎮実 が 武田 氏 へ の 抗戦 を 継続 する など 、 今川 勢力 の 活動 は なお 残 っ て お り 、 今川 家 支援 を 掲げ た 北条 氏 に よ る 出兵 も 行 わ れ た 。 しかし 、 蒲原 城 の 戦い など で 北条 軍 は 敗れ 、 今川 遺臣 も 攻撃 や 調略 に よ り 順次 武田 氏 の 軍門 に 降 り 、 氏真 は 駿河 の 支配 を 回復 する こと は でき な かっ た 。 元亀 2 年 ( 15 71 年 ) 10 月 に 北条 氏 康 が 死 ぬ と 、 その 後 を 継 い だ 北条 氏 政 は 方針 を 転換 し 武田 氏 と 和睦 し た 。 これ に よ り 氏真 は 相模 国 を 離れ 、 徳川 家康 の 庇護 下 に 入 っ た 。 掛川 城 開城 の 際 の 講和 条件 を 頼り に し た と 見 られ る が 、 家康 に と っ て も 旧 国主 の 保護 は 駿河 侵攻 の 大義 名分 を 得 る もの で あ っ た 。 天正 3 年 ( 1575 年 ) 3 月 16 日 、 徳川 家康 の 同盟 者 に し て 父 の 仇 で も あ る 織田 信長 と 京都 の 相国 寺 で 会見 、 同 20 日 、 信長 の 面前 で 公家 たち と とも に 蹴鞠 を 披露 し た こと が 『 信長 公記 』 に 記 さ れ て い る 。 また 、 この 年 の 長篠 の 戦い に も 従軍 し た 。 一時 は 徳川 家康 が 武田 勝頼 と 争 う 拠点 の 1 つ 、 遠江 国 諏訪原 城 ( 元 は 諏訪原 城 、 静岡 県 島田 市 ) を 任せ られ た と も い う 。 しかし 結局 駿河 復帰 を 諦め ( 城主 を 解任 さ れ た と も 言 わ れ る ) 、 京 に 定住 し た 。 のち 、 剃髪 し て 宗誾 ( そうぎん ) と 号 する 。 その 後 は 徳川 家康 の 援助 を 受け ながら 旧知 ・ 姻戚 の 公家 など の 文化 人 と 往来 し 、 連歌 の 会 など に 参加 し て い た こと が 、 親交 の あ っ た 山科 言 経 の 日記 『 言経卿 記 』 から 伺え る 。 慶長 5 年 ( 160 0 年 ) 、 関ヶ原 の 戦い の 後 、 嫡孫 ・ 今川 直房 と 、 二男 ・ 品川 高久 ( 家康 より 「 今川 の 姓 は 宗家 に 限 る 」 と の 沙汰 上 が あ り 、 今川 宗家 以外 は 「 品川 」 を 名乗 っ た ) と 共 に 徳川 秀忠 に 出仕 し て 江戸 幕府 の 旗本 に 列 し た ため 、 江戸 に 移住 し た ( 嫡男 の 今川 範 以は 若 く し て 病死 し て い た ) 。 慶長 19 年 ( 1614 年 ) 、 江戸 品川 の 品川 高久 の 屋敷 で 死去 。 享年 77 。 葬儀 は 氏真 の 弟 の 一 月 長得 が 萬昌院 で 行 い 、 萬昌院 に 葬 ら れ た が 、 後 に 妻 ・ 蔵春 院 早河殿 の 墓 と とも に 、 東京 都 杉並 区 今川 ( 杉並 区 ) 二 丁目 の 宝珠山 観泉 寺 に 移 さ れ た 。 正室 で あ る 北条 氏 康 の 長女 ・ 早川 殿 は 、 氏真 が 没落 し た 後 も 行動 を とも に し 、 慶長 18 年 ( 1613 年 ) に 没 する まで 生涯 連れ添 っ た 。 和歌 ・ 連歌 ・ 蹴鞠 など の 技芸 に 通 じ て お り 、 文化 人 と し て の 氏真 の 評価 は 高 い 。 和歌 権 大 納言 冷泉 為 和ら より 学 ん だ と 言 わ れ 、 現在 も 1000 首 を 超え る 歌 が のこ る 。 また 後 水尾 天皇 選 の 『 集外 三十 六 歌仙 』 に も 名 を 連ね て い る 。 観泉 寺史 編纂 刊行 委員 会 編 『 今川 氏 と 観泉 寺 』 に は 氏真 の 全 作品 が 収録 さ れ て い る 。 蹴鞠 飛鳥井 家 の 飛鳥井 雅綱 より 手ほどき を 受け た と さ れ る 。 剣術 塚原 卜伝 に 鹿島 新 当流 を 学 ん だ と い う 。 今川 流 剣術 で は 氏真 が 開祖 と 伝え て い る 。 江戸 時代 初期 に 成立 し た 『 甲陽 軍鑑 』 で は 、 我侭 な 部分 の あ る 剛勇 な 人物 と し て 描 か れ て お り 、 三浦 義政 の よう な 「 奸臣 」 を 重用 し た こと が 批判 さ れ て い る 。 松平定信 が 随筆 『 閑 な る あまり 』 で 、 足利 義政 の 茶の湯 、 大内 義隆 の 学問 と とも に 今川 氏 真 の 和歌 を 挙げ て 戒め て い る 様 に 、 江戸 時代 中期 以降 に 書 か れ た 文献 の 中 で は 、 和歌 や 蹴鞠 と い っ た 「 文弱 」 な 娯楽 に 溺れ 国 を 滅ぼ し た 暗君 と し て 描 か れ て い る こと が 多 く 、 この イメージ は 今日 の 歴史 小説 や 歴史 ドラマ に お い て しばしば 踏襲 さ れ て い る 人物 像 で あ る 。 +藤原 道長 ( ふじわら の みちな が 、 康保 3 年 ( 96 6 年 ) - 万寿 4 年 ( 1027 年 ) ) は 平安 時代 中期 の 公卿 、 太政 大臣 ( 寛仁 元年 12 月 4 日 ( 旧暦 ) - 寛仁 2 年 2 月 9 日 ( 旧暦 ) 、 在任 ) 。 藤原 兼家 の 五男 ( 四男 と い う 説 も あ る ) で 、 母 は 摂津 守 藤 原 中正 の 娘 ・ 時姫 。 同母 の 兄姉 に 藤原 道隆 ・ 藤原 道兼 ・ 藤原 超子 ・ 藤原 詮子 ら が い る 。 異母 の 兄弟 姉妹 と し て 藤原 道綱 ・ 僧正 兼俊 および 藤原 綏子 ( 三条 天皇 東宮 妃 ) ら が い る 。 父 の 兼家 が 摂政 に な り 権力 を 握 る と 栄達 する が 、 五男 で あ り 道隆 、 道兼 と い う 有力 な 兄 が い た ため さほど 目立 た な い 存在 だっ た が 、 兼家 の 死後 に 摂関 と な っ た 道隆 、 道兼 が 相 次 い で 病没 し て 権力 に 近づ く 。 道隆 の 嫡子 ・ 藤原 伊周 と の 政争 に 勝 っ て 左 大臣 と な り 朝政 の トップ と な っ た 。 一条 天皇 に 長女 の 藤原 彰子 を 入内 さ せ 中宮 と な す 。 次 の 三 条 天皇 に は 次女 の 藤原 妍子 を 入れ て 中宮 と な す 。 だ が 道長 は 三 条 天皇 と は 深刻 な 対立 を 生 じ 天皇 の 眼病 を 理由 に 退位 に 追い込 み 、 彰子 の 生 ん だ 後一 条 天皇 の 即位 を 実現 し て 摂政 と な る 。 1 年 ほど で 摂政 を 嫡子 の 藤原 頼通 に 譲 り 後継 体制 を 固め る 。 後 一条 天皇 に は 三女 の 藤原 威子 を 入れ て 中宮 と なし 、 「 一家 立 三 后 」 と 驚嘆 さ れ た 。 太政 大臣 と な り 位 人臣 を 極め た 後 に 出家 する が 、 頼通 を 後見 し 続け た 。 晩年 は 壮大 な 法成 寺 の 造営 に 精力 を 傾け て い る 。 康保 3 年 ( 96 6 年 ) 、 藤原 兼家 の 五男 ( また は 四男 ) と し て 生まれ る 。 祖父 の 藤原 師輔 は 村上 天皇 の 治世 を 右 大臣 と し て 支え た 実力 者 で 、 娘 の 中宮 藤原 安子 が 後 の 冷泉 天皇 、 円融 天皇 を 生 ん だ こと で 外戚 と し て 立場 を 強化 し た 。 これ に よ り 、 師輔 の 家系 の 九条 流 は 本来 嫡流 で あ る はず の 兄 の 藤原 実頼 の 家系 ( 小野宮 流 ) より も 優位 に 立 つ こと に な る 。 天禄 元年 ( 970 年 ) 、 摂政 ・ 太政 大臣 だっ た 実頼 が 死去 する と 師輔 の 長男 の 藤原 伊尹 が 摂政 と な る が 、 2 年 後 に 急死 し て しま う 。 後継 を 二男 の 藤原 兼通 と 三男 の 兼家 が 争 う が 、 結局 兼通 に 関白 が 宣下 さ れ る 。 兼通 と 兼家 は 不仲 で 、 兼家 は 不遇 の 時期 を 過ご す こと に な る 。 貞元 ( 日本 ) 2 年 ( 977 年 ) に 兼通 は 病死 する が 死 ぬ 寸前 に 兼家 を 降格 さ せ る こと まで し て い る 。 兼通 の 最後 の 推挙 に よ り 小野 宮 流 の 藤原 頼忠 が 関白 と な っ た が 、 天元 ( 日本 ) 元年 ( 979 年 ) に 頼忠 は 兼家 を 右 大臣 に 引き上げ て や り 、 ようやく 不遇 の 時期 を 脱 し た 。 次女 の 詮子 を 円融 天皇 の 女御 に 入れ 、 天元 3 年 ( 980 年 ) に 第 一 皇子 ・ 一 条 天皇 を 生 ん だ 。 同年 正月 、 道長 は 15 歳 に し て 従 五 位 に 初叙 し た 。 その 後 、 侍従 を 経 て 兵衛 府 と な る 。 永観 2 年 ( 983 年 ) 、 円融 天皇 は 花山 天皇 ( 冷泉 天皇 の 皇子 ) に 譲位 し 、 東宮 ( 皇太子 ) に は 詮子 の 生 ん だ 懐仁 親王 が 立て られ た 。 兼家 は 懐仁 親王 の 早期 の 即位 を 望 ん だ ため 、 寛和 2 年 ( 986 年 ) 6 月 に 兼家 と 二男 の 道兼 が 中心 と な っ て 策謀 を 仕組 み 、 花山 天皇 を 唆 し て 内裏 から 連れ出 し 出家 退位 さ せ て しま う 。 この 事件 の 際 に 道長 は 天皇 失踪 の こと を 関白 頼忠 に 報告 する 役割 を 果た し た 。 速やか に 幼 い 懐仁 親王 が 即位 ( 一条 天皇 ) し て 、 外祖 父 の 兼家 は 摂政 に 任 じ られ た 。 兼家 は 息子 たち を 急速 に 昇進 さ せ 、 道長 も 永延 元年 ( 987 年 ) に は 従 三 位 に 叙 し 、 左京 大夫 を 兼ね た 。 翌 永延 2 年 ( 988 年 ) 正月 、 参議 を 経 ず に 中納言 に 抜擢 さ れ た 。 これ より 以前 に 、 道長 は 左 大臣 ・ 源 雅信 の 娘 ・ 源 倫子 と 結婚 し 、 永延 2 年 ( 988 年 ) に は 長女 ・ 彰子 が 雅信 の 土御 門殿 で 誕生 し て い る 。 続 い て 安和 の 変 で 失脚 し た 左 大臣 ・ 源 高明 の 娘 ・ 源明子 も 妻 と し た 。 正暦 元年 ( 990 年 ) 7 月 、 兼家 が 死去 し 、 長男 の 道隆 が 後 を 継 い で 関白 、 次いで 摂政 と な っ た 。 同年 10 月 、 摂政 ・ 道隆 の 女 ・ 藤原 定子 立后 に 際 し 道長 は 中宮 大夫 に 任 ぜ られ る 。 翌年 大納言 、 次いで 従二 位 に 叙 し て 、 近衛 府 を 兼ね る 。 道隆 の 嫡男 の 藤原 伊周 は 道長 を 凌 い で 内 大臣 に 任 じ られ 、 父 の 後継 者 に 擬 さ れ て い た 。 また 、 一条 天皇 の 定子 へ の 寵愛 も 深 く 、 その ため に 兄 の 伊周 へ の 信任 も こと の 外厚 かっ た 。 長徳 元年 ( 995 年 ) 4 月 、 京都 で 麻疹 ( 「 あかも が さ 」 。 今 で い う 「 はしか 」 ) が 猛威 を ふる い 、 公卿 たち も 次々 に 死去 し た 。 その 最中 に 関白 ・ 道隆 も 病 に 倒れ る が 、 これ は 疫病 で は な く 普段 の 大酒 が 原因 で 道隆 は 天皇 に 後継 の 関白 と し て 伊周 を 請う が これ は 許 さ れ ず 、 病中 の 内覧 のみ が 許 さ れ た 。 道隆 が 死去 する と その 弟 の 道兼 に 関白 宣下 さ れ る が 、 就任 わずか 数 日 で 病 で 死去 し 「 七 日 関白 」 と 呼 ば れ た 。 『 大鏡 』 など に よ る と 伊周 は 自ら が 関白 た らん と 欲 し 、 一条 天皇 の 意中 も 伊周 に あ っ た 。 一方 、 道長 は 伊周 が 政治 を 行 え ば 天下 が 乱れ る と 考え 、 自ら が 摂関 に な ろ う と し た 。 一条 天皇 の 母后 ・ 東三 条院 ( 詮子 ) は かね て より 弟 の 道長 を 愛 し 、 逆 に 甥 の 伊周 を 疎ん じ て お り 道長 を 強 く 推 し た が 、 天皇 が 考え を 変え な い ため 涙 を 流 し て 固 く 請 い 迫ま り 、 この ため に 遂 に 天皇 も 道長 の 登用 を 決め た と い う 。 道長 と 伊周 の 対立 は 続 き 、 7 月 24 日 ( 旧暦 ) ( 8 月 22 日 ) に は 陣座 で 諸 公卿 を 前 に 激し く 口論 し 、 その 3 日 後 2人 の 従者 が 都 で 集団 乱闘 騒ぎ を 起こ し て い る 。 天皇 は 詔 し て 道長 に 内覧 を 許 し 、 次いで 9 月 に 右 大臣 に 任 じ 藤 氏 長者 と な っ た 。 長徳 2 年 ( 996 年 ) 正月 、 伊周 と その 弟 の 藤原 隆家 が 女性 関係 が 原因 で 花山 法皇 に 矢 を 射かけ る 事件 を 引き起こ し た 。 こと は 直ぐ に 露見 し 4 月 に 罪 を 責め られ た 伊周 は 大宰 権 帥 、 隆家 は 出雲 国 に 左遷 さ れ て 失脚 し これ を 憂い た 中宮 定子 は 髪 を 切 っ て 尼 と な っ た が 、 後 に 天皇 の 命 で 宮中 に 戻 っ て い る ( 長徳 の 変 ) 。 7 月 に は 道長 は 左 大臣 に 昇進 し 名実 とも に 廟堂 ( びょうどう ) の 第 一 人 者 と な る 。 次席 の 右 大臣 に は 兼通 の 子 の 藤原 顕光 が 任 じ られ た が 、 顕光 は 当時 から 無能 者 と 軽ん じ られ て い る 人物 だっ た 。 後 に 法成 寺 を 建立 し た こと から 御堂 関白 と も 呼 ば れ る が 、 実際 に 関白 に な っ た こと は な い 。 当初 、 一条 天皇 は 内覧 の 宣旨 のみ を 道長 に 与え た が 、 これ は 伊周 へ の 配慮 で あ る と 同時 に 、 道長 が 未だ に 大納言 で しか な く 、 大臣 の 地位 に 無 かっ た ため に 関白 の 資格 に 欠け て い た 事情 も あ る 。 だ が 、 直後 に 右 大臣 ・ 藤 氏 長者 に 補 さ れ た に も 関わ ら ず 、 道長 は 依然 と し て 関白 に 就任 せ ず 、 内覧 と 一上 の 資格 を 有 し た 右 大臣 ( 後 に 左 大臣 ) の 地位 に 留ま り 続け て い る 。 関白 の 職権 その もの に は 決裁 権 が な く 、 あくまで も 最高 決裁 権 者 で あ る 天皇 の 後見 的 存在 で あ っ た 。 この ため 、 天皇 と の 関係 次第 に よ っ て その 権限 は 左右 さ れ る 性質 の もの で あ っ た ( 現 に 道長 と 三条 天皇 と は 疎遠 で あ っ た ) 。 また 公式 な 政府 の 最高 機関 で あ る 太政 官 に は 摂政 ・ 関白 は 大臣 兼任 で あ っ た と し て も 関与 出来 な い 決まり で あ っ た 。 そこ で 道長 は 自ら の 孫 が 天皇 に 即位 し て 外祖父 と な る まで は 摂政 ・ 関白 に は 就 か ず 、 太政 官 の 事実 上 の 首席 で あ る 左 大臣 ( 一上 ) と 関白 に 近 い 権限 を 持 つ 内覧 を 兼任 する こと に よ っ て 最高 権力 を 行使 し よ う と し た の で あ る 。 長徳 4 年 ( 99 8 年 ) 、 道長 は 大病 に 陥 り 、 出家 を 天皇 に 願い出 る 程 に 深刻 だっ た 。 天皇 が これ を 再三 慰留 し 、 やがて 平癒 し て 政務 に 復帰 し て い る 。 長 保 元年 ( 999 年 ) 1 1 月 、 一条 天皇 の もと へ 長女 ・ 彰子 を 女御 と し て 入内 さ せ る 。 その 入内 は 盛大 な もの で 豪華 な 調度 品 が 用意 さ れ 、 その 中 に は 参議 源 俊賢 を 介 し て 公卿 たち の 和歌 を 募 り 能書 家 の 藤原 行成 が 筆 を 入れ た 四 尺 の 屏風 歌 も あ り 、 花山 法皇 まで も が 彰子 の 入内 の ため に 和歌 を 贈 っ た 。 その 中 で 唯 ひとり 中納言 ・ 藤原 実資 だけ は 歌 を 献じ る の は 拒 ん だ 。 実資 は 小野 宮流 ( 実頼 の 家系 ) の 継承 者 で 当時 で は 有職 故 実 に 通 じ た 一流 の 学識 者 で 、 権勢 に おも ね ら ず 筋 を 通 す 態度 を 貫 い た 。 翌 長 保 2 年 ( 1000 年 ) 2 月 に な っ て 道長 は 彰子 を 中宮 と し た 。 先立 の 后 に 定子 が お り 、 すでに 第 一 皇子 ・ 敦康 親王 を 生み 帝寵 も 深 か っ た が 、 道長 は 定子 を 皇后 に 押し上げ る こと であえて 一帝 二 后 を 遂行 さ せ た 。 これ は 先例 が な い こと で あ っ た が 道長 は 権勢 で 押し 通 し 、 また 東三 条院 の 後援 と 藤原 行成 の 論理 武装 が 説得 の 大きな 手助け と な っ た 。 藤原 詮子 皇后 ・ 藤原 遵子 ( 藤原 頼忠 の 娘 で 円融 天皇 の 皇后 ) 中宮 ・ 藤原 定子 藤原 氏 の 3 人 が 后 と し て 出 て い る が 全て 出家 し 、 尼 の 身 で あ っ た 。 藤原 氏 出身 の 皇后 が 行 う こと に な っ て い る 大原野 神社 に 奉仕 する 皇后 が 1人 も お ら ず 、 神 に 対 し て 申し訳 が 立 た な い 。 よ っ て この 際皇后 を 増員 し 、 祭り に 奉仕 す べ き で あ る と い う 論理 を 行成 が 編み出 し 、 これ に よ っ て 東三 条院 や 一条 天皇 を 説得 し た 。 道長 に よ っ て 望 ま ぬ 皇后 に さ れ た 定子 は 、 その 年 の 12 月 に 皇女 出産 の 産褥 で 死去 し て い る 。 寛弘 5 年 ( 100 8 年 ) 9 月 、 入内 後 10 年 目 に し て 彰子 は 道長 の 土御 門殿 に お い て 皇子 ・ 後一 条 天皇 を 出産 し 、 翌年 に は さらに 年子 の 後朱 雀 天皇 も 生まれ た 。 待望 の 孫皇子 が 誕生 し た 時 の 道長 の 狂喜 ぶり は 『 紫式 部 日記 』 に 詳し い 。 寛弘 8 年 ( 1011 年 ) 6 月 、 病床 に 臥 し た 一条 天皇 は 東宮 ・ 三 条 天皇 ( 冷泉 天皇 の 皇子 ) に 譲位 し 、 剃髪 出家 し た 後 に 崩御 し た 。 一条 天皇 と 道長 は 信頼 関係 に あ っ た と さ れ る が 、 その 一方 で 後世 の 記録 で は あ る が 『 古事 談 』 や 『 愚管 抄 』 に よ る と 天皇 の 遺品 を 整理 し て い る と 「 王 が 正し い 政 を 欲 する の に 、 讒臣 が 国 を 乱 し て しま う 」 と い う 天皇 の 手書 を 見つけ 、 道長 が 怒 っ て 破り捨て た と い う 。 一方 、 同 時代 の 記録 で あ る 藤原 行成 の 日記 『 権記 』 に は 、 一条 天皇 が 死 の 直前 に 側近 の 行成 に 定子 が 生 ん だ 敦康 親王 の 次期 東宮 擁立 の 相談 を 行 っ た が 、 既に 道長 と 深 く 結 ん で い た 行成 は 却って 天皇 に 迫 っ て 、 道長 の 外孫 で あ る 彰子 が 生 ん だ 敦成 親王 の 次期 東宮 擁立 を 認め させ と い う 経緯 が 記述 さ れ て い る 。 少な く て も 一条 天皇 と 道長 の 間 に 敦康 ・ 敦成 両親王 の 将来 を 巡 る 対立 が あ っ た の は 事実 の よう で あ る 。 三条 天皇 は 東宮 に 4 歳 の 敦成 親王 を 立て た 。 長和 元年 ( 1012 年 ) 2 月 、 道長 は 東宮 時代 の 三 条 天皇 に 入内 さ せ て い た 次女 の 藤原 妍子 を 中宮 と し た 。 当初 、 天皇 は 道長 に 関白 就任 を 依頼 する が 道長 は これ を 断 り 、 続け て 内覧 に 留任 し た 。 道長 は 三 条 天皇 と も 叔父 ・ 甥 の 関係 に あ っ た が 、 早 く に 母后 超子 を 失 い 成人 し て から 即位 し た 天皇 と 道長 の 連帯 意識 は 薄 く 、 天皇 は 親政 を 望 ん だ 。 妍子 が 禎子 内 親王 を 生 ん だ こと も あ り 、 天皇 と の 関係 は 次第 に 悪化 し て い っ た 。 天皇 に は 妍子 と は 別 に 東宮 時代 から の 女御 に 藤原 せい子 ( 藤原 済時 の 娘 ) が おり 第 一 皇子 ・ 敦明 親王 を 生 ん で お り 、 天皇 は 娍子 を 皇后 に 立て る こと と し た 。 ところ が 立后 の 儀式 の 日 を 道長 は 妍子 の 参内 の 日 と し て 欠席 し 、 諸 公卿 も これ に おも ね って 誰 も 儀式 に 参列 し よ う と し な かっ た 。 良識 者 の 実資 が 病身 を お し て 意 を 決して 中納言 ・ 隆家 と とも に 参内 し 儀式 を 取り 仕切 っ た が 、 寂し い 儀式 と な っ た 。 翌年 の 娍子 参内 の 行賞 と し て 娍子 の 兄 の 藤原 通任 を 叙任 し よ う と し た 際 に 、 道長 は 本来 は 長年 娍子 の 後見 を し た の は 長兄 の 藤原 為任 で あ る と し て 通任 を 叙位 し よ う と し た 天皇 の 姿勢 を 批判 し て 、 最終 的 に 為任 を 昇進 さ せ た 。 三条 天皇 と 道長 と の 確執 から 政務 が 渋滞 し 、 大勢 は 道長 に 有利 で あ っ た 。 これ に 対 し て 三条 天皇 は 密か に 実資 を 頼り と する 意 を 伝え る が 、 賢明 な 実資 は 物事 の 筋 は 通 す が 権勢 家 の 道長 と 正面 から 対抗 し よ う と は し な かっ た 。 孤立 し た 天皇 は 長和 3 年 ( 1014 年 ) 、 失明 寸前 の 眼病 に かか り 、 いよいよ 政務 に 支障 が 出 て これ を 理由 に 道長 は しばしば 譲位 を 迫 っ た 。 道長 が 敦成 親王 の 即位 だけ で な く 同じ 彰子 の 生 ん だ 敦良 親王 の 東宮 を 望 ん で い る の は 明らか で 、 天皇 は 道長 を 憎 み 譲位 要求 に 抵抗 し 眼病 快癒 を 願 い 、 しきり に 諸 寺 社 に 加持 祈祷 を 命 じ た 。 長和 4 年 ( 1015 年 ) 10 月 、 譲位 の 圧力 に 対 し て 天皇 は 道長 に 准摂政 を 宣下 し て 除目 を 委任 し 、 自ら は 与 らぬ こと を 詔 する 。 11 月 、 新造 間 も な い 内裏 が 炎上 する 事件 が 起こ る 。 これ を 理由 に 道長 は さらに 強 く 譲位 を 迫り 眼病 も 全く 治 ら ず 三条 天皇 は 遂 に 屈 し 、 自ら の 第 一 皇子 ・ 敦明 親王 を 東宮 と する こと を 条件 に 譲位 を 認め た 。 長和 5 年 ( 1016 年 ) 正月 、 三条 天皇 は 譲位 し 、 東宮 の 敦成 親王 が 即位 し た ( 後一 条 天皇 ) 。 道長 は 摂政 の 宣下 を 受け た 。 東宮 に は 約束 通り 、 敦明 親王 が 立て られ る 。 だ が 、 敦明 親王 と 道長 に は 外戚 関係 が な く 、 母 の 娍子 の 生家 は 後ろ盾 に な ら ず 親王 の 舅 は 右 大臣 顕光 だ が 、 人望 が な く まるで 頼り に な ら な かっ た 。 翌 寛仁 元年 ( 1017 年 ) 3 月 、 道長 は 摂政 と 氏 長 者 を 嫡男 の 頼通 に 譲 り 、 後継 体制 を 固め た 。 5 月 に 三条 上皇 が 崩御 する と 、 それ から 程 な い 8 月 、 敦明 親王 は 自ら 東宮 辞退 を 申し出 た 。 道長 は 敦明 親王 を 准太 上 天皇 と し ( 院号 は 小一 条院 ) 、 さらに 娘 の 藤原 寛子 を 嫁 さ せ 優遇 し た 。 東宮 に は 道長 の 望み 通り に 敦良 親王 が 立て られ る 。 12 月 、 従一 位 太政 大臣 に 任 じ られ 位 人臣 を 極め る が 、 程 な く これ を 辞 し た 。 一応 、 政治 から 退 い た 形 に な る が その 後 も 摂政 と な っ た 若 い 頼通 を 後見 し て 指図 し て い る 。 寛仁 2 年 ( 1018 年 ) 3 月 、 後一 条 天皇 が 11 歳 に な っ た 時 、 道長 は 三女 の 藤原 威子 を 女御 と し て 入内 さ せ 、 10 月 に は 中宮 と な し た 。 実資 は その 日記 『 小右 記 』 に 、 「 一家 立 三 后 、 未曾有 な り 」 と 感嘆 の 言葉 を 記 し た 。 威子 の 立后 の 日 ( 10 月 16 日 ( 旧暦 ) ( 11 月 26 日 ) ) に 道長 の 邸宅 で 諸 公卿 を 集め て 祝宴 が 開 か れ 、 道長 は 実資 に 向か っ て 即興 の 歌 「 この世 を ば   わが 世 と ぞ 思 ふ   望月 の   欠け た る こと も   なし と 思 へ ば 」 を 詠 ん だ ( 『 小右 記 』 、 原文 漢文 ) 。 実資 は 丁重 に 返歌 を 断 り 、 代わり に 一同 が 和 し て この 「 名歌 」 を 詠 ずる こと を 提案 し 、 公卿 一同 が この 歌 を 繰り返 し 何 度 も 詠 っ た 。 道長 の 日記 に は この 日 の 宴会 の こと は 書 か れ て い る が この 歌 自体 は 書 かれ ず 道長 に 批判 的 な 実資 の 日記 に 書き残 さ れ 、 後世 に 伝え られ る こと に な っ た 。 寛仁 3 年 ( 1019 年 ) 3 月 、 病 と な り 剃髪 し て 出家 する 。 半年 後 に 東大 寺 で 受戒 を さ れ る 。 法名 は 行観 ( 後 に 行覚 ) 。 寛仁 5 年 ( 1021 年 ) 、 道長 の 末女 ・ 藤原 嬉子 も 将来 の 皇妃 と な る べく 東宮 敦良 親王 に 内 侍 司 と し て 侍 し た が 、 嬉子 は 後冷泉 天皇 を 産 ん で 万寿 2 年 ( 1025 年 ) に 早世 し た 。 晩年 は 壮大 な 法成 寺 の 建立 に 精力 を 傾け た 。 造営 に は 資財 と 人力 が 注ぎ込 ま れ 、 諸国 の 受領 は 官 へ 納入 を 後回し に し て も 、 権門 の 道長 の ため に 争 って この 造営 事業 に 奉仕 し た 。 『 栄花 物語 』 は 道長 の 栄耀 栄華 の 極み と し て の 法成 寺 の 壮麗 さ を 伝え て い る 。 道長 は この 法成 寺 に 住 ん だ が 多く の 子供 たち に 先立 た れ 、 病気 がち で 安らか と は いえ な かっ た 。 万寿 4 年 ( 1027 年 ) 、 病没 。 享年 63 。 死因 は はっきり と は 分か っ て い な い が 、 記録 から 癌 また は 糖尿 病 で は な い か と い わ れ て い る 。 また 一説 に は ハンセン 病 で あ っ た と い う 説 も あ る 。 道長 は 藤原 北家 の 全盛 期 を 築 き 、 摂関 政治 の 崩壊 後 も 彼 の 子孫 のみ が 摂関職 を 代々 世襲 し 、 本流 から 五 摂 家 と 九 清華 家 の うち 三家 ( 花山院 家 ・ 大炊 御門家 ・ 醍醐 家 ) を 輩出 し た 。 道長 の 33 歳 から 56 歳 に かけ て の 日記 は 『 御堂 関白 記 』 ( 『 法成 寺 摂政記 』 ) と 呼 ば れ 、 自筆 本 14 巻 、 書写 本 12 巻 が 京都 の 陽明 文庫 に 保存 さ れ て い る 。 誤字 ・ 当て字 が 随所 に 散らば り 、 罵言 も 喜悦 の 言葉 も 素直 に 記 し て あ る 所 を 見 れ ば 、 大らか で 直情 径行な 道長 の 気性 が よく 分か る 。 また 正妻 源 倫子 の こと を すべて 「 女房 」 と 表現 し て お り 、 「 女房 」 と い う 言葉 を 現代 語 と 同様 の 意味 で 用い て い る こと が 注目 さ れ る 。 当時 の 政治 や 貴族 の 生活 に 関 する 超 一 級 の 史料 と し て 、 昭和 26 年 ( 1951 年 ) に 国宝 に 指定 さ れ た 。 道長 は 豪爽 な 性格 で 、 若 い 頃 の 話 と し て 父 ・ 兼家 が 才人 で あ る 関白 頼忠 の 子 の 藤原 公任 を 羨 み 、 息子 たち に 「 我が 子 たち は 遠 く 及 ば な い 、 ( 公任 の ) 影 を 踏 む こと も でき ま い 」 と 嘆息 し た 。 道隆 と 道兼 は 言葉 も な かっ た が 、 道長 のみ は 「 影 を 踏 む こと は でき な い で しょ うが 、 その 面 を 踏 ん で や り ま しょ う 」 と 答え て い る ( 大鏡 ) 。 父 ・ 兼家 の 葬儀 の 際 、 道長 の 堂々 た る 態度 を 見 た 名高 い 武士 の 源 頼光 は 将帥 の 器 で あ る と 感嘆 し て 、 自ら 従 う よう に な っ た と い う 。 また 弓射 に 練達 し 、 後 に ライバル と な る 兄 ・ 道隆 の 嫡男 の 藤原 伊周 と 弓比べ を し 、 「 我が 娘 が 寝極 に 入 る なら ば 当た れ 」 と 言 っ て 矢 を 放 つ と 見事 に 命中 し 、 伊周 は 外 し て しま う 。 続 い て 道長 が 「 我 れ 摂関 に 至ら ば 当た れ 」 と 言 っ て 放 つ と やはり 命中 し た 。 道隆 は 喜 ば ず 、 弓比べ を 止め させ た と い う ( 大鏡 ) 。 文学 を 愛好 し た 道長 は 紫式 部 ・ 和泉 式部 など の 女流 文学 者 を 庇護 し 、 内裏 の 作文 会 に 出席 する ばかり で な く 自邸 で も 作文 会 や 歌合 を 催 し たり し た 。 『 源氏 物語 』 の 第 一 読者 で あ り 、 紫式 部 の 局 に や っ て き て は いつ も 原稿 の 催促 を し て い た と い わ れ て い る ( 自分 を モデル と し た 策略 家 の 貴族 が 登場 し て い る こと から それ を 楽しみ に し て い た と も 言 わ れ る ) 。 家集 『 御堂 関白 集 』 を 残 し 、 自ら 拾遺 和 歌集 以下 の 勅撰 集 歌 人 で も あ る 。 もっとも 道長 本人 は 和歌 より 漢詩 の 方 を 得手 と し て い た よう で あ る ( ちなみ に 有名 な 「 この世 を ば 」 の 歌 は 本人 も 即興 で 作 っ た 歌 で あ っ た ため に 気 に 入 ら な かっ た と さ れ 『 御堂 関白 記 』 など に は 記載 さ れ て お ら ず 、 政敵 ・ 藤原 実資 の 『 小右 記 』 に 伝え られ て い る ) 。 また 、 政治 家 と し て は 估価 法 の 整備 など の 物価 対策 など に も 取り組 ん だ ( 道長 や 実資 が 死 ぬ と 公卿 が 社会 政策 に 取り組 む 事 は なく な り 、 院政 や 武家 政権 に 政治 の 実権 を 奪 わ れ る 遠因 と な る ) 。 ちなみ に 頭 が 薄 か っ た ら しい 。 また 、 仏教 ( 特に 浄土 教 ) に 対 し て 信仰 心 が 厚 く 、 最期 は 自ら が 建て た 法成 寺 阿弥陀 堂本 尊前 で 大勢 の 僧侶 に 囲 ま れ 極楽 浄土 を 祈願 する 儀式 の 中 で 臨終 の 時 を 迎え た と さ れ る 。 ※ 特に 指示 の 無 い 限り 『 公卿 補任 』 の 記載 に よ る 。 ( ) は 新暦 換算 で の 日付 。 新暦 は ユリウス 暦 で 換算 。 天元 ( 日本 ) 3 年 ( 980 年 ) 1 月 7 日 ( 旧暦 ) ( 1 月 27 日 ) : 従 五 位 下 に 叙位 天元 5 年 ( 982 年 ) 1 月 10 日 ( 旧暦 ) ( 2 月 6 日 ) : 昇殿 を 許 さ れ る 天元 6 年 ( 983 年 ) 1 月 27 日 ( 旧暦 ) ( 3 月 14 日 ) : 侍従 に 任官 永観 2 年 ( 984 年 ) 2 月 1日 ( 旧暦 ) ( 3 月 6 日 ) : 右兵衛 権 佐 に 転任 4 月 14 日 ( 旧暦 ) ( 5 月 17 日 ) : 禁色 を 許 さ れ る 4 月 28 日 ( 旧暦 ) ( 5 月 31 日 ) : 東宮 ( のち の 花山 天皇 こと 、 師貞 親王 ) 昇殿 を 許 さ れ る 寛和 2 年 ( 986 年 ) 2 月 8 日 ( 旧暦 ) ( 3 月 20 日 ) : 昇殿 を 許 さ れ る 6 月 23 日 ( 旧暦 ) ( 8 月 1日 ) : 一条 天皇 践祚 に よ り 、 あらためて 昇殿 を 許 さ れ る 7 月 23 日 ( 旧暦 ) ( 8 月 30 日 ) : 従 五 位 上 に 昇叙 し 、 蔵人 に 補任 。 右兵衛 権 佐如 元 7 月 27 日 ( 旧暦 ) ( 9 月 3 日 ) : 正 五 位 下 に 昇叙 し 、 蔵人 ・ 右兵衛 権 佐如 元 8 月 15 日 ( 旧暦 ) ( 9 月 21 日 ) : 少納言 を 兼任 10 月 15 日 ( 旧暦 ) ( 11 月 19 日 ) : 左近衛 少将 に 転任 し 、 少納 言 如 元 11 月 18 日 ( 旧暦 ) ( 12 月 21 日 ) : 従 四 位 下 に 昇叙 し 、 左近衛 少将 如 元 。 皇后宮 御給 に よ る 年爵 。 禁色 と 昇殿 を あらためて 許 さ れ る 寛和 3 年 ( 987 年 ) 1 月 7 日 ( 2 月 7 日 ) : 従 四 位 上 に 昇叙 し 、 左近衛 少将如 元 1 月 27 日 ( 2 月 27 日 ) : 讃岐 国 を 兼任 永延 元年 ( 987 年 ) 7 月 11 日 ( 旧暦 ) ( 8 月 8 日 ) : 備前 国 を 兼任 し 、 讃岐 権守 を 去 る 9 月 4 日 ( 旧暦 ) ( 9 月 29 日 ) : 京職 を 兼任 し 、 左近衛 少将如 元 9 月 20 日 ( 旧暦 ) ( 10 月 15 日 ) : 従 三 位 に 昇叙 し 、 左近衛 少将如 元 9 月 26 日 ( 旧暦 ) ( 10 月 21 日 ) : 左近衛 少将 を 止 む が 、 帯剣 を 許 さ れ る 永延 2 年 ( 988 年 ) 1 月 29 日 ( 旧暦 ) ( 2 月 19 日 ) : 権 中 納言 に 転任 し 、 帯剣 如 元 永延 3 年 ( 989 年 ) 3 月 4 日 ( 旧暦 ) ( 4 月 12 日 ) : 右衛 門 督 を 兼任 永祚 ( 日本 ) 2 年 ( 990 年 ) 1 月 7 日 ( 2 月 5 日 ) : 正 三 位 に 昇叙 し 、 権 中 納言 ・ 右衛 門 督如 元 10 月 5 日 ( 旧暦 ) ( 10 月 26 日 ) : 中宮 ( 藤原 道隆 の 娘 で 一条 天皇 中宮 ・ 藤原 定子 ) 大夫 を 兼任 正暦 2 年 ( 991 年 ) 9 月 7 日 ( 旧暦 ) ( 10 月 17 日 ) : 権 大 納言 に 転任 し 、 中宮 大夫 如 元 正暦 3 年 ( 992 年 ) 4 月 27 日 ( 旧暦 ) ( 5 月 31 日 ) : 従 二 位 に 昇叙 し 、 権 大 納言 ・ 中宮 大夫 如 元 長徳 元年 ( 995 年 ) 4 月 27 日 ( 5 月 29 日 ) : 左近衛 大将 を 兼任 5 月 ( 日欠 ) : 内覧 宣下 9 月 19 日 ( 旧暦 ) ( 10 月 15 日 ) : 右 大臣 に 転任 し 、 藤 氏 長者 宣下 9 月 20 日 ( 旧暦 ) ( 10 月 16 日 ) : 左近衛 大将如 元 長徳 2 年 ( 996 年 ) 7 月 20 日 ( 旧暦 ) ( 8 月 6 日 ) : 正二 位 に 昇叙 し 、 左 大臣 に 転任 。 内覧 如 元 7 月 21 日 ( 旧暦 ) ( 8 月 7 日 ) : 左近衛 大将如 元 8 月 9 日 ( 旧暦 ) ( 9 月 24 日 ) : 左近衛 大将 を 辞任 長和 4 年 ( 1015 年 ) 10 月 27 日 ( 旧暦 ) ( 12 月 11 日 ) : 准摂 政 宣下 。 左 大臣 如 元 長和 5 年 ( 1016 年 ) 1 月 29 日 ( 旧暦 ) ( 3 月 10 日 ) : 摂政 宣下 。 左 大臣 如 元 12 月 7 日 ( 旧暦 ) ( 1017 年 1 月 7 日 ) : 左 大臣 を 辞任 長和 6 年 ( 1017 年 ) 3 月 16 日 ( 旧暦 ) ( 4 月 16 日 ) : 摂政 を 辞 し 、 従 一 位 に 昇叙 寛仁 元年 ( 1017 年 ) 12 月 4 日 ( 旧暦 ) ( 12 月 24 日 ) : 太政 大臣 宣下 寛仁 2 年 ( 1018 年 ) 2 月 9 日 ( 旧暦 ) ( 2 月 27 日 ) : 太政 大臣 を 辞任 寛仁 3 年 ( 1019 年 ) 3 月 21 日 ( 旧暦 ) ( 4 月 28 日 ) : 出家 。 法名 : 行観 。 のち 、 行覚 と 改め る なお 、 養子 ・ 猶子 と な っ た 者 に 実父 の 出家 ・ 死去 に よ っ て 縁戚 の 道長 が 後見 を 務め た 源成信 ( 致平 親王 の 子 ・ 倫子 の 甥 ) 、 道長 の 実 の 孫 で その 昇進 の 便宜 の ため に 道長 が 養子 と し た 藤原 信基 ( 教通 の 子 、 後 の 藤原 通基 ) ・ 藤原 兼頼 ( 頼宗 の 子 ) 、 同様 の ケース と 考え られ る 道長 の 異母 兄 道綱 の 実子 で あ る 藤原 兼経 ・ 道命 ( 四 天王 寺 別当 ) 兄弟 が 挙げ られ る 。 この 他 に 正式 な 縁組 は 無 かっ た もの の 、 源 経房 ( 源 高明 の 子 、 明子 の 実弟 で 道長 が 後見 を 務め た ) や 藤原 兼隆 ( 道兼 の 子 ) も これ に 准 じ て い た と 言 わ れ て い る 。 +西園寺 公望 ( さいおんじ きん も ち 、 嘉永 2 年 10 月 23 日 ( 旧暦 ) ( 1849 年 12 月 7 日 ) - 昭和 15 年 ( 1940 年 ) 1 1 月 24 日 ) は 日本 の 公家 、 政治 家 。 立憲 政友 会 第 2 代 総裁 。 第 12 ・ 1 4 代 内閣 総理 大臣 。 贈従 一 位 、 大勲位 、 大勲位 菊花 章 頸飾 、 公爵 。 本姓 は 藤原 。 正式 に は 藤原 公望 ( ふじわら の きん もち ) 。 大正 13 年 ( 1924 年 ) に 松方 正義 が 死去 し た 後 は 、 「 最後 の 元老 」 と し て 大正 天皇 、 昭和 天皇 を 輔弼 し た 。 また 文化 人 、 趣味 人 と し て も 名高 く 、 陶庵 と 号 し 書 を 能 く し 、 叙情 あふれ る 漢詩 も 多 く 残 し て い る 。 また 森 鴎 外 ら 第 一 級 の 文人 たち を 招 じ 雨声 会 と 称 し た サロン を 主催 し た 。 西園寺 公望 は 清華 家 の 一 つ 徳大寺 家 の 次男 と し て 誕生 し 、 4 歳 の 時 に 、 同族 で 清華 家 の 西園 寺 家 へ 養子 に 入 り 家督 を 相続 し た 。 両家 は 藤原 房前 を 始祖 と する 藤原 北家 閑院 流 の 血筋 の 系統 で あ る 。 実父 は 右 大臣 徳大寺 公純 、 実兄 は 3 度 に わた っ て 侍 従 長 と な り 、 内 大臣 も つとめ た 徳大寺 実則 。 すぐ 下 の 弟 の 隆麿 は 住友 家 の 入り婿 と な り 、 住友 財閥 を 継 い で 第 15 代 住友 吉左衛門 ( 住友 友純 ) を 襲名 し 、 長 く 財界 に 君臨 し た 。 そして 、 末弟 の 末弘 威麿 は 母方 の 末弘 家 を 継 ぎ 、 後 に 京都 法政 学校 ( 現在 の 立命 館 大学 ) の 幹事 ・ 理事 など を 務め て い る 。 幼少 時 に は 、 住まい が 御所 に 近 く 、 年齢 も 近 かっ た こと から 、 祐宮 ( のち の 明治 天皇 ) の 遊び 相手 と し て 度々 召 さ れ た 。 西園寺 に は 、 岩倉 具視 や 三条 実美 の よう な 幕末期 に おけ る 政治 的 功績 は ほとんど 皆無 で あ っ た 。 ただ 鳥羽 ・ 伏見 の 戦い が はじま る と 、 朝廷 で は これ を 徳川 家 と 島津 家 の 私闘 と 見な す 意見 が 出 る なか に あ っ て 、 積極 的 な 関与 ・ 主戦 論 を 主張 し 岩倉 ら 倒幕 派 公卿 に 注目 さ れ た 。 以後 の 戊辰 戦争 で は 山陰 道 鎮撫 総督 、 会津 口 征討 大 参謀 と し て 各地 を 転戦 する 。 その 後 は 越後 府 知事 など を 歴任 し た が 、 その 当時 、 西園 寺 は 10 代 の 青年 で あ り 、 この 若 さ で 任官 でき た の は 家格 の 後光 以外 に 理由 を 見出 す こと は 困難 で あ る 。 また 公卿 の 中 で 初めて 洋服 で 宮中 に 参内 し 、 未 だ 多 く 残 る 攘夷 公卿 の 怒り を 買 っ た エピソード も 自著 ( 『 陶庵 随筆 』 ) で 披瀝 し て い る 。 官 を 辞 し た 西園 寺 は フランス 留学 を 考え る よう に な り 、 東京 や 長崎 で フランス 語 の 勉強 を 始め た 。 東京 で は 前原 一誠 と 同じ 宿 で 長 く 一緒 に 過ご し 、 次第 に 武士 の 社会 に 馴染 む と 公家 風 の 名 を 嫌 っ て 「 望一郎 」 と 名乗 っ た こと も あ っ た 。 若 き 日 の 西園寺 が 大小 を 差し た 侍姿 で 颯爽 と 立 つ 勇まし い 写真 も 残 さ れ て い る 。 やがて 大村 益次郎 の 推薦 に よ っ て 明治 4 年 ( 18 71 年 ) 、 官費 で フランス に 留学 し た ( のち に 減額 を 申し出 て い る ) 。 礼 を 言 う ため に 大村 の い る 旅館 を 訪れ る 直前 、 親友 ( 万里小路 通房 ) が 駆け込 ん で き て 長談義 と な り 、 その 間 に 大村 益次郎 が 襲撃 さ れ る と い う 事件 が 起こ っ て い る ( 明治 2 年 ) 。 フランス 行き の 船内 で は 、 地球 が 球体 で あ る こと を 得心 し たり 、 白人 少年 に 別れ の キス を 求め られ て とまど う と い っ た エピソード が あ っ た こと が 本人 の 手紙 に し た ため られ て い る 。 普仏 戦争 敗北 と 第 二 帝政 の 崩壊 、 かわ っ て 樹立 さ れ た 革命 政府 パリ ・ コミューン と ドイツ 軍 に よ る その 鎮圧 と い う 、 混乱 の 真 ただ 中 に パリ に 到着 し た 西園 寺 は 、 以後 10 年 近く に わた っ て フランス や ヨーロッパ の 知識 や 思想 、 文化 を 吸収 し て い っ た 。 その 間 、 後 に フランス 首相 と な る ジョルジュ ・ クレマン ソー や 、 留学 生 仲間 の 中江 兆民 、 松田 正久 ら と 親交 を 結 び 、 こう し た 人脈 は 帰国 後 も 続 い た 。 西園寺 は ソルボンヌ 大学 で 勉学 に いそし む 一方 で 随分 と 遊蕩 も し た よう で 、 フランス 人 女性 に も たいそう 人気 で あ っ た よう で あ る 。 なお 、 第 一 次 世界 大戦 後 の パリ 講和 会議 ( 1919 年 ) に 日本 の 全権 特使 と し て 出席 し た 西園寺 と パリ 留学 時代 を 同じ 下宿 で すご し た 親友 クレマン ソー と の 友情 は 、 講和 会議 で の 日本 の 立場 を 保持 する の に 大いに 役立 っ た と 伝え られ る 。 パリ 留学 で 自由 思想 を 学 ん だ 西園 寺 は 自由 民権 運動 に 傾倒 し 、 明治 14 年 ( 1881 年 ) 3 月 18 日 に は 、 自由 党 結党 に 向け て 創刊 さ れ た 『 東洋 自由 新聞 』 の 社長 と な り 、 中江 兆民 、 松田 正久ら と 共 に 発行 に 携わ る 。 西園寺 が 自由 民権 運動 に 加担 する こと は 政府 や 宮中 で 物議 を 呼 び 、 内 大臣 岩倉 具視 が 働きかけ た 明治 天皇 の 内勅 に よ り 退社 を 余儀 な く さ れ 、 東洋 自由 新聞 は 4 月 30 日 発行 の 第 34 号 に て 廃刊 に 追い込 ま れ た 。 この 時 の 西園寺 は あらゆる 圧力 に 屈 する こと は な かっ た が 、 明治 天皇 の 内勅 が で る と あっけな い ほど 簡単 に 身 を ひ い て しま っ た 。 この 事件 で の 彼 の 行動 は 彼 の 生涯 に わた る 世界 観 、 政治 観 を 端的 に あらわ し て い る と も いえ る 。 西園寺 は フランス で 身 に 着け た リベラル な 思想 と 名門 公家 の 責務 と し て 皇室 の 藩屏 た ら ね ば な ら な い 意識 と い う あ る 意味 で 相 反 する もの を 共 に 有 し て い た 。 そして この 相 反 する 二 つ を 整理 し 融合 し た こと から 独特 な 世界 観 、 政治 観 を 持 つ 政治 家 へ と 成長 し た 。 この こと は 時 に 彼 を 優柔 不断 に 見せ た が 、 後述 する 天皇 へ の 諫言 は 極めて 適切 で あ っ た と いえ 、 こう し た ところ に 西園 寺 の 政治 家 と し て の 真骨頂 を 感 じ られ る 。 西園寺 の よう な 感性 を も っ た 政治 家 を 他 に 見出 す こと は 難し い 。 生涯 権力 や 金銭 に 対 する 執着 は 乏し く 、 この 淡白 な 性質 は 上級 公卿 に 生まれ た 育ち の 良 さ から く る もの で あ っ た と 考え られ る 。 この 点 で 彼 は 終生 の 政敵 山縣 有朋 と は 対照 的 で あ っ た 。 また 、 3 人 の 内縁 の 妻 を 持 ち 、 女子 を 儲け て い る 一方 、 生涯 正室 は 娶 ら な かっ た 。 はっきり し た 理由 は 西園寺 自身 述べ て い な い が 、 名門 西園寺 家 の 当主 で あ っ た 彼 は 、 娶 る なら ば 皇族 、 公家 、 大名 家 など の 姫 で な けれ ば な ら ず 、 自由 人 で あ っ た 西園寺 が こう し た しがらみ を 嫌 っ た ため と も 言 わ れ て い る 。 明治 30 年 ( 1897 年 ) 、 前年 まで 外務 大臣 を 務め た 陸奥 宗光 が 、 山縣 を 中心 と する 藩閥 の 打倒 と 議会 制 民主 主義 の 未 達成 を 嘆 き つつ 死 ん だ 時 、 西園 寺 は 「 陸奥 も とうとう 冥土 に 往 っ て しま っ た 。 藩閥 の やつ ら は 、 たた い て も 死 に そう も な い やつ ばかり だ が 」 と 言 っ て 、 周囲 の 見 る 目 も 痛わし い ほど に 落胆 し た と い う 。 西園寺 の 政治 家 と し て の キャリア は 明治 15 年 ( 18 82 年 ) 、 伊藤 博文 が 憲法 調査 の ため に ヨーロッパ を 歴訪 し た 際 、 それ に 随行 し た こと に はじま る 。 初入閣 は 明治 27 年 ( 1894 年 ) 、 第 二 次 伊藤 内閣 の 文部 大臣 と し て であ っ た 。 ヨーロッパ で 伊藤 の 知遇 を 得 た 西園 寺 は 、 明治 33 年 ( 190 0 年 ) の 立憲 政友 会 旗揚げ に 参画 する 。 明治 36 年 ( 190 3 年 ) に は 伊藤 の 後 を 受け て 総裁 と な り 、 明治 39 年 ( 190 6 年 ) と 明治 44 年 ( 1911 年 ) の 2 回 に わた っ て 内閣 総理 大臣 に 任命 さ れ る 。 西園寺 は 思想 的 に 自由 主義 を 自称 し 、 衆議 院 で の 多数 派 政党 が 内閣 を 組織 する 憲政 の 常道 を 慣例 に し た 。 また フランス 留学 の 影響 から か 親欧米 的 で 、 軍部 など から 国家 主義 に 反 する 者 と し て 「 世界 主義 者 」 と 非難 さ れ る こと も あ っ た 。 西園寺 は 政治 力 が な かっ た と い う 見 方 を さ れ る こと が 多 い が これ は 誤り で 、 山縣 有朋 の 死去 後 政治 力 で 彼 を 上回 る もの は 当時 の 日本 に は 存在 し な く な っ た 。 宮中 ・ 財界 と の 姻戚 関係 を 背景 に 、 彼 は 元老 と し て 宮中 と 国務 、 軍部 の 調整 役 を 務め 、 日本 の 政治 を リード し 続け た 。 また 、 文部 大臣 在任 中 に 教育 ニ関 スル 勅語 の 改訂 を 試み る など 昭和 初期 の 国家 主義 的 政治 家 と は 一線 を 画 す 言動 を 散発 的 に 見せ る が 、 軍部 の 勢力 拡大 に 抵抗 し た もの の 、 彼 だけ の 力 で は 戦争 回避 を 成し遂げ る こと は でき な かっ た 。 西園寺 は 立命 館 大学 に 寄贈 し た 扁額 に 「 藤原 公望 」 と 西園 寺 家 の 本姓 の 藤原 姓 で 名前 を 記 し た よう に 、 自ら が 千 年 以上 皇室 と とも に あ っ た 藤原 氏 の 末裔 で あ る と い う 自覚 を 持 っ て い た 。 また 、 幼 い 頃 から 皇室 に 親し ん で い た こと も あ っ て 、 「 皇室 の 藩屏 」 と い う 意識 が 強 く 、 それ が 政治 姿勢 と な っ て い た 。 すなわち 絶対 的 な 権力 を 持 つ が 故 に 誤謬 が 許 さ れ な い 天皇 の 親政 に 反対 し 続け た 。 これ は 田中 義一 が 張 作霖 爆殺 事件 ( 満州 某 重大 事件 ) の 上奏 の 不 一致 を 昭和 天皇 に 叱責 さ れ 内閣 が 総 辞職 し た 際 、 西園寺 が 天皇 に 累 を 及ぼ す と い う こと を 口実 に し て 、 天皇 に よ る 田中 へ の 叱責 に 反対 し て い た こと から 見 て も 明らか で あ る 。 また 、 「 立憲 君 主 と し て 、 臣下 の 決定 に 反対 し な い 」 と い う 昭和 天皇 の 信条 は 西園寺 の 影響 と する 向き も あ る 。 しかし ながら この 姿勢 は 一方 で 、 皇道 派 将校 の 反感 を も 招 い た 。 明治 39 年 ( 190 6 年 ) に は 桂太郎 の 後 を 受け て 第 1 次 西園寺 内閣 を 組織 。 その のち 再び 桂 が 総理 と な り 、 桂 ・ 西園寺 会談 で の 「 情意 投合 」 に よ っ て 明治 44 年 ( 1911 年 ) に は 第 2 次 西園寺 内閣 を 組織 し た 。 桂 と 西園寺 が 交互 に 総理 を 務め た この 時代 を 桂園 時代 と い う 。 政友 会 の 幹部 は 桂 と の 対抗 関係 を 強調 し 、 西園寺 も 表向き は その 姿勢 を 見せ て い た が 、 桂 に 「 君 と 僕 と に て 国家 を 背負 ふ て 立 とう で は な い か 」 と 言 う ほど ポスト 元老 世代 で あ る 2人 の 政治 的 な 関係 は 良好 で あ っ た 。 また 、 愛妾 を 同伴 し 酒 を 酌 み 交わ す など 「 蕩児 」 と し て の 共通 部分 も あ っ た よう で あ る 。 第 2 次 西園寺 内閣 は 基盤 と する 与党 立憲 政友 会 が 衆議 院 で 絶対 多数 を 占め た こと も あ り 、 行財政 改革 に 着手 し た 。 大正 2 年 ( 1913 年 ) の 予算 策定 に 向け て 歳出 1 割 減 を 目標 と し た が 、 大 日本 帝国 陸軍 は 2 個 師団 の 増設 を 要求 し 、 大 日本 帝国 海軍 も また 戦艦 3 隻 建造 を 予算 案 に 盛り込 ん だ 。 陸軍 は 西園 寺 内閣 を 倒 し て で も 2 個 師団 増設 を 達成 す べ く 奔走 し 、 内閣 が あくまで も 拒否 と の 方針 を 示 す と 、 上原 勇作 陸軍 省 陸軍 大臣 は 天皇 に 直接 辞表 を 提出 し た 。 陸軍 大臣 に は 直接 天皇 に 上奏 する 帷幄 上奏 が 制度 上認め られ て は い た が 、 閣僚 が 首相 を 通 さ ず に 直接 天皇 に 辞表 を 提出 し た の は 前代 未聞 の こと で あ っ た 。 また 、 陸軍 が 後任 の 陸相 を 送 ら な い 限り 、 西園 寺 内閣 は 軍部 大臣 現役 武官 制 の 規定 に よ っ て 陸相 が 得 られ な い こと と な っ て 辞職 する より ほか な かっ た 。 当時 、 陸相 辞任 の 影響 は 非常 に 大き かっ た の で あ る 。 西園寺 は 、 この 後 大正 天皇 に 呼び出 さ れ 、 天皇 の 口 から 直接 陸相 の 辞表 提出 の 件 を 知ら さ れ た 。 西園寺 は 、 後任 の 陸相 に つ い て 陸軍 の 実力 者 山縣 有朋 に も 相談 し た が 、 山県 が 後任 の 陸相 を 出 す 気 が な い こと を 察 する と 、 機先 を 制 し て 内閣 総 辞職 し た 。 政友 会 を 通 じ て 内閣 総 辞職 の 内幕 が 知れ 渡 る と 国民 の 間 に にわか に 「 閥族 打破 、 憲政 擁護 」 の 気運 が 高ま り 護憲 運動 と な っ た 。 政友 会 は 立憲 国民 党 の 犬養 毅 ら と 提携 し 、 護憲 運動 の 陣頭 に 立 ち 、 西園 寺 内閣 の 後任 の 第 3 次 桂 内閣 と 対立 し た 。 ただし 、 政国 提携 や 国民 に 向け た 演説 会 など に は 西園 寺 は 直接 タッチ し て お ら ず 、 これ ら は 政友 会 の 幹部 で あ る 原敬 や 松田 正久 、 政友 会 会員 尾崎 行雄 、 国民 党 の 犬養 毅 ら が 中心 と な っ て い た 。 議会 は もともと 政友 会 が 絶対 多数 で あ っ た の で 、 議会 が 開始 さ れ る と 政友 会 ・ 国民 党 は 内閣 不 信任 案 を 提出 し 桂 内閣 は 窮地 に 立た さ れ た 。 そこ で 政府 側 で は 、 イギリス の ジョージ 5 世 ( イギリス 王 ) 即位 の 際 、 即位 直後 で あ る こと を 理由 に 自由 党 ( イギリス ) と 保守 党 ( イギリス ) と の 政争 を やめ る よう 命令 し て 、 それ を 実現 させ た 話 に なら い 、 ちょうど 大正 天皇 が 即位 し て 間 も な い 頃 だっ た の で 、 勅語 を 出 す と い う 形 で 西園寺 公望 に 対 し 政争 を 中止 する よう に 諭 し た 。 政友 会 で は 天皇 の 意思 で あ る なら それ に 従 う より ほか は な い と 、 不 信任 案 を 撤回 し て 、 ひとまず は 桂 内閣 に 貸し を 作 ろ う と い う 意見 が 一時 有力 に な っ た 。 しかし 、 これ に 政友 会 会員 尾崎 行雄 が 強行 に 反発 し た 。 それ に 対 し て 西園 寺 は 前述 の よう に 「 天皇 の 藩屏 」 と し て の 誇り と 政友 会 総裁 と し て の 責任 の 間 で 板挟み と な っ て しま う 。 そして 、 犬養 毅 の 助言 で 西園 寺 は 政友 会 総裁 を 辞任 し 、 政友 会 自体 は あくまで も 内閣 退陣 を 要求 する と い う こと に な っ た 。 この とき 、 海軍 の 山本 権兵衛 が 政友 会 本部 を 激励 の ため に 訪れ て い る 。 結局 、 護憲 運動 の 高まり で 桂 内閣 は 大正 2 年 2 月 11 日 に 辞意 を 表明 し た ( 大正 政変 ) 。 同日 後継 首相 を 決め る ため の 元老 会議 が 開 か れ た 。 この とき の 会議 に は 西園寺 も はじめて 元老 と し て 出席 し た 。 しかし 、 政友 会 の 代表 と し て の 出席 で は な かっ た 。 会議 で は 、 最初 に 西園寺 が 後継 首相 に 推薦 さ れ た が 、 これ を 受けれ ば 勅語 に 反 する こと に な る と し て 西園 寺 は 固辞 し た 。 結局 、 後継 首相 に は 山本 権兵衛 が 決ま っ た 。 一連 の 処理 が 終わ る と 、 西園 寺 は 改めて 先 の 大正 天皇 から の 勅語 に 違反 し た 「 違勅 」 の 罪 を 理由 に 政友 会 総裁 の 辞任 を 表明 し た 。 「 違勅 」 は 近代 法 に お い て は 存在 し な い が 、 「 天皇 の 藩屏 」 で あ る 事 を 第 一 と し て い た 伝統 的 な 公家 社会 に お い て は 最も 重 い 罪 の 1 つ で あ っ た 。 また 、 第 2 次 内閣 時代 に は 政友 会 内部 を 掌握 し 、 鉄道 建設 など 地方 利益 の 追求 に 熱心 で あ っ た 原 と の 間 に 確執 が 生 じ て お り 、 総裁 辞任 の ため 「 違勅 」 を 利用 し た の で あ る 。 政友 会 の 幹部 達 は この 「 違勅 」 の 論理 に 困惑 し て 西園寺 を 慰留 し た が 、 西園寺 の 決意 は 揺ら ぐ こと は 無 かっ た 。 昭和 西園寺 は 明治 の 元勲 に 一 世代 遅れ て 、 大正 天皇 即位 の とき に 元老 に 列 せ られ て い る 。 これ を 最後 に あらた な 元老 が 指名 さ れ る こと は つい に な く 、 大正 13 年 ( 1924 年 ) に 松方 正義 が 死去 する と 西園寺 が 唯一人 の 元老 と な っ た 。 これ 以後 、 内閣 総理 大臣 奏薦 は 西園寺 が 内 大臣 府 と の 協議 に よ り 行 う こと と な っ た 。 昭和 元年 ( 1926 年 ) 12 月 28 日 、 践祚 直後 の 昭和 天皇 は 西園寺 に 対 し 特に 勅語 を 与え ( 「 大勲位 公爵 西園寺 公望 ニ賜 ヒタル 勅語 」 ) 、 これ に よ り 、 西園 寺 は 「 最後 の 元老 」 と し て 引き続 き 内閣 総理 大臣 奏薦 の 任 に 当た る こと が 制度 上 確定 、 昭和 15 年 ( 1940 年 ) 1 月 の 米内 内閣 まで は 何 ら か の 形 で 首班 推奏 に 関与 し 続け る こと に な る ( 第 二 次 近衛 内閣 に つ い て は 奏薦 を 謝絶 し て い る ) 。 昭和 3 年 ( 1928 年 ) 、 張 作霖 爆殺 事件 ( 満州 某 重大 事件 ) で は 事件 の 顛末 の 報告 に 対 し 、 最初 に 不審 を 抱 い た の が 西園寺 で あ っ た 。 西園寺 は 陸軍 の 仕業 で あ る こと に 気づ き 、 興津 より 上京 し て 首相 田中 義一 を 呼びつけ 、 政府 と し て この 問題 を しっかり 調べ 、 もし 犯人 が 日本 人 で あ る なら ば 厳罰 に 処 す 必要 が あ る こと を 申し渡 し て い る 。 この 件 に 関 し て 田中 も 、 国際 的 な 信用 を 保 つ ため に 容疑 者 を 軍法 会議 に よ っ て 厳罰 に 処 す べ き と の 考え を 示 し た が 、 一向 に 実行 に いた ら な い の で 西園 寺 は 再び 調査 と 報告 を 急か し て い る 。 その いっぽう で 、 昭和 天皇 が 田中 を 「 もう 田中 の 話 は 聞 き た く な い 」 と 叱責 し た こと に つ い て は 、 立憲 君 主制 の 立場 から すれ ば ふさわし く な い と し て 、 天皇 を 諫め て い る 。 昭和 11 年 ( 1936 年 ) の 二 ・ 二 六 事件 事件 に お い て は 、 決起 将校 の 一部 が 西園 寺 襲撃 を 計画 し て い た が 、 実行 さ れ な かっ た 。 襲撃 を 主張 する 者 は 元老 西園寺 を 「 君側 の 奸 」 の 最 た る もの と 見な し て い た の に 対 し 、 否定 派 は 西園寺 を 天皇 と の パイプ と し て 利用 する こと を 表向き の 口実 と し て い た と 言 わ れ る 。 また この 事件 に 対 し 天皇 が 激怒 し 、 自ら 近衛 部隊 を 率い て 叛乱 軍 と 戦 う と 言 い 出 し た 時 は 、 立憲 君 主 制 下 の 君主 に あ る まじき 行動 と し て 、 激し く 諌言 し て い る 。 東京 駿河 台 の 本邸 の 他 に 、 静岡 県 御殿場 町 の 便船 塚 別荘 、 同じく 静岡 県 興津 の 坐漁 荘 、 京都 の 清風 荘 の 各別荘 に 隠棲 し 、 元老 と し て 重き を な し た 。 最晩 年 に な る と 、 避暑 の ため に 御殿場 に 滞在 する 以外 は 、 年 の 大半 を 冬期 が 温暖 な 坐漁 荘 で 過ご し て い る 。 昭和 12 年 ( 1937 年 ) 、 組閣 大命 を 受け た 宇垣 一成 の 組閣 が 軍部 の 反対 に よ り 失敗 する と 、 西園 寺 は 元老 辞退 を 申し出 た 。 元 老拝 辞 は な ら な かっ た もの の 、 内閣 総理 大臣 奏薦 は 内 大臣 主導 で 行 い 、 西園寺 が それ を 追認 する 形式 と な っ た 。 同年 の 第 一 次 近衛 内閣 成立 以降 は 次第 に 政治 の 表 舞台 から 退 き 、 反対 し 続け た 日独 伊 三国 軍事 同盟 成立 の 2 ヶ月 後 の 昭和 15 年 ( 1940 年 ) 1 1 月 24 日 に 死去 し た 。 贈従 一 位 。 最後 の 言葉 は 「 いったい どこ へ 国 を も っ て ゆ く の や 」 で あ っ た と 伝え られ る 。 期待 し て い た 近衛 文麿 に 離反 さ れ 、 首相 に 推薦 し た こと を 最後 まで 後悔 し て い た と い う 。 昭和 16 年 ( 1941 年 ) に は 近衛 内閣 の ブレーン を 務め る 孫 の 西園寺 公一 が 、 ゾルゲ 事件 に 関与 し た と し て 逮捕 さ れ て い る 。 文部 大臣 時代 の 西園 寺 は 、 教養 あ る 「 市民 」 の 育成 を 重視 し 、 「 科学 や 英語 や 女子 教育 を 重視 せよ 」 と 言明 し て い た 。 明治 23 年 ( 1890 年 ) に は 井上 毅 ら が 作 っ た 「 教育 勅語 」 に 反対 し 、 明治 天皇 から 教育 勅語 改定 の 許可 を 得 る と とも に 「 第 二 次 教育 勅語 」 の 作成 に 取り組 ん だ 。 この 「 第 二 次 教育 勅語 」 の 草案 は 西園 寺 家 から 立命 館 大学 に 寄贈 さ れ て 現存 し て い る 。 また 、 以下 の 教育 機関 の 設立 に も 関 っ て い る 。 明治 2 年 ( 1869 年 ) 、 「 私塾 立命 館 」 創設 。 中川 小十郎 ( 後 の 立命 館 大学 創立 者 ) の 郷里 の 人間 が 多数 学生 と な っ た が 、 京都 府 庁 ( 太政 官 複都 制 ) の 差留 命令 に よ り 1 年 弱 で 閉鎖 さ れ た 。 西園寺 は 私塾 立命 館 を 閉鎖 さ せ た 際 、 大層 残念 に 思い 再興 を 誓 う 。 その 後 を 継 い だ の が 文部 大臣 当時 の 秘書 官 の 中川 だっ た 。 現在 の 立命 館 大学 は 、 中川 が その 名跡 を 譲り受け た もの で 、 大学 組織 的 と し て の 連続 性 は 絶 た れ た が 西園 寺 は 「 私塾 立命 館 」 の 後継 と し て 京都 法政 学校 ( 現 ・ 立命 館 大学 ) 創立 に あた り 様々 な 支援 を 行 う 事 に な る 。 西園寺 の 実弟 末弘 威麿 が 学園 幹事 に 就任 、 同じく 実弟 の 住友 財閥 当主 住友 友純 が 大口 の 寄付 を 行 う など 、 西園 寺 は 自分 の 持 つ 政治 力 、 人脈 用い て 京都 法政 学校 ( 立命 館 大学 ) に 協力 し た 。 また 彼 の 寄付 し た 多数 の 書籍 は 立命 館 大学 ( 旧制 ) が 大学 昇格 条件 を 満た す ため に 為 さ れ た もの で あ り 、 現在 も 「 西園寺 文庫 」 と し て 立命 館 大学 に 貴重 コレクション と し て 保存 さ れ て い る 。 一 回 目 の 寄贈 は 大正 14 年 ( 1925 年 ) 5 月 に 行 わ れ 、 英 仏 書 187 冊 で あ っ た 。 その 後 、 昭和 5 年 ( 1930 年 ) 10 月 16 日 に 和漢 書 約 300 冊 、 昭和 13 年 ( 1938 年 ) 6 月 に は 西園 寺 家 伝来 の 和綴 本 739 部 881 冊 の 寄贈 が 為 さ れ た 。 この 和綴 書 に は 、 宮中儀式 、 有職 故 実 関係 、 改元 記録 、 和歌 関係 など の 貴重 文書 が 含 ま れ て い る 。 そして 最後 、 すなわち 四 回 目 の 寄贈 は 昭和 15 年 ( 1940 年 ) 5 月 に 行 わ れ て い る 。 この 最後 の 寄贈 資料 は 和漢 書 6 , 6 7 1 冊 に も およ び 、 西園寺 が 特に 愛読 し て い た と 思 わ れ る もの が 大量 に 含 ま れ て い る の が 特徴 と さ れ る 。 また 公望 は 西園 寺 家 家紋 で あ る 「 左巴 」 の 旗 を 立命 館 大学 が 使用 する こと を 許可 し て お り 実際 に 使用 さ れ て い た 。 中川 小 十朗 が 「 立命 館 」 の 名称 を 用い る 事 を 西園寺 に 申し出 た 際 に は 『 立命 館 』 の 名称 と 精神 の 継承 ( 立命 館 の 再興 ) を 大層 喜び 『 立命 館 と 由緒 』 の 大扁額 を 与え た 。 後 に 西園 寺 は 「 余 が 建設 せ る 立命 館 の 名称 と 精神 を 継承 せ る 貴学 」 と 現在 の 立命 館 大学 の 事 を 述べ て お り 、 彼 の 作 っ た 立命 館 が 再興 し 、 受け継 が れ て い る 事 を 喜 ん だ 。 83 歳 に な っ た 西園 寺 は 人生 最後 の 京都 訪問 を 行 う 。 その 際立命 館 大学 広小路 校地 を 訪問 先 に 選 ん だ が 、 校舎 ホール に 飾 っ て あ る 自筆 の 『 立命 館 』 の 扁額 に しばらく 目 を 留め た 。 ( 文春 「 元老 西園寺 公望 」 より )   この 『 立命 館 』 の 扁額 に つ い て は 、 西園寺 裕夫 ( 西園寺 公望 の 曾孫 ) は こう 語 っ て い る 。 「 曽祖父 は 晩年 、 どちら か と い え ば 女性 的 な 字 を 書 い て い ま し た 。 しかし 若干 20 歳 の とき に 書 い た 『 館 命 立 』 の 書 は 大変 男性 的 で あ り 、 迫力 が あ っ た の で す 。 この 力強 さ は 当時 志 し て い た “ 新し い 国づくり 人づくり ” へ の 思い の 表れ だっ た の で は な い か と 思 い ま す 」 西園寺 が 没 し た 昭和 15 年 ( 1940 年 ) に 立命 館 大学 は 、 創立 と その 後 の 教育 に 大き く 貢献 し た 西園寺 公望 を 立命 館 大学 の 「 学祖 」 と 取り決め た ( 但し 、 西園寺 の 美 意識 から か 彼 の 遺言 に は 「 余 の 伝記 を 記 す べ から ず 」 「 余 の 碑 を 作 る べ から ず 」 と とも に 「 余 を 立命 館 の 学祖 と すべ から ず 」 の 項 が あ っ た ) 。 西園 寺 家 と 立命 館 大学 の 交流 は 現代 も 続 い て お り 大学 の 行事 に 西園 寺 家 の 人々 が 出席 し て い る 。 明治 13 年 ( 1880 年 ) 、 明治 法律 学校 ( 現在 の 明治 大学 ) 創設 に 協力 明治 30 年 ( 1897 年 ) 、 第 2 の 帝国 大学 ( 現在 の 京都 大学 ) を 京都 に 誘致 明治 34 年 ( 1901 年 ) 、 日本 女子 大学 の 設立 発起 人 ・ 創立 委員 年譜 ※ 日付 は 明治 5 年 まで 旧暦 嘉永 2 年 ( 1849 年 ) 10 月 22 日 ( 戸籍 上 は 23 日 ) 、 清華 家 の 徳大寺 公純 の 次男 と し て 京都 で 誕生 。 嘉永 4 年 ( 1851 年 ) 12 月 20 日 、 従 五 位 下 に 叙位 。 この 年 、 西園 寺 家 の 養子 と な る 。 養父 は 右近衛 中将 西園寺 師季 ( もろすえ ) 嘉永 5 年 ( 1852 年 ) 1 月 27 日 、 従 五 位 上 に 昇叙 。 嘉永 6 年 ( 1853 年 ) 1 月 21 日 、 正 五 位 下 に 昇叙 。 5 月 15 日 、 侍従 に 任官 。 嘉永 7 年 ( 1854 年 ) 1 月 22 日 、 従 四 位 下 に 昇叙 し 、 侍従 如 元 。 安政 2 年 ( 1855 年 ) 1 月 22 日 、 従 四 位 上 に 昇叙 し 、 侍従 如 元 。 安政 3 年 ( 1856 年 ) 2 月 5 日 、 正 四 位 下 に 昇叙 し 、 侍従 如 元 。 安政 4 年 ( 1857 年 ) 10 月 7 日 、 元服 し 、 昇殿 を 聴 さ れ 、 近衛 府 に 転任 。 文久 元年 ( 1861 年 ) 3 月 27 日 、 右近衛 権 中将 に 転任 。 4 月 25 日 、 従 三 位 に 昇叙 し 、 右近衛 権 中将如 元 。 文久 2 年 ( 1862 年 ) 1 月 5 日 、 正 三 位 に 昇叙 し 、 右近衛 権 中将如 元 。 慶応 3 年 ( 1867 年 ) 12 月 20 日 、 官軍 参与 を 兼帯 。 慶応 4 年 ( 1868 年 ) 1 月 4 日 、 明治 政府 ( この 年 に 関 し て は 以下 略 し て 政府 を 付 す 。 ) 山陰 道 鎮撫 総督 を 兼帯 。 3 月 20 日 、 中納言 に 転任 。 4 月 19 日 、 政府 但馬 府 中 裁判 所 総督 兼帯 。 閏 4 月 5 日 、 政府 但馬 府 中 裁判 所 総督 から 政府 山陰道 裁判 所 総督 及び 東山 道 第 二 軍 総督 に 異動 兼帯 。 閏 4 月 21 日 、 政府 参与 を 辞 す 。 閏 4 月 23 日 、 政府 山陰道 裁判 所 総督 兼 東山道 第 二 軍 総督 より 政府 北国 鎮撫使 に 異動 兼帯 。 閏 4 月 24 日 、 軍人 と し て 三 等 陸軍 将に 補 す 。 6 月 14 日 、 政府 北国 鎮撫使 から 政府 会津 征討越 後口 参謀 に 異動 。 6 月 20 日 、 越後 口 大 参謀 に 異動 。 改元 し て 明治 元年 10 月 20 日 、 政府 新潟 府 知事 に 異動 。 明治 2 年 ( 1869 年 ) 1 月 5 日 、 新潟 府 知事 を 辞 す 。 3 月 15 日 、 依願 に よ り 三 等 陸軍 将 を 免 ず 。 7 月 3 日 、 正三 位 権 中 納言 の 官位 を 返上 。 望一郎 と 称 す 。 この 年 、 私塾 立命 館 を 京都 御所 の 邸内 に 開設 。 明治 3 年 ( 1870 年 ) 12 月 3 日 、 官費 に よ り フランス 留学 の ため 、 横浜 より 出航 。 ソルボンヌ 大学 で 学 ぶ 。 明治 11 年 ( 1878 年 ) 12 月 19 日 、 正三 位 の 位 階 を 復 す 。 明治 13 年 ( 1880 年 ) 10 月 21 日 、 横浜 へ 帰航 。 明治 14 年 ( 1881 年 ) 3 月 18 日 、 中江 兆民 ら と 東洋 自由 新聞 を 創刊 。 11 月 24 日 、 参事 院 議 官 補 と な り 政府 官僚 と し て 復帰 。 明治 15 年 ( 18 82 年 ) 3 月 11 日 、 勲 三 等 旭日 中 綬章 を 受章 。 明治 16 年 ( 1883 年 ) 12 月 24 日 、 参事 院 議官 に 転任 。 明治 17 年 ( 1884 年 7 月 7 日 、 華族 令 の 施行 に よ り 侯爵 を 受爵 。 明治 18 年 ( 1885 年 ) 2 月 14 日 、 オーストリア 特命 全権 公使 と し て 赴任 。 明治 19 年 ( 1886 年 ) 8 月 6 日 、 法律 取調 委員 を 兼任 。 明治 20 年 ( 1887 年 ) 6 月 4 日 、 ドイツ 特命 全権 公使 に 異動 。 6 月 28 日 、 ベルギー 特命 全権 公使 を 兼任 。 明治 24 年 ( 1891 年 ) 9 月 4 日 、 帰国 し 、 賞勲 局 総裁 に 異動 。 明治 25 年 ( 1892 年 ) 10 月 7 日 、 民法 商法 施行 取調 委員 長 を 兼任 。 明治 26 年 ( 1893 年 ) 4 月 13 日 、 法典 調査 会 副 総裁 ( 総裁 は 伊藤 博文 ) を 兼任 。 11 月 13 日 、 貴族 院 副 議長 に 異動 。 12 月 11 日 、 従二 位 に 昇叙 。 明治 27 年 ( 1894 年 ) 5 月 10 日 、 枢密 顧問 官 及び 賞勲 局 総裁 を 兼任 。 5 月 12 日 、 貴族 院 副 議長 を 辞 す 。 10 月 3 日 、 第 2 次 伊藤 内閣 の 文部 大臣 と し て 入閣 。 明治 28 年 ( 1895 年 ) 6 月 5 日 、 外務 大臣 臨時 代理 を 兼任 。 6 月 21 日 、 勲一 等 瑞宝 章 を 受章 。 明治 29 年 ( 1896 年 ) 4 月 3 日 、 外務 大臣 臨時 代理 を 辞 す 。 5 月 30 日 、 外務 大臣 ( 日本 ) を 兼任 。 6 月 5 日 、 旭日 大 綬章 を 受章 。 9 月 18 日 、 第 2 次 松方 内閣 発足 で 引き続 き 、 外務 大臣 兼文部 大臣 と し て 入閣 。 9 月 22 日 、 外務 大臣 を 辞 す 。 9 月 28 日 、 文部 大臣 を 辞 す 。 明治 31 年 ( 1898 年 ) 1 月 12 日 、 第 3 次 伊藤 内閣 の 文部 大臣 と し て 入閣 。 1 月 21 日 、 法典 調査 会 副 総裁 ( 総裁 は 伊藤 博文 ) を 兼任 。 3 月 30 日 、 法典 調査 会 副 総裁 を 辞 す 。 4 月 30 日 、 文部 大臣 を 辞 す 。 12 月 20 日 、 正二 位 に 昇叙 。 明治 32 年 ( 1899 年 ) 、 大磯 に 別荘 ( 隣荘 ) を 構え る 。 明治 33 年 ( 190 0 年 ) 10 月 27 日 、 枢密 院 議長 に 就任 し 、 併せ て 第 4 次 伊藤 内閣 の 班列 と な る 。 さらに 、 内閣 総理 大臣 臨時 代理 を 兼任 。 12 月 12 日 、 内閣 総理 大臣 臨時 代理 を 辞 す 。 明治 34 年 ( 1901 年 ) 5 月 2 日 、 内閣 総理 大臣 臨時 代理 を 兼任 。 5 月 10 日 、 内閣 総理 大臣 臨時 代理 から 内閣 総理 大臣 臨時 に 異動 兼任 。 5 月 14 日 、 大蔵 大臣 臨時 も 兼任 。 時 に 、 正二 位 ・ 侯爵 ・ 勲 一 等 旭日大 綬章 ・ 枢密院 議長 ・ 内閣 総理 大臣 臨時 ・ 大蔵 大臣 臨時 。 6 月 2 日 、 第 1 次 桂 内閣 組閣 に よ り 、 内閣 総理 大臣 臨時 ・ 大蔵 大臣 臨時 を 辞 す 。 明治 36 年 ( 190 3 年 ) 7 月 13 日 、 枢密 院 議長 を 辞 す 。 7 月 14 日 、 立憲 政友 会 総裁 に 就任 。 明治 39 年 ( 190 6 年 ) 1 月 7 日 、 内閣 総理 大臣 に 就任 ( 第 1 次 西園寺 内閣 ) し 、 文部 大臣 臨時 を 兼任 。 これ 以降 、 桂太郎 と 交互 に 組閣 し 、 桂園 時代 と 称 さ れ る 。 3 月 3 日 、 外務 大臣 臨時 を 兼任 。 3 月 27 日 、 文部 大臣 臨時 を 辞 す 。 5 月 19 日 、 外務 大臣 臨時 を 辞 す 。 8 月 30 日 、 外務 大臣 臨時 を 兼任 。 明治 40 年 ( 1907 年 ) 9 月 14 日 、 旭日 桐花 大 綬章 を 受章 。 明治 41 年 ( 190 8 年 ) 7 月 14 日 、 内閣 総理 大臣 を 辞 す 。 明治 44 年 ( 1911 年 ) 8 月 30 日 、 内閣 総理 大臣 に 就任 ( 第 2 次 西園寺 内閣 ) 大正 元年 ( 1912 年 ) 12 月 21 日 、 内閣 総理 大臣 を 辞 し 、 元老 と な る 。 大正 3 年 ( 1914 年 ) 6 月 18 日 、 政友 会 総裁 を 辞 す 。 後継 に 松田 正久 を 推薦 する が 、 松田 が 急死 し た ため に 原敬 を 後継 者 と し た 。 大正 6 年 ( 1917 年 ) 、 大磯 の 別荘 ( 隣荘 ) を 池田 成彬 に 売却 。 大正 7 年 ( 1918 年 ) 12 月 21 日 、 大勲位 菊花 大 綬章 を 受勲 受章 。 12 月 27 日 、 帝国 経済 顧問 に 就任 。 大正 8 年 ( 1919 年 ) 1 月 13 日 、 パリ 講和 会議 の 首席 全権 と な る 。 静岡 県 庵原 郡 興津 町 ( 現 静岡 市 清水 区 興津 清見 寺町 ) に 別荘 ( 坐漁 荘 ) を 建て 隠棲 。 以後 政財界 の 要人 が 頻繁 に 興津 の 西園寺 の 元 を 訪れ る よう に な り 、 「 興津 詣 」 ( お きつ もうで ) と い う 言葉 が 生まれ る 。 大正 9 年 ( 1920 年 ) 9 月 7 日 、 公爵 に 昇叙 ( パリ 講和 会議 首席 全権 の 功 に よ る ) 。 昭和 3 年 ( 1928 年 ) 1 1 月 10 日 、 菊花 章 頸飾 を 受章 。 昭和 11 年 ( 1937 年 ) 10 月 13 日 、 帝国 経済 顧問 を 辞 す 。 昭和 15 年 ( 1940 年 ) 11 月 24 日 、 薨去 。 贈従 一 位 。 12 月 5 日 、 国葬 。 遺言 の 指示 通り 、 書簡 、 資料 類 が 焼却 さ れ る 。 明治 28 年 ( 1895 年 ) 6 月 21 日 勲一 等 瑞宝 章 明治 40 年 ( 1907 年 ) 9 月 14 日 勲 一 等 旭日 桐花 大 綬章 大正 7 年 ( 1918 年 ) 12 月 21 日 大 勲位 菊花 大綬章 昭和 3 年 ( 1928 年 ) 1 1 月 10 日大 勲位 菊花 章 頸飾 正妻 は な く 、 3 人 の 女性 を 事実 上 の 妻 と し た 。 最初 の 妻 は 新橋 ( 東京 都 港 区 ) 芸者 玉八 ( 小林 菊子 ) で 、 娘 ・ 新 を もうけ た 。 新 は 旧 長州 藩主 毛利 元 徳 公爵 の 八男 ・ 西園寺 八郎 と 結婚 し 、 西園寺 公一 、 西園寺 不二男 など 三男 三 女 を 産 ん だ 。 2 番 目 の 妻 ・ 中西 房子 と の 間 に は 一女 を もうけ た 。 西園 寺 家 の 女中 ・ 奥村 花子 は 、 パリ 講和 会議 に 同伴 さ せ た こと で 話題 と な っ た 。 徳大寺 家 藤原 公実 の 子 徳大寺 実能 を 始祖 と する +延性 ( えんしょう 、 貞観 _ ( 日本 ) 元年 ( 859 年 ) - 延長 ( 元号 ) 7 年 10 月 28 日 ( 旧暦 ) ( 929 年 12 月 6 日 ) ) は 、 平安 時代 中期 の 真言 宗 の 僧 。 90 5 年 ( 延喜 5 年 ) 醍醐 寺 の 聖宝 から 灌頂 を 受け 、 念覚院 を 開 き 、 925 年 ( 延長 3 年 ) 醍醐 寺 座主 に 就任 し た 。 +西郷 隆盛 ( さいごう たかもり 、 文政 10 年 12 月 7 日 ( 旧暦 ) 〈 グレゴリオ 暦 182 8 年 1 月 23 日 ・ ユリウス 暦 182 8 年 1 月 11 日 〉 - 明治 10 年 〈 グレゴリオ 暦 1877 年 〉 9 月 24 日 ) は 、 日本 の 武士 ・ 薩摩 藩 士 、 軍人 、 政治 家 。 薩摩 藩 の 盟友 大久保 利通 、 長州 藩 の 木戸 孝允 ( 桂 小五郎 ) と 並 び 、 「 維新 の 三傑 」 と 称 さ れ る 。 名 ( 諱 ) は 元服 時 に は 隆永 ( たかな が ) 、 のち に 武雄 、 隆盛 ( たかもり ) と 改め た 。 西郷 家 の 家長 は 吉兵衛 と 名乗 り 、 西郷 の 本名 は 8 代 目 西郷 吉兵衛 隆永 と 言 う 、 初代 は 熊本 より 鹿児島 に 移り住 む 、 幼名 は 小吉 、 通称 ( 仮名 ) は 吉之介 、 善兵衛 、 吉之助 と 順次 変え た 。 号 は 南洲 ( なんしゅう ) 。 隆盛 の 名 は 父 と 同名 で あ る が 、 これ は 王政 復古 ( 日本 ) の 章典 で 位 階 を 授け られ る 際 に 親友 の 吉井 友実 が 誤 っ て 父吉兵衛 の 名 を 届け た ため 、 それ 以後 は 父 の 名 を 名乗 っ た から で あ る 。 一時 、 西郷 三助 ・ 菊池 源吾 ・ 大島 三右衛門 など の 変名 も 名乗 っ た 。 次弟 は 戊辰 戦争 ( 北越 戦争 ) で 戦死 し た 西郷 吉二郎 ( 隆廣 ) 、 三弟 は 明治 政府 の 重鎮 西郷 従道 ( 通称 は 信吾 、 号 は 竜庵 ) 、 四 弟 は 西南 戦争 で 戦死 し た 西郷 小兵衛 ( 隆雄 、 隆武 ) 。 大山巌 ( 弥助 ) は 従弟 、 川村 純義 ( 与十郎 ) も 親戚 で あ る 。 薩摩 藩 の 下級 武士 で あ っ た が 、 藩主 の 島津 斉彬 の 目 に とま り 抜擢 さ れ 、 当代 一 の 開明 派 大名 で あ っ た 斉彬 の 身近 に あ っ て 、 強 い 影響 を 受け た 。 斉彬 の 急死 で 失脚 し 、 奄美 大島 に 流 さ れ る 。 復帰 する が 、 新 藩主 の 実父 で 事実 上 の 藩主 の 島津 久光 と 折り合 わ ず 、 再び 、 沖永良部 島 に 流罪 に あ う 。 しかし 、 家老 小松 清廉 ( 帯刀 ) や 大久保 の 後押し で 復帰 し 、 元治 元年 ( 1864 年 ) の 禁門 の 変 以降 に 活躍 し 、 薩長 同盟 の 成立 や 王政 復古 ( 日本 ) に 成功 し 、 戊辰 戦争 を 巧み に 主導 し た 。 勝海 舟 と の 降伏 交渉 に 当た っ て は 、 新 政府 の 後ろ盾 と な っ て い た イギリス が 、 江戸 湾 を 拠点 と し た 貿易 に 支障 が で る こと を 恐れ て 江戸 総 攻撃 に 反対 し た ため 、 西郷 隆盛 を はじめ と する 新 政府 は イギリス の 求め に 応 じ 、 江戸 総 攻撃 を 中止 し た ( 江戸 無血 開城 ) 。 その 後 、 薩摩 へ 帰郷 し た が 、 明治 4 年 ( 18 71 年 ) に 参議 と し て 新 政府 に 復職 。 さらに その 後 に は 陸軍 大将 ・ 近衛 都督 を 兼務 し 、 大久保 、 木戸 ら 岩倉 使節 団 の 外遊 中 に は 留守 政府 を 主導 し た 。 朝鮮 と の 国交 回復 問題 で は 李 氏 朝鮮 開国 を 勧め る 遣韓 使節 と し て 自ら が 朝鮮 に 赴 く こと を 提案 し 、 一旦 大使 に 任命 さ れ た が 、 帰国 し た 大久保 ら と 対立 する 。 明治 6 年 ( 1873 年 ) の 明治 六 年 政変 で 江藤 新平 、 板垣 退助 ら と とも に 下野 、 再び 鹿児島 に 戻 り 、 私 学校 で 教育 に 専念 する 。 佐賀 の 乱 、 神風 連 の 乱 、 秋月 の 乱 、 萩 の 乱 など 士族 の 反乱 が 続 く 中 で 、 明治 10 年 ( 1877 年 ) に 私 学校 生徒 の 暴動 から 起こ っ た 西南 戦争 の 指導 者 と な る が 、 敗れ て 城山 で 自刃 し た 。 位 階 は 正 三 位 。 功 に よ り 、 継嗣 の 西郷 寅太郎 に 侯爵 を 賜 る 。 以下 、 本項 で は 、 年 ・ 月 ・ 日 は 、 明治 5 年 12 月 2 日 まで は 旧暦 ( 太陰 太陽 暦 ) で あ る 天保 暦 、 明治 6 年 1 月 1日 以後 は 新暦 ( 太陽 暦 ) で あ る グレゴリオ 暦 を 用い 、 和暦 を 先 に 、 その 後ろ の ( ) 内 に グレゴリオ 暦 を 書 く 。 文政 10 年 ( 1827 年 ) 12 月 7 日 、 薩摩 国 鹿児島 城下 加治屋 町 山之口 馬場 ( 下 加治屋 町 方限 ) で 、 御 勘定 方 小頭 の 西郷 九郎 隆盛 ( のち 西郷 吉兵衛 に 改名 、 禄 47 石 余 ) の 第 一 子 と し て 生まれ る 。 西郷 家 の 家格 は 御 小 姓与 で あ り 、 下 から 二 番 目 の 身分 で あ る 下級 藩士 で あ っ た 。 本姓 は 藤原 氏 ( 系譜 参照 ) を 称 する 。 先祖 は 肥後 の 菊池 家 の 家臣 で 、 江戸 時代 の 元禄 時代 に 薩摩 の 島津 家 家臣 に な る 。 天保 10 年 ( 1839 年 ) 、 郷中 仲間 と 月例 の お 宮参り に 行 っ た 際 、 他 の 郷中 と 友人 と が 喧嘩 し その 仲裁 に 入 る が 、 上組 の 郷中 が 抜 い た 刀 が 西郷 の 右腕 内側 の 神経 を 切 っ て しま う 。 西郷 は 三 日間 高熱 に うな さ れ た もの の 一命 は 取り留め た が 、 刀 を 握れ な く な っ た ため 武術 を 諦め 、 学問 で 身 を 立て よ う と 志 し た 。 天保 12 年 ( 1841 年 ) 、 元服 し 吉之介 隆永 と 名乗 る 。 この頃 に 下 加治屋 町 郷中 ( し た かじや まち ごじゅう ) の 二 才 組 ( にせこ ) に 昇進 。 これ を 機 に 、 西郷 の 身辺 警護 を 中村 半次郎 ( 後 の 桐野 利秋 ) が 務め 始め る 。 弘化 元年 ( 1844 年 ) 、 郡 奉行 迫田 利済 配下 と な り 、 郡方 書 役助 を つとめ 、 御 小姓与 ( 一 番組 小与 八 番 ) に 編入 さ れ た 。 弘化 4 年 ( 1847 年 ) 、 郷中 の 二 才 頭 と な っ た 。 嘉永 3 年 ( 1850 年 ) 、 高崎 崩れ ( お 由羅 騒動 ) で 赤山 靭負 ( ゆきえ ) が 切腹 し 、 赤山 の 御 用 人 を し て い た 父 から 切腹 の 様子 を 聞 き 、 血衣 を 見せ られ た 。 これ 以後 、 世子 島津 斉彬 の 襲封 を 願 う よう に な っ た 。 伊藤 茂右衛門 に 陽明 学 、 福昌 寺 ( 鹿児島 市 ) ( 現在 鹿児島 市立 玉龍 高等 学校 が あ る ところ に あ っ た 島津 家 の 菩提寺 ) の 無参 和 尚 に 禅 を 学 ぶ 。 この 年 、 赤山 ら の 遺志 を 継 ぐ ため に 、 秩父 崩れ の 秩父 季 保愛読 の 『 近思録 』 を 輪読 する 会 を 大久保 利通 ( 利通 ) ・ 吉井 友実 ( 友実 ) ・ 伊地知 正治 ( 正治 ) ・ 有村 俊斎 ( 海江田 信義 ) ら と つく っ た ( この メンバー が 精忠 組 の もと に な っ た ) 。 嘉永 4 年 ( 1851 年 ) 2 月 2 日 、 島津 斉興 が 隠居 し 、 島津 斉彬 が 薩摩 藩 主 に な っ た 。 嘉永 5 年 ( 1852 年 ) 、 父母 の 勧め で 伊集院 兼寛 の 姉 伊集院 須賀 ( 敏 ( 敏子 ) で あ っ た と も 云 わ れ る ) と 結婚 し た が 、 7 月 に 祖父 遊山 、 9 月 に 父吉兵衛 、 11 月 に 母 マサ が 相 次 い で 死去 し 、 一人 で 一家 を 支え な けれ ば な ら な く な っ た 。 嘉永 6 年 ( 1853 年 ) 2 月 、 家督 相続 を 許可 さ れ た が 、 役 は 郡方 書 役助 と 変わ ら ず 、 禄 は 減少 し て 41 石 余 で あ っ た 。 この頃 に 通称 を 吉之介 から 善兵衛 に 改め た 。 12 月 、 マシュー ・ ペリー が 浦賀 に 来航 し 、 攘夷 問題 が 起き 始め た 。 安政 元年 ( 1854 年 ) 、 上書 が 認め られ 、 斉彬 の 江戸 参勤 に 際 し 、 中御 小姓 ・ 定 御 供 ・ 江戸 詰 に 任 ぜ られ 、 江戸 に 赴 い た 。 4 月 、 庭方 役 と な り 、 当代 一 の 開明 派 大名 で あ っ た 斉彬 から 直接 教え を 受け る よう に な り 、 また ぜひ 会 い た い と 思 っ て い た 碩学 藤田 東湖 に も 会 い 、 国事 に つ い て 教え を 受け た 。 鹿児島 で は 11 月 に 、 貧窮 の 苦労 を 見 かね た 妻 の 実家 、 伊集院 家 が 西郷 家 から 須賀 を 引き取 っ て しま い 、 以後 、 二弟 の 吉二郎 が 一家 の 面倒 を 見 る こと に な っ た 。 安政 2 年 ( 1855 年 ) 、 西郷 家 の 家督 を 継 ぎ 、 善兵衛 から 吉兵衛 へ 改め る ( 8 代 目吉兵衛 ) 。 12 月 、 越前 藩 士 橋本 左内 が 来訪 し 、 国事 を 話し合 い 、 その 博識 に 驚 く 。 この 頃 から 政治 活動 資金 を 時々 、 斉彬 の 命 で 賜 る よう に な る 。 安政 3 年 ( 1856 年 ) 5 月 、 武田 耕雲斎 と 会 う 。 7 月 、 斉彬 の 密書 を 水戸 の 徳川 斉昭 に 持 っ て 行 く 。 12 月 、 第 13 代将軍 徳川 家定 と 斉彬 の 養女 天璋院 ( 敬子 、 将軍 正室 ) が 結婚 。 この頃 の 斉彬 の 考え 方 は 、 将軍 正室 を 通 じ て 一橋 家 の 徳川 慶喜 を 第 14 代 将軍 に し 、 賢侯 の 協力 と 公武 親和 に よ っ て 幕府 を 中心 と し た 中央 集権 体制 を 作 り 、 開国 し て 富国 強兵 を はか っ て 露 英 仏 など 諸 外国 に 対処 し よ う と する もの で 、 日中 韓 同盟 を も 視野 に いれ た 壮大 な 計画 で あ っ た 。 西郷 は その 手足 と な っ て 活動 し た の で あ る 。 安政 4 年 ( 1857 年 ) 4 月 、 参勤 交代 の 帰途 に 肥後 国 熊本 藩 の 長岡 監物 、 津田 山 三郎 と 会 い 、 国事 を 話し合 っ た 。 5 月 、 帰藩 。 次弟 吉二郎 が 御 勘定 所 書 役 、 三弟 信吾 が 表茶 坊主 に 任 ぜ られ た 。 10 月 、 徒目付 ・ 鳥預 の 兼務 を 命 ぜ られ た ( 親友 大久保 利通 ( 正助 ) も 徒目付 に な っ た ) 。 11 月 、 藍玉 の 高値 に 困 っ て い た 下関 の 白石 正一郎 に 薩摩 の 藍玉 _ ( 染料 ) 購入 の 斡旋 を し 、 以後 、 白石 宅 は 薩摩 人 の 活動 拠点 の 一 つ に な っ た 。 12 月 、 江戸 に 着 き 、 将軍 継嗣 に 関 する 斉彬 の 密書 を 越前 藩主 松平 慶永 に 持 っ て 行 き 、 この 月内 、 橋本 左内 ら と 一橋 慶喜 擁立 に つ い て 協議 を 重ね た 。 安政 5 年 ( 1858 年 ) 1 、 2 月 、 橋本 左内 ・ 梅田 雲浜 ら と 書簡 を 交わ し 、 中根 雪江 が 来訪 する など 情報 交換 し 、 3 月 に は 将軍 正室 から 近衛 忠煕 へ の 書簡 を 携え て 京都 に 赴 き 、 僧 月 照ら の 協力 で 慶喜 継嗣 の ため の 内勅 降下 を はか っ た が 失敗 し た 。 5 月 、 彦根 藩 主 井伊 直弼 が 大老 と な っ た 。 井伊 は 、 6 月 に 日米 修好 通商 条約 に 調印 し 、 次いで 紀伊 藩 主 徳川 慶福 を 将軍 継嗣 に 決定 し た 。 7 月 に は 不時 登城 を 理由 に 徳川 斉昭 に 謹慎 、 松平 慶永 に 謹慎 ・ 隠居 、 徳川 慶喜 に 登城 禁止 を 命 じ 、 まず 一橋 派 へ の 弾圧 から 強権 を 振る い 始め た ( 広義 の 安政 の 大獄 開始 ) 。 この 間 、 西郷 は 6 月 に 鹿児島 へ 帰 り 、 松平 慶永 から の 江戸 ・ 京都 情勢 を 記 し た 書簡 を 斉彬 に もたら し 、 すぐ に 上京 し 、 梁川 星巌 ・ 春日 潜庵 ら と 情報 交換 し た 。 7 月 8 日 、 斉彬 は 鹿児島 城下 天保山 で 薩軍 の 大軍事 調練 を 実施 し た ( 兵 を 率い て 東上 する つもり で あ っ た と も い わ れ る ) が 、 7 月 16 日 、 急逝 し た 。 7 月 19 日 、 斉彬 の 弟 島津 久光 の 子島津 忠義 が 家督 相続 し 、 久光 が 後見 人 と な っ た が 、 藩 の 実権 は 斉彬 の 父 斉興 が 握 っ た 。 安政 5 年 7 月 27 日 、 京都 で 斉彬 の 訃報 を 聞 き 、 殉死 し よ う と し た が 、 月照ら に 説得 さ れ て 、 斉彬 の 遺志 を 継 ぐ こと を 決意 し た 。 8 月 、 近衛 家 から 託 さ れ た 孝明 天皇 の 内勅 を 水戸 藩 ・ 尾張 藩 に 渡 す ため 江戸 に 赴 い た が 、 でき ず に 京都 へ 帰 っ た 。 以後 9 月 中旬 頃 まで 諸藩 の 有志 および 有馬 新七 ・ 有村 俊斎 ・ 伊地知 正治 ら と 大老 井伊 直弼 を 排斥 し 、 それ に よ っ て 幕政 の 改革 を し よ う と は か っ た 。 しかし 、 9 月 9 日 に 梅田 雲浜 が 捕縛 さ れ 、 尊攘 派 に 危機 が 迫 っ た の で 、 近衛 家 から 保護 を 依頼 さ れ た 月照 を 伴 っ て 伏見 へ 脱出 し 、 伏見 から は 有村 俊斎 ら に 月照 を 託 し 、 大坂 を 経 て 鹿児島 へ 送 ら せ た 。 9 月 16 日 、 再び 上京 し て 諸志士 ら と 挙兵 を はか っ た が 、 捕吏 の 追及 が 厳し い ため 、 9 月 24 日 に 大坂 を 出航 し 、 下関 経由 で 10 月 6 日 に 鹿児島 へ 帰 っ た 。 捕吏 の 目 を 誤魔 化 す ため に 藩命 で 西郷 三助 と 改名 さ せ られ た 。 11 月 、 平野 国臣 に 伴 わ れ て 月照 が 鹿児島 に 来 た が 、 幕府 の 追及 を 恐れ た 藩 当局 は 月照ら を 東目 ( 日向 国 ) へ 追放 する こと ( これ は 道中 で の 切り捨て を 意味 し て い た ) に 決定 し た 。 月照 ・ 平野 ら と とも に 乗船 し た が 、 前途 を 悲観 し て 、 16 日 夜 半 、 竜ヶ水 沖 で 月照 と とも に 入水 し た 。 すぐ に 平野 ら が 救助 し た が 、 月照 は 死亡 し 、 西郷 は 運 良 く 蘇生 し た が 、 回復 に 一 ヶ月 近く かか っ た 。 藩 当局 は 死 ん だ もの と し て 扱 い 、 幕府 の 捕吏 に 西郷 と 月照 の 墓 を 見せ た の で 、 捕吏 は 月照 の 下僕 重助 を 連れ て 引き上げ た 。 12 月 、 藩 当局 は 、 幕府 の 目 から 隠 す ため に 西郷 の 職 を 免 じ 、 奄美 大島 に 潜居 さ せ る こと に し た 、 12 月 末日 、 菊池 源吾 ( 熊本 の 菊池 氏 を 祖 と し て い た の で 、 吾 が 源 は 菊池 なり と い う 意 で 付け た と 云 わ れ る 。 公式 に は 西郷 三助 ) と 変名 し て 、 鹿児島 から 山川 郷 へ 出航 し た 。 安政 6 年 ( 1859 年 ) 1 月 4 日 、 伊地知 正治 ・ 大久保 利通 ・ 伊地知 貞馨 等 に 後事 を 託 し て 山川 港 を 出航 し 、 七島 灘 を 乗り切 り 、 名瀬 を 経 て 、 1 月 12 日 に 潜居 地 の 奄美 大島 龍郷村 阿丹崎 に 着 い た 。 島 で は 美玉 新行 の 空家 を 借り 、 自炊 し た 。 間 も な く 重野 安繹 の 慰問 を 受け 、 以後 、 大久保 利通 ・ 税所 篤 ( 喜三左衛門 ) ・ 吉井 友実 ・ 有村 俊斎 ・ 堀仲左衛門 ら から の 書簡 や 慰問 品 が 何 度 も 送 ら れ 、 西郷 も 返書 を 出 し て 情報 入手 に つとめ た 。 この 間 、 11 月 、 龍家 の 一族 、 佐栄志 の 娘 とま ( のち 愛加那 と 改め る ) を 島妻 と し た 。 当初 、 扶持 米 は 6 石 で あ っ た が 、 万延 元年 に は 12 石 に 加増 さ れ た 。 また 留守 家族 に も 家計 補助 の ため に 藩主 から 下賜 金 が 与え られ た 。 来島 当初 は 流人 と し て の 扱い を 受け 、 孤独 に 苦し ん だ 。 しかし 、 島 の 子供 3 人 の 教育 を 依頼 さ れ 、 間切 横目 藤長 から 親切 を 受け 、 島妻 を 娶 る に つれ 、 徐々 に 島 で の 生活 に なじみ 、 万延 元年 ( 18 60 年 ) 1 1 月 2 日 に は 西郷 菊次郎 が 誕生 し た 。 文久 元年 ( 1861 年 ) 9 月 、 三弟 の 竜庵 が 表茶 坊主 から 還俗 し て 信吾 と 名乗 っ た 。 11 月 、 見聞 役 木場 伝内 と 知り合 っ た ( のち 木場 は 大坂 留守 居 役 ・ 京都 留守居 役 と な り 、 西郷 を 助け た ) 。 文久 元年 10 月 、 久光 は 公武 周旋 に 乗り出 す 決意 を し て 要路 重臣 の 更迭 を 行 っ た が 、 京都 で の 手づる が な く 、 小納戸 役 の 大久保 ・ 堀次郎 ら の 進言 で 西郷 に 召還 状 を 出 し た 。 西郷 は 11 月 21 日 に 召還 状 を 受け取 る と 、 世話 に な っ た 人々 へ の 挨拶 を 済ま せ 、 愛加那 の 生活 が 立 つ よう に し た のち 、 文久 2 年 ( 1862 年 ) 1 月 14 日 に 阿丹崎 を 出帆 し 、 口永良部 島 ・ 枕崎 を 経 て 2 月 12 日 に 鹿児島 へ 着 い た 。 2 月 15 日 、 生き て い る こと が 幕府 に 発覚 し ない よう に 西郷 三助 から 大島 三右衛門 ( 大島 に 三 年 住 ん で い た と い う 洒落 ) と 改名 し た 。 同日 、 久光 に 召 さ れ た が 、 久光 が 無官 で 、 斉彬 ほど の 人望 が 無 い こと を 理由 に 上京 す べ き で な い と 主張 し た の で 、 久光 の 不興 を 買 っ た 。 一旦 は 同行 を 断 っ た が 、 大久保 の 説得 で 上京 を 承諾 し 、 旧 役 に 復 し た 。 3 月 13 日 、 下関 で 待機 する 命 を 受け て 、 村田 新八 を 伴 っ て 先発 し た 。 下関 の 白石 正一郎 宅 で 平野 国臣 から 京大坂 の 緊迫 し た 情勢 を 聞 い た 西郷 は 、 3 月 22 日 、 村田 新八 ・ 森山 新蔵 を 伴 い 大坂 へ 向け て 出航 し 、 29 日 に 伏見 に 着 き 、 激派 志士 たち の 京都 焼き討ち ・ 挙兵 の 企て を 止め よ う と 試み た 。 しかし 、 4 月 6 日 、 姫路 に 着 い た 久光 は 、 西郷 が 待機 命令 を 破 っ た こと 、 堀次郎 ・ 海江田 信義 から 西郷 が 志士 を 煽動 し て い る と 報告 を 受け た こと から 激怒 し 、 西郷 ・ 村田 ・ 森山 に 捕縛 命令 を 出 し た 。 捕縛 さ れ た 西郷 ら は 10 日 、 鹿児島 へ 向け て 船 で 護送 さ れ た 。 一方 、 浪士 鎮撫 の 朝旨 を 受け た 久光 は 、 伏見 の 寺田 屋 に 集結 し て い る 真木 保臣 ・ 有馬 新 七 ら の 激派 志士 を 鎮撫 する ため 、 4 月 23 日 に 奈良原 繁 ・ 大山 格之助 ( 大山 綱良 ) ら を 寺田 屋 に 派遣 し た 。 奈良原 ら は 激派 を 説得 し た が 聞 か れ ず 、 やむな く 有馬 新 七 ら 8 名 を 上意 討ち に し た ( 寺田 屋 騒動 ) 。 この 時 に 挙兵 を 企 て 、 寺田 屋 、 その 他 に 分宿 し て い た 激派 の 中 に は 三弟 の 信吾 、 従弟 の 大山 巌 ( 弥助 ) の 外 に 篠原 国幹 ・ 永山 弥一郎 など も 含 ま れ て い た 。 護送 さ れ 山川 港 で 待命 中 の 6 月 6 日 、 西郷 は 大島 吉之助 に 改名 さ せ られ 、 徳之 島 へ 遠島 、 村田 新八 は 喜界 島 ( 鬼界 ヶ島 即 ち 薩摩 硫 黄 島 で は な い 。 村田 新八 「 宇留 満乃 日記 」 参照 ) へ 遠島 が 命 ぜ られ た 。 未 処分 の 森山 新蔵 は 船中 で 自刃 し た 。 文久 2 年 6 月 11 日 、 西郷 は 山川 を 出帆 し 、 村田 も 遅れ て 出帆 し た が 、 向かい 風 で 風待ち の ため に 屋久 島 一湊 で 出会 い 、 7、8 日 程 風待ち を し 、 とも に 一湊 を 出航 、 奄美 へ 向か っ た 。 七島 灘 で 漂流 し 、 奄美 を 経 て ( 以上 は 「 宇留 満乃 日記 」 に 詳し い ) 、 やっと 7 月 2 日 に 西郷 は 徳之 島 湾 仁屋 に 到着 し た 。 偶然 に も 、 この 渡海 中 の 7 月 2 日 に 愛加那 が 菊草 ( 菊子 ) を 生 ん だ 。 徳之 島 岡 前 の 勝伝宅 で 落ち着 い て い た 8 月 26 日 、 徳之 島 来島 を 知ら さ れ た 愛加那 が 大島 から 子供 2人 を 連れ て 西郷 の もと を 訪れ た 。 久し ぶり の 親子 対面 を 喜 ん で から 数 日 後 、 さらに 追い打ち を かけ る よう に 沖永良 部 島 へ 遠島 する 命令 が 届 い た 。 これ より 前 の 7 月 下旬 、 鹿児島 で は 二 弟 吉二郎 、 三弟 信吾 、 四 弟 小兵衛 が 遠慮 ・ 謹慎 など の 処分 を 受け 、 西郷 家 の 知行 ・ 家財 が 没収 さ れ 、 最悪 の 状態 に 追い込 ま れ て い た 。 藩命 で 舟牢 に 入れ られ て 、 閏 8 月 初め 、 徳之 島 岡 前 を 出発 し 、 14 日 に 沖永良部 島 伊延 ( 旧 : ゆぬび ・ 現 : いのべ ) に 着 い た 。 当初 、 牢 が 貧弱 で 風雨 に さら さ れ た の で 、 健康 を 害 し た 。 しかし 、 10 月 、 間切 横目 土持 政照 が 代官 の 許可 を 得 て 、 自費 で 座敷 牢 を 作 っ て くれ た の で 、 そこ に 移り住 み 、 やっと 健康 を 取り戻 し た 。 4 月 に は 同じ 郷中 の 後輩 が 詰役 と し て 来島 し た の で 、 西郷 の 待遇 は 一層 改善 さ れ た 。 この 時 西郷 は 沖永良部 の 人々 に 勉学 を 教え て い る 。 また 、 土持 政照 と 一緒 に 酒 を 飲 ん で い る 様子 が この 島 の サイサイ 節 と い う 民謡 に 歌 わ れ て い る 。 文久 3 年 ( 1863 年 ) 7 月 、 前年 の 生麦 事件 を 契機 に 起き た 薩英 戦争 の 情報 が 入 る と 、 処罰 覚悟 で 鹿児島 へ 帰 り 、 参戦 し よ う と し た 。 10 月 、 土持 が つく っ て くれ た 船 に 乗 り 、 鹿児島 へ 出発 し よ う と し て い た とき 、 英艦 を 撃退 し た と の 情報 を 得 て 、 祝宴 を 催し 喜 ん だ 。 来島 ま も な く 始め た 塾 も 元治 元年 ( 1864 年 ) 1 月 頃 に は 20 名程 に な っ た 。 やがて 赦免 召還 の 噂 が 流れ て くる と 、 「 与人 役 大躰 」 「 間切 横目 大躰 」 を 書 い て 島 役人 の ため の 心得 と さ せ 、 社倉 設立 の 文書 を 作 っ て 土持 に 与え 、 飢饉 に 備え させ た 。 在 島 中 も 諸士 と の 情報 交換 は かか さ ず 、 大島 在番 で あ っ た 桂久武 、 琉球 在番 の 米良 助右衛門 、 真木 和泉 など と 書簡 を 交わ し た 。 この 頃 、 本土 で は 、 薩摩 の 意見 も 取り入れ 、 文久 2 年 ( 1862 年 ) 7 月 に 松平 慶永 が 政事 総裁職 、 徳川 慶喜 が 将軍 後見職 と な り ( 文久 の 幕政 改革 ) 、 閏 8 月 に 会津 藩 主 松平 容保 が 京都 守護 職 、 桑名 藩 主 松 平定 敬 が 京都 所司 代 と な っ て 、 幕権 に 回復 傾向 が 見 られ る 一方 、 文久 3 年 ( 1863 年 ) 5 月 に 長州 藩 の 米 艦 砲撃 事件 、 8 月 に 奈良 五 条 の 天誅 組 の 乱 と 長州 へ の 七 卿 落ち ( 八 月 十 八 日 の 政変 ) 、 10 月 に 生野 の 変 など 、 開港 に 反対 する 攘夷 急進 派 が 種々 の 抵抗 を し て 、 幕権 の 失墜 を はか っ て い た 。 この 情勢 を 量 る と 、 秤 は 幕府 ・ 薩摩 方 に 傾 き 、 長州 藩 を 中心 と する 反幕 攘夷 派 勢力 は 徐々 に 軽 く な り つつ あ っ た と いえ よ う 。 もともと 公武 合 体 派 と は い っ て も 、 天皇 の もと に 賢侯 を 集め て の 中央 集権 を めざ す 薩摩 の 思惑 と 将軍 中心 の 中央 集権 を めざ す 幕府 の 思惑 は 違 っ て い た が 、 薩英 戦争 で 活躍 し た 旧 精忠 組 の 発言 力 の 増大 と 守旧 派 の 失脚 を 背景 に 、 薩摩 流 の 公武 周旋 を やり直 そ う と し た 久光 に と っ て は 、 京大坂 で の 薩摩 藩 の 世評 の 悪化 と 公武 周旋 に 動 く 人材 の 不足 が 最大 の 問題 で あ っ た 。 この 苦境 を 打開 する ため に 大久保 利通 ( 一蔵 ) や 小松 清廉 ら の 勧め も あ っ て 、 西郷 を 赦免 召還 する こと に し た 。 元治 元年 ( 1864 年 ) 2 月 21 日 、 吉井 友実 ・ 西郷 従道 ( 信吾 ) ら を 乗せ た 蒸気 船 胡 蝶丸 が 沖永良部 島 和泊 に 迎え に き た 。 途中 で 大島 龍郷 に 寄 っ て 妻子 と 別れ 、 喜界 島 遠島 中 の 村田 新八 を 伴 っ て ( 村田 の 兄 宛 書簡 あり 。 無断 で 連れ 帰 っ た と も 、 そう で は な かっ た と も い う ) 帰還 の 途 に つ い た 。 元治 元年 2 月 28 日 に 鹿児島 に 帰 っ た 西郷 は 足 が 立 た な かっ た 。 29 日 、 這いず り ながら 斉彬 の 墓参 を し た と い う 。 3 月 4 日 、 村田 新八 を ともな っ て 鹿児島 を 出帆 し 、 14 日 に 京都 に 到着 し 、 19 日 に 軍賦 役 ( 軍司令 官 ) に 任命 さ れ た 。 京都 に 着 い た 西郷 は 薩摩 が 佐幕 ・ 攘夷 派 双方 から 非難 さ れ て お り 、 攘夷 派 志士 だけ で は な く 、 世評 も 極めて 悪 い の に 驚 い た 。 そこ で 、 藩 の 行動 原則 を 朝旨 に 遵 ( したが ) っ た 行動 と 単純 化 し 、 攘夷 派 と 悪評 へ の 緩和 策 を 採 る こと で 、 この 難局 を 乗り越え よ う と し た 。 この 当時 、 攘夷 派 および 世人 から 最も 悪評 を 浴び て い た の が 、 薩摩 藩 と 外夷 と の 密貿易 で あ っ た 。 文久 3 年 ( 1863 年 ) 半ば に 、 米国 南北 戦争 ( 1861 年 - 1865 年 ) に よ り 欧州 の 綿 ・ 茶 が 不足 と な り 、 日本 綿 ・ 茶 の 買い付け が 盛ん に 行な わ れ た 結果 、 両品 の 日本 から の 輸出 量 が 極端 に 増加 し た 。 この こと から 日本 中 の 綿 ・ 茶 値段 は 高騰 し 、 薩摩 藩 の 外夷 と の 通商 が 物価 高騰 の 原因 で あ る と する 風評 が でき た の で あ る 。 世人 は 物価 の 高騰 を 怒 っ た の で あ る が 、 攘夷 派 は 攘夷 と 唱え ながら 外夷 と 通商 し て い る こと 自体 を 怒 っ た の で あ る 。 その 結果 、 長州 藩 に よ る 薩摩 藩 傭船 長崎 丸撃沈 事件 、 加徳 丸 事件 が 起き た 。 こう し て 形成 さ れ た 薩摩 藩 へ の 悪評 ( 世論 も 大きな 影響 を 持 っ て い た ) は 薩摩 藩 の 京都 ・ 大坂 で の 活動 に 大きな 支障 と な っ た の で 、 西郷 は 6 月 11 日 に 大坂 留守 居 木場 伝内 に 上坂 中 の 薩摩 商人 の 取締り を 命 じ 、 往来 手形 を 持参 し て い な い 商人 ら に も 帰国 する よう 命 じ 、 併せ て 藩内 で の 取締り も 強化 し 、 藩命 を 以 て 大商人 ら を 上坂 さ せ ぬ よう に 処置 し た 。 4 月 、 西郷 は 御 小 納戸 頭取 ・ 一 代 小番 に 任命 さ れ た 。 池田屋 事件 から ま も な い 6 月 27 日 、 朝議 で 七卿 赦免 の 請願 を 名目 と する 長州 兵 の 入京 が 許可 さ れ た 。 これ に 対 し 、 西郷 は 薩摩 は 中立 し て 皇居 守護 に 専念 す べ し と し 、 7 月 8 日 の 徳川 慶喜 の 出兵 命令 を 小松 清廉 と 相談 の うえ で 断 っ た 。 しかし 、 18 日 、 長州 勢 ( 長門 国 ・ 因幡 国 ・ 備前 国 ・ 浪人 志士 ) が 伏見 ・ 嵯峨 ・ 山崎 の 三方 から 京都 に 押し寄せ 、 皇居 諸門 で 幕軍 と 衝突 する と 、 西郷 ・ 伊地知 正治 ら は 乾 御 門 で 長州 勢 を 撃退 し た ばかり で な く 、 諸所 の 救援 に 薩摩 兵 を 派遣 し て 、 長州 勢 を 撃退 し た ( 禁門 の 変 ) 。 この とき 、 西郷 は 銃弾 を 受け て 軽傷 を 負 っ た 。 この 事変 で 西郷 ら が と っ た 中立 の 方針 は 、 長州 や 幕府 が 朝廷 を 独占 する の を 防 ぎ 、 朝廷 を も 中立 の 立場 に 導 い た の で あ る が 、 長州 勢 から は 来島 又 兵衛 ・ 久坂 玄瑞 ・ 真木 和泉 ら 多 く 犠牲 者 が 出 て 、 長州 の 薩摩 嫌い を 助長 し 、 「 薩奸 会 賊 」 と 呼 ば れ る よう に な っ た 。 元治 元年 7 月 23 日 に 長州 藩 追討 の 朝命 ( 第 一 次 長州 征伐 ) が 出 、 24 日 に 徳川 慶喜 が 西国 21 藩 に 出兵 を 命じ る と 、 この 機 に 乗 じ て 薩摩 藩 勢力 の 伸張 を はか るべ く 、 それ に 応 じ た 。 8 月 、 四国 連合 艦隊 下関 砲撃 事件 が 起き た 。 次いで 長州 と 四国 連合 艦隊 の 講和 条約 が 結 ば れ 、 幕府 と 四国 代表 と の 間 に も 賠償 約 定 調印 が 交わ さ れ た 。 この 間 の 9 月 中旬 、 西郷 は 大坂 で 勝海 舟 と 会 い 、 勝 の 意見 を 参考 に し て 、 長州 に 対 し て 強硬 策 を と る の を 止め 、 緩和 策 で 臨 む こと に し た 。 10 月 初旬 、 御 側役 ・ 代々 小番 と な り 、 大島 吉之助 ( 『 詳説 西郷 隆盛 年譜 』 に よ れ ば 、 この 名 は 沖永良部 島 在島 以来 らしい ) から 西郷 吉之助 に 改め た 。 10 月 12 日 、 西郷 は 征長 軍 参謀 に 任命 さ れ た 。 24 日 、 大坂 で 征長 総督 徳川 慶勝 に お目見え し 、 意見 を 具申 し た ところ 、 長州 処分 を 委任 さ れ た 。 そこ で 、 吉井 友実 ・ 税所 篤 を 伴 い 、 岩国 で 長州 方 代表 吉川 監物 と 会 い 、 長州 藩 三 家老 の 処分 を 申し入れ た 。 引き返 し て 徳川 慶勝 に 経過 報告 を し た のち 、 小倉 に 赴 き 、 副 総督 松平 茂昭 に 長州 処分 案 と 経過 を 述べ 、 薩摩 藩 総督 島津 久明 に も 経過 を 報告 し た 。 結局 、 西郷 の 妥協 案 に 沿 っ て 収拾 が はか ら れ 、 12 月 27 日 、 征長 総督 が 出兵 諸軍 に 撤兵 を 命 じ 、 この 度 の 征討 行動 は 終わ っ た 。 収拾 案 中 に 含 ま れ て い た 五卿 処分 も 、 中岡 慎太郎 ら の 奔走 で 、 西郷 の 妥協 案 に 従 い 、 慶応 元年 ( 1865 年 ) 初頭 に 福岡 藩 の 周旋 で 九州 5 藩 に 分移 さ せ る まで 福岡 で 預か る こと で 一応 決着 し た 。 慶応 元年 1 月 中旬 に 鹿児島 へ 帰 っ て 藩主 父子 に 報告 を 済ま す と 、 人 の 勧め も あ っ て 、 1 月 28 日 に 家老 座 書 役 岩山 八太郎 直温 の 二女 イト ( 絲子 ) と 結婚 し た 。 この 後 、 前年 から 紛糾 し て い た 五 卿 移転 と その 待遇 問題 を 周旋 し て 、 2 月 23 日 に 待遇 を 改善 し た うえ で 太宰 府 天満 宮 の 延寿 王院 に 落ち着 か せ る こと で や っと 収束 さ せ た 。 これ と 平行 し て 大久保 ・ 吉井 ら と とも に 九州 諸藩 連合 の ため に 久留米 藩 ・ 福岡 藩 など を 遊説 し て い た が 、 3 月 中旬 に 上京 し た 。 この 頃 幕府 は 武力 で 勅命 を 出 さ せ 、 長州 藩 主 父子 の 出府 、 五 卿 の 江戸 へ の 差し立て 、 参勤 交代 の 復活 の 3 事 を 実現 さ せ る ため に 、 2 老中 に 4 大隊 と 砲 を 率い て 上京 さ せ 、 強引 に 諸藩 の 宮門 警備 を 幕府 軍 に 交替 さ せ よ う と し て い た が 、 それ を 拒否 する 勅書 と 伝奏 が 所司 代 に 下 さ れ 、 逆 に 至急 将軍 を 入洛 さ せ る よう に と の 命 が 下 さ れ た 。 これ ら は 幕権 の 回復 を 望 ま な い 西郷 ・ 大久保 ら の 公卿 工作 に よ る もの で あ っ た 。 5 月 1日 に 西郷 は 坂本 龍馬 を 同行 し て 鹿児島 に 帰 り 、 京都 情勢 を 藩 首脳 に 報告 し た 。 その 後 、 幕府 の 征長 出兵 命令 を 拒否 す べ し と 説 い て 藩論 を まとめ た 。 9 日 に 大番頭 ・ 一身 家老組 に 任命 さ れ た 。 この 頃 、 将軍 徳川 家茂 は 、 勅書 を 無視 し て 、 総督 紀州 藩 主 徳川 茂承 以下 16 藩 の 兵約 6 万 を 率い て 西下 を 開始 し 、 兵 を 大坂 に 駐屯 さ せ た のち 、 閏 5 月 22 日 に 京都 に 入 っ た 。 翌 23 日 、 家茂 は 参内 し て 武力 を 背景 に 長州 再征 を 奏上 し た が 、 許可 さ れ な かっ た 。 6 月 、 鹿児島 入り し た 中岡 慎太郎 は 、 西郷 に 薩長 の 協力 と 和親 を 説 き 、 下関 で 桂 小五郎 ( 木戸 孝允 ) と 会 う こと を 約束 さ せ た 。 しかし 、 西郷 は 大久保 から 緊迫 し た 書簡 を 受け取 っ た の で 、 下関 寄港 を 取りやめ 、 急 ぎ 上京 し た 。 この 間 、 京大坂 滞在 中 の 幕府 幹部 は 兵 6 万 の 武力 を 背景 に 一層 強気 に な り 、 長州 再征 等 の こと を 朝廷 へ 迫 っ た 。 これ に 対 し 、 西郷 は 幕府 の 脅し に 屈 せ ず 、 6 月 11日 、 幕府 の 長州 再征 に 協力 し ない よう に 大久保 に 伝え 、 その ため の 朝廷 工作 を 進め させ た 。 それ に 加え 、 24 日 に は 京都 で 坂本 龍馬 と 会 い 、 長州 が 欲 し て い る 武器 ・ 艦船 の 購入 を 薩摩 名義 で 行 う こと 承諾 し 、 薩長 和親 の 実績 を つく っ た 。 また 、 幕府 の 兵力 に 対抗 する 必要 を 感 じ 、 10 月 初旬 に 鹿児島 へ 帰 り 、 15 日 に 小松 と とも に 兵 を 率い て 上京 し た 。 この 頃 長州 から 兵糧 米 を 購入 する こと を 龍馬 に 依頼 し た が 、 これ も また 薩長 和親 の 実績 づくり で あ っ た 。 この 間 、 黒田 清隆 ( 了介 ) を 長州 へ 往還 さ せ 薩長 同盟 の 工作 も 重ね さ せ た 。 9 月 16 日 、 英 ・ 仏 ・ 米 ・ 蘭 四国 の 軍艦 9 隻 が 兵庫 沖 に 碇泊 し 、 兵庫 開港 を 迫 っ た 。 一方 、 京都 で は 、 武力 を 背景 に し た 脅迫 に ひる み 、 9 月 21 日 、 朝廷 は 幕府 に 長州 再征 の 勅許 を 下 し た 。 また 、 10 月 1日 に 前尾 張 藩 主 徳川 慶勝 から 出 さ れ た 条約 の 勅許 と 兵庫 開港 勅許 の 奏請 も 、 一旦 は 拒否 し た が 、 将軍 辞職 を ほのめかし と 朝廷 へ の 武力 行使 も 辞 さ な い と の 幕府 及び 徳川 慶喜 の 脅迫 に 屈 し て 、 条約 は 勅許 する が 、 兵庫 開港 は 不 許可 と い う 内容 の 勅書 を 下 し た 。 これ は 強制 さ れ た もの で あ っ た と は いえ 、 安政 以来 の 幕府 の 念願 の 実現 で あ り 、 国是 の 変更 と い う 意味 で も 歴史 上 の 大きな 決定 で あ っ た 。 慶応 2 年 ( 1866 年 ) 1 月 8 日 、 西郷 は 村田 新八 ・ 大 山 成美 ( 通称 は 彦八 、 大山 巌 の 兄 ) を 伴 っ て 、 上京 し て き た 桂 小五郎 ( 木戸 ) を 伏見 に 出迎え 、 翌 9 日 、 京都 に 帰 っ て 二本松 藩邸 に 入 っ た 。 21 日 ( 22 日 と い う 説 も あ る ) 、 西郷 は 小松 帯刀 邸 で 桂 小五郎 と 薩長 提携 六 ヶ条 を 密約 し 、 坂本 龍馬 が その 提携 書 に 裏書き を し た ( 薩長 同盟 ) 。 その 直後 、 龍馬 が 京都 の 寺田 屋 で 幕吏 に 襲撃 さ れ る と 、 西郷 の 指示 で 、 薩摩 藩 邸 が 龍馬 を 保護 し た 。 その 後 、 3 月 4 日 に 小松 清廉 ・ 桂久武 ・ 吉井 友実 ・ 坂本 龍馬 夫妻 ( 西郷 が 仲人 を し た ) ら と 大坂 を 出航 し 、 11 日 に 鹿児島 へ 着 い た 。 4 月 、 藩政 改革 と 陸海軍 の 拡張 を 進言 し 、 それ が 入れ られ る と 、 5 月 1日 から 小松 ・ 桂 ら と 藩政 改革 に あた っ た 。 第 二 次 長州 征伐 は 、 6 月 7 日 の 幕府 軍 艦 に よ る 上ノ 関 砲撃 から 始ま っ た 。 大島口 ・ 芸州 口 ・ 山陰 口 ・ 小倉口 の 四 方 面 で 戦闘 が 行 わ れ 、 芸州 口 は 膠着 し た が 、 大村 益次郎 が 指揮 し た 山陰 口 は 奇兵 隊 を 中心 と する 諸隊 の 活躍 で 連戦 連勝 し 、 大島 口 ・ 小倉 口 も 高杉 晋作 の 電撃 作戦 で 勝利 し 、 幕府 軍 は 惨敗 続き で あ っ た 。 鹿児島 に い た 西郷 は 、 7 月 9 日 に 朝廷 に 出 す 長州 再征 反対 の 建白 を 起草 し 、 藩主 名 で 幕府 へ 出兵 を 断 る 文書 を 提出 さ せ た 。 一方 、 幕府 は 、 7 月 30 日 に 将軍 徳川 家茂 が 大坂 城 中 で 病死 し た の で 、 喪 を 秘し 、 8 月 1日 の 小倉 口 で の 敗北 を 機 に 、 敗戦 処理 と 将軍 継嗣 問題 を かたづけ る べ く 、 朝廷 に 願い出 て 、 21 日 に 休戦 の 御 沙汰 書 を 出 し て もら っ た 。 将軍 の 遺骸 を 海路 江戸 へ 運 ん だ 幕府 は 、 12 月 25 日 の 孝明 天皇 の 崩御 を 機 に 解兵 の 御 沙汰 書 を 得 て 公布 し 、 この 戦役 を 終わ ら せ た 。 この 間 、 西郷 は 、 7 月 12 日 、 西郷 に 嫡男 寅太郎 が 誕生 し 、 9 月 に 大目付 ・ 陸軍 掛・ 家老座 出席 に 任命 さ れ た 。 大目 付 役 は 返上 し た 。 慶応 3 年 ( 1867 年 ) 3 月 上旬 、 村田 新八 ・ 中岡 慎太郎 ら を 先発 さ せ 、 大村 藩 ・ 平戸 藩 など を 遊説 さ せ た 。 3 月 25 日 、 西郷 は 久光 を 奉 じ 、 薩摩 の 精鋭 700 名 ( 城下 1 番 小隊 から 6 番 小隊 ) を 率い て 上京 し た 。 5 月 に 京都 の 薩摩 藩 邸 と 土佐 藩 邸 で 相 次 い で 開催 さ れ た 四 侯 会議 の 下 準備 を し た 。 6 月 15 日 、 西郷 は 山縣 有朋 を 訪問 し 、 初めて 倒幕 の 決意 を 告げ た 。 16 日 、 西郷 ・ 小松 帯刀 ・ 大久保 利通 ・ 伊地知 正治 ・ 山縣 有朋 ・ 品川 弥二郎 ら が 会 し 、 改めて 薩長 同盟 の 誓約 を し た 。 その 後 、 江戸 市内 へ 伊牟田 尚平 ・ 益満 休之助 ・ 相楽 総 三 ら を 派遣 し 、 破壊 工作 ( 江戸 や 近辺 の 放火 ・ 強盗 に よ る 人心 攪乱 ) を 行 わ せ 幕府 を 挑発 し た 。 22 日 に は 西郷 が 坂本 龍馬 ・ 後藤 象二郎 ・ 福岡 孝悌 ら と 会 し 、 薩土 盟 約 が 成立 し た 。 9 月 7 日 、 久光 の 三男 ・ 島津 珍彦 ( うずひこ ) が 兵約 1000 名 を 率い て 大坂 に 着 い た 。 9 月 9 日 、 後藤 が 来訪 し て 坂本 龍馬 案 に もとづ く 大政 奉還 建白書 を 提出 する の で 、 挙兵 を 延期 する よう に 求め た が 、 西郷 は 拒否 し た ( 後日 了承 し た ) 。 土佐 藩 ( 前藩 主 山 内容堂 ) から 提出 さ れ た 建白書 を 見 た 将軍 徳川 慶喜 は 、 10 月 14 日 に 大政 奉還 の 上奏 を 朝廷 に 提出 さ せ た 。 ところ が 、 同じ 14 日 に 、 討幕 と 会津 ・ 桑名 誅伐 の 密勅 が 下り 、 西郷 ・ 小松 ・ 大久保 ・ 品川 ら は その 請書 を 出 し て い た ( この 請書 に は 西郷 吉之助 武雄 と 署名 し て い る ) 。 15 日 、 朝廷 から 大政 奉還 を 勅許 する 旨 の 御 沙汰 書 が 出 さ れ た 。 密勅 を 持ち帰 っ た 西郷 は 、 桂久武 ら の 協力 で 藩論 を まとめ 、 11 月 13 日 、 藩主 ・ 島津 忠義 を 奉 じ 、 兵約 3000 名 を 率い て 鹿児島 を 発 し た 。 途中 で 長州 と 出兵 時期 を 調整 し 、 三田 尻 を 発 し て 、 20 日 に 大坂 、 23 日 に 京都 に 着 い た 。 長州 兵 約 700 名 も 29 日 に 摂津 打出浜 に 上陸 し て 、 西宮 に 進出 し た 。 また この 頃 、 芸州 藩 も 出兵 を 決め た 。 諸藩 と 出兵 交渉 を し ながら 、 西郷 は 、 11 月 下旬 頃 から 有志 に 王政 復古 の 大 号 令 発布 の ため の 工作 を 始め させ た 。 12 月 9 日 、 薩摩 ・ 安芸 ・ 尾張 ・ 越前 に 宮中 警護 の ため の 出兵 命令 が 出 さ れ 、 会津 ・ 桑名 兵 と これ ら 4 藩 兵 が 宮中 警護 を 交替 する と 、 王政 復古 の 大 号 令 が 発布 さ れ た 。 明治 元年 ( 1868 年 ) 1 月 3 日 、 大坂 の 旧 幕軍 が 上京 を 開始 し 、 幕府 の 先鋒 隊 と 薩長 の 守備 隊 が 衝突 し 、 鳥羽 ・ 伏見 の 戦い が 始ま っ た ( 戊辰 戦争 開始 ) 。 西郷 は この 3 日 に は 伏見 の 戦線 、 5 日 に は 八幡 の 戦線 を 視察 し 、 戦況 が 有利 に な り つつ あ る の を 確認 し た 。 6 日 、 徳川 慶喜 は 松平 容保 ・ 松平定 敬 以下 、 老中 ・ 大目付 ・ 外国 奉行 ら 少数 を 伴 い 、 大坂城 を 脱出 し て 、 軍艦 開陽 に 搭乗 し て 江戸 へ 退去 し た 。 新 政府 は 7 日 に 慶喜 追 討令 を 出 し 、 9 日 に 有栖川宮 熾仁 親王 を 東征 大 総督 ( 征討 大 総督 ) に 任 じ 、 東海 ・ 東山 ・ 北陸 三 道 の 軍 を 指揮 さ せ 、 東国 経略 に 乗り出 し た 。 西郷 は 2 月 12 日 に 東海道 先鋒 軍 の 薩摩 諸 隊 差引 ( 司令 官 ) 、 14 日 に 東征 大 総督 府 下 参謀 ( 参謀 は 公家 が 任命 さ れ 、 下 参謀 が 実質 上 の 参謀 ) に 任 じ られ る と 、 独断 で 先鋒 軍 ( 薩軍 一番 小隊 隊長 中村 半次郎 ・ 二 番 小隊 隊長 村田 新八 ・ 三 番 小隊 隊長 篠原 国幹ら が 中心 ) を 率い て 先発 し 、 2 月 28 日 に は 東海道 の 要衝 箱根 町 を 占領 し た 。 占領 後 、 三島 を 本陣 と し た のち 、 静岡 市 に 引き返 し た 。 3 月 9 日 、 静岡 で 徳川 慶喜 の 使者 山岡 鉄舟 と 会見 し 、 徳川 処分 案 7 ヶ条 を 示 し た 。 その 後 、 大 総督 府 から の 3 月 15 日 江戸 総 攻撃 の 命令 を 受け取 る と 、 静岡 を 発 し 、 11 日 に 江戸 に 着 き 、 池上 本門 寺 の 本陣 に 入 っ た 。 3 月 13 日 、 14 日 、 勝海 舟 と 会談 し 、 江戸 城 無 血 開城 に つ い て の 交渉 を し た 。 当時 、 “ 薩摩 藩 の 後ろ盾 ” と な っ て い た イギリス は 日本 と の 貿易 に 支障 が 出 る こと を 恐れ て “ 江戸 総 攻撃 に 反対 ” し て い た ため 、 「 江戸 無血 開城 」 は 新 政府 の 既定 方針 だっ た 。 橋本 屋 で の 2 回 目 の 会談 で 勝 から 徳川 処分 案 を 預か る と 、 総 攻撃 中止 を 東海道 軍 ・ 東山 道 軍 に 伝え る よう に 命令 し 、 自ら は 江戸 を 発 し て 静岡 に 赴 き 、 12 日 、 大 総督 有栖川宮 熾仁 親王 に 謁見 し て 勝案 を 示 し 、 さらに 静岡 を 発 し て 京都 に 赴 き 、 20 日 、 朝議 に かけ て 了承 を 得 た 。 江戸 へ 帰 っ た 西郷 は 、 4 月 4 日 、 勅使 橋本 実梁 ら と 江戸 城 に 乗り込 み 、 徳川 慶頼 に 勅書 を 伝え 、 4 月 11 日 に 江戸 城 開城 が 成 っ た 。 江戸 幕府 を 滅亡 さ せ た 西郷 は 、 仙台 藩 ( 伊達 氏 ) を 盟主 と し て 樹立 さ れ た 北部 政府 ( 奥羽 越列 藩 同盟 ) と の 「 東北 戦争 」 に 臨 ん だ 。 “ 南部 政権 ” た る 新 政府 と “ 北部 政権 ” た る 北部 政府 と の 、 事実 上 の “ 南北 戦争 ” で あ る 。 「 東北 戦争 」 が 長引 け ば 、 日本 は 再び “ 南北朝 時代 ” に 突入 する 可能 性 が あ っ た 。 5 月 上旬 、 上野 の 彰義 隊 の 打破 と 東山 軍 の 奥羽 白 河城 攻 防戦 の 救援 の どちら を 優先 する か に 悩 み 、 江戸 守備 を 他藩 に まかせ て 、 配下 の 薩摩 兵 を 率い て 白河 応援 に 赴 こ う と し た が 、 大村 益次郎 の 反対 に あ い 、 上野 攻撃 を 優先 する こと に し た 。 5 月 15 日 、 上野 戦争 が 始ま り 、 正面 の 黒門口 攻撃 を 指揮 し 、 これ を 破 っ た 。 5 月 末 、 江戸 を 出帆 。 京都 で 戦況 を 報告 し 、 6 月 9 日 に 藩主 忠義 に 随 っ て 京都 を 発 し 、 14 日 に 鹿児島 に 帰着 し た 。 この 頃 から 健康 を 害 し 、 日当山 温泉 で 湯治 し た 。 北陸道 軍 の 戦況 が 思わし く な い ため 、 西郷 の 出馬 が 要請 さ れ 、 7 月 23 日 、 薩摩 藩 北陸 出征軍 の 総 差引 ( 司令 官 ) を 命 ぜ られ 、 8 月 2 日 に 鹿児島 を 出帆 し 、 10 日 に 越後 国 柏崎 に 到着 し た 。 来 て 間 も な い 14 日 、 新潟 市 五十嵐 戦 で 負傷 し た 二弟 の 吉二郎 の 死亡 を 聞 い た 。 藩 の 差引 の 立場 から 北陸 道 本営 ( 新発田 市 ) に は 赴 か な かっ た が 、 総督 府 下 参謀 の 黒田 清隆 ・ 山縣 有朋 ら は 西郷 の もと を しばしば 訪れ た 。 新 政府 軍 に 対 し て 連戦 連勝 を 誇 っ た 庄内 藩 も 、 仙台 藩 、 会津 藩 が 降伏 する と 9 月 27 日 に 降伏 し 、 ここ に 「 東北 戦争 」 は 新 政府 の 勝利 で 幕 を 閉じ た 。 この とき 、 西郷 は 黒田 に 指示 し て 、 庄内 藩 に 寛大 な 処分 を さ せ た 。 この 後 、 庄内 を 発 し 、 江戸 ・ 京都 ・ 大坂 を 経由 し て 、 11 月 初め に 鹿児島 に 帰 り 、 日当山 温泉 で 湯治 し た 。 明治 2 年 ( 1869 年 ) 2 月 25 日 、 藩主 忠義 が 自ら 日当山 温泉 まで 来 て 要請 し た の で 、 26 日 、 鹿児島 へ 帰 り 、 参政 ・ 一 代 寄合 と な っ た 。 以来 、 藩政 の 改革 ( 藩政 と 家政 を 分け 、 藩庁 を 知 政 所 、 家政所 を 内務 局 と し 、 一門 ・ 重臣 の 特権 を 止め 、 藩 が 任命 し た 地頭 ( 役人 ) が 行政 を 行 う こと に し た ) や 兵制 の 整備 ( 常備 隊 の 設置 ) を 精力 的 に 行 い 、 戊辰 参戦 の 功 が あ っ た 下級 武士 の 不満 解消 に つとめ た 。 文久 2 年 ( 1862 年 ) に 沖永良部 島 遠島 ・ 知行 没収 に な っ て 以来 、 無高 で あ っ た ( 役米 料 だけ が 与え られ て い た ) が 、 3 月 、 許 さ れ て 再び 高持ち に な っ た 。 5 月 1日 、 箱館 戦争 の 応援 に 総差引 と し て 藩兵 を 率い て 鹿児島 を 出帆 し た 。 途中 、 東京 で 出張 許可 を 受け 、 5 月 25 日 、 箱館 に 着 い た が 、 18 日 に 箱館 ・ 五 稜 郭 が 開城 し 、 戦争 は すでに 終わ っ て い た ( 戊辰 戦争 の 終了 ) 。 帰路 、 東京 に 寄 っ た 際 、 6 月 2 日 の 王政 復古 の 功 に よ り 、 賞典 禄 永世禄 2000 石 を 下賜 さ れ た 。 この とき に 残留 の 命 を 受け た が 、 断 っ て 、 鹿児島 へ 帰 っ た 。 7 月 、 鹿児島 郡 武村 に 屋敷地 を 購入 し た 。 9 月 26 日 、 正 三 位 に 叙 せ られ た 。 12 月 に 藩主 名 で 位 階 返上 の 案文 を 書 き 、 この とき に 隆盛 と い う 名 を 初めて 用い た 。 明治 3 年 ( 1870 年 ) 1 月 18 日 に 参政 を 辞め 、 相談 役 に な り 、 7 月 3 日 に 相談 役 を 辞め 、 執務 役 と な っ て い た が 、 太政 官 から 鹿児島 藩 大 参事 に 任命 さ れ た ( 辞令 交付 は 8 月 ) 。 明治 3 年 ( 1870 年 ) 2 月 13 日 、 西郷 は 村田 新八 ・ 大山 巌 ・ 池上 四郎 ( 薩摩 藩 士 ) ら を 伴 っ て 長州 藩 に 赴 き 、 奇兵 隊 脱 隊 騒擾 の 状 を 視察 し 、 奇兵 隊 から の 助援 の 請 を 断わ り 、 藩 知事 毛利 広封 に 謁見 し た のち に 鹿児島 へ 帰 っ た 。 同年 7 月 27 日 、 鹿児島 藩士 ・ 集議 院 徴士 横山 安武 ( 森 有礼 の 実兄 ) が 時勢 を 非難 する 諫言 書 を 太政 官 正院 の 門 に 投 じ て 自刃 し た 。 これ に 衝撃 を 受け た 西郷 は 、 役人 の 驕奢 に よ り 新 政府 から 人心 が 離れ つつ あ り 、 薩摩 人 が その 悪弊 に 染ま る こと を 憂慮 し て 、 薩摩 出身 の 心 あ る 軍人 ・ 役人 だけ で も 鹿児島 に 帰 ら せ る ため に 、 9 月 、 池上 を 東京 へ 派遣 し た 。 12 月 、 危機 感 を 抱 い た 政府 から 勅使 岩倉 具視 ・ 副使 大久保 利通 が 西郷 の 出仕 を 促 す ため に 鹿児島 へ 派遣 さ れ 、 西郷 と 交渉 し た が 難航 し 、 欧州 視察 から 帰国 し た 西郷 従道 の 説得 で ようやく 政治 改革 の ため に 上京 する こと を 承諾 し た 。 明治 4 年 ( 18 71 年 ) 1 月 3 日 、 西郷 と 大久保 は 池上 を 伴 い 「 政府 改革 案 」 を 以 て 上京 する ため 鹿児島 を 出帆 し た 。 8 日 、 西郷 ・ 大久保 ら は 木戸 を 訪問 し て 会談 し た 。 16 日 、 西郷 ・ 大久保 ・ 木戸 ・ 池上 ら は 三田 尻 を 出航 し て 土佐 に 向か っ た 。 17 日 、 西郷 一行 は 土佐 に 到着 し 、 藩 知事 山内 豊範 ・ 板垣 退助 と 会談 し た 。 22 日 、 西郷 ・ 大久保 ・ 木戸 ・ 板垣 ・ 池上 ら は 神戸 に 着 き 、 大坂 で 山縣 有朋 と 会談 し 、 一同 そろ っ て 大坂 を 出航 し 東京 へ 向か っ た 。 東京 に 着 い た 一行 は 2 月 8 日 に 会談 し 、 御 親兵 の 創設 を 決め た 。 この 後 、 池上 を 伴 っ て 鹿児島 へ 帰 る 途中 、 横浜 で 青年 東郷 平八郎 に 会 い 、 勉強 する よう に 励ま し た 。 2 月 13 日 に 鹿児島 藩 ・ 山口 藩 ・ 高知 藩 の 兵 を 徴 し 、 御 親兵 に 編成 する 旨 の 命令 が 出 さ れ た の で 、 西郷 は 忠義 を 奉 じ 、 常備 隊 4 大 隊 約 5000 名 を 率い て 上京 し 、 4 月 21 日 に 東京 市ヶ谷 旧 尾張 藩 邸 に 駐屯 し た 。 この 御 親兵 以外 に も 東山 道 鎮台 ( 石巻 ) と 西海道 鎮台 ( 小倉 ) を 設置 し 、 これ ら の 武力 を 背景 に 、 6 月 25 日 から 内閣 人員 の 入れ替え を 始め た 。 この とき に 西郷 は 再び 正 三 位 に 叙 せ られ た 。 7 月 5 日 、 制度 取調 会 の 議長 と な り 、 6 日 に 委員 の 決定 権 委任 の 勅許 を 得 た 。 これ より 新官制 ・ 内閣 人事 ・ 廃藩 置県 等 を 審議 し 、 大久保 ・ 木戸 ら と 公私 に わた っ て 議論 し 、 朝議 を 経 て 、 14 日 、 天皇 が 在京 の 藩 知事 ( 旧 藩主 ) を 集め 、 廃藩 置県 の 詔書 を 出 し た 。 また 、 この 間 に 新官 制 の 決定 や 内閣 人事 も 順次 行 い 、 7 月 29 日頃 に は 以下 の よう な 顔ぶれ に な っ た ( ただし 、 外務 卿 岩倉 の 右 大臣 兼任 だけ は 10 月 中旬 に ずれ込 ん だ ) 。 太政 大臣 ( 三条 実美 ) 右 大臣 兼 外務 卿 ( 岩倉 具視 ) 参議 ( 西郷 隆盛 、 木戸 孝允 、 板垣 退助 、 大隈 重信 ) 大蔵 卿 ( 大久保 利通 ) 文部 卿 ( 大木 喬任 ) 兵部 大輔 ( 山縣 有朋 ) 大蔵 大輔 ( 井上 馨 ) 文部 大輔 ( 江藤 新平 ) 工部 大輔 ( 後藤 象二郎 ) 司法 大輔 ( 佐々木 高行 ) 宮内 大輔 ( 万里小路 博房 ) 外務 大輔 ( 寺島 宗則 ) この 経緯 に つ い て は 、 各 藩 主 に 御 親兵 と し て 兵力 を 供出 さ せ 、 手足 を も いだ 状態 で 、 廃藩 置県 を いきなり 断行 する など 言わ ば 騙し 討ち に 近 い 形 で あ っ た 。 明治 4 年 ( 18 71 年 ) 1 1 月 12 日 、 三条 ・ 西郷 ら に 留守 内閣 ( 留守 政府 ) を まかせ 、 特命 全権 大使 岩倉 具視 、 副使 木 戸 孝允 ・ 大久保 利通 ・ 伊藤 博文 ・ 山口 尚芳 ら 外交 使 節 団 が 条約 改正 の ため に 横浜 から 欧米 各国 へ 出発 し た ( 随員 中 に 宮内 大丞 村田 新八 も い た ) 。 西郷 ら は 明治 4 年 ( 18 71 年 ) から の 官制 ・ 軍制 の 改革 および 警察 制度 の 整備 を 続け 、 5 年 ( 1872 年 ) 2 月 に は 兵部 省 を 廃止 し て 陸軍 省 ・ 海軍 省 を 置 き 、 3 月 に は 御 親兵 を 廃止 し て 近衛 兵 を 置 い た 。 5 月 から 7 月 に かけ て は 天皇 の 関西 ・ 中国 ・ 西国 巡幸 に 随行 し た 。 鹿児島 行幸 から 帰 る 途中 、 近衛 兵 の 紛議 を 知 り 、 急 ぎ 帰京 し て 解決 を はか り 、 7 月 29 日 、 陸軍 元帥兼 参議 に 任命 さ れ た 。 この とき に 山城屋 事件 で 多額 の 軍事 費 を 使い込 ん だ 近衛 都督 山縣 有朋 が 辞任 し た ため 、 薩長 の 均衡 を と る ため に 三 弟 西郷 従道 を 近衛 副 都督 から 解任 し た 。 明治 6 年 5 月 に 徴兵 令 が 実施 さ れ た の に 伴 い 、 元帥 が 廃止 さ れ た の で 、 西郷 は 陸軍 大将兼 参議 と な っ た 。 なお 、 明治 4 年 ( 18 71 年 ) 11 月 の 岩倉 使節 出発 から 明治 6 年 ( 1873 年 ) 9 月 の 岩倉 帰国 まで の 間 に 西郷 主導 留守 内閣 が 施行 し た 主な 政策 は 以下 の 通り で あ る 。 府 県 の 統廃合 ( 3 府 72 県 ) 陸軍 省 ・ 海軍 省 の 設置 学制 の 制定 国立 銀行 条例 公布 太陽 暦 の 採用 徴兵 令 の 布告 キリスト 教 禁 制 の 高札 の 撤廃 地租 改正 条例 の 布告 対朝鮮 ( 当時 は 李 氏 朝鮮 ) 問題 は 、 明治 元年 ( 1868 年 ) に 李 朝 が 維新 政府 の 国書 の 受け取り を 拒絶 し た こと に 端 を 発 し て い る が 、 この 国書 受け取り と 朝鮮 と の 修好 条約 締結 問題 は 留守 内閣 時 に も 一向 に 進展 し て い な かっ た 。 そこ で 、 進展 し な い 原因 と その 対策 を 知 る 必要 が あ っ て 、 西郷 ・ 板垣 退助 ・ 副島 種臣 ら は 、 調査 の ため に 、 明治 5 年 ( 1872 年 ) 8 月 15 日 に 池上 四郎 ・ 武市 正幹 ・ 彭城 中平 を 清国 ・ ロシア ・ 朝鮮 探偵 と し て 満洲 に 派遣 し ( 鹿児島 県 史料 ・ 忠義 公史料 』 第 7 巻 ) 、 27 日 に 北村 重頼 ・ 河村 洋与 ・ 別府 晋介 ( 景長 ) を 花房 外務 大丞 随員 ( 実際 は 変装 し て の 探偵 ) と し て 釜山 に 派遣 し た 。 明治 6 年 ( 1873 年 ) の 対朝鮮 問題 を めぐ る 政府 首脳 の 軋轢 は 、 6 月 に 外務 少記 森 山茂 が 釜山 から 帰 っ て 、 李 朝 政府 が 日本 の 国書 を 拒絶 し た うえ 、 使節 を 侮辱 し 、 居留民 の 安全 が 脅か さ れ て い る の で 、 朝鮮 から 撤退 する か 、 武力 で 修好 条約 を 締結 さ せ る か の 裁決 が 必要 で あ る と 報告 し 、 それ を 外務 少輔 上野 景範 が 内閣 に 議案 と し て 提出 し た こと に 始ま る 。 この 議案 は 6 月 12 日 から 7 参議 に よ り 審議 さ れ た 。 議案 は 当初 、 板垣 が 武力 に よ る 修好 条約 締結 ( 征韓 論 ) を 主張 し た の に 対 し 、 西郷 は 武力 を 不可 と し て 、 自分 が 旧例 の 服装 で 全権 大使 に な る ( 遣韓 大使論 ) と 主張 し て 対立 し た 。 しかし 、 数度 に 及 ぶ 説得 で 、 方法 ・ 人選 で 反対 し て い た 板垣 と 外務 卿 の 副島 が 8 月 初め に 西郷 案 に 同意 し た 。 西郷 派遣 に つ い て は 、 16 日 に 三条 の 同意 を 得 て 、 17 日 の 閣議 で 決定 さ れ た 。 しかし 、 三条 が 天皇 に 報告 し た とき 、 「 岩倉 具視 の 帰朝 を 待 っ て 、 岩倉 と 熟議 し て 奏上 せよ 」 と の 勅旨 が あ っ た の で 、 発表 は 岩倉 帰国 まで 待 つ こと に な っ た 。 以上 の 時点 まで は 、 西郷 ・ 板垣 ・ 副島 ら は 大使 派遣 の 方向 で 事態 は 進行 する もの と 考え て い た 。 ところ が 、 9 月 、 岩倉 が 帰国 する と 、 先 に 外遊 から 帰国 し て い た 木戸 孝允 ・ 大久保 利通ら の 内治 優先 論 が 表面 化 し て き た 。 大久保 ら が 参議 に 加わ っ た 9 月 14 日 の 閣議 で は 大使 派遣 問題 は 議決 でき ず 、 15 日 の 再議 で 西郷 派遣 に 決定 し た 。 しかし 、 これ に 反対 する 木戸 ・ 大久保 ・ 大隈 ・ 大木 ら の 参議 が 辞表 を 提出 し 、 右 大臣 岩倉 も 辞意 を 表明 する 事態 に 至 っ た 。 これ を 憂慮 し た 三条 は 18 日 夜 、 急病 に な り 、 岩倉 が 太政 大臣 代行 に な っ た 。 そこ で 、 西郷 ・ 板垣 ・ 副島 ・ 江藤 ら は 岩倉 邸 を 訪ね て 、 閣議 決定 の 上奏 裁可 を 求め た が 、 岩倉 は 了承 し な かっ た 。 9 月 23 日 、 西郷 が 陸軍 大将兼 参議 ・ 近衛 都督 を 辞 し 、 位 階 も 返上 する と 上表 し た の に 対 し 、 すでに 宮中 工作 を 終え て い た 岩倉 は 、 閣議 の 決定 と は 別 に 西郷 派遣 延期 の 意見 書 を 天皇 に 提出 し た 。 翌 24 日 に 天皇 が 岩倉 の 意見 を 入れ 、 西郷 派遣 を 無期 延期 する と の 裁可 を 出 し た の で 、 西郷 は 辞職 し た 。 この とき 、 西郷 の 参議 ・ 近衛 都督 辞職 は 許可 さ れ た が 、 陸軍 大将 辞職 と 位 階 の 返上 は 許 さ れ な かっ た ( 岩倉 ・ 木戸 ・ 大久保 ら は 、 これ ら を 許可 し な い こと に よ っ て 、 西郷 ら 遣韓 派 を いずれ 政府 に 復帰 さ せ る 意図 が あ る こと を 示 し た の で あ ろ う ) 。 翌 25 日 に な る と 、 板垣 ・ 副島 ・ 後藤 ・ 江藤 ら の 参議 も 辞職 し た 。 この 一連 の 辞職 に 同調 し て 、 征韓 論 ・ 遣韓 大使派 の 林 有造 ・ 桐野 利秋 ・ 篠原 国幹 ・ 淵辺 群平 ・ 別府 晋介 ・ 河野 主一郎 ・ 辺見 十郎 太 を はじめ と する 政治 家 ・ 軍人 ・ 官僚 600 名 余 が 次々 に 大量 に 辞任 し た 。 この 後 も 辞職 が 続 き 、 遅れ て 帰国 し た 村田 新八 ・ 池上 四郎 ら も また 辞任 し た ( 明治 六 年 政変 ) 。 この とき 、 西郷 の 推挙 で 兵部 大輔 大村 益次郎 の 後任 に 補 さ れ ながら 、 能力 不足 と 自覚 し て 、 先 に 下野 し て い た 前原 一誠 は 「 宜 シク 西郷 ノ職 ヲ復 シテ 薩長 調和 ノ 実 ヲ 計 ルベシ 、 然 ラザレバ 、 賢 ヲ 失 フノ 議起 コラント 」 と い う 内容 の 書簡 を 太政 大臣 三条 実美 に 送 り 、 明治 政府 の 前途 を 憂え た 。 下野 し た 西郷 は 、 明治 6 年 11 月 10 日 、 鹿児島 に 帰着 し 、 以来 、 大半 を 武村 の 自宅 で 過ご し た 。 猟 に 行 き 、 山川 の 鰻温泉 で 休養 し て い た 明治 7 年 ( 1874 年 ) 3 月 1日 、 佐賀 の 乱 で 敗れ た 江藤 新平 が 来訪 し 、 翌日 、 指宿 まで 見送 っ た ( 江藤 は 土佐 で 捕ま っ た ) 。 これ 以前 の 2 月 に 閣議 で 台湾 征討 が 決定 し た 。 この 征討 に は 木戸 が 反対 し て 参議 を 辞め た が 、 西郷 も 反対 し て い た 。 しかし 、 4 月 、 台湾 征討軍 の 都督 三 弟 西郷 従道 の 要請 を 入れ 、 やむな く 鹿児島 から 徴募 し て 、 兵約 800 名 を 長崎 に 送 っ た 。 西郷 の 下野 に 同調 し た 軍人 ・ 警吏 が 相 次 い で 帰県 し た 明治 6 年 末 以来 、 鹿児島 県 下 は 無職 の 血気 多 き 壮年 者 が の さば り 、 それ に 影響 さ れ た 若者 に 溢れ る 状態 に な っ た ( この 状態 が 私 学校 創設 後 も 続 い た こと は 『 西南 役 前後 の 思出 の 記 』 に 詳し い ) 。 そこ で 、 これ を 指導 し 、 統御 し な けれ ば 、 壮年 ・ 若者 の 方向 を 誤 る と の 考え から 、 有志 者 が 西郷 に はか り 、 県令 2 日本 の 県令 大山 綱良 の 協力 を 得 て 、 明治 7 年 6 月 頃 に 旧 厩跡 に 私 学校 が つく ら れ た ( 『 大山 県 令 と 私 学校 』 。 この 論文 で は 建設 が 始ま っ た の は 12 月 頃 と し て い て 、 説得 力 が あ る ) 。 私 学校 は 篠原 国幹 が 監督 する 銃隊 学校 、 村田 新八 が 監督 する 砲隊 学校 、 村田 が 監督 を 兼任 し た 幼年 学校 ( 章典 学校 ) が あ り 、 県下 の 各郷 ごと に 分校 が 設け られ た 。 この 他 に 、 明治 8 年 ( 1875 年 ) 4 月 に は 西郷 と 大山 県 令 と の 交渉 で 確保 し た 荒蕪 地 に 、 桐野 利秋 が 指導 し 、 永山 休二 ・ 平野 正介 ら が 監督 する 吉野 開墾 社 ( 旧 陸軍 教導 団 生徒 を 収容 ) も つく ら れ た 。 明治 8 年 から 明治 9 年 ( 1876 年 ) に かけ て の 西郷 は 自宅 で くつろ ぐ か 、 遊猟 と 温泉 休養 に 行 っ て い る こと が 多 い 。 西郷 の 影響 下 に あ る 私 学校 が 整備 さ れ て 、 私 学校 党 が 県下 最大 の 勢力 と な る と 、 県令 大山 綱良 も この 力 を 借り る こと なし に は 県政 が 潤滑 に 運営 でき な く な り 、 私 学校 党 人士 を 県官 や 警吏 に 積極 的 に 採用 し 、 明治 8 年 11 月 、 明治 9 年 4 月 に は 西郷 に 依頼 し て 区長 や 副 区長 を 推薦 し て 貰 っ た 。 この よう に し て 別府 ・ 辺見 ・ 河野 ・ 小倉 壮 九郎 ( 東郷 平八郎 の 兄 ) ら が 区長 に な り 、 私 学校 党 が 県政 を 牛耳 る よう に な る と 、 政府 は 以前 に も ま し て 、 鹿児島 県 は 私 学校 党 の 支配 下 に 半ば 独立 状態 に あ る と 見な す よう に な っ た 。 明治 9 年 3 月 に 廃刀 令 が 出 、 8 月 に 金禄 公債 証書 条例 が 制定 さ れ る と 、 士族 と その 子弟 で 構成 さ れ る 私 学校 党 の 多く は 、 徴兵 令 で 代々 の 武人 で あ る こと を 奪 わ れ た こと に 続 き 、 帯刀 と 知行 地 と い う 士族 最後 の 特権 を も 奪 わ れ た こと に 憤慨 し た 。 10 月 24 日 の 熊本 県 士族 の 神風連 の 乱 、 27 日 の 福岡 県 士族 の 秋月 の 乱 、 28 日 の 萩 の 乱 も これ ら の 特権 の 剥奪 に 怒 っ て おき た もの で あ っ た 。 11 月 、 西郷 は 日当山 温泉 で これ ら 決起 の 報 を 聞 き 、 前原 一誠 ら の 行動 を 愉快 な もの と し て 受け止め て い る 。 今帰 っ たら 若者 たち が 逸 る か も しれ な い の で 、 まだ この 温泉 に 止ま っ て い る 。 今 まで 一切 自分 が どう 行動 する か を 見せ な かっ た が 、 起つ と 決 し たら 、 天下 の 人々 を 驚 か す よう な こと を する つもり で あ る 。 など を 記 し た 書簡 を 桂久武 に 出 し 、 「 起つ と 決 する 」 時期 を 待 っ て い る こと を 知 ら せ た 。 この 「 起つ と 決 する 」 が 国内 で の 決起 を 意味 する の か 、 西郷 が この 時期 に 一番 気 に かけ て い た 対 ロシア 問題 で の 決起 を 意味 し て い た の か は 判然 と し な い 。 一方 、 政府 は 、 鹿児島 県 士族 の 反乱 が おき る の で は と 警戒 し 、 年末 から 1 月 に かけ て 、 鹿児島 県 下 の 火薬 庫 ( 弾薬 庫 と も い う ) から 火薬 ・ 弾薬 を 順次 船 で 運びだ さ せ る 。 大警視 川路 利良 ら が 24 名 の 巡査 を 、 県下 の 情報 探索 ・ 私 学校 の 瓦解 工作 ・ 西郷 と 私 学校 を 離間 さ せ る など の 目的 で 、 帰郷 の 名目 の もと 鹿児島 に 派遣 する 。 など の 処置 を し た 。 これ に 対 し 、 私学 党 は 、 すでに 陸海軍 省 設置 の 際 に 武器 や 火薬 ・ 弾薬 の 所管 が 陸海軍 に 移 っ て い て 、 陸海軍 が それ を 運び出 す 権利 を 持 っ て い た に も かかわ ら ず 、 本来 、 これ ら は 旧 藩士 の 醵出 金 で 購入 し たり 、 つく っ たり し た もの で あ る から 、 鹿児島 県 士族 が いざ と い う とき に 使用 する もの で あ る と い う 意識 を 強 く 持 っ て い た 。 また 、 多数 の 巡査 が 一斉 に 帰郷 し て い る こと は 不審 で あ り 、 その 目的 を 知 る 必要 が あ る と 考え て い た 。 なお 、 まだ この 時点 で は 、 川路 利良 が 中原 尚雄 に 、 瓦解 ・ 離間 が でき な い とき は 西郷 を 「 シサツ 」 せよ 、 と 命 じ て い た こと は 知 ら れ て い な かっ た ( 山縣 有朋 は 私 学校 党 が 「 視察 」 を 「 刺殺 」 と 誤解 し た の だ と 言 っ て い る 。 明治 5 年 の 池上 ら の 満洲 の 偵察 を 公文 書 で 「 満洲 視察 」 と 表現 し て い る こと から 見 る と 、 この 当時 の 官僚 用語 と し て の 「 視察 」 に は 「 偵察 」 の 意 も あ っ た ) 。 明治 10 年 ( 1877 年 ) 1 月 20 日 頃 、 西郷 は 、 この 時期 に 私 学校 生徒 が 火薬 庫 を 襲 う など と は 夢 に も 思 わ ず 、 大隅 半島 の 小根占 で 狩猟 を し て い た 。 一方 、 政府 は 鹿児島 県 士族 の 反乱 を 間近 し と 見 て 、 1 月 28 日 に 山縣 有朋 が 熊本 鎮台 に 電報 で 警戒 命令 を 出 し た 。 29 日 、 従来 は 危険 な ため に 公示 し た うえ で 標識 を 付け て 白昼 運び出 し て い た の に 、 陸軍 の 草牟田 火薬庫 の 火薬 ・ 弾薬 が 夜中 に 公示 も 標識 も なし に 運び出 さ れ 、 赤龍 丸 に 移 さ れ た 。 これ に 触発 さ れ て 私 学校 生徒 が 、 同火 薬庫 を 襲 っ た 。 2 月 1日 、 小根占 に い た 西郷 の もと に 四 弟 小兵衞 が 私 学校 幹部 ら の 使者 と し て 来 て 、 谷口 登太 が 中原 尚雄 から 西郷 刺殺 の ため に 帰県 し た と 聞き込 ん だ こと 、 私 学校 生徒 に よ る 火薬 庫 襲撃 が おき た こと など を 話 し た 。 これ を 聞 い て 西郷 が 鹿児島 へ 帰 る と 、 身辺 警護 に 駆けつけ る 人数 が 時 と とも に 増え 続け た 。 3 日 に 中原 が 捕らえ られ 、 4 日 に 拷問 に よ っ て 自供 する と ( 8 日 に 口供 書 に 拇印 を 押 さ せ られ る 。 口供 書 は 『 薩南 血 涙 史 』 に 掲載 ) 、 6 日 に 私 学校 本校 で 大 評議 が 開 か れ 、 政府 問罪 の ため に 大軍 を 率い て 上京 する こと に 決 し た の で 、 翌 7 日 に 県令 大山 綱良 に 上京 の 決意 を 告げ た 。 この よう に し て 騒然 と な っ て い た 9 日 、 川村 純義 が 高雄 丸 で 西郷 に 面会 に 来 た の で 、 会 お う と し た が 、 会え な かっ た 。 同日 、 巡査 たち と は 別 に 、 大久保 が 派遣 し た 野村 綱 が 県庁 に 自首 し た ( 野村 の 口供 書 は 『 薩南 血 涙 史 』 に 掲載 ) 。 西郷 は 、 その 自白 内容 から 、 大久保 も 刺殺 に 同意 し て い る と 考え る よう に な っ た ら しい 。 募兵 、 新兵 教練 が 終わ っ た 13 日 、 大隊 編制 が 行 わ れ 、 一番 大隊 指揮 長 に 篠原 国幹 、 二番 大隊 指揮 長 に 村田 新八 、 三 番 大隊 指揮 長 に 永山 弥一郎 、 四 番 大隊 指揮 長 に 桐野 利秋 、 五番 大隊 指揮 長 に 池上 四郎 が 選任 さ れ 、 桐野 が 総 司令 を 兼ね る こと に な っ た 。 淵辺 群平 は 本営 附護衛 隊 長 と な り 、 狙撃 隊 を 率い て 西郷 を 護衛 する こと に な っ た 。 別府 は 加治木 で 別 に 2 大 隊 を 組織 し て その 指揮 長 に な っ た ( のち に この 2 大 隊 を 六番 ・ 七番 大隊 と し た が 、 人員 も 正規 大 隊 の 半分 ほど で 、 装備 も 劣 っ て い た ) 。 翌 14 日 、 私 学校 本校 横 の 練兵 場 ( 旧 厩跡 に あ っ た 私 学校 横 の 旧 牧場 。 『 翔ぶ が 如 く 』 など 、 伊敷 練 兵場 と し て い る もの が 多 い が 、 誤り で あ る 。 『 西南 戦争 に おけ る 薩軍 出陣 の 「 練兵場 」 に つ い て 』 ) で 西郷 に よ る 正規 大 隊 の 閲兵 式 が 行 わ れ た 。 15 日 、 薩軍 の 一番 大隊 が 鹿児島 から 先発 し ( 西南 戦争 開始 ) 、 17 日 、 西郷 も 鹿児島 を 出発 し 、 加治木 ・ 人吉 を 経 て 熊本 へ 向か っ た 。 2 月 20 日 、 別府 晋介 の 大隊 が 川尻 に 到着 。 熊本 鎮台 偵察 隊 と 衝突 し 、 これ を 追 っ て 熊本 へ 進出 し た 。 21日 、 相 次 い で 到着 し た 薩軍 の 大隊 は 順次 、 熊本 鎮台 を 包囲 し て 戦 っ た 。 22 日 、 早朝 から 熊本城 を 総 攻撃 し た 。 昼過ぎ 、 西郷 が 世継 宮 に 到着 し た 。 政府 軍 一部 の 植木 進出 を 聞 き 、 午後 3 時 に 村田 三介 ・ 伊東 直二 の 小隊 が 植木 に 派遣 さ れ 、 夕刻 、 伊東 隊 の 岩切 正 九郎 が 乃木 希典 率い る 第 14 連隊 の 軍旗 を 分捕 っ た 。 一方 、 総 攻撃 し た 熊本 城 は 堅城 で 、 この 日 の 状況 から 簡単 に は 陥ち な い と 見な さ れ た 。 夜 、 本荘 に 本営 を 移 し 、 ここ で の 軍議 で もめ て い る うち に 、 政府 軍 の 正規 旅団 は 本格 的 に 南下 し 始め た 。 この 軍議 で は 一旦 は 篠原 ら の 全軍 攻城 策 に 決 し た が 、 のち の 再 軍議 で 熊本城 を 長囲 し 、 一部 は 小倉 を 電撃 す べ し と 決 し 、 翌 23 日 に 池上 四郎 が 数 箇 小隊 を 率い て 出発 し た が 、 南下 し て き た 政府 軍 と 田原 ・ 高瀬 ・ 植木 など で 衝突 し 、 電撃 作戦 は 失敗 し た 。 これ より 、 南下 政府 軍 、 また 上陸 し て くる と 予想 さ れ る 政府 軍 、 熊本 鎮台 に 対処 する ため に 、 熊本 城 攻囲 を 池上 に まかせ 、 永山 弥一郎 に 海岸 線 を 抑え させ 、 篠原 国幹 ( 六 箇 小隊 ) は 田原 に 、 村田 ・ 別府 ( 五 箇 小隊 ) は 木留 に 、 桐野 ( 三箇 小隊 ) は 山鹿 に 分かれ 、 政府 軍 を 挟撃 し て 高瀬 を 占領 する こと に し た 。 しかし 、 いずれ も 勝敗 が あ り 、 戦線 が 膠着 し た 。 3 月 1日 から 始ま っ た 田原 を めぐ る 戦い ( 田原坂 ・ 吉次 など ) は 、 この 戦争 の 分水 嶺 に な っ た 激戦 で 、 篠原 国幹ら 勇猛 の 士 が 次々 と 戦死 し た 。 この よう な 犠牲 を 払 っ て まで 守 っ て い た 田原 坂 で あ っ た が 、 20 日 に 、 兵 の 交替 の 隙 を 衝 か れ 、 政府 軍 に 奪 わ れ た 。 この 戦い に 敗れ た 原因 は 多々 あ る が 、 主な もの で は 、 砲 ・ 小銃 が 旧 式 で 、 しかも 不足 、 火薬 ・ 弾丸 ・ 砲弾 の 圧倒 的 な 不足 、 食料 など の 輜重 の 不足 が あげ られ る 。 これ ら は 西南 戦争 を 通 じ て 薩軍 が 持 っ て い た 弱点 で も あ る 。 こう し て 田原 方面 から 引き上げ 、 その 後 部 線 を 保守 し て い る 間 に 、 上陸 し た 政府 背面 軍 に 敗れ た 永山 が 御船 で 自焚 ・ 自刃 し 、 4 月 8 日 に は 池上 が 安政 橋口 の 戦い で 敗れ て 、 政府 背面 軍 と 鎮台 の 連絡 を 許 す と 、 薩軍 は 腹背 に 敵 を 受け る 形 に な っ た 。 そこ で 、 この 窮地 を 脱 する ため に 、 14 日 、 熊本 城 の 包囲 を 解 い て 木山 に 退却 し た 。 この 間 、 本営 は 本荘 から 3 月 16 日 に 二 本木 、 4 月 13 日 に 木山 、 4 月 21 日 に 矢部 浜 町 と 移 さ れ 、 西郷 も ほぼ それ と とも に 移動 し た が 、 戦闘 を 直接 に 指揮 し て い る わけ で も な い の で 、 薩摩 ・ 大隅 国 ・ 日向 国 の 三 州 に 蜷踞 する こと を 決め た 4 月 15 日 の 軍議 に 出席 し て い た こと 以外 、 目立 っ た 動向 の 記録 は な い 。 薩軍 は 浜町 で 大隊 を 中隊 に 編制 し 直 し 、 隊名 を 一新 し た のち 、 椎葉 越え し て 、 新た な 根拠 地 と 定め た 人吉 へ 移動 し た 。 4 月 27 日 、 一 日 遅れ で 桐野 利秋 が 江代 に 着 く と 、 翌 28 日 に 軍議 が 開 か れ 、 各隊 の 部署 を 定め 、 日 を 追 っ て 順次 、 各地 に 配備 し た 。 これ 以来 、 人吉 に 本営 を 設け 、 ここ を 中心 に 政府 軍 と 対峙 し て い た が 、 衆寡 敵 せ ず 、 徐々 に 政府 軍 に 押 さ れ 、 人吉 も 危な く な っ た 。 そこ で 本営 を 宮崎 に 移 す こと に し た 。 西郷 は 池上 四郎 に 護衛 さ れ 、 5 月 31 日 、 桐野 利秋 が 新た な 根拠 地 と し て い た 軍務 所 ( もと 宮崎 支庁舎 ) に 着 い た 。 ここ が 新た な 本営 と な っ た 。 この 軍務 所 で は 、 桐野 の 指示 で 、 薩軍 の 財政 を 立て直 す ため の 大量 の 軍票 ( 西郷 札 ) が つく ら れ た 。 人吉 に 残 っ た 村田 新八 は 、 6 月 17 日 、 小林 に 拠 り 、 振武 隊 、 破竹 隊 、 行進 隊 、 佐土原 隊 の 約 1000 名 を 指揮 し 、 1 ヶ月 近 く 政府 軍 と 川内 川 を 挟 ん で 小戦 を 繰り返 し た 。 7 月 10 日 、 政府 軍 が 加久藤 ・ 飯野 に 全面 攻撃 を 加え て き た の で 、 支え よ う と し た が 支え きれ ず 、 高原 麓 ・ 野尻 方面 へ 退却 し た 。 小林 も 11 日 に 政府 軍 の 手 に 落ち た 。 17 日 と 21 の 両日 、 掘与 八郎 が 延岡 方面 に い た 薩兵 約 1000 名 を 率い て 高原 麓 を 奪い返 す ため に 政府 軍 と 激戦 を し た が 、 これ も 勝て ず 、 庄内 、 谷頭 へ 退却 し た 。 24 日 、 村田 は 都城 で 政府 軍 六 箇 旅団 と 激戦 を し た が 、 兵力 の 差 は 如何 と も し がた く 、 これ も 大敗 し て 、 宮崎 へ 退 い た ( 都城 の 戦い ) 。 31 日 、 桐野 ・ 村田 ら は 諸軍 を 指揮 し て 宮崎 で 戦 っ た が 、 再び 敗れ 、 薩軍 は 広瀬 ・ 佐土原 へ 退 い た ( 宮崎 の 戦い ) 。 8 月 1日 、 薩軍 が 佐土原 で 敗れ た の で 、 政府 軍 は 宮崎 を 占領 し た 。 宮崎 から 退却 し た 西郷 は 、 2 日 、 延岡 大貫村 に 着 き 、 ここ に 9 日 まで 滞在 し た 。 2 日 に 高鍋 が 陥落 し 、 3 日 から 美々 津 の 戦い が 始ま っ た 。 この とき 、 桐野 は 平岩 、 村田 新八 は 富高 新町 、 池上 四郎 は 延岡 に い て 諸軍 を 指揮 し た が 、 4 日 、 5 日 とも に 敗れ た 。 6 日 、 西郷 は 教書 を 出 し 、 薩軍 を 勉励 し た 。 7 日 、 池上 の 指示 で 火薬 製作 所 ・ 病院 を 熊田 に 移 し 、 ここ を 本営 と し た 。 西郷 は 10 日 から 本小路 ・ 無鹿 ・ 長井 村 笹首 と 移動 し 、 14 日 に 長井 村 可愛 に 到着 し 、 以後 、 ここ に 滞在 し た ( 『 大西 郷 突囲 戦史 』 ) 。 その 間 の 12 日 、 参軍 山縣 有朋 は 政府 軍 の 延岡 攻撃 を 部署 し た 。 同日 、 桐野 利秋 ・ 村田 新八 ・ 池上 四郎 は 長井 村 から 来 て 延岡 進撃 を 部署 し 、 本道 で 指揮 し た が 、 別働 第 二 旅団 ・ 第 三 旅団 ・ 第 四 旅団 ・ 新撰 旅団 ・ 第 一 旅団 に 敗れ た の で 、 延岡 を 総退却 し 、 和田 峠 に 依 っ た 。 8 月 15 日 、 和田 峠 を 中心 に 布陣 し 、 政府 軍 に 対 し 、 西南 戦争 最後 の 大戦 を 挑 ん だ 。 早朝 、 西郷 が 初めて 陣頭 に 立 ち 、 自ら 桐野 ・ 村田 ・ 池上 ・ 別府 ら 諸将 を 随え て 和田 峠頂上 で 指揮 し た が 、 大敗 し て 延岡 の 回復 は な ら ず 、 長井 村 へ 退 い た 。 これ を 追 っ て 政府 軍 は 長井 包囲 網 を つく っ た 。 16 日 、 西郷 は 解軍 の 令 を 出 し 、 書類 ・ 陸軍 大将 の 軍服 を 焼 い た 。 この 後 、 負傷 者 や 諸隊 の 降伏 が 相 次 い だ 。 残兵 と とも に 、 三田井 まで 脱出 し て から 今後 の 方針 を 定め る と 決し 、 17 日 夜 10 時 、 長井 村 を 発 し 、 可 愛 嶽 ( えの たけ ) に 登 り 、 包囲 網 から の 突破 を 試み た 。 突囲 軍 は 精鋭 300 ~ 500 名 で 、 前軍 は 河野 主一郎 ・ 辺見 十郎 太 、 中軍 は 桐野 ・ 村田 、 後軍 は 中島 健彦 ・ 貴島 清 が 率い 、 池上 と 別府 が 約 60 名 を 率い て 西郷 隆盛 を 護衛 し た ( 『 大西 郷 突囲 戦史 』 に 依 る 。 「 鎮西 戦闘 鄙言 」 で は 村田 と 池上 が 中軍 を 指揮 し 、 西郷 と 桐野 が 中軍 で 総 指揮 を と っ た と する ) 。 突囲 が 成功 し た 後 、 宮崎 ・ 鹿児島 の 山岳 部 を 踏破 する こと 10 余日 、 鹿児島 へ 帰 っ た 。 9 月 1日 、 突囲 し た 薩軍 は 鹿児島 に 入 り 、 城山 ( 鹿児島 市 ) を 占拠 し た 。 一時 、 薩軍 は 鹿児島 城下 の 大半 を 制 し た が 、 上陸 展開 し た 政府 軍 が 3 日 に 城下 の 大半 を 制 し 、 6 日 に は 城山 包囲 態勢 を 完成 さ せ た 。 19 日 、 山野田 一輔 ・ 河野 主一郎 が 西郷 の 救命 の ため で あ る こと を 隠 し 、 挙兵 の 意 を 説 く ため と 称 し て 、 軍使 と な っ て 参軍 川村 純義 の もと に 出向 き 、 捕らえ られ た 。 22 日 、 西郷 は 城山 決死 の 檄 を 出 し た 。 23 日 、 西郷 は 、 山野田 が 持ち帰 っ た 川村 から の 返事 を 聞 き 、 参軍 山縣 から の 自決 を 勧め る 書簡 を 読 ん だ が 、 返事 を 出 さ な かっ た 。 9 月 24 日 、 午前 4 時 、 政府 軍 が 城山 を 総 攻撃 し た とき 、 西郷 ・ 桐野 ・ 桂久武 ・ 村田 ・ 池上 ・ 別府 ・ 辺見 十郎 太 ら 将士 40 余名 は 洞前 に 整列 し 、 岩崎 口 に 進撃 し た 。 まず 国分 寿介 ( 『 西南 記伝 』 で は 小倉 壮 九郎 ) が 剣 に 伏 し て 自刃 し た 。 桂 久武 が 被弾 し て 斃れ る と 、 弾丸 に 斃れ る 者 が 続 き 、 島津 応 吉久能 邸 門前 で 西郷 も 股 と 腹 に 被弾 し た 。 西郷 は 別府 晋介 を 顧み て 「 晋 どん 、 晋 どん 、 もう 、 ここ ら で よ か 」 と 言 い 、 将士 が 跪 い て 見守 る 中 、 襟 を 正 し 、 跪座 し 遙 か に 東 に 向か っ て 拝礼 し た 。 遙拝 が 終わ り 、 切腹 の 用意 が 整 う と 、 別府 は 「 ごめん な っ た もん し ( 御免 な っ 給 もん し = お 許 し くださ い ) 」 と 叫 び 介錯 し た 。 享年 51 ( 満 49 歳 没 ) 。 西郷 の 首 は と ら れ る の を 恐れ 、 折田 正助 邸 門前 に 埋め られ た ( 折田 邸門 前説 が 最も 有力 。 ただ 異説 が 多 く 、 『 西南 記伝 』 に は 9 説 あげ て い る ) 。 西郷 の 死 を 見届け る と 、 残余 の 将士 は 岩崎 口 に 進撃 を 続け 、 私 学校 の 一角 に あ っ た 塁 に 籠も っ て 戦 っ た のち 、 自刃 、 刺し違え 、 あるいは 戦死 し た 。 午前 9 時 、 城山 の 戦い が 終わ る と 大雨 が 降 っ た 。 雨後 、 浄光明 寺 跡 で 参軍 山縣 ・ 旅団 長 ら 立ち会 い の もと で 検屍 が 行 わ れ た 。 西郷 の 遺体 は 毛布 に 包 ま れ た のち 、 木櫃 に 入れ られ 、 浄光明 寺 跡 に 埋葬 さ れ た ( 現在 の 南洲 神社 の 鳥居 附近 ) 。 この とき は 仮埋葬 で あ っ た ため に 墓石 で は な く 木標 が 建て られ た 。 木標 の 姓名 は 県令 岩村 通俊 が 記 し た ( 『 西南 戦争 と 県令 岩村 通俊 』 ) 。 明治 12 年 ( 1879 年 ) 、 浄光明 寺 跡 の 仮埋葬 墓 から 南洲 墓地 の ほぼ 現在 の 位置 に 改葬 さ れ た 。 また 、 西郷 の 首 も 戦闘 終了 後 に 発見 さ れ 、 総 指揮 を 執 っ た 山縣 有朋 の 検分 の のち に 手厚 く 葬 ら れ た 明治 10 年 ( 1877 年 ) 2 月 25 日 に 「 行在 所 達 第 四 号 」 で 官位 を 褫奪 ( ちだつ ) さ れ 、 死後 、 賊軍 の 将 と し て 遇 さ れ た が 、 黒田 清隆 ら の 努力 や 明治 天皇 直々 の 働き が あ っ て 明治 22 年 ( 1889 年 ) 2 月 11 日 、 大 日本 帝国 憲法 発布 に 伴 う 大赦 で 赦 さ れ 、 正三 位 を 追贈 さ れ た 。 明治 天皇 は 西郷 の 死 を 聞 い た 際 に も 「 西郷 を 殺 せ と は 言 わ な かっ た 」 と 洩ら し た と さ れ る ほど 西郷 の こと を 気 に 入 っ て い た よう で あ る 。 墓所 は 鹿児島 県 鹿児島 市 の 南洲 墓地 。 また 西郷 隆盛 を 祀 る 南洲 神社 が 、 鹿児島 県 鹿児島 市 を 始め 、 山形 県 酒田 市 、 宮崎 県 都城 市 、 鹿児島 県 和泊 町 の 沖永良部 島 に あ る 。 島津 斉彬 西郷 は 水戸 学派 や 国学 の 皇国 史観 に 止ま っ て は お ら ず 、 開国 し て 富国 強兵 を し 、 日・ 清 ・ 韓 の 三国 同盟 を する と い う 島津 斉彬 の 持論 の 影響 で 、 東 アジア と 欧米 諸国 の 対置 と い う 形 の 世界 観 を 持 っ て い た 。 列 強 の 内 、 特に ロシア と イギリス に 対 し 強 い 警戒 観 を 持 っ て い た 。 当時 の 清国 が 列強 の 侵略 下 に あ り 、 朝鮮 が その 清 の 冊封 国 で あ る と い う 現状 を 踏まえ て 、 まず 三国 が 完全 に 独立 を 果た す 、 次いで 三 国 の 同盟 を 目指 す と い う 形 で 将来 の 東 アジア 像 を 描 い て い た 。 そして そこ に 、 維新 に 成功 し 、 列強 の 侵略 を 一応 は 防 い だ 日本 の 経験 が 活 か せ る と し て い た 。 しかし 、 この 世界 観 ・ 史観 に は 、 後 の 石原 莞爾 の 大東 亜 共栄 圏 ほど の 強 い 日本 の リーダーシップ 論 は 無 かっ た 。 これ は 西郷 の 思想 が 儒学 を 一方 の 柱 に し て い た こと と 無縁 で は な い だ ろ う 。 勝海 舟 福沢 諭吉 坂本 龍馬 龍馬 の 西郷 評 「 西郷 と い う 男 は どれ だけ 大き い か わか ら ぬ 。 釣鐘 の 様 な 奴 で 、 小さ く 叩 け ば 小さ く 鳴 り 、 大き く 叩 け ば 大き く 響 く 。 こちら 次第 に 応 ずる 。 得 た い の 知れ な い 大人物 さ 」 。 藤田 東湖 「 先生 と 話 し て い る と 清水 を 浴び た よう な 心 に 少し も 曇り な い 心 に な っ て しま い 帰 る 道 さえ 忘れ て しま っ た 。 」 と 西郷 自身 洩ら し て い た 。 西郷 の 著書 に 名前 が 出 て くる ほど 最も 影響 を 与え た 人物 の 一人 で あ る 。 橋本 左内 朱 熹 『 近思録 』 西郷 は お 由羅 騒動 ( 高崎 崩れ ) の 後 に 朱子 『 近思録 』 を 読 み 、 その 影響 を 強 く 受け た 。 朱子学 で は 、 自己 と 世界 に は 共通 する 原理 ( 理 ) が あ る の で 、 自己 を 修養 し て 理 を 会得 すれ ば 、 人 の 世界 を 治め る こと が でき る と い う こと に な っ て い る 。 西郷 の 思想 は 武士 の 道徳 と 朱子学 を 二 本 柱 に し て でき て い て 、 この 朱子学 の 根本 理論 を 終世 、 信 じ て い た 。 特に 大義 名分 論 は 西郷 の 行動 の 規範 に な っ た もの で 、 日本 古来 の 文化 ・ 伝統 ( 天皇 も 含 む ) ・ 道徳 を 大義 と し 、 これ を 帝国 主義 諸国 の 侵略 から 守 り 、 育て る こと が 、 その 実践 で あ る と 考え て い た 。 これ は 水戸 学派 や 国学 が 日本 と それ 以外 と の 対置 と 捉え る 世界 観 ・ 史観 ( 皇国 史 観 。 朱子学 の 華 と 夷 を 対置 する 世界 観 ・ 史観 を 日本 風 に 改め た もの ) を 基 に し て い る 。 佐藤 一斎 『 言志 四録 』 ( 言志録 ) 西郷 が 手写 し た 「 言志録 」 が 残 っ て お り 、 西南 戦争 の とき に も この 書 を 座右 の 書 と し て 持ち歩 い て い た こと から み る と 、 最も 影響 を 受け た 書 で あ る と 考え られ る 。 西郷 は 短 期間 と は いえ 、 伊藤 茂右衛門 から 陽明 学 を 学 ん で い る 。 陽明学 は 知行 合一 を 理念 と し て い る の で 、 知識 を 世人 の 役立 つ よう に し よ う と する 点 で は 、 この 学 の 影響 を 受け た か も しれ な い 。 しかし 、 西郷 の 行動 は 、 その 大半 が 大義 名分 に もとづ く 行動 で あ る と い う 面 から 見 れ ば 、 その 積極 的 な 行動 は 朱子学 から 導き出 さ れ た もの で あ る と も 言え 、 どの くらい 影響 を 受け た は 判然 と し な い 。 春日 潜庵 西郷 は 幕末 に 潜庵 と つきあい が あ り 、 明治 4 年 ( 18 71 年 ) に 村田 新八 を 潜庵 の 元 に 派遣 し 、 対策 12 ヶ条 を 得 て 、 それ を 持 っ て 大政 改革 の ため に 上京 し て い る 。 また 明治 に な っ て から 四弟 小兵衛 を 潜庵 の 元 に 留学 さ せ て も い る 。 これ ら から 西郷 が 陽明 学 者 の 潜庵 を 高 く 評価 し て い た こと は 分か る が 、 思想 と し て どの 部分 を 学 ん だか は よく 分か ら な い 。 川口 雪篷 沖永良部 島 に 遠島 さ れ た とき に 西郷 と 知遇 を 得 た 書家 で あ り 、 西郷 没後 に 遺族 の 扶養 に 勤め た 人物 で あ る 。 頭山 満 の 回想 で は 、 西南 戦争 後 の 明治 12 年 ( 1879 年 ) 当時 に 西郷 家 を 訪れ た 折 に 、 応対 し た 雪篷 から 西郷 が 愛読 し 手書き の 書き込み が あ る 、 幕末 の 陽明 学 者 大塩 平八郎 の 書 『 洗心 洞剳 記 』 を 見せ られ 、 西郷 が いかに 大塩 を 慕 っ て い た か を 知ら さ れ た と あ る 。 敬天 愛 人 「 道 は 天地 自然 の 物 に し て 、 人 は 之 を 行 ふ もの な れ ば 、 天 を 敬 する を 目的 と す 。 天 は 人 も 我 も 同一 に 愛 し 給 ふ 故 、 我 を 愛 する 心 を 以て 人 を 愛 する なり 」 隆盛 は 菊池 氏 が 出自 で あ る こと を 知 っ て い た が 、 菊池 氏 の どの 家 から 分かれ た か わか ら な い の で 、 藩 の 記録 所 に あ る 九郎 兵衛 以下 のみ を 自分 の 系譜 と し て い る 。 九郎兵衛 より 前 は 西郷 家 の 出自 と さ れ る 増水 西郷 氏 の 系譜 に 繋い で つく っ た 系譜 で あ る ( 香春 建一説 に よ る ) 。 家紋 は 抱き 菊 の 葉 に 菊 。 西郷 に は 三 度 の 結婚 経験 が あ る 。 1 度 目 は 嘉永 5 年 ( 1852 年 ) 28 歳 の とき 両親 に すすめ られ て 伊集院 兼寛 の 姉 す が ( 伊集院 須賀 ) と 結婚 し た 。 しかし ながら 藩主 の 代わり に 江戸 に おもむ く など 隆盛 は 不在 が 多 く 、 彼女 は 実家 に 帰り 別れ た 。 2 度 目 は 奄美 大島 の 龍郷 村 で 6 石 扶持 一 軒 家 で 自炊 し て い た 際 、 島 の 名家 で あ っ た 龍家 の 佐栄志 の 娘 ・ 愛加那 ( あい が な 、 意味 は 愛子 ) と 結婚 。 35 歳 の 安政 7 年 ( 18 60 年 ) 1 月 2 日 ( 旧暦 ) に 菊次郎 ( 後 の 京都 市 市長 ) ・ 文久 2 年 ( 1862 年 ) に お 菊 ( のち 菊子 、 大山 巌 の 弟 と 結婚 ) の 二人 の 子供 を もうけ た 。 この 子供 たち は 庶子 と し て 扱 わ れ た 。 文久 元年 ( 1861 年 ) 末 に 、 鹿児島 に 帰 る 際 、 島妻 は 鹿児島 へ 連れ出せ な い 規則 が あ っ た の で 別れ た 。 愛加那 は 明治 35 年 死去 。 陶芸 家 の 西郷 隆文 は 、 菊次郎 の 四男 ・ 隆泰 の 子 。 3 度 目 の 妻 は 慶応 元年 ( 1865 年 ) 岩山 八郎太 の 23 歳 の 娘 、 糸子 で 、 39 歳 の とき に 結婚 。 寅太郎 ( 侯爵 ) ・ 午次郎 ・ 酉三 の 3 人 の 子供 を もうけ 、 先 の 妻 、 愛加那 の 二人 の 子 菊次郎 、 お 菊 を 引き取 っ た 。 第 2 次 佐藤 内閣 第 2 次 改造 内閣 の 法務 大臣 西郷 吉之助 は 寅太郎 の 子 。 ちなみ に 、 寅太郎 は 武豊 ・ 武幸 四郎 の 曾祖父 の 兄弟 で あ る 園田 実徳 の 娘 ・ ノブ と 結婚 し て い る ため 、 彼 ら は 遠縁 に 当た る 。 肥満 高島 鞆之助 の 言 で は 西郷 は 大島 潜居 の 頃 から 肥満 に な っ た と し て い る が 、 おそらく 沖永良部 島 流罪 当時 は 痩せこけ て 死 に そう に な っ て い た と い う から 、 沖永良 部 在島 後半 期 に 座敷 牢 に い て 運動 不足 から 肥満 し 始め た と い う の が 真相 だ ろ う 。 鹿児島 は 養豚 東 アジア の 伝統 的 な 養豚 の 盛ん な 地 で あ り 、 西郷 は 脂身 の つ い た 豚肉 が 大好物 だっ た の で 、 それ が 肥満 に 拍車 を かけ た と 推測 さ れ る 。 また 、 甘 い 物 も 好物 で あ っ た 。 明治 6 年 ( 1873 年 ) の 征韓 論 当時 は 肥満 を 治 そ う と し て ドイツ 人 医師 テオドール ・ ホフマン の 治療 を 受け て い た 。 治療 方法 は 2 種 用い られ て い た 。 一 つ は ひまし 油 ( ひましゆ ) を 下剤 と し て 飲 む 方法 で あ り 、 もう 一 つ は 運動 を する 方法 で あ っ た 。 後者 に つ い て は 『 池上 四郎 家蔵雑記 』 ( 市来 四郎 『 石室 秘稿 』 所収 、 国立 国会 図書 館 蔵 ) 中 の 池上 四郎 宛 彭城 中平 書簡 に この 治療 期間 中 に 西郷 先生 が 肥満 の 治療 の ため に 狩猟 に 出かけ て 留守 だ と 書 い て い る 。 フィラリア 西郷 隆盛 は 、 流刑 先 の 沖永良 部 島 で 、 風土 病 の バンクロフト 糸状 虫 と い う 寄生 虫 に 感染 し た と さ れ 、 この 感染 の 後遺 症 で あ る 象皮 症 を 患 っ て い た 。 これ に よ っ て 陰嚢 が 人 の 頭大 に 腫れ上が っ て い た 。 その ため 晩年 は 馬 に 乗 る こと が でき ず 、 もっぱら 駕篭 を 利用 し て い た 。 西南 戦争 後 の 、 首 の 無 い 西郷 の 死体 を 本人 の もの と 特定 さ せ た の は 、 この 巨大 な 陰嚢 で あ る 。 ただし 、 比較 的 近年 に 至 る まで バンクロフト 糸状 虫 に よ る フィラリア 感染 症 は 九州 南部 を 中心 に 日本 各地 に 見 られ 、 疫学 的 に は 必ず しも 感染 地 を 沖永良部 島 に は 特定 でき な い 。 明治 44 年 ( 1911 年 ) の 段階 の 陸軍 入隊 者 の 感染 検査 で 、 鹿児島 県 九州 本島 部分 出身 者 の 感染 率 は 4 % を 超え て い た し 、 北 は 青森 県 まで 感染 者 が 確認 さ れ て い る 。 愛称 「 西郷 どん 」 と は 「 西郷 殿 」 の 鹿児島 弁表現 ( 現地 で の 発音 は 「 セゴドン 」 に 近 い ) で あ り 、 目上 の 者 に 対 する 敬意 だけ で な く 、 親しみ の ニュアンス も 込め られ て い る 。 また 「 うど さぁ 」 と 言 う 表現 も あ る が 、 これ は 鹿児島 弁 で 「 偉大 な る 人 」 と 言 う 意味 で あ る 。 西郷 に 対 し 、 最も 敬意 を 示 す 表現 法 は 南洲 翁 で あ る 。 肥大 「 先生 の 肥大 は 、 始め から ぢや 無 い 。 何 で も 大島 で 幽閉 さ れ て 居 ら れ て から だ と の こと ぢ や 。 戦争 に 行 つ て も 、 馬 は 乗りつぶ す の で 、 馬 に は 乗 ら れ な かっ た ぢや 。 長 い 旅行 を する と 、 股摺 ( また ず ) れ が 出来 る 。 少し 長道 を し て 帰 ら れ て 、 掾 ( えん ) など に 上 る とき は 、 パァ々々 云 つ て 這 ( は ) つて 上 ら れ る 態 が 、 今 で も 見え る 様 ぢ や 。 斯んな に 肥つ て 居 ら れ る で 、 着物 を 着 て も 、 身幅 が 合わん の で 、 能 く 無 恰好 な 奴 を 出 す の で 大笑 ぢ や つ た 。 」 「 うー とん 」 「 うどめ 」 など の 徒名 の 由来 「 うどめ 」 と は 「 巨目 」 と い う 意味 で あ る 。 西郷 は 肖像 画 に も あ る よう に 、 目 が 大き く 、 しかも 黒目 がち で あ っ た 。 その 眼光 と 黒目 が ち の 巨目 で ジロッと 見 られ る と 、 桐野 の よう な 剛 の 者 で も 舌 が 張り付 い て 物 も 言え な かっ た と い う 。 その うえ 、 異様 な 威厳 が あ っ て 、 参議 で も 両手 を 畳 に つ い て 話 し 、 目 を 見 ながら 話 を する 者 が な かっ た と 、 長庶子 の 西郷 菊次郎 が 語り残 し て い る 。 その 最も 特徴 的 な 巨目 を 薩摩 弁 で 呼 ん だ の が 「 うどめ 」 で あ り 、 「 うどめどん 」 が 訛 っ た の が 「 うー とん 」 で あ ろ う 。 沖永良 部 島 の 「 社倉 」 の その 後 沖永良 部 島 は 台風 ・ 日照り など 自然 災害 が 多 い ところ で あ っ た が 絶海 の 孤島 だっ た の で 、 災害 が 起き た とき は 自力 で 立ち直 る 以外 に 方法 が な かっ た 。 その こと を 知 っ た 西郷 は 「 社倉 趣意 書 」 を 書 い て 義兄弟 に な っ て い た 間切 横目 ( 巡査 の よう な 役 ) の 土持 政照 に 与え た 。 社倉 は もともと 朱熹 の 建議 で 始め られ た もの で 、 飢饉 など に 備え て 村民 が 穀物 や 金 など を 備蓄 し 、 相互 共済 する もの で 、 江戸 時代 に は 山崎 闇斎 が この 制度 の 普及 に 努め て 農村 で 広 く 行 わ れ て い た 。 若 い 頃 から 朱子学 を 学 び 、 また 郡方 で あ っ た 西郷 は 職務 から し て 、 この 制度 に 詳し かっ た の で あ ろ う 。 この 西郷 の 「 社倉 趣意書 」 は 土持 が 与人 と な っ た 後 の 明治 3 年 ( 1870 年 ) に 実行 に うつ さ れ 、 沖永良部 社倉 が 作 ら れ た 。 この 社倉 は 明治 32 年 ( 1899 年 ) に 解散 する まで 続け られ た が 、 明治 中期 に は 20 , 000 円 も の 余剰 金 が 出 る ほど に な っ た と い う 。 この 間 、 飢饉 時 の 救恤 ( きゅうじゅつ ) の 外 に 、 貧窮 者 の 援助 、 病院 の 建設 、 学資 の 援助 など 、 島内 の 多く の 人々 の 役 に た っ た 。 解散 時 に は 西郷 の 記念 碑 と 土持 の 彰徳 碑 、 及び 「 南洲 文庫 」 の 費用 に 一部 を 充て た 外 は 和泊 村 と 知名 村 で 2 分 し 、 両村 の 基金 と な っ た 。 猟好き と 猟犬 西郷 は 狩猟 も 漁 ( すなどり ) も 好き で 、 暇 な 時 は これ ら を 楽し ん で い る 。 自ら 投げ 網 で 魚 を と る の は 薩摩 の 下級 武士 の 生活 を 支え る 手段 の 一 つ で あ る の で 、 少年 時代 から や っ て い た 。 狩猟 で 山野 を 駆けめぐ る の は 肥満 の 治療 に も な る の で 晩年 まで 最も 好 ん だ 趣味 で も あ っ た 。 西南 戦争 の 最中 で も 行 っ て い た ほど で あ り 、 その 傾倒 ぶり が 推察 さ れ る 。 したが っ て 猟犬 を 非常 に 大切 に し た 。 東京 に 住 ん で い た 時分 は 自宅 に 犬 を 数十 頭 飼育 し 、 家 の 中 は 荒れ 放題 だっ た と い う 。 マキャベリスト と し て の 評価 敬天 愛人 の 体現 者 と し て の 評価 と は 別 に 冷酷 な マキャベリスト し て の 評価 も 存在 する 。 幕府 を 挑発 する ため に 不逞 浪士 に 江戸 市 中 で 乱暴 狼 藉 を 行 わ せ たり 、 官軍 の ため に 貢献 し た 赤報 隊 を 偽官 軍 と し て 処断 する など 道義 に 反 する 行い も 数々 し て い る 。 だ が 、 己 の 保身 や 栄達 の ため に 策 を 講 じ た こと は な い と さ れ 、 この こと が 後 の 西郷 の 高 い 人格 的 評価 の 源泉 と な っ て い る 。 その 一方 、 維新 後 は 政治 的 な 策略 や 欺瞞 を 一切 行 わ な く な っ た 。 だ が 皮肉 な こと に この こと が 結果 的 に 西郷 を 政治 的 な 隠遁 に 追い込 む 遠因 と な っ た 。 大久保 ら 維新 の 立役者 の 絵 が 多数 残 っ て い る 中 、 西郷 は 自分 の 写真 が 無 い と 明治 天皇 に 明言 し て い る 。 事実 、 西郷 の 顔 写真 は 一切 残 っ て い な い 。 死後 に 西郷 の 顔 だ と 言 わ れ る 肖像 画 が 多数 描 か れ て い る が 、 基 と な っ た 1 枚 の 絵 ( エドアルド ・ キヨッソーネ 作 ) は 、 弟 ・ 従道 の 目元 に 、 がっしり し て い た 従弟 ・ 大山 巌 の 顔つき を 合成 し た もの で あ り 、 キヨッソーネ は 西郷 と の 面識 が 一切 無 かっ た こと から 、 実際 の 彼 の 顔 と は 異な り 細 い 顔 で あ る と い う 可能 性 も あ る 。 西郷 の 顔 を 記憶 し て い る 人間 が 当時 は 多数 生き て お り 、 特に 似 て い な い と の 異論 も 出 て い な い の で 基本 的 に は キヨッソーネ の 肖像 画 は 似 て い る もの と 思 わ れ る 。 ただし 、 実際 の 西郷 の 耳 は 耳たぶ が 垂れ た いわゆる 福耳 で は な く 、 平耳 で あ っ た こと が 近年 の 研究 で 明らか に さ れ て い る 。 実際 の 西郷 に あ っ て 描 か れ た 肖像 画 の いく つ か は 、 明らか に 平耳 で 描 か れ て い る 。 寺田屋 事件 が 起こ っ た 旅籠 寺田屋 に て 西郷 や 明治 天皇 が 坂本 龍馬 や 桂 小五郎 ら と 写 っ て い る と 称 さ れ て い る 写真 ( フルベッキ が 佐賀 藩 致遠館 の 学生 たち と 撮影 し た 写真 ) が あ る が 、 甚だ 疑わし い 。 高値 で 売り込 む 人物 が 現在 で も い る の で 、 要 注意 で あ る 。 グイド ・ フルベッキ の 写真 は 撮影 さ れ た の が 慶応 2、3 年 と 特定 さ れ て い る が ( 明治 初年 の 説 も あ る ) 、 比定 さ れ た 西郷 ら 明治 維新 の 元勲 が この 時期 に 一堂 に 会 し た こと は 史料 的 に も 有 り 得 ぬ し 、 西郷 本人 に 限 っ て も 、 既に 肥満体 に な っ て い た の に 、 頬骨 が 出 、 普通 の 身躯 を し て い る など 疑問 点 だらけ で 、 副島 種臣 と フルベッキ 、 さらに 無名 の 佐賀 士族 の 若者 たち を 写 し た 写真 を 元勲 たち の 写真 と こじつけ た に すぎ な い 。 肖像 画 を 基 に 東京 都 台東 区 上野 の 上野 恩賜 公園 に 高村 光雲作 ( 傍ら の 犬 は 後藤 貞行 作 ) の 銅像 が 建設 さ れ た 。 銅像 の 建設 委員 長 を し て い た 樺山 資紀 を 助け て 奔走 し て い た 子息 の 樺山 愛輔 は 、 銅像 の 顔 は 極めて よく でき て い る が 、 光雲 は 西郷 の 特徴 あ る 唇 ( 何 と も 言え な い 魅力 と 情愛 に 弱 い ところ が 同居 し て い る 唇 ) を 最後 まで 表現 し きれ な い こと に 苦し ん だ と 書 い て い る 。 公開 の 際 に 招 か れ た 西郷 夫人 糸子 は 「 宿ん し ( うち の 主人 ) は こげん な お 人 じゃ な かっ た こて え ( あら 、 こんな 人 で は な かっ た で す よ ) 」 と 腰 を 抜 か し ( この 発言 を 銅像 の 顔 が 本人 に 似 て な い 事 と 解釈 する 説 も あ る ) 、 また 「 浴衣姿 で 散歩 なんて し な かっ た 」 と い っ た 意 の 言葉 ( 薩隅 方言 ) を 漏ら し 周囲 の 人 に 窘め られ た と い う 。 この 糸子 の 言 を も 樺山 愛輔 は 「 大体 の 風貌 は あの 通り と し て も 、 個性 的 な 魅力 の あ る 唇 の も つ ニュアンス と で も い う か 、 そう し た 二 つ と な い 魅力 的 な もの を 現 は す こと は 不 可能 で あ っ た わけ だ 、 眼 と か 顔 と か 肩 の も つ 線 と か は 何 と か 表現 する こと は 出来 たら う が 、 … 」 と 解釈 し て い る 。 上野 の 西郷 像 は 糸子 が 批評 し て い る よう な 散歩 し て い る 姿 で は な く 、 兎狩り を し て い る 姿 で あ る 。 この 姿 は 大山 巌 が ジュゼッペ ・ ガリバルディ の シャツ だけ の 銅像 から 思いつ き 、 西郷 の 真面目 は 一切 の 名利 を 捨て て 山 に 入 っ て 兎狩り を し た 飾り の 無 い 本来 の 姿 に こそ あ る と し て 発案 し た 。 連れ て い る の は お 気 に 入り の 薩摩 犬 で あ っ た 雌犬 の 「 ツン 」 で あ る が 、 銅像 作 成 時 は 死 ん で い た ため 、 大 日本 帝国 海軍 中将 ・ 仁礼 景範 の 雄犬 を モデル に し て 雄犬 と し て 作成 さ れ た 。 一方 、 鹿児島 市 の 城山 公園 に 立 つ 、 郷土 の 彫刻 家 安藤 照作 に よ る 銅像 は 軍装 ( 陸軍 大将 ) で あ る 。 昭和 50 年代 に 鹿児島 県 下 で 小学 生 に 無料 配布 さ れ て い た 西郷 隆盛 の 伝記 を 簡単 に まとめ た 読本 『 西郷 隆盛 』 で 未亡人 の 言葉 は 、 亡夫 は 多く の 人間 の 前 に 正装 で は な く 普段 着 で 出 る よう な 礼儀 を わきまえ な い 人間 で は な い の に と い う 文脈 で 解説 さ れ て い る 。 今日 で は 想像 し にく い が 、 銅像 を 造 っ て 故人 を 顕彰 する と い う 西洋 伝来 の 新し い 文化 が ようやく 定着 し た 時期 で あ り 、 その 多く が 正装 し たり 威厳 に 満ち た もの で あ っ た の に 対 し 、 西郷 の 銅像 は 明治 維新 の 元勲 の もの と し て は 、 あまり に 庶民 的 に 過ぎ る もの で あ る 。 一時 は 朝敵 と さ れ た 西郷 の 名誉 回復 の 場 で も あ っ た 銅像 除 幕 で 、 予想 と あまり に かけ離れ た 服装 の 銅像 に 対 する 驚き と 落胆 の 気持ち の 反映 で あ っ た 。 本来 は 皇居 内 に 立て る 案 も あ っ た 西郷 像 は 、 西南 戦争 で 朝敵 と な っ た こと で 反対 する 意見 も 根強 かっ た と い う 経緯 も 無視 でき な い 。 上記 大山 巖 の 言い分 も 、 まだ 西郷 に 対 する 反感 を 持 つ 政治 家 も 多 かっ た 時代 、 明治 政府 の 官位 に よ る 正装 を さ せ る わけ に は い か な かっ た 事情 が 背景 に あ っ た と 考え られ る 。 時代 が 下 っ て 鹿児島 県 の 城山 公園 に 建て られ た 銅像 が 、 陸軍 大将 の 正装 で 直立 不動 の 姿勢 で あ る の は 、 西郷 の 名誉 回復 と い う 観点 から すれ ば 、 未 亡人 が 本来 期待 し た 銅像 の 姿 に 近 い と いえ よ う 。 西郷星 の 出現 西南 戦争 後 も 西郷 は 生存 西南 戦争 後 も 西郷 は 中国 大陸 に 逃れ て 生存 し て い る と い う 風聞 が 広 ま っ て い た 。 1891 年 に ロシア 皇太子 時代 の ニコライ 2 世 が 来日 し 、 鹿児島 へ も 立ち寄 る と 、 西郷 が 皇太子 と 共 に 帰国 する と い う 風説 も あ っ た 。 西南 戦争 に 下士 官 と し て 従軍 し 、 大津 事件 を 起こ し た 津田 三蔵 は 、 これ を 真 に 受け 凶行 に 及 ん だ と い わ れ て い る 。 台湾 に 西郷 の 子孫 あ り 1851 年 ( 嘉永 4 年 ) 、 薩摩 藩 主 島津 斉彬 の 台湾 偵察 の 密命 を 受け 、 若 き 日 の 西郷 隆盛 は 、 台湾 北部 基隆 から 小さな 漁村 で あ っ た 宜蘭 県 蘇澳 鎮南方 澳 に 密か に 上陸 、 そこ で 琉球 人 を 装 っ て 暮ら し た 。 およそ 半年 で 西郷 は 鹿児島 に 帰 る が 、 南方 澳 で 西郷 の 世話 を し て 懇ろ の 仲 に な っ て い た 娘 が 程 な く 男児 を 出産 し た 。 この 西郷 の 血筋 は 孫 の 代 で 絶え た と い う 。 幼少期 、 近所 に 使い で 水瓶 ( 豆腐 と 言 う 説 も あ る ) を 持 っ て 歩 い て い る 時 に 、 物陰 に 隠れ て い た 悪童 に 驚 か さ れ た 時 、 西郷 は 水瓶 を 地面 に 置 い た 上 で 、 心底 、 驚 い た 表現 を し て 、 その 後 何事 も 無 かっ た か の よう に 水瓶 を 運 ん で 行 っ た 。 身長 182 cm 、 体重 114 kg 。 血液 型 は B 型 。 喫煙 者 で あ る が 酒 は 弱 く 下戸 で あ っ た 。 青年 、 壮年 期 に お い て は 妻 の ほか 愛人 を 囲 う など 享楽 的 な 側面 も 見せ た が 、 晩年 は 禁欲 的 な 態度 に 徹 し た 。 西郷 隆盛 が 士族 兵制 論 者 か 徴兵 制 支持 者 な の か 、 当時 の 政府 関係 者 で すら 意見 が 分かれ て お り 、 谷干城 や 鳥尾 小弥太 は 前者 を 、 平田 東助 は 後者 で あ っ た と する 見解 を 採 っ て い る 。 御 親兵 導入 の 経緯 など から すれ ば 、 士族 兵制 論 者 と 見 る の が 妥当 で あ る が 、 山縣 有朋 の 失脚 後 も 西郷 は 山縣 の 徴兵 制 構想 を その まま 継続 さ せ た こと から 、 親兵 ・ 近衛 を 通 じ て 形成 さ れ た 山縣 に 対 する 西郷 の 個人 的 信頼 から 徴兵 令 実施 を 受け入れ た と 考え られ て い る 。 ちなみ に 廃藩 置 県 導入 の 際 に 西郷 を 最終 的 に 同意 さ せ た の も 山縣 で あ っ た 。 没 年 月日 ( 1877 年 9 月 24 日 ) が グレゴリオ 暦 な の で 、 一部 の 西郷 研究 者 から は 生年 月日 も 天保 暦 から グレゴリオ 暦 に 直 し て 182 8 年 1 月 23 日 に す べ き だ と 言 う 声 も 上が っ て い る 。 郷土 の 名物 、 黒豚 の 肉 が 大好物 だっ た が 、 特に 好 ん で い た の が 今風 で い う 肉入 り 野菜 炒め と 豚骨 料理 と 呼 ば れ る 鹿児島 の 郷土 料理 で あ っ た こと が 、 愛加那 の 子孫 に よ っ て 『 鹿児島 の 郷土 料理 』 と い う 書籍 に 載せ られ て い る 。 日本 放送 協会 の 世論 調査 で 、 今 で も 西郷 は 鹿児島 県 人 に 人気 が 絶大 に 高 く 、 年長 者 に な る ほど 神格 化 さ れ て い る ほど 。 県民 性 の 本 で は 「 鹿児島 県 人 に 、 西郷 と かごしま 黒豚 の 悪口 を 言 っ たら 、 生麦 事件 の イギリス 人 みたい な 目 に あ う 」 と まで 書 か れ て い る 。 +藤原 ( ふじわら ) 氏 は 、 日本 の 古代 から 近世 まで の 貴族 。 天児 屋命 を 祖 と 伝え る 。 平安 時代 は 、 本姓 の 藤原 を 称 する が 、 鎌倉 時代 以降 は 、 姓 の 藤原 で は な く 、 家名 ( 苗字 に 該当 ) で あ る 近衛 、 鷹司 、 九条 、 二条 、 一条 など を 名の り 、 公式 文書 以外 で は 藤原 と は 名 の ら な い 。 中臣 鎌足 が 大化 の 改新 の 功 に よ り 天智 天皇 より 賜 っ た 氏 カバネ 「 藤原 朝臣 」 を 姓 と する 氏族 で あ る 。 源 氏 ・ 平氏 ・ 藤 ・ 橘 氏 の いわゆる 四姓 の 一 つ で あ り 、 藤原 氏 は その 筆頭 名門 氏族 で あ り 、 藤 氏 ( とうし ) と も 略称 し た 。 藤原 の 姓 は 当初 は 死 を 目前 と し た 鎌足 に 与え られ 、 鎌足 の 死後 、 中臣 氏 を 率い た 右 大臣 中臣 金 が 壬申 の 乱 で 処刑 さ れ た 事 も あ っ て 、 乱 と は 無 関係 の 鎌足 流 も 一時 衰亡 の 危機 を 迎え た 。 その 後 、 天武 天皇 の 時代 に 八色 の 姓 が 定め られ た 折 に 藤原 朝臣 の 範囲 を 定め た 。 その 際藤原 不比 等 が まだ 若 かっ た 事 も あ っ て 鎌足 の 従兄弟 で 娘婿 で も あ っ た 中臣 意美麻呂 が 不比 等 が 成長 する まで の 中継ぎ と し て 暫定 的 に 氏上 と な っ た ら し く 、 それ 以外 の 成員 に も 不比 等 が 成長 する まで 暫定 的 に 藤原 朝臣 が 与え られ た 。 その ため 、 後 に 不比 等 が 成長 し 頭角 を 現 す と 、 藤原 氏 が 太政 官 を 中臣 氏 が 神祇 官 を 領掌 する 体制 と する ため に 、 鎌足 嫡男 の 不比 等 以外 は 元 の 中臣 姓 に 戻 さ れ た 。 ( なお 、 意美 麻呂 は 中臣 姓 に 復帰 後 に 不比 等 の 推薦 で 中納言 と な り 、 その 七男 の 大 中臣 清麻呂 は 右 大臣 まで 昇 っ た ため 、 以後 は この 子孫 が 中臣 氏 の 嫡流 と さ れ て 特に 「 大 中臣 氏 」 と 称 さ れ る よう に な っ た ) 。 鎌足 の 後継 者 と し て 認め られ た 藤原 不比 等 は 下毛 野古 麻呂 ら と とも に 大宝 律令 を 編纂 し て 律令 制度 の 確立 に 貢献 、 娘 の 宮子 を 文武 天皇 の 後宮 に 入れ る 。 首皇子 ( 後 の 聖武 天皇 ) が 生まれ る と 、 娘藤原 光明子 ( 後 の 光明 皇后 ) を 後宮 に 入れ た 。 なお 、 『 興福 寺 縁起 』 に は 不比 等 の 出生 に つ き 「 公避 くる 所 の 事有 り 」 と あ り 、 大鏡 、 公卿 補任 、 尊卑 分脈 に は 明記 さ れ 、 天智 天皇 の 御落胤 で あ る と する 。 不比 等 の 死後 、 首皇子 が 皇位 に 就 く と 、 不比 等 の 4 人 の 男子 ( 藤原 四 兄弟 ) と 長屋 王 ら 反対 派 の 対立 が 深ま っ て い っ た 。 729 年 に 長屋 王 の 変 が 起こ り 長屋 王 は 自害 する が 、 これ は 四 兄弟 が 自分 達 の 異母 妹 で 天皇 の 妃 で あ る 光明子 を 史上 初 の 皇族 以外 出自 の 皇后 に 立て る ため 、 それ に 反対 する 長屋 王 を 讒言 に よ り 陥れ た 陰謀 事件 で あ っ た と い わ れ て い る 。 その 後 、 藤原 四 兄弟 は 南 ・ 北 ・ 式 ・ 京 の 4 家 に 分かれ それぞれ 藤原 四家 の 祖 と な っ た 。 731 年 役 人 達 の 投票 に よ っ て 、 四 兄弟 全員 が 議政官 に 昇 っ た 。 これ は 藤原 氏 が 単に 後宮 政策 のみ な ら ず 、 不比 等 以来 律令 編纂 に 関わ っ て き た 実績 を も っ て 官僚 組織 を 掌握 し て い っ た 事 の 証 で も あ っ た 。 737 年 に 天然 痘 の 大 流行 で 藤原 四 兄弟 が 相 次 い で 病死 する と 、 橘 諸 兄 、 僧玄 昉 、 吉備 真備 ら が 藤原 氏 の 突出 を 抑え よ う と 努め る が 、 藤原 仲麻呂 に よ り 抑え られ る 。 その 後 も 橘奈良 麻呂 が 仲麻呂 排斥 クーデター を 起す が 失敗 する 。 初め は この 内 の 京家 は 振る わ ず に 他 の 3 家 が 争 い つつ 朝廷 の 廟堂 に 参画 する 。 一 時期 に お い て は 南家 や 式家 が 栄 え た 時期 も あ っ た が 、 政争 や 一族 の 反乱 で 平安 時代 前期 に は 衰退 し 、 代わ っ て 最も 栄え た の は 北家 で あ る 。 なお 、 藤原 氏 の 嫡流 に つ い て は 、 不比 等 の 長男 ・ 藤原 武智 麻呂 を 祖 と する 藤原 南家 説 と 兄 より も 出世 が 早 かっ た 次男 ・ 藤原 房前 を 祖 と する 藤原 北家説 の 両説 が あ る が 、 房前 が 生前 元 明 天皇 や 聖武 天皇 の 信任 厚 く 特に 祖父 ・ 鎌足 と 同じ 内臣 の 地位 が 与え られ た の は 事実 で あ る が 、 当時 の 慣習 と し て 高官 の 嫡男 が 父親 の 存命 中 に 高位 に 昇 る 事 が 憚 ら れ て い た 事 を 考え る と 、 当初 は 南家 が 藤原 氏 の 嫡流 で あ っ た と 考え る の が 妥当 と さ れ て い る 。 その 後 4 家 は 盛衰 し 、 平安 時代 中期 から 北家 のみ が 栄え た 。 藤原 冬嗣 の 子藤原 良房 は 清和 天皇 の 外戚 と な り 人臣 で 初めて の 摂政 と な っ た 。 皇室 と 姻戚 関係 を 結 ぶ こと に よ り 他 氏 を 排斥 し 権力 を 増強 する 路線 は 良房 の 養子 藤原 基経 に 引き継 が れ 陽成 天皇 の 外戚 と し て 、 幼帝 の 摂政 、 成人 し て から は 関白 を 務め た 。 以後 、 江戸 末期 まで 摂政 関白 は ( 豊臣 氏 を 除 き ) 藤原 北家 の この 系統 に 限 ら れ て い く よう に な る 。 藤原 北家 以外 で 関白 と な っ た の は 豊臣 秀次 ただ 一人 ( 秀吉 は 藤原 秀吉 と し て 任官 ) で あ り 、 五摂 家 以外 から の 摂政 は 例 が な い 。 そして 10 世紀 の 安和 の 変 で 藤原 氏 の 他 氏 排斥 が 完了 する と 、 藤原 道長 ・ 藤原 頼通 父子 の 時代 に 藤原 氏 摂関 政治 の 最盛 期 を 迎え る 。 平安 時代 後期 に な る と 藤原 氏 と 姻戚 関係 を 持 た な い 上皇 に よ る 院政 が はじま り 、 さらに 源平 両 氏 の 武家 政権 と 移行 する に つれ 藤原 氏 の 権勢 は 後退 する 。 鎌倉 時代 に 入 る と 藤原 氏 の 嫡流 は 近衛 家 ・ 鷹司 家 ・ 九条 家 ・ 二 条 家 ・ 一 条 家 の 五 摂 家 に 分立 し 、 五摂 家 が 交代 で 摂政 ・ 関白 を 独占 し 続け 公家 社会 に お い て は 一定 の 影響 力 を 持 ち 続け る が 、 政治 の 中枢 と は 隔絶 し 明治 に 至 る 。 五 摂 家 以外 に も 、 三条 家 ・ 西園 寺 家 ・ 閑院 家 ・ 花山院 家 ・ 御子 左 家 ・ 四条 家 ・ 勧修 寺 家 ・ 日野 家 ・ 中 御 門家 など 数 多く の 多く の 支流 ・ 庶流 が あ る 。 公家 の 他 に 、 北家 の 藤原 道兼 の 子孫 の 宇都宮 氏 流 や 、 同じく 北家 の 藤原 長家 の 子孫 の 那須 氏 流 、 同じく 北家 の 藤原 房前 の 子 の 藤原 魚名 の 子孫 の 藤原 利仁 、 藤原 秀郷 から は 、 多く の 武家 も 輩出 し た 。 現代 の 藤原 ( 氏 ) 公卿 や 大名 の 藤原 氏 に は 、 「 藤原 」 と い う 家名 や 苗字 は な い 。 現代 の 藤原 家 は 、 かつて の 姓 で は な く 苗字 で あ り 、 歴史 に 登場 する 藤原 氏 と は まず 関係 が な い 。 藤原 氏 一門 なら 近衛 家 や 九条 家 の よう な 藤原 氏 の 家名 の 苗字 と な る 。 もっとも 、 苗字 と し て の 「 藤原 」 氏 は 江戸 時代 以前 に も 下級 武士 など に 散見 さ れ る 。 また 、 藤原 純友 一門 など は 、 家来 も 主 を 慕 っ て 名 を 冠 する こと も あ っ た よう だ 。 現在 の 研究 で は 、 庶民 の 苗字 は 明治 初め に もともと 先祖 伝来 の もの を 戸籍 に 載せ た と さ れ る が 、 記録 が 伝わ ら な い の で その 正確 な 由来 を 尋ね る こと は 不 可能 で あ る 。 藤裔 会 年 1 回 、 秋頃 に 全国 の 藤原 氏 の 末裔 が 奈良 市 の 春日 大社 に 集ま り 、 親睦 を 兼ね た 会合 など を 執り行 っ て い る 。 +足利 義稙 ( 義材 ) ( あしかが よし たね ( よしき ) ) は 、 室町 幕府 の 第 10 代 征夷 大将軍 ( 将軍 職在位 : 延徳 2 年 ( 1490 年 ) - 明応 3 年 ( 1493 年 ) 。 永正 5 年 ( 150 8 年 ) - 大永 元年 ( 1521 年 ) ) 。 父 は 第 8 代 将軍 ・ 足利 義政 の 弟 で 一時 は 義政 の 養嗣子 と な っ て い た 足利 義視 、 母 は 日野 重政 の 娘 ( 日野 富子 の 妹 に あた る ) 。 義政 の 養子 と な り 、 義政 の 死後 に 第 10 代 将軍 に 就任 する 。 しかし 管領 の 細川 政元 と 対立 し て 廃立 、 幽閉 さ れ た が 、 越 中国 へ 逃れ た 。 明応 7 年 ( 1498 年 ) に 義尹 ( よし ただ ) と 改名 、 永正 10 年 ( 1513 年 ) に は 義稙 ( よし たね ) と 改名 する 。 後 に 周防 国 の 大内 義興 を 後ろ盾 に し て 室町 幕府 将 軍職 に 復帰 する が 、 今度 は 管領 の 細川 高国 ( 政元 の 養子 ) と 対立 し て 京都 を 出奔 し 、 阿波 で 死去 し た 。 文正 元年 ( 1466 年 ) 7 月 30 日 、 足利 義視 の 子 と し て 生まれ る 。 延徳 元年 ( 1489 年 ) 、 室町 幕府 第 9 代 将軍 の 足利 義尚 が 近江 国 の 六角 高頼 征伐 の 在陣 中 に 死去 し た 後 、 伯父 の 義政 と 和睦 し た 父 ・ 義視 と 共 に 逼塞 先 の 美濃 国 の 土岐 成頼 の もと から 上洛 し 、 足利 義政 の 養子 と な っ て 延徳 2 年 ( 1490 年 ) に 第 10 代 将軍 に 就任 し た 。 しかし 政治 の 実権 は 父 に 握 ら れ 、 父 が 延徳 3 年 ( 1491 年 ) に 死去 し た 後 は 、 畠山 政長 の 支援 を 背景 に 権力 の 確立 を 企図 する が 、 管領 の 細川 政元 と 義政 未 亡人 の 日野 富子 ら と 対立 し た 。 明応 2 年 ( 1493 年 ) 、 畠山 義豊 を 討伐 する ため に 河内 国 に 出陣 し て い た が 、 その 間 に 京都 で は 細川 政元 と 日野 富子 に よ っ て 義政 ・ 義視 の 弟 に 当た る 足利 政知 の 子 ・ 足利 義澄 が 新 将軍 と し て 擁立 さ れ た ため 、 義材 は 将軍 職 を 廃 さ れ る こと と な っ た ( 明応 の 政変 ) 。 義材 は 幽閉 さ れ た が 、 側近 ら の 手引き で 越中国 の 放生 津 に 下向 し 、 畠山 政長 の 家臣 ・ 神保長 誠 を 頼 っ た ため 、 越中 公方 ( 越中 御所 ) と 呼 ば れ た 。 明応 8 年 ( 1499 年 ) に 政元 派 と の 和睦 交渉 が 進展 し た と い う 認識 から 、 義尹 ( 義材 より 改名 ) は 越前 国 の 朝倉 貞景 の もと へ 移 っ た 。 ところ が 政元 派 と の 和睦 は 不調 と な り 、 朝倉 貞景 や 政長 の 子 で あ る 畠山 尚順 ( 尚慶 ) と 同調 し て 軍事 攻撃 に よ る 上洛 へ 方針 転換 し た が 敗北 し 、 周防 の 大内 義興 を 頼 っ て 落ち 延び た 。 永正 4 年 ( 1507 年 ) に 細川 政元 が 暗殺 さ れ る と 、 義尹 は 将軍 へ の 復帰 を もくろみ 、 永正 5 年 ( 150 8 年 ) 4 月 に 大内 義興 や 細川 高国 の 支援 を 得 て 中国 地方 や 九州 の 諸 大名 と 共 に 上洛 し 、 義澄 を 廃 し て 再び 将軍 に な っ た ( 永正 の 錯乱 ) 。 その 後 、 義澄 や その 一派 と 将軍 職 を めぐ っ て 抗争 する が 、 永正 8 年 ( 1511 年 ) 8 月 の 船岡 山 合戦 直前 に 義澄 が 病死 し 、 さらに この 戦い に も 勝利 し た ため 、 義尹 改め 義稙 の 将軍 職 が 確定 し た 。 しかし 大永 元年 ( 1521 年 ) 、 管領 の 細川 高国 と 対立 し て 出奔 し た 。 高国 は 新将軍 に は 義澄 の 子 ・ 足利 義晴 を 擁立 し た 。 義稙 は 和泉 国 から 淡路 国 に 逃れ 、 ここ で 再挙 を 図 っ て 高国 と 抗争 する が 敗れ 、 大永 3 年 ( 1523 年 ) 4 月 9 日 ( 4 月 7 日 ( 旧暦 ) と も ) に 阿波 国 撫養 ( 現在 の 鳴門 市 ) で 死去 し た 。 享年 58 。 法名 : 恵林 院殿 巌山道 舜 大 禅定門 。 墓所 : 徳島 県 阿南 市 の 西光 寺 に 五輪 塔 が 立 つ 。 没地 で あ る 徳島 県 鳴門 市 の 岡崎 城跡 に 将軍 塚 と 呼 ば れ る 場所 が あ り 、 義材 の 墓所 と 伝え る 。 肖像 : 没後 ま も な く 作 ら れ た 京都 市 北 区 ( 京都 市 ) の 等 持院 霊光 殿 安置 の 木造 束帯像 が 著名 。 栃木 県 足利 市 の 鑁阿寺 に は 、 室町 幕府 15 代 の 将軍 像 が あ り 、 その 1 体 と し て 義材 の 木造 束帯像 が あ る 。 徳島 県 阿南 市 の 阿南 市 立 阿波 公方 ・ 民俗 資料 館 所蔵 の 義材 像 は 鑁阿 寺 像 の 容貌 を 模 し て い る 。 富山 県 射水 市 の 放生 津橋 に あ る 義材 銅像 は 狩衣 姿 1 体 ・ 甲冑 姿 1 体 で あ る 。 東京 国立 博物 館 に も 伝足 利 義稙 ( 義澄 ) 肖像 が あ る 。 『 塵塚 物語 』 の 「 恵林 院殿 様 御 事 」 項 に 、 義材 が 流浪 時代 を 回顧 し た と い う 逸話 が 見え る 。 この 中 で 、 不安 に 襲 わ れ た 自身 や 困窮 する 人々 を 目の当たり に し た 義材 が 、 「 政治 に 携わ る もの は 常 に 慈悲 の 心 を も っ て 臨 ま ね ば な ら な い 」 と い う 心境 に 至 っ た と 述べ て い る 。 将軍職 を 追 わ れ て 諸国 を 流浪 し た 経緯 から 、 「 流れ 公方 」 ・ 「 島 の 公方 」 と 称 さ れ た 。 陰徳 太平 記 に は 、 細川 高国 と 対立 し て 出奔 し た 義稙 の 乗 っ た 船 に 「 たぞや この 鳴門 の 沖 に 御所 め く は 泊 り 定 め ぬ 流れ 公方 か 」 と い う 狂歌 が 張り出 さ れ た と い う 。 義稙 に は 息子 が な かっ た が 、 前将軍 で 対立 者 で も あ っ た 義澄 の 子 ・ 足利 義維 を 養子 と し て 阿波 に 伴 っ た ため 、 義稙 の 死後 、 義維 は 将軍 職 を 継 い だ 兄 の 足利 義晴 と 対立 し 、 義稙 流 ( 義稙 ・ 義維 ・ 義栄 ・ 義助 ) と 義澄 流 ( 義澄 ・ 義晴 ・ 義輝 ・ 義昭 ) に 分かれ 、 新た な 戦乱 の 火種 と な っ た 。 1487 年 ( 長享 元年 ) 8 月 29 日 、 従 五 位 下 に 叙 し 、 左馬頭 に 任官 。 時 に 、 義材 を 名乗 る 。 1490 年 ( 延徳 2 年 ) 7 月 5 日 、 従 四 位 下 に 昇叙 し 、 右近衛 中将 に 転任 。 併せ て 征夷 大将軍 宣下 。 同日 、 さらに 参議 に 補任 。 右近衛 中将 兼任 は 元 の 如 し 。 1498 年 ( 明応 7 年 )   名 を 義尹 と 改め る 。 150 1 年 ( 明応 10 年 )   征夷 大将軍 並び に 参議 を 辞 す 。 150 8 年 ( 永正 5 年 ) 7 月 1日   従 三 位 に 昇叙 し 、 権 大 納言 に 任官 。 併せ て 征夷 大将軍 宣下 。 12 月 27 日 、 従二 位 に 昇叙 。 1513 年 ( 永正 10 年 ) 1 1 月 9 日 、 名 を 義稙 と 改め る 。 1519 年 ( 永正 16 年 ) 9 月 27 日 、 源 氏 長者 、 淳和 奨学 両院 別当 を 兼ね る 。 152 1 年 ( 永正 18 年 ) 12 月 25 日 、 征夷 大将軍 を 辞 す 。 1523 年 ( 大永 3 年 ) 4 月 9 日 、 薨去 1535 年 ( 天文 ( 元号 ) 4 年 ) 4 月 8 日 、 贈従 一 位 ・ 太政 大臣 偏諱 材 の 字 武将 北畠 材 親 京極 材 宗 尹 の 字 武将 細川 尹賢 稙 の 字 公卿 近衛 稙 家 武将 葛西 稙 清 葛西 稙信 朽木 稙綱 ( 戦国 武将 ) 波多野 稙通 畠山 稙長 伊達 稙 宗 冨樫 稙 泰 細川 稙国 +坂上田村 麻呂 ( さかの うえの たむら まろ ) は 、 平安 時代 の 武官 で あ る 。 名 は 田村 麿 と も 書 く 。 正 三 位 、 大納言 兼 右近衛 大 将兵 部 卿 。 勲 二 等 。 死後 従 二 位 を 贈 ら れ た 。 中央 で 近衛 府 の 武官 と し て 立 ち 、 793 年 に 陸奥 国 の 蝦夷 に 対 する 戦争 で 大伴 弟 麻呂 を 補佐 する 副将軍 の 一人 と し て 功績 を 上げ た 。 弟麻呂 の 後任 の 征夷 大将軍 に な っ て 総 指揮 を と り 、 80 1 年 に 敵対 する 蝦夷 を 討 っ て 降 し た 。 80 2 年 に 胆沢 城 、 80 3 年 に 志波 城 を 築 い た 。 810 年 の 薬子 の 変 で は 平城 天皇 の 脱出 を 阻止 する 働き を し た 。 平安 時代 を 通 じ て 優れ た 武人 と し て 尊崇 さ れ 、 後代 に 様々 な 伝説 を 生 み 、 また 戦前 まで は 、 文 の 菅原 道真 と 、 武 の 坂上田村 麻呂 は 、 文武 の シンボル 的 存在 と さ れ た 。 父 は 坂上 苅田 麻呂 で 、 坂上 氏 は 田村 麻呂 の 祖父 の 坂上 犬養 、 と 苅田 麻呂 とも に 武 を も っ て 知 ら れ た 。 妻 は 三善 清継 の 娘 高子 。 子 に 坂上 大野 、 坂上 広野 、 坂上 浄野 、 坂上 正野 、 滋野 、 継野 、 継雄 、 坂上 広雄 、 高雄 、 高岡 、 高道 、 春子 が い た 。 坂上 春子 は 桓武 天皇 の 妃 で 葛井 親王 を 産 ん だ 。 滋野 、 継野 、 継雄 、 高雄 、 高岡 は 「 坂上 氏 系 図 」 に のみ 見え 、 地方 に 住 ん で 後世 の 武士 の よう な 字 ( 滋野 の 「 安達 五郎 」 など ) を 名乗 っ た こと に な っ て お り 、 後世 付け加え られ た 可能 性 が あ る 。 子孫 は 京都 に あ っ て 明法 博士 や 検非 違使 大尉 に 任命 さ れ た 。 田村 麻呂 は 、 天平 宝字 2 年 ( 75 8 年 ) に 坂上 苅田 麻呂 の 次男 ( 「 坂上 氏 系 図 」 ) また は 三男 ( 「 田邑 麻呂 伝記 」 ) と し て 生まれ た 。 田村 麻呂 は 近衛 府 に 勤務 し た 。 田村 麻呂 が 若年 の 頃 から 陸奥 国 で は 蝦夷 と の 戦争 が 激化 し て お り 、 延暦 8 年 ( 789 年 ) に は 紀古佐美 の 率い る 官軍 が アテルイ の 率い る 蝦夷 軍 に 大敗 し た 。 田村 麻呂 は その 次 の 征討 軍 の 準備 に 加わ り 、 延暦 11 年 ( 791 年 ) に 大伴 弟 麻呂 を 補佐 する 征東 副 使 に 任 じ られ 、 延暦 12 年 ( 793 年 ) に 軍 を 進発 さ せ た 。 この 戦役 に つ い て は 『 類聚 国史 』 に 「 征東 副 将軍 坂上 大 宿禰田村 麿已下 蝦夷 を 征 す 」 と だけ あ り 、 田村 麻呂 は 四 人 の 副使 ( 副将軍 ) の 一人 ながら 中心 的 な 役割 を 果た し た ら しい 。 延暦 15 年 ( 796 年 ) に は 陸奥 按察 使 、 陸奥 守 、 鎮守 府 将軍 を 兼任 し て 戦争 正面 を 指揮 する 官職 を すべて あわせ 、 加え て 翌年 に は 征夷 大将軍 に 任 じ られ た 。 延暦 20 年 ( 80 1 年 ) に 遠征 に 出 て 成功 を 収め 、 夷賊 ( 蝦夷 ) の 討伏 を 報 じ た 。 いったん 帰京 し て から 翌年 、 確保 し た 地域 に 胆沢 城 を 築 く ため に 陸奥 国 に 戻 り 、 そこ で 阿弖 利為 ( 阿弖 流為 ) と 母礼 ら 五百 余人 の 降伏 を 容れ た 。 田村 麻呂 は 彼 ら を 許 す こと を 主張 し た が 、 都 の 貴族 は 反対 し 、 二人 を 処刑 し た 。 延暦 22 年 ( 80 3 年 ) に は 志波 城 を 造 っ た 。 延暦 23 年 ( 80 4 年 ) に 再び 征夷 大将軍 に 任命 さ れ 、 三 度 め の 遠征 を 期 し た 。 しかし 、 延暦 23 年 ( 80 4 年 ) に 藤原 緒嗣 が 「 軍事 と 造作 が 民 の 負担 に な っ て い る 」 と 論 じ 、 桓武 天皇 が この 意見 を 認め た ため 、 征夷 は 中止 に な っ た ( 徳政 相 論 ) 。 田村 麻呂 は 活躍 の 機会 を 失 っ た が 、 本来 は 臨時 職 で あ る 征夷 大将軍 の 称号 を この 後 も 身 に 帯 び 続け た 。 戦功 に よ っ て 昇進 し 、 延暦 24 年 ( 80 5 年 ) に は 参議 に 列 し た 。 大同 元年 ( 80 6 年 ) に 中納言 、 弘仁 元年 ( 810 年 ) に 大納言 に な っ た 。 この 間 、 大同 2 年 ( 80 7 年 ) に は 右近衛 大将 に 任 じ られ た 。 また 、 田村 麻呂 は 京都 の 清水 寺 を 創建 し た と 伝え られ る 。 史実 と 考え られ て い る が 、 詳し い 事情 は 様々 な 伝説 が あ っ て はっきり し な い 。 平城 天皇 と 嵯峨 天皇 が 対立 し た とき 、 田村 麻呂 は 上皇 に よ っ て 平城 遷都 の ため の 造宮使 に 任 じ られ た 。 しかし 薬子 の 変 で は 嵯峨 天皇 に つ い た 。 子 の 坂上 広野 は 近江 国 の 関 を 封鎖 する ため に 派遣 さ れ 、 田村 麻呂 は 美濃 道 を 通 っ て 上皇 を 邀撃 する 任 を 与え られ た 。 この とき 田村 麻呂 は 、 身柄 を 拘束 さ れ て い た 文室 綿麻呂 を 伴 う こと を 願 い 、 許 さ れ た 。 平城 京 から 出発 し た 上皇 は 東国 に 出 て 兵 を 募 る 予定 だっ た が 、 大和 国添上 郡 越田村 で 進路 を 遮 ら れ た こと を 知 り 、 平城 京 に 戻 っ て 出家 し た 。 田村 麻呂 は 弘仁 2 年 ( 811 年 ) 5 月 23 日 に 54 才 で 病死 し た 。 嵯峨 天皇 は 哀 ん で 一 日 政務 を と ら ず 、 田村 麻呂 を たたえ る 漢詩 を 作 っ た 。 死後 従 二 位 を 贈 ら れ た 。 墓所 は 、 京都 市 山科 区 の 西野 山 古墓 と 推定 さ れ る 。 後世 、 田村 麻呂 に まつわ る 伝説 が 各地 に 作 ら れ 、 しだい に 膨ら ん で 歴史 上 の 田村 麻呂 と かけ離れ た 人物 と 筋書き を 生 ん だ 。 伝説 中 で は 、 田村 丸 など 様々 に 異な る 名 を と る こと が あ る 。 平安 時代 の 別 の 高名 な 将軍 藤原 利仁 の 伝説 と 融合 し 、 両者 を 同一人 と 混同 し たり 、 父子 関係 に お い たり する こと も あ る 。 伝説 中 の 田村 麻呂 は 蝦夷 と 戦 う 武人 と は 限 ら ず 、 各地 で 様々 な 鬼 や 盗賊 を 退治 する 。 鎌倉 時代 に は 重要 な 活躍 と し て 鈴鹿 山 の 鬼 を 退治 する もの が 加わ っ た 。 複雑 化 し た 話 で は 、 田村 麻呂 は 伊勢 の 鈴鹿山 に い た 妖術 を 使 う 鬼 の 美女 で あ る 悪玉 ( あくたま ) と 結婚 し 、 その 助け を 得 て 悪路 王 ( あくろ おう ) や 大武王 ( おおたけお う ) の よう な 鬼 の 頭目 を 陸奥 の 辺り まで 追 っ て 討 つ ( 人名 と 展開 は 様々 で あ る ) 。 諸々 の 説話 を 集成 ・ 再 構成 し た もの と し て 、 『 田村 草紙 』 など の 物語 、 謡曲 『 田村 』 、 奥浄 瑠璃 『 田村 三代 記 』 が 作 ら れ た 。 また 、 江戸 時代 の 『 前々 太平 記 』 に も 収録 さ れ る 。 田村 麻呂 の 創建 と 伝え られ る 寺社 は 、 岩手 県 と 宮城 県 を 中心 に 東北 地方 に 多数 分布 する 。 大方 は 、 田村 麻呂 が 観音 など 特定 の 神仏 の 加護 で 蝦夷 征討 や 鬼退治 を 果た し 、 感謝 し て その 寺社 を 建立 し た と い う もの で あ る 。 伝承 は 田村 麻呂 が 行 っ た と 思 わ れ な い 地 に も 分布 する 。 京都 市 の 清水 寺 を 除 い て ほとんど すべて が 後世 の 付託 と 考え られ る 。 その 他 、 田村 麻呂 が 見つけ た 温泉 、 田村 麻呂 が 休 ん だ 石 など 様々 に 付会 し た 物 や 地 が 多 い 。 長野 県 の 清水 寺 に は 、 田村 麻呂 が 奉納 し た と 伝え られ る 鍬形 ( 重要 文化 財 ) が あ る 。 +近衞 文麿 ( この えふみまろ 、 明治 24 年 ( 1891 年 ) 10 月 12 日 - 昭和 20 年 ( 1945 年 ) 12 月 16 日 ) は 、 日本 の 政治 家 。 第 5 代 貴族 院 議長 。 第 34 、 3 8 、 39 代 内閣 総理 大臣 。 爵位 は 公爵 で あ り 、 かつ 摂家 筆頭 で あ る 近衛 家 の 当主 。 近衛 文麿 は 1891 年 ( 明治 24 年 ) 10 月 12 日 、 公爵 近衛 篤麿 と 旧 加賀 藩 で 侯爵 前田 慶寧 の 三女 ・ 衍 の 間 の 長男 と し て 、 東京 市麹町 区 ( 現 千代田 区 ) で 生まれ た 。 しかし 母 は 文麿 が 幼 い とき に 病没 、 篤麿 は 衍 の 妹 ・ 貞 を 後妻 に 迎え る が 、 文麿 は この 叔母 に あた る 継母 と は うま く い か な かっ た 。 父 の 篤麿 は アジア 主義 を 唱え 、 東亜 同文会 を 興 す など 活発 な 政治 活動 を 行 っ て い た 。 ところ が 、 190 4 年 ( 明治 37 年 ) に 、 篤麿 は 41 歳 の 若 さ で 死去 。 文麿 は 12 歳 に し て 襲爵 し 近衛 家 の 当主 と な る が 、 父 が 残 し た 多額 の 借金 を も 相続 する こと に な っ た 。 近衛 の 、 どこ と な く 陰 が あ る 反抗 的 な 気質 は この ころ に 形成 さ れ た 、 と 後 に 本人 が 述懐 し て い る 。 この 苦境 を 救 っ た の は 、 同じ 公家 出身 の 政治 家 ・ 西園寺 公望 で あ る 。 西園寺 は 、 篤麿 と は 政敵 と も 言え る 状況 に あ っ た が 、 文麿 の 聡明 さ は 高 く 評価 し て 援助 を 惜し ま な かっ た 。 後 に 第 一 次 世界 大戦 後 の パリ 講和 会議 に 日本 全権 と し て 参加 し た 際 に も 近衛 を 秘書 と し て 伴 っ て い る 。 こう し て 文麿 は 、 父 の アジア 主義 より も 、 西園寺 の 自由 主義 歴史 的 起源 と その 展開 に 感化 さ れ る こと と な っ た が 、 自ら の 後継 者 を 育て た い と い う 西園寺 の 思惑 と は 裏腹 に 、 文麿 は 次第 に 目先 の 新し い もの に 目移り する 無定見 さ を 見せ 始め る よう に な る 。 学習 院 中等 科 を 修了 後 、 華族 の 師弟 は 学習 院 高等 科 に その まま 進学 する の が 通例 だ が 、 当時 第 一 高等 学校 ( 旧 制 ) の 校長 で あ っ た 新渡戸 稲造 に 感化 さ れ 、 一高 を 受験 し て 進学 。 続 い て 東京 帝国 大学 ( 戦後 の 東京 大学 ) で 哲学 を 学 ん だ が 飽き 足 ら ず 、 高名 な 経済 学 者 で あ り 、 当時 急速 に マルクス 経済 学 に 傾倒 し つつ あ っ た 河上 肇 に 学 ぶ ため 、 京都 帝国 大学 ( 戦後 の 京都 大学 ) 法学 部 に 転学 し た 。 在学 中 の 1914 年 ( 大正 3 年 ) に は 、 第 三 次 『 新 思潮 』 に 、 オスカー ・ ワイルド の 『 社会 主義 下 に おけ る 人間 の 魂 』 を 翻訳 し 、 「 社会 主義 論 」 と し て 発表 し た 。 しかし 、 これ は 発禁 と な り 、 近衛 は 宮内 省 に 呼 ば れ て 厳重 注意 さ れ た 。 なお 東大 時代 に は 、 のち に 「 宮中 革新 派 」 など と 呼 ば れ て 政界 で 活躍 する 木戸 幸一 ( 後 に 内 大臣 ) や 原田 熊雄 ( 後 に 西園寺 公望 秘書 ) など の 華族 の 子弟 と 親交 を 深め て い る 。 1916 年 ( 大正 5 年 ) 、 満 25 歳 に 達 し た こと に よ り 公爵 と し て 世襲 で あ る 貴族 院 ( 日本 ) 議員 に な る 。 1918 年 ( 大正 7 年 ) に 、 雑誌 『 日本 及 日本 人 』 に 論文 「 英米 本位 の 平和 主義 を 排す 」 を 執筆 。 1919 年 ( 大正 8 年 ) の パリ 講和 会議 に は 全権 西園寺 公望 に 随行 し 、 見聞 を 広め た 。 その 後 、 1927 年 ( 昭和 2 年 ) に は 旧態 依然 と し た 所属 会派 の 研究 会_ ( 貴族 院 ) から 離脱 し て 木戸 ・ 徳川 家達 ら と とも に 火曜 会 を 結成 し て 貴族 院内 に 政治 的 な 地盤 を 得 る と とも に 、 次第 に 西園寺 から 離れ て 院内 革新 勢力 の 中心 人物 と な っ て い っ た 。 また 摂家 筆頭 と い う 血筋 や 、 貴 公子 然 と し た 端正 な 風貌 ( 当時 の 日本 人 に あ っ て は 長身 で あ っ た ) に 加え て 、 対英 米 協調 外交 に 反対 する 現状 打破 主義 的 主張 で 、 大衆 的 な 人気 も 獲得 し 、 早 く から 首相 待望 論 が 聞 か れ た 。 1933 年 ( 昭和 8 年 ) 貴族 院 議長 に 就任 。 1936 年 ( 昭和 11 年 ) の 二 ・ 二 六 事件 直後 に は 岡田 啓介 首相 の 後継 と し て 初めて の 大命 降下 が あ っ た が 、 この 時 は 健康 問題 を 理由 に 辞退 し て い る 。 辞退 の 真因 に 関 し て は 各説 あ る が 、 近衛 が 親近 感 を も っ て い た 大 日本 帝国 陸軍 皇道 派 の 勢力 が 相沢 事件 と それ に 続 く 二 ・ 二 六 事件 に よ り 失墜 し て い た こと から 、 政権 運営 の 困難 を 感 じ て い た の で は な い か と の 説 が あ る 。 1937 年 ( 昭和 12 年 ) 6 月 4 日 に 、 元老 ・ 西園寺 の 推薦 の 下 で 、 各界 の 期待 を 背 に 第 1 次 近衛 内閣 を 組織 し た 。 その 直後 に は 、 「 国内 各論 の 融和 を 図 る 」 こと を 大義 名分 と し て 、 治安 維持 法 違反 の 共産 党 員 や 二 ・ 二 六 事件 の 逮捕 ・ 服 役者 を 大赦 し よ う と 主張 し て 、 周囲 を 驚愕 さ せ た 。 この 大赦 論 は 、 荒木 貞夫 が 陸相 時代 に 提唱 し て い た もの で 、 かれ 独特 の 国体 論 に 基づ く もの で あ っ た が 、 二 ・ 二 六 事件 以降 は 皇道 派 将校 の 救済 の 意味 も 持 つ よう に な り 、 真崎 甚三郎 の 救済 に も 熱心 だっ た 近衛 は 、 首相 就任 前 から これ に 共感 を 示 し て い た 。 しかし 、 西園 寺 は 、 荒木 が 唱え だ し た 頃 から この 論 に は 反対 で あ り 、 結局 、 大赦 は な ら な かっ た 。 7 月 7 日 に 盧溝 橋 事件 を きっかけ に 日中 戦争 ( 支那 事変 ) が 勃発 。 7 月 9 日 に は 、 不 拡大 方針 を 閣議 で 確認 。 7 月 11 日 に は 現地 の 松井 久太郎 大佐 ( 北平 特務 機関 長 ) と 秦徳 純 ( 第 二十 九 軍 副 軍長 ) と の 間 で 停戦 協定 が 締結 さ れ た に も かかわ ら ず 、 内地 三 個 師団 を 派兵 する 「 北支 派 兵 声明 」 を 発表 。 しかし 、 その 後 の 国会 で は 「 事件 不 拡大 」 を 言 い 続け た 。 7 月 17 日 に は 、 1千 万 円 余 の 予備 費 支出 を 閣議 決定 。 7 月 26 日 に は 、 陸軍 が 要求 し て い な い に も 拘 ら ず 、 9700 万 円 余 の 第 一 次 北 支事 変 費 予算 案 を 閣議 決定 し 、 7 月 31 日 に は 4 億 円 超 の 第 二 次 北 支事 変 費 予算 を 追加 し た 。 8 月 2 日 に は 増税 案 を 発表 。 この 間 に 宋子 文 を 通 じ て 和平 工作 を 行 い 、 近衛 と 蒋 と の 間 で 合意 が 成立 し た 。 国民 政府 側 から 特使 を 南京 に 送 っ て 欲し い と の 電報 が 届 く と 、 近衛 は 杉山 元 陸相 に 確認 を 取 り 、 宮崎 龍介 を 特使 と し て 上海 に 派遣 する こと を 決定 し た 。 ところ が 海軍 を 通 じ て この 電報 を 傍受 し た 陸軍 内 の 強硬 派 が これ を 好感 せ ず 、 憲兵 を 動か し て 宮崎 を 神戸 港 で 拘束 し 東京 へ 送還 し て しま う 。 この ため 折角 の 和平 工作 は 立ち消え と な っ て しま っ た 。 この 件 に 関 し て 杉山 は 関係 者 を 一切 処分 し な かっ た ばかり か 、 事情 聴取 すら 行 わ ず 、 結果 的 に 事後 了解 を 与え た 形 に な っ て い た 。 杉山 本人 も 当初 は 明解 な 釈明 が 能 わ な い 有様 で 、 以後 近衛 は 杉山 に 強 い 不信 感 を 抱 く よう に な る 。 8 月 8 日 に は 日支間 の 防共 協定 を 目的 と する 要綱 を 取り決め た 。 8 月 9 日 に 上海 市 で 、 蒋介 石 軍 の 挑発 に よ る 上海 事変 が 勃発 。 それ に 応 じ て 、 8 月 13 日 に 、 二 個 師団 追加 派遣 を 閣議 決定 。 8 月 15 日 に は 、 海軍 に よ る 南京 市 に 対 する 渡洋 爆撃 を 実行 し 、 同時 に 、 「 今 や 断乎 た る 措置 を と る 」 の 声明 を 発表 。 8 月 17 日 に は 、 不 拡大 方針 を 放棄 する と 閣議 決定 。 9 月 2 日 に は 「 北支事 変 」 と い う 公式 呼称 を 「 支那 事変 」 と 変更 を 閣議 決定 し 、 戦域 を 拡大 し た 。 9 月 10 日 に は 、 臨時 軍事 費 特別 会計 法 が 公布 さ れ 、 「 支那 事変 」 が 日清 戦争 、 日露 戦争 、 第 一 次 世界 大戦 と 同列 の 戦争 と 決定 さ れ 、 不 拡大 派 の 石原 莞爾 参謀 本部 作戦 部長 が 失脚 。 12 月 13 日 に 南京 市 攻略 。 翌 1938 年 ( 昭和 13 年 ) 1 月 11 日 に は 、 御前 会議 で 支那 事変 処理 根本 方針 が 決定 さ れ 、 ドイツ の 仲介 に よ る 講和 ( トラウト マン 工作 ) を 求め る 方針 だっ た 。 しかし 、 1 月 14 日 に 和平 交渉 の 打切り を 閣議 決定 し 、 1 月 16 日 に 「 爾後 國民 政府 ヲ 對手 トセズ 」 の 声明 を 国内外 に 発表 し 、 講和 の 機会 を 閉ざ し た 。 更に 、 汪 兆 銘 政権 を 樹立 し 、 石原 莞爾 ら の 独自 和平 工作 を 完全 に 阻止 し た 。 5 月 5 日 に は 、 支那 事変 の ため と し て 、 国家 総動員 法 や 電力 国家 管理 法 を 成立 さ せ 、 経済 の 戦時 体制 を 導入 し 、 日本 の 国家 社会 主義 化 が 開始 さ れ た 。 なお 、 国家 総動員 法 や 電力 国家 管理 法 は 、 ソビエト 連邦 の 第 一 次 五 ヶ年 計画 の 模倣 で あ る 。 3 年 後 の 1941 年 ( 昭和 16 年 ) に 制定 さ れ た 国民 学校 令 は 、 ナチス 率い る 当時 の ドイツ の フォルクス シューレ を 模倣 し た 教育 制度 で あ る 。 この頃 に 近衛 は 、 閑院 宮 陸軍 参謀 総長 ら に 根回し を する こと で 杉山 の 更迭 を 成功 さ せ た 。 後任 に は 小畑 敏四郎 を 考え た が 、 摩擦 が 生じ る こと を 懸念 。 そこ で 不 拡大 派 の 支持 が あ っ た 板垣 征四郎 を 迎え る こと を 決意 し 、 山東 省 の 最 前線 に い た 板垣 へ の 使者 と し て 民間 人 の 古野 伊之助 を 派遣 し て い る 。 この 時期 の 内閣 改造 で は 、 陸軍 の 非 主流 派 や 不 拡大 派 の 石原 莞爾 ら が 、 以前 閣僚 に と 考え て い た 人 たち が 主 に 入閣 し 、 これ に よ り 軍部 を 抑え る 考え が あ っ た もの と さ れ る が 、 板垣 は 結局 「 傀儡 」 と な り 失敗 し た 。 この 際 に 近衛 は 、 宇垣 一成 を 外相 に 迎え た が 、 宇垣 の 和平 工作 を 十分 に 助け よ う と し な かっ た 。 宇垣 は これ に 不満 を 覚え 、 また 近衛 が 興亜 院 を 設置 し よ う と し た こと も あ り 、 9 月 に 辞任 し た 。 8 月 に は 、 麻生 久 を 書記 長 と する 社会 大衆 党 を 中心 と し て 、 大 日本 党 の 結成 を 目指 し た が 、 時期 尚早 と み て 中止 し た 。 これ は 、 大政 翼 賛会 へ と 至 る 独裁 政党 へ の 第 一 歩 で あ る 。 11 月 3 日 に 「 東亜 新 秩序 」 声明 を 発表 。 1939 年 ( 昭和 14 年 ) 1 月 5 日 に 内閣 総 辞職 する 。 近衛 の 後 を 承け た の は 前枢 密院 議長 の 平沼 騏一郎 だっ た が 、 平沼 内閣 に は 近衛 内閣 から 法相 ( 兼逓相 ) 、 文相 、 内相 、 外相 、 商工 相 ( 兼 拓務 相 ) 、 海相 、 陸相 の 七 閣僚 が 留任 し た うえ 、 枢密 院 に 転 じ た 近衛 自身 も 班列 と し て これ に 名 を 連ね た ため 、 あたかも 首 を すげ替え た だけ の 様相 を 呈 す こと に な っ た 。 8 月 23 日 に 独ソ 不可侵 条約 が 締結 さ れ る と 、 防共 を 目的 と し た ドイツ と の 同盟 を 模索 し て い た 平沼 は 衝撃 を 受け 、 「 欧州 の 天地 は 複雑 怪奇 」 と い う 迷言 を 残 し て 内閣 総 辞職 し た 。 その 一 週間 後 に は ドイツ が ポーランド に 侵攻 、 これ を 受け て イギリス や フランス が ドイツ に 宣戦 布告 し た こと で 第 二 次 世界 大戦 が 始 る 。 平沼 の 後 は 陸軍 出身 の 阿部 信行 と 海軍 出身 の 米内 光政 が それぞれ 短 期間 政権 を 担当 し た が 、 この 間 の 近衛 は 新党 構想 の 肉付け に 専念 し た 。 1940 年 ( 昭和 15 年 ) 5 月 26 日 に は 、 木戸 幸一 や 有馬 頼寧 と 共 に 、 「 新党 樹立 に 関 する 覚書 」 を 作成 。 再度 、 ソビエト 連邦 共産 党 や 国家 社会 主義 ドイツ 労働 者 党 を モデル に し た 独裁 政党 の 結成 を 目指 し た 。 6 月 24 日 に 「 新 体制 声明 」 を 発表 し て い る 。 欧州 で ドイツ が 破竹 の 進撃 を 続け る なか 、 国内 で も 「 バス に 乗り 遅れ る な 」 と い う 機運 が 高ま っ て い た 。 これ を 憂慮 し た 昭和 天皇 が 「 海軍 の 良識 派 」 と し て 知 ら れ る 米内 を 特に 推 し て 組閣 さ せ た と い う 経緯 が あ っ た の だ が 、 陸軍 が それ を 好感 する 道理 が な かっ た 。 半年 も 経 た な い 頃 から 、 陸軍 は 政府 に 日独 伊 三国 同盟 の 締結 を 執拗 に 要求 。 米内 が これ を 拒否 する と 、 陸軍 は 陸軍 大臣 の 畑俊 六 を 辞任 さ せ て 後任 を 出 さ ず 、 内閣 は 総 辞職 し た 。 かわ っ て 大命 が 降下 し た の は 、 近衛 だっ た 。 この 際 、 「 最後 の 元老 」 で あ っ た 西園 寺 は 近衛 を 首班 と し て 推薦 する こと を 断 っ て い る 。 新党 構想 など の 準備 を 着々 と 整え 、 満 を 持 し て の 再 登板 に 望 む こと に な っ た 近衛 は 、 閣僚 名簿 奉呈 直前 の 7 月 19 日 、 荻窪 の 私邸 ・ 荻外 荘 で いわゆる 「 荻窪 会談 」 を 行 い 、 入閣 する こと に な っ て い た 松岡 洋右 ( 外相 ) 、 吉田 善吾 ( 海相 ) 、 東条 英機 ( 陸相 ) と 「 東亜 新 秩序 」 の 建設 邁進 で 合意 し て い る 。 1940 年 7 月 22 日 に 、 第 2 次 近衛 内閣 を 組織 し た 。 7 月 26 日 に 「 基本 国 策 要綱 」 を 閣議 決定 し 、 「 皇道 の 大 精神 に 則 り ま づ 日 満 支 を その 一環 と する 大東 亜 共栄 圏 の 確立 を はか る 」 ( 松岡 外相 の 談話 ) 構想 を 発表 。 新 体制 運動 を 展開 し 、 全 政党 を 自主 的 に 解散 さ せ 、 8 月 15 日 の 民 政党 の 解散 を も っ て 、 日本 に 政党 が 存在 し な く な り 、 議会 制 民主 主義 は 死 を 迎え た 。 しかし 、 一党 独裁 は 日本 の 国体 に 相 容れ な い と する 「 幕府 批判 論 」 も あ っ て 、 会 は 政治 運動 の 中核 体 と い う 曖昧 な 地位 に 留ま り 、 独裁 政党 の 結成 に は 至 ら ず 、 10 月 12 日 に 大政 翼 賛会 の 発足 式 で 「 綱領 も 宣言 も 不要 」 と 新 体制 運動 を 投げ出 し た 。 また 、 新 体制 運動 の 核 の 一 つ で あ っ た 経済 新 体制 確立 要綱 が 財界 から 反発 を 受け 、 小林 一三 商工 相 は 経済 新 体制 要綱 の 推進 者 で あ る 岸 信介 次官 と 対立 、 小林 は 岸 を 「 アカ 」 と 批判 し た 。 近衛 は 革新 官僚 を 「 国体 の 衣 を 着け た る 共産 主義 者 」 と し て 敵視 し 、 12 月 の 平沼 騏一郎 の 入閣 で 、 経済 新 体制 確立 要綱 を 骨抜き に さ せ て 決着 を 図 り 、 平沼 ら は 更 に 経済 新 体制 確立 要綱 の 原案 作成 者 たち を 共産 主義 者 と し て 逮捕 さ せ 、 岸 信介 も 辞職 し た 。 この 間 、 新 体制 推進 派 は 閣僚 を 辞職 し 、 平沼 は 大政 翼 賛会 を 公事 結社 と 規定 し 、 大政 翼 賛会 の 新 体制 推進 派 を 辞職 さ せ た 。 9 月 23 日 、 北部 仏印 進 駐 。 9 月 27 日 に 日独 伊 三国 軍事 同盟 を 締結 。 1941 年 ( 昭和 16 年 ) 4 月 13 日 に 日ソ 中立 条約 を 締結 。 近衛 ら は 日米 諒解案 に よ る 交渉 を 目指 す も 、 この 内容 が 三国 同盟 を 骨抜き に する 点 に 松岡 洋右 は 反発 し 、 松岡 に よ る 修正 案 が アメリカ 合衆 国 に 送 ら れ た が 、 アメリカ は 修正 案 を 黙殺 し た 。 6 月 22 日 に 独ソ 戦 が 勃発 、 ドイツ ・ イタリア と 三国 同盟 を 結 ん で い た 日本 は 、 独ソ 戦争 に どう 対応 する か 、 御前 会議 に かけ る 新た な 国策 が 直ちに 求め られ た 。 陸軍 は 独ソ 戦争 を 、 仮想 敵国 ソビエト に 対 し 軍事 行動 を と る 千載 一遇 の チャンス と とらえ た 。 一方 海軍 も 、 この 機 に 資源 が 豊富 な 南方 へ 進出 し よ う と 考え た 。 大 本営 政府 連絡 会議 で は 松岡 外相 は 三国 同盟 に 基づ い て ソ連 へ の 挟撃 を 訴え た 。 7 月 2 日 の 御前 会議 で 「 情勢 ノ 推移 ニ 伴 フ 帝国 国策 要綱 」 が 決定 さ れ た 。 この 国策 の 骨格 は 海軍 が 主張 し た 南方 進出 と 、 松岡 外相 と 陸軍 が 主張 し た 対ソ戦 の 準備 と い う 二 正面 で の 作戦 展開 に あ っ た 。 この 決定 を 受け て ソビエト に 対 し て は 7 月 7 日 いわゆる 関東 軍 特種 演習 を 発動 し 、 演習 名目 で 兵力 を 動員 し 、 独ソ 戦争 の 推移 次第 で は ソビエト に 攻め込 む と い う 作戦 で あ っ た 。 一方 南方 に 対 し て は 7 月 28 日 南部 仏印 へ の 進駐 を 行な っ た が 、 これ は アメリカ に よ る 経済 制裁 を 招 く 結果 と な る 。 アメリカ で の 日本 の 経済 活動 が すべて アメリカ 政府 の 管理 下 に 置 か れ 、 そして 日本 の 南部 仏印 の 進駐 を 確認 し た 上 で 、 石油 の 対日 輸出 が 全面 禁止 さ れ た 。 これ ら を 受け て 近衛 は 7 月 18 日 に 内閣 総 辞職 し た 。 1941 年 ( 昭和 16 年 ) 7 月 18 日 に 、 第 3 次 近衛 内閣 を 組織 。 これ は 、 アメリカ の 要求 を 飲 ん だ か の よう に 見せかけ た もの で 、 実際 は もう 既に 足枷 で しか な かっ た 松岡 洋右 を 更迭 し た だけ で 、 殆ど 変わ っ て い な い の が 実情 で あ っ た 。 代わ っ て 外相 に は 、 南進 論 の 豊田 貞次郎 海軍 大将 を 任命 し た 。 7 月 23 日 に すでに ドイツ に 降伏 し て い た フランス の ヴィシー 政権 から インドシナ の 権益 を 奪 い 、 7 月 28 日 に 南部 仏印 進駐 を 実行 し 、 7 月 30 日 に サイゴン へ 入城 。 しかし これ に 対 する アメリカ の 対日 石油 全面 輸出 禁止 に よ り 日本 は 窮地 に 立た さ れ る こと と な っ た 。 9 月 6 日 の 御前 会議 で は 、 「 帝国 国策 遂行 要領 」 を 決定 。 アメリカ 、 イギリス に 対 する 最低 限 の 要求 内容 を 定め 、 交渉 期限 を 10 月 上旬 に 区切 り 、 この 時 まで に 要求 が 受け入れ られ な い 場合 、 アメリカ 、 オランダ 、 イギリス に 対 する 開戦 方針 が 定め ら た 。 御前 会議 の 終わ っ た 9 月 6 日 の 夜 、 近衛 は ようやく 日米 首脳 会談 に よ る 解決 を 決意 し 駐日 アメリカ 大使 ジョセフ ・ グルー と 極秘 の うち に 会談 し 、 危機 打開 の ため 日米 首脳 会談 の 早期 実現 を 強 く 訴え た 。 事態 を 重 く 見 た グルー は 、 その 夜 、 直ちに 首脳 会談 の 早期 実現 を 要請 する 電報 を 本国 に 打 ち 、 国務 省 で は 日米 首脳 会談 の 検討 が 直ちに 始ま っ た 。 しかし 、 国務 省 で は 妥協 で は な く 力 に よ っ て 日本 を 封じ込め る べ き だ と 考え 、 10 月 2 日 、 アメリカ 国務 省 は 日米 首脳 会談 を 事実 上 拒否 する 回答 を 日本 側 に 示 し た 。 陸軍 は アメリカ の 回答 を も っ て 日米 交渉 も 事実 上 終わり と 判断 し 、 参謀 本部 ( 陸軍 管轄 ) は 政府 に 対 し 、 外交 期限 を 10 月 15 日 と する よう 要求 し た 。 外交 期限 の 迫 っ た 10 月 12 日 、 戦争 の 決断 を 迫 ら れ た 近衛 は 豊田 貞次郎 外相 、 及川 古志郎 海相 、 東條 英 機陸相 、 鈴木 貞一 企画 院 総裁 を 荻外 荘 に 呼 び 、 対米 戦争 へ の 対応 を 協議 し た 。 いわゆる 「 荻外 荘 会談 」 で あ る 。 そこ で 近衛 は 対中 撤兵 に よ る 交渉 に 道 を 求め た が 、 これ に 反対 する 東条 英 機陸相 は 総辞職 か国 策 要綱 に 基づ く 開戦 を 要求 し 、 両者 は 東久邇宮 稔彦王 を 次期 首相 に 推 す こと で 一致 し 、 10 月 16 日 に 内閣 は 投げ出 さ れ 、 10 月 18 日 に 総 辞職 し た 。 1941 年 ( 昭和 16 年 ) 12 月 8 日 の 太平 洋 戦争 開始 後 は 、 共 に 軍部 から 危険 視 さ れ て い た 元 外務 次官 ・ 駐英 大使 の 吉田 茂 と 接近 する よう に な る 。 1942 年 ( 昭和 17 年 ) の シンガポール 占領 と ミッドウェー 海戦 の 大敗 を 好期 と 見 た 吉田 は 、 近衛 を スイス に 派遣 し 、 英米 と の 交渉 を 行 う こと を 持ちかけ 、 近衛 も 乗り気 に な っ た ため 、 この 案 を 木戸 幸一 に 伝え る が 、 木戸 が 握り 潰 し て しま っ た 。 近衛 に 注意 す べ き と の 東條 の 意向 に 従 っ た もの と さ れ る 。 1943 年 ( 昭和 18 年 ) から 、 近衛 と その グループ は 、 やがて 「 近衛 上 奏文 」 に つなが る 軍部 赤 化 論 や 共産 革命 脅威 論 を 唱え 始め る 。 発端 は 皇道 派 軍人 の 真崎 甚三郎 や 小畑 敏四郎 たち で あ っ た 。 殖田 俊吉 も これ に 共感 し 、 吉田 に 近衛 と 会 う べ き と 言 わ れ て い た 殖田 は 、 小畑 と 共 に 近衛 に これ を 説 い た 。 以降 、 近衛 は 、 彼 ら グループ の 中心 と し て 、 親ソ 的 な 現在 の 陸軍 首脳 部 を 追 う こと で 終戦 を 目指 す よう に な る 。 1944 年 ( 昭和 19 年 ) 7 月 9 日 の サイパン 島 陥落 に 伴 い 、 東條 内閣 に 対 する 退陣 要求 が 強ま っ た が 、 その 際 に は 「 この まま 東条 に 政権 を 担当 さ せ て お く ほう が 良 い 。 戦局 は 、 誰 に 代わ っ て も 好転 する こと は な い の だ から 、 最後 まで 全 責任 を 負 わ せ る よう に し たら よ い 」 と 述べ 、 敗戦 を 見越 し た うえ で 、 天皇 に 戦争 責任 が 及び にく く する 様 に 考え て い た 。 1945 年 ( 昭和 20 年 ) 2 月 14 日 に 、 近衛 は 昭和 天皇 に 対 し て 、 早期 和平 を 主張 する 「 近衛 上 奏文 」 を 奏上 し た 。 戦局 が 悪化 する に つれ 、 近衛 は 独自 の 終戦 工作 を 展開 し た 。 それ は 、 スイス 、 スウェーデン 、 バチカン など の 中立 国 を 仲介 と する もの で は な く 、 ソ連 に よ る 和平 仲介 だっ た 。 しかし 、 近衛 の モスクワ 派遣 は 、 スターリン に 事実 上 拒否 さ れ た 。 近衛 の 交渉 案 は 、 全て の 海外 の 領土 、 琉球 諸島 、 小笠原 諸島 、 千島 を 放棄 し 、 労働 力 と し て 日本 軍 将兵 を 提供 する もの だっ た 。 1945 年 ( 昭和 20 年 ) 8 月 15 日 に 太平 洋 戦争 が 終結 する と 東久邇宮 内閣 で 近衛 は 国務 大臣 を 務め た 。 10 月 4 日 に 、 近衛 は 連合 国 軍 最高 司令 官 総 司令 部 ダグラス ・ マッカーサー を 訪ね 、 持論 の 軍部 赤 化 論 を 説 い て 、 開戦 時 に は 天皇 を 中心 と し た 封建 勢力 や 財閥 は ブレーキ の 役割 を 果た し た 、 と 主張 し 、 皇室 と 財閥 を 除 け ば 日本 は たちまち 赤化 する と 説 い た 。 マッカーサー 、 サザーランド 参謀 長 および アチソン 連合 国 軍 最高 司令 官 総 司令 部 政治 顧問 は これ に 肯 き 、 近衛 に 憲法 改定 を 託 し た 。 しかし 、 国内外 の 新聞 で は 、 戦時 体制 を 敷 い た 近衛 の 責任 問題 の 追及 が 激し く な り 、 白洲 次郎 たち は 近衛 が マッカーサー に 憲法 改定 を 託 さ れ た こと を 宣伝 し て 回 り 、 近衛 を 助け よ う と 試み た 。 しかし 、 メディア の 反応 を 恐れ た マッカーサー は 、 11 月 1日 に 、 近衛 の 憲法 改定 に は GHQ は 関与 し な い と し て 、 近衛 を 切り捨て た 。 また 近衛 の 責任 追及 も 行 わ れ る よう に な り 、 砲艦 に 呼び出 さ れ 軍部 と 政府 の 関係 に つ い て 質問 が あ っ た 。 近衛 は 、 すでに 1921 年 の 演説 で 、 統帥 権 に よ っ て 将来 軍 部 と 政府 が 二元 化 し かね な い 危険 性 を 説 き 、 その 後 それ は 現実 と な っ た の だ が 、 この よう な 状況 は アメリカ 側 に は 理解 し 難 い 内容 で あ っ た 。 しかし 、 昭和 天皇 へ の 責任 追及 を 避け る ため に 、 統帥 権 と い う 語 は 口 に でき な かっ た 。 近衛 は 、 何 も 答え られ な く な っ た 。 近衛 は 『 世界 文化 』 に 、 「 手記 ~ 平和 へ の 努力 」 を 発表 し 、 日中 戦争 の 泥沼 化 と 、 太平 洋 戦争 の 開戦 の 全 責任 を 軍部 に 転嫁 し 、 自分 は 軍部 の 独走 を 阻止 でき な かっ た こと が 遺憾 で あ る と 釈明 し た 。 1945 年 12 月 6 日 に 、 GHQ から の 逮捕 命令 を 聞 い て 、 A 級 戦犯 と し て 極東 国際 軍事 裁判 で 裁 か れ る こと を 知 っ た 。 巣鴨 拘置 所 に 出頭 を 命 じ られ た 最終 期限 日 の 1945 年 12 月 16 日 、 荻外 荘 で シアン 化 カリウム を 服毒 し て 自殺 し た 。 昭和 天皇 に 戦争 責任 が 及 ば な い よう に と い う 、 皇室 の 藩籬 と し て 、 そして 五摂 家 筆頭 と し て の 自覚 が 促 し た 、 苦渋 の 選択 だっ た と い う 。 自殺 の 前日 、 次男 の 近衛 通隆 に 遺書 を 口述 筆記 さ せ 、 「 自分 は 多く の 過ち を 犯 し て き た が 、 戦犯 と し て 裁 か れ な けれ ば な ら な い こと に 耐え られ な い … 僕 の 志 は 知 る 人 ぞ 知 る 」 と 言い残 し た 。 葬儀 は 1945 年 12 月 21 日 に 行な わ れ た 。 墓 は 京都 市 の 大徳 寺 に あ る 。 杉並 区 荻窪 ( 杉並 区 ) の 「 荻外 荘 」 ( てきが いそう ) は 、 元 は 大正 天皇 の 侍医頭 だっ た 入澤 達吉 が 所有 し て い た 郊外 の 別荘 だっ た 。 近衛 は 南 に 斜面 を も っ た 高台 に 立地 し 、 近く は 善福 寺川 から 遠く は 富士 山 まで の 景勝 を 一望 の もと に 見渡 せ る この 別荘 に 惚れ込 ん で 、 入澤 を 口説 き落と し て これ を 買い受け て い る 。 名称 の 「 荻外 荘 」 は 額面 通り の 「 荻窪 の 外 」 で 、 特に 故事 成句 に 因 む よう な 深遠 な 意味 は な い と い う こと に な っ て い る 。 しかし 近衛 に 頼 ま れ て これ を 撰名 し た の は 有職 故 実 の 奥義 に 通 じ た 西園寺 公望 な の で 、 実 の ところ は どう な の か は よく わか ら な い 。 近衛 家 に は 目白 ( 現在 の 新宿 区 下落合 ) に 本邸 が あ り 、 荻窪 の 方 は あくまで も 別邸 な の だ が 、 近衛 は この 荻外 荘 が こと の ほか 気 に 入 っ た 様子 で 、 一 度 ここ に 住 み 始め る と 本邸 の 方 へ は 二 度 と 戻 ら な かっ た 。 総理 大臣 官邸 の 喧噪 と は う って かわ っ て 静寂 な 荻外 荘 の たたずまい を 、 近衛 は 政治 の 場 と し て も 活用 し た 。 「 東亜 新 秩序 」 の 建設 を 確認 し た 昭和 15 年 7 月 19 日 の 「 荻窪 会談 」 や 、 対米 戦争 の 是非 と その 対応 に つ い て を 協議 し た 昭和 16 年 10 月 15 日 の 「 荻外 荘 会談 」 など の 特別 な 協議 は もとより 、 時 に は 定例 会合 の 五 相 会議 まで を も 荻外 荘 で 開 い て お り 、 第 二 次 世界 大戦 前夜 の 重要 な 国策 の 多く が ここ で 決定 さ れ て い る 。 昭和 16 年 9 月 末 に 近衛 から 対米 戦 に 対 する 海軍 の 見通し を 訊 か れ た 連合 艦隊 司令 長官 の 山本 五十 六 が 、 「 是非 や れ と 言 わ れれ ば 初め の 半年 や 一 年 は 随分 と 暴れ て ご覧 に 入れ ま す 。 しかし 、 二 年 、 三 年 と な れ ば 、 全く 確信 は 持て ま せ ん 」 と い う 有名 な 回答 で 近衛 を 悩 ま せ た の も 、 この 荻外 荘 に お い て で あ っ た 。 こう し た 変則 的 な 政治 手法 から 「 荻外 荘 」 の 三 文字 が 新聞 の 紙面 に 踊 る 日 は 多 く 、 この 私邸 の 名称 は 日本 の 隅々 に まで 知れ 渡 る よう に な っ た 。 後 に は 吉田 茂 の 「 東京 都 庭園 美術 館 」 、 鳩山 一郎 の 「 鳩山 会館 」 、 田中 角榮 の 「 田中 角榮 人間 関係 」 など が やはり 同じ よう に 第 二 の 官邸 の よう な 機能 を も つ が 、 その 先例 は この 荻外 荘 に 求め る こと が でき る 。 荻窪 一帯 は 空襲 を 免れ た ため 、 荻外 荘 は 現在 で も 近衛 が 自ら の 命 を 絶 っ た 日 と さほど 変 ら な い 姿 を この 地 に 留め て い る 。 現在 で も 近衛 家 の 私有 地 な の で 内部 の 見学 は でき な い が 、 歴史 の 重み に 満ち た その 片鱗 は 塀 の 外 から で も 十分 に 垣間 見 る こと が でき る 。 荻外 荘 : 杉並 区 荻窪 2 - 43 JR / 丸の内 線 荻窪 駅 南口 徒歩 10 分 近衛 氏 本姓 は 藤原 氏 。 藤原 忠通 の 子 近衛 基実 を 始祖 と する 。 江戸 時代 初期 に 嗣子 を 欠 い た ため 、 後陽成 天皇 の 第 四 皇子 が 母方 の 叔父 ・ 近衛 信尹 の 養子 と な り 近衛 信尋 と し て 近衛 家 を 継 い だ 。 文麿 は その 直系 十 一 世孫 に あた り 、 その 血統 は 当時 は 大勢 い た 皇族 より も ずっと 天皇 家 に 近 かっ た 。 「 昭和 天皇 に 拝謁 し た 後 の 近衛 が 座 っ て い た 椅子 の 背 も たれ だけ は いつ も 暖か か っ た 」 と い う の は 、 文麿 が 天皇 に 対 し て 抱 い て い た 親近 感 を 示 す 有名 な エピソード で あ る 。 妻 の 千代子 と は 、 公爵 と い う 身分 に は 珍し い 恋愛 結婚 だっ た 。 華族 女 学校 で 一番 の 美女 だっ た と い う 千代子 を 第 一 高等 学校 ( 旧 制 ) の 学生 だっ た 文麿 が 見初め た 一方 的 な 一目 惚れ だっ た と い う 。 結婚 当時 は 京都 帝大 在学 中 だっ た が 、 その 生活 は 「 学生 結婚 」 と い う 言葉 に は そぐ わ な い ほど 豪勢 な もの だっ た 。 結婚 生活 は 円満 だっ た が 、 当時 の 大身 の 例 に もれ ず 数 人 の 妾 を 囲 い 、 隠し子 も い た 。 次女 の 温子 ( よしこ ) は 1937 年 ( 昭和 12 年 ) 4 月 、 当時 まだ 京都 帝大 在学 中 だっ た 細川 護貞 と 結婚 し た 。 その 直後 に 父 は 総理 と な り 、 夫 は 総理 秘書 官 と な る 。 三 年 後 の 昭和 15 年 ( 1940 年 ) 8 月 、 父 が 総理 に 返り咲 い て 間 も な く 、 温子 は 腹膜 炎 を こじら せ て 小石川 の 細川 邸 で 死去 し た 。 享年 23 、 夫 と 父 に 看取 ら れ て の 最期 だっ た 。 この 温子 と 護貞 の 短 い 結婚 生活 の なか で 恵まれ た の が 、 後 に 総理 と な る 長男 の 細川 護熙 と 、 近衛 家 の 養子 と な っ た 次男 の 忠煇 で あ る 。 不仲 だっ た 継母 の 貞 は 戦時 中 京都 の 別邸 ( 現 ・ 陽明 文庫 所在 地 ) に 単独 で 疎開 、 そこ で 栄養 失調 に よ り 死去 。 1945 年 8 月 15 日 の こと だっ た 。 実家 父 : 近衛 篤麿 ( 貴族 院 議長 ) 母 : 衍 ( 旧 加賀 藩 主 前田 慶寧 公爵 の 三女 ) 嫡子 : 文磨 継母 : 貞 ( 前田 慶寧 の 四女 、 実 の 叔母 に あた る ) 異母 妹 : 武子 ( 大山 巌 公爵 の 次男 大山 柏 に 嫁 ぐ ) 異母 弟 : 近衛 秀麿 ( 指揮 者 作曲 家 ) 異母 弟 : 直麿 ( 雅楽 研究 者 ) 異母 弟 : 忠麿 ( → 水谷川 家 を 継 ぐ 、 春日 大 社 宮司 ) 自家 妻 : 千代子 ( 元 ・ 豊後 佐伯 藩 主 子 爵 ・ 毛利 高範 の 長女 ) 長男 : 近衛 文隆 ( シベリア 抑留中 病死 ) 庶孫 : 東 隆明 ( 俳優 ) 長女 : 野口 昭子 ( 島津 公爵 家当主 島津 忠秀 に 嫁ぐ が 、 整体 ・ 野口 晴哉 と 駆け落ち し て 後 に 結婚 ) 次女 : 温子 ( 細川 侯爵 家 当主 嫡 男 細川 護貞 に 嫁 ぐ ) 外孫 : 細川 護熙 ( 内閣 総理 大臣 ) 嫡孫 : 近衛 忠 て る ( → 近衛 家 を 継 ぐ 、 日本 赤 十字 社 社長 ) 次男 : 近衛 通隆 ( 東京 大学 教授 ) +顕如 ( けんにょ 、 天文 ( 元号 ) 12 年 1 月 6 日 ( 旧暦 ) ( 1543 年 2 月 9 日 ) - 文禄 元年 11 月 24 日 ( 旧暦 ) ( 1592 年 12 月 27 日 ) ) は 、 本願 寺 第 11 世門 主 。 諱 は 光佐 。 第 10 世 証如 の 子 。 母 は 庭田 重直 の 娘 。 妻 ( 裏方 ) は 三条 公頼 の 3 女 の 如春 尼 。 子 に 教如 ・ 顕尊 ・ 准如 が い る 。 生涯 弘治_ ( 日本 ) 3 年 ( 1557 年 ) 4 月 17 日 に 六角 定頼 の 養女 の 如春 尼 と 結婚 し た 。 如春尼 の 父 は 三条 公頼 だ が 、 後 に 細川 晴元 の 養女 に 出 さ れ 、 この 結婚 時 に は 六角 定頼 の 養女 と な っ て い た 。 ちなみ に 実 の 姉 は 武田 信玄 の 正室 三条 の 方 で あ る 。 政略 結婚 と は いえ 、 二人 の 夫婦 仲 は 良 く 、 結婚 三十 一 年 目 の 天正 16 年 ( 1588 年 ) の 七夕 に は 次 の よう に 歌 を 詠み合 っ て い る 。 「 いく と せ もちぎり かわ ら ぬ 七夕 の 、 けふまち へ た る あふせ な る らん 」   顕如 「 いく とせ の かは ら ぬ 物 を 七夕 の 、 けふめ づら しき あ う せなる らん 」   如春 尼 顕如 の 時代 、 本願 寺 教団 は 、 父 の 時代 以来 進め て き た 門徒 に よ る 一向 一揆 の 掌握 に 務め る 一方 、 管領 の 細川 家 や 京 の 公家 と の 縁戚 関係 を 深め た 。 経済 的 ・ 軍事 的 な 要衝 で あ る 石山 本願 寺 を 拠点 と し て 、 主に 畿内 を 中心 に 本願 寺 派 の 寺 を 配置 し 、 大名 に 匹敵 する 権力 を 有 する よう に な り 、 教団 は 最盛 期 を 迎え て い た 。 しかし 、 本願 寺 は 武家 の 封建 関係 の 外 で この よう な 権力 を 握 っ て い た こと から 、 延暦 寺 や 堺 市 の 町衆 など と 同様 に 、 永禄 11 年 ( 1568 年 ) に 上洛 を 果た し て 畿内 の 掌握 を 進め て い た 織田 信長 に よ る 圧迫 を 受け る よう に な っ た 。 顕如 は 信長 と 戦 う の を 決意 し 、 元亀 元年 ( 1570 年 ) から 本願 寺 と 織田 氏 は 交戦 状態 に 入 っ た 。 これ を 石山 合戦 と い う 。 顕如 は 信長 と 対立 する よう に な っ て い た 将軍 足利 義昭 と 結 ん で 武田 氏 、 朝倉 氏 、 浅井 氏 、 毛利 氏 など の 反織田 勢力 と 同盟 を 組 み 、 信長 包囲 網 の 構築 に 加わ る 一方 、 自ら は 石山 本願 寺 に 篭城 し 、 雑賀 衆 など の 友好 を 結 ぶ 土豪 勢力 や 地方 の 門徒 組織 を 動員 し て 信長 を 苦しめ た 。 しかし 、 長期 に わた る 攻囲 戦 に よ っ て 次第 に 疲弊 する 一方 、 縁戚 関係 に あ っ た 信玄 の 支援 を 期待 し て い た が 、 信玄 の 急死 が 大きな 痛手 と な り 、 さらに 朝倉 、 浅井 など の 同盟 勢力 が 次々 と 織田 氏 に よ っ て 滅ぼ さ れ た ため 抗戦 継続 の 困難 を 悟 り 朝廷 に 和平 の 仲介 役 を 依頼 し た 。 天正 8 年 ( 1580 年 ) に 信長 が 持ち出 し た 和睦 の 条件 を 呑 み 、 石山 本願寺 を 去 っ て 紀伊国 鷺森 別院 に 移 っ た 。 一説 に は これ ら 一連 の 石山 合戦 で 信長 の 天下 統一 を 10 年 遅 ら せ た と い わ れ て い る 。 本能 寺 の 変後 、 信長 に 代わ っ て 畿内 の 実権 を 握 っ た 羽柴 秀吉 ( 豊臣 秀吉 ) と 和解 し 、 天正 13 年 ( 1585 年 ) に 石山 本願 寺 の 寺内 町 を もと に 秀吉 が 建設 し た 大阪 天満 の 町 に 転居 。 さらに 天正 19 年 ( 1591 年 ) に 秀吉 に よ っ て 京都 の 七条 通 堀川 通 の 地 に 寺地 を 与え られ 、 京都 に 本願 寺 教団 を 再興 し た 。 しかし 、 翌文禄 元年 ( 1592 年 ) に 顕如 が 没 する と 、 石山 本願 寺 退去 時 の 信長 へ の 対応 を めぐ っ て 顕如 と 意見 の 食い違い が あ っ た 長男 の 教如 ( 強硬 派 ) に 代わ り 、 三男 の 准如 ( 和睦 派 ) が 12 世門 主に 立て られ る こと に な っ た ( 次男 は 興正 寺 顕尊 ) 。 こう し て 教団 内部 で 対立 状況 が 継続 する 中 、 徳川 家康 に よ る 寺地 の 寄進 が な さ れ 、 慶長 7 年 ( 160 2 年 ) 、 教如 と 彼 を 支持 する 勢力 は 独立 し て 東本願 寺 を 建立 し た 。 この ため 、 本願 寺 は 、 准如 の 本願 寺 ( 西本願 寺 ) と 教如 の 本願 寺 と に 分裂 する こと に な っ た 。 +ルイス ・ フロイス ( Luis Frois , 1532 年 - 1597 年 7 月 8 日 ) は 、 リスボン 生まれ の ポルトガル 人 。 イエズス 会員 で カトリック 教会 の 司祭 、 宣教 師 。 『 フロイス 日本 史 』 を 執筆 。 1532 年 に 誕生 。 1548 年 、 16 歳 で イエズス 会 に 入会 し た 。 同年 、 当時 の インド 経営 の 中心 地 で あ っ た ゴア 州 へ 赴 き 、 そこ で 養成 を 受け る 。 同地 に お い て 日本 宣教 へ 向か う 直前 の フランシスコ ・ ザビエル と 日本 人 協力 者 ヤジロウ に 出会 う 。 この こと が その 後 の 彼 の 人生 を 運命 付け る こと に な る 。 1561 年 に ゴア で 司祭 に 叙階 さ れ 、 語学 と 文筆 の 才能 を 高 く 評価 さ れ て 各 宣教 地 から の 通信 を 扱 う 仕事 に 従事 し た 。 1563 年 、 31 才 で 横瀬 浦 ( 現在 の 長崎 県 西海 市 北部 の 港 ) に 上陸 し て 念願 だっ た 日本 で の 布教 活動 を 開始 。 日本 語 を 学 ん だ 後 、 1564 年 に 平戸 から 京都 に 向か っ た 。 1565 年 1 月 31 日 に 京都 入り を 果た し た 。 しかし 、 保護 者 と 頼 ん だ 将軍 足利 義輝 と 幕府 権力 の 脆弱 性 に 失望 。 三好 党 ら に よ る 戦乱 など で 困難 を 窮め ながら も 京都 地区 の 布教 責任 者 と し て 奮闘 し た 。 極め る 1569 年 、 入京 し た 新し い 中原 の 覇者 織田 信長 と 二条 城 の 建築 現場 で 初めて 対面 。 既存 の 仏教界 の あ り 方 に 信長 が 辟易 し て い た こと も あ り 、 フロイス は その 信任 を 獲得 し て 畿内 で の 布教 を 許可 さ れ た 。 グネッキ ・ ソルディ ・ オルガンティノ など と 共 に 布教 活動 を 行 い 多く の 信徒 を 得 た 。 その 著作 に お い て 信長 は 異教 徒 ながら 終始 好意 的 に 描 か れ て い る 。 ( フロイス の 著作 に は 『 信長 公記 』 など から うかがえ な い 記述 も 多 く 、 日本 史 に おけ る 重要 な 資料 の 1 つ に な っ て い る ) 。 その 後 は 九州 に お い て 活躍 し て い た が 、 1580 年 巡察 師 アレッサンドロ ・ ヴァリニャーノ の 来日 に 際 し て は 通訳 と し て 視察 に 同行 し 、 安土 城 で 信長 に 拝謁 し て い る 。 1583 年 、 時 の 総長 の 命令 で 宣教 の 第 一線 を 離れ 、 日本 に おけ る イエズス 会 の 活動 の 記録 を 残 す こと に 専念 する よう 命 じ られ る 。 以後 彼 は この 事業 に 精魂 を 傾け 、 その 傍ら 全国 を めぐ っ て 見聞 を 広め た 。 この 記録 が 後 に 『 フロイス 日本 史 』 と よ ば れ る こと に な る 。 豊臣 秀吉 は 最初 は 信長 の 対 イエズス 会 政策 を 継承 し て い た が 、 やがて その 勢力 拡大 に 危機 感 を 抱 く よう に な り 、 1587 年 6 月 19 日 バテレン 追放令 を 出 す に 至 っ た 。 フロイス は 畿内 を 去 っ て 加津 佐 を 経 た の ち 長崎 に 落ち着 い た 。 1590 年 、 帰国 し た 天正 遣欧 使節 を 伴 っ て ヴァリニャーノ が 再 来日 する と 、 フロイス は 同行 し て 聚楽 第 で 秀吉 と 会見 し た 。 1592 年 、 ヴァリニャーノ と とも に 一時 マカオ に 渡 っ た が 、 1595 年 長崎 に 戻 り 、 1597 年 に は 『 二十 六 聖人 の 殉教 記録 』 を 文筆 活動 の 最後 に 残 し 、 7 月 8 日 没 し た 。 享年 65 。 フロイス は 日本 に おけ る キリスト 教 宣教 の 栄光 と 悲劇 、 発展 と 斜陽 を 直接 目撃 し 、 その 貴重 な 記録 を 残 す こと に な っ た 。 早く から 文筆 の 才 を 注目 さ れ て い た フロイス は 、 毎年 の 『 イエズス 会 日本 通信 』 や 『 日欧 文化 比較 論 ( ヨーロッパ 文化 と 日本 文化 ) 』 を 含め 多く の 著作 を 残 し て お り 、 特に 有名 な の は 『 日本 史 』 ( Historiade Iapam ) で あ る 。 この 本 の 記述 は 、 1549 年 の サビエル の 来日 に 始ま り 、 1593 年 で 終わ っ て い る 。 『 日本 史 』 は イエズス 会 の 日本 宣教 の 記録 で あ り 、 かつ 教化 目的 で ヨーロッパ 人 の 読者 向け に 出版 さ れ る こと を 念頭 に お い て 書 か れ た 著作 で あ る 。 しかし 、 同時代 史 と し て 、 フロイス 自身 の 目 で 見 た 京都 や 堺 市 、 九州 の 諸 都市 の 様子 から 、 信長 、 秀吉 など 多く の 戦国 の 武将 たち の 客観 的 かつ 詳細 な 記述 、 各地 の 戦乱 の 詳細 な 記録 など を 含 み 、 戦国 時代 ( 日本 ) の 様子 を 知 る 貴重 な 資料 と な っ て い る 。 また ローマ 字 で 表記 さ れ て い る ため 、 当時 の 氏名 や 地名 の 読み など も ここ から 明らか に な っ て い る 。 『 日本 史 』 の 存在 は 古く から 知 ら れ て い た が 、 著作 その もの は 長 き に わた っ て 行方 不明 で あ っ た 。 その 後 の 調査 で 、 聖ポール 天主 堂 跡 の 文書 館 に あ っ た 原稿 から 18 世紀 に 写本 が と ら れ た が 、 スペイン ・ ポルトガル で 散逸 し た こと 、 一方 原稿 は 19 世紀 、 聖堂 の 火災 に 伴 い 焼失 し た こと が わか っ た 。 19 世紀 後半 ~ 20 世紀 前半 に かけ て 各地 で 写本 が 発見 さ れ 、 不 完全 で は あ る もの の フロイス の この 大作 が 復元 さ れ る こと と な っ た 。 『 日本 史 』 は 以下 の よう な 構成 に よ っ て 成り立 っ て い た こと が 研究 に よ っ て わか っ て い る 。 序文 日本 六十 六 国 誌 - 未 発見 日本 総論 - 目次 の み 現存 第 一 部 - 1549 年 ~ 1578 年 の 記録 第 二 部 - 1578 年 ~ 1589 年 の 記録 第 三 部 - 1590 年 ~ 1593 年 の 記録 +北大路 魯山人 ( きたおお じろ さんじん / きたおお じろざん じん 、 男性 、 1883 年 ( 明治 16 年 ) 3 月 23 日 - 1959 年 ( 昭和 34 年 ) 12 月 21 日 ) は 日本 の 芸術 家 。 本名 は 北大 路房次郎 ( - ふさじろう ) 。 京都 府 京都 市 上賀茂 ( 現 ・ 京都 市 北 区 ( 京都 市 ) ) 出身 。 篆刻 家 、 画家 、 陶芸 家 、 書道 家 、 漆芸 家 、 料理 家 、 美食 家 など 様々 な 顔 を 持 っ て い た 。 上賀茂 神社 の 社家 ・ 北大路 清操 、 とめ の 次男 と し て 生まれ る 。 6 歳 の 時 に 竹屋 町 の 木版 師 ・ 福田 武造 の 養子 と な る 。 10 歳 の 時 に 梅屋 小 学校 を 卒業 し 、 京都 烏丸 通二 条 通 の 千坂 和 薬屋 ( 現 : ) に 丁稚 奉 公 に 出 る 。 190 3 年 ( 明治 36 年 ) 、 書家 に な る こと を 志 し て 上京 。 翌年 の 日本 美術 展覧 会 で 一等 賞 を 受賞 し 、 頭角 を 現 す 。 190 8 年 ( 明治 41 年 ) から 中華 民 国 北部 を 旅 し て 書道 や 篆刻 を 学 ん だ 。 帰国 後 の 1910 年 ( 明治 43 年 ) に 長浜 市 の 素封家 ・ 河路 豊吉 に 食客 と し て 招 か れ 、 書 や 篆刻 の 制作 に 打ち込 む 環境 を 提供 さ れ た 。 ここ で 魯山 人 は 福田 大観 の 号 で 北国 街道 安藤 家 の 天井 画 や 襖絵 、 篆刻 など 数々 の 傑作 を 当地 に 残 し て い る 。 そして 敬愛 する 竹内 栖鳳 が しばしば 訪れ る 紫田 家 の 食客 に な る こと が 叶 い 、 訪れ た 栖鳳 に 款印 を 彫 ら せ て もら う よう 願い出 る 。 その 款印 を 気 に 入 っ た 栖鳳 が 門下 の 土田 麦僊 ら に 紹介 し た 。 これ に よ り 日本 画壇 の 巨匠 ら と の 交わり が 始ま り 、 名 を 高め て い く こと に な っ た 。 1915 年 ( 大正 4 年 ) 、 福田 家 の 家督 を 長男 に 譲 り 、 自身 は 北大路 姓 に 復帰 。 その 後 も 長浜 を はじめ 京都 ・ 金沢 市 の 素封 家 の 食客 と し て 転々 と 生活 する こと で 食器 と 美食 に 対 する 見識 を 深め て い っ た 。 そして 1921 年 ( 大正 10 年 ) に 会員 制 食堂 「 美食 倶楽部 」 を 発足 。 自ら 厨房 に 立ち 料理 を 振舞 う など し ながら そこ で 使用 する 食器 や 料理 を 自ら 創作 し て い た 。 1925 年 ( 大正 14 年 ) 3 月 20 日 に は 東京 永田 町 に 料亭 「 星岡 茶寮 」 を 借り受け 、 のち 戦後 の 1956 年 ( 昭和 31 年 ) 「 星ヶ岡 茶寮 」 が 開業 し た 。 なお 、 1963 年 ( 昭和 38 年 ) の 6 月 に 「 星ヶ岡 茶寮 」 の 跡地 に 、 東京 ヒルトン ホテル ( のち の キャピトル 東急 ホテル ) が 開業 し て い る 。 美食 家 と し て 名 を 通 し た 割り に フランス 料理 へ の 評価 は 低 かっ た 。 渡仏 に 訪れ た 著名 な 鴨 料理 店 で 「 ソース が 合 わ な い 」 と 持参 し た わさび 醤油 で 食べ た こと も あ る 。 また 、 漫画 美味しんぼ の 登場 人物 で 、 一部 彼 を モチーフ に し た と さ れ る 海原 雄山 は 作中 で 、 これ と 同様 の 行為 を し て い る 。 戦後 は 「 美食 倶楽部 」 の 拠点 ・ 星ヶ岡 茶寮 が 人手 に 渡 る など 不遇 な 生活 を 過ご す が 、 1954 年 ( 昭和 29 年 ) に ロックフェラー 財団 の 招聘 で 欧米 各地 で 展覧 会 と 講演 会 が 開催 さ れ る 。 翌 1955 年 ( 昭和 30 年 ) に は 重要 無形 文化 財 保持 者 ( 人間 国宝 ) に 指定 さ れ る も これ を 辞退 。 1959 年 ( 昭和 34 年 ) に 肝吸虫 、 つまり いわゆる 肝臓 ジストマ と も 呼 ば れ た 寄生 虫 に よ る 肝 硬変 の ため 死去 。 肝 吸虫 は 魯山人 の 好 ん だ タニシ から 寄生 し た と する 論説 も あ る が 、 肝吸虫 の 第 一 中間 宿主 と な る マメタニシ は 人間 の 食用 に な ら ず 、 なおかつ ヒト へ の 感染 は 第 二 中間 宿主 の コイ 科 魚類 の 生食 から 起こ る こと から 、 別 の 感染 経路 と 推定 さ れ て い る 。 +烏丸 線 ( からす ま せ ん ) は 、 京都 府 京都 市 左京 区 の 国際 会館 駅 から 同市 伏見 区 の 竹田 駅 ( 京都 府 ) まで を 結 ぶ 京都 市営 地下 鉄 の 路線 で あ る 。 京都 市 最初 の 市営 地下 鉄 路線 。 北 大路 ~ 十 条 間 は 烏丸 通 の 地下 を 通 る 。 路線 距離 ( 営業 キロ ) : 13 . 7 km 軌間 : 14 35 mm 駅数 : 15 駅 ( 起終点 駅 含 む ) 複線 区間 : 全線 電化 区間 : 全線 電化 ( 直流 1500 V ・ 架空 電車線 方式 ) 閉塞 ( 鉄道 ) : 車内 信号 式 ( 自動 列車 制御 装置 ) 最高 速度 : 75 km / h 現在 は 全 列車 が 6 両 編成 だ が 、 ホーム 長 と し て 、 それ 以上 の 長 さ に 対応 でき る よう に な っ て い る 駅 が あ る 。 沿線 に は 大学 が 多 い ため 学生 利用 が 多 い 。 沿線 の 主な 大学 と し て 、 起点 側 から … ・ 京都 精華 大学 ( 国際 会館 駅 から シャトル バス 。 ただし 叡山 電鉄 叡山 電鉄 鞍馬 線 京都 精華 大前 駅 の 利用 の 方 が 多 い ) ・ 京都 工芸 繊維 大学 ( 松ヶ崎 駅 、 叡山 電鉄 修学院 駅 から の 利用 者 も 多 い 。 ) ・ 京都 府 立 大学 、 京都 ノートルダム 女子 大学 ( 北山 駅 ) ・ 京都 産業 大学 ( 国際 会館 駅 ・ 北山 駅 ・ 北大路 駅 から バス が 主な 手段 ) ・ 大谷 大学 ( 北大路 駅 ) ・ 同志 社 大学 ( 今出川 キャンパス ; 今出川 駅 ) ・ 平安 女 学院 大学 ( 京都 キャンパス ; 丸太町 駅 ) ・ 佛教 大学 ( 紫野 キャンパス ; 北大路 駅 から バス 、 四条 センター ; 四条 駅 ) ・ 龍谷 大学 ( 深草 校舎 ; くい な 橋 駅 ( 京阪 本 線 深草 駅 の 方 が 近 い ) 、 大宮 校舎 ; 京都 駅 ) が あ る 。 また 当然 、 京都 観光 に 来 た 観光 客 の 利用 も 多 い が 、 沿線 周辺 の 主要 な 観光 地 は 京都 御所 ( 今出川 駅 、 丸太町 駅 ) や 繁華 街 ( 烏丸 御池 駅 、 四条 駅 ) くらい しか な い 。 その ため に 主要 観光 地 へ は 京都 市営 地下 鉄 東西線 に 乗り換え る か 、 地下 鉄 の 各 駅 から 京都 市営 バス ・ 京都 バス など の 路線 バス 利用 と な る こと が 多 い 。 線 内 折り返 し 運転 の ほか に 、 竹田 駅 から 近鉄 京都 線 に 乗り入れ 直通 運転 を 行 っ て い る 。 昼間 時間 帯 は 近鉄 京都 線 と ダイヤ サイクル を 合わせ る ため 7 分 半 ごと に 1 時間 8 本 ( 線 内 折り返 し 4 本 、 新田辺 直通 普通 2 本 、 奈良 直通 急行 2 本 ) が 運転 さ れ る 。 全線 が 都心 を 通 る 烏丸 線 内 は 全線 通し の 運転 のみ で 区間 運転 は な い ため 、 利用 者 の 多 い 京都 ~ 烏丸 御 池間 は 混雑 し 、 両端 の 竹田 及び 国際 会館 に 向か う ほど 閑散 と する 。 平日 昼間 より 土休 日 昼間 の 方 が 利用 者 が 多 い 。 線 内 折り返 し 列車 は 、 昼間 は 毎時 4 本 運転 さ れ る 。 駅 の 行き 先 案内 や 方向 幕 は 、 単に 「 国際 会館 」 「 竹田 」 と 表示 さ れ る 。 近鉄 京都 線 新田辺 駅 発着 の 列車 が 、 昼間 は 毎時 2 本 ( 30 分 間隔 ) 運転 さ れ る 。 方向 幕 は 「 普通 | 新田辺 」 「 普通 | 国際 会館 」 で 、 烏丸 線 内 で も その まま の 表示 で あ る 。 早朝 に 1 本 の み 近鉄 宮津 駅 発 国際 会館 行き 普通 が 運転 さ れ て い る ( 近鉄 宮津 行き の 列車 は な い ) 。 同志社 大学 京田辺 キャンパス に 近 い 興戸 駅 は 急行 が 停ま ら な い の と 烏丸 線 直通 普通 が 新田辺折返 の ため 近鉄 普通 の 運転 間隔 が 7 分 半 ~ 22 分 半 間隔 に 開 い て い て 不便 な ため 、 新田辺 駅 へ 乗入れ る 普通 電車 の 近鉄 宮津 駅 へ の 延長 の 要望 も あ る ( 詳し く は 興戸 駅 の 項 を 参照 ) 。 近鉄 奈良 駅 発着 の 急行 列車 ( 烏丸 線 内 は 各 駅 停車 ) が 、 昼間 時間 帯 に ( 平日 は 朝 に も ) 毎時 2 本 ( 30 分 間隔 ) 運転 さ れ る 。 方向 幕 は 「 急行 | 奈良 」 「 急行 | 京都 国際 会館 」 で あ る が 、 国際 会館 行き は 竹田 で 単に 「 国際 会館 」 と 表示 を 変更 する ( され ず に 直通 する 場合 も あ る ) 。 京都 市 交通 局 10 系 電車 注 ) 近鉄線 で は 地下 鉄線 と 直通 運転 を 行 う 竹田 ~ 新田辺 ・ 近鉄 奈良 間 のみ で 運行 。 近鉄線 のみ で の 運行 はなし 。 烏丸 線 内 で の 方向 幕 と し て は 、 国際 会館 、 竹田 の 他 に 京都 ( 近鉄 車 は 近鉄 京都 行き が あ る ため 使用 ) 、 北大路 、 北山 の かつて の 終着 駅 、 そして 烏丸 御池 行き の もの が あ る 。 普段 は 使 わ れ る こと は な い 烏丸 御池 行き の 方向 幕 だ が 、 2005 年 5 月 23 日 の 京都 駅 で の 発煙 騒ぎ の 際 に 使 わ れ た こと が あ る ( 地下 鉄 の 車両 は 一部 を 除 き 、 非常 渡り 線 の あ る 駅 の 行き 先 も 入 っ て い る ) 。 近畿 日本 鉄道 近鉄 3200 系 電車 近鉄 3220 系 電車 注 ) 両者 と も 近鉄 京都 線 、 近鉄 橿原 線 ( 急行 の み 、 主に 近鉄 京都 発着 ) 、 近鉄 天理 線 ( 急行 の み 、 運用 数 は 稀少 ) 、 近鉄 奈良 線 ( 主に 普通 、 区間 準 急 、 準急 ) で も 運行 さ れ て い る 。 終日 近鉄 線 内 のみ 、 もしくは 地下 鉄 烏丸 線 内 のみ の 運用 も あ る 。 京都 駅 で は 烏丸 線 、 近鉄 線 双方 の ホーム に 乗り入れ て い る 。 方向 幕 は 京都 市 交車 と 同じ 種別 ・ 行き 先 に 加え て 、 近鉄 線 のみ で 使用 する 「 京都 駅 」 、 「 天理 駅 」 、 「 橿原 神宮前 駅 」 、 「 近鉄 難波 駅 」 、 「 東花 園 駅 」 、 「 東生駒 駅 」 、 「 大和 西 大寺 駅 」 、 「 近鉄 奈良 駅 」 ( 普通 、 区間 準 急 、 準急 、 快速 急行 ) 等 も 入 っ て い る 。 1981 年 ( 昭和 56 年 ) 5 月 29 日 北 大路 ~ 京都 間 が 開業 。 1988 年 ( 昭和 63 年 ) 6 月 11 日 京都 ~ 竹田 間 が 開業 。 1988 年 ( 昭和 63 年 ) 8 月 28 日 近鉄 京都 線 と 相互 直通 運転 開始 。 新田辺 駅 まで 。 1990 年 ( 平成 2 年 ) 10 月 24 日 北山 ~ 北大路 間 が 開業 。 1997 年 ( 平成 9 年 ) 5 月 22 日 京都 市営 地下 鉄 東西線 の 開業 に 先立 っ て 御池 駅 を 烏丸 御池 駅 に 改称 。 1997 年 ( 平成 9 年 ) 6 月 3 日 国際 会館 ~ 北山間 が 開業 。 2000 年 ( 平成 12 年 ) 3 月 15 日 国際 会館 ~ 近鉄 奈良間 直通 の 急行 を 運転 開始 。 油小路 通 は 高度 集積 地区 に 指定 さ れ て お り 、 活性 化 を 期待 し て 、 竹田 駅 から 近鉄 京都 線 と 分岐 し 横大路 付近 まで の 4 . 4 km を 延伸 する 計画 が あ る 。 ルート は 大手 筋 の 下 を 通り 、 京阪 本 線 の 中書 島 駅 と 淀駅 の 間 付近 まで と な っ て い る 。 近畿 地方 交通 審議 会 ( 国土 交通 省 の 諮問 機関 ) が 2004 年 10 月 8 日 に 中長期 的 に 望 ま れ る 鉄道 ネットワーク と し て 、 竹田 駅 以南 の 延伸 計画 を 答申 し た 。 実 は 昔 、 三栖 まで の 事業 免許 を 取得 する 直前 まで 計画 は 進 ん で い た の だ が 、 その とき に 伏見 の 酒造 家 たち が 「 地下 鉄 延長 に よ っ て 酒造 に 欠かせ な い 地下 水 ( 伏水 ) が 出 な く な る 恐れ が あ る 」 と 計画 に 猛 反発 し た ( なお 奈良 電気 鉄道 ( 奈良 電 ) が 1928 年 に 、 現在 の 近鉄 京都 線 を 伏見 付近 に お い て 地下 線 で 建設 する 予定 で あ っ た とき も 、 同様 の 反対 運動 を 起こ し て 高架線 に 変更 さ せ た こと が あ っ た ) ため と い わ れ て い る 。 結局 、 近鉄 京都 線 に 合流 する 形 で 新田辺 駅 まで 乗り入れ る こと で まとま っ た が 、 後 に 一部 の 電車 は 近鉄 奈良 駅 まで 直通 する よう に な っ て い る 。 また 、 さらに 淀川 を 越え て 南進 し 、 宇治 川 南部 に 計画 さ れ て い る 洛南 新 都市 や 松井 山手 駅 まで 延伸 する 構想 も あ る 。 一方 、 北端 は 岩倉 地区 まで 延伸 する 構想 も あ っ た が こちら は 実現 の 可能 性 は 限り な く 低 い 。 叡山 電鉄 ( 出町 柳 駅 ~ 岩倉 駅 ( 京都 府 ) 間 ) の 利用 者 が 減 る 懸念 も あ る 。 普通 ・ 急行 : 烏丸 線 内 は 各駅 に 停車 。 乗り入れ 区間 で あ る 竹田 ~ 新田辺 ・ 近鉄 奈良 間 の 停車 駅 は 近鉄 京都 線 を 参照 。 ( 1 ) 東西 線 の 乗降 客 数 を 含 み 、 烏丸 線 ・ 東西 線 相互 間 の 乗り換え 客 数 は 含 ま な い ( つまり 、 烏丸 御池駅 の 改札 を 通過 し た 人数 で あ る ) ( 2 ) 近鉄 京都 線 直通 客 を 含 む 。 ( 3 ) 実際 の 湖西 線 分岐 駅 は 東海道 本線 ( 琵琶 湖 線 ) 山科 駅 だ が 、 全て の 列車 が 京都 駅 から 発着 し 実質 的 な 起点 と な っ て い る ため この 表 に 掲載 し た 。 +嵯峨野 観光 鉄道 ( さがの かんこう てつどう ) は 、 京都 府 京都 市 と 亀岡 市 で 山陰 本 線 旧 線 を 利用 し て 嵯峨野 観光 鉄道 嵯峨野 観光 線 に トロッコ 列車 を 運行 し て い る 会社 。 西 日本 旅客 鉄道 の 完全 子 会社 で あ る 。 本社 は 京都 府 京都 市 右京 区 嵯峨 天竜 寺 車道 町 。 鉄道 の 電化 ・ 複線 化 の ため 、 山陰 本線 ( 嵯峨野 線 ) の 嵯峨 ( 現在 の 嵯峨 嵐山 ) ~ 馬堀 間 が 、 1989 年 3 月 に 新線 に 切替え られ た が 、 景勝 地 と し て 名高 い 保津 峡 に 沿 っ て 走 る この 旧線 を 観光 鉄道 と し て 活用 する こと に な り 、 1991 年 から トロッコ 列車 の 運行 を 開始 し て い る 。 けい てつ 協會 『 し ら れ ざる 鉄道 』 ジェイティービー , 1997 年 に よ る と 日本 初 の 純粋 な 観光 専用 鉄道 と さ れ る 。 この ほか 、 トロッコ 列車 の 京都 側 の 始発 駅 で あ る トロッコ 嵯峨 駅 の 駅前 に は 、 19 世紀 の 科学 技術 や 芸術 を 展示 し て い る 「 19 th CENTURY HALL 」 ( 19 世紀 ホール ) が あ り 、 これ の 運営 も 行 っ て い る 。 19 世紀 ホール に は 、 国鉄 D 51 形 蒸気 機関 車 など の 蒸気 機関 車 など も 展示 さ れ て い る 。 歴史 1990 年 ( 平成 2 年 ) 11 月 4 日 設立 。 1991 年 ( 平成 3 年 ) 4 月 27 日 嵯峨野 観光 線 トロッコ 嵯峨 駅 ~ トロッコ 亀岡 駅 間 が 開業 。 2002 年 ( 平成 14 年 ) 11 月 イメージ キャラクター 「 トロッキー 」 登場 。 2003 年 ( 平成 15 年 ) 4 月 トロッコ 嵯峨 駅 前 に 19 世紀 ホール が オープン 。 路線 運行 形態 など は 下記 を 参照 。 嵯峨野 観光 鉄道 嵯峨野 観光 線 トロッコ 嵯峨 駅 - トロッコ 亀岡 駅 7 . 3 km 車両 全て JR に 在籍 し て い た 車両 を 改造 し て 使用 し て い る 。 機関 車 は 国鉄 DE 10 形 ディーゼル 機関 車 1104 号 機 を 専用 機 と し て 塗色 変更 、 予備 と し て JR に 在籍 し て い る 同 1156 号 機 を 塗色 変更 の 上 使用 し て い る 。 客車 は 、 国鉄 トキ 25000 形 貨 車 から の 改造 で あ る 。 +駅 情報 三条 京阪 駅 ( さんじょうけい はん えき ) は 、 京都 市 東山 区 に あ る 、 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 駅 番号 は T 1 1 。 京阪 電気 鉄道 京阪本線 ・ 京阪 鴨 東線 ( 三条 駅 ( 京都 府 ) ) 地下 の 改札 外 コンコース を 通 じ て 繋が っ て い る 。 ホーム は 地下 4 層 に あ り 、 他 の 東西 線 の 駅 と 同様 、 複線 島式 ホーム ( 1 面 2 線 ) で 、 プラットホーム 安全 対策 が 設置 さ れ て い る 。 東西 線 の 駅 は 駅 ごと に ステーション カラー が 制定 さ れ て い る が 、 三条 京阪 駅 の ステーション カラー は 牡丹 色 。 駅 の 周辺 および バス のりば に つ い て は 三条 京阪 を 参照 。 地下 鉄 開業 以前 から 、 京都 市営 バス 等 で は この 地点 名 を 「 三条 京阪 」 と 呼 ん で い る 。 京阪 電気 鉄道 の 三条 駅 ( 京都 府 ) で は な く 市営 地下 鉄 の ほう が 三条 京阪 駅 と 他社 の 名前 を 名乗 っ て い る 。 1997 年 10 月 12 日 - 東西 線 醍醐 ~ 二条 間 開業 に 伴 い 設置 。 2007 年 4 月 1日 - PiTaPa 使用 開始 。 駅 施設 は 第 三 セクター で あ る 京都 市営 地下 鉄 東西 線 歴史 株式 会社 が 建設 。 なお 、 東西 線 に 乗り入れ て い る 京阪 京津 線 は 元々 御 陵 駅 より この 駅 の 地上 を 走 っ て い た こと から 、 当初 は この 駅 まで の 乗り入れ を 予定 し て い た が 、 この 付近 で は 折返 し 運転 を する の に 必要 な スペース が 確保 でき な かっ た ため 、 開業 時 は 一 つ 先 の 京都 市 役所 前駅 まで の 乗り入れ と な っ た ( その 後 、 2008 年 に 東西 線 が 太秦 天神川 駅 へ 延長 さ れ た 時 に 、 同駅 まで 乗り入れ 区間 が 延長 さ れ て い る ) 。 京都 市営 地下 鉄 ■ 東西 線 東山 駅_ ( 京都 府 ) ( T 10 ) - 三条 京阪 駅 ( T 11 ) - 京都 市 役所 前駅 ( T 12 ) +奈良 線 ( なら せん ) は 、 京都 府 木津川 市 の 木津 駅 ( 京都 府 ) から 京都 府 京都 市 下京 区 の 京都 駅 に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 幹線 ) で あ る 。 全線 が 大 都市 近郊 区間 に 含 ま れ る 。 関西 本線 の 支線 と し て の 沿革 を 持 つ ため 、 正式 な 起点 は 木津 駅 だ が 、 列車 運 行 上 は 京都 から 木津 へ 向か う 列車 が 下り ( 列車 番号 は 奇数 ) 、 逆 が 上り ( 同偶数 ) と な っ て い る 。 以下 路線 データ を 除 き 特記 な けれ ば 、 京都 から 木津 へ 下 り 方向 に 記述 する 。 ライン カラー は 茶色 ( ■ ) で あ り 、 選定 理由 は 「 二 本 の 古都 を 結 ぶ クラシック な 落ち着 い た イメージ 」 と さ れ て い る 。 管轄 ( 事業 種 別 ) : 西 日本 旅客 鉄道 ( 鉄道 事業 者 ) 路線 距離 ( 営業 キロ ) : 34 . 7 km 軌間 : 10 67 mm 駅数 : 19 駅 ( 起終点 駅 含 む ) 複線 区間 : 新田 ~ 宇治 間 、 JR 藤森 ~ 京都 間 電化 区間 : 全線 電化 ( 直流 1500 V ) 閉塞 ( 鉄道 ) : 自動 閉塞 式 ( 複線 区間 ) 、 単線 自動 閉塞 式 ( 単線 区間 ) 保安 装置 : 自動 列車 停止 装置 運転 指令 所 : 新 大阪 総合 指令 所 最高 速度 : 110km / h ( 複線 区間 ) 、 95 km / h ( 単線 区間 ) 木津 駅 を 除 き 西 日本 旅客 鉄道 京都 支社 の 管轄 で あ る ( 木津 駅 は 同 西 日本 旅客 鉄道 大阪 支社 が 管理 ) 。 線路 名称 と し て 京都 ~ 木津 間 が 奈良 線 と 名付け られ て い る が 、 その 全 区間 が 京都 府 内 に あ り 、 奈良 県 内 に は 全く 路線 が な い 。 これ は 当初 奈良 鉄道 に よ っ て 京都 ~ 奈良 間 が 建設 さ れ た もの の 、 関西 鉄道 に 合併 さ れ た 後 に 大阪 ~ 名古屋 ルート の 一部 と し て 木津 以南 を 分離 さ れ た 、 と の 経緯 に よ る 。 ただし 、 列車 は 木津 駅 から 関西 本線 ( 大和 路線 ) に 入 っ て 奈良 県 の 奈良 駅 まで 運行 さ れ る 。 JR 西 日本 は 1988 年 3 月 13 日 改正 で アーバン ネットワーク の 各 路線 に 愛称 路線 名 ( JR 京都 線 ・ JR 神戸 線 など ) を 定め た が 、 奈良 線 に つ い て は 見送 ら れ た 。 近畿 日本 鉄道 に も 近鉄 奈良線 が あ る ため 、 「 JR 奈良 線 」 と 案内 さ れ る こと も あ る 。 日本 国 有 鉄道 時代 に は 「 国鉄 奈良 線 」 と 案内 さ れ て お り 、 案内 板 の 英字 表記 も 「 JNR 」 を 入れ て い た 。 近鉄 奈良 線 は 難波 ~ 奈良 で 大和 路線 と 対抗 関係 に あ り 、 JR 奈良線 が 対抗 関係 に あ る の は 近鉄 京都 線 で あ る 。 並行 する 京阪 宇治 線 や 近鉄 京都 線 は 以前 から 多数 の 列車 が 運行 さ れ て い た の に 対 し 、 奈良 線 は 国鉄 末期 の 1984 年 まで 鉄道 の 電化 が さ れ ず 、 電化 後 も 国鉄 民営 化 まで の しばらく は 国鉄 105 系 電車 の 2 両 編成 など が 細々 と 走 る 小さな ローカル 線 で しか な かっ た 。 しかし 、 JR 西 日本 が 発足 し て 以降 に アーバン ネットワーク の 中 に 当線 を 組み込 ん で から は 、 列車 の 4 両 編成 化 ( 一部 は 6 両 編成 ) 、 部分 複線 化 、 「 みやこ 路快速 」 など の 快速 列車 を 始め と する 列車 の 増発 など 、 急速 に 輸送 改善 が 図 ら れ た 。 現在 で は 、 沿線 に あ る 宇治 市 の 平等 院 など へ の 観光 や 、 城陽 市 など 京都 府 南部 地域 から の 通勤 ・ 通学 路線 と し て の 性格 が 強 く な っ て い る 。 しかし 桃山 ~ 新田 間 で 東側 に 大き く 迂回 する 形 と な っ て お り 、 城陽 以南 は 町 の 中心 部 の 外れ を 走 る の で 並行 する 近鉄 京都 線 と は 京奈 間 ・ 地域 輸送 共 に まだ 格差 が あ る 。 車両 は 大阪 支社 の 奈良 電車 区 の もの を 使用 する が 、 駅 設備 面 など は 木津 駅 を 除 き 京都 支社 が 管理 し て い る 。 全駅 で J スルー ・ ICOCA 、 および 東 日本 旅客 鉄道 ( JR 東 日本 ) の Suica 、 東海 旅客 鉄道 ( JR 東海 ) の TOICA 、 また スルッと KANSAI の PiTaPa が 使用 でき る 。 なお 城陽 駅 以南 で は 無人 駅 も 混在 する ため 簡易 改札 と な る 。 1984 年 に 京都 ~ 和歌山 駅間 を 奈良 線 ・ 桜井 線 ・ 和歌山 線 経由 で 結 ん で い た 急行 列車 「 くろしお _ ( 列車 ) 」 が 廃止 さ れ て 以来 、 1991 年 まで は 普通 列車 のみ の 運転 だっ た ( 特急 の よう に 、 一 時期 臨時 で 特別 急行 列車 が 運転 さ れ た こと が あ る ) が 、 今 で は みやこ 路快速 、 快速 列車 、 列車 種別 区間 種別 、 普通 列車 の 4 種類 の 種別 が 運転 さ れ て い る 。 奈良 線 の 最速 達 の 種別 で あ り 昼間 を 中心 に 運転 さ れ る 。 基本 的 に 30 分 間隔 の 運転 で 宇治 駅 で 普通 列車 と 緩急 接続 を 行 う 。 「 みやこ 路快速 」 の 愛称 は 運行 開始 前 に 一般 公募 に よ り 決定 し た 。 観光 地 で あ る 京都 と 奈良 を 結 ぶ 列車 と し て 、 日本 人 だけ で な く 外国 人 観光 客 の 利用 も 多 い 。 車両 は 全列車 JR 西 日本 221 系 電車 で 、 4 両 編成 また は 6 両 編成 で 運転 さ れ る 。 複線 区間 で は 最高 速度 が 110km / h で 運転 さ れ 、 それ 以外 で は 95 km / h で あ る 。 標準 所要 時間 は 京都 発奈 良行 が 約 44 分 、 奈良 発 京都 行 が 約 47 分 で あ る 。 京都 行き は 途中 上 狛 駅 もしくは 棚倉 駅 に 2 分 ほど 運転 停車 し 、 奈良 行 の みやこ 路快速 と 行き 違 う ため 、 上り と 下り と で 所要 時間 に 若干 差 が あ る 。 正月 三 が 日 の 間 は 伏見 稲荷 へ の 参詣 客 の ため 稲荷 駅 に 臨時 停車 する 。 沿革 2001 年 ( 平成 13 年 ) 3 月 3 日 - 運行 開始 。 2003 年 ( 平成 15 年 ) 3 月 15 日 - ダイヤ 改正 に よ り 東福 寺 駅 、 玉水 駅 に 停車 する よう に な る 。 朝夕 ラッシュ 時 に 運転 さ れ る 。 「 みやこ 路快速 」 が 通過 する JR 小倉 駅 、 新田 駅 ( 京都 府 ) に も 停車 する 。 車両 は 全列車 221 系 で 運転 さ れ 、 4 両 編成 また は 6 両 編成 で 運転 さ れ る 。 基本 的 に 30 分 間隔 の 運転 で 宇治 駅 で 普通 列車 と 緩急 接続 を 行 う 。 上記 の みやこ 路快速 と 同様 、 大和 路線 の 快速 が 停車 する 平城山 駅 は 通過 する 。 「 みやこ 路快速 」 が 登場 する 2001 年 3 月 まで の 停車 駅 は 京都 ・ 宇治 ・ 城陽 ( 設定 当初 は 通過 ) ・ 木津 ・ 奈良 で 、 車両 に は 国鉄 117 系 電車 が 使用 さ れ て い た が 、 以後 は 奈良 線 で は 使用 さ れ て い な い 。 朝夕 は 運用 の 都合 上 で 大和 路線 と 直通 する 列車 が あ る 。 朝 と 夜間 を 中心 に 運転 さ れ る 。 当初 は 平日 のみ だっ た が 、 2006 年 3 月 18 日 の ダイヤ 改正 から 土曜 ・ 休日 に も 運転 さ れ る よう に な っ た 。 宇治 ~ 奈良 間 は 各駅 に 停車 する が 、 かつて は 深夜 など に 行き 違い の 関係 で 宇治 駅 で 普通 を 追い抜 く 木津 方面 行き の 区間 快速 が あ っ た が 、 現在 は 区間 快速 の 前 を 走 る 普通 は その まま 終着 駅 まで 逃げ 切 る ダイヤ に 変更 さ れ て い る 。 土曜 ・ 休日 の 20 時 台 の 京都 発 の 1 本 に 国鉄 103 系 電車 を 使用 する 列車 が あ る ほか は すべて 221 系 で の 運転 で あ る 。 朝 ラッシュ 時 に は 運用 上 の 都合 で 大和 路線 から 直通 する 列車 が あ る 。 奈良 線 の 区間 快速 は 大和 路線 区間 快速 と の 誤乗 防止 を 図 る ため 、 「 みやこ 路快速 」 や 快速 と 同じ 橙色 の 文字 色 を ライン カラー と し て 使用 し て い た が 、 2008 年 3 月 の ダイヤ 改正 に 伴 う 種別 幕 の 交換 に よ り 、 区間 快速 の 種別 幕 は 緑 文字 で 表現 さ れ る よう に な り 、 ライン カラー は 使 わ れ な く な っ た 。 上狛 駅 以北 の 駅 掲示 時刻 表 で は 紫 文字 で 記載 さ れ て い る 。 京都 ~ 宇治 、 城陽 、 奈良 間 で 運転 さ れ る 。 昼間 は 京都 ~ 城陽 間 は 15 分 間隔 で 運転 さ れ る が 、 城陽 ~ 木津 間 は 30 分 間隔 と な る 。 車両 は 基本 的 に 103 系 で 運転 さ れ る が 、 一部 221 系 で 運転 さ れ る 。 運用 上 の 都合 で 早朝 ・ 深夜 に 大和 路線 と 直通 する 列車 が あ る 。 過去 に は 桜井 線 と の 直通 列車 も あ っ た が 1994 年 9 月 4 日 の ダイヤ 改正 で 奈良 線 と 桜井 線 は 系統 分割 さ れ た 。 臨時 列車 で は あ る が 、 奈良 線 に も 特急 列車 が 運転 さ れ た こと が あ る 。 1987 年 から 1988 年 に かけ て 「 くろしお _ ( 列車 ) 」 、 1988 年 から 1989 年 まで 「 くろしお _ ( 列車 ) 」 の 愛称 で 国鉄 381 系 電車 電車 を 用い て 京都 ~ 白浜 駅間 に 関西 本線 ・ 関西 本 線 阪和貨物 線 ・ 阪和 線 経由 で 運転 さ れ た 。 1998 年 1 月 6 日 の 読売 新聞 近畿 版 で は 2001 年 を 目処 に 奈良 線 に ( 定期 列車 と し て ) 3 8 1 系 を 用い て 特急 を 運行 する と の 発表 が あ っ た が 、 その 後 計画 は 中止 さ れ て い る 。 みやこ 路 レジャー 号 と し て 京都 ~ 桜井 間 ( 京都 ~ 奈良 間 は みやこ 路快速 ) で 運転 さ れ て い た 時期 が あ っ た が 、 現在 は 臨時 も 含め 桜井 線 へ の 直通 列車 は 運転 さ れ て い な い 。 8 月 中旬 に 、 宇治 駅 を 最寄り と する 宇治川 花火 大会 が 行 わ れ る が 、 通常 ダイヤ で は 輸送 力 が 確保 でき な い ため 16 時 前 から 最終 まで 特別 ダイヤ で 運転 さ れ 、 16 時 以降 は すべて 普通 列車 のみ の 運転 で 京都 ~ 宇治 間 は 上下 とも に 約 10 分 で の 運転 と な る 。 一部 、 木津 駅 発着 と な る 普通 列車 が あ る 。 単線 当時 の 正月 三 が 日 は 完全 別立て の 臨時 ダイヤ に な り 、 快速 が 京都 ~ 宇治 間 各駅 に 停車 する ほか 、 宇治 まで は 本数 を 増や し て 運転 さ れ て い た 。 年 に よ っ て は 桃山 駅 折り返 し 列車 の 設定 も あ っ た 。 1992 年頃 に は 土曜 ・ 休日 を 中心 に 桜井 線 へ の 直通 列車 が 定期 快速 を 延長 し て 天理 駅 まで 1 時間 あたり 1 本 運転 さ れ て い た 。 この ほか 、 日本 全国 から 団体 専用 列車 が 乗り入れ る こと が あ る 。 特に 毎年 10 月 26 日 の 天理 教大 祭 時 に は 「 団体 専用 列車 天理 教輸送 列車 」 と 呼 ば れ る 列車 が 京都 駅 から 奈良 線 ~ 木津 駅 ~ 大和 路線 ~ 奈良 駅 ~ 桜井 線 経由 で 天理 駅 まで 直通 する 。 全て 奈良 電車 区 の 所属 で あ る 。 JR 西 日本 221 系 電車 大和 路線 や 大阪 環状 線 など と 共通 運用 で 、 2 両 、 4 両 、 6 両 編成 が 存在 する 。 主に 「 みやこ 路快速 」 「 快速 列車 」 で 4 両 編成 や 6 両 編成 で 運用 さ れ る が 、 奈良 線 に は 主に 4 両 編成 が 入線 する 。 2 両 編成 2 本 連結 は 休日 ダイヤ で 見 られ る 。 国鉄 103 系 電車 奈良 線 の 普通 列車 に 使用 さ れ る 10 3 系 4 両 編成 は 、 奈良 線 運用 だけ で な く 、 2 本 連結 し て 8 両 編成 に し た うえ で 大阪 環状 線 や ラッシュ 時 の 大和 路線 区間 快速 に も 運用 さ れ る 。 一部 の 車両 が 大阪 環状 線 森 ノ宮 電車 区 から の 転属 車両 に 置き換え られ て い る 。 奈良 鉄道 に よ っ て 京都 ~ 木津 ~ 奈良 間 が 開通 し た が 、 うち 京都 ~ 桃山間 は 初め 現在 の 近鉄 京都 線 の ルート を 通 っ て い た 。 東海道 本線 の 馬場 ( 現在 の 膳所 ) ~ 京都 間 が 東山 トンネル 経由 の 現在 線 に 切り替え られ た 1921 年 の その 日 に 、 京都 ~ 稲荷 間 の 旧 東海道 本線 と 稲荷 ~ 桃山間 の 新線 が 奈良 線 と な り 、 京都 ~ 伏見 間 が 廃止 、 伏見 ~ 桃山間 が 貨物 線 化 さ れ た 。 のち に 京都 ~ 伏見 間 の 旧線 跡地 は 近鉄 京都 線 の 前身 で あ る 奈良 電気 鉄道 に 払い 下げ られ る 。 1879 年 ( 明治 12 年 ) 8 月 18 日 - 官営 鉄道 ( 後 の 東海道 本線 ) と し て 京都 ~ 稲荷 ~ 大谷 駅 ( 滋賀 県 ) 間 が 開業 。 稲荷 駅 開業 。 1895 年 ( 明治 28 年 ) 9 月 5 日 - 奈良 鉄道 に よ り 京都 ~ 伏見 間 ( 3 マイル 23 チェーン ( 単位 ) ≒ 5 . 29 km ) が 開業 。 伏見 駅 開業 。 京都 駅 は 官設 鉄道 と 共用 。 11 月 3 日 - 伏見 ~ 桃山間 ( 1 M9 C ≒ 2 . 19 km ) が 延伸 開業 。 桃山 駅 開業 。 1896 年 ( 明治 29 年 ) 1 月 25 日 - 桃山 ~ 玉水間 ( 12 M46 C ≒ 2 0 . 2 4 km ) が 延伸 開業 。 木幡 駅 、 宇治 駅 、 新田 駅 、 長池 駅 、 玉水 駅 開業 。 3 月 13 日 - 玉水 ~ 木津 間 ( 4 M 50 C ≒ 7 . 44 km ) が 延伸 開業 。 棚倉 駅 、 木津 駅 開業 。 4 月 18 日 - 木津 ~ 奈良 間 が 延伸 開業 し 、 京都 ~ 奈良 間 が 全通 。 4 月 21 日 - 東寺 臨時 駅 開業 。 1897 年 ( 明治 30 年 ) 4 月 1日 - 奈良 鉄道 京都 駅 を 七条 駅 に 改称 。 190 2 年 ( 明治 35 年 ) 5 月 3 日 - 上狛 駅 開業 。 11 月 12 日 - 営業 距離 の 単位 を マイル ・ チェーン から マイル のみ に 簡略 化 ( 21 M48 C → 2 1 . 6 M ) 。 190 5 年 ( 明治 38 年 ) 2 月 7 日 - 奈良 鉄道 が 路線 を 関西 鉄道 に 譲渡 。 1907 年 ( 明治 40 年 ) 10 月 1日 - 関西 鉄道 が 鉄道 国有 法 。 190 8 年 ( 明治 41 年 ) 8 月 1日 - 七条 駅 を 京都 駅 に 統合 。 1909 年 ( 明治 42 年 ) 10 月 12 日 - 線路 名称 制定 、 木津 ~ 京都 間 を 奈良 線 と する 。 1910 年 ( 明治 43 年 ) 12 月 19 日 - 宇治 ~ 木幡間 に 宇治川 信号 所 開設 。 1913 年 ( 大正 2 年 ) 6 月 20 日 - 伏見 ~ 京都 間 に 八条 信号 所 開設 。 11 月 5 日 - 宇治川 信号 所 廃止 。 1914 年 ( 大正 2 年 ) 8 月 15 日 - 八条 信号 所 廃止 。 1921 年 ( 大正 10 年 ) 3 月 20 日 - 宇治 ~ 木幡間 に 宇治川 仮 信号 所 開設 。 8 月 1日 - 奈良 線 の 京都 ~ 伏見 間 ( 3 . 3 M ≒ 5 . 31 km ) 廃止 。 伏見 ~ 桃山間 ( 1 . 1 M ≒ 1 . 7 7 km ) の 旅客 営業 を 廃止 。 東海道 本線 の 京都 ~ 稲荷 間 ( 1 . 8 M ≒ 2 . 90 km ) を 奈良 線 に 編入 。 稲荷 ~ 桃山間 ( 2 . 6 M ≒ 4 . 18 km ) の 新線 開業 。 1922 年 ( 大正 11 年 ) 4 月 1日 - 宇治川 仮 信号 所 を 宇治川 仮 信号 場 に 変更 。 1926 年 ( 大正 15 年 ) 2 月 13 日 - 青谷 梅林 仮 停車 場 開業 。 4 月 1日 - 宇治川 仮 信号 場 廃止 。 1928 年 ( 昭和 3 年 ) 9 月 3 日 - 貨物 支線 桃山 ~ 伏見 間 が 廃止 。 伏見 駅 廃止 。 1930 年 ( 昭和 5 年 ) 4 月 1日 - 営業 距離 の 単位 を マイル から メートル に 変更 ( 21 . 6 M → 3 4 . 7 km ) 。 1933 年 ( 昭和 8 年 ) 12 月 1日 - 青谷 梅林 仮 停車 場 を 山城 青谷 駅 に 格上げ 。 1955 年 ( 昭和 30 年 ) 7 月 15 日 - 山城 多賀 駅 開業 。 1957 年 ( 昭和 32 年 ) 12 月 27 日 - 東福 寺 駅 開業 。 1958 年 ( 昭和 33 年 ) 7 月 11 日 - 城陽 駅 開業 。 1961 年 ( 昭和 36 年 ) 4 月 21 日 - 黄檗 駅 開業 。 1982 年 ( 昭和 57 年 ) 3 月 2 日 - 列車 集中 制御 装置 使用 開始 。 1984 年 ( 昭和 59 年 ) 10 月 1日 - 京都 ~ 木津 ( ~ 奈良 ) 間 が 電化 。 国鉄 105 系 電車 、 国鉄 113 系 電車 に よ る 運転 開始 。 急行 「 紀ノ川 」 ( 京都 ~ 和歌山 、 奈良 線 ・ 桜井 線 ・ 和歌山 線 経由 ) 廃止 。 1987 年 ( 昭和 62 年 ) 4 月 1日 - 国鉄 分割 民営 化 に よ り 西 日本 旅客 鉄道 に 承継 。 日本 貨物 鉄道 が 全線 で 鉄道 事業 者 と な る 。 1991 年 ( 平成 3 年 ) 3 月 16 日 - 117 系 電車 に よ る 快速 列車 を 運転 開始 。 1992 年 ( 平成 4 年 ) 10 月 22 日 - 六 地蔵 駅 開業 。 城陽 駅 が 快速 停車 駅 と な る 。 1994 年 ( 平成 6 年 ) 9 月 4 日 - 105 系 電車 が 撤退 する 。 ( 桜井 線 ・ 和歌山 線 に 運用 を 集中 さ せ る ) 1997 年 ( 平成 9 年 ) 3 月 8 日 - JR 藤森 駅 開業 。 1999 年 ( 平成 11 年 ) 5 月 10 日 - 六 地蔵 駅 が 快速 停車 駅 と な る 。 2001 年 ( 平成 13 年 ) 3 月 3 日 - 京都 ~ JR 藤森 間 、 宇治 ~ 新田 間 複線 化 。 JR 小倉 駅 開業 。 区間 快速 と 221 系 電車 に よ る 「 みやこ 路快速 」 運転 開始 。 10 月 1日 - 東福 寺 駅 が 快速 ・ 区間 快速 停車 駅 と な る 。 2003 年 ( 平成 15 年 ) 3 月 15 日 - 東福 寺 駅 と 玉水 駅 が みやこ 路快 速 停車 駅 、 玉水 駅 が 快速 停車 駅 と な る 。 4 月 1日 - 日本 貨物 鉄道 の 第 二 種 鉄道 事業 廃止 。 2008 年 ( 平成 20 年 ) 4 月 23 日 - 山城 青谷 ~ 木津 間 で 自動 列車 停止 装置 導入 。 4 月 27 日 - 黄檗 ~ 山城 青谷間 で ATS - P 導入 。 4 月 30 日 - 京都 ~ 黄檗 間 で ATS - P 導入 。 単線 区間 で あ る JR 藤森 駅 ~ 宇治 駅 間 、 新田 駅 ~ 木津 駅間 は 検討 段階 と し て は 根強 く 残 っ て い る が 、 まだ 具体 的 な 見通し は たっ て い な い 。 また 、 JR 藤森 駅 ~ 桃山 駅 間 の 国道 24 号 線 沿い や 木幡 駅 ~ 宇治 駅 間 ( 黄檗 駅 付近 ) の 京阪 宇治 線 沿い は 特に 用地 買収 確保 が 難し い 区間 で あ る 。 予算 も 不足 がち な ため 、 最低 で も これ 以上 計画 が 進め られ る の は 、 嵯峨野 線 ( 山陰 本 線 京都 ~ 園部 間 ) が 全線 複線 化 開業 する 後 で あ る 。 近畿 地方 交通 審議 会 で 、 将来 、 東海道 本線 ( JR 京都 線 ) と 直通 運転 する 案 が 検討 さ れ て い る ( 大晦日 の 深夜 から 元日 の 早朝 の 終夜 運転 で 実現 し て い た 時 も あ っ た ) 。 宇治 市 は 黄檗 駅 ~ 宇治 駅 間 に 新駅 設置 を 構想 し て い る 。 中間 駅 は 六 地蔵 駅 ・ 宇治 駅 ( JR 西 日本 ) 以外 に 直営 駅 が 存在 し な い 。 括弧内 は 京都 駅 起点 の 営業 キロ 。 京都 駅 ( 0 . 0 0 km ) - 八条 仮 信号 所 ( 0 . 8 0 km ) - 東寺 仮 停車 場 ( 1 . 1 3 km ) - 伏見 駅 ( 5 . 31 km ) - 桃山 駅 ( 7 . 0 8 km ) 括弧内 は 京都 駅 起点 の 営業 キロ 。 宇治川 仮 信号 場 - 黄檗 ~ 宇治 間 ( 約 13 . 8 km ) +JR 京都 線 ( ジェイアール きょう と せん ) は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 の 京都 駅 ~ 大阪 駅 間 の 愛称 で あ る 。 この 愛称 は 1988 年 3 月 13 日 から 使用 さ れ て い る 。 ほぼ 全 区間阪急 電鉄 の 阪急 京都 本線 ( 京都 線 ) と 並行 し 、 近畿 日本 鉄道 に も 近鉄 京都 線 が あ っ て 、 それぞれ 大阪 ( 梅田 ) 駅 、 京都 駅 で 接続 し て い る ため 、 混同 を 避け る ため に 愛称 に 「 JR 」 と 付け て い る 。 ライン カラー は 青 ( ■ ) で あ り 、 JR 神戸 線 ともども 同社 の メイン ライン と い う 位置 づけ から 、 コーポレート カラー 自体 が その まま ライン カラー と し て 充て られ て い る 。 東海道 新 幹線 ・ 阪急 京都 本線 に 並行 し て 淀川 右岸 を 走 り 、 京都 ~ 大阪 間 42 . 8 km を 新快速 が 最短 28 分 で 結 ん で い る ( 最高 速度 は 130km / h ) 。 全 区間 複々 線 方向 別 複々 線 ( 外側 線 ・ 内側 線 ) で あ る 。 JR 京都 線 の 全て の 駅 で J スルー ・ ICOCA 、 及び 東 日本 旅客 鉄道 ( JR 東 日本 ) の Suica 、 東海 旅客 鉄道 ( JR 東海 ) の TOICA 、 また スルッと KANSAI の PiTaPa が 使用 でき る 。 全線 で 阪和 線 運行 管理 システム が 導入 さ れ て い る 。 JR 神戸 線 や 琵琶 湖 線 と 一体 的 に 運行 さ れ て い る 。 JR 神戸 線 ・ 琵琶 湖 線 に 直通 する 新 快速 ・ 快速 列車 ・ 普通 列車 ( 京阪神 緩行 線 ) の 各 列車 の ほか 、 北陸 地方 ・ 関西 国際 空港 ・ 山陰 地方 方面 など へ の 特別 急行 列車 も 走 る 。 また 、 普通 列車 の 半分 近く が 福知 山 線 新 三田 駅 まで 乗り入れ る 。 JR 化 後 に 新 大阪 発着 で あ っ た 九州 へ の 寝台 特急 や 、 天王 寺 始発 だっ た 南紀 方面 の 特急 、 また 智頭 急行 開業 で 運行 を 開始 し た 山陰 へ の 「 はくと ( 列車 ) 」 など が 新た に 京都 まで 直通 運転 さ れ る よう に な り 、 この 区間 の 特急 の 列車 本数 は 飛躍 的 に 増え た 。 特に 関西 空港 開港 と 同時 に 運転 を 開始 し た はるか ( 列車 ) は 、 その 1 年 後 に は すべて の 列車 が 京都 まで 定期 列車 で 入 る よう に な り 、 新 大阪 ~ 京都 は 北陸 方面 の エル 特急 「 雷鳥 ( 列車 ) 」 など 他 の 列車 と 合わせ 時間 4 本 程度 運転 さ れ る 特急 街道 に な っ て い る 。 なお 、 京都 発着 の 九州 へ の 寝台 特急 は 2008 年 3 月 15 日 の ダイヤ 改正 で 全廃 さ れ た 。 なお 、 新 大阪 から 大阪 環状 線 を 通り で 阪和 線 に 入 る 下り の 特急 「 はるか 」 や 「 くろしお ( 列車 ) 」 は 、 茨木 駅 構内 ( 第 3 出発 ) から 貨物 線 に 入 り 、 吹田 信号 場 経由 で 新 大阪 に 入 る 。 その ため 、 同 区間 を 外側 線 で 走 る 特急 や 新快速 より 若干 所要 時間 が 余計 に かか り 、 時間 帯 に よ っ て は 新 大阪 で 特急 列車 が 2 本 同時 に 進入 する こと も あ る 。 京都 ~ 大阪 の ほぼ 全線 に わた り 線形 は 極めて よく 、 外側 線 は 一部 の 曲線 区間 を 除 い て 130km / h 運転 が 可能 で あ る 。 内側 線 も 120 km / h 対応 し て い る が 、 優等 列車 が 内側 を 走 る こと は な い ( 回送 や 臨時 列車 に は あ る ) 。 この 区間 を 走行 する 優等 列車 は 以下 の 通り 。 寝台 特急 「 富士 ( 列車 ) 」 「 はやぶさ ( 列車 ) 」 ( 東京 ~ 大分 ・ 熊本 ) 寝台 特急 「 瀬戸 ( 列車 ) 」 「 出雲 ( 列車 ) 」 ( 東京 ~ 高松 ・ 出雲 市 ) 寝台 特急 「 日本 海 ( 列車 ) 」 ( 青森 ~ 大阪 ) 寝台 特急 「 トワイライト エクスプレス 」 ( 札幌 ~ 大阪 ) 急行 「 きたぐに ( 列車 ) 」 ( 新潟 ~ 大阪 ) 特急 「 雷鳥 ( 列車 ) 」 ( 金沢 ~ 大阪 ) 特急 「 雷鳥 ( 列車 ) 」 ( 魚津 ・ 富山 ・ 和倉 温泉 ~ 大阪 ) 特急 「 びわ こ エクスプレス 」 ( 米原 ~ 大阪 ) 特急 「 はるか ( 列車 ) 」 ( 米原 ・ 草津 ~ 関西 空港 ) 特急 「 しな の ( 列車 ) 」 ( 長野 ~ 大阪 ) 特急 「 ひ だ ( 列車 ) 」 ( 高山 ~ 大阪 ) 特急 「 くろしお ( 列車 ) 」 ( 京都 ~ 新宮 ) 特急 「 くろしお ( 列車 ) 」 ( 京都 ~ 新宮 ) 特急 「 くろしお ( 列車 ) 」 ( 京都 ~ 新宮 ) 特急 「 はくと ( 列車 ) 」 ( 京都 ~ 鳥取 ・ 倉吉 ) この ほか 、 向日 町 ( 京都 総合 運転 所 ) へ の 入出庫 の 関係 で 、 「 はまかぜ ( 列車 ) 」 や 「 たんば ( 列車 ) 」 ・ 「 北近畿 ( 列車 ) 」 など の 回送 列車 が この 区間 を 走 っ て い る 。 また 、 「 サンダーバード 」 ・ 「 雷鳥 」 ・ 「 きたぐに 」 の 向日 町 ~ 大阪 間 の 回送 列車 は 北方 貨物 線 を 経由 する 。 下り 大阪 止め 列車 を 京都 総合 運転 所 へ 入庫 さ せ る とき は 大阪 駅 を 下 り 方面 に 進 み 、 塚本 駅 通過 後 、 北方 貨物 線 に 西側 から 入 り 、 その まま JR 京都 線 ( 外側 線 ) に 合流 する ( 出庫 の とき は この 逆 ルート ) 。 その ため 、 入出庫 で 走 っ て い る 場合 は 編成 の 前後 が 逆転 し て い る 。 新 快速 は JR 神戸 線 姫路 ・ 山陽 本線 網干 ・ 上郡 ・ 赤穂 線 播州 赤穂 方面 から JR 京都 線 を 経 て 琵琶 湖 線 長浜 ・ 北陸 本 線 近江 塩津 駅 ・ 敦賀 まで 直通 運転 し て い る 。 日中 から 夜 に かけ て は 15 分 おき の 運転 で 、 京都 方 は 日中 うち 1 本 が 湖西 線 へ 、 残り 3 本 は 琵琶 湖 線 直通 。 夜間 は 4 本 とも 琵琶 湖 線 へ 直通 する 。 全列車 JR 西 日本 223 系 電車 1000 番 台 及び JR 西 日本 223 系 電車 2000 番 台 電車 使用 で 、 8 両 また は 12 両 編成 で 運転 。 朝 の ラッシュ 時 は 12 両 編成 に な っ て い る 。 京都 ~ 新 大阪間 は 外側 線 、 新 大阪 ~ 大阪 間 は 内側 線 を 走 る ( 朝 ラッシュ に 新 大阪 ~ 大阪 間 外側 線 走行 の もの も あ る ) 。 早朝 ・ 深夜 以外 は 大阪 ~ 京都 間 で 最 先 着 列車 と な る 。 運転 開始 の 経過 、 使用 車両 の 変遷 等 は 新 快速 の 項 を 参照 さ れ た い 。 快速 電車 は 京都 を 越え 琵琶 湖 線 へ 直通 し 、 一方 大阪 で は 朝 の 一部 を 除 き JR 神戸 線 へ と 直通 し て い る 。 車両 は JR 西 日本 221 系 電車 ・ 223 系 1000 番 台 ・ 2000 番 台 ・ JR 西 日本 223 系 電車 6000 番 台 ( 網干 車 ) ( 網干 総合 車両 所 所属 ) 電車 の 6 ・ 8 ・ 1 0 ・ 1 2 両 編成 が 使用 さ れ る 。 内側 線 を 走行 し 、 最高 速度 は 120 km / h 。 早朝 ・ 朝 ラッシュ 時 に 大阪 → 高槻 、 京都 → 大阪 で 外側 線 を 走 る 列車 も あ り 、 223 系 使用 の もの は 130km / h を 出 す もの も あ る 。 早朝 ・ 朝 ラッシュ 時 、 深夜 以外 は 山崎 駅 ( 京都 府 ) 付近 で 新 快速 に 追い抜 か れ る 。 また 高槻 駅 で は 折り返し の 普通 電車 と 相互 接続 を 行 う 。 乗務 員 など に は 列車 番号 の 末尾 を 取 っ て 「 T 電 」 と 呼 ば れ て い る 。 ルーツ は 関西 急電 と 呼 ば れ る 京阪神 間 の 急行 電車 。 1937 ( 昭和 12 ) 年 の 京都 ~ 吹田 間 の 電化 に よ り 大阪 ~ 神戸 間 の 急行 電車 が 京都 へ 延長 さ れ た の が 始まり で あ る 。 戦 中 一時 運転 を 休止 し た が 、 戦後 復活 。 当時 は 大阪 京都 間 無 停車 で あ っ た 。 1956 年 ( 昭和 31 年 ) 、 米原 ~ 京都 間 電化 に 伴 い 、 京都 以東 へ の 乗り入れ を 開始 。 1957 年 ( 昭和 32 年 ) 、 高槻 駅 の 構内 改良 ( 高槻 電車 区 開設 ) に 伴 い 、 高槻 停車 。 1961 年 ( 昭和 36 年 ) 、 二 等 車 ( → のち の グリーン 車 ) を 連結 。 1964 年 ( 昭和 39 年 ) 10 月 、 新 幹線 開業 に 伴 う 新 大阪 駅 開業 に よ り 、 新 大阪 停車 。 1965 年 ( 昭和 40 年 ) 2 月 、 113 系 配置 に よ り 80 系 電車 の 置き換え を 開始 。 基本 7 両 、 付属 4 両 。 1966 年 ( 昭和 41 年 ) 10 月 、 サロ 110 配置 に よ り 二 等 車 連結 列車 を 113 系 に 置き換え 。 高槻 ・ 宮原 区 車 基本 8 両 、 明石 区 車 基本 7 両 。 1970 年 ( 昭和 45 年 ) 3 月 、 万博 開催 に 伴 い 、 開催 期間 内 茨木 駅 臨時 停車 。 停車 継続 運動 が 起こ り 、 開催 終了 後 も 常時 停車 と な る 。 1974 年 ( 昭和 49 年 ) 7 月 、 湖西 線 開業 。 一部 電車 が 湖西 線 に 直通 。 1980 年 ( 昭和 55 年 ) 10 月 、 グリーン 車 連結 を 中止 。 10 月 改正 で 正式 に 廃止 と な る が 、 それ に 先立 ち 8 月 末 から 時刻 表 上 で グリーン 車 マーク が 消え 、 連結 さ れ て い た 車 は 普通 車 開放 と な っ た 。 編成 から 抜 か れ た グリーン 車 は 東京 地区 へ 転出 。 基本 7 両 に 統一 。 1981 年 ( 昭和 56 年 ) 10 月 、 高槻 区 編成 に サハ 11 1 を 連結 、 基本 8 両 と な る 。 1984 年 ( 昭和 59 年 ) 、 昼間 時間 帯 の 快速 は 京都 ~ 高槻 間 を 各 駅 停車 と する 。 その 後 、 高槻 以東 で 各駅 に 停ま る 快速 電車 は 増え て お り 、 今 で は 早朝 ~ 朝 ラッシュ 、 および 深夜 に 運転 さ れ る 一部 を 除 き 京都 高槻 間 を 各駅 に 停車 する 。 その ため 、 駅 や 車掌 の 案内 も 高槻 以東 は 普通 と 表記 ・ アナウンス さ れ て い る 。 1989 年 ( 平成 元年 ) 3 月 、 221 系 の 投入 を 開始 。 1995 年 ( 平成 7 年 ) 6 月 、 京都 ~ 高槻 間 通過 時間 帯 の 一部 の 快速 が 神足 駅 ( 現 ・ 長岡京 駅 ) に 停車 。 1995 年 ( 平成 7 年 ) 9 月 、 平日 の 快速 が 長岡 京駅 に 終日 停車 。 1996 年 ( 平成 8 年 ) 3 月 、 すべて の 快速 が 長岡 京駅 に 停車 。 2004 年 ( 平成 16 年 ) 10 月 、 113 系 の 定期 運用 撤退 。 1972 年 3 月 15 日 の 新 幹線 岡山 開業 に 伴 う ダイヤ 改正 で 、 昼間 15 分 パターン の ダイヤ が 生まれ た 。 大阪 駅 上り を 例 に する と 、 新 快速 ・ 快速 ( 大阪 で 新 快速 待避 ) ・ 普通 ( 甲子 園口 → 京都 ) ・ 普通 ( 西明石 → 吹田 ) と 発車 する 。 吹田 ・ 甲子 園口 発着 に 系統 分割 さ れ た の は 、 普通 を 西明石 → 京都 間 通 し 運転 する と 当時 内側線 を 共用 し て い た 新 快速 から 逃げ 切れ な く な る ため で あ る 。 結果 、 京都 ~ 岸辺 間 は 15 分 おき に 普通 電車 が 来る 形 に な っ た 。 1985 年 3 月 に 昼間 の 快速 が 京都 ~ 高槻 間 各 駅 停車 と な り 、 昼間 の 運転 区間 は 高槻 以西 と な る 。 また 、 普通 電車 へ の 国鉄 201 系 電車 車両 投入 に よ り スピード アップ が 図 ら れ 、 新 快速 を 各待 避 駅 まで 逃げ 切れ る よう に な り 、 高槻 ~ 西明石 と 吹田 ~ 甲子 園口 の 運転 パターン に な る 。 1986 年 11 月 改正 で 、 新 快速 が 外側 線 へ 移行 し 、 高槻 ~ 西明石 ・ 高槻 ~ 神戸 と な り 、 高槻 ~ 岸辺 間 も 15 分 に 2 本 と 増発 さ れ た 。 京都 駅 ビル 開業 の 1997 年 9 月 改正 で 、 駅 ビル へ の 集客 を 見込み 高槻 ~ 神戸 系統 を 京都 ~ 高槻 間 延長 し 、 京都 線 内 の 各 駅 と も 15 分 に 2 本 利用 でき る 形 が 定着 し た 。 また 、 高槻 ~ 西明石間 の 系統 が 高槻 ~ JR 宝塚 線 新 三田 間 の 運転 に 変更 さ れ て い る 。 現在 は 昼間 の パターン が 夜間 まで 拡大 さ れ 、 京都 ~ 西明 石間 ( 昼間 の 一部 は 須磨 駅 まで ) と JR 宝塚 線 直通 の 高槻 ~ 新 三田 間 の 各 系統 が 15 分 おき に 運転 さ れ て い る 。 朝 ・ 深夜 に は 琵琶 湖 線 野洲 や 湖西 線 堅田 ・ 近江 舞子 、 JR 神戸 線 加古川 に も 直通 する 電車 が あ る 。 内側 線 を 走行 する 。 車両 は 網干 総合 車両 所 明石 品質 管理 センター 所属 の JR 西 日本 207 系 電車 ・ JR 西 日本 321 系 電車 が 7 両 編成 で 運用 さ れ て い る 。 列車 番号 末尾 を C ( 休日 ダイヤ で は B ) と し て 他 の 電車 と 区別 し て い る 。 その ため 、 通称 「 C 電 」 と 呼 ば れ る 。 なお 、 旧 国鉄 時代 から 京阪神 緩行 線 と 言 わ れ る こと も 多 い 。 運転 の 変遷 や 使用 車両 等 は この 項 も 参照 の こと 。 茨木 ~ 千里 丘間 に 分岐 ( 現在 は 茨木 駅 構内 に 含 ま れ る ) が あ り 、 貨物 列車 は ここ から 貨物 線 を 吹田 信号 所 へ と 向か う 。 東海道 線 ~ 山陽 線 の 直通 貨 物 列車 は 、 吹田 信号 場 ~ 宮原 操車 場 ( 1998 年 に 宮原 総合 運転 所 に 統合 ) ~ 尼崎 駅 ( JR 西 日本 ) 間 の 通称 北方 貨物 線 を 経由 し 、 大阪 駅 は 通 ら な い 。 桜島 線 安治川口 へ の 貨物 列車 は 吹田 信号 場 から 梅田 貨物 駅 を 通り 、 環状 線 西 九条 駅 へ の 梅田 貨物 線 を 通 る 。 なお 、 貨物 線 も 旅客 列車 の 運行 に 活用 さ れ て い る 。 京都 から 南紀 ・ 関西 空港 方面 へ 向か う 列車 は 吹田 信号 所 ・ 梅田 貨物 線 を 経由 し て 環状 線 に 入 る ルート を 取 る 。 また 、 京都 山陰 線 ホーム ( 30 番 はるか ホーム など ) から の 下り 列車 は 梅小路 貨物 駅 構内 を 通り 、 通称 はるか ルート など と 書 か れ る 場合 も あ る 。 この ほか 、 梅小路 駅 構内 から 直接 山 陰 本線 ( 嵯峨野 線 ) 丹波 口 駅 間 の 短絡 線 を 利用 し て 一 時期 神戸 ・ 大阪 から 嵯峨 嵐山 へ の 直通 臨 時 列車 が 走 っ た こと が あ る が 、 誤乗 が 多 かっ た こと など から 定着 し な かっ た 。 +京都 市営 地下 鉄 ( きょう と しえい ちか てつ ) は 、 京都 市 交通 局 が 運営 する 地下 鉄 。 京都 市営 地下 鉄 烏丸 線 ・ 京都 市営 地下 鉄 東西線 の 2 つ の 路線 が あ り 、 西京 区 を 除 く 京都 市 内 10 区 と 宇治 市 を 通 っ て い る 。 条例 上 は 「 京都 市 高速 鉄道 」 と 呼 ば れ て い る 。 竹田 駅 から 近鉄 京都 線 と 相互 直通 運転 。 普通 列車 は 新田辺 駅 、 急行 は 近鉄 奈良 駅 まで 運転 。 京阪 京津 線 の 電車 が 浜 大津 駅 から 御陵 駅 を 経 て 太秦 天神川 駅 まで 直通 運転 ( 京都 市 役所 前駅 で 折り返 す 列車 も あ る ) 。 京都 市営 地下 鉄 の 電車 は 京津 線 へ の 直通 運転 を 行 わ な い ( 車両 連結 両 数 が 違 う こと や 、 車両 装備 の 関係 で 京津 線 へ の 直通 運転 は 不 可能 ) 。 1968 年 に 市 が 設置 し た 諮問 機関 で あ る 交通 対策 協議 会 が その 年 の 11 月 に 出 し た 答申 が 、 京都 に おけ る 地下 鉄 建設 計画 の 始まり で あ る 。 その 後 、 1972 年 に 事業 免許 を 取得 し 、 1974 年 に 工事 を 始め 、 1981 年 に 開業 し た 。 開業 当時 の 京都 地下 鉄 の 特色 は 主要 4 駅 に エレベーター を 備え た こと で 、 当時 の 日本 の 地下 鉄 で は 先進 的 で あ っ た 。 バリア フリー な る 用語 が 広 ま る 前 の 1972 年 頃 から 車 椅子 常用 者 、 障害 者 支援 団体 など が 運動 を おこ し て 市 に 請願 し 、 京都 市 会 と 舩橋 求己 市長 を 動か し た 成果 で あ る 。 市 は 、 その ため に 当初 プラットホーム で 設計 さ れ て い た 駅 を 急遽 プラットホーム に 変更 し 、 将来 は 全駅 に エレベーター を 設置 する こと に し た 。 1981 年 ( 昭和 56 年 ) 5 月 29 日 烏丸 線 北 大路 ~ 京都 間 が 開業 。 1988 年 ( 昭和 63 年 ) 6 月 11 日 烏丸 線 京都 ~ 竹田 間 が 開業 。 1988 年 ( 昭和 63 年 ) 8 月 28 日 烏丸 線 近鉄 京都 線 と 相互 直通 運転 開始 ・ 新田辺 まで 。 1990 年 ( 平成 2 年 ) 10 月 24 日 烏丸 線 北山 ~ 北大路 間 が 開業 。 1993 年 ( 平成 5 年 ) 7 月 1日 トラフィカ 京 カード が 利用 可能 に 。 1997 年 ( 平成 9 年 ) 5 月 22 日 御池駅 が 烏丸 御池 駅 に 改称 。 1997 年 ( 平成 9 年 ) 6 月 3 日 烏丸 線 国際 会館 ~ 北山間 が 開業 。 1997 年 ( 平成 9 年 ) 10 月 12 日 東西 線 醍醐 ~ 二条 間 が 開業 。 京阪 京津 線 が 御陵 から 京都 市 役所 前 まで 乗り入れ 開始 。 2000 年 ( 平成 12 年 ) 3 月 1日 スルッと KANSAI 対応 カード が 利用 可能 に 。 2000 年 ( 平成 12 年 ) 3 月 15 日 烏丸 線 国際 会館 ~ 近鉄 奈良間 直通 の 急行 を 運転 開始 。 2004 年 ( 平成 16 年 ) 1 1 月 26 日 東西 線 六 地蔵 ~ 醍醐 間 が 開業 。 京都 市 外 の 宇治 市 に 初めて 地下 鉄 駅 が 開業 。 駅 ナンバリング 導入 。 2007 年 ( 平成 19 年 ) 4 月 1日 PiTaPa 導入 ( 乗入れ し て い る 近畿 日本 鉄道 、 京阪 電気 鉄道 大津 線 も 同時 導入 ) 。 2008 年 ( 平成 20 年 ) 1 月 16 日 東西 線 二条 ~ 太秦 天神 川 間 が 開業 。 京阪 京津 線 の 乗り入れ 区間 を 太秦 天神川 まで 延長 。 大人 普通 旅客 料金 ( 小児 半額 ・ 10 円 未満 切り上げ ) 。 2006 年 1 月 7 日 改定 。 2006 年 1 月 7 日 実施 の 料金 改定 で 政令 指定 都市 に おけ る 地下 鉄 の 初乗り 料金 が 埼玉 高速 鉄道 と 同様 に 最高 額 と な っ た 。 京阪 京津 線 と の 乗継 割引 に つ い て は 、 京阪 電気 鉄道 運賃 の 項 を 参照 。 烏丸 線 京都 市 交通 局 10 系 電車 東西 線 京都 市 交通 局 50 系 電車 三菱 電機 製 制御 装置 と 東芝 製 モーター の 組み合わせ が 一貫 し て 守 ら れ て い る が 、 台車 は 10 系 が 住友 金属 工業 、 50 系 が 日立 製作 所 と 分け られ て い る 。 10 系 ・ 50 系 とも に 、 基本 的 に は 近畿 車輛 で 製造 さ れ て い る が 、 10 系 の 一部 に は 日立 製 の もの が あ る 。 2004 年度 は 約 192 億 5000 万 円 の 赤字 と な っ て い る 。 1 日 あたり 約 5500 万 円 の 赤字 と も 言 わ れ 、 累積 赤字 額 は 2384 億 円 。 両線 と も 、 古都 と 言 う 土地 柄 ゆえ に 、 開削 工法 を 採用 し た 工区 の 多く で 、 文化 財 保護 法 に よ っ て 工事 着工 前 に 埋蔵 文化 財 ( 遺跡 ) の 発掘 調査 が 義務 づけ られ 、 その ため の 経費 と 期間 が 必要 に な っ た 。 昼間 の 運転 間隔 は 乗り入れ る 近鉄 京都 線 や 京阪 京津 線 に 合わせ て 1 時間 8 本 運転 さ れ る が 、 平日 昼間 は 両線 とも に ( 東西 線 は 特に ) 混雑 する こと は 少な い 。 +京都 駅 ( きょうと えき ) は 、 京都 府 京都 市 下京 区 東塩小路 町 ・ 南区 ( 京都 市 ) に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) ・ 東海 旅客 鉄道 ( JR 東海 ) ・ 近畿 日本 鉄道 ・ 京都 市 交通 局 の 鉄道 駅 。 日本 有数 の 観光 都市 で あ る 京都 市 の 中心 を 担 う 駅 で あ る 。 当駅 を 営業 区間 に 含 む 東海道 新 幹線 の 全列車 が 停車 し 、 南 東北 から 関東 地方 ・ 中部 地方 ・ 中国 地方 ・ 四国 ・ 九州 地方 に 渡 る 広 範囲 から の 高速 バス 路線 が 多数 発着 する こと から 、 日本 全国 から 訪れ る 客 は 多 く 1 日 平均 の 乗降 人員 が 各社 合計 で 63 万 人 を 超え る 。 JR 西 日本 が 掲げ る 北 近畿 ビッグ X ネットワーク の 4 つ あ る 駅 の 一端 を 担 う 。 全国 で も 有数 の ターミナル 駅 で あ り 、 京都 の 観光 名所 の 広 範囲 的 玄関口 と も 言え る 駅 で あ る 。 JR 西 日本 ( 在来 線 ) の 駅 は アーバン ネットワーク エリア に 属 し て い る 。 JR 西 日本 、 近鉄 、 地下 鉄 の 駅 で は ICOCA 、 PiTaPa が 利用 可能 。 また 、 JR 西 日本 で は J スルー ・ Suica ・ TOICA が 、 地下 鉄 で は スルッと KANSAI 対応 各種 カード が 、 近鉄 で は J スルー カード 及び スルッと KANSAI 対応 各種 カード が 利用 でき る 。 JR 東海 ( 新 幹線 ) で は これ ら の カード は 利用 でき な い ( 但し 、 EX - IC サービス で は EX - IC カード を 在来 線 用 の Suica や ICOCA ・ TOICA ・ PiTaPa と 組み合わせ て 使用 でき る ) 。 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 ( 米原 駅 方面 : 琵琶 湖 線 、 大阪 方面 : JR 京都 線 ) 山陰 本線 ( 嵯峨野 線 ) 奈良 線 ※ 始発 駅 湖西 線 ※ 正式 に は 近江 塩津 駅 - 山科 駅 間 だ が 、 すべて の 列車 が 当駅 に 直通 し て い る 。 東海 旅客 鉄道 ( JR 東海 ) 東海道 新 幹線 近畿 日本 鉄道 近鉄 京都 線 ※ 始発 駅 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 ( K 11 ) 東海道 本線 ( JR 京都 線 ・ 琵琶 湖 線 ) ・ 湖西 線 用 の プラットホーム 形状 と 配置 4 面 6 線 と プラットホーム 形状 と 配置 1 面 1 線 、 構内 西側 に 山陰 本線 ( 嵯峨野 線 ) 用 の 頭端 式 ホーム 3 面 4 線 、 南側 に 奈良 線 用 の 頭端 式 ホーム 2 面 3 線 ( 8 番 のりば の み 大阪 方面 に 延び て い る ) 、 東海道 新 幹線 用 の 島式 ホーム 2 面 4 線 を 持 つ 。 在来 線 各線 は 地上 駅 、 新 幹線 は 高架 駅 で あ る 。 各 ホーム は 西側 橋上 駅舎 と 東側 改札 内 地下 通路 で 結 ば れ て い る 。 北側 の 烏丸 中央 口 に 面 し て い る ホーム は 、 全長 558 m で 交通 に 関 する 日本 一 の 一覧 鉄道 長 い ホーム と し て 知 ら れ て い る が 、 0 番 のりば ( 旧 1 番 線 ) の ホーム 自体 の 長 さ は 323 m で あ る 。 残り の 部分 は 、 西端 に 切り欠 き ホーム と し て 設け られ て い る 30 番 のりば ( 235 m ) で あ る 。 この 30 番 のりば は 関西 空港 駅行 の 特急 「 はるか ( 列車 ) 」 専用 で 、 運転 開始 当初 は 「 はるか ホーム 」 と い う 名称 が 付け られ て い た 。 1 番 のりば を 0 番 のりば に 改称 し た の は 、 配線 上 の 番号 と ホーム 番号 を 一致 さ せ る ため の 措置 で 、 現在 の 1 番 線 は 0 番 のりば と 2 番 のりば の 間 に あ る 東海道 線 上 り 通過 線 の 番号 に な っ て い る 。 これ に 関連 し て 、 東海道 線 の 下り 通過 線 は 現在 廃止 さ れ て お り 、 当駅 を 通過 する 吹田 方面 行き の 貨物 列車 は 7 番 のりば を 通過 する 形 に な っ て い る 。 西側 に あ る 山陰 本線 のりば は 、 以前 は 「 山陰 1 - 4 番線 」 と 呼 ば れ て い た が 、 1994 年 12 月 に ホーム 番号 の 呼び名 が 整理 さ れ 、 「 はるか ホーム 」 を 含め て 30 - 34 番 のりば と 呼 ぶ よう に な っ た 。 30 番 台 に し た の は 、 山陰 本線 の 「 さん 」 に かけ た もの で あ る 。 34 番 のりば は 、 日本 一 大き い 数字 の ホーム 番号 で あ る 。 JR 線 、 地下 鉄線 、 近鉄 線 を 区別 する の に 、 地下 鉄線 は 「 地下 鉄 京都 駅 ( 烏丸 線 京都 駅 ) 」 、 近鉄 線 は 「 近鉄 京都 駅 」 と 呼 ば れ る 事 が 多 い 。 なお 、 新 幹線 ホーム ( および 新 幹線 車内 ) の 乗り換え 案内 放送 で は 、 地下 鉄線 は アナウンス さ れ な い 。 旧 駅 ビル 時代 は 待合 室 が 存在 し た が 、 その 後 長 らく は 、 6 ・ 7 番 のりば に あ る 小さな 列車 待 ち スペース 以外 は 、 待合 室 は 存在 し な かっ た 。 2008 年 3 月 中旬 、 長 距離 列車 の 発着 の 多 い 0 番 のりば に も 待合 室 が 設置 さ れ た 。 在来 線 の ライン カラー 表記 に つ い て JR 京都 線 ・ 琵琶 湖 線 ・ 奈良 線 ・ 嵯峨野 線 . . . アーバン ネットワーク の 日本 の 鉄道 ライン カラー 一覧 草津 線 ・ 湖西 線 . . . 列車 の 方向 幕 ( 黒幕 ) に 使 わ れ て い る ライン カラー 発着 ホーム に つ い て 在来 線 . . . 0 - 10 のりば ・ 30 - 3 4 のりば 新 幹線 . . . 11 - 1 4 のりば 0 番 のりば は 、 スーパー は くと ・ オーシャンアロー など の 当駅 終着 列車 も 利用 する 。 6 ・ 7 番 のりば は 琵琶 湖 線 ・ 湖西 線 ・ 草津 線 ・ 奈良 線 から の 当駅 終着 列車 も 利用 する ( その 多く は 京都 総合 運転 所 へ の 回送 に な る ) 。 以前 は 現 0 番 のりば が 2 番 線 、 現 2 番 のりば が 4 番 線 、 現 7 番 のりば が 11 番 線 と 呼 ば れ て い た が 、 運行 管理 システム の 導入 の 際 に 線路 呼称 を 変え 、 運転 線 路名 と のりば 名 を 一致 さ せ た 。 4 代 目 の 新駅 ビル 建設 に 際 し て 旧 1 番 線 を つぶ し 、 現 0 番 のりば の ホーム 拡幅 に 利用 し て い る 。 0 ・ 3 0 ・ 3 1 番 のりば を 1 つ の ホーム と し て 見 た 時 の 長 さ が 55 8 m で あ り 、 日本 最大 の 長 さ で あ る 。 新 幹線 ホーム と 新 幹線 改札 口 を 結 ぶ エレベーター は 駅 係員 の 操作 が 必要 。 在来 線 の 出入 口 は 、 北側 地上 に 「 烏丸 中央 口 」 、 北側 地下 1 階 に 「 地下 中央 口 」 、 南北 自由 通路 に 通じ る 西側 橋上 駅舎上 に 「 西口 」 、 地下 自由 通路 に 通じ る 地下 1 階 に 「 地下 東口 」 、 南東 側 地上 に 「 八条 東口 」 、 山陰 線 ホーム から アクセス でき る ビック カメラ JR 京都 店 二 階 に 「 西洞 院 口 」 が あ る 。 新 幹線 の 出入 口 は 、 南側 地上 に 「 新 幹線 八 条口 」 、 南東 側 地上 に 「 新 幹線 八条 東口 」 、 新 幹線 コンコース 西側 に 「 新 幹線 中央 口 」 が あ る 。 在来 線 と 新 幹線 は 「 新 幹線 中央 乗換 口 」 と 「 新 幹線 東 乗換口 」 を 介 し て 乗り換え でき る 。 乗り換え は 、 烏丸 口 の バス 利用 者 は 「 烏丸 中央 口 」 、 八条 口 の バス 利用 者 は 「 八条 東口 」 「 新 幹線 八 条口 」 など 、 在来 線 ⇔ 近鉄 線 は 西口 、 在来 線 ⇔ 地下 鉄 は 地下 東口 、 新 幹線 ⇔ 近鉄 線 は 新 幹線 中央 口 、 新 幹線 ⇔ 地下 鉄 は 新 幹線 八条 東口 が 便利 。 他 の 京都 市 内 に あ る 各線 の 駅 や 大 都市 の 主要 駅 と 比べ る と 、 烏丸 中央 口 は 駅前 の ターミナル ( バス ・ タクシー ) が 広 く ゆとり が あ る の が 特徴 で あ る 。 現在 の 駅舎 は 4 代 目 に 当た る 。 1915 年 、 大正 天皇 の 即位 の 礼 に 併せ て 古典 様式 の 2 代 目 駅舎 が 渡辺 節 の 設計 に よ り 建築 さ れ た が 、 1950 年 失火 に よ り 焼失 、 その 後 1952 年 に 鉄筋 コンクリート 造 の 近代 的 な 3 代 目 駅舎 が 竣工 し た 。 しかし 、 駅 が 発展 する と 共 に 増築 に 次 ぐ 増築 を 重ね た ため 、 地下 街 を 含 む 商店 街 や 連絡 通路 など を 含め る と 構内 の 構造 は 混迷 を 極め 、 大変 不便 な もの に な っ て い た 。 また 駅舎 本体 に も 老朽 化 に 伴 う 種々 の 問題 が 生 じ て 来 た 。 そこ で 、 抜本 的 対策 と し て 駅 ビル の 改築 が 計画 さ れ た 。 これ は 1994 年 の 平安 京 記念 事業 の 一環 で も あ っ た 。 なお 、 ホーム 南側 に も 駅舎 が あ る が 、 これ は 新 幹線 開通 時 に 建設 さ れ た もの で 近鉄 ・ 新 幹線 の ホーム 下 に あ り 、 規模 は 小さ く 、 新駅 ビル 建設 の 際 も 南北 自由 通路 の 設置 や JR 線 と 近鉄 線 の 改札 を 完全 分離 化 し た 事 以外 は 大きな 変更 は な かっ た 。 この 新し い 駅舎 に な り 、 新し い 京都 市 の 顔 と な り つつ あ る 。 また 、 嵯峨野 線 ホーム 亀岡 寄り 側 付近 に 『 京都 駅 NK ビル 』 が 完成 し 、 新し く 改札 口 を 設け 、 京都 寄り 車両 に 乗客 が 集中 する 嵯峨野 線 の 混雑 緩和 を 図 っ て い る 。 また 、 同 ビル に は 家電 量販 店 ビック カメラ 京都 店 が 出店 さ れ た ( 西洞院 口 ) 。 京都 駅 ビル ( JR 西 日本 ) は 、 日本 の 鉄道 駅舎 と し て は 異例 の 建築 設計 競技 方式 で 行 わ れ 、 新駅 ビル 設計 者 に は 原 広司 、 安藤 忠雄 、 池原 義郎 、 黒川 紀章 、 ジェームズ ・ スターリング ( 建築 家 ) 、 バーナード ・ チュミ 、 ペーター ・ ブスマン の 7 名 の 複数 の 建築 家 が 指名 さ れ た 。 設計 審査 の 結果 、 先ず 原 広司 案 、 安藤 案 、 スターリング 案 の 3 案 に 絞り込 ま れ 、 更なる 協議 を 経 て 、 原 広司 案 が 最終 案 と し て 採用 さ れ た 。 京都 駅 周辺 は 高 さ 120 m まで の 建築 物 が 建築 可能 と な る 特例 措置 が 設け られ て い る が 、 高 さ 制限 の 緩和 は 古都 の 景観 を 損な う もの と し て 反対 意見 も 根強 かっ た ため 、 建物 の 巨大 さ 、 高 さ に 起因 する 圧迫 感 を 回避 し 、 いかに 周辺 環境 と の 調和 を 図 る か が 作品 の 評価 の ポイント と な っ た 。 採用 さ れ た 設計 案 で は 、 最大 高 さ を 60 m に 抑え た 上 で 、 南北 方向 の 道路 に 合わせ て 建物 を 分割 し て 視線 を 通 す など 、 圧迫 感 を 回避 する よう な 配慮 が 随所 に 見 られ る が 、 根本 的 な 解決 に な っ て い る と は 言 い 難 い 部分 も あ る 。 また 、 ハーフ ミラー の ガラス や アルミパネル を 多用 し た 造形 が 古都 に 相応し く な い と し て 、 建設 から 10 年 近く 経 っ た 今日 で も 否定 的 な 意見 も 少な く な い 。 完成 し た 駅 ビル は 、 東西 の 両側 に ホテル と 伊勢丹 が 位置 し 、 その 間 の 中央 部 は 、 改札 口 の 上 に あ る 細長 い ホテル 客室 棟 を ガラス の 正面 と 大屋根 で 覆 う 広々 と し た 吹き抜け に な っ て い る 。 吹き抜け から 東西 へ は 渓谷 状 の 階段 が 設け られ て い る 。 伊勢丹 側 の 大 階段 は 10 階 分 の 高低 差 が あ り 、 非常 時 の 避難 経路 と する 事 を 想定 し た 。 階段 は コンサート や 、 毎年 2 月 の 「 JR 京都 駅 ビル 大 階段 駆け上が り 大会 」 ( 主催 : 京都 放送 ) など イベント 会場 と し て も 利用 さ れ る 。 建築 ・ 設計 建築 設計 : 原 広司 / アトリエ ファイ 建築 研究 所 施工 : 京都 駅 ビル 建設 工事 JV 竣工 : 1997 年 用途 : 駅舎 ・ 複合 施設 構造 : 鉄骨 造 + 鉄骨 鉄筋 コンクリート 造 階数 : 地上 16 階 、 地下 3 階 ( 高 さ 60 m ) 敷地 面積 : 38 , 000 平方 m 建築 面積 : 32 , 400 平方 m 延 床 面積 : 23 8, 000 平方 m 所在 地 : 京都 府 京都 市 下京 区 東塩小路 高倉町 8 番地 3 第 40 回 建築 業 協会 賞 受賞 頭端式 ホーム 3 面 3 線 を 持 つ 高架 駅 。 3 層 構造 で 、 1 階 は 改札 口 ( 八条 口 ) ・ 駅 事務 室 ・ 名店 街 、 2 階 が ホーム と 改札 口 ( 中央 口 、 この 改札 口 は 開業 当初 から 長 ら く 旧 国鉄 → 現 JR 京都 駅 の 内部 に あ る 形 で 乗換 用 の 改札 機 も あ っ た が 、 現京都 駅 ビル 建設 および 同駅 南北 自由 通路 設置 に 合わせ て 両社 の 改札 口 は 完全 分離 化 さ れ た ) 、 3 階 は JR 東海 の 新 幹線 ホーム と な っ て い る 。 ホーム 有効 長 は 6 両 ( 駅 が 4 代 目 駅舎 と な り 南北 自由 通路 が 通行 可能 に な っ た 1990 年代 後半 より 以前 に は 烏丸 口 に 有人 個別 対応 の 券売 窓口 が 存在 し て い た ) 。 駅 リニューアル の 一環 と し て 、 2007 年 12 月 1日 から は 、 1 階 の 改札 口 ・ 切符 売り 場 は 廃止 さ れ 、 定期 券 売り場 、 駅 営業 所 等 は 2 階 改札 口 ( 中央 口 ) に 移転 、 集約 さ れ た 。 自動 改札 機 は 奈良 線 系統 の 他 駅 同様 東芝 製 が 設置 さ れ て い る 。 赤 い 自動 改札 機 ( EG - 2000 ) は 出場 時 2 枚 一括 処理 、 PiTaPa ・ ICOCA に 対応 する 。 1 ・ 2 番 線 は 乗降 分離 ( 線路 の 両側 に 乗車 専用 ホーム と 降車 専用 ホーム を それぞれ 配置 し 、 旅客 流動 を 分離 する 事 ) 型 と な っ て い る 。 ホーム 配置 は 南 から 1 番 線 乗車 ホーム 、 1 ・ 2 番 線 降車 ホーム 、 2 番 線 乗車 ・ 3 番 線 乗降車 ホーム の 順 で あ る 。 近鉄 は 2005 年 12 月 22 日 、 3 番 線 の 北側 に 1 線 増線 する と 発表 し た 。 2007 年 3 月 1日 時点 で の 計画 概要 、 2008 年 3 月 6 日 時点 で の 京都 駅 ターミナル 整備 工事 の 概要 と 進捗 に よ る と 、 4 番線 は 片面 の ホーム と し 、 2008 年 4 月 に 工事 に 着手 し 、 2012 年 春 に 完成 。 近鉄 名店 街 を 増床 し 、 2008 年 10 月 に リニューアル オープン する 。 4 番線 の 上空 部分 に ホテル ( 地上 8 階 、 368 室 ) を 建設 し 、 2011 年 秋 に 開業 。 1 階 改札 口 を 廃止 し 、 2 階 改札 口 を 拡大 する 。 など が 予定 さ れ て い る 。 それ に 伴 い 、 2007 年 11 月 30 日 終発 を も っ て 、 1 階 の 八条 改札 口 ・ 切符 売り場 ・ トイレ は その 役目 を 終え た 。 島式 ホーム 1 面 2 線 を 持 つ 地下 駅 で あ る 。 改札 口 は 北 改札 、 中央 1 改札 、 中央 2 改札 、 南 改札 の 4 か所 で 、 JR 在来 線 へ の 乗り換え は 中央 2 改札 が 、 JR 奈良 線 ・ 新 幹線 および 近鉄 線 と の 乗り換え は 南改札 が 便利 で あ る 。 駅 ナンバリング は K 1 1 。 エレベーター は 日本 オーチス 製 。 JR 西 日本 2006 年度 の 1 日 平均 の 乗車 人員 は 179 , 155 人 で あ る 。 これ は JR 西 日本 の 駅 で は 大阪 駅 に 次いで 第 2 位 。 JR 東海 2006 年度 の 1 日 平均 の 乗車 人員 は 30 , 92 1人 で あ る 。 これ は JR 東海 の 駅 で は 第 7 位 。 近鉄 2005 年度 の 1 日 平均 乗降 人員 は 、 108 , 512 人 で あ る 。 これ は 近鉄 の 全 調査 対象 駅 ( 323 駅 ) 中 5 位 。 京都 市 交通 局 2005 年度 の 1 日 平均 乗降 人員 は 、 10 5 , 70 4 人 で あ る 。 これ は 京都 市営 地下 鉄 の 全駅 中 最多 。 開業 は 1877 年 ( 明治 10 年 ) 2 月 6 日 。 当初 は 、 新橋 - 横浜 間 の 鉄道 に 続 い て 2 番 目 に 開業 し た 、 神戸 - 京都 間 鉄道 の 終着 駅 で あ っ た 。 この ため 、 路線 形状 の 都合 から 当時 の 繁華 街 で あ る 四条 河原町 地域 から は 遠 く 離れ た 京都 市 で も 南 の 地域 、 即 ち 七 条 通 - 八条 通 付近 に 京都 駅 は 設置 さ れ た が 、 それ 以外 に も 用地 買収 の 楽 な 寂れ た 地域 ( 四条 通 に 沿 っ て 建設 する 事 は 用地 買収面 以外 に も 、 祇園 地区 に お い て 八坂 神社 など の 境内 に 当た る 事 や 周辺 の 伝統 的 な 家屋 の 立ち退き を 伴 う 事 など から 、 市民 感情 から 考え て も 猛 反発 を 受け た 可能 性 が 高 かっ た と 見 られ る ) だっ た と い う の が 、 この 土地 を 選択 し た 要因 に な っ た と い わ れ て い る 。 後 に 京都 から 大津 まで の 鉄道 も 開業 する が 、 この 時 の ルート は 東山 ( 京都 府 ) に トンネル を 開削 する だけ の 技術 が まだ な かっ た 事 から 、 現在 の JR 奈良 線 を 稲荷 駅 周辺 まで 南下 し た 後 、 現在 の 名神 高速 道路 が 走 っ て い る 敷地 を 通 っ て 、 大津 へ と 向か う もの と な っ た ( 大津 駅 の 項目 も 参照 ) 。 その 後 山 陰 本線 が 開通 し 、 後 に 近鉄 京都 線 と な る 奈良 電気 鉄道 や 市内 の 路面 電車 ( 京都 市 電 ) の 発着 点 に も な っ て 、 京都 駅 周辺 は 急速 に 発展 し て い っ た 。 なお 、 1921 年 ( 大正 10 年 ) 8 月 1日 に 東海道 本線 の ルート が 逢坂山 トンネル ・ 東山 トンネル の 開通 に よ っ て 馬場 ~ 京都 間 で 変更 ・ 短縮 さ れ る 事 に な っ た 際 に 、 至便 性 を 上げ る ため 五条 通 の 市街 地 近く に 駅 を 移設 する 案 と 、 新し い 市街 地 の 開発 を 図 る ため 京都 北部 を 周回 する ルート に 変え て 、 二条 駅 が 現在 設け られ て い る 付近 に 新し い 京都 総合 駅 を 設け よ う と い う 案 も あ っ た が 、 市街 地 付近 に 線路 を 引き込 む の は 予算 や 用地 ・ 工事 の 面 で 困難 で あ っ た 事 と 、 京都 付近 で 線路 を 周回 さ せ る の は トンネル 開通 に 伴 う 距離 短縮 効果 を 失 わ せ る と い う 事 から 、 どちら も 立ち消え に な っ た 。 東海道 新 幹線 の 計画 当初 は 、 京都 駅 を 経由 せ ず に 京都 府 南部 を 短絡 さ せ て 同地 に 新 幹線 の 駅 を 設け 、 速達 列車 の 「 ひかり ( 列車 ) 」 は 京都 を 通過 さ せ る 案 と な っ て い た 。 自治 体 や 地元 市民 など の 猛 反発 を 受け た 事 から 、 京都 駅 に 新 幹線 ホーム を 併設 の 上 で 全列車 停車 に 落ち着 い た 経緯 が あ る ( 鉄道 と 政治 の 項目 も 参照 の 事 ) 。 また 「 のぞみ ( 列車 ) 」 が 登場 し た 1992 年 3 月 、 東京 発 の 一 番 列車 「 のぞみ 301 号 」 は 名古屋 駅 と 京都 駅 を 通過 し て い た 。 名古屋 で は 名古屋飛ば し と し て 問題 と な っ た が 、 京都 で は 観光 に 適 し た 時間 帯 の 列車 で も な かっ た 事 から 、 ほとんど 問題 視 さ れ な かっ た 。 1997 年 11 月 の ダイヤ 改正 で この 「 のぞみ 301 号 」 は 廃止 さ れ 、 以降 京都 を 通過 する 新 幹線 は 存在 し な い 。 1876 年 ( 明治 9 年 ) 9 月 5 日 - 大宮 通 仮 停車 場 ( 現在 の 梅小路 駅 付近 ) - 向日 町 間 の 鉄道 が 仮 開業 。 1877 年 ( 明治 10 年 ) 2 月 5 日 - 明治 天皇 を 迎え て 鉄道 開業 式 を 挙行 。 1877 年 ( 明治 10 年 ) 2 月 6 日 - 京都 停車 場 ( 京都 駅 ) 開業 。 大宮 通 仮 停車 場 を 廃止 。 1879 年 ( 明治 12 年 ) 8 月 18 日 - 京都 - 大谷 駅 ( 滋賀 県 ) 間 の 鉄道 開業 。 この 路線 は その 後 大津 駅 ( 後 の 浜 大津 駅 ) まで 延伸 さ れ 、 さらに 後 に は 東海道 本線 の 一部 と な っ た 。 1895 年 ( 明治 28 年 ) 2 月 1日 - 京都 電気 鉄道 ( のち 京都 市 電 に 統合 ) の 塩小路 東 洞院 ( 京都 駅 前 付近 ) - 伏見 下油 掛間 が 開業 。 9 月 5 日 - 奈良 鉄道 ( 現在 の 奈良 線 ) が 乗り入れ 。 1897 年 ( 明治 30 年 ) 4 月 1日 - 奈良 鉄道 の 京都 駅 を 七条 駅 と し て 分離 。 11 月 16 日 - 京都 鉄道 ( 現在 の 山陰 本線 ) が 乗り入れ 。 190 5 年 ( 明治 38 年 ) 2 月 7 日 - 奈良 鉄道 が 関西 鉄道 に 事業 譲渡 。 1907 年 ( 明治 40 年 ) 8 月 1日 - 京都 鉄道 鉄道 国有 法 。 1907 年 ( 明治 40 年 ) 10 月 1日 - 関西 鉄道 国有 化 。 190 8 年 ( 明治 41 年 ) 6 月 1日 - 旧 ・ 奈良 鉄道 の 七条 駅 を 京都 駅 に 統合 。 1912 年 ( 明治 45 年 ) 6 月 11 日 - 京都 市 電烏 丸 線 が 開業 。 1913 年 ( 大正 2 年 ) 6 月 21 日 - 貨物 の 取扱い を 新設 の 梅小路 駅 に 分離 。 1914 年 ( 大正 3 年 ) 8 月 15 日 - 2 代 目 駅舎 供用 開始 。 1915 年 10 月 完成 。 1921 年 ( 大正 10 年 ) 8 月 1日 - 奈良 線 旧 線 ( 伏見 - 京都 間 ) 廃止 。 桃山 - 稲荷 間 に 新線 を 建設 し 、 東海道 本 線 旧 線 ( 稲荷 - 京都 間 ) を 奈良 線 に 編入 。 1928 年 ( 昭和 3 年 ) 1 1 月 15 日 - 奈良 電気 鉄道 ( 現在 の 近鉄 京都 線 ) の 京都 駅 が 開業 。 1934 年 ( 昭和 9 年 ) 1 月 8 日 - 国鉄 駅 構内 で 呉海 兵団 入営 臨 時 列車 の 見送り 客圧 死 事故 。 1950 年 ( 昭和 25 年 ) 1 1 月 18 日 - 国鉄 駅 構内 の 食堂 配電 室 から 出火 し 駅舎 全焼 。 1952 年 ( 昭和 27 年 ) 5 月 27 日 - 国鉄 京都 駅 3 代 目 駅舎 完成 。 1961 年 ( 昭和 36 年 ) 8 月 1日 - 京都 市 電 堀川 線 ( 通称 : 北野 線 、 京都 駅 前 - 北野 ) が 廃止 。 1964 年 ( 昭和 39 年 ) 10 月 1日 - 東海道 新 幹線 が 開業 。 1977 年 ( 昭和 52 年 ) 10 月 1日 - 京都 市 電烏丸 線 の 残存 区間 ( 京都 駅 前 - 烏丸 七条 ) が 廃止 。 1978 年 ( 昭和 53 年 ) 10 月 1日 - 京都 市 電 全 廃 。 京都 駅 前 から 姿 を 消 す 。 1981 年 ( 昭和 56 年 ) 5 月 29 日 - 京都 市営 地下 鉄 烏丸 線 ( 京都 - 北大路 間 ) と 共 に 地下 鉄 京都 駅 開業 。 1987 年 ( 昭和 62 年 ) 4 月 1日 - 国鉄 分割 民営 化 に 伴 い 、 国鉄 京都 駅 の 新 幹線 部分 を 東海 旅客 鉄道 、 在来 線 部分 を 西 日本 旅客 鉄道 が 継承 。 1988 年 ( 昭和 63 年 ) 6 月 11 日 - 京都 市営 地下 鉄 烏丸 線 ( 京都 - 竹田 間 ) が 延伸 開業 。 1997 年 ( 平成 9 年 ) 7 月 12 日 - JR 京都 駅 4 代 目 駅舎 と な る 新 ・ 京都 駅 ビル 完成 。 駅 部分 供用 開始 。 1997 年 ( 平成 9 年 ) 9 月 11 日 - 京都 駅 ビル 全面 開業 。 ジェイアール 京都 伊勢丹 開業 。 1998 年 ( 平成 10 年 ) 3 月 4 日 - 新 幹線 改札 口 に 自動 改札 機 を 導入 。 2007 年 ( 平成 19 年 ) 8 月 23 日 - JR 京都 駅 NK ビル 開業 。 ビック カメラ JR 京都 駅 店 が 入店 。 および 嵯峨野 線 ホーム に 店内 に 直結 する 改札 口 の 西洞 院 口 を 開設 。 2008 年 ( 平成 20 年 ) - 南側 に 府内 最大 の ショッピング モール が でき る ため 、 南北 自由 通路 を 延伸 さ せ る 予定 ( 補正 予算 が 組 ま れ る ) 。 第 1 回 近畿 の 駅 百 選 に 選定 さ れ て い る 。 2008 年 中 に 南北 自由 通路 を 南 また は 南西 に 八条 通 を 跨 ぐ 形 で 延伸 する 計画 が あ る 。 特急 『 くろしお ( 列車 ) 』 の 京都 駅 到着 時 の 車内 チャイム は 「 祇園 小唄 」 。 当駅 は 、 地上 の 駅 に 近鉄 京都 線 が 発着 し 、 地下 の 駅 に 近鉄 から 京都 市 営 烏丸 線 へ 直通 する 電車 が 停車 する ため 、 地上 と 地下 に 同じ 事業 者 ・ 同じ 路線 の 車両 が 停車 する 珍し い 駅 で あ る 。 池袋 駅 で も 同様 の 現象 が 見 られ る 。 現在 の 駅 ビル が 完成 する と 同時 に 、 接近 メロディ が かつて 西武 鉄道 で 発車 メロディ と し て 使 わ れ て い た 曲 ( 西武 秩父 駅 で は 現在 も 使用 し て い る ) に 変更 さ れ た 。 また 2・ 3 代 目 駅舎 に は 存在 し な かっ た 「 京都 駅 」 の 看板 が 取り付け られ た ( 3 代 目 に は JR 化 後 に 取り付け られ て い た ) 。 京阪 電気 鉄道 京阪本 線 の 七条 駅 と も 若干 ( 1 km 程度 ) 距離 は あ る もの の 、 徒歩 で 乗り換え る 客 も い る ( 一般 的 に は 奈良 線 利用 で 東福 寺 駅 また は 近鉄 京都 線 利用 で の 近鉄 丹波 橋 駅 まで 出 て 、 京阪 本線 に 乗り換え る 事 が 多 い ) 。 JR の 特定 都 区 市内 制度 に おけ る 「 京都 市 内 」 の 駅 で あ り 、 運賃 計算 の 中心 駅 で あ る 。 近鉄 京都 線 の 前身 は 奈良 電気 鉄道 で あ り 、 同社 が 京都 駅 へ の 乗り入れ を 最初 に 計画 し た 時 は 、 地下 線 を 採用 し て 国鉄 駅 の 下 を 通り 、 烏丸 口 の 北側 へ 設け る 予定 と し て い た 。 しかし 、 昭和 天皇 即位 の 礼 が 実施 さ れ る の に 間に合 わせ る 必要 が あ っ た 事 、 それ に 予算 の 問題 も あ っ て 、 とりあえず 仮 の 駅 と し て 、 現在 地 に 地上 で ターミナル 駅 を 建設 し た 。 その 後 、 仮 設置 の 予定 で あ っ た 駅 設備 は 移設 さ れ る 事 も な く 、 東海道 新 幹線 の 建設 に 合わせ て 駅 を 高架 化 し 、 現在 の よう に 新 幹線 駅 の 真下 に ホーム が 設け られ る 構造 と な っ た 。 普通 電車 は 西大 寺行 が ほとんど で あ る が 、 急行 と 特急 は 列車 に よ っ て 行先 が 異な り 、 大まか に 分け て 急行 は 奈良行 ( 日中 は 地下 鉄 京都 駅 から も 利用 可能 。 ただし 地下 鉄 の 運賃 も 必要 に な る ) 、 天理 行 、 橿原 神宮前行 ( 西大 寺 まで は すべて 同じ 停車 駅 ) が 、 特急 は 奈良行 、 橿原 神宮前行 、 賢島 行 が あ る ( 近鉄 特急 を 参照 の 事 ) 。 地下 鉄 対応 車両 近鉄 3200 系 電車 、 近鉄 3220 系 電車 は 、 運用 の 関係 上当 駅 と 地下 鉄 京都 駅 ( 烏丸 京都 駅 ) の 2 か所 へ 乗り入れ る 。 今後 、 2010 年 まで に 4 番 線 新設 ( 上記 参照 ) と 1 階 改札 口 を 廃止 し 、 2 階 へ 改札 口 の 統合 を 行 う 予定 。 PiTaPa ・ ICOCA の チャージ は 改札 外 の 券売 機 、 改札 内 の 精算 機 ・ チャージ 機 で 取り扱 っ て い る 。 京都 線 で L / C カー を 運行 する 際 に 時間 帯 に 関係 な く ロング シート に な っ て い る の は 、 当駅 の 構造 に 起因 する 。 3 番線 が 乗降 分離 でき な い 構造 と な っ て い る ため 、 3 番 線 に 入 る と クロス シート に し て も 折り返し の 際 に シート を 回転 でき な く な る ため で あ る 。 合名 会社 萩 の 家 岩魚 寿 し / 鰻 の ねどこ / 新撰組 ゆかり の 幕 の 内 / 平安 弁当 / 加茂川 弁当 / 笹 うなぎ / 竹籠 弁当 / 精進 弁当 / 鯛めし / 京扇 株式 会社 ジェイアール 西 日本 フード サービス ネット 京風 幕 の 内 / 京洛 弁当 / こてまり / なごみ 弁当 / 京友禅 / 味彩 弁当 / とんかつ 弁当 / 中華 弁当 / こだわり おむすび 弁当 / 洋風 弁当 / 特製 おにぎり 弁当 / 栗 お こわ 株式 会社 ジェイアール 東海 パッセンジャーズ 日本 の 味 博覧 / そぼろぼろぼろ 大好き 弁当 / 上方 幕 の 内温 弁当 / てまり 寿司 / 花瓢 / 鯛めし / 竹の 子 ごはん と 桜 め し / 東山 五条 / 大阪 名物 まむし 丼 / 特選 弁当 『 京都 』 / 牛若丸 御前 / 弁慶 御前 / 上方 幕 の 内 / 中華 餐々 / じゅうじゅう 亭 / とんかつ 弁当 / 21 世紀 出陣 弁当 / 五目 釜めし 株式 会社 戸川 味 ご の み / わらべ / 京三 昧 阪急 京都 本線 の 大宮 駅 ( 京都 府 ) は 、 河原町 駅 ( 京都 府 ) へ の 延伸 が 果た さ れ た 1963 年 まで 「 阪急 京都 駅 」 ( 1949 年 の 京阪 電気 鉄道 分離 前 は 京阪神 京都 駅 、 開業 時 は 京阪 京都 駅 ) を 駅 の 名称 と し た 。 周辺 は 商業 地域 。 京都 駅 ビル JR 西 日本 ホテルズ 京都 ジェイアール 京都 伊勢丹 京都 駅 ビル 専門 店 街 The CUBE 京都 劇場 美術 館 「 えき 」 Kyoto KYOTO 手塚 治虫 ワールド 京都 ラーメン 小路 京都 駅 前 地下 街 ポルタ 京都 タワー 京阪 電気 鉄道 京都 ビル 京都 府 赤 十字 血液 センター ( 京都 駅 前 出張 所 ) 献血 ルーム 京都 駅 前 阪急 ホテル マネジメント 真宗 本 廟 七条 警察 署 京都 中央 郵便 局 キャンパス プラザ 京都 オムロン 本社 京都 駅 前 バス ターミナル ハロー ワーク 京都 七 条 ビック カメラ JR 京都 駅 店 ( JR 京都 駅 NK ビル ) アバンティ ( 商業 ビル ) ホテル 京阪 京都 都 ホテルズ & リゾーツ 定期 観光 バス ターミナル 高速 バス ターミナル 京都 市 上下水 道 局 PHP 研究 所 本社 東寺 洛南 高等 学校 ・ 附属 中 学校 京都 駅 八 条口 郵便 局 京都 駅 前 停留 所 京都 市 交通 局 4 ・ 5 ・ 9 ・ 快速 9 ・ 1 6 ・ 1 7 ・ 1 9 ・ 26 ・ 28 ・ 33 ・ 特33 ・ 4 2 ・ 5 0 ・ 7 3 ・ 7 5 ・ 7 8 ・ 8 1 ・ 特 8 1 ・ 1 0 0 ・ 1 01 ・ 2 0 5 ・ 快速 205 ・ 2 0 6 ・ 2 0 8 ・ 南 5 ・ 臨 2 8 の 各 系統 京阪 バス 比叡 山 方面 京都 バス 八瀬 ・ 大原 ・ 嵐山 ・ 大覚 寺 ・ 清滝 ・ 苔寺 ( 鈴虫 寺 ) ・ 北 大路 駅前 ・ 国際 会館 駅前 ・ 叡山 電鉄 岩倉 駅 ( 京都 府 ) 前 ・ 岩倉 村松 ・ 有栖川 ( 嵐山 営業 所 前 ) ・ 高野 車庫 前 ( 高野 営業 所 前 ) 方面 京阪 京都 交通 ( 京阪 バス の 子 会社 ) 西 大路 七条 ・ 桂駅 東口 ・ 国道 中山 ・ 桂坂 中央 ・ 京都 成章 高校 前 ・ 長峰 ・ 老 の 坂峠 ・ 亀岡 駅 前 方面 京都 交通 ( 舞鶴 ) ( 日本 交通 ( 大阪 ) の 子 会社 ( 京阪 京都 交通 ( 京阪 バス の 子 会社 ) と は 別 ) 。 綾部 大橋 ・ 西 舞鶴 駅前 ・ 東舞鶴 駅 前 方面 丹後 海陸 交通 ( 丹海 バス ) ( 本社 京都 府 与謝 郡 与謝野 町 ) ・ 快速 バス KTR 宮津 駅前 ・ 宮津 桟橋 ( 丹海 バス 宮津 案内 所 ( 爆 シード 丹海 サーキット IN 宮津 ) 前 ・ 一 の 宮航 路 乗り換え 停留 所 ) ・ KTR 天橋立 駅前 ( 天橋 立 ホテル ( オーベルジュ 天橋立 ( レストラン 「 ピュール 」 ) 前 ) ・ 野田 川 丹海前 ・ 間人 ( たいざ ・ 漁港 前 ・ 京丹後 市 ・ 丹後 町 ) 方面 行 ( ただし 、 運行 回数 が 2 回 と 少な い の で 事前 に 確認 が 必要 。 また 、 前日 まで に 予約 が 必要 ( 電話 予約 も 可能 ) ) 西 日本 ジェイアール バス ( 高雄 ・ 京北 線 ) 京都 駅 ~ 栂 ノ尾 ~ 周山 間 京都 駅 八 条口 と 京都 駅 八 条口 アバンティ 前 の 2 つ の 停留 所 が あ る 。 京都 駅 八 条口 は 南北 自由 通路 に 近 い ところ 、 京都 駅 八 条口 アバンティ 前 は 八条 東口 に 近 い ところ に あ る 。 京都 市 交通 局 セレモニー 観光 ( プリンセス ライン バス ) 京阪 七 条 ・ 京都 女子 中 学校 ・ 高等 学校 前 ・ 京都 女子 大学 前 方面 ドリーム 京都 号 ( 西 日本 ジェイアール バス ・ ジェイアール バス 関東 ) ドリーム 京都 号 ( 西 日本 JR バス ・ JR バス 関東 ) ドリーム 京都 号 ( 西 日本 JR バス ・ JR バス 関東 ) 中央 道 昼 特急 京都 号 ( 西 日本 JR バス ・ JR バス 関東 ) 中央 道 昼 特急 京都 号 ( 西 日本 JR バス ・ JR バス 関東 ) ハーバー ライト 号 ( 西 日本 JR バス ・ 湘南 神奈 交 バス ) 京阪神 ドリーム さいたま 号 ( 西 日本 JR バス ・ 西武 バス ) 京阪神 ドリーム 静岡 号 ( 西 日本 JR バス ・ ジェイアール 東海 バス ) 名神 ハイウェイ バス ( 西 日本 JR バス ・ ジェイアール 東海 バス ・ 名古屋 観光 日急 ・ 名阪 近鉄 バス ) 北陸 ハイウェイ バス ( 西 日本 JR バス ・ 京阪 バス ) 北陸道 昼 特急 大阪 号 ( 西 日本 JR バス ) 津山 エクスプレス 京都 号 ( 西 日本 JR バス ・ 神姫 バス ) みやこ ライナー ( 京阪 京都 交通 ・ 中国 バス ) 広島 昼 特急 京都 号 ・ 広島 ドリーム 京都 号 ( 中国 ジェイアール バス ・ 西 日本 JR バス ) 阿波 エクスプレス 京都 号 ( 西 日本 JR バス ・ ジェイアール 四国 バス ・ 京阪 バス ・ 徳島 バス ) 松山 エクスプレス 号 ( 西 日本 JR バス ・ JR 四国 バス ) 高松 エクスプレス 京都 号 ( 西 日本 JR バス ・ JR 四国 バス ・ 四国 高速 バス ・ 京阪 バス ) 高知 エクスプレス 号 ( 西 日本 JR バス ・ JR 四国 バス ) 出雲 阿國号 ・ 出雲 エクスプレス 京都 号 ( 西 日本 JR バス ・ 中国 JR バス ・ 京阪 バス ・ 一 畑 バス ) アルペン 長野 号 ( 阪急 バス ・ 川中島 バス ) おけさ 号 ( 阪急 バス ・ 新潟 交通 ) 大阪 ・ 京都 ⇔ 富山 ( 阪急 バス ・ 富山 地方 鉄道 ) 東京 ・ 横浜 - 京都 ・ 大阪 梅田 線 ( 阪急 バス ) 路線 に よ っ て 乗り場 が 分散 し て い る 。 アルカディア 号 ( 高速 バス ) ( 近鉄 バス ・ 山交 バス ( 山形 県 ) ) フォレスト 号 ( 大阪 - 仙台 線 ) ( 近鉄 バス ・ 宮城 交通 ) ギャラクシー 号 ( 近鉄 バス ・ 福島 交通 ) シーガル 号 ( 高速 バス ) ( 近鉄 バス ・ 新 常磐 交通 ) シルク ライナー ( 日本 中央 バス ) とち の 木号 ( 近鉄 バス ・ 関東 自動 車 ( 栃木 県 ) ) よ かっぺ 関西 号 ( 近鉄 バス ・ 関東 鉄道 ) ウィング ライナー ( 近鉄 バス ・ 国際 十王 交通 ) フライング スニーカー 京都 ・ 茨木 号 ( 近鉄 バス ・ 東北 急行 バス ) 東京 ミッドナイト エクスプレス 宇治 号 ( 京阪 バス ・ ケイ ビーバス ) 堺 ・ なんば ・ 京都 ⇔ 立川 ( 南海 バス ・ 立川 バス ) 京都 ~ 千葉 ( 京成 バス ) きょうと 号 京都 ~ 福岡 ( 京阪 バス ・ 西鉄 バス ) 大阪 ~ 銚子 線 ( 南海 バス ・ 千葉 交通 ) 鎌倉 ・ 藤沢 - 京都 ・ なんば ・ 堺 線 ( 南海 バス ・ 江ノ 電 バス ) フジ ヤマライナー ( 近鉄 バス ・ 富士 急 山梨 バス ) クリスタル ライナー ( 近鉄 バス ・ 山梨 交通 ) 千 曲川 ライナー ( 近鉄 バス ・ 千曲 バス ) なんば ・ 京都 ⇔ 長野 ・ 湯田中 ( 南海 バス ・ 長電 バス ) 京都 ⇔ 関西 国際 空港 ( 関西 空港 交通 ・ 大阪 空港 交通 ・ 京阪 バス ) 京都 ⇔ 大阪 空港 ( 大阪 空港 交通 ) 京都 エクスプレス ( 京都 - 岡山 ・ 倉敷 線 ) ( 両備 バス ・ 下津 井 電鉄 ) 鳥取 エクスプレス 京都 号 ( 京阪 シティ バス ・ 日本 交通 ) 米子 エクスプレス 京都 号 ( 京阪 バス ・ 日本 交通 ) 京都 エクスプレス ( 京都 - 松山 線 ) ( 京阪 バス ・ 伊予 鉄道 ) 京都 ⇔ 高知 ( 京阪 バス ・ 土佐 電気 鉄道 ・ 高知 県 交通 ) しまん と ブルー ライナー ( 近鉄 バス ・ 高知 西南 交通 ) オランダ 号 ( 近鉄 バス ・ 長崎 自動 車 ) サンライズ 号 ( 近鉄 バス ・ 九州 産業 交通 ) ※ 東海道 新 幹線 の 列車 および 西 日本 旅客 鉄道 の 在来 線 特急 ・ 急行 の 停車 駅 は 各 列車 記事 を 、 近畿 日本 鉄道 の 特急 の 停車 駅 は 近鉄 特急 の 項 を 、 それぞれ 参照 の こと 。 西 日本 旅客 鉄道 ■ JR 京都 線 ・ 琵琶 湖 線 ( 東海道 本線 ) ・ 湖西 線 ■ 新 快速 山科 駅 - 京都 駅 - 高槻 駅 ■ 快速 ( 朝 ・ 夜 の 時間 帯 、 琵琶 湖 線 内 は 普通 列車 ) 山科 駅 - 京都 駅 - 長岡 京 駅 ■ 普通 ( 高槻 ~ 明石 駅 間 快速 と な る 列車 含 む ) 山科 駅 - 京都 駅 - ( 貨 ) 梅小路 駅 - 西 大路 駅 ■ 奈良 線 ■ みやこ 路快速 ・ ■ 快速 ・ ■ 区間 快速 ・ ■ 普通 京都 駅 - 東福 寺 駅 ■ 嵯峨野 線 ( 山陰 本線 ) ■ 快速 京都 駅 - 二条 駅 ■ 普通 京都 駅 - 丹波 口 駅 東海 旅客 鉄道 ■ 東海道 新 幹線 米原 駅 - 京都 駅 - 新 大阪 駅 近畿 日本 鉄道 京都 線 ■ 急行 ・ ■ 準急 ・ ■ 普通 京都 駅 - 東寺 駅 京都 市営 地下 鉄 ■ 烏丸 線 五条 駅 ( 京都 市営 地下 鉄 ) ( K 10 ) - 京都 駅 ( K 11 ) - 九条 駅 ( 京都 府 ) ( K 12 ) +阪急 電鉄 株式 会社 ( はん きゅう でんてつ 、 英語 Hankyu Corporation ) は 、 大阪 梅田 駅 と 神戸 市 ・ 宝塚 市 ・ 京都 市 を 結 ぶ 大手 私鉄 。 阪急 阪神 ホールディングス の 子 会社 で 、 阪急 阪神 東宝 グループ に 属 する 。 本社 事務 所 は 大阪 府 大阪 市 北 区 ( 大阪 市 ) に あ る が 、 登記 上 の 本店 所在 地 は 大阪 府 池田 市 栄町 1 番 1 号 で あ る 。 平均 利用 者 数 195 万 人 / 日 、 営業 キロ 146 . 6 km に 及 ぶ 、 大手 私鉄 の 一 つ で あ る 。 また 、 女性 のみ で 構成 さ れ る 劇団 「 宝塚 歌劇 団 」 を 運営 し て い る こと で も 知 ら れ る 。 スルッと KANSAI で カード に 印字 さ れ る 符号 は HK で あ る 。 1907 年 に 設立 さ れ た 箕面 有馬 電気 軌道 が 、 1910 年 3 月 10 日 に 現在 の 宝塚 本線 ・ 箕面 線 に あた る 梅田 駅 ~ 宝塚 駅 、 石橋 駅 ( 大阪 府 ) ~ 箕面 駅 を 開業 し た の が 始まり 。 創業 者 の 小林 一三 は 経営 安定 の ため 沿線 開発 に 力 を 入れ 、 住宅 地 分譲 、 宝塚 新温泉 、 宝塚 唱歌 隊 ( 後 の 少女 歌劇 団 、 現在 の 宝塚 歌劇 団 ) など の 事業 を 多角 的 に 展開 し た 。 続 い て 阪神 間 の 輸送 に 参入 。 1918 年 、 社名 を 阪神 急行 電鉄 に 改称 。 現在 まで 続 く 略称 の 「 阪急 」 は これ に 由来 する ( 後 、 正式 社名 に も 採用 さ れ る ) 。 阪神間 に 参入 し た こと で 、 以後 既に 阪神 間 で 都市 間 連絡 電車 を 営業 し て い た 阪神 電気 鉄道 と は 激し く 争 う ライバル 関係 と な っ た 。 1920 年 に 神戸 本 線 十 三 ~ 神戸 ( 後 の 上 筒井 駅 ) 間 を 開業 し 、 1936 年 に は 神戸 市 内 の 三宮 駅 へ 高架線 で 乗り入れ た 。 なお 、 「 電鉄 」 と い う 語 は 、 「 電気 鉄道 」 と い う 語 を 商号 に 使用 する こと に 、 鉄道 省 が あくまで 軌道 法 準 拠 の 「 電気 軌道 」 で あ る 事 を 根拠 と し て 難色 を 示 し た こと から 、 対策 と し て 小林 一三 が 考え出 し た 語 で 、 以後 軌道 法 監督 下 の 各社 が 高速 電気 鉄道 へ の 脱皮 を 図 る 際 に 有効 活用 さ れ る こと と な っ た 。 1943 年 、 戦時 企業 統合 政策 ( 陸上 交通 事業 調整 法 ) に よ り 京阪 電気 鉄道 を 合併 、 京阪神 急行 電鉄 と な る ( この 経緯 に つ い て は 阪神 急行 電鉄 京阪 電気 鉄道 の 統合 と 分離 も 参照 ) 。 なお 、 この とき 「 阪急 」 と 「 京阪 」 の 略称 は 公式 に は 使用 さ れ な く な り 「 京阪神 ( 急行 ) 」 と さ れ た が 、 世間 に は 定着 せ ず 、 大阪 市 電 の 電停 名 で も 「 阪急 阪神前 」 ( 梅田 ) ・ 「 京阪 前 」 ( 天満 橋 ) ・ 「 京阪神 急行 前 」 ( 天六 ) など と 、 混合 し て 用い られ て い た と い わ れ て い る 。 戦後 の 1949 年 に 京阪 線 ・ 交野 線 ・ 宇治 線 ・ 京津 線 ・ 石山 坂本線 が 京阪 電気 鉄道 と し て 再 分離 。 かつて 京阪 の 路線 で あ っ た 新 京阪 鉄道 は 阪急 に 残存 し 、 京都 本線 ・ 千里 山 線 ( 後 に 千里 線 と 改称 ) ・ 十 三 線 ( 後 に 京都 本線 へ 編入 ) ・ 嵐山 線 と な っ た 。 この 時 、 略称 も 「 京阪神 」 から 「 阪急 」 へ 戻 し て い る 。 1959 年 、 梅田 ~ 十 三 間 が 3 複線 化 さ れ 、 京都 本線 の ターミナル が 天神橋 駅 ( 現 ・ 天神橋 筋 六 丁目 駅 ) から 梅田 駅 に な る 。 1973 年 、 阪急 電鉄 に 社名 変更 。 1992 年 、 後 に スルッと KANSAI へ 発展 する ラガール カード に よ る 乗車 カード 「 ラガール カード 」 を 開始 する 。 しかし 、 バブル 経済 崩壊 で 茶屋 町 地区 など の 再 開発 事業 の 失敗 に よ る 巨額 の 損失 を 蒙 っ た 。 追い討ち を かけ る よう に 、 1995 年 1 月 17 日 の 阪神 ・ 淡路 大 震災 で は 、 神戸 本線 ・ 伊丹 線 ・ 今津 ( 北 ) 線 など が 甚大 な 被害 を 受け た が 、 同年 6 月 12 日 に ほぼ 全線 が 復旧 、 1998 年 に は 伊丹 駅 ( 阪急 ) も 再建 さ れ た 。 震災 以降 も 、 長引 く 消費 不況 や 西 日本 旅客 鉄道 など と の 激し い 競合 、 少子 化 など の 影響 に よ り 輸送 人員 は 減少 。 不 動産 ・ ホテル 事業 の 再編 や 、 宝塚 新温泉 以来 90 年 以上 の 歴史 を 持 つ 遊園 地 「 宝塚 ファミリー ランド 」 の 閉園 、 ポート アイランド に あ っ た 「 神戸 ポートピアランド 」 から の 事業 撤退 ( その 後 暫く は 神戸 市 の 手 で 運営 を 継続 の のち 、 2006 年 閉園 ) など 、 グループ 事業 の 再編 が 進め られ る 。 その 集大成 と し て 、 2005 年 4 月 1日 に 、 旧 ・ 阪急 電鉄 から 鉄道 、 不 動産 、 レジャー 、 流通 の 4 事業 を 分割 承継 する 新 ・ 阪急 電鉄 ( 阪急 電鉄 分割 準備 (株) から 商号 変更 ) と 、 ホテル 経営 を 統括 する 阪急 ホテル マネジメント 、 旅行 業 の 阪急 交通 社 の 直営 事業 会社 2 社 の 合わせ て 3 社 に 再編 し 、 旧 ・ 阪急 電鉄 は 持株 会社 阪急 ホールディングス ( 現 ・ 阪急 阪神 ホールディングス ) に 移行 し た 。 なお 、 2007 年 10 月 19 日 に 創業 10 0 年 を 迎え た 。 190 6 年 ( 明治 39 年 ) 1 月 15 日 箕面 有馬 電気 鉄道 創立 発起 人 会 設立 。 1907 年 ( 明治 40 年 ) 6 月 1日 箕面 有馬 電気 軌道 に 社名 変更 。 1907 年 ( 明治 40 年 ) 10 月 19 日 箕面 有馬 電気 軌道 創立 総会 。 1909 年 ( 明治 42 年 ) 9 月 25 日 新 淀川 橋梁 が 竣工 。 1910 年 ( 明治 43 年 ) 3 月 10 日 宝 塚 本線 梅田 ~ 宝塚 間 、 箕面 線 石橋 ~ 箕面 間 が 開業 。 1911 年 ( 明治 44 年 ) 5 月 1日 宝塚 新温泉 ( 後 の 宝塚 ファミリー ランド ) が 開業 。 1913 年 ( 大正 2 年 ) 7 月 1日 宝塚 唱歌 隊 ( 現在 の 宝塚 歌劇 団 ) を 組織 。 1918 年 ( 大正 7 年 ) 2 月 4 日 阪神 急行 電鉄 に 社名 変更 。 1920 年 ( 大正 9 年 ) 7 月 16 日 神戸 本 線 十 三 ~ 神戸 ( 後 の 上 筒井 ) 間 、 伊丹 線 が 開業 。 1921 年 ( 大正 10 年 ) 4 月 1日 北 大阪 電気 鉄道 ( 1923 年 に 新京阪 鉄道 へ 事業 譲渡 ) に よ り 、 十 三 ~ 豊津 間 ( 現在 の 京都 本線 ・ 千里 線 の 一部 ) が 開業 。 1921 年 ( 大正 10 年 ) 9 月 2 日 西宝 線 宝塚 ~ 西宮 北口 間 が 開業 。 1924 年 ( 大正 13 年 ) 10 月 1日 甲陽 線 が 開業 。 1925 年 ( 大正 14 年 ) 6 月 1日 梅田 阪急 ビル ( 旧館 ) に 阪急 マーケット が 開業 。 1925 年 ( 大正 14 年 ) 10 月 15 日 新 京阪 鉄道 ( 1930 年 に 京阪 電気 鉄道 へ 合併 ) に よ り 天神橋 ~ 淡路 間 ( 現在 の 千里 線 の 一部 ) が 開業 。 1926 年 ( 大正 15 年 ) 7 月 5 日 梅田 ~ 十 三 間 が 高架 複々 線 化 。 旧 線 は 阪急 北野 線 と な る 。 1926 年 ( 大正 15 年 ) 12 月 18 日 西宝線 が 全通 。 今津 線 に 改称 。 1928 年 ( 昭和 3 年 ) 1 月 16 日 新 京阪 鉄道 に よ り 淡路 ~ 高槻 町 ( 現在 の 高槻 市 ) 間 が 開業 。 1928 年 ( 昭和 3 年 ) 1 1 月 1日 新 京阪 鉄道 に よ り 高槻 町 ~ 西院 間 が 開業 。 1928 年 ( 昭和 3 年 ) 1 1 月 9 日 新 京阪 鉄道 に よ り 嵐山 線 が 開業 。 1929 年 ( 昭和 4 年 ) 4 月 15 日 梅田 駅 に 阪急 百貨 店 が 開店 。 1931 年 ( 昭和 6 年 ) 3 月 31 日 京阪 電気 鉄道 に よ り 新京阪 線 西院 ~ 京阪 京都 ( 現在 の 大宮 ) 間 が 開業 。 1932 年 ( 昭和 7 年 ) 8 月 演劇 、 映画 の 興行 を 主 た る 目的 と し て 、 東京 宝塚 劇場 ( 現在 の 東宝 ) を 設立 。 1936 年 ( 昭和 11 年 ) 4 月 1日 神戸 本 線 西灘 ( 現在 の 王子 公園 ) ~ 神戸 ( 現在 の 三宮 ) 間 が 開業 。 西灘 ~ 上筒井間 は 上 筒井 線 と な る 。 1940 年 ( 昭和 15 年 ) 5 月 20 日 上 筒井 線 を 廃止 。 1943 年 ( 昭和 18 年 ) 10 月 1日 阪神 急行 電鉄 が 京阪 電気 鉄道 を 合併 、 京阪神 急行 電鉄 と な る 。 1945 年 ( 昭和 20 年 ) 5 月 1日 交野 電気 鉄道 の 事業 を 譲り受け 、 交野 線 と する 。 1946 年 ( 昭和 21 年 ) 1 1 月 20 日 生産 部 を 日興 殖産 株式 会社 ( 現 ・ 阪急 産業 株式 会社 ) と し て 分社 化 。 1949 年 ( 昭和 24 年 ) 1 月 1日 北野 線 を 休止 。 1949 年 ( 昭和 24 年 ) 12 月 1日 京阪線 ・ 交野 線 ・ 宇治 線 ・ 京津 線 ・ 石山 坂本線 を 京阪 電気 鉄道 ( 新 ) と し て 分離 。 新 京阪線 を 京都 本線 に 改称 。 1959 年 ( 昭和 34 年 ) 2 月 18 日 梅田 ~ 十 三 間 が 3 複線 化 。 1963 年 ( 昭和 38 年 ) 6 月 17 日 京都 本線 大宮 ~ 河原 町 間 が 開業 し 、 十 三 ~ 河原 町 間 が 全通 。 1967 年 ( 昭和 42 年 ) 3 月 1日 千 里山 線 が 千里 線 に 改称 、 北 千里 駅 まで 開通 。 北 千里 駅 に 日本 初 の 本格 的 な 自動 改札 機 設置 。 1968 年 ( 昭和 43 年 ) 4 月 7 日 神 戸 本線 が 神戸 高速 鉄道 ・ 山陽 電気 鉄道 と 相互 直通 運転 開始 。 1969 年 ( 昭和 44 年 ) 12 月 6 日 千里 線 ・ 京都 本線 が 大阪 市営 地下 鉄 堺 筋 線 と 相互 直通 運転 開始 。 1973 年 ( 昭和 48 年 ) 4 月 1日 阪 急 電鉄 に 社名 変更 。 1973 年 ( 昭和 48 年 ) 1 1 月 23 日 梅田 駅 の 移転 拡張 工事 が 完成 。 1988 年 ( 昭和 63 年 ) 10 月 31 日 オリックス ・ バファローズ を オリエント ・ リース ( 現 オリックス ( 企業 ) ) に 譲渡 。 1989 年 ( 平成 元年 ) 4 月 1日 プリペイド カード 「 ラガール カード 」 導入 。 1989 年 ( 平成 元年 ) 12 月 7 日 分社 ・ 持株 会社 化 の 準備 の ため の 完全 子 会社 ・ 阪急 電鉄 分割 準備 株式 会社 ( 現阪急 電鉄 ) の 登記 上 の 設立 年 月 日 。 1992 年 ( 平成 4 年 ) 4 月 1日 ストアード フェア システム 「 ラガール スルー 」 開始 。 1994 年 ( 平成 6 年 ) 9 月 1日 日本 初 の 不正 乗車 防止 システム 「 フェアライド システム 」 を 導入 。 1995 年 ( 平成 7 年 ) 1 月 17 日 阪神 ・ 淡路 大 震災 で 各線 に 被害 。 同年 1 月 23 日 まで に 京都 本線 、 宝塚 本線 、 神戸 本線 の 一部 など で 運転 再開 。 1995 年 ( 平成 7 年 ) 2 月 5 日 今津 線 が 全線 復旧 。 1995 年 ( 平成 7 年 ) 3 月 1日 甲陽 線 が 全線 復旧 。 1995 年 ( 平成 7 年 ) 3 月 11 日 伊丹 線 が 新 伊丹 ~ 伊丹 ( 仮駅 ) 間 で 運行 再開 。 1995 年 ( 平成 7 年 ) 6 月 12 日 神戸 本線 が 全線 復旧 。 1996 年 ( 平成 8 年 ) 1 月 1日 「 ジェントル サウンド サービス 」 の 一環 と し て 、 駅 ・ 車内 で の 案内 を 変更 ( 詳細 は 特記 事項 参照 ) 。 1996 年 ( 平成 8 年 ) 3 月 20 日 「 ラガール スルー 」 を 改良 し た 関西 圏 の 共通 乗車 カード システム 「 スルッと KANSAI 」 開始 。 1997 年 ( 平成 9 年 ) 1 1 月 17 日 宝 塚 本線 で 能勢 電鉄 日生 中央 駅 まで 乗り入れ を 行 う 直通 特急 日生 エクスプレス の 運転 を 開始 。 1998 年 ( 平成 10 年 ) 2 月 15 日山陽 電気 鉄道 と の 相互 直通 運転 を 中止 、 神戸 本線 は 新開地 駅 まで の 運転 に 。 1998 年 ( 平成 10 年 ) 10 月 1日 今津 ( 南 ) 線 、 甲陽 線 で ワンマン 運転 を 開始 。 1998 年 ( 平成 10 年 ) 1 1 月 21 日 伊丹 駅 本駅 が 完成 。 伊丹 ( 仮駅 ) ~ 伊丹 間 は 単線 で 運転 再開 。 1999 年 ( 平成 11 年 ) 3 月 6 日 伊丹 ( 仮駅 ) ~ 伊丹 間 が 複線 運転 再開 、 震災 から 実 に 4 年 ぶり に 完全 復旧 。 1999 年 ( 平成 11 年 ) 4 月 1日 全 路線 の 全車両 で 優先 席 を 廃止 ( 全車両 の 全 座席 を 優先 座席 化 ) 。 2002 年 ( 平成 14 年 ) 10 月 1日 京都 本線 で 女性 専用 車両 を 2 ヶ月 間 限定 で 試験 導入 。 阪急 6300 系 電車 の 特急 ・ 通勤 特急 ・ 快速 特急 のみ に 設定 。 同年 12 月 2 日 から 本格 導入 。 2003 年 ( 平成 15 年 ) 6 月 10 日 携帯 電話 の 電源 オフ を 終日 ルール づけ た 車両 「 携帯 電話 電源 オフ 車両 」 を 全列車 で 試験 的 に 導入 ( 詳細 は 特記 事項 参照 ) 。 7 月 11 日 から 本格 導入 。 2004 年 ( 平成 16 年 ) 8 月 1日 非 接触 型 IC カード PiTaPa に よ る 乗車 サービス を 開始 。 STACIA カード 発行 。 2005 年 ( 平成 17 年 ) 4 月 1日 阪 急 電鉄 ・ 阪急 ホテル マネジメント ・ 阪急 交通 社 の 各社 を 直轄 する 持株 会社 阪急 ホールディングス に 移行 。 同日 付け で 鉄道 ・ 不 動産 等 の 事業 は 会社 分割 に よ っ て 阪急 電鉄 分割 準備 (株) ( 休眠 子 会社 の 株式 会社 アクト システムズ = 1989 年 12 月 7 日 設立 を 2004 年 3 月 29 日 付 で 社名 変更 ) に 承継 さ せ た 上 で 同社 を 阪急 電鉄 に 改称 、 旧 阪急 電鉄 を 阪急 ホールディングス に 改称 。 2006 年 ( 平成 18 年 ) 1 月 21 日 西 日本 旅客 鉄道 の ICOCA で 鉄道 路線 が 利用 可能 に な る 。 2006 年 ( 平成 18 年 ) 7 月 1日 PiTaPa 対応 カード を 用い た 「 IC 定期 券 サービス ( PiTaPa 交通 料金 割引 ) 」 を 開始 。 2006 年 ( 平成 18 年 ) 10 月 1日 親 会社 の 阪急 ホールディングス が 阪神 電気 鉄道 と の 経営 統合 に 伴 い 阪急 阪神 ホールディングス に 社名 変更 ( 詳細 は 阪急 ・ 阪神 経 営 統合 を 参照 ) 。 2007 年 ( 平成 19 年 ) 10 月 1日 HANAPLUS カード に 代わ り 、 STACIA カード 発行 開始 。 2007 年 ( 平成 19 年 ) 10 月 19 日 創立 100 周年 を 迎え る 。 2007 年 ( 平成 19 年 ) 10 月 29 日 全 路線 の 全車両 に 優先 席 を 再 設置 。 合わせ て 携帯 電話 電源 オフ 車両 の 場所 を 一部 変更 。 大き く 神戸 線 ・ 宝塚 線 ・ 京都 線 の 3 つ に 分け られ 、 それぞれ に 本線 と それ に 付随 する 支線 を 有 する 。 また 、 神戸 線 と 宝塚 線 は 、 車両 を ほとんど 共有 し て い る ( 詳細 は 車両 ) こと から 、 まとめ て 「 神宝 線 」 と 呼称 さ れ る こと が あ る ( かつて 軌道 法 に 基づ く 路線 で あ っ た こと から 「 軌道 線 」 と も 呼称 さ れ た こと が あ っ た ) 。 日本 の 鉄道 ライン カラー 一覧 は 右 の 路線 図 の ほか 、 ホーム の 発車 番線 、 普通 電車 の 行先 表示 板 ( 各 支線 のみ ) など に 使 わ れ て い る 。 一般 的 に 本線 系 路線 は 「 本 」 を 略 し て それぞれ 神戸 線 ・ 宝塚 線 ・ 京都 線 と 呼 ぶ こと が 多 い 。 ■ 神戸 線 ( ライン カラー : 港町 神戸 の 海 から ブルー ) 阪急 神戸 本線 梅田 駅 - 三宮 駅 神戸 高速 鉄道 東西 線 三宮 - 西代 駅 ( 阪急 が 鉄道 事業 者 第 二 種 鉄道 事業 と し て 列車 を 運行 、 神戸 高速 鉄道 が 鉄道 事業 者 第 三 種 鉄道 事業 と し て 線路 など 施設 を 保有 。 但し 列車 の 運転 は 三宮 - 新開地 駅 のみ ) 阪急 伊丹 線 塚口 駅 ( 阪急 ) - 伊丹 駅 ( 阪急 ) 阪急 今津 線 宝塚 駅 - 今津 駅 ( 兵庫 県 ) ( 宝塚 - 西宮 北口 は 今津 北 線 、 西宮 北口 - 今津 は 今津 南 線 と 呼 ば れ る ) 阪急 甲陽 線 夙川 駅 - 甲陽 園 駅 ■ 宝塚 線 ( ライン カラー : 箕面 の 紅葉 から オレンジ ) 阪急 宝 塚本線 梅田 - 宝塚 駅 阪急 箕面 線 石橋 駅 ( 大阪 府 ) - 箕面 駅 ■ 京都 線 ( ライン カラー : 古都 京都 の 木々 から グリーン ) 阪急 京都 本線 十 三 駅 - 河原町 駅 ( 京都 府 ) 阪急 千里 線 天神橋 筋 六 丁目 駅 - 北 千里 駅 阪急 嵐山 線 桂 駅 - 嵐山 駅 ( 阪急 ) 廃線 阪急 北野 線 梅田 - 北野 駅 ( 大阪 府 ) ( 1949 年 1 月 1日 休止 ) 阪急 上 筒井 線 王子 公園 駅 - 上 筒井 駅 ( 1940 年 5 月 20 日 廃止 ) 他社譲渡 路線 京阪本 線 天満 橋 駅 - 三条 駅 ( 京都 府 ) ほか 京阪 大津 線 三条 - 浜 大津 駅 及び 石山 寺 駅 - 坂本 駅 ( 滋賀 県 ) ※ いずれ も 、 1949 年 に 京阪神 急行 電鉄 から 分離 発足 し た 京阪 電気 鉄道 へ 譲渡 さ れ た 。 詳し く は 京阪 電気 鉄道 路線 の 項 を 参照 。 計画 線 ・ 未 成 線 阪急 新 大阪 連絡 線 淡路 駅 - 新 大阪 駅 - 十 三 新 大阪 - 神崎 川 駅 ※ いずれ も 1961 年 事業 免許 取得 。 ただし 、 新 大阪 - 十 三 を 除 く 区間 ( 淡路 - 新 大阪 と 新 大阪 - 神崎 川 ) は 、 2003 年 3 月 1日 付け で 事業 免許 廃止 と な っ た ( 新 大阪 駅 構想 を 参照 ) 。 阪急 の 路線 に は トンネル が ほとんど 存在 し な い 。 工期 と 費用 が かさ み 、 明治 ~ 大正 時代 の 土木 技術 で は 危険 が 大き かっ た ため 、 意図 的 に トンネル 工事 を 避け た ため で あ る 。 宝塚 線 は トンネル を 必要 と する ルート を 避け た 結果 、 カーブ の 多 い 路線 と な っ た 。 現在 で も トンネル は 第 二 種 鉄道 事業 区間 ( 神戸 高速 鉄道 ) を 除 く と 全線 で 3 か所 し か 存在 せ ず 、 その うち 2 か所 は 西院 ~ 河原 町 間 と 天六 付近 の 地下 線 へ 通じ る 入口 で 、 出入 口 が あ る 純粋 な トンネル は 千里 線 の 千里 トンネル ただ 一 つ で あ る 。 なお 、 直通 運転 を 行 っ て い る 能勢 電鉄 に は 数 多く の トンネル が あ る 。 阪神 電気 鉄道 阪神西 大阪 線 が 近鉄 難波 駅 まで 開業 する 2009 年 以降 は ( 開業 後 は 阪神 なん ば 線 に 改称 ) 、 関西 で は 唯一 大阪 市 中央 区 ( 大阪 市 ) に 路線 が な い 大手 私鉄 と な る ( 但し 京都 線 の 車両 自体 は 堺 筋 線 を 介 し て 中央 区 に 乗り入れ て い る もの も あ る ) 。 詳し く は 、 各種 別 および 各 路線 の 記事 を 参照 の こと 。 阪急 電鉄 に お い て 設定 さ れ る 列車 種別 は 次 の 通り で あ る 。 特別 急行 列車 ・ 列車 種別 通勤 種別 ・ 快速 急行 神戸 線 ・ 京都 線 日生 エクスプレス 宝塚 線 急行 列車 ・ 列車 種別 通勤 種別 神戸 線 ・ 宝塚 線 準 急 列車 神戸 線 ・ 今津 線 ・ 宝塚 線 ・ 京都 線 ・ 千里 線 列車 種別 通勤 種別 宝塚 線 ・ 箕面 線 列車 種別 は 先頭 車両 前面 の 通過 標識 灯 や 方向 幕 で 識別 でき る 。 通過 標識 灯 の 点灯 パターン は 以下 の 通り で あ る 。 正面 から 見 て 両側 が 点灯 - 快速 急行 ・ 通勤 特急 ・ 特急 日生 エクスプレス ・ 特急 ( 団体 ・ 回送 ・ 試運 転 列車 も 含 む ) 正面 から 見 て 右側 が 点灯 - 通勤 準急 ・ 準急 ・ 通勤 急行 ・ 急行 無 点灯 - 普通 急行 の 点灯 パターン は 近畿 日本 鉄道 と 同じ で あ る 。 大阪 市 交通 局 : 京都 線 ・ 千里 線 と 大阪 市営 地下 鉄 堺 筋 線 が 相互 乗り入れ 。 大阪 市営 地下 鉄 の 車両 の 乗り入れ は 基本 と し て 高槻 市 、 北 千里 まで だ が 、 試運 転 や イベント など で 桂 まで 乗り入れ た 実績 が あ る 。 神戸 高速 鉄道 : 神戸 線 が 神戸 高速 鉄道 東西線 に 乗り入れ ( 新開地 駅 まで ) 山陽 電気 鉄道 : 1998 年 まで 神戸 線 が 乗り入れ ( 神戸 高速 鉄道 東西線 を 経由 し て 山陽 電鉄 本 線 須磨浦 公園 駅 まで 、 山陽 車両 も 神戸 線 六 甲 駅 まで 乗り入れ ) 。 山陽 車両 は 現在 で も 三宮 駅 まで 乗り入れ て お り 、 折り返 し の 回送 の 際 、 梅田 側 に 数百 メートル ながら 走行 し て お り 、 現在 で も 阪急 線 内 を 走 る 山陽 車両 は 存在 する ( 客扱い は し て い な い ) 。 能勢 電鉄 : 宝塚 線 が 乗り入れ ( 阪急 グループ の 一員 。 現在 で は 塗色 も 阪急 と 同じく マルーン 一色 に な っ て い る ) 。 能勢 電鉄 の 車両 ( 元 は 阪急 の 車両 ) は 車両 検査 や イベント の 際 に 乗り入れ 。 平井 車庫 や 正雀 車庫 まで 入線 し て い る 。 箕面 有馬 電気 軌道 ( 箕有 ) 、 および 、 その 後身 の 阪神 急行 電鉄 ( 阪急 ) に よ っ て 敷設 さ れ た 神戸 線 ・ 宝塚 線 ( 神宝 線 ) と 、 北 大阪 電気 鉄道 、 および 、 その 後身 の 新 京阪 鉄道 に よ っ て 敷設 さ れ た 京都 線 と で は 、 その 成り立ち が 異な る ため 、 車両 規格 に 違い が あ る 。 車両 の 電装 品 も 、 神宝 線 は 東芝 製 、 京都 線 は 新 京阪 時代 の 名残 で 東洋 電機 製造 製 と 分け られ て い る 。 今 で も この 慣習 を 守 り 続け て い る ( ほか に 、 阪急 に お い て 東芝 製品 は 神宝 線 の 電装 品 の ほか に 全駅 の 駅務 機器 や 電車 の エア ・ コンディショナー 、 エレベーター 、 業務 用 パーソナル コンピュータ など 幅広 い 分野 で 使用 さ れ て い る ) 。 マスター ・ コントローラー は 、 関西 で は 珍し く ワン ハンドルマスコン を 積極 的 に 採用 し て い る 。 戦後 1948 年 の 阪急 550 形 電車 以後 、 すべて の 阪急 車両 は 系列 の ナニワ 工機 ( 後 の アルナ 車両 ) が 建造 し て い た ( 阪急 で は 車両 を 新規 製造 する こと を 「 建造 」 と 表現 する ) 。 しかし 阪急 と 東武 鉄道 、 東京 都 交通 局 、 大阪 市 交通 局 など の 主な 納入 先 が 経営 状況 の 厳し さ から 車両 新造 を 抑制 、 受注 が 激減 し た ため 、 2002 年 に 同社 は 解散 。 その 後 の 阪急 車 の 建造 メーカー に 選 ば れ た の は それ まで 関西 の 大手 私鉄 と 取引 が な かっ た ( ただし 、 公営 で あ る 京都 市営 地下 鉄 ・ 大阪 市営 地下 鉄 と は 取引 が あ っ た ) 日立 製作 所 で あ っ た 。 なお 、 阪急 の 経営 事情 は 依然 と し て 厳し い こと から 、 新車 投入 と 平行 し て 、 196 0 年代 後半 ~ 1980 年 代 前半 に 製造 さ れ た 車両 を アルナ 車両 や グローバル テック に て 更新 工事 を 施工 し 、 延命 使用 する 措置 を 取 っ て い る ( うち 1970 年 代 前半 まで の 車両 に 関 し て は 再度 の 更新 工事 施工 と な る ) 。 外装 の カラー リング に は 、 伝統 的 に 小豆 色色 ( 阪急 マルーン 。 お 召 し 列車 で も 用い られ る 色 ) が 採用 さ れ て い る ( ラッピング 車両 に 抜擢 さ れ た 場合 を 除 く ) ほか 、 内装 に つ い て も 木目 調 の 化粧 板 や 色名 一覧 ( こ ) 色 の アンゴラ ( ヤギ ) の 毛 の シート を 採用 する など 統一 さ れ て い る 。 最近 の 車両 ( 更新 車含 む ) で は 経年 劣化 も 考慮 し て 妻面 や ドア 部 の 化粧 板 に かなり 濃 い 色 の 物 を 使 う よう に な っ た 。 なお 、 外部 塗色 に つ い て は 8000 系 導入 時 と 9300 系 導入 時 に 新色 採用 ( メタリック オレンジ や マルーン の 帯化 など が 検討 さ れ た ) の 案 が 持ち上が っ た 事 が あ る が 、 利用 者 や 社内 から も 抗議 や 反対 意見 が 続出 し た ため 、 600 0 、 7000 系列 の 屋根 肩 部分 を アイボリー 色 に 改め る 以外 は 廃案 と な っ た ( ただし 現在 で も 、 利用 者 や 部内 の 中 から は アイボリー 帯 を 車体 裾 部分 に も 設け る 程度 で あ れ ば 良 い と の 意見 も 少数 ながら 存在 し て い る ) 。 なお 、 京都 線 に 乗り入れ る 大阪 市営 地下 鉄 堺 筋 線 の 車両 に 関 し て は 、 ステンレス 鋼 車体 に 茶系 の 帯 を 巻 い た 66 系 が 走 っ て い る 。 以前 は アルミニウム 合金 製 車体 に 茶帯 を 巻 い た 60 系 も 走 っ て い た 。 とも に 、 2000 年 以降 阪急 線 内 で 営業 運行 する 車両 で は 唯一 マルーン 中心 の 塗装 で な い 車両 で あ る ( 山陽 電鉄 車両 は 1998 年 以降 三宮 以東 で 営業 し て い な い ) 。 阪急 電鉄 に おけ る 形式 の 符番 は 次 の 通り で あ る 。 阪急 電鉄 の 形式 番号 は 1980 年 代 に 廃車 さ れ た 810 系 を 最後 に 、 以後 は 全車 4 桁 に な っ て い る 。 付随車 ( T 車 ) に は 、 同系 の 動力 車 ( M 車 ) の 車番 に 、 50 を 加え た 番号 を 付け る 。 中間 車 に は 、 先頭 車 の 車番 に 500 を 加え た 番号 を 付け る 。 動力 車 、 制御 車 、 付随 車 と い っ た 形式 記号 は 付け な い 。 1 . は すでに 3 桁 時代 の 700 系 ( 神宝 線 の 700 系 は 後 に 800 系 と な る ) 新造 車 から 始ま り 、 2 . は 300 0 ・ 33 00 系 から 始め られ た 。 C 751 2 ( この 場合 、 70 12 F に 属 し 、 梅田 より の 2 号 車 ) を 例 に 取 る と 以下 の よう に な る 。 7 ( 千 の 位 ) . . . 車両 形式 の 系列 を 示 す 。 1 から 始ま り 、 形態 や 性能 ごと に 現在 9 まで の 数字 で 分け られ て い る ( 4 は 事業 用 車 ) 。 5 ( 百 の 位 ) . . . 0 ~ 4 先頭 車 、 5 ~ 9 中間 車 、 0 ~ 2 ・ 5 ~ 7 神宝 線 、 3 ・ 4 ・ 8 ・ 9 京都 線 。 1100 系 ~ 3100 系 まで は 0 ・ 5 が 神戸 線 用 、 1 ・ 6 が 宝塚 線 用 だっ た 。 2 ・ 7 は 普段 は 使用 せ ず 、 試作 車 や 特別 車両 用 に 空け られ る 。 1 ( 十 の 位 ) . . . 0 ~ 4 電動 車 、 5 ~ 9 付 随 車 2 ( 一 の 位 ) . . . 製造 順位 番号 。 製造 順 に 他社 の よう な 1 で は な く 0 から 付け られ る ( 山陽 電気 鉄道 も 同じ ) 。 但し 、 3300 系 まで は 京都 線 用 は 1 から 始ま る よう に さ れ て い た ( 新京阪 時代 の 名残 ) 。 ただし 、 もともと 先頭 車 だっ た 車両 で 、 その 後 の 改造 で 運転 台 を 撤去 ( 中間 車 化 ) し た 場合 で も 、 改番 さ れ る こと な く 、 製造 当時 の 番号 の まま で 使用 さ れ て い る ( 例 : 3000 系 の C 3000 ) 場合 が あ る の で 、 注意 が 必要 で あ る 。 大阪 市 交通 局 大阪 市 交通 局 66 系 電車 山陽 電気 鉄道 - 現在 は 阪神 電気 鉄道 と 神戸 高速 鉄道 のみ に 乗り入れ て い る 。 また 普通 ・ S 特急 ( 土曜 ・ 休日 ダイヤ のみ ) 運用 のみ で 阪急 三宮 駅 に 姿 を 現 し て い る 。 山陽 電気 鉄道 5000 系 電車 山陽 電気 鉄道 3000 系 電車 大阪 市 交通 局 大阪 市 交通 局 60 系 電車 ( 66 系 の 増備 に 伴 い 全廃 さ れ た ) 阪急 の 系列 会社 で あ る 北 大阪 急行 電鉄 ( 北急 ) や 神戸 電鉄 ( 神鉄 ) 、 北神 急行 電鉄 ( 北神 ) など で は 、 一部 車両 の 車内 装飾 が 阪急 車両 に 準 じ た もの と な っ て い る ( 北急 で は 北 大阪 急行 電鉄 8000 形 電車 、 神鉄 で は 神戸 電鉄 5000 系 電車 、 北神 で は 北神 急行 電鉄 7000 系 電車 。 内装 画像 は それぞれ Media Kitakyu8000 inside 、 MediaShintetsu5000 を 参照 ) 。 梅田 乗務 区 ( 京都 本線 、 宝塚 本線 、 神戸 本線 ) 西宮 北口 乗務 区 ( 神戸 本線 ) 桂 乗務 区 ( 京都 本線 ) 淡路 乗務 区 ( 千里 線 、 京都 本線 ) 大人 普通 旅客 運賃 ( 小児 半額 ・ 10 円 未満 切り上げ ) 。 2004 年 12 月 1日 現在 。 2007 年 4 月 1日 より 、 180 円 区間 、 260 円 区間 、 310 円 区間 の 全て の 回数 乗車 券 に つ い て は 、 有効 期間 内 で あ れ ば 阪神 電気 鉄道 で も 利用 可能 と な っ た 。 但し その まま で は 利用 でき ず 、 阪神 線 で 利用 する 際 は 入場 前 に 青色 の 券売 機 で 阪神 の 乗車 券 に 引き換え る 必要 が あ る 。 以下 の 各 項目 を 参照 。 STACIA カード ラガール カード 阪急 阪神 1 day パス OSAKA 海遊 きっぷ 大阪 周遊 パス 高野山 1 day チケット 奈良 ・ 斑鳩 1 day チケット 阪急 ホールディングス ( 現 ・ 阪急 阪神 ホールディングス ) と し て 持株 会社 と な る 前 の 旧 ・ 阪急 電鉄 は 1936 年 から 1988 年 まで プロ 野球 球団 、 阪急 ブレーブス ( 後 に オリックス ・ ブルー ウェーブ 、 現在 は オリックス ・ バファローズ ) を 、 西宮 球場 ( 後 の 阪急 西宮 スタジアム 、 2002 年 に 閉鎖 ) を プロ 野球 地域 保護 権 と し て 所有 し て い た 。 関西 で は 私鉄 に 対 し 「 ○ ○ 電車 」 と い う 呼称 が 定着 し て い る が 、 「 阪急 電車 」 の み 今 で は あまり 看板 など で は 見かけ な く な っ て い る 。 これ は 1992 年 の 創業 85 周年 を 機 に 、 会社 側 が 公式 な 通称 を 「 阪急 電鉄 」 と 変更 し た ため 。 ただし 乗客 は 今 で も ほとんど が 「 阪急 電車 」 あるいは 「 阪急 」 と 呼 ぶ 。 一般 的 に ホーム の 呼 び 方 は 「 ○ 番線 」 だ が 、 阪急 電鉄 で は 「 ○ 号 線 」 と い う 呼 び 方 で あ る 。 これ は 「 ○ 番線 」 が 社内 で の 構内 配線 に 対 し て の 呼 び 方 で あ る ため 。 ただし 、 三宮 駅 駅 構造 で は 例外 的 に 「 ○ 番 ホーム 」 と い う 呼 び 方 を し て い る 。 ホーム が 2 本 しか な い 駅 で は 島式 ・ 対向 式 に 関係 な く 原則 と し て 自動 放送 で ホーム 番号 を 言 わ ず 、 「 皆 様 、 ま も な く 大阪 梅田 方面 に 向か う 電車 が 到着 し ま す 」 の よう に 、 行き 先 の 方面 で 表現 する 。 例外 的 に ホーム が 3 本 以上 ある 駅 で も 番号 を 言 わ な い 場合 も あ る ( 京都 線 の 駅 や 、 優等 列車 通過 駅 が 多 い 。 例 : 園田 駅 、 茨木 市 駅 、 高槻 市 駅 、 桂 駅 ) 。 また 、 仁川 駅 で は 阪神 競馬 場 開催 時 の 臨時 列車 の 関係 で 回送 車 の 発着 が あ る ため 行き 先 すら 付 か な い 。 かつて は 正雀 駅 も 配線 の 関係 上 1 つ の ホーム から 両 方向 の 列車 が 出 る ため 行き 先 が 付 か な かっ た が 、 列車 案内 装置 ・ 放送 機器 の 更新 に よ り 2008 年 2 月 から 優等 列車 停車 駅 並み の 詳細 放送 に 変更 さ れ た 。 淡路 駅 に は 1 号 線 が 無 く 、 2 ~ 5 号 線 のみ と な っ て い る 。 かつて は 1 号 線 が 存在 し た ため で 、 社内 業務 に も 乗客 に も 混乱 と な る こと を 防 ぐ ため に 、 1 号 線 廃止 の 際 に 番号 を 順送り し な かっ た 経緯 が あ る 。 桂 駅 に は 1 号 線 の 隣 に 「 C 号 線 」 が あ る 。 もともと は 、 隣接 する 桂 車庫 の C 号 線 で あ っ た もの を 、 ホーム を 設置 し て 駅 と し た もの で あ る 。 番号 を 順送り し な かっ た 点 で 、 1 号 線 の な い 淡路 駅 と 同じ 理由 で あ る 。 天神橋 筋 六 丁目 駅 に 停車 する 列車 は 、 「 次 は 天神橋 筋 六 丁目 、 天六 で す 」 と い っ た アナウンス を する 。 略称 を 最初 に 言 う 車掌 が 多 い 中 、 珍し い 例 で あ る 。 梅田 、 三宮 、 宝塚 と い っ た 西 日本 旅客 鉄道 の 路線 に 乗り換え 可能 な 駅 に 着 く 際 の 乗り換え 案内 で は 旧 日本 国 有 鉄道 時代 から 一貫 し て JR 線 へ の 案内 を し て い な い 。 ただし 2006 ~ 2007 年 の ダイヤ 改正 で 路線 図 に 関 し て のみ 表記 する よう に な っ て い る 。 ちなみ に 大阪 市 交通 局 は 堺 筋 線 扇町 駅 を JR 大阪 環状 線 へ の 乗り換え 駅 と し て 案内 し て い る が 、 阪急 電車 の 路線 図 に は その 旨 が 記載 さ れ て い な い 。 駅 構内 の 自動 放送 は タレント の 片山 光男 と 丸子 由美 が 担当 し て い る 。 ちなみ に 片山 は 並行 する 福知 山 線 の 駅 放送 も 務め て い る 。 1996 年 1 月 1日 、 「 ジェントル サウンド サービス 」 の 一環 と し て 、 駅 ・ 車内 で の 案内 を 変更 し た 。 具体 的 に は 自社 線 内 で の 車掌 の 手笛 に よ る 発車 合図 を 原則 廃止 。 優 等 列車 の 停車 駅 の 案内 を 「 次 は ○ ○ まで 止ま り ま せ ん 」 から 「 次 は ○ ○ に 止ま り ま す 」 に 。 次駅 の 案内 を 「 次 は ○ ○ で ござ い ま す 」 から 「 次 の 停車 駅 は ○ ○ で ござ い ま す 」 に 、 また 案内 回数 を 主要 駅 を 除 き 原則 1 回 と し た 。 2005 年 10 月 1日 から 車内 で の 案内 放送 を 「 次 の 停車 駅 は ○ ○ で ござ い ま す 」 から 「 次 は ○ ○ 、 ○ ○ で す 」 に 変更 し て い る 。 2006 年 10 月 1日 から は 神戸 線 ・ 宝塚 線 で 2007 年 3 月 16 日 から は 京都 線 の 駅 ホーム で の 案内 放送 を 「 ただいま 到着 の 電車 は 各 駅 停車 梅田 行き で ござ い ま す 」 から 「 ただいま 到着 の 電車 は 各 駅 停車 大阪 梅田 行き で す 」 に 変更 し て い る 。 梅田 ・ 三宮 ・ 新開地 ・ 河原町 の 4 駅 に つ い て は 「 大阪 梅田 」 「 神戸 三宮 」 「 神戸 新開地 」 「 京都 河原町 」 の よう に アナウンス する ( 繰り返 す 場合 は 2 回 目 以降 、 大阪 ・ 神戸 ・ 京都 の 部分 を 省略 する ) 。 ただし 「 神戸 新開地 」 の 呼称 は 大阪 府 内 ( 梅田 駅 や 十 三 駅 など ) の み 実施 し 、 兵庫 県 内 で は 単に 「 新 開地 」 と アナウンス さ れ る 。 また 、 神戸 高速 線 内 の 上 り 列車 で は 「 阪急 三宮 」 「 阪急 ・ 大阪 梅田 」 と アナウンス さ れ る 。 乗客 は 着席 に こだわ る 者 が 多 く 、 梅田 駅 で は 発車 間際 の 特急 や 急行 の ドア の 前 に 着席 目当て で 次 の 電車 を 待 つ 乗客 の 列 が いつ も でき て い る 。 川西 能 勢口 駅 や 宝塚 駅 の よう に 他線 と の 乗換 駅 で は 次 の 電車 の 着席 目当て で 乗客 が 猛然 と ダッシュ する 風景 も 見 られ る 。 なお 、 十 三 ~ 梅田 間 の 折り返 し 乗車 は 通常 で は 不正 乗車 ( この 区間 は 運賃 計算 に 含 ま な い ため ) で あ る が 、 なにわ 淀川 花火 大会 ( 旧 ・ 平成 淀川 花火 大会 ) の 際 に は 十 三 駅 が 大変 混雑 する ため 、 梅田 まで の 折り返 し 乗車 を 特例 で 認め て い る 。 阪急 電鉄 で は 、 携帯 電話 の 電源 オフ を 終日 ルール づけ た 車両 「 優先 席 携帯 電話 電源 オフ 車両 」 を 全列車 に 設定 し て い る 。 2003 年 6 月 10 日 から 1 か月 間 限定 で 試験 導入 、 同年 7 月 11 日 から 本格 的 に 導入 し た 。 また 京都 線 に 直通 する 大阪 市営 地下 鉄 堺 筋 線 や 同じ 阪急 グループ の 能勢 電鉄 ・ 神戸 電鉄 で も 導入 さ れ て い る 。 また この 「 携帯 電話 電源 オフ 車両 」 に つ い て の アナウンス は 、 車掌 に よ っ て 少し 違 う こと が あ る 。 設定 車両 : 1 車両 ( 神戸 ・ 宝塚 ・ 京都 ・ 嵐山 ・ 伊丹 ・ 箕面 ・ 川西 能勢口 側 の 先頭 車両 ) もう 一 つ 、 阪急 電鉄 の 独自 ルール と し て 特筆 さ れ た もの が 「 全席 優先 座席 」 で あ る 。 阪急 電鉄 で は 「 特定 の 席 に こだわ ら ず 、 すべて の 座席 で 譲り合い の 精神 を 」 と の こと から 、 決ま っ た 優先 座席 を 廃止 し て 1999 年 4 月 から 「 全席 優先 座席 」 を 導入 し て い た 。 阪急 電鉄 で 「 携帯 電話 電源 オフ 車両 」 が 設定 さ れ た の は 、 同業 他社 が 「 優先 座席 付近 で は 携帯 電話 の 電源 を オフ 」 と い う ルール を こぞ っ て 導入 し た が 、 阪急 に は 特定 の 優先 座席 が な かっ た ためこう な っ た 。 ところ が 、 阪急 電鉄 側 の 思惑 と は 裏腹 に この 「 全席 優先 座席 」 は 浸透 せ ず 、 ほとんど 座席 の 譲り合い が 行 わ れ て い な い と い う 現状 を 受け 、 2007 年 6 月 末 の 阪急 阪神 ホールディングス の 株主 総会 で 再 設置 の 要望 が あ っ た の を 機 に 全席 優先 座席 を 見直 す こと に な り 、 同年 10 月 29 日 に 「 全席 優先 座席 」 は 廃止 さ れ 、 再び 「 優先 座席 」 を 設置 し た 。 しかし 、 優先 座席 の 設置 箇所 は 基本 的 に 各 車両 の 「 梅田 を 前方 と し た とき の 最後 尾 座席 」 で あ る の だ が 、 運転 台 、 もしくは 運転 台 跡 が 存在 する 車両 は それ ら の 逆側 の 座席 と な っ て お り 、 中間 に 運転 台 および その 廃止 改造 を 行 っ た 車両 が 含 ま れ る 編成 ( 神戸 線 の 80 3 2 F など ) だ と 、 優先 座席 が 車両 に よ っ て 前 の 方 に あ っ たり 後ろ の 方 に あ っ たり と あまり 統一 さ れ て い な い と い う 懸念 が あ る 。 駅 構内 で 優等 列車 の 通過 待ち を する 列車 の 乗務 員 は 必ず ホーム に 立ち 通過 監視 を 行 う 。 その とき 運転 士 は ブレーキ ハンドル を 非常 ブレーキ 位置 に セット し 、 さらに マスコンキー ( 京都 線 車両 の 5300 系 以前 に つ い て は リバース ハンドル : 主幹 制御 器 に 取り付け る 前進 ・ 後進 の 切り替え ハンドル ) を 所持 し て ホーム に 立 つ 。 乗務 員 交替 駅 発車 時 、 警笛 吹鳴 を 行 う こと が あ る 。 1990 年代 後半 頃 に 近畿 地方 の 鉄道 事業 者 で は 初めて 外部 の 事業 者 の テレビ 番組 、 映画 、 ドラマ の 撮影 を 認め た ( 日本 の 鉄道 事業 者 で 最初 に この 事業 を 開始 し た の は 京成 電鉄 で あ る ) 。 登記 上 の 本店 所在 地 を 大阪 府 池田 市 に 置 い て い る こと から 、 池田 市 を 所管 する 豊能 税務 署 の 法人 税 ランク で は 常 に トップ で あ る 。 日本 の 鉄道 事業 者 で 初めて 「 学生 専用 出口 」 を 196 0 年代 中頃 に 甲陽 線 甲陽園 駅 を 皮切り に 一部 の 駅 で 開設 し た ( 制服 着用 が 条件 ) 。 毎年 年末 年始 は 土曜 ・ 休日 ダイヤ 編成 だ が 、 宝塚 線 に 限 り 正月 三 が 日 は 「 臨時 ダイヤ 」 と し て 急行 と 普通 列車 を それぞれ 10 分 ずつ の 間隔 で 運転 する 。 京都 線 で も 昼間 の 特急 が 増発 さ れ る まで は 正月 三 が 日 に 限 っ て 、 特急 ・ 急行 を 増発 し て い た 時期 も あ る 。 朝夕 の ラッシュ 時 など の 押し屋 ( アルバイト ) と し て 学生 班 が 設け られ て い る 。 その 名 の 通り 、 大学 生 と 専門 学校 生 が 雇用 対象 で あ る 。 関西 私鉄 で 初めて 駅構内 に 立ち食いそば ・ うどん 店 を 設け た の は 阪急 電鉄 で あ る ( 阪急 そば ) 。 国際 文化 公園 都市 ( 愛称 : 彩都 ) に 土地 を 保有 し て い る 。 グリーン マックス より 阪急 通勤 車 の 未 塗装 エコノミー キット が 発売 さ れ て い る 。 パーツ の 組合せ で 2000 系 ~ 8000 系 まで の 車両 が 製作 可能 。 その 他 の 形式 に つ い て は 各形式 の 項目 を 参照 。 阪急 阪神 東宝 グループ に 属 する 全 企業 の 一覧 は 阪急 阪神 東宝 グループ を 参照 。 阪急 百貨 店 東宝 阪神 電気 鉄道 阪急 電鉄 グループ 能勢 電鉄 北 大阪 急行 電鉄 神戸 電鉄 北神 急行 電鉄 神戸 高速 鉄道 阪急 バス 阪急 田園 バス 神鉄 バス 丹後 海陸 交通 阪急 タクシー 阪急 交通 社 関西 テレビ 放送 - フジニュース ネットワーク / フジ ネットワーク の 準 キー 局 。 フジ サンケイ グループ に も 近 い 阪急 コミュニケーションズ ( 元 TBS ブリタニカ ) アルナ 車両 ステーション ファイナンス シアター ・ ドラマ シティ アーバン ・ エース 森 組 コマ ・ スタジアム - 東宝 グループ で も あ る 東京 楽 天地 - 東宝 グループ で も あ る オーエス - 東宝 グループ で も あ る 下津 井 電鉄 - 阪急 電鉄 が 資本 参加 し て い る が 、 関係 は 比較 的 希薄 で あ る 。 全但 バス - かつて 阪急 電鉄 の 関連 企業 で あ っ た 。 池田 銀行 - 阪急 阪神 ホールディングス が 大 株主 で 、 阪急 電鉄 の 駅構内 に 設置 し て い る 現金 自動 預け 払い 機 ( PatSat ) の 管理 銀行 。 毎日 放送 - 関西 テレビ の 開局 に 携わ っ て い る イメージ が 強 い が 、 毎日 放送 の 前身 で あ る 新 日本 放送 の 開局 に も 携わ っ て い る 。 エフエム 大阪 - 阪急 阪神 ホールディングス が 株主 に な っ て い る 。 現在 SDD ( ストップ ・ ドランク ・ ドライビング ) プロジェクト ( 飲酒 運転 を やめ る 運動 ) の スポンサー と し て 阪急 阪神 東宝 ホールディングス と し て 提供 。 Kiss - FMKOBE - 時期 は 不明 だ が 、 過去 に 提供 番組 が あ っ た 。 阪急 ドラマ シリーズ - 関西 テレビ で 放送 さ れ て い た 番組 で 、 近畿 地区 で は 阪急 百貨 店 ・ 阪急 不 動産 と とも に スポンサー と な っ て い た 。 MBS ナウ - かつて 提供 し て い た テレビ 番組 。 MBS タイガース ナイター - 「 ブレーブス ・ ダイナミック ・ アワー 」 で は 阪急 百貨 店 と とも に 提供 し た ラジオ 番組 。 +スルッと KANSAI ( するっと かんさい ) と は 、 関西 ( 近畿 地方 ) の 公共 交通 機関 の 乗車 カード の ネットワーク 、 また は 大阪 府 大阪 市 に 本社 を 置 く その 協議 会 の 筆頭 会社 で あ る 。 筆頭 会社 の 正式 な 商号 は 株式 会社 スルッと KANSAI で あ る 。 スルッと KANSAI は システム の 名称 で あ り 、 カード の 名称 は 発行 社 局 に よ り 異な る 。 1992 年 4 月 1日 、 阪急 電鉄 が それ まで 乗車 券 購入 や 運賃 精算 用 と し て 販売 し て い た ラガール カード を 用い た ストアード フェア システム 「 ラガール スルー 」 の 運用 を 開始 し 、 1994 年 に は 能勢 電鉄 が 自社 の パストラル カード と ラガール カード を 共通 化 する 形 で 参加 。 そして これ を 当時 自動 改札 機 の 更新 を 予定 し て い た 阪神 電気 鉄道 、 大阪 市 交通 局 、 北 大阪 急行 電鉄 の 3 社 局 に も 拡張 対応 さ せ 、 1996 年 3 月 20 日 から 「 スルッと KANSAI 」 の 統一 名称 を 用い て の 運用 を 開始 し た 。 当初 、 スルッと KANSAI に 関わ る 業務 は 加盟 各社局 が 分担 し て 行 っ て い た が 、 加盟 社 局 の 増加 と とも に 業務 の 効率 化 を 図 る ため 、 専任 事務 局 と し て 株式 会社 スルッ と カンサイ が 2000 年 7 月 18 日 に 設立 さ れ た 。 スルッと KANSAI で は プリペイド カード の 提携 のみ に とどま ら ず 、 各種 チケット や 、 グッズ 制作 販売 会社 と とも に 加盟 各社 の グッズ など の 企画 を 行 い 、 各社 主要 駅 など で バンダイ や 明治 製菓 など と 共同 で 企画 し た 玩具 や チューインガム など を 販売 し て い る 。 また 、 切符 の 台紙 など の 資材 の 一括 調達 も 行 っ て い る ( ただし 、 入札 に よ る こと が 要求 さ れ る 公営 交通 機関 に つ い て は 一括 調達 は 行 わ れ て い な い ) 。 共同 企画 の 玩具 や コンパクト ディスク や バンダイ から 発売 さ れ て い る B トレイン ショーティー の 限定 版 は 、 基本 的 に 一 度 販売 さ れれ ば 、 再販 し な い 方式 を 貫 い て い る ため 、 多く の 関西 在住 の 鉄道 ファン など から も 再販 と 増販 と 販売 制限 撤廃 と 予約 販売 を 求め る 声 が 多 い ( B トレイン ショーティー の 場合 、 南海 電気 鉄道 が 2005 年 11 月 ・ 2007 年 9 月 、 阪急 電鉄 ・ 京阪 電気 鉄道 ・ 山陽 電気 鉄道 が 2007 年 6 月 ~ 8 月 に 2008 年 1 月 に は 大阪 市 交通 局 が 、 同年 3 月 に は 近畿 日本 鉄道 が 其々 一般 販売 用 に アレンジ し て 発売 し た ) 。 2004 年 から は 非 接触 型 IC カード 「 PiTaPa 」 が 導入 さ れ た 。 これ に よ り スルッと KANSAI 協議 会 に は 関西 の 交通 事業 者 だけ で は な く 、 岡山 県 や 静岡 県 の 交通 事業 者 も 加盟 し て 「 PiTaPa 」 を 導入 する よう に な っ た 。 また 「 PiTaPa 」 は 電子 マネー と し て も 利用 でき る こと から 百貨 店 や 地方 公共 団体 など も 参加 し て い る ( 参加 事業 者 ・ 導入 時期 は PiTaPa の ページ を 参照 の こと ) 。 磁気 乗車 券 と し て の 「 スルッと KANSAI 」 は 近畿 地方 全域 ( 京阪神 地区 ) の 交通 事業 者 で 利用 でき る と さ れ て い る が 、 使用 でき な い 範囲 も バス 路線 を 中心 に 多 い 。 滋賀 県 で は 京阪 京津 線 と 比叡山 鉄道 、 ( 坂本 ケーブル ) 、 京阪 宇治 バス で 大津 市 内 と 京都 バス 比良 線 の 高島 市内 のみ 。 京阪 石山 坂本線 ( 2007 年 4 月 1日 より PiTaPa を 導入 ) や 滋賀 県 内 の 主要 交通 事業 者 で あ る 西武 グループ 系 の 近江 鉄道 グループ ( 鉄道 、 バス と も ) 、 京阪 グループ の 江若 交通 、 独立 系 の 帝産 湖南 交通 、 滋賀 交通 など は 加盟 し て お ら ず ( 協議 会 すら 参加 し て い な い ) 、 滋賀 県 内 に お い て スルッと KANSAI が 普及 し て い る と は 言 い がたい ( 京阪 バス も 滋賀 県 内 で 運行 し て い る が 、 滋賀 県 内 の 路線 を 管轄 する 営業 所 で は 一部 を 除 き 導入 し て い な い ため 使用 でき な い ) 。 この 点 、 滋賀 県 内 の 西 日本 旅客 鉄道 ( JR 西 日本 ) の 駅 で も 広 く 利用 でき る J スルー や ICOCA と 対照 的 で あ る ( ただし 、 滋賀 県 内 で J スルー カード や ICOCA が 使え る バス 事業 者 も な い ) 。 また 奈良 県 ・ 兵庫 県 の バス 事業 者 で シェア の 大き い 奈良 交通 や 神姫 バス で は 使用 でき な い ( ただし 、 両社 と も 協議 会 に は 加盟 し て お り 、 IC カード PiTaPa を 介 し た 共通 化 が 図 ら れ て い る ) 。 京都 市 内 の ヤサカバス 、 南 大阪 地区 の 阪堺 電気 軌道 ( 南海 系 ) 、 中日 臨海 バス 、 金剛 自動 車 、 日本 城 タクシー や 播磨 地区 の 姫路 市 企業 局 交通 事業 部 、 明石 市 交通 部 で の 使用 は でき ず 、 協議 会 自体 に も 参加 し て い な い ( ただし 明石 市 交通 局 に 関 し て は J スルー カード は 利用 可能 ) 。 水間 鉄道 、 京阪 京都 交通 に つ い て は スルッと KANSAI へ の 加盟 が 決定 し 2007 年 秋 開催 の スルッと KANSAI の イベント に 参加 し て い る ( 京阪 京都 交通 は 2008 年 3 月 1日 から 「 PiTaPa 」 と 同時 に 導入 、 水間 鉄道 ・ バス に 関 し て は 導入 時期 は 未定 ) 。 一方 和歌山 県 で は 、 南海 グループ の 和歌山 バス 那賀 ( 特殊 路線 を 除 く ) 、 和歌山 バス 、 南海 りんかん バス ( ただし 高野山 駅 発着 の 急行 バス を 除 く ) で 導入 し て い る 。 和歌山 電鐵 ( 旧 南海 貴志川 線 ) や 和歌山 バス の 路線 の 南限 で あ る 海南 市 以南 の 交通 機関 で は 一切 使用 でき な い 。 一方 自治 体 など が 自主 運行 する コミュニティバス に 関 し て は 、 委託 業 者 に よ っ て 利用 でき る ところ と でき な い ところ が あ る 。 また 空港 へ の リムジン バス に 関 し て は 大阪 空港 交通 の 川西 線 の み 利用 可能 で あ る ( 大阪 空港 発着 の 各 路線 は 大阪 空港 交通 の 運行 便 に 限 り PiTaPa が 導入 さ れ て い る 。 関西 国際 空港 発着 便 は 依然 利用 でき な い ) 。 なお 2006 年 3 月 31 日 に 京阪 宇治 交通 と その 子 会社 で あ る 京阪 宇治 交通 田辺 は 京阪 バス に 吸収 合併 さ れ 、 スルッと KANSAI 協議 会 から 脱退 し た 。 加盟 会社 の 脱退 は これ が 初めて の 事例 で あ る 。 「 大 都市 圏 内 の 私鉄 各線 で 共通 で 利用 でき る 」 と い う 点 が スルッと KANSAI と 共通 し て い る 関東 圏 の パス ネット は 、 その IC カード 版 で あ る PASMO が 登場 し て から 1 年 足 ら ず の 2008 年 1 月 に 発売 を 停止 し た が 、 スルッと KANSAI は その IC カード 版 と 位置 づけ られ た PiTaPa が サービス を 開始 し て 2008 年 現在 で 4 年 が 経過 し て い る に も 関わ ら ず 、 発売 停止 に な る 予定 は 全く 無 い 。 これ は 、 PiTaPa が ポストペイ ( 後払い ) と い う システム を 取 っ て い る ため 、 カード の 発行 に 際 し クレジット カード の よう に 審査 が 必要 ( 但し 公表 さ れ て は い な い もの の 、 クレジット カード と は 別 の 審査 基準 と な っ て い る ) で あ る 一方 、 PASMO の 場合 は 無 条件 ・ 無記名 で 購入 でき る カード の ため 、 カード を 持て な い 人 や クレジット カード を 嫌 う 層 に 一定 の 需要 が あ る ため で あ る 。 また スルッと KANSAI を 導入 し て い る 事業 者 で も 経営 面 が 首都 圏 と 比べ る と 一段 と 厳し い ため に バス 会社 を 中心 に IC カード を 導入 する 目処 が 立 っ て い な い 業者 も 多 い 一面 も あ る 。 また 利用 者 の 声 を 受け て 、 近鉄 など で は 駅構内 に スルッと KANSAI だけ を 発売 する 専用 の 自動 券 売 機 を 設置 し たり 大阪 線 ( 大和 八木 以西 ) 橿原 線 ・ 京都 線 等 の 特急 車 内 で 車掌 が J スルー カード と とも に 販売 を 行 っ たり 、 阪急 に 至 っ て は 主要 駅 の 構内 に 専用 の ブース を 設け 、 駅 係 員 が 自ら 販売 する など 、 PASMO が 登場 し て から 段階 的 に 販売 規模 を 縮小 し た パス ネット と は 対照 的 に 積極 的 に 販売 活動 を 行 っ て い る 。 ( 相互 利用 に よ り ICOCA も 使用 可能 に な っ た が 、 告知 不足 に よ り ICOCA で 私鉄 に 乗れ る こと を 知 っ て い る 人 が 少な かっ たり 、 ICOCA へ チャージ でき る 自動 券売 機 や ICOCA で 乗り越 し 精算 が でき る 自動 精算 機 が 少な かっ たり と 、 JR 線内 より 使 い 勝手 が 悪 い と の 声 も あ る ) ちなみ に 、 金券 ショップ で は 、 実 発売 額 より 安価 ( 1000 円 の カード が 990 円 など ) で 売 ら れ て い る こと が あ る の で 、 金券 ショップ で 購入 すれ ば PiTaPa や ICOCA より わずか な 差 で は あ る が 安 く 乗車 でき る 。 スルッと KANSAI の 目的 は 以下 の 通り で あ る 。 乗車 用 プリペイド カード を 導入 し 、 別途 乗車 券 ( 切符 ) を 買 わ な く て も 乗車 でき る よう に する 。 乗車 用 プリペイド カード と 乗車 券 購入 用 の プリペイド カード に 同じ もの を 使え る よう に する 。 乗車 用 及び 乗車 券 購入 用 プリペイド カード を 、 スルッと KANSAI 参加 社 局 間 で は 共通 に 使え る よう に する 。 この こと に よ り 、 加盟 社局 が カバー する エリア の 乗客 は 、 スルッと KANSAI 加盟 社局 が 発行 し た 「 スルッと KANSAI 」 ロゴ 入り プリペイド カード さえ 持 て ば 、 複数 の 交通 機関 で 共通 の 「 金券 兼 切符 」 と し て 使用 する こと が でき る 。 スルッと KANSAI 対応 カード の 発売 額面 は 、 以下 の 通り で あ る 。 なお 、 社局 に よ っ て は 取り扱い の な い 額面 が あ る 。 また 、 いずれ の カード も 有効 期限 は 設定 さ れ て い な い 。 大人 用 カード 500 円 1,000 円 2 ,000 円 3,000 円 5,000 円 小人 用 カード 500 円 1,000 円 1,500 円 2 ,000 円 2 , 500 円 特別 割引 カード 購入 に は 身体 障害 また は 療育 手帳 の 提示 を 要 する 。 大人 用 カード 1,000 円 1,500 円 小児 用 カード 500 円 7 50 円 スルッと KANSAI 協議 会 加盟 社 局 で 利用 する こと の でき る 周遊 券 が 発売 さ れ て い る 。 ただし 、 チケット に よ っ て 利用 可能 な 社局 や エリア が 限定 さ れ る 場合 が あ る 。 スルッと KANSAI3day チケット ( 全国 通年 発売 版 ) 連続 する 3 日間 乗り 放題 、 かつ 指定 さ れ た 施設 で 割引 など の 特典 を 受け られ る 。 大人 5,000 円 ( 1667 円 / 日 ) ・ 小児 2 , 500 円 。 通年 発売 で あ る が 有効 期間 が あ る の で 購入 ・ 使用 の 際 に は 注意 が 必要 で あ る 。 旅行 代理 店 など ( 近畿 と 三重 県 を 除 く ) で クーポン 券 を 購入 し 、 エリア 内 の 引換 場所 で 交換 する 。 直接 購入 でき る チケット 発売 場所 も あ る 。 この チケット は 海外 で も 発売 さ れ て お り 、 近年 日本 へ の 観光 客 が 増加 し て い る 大韓民国 で は 非常 に 好評 で あ る 。 払い戻し は 不可 で あ る 。 スルッと KANSAI3day チケット ( 全国 通年 発売 版 ) かつて は 連続 する 2 日間 の み 有効 で あ っ た が 、 現在 発売 中 の もの は 連続 し て い な く て も よく 、 任意 の 2 日間 乗り 放題 で 、 かつ 指定 さ れ た 施設 で 割引 など の 特典 を 受け られ る 。 大人 3,800 円 ( 1900 円 / 日 ) ・ 小児 1 ,900 円 。 3 day チケット と 同様 、 通年 発売 で あ る が 有効 期限 が あ る の で 購入 ・ 使用 の 際 に は 注意 が 必要 で あ る 。 発売 方法 は 3 day チケット ( 全国 通年 発売 版 ) と 同じ 。 払い戻し は 不可 で あ る 。 スルッと KANSAI3day チケット ( 関西 駅売 限定 版 ) 任意 の ( 連続 し て い な く て も 可 ) 3 日 の 乗り 放題 、 かつ 指定 さ れ た 施設 で 割引 など の 特典 を 受け られ る 。 大人 5,000 円 ( 1667 円 / 日 ) ・ 小児 2 , 500 円 。 春 ・ 夏 ・ 秋 の シーズン のみ の 発売 で 、 利用 日 が 限定 さ れ て い る 。 加盟 社 局 の 主要 駅 など で 発売 。 払い戻し は 、 すべて そろ っ た 状態 で 有効 期間 内 に 発行 社 局 で 手数 料 を 支払 う こと で 可能 で あ る 。 2 day チケット ・ 3 day チケット で は 従来 の 利用 範囲 の ほか に も 京阪 石山 坂本線 や 京阪 バス の 大津 地区 など 若干 だ が 利用 範囲 が 広が る 。 一方 で 各 バス 会社 が 受託 運行 する 地方 自治 体 の コミュニティバス に は 制約 が あ る 。 大阪 周遊 パス 大阪 市 交通 局 の 地下 鉄 ・ 大阪 市 交通 局 南港 ポート タウン 線 ・ 路線 バス と 大阪 市内 エリア ( 堺 市 と 尼崎 市 の 一部 も 含 む ) の 電車 ・ バス ・ に 1 日 乗り 放題 。 25 施設 に それぞれ 1 回 まで 入場 無料 、 その ほか 施設 、 店舗 割引 が 利用 でき る 。 2 ,000 円 ( 大阪 エリア 版 、 大人 のみ ) 。 通年 発売 。 加盟 社 局 の フリー 区間 を 加え た エリア 拡大 版 ( 2 , 200 円 から ) も あ る 。 さらに 海遊 館 の 入場 券 も 組み込 ま れ た 「 大阪 海遊 パス 」 も 発売 さ れ て い る 。 神戸 観光 1 day クーポン 神戸 エリア の 電車 と バス に 1 日 乗り 放題 と 神戸 市 内 の 観光 施設 で 利用 でき る 1,000 円 分 の 「 神戸 街 遊券 」 が セット に な っ て い る 。 2 ,000 円 ( 大人 のみ ) 。 春 ・ 夏版 ( 4 ~ 9 月 ) 、 秋 ・ 冬版 ( 10 ~ 3 月 ) の 発売 。 ほか に 阪急 電鉄 ・ 阪神 電気 鉄道 ・ 山陽 電気 鉄道 ・ 神鉄 拡大 版 も 発売 さ れ て い る 。 また 冬季 を 中心 に 「 有馬 温泉 太閤 の 湯 」 の 入場 料 が 組み込 ま れ た 「 有馬 温泉 ゆけむり チケット 」 が 発売 さ れ る こと も あ る 。 上記 の 切符 以外 に も スルッと KANSAI 協議 会 加盟 各社 で は 時季 に よ っ て 企画 もの と し て 、 2 社 局 以上 を 跨 ぐ フリー 切符 が 発売 さ れ て い る 。 スルッと KANSAI 用 の プリペイド カード は 、 縦 85 mm × 横 57 . 5 mm ( 日本 鉄道 技術 協会 ) 厚 さ 約 0 . 3 mm の ポリエステル 製 で 、 テレホン カード より わずか に 横 方向 に 大き い ( 磁気 定期 券 と 同じ 大き さ ) カード で あ る 。 情報 は 磁性 で 記録 さ れ て お り 、 カード リーダー や 自動 改札 機 ( ※ 専用 の 機種 ) で 書き換え る こと が でき る 。 裏面 の 印字 ( 感熱 皮膜 破壊 、 また は 感熱 発色 方式 ) も カード リーダー や 自動 改札 機 で 追記 する こと が でき る 。 発売 さ れ た カード に は 一定 の 金額 に 相当 する 度数 が 書き込 ま れ て お り 、 出札 機 や 改札 機 に 通 し て 乗車 や 乗車 券 購入 に 使用 する 度 に 、 必要 金額 に 相当 する 度数 を 減算 さ れ た データ に 書き換え られ る 。 使用 し た 度数 を 視認 でき る よう 、 カード 使用 時 に 支出 状況 を 裏面 に 21 回 まで 追記 で 印字 し て い く よう に な っ て い る 。 追記 さ れ る 内容 は 、 社局 名 、 使用 し た 駅 ・ 車両 、 使用 目的 ( 乗車 区間 あるいは 乗車 券 購入 など ) 、 日時 、 残額 、 など で あ る 。 印字 が 満杯 に な っ た 場合 は カード を 発売 する 券売 機 に 挿入 する と 残額 を 引き継 い だ 新し い カード が 再 発行 さ れ る ( 元 の カード に は 最終 残額 表示 に 二 重 取り消し 線 が 上書き さ れ 、 残額 情報 が 0 円 の 状態 で 返却 さ れ る ) 。 また 南海 電気 鉄道 で は 、 有料 特急 の 特別 急行 券 を 購入 する こと が でき る ( 一部 の 窓口 及び 車内 を 除 く ) 。 現行 の システム で は 、 度数 が なくな っ た カード を ( 追加 支払い で 度数 を 購入 する など で ) 再 利用 する サービス は 想定 さ れ て お ら ず 、 各 カード は 基本 的 に 使 い 切り で あ る 。 但し 、 使 い 切 っ た カード は その まま ゴミ 箱 行き に する の で は な く 、 各駅 の 回収 箱 に 投函 する こと に よ り 回収 さ れ 、 海外 の カード コレクター に 販売 さ れ て い る 。 関東 地方 の パス ネット や 中部 地方 の トランパス ( 交通 プリペイド カード ) など は カード 残額 が 初乗り 運賃 に 満 た な い 場合 、 その カード で 入場 でき な い が 、 スルッと KANSAI の 各 カード は 残額 が 10 円 で も あ れ ば 改札 を 通 る こと が でき 、 降車 の 際 に 乗り越 し 精算 すれ ば よ い と い う こと に な っ て い る 。 これ に つ い て は 、 パス ネット や トランパス で は 、 鉄道 営業 法 第 29 条 ノ 1 に あ る 「 有効 ノ 乗車 券 ナクシテ 乗車 シタルトキ ( = 有効 な 乗車 券 を 持 た ず に 乗車 し た とき ) 」 ( ここ で は 初乗り 運賃 に 満 た な い 時 ) に 「 鉄道 係員 ノ 許諾 ヲ受 ケスシテ 左 ノ 所為 ヲ為 シタル 者 ハ 50 円 以下 ノ 罰金 又 ハ 科 料 ニ処 ス ( = 鉄道 係員 の 許諾 を 受け な い で 左記 の 行為 を 行 っ た 者 は 50 円 以下 ~ 実際 は 1 万 円 以上 2 万 円 以下 ~ の 罰金 また は 科料 に 処 する ) 」 と い う 条文 に 則 っ て い る ため だ が 、 スルッと KANSAI を 含 む 関西 の 鉄道 事業 者 が 発行 する カード ( JR 西 日本 の J スルー を 含 む ) で は 、 これ を 国土 交通 省 に 届け出 て 「 特例 扱い 」 ( 鉄道 係員 の 許諾 を 受け て い る ) と し て い る ため 、 カード 残額 が 初乗り 運賃 に 満 た な く て も 入場 可能 と な っ て い る 。 利用 者 から すれ ば 、 残額 が 初乗り 運賃 未満 の カード を 所有 し て い た と し て も その まま 乗車 する こと が 可能 で あ り 、 特に 発車 間際 の 場合 に は 有利 に な り え る ( もっとも 駆け込 み 乗車 は 危険 な の で 自重 さ れ た し ) 。 関東 、 関西 いずれ の 方式 に しろ 、 不正 乗車 の 手助け に な る こと は な い の で あ る から 、 スルッと KANSAI や J スルー カード を 中心 と し た 関西 事業 者 系 カード は 、 利用 者 の 視点 に 立 っ た 取り扱い を 採用 し た と いえ る 。 導入 日 は その 事業 者 の 路線 で スルッと KANSAI 対応 プリペイド カード が 利用 可能 に な っ た 最初 の 日 。 その 日 以前 に も 既に 3 day チケット など に 限 っ て 利用 可能 で あ っ た 事業 者 ・ 路線 も あ る 。 漢字 略号 は 、 乗車 駅 の 社局 名 と し て カード 裏面 に 印字 さ れ る 文字 。 英字 略号 は 、 降車 駅 の 社局 名 と し て カード 裏面 に 印字 さ れ る 文字 。 ― は 、 設定 が な い こと を 示 す 。 鉄道 利用 時 は 、 乗車 時 および 券売 機 ・ 精算 機 等 利用 時 は 、 社局 名 漢字 略号 に 続 い て 駅名 が 3 文字 で 、 降車 時 は 社局 名 英字 略号 に 続 い て 駅名 が 2 文字 で 印字 さ れ る 。 バス 利用 時 は 、 社局 名 印字 に 続 い て 最大 4 桁 の 数字 ( 英字 の 場合 も あ る ) が 表示 さ れ る 。 IC カード 「 PiTaPa 」 導入 事業 者 ・ 路線 に つ い て は PiTaPa を 参照 の こと 。 ※ 1 大阪 港 トランスポート システム 2005 年 7 月 1日 より 路線 が 大阪 市 交通 局 に 編入 さ れ て い る 。 ※ 2 南海 電気 鉄道 和歌山 電鐵 貴志川 線 で は 使用 でき な かっ た ( 同線 は 2006 年 4 月 1日 より 和歌山 電鐵 に 譲渡 ) ※ 3 京阪 電気 鉄道 京阪 石山 坂本線 で は 使用 でき な い ( PiTaPa は 同線 を 含め て 使用 可 ) ※ 4 近畿 日本 鉄道 青山 町 駅 以西 で のみ 使用 でき る ( 近鉄 田原本 線 ・ 近鉄 道明寺 線 ・ 近鉄 吉野 線 市尾 駅 ~ 吉野 駅 ( 奈良 県 ) 間 ・ 各 ケーブル カー 除 く 。 ただし 、 エリア 外 の 一部 の 駅 で も スルッと KANSAI カード を 使用 し て 券売 機 で 切符 の 購入 が でき る ( PiTaPa は 近鉄 内部 線 ・ 近鉄 八王子 線 ・ 近鉄 志摩 線 を 除 く これ ら の 路線 および 志摩 線 の 一部 の 駅 も 含め て 使用 でき る ) 。 青山 町 駅 以西 の エリア に 入 っ て い た 伊賀 鉄道 伊賀 線 で は 使用 でき な かっ た ( 同線 は 2007 年 10 月 1日 に 伊賀 鉄道 に 運営 移管 ) 。 ※ 5 京福 電気 鉄道 ( 嵐電 ) 駅 改札 口 で 印字 し た もの に 限 ら れ る 。 車内 の カード 読み取り 機 で は 、 バス 式 の 印字 に な り 「 京福 電鉄 」 と 表示 さ れ る 。 ※ 6 比 叡山 鉄道 ( 比叡 山 坂本 ケーブル ) 駅 改札 口 に 設置 し た カード 読み取り 機 で バス 式 の 印字 が 行 わ れ 、 「 比叡山 」 と 表示 さ れ る 。 ※ 7 叡山 電鉄 車内 の カード 読み取り 機 で 印字 し た 場合 で も 、 鉄道 式 の 印字 と な る 。 ※ 1 大阪 市営 バス 赤 バス 乗車 時 の 印字 は 「 大交 BUS 」 と な る 。 ※ 2 大阪 空港 交通 川西線 のみ ( ただし PiTaPa で は 関空 方面 の 絡 む 路線 以外 は 利用 可 ) 。 ※ 3 南海 ウイング バス 南部 ・ 和歌山 バス 那賀 樽井 岩出 線 は 利用 不可 。 ※ 4 京阪 バス 大津 営業 所 管内 ・ コミュニティバス は 利用 不可 ( ただし 大津 地区 は 3 day チケット は 利用 可 ) 。 ※ 5 京阪 宇治 交通 ・ 京阪 宇治 交通 田辺 2006 年 4 月 1日 より 京阪 バス に 吸収 合併 さ れ た 。 ※ 6 神戸 交通 振興 山手線 の み 利用 可 。 ※ 7 京阪 京都 交通 ・ 京阪 宇治 バス 立命 館 大学 ( BKC ) 線 は 利用 不可 。 なお 、 各社 と も 高速 バス や 定期 観光 バス で は 利用 でき な い 。 また 、 深夜 急行 バス で は 南海 バス ( 深夜 急行 バス ( 南海 バス ) ) に 限 り 利用 可 ( ただし 3 day チケット は 利用 不可 ) 。 近鉄 は 以下 の 理由 で 参加 が 遅 かっ た 。 ストアード フェア システム を 導入 する に は コスト が かか り すぎ 、 増収 効果 で は 追いつ か な い こと 。 自動 改札 機 の 投資 が 膨大 自動 券売 機 など の 投資 も 膨大 既に 導入 し て い た プリペイド カード 「 パール カード 」 と サイズ 以外 の 規格 が 全く 異な り 、 自動 券売 機 など も 全面 改修 が 必要 と な っ た 。 JR と の 共同 使用 駅 ・ JR へ の 鉄道 駅 が 多数 存在 JR に 委託 : 柏原 駅 ( 大阪 府 ) 、 吉野 口駅 、 伊賀 上野 駅 ( 当時 ・ 現在 は 伊賀 鉄道 ) ノーラッチ 接続 : ( 上記 に 加え ) 桜井 駅 ( 奈良 県 ) ( 当時 ) 、 桑名 駅 、 津駅 、 松阪 駅 、 伊勢 市 駅 連絡 改札 口 : 鶴橋 駅 、 京都 駅 ( 当時 ) など 近鉄 自身 、 あまり 必要 性 が な かっ た 既に JR 西 日本 と の 競合 に さら さ れ て い た 阪急 ・ 南海 など の 他 の 関西 私鉄 に 比べ て 、 JR 西 日本 と の 競合 路線 は それ ほど 多 く な かっ た 。 後 に J スルー を 共同 で 発行 し て い る よう に 、 上記 共同 使用 駅 の 問題 も あ っ た 。 ストアード フェア システム その もの に よ る 旅客 増し か 増収 要因 に は な ら な い が 、 投資 額 に 見合 う ほど は 期待 でき な い 以上 の 理由 に よ り 、 当時 の 近鉄 で は ストアード フェア 導入 に は 消極 的 で あ っ た 。 一方 、 スルッと KANSAI 側 で も 、 近鉄 の 路線 エリア が あまり に も 広大 すぎ る こと は ネック と な っ た 。 すなわち 、 300 駅 を 超え る 近鉄 の 駅 データ を 追加 し 、 近鉄 の 複雑 な 運賃 制度 が システム の 大きな 負担 と な る こと が 懸念 さ れ た 。 また 全駅 自動 改札 設置 を 各社 の 参加 条件 と し て い た こと も あ る 。 さらに 近鉄 に は 、 乗車 券 の 経路 が 指定 さ れ て 大回り 乗車 が でき な い こと や 、 長 距離 乗 車 券 の 2 日間 有効 制度 、 途中 下車 制度 など 、 ストアード フェア システム 導入 に 支障 の あ る 制度 が あ っ た こと も 障害 と な っ た 。 しかし 、 その 後 以下 の よう に 状況 に 変化 が あ り 、 近鉄 も ストアード フェア システム 導入 を 行 っ た 。 定期 乗車 券 の 不正 乗車 防止 システム の 開発 に よ り 、 自動 改札 機 投資 に 対 する 増収 額 が 大幅 に 増加 し た 。 2 枚 対応 自動 改札 機 が 開発 さ れ 、 鶴橋 駅 JR 連絡 改札 の 問題 が 解消 さ れ た 。 乗降客 の 減少 に よ り 自動 改札 機 の 必要 台数 が 減 り 、 投資 額 が 減少 し た 。 この 後 、 近鉄 は 近鉄 田原本 線 利用 時 を 除 く 乗車 券 の 経路 指定 や 長 距離 乗 車 券 の 2 日間 有効 制度 、 途中 下車 制度 を 廃止 し 、 スルッと KANSAI 側 も 自動 改札 機 全 駅 設置 を 条件 と せ ず 、 近鉄 の 加盟 が 実現 し た 。 +琵琶 湖 線 ( びわ こ せん ) は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 東海道 本線 京都 駅 ~ 米原 駅間 と 北陸 本 線 米原 駅 ~ 長浜 駅 間 の 愛称 で あ る 。 ライン カラー は 青 ( ■ ) 。 JR 発足 後 、 1988 年 3 月 13 日 に 路線 愛称 が 定め られ た 時 、 京都 ~ 米原間 も JR 京都 線 と 名付け られ た が 、 地元 や 当時 の 滋賀 県 知事 から 地域 密着 の 路線 名 に し て 欲し い と の 要望 が あ っ た ため 、 翌 1989 年 に 再度 命名 し た 。 北陸 本線 の 米原 ~ 長浜 間 は 、 1991 年 9 月 に 田村 駅 ~ 長浜 間 が 交流 電化 から 直流 電化 に 変更 さ れ た 際 に 琵琶 湖 線 に 加え られ た が 、 2006 年 10 月 に 直流 電化 に 変更 さ れ た 同線 の 長浜 ~ 敦賀 駅 間 は 琵琶 湖 線 に 加え られ て い な い 。 なお 、 東海 旅客 鉄道 の 車内 放送 に お い て は 、 新 幹線 で は アーバン ネットワーク の 愛称 線 名 を 使用 し な い が 、 大垣 駅 方面 から 米原 駅 に 到着 する 普通 列車 で は 京都 方面 の 電車 に 対 し て のみ 「 琵琶 湖 線 」 と 案内 する こと も あ る 。 また 、 米原 駅 構内 の 案内 で も 大垣 方面 は 「 東海道 線 」 、 京都 方面 は 「 琵琶 湖 線 」 と 案内 さ れ て い る 。 京都 ~ 草津 間 は 複々 線 で 、 外側 の 2 線 ( 外側 線 ) は 主 と し て 優等 列車 、 貨物 列車 が 使用 し 、 内側 の 2 線 ( 内側 線 ) は 新 快速 ・ 普通 が 利用 し て い る 。 京都 ~ 米原間 の 全線 で 130km / h 運転 可能 で あ り 、 特に 京都 ~ 草津 間 は 内側 線 も 130km / h 対応 し て い る 。 大津 ・ 瀬田 ・ 南 草津 ・ 栗東 ・ 守山 ・ 篠原 ・ 稲枝 ・ 南彦根 は 絶対 信号 を 持 た な い 停留 所 で あ る 。 能登川 で 上り 、 近江八幡 で 下り 、 野洲 で 上り が それぞれ 緩急 接続 が 行え る ほか 、 河瀬 ・ 安土 に 中線 が あ り 普通 電車 の 特急 待避 や 折り返し に 使用 さ れ る 。 野洲 に は 車両 基地 ( 京都 総合 運転 所 京都 総合 運転 所 野洲 派出所 ) が あ り 、 221 系 ・ 223 系 電車 など が 休 む 姿 が 見 られ る 。 全 区間 で 阪和 線 運行 管理 システム が 導入 さ れ て い る 。 琵琶 湖 線 の すべて の 駅 で J スルー ・ ICOCA 、 東 日本 旅客 鉄道 ( JR 東 日本 ) の Suica 、 東海 旅客 鉄道 ( JR 東海 ) の TOICA 、 また スルッと KANSAI 協議 会 の PiTaPa が 使用 でき る 。 琵琶 湖 線 の 運行 系統 は 基本 的 に JR 京都 線 ・ JR 神戸 線 と 一体 で 組 ま れ て い る 。 優 等 列車 の ほか 、 新 快速 や 快速 列車 ( 琵琶 湖 線 内 で は 普通 列車 ) が JR 京都 線 ・ JR 神戸 線 から 直通 運転 し て い る 。 北陸 方面 へ の 特別 急行 列車 は 山科 駅 から 湖西 線 に 入 る の で 、 JR 京都 線 と 比べ る と 本数 は 少な い 。 定期 で 運転 さ れ る 列車 は 以下 の 通り で あ る 。 特急 「 はるか 」 「 びわ こ エクスプレス 」 は ラッシュ 時 に 、 夜行 列車 の 寝台 特急 ・ 急行 列車 は 深夜 ・ 早朝 に 運転 さ れ る 。 寝台 特急 「 富士 ( 列車 ) 」 「 はやぶさ ( 列車 ) 」 ( 東京 ~ 大分 ・ 熊本 ) 寝台 特急 「 瀬戸 ( 列車 ) 」 「 出雲 ( 列車 ) 」 ( 東京 ~ 高松 ・ 出雲 市 ) 急行 「 きたぐに ( 列車 ) 」 ( 新潟 ~ 大阪 ) 特急 「 びわ こ エクスプレス 」 ( 米原 ~ 大阪 ) 特急 「 はるか ( 列車 ) 」 ( 米原 ・ 草津 ~ 関西 空港 ) 特急 「 しな の ( 列車 ) 」 ( 長野 ~ 大阪 ) 特急 「 ひ だ ( 列車 ) 」 ( 高山 ~ 大阪 ) ちなみ に 、 特急 を 琵琶 湖 線 内 だけ 利用 し た 場合 、 新 幹線 を 使 う より も 特急 料金 が 高 い 。 新 快速 は JR 神戸 線 姫路 ・ 山陽 本線 網干 ・ 上郡 ・ 赤穂 線 播州 赤穂 方面 から JR 京都 線 を 経 て 琵琶 湖 線 長浜 ・ 北陸 本 線 近江 塩津 駅 ・ 敦賀 まで 直通 運転 し て い る 。 昼間 は JR 京都 線 で 毎時 4 本 運転 さ れ て い る が 、 その うち 1 本 は 山科 から 湖西 線 に 入 る ため 、 琵琶 湖 線 に 入 る 新 快速 は 3 本 、 かつ 野洲 以東 は 毎時 2 本 に な る 。 夕方 以降 は 野洲 まで 4 本 運転 さ れ る 。 朝 に は 草津 ・ 野洲 以西 が 新 快速 、 以東 は 普通 で 運転 さ れ る 電車 も あ る 。 一部 列車 を 除 き 京都 ~ 草津 間 は 内側 線 を 走 る 。 米原 以北 は ホーム 有効 長 の 関係 で 長浜 発着 は 8 両 編成 、 敦賀 ・ 近江 塩津 発着 は 4 両 編成 で 運転 さ れ る ( 12 両 運転 の 場合 は 米原 で 分割 ・ 併合 を 行 う ) 。 2006 年 10 月 21 日 の ダイヤ 改正 から それ まで の 長浜 発着 の 一部 の 電車 が 近江 塩津 ・ 敦賀 まで 延長 さ れ た 。 全列車 JR 西 日本 223 系 電車 1000 番 台 及び JR 西 日本 223 系 電車 2000 番 台 電車 で 運転 さ れ る 。 琵琶 湖 線 の 普通 電車 は その ほとんど が JR 京都 線 から JR 神戸 線 へ と 直通 し 、 高槻 以西 ( 朝 と 深夜 は 京都 以西 ) を 快速 運転 し て い る 。 早朝 ・ 深夜 に は JR 京都 線 に 入 ら ず 、 京都 始発 ・ 終着 の 列車 も あ る 。 多く は 米原 や 途中 の 野洲 発着 で 運転 さ れ る ほか 、 一部 は 大垣 や 長浜 まで 運転 さ れ る 。 列車 の 一部 は 草津 ・ 野洲 で 新 快速 に 変わ る ( あるいは 新 快速 から 変わ る ) も の も あ る 。 草津 ~ 京都 間 は 内側 線 運転 。 2008 年 3 月 の ダイヤ 改正 より 、 日中 下り 普通 電車 の 近江八幡 で の 新 快速 待ち合わせ が 無 く な り 、 米原 を 発車 する と 京都 まで 先着 する ダイヤ に 改め られ た 。 朝晩 に 下り は 近江八幡 、 上り は 野洲 で 新 快速 の 緩急 接続 を 受け る もの が あ る 。 日中 以降 の 野洲 着 新 快速 で は 米原 ( 以遠 ) 行き 普通 電車 に 乗り継ぎ が 可能 で あ る 。 JR 西 日本 221 系 電車 ・ 223 系 ( 1000 番 台 ・ 2000 番 台 ・ JR 西 日本 223 系 電車 6000 番 台 ( 網干 車 ) ) 電車 ( いずれ も 網干 総合 車両 所 所属 車 ) の 6 ・ 8 ・ 1 0 ・ 1 2 両 編成 で 運転 さ れ る 。 平日 朝 の 京都 分割 の 野洲 ゆき と 米原発 草津 行き 電車 は 4 両 の 短編成 で あ る 。 乗務 員 など は 列車 番号 の 末尾 を 取 っ て 「 T 電 」 と 呼 ぶ 場合 が あ る ( 高槻 ~ 京都 間 快速 運転 の 場合 の 列車 番号 末尾 は 平日 M 、 休日 K で あ る 。 これ ら も まとめ て T 電 と 呼 ん だり 、 平日 M = M 電 、 休日 K = K 電 と 呼 ん で い る ) 。 京都 から 草津 線 に 直通 する 列車 も 朝夕 に 設定 さ れ て お り 、 京都 総合 車両 所 所属 の 国鉄 117 系 電車 ・ 国鉄 113 系 電車 電車 も 使 わ れ て い る 。 草津 線 ・ 湖西 線 直通 の 普通 電車 の 中 に は 草津 ~ 京都 間 外側 線 を 走 る もの が あ る 。 平日 のみ 、 朝晩 に は 、 西明石 ・ 新 三田 ~ 草津 ・ 野洲 間 で 4 ドア 車 ( JR 西 日本 207 系 電車 ・ JR 西 日本 321 系 電車 電車 ) に よ る 普通 電車 ( 京阪神 緩行 線 ) も 運行 さ れ て い る 。 列車 番号 末尾 は 、 平日 C ( 休日 B だ が 、 休日 の 琵琶 湖 線 内 の 運転 はなし ) で あ る ( こちら は まとめ て C 電 と 呼 ば れ て い る ) 。 なお 、 山科 ~ 京都 間 は 湖西 線 の 新 快速 電車 ・ 普通 電車 も 走 っ て い る 。 これ に つ い て は 湖西 線 を 参照 の こと 。 山科 ~ 京都 間 に 新駅 を 設置 する 構想 が あ る 。 +京都 鉄道 ( きょう と てつどう ) は 、 1893 年 ( 明治 26 年 ) に 設立 さ れ た 民営 鉄道 。 現在 の 山陰 本線 の 前身 に あた る 路線 の 一部 を 建設 、 運営 し た 。 社長 は 田中 源太郎 。 明治 時代 、 京都 市 に 次 ぐ 京都 府 第 二 の 都市 で あ り 、 日本 海側 で は 貴重 な 商港 を 有 する 舞鶴 市 まで の 鉄道 敷設 が 緊急 の 課題 と な っ て い た 。 そこ で 田中 源太郎 、 浜岡 光 哲ら が 発起 人 と な り 京都 から 舞鶴 市 まで の 鉄路 敷設 を 目的 に 会社 が 設立 さ れ 、 1895 年 ( 明治 28 年 ) に 京都 駅 から 綾部 市 を 経 て 、 舞鶴 に 至 る 鉄道 免許 を 受け た 。 なお 、 舞鶴 へ の 鉄道 敷設 計画 は 京都 鉄道 の ほか 、 阪鶴 鉄道 ( 大阪 ~ 福知 山 ~ 舞鶴 ) 、 摂丹 鉄道 ( 大阪 ~ 園部 ~ 舞鶴 ) で 競合 する もの で あ り 、 舞鶴 へ の 鉄道 免許 は 熱心 な 設置 運動 の 賜物 で あ っ た 。 断崖 絶壁 に 線路 を 通 し 、 トンネル 8 箇所 、 橋梁 は 50 箇所 を 越え る 保津 峡 の 難工事 も 苦心 の 末 、 190 0 年 ( 明治 33 年 ) に 京都 ~ 園部 駅 間 が 開業 する が 、 園部 以北 へ は 資金 難 の ため 工事 が 遅々 と し て 進 ま ず 、 政府 は 舞鶴 鎮守 府 開庁 に 続 き 、 京都 から 舞鶴 へ 通じ る 鉄道 の 建設 は 国策 遂行 上 必要 不可欠 と し 、 未 成 部分 の 鉄道 免許 を 取り消 し 、 政府 は 自ら の 手 で 京都 から 舞鶴 へ 通じ る 鉄道 を 建設 を 開始 し た 。 そして 1910 年 ( 明治 43 年 ) に 園部 ~ 綾部 間 の 鉄道 を 完成 さ せ た 。 京都 ~ 園部 間 で 営業 を 続け て い た 京都 鉄道 も 190 6 年 ( 明治 39 年 ) 公布 の 鉄道 国有 法 に よ り 1907 年 ( 明治 40 年 ) に 阪鶴 鉄道 と とも に 国 に 買収 さ れ た 。 190 4 年 に 本社 屋 を 兼ね て 造 ら れ た 二条 駅 の 駅舎 は 日本 最古 の 木造 駅舎 で 、 1996 年 の 同駅 の 高架 化 に 伴 い 梅小路 蒸気 機関 車 館 に 移築 さ れ 、 資料 展示 館 と し て 利用 さ れ て い る 。 1893 年 ( 明治 26 年 )   設立 。 京都 市 から 舞鶴 市 まで の 鉄道 敷設 を 目指 し た 。 1897 年 ( 明治 30 年 ) 2 月 15 日   二条 駅 ~ 嵯峨 嵐山 駅間 開業 。 二条 駅 、 嵯峨 駅 開設 。 1897 年 4 月 27 日   大宮 ~ 二条 間 延伸 開業 。 大宮 駅 、 丹波 口 駅 開設 。 1897 年 11 月 16 日   京都 駅 ~ 大宮 間 延伸 開業 。 鉄道 作業 局 の 京都 駅 乗り入れ 。 1898 年 ( 明治 31 年 ) 1 月 1日   花園 駅 開設 。 1899 年 ( 明治 32 年 ) 8 月 1日   大宮 駅 閉鎖 。 1899 年 8 月 15 日   二条 ~ 園部 駅 間 延伸 開業 し 全通 。 亀岡 駅 、 八木 駅 、 園部 駅 開設 。 190 5 年 ( 明治 38 年 ) 1 月 15 日   大宮 駅 再開設 。 1907 年 ( 明治 40 年 ) 8 月 1日   国有 化 。 1909 年 ( 明治 43 年 ) 10 月 12 日   線路 名称 制定 「 京都 線 」 。 国有 化 直前 の 190 7 年 7 月 31 日 現在 の 路線 及び 駅名 を 記 する 。 京都 ~ 園部 ( 22 . 2 M35 . 73 km ) 京都 駅 - 大宮 駅 - 丹波 口 駅 - 二条 駅 - 花園 駅 ( 京都 府 ) - 嵯峨 嵐山 駅 - 亀岡 駅 - 八木 駅 - 園部 駅 形式 3 ( 1 , 2 ) - 1894 年 英 ナスミス ・ ウィルソン 社 製 ・ 軸 配置 0 - 6 - 0 ( C ) タンク 機関 車 - 2 は 1895 年 ( 開業 前 ) に 台湾 総督 府 鉄道 に 譲渡 と 推定 。 1 の 国有 化 後 は 、 国鉄 1100 形 蒸気 機関 車 ( 1111 ) 形式 1 ( 2 ( 2 代 ) , 6 , 7 ) - 1898 年 、 190 3 年 英 ナスミス ・ ウィルソン 社 製 ・ 軸 配置 2 - 4 - 2 ( 1 B 1 ) タンク 機 → 鉄道 院 国鉄 400 形 蒸気 機関 車 ( 643 ~ 645 ) 形式 2 ( 3 ) - 1894 年 英 ダブス 社製 ・ 軸 配置 2 - 4 - 2 ( 1 B 1 ) タンク 機 → 鉄道 院 国鉄 400 形 蒸気 機関 車 ( 509 ) ※ 官設 鉄道 から 割譲 ? 形式 4 ( 4 , 5 ) - 1897 年 米 ピッツバーグ 社 製 ・ 軸 配置 4 - 4 - 0 ( 2 B ) テンダー 機関 車 - 190 5 年 山陽 鉄道 に 譲渡 。 国有 化 後 国鉄 5200 形 蒸気 機関 車 ( 52 00 , 52 0 1 ) +関西 鉄道 ( 關西 鐵道 。 かんさい てつどう 、 かんせい てつどう ) は 、 明治 時代 に 存在 し た 現在 の 東海 旅客 鉄道 ・ 西 日本 旅客 鉄道 の 路線 に またが る 鉄道 事業 者 で 、 関西 本線 ・ 草津 線 ・ 片町 線 ・ 紀勢本線 ・ 桜井 線 ・ 和歌山 線 ・ 奈良 線 ・ 大阪 環状 線 の 前身 で あ る 。 本社 は 三重 県 四日市 市 に あ っ た が 後 に 事務 所 は 大阪 に 移転 し た 。 官営 鉄道 ( 官鉄 ) 東海道 本線 の ルート から 外れ た 三重 県 ・ 滋賀 県 の 旧 東海道 沿い の 地域 を 東海道 線 と 連絡 する 目的 で 開業 し た が 、 周辺 鉄道 会社 を 合併 する こと で 路線 規模 を 広げ 、 名古屋 - 大阪 間 の 独自 直通 ルート 開設 を 実現 し た 。 東海道 線 と の 間 で 壮絶 な 旅客 獲得 競争 を 繰り広げ た こと が 後世 まで 有名 に な っ て い る ( 官鉄 と の 競争 ) 。 旅客 サービス や 車両 技術 に お い て 先進 的 な 試み を 行 っ た こと で も 知 ら れ る が 、 これ を 支え た の は 初期 に 同社 の 技師 と し て 、 日本 の 鉄道 技術 の 先駆 者 と 言 わ れ る 島安次郎 が 在職 し た と い う 背景 が あ る ( 彼 は 新 幹線 実現 の 功労 者 で あ る 島 秀雄 の 実父 で も あ る ) 。 当初 は 官設 鉄道 の 経路 から 外れ た 東海道 沿い の 滋賀 、 三重 県 下 の 都市 を 東海道 線 に 結 ぶ 目的 で 設立 さ れ た 。 その 後 、 路線 を 西 へ 奈良 に 延長 、 片町 駅 - 四条畷 駅 を 開業 し て い た 浪速 鉄道 および 四条畷 から 木津 方面 の 路線 免許 を 持 つ ( 未 開業 の ) 城河 鉄道 を 合併 し て 現在 の 片町 線 経由 で 名阪 間 を 開通 、 1898 年 ( 明治 31 年 ) に 大阪 片町 に ターミナル を 入手 し た 。 しかし 、 敷地 の 拡張 が 困難 な ため 網島 駅 ( 廃止 ) に 起点 を 移設 、 さらに JR 難波 駅 から 奈良 に 路線 網 を 持 つ 大阪 鉄道 ( 初代 ) を 合併 し 現在 の 関西 本線 を 全通 、 湊町 に ターミナル を 再度 移転 さ せ た 。 名阪 全通 に 伴 い 、 官設 鉄道 と の 間 で この 区間 の 旅客 ・ 貨物 を 巡 る 競争 が 始ま っ た 。 これ は 、 関西 鉄道 を 吸収 し た 側 の 官鉄 の 正史 と も いえ る 「 日本 鉄道史 」 に も 紙幅 を 割 い て 触れ られ る ほど で あ っ た 。 関西 鉄道 は 、 昼行 1 往復 ・ 夜行 1 往復 で 料金 不要 の 急行 列車 を 設定 し た 。 新式 の 「 早風 ( はやかぜ ) 」 ( 後 の 国鉄 6500 形 蒸気 機関 車 ) と 名づけ られ た 蒸気 機関 車 を 用い た 急行 は 、 同 区間 を 昼行 で は 下り 5 時間 34 分 ・ 上 り 5 時間 16 分 、 夜行 は 下り 6 時間 41 分 ・ 上 り 6 時間 3 分 で 走破 し た 。 この 時 、 官鉄 の 下り 急行 列車 は 名古屋 駅 - 大阪 駅 間 に お い て 昼行 が 6 時間 4 分 、 夜行 が 5 時間 20 分 で 走破 し 、 運賃 も 同額 の 1 円 21 銭 で あ っ た から 、 勝負 は ほぼ 互角 で あ っ た 。 190 0 年 ( 明治 33 年 ) に は 、 奈良 駅 ・ 天王 寺 駅 経由 の 現在 の 関西 本線 ルート ( 湊町 駅 ( 今 の JR 難波 駅 ) - 名古屋 駅 ) が 完成 し 、 昼行 急行 に 関 し て は こちら の ルート を 通 す よう に な っ た 。 しかし 所要 時間 は この 時 若 干 伸び た 。 その 後 、 190 2 年 ( 明治 35 年 ) に は 再び 所要 時間 を 短縮 し 、 5 時間 弱 の 運転 と し た 。 急行 列車 に は 190 4 年 ( 明治 37 年 ) より 食堂 車 も 連結 さ れ る よう に な っ た 。 190 2 年 ( 明治 35 年 ) 8 月 1日 、 官鉄 の 同 区間 の 片道 運賃 が 1 円 77 銭 ・ 往復 運賃 が 2 円 30 銭 だっ た の に 対 し て 、 関西 鉄道 が 往復 運賃 を 2 円 ( 片道 は 1 円 47 銭 ) に 値下げ る と 、 官鉄 は 慌て て 同月 6 日 に 往復 運賃 を 1 円 47 銭 に 値下げ し 、 往復 運賃 が 片道 運賃 を 下回 る と い う 事態 に な っ た 。 関西 鉄道 も すぐ さま 往復 運賃 を 1 円 50 銭 に 値下げ し 、 団扇 など と い っ た 小物 の サービス を 行 う など し て 競争 は 泥沼 化 し て 行 っ た 。 同年末 に 名古屋 商業 会議 所 の 建議 に よ り 大阪 府 知事 、 国会 議員 等 の 調停 が な さ れ 和解 が 成立 し た もの の 、 翌年 10 月 に な っ て 関西 鉄道 側 が 一方 的 に 協定 を 破棄 する 形 で 競争 が 再開 さ れ 、 同 鉄道 は 片道 運賃 を 1 円 10 銭 ・ 往復 運賃 を 1 円 20 銭 と し 、 弁当 など も サービス する 有様 と な っ た 。 当然 過当 競争 状態 で あ っ た が 、 関西 鉄道 は ほとんど 「 やけくそ 」 で 勝負 し て い た よう で あ る ( 関西 鉄道 の 社長 は 倒産 も 覚悟 し 、 「 どう せ 潰れ る なら 官鉄 を 潰 し て から 」 と い っ た と 言 わ れ る ) 。 この 競争 は 、 190 4 年 ( 明治 37 年 ) 2 月 に 日露 戦争 が 勃発 し た こと で 輸送 が 軍需 優先 と な っ た ため 、 同年 5 月 に ようやく 終結 し た 。 合併 に よ っ て 近畿 地方 で の 存在 感 が 高ま る に つれ 、 周辺 の 私鉄 が 関西 鉄道 に 合流 する 動き が で て き た 。 190 4 年 に 紀和 鉄道 が 合併 し た 後 、 同年 に 近畿 鉄道 合同 委員 会 を 設け 南和 鉄道 、 奈良 鉄道 が 合流 し た 。 南海 鉄道 は 委員 会 に 加わ っ た もの の 合流 に 至 ら な かっ た 。 その 後 関西 鉄道 は 、 190 6 年 ( 明治 39 年 ) 公布 の 鉄道 国有 法 に よ り 1907 年 ( 明治 40 年 ) 10 月 1日 に 国有 化 さ れ た 。 路線 299 マイル 16 チェーン ( 単位 ) ( 開業 線 280 M 72 C 、 未 開業 線 18 M24 C ) 機関 車 121 、 客車 5 71 、 貨車 127 3 が 引き継 が れ た 。 一 地方 のみ の 路線 で あ る の で 国有 化 を 除外 さ れ た いと の 請願 書 を 出 し た が 受け入れ られ な かっ た 。 国有 化 直前 、 同社 は 主要 幹線 で あ る 湊町 - 奈良 - 京都 駅 間 と 、 名古屋 - 河原田 駅間 および 城東 線 ( 現 ・ 大阪 環状 線 ) の 電化 計画 を 立て て 認可 を 受け て い た が 、 これ は 国有 化 に 当た っ て 買収 額 を 高 く する ため の 方策 で あ っ た と する 見方 も あ る 。 電化 は 国有 化 後 全く 顧み られ ず 、 1920 年代 以降 に 発展 し た 現在 の 近畿 日本 鉄道 の 路線 網 に 機能 を と っ て 代わ ら れ た 。 日付 は 日本 鉄道史 に よ る 1888 年 ( 明治 21 年 ) 3 月 1日   三重 県 四日市 市 に 資本 金 300 万 円 で 設立 が 許可 1889 年 ( 明治 22 年 ) 12 月 15 日   草津 駅 ( 滋賀 県 ) - 三雲 駅間 開業 1890 年 ( 明治 23 年 ) 2 月 19 日   三雲 - 柘植 駅 間 開通 、 現在 の 草津 線 全通 1890 年 ( 明治 23 年 ) 12 月 25 日   四日市 駅 - 柘植 間 開業 1891 年 ( 明治 24 年 ) 8 月 21 日   亀山 駅 ( 三重 県 ) - 一身田 駅間 開業 1891 年 ( 明治 24 年 ) 1 1 月 1日   一身田 - 津 駅 間 開業 1894 年 ( 明治 27 年 ) 7 月 5 日   四日市 - 桑名 仮 停車 場 延伸 開業 1895 年 ( 明治 28 年 ) 5 月 24 日   桑名 仮 停車 場 - 桑名 駅 延伸 開業 、 および 名古屋 駅 - 弥富 駅 開業 1895 年 ( 明治 28 年 ) 1 1 月 7 日   弥富 - 桑名 間 開業 に よ り 草津 - 名古屋 駅 全 通 1897 年 ( 明治 30 年 ) 1 月 15 日   柘植 - 上野 ( 現 、 伊賀 上野 駅 ) 間 開業 1897 年 ( 明治 30 年 ) 2 月 9 日   浪速 鉄道 を 合併 ( 片町 駅 - 四条畷 駅 ) 1897 年 ( 明治 30 年 ) 1 1 月 11 日   上野 - 加茂 駅 ( 京都 府 ) 間 開業 1898 年 ( 明治 31 年 ) 4 月 12 日   四条畷 駅 - 長尾 駅 ( 大阪 府 ) 間 開業 1898 年 ( 明治 31 年 ) 4 月 19 日   加茂 - 大仏 駅 間 、 通称 大仏 線 また は 大仏 鉄道 開業 1898 年 ( 明治 31 年 ) 6 月 4 日   新木津 - 四条畷 間 開業 1898 年 ( 明治 31 年 ) 9 月 16 日   新木津 - 木津 間 開業 1898 年 ( 明治 31 年 ) 1 1 月 18 日   加茂 - 新木津 駅 間 、 寝屋川 - 網島 駅間 開業 、 これ に よ り 名古屋 - 網島 駅間 全通 、 同 経路 で 急行 列車 の 運行 開始 1899 年 ( 明治 32 年 ) 5 月 21 日   大仏 線 大仏 駅 - 奈良 駅 間 開業 、 奈良 駅 へ 乗り入れ 190 0 年 ( 明治 33 年 ) 6 月 6 日   大阪 鉄道 ( 初代 ) 譲受 ( JR 難波 駅 - 奈良 、 王寺 駅 - 桜井 駅 ( 奈良 県 ) 、 天王 寺 駅 - 大阪 駅 ) 1901 年 ( 明治 34 年 ) 12 月 21 日   網島 - 桜ノ宮 駅 間 開業 190 3 年 ( 明治 36 年 ) 1 月 5 日   天王 寺 - 第 五 回 内国 勧業 博覧 会 開業 貨物 営業 開始 、 3 月 1日 旅客 営業 開始 、 8 - 9 月 に 施設 撤去 190 4 年 ( 明治 37 年 ) 8 月 27 日   紀和 鉄道 譲受 ( 五条 駅 ( 奈良 県 ) - 紀和 駅 ) 190 4 年 ( 明治 37 年 ) 12 月 9 日   南和 鉄道 譲受 ( 高田 駅 ( 奈良 県 ) - 五条 ) 190 5 年 ( 明治 38 年 ) 2 月 8 日   奈良 鉄道 譲受 ( 京都 駅 - 桜井 ) 1907 年 ( 明治 40 年 ) 8 月 21 日   木津 付近 で 経路 変更 、 現在 の 形 を 構築 1907 年 ( 明治 40 年 ) 8 月   大仏 線 廃線 ( 1907 年 旅客 駅 廃止 : 貨物 駅 と し て 存続 ) 1907 年 ( 明治 40 年 ) 10 月 1日   鉄道 国有 法 に よ り 国有 化 国有 化 直前 ( 190 7 年 9 月 30 日 ) の 路線 および 駅一覧 を 記 す 。 名古屋 - 湊町 間 106 マイル 67 チェーン ( 単位 ) 名古屋 駅 - 愛知 駅 - 蟹江 駅 - 弥富 駅 - 長島 駅 - 桑名 駅 - 富田 駅 ( 三重 県 ) - 四日市 駅 - 河原田 駅 - 加佐 登駅 - 亀山 駅 ( 三重 県 ) - 関駅 ( 三重 県 ) - 加太 駅 ( 三重 県 ) - 柘植 駅 - 佐那具 駅 - 伊賀 上野 駅 - 島ヶ原 駅 - 大河原 駅 ( 京都 府 ) - 笠置 駅 - 加茂 駅 ( 京都 府 ) - 大仏 駅 - 奈良 駅 - 郡山 駅 ( 奈良 県 ) - 法隆 寺 駅 - 王寺 駅 - 柏原 駅 ( 大阪 府 ) - 八尾 駅 - 平野 駅 ( JR 西 日本 ) - 天王 寺 - 今宮 駅 - JR 難波 駅 柘植 - 草津 間 22 M49 C 柘植 - 甲賀 駅 - 甲南 駅 - 貴生 川 駅 - 三雲 駅 - 石部 駅 - 草津 駅 ( 滋賀 県 ) 亀山 - 津間 9 M 52 C 亀山 駅 - 下庄 駅 - 一身 田 駅 - 津 駅 加茂 - 桜ノ 宮間 32 M 41 C 加茂 - 木津 - 新木津 駅 - 祝園 駅 - 京田 辺 駅 - 長尾 駅 ( 大阪 府 ) - 津田 駅 - 星田 駅 - 四条畷 駅 - 野崎 駅 ( 大阪 府 ) - 住道 駅 - 徳庵 駅 - 放出 駅 - 網島 駅 - 桜ノ宮 駅 七条 - 桜井 間 38 M 15 C 京都 駅 - 東寺 - 伏見 - 桃山 駅 - 木幡 駅 ( JR 西 日本 ) - 宇治 駅 ( JR 西 日本 ) - 新田 駅 ( 京都 府 ) - 長池 駅 - 玉水 駅 - 棚倉 駅 - 上狛 駅 - 木津 - 奈良 - 京終駅 - 帯解 駅 - 天理 駅 - 柳本 駅 - 三輪 駅 - 桜井 駅 ( 奈良 県 ) 大阪 - 天王 寺 間 6 M 57 C 大阪 駅 - 天満 駅 - 桜 ノ宮 - 京橋 駅 ( 大阪 府 ) - 玉造 駅 - 桃谷 駅 - 天王 寺 放出 - 片町 間 2 M 17 C 放出 - 片町 駅 王寺 - 桜井 間 13 M11 C 王寺 - 香芝 駅 - 高田 駅 ( 奈良 県 ) - 畝傍 - 桜井 高田 - 和歌山間 47 M 8 C 高田 - 大和 新庄 駅 - 御所 駅 - 掖上 駅 - 吉野 口 駅 - 北宇智 駅 - 五条 駅 ( 奈良 県 ) - 大和 二見 駅 - 隅田 駅 - 橋本 駅 ( 和歌山 県 ) - 高野口 駅 - 妙寺 駅 - 笠田 駅 - 名手 駅 - 粉河 駅 - 紀伊 長 田 駅 - 打田 駅 - 岩出 駅 - 船戸 駅 - 布施屋 駅 - 田井ノ瀬 駅 - 紀和 駅 和歌山 - 南海 連絡 点間 29 C 和歌山 - 南海 連絡 点 二見 - 川端 間 72 C 貨物 線 二見 - 川端 新 木津 - 木津 間 29 C 新 木津 - 木津 関西 鉄道 の 蒸気 機関 車 の 形式 は 、 原則 と し て 同形 機 の 最初 の 番号 を 採 っ た が 、 形式 ごと に 日本 語 に よ る クラス 名 が 付け られ て お り 、 特色 と な っ て い た 。 その 多く は 古典 文学 作品 に 登場 する 駿馬 の 名 に 由来 し て お り 、 特に 磨墨 ・ 池月 は 平家 物語 に 登場 し 、 宇治川 の 戦い の 先陣 争い で 知 ら れ た 源 頼朝 の 愛馬 から 採 ら れ て い る 。 客車 の 窓下 に 等級 識別 の 帯 を 塗装 する 手法 ( 一 等 車 を 白 、 二 等 車 を 青 、 普通 車 ( 鉄道 車両 ) を 赤 ) は 、 関西 鉄道 が 最初 に 導入 し た もの で あ る 。 旅客 に も 一目 で 等級 を 区別 でき 、 便利 な こと から 、 国有 化 後 に 広 く 採用 さ れ る に 至 っ た 。 また 駅名標 に よく 併設 さ れ て い る 「 駅 周辺 名所 観光 案内 」 も 、 1893 年 ( 明治 26 年 ) に 関西 鉄道 が 考案 し た と い わ れ る 。 +ICOCA ( イコカ ) は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) が 2003 年 11 月 1日 に 近畿 地方 の アーバン ネットワーク で 最初 に 導入 し た 、 主に 乗車 カード や 電子 マネー 、 ロッカー の 鍵 と し て 利用 でき る IC カード で あ る 。 また 、 JR 西 日本 の 登録 商標 で も あ る 。 ソニー の 非 接触 型 IC カード FeliCa の 技術 を 用い て い る 。 2008 年 4 月 末 現在 の 発行 枚数 は 約 368 万 枚 。 概要 ストアード フェア システム の J スルー の IC カード 版 で 、 さらに 定期 乗車 券 と 電子 マネー の 機能 を 併せ 持 つ カード で あ る 。 IC オペレーティング カード ( ICOperating CArd ) の 略称 だ が 、 関西 弁 の 「 行 こ か 」 ( 「 行 こ う 」 の 意味 ) と も 掛け た 、 親し み やす い 名称 と し て い る 。 2003 年 11 月 1日 から 近畿 地方 の アーバン ネットワーク で 使用 が 開始 さ れ た 。 現在 は 京阪神 エリア の 私鉄 ・ 地下 鉄 および 一部 の 路線 バス ( PiTaPa エリア ) 、 並び に 東 日本 旅客 鉄道 ( JR 東 日本 ) など の Suica エリア 、 東海 旅客 鉄道 ( JR 東海 ) の TOICA エリア で も 利用 可能 で あ る 。 ただし 、 私鉄 ・ 地下 鉄 ・ JR 各社 など 他社 で の 利用 は ストアード フェア ( SF ) 機能 に 限 ら れ 、 連絡 定期 券 は 発行 さ れ て い な い 。 この カード は 、 その 利便 性 ゆえ に 着実 に 浸透 し 、 サービス 開始 から わずか 5 か月 余り で 100 万 枚 を 突破 し た 。 また 、 2006 年 6 月 に は 京阪神 地区 の 駅 の コンビニエンス ストア 「 ハートイン 」 と 「 デイリー イン 」 の 全店 で ICOCA 電子 マネー が 利用 可能 に な り 、 ICOCA 対応 の 自動 販売 機 や コイン ロッカー も 登場 し た 。 電子 マネー 機能 を 利用 でき る 店舗 も 、 駅 改札 内 や 改札 周辺 から 街中 へ 本格 的 に 拡大 し て お り 、 まず は 2007 年 4 月 に 京都 駅 前 地下 街 「 ポルタ 」 の 一部 店舗 で 利用 を 開始 し た 。 主要 駅 に は ホーム や 改札 内 コンコース に 簡易 チャージ 機 が 設置 さ れ て い る 。 また 、 現金 が 手元 に な く て も 専用 の クレジット カード 経由 で チャージ ( 入金 ) の でき る SMARTICOCA も 展開 し て い る 。 また 、 2006 年 1 月 21 日 から は PiTaPa と 相互 利用 が 開始 さ れ 、 京阪神 エリア の 私鉄 ・ 地下 鉄 の うち PiTaPa を 導入 し て い る 事業 者 で も 利用 が 可能 と な っ た 。 SF 機能 の 相互 利用 に つ い て は 、 同様 の 事例 で あ る Suica ・ PASMO 間 より 1 年 程 早 く 開始 する こと に な っ た 。 さらに 2007 年 4 月 1日 に は PiTaPa が 近畿 日本 鉄道 や 京都 市 交通 局 など に も 導入 さ れ た こと に よ り 、 関西 の 大手 もしくは 準 大手 私鉄 ・ 公営 地下 鉄 の ほとんど の 路線 で ICOCA が 使用 可能 と な り 、 さらに 利便 性 が 向上 し た 。 ただし 、 連絡 定期 券 に お い て は PiTaPa の コンセプト など も あ り 、 まだ 相互 発売 の 実施 を 検討 し て い る 段階 に あ る 。 2007 年 9 月 1日 から は 、 アーバン ネットワーク 以外 で は 初めて 中国 地方 の 都市 部 135 駅 で 利用 可能 と な っ た 。 近畿 地方 以外 の JR 西 日本 の 地域 で の ICOCA 導入 は 初 と な る 。 ただし 、 しばらく の 間 は 京阪神 エリア と 岡山 ・ 広島 エリア 間 の エリア を 跨 い だ 利用 が でき な い 。 これ は 京阪神 エリア の 旧型 機器 の 仕様 が 原因 で あ り 、 同 エリア の システム 改修 に 合わせ て 改善 し た い と し て い る 。 一方 、 京阪神 エリア の うち アーバン ネットワーク 内 から 定期 列車 が 乗り入れ る に も かかわ ら ず 、 ICOCA が 利用 でき な い 線 区 ( 例 : 敦賀 駅 、 福知 山 線 の 篠山口 駅 以北 、 和歌山 線 の 高田 ~ 和歌山間 など ) が あ る 。 現在 、 これ ら の 線 区 へ の ICOCA の 導入 予定 は 発表 さ れ て い な い 。 Suica と は 2004 年 8 月 1日 から 相互 利用 が 開始 さ れ た 。 これ に よ り 、 現金 に よ る チャージ 、 改札 機 ・ 券売 機 ・ 精算 機 ・ 履歴 の 印字 など 、 Suica ・ ICOCA エリア で 、 ほぼ 同様 の サービス を 受け る こと が でき る 。 ただし 、 Suica グリーン 券 や 私鉄 と の 連絡 改札 の 利用 など 、 相互 に 一部 対応 し て い な い サービス も 存在 する 。 Suica エリア で は 乗車 駅 から の 初乗り 運賃 相当 額 が な い と 入場 でき な い など 、 利用 方法 に も 若干 違い が あ る 。 相互 利用 開始 当初 の 対象 カード は 大人 用 に 限 ら れ 、 こども ICOCA は 利用 でき な かっ た が 、 2007 年 3 月 18 日 の こども 用 Suica 発売 開始 と 同時 に 、 こども ICOCA も 相互 利用 が 可能 と な っ た 。 なお 、 Suica ショッピング サービス に つ い て は 2008 年 3 月 18 日 より 相互 利用 が 可能 に な っ て い る 。 JR 東海 の TOICA と は 2008 年 3 月 29 日 から 相互 利用 が 開始 さ れ た 。 なお 、 Suica ・ TOICA ・ ICOCA の 各 エリア を 跨 っ て の 利用 は 不可 で あ る 。 購入 ・ チャージ 方法 ICOCA を 購入 ・ チャージ する に は いく つ か の 方法 が あ る 。 なお 、 SMARTICOCA の 購入 方法 は 当該 項目 を 参照 。 いずれ の 方法 に お い て も ICOCA に チャージ でき る 上限 額 は 20 , 000 円 で 、 1,000 円 ・ 2, 000 円 ・ 3,000 円 ・ 5, 000 円 ・ 10,000 円 の 5 種類 の 単位 で 何 度 で も チャージ が 可能 で あ る 。 Suica の 場合 、 一部 の 駅 ( ICOCA エリア のみ で Suica エリア で は JR 東 日本 の ビュー カード のみ ) で は クレジット カード で の チャージ が でき な い 駅 も あ る 。 また 、 J スルー カード や オレンジ カード で の 購入 ・ チャージ は でき な い 。 自動 券売 機 新規 購入 ICOCA マーク の あ る 自動 券売 機 で 購入 でき る 。 デポジット 500 円 + チャージ 1,500 円 の 2,000 円 で の 発行 と な る 。 感熱 紙 に よ る 領収 書 も 発行 でき る 。 なお 、 一部 の ICOCA 定期 券 は 一部 の みどり の 券売 機 で も 購入 でき る 。 チャージ あらかじめ 指定 さ れ た 金額 ( 1,000 円 ・ 2, 000 円 ・ 3,000 円 ・ 5, 000 円 ・ 10,000 円 ) で の チャージ が 可能 。 これ 以外 の 金額 を チャージ し た い 時 は 複数 回 操作 する 。 感熱 紙 に よ る 領収 書 も 発行 でき る 。 みどり の 窓口 新規 発売 ・ チャージ とも に 可能 。 支払い は 現金 ・ クレジット カード が 使用 でき る ( クレジット カード で チャージ する 場合 、 サイン に 加え カード の 暗証 番号 も 必須 と な る ) 。 また 、 こども ICOCA も 発売 し て い る 。 こども ICOCA の 購入 に は 健康 保険 証 など 年齢 を 証明 でき る 公的 証明 書 が 必要 。 JR 西 日本 の みどり の 窓口 で は 、 Suica ・ PiTaPa ・ TOICA に 対 し て も クレジット カード で の チャージ を 取り扱 っ て い る 。 ただし 、 VIEWSuica カード ・ HANAPLUS カード ( STACIA カード ) ・ KOBEPiTaPa など クレジット カード 一体 型 カード の 場合 、 クレジット 部分 から の チャージ は 端末 の 仕様 上 公式 に は 不可 と さ れ て い る 。 Suica ・ PiTaPa カード を カード 発行 機 に 挿入 し た 上 で 、 クレジット カード の 読み取り に 端末 の カード リーダー を 使用 する 必要 が あ る ため 。 この ため 、 これ ら の カード に チャージ する 場合 は 別 の クレジット カード か 現金 を 利用 する こと に な る 。 e - kenet PiTaPa ・ 三井 住友 カード ・ ANAPiTaPa カード など 分離 型 で あ れ ば 、 クレジット 部分 から の チャージ は 可能 で あ る 。 また 、 別 の 方法 を 使 う こと で 大阪 駅 10 番 窓口 など 一部 の みどり の 窓口 で は 一体 型 カード へ の チャージ を 可能 と し て い る 。 J - WEST カード の SMARTICOCA が 分離 型 を 採用 し た の は こう し た 事情 から と 考え られ る 。 また 、 山陰 ・ 北陸 地区 など 当面 ICOCA 導入 計画 の な い 地域 も 多数 あ る こと から 、 これ ら の 地域 在住 で 、 なおかつ ICOCA エリア へ の 行き 来 の 少な い 人 で あ れ ば この 機能 は すぐ に は 必要 な い 場合 も あ る の で 、 分離 型 の 方 が 都合 が よ い と い う 事情 も あ る 。 入金 機 簡易 型 で 、 SMARTICOCA 専用 の もの と そう で な い もの が あ る 。 ICOCA を ホルダー に 差し込 み 、 チャージ 金額 ( 1,000 円 ・ 2, 000 円 ・ 3,000 円 ・ 5, 000 円 ・ 10,000 円 ) を ボタン に よ っ て 選択 し 、 現金 を 入れ る と チャージ が 完了 する 。 SMARTICOCA の 場合 は 金額 ボタン を 押し た 段階 で チャージ さ れ る 。 感熱 紙 に よ る 領収 書 も 発行 でき る が 、 入金 前 に 領収 書 ボタン を 押 す 必要 が あ る 。 なお 、 岡山 ・ 広島 エリア に 設置 さ れ て い る 最新 型 の 入金 機 に は 、 履歴 印字 機能 ( 感熱 紙 で 出力 ) と SMARTICOCA 用 の ポイント チャージ が 追加 さ れ た 。 のりこし 精算 機 現金 ( 旧型 機 で は 硬貨 および 千 円 札 に 限 る ) で の チャージ が 可能 。 感熱 紙 に よ る 領収 書 も 発行 でき る 。 岡山 ・ 広島 エリア と 島本 駅 ・ 須磨 海浜 公園 駅 ・ はりま 勝原 駅 ・ おおさか 東線 各 駅 に 設置 さ れ て い る 精算 機 は 、 アーバン ネットワーク エリア 内 設置 機 の 機能 に 加え 、 5,000 円 と 10,000 円 の チャージ 、 SMARTICOCA 用 の クイックチャージ が 可能 で あ る 。 なお 、 相互 利用 の 対象 で あ る PiTaPa エリア の 一部 の 駅 で は 、 IC カード 対応 の 精算 機 が 設置 さ れ て い な い 場合 が あ る ため 、 注意 を 要 する 。 その 他 イオン ( 企業 ) グループ の ICOCA 電子 マネー 対応 店舗 、 PASPY 取り扱い の バス 車内 で も チャージ を 取り扱 っ て い る 。 利用 方法 非 接触 型 の IC カード で 、 パス ケース に 入れ た まま 自動 改札 機 に 軽 く タッチ する だけ で 改札 を 入・ 出場 する こと が でき 、 通 る たび に その 都度 パス ケース から 取り出 す 必要 が な い 。 ただし 、 ICOCA と 改札 機 と の 通信 を 確実 に 行 わ せ る ため 、 パス ケース など を 改札 機 に 触れ さ せ る 目的 で 、 関西 で は 「 タッチ し て い こ か 」 と い う フレーズ で 浸透 さ せ て い る 。 もちろん 、 かざ し て の 利用 も 可能 で あ る 。 改札 を 通 る 際 に 状況 ( 定期 券 の 有効 期限 ・ 残額 ) に よ っ て 案内 音 が 変化 する 。 ICOCA が 正確 に 認証 し た 場合 は 電子 音 と とも に ゲート が 開 き 、 正確 に 認証 さ れ な い 場合 また は 使用 でき な い 場合 は 電子 音 が 鳴 っ て 即座 に ゲート が 閉ま る よう に な っ て い る 。 また 、 ICOCA の 残額 が 不足 し たり 、 また は ICOCA 定期 乗車 券 および こども ICOCA の 有効 期限 が 近付 い たり し た 場合 は 電子 音 が 変わ り 、 知 ら せ て くれ る 。 他 の IC カード と 2 枚 重ね に し て かざ す と エラー 音 が 鳴 っ て 改札 を 通れ な く な る が 、 IC 運転 免許 証 など 、 ICOCA と 重ね て も 問題 な く 利用 でき る IC カード も あ る 。 入場 券 と し て は 使え ず 、 乗車 し て エリア 内 の 別 の 駅 で 下車 する 必要 が あ る 。 また 、 残高 が 0 円 の 場合 は 入場 でき な い 。 ICOCA モニター テスト 2003 年 6 月 28 日 から 7 月 26 日 まで 京阪神 の 主要 駅 の 一部 で ICOCA モニター テスト が 行 わ れ た 。 正式 導入 前 で あくまで も テスト な の で 、 1,000 名 限定 の 募集 と な っ た 。 モニター テスト が 行 わ れ た 駅 は 大阪 を 中心 と し た 周辺 の JR 西 日本 の 主要 駅 ( 22 駅 ) で あ る 。 大阪 福知 山 線 : 塚口 ・ 猪名 寺 ・ 伊丹 ・ 北伊丹 ・ 川西 池田 ・ 中山 寺 ・ 宝塚 東海道 本線 ( JR 京都 線 ) : 新 大阪 ・ 東淀川 ・ 吹田 ・ 岸辺 ・ 千里丘 ・ 茨木 ・ 摂津 富田 ・ 高槻 東海道 本線 ( JR 神戸 線 ) : 塚本 ・ 尼崎 ・ 立花 ・ 甲子 園口 ・ 西ノ宮 ・ 芦屋 ICOCA の 他社線 と の 乗り継ぎ JR 西 日本 線 と 他社線 と の 乗り換え 専用 自動 改札 機 ( 2 枚 投入 が 可能 な 自動 改札 機 ) を 通 る 際 は 、 最初 に 磁気 きっぷ ・ 定期 券 を 入れ 、 その 次 に ICOCA を タッチ する と 自動 改札 機 で 自動 精算 し て 通 る こと が でき る 。 この タイプ の 改札 機 は 鶴橋 駅 の 近畿 日本 鉄道 線 ・ 三国 ヶ丘 駅 の 南海 電気 鉄道 線 の 各 乗り換え 改札 口 に 設置 さ れ て い る 。 PiTaPa で も 可能 で あ る が 、 Suica や TOICA の 場合 は 連絡 口 を 使用 でき な い こと も あ る 。 2006 年 7 月 1日 から 南海 に 、 2007 年 4 月 1日 から 近鉄 に それぞれ PiTaPa が 導入 さ れ た こと で 、 両駅 の 乗り換え 改札 口 で は 、 1 枚 の ICOCA もしくは 事前 に チャージ 済み の PiTaPa で 自動 改札 機 に タッチ すれ ば 乗り換え が 可能 で あ る 。 ただし 、 乗り換え 改札 口 で は 相互 利用 でき る IC カード の 2 枚 タッチ が でき な い ため 、 JR に は ICOCA や Suica 、 TOICA を 、 南海 や 近鉄 に は PiTaPa を 、 と 使い分け た い 場合 は 、 一旦 通常 の 改札 口 を 出場 の 上 、 改めて 乗り換え 先 の 通常 の 改札 口 から 入場 し な けれ ば な ら な い 。 なお 、 相互 利用 し て い る 交通 事業 者 の うち 、 近鉄 は ICOCA と PiTaPa の 利用 が 可能 で あ る ( Suica や TOICA の 相互 利用 は 行 っ て い な い ) が 、 近鉄 名古屋 線 の 近鉄 名古屋 駅 の JR 東海 と の 乗り換え 改札 口 で は 、 ICOCA また は PiTaPa と TOICA の うち 2 枚 を 組み合わせれ ば 、 2 枚 重ね て タッチ する こと で 乗り換え が でき る ( Suica と PiTaPa の 組み合わせ など 、 一部 に 利用 が でき な い 組み合わせ が あ る ) 。 2008 年 3 月 29 日 から JR 東海 に お い て 、 TOICA と ICOCA 、 Suica の 相互 利用 が 始ま っ た が 、 乗り換え 改札 に お い て 、 ICOCA は 近鉄 用 の カード と し て は 認識 さ れ る が 、 JR 用 の カード と し て は 認識 さ れ な い ため 、 ICOCA に つ い て は 、 1 枚 だけ を タッチ する こと が 出来 な い こと に な っ て い る 。 その ため ICOCA 一 枚 だけ で 、 名古屋 駅 に て JR 線 と 近鉄 線 を 乗り換え る 場合 は 、 一旦 通常 の 改札 口 を 出場 の 上 、 改めて 乗り換え 先 の 通常 の 改札 口 から 入場 し な けれ ば な ら な い 。 他 に 桑名 駅 は 、 東口 が JR 東海 、 西口 が 近鉄 の 管理 で あ り 、 乗り換え 改札 口 は な い が 、 それぞれ の 自動 改札 機 で 近鉄 名古屋 線 の 乗車 時 に ICOCA か PiTaPa が 、 JR 線 の 乗車 時 は ICOCA 、 TOICA 、 Suica の いずれ か が 利用 でき る 。 また 、 柏原 駅 ( 大阪 府 ) で は JR 線 と 近鉄 道明 寺 線 の 互い の 乗り換え の 際 は 、 近鉄 線 の ホーム 上 に あ る ライト ブルー の 簡易 IC カード 改札 機 ( 中間 改札 ) へ の タッチ が 必要 で あ る 。 また 、 同駅 から 近鉄 線 のみ を 利用 する 場合 で も JR の 自動 改札 機 と 近鉄 の 簡易 IC カード 改札 機 の 両方 に タッチ する 必要 が あ る 。 簡易 改札 機 に タッチ し な かっ た 場合 、 実際 の 乗車 区間 と 異な る 運賃 が 減額 さ れ て しま う 。 さらに 、 りんくう タウン 駅 で は 南海 ・ JR の 他 の 駅 から ICOCA また は PiTaPa を 利用 し て 乗車 し 、 この 駅 で 南海 ・ JR 間 の 乗り換え を する 場合 は 、 駅 改札 内 に 設置 さ れ た カード リーダー に カード を タッチ する 必要 が あ る 。 なお 同駅 に は Suica ・ TOICA 専用 の 自動 改札 機 が 設置 さ れ て い る が 、 こちら は ICOCA ・ PiTaPa が 利用 でき な い 。 宣伝 ・ 広告 ICOCA の 広告 は 、 京阪神 ・ 岡山 ・ 広島 支社 の 駅 の ポスター および 京阪神 の JR 宝塚 ・ 京都 ・ 神戸 線 で 運行 さ れ て い る JR 西 日本 321 系 電車 の 車内 モニター で 放映 さ れ て い る 。 イメージ キャラクター は 仲間 由紀恵 と カモノハシ の イコ ちゃん で あ る 。 ICOCA に は 「 ICOCA で い こ か ~ タッチ し て い こ か ~ 」 、 ICOCA 電子 マネー サービス に は 「 ICOCA で 買 お か ~ タッチ し て 買 お か ~ 」 と い う キャッチ フレーズ が あ り 、 テレビ CM や パンフレット など で 仲間 と イコ ちゃん が 呼び掛け て い る 。 ICOCA と Suica の 相互 利用 開始 時 に 、 巨大 化 し た イコ ちゃん が 東京 都 内 に 出現 し 、 仲間 が 「 東京 で ~ 」 イコ ちゃん が 「 ICOCA ~ 」 と 叫 ぶ テレビ CM や 広告 が 数 か月 間 に 亘 っ て 宣伝 さ れ た 。 仲間 の 背景 は セット で 作 ら れ た 東京 駅 と い う 設定 で 、 自動 改札 機 も JR 東 日本 で 多 く 使 わ れ て い る タイプ だっ た が 、 実際 に は 大阪 駅 の 改札 口 に そっくり で あ っ た 。 種類 ・ デザイン 通常 デザイン ICOCA ICOCA に は 大人 用 と 小児 用 ( こども ICOCA ) の 2 種類 が あ り 、 発売 額 は とも に 2 ,000 円 で あ る 。 この うち 500 円 が デポジット 、 残り 1,500 円 が 運賃 など に 使用 可能 。 ICOCA 定期 券 の 場合 は 、 当該 定期 運賃 に 加え て デポジット 500 円 が 必要 で あ る 。 SMARTICOCA は 、 ICOCA の 機能 に 加え て キャッシュレス で チャージ が でき る よう に な り 、 さらに 鉄道 の 利用 など で ポイント が たまる 機能 も 持 つ 。 利用 する に は J - WEST カード へ の 入会 が 必要 で 、 SMARTICOCA に 定期 券 の 機能 を 付け る こと も でき る 。 また 、 定期 券 機能 付き ⇔ 定期 券 機能 なし の 切り替え 手数 料 は 不要 で あ る 。 記念 デザイン ICOCA カード 表面 に 写真 など の 図柄 を 入れ た 記念 ICOCA が 2008 年 3 月 現在 5 種類 存在 し て い る 。 この タイプ の み 定期 券 の 機能 を 付け る こと が でき な い 。 プリペイド で の 利用 は 通常 デザイン の ICOCA と 何 ら 変わり は な い 。 定期 券 に でき る カード か どう か は 、 カード 右下 の 切り欠き の 数 で も 判別 でき る ( 1 個 : でき る 、 2 個 : でき な い ) 。 カード の 折損 など や カード の 機能 向上 など を 行 う 場合 は 通常 デザイン の カード へ 交換 する こと に な る 。 2003 年 11 月 1日 発売 … ICOCA 導入 時 の 記念 ICOCA ( 5 万 枚 ) 2004 年 8 月 1日 発売 … ICOCASuica 相互 利用 記念 ( 5 万 枚 ) 2004 年 12 月 6 日 発売 … 三都 ・ 光 コレクション ( 10 万 枚 ) 2007 年 9 月 1日 発売 … 岡山 ・ 広島 エリア サービス 開始 記念 ( 3 万 枚 ) 2008 年 3 月 29 日 発売 … Suica ・ TOICA ・ ICOCA 相互 利用 開始 記念 ( 3 万 枚 ) 有効 期限 ・ 再 発行 ICOCA は 、 最後 の 利用 日 から 10 年間 利用 が な い 場合 失効 と な り 、 デポジット の 返却 は 行 わ な い 。 紛失 し た 場合 は 、 無記名 で あ る 「 ICOCA 」 および 「 こども ICOCA 」 以外 の 、 定期 券 の よう な 所有 者 本人 で あ る こと の 証明 が 可能 な 券種 で は 再 発行 が 可能 で あ る 。 ただし 、 再 発行 に は 再発行 手数 料 500 円 と デポジット 500 円 の 合計 1,000 円 を 現金 で 支払 う 必要 が あ る 。 利用 可能 エリア ICOCA は 、 下記 の JR 西 日本 の 近畿 地区 281 駅 ・ 中国 地区 135 駅 の 他 、 PiTaPa を 導入 し て い る 事業 者 や Suica 導入 5 社 の 利用 可能 駅 ( 首都 圏 ・ 仙台 ・ 新潟 地区 の 東 日本 旅客 鉄道 ・ 東京 モノレール ・ 東京 臨海 高速 鉄道 ・ 埼玉 新 都市 交通 ・ 仙台 空港 鉄道 ) 、 JR 東海 の TOICA エリア で も 利用 でき る 。 なお 、 東京 地下 鉄 千代田 線 の 北 千住 ~ 綾瀬間 は 常磐 緩行 線 の 一部 と し て ICOCA が 利用 でき る 。 ただし 、 Suica が 導入 さ れ て い る 事業 者 の うち 、 ジェイアール バス 関東 の 路線 バス で は ICOCA は 利用 でき な い 。 現在 の 利用 可能 エリア 京阪神 エリア ( アーバン ネットワーク ) 正式 な 路線 名称 に 基づ く 。 括弧内 は 区間 内 に 設定 さ れ て い る 愛称 。 大阪 環状 線 : 全線 全 駅 桜島 線 ( JR ゆめ 咲線 ) : 全線 全 駅 東海道 本線 ( 琵琶 湖 線 ・ JR 京都 線 ・ JR 神戸 線 ) : 米原 駅 ~ 京都 駅 ~ 神戸 駅 北陸 本線 ( 琵琶 湖 線 ) : 米原 駅 ~ 近江 塩津 駅 山陽 本線 ( JR 神戸 線 ・ 和田 岬線 ) : 神戸 駅 ~ 相生 駅 、 兵庫 駅 ~ 和田 岬 駅 福知 山 線 ( JR 宝塚 線 ) : 尼崎 駅 ~ 篠山口 駅 JR 東西線 : 全線 全 駅 赤穂線 : 相生 駅 ~ 播州 赤穂 駅 関西 本線 ( 大和 路線 ) : JR 難波 駅 ~ 加茂 駅 片町 線 ( 学研 都市 線 ) : 全線 全 駅 奈良線 : 全線 全 駅 湖西線 : 全線 全 駅 関西 空港 線 : 全線 全 駅 阪和線 : 全線 全 駅 和歌山 線 : 王寺 駅 ~ 高田 駅 桜井 線 : 全線 全 駅 草津 線 : 草津 駅 ~ 貴生川 駅 山陰 本線 ( 嵯峨野 線 ) : 京都 駅 ~ 園部 駅 おおさか 東線 : 全線 全 駅 岡山 ・ 広島 エリア 山陽 本線 : 和気 駅 ~ 南岩国 駅 間 可部 線 : 全線 全 駅 呉線 ( 瀬戸 内 さざなみ 線 ) : 全線 全 駅 芸備線 : 広島 駅 ~ 狩留 家 駅 間 福塩 線 : 福山 駅 ~ 神辺 駅 間 伯備 線 : 倉敷 駅 ~ 備中 高梁 駅 間 吉備 線 : 全線 全 駅 宇野 線 ( 瀬戸 大橋 線 ) : 岡山 駅 ~ 茶屋 町 駅 間 本 四 備 讃線 ( 瀬戸 大橋 線 ) : 茶屋 町 駅 ~ 児島 駅間 津山 線 : 岡山 駅 ~ 法界 院 駅 間 赤穂線 : 長船 駅 ~ 東岡山 駅間 備考 1 枚 の ICOCA で 分割 定期 券 と する こと も 可能 で あ る 。 例えば 、 生瀬 ~ 大阪 間 の 定期 券 を 宝塚 で 分割 購入 し た 場合 、 ICOCA 定期 券 の 券面 に は 「 生瀬 ← → 宝塚 | 宝塚 ← → 大阪 」 と 表示 さ れ る 。 相互 利用 し て い る PiTaPa は ポストペイ 方式 の ため 、 アーバン ネットワーク 内 で 利用 する 場合 は 、 自動 券売 機 など で あらかじめ チャージ し て お く 必要 が 生じ る 。 また 、 JR 西 日本 で の PiTaPa 家族 会員 の キッズ カード の 利用 は こども ICOCA に 、 ジュニア カード の 利用 は 大人 用 ICOCA に 準 じ た 扱い と な る 。 エリア 内 相互 の 使用 で は 、 別途 特急 券 が 必要 だ が 在来 線 特急 に も 乗車 でき る 。 相互 利用 相互 利用 に よ り 下記 の Suica ・ TOICA ・ PiTaPa 利用 可能 エリア で も ICOCA の 使用 が でき る 。 両 エリア 内 で の チャージ は Suica 、 PiTaPa それぞれ の カード 対応 の 自動 券売 機 、 自動 精算 機 、 簡易 入金 機 で 可能 で あ る 。 なお 、 ICOCA エリア 内 で は 自動 券売 機 、 自動 精算 機 、 簡易 入金 機 など で 対応 する 。 Suica エリア 東 日本 旅客 鉄道 大 都市 近郊 区間 東京 近郊 区間 ( 偕楽園 駅 を 除 く ) 仙台 都市 圏 大 都市 近郊 区間 新潟 近郊 区間 東京 臨海 高速 鉄道 全線 東京 モノレール 全線 埼玉 新 都市 交通 全線 仙台 空港 鉄道 全線 東京 地下 鉄 ( 東京 メトロ ) ( 東京 地下 鉄 千代田 線 綾瀬 駅 ~ 北 千住 駅 間 のみ ) Suica エリア で の ICOCA の 使用 に は 以下 の 制限 が あ る 。 高田馬場 駅 の 西武 鉄道 など 、 一部 駅 に 設置 さ れ て い る 他社 線 乗り換え 自動 改札 機 で の 利用 が でき な い 。 他社線 乗り換え 自動 改札 機 や カード 発売 機 に は 「 ICOCA は ご 利用 に なれ ま せ ん 」 又 は 「 Suica ・ PASMO 以外 は 利用 でき ま せ ん 」 の ステッカー が 貼付 さ れ て い る 。 また 、 券売 機 で も 新宿 駅 京王口 に あ る JR 東 日本 の 券売 機 など 利用 でき な い もの が あ り 、 利用 でき な い 券売 機 で も その 旨 の 注記 が な い 場合 が あ る 。 西 船橋 駅 の 乗り換え 自動 改札 機 で の 利用 も でき な い 。 その ため 、 東京 地下 鉄 東西線 直通 電車 と 他 の JR 東 日本 の 列車 を 西 船橋 駅 で 乗り継 ぐ 場合 、 ICOCA で 西 船橋 駅 の 乗り換え 自動 改札 機 を 通過 する こと が でき な い 。 グリーン 車 Suica システム に よ る Suica グリーン 券 の 購入 が でき な い 。 ビュー カード で チャージ が 可能 な カード 発売 機 で も 、 ICOCA の 場合 は 現金 に よ る チャージ のみ で 、 ビュー カード に は 対応 し て い な い 。 また ビューアルッテ で の ICOCA の チャージ も 対応 し て い な い 。 自動 改札 機 に ICOCA を タッチ し た 場合 で も 、 ディスプレイ に は Suica と 表示 さ れ る 。 TOICA エリア 東海 旅客 鉄道 名古屋 ・ 静岡 エリア PiTaPa エリア 阪急 電鉄 能勢 電鉄 ( ケーブル 線 を 除 く ) 京阪 電気 鉄道 ( 同上 ) 京都 市 交通 局 ( 地下 鉄 のみ ) 大阪 市 交通 局 ( 地下 鉄 ・ ニュートラム ・ バス ) 阪神 電気 鉄道 ( 鉄道 のみ ) 大阪 高速 鉄道 ( 大阪 モノレール ) 北 大阪 急行 電鉄 近畿 日本 鉄道 ( 一部 路線 を 除 く ) 南海 電気 鉄道 大阪 府 都市 開発 ( 大阪 府 都市 開発 泉北 高速 鉄道 線 ) 神戸 高速 鉄道 山陽 電気 鉄道 ( 鉄道 のみ ) 神戸 電鉄 神戸 新 交通 ( 神戸 新 交通 ポート アイランド 線 ・ 神戸 新 交通 六甲 アイランド 線 ) 大阪 高速 鉄道 ( 大阪 モノレール ) 北神 急行 電鉄 阪急 バス ( 路線 ・ 営業 所 毎 に 順次 拡大 ) 阪急 田園 バス 京阪 バス ( 路線 ・ 営業 所 毎 に 順次 拡大 ) 京阪 京都 交通 ( 一部 路線 を 除 く ) 大阪 空港 交通 ( 大阪 国際 空港 発着 の 自社 運 行 便 〈 姫路 ・ 奈良 方面 は 全便 〉 。 蛍池 駅 ~ 大阪 空港 ~ 関西 国際 空港 を 含 む 関西 空港 発着 は カード 読取 装置 搭載 車 で あ っ て も 使用 不可 ) 高槻 市 交通 部 ※ PiTaPa エリア で は 、 一部 を 除 き 運賃 不足 時 に 現金 や スルッと KANSAI カード で 差額 精算 でき な い 。 チャージ は 可能 。 片 利用 CI - CA エリア 奈良 交通 ( 路線 ・ 営業 所 毎 に 順次 拡大 ) エヌシーバス NicoPa エリア 神姫 バス 神姫 ゾーン バス Hareca エリア 岡山 電気 軌道 ( 軌道 線 全線 ・ 路線 バス 全 路線 ・ 岡山 空港 リムジン バス ( 岡山 ~ 岡山 空港 線 ) ) 両備 ホールディングス ( 路線 バス 全 路線 ) 下津 井 電鉄 ( 岡山 空港 リムジン バス ( 倉敷 ~ 岡山 空港 線 ) ・ 路線 バス 全 路線 ) 中鉄 バス ( 路線 バス 一部 路線 、 2008 年 7 月 から 導入 予定 ) LuLuCa エリア 静岡 鉄道 しず て つ ジャストライン ( 特急 静岡 相良 線 と 中部 国道 線 の 全線 および 国道 静岡 清水線 と 静岡 日本 平線 の 一部 を 除 く 、 静岡 市 内 ) PASPY エリア 広島 電鉄   電車 広島 電鉄 白島 線 ( 2008 年 3 月 1日 利用 開始 ) 広島 電鉄   一部 広島 バス   一部 広島 交通   一部 芸陽 バス   一部 中国 ジェイアール バス   一部 備北 交通   一部 鞆 鉄道   一部 呉 市 交通 局   一部 エイチ ・ ディー 西 広島   全線 対応 済 広島 高速 交通 ( アストラムライン ) ( 2009 年 春 に 導入 予定 ) itappy エリア 伊丹 市 交通 局 備考 CI - CA・ NicoPa ・ Hareca ・ LuLuCa エリア は いずれ も PiTaPa を 重複 し て 導入 し て い る ため に 、 その 相互 利用 に よ っ て ICOCA が 利用 可能 と な っ て い る 。 ただし 、 これ ら の カード は ICOCA エリア で の 利用 や ICOCA へ の チャージ に は 対応 し て い な い 。 PASPY も ICOCA エリア で の 利用 は でき な い 。 ただし 、 PASPY を 導入 し て い る バス など で ICOCA に チャージ は 可能 。 静岡 鉄道 静岡 清水線 ( 静鉄 電車 ) 各駅 の 機器 ・ しずて つ ジャストライン の LuLuCa 取り扱い 車両 で は ICOCA へ の チャージ は 行 っ て お ら ず 、 しずて つ ジャストライン の 新 静岡 バス センター のみ で の 対応 に な る 。 静鉄 電車 降車 時 に 残高 不足 と な っ た 場合 は 、 全額 現金 精算 と な る ( なお TOICA と の 相互 利用 開始 に 伴 い 、 周辺 の JR 東海 の 駅 で も チャージ 可能 と な っ て い る ) 。 履歴 表示 ・ 印字 に つ い て Suica エリア の 乗 ・ 降車 駅名 の 履歴 表示 ・ 印字 は 「 ( JR 東 ) 」 「 ( 東 モノ ) 」 「 ( 東臨 ) 」 「 ( 埼新 ) 」 「 ( 仙空 ) 」 など と 表示 さ れ る ため 、 駅名 を 含 む 詳細 な 履歴 が 必要 な 場合 は Suica エリア 内 で 表示 ・ 印字 する こと に な る 。 PASMO エリア で Suica を 利用 し た 場合 、 ICOCA で 北 千住 ~ 綾瀬 間 を 利用 し た 場合 、 八丁畷 駅 、 厚木 駅 、 小川 町駅_ ( 埼玉 県 ) の 簡易 改札 機 を 利用 し た 場合 の 各 駅 改札 から 簡易 改札 まで の 履歴 は 「 他社線 」 と 印字 さ れ る 。 逆 に Suica エリア で 近畿 地区 281 駅 ・ 中国 地区 135 駅 や PiTaPa エリア で 使用 し た 履歴 を 表示 ・ 印字 し た 場合 は 、 「 JR 西 日本 」 「 阪神 電鉄 」 「 阪急 電鉄 」 「 バス 等 」 など と 表示 さ れ る 。 PiTaPa エリア の 乗 ・ 降車 駅名 の 履歴 表示 ・ 印字 に つ い て は 「 OC 梅田 」 「 KC 京都 」 など と 、 会社 名 と 駅名 が 詳細 に 表示 さ れ る 他 、 路面 電車 や バス を 利用 し た 場合 に は 社名 が 表示 さ れ る ( 但し 静岡 鉄道 のみ ( 静鉄 ) と 表示 さ れ る ) 。 なお 、 相互 利用 開始 から 2007 年 3 月 18 日 まで は 、 PiTaPa エリア の 乗 ・ 降車 駅名 の 履歴 表示 ・ 印字 が 「 阪急 」 「 京阪 」 「 大市 交 」 「 阪神 」 など と 表示 さ れ た ため 、 駅名 を 含 む 詳細 な 履歴 が 必要 な 場合 は PiTaPa エリア 内 で 表示 ・ 印字 する 必要 が あ っ た 。 なお 、 東福 寺 駅 や 天満 橋 駅 、 三国ヶ丘 駅 など JR と の 乗り継ぎ 割引 範囲 内 に あ る 京阪 や 南海 の 一部 の 駅 を 利用 し た 場合 は 「 KH 東福 」 「 KH 天満 」 「 NK 三国 」 など と 当初 より 会社 名 と 駅名 が 出 る よう に な っ て い た 。 また 、 路面 電車 や バス を 利用 し た 場合 は 「 バス 等 」 と 表示 さ れ た 。 岡電 に つ い て は 阪急 の 最新 型 紫色 券 売 機 の 印字 で 「 電車 岡 電 」 と 表示 さ れ て い た 。 PiTaPa エリア で 表示 ・ 印字 の 場合 も 京阪 ・ 南海 など 一部 を 除 き 、 「 JR 西京都 」 「 阪急 梅田 」 の よう に 会社 名 と 使用 駅名 が 出 る よう に な っ て い る 。 ただし 、 Suica エリア で 使用 し た 分 に つ い て は 「 JR 東* * * 」 と 、 駅名 は 表示 さ れ な い 。 2007 年 3 月 開業 の さくら 夙川 、 2007 年 9 月 より 利用 開始 の 岡山 ・ 広島 エリア の ICOCA 利用 駅 も 「 JR 西 * * * 」 と な っ て 、 駅名 は 表示 さ れ な い 。 また 、 さくら 夙川 と 開業 と 同時 に 改称 し た 西宮 も 西 ノ宮 の まま で あ る 。 印字 は 通常 20 件 まで だ が 、 窓口 に 申し出れ ば 50 件 まで の 履歴 を 得 る こと が でき る 。 また 、 カード に 履歴 が 残 っ て い る 間 は 何 度 で も 印字 でき る 。 今後 の 予定 など 首都 圏 の 私鉄 ・ 路線 バス ・ 公営 交通 の PASMO に つ い て は 、 当面 相互 利用 を 行 わ な い ため 、 PASMO エリア で の ICOCA の 利用 は でき な い 。 現在 、 鉄道 だけ で な く 、 宮島 連絡 船 へ の 導入 を 検討 し て い る 。 一方 、 他 の JR 系 IC カード で あ る 北海道 旅客 鉄道 ( JR 北海道 ) が 発行 予定 の Kitaca 、 及び 九州 旅客 鉄道 ( JR 九州 ) が 発行 予定 の SUGOCA と の 相互 利用 の 計画 及び 見解 は 現 時点 で は 各 事業 者 から は 正式 に は 公表 さ れ て い な い 。 ただし 、 JR 九州 側 は 石原 進 社長 が 記者 会見 で 相互 利用 実現 へ の 意欲 を 見せ て い る ( 東海道 ・ 山陽 新 幹線 を 介 し て 利用 エリア と の 接続 が あ る ため ) 。 ICOCA の 改札 で の 利用 率 も 半数 を 超え て い る こと から 、 将来 的 に は ICOCA 専用 改札 機 が 設置 さ れ る 可能 性 が あ る 。 かつて PiTaPa と の 相互 利用 開始 以前 に は 、 りんくう タウン 駅 に 設置 さ れ て い た 。 また 京阪神 エリア の 一部 の 駅 に お い て 、 1 ~ 2 台 程度 磁気 券 部分 を 使用 停止 し て ICOCA 専用 と し て い る 例 が あ る 。 発行 枚数 ICOCA の 発行 枚数 は 、 サービス 開始 の 2003 年 11 月 から わずか 5 か月 余り で 100 万 枚 を 突破 し た 。 2008 年 3 月 現在 で は 約 354 万 枚 を 突破 し て い る 。 これ に 伴 い 、 京阪神 地区 で の 自動 改札 機 の 利用 数 に 対 する ICOCA の 利用 率 は 約 50 % に 達 し て い る 。 電子 マネー 機能 詳細 は ICOCA 電子 マネー を 参照 混雑 し た 駅構内 で は 物販 の 支払い に ICOCA 電子 マネー を 活用 する こと で 、 釣り銭 の やりとり が 省け て スピーディー な 買い物 が 可能 と な っ た 。 JR 西 日本 で は まず 2005 年 2 月 1日 から 大阪 駅 に 導入 し 、 それ が 好評 だっ た ため 、 利用 可能 な 店舗 が 京阪神 の ハートイン 全店 に 拡大 し た 。 さらに 2007 年 2 月 1日 から は ICOCA 電子 マネー 対応 の コイン ロッカー が 登場 し た 。 「 ICOCA が 鍵 に … 」 と キャッチ フレーズ の 様 な イラスト が コイン ロッカー に 印刷 さ れ て い る 。 ICOCA を 用い た 犯罪 JR 西 日本 の 駅員 59 名 と 委託 社員 10 名 が 、 ICOCA で 乗車 し た 後 、 窓口 の 処理 機 で 乗車 記録 を 消去 する と い う 手段 で 不正 乗車 ( キセル に 類似 し た 行為 ) を 繰り返 し た と する 不祥 事 が あ り 、 その 行為 は サービス が 開始 さ れ た 2003 年 11 月 から 2004 年 8 月 まで 行 わ れ て い た と さ れ る 。 不正 利用 の 総額 は 104 , 630 円 に 上 っ た 。 この うち 駅員 10 名 と 委託 社員 5 名 の 計 15 名 は 懲戒 解雇 と な っ た 。 歴史 2003 年 6 月 28 日 ~ 7 月 26 日 - ICOCA モニター テスト が JR 神戸 線 大阪 ~ 芦屋 間 ・ 福知 山 線 大阪 ~ 宝塚 間 ・ JR 京都 線 大阪 ~ 高槻 間 の 22 駅 に 於 い て 1,000 名 限定 で 開始 。 2003 年 11 月 1日 - ICOCA サービス が アーバン ネットワーク 内 で 正式 に 開始 。 2004 年 3 月 - 発行 枚数 が 100 万 枚 を 突破 。 2004 年 8 月 1日 - ICOCA ・ Suica 相互 利用 開始 。 JR 東 日本 の Suica 利用 エリア で ICOCA が 使用 可能 に な っ た 。 同時 に こども ICOCA サービス も 開始 し 、 小学 生 以下 の 子供 も ICOCA の 使用 が 可能 に な っ た が 、 この 時 は 相互 利用 に は 対応 し て い な い 。 2005 年 3 月 1日 - 利用 可能 エリア を 拡大 し 、 桜井 線 全線 で の 利用 が 可能 に 。 2005 年 6 月 - 発行 枚数 が 200 万 枚 を 突破 。 2005 年 10 月 1日 - ICOCA 電子 マネー サービス 開始 。 これ に よ り ICOCA で ショッピング が 可能 に 。 2005 年 11 月 10 日 - PiTaPa と の 相互 利用 開始 を 正式 発表 。 2006 年 1 月 21 日 - ICOCA ・ PiTaPa 相互 利用 開始 。 これ に よ り 近畿 圏 の 私鉄 で も 利用 が 可能 に な る 。 また JR 東 日本 の 新潟 近郊 区間 の 一部 で の Suica サービス 導入 に よ り 、 新潟 近郊 区間 の 一部 で も ICOCA が 利用 可能 に な っ た 。 2006 年 1 月 28 日 - モバイル Suica サービス 開始 。 Suica と の 相互 利用 に よ り ICOCA エリア で も 使用 可能 。 ただし ICOCA エリア で は 乗車 券 機能 の み 利用 可能 で 定期 券 機能 と 電子 マネー 機能 は 利用 不可 。 利用 する に は 対応 携帯 電話 機 の 購入 と クレジット カード 「 ビュー カード 」 の 申し込み が 必要 。 2006 年 2 月 1日 - SMARTICOCA 発行 開始 。 J - WEST カード と セット に な っ て お り 、 同 カード 決済 に よ り チャージ 機 など で キャッシュレス で 素早 く クイックチャージ が 可能 に な る 。 ICOCA・ NicoPa 片 利用 開始 。 2006 年 6 月 - ICOCA 電子 マネー の 利用 可能 店舗 が 京阪神 地区 の 駅 の コンビニ 「 ハートイン 」 「 デイリー イン 」 の 全店 で 利用 可能 に 。 2006 年 10 月 1日 - ICOCA ・ Hareca 片 利用 開始 。 2006 年 10 月 21 日 - 利用 可能 エリア を 拡大 し 、 湖西 線 全駅 と 北陸 線 ( 近江 塩津 以南 ) で の 利用 が 可能 に な る 。 これ ら の 各駅 に は 簡易 IC カード 改札 機 を 導入 。 2007 年 2 月 1日 - ICOCA 電子 マネー の 新 サービス 「 ICOCA コイン ロッカー サービス 」 開始 。 これ に よ り コイン ロッカー の ICOCA 決済 が 可能 に な り 、 ICOCA が 鍵代わり に な っ た 。 2007 年 3 月 18 日 - こども ICOCA ・ こども 用 Suica 相互 利用 開始 。 2007 年 4 月 1日 - ICOCA ・ CI - CA 片 利用 開始 。 2007 年 7 月 - 発行 枚数 が 300 万 枚 を 突破 。 2007 年 9 月 1日 - 利用 可能 エリア を 拡大 し 、 岡山 ・ 広島 地区 の 135 駅 で の 利用 が 可能 に ( 一部 駅 に は 簡易 IC カード 改札 機 を 導入 ) 。 ICOCA ・ LuLuCa 片 利用 開始 。 2007 年 10 月 16 日 - ビル 入退館 管理 システム に おけ る Suica と の 相互 利用 開始 。 2007 年 12 月 10 日 - ファミリー マート 関西 地方 の 一部 店舗 ( JR 南田辺 駅 前 店 ) に ICOCA を 導入 。 2008 年 3 月 1日 - ICOCA ・ PASPY 片 利用 開始 。 2008 年 3 月 18 日 - Suica と 電子 マネー の 相互 利用 開始 。 2008 年 3 月 18 日 - 近畿 地方 、 三重 県 の 一部 、 岡山 ・ 広島 ・ 山口 各 地区 に あ る イオン ( 企業 ) の 商業 施設 の 直営 売り 場 で の ICOCA へ の チャージ サービス を 開始 。 2008 年 3 月 29 日 - ICOCA ・ TOICA 相互 利用 開始 。 2008 年 4 月 1日 - ICOCA ・ itappy 片 利用 開始 。 モバイル Suica に おけ る Suica と の 相互 利用 モバイル Suica は JR 東 日本 が 2006 年 1 月 28 日 から 開始 し た 、 お サイフ ケータイ に Suica 定期 券 や Suica 乗車 券 、 Suica ショッピング サービス の 機能 を 追加 でき る もの で あ る 。 乗車 券 機能 と Suica ショッピング サービス に つ い て は 、 ICOCA エリア で も 問題 な く 使用 可能 で あ る 。 携帯 電話 で ICOCA を 利用 でき る サービス に つ い て は 2008 年 3 月 現在 発表 さ れ て い な い が 、 モバイル Suica を 利用 すれ ば ICOCA エリア で 携帯 電話 を 使 っ た 乗降 、 および ICOCA 電子 マネー 対応 店舗 で の ショッピング は 可能 と な る 。 なお 、 お サイフ ケータイ アプリ 上 で の 履歴 の 確認 は 、 ログ イン し て い れ ば 全駅 JW ○ ○ 駅 、 ログ イン し な い 場合 は 全駅 * * * * で 表示 さ れ る 。 携帯 電話 アプリ の ため 日本 の どこ に い て も 申し込み が 可能 で あ り 、 オン ライン チャージ に つ い て も 同様 。 詳し く は モバイル Suica の 項 を 参照 。 ICOCA エリア で は 、 IC カード の SF 利用 時 で も 振替 輸送 ICOCA 対象 で あ る が 、 モバイル Suica に 関 し て は 除外 さ れ る 。 非 公式 の 方法 で は あ る が 、 広島 エリア の ICOCA 入金 機 で は モバイル Suica に チャージ ( 薄 い 携帯 電話 じゃ な い と はっきり い っ て 厳し い ) を する こと が でき る 。 +宇治 線 ( うじ せん ) は 、 京都 府 京都 市 伏見 区 の 中書 島 駅 から 京都 府 宇治 市 の 宇治 駅 ( 京阪 ) まで を 結 ぶ 京阪 電気 鉄道 の 鉄道 路線 。 京都 ・ 大阪 から 宇治 周辺 の 名所 へ の 行楽 路線 。 ほぼ 全線 が JR 奈良 線 と 並行 し て い る 。 路線 距離 ( 営業 キロ ) : 7 . 6 km 軌間 : 14 35 mm 駅数 : 8 駅 ( 起終点 駅 含 む ) 複線 区間 : 全線 電化 区間 : 全線 電化 ( 直流 1500 V ) 閉塞 ( 鉄道 ) : 自動 閉塞 式 保安 装置 : 自動 列車 停止 装置 京阪 型 速度 照査 ATS 現行 ダイヤ で は 、 平日 の 日中 と 土休 日 の 朝昼 は 4 両 編成 が 、 土休 日 の 深夜 は 一部 5 両 編成 の 普通 列車 が 線 内 折返 し 運転 さ れ て い る のみ 。 全線 ラッシュ 時 は 5 分 から 8 分 間隔 で デー タイム は 10 分 間隔 で あ る 。 朝 ラッシュ 時 は 5 本 が 、 その 他 の 時間 は 4 本 が 運用 に 入 っ て い る 。 かつて は 毎日 多数 の 列車 が 京阪 本 線 の 三条 駅 ( 京都 府 ) 方面 と 直通 運転 さ れ て い た 。 2000 年 7 月 1日 の ダイヤ 改正 で 大半 が 廃止 さ れ た 後 、 2003 年 9 月 6 日 の ダイヤ 改正 まで は 平日 午前 中 2 本 の み 残 り 、 全線 ラッシュ 時 は 5 分 ~ 8 分 間隔 で 昼間 時間 帯 は 15 分 間隔 の 運行 で あ っ た 。 2003 年 9 月 6 日 の ダイヤ 改正 から 京都 三 条 方面 の 直通 運転 が 廃止 さ れ 、 車両 も 5 両 編成 と 4 両 編成 で 運用 さ れ て い た が 、 5 両 編成 の 宇治 線 定期 運用 は 一時 廃止 さ れ た 。 だ が 、 2006 年 4 月 16 日 の ダイヤ 改正 で 土休 日 の 深夜 に 限 り 、 5 両 編成 で の 定期 運用 が 復活 する こと に な っ た 。 なお 、 8 月 開催 の 宇治川 花火 大会 等 の 多客 時 や 運用 の 都合 で 5 両 編成 が 使用 さ れ る こと が あ る 。 1989 年 9 月 26 日 まで は 三 条 方面 直通 で 急行 列車 も 走 っ て い た が 、 5 両 編成 で ラッシュ 時 に 本線 を 走 る こと で 本線 の 混雑 率 が 上が る ため 、 京阪 本 線 の 朝 の 急行 の 10 分 ヘッド 化 で 廃止 さ れ た 。 なお 宇治 線 内 は 各 駅 停車 だっ た 。 また 196 0 年代 に は 行楽 シーズン に 大阪 側 から 6 両 編成 の 臨時 列車 が 設定 さ れ て い た ( 1995 年 6 月 17 日 の 宇治 駅 移転 で ホーム の 有効 長 が 短 く な り 、 以後 6 両 編成 の 宇治 線 へ の 入線 は 不可 ) 。 1998 年 から 1999 年 まで の 行楽 シーズン に 大阪 方面 直通 の 臨時 快速 「 宇治 快速 」 が 運転 さ れ る こと が あ っ た ( 後述 ) 。 その 他 、 1947 年 4 月 1日 から 1968 年 12 月 20 日 まで は 、 宇治 線 の 一部 の 電車 が 奈良 電気 鉄道 ( 1963 年 10 月 1日 以降 は 近鉄 京都 線 ) の 京都 駅 まで 乗り入れ て い た 。 丹波 橋 駅 で 京阪 と 奈良 電 ( のち 近畿 日本 鉄道 ) が 接続 し て 直通 運転 を 行 っ て い た 。 2007 年 1 月 21 日 に 2006 年 7 月 29 日 から 運転 さ れ て い た 「 きかんしゃ トーマス 」 ラッピング 車両 の ラストラン の 臨時 列車 と し て 宇治 → 天満 橋間 に 京阪 10000 系 電車 を 使用 し た 臨時 特急 が 運転 さ れ た 。 宇治線 で 特急 列車 が 運転 さ れ る の は これ が 初めて で あ る 。 宇治 線 内 で は 全駅 に 停車 し た 。 京阪 2600 系 電車 ( 4 両 また は 5 両 ) 京阪 10000 系 電車 ( 4 両 、 現在 は 予備 車 の み 運用 さ れ る 場合 が あ る ) 京阪 1900 系 電車 ( 5 両 ) ※ 以下 は 、 1980 年 代 から 現在 まで に 入線 経歴 が あ る 車両 ( 宇治川 花火 大会 の 日 は 輸送 力 確保 の ため 5 両 編成 が 大量 に 使用 さ れ る 。 また 車両 運用 の 都合 で も 入 る 場合 が あ る ) 京阪 7200 系 電車 ( 5 両 。 臨時 組成 編成 ) 京阪 6000 系 電車 ( 4 両 。 1500 V 昇圧 前 ) 京阪 7000 系 電車 ( 製造 時 、 700 3 編成 の み 4 両 組成 ) 1913 年 ( 大正 2 年 ) 6 月 1日 中 書島 ~ 宇治 間 が 開業 。 1917 年 ( 大正 6 年 ) 2 月 1日 三 室戸 駅 開業 。 1926 年 ( 大正 15 年 ) 黄檗 山 駅 を 黄檗 駅 に 改称 。 1929 年 ( 昭和 4 年 ) 5 月 31 日 観 月 橋 付近 の 併用 軌道 0 . 1 10km 、 宇治川 の 堤防 改修 に 併せ て 専用 軌道 化 。 1943 年 ( 昭和 18 年 ) 10 月 1日 会社 合併 に よ り 京阪神 急行 電鉄 ( 阪急 電鉄 ) の 路線 と な る 。 1943 年 ( 昭和 18 年 ) 1 1 月 1日 三 室戸 駅 廃止 。 1945 年 ( 昭和 20 年 ) 9 月 15 日 観 月 橋 駅 、 御陵 前 駅 休止 。 1945 年 ( 昭和 20 年 ) 1 1 月 8 日 観月橋 駅 営業 再開 。 1946 年 ( 昭和 21 年 ) 2 月 15 日 御 陵前 駅 営業 再開 。 1947 年 ( 昭和 22 年 ) 4 月 1日 三 室戸 駅 開業 。 1949 年 ( 昭和 24 年 ) 1 1 月 25 日 御 陵 前 駅 を 桃山 南口 駅 に 改称 。 1949 年 ( 昭和 24 年 ) 12 月 1日 会社 分離 に よ り 京阪 電気 鉄道 宇治 線 と な る 。 1953 年 ( 昭和 28 年 ) 9 月 25 日 台風 13 号 に よ り 被災 、 宇治川 から 山科 川 へ 逆流 し た 水 で 桃山 南口 ・ 六 地蔵 駅 周辺 が 浸水 、 その 他 で 1 0 日 以上 復旧 に かか る 。 1965 年 ( 昭和 40 年 ) 4 月 21 日 ダイヤ 改正 。 朝 の ラッシュ 時 に 宇治 発 三 条 行 急行 を 新設 。 1966 年 ( 昭和 41 年 ) 3 月 20 日 六 地蔵 付近 、 山科 川 堤防嵩上げ 工事 ・ 橋梁 架け 替え で 線路 移設 ・ 築堤 化 、 六 地 蔵 駅 も 堤防 上 に 移設 。 1967 年 ( 昭和 42 年 ) 12 月 11 日 全 列車 を 4 両 編成 化 。 1968 年 ( 昭和 43 年 ) 1 月 29 日 ATS 使用 開始 。 1968 年 ( 昭和 43 年 ) 12 月 20 日 ダイヤ 改正 。 夕方 混雑 時 に 三条 発 宇治行 急行 を 新設 。 1978 年 ( 昭和 53 年 ) 3 月 10 日 全線 を 軌道 法 に 基づ く 軌道 から 地方 鉄道 法 に 基づ く 鉄道 に 変更 。 1980 年 ( 昭和 55 年 ) 3 月 23 日 ダイヤ 改正 。 土曜 ダイヤ 導入 と 朝 の ラッシュ 時 の 三条 行 き 急行 が 廃止 。 1983 年 ( 昭和 58 年 ) 12 月 4 日 架線 電圧 を 600 V から 1500 V に 昇圧 。 1989 年 ( 平成 元年 ) 9 月 27 日 ダイヤ 改正 。 夕方 ラッシュ 時 の 三 条 発 宇治 行 き 急行 が 廃止 。 1995 年 ( 平成 7 年 ) 6 月 17 日 宇治 駅 が 移転 し 、 0 . 2 km 短縮 。 これ に よ り 、 一部 の 駅間 で 運賃 改定 。 1997 年 ( 平成 9 年 ) 7 月 11 日 大 戦 川橋梁 ( 三室戸 ~ 黄檗 間 ) 中書 島 行き 線路 架け 替え 。 1997 年 ( 平成 9 年 ) 7 月 25 日大戦 川橋 梁 宇治 行 き 線路 架け 替え 。 2000 年 ( 平成 12 年 ) 7 月 1日 三条 駅 直通 列車 を 平日 朝 の 三 条 行き の 2 本 を 残 し て 廃止 。 2003 年 ( 平成 15 年 ) 9 月 6 日 三条 駅 直通 列車 を 完全 廃止 。 2004 年 ( 平成 16 年 ) 8 月 1日 PiTaPa 導入 。 2007 年 ( 平成 19 年 ) 1 月 21 日 「 きかんしゃ トーマス 」 の ラッピング が 施 さ れ た 10000 系 第 3 編成 で 、 宇治 → 天満 橋間 に 『 特急 』 を 運転 。 同 区間 直通 運転 は 後述 の 「 宇治 快速 」 以来 の こと で あ り 、 『 特急 』 の 運転 は 宇治 線 史 上 初 。 「 宇治 快速 」 は 、 京阪 本 線 淀屋橋 駅 ~ 宇治 線 宇治 駅 ( 京阪 ) 間 に 1998 年 11 月 ~ 1999 年 11 月 まで の 行楽 シーズン の 休日 ダイヤ ( 当時 は 日曜 日 と 祝日 ) の み 運行 し て い た 臨時 列車 で あ る 。 列車 種別 は 臨時 列車 と は 言え 、 新た な 種別 名 「 快速 列車 」 を 設定 し た 。 これ は 停車 駅 が 特急 並み で あ っ た こと に よ る 。 なお 同社 の 快速 は 急行 より 上位 の 位置 付け と な っ て い る 。 運行 期間 は 年間 4 シーズン あ り 、 春 休み は 「 宇治 快速 さくら Special 」 、 ゴールデン ウイーク は 「 宇治 快速 わかば Special 」 、 6 月 に は 「 宇治 快速 あじさい Special 」 、 秋 の シーズン は 「 宇治 快速 も みじ Special 」 と 季節 に よ り 列車 名 を 変え て い た 。 特記 以外 は 「 宇治 快速 」 に 統一 し て 述べ る 。 1998 年 11 月 1日 、 「 宇治 快速 」 は 運行 を 開始 し た 。 この 列車 の 設定 理由 は 1998 年 当時 宇治 地区 が 「 源氏 物語 の 街 」 と し て 観光 に 力 を 入れ て い た こと 、 同年 秋 に 宇治 駅 ( 京阪 ) 付近 に 「 源氏 物語 ミュージアム 」 が 完成 し た こと に よ る もの で あ る 。 また 1996 年 に 10 ha の 敷地 を 擁 する 宇治 市 植物 公園 が 開園 し 、 1997 年 に 京阪 宇治 交 サービス の 経営 する 地 ビール レストラン 「 ガーデンズ 天ヶ瀬 」 が オープン ( 不振 に よ り 現在 閉鎖 ) する など 、 新 名所 が 相 次 い で 誕生 し て お り 、 大阪 方面 から 乗り換え なし で 宇治 地区 へ の 観光 客 を 誘致 する 目的 も あ っ た 。 1986 年 まで は 行楽 シーズン に 淀屋 橋 駅 ~ 宇治 駅 間 の 臨時 急行 も 運転 さ れ て い た が 廃止 さ れ た の で 京阪 本 線 と の 直通 列車 は 12 年 振り で あ っ た 。 なお 阪急 電鉄 の 「 阪急 京都 本線 臨時 列車 」 と 違 い 、 支線 で あ る 宇治 線 内 も 急行 運転 さ れ た 。 ただし 宇治 線 内 の 通過 駅 で は 列車 選別 装置 が な い ため 、 駅 構内 の 踏切 動作 の 関係 上 、 15 km / h 程度 で 通過 し て い た 。 運行 開始 当初 、 「 もみじ Special 」 の 運行 に 合わせ て 、 秋 の 企画 乗車 券 「 もみじ きっぷ 」 の 一 つ と し て 、 「 宇治 フリー きっぷ 」 を 設定 し た 。 列車 車内 で は 、 ボランティア ガイド に よ る 、 観光 案内 放送 や 、 茶摘 み 娘 に よ る PR も あ り 、 「 ガーデンズ 天ヶ瀬 」 で は 「 源氏 物語 ミュージアム 」 開館 記念 地 ビール 「 源氏 物語 」 を 販売 し た 。 これ ら の 活性 化 策 に よ り 、 宇治 市 で は 前年 比 約 30 % の 増客 と な っ た 。 「 宇治 快速 」 は 1999 年 の 「 もみじ Special 」 を 持 っ て 運行 を 終了 し た 。 これ は 大阪 方面 から の 直通 客 が 予想 以下 で あ っ た こと と 、 宇治 地区 の 観光 人気 が 下火 に な っ た から だ と 言 わ れ て い る ( 詳細 は 不明 ) 。 その 後 、 2000 年 7 月 1日 の 京阪 線 ダイヤ 改正 で 中書 島 駅 が 特急 終日 停車 駅 と な り 、 乗り換え が 必要 と は 言え 、 従来 の 急行 電車 利用 と 比べ て 大阪 方面 へ の 利便 性 が 向上 し た 事 も あ っ て 、 今後 「 宇治 快速 」 の 運行 再開 の 予定 は な い 。 運転 区間 往路 宇治 方面 行 淀屋橋 → 宇治 2 列車 復路 大阪 方面行 宇治 → 天満 橋 1 列車 当時 の 停車 駅 淀屋 橋 駅 - 北浜 駅 ( 大阪 府 ) - 天満 橋 駅 - 京橋 駅 ( 大阪 府 ) - 枚方 市 駅 - 中書 島 駅 - 六 地蔵 駅 - ( 三室戸 駅 「 宇治 快速 あじさい Special 」 の み 停車 ) - 宇治 駅 当時 の 発時刻 ( 始発 駅 のみ ) 淀屋橋 90 4 、 1 0 34 発 宇治 1530 発 使用 車両 淀屋橋 904 発 京阪 1900 系 電車 淀屋 橋 1034 発 、 宇治 1530 発 京阪 7200 系 電車 特筆 さ れ る の は 「 宇治 快速 」 運用 の ため だけ に 7200 系 は 早朝 に 寝屋川 車 庫内 で 8 両 編成 を 5 両 編成 に 組み替え 、 運転 終了 後 の 夕方 過ぎ に 再度 8 連 に 戻 す と い う こと を し て い た 。 なお 、 7200 系 の 特徴 で あ る LED 式 車内 案内 表示 器 は 全く 使用 さ れ な かっ た 。 1999 年 4 月 11 日 の 「 宇治 快速 さくら Special 」 の 淀屋 橋 発 90 4 の み 京阪 2600 系 電車 を 使用 し た ( 基本 的 に は 2600 系 は 車外 スピーカー 未 取付 の ため 「 宇治 快速 」 で は 運用 さ れ な い ) 。 方向 幕 当時 の 車両 に は 「 快速 」 表示 幕 が 無 く 、 「 臨時 」 表示 幕 を 提示 し 、 前面 に 「 宇治 快速 」 と 「 ~ Special 」 の 合計 2 枚 の 表示 板 を 用意 し て 取り付け た 。 回送 淀屋 橋 発 は 2 本 とも 寝屋川 車庫 から 回送 。 淀屋 橋 発 90 4 は 宇治 到着 後 に 寝屋川 車庫 に 回送 。 1034 発 は 宇治 到着 後 中 書 島 の 引き上げ 線 に 回送 し 一旦 留置 後 、 再び 宇治 まで 回送 し 天満 橋 行 と な り 、 到着 後 寝屋川 車庫 まで 回送 。 普通 列車 の み 運転 、 全 列車 が 各駅 に 停車 。 なお 、 京阪 で は 、 六 地 蔵 駅 と 黄檗 駅 で 乗り換え を 知 ら せ る アナウンス を 流 さ な い 。 また 、 路線 図 を 見 て も 、 ( 黄檗 駅 の 場合 は ) 乗換 駅 と 正式 に は 書 か れ て い な い 。 六 地蔵 駅 を 除 き 、 車 イス 対応 の エレベーター ( 宇治 駅 ・ 中書島 駅 ) また は スロープ ( 観月 橋 ・ 桃山 南口 ・ 木幡 ・ 黄檗 ・ 三 室戸 ) を そなえ 、 「 オスメイト 対応 」 や 「 車 イス 対応 」 ・ 「 オムツ 交換 台 」 を 備え た 多 目的 トイレ を そなえ た バリア フリー 対策 済み 。 中書島 駅 で は 、 京阪 本 線 と の 誤乗 を 防 ぐ ( 同 一平 面 上 に 京阪 本 線 下り 用 の 2 番 線 が あ る ) ため に 、 宇治 線 ホーム で は 発車 案内 放送 を 「 3 番線 ・ 各 駅 停車 の 扉 が 閉ま り ま す 」 で は な く 「 3 番線 ・ 宇治 行 の 扉 が 閉ま り ま す 」 と し て い る ( 枚方 市 駅 で も 発車 案内 放送 は 京阪 本 線 と 交野 線 で 区別 さ れ て い る ほか 、 京橋 駅 ( 大阪 府 ) と 天満 橋 駅 で も 似 た 措置 が と ら れ て い る ) 。 なお 、 以上 の 言い回し は 2007 年 6 月 16 日 以降 の 放送 の もの 。 2007 年 6 月 15 日 以前 は 「 3 番 線 の 宇治 行き が 発車 し ま す 」 で あ っ た 。 方向 板 を 正面 に 掲出 し て い た 頃 、 宇治 発 の 三 条 行き の 方向 板 は 大阪 方面 から の それ と 区別 する ため 、 「 三 」 と 「 条 」 の 間 が 開 い た もの を 使用 し て い た 。 +京都 線 ( きょう と せん ) は 、 京都 府 京都 市 下京 区 の 京都 駅 から 奈良 県 奈良 市 の 大和 西 大寺 駅 まで を 結 ぶ 近畿 日本 鉄道 ( 近鉄 ) の 鉄道 路線 。 京都 ・ 奈良 市 間 の 都市 間 輸送 および 沿線 の 住宅 地 、 関西 文化 学術 研究 都市 の 足 を 担 っ て い る 。 1991 年 から 西 日本 旅客 鉄道 ( JR 西 日本 ) も 、 並行 する JR 奈良 線 京都 ~ 奈良 間 に 快速 列車 を 運転 し 対抗 し て い る が 、 運転 本数 の 多 さ で 近鉄 京都 線 が まだ 優勢 で あ る 。 また 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 を 介 し て 京都 市 中心 部 から 奈良 方面 まで や 、 京都 から 天理 駅 、 橿原 神宮前 駅 方面 へ 直通 運転 し て お り 、 乗り換え せ ず に 一 本 の 列車 で 行 く こと が でき る 。 新田辺 ~ 新 祝園 間 は 、 JR 西 日本 の 片町 線 と 並走 し て い る 。 スルッと KANSAI 対応 カード および J スルー ・ PiTaPa ・ ICOCA が 使用 でき る 。 路線 距離 ( 営業 キロ ) : 34 . 6 km 軌間 : 14 35 mm 駅数 : 26 駅 ( 起終点 駅 含 む ) 複線 区間 : 全線 電化 区間 : 全線 電化 ( 直流 1500 V ) 閉塞 ( 鉄道 ) : 自動 閉塞 式 最高 速度 : 105 km / h 全線 、 大阪 輸送 統括 部 ( 旧 上本町 営業 局 ) の 管轄 で あ る 。 近鉄 特急 が 京都 ~ 近鉄 奈良 駅 ・ 橿原 神宮前 駅 間 の ほか 、 京都 ~ 賢島 駅間 に も 運転 さ れ て い る 。 賢島 行き は 大和 八木 で 近鉄 難波 駅 発賢 島 行き を 連結 し て 運行 する もの も あ る 。 詳細 は 近鉄 特急 の 項 を 参照 の こと 。 その 他 、 急行 列車 、 準 急 列車 、 普通 列車 が 運転 さ れ て い る 。 急行 と 普通 列車 の 一部 は 竹田 駅 から 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 に 乗り入れ 国際 会館 駅 まで 相互 直通 運転 を 行 っ て い る 。 以下 に 各種 別 の 詳細 を 示 す 。 なお 、 過去 に は 快速 急行 の 運行 も あ っ た ( 京都 ・ 竹田 ・ 丹波 橋 ・ 西大寺 ・ 新 大宮 〔 2000 年 から 〕 ・ 奈良 に 停車 ) 。 京都 線 の 主力 優等 種別 。 奈良 線 や 橿原 線 に 直通 し て の 運転 が 基本 で 、 終日 、 京都 ~ 近鉄 奈良 ・ 天理 駅 ・ 橿原 神宮前 ( 大和 西 大寺 ・ 近鉄 宮津 ・ 新田 辺行 も 本数 は ごく わずか だ が あ る ) 間 に 運転 さ れ て い る 。 近鉄 宮津 行き の 列車 は 他 の 急行 の 停車 駅 に 加え て 興戸 駅 、 三山 木 駅 に も 停車 する 。 昼間 時間 帯 ( 平日 は 朝 も ) に は 地下 鉄 烏丸 線 国際 会館 ~ 近鉄 奈良間 直通 の 急行 も 運転 さ れ る 。 昼間 時 は 京都 ~ 近鉄 奈良 間 、 国際 会館 ~ 近鉄 奈良間 、 京都 ~ 天理 間 、 京都 ~ 橿原 神宮前 間 の 系統 が それぞれ 毎時 1 ・ 2 ・ 1 ・ 2 本 ずつ 、 合計 毎時 6 本 運転 さ れ る 。 編成 両数 は 6 両 ( 一部 は 4 両 ) で あ り 、 地下 鉄 烏丸 線 から の 直通 列車 は 6 両 編成 で 運転 さ れ る 。 昼間 は 特急 と 急行 の 運転 間隔 が 異な る の で 大久保 駅 ( 京都 府 ) ・ 新田辺 駅 ・ 新 祝園 駅 ・ 高 の 原駅 の いずれ か で 特急 の 通過 待ち を 行 う 。 地下 鉄 烏丸 線 から の 直通 列車 に 関 し て は 竹田 駅 で 近鉄 京都 駅 発着 の 各 駅 停車 と 接続 する 。 近鉄 京都 線 は 大阪 を 基準 に すれ ば 近鉄 奈良線 ・ 片町 線 ・ 京阪本線 ・ JR 京都 線 と い う 4 つ の 放射 路線 と 交差 する 環状 路線 に あた る が 、 近年 で は 急行 が 昼間 で も 混雑 する よう に な っ た 。 関西 文化 学術 研究 都市 の 開発 に よ り 沿線 で の 宅地 開発 が 活発 化 し た ため で あ る 。 これ は 首都 圏 の 横浜 線 や 南武 線 、 武蔵野 線 と 同様 で あ る 。 昼間 の 新田 辺 以南 で は 普通 より 急行 の 本数 が 多 い 。 JR 神戸 線 の 加古川 駅 ~ 姫路 駅 間 と 同様 で あ る 。 ラッシュ 時 の み 30 分 間隔 の 運転 の ため 運行 本数 は 少な い が 、 京都 ~ 新田 辺間 に 運転 さ れ て い る 。 京都 ~ 近鉄 丹波 橋間 は 急行 と 同一 の 停車 駅 で 運転 さ れ 、 丹波 橋 以南 は 各駅 に 停車 する 。 なお 、 1994 年 まで は 京都 ~ 近鉄 奈良間 に 運転 さ れ て い た ( 当時 は 向島 駅 を 通過 。 小倉 ~ 近鉄 奈良間 は 各駅 に 停車 し て い た ) 。 3 駅 しか 通過 せ ず 、 普通 列車 も 抜 か な い 列車 が 多 く 、 京都 線 の 輸送 力 の 補完 の 意味 合い が 強 い が 、 一部 の 準急 は 上鳥 羽口 駅 で 普通 列車 を 追い抜 く ( 平日 の 下り 3 本 、 土休 日 の 下り 1 本 ) 。 終日 、 京都 ~ 大和 西 大寺 ( ごく 一部 は 近鉄 奈良 ) 間 の 運転 に 加え 、 地下 鉄 烏丸 線 国際 会館 ~ 新田 辺間 ( 上り 1 本 の み 近鉄 宮津 始発 ) の 直通 列車 が 運転 さ れ る 。 昼間 時 は 前者 が 毎時 4 本 、 後者 は 毎時 2 本 、 合計 毎時 6 本 設定 さ れ る 。 大和 西 大 寺行 は 時間 帯 に よ っ て は 大和 西 大寺 駅 から 天理 行 、 橿原 神宮 前行 に な る 。 一旦 大和 西 大 寺行 と し て 運転 する 理由 と し て は 、 ダイヤ が 乱れ た 時 に 運休 あるいは 別 編成 を 大和 西 大寺 以南 に 充当 でき る よう に する ため で あ る ほか 、 大和 西 大寺 から 先 急 行 と し て 種別 変更 も な さ れ る 列車 が あ る ため で も あ る 。 編成 両数 は 地下 鉄 直通 の 全列車 と 、 ラッシュ 時 など の 京都 ~ 新田 辺間 の 一部 の 区間 運転 列車 が 6 両 編成 で 、 その 他 は 4 両 編成 で あ る 。 狛田 駅 と 山田 川 駅 の プラットホーム の 有効 長 が 4 両分 まで しか な い 影響 から 、 新田 辺 以南 に 乗り入れ る 普通 列車 は 4 両 編成 で しか 運転 でき な い ため で あ る 。 ただ 、 京都 ~ 新田 辺間 を 6 両 編成 で 運転 し 、 新田辺 で 増解 結 し 新田 辺 以南 を 4 両 編成 で 運転 する 列車 も 少量 ながら あ る 。 ただし 、 京都 ~ 大和 西 大寺 間 の 普通 は 毎時 4 本 と は いえ 、 京都 市営 地下 鉄 電車 と の ダイヤ 調整 の ため 15 分 間隔 で は な い 。 京都 ~ 竹田 間 は ラッシュ 時 で も 最大 20 分 間隔 に な り 、 昼間 の 新田辺 ~ 新 祝園 間 は 最大 22 分 間隔 に な る ( JR の おおさか 東線 も 同様 の 事態 が 起き て い る ) 。 なお 、 1997 年 の 第 3 回 気候 変動 枠組 条約 締約 国 会議 中 に は 烏丸 線 直通 の 普通 列車 が 高 の 原駅 まで 乗り入れ て い た 。 ただし 当時 、 6 両 編成 が 停車 でき な かっ た 興戸 と 狛田 ・ 山田 川 は 通過 し て い た 。 線 内 の 各 区間 の 昼間 時 の 1 時間 毎 の 運転 本数 の 内訳 は 以下 の よう に な る 。 京都 ~ 竹田 特急 4 本 、 急行 4 本 、 普通 4 本 竹田 ~ 新田 辺 特急 4 本 、 急行 6 本 、 普通 6 本 新田辺 ~ 大和 西 大寺 特急 4 本 、 急行 6 本 、 普通 4 本 特急 4 本 の 内訳 は 、 京都 ~ 奈良 が 2 本 、 京都 ~ 橿原 神宮前 が 1 本 、 京都 ~ 賢島 が 1 本 。 出庫 時 は 起立 し て 運転 する 。 近鉄 奈良線 車両 を 参照 。 他 に 近鉄 3000 系 電車 も あ る 。 また 、 京都 市営 地下 鉄 烏丸 線 京都 市 交通 局 10 系 電車 の 乗り入れ 運用 も あ る ( 主に 新田 辺 駅 以北 折り返し の 普通 電車 運用 。 昼間 時 は 近鉄 奈良 駅 直通 急行 運用 も あり ) 。 近鉄 京都 発着 の 列車 で 、 地下 鉄 線 対応 の 近鉄 3200 系 電車 、 近鉄 3220 系 電車 を 含 む 6 両 単独 編成 は 近鉄 宮津 駅 以南 発着 の 普通 電車 を 除 き 、 すべて の 種別 に て 運用 さ れ て い る ( 狛田 駅 ・ 山田 川 駅 プラットホーム の 有効 長 が 4 両分 まで しか な い ため ) 。 また 、 L / C カー は 京都 線 ・ 橿原 線 ・ 天理 線 運用 ( と それ に 関連 する 運用 ) の 場合 は 座席 は 常 に ロング シート の 状態 で 運転 さ れ る ( 奈良 線 で は 一部 運用 や 乗務 員 の 判断 に よ る 場合 を 除 き 、 平日 の 10 時 ~ 16 時 と 土曜 ・ 休日 の 終日 は クロス シート ) 。 これ は 、 京都 駅 の 3 番 ホーム が 片面 で 、 乗降 区分 が でき ず 、 シート を 回 す タイミング が な い ため で あ る ( 近鉄 へ の 質問 の 回答 より ) 。 それ で も 京都 線 ・ 橿原 線 ・ 天理 線 で 運用 さ れ る の は 、 奈良 線 と 共通 運用 の ため 。 京阪 電気 鉄道 と 大阪 電気 軌道 ( 通称 ・ 大軌 。 近鉄 の 前身 ) の 合弁 会社 で あ る 奈良 電気 鉄道 ( 通称 ・ 奈良 電 ) に よ り 、 私鉄 路線 が な かっ た 2 つ の 古都 を 結 ぶ 目的 で 開業 し た 。 京都 ~ 桃山 御陵 前間 は 鉄道 省 奈良 線 の 旧 線 跡 を 利用 し て 建設 さ れ 、 全通時 より 大軌 の 近鉄 奈良線 ・ 畝傍線 ( 現在 の 近鉄 橿原 線 ) と 直通 運転 を し て い た 。 さらに 戦後 直後 から 1968 年 まで は 、 京阪 本 線 と の 直通 運転 も 行 っ た 。 近鉄 の 路線 と な っ た の は 、 1963 年 10 月 1日 の こと で あ る 。 なお 同線 の 建設 や 近鉄 統合 に 関 し て は 、 奈良 電気 鉄道 の 項目 も 参照 。 に 架か る 、 日本 最長 16 4 . 6 m の 単純 トラス 橋 澱 川 橋 梁 。 登録 有形 文化 財 建設 に 当たり 、 淀川 以北 の ルート 選定 は 難航 し た 。 建設 当時 は 京阪 本 線 沿線 も 含め て 周囲 が 大 日本 帝国 陸軍 の 演習 地 と な っ て お り 、 陸軍 から 架橋 訓練 の 支障 と な る 橋脚 を 宇治川 に 作 る こと を 咎め られ 無橋 脚 橋梁 を 架橋 する こと と な っ た 。 また 、 桃山 御 陵前 駅 の 前後 は 、 京都 市 も 桃山 御陵 へ の 参拝 道 に 踏切 が 生じ る こと を 理由 に 反対 し た ため 地下 線 で の 建設 を 計画 し た が 、 伏見 区 の 酒造 組合 が 地下 水 の 枯渇 を 理由 に 地下 線 で の 建設 計画 は 頓挫 し 、 残 る 高架 方式 で の 建設 と な っ た 。 桃山 御 陵 前 駅 ~ 向島 駅 間 の 宇治川 に 架か る 澱川 鉄橋 が 日本 最長 16 4 . 6 m の 単純 トラス 橋 構造 と な っ た の は 、 この よう な 複雑 な 事情 に よ る 。 現在 で も 陸上 自衛 隊 の 演習 地 が 宇治川 周辺 に 存在 する 。 しかし 、 伏見 区 内 の 住宅 開発 が 進 ん だ 事 も あ っ て 大久保 駅 ( 京都 府 ) 前 に あ る 陸上 自衛 隊 大久保 駐屯 地 や 京阪 宇治 線 木幡 駅 ( 京阪 ) の 周辺 に 移転 し て お り 、 現在 で は 澱川 鉄橋 の 近辺 で 演習 が 行 わ れ る こと は な い 。 奈良 電 が 開業 する に あた っ て は 、 当時 の 国鉄 京都 駅 の 烏丸口 ( 北側 の 中央 口 ) 直下 に 奈良 電 の 地下 ターミナル 駅 を 設け る 予定 で あ っ た が 、 この 工事 費用 の 問題 に 加え 、 1928 年 11 月 に 京都 御所 で 昭和 天皇 の 即位 の 礼 昭和 の 即位 の 礼 ・ 大嘗 祭 に 時間 的 に 間に合 わ な い こと から 、 八条 口 ( 南口 ) 側 に 仮設 駅 を 設け る こと に な っ た 。 この 仮設 の 予定 で あ っ た 駅 は 、 昭和 恐慌 など の 影響 で 地下 化 計画 自体 が 事実 上 頓挫 する 格好 で その まま の 形 で 残 さ れ 、 東海道 新 幹線 が 建設 さ れ る 際 に は その 直上 に 新 幹線 の 線路 と プラットホーム を 設置 し 、 同時 に 奈良 電 の 駅 も 高架 3 線 化 さ れ た ( なお 北口 まで の 延伸 免許 自体 は 、 近鉄 へ の 合併 直後 まで 保持 さ れ た ) 。 1928 年 ( 昭和 3 年 ) 1 1 月 3 日 奈良 電気 鉄道 が 桃山 御 陵 前 ~ 西大寺 ( 現 ・ 大和 西 大寺 ) 間 を 開業 。 1928 年 ( 昭和 3 年 ) 1 1 月 15 日 京都 ~ 桃山 御陵 前間 が 開業 し 全通 。 1929 年 ( 昭和 4 年 ) 7 月 10 日 木津川 ( 京都 府 ) の 河畔 に 木津川 駅 を 設置 。 1940 年 ( 昭和 15 年 ) 4 月 1日 城 南 宮前 駅 を 竹田 駅 に 改称 。 1940 年 ( 昭和 15 年 ) 4 月 5 日 上 鳥 羽口 駅 開業 。 1945 年 ( 昭和 20 年 ) 12 月 21 日 奈良 電気 鉄道 の 電車 が 丹波 橋 駅 に 乗り入れ 、 同駅 から 京阪 電車 の 三条 駅 ( 京都 府 ) まで 直通 運転 開始 。 伏見 ~ 堀内 ~ 桃山 御陵 前間 廃止 。 1947 年 ( 昭和 22 年 ) 4 月 1日 京阪 電車 が 丹波 橋 駅 から 奈良 電 に 乗り入れ 、 京都 駅 まで 直通 運転 開始 。 1954 年 ( 昭和 29 年 ) 7 月 5 日 興戸 駅 開業 。 1963 年 ( 昭和 38 年 ) 9 月 京都 駅 高架化 。 1963 年 ( 昭和 38 年 ) 10 月 1日 近畿 日本 鉄道 が 奈良 電気 鉄道 を 合併 し 、 京都 線 と な る 。 1967 年 ( 昭和 42 年 ) 3 月 29 日 旧 堀内 駅 を 復活 し 、 現在 位置 の 近鉄 丹波橋 駅 設置 。 伏見 駅 ~ 近鉄 丹波 橋 駅 ~ 桃山 御 陵前 駅 間 復活 。 ただし 1 年間 は 丹波 橋 ・ 近鉄 丹波橋 駅 の 併用 と な る ( 近鉄 の 特急 ・ 急行 ・ 準急 は 近鉄 丹波橋 を 、 普通 と 京阪 直通 列車 は 丹波 橋 を 使用 、 ただし 当初 の 正式 駅名 は 両駅 と も 丹波 橋 ) 。 1968 年 ( 昭和 43 年 ) 10 月 10 日 自動 列車 停止 装置 使用 開始 。 1968 年 ( 昭和 43 年 ) 12 月 20 日 伏見 ~ 丹波 橋 ~ 桃山 御 陵前 駅間 廃止 。 また 丹波 橋 駅 で の 京阪 電車 と の 相互 直通 運転 と 丹波 橋 ・ 近鉄 丹波橋 駅 の 併用 も 廃止 。 近鉄 使用 の 丹波 橋 駅 を 近畿 日本 丹波橋 駅 と 改称 。 なお この 日 より 奈良 線 大型 車両 の 京都 線 で の 運用 を 開始 する 。 1969 年 ( 昭和 44 年 ) 9 月 13 日 京都 ~ 東寺 間 高架化 。 1969 年 ( 昭和 44 年 ) 9 月 21 日 架線 電圧 を 600 V から 1500 V に 昇圧 。 1970 年 ( 昭和 45 年 ) 3 月 1日 近畿 日本 丹波 橋 駅 を 近鉄 丹波 橋 駅 に 改称 。 1972 年 ( 昭和 47 年 ) 1 1 月 22 日 高 の 原駅 開業 。 1974 年 ( 昭和 49 年 ) 7 月 20 日 木津川 駅 廃止 。 1979 年 ( 昭和 54 年 ) 3 月 30 日 向島 駅 開業 。 1979 年 ( 昭和 54 年 ) 7 月 特急 に 限 り 6 両 編成 運転 開始 。 1987 年 ( 昭和 62 年 ) 12 月 14 日 大久保 駅 付近 高架化 完成 。 1988 年 ( 昭和 63 年 ) 8 月 28 日 京都 市営 地下 鉄 烏丸 線 と の 相互 直通 運転 を 開始 。 1993 年 ( 平成 5 年 ) 3 月 18 日 宮津 車庫 完成 。 1993 年 ( 平成 5 年 ) 9 月 21 日 近鉄 宮津 駅 開業 。 1994 年 ( 平成 6 年 ) 9 月 21 日 木津川 台 駅 開業 。 1998 年 ( 平成 10 年 ) 3 月 17 日 土曜 ・ 休日 昼間 、 京都 ~ 近鉄 奈良間 に 快速 急行 を 新設 。 1999 年 ( 平成 11 年 ) 1 1 月 27 日東寺 ~ 竹田 間 高架化 。 2000 年 ( 平成 12 年 ) 3 月 15 日 国際 会館 ~ 近鉄 奈良間 直通 の 急行 を 新設 し 京都 市営 地下 鉄 烏丸 線 と の 相互 直通 運転 区間 を 近鉄 奈良 まで 延長 。 快速 急行 が 平日 昼間 に も 設定 さ れ 増発 。 2003 年 ( 平成 15 年 ) 3 月 6 日 京都 ~ 近鉄 奈良 間 の 快速 急行 を 急行 に 統合 し 廃止 。 2005 年 ( 平成 17 年 ) 8 月 6 日 三 山木 駅 付近 高架化 完成 。 八条 駅 ( 京都 ~ 東寺 間 1928 年 11 月 15 日 ~ 1945 年 ) - 東海道 本線 と 並行 向き に 京都 駅 を 出 た 列車 が 、 南 へ 進行 方向 を 変え る あたり に 設け られ て い た 駅 。 不要 不急 と みな さ れ 廃止 さ れ た 。 木津川 駅 ( 京都 府 ) ( 富野 荘 ~ 新田 辺間 1929 年 7 月 10 日 ~ 1946 年 10 月 1日 、 1948 年 7 月 1日 ~ 1965 年 8 月 23 日 休止 、 1974 年 7 月 20 日 廃止 ) - 水泳 客 用 に 夏季 の み 設け られ た 臨時 駅 。 +嵐山 線 ( あらしやま せん ) は 、 京都 府 京都 市 西京 区 の 桂駅 から 嵐山 駅 ( 阪急 ) まで を 結 ぶ 阪急 電鉄 の 鉄道 路線 。 沿線 に 嵐山 など の 観光 地 を 控え 、 行楽 客 や 年末 年始 の 初詣 客 で 賑わ う 。 かつて は 嵐山 支線 と 表記 し た 例 も 見 られ た 。 路線 データ 路線 距離 ( 営業 キロ ) : 4 . 1 km 軌間 : 14 35 mm 駅数 : 4 駅 ( 起終点 駅 含 む ) 複線 区間 : なし ( 全線 単線 ) 電化 区間 : 全線 電化 ( 直流 1500 V ) 閉塞 ( 鉄道 ) : 自動 閉塞 式 最高 速度 : 70 km / h 車両 基地 : 桂 車庫 運行 形態 現在 は 線内 折返 し 運転 の み だ が 、 2000 年 秋 まで ( 廃止 は 2001 年 3 月 の ダイヤ 改正 ) は 春 ・ 秋 の 行楽 シーズン に 梅田 駅 ~ 嵐山間 に 直通 の 臨時 列車 急行 列車 「 阪急 京都 本線 臨時 列車 」 が 運転 さ れ て い た 。 この 急行 は 嵐山 線 内 は 各駅 に 停車 し 、 京都 線 内 は 急行 ( 現在 の 快速 急行 ) と 同じ 停車 駅 ( 長岡 天神 、 高槻 市 、 茨木 市 、 淡路 、 十 三 ) に 停車 し て い た 。 また 2001 年 春 に は 嵐山 発桂 行き の 普通 列車 が 長岡 天神 まで 延長 運転 し 、 長岡 天神 で 梅田 行き の 特急 に 同じ ホーム で 乗り換え でき る 列車 が あ っ た が 、 その 後 の シーズン に は 運転 さ れ て い な い 。 通常 は 4 両 編成 の 車両 で 日中 毎時 4 往復 運行 し て い る が 、 行楽 シーズン の 土曜 ・ 休日 や 五山 送り火 の 日 に は 6 両 編成 が 日中 10 分 間隔 で 運転 さ れ る こと が あ る 。 この 6 両 編成 は 阪急 京都 本 線 用 車両 の 8 両 編成 の うち 梅田 方 の 2 両 を 切り離 し て 運用 さ れ る 。 歴史 京都 電燈 が 所有 し て い た 鉄道 敷設 免許 を 譲り受け 、 京阪 電気 鉄道 傘下 の 新 京阪 鉄道 が 複線 で 全線 を 開業 さ せ た 。 当初 は 、 終点 の 嵐山 駅 を 京都 側 の ターミナル 駅 と する こと を 目論 ん で い た ため 、 嵐山 駅 は 6 面 5 線 と 大きな 構造 で あ っ た 。 だ が 、 思 っ た ほど の 需要 が 得 られ ず 、 戦局 の 悪化 で 金属 供 出令 に よ り 不要 不急線 と し て 単線 化 さ れ 、 現在 に 至 っ て い る 。 その 名残 で 、 軌道 敷 や 架線 柱 は 複線 分 の 幅 が あ り 、 橋台 や 橋 桁 が 残 っ て い る 部分 も あ る 。 ただし 、 桂駅 の 京都 本線 と の 分岐 部 は 、 戦後 の 構内 改造 に よ っ て 単線 分 の 路盤 に 削 ら れ て い る ため 、 再び 完全 に 複線 化 する こと は 不 可能 に な っ て い る 。 1928 年 ( 昭和 3 年 ) 1 1 月 9 日 新 京阪 鉄道 に よ り 桂 ~ 嵐山間 が 開業 。 1930 年 ( 昭和 5 年 ) 9 月 15 日 新 京阪 鉄道 の 京阪 電気 鉄道 へ の 企業 合併 に よ り 、 同社 の 路線 と な る 。 1943 年 ( 昭和 18 年 ) 10 月 1日 京阪 電気 鉄道 の 阪神 急行 電鉄 へ の 合併 に よ り 、 阪急 電鉄 の 保有 路線 と な る 。 1944 年 ( 昭和 19 年 ) 1 月 9 日 資材 供出 の ため 全線 単線 化 。 1948 年 ( 昭和 23 年 ) 1 月 1日 松尾 神社 前 駅 を 松尾 駅 に 改称 。 駅 一覧 全 列車 が 各駅 に 停車 する 。 +京阪本 線 ( けいはん ほんせん ) は 、 大阪 府 大阪 市 中央 区 ( 大阪 市 ) の 淀屋 橋 駅 から 京都 府 京都 市 東山 区 の 三条 駅 ( 京都 府 ) まで を 結 ぶ 京阪 電気 鉄道 の 鉄道 路線 。 「 本線 」 と い う 路線 名 で は な く 、 京都 と 大阪 を 結 ぶ と い う 意味 の 社名 略称 を 冠 し た 「 京阪 本線 」 が 正式 な 路線 名 で あ る 。 京阪本 線 に 接続 する 各 路線 ( 京阪 鴨東線 ・ 京阪 宇治線 ・ 京阪 交野 線 ) と 併せ て 京阪 線 と 総称 さ れ る 。 路線 距離 ( 営業 キロ ) : 淀屋 橋 ~ 三条 間 49 . 3 km 軌間 : 14 35 mm 駅数 : 40 駅 ( 起終点 駅 含 む ) 、 1 信号 所 複線 区間 : 複々 線 : 天満 橋 ~ 寝屋川 信号 所 間 複線 : 淀屋 橋 ~ 天満 橋間 、 寝屋川 信号 所 ~ 三条 間 電化 区間 : 全線 電化 ( 直流 1500 V ) 閉塞 ( 鉄道 ) : 自動 閉塞 式 最高 速度 : 110km / h 保安 装置 : 自動 列車 停止 装置 京阪 型 速度 照査 ATS 路線 名 の 通り 、 大阪 と 京都 を 結 ぶ 路線 で あ る が 、 並行 する JR 京都 線 ( 東海道 本線 ) や 阪急 京都 本線 と は 異な り 、 淀川 の 南側 を 通 る 。 大阪 市内 の 淀屋 橋 ~ 天満 橋間 と 京都 市 内 の 七条 ~ 三条 間 は 地下 線 と な っ て い る 。 東福寺 ~ 三条 間 は 軌道 法 に 基づ く 軌道 ( 鉄道 ) と な っ て い る 。 天満 橋 ~ 寝屋川 信号 所 間 の 複々 線 で は 普通 列車 と 一部 の 区間 急行 は 外側 線 ( B 線 ) 、 その 他 の 列車 は 内側 線 ( A 線 ) を 走 る 。 大阪 市 の 天満 橋 駅 から 分岐 し て 同市 北 区 ( 大阪 市 ) の 中之 島 ( 大阪 府 ) 地区 を 通 る 京阪 中之島 線 が 建設 中 で ( 2008 年 10 月 19 日 開業 予定 ) 、 同線 開業 後 は 京阪 本 線 と 一体 的 に 運行 さ れ る 予定 と な っ て い る 。 立体 交差 工事 や バリア フリー 対応 の 工事 は 比較 的 進 ん で い る 。 主な 大きな 工事 と し て 京都 地下 線 ( 東福 寺 駅 ~ 三条 駅 ) は 1987 年 、 枚方 市 駅 は 1993 年 、 寝屋川 市 駅 は 1999 年 に それぞれ 完成 し て い る 。 淀屋橋 駅 ( 1 面 3 線 だ が 1 番 線 と 4 番 線 が 同じ 線 を 使 う ) の ホーム 構造 が 災い し て 、 全体 的 に 余裕 の な い ダイヤ に な っ て い る 。 その ため 淀屋 橋 駅 や 出町 柳 駅 で の 折り返 し 時間 が 僅少 な 列車 も 多 く 存在 する 。 なお 、 当線 は 『 鉄道 要覧 』 で は 大阪 の 淀屋 橋 駅 が 起点 と し て 記載 さ れ て い る が 、 運行 上 の 起点 駅 は 京都 の 三条 駅 で あ り 、 京都 から 大阪 に 向か う 列車 が 「 下り 」 、 その 逆 が 「 上り 」 と な る ( 阪急 京都 本線 も 同様 ) 。 三条 駅 に 発着 する 大半 の 列車 が 京阪 鴨 東線 の 出町 柳 駅 まで 直通 運転 し て い る 。 2006 年 4 月 16 日 に 実施 さ れ た 京阪 線 の ダイヤ 改正 で は 、 平日 の 場合 、 朝 の K 特急 の 一部 が 特急 に 変更 さ れ 、 区間 急行 が 26 年 ぶり に 昼間 時 に 運転 さ れ る よう に な っ た ほか 、 43 年 ぶり に 昼間 時 の 天満 橋 止まり が 復活 する など 、 大幅 な 変更 が あ っ た が 、 枚方 市 ・ 丹波 橋 ・ 三条 で の 緩急 連絡 は 従来 通り で あ る 。 一方 で 改正 前後 に は 、 朝 ラッシュ 時 に 天満 橋 で 折り返 す 急行 ・ 準急 が 増え た こと や 、 昼間 時 の 準急 の 廃止 に よ り 萱島 駅 及び 光善 寺 駅 の 利便 性 が 低下 し た こと に 対 する 不満 も 上が っ た よう で 、 2007 年 1 月 27 日 に は これ ら の 問題 点 に 対応 し た ダイヤ 変更 が 実施 さ れ た ( 朝 ラッシュ 時 の 天満 橋 折り返 し 列車 と 淀屋 橋 発着 列車 の 配分 の 見直 し 、 平日 15 時 台 の 急行 を 準急 に 格下げ 、 など ) 。 以下 に 種別 ごと の 詳細 を 示 す 。 京阪 特急 、 K 特急 も 参照 。 京阪本 線 の 最 優 等 種別 。 2003 年 9 月 6 日 の ダイヤ 改正 で 新設 ( 運転 開始 は 8 日 から ) さ れ た 。 ただし 停車 駅 は ダイヤ 改正 前 の 特急 と 同じ で 、 特急 の 停車 駅 が 増加 し た こと に よ り 新た に 設け られ た 種別 で あ る 。 淀屋橋 ~ 出町 柳間 で 運行 さ れ 、 朝 の 淀屋 橋 行き が 枚方 市 に も 停車 する の は 従来 通り で あ る 。 平日 の 昼間 以外 の 時間 帯 のみ の 運転 で 、 通勤 特急 の 役割 を 果た す こと から 土曜 ・ 休日 は 運転 さ れ な い 。 平日 夕方 ラッシュ 時 で は 丹波 橋 駅 で 急行 と 緩急 接続 を 行 う 。 朝 の 下り 以外 は 事実 上 の 京阪間 ノンストップ 列車 で あ る 。 朝 の 一部 の 列車 は 3 ドア 車 で 運転 さ れ 、 特に 最混雑 時間 帯 の 下り 列車 で は 2 ドア 車 の 充当 が 避け られ て い る 。 また 、 朝 ラッシュ 時 に は 京阪 交野 線 私 市 から 淀屋 橋 行 K 特急 「 おりひめ 」 が 運転 さ れ て い る 。 この 列車 は 交野 線 で の ホーム 有効 長 の 関係 上 5 両 編成 で 運転 さ れ る 。 平日 朝 ラッシュ 時下り の 列車 は 、 枚方 市 から 非常 に 混雑 し 一部 車両 に は 押し屋 が 必要 な ほど で あ る 。 朝 ラッシュ 時 に は 出町 柳側 の 1 両 目 が 女性 専用 車両 と し て 運用 さ れ て い る 。 京阪本 線 の 主力 優等 種別 。 K 特急 が 運行 さ れ な い 平日 昼間 と 土曜 ・ 休日 の 終日 に 淀屋 橋 ~ 出町 柳間 で 運行 さ れ る 。 2006 年 4 月 16 日 の ダイヤ 改正 から 運転 時間 が 拡大 さ れ 、 平日 朝 9 時 台 前半 の 特急 に K 特急 と 同様 に 女性 専用 車両 が 設定 さ れ た 。 現行 の ダイヤ で は 枚方 市 以東 の 先着 列車 ・ 優等 列車 と な る の で 、 昼間 で も 激し く 混雑 する 場合 が あ る 。 K 特急 ・ 特急 は 利用 客 に 「 京阪 特急 」 の 通称 で 親し ま れ て い る 。 車両 は テレビ が 設置 さ れ て い る テレビ カー と 2 階 建車両 ( ダブル デッカー ) が 連結 さ れ て い る 特急 形 車両 の 京阪 3000 系 電車 ・ 京阪 8000 系 電車 電車 の 運用 が 中心 だ が 、 2003 年 9 月 6 日 の ダイヤ 改正 で 車両 数 の 関係 から 昼間 時間 帯 の 特急 の うち 約 1 / 3 の 列車 に 3 ドア の 車両 が 使用 さ れ る こと と な っ た 。 3 ドア の 特急 に は 主に セミクロス シート の 京阪 9000 系 電車 が 運用 さ れ る ほか 、 朝 ラッシュ 時 の K 特急 の 3 ドア 車 集中 運用 に よ る ダイヤ 編成 の 都合 上 、 平日 午前 中 に 運転 さ れ る 10 本 ( K 特急 ・ 特急 あわせ て 下り 8 本 、 上り 2 本 ) の 列車 で 京阪 7200 系 電車 また は 京阪 6000 系 電車 電車 に よ る 8 両 編成 の オール ロング シート 車 が 定期 運用 さ れ て い る 。 おおむね 正午 以降 は 3 ドア 車 も 含め て クロス シート 車 で の 運用 に 統一 さ れ る が 、 9000 系 が 検査 や 部品 交換 の 時期 に 入 る と 、 午後 以降 に も 一部 の 便 で ロング シート 車 に よ る 代走 が 行 わ れ る こと が あ る 。 なお 、 駅 の 時刻 表 に は 発車 時刻 の 横 に 小さ く 2 ドア 車 か 3 ドア 車 を 表 す マーク が 付け られ て い る 。 出町 柳 ~ 淀屋 橋間 の 標準 所要 時間 は 53 分 で 、 カーブ の 多 い 路線 が 影響 し て 、 大阪 ~ 京都 間 を 28 分 で 結 ぶ JR 京都 線 の 新 快速 に 大き く 水 を 空け られ て い る 。 ただし 、 京橋 ~ 七条 間 に 限 っ て 見 れ ば 所要 時間 は 約 40 分 で あ る 。 今 で こそ 枚方 市 駅 ・ 樟葉 駅 に 停車 し て い る が 、 2003 年 まで は 基本 的 に は 通過 運転 で あ っ た ( 枚方 市 駅 は 朝 の み 停車 ) 。 ただし 、 毎年 8 月 の 最終 日 曜 日 に 行 わ れ て い た 『 くらわん か 花火 大会 』 の 開催 時 に は 枚方 市 駅 ( 1998 年 以前 は 樟葉 駅 ) に 臨時 停車 し て い た 。 特急 の 方向 幕 の 地色 は 赤 で あ る 。 2003 年 9 月 の ダイヤ 改正 で 現在 の 赤地 に 白 文字 の 幕 と な っ た 。 それ 以前 は 、 8000 系 は 黒地 に 赤 文字 の 幕 を 、 3000 系 は 白地 に 赤 文字 の 幕 を 使用 し て お り 、 1995 年 の 更新 工事 の 際 に 8000 系 と 同様 の 黒地 に 赤 の 幕 と な っ た 。 2003 年 以前 に 使用 し て い た 黒地 に 赤字 の 幕 は 2600 系 に 入 っ て お り 、 「 K 特急 おりひめ 」 で 使用 さ れ る 。 なお 、 現在 の 赤地 に 白 文字 の 幕 は 、 製造 時 の 6000 系 の 急行 幕 ( 英語 無し ) と 同じ 色 で あ る 。 ほぼ 終日 運転 さ れ て い る 。 昼間 は 淀屋 橋 ~ 枚方 市 間 の 運転 ( 一部 は 準急 ) が 主体 と な り 、 それ 以外 の 時間 帯 は 淀屋 橋 ~ 出町 柳間 の 運転 が 主体 と な る 。 運用 は ラッシュ 時 に は 天満 橋 折り返 し 列車 や 樟葉 始発 ・ 終着 の 列車 が あ る 。 昼間 運行 の 急行 ( 準急 ) は 守口 市 で 必ず 普通 に 連絡 し 、 香里 園 で 特急 の 通過 待ち を 行 う 。 平日 の 昼間 時 と 土曜 ・ 休日 の 11 ~ 15 時 台 以外 は 淀屋 橋 ~ 出町 柳間 で 運転 さ れ 、 土曜 ・ 休日 は 一部 を 除 き 淀屋 橋 ・ 三条 ( 列車 に よ っ て は 出町 柳 ) まで 先着 する ( 平日 の 場合 京阪間 の 通 し 列車 は 早朝 ・ 朝 ラッシュ 時上り ・ 深夜 の 一部 列車 を 除 き 途中 駅 で K 特急 に 追い抜 か れ る ) 。 守口 市 と 枚方 公園 は 朝 ラッシュ 時 と 深夜 は 通過 する 。 7 両 編成 の 運用 も あ る が 、 大阪口 ( 特に K 特急 運転 時間 帯 ) で の 混雑 が 激し い ため 8 両 編成 で の 運転 が 中心 で あ る 。 また 、 京橋 から 寝屋川 市 の 間 は ほとんど の 駅 を 通過 する ( 早朝 と 深夜 は ノン ストップ 、 それ 以外 の 時間 帯 は 守口 市 の み 停車 ) 反面 、 寝屋川 市 以北 で は 約 半数 の 駅 に 停車 し て お り 、 その ため に 2003 年 9 月 の ダイヤ 改正 まで は 特急 と 急行 の 所要 時間 の 差 が 大き い ダイヤ が 組 ま れ て い た 。 なお 淀屋 橋 開業 後 の 1964 年 当時 の 途中 停車 駅 は 四条 、 七条 、 伏見 稲荷 、 丹波 橋 、 中書 島 、 八幡 町 ( 現 八幡 市 ) 、 枚方 市 、 香里 園 、 京橋 、 天満 橋 、 北浜 ( この ほか 、 日中 は 枚方 公園 に 停車 ) で あ り 、 当時 の 急行 は 2008 年 10 月 に 新た に 登場 する 予定 で あ る 快速 急行 と ほぼ 同じ 水準 の 停車 駅数 で あ っ た ( 快速 急行 は 先述 の 駅 の ほか 、 樟葉 、 寝屋川 市 、 守口 市 に 停車 し 伏見 稲荷 、 八幡 市 、 枚方 公園 を 通過 する 予定 ) 。 時間 帯 に よ っ て は 入出庫 ・ 間合 い 運用 の 都合 上 、 特急 用 の 3000 系 ・ 80 00 系 電車 が 運用 に 入 る こと も あ る 。 特急 車 の 急行 は 早朝 ・ 深夜 の 入出庫 を 兼ね た 運用 の ほか 、 平日 朝 下り の 通勤 時間 帯 が 終了 する 9 時 ~ 10 時 台 に も 淀屋 橋 ~ 枚方 市 駅 間 の 急行 と し て 運用 に 入 る 便 が 上り 1 本 ・ 下り 3 本 、 さらに 淀屋 橋 発出 町 柳行 急行 と し て 運用 さ れ る もの が 1 本 あ る 。 これ ら は 淀屋 橋 また は 出町 柳 駅 で の 折り返 し 時 に ロング シート 車 で 運転 さ れ る 特急 と 入れ替え る 運用 で 組 ま れ て い る ( 同様 の 運用 替え は 9000 系 と 6000 系 また は 京阪 7200 系 電車 と の 相互 間 に お い て も 行 わ れ て い る ) 。 なお 、 平日 午前 中 に 特急 車 で 運用 さ れ る 淀屋 橋 ~ 枚方 市 間 の 急行 は 、 上下 と も 香里 園 で ロング シート 車 使用 の 特急 に 追い抜 か れ る 。 さらに 早朝 ・ 深夜 を 中心 に 準急 ・ 普通 の 運用 も あ る ( 過去 に 平日 下り 区間 急行 で の 運用 も 1 本 あ っ た が 、 2007 年 1 月 の ダイヤ 改正 以後 運用 に は 就 い て い な い ) 。 京都 競馬 場 で の 競馬 開催 時 ( 場外 の 時期 も 含 む ) は 淀駅 に 臨時 停車 する 。 また 淀駅 の 大阪 寄り に 淀 車 庫 が あ る ため 早朝 と 深夜 の 出町 柳駅 ~ 淀駅 間 運転 の 急行 と 、 競馬 開催 時 の 同駅 始発 天満 橋 ・ 出町 柳行 の 臨時 急行 に 限 り 客扱い を 行 う 。 なお 早朝 ・ 深夜 の 出町 柳駅 ~ 淀駅 の 急行 は 2003 年 9 月 まで は 準急 と し て 運転 さ れ て い た 。 2007 年 1 月 27 日 の ダイヤ 一部 変更 で 平日 15 時 台 に 淀屋 橋 ~ 枚方 市 間 の 急行 が 準急 に 格下げ さ れ た 。 これ は 光善 寺 駅 で の 学生 の 下校 対策 で あ る 。 方向 幕 の 色 は 朱色 に 白 文字 で あ る 。 現在 の 朱色 は 、 1989 年 の 7000 系 登場 以降 英語 入り の 幕 に 交換 さ れ た 時 から 使用 さ れ て い る 。 それ 以前 は 、 英語 表示 の な い 赤地 に 白 文字 の 幕 ( 色 は 2003 年 以降 の 特急 と 同じ ) を 使用 し て い た 。 6000 系 登場 以前 は 、 白地 に 赤字 で あ っ た 。 前面 の 表示 幕 が な い 時代 の 方向 板 は 丸形 の もの を 使用 し て お り 、 淀屋 橋 ~ 三条 間 が 赤地 に 白 文字 、 淀屋 橋 ~ 樟葉 間 が 白地 に 赤 文字 と 区別 し て い た 。 原則 と し て 昼間 時間 帯 以外 で 運転 さ れ て い る 。 淀屋橋 ~ 樟葉 間 の 運行 が 主体 だ が 、 ラッシュ 時 に は 京阪 間 通し の 列車 が 、 早朝 ・ 深夜 に は 淀発 着 列車 も あ る 。 昼間 の 一部 時間 帯 に 急行 に 変わ っ て 枚方 市 発着 列車 も 運転 さ れ る 。 その 列車 は 必ず 守口 市 で 普通 に 接続 する 。 平日 昼間 の 枚方 市 発 の 準急 は 萱島 で 区間 急行 に 接続 する 。 8 両 編成 の 運転 も あ る が 、 京阪 間 通し の 列車 は 7 両 編成 で の 運転 で あ る ( 中書 島 以遠 の 普通 ( 準急 ) 停車 駅 が 7 両 編成 まで の 対応 の ため ) 。 大阪 近郊 の 中 距離 優 等 種別 と い う 位置 づけ で 、 主に 複々 線 区間 で 通過 運転 を 行 い 、 その 他 の 区間 は 各駅 に 停車 する パターン と な っ て い る 。 なお 守口 市 は 早朝 から 朝 ラッシュ 時 まで の 間 通過 する 。 近年 は ラッシュ 時 を 中心 に 京阪 間 通し の 準急 が 増え る 傾向 に あ る 。 ただし 2003 年 9 月 から 2006 年 4 月 まで は 昼間 で も 京阪 間 通し の 準急 が 運転 さ れ て い た 。 1980 年 代 は 、 準急 は 淀屋 橋 ~ 淀間 の み 運転 さ れ て お り 、 全線 通し の 準急 は 設定 さ れ て い な かっ た 。 1989 年 の ダイヤ 改正 で 京都 口 の 準急 が 登場 し た が 、 大阪 方面 から の 準急 は 淀 まで の 運転 で あ り 、 1990 年代 は 淀屋 橋 ~ 樟葉 間 の 準急 が 終日 、 夕方 以降 に 出町 柳 ~ 樟葉 ・ 淀間 の 準急 が 運転 さ れ る と い う 状態 で あ っ た 。 2003 年 改正 以降 、 中書 島 ~ 出町 柳間 は 各駅 に 停車 に 変更 の うえ 、 淀屋 橋 ~ 出町 柳間 の 準急 が 設定 さ れ て 今 に 至 る 。 また 、 平日 夕方 の ラッシュ 時 に は 交野 線 直通 の 準急 「 ひこぼし 」 が 運転 さ れ て い る 。 この 列車 は 交野 線 の ホーム 有効 長 の 関係 で 5 両 編成 で 運転 さ れ る 。 毎年 7 月 7 日 に は 七夕 伝説 に ちな み 、 臨時 K 特急 の 「 おりひめ 」 を 夕方 に 走 ら せ 、 私市 駅 で 1 年 に 一 度 だけ 「 おりひめ 」 と 「 ひこぼし 」 を 出会 わ せ る イベント が 行 わ れ る 。 方向 幕 の 地色 は 青 で あ る 。 6000 系 登場 以前 は 、 白地 に 青地 で あ っ た 。 また 、 方向 板 を 使用 し て い た とき は 、 丸板 で 白地 に 青 文字 で 準急 ( 行き 先 は 黒字 ) と 書 か れ た もの を 使 っ て い た ( 天満 橋 発着 列車 は 黄色 地 に 青 文字 で 準急 ) 。 昼間 時間 帯 は 天満 橋 ( 一部 は 淀屋 橋 行き ) ~ 萱島 間 で 運転 さ れ る 。 昼間 運行 の 区間 急行 は 淀屋 橋 行き を 除 き 京橋 で 淀屋 橋 行き の 普通 に 接続 する 。 ただ 昼間 運行 の 列車 は 平日 と 休日 と で は 利用 客 に 大きな 差 が あ る 。 その ため に 平日 に は 8 両 編成 の 運用 が あ る 一方 で 、 土休 日 は 5 両 編成 の 運用 が 大半 を 占め る よう に な る 。 守口 市 以東 各駅 に 停車 する こと で 、 大阪 高速 鉄道 大阪 モノレール 線 と の 乗り換え 駅 で あ り ながら 外側 線 ( 緩行 線 ) に しか ホーム が 無 い 門真 市 駅 や その 周辺 の 駅 の 速達 ・ 利便 性 を 確保 する 役割 を 担 っ て い る ほか 、 朝 ラッシュ 時 に は 急行 と 準急 が 停車 し な い 守口 市 を 補完 する 役割 も 持 ち 、 萱島 発着 を 中心 に 枚方 市 ・ 香里 園 ・ 樟葉 発着 も 運転 さ れ る 。 なお 夕方 以降 は 、 以前 は 多 く 設定 さ れ て い た が 、 ほとんど の 列車 が 準急 に 格上げ さ れ 、 かつ 守口 市 駅 へ の 急行 停車 時間 帯 が 拡大 さ れ た ため に 、 現行 の ダイヤ で は 少な い 。 また 、 平日 の 22 時 以降 の 下り に 関 し て は 準急 が なくな る ため に 樟葉 発着 を 中心 に 比較 的 多 く 運転 さ れ る 。 急行 線 の 容量 の 関係 上 、 朝 ラッシュ 時 に は 全線 外 側 線 を 走行 する 列車 が あ る ( 守口 市 を 朝 8 時 台 に 発車 する 淀屋 橋 行き 区間 急行 3 本 ) 。 前 を 走行 する 普通 列車 の 速度 に 合わせ て 走 る ため 守口 市 ~ 京橋 間 の 所要 時間 は 急行 線 を 走 る 区間 急行 より 2 ~ 3 分 遅 い 。 なお 運転 士 が 使用 する 時刻 表 に は 淀駅 まで 記載 さ れ て い る 。 方向 幕 の 地色 は 緑色 で あ る 。 長 らく 「 区急 」 と 略 し て 表示 さ れ て き た が 、 2008 年 より 中之 島 線 対応 で 方向 幕 を 交換 し た 車両 は 「 区間 急行 」 と 略 さ ず に 表示 する よう に な っ た 。 なお 、 前面 の 行先 表示 板 を 使用 し て い た 時代 、 区間 急行 は 普通 の 板 の 行き 先 の 下 に 赤字 で 「 急 」 と 書 か れ た もの を 使用 し て い た 時代 が あ っ た ( 普通 ・ 区急 が 四角 の 板 に 対 し て 、 急行 ・ 準急 は 丸板 で あ っ た の で 、 区別 は でき た ) 。 昼間 時間 帯 の 普通 列車 は 淀屋 橋 ~ 出町 柳間 の 運転 で 、 それ 以外 は 淀屋 橋 ~ 萱島 ・ 三条 ・ 出町 柳間 ・ 淀 ~ 三条 ・ 出町 柳間 の 運転 が 基本 で あ る 。 昼間 時 は 守口 市 で 必ず 急行 ( 一部 は 準急 ) に 、 枚方 市 ・ 丹波 橋 ・ 三条 で 特急 に 連絡 する 。 朝夕 は 京都 府 側 の 区間 列車 も 運転 さ れ て い る 。 京都 口 の 区間 列車 や 京阪 間 通し の 列車 は 7 両 か 5 両 で の 運転 で あ る 。 2006 年 4 月 16 日 に 3 年 ぶり に 昼間 の 出町 柳 直通 ( 一部 は 三 条 発着 ・ 天満 橋 発着 も 運転 ) 運転 が 復活 し た 。 その 一方 で 平日 の 夕方 ラッシュ 時 の 京都 口 の 樟葉 駅 折り返し の 区間 列車 が 消滅 し 、 一部 列車 は 準急 に 系統 統合 さ れ て い る 。 また 、 2000 年 の ダイヤ 改正 まで は 宇治 線 に 直通 する 普通 列車 も 存在 し て い た 。 この 列車 は 配線 の 都合 上 、 中書 島 で 進行 方向 が 変わ っ て い た 。 系統 分割 後 は 2003 年 の ダイヤ 改正 まで 中書 島 駅 発着 と な っ た 。 香里 園 以北 で の 急行 と 普通 の 格差 が あまり な い ため に 2000 年 6 月 の ダイヤ 改正 まで は 香里 園 から 先 は 後続 の 急行 に 追い抜 か れ る こと は な かっ た ( ただし 枚方 市 と 深草 で 特急 の 通過 待ち を 行 っ て い た ) 。 また 、 現行 の 昼間 ダイヤ で も 守口 市 で 急行 と 緩急 接続 を 行 っ た 後 は 、 急行 の 終点 で あ る 枚方 市 まで 次 の 急行 に 追い抜 かれ ず に 先着 する ( 下り は 枚方 市 を 出発 後 、 守口 市 まで 先着 ) 。 同 区間 で は 大和田 駅 、 森小路 駅 付近 で 特急 に 追い抜 か れ る 。 平日 朝 ラッシュ 時 の 上 り 列車 の 香里 園行 の 1 本 は 、 後部 2 両 を 女 学生 ・ 児童 優先 車両 と し て い る 。 昼間 時 の 1 時間 毎 の 運転 本数 を まとめ る と 、 以下 の 通り に な る 。 淀屋橋 ~ 天満 橋 : 特急 6 本 、 急行 ( 準急 ) 6 本 、 普通 6 本 天満 橋 ~ 萱島 : 特急 6 本 、 急行 ( 準急 ) 6 本 、 区間 急行 6 本 、 普通 6 本 萱島 ~ 枚方 市 : 特急 6 本 、 急行 ( 準急 ) 6 本 、 普通 6 本 枚方 市 ~ 出町 柳 : 特急 6 本 、 普通 6 本 京都 競馬 開催 時 の 臨時 列車 京都 競馬 場 で の 競馬 開催 時 に は 最寄 駅 と な る 淀駅 まで 準急 ( 基本 的 に 淀屋 橋 ~ 樟葉 間 定期 列車 ) が 延長 運転 さ れ る 。 2006 年 4 月 16 日 の ダイヤ 改正 まで は 枚方 市 ~ 淀間 を 延長 さ れ る 列車 の うち 枚方 市 ~ 淀間 で 急行 運転 する もの は 「 Gallop 」 ( ギャロップ ) と し て 運転 さ れ 、 方向 幕 ヘッド マーク も 掲げ られ て い た 。 過去 に は 「 淀快速 ターフィー 号 」 と し て 運転 さ れ て い た ( 停車 駅 は 淀屋 橋 、 北浜 、 天満 橋 、 京橋 、 守口 市 、 淀 ) 。 また 京都 方面 へ も 三条 行 の 臨時 急行 が 運転 さ れ る こと も あ っ た 。 この 臨時 急行 は 「 馬急 ( う まきゅう ) 」 と も 呼 ば れ 、 行き 先 表示 板 を 使用 し て い た 時代 に は 蹄鉄 が 描 か れ た もの を 使用 し て い た 。 なお 、 2006 年 4 月 16 日 の ダイヤ 改正 以降 は 臨時 列車 の 本数 は 大幅 に 減 っ た もの の 、 レース の 規模 に よ っ て 復路 の み 天満 橋 行 ・ 三 条 行 の 急行 が 運転 さ れ る こと が あ る 。 過去 に は 淀駅 ホーム に 観戦 帰り の 客 が 殺到 し 、 安全 性 確保 の ため に 通常 は 通過 する 特急 が 急遽 臨時 停車 し た 例 も あ っ た 。 また 2003 年 9 月 の 大幅 ダイヤ 改正 直後 の 2003 年 10 月 ~ 11 月 の 日曜 日 ( 延べ 4 日 ) に は 「 休日 特別 ダイヤ 」 を 編成 し た こと が あ っ た 。 この ダイヤ で は 、 朝夕 に 各種 列車 の 増発 が 行 わ れ 、 特に 夕方 ( 16 ~ 17 時 台 ) に は 10 分 当たり 三条 発 天満 橋 行臨時 特急 1 本 、 淀発 天満 橋 行臨時 急行 1 本 、 淀発 淀屋 橋 行 「 Gallop 」 1 本 が 増発 さ れ 、 定期 列車 と 合わせ て 複線 区間 ( 淀 ~ 萱島 間 の 下り ) で 10 分 間 に 片道 5 本 ( 平均 2 分 間隔 ) と い う 朝 ラッシュ 時間 帯 並み の 本数 と な っ た 。 2004 年 に は 5 月 2 日 に 1 日 だけ 実施 さ れ た が 、 その 後 は 実施 さ れ て い な い 。 宇治 快速 京阪 宇治 線 宇治 快速 の 項 を 参照 の こと 。 年末 年始 正月 三 が 日 の 初詣 輸送 に は 特に 力 を 入れ て お り 、 元日 ( 厳密 に 言 え ば 大晦日 の 夜間 以降 ) から 1 月 3 日 ( 年 に よ り 1 月 5 日 ) まで は 通常 ダイヤ と は 全く 異な る 「 正月 ダイヤ 」 を 組 む 。 年末 から 年始 に かけ て 全列車 と も 京阪 ホーム ページ 上 や 広報 誌 「 K - press 」 で 公表 さ れ て い る 。 大晦日 の 深夜 から 元日 の 朝 に かけ て は 、 急行 を 10 ~ 20 分 間隔 ( 普通 列車 は 20 分 間隔 で 淀屋 橋 ~ 三条 間 で 運転 。 交野 線 、 宇治 線 で も 20 分 間隔 で 運転 ) で 終夜 運転 ( 大 みそか ダイヤ ) を 実施 する 。 なお 急行 は 昼間 時 の 運転 と 同じ 停車 駅 パターン と な る ( 守口 市 ・ 枚方 公園 に 停車 ) 。 京阪 線 の 終夜 運転 は 関西 圏 で も 運転 頻度 が 多 い 部類 に 当た る 。 それ で も 急行 を 中心 に 激し く 混雑 し 、 利用 客 から 終夜 運転 の 運転 時間 帯 に も 特急 を 走 ら せ て 欲し い と い う 要望 も あ る 。 2007 年度 は 急行 ・ 普通 ( 運転 区間 は 両方 とも 淀屋 橋 ~ 出町 柳 ) が 15 ~ 20 分 間隔 で の 運転 と な り 、 急行 が 減便 さ れ る もの の 、 普通 が 出町 柳 まで 延長 さ れ る 。 一方 正月 三が日 で は 、 昼間 時 の み 特急 ・ 急行 ・ 普通 が 10 分 間隔 で 運転 さ れ る 。 2006 年度 で の 実績 は 昼間 は 特急 、 急行 が 淀屋 橋 ~ 出町 柳間 で 運転 さ れ 、 普通 列車 は 淀屋 橋 ~ 三条 間 で 運転 さ れ た 。 なお 急行 は 枚方 市 駅 で 特急 の 待避 を 行 っ て い る 。 なお 朝間 、 夜間 で は 特急 の 運転 が なくな り 通常 時 と 比べ る と 本数 が やや 少な く な る の も 特色 で あ る 。 過去 に 2003 年 以前 は 特急 用 の 車両 は 予備 車 を 含め て フル 運用 に 入 り 、 賄 い きれ な く な っ た 運用 に 9000 系 電車 が 入 る 程度 だっ た 。 さらに 9000 系 登場 以前 は 一般 車 が 特急 の 運用 に 入 る こと も あ っ た 。 一般 車 ( 6000 系 ・ 7000 系 ・ 7200 系 を 除 く ) の 運用 の 中 に は 1983 年 まで は 真 正面 に 特急 の シンボル マーク ( 鳩 マーク ) を 掲げ て 運転 し て い た こと も あ っ た 。 また 増発 の 増発 で 特急 が 運転 さ れ る こと も あ っ た 。 五 山 送り火 大 文字 送り火 の あ る 8 月 16 日 は 土曜 日 ・ 日曜 日 に な ら な い 限り は 原則 と し て 平日 ダイヤ の 運転 と な る 。 ただし 夕方 以降 の 急行 ( 樟葉 発着 も 含 む ) は 出町 柳 まで 運転 さ れ る 。 一方 出町 柳 発着 の 普通 の 一部 は 三条 で の 折り返 し 運転 と な る ( これ は 出町 柳 発着 に 8 両 編成 の 列車 を 集約 さ せ る ため ) 。 また 2000 以降 は K 特急 、 急行 を 中心 に 臨時 列車 が 運転 さ れ る 。 出町 柳駅 の 今出川 口 に つ い て は 混雑 緩和 など の ため に 営業 時間 を 延長 ( 21 30 まで ) する 。 他 に も 祇園 祭 、 宇治川 花火 大会 、 天神 祭 など 沿線 で 大きな 催し 物 が あ る 場合 は 特に 夜間 を 中心 に 臨時 列車 ( また は 定期 列車 の 運転 区間 延長 ) が 運転 さ れ る 。 また 行楽 シーズン に は 淀屋 橋 ・ 天満 橋 ~ 三条 ・ 出町 柳間 に 臨時 特急 が 運転 さ れ る こと が あ る 。 他線 に 比べ て 比較 的 臨時 列車 が 多 い 路線 だ が 近年 臨時 列車 は 減便 傾向 に あ る 。 以前 は 名称 が 無 い 臨時 列車 に も 「 臨 」 の ヘッド マーク が 掲げ られ て い た が 2003 年 9 月 改正 以降 は この マーク は 臨時 特急 のみ に しか 掲げ られ て い な い 。 大きな イベント 開催 時 は 夜間 の 特急 ・ K 特急 が 3 ドア 車 ( 通常 は 2 ドア 車 ) に 差し替え られ る こと が あ る 。 1938 年 より 1969 年 まで 、 今日 と は 異な る 区間 運転 の 急行 が 深草 ・ 八幡 町 ( 現 八幡 市 ) ・ 枚方 市 ~ 淀屋 橋間 で 運転 さ れ て い た 。 1938 年 の 設定 当時 は 天満 橋 ~ 枚方 東口 ( 現 ・ 枚方 市 ) で 運行 さ れ 、 停車 駅 は 蒲生 ( 現 ・ 京橋 ) 、 門真 ( 現在 は 廃止 ) 、 萱島 、 寝屋川 ( 現 ・ 寝屋川 市 ) 、 香里 園 、 枚方 ( 現 ・ 枚方 公園 ) で あ っ た 。 種別 と し て は 準急 より も 下位 で あ る が 、 当時 準 急 停車 駅 で あ っ た 守口 ( 現 ・ 守口 市 ) を 通過 し て い た 点 が 特徴 で あ る 。 戦争 中 に い ったん 廃止 と な り 、 戦後 1947 年 に 運行 を 再開 し て い る 。 その 後 、 196 0 年 の ダイヤ 改正 で 、 それ まで 運行 さ れ て い た 京橋 ~ 守口 間 通過 の 普通 に 統合 さ れ る 形 で 現在 の 区間 急行 と な っ た 。 一方 、 この 区間 急行 と は 別 に 、 1952 年 に それ まで 混雑 時 に 天満 橋 ~ 枚方 市 間 で 運行 さ れ て い た 急行 を 、 枚方 公園 以北 を 各 駅 停車 と する 形 で 八幡 町 ・ 深草 まで 延長 し た 。 この 急行 は 種別 板 が 赤 の 縁取り で 白地 に 赤 文字 で 「 急 」 と 書 か れ て い た ( 両 サイド に 行先 を 表記 ) 。 この 種別 板 は 後年 設定 さ れ る 樟葉 始発 の 急行 ( ただし 停車 駅 は 全 線 通し の 急行 と 同様 ) の 種別 板 と 同様 の もの で あ っ た 。 準急 と の 違い は 豊野 ( 1963 年 廃止 ) と 光善 寺 を 通過 する か 停車 する か の 違い のみ で あ っ た ため 、 1969 年 の 京橋 駅 移転 に よ る ダイヤ 改正 に よ り 準急 と 統合 し て 廃止 さ れ た 。 この 区間 運転 の 急行 は 当時 の 列車 番号 の 頭部 に 「 A 」 を 付番 し て い た ため 「 A 急行 」 と も 呼 ば れ る 。 1964 年 当時 は 朝 ラッシュ 最 ピーク 時 に 枚方 市 ~ 淀屋 橋間 で ( この 時 の 区間 急行 は 一部 を 除 き 香里 園 ・ 萱島 ・ 守口 市 始発 で あ っ た ) 、 夕方 以降 に 淀屋 橋 ~ 八幡 町 ( 入庫 列車 は 深草 ) 系統 を 中心 に 運行 し て い た 。 1989 年 9 月 27 日 から 2003 年 9 月 5 日 まで 運転 さ れ て い た 種別 で 夕方 ラッシュ 時 ・ 夜間 を 中心 に 運転 さ れ て い た ( 運転 区間 は 樟葉 ・ 淀 ~ 出町 柳 で 停車 駅 は 樟葉 ~ 中書 島 間 の 各駅 ・ 丹波 橋 ・ 伏見 稲荷 ・ 七条 ~ 出町 柳間 の 各駅 で あ っ た ) 。 2000 年 の ダイヤ 改正 で 夕方 ラッシュ 時 の 樟葉 ~ 出町 柳間 の 列車 は 普通 に 格下げ さ れ た 。 この 列車 の 前身 は 三条 から 京阪 宇治 線 に 直通 し て い た 急行 で あ り 、 その 名残 か 5 両 編成 で の 運転 が 多 かっ た 。 2003 年 9 月 6 日 の ダイヤ 改正 以後 は 萱島 以東 で 各駅 に 停車 する 1989 年 以前 の 形 に 戻 っ て い る 。 なお 、 大阪 方面 から の 準急 は 1937 年 の 種別 設定 当時 は 枚方 東口 ( 現 ・ 枚方 市 ) 以東 、 戦後 の 運行 再開 後 しばらく の 間 は 中書 島 以東 で 通過 駅 が あ っ た 。 1968 年 まで 、 丹波 橋 ~ 三条 間 に 奈良 電気 鉄道 ( 1963 年 以降 は 近鉄 京都 線 ) 直通 の 急行 ・ 準急 が 運転 さ れ て い た ( 急行 は 近鉄 統合 後 の 設定 ) 。 奈良 電気 鉄道 ・ 近鉄 の 車両 が 使用 さ れ 、 停車 駅 は 急行 ・ 準急 と も 京阪間 直通 の 急行 と 同一 で あ っ た 。 詳細 は 奈良 電気 鉄道 京阪 電気 鉄道 と の 直通 運転 を 参照 。 1956 年 に 、 天満 橋 ~ 三条 間 直通 の 普通 列車 に つ い て は 、 当時 の 複々 線 区間 で あ る 京橋 ~ 守口 ( 現 ・ 守口 市 ) 間 が 通過 と な っ た 。 この 区間 の 各駅 に つ い て は 、 枚方 市 折り返し の 普通 列車 が 停車 する 形 に な っ て い た 。 この 二 つ の 普通 は 案内 の 上 で は 特に 区別 さ れ ず 、 どちら も 「 普通 」 で あ っ た 。 196 0 年 の ダイヤ 改正 で 、 直通 列車 を 全 駅 停車 に 、 枚方 市 折り返 し 列車 を 京橋 ~ 守口 間 通過 に 入れ替え た 上 で 、 上記 の 「 区間 急行 」 と 統合 する 形 で 区間 急行 に 変更 さ れ 、 通過 駅 の あ る 普通 列車 は 消滅 し た 。 部内 で は 「 直行 」 と も 称 さ れ た 。 開業 当初 は 適用 法規 ( 軌道 条例 、 後 に 軌道 法 ) の 関係 から 京阪 線 の 3 分 の 1 が 併用 軌道 区間 で 、 京街道 の 宿場 を 縫 う よう に 造 ら れ た ため に カーブ の 多 い 路線 で あ っ た 。 併用 軌道 の 専用 軌道 化 、 立体 交差 化 など に よ る 改良 が 重ね られ 、 現在 も 改良 工事 が 計画 ( 香里 園 から 枚方 市 まで の 高架化 計画 が 、 国 の 2007 年度 予算 で 調査 費 が 計上 ) さ れ て い る が 、 110km / h 走行 が 可能 と な っ た 区間 は 京橋 ~ 守口 市 間 の 直線 のみ で 、 今 も カーブ は 随所 に 残 り 、 「 京阪 電気 鉄道 カーブ 式 会社 」 と 揶揄 さ れ る こと も あ る 。 京都 ・ 大阪 側 とも に 開業 時 は 中心 部 に 駅 を 設け る こと が でき ず 、 後 に 延伸 を 行 っ て い る 。 この うち 京都 側 の 五条 ~ 三条 間 は 京都 市 が 京都 市 電用 に 取得 し た 特許 を 利用 し て 建設 さ れ 、 市 から 京阪 が 借り入れ る 形 を 取 っ て い た ( 詳細 は 京阪 60 形 電車 の 項目 を 参照 ) 。 また 、 大阪 側 は 本来 高麗橋 を 起点 と する 予定 が 大阪 市 の 圧力 で 天満 橋 に 変更 を 余儀 な く さ れ ( 市営 モンロー 主義 の 項目 を 参照 ) 、 それ 以来 中心 部 へ の 乗り入れ は 京阪 の 悲願 と な る 。 建設 当初 は 阪神 電気 鉄道 と 共 に 大阪 市 電 へ の 乗り入れ も 計画 し て い た が 、 車体 規格 の 問題 など で 大阪 市 が 難色 を 示 し お 流れ と な っ た 。 その 後 、 戦前 に は 新 京阪 線 ( 後述 ) と の 総合 ターミナル 駅 建設 に よ る 梅田 へ の 乗り入れ 計画 も 作 ら れ た が 果た せ ず ( 京阪 梅田 線 を 参照 ) 、 開業 から 半 世紀 余り を 経 た 1963 年 に ようやく 地下 線 で 淀屋 橋 へ の 乗り入れ を 果た し た 。 1910 年 4 月 1日 が 開業 日 と な る はず で あ っ た が 、 守口 変電所 の 故障 など で 開業 が 15 日 延期 さ れ た 。 ようやく 開業 に こぎつけ た 4 月 15 日 当日 も 車両 故障 が 発生 し て 始発 電車 から 立ち往生 する 事態 と な り 、 当時 の 新聞 に も 酷評 さ れ る など 散々 な 目 に 遭 っ た 。 この ため 、 18 日 まで の 3 日間 は 運賃 を 半額 に する と い う 、 今 で は 考え られ な い サービス で 汚名 返上 に 努め た 。 天満 橋 ~ 五条 ( 当時 は 現在 の 場所 で は な く 京都 駅 近く の 塩小路 ) 間 の 所要 時間 は 開業 当初 1 時間 40 分 で 、 7 月 から 1 時間 30 分 に 、 大正 時代 に 入 っ た 1912 年 に は 1 時間 20 分 まで 短縮 し た 。 さらなる 所要 時間 の 短縮 を 狙 い 1914 年 に は 日本 初 と な る 急行 電車 の 運転 を 開始 し た 。 当初 は 深夜 の 運転 で 天満 橋 ~ 五条 間 を ノンストップ で 走り 1 時間 で 結 ぶ こと に 成功 。 翌年 から は 日本 で 初めて 日本 の 鉄道 信号 機 を 導入 し 、 日中 に も 運転 時間 帯 を 拡大 し た 。 三条 延伸 開業 後 は 途中 四条 駅 の み 停車 と な っ た が 天満 橋 ~ 三条 間 の 所要 時間 は 1 時間 で 変わ ら な かっ た 。 1916 年 から は この 急行 を 最急 行 に 格上げ し 、 主要 駅 停車 の 急行 を 新設 し た 。 ただし 、 最急 行 は 改称 後 4 か月 で 廃止 さ れ て い る 。 京阪 特急 前身 の 項目 も 参照 の こと 。 1927 年 に は ロマンス カー 京阪 電気 鉄道 と 称 し た 京阪 600 形 電車 ( 初代 ) を 登場 さ せ 急行 に 使用 し た 。 この ため 、 「 ロマンス カー 」 と い う 名称 を 使用 し た の は 、 小田 急 電鉄 で は な く 京阪 電鉄 が 最初 と な る 。 京阪 電鉄 は その 後 、 淀川 右岸 に 京阪 間 を 結 ぶ 高速 鉄道 を 建設 する 計画 を 立て て 、 1922 年 に 新京阪 鉄道 を 設立 し た 。 1928 年 に 新 京阪線 ( 今 の 阪急 京都 本線 ) 天神橋 ~ 西院 間 が 開通 する と 、 京阪 間 の 直通 客 は 新 京阪線 に 任せ て 京阪 本 線 は 沿線 利用 中心 と い う 方針 を 採 っ た 。 この ため 昭和 初期 に お い て 同線 に は 「 京阪 60 形 電車 」 を 除 い て 特急 と 名 の 付 く 列車 は 設定 さ れ な かっ た 。 だ が 、 戦中 に 京阪 電気 鉄道 が 京阪神 急行 電鉄 ( 1973 年 に 阪急 電鉄 と 改称 ) に 統合 さ れ 、 戦後 の 1949 年 に その 京阪 電気 鉄道 が 新 京阪線 を 京都 本線 と 改称 し て 阪急 に 残 し た 形 で 再発足 する と 、 それ ら と も 争 う 形 で 再び 京阪間 直通 客 の 獲得 に 乗り出 し 、 特急 が 運転 さ れ る よう に な る 。 なお 終戦 直後 の 1945 年 から 1968 年 まで 、 奈良 電気 鉄道 線 ( 現在 の 近鉄 京都 線 ) と の 相互 直通 運転 も 行 っ て い た 。 奈良 電気 鉄道 京阪 電気 鉄道 と の 直通 運転 も 参照 の こと 。 1978 年 に 東福 寺 以南 が 軌道 法 に 基づ く 軌道 から 当時 の 地方 鉄道 法 に 基づ く 地方 鉄道 に 変更 さ れ た が 、 地下 化 工事 が 計画 さ れ て い た 東福 寺 ~ 三条 間 は 手続き 上 の 便宜 から 軌道 の まま で 残 さ れ 、 現在 に 至 っ て い る 。 鴨川 ( 淀川 水系 ) と 琵琶 湖 疏水 に 挟 ま れ て い た 場所 を 走 っ て い た 同 区間 は 1987 年 に 地下 化 さ れ た 。 同年 7 月 15 日 集中 豪雨 の ため 四条 駅 北側 で 鴨川 へ 流れこ む 白川 の 堤防 が 仮設 で 決壊 し て 川 の 水 が 地下 線 に 流れ込み 五条 駅 が 浸水 し た 。 また 、 京都 市 電 ・ 大阪 市 電 と の 平面 交差 が 4 か所 ( 京都 の 四条 ・ 七条 ・ 伏見 稲荷 と 大阪 の 片町 ) に 残 っ て い た が 、 大阪 市 電 と は 1968 年 12 月 18 日 、 京都 市 電 と は 1978 年 9 月 30 日 に それぞれ 市 電 路線 が 廃止 さ れ た こと に よ っ て 解消 し た 。 架線 電圧 1500 V へ の 昇圧 は 1983 年 と 大手 私鉄 の 中 で も かなり 遅 い 部類 に 入 る 。 これ は 、 上記 の 通り 路面 電車 ( いずれ も 架線 電圧 600 V ) と の 平面 交差 が 残 っ て い た こと も 影響 し て い る 。 深草 駅 ~ 藤森 駅間 に あ る 師団 街道 第 一 軍 道 、 第 二 軍道 、 第 三 軍 道 は 、 道路 が 京阪 本 線 の 線路 を 跨 ぐ 形 の 立体 交差 で 、 戦前 の 大 日本 帝国 陸軍 第 16 師団 ( 日本 軍 ) の 演習 の 支障 を 防 ぐ ため の もの で あ っ た ( 現在 の 陸上 自衛 隊 の 駐屯 地 は 、 郊外 の 京阪 宇治 線 黄檗 駅 周辺 や 近鉄 京都 線 大久保 駅 ( 京都 府 ) 周辺 に 移転 し て い る ) 。 1910 年 ( 明治 43 年 ) 4 月 15 日 天満 橋 ~ 五条 間 が 開業 。 1910 年 ( 明治 43 年 ) 6 月 20 日 桃山 駅 開業 。 1910 年 ( 明治 43 年 ) 12 月 15 日 光善 寺 駅 開業 。 京橋 駅 ( 初代 、 実際 の 京橋 付近 に あ っ た ) 廃止 。 1910 年 ( 明治 43 年 ) 12 月 16 日 稲荷 駅 を 深草 駅 に 、 稲荷 新道 駅 を 稲荷 駅 に 改称 。 1913 年 ( 大正 2 年 ) 4 月 26 日 大 仏前 駅 廃止 。 1913 年 ( 大正 2 年 ) 4 月 27 日 七 条 駅 開業 。 1913 年 ( 大正 2 年 ) 7 月 29 日 桃山 駅 を 丹波 橋 駅 に 改称 。 1914 年 ( 大正 3 年 ) 5 月 15 日 最終 列車 と し て ノンストップ の 急行 を 運行 開始 。 1915 年 ( 大正 4 年 ) 4 月 1日 日本 で 初めて 色灯 三 位 式 自動 閉塞 信号 機 を 導入 。 朝夕 の 通勤 時間 に 急行 が 2 往復づ つ 運行 開始 。 1915 年 ( 大正 4 年 ) 10 月 27 日 五 条 駅 ~ 三条 駅 間 延伸 開業 。 急行 は 四条 駅 に 停車 と する 。 1915 年 ( 大正 4 年 ) 1 1 月 11 日 伏見 駅 を 伏見 桃山 駅 に 改称 。 1916 年 ( 大正 5 年 ) 4 月 1日 従来 の 急行 を 最急 行 に 改称 、 主要 駅 停車 の 急行 を 24 分 間隔 で 運行 開始 。 1916 年 ( 大正 5 年 ) 8 月 1日 最急行 を 廃止 。 1917 年 ( 大正 6 年 ) 1 月 17 日 深草 車庫 で 火災 1 形 車両 15 両 、 電動 貨車 など 4 両 の 19 両 焼失 。 1918 年 ( 大正 7 年 ) 3 月 1日 守口 車庫 開設 。 網島 車庫 から 移転 。 1918 年 ( 大正 7 年 ) 12 月 1日 塩小路 駅 旅客 営業 廃止 。 貨物 専用 駅 に 。 1922 年 ( 大正 11 年 ) 3 月 23 日 寝屋川 ~ 香里 間 に 運動 場 前 駅 開業 。 当初 は 京阪 グラウンド の 催事 の み 開設 の 臨時 駅 だっ た 。 1922 年 ( 大正 11 年 ) 1 1 月 12 日 運動 場 前 駅 を 常時 開設 の 普通 駅 と する 。 1924 年 ( 大正 13 年 ) 10 月 1日 2 両 連結 運転 を 開始 。 1927 年 ( 昭和 2 年 ) 5 月 3 日 宇治川 橋梁 ・ 木津川 橋梁 の 架け替え を 完了 ( 旧 橋梁 は 枚方 大橋 へ 転用 さ れ た ) 。 1928 年 ( 昭和 3 年 ) 7 月 12 日 樟葉 ~ 橋本 間 の 併用 軌道 1 . 8 56 km を 国道 1 号 線 改良 工事 に 伴 い 専用 軌道 化 。 1929 年 ( 昭和 4 年 ) 5 月 25 日 御殿 山 駅 開業 。 1930 年 ( 昭和 5 年 ) 10 月 1日 香里 駅 に 急行 を 停車 。 1931 年 ( 昭和 6 年 ) 7 月 21 日 門真 ~ 萱島 間 の 併用 軌道 3 区間 2 . 5 km と 枚方 公園 ~ 香里 園 間 の 併用 軌道 1 . 5 km など 7 区間 が 専用 軌道 化 さ れ た 。 1931 年 ( 昭和 6 年 ) 10 月 14 日 蒲生 ( 現在 の 京橋 ) ~ 守口 ( 現在 の 守口 市 ) 間 ( 通称 『 野江 の 七曲がり 』 ) を 直線 化 し 専用 軌道 化 。 現在 の 野江 ~ 土居 付近 高架化 。 野江 駅 、 関目 駅 、 新森 小路 駅 、 森小路 駅 、 滝井 駅 開業 。 旧 線 の 野江 駅 、 森小路 駅 廃止 。 1931 年 ( 昭和 6 年 ) 12 月 28 日 森小路 駅 を 森小路 千 林 駅 に 改称 。 1932 年 ( 昭和 7 年 ) 3 月 30 日 天満 橋 駅 改築 工事 竣工 使用 開始 。 1932 年 ( 昭和 7 年 ) 6 月 14 日 土居 駅 開業 。 1932 年 ( 昭和 7 年 ) 10 月 4 日 大和田 駅 開業 。 1932 年 ( 昭和 7 年 ) 10 月 15 日 京阪線 の すべて の 車両 の パンタグラフ 化 完了 。 1932 年 ( 昭和 7 年 ) 10 月 蒲生 駅 を 京橋 駅 近く に 移転 。 1933 年 ( 昭和 8 年 ) 12 月 29 日 蒲生 信号 所 ~ 守口 間 複々 線 化 。 当時 私鉄 最長 。 1934 年 ( 昭和 9 年 ) 3 月 15 日 天満 橋 駅 ~ 枚方 東口 駅間 に 区間 急行 を 新設 。 1934 年 ( 昭和 9 年 ) 4 月 2 日 京津 線 と の 直通 列車 「 京阪 60 形 電車 」 運転 開始 ( 戦時 中 消滅 ) 。 1934 年 ( 昭和 9 年 ) 6 月 1日 蒲生 駅 に 急行 を 停車 。 1934 年 ( 昭和 9 年 ) 9 月 21 日 室戸 台風 が 関西 を 来襲 、 守口 車庫 の 検車 庫 が 破損 など 大きな 被害 を 受け る 。 1935 年 ( 昭和 10 年 ) 6 月 29 日 鴨川 大 水害 、 三条 ~ 七条 間 で 路盤 流失 ・ プラットホーム の 倒壊 など の 大きな 被害 を 受け る ( これ を 契機 に 京阪 本 線 を 地下 化 する 鴨川 拡幅 計画 が 策定 さ れ る ) 。 1936 年 ( 昭和 11 年 ) 4 月 1日 準 急 の 運行 を 開始 。 当時 の 停車 駅 は 急行 停車 駅 と 守口 ・ 枚方 ・ 橋本 ・ 淀 。 1938 年 ( 昭和 13 年 ) 1 月 11 日 夕方 ラッシュ 時 に 区間 急行 ( 現在 と は 停車 駅 が 異な る ) の 運行 を 開始 。 1938 年 ( 昭和 13 年 ) 4 月 1日 香里 駅 を 香里 園 駅 に 改称 。 1938 年 ( 昭和 13 年 ) 4 月 1日 3 両 連結 運転 開始 ( 朝夕 の ラッシュ 時 ) 。 1939 年 ( 昭和 14 年 ) 12 月 25 日 八幡 駅 を 石清水 八幡 宮前 駅 に 、 稲荷 駅 を 稲荷 神社 前 駅 に 改称 。 1941 年 ( 昭和 16 年 ) 9 月 1日 師団 前 駅 を 藤森 駅 に 改称 。 1942 年 ( 昭和 17 年 ) 4 月 1日 新 森小路 駅 を 森小路 駅 に 、 森小路 千 林 駅 を 千林 駅 に 改称 。 1943 年 ( 昭和 18 年 ) 1 月 20 日 運動 場 前 駅 を 豊野 駅 に 改称 。 1943 年 ( 昭和 18 年 ) 10 月 1日 会社 合併 に よ り 京阪神 急行 電鉄 ( 阪急 電鉄 ) の 路線 と な る 。 1944 年 ( 昭和 19 年 ) 2 月 5 日 五条 駅 の 急行 停車 を 廃止 。 1945 年 ( 昭和 20 年 ) 6 月 7 日 空襲 で 天満 橋 駅 、 天満 橋 運輸 事務 所 、 同 保線 事務 所 が 全焼 。 1945 年 ( 昭和 20 年 ) 6 月 26 日 空襲 で 滝井 駅 付近 の 線路 が 被災 。 1945 年 ( 昭和 20 年 ) 8 月 14 日 空襲 で 野田 橋 駅 が 全焼 。 1945 年 ( 昭和 20 年 ) 9 月 15 日 土居 駅 、 鳥羽 街道 駅 、 五条 駅 休止 。 1945 年 ( 昭和 20 年 ) 12 月 21 日 奈良 電気 鉄道 ( 現在 の 近鉄 京都 線 ) の 電車 が 丹波 橋 駅 から 三条 駅 まで 乗り入れ 開始 。 1946 年 ( 昭和 21 年 ) 2 月 15 日 戦争 末期 に 運行 を 中止 し た 急行 の 運行 を 再開 。 20 分 間隔 で 三 条 ~ 天満 橋間 82 分 。 1946 年 ( 昭和 21 年 ) 5 月 3 日 五条 駅 営業 再開 。 1946 年 ( 昭和 21 年 ) 5 月 11 日 鳥羽 街道 駅 営業 再開 。 1946 年 ( 昭和 21 年 ) 7 月 戦災 復旧 工事 が 終了 。 1947 年 ( 昭和 22 年 ) 4 月 1日 京阪線 の 電車 も 丹波 橋 駅 から 奈良 電気 鉄道 京都 駅 まで 乗り入れ 開始 。 宇治 ~ 奈良 電 京 都 間 1 両 編成 で 30 分 毎 。 急行 が 三条 ~ 天満 橋 間 79 分 に 短縮 、 15 分 間隔 に 増発 。 1947 年 ( 昭和 22 年 ) 4 月 12 日 土居 駅 営業 再開 。 1948 年 ( 昭和 23 年 ) 1 月 1日 石清水 八幡 宮前 駅 を 八幡 町 駅 に 、 稲荷 神社 前 駅 を 伏見 稲荷 駅 に 改称 。 1949 年 ( 昭和 24 年 ) 10 月 1日 蒲生 駅 を 京橋 駅 に 、 枚方 駅 を 枚方 公園 駅 に 、 枚方 東口 駅 を 枚方 市 駅 に 改称 。 1949 年 ( 昭和 24 年 ) 12 月 1日 会社 分離 に よ り 京阪 電気 鉄道 京阪本 線 と な る 。 1950 年 ( 昭和 25 年 ) 7 月 1日 ダイヤ 改正 。 急行 の 三条 ~ 天満 橋 間 が 59 分 と 戦争 前 の 所要 時間 に 回復 。 1950 年 ( 昭和 25 年 ) 9 月 1日 天満 橋 ~ 三条 間 で 特急 の 運転 を 開始 、 所要 時間 53 分 、 朝 の 下り 2 本 と 夕方 の 上り 2 本 のみ ( 日曜 ・ 祝日 は 運休 ) 。 京橋 、 七条 、 四条 に 停車 。 この 停車 駅 は 約 50 年間 変わ ら ず 。 1951 年 ( 昭和 26 年 ) 4 月 2 日 特急 の 終日 運転 開始 。 1951 年 ( 昭和 26 年 ) 4 月 26 日 4 両 連結 運転 開始 。 1951 年 ( 昭和 26 年 ) 8 月 20 日 寝屋川 駅 を 寝屋川 市 駅 に 改称 。 1952 年 ( 昭和 27 年 ) 5 月 1日 大和田 駅 待避 線 新設 、 線路 改良 の 完成 や 、 新型 車 投入 など に よ り 、 ダイヤ 改正 。 特急 の 所要 時間 を 48 分 に 短縮 。 併せ て 増発 も 実施 し 、 特急 は 昼間 は 30 分 間隔 で の 運転 と な る 。 1952 年 ( 昭和 27 年 ) 6 月 23 日 天満 橋 ~ 枚方 市 間 の 急行 を 八幡 町 まで の 各駅 に 停車 する 形 で 延長 し た A 急行 の 運行 を 開始 。 1952 年 ( 昭和 27 年 ) 7 月 17 日 特急 に 「 鳩 マーク 」 取り付け 。 1953 年 ( 昭和 28 年 ) 5 月 10 日 特急 は 終日 20 分 間隔 で の 運転 と な る 。 1953 年 ( 昭和 28 年 ) 9 月 25 日 台風 13 号 が 関西 を 襲 い 、 中書 島 ~ 八幡 間 で 宇治川 堤防 決壊 、 築堤 流失 など で 不通 ( 10 月 1日 仮 復旧 ) 。 1954 年 ( 昭和 29 年 ) 4 月 12 日 香里 園 の 聖母 女 学院 生徒 用 専用 列車 の 運転 開始 。 1954 年 ( 昭和 29 年 ) 1 1 月 30 日 天満 橋 ~ 野田 橋間 0 . 7 62 km の 併用 軌道 を 専用 軌道 に 移設 。 京阪本 線 が 全線 専用 軌道 と な る 。 1955 年 ( 昭和 30 年 ) 1 月 1 日野田 橋 駅 を 片町 駅 に 改称 。 1955 年 ( 昭和 30 年 ) 6 月 25 日 天満 橋 ~ 塩小路 間 の 貨物 営業 を 廃止 、 ( 貨 ) 塩小路 駅 廃止 。 1956 年 ( 昭和 31 年 ) 3 月 21 日 特急 の 所要 時間 を 42 分 に 短縮 。 天満 橋 ~ 三条 直通 の 普通 の 京橋 ~ 守口 間 を 通過 と する 。 1956 年 ( 昭和 31 年 ) 3 月 21 日 5 両 連結 運転 開始 ( 特急 車 ) 。 1957 年 ( 昭和 32 年 ) 3 月 6 日 電車 と し て は 日本 初 の 空気 バネ 台車 つき 車両 ・ 営業 運転 開始 ( 175 9 号 車 ) 。 1958 年 ( 昭和 33 年 ) 1 1 月 17 日 6 両 連結 運転 開始 ( 天満 橋 - 枚方 市 間 の 急行 ) 。 1958 年 ( 昭和 33 年 ) 12 月 1日 萱島 ~ 寝屋川 市 間 に 寝屋川 信号 所 開設 。 萱島 車庫 ( 現 ・ 寝屋川 車庫 ) 開設 に 伴 う 入出庫 線 が 分岐 。 196 0 年 ( 昭和 35 年 ) 3 月 28 日 ダイヤ 改正 。 現在 の 区間 急行 の 運転 を 開始 。 日中 は 電車 電車 の 限定 運用 と する ( 天満 橋 ~ 枚方 市 間 、 昼間 20 分 間隔 ) 。 196 0 年 ( 昭和 35 年 ) 1 1 月 28 日 淀屋橋 ~ 天満 橋間 の 地下 線 の 起工 式 ・ 着工 。 1961 年 ( 昭和 36 年 ) 12 月 1日 枚方 公園 駅 に 日中 の 急行 停車 を 開始 。 1962 年 ( 昭和 37 年 ) 12 月 22 日 京阪 で 初めて 自動 券 売 機 が 京橋 駅 ・ 天満 橋 駅 に 設置 さ れ る 。 1963 年 ( 昭和 38 年 ) 4 月 16 日 淀屋橋 ~ 天満 橋間 が 地下 線 で 延伸 開業 。 特急 は 淀屋 橋 ~ 三条 間 45 分 運転 。 1963 年 ( 昭和 38 年 ) 5 月 15 日 寝屋川 市 駅 を 現在 地 に 移設 。 香里 園 駅 の 橋上 駅舎 と 待避 線 完成 。 寝屋川 市 ~ 香里 園 間 の 豊野 駅 廃止 。 1964 年 ( 昭和 39 年 ) 6 月 1日 萱島 車庫 を 寝屋川 車庫 に 改称 。 1966 年 ( 昭和 41 年 ) 8 月 3 日 蒲生 信号 所 で 淀屋 橋 行き 普通 列車 に 淀屋 橋 行 き 急行 列車 が 追突 する 事故 が 発生 ( 日本 の 鉄道 事故 ( 1950 年 から 1999 年 ) 京阪 電鉄 蒲生 信号 所 列車 衝突 事故 ) 。 51 名 負傷 。 急行 列車 運転 士 の 赤 信号 見落とし が 原因 。 これ を きっかけ に 自動 列車 停止 装置 導入 が 図 ら れ た 。 1967 年 ( 昭和 42 年 ) 8 月 1日 淀屋橋 ~ 大和田 間 ( 複々 線 区間 の 緩行 線 を 除 く ) に ATS 地上 設備 設置 完了 、 特急 列車 が ATS 使用 開始 。 関西 私鉄 初 ATS 設置 。 1967 年 ( 昭和 42 年 ) 9 月 28 日 大和田 ~ 三条 間 ・ 複々 線 区間 の 緩行 線 に ATS 地上 設備 設置 完了 。 1967 年 ( 昭和 42 年 ) 12 月 11 日 朝夕 の ラッシュ 時 に 7 両 編成 運転 を 開始 。 1968 年 ( 昭和 43 年 ) 9 月 12 日 京阪本 線 全 列車 に ATS 完備 。 1968 年 ( 昭和 43 年 ) 2 月 21 日 天満 橋 ~ 野江間 、 高 架 複々 線 建設 事業 起工 式 。 1968 年 ( 昭和 43 年 ) 12 月 18 日 片町 駅 の 大阪 市 電 と の 平面 交差 、 市電 の 廃止 に よ り 消滅 。 1968 年 ( 昭和 43 年 ) 12 月 20 日 丹波 橋 駅 で の 近鉄 京都 線 と の 相互 乗り入れ を 廃止 。 近鉄 ・ 京阪 の 列車 本数 の 増加 ・ 近鉄 京都 線 の 1500 V 昇圧 化 ( 1969 年 実施 ) ・ ATS の システム の 違い など の ため 。 1969 年 ( 昭和 44 年 ) 1 1 月 26 日 牧野 駅 南側 の 線路 を 高架 化 、 移設 。 1969 年 ( 昭和 44 年 ) 1 1 月 30 日 天満 橋 ~ 野江間 経路 変更 。 京橋 駅 移転 ・ 高架 化 。 天満 橋 ~ 京橋 間 の 片町 駅 廃止 ( 区間 急行 以下 の 停車 駅 ) 。 A 急行 を 準急 に 統合 の 上 廃止 。 1970 年 ( 昭和 45 年 ) 10 月 1日 蒲生 信号 所 廃止 。 1970 年 ( 昭和 45 年 ) 1 1 月 1日 天満 橋 ~ ( 旧 ) 蒲生 信号 所間 ( 3 . 4 km ) が 複々 線 化 。 寝屋川 市 に 昼間 時 の み 急行 が 停車 。 1971 年 ( 昭和 46 年 ) 6 月 20 日 守口 駅 を 守口 市 駅 に 改称 。 新門真 駅 開業 、 新門真 駅 に 区間 急行 停車 。 樟葉 駅 付近 の 線路 を 移設 、 待避 線 ・ 留置 線 を 持 つ 新 ・ 樟葉 駅 供用 開始 。 樟葉 駅 に 急行 を 停車 、 京阪 初 の 自動 改札 機 を 設置 。 1971 年 ( 昭和 46 年 ) 8 月 15 日 白紙 ダイヤ 改正 。 昼間 の 運転 間隔 を 20 分 から 15 分 に 変更 ( 昼間 15 分 間隔 ダイヤ は 2003 年 まで 3 2 年間 続 い た ) 。 新門真 駅 の 開業 ( 待避 線 あり ) や 樟葉 駅 付近 ( 待避 線 新設 ) など の 改良 工事 完成 に よ り 、 昼間 の 特急 の 運転 間隔 を 20 分 から 15 分 に 短縮 。 1972 年 ( 昭和 47 年 ) 2 月 2 日 守口 工場 の 設備 を 寝屋川 車庫 構内 に 移転 、 寝屋川 工場 と する 。 守口 工場 は 廃止 。 1972 年 ( 昭和 47 年 ) 1 1 月 28 日 土居 ~ 寝屋川 信号 所 間 ( 5 . 8 km ) 高架 複々 線 工事 起工 式 。 1975 年 ( 昭和 50 年 ) 3 月 23 日 新 門真 駅 を 門真 市 駅 に 改称 。 守口 市 ~ 門真 市 間 の 門真 駅 を 廃止 し 西三 荘 駅 開業 。 西 三 荘 に 区間 急行 を 停車 ( 門真 廃止 に よ る 代替 ) 。 1976 年 ( 昭和 51 年 ) 9 月 12 日 守口 市 ~ 門真 市 間 ( 1 . 8 km ) が 高架 ・ 複々 線 化 。 1976 年 ( 昭和 51 年 ) 1 1 月 20 日 京阪 初めて 駅 に 点字 ブロック 設置 ( 香里 園 駅 ) 。 1977 年 ( 昭和 52 年 ) 1 1 月 1日 八幡 町 駅 を 八幡 市 駅 に 改称 。 1978 年 ( 昭和 53 年 ) 3 月 10 日 淀屋橋 ~ 東福 寺 間 を 軌道 法 に 基づ く 軌道 から 地方 鉄道 法 に 基づ く 鉄道 に 変更 。 1978 年 ( 昭和 53 年 ) 7 月 30 日 門真 市 ~ 寝屋川 信号 所 間 が 複線 高架化 。 1979 年 ( 昭和 54 年 ) 3 月 20 日 東福寺 ~ 三条 間 ( 2 . 8 km ) 地下 化 工事 起工 式 。 1980 年 ( 昭和 55 年 ) 2 月 3 日 門真 市 ~ 寝屋川 信号 所 間 の 京都 行 き 2 線 化 。 1980 年 ( 昭和 55 年 ) 2 月 20 日 枚方 市 ~ 御殿 山間 で 三 条 行 き 急行 列車 ( 55 54 F ) の うち 前 から 3 両 が 脱線 、 その うち の 先頭 車 は 転覆 し 線路 脇 の 民家 に 突っ込 む 。 104 名 負傷 。 原因 は 中学 生 5 人 に よ る 置石 。 以後 、 沿線 に フェンス が 張 ら れ る よう に な る ( 日本 の 鉄道 事故 ( 1950 年 から 1999 年 ) 京阪 電気 鉄道 置石 脱線 事故 ) 。 1980 年 ( 昭和 55 年 ) 3 月 10 日 淀 車庫 第 1 期 工事 完成 使用 開始 ( 留置 両数 62 両 ) 。 検車 業務 は 17 日 より 。 1980 年 ( 昭和 55 年 ) 3 月 16 日 門真 市 ~ 寝屋川 信号 所 間 が 複々 線 化 。 再び 複々 線 区間 が 日本 の 私鉄 最長 に ( 12 km ・ 1997 年 まで ) 。 1980 年 ( 昭和 55 年 ) 3 月 17 日 深草 車庫 廃止 。 以後 は 留置 線 と し て 使用 さ れ た が 東側 の 留置 線 1 本 を 残 し 撤去 さ れ た 。 1980 年 ( 昭和 55 年 ) 3 月 23 日 複々 線 化 に 伴 う ダイヤ 改正 実施 。 準急 が 萱島 に 終日 停車 。 急行 ・ 準急 が 守口 市 に 昼間 時 停車 。 寝屋川 市 を 正式 な 急行 停車 駅 に 格上げ 。 1981 年 ( 昭和 56 年 ) 2 月 8 日 京阪 線 全駅 に 黄色 の 点字 ブロック を 設置 を 完了 。 1982 年 ( 昭和 57 年 ) 3 月 29 日 守口 市 駅 付近 高架化 。 これ に よ り 淀屋 橋 ~ 寝屋川 信号 所間 ( 1 4 . 1 km ) の 立体 交差 化 完成 ( 工事 の 竣工 は 8 月 ) 。 1983 年 ( 昭和 58 年 ) 1 1 月 3 日 淀 車庫 第 2 期 工事 完成 ( 留置 両 数 138 両 に 増加 ) 。 1983 年 ( 昭和 58 年 ) 12 月 4 日 架線 電圧 を 600 V から 1500 V に 昇圧 。 最高 速度 を 105 km / h から 110km / h に 向上 。 1985 年 ( 昭和 60 年 ) 4 月 22 日 ダイヤ 改正 、 朝夕 の ラッシュ 時 に 淀屋 橋 ~ 樟葉 間 で 8 両 編成 の 急行 が 運転 開始 。 1985 年 ( 昭和 60 年 ) 5 月 木津川 橋梁 の 補強 工事 竣工 。 1987 年 ( 昭和 62 年 ) 5 月 24 日 七 条 ( ※ ) ~ 三条 間 が 地下 化 。 1987 年 ( 昭和 62 年 ) 6 月 1日 ダイヤ 改正 、 急行 から 8 両 編成 で の 運転 区間 が 全線 に 拡大 。 1987 年 ( 昭和 62 年 ) 7 月 15 日 未明 に 発生 し た 集中 豪雨 に よ る 京都 地下 線 で 浸水 事故 発生 、 流れ込 ん だ 水 が 最深 部 の 五条 駅 の ホーム の 高 さまで 浸水 。 七条 ~ 三条 間 終日 運休 、 翌日 始発 より 運転 再開 。 1987 年 ( 昭和 62 年 ) 12 月 10 日 自律 分散 式 列車 運行 管理 システム ( ADEC ) 全面 使用 開始 。 1988 年 ( 昭和 63 年 ) 9 月 1日 地下 線 の 7 駅 ( 三条 ・ 四条 ・ 五 条 ・ 七条 ・ 天満 橋 ・ 北浜 ・ 淀屋 橋 ) で 「 終日 禁煙 」 を 実施 。 1989 年 ( 平成 元年 ) 4 月 1日 「 国際 花 と 緑 の 博覧 会 」 へ の 広報 協力 と し て 「 花号 」 「 緑号 」 「 水号 」 を 運行 ( 翌年 9 月 まで ) 。 1989 年 ( 平成 元年 ) 9 月 27 日 ダイヤ 改正 、 五条 駅 の 急行 停車 を 45 年 ぶり に 復活 。 この 時 の ダイヤ 改正 は 鴨東 線 開業 に 向け た ダイヤ 改正 で あ り 、 出町 柳 まで の 列車 に 関 し て は 同線 開業 日 の 10 月 5 日 の 午前 中 まで 三 条 ~ 出町 柳間 が 試運 転 扱い だっ た 。 1989 年 ( 平成 元年 ) 10 月 1日 プリペード カード 「 K カード 」 を 導入 使用 開始 。 1989 年 ( 平成 元年 ) 10 月 5 日 鴨東 線 と 直通 運転 開始 。 1990 年 ( 平成 2 年 ) 3 月 24 日 枚方 市 駅 付近 高架化 ( 交野 線 含め た 全面 完成 は 1993 年 3 月 25 日 ) 。 1993 年 ( 平成 5 年 ) 1 月 27 日 野江 駅 ~ 土居 駅 間 の 6 駅 、 8 両 編成 化 対応 の ホーム 延長 工事 が 完成 。 1993 年 ( 平成 5 年 ) 1 月 30 日 ダイヤ 改正 。 平日 朝 の ラッシュ 時 に 淀屋 橋 行き 特急 6 本 が 中書 島 駅 停車 。 1994 年 ( 平成 6 年 ) 5 月 1日 全駅 で 「 終日 禁煙 」 を 実施 。 1995 年 ( 平成 7 年 ) 1 月 17 日 阪神 ・ 淡路 大 震災 発生 、 一時 運転 見合わせ ( 特急 は 終日 運休 ) 。 1995 年 ( 平成 7 年 ) 10 月 21 日 京阪 線 全駅 ( 鴨東 線 ・ 宇治 線 ・ 交野 線 も 含 む ) の 自動 改札 化 が 完了 。 1996 年 ( 平成 8 年 ) 9 月 京橋 第 1 第 2 高 架橋 の 橋脚 16 本 の 耐震 補強 竣 工 。 1996 年 ( 平成 8 年 ) 1 1 月 16 日 八幡 市 ~ 淀間 の 淀車 庫 付近 高架化 ( 車庫 は 地上 の まま ) 。 1997 年 ( 平成 9 年 ) 3 月 22 日 ダイヤ 改正 。 平日 朝 の ラッシュ 時 の 淀屋 橋 行き 特急 6 本 が 中書 島 駅 に 加え て 枚方 市 駅 に 停車 。 1997 年 ( 平成 9 年 ) 4 月 25 日 京都 市 内 の 地下 線 、 京都 府 「 福祉 の まちづくり 百 選 」 に 選 ば れ る 。 1997 年 ( 平成 9 年 ) 1 1 月 28 日 淀車庫 第 3 期 工事 ( 京阪 本 線 の 南側 へ の 拡張 工事 ) 竣工 。 1997 年 ( 平成 9 年 ) 12 月 19 日 京阪 線 全駅 に 「 車 イス 用渡 し 板 」 を 配備 。 1999 年 ( 平成 11 年 ) 4 月 1日 京阪線 で 「 スルッと KANSAI 」 対応 カード が 利用 可能 に な る 。 1999 年 ( 平成 11 年 ) 1 1 月 20 日 寝屋川 市 駅 付近 高架化 、 淀屋 橋 駅 ~ 寝屋川 市 の 田井 踏切 まで の 15 . 3 km が 完全 立体 交差 化 さ れ た 。 2000 年 ( 平成 12 年 ) 7 月 1日 ダイヤ 改正 。 宇治 線 宇治 駅 ( 京阪 ) ~ 京阪 本 線 三 条 間 直通 列車 を 平日 朝 の 三 条 行き の 2 本 を 残 し て 廃止 。 丹波 橋 駅 ・ 中書 島 駅 に 終日 特急 停車 。 2002 年 ( 平成 14 年 ) 3 月 31 日 寝屋川 信号 所 ~ 寝屋川 市 駅 京都 側 まで の 高架 工事 竣工 。 2002 年 ( 平成 14 年 ) 12 月 2 日 朝 の ラッシュ 時出町 柳発 淀屋橋 行き 特急 8 本 に 女性 専用 車 導入 。 2003 年 ( 平成 15 年 ) 9 月 6 日 白紙 ダイヤ 改正 。 昼間 の 運転 間隔 を 15 分 から 10 分 に 変更 し 、 大阪 側 で は 昼間 に 特急 6 本 ・ 準急 12 本 ・ 普通 6 本 の 運転 体系 と する 。 宇治 線 宇治 ~ 京阪 本 線 三 条 間 直通 列車 を 完全 廃止 。 平日 に 交野 線 直通 の K 特急 「 おりひめ 」 ( 朝 の 下り のみ ) 、 準急 「 ひこぼし 」 ( 夕方 の 上り のみ ) が 運転 開始 。 2004 年 ( 平成 16 年 ) 8 月 1日 PiTaPa 導入 。 2006 年 ( 平成 18 年 ) 4 月 16 日 中之島 線 建設 工事 に 伴 い 天満 橋 駅 の 線路 を 切り替え 。 淀駅 が 一部 移転 。 昼間 の 天満 橋 駅 始終着 の 列車 が 復活 。 2007 年 ( 平成 19 年 ) 6 月 17 日 京阪線 の 列車 運行 管理 システム を 更新 。 2008 年 ( 平成 20 年 ) 10 月 19 日 中之島 線 開業 に 伴 い ダイヤ 改正 予定 。 同線 と 直通 運転 開始 。 併せ て 京都 市営 地下 鉄 烏丸 線 に 同名 の 駅 が あ る 五条 駅 を 清水 五条 駅 に 、 四条 駅 を 祇園 四条 駅 に 改称 予定 。 ※ 地下 区間 始点 は 東福 寺 ~ 七条 間 ・ 京都 市 東山 区 一橋 野 本町 付近 +鴨東 線 ( おうとうせん ) は 、 京都 府 京都 市 東山 区 の 三条 駅 ( 京都 府 ) から 同市 左京 区 の 出町 柳 駅 まで を 結 ぶ 京阪 電気 鉄道 の 鉄道 路線 。 路線 名 は 鴨川 ( 淀川 水系 ) の 東岸 を 走行 する こと から 。 京阪本 線 の 延長 線 と し て 鴨川 沿い の 川端 通 の 地下 に 建設 さ れ 、 全線 が 地下 線 と な っ て い る 。 また 、 開業 当初 から 建設 費 ( 約 650 億 円 ) 償還 の ため に 普通 運賃 で 60 円 の 加算 運賃 が 同線 区間 利用 時 に 設定 さ れ て お り 、 鴨東 線 内 各 駅 ( 三条 駅 から 出町 柳 駅 方面 も 含 む ) から の 初乗り 運賃 は 、 2007 年 現在 210 円 と 京阪 本 線 の 初乗り 運賃 より 高 く な っ て い る 。 路線 距離 ( 営業 キロ ) : 2 . 3 km 軌間 : 14 35 mm 駅数 : 3 駅 ( 起終点 駅 含 む ) 複線 区間 : 全線 電化 区間 : 全線 電化 ( 直流 1500 V ) 閉塞 ( 鉄道 ) : 自動 閉塞 式 京阪本 線 と 一体 的 に 運行 さ れ て お り 、 全て 大阪 淀屋橋 駅 方面 へ 直通 する 。 朝 の 三 条 発出 町 柳行 き 2 本 を 除 き 鴨東 線 内 だけ で 運行 さ れ る 列車 は な い 。 特急 が 平日 昼間 ・ 休日 終日 、 2006 年 4 月 16 日 の 改正 から 普通 が 終日 、 K 特急 ・ 急行 と 数 本 の 準急 が 昼間 以外 の 時間 帯 ( K 特急 は 平日 のみ ) に 運転 さ れ て い る 。 唯一 の 途中 駅 で あ る 丸太町 駅 に は 急行 以下 の 種別 の 列車 が 停車 する 。 各 列車 種 別 毎 の 停車 駅 は 京阪 本 線 を 参照 の こと 。 当線 の 免許 は 1924 年 ( 大正 13 年 ) に 京福 電気 鉄道 の 前身 で あ る 京都 電燈 が 取得 し て い た 。 京都 電燈 は 1925 年 に 叡山 平坦 線 ( 現在 の 叡山 電鉄 叡山本線 ) を 開業 さ せ た が 、 鴨東 線 に つ い て は 京都 市 電 と 平面 交差 する こと に な る こと や 景観 の 問題 から 地上 に 作 る こと が でき ず 、 また 、 京福 電鉄 の 経済 的 な 事情 から 地下 鉄 と し て 建設 する こと も でき ず 、 なかなか 着工 さ れ な かっ た 。 この ため 長 ら く 「 幻 の 路線 」 と 呼 ば れ た 。 京阪本 線 の 京都 地下 線 の 建設 が 具体 化 する の に あわせ 、 1972 年 に 京阪 電鉄 が 中心 と な っ て 鴨川 電気 鉄道 が 設立 さ れ 、 日本 鉄道 建設 公団 方式 で ようやく 着工 さ れ た ( 近鉄 東 大阪 線 ( 現 ・ 近鉄 けいはん な 線 の 生駒 駅 以西 ) と 全く 同じ 手法 で あ る ) 。 1989 年 に 京阪 電鉄 が 鴨川 電鉄 を 合併 し 、 同年 京阪 鴨 東線 と し て 開業 し た 。 当初 は 出町 柳 駅 から 叡山 電鉄 叡山本線 ( 1986 年 、 京福 電鉄 から 叡山 電鉄 に 分離 譲渡 ) と 直通 運転 する 構想 で あ っ た が 、 車両 規格 や 輸送 力 の 差 が 大き すぎ る が ため に 実現 し な かっ た 。 鴨東 線 開業 の 効果 は 大き く 、 沿線 の 通勤 客 のみ な ら ず 、 出町 柳 駅 近く に 立地 する 京都 大学 や 同志 社 大学 など へ の 通学 が 大幅 に 便利 に な っ て 定期 客 が 増加 し たり 、 乗客 の 減少 で 経営 が 悪化 し て い た 叡山 電鉄 が 一気 に 乗客 を 取り戻 す など 大き く 貢献 し て い る 。 その 後 も 比較 的 順調 に 推移 し て お り 、 建設 費 の 償還 は 予定 通り 進 ん で い る よう で あ る 。 1924 年 ( 大正 13 年 ) 8 月 29 日 京都 電燈 ( 京福 電気 鉄道 の 前身 ) が 出町 柳 ~ 三条 間 の 地方 鉄道 敷設 免許 取得 。 1972 年 ( 昭和 47 年 ) 7 月 1日 鴨川 電気 鉄道 設立 。 1974 年 ( 昭和 49 年 ) 2 月 20 日 京福 電気 鉄道 の 出町 柳 ~ 三条 間 の 地方 鉄道 敷設 免許 失効 。 1974 年 ( 昭和 49 年 ) 2 月 25 日 鴨川 電気 鉄道 が 出町 柳 ~ 三条 間 の 地方 鉄道 敷設 免許 取得 。 1984 年 ( 昭和 59 年 ) 1 1 月 30 日 鴨東 線 建設 工事 起工 式 。 1989 年 ( 平成 元年 ) 4 月 1日 京阪 電気 鉄道 が 鴨川 電気 鉄道 を 合併 。 1989 年 ( 平成 元年 ) 10 月 5 日 鴨東線 と し て 開業 。 2008 年 ( 平成 20 年 ) 10 月 19 日 京阪 中之島 線 開業 に 併せ て 京都 市営 地下 鉄 烏丸 線 に 同名 の 駅 が あ る 丸太町 駅 を 神宮 丸太町 駅 に 改称 予定 。 三条 駅 ( 京都 府 ) - 丸太町 駅 ( 京阪 ) - 出町 柳 駅 三条 駅 : 京阪本線 ・ 京都 市営 地下 鉄 東西線 ( 三条 京阪 駅 ) 出町 柳駅 : 叡山 電鉄 叡山本 線 +京都 本線 ( きょうと ほんせん ) は 、 大阪 府 大阪 市 淀川 区 の 十 三 駅 から 京都 府 京都 市 下京 区 の 河原町 駅 ( 京都 府 ) まで を 結 ぶ 阪急 電鉄 の 鉄道 路線 。 京都 本線 自体 を 指 し て 、 また は その 支線 を 含め て 通称 京都 線 と 呼 ば れ る 。 大阪 と 京都 を 淀川 右岸 の 直線 コース で 結 ん で い る 。 上牧 ~ 大山崎 間 は 東海道 新 幹線 と 並行 し て い る 。 西院 ~ 河原 町 間 は 地下 線 で 、 この うち 西院 ~ 大宮間 は 関西 初 の 地下 線 で あ る 。 京都 と 大阪 で それぞれ 一番 の 繁華 街 で あ る 四条 河原町 界隈 と 梅田 界隈 を 最 安値 かつ 乗り換え なし で 移動 でき る の が 特徴 で あ る 。 路線 距離 ( 営業 キロ ) : 十 三 ~ 河原 町 間 45 . 3 km 軌間 : 14 35 mm 駅数 : 25 駅 ( 起終点 駅 含 む ) 、 1 信号 所 複線 区間 : 全線 電化 区間 : 全線 電化 ( 直流 1500 V ) 閉塞 ( 鉄道 ) : 自動 閉塞 式 最高 速度 : 110km / h 車両 基地 : 阪急 電鉄 正雀 工場 、 桂 車庫 京都 本線 の 正式 な 起点 は 十 三 駅 だ が 、 京都 線 の 列車 は 梅田 駅 を 始発 ・ 終着 駅 と し て お り 、 梅田 ~ 十 三 間 は 阪急 宝 塚 本線 の 複々 線 の 東側 2 線 に 乗り入れ る 形 と な っ て い る 。 京都 線 の 列車 は ホーム の な い 中津 駅 ( 阪急 ) に は 停車 し な い 。 淡路 ~ 高槻 市 間 に は 阪急 千里 線 を 経 て 大阪 市営 地下 鉄 大阪 市営 地下 鉄 堺 筋 線 天下 茶屋 駅 方面 と 直通 運転 する 列車 が あ る 。 平日 朝 に は 堺 筋 準急 が 河原町 駅 から 、 夕方 に は 茨木 市 駅 まで 運転 さ れ る 。 また 、 梅田 ~ 淡路 間 に は 、 千里 線 を 経 て 北 千里 駅 方面 と 直通 運転 する 列車 も 多 く 存在 する 。 昼間 は 10 分 ヘッド 、 ラッシュ 時 は 20 分 ヘッド を ベース に し て 運転 さ れ る 。 時間 帯 に よ っ て 走 る 列車 種別 や 停車 駅 が 変わ る こと や 運転 系統 が 複雑 な こと から 、 慣れ な い 利用 者 に は わか り にく い の が 難点 で あ る 。 千里 線 と は 運用 面 で 一体 化 さ れ て い る の で 千里 線 の 運用 も ここ で 述べ る 。 以下 に 各種 別 の 詳細 を 示 す 。 現行 の 停車 駅 は 駅 一覧 を 参照 の こと 。 なお 、 京阪 本 線 同様 に 、 大阪 方面 行き が 下り 、 京都 方面 行き が 上り と な っ て い る 。 これ は 並行 する 東海道 本線 に あわせ 、 東京 の 方向 を 上り と し た もの で あ る 。 なお 、 神宝 線 は その 逆 で 梅田 方面 が 上り と な っ て い る 。 2007 年 3 月 17 日 に 6 年 ぶり の ダイヤ 改正 が 行 わ れ 、 特急 の 淡路 停車 、 快速 特急 ( 通勤 特急 と の 統合 ) ・ 急行 の 廃止 ( 準急 へ の 格下げ ) 、 デー タイム 時 の 準急 の 新設 など が 行 わ れ た 。 平日 の 朝 ラッシュ 時 と 夕方 以降 に 運行 さ れ 、 2007 年 3 月 の ダイヤ 改正 前 まで は 最も 停車 駅 の 少な い 列車 で あ っ た 。 1997 年 3 月 まで は 、 当時 の 特急 の 停車 駅 に 高槻 市 を 加え た 駅 ( 梅田 、 十 三 、 高槻 市 、 大宮 、 烏丸 、 河原町 ) に 停車 し 、 平日 の 朝夕 ラッシュ 時 に 運転 さ れ て い た 。 1997 年 3 月 改正 で 、 全て の 特急 が 高槻 市 に 停車 する よう に な っ た ため 、 「 通勤 特急 」 の 種別 は 一旦 廃止 さ れ た が 、 2001 年 3 月 改正 で 特急 停車 駅 が 大幅 に 変更 さ れ た こと に 伴 い 、 廃止 前 と 同じ 停車 駅 で 復活 し た 。 2007 年 3 月 の ダイヤ 改正 で 長岡 天神 ・ 桂 ・ 西院 が 停車 駅 に 加わ り 、 同 改正 まで 運行 さ れ て い た 快速 特急 より も 停車 駅 が 多 く な っ た 。 また 、 西院 と 大宮 は 特急 通過 駅 の ため 、 本格 的 に 快速 急行 に 酷似 し た 千鳥 停車 化 が 促進 さ れ る 。 原則 と し て 全列車 阪急 6300 系 電車 で 運転 さ れ る 。 したが っ て 、 通常 は 女性 専用 車両 が 設置 さ れ る 。 すべて の 列車 が 梅田 ~ 河原町 間 の 運転 で 区間 運転 の 列車 の 設定 は な い 。 京都 線 の 代表 的 種別 で 、 基本 的 に 平日 の 昼間 から 夕方 の 時間 帯 に 、 土曜 ・ 休日 は 早朝 ・ 深夜 を 除 く ほぼ 終日 運行 さ れ る 。 通勤 特急 の 停車 駅 で あ る 西院 、 大宮 に は 停車 し な い 。 全 列車 が 梅田 ~ 河原 町 の 運転 で 区間 運転 の 列車 の 設定 は な い 。 昼間 に お い て は 上 り 列車 は 茨木 市 駅 で 普通 ( 高槻 市 駅 発着 ) 、 高槻 市 駅 、 桂駅 で 準急 、 下り 列車 は 桂 駅 と 茨木 市 駅 で 準急 に 緩急 接続 する 。 3 ドア 車両 の 阪急 9300 系 電車 ・ 阪急 8300 系 電車 ・ 阪急 7300 系 電車 ・ 阪急 5300 系 電車 ・ 阪急 3300 系 電車 と 2 ドア 車両 の 6300 系 で 運用 さ れ る 。 昼間 の 特急 の 3 ドア 車 と 6300 系 の 運用 比率 は 、 特急 の 停車 駅 が 増え た 関係 で 近年 で は 3 ドア 車 で の 運用 が 若干 多 く な っ て お り 、 平日 は 3 ドア 車 が それぞれ 数本 連続 し て 運用 さ れ る 時間 帯 も あ る 。 土休日 は 原則 2 ドア 車 と 3 ドア 車 が 交互 に 走 る 運用 と な っ て い る が 、 夜間 は すべて 3 ドア 車 で 運行 さ れ て い る 。 また 、 平日 に は 6300 系 の 時 の み 女性 専用 車両 が 設定 さ れ る 。 なお 登場 当時 の 6300 系 の 一部 の 編成 に は 特急 の 表示 幕 が オレンジ 一色 の 幕 に 白 文字 で 特急 と い う もの も 存在 し て い た 。 戦後 は 1950 年 に 運転 を 開始 、 2001 年 3 月 改正 まで は 特急 が 最速 の 種別 で 、 1997 年 3 月 以前 は 大阪 市内 ~ 京都 市 内間 ノンストップ で あ っ た 。 当時 の 停車 駅 は 梅田 、 十 三 、 高槻 市 ( 1997 年 3 月 から ) 、 大宮 、 烏丸 、 河原町 で あ っ た 。 なお 、 当時 の 京阪 間 の 優等 列車 は 特急 ・ 急行 の 2 本立て で あ り 、 現在 の 特急 停車 駅 は 、 結果 的 に 当時 の 急行 から 京都 市 内 2 駅 ( 西院 と 大宮 ) を 通過 に し た だけ で あ る 。 朝夕 ラッシュ と 夜間 の 時間 帯 に 運行 。 1997 年 3 月 改正 で 運転 を 開始 ( 梅田 、 十 三 、 高槻 市 、 桂 、 大宮 、 烏丸 、 河原町 に 停車 ) 、 2001 年 3 月 改正 以降 は 、 それ 以前 の 急行 と 同じ 停車 駅 と な っ た 。 しかし 、 全列車 が 終着 駅 まで 先着 する など 、 ( かつて の 急行 より ) 速達 性 は 向上 し て い る 。 上下 とも に 特急 系統 より も 初電 が 早 く 終電 が 遅く まで 運転 さ れ る 。 8 両 編成 運転 が 基本 で あ り 、 9300 系 が 使 わ れ る こと も あ る 。 朝 ラッシュ 時 に は 10 両 編成 で 運転 さ れ る 列車 も あ る 。 大半 の 列車 が 全 区間 運転 する が 、 一部 は 長岡 天神 始発 梅田 行 き ( 平日 のみ ) 、 茨木 市 始発 梅田 行き ( 休日 のみ ) ・ 河原町 行 き ( 平日 のみ ) 、 淡路 始発 梅田 行 き ( 平日 のみ ) も 運転 さ れ て い る 。 なお 、 茨木 市 始発 河原町 行き は 6300 系 で 運用 さ れ る 。 ほぼ 終日 運行 さ れ る 。 急行 に 代わ っ て 2007 年 3 月 の ダイヤ 改正 で 設定 さ れ た 。 一部 を 除 き 梅田 ~ 河原 町 間 で 運転 さ れ る 。 平日 朝 に は 梅田 ~ 茨木 市 の 列車 が 運転 さ れ て お り 、 1 本 のみある 上 り 列車 は 終着 の 茨木 市 で 始発 の 快速 急行 に 接続 し 、 また 平日 夜間 に 梅田 発 高槻 市 行き が 運転 さ れ て い る 。 土休 日 朝 に は 、 長岡 天神 発 梅田 行き が 運転 さ れ る 。 昼間 の 需要 が やや 少な い ため に 7 両 編成 、 もしくは 8 両 編成 で 運行 さ れ て い る 。 かつて は 現在 と 異な る 形態 で 運転 さ れ て い た ( 下記 参照 ) 。 平日朝 ・ 夕方 ラッシュ 時 に 大阪 市営 地下 鉄 堺 筋 線 ( 天下 茶屋 ~ 天神橋 筋 六 丁目 ) ・ 阪急 千里 線 ( 天神橋 筋 六 丁目 ~ 淡路 ) の 直通 列車 と し て 運転 さ れ る 。 2007 年 3 月 改正 で 従来 の 堺 筋 急行 ・ 堺 筋 快速 急行 に 代わ っ て 設定 さ れ た 。 朝 は 河原町 ・ 高槻 市 → 天下 茶屋 間に合 わせ て 7 本 、 夕方 は 天下 茶屋 → 茨木 市 間 に 7 本 が 運転 さ れ る 。 夕方 の 茨木 市 行き は 淡路 で 快速 急行 河原町 行き に 接続 する ( 堺 筋 準急 以外 に その 他 、 天下 茶屋 発淡路 行 き 、 北千 里 行き 普通 も 一部 は 河原 町 行き 快速 急行 また は 普通 、 特急 に 接続 する ) 。 なお 、 「 堺 筋 準急 」 は 便宜 上 の 呼 び 方 で あ り 、 表示 幕 は 「 準急 」 と 表示 さ れ る 。 車両 は 阪急 側 は 2300 系 ・ 6300 系 ・ 9300 系 以外 の 8 両 編成 の み 使用 さ れ る 。 大阪 市 交 の 車両 は 原則 と し て 高槻 市 まで の 運転 で あ る こと から 、 大阪 市 交 の 車両 は 使用 さ れ な い 。 ただし 、 試運 転 で 河原町 、 イベント 列車 で 桂 まで 入線 し た こと が あ る 。 蛇足 ながら 、 5300 系 の 電動 式 表示 幕 が 非 装備 だっ た 時代 は 、 車体 側面 の 現在 表示 幕 と な っ て い る 部分 に は 「 堺 筋   急行 」 と 、 表示 可能 な 3 か所 の うち 2 か所 を 点灯 さ せ て 表示 し て い た 。 なお 、 残 る 1 か所 は 2001 年 3 月 ダイヤ 改正 前 まで 設定 の あ っ た 準急 で 、 特急 運用 時 に は 無 表示 と し て い た 。 各 駅 停車 の 種別 で 、 終日 運転 さ れ る 。 運転 系統 は 主に 京都 線 内 の 梅田 ~ 河原町 ( 昼間 時間 帯 は 高槻 市 まで ) と 、 千里 線 に 乗り入れ る 梅田 ~ 淡路 ~ 北 千里 、 天下 茶屋 ~ ( 堺 筋 線 ) ~ 天神橋 筋 六 丁目 ~ 淡路 ~ 高槻 市 で あ る 。 原則 と し て 淡路 駅 で 梅田 発着 の 列車 と 堺 筋 線 から の 直通 列車 と 相互 接続 を 図 っ て い る 。 北 千里 行き に 関 し て は 梅田 駅 の LED ( 下段 の スクロール ) で は 「 普通 」 で は な く 「 直通 」 と 案内 さ れ る ( 京都 線 の 正雀 ・ 高槻 市 ・ 桂 ・ 河原町 行き の 普通 と 混合 に な り 混乱 が 生じ る ため ) 。 時間 帯 に よ っ て は 正雀 駅 始 終着 の 列車 も あ る ( この 場合 堺 筋 線 の 直通 列車 は 入出庫 の 関係 上 市営 車 で 運用 さ れ る こと が 多 い ) 。 8 両 編成 が ほとんど で あ る が 、 京阪間 直通 の 列車 を 中心 に 7 両 編成 が 存在 する 。 また 天下 茶屋 発着 の 列車 は 2300 系 ・ 6300 系 ・ 9300 系 以外 の 8 両 編成 と 堺 筋 線 の 66 系 が 使 わ れ る 。 高槻 市 以東 に 関 し て は 2001 年 まで は 全 列車 7 両 編成 以下 だっ た ( これ は 水無瀬 、 上牧 の 各駅 が 7 両 編成 対応 ホーム で あ っ た ため ) 。 また 、 過去 に は 以下 の 列車 種別 が 存在 し た 。 土休日 の 朝 および 全日 の 夕・ 夜間 の 時間 帯 に 運行 。 2001 年 3 月 まで の 通勤 特急 の 停車 駅 に 桂 を 加え た もの 。 1997 年 3 月 ~ 2001 年 3 月 の 快速 急行 と 同じ 停車 駅 。 2007 年 3 月 の ダイヤ 改正 で 休止 さ れ た ( 実質 的 に は 通勤 特急 と 統合 ) 。 快速 特急 は 原則 と し て 阪急 6300 系 電車 で 運転 さ れ 、 平日 に は 大阪 寄り 5 両 目 が 女性 専用 車両 と な っ て い た 。 昼間 と 夕方 の 時間 帯 と 平日 深夜 ( 上り 1 本 のみ の 高槻 市 止まり ( 梅田 発 高槻 市 行 最終 は その 次 の 普通 列車 ) ) に 運行 。 昼間 時間 帯 は 普通 の 運転 の な い 高槻 市 ~ 河原町 の 各 駅 停車 の 代わり と な り 、 下り は 桂 と 茨木 市 で 、 上り は 高槻 市 と 桂 で 特急 と 緩急 接続 し て い た 。 列車 に よ っ て は 7 両 編成 で 運転 さ れ る こと が あ っ た 。 終戦 直後 から 存在 する 種別 で 、 2007 年 3 月 の 休止 時点 の 停車 駅 は 梅田 、 十 三 、 淡路 、 南 茨木 、 茨木 市 、 高槻 市 ~ 河原町 間 の 各駅 。 2001 年 3 月 まで の 停車 駅 は 梅田 、 十 三 、 淡路 、 茨木 市 、 高槻 市 、 長岡 天神 ( 1979 年 3 月 改正 まで は 平日 朝夕 のみ の 停車 ) 、 桂 、 西院 、 大宮 、 烏丸 、 河原町 で あ り 、 現在 運行 さ れ て い る 快速 急行 が この 停車 駅 を 踏襲 し て い る 。 また 、 サッカー J リーグ の 試合 が 行 わ れ る 日 に は 南 茨木 や 西京極 に 、 京都 向日 町 競輪場 が 行 わ れ る 日 は 東向日 に 、 それぞれ 臨時 停車 する こと も あ っ た 。 2007 年 3 月 の ダイヤ 改正 で 休止 と な り 、 代わ っ て 準急 が 設定 さ れ た 。 平日 夕方 ラッシュ 時 に 大阪 市営 地下 鉄 堺 筋 線 ・ 阪急 千里 線 の 直通 列車 と し て 運行 さ れ た 。 天下 茶屋 → 河原 町 方向 3 本 のみ の 運転 。 茨木 市 で 快速 特急 を 待避 する 列車 も あ っ た 。 2007 年 3 月 の ダイヤ 改正 で 、 淡路 で 快速 急行 河原町 行き に 接続 する 観点 から 消滅 し 、 代わ っ て 堺 筋 準急 が 設定 さ れ た 。 平日 朝 ラッシュ 時 に 大阪 市営 地下 鉄 堺 筋 線 ・ 阪急 千里 線 の 直通 列車 と し て 運転 さ れ て い た 。 河原町 → 天下 茶屋 方面 のみ の 運行 で 、 高槻 市 始発 の 列車 も 存在 し た 。 2001 年 3 月 改正 以前 は 河原 町 行き も 運転 さ れ て 、 停車 駅 は 上り ・ 下り とも 同 改正 で 設定 さ れ た 堺 筋 快速 急行 と 同じ で あ っ た 。 3300 系 へ の 冷房 改造 ・ 電動 式行 先種 別 表示 装置 取付 が 完了 し 急行 運用 に も 本格 的 に 進出 する まで の 間 は 、 5300 系 8 両 編成 で 限定 運用 さ れ て い た 。 上記 の 堺 筋 快速 急行 および 堺 筋 急行 は 便宜 上 の 呼 び 方 で あ り 、 表示 幕 は 「 快速 急行 」 「 急行 」 と 表示 さ れ る 。 車両 は 2300 系 ・ 6300 系 ・ 9300 系 以外 の 8 両 編成 の み 使用 さ れ 、 大阪 市 交 の 車両 は 使用 さ れ な い 。 5300 系 の 電動 式 表示 幕 が 非 装備 だっ た 時代 は 、 車体 側面 の 現在 表示 幕 と な っ て い る 部分 に は 「 堺 筋   急行 」 と 、 表示 可能 な 3 か所 の うち 両端 の 2 か所 を 点灯 さ せ て 表示 し て い た ( 残 る 1 か所 は 2001 年 3 月 ダイヤ 改正 前 まで 設定 の あ っ た 準急 で 、 特急 運用 時 に は 無 表示 ) 。 停車 駅 : 梅田 、 十 三 、 淡路 、 茨木 市 、 高槻 市 ~ 河原町 まで の 各 駅 。 高槻 市 以東 の 各駅 から 梅田 方面 へ の 速達 化 を 図 る ため 、 1997 年 に 新設 さ れ た 。 平日 昼間 のみ の 運行 で あ っ た 。 当時 、 高槻 市 以西 の 急行 停車 駅 以外 に も 南方 駅 ( 大阪 府 ) ・ 崇禅 寺 駅 に 停車 する 準急 が 運転 さ れ て お り 、 途中 から 各駅 に 停車 する もの の この 2 駅 を 通過 する と い う 違い が 生じ る ため 、 急行 と 準急 の 中間 の 種別 を 設定 する 必要 が 生 じ た こと が 設定 の 理由 で あ る 。 2001 年 3 月 の ダイヤ 改正 で 休止 さ れ た ( 実質 的 に は 急行 へ 改称 ) 。 なお 、 「 快速 」 の 種別 名称 は 、 2007 年度 より 行楽 時 の 臨時 列車 の 種別 と し て 復活 する ( 後述 ) 。 停車 駅 : 高槻 市 、 茨木 市 、 淡路 ~ 梅田 まで の 各 駅 。 平日 朝 は 下り の み 茨木 市 始発 で 、 土曜 日朝 は 1997 年 以降 の 下り の み 高槻 市 始発 で 運転 。 なお 、 準急 は 2007 年 3 月 の ダイヤ 改正 で 急行 に 代わ っ て 復活 し た 。 現在 、 主に 春 ・ 秋 の 行楽 シーズン に は 、 京都 本線 に お い て 臨時 列車 が 運行 さ れ て い る 。 2007 年 春 の ダイヤ 改正 で の 定期 運転 種別 再編 に 伴 い 、 後述 の 「 臨時 特急 」 に 代わ っ て 2007 年 秋 より 設定 さ れ た 臨時 列車 。 臨時 で は あ る が 「 快速 」 の 名称 が 復活 する の は 約 6 年 半 ぶり で あ る 。 愛称 は 以前 の 臨時 特急 の 「 い い 古都 エクスプレス 」 が 継承 さ れ た 。 梅田 ~ 高槻 市 は 準急 の ダイヤグラム で 走 り 、 高槻 市 ~ 河原町 を 臨時 設定 ダイヤ ( ちなみ に 停車 駅 は 定期 の 通勤 特急 と 同様 で あ る ) で 走 る 。 快速 が 設定 さ れ た 分 だけ 高槻 市 ~ 河原町 間 の 準急 ( 各 駅 停車 ) が 減 る ため 、 梅田 ~ 高槻 市 間 の 普通 が 高槻 市 以東 に も 延長 運転 さ れ る 。 上 り 列車 は 通常 の 準急 の 場合 、 高槻 市 で 特急 を 待避 する が 、 この 快速 は 長岡 天神 で の 特急 待避 と な る 。 下り は 準急 同様 茨木 市 で 特急 を 待避 する 。 旧 「 い い 古都 エクスプレス 」 と 異な り 、 高槻 市 駅 で の スタフ の 交換 は 実施 さ れ な かっ た 。 2007 年度 は 11 月 23 日 から の 3 連 休 のみ の 運転 で 、 今後 、 旧 「 い い 古都 エクスプレス 」 同様 に 春季 に も 運転 さ れ る か どう か は 未定 で あ る 。 停車 駅 梅田 、 十 三 、 南方 、 淡路 、 上 新庄 、 南 茨木 、 茨木 市 、 高槻 市 、 長岡 天神 、 桂 、 西院 、 大宮 、 烏丸 、 河原 町 前述 の 臨時 快速 の 前身 と し て 、 かつて 京都 本線 に て 行楽 シーズン に 運転 さ れ て い た 臨時 列車 で あ る 。 梅田 ~ 高槻 市 は 急行 の ダイヤ で 走 り 、 高槻 市 ~ 河原町 を 臨時 設定 ダイヤ で 走 る 。 通常 の 特急 と 同様 、 特急 料金 なし で 利用 する こと が でき る 。 2001 年 3 月 13 日 に それ まで の 行楽 期 の 臨時 急行 列車 「 嵯峨野 エクスプレス 」 に 代わ る 行楽 期 の 臨時 特急 列車 と し て 新設 さ れ る こと が 発表 さ れ 、 3 月 24 日春 の 「 臨時 特急 」 と し て 運行 を 開始 。 また 、 同時 に 愛称 の 公募 を 行 う 。 8 月 23 日 に 愛称 が 「 い い 古都 エクスプレス 」 に 決定 。 11 月 11 日 から 「 い い 古都 エクスプレス 」 と し て 運行 を 開始 、 臨時 特急 と し て は 2007 年 3 月 17 日 の ダイヤ 改正 まで 運転 さ れ て い た 。 なお 、 臨時 特急 が 設定 さ れ た 分 だけ 高槻 市 ~ 河原町 間 の 急行 ( 各 駅 停車 ) が 減 る ため 、 梅田 ~ 高槻 市 間 の 普通 が 高槻 市 ~ 河原町 ( 一部 は 桂 ) 間 で 延長 運転 さ れ て い た 。 通常 上 り 急行 は 高槻 市 で 特急 を 待避 する が 、 この 列車 は 待避 せ ず に その まま 逃げ 切り 河原町 まで 先着 する ダイヤ で あ っ た 。 逆 に 下り は 、 茨木 市 で 特急 に 抜 か れ る ため 、 ( 臨時 ) 特急 が ( 定期 ) 特急 を 待避 する 珍し い ケース が 見 られ た 。 新設 当時 は 3 月 下旬 ~ 5 月 上旬 、 9 月 下旬 ~ 11 月 下旬 の 土曜 ・ 休日 と い っ た よう に 比較 的 多く の 日 で 運転 さ れ て い た が 、 年々 運転 日 が 減少 し 、 運転 最終 年 と な っ た 2006 年 は 4 月 上旬 ・ 5 月 上旬 と 11 月 下旬 のみ で 、 合わせ て 年 1 0 日 以下 と な っ て い た 。 阪急 で は 、 臨時 列車 に つ い て は 駅 の 発車 案内 板 で は 「 臨時 」 の 表示 は 原則 と し て 行 わ な い ( 列車 の 方向 幕 に は 「 臨時 ○ ○ 」 と 表示 する ) が 、 この 「 い い 古都 エクスプレス 」 で は 、 乗客 が 混乱 し ない よう に あえ て 駅 の 発車 案内 板 で も 「 臨時 特急 」 と 表示 し て い た 。 余談 で あ る が 、 この 列車 は 上り下り と も 高槻 市 駅 に て スタフ の 交換 が 行 わ れ て い た 。 停車 駅 梅田 、 十 三 、 淡路 、 南 茨木 、 茨木 市 、 高槻 市 、 大宮 、 烏丸 、 河原 町 かつて 京都 本線 梅田 駅 ~ 阪急 嵐山 線 嵐山 駅 ( 阪急 ) 間 に 行楽 シーズン の 日曜 日 と 祝日 のみ に 運行 し て い た 臨時 列車 急行 列車 で あ る 。 2001 年 3 月 24 日 の ダイヤ 改正 まで 、 毎年 春 と 秋 に 嵐山 へ の 観光 客 輸送 の ため に 運転 さ れ て い た 。 なお 、 運転 最終 日 は 2000 年 11 月 26 日 で あ っ た 。 現在 の 京都 本線 臨時 列車 で あ る 「 い い 古都 エクスプレス 」 と は 異な り 、 京都 本線 内 は 全 区間 臨時 列車 と し て 運転 さ れ た 。 嵐山 線 内 は 一部 列車 が 線 内 折り返 し 列車 の 代わり に 運転 さ れ て い た 。 運転 区間 ( 2000 年 11 月 時点 ) 梅田 → 嵐山   9 時 台 ~ 11 時 台   計 10 本 程度   . . . 嵐山 駅 到着 後 は 折り返 し 桂行き 普通 列車 と な り 、 桂到着 後 は 、 桂 車庫 へ 入庫 する か 、 梅田 まで 回送 さ れ 再び 嵐山 行き と し て 運転 さ れ る か 、 その まま 折り返 し 嵐山 線 内 を 普通 列車 と し て 往復 する の いずれ か で あ る 。 嵐山 → 梅田   14 時 台 ~ 17 時 台   計 15 本 程度   . . . 梅田 駅 到着 後 は 桂 車庫 へ の 回送 列車 と な る 。 上記 いずれ も 15 分 間隔 で 運転 さ れ て い た 。 梅田 行き は 淡路 駅 で 特急 を 待避 し て い た 。 停車 駅 梅田 、 十 三 、 淡路 、 茨木 市 、 高槻 市 、 長岡 天神 、 桂 、 上桂 、 松尾 、 嵐山 使用 車両 阪急 6300 系 電車 を 除 く 京都 線 全形式 が 使用 さ れ た 。 嵯峨野 エクスプレス は 基本 的 に 6 両 編成 で あ り 、 京都 本線 普通 列車 用 の 編成 を 使用 し て い た が 、 不足 する 分 に つ い て は 普通 ・ 急行 用 8 両 編成 の 梅田 方 2 両 を 切り離 し て 捻出 し て い た ( 阪急 3300 系 電車 ・ 阪急 5300 系 電車 ・ 阪急 7300 系 電車 ・ 阪急 8300 系 電車 の 8 両 編成 の 一部 は 、 2 両 と 6 両 に 分割 出来 る よう に な っ て い る ) 。 これ に よ っ て 8 両 編成 の 予備 車 に 余裕 が 無 く な る ため 、 6300 系 の 予備 車 が 昼間 の 急行 運用 に 就 く こと が あ っ た 。 1970 年 ( 昭和 45 年 ) 千里 丘陵 で 開催 さ れ た 日本 万国 博覧 会 の 期間 中 は 、 観客 輸送 と し て 臨時 列車 群 が 運行 さ れ た 。 その うち 運用 上 特記 さ れ る もの を 記 す 。 梅田 ~ 北千 里間 ・ 動物 園 前 ( 大阪 市営 地下 鉄 堺 筋 線 ) ~ 北千 里 間 に 設定 さ れ て い た 。 これ に は 大阪 市 交通 局 の 車両 も 充当 さ れ て い た 。 大阪 市 交通 局 所属 車両 が 阪急 線 内 を 通過 運転 し た の は この 列車 のみ で あ る ( 現在 で は 入出庫 に 伴 う 回送 に よ る 通過 運転 は あ る ) 。 停車 駅 ( 梅田 系統 ) : 梅田 、 十 三 、 淡路 、 吹田 、 関 大前 、 南千里 、 万国 博西口 、 北千 里 停車 駅 ( 動物 園 前 系統 ) : 動物 園 前 ~ 天神橋 筋 六 丁目 間 の 各駅 、 淡路 、 吹田 、 関 大前 、 南千里 、 万国 博西口 、 北千 里 万国 博 会場 から 阪急 神戸本線 ・ 阪急 宝 塚 本線 に 直通 し た 列車 で 、 十 三 駅 の 引き上げ 線 で 折り返 し た 。 運転 区間 は 万国 博 西口 ~ 宝塚 、 万国 博 西口 ~ 高速 神戸 で あ っ た 。 停車 駅 ( 宝塚 線 系統 ) : 万国 博西口 ・ 南 千里 ・ 関大 前 ・ 吹田 ・ 淡路 ・ 十 三 ・ 曽根 ・ 豊中 ・ 石橋 ・ 池田 ・ 川西 能 勢口 ・ 雲雀 丘 花屋敷 ・ 宝塚 停車 駅 ( 神戸 線 系統 ) : 万国 博西口 ・ 南 千里 ・ 関大 前 ・ 吹田 ・ 淡路 ・ 十 三 ・ 園田 ・ 塚口 ・ 西宮 北口 ・ 六甲 ・ 三宮 ・ 花隈 ・ 高速 神戸 1950 年 から 1968 年 まで 京都 ~ 宝塚 間 を 神戸 線 ・ 今津 線 経由 で 直通 する 通称 「 歌劇 特急 ( かげき 特急 ) 」 が 運転 さ れ て い た 。 1950 年 3 月 21 日 に 不 定期 直通 特急 列車 と し て 運転 を 開始 。 運転 開始 当初 は 西宮 北口 駅 構内 に 神戸 方向 から 今津 線 に 直通 する 連絡 線 が 存在 し て お り 、 列車 は 一旦 平面 交差 を 通過 し て から スイッチ バック で 今津 線 に 入線 し て い た 。 西宮 北口 駅 大 改造 に よ る 宝塚 線 経由 で の 運転 や 三 複線 工事 に よ る 運休 など を 経 て 、 神戸 高速 鉄道 開通 に 伴 う 神戸 線 の ダイヤ 改正 を 目前 に 控え た 1968 年 2 月 25 日 に 廃止 さ れ た 。 なお 、 この 列車 に 関 し て は 特定 の 愛称 は 無 く 、 1954 年 頃 から 通称 と し て 『 歌劇 特急 』 『 歌劇 号 』 と 呼 ば れ る よう に な っ た 。 乗務 員 は 主に 、 淡路 駅 、 桂駅 で 交代 する 。 そして 千里 線 天神橋 筋 六 丁目 駅 にて 、 大阪 市 交通 局 の 職員 と 交代 する 。 京都 線 の 車両 は 、 基本 的 に 8 両 編成 および 7 両 編成 で 構成 さ れ て い る 。 特急 ・ 通勤 特急 は 8 両 編成 のみ で 運転 さ れ る 。 快速 急行 は 基本 的 に 8 両 編成 で 運転 さ れ る が 、 平日 朝 の 一部 列車 は 梅田 方 に 2 両 増結 し 、 10 両 編成 で 運転 さ れ る 。 準急 は ダイヤ に よ っ て 7 両 の もの と 8 両 の もの が 存在 し て い る 。 普通 列車 は 原則 と し て 7 両 編成 で 運転 さ れ 、 一部 8 両 編成 で 運転 さ れ る が 、 堺 筋 線 直通 列車 は 全て 8 両 編成 で あ る 。 京都 線 の ホーム に は 7 両 の 列車 の 停車 し な い 部分 に は 先端 で あ る 旨 と 7 両 の 列車 の ダイヤ が 示 さ れ た 看板 が 掲げ られ て い る 。 ちなみ に 現在 河原町 駅 の 2 号 線 に 限 り 8 両 編成 の 列車 が 発着 出来 な い 。 なお 現行 ダイヤ で は 河原町 駅 の 2 号 線 から 発車 する 列車 は 6 時 27 分 発 ( 平日 ・ 土休 日 共通 ) の 普通 梅田 行き の 1 本 だけ で あ る 。 使用 さ れ る 車両 は 阪急 9300 系 電車 ・ 阪急 8300 系 電車 ・ 阪急 7300 系 電車 ・ 阪急 6300 系 電車 ・ 阪急 5300 系 電車 ・ 阪急 3300 系 電車 ・ 阪急 2300 系 電車 。 堺 筋 線 と の 相互 直通 区間 で あ る 淡路 ~ 高槻 市 に は 大阪 市 交通 局 66 系 電車 も 入線 する 。 各 車両 の 詳細 は 各 項目 を 参照 の こと 。 各種 別 毎 の 編成 ・ 使用 車両 に つ い て は 運行 形態 章 の 各種 別 の 節 も 参照 。 京都 本線 は もともと 、 昭和 初期 に 大阪 ~ 京都 間 を 高速 で 結 ぶ 新線 と し て 、 当時 の 京阪 電気 鉄道 が 設立 し た 子 会社 の 新 京阪 鉄道 に よ っ て 開業 し た 。 京阪 電気 鉄道 は 、 大阪 ~ 京都 間 に 現在 京阪本 線 と な っ て い る 路線 を 1910 年 に は 開業 さ せ て い た 。 しかし これ は 、 アメリカ の インター アーバン に 準 ずる 路面 電車 を 発展 さ せ た 形 の 都市 間 電車 で 、 既に あ っ た 沿線 の 市街 地 を 縫 う よう に 敷 か れ た ため 、 曲線 が 多 く 高速 運転 に は 向 い て い な かっ た 。 同様 な 路線 と し て 、 阪神 電気 鉄道 が 190 8 年 に 開業 さ せ た 阪神 本線 が あ り 、 どちら も 「 株式 会社 」 を もじり 「 カーブ 式 会社 」 と 皮肉 ら れ た 。 しかし 1920 年 、 阪神 急行 電鉄 ( 阪急 ) が 阪神 本線 に 並行 し て 阪急 神戸 本線 を 敷設 し た 。 これ は 人口 の 少な い 山添 い ルート を 一 直線 に 走りぬけ る もの で 、 高速 運転 が 可能 な 線形 ( 路線 ) だっ た 。 この 結果 阪神 と 阪急 の 両社 は 、 これ 以降 熾烈 な 乗客 競争 を 繰り広げ る こと に な っ た 。 この 様子 を 阪急 の 免許 申請 時 から 見 て い た 京阪 電気 鉄道 で は 、 自社 の 路線 に お い て も その よう な 事態 に な る こと を 避け る ため 、 おり しも 電気 鉄道 の 敷設 が ブーム で あ り 、 淀川 の 北側 の 人口 過疎 地域 に 阪急 神戸 線 と 同じ よう な 高速 運転 可能 な 路線 の 敷設 出願 が 各社 から 出 さ れ て い た の に 対 し て 、 京阪 自身 も 出願 を 行 っ た 。 また 当時 、 日本 国 有 鉄道 の 運営 と 私鉄 の 管轄 を 担 っ て い た 鉄道 省 も 、 阪神 間 の よう な 熾烈 な 競争 に な る こと を 憂慮 し て い た 。 結果 と し て 京阪 に 免許 が 与え られ 、 新線 の 建設 に 当た る こと と な っ た 。 当初 は 京阪 本 線 森小路 駅 ( 現在 の 千林 駅 に 相当 ) から 支線 を 分岐 さ せ て 、 新 京阪 線 上 新庄 駅 予定 地 から 南 へ 延長 し た 路線 に 赤川 で 合流 さ せ 、 城東 線 ( 後 の 大阪 環状 線 ) 桜 ノ宮 駅 ・ 天満 駅 を 経由 し て 梅田 まで 延伸 し 、 同地 に 総合 ターミナル 駅 を 作 ろ う と い う 構想 ( 天神橋 駅 開業 後 に 京阪 本 線 は 野江 駅 分岐 、 新 京阪 線 は 天神橋 駅 から の 延伸 に 計画 変更 し 、 1932 年 に 断念 、 1942 年 に 免許 失効 。 京阪 梅田 線 も 参照 ) を 打ち出 し た が 、 城東 線 の 高架 化 が 関東 大 震災 復興 工事 優先 投資 の 方針 から 遅れ る こと に な っ た ため 、 梅田 延伸 に 関 し て 高架 化 に 伴 う 跡地 の 利用 を 考え て い た 京阪 で は 、 この 新線 は 当面 は 実現 不 可能 と 考え て 、 代替 地 を 探 す こと に し た 。 ちょうど 新 京阪線 の 計画 が た った 頃 の 1921 年 に 、 阪急 神戸 線 ・ 阪急 宝 塚 本線 の 十 三 駅 から 分岐 し て 千里山 駅 まで を 結 ぶ 、 北 大阪 電気 鉄道 ( 現在 淡路 駅 を 境 に 、 西 は 京都 線 、 北 は 阪急 千里 線 ) と い う 私鉄 路線 が 開業 し て い た 。 京阪 で は この 会社 を 買収 し て 、 同社 が 持 っ て い た 淡路 ~ 天神 橋 ( 天六 ) 間 の 免許 を 利用 する こと を 考え た 。 同社 の 路線 は 1923 年 に 新 京阪 へ すべて 譲渡 さ れ 、 1925 年 に 天神橋 駅 ( 今 の 天神橋 筋 六 丁目 駅 ) ~ 淡路 駅 間 が 開業 し た 。 その 後 、 京都 側 は 地下 線 で 開業 さ せ る 予定 で あ っ た が 昭和 天皇 の 即位 大典 に 間に合 わ せ る ため 、 急遽 西院 に 仮 の ターミナル 駅 を 設け る こと に し 、 1928 年 に 天神橋 ~ 西院 間 の 全線 が 開業 し た 。 しかし 昭和 金融 恐慌 ・ 世界 恐慌 の 影響 で 、 この 新 京阪 鉄道 や 阪和 電気 鉄道 ( 現 : 阪和 線 ) ・ 奈良 電気 鉄道 ( 現 : 近鉄 京都 線 ) など に 多額 の 投資 を し た 京阪 電気 鉄道 の 経営 が 危う く な っ た 。 その 上 、 新京阪 鉄道 の 路線 は 京都 側 の ターミナル が 仮 の 西院 駅 で 、 大阪 側 の 天神橋 駅 も 同じ よう に 市街 地 の 縁 に あ っ て どちら も 利便 性 が 悪 かっ た こと と 、 沿線 の 人口 も 前述 の よう な 理由 で 多 く な かっ た こと から 、 利用 客 が 伸び ず に 同社 は もっと ひど い 苦境 に 陥 っ た 。 この ため 、 新 京阪 鉄道 は 1930 年 に 京阪 電気 鉄道 に 合併 さ れ て 同社 の 新 京阪線 と な り 、 経営 を 一本 化 し た 上 で 再建 を 図 る こと に し た 。 その ため 、 京都 側 の 地下 線 の 完成 も 急 が れ る こと に な っ た 。 その 京都 側 ターミナル で あ る 大宮 駅 まで の 地下 線 に よ る 延伸 は 1931 年 に 完成 し た が 、 これ は 大阪 市営 地下 鉄 開業 の 1933 年 より も 早 く 、 関西 で は 初 の 地下 鉄道 路線 で も あ っ た 。 なお 新京阪 鉄道 は 、 西向日 町 駅 ( 現 : 西向日 駅 ) から 分岐 し て 伏見 ・ 山科 を 経 て 大津 市 の 馬場 に いた る 路線 と 、 大宮 駅 から 更に 京都 市 の 地下 を 貫通 する 路線 の 免許 も 収得 し て い た 。 この うち 後者 は 、 戦後 に 河原町 駅 へ 阪急 に よ っ て 路線 延長 が な さ れ る 際 に 活用 さ れ た 。 さらに 京阪 で は 、 その 大津 市 馬場 から 鈴鹿 山脈 を 越え て 名古屋 市 に 至 る 名古屋 急行 電鉄 の 建設 計画 も 持 っ て い た が 、 恐慌 の ため 立ち消え と な っ た 。 沿線 の 人口 が 少な い ため 同線 は 都市 間 輸送 に 注力 する しか な く 、 天神橋 ~ 大宮間 を 34 分 で 結 ぶ 超 特急 など と い っ た 高速 運転 を 行 う 列車 を 集中 的 に 走 ら せ る こと に し た 。 その 代わり に 京阪 本線 で は 速達 列車 を 設定 せ ず 、 急行 ・ 普通 電車 を 増発 する こと に し て 、 都市 間 輸送 と 沿線 輸送 を 棲み 分け る 運用 に し た 。 その 速 さ は 、 同社 の 保有 する 阪急 100 形 電車 に よ る 速達 列車 が 、 当時 の 鉄道 省線 で 最速 の 特急 列車 「 つばめ ( 列車 ) 」 を 抜 い た と 言 う 逸話 が 残 る ほど で あ っ た ( 阪急 100 形 電車 変遷 も 参照 の こと ) 。 また 、 1937 年 に 国鉄 東海道 本線 京都 駅 ~ 吹田 駅 ( JR 西 日本 ) 間 の 電化 が 完成 ( 吹田 駅 ~ 須磨 駅 間 は 1934 年 に 完成 ) し 、 京阪 間 を 直行 便 の 36 分 で 結 ぶ 新快速 が 走 る よう に な る と 、 京阪 で は 両線 とも に 列車 の 本数 を 増や し 、 運賃 の 値下げ まで 行 う など し て 対抗 し た 。 さらに 1934 年 から は 、 天神橋 駅 ~ 大宮 駅間 運転 の 列車 の ほか 、 同列車 と 淡路 駅 で 解結 を 行 う こと に し て 、 阪急 線 と 接続 さ せ る ため 十 三 駅 を 発着 駅 に する 列車 も 設定 し た 。 戦時 中 の 交通 統制 の ため 、 京阪 電気 鉄道 と 阪神 急行 電鉄 は 1943 年 に 合併 し て 京阪神 急行 電鉄 ( 現在 の 阪急 電鉄 ) と な り 、 新 京阪 線 も 同社 の 運営 と な っ た 。 戦後 、 京阪 電気 鉄道 は 1949 年 に 再び 分離 発足 する こと に な る が 、 この 際 に 新京阪線 の 電車 は 1945 年 から 宝塚 線 へ 乗り入れ を 行 っ て 梅田 駅 発着 と な っ て い た こと など の 理由 から 、 同線 と 支線 の 千里 山 線 ( 現在 の 千里 線 の 淡路 以北 ) ・ 十 三 支線 ( 現在 の 京都 本線 の 淡路 以西 ) ・ 阪急 嵐山 線 は 阪急 の 路線 と し て 存置 する こと に な っ た 。 この とき 、 路線 名 が 現在 の 京都 本線 と な っ た 。 また この よう な 経緯 から 、 京都 本線 系統 の 路線 を 除 い た 阪急 各線 を その 頭 一 字 を 取 っ て 神宝 線 と 総称 し 、 お 互い を 区別 する こと が あ る 。 路線 名 が 京都 本線 に 改称 さ れ て から も 、 京都 本線 の 起点 は 長 ら く 天神橋 駅 の まま で あ っ た が 、 いわゆる 三 複線 ( 宝塚 本線 の 梅田 - 十 三 間 複々 線 化 工事 ) が 完成 し た の を 機 に 、 天神橋 - 淡路 間 を 千里 山 線 に 変更 する と とも に 、 京都 本線 は 十 三 支線 を 編入 し 十 三 が 起点 と な っ た 。 上牧 駅 ( 大阪 府 ) 前後 から 大山崎 駅 に かけ て 一部 高架 区間 が あ る が 、 これ は 並行 する 東海道 新 幹線 の 建設 に 併せ て 造 ら れ た もの で 、 高架 化 工事 中 の 1963 年 4 月 から 12 月 まで の 間 、 先 に 完成 し て い た 東海道 新 幹線 の 高架 線 路 を 借り て 列車 の 運行 を 行 っ て い た こと が あ る 。 東海道 新 幹線 新 幹線 の 線路 を 先 に 走 っ た 阪急 電車 の 項目 も 参照 。 東海道 本線 と は 当初 から 互い に スピード 競争 を 行 っ て 乗客 獲得 競争 を 行 っ て い た が 、 国鉄 末期 以降 は スピード アップ や 新型 車両 投入 に よ り 、 スピード 競争 で は 敗北 し 、 さらに JR 化 後 は 新 快速 を 高槻 駅 に 停車 さ せ る など 、 スピード を 維持 し た まま 停車 駅 を 増や し た ため 、 阪急 京都 線 も 途中 駅 に こまめ に 停車 し て 集客 する 方法 に 方針 転換 する 。 まず 1989 年 に すべて の 電車 が 15 分 ヘッド で あ っ た もの を 、 特急 を 20 分 おき に 減便 し 、 急行 を 10 分 おき へ と 増便 し た 。 1997 年 に は すべて の 特急 が 高槻 市 停車 と な っ た 。 2001 年 3 月 24 日 の ダイヤ 改正 で は 大幅 な 停車 駅 の 見直し と 種別 の 整理 が 行 わ れ た 。 特急 を 通勤 特急 に 、 快速 急行 を 快速 特急 に 、 急行 を 快速 急行 に 、 快速 を 急行 に 改称 の 上 で 南 茨木 に も 停車 さ せ 、 特急 は 停車 駅 を 快速 特急 より も 多 く 快速 急行 より も 少な く し て 、 各優 等 列車 の 停車 駅 を 従来 の ほぼ 2 倍 に し 、 特急 を 事実 上 それ まで の 急行 と 同等 の 列車 に し た ( この 点 に つ い て は 2007 年 の 淡路 駅 の 追加 停車 で その 様相 が さらに 色 濃 く な っ た ) 。 同時 に 準急 と 行楽 期 の 嵯峨野 エクスプレス を 廃止 。 行楽 期 の 臨時 特急 を 新設 し た 。 また 河原町 駅 の 2 番 ホーム を 除 く 線 内 全駅 が 8 両 編成 対応 と な っ た 。 これ に よ り 高槻 市 から 河原町 まで の 区間 に お い て 平日 ダイヤ の 昼間 は 一部 列車 が 減便 ( 従来 の 特急 は 実質 廃止 ) 。 休日 ダイヤ で も 京阪間 直通 優 等 列車 の 総 本数 は 減少 ( 特急 ・ 急行 で 1 時間 当たり 8 本 が 特急 6 本 に 。 25 % 減少 ) し た 。 また 、 特急 の 所要 時間 も 十 三 ~ 大宮間 ノンストップ 時代 の 38 分 から 5 ~ 6 分延び て 、 下り 44 分 、 上り 43 分 が 標準 的 な 所要 時間 と な っ て お り 、 これ は 2001 年 3 月 23 日 以前 の 急行 の 所要 時間 と 2 ~ 3 分 程度 しか 変わ ら な い 程 スピード ダウン し て い る 。 1921 年 ( 大正 10 年 ) 4 月 1日 北 大阪 電気 鉄道 が 十 三 ~ 淡路 ~ 豊津 間 を 開業 。 1923 年 ( 大正 12 年 ) 4 月 1日 新 京阪 鉄道 が 北 大阪 電気 鉄道 の 鉄道 路線 を 譲り受け る 。 1925 年 ( 大正 14 年 ) 10 月 15 日 新 京阪 鉄道 が 天神橋 ( 現在 の 天神橋 筋 六 丁目 ) ~ 淡路 間 を 開業 。 1928 年 ( 昭和 3 年 ) 1 月 16 日 淡路 ~ 高槻 町 ( 現在 の 高槻 市 ) 間 が 開業 。 全線 の 架線 電圧 を 600 V から 1500 V に 昇圧 。 1928 年 ( 昭和 3 年 ) 1 1 月 1日 高槻 町 ~ 西院 間 が 開業 。 1930 年 ( 昭和 5 年 ) 4 月 21 日 天神橋 ~ 西院 間 に 超 特急 を 運転 開始 。 途中 淡路 のみ の 停車 ( 行楽 期 は 嵐山 線 と の 接続 駅 で あ る 桂 に も 停車 ) で 京阪 間 を 34 分 に て 結 ん だ 。 1930 年 ( 昭和 5 年 ) 9 月 15 日 京阪 電気 鉄道 が 新 京阪 鉄道 を 合併 。 天神橋 ~ 西院 間 が 新 京阪 線 、 十 三 ~ 淡路 間 が 十 三 ( 支 ) 線 と な る 。 吹田 町 駅 を 京阪 吹田 駅 に 改称 。 1931 年 ( 昭和 6 年 ) 3 月 31 日 関西 初 の 地下 線 と し て 西院 ~ 京阪 京都 ( 現在 の 大宮 ) 間 が 開業 。 1934 年 ( 昭和 9 年 ) 5 月 13 日 上牧 桜井 ノ 駅 駅 開業 。 1934 年 ( 昭和 9 年 ) 9 月 1日 新 京阪線 の 急行 を 十 三 まで 運転 開始 、 十 三 で 阪神 急行 電鉄 と 接続 。 1936 年 ( 昭和 11 年 ) 4 月 15 日 総持 寺前 駅 開業 。 1938 年 ( 昭和 13 年 ) 超 特急 を 廃止 し て 特急 に 統合 。 1939 年 ( 昭和 14 年 ) 5 月 16 日 桜井 ノ 駅 駅 開業 。 上牧 桜井 ノ 駅 駅 を 上牧 駅 と 改称 。 1943 年 ( 昭和 18 年 ) 1 月 1日 高槻 町 駅 を 高槻 市 駅 と 改称 。 1943 年 ( 昭和 18 年 ) 10 月 1日 阪神 急行 電鉄 が 京阪 電気 鉄道 を 合併 し 京阪神 急行 電鉄 が 発足 。 京阪 京都 駅 を 京阪神 京都 駅 、 京阪 吹田 駅 を 吹田 東口 駅 と 改称 。 1944 年 ( 昭和 19 年 ) 4 月 8 日 十 三 駅 より 宝塚 本線 に 乗り入れ 、 梅田 駅 を 発着 駅 と する 急行 を 設定 。 1945 年 ( 昭和 20 年 ) 6 月 10 日 梅田 直通 急行 が 新 淀川 橋 梁上 で 爆撃 被災 、 以後 、 直通 運転 休止 。 1946 年 ( 昭和 21 年 ) 2 月 1日 東 向日 町 ~ 桂間 に 物集女 ( もずめ ) 駅 開業 。 1948 年 ( 昭和 23 年 ) 1 月 1日 茨木町 駅 を 茨木 市 駅 、 総持 寺 前 駅 を 総持 寺 駅 、 桜井 ノ 駅 駅 を 水無瀬 駅 と 改称 。 1948 年 ( 昭和 23 年 ) 3 月 1日 物集女 駅 廃止 。 1948 年 ( 昭和 23 年 ) 8 月 11 日 爆撃 で 休止 さ れ て い た 梅田 直通 急行 再開 。 1949 年 ( 昭和 24 年 ) 12 月 1日 京阪 電気 鉄道 が 分離 。 新 京阪 線 は 京阪神 急行 電鉄 の 路線 と な り 、 京都 本線 と 改称 。 京阪神 京都 駅 を 阪急 京都 駅 と 改称 。 最高 速 度 110km / h 認可 。 1949 年 ( 昭和 24 年 ) 12 月 3 日 神戸 ~ 阪急 京都 直通 の 特急 の 運転 開始 。 1950 年 ( 昭和 25 年 ) 10 月 1日 大阪 ( 天神橋 ) ~ 京都 間 に 特急 運転 復活 。 1954 年 ( 昭和 29 年 ) 5 月 1日 吹田 東口 駅 を 相川 駅 と 改称 。 1955 年 ( 昭和 30 年 ) 12 月 十 三 線 南方 ~ 崇禅 寺 間 の 曲線 改良 工事 。 1956 年 ( 昭和 31 年 ) 1 月 31 日 十 三 線 南方 ~ 崇禅 寺 間 の 付近 曲線 改良 工事 完成 。 1956 年 ( 昭和 31 年 ) 4 月 16 日 大阪 ( 梅田 ) ~ 京都 間 に 特急 新設 、 所要 時間 38 分 、 30 分 間隔 。 天神橋 発着 の 特急 は 休止 。 1957 年 ( 昭和 32 年 ) 7 月 1日 富田 町 駅 を 富田 駅 と 改称 。 1959 年 ( 昭和 34 年 ) 2 月 18 日 宝塚 本線 梅田 ~ 十 三 間 が 複々 線 化 。 新設 の 東側 2 線 を 京都 線 が 使用 開始 。 十 三 ~ 淡路 間 の 十 三 線 と あわせ 、 十 三 ~ 阪急 京都 間 を 京都 本線 と する 。 天神橋 ~ 淡路 間 は 千里 山 線 ( 後 の 千里 線 ) に 組み込 ま れ る 。 1963 年 ( 昭和 38 年 ) 4 月 24 日 東海道 新 幹線 の 高架線 が 完成 し 、 並行 する 阪急 京都 線 側 も 高架 化 する ため 仮線 と し て 上牧 ~ 大山崎 間 で 新 幹線 線路 の 借用 開始 。 同 区間 に 存在 し た 駅 に 関 し て も 仮設 ホーム を 置 い て 営業 。 1963 年 ( 昭和 38 年 ) 6 月 17 日 大宮 ~ 河原 町 間 が 開業 し 全通 。 阪急 京都 駅 を 大宮 駅 と 改称 。 特急 は 15 分 間隔 運転 と な り 、 所要 時間 は 42 分 。 1963 年 ( 昭和 38 年 ) 12 月 29 日 上牧 ~ 大山崎 間 の 高架 化 完成 。 新 幹線 線路 の 借用 終了 。 1965 年 ( 昭和 40 年 ) 7 月 22 日 2800 系 の 増備 完了 に よ り 、 特急 の 所要 時間 を 42 分 から 39 分 に 短縮 。 1969 年 ( 昭和 44 年 ) 8 月 24 日 十 三 駅 の デッド セクション 廃止 。 1969 年 ( 昭和 44 年 ) 12 月 6 日 大阪 市営 地下 鉄 堺 筋 線 と の 相互 直通 運転 開始 。 1970 年 ( 昭和 45 年 ) 3 月 8 日 南 茨木 駅 開業 。 1971 年 ( 昭和 46 年 ) 1 1 月 28 日 特急 の 所要 時間 を 38 分 に 短縮 ( 最速 記録 ) 。 P - 6 の 急行 運用 終了 。 1972 年 ( 昭和 47 年 ) 10 月 1日 東 向日 町 駅 を 東向 日 駅 、 西向日 町 駅 を 西向日 駅 と 改称 。 1973 年 ( 昭和 48 年 ) 3 月 P - 6 の 定期 運用 終了 。 1976 年 ( 昭和 51 年 ) 9 月 23 日 ダイヤ 改正 で 十 三 駅 7 号 線 廃止 。 京都 線 の 全列車 が 梅田 発着 と な る 。 1979 年 ( 昭和 54 年 ) 3 月 5 日 堺 筋 急行 を 運転 開始 。 長岡 天神 に 全て の 急行 が 停車 。 1982 年 ( 昭和 57 年 ) 1 1 月 27 日 平 日朝 の 通勤 時間 帯 に 、 茨木 市 発 梅田 行き の 準急 を 新設 。 茨木 市 ・ 高槻 市 駅 高架化 工事 の ため 、 特急 の スピード ダウン を 実施 。 1989 年 ( 平成 元年 ) 12 月 16 日 ダイヤ 改正 に よ り 、 平日 昼間 の 特急 を 15 分 間隔 から 20 分 間隔 に 減便 、 急行 ・ 普通 を 10 分 間隔 に 増発 。 休日 は 従来 通り 、 特急 ・ 急行 は 15 分 間隔 で の 運転 。 1997 年 ( 平成 9 年 ) 3 月 2 日 十 三 、 淡路 、 茨木 市 、 高槻 市 ~ 河原町 間 の 全駅 に 停車 する 快速 を 新設 。 通勤 特急 に あわせ 、 特急 を 高槻 市 駅 に 終日 停車 。 通勤 特急 は 廃止 。 平日 は 特急 ・ 急行 ・ 快速 を 20 分 間隔 で 運転 。 2001 年 ( 平成 13 年 ) 3 月 24 日 ダイヤ 改正 に よ り 、 開業 以来 続 い た 列車 体系 を 大幅 に 変更 し 、 従来 の 特急 を 通勤 特急 に 、 快速 急行 を 快速 特急 に 改称 、 停車 駅 が 快速 特急 より 多 く 快速 急行 より 少な い 特急 および 行楽 期 の 臨時 特急 を 新設 。 また 、 従来 の 急行 を 快速 急行 に 、 快速 を 急行 に 改称 の 上 、 南茨木 駅 に も 追加 停車 。 また 、 準急 と 行楽 期 の 嵯峨野 エクスプレス を 廃止 。 平日 ・ 土休 日 と も 、 昼間 は 特急 ・ 急行 ・ 普通 を 10 分 間隔 で 運転 。 この 結果 従来 の 特急 と 急行 が 統合 さ れ 、 高槻 市 から 河原町 まで は 減便 を 達成 。 2001 年 ( 平成 13 年 ) 1 1 月 11 日 行楽 期 の 臨時 特急 に 「 い い 古都 エクスプレス 」 の 愛称 を 付け て 運転 を 開始 。 2003 年 ( 平成 15 年 ) 3 月 16 日 洛 西口 駅 が 開業 。 廃止 さ れ た 物集女 駅 跡地 と ほぼ 同じ 位置 。 2007 年 ( 平成 19 年 ) 3 月 17 日 特急 が 淡路 に 停車 し 、 従来 の 急行 を 南方 、 上 新庄 に 停車 さ せ て 準急 と する など 、 6 年 ぶり の 大幅 な 改正 が 行な わ れ た 。 同時 に 行楽 期 の い い 古都 エクスプレス も 臨時 特急 から 臨時 快速 に 格下げ さ れ る 。 阪急 電鉄 の 西院 駅 は 「 さいいん 」 、 京福 電気 鉄道 の 西院 駅 は 「 さい 」 と 読 む 。 西院 駅 参照 。 梅田 駅 で は JR 東西 線 北 新地 駅 と の 乗り換え に は 20 分 程度 かか る 。 大阪 市営 地下 鉄 と の 連絡 切符 ( 天神橋 筋 六 丁目 駅 経由 指定 の もの ) を 使 う 場合 、 梅田 駅 ( 含 ・ 東 梅田 駅 、 西 梅田 駅 ) 、 南方 駅 ( 大阪 府 ) ( 含 ・ 西中島 南方 駅 ) の 地下 鉄線 と の 乗り継ぎ は 出来 な い 。 南海 電気 鉄道 の 関西 空港 駅 へ の 切符 も その ルール が 適用 さ れ 、 天下 茶屋 駅 で の 乗り継ぎ が ルート と し て 見 な さ れ て い る 。 以下 の 区間 に お い て 新駅 を 設置 する こと が 発表 さ れ て い る 。 大山崎 ~ 長岡 天神間 の 京都 第 二 外環 状 道路 ( 国道 47 8 号 線 バイパス 高速 道路 の 京都 縦貫 自動 車 道 。 計画 中 ) と の 交差 地点 に 新駅 を 設置 する こと が 長岡 京 市 と 阪急 電鉄 の 間 で 2005 年 11 月 に 合意 さ れ た ( 但し 、 着工 、 開業 予定 など は 未定 ) 。 また 洛西 口 駅 も 高架 化 が 決定 し た 。 2006 年 5 月 26 日 に 、 正雀 ~ 南茨 木間 の 摂津 市 千里丘 東 4 丁目 ~ 南千里丘 の 境界 付近 に 新駅 を 設置 する こと が 阪急 電鉄 と 摂津 市 に よ っ て 発表 さ れ た 。 開業 予定 は 2010 年 春頃 。 2004 年 10 月 の 近畿 地方 交通 審議 会 答申 第 8 号 に お い て 、 京都 線 と 神戸 線 の 相互 直通 運転 が 「 既存 施設 の 改良 に 関 し 検討 す べ き 主な 事業 」 の ひと つ に 挙げ られ て い る 。 なお 、 神戸 線 と の 直通 列車 は 、 かつて 神戸 線 ・ 阪急 今津 線 経由 で 京都 ~ 宝塚 間 を 直通 する 「 歌劇 特急 」 や 、 それ と は 別 に 戦後 から 昭和 30 年代 まで は 、 神戸 ~ 京都 間 を 直通 する 特急 が あ っ た 。 +大宮 駅 ( おおみや えき ) 大宮 駅 ( 埼玉 県 ) - 埼玉 県 さいたま 市 大宮 区 に あ る 、 東 日本 旅客 鉄道 ・ 東武 鉄道 ・ 埼玉 新 都市 交通 の 鉄道 駅 。 大宮 駅 ( 京都 府 ) - 京都 府 京都 市 下京 区 に あ る 、 阪急 電鉄 阪急 京都 本線 の 駅 。 常陸 大宮 駅 - 茨城 県 常陸 大宮 市 に あ る 、 東 日本 旅客 鉄道 水郡 線 の 駅 。 越前 大宮 駅 - 福井 県 福井 市 に あ る 、 西 日本 旅客 鉄道越 美 北 線 の 駅 。 四条 大宮 駅 - 京都 府 京都 市 下京 区 に あ る 、 京福 電気 鉄道 嵐山本線 の 駅 。 丹後 大宮 駅 - 京都 府 京丹後 市 に あ る 、 北 近畿 タンゴ 鉄道 北 近畿 タンゴ 鉄道 宮津 線 の 駅 。 千 林 大宮 駅 - 大阪 府 大阪 市 旭 区 ( 大阪 市 ) に あ る 、 大阪 市営 地下 鉄 大阪 市営 地下 鉄谷 町 線 の 駅 。 和泉 大宮 駅 - 大阪 府 岸和田 市 に あ る 、 南海 電気 鉄道 南海 本 線 の 駅 。 阿波 大宮 駅 - 徳島 県 板野 郡 板野 町 に あ る 、 四国 旅客 鉄道 高徳 線 の 駅 。 大宮 駅 - 京都 府 京都 市 下京 区 に あ っ た 、 鉄道 院 京都 線 の 駅 。 1911 年 廃止 。 → 京都 鉄道 、 山陰 本線 を 参照 。 大宮 通 仮 停車 場 ( おおみや どおり かり ていしゃ じょう ) - 京都 駅 開設 前 の 約 5 ヶ月 間 、 京都 駅 の 西 40 チェーン ( 単位 ) の 位置 に 置 か れ た 仮駅 。 1877 年 廃止 。 +十 条 駅 ( 東京 都 ) - 東京 都 北 区 ( 東京 都 ) に あ る 東 日本 旅客 鉄道 ( JR 東 日本 ) 埼京 線 ( 赤羽 線 ) の 駅 。 十 条 駅 ( 近鉄 ) - 京都 市 南 区 ( 京都 市 ) に あ る 近鉄 京都 線 の 駅 。 十 条 駅 ( 京都 市営 地下 鉄 ) - 京都 市 南 区 に あ る 京都 市営 地下 鉄 烏丸 線 の 駅 。 近鉄 の 駅 と 京都 市営 地下 鉄 の 駅 と は 離れ た 位置 に あ る 。 +叡山 電鉄 株式 会社 ( えいざん でんてつ 、 EizanElectric Railway Co . , Ltd . ) は 、 京都 市 左京 区 の 出町 柳 駅 から 八瀬 ・ 鞍馬 へ の 路線 を 運営 する 鉄道 事業 者 。 本社 は 京都 府 京都 市 左京 区 田中 上柳町 25 番地 の 3 ( 出町 柳 駅 隣接 ) 。 京福 電気 鉄道 の 子 会社 と し て 設立 さ れ た が 、 2002 年 から 京阪 電気 鉄道 の 完全 子 会社 と な っ て い る 。 叡山 電鉄 叡山本線 ・ 叡山 電鉄 鞍馬 線 の 2 路線 を 運営 し て い る 。 これ ら の 路線 は 京福 電気 鉄道 が 運営 し て い た が 、 沿線 から 市内 中心 部 直通 の バス 路線 充実 に 加え 、 京都 市 電 が 廃止 さ れ 他 の 鉄 軌道 線 と の 連絡 が 絶 た れ た こと に よ り 離れ 小島 状態 に な り 利用 客 も 減少 し た 。 その ため 京福 電気 鉄道 は 叡山 電鉄 を 設立 し て 、 この 2 路線 を 分離 し た 。 しかし 1989 年 に 京阪 鴨 東線 が 開業 し 出町 柳 駅 で 連絡 する よう に な る と 、 大阪 方面 から の 利便 性 が 向上 し 、 再び 活気 を 呈 する よう に な っ た 。 略称 は 「 叡電 」 ( えいでん ) 。 ただし 、 この 呼 び 方 は 現在 の 叡山 本線 が 京都 電燈 の 叡山 電鉄 部 で あ っ た こと に 由来 し 、 京福 電気 鉄道 と な っ た あと も 、 叡山本線 ・ 鞍馬 線 の 総称 と し て 一般 に 使 わ れ て い た 。 分社 に よ っ て 、 略称 が 文字 通り 会社 名 の 省略 形 と な っ た 。 なお 、 名古屋 市 に 本社 を 置 く 家電 量販 店 の 「 エイデン 」 は 旧 社名 の 「 栄電 社 」 が 由来 で あ り 叡山 電鉄 と は 全く 関係 は な い 。 京都 市営 地下 鉄 烏丸 線 が 国際 会館 駅 まで 延長 さ れ 、 同駅 を 中心 に バス 路線 網 も 再 整備 さ れ ため 、 左京 区 岩倉 地域 の 住民 が 市 中心 部 へ 向か う 場合 など の 利用 が そちら に 移転 する こと に な っ た 結果 、 また 利用 者 が 減少 し つつ あ る が 、 パノラミック 電車 「 きらら 」 を 登場 さ せ 、 各種 イベント を 開催 する など 積極 的 な 利用 者 確保 を 行な っ て い る 。 2005 年 は 、 日本 放送 協会 大河 ドラマ 「 義経 ( NHK 大河 ドラマ ) 」 の ため に 鞍馬 方面 の 観光 が ブーム に な り 、 近年 に ない 賑わい を 見せ た 。 設立 当時 、 京福 電気 鉄道 が 京阪 電気 鉄道 の 関連 会社 ( 現在 も 、 京福 電気 鉄道 は 京阪 電気 鉄道 の 関連 会社 で あ る ) で あ っ た もの の 、 デナ 500 形 導入 の 経緯 など から 車両 技術 面 で は 阪神 電気 鉄道 色 が 強 い など 、 独特 の 京福 ( 叡電 ) 色 を 有 し て い た 。 独立 後 、 1989 年 の 京阪 鴨 東線 開業 あたり から 、 徐々 に 京阪 色 も 出 て き て い た が 、 2002 年 に 京福 電気 鉄道 が 京福 電気 鉄道 越 前本 線 列車 衝突 事故 に よ る 経営 悪化 の ため 所有 株 を 京阪 電気 鉄道 に 売却 し 、 同社 の 完全 子 会社 と な っ て 以降 、 京福色 から 徐々 に 京阪 色 の 色合い が 濃 く な っ て き て い る 。 スルッと KANSAI で カード に 印字 さ れ る 符号 は EZ で あ る 。 1985 年 ( 昭和 60 年 ) 7 月 6 日 設立 。 京福 電気 鉄道 全額 出資 。 設立 時 の 資本 金 は 1 億 円 。 1986 年 ( 昭和 61 年 ) 4 月 1日 京福 電気 鉄道 から 叡山本線 ・ 鞍馬 線 を 譲り受け 営業 開始 。 1991 年 ( 平成 3 年 ) 1 1 月 29 日 京阪 電気 鉄道 に よ り 増資 ( 出資 比率 60 % ) 。 資本 金 2 億 5000 万 円 と な る 。 1997 年 ( 平成 9 年 ) 10 月 4 日 パノラミック 電車 「 きらら 」 運転 開始 。 2002 年 ( 平成 14 年 ) 3 月 29 日 京阪 電気 鉄道 の 完全 子 会社 と な る 。 2004 年 ( 平成 16 年 ) 3 月 1日 スルッと KANSAI 対応 カード が 全線 で 利用 可能 に 。 全線 が 京都 府 京都 市 左京 区 内 に あ る 。 各 路線 の 詳細 に つ い て は 以下 の 項目 を 参照 。 ■ 叡山 電鉄 叡山本 線 出町 柳 ~ 八瀬 比叡 山口 5 . 6 km 日本 の 鉄道 ライン カラー 一覧 は 比叡 山 の 森 から 緑 八瀬 比叡 山口 駅 から は 京福 電気 鉄道 の 京福 電気 鉄道 鋼索線 ・ 索道 で 比叡 山 の 山頂 まで 行け る 。 ■ 叡山 電鉄 鞍馬 線 宝ヶ池 ~ 鞍馬 8 . 8 km ライン カラー は 貴船 ・ 鞍馬 山 の 紅葉 から 赤 鞍馬 駅 近く の 鞍馬 寺 に は 非常 に 小 規模 ながら 鞍馬 山 鋼索 鉄道 ( 運営 主体 は 鞍馬 寺 ) が 走 っ て い る 。 多客 時 は 臨時 ダイヤ で 運転 さ れ る こと が あ り 、 特に 毎年 10 月 22 日 に 行 わ れ る 鞍馬 の 火祭 に お い て は 事実 上 唯一 の 交通 機関 と な り 、 ほぼ 全て の 車両 を フル 稼働 さ せ る ぐらい の 運転 と な る が 、 それ で も ピーク 時 に は 鞍馬 線 二 軒 茶屋 駅 ( 京都 府 ) 以北 が 単線 で 線路 容量 に 制約 が あ る 関係 も あ っ て 長蛇 の 列 ( 乗車 まで に 数 時間 の 待ち 時間 ) と な る 。 しかし 逆 に これ に よ り 鞍馬 の 街 が パンク する の を 防 い で い る 一面 も あ る 。 また 、 2004 年 1 月 から は 全 路線 で 一部 列車 を 除 い て 終日 ワンマン 運転 を 行 っ て い る 。 2007 年 から ライン カラー に ちな ん だ 駅 名標 を 順次 設置 し て い る 。 ライン カラー が 取り入れ られ て お り 、 その 色 の 元 に な っ た シンボル マーク も あしら わ れ て い る 。 また 、 ローマ 字 に 加え て 朝鮮 語 と 中国 語 の 表記 も あ る 。 2007 年 10 月 時点 で 半数 ほど の 駅 に 設置 済み で あ る 。 伝統 的 に 「 デナ 」 「 デオ 」 「 デト 」 と い っ た 独特 の 形式 称号 が 使 わ れ て い る 。 営業 用 車 の カタカナ の 2 文字 目 は 「 ナ 」 が 中型 ( なか がた ) 、 「 オ 」 が 大型 の 略称 で あ る 。 なお 、 1995 年 の デナ 21 形 廃車 に よ り 「 デナ 」 は 形式 消滅 し て い る 。 事業 用 車 の 2 文字 目 は 日本 国 有 鉄道 の 貨車 に 準 じ て い て 、 京福 時代 に は 「 デワ 」 も 存在 し た 。 デナ 500 形 を 除 き 全て 当線 区 で の 新造 ( 実質 車体 新 成含 む ) 車両 と な っ て い る 。 これ は 「 デオ 」 と い え ど も 車体 長 16 m クラス の 現在 の 日本 に お い て は 小型 に 属 する 車体 で あ り 、 車両 寿命 や 冷房 化 の 要求 が 生 じ た 時点 で 大手 私鉄 等 から 譲り受け る 適当 な 車両 が な かっ た こと が 大き い と さ れ て い る 。 それ ゆえ に 下記 の よう な 統一 性 や 「 きらら 」 の よう な 独自 の 車両 を 生み出 す 結果 と もな っ て い る 。 勾配 区間 で の 安全 性 や メンテナンス 面 から 現存 営業 用 車両 は 、 全て 電動 車 かつ 全て の 軸 が 駆動 軸 で あ り 、 抵抗 制御 と 発電 ブレーキ の 組み合わせ に よ る 制御 と な っ て い る 。 予備 車 と な っ て い る デオ 600 形 を 除 き カルダン 駆動 、 冷房 装置 付 で あ る 。 車体 に お い て は 無人 駅 で の 乗車 券 収集 の 便 から 車端 に 客用 ドア が 存在 する 。 ( 2 両 固定 編成 の デオ 800 系 、 デオ 90 0 形 で は 連結 面 側 は 少し 内側 に 寄 っ て い る ) また 、 以前 の 経緯 より 現存 営業 用 車両 の 全て が 、 かつて 存在 し た 、 阪神 系 の 武庫川 車両 工業 製造 と な っ て い る が 、 部品 など で は 京阪 電気 鉄道 から 譲渡 さ れ 、 再 利用 し て い る もの も 多 い 。 叡山本線 、 鞍馬 線 を 通 じ て 、 普通 運賃 は 運賃 制度 区間 制 、 定期 運賃 は 運賃 制度 距離 制 と な っ て い る 。 普通 運賃 の 場合 、 修学院 駅 ・ 岩倉 駅 ( 京都 府 ) ・ 二 軒 茶屋 駅 ( 京都 府 ) ・ 二 ノ瀬 駅 に 区界 が あ り 、 この 駅 を 越え て 乗車 する と 区数 が 1 つ 増え 運賃 が 変わ る 。 また 、 鞍馬 駅 方面 から 宝ヶ池 駅 で 乗り換え て 八瀬 比叡 山口 駅 方面 に 乗り換え た 場合 や 、 その 反対 の 場合 も 区数 が 1 つ 増え る 。 この ため 、 たとえば 出町 柳 駅 から 修学院 駅 まで 乗車 し た 場合 は 2 . 9 キロメートル 乗車 し て も 1 区 で 済 む が 、 八幡 前 駅 ( 京都 府 ) から 三宅 八幡 駅 まで 乗車 し た 場合 は 、 1 . 5 キロ の 乗車 で 2 区 と な る 。 回数 券 に つ い て は 普通 の 大人 ・ 小人 用 ( 普通 運賃 の 10 倍 で 11 回 ) の 他 に 学生 割引 回数 乗車 券 ( 大人 用 のみ ・ 同 15 回 ) 、 敬老 割引 回数 乗車 券 ( 同 20 回 ) が 設定 さ れ て い る 。 普通 運賃 ( 2007 年 10 月 現在 ) 1 区 - 200 円 ( 小児 100 円 ) 2 区 - 260 円 ( 小児 130 円 ) 3 区 - 320 円 ( 小児 160 円 ) 4 区 - 370 円 ( 小児 190 円 ) 5 区 - 410 円 ( 小児 210 円 ) 京阪 と の 初乗り 区間 相互 間 ( 元 田中 ~ 修学院 と 京阪 ・ 丸太町 ~ 四条 ) に 大人 20 円 ・ 小人 10 円 の 割引 が 設定 さ れ て い る ( 事前 に 自動 券売 機 で の 連絡 乗車 券 購入 が 必要 。 叡山 電鉄 側 から の 場合 、 自動 券売 機 稼動 時間 以外 は 出町 柳 駅 改札 で 発売 さ れ る 。 なお 、 スルッと KANSAI の 場合 は 自動 的 に 割引 額 で 引き落と さ れ る ) 。 出町 柳駅 で は 駅員 が 常駐 し て お り 、 自動 改札 機 ・ 自動 券売 機 も 常 に 稼動 し て い る 。 鞍馬 駅 で は 始発 ・ 終電 近く で 無人 と な る ほか 駅員 が 駐在 し て お り 、 その 間 は 自動 改札 機 も 稼動 する 。 他 の 駅 で は 常 に 駅員 ( 出札 ・ 集改札 要員 ) が 駐在 し て い る 駅 は な い 。 なお 、 貴船 口 駅 や 八瀬 比叡 山口 駅 で は 観光 客 が 多 い 時期 に 駅員 が 駐在 する ほか 、 時間 を 限 っ て 駅員 が 出張 し て くる 駅 も あ る 。 乗車 時 は 有人 駅 で は 自動 券売 機 で 切符 を 購入 し 、 自動 改札 機 に 切符 を 通 す 。 無人 駅 の ほとんど で は 駅 で の 改札 は な く 、 乗車 時 に 電車 の 乗車 口 に 設置 さ れ た 整理 券 発行 機 から 整理 券 を 取 る か 、 スルッと KANSAI 共通 カード を カード リーダー に 通 し 、 乗車 駅 を 記録 さ せ る 。 無人 駅 で も 時間 を 限 っ て 自動 券 売 機 が あ る 駅 も あ り 、 その よう な 駅 で 予め 切符 を 購入 し た 場合 は 、 その まま 乗車 すれ ば よ い 。 一部 の 駅 で は 自動 改札 の 内側 に 自動 券 売 機 が あ る が 、 現金 の 場合 は 改札 の 横 を 通り抜け て ホーム に 入 り 切符 を 購入 すれ ば よ い ( 戻 っ て 自動 改札 に 通 す 必要 は な い ) 下車 時 に 有人 駅 で は 改札 口 で 現金 を 払 う か 、 自動 改札 機 に 切符 、 また は スルッと KANSAI 共通 カード を 通 す 。 無人 駅 で は 運転 席 横 の 運賃 箱 に 整理 券 と 現金 を 投入 する か 切符 を 投入 する 。 整理 券 に は 乗車 駅 を 示 す パターン が 印刷 さ れ て お り 、 下車 駅 で は 自動 的 に 運賃 額 を 運賃 箱 に 表示 さ せ る こと が でき る 。 スルッと KANSAI 共通 カード は カード リーダー に 通 す 。 定期 券 は 運転 士 に 提示 する 。 無人 駅 で の 乗車 口 は 後 ドア 、 降車 口 は 前 ドア と な っ て い る 。 3 ドア 車両 の 中 ドア と 2 両 編成 の 場合 の 後 の 車両 の ドア は 有人 扱い の 駅 を 除 き 締切 で あ る 。 運賃 箱 や カード リーダー 、 整理 券 発行 器 は 進行 方向 左側 の ドア 横 のみ に 設置 さ れ て い る 。 出町 柳駅 ・ 鞍馬 駅 の 窓口 及び 修学院 駅 の 定期 券 売場 で は 、 1000 円 ( 小児 500 円 ) で 全線 が 1 日 乗り 放題 に な る 「 1 日 乗 車 券 えぇ きっぷ 」 を 発売 し て い る 。 提示 する だけ で 沿線 社寺 や 観光 施設 で 拝観 料 ・ 入場 料 の 割り引き を 受け たり 、 粗品 の 進呈 を 受け たり 、 沿線 の 飲食 店 ・ 土産 物 店 で 特典 を 受け る こと が でき る 。 通用 日 は 自動 改札 機 また は 車内 の カード リーダー を 通 す こと に よ っ て 、 裏面 に 印刷 さ れ 決定 する 。 無人 駅 で の 乗車 時 に は 最初 の 乗車 時 以外 カード リーダー に 通 す 必要 は な い が 、 無人 駅 で の 下車 時 に は 必ず カード リーダー に 通 す 必要 が あ る 。 +草津 線 ( くさつ せん ) は 、 三重 県 伊賀 市 の 柘植 駅 から 滋賀 県 草津 市 の 草津 駅 ( 滋賀 県 ) に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 幹線 ) で あ る 。 全線 が 大 都市 近郊 区間 に 含 ま れ る 。 管轄 ( 事業 種 別 ) : 西 日本 旅客 鉄道 ( 鉄道 事業 者 ) 路線 距離 ( 営業 キロ ) : 36 . 7 km 軌間 : 10 67 mm 駅数 : 11 駅 ( 起終点 駅 含 む ) 複線 区間 : なし ( 全線 単線 ) 閉塞 ( 鉄道 ) : 自動 閉塞 式 ( 特殊 ) 電化 区間 : 全線 電化 ( 直流 1500 V ) 最高 速度 : 95 km / h 運転 指令 所 : 亀山 指令 所 ※ 柘植 駅 を 除 き 西 日本 旅客 鉄道 京都 支社 の 管轄 。 柘植 駅 の み 同西 日本 旅客 鉄道 大阪 支社 亀山 鉄道 部 が 管理 。 主に 、 杣川 ( そまがわ ) 、 野洲 川 沿い の 忍者 の 里甲賀 市 を 走 る 。 沿線 の 町 は 、 旧 宿場 街 や 農村 を 形成 し 、 田畑 を 中心 に 広が っ て い る 。 比較 的 平地 を 走 る が 、 三雲 ~ 貴生 川 間 で は 山 と 川 の 狭間 の 林 を 縫 っ て 旧 杣 街道 と 併走 する ( 実際 、 全線 が 杣 街道 の 道筋 に 沿 っ て 走 っ て い る ) 。 甲賀 ~ 柘植 間 も 森林 地帯 を 貫 い て い る 。 一部 区間 を 除 き 線路 状態 も よ く 、 電化 さ れ て い る の で 表定 速度 は 速 い 。 また 、 草津 から 名古屋 まで の 距離 は 、 米原 経由 より 草津 線 から 四日市 を 経由 する 方 が 短 い 。 しかし 、 後述 の 通り 現在 は 直通 列車 は な く 、 時間 的 に は 乗り換え など で 所要 時間 は 長 く な る 。 甲西 ・ 寺庄 ・ 油日 以外 の 各駅 で 列車 交換 が でき る 。 貴生川 ~ 草津 間 の 各駅 で は J スルー ・ ICOCA 、 及び 東 日本 旅客 鉄道 ( JR 東 日本 ) の Suica 、 東海 旅客 鉄道 ( JR 東海 ) の TOICA 、 また スルッと KANSAI の PiTaPa が 使用 でき る 。 明治 期 の 早 い 時期 に 敷設 さ れ た が 、 沿線 の 鉄道 構造 物 ( 駅 の プラットホーム 、 立体 交差 部 など ) で 、 現在 に 至 っ て 使用 さ れ て い る もの が 多 く 、 その 構造 や 装飾 など に ( ここ だけ で は な い が ) 意匠 に 富 ん だ もの が しばしば 見 られ る 。 米原 ~ 京都 間 に 東海道 新 幹線 の 新駅南 びわ 湖 駅 ( 仮称 ) が 計画 ・ 着工 さ れ 2012 年度 に 開業 予定 で あ っ た 。 その ため 、 草津 線 に も 草津 ~ 手原 間 に 接続 の 駅 が 設け られ る 計画 だっ た 。 しかし 2006 年 7 月 の 滋賀 県 知事 選 で 新駅 建設 凍結派 の 嘉田 由紀子 が 当選 し た ため 、 予定 が 大幅 に 変更 に な り 2007 年 10 月 に 新 幹線 新駅 の 建設 中止 が 決定 し た 。 この 一連 の 問題 に つ い て は 南びわ 湖 駅 の 項目 参照 。 もとより 栗東 市 を 除 く 沿線 自治 体 は 新 幹線 新駅 の 費用 負担 に 消極 的 で 、 新 幹線 新駅 より むしろ 草津 線 複線 化 を 求め る 声 も 多 かっ た 。 しかも 、 新 幹線 新駅 が 県 と 栗東 市 、 周辺 自治 体 の 共同 出資 に 対 し 、 草津 線 接続 新駅 に 滋賀 県 は 関与 し な い ( 草津 線 新駅 は 栗東 市 の 都市 整備 事業 の 中 で 行 う べ き もの ) と い う スタンス だっ た ため 、 今後 草津 線 に 新駅 が でき る か どう か は 微妙 で あ る 。 戦前 から 1965 年 まで 続 い た 姫路 ~ 鳥羽 間 の 快速 列車 ( 俗 に 参宮 快速 など と 呼 ば れ 、 戦前 は 食堂 車 も 連結 さ れ て い た ) と 、 その 格上げ 列車 の 「 志摩 ( 列車 ) 」 の ほか 、 京都 と 名古屋 を 草津 線 経由 で 結 ぶ 「 かすが ( 列車 ) 」 、 京都 から 南紀 へ 向か う 「 南紀 ( 列車 ) 」 など の 気動 車 急行 が あ っ た が 、 日本 国 有 鉄道 末期 に いずれ も 廃止 に な り 、 優等 列車 は 姿 を 消 し た 。 その ため 現在 は 普通 列車 のみ の 運転 。 運行 本数 は 毎時 1 ~ 2 本 程度 ( 草津 ~ 貴生 川間 は 1 ~ 3 本 ) で あ る 。 客車 時代 に は 多く が 京都 やま た 鳥羽 へ 直通 し て い た が 、 気動 車 化 、 さらに は 電車 化 に よ り 線 内 折り返し が 主 と な っ た 。 その 経緯 と 、 かつ 草津 線 乗客 の 大 多数 の 流動 が 大津 ・ 京都 を 向 い て い る こと も あ り 、 朝夕 に は 京都 ( 平日 朝 は 大阪 駅 ) まで 直通 する 電車 も あ る 。 かつて は 網干 駅 発着 の 直通 電車 が あ っ た もの の 、 2006 年 3 月 ダイヤ 改正 で 網干 発 柘 植行 が 野洲 行 に 変更 さ れ た の を も っ て 、 草津 線 直通 電車 が 大阪 以西 を 走 る こと は なく な っ た 。 かつて 草津 線 から 京都 へ の 直通 列車 が 客車 の 時代 は 外側 線 を 走行 し 瀬田 は 通過 し て い た 。 電車 化 後瀬田 停車 と な っ た が 、 依然 と し て 外側 を 走 る 普通 電車 は 残 っ て い る 。 なお 、 時折 お 伊勢 参り の 団体 や 関西 から 伊勢 志摩 へ 向か う 修学 旅行 生 の 臨時 列車 が 関西 本線 直通 で 走 っ て い る 。 また 、 気動 車 列車 の 時代 に は 信楽 高原 鐵道 信楽 線 へ の 直通 も あ り 、 JR 化 後 も しばしば 臨時 の 直通 列車 が あ っ た が 、 1991 年 の 信楽 高原 鐵道 列車 衝突 事故 後 、 直通 列車 は 運転 さ れ て い な い 。 徐々 に 列車 本数 は 増加 し て お り 、 JR 化 後 に 草津 ~ 貴生 川間 は 昼間 毎時 2 本 の 運転 まで 拡大 さ れ た 。 沿線 は 自動 車 依存 の 強 い 地域 で は あ る が 、 この 地域 の 動脈 で あ る 国道 1 号 線 の 道路 事情 が よ く な い こと も あ り 、 利用 者 数 が 減少 する まで に は 至 っ て い な い 。 また 、 地域 の 自治 体 が 草津 線 の 各駅 を 始終端 と する コミュニティバス を 多数 運行 し 、 地域 の 足 と し て 草津 線 が 位置 づけ られ て い る ため 、 自治 体 ・ 利用 者 から は 比較 的 暖か く 迎え入れ られ て い る 。 と は いえ 単線 で あ り 、 また 甲西 駅 等 に 行き 違い 設備 が な い こと から 、 ラッシュ 時 も 含め 1 時間 に 3 本 以上 の 列車 本数 の 増加 は 難し く 、 利便 性 向上 は 望め な い ため 自治 体 ・ 住民 から は JR 西 日本 に 対 し て 複線 化 ・ 増発 要望 が 出 て い る 。 しかし 、 JR は これ 以上 の 利用 増 は 見込め な い と し て 消極 的 で あ る 。 今後 も しばらく この 沿線 の 特に 草津 方 で は 人口 増 が 見込 ま れ 、 また 県 と 地元 市 の 公費 補助 に よ る 新駅 設置 や 複線 化 の 可能 性 も あ り 、 さらなる 展開 も あ り う る 。 国鉄 113 系 電車 - 湖西 線 開業 ・ 草津 線 電化 時 に 投入 さ れ た 70 0 ・ 2 700 代 車 を 中心 に 使用 さ れ 、 草津 線 電車 の 主力 。 原型 の 湘南 色 の 他 、 車体 更新 を し た 新色 車 も 多 い 。 4 両 編成 に 組 ま れ て 運転 さ れ る 他 、 朝夕 に は 2 編成 連結 の 8 両 編成 も 見 られ る 。 国鉄 117 系 電車 - 新 快速 の 運用 離脱 後 に 草津 線 で 運用 開始 。 原型 車 と 福知 山 線 用 に 一部 ロング シート 改造 し た もの が 走 っ て い る 。 6 両 編成 で 運転 。 JR 西 日本 223 系 電車 - 2006 年 3 月 改正 で は 夜 の 上り と 、 翌朝 の 大阪 直通 の 1 往復 に 8 両 貫通 編成 が 使 わ れ て い る 。 旧 東海道 沿い に 大津 市 と 名古屋 市 を 結 ぶ 鉄道 を 計画 し た 関西 鉄道 の 最初 の 路線 と し て 1889 年 に 開業 し た 。 1969 年 に は 東海道 本線 の 複々 線 化 に 合わせ て 、 手原 ~ 草津 間 の 一部 区間 が 高架 化 さ れ 、 東海道 本線 を 乗り越 す 立体 交差 で 合流 する よう に な っ た 。 あわせ て 、 草津 駅 を 出 て 同駅 構内 の 転車 台 直前 で カーブ し て い た 旧 線 は 廃止 さ れ 、 営業 距離 が 0 . 3 km 伸び て い る 。 1980 年 に は 全線 が 電化 さ れ た 。 1889 年 ( 明治 22 年 ) 12 月 15 日 - 関西 鉄道 に よ り 草津 ~ 三雲 間 ( 9 マイル 72 チェーン ( 単位 ) ≒ 15 . 93 km ) が 開業 。 石部 駅 、 三雲 駅 開業 。 1890 年 ( 明治 23 年 ) 2 月 19 日 - 三雲 ~ 柘植 間 ( 12 M63 C ≒ 2 0 . 5 8 km ) が 延伸 開業 し 全線 開通 。 貴生川 駅 、 深川 駅 、 柘植 駅 開業 。 1898 年 ( 明治 31 年 ) 4 月 19 日 - 本線 を 草津 ~ 名古屋 駅間 から 名古屋 ~ 加茂 駅 ( 京都 府 ) 間 に 変更 し 、 柘植 ~ 草津 間 は 支線 と な る 。 190 0 年 ( 明治 33 年 ) 12 月 29 日 - 近江 鉄道本 線 乗り換え 駅 と し て 貴生川 駅 開業 。 1901 年 ( 明治 34 年 ) 1 月 25 日 - 全線 で 6 C ( ≒ 0 . 1 2 km ) 短縮 。 190 2 年 ( 明治 35 年 ) 1 1 月 12 日 - 営業 距離 の 単位 を マイル ・ チェーン から マイル のみ に 簡略 化 ( 22 M49 C → 22 . 6 M ) 。 190 4 年 ( 明治 37 年 ) 3 月 1日 - 大原 駅 ( 現在 の 甲賀 駅 ) 開業 。 1907 年 ( 明治 40 年 ) 10 月 1日 - 関西 鉄道 が 国有 化 。 1909 年 ( 明治 42 年 ) 10 月 12 日 - 線路 名称 制定 、 柘植 ~ 草津 間 を 草津 線 と する 。 1918 年 ( 大正 7 年 ) 5 月 1日 - 大原 駅 を 大原 市場 駅 に 改称 。 1922 年 ( 大正 11 年 ) 1 1 月 5 日 - 手原 駅 開業 。 1930 年 ( 昭和 5 年 ) 4 月 1日 - 営業 距離 の 単位 を マイル から メートル に 変更 ( 22 . 6 M → 36 . 4 km ) 。 1956 年 ( 昭和 31 年 ) 4 月 10 日 - 大原 市場 駅 を 甲賀 駅 に 、 深川 駅 を 甲南 駅 に 改称 。 10 月 2 日 - 一部 列車 を 気動 車 列車 に 置き換え 。 1959 年 ( 昭和 34 年 ) 12 月 15 日 - 油日 駅 開業 。 12 月 25 日 - 寺庄 駅 開業 。 1969 年 ( 昭和 44 年 ) 1 1 月 23 日 - 東海道 線 乗り越え 交差 完成 。 11 月 29 日 - 石部 ~ 手原 間 、 気動 車 列車 に 落下 岩石 が 衝撃 。 運転 士 1 名 死亡 、 乗客 17 名 乗員 2 名 負傷 。 12 月 1日 - 手原 ~ 草津 間 営業 距離 変更 ( + 0 . 3 km ) 。 1972 年 ( 昭和 47 年 ) 10 月 2 日 - 蒸気 機関 車 引退 に 伴 い 無煙 化 。 1979 年 ( 昭和 54 年 ) 7 月 4 日 - 自動 信号 化 。 12 月 20 日 - 列車 集中 制御 装置 化 。 1980 年 ( 昭和 55 年 ) 3 月 3 日 - 全線 電化 。 1981 年 ( 昭和 56 年 ) 10 月 1日 - 甲西 駅 開業 。 1987 年 ( 昭和 62 年 ) 4 月 1日 - 国鉄 分割 民営 化 に よ り 西 日本 旅客 鉄道 が 承継 。 日本 貨物 鉄道 が 貴生川 ~ 草津 間 の 鉄道 事業 者 と な る 。 柘植 ~ 貴生 川 間 の 貨物 営業 廃止 。 1999 年 ( 平成 11 年 ) 3 月 31 日 - 日本 貨物 鉄道 の 第 二 種 鉄道 事業 ( 貴生川 ~ 草津 間 ) 廃止 。 +湖西 線 ( こせい せん ) は 、 京都 府 京都 市 山科 区 の 山科 駅 から 滋賀 県 伊香 郡 西 浅井 町 の 近江 塩津 駅 に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 幹線 ) で あ る 。 全線 が 大 都市 近郊 区間 に 含 ま れ る 。 日本 海縦 貫線 の 一部 で あ る 。 琵琶 湖 の 西岸 、 湖西 地区 を 通 る ため 、 湖西 線 と 命名 さ れ た 。 起点 は 山科 駅 だ が 、 京都 駅 まで 全て の 普通 列車 が 直通 し て い る ほか 、 大阪 発着 の 北陸 ・ 東北 へ 向か う 特急 列車 や 北陸 ・ 北海道 方面 と 関西 ・ 九州 方面 を 結 ぶ 貨物 列車 が 全線 を 通り抜け る 。 永原 まで は アーバン ネットワーク に 含 ま れ 、 大阪 ・ 姫路 方面 から 新快速 の 乗り入れ も あ り 、 京都 ・ 大阪 方面 へ の 通勤 ・ 通学 路線 と も な っ て い る 。 全線 で ICOCA 及び 東 日本 旅客 鉄道 ( JR 東 日本 ) の Suica 、 東海 旅客 鉄道 ( JR 東海 ) の TOICA 、 また スルッと KANSAI の PiTaPa が 使用 でき る 。 また 、 山科 ~ 近江 舞子 間 の 各駅 の み J スルー が 利用 でき る ( 北 小松 ~ 近江 塩津 間 で の 利用 は でき な い ) 。 管轄 ( 事業 種 別 ) : 西 日本 旅客 鉄道 ( 鉄道 事業 者 ) ・ 日本 貨物 鉄道 ( 鉄道 事業 者 ) 路線 距離 ( 営業 キロ ) : 7 4 . 1 km 軌間 : 10 67 mm 駅数 : 21 駅 ( 起終点 駅 含 む ) 複線 区間 : 全線 電化 区間 : 全線 ( 直流 電化 1500 V ) 閉塞 ( 鉄道 ) : 複線 自動 閉塞 式 運転 指令 所 : 新 大阪 総合 指令 所 最高 速度 : 130km / h 2006 年 9 月 24 日 から 北陸 本 線 長浜 ~ 敦賀 間 と とも に 、 交流 電化 で あ っ た 湖西 線 永原 ~ 近江 塩津 間 も 直流 化 さ れ 、 10 月 21 日 から 一部 の 新 快速 が 北陸 本 線 敦賀 駅 まで 直通 運転 し て い る ( 後述 ) 。 なお 、 全 区間 と も 西 日本 旅客 鉄道 京都 支社 の 管轄 で あ る 。 関西 と 北陸 の 短絡 と い う 目的 から 高速 走行 を 狙 う 路線 と さ れ た ため 、 ほとんど の 区間 が トンネル や 高架橋 と な っ て お り 、 湖西 線 内 に 踏切 は 全く な い 。 園城寺 や 白鬚 神社 など で は 境内 通過 ( トンネル だ が ) を 巡 っ て 補償 騒動 が 起き た ほか 、 地元 から の 反対 、 江若 鉄道 ( 後述 ) と の 関係 で 路線 決定 に 難航 し た 部分 も あ る が 、 最小 曲 線 半径 は 1,400 m を 基本 と し 、 線形 ( 路線 ) 勾配 も 19 パーミル 以下 と 在来 線 と し て は 高規格 で 建設 さ れ て い る 。 計画 時 は 東海道 本線 の 線路 容量 が 限界 に な る で あ ろ う と の 予測 に よ り 、 山科 から 片町 線 長尾 駅 ( 大阪 府 ) に 抜け る 新線 を 作 り 、 貨物 列車 を 新設 の 長尾 操車 場 に 、 特急 列車 を 片町 線 から JR 東西 線 経由 で 大阪 に 入れ る 構想 で あ っ た 。 その ため 、 山科 駅 は 西側 も 分岐 でき る 構造 に な っ て い る ( 西側 の 新線 は 国鉄 の 財政 事情 悪化 に より 計画 中止 さ れ て い る ) 。 現在 は 特別 急行 列車 「 雷鳥 ( 列車 ) 」 など が 、 ほぼ 全線 で 最高 速 度 130km / h で 駆け抜け る 。 また 、 ブレーキ 性能 上 120 km / h を 最高 速度 と する 国鉄 485 系 電車 で 運転 さ れ る 「 雷鳥 ( 列車 ) 」 は 、 踏切 の な い 湖西 線 内 で は 最高 速 度 130km / h 運転 が 特別 に 認め られ て い る 。 「 サンダーバード 」 で 京都 ~ 敦賀 間 無 停車 の 場合 の 所要 時間 は 、 下り が 51 分 、 上り が 53 分 程度 で あ る 。 高速 運転 に 最適 な 路線 で あ る ため 、 日本 国 有 鉄道 時代 から 、 湖西 線 を 利用 し て 国鉄 381 系 電車 ・ JR 西 日本 221 系 電車 ・ JR 四国 8000 系 電車 など が 速度 向上 試験 に 取り組 ん だ 。 JR 西 日本 発足 後 、 湖西 線 内 と 北陸 トンネル 内 に て 最高 速度 を 160 km / h に 引き上げ る こと が 検討 さ れ 、 その 一環 と し て JR 西 日本 681 系 電車 が 製造 さ れ た が 、 日本 の 鉄道 信号 機 改良 ( 北越 急行 ほくほく 線 の よう に 6 灯 式 信号 機 の 設置 ) 等 の コスト が 嵩 む こと 、 一方 足 の 遅 い 普通 列車 や 電気 機関 車 が 牽引 する 貨物 列車 や 客 車 列車 が 存在 する こと など に よ り 、 結果 と し て 5 ~ 10 分 程度 の 短縮 に しかな らず 、 費用 対 効果 が 薄 い と 判断 さ れ て 見送 ら れ る に 至 っ た 。 ちなみ に 「 新 幹線 並み 」 と 称 さ れ る こと も あ る が 、 新 幹線 と し て は 比較 的 低 規格 の 東海道 新 幹線 で も 最小 曲 線 半径 は 2 , 500 m が 基本 と な っ て い る ため 、 実際 に 新 幹線 並み の スピード で 列車 を 走 ら せ る こと は 不 可能 で あ る 。 湖西 地域 は 北陸 から 続 く 多雪 地帯 の ため 、 スプリンクラー や 雪落と し 溝 を 設け る など の 設備 を 持 っ て い る 。 近江 今津 に は 電留 線 設備 が あ る が 、 留置 時 パンタグラフ の 位置 に は 屋根 を 設け 、 降雪 から 車両 を 保護 し て い る 。 一方 で 、 比良 おろし と 呼 ば れ る 山 から の 強風 に よ り 過去 に 貨物 列車 が 停車 中 に 倒 さ れ た 例 が あ る など 、 速度 規制 や 運転 見合わせ に な る こと も 多 く 、 「 サンダーバード 」 など 湖西 線 を 通過 する 特急 が 米原 経由 で 迂回 運転 さ れ る こと も あ る 。 現在 防風 柵 の 設置 が 進め られ て い る ( 詳細 後述 ) 。 また 、 関西 方面 と 北陸 方面 を 経由 する 貨物 列車 も 多数 運行 さ れ て い る 。 開業 前 に は 堅田 と 近江 今津 で 貨物 営業 を 行 う 計画 も あ っ た が 、 結局 実現 し な かっ た 。 その ため 、 湖西 線 内 の 貨物 列車 は すべて 山科 から 近江 塩津 まで 無停車 で 通り抜け て い る ( ダイヤ 上 特急 等 を 待避 する 停車 は あ る ) 。 貨物 側 線 用地 は 保守 用 基地 等 に 現在 利用 さ れ て い る 。 大津 京 ・ おごと 温泉 ・ 堅田 ・ 近江 舞子 ・ 安曇川 ・ 近江 今津 ・ 永原 に 待避 駅 を 持 ち 、 マキノ に 場内 ・ 出発 信号 機 を 持 つ ほか は 停留 所 扱い で あ る 。 高架 構造 で スラブ 軌道 を 多用 し た ため 、 保線 も 大型 機械 を 導入 し た 。 その 大型 機械 を 使 う 保守 間合い を 確保 する ため 、 深夜 に 通過 する 貨物 列車 を 単線 で 使用 を する ため の 設備 ( 単線 並列 ) を 設け た 。 おごと 温泉 を 除 く 待避 可能 駅 と マキノ に は 分岐 器形状 に よ る 分類 を 、 上下 線 と の 両 方向 で 使用 でき る 信号 設備 ( 複線 利用 で は 閉塞 区間 が あ る が 、 単線 で 使用 時 は 1 閉塞 扱い ) を 配置 し た 。 が 、 その 後 貨物 列車 の 減少 など も あ り 、 設備 を 維持 する 必要 性 が 薄れ た ため 、 2004 年 に 単線 用 信号 設備 の 使用 を 停止 し た 。 この 単線 運転 を 考慮 し た 構造 の ため 、 堅田 ・ 近江 舞子 ・ 近江 今津 ・ 永原 の 各 駅 は 待避 線 が 内側 に 入 る 構造 で 、 シーサス 配置 と 相 ま っ て 結果 的 に 電車 の 折り返 し 運転 に 便利 な 配線 に な っ て い る 。 北陸 新 幹線 の 敦賀 駅 以南 ( 以西 ) の 計画 案 の 一 つ と し て 湖西 線 を 改軌 し ミニ 新 幹線 で 運行 し よ う と い う 構想 も あ る 。 山科 を 出 る と 、 東海道 本線 と 分岐 し 、 長 等 山 トンネル に 入 る 。 この トンネル は 西 大 津 方 が 複線 断面 で あ る が 、 山科 方 は 単線 3 つ の 変形 トンネル で あ る 。 山科 まで 内側 線 を 走 る 普通 電車 は 18 ‰ の 勾配 で 東海道 本線 を 乗り越 す が 、 特急 列車 や 貨物 列車 など 外側 線 運転 の 列車 は 10 ‰ の 緩勾 配用 に 設け られ た 分岐 線 を 通 っ て い き 、 トンネル 内 で 合流 し て い る 。 長 等 山 トンネル を 出 る と 大津 京駅 。 京阪 電車 の 皇子山 駅 へ 乗換 が でき る 。 大津 京 から 北 は 活断 層 ( 琵琶 湖 西岸 断 層 帯 ) が 活動 し た 結果 でき た 細長 い 平地 に 沿 っ て 走 る 。 その ため 、 西 に 比叡 ・ 比良 の 山脈 を 見上げ 、 東 は ほぼ 全線 に 渡 っ て 琵琶 湖 の 湖面 を 眺め る こと が でき る ため 、 風光 明媚 な 路線 と し て 知 ら れ る 。 線路 の 周囲 は 静か な 田園 地帯 で は あ る が 、 堅田 まで は 周辺 に 住宅 や 量販 店 も 多 い 。 途中 おごと 温泉 駅 付近 は 江若 鉄道 の 旧 線路 と 大き く 離れ 、 山側 を ほぼ 直線 で 抜け て い く 。 その ため 、 おごと 温泉 駅 の 前後 に 5 つ の 比較 的 短 い トンネル ( 第 三 雄琴 トンネル ) が あ る 。 堅田 から 先 は 湖岸 に 沿 っ て 線路 が 走り 、 天気 が よ い 日 に は 対岸 の 山々 も 見え る 。 北 小松 を 過ぎ る と 比較 的 短 い 2 つ の トンネル ( 第 一 北 小松 ・ 第 二 北 小松 トンネル ) が あ り 、 その 先 に 路線 決定 で 難航 し た 白鬚 神社 の 北側 を 短 い 2 つ の トンネル ( 第 一 白鬚 ・ 第 二 白鬚 トンネル ) 、 そして 高島 トンネル ( 長 さ 1, 488 m ) の 合計 5 つ の トンネル を 抜け て い く 。 近江 高島 から 先 は 湖岸 から 離れ 、 平地 の 中 を 走 る 。 近江 今津 駅 は 留置 線 を 持 つ 湖西 線 の 拠点 駅 で あ る 。 ここ で 京都 から の 普通 電車 の 大半 が 折り返 す ほか 、 敦賀 発着 の 新 快速 の 増解 結 作業 が 行 わ れ て い る 。 さらに 水田 地帯 の 中 を 走 っ て 行 く が 、 マキノ を 過ぎ る と 山々 が 近づ き 、 峰山 トンネル ( 長 さ 3,910 m ) を 通過 、 さらに 永原 を 過ぎ た 先 で 城山 トンネル ( 長 さ 2,3 18 m ) を 抜け て い く 。 2006 年 9 月 まで この 城山 トンネル を 抜け た 北側 に 交直 デッド セクション が あ っ た 。 永原 で 折り返 す 普通 列車 は 現在 も まだ 残 っ て い る 。 その 後 約 20 m の 高 さ の 高架橋 で 水田 地帯 を 越え 、 進行 方向 右手 から 北陸 本線 が 寄り添 い 、 近江 塩津 と な る 。 関西 ~ 北陸 の 短絡 線 と い う 目的 に 即 し て 、 北陸 へ 向か う 優等 列車 は 現在 、 夜行 列車 の 急行 「 きたぐに ( 列車 ) 」 を 除 く 特急 「 雷鳥 ( 列車 ) 」 ・ 「 雷鳥 ( 列車 ) 」 ・ 「 日本 海 ( 列車 ) 」 ・ 「 トワイライト エクスプレス 」 の すべて が 湖西 線 を 経由 し て い る 。 一部 の 特急 列車 は 堅田 と 近江 今津 に 停ま り 、 湖西 と 京阪神 間 の 速達 サービス や 通勤 利用 に 対応 し て い る 。 また 、 かつて 東海道 線 時代 に 北陸 線 へ の 優等 列車 が 大津 に 停車 し て い た こと から 、 大津 京 に 停ま る 特急 も あ る 。 一方 、 湖西 地区 の ローカル 輸送 を 担 う 一面 も 持 ち 、 線内 の 新 快速 ・ 普通 電車 も 多数 運転 さ れ て い る 。 山科 が 路線 と し て の 起点 で あ る が 、 同駅 の 線路 設備 や 乗客 流動 に よ り 京都 駅 まで すべて の 列車 が 直通 し 、 さらに 快速 列車 ・ 新 快速 列車 など 一部 は 大阪 ・ 姫路 方面 と 直通 し て い る 。 開業 当初 、 普通 列車 が 京都 ~ 近江 今津 また は 永原 間 で 1 時間 あたり 1 本 と い う わずか な 運転 本数 で あ っ た が 、 その 後 沿線 の 住宅 増加 に 伴 い 、 普通 電車 の 本数 は 徐々 に 増加 し て い る 。 ただ 、 乗客 増加 が 堅田 、 小野 付近 まで に 偏 っ て い る ため 、 多く の 普通 列車 は 堅田 また は 近江 舞子 で 折り返 す 。 朝 に は 京都 を 越え 大阪 方面 へ 直通 する 普通 列車 も 設定 さ れ 、 4 扉 ロング シート の 通勤 形 電車 も 運用 さ れ る 。 また 、 開業 時 から 新快速 が 堅田 まで 日中 時間 1 本 京阪神 から 直通 し 、 のち に 近江 今津 まで 延長 さ れ た 。 新 快速 の 設定 の あ る 昼間 帯 が 夕方 ラッシュ 帯 より 本数 が 多 い と い う 珍し い 設定 で 、 現在 で も 日中 が 新 快速 を 含め て 毎時 5 本 、 新 快速 の な い 夕方 ラッシュ 時 は 毎時 4 本 運転 で あ る 。 また 京都 駅 発 ベース で 下り 列車 が 朝 7 時 台 に は 2 本 しか な く 、 その 点 で も 偏り が あ る 。 新 快速 の 運転 は 日中 のみ 、 しかも 近江 舞子 以北 は 各 駅 停 車 扱い で あ る 。 その ため 通勤 客 対象 に 1996 年 3 月 16 日 から は 朝通勤 時 の 近江 今津 発 大阪 行 き 、 1997 年 3 月 8 日 から は 夕方 帰宅 時 の 京都 発永原 行き の 上下 1 本 ずつ 快速 が 設定 さ れ ( 前者 は 新旭 ・ 近江 高島 ・ 北 小松 通過 、 後者 は 近江 舞子 以北 各駅 に 停車 、 2002 年 3 月 23 日 から 快速 は 両者 と も おごと 温泉 駅 に 停車 する よう に な っ た ) 、 のち の 敦賀 まで 運転 区間 が 延長 さ れ て い る 。 一方 、 近江 今津 から 近江 塩津 まで は 途中 交流 電化 に 変わ る こと 、 もとより ローカル の 交流 が あまり な かっ た こと など から この 区間 の 普通 列車 は 当初 1 日 3 本 と 極めて 少な い 本数 で あ っ た 。 JR に な っ て から 徐々 に 本数 は 増え 、 電車 化 後 は 敦賀 を 越え 福井 方面 へ 直通 する 列車 や 、 近江 塩津 から 長浜 ・ 米原 へ 北陸 線 を 南下 する 列車 も 設定 さ れ た 。 敦賀 まで の 直流 区間 延伸 に よ り 、 2006 年 10 月 21 日 の ダイヤ 改正 から 日中 の 新 快速 は 敦賀 まで 延長 さ れ た 。 朝晩 は 近江 今津 ~ 近江 塩津 間 の 区間 運転 が 主 で あ る が 、 一部 は 福井 や 米原 に 直通 する ほか 、 朝 の 湖西 線 から の 大阪 方面 直通 と 夜 の 大阪 発 湖西 線 快速 が 敦賀 発着 に 延長 さ れ て い る 。 これ ら の 列車 設定 に よ り 、 永原 ~ 近江 塩津 間 も 日中 は ほぼ 1 時間 1 本 運転 と な り 、 2008 年 3 月 15 日 の ダイヤ 改正 で 同 区間 で 6 時 台 と 19 時 台 に もう 1 往復 ずつ 増発 さ れ て い る 。 日中 の 近江 今津 ・ 敦賀 行 き 新 快速 は 大津 京 で 停車 ( 鉄道 ) 緩急 接続 し 普通 列車 に 乗り換え が でき る 。 また 、 京都 大阪 方面 へ の 新 快速 は 堅田 で 普通 列車 と の 緩急 接続 を 取 っ て い る 。 ただし 、 湖西 線 内 の 新 快速 の 本数 が 少な い ため 、 緩急 接続 し て い る 普通 列車 は わずか で あ る 。 開業 当初 から 琵琶 湖 や 比良山 系 へ の レジャー 客 輸送 に 臨時 列車 が 設定 さ れ て い る 。 初期 の 頃 は 堅田 まで の 定期 新 快速 を 近江 今津 まで 延長 する もの や 、 網干 大阪 間 の 快速 を 湖西 線 に 延長 する もの で あ っ た 。 臨時 列車 で は 夏冬 に 運用 が な い 修学 旅行 用 車 ( 155 系 ) を 利用 し た もの も あ り 、 宮原 区 の 車 は この 時 に 耐寒 耐雪 工事 を 受け て い る 。 その 後 定期 列車 の 増発 が 進 み 臨時 列車 の 設定 は 減 っ て い っ た が 、 志賀 に 臨時 停車 する 新 快速 を 「 湖西 レジャー 号 」 と 呼 ん で 区別 する など の 処置 は 続 い て い る 。 また 、 新 快速 の 敦賀 延長 に ともな い 定期 運用 で 4 連 化 さ れ た 列車 の 多客 時 救済 列車 が 2006 年 秋 以降 定番 化 し て お り 、 特に マキノ 駅 を 最寄り と する 海津 大崎 の 花見 客 輸送 で は 敦賀 行き を 分割 する 編成 が 本 編成 に 先行 し て 救済 臨 と し て 運転 さ れ て い る 。 また 観光 シーズン に は 琵琶 湖 一 周 列車 が 団体 貸切 の 形 で 多数 運転 さ れ て い る 。 開業 時 は 発着 ホーム を 東海道 線 に 間借り し て い た が 、 京都 駅 構内 の 改良 工事 に よ り 、 湖西 線 列車 の 発車 は ほぼ 3 番 ホーム と 固定 さ れ 、 多く の 列車 は 3 番 線 着発 の 折り返 し 運転 と な り 現在 まで 続 い て い る 。 京都 着 の 一部 列車 の 中 に は 5 ~ 7 番線 ホーム に 到着 後 、 向日 町 運転 所 ( 現在 の 京都 総合 運転 所 ) へ 回送 さ れ る もの も あ る 。 この 運転 形態 の ため 、 大阪 方面 から 湖西 線 へ は 京都 で ホーム 対面 、 湖西 線 から 大阪 方面 へ は 山科 で ホーム 対面 で の 乗り換え が 可能 で 、 利便 性 は 高 い 。 なお 、 2002 年 3 月 改正 で は 、 湖西 線 列車 が 大阪 方面 から の 新 快速 と 接続 する ダイヤ と な っ た が 、 新 快速 の 軽微 な 遅れ に よ る 湖西 線 へ の 影響 が 大き かっ た ため 、 2006 年 3 月 の ダイヤ 改正 ( いわゆる ゆとり ダイヤ 導入 ) 以降 、 夜 の 一部 列車 を 除 き 新 快速 の 到着 前 に 湖西 線 が 発車 する よう に な っ た 。 JR 京都 線 内 で 遅延 が 発生 し た 際 に は 京都 駅 3 番 線 に 到着 し よ う と する 湖西 線 列車 が 京都 線 上 り 列車 の 乱れ を 受け て 延着 する こと が しばしば あ る 。 2006 年 10 月 の 新 快速 敦賀 延長 で は 、 近江 塩津 ・ 新 疋田 各駅 の ホーム かさ 上げ と 敦賀 駅 中線 ( 4 番 ホーム ) の 有効 長 を 4 両 分 のみ と し た ため 、 近江 今津 駅 ( 一部 の 列車 は 京都 駅 で ) で 列車 の 分割 併合 を 行 う こと に な っ た 。 その ため 近江 今津 駅 3 番 線 ( 2 番 ホーム ) に 誘導 信号 機 が 新設 さ れ た 。 その 作業 の ため 10 分 前後 の 停車 時間 が あ り 、 その 間 に 特急 雷鳥 ( 列車 ) 待避 と な る 列車 が あ る 。 同様 の 例 は 姫路 駅 で の 分割 中 に 「 はくと ( 列車 ) 」 が 先発 する 例 が あ る のみ で 、 新 快速 が 特急 待避 と な る こと は まれ で あ る ( 琵琶 湖 線 内 で 特急 が 新 快速 を 追い抜 く 例 は あ る が 、 複々 線 区間 内 の ため 、 通過 待ち合わせ は 行 わ な い ) 。 この 分割 併合 に 要 する 停車 など の ため 、 新 快速 の 大阪 ~ 敦賀 間 所要 時間 は 当初 想定 の 1 時間 50 分 から 10 分 程度 延び て い る ( とくに 京都 ~ 近江 中庄 ・ マキノ ・ 永原 間 の 所要 時間 は 、 京都 ~ 永原 間 運転 の 普通 と 比較 し て も ほとんど 大差 が な い ) 。 なお 同様 に 米原 経由 で 近江 塩津 ・ 敦賀 に 向か う 新快速 も 米原 駅 で 分割 併合 を 行 う ため 10 分 前後 の 停車 時間 が あ る 。 新 快速 は 近江 舞子 駅 ・ 彦根 駅 以北 の 各 駅 停車 区間 で も 「 新 快速 」 の 表示 を 出 し 、 駅 時 刻 表 も 新快速 と 表記 さ れ て い る 。 京阪神 の 快速 が 明石 以西 ・ 高槻 ( 一部 時間 帯 で は 京都 ) 以東 で 「 普通 」 と な る の に 対 し て 、 新 快速 は ( 姫路 以西 も 含め て ) 各 駅 停車 で も 新快速 で あ る 。 これ は 新 快速 が 一種 の ブランド 化 し て い る 現象 で 、 地元 自治 体 に と っ て は 実体 が 各 駅 停車 で あ っ て も 「 新 快速 が 直通 する 」 こと が 重要 な の で あ る 。 湖西 線 建設 当時 、 山科 駅 は 直流 電化 さ れ て お り 、 近江 塩津 駅 は 交流 電化 さ れ て い た 。 その ため 永原 ~ 近江 塩津 の 駅間 に 交直 セクション が 設け られ た 。 これ に よ り 、 湖西 線 を 北陸 方面 に 直通 する 電気 車両 は 車上 で 交流 と 直流 の 切り替え の でき る もの 、 つまり 国鉄 485 系 電車 など の 交直 流 電車 と 交直 流 両用 の 国鉄 EF 81 形 電気 機関 車 電気 機関 車 に 限 ら れ た 。 需要 の 見込め な い 湖西 ~ 北陸 の ローカル 列車 に は 高価 な 一般 用 交直 流 電車 は 投入 さ れ ず 、 近江 今津 ~ 敦賀 間 の 普通 列車 は 電化 区間 で あ り ながら 1991 年 9 月 まで 気動 車 で 細々 と 運転 さ れ て い た ( それ 以降 は 交直 流 電車 で 運転 さ れ た ) 。 他方 、 山科 ~ 永原 は 直流 電化 で 建設 さ れ 、 京都 方面 から 直流 電車 が 入 っ て い た 。 一方 、 北陸 線 も 交流 電化 の ため ローカル 列車 の 本数 も 少な く 、 湖北 と 大津 や 京阪神 間 の 移動 に は 米原 で の 乗り換え が 必要 で あ っ た 。 滋賀 県 や 地元 自治 体 は 国鉄 時代 の 1986 年 に 沿線 市町 ・ 商工 会 で 「 北陸 本線 直流 化 促進 期成 同盟 会 」 を 設立 し 、 北陸 線 の 利便 性 向上 に は 電化 方式 の 変更 が 必要 と 国鉄 ・ JR へ の 要望 活動 を 進め 、 さらに 1990 年 5 月 に は 、 湖西 の 市町 も 加わ り 「 琵琶 湖 環状 線 促進 期成 同盟 会 」 を 新た に 発足 さ せ 、 JR へ の 働きかけ を 進め た 。 その 結果 、 翌年 米原 ~ 長浜 間 の 直流 化 工事 が 行 わ れ た 。 もともと 実際 の 交直 セクション は 坂田 ~ 田村 間 で あ っ た の で 、 これ を 長浜 ~ 虎姫 間 に 移設 し た もの で あ る 。 工事 費 約 7 億 円 は 県 や 長浜 市 など 地元 自治 体 の 負担 で まかな っ た 。 工事 完成 に よ る 1991 年 9 月 の ダイヤ 改正 以降 、 京阪神 から の 新 快速 が 長浜 まで 直通 し 、 観光 客 の 増加 と 人口 増加 と い う 経済 効果 を もたら し た 。 新 快速 の 乗り入れ で 長浜 が 京阪神 の 通勤 圏 と な っ た 一方 、 黒壁 スクエア など 地元 の 観光 資源 活性 化 など が 反響 を 呼 ん だ 結果 多く の 観光 客 が 長浜 へ と 足 を 運 ぶ よう に な り 、 街づくり の 起爆 剤 と し て の 直流 化 工事 は 全国 の 注目 を 浴び た 。 その 成功 を 見 て 、 湖北 の 各 自治 体 も 動き 出 し た 。 同様 に 交流 電化 で 列車 本数 が 少な く 、 米原 以西 へ の 直通 が な かっ た 湖北 地区 に 「 新 快速 の 直通 を 」 と い う 機運 が 高ま り 、 湖西 と 湖北 地区 の 相互 交流 も 、 この 交直 セクション の ため に 直通 電車 が 少な く 不便 で あ っ た の で 、 これ ら を 解消 する ため に も 直流 化 工事 は 地元 の 重要 課題 で あ っ た 。 1995 年 から は 基金 と し て 毎年 工事 費用 を 各 自治 体 が 積み立て る こと を 始め 、 「 琵琶 湖 環状 線 構想 」 を 前進 する よう 駅 周辺 整備 や 観光 施設 の 案内 整備 に 努め た 。 一方 、 長浜 の 成功 事例 を 参考 に 、 敦賀 市 も 新快速 の 直通 に よ る 観光 客 の 増加 を 目論見 、 福井 県 と とも に 京阪神 から の 直通 電車 を 増発 する ため に は 直流 化 が 必要 、 と 働きかけ た 。 そこ で 鉄道 整備 の 一環 と し て 、 以下 の 狙い が 定め られ た 。 新 快速 を 湖北 に 直通 さ せ る 湖西 湖北 の 列車 利用 に よ る 移動 を よ り 便利 に する 敦賀 へ 京阪神 から 直通 の 新 快速 を 走 ら せ る 以上 の 狙い で 、 湖西 線 と 北陸 線 の 直流 化 工事 が 行 わ れ た 。 工事 は 地元 の 請願 と い う 形 で 、 滋賀 県 側 ( 県 と 地元 自治 体 ) と 福井 県 側 ( 県 と 敦賀 市 ) が ほぼ 折半 の 形 で 工事 費 の 負担 を し て い る 。 ( 工事 費 は 161 億 円 で 、 うち 滋賀 県 側 が 75 億 円 ・ 福井 県 側 が 68 億 円 の 設備 費用 分 を 負担 し 、 JR 西 日本 が 車両 新 製費 と し て 18 億 円 を 負担 し て い る 。 ) 直流 化 工事 は 長浜 ~ 虎姫 間 、 永原 ~ 近江 塩津 間 に あ っ た デッド セクション を 敦賀 ~ 南 今 庄間 ( 敦賀 駅 ~ 北陸 トンネル 敦賀 口 間 ) に 移設 し 、 北陸 線 長浜 ~ 敦賀 間 、 湖西 線 永原 ~ 近江 塩津 間 を 直流 き 電 と する もの で 、 2006 年 9 月 24 日 に 完成 し た 。 同年 10 月 21 日 の ダイヤ 改正 で 、 敦賀 まで JR 西 日本 223 系 電車 直流 電車 に よ る 新 快速 が 運転 さ れ 、 また 湖西 線 と 北陸 線 長浜 方面 と の 接続 改善 も 図 ら れ た 。 昼間帯 を 中心 に 1 日 25 本 ( 湖西 線 経由 17 本 、 琵琶 湖 線 ( 北陸 本線 ) 経由 8 本 ) が 近江 今津 ・ 長浜 から 延長 さ れ る 形 で 敦賀 まで 、 1 日 18 本 が 近江 塩津 ( 琵琶 湖 線 ・ 北陸 本 線 経由 ) まで 乗り入れ る よう に な っ た 。 近江 塩津 で は 、 日中 に 湖西 線 経由 の 敦賀 行き から 近江 塩津 始発 の 米原 経由 姫路 方面 行き に 、 また 米原 経由 の 近江 塩津止め から 敦賀 発 湖 西 線 姫路 方面 行き に 対面 乗り換え が でき る よう に な り 、 湖北 ・ 湖西 間 の 接続 改善 が な さ れ た 。 近江 塩津 で 湖西 線 経由 敦賀 行き の 新 快速 と 接続 する 米原 経由 の 同 駅 止ま り 新快速 が 一 日 に 1 例 だけ あ る が 、 この 近江 塩 津 止まり の 電車 は ホーム で 客扱い の まま 近江 今津 行き と な る もの で あ る 。 なお 、 北陸 線 に 乗り入れ する 新 快速 の 標準 的 な 運転 時 分 は 、 湖西 線 経由 で 敦賀 ~ 京都 間 で 約 95 分 、 大阪 間 で 約 125 分 、 三ノ宮 で 約 145 分 、 姫路 で 約 185 ~ 190 分 で あ る 。 また 米原 経由 は 更 に 15 分 ほど 所要 時間 が 延び る 。 もともと 湖西 ~ 敦賀 の ローカル 流動 は ほとんど な く 、 湖北 ~ 敦賀 の 流動 は それ なり に あ る ため 、 敦賀 発着 の 新 快速 は 昼間 は 湖西 線 経由 で の 運転 に 、 それ 以外 は 米原 経由 に な っ て い る 。 その ため 朝夕 時間 帯 に は 米原 経由 の ほう が 早 く な る 場合 も あ る 。 その ため に 敦賀 市 は JR 西 日本 に 増発 と 定期 券 乗車 の 特例 ( 下記 ) を 求め て い る が 、 実現 に 関 し て は 不 透明 で あ る 。 山科 ~ 近江 塩津 間 を また ぐ 場合 、 普通 乗 車 券 で は 湖西 線 経由 の 営業 キロ に よ る 運賃 で 米原 経由 に も 乗車 でき る 経路 特定 区間 の 特例 が あ る が 、 定期 券 の 場合 は 経路 特定 区間 が 適用 さ れ ず 運賃 が 米原 経由 より 割安 な 湖西 線 経由 の 定期 券 で は 米原 経由 で 利用 でき な い 。 現在 の ダイヤ で は 朝夕 に 敦賀 を 発着 する 新 快速 で は 湖西 線 経由 の 列車 が 1 往復 のみ の 設定 に とどま っ て い る ため 、 定期 券 に お い て も 選択 乗車 特例 を 認め る よう 要望 し て い る もの 。 上記 の 通り 強風 に よ る 速度 規制 や 運転 抑止 の 回数 が 増え る 傾向 に あ り 、 2006 年度 で は 運転 見合わせ は 計 28 日 実施 さ れ た と い う 。 これ を 受け て 、 2007 年 10 月 、 JR 西 日本 は 、 比良 ・ 近江 舞子 駅間 の 沿線 山側 ( 西側 ) に 防風 柵 を 設置 し 、 それ に よ っ て 従来 秒速 25 m で 運転 規制 を 行 う よう に し て い た の を 30 m まで 引き上げ る と 発表 し た 。 これ に よ っ て 年間 の 運転 見合わせ 時間 を 、 現在 の 半分 以下 に する こと が 出来 る 、 と し て い る 。 工事 は 2008 年 4 月 上旬 に 着工 さ れ た ( 費用 は JR の 全額 負担 ) 。 大鉄 工業 に よ っ て 工事 が 行な わ れ る 。 特急 列車 JR 西 日本 681 系 電車 ・ JR 西 日本 683 系 電車 ( 特別 急行 列車 「 雷鳥 ( 列車 ) 」 ) 国鉄 485 系 電車 ( エル 特急 「 雷鳥 ( 列車 ) 」 ) 国鉄 24 系 客 車 ( 寝台 列車 「 トワイライト エクスプレス 」 ・ 「 日本 海 ( 列車 ) 」 ) 普通 列車 全 区間 JR 西 日本 223 系 電車 湖西 線 内 の 快速 ・ 新 快速 電車 で 8 また は 12 連 で 全列車 に 使 わ れ て い る ほか 、 一部 の 線内 普通 電車 で も 4 ~ 8 両 編成 で 運用 さ れ て い る 。 山科 ~ 永原 間 国鉄 113 系 電車 湖西 線 開業 時 に 半 自動 扉 など の 寒地 対策 車 を し た 113 系 700 番 台 が 登場 し 、 以来 現在 まで 湖西 線 電車 の 主力 で あ り 、 草津 線 電化 用 に 登場 し た 2700 番 台 を 交え て 4 ~ 8 両 編成 で 運用 さ れ て い る 。 かつて は 6 両 貫通 編成 が 在籍 し て い た 時期 も あ っ た が 、 現在 その 運用 は 行 わ れ て い な い 。 国鉄 117 系 電車 半 自動 扉 など の 寒地 対策 は 当初 から 湖西 線 で の 運用 を 考慮 し た もの で あ る 。 原型 車 と 座席 改造 車 が 混同 し て い る 編成 が 多 く 6 また は 8 両 編成 で 運用 さ れ て い る 。 JR 西 日本 207 系 電車 早朝 に 堅田 発 が 、 平日 夜 間帯 に 近江 舞子 行き が 運転 さ れ て い る 。 207 系 の 量産 編成 は 投入 当初 から 近江 今津 で 滞泊 する 運用 も あ っ た が 2006 年 3 月 18 日 改正 より 撤退 し た 。 なお 、 試作 編成 で あ る F 1 編成 は 、 後述 の 321 系 と 共通 運用 さ れ て い る 。 JR 西 日本 321 系 電車 平日 午前 に 堅田 まで 1 往復 乗り入れ る 。 2006 年 3 月 18 日 改正 から 夜間 の 近江 舞子 行き に 運用 さ れ て い た が 、 2008 年 3 月 15 日 改正 に て 短 期間 で 207 系 に 置き換え られ た 。 JR 西 日本 221 系 電車 網干 区 車両 が 221 系 登場 と 同時 に 新 快速 で の 湖西 線 運用 が 、 その 後 線 内 運用 の 一部 に も 使 わ れ て い た が 2006 年 10 月 改正 で 一旦 撤退 し た 。 2008 年 3 月 15 日 より 新た に 京都 総合 運転 所 所属 車両 に よ り 湖西 線 で の 運用 が 復活 し て い る 。 近江 今津 ~ 近江 塩津 間 JR 西 日本 521 系 電車 北陸 本線 ・ 湖西 線 の 直流 化 の 際 、 投入 さ れ た 車両 で あ り 、 すべて 2 連 で 運用 さ れ て い る 。 永原 以北 の 普通 列車 は 、 223 系 と この 車両 のみ に な る 。 207 系 電車 投入 前 は 国鉄 201 系 電車 や 国鉄 205 系 電車 も 湖西 線 に 入線 し て い た が 、 207 系 投入 後 順 次 置き換え られ 、 現在 は 定期 運用 は な い 。 また 、 特異 な 姿 から 食 パン 電車 と も 呼 ば れ る 国鉄 419 系 ・ 71 5 系 電車 や 、 急行 から 転用 の 国鉄 457 系 電車 が 近江 今津 以北 で 1991 年 以降 使用 さ れ て い た が 、 敦賀 直流 化 の 改正 以降 湖西線 に 定期 運用 で 姿 を 現 す こと は なく な っ た 。 大阪 と 北陸 方面 を 結 ぶ 短絡 線 と し て 建設 さ れ た 。 元々浜 大津 ~ 近江 今津 間 に 地元 資本 に よ る 江若 鉄道 が 開業 し て お り 、 路線 計画 時 に ほぼ 並行 する 形 の この 江若 鉄道 の 扱い が 問題 と な っ た 。 最終 的 に 江若 鉄道 は 廃止 し 、 その 路盤 を 買い上げ て 転用 する こと で 決着 し た 。 が 、 競合 路線 の 買い上げ 救済 が 真 の 目的 で あ っ て 実際 の 転用 率 は 低 く 、 車窓 から 廃線 跡 が 確認 でき る 区間 も 多 い 。 江若 鉄道 は 1969 年 ( 昭和 44 年 ) 10 月 に 鉄道 事業 を 廃止 後 、 江若 交通 に 社名 変更 し て い る 。 1922 年 ( 大正 11 年 ) 4 月 11 日 - 浜 大津 ~ 三宅 ( 現 ・ 小浜 線 上中 ) 間 、 国鉄 予定 線 に 編入 。 1962 年 ( 昭和 37 年 ) 5 月 31 日 - 浜 大津 ~ 塩津 間 、 国鉄 調査 線 と な る 。 1964 年 ( 昭和 39 年 ) 6 月 25 日 - 山科 ~ 沓掛間 、 国鉄 工事 線 に 昇格 。 1966 年 ( 昭和 41 年 ) 12 月 28 日 - 山科 ~ ( 仮称 ) 北 大津 ( 現 ・ 大津 京 ) 間 、 近江 今津 ~ 近江 塩津 間 第 一 次 認可 。 1967 年 ( 昭和 42 年 ) 1 月 12 日 - 皇子山 総合 運動 公園 で 湖西 線 起工 式 を 開催 。 1969 年 ( 昭和 44 年 ) 1 1 月 1日 - 江若 鉄道 線 廃止 。 1974 年 ( 昭和 49 年 ) 7 月 20 日 - 山科 ~ 近江 塩津 間 ( 7 4 . 1 km ) が 開業 。 同時 に 国鉄 113 系 電車 運行 開始 。 新 快速 が 山科 から 近江 今津 まで 乗り入れ 開始 。 1975 年 ( 昭和 50 年 ) 3 月 10 日 - 大阪 ~ 北陸 ・ 東北 間 の 特急 と 急行 「 雷鳥 ( 列車 ) 」 が 湖西 線 経由 と な る 。 1987 年 ( 昭和 62 年 ) 4 月 1日 - 国鉄 分割 民営 化 に よ り 西 日本 旅客 鉄道 が 承継 。 日本 貨物 鉄道 が 全線 の 第 二 種 鉄道 事業 者 と な る 。 1988 年 ( 昭和 63 年 ) 12 月 4 日 - 小野 駅 開業 。 1993 年 ( 平成 5 年 ) 3 月 18 日 - JR 西 日本 207 系 電車 投入 。 1994 年 ( 平成 6 年 ) 9 月 4 日 - 叡山 駅 を 比叡 山 坂本 駅 に 改称 。 2006 年 ( 平成 18 年 ) 9 月 24 日 - 永原 ~ 近江 塩津 間 を 交流 電化 から 直流 電化 に 変更 。 2006 年 ( 平成 18 年 ) 10 月 21 日 - 新 快速 が 敦賀 まで 延長 さ れ 湖西 線 全 区間 運転 と な る 。 2008 年 ( 平成 20 年 ) 3 月 15 日 - 西 大津 駅 を 大津 京駅 に 、 雄琴 駅 を おごと 温泉 駅 に 改称 。 中間 駅 の うち 、 直営 駅 は 大津 京駅 ・ 堅田 駅 ・ 近江 今津 駅 の 3 駅 だけ 。 ほか に 近江 中庄 駅 が 終日 無人 駅 ( 2000 年 4 月 頃 まで は 永原 駅 も ) で あ る 以外 は すべて 、 ジェイアール 西 日本 交通 サービス に よ る 業務 委託 駅 で あ る 。 +福知 山 線 ( ふくちやま せん ) は 、 兵庫 県 尼崎 市 の 尼崎 駅 ( JR 西 日本 ) から 京都 府 福知 山 市 の 福知 山 駅 に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 幹線 ) で あ る 。 東海道 本線 の 大阪 ~ 尼崎 間 を 含 む 大阪 ~ 篠山 口 間 に JR 宝塚 線 ( ジェイアール た からづか せん ) の 愛称 が あ る 。 阪急 電鉄 に も 阪急 宝 塚 本線 が あ る ため 、 混同 を 避け る ため に 愛称 に 「 JR 」 と 付け て い る 。 また 尼崎 ~ 谷川 間 が 大 都市 近郊 区間 に 含 ま れ 、 JR 宝塚 線 の 区間 は アーバン ネットワーク の 路線 の 一 つ と な っ て い る 。 塚口 ・ 尼崎 間 で 東海道 本線 に 合流 し 大阪 駅 に 至 る 。 JR 宝塚 線 と し て の 日本 の 鉄道 ライン カラー 一覧 は 黄色 ( ■ ) で あ り 、 選定 理由 は 「 これ から の 新し い 開発 エリア を 示 す イキイキ と し た イメージ 」 と さ れ て い る 。 大阪 と 北 近畿 を 結 ぶ 路線 で あ る と 同時 に 、 兵庫 県 東部 の 各 都市 から 大阪 へ の 通勤 ・ 通学 路線 と な っ て い る 。 また 、 大阪 と 山陰 地方 を 結 ぶ ルート の 一 つ で あ る 。 尼崎 ~ 篠山口 間 の JR 宝塚 線 各 駅 で は J スルー ・ ICOCA 、 及び 東 日本 旅客 鉄道 ( JR 東 日本 ) の Suica 、 東海 旅客 鉄道 ( JR 東海 ) の TOICA 、 また スルッと KANSAI の PiTaPa が 使用 でき る 。 管轄 ( 事業 種 別 ) : 西 日本 旅客 鉄道 ( 鉄道 事業 者 ) 路線 距離 ( 営業 キロ ) : 10 6 . 5 km 軌間 : 10 67 mm 駅数 : 30 駅 ( 起終点 駅 含 む 。 JR 宝塚 線 と し て は 23 駅 ) 複線 区間 : 尼崎 ~ 篠山口 間 電化 区間 : 全線 電化 ( 直流 1500 V ) 閉塞 ( 鉄道 ) : 自動 閉塞 式 保安 装置 : 尼崎 ~ 新 三田 間 自動 列車 停止 装置 P 形 ( パターン 形 ) ( 自動 列車 停止 装置 拠点 P ) / ATS - SW 併設 、 新 三田 ~ 福知 山間 自動 列車 停止 装置 改良 形 ATS ( Sx 形 ) 最高 速度 : 110km / h 運転 指令 所 : 尼崎 ~ 新 三田 : 新 大阪 総合 指令 所 新 三田 ~ 福知 山 : 福知 山 運輸 指令 所 ※ 尼崎 ~ 新 三田 間 は 西 日本 旅客 鉄道 大阪 支社 の 直轄 、 新 三田 ~ 福知 山間 は 両端 の 駅 を 除 き 同 ・ 西 日本 旅客 鉄道 福知 山 支社 篠 山口 鉄道 部 の 管轄 で あ る ( 福知 山 駅 は 福知 山 支社 直轄 ) 。 1986 年 まで 客車 普通 列車 が 走 っ て い たり 、 生瀬 ~ 道場 付近 で は 武庫 川 の 渓流 の 眺め を 楽しめ たり する など 、 のどか な ローカル 路線 の 体 で あ っ た が 、 同年 の 宝塚 ~ 新 三田 間 の 複線 電化 を 機 に それ ら は 姿 を 消 し 、 沿線 住宅 開発 の 進展 と JR 東西 線 の 開業 など に よ り 新型 電車 が 行き交 う 通勤 路線 と な っ て い る 。 宝塚 以北 の 武庫川 渓流 沿い の 旧線 は 廃線 と な っ た が ( 一部 は 遊歩 道 と な っ て い る ) 、 それ で も この 線 は 川 と の 関係 が 深 い 。 宝塚 駅 から 古市 駅 まで は 武庫川 と 何 度 も 交差 し ながら 遡 り 、 篠山口 駅 から 谷川 駅 は 加古川 支流 の 篠山 川 の 渓流 沿い に 下 る 。 福知 山 線 の 最大 の 特徴 は トンネル 無し に 分水 界 を 越え る こと 。 石生 駅 周辺 は 太平 洋 と 日本 海 を 分け る 分水 嶺 の 高度 が 本州 で 最も 低 い 所 ( この 辺り で は 分水田 圃 ) で あ り 、 田圃 の 中 を 走 っ て い る うち に いつ の 間 に か 日本 海 へ 注 ぐ 由良 川 沿い の 福知 山 駅 に 到着 する 。 福知山 駅 の 手前 で は 、 再建 さ れ た 福知 山 城 天守 閣 が 見え る 。 川西 池田 駅 から 西宮 名塩 駅 間 、 三田 駅 から 丹波 大山 駅間 、 柏原 駅 から 福知 山 駅間 は 国道 176 号 と ほぼ 並行 し て い る 。 福知 山 線 は 尼崎 駅 が 起点 だ が 、 すべて の 列車 が 尼崎 駅 を 介 し て 大阪 駅 ( 一部 は さらに その 先 の JR 京都 線 ) に 、 もしくは JR 東西線 を 経由 し 片町 線 に 乗り入れ て い る 。 福知山 駅 から は 特急 列車 が 山陰 本線 ・ 北 近畿 タンゴ 鉄道 に 直通 し て い る 。 北 近畿 ビッグ X ネットワーク の 一角 ( 「 X 」 の 左斜め 下 の 部分 が 福知 山 線 ) と し て の 機能 が あ り 、 以下 の 列車 が 福知 山 線 全線 を 通 し て 運転 さ れ 、 さらに 北 近畿 タンゴ 鉄道 ・ 宮津 駅 方面 、 山陰 本線 ・ 豊岡 駅 ( 兵庫 県 ) ・ 城崎 温泉 駅 ( 下り ) 方面 まで 運転 さ れ て い る 。 2004 年 10 月 16 日 に 急行 「 だいせん ( 列車 ) 」 が 廃止 さ れ て から は 、 夜行 列車 の 運転 は 無 く な り 、 昼行 列車 のみ の 運転 と な っ て い る 。 エル 特急 「 北 近畿 ( 列車 ) 」 ( 新 大阪 - 福知山 ・ 豊岡 ・ 城崎 温泉 : 10 . 5 往復 ) 特急 「 文殊 ( 列車 ) 」 ( 新 大阪 -天 橋立 : 1 往復 ) 特急 「 タンゴ エクスプローラー 」 ( 新 大阪 - 宮津 ・ 豊岡 : 2 往復 ) 全線 直通 運転 を 行 う 普通 列車 ( 快速 列車 を 含 む ) は 、 朝 と 夕方 以降 に 限定 さ れ て お り 、 昼間 時間 帯 は 尼崎 ~ 篠山 口 間 、 篠 山口 ~ 福知 山間 で 運行 系統 が 分かれ て い る 。 快速 列車 は 大阪 また は JR 東西 線 方面 から 篠山口 ・ 福知 山 方面 まで 運転 さ れ て い る 。 昼間 時 の 大阪 ~ 篠山 口 間 に は 「 快速 ( 大阪 発着 ) 、 丹波 路 快速 」 が 運転 さ れ て い る 。 昼間 時 に は 、 各 駅 停車 が JR 神戸 ・ 京都 線 直通 、 「 快速 」 が JR 東西 線 方面 直通 の 快速 列車 、 および 「 丹波 路 快速 」 が 大阪 発着 の 快速 列車 と し て 区別 さ れ て い る 。 JR 東西 線 直通 の 快速 列車 と 大阪 発着 の 快速 列車 と で は 性格 が 違 っ て くる ため ここ で は 分け て 述べ る 。 JR 東西線 ・ 片町 線 と 直通 する 快速 列車 は 終日 ほぼ 15 分 間隔 で 運転 さ れ る 。 昼間 時間 帯 は 宝塚 駅 まで の 運転 、 ラッシュ 時 に は 新 三田 ( 一部 列車 は 篠山口 ) まで の 運転 。 全 列車 が JR 西 日本 207 系 電車 電車 で 運転 さ れ 篠 山口 まで 7 両 編成 で 運転 さ れ る 。 尼崎 駅 で は JR 神戸 線 の 快速 列車 と 相互 接続 を 行 う ( 時間 帯 に よ っ て は 新 快速 ・ 普通 列車 と も 接続 を する 場合 も あ る ) 。 早朝 ・ 深夜 に は JR 東西線 ・ 学研 都市 線 で 区間 快速 ( 一部 は 普通 ) に 種別 が 変わ る 列車 が あ る ( この 場合 下り は 京橋 で 、 上り は 尼崎 で 、 列車 番号 が 変わ る ) 。 この 列車 は 駅 の 時刻 表 で は 区間 快速 と し て 案内 さ れ る 。 大阪 発着 の 快速 列車 の 本数 は 区間 ・ 時間 帯 に よ っ て 異な り 、 ラッシュ 時 に は 本数 が 増え る 。 なお 特急 列車 が 設定 さ れ る サイクル に は 大阪 始発 の 快速 の 設定 は な い 。 「 丹波 路 快速 」 は 昼間 時 に JR 西 日本 221 系 電車 電車 に よ っ て 大阪 ~ 篠山 口 間 で 運転 さ れ る 快速 列車 の 愛称 で あ る 。 快速 に 221 系 電車 が 増投入 さ れ た 2000 年 3 月 の ダイヤ 改正 で 登場 し た 。 昼間 から ラッシュ 時 を 除 く 夕方 まで の 閑散 時 に 毎時 2 本 運転 さ れ る 。 停車 駅 は 他 の 快速 と 同一 で あ る 。 丹波路 快速 の 多く は 4 両 編成 で あ る が 一部 6 両 以上 で 運転 さ れ る もの が あ る 。 昼間 の 毎時 1 本 は 篠山口 で 福知 山 行き に 相互 接続 する 。 「 丹波 路 快速 」 運行 時間 帯 の 他 の 「 快速 」 は 全て 東西 線 直通 と な る 。 朝 ・ 夕方 以降 の 快速 列車 は 運転 区間 を 問 わ ず すべて 「 快速 」 と な る 。 大阪 発着 の 「 快速 」 に も 221 系 電車 が 中心 的 に 使 わ れ る が 、 ラッシュ 時 に は 国鉄 113 系 電車 電車 と JR 西 日本 207 系 電車 電車 も 使 わ れ 、 篠山口 以北 に 乗り入れ る 普通 ・ 快速 に は 113 系 と 221 系 が 使 わ れ る 。 2005 年 まで は 快速 列車 に 国鉄 117 系 電車 電車 も 使 わ れ て い た が 、 ATS - P が 搭載 さ れ て い な い ため に 当線 から 撤退 し 、 下関 地区 や 嵯峨野 線 、 湖西 線 へ 転出 し た 。 なお 篠山口 以北 は ホーム 有効 長 が 6 両 の ため 、 8 両 編成 で 運転 さ れ る 場合 は 篠山口 で 増解 結 し て 以北 は 4 両 編成 と な る 。 福知 山 発着 の 快速 列車 は 途中 駅 で 特急 列車 に 追い抜 か れ る こと が あ る 。 快速 列車 は 日本 国 有 鉄道 時代 は 1 日 に 数本 程度 運転 さ れ る だけ で あ っ た 。 国鉄 末期 の 1983 年頃 の ダイヤ で は 、 大阪 ~ 篠山 口 間 に 尼崎 ・ 伊丹 ・ 宝塚 ・ 武田 尾 ・ 三田 ・ 広野 ・ 相野 ・ 古市 を 停車 駅 と する 快速 列車 が 1 日 2 往復 の み 設定 さ れ て い た 。 快速 列車 が 多数 運転 さ れ る よう に な っ た の は 1989 年 3 月 から で あ る 。 1997 年 3 月 から 広野 ・ 藍本 ・ 草野 ・ 古市 ・ 南矢代 駅 を 通過 する 列車 も 夕方 以降 の 下り に 設定 さ れ て い た が 、 2003 年 12 月 の ダイヤ 改正 で 廃止 さ れ た 。 この 快速 列車 に は 207 系 電車 が 使用 さ れ て い た 。 なお 、 臨時 列車 で は 新 三田 以北 に も 通過 駅 の あ る 列車 が しばしば 設定 さ れ て い る 。 JR 京都 線 と 直通 し 京都 ・ 高槻 ~ 大阪 ~ 新 三田 間 に 運転 さ れ る 列車 が 中心 で あ る 。 早朝 ・ 朝 ラッシュ 時 、 深夜 など に は 大阪 ~ 福知 山間 の 列車 や JR 東西 線 直通 列車 ( 新 三田 ~ 北 新 地 ~ 四条畷 ・ 松井 山手 ・ 京田辺 ・ 木津 間 ) が あ る 。 平日 朝 ラッシュ 時 に は 野洲 発 、 草津 発 及び 草津 行き の 普通 列車 も 存在 する 。 新 三田 以南 の 各 駅 停車 は 207 系 、 32 1 系 電車 7 両 編成 で 運転 。 大阪 駅 で JR 京都 線 ・ JR 神戸 線 の 新 快速 に 、 尼崎 で JR 東西 線 ~ JR 神戸 線 直通 の 普通 列車 ( 松井 山手 ~ 西明石 ) と 相互 接続 を する 。 また 、 川西 池田 駅 で は JR 東西 線 直通 ・ 大阪 発着 の 快速 列車 ( また は 特急 の 通過 待ち ) と 緩急 接続 を 行 う ( 朝 ラッシュ 時 に は 塚口 駅 で 快速 の 通過 待ち する 列車 も あ る ) 。 新 三田 ~ 篠山 口 間 に 関 し て は 早朝 ・ 深夜 を 除 き 各 駅 停車 の 運転 が な く 、 この 区間 で 各駅 に 停車 する 丹波 路 快速 や 快速 が 各 駅 停車 の 役割 を 果た し て い る 。 なお 、 尼崎 ~ 宝塚 間 は 基本 的 に 普通 列車 より も 快速 列車 の 方 が 本数 が 多 く 、 普通 停車 駅 と 快速 停車 駅 の 乗降 客 の 二 極 化 が 起こ っ て い る 。 また 、 大阪 ~ 篠山口 間 の 快速 と 接続 し て 篠 山口 ~ 福知 山間 の 列車 が 運転 さ れ て い る 。 篠 山口 ~ 福知 山間 で は 主 に 昼間 は 113 系 が 2 両 で ワンマン 運転 を 行 っ て い て 、 毎時 1 本 程度 運行 さ れ て い る 。 福知山 で 列車 番号 が 変わ る もの の 、 日中 に 山陰 本線 の 城崎 温泉 駅 から 篠山口 まで 直通 運転 を 行 っ て い る 列車 が 1 本 あ る 。 なお 、 篠 山口 ~ 福知 山間 の 列車 の うち 朝 の 下り 2 本 と 夜 の 上 り 1 本 に つ い て は 大阪 方面 から ( へ ) の 列車 と は 接続 し な い 。 JR 京都 線 と 直通 する 列車 は 塚本 駅 に 停車 する が 、 早朝 など に 見 られ る 大阪 駅 始終着 列車 は 塚本 駅 を 通過 する 。 大阪 発着 の 普通 列車 は 113 系 、 207 系 、 221 系 、 32 1 系 電車 が 使 わ れ る 。 221 系 の 普通 列車 は ラッシュ 時 に 数本 存在 する のみ で 、 ワンマン 運転 時 を 除 い て も 113 系 の 普通 列車 の ほう が 圧倒 的 に 多 い 。 過去 に は 早朝 ・ 深夜 の み 新 大阪 駅 始 終着 の 普通 列車 も 存在 し て い た ( こちら も 塚本 駅 は 通過 ) 。 2008 年 3 月 15 日 の ダイヤ 改正 より 平日 朝 ラッシュ の ピーク 時 ( 8 時 台 ) の 下り 列車 は 特急 および 篠山口 行き の 普通 列車 を 除 き 全て JR 東西 線 から の 直通 列車 と な っ た 。 この ため に 尼崎 駅 折り返し の 普通 列車 と の 接続 を 取 る ケース が 増え て い る 。 JR 西 日本 207 系 電車 ( 快速 ・ 普通 列車 ) JR 西 日本 321 系 電車 ( 普通 列車 ) JR 西 日本 221 系 電車 ( 丹波 路 快速 ・ 快速 ・ 普通 列車 ) 国鉄 113 系 電車 ( 快速 ・ 普通 列車 ) 221 系 - 朝夕 の 快速 ・ 普通 列車 で 乗り入れ 。 113 系 - 大阪 から は 朝夕 に 乗り入れ 、 区間 運転 は 終日 。 区間 運転 で は 専用 の 3800 番 台 が 運用 さ れ る 。 国鉄 183 系 電車 ( 特急 「 北 近畿 」 「 文殊 」 ) 国鉄 キハ 65 形 気動 車 ( 臨時 特急 カニカニ 北 近畿 ・ 臨時 特急 カニカニ エクスプレス ) - 以前 は 特急 エーデル 北 近畿 ・ 丹後 ・ 鳥取 、 急行 だい せん で の 運用 が あ っ た が 、 これ ら が 廃止 さ れ た ため 、 定期 運用 は な い 。 北 近畿 タンゴ 鉄道 KTR001 形 気動 車 ( 特急 タンゴ エクスプローラー ) 国鉄 485 系 電車 ( 特急 北 近畿 ) 国鉄 201 系 電車 ( 普通 列車 ) 国鉄 205 系 電車 ( 普通 列車 ) 国鉄 117 系 電車 ( 快速 ・ 普通 列車 ) - 2001 年 まで は 奈良 線 と 共通 運用 だっ た 。 国鉄 103 系 電車 ( 普通 列車 ) - 1981 年 4 月 ~ 2003 年 8 月 。 また 、 JR 福知 山 線 脱線 事故 の 車両 と な っ た 207 系 の 車体 塗装 の 塗り替え に よ る 運用 離脱 が 相 次 い だ ため 、 路線 の 運転 再開 後 に 一時 的 で は あ る が 応援 運用 に も 入 っ た 。 北 近畿 タンゴ 鉄道 KTR8000 形 気動 車 ( 特急 タンゴ ディスカバリー ) - 1996 年 から 1999 年 まで 新 大阪 発着 列車 が 「 タンゴ ディスカバリー 」 を 名乗 っ て い た 。 また 、 2005 年 6 月 19 日 ~ 2007 年 3 月 17 日 の 間 、 北 近畿 タンゴ 鉄道 KTR001 形 気動 車 の 代替 で タンゴ エクスプローラー に 使用 さ れ て い た 。 国鉄 キハ 58 系 気動 車 ( 特急 エーデル 北 近畿 ・ 丹後 ・ 鳥取 、 急行 だい せん 、 急行 丹後 、 普通 列車 ) 国鉄 キハ 40 系 気動 車 ( 2 代 ) ( 快速 ・ 普通 列車 ) 国鉄 キハ 80 系 気動 車 ( 特急 まつかぜ ) 国鉄 キハ 181 系 気動 車 ( 特急 まつかぜ ) 国鉄 12 系 客 車 ( 急行 だい せん ・ 普通 列車 ) 国鉄 14 系 客 車 ( 急行 だい せん ) 国鉄 20 系 客 車 ( 急行 だい せん ) 国鉄 オハ 35 系 客 車 ( 普通 列車 ) 国鉄 スハ 43 系 客 車 ( 普通 列車 ) 国鉄 60 系 客 車 ( 普通 列車 ) 国鉄 10 系 客 車 ( 普通 列車 ) 国鉄 50 系 客 車 ( 普通 列車 ) 福知 山 線 は 大阪 と 北 近畿 を 福知 山 駅 経由 で 「 南北 」 に 結 ぶ 鉄道 で あ る 。 従来 、 福知 山 線 は 単線 の 地方 ローカル 線 と し て 運行 さ れ て い た 。 乗車 人員 が 少な い 駅 が 多 かっ た が 、 1986 年 11 月 1日 の 宝塚 以北 電化 、 宝塚 ~ 新 三田 間 複線 化 を 機 に 、 篠山口 駅 以南 で は 沿線 の 開発 が 急 ピッチ で 進め られ 、 その 上 並行 する 阪急 電鉄 阪急 宝 塚本線 ・ 阪急 伊丹 線 から 大幅 に 乗客 が シフト し た こと も あ っ て 乗客 数 は 急増 。 JR 発足 時 は 、 1 日 の 運転 本数 が 100 本 足 ら ず だっ た 福知 山 線 は 、 1997 年 の JR 東西 線 開業 以降 は 1 日 360 本 を 超え る 過密 ダイヤ ( 近隣 の 同じ 複線 路線 で あ る 阪和線 や 大和 路線 に 比べれ ば 本数 は まだ 少な い が 、 これ が JR 福知 山 線 脱線 事故 の 一因 に な っ た と も い わ れ る ) へ と 変化 し て い っ た 。 篠 山口 駅 以南 の 複線 化 に よ る 増発 で 大阪 駅 へ の アクセス が 飛躍 的 に 向上 し 、 JR 東西 線 の 開業 で 大阪 市内 や 大阪 東部 、 奈良 方面 と の アクセス も 充実 し た 。 福知 山 線 で 最も 利用 者 の 多 い 駅 は 宝塚 駅 で 、 2004 年度 現在 で の 1 日 の 乗車 客 数 約 3 万 人 。 その 他 の 乗車 客 数 1 万 人 以上 の 主要 駅 は 、 順 に 伊丹 駅 ( JR 西 日本 ) が 約 2 万 1 千 人 、 川西 池田 駅 が 約 2 万 人 、 三田 駅 ( 兵庫 県 ) が 約 1 万 6千 人 、 新 三田 駅 が 約 1 万 4千 人 で あ る 。 アーバン ネットワーク 内 で も 新 三田 以北 で は 利用 者 数 が 少な く な り 、 7 駅 合計 で 約 1 万 人 に 留ま る 。 大阪 ~ 篠山 口 間 と 篠 山口 ~ 福知 山間 で は 乗客 数 に 大きな 差 が あ る ため 、 一部 の 全線 直通 運転 の 快速 列車 は 篠山口 駅 で 増解 結 が 行 わ れ 、 大阪 ~ 篠山 口 間 で は 8 両 、 篠山口 ~ 福知 山間 で は 4 両 で 運転 さ れ る 。 また 特急 列車 は 4 両 編成 で 運行 さ れ る こと も あ る 。 上り は 朝 ラッシュ 時 に 下り は 夕方 から 夜 に かけ て の ラッシュ 時 に 篠 山口 ~ 大阪 間 を 走行 する 列車 が 篠山口 駅 で 増解 結 を 行 う 。 その 他 の 全線 直通 列車 は 始発 駅 から 終点 に 到着 する まで 一貫 し て 4 両 編成 か 6 両 編成 で 運行 さ れ る 。 ワンマン 列車 や 特急 列車 が 中心 で 電車 の 本数 は 特急 列車 と 普通 列車 が 1 時間 に 1 本 ずつ ( ラッシュ 時 は 普通 列車 が 1 時間 に 2 ~ 3 本 ) しか な く 、 乗降 客 の 少な い 駅 が 多 い 。 また 、 尼崎 ~ 宝塚 間 も 含め て 国鉄 時代 に 大阪 電車 特定 区間 に 含 ま れ な かっ た ため 大阪 近辺 の JR 線 に し て は 運賃 が 高 く な っ て い る の が 特徴 で あ る 。 福知 山 線 の 発祥 は 、 川辺 馬車 鉄道 が 開業 さ せ た 尼ヶ崎 ( のち の 尼崎 港 ) ~ 伊丹 間 の 馬車 鉄道 で あ る 。 のち に 摂津 鉄道 と 改称 し て 馬車 鉄道 を 蒸気 動力 の 軽便 鉄道 に 改築 し 尼ヶ崎 ~ 池田 ( 現在 の 川西 池田 ) 間 を 開業 さ せ た 。 当時 の 池田 駅 は 呉服 橋 西詰付近 に あ っ た 。 摂津 鉄道 は 、 大阪 市 から 舞鶴 市 まで の 鉄道 を 計画 し て い た 阪鶴 鉄道 に 合併 さ れ 、 改軌 し た 上 で 宝塚 駅 まで 開業 。 以後 順次 延伸 さ れ て 、 1899 年 に は 福知 山 南口 駅 ( 堀内田 町 付近 ) まで 開通 し た 。 190 4 年 、 軍部 から の 要請 で 対 ロシア 戦略 の 軍用 鉄道 と し て 舞鶴 鎮守 府 まで の 開通 を 急 が さ れ た 福知 山 ~ 綾部 ~ 新 舞鶴 ( 現在 の 東舞鶴 駅 ) 間 が 官設 で 開通 。 阪鶴 鉄道 も 現在 の 福知 山 駅 ( 天田 ) まで 延伸 し 、 福知 山 ~ 新 舞鶴間 の 貸与 を 受け て 、 大阪 ~ 舞鶴 間 を 結 ぶ 鉄道 が 完成 し た 。 阪鶴 鉄道 は 1907 年 に 国有 化 さ れ 、 官設 区間 と あわせ て 阪鶴 線 と 呼 ば れ て い た が 、 山陰 本線 の 京都 ~ 出雲 今 市 ( 現在 の 出雲 市 ) 間 が 1912 年 に 開通 し た の を 機 に 、 神崎 ( 現在 の 尼崎 ) ~ 福知 山間 、 塚口 ~ 尼ヶ崎 間 が 福知 山 線 と な っ た 。 大阪 と 山陰 方面 を 結 ぶ 亜 幹線 と さ れ た が 、 線路 改良 や 電化 など の 近代 化 は 大幅 に 遅れ た 。 さらに 国鉄 C 54 形 蒸気 機関 車 や 国鉄 DD 54 形 ディーゼル 機関 車 が 配属 さ れ 、 特急 「 まつかぜ ( 列車 ) 」 が 福知 山 線 経由 で 1961 年 から 設定 さ れ て い た が 、 1972 年 に 新設 さ れ た 特急 「 はまかぜ ( 列車 ) 」 に 至 っ て は 時間 短縮 を 理由 に 姫路 経由 と な る など 亜 幹線 と し て 機能 し て い る と は 言 い 難 い 状況 で あ っ た 。 加え て 、 普通 列車 は 永らく 国鉄 DD51 形 ディーゼル 機関 車 牽引 に よ る 旧 型 客 車 が 使用 さ れ 続け る など 、 車両 面 で の 近代 化 は 大き く 遅れ て い た ( ただ 車両 に つ い て は 1980 年 代 前半 に 生瀬 ~ 武田 尾間 を 走行 中 の 普通 列車 から 身 を 乗り出 し て い た 小学 生 が 誤 っ て 転落 死 し た こと も あ り 、 大阪 発着 の 客 車 列車 に 関 し て は 、 1985 年 3 月 の ダイヤ 改正 で 自動 扉 が つ い た 国鉄 12 系 客 車 客 車 に 置き換え られ て 近代 化 し て い る ) 。 設備 面 で は 、 1970 年 代 後半 から 近代 化 が 進め られ た 。 1979 ~ 1980 年 に かけ て 塚口 ~ 宝塚 間 が 順次 複線 化 さ れ 、 翌 1981 年 に 尼崎 ~ 宝塚 間 の 電化 が 完了 。 また 、 1980 年 代 前半 まで 腕木 式 信号 機 が 現存 し た が 列車 集中 制御 装置 化 に よ り 姿 を 消 し た 。 だ が 、 近代 化 後 も 利用 客 は ほとんど 伸び ず 、 宝塚 まで 電化 と 同時 に 国鉄 103 系 電車 6 両 編成 に よ る 普通 電車 が 大阪 ~ 宝塚 間 で 運転 を 開始 し た もの の 、 後 に 4 両 編成 に 減車 さ れ て い る 。 当時 の 普通 電車 は 毎時 1 本 しか な く 、 さらに 宝塚 以北 は 気動 車 か 客車 で の 運転 だっ た の で 、 三田 から 大阪 へ 向か う 客 も 宝塚 で 阪急 宝 塚 本線 に 乗り換え さ れ る など し て い た 。 また 当時 は 神戸 電鉄 経由 ( 当時 は 北神 急行 電鉄 北神線 が 開業 し て い な かっ た の で 鈴蘭 台 ・ 新開地 経由 ) で の 所要 時間 と は 大き く 差 が な かっ た が 、 本数 は 福知 山 線 の 方 が 相当 少な かっ た 。 福知 山 線 に と っ て 劇的 な 変化 が 起こ る の は 、 1986 年 に 宝塚 ~ 新 三田 間 の 複線 化 、 福知 山 まで の 全線 電化 ( 電化 は 山陰 本線 城崎 温泉 駅 まで ) が 完成 し て から で あ る 。 全線 電化 の 少し 前 に 、 武庫 川 の 渓谷 沿い に 走 っ て い た ため 複線 化 が 困難 で あ っ た 生瀬 ~ 道場 間 に つ い て 、 トンネル の 連続 する 複線 の 新線 を 新規 に 建設 し て 切り替え られ た 。 全線 電化 以降 、 電車 特急 「 北 近畿 」 の 運転 開始 に 加え 、 普通 電車 は 国鉄 113 系 電車 2 両 編成 を 主体 と し て 日中 毎時 3 本 ( 1 本 が 大阪 ~ 福知 山 、 2 本 が 大阪 ~ 新 三田 ) に 増発 さ れ た が 、 2 両 編成 は 短 過ぎ て 多く の 列車 で 満員 と な り 遅延 が 続発 、 特に 22 時 台 以降 から 最終 電車 に かけ て は 時 に 積み残し が 出 る など 苦情 が 相 次 い だ 。 反面 、 福知 山 線 最初 の 開業 区間 で も あ っ た 塚口 ~ 尼崎 港 間 の 通称 尼崎 港 線 が 、 旅客 営業 を 1981 年 に 廃止 し た 後 、 1984 年 に 完全 に 廃止 さ れ た 。 同線 は 1898 年 に 東海道 本線 の 尼崎 駅 へ の 連絡 線 を 設け て 大阪 方面 と の 直通 運転 を 始め て から は 、 塚口 ~ 尼崎 港 間 の 盲腸 線 と な っ て い た 。 晩年 の 旅客 列車 の 本数 は 1 日 2 往復 で あ っ た 。 その 後 は 車両 増結 で 対処 し た が 、 当時 人口 が 急増 し て い た 西宮 市 北部 地区 や 三田 市 の 住民 から 快速 列車 の 設定 を 希望 する 声 が 相 次 い だ ため 、 民営 化 後 の 1989 年 より 快速 が 登場 ( 快速 の 区間 は 現在 と 同じく 、 大阪 ~ 三田 間 のみ ) 。 この 時点 で 日中 は 特急 0 ~ 1 本 、 快速 2 本 、 普通 4 本 の 現在 と ほぼ 変わ ら ぬ 姿 と な る 。 1997 年 に は 、 篠山口 駅 まで の 複線 化 が 完成 し 、 JR 東西線 ・ 片町 線 ( 学研 都市 線 ) と の 直通 運転 が 開始 さ れ た 。 2005 年 、 塚口 ~ 尼崎 間 を 走行 中 の 快速 列車 が 脱線 し 、 多く の 死傷 者 を 出 す JR 福知 山 線 脱線 事故 が 発生 。 この 事故 は 、 JR 西 日本 の 経営 体質 や 社員 の 管理 に まで 言及 さ れ る こと と な っ た 。 1891 年 ( 明治 24 年 ) 9 月 - 川辺 馬車 鉄道 尼ヶ崎 ~ 伊丹 間 が 開業 。 馬車 鉄道 。 1892 年 ( 明治 25 年 ) 6 月 - 川辺 馬車 鉄道 が 摂津 鉄道 に 改称 。 1893 年 ( 明治 26 年 ) 12 月 12 日 - 尼ヶ崎 ~ 池田 間 ( 8 マイル 35 チェーン ( 単位 ) ≒ 13 . 58 km ) を 軌間 762 mm の 軽便 鉄道 に 改築 。 尼ヶ崎 駅 ( 後 の 尼崎 港 駅 ) 、 ( 貨 ) 長洲 駅 、 伊丹 駅 、 池田 駅 ( 現在 の 川西 池田 駅 ) 開業 。 馬車 鉄道 時代 は 東海道 線 と 平面 交差 し て い た が 、 改築 後 は 貨車 を 除 い て 横断 を 禁止 さ れ 、 南北 に 構内 を 分断 さ れ た 長洲 駅 を 旅客 は 徒歩 連絡 、 貨車 は 人力 で 横断 さ せ て い た 。 1894 年 ( 明治 27 年 ) 3 月 6 日 - 大物 駅 、 塚口 駅 開業 。 1897 年 ( 明治 30 年 ) 2 月 16 日 - 摂津 鉄道 が 阪鶴 鉄道 に 合併 。 12 月 27 日 - 池田 ~ 宝塚 間 ( 4 M 50 C ≒ 7 . 44 km ) が 軌間 1067 mm で 延伸 開業 。 中山 駅 ( 後 の 中山 寺 駅 ) 、 宝塚 駅 開業 。 池田 駅 移転 。 12 月 28 日 - 尼ヶ崎 ~ 池田 間 の 軌間 を 1067 mm に 改軌 ・ 改キロ 、 同 区間 で 43 C ≒ 0 . 8 7 km 短縮 。 1898 年 ( 明治 31 年 ) 6 月 8 日 - 宝塚 ~ 有馬 口 間 ( 1 M 11 C ≒ 1 . 8 3 km ) 、 神崎 ~ 塚口 間 ( 1 M38 C ≒ 2 . 37 km ) 延伸 開業 。 有馬口 駅 ( 後 の 生瀬 駅 ) 開業 。 東海道 本線 神崎 駅 ( 現在 の 尼崎 駅 ) に 乗り入れ 。 長洲 ~ 塚口 間 ( 1 M 19 C ≒ 1 . 9 9 km ) 廃止 、 尼ヶ崎 ~ 長洲 間 は 孤立 区間 と な る 。 1899 年 ( 明治 32 年 ) 1 月 25 日 - 有馬 口 ~ 三田 間 ( 9 M 68 C ≒ 15 . 85 km ) が 延伸 開業 。 武田尾 駅 、 道場 駅 、 三田 駅 開業 。 3 月 25 日 - 三田 ~ 篠山間 ( 15 M29 C ≒ 2 4 . 72 km ) が 延伸 開業 。 有馬 口 駅 を 生瀬 駅 に 改称 。 広野 駅 、 相野 駅 、 藍本 駅 、 古市 駅 、 篠山 駅 ( 現在 の 篠山口 駅 ) 開業 。 4 月 10 日 - 改キロ 、 全線 で 2 C ≒ 0 . 0 4 km 延長 。 5 月 25 日 - 篠山 ~ 柏原 間 ( 13 M34 C ≒ 2 1 . 6 1 km ) が 延伸 開業 。 大山 駅 ( 後 の 丹波 大山 駅 ) 、 下滝 駅 、 谷川 駅 、 柏原 駅 開業 。 7 月 15 日 - 柏原 ~ 福知 山 南口 間 ( 15 M68 C ≒ 25 . 51 km ) が 延伸 開業 。 石生 駅 、 黒井 駅 、 市島 駅 、 竹田 駅 ( 後 の 丹波 竹田 駅 ) 、 福知 山 南口 駅 ( 後 の 福知 駅 ) 開業 。 190 0 年 ( 明治 33 年 ) 度 - 尼ヶ崎 ~ 長洲 間 ( 1 M 58 C ≒ 2 . 78 km ) 休止 。 190 2 年 ( 明治 35 年 ) 1 1 月 12 日 - マイル ・ チェーン 表記 から マイル 表記 に 簡略 化 ( 神崎 ~ 福知 山 南口 間 66 M55 C → 66 . 7 M ) 。 190 3 年 ( 明治 36 年 ) 4 月 30 日 - 池田 ~ 中山間 に 花畑 臨時 駅 が 開業 。 8 月 1日 - 花畑 仮 停車 場 廃止 。 11 月 1日 - 福知 山 南口 駅 を 福知 駅 に 改称 。 190 4 年 ( 明治 37 年 ) 1 1 月 3 日 - 福知 ~ 福知 山間 ( 0 . 7 M ≒ 1 . 1 3 km ) が 延伸 開業 し 、 官設 鉄道 福知山 駅 に 乗り入れ 。 同日 開業 し た 官設 鉄道 福知山 ~ 綾部 ~ 新 舞鶴 ( 現在 の 東舞鶴 駅 ) 間 を 阪鶴 鉄道 が 借り入れ 。 190 5 年 ( 明治 38 年 ) 7 月 13 日 - 貨物 支線 塚口 ~ 長洲 間 ( 1 . 2 M ≒ 1 . 9 3 km ) が 再開業 、 長洲 ~ 尼ヶ崎 間 ( 1 . 7 M ≒ 2 . 76 km ) が 再開 、 東海道 線 と 立体 交差 化 。 尼ヶ崎 駅 再開 。 大物 駅 、 ( 貨 ) 長洲 駅 廃止 。 1907 年 ( 明治 40 年 ) 8 月 1日 - 阪鶴 鉄道 が 国有 化 。 11 月 1日 - 神崎 ~ 福知 山間 改キロ 、 0 . 4 M ≒ 0 . 6 4 km 短縮 。 1909 年 ( 明治 42 年 ) 10 月 1日 - 福知 駅 廃止 。 10 月 12 日 - 線路 名称 制定 、 神崎 ~ 福知 山 ~ 新 舞鶴 ( 現在 の 東舞鶴 ) 間 、 塚口 ~ 尼ヶ崎間 など を 阪鶴 線 と する 。 1911 年 ( 明治 44 年 ) 9 月 6 日 - 塚口 ~ 尼ヶ崎 間 の 旅客 営業 再開 。 神崎 乗降場 開業 。 11 月 1日 - 竹田 駅 を 丹波 竹田 駅 に 改称 。 1912 年 ( 明治 45 年 ) 3 月 1日 - 神崎 ~ 福知 山間 、 塚口 ~ 尼ヶ崎 間 が 阪鶴 線 から 分離 さ れ 、 福知 山 線 と な る 。 4 月 16 日 - 支線 に 金楽 寺 駅 開業 。 1913 年 ( 大正 2 年 ) 9 月 1日 - 惣川 駅 開業 。 1915 年 ( 大正 4 年 ) 9 月 11 日 - 中山 駅 を 中山 寺 駅 に 改称 。 1917 年 ( 大正 6 年 ) 5 月 1日 - 大山 駅 を 丹波 大山 駅 に 改称 。 1918 年 ( 大正 7 年 ) 5 月 15 日 - 伊丹 ~ 池田 間 に 猪名川 仮 信号 所 を 開設 。 9 月 13 日 - 猪名川 仮 信号 所 廃止 。 1926 年 ( 大正 15 年 ) 3 月 15 日 - 惣川 駅 の 旅客 営業 廃止 。 1930 年 ( 昭和 5 年 ) 4 月 1日 - マイル 表示 から メートル 表示 に 変更 ( 神崎 ~ 福知 山間 67 . 0 M → 108 . 3 km 、 塚口 ~ 尼ヶ崎 間 2 . 9 M → 4 . 6 km ) 。 1934 年 ( 昭和 9 年 ) 5 月 15 日 - 神崎 ~ 塚口 間 が 複線 化 。 1944 年 ( 昭和 19 年 ) 3 月 1日 - 篠山 駅 を 篠山口 駅 に 改称 。 4 月 1日 - 北 伊丹 駅 開業 。 1949 年 ( 昭和 24 年 ) 1 月 1日 - 神崎 駅 を 尼崎 駅 に 、 尼ヶ崎 駅 を 尼崎 港 駅 に 、 神崎 乗降場 を 尼崎 乗降場 に 改称 。 1951 年 ( 昭和 26 年 ) 8 月 1日 - 池田 駅 を 川西 池田 駅 に 改称 。 1955 年 ( 昭和 30 年 ) 10 月 24 日 - 南矢代 駅 開業 。 1956 年 ( 昭和 31 年 ) 1 1 月 19 日 - 尼崎 ~ 塚口 間 が 電化 。 1958 年 ( 昭和 33 年 ) 3 月 27 日 - 草野 駅 開業 。 1961 年 ( 昭和 36 年 ) 10 月 1日 - 特急 「 北 近畿 ( 列車 ) 」 運転 開始 。 1969 年 ( 昭和 44 年 ) 4 月 30 日 - 尼崎 乗降場 を 書類 上 尼崎 駅 に 併合 し 、 尼崎 臨時 乗降場 と する 。 1979 年 ( 昭和 54 年 ) 7 月 1日 - ( 貨 ) 惣川 駅 廃止 。 9 月 27 日 - 塚口 ~ 北伊丹 間 が 複線 化 。 1980 年 ( 昭和 55 年 ) 9 月 3 日 - 川西 池田 駅 が 北伊丹 方 に 0 . 2 km 移転 。 12 月 5 日 - 北 伊丹 ~ 中山 寺 間 が 複線 化 。 12 月 11 日 - 中山 寺 ~ 宝塚 間 が 複線 化 。 1981 年 ( 昭和 56 年 ) 4 月 1日 - 塚口 ~ 宝塚 間 が 電化 。 猪名 寺 駅 開業 。 塚口 ~ 尼崎 港 間 の 旅客 営業 廃止 。 金楽寺 駅 、 尼崎 臨時 乗降場 廃止 。 1982 年 ( 昭和 57 年 ) 2 月 27 日 - 篠 山口 ~ 福知 山間 CTC 化 。 1984 年 ( 昭和 59 年 ) 2 月 1日 - 貨物 支線 ( 尼崎 港線 ) 塚口 ~ 尼崎 港間 ( 4 . 6 km ) が 廃止 ( 貨 ) 尼崎 港 駅 廃止 。 3 月 10 日 - 広野 ~ 篠山口 間 CTC 化 。 1986 年 ( 昭和 61 年 ) 8 月 1日 - 宝塚 ~ 三田 間 が 複線 化 。 生瀬 ~ 道場 間 を 新線 に 切り替え 、 1 . 8 km 短縮 。 10 月 15 日 - 三田 ~ 新 三田 間 が 複線 化 。 尼崎 ~ 広野 間 CTC 化 。 11 月 1日 - 宝塚 ~ 福知 山間 が 電化 し 、 全線 電化 完了 。 西宮 名塩 駅 、 新 三田 駅 開業 。 全線 の 貨物 営業 廃止 。 エル 特急 「 北 近畿 ( 列車 ) 」 運転 開始 。 特急 「 まつかぜ 」 廃止 。 1987 年 ( 昭和 62 年 ) 4 月 1日 - 国鉄 分割 民営 化 に よ り 西 日本 旅客 鉄道 が 承継 。 1988 年 ( 昭和 63 年 ) 3 月 13 日 - 大阪 ~ 篠山口 間 の 愛称 と し て JR 宝塚 線 を 使用 開始 。 大阪 ~ 篠山 口間 に 「 ほくせつ ライナー 」 運転 開始 。 JR 宝塚 線 に つ い て は 当初 は 新 三田 まで であ っ た が 、 発表 直後 に 多紀 郡 ( 現 篠山 市 ) が 反発 し 、 篠山口 まで と な っ た 。 1993 年 ( 平成 5 年 ) 3 月 18 日 - JR 西 日本 207 系 電車 投入 。 1996 年 ( 平成 8 年 ) 12 月 1日 - 広野 ~ 古市 間 が 複線 化 。 1997 年 ( 平成 9 年 ) 3 月 8 日 - 新 三田 ~ 広野 間 、 古市 ~ 篠山 口 間 が 複線 化 。 JR 東西線 を 経 て 片町 線 と 直通 運転 開始 。 9 月 1日 - 普通 列車 が JR 京都 線 と 直通 運転 開始 。 それ に 伴 い 国鉄 201 系 電車 ・ 国鉄 205 系 電車 運用 開始 。 2000 年 ( 平成 12 年 ) 3 月 11 日 - 「 丹波 路 快速 」 運転 開始 。 12 月 2 日 - 篠 山口 ~ 福知 山間 の 一部 列車 で ワンマン 運転 開始 。 2002 年 ( 平成 14 年 ) 10 月 5 日 - 「 ほくせつ ライナー 」 廃止 2003 年 ( 平成 15 年 ) 8 月 - 国鉄 103 系 電車 運行 終了 。 2003 年 ( 平成 15 年 ) 12 月 1日 - 快速 の 停車 駅 に 中山 寺 駅 追加 。 2004 年 ( 平成 16 年 ) 10 月 16 日 - 急行 「 だいせん ( 列車 ) 」 廃止 。 夜行 列車 が 消滅 。 2005 年 ( 平成 17 年 ) 4 月 25 日 - 尼崎 ~ 塚口 間 で JR 福知 山 線 脱線 事故 。 死者 107 名 、 負傷 者 555 名 の 大 惨事 に 。 これ に よ り 尼崎 ~ 宝塚 間 が 不通 と な る 。 詳細 は JR 福知 山 線 脱線 事故 を 参照 。 6 月 19 日 - 尼崎 ~ 宝塚 間 運転 再開 。 尼崎 ~ 新 三田 間 ATS - P 使用 開始 。 北 近畿 タンゴ 鉄道 KTR001 形 気動 車 、 国鉄 117 系 電車 運行 終了 。 11 月 26 日 - 福知 山 駅 付近 高架化 。 12 月 1日 - JR 西 日本 321 系 電車 運行 開始 。 2006 年 ( 平成 18 年 ) 2 月 - 205 系 電車 運行 終了 。 全 編成 阪和線 に 転属 。 2007 年 ( 平成 19 年 ) 3 月 - 201 系 電車 運行 終了 。 KTR001 形 気動 車 が ATS - P 車上 装置 を 設置 の 上 で 運行 再開 。 現在 、 大阪 国際 空港 ( 伊丹 空港 ) に は 大阪 高速 鉄道 が 乗り入れ て い る が 、 JR の 路線 は 乗り入れ て い な い 。 そこ で 伊丹 空港 に 近 い JR 伊丹 駅 から 伊丹 空港 まで の 空港 アクセス 路線 を 建設 する 「 JR 福知山 線 分岐 線 構想 」 と 言 わ れ る 構想 が あ る 。 1990 年代 に 入 り 一部 筋 から 構想 が 持ち上が っ た が 、 猪名川 を 渡 っ たり 滑走 路 を 地下 線 で 横断 する 必要 が あ り 大回り で 建設 費 も かさ む こと から 実現 性 の 薄 い 構想 と いえ る ( 建設 主体 や 資金 の 手当て など の 現実 的 な 案 は な い ) 。 しかも 莫大 な 建設 費 の 償還 が 必要 な 大阪 モノレール を 窮地 に 追い込 む こと から この 構想 に 異 を 唱え る 意見 も あ る 。 現在 は 阪急 が 蛍池 駅 に 快速 急行 ( 急行 ) を 停車 さ せ 大阪 モノレール と の 連携 を 強化 し 、 都心 へ の 所要 時間 を 短縮 し た こと に よ り 本構想 は 代替 さ れ た と も いえ る 。 中山 寺 ~ 宝塚 間 へ の 新駅 建設 案 が 計画 さ れ て い る 。 利用 者 の 増加 に 役立 つ と 見込 ま れ て い る 。 丹波 市 は 、 篠山口 ~ 福知 山間 の 単線 区間 を 複線 化 を JR 西 日本 に 要望 し て い る 。 また 丹波 市 は 団体 利用 へ の 運賃 補助 を 行 い 、 兵庫 県 も 特急 列車 の 料金 補助 を 行 う 社会 実験 を 実施 し て い る 。 そして 兵庫 県 は 「 乗 っ て 近づ く 複線 化 」 、 など と 呼びかけ て い る 。 だ が 、 2003 年度 の 1 日 の 乗車 人員 は この 区間 の 丹波 大山 駅 から 丹波 竹田 駅 まで の 8 駅 を 合わせ て も 約 3 , 600 人 で あ り 、 その 多く が 高校 生 で あ り 、 また 篠山口 駅 以北 で は 減少 傾向 に あ る 。 また 、 尼崎 駅 ~ 篠山口 駅 間 の 駅間 距離 が 平均 約 2 . 9 km ( 快速 停車 駅 のみ で も 平均 約 4 . 1 km ) で あ る の に 対 し 、 篠山口 駅 ~ 福知 山 駅 間 の 駅間 距離 は 平均 約 5 . 3 km で あ り 、 福知 山 線 沿線 に 自宅 を 構え て い て も 自宅 から 駅 まで 距離 が あ る 世帯 が 多 い 。 その 上 、 快速 列車 ( 丹波 路 快速 を 含 む ) は 三田 駅 以北 の 72 . 8 km ( 福知 山 線 全 営業 キロ の 約 68 % ) が 各 駅 停車 で 利便 性 ・ 速達 性 に 乏し く 、 特別 急行 列車 を 利用 する に し て も 特急 料金 が 発生 し て 交通 費 が 高額 に な っ て しま う 。 この ため 、 電車 より も 車 で アクセス する 人 が 多 い 。 山間 部 と い う こと も あ り 、 複線 化 は 困難 な 状態 で あ る 。 なお 、 篠山口 駅 から 柏原 駅 まで の 間 は 谷川 駅 を 経由 する ため 遠回り を し て お り 、 さらに 途中 の 川代 渓谷 は 急曲 線 続き で 速度 が 上が ら ず 、 たびたび 崖崩れ が 発生 し 防災 上 も 問題 が あ る こと から 、 過去 に 何 度 か 谷川 駅 を 通 ら な い 鐘ヶ坂 176 号 線 沿い に 鐘ヶ坂 を 越え る ルート へ の 移設 が 検討 さ れ て き た が 、 現在 の 利用 状況 で は 新線 の 建設 は 困難 と 考え られ る 。 旧 西紀 町 経由 で は 丹波 大山 駅 また は 下滝 駅 から 谷川 駅 まで が 廃線 に な る と 見 られ る こと から 、 谷川 駅 に 「 現行 ルート で の 複線 化 」 を 求め る 横断 幕 が あ る の は こう い っ た 背景 が あ る 。 ※ 1981 年 の 旅客 営業 廃止 直前 の もの 。 尼崎 港線 の 尼崎 駅 は 東海道 本線 の 駅 と は 約 300 m 離れ て い た 。 なお 、 塚口 ~ 尼崎 間 の 実 キロ は 約 1 . 9 km だ が 、 本線 の 同 区間 に あわせ て い た 。 廃止 区間 ( 尼崎 港線 ) に あ る 駅 を 除 く 。 本線 ( 括弧 内 は 尼崎 駅 起点 の 営業 キロ ) 猪名川 信号 場 - 1918 年 廃止 ・ 伊丹 ~ 北伊丹間 ( 約 7 . 3 km ) 花畑 臨時 駅 - 190 3 年 廃止 ・ 川西 池田 ~ 中山 寺間 ( 約 13 . 4 km ) 惣川 駅 - 1979 年 廃止 ・ 宝塚 ~ 生瀬 間 ( 18 . 5 km ) 福知 駅 - 1909 年 廃止 ・ 丹波 竹田 ~ 福知 山間 ( 約 10 0 . 6 km ) 尼崎 港線 ( 括弧 内 は 塚口 駅 起点 の 営業 キロ ) 長洲 駅 - 190 5 年 廃止 ・ 塚口 ~ 金楽 寺 間 ( 約 1 . 9 km ) 大物 駅 - 190 5 年 廃止 ・ 金楽 寺 ~ 尼崎 港間 ( 約 3 . 7 km ) 名称 など は 廃止 時点 の もの 。 川西 池田 駅 : 能勢 電鉄 妙見 線 ( 能勢 電鉄 国鉄 前線 ) ( 川西 国鉄前 駅 ) - 1981 年 12 月 20 日 廃止 。 三田 駅 : 国有 鉄道 有馬 線 - 1943 年 7 月 1日 休止 。 篠 山口 駅 : 国鉄 篠山 線 - 1972 年 3 月 1日 廃止 。 篠山 鉄道 ( 篠山 駅 ) - 1944 年 3 月 21 日 廃止 。 福知山 駅 : 北丹 鉄道 - 1971 年 3 月 2 日 休止 、 1974 年 2 月 28 日 廃止 。 +山陰 本線 ( さんいん ほんせん ) は 、 京都 府 京都 市 下京 区 の 京都 駅 から 福知 山 駅 、 鳥取 駅 、 米子 駅 、 出雲 市 駅 、 長門 市 駅 を 経 て 山口 県 下関 市 の 幡生 駅 に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 幹線 ) で あ る ( ただし 幡生 側 の 列車 は 下関 駅 まで 運転 ) 。 この ほか 、 仙崎 支線 あるいは 仙崎 線 と 呼 ば れ る 長門 市 駅 ~ 仙崎 駅 間 の 支線 を 持 つ 。 京都 ~ 園部 駅 間 が 大 都市 近郊 区間 に 含 ま れ る 。 京都 ~ 園部 間 に は 嵯峨野 線 と い う 愛称 が あ り 、 京都 駅 など で は 両者 を 併せ て 嵯峨野 山陰 線 と 案内 する こと も あ る 。 その 嵯峨野 線 各 駅 で は J スルー ・ ICOCA 、 及び 東 日本 旅客 鉄道 ( JR 東 日本 ) の Suica 、 東海 旅客 鉄道 ( JR 東海 ) の TOICA 、 また スルッと KANSAI の PiTaPa が 使用 でき る 。 京都 と 丹波 国 ・ 但馬 国 地方 および 山陰 地方 の 各 都市 を 結 ん で い る 。 2002 年 に これ まで 最長 だっ た JR 東 日本 東北 本 線 の うち 、 盛岡 ~ 八戸 間 が 東北 新 幹線 八戸 駅 開業 に 伴 い 、 IGR いわて 銀河 鉄道 ・ 青 い 森 鉄道 に 転換 さ れ て 分断 さ れ た ため 、 山陰 本線 が 営業 キロ 交通 に 関 する 日本 一 の 一覧 鉄道 の 路線 と な っ た 。 ただし 、 支線 部分 を 合算 し た 場合 は 東海道 本線 の 方 が 長 い 。 管轄 ・ 路線 距離 ( 営業 キロ ) : 全長 67 6 . 0 km ( 支線 含 む ) 西 日本 旅客 鉄道 ( 鉄道 事業 者 ) : 京都 ~ 幡生間 67 3 . 8 km 長門 市 ~ 仙崎 間 2 . 2 km 日本 貨物 鉄道 ( 鉄道 事業 者 ) : 伯耆 大山 ~ 東松 江間 ( 27 . 1 km ) ( ただし 、 米子 ~ 東松 江間 は 休止 中 ) 岡見 ~ 益田 間 ( 16 . 9 km ) 嵯峨野 観光 鉄道 ( 第 二 種 鉄道 事業 者 ) : トロッコ 嵯峨 ~ トロッコ 亀岡 間 ( 7 . 3 km ) 軌間 : 10 67 mm 駅数 : 160 駅 ( 起終点 駅 含 む 。 嵯峨野 観光 鉄道 の 駅 は 除 く ) 複線 区間 : 二条 ~ 花園 間 嵯峨 嵐山 ~ 馬堀 間 ( 旧線 を 含め る と 一部 区間 を 除 き 三線 で 、 旧 線 は 嵯峨野 観光 鉄道 が 第 二 種 鉄道 事業 者 と し て トロッコ 列車 を 運行 し て い る ) 綾部 ~ 福知 山間 伯耆 大山 ~ 安来 間 東松江 ~ 松江間 玉造 温泉 ~ 来待 間 電化 区間 : 京都 ~ 城崎 温泉 間 、 伯耆 大山 ~ 西出 雲間 ( 直流 1500 V ) 閉塞 ( 鉄道 ) : 西出雲 以東 の 複線 区間 複線 自動 閉塞 式 西出雲 以東 の 単線 区間 単線 自動 閉塞 式 西出雲 以西 、 仙崎 支線 自動 閉塞 式 ( 特殊 ) 最高 速度 : 京都 ~ 嵯峨 嵐山間 120 km / h 嵯峨 嵐山 ~ 馬堀 間 130km / h 馬堀 ~ 綾部 間 120 km / h 綾部 ~ 福知 山間 130km / h 福知山 ~ 鳥取 間 95 km / h 鳥取 ~ 出雲 市 間 120 km / h 出雲 市 ~ 益田 間 110km / h 益田 ~ 幡生間 95 km / h 長門 市 ~ 仙崎 間 85 km / h 運転 指令 所 : 京都 ~ 園部 間   新 大阪 総合 指令 所 園部 ~ 居 組間   福知 山 運輸 指 令 室 居組 ~ 長門 市間   米子 運輸 指 令 室 長門 市 ~ 幡生間   広島 総合 指令 所 なお 、 支社 及び 鉄道 部 の 管轄 は 以下 の よう に 分かれ て い る 。 京都 ~ 園部 間 . . . 西 日本 旅客 鉄道 京都 支社 園部 ~ 和田山間 ( 園部 駅 構内除 く ) . . . 西 日本 旅客 鉄道 福知 山 支社 ( 直轄 ) 和田山 ~ 居組 間 ( 和田山 駅 構内除 く ) . . . JR 西 日本 福知山 支社 豊岡 鉄道 部 居組 ~ 伯耆 大山間 ( 両端 の 駅構 内除 く ) . . . 西 日本 旅客 鉄道 米子 支社 鳥取 鉄道 部 伯耆 大山 ~ 米子 間 . . . JR 西 日本 米子 支社 ( 直轄 ) 米子 ~ 西出 雲間 ( 米子 駅 構内除 く ) . . . JR 西 日本 米子 支社 出雲 鉄道 部 西出雲 ~ 益田 駅間 ( 西出雲 駅 構内除 く ) . . . JR 西 日本 米子 支社 浜田 鉄道 部 益田 ~ 小串間 ( 両端 の 駅構 内除 く ) 、 長門 市 ~ 仙崎 間 . . . 西 日本 旅客 鉄道 広島 支 社長 門 鉄道 部 小串 ~ 幡生 間 . . . JR 西 日本 広島 支社 下関 地域 鉄道 部 嵯峨野 線 と し て の ライン カラー ( 紫 ) の ほか 、 広島 支社 で は 独自 の ライン カラー ( 抹茶色 ) が 設定 さ れ て い る 。 また 、 ライン カラー を 事実 上 設定 し て い な い 米子 支社 も 、 運賃 表 路線 図 で は 管内 の 本 線 格 と し て 青色 で 記載 し て い る ( 他 の 路線 は 灰色 ) 。 また 、 岡山 支社 で は ライン カラー を 設定 せ ず 、 濃 い 灰色 で 表示 し て い る 。 営業 キロ こそ 日本 最長 の 路線 で は あ る が 、 起点 から 終点 まで を 通 し て 走 る 優等 列車 の 設定 が 史上 一 度 も な い 本線 の 一 つ ( 他 に 中央 本線 、 筑豊本 線 ) と な っ て い る 。 区間 に よ っ て 乗客 の 流動 に 大きな 偏り が あ る こと や 、 旧 日本 国 有 鉄道 や 西 日本 旅客 鉄道 が 、 山陽 新 幹線 開業 以降 、 山陰 本 線 沿い の 各 都市 から 直接 山陽 新 幹線 に 至 る 路線 ( 陰陽 連絡 線 ) を 強化 し て き た 結果 と 思 わ れ る 。 山陰 と 瀬戸 内 側 を 結 ぶ 線 に は 福知 山 線 、 伯備 線 等 の 電化 さ れ た 路線 や 智頭 急行 智頭 線 の よう な 高速 新線 が あ る が 、 山陰 の 横 同士 の 連絡 は 最近 まで あまり 考慮 さ れ ず 、 電化 も それ ら の 延長 的 存在 で つぎ はぎ 状態 で 行 わ れ た 。 後年 の 高速 化 工事 も 同様 で 、 高速 化 さ れ た 区間 と そう で な い 区間 が つぎはぎ 状態 に な っ て い る 。 それ で も 民営 化 後 は 、 それ まで バス の 独占 状態 で あ っ た 鳥取 ~ 倉吉 ~ 米子 ~ 松江 ~ 出雲 市 の ローカル 輸送 に 力 を 入れ る など 、 以前 に 比べれ ば 改善 が み られ る 。 長 大 路線 で あ り ながら この よう に 近代 化 が 遅れ た こと や 、 風光 明媚 な 車窓 風景 と あい ま っ て 、 鉄道 ファン の 間 で は 「 偉大 な る ローカル 線 」 と 呼 ば れ て い る 。 地元 住民 以外 に と っ て の この 線 の 魅力 は 「 温泉 」 。 沿線 に は 古く から 知 ら れ た 温泉 が 数 多 く 湧出 し て お り 、 その 間 の 海岸 沿い を マイ ペース で 走 る 印象 を 持 た れ て い る 。 国鉄 時代 は 、 ほぼ 全線 を 通 し て 運転 さ れ る よう な 長 距離 列車 が 多 く 見 られ た が 、 現在 は 概ね 下記 の 区間 に 細か く 運転 系統 が 分かれ て い る 。 なお 、 京都 ~ 園部 間 を 除 き ほとんど の 区間 の 各 駅 停車 や 快速 列車 で ワンマン 運転 を 行 っ て い る 。 京都 ~ 園部 間 嵯峨野 線 の 愛称 が あ る 。 アーバン ネットワーク 圏 内 の ため 旅客 数 ・ 列車 本数 と も 多 い が 、 一部 を 除 き 、 ほとんど 単線 で あ る ため 、 朝 ラッシュ 時 の 輸送 力 は 飽和 状態 に 近 い 。 中 に は 、 単線 区間 に おけ る 列車 行き 違い を 亀岡 駅 から 日吉 駅 まで 8 駅 連続 で 行 う 列車 も あ る 。 現在 、 2010 年 春 の 完成 を 目指 し て 京都 ~ 園部 間 の 完全 複線 化 工事 中 で あ る 。 園部 ~ 福知 山間 電化 および 高速 化 ( 鉄道 ) 工事 が 行 わ れ 、 特急 の 所要 時間 は 短縮 さ れ た 。 しかし 、 普通 列車 は 行き 違い や 追い抜き の ため の 停車 時間 が 長 く な り 、 また 、 区間 内 で は カーブ が 多 く 、 速度 制限 が あ る ため 、 所要 時間 は あまり 短縮 さ れ て い な い 。 なお 、 綾部 駅 ~ 福知 山 駅間 は 舞鶴 線 ・ 小浜 線 方面 と 福知 山 線 の 連絡 の ため 、 「 特急 リレー 号 」 も 運行 さ れ て い る 。 運行 本数 は 毎時 1 本 ~ 2 本 程度 。 普通 列車 は 一部 を 除 き ワンマン 運転 を 実施 し て い る 。 福知山 ~ 豊岡 ・ 城崎 温泉 間 福知 山 線 の 延長 的 存在 と し て 京都 ~ 園部 間 より も 早 く 電化 さ れ て 、 大阪 ・ 京都 方面 から の 特急 が 輻輳 し て い る 。 しかし 、 高速 化 改造 さ れ て お ら ず 、 主に 福知 山 ~ 上夜 久野間 で は 急曲 線 も 連続 する こと から 特急 も 速度 を 落と し て 運転 し て い る 。 この 区間 に は 対向 列車 待ち合わせ の ため の 宿南 信号 場 が あ る 。 かつて は 大阪 から ロングラン で 直通 する 普通 列車 も あ っ た が 、 現在 は 存在 し な い 。 和田山 以北 で は 播但線 の 特急 も 乗り入れ て い る 関係 や 、 観光 シーズン に な る と 臨時 列車 の 運行 や 乗降 に 時間 を 取 ら れ 、 遅延 が 発生 する こと が 多 い 。 この 区間 は 毎時 1 ~ 2 本 程度 運行 さ れ て い る 。 普通 列車 は 一部 を 除 き ワンマン 運転 を 実施 し て い る 。 早朝 に 豊岡 から の 城崎 温泉 方面 の 列車 が あ る 。 城崎 温泉 ( 豊岡 ) ~ 浜坂 間 城崎 温泉 駅 から 先 は 非 電化 と な り 、 一層 ローカル 色 が 濃 く な る ( 本数 も 1 ~ 2 時間 に 1 本 程度 ) 。 また 、 日本 で 3 ヶ所 に 現存 する ラチス 式 桁 を 持 つ 竹野 川 橋梁 が あ り 、 浜坂 駅 手前 の 田 君 川 橋梁 も ラチス 桁 が 残 っ て い る 。 途中 に は 余部 橋 りょう が あ る 。 この 区間 に は 対向 列車 待ち合わせ の ため の 相谷 信号 場 が あ る 。 普通 列車 は 一部 を 除 き ワンマン 運転 を 実施 し て い る 。 浜坂 ~ 鳥取 間 県境 を 挟 む こと も あ り 、 特急 「 はまかぜ ( 列車 ) 」 ( 1 往復 ) を 除 け ば 、 2 両 編成 の 普通 列車 が 走 る のみ で あ る 。 JR 西 日本 キハ 33 形 気動 車 ・ 国鉄 キハ 40 系 気動 車 ( 2 代 ) ・ JR 西 日本 キハ 126 系 気動 車 が 走 る 。 普通 列車 は 一部 を 除 き ワンマン 運転 を 実施 し て い る 。 この 区間 に は スイッチ バック 式 停車 場 と な っ て い る 滝山 信号 場 が あ る が 、 現在 で は 対向 列車 待ち合わせ の 用途 に は 使用 さ れ て い な い 。 鳥取 ~ 米子 間 高速 化 工事 が 行 わ れ 、 鳥取 県 内 の 都市 間 輸送 を 担 う こと も あ り 、 特急 を 補完 する 目的 で 快速 とっとり ライナー が 運転 さ れ て い る 。 倉吉 乗り換え と な る 列車 も 多 い 。 途中 の 伯耆 大山 駅 から 電化 区間 と な る 。 米子 ~ 出雲 市 間 電化 区間 で あ る が 、 普通 列車 の 半数 近く は 気動 車 で 運転 さ れ て い て 、 毎時 1 本 程度 は 運行 さ れ て い る 。 電車 列車 は 一部 伯備 線 に 直通 し 、 特急 「 やく も ( 列車 ) 」 など も 乗り入れ る 。 平日 は 上り の み 通勤 ライナー ( 列車 ) の 運転 も あ る 。 出雲 市 ~ 益田 間 近年 高速 化 工事 が 行 わ れ 、 島根 県 内 の 都市 間 輸送 を 特急 と 共 に 行 う 目的 で 快速 アクアライナー ( 列車 ) が 運行 さ れ て い る 。 普通 列車 は 浜田 ・ 江津 で 乗り換え と な り 、 浜田 以西 は 普通 列車 の 運行 本数 が 極端 に 少な い 。 2006 年 7 月 18 日 から 2007 年 6 月 15 日 まで 三江 線 が 不通 に な っ て い た 関係 で 、 1 往復 の 列車 が 運休 し て い た が 同線 の 運行 再開 に 伴 い 該当 列車 も 運行 を 再開 。 さらに 、 1 往復 のみ だ が 三江 線 直通 の 普通 列車 も 運行 を 開始 し た 。 益田 ~ 長門 市 間 島根 と 山口 の 県境 を 挟 む こ の 区間 は 山陰 本線 の 中 で も とりわけ 乗客 ・ 本数 とも に 少な く 、 2 時間 に 1 本 程度 で 、 木曜 日 に 運転 し な い 列車 も あ る 。 多く の 列車 が 益田 ~ 長門 市 間 の 運転 と な る が 、 一部 は 奈古 駅 ・ 東萩 駅 ~ 長門 市 の 運転 と な っ て い る 。 益田 以西 は 優等 列車 が な く 、 ほとんど が 単行 に よ る ワンマン 運転 と な っ て い る 。 この 区間 は 主に 海岸 線 に 沿 っ て 走 る ため 、 車窓 から の 風景 は 非常 に 良 い 。 特に 須佐 駅 ~ 宇田 郷 駅 間 に かか る 惣郷 川 橋 梁 は 日本 海 に 注 ぐ 惣郷川 河口 に あ る ため 、 鉄道 の 撮影 ポイント と し て も 有名 で あ る 。 長門 市 ~ 下関 間 山陰 本線 は 幡生 駅 まで だ が 列車 は 下関 駅 まで 運転 さ れ る 。 この 区間 は 輸送 力 が 低 い と さ れ 、 かつて は 急行 列車 「 いそ かぜ ( 列車 ) 」 など の よう に 長門 市 駅 で 分割 し 美祢 線 経由 で 運転 さ れ る もの も あ っ た 。 下関 市域 、 特に 小串 駅 以南 は 北九州 都市 圏 ( 関門 都市 圏 ) の 都市 圏 輸送 を 担 っ て い る こと も あ っ て 、 本数 や 両数 が 増え る 傾向 に あ り 、 毎時 1 本 程度 は 運行 さ れ て い る 。 一部 は 関門 鉄道 トンネル を 抜け て 門司 駅 ・ 小倉 駅 ( 福岡 県 ) など 北九州 市 に 直通 する 列車 も あ っ た が 、 2005 年 10 月 の ダイヤ 改正 を も っ て JR 西 日本 管内 と JR 九州 管内 を 結 ぶ 直通 普通 列車 は 全廃 さ れ て お り 、 現在 は 下関 折り返し のみ の 運行 と な っ て い る 。 2007 年 7 月 1日 から 観光 列車 「 みす ゞ 潮彩 」 が 走 っ て い る ( 土日 祝日 のみ 快速 運転 ) 。 長門 市 ~ 仙崎 間 ( 仙崎 支線 ) 観光 列車 「 みす ゞ 潮彩 」 ( 下関 方面 直通 ) を 除 く 全列車 が ワンマン 運転 で 、 一部 の 線 内 折り返 し 列車 を 除 き 美祢 線 と 直通 運転 する 系統 が 基本 で あ る 。 これ は 仙崎 支線 は 美祢 線 と 直通 する こと が 前提 の 路線 接続 に な っ て い る から で あ る 。 実際 、 仙崎 支線 の 開通 当初 は 美祢 線 の 貨物 支線 で あ っ た 。 以前 は 、 京都 ・ 大阪 あるいは 東京 方面 と 鳥取 以西 と を 結 ぶ 列車 は 山陰 本線 の 和田山 ~ 鳥取 間 を 経由 する か 、 東京 方面 の 場合 津山線 ・ 因美 線 を 使 っ た 岡山 経由 が メイン ルート で あ っ た が 、 智頭 急行 が 開業 し て から は 智頭 急行 線 を 使 う ルート に 取 っ て 代わ ら れ た 。 現在 、 京都 ・ 大阪 から の 特急 は 殆ど が 電車 で あ り 城崎 温泉 まで の 運転 で あ る 。 京都 ~ 鳥取 間 に は 下記 の 列車 が 走 っ て い る 。 その うち 福知 山 駅 は 北 近畿 ビッグ X ネットワーク の 中心 部分 に あた る ( 定期 列車 ・ 山陰 本線 経由 分 の み 記載 。 山陰 本線 以外 の 駅名 の み リンク 。 以下 同じ 。 夜行 列車 は 後述 ) 。 鳥取 ~ 益田 間 は 近年 の 高速 化 工事 等 に よ り 、 新型 車両 の 特急 を 登場 さ せ る まで に 至 っ た が 、 その 一方 で 益田 ~ 幡生間 は 「 いそ かぜ ( 列車 ) 」 廃止 以降 、 優等 列車 は ゼロ と な っ た 。 京都 ~ 綾部 間 特急 「 まいづる ( 列車 ) 」 ( 京都 ~ 東舞鶴 駅 ) ※ 特急 「 まいづる 」 は 下記 の 「 はしだて 」 ・ 「 たんば 」 ・ 「 きのさき 」 と 併結 運転 さ れ て い る 。 京都 ~ 福知 山間 特急 「 はしだて ( 列車 ) 」 ( 京都 ~ 天橋立 駅 ) 特急 「 たんば ( 列車 ) 」 ( 京都 ~ 福知 山 ) 特急 「 タンゴ ディスカバリー 」 ( 京都 ~ 東舞鶴 ・ 豊岡 ) ( 北 近畿 タンゴ 鉄道 北 近畿 タンゴ 鉄道 宮福線 ・ 北 近畿 タンゴ 鉄道 宮津 線 経由 ) 京都 ~ 城崎 温泉 間 特急 「 きのさき ( 列車 ) 」 ( 京都 ~ 城崎 温泉 ) 福知山 ~ 城崎 温泉 間 特急 「 北 近畿 ( 列車 ) 」 ( 新 大阪 駅 ~ 福知 山 ・ 豊岡 ・ 城崎 温泉 ) 和田山 ~ 鳥取 間 特急 「 はまかぜ ( 列車 ) 」 ( 大阪 駅 ~ 香住 ・ 浜坂 ・ 鳥取 ) 鳥取 以西 に つ い て は 、 鳥取 ・ 米子 ・ 益田 など を 結 ぶ 都市 間 連絡 特急 と し て 下記 の 列車 が 運転 さ れ て い る 。 鳥取 ~ 益田 間 は 高速 化 工事 が 行 わ れ 、 これ ら の 特急 に は 新型 車両 が 投入 さ れ て い る 。 鳥取 ~ 出雲 市 間 で 120 km / h 、 出雲 市 ~ 益田 間 で 110km / h 運転 を 行 っ て い る 。 鳥取 ~ 益田 間 特急 「 まつかぜ ( 列車 ) 」 ( 鳥取 ~ 米子 ・ 益田 ) 特急 「 おき ( 列車 ) 」 ( 鳥取 ・ 米子 ~ 新山口 駅 ) また 、 陰陽 連絡 特急 と し て 、 下記 の 列車 が 運転 さ れ て い る 。 これ ら の 列車 は 、 京都 駅 ・ 新 大阪 駅 で 東海道 新 幹線 、 姫路 駅 ・ 岡山 駅 で 山陽 新 幹線 と 接続 し て い る 。 鳥取 ~ 倉吉 間 特急 「 はくと ( 列車 ) 」 ( 京都 ~ 鳥取 ・ 倉吉 ) ( 智頭 急行線 ・ 因美 線 経由 ) 伯耆 大山 ~ 米子 ~ 出雲 市 間 特急 「 やく も ( 列車 ) 」 ( 岡山 ~ 出雲 市 ) ( 伯備 線 経由 ) この ほか 、 夜行 列車 と し て 下記 の 列車 が 運転 さ れ て い る 。 大阪 駅 から の 急行 「 だいせん ( 列車 ) 」 ( 大阪 ~ 米子 ) が 2004 年 10 月 16 日 に 、 また 東京 駅 から の 寝台 特急 「 出雲 ( 列車 ) 」 ( 東京 ~ 出雲 市 ) が 2006 年 3 月 18 日 の ダイヤ 改正 で 廃止 さ れ て から は 、 伯備 線 経由 の 列車 のみ の 運転 と な っ て い る 。 伯耆 大山 ~ 米子 ~ 出雲 市 間 寝台 特急 「 出雲 ( 列車 ) 」 ( 東京 ~ 出雲 市 ) ( 伯備 線 経由 ) 貨物 列車 は 、 伯耆 大山 駅 ~ 米子 駅 間 と 岡見 駅 ~ 益田 駅間 で 運行 さ れ て い る のみ で あ る 。 すべて の 列車 が 伯備 線 また は 山口 線 と 直通 し 山陰 本 線 内 で 完結 する もの は な い 。 詳細 は 伯備 線 運行 形態 、 山口 線 貨物 列車 を 参照 。 国鉄 183 系 電車 京都 駅 ~ 城崎 温泉 駅間 ( まいづる ( 列車 ) ・ たんば ( 列車 ) ・ はしだて ( 列車 ) ・ き の さき ( 列車 ) ・ 北 近畿 ( 列車 ) ) JR 西 日本 285 系 電車 伯耆 大山 駅 ~ 出雲 市 駅間 ( 出雲 ( 列車 ) ) 国鉄 381 系 電車 伯耆 大山 ~ 出雲 市間 ( やく も ( 列車 ) ) 国鉄 キハ 181 系 気動 車 和田山 駅 ~ 鳥取 駅間 ( はまかぜ ( 列車 ) ) JR 西 日本 キハ 187 系 気動 車 鳥取 ~ 益田 駅間 ( まつかぜ ( 列車 ) ・ おき ( 列車 ) ) 智頭 急行 HOT 7000 系 気動 車 鳥取 ~ 倉吉 駅 間 ( はくと ( 列車 ) ) 北 近畿 タンゴ 鉄道 KTR8000 形 気動 車 京都 ~ 福知 山 駅間 ( タンゴ ディスカバリー ) 国鉄 113 系 電車 京都 ~ 城崎 温泉 間 、 西出雲 ~ 米子 駅間 ( 通勤 ライナー ( 列車 ) ) 国鉄 115 系 電車 京都 ~ 城崎 温泉 間 、 伯耆 大山 ~ 西出雲 駅 間 国鉄 117 系 電車 京都 ~ 園部 駅 間 JR 西 日本 221 系 電車 京都 ~ 園部 間 JR 西 日本 キハ 33 形 気動 車 浜坂 駅 ~ 鳥取 駅 間 国鉄 キハ 40 系 気動 車 ( 2 代 ) 豊岡 駅 ( 兵庫 県 ) ~ 幡生 駅 間 JR 西 日本 キハ 120 形 気動 車 松江 駅 ~ 宍道 駅 間 、 出雲 市 ~ 長門 市 駅間 、 長門 市 ~ 仙崎 駅間 JR 西 日本 キハ 126 系 気動 車 浜坂 駅 ~ 益田 駅間 ( 鳥取 ~ 米子 ・ 出雲 市 ・ 西出 雲間 は 「 とっとり ライナー 」 、 米子 ~ 浜田 ・ 益田 間 は アクアライナー ( 列車 ) 。 浜坂 ~ 鳥取 間 は キハ 121 系 に よ る 普通 列車 運用 ) 国鉄 DD51 形 ディーゼル 機関 車 ・ タキ 1100 形 益田 駅 ~ 岡見 駅間 国鉄 EF64 形 電気 機関 車 ・ 各種 コンテナ 貨 車 伯耆 大山 駅 ~ 米子 駅 間 京都 ~ 園部 間 は 、 京都 より 舞鶴 市 を めざ し 建設 を 進め た 京都 鉄道 が 1899 年 まで に 開通 さ せ た もの で あ る 。 園部 ~ 綾部 間 は 日露 戦争 を 控え 、 軍都 ・ 舞鶴 まで の 建設 を 急 い だ 政府 が 京都 鉄道 に 代わ っ て 建設 し た もの 。 また 福知 山 ~ 綾部 間 は 阪鶴 鉄道 の 路線 を 延伸 する 形 で 舞鶴 まで を 結 ぶ 阪鶴 線 の 一部 と し て 190 4 年 に 開業 し た 。 京都 鉄道 ・ 阪鶴 鉄道 の 両社 は 国有 化 さ れ 、 京都 ~ 綾部 間 が 京都 線 と し て 1910 年 に 開通 し た 。 福知山 ~ 和田山 ~ 香住 間 は 山陽 鉄道 が 開通 さ せ た 現在 の 播但線 を 延伸 する 形 で 1911 年 まで に 開通 し た 。 浜坂 ~ 出雲 今 市 ( 現在 の 出雲 市 ) 間 は 山陰 初 の 鉄道 と し て 1909 年 に 官営 で 開業 し た 御来屋 ~ 米子 ~ 境 ( 現在 の 境港 ) 間 を 東西 に 延伸 し て 1911 年 まで に 開業 し た 。 翌年 、 余部 橋 りょう 、 桃観 トンネル の 完成 に よ り 、 香住 ~ 浜坂 間 が 開業 し 京都 ~ 出雲 今 市 間 が 山陰 本線 と な っ た 。 出雲 今 市 から は 順次 西 へ 延び 、 1928 年 に 須佐 駅 まで 延伸 さ れ る 。 宇田 郷 ~ 正明 市 ( 現在 の 長門 市 ) ~ 阿川 間 および 正明 市 ~ 仙崎 は 美禰 線 ( 美祢 線 ) を 延伸 する 形 で 1930 年 まで に 開業 し た 。 小串 ~ 幡生間 は 山陽 電気 軌道 の 路線 を 1925 年 に 国有 化 し た もの で 、 小串 線 と 称 し て い た 。 1928 年 に 阿川 駅 まで 延伸 さ れ た 。 1933 年 に 須佐 ~ 宇田 郷間 が 開業 し 、 美禰 線 の 宇田 郷 ~ 正明 市 ~ 阿川 間 ・ 正明 市 ~ 仙崎 間 と 小串 線 を 編入 し て 京都 ~ 幡生間 ・ 正明 市 ~ 仙崎 間 と な っ た 山陰 本線 が 全通 し た 。 なお 、 長州 鉄道 の 国有 化 さ れ な かっ た 幡生 ~ 東駅 間 は 、 のち に 山陽 電気 軌道 ( 路面 電車 線 、 現在 は サンデン 交通 と い う バス ( 交通 機関 ) 会社 ) の 路線 と な っ た 。 1897 年 ( 明治 30 年 ) 2 月 15 日 - 京都 鉄道 二条 ~ 嵯峨 間 ( 3 マイル 65 チェーン ( 単位 ) ≒ 6 . 14 km ) が 開業 。 二条 駅 、 嵯峨 駅 ( 現在 の 嵯峨 嵐山 駅 ) が 開業 。 4 月 27 日 - 大宮 ~ 二条 間 ( 2 M4 C ≒ 3 . 30 km ) が 延伸 開業 。 大宮 駅 、 丹波 口 駅 開業 。 11 月 16 日 - 京都 ~ 大宮間 ( 38 C ≒ 0 . 7 6 km ) が 延伸 開業 。 日本 国 有 鉄道 京都 駅 に 乗り入れ 。 1898 年 ( 明治 31 年 ) 1 月 1日 - 花園 駅 開業 。 1899 年 ( 明治 32 年 ) 8 月 1日 - 大宮 駅 廃止 。 8 月 15 日 - 嵯峨 ~ 園部 間 ( 15 M 69 C ≒ 25 . 53 km ) が 延伸 開業 。 亀岡 駅 、 八木 駅 、 園部 駅 が 開業 。 190 2 年 ( 明治 35 年 ) 1 1 月 12 日 - 営業 距離 の 単位 を マイル ・ チェーン から マイル のみ に 簡略 化 ( 22 M 122 . 26 C → 22 . 2 M ) 。 190 5 年 ( 明治 38 年 ) 1 月 15 日 - 大宮 駅 が 再開業 。 1907 年 ( 明治 40 年 ) 8 月 1日 - 京都 鉄道 が 国有 化 。 1909 年 ( 明治 42 年 ) 10 月 12 日 - 線路 名称 設定 、 京都 ~ 園部 間 が 京都 線 と な る 。 1910 年 ( 明治 43 年 ) 8 月 25 日 - 園部 ~ 綾部 間 ( 26 . 1 M ≒ 42 . 0 0 km ) が 延伸 開業 。 日吉 駅 、 胡麻 駅 、 和知 駅 、 山家 駅 が 開業 。 1911 年 ( 明治 44 年 ) 9 月 16 日 - 大宮 駅 廃止 。 190 4 年 ( 明治 37 年 ) 1 1 月 3 日 - 福知 山 ~ 綾部 ~ 新 舞鶴 ( 現在 の 東舞鶴 駅 ) 間 が 開業 ( 福知 山 ~ 綾部 間 は 7 . 7 M ≒ 12 . 39 km ) 。 阪鶴 鉄道 に 貸与 。 現在 の 山陰 本線 に あた る 区間 に 綾部 駅 、 石原 駅 、 福知 山 駅 開業 。 1907 年 ( 明治 40 年 ) 8 月 1日 - 阪鶴 鉄道 が 国有 化 。 1909 年 ( 明治 42 年 ) 10 月 12 日 - 線路 名称 制定 、 神崎 ( 現在 の 尼崎 駅 ( JR 西 日本 ) ) ~ 福知 山 ~ 綾部 ~ 新 舞 鶴間 など を 阪鶴 線 と する 。 190 8 年 ( 明治 41 年 ) 7 月 1日 - 和田山 ~ 八鹿間 ( 7 . 5 M ≒ 12 . 0 7 km ) が 開業 。 養父 駅 、 八鹿 駅 が 開業 。 1909 年 ( 明治 42 年 ) 7 月 10 日 - 八鹿 ~ 豊岡 間 ( 10 . 7 M ≒ 17 . 22 km ) が 延伸 開業 。 江原 駅 、 豊岡 駅 が 開業 。 9 月 5 日 - 豊岡 ~ 城崎 間 ( 6 . 0 M ≒ 9 . 66 km ) が 延伸 開業 。 城崎 駅 ( 現在 の 城崎 温泉 駅 ) が 開業 。 10 月 12 日 - 線路 名称 制定 、 飾磨 港 駅 ~ 姫路 駅 ~ 和田山 ~ 城崎 間 を 播但 線 と する 。 1911 年 ( 明治 44 年 ) 10 月 25 日 - 城崎 ~ 香住 間 ( 13 . 7 M ≒ 22 . 0 5 km ) が 延伸 開業 。 支線 和田山 ~ 福知 山間 ( 19 . 0 M ≒ 3 0 . 5 8 km ) も 開業 。 上川口 駅 、 下夜 久野 駅 、 上夜 久野 駅 、 梁瀬 駅 、 竹野 駅 、 佐津 駅 、 香住 駅 が 開業 。 190 2 年 ( 明治 35 年 ) 1 1 月 1日 - 境 ( 現在 の 境港 駅 ) ~ 米子 ~ 御来屋 間 が 開業 ( 米子 ~ 御来屋 間 は 12 M5 C ≒ 19 . 41 km ) 。 現在 の 山陰 本線 に あた る 区間 に 米子 駅 、 淀江 駅 、 御来屋 駅 が 開業 。 12 月 1日 - 熊党 駅 ( 現在 の 伯耆 大山 駅 ) が 開業 。 190 3 年 ( 明治 36 年 ) 8 月 28 日 - 御来屋 ~ 八橋 間 ( 1 1 . 0 M ≒ 17 . 70 km ) が 延伸 開業 。 下市 駅 、 赤碕 駅 、 八橋 駅 ( 現在 の 浦安 駅 ) が 開業 。 12 月 20 日 - 八橋 ~ 倉吉 間 ( 9 . 7 M ≒ 15 . 61 km ) が 延伸 開業 。 由良 駅 、 倉吉 駅 が 開業 。 190 4 年 ( 明治 37 年 ) 3 月 15 日 - 倉吉 ~ 松崎 間 ( 3 . 4 M ≒ 5 . 47 km ) が 延伸 開業 。 松崎 駅 が 開業 。 190 5 年 ( 明治 38 年 ) 5 月 15 日 - 松崎 ~ 青谷 間 ( 7 . 4 M ≒ 1 1 . 9 1 km ) が 延伸 開業 。 泊駅 、 青谷 駅 が 開業 。 1907 年 ( 明治 40 年 ) 4 月 28 日 - 青谷 ~ 鳥取 仮間 ( 12 . 9 M ≒ 2 0 . 7 6 km ) が 延伸 開業 。 浜村 駅 、 宝木 駅 、 湖山 駅 、 鳥取 仮 停車 場 が 開業 。 190 8 年 ( 明治 41 年 ) 4 月 5 日 - 鳥取 ~ 鳥取 仮間 ( 1 . 1 M ≒ 1 . 7 7 km ) 、 米子 ~ 安来 間 ( 5 . 5 M ≒ 8 . 85 km ) が 延伸 開業 。 起点 を 境駅 から 鳥取 駅 に 変更 し 、 鳥取 ~ 安来 間 が 本線 、 米子 ~ 境間 が 支線 と な る 。 鳥取 駅 、 安来 駅 が 開業 。 鳥取 仮 停車 場 廃止 。 11 月 8 日 - 安来 ~ 松江間 ( 12 . 5 M ≒ 20 . 1 2 km ) が 延伸 開業 。 荒島 駅 、 揖屋 駅 、 馬潟 駅 ( 現在 の 東松江 駅 ) 、 松江 駅 が 開業 。 1909 年 ( 明治 42 年 ) 3 月 11 日 - 名和 仮 乗降場 が 開業 。 10 月 12 日 - 線路 名称 制定 、 鳥取 ~ 米子 ~ 松江間 を 山陰 本 線 と する 。 11 月 7 日 - 松江 ~ 宍道 間 ( 10 . 6 M ≒ 17 . 0 6 km ) が 延伸 開業 。 湯町 駅 ( 現在 の 玉造 温泉 駅 ) 、 宍道 駅 が 開業 。 1910 年 ( 明治 43 年 ) 6 月 10 日 - 岩美 ~ 鳥取 間 ( 1 1 . 4 M ≒ 18 . 35 km ) 、 宍道 ~ 荘原 間 ( 2 . 5 M ≒ 4 . 0 2 km ) が 延伸 開業 。 岩美 駅 、 荘原 駅 が 開業 。 10 月 10 日 - 荘原 ~ 出雲 今 市 間 ( 7 . 2 M ≒ 1 1 . 5 9 km ) が 延伸 開業 。 塩見 駅 ( 現在 の 福部 駅 ) 、 直江 駅 、 出雲 今 市 駅 ( 現在 の 出雲 市 駅 ) が 開業 。 1911 年 ( 明治 44 年 ) 10 月 1日 - 熊党 駅 を 大山 駅 に 改称 。 11 月 10 日 - 浜坂 ~ 岩美間 ( 8 . 7 M ≒ 1 4 . 0 0 km ) が 延伸 開業 。 浜坂 駅 、 居組 駅 が 開業 。 1912 年 ( 明治 45 年 ) 1 月 31 日 - 名和 仮 乗降場 を 仮停 車 場 に 格上げ し 名和 仮 停車 場 開業 。 3 月 1日 - 香住 ~ 浜坂間 ( 1 1 . 1 M ≒ 17 . 86 km ) が 延伸 開業 し 京都 ~ 出雲 今 市 間 が 全通 。 京都 線 全線 、 阪鶴 線 綾部 ~ 福知 山間 、 播但 線 福知山 ~ 香住 間 を 山陰 本線 に 編入 。 鎧駅 、 久谷 駅 が 開業 。 3 月 2 日 - 玄武 洞 仮 停 車 場 が 開業 。 5 月 1日 - 倉吉 駅 を 上井 駅 に 改称 。 1913 年 ( 大正 2 年 ) 1 1 月 21 日 - 出雲 今 市 ~ 小田 間 ( 9 . 6 M ≒ 15 . 45 km ) が 延伸 開業 。 知井宮 駅 ( 現在 の 西出雲 駅 ) 、 江南 駅 、 小田 駅 が 開業 。 1915 年 ( 大正 4 年 ) 3 月 10 日 - 下北 条 駅 開業 。 3 月 31 日 - 米子 ~ 安来 間 に 清水 寺 仮 停車 場 が 開業 。 7 月 11 日 - 小田 ~ 石見 大田 間 ( 10 . 6 M ≒ 17 . 0 6 km ) が 延伸 開業 。 田儀 駅 、 波根 駅 、 久手 駅 、 石見 大田 駅 ( 現在 の 大田 市 駅 ) が 開業 。 1917 年 ( 大正 6 年 ) 5 月 1日 - 大山 駅 を 伯耆 大山 駅 に 改称 。 5 月 15 日 - 石見 大田 ~ 仁 万 間 ( 7 . 3 M ≒ 1 1 . 7 5 km ) が 延伸 開業 。 五十 猛 駅 、 仁 万 駅 が 開業 。 1918 年 ( 大正 7 年 ) 4 月 21 日 - 玄武 洞 仮 停 車 場 を 駅 に 格上げ し 玄武 洞 駅 開業 。 11 月 25 日 - 仁 万 ~ 浅利 間 ( 1 1 . 9 M ≒ 19 . 15 km ) が 延伸 開業 。 馬路 駅 、 温泉津 駅 、 黒松 駅 、 浅利 駅 が 開業 。 1920 年 ( 大正 9 年 ) 12 月 25 日 - 浅利 ~ 都野 津間 ( 6 . 6 M ≒ 10 . 6 2 km ) が 延伸 開業 。 石見 江津 駅 ( 現在 の 江津 駅 ) 、 都野津 駅 が 開業 。 1921 年 ( 大正 10 年 ) 9 月 1日 - 都野津 ~ 浜田 間 ( 9 . 1 M ≒ 1 4 . 65 km ) が 延伸 開業 。 波子 駅 、 下府 駅 、 浜田 駅 が 開業 。 1922 年 ( 大正 11 年 ) 3 月 10 日 - 浜田 ~ 周布 間 ( 5 . 9 M ≒ 9 . 50 km ) が 延伸 開業 。 石見 長浜 駅 ( 現在 の 西浜田 駅 ) 、 周布 駅 が 開業 。 9 月 1日 - 周布 ~ 三保 三 隅間 ( 6 . 1 M ≒ 9 . 82 km ) が 延伸 開業 。 三保 三 隅 駅 が 開業 。 1923 年 ( 大正 12 年 ) 12 月 26 日 - 三保 三 隅 ~ 石見 益田 ( 現在 の 益田 駅 ) 間 ( 13 . 6 M ≒ 2 1 . 8 9 km ) が 延伸 開業 。 山口 線 と 接続 。 鎌手 駅 、 石見 津田 駅 が 開業 。 1924 年 ( 大正 13 年 ) 4 月 1日 - 折居 駅 開業 。 1925 年 ( 大正 14 年 ) 3 月 8 日 - 石見 益田 ~ 石見 小浜間 ( 6 . 1 M ) が 延伸 開業 。 石見 小浜 駅 ( 現在 の 戸田 小浜 駅 ) が 開業 。 7 月 6 日 - 湖山 ~ 宝木 間 に 白兎 仮 停車 場 開業 。 10 月 10 日 - 下山 駅 開業 。 11 月 1日 - 石見 小浜 駅 を 戸田 小浜 駅 に 改称 。 1926 年 ( 大正 15 年 ) 4 月 1日 - 岡見 駅 開業 。 9 月 16 日 - 静間 駅 開業 。 9 月 17 日 - 大山口 駅 開業 。 1927 年 ( 昭和 2 年 ) 6 月 19 日 - 戸田 小浜 ~ 飯浦 間 ( 2 . 3 M ≒ 3 . 70 km ) が 延伸 開業 。 飯浦 駅 が 開業 。 1928 年 ( 昭和 3 年 ) 3 月 25 日 - 飯浦 ~ 須佐間 ( 7 . 7 M ≒ 12 . 39 km ) が 延伸 開業 。 江崎 駅 、 須佐 駅 が 開業 。 7 月 4 日 - 八橋 浜 仮 停車 場 ( 現在 の 八橋 駅 ) 開業 。 9 月 11 日 - 末 恒駅 開業 。 10 月 25 日 - 石見 福光 駅 開業 。 1929 年 ( 昭和 4 年 ) 8 月 17 日 - 嵯峨 ~ 馬堀 間 に 松尾 山 信号 場 開設 。 12 月 25 日 - 来待 駅 開業 。 1930 年 ( 昭和 5 年 ) 4 月 1日 - 営業 距離 の 単位 を マイル から メートル に 変更 ( 京都 ~ 須佐間 336 . 8 M → 54 2 . 0 km ) 。 貨物 支線 馬潟 ~ 馬潟 港 間 ( 1 . 0 km ) が 開業 。 ( 貨 ) 馬潟 港 駅 が 開業 。 京都 ~ 丹波 口間 の 貨物 営業 が 廃止 。 1931 年 ( 昭和 6 年 ) 7 月 18 日 - 諸寄 仮 停車 場 開業 。 1924 年 ( 大正 13 年 ) 1 1 月 3 日 - 美祢 線 正明 市 ( 現在 の 長門 市 駅 ) ~ 長門 三 隅 間 ( 3 . 2 M ≒ 5 . 15 km ) が 延伸 開業 。 長門 三隅 駅 が 開業 。 1925 年 ( 大正 14 年 ) 4 月 3 日 - 長門 三隅 ~ 萩間 ( 1 1 . 6 M ≒ 18 . 67 km ) が 延伸 開業 。 三見 駅 、 玉江 駅 、 萩駅 が 開業 。 11 月 1日 - 萩 ~ 東萩 間 ( 2 . 3 M ≒ 3 . 70 km ) が 延伸 開業 。 東萩 駅 が 開業 。 1928 年 ( 昭和 3 年 ) 12 月 9 日 - 支線 正明 市 ~ 黄波戸 間 ( 3 . 3 M ≒ 5 . 31 km ) が 開業 。 黄 波戸 駅 が 開業 。 1929 年 ( 昭和 4 年 ) 4 月 24 日 - 東萩 ~ 奈古 間 ( 7 . 4 M ≒ 1 1 . 9 1 km ) が 延伸 開業 。 長門 大井 駅 、 奈古 駅 が 開業 。 10 月 13 日 - 支線 黄 波戸 ~ 長門 古 市 間 ( 2 . 5 M ≒ 4 . 0 2 km ) が 延伸 開業 。 長門 古市 駅 が 開業 。 1930 年 ( 昭和 5 年 ) 4 月 1日 - 営業 距離 の 単位 を マイル から メートル に 変更 ( 正明 市 ~ 奈古 間 2 4 . 5 M → 39 . 4 km 、 正明 市 ~ 長門 古 市 間 5 . 8 M → 9 . 4 km ) 。 5 月 15 日 - 貨物 支線 正明 市 ~ 仙崎 間 ( 2 . 2 km ) が 開業 。 ( 貨 ) 仙崎 駅 が 開業 。 12 月 7 日 - 長門 古市 ~ 阿川 間 ( 18 . 4 km ) が 延伸 開業 し 小串 線 に 接続 。 人丸 駅 、 伊上 駅 、 長門 粟野 駅 が 開業 。 1931 年 ( 昭和 6 年 ) 1 1 月 15 日 - 奈古 ~ 宇田 郷間 ( 1 1 . 0 km ) が 延伸 開業 。 木与 駅 、 宇田 郷駅 が 開業 。 1914 年 ( 大正 3 年 ) 4 月 22 日 - 長州 鉄道 東下関 ~ 幡生 ~ 小串 が 開業 ( 幡生 ~ 小串間 は 1 4 . 8 M ≒ 23 . 82 km 。 現在 の 山陰 本線 に あた る 区間 に 垢田 口 停留所 、 綾羅 木 駅 、 安岡 駅 、 福江 駅 、 吉見 駅 、 梅ヶ峠 駅 、 黒井 村 駅 、 川棚 温泉 駅 、 小串 駅 が 開業 。 1917 年 ( 大正 6 年 ) 3 月 1日 - 垢田 口 停留場 廃止 。 1925 年 ( 大正 14 年 ) 6 月 1日 - 幡生 ~ 小串 間 が 国有 化 さ れ 、 小串 線 と な る 。 全線 で 0 . 1 M ( ≒ 0 . 1 6 km ) 短縮 。 8 月 16 日 - 小串 ~ 滝部 間 ( 9 . 4 M ≒ 15 . 13 km ) が 延伸 開業 。 湯玉 駅 、 長門 二見 駅 、 滝部 駅 が 開業 。 1928 年 ( 昭和 3 年 ) 9 月 9 日 - 滝部 ~ 阿川 間 ( 4 . 8 M ≒ 7 . 72 km ) が 延伸 開業 。 特牛 駅 、 阿川 駅 が 開業 。 1930 年 ( 昭和 5 年 ) 4 月 1日 - 営業 距離 の 単位 を マイル から メートル に 変更 ( 28 . 9 M → 46 . 4 km ) 。 1933 年 ( 昭和 8 年 ) 2 月 24 日 - 須佐 ~ 宇田 郷間 ( 8 . 8 km ) が 延伸 開業 し 京都 ~ 幡生 間 が 全通 。 美禰 線 宇田郷 ~ 正明 市 ~ 阿川 間 、 正明 市 ~ 仙崎 間 と 小串 線 全線 を 編入 し 京都 ~ 幡生間 、 正明 市 ~ 仙崎 間 が 山陰 本線 と な る 。 7 月 26 日 - 支線 正明 市 ~ 仙崎 間 の 旅客 営業 開始 。 1935 年 ( 昭和 10 年 ) 5 月 1日 - 湯里 駅 開業 。 7 月 20 日 - 馬堀 駅 、 並河 駅 、 千代川 駅 、 吉富 駅 開業 。 10 月 1日 - 安岡 ~ 綾羅 木間 に 梶栗 駅 が 開業 。 1936 年 ( 昭和 11 年 ) 4 月 15 日 - 松尾 山 信号 場 を 駅 に 格上げ し 保津 峡 駅 開業 。 1937 年 ( 昭和 12 年 ) 4 月 10 日 - 乃木 駅 開業 。 1938 年 ( 昭和 13 年 ) 6 月 1日 - 諸寄 仮 停車 場 を 駅 に 格上げ し 諸寄 駅 開業 。 8 月 20 日 - 八橋 駅 を 東 八 橋 駅 に 改称 。 八橋 浜 仮 停車 場 を 駅 に 格上げ し 八橋 駅 が 開業 。 1941 年 ( 昭和 16 年 ) 8 月 10 日 - 吉富 駅 、 梶栗 駅 休止 。 1943 年 ( 昭和 18 年 ) 10 月 1日 - 塩見 ~ 鳥取 間 に 滝山 信号 場 開設 。 1945 年 ( 昭和 20 年 ) 5 月 30 日 - 綾羅 木 ~ 幡生間 に 稗田 信号 場 開設 。 11 月 14 日 - 稗田 信号 場 廃止 。 1946 年 ( 昭和 21 年 ) 4 月 25 日 - 和知 ~ 山家 間 に 立木 信号 場 開設 。 1947 年 ( 昭和 22 年 ) 6 月 26 日 - 柴山 駅 開業 。 11 月 1日 - 立木 信号 場 を 駅 に 格上げ し 立木 駅 開業 。 1948 年 ( 昭和 23 年 ) 10 月 13 日 - 国府 駅 開業 。 1949 年 ( 昭和 24 年 ) 3 月 1日 - 塩見 駅 を 福部 駅 に 改称 。 5 月 11 日 - 湯町 駅 を 玉造 温泉 駅 に 改称 。 12 月 15 日 - 東 八 橋 駅 を 浦安 駅 に 、 石見 長浜 駅 を 西浜田 駅 に 改称 。 1950 年 ( 昭和 25 年 ) 1 月 1日 - 東浜 駅 、 大岩 駅 開業 。 1951 年 ( 昭和 26 年 ) 10 月 1日 - 吉富 駅 再開 。 11 月 1日 - 中山口 駅 開業 。 1953 年 ( 昭和 28 年 ) 10 月 10 日 - 船岡 駅 開業 。 1955 年 ( 昭和 30 年 ) 2 月 10 日 - 名和 仮 停車 場 を 駅 に 格上げ し 名和 駅 開業 。 8 月 1日 - 貨物 支線 西 浜田 ~ 浜田 港間 ( 2 . 3 km ) 開業 。 ( 貨 ) 浜田 港 駅 が 開業 。 1957 年 ( 昭和 32 年 ) 2 月 11 日 - 安栖里 駅 開業 。 4 月 1日 - 出雲 今 市 駅 を 出雲 市 駅 に 改称 。 1958 年 ( 昭和 33 年 ) 2 月 12 日 - 高津 駅 開業 。 7 月 19 日 - 宇賀 本郷 駅 開業 。 1959 年 ( 昭和 34 年 ) 3 月 1日 - 久代 駅 開業 。 4 月 1日 - 敬川 駅 開業 。 4 月 16 日 - 餘部 駅 開業 。 196 0 年 ( 昭和 35 年 ) 4 月 1日 - 越ヶ浜 駅 開業 。 1962 年 ( 昭和 37 年 ) 1 1 月 1日 - 正明 市 駅 を 長門 市 駅 に 改称 。 11 月 22 日 - 伯耆 大山 ~ 米子 間 に 日野川 信号 場 開設 。 12 月 1日 - 日野川 信号 場 ~ 米子 間 が 複線 化 。 1963 年 ( 昭和 38 年 ) 6 月 1日 - 長門 市 ~ 仙崎 間 の 貨物 営業 を 廃止 。 1964 年 ( 昭和 39 年 ) 1 月 21 日 - 飯井 駅 開業 。 10 月 1日 - 清水 寺 仮 停車 場 廃止 。 清水 寺 信号 場 開設 。 1966 年 ( 昭和 41 年 ) 10 月 1日 - 石見 益田 駅 を 益田 駅 に 改称 。 伯耆 大山 ~ 日野川 信号 場 間 が 複線 化 。 日野川 信号 場 廃止 。 1968 年 ( 昭和 43 年 ) 9 月 18 日 - 綾部 ~ 石原 間 が 複線 化 。 9 月 23 日 - 八鹿 ~ 江原 間 に 宿南 信号 場 開設 。 1969 年 ( 昭和 44 年 ) 3 月 1日 - 白兎 仮 停車 場 廃止 。 9 月 26 日 - 石原 ~ 福知 山間 が 複線 化 。 1970 年 ( 昭和 45 年 ) 2 月 21 日 - 玉造 温泉 ~ 来待 間 が 複線 化 。 6 月 1日 - 石見 江津 駅 を 江津 駅 に 改称 。 1971 年 ( 昭和 46 年 ) 2 月 1日 - 石見 大田 駅 を 大田 市 駅 に 改称 。 1972 年 ( 昭和 47 年 ) 2 月 14 日 - 上井 駅 を 倉吉 駅 に 改称 。 1973 年 ( 昭和 48 年 ) 4 月 1日 - 馬潟 駅 を 東松 江 駅 に 改称 。 1975 年 ( 昭和 50 年 ) 4 月 1日 - 貨物 支線 東 松江 ~ 馬潟 港 間 ( 1 . 0 km ) 廃止 。 ( 貨 ) 馬潟 港 駅 廃止 。 1976 年 ( 昭和 51 年 ) 3 月 16 日 - 京都 ~ 二条 間 が 高架 化 。 丹波口 駅 移転 。 12 月 1日 - 竹野 ~ 佐津間 に 相谷 信号 場 開設 。 1977 年 ( 昭和 52 年 ) 3 月 10 日 - 松江 駅 付近 高架化 。 1978 年 ( 昭和 53 年 ) 1 1 月 8 日 - 鳥取 駅 付近 が 高架 化 。 1979 年 ( 昭和 54 年 ) 10 月 31 日 - 東松 江 ~ 松江間 が 複線 化 。 1980 年 ( 昭和 55 年 ) 8 月 31 日 - 奈古 ~ 長門 大井間 が 災害 で 不通 に 。 10 月 に 復旧 する が 再び 不通 に 。 1981 年 ( 昭和 56 年 ) 3 月 5 日 - 再度 の 土砂 崩れ で 不通 だっ た 奈古 ~ 長門 大井 間 が 復旧 。 1982 年 ( 昭和 57 年 ) 6 月 18 日 - 清水 寺 信号 場 ~ 安来 間 が 複線 化 。 6 月 24 日 - 米子 ~ 清水 寺 信号 場 間 が 複線 化 。 清水 寺 信号 場 廃止 。 7 月 1日 - 伯耆 大山 ~ 知井 宮間 が 電化 。 特急 や く も 電車 化 。 神西 駅 ( 現在 の 出雲 神西 駅 ) 開業 。 11 月 7 日 - 貨物 支線 西 浜田 ~ 浜田 港間 ( 2 . 3 km ) が 廃止 。 ( 貨 ) 浜田 港 駅 廃止 。 1985 年 ( 昭和 60 年 ) 7 月 27 日 - 竹野 ~ 佐津間 に ( 臨 ) 切浜 海水 浴 場 駅 開業 。 1986 年 ( 昭和 61 年 ) 8 月 1日 - ( 臨 ) 切浜 海水 浴 場 駅 廃止 。 10 月 29 日 - 福知 山 ~ 城崎 間 が 電化 ( 運行 開始 は 11 月 1日 付 ) 。 11 月 1日 - 長門 市 ~ 幡生 間 の 貨物 営業 廃止 。 ( 臨 ) 切浜 海水 浴 場 駅 廃止 。 12 月 28 日 - 鎧 ~ 餘部 間 の 余部 鉄橋 から 回送 中 の 客車 が 転落 。 1987 年 ( 昭和 62 年 ) 4 月 1日 - 国鉄 分割 民営 化 に よ り 西 日本 旅客 鉄道 が 承継 。 日本 貨物 鉄道 が 丹波 口 ~ 二条 間 、 湖山 ~ 出雲 市 間 、 江津 ~ 益田 間 の 第 二 種 鉄道 事業 者 と な る 。 二条 ~ 湖山間 、 出雲 市 ~ 江津 間 、 益田 ~ 長門 市 間 の 貨物 営業 廃止 。 1988 年 ( 昭和 63 年 ) 3 月 13 日 - 長門 市 ~ 仙崎 間 で ワンマン 運転 開始 。 1989 年 ( 平成 元年 ) 3 月 5 日 - 嵯峨 ~ 馬堀 間 を 複線 の 新線 に 切り替え 、 1 . 6 km 短縮 。 列車 の 運行 が 廃止 さ れ た 旧線 は 存置 。 3 月 11 日 - 太秦 駅 開業 。 1990 年 ( 平成 2 年 ) 3 月 10 日 - 京都 ~ 園部 間 が 電化 。 6 月 1日 - 豊岡 ~ 鳥取 間 、 出雲 市 ~ 益田 間 で ワンマン 運転 開始 。 1991 年 ( 平成 3 年 ) 4 月 1日 - 園部 ~ 福知 山間 、 益田 ~ 長門 市 間 で ワンマン 運転 開始 。 4 月 27 日 - 嵯峨 ~ 馬堀 間 の 旧線 が 嵯峨野 観光 鉄道 嵯峨野 観光 線 と し て 開業 ( 西 日本 旅客 鉄道 が 第 一 種 、 嵯峨野 観光 鉄道 が 第 二 種 鉄道 事業 者 ) 。 11 月 1日 - 長門 市 ~ 下関 間 で ワンマン 運転 開始 。 12 月 1日 - 鳥取 ~ 米子 間 で ワンマン 運転 開始 。 1993 年 ( 平成 5 年 ) 3 月 18 日 - 東山 公園 駅 開業 。 知井宮 駅 を 西出雲 駅 に 、 神西 駅 を 出雲 大社口 駅 に 改称 。 1994 年 ( 平成 6 年 ) 7 月 23 日 - ( 臨 ) きりは ま ビーチ 駅 開業 。 9 月 4 日 - 嵯峨 駅 を 嵯峨 嵐山 駅 に 改称 。 9 月 23 日 - 京都 ~ 丹波 口間 に ( 臨 ) 梅小路 駅 緑化 フェア 梅小路 駅 開業 。 同年 11 月 20 日 まで 営業 。 梅小路 公園 で 開催 さ れ た 全国 都市 緑化 フェア 会場 最寄 の 臨時 駅 。 1995 年 ( 平成 7 年 ) 4 月 20 日 - 綾部 ~ 福知 山間 が 電化 。 7 月 27 日 - 鳥取 大学 前駅 開業 。 1996 年 ( 平成 8 年 ) 3 月 16 日 - 園部 ~ 綾部 間 が 電化 。 二条 ~ 花園 間 が 高架 化 。 殿田 駅 を 日吉 駅 に 改称 。 鍼灸 大学 前駅 開業 。 丹波 口 ~ 二条 間 、 米子 ~ 東松 江間 の 貨物 列車 設定 廃止 。 8 月 21 日 - ( 臨 ) きりは ま ビーチ 駅 廃止 。 1997 年 ( 平成 9 年 ) 3 月 22 日 - 江津 ~ 岡見 間 の 貨物 列車 設定 廃止 。 10 月 1日 - 湖山 ~ 伯耆 大山間 の 貨物 列車 設定 廃止 。 1998 年 ( 平成 10 年 ) 3 月 14 日 - 出雲 市 駅 付近 が 高架 化 。 1999 年 ( 平成 11 年 ) 3 月 13 日 - 出雲 大社口 駅 を 出雲 神西 駅 に 改称 。 2000 年 ( 平成 12 年 ) 9 月 23 日 - 二条 ~ 花園 間 が 複線 化 。 円町 駅 開業 。 2001 年 ( 平成 13 年 ) 3 月 3 日 - 福知 山 ~ 豊岡 間 で ワンマン 運転 開始 。 7 月 7 日 - 米子 ~ 益田 間 の 高速 化 工事 完成 。 2003 年 ( 平成 15 年 ) 10 月 1日 - 鳥取 ~ 米子 間 の 高速 化 工事 完成 。 2004 年 ( 平成 16 年 ) 4 月 1日 - 日本 貨物 鉄道 の 第 二 種 鉄道 事業 ( 湖山 ~ 伯耆 大山間 ) 廃止 。 2005 年 ( 平成 17 年 ) 3 月 1日 - 城崎 駅 を 城崎 温泉 駅 に 改称 。 11 月 26 日 - 福知 山 駅 付近 が 高架 化 。 2006 年 ( 平成 18 年 ) 3 月 18 日 - 全線 に わた り 始発 ・ 最終 の 繰上げ ・ 繰り下げ を 実施 。 4 月 1日 - 日本 貨物 鉄道 の 第 二 種 鉄道 事業 ( 丹波 口 ~ 二条 間 、 東松 江 ~ 出雲 市 間 、 江津 ~ 岡見 間 ) 廃止 。 2008 年 ( 平成 20 年 ) 3 月 15 日 - 梶栗 郷 台地 駅 開業 。 かつて 、 山陰 本線 ・ 山陽 本線 の 門司 駅 ~ 福知 山 駅 間 に は 日本 一 の 走行 距離 を 有 する 普通 列車 が 運行 さ れ て い た 。 鉄道 ファン は その 列車 番号 で 82 4 列車 と 呼 ん で い た 。 そもそも 昭和 30 年代 まで 、 日本 国 有 鉄道 に お い て は 特別 急行 列車 ・ 急行 列車 の 本数 が 少な かっ た 半面 で 、 長 距離 の 普通 列車 が 設定 さ れ て い た 。 1956 年 11 月 19 日 国鉄 ダイヤ 改正 当時 だ と 、 東海道 本線 ・ 山陽 本線 で は 東京 駅 ~ 門司 駅 間 運転 の 11 1 ・ 1 12 列車 ( 東海道 本線 区間 で 夜 行 列車 運転 、 運転 区間 の 営業 キロ は 1102 . 8 km 。 「 ムーン ライト ながら 」 の 項目 も 参照 ) 。 日本 海縦 貫線 で は 大阪 駅 ~ 青森 駅間 に は 羽越 線 を 夜行 で 走 る 511 ・ 5 1 2 列車 、 北陸 線 と 奥羽 線 で 2 夜行 に な る 51 3 ・ 5 1 4 列車 ( 運転 区間 の 当時 の 営業 キロ は 10 5 5 . 6 km ) が 存在 する と い っ た 具合 で あ る 。 しかし 、 1961 年 10 月 に 実施 さ れ た 「 サンロクトオ 」 と 呼 ば れ る ダイヤ 改正 以降 、 国鉄 で は 普通 列車 の 乗客 を 新た に 新設 な いし は 増発 し た 特急 ・ 急行 列車 に 振り向け る ため 、 これ ら 長 距離 運転 を する 普通 列車 を 削減 する よう に な っ て い っ た 。 そして 、 その 普通 列車 削減 の 流れ が 進 ん だ 昭和 50 年代 に 、 日本 一 の 運行 距離 を 有 する 普通 列車 ( 鈍行 ) と し て 鉄道 ファン に 注目 さ れ る よう に な っ た の が 、 この 82 4 列車 で あ る 。 以前 に は 全線 を 直通 する 夜行 列車 も あ っ た が 、 夜行 区間 が 格上げ ( 急行 「 しまね 」 を 経 て 夜行 「 さんべ 」 ) さ れ たり 、 夜行 区間 と 昼行 区間 と が 別列車 に 分断 ( 夜行 区間 は 後 の 「 山陰 」 ) さ れ て 、 この 列車 が 生き残 っ た 。 この ため 、 本列車 の ダイヤグラム 鉄道 に おけ る ダイヤ 自体 は 山陰 線 全 通 時 に まで さかのぼ る ( 戦時 中 は 分断 ) が 、 日本 最長 と な っ た の は 、 それ まで 最長 だっ た 大阪 駅 発 新潟 駅 行き の 普通 列車 が 廃止 さ れ た 1961 年 - 1975 年 の 国鉄 ダイヤ 改正 1972 年 ( 昭和 47 年 ) で あ っ た 。 この 列車 は 門司 駅 を 朝 5 時 半 頃 に 発 ち 、 福知 山 駅 に は その 日 が 終わ る 頃 に 到着 する もの で 、 途中 駅 で 特急 ・ 急行 の 待避 や 荷物 輸送 の ため の 長 時間 停車 を し て い た こと も あ っ て 、 所要 時間 は 約 18 時間 半 に も な り 、 表定 速度 は 30 km を 若干 上回 る 程度 で あ っ た 。 また 、 客車 は 国鉄 オハ 35 系 客 車 ・ 国鉄 スハ 43 系 客 車 ・ 国鉄 60 系 客 車 など 手動 扉 の 旧 型 の もの が 最後 まで 使用 さ れ た 。 その 旧 型 客 車 の 旅愁 と 運転 区間 が 相 ま っ て 、 「 乗り 鉄 」 と も 通称 さ れ た 鉄道 旅行 派 の ファン など から 注目 さ れ る 存在 と な り 、 宮脇 俊三 ・ 種村 直樹 と い っ た 紀行 作家 に よ る 乗車 記 も 書 か れ た 。 なお 、 上越 新 幹線 1982 年 11 月 15 日 国鉄 ダイヤ 改正 直前 の 1982 年 10 月 に おけ る 、 国鉄 の 長 距離 運行 普通 列車 上位 5 位 は 以下 の とおり で あ る 。 82 4 列車 門司 駅 ~ 福知 山 駅間 運行 運転 距離 ( 営業 キロ ) 5 95 . 1 km 83 1 列車 豊岡 駅 ( 兵庫 県 ) ~ 門司 駅 間 運行 同上 535 . 2 km 726 列車 浜田 駅 ~ 大阪 駅間 運行 同上 50 0 . 8 km 530 列車 鹿児島 中央 駅 ~ 門司 港 駅 ( 日 豊本 線 経由 ) 間 運行 同上 47 6 . 9 km 921 ・ 9 2 4 列車 「 紀勢 本線 紀勢本線 夜 行 列車 「 南紀 」 ・ 「 はやたま 」 、 " 太 公望 列車 " 」 亀山 駅 ( 三重 県 ) ~ 天王 寺 駅 ( 紀勢 本線 経由 ) 間 運行 同上 442 . 2 km しかし 客車 の 老朽 化 が 進 ん だ こと と 、 国鉄 合理 化 政策 の 一環 と し て 客 車 列車 を 気動 車 ・ 電車 化 し た 上 で 運行 距離 を 短縮 する 施策 が 取 ら れ る よう に な っ た こと から 、 82 4 列車 は 1984 年 2 月 1日 国鉄 ダイヤ 改正 で 下関 駅 ~ 出雲 市 駅間 運行 の 82 4 列車 と 、 出雲 市 駅 ~ 福知 山 駅間 運行 の 548 列車 に 系統 が 分割 さ れ た 。 その 後 、 更に 列車 の 運行 区間 が 細分 化 さ れ 、 2006 年 現在 で は 82 4 列車 が 運行 し て い た 時間 帯 に 該当 する 列車 が 存在 し な い 区間 も あ る 。 なお 2008 年 5 月 現在 の 日本 最 長 距離 を 走 る 定期 普通 列車 ( 快速 列車 含 む ) は 、 東海道 本線 の 東京 駅 ~ 大垣 駅 を 結 ぶ 快速 「 ムーン ライト ながら 」 で あ る   ( 運行 距離 410 . 0 km ) 。 全車 自由 席 の 列車 だ と 山陽 本線 の 岡山 駅 ~ 下関 駅 間 を 走 る 列車 ( 下り 2 本 ・ 上り 3 本 、 広島 シティ ネットワーク 区間 で は 快速 「 シティ ライナー ( 列車 ) 」 と な り 、 徳山 駅 で 列車 番号 が 変わ る 。 夕方 の 上り 1 本 は さらに 岡山 駅 から 通勤 ライナー ( 列車 ) と な る 。 運行 距離 は 38 4 . 7 km ) と な る 。 運行 時間 で は 、 根室 本線 の 滝川 駅 ~ 釧路 駅 間 ( 下り のみ ) の 普通 列車 が 8 時間 ちょうど で 最も 長 い ( 運行 距離 は 30 8 . 4 km 、 快速 を 除外 し た 場合 に は 最長 ) 。 また 臨時 列車 で は 、 新 大阪 駅 ~ 博多 駅 間 64 4 . 0 km を 結 ぶ 快速 「 ムーン ライト 九州 」 も 存在 する 。 京都 駅 ~ 園部 駅 間 の 各駅 は 嵯峨野 線 を 参照 。 嵯峨野 線 内 から 直通 する 快速 列車 は 、 この 区間 内 で は 各駅 に 停車 ( 列車 番号 上 は 普通 列車 と し て 運転 ) 。 ここ に 載せ て い る 駅 に は 、 全 時間 帯 に お い て 当該 列車 が 運行 さ れ る わけ で は な く 、 区間 運転 や 途中 から 快速 運転 する もの も あ る 。 括弧内 は 起点 から の 営業 キロ 。 貨物 支線 東松江 駅 ( 0 . 0 km ) - 馬潟 港 駅 ( 1 . 0 km ) 貨物 支線 ( 浜田 港 線 ) 西浜田 駅 ( 0 . 0 km ) - 浜田 港 駅 ( 2 . 3 km ) 括弧内 は 京都 駅 起点 の 営業 キロ 。 大宮 駅 - 京都 ~ 丹波 口間 ( 約 0 . 8 km ) ( 臨 ) 梅小路 駅 緑化 フェア 梅小路 駅 - 京都 ~ 丹波 口間 ( 1 . 1 km ) ( 臨 ) 切浜 海水 浴 場 駅 - 竹野 ~ 佐津間 ( 臨 ) きりは ま ビーチ 駅 - 竹野 ~ 佐津間 ( 16 7 . 6 km ) 鳥取 仮 停車 場 - 鳥取 ~ 湖山間 ( 約 232 . 0 km ) 白兎 仮 停車 場 - 末 恒 ~ 宝木 間 ( 24 1 . 6 km ) 清水 寺 仮 停車 場 - 米子 ~ 安来 間 ( 32 6 . 9 km ) 梶栗 駅 - 安岡 ~ 綾羅 木間 ( 6 6 9 . 4 km ) 垢田 口 停 留場 - 綾羅 木 ~ 幡生間 ( 約 67 3 . 2 km ) 括弧内 は 京都 駅 起点 の 営業 キロ 。 日野川 信号 場 - 伯耆 大山 ~ 東山 公園 間 ( 32 0 . 2 km ) 清水 寺 信号 場 - 米子 ~ 安来 間 ( 32 8 . 0 km ) 稗田 信号 場 - 綾羅 木 ~ 幡生間 ( 6 7 1 . 5 km ) 福知山 駅 : 北丹 鉄道 - 1971 年 3 月 2 日 休止 、 1974 年 2 月 28 日 廃止 江原 駅 : 出石 鉄道 - 1944 年 5 月 1日 休止 、 1970 年 7 月 20 日 廃止 岩美 駅 : 岩井 町営 軌道 ( 営業 時 ) - 1944 年 1 月 11 日 休止 、 1964 年 3 月 27 日 廃止 倉吉 駅 : 倉吉 線 - 1985 年 4 月 1日 廃止 米子 駅 : 日ノ丸 自動 車 法勝 寺 電鉄 線 ( 米子 市 駅 ) - 1967 年 5 月 15 日 廃止 荒島 駅 : 一畑 電気 鉄道 広瀬 線 - 19 6 0 年 6 月 19 日 廃止 出雲 市 駅 : 一畑 電気 鉄道 立 久恵 線 - 1964 年 7 月 19 日 休止 、 1965 年 2 月 18 日 廃止 大社 線 - 1990 年 4 月 1日 廃止 幡生 駅 : 山陽 電気 軌道 - 1971 年 2 月 6 日 廃止 +嵯峨野 線 ( さがの せん ) は 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 京都 駅 ~ 園部 駅 間 の 愛称 で あ る 。 この 愛称 は 1988 年 3 月 13 日 から 使用 さ れ て い る 。 本来 の 名称 で あ る 山陰 線 と 併せ て 嵯峨野 山陰 線 、 山陰 嵯峨野 線 と 案内 さ れ る こと も あ る 。 これ は 島根 県 ・ 鳥取 県 の 山陰 地方 両県 が 「 山陰 」 の 名 を 案内 に 残 す よう に 要望 し た ため と い わ れ る 。 ライン カラー は 紫 ( ■ ) で あ り 、 選定 理由 は 「 京 の 優雅 さ を イメージ 」 と さ れ て い る 。 基本 的 に 快速 列車 が 毎時 1 本 、 普通 列車 が 毎時 3 本 ほど 運転 さ れ ( うち 2 本 は 京都 ~ 亀岡 駅 間 の 区間 運転 ) 、 一部 は 胡麻 駅 や 福知 山 駅 まで 直通 運転 さ れ て い る 。 また アーバン ネットワーク 内 で 唯一 、 他 の 路線 から 直通 する 定期 普通 列車 が 存在 し な い 。 観光 地 と し て 人気 の あ る 嵯峨野 ・ 嵐山 方面 へ の アクセス と し て の 利用 が 盛ん で あ り 、 紅葉 シーズン に は 、 京都 ~ 嵯峨 嵐山 駅間 に 臨時 列車 も 運転 さ れ る 。 また 定期 列車 の 増結 運転 も 行 わ れ る 。 日本 国 有 鉄道 時代 の 山陰 本線 は あくまで も 長 距離 特別 急行 列車 や 長 距離 普通 列車 を 中心 に 運行 さ れ 、 京都 近郊 の 通勤 通学 需要 が 殆ど 考慮 さ れ て い な かっ た 。 その 後 1987 年 の 国鉄 分割 民営 化 に よ り JR 西 日本 発足 。 この 区間 で は 1989 年 の 嵯峨 ( 現 ・ 嵯峨 嵐山 ) ~ 馬堀 駅 間 の 複線 と それ に 伴 う トンネル 経由 の 新線 へ の 切り替え られ た 。 1990 年 の 京都 ~ 園部 間 の 電化 1996 年 の 二条 駅 ~ 花園 駅 ( 京都 府 ) 間 の 高架 化 完成 など 順 を 追 っ て 路線 の 近代 化 が な さ れ 、 国鉄 時代 から は 大き く 変貌 を 遂げ た こと に よ り 、 沿線 開発 も 進 ん だ と いえ る 。 また 京都 市 内 に お い て 1989 年 に 太秦 駅 、 2000 年 に 円町 駅 が それぞれ 新設 さ れ 、 需要 を 開発 し て い る 。 しかし 現在 で も 単線 区間 が 多 く 残 る こと など から 、 特急 列車 を 除 く と 、 毎時 3 ~ 4 本 の 運転 が あ り ながら 、 昼間 のみ な ら ず 夕方 の ラッシュ 時 に さえ 30 分 強 も の 間隔 で 列車 が 運転 さ れ て い る 時間 帯 が あ り 、 不 均衡 な ダイヤ と な っ て い る 。 従 っ て まだまだ 大 都市 圏 の 都市 交通 の 機能 を 担 う に は 満足 な 運行 形態 と は な っ て い な い と い う 感 は 否め な い 。 また 園部 駅 以北 は 本数 が 少な く な る 上 に 特急 と の 格差 も 年々 大き く な っ て き て い る 。 今後 、 2010 年 春 を 目処 に 嵯峨野 線 全 区間 の 完全 複線 化 を 予定 し て い る 。 現在 その 工事 が 進行 中 で あ る が 、 当初 の 全面 完成 予定 の 2009 年 春 から は 約 1 年 程度 遅れ が 生じ る 見込み で あ る 。 また この 事業 と 同時 に 、 附帯 事業 と し て 、 花園 ~ 太秦 間 の 高架 化 が な さ れ る 。 ( 2008 年 3 月 下旬 完成 済み ) 嵯峨 嵐山 駅 および 亀岡 駅 で は 、 駅 の 橋上 化 と 自由 通路 の 設置 工事 も 進行 中 。 これ ら 2 駅 の 橋上 化 に 関 し て は 予定 通り 2008 年 春 に 完成 する 予定 で あ る 。 これ に 併せ 、 自動 列車 停止 装置 の 導入 が 計画 さ れ て い る 。 また 、 臨時 列車 で は 行 わ れ て い た 丹波 口 駅 ~ 梅小路 駅 間 の 短絡 線 を 活用 し た JR 京都 線 大阪 駅 方面 と の 相互 直通 運転 案 が 近畿 地方 交通 審議 会 で 検討 さ れ て い る 。 運転 本数 が 増え た こと に よ り 、 特に 京都 ~ 二条 付近 の 高架 区間 に お い て 騒音 問題 が 浮上 し て い る が 、 まだ 抜本 的 な 解決 策 は な い 。 嵯峨野 線 の 全て の 駅 で J スルー ・ ICOCA 及び 東 日本 旅客 鉄道 ( JR 東 日本 ) など の Suica 、 東海 旅客 鉄道 ( JR 東海 ) の TOICA 、 また スルッと KANSAI の PiTaPa が 使用 でき る 。 この 路線 の 競争 相手 と し て 京阪 京都 交通 ( 旧 ・ 京都 交通 ( 亀岡 ) ) に よ る 、 国道 9 号 を 経由 し て 京都 市 内 ( 京都 駅 、 阪急 京都 本線 桂 駅 ) と 亀岡 および その 以西 と を 結 ぶ 路線 バス が 存在 する 。 Jr の 駅 で は 通常 駅 本屋 側 の ホーム を 1 番 のりば と する 。 嵯峨野 線 区間 の 各駅 ( 京都 駅除 く ) は 駅本 屋 の 位置 に かかわ ら ず 、 上り 線 側 の ホーム を 1 番 のりば と し て い る 。 ( 但し 駅 に よ っ て は 一線 スルー の ため に 1 番 のりば から 下り 列車 が 出 る こと も あ る ) +鋼索線 ( こう さくせん ) は 、 京都 府 八幡 市 の 八幡 市 駅 から 男山 山上 駅 まで を 結 ぶ 京阪 電気 鉄道 の ケーブル カー 。 男山 ケーブル と 呼 ば れ て い る 。 男山 の 山上 に あ る 石清水 八幡宮 へ の 足 で 、 初詣 客 で 賑わ う 1 月 の 利用 者 数 が 全体 の 50 % を 占め て い る 。 正月 の 多客 期 は 12 . 6 km / h 、 それ 以外 の 閑散 期 は 8 km / h の 2 速度 で 運転 でき る よう に な っ て い る 。 車両 の 行き 違い は 全長 111 m の 大杉谷 鉄 橋上 で 行 わ れ る 。 2001 年 に 京阪 鋼 索 客 車 が 更新 さ れ 、 スルッと KANSAI 対応 カード が 使用 可能 に な っ た 。 男山 山上 駅 に は 改札 は 無 い ため 、 上り下り 共 に 下 の 八幡 市 駅 で 切符 の 扱い を 行 う ( スルッと KANSAI に つ い て は その 時点 で 差し引 か れ る ) 。 金額 が 足り な い 場合 は 鋼索 線 の 八幡 市 駅 で 精算 する こと に な っ て い る 。 なお 、 京阪 電鉄 の 路線 で 唯一 、 PiTaPa が 使用 でき な い 。 路線 データ 路線 距離 ( 営業 キロ ) : 0 . 4 km 方式 : 単線 2 両 交走 式 軌間 : 10 67 mm 駅数 : 2 駅 ( 起終点 駅 含 む ) 高低 差 : 82 m 運行 形態 通常 時 は 30 分 間隔 の 運行 で 、 所要 時間 は 約 3 分 。 なお 、 乗客 が い る 場合 に 運行 さ れ る 不 定期 列車 を 含め る と 15 分 間隔 で あ る 。 大晦日 から 新年 に かけ て は 、 終夜 運転 が 行 わ れ 、 正月 三 が 日 に は 頻発 運転 が 行 わ れ る 。 歴史 1926 年 、 男山 索道 に よ っ て 開業 し た の に 始ま る 。 男山 鉄道 に 社名 変更 後 、 京阪 電気 鉄道 の 子 会社 と な っ た 。 戦時 中 の 1944 年 に 廃止 さ れ 資材 が 供出 さ れ る が 、 戦後 の 1955 年 に 京阪 電気 鉄道 直営 で 復活 し た 。 1926 年 ( 大正 15 年 ) 6 月 22 日 男山 索道 が 八幡 口 ~ 男山間 を 開業 。 1928 年 ( 昭和 3 年 ) 5 月 28 日 男山 鉄道 に 社名 変更 。 1929 年 ( 昭和 4 年 ) 8 月 31 日 京阪 電気 鉄道 の 子 会社 と な る 。 1944 年 ( 昭和 19 年 ) 2 月 11 日 資材 供出 の ため 不要 不急線 と し て 廃止 。 1955 年 ( 昭和 30 年 ) 12 月 3 日 京阪 電気 鉄道 鋼索 線 と し て 男山 ( 現 ・ 八幡 市 ) ~ 八幡宮 ( 現 ・ 男山 山上 ) 間 再 開業 。 2001 年 ( 平成 13 年 ) 7 月 11 日 新車両 運転 開始 。 駅 一覧 八幡 市 駅 - 男山 山上 駅 接続 路線 八幡 市 駅 : 京阪 本 線 +河原町 駅 ( かわら まち えき ) は 、 京都 府 京都 市 下京 区 四条 通 河原町 西入ル 真 町 52 に あ る 、 阪急 電鉄 阪急 京都 本線 の 終着 駅 で あ る 。 かつて は 京都 の 同社 の ターミナル 駅 で あ る こと を 強調 する ため 、 「 京都 河原町 駅 」 と 呼 ん で い た こと も あ っ た 。 一 時期 は 単に 「 河原町 」 呼称 と な っ て い た が 、 現在 は 肉声 放送 ・ 駅 自動 放送 とも に 「 京都 河原町 」 ( 英語 表記 は 「 Kawaramachi ( Kyoto ) 」 ) の 呼称 に 戻 さ れ た 。 烏丸 駅 まで は 地下 道 で つなが っ て お り 、 徒歩 10 分 ほど で たどり着け る 。 ただし それ は 「 地下 街 」 で は な く あくまで 「 地下 道 」 で あ っ て 、 そこ に 駅売 店 ・ 案内 所 など を 除 く と 店舗 など は な い 。 京阪 電気 鉄道 京阪本 線 ( 四条 駅 ( 京阪 ) ) 乗り換え は 一 度 地上 に 出 て 、 四条 大橋 を 渡 る 必要 が あ る 。 相互 の 乗り換え アナウンス は な い が 、 当駅 、 京阪 四条 駅 とも に 、 連絡 通路 に 相手 方 の 駅 の 発車 時刻 表 を 掲出 し て 便宜 を 図 っ て い る 。 四条 通 の 直下 に あ り 、 プラットホーム 形状 と 配置 1 面 3 線 の 地下 駅 。 四条 河原町 交差 点 南 東角 の 阪急 百貨 店 、 及び 同北 東角 の コトクロス 阪急 河原町 、 両方 に ビル 外面 に 「 阪急 河原町 駅 」 と 表記 さ れ て い る 。 改札 口 は 東 改札 ・ 中央 改札 の 2 か所 が あ る 。 2 号 線 ホーム に 直結 する 西改札 は 2007 年 3 月 17 日 に 閉鎖 さ れ た 。 ( 同日 の ダイヤ 改正 後 、 2 号 線 ホーム は 1 日 1 本 しか 使用 し な く な っ た ため と み られ る ) 。 便所 は プラットホーム 東端 に あ る 。 1 号 線 は かつて 京阪 本 線 の 淀屋 橋 駅 同様 に 同一 線 路 を 2 つ の ホーム と し て 使用 し て い た 時代 が あ っ た 。 長編成 化 に 伴 い 、 この 扱い は 廃止 さ れ て い る 。 また 、 通常 は 1 ・ 3 号 線 のみ を 使用 し 、 2 号 線 は 殆ど 使用 し て お ら ず 、 1 日 1 本 のみ 使用 さ れ る 。 ( 錆取 り 列車 の ため と 思 わ れ る ) どの ホーム から どの 種別 と い う 決まり は な い が 、 昼間 の 時間 帯 は 1 号 線 より 特別 急行 列車 、 3 号 線 より 準急 列車 が 発車 し て い る 。 なお 、 快速 急行 など の 列車 は すべて 1 号 線 発着 と な る 。 繁華 街 で あ る 四条 河原町 へ 向か う 人 も 多 い 。 平成 15 年度 の 1 日 あたり の 乗車 人員 は 約 38 , 164 人 ( 京都 府 統計 書 より ) 。 駅 周辺 および バス のりば に つ い て は 四条 河原町 を 参照 。 1963 年 ( 昭和 38 年 ) 6 月 17 日 京都 本線 大宮 駅 ( 京都 府 ) ~ 河原 町 間 延伸 に よ り 開業 。 1982 年 ( 昭和 57 年 ) 8 月 20 日 2 号 線 ホーム 延伸 。 地元 の 住民 は 、 当駅 付近 一帯 を 呼称 する 時 に は あくまで も 四条 通 と 河原 町 通 の 交差 点名 で あ る 「 四条 河原町 」 と 呼 ぶ こと が 多 く 、 ここ を 指 す 地名 と し て 「 河原町 」 や 「 ( 阪急 ) 河原町 駅前 」 と 呼 ぶ こと は ほとんど な い 。 ただし 、 京都 市民 で も 中心 部 の 住民 以外 は 「 河原町 」 あるいは 「 四条 」 と 呼 ぶ こと も 多 い 。 京都 市民 の 感覚 と し て は 、 「 河原町 」 は あくまで も 京都 市 内 の 通り で あ る 。 その 一方 で 最近 で は 、 観光 ガイドブック や グルメガイド など で 「 河原町 エリア 」 など と い っ た 用法 で 、 この 付近 一帯 を 指 す 名称 と し て 「 河原町 」 が 用い られ る こと が 多 い 。 これ は 四条 烏丸 や 四条 大宮 で も ほぼ 同様 で あ る 。 これ ら の 場所 で は 、 バス 停 の 名称 も 「 ○ ○ 駅 ( 前 ) 」 と はな っ て お ら ず 、 前記 の 各 交差 点 名 が バス 停 の 名称 と な っ て い る 。 一方 、 京都 駅 前 や 二条 駅 前 は 「 ○ ○ 駅 ( 前 ) 」 が バス 停 の 名称 で あ り 、 地元 の 住民 も 「 京都 駅 ( 前 ) 」 など と 呼 ぶ 。 なお 、 当駅 の 駅名 に 「 四条 」 が 冠 さ れ て い な い の は 、 市内 に お い て 阪急 京都 線 が 四条 通 の 直下 を 走 っ て い る ため と 思 わ れ る 。 ( 烏丸 御池 駅 を 除 き 地下 鉄 烏丸 線 に 「 烏丸 」 が 冠 さ れ て い な い の と 同様 で あ る ) 阪急 電鉄 ■ 京都 本線 烏丸 駅 - 河原町 駅 +東西線 ( とうざいせん ) は 、 京都 府 宇治 市 の 六 地蔵 駅 から 京都 市 右京 区 の 太秦 天神川 駅 まで を 結 ぶ 京都 市営 地下 鉄 の 路線 で あ る 。 管轄 ・ 路線 距離 ( 営業 キロ ) : 六 地蔵 ~ 太秦 天神 川 間 17 . 5 km 京都 市 交通 局 ( 鉄道 事業 者 ) : 六 地蔵 ~ 御陵 間 8 . 7 km 三条 京阪 ~ 太秦 天神 川間 5 . 4 km 京都 市 交通 局 ( 鉄道 事業 者 ) ・ 京都 高速 鉄道 ( 鉄道 事業 者 ) : 御陵 ~ 三条 京阪間 3 . 4 km 軌間 : 14 35 mm 駅数 : 17 駅 ( 起終点 駅 含 む ) 複線 区間 : 全線 電化 区間 : 全線 電化 ( 直流 1500 V ・ 架空 電車線 方式 ) 閉塞 ( 鉄道 ) : 車内 信号 式 ( 自動 列車 制御 装置 、 自動 列車 運転 装置 ) 最高 速度 : 75 km / h 京都 市 で 2 番 目 の 市営 地下 鉄 路線 と し て 開業 し た 。 京都 市 中心 部 と 同市 東南部 の 山科 区 ・ 伏見 区 と の 通勤 輸送 、 及び 滋賀 県 大津 市 と の 都市 間 輸送 の 一部 を 担 う 路線 で あ り 、 1 日 平均 12 万 人 が 利用 し て い る 。 1997 年 に 醍醐 駅 ( 京都 府 ) ~ 二条 駅 間 が 開業 し 、 2004 年 に 醍醐 駅 から 六 地蔵 駅 まで 延伸 、 2008 年 1 月 16 日 に は 二 条 駅 から 太秦 天神川 駅 まで が 開業 し た 。 同駅 から は さらに 西京 区 の 洛西 付近 まで の 延伸 が 予定 さ れ て い る 。 市 の 郊外 に 洛西 ニュータウン が 建設 さ れ た 際 、 「 将来 ここ まで 地下 鉄 が 来る 」 と い う 話 を 聞 い て 入居 し た 人 が 多 く 、 住民 から 延伸 を 望 む 声 が 強 い が 、 京都 市 の 財政 事情 が 厳し い こと から 建設 の 見通し は 立 っ て い な い ( 詳細 は 西部 へ の 延伸 構想 ) 。 六 地蔵 駅 から 山科 駅 まで は 伏見 区 東部 ・ 山科 区 を 京都 外環 状 線 の 地下 を 通 っ て 南北 に 走 る 。 山科 駅 から 蹴上 駅 まで 山 を 迂回 する よう に カーブ し 、 蹴上 駅 から 二条 駅 まで は 市内 中心 部 を 三条 通 ・ 御池 通 ・ 押小路 通 の 地下 を 通 っ て 東西 に 走 っ て い る 。 なお 、 烏丸 御池 ~ 二条 城 前間 と 京都 市 役所 前 ~ 三条 京阪間 の 2 か所 に も カーブ が あ る 。 京都 市 中心 部 で 東西 方向 に 走 っ て い る こと から 、 東西 線 と 名付け られ て い る が 、 東西 方向 に 走 っ て い る の は 全体 の 半分 程度 で あ る 。 全て の 駅 に ホーム ドア が 設置 さ れ て い る 。 太秦 天神川 駅 から 御陵 駅 で は 、 4 両 編成 と 6 両 編成 の 両方 が 発着 する 関係 で 、 これ ら の 駅 で は ホーム ドア は 4 両 部分 のみ の 開閉 も 行 う こと が 可能 に な っ て お り 、 現 に そう し た 運用 が な さ れ て い る 。 地下 鉄 で の ホーム ドア の 採用 は 東京 地下 鉄 南北 線 に 次いで 、 当路線 が 日本 国 内 2 例 目 で あ る 。 また 、 各 駅 毎 に ステーション カラー と 呼 ば れ る シンボル カラー が 選定 さ れ て お り 、 ホーム ドア の ほか 、 駅名 表示 部 、 駅名 パネル 、 駅務 室 の 外壁 、 エレベーター の 扉 など が その 色 で 統一 さ れ て い る 。 この ステーション カラー は 駅 一覧 の よう に グラデーション し て い く 。 駅 は 全て プラットホーム で 、 エレベーター 、 エスカレータ を 完備 し て い る ほか 、 トイレ の 段差 を なく し たり 、 車 いす 用 スペース を 設け たり し て 、 バリア フリー が 心掛け られ て い る 。 醍醐 駅 、 烏丸 御池 駅 を 除 く と 、 すべて 改札 口 は 1 箇所 で あ る 。 エレベーター は ほぼ すべて の 駅 で 油圧 式 、 11 名乗 り 、 一部 点字 表示 、 音声 案内 付き に 統一 さ れ て い る ( メーカー は 各 駅 異な る ) 。 エスカレーター は 駅 に よ り 上り の み か 、 上下 と も 完備 さ れ て い る 駅 と 2 タイプ あ り 、 全駅 と も センサー 式 自動 運転 で あ る 。 京都 市営 地下 鉄 で 唯一 発 車 メロディ が あ る が 、 4 曲 全て が 京都 の 長 い 歴史 を 反映 し て か 古風 な 雰囲気 の 曲 で あ る 。 製作 し た 櫻井 音楽 工房 / テイチク エンタテインメント は この 実績 を 買 わ れ 、 後 に 東 日本 旅客 鉄道 の 発車 メロディ を 担当 する こと に な る 。 曲名 は 以下 の 通り 。 古都 の 朝靄 ( 各 駅 共通 ・ 六 地蔵 行き ) 醍醐 寺 の 鶯 ( 各 駅 共通 ・ 太秦 天神川 行き ) 春開 き ( 御陵 駅 のみ ・ 太秦 天神川 / 京都 市 役所 前行き ) 詩仙 堂 猪 脅 し ( 御陵 駅 のみ ・ 浜 大津 行き ) 発車 メロディ に つ い て 詳し く は 、 京都 市 交通 局 公式 サイト の 「 ハイパー 地下 鉄 ダイヤ 」 を 参照 の こと 。 これ ら の ページ で は メロディ を 実際 に 聞 く こと が でき る ( ただし 、 非常 に 音量 が 小さ い ) 。 太秦 天神川 駅 、 もしくは 京都 市 役所 前駅 ~ 御陵 駅 の 間 で は 、 6 両 編成 ( 東西 線 車両 ) と 4 両 編成 ( 京阪 京津 線 から の 乗り入れ ) が 混在 し て い る ため 、 列車 到着 アナウンス で は 、 両数 が かならず 告げ られ る 。 京阪 車 が 到着 し た とき は 、 6 両 分 あ る ホーム ドア の うち 、 前方 から 4 両分 だけ が 開 く 。 京阪 電気 鉄道 京阪 京津 線 から の 列車 が 御陵 駅 から 太秦 天神川 駅 まで 乗り入れ て い る 。 1 日 76 往復 ( 平日 ) の 乗り入れ 列車 の うち 、 早朝 ・ 深夜 を 除 い て 28 往復 が 概ね 30 分 間隔 で 太秦 天神川 駅 まで 直通 し 、 他 は 途中 の 京都 市 役所 前駅 まで 運転 さ れ る 。 交通 局 の 車両 を 使用 する 列車 は 東西 線 内 六 地蔵 ~ 太秦 天神川 駅 間 の 運転 で 、 交通 局 車 は 京阪 京津 線 へ は 乗り入れ な い 。 京津 線 は 大津 市 内 に 併用 軌道 を 抱え て い る ため 、 浜 大津 発 の 京都 市 役所 前 ・ 太秦 天神川 行 き 列車 で は 東西 線 内 で も 1 ~ 2 分 程度 の 遅れ が 発生 する こと が 多 い 。 この 遅れ が 後続 の 六 地 蔵 発 の 太秦 天神川 駅 行き の 列車 に 影響 する こと も あ る 。 日中 の ダイヤ は 15 分 間隔 で 運転 さ れ る 京津 線 から の 直通 列車 を 除 け ば 、 開業 当初 は 全線 で 10 分 間隔 ( 1 時間 あたり 6 本 ) だっ た が 、 2000 年 3 月 に 烏丸 御池 駅 で 連絡 する 京都 市営 地下 鉄 烏丸 線 と 運転 間隔 を 揃え る ため も あ り 7 分 半 間隔 ( 1 時間 あたり 8 本 ) に 増発 さ れ 、 これ に よ り 15 分 あたり 東西 線 内 列車 2 本 : 京津 線 直通 列車 1 本 の パターン に な っ た 。 2008 年 1 月 16 日 の 太秦 天神川 延伸 開業 後 は 京津 線 から の 直通 列車 を 含め る と 京都 市 役所 前 ~ 太秦 天神 川 間 で 昼間 1 時間 あたり 10 本 の 運転 間隔 と な り 、 烏丸 線 より も 本数 が 多 く な っ た 。 1997 年 まで の 京阪 京津 線 が 御陵 駅 以西 で 地上 を 走 っ て い た 時期 は 、 下記 の よう な 所要 時間 で あ っ た 。 京津 三 条 ~ 御陵 準 急 10 分 普通 12 分 現在 の 地下 鉄 東西線 の 所要 時間 は 、 下記 の とおり で あ る 。 三条 京阪 ~ 御陵 6 ~ 7 分 山科 醍醐 地域 の 住民 の 貴重 な 足 と な っ て い る 。 この 地域 は 、 団地 や 新興 住宅 地 が 多 く 、 京都 や 大阪 の ベッド タウン を 形成 し て い る が 、 周辺 道路 事情 の 悪 さ から 渋滞 が 慢性 化 し て い る 土地 柄 で あ る 。 地下 鉄 開業 前 は 、 京阪 京津 線 など を 除 く と 時間 の 読め な い 路線 バス しか 選択 肢 が な かっ た が 、 地下 鉄 開業 に よ り 大幅 に アクセス が 改善 さ れ た 。 なお 、 交通 局 の 合理 化 政策 の 一環 と し て 、 開業 に 合わせ て 、 1997 年 に 同 地 区 の 市 バス は 全て 京阪 バス に 移管 さ れ た 。 従来 から 山科 醍醐 地域 に 路線 バス を 走 ら せ て い た 京阪 バス は 、 移管 ・ 地下 鉄 開業 に あわせ て 大幅 に 路線 を 変更 し た 。 現在 、 この 京阪 バス は 、 三条 京阪 駅 ・ 河原町 駅 ( 京都 府 ) - 山科 駅 、 三条 京阪 ・ 四条 河原町 - 椥辻 駅 ・ 小野 駅 ・ 六 地蔵 駅 、 山科 駅 - 六 地蔵 駅 など で 、 東西 線 と 競合 する 路線 を 走 ら せ て い る 。 上記 3 区間 で は いずれ も 地下 鉄 東西線 より 安 い 運賃 で あ る こと や 、 繁華 街 で あ る 四条 河原町 に 乗り入れ て い る こと で 、 東西 線 の 有力 な 競争 相手 と な っ て い る 。 また 山科 駅 で の 乗り換え で 滋賀 県 ( JR 東海道 本線 ( 琵琶 湖 線 ) ・ 湖西 線 、 京阪 京津線 ) 方面 や 、 二条 駅 乗り換え で 京都 府 南丹 ( JR 山陰 本線 ( 嵯峨野 線 ) ) 方面 から 京都 市 中心 部 に 流入 する 利用 も 多 く 、 六 地 蔵 駅 で 京阪 宇治 線 や JR 奈良 線 乗換え で 宇治 ・ 奈良 方面 へ の 流動 も 見 られ る 。 沿線 に は 平安 神宮 ・ 南禅 寺 ・ 二 条 城 と い っ た 観光 地 が 近傍 に あ る が 、 現在 の 段階 で は 観光 客 利用 は それ 程 多 く な い 。 太秦 天神川 駅 へ の 延伸 開業 後 の 2008 年 3 月 28 日 に 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 に も 乗り換え 駅 と し て 嵐電 天 神川 駅 が 新設 さ れ 、 二条 駅 で の JR 嵯峨野 線 に 続 い て 嵐山 方面 と の 接続 ルート が 形成 さ れ た こと から 、 利用 が 増加 する こと が 見込 ま れ て い る 。 戦後 、 京都 市 交通 局 は 京都 市 電 の 新た な 計画 青 写真 と し て 六 地蔵 ~ 醍醐 ~ 山科 ~ 蹴上 から 御池 通 を 縦断 する 路線 ( 高架 式 も 考え られ た ) を 検討 し た がや がて モータリゼーション の 波 に 洗 わ れ 計画 は 頓挫 する 。 しかし その 計画 は 地下 鉄 路線 と し て 新た に 練り直 さ れ る こと と な っ た 。 東西 線 沿線 は 人口 の 伸び が 著し い 傾向 を 見せ る が 、 それ に 周辺 の 道路 整備 が 追い付 か ず に 渋滞 が 深刻 化 し て い た 京都 市 東部 地域 ( 山科 区 ・ 伏見 区 東部 ) と 都心 部 を つな ぐ ため の 交通 機関 と し て 1965 年 頃 から 計画 が 進め られ 、 1969 年 の 市議会 で 建設 が 正式 に 決定 。 1975 年 頃 に まず 醍醐 ~ 二条 間 の 建設 を 行 う こと が 決定 さ れ た 。 しかし 、 その 時 計画 さ れ た ルート の うち 、 御陵 ~ 三条 京阪間 は 京阪 京津 線 が 地上 を 走 っ て お り 、 この 競合 が 問題 と な っ た 。 併設 に つ い て は 、 過当 競争 を 招 く と し て 、 また 、 この 区間 の 地下 鉄 を 公営 地下 鉄 方式 で 造り 、 そこ に 京阪 線 が 乗り入れ る こと は 民営 鉄道 で あ る 京阪 線 の 改良 を 公営 方式 で 行 う こと に な る ため に 、 不 適当 と さ れ た 。 協議 の 結果 、 京都 市 と 京阪 電気 鉄道 で 第 三 セクター 会社 を 設立 し 、 そこ が 第 三 種 鉄道 事業 者 の 免許 を 取得 し た 上 で 、 京都 市 が 第 二 種 鉄道 事業 者 の 免許 を 取得 し て その 区間 の 列車 運行 を 行 う こと に 決ま っ た 。 こう し て でき た の が 京都 高速 鉄道 株式 会社 で あ る 。 1988 年 に 発足 し 、 社長 に は 当時 の 京都 市 長 今川 正彦 が 就任 し た 。 こう し て 、 京都 高速 鉄道 が 日本 鉄道 建設 公団 方式 で 地下 鉄 を 新設 し 、 乗り入れ に 伴 っ て 京阪 京津 線 の 地上 区間 は 廃止 さ れ る こと と な っ た 。 当初 は 平安 建都 120 0 年 に あた る 1994 年 の 開業 を 予定 し て い た 。 しかし 、 京都 の 市街 地 の 多く の 地下 に は 埋蔵 文化 財 が 存在 し 、 その 場所 に 開削 工法 に よ る 地下 鉄 工事 を 行 う 際 に は 、 文化 財 保護 法 に よ っ て 事前 の 発掘 調査 が 義務 づけ られ て お り 、 それ に かかわ る 経費 と 期間 を 予定 し て お か ね ば な ら な い 。 シールド 工法 に よ る 工事 の 場合 に は この 問題 は 発生 し な い の で あ る が 、 京都 市 は 工事 の 直接 経費 の 節減 を 優先 し 、 工区 の かなり の 部分 ( 特に 、 国 の 史跡 の 「 旧 二 条 離宮 〈 二条 城 〉 」 の 区域 に 入 っ て い た 押小路 通 ) を 開削 工法 で 掘削 する こと に し た 。 しかし これ に よ っ て 、 埋蔵 文化 財 調査 の 経費 と 期間 が 必要 と な っ た 。 さらに 、 東海道 新 幹線 や 鴨川 ( 淀川 水系 ) を 潜 る の も かなり の 難工事 で あ っ た 。 こう し た 経緯 を 経 て 、 1997 年 に 醍醐 ~ 二条 間 が 開業 。 京阪 京津 線 が 御陵 ~ 京都 市 役所 前間 に 乗り入れ を 開始 し た 。 二条 駅 まで の 開業 の 際 、 京阪 京津 線 の 乗り入れ が 当初 予定 し て い た 三条 京阪 で は な く 、 その 次 の 京都 市 役所 前 まで だっ た の は 、 三条 京阪 駅 西側 は すぐ 急 カーブ と な っ て い る 上 に 、 直上 に 鴨川 が 流れ て い る ため 、 折り返 し 線 設置 に は 向 い て お ら ず 、 同駅 付近 で は 折り返 し 運転 を する の に 必要 な 空間 が 確保 でき な かっ た ため で あ る 。 一方 、 二条 駅 まで 乗り入れ な かっ た の は 、 京都 市 交通 局 に と っ て 車両 使用 料 が かさ む こと ( 相互 乗り入れ で は な く 、 京阪 車両 の 東西 線 へ の 片乗り入れ の ため 、 乗り入れ 車両 の 延べ 走行 距離 に 応 じ た 車両 使用 料 を 、 京都 市 交通 局 が 一方 的 に 京阪 電気 鉄道 に 支払 わ な けれ ば な ら な い ) 、 地上 側 の 電力 設備 の 増強 が 必要 な こと 、 輸送 力 が 過剰 に な る こと ( 二条 ~ 京都 市 役所 前間 を 増発 する 必要 性 に 乏し い ) など が 理由 で あ る 。 その 結果 、 京都 市 役所 前 の 西隣 の 烏丸 御池 で の 京都 市営 地下 鉄 烏丸 線 と の 接続 に 問題 が 生じ る 結果 を 招 き 、 『 たった 1 駅 の 差 で 足止め さ れ る 』 と の 烏丸 線 乗換 客 から の 不平 不満 の 声 も 散見 さ れ て い た 。 1999 年 に は 京都 商工 会議 所 から 二条 駅 まで 京津 線 乗り入れ 区間 の 延長 要望 が 出 さ れ 、 運行 形態 の とおり 、 2008 年 1 月 16 日 の 太秦 天神川 まで の 延伸 開業 に 併せ て 、 太秦 天神川 駅 に 変電 所 を 新設 し 、 京阪 京津 線 列車 の 乗り入れ 区間 を 同駅 まで 延長 する こと に な っ た 。 しかし それ で も 諸 事情 で 乗り入れ 列車 の 1 / 3 程度 に 留ま っ て い る ( 昼間 時 は 2 本 に 1 本 の 割合 ) 。 1997 年 の 開業 時 ( 京阪 京津 線 の 地上 区間 廃止 時 ) に 九条 山 駅 と 日ノ岡 駅 が 廃止 さ れ た 。 日ノ岡 駅 が 御陵 駅 に 統合 さ れ る 形 で 残 っ た の と は 違 っ て 、 代替 駅 の 建設 予定 が な かっ た 九条 山 駅 周辺 住民 から は 地下 鉄 駅 設置 の 要望 が 出 て い た が 、 難工事 が 予想 さ れ た 上 に 利用 者 が 余り 見込め な い こと から 、 計画 段階 当初 より 代替 駅 を 建設 する 意思 は な かっ た 。 要望 に 対 し て は 「 バス を 増設 する こと に よ っ て 対処 する 」 と の 非 現実 的 な 返答 ( 渋滞 解消 の ため の 地下 鉄 建設 で あ り 、 重複 路線 に バス を 増設 する はず が な い ) が あ っ た が それ も その 場 し のぎ の 逃げ 口上 で あ り 、 結局 は 空手 形 に 終わ っ た 。 2007 年 10 月 現在 九条山 バス 停 ( 九条 山 駅 と ほぼ 同 一 場所 ) から 三条 京阪 方面 や 山科 駅 方面 に は 京阪 バス が 走 っ て い る が 、 日中 の 三 条 京阪 行き の バス は 1 時間 に 1 ~ 2 本 で あ り 、 1 時間 に 4 本 の 停車 列車 が あ っ た 京阪 京津 線 時代 に 比べ て 大幅 に 削減 さ れ て い る 。 京都 市営 地下 鉄 東西線 の 建設 は 、 1971 年 ( 昭和 46 年 ) の 都市 交通 審議 会 の 答申 で 具体 化 し た が 、 山科 ~ 三条 間 の ルート が 当時 営業 し て い た 京阪 京津 線 の 京阪 山科 ~ 三条 間 と 競合 する ため 、 京都 市 と 京阪 電気 鉄道 と の 間 で 協議 が 必要 と な っ た 。 その 協議 の 場 に お い て 京都 市 側 は 、 山科 から 現 ルート より も 北側 を 山岳 トンネル で 貫 い て 京都 市 都心 部 へ 直行 する 案 を 提示 し た が 、 京阪 電気 鉄道 側 が 両線 が 競合 する ほど の 輸送 量 は 無 い と これ に 反対 し 、 京阪 電気 鉄道 が 京津 線 の 京阪 山科 ~ 三条 間 を 廃止 し 、 京都 市営 地下 鉄 東西線 へ 乗り入れ る こと で 決着 し た 。 その 後 、 東西 線 の 山科 付近 の ルート の 都合 で 、 浜 大津 方面 から 京津 線 の 山科 で の 乗り入れ は 物理 的 に 不 可能 と な り 、 京津 線 と 東西 線 と の 接続 駅 と し て 、 三条 通 を 走 る 日 ノ岡 ~ 御陵 間 に 地下 鉄 御陵 駅 を 新設 し 、 ここ に 京津 線 の 御陵 駅 を 移設 ・ 地下 化 する こと に 決ま っ た 。 京都 市営 地下 鉄 東西線 の 建設 主体 は 、 醍醐 ~ 御陵 間 6 . 3 km と 三条 京阪 ~ 二条 間 3 . 3 km の 計 9 . 4 km は 京都 市 の 施工 、 京阪 京津 線 の 置き換え 区間 と な る 御陵 ~ 三条 京阪間 3 . 3 km は 京都 市 ・ 京阪 電気 鉄道 など が 出資 する 第 三 セクター 京都 高速 鉄道 を 設立 し て 日本 鉄道 建設 公団 の 施工 と な っ た 。 そして 、 鉄道 施設 の 完成 後 、 京都 高速 鉄道 が 日本 鉄道 建設 公団 から 25 年間 の 分割 払い で 鉄道 施設 を 譲り受け 、 京都 市 交通 局 に 貸与 し 、 京都 市 交通 局 が 醍醐 ~ 二条 間 を 一体 的 に 運営 する こと に な り 、 1987 年 4 月 1日 の 国鉄 分割 民営 化 に よ っ て 、 それ まで の 「 地方 鉄道 法 」 が 廃止 さ れ 、 新た に 「 鉄道 事業 法 」 が 施行 さ れ た こと に よ っ て 、 京都 市 交通 局 が 醍醐 ~ 御陵 間 と 三条 京阪 ~ 二条 間 の 第 一 種 鉄道 事業 者 、 御陵 ~ 三条 京阪間 の 第 二 種 鉄道 事業 者 と な り 、 京都 高速 鉄道 が 御陵 ~ 三条 京阪間 の 第 三 種 鉄道 事業 者 と な っ た こと から 、 京阪 電気 鉄道 も 第 二 種 鉄道 事業 者 と い う 経営 形態 が 確立 さ れ た ため 、 京津 線 の 御陵 ~ 三条 間 の 旅客 営業 を 廃止 せ ず 、 京都 市 交通 局 と とも に 京都 高速 鉄道 から 鉄道 施設 を 借り受け 、 同 区間 の 地下 化 、 ルート 変更 する 形 で 旅客 営業 を 継続 し て は どう か と 再 検討 さ れ た が 、 諸 経費 など の 絡み で 既定 方針 どおり と な っ た 。 もっとも 、 京都 市 交通 局 事業 の 慢性 赤字 や 開業 後 の 京阪 電気 鉄道 の 大津 線 事業 の 不振 と い う 現状 から 、 京阪 電気 鉄道 が 第 二 種 事業 免許 を 取得 し 、 業務 委託 など の 形 で 事実 上 譲り受け 、 京津 線 と 一体 運営 す べ き と い う 改善 案 も 今 なお 一部 に 存在 する 。 1997 年 ( 平成 9 年 ) 10 月 12 日 醍醐 ~ 二条 間 が 開業 。 京阪 京津 線 が 浜 大津 から 御陵 を 経 て 京都 市 役所 前 まで 乗り入れ 開始 。 2000 年 ( 平成 12 年 ) 3 月 15 日 醍醐 ~ 二条 間 の 列車 を 昼間 毎時 6 本 から 8 本 に 増発 。 2004 年 ( 平成 16 年 ) 1 1 月 26 日 六 地蔵 ~ 醍醐 間 が 延伸 開業 。 2008 年 ( 平成 20 年 ) 1 月 7 日 太秦 天神川 延伸 開業 に 対応 し た ダイヤ 改正 を 先行 実施 。 ただし 京阪 京津 線 から 乗り入れ る 列車 は 15 日 まで 京都 市 役所 前 まで の 運転 。 2008 年 ( 平成 20 年 ) 1 月 16 日 二条 ~ 太秦 天神 川 間 が 延伸 開業 。 京阪 京津 線 も 太秦 天神川 まで 乗り入れ 区間 を 延伸 。 東西 線 は 西京 区 の 洛西 方面 および 長岡 京 市 まで の 延伸 が 構想 と し て 存在 する が 、 差し当たり 太秦 天神川 まで の 延伸 に 留ま り 、 その 後 の 延伸 の 具体 的 展望 は なかなか 描 か れ て い な い 。 その 背景 に は 、 以下 の 状況 など が 挙げ られ る 。 地下 鉄 の 建設 費 が 高額 。 京都 市 の 財政 事情 が 芳し く な い 。 洛西 ニュータウン に 至 る まで の 梅津 ・ 上桂 地域 など の 沿線 人口 が それ ほど 多 く な い 上 に 、 阪急 京都 本線 と 競合 する 。 洛西 ニュータウン 自体 の 人口 が 横ばい あるいは 減少 傾向 。 阪急 桂 駅 以外 に 、 阪急 洛 西口駅 が すでに 整備 さ れ 、 また JR の 新駅 ( JR 桂駅 ・ 仮称 ) も 設置 予定 な こと で 、 交通 の 不便 さ が ある 程度 解消 さ れ て き た 。 その ため 、 洛西 ニュータウン へ の 路線 は 既存 の 計画 と は 切り離 し た 上 で 、 洛西 口 駅 ・ JR 桂駅 まで の 独立 し た 短 距離 路線 で 建設 し て 、 これ ら の 駅 で の 阪急 京都 線 ・ JR 京都 線 乗り換え で 京都 ・ 大阪 へ の 都心 部 へ の アクセス を 向上 さ せ る 方 が まだ 現実 的 と 言 う 意見 も あ る 。 2002 年 の 地下 鉄 天神川 ( 当時 の 仮称 ) 延伸 起工 式 で 、 当時 の 桝本 頼兼 京都 市長 は 、 洛西 へ の 地下 鉄 延伸 に つ き 「 私 の 悲願 」 と 表現 し て い る 。 また 京都 市 の 公式 サイト 上 に も 「 ( 地下 鉄 は ) 洛西 ニュータウン まで の 整備 を 目指 す が 、 財政 状況 を 考慮 し 、 まず は 段階 的 に 二条 ~ 天神 川間 から 整備 する 」 と 表現 し て い る 。 前述 の 通り 、 東西 線 は 慢性 的 な 赤字 を 抱え て い る 。 その ため 、 京都 市 交通 局 は 2008 年 5 月 12 日 に 、 2008 年度 中 に 京都 高速 鉄道 を 解散 し 2009 年度 より 、 東西 線 全線 を 市 直営 で 運営 する 方針 を 決定 し た 。 これ は 、 京都 市 交通 局 が 京都 高速 鉄道 に 建設 費 返済 の 財源 と し て 、 年間 55 億 円 の 線路 使用 料 を 支払 っ て い る が 当初 の 借入 金 が 高 金利 で あ る こと 、 人件 費 など 会社 の 経費 も かさ む こと など が 、 地下 鉄 の 経営 悪化 の 要因 と な っ て い る ため で あ る 。 ( 1 ) 京阪 京津 線 直通 客 を 含 む 。 ( 2 ) 烏丸 線 の 乗降 客 数 を 含 み 、 東西 線 ・ 烏丸 線 相互 間 の 乗換 客 数 は 含 ま な い ( つまり 、 烏丸 御池駅 の 改札 を 通過 し た 人数 で あ る ) 。 +京津 線 ( けい しんせん ) は 、 京都 府 京都 市 山科 区 の 御陵 駅 から 滋賀 県 大津 市 の 浜 大津 駅 まで を 結 ぶ 京阪 電気 鉄道 の 軌道 ( 鉄道 ) 路線 。 全 区間 が 軌道 法 の 適用 を 受け て い る 。 京阪 石山 坂本線 と 合わせ て 京阪 大津 線 と 総称 さ れ て い る 。 大津線 で は ライン カラー が 採用 さ れ て お り 、 京津 線 の ライン カラー は 黄色 で あ る 。 京津線 で は スルッと KANSAI 対応 カード が 利用 でき る 。 また 、 2007 年 4 月 1日 から PiTaPa が 導入 さ れ 、 同時 に 西 日本 旅客 鉄道 ( JR 西 日本 ) が 発行 する ICOCA も 利用 可能 に な っ た 。 路線 距離 ( 営業 キロ ) : 7 . 5 km 軌間 : 14 35 mm 駅数 : 7 駅 ( 起終点 駅 含 む 。 地下 駅 1 駅 ・ 地上 駅 6 駅 ) 複線 区間 : 全線 電化 区間 : 全線 電化 ( 直流 1500 V ) 閉塞 ( 鉄道 ) : 自動 閉塞 式 保安 装置 : 自動 列車 停止 装置 京阪 型 速度 照査 ATS かつて は 京阪 本 線 と 共通 の 三条 駅 ( 京都 府 ) ( 後 に 同線 から 分離 し て 京津 三 条 駅 と 改称 ) が 起点 で 、 蹴上 駅 ( 京阪 ) 付近 で は 碓氷 峠 や 東急 玉川 線 並み の 66 . 7 パーミル の 急 勾配 を 越え 、 御陵 駅 まで は 併用 軌道 も 交え て 京都 ・ 大津 間 を 結 ん で い た が 、 1997 年 10 月 12 日 に 御陵 駅 以西 が 廃止 さ れ 、 京都 市営 地下 鉄 東西線 へ 乗り入れ を 開始 し た 。 同駅 以東 の 逢坂 山 を 越え る 大谷 ~ 上栄 町 間 に も 61 & permil の 勾配 区間 が あ る 。 浜 大津 駅 付近 は 併用 軌道 と な っ て お り 、 4 両 編成 も の 電車 が 併用 軌道 区間 を 走り 地下 鉄 へ 乗り入れ る と い う の は 日本 全国 で ここ だけ で あ る ( 特例 と し て 認可 ) 。 京都 と 大津 の 都市 間 輸送 と し て は 所要 時間 や 運転 本数 、 運賃 など の 面 で 並走 する 西 日本 旅客 鉄道 の 琵琶 湖 線 に 対 し て 大きな 差 が あ る 。 特に 運賃 は 京津 線 は 地下 鉄 東西 線 開通 以後 、 三条 ~ 浜 大 津間 など で は 京都 市営 地下 鉄 と 京阪 の 運賃 が 別々 に 加算 さ れ る こと から 一気 に 高 く な っ た 。 また 、 淀屋 橋 ~ 浜 大津 で は 京阪 ( 京阪 線 ) と 京都 市営 地下 鉄 と 京阪 ( 大津 線 ) の 3 区間 の 運賃 の 加算 に な っ た ばかり か 、 普通 乗 車 券 の 連絡 運輸 が 行 わ れ な かっ た ため 、 三条 を 境 に し て 切符 の 買い直し を 強い られ る こと に な り 、 不便 さ が 増 し た ( ただし 、 これ は スルッと KANSAI や PiTaPa の 普及 で ある 程度 解消 さ れ た ) 。 三条 京阪 駅 ~ 御陵 駅 の 京都 高速 鉄道 区間 を 京阪 が 京都 市営 地下 鉄 と 同様 に 第 二 種 鉄道 事業 免許 を 取得 すれ ば 運賃 面 で は 有利 に な っ た の だ が 、 京阪 の 負担 が 過大 に な る こと から 第 二 種 鉄道 事業 免許 を 取得 せ ず 、 通常 の 乗り入れ 形式 を 取 る こと に な っ た と い う 経緯 が あ る 。 もっとも 、 京都 市 交通 局 事業 の 慢性 赤字 や 東西 線 開業 後 の 京阪 電気 鉄道 の 大津 線 事業 の 不振 と い う 現状 から 、 京阪 電気 鉄道 が 東西 線 の 第 二 種 鉄道 事業 免許 を 取得 し 、 業務 委託 など の 形 で 事実 上 譲り受け 、 京津 線 と 一体 運営 し た ほう が よ い と い う 意見 も 今 なお 一部 に 存在 する など 、 状況 改善 を 望 む 声 も 少な く な い 。 石山 坂本 線 と 2 線 あわせ て 年間 15 億 円 程度 の 赤字 が 出 て お り 、 一部 マスコミ から 大津 線 自体 の 廃線 も 検討 さ れ て い る と 報 じ られ る こと も あ っ た 。 そこ で 京阪 本社 は 地元 自治 体 ( 大津 市 など ) と の 間 で 、 今後 の 運営 の あ り 方 に つ い て の 協議 を 始め て い る 。 京阪 は 、 これ ら 2 線 の 経営 を 本社 から 分離 し 、 独立 採算 制 を と る 分社 化 を 検討 し て お り 、 当初 2004 年 秋 に 分社 化 を 予定 し て い た が 、 この 時点 で 分社 化 し て も 収支 改善 が 見込め ず 経営 に 行き詰ま る と し て 見送 ら れ 、 経費 削減 を 図 り 収支 が 均衡 し た 時点 で 分社 化 に 踏み切 る こと に な っ て い る 。 早朝 ・ 深夜 など に 四宮 ~ 浜 大津 間 の 列車 が あ る が 、 それ 以外 の 全列車 が 京都 市営 地下 鉄 東西線 に 直通 運転 し て い る 。 概ね 毎時 4 本 の 直通 列車 の うち 2 本 が 早朝 ・ 深夜 を 除 い て 太秦 天神川 駅 まで 、 残り は 京都 市 役所 前駅 まで 乗り入れ る 。 これ に よ り 、 以前 の 起点 の 京津 三条 駅 ( 現在 の 三 条 京阪 駅 ) まで の 沿線 を カバー し て い る 。 かつて は 急行 ( 京阪 山科 に は かつて 待避 線 が 設け られ て お り 、 ここ で 普通 列車 と 緩急 接続 を 行 っ て い た ) や 準急 ( 停車 駅 は 京津 三 条 、 御陵 より 各駅 ) の 運転 、 石山 坂本線 と の 直通 運転 も あ っ た が 、 現在 は すべて 浜 大津 駅 折り返し で 普通 列車 のみ の 運転 で あ る 。 地下 鉄 東西線 開業 以前 の 準急 列車 は 、 京津 三条 ・ 浜 大津 駅 間 を 24 分 で 運転 し て い た 。 現在 の 地下 鉄 東西 線 乗り入れ 列車 は 、 三条 京阪 ・ 浜 大津 駅 間 を 22 分 で 運転 し て い る 。 地下 区間 で 高速 運転 が 可能 に な っ た こと で 若干 の 速達 化 が 図 ら れ た と いえ る 。 御陵 駅 で は 停車 時間 が 長 め に 設定 さ れ て い る 。 昼間 時間 帯 は 15 分 間隔 で 運転 さ れ る が 、 本数 が 少な い ため 自動 車 や JR に 苦戦 し て い る 。 この ため 、 京阪 線 と 同じ 10 分 間隔 に 増発 する よう 要望 が あ る が 、 東西 線 開通 前 は 2 両 編成 ・ 15 分 間隔 だっ た の に 比べ て 乗客 が 減少 し て い る の に 、 輸送 力 は 逆 に 4 両 編成 ・ 15 分 間隔 と 倍増 し て お り 、 さらに 輸送 力 を 増や す と 支出 が かさ む ため に 実現 し て い な い 。 なお 、 京津 線 直通 以外 の 東西 線 列車 は 現在 7 分 半 間隔 の 運転 で あ る が 、 1997 年 の 開通 当初 は 10 分 間隔 で 京津 線 直通 と パターン が ずれ て い た の を 解消 する ため 、 2000 年 に 7 分 半 間隔 に 増発 し て 京津 線 直通 と パターン を 合わせ た と い う 経緯 が あ る 。 京津 線 直通 を 10 分 間隔 に 増発 する と 再度 の パターン 修正 が 必要 に な る と い う 弱点 も あ る 。 現在 は 全線 で ワンマン 運転 を 行 っ て い る 。 列車 内 で 料金 を 収受 せ ず 、 駅 で は 改札 口 を 利用 する いわゆる 「 都市 型 ワンマン 列車 」 で あ る こと から 、 列車 内 に 運賃 箱 が な い 。 なお 、 毎年 8 月 8 日 の 「 びわ 湖 大 花火 大会 」 の 日 のみ 浜 大津 発 、 御 陵行 の 臨時 列車 も 運転 さ れ る 。 この 日 は 乗降客 の 安全 確保 など の 理由 に よ り 京阪 線 から 派遣 さ れ た 車掌 が 乗務 する ツー マン 運転 が 行 わ れ て い る 。 1997 年 10 月 12 日 に 開業 し た 京都 市営 地下 鉄 東西 線 は 、 中京 区 の 二条 駅 と 伏見 区 の 醍醐 駅 ( 京都 府 ) を 結 び 、 さらに 2004 年 11 月 26 日 に は 地下 鉄 が 初めて 京都 市街 を 飛び出 し て 宇治 市 の 六 地蔵 駅 まで 延伸 さ れ 、 そして 2008 年 1 月 16 日 に 二条 駅 と 右京 区 の 太秦 天神川 駅 と の 間 が 開通 し た 。 これ に 伴 い 京阪 京津 線 の 地下 鉄 東西 線 乗り入れ 区間 も それ まで の 京都 市 役所 前駅 から 一気 に 新し い 西 の 終点 駅 の 太秦 天神川 駅 まで 延長 さ れ た 。 なお 、 開通 後 の 運行 形態 は 浜 大津 方面 は 7 時 台 ~ 21 時 台 、 御 陵 方面 は 6 時 台 ~ 19 時 台 の 時間 帯 の 半数 の 列車 ( 概ね 30 分 間隔 ) が 太秦 天神川 発着 ・ その 他 の 列車 は 京都 市 役所 前発着 と な っ た 。 なお 、 この 2008 年 1 月 に 行 わ れ た ダイヤ 改正 で は 、 地下 鉄 化 後 初 の 減便 改正 と な り 、 日中 の 15 分 間隔 で あ る 事 は 変わ ら ず 、 昼間 以外 の 時間 帯 で 減便 が な さ れ た 。 京阪 800 系 電車 ( 2 代 ) 190 6 年 ( 明治 39 年 ) 3 月 19 日 - 京津 電気 軌道 が 京都 市 下京 区 三条 通 大橋 町 117 番 地 先 ~ 大津 市 御蔵町 間 の 軌道 敷設 を 出願 。 ( 不明 ) 京都 電気 鉄道 株式 会社 他 1 社 が 京都 市 下京 区 三条 通 大橋 町 117 番 地 先 ~ 大津 市 御蔵町 間 の 軌道 敷設 を 出願 。 務 官庁 が 京津 電気 軌道 株式 会社 、 京都 電気 鉄道 株式 会社 他 1 社 に 対 し て 合流 ・ 妥協 を 要請 。 京都 電気 鉄道 株式 会社 が 京津 電気 軌道 株式 会社 と 合流 。 1907 年 ( 明治 40 年 ) 1 月 24 日 - 軌道 法 に 基づ き 、 京津 電気 軌道 に 対 し て 京都 市 下京 区 三条 通 大橋 町 117 番 地 先 ~ 大津 市 御蔵町 間 の 軌道 敷設 特許 、 並び に 命令 書 が 交付 。 1910 年 ( 明治 43 年 ) 3 月 28 日 - 京都 商工 会議 所 で 京津 電気 軌道 株式 会社 の 設立 総会 が 開催 さ れ 、 資本 金 150 万 円 で 京津 電気 軌道 株式 会社 が 発足 し 、 初代 社長 に 奥 繁三郎 衆議 院 議長 が 就任 。 1911 年 ( 明治 44 年 ) 4 月 22 日 - 京津 電気 軌道 に 対 し て 工事 施工 認可 が 下り る 。 1911 年 ( 明治 44 年 ) 6 月 21 日 - 軌道 敷設 工事 が 滋賀 県 側 で 着工 。 1911 年 ( 明治 44 年 ) 8 月 1日 - 逢坂山 トンネル 着工 。 1911 年 ( 明治 44 年 ) 12 月 4 日 - 逢坂 山 隧道 貫通 。 1912 年 ( 明治 45 年 ) 6 月 16 日 - 日ノ岡 取 工事 完了 。 1912 年 ( 明治 45 年 ) 6 月 19 日 - 四宮 発電 所 竣工 。 1912 年 ( 明治 45 年 ) 7 月 11 日 - 客車 12 両 竣工 。 1912 年 ( 大正 元年 ) 8 月 15 日 - 京津 電気 軌道 が 古川 町 ( 後 の 東山 三条 駅 、 1997 年 10 月 12 日 廃 駅 ) ~ 上関 寺 駅 ( 現在 の 大谷 ~ 上栄 町 間 に あ っ た 駅 、 1971 年 8 月 15 日廃 駅 ) 間 、 上関 寺 ~ 札 ノ 辻 駅 ( 現在 の 上栄町 ~ 浜 大津 間 に あ っ た 駅 、 1946 年 10 月 1日 廃 駅 ) 間 開業 。 総 工費 : 145 万 1 , 107 円 73 銭 。 正式 な 開業 区間 は 古川 町駅 が 起点 で あ っ た が 、 実際 に は 三条 大橋 駅 を 起点 と し て 運行 さ れ て い た 。 道路 管理 者 の 京都 市 側 の 事情 で 三条 大橋 ~ 古川 町 は 仮 開業 と な る 。 1912 年 ( 大正 元年 ) 12 月 13 日 - 軌道 法 に 基づ き 、 京津 電気 軌道 に 対 し て 三条 大橋 ~ 古川 町 間 の 軌道 敷設 特許 、 並び に 命令 書 が 交付 。 1912 年 ( 大正 元年 ) 12 月 14 日 - 上関 寺 駅 付近 の 官設 鉄道 東海道 本線 ( 現在 の 西 日本 旅客 鉄道 東海道 本線 ) と の 立体 交差 の 築堤 工事 が 完成 し 、 古川 町 ~ 札ノ 辻 間 の 直通 運転 を 開始 。 1913 年 ( 大正 2 年 ) 3 月 1日 - 大津 電車 軌道 ( 現在 の 京阪 電気 鉄道 石山 坂本線 ) と の 連絡 切符 の 発売 を 開始 。 1916 年 ( 大正 5 年 ) 5 月 1日 - 官設 鉄道 東海道 本線 の 京都 ~ 馬場 ( 現在 の 膳所 ) 間 の 現行 ルート の 建設 工事 に 伴 い 、 御陵 ~ 毘沙門 道 間 の 一部 を 東海道 本線 の 北側 へ 移設 工事 開始 ( 竣工 は 大正 10 年 8 月 1日 ) 。 1921 年 ( 大正 10 年 ) 8 月 1日 - 毘沙門 道 駅 を 山科 駅前 駅 ( 現在 の 京阪 山科 駅 ) に 改称 。 1922 年 ( 大正 11 年 ) 2 月 22 日 - 札 ノ辻 ~ 浜 大津 間 の 軌道 敷設 延長 を 出願 。 1922 年 ( 大正 11 年 ) 2 月 29 日 - 安曇川 上流 に 中村 水力 発電 所 が 完成 。 1923 年 ( 大正 12 年 ) 2 月 20 日 - 仮 営業 で あ っ た 三条 大橋 駅 を 三条 通上 から 京阪 電気 鉄道 京阪本 線 、 三条 駅 東側 に 移設 し 、 古川 町 ~ 三条 大 橋間 が 正式 に 延伸 開業 。 太湖 汽船 ・ 琵琶 湖 汽船 と の 連絡 割引 切符 の 発売 を 開始 。 1924 年 ( 大正 13 年 ) 8 月 30 日 - 京阪 電気 鉄道 株式 会社 と 合併 に 関 する 仮 条約 を 締結 。 1924 年 ( 大正 13 年 ) 9 月 27 日 - 京阪 電気 鉄道 株式 会社 の 臨時 株主 総会 に お い て 、 京津 電気 軌道 株式 会社 の 軌道 事業 を 32 5 万 円 で 譲り受け 、 同社 を 合併 する こと が 決議 さ れ る と とも に 、 京阪 電気 鉄道 株式 会社 の 資本 金 が 5, 0 7 7 万 円 に 増資 。 1925 年 ( 大正 14 年 ) 2 月 1日 - 京津 電気 軌道 株式 会社 が 京阪 電気 鉄道 株式 会社 と 合併 し 、 京阪 電気 鉄道 の 京津 線 と な る 。 1925 年 ( 大正 14 年 ) 5 月 5 日 - 札 ノ辻 ~ 浜 大津 間 が 延伸 開業 し 、 全線 開通 。 浜 大津 駅 を 新設 。 1926 年 ( 大正 15 年 ) 9 月 1日 - 旧 京津 電気 軌道 が 行 っ て い た 配電 事業 を 京都 電燈 に 譲渡 。 1927 年 ( 昭和 2 年 ) 9 月 21 日 - 御陵 駅 を 新築 移転 。 1928 年 ( 昭和 3 年 ) 7 月 1日 - 応天門 駅 を 神宮 道 駅 ( 後 の 平安 神宮前 駅 , 1944 年 廃 駅 ) に 、 広道 駅 を 岡崎 道駅 ( 1931 年 2 月 20 日廃 駅 ) に 、 それぞれ 改称 。 1928 年 ( 昭和 3 年 ) 1 1 月 20 日 - 自動 閉塞 信号 機 の 使用 を 開始 。 1931 年 ( 昭和 6 年 ) 2 月 9 日 - 線路 移設 工事 の ため 、 蹴上 駅 の 仮 ホーム 使用 を 開始 。 1931 年 ( 昭和 6 年 ) 2 月 20 日 - 専用 軌道 上 の 古川 町 ~ 蹴上間 を 三条 通 上 の 併用 軌道 に 移設 し た こと に よ り 営業 キロ が 86 m 短縮 。 神宮道 駅 を 三条 通 上 の 併用 軌道 に 移設 。 岡崎 道駅 を 廃止 。 1931 年 ( 昭和 6 年 ) 3 月 25 日 - 蹴上 駅 の 新 ホーム が 竣工 。 1931 年 ( 昭和 6 年 ) 3 月 28 日 - 古川 町 駅 を 旧 位置 に 移設 。 1931 年 ( 昭和 6 年 ) 7 月 23 日 - 四宮 ~ 追分間 の 京都 府 京都 市 と 滋賀 県 大津 市 と の 境界 付近 に 緑ヶ丘 運動 場 前 臨時 駅 を 新設 。 1932 年 ( 昭和 7 年 ) 2 月 16 日 - 大谷 ~ 追分間 併用 軌道 の 専用 軌道 工事 竣工 。 1932 年 ( 昭和 7 年 ) 4 月 7 日 - 大谷 駅 を 新築 移転 。 1933 年 ( 昭和 8 年 ) 2 月 1日 - 日本 初 の 複巻 電動 機付 回生 制動 車 50 形 電車 営業 運転 開始 。 1933 年 ( 昭和 8 年 ) 5 月 11 日 - 蹴上 ~ 日ノ岡 間 の 併用 軌道 を 専用 軌道 に 移設 。 1933 年 ( 昭和 8 年 ) 6 月 15 日 - 三条 大橋 ~ 浜 大津 間 の 所要 時間 を 最速 27 分 に 短縮 。 1934 年 ( 昭和 9 年 ) 3 月 19 日 - 日本 初 の 連接 台 車 京阪 60 形 電車 3 編成 竣工 し 、 「 びわ こ 号 」 と 命名 。 1934 年 ( 昭和 9 年 ) 4 月 2 日 - 三条 駅 ・ 三条 大橋 駅 経由 の 京阪本線 ・ 京津 線 の 直通 運転 が 開始 。 60 形 電車 を 使用 し 、 天満 橋 駅 ~ 浜 大津間 に 特急 「 びわ こ 号 」 の 運転 が 開始 さ れ 、 天満 橋 ~ 浜 大津 間 が 最速 72 分 で 結 ば れ る 。 1934 年 ( 昭和 9 年 ) 4 月 17 日 - 山科 駅 前 駅 の 待避 線 が 完成 し 、 三条 大橋 ~ 浜 大津 間 の 急行 運転 が 開始 さ れ 、 三条 大橋 ~ 浜 大津 間 の 所要 時間 を 最速 21 分 に 短縮 。 1936 年 ( 昭和 11 年 ) 6 月 25 日 - 天文 台下 駅 開業 。 1936 年 ( 昭和 11 年 ) 10 月 10 日 - 軌道 ・ 鉄道 線 路名 が 改正 さ れ 、 大津 線 に 属 する 京津 線 と な る 。 1937 年 ( 昭和 12 年 ) 8 月 20 日 - 大津 線 の 旅客 運賃 の 改正 を 実施 し 、 旅客 運賃 を 値下げ 。 1939 年 ( 昭和 14 年 ) 6 月 20 日 - 京津 線 と 石山 坂本線 と の 連絡 線 が 完成 。 1940 年 ( 昭和 15 年 ) - 戦時 体制 下 の 下 、 紀元 二千 六百 年 記念 行事 と 相 ま っ て 京津 線 開業 30 周年 の 祝意 を 表 す 最小 限 の 企画 が 実施 。 1940 年 ( 昭和 15 年 ) 2 月 頃 - 京阪 線 京津 線 の 「 びわ こ 号 」 に よ る 直通 運転 が 停止 さ れ る 。 1941 年 ( 昭和 16 年 ) 2 月 1日 - 神宮 道 駅 を 平安 神宮前 駅 に 改称 。 1942 年 ( 昭和 17 年 ) - 緑ヶ丘 運動 場 前 臨時 駅 を 廃止 。 1943 年 ( 昭和 18 年 ) 4 月 15 日 - 天文 台 下駅 を 九条 山 駅 に 改称 。 1943 年 ( 昭和 18 年 ) 10 月 1日 - 戦時 中 の 企業 統合 政策 、 陸上 交通 事業 調整 法 に よ り 、 京阪 電気 鉄道 株式 会社 が 阪神 急行 電鉄 株式 会社 と 合併 し 、 京阪神 急行 電鉄 株式 会社 ( 現在 の 阪急 電鉄 株式 会社 。 法人 格 と し て は 現在 の 阪急 阪神 ホールディングス 株式 会社 ) が 発足 ( 書類 上 の 存続 会社 は 阪神 急行 電鉄 株式 会社 ) 。 京阪神 急行 電鉄 の 京津 線 と な る 。 1943 年 ( 昭和 18 年 ) 1 1 月 10 日 - 長等 公園 下駅 を 廃止 。 1944 年 ( 昭和 19 年 ) 4 月 1日 - 平安 神宮前 駅 、 日ノ岡 駅 を 廃止 。 1944 年 ( 昭和 19 年 ) 9 月 5 日 - 通勤 列車 の 営業 運転 を 開始 。 1944 年 ( 昭和 19 年 ) 1 1 月 21 日 - 三条 大橋 ~ 山科 駅 前 間 の 折り返 し 列車 運転 の ため 、 山科 駅 前 駅 に 亘 り 線 を 新設 。 1945 年 ( 昭和 20 年 ) 1 月 25 日 - 「 大化 の 改新 130 0 年 祭 」 に 天満 橋 駅 から 京阪 線 ・ 京津 線 経由 坂本線 の 「 近江 神宮 駅 」 へ 直通 列車 が 運転 さ れ る ( 63 号 ) 。 1945 年 ( 昭和 20 年 ) 4 月 - 1944 年 12 月 11 日 に 廃止 さ れ た 愛宕 山 鉄道 の 客車 3 両 を 譲受 。 1945 年 ( 昭和 20 年 ) 5 月 15 日 - 蹴上 駅 、 大谷 駅 、 札 ノ 辻 駅 を 休止 。 1945 年 ( 昭和 20 年 ) 6 月 1日 - 大谷 駅 の 営業 再開 。 1945 年 ( 昭和 20 年 ) 10 月 2 日 - 蹴上 駅 の 営業 再開 。 1946 年 ( 昭和 21 年 ) 1 月 1日 - 長等 公園 下駅 の 営業 再開 。 1946 年 ( 昭和 21 年 ) 4 月 25 日 - 九条 山 駅 付近 で 発生 し た 土砂 崩壊 の ため 、 上下 線 が 不通 に な る 。 翌 26 日 始発 から 上り 線 の み 運行 を 再開 。 1946 年 ( 昭和 21 年 ) 5 月 10 日 - 京津 線 の 浜 大津 駅 を 石山 坂本 線 の 南側 の 路面 上 から 同線 の 北側 の 船溜 跡 に 移転 。 1946 年 ( 昭和 21 年 ) 10 月 1日 - 休止 中 の 札 ノ辻 駅 を 廃止 。 1946 年 ( 昭和 21 年 ) 10 月 21 日 - 学校 修学 旅行 団体 に 限 っ て 京津 線 の 団体 旅客 取扱 を 再開 。 1948 年 ( 昭和 23 年 ) 2 月 1日 - 三条 大橋 ~ 浜 大津 間 急行 列車 の 運転 を 再開 ( 最速 25 分 ) 。 三条 大橋 ~ 石山 坂本 線 石山 寺 間 直通 運転 を 開始 。 1948 年 ( 昭和 23 年 ) 5 月 18 日 - 全線 で 旅客 運賃 を 改定 し 、 旅客 運賃 を 7 割 5 分 値上げ 。 また 、 大津 線 の 区間 制 が 変更 さ れ 、 京津 線 内 の 区間 が 、 それ まで の 3 区 から 4 区 と な る 。 1948 年 ( 昭和 23 年 ) 10 月 15 日 - 長等 公園 下駅 の 下り 線 ホーム の 使用 を 中止 。 1948 年 ( 昭和 23 年 ) 10 月 31 日 - 長等 公園 下駅 の 下り 線 ホーム の 使用 を 再開 。 16 時 40 分 頃 、 上り 25 号 車 が 蹴上 ~ 九条 山間 で ポール が 外れ 停車 中 、 急勾配 の ため 自然 後退 し 、 後続 の 58 号 車 に 衝突 。 同車 も この 衝撃 で 後退 し 、 さらに 神宮 道 で 停車 中 の 72 号 車 に 衝突 、 3 両 と も 中破 し た 。 乗客 中死者 1 名 、 重軽 傷 70 名 。 1949 年 ( 昭和 24 年 ) 5 月 1日 - 全線 で 旅客 運賃 を 改定 。 1949 年 ( 昭和 24 年 ) 5 月 20 日 - 22 時 25 分 頃 、 蹴上 の 都 ホテル 前 で 京津 線 の 三 条 大橋 行 の 37 号 車 の モーター 回路 が 地絡 し て 主回 路 遮断 器 が 熔解 し 、 乗客 8 名 が 火傷 を 負 う 事故 が 発生 。 1949 年 ( 昭和 24 年 ) 7 月 16 日 - 土曜 ・ 日曜 ・ 祝日 に 限 り 浜 大津 ~ 天満 橋間 直通 の 「 びわ こ 号 」 運転 再開 。 1949 年 ( 昭和 24 年 ) 8 月 7 日 - 4 時 30 分 頃 、 四宮 車庫 で 火災 が 発生 し 、 建物 と 客車 22 両 を 焼失 。 三条 大橋 ~ 石山 直通 列車 を 一時 中止 。 急行 ・ 普通 とも に 15 分 毎 に 運転 し 、 その 不足 分 を 京阪 自動 車 ( 現在 の 京阪 バス ) が バス を 増発 し て 輸送 を 補 う 。 1949 年 ( 昭和 24 年 ) 8 月 8 ~ 13 日 - 京津 間 旅客 輸送 に 京阪 自動 車 が バス を 電車 代替 車 と し て 臨時 ダイヤ を 実施 。 1949 年 ( 昭和 24 年 ) 1 1 月 25 日 - 三条 大橋 駅 を 京阪 本 線 の 三条 駅 に 統合 。 1949 年 ( 昭和 24 年 ) 1 1 月 30 日 - 統合 さ れ た 三条 駅 が 竣工 。 1949 年 ( 昭和 24 年 ) 12 月 1日 - 京阪神 急行 電鉄 株式 会社 から 京阪本線 ・ 交野 線 ・ 宇治 線 ・ 京津 線 ・ 石山 坂本線 が 分離 譲渡 さ れ 、 資本 金 3 億 34 万 円 で 京阪 電気 鉄道 株式 会社 が 再 発足 し 、 再び 同社 の 京津 線 と な る 。 1949 年 ( 昭和 24 年 ) 12 月 11 日 - 普通 列車 の 三条 ~ 浜 大津 間 の 所要 時間 を 最速 32 分 に 短縮 。 1949 年 ( 昭和 24 年 ) 12 月 30 日 - 2 両 連結 運転 開始 に 伴 う 御陵 駅 、 山科 駅 前 駅 、 四宮 駅 の 各駅 の 拡張 改良 工事 完了 。 1950 年 ( 昭和 25 年 ) 1 月 7 日 - 古川 町 駅 の 上り 線 に 安全 地帯 を 設置 。 1950 年 ( 昭和 25 年 ) 1 月 30 日 - 四宮 車庫 の 火災 に よ っ て 焼失 し た 大津 線 車両 22 両 の うち 復旧 困難 な 客車 15 両 と 老朽 電動 客貨車 各 1 両 ( 20 形 1 両 、 撒水 車 1 両 ) を 廃車 。 1950 年 ( 昭和 25 年 ) 9 月 3 日 - ジェーン 台風 に よ っ て 駅 や 変電 所 など に 被害 が 発生 し 、 その 被害 額 は 約 3,000 万 円 に 及 ぶ 。 大津 線 の 関西 電力 送電 線 事故 の ため 、 12 時 30 分 から 約 12 時間 半 に 渡 っ て 停電 し 、 京津 線 を 走行 中 の 13 の 旅客 列車 が 営業 線 上 に 停車 。 1950 年 ( 昭和 25 年 ) 9 月 4 日 - 1 時 50 分 頃 に 停電 が 復旧 し た ため 、 初発 から 平常 運転 を 実施 。 1950 年 ( 昭和 25 年 ) 9 月 10 日 - 四宮 駅 上 り 副 本線 の 新設 に 伴 い 、 上 り 急行 列車 の 待避 駅 を 京阪 山科 駅 から 四宮 駅 に 変更 。 1950 年 ( 昭和 25 年 ) 10 月 30 日 - ジェーン 台風 に よ る 大津 線 の 被害 復旧 工事 が 完了 。 1950 年 ( 昭和 25 年 ) 1 1 月 25 日 - 古川 町 駅 を 東山 三条 駅 と 改称 。 1950 年 ( 昭和 25 年 ) 12 月 25 日 - 大谷 ~ 上関 寺 間 の 軌道 の 一部 移設 工事 を 完了 し 、 上関 寺 駅 上り 線 ホーム を 高床 ホーム に 変更 。 1951 年 ( 昭和 26 年 ) 4 月 1日 - 三条 ~ 浜 大津 間 の 普通 列車 の 所要 時間 を 最速 30 分 に 短縮 。 1951 年 ( 昭和 26 年 ) 5 月 15 日 - 総 事業 費 88 万 4千 円 を かけ 、 長等 公園 下 ~ 浜 大津 間 の 併用 軌道 改良 工事 を 着工 。 1951 年 ( 昭和 26 年 ) 10 月 15 日 - 三条 ~ 東山 三条 間 の 併用 軌道 改良 工事 を 完了 。 1951 年 ( 昭和 26 年 ) 10 月 20 日 - 蹴上 ~ 九条 山間 の 下り 線 の 水害 復旧 工事 を 完了 。 1951 年 ( 昭和 26 年 ) 12 月 22 日 - 天満 橋 ~ 浜 大津間 に スキー 列車 の 運転 を 開始 。 1952 年 ( 昭和 27 年 ) 10 月 31 日 - 大津 線 5 形 電車 3 両 を 廃車 。 1952 年 ( 昭和 27 年 ) 12 月 20 日 - 九条 山 ~ 御陵 間 約 300 m の 併用 軌道 改修 第 2 期 工事 を 完了 。 1953 年 ( 昭和 28 年 ) 4 月 1日 - 山科 駅 前 駅 を 東 へ 100 m 移設 し 、 京阪 山科 駅 と 改称 。 1953 年 ( 昭和 28 年 ) 7 月 21 日 - 三条 ~ 九条 山間 の 不通 箇所間 は 、 京阪 自動 車 で 代替 輸送 し 、 列車 は 九条 山 に 仮 ホーム を 設け 、 浜 大津 ~ 九条 山間 の 折り返 し 運転 を 実施 。 1953 年 ( 昭和 28 年 ) 10 月 13 日 - 上関 寺 国道 踏切 の 遮断 機 を 半 自動 式 に 変更 。 1953 年 ( 昭和 28 年 ) 1 1 月 24 日 - 200 形 電車 運転 に 伴 う 京津 線 の 工事 方法 の 変更 が 認可 。 1953 年 ( 昭和 28 年 ) 12 月 15 日 - 大津 線 車両 に スライダー 式 トロリーポール の 試験 的 使用 を 開始 。 1953 年 ( 昭和 28 年 ) 12 月 28 日 - 日ノ岡 駅 の 営業 再開 。 1953 年 ( 昭和 28 年 ) 12 月 30 日 - 200 形 電車 連結 運転 に 伴 う 三条 曲線 の 変更 工事 、 並び に 浜 大津 駅 の 改良 工事 を 完了 。 1954 年 ( 昭和 29 年 ) 1 月 4 日 - 日ノ岡 駅 に 安全 地帯 を 新設 。 1954 年 ( 昭和 29 年 ) 1 月 25 日 - 浜 大津 経由 の 三条 ~ 石山 寺 間 の 急行 運転 が 開始 。 1954 年 ( 昭和 29 年 ) 1 月 29 日 - 大津 線 車両 に 車輪々 縁 注 油 器 の 試験 使用 を 開始 。 1954 年 ( 昭和 29 年 ) 4 月 11 日 - 九条 山 防災 工事 に 着工 。 1954 年 ( 昭和 29 年 ) 7 月 4 日 - 大津 線 各 駅 から 宇治 直通 団体 客 に 対 し て 60 形 電車 を 運転 。 1955 年 ( 昭和 30 年 ) 12 月 7 日 - 御陵 国道 踏切 ( 後 の 御陵 府道 踏切 , 1997 年 10 月 12 日 廃止 ) の 遮断 機 を 自動 水平 昇降式 に 改修 。 1956 年 ( 昭和 31 年 ) 1 月 10 日 - 線路 名称 が 制定 さ れ 、 大津 線 に 属 する 京津 線 と な る 。 1956 年 ( 昭和 31 年 ) 1 月 15 日 - 石清水 厄除 大祭 参詣 客 の ため 、 三条 経由 の 八幡 町 ( 現在 の 八幡 市 ) ~ 浜 大津間 直通 臨時 急行 「 やわた 」 号 を 運転 。 1956 年 ( 昭和 31 年 ) 5 月 24 日 - 大津 線 車両 200 形 20 1 - 2 0 2 号 車 に 車内 放送 装置 を 取り付け 、 試験 使用 を 実施 。 1956 年 ( 昭和 31 年 ) 9 月 13 日 - 大津 線 客 車 7 両 に 車内 放送 装置 を 設置 。 京津 線 追分 ~ 大谷 間 の 八 新 踏切 ( 現在 、 廃止 ? ) で 京津 線 車両 と 国警 乗用 車 と の 接触 事故 が 発生 し 、 運転 手 および 乗車 中 の 滋賀 県 経済 部 長 が 即死 。 1956 年 ( 昭和 31 年 ) 10 月 15 日 - 追分 ~ 大谷 間 の 重軌 条更換 工事 を 完了 。 1956 年 ( 昭和 31 年 ) 12 月 15 日 - 総 工費 380 万 円 を かけ た 三条 ~ 東山 三条 間 の 併用 軌道 舗装 改修 工事 が 完了 。 1957 年 ( 昭和 32 年 ) 1 月 10 日 - 三条 駅 入口 付近 の 曲線 部 軌条 更換 工事 と 浜 大津 駅 の 改良 工事 を 着工 。 1957 年 ( 昭和 32 年 ) 2 月 15 日 - 京阪 山科 ~ 追分間 で の 重軌 条更換 工事 を 完了 。 1957 年 ( 昭和 32 年 ) 3 月 15 日 - 総 工費 213 万 円 を 投 じ た 三条 駅 入口 付近 の 曲線 部 軌条 更換 工事 が 完了 。 1957 年 ( 昭和 32 年 ) 4 月 26 日 - 大津 線 京阪 260 形 電車 2 両 を 新造 。 1957 年 ( 昭和 32 年 ) 7 月 10 日 - 九条 山 ~ 日岡 間 の 重軌 条更換 工事 を 完了 。 1957 年 ( 昭和 32 年 ) 7 月 11 日 - 大津 線 260 形 電車 5 両 を 新造 。 1957 年 ( 昭和 32 年 ) 7 月 15 日 - 浜 大津 駅 改良 工事 完成 。 1958 年 ( 昭和 33 年 ) 12 月 24 日 - 大津 線 車両 の うち 急行 車 用 26 両 に 暖房 器 を 新設 。 1959 年 ( 昭和 34 年 ) 1 月 20 日 - 電車 の 集電 装置 ( 集電 装置 トロリー ) を ホイール 式 から スライダー 式 に 変更 。 1959 年 ( 昭和 34 年 ) 3 月 1日 - 長等 公園 下駅 の 改築 工事 が 完了 し 、 上栄町 駅 と 改称 さ れ る と とも に 、 急行 停車 駅 と な る 。 1959 年 ( 昭和 34 年 ) 4 月 8 日 - 14 日 まで 皇太子 殿下 御 成婚 奉祝 花 電車 を 運転 。 1959 年 ( 昭和 34 年 ) 12 月 25 日 - 京阪 山科 駅 の 連動 装置 を 遠方 制御 式 に 変更 。 1961 年 ( 昭和 36 年 ) 8 月 12 日 - 抑速 回生 と 発電 ブレーキ 併用 の 高 性能 車 京阪 80 形 電車 営業 運転 開始 。 1961 年 ( 昭和 36 年 ) 1 1 月 23 日 - 浜 大津 ~ 枚方 公園 間 の 「 菊号 」 の 運行 を も っ て 、 60 形 電車 に よ る 京阪 線 へ の 直通 運転 を 中止 。 1965 年 ( 昭和 40 年 ) 6 月 24 日 - 300 形 電車 ( 2 代 ) 4 両 が 竣工 ( この 時 、 片町 駅 の 側線 から 搬入 さ れ 京阪 線 を 走 ら せ て 京津 線 へ 送 ら れ た ) 。 1966 年 ( 昭和 41 年 ) 11 月 4 日 - デッドマン 装置 の 未 取り付け 車 43 両 に デッドマン 装置 の 取り付け を 完了 。 1968 年 ( 昭和 43 年 ) 3 月 25 日 - 運転 間隔 を 15 分 毎 ( 三条 ~ 石山 寺 急行 、 三条 ~ 浜 大津 普通 ) から 20 分 毎 ( 三条 ~ 石山 寺 急行 、 三条 ~ 浜 大津 普通 、 三条 ~ 四宮 普通 ) に 変更 し 、 京阪 線 の 間隔 に 合わせ る 。 1970 年 ( 昭和 45 年 ) 7 月 1日 - 京津 線 に 過速 防止 装置 の 使用 を 開始 。 1970 年 ( 昭和 45 年 ) 7 月 30 日 - 三条 駅 で 60 形 電車 ( びわ こ 号 ) の お 別れ 式 を 挙行 。 1970 年 ( 昭和 45 年 ) 8 月 23 日 - 電車 の 集電 装置 を スライダー 式 ポール から 集電 装置 パンタグラフ に 変更 。 ( 不明 ) - 三条 駅 構内 の 京阪 本 線 と の 連絡 線路 を 撤去 1970 年 ( 昭和 45 年 ) 7 月 - 80 形 電車 81 ~ 93 を 順次 2 両 連結 編成 に 改造 ( 1972 年 1 月 まで に 2 両 固定 編成 化 完了 ) 。 1970 年 ( 昭和 45 年 ) 10 月 - 80 形 94 ~ 9 6 は 2 連 連結 用 と し て に 竣工 。 1971 年 ( 昭和 46 年 ) 8 月 15 日 - 上関 寺 駅 廃止 。 大 規模 な ダイヤ 改正 が 実施 さ れ 、 運転 間隔 を 20 分 毎 から 15 分 毎 ( 三条 ~ 石山 寺 また は 浜 大津 準 急 、 三条 ~ 四宮 普通 ) に 変更 する こと に よ り 京津 線 と 京阪 本 線 と の 連絡 が 強化 。 全 列車 を 2 両 連結 編成 で の 運行 と し 、 単行 運転 を 廃止 。 急行 は 朝夕 のみ の 運行 と な る 。 1979 年 ( 昭和 54 年 ) 4 月 16 日 - 京阪 500 形 電車 ( 2 代 ) 営業 運転 開始 。 1979 年 ( 昭和 54 年 ) 9 月 20 日 - 西 大津 バイパス の インター チェンジ 建設 と 国道 1 号 線 拡幅 の ため に 四宮 駅 の 東 から 追分 駅 の 東 ・ 名神 高速 の 交差 部分 まで の 区間 、 京津 線 の 線路 を 約 15 m 北側 へ 移設 。 追分 駅 移設 竣工 。 1980 年 ( 昭和 55 年 ) 10 月 30 日 - 大津 線 全 車両 62 両 に 排障 器 および 補助 排障 器 の 取付け が 完成 。 1981 年 ( 昭和 56 年 ) 1 月 9 日 - 浜 大津 駅前 の 京津 線 と 石山 坂本線 と の 連絡 線 を 廃止 し 、 浜 大津 経由 の 三条 ~ 石山 寺 間 の 直通 運転 を 廃止 。 1981 年 ( 昭和 56 年 ) 4 月 12 日 - 京津 線 の 浜 大津 駅 が 石山 坂本線 の 同駅 に 統合 。 ダイヤ 改正 を 実施 し 、 急行 を 廃止 。 1981 年 ( 昭和 56 年 ) 7 月 31 日 - 浜 大津 駅 の 移設 ・ 統合 化 工事 が 完成 。 京津 線 の 旧浜 大津 駅 は 、 現在 、 明日 都浜 大津 ビル が あ る 場所 に あ っ た 。 石山 坂本線 の 旧浜 大津 駅 は 、 現在 の 浜 大津 駅 の 西側 に あ る 京阪 電気 鉄道 大津 鉄道 事業 部 が あ る 場所 に あ っ た 。 浜 大津 駅 の 統合 に よ り スイッチ バック が なくな る こと に な り 、 石山 坂本 線 内 で 京津 線 車両 の 向き が 逆 に な り 保守 点検 など で 不 都合 が 生じ る こと に な っ た 。 その ため 錦織 車庫 に 転車 台 を 仮設 し て 同年 5 月 28 日 ~ 6 月 8 日 に かけ て 京津 線 の 車両 ( 80 形 16 両 ・ 260 形 12 両 ・ 50 0 形 4 両 ) を 1 両 ずつ 向き を 逆転 さ せ る 作業 が 行 わ れ た 。 1984 年 ( 昭和 59 年 ) 4 月 1日 - ATS の 設置 を 完了 。 1984 年 ( 昭和 59 年 ) 4 月 26 日 - 京津 線 初 の 冷房 車 京阪 600 形 電車 営業 運転 開始 。 1986 年 ( 昭和 61 年 ) 1 月 17 日 - 列車 無線 連絡 装置 の 使用 を 開始 。 1986 年 ( 昭和 61 年 ) 7 月 30 日 - 全駅 で 朝夕 ラッシュ 時 に 禁煙 タイム 実施 。 1987 年 ( 昭和 62 年 ) 5 月 24 日 - 京阪 本 線 の 東福 寺 ~ 三条 間 の 地下 化 に よ り 、 三条 駅 が 地上 と 地下 と に 分断 さ れ 、 京津 線 が 地上 に 取り残 さ れ る 。 1989 年 ( 平成 元年 ) 4 月 12 日 - 冷房 化 し た 80 形 電車 1 編成 の 使用 を 開始 。 1989 年 ( 平成 元年 ) 10 月 1日 - プリペイド 式 の 「 K カード 」 を 導入 。 1992 年 ( 平成 4 年 ) 5 月 1日 - 建設 中 の 京都 市営 地下 鉄 東西線 へ の 直通 運転 開始 に 伴 う 大津 線 の 電圧 の 1500 V 昇圧 に 対応 し た 京阪 700 形 電車 ( 3 代 ) 営業 運転 開始 。 1992 年 ( 平成 4 年 ) 1 1 月 14 日 - 700 形 電車 70 5 - 7 0 6 に 京阪 電気 鉄道 初 の 車 椅子 スペース が 設置 さ れ 竣工 。 1994 年 ( 平成 6 年 ) 12 月 29 日 - 600 形 電車 の 建設 中 の 京都 市営 地下 鉄 東西線 へ の 直通 運転 開始 に 伴 う 大津 線 の 電圧 の 1500 V 昇圧 準備 工事 を 完了 。 1995 年 ( 平成 7 年 ) 1 月 30 日 - 京阪 電気 鉄道 株式 会社 と 京都 市 の 間 で 京津 線 列車 の 京都 市営 地下 鉄 東西線 へ の 乗り入れ 関 する 基本 協定 が 締結 さ れ る 。 1995 年 ( 平成 7 年 ) 9 月 1日 - 車内 普通 券 発券 機 を 導入 。 1995 年 ( 平成 7 年 ) 12 月 29 日 - 地震 計 の 使用 を 開始 。 1996 年 ( 平成 8 年 ) 10 月 28 日 - 京都 市 交通 局 東西線 直通用 車両 京阪 800 系 電車 ( 2 代 ) の 搬入 開始 ( 翌年 6 月 まで に 8 編成 32 両 が 導入 さ れ る ) 。 1996 年 ( 平成 8 年 ) 1 1 月 2 日 - 四宮 駅 の 延伸 部分 の 使用 を 開始 。 1996 年 ( 平成 8 年 ) 1 1 月 14 日 - 追分 駅 改修 工事 竣工 、 ホーム に 地元 作家 の 書 か れ た 「 大津 絵 」 4 枚 が 掲げ られ る 。 1996 年 ( 平成 8 年 ) 1 1 月 16 日 - 大谷 駅 を 東 へ 71 m ( 営業 キロ 上 は 0 . 1 km ) 移設 、 ホーム 4 両 編成 対応 化 。 1996 年 ( 平成 8 年 ) 11 月 - 終電 ~ 始発 間 の 深夜 に 石山 坂本線 の 架線 電圧 を 600 V から 1500 V に 昇圧 し 、 800 系 電車 の 試運 転 開始 ( 翌 1997 年 7 月 まで ) 。 ( 不明 ) 京阪 山科 ~ 浜 大津 間 の 4 両 編成 対応 の ホーム 延伸 工事 を 完了 。 御陵 府道 東 踏切 付近 で 下り 線 側 から 京都 市営 地下 鉄 東西線 へ 接続 する 新線 へ の 単線 渡り 線 と 架線 を 設置 1997 年 ( 平成 9 年 ) 4 月 8 日 - 800 系 が 京都 市営 地下 鉄 東西線 に 乗り入れ て の 試運 転 を 開始 、 7 月 末 まで に 全車 32 両 が 東西線 で の 試運 転 を 行 う 。 1997 年 ( 平成 9 年 ) 6 月 28 日 - 四宮 駅 新 駅舎 供用 開始 。 1997 年 ( 平成 9 年 ) 7 月 1日 - 大津 支社 廃止 。 1997 年 ( 平成 9 年 ) 10 月 11 日 - 80 形 81 - 8 2 号 車 に よ る 京津 三 条 ~ 四宮 ( 早朝 の み 京津 三 条 ~ 浜 大津 ) 間 の 普通 と 260 形 261 - 262 号 車 に よ る 京津 三 条 ~ 浜 大津 間 の 準急 を 京津 三 条 ~ 御陵 間 の さよなら 列車 と し て 運行 ( 詳細 な 最終 日 の 様子 は 京津 三 条 ~ 御陵 間 の 廃止 に 関 する 出来事 を 参照 ) 。 1997 年 ( 平成 9 年 ) 10 月 12 日 - 京津 三 条 ~ 御陵 間 3 . 9 km 廃止 。 京津 三 条 駅 、 東山 三条 駅 、 蹴上 駅 、 九条 山 駅 、 日ノ岡 駅 を 廃止 。 御陵 駅 を 西 へ 約 300 m 移設 し 、 京都 市営 地下 鉄 東西線 と の 共同 駅 と し て 地下 化 。 御陵 府道 東 踏切 付近 ~ 御陵 間 を 地下 新線 に 切り換え 。 架線 電圧 を 600 V から 1500 V に 昇圧 。 京都 市営 地下 鉄 東西 線 京都 市 役所 前 まで 直通 運転 開始 。 800 系 電車 営業 運転 開始 。 浜 大津 駅 で 出発 式 が 行 わ れ 、 一番 列車 と な る 浜 大津 駅 5 時 12 分 発 の 普通 京都 市 役所 前行 ( 800 系 80 1 - 8 0 2 - 8 0 3 - 80 4 号 車 ) が 発車 。 京津 線 専用 の 80 形 電車 、 京津 線 ・ 石山 坂本 線 用 の 260 形 電車 、 石山 坂本線 専用 の 京阪 350 形 電車 の 大津 線 内 で の 営業 運転 を 廃止 し 、 600 形 ・ 700 形 電車 を 石山 坂本線 専用 と する 。 保線 用 の 貨 122 号 車 を 廃車 。 以上 に よ り 京阪 電鉄 車両 の 冷房 化 率 100 % と 大津 線 の 回生 ブレーキ 搭載 車 率 100 % を 達成 。 準急 が 廃止 さ れ 、 大津 線 内 の 優等 列車 は 全廃 と な り 、 普通 列車 のみ の 設定 と な る 。 大津 線 と 京都 市営 地下 鉄 と の 連絡 乗車 券 の 発売 を 開始 し 、 大津 線 と 京阪 線 と の 連絡 乗車 券 の 発売 を 廃止 。 京都 市営 地下 鉄 東西線 を 介 し た 大津 線 と 京阪 線 と の 連絡 定期 券 の 発売 を 開始 。 1997 年 ( 平成 9 年 ) 10 月 27 日 - 大津 線 で 廃車 と な っ た 260 形 261 - 262 号 車 、 貨 122 号 車 の 台車 を アメリカ 合衆 国 の シーショア ・ トロリー 博物 館 と ミネソタ 博物 館 に 無償 譲渡 。 1998 年 ( 平成 10 年 ) 8 月 8 日 - びわ 湖 大 花火 大会 開催 日 に 限 っ た 御陵 ~ 浜 大津 間 の 臨時 運行 を 開始 。 1998 年 ( 平成 10 年 ) 12 月 31 日 - 初 の 「 おおみそか 延長 運転 」 を 実施 。 1999 年 ( 平成 11 年 ) 6 月 1日 - 大津 線 列車 運行 管理 システム の 使用 を 開始 。 2001 年 ( 平成 13 年 ) 5 月 10 日 - 京都 市営 地下 鉄 東西線 の 特定 区間 で あ る 三条 京阪 ~ 御陵 間 と の 定期 旅客 運賃 を 改定 。 2001 年 ( 平成 13 年 ) 11 月 - 諸羽 神社 踏切 、 円光 寺 道 踏切 十 禅 寺 道 踏切 に 踏切 障害 物 検知 装置 を 設置 。 2002 年 ( 平成 14 年 ) 1 月 - 臨時 貸切 列車 「 お でんでんしゃ 」 と し て 600 形 電車 が 京津 線 に 入線 。 2002 年 ( 平成 14 年 ) 1 月 15 日 - 京阪 山科 駅 、 四宮 駅 、 上栄町 駅 の 各 上り 線 で 係員 配置 時間 帯 の み 自動 改札 機 の 使用 を 開始 。 2002 年 ( 平成 14 年 ) 3 月 1日 - 京津 線 に 「 スルッと KANSAI 」 システム を 導入 。 追分 駅 と 大谷 駅 で 自動 改札 機 の 使用 を 開始 。 大谷 駅 と 上栄町 駅 で 発駅 証明 書 発券 機 の 使用 を 開始 。 京津 線 全駅 ( 一部 ホーム を 除 く ) で 自動 改札 機 と 自動 精算 機 の 導入 が 完了 。 2002 年 ( 平成 14 年 ) 1 1 月 30 日 - 全列車 を ワン マン 運転 化 ( ただし 、 びわ こ 花火 大会 が 開催 さ れ る 時間 帯 は 安全 確保 の ため 、 京阪 線 から 派遣 さ れ た 車掌 が 乗務 し 、 ツー マン 運転 を 実施 ) 。 2004 年 ( 平成 16 年 ) 6 月 1日 - 京阪 大津 線 公式 ウェブサイト 「 keihan - o2 . com 」 開設 。 2005 年 ( 平成 17 年 ) 12 月 31 日 - この 年 の 運転 を も っ て 「 おおみそか 延長 運転 」 を 休止 。 2007 年 ( 平成 19 年 ) 4 月 1日 - PiTaPa システム を 導入 。 2008 年 ( 平成 20 年 ) 1 月 16 日 - 京都 市営 地下 鉄 東西 線 の 二条 ~ 太秦 天神川 間 の 延伸 開業 に 伴 い 、 同線 へ の 乗り入れ 区間 を 太秦 天神川 まで 延長 普通 列車 の み 運転 、 全列車 各 駅 に 停車 。 京都 市営 地下 鉄 東西線 に つ い て は 京都 市営 地下 鉄 東西線 の 項 を 参照 の こと 。 ※ 京津 三 条 ~ 御陵間 廃止 前 の 御陵 ~ 京阪 山科 間 の 営業 キロ は 1 . 3 km 上関 寺 駅 : 大谷 ~ 上栄 町 間 ( 1971 年 8 月 15 日 廃止 ) 札 ノ 辻 駅 : 上栄町 ~ 浜 大津間 ( 1946 年 10 月 1日 廃止 ) 大谷 駅 : 東海道 本線 ( 1921 年 7 月 31 日 まで ) 浜 大津 駅 : 江若 鉄道 ( 1969 年 10 月 31 日 まで ) 取り消し 線 を 引 い た 駅 は この 区間 の 廃止 前 に 廃止 さ れ た 駅 。 名称 は 廃止 時点 の もの 。 御陵 ~ 浜 大津 間 の 現存 区間 は 現存 区間 を 参照 。 御陵 駅 は 京都 市営 地下 鉄 東西線 と の 共同 駅 と し て 地下 化 。 東山 三条 駅 と 蹴上 駅 は それぞれ 現在 の 地下 鉄 東山 駅 ( 京都 府 ) 、 蹴上 駅 と ほぼ 同位置 。 廃止 さ れ た 日ノ岡 駅 と 御陵 駅 ( 地上 ) の ほぼ 中間 に 現在 の 御陵 駅 ( 地下 ) が あ る 。 東山 三条 ~ 日ノ岡 間 の 各駅 は 無人 の ため 、 これ ら の 駅 で は 乗車券 を 購入 でき ず 、 乗車 時 に 行先 を 駅員 に 伝え 、 車内 で 乗車 券 を 購入 する システム と な っ て い た 。 プラットホーム を 有 し て い た 九条 山 駅 、 それ 以外 の 駅 は 電停 で あ っ た が 、 いずれ の 駅 に も 券売 機 など の 設備 が 設置 さ れ て い な い ため で あ る ( 京阪 石山 坂本 線 も ほとんど の 駅 が 無人 だっ た か 、 決め られ た 時間 内 しか 駅員 が い な かっ た ため 、 ワンマン 化 まで この システム を 導入 し て い た ) 。 上記 区間 で は 廃止 直前 時点 で 普通 列車 と 準急 が 運行 さ れ て お り 、 普通 列車 は 終着 駅 の 四宮 駅 まで 各駅 に 停車 し 、 準急 は 京津 三 条 ~ 御陵 間 の 各駅 を 通過 し 御陵 駅 から 終着 駅 の 浜 大津 駅 まで の 各駅 に 停車 する 運行 形態 を 採 っ て い た ( 1997 年 10 月 11 日 まで の 運行 形態 の 項 も 参照 の こと ) 。 これ は 、 準急 に 充当 さ れ る 車両 が 路面 区間 の 駅 で の 乗降 に 必要 な ステップ を 装備 し て い な かっ た ため で も あ る 。 ※ 京都 市営 地下 鉄 東西線 三 条 京阪 ~ 御陵 間 は 京阪 京津 線 の 代替 区間 で あ り 、 この 区間 の 鉄道 施設 は 京都 市 ・ 京阪 電気 鉄道 ・ 地元 企業 など が 出資 する 第 三 セクター 「 京都 高速 鉄道 」 が 建設 ・ 所有 し 、 京都 市 交通 局 に 貸与 し て 経営 を 行 わ せ て い る 。 80 形 ギャラリー 電車 の 運行 京津 線 の 京津 三 条 ~ 御陵 間 の 廃止 と 、 鉄道 の 日 ( 10 月 14 日 ) に 関連 し て 、 80 形 85 - 8 6 号 車 の 編成 の 車内 に 京津 線 電車 の 写真 パネル が 展示 さ れ た ほか 、 車両 の 正面 に は 、 特製 の 副 標識 が 取り付け られ た 。 260 形 の 回送 最終 営業 日 に 同線 で 使用 さ れ た 260 形 261 - 262 号 車 が 四宮 駅 から の 発車 と な る ため 、 その 前日 の 1997 年 10 月 10 日 に 錦織 車庫 から 四宮 車庫 へ 回送 さ れ た 。 10 月 11 日 - 80 形 81 - 8 2 号 車 の “ さよなら ” 装飾 編成 は 、 四宮 5 時 30 分 発浜 大津行 普通 列車 から 運用 が 開始 さ れ た 。 その 後 、 京津 三 条 22 時 06 分 発浜 大津行 最終 普通 列車 ( 四宮 ~ 浜 大津間 延長 運転 ) に 充当 さ れ る 予定 だっ た が 、 交通 渋滞 など の 理由 から ダイヤ が 大幅 に 乱れ た ため 、 結局 運転 さ れ ず 、 三条 ・ 浜 大津 の 行先 掲示 板 を 掲出 し た の は 四宮 駅 5 時 30 分 発浜 大津行 の 普通 列車 の 折り返 し 列車 の 1 本 のみ に 終わ っ た 。 260 形 261 - 262 号 車 の “ さよなら ” 装飾 編成 は 、 四宮 駅 7 時 24 分発浜 大津行 普通 列車 から 運用 が 開始 さ れ た 。 80 形 83 - 8 4 号 車 の 廃車 回送 が 行 わ れ 、 錦織 車庫 に 9 時 30 分 頃 到着 し た 。 浜 大津 10 時 5 分 発 と その 1 時間 後 に もう 1 本 800 系 が 翌日 の 営業 に 備え て 直流 600 V の 架線 の 下 を 四宮 まで 回送 さ れ 、 上栄町 ・ 追分 付近 で は 、 京津 線 で の 60 0 ・ 700 形 と の 新旧 擦れ違い が 見 る こと が でき た 。 石山 坂本 線 内 に おけ る 朝 の ラッシュ 時 の 運用 を 終え 、 昼間 時 は 錦織 車庫 に 入庫 し て い た 350 形 は 、 夕方 の ラッシュ 時 から 再び 同線 内 で の 運用 に 就 い た が 、 この 際 に 350 形 353 - 35 2 号 車 に は 「 ご 苦労 様 で し た 350 形 」 と 書 か れ た 副 標識 が 取り付け られ た 。 京津 三 条 ? 時 ? 分発 の 準急浜 大津行 を 最後 に 700 形 電車 の 京津 線 内 で の 営業 運転 を 廃止 。 20 時 以降 、 260 形 263 - 264 号 車 と 265 - 26 6 号 車 が 浜 大津 発 四 宮 行 準 急 と し て 運転 さ れ 、 四宮 車庫 に 入庫 後 、 留置 場所 と な る 九条 山 へ と 回送 さ れ た 。 21 時 過ぎ に 260 形 267 - 2 80 が 京津 三 条 ~ 浜 大津 間 の 準急 と し て 1 往復 し た 後 、 浜 大津 発 京阪山 科 行 普通 と な り 、 京阪 山科 から 九条 山 へ と 回送 さ れ た 。 21 時 以降 、 350 形 353 - 35 2 号 車 と 355 - 3 5 4 号 車 が 留置 場所 と な る 九条 山 へ 回送 列車 と し て 、 京津 線 に 入線 。 260 形 261 - 262 号 車 に よ る 京津 三 条 22 時 14 分 発 の 浜 大津 行 準 急 ( ダイヤ が 大幅 に 乱れ て い た ため 実際 は その 数 分 後 ) を 最後 に 、 御陵 府道 東 踏切 付近 で の 京都 市営 地下 鉄 東西線 へ の 線路 切り替え 工事 の ため 京津 三 条 ~ 京阪 山科 間 の 営業 運転 が 休止 さ れ 、 京阪 山科 ~ 浜 大津 間 で 折り返 し 運転 と な っ た 。 折り返 し 運転 に は 260 形 261 - 262 号 車 と 600 形 6 0 7 - 6 0 8 が 使用 さ れ た 。 臨時 ダイヤ に よ る 京津 三 条 ~ 京阪 山科 間 の 京阪 バス に よ る バス 代行 輸送 と 京阪 山科 ~ 浜 大津 間 の 臨時 列車 に よ る 折り返 し 運転 が 実施 さ れ 、 60 0 形 電車 と 260 形 261 - 262 号 車 に 「 浜 大津 京阪 山科 」 の 方向 板 を 取り付け て 運行 。 京津 三 条 22 時 06 分 発 の 普通 四 宮 行 を 最後 に 80 形 電車 の 営業 運転 を 廃止 。 この 列車 は 80 形 81 - 8 2 号 車 で 運転 さ れ る 予定 だっ た が 、 ダイヤ が 大幅 に 乱れ ため 、 同形式 の 95 - 96 号 車 が 使用 さ れ た 。 この まま で は 廃車 車両 の 留置 場所 が 変わ っ て しま う ため 、 同形式 81 - 8 2 号 車 は 四宮 ~ 浜 大 津間 を 回送 と し て 運転 さ れ た 。 なお 、 想定 外 の 運転 だっ た ため か 「 回送 」 の 行先板 を 付け ず に 運転 さ れ た 。 80 形 電車 93 - 9 4 号 車 が 京津 三 条 駅 に 回送 運転 さ れ 、 京津 三 条 ~ 九条 山 付近 ( 蹴上 ~ 日ノ岡 間 の 専用 軌道上 ) 間 の 旅客 営業 を 行 わ な い 事実 上 の 最終 列車 と な る 。 10 月 12 日 - 京阪 山科 0 時 10 分 発 の 普通 浜 大津行 を 最後 に 600 形 電車 の 京津 線 内 で の 営業 運転 を 廃止 。 浜 大津 0 時 25 分 発 の 普通 四 宮 行 を 最後 に 260 形 電車 の 京津 線 を 含 む 大津 線 で の 営業 運転 を 廃止 。 260 形 261 - 262 号 車 が 九条 山 付近 ( 蹴上 ~ 日ノ岡 間 ) の 専用 軌道 上 に 回送 運転 さ れ 、 九条 山 付近 ( 蹴上 ~ 日ノ岡 間 の 専用 軌道 上 ) ~ 御陵 府道 東 踏切付近間 の 旅客 営業 を 行 わ な い 事実 上 の 最終 列車 と な る 。 種別 に つ い て は 踏切 種類 を 参照 。 大谷 ~ 上栄 町 間 に あ る 逢坂山 トンネル は 、 京阪 の 鉄 軌道 線 で は 唯一 の 山岳 トンネル と な っ て い る ( 他 に 京阪 鋼 索線 に トンネル が 存在 ) 。 集電 装置 を ポール から パンタグラフ に 変更 する に あた っ て 路盤 を 下げ る 工事 が 必要 と な り 、 列車 を 運行 し ながら 実施 さ れ た 。 大津 線 ( 京津 線 と 石山 坂本線 ) の 各駅 で は 京都 市営 地下 鉄 各駅 へ の 連絡 運輸 は 普通 乗 車券 ・ 定期 乗車 券 とも に 実施 し て い る が 、 京阪 線 ( 京阪 電気 鉄道 の 路線 の うち 、 大津 線 を 除 く 路線 ) へ の ( 通過 ) 連絡 運輸 は 定期 乗車 券 し か 実施 し て い な い 。 大津 線 各 駅 の 運賃 表 に 掲示 さ れ て い る 丸太町 駅 ( 京都 市営 地下 鉄 ) ・ 四 条 駅 ( 京都 市営 地下 鉄 ) ・ 五 条 駅 ( 京都 市営 地下 鉄 ) ・ 六 地蔵 駅 の 各駅 は 京都 市営 地下 鉄 の 駅 で あ り 、 同名 の 京阪 の 駅 で は な い ( なお この うち 六 地蔵 以外 の 3 駅 に つ い て は 、 京阪 の 駅 の 方 が 京阪 中之島 線 開業 時 に 改称 さ れ る 予定 ) 。 運賃 表 に も その 旨 の 注記 が あ る 。 なお 、 京阪 宇治 線 の 乗り換え 駅 で あ る 地下 鉄 六 地蔵 駅 で も 大津 線 へ の 連絡 乗車 券 は 購入 可能 で あ る 。 連絡 乗車 券 で の 東西 線 東野 駅 ( 京都 府 ) 以遠 と 大津 線 と の 乗り換え は 、 山科 ( 京阪 山科 ) で は な く 、 御陵 に 限定 さ れ て い る 。 その ため 、 連絡 普通 乗 車 券 で は 山科 ( 京阪 山科 ) の 改札 を 出 る こと が でき な い 。 また 、 大津 線 各 駅 から 御陵 乗り換え 山科 へ の 連絡 普通 乗 車 券 は 発売 さ れ て お ら ず 、 運賃 表 に も 山科 の 運賃 は 掲示 さ れ て い な い ( 運賃 自体 は 乗り越 し 客 など の ため に 設定 さ れ て い る ) 。 過去 に は 「 びわ こ 号 」 や 200 系 ・ 260 系 など を 使用 し た 臨時 列車 京阪 特急 も 運転 さ れ て い た こと も あ っ た 。 京津 線 内 は ノン ストップ で あ っ た 。 +嵯峨野 観光線 ( さがの かんこう せん ) は 、 京都 府 京都 市 右京 区 の トロッコ 嵯峨 駅 から 京都 府 亀岡 市 の トロッコ 亀岡 駅 まで を 結 ぶ 嵯峨野 観光 鉄道 の 鉄道 路線 で あ る 。 鉄道 の 電化 ・ 複線 化 の ため 、 1989 年 に ルート が 変更 さ れ た 山陰 本線 の 嵯峨 嵐山 ~ 馬堀 間 の 旧線 を 活用 し て 、 1991 年 から トロッコ 列車 が 運行 さ れ て い る 。 日本 初 の 純粋 な 観光 専用 鉄道 と さ れ る 。 当初 は 、 それ ほど 乗客 が 無 い か 、 あ っ て も 物珍し さ の あ る 開業 当初 だけ で 、 早晩 今日 の ローカル 線 の よう な 状況 に な る と 思 わ れ て い た 。 風 光明媚 な 山陰 本 線 旧 線 を 走 る と い う こと や 、 嵐山 ・ 嵯峨野 と い っ た 有名 観光 地 が そば に あ る 。 保津 川下り と 周遊 でき る こと や 、 さらに 観光 客 を 魅せ る 沿線 作り 。 ユニーク な 乗務 員 の 放送 や 案内 など と い っ た 嵯峨野 観光 鉄道 従業 員 の 努力 も あ り 、 いつ の 間 に か 嵐山 の 観光 と い え ば トロッコ 列車 と い わ れ る ほど 、 メジャー な もの と な っ た 。 近年 は 外国 人 団体 客 の 利用 も 目立 つ よう に な っ た 。 保津 峡 に 沿 っ た 風光 明媚 な 区間 を 走 る 。 車窓 から は 秋 に は 紅葉 、 春 に は 嵯峨野 観光 鉄道 社員 が 植え た サクラ が 見 られ る 。 亀岡 へ の 往路 に 嵯峨野 観光 鉄道 の トロッコ 列車 、 復路 に 保津 峡 保津 川下り の 船 と 組み合わせ て 乗 る 観光 客 も 見 られ 、 その ため 春 ・ 秋 の 観光 シーズン で も 亀岡 から 嵯峨 方向 の 列車 の 方 が 比較 的 予約 し やす い 。 管轄 ( 事業 種 別 ) : 嵯峨野 観光 鉄道 ( 鉄道 事業 者 第 二 種 鉄道 事業 ) ・ 西 日本 旅客 鉄道 ( 鉄道 事業 者 第 一 種 鉄道 事業 ) 路線 距離 ( 営業 キロ ) : 7 . 3 km 軌間 : 10 67 mm 駅数 : 4 駅 ( 起終点 駅 含 む ) 複線 区間 : なし ( 全線 単線 ) 電化 区間 : なし ( 全線 非 電化 ) 閉塞 ( 鉄道 ) : スタフ 閉塞 式 嵯峨野 観光 線 の 線路 は 現在 も JR 西 日本 の 所有 で あ り ( 戸籍 上 も JR 西 日本 の 路線 と し て は 全 区間 が 山陰 本線 ) 、 嵯峨野 観光 鉄道 が これ を 利用 し て 鉄道 事業 法 上 の 第 二 種 鉄道 事業 者 と し て 列車 を 運行 し て い る 。 トロッコ 嵯峨 ~ トロッコ 嵐山間 に 山陰 本線 と の 一部 共用 区間 が あ り 、 トロッコ 亀岡 発 の 列車 は 山陰 本線 の 下り 線 を 逆走 する 形 で 運転 する 。 ちなみ に 、 嵯峨野 観光 鉄道 自体 も JR 西 日本 の 完全 子 会社 で あ る 。 全て トロッコ 嵯峨 ~ トロッコ 亀岡 間 の 折り返 し 運転 で あ る 。 水曜 日 ( 休日 ・ 行楽 期 除 く ) 並び に 冬期 ( 12 月 30 日 ~ 2 月 末日 ) は 運休 する 。 車両 関係 は 営業 線 内 に 保守 設備 を 持 た ず 予備 の な い 1 編成 のみ の ため 、 冬期 運休 期間 内 に 親 会社 の JR 西 日本 の 車両 基地 へ 保守 や 検査 に 出 さ れ る こと も あ る 。 運賃 は 均一 制 で 大人 600 円 、 小人 300 円 で あ る ( 2008 年 4 月 現在 ) 。 全席 指定 で 、 前売り 券 一般 発売 は 1 か月 前 より JR 西 日本 の 主な 駅 の みどり の 窓口 など で 実施 さ れ る 。 ( 団体 発売 は 別枠 で 受付 ) また 、 トロッコ 嵯峨 ・ トロッコ 嵐山 ・ トロッコ 亀岡 で の 当日 発売 も あ っ て 、 先着 順 で 発売 さ れ る が 、 紅葉 シーズン など の 繁忙期 は すぐ に 売り切れ る 。 この 路線 は 周遊 券 「 京阪神 ゾーン 」 の フリー 区間 に 含 ま れ て お り 、 ゾーン 券 提示 で 乗車 する こと が でき る 。 車両 は 国鉄 トキ 25000 形 貨 車 の 改造 車 5 両 編成 ( SK300 - 1 + SK 100 - 1 + SK 100 - 1 1 + SK 100 - 2 + SK200 - 1 ) で 、 トロッコ 嵯峨 寄り に 国鉄 DE 10 形 ディーゼル 機関 車 ( DE101104 ) を 連結 する 。 機関 車 次位 の SK300 形 は 、 「 ザ ・リッチ 」 と 称 する 側板 や 床 まで 素通し と し た 「 特別 車 」 で あ る 。 この 車両 は 雨天 時 に は 客 を 乗せ られ な い ため 、 指定 券 は 前売り さ れ ず 当日 販売 のみ と な っ て い る 。 トロッコ 亀岡 寄り の SK200 形 に は 機関 車 を 遠隔 制御 する 運転 台 を 装備 する 。 1 号 車 ( 「 ザ ・リッチ 」 ) 以外 の 車両 で は 、 窓 に ガラス が はま っ て い る 。 なお 、 この 「 ザ ・リッチ 」 を 紹介 する チラシ は かなり ユニーク な 内容 と な っ て い る 。 1899 年 ( 明治 32 年 ) 8 月 15 日 京都 鉄道 が 嵯峨 ( 現在 の 嵯峨 嵐山 ) ~ 園部 間 を 開業 。 1907 年 ( 明治 40 年 ) 8 月 1日 国有 化 。 1987 年 ( 昭和 62 年 ) 4 月 1日 国鉄 分割 民営 化 に よ り 西 日本 旅客 鉄道 に 承継 。 1989 年 ( 平成 元年 ) 3 月 5 日 山 陰 本線 の 嵯峨 ~ 馬堀 間 を 複線 の 新線 に 切り替え 。 旧 線 の 列車 運行 廃止 。 1991 年 ( 平成 3 年 ) 4 月 27 日 山 陰 本 線 旧 線 を 嵯峨野 観光 鉄道 嵯峨野 観光 線 と し て トロッコ 嵯峨 ~ トロッコ 亀岡 間 が 開業 。 トロッコ 列車 を 運行 開始 。 トロッコ 嵯峨 駅 - トロッコ 嵐山 駅 - トロッコ 保津 峡 駅 - トロッコ 亀岡 駅 トロッコ 嵯峨 駅 : 山陰 本線 ( 嵯峨野 線 ) ( 嵯峨 嵐山 駅 ) トロッコ 保津 峡 駅 : 山陰 本線 ( 嵯峨野 線 ) ( 保津 峡 駅 ) トロッコ 亀岡 駅 : 山陰 本線 ( 嵯峨野 線 ) ( 馬堀 駅 ) 運転 シミュレーション ゲーム 「 電車 で GO ! 」 ( 初代 ) で は 山陰 本線 の 上 り 普通 列車 が 運転 でき る が 、 この 旧線 を 運転 する こと に な る 。 発売 から 少し たって 、 トロッコ 嵯峨 駅 に その 初代 の 筐体 が 置 か れ た が 、 インカム など が 良 く な かっ た の か 、 あまり 期間 を 経 た ず に 撤去 さ れ て い る 。 +嵐山本線 ( あらしやま ほんせん ) は 、 京都 府 京都 市 下京 区 の 四条 大宮 駅 から 右京 区 の 嵐山 駅 ( 京福 電気 鉄道 ) まで を 結 ぶ 京福 電気 鉄道 の 路線 。 嵐山 線 と も 呼 ば れ る ほか 、 京福 電気 鉄道 北野 線 と とも に 嵐電 ( らんでん ) と 呼 ば れ る 。 嵐山 を 始め と する 洛西 エリア の 観光 地 へ の 行楽 路線 で あ る と とも に 、 繁華 街 で あ る 四条 通 へ 出 る ため の 足 と も な っ て い る 。 西 大路 三条 ~ 山ノ内間 と 蚕ノ社 ・ 太秦 広隆 寺 両駅 付近 が 併用 軌道 の ほか は 、 すべて 専用 軌道 と な っ て い る 。 路線 距離 ( 営業 キロ ) : 7 . 2 km 軌間 : 14 35 mm 駅数 : 13 駅 ( 起終点 駅 含 む ) 複線 区間 : 全線 電化 区間 : 全線 電化 ( 直流 600 V ) 閉塞 ( 鉄道 ) : 自動 閉塞 式 一部 を 除 き 、 四条 大宮 ~ 嵐山間 の 全線 通 し 運転 で あ る 。 早朝 、 夕方 、 深夜 の 一部 に 、 西院 車庫 と の 出入庫 を 兼ね た 西院 始発 ( 四条 大宮 行 き 、 嵐山 行 き 、 北野 白梅町 行き ) 、 西 大路 三 条 始発 ( 嵐山 行き ) 、 西院 終着 ( 嵐山 始発 ) の 列車 が あ る 。 春 と 秋 の 観光 シーズン の 土曜 ・ 休日 の 昼間 に は 北野 線 北野 白 梅町 ~ 帷子 ノ辻 ~ 嵐山間 直通 の 列車 が 運転 さ れ る 場合 が あ る 。 通常 は 1 両 単行 で ワンマン 運転 を 行 っ て い る が 、 ラッシュ 時 や 観光 シーズン に は 2 両 編成 と な り 、 2 両目 の 運転 台 に も 乗務 員 が 乗車 し て 運賃 収受 を 行 う 。 四条 大宮 ・ 帷子 ノ辻 ・ 嵐山 の 各駅 を 除 き 無人 駅 だ が 、 無人 駅 で も 乗降 客 の 多 い 駅 ( 太秦 広隆 寺 駅 など ) に は 時期 や 時間 帯 に よ っ て 係員 が 配置 さ れ 、 乗客 案内 、 運賃 収受 の 補助 、 安全 管理 など を 行 っ て い る 。 1910 年 ( 明治 43 年 ) 3 月 25 日 - 嵐山 電車 軌道 に よ り 四条 大宮 ~ 嵐山間 が 開業 。 1918 年 ( 大正 7 年 ) 4 月 2 日 - 京都 電燈 が 嵐山 電車 軌道 を 合併 。 嵐山 電鉄 部 の 下 に 置 か れ る 。 1927 年 ( 昭和 2 年 ) - 嵯峨 停車 場 前駅 を 嵯峨 駅前 駅 に 改称 。 1928 年 ( 昭和 3 年 ) 12 月 - 全線 複線 化 完成 。 1929 年 ( 昭和 4 年 ) 6 月 - 壬生 駅 開業 。 1942 年 ( 昭和 17 年 ) 3 月 2 日 - 京福 電気 鉄道 に 譲渡 。 1944 年 ( 昭和 19 年 ) 4 月 16 日 - 太子 前駅 を 太秦 駅 に 改称 。 1956 年 ( 昭和 31 年 ) 1 1 月 27 日 - 鹿王院 駅 が 開業 。 1971 年 ( 昭和 46 年 ) 7 月 11 日 - 四条 大宮 ~ 西院 間 の 壬生 駅 廃止 。 1975 年 ( 昭和 50 年 ) 8 月 9 日 - 嵯峨野 駅 を 有栖川 駅 に 改称 。 1975 年 ( 昭和 50 年 ) 12 月 15 日 - 車両 の 集電 装置 を ホイール 式 集電 装置 トロリー から 集電 装置 ビューゲル ・ Z パンタ に 変更 。 1982 年 ( 昭和 57 年 ) 12 月 20 日 - 早朝 ・ 深夜 時間 帯 で ワンマン 運転 開始 。 1985 年 ( 昭和 60 年 ) 3 月 16 日 - 朝 ラッシュ 時除 き ワンマン 運転 化 。 1987 年 ( 昭和 62 年 ) 8 月 17 日 - 終日 ワンマン 運転 化 。 2002 年 ( 平成 14 年 ) 5 月 1日 - 均一 運賃 に な る ( 大人 200 円 ・ 小児 100 円 ) 。 同時 に スルッと KANSAI を 導入 。 2007 年 ( 平成 19 年 ) 3 月 19 日 - 三条 口 駅 を 西 大路 三条 駅 、 太秦 駅 を 太秦 広隆 寺 駅 、 車折 駅 を 車折 神社 駅 、 嵯峨 駅前 駅 を 嵐電 嵯峨 駅 に 改称 。 また 、 北野 線 で 試用 さ れ て い た 駅 ナンバリング と 日本 の 鉄道 ライン カラー 一覧 が 当路線 を 含 む 全線 で 正式 導入 さ れ た 。 2008 年 ( 平成 20 年 ) 3 月 28 日 - 嵐電 天 神川 駅 開業 。 2008 年 ( 平成 20 年 ) 4 月 1日 - 四条 大宮 ・ 帷子 ノ辻 ・ 嵐山 の 各駅 で 発車 メロディ を 導入 。 駅 番号 の うち A 2 が 欠番 に な っ て い る の は 、 将来 的 な 新駅 設置 に 備え た もの と 思 わ れ る が 、 現在 の ところ 具体 的 な 計画 は な い 。 壬生 駅 ( 京都 府 ) - 四条 大宮 駅 ~ 西院 駅間 、 1971 年 7 月 11 日 廃止 。 京福線 ( 嵐電 ) は 、 長 ら く 京都 市営 地下 鉄 の 路線 網 から 孤立 し て い た 。 しかし 、 2008 年 1 月 16 日 の 京都 市営 地下 鉄 東西 線 二 条 駅 ~ 太秦 天神川 駅 間 の 延伸 開業 に 伴 い 、 同年 3 月 28 日 に 山ノ内 駅 ~ 蚕ノ 社 駅 間 に 新駅 「 嵐電 天 神川 駅 」 が 設置 さ れ た ため 、 京都 市営 地下 鉄 と 接続 する よう に な っ た 。 蚕ノ 社 駅 から 約 280 m 東側 の 三条 通上 に 設置 し 、 地下 鉄 の 太秦 天神川 駅 に 近接 し て い る 。 駅 ナンバリング は 、 2007 年 3 月 に 導入 さ れ た 際 に 嵐電 天 神川 駅 に あた る A 6 が 予め 欠番 と な っ て い た 。 なお 、 東西 線 延伸 に 伴 い 京阪 電気 鉄道 京阪 京津 線 の 電車 が 地下 鉄 京都 市 役所 前駅 から 太秦 天神川 駅 まで 、 一部 電車 の 乗り入れ 区間 を 延長 し た 。 西 日本 旅客 鉄道 ( JR 西 日本 ) の 山陰 本線 ( 嵯峨野 線 ) は 、 日本 国 有 鉄道 時代 特別 急行 列車 ・ 急行 列車 列車 主体 の 長 距離 輸送 を 重点 に 置 い て い た 。 都市 近郊 輸送 に 関 し て は ほとんど 考慮 さ れ て い な かっ た が 、 国鉄 分割 民営 化 で JR 西 日本 が 発足 し た 後 、 太秦 駅 の 開業 や 嵯峨 嵐山 駅 ~ 馬堀 駅 間 の 複線 新 線 切り替え が 行 わ れ た 。 その 後 も 京都 駅 ~ 園部 駅 間 の 鉄道 の 電化 開業 ( 後 に 福知 山 駅 まで 延伸 、 国鉄 末期 に 電化 完了 し て い た 城崎 温泉 駅 まで の 電化 直通 ) 。 二条 駅 ~ 花園 駅 ( 京都 府 ) 間 の 複線 高架橋 工事 完成 、 その 後 円 町 駅 の 開業 。 さらに 2010 年 春 完成 予定 で 京都 駅 ~ 園部 駅 間 の 完全 複線 化 工事 が 進行 中 で あ り 、 都市 近郊 路線 と し て の 性格 を 強め て い る 。 それ ら に よ り 、 従来 は 京都 市 中心 部 から 京福線 ( 嵐電 ) や 路線 バス を 利用 し て 太秦 ・ 嵐山 へ 向か っ て い た 観光 客 が 嵯峨野 線 利用 へ と シフト する 傾向 が 見 られ る 。 これ に よ り 旧来 から の 併走 路線 各社 を 苦境 へ と 追い込 み 、 先述 の 完全 複線 化 工事 完成 後 は さらに 厳し い 状況 に 立た さ れ る こと が 予想 さ れ て い る 。 先 の 新駅 ( 嵐電 天 神川 駅 ) 建設 に つ い て 京都 市 の 提案 を 京福 電鉄 が 受け た の も 、 JR に 対 する 対抗 策 と い う 面 が あ る 。 2006 年度 より 「 嵐電 ブラッシュ ・ アップ プロジェクト 」 と し て 以下 の よう な 事業 を 行 っ て い る 。 嵐山本線 ・ 北野 線 の 名称 を 「 嵐電 」 に 統一 ( 2007 年 3 月 19 日 ) 観光 名所 の 最寄 駅 など 、 7 駅 の 名称 の 変更 ( 2007 年 3 月 19 日 ) 車内 アナウンス へ の 観光 案内 の 導入 各駅 へ の 集合 案内 板 の 新設 各駅 の リニューアル また 、 沿線 に 世界 文化 遺産 を 始め と する 多く の 観光 地 を 有 する 嵐山本線 ・ 京福 電気 鉄道 北野 線 で は 、 これ ら に 加え て 以下 の 取り組み が 行 わ れ て い る 。 嵐電界 隈 館 2006 年 10 月 に 、 まず 北野 線 の 両端 の 北野 白梅町 駅 と 帷子 ノ辻 駅 を 除 く 各駅 に 「 嵐電界隈 館 」 と 称 する その 駅 近辺 の 名所 の 大きな 写真 パネル が 掲示 さ れ た 。 続 い て 2007 年 9 月 に は 嵐山 本線 に も 四条 大宮 駅 ・ 西 大路 三条 駅 ・ 山ノ内 駅 ( 京都 府 ) を 除 く 各駅 に 掲示 さ れ た ( なお 、 嵐山 駅 で は 10 月 4 日 に 「 駅 の 足湯 利用 者 30 万 人 突破 記念 セレモニー 」 に 合わせ て 除幕 式 が 行 わ れ た ) 。 駅 に よ り 上 り ホーム か 下り ホーム の いずれ か 片方 に 設置 さ れ て い る こと が 多 い が 、 龍安 寺 駅 と 鹿王院 駅 は 上下 両方 の ホーム に 設置 さ れ て い る 。 カラー 写真 の 作品 だ が 、 嵐山 駅 ( 京福 電気 鉄道 ) に 掲示 さ れ た もの だけ は 禅 ( 天龍 寺 雲水 ) を テーマ に し た モノクローム 写真 の 6 枚 連作 と な っ て い る 。 この 写真 は 写真 家 の 森谷 洋至 の 作品 で 、 写真 パネル 脇 に 掲示 さ れ て い る 「 嵐電界隈 館 」 の 題字 は 書家 の 樋口 華 玄 の 筆 に よ る 。 嵐山本線 に 設置 さ れ た もの の 一部 に は 写真 の 枠外 に その 写真 に ちな ん だ 和歌 が 書 か れ て い る 。 シンボルツリー 北野 線 の 各駅 に は 、 2006 年 12 月 に 帷子 ノ辻 駅 を 除 く 各駅 に ちな ん だ シンボルツリー や 花壇 など の 植栽 が 行 わ れ て い る 。 嵐山本線 の 駅 に は 今 の ところ 全く な い が 、 これ も 「 嵐電界隈 館 」 同様 に 近 い 将来 に ほとんど の 駅 に 植え られ る もの と 思 わ れ る 。 その 他 集合 案内 板 は 嵐電 天 神川 駅 開業 ( 2008 年 3 月 ) 以前 は 北野 線 の 各駅 に し か 掲示 さ れ て い な かっ た が 、 嵐電 天 神川 駅 の 開業 に 伴 い 、 嵐山 本線 の 各駅 に も 設置 さ れ た 。 駅 名標 は 、 以前 は 駅 上屋 に 取り付け られ て い る タイプ と ホーム に 2 本足 で 立て られ て い る タイプ の 2 種類 が あ っ た 。 2007 年 3 月 19 日 の ライン カラー 正式 導入 時 に ホーム に 2 本足 で 立て られ て い る タイプ の もの は すべて 撤去 さ れ た 。 +北野 線 ( きた の せん ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) の 北野 白梅町 駅 から 右京 区 の 帷子 ノ辻 駅 まで を 結 ぶ 京福 電気 鉄道 の 路線 。 京福 電気 鉄道 嵐山本線 と とも に 嵐電 ( らんでん ) と 呼 ば れ る 。 住宅 街 の 中 を 走 っ て い る ほか 、 沿線 に は 名刹 が 多 く 駅名 に も な っ て い る 。 また 、 宇多野 ~ 鳴滝 間 の 線路 両側 に は サクラ 並木 が あ り 、 春 の 開花 時 に 夜間 ライト アップ が 行 わ れ る 。 全線 が 専用 軌道 で あ る 。 路線 距離 ( 営業 キロ ) : 3 . 8 km 軌間 : 14 35 mm 駅数 : 9 駅 ( 起終点 駅 含 む ) 複線 区間 : 鳴滝 ~ 常盤 間 電化 区間 : 全線 電化 ( 直流 600 V ) 閉塞 ( 鉄道 ) : 自動 閉塞 式 通常 は すべて 線 内 折り返 し 運転 と な っ て お り 、 昼間 は 10 分 おき の 運転 で あ る 。 春 ・ 秋 の 観光 シーズン の 土曜 ・ 休日 昼間 時間 帯 に 、 線 内 定期 列車 を 延長 運転 する 形 で 、 北野 白 梅町 ~ 嵐山 本 線 嵐山間 直通 の 列車 が 運転 さ れ る こと が あ る 。 全 列車 ワンマン 運転 を 行 っ て い る 。 妙心 寺 、 宇多野 を 除 く 途中 駅 に 行き 違い 設備 が あ る が 、 通常 は 鳴滝 と 龍安 寺 のみ で 行き 違い を 行 っ て い る 。 ただし 、 常盤 ~ 鳴滝 間 は 複線 と な っ て い る ため 、 北野 白梅町 行き が 延着 し た 場合 など 、 タイミング に よ っ て は この 駅間 で 行き 違い を する こと も あ る 。 また 、 龍安 寺 ~ 等 持 院 間 の 半分 以上 は 複線 分 の 用地 が 確保 さ れ て い る 。 複線 化 に よ り 駅間 で 電車 が 行き 違 う こと が でき る よう に する ため と 思 わ れ る が 、 残り の 区間 は 民家 が 密集 し て 、 用地 の 確保 が 困難 で あ る こと から 実現 し て な い 。 196 0 年代 に は 8 分 おき に 運転 さ れ て お り 、 その 当時 は 常盤 、 御室 ( 現 ・ 御室 仁和 寺 ) 、 等 持院 で 行き 違い を 行 っ て い た 。 妙心 寺 、 宇多野 の 両駅 に は 行き 違い 設備 が な い が 、 上下 方向 別 に 千鳥 式 ホーム 2 面 が 設け られ て い る 。 これ は 車両 の ドア 操作 上 、 常 に 運賃 箱 の あ る 左側 ドア を 開け て 乗降 でき る よう に する ため で あ る 。 京都 電燈 に よ り 開業 し た 。 開業 当初 は 北野 天満 宮 の 南側 に あ っ た 北野 駅 が 起点 で あ っ た が 、 今出川 通 の 拡幅 工事 に 伴 い 、 北野 白 梅町 が 起点 と な っ た 。 北野 ~ 北野 白梅 町 間 は 京都 市 交通 局 に 譲渡 さ れ 、 京都 市 電 今出川 線 に 編入 さ れ た 。 1925 年 ( 大正 14 年 ) 1 1 月 3 日 - 京都 電燈 が 北野 ~ 高雄口 ( 現 ・ 宇多野 ) 間 を 開業 。 1926 年 ( 大正 15 年 ) 3 月 10 日 - 高雄口 ~ 帷子 ノ 辻 間 が 開業 。 嵐山本線 と 繋が る 。 1942 年 ( 昭和 17 年 ) 3 月 2 日 - 京福 電気 鉄道 に 譲渡 。 1958 年 ( 昭和 33 年 ) 9 月 16 日 - 今出川 通 の 拡幅 工事 に 伴 い 、 北野 ~ 北野 白梅 町 間 を 京都 市 交通 局 に 譲渡 。 白梅町 駅 を 北野 白梅町 駅 に 改称 。 1975 年 ( 昭和 50 年 ) 12 月 15 日 - 車両 の 集電 装置 を ホイール 式 集電 装置 トロリー から 集電 装置 ビューゲル ・ Z パンダ に 変更 。 1982 年 ( 昭和 57 年 ) 1 月 9 日 - ワンマン 運転 開始 。 2002 年 ( 平成 14 年 ) 5 月 1日 - 均一 運賃 に な る ( 大人 200 円 、 子供 100 円 ) 。 スルッと KANSAI を 導入 。 2007 年 ( 平成 19 年 ) 3 月 19 日 - 竜安 寺 道 駅 を 龍安 寺 駅 、 御室 駅 を 御室 仁和 寺 駅 、 高雄口 駅 を 宇多野 駅 に 改称 。 また 、 北野 線 で 試用 さ れ て い た 駅 ナンバリング と 日本 の 鉄道 ライン カラー 一覧 が 正式 に 導入 さ れ た 。 2008 年 ( 平成 20 年 ) 4 月 1日 - 帷子 ノ辻 ・ 北野 白梅町 の 各駅 で 発車 メロディ を 導入 。 駅 一覧 現存 区間 小松原 駅 - 等 持 院 駅 ~ 白梅 町 駅間 。 馬代 通り と の 交差 付近 に あ っ た 。 北野 駅 ( 京都 府 ) - 1958 年 9 月 16 日 廃止 今出川 通 の 北野 白梅町 と 出町 柳駅 の 間 に ライト レール 路線 を 建設 。 この 線 と 叡山 電鉄 叡山本線 と を 含め て 直通 運転 を さ せ る 構想 が 1990 年代 末 頃 から あ る 。 京都 市 も 検討 を 行 っ て い る が 実現 する か は 不 透明 で あ る ( 詳細 は 京都 市 電京 都 市 LRT 構想 を 参照 ) 。 2006 年度 より 、 「 嵐電 ブラッシュ ・ アップ プロジェクト 」 と し て 以下 の よう な 事業 を 行 っ て い る 。 嵐山本線 ・ 北野 線 の 名称 を 「 嵐電 」 に 統一 ( 2007 年 3 月 19 日 ) 観光 名所 の 最寄 駅 など 、 7 駅 の 名称 の 変更 ( 2007 年 3 月 19 日 ) 車内 アナウンス へ の 観光 案内 の 導入 各駅 へ の 集合 案内 板 の 新設 各駅 の リニューアル また 、 沿線 に 世界 文化 遺産 や 国宝 を 始め と する 多く の 観光 地 を 有 する 嵐山本線 ・ 北野 線 で は 、 これ ら に 加え て 以下 の こと が 行 わ れ て い る 。 嵐電界 隈 館 2006 年 10 月 に 、 まず 北野 線 の 両端 の 北野 白梅町 駅 と 帷子 ノ辻 駅 を 除 く 各駅 に 「 嵐電界隈 館 」 と 称 する その 駅 近辺 の 名所 の 大きな 写真 パネル が 掲示 さ れ た 。 続 い て 2007 年 9 月 に は 嵐山 本線 に も 四条 大宮 駅 ・ 西 大路 三条 駅 ・ 山ノ内 駅 ( 京都 府 ) を 除 く 各駅 に 掲示 さ れ た 。 上り ホーム か 下り ホーム の いずれ か 片方 に 設置 さ れ て い る こと が 多 い が 、 龍安 寺 駅 と 鹿王院 駅 は 上下 両方 の ホーム に 設置 さ れ て い る 。 カラー 写真 の 作品 だ が 、 嵐山 駅 ( 京福 電気 鉄道 ) に 掲示 さ れ た もの だけ は 禅 ( 天龍 寺 雲水 ) を テーマ に し た モノクローム 写真 の 連作 と な っ て い る 。 この 写真 は 写真 家 の 森谷 洋至 の 作品 で 、 写真 パネル 脇 に 掲示 さ れ て い る 「 嵐電界隈 館 」 の 題字 は 書家 の 樋口 華 玄 の 筆 に よ る 。 シンボルツリー 北野 線 の 各駅 に は 、 2006 年 12 月 に 帷子 ノ辻 駅 を 除 く 各駅 に ちな ん だ シンボルツリー や 花壇 など の 植栽 が 行 わ れ て い る 。 シンボルツリー は 木製 の 大型 植木 鉢 に 植え られ て い る こと が 多 い が 、 御室 仁和 寺 駅 と 宇多野 駅 は 地面 に 直植え さ れ て い る 。 宇多野 駅 の モミジ は 以前 から 植え られ て い た もの で あ る 。 その 他 集合 案内 板 は 嵐電 天 神川 駅 開業 ( 2008 年 3 月 ) 以前 は 北野 線 の 各駅 に し か 掲示 さ れ て い な かっ た 。 嵐電 天 神川 駅 の 開業 に 伴 い 、 嵐山 本線 の 各駅 に も 設置 さ れ た 。 駅 名標 は 、 以前 は 駅 上屋 に 取り付け られ て い る タイプ と 、 ホーム に 2 本足 で 立て られ て い る タイプ の 2 種類 が あ っ た 。 2007 年 3 月 19 日 の ライン カラー 正式 導入 時 に ホーム に 2 本足 で 立て られ て い る タイプ の もの は すべて 撤去 さ れ た 。 桜 の トンネル 画像 は 全て 、 鳴滝 ~ 宇多 野 間 で 撮影 。 +叡山本線 ( えいざん ほんせん ) は 、 京都 府 京都 市 左京 区 の 出町 柳 駅 から 八瀬 比叡 山口 駅 まで を 結 ぶ 叡山 電鉄 の 鉄道 路線 。 路線 距離 ( 営業 キロ ) : 5 . 6 km 軌間 : 14 35 mm 駅数 : 8 駅 ( 起終点 駅 含 む ) 複線 区間 : 全線 電化 区間 : 全線 電化 ( 直流 600 V ) 閉塞 ( 鉄道 ) : 自動 閉塞 式 保安 装置 : 自動 列車 停止 装置 ( 速度 照査 機能 付 ) 京都 市 中心 部 から 三宅 八幡 駅 付近 まで の 生活 路線 およ び 、 比叡山 や 八瀬 比叡 山口 駅 付近 へ の 行楽 路線 で あ る 。 一乗 寺 駅 付近 まで は 住宅 と 町 工場 の 混在 し た 地域 、 三宅 八幡 駅 付近 まで は 住宅 地 の 中 を 走 る 。 沿線 に は 名所 ・ 旧跡 も 多 く 存在 する 。 三宅 八幡 駅 を すぎ る と 山裾 を 駆け上が り 八瀬 比叡 山口 駅 に 到達 する 。 八瀬 比叡 山口 駅 付近 は 比叡山 へ の ケーブル カー へ の 乗り換え の ほか 、 開業 当時 から 京都 電燈 や 地元 が 中心 と な り 開発 さ れ た 。 一 時期 駅名 と な っ た 遊園 地 「 森 の ゆうえんち 」 が 開設 さ れ る など 観光 地 と し て 賑わ っ た 。 現在 で は 一部 の 休日 を 除 け ば 散策 を 楽し む よう な 静か な 観光 地 で あ る 。 平日 ダイヤ と 土休 日 ダイヤ の 2 つ を 基本 と し て い る 。 概ね 、 平日 昼間 時間 帯 は 叡山 電鉄 鞍馬 線 直通 の 出町 柳 ~ 二 軒 茶屋 間 の 列車 、 出町 柳 ~ 鞍馬 間 の 列車 、 そして 出町 柳 ~ 八瀬 比叡 山口 間 の 列車 の 順 に それぞれ で 20 分 間隔 で 運転 さ れ 、 鞍馬 線 直通 電車 の 方 が 多 く な っ て い る 。 土休 日 昼間 時間 帯 は 鞍馬 線 直通 の 出町 柳 ~ 鞍馬 間 の 列車 と 、 出町 柳 ~ 八瀬 比叡 山口 間 の 列車 が それぞれ で 15 分 間隔 で 運転 さ れ る 。 朝 と 夕方 以降 に は 鞍馬 線 市原 駅 で 折り返 す 列車 が あ る ほか 、 車庫 の あ る 修学院 駅 発着 と な る 列車 も あ る 。 ごく 一部 の 例外 を 除 い て 全列車 ワンマン 運転 を 行 っ て い る 。 お 盆 や 年末 等 は 平日 で も 土休 日 ダイヤ で 運行 さ れ る こと が あ る 。 観光 シーズン に は 特別 休日 ダイヤ が 組 ま れ る こと が あ り 、 日中 は 最大 で 出町 柳 ~ 鞍馬 間 の 列車 と 出町 柳 ~ 八瀬 比叡 山口 間 の 列車 が それぞれ 12 分 間隔 で 運転 さ れ る 。 京都 電燈 に よ り 開業 し 、 同社 の 叡山 電鉄 部 の 下 に 置 か れ た 。 また 一時 は 、 京都 市 電 から の 直通 運転 が 行 わ れ て い た 。 1925 年 ( 大正 14 年 ) 9 月 27 日 京都 電燈 に よ り 出町 柳 ~ 八瀬 ( 現在 の 八瀬 比叡 山口 ) 間 が 開業 。 1928 年 ( 昭和 3 年 ) 12 月 1日 鞍馬 電気 鉄道 に よ り 現在 の 鞍馬 線 、 山端 ( 現在 の 宝ヶ池 ) ~ 市原 間 が 開業 。 山端 が 接続 駅 と な る 。 1929 年 ( 昭和 4 年 ) 12 月 20 日 鞍馬 電気 鉄道 が 全通 。 出町 柳 ~ 山端 ~ 鞍馬 で 直通 運転 を 開始 。 1942 年 ( 昭和 17 年 ) 3 月 2 日 京福 電気 鉄道 に 譲渡 。 1943 年 ( 昭和 18 年 ) 7 月 10 日 京都 市 電 の 東山 線 が 延伸 開業 。 特認 に よ り 東大 路通 と は 交差 点 と な る 。 1944 年 ( 昭和 19 年 ) 5 月 1日 山端 ( 現在 の 宝ヶ池 ) ~ 八瀬 間 が 不要 不急線 と し て 単線 化 さ れ 資材 供出 さ れ る 。 1949 年 ( 昭和 24 年 ) 12 月 11 日 元 田中 ~ 山端 間 で 、 京都 市 電 から の 乗り入れ 運転 を 開始 。 宝ヶ池 に あ っ た 市営 競輪場 の 観客 輸送 運行 で 、 競輪 開催 日 の み 実施 。 車両 は 市電 の 京都 市 交通 局 1000 形 電車 を 使用 し 、 叡山 線 内 は ホーム 高 さ の 関係 で ノンストップ だっ た 。 1951 年 ( 昭和 26 年 ) 7 月 1日 山端 ~ 八瀬 間 が 再 複線 化 。 1954 年 ( 昭和 29 年 ) 6 月 10 日 山端 駅 を 宝ヶ池 駅 に 改称 。 1955 年 ( 昭和 30 年 ) 9 月 1日 この 日 を も っ て 京都 市 電 から の 乗り入れ 運転 を 終了 。 当時 の 京都 市 議会 から 市営 競輪場 運営 に 対 する 異議 が 相 次 い だ 事 に よ る 競輪 場 閉鎖 に 伴 う もの 。 競輪 場 跡地 は 後 に 「 宝ヶ池 公園 」 と い う 子供 同伴 者 を 除 い て 中学 生 以上 立ち入り 禁止 の 公園 と な っ た 。 園内 に 場内 スタンド の 一部 が 残 さ れ て い た が 、 2006 年 に 解体 撤去 さ れ た 。 1965 年 ( 昭和 40 年 ) 8 月 1日 八瀬 駅 を 八瀬 遊園 駅 に 改称 。 1970 年 ( 昭和 45 年 ) 北山 通 の 修学院 付近 、 白川 通 の 修学院 ~ 宝ヶ池 付近 が 開通 。 修学院 駅 移転 。 同 時期 に 延長 さ れ た 市 中心 部 直通 の 京都 市営 バス 路線 が 当線 の 脅威 と な り 始め る 。 1978 年 ( 昭和 53 年 ) 10 月 1日   京都 市 電 が 廃止 。 東大路通交差 点 を 踏切 に 変更 。 鉄 軌道 に よ る 他線 と の 連絡 が 絶 た れ る 。 1978 年 ( 昭和 53 年 ) 10 月 19 日 日本 国 内 最後 の 集電 装置 集電 が 廃止 。 全車 集電 装置 化 。 1986 年 ( 昭和 61 年 ) 4 月 1日 叡山 電鉄 に 分離 譲渡 。 1987 年 ( 昭和 62 年 ) 12 月 10 日 ワンマン 運転 開始 。 1989 年 ( 平成 元年 ) 10 月 5 日 京阪 電気 鉄道 の 鴨東 線 開通 。 同社 出町 柳 駅 開業 。 再び 鉄道 他 線 と つなが る 。 これ に 先立 ち 9 月 21 日 鞍馬 線 の 京都 精華 大前 駅 開業 と 同時 に ダイヤ 改正 を 実施 。 鞍馬 線 の 区間 延長 が 主体 で 叡山 本線 で は 出町 柳 ~ 宝ヶ池 で 数本 の 増発 。 1994 年 ( 平成 6 年 ) 3 月 23 日 ダイヤ 改正 に よ る 大 増発 実施 。 平日 64 本 、 休日 9 ~ 46 本 増発 。 196 0 年代 から 八瀬 遊園 発着 ・ 鞍馬 線 直通 は 各々 15 分 毎 が 続 い て い た 。 改正 後 は 、 平日 は 八瀬 遊園 発着 12 分 毎 、 鞍馬 線 直通 10 分 毎 に な る 。 休日 は 八瀬 遊園 発着 ・ 鞍馬 線 直通 各々 15 分 毎 ( オン シーズン は 八瀬 遊園 発着 7 . 5 分 毎 ) を 基本 と し た もの に 変更 。 2002 年 ( 平成 14 年 ) 3 月 10 日 八瀬 遊園 駅 を 八瀬 比叡 山口 駅 に 改称 。 2001 年 の 八瀬 遊園 閉園 に よ る 。 2004 年 ( 平成 16 年 ) 1 月 13 日 原則 と し て 全列車 ワンマン 運転 に 。 駅 一覧 +鞍馬 線 ( くら ま せ ん ) は 、 京都 府 京都 市 左京 区 の 宝ヶ池 駅 から 鞍馬 駅 まで を 結 ぶ 叡山 電鉄 の 鉄道 路線 。 路線 距離 ( 営業 キロ ) : 8 . 8 km 軌間 : 14 35 mm 駅数 : 10 駅 ( 起終点 駅 含 む ) 複線 区間 : 宝ヶ池 ~ 二 軒 茶屋 間 電化 区間 : 全線 電化 ( 直流 600 V ) 閉塞 ( 鉄道 ) : 自動 閉塞 式 保安 装置 : 自動 列車 停止 装置 ( 速度 照査 機能 付 ) 京都 市 中心 部 から 市原 駅 付近 まで の 生活 路線 および 、 鞍馬 寺 や 貴船 神社 へ の 参詣 ・ 行楽 路線 で あ る 。 市原 駅 付近 まで は 山裾 を 走 る もの の 沿線 に 住宅 地 が 広が り 都市 近郊 路線 の 趣き が あ る が 、 同駅 以北 は 50 パーミル の 勾配 が あ る 山岳 路線 と な る 。 秋 の 紅葉 の 時期 に 市原 駅 ~ 二 ノ瀬 駅 間 で 見 る こと が でき る 『 もみじ の トンネル 』 は 鉄道 ファン のみ な ら ず とも 有名 で 、 貴船 も みじ 灯篭 が 行 わ れ る 期間 中 は ライト アップ も 行 わ れ る 。 この 期間 中 、 夜間 ( 17 時 から 21 時 頃 ) に この 区間 を 走行 する 際 に は 、 車内 灯 が 消 さ れ 徐行 し 車窓 を 楽し む こと が でき る 。 周辺 道路 が 非常 に 狭 く 、 秋 の 観光 シーズン に は 並行 し て 走 る 道路 が 大渋滞 と な る ため 、 、 車内 は 大 都市 圏 の 通勤 ラッシュ 並み の 混雑 と な る 。 また 、 鞍馬 の 火祭 開催 時 は 鞍馬 周辺 の 道路 が 通行止め と な る ため 、 事実 上 唯一 の 交通 手段 と な る 。 平日 ダイヤ と 土休 日 ダイヤ の 2 つ を 基本 と し て い る 。 全て の 列車 が 叡山 電鉄 叡山本線 から 直通 する 。 概ね 、 平日 昼間 時間 帯 は 出町 柳駅 ~ 鞍馬 駅 間 、 出町 柳 ~ 二 軒 茶屋 駅 間 の 列車 が 各々 20 分 間隔 、 土休 日 昼間 時間 帯 は 全 列車 が 出町 柳 ~ 鞍馬 間 で 15 分 間隔 で あ る 。 朝 と 夕方 以降 に は 市原 駅 で 折り返 す 列車 が あ る ほか 、 車庫 の あ る 修学院 駅 発着 と な る 列車 も あ る 。 お 盆 や 年末 等 は 平日 で も 土休 日 ダイヤ で 運行 さ れ る こと が あ る ほか 、 観光 シーズン に は 特別 休日 ダイヤ が 組 ま れ る こと が あ り 、 出町 柳 ~ 鞍馬 間 の 列車 が 12 分 間隔 で 運転 さ れ る 。 2004 年 から は 原則 と し て 全て の 列車 が ワンマン 運転 を 行 っ て い る が 、 多客 時 は 茶山 駅 ( 京都 府 ) から 二 ノ瀬 駅 あるいは 市原 駅 まで の 区間 で 車掌 が 乗務 する こと が あ る 。 平日 昼間 の 出町 柳発 は 、 鞍馬 線 鞍馬行 および 二 軒 茶屋行 が 毎時 各 3 本 運転 に 対 し 、 叡山 本線 八瀬 比叡 山口 駅行 は 毎時 3 本 で 、 同社 本来 の 本線 で あ る 八瀬 比叡 山口 まで より も 、 二 軒 茶屋 まで の 本数 の ほう が 多 く な っ て い る 。 1928 年 ( 昭和 3 年 ) 12 月 1日 鞍馬 電気 鉄道 に よ り 山端 ( 現在 の 宝ヶ池 ) ~ 市原 間 が 開業 。 1929 年 ( 昭和 4 年 ) 10 月 20 日 市原 ~ 鞍馬 仮 間 が 開業 。 1929 年 ( 昭和 4 年 ) 12 月 20 日 鞍馬 仮 ~ 鞍馬 間 が 開業 し 全通 。 鞍馬 仮 駅 廃止 。 京都 電燈 叡山 電鉄 線 ( 現 ・ 叡山 電鉄 叡山本線 ) に 山端 駅 から 乗り入れ 、 同線 の 出町 柳 駅 まで 直通 運転 を 開始 。 1939 年 ( 昭和 14 年 ) 9 月 二 軒 茶屋 ~ 市原 間 が 単線 化 ( 不要 不急線 指定 に 基づ く もの で は な い ) 。 1942 年 ( 昭和 17 年 ) 8 月 1日 京福 電気 鉄道 ( 同年 3 月 に 京都 電燈 の 鉄 軌道 部門 を 分離 し て 設立 ) に 合併 。 鞍馬 線 と な る 。 1944 年 ( 昭和 19 年 ) 1 1 月 10 日 山端 ~ 二 軒 茶屋間 が 単線 化 さ れ 資材 供出 。 1954 年 ( 昭和 29 年 ) 6 月 10 日 山端 駅 を 宝ヶ池 駅 に 改称 。 1958 年 ( 昭和 33 年 ) 4 月 9 日 宝ヶ池 ~ 岩倉 間 が 再 複線 化 。 1978 年 ( 昭和 53 年 ) 10 月 19 日 日本 国 内 最後 の 集電 装置 架空 電車線 方式 集電 方式 が 廃止 さ れ 集電 装置 架空 電車線 方式 集電 方式 に 変更 。 1986 年 ( 昭和 61 年 ) 4 月 1日 叡山 電鉄 に 分離 譲渡 。 1988 年 ( 昭和 63 年 ) 12 月 25 日 ワンマン 運転 開始 。 当初 は ( 岩倉 ) 二 軒 茶屋 折り返 し 運行 に 、 後 に 鞍馬 まで 早朝 ・ 夜間 を 中心 に 運行 さ れ 、 単行 の 叡山 電鉄 デオ 700 系 電車 が 使用 さ れ た 。 1989 年 ( 平成 元年 ) 9 月 21 日 京都 精華 大前 駅 開業 。 同時 に 10 月 5 日 の 京阪 電気 鉄道 京阪 鴨 東線 開業 を 見越 し た ダイヤ 改正 。 平日 日中 の 岩倉 折り返 し の 二 軒 茶屋 延長 、 ならび に 休日 多客 時 鞍馬 延長 を 休日 オン シーズン ダイヤ と し て 定期 設定 。 1990 年 ( 平成 2 年 ) 9 月 28 日 岩倉 ~ 二 軒 茶屋 間 が 再 複線 化 。 岩倉 折り返 し 運行 を 全面 的 に 二 軒 茶屋 折り返 し 運行 に 。 1994 年 ( 平成 6 年 ) 3 月 23 日 ダイヤ 改正 に よ る 大 増発 実施 。 196 0 年代 から 続 い て い た 通常 時 鞍馬行 ・ ( 岩倉 ) 二 軒 茶屋行 各々 30 分 毎 、 多客 時 ( オン シーズン ) 鞍馬 行 15 分 毎 から 、 平日 各々 20 分 毎 、 休日 は すべて 鞍馬 行 で 15 分 毎 を 基本 と し た もの に 変更 。 2004 年 ( 平成 16 年 ) 1 月 13 日 原則 と し て 全列車 ワンマン 運転 に 。 2 両 編成 で も ワンマン 運転 さ れ る よう に な っ た ため 、 鞍馬 行き は 原則 終日 2 両 編成 に 戻 っ た 。 画像 は 全て 、 市原 ~ 二ノ 瀬間 で 撮影 。 +鞍馬 山 鋼索 鉄道 ( くらまやま こうさく てつどう ) は 、 京都 府 京都 市 左京 区 に あ る 洛北 の 名刹 、 宗教 法人 鞍馬 寺 が 参詣 者 の 利便 を 図 っ て 運行 し て い る ケーブル カー 。 鉄道 事業 法 に よ る 許可 を 受け た 鉄道 と し て は 唯一 の 、 宗教 法人 が 運営 し て い る ケーブル カー で あ り 、 日本 一 短 い 鉄道 で あ る 。 単線 で 行き 違い 設備 は な い 。 乗務 員 や 「 出札 」 係員 など の 多く は 作務 衣 を 着用 し て い る 。 路線 距離 ( 営業 キロ ) : 20 7 m ( 0 . 2 km ) 軌間 : 800 mm 駅数 : 2 駅 ( 起終点 駅 含 む ) 高低 差 : 96 m 閑散期 は 15 分 間隔 の 運行 で 、 山門 駅 は 毎時 10 ・ 2 5 ・ 4 0 ・ 5 5 分 発 。 多宝塔 駅 は その 3 分 後 の 発車 。 所要 時間 は 約 2 分 。 始発 は 山門 駅 発 の 場合 は 8 時 18 分 で 、 最終 は 多宝 塔 駅 の 場合 が 16 時 50 分 で 、 6 月 から 8 月 まで は 17 時 20 分 に 延長 さ れ る 。 多客 時 は ピストン 運転 さ れ る が 、 乗車 定員 が 少な い ため に 乗車 まで に かなり 待 つ 日 も あ る 。 車両 は 1996 年 製 の 3 代 目 で 幼 い ころ 鞍馬 寺 で 修行 し た 源 義経 の 幼名 牛 若丸 に ちな み 「 牛若 號 III 」 の 愛称 が つ い て い る 。 乗客 定員 : 31 人 ( ただし 、 実際 は 28 人 で 運用 さ れ て い る ) 軌道 及び 運行 システム 設計 ・ 施工 : 安全 索道 株式 会社 ( 1996 年 ) 車両 製作 : 大阪 車輌 工業 株式 会社 ( 1996 年 ) 軌間 800 mm の ゴム タイヤ 式 の 1 両 の 車両 と 錘 と の 交走 式 で 、 架線 が 廃止 さ れ モノレール や 新 交通 システム の よう に 軌道 脇 から 集電 する 方式 と な っ た ( なお 、 ケーブルカー の 走行 中 の 集電 は 、 照明 および 前照灯 、 車内 放送 および 前窓 ワイパー 用 で あ り 動力 用 で は な い ) 。 開業 当初 の 車両 は 軌間 762 mm の 鉄車輪 2 両 交走 式 だっ た 。 2 代 目 より ゴム タイヤ 式 ・ 錘 と の 交走 式 に 改め られ た 。 2 代 目 車両 の 時 は 架線 集電 を 行 っ て い た 。 鉄道 事業 法 に よ る 許可 を 受け た 鉄道 と し て は 、 現在 唯一 の 運賃 が 無料 の 鉄道 で あ る ( かつて は 箕面 鋼索 鉄道 も 無料 で あ っ た ) 。 ただし 、 諸堂 維持 の 寄付 金 を 1 口 100 円 寄付 し た 人 だけ が 無料 で 乗車 でき る よう に な っ て い る の で 、 寄付 金 100 円 が 事実 上 の 運賃 と 言え る 。 「 運賃 」 扱 い だ と 宗教 法人 と い え ど も 課税 さ れ る が 、 「 寄付 金 」 だ と 非 課税 扱い に な る ため で あ る 。 事実 上 の 運賃 で あ る 寄付 金額 が わずか 100 円 で あ る こと や 、 鞍馬 寺 の 拝観 料 に 相当 する 「 愛山 料 」 が 200 円 ( 中学 生 以下 は 無料 ) で あ る こと を 考え る と 、 非常 に 良心 的 な 「 運賃 設定 」 と 言え る 。 事実 上 の 乗車 券 で あ る 「 参拝 記念 の 花びら ( 片道 乗車 票 ) 」 は 、 駅受付 ( 事実 上 の 切符 売場 ) で 諸堂 維持 の 寄付 を し た 人 に 1 口 1 枚 交付 さ れ る 。 花びら に は 「 鞍馬 山内 の 諸堂 や 施設 を 維持 する ため に ご 協力 いただ き ありがとう ござ い ま し た 。 その お 礼 と し て ケーブル カー を 片道 ご 利用 いただ き ま す 。 この 花びら を 係員 に 提示 し て ご 乗車 くださ い 。 」 と 記 さ れ 、 ハス の 花びら の 形 を し た 紙 の 下 に は 、 半券 を 切り離 す こと が でき る ミシン 目 が あ る 。 なお 寺側 は 、 歩 く こと が 可能 な 人 は ケーブル カー を 使用 せ ず に 参道 を 歩 く こと を 勧め て い る 。 自然 の 中 を 歩 い て 参拝 し て こそ 、 鞍馬 寺 の 本尊 で あ り 、 自然 の 力 の 根源 で あ る 「 尊天 」 を より 強 く 感じ る こと が でき る から だ と い う 理由 から で あ る 。 1957 年 ( 昭和 32 年 ) 1 月 1日 山門 ~ 多宝 塔 間 が 開業 。 1975 年 ( 昭和 50 年 ) 2 代 目 車両 運行 開始 。 1996 年 ( 平成 8 年 ) 8 月 8 日 3 代 目 車両 運行 開始 。 ゴム タイヤ 式 。 山門 駅 「 普明 殿 」 と い う 1992 年 完成 の 堂 が 、 駅舎 を 兼ね て い る 。 多宝塔 駅 ケーブル カー 開通 当時 に 建て られ た 「 多宝 塔 礼堂 」 と い う 堂 が 駅舎 を 兼ね て い る 。 山門 駅 : 叡山 電鉄 鞍馬 線 の 鞍馬 駅 から 徒歩 5 分 。 +小倉 駅 ( おぐら えき ) は 、 京都 府 宇治 市 小倉町 神楽田 に あ る 、 近畿 日本 鉄道 近鉄 京都 線 の 鉄道 駅 。 近く に 西 日本 旅客 鉄道 奈良 線 の JR 小倉 駅 が あ る 。 駅 構造 相対 式 2 面 2 線 の ホーム を 持 つ 地上 駅 。 ホーム 有効 長 は 6 両 。 互い の ホーム を 結 ぶ 跨線 橋 も 地下 道 も 無 い ため 、 両 ホーム と も 改札 口 が 別々 に 存在 する 。 便所 は 両 ホーム の 改札 内 に あ り 、 いずれ も 男女 別 の 汲み取 り 式 便所 と な っ て い る 。 かつて は 優等 列車 用 の 通過 線 を 抱え た 構造 と な っ て お り 、 現在 の ホーム の 一部 は 以前 の 待避 線 の 上 に 作 ら れ て い る 。 この 待避 線 は 、 1980 年 代 半ば に 隣接 する 向島 駅 の 待避 線 が 使用 を 開始 し た の に 合わせ て 廃止 さ れ た 。 なお 自動 改札 機 は 東芝 製 が 設置 さ れ て い る 。 赤 い 自動 改札 機 ( EG - 2000 ) は 出場 時 2 枚 一括 処理 、 PiTaPa ・ ICOCA に 対応 する 。 利用 状況 2005 年 11 月 8 日 の 調査 結果 に よ る と 、 1 日 の 利用 客 は 18 , 542 人 。 近鉄 の 全 調査 対象 駅 ( 323 駅 、 但し 調査 当時 の 数 ) 中 、 38 位 。 京都 線 の 駅 ( 26 駅 、 大和 西 大寺 駅 含 む ) の 中 で は 、 7 位 。 同線 の 急行 通過 駅 で は 最多 。 京都 府 内 の 近鉄 の 駅 ( 23 駅 ) の 中 で は 、 5 位 。 駅 周辺 小倉 郵便 局 平和 堂 近商 ストア 任天 堂 宇治 小倉 工場 京都 府 立 西宇治 高等 学校 バス どちら も 京阪 宇治 バス 。 小倉 駅 前 駅 西北 の 京都 銀行 小倉 支店 前 交差 点西 に あ る 。 310 号 系統 : 大久保 駅 ( 京都 府 ) 行 / ( 宇治 駅 ( JR 西 日本 ) 経由 ) 宇治 市 役所 ・ 宇治 市 文化 センター 行 近鉄 小倉 駅東 の 府道 上 に あ る 。 35 号 ・ 35 B 号 系統 : 近鉄 大久保行 / 宇治 車庫 ( 35 号 ) ・ 京都 府 立 莵 道 高等 学校 前 ( 35 B 号 ) 歴史 1928 年 ( 昭和 3 年 ) 1 1 月 3 日 奈良 電気 鉄道 桃山 御 陵 前 駅 ~ 西大寺 ( 現 ・ 大和 西 大寺 駅 ) 間 開通 時 に 開業 。 1962 年 ( 昭和 37 年 ) 12 月 上下 待避 線 設置 ( のち 廃止 ) 。 1963 年 ( 昭和 38 年 ) 10 月 1日 会社 合併 に よ り 近畿 日本 鉄道 の 駅 と な る 。 2007 年 ( 平成 19 年 ) 4 月 1日 PiTaPa 使用 開始 。 なお 奈良 電気 鉄道 で は 、 ここ から 分岐 し て 大阪 環状 線 玉造 駅 付近 に 至 る 、 第 4 の 京阪 都市 間 路線 を 計画 し て い た 。 隣 の 駅 近畿 日本 鉄道 京都 線 ■ 急行 通過 ■ 準急 ・ ■ 普通 向島 駅 - 小倉 駅 - 伊勢田 駅 +舞鶴 線 ( まいづる せん ) は 、 京都 府 綾部 市 の 綾部 駅 から 京都 府 舞鶴 市 の 東舞鶴 駅 に 至 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 鉄道 路線 ( 地方 交通 線 ) で あ る 。 大 日本 帝国 海軍 の 舞鶴 鎮守 府 が 置 か れ 、 軍港 と し て 発展 し た 舞鶴 へ の 鉄道 と し て 建設 さ れ た 。 かつて 出征 者 や 引揚 者 の 輸送 で 賑わ っ た 路線 も 現在 は 舞鶴 市 など へ の ビジネス 利用 や 丹後 国 ・ 嶺南 へ の 観光 路線 と な っ て い る 。 管轄 ( 事業 種 別 ) : 西 日本 旅客 鉄道 ( 鉄道 事業 者 ) 路線 距離 ( 営業 キロ ) : 26 . 4 km 軌間 : 10 67 mm 駅数 : 6 駅 ( 起終点 駅 含 む ) 複線 区間 : なし ( 全線 単線 ) 電化 区間 : 全線 ( 直流 1500 V ) 閉塞 ( 鉄道 ) : 単線 自動 閉塞 式 全 区間 西 日本 旅客 鉄道 福知 山 支社 の 直轄 で あ る ( 1991 年 4 月 から 2006 年 6 月 まで は 、 同 支社 舞鶴 鉄道 部 の 管轄 で あ っ た ) 。 京都 駅 ~ 東舞 鶴間 に 特別 急行 列車 「 まいづる 」 と 「 タンゴ ディスカバリー 」 が 合わせ て 上 り 7 本 、 下り 8 本 運転 さ れ て い る 。 なお 、 土曜 ・ 休日 ・ 夏季 に は 「 まいづる 」 の うち 1 往復 が 小浜 線 の 小浜 駅 まで 乗り入れ 、 観光 需要 に 応え て い る 。 他 の 北 近畿 方面 特急 と 異な り 、 大阪 方面 の 列車 は 設定 さ れ て い な い ( 過去 に は 「 エーデル 北 近畿 」 と し て 東 舞鶴 駅 まで 乗り入れ て い た 時期 も あ っ た ) 。 ちなみ に 東 舞鶴 ~ 大阪 駅 間 の 距離 は 福知 山 駅 経由 ( 15 2 . 9 km ) より も 京都 経由 ( 145 . 4 km ) の ほう が 若干 短 い 。 また 多く の 普通 列車 が 福知 山 ・ 綾部 ~ 東舞 鶴間 に 運転 さ れ 、 一部 は 「 特急 リレー 号 」 と し て 綾部 駅 で 山陰 本線 の 特急 列車 と 接続 し て お り 、 対京都 方面 で は 毎時 1 本 の 列車 頻度 を 維持 し て い る 。 また 一部 の 列車 が 小浜 線 と 直通 運転 を し て い る ほか 、 西 舞鶴 ~ 東舞 鶴間 の 区間 列車 も 1 往復 あ る 。 全線 で ワンマン 運転 を 実施 し て い る が 、 一部 列車 に は 車掌 が 乗務 する こと も あ る 。 以前 は 、 朝 に 東舞鶴 発綾 部 着 の 快速 列車 ( 途中 駅 は 西 舞鶴 の み 停車 ) が 1 本 の み 運行 さ れ て い た が 、 2006 年 10 月 21 日 の ダイヤ 改正 以降 、 快速 列車 は 設定 さ れ て い な い 。 非 電化 時代 は 一 時期 、 山陰 本線 ・ 舞鶴 線 ・ 北 近畿 タンゴ 鉄道 宮津 線 ・ 同北 近畿 タンゴ 鉄道 宮 福線 を 経由 し て 福知 山 市 ・ 綾部 市 ・ 舞鶴 市 ・ 宮津 市 を 循環 する 「 四 都市 循環 列車 」 を 運転 し て い た こと が あ っ た 。 その 経路 は 次 の 通り 。 福知山 → ( 山陰 本線 ) → 綾部 → ( 舞鶴 線 ) → 西 舞鶴 → ( 北 近畿 タンゴ 鉄道 宮津 線 ) → 宮津 → ( 北 近畿 タンゴ 鉄道 宮 福線 ) → 福知 山 → ( 山陰 本線 ) → 綾部 → ( 舞鶴 線 ) → 西 舞鶴 ( 上記 列車 から 折り返 し ) 西 舞鶴 → ( 舞鶴 線 ) → 綾部 → ( 山陰 本線 ) → 福知 山 → ( 北 近畿 タンゴ 鉄道 宮 福線 ) → 宮津 → ( 北 近畿 タンゴ 鉄道 宮津 線 ) → 西 舞鶴 さらに 現在 の 嵯峨野 線 に 当て はま る 区間 ( 京都 ~ 園部 間 ) が まだ 非 電化 だっ た 頃 は 、 当時 あ っ た 特急 ・ 急行 と は 別 に 綾部 で スイッチ バック し 、 京都 と 東 舞鶴 と を 直結 する 普通 列車 が 運転 さ れ て い た こと も あ っ た 。 国鉄 183 系 電車 北 近畿 タンゴ 鉄道 KTR8000 形 気動 車 ( 北 近畿 タンゴ 鉄道 宮津 線 乗り入れ ) 国鉄 113 系 電車 国鉄 115 系 電車 JR 西 日本 125 系 電車 ( 東 舞鶴 ~ 西 舞鶴 まで 小浜 線 乗り入れ ・ ワンマン 運転 車 ) 国鉄 96 00 形 蒸気 機関 車 ( 西 舞鶴 機関 区 ( 現 ・ 北 近畿 タンゴ 鉄道 西 舞鶴 運転 区 ) 所属 ) 宮津 線 ( 現 ・ 北 近畿 タンゴ 鉄道 宮津 線 ) 網野 駅 から の 乗り入れ で 、 綾部 駅 まで 運用 さ れ た 。 国鉄 DE 10 形 ディーゼル 機関 車 宮津 線 ( 現 ・ 北 近畿 タンゴ 鉄道 宮津 線 ) 及び 、 舞鶴 港 線 ( 西 舞鶴 駅 から 舞鶴 港 駅 ( 旧 ・ 海 舞鶴 駅 ) を 結 ん だ 貨物 専用 線 ・ 1985 年 ( 昭和 60 年 ) 3 月 14 日 で 廃止 ) と 貨物 列車 で 共通 運用 さ れ た 。 現在 は 1 両 ( 1104 号 機 ) が 、 西 日本 旅客 鉄道 の グループ 会社 嵯峨野 観光 鉄道 に 払い 下げ られ 、 トロッコ 嵯峨 駅 ~ トロッコ 亀岡 駅 間 で 「 ロマンチックトレイン 嵯峨野 」 と し て トロッコ 列車 を 牽引 し 、 他 は JR 西 日本 の 豊岡 鉄道 部 に 在籍 し 、 団臨 列車 や レール 交換 列車 など で 使用 さ れ て い る 。 国鉄 キハ 17 系 気動 車 宮津 線 ( 現 ・ 北 近畿 タンゴ 鉄道 宮津 線 ) 及び 、 中舞鶴 線 ( 1972 年 11 月 1日 で 廃止 ) と 共通 運用 。 国鉄 キハ 20 系 気動 車 小浜 線 及び 宮津 線 ( 現 ・ 北 近畿 タンゴ 鉄道 宮津 線 ) ・ 山 陰 本線 と 共通 運用 。 国鉄 キハ 55 系 気動 車 山陰 本 線 乗り入れ 準急 ( 後 に 急行 ) 「 たんば ( 列車 ) 」 ・ 「 わか さ 」 で も 使用 、 末期 は 宮津 線 ( 現 ・ 北 近畿 タンゴ 鉄道 宮津 線 ) で 運用 さ れ た 。 国鉄 キハ 58 系 気動 車 山陰 本 線 乗り入れ 、 小浜 線 や 宮津 線 で 急行 「 丹後 」 を 中心 に 、 北 近畿 タンゴ 鉄道 宮津 線 に 転換 後 も 運用 、 1996 年 3 月 16 日 の 廃止 以後 も 、 ワンマン 運転 車 が 在籍 し 1999 年 10 月 2 日 の 電化 まで 30 余 年間 走 り 続け た 。 国鉄 キハ 40 系 気動 車 ( 2 代 ) 山陰本線 ・ 宮津 線 ( 現 ・ 北 近畿 タンゴ 鉄道 宮津 線 ) 及び 、 小浜 線 と 共通 で 運用 。 東 舞鶴 駅 を 境 に 、 以南 ( 綾部 ・ 福知 山 方面 ) が 国鉄 キハ 47 形 気動 車 ( 両開 き 2 扉   福知 山 機関 区 ( 現 ・ JR 西 日本 福知山 運転 所 ) 所属 ) 、 以北 ( 小浜 ・ 敦賀 方面 ) が 国鉄 キハ 48 形 気動 車 ( 片開 き 2 扉   敦賀 運転 所 ( 現 ・ JR 西 日本 福井 地域 鉄道 部 敦賀 運転 所 派 出所 ) 所属 ・ 北陸 本線 ( 近江 塩津 以東 米原 及び 東海道 本 線 彦根 まで ) ・ 湖西 線 ( 近江 今津 まで の 運用 ) と の 共通 運用 ) と 分かれ て 運用 さ れ た 。 国鉄 キハ 82 系 気動 車 山陰 本 線 乗り入れ 、 宮津 線 で 特急 「 あさしお 」 と し て 1982 年 まで 運用 さ れ た 。 国鉄 キハ 181 系 気動 車 山陰 本 線 乗り入れ 、 宮津 線 で 特急 「 あさしお 」 を 中心 に 、 北 近畿 タンゴ 鉄道 宮津 線 に 転換 後 も 運用 、 1996 年 3 月 16 日 の 廃止 以後 も 臨時 特急 「 たんご 」 ( 多客 臨 ) と し て 、 運行 し て い た 。 時折 団体 列車 と し て 乗り入れ る こと が あ る 。 ( キハ 82 系 ・ キハ 181 系 気動 車 は 向日 町 運転 所 ( 現 ・ JR 西 日本 京都 総合 運転 所 ) 、 キハ 58 ・ 28 系 気動 車 の 一部 と キハ 48 形 気動 車 は 敦賀 運転 所 ( 現 ・ JR 西 日本 福井 地域 鉄道 部 敦賀 運転 所 派 出所 ) 所属 、 他 は 福知 山 機関 区 ( 現 ・ JR 西 日本 福知山 運転 所 ) 所属 ) ほぼ 全て の 列車 が 全線 を 走破 する が 、 その 利用 は 京都 府 北部 の 中核 都市 で あ る 舞鶴 市 の 代表 駅 で あ る 東舞鶴 駅 と 西 舞鶴 駅 が 中心 で 、 その ため 西 舞鶴 駅 を のぞ く 中間 駅 は 利用 が 低調 で あ る 。 なお 特別 急行 列車 および 特急 に 接続 する 普通 列車 ( 特急 リレー 号 ) は 、 舞鶴 市 に 国 や 府 の 出張 官庁 、 また 企業 の 支店 ・ 営業 所 など が 集中 し て い る 事 から ビジネス 利用 が 多 い が 、 それ 以外 の 普通 列車 は 通学 等 の 利用 が 多 い 。 1999 年 ( 平成 12 年 ) 10 月 に 電化 開業 し て 以後 、 一貫 し て 利用 者 数 を 増や し て き た が 、 近年 は 微減 傾向 で あ る 。 元 は 阪鶴 鉄道 ・ 京都 鉄道 が 計画 し て い た 路線 だ が 、 日露 戦争 を 控え 着工 を 急 ぐ 必要 性 から 190 4 年 に 官設 で 福知 山 ~ 綾部 ~ 新 舞鶴 ( 現在 の 東舞鶴 ) 間 と 支線 が 開通 、 阪鶴 鉄道 に 貸与 さ れ て 開業 し た 。 支線 と し て 舞鶴 港 線 ( 西 舞鶴 ~ 舞鶴 港 間 ) や 、 出征 者 や 戦場 から の 引揚 者 を 運 ん だ 中 舞鶴 線 ( 東 舞鶴 ~ 中舞 鶴間 ) など を 有 し て い た が 、 1985 年 まで に 全て 廃止 さ れ て い る 。 190 4 年 ( 明治 37 年 ) 1 1 月 3 日 - 福知 山 ~ 綾部 ~ 新 舞 鶴間 が 日本 国 有 鉄道 で 開業 ( 綾部 ~ 新 舞 鶴間 は 16 . 4 マイル ≒ 26 . 39 km ) 。 同時 に 阪鶴 鉄道 に 貸与 。 現在 の 舞鶴 線 に あた る 区間 に 綾部 駅 、 梅迫 駅 、 舞鶴 駅 ( 現在 の 西 舞鶴 駅 ) 、 新 舞鶴 駅 ( 現在 の 東舞鶴 駅 ) が 開業 。 舞鶴 ~ 舞鶴 海岸 荷扱 所 の 軍用 線 も 開業 。 1907 年 ( 明治 40 年 ) 8 月 1日 - 阪鶴 鉄道 が 国有 化 。 11 月 1日 - 舞鶴 ~ 舞鶴 海岸 荷 扱所 に 営業 マイル 設定 ( 1 . 0 M ≒ 1 . 6 1 km ) 。 舞鶴 海岸 荷 扱 所 が 正式 開業 。 1909 年 ( 明治 42 年 ) 10 月 12 日 - 線路 名称 制定 、 神崎 ( 現在 の 尼崎 駅 ( JR 西 日本 ) ) ~ 福知 山 ~ 新 舞 鶴間 、 舞鶴 ~ 舞鶴 海岸間 など を 阪鶴 線 と する 。 1912 年 ( 明治 45 年 ) 3 月 1日 - 綾部 ~ 新 舞 鶴間 、 舞鶴 ~ 舞鶴 海岸 間 を 分離 し 舞鶴 線 に 改称 。 1913 年 ( 大正 2 年 ) 4 月 10 日 - 舞鶴 海岸 荷 扱 所 を 海舞鶴 駅 に 改称 。 舞鶴 ~ 海舞 鶴間 の 旅客 営業 を 開始 。 1919 年 ( 大正 8 年 ) 7 月 21 日 - 支線 ( 中舞鶴線 ) 新 舞鶴 ~ 中舞 鶴間 ( 2 . 1 M ≒ 3 . 38 km ) が 開業 。 東門 駅 ( 後 の 北吸 駅 ) 、 中舞鶴 駅 が 開業 。 1924 年 ( 大正 13 年 ) 4 月 12 日 - 舞鶴 ~ 海舞 鶴間 の 旅客 営業 を 廃止 。 1929 年 ( 昭和 4 年 ) 6 月 1日 - 梅迫 ~ 舞鶴間 に 中筋 信号 場 開設 。 1930 年 ( 昭和 5 年 ) 4 月 1日 - 営業 距離 の 単位 を マイル から メートル に 変更 ( 綾部 ~ 新 舞 鶴間 16 . 4 M → 26 . 4 km 、 舞鶴 ~ 海舞 鶴間 1 . 0 M → 1 . 8 km 、 新 舞鶴 ~ 中舞 鶴間 2 . 1 M → 3 . 4 km ) 。 貨物 支線 新 舞鶴 ~ 新舞鶴 港間 ( 1 . 3 km ) が 開業 。 ( 貨 ) 新 舞鶴 港 駅 が 開業 。 1939 年 ( 昭和 14 年 ) 6 月 1日 - 新 舞鶴 駅 を 東舞鶴 駅 に 、 新 舞鶴 港 駅 を 東舞鶴 港 駅 に 改称 。 1941 年 ( 昭和 16 年 ) 9 月 1日 - 貨物 支線 東 舞鶴 ~ 東舞鶴 港 間 が 廃止 。 ( 貨 ) 東 舞鶴 港 駅 が 廃止 。 1944 年 ( 昭和 19 年 ) 4 月 1日 - 舞鶴 駅 を 西 舞鶴 駅 に 改称 。 1946 年 ( 昭和 21 年 ) 9 月 1日 - 東門 駅 を 北吸 駅 に 改称 。 1951 年 ( 昭和 26 年 ) 9 月 1日 - 中筋 信号 場 を 駅 に 格上げ し 真倉 駅 開業 。 196 0 年 ( 昭和 35 年 ) 3 月 29 日 - 淵垣 駅 開業 。 1966 年 ( 昭和 41 年 ) 10 月 1日 - 海 舞鶴 駅 を 舞鶴 港 駅 に 改称 。 1972 年 ( 昭和 47 年 ) 1 1 月 1日 - 中 舞鶴 線 ( 3 . 4 km ) が 廃止 。 北吸 駅 、 中舞鶴 駅 が 廃止 。 1985 年 ( 昭和 60 年 ) 3 月 14 日 - 舞鶴 港 線 ( 1 . 8 km ) が 廃止 。 ( 貨 ) 舞鶴 港 駅 が 廃止 。 1987 年 ( 昭和 62 年 ) 4 月 1日 - 国鉄 分割 民営 化 に よ り 西 日本 旅客 鉄道 が 承継 。 日本 貨物 鉄道 が 梅迫 ~ 東舞 鶴間 の 鉄道 事業 者 と な る 。 綾部 ~ 梅迫 間 の 貨物 営業 廃止 。 1991 年 ( 平成 3 年 ) 4 月 1日 - 舞鶴 鉄道 部 設置 。 ワン マン 運転 開始 。 1999 年 ( 平成 11 年 ) 3 月 31 日 - 日本 貨物 鉄道 の 第 二 種 鉄道 事業 ( 梅迫 ~ 東舞 鶴間 ) 廃止 。 10 月 2 日 - 綾部 ~ 東舞 鶴間 が 電化 。 特急 まいづる ( 京都 ~ 東舞鶴 ) 運転 開始 。 2006 年 ( 平成 18 年 ) 7 月 1日 - 舞鶴 鉄道 部 が 廃止 さ れ 、 福知 山 支社 の 直轄 に 戻 る 。 駅名 は 廃止 時点 の もの 。 括弧内 は 起点 から の 営業 キロ 。 貨物 支線 ( 舞鶴 港 線 ) 西 舞鶴 駅 ( 0 . 0 km ) - ( 貨 ) 舞鶴 港 駅 ( 1 . 8 km ) 支線 ( 中舞鶴線 ) 東 舞鶴 駅 ( 0 . 0 km ) - 北吸 駅 ( 1 . 6 km ) - 中 舞鶴 駅 ( 3 . 4 km ) 貨物 支線 東 舞鶴 駅 ( 0 . 0 km ) - ( 貨 ) 東 舞鶴 港 駅 ( 1 . 3 km ) +北 近畿 タンゴ 鉄道 株式 会社 ( きたきんき たんご てつどう ) は 京都 府 で 旧 日本 鉄道 建設 公団 が 建設 し た 北 近畿 タンゴ 鉄道 宮 福線 と 、 旧 国鉄 特定 地方 交通 線 の 鉄道 路線 北 近畿 タンゴ 鉄道 宮津 線 を 運営 し て い る 京都 府 など が 出資 する 第 三 セクター 会社 で あ る 。 英訳 名 は KitakinkitangoRailway Corporation . で 、 その 略称 から KTR と 呼 ば れ て い る 。 本社 は 京都 府 福知 山 市 天田 118 番地 の 1 ( JR 西 日本 ビル 5 階 ) 、 鉄道 事業 本部 は 京都 府 宮津 市 鶴賀 2065 番地 の 4 ( 宮津 駅 2 階 ) に あ る 。 社名 の タンゴ と は 、 路線 の 所在 する 地域 の 令制 国 で あ る 丹後 国 に 由来 し 、 音楽 の タンゴ に も 掛け た もの で あ る 。 同社 は 1990 年度 から 多額 の 赤字 を 計上 し て い る が 、 新製 し た 特急 用 車両 の 減価 償却 に ともな う もの で あ る 。 歴史 1982 年 ( 昭和 57 年 ) 9 月 22 日 : 宮福 鉄道 株式 会社 と し て 設立 。 1988 年 ( 昭和 63 年 ) 7 月 16 日 : 宮福線 開業 。 1989 年 ( 平成 元年 ) 8 月 1日 : JR 宮津 線 の 引継ぎ に 備え 北 近畿 タンゴ 鉄道 株式 会社 に 社名 変更 。 1990 年 ( 平成 2 年 ) 4 月 1日 : JR 宮津 線 を 引継 ぎ 宮津 線 開業 。 特急 「 タンゴ エクスプローラー 」 運転 開始 。 1996 年 ( 平成 8 年 ) 3 月 16 日 : 宮福 線 、 宮津 線 宮津 ~ 天橋 立間 が 電化 開業 。 特急 「 タンゴ ディスカバリー 」 運転 開始 。 特急 「 はしだて 」 「 文殊 」 の 直通 運転 開始 。 1999 年 ( 平成 11 年 ) 10 月 2 日 : JR 舞鶴 線 の 電化 開業 に ともな い 、 「 タンゴ エクスプローラー 」 と 「 タンゴ ディスカバリー 」 の 系統 振替え 。 2007 年 ( 平成 19 年 ) 9 月 1日 : 本社 を 京都 市 上京 区 の 京都 府 庁舎 西 別 館 から 福知 山 市 天田 の JR 西 日本 ビル ( 西 日本 旅客 鉄道 福知 山 支社内 ) に 移転 。 路線 北 近畿 タンゴ 鉄道 宮福線 宮津 ~ 福知 山 30 . 4 km 北 近畿 タンゴ 鉄道 宮津 線 西 舞鶴 ~ 豊岡 83 . 6 km 車両 自社 保有 車両 は すべて 気動 車 で 富士 重 工業 ( 2003 年 に 新潟 トランシス へ 鉄道 車両 製造 事業 等 を 譲渡 ) 製 で あ る 。 宮福線 全線 と 宮津 線 の 天橋 立 ~ 宮津 間 が 電化 さ れ て い る が 、 電車 は 保有 し て い な い 。 電化 さ れ て い る 区間 に は 国鉄 183 系 電車 など の 西 日本 旅客 鉄道 ( JR 西 日本 ) 保有 車両 が 乗り入れ て い る 。 現有 車両 北 近畿 タンゴ 鉄道 KTR001 形 気動 車 ( タンゴ エクスプローラー ) 北 近畿 タンゴ 鉄道 KTR8000 形 気動 車 ( タンゴ ディスカバリー ) 北 近畿 タンゴ 鉄道 KTR 70 0 ・ 8 0 0 形 気動 車 北 近畿 タンゴ 鉄道 MF 100 ・ 200 形 気動 車 ※ 上記 の ( ) 内 は 車両 の 愛称 。 過去 の 車両 KTR1000 形 ・ KTR2000 形 ( レインボー リゾート 。 旧 国鉄 清算 事業 団 ・ JR 西 日本 キハ 28 形 ・ キハ 58 形 ) JR 西 日本 から の 乗り入れ 車両 国鉄 183 系 電車 ( 特急 「 はしだて 」 ・ 特急 「 文殊 」 ) 国鉄 113 系 電車 国鉄 115 系 電車 過去 の 乗り入れ 車両 国鉄 キハ 181 系 気動 車 ( 特急 「 あさしお 」 ・ ( 代走 ) 特急 「 タンゴ エクスプローラー 」 ) 国鉄 キハ 65 形 気動 車 ( 臨時 特急 「 エーデル 丹後 」 ・ 花火臨 ) 国鉄 キハ 58 系 気動 車 ( 急行 「 丹後 」 ・ 急行 「 みやづ 」 ・ 急行 「 はしだて 」   ワンマン 車 「 4 都市 循環 列車 」 また 借り入れ 車 と し て 普通 列車 の 増結 運用 。 臨時 列車 ・ 団体 列車 と し て も 運用 ) 国鉄 キハ 53 形 気動 車 ( 快速 「 はしだて 」 ) 国鉄 キハ 40 系 気動 車 ( 2 代 ) キハ 47 形 ( 普通 列車 「 4 都市 循環 列車 」 ) JR 西 日本 221 系 電車 ( 臨時 快速 「 レインボー 」 ・ 臨時 快速 「 天橋 立 ホリデー 」 、 天理 教臨 の 団体 列車 と し て の 入線 実績 も あ る ) JR 西 日本 223 系 電車 ( 臨時 快速 「 レインボー 」 ・ 臨時 快速 「 天橋 立 ホリデー 」 ) JR 西 日本 281 系 電車 ( お 召 し 列車 と し て ) JR 西 日本 681 系 電車 ( 試運 転 列車 と し て ) 国鉄 211 系 電車 スーパー サルーン 「 ゆめじ 」 ( 団体 列車 「 宮津 市 民 号 」 と し て ) 運賃 ・ 料金 大人 普通 旅客 運賃 ( 小児 半額 ・ 10 円 未満 切り上げ ) 。 2007 年 4 月 1日 現在 。 大人 特急 料金 ( 小児 半額 ・ 10 円 未満 切り上げ ) 。 2007 年 4 月 1日 現在 。 特急 列車 の 普通 車 を 利用 の 場合 は 乗車券 ・ 特急 券 が 必要 。 大人 グリーン 料金 ( 小児 同額 ) 。 2007 年 4 月 1日 現在 。 特急 列車 の グリーン 車 を 利用 の 場合 は 乗車券 ・ 指定 席 特急 券 ( この 場合 の 料金 は 自由 席 特急 券 と 同額 ) ・ グリーン 券 が 必要 。 +宮福線 ( みや ふくせん ) は 、 京都 府 宮津 市 の 宮津 駅 から 京都 府 福知 山 市 の 福知 山 駅 に 至 る 北 近畿 タンゴ 鉄道 の 鉄道 路線 で あ る 。 北 近畿 ビッグ X ネットワーク の 一角 ( 「 X 」 の 右斜め上 が 宮福線 ) に な っ て い る 。 路線 の 起点 は 宮津 で あ る が 、 時刻 表 で は 福知 山 から 宮津 へ 向か う 列車 を 下り 、 奇数 の 列車 番号 と し て い る 。 福知山 ~ 宮津 間 を 短絡 し 、 京都 ・ 大阪 方面 から 日本 三景 の 天橋立 を 始め と する 丹後 半島 へ の 観光 アクセス 路線 と な っ て い る 。 福知山 ~ 大江間 は 由良 川 に 沿 っ て 進 み 、 大江 ~ 宮津 間 は 全長 3 ,215 m の 普甲 トンネル を 始め と する トンネル の 連続 で 山 を 越え る 。 宮福線 は 全線 が 電化 さ れ て い る が 、 北 近畿 タンゴ 鉄道 は 電車 を 所有 し て い な い こと から 、 普通 列車 ( 快速 含 む ) は 、 下り 3 本 と 上り 2 本 を 除 き 気動 車 で 運行 さ れ て い る 。 路線 距離 ( 営業 キロ ) : 30 . 4 km 軌間 : 10 67 mm 駅数 : 14 駅 ( 起終点 駅 含 む ) 複線 区間 : なし ( 全線 単線 ) 電化 区間 : 全線 ( 直流 1500 V ) 閉塞 ( 鉄道 ) : 特殊 自動 閉塞 式 ( 軌道 回路 検知 式 ) 認可 最高 速度 : 130km / h 京都 駅 ・ 新 大阪 駅 方面 から 特別 急行 列車 が 宮福線 を 経由 し て 北 近畿 タンゴ 鉄道 宮津 線 に 直通 運転 さ れ て い る 。 運行 列車 と 使用 車両 は 以下 の 通り 。 西 日本 旅客 鉄道 ( JR 西 日本 ) 特急 「 はしだて ( 列車 ) 」 ( 京都 ~ 天橋立 駅 ) 国鉄 183 系 電車 特急 「 文殊 ( 列車 ) 」 ( 新 大阪 ~ 天橋 立 ) 183 系 電車 北 近畿 タンゴ 鉄道 特急 「 タンゴ エクスプローラー 」 ( 新 大阪 ~ 豊岡 駅 ( 兵庫 県 ) ) 北 近畿 タンゴ 鉄道 KTR001 形 気動 車 ( 西 舞鶴 運転 区 所属 ) 特急 「 タンゴ ディスカバリー 」 ( 京都 ~ 福知 山 ~ 豊岡 、 久美浜 ~ 豊岡 間 快速 列車 扱い あり ) 北 近畿 タンゴ 鉄道 KTR8000 形 気動 車 ( 2008 年 3 月 15 日 から 宮福 線 経由 に 変更 ) 普通 列車 は 、 基本 的 に 線内 のみ の 運行 ( ほぼ 毎時 1 本 程度 ) で 、 北 近畿 タンゴ 鉄道 MF 100 ・ 200 形 気動 車 ( 福知 山 運転 支区 所属 ) が 使用 さ れ て い る が 、 一部 に 宮津 線 に 直通 する 列車 も 設定 さ れ て い て お り 、 その 場合 は 北 近畿 タンゴ 鉄道 KTR 70 0 ・ 8 0 0 形 気動 車 ( 西 舞鶴 運転 区 所属 ) も 使用 さ れ て い る 。 快速 ・ 普通 列車 に お い て も 、 JR 西 日本 の 車両 が 乗り入れ の 形 で 運行 さ れ る こと が あ る 。 福知山 駅 に お い て は 、 JR ホーム で の 発着 と な る 。 福知山 ~ 宮津 ・ 天橋 立間 の 快速 下り 2 本 ・ 上り 1 本 は 「 はしだて 」 ・ 「 文殊 」 の 送り込み 運用 の ため 183 系 電車 が 使用 さ れ る 。 特急 列車 は 運行 形態 を 参照 。 自社 車両 北 近畿 タンゴ 鉄道 MF 100 ・ 200 形 気動 車 北 近畿 タンゴ 鉄道 KTR 70 0 ・ 8 0 0 形 気動 車 JR 西 日本 車両 ( 福知 山 電車 区 所属 ) 国鉄 113 系 電車 、 国鉄 115 系 電車 ( 223 M ・ 224 M ) 日 に よ っ て 、 113 系 か 115 系 どちら か で 運行 さ れ る 。 ワン マン 運転 が 可能 な 車両 だ が 、 223 M ・ 224 M に お い て の ワン マン 運転 は な い 。 183 系 電車 ( 80 1 M ・ 80 5 M ・ 83 2 M ) 特急 列車 の 回送 を 兼ね た もの 。 一部 の 車両 の み 乗車 可能 ( 80 1 M は 7 号 車 のみ 、 80 5 M ・ 83 2 M は 2 号 車 の み 乗車 可 。 ただし 80 5 M は 2・ 3 号 車 乗車 可 の 日 あり ) で 、 グリーン 車 の 設定 は な い 。 福知 山 と 宮津 を 結 ぶ 鉄道 計画 は 古く から あ り 、 1887 年 ( 明治 20 年 ) に は 関西 鉄道 が 由良 を 経 る 経路 で 測量 する が 、 実現 し な かっ た 。 1892 年 ( 明治 25 年 ) に は 宮津 側 で 敷設 運動 が 起 る が 、 実現 し な かっ た 。 他方 、 北丹 鉄道 が 福知 山 ~ 河守 間 を 1923 年 ( 大正 12 年 ) に 開業 さ せ て い た 。 しかし 河守 駅 以北 の 建設 は 資金 難 から 断念 さ れ 、 日本 鉄道 建設 公団 が 宮守 線 と し て 計画 を 引き継 い だ 。 北丹 鉄道 は 経営 悪化 に よ り 1971 年 ( 昭和 46 年 ) に 休止 、 1974 年 に 廃止 と な っ た ため 、 福知 山 ~ 河守 ( 大江 ) 間 も 鉄道 建設 公団 が 建設 する こと に な り 宮福線 と し て 工事 が 続け られ た が 、 1980 年 ( 昭和 55 年 ) の 日本 国 有 鉄道 経営 再建 促進 特別 措置 法 施行 に よ り 工事 は 中断 さ れ た 。 その 後 、 第 三 セクター の 宮福 鉄道 ( 現在 の 北 近畿 タンゴ 鉄道 ) が 1982 年 ( 昭和 57 年 ) に 設立 さ れ 、 1983 年 ( 昭和 58 年 ) に 工事 再開 、 1988 年 ( 昭和 63 年 ) 7 月 に 宮福線 と し て 開業 し 悲願 が 達成 さ れ た 。 これ に よ り 、 京都 ・ 大阪 から 宮津 ・ 天橋立 へ 向か う 直通 ルート が 出来 た こと で 北 近畿 の 鉄道 事情 が 大き く 改善 さ れ た ( 従来 は 、 たとえば 京都 → 天橋 立 の 移動 は 、 綾部 駅 と 西 舞鶴 駅 で 二 度 の スイッチ バック を 伴 う こと な り 、 時間 的 ・ 心理 的 な 遠 さ が 存在 し た ) 。 1988 年 ( 昭和 63 年 ) 7 月 16 日 福知山 ~ 宮津 間 が 開業 。 1993 年 ( 平成 5 年 ) 4 月 16 日 宮津 ~ 天橋 立間 鉄道 電化 ・ 高速 化 事業 の 基本 計画 及び 鉄道 施設 変更 認可 申請 する 。 5 月 13 日 福知山 ~ 宮津 間 鉄道 電化 ・ 高速 化 事業 事業 基本 計画 変更 が 認可 さ れ る 。 5 月 14 日 福知山 ~ 宮津 間 鉄道 電化 ・ 高速 化 事業 鉄道 施設 変更 が 認可 さ れ る 。 6 月 10 日 福知山 ~ 宮津 間 鉄道 電化 ・ 高速 化 事業 工事 実 地 計画 の 指示 、 及び 鉄道 整備 基金 事業 が 認定 さ れ る 。 7 月 21 日 福知山 ~ 宮津 間 鉄道 電化 ・ 高速 化 事業 起工 式 を 行 う 。 1996 年 ( 平成 8 年 ) 3 月 16 日 福知山 ~ 宮津 間 が 電化 。 +宮津 線 ( みやづせん ) は 、 京都 府 舞鶴 市 の 西舞鶴 駅 から 宮津 市 の 宮津 駅 を 経由 し て 兵庫 県 豊岡 市 の 豊岡 駅 ( 兵庫 県 ) に 至 る 北 近畿 タンゴ 鉄道 の 鉄道 路線 で あ る 。 丹後半島 の 付け根 を 通り 、 日本 三景 の 天橋 立 など へ の 観光 の 足 と な っ て い る 。 路線 距離 ( 営業 キロ ) : 83 . 6 km 軌間 : 10 67 mm 駅数 : 19 駅 ( 起終点 駅 含 む ) 複線 区間 : なし ( 全線 単線 ) 電化 区間 : 宮津 ~ 天橋 立間 電化 ( 直流 1500 V ) 西 舞鶴 ~ 宮津 間 、 天橋 立 ~ 豊岡 間 非 電化 閉塞 ( 鉄道 ) : 特殊 自動 閉塞 式 ( 電子 符号 照査 式 ) 最高 速度 : 85 km / h 沿線 に 観光 地 を 数 多 く 控え て い る こと から 、 観光 輸送 の ため 多く の 優等 列車 が 設定 さ れ て い る 。 北 近畿 タンゴ 鉄道 宮 福線 を 経由 し て 京都 駅 ・ 新 大阪 駅 方面 と 特別 急行 列車 が 直通 運転 さ れ て い る 。 運行 列車 と 使用 車両 は 以下 の 通り 。 なお 、 舞鶴 線 西 舞鶴 経由 で も 京都 方面 と の 優等 列車 が 設定 さ れ て い た が 、 2008 年 3 月 15 日 の ダイヤ 改正 で 宮福 線 経由 に 変更 さ れ 、 西 舞鶴 ~ 宮津 間 は 快速 ・ 普通 列車 のみ の 運転 と な っ た 。 宮福線 経由 特急 「 はしだて ( 列車 ) 」 ( 京都 ~ 天橋 立 ) 国鉄 183 系 電車 特急 「 文殊 ( 列車 ) 」 ( 新 大阪 ~ 天橋 立 ) 183 系 電車 特急 「 タンゴ エクスプローラー 」 ( 新 大阪 ~ 宮津 ・ 豊岡 、 宮津 ~ 西舞鶴間 快速 ・ 普通 列車 扱い あり ) KTR001 形 気動 車 ( 2005 年 6 月 19 日 から 2007 年 3 月 17 日 まで は 、 KTR8000 形 気動 車 で 運転 し て い た ) 特急 「 タンゴ ディスカバリー 」 ( 京都 ~ 福知 山 ~ 豊岡 駅 ( 兵庫 県 ) 、 久美浜 ~ 豊岡 間 快速 列車 扱い あり ) 北 近畿 タンゴ 鉄道 KTR8000 形 気動 車 ( 2005 年 6 月 19 日 から 2007 年 3 月 17 日 まで は 、 編成 の 一部 を 北 近畿 タンゴ 鉄道 KTR001 形 気動 車 で 運転 し て い た 。 2008 年 3 月 15 日 から 宮福 線 経由 に 変更 ) この ほか 、 天橋 立 駅 で 宮福 線 経由 の 特急 に 接続 する 特急 「 タンゴ ディスカバリー 」 が 天橋 立 ~ 豊岡 間 に 運転 さ れ て い る 。 周辺 の 各 接続 路線 が 電化 さ れ た 一方 、 宮津 線 内 の 電化 区間 は 宮津 ~ 天橋 立間 だけ で あ る の で 、 電化 区間 だけ を 走 る 西 日本 旅客 鉄道 ( JR 西 日本 ) の 特急 「 はしだて 」 ・ 「 文殊 」 は 電車 、 非 電化 区間 に またが っ て 走 る 特急 「 タンゴ ディスカバリー 」 ・ 「 タンゴ エクスプローラー 」 に は 自社 の 気動 車 が 使用 さ れ て い る 。 普通 列車 は 、 宮津 駅 、 天橋 立 駅 で の 特急 接続 を 考慮 し た ダイヤ と な っ て い て 、 1 ~ 2 時間 に 1 本 運行 さ れ て い る 。 また 、 観光 型 列車 と し て 西 舞鶴 ~ 天橋 立間 に 快速 「 タンゴ 浪漫 号 」 、 土曜 ・ 休日 に は 一部 の 普通 列車 が 「 タンゴ 悠遊 号 」 と し て 運転 さ れ る 。 特急 列車 は 運行 形態 を 参照 北 近畿 タンゴ 鉄道 KTR 70 0 ・ 8 0 0 形 気動 車 北 近畿 タンゴ 鉄道 MF 100 ・ 200 形 気動 車 ( 極稀 に ) 北 近畿 タンゴ 鉄道 KTR001 形 気動 車 ( 617 D ・ 650 D ) タンゴ エクスプローラー 号 の 、 西 舞鶴 ~ 宮津 間 の 回送 を 兼ね た もの 北 近畿 タンゴ 鉄道 KTR8000 形 気動 車 ( 615 D ・ 619 D ・ 663 D ・ 611 D ・ 667 D ・ 614 D ・ 664 D ( 96 64 D ) ・ 67 2 D ( 96 72 D ) ) 国鉄 183 系 電車 ( 宮津 ~ 天橋 立間 ) 蒸気 機関 車 - 1972 年 10 月 1日 で 運用 終了 。 宮津 線 は 、 京都 府 内 の 日本 国 有 鉄道線 で は 最後 の 蒸気 機関 車 運転 区間 だっ た 。 国鉄 96 00 形 蒸気 機関 車 - 西 舞鶴 駅 から 網野 駅 まで ( 一部 の 列車 は 、 舞鶴 線 経由 、 山陰 本 線 綾部 駅 まで ) の 運転 で 、 区間 貨物 列車 や 春 の 「 チューリップ 号 」 ・ 夏 の 「 はしだて ビーチ 」 ( 天橋 立 駅 まで ) の 専用 牽引 機 だっ た 。 国鉄 C 58 形 蒸気 機関 車 - 小浜 線 と 共通 運用 ・ 全 区間 国鉄 96 00 形 蒸気 機関 車 は 、 西 舞鶴 機関 区 ( 現 ・ 北 近畿 タンゴ 鉄道 西 舞鶴 運転 区 ) 所属 、 他 は 豊岡 機関 区 ( 現 JR 西 日本 豊岡 鉄道 部 ) 所属 ( 貨物 列車 は 西舞鶴 区 、 旅客 列車 は 豊岡 区 の 担当 だっ た ) 気動 車 - 一般 型 車両 は 福知 山 機関 区 ( 現 ・ JR 西 日本 福知山 運転 所 ) 所属 、 特急 型 の キハ 82 系 ・ キハ 181 系 は 向日 町 運転 所 ( 現 ・ JR 西 日本 京都 総合 運転 所 ) 所属 。 国鉄 キハ 10 系 気動 車 - 中 舞鶴 線 ( 1972 年 11 月 1日 で 廃止 ) と 共通 運用 。 現 ・ 廃車 国鉄 キハ 20 系 気動 車 国鉄 キハ 55 系 気動 車 国鉄 キハ 58 系 気動 車 国鉄 キハ 40 系 気動 車 ( 2 代 ) 国鉄 キハ 80 系 気動 車 国鉄 キハ 181 系 気動 車 元々 は 日本 国 有 鉄道 が 運営 する 路線 で あ っ た が 、 日本 国 有 鉄道 経営 再建 促進 特別 措置 法 の 規定 に よ り 特定 地方 交通 線 ( 第 3 次 ) に 指定 さ れ 、 西 日本 旅客 鉄道 を 経 て 、 1990 年 4 月 1日 から 北 近畿 タンゴ 鉄道 が 承継 し た もの で あ る 。 本 路線 を 最後 に 、 特定 地方 交通 線 の 転換 は 終結 し た 。 1924 年 ( 大正 13 年 ) 4 月 12 日 - 宮津 線 舞鶴 ( 現在 の 西 舞鶴 駅 ) ~ 宮津 間 ( 15 . 5 マイル ≒ 2 4 . 94 km ) が 開業 。 四 所 駅 、 東雲 駅 、 丹後 由良 駅 、 栗田 駅 、 宮津 駅 が 開業 。 1925 年 ( 大正 14 年 ) 7 月 31 日 - 宮津 ~ 丹後 山田間 ( 6 . 8 M ≒ 10 . 9 4 km ) が 延伸 開業 。 天橋立 駅 、 岩滝口 駅 、 丹後 山田 駅 ( 現在 の 野田川 駅 ) が 開業 。 11 月 3 日 - 丹後 山田 ~ 峰山間 ( 7 . 8 M ≒ 12 . 55 km ) が 延伸 開業 。 口 大野 駅 ( 後 の 丹後 大宮 駅 ) 、 峰山 駅 が 開業 。 1926 年 ( 昭和 元年 ) 12 月 25 日 - 峰山 ~ 網野間 ( 4 . 5 M ≒ 7 . 24 km ) が 延伸 開業 。 網野 駅 が 開業 。 1929 年 ( 昭和 3 年 ) 12 月 15 日 - 峰豊 線 ( みね と よせん ) 豊岡 ~ 久美浜 間 ( 7 . 4 M ≒ 1 1 . 9 1 km ) が 開業 。 但馬 三江 駅 、 久美浜 駅 が 開業 。 1930 年 ( 昭和 5 年 ) 4 月 1日 - 営業 距離 の 単位 を マイル から メートル に 変更 ( 宮津 線 3 4 . 6 M → 55 . 7 km 、 峰豊 線 7 . 4 M → 1 1 . 9 km ) 。 1931 年 ( 昭和 5 年 ) 5 月 25 日 - 宮津 線 網野 ~ 丹後 木津 間 ( 5 . 6 km ) が 延伸 開業 。 丹後 木津 駅 ( 現在 の 木津 温泉 駅 ) が 開業 。 1932 年 ( 昭和 6 年 ) 8 月 10 日 - 丹後 木津 ~ 久美浜 間 ( 10 . 8 km ) が 開業 し 全通 。 新規 開業 区間 と 峰豊 線 を 宮津 線 に 編入 。 丹後 神野 駅 が 開業 。 1944 年 ( 昭和 19 年 ) 1 月 20 日 - 西 舞鶴 ~ 四 所 間 に 高野 信号 場 を 開設 。 4 月 1日 - 舞鶴 駅 を 西 舞鶴 駅 に 改称 。 1946 年 ( 昭和 21 年 ) 1 1 月 21 日 - 高野 信号 場 廃止 。 1957 年 ( 昭和 32 年 ) 6 月 22 日 - 丹後 神崎 駅 が 開業 。 1962 年 ( 昭和 37 年 ) 3 月 1日 - 甲山 駅 が 開業 。 1963 年 ( 昭和 38 年 ) 5 月 25 日 - 口 大野 駅 を 丹後 大宮 駅 に 改称 。 1972 年 ( 昭和 47 年 ) 10 月 1日 - 山陰 本 線 綾部 ( 舞鶴 線 経由 ) ・ 西 舞鶴 ~ 網野 間 で 京都 府 内 の 国鉄線 で 最後 の 蒸気 機関 車 運転 、 西 舞鶴 機関 区 ( 現 ・ 北 近畿 タンゴ 鉄道 西 舞鶴 運転 区 ) 所属 の 国鉄 96 00 形 蒸気 機関 車 蒸気 機関 車 を 使用 。 1985 年 ( 昭和 60 年 ) 3 月 14 日 - 貨物 営業 廃止 。 1987 年 ( 昭和 62 年 ) 2 月 3 日 - 国鉄 宮津 線 廃止 承認 ( 特定 地方 交通 線 第 3 次 最終 指定 廃止 対象 ) 4 月 1日 - 国鉄 分割 民営 化 に よ り 西 日本 旅客 鉄道 が 承継 。 1988 年 ( 昭和 63 年 ) 4 月 7 日 - 第 三 セクター 鉄道 へ の 転換 を 決定 。 6 月 22 日 - 宮福 鉄道 ( 現 ・ 北 近畿 タンゴ 鉄道 ) 第 6 回定 時 株主 総会 開催 。 この 中 で 、 「 転換 計画 」 合意 決定 時 に は 宮津 線 の 運営 を 引き受け する こと を 決議 する 。 宮津 線 特定 地方 交通 線 対策 協議 会 第 4 回 会議 開催 。 この 中 で 、 宮津 線 の 代替 輸送 事業 者 と し て 、 宮福 鉄道 が 運営 を 引き継 ぐ こと 等 を 内容 と する 「 転換 計画 」 を 全会 一致 で 合意 決定 する 。 1990 年 ( 平成 2 年 ) 4 月 1日 - JR 西 日本 宮津 線 ( 8 4 . 0 km ) 廃止 、 北 近畿 タンゴ 鉄道 宮津 線 ( 83 . 6 km ) 開業 。 丹後 山田 駅 を 野田 川 駅 に 、 丹後 木津 駅 を 木津 温泉 駅 に 改称 。 1992 年 ( 平成 4 年 ) 1 月 10 日 - 列車 無線 運用 開始 。 1993 年 ( 平成 5 年 ) 4 月 16 日 - 宮津 ~ 天橋 立間 鉄道 電化 ・ 高速 化 事業 の 基本 計画 及び 鉄道 施設 変更 認可 申請 。 5 月 13 日 - 基本 計画 変更 認可 。 5 月 14 日 - 鉄道 施設 変更 認可 。 6 月 10 日 - 工事 実 地 計画 の 指示 、 鉄道 整備 基金 事業 認定 。 7 月 21 日 - 電化 ・ 高速 化 事業 の 起工 式 開催 。 1996 年 ( 平成 8 年 ) 3 月 16 日 - 宮津 ~ 天橋 立間 が 電化 。 西 日本 旅客 鉄道 の 電車 特急 「 はしだて 」 ・ 「 文殊 」 が 運転 開始 。 2008 年 ( 平成 20 年 ) 3 月 - 円山 川 橋 梁 架け 替え 工事 開始 。 野田川 駅 ( 丹後 山田 駅 ) : 加悦 鉄道 +天橋 立 鋼索 鉄道 ( あまの はしだて こうさく てつどう ) は 、 京都 府 宮津 市 の 府中 駅 から 傘松 駅 に 至 る 丹後 海陸 交通 の ケーブル カー 路線 。 天橋立 ケーブル カー 、 傘松 ケーブル と も 呼 ば れ て い る 。 北 近畿 タンゴ 鉄道 北 近畿 タンゴ 鉄道 宮津 線 の 天橋 立 駅 から 日本 三景 の 天橋立 を 経 て 成相 山 成相 寺 へ 至 る 参詣 ルート の 途中 に あ る 。 索道 が 併設 し て あ り 乗車 券 は 共通 と な っ て い る 。 路線 データ 路線 距離 ( 営業 キロ ) : 0 . 4 km 軌間 : 10 67 mm 駅数 : 2 駅 高低 差 : 130 m 最急 勾配 : 46 1 パーミル 最緩 勾配 : 78 & permil 運行 形態 15 分 間隔 の 運行 で 所要 時間 は 4 分 。 時期 に よ り 営業 時間 が 変わ る 。 1 月 、 2 月 、 12 月 800 ~ 1630 3 月 、 11 月 800 ~ 1700 4 月 、 5 月 、 6 月 、 9 月 、 10 月 、 7 月 1日 ~ 7 月 19 日 、 8 月 21 ~ 8 月 31 日 800 ~ 1730 7 月 20 日 ~ 8 月 20 日 800 ~ 1800 歴史 1927 年 ( 昭和 2 年 ) 8 月 13 日 成相 電気 鉄道 が 府中 ~ 傘松 間 を 開業 。 1927 年 ( 昭和 2 年 ) 12 月 22 日 天橋 立 鋼索 鉄道 に 社名 変更 。 1944 年 ( 昭和 19 年 ) 2 月 11 日 不要 不急線 と し て 廃止 。 1951 年 ( 昭和 26 年 ) 8 月 12 日 丹後 海陸 交通 に よ り 府中 ~ 傘松 間 が 再 開業 。 駅 一覧 府中 駅 - 傘松 駅 府中 駅 は 勾配 が 78 & permil と 、 粘着 式 鉄道 で あ る 箱根 登山 鉄道 箱根 登山 鉄道 鉄道 線 の 最急 勾配 区間 ( 80 & permil ) より も 緩斜 面 で 、 その ため ホーム は 階段 状 で は な く スロープ と な っ て い る 。 接続 路線 府中 駅 : 北 近畿 タンゴ 鉄道 北 近畿 タンゴ 鉄道 宮津 線 の 天橋 立 駅 から 丹後 海陸 交通 バス また は 同社 観光 船 利用 。 もしくは 天橋 立 を 徒歩 。 +日吉 駅 ( ひよし えき ) は 、 京都 府 南丹 市 日吉町 ( 京都 府 ) に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 鉄道 駅 。 旧 日吉 町 の 中心 駅 で あ っ た 。 通勤 利用 客 向け に 、 朝夕 は 特急 列車 の 一部 が 停車 する 。 駅 構造 島式 1 面 2 線 プラットホーム を 持 つ 、 行違 い 可能 な 地上 駅 で あ る 。 駅舎 は 南丹 市 日吉町 の 交流 センター と の 合築 と な っ て お り 、 ホーム 福知 山 寄り から 構内 踏切 で 繋が っ て い る 。 簡易 委託 駅 で 旧 駅舎 時代 から 引き続 き キヨスク が 営業 し て い る 。 1 番 のりば の 福知 山寄り が 一線 スルー と な っ て い る が 、 1 番 のりば は 主 と し て 特急 の 通過 に 使 わ れ 、 停車 列車 は 主に 2 番 のりば に 停車 する 。 1 番 のりば へ の 停車 が あ る の は 普通 列車 同士 の 行違い の 時 や 、 上 り 停車 特急 に 限 ら れ る 。 利用 状況 2006 年度 の 1 日 あたり の 乗車 人員 は 約 375 人 で あ る 。 ( 京都 府 統計 書 より ) 駅 周辺 南丹 市 役所 日吉 支所 南丹 市立 殿田 小 学校 南丹 市立 殿 田 中 学校 日吉 郵便 局 京都 府道 50 号 京都 日吉 美山 線 歴史 1910 年 ( 明治 43 年 ) 8 月 25 日 - 日本 国 有 鉄道 の 殿田 駅 ( と のだ えき ) と し て 開業 。 客貨 取扱 を 開始 。 1984 年 ( 昭和 59 年 ) 1 月 21 日 - 貨物 取扱 を 廃止 。 1987 年 ( 昭和 62 年 ) 4 月 1日 - 国鉄 分割 民営 化 に よ り 、 JR 西 日本 の 駅 と な る 。 1996 年 ( 平成 8 年 ) 3 月 16 日 - 日吉 駅 に 改称 。 隣 の 駅 ※ 当駅 に 一部 が 停車 する 特急 「 たんば ( 列車 ) 」 「 はしだて ( 列車 ) 」 「 まいづる ( 列車 ) 」 ( 「 たんば 」 は 上 り 、 「 はしだて 」 は 下り のみ ) の 停車 駅 は 各 列車 記事 を 参照 の こと 。 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本 線 船岡 駅 ( 京都 府 ) - 日吉 駅 - 鍼灸 大学 前 駅 ここ から 福井 県 小浜 市 の 小浜 駅 へ 向か う 小鶴 線 を 分岐 さ せ る 計画 が あ っ た 。 +胡麻駅 ( ごま えき ) は 、 京都 府 南丹 市 日吉町 ( 京都 府 ) に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本線 の 鉄道 駅 。 一部 の 特急 列車 が 停車 し 、 また 当駅 折り返し の 列車 も 多 く 設定 さ れ て い る 。 さらに 昼間 時 に は 特急 の 待避 駅 通過 追越 に よ り 、 発車 まで は 10 分 以上 かか る 。 駅 構造 単式 ・ 島式 の 複合 型 2 面 3 線 の プラットホーム を 持 つ 地上 駅 。 駅舎 は あ る が 無人 駅 と な っ て お り 、 駅舎 内 に 自動 券 売 機 が 設置 さ れ て い る 。 駅舎 に 面 し た 単式 ホーム が 1 番線 で 、 島式 の 2・ 3 番 線 へ は 跨 線 橋 で 連絡 し て い る 。 1 番線 が 一線 スルー と な っ て お り 、 特急 は 全て 1 番線 を 通 る 。 普通 列車 も 行違い が な い 場合 は 1 番 線 に 入 る が 、 前述 し た 通り 昼間 時 は 当駅 で 特急 通過 待ち ・ 行違い が あ る ため 、 1 番線 発着 は 朝 と 夕方 以降 のみ に 限 ら れ る 。 なお 、 園部 方面 から の 折返 し 列車 は 、 3 番線 で 折り返 す 。 利用 状況 2006 年度 の 1 日 あたり の 乗車 人員 は 約 400 人 で あ る 。 ( 京都 府 統計 書 より ) 駅 周辺 郷 の 駅   胡麻屋 ( ごま や ・ 駅前 ) クランベール 京都 ゴルフ 倶楽部 丸山 南丹 市立 胡 麻郷 小 学校 かやぶき 音楽 堂 ( 毎年 春 と 秋 の ザイラー 公演 時 は 、 行き 帰り に あわせ て 特急 が 数本 臨時 停車 する 。 ) 京都 府道 50 号 京都 日吉 美山 線 歴史 1910 年 ( 明治 43 年 ) 8 月 25 日 - 日本 国 有 鉄道 の 駅 と し て 開業 。 客貨 取扱 を 開始 。 1963 年 ( 昭和 38 年 ) 3 月 1日 - 貨物 取扱 を 廃止 。 1987 年 ( 昭和 62 年 ) 4 月 1日 - 国鉄 分割 民営 化 に よ り 、 JR 西 日本 の 駅 と な る 。 隣 の 駅 ※ 当駅 に 一部 が 停車 する 特急 「 たんば ( 列車 ) 」 「 きのさき ( 列車 ) 」 「 まいづる ( 列車 ) 」 ( 「 たんば 」 は 下り 、 「 きのさき 」 は 上り のみ ) の 停車 駅 は 各 列車 記事 を 参照 の こと 。 西 日本 旅客 鉄道 ( JR 西 日本 ) 山陰 本 線 鍼灸 大学 前駅 - 胡麻 駅 - 下山 駅 ( 京都 府 ) +蹴上 駅 ( けあげ えき ) は 、 京都 市 東山 区 に あ る 、 京都 市営 地下 鉄 東西線 の 鉄道 駅 。 駅 番号 は T 09 。 他 の 東西 線 の 駅 と 同様 、 複線 島式 ホーム で 、 プラットホーム 安全 対策 が 設置 さ れ て い る 。 東西 線 の 駅 は 駅 ごと に ステーション カラー が 制定 さ れ て い る が 、 蹴上 駅 の ステーション カラー は 菫 ( すみれ ) 色 。 地下 4 階 に ホーム が あ る 。 エレベーター は 三菱 製 で 、 ホーム へ の エレベーター は ストレッチャー 対応 で 、 ホーム ( 地下 4 階 ) と コンコース ( 地下 1 階 ) に 停止 する が 、 その 間 に 中間 階 が 2 ヶ所 あ る 。 ボタン も あ る が 、 何 も 書 か れ て お ら ず 、 押 し て も 止ま ら な い と の 音声 が 流れ る 。 地上 へ の 出口 は 2 ヶ所 。 風致 地区 に 設定 さ れ て お り 、 出入り口 は レンガ 調 の タイル 仕上げ に な っ て い る 。 岡崎 公園 周辺 や 東山 山麓 の 観光 拠点 と し て 利用 さ れ て い る 。 また 付近 に 東山 高校 が あ り 、 男子 高校 生 の 利用 が 多 い 。 午前 8 時 前後 は 利用 者 の 8 割 が 東山 中学 高校 の 学生 で あ る 。 京都 盆地 の 東端 、 東山 ( 京都 府 ) の 山麓 に 位置 する 。 北西 方向 は 市街 地 で あ る が 、 南東 方向 に は 東海道 ( 三条 通 ) が 山 を 越え て い く のみ で あ る 。 ウェスティン 都 ホテル 京都 南禅 寺 琵琶 湖 疏水 琵琶 湖 疏水 記念 館 インクライン ねじり マンポ ( レンガ 造り の 一風 変わ っ た トンネル ) 蹴上 発電 所 ( 日本 最初 の 水力 発電 所 ) 蹴上 浄 水場 九条 山 浄 水場 禅林 寺 ( 京都 市 ) ( 永観堂 ) 無鄰 庵 東山 高等 学校 京都 市 国際 交流 会館 京都 市 動物 園 ほか - - 東山 駅 ( 京都 府 ) に 近接 し て い る が 当駅 から も アクセス 可能 。 日向 大 神宮 京都 市 交通 局 の 蹴上 駅 と し て は 、 京都 市 電蹴 上線 の 蹴上 駅 に 次 ぐ 2 代 目 の 駅 で あ る 。 また 、 京阪 京津 線 の 蹴上 駅 は 現在 の 地下 鉄 駅 より 交差 点 を はさ ん で 西側 に あ っ た 。 1997 年 10 月 12 日   東西 線 醍醐ー 二 条 間 開業 に 伴 い 設置 。 2007 年 4 月 1日 - PiTaPa 使用 開始 。 駅 施設 は 第 三 セクター で あ る 京都 高速 鉄道 株式 会社 が 建設 。 ( 詳し く は 京都 市営 地下 鉄 東西線 の 歴史 の 項 を 参照 ) 京都 市営 地下 鉄 ■ 東西 線 御陵 駅 ( T 0 8 ) - 蹴上 駅 ( T 09 ) - 東山 駅 ( 京都 府 ) ( T 10 ) +三条 駅 ( さんじょう えき ) は 、 京都 府 京都 市 東山 区 五 軒 町 に あ る 、 京阪 電気 鉄道 の 鉄道 駅 。 駅 ホーム の カラー リング は 橙色 。 これ は 抵抗 器 の 抵抗 値 を 表 す カラー コード で 「 3 」 を 意味 する 。 かつて 京阪 電鉄 で は 、 自社 や 京都 の ターミナル 駅 で あ る こと を 強調 する ため 、 「 京都 三条 駅 」 ・ 「 三条 京都 駅 」 と 呼 ん で い た こと も あ っ た 。 三条 京阪 と い う 名称 で 親し ま れ て お り 、 京都 市営 地下 鉄 東西線 や バス ターミナル で は この 名称 で 示 さ れ て い る 。 京阪 電気 鉄道 京阪本 線 京阪 鴨 東 線 両線 と も 当駅 が 終着 で あ る が 、 当駅 を 介 し て 一体 の ダイヤ が 組 ま れ て い る ため 、 事実 上 途中 駅 と な っ て い る 。 なお 、 以下 の 路線 と も 地下 通路 で 連絡 し て い る 。 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 ( 三条 京阪 駅 ) 駅 構造 待避 設備 を 備え た 配置 2 面 4 線 の ホーム を 持 つ 地下 駅 で 、 京都 市 の 中心 部 に あ る 七条 駅 ~ 出町 柳 駅 間 で は 最も 規模 が 大き い 。 改札 ・ コンコース は 地下 1 階 、 ホーム は 地下 2 階 に あ る 。 改札 口 は 北 改札 と 中央 改札 の 2 か所 。 地下 1 階 の 改札 内 に は 京 菓子 など の 土産 店 が あ る 。 身障 者 対応 エレベーター は 中央 口 南側 2 基 設置 さ れ 、 コンコース 地上 間 は 南北 2 つ の 駅 ビル の 中 に 設置 さ れ て い る 。 京都 市営 地下 鉄 東西線 「 三条 京阪 駅 」 と は 改札 外 の 連絡 通路 で 結 ば れ て い る 。 全 ホーム 8 両 編成 の 停車 が 可能 。 特急 ・ K 特急 は 全て 1 ・ 3 番 線 から 発車 する 。 発車 メロディ が 導入 さ れ て い る 。 周囲 は 飲食 店 が 多 く 、 夜 に な る と 若者 や サラリーマン 等 で 賑わ う 。 駅 周辺 駅 の 周辺 および バス のりば に つ い て は 三条 京阪 を 参照 。 歴史 三条 大橋 東詰 の 場所 に 駅 を 設け た の は 、 のち に 京阪 京津 線 と な る 京津 電気 軌道 が 先 で あ っ た 。 1912 年 ( 大正 元年 ) 8 月 15 日 京津 電気 軌道 ( 現在 の 京津 線 ) の 三条 大橋 駅 が 仮 開業 。 正式 な 開業 区間 は 古川 町 ( 後 の 東山 三条 駅 ) が 起点 で あ っ た が 、 実際 に は 三条 大橋 駅 を 起点 と し て 運行 さ れ て い た 。 道路 管理 者 の 京都 市 側 の 事情 で 三条 大橋 ~ 古川 町 は 仮 開業 と な る 。 場所 は 三条 通上 に あ っ た 。 1912 年 ( 大正 元年 ) 12 月 13 日 三 条 大橋 - 古川 町 に 特許 が 下り 、 正式 開業 と な る 。 1915 年 ( 大正 4 年 ) 10 月 27 日 京阪 電気 鉄道 の 三条 駅 開業 。 1923 年 ( 大正 12 年 ) 2 月 20 日 京津 電気 軌道 の 三条 大橋 駅 が 京阪 の 駅 の 横 に 移転 ( のち の 京津 三条 駅 ) 。 1925 年 ( 大正 14 年 ) 2 月 1日 京津 電気 軌道 が 京阪 電気 鉄道 に 合併 さ れ 、 同社 京津 線 と な る 。 1943 年 ( 昭和 18 年 ) 10 月 1日 会社 合併 に よ り 京阪神 急行 電鉄 ( 阪急 電鉄 ) の 駅 と な る 。 1949 年 ( 昭和 24 年 ) 12 月 1日 会社 分離 に よ り 京阪 電気 鉄道 の 駅 と な る 。 1949 年 ( 昭和 24 年 ) 1 1 月 25 日 京津 線 の 三 条 大橋 駅 を 京阪 本 線 三条 駅 と 統合 し 三条 駅 に 改称 。 1987 年 ( 昭和 62 年 ) 4 月 1日 京津 線 の 三条 駅 を 京津 三 条 駅 に 改称 。 1987 年 ( 昭和 62 年 ) 5 月 24 日 京阪本 線 三条 駅 地下 化 。 京津 線 と 分断 。 1988 年 ( 昭和 63 年 ) 9 月 1日 地下 駅 が 終日 全面 禁煙 化 さ れ る 。 1989 年 ( 平成 元年 ) 10 月 5 日 京阪 鴨 東線 ( 三条 - 出町 柳間 ) 開業 。 京阪本 線 と 京阪 鴨 東線 と の 相互 直通 運転 開始 。 1994 年 ( 平成 6 年 ) 3 月 21 日 京阪 線 の 駅 事務 所 にて 、 ファクシミリ サービス 開始 。 1997 年 ( 平成 9 年 ) 10 月 12 日 京津 線 京津 三 条 - 御陵間 廃止 に よ り 京津 三条 駅 廃止 。 2003 年 ( 平成 15 年 ) 8 月 コンコース に インフォー ステーション を 新設 。 2004 年 ( 平成 16 年 ) 1 月 24 日 コンコース に ATM 設置 使用 開始 。 2007 年 ( 平成 19 年 ) 6 月 22 日 機械 式 立体 駐輪 場 「 エコ ステーション 21 京阪 三 条 」 運用 開始 。 2007 年 ( 平成 19 年 ) 1 1 月 23 日 B 1 F コンコース に コンビニ 「 アンスリー 」 と ベーカリー ショップ 「 志津 屋 」 が オープン 。 地上 時代 は 三条 通 の 南 、 三条 大橋 東詰南 に 駅 施設 が あ っ た 。 京阪 線 の 地下 化 工事 が 始ま る 直前 ( 1978 年 頃 ) の 状況 を 記 す 。 京津線 で は 降車 ホーム に も 番号 が つ い て い た が 、 京阪 線 は 番号 が な かっ た 。 京阪 線 1 番 線 宇治 行き のりば 。 櫛形 で 降車 ホーム あり 。 かつて の 「 京阪 60 形 電車 」 直通 用 線路 の 片割れ で 、 延長 上 に 京津 線 の 7 、 8 番線 が あ っ た 。 有効 長 が 短 く 、 4 両 編成 まで しか 入線 でき な かっ た 。 2 番 線 特急 のりば 。 櫛形 で 反対 側 ( 降車 用 ) は 3 番 線 と 一体 の ホーム 。 3 番 線 急行 ・ 準急 のりば 。 4 番線 大阪 方面 普通 のりば 。 3 番線 と は 対向 する 形 。 もっとも 鴨川 寄り に あ っ た 。 ホーム 構造 の 関係 上 、 4 番 線 発着 列車 と 京津 線 と の 乗り換え に は 北端 を 迂回 し な けれ ば な ら な かっ た 。 2 番 線 と 3 番 線 の 間 に は 、 急行 の 乗客 の ため に 構内 踏切 が 設け られ て い た 。 特急 の 入線 中 は 、 特急 の 両方 の 扉 を 開 き 、 車内 を 通 っ て 3 番 線 に 行け る よう に な っ て い た 。 京津 線 - 平面 図 が 「 E 」 の 形 を し た 櫛形 ホーム で 、 真ん中 の ホーム が のりば だっ た 。 5 番 線 急行 ・ 準急 の 降車 用 ホーム 。 6 番 線 急行 ・ 準急 のりば 。 7 番 線 普通 のりば 。 「 びわ こ 号 」 直通 線 路 の 片割れ 。 8 番 線 普通 の 降車 用 ホーム 。 1 番線 と 7 番 線 の 間 の 線路 は 戦後 も 長 く 残 っ て い た ( 1961 年 に 京阪 線 ・ 京津 線 の 直通 営業 運転 終了 、 1965 年 過ぎ まで 京津 線 の 新車 の 回送 に 使用 ) が 、 1970 年 頃 に 撤去 さ れ 、 それぞれ の 端 に コンクリート 製 の 車止め が 設置 さ れ た 。 駅舎 全体 は 琵琶 湖 疏水 を 跨 い で 建て られ て お り 、 通路 から しぶき を 上げ て 流れ る 疏水 が 見え た 。 また 4 番線 の ホーム は 鴨川 の 河原 の 上 に 張り出 し て い た 。 駅 構内 に は 飲食 店 や みやげ物 店 が 軒 を 連ね る 一角 が あ り 、 ちょっと し た ターミナル の 様相 を 呈 し て い た 。 入口 は 高山 彦 九郎 像 の あ る 三条 大橋 側 と 、 京津 線 乗り場 に 近 い 若松 通縄手 通角 に 開 い た 南口 が あ っ た 。 タクシー 乗り 場 は 北口 、 バス のりば は 南口 に 面 し て い た 。 京津 線 の ホーム が 京津 三 条 駅 と し て 分離 さ れ て から は 6 番 線 が 1 番 線 、 7 番線 が 2 番 線 と な り 、 降車 用 ホーム の 番号 が なくな っ た 。 京津 線 の 駅跡 は 廃止 後 も しばらく 駅舎 が 放置 さ れ る 等 手付 か ず に な っ て い た が 、 再 開発 の 一環 と し て 2003 年 に ようやく 複合 商業 施設 「 KYOUEN 」 が 開業 し た 。 黒 を 基調 と し た 町屋 風 の 建物 で 、 京都 初 出店 の 店舗 が 多 く 入居 し て い る 。 京津 三 条 駅 に は 定期 券 の 発売 所 が な く 、 定期 券 を 求め る に は 地下 の 京阪 三 条 駅 の コンコース まで 行 く 必要 が あ っ た 。 京津 三条 駅 改札 の 西側 に 伝言 板 が 設置 さ れ て い た が チョーク 等 は 置 か れ て い な かっ た ( 1994 年 以前 は 未 確認 ) 。 京津 三 条 駅 から 京阪 本 線 へ 乗り換え る 際 は 1 枚 の 切符 で 可能 で あ っ た が 、 東西 線 開通 後 は 改めて 切符 を 買い なお す こと が 必要 に な っ た ( しかし 2007 年 4 月 1日 の PiTaPa 導入 で ある 程度 の 改善 は 図 ら れ た ) 。 本線 から 京津 線 ( 地下 鉄 東西線 ) へ の 乗り換え 案内 は 、 1980 年 代 頃 まで は 「 大津 、 石山 、 坂本 方面 」 、 1990 年頃 から 京津 三条 駅 廃止 ま で は 「 山科 、 大津 、 びわ 湖 方面 」 と 呼称 し て い た が 、 同駅 が 廃止 さ れ た 1997 年 から 2003 年 の 間 は 「 大津 、 びわ 湖 方面 と 、 地下 鉄 東西線 」 と 呼称 ( 山科 は 東西線 で 直接 行け る ため 抹消 さ れ た と 見 られ る 。 ) 。 現在 は 「 地下 鉄 東西 線 と 、 京津 線 ・ びわ 湖 方面 」 と 呼称 し て い る 。 大阪 方面 から の 当駅 折り返 し 列車 は 多数 設定 さ れ て い る が 、 三条 発出 町 柳行き 普通 列車 も 運用 の 都合 で 2 本 設定 さ れ て い る 。 ただし 、 出町 柳発 三 条 行 き 列車 は 設定 さ れ て い な い 。 大阪 方面 から の 当駅 折り返 し 列車 は 、 原則 と し て 丸太 町 寄り の 引上 線 に 入 っ て 折り返 す 。 ただし 、 鴨東 線 開業 前 の 三条 駅 終着 時代 の 名残 で 、 四条 寄り に 両渡り 線 が あ り 、 回送 列車 は この 渡り 線 を 使 っ て 折り返 す こと も あ る 。 2000 年 の ダイヤ 改正 まで は 大阪 方面 行き は 原則 と し て 3 番 線 が 特急 、 普通 ( 淀屋橋 駅 行 き ) 4 番 線 が 急行 、 普通 ( 宇治 駅 ( 京阪 ) 行き ) と 使い分け て い た 。 現在 で は 3 番 線 が 本線 で 4 番 線 が 待避 線 と な っ て い る 。 ( 始発 列車 は 基本 的 に 4 番 線 から 発車 ) 地下 化 から 鴨東 線 開業 まで は 1 番 線 が 急行 、 2 番 線 が 普通 ( 淀屋 橋 行き ) 、 3 番 線 が 普通 ( 宇治 行 き ) 、 4 番線 が 特急 と 平日 夕 ラッシュ 時 の 普通 ( 淀屋 橋 行き ) で あ っ た 。 ダイヤ が 乱れ た こと で 出町 柳ゆ き 列車 に 大幅 な 遅延 が 発生 し た 場合 、 一部 列車 の 運転 を 当駅 で 打ち切 り 、 その まま 当駅 始発 と し て 折り返 す こと で 後続 列車 と の 運用 を 入れ換え 、 ダイヤ の 回復 を 図 っ て い る 。 隣 の 駅 京阪 電気 鉄道 京阪本線 ・ 鴨東 線 ■ K 特急 ・ ■ 特急 四条 駅 ( 京阪 ) ( 京阪 本 線 ) - 三条 駅 - 出町 柳駅 ( 鴨東 線 ) ■ 急行 ・ ■ 準急 ・ ■ 普通 四条 駅 ( 京阪 本 線 ) - 三条 駅 - 丸太町 駅 ( 京阪 ) ( 鴨東 線 ) 京都 市営 地下 鉄 東西 線 三条 京阪 駅 - 東山 駅 ( 京都 府 ) 京津 線 ( 1997 年 廃止 ) 京津 三 条 駅 - 東山 三条 駅 +大河原 駅 ( おお かわら えき ) は 、 京都 府 相楽 郡 南山城村 大字 北 大河原 字 欠ケ原 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 関西 本線 の 鉄道 駅 。 2 面 2 線 の プラットホーム を 持 つ 交換 可能 駅 で 地上 駅 。 出発 信号 機 ・ 場内 信号 機 と も 一 方向 のみ の 設置 の ため 、 逆線 入線 は でき な い 。 駅舎 は 加茂 方面行 ホーム 側 に あ り 、 亀山 方面行 ホーム へ は 無蓋 の 跨線 橋 に て 連絡 し て い る 。 簡易 委託 駅 で 早朝 と 夕方 以降 は 無人 と な る 。 自動 券売 機 は 設置 さ れ て い な い 。 ※ 案内 上 の のりば 番号 は 割り当て られ て い な い 。 南山城 村 役場 南山城 郵便 局 やまなみ ホール 国道 163 号 木津川 ( 京都 府 ) 南山 城村 コミュニティバス ( 毎週 水曜 日 運行 ・ 無料 ) 大河原 方面 行き 野殿 ・ 童 仙房 方面 行き 1897 年 ( 明治 30 年 ) 1 1 月 11 日 - 伊賀 上野 駅 ~ 加茂 駅 ( 京都 府 ) 間 の 開通 時 に 、 関西 鉄道 の 駅 ( 鉄道 駅 一般 駅 ) と し て 開業 。 1907 年 ( 明治 40 年 ) 10 月 1日 - 関西 鉄道 が 鉄道 国有 法 。 1909 年 ( 明治 42 年 ) 10 月 12 日 - 鉄道 路線 の 名称 制定 に よ り 、 関西 本線 所属 と な る 。 1970 年 ( 昭和 45 年 ) 8 月 1日 - 貨物 営業 廃止 ( 鉄道 駅 旅客 駅 と な る ) 。 1987 年 ( 昭和 62 年 ) 4 月 1日 - 国鉄 分割 民営 化 に よ り 、 JR 西 日本 の 駅 と な る 。 西 日本 旅客 鉄道 関西 本 線 月ヶ瀬口 駅 - 大河原 駅 - 笠置 駅 +笠置 駅 ( かさぎ えき ) は 、 京都 府 相楽 郡 笠置 町 に あ る 、 西 日本 旅客 鉄道 ( JR 西 日本 ) 関西 本線 の 鉄道 駅 。 当駅 以東 は ICOCA ・ J スルー の 利用 可能 エリア から 外れ る ため 、 これ ら の カード ( ICOCA の 相互 利用 対象 で あ る Suica ( 東 日本 旅客 鉄道 ) ・ PiTaPa ( スルッと KANSAI 協議 会 ) も 含 む ) は 利用 でき な い 。 関西 本線 は 当駅 から 関駅 ( 三重 県 ) まで の 各駅 が 西 日本 旅客 鉄道 大阪 支社 亀山 鉄道 部 の 管轄 と な っ て い る 。 隣 の 加茂 駅 から は 大阪 支社 直轄 駅 と な る 。 1 面 2 線 の プラットホーム を 持 つ 地上 駅 で あ る 。 駅舎 側 に もう 1 本 貨物 用 の 路線 が 敷設 さ れ て い た 。 かつて は 奈良 方面 へ 笠置 始発 着 の 列車 も 設定 さ れ て い た 。 また 行楽 期 に は 準急 ( のち 急行 ) 「 かすが 」 の 臨時 停車 も 行 わ れ て い た 。 日本 国 有 鉄道 時代 に は 東京 から の 急行 「 大和 」 も 通過 し て お り 、 また ホーム 長 も 8 連 編成 に 対応 し て 旧 本線 時代 の 栄華 が 偲 ば れ る 。 ホーム の 基礎 は 関西 鉄道 時代 の 石組み 造り で あ る 。 また 跨線 橋 ・ 駅 本 屋 ・ 待合 室 等 も 関西 鉄道 時代 の 体面 を 保 ち 、 鉄道 情景 に 出 て き そう な 要素 を 含 ん だ 貴重 な 駅 で あ る 。 なお 駅舎 と ホーム は 跨線 橋 で 連絡 し て い る 。 また 、 早朝 ・ 夜間 は 無人 と な る 。 コイン ロッカー が 設置 さ れ て い る 。 笠置 温泉 笠置 郵便 局 京都 府 立 笠置 山 自然 公園 法 駅 南東 に 椿本 神社 ・ 後醍醐 天皇 行在 所 跡 の あ る 笠置 山 ( 京都 府 ) が あ る 。 木津川 ( 京都 府 ) を 挟 ん で 並行 に 、 南岸 に 関西 本線 、 北岸 に 国道 163 号 が あ る 。 北岸 に 笠置 町 役場 と 笠置 小 学校 が あ り 、 笠置 大橋 ( 京都 府道 ・ 奈良 県 道 4 号 笠置 山添線 ) が 南北 を 結 ん で い る 。 1897 年 ( 明治 30 年 ) 1 1 月 11 日 - 伊賀 上野 駅 ~ 加茂 駅 ( 京都 府 ) 間 の 開通 時 に 、 関西 鉄道 の 駅 ( 鉄道 駅 一般 駅 ) と し て 開業 。 1907 年 ( 明治 40 年 ) 10 月 1日 - 関西 鉄道 が 鉄道 国有 法 。 1909 年 ( 明治 42 年 ) 10 月 12 日 - 鉄道 路線 の 名称 制定 に よ り 、 関西 本線 所属 と な る 。 1962 年 ( 昭和 37 年 ) 10 月 1日 - 貨物 営業 廃止 ( 鉄道 駅 旅客 駅 と な る ) 。 1987 年 ( 昭和 62 年 ) 4 月 1日 - 国鉄 分割 民営 化 に よ り 、 JR 西 日本 の 駅 と な る 。 西 日本 旅客 鉄道 ( JR 西 日本 ) 関西 本 線 大河原 駅 ( 京都 府 ) - 笠置 駅 - 加茂 駅 ( 京都 府 ) +東海道 ( とうかいどう 、 うみつみち ) 五 畿 七 道 の 一 つ で 、 本州 太平 洋 側 の 中部 を 指 す 行政 区分 。 五 畿 七 道 の 東海道 を 通 る 幹線 道路 。 律令 制 時代 に 整備 さ れ た もの 。 江戸 時代 に 整備 さ れ た もの 。 五 街道 の 一 つ 。 行政 区画 と し て の 東海道 行政 区分 の 東海道 は 、 畿内 から 東 に 伸び る 、 本州 太平 洋 側 の 中部 を 指 し た 。 これ は 、 現在 の 三重 県 から 茨城 県 に 至 る 太平 洋 沿岸 の 地方 に 相当 する 。 伊賀 国 ( 三重 県 の 西部 ) 伊勢 国 ( 三重 県 の 中部 ) 志摩 国 ( 三重 県 の 東部 と 愛知 県 の 伊良子 岬 付近 ) 尾張国 ( 愛知 県 の 西部 ) 三河 国 ( 愛知 県 の 中部 と 東部 ) 遠江 国 ( 静岡 県 の 概ね 西部 ) 駿河 国 ( 静岡 県 の 概ね 中部 及び 富士 山 周辺 ) 伊豆 国 ( 伊豆 半島 及び 伊豆 諸島 ) 甲斐 国 ( 山梨 県 ) 相模 国 ( 神奈川 県 ) 武蔵 国 ( 東京 都 と 埼玉 県 、 神奈川 県 の 一部 。 初め は 東山道 ) 安房 国 ( 千葉 県 の 南部 ) 上 総 国 ( 千葉 県 の 中部 ) 下 総 国 ( 東京 都 の 隅田 川 東岸 、 千葉 県 の 北部 、 茨城 県 の 一部 ) 常陸 国 ( 茨城 県 ) 律令 制 の 東海道 は 、 東海道 の 諸国 の 国府 を 駅路 で 結 ぶ 物 で あ っ た 。 七道 の 一 つ で 、 五畿 七 道 の 中路 で あ る 。 律令 時代 の 東海道 の 道幅 は 、 中世 や 江戸 時代 の 物 より 広 く 、 直線 的 に 建設 さ れ た 。 中世 に 大半 が 廃れ た ため 、 正確 な 道筋 に つ い て は 議論 さ れ て い る が 、 以下 の 箇所 を 除 い て は 近世 の 東海道 と おおむね 同様 の 径路 と 考え られ て い る 。 平城 京 ( 奈良 ) から 東 に 伊賀 国府 を 経由 し て 鈴鹿 関 に 至 る 。 沼津 から 御殿場 を 経由 し て 足柄 峠 を 越え 、 関本 に 至 る 。 当時 は 「 東海道 」 の 本筋 で あ っ た 。 80 0 年 頃 、 富士 山 の 噴火 に よ っ て 足柄 が 通行 不能 に な っ て 「 箱根 路 」 が 拓 か れ る と 「 東海道 矢倉沢 往還 」 と 称 さ れ る よう に な っ た 。 なお 箱根 路 は 急峻 な ため 、 足柄 路 が 復興 さ れ 、 中世 まで は 主要 な 街道 筋 で あ っ た 。 相模 国 国府 以東 。 海 を 渡 っ て から 房 総 半島 を 北上 し 、 常陸 国 から 菊多 関 を 経由 し て 陸奥 国 に 入 り 、 今 の 宮城 県 南部 で 東山道 に 合 する 。 相模 国 で は 、 多摩 川 を 渡 る 地点 まで は 現在 の 矢倉沢 往還 ( 国道 246 号 ) の 経路 に あた る 。 矢倉沢 往還 の 旧道 で は 、 律令 時代 の 東海道 の 道筋 が その まま 現在 で も 用い られ て い る 箇所 が あ る 。 武蔵国 と 下総 国 の 境 の 中川 低地 付近 は 古代 に は 陸化 が 進 ん で お ら ず 低湿 地 で 通行 に 適 さ ず 、 元来 武蔵国 が 北隣 の 上野 国 の 豪族 の 影響 下 に あ り その 関係 が 密接 で あ っ た ( 武蔵 国造 の 乱 を 参照 の こと ) 。 その ため 、 当初 の 東海道 は 相模 国 の 三浦 半島 から 海路 で 房 総 半島 の 上 総 国 ( 安房 国分立 は 71 8 年 ) に 渡 る ルート と な っ て お り 、 武蔵 国 は 東山道 に 属 し て い た 。 現 ・ 千葉 県 で あ る 安房 国 ( 房 総 半島 先端 ) は ともかく と し て 、 上 総 国 ( 房 総 半島 中部 ) と 下総 国 ( 房 総 半島 根 本部 ) の 位置 が 「 現代 感覚 から 見 て 逆転 し て い る 」 の はこの ため で あ る 。 武蔵国 は その 後 、 海路 の 不 安定 さ や 蝦夷 討伐 の 際 の 輸送 の 効率 性 を 重視 する 観点 から 、 771 年 ( 宝亀 2 年 ) 旧 10 月 27 日 に 東海道 に 移 さ れ た ( 続 日本 紀 ) 。 なお 、 「 東海道 」 の 呼称 は 上記 の 相模 - 上総 の ルート と とも に 、 三河 国 から 伊勢 湾 を 経由 し て 伊勢 国 に 渡 る 別 ルート と い う 海上 ルート を 含 ん で い た ため に 、 「 ヤマノミチ ( 東山道 ) 」 に 対 する 「 ウミノミチ 」 の 意味 で 命名 さ れ た と 考え られ て い る 。 海上 ルート は 延喜 式 に も 記 さ れ た 。 東海道 は 地域 と し て の 東海道 最後 の 国 で あ る 常陸 国 の 国府 に 達 し て から も さらに 北上 し 、 菊多 関 から 陸奥 国 に 入 っ た 。 今 の 福島 県 の 海岸 地方 ( 浜 通り ) を 通 っ て 、 宮城 県 の 岩沼 市 あたり で 東山道 に 合流 し た 。 陸奥 は 東山道 に 属 する の で 、 この 東海道 は それ に 対 する 副線 で あ る 。 それ より 北 に も 各地 に 東海道 と 呼 ば れ る 道 が 断片 的 に 存在 し 、 それ が 古代 の 名残り だ と する と 、 さらに 北 で も 支線 と し て 存在 し た 可能 性 が 高 い 。 史料 に 山道 に 対 する 海道 と し て 現れ る もの は 、 多賀 城 の 国府 から 海側 の 牡鹿 郡 ・ 桃生 郡 へ 向か う 支線 と し て 設定 さ れ た と 考え られ る 。 また 現在 の 仙台 市 に あ る 東海道 ( あずま かいどう ) も 、 古代 に 連な る 可能 性 が あ る 。 源 頼朝 が 相模 国 鎌倉 市 に 鎌倉 幕府 を 樹立 する と 、 東海道 は 京都 と 鎌倉 を 結 ぶ 幹線 と し て 機能 する よう に な っ た 。 海道 記 と あ る よう に 、 この 頃 、 海道 と い え ば 、 東海道 その もの を 指 し て い た 。 江戸 時代 に な り 、 事実 上 の 首都 が 江戸 に 移 る と 、 東海道 は 五 街道 の 一 つ と さ れ 、 京都 と 江戸 を 結 ぶ 、 日本 の 中 で 最も 重要 な 街道 と な っ た 。 日本橋 ( 東京 都 中央 区 ) ( 江戸 ) から 三条 大橋 ( 京都 市 ) に 至 る 。 宿駅 は 53 箇所 ( → 東海道 五十 三 次 ) 。 当初 は 、 主に 軍用 道路 と し て 整備 さ れ た 。 途中 に 箱根 町 と 新居 町 に 関所 を 設け た 。 京都 から 延長 し て 大阪 市 に 至 る 京街道 ( 宿駅 4 箇所 ) も 、 東海道 の 一部 と する こと が あ る 。 江戸 方面 から 大坂 へ 向か う 場合 は 、 大津 宿 から 京都 に は 入 ら ず に 伏見 区 に 入 る 大津 街道 が 追分 駅 ( 滋賀 県 ) 付近 から 分岐 する 。 東海道 を 扱 っ た 作品 歌川 広重作 「 東海道 五十 三 次 」 ( 浮世 絵 ) 十 返舎 一九 作 「 東海道 中 膝栗毛 」 明治 政府 は 、 幹線 道路 の 呼称 に 番号 付き の 国道 を 用い る よう に な り 、 地方 制度 と し て の 令制 国 も 廃止 し た 。 幹線 道路 と し て の 実質 的 機能 と 位置 は 現在 の 国道 15 号 及び 国道 1 号 に 受け継 が れ た 。 部分 的 に 異な る 経路 を 歩 む が 、 東 日本 と 西 日本 ( 関東 地方 と 近畿 地方 ) を 結 ぶ 機能 は 律令 時代 から 同じ で あ り 、 現在 に お い て も 東海道 の 径路 は 、 日本 に 必要 な もの で あ る こと を 示 し て い る 。 現代 に お い て 「 東海道 」 と 言 う とき に は 、 江戸 時代 の 東海道 の 道筋 と 、 その 頃 の 東海道 に 属 し た 諸国 の 範囲 を 指 す 。 従 っ て 、 東海道 の 東端 は 、 律令 時代 で は 北茨城 市 、 江戸 時代 以後 は 特別 区 ( 江戸 ) と い う こと に な る 。 なお 、 「 東海道 」 の 名 を つけ た 東海道 本線 および 東海道 新 幹線 は 、 東京 - 熱田 間 と 草津 - 京都 間 で は ほぼ 江戸 時代 の 東海道 に 沿 っ て い る が 、 その 間 は 中山道 ( 加納 宿- 草津 宿 ) と 美濃 路 ( 宮宿 - 垂井 宿 ) に 沿 っ た ルート と な っ て い る 。 現在 「 東海道 」 と い う と 、 しばしば この 両 鉄道 沿い の ルート が 江戸 時代 の それ で あ る と 誤解 さ れ 、 紹介 さ れ る こと も あ る ほど で あ る 。 後述 する 通り 、 本来 の 街道 と し て の 東海道 は 名古屋 - 亀山 - 草津 と い う 、 現在 の 鉄道 路線 なら ば 関西 本線 と 草津 線 の ルート に 近 い もの で あ る 。 これ は 東西 両京 を 結 ぶ 鉄道 線 を 敷設 する に 当た っ て 、 東海道 と 中山道 の いずれ に 通 す か を 巡 っ て 明治 初期 に 論争 が あ り 、 その 結果 中山道 経由 に 一時 は 決定 し て その 一部 に 該当 する 路線 が 開業 し た もの の 、 後 に 碓氷 峠 を 越え る 区間 など 山岳 地域 で の 工事 の 長期 化 ・ 費用 増 、 開業 後 の 輸送 量 制限 を 考慮 し て 、 やはり 東海道 の 方 が 優れ て い る と い う こと に な り 、 急遽 岐阜 ( 加納 ) 以東 の ルート が 東海道 経由 に 変更 さ れ た こと に 起因 し て い る 。 計画 変更 が 決ま っ た 時 に は 、 既に 神戸 駅 ( 兵庫 県 ) から 大阪 駅 ・ 京都 駅 を 経 て 大津 駅 に 至 る 鉄道 と 、 長浜 駅 から 岐阜 駅 ・ 名古屋 駅 を 経 て 武豊 駅 まで の 鉄道 が 開業 し て い た 。 これ と 琵琶 湖 の 鉄道 連絡 船 ( 大津 -長浜 ) を 用い る こと に よ っ て 武豊 - 名古屋 - 京都 - 神戸 間 の 連絡 が 図 ら れ て い た ため 、 両京 を 結 ぶ 鉄道 は これ を 最大 限 に 活用 し て 早期 に 完成 さ せ る べ き で あ る と の 判断 が な さ れ 、 これ に よ り 現行 ルート が 定ま る こと に な っ た 。 結果 、 日本 の 鉄道 開業 で あ る 新橋 駅- 横浜 駅 間 も その 東西 幹線 に 組み入れ る 形 と な た 。 明治 10 年代 末 より 横浜 から 静岡 駅 を 経 て 大府 駅 に 至 る 区間 と 関ヶ原 駅 から 米原 駅 を 経 て 大津 に 至 る 区間 が 建設 さ れ 、 1889 年 ( 明治 22 年 ) 7 月 に 全通 、 これ に よ り 現在 の 東海道 本線 の 原型 が 完成 し た 。 なお 熱田 から 四日市 宿 を 経 て 草津 に 至 る 、 江戸 時代 の 東海道 の うち 上記 の 東西 幹線 から 外れ た 区間 に 関 し て は 、 明治 中期 に な っ て 関西 鉄道 が その 沿線 の 振興 を 目的 に 鉄道 を 敷設 し 、 現在 の 草津 線 と 関西 本線 の 一部 ( 柘植 駅 - 名古屋 ) に な っ て い る 。 また 新 幹線 に 関 し て は 、 当初 は 名古屋 から 京都 まで 鈴鹿 山脈 を 一 直線 に トンネル で 抜け る ルート で の 敷設 も 計画 さ れ て い た が 、 トンネル が 長大 に な り 建設 に 時間 ・ 費用 を 要 する こと 、 それ に 米原 が 北陸 本線 ( 旧 : 北陸道 ) と の 接続 点 に な っ て い た こと も あ っ て 、 最終 的 に は 東海道 本線 に 沿 う 現行 ルート で 敷設 さ れ た 。 以上 の 経緯 に つ い て は 、 中山道 及び 鉄道 と 政治 の 項目 も 参照 の こと 。 +京都 市 交通 局 ( きょう とし こうつう きょく ) は 、 京都 府 京都 市 内 及び その 周辺 地域 で 公営 交通 事業 を 行 う 京都 市 の 地方 公営 企業 の 一 つ で あ る 。 地下 鉄 ( 京都 市営 地下 鉄 ) 、 路線 バス ( 京都 市営 バス ) を 運営 し て い る 。 かつて は 市電 ( 京都 市 電 ) ・ トロリーバス ( 京都 市 営 トロリーバス ) も 運営 し て い た 。 スルッと KANSAI で カード に 印字 さ れ る 符号 は 入場 記録 用 は 京交 で 、 降車 記録 用 が KC で あ る 。 事業 京都 市営 地下 鉄 ( 2 路線 3 1 . 2 km ) 京都 市営 バス 歴史 各 事業 の 詳細 な 歴史 は 、 京都 市営 地下 鉄 、 京都 市営 バス 、 京都 市 電 、 京都 市 営 トロリー バス の 各 項目 を 参照 。 1895 年 ( 明治 28 年 ) 2 月 1日 京都 電気 鉄道 が 、 日本 初 の 路面 電車 を 塩小路 東洞院 下 ル ( 現在 の 京都 駅 前 付近 ) ~ 伏見 下油 掛間 で 開業 さ せ る 。 1912 年 ( 明治 45 年 ) 6 月 11 日 京都 市 電気 軌道 事務 所 が 市電 烏丸 線 、 千本 ・ 大宮 線 、 四条 線 、 丸太 町 線 を 開業 。 1918 年 ( 大正 7 年 ) 7 月 1日 京都 市 が 京都 電気 鉄道 を 買収 。 1920 年 ( 大正 9 年 ) 7 月 7 日 京都 市 電気 部 に 改組 。 1924 年 ( 大正 13 年 ) 4 月 15 日 京都 市 電気 局 に 改組 。 1928 年 ( 昭和 3 年 ) 5 月 10 日 市営 バス 運行 開始 。 1932 年 ( 昭和 7 年 ) 4 月 1日 トロリーバス 運行 開始 。 1947 年 ( 昭和 22 年 ) 12 月 17 日 京都 市 交通 局 に 改組 。 1969 年 ( 昭和 44 年 ) 10 月 1日 トロリーバス 廃止 。 1978 年 ( 昭和 53 年 ) 10 月 1日 市 電全 廃 。 1981 年 ( 昭和 56 年 ) 5 月 29 日 京都 市営 地下 鉄 烏丸 線 開業 。 1983 年 ( 昭和 58 年 ) 3 月 15 日 「 京都 観光 一 日 乗車券 」 が 発売 開始 。 1993 年 ( 平成 5 年 ) 7 月 1日 プリペイド カード 「 トラフィカ 京 カード 」 が 発売 開始 。 1997 年 ( 平成 9 年 ) 10 月 12 日 京都 市営 地下 鉄 東西線 開業 。 2000 年 ( 平成 12 年 ) 3 月 1日 共通 乗車 カード システム 「 スルッと KANSAI 」 に 加入 。 「 スルッと KANSAI 都 カード 」 発売 。 2007 年 ( 平成 19 年 ) 4 月 1日 地下 鉄 路線 で IC カード 「 PiTaPa 」 を 導入 ( 乗り入れ し て い る 近畿 日本 鉄道 、 京阪 電気 鉄道 大津 線 も 同時 導入 ) 。 大阪 メトロ サービス と の 提携 カード で あ る 「 京都 ぷらす OSAKAPiTaPa 」 を 発行 。 2008 年 ( 平成 20 年 ) 3 月 31 日 京都 市 交通 局 本 庁舎 が 、 中京 区 壬生 から 右京 区 の 太秦 天神川 「 サンサ 右京 」 に 移転 。 キャラクター 都 くん ( 地下 鉄 ) 京 ちゃん ( 市 バス ) じゅうじゅう ( 市 バス の 内 「 かわらまち ・ よる バス 」 に 特化 し た キャラクター ) 備考 社名 に 「 京都 」 を 冠 する 路線 バス 事業 者 の 京阪 京都 交通 ( 旧 ・ 京都 交通 ( 亀岡 ) ) 、 京都 交通 ( 舞鶴 ) 、 京都 バス と は 、 人材 ・ 資本 の 関係 が 一切 な い 。 京都 市 交通 局 の 労働 組合 は 京都 交通 労働 組合 ( 日本 都市 交通 労働 組合 に 加盟 ) で あ る 。 京都 バス の 労働 組合 は 京都 バス 労働 組合 、 京阪 京都 交通 の 労働 組合 は 京阪 京 バス 労働 組合 ( とも に 日本 私鉄 労働 組合 総 連合 会 に 加盟 ) で あ る 。 発車 メロディ 関連 で は 鉄道 事業 者 で 唯一 、 著作 権 を 有 し て い る 。 2007 年 に 京都 市 幽霊 バス 問題 が 発覚 。 公共 広告 機構 の 2007 年度 地域 キャンペーン 「 天ぷら 油 で 走 る 」 の コマーシャル メッセージ に 京都 市 バス が 登場 し た 。 CM の 内容 は 、 1997 年 に 発表 さ れ た 京都 議定 書 に 基づ き 、 地球 温暖 化 防止 の ため に 軽油 に 代わ る 燃料 と し て 食用 油 の 廃油 で 作 っ た バイオ ディーゼル 燃料 を 使用 し 、 市 バス や ゴミ 収集 車 に 使用 し て い る と い う もの 。 この CM は AC 大阪 事務 局 が 企画 し 、 主に 関西 ローカル ( 一部 全国 ) で 放送 さ れ て い る 。 +山陽道 ( さんようどう 、 せんようどう 、 かげ と も の みち ) 、 影 面 道 、 光面 道 ( かげ と も の みち ) 五 畿 七 道 の 一 つ で 、 本州 の 瀬戸 内海 側 。 五 畿 七 道 の 山陽道 を 通 る 幹線 道路 。 律令 時代 に 整備 さ れ た 物 。 江戸 時代 に 整備 さ れ た 物 ( 西国 街道 ) 。 山陽 自動 車 道 の 略称 。 行政 区画 と し て の 山陽 道 令 制 国 一覧 > 山陽 道 五 畿 七 道 の 一 つ で 、 本州 の 瀬戸 内海側 を 指 す 。 畿内 の 西 に 位置 し 、 現在 の 兵庫 県 西部 から 山口 県 まで に 至 る 瀬戸 内海 沿岸 を 総称 し た 。 播磨 国 美作 国 - 71 3 年 ( 和銅 6 年 ) に 備前 国 より 分割 。 備前 国 備 中国 備後 国 安芸 国 周防 国 長門 国 律令 制 時代 の 道路 と し て の 山陽道 は 、 畿内 ( 難波 京 、 平城 京 、 平安 京 ) と 北部 九州 ( 大宰府 、 博多 ) を 結 ん で い た 。 外国 の 使節 が 通行 し 、 宿泊 する 事 が 想定 さ れ た ため 、 七道 の 中 で 唯一 の 大路 に 格付け さ れ 、 最重視 さ れ た 。 平城 京 、 平安 京 など の 都 の 変遷 に 応 じ て 、 道路 の 東端 は 変化 し た 。 古代 の 山陽道 は 道幅 約 6 m から 9 m 、 道筋 は 直線 的 で 、 各国 の 国府 を 効率 良 く 結 ん で い た 。 本道 から 外れ た 美作 国 へ は 、 播磨 国 から 西北 に 道路 が 伸び て い た 。 江戸 幕府 は 、 五 街道 を 筆頭 に する 街道 整備 政策 の 延長 線 上 に 、 山陽道 の 整備 を 置 い た 。 宿駅 は 42 箇所 設置 さ れ た 。 江戸 時代 の 山陽 道 は 西国 街道 と も 呼 ば れ て お り 、 京都 と 下関 市 を 結 ん で お り 、 下関 から 関門 海峡 を 越え て 小倉 市 へ と 至 っ た 。 これ は 、 江戸 と 長崎 市 を 結 ぶ 幹線 道路 の 一角 で も あ っ た 。 明治 政府 は 、 国道 に 番号 を 付け て 管理 する 制度 を 採 っ た 。 江戸 時代 まで の 山陽道 は 、 明治 時代 に は 東京 市 と 神戸 市 を 結 ぶ 国道 3 号 ( 2 号 から 京都 市 で 分岐 ) 、 および 、 東京 と 長崎 市 を 結 ぶ 国道 4 号 の 一部 に な り 、 大正 時代 に は 東京 と 鹿児島 市 を 結 ぶ 国道 2 号 ( 1 号 から 三重 県 で 分岐 ) の 一部 に な っ た 。 現在 で は 、 山陽道 は 、 大阪 市 と 北九州 市 を 結 ぶ 国道 2 号 に 引き継 が れ て い る 。 しかし 、 律令 時代 や 江戸 時代 の 山陽 道 と は 異な る 道筋 の 部分 も 多 い 。 岡山 県 岡山 市 ~ 広島 県 福山 市 に かけ て の 国道 2 号 は 大幅 に 異な る ルート ( 鴨方 往来 ) を 通 る 。 また 、 鉄道 の 山陽 本線 や 山陽 新 幹線 、 高速 道路 の 山陽 自動 車 道 も 、 ほぼ 古来 の 山陽道 に 沿 っ て 敷設 さ れ て い る 。 現代 に お い て も 、 近畿 地方 と 九州 を 結 ぶ 機能 を 律令 時代 から 維持 し 続け て い る 。 現在 に お い て 「 山陽道 」 と 呼 ん だ 場合 に は 、 「 山陽 自動 車 道 」 の こと を 指 す 。 岡山 県 岡山 市 ~ 広島 県 福山 市 に かけ て 、 国道 2 号 が かつて の 山陽道 を 踏襲 し て い な い こと も あ っ て 、 かつて の 山陽道 や それ に 並行 する 道路 は 「 旧 山陽道 」 と 呼 ぶ の が 岡山 県 や 広島 県 東部 で は 、 一般 的 と な っ て い る 。 +京滋 バイパス ( けいじ バイパス 、 英称 KEIJIBY - PASS ) は 滋賀 県 草津 市 から 京都 府 久世 郡 久御山 町 に 至 る 一般 国道 の バイパス 道路 で あ る 。 地域 高規格 道路 の 計画 路線 に 指定 さ れ て い る 。 以下 、 まず 有料 道路 の 京滋 バイパス に つ い て 述べ 、 次 に 国道 1 号 ・ 国道 24 号 の バイパス 道路 の 京滋 バイパス に つ い て 述べ る 。 名神 高速 道路 と 一体 化 さ れ て お り 、 大津 市街 ・ 京都 市 市街 を 迂回 し て 、 名神 の 栗東 インター チェンジ ・ 名古屋 市 方面 と 吹田 インター チェンジ ・ 大阪 市 方面 と を 接続 する 。 法令 上 は 、 瀬田 東 インター チェンジ - 久御 山淀 インター チェンジ は 国道 1 号 ・ 国道 478 号 で 地域 高規格 道路 ( 京滋 バイパス ) 、 久御 山淀 IC - 大山崎 ジャンクション は 国道 478 号 で 国土 交通 大臣 指定 に 基づ く 高規格 幹線 道路 ( 一般 国道 の 自動 車 専用 道路 ) ( 京都 縦貫 自動 車 道 京都 第 二 外環 状 道路 ) 、 大山崎 JCT - 久御 山淀 IC は 高速 自動 車 国道 ( 中央 自動 車 道 高速 自動 車 国道 の 路線 名 ) と な っ て い る 。 後 の 計画 で 、 名神 高速 道路 の 渋滞 緩和 と 京都 市 の 放射 線 ・ 環状 線 の 機能 を 持 つ 道路 づくり の 必要 性 から 、 国道 9 号 バイパス で あ っ た 京都 丹波 道路 と 京滋 バイパス を 結 ぶ 路線 、 京都 第 二 外環 状 道路 が 作 ら れ る こと に な っ た 。 京都 縦貫 自動 車 道 と 京都 第 二 外環 状 道路 は 国道 478 号 に 指定 さ れ 、 一貫 し た 整備 が 続け られ て い る 。 路線 の 表示 で は 、 利用 者 に 分か り 易 い 様 、 瀬田 東 JCT - 大山崎 JCT に お い て 京滋 バイパス と さ れ て い る 。 また 、 名神 高速 道路 と 京滋 バイパス は どちら を 経由 し て も 料金 および ETC 割引 制度 に 差 は な い 。 ここ で は 、 特記 が な い 場合 は 営業 路線 名 と し て の 京滋 バイパス ( 瀬田 東 IC から 大山崎 JCT ) に つ い て 述べ る 。 起点 滋賀 県 大津 市 瀬田 大江 町 終点 京都 府 乙訓 郡 大山崎 町 全長 18 . 9 キロメートル 車線 4 車 線 最高 速度 時速 80 キロメートル 毎時 償還 完了 予定 2050 年 8 月 15 日 滋賀 県 京都 府 宇治 市 - 久世 郡 久御山 町 - 八幡 市 - 京都 市 伏見 区 - 乙訓 郡 大山崎 町 国道 1 号 京滋 バイパス 瀬田 東 IC - 久御 山淀 IC 国道 47 8 号 京都 第 二 外環 状 道路 久御山淀 IC - 大山崎 JCT 中央 自動 車 道 高速 自動 車 国道 の 路線 名 改築 部 大山崎 JCT - 久御 山淀 IC IC 番号 欄 の 背景 色 が ■ で あ る 部分 に つ い て は 道路 が 供用 済み の 区間 を 示 し て い る 。 また 、 施設 名欄 の 背景 色 が ■ で あ る 部分 は 施設 が 供用 し て い な い こと を 示 す 。 路線 名 の 特記 が な い もの は 市 町 村道 。 西 日本 高速 道路 西 日本 高速 道路 関西 支社 茨木 管理 事務 所 ( 茨木 管理 事務 所 管理 区間 は この 他 、 名神 高速 道路 京都 東 IC - 吹田 JCT 、 第 二 京阪 道路 、 京奈 和 自動 車 道 京都 府内 区間 で あ る 。 ) 1988 年 8 月 29 日 瀬田 東 IC / JCT - 巨椋 IC 開通 。 2003 年 3 月 30 日 巨椋 IC - 久御山 JCT 開通 。 これ に 伴 い 、 料金 システム を 他 の 日本 道路 公団 ( 現 ネクスコ ) 管理 高速 道路 と 統一 。 2003 年 8 月 10 日 久御山 JCT - 大山崎 JCT 開通 に よ り 、 全線 開通 。 2003 年 12 月 24 日 大 山崎 IC 開通 。 2005 年度 ( 平成 17 年度 道路 交通 センサス より ) 平日 24 時間 交通 量 ( 台 ) 大山崎 IC ・ JCT - 久御 山淀 IC 29 , 136 この 路線 の 宇治 トンネル は 国道 1 号 の 中 で 最も 長 い 4 , 3 13 メートル で あ り 、 トンネル 内 は 宇治 東 IC 、 笠取 IC 手前 500 m を 除 き 車線 変更 禁止 で あ る 。 久御山 ジャンクション 付近 で は 開通 前 に 映画 『 踊 る 大 捜査 線 THE MOVIE 2 レインボー ブリッジ を 封鎖 せ よ ! 』 の 撮影 が 行 わ れ た 。 瀬田 東 IC - 大山崎 IC ・ JCT の 距離 は 名神 高速 道路 より も 京滋 バイパス の ほう が 若干 短 く 、 最高 速度 通り 走行 し た 場合 、 京滋 バイパス 経由 の ほう が 早 く 目的 地 に 行け る 。 また サービスエリア など の 休憩 施設 が な い ため 、 名神 高速 の ほう が 混雑 する こと が 多 い ( 名神 高速 道路 の 瀬田 東 - 大山崎 の 休憩 施設 は 大津 サービスエリア 、 桂川 パーキング エリア の 2 カ所 が あ る ) 。 しかし 、 瀬田 東 ・ 大山崎 両 JCT が 名神 の 後付け で 設置 さ れ た 構造 で あ る ( 特に 大山崎 JCT の 構造 は 極めて 複雑 な もの に な っ て い る ) が 故 に ランプ ( 高速 道路 ) 部 で 減速 運転 と な っ て しま う 。 大山崎 JCT から 吹田 ・ 大阪 方面 へ 向か う 場合 に 名神 高速 道路 左 ルート と の 合流 で 渋滞 する こと が あ る と い う 欠点 が あ る 。 また 、 途中 、 カーブ や 坂道 が 連続 し て い て 、 それ ら を 敬遠 する ドライバー も 少な く な い 事 から 、 名神 高速 道路 の バイパス と し て は 十分 に 機能 し て い な い 。 また 、 この 道路 は 国道 1 号 ( 一般 国道 ) の バイパス で あ る の で 自動 車 専用 道路 で あ り 、 高速 自動 車 国道 で は な い 。 宇治川 東側 から 吹田 ・ 大阪 方面 の 京滋 バイパス に の る 場合 、 宇治 西 IC まで 行 か な けれ ば な ら な い 。 宇治 東 IC が ハーフ IC で あ る から で あ る 。 その ため 、 通勤 時間 帯 は 宇治 東 IC と 宇治 西 IC 間 の 一般 道路 部 が 渋滞 する こと が 多 い 。 この 一般 道路 部 は VICS リンク 未 対応 区間 で あ る ため 、 渋滞 回避 予測 が し にく い 。 京都 府 宇治 市 ( 宇治 西 インター チェンジ ) - 久世 郡 久御山 町 ( 終点 ) 久御山 町 以西 は 京都 第 二 外環 状 道路 を 参照 。 上側 が 起点 側 、 下側 が 終点 側 。 左側 が 上り 側 、 右側 が 下り 側 。 2005 年度 ( 平成 17 年度 道路 交通 センサス より ) 平日 24 時間 交通 量 ( 台 ) 草津 市 東矢倉 3 丁目 41 , 137 久世 郡 久御山 町 森字 大内 35 , 493 国土 交通 省 滋賀 国道 事務 所 草津 維持 出張 所 ( 滋賀 県 内 ) 国土 交通 省 京都 国道 事務 所 京都 第 一 維持 出張 所 ( 国道 24 号 、 国道 1 号 の 京都 府内 ) 国土 交通 省 京都 国道 事務 所 京都 第 二 維持 出張 所 ( 国道 478 号 ) +京都 縦貫 自動 車 道 ( きょう と じゅう かん じ どう しゃ どう ) は 、 起点 を 京都 府 久世 郡 久御山 町 、 終点 を 同府 宮津 市 と する 延長 約 100 km の 高規格 幹線 道路 ( 一般 国道 478 号 ) で あ る 。 南北 に 長 い 京都 府内 を 縦貫 し 、 府 北部 と 南部 の 連携 を 強化 、 地域 の 活性 化 を 図 る と 共 に 、 高規格 道路 網 の 脆弱 な 京都 市 都市 圏 の 南部 外環 状 道路 と し て の 役割 を 果た し て い る 。 京都 府 知事 は 「 京都 の 背骨 」 と 言 っ て 本道路 を 表現 する 。 現在 の ところ 、 起点 側 、 中央 部 、 終点 側 の 3 カ所 が 開通 し て お り 、 起点 側 は 京都 縦貫 自動 車 道 で は な く 京滋 バイパス と い う 名称 で 開業 し た 。 また 、 一般 に は 京都 丹波 道路 のみ を 指 し て 京都 縦貫 自動 車 道 と 言 う 場合 も 多 い 。 宮津 天橋立 IC 側 の 本線 部分 は ここ で 終点 と な ら ず 、 地域 高規格 道路 鳥取 豊岡 宮津 自動 車 道 と し て 、 鳥取 自動 車 道 、 山陰 自動 車 道 の 鳥取 IC まで 延伸 する 予定 で あ る 。 なお 、 久御 山淀 IC ~ 大山崎 JCT / IC の 区間 は 高速 自動 車 国道 な の で 最低 速度 が 適用 さ れ 、 小特 など の 通行 は 不 可能 で あ る 。 綾部 宮津 道路 の 宮津 天橋立 IC 及び 舞鶴 大江 IC に ETC は 設置 さ れ て い な い が 、 2008 年度 中 に 西 日本 高速 道路 に よ り 、 開通 予定 の 京丹波 わち IC も 含め て ETC が 設置 さ れ る 予定 で あ る 。 この ため 、 現在 は 宮津 天橋立 IC 及び 舞鶴 大江 IC に ETC 設置 工事 が 行 わ れ て お り 、 幅 2 . 5 m を 越え る 特殊 車両 が 通行 不 可能 と な っ て い る 。 有料 ・ 無料 区間 有料 道路 区間 ( 綾部 宮津 道路 は 京都 府 道路 公社 、 その 他 は 西 日本 高速 道路 管理 ) 久御山 IC ~ 大山崎 JCT / IC ( 京都 第 二 外環 状 道路 ) 沓掛 IC ~ 丹波 IC ( 京都 丹波 道路 ) 綾部 JCT ~ 宮津 IC ( 綾部 宮津 道路 ) 無料 区間 ( 国土 交通 省 管理 ) 綾部 安国 寺 IC ~ 綾部 JCT ( 丹波 綾部 道路 ) 現在 、 綾部 北本 線 料金 所 ( 綾部 JCT ) と 綾部 安国 寺 IC 間 に 出口 は な く 、 無料 区間 だけ を 走 る こと は でき な い 。 2008 年 夏 ~ 秋頃 に 開通 予定 の 京丹波 わち IC ~ 綾部 安国 寺 は 、 京都 府 道路 公社 の 管理 と な る 予定 で あ り 、 その 際 に 同時 に 綾部 安国 寺 IC ~ 綾部 JCT も 京都 府 道路 公社 の 管理 と な る 予定 の 為 、 現在 無料 区間 と な っ て い る 綾部 安国 寺 IC ~ 綾部 JCT も 、 有料 化 さ れ る 予定 で あ る 。 それ に 合わせ 、 現在 の 綾部 北本 線 料金 所 ( 綾部 JCT ) は 撤去 さ れ 、 綾部 安国 寺 料金 所 が 新設 さ れ る 。 ( 現在 の 綾部 安国 寺 IC は 料金 所 が 無 い ) これ に よ り 、 綾部 宮津 道路 で は 本線 上 の 料金 所 は 無 く な る 。 現在 の 綾部 北本 線 料金 所 ( 綾部 JCT ) は プレハブ の 仮設 に 近 い 作り と な っ て い る 。 丹波 IC ~ 京丹波 わち IC は 、 現在 の ところ 国土 交通 省 に て 事業 が 進行 中 で 2014 年度 に 開通 予定 と な っ て い る が 、 開通 後 の 管理 体制 は まだ 不明 で あ る 。 歴史 1988 年 2 月 17 日 : 一般 国道 9 号 老ノ 坂 亀岡 道路 ( 沓掛 IC ~ 亀岡 IC ) が 一般 有料 道路 、 一般 国道 9 号 亀岡 道路 ( 亀岡 IC ~ 千代川 IC ) が 暫定 無料 の 道路 と し て 開通 。 1993 年 5 月 6 日 : 沓掛 IC ~ 千代川 IC が 国道 9 号 から 一般 国道 478 号 に 変更 さ れ る 。 1993 年 9 月 9 日 : 亀岡 IC ~ 千代川 IC が 一般 有料 道路 と し て 営業 開始 。 1996 年 4 月 27 日 : 千代川 IC ~ 丹波 IC ( 八木 園部 道路 ) 開通 。 1998 年 3 月 8 日 : 綾部 JCT ~ 舞鶴 大江 IC 開通 に よ り 舞鶴 自動 車 道 ( 現 : 舞鶴 若狭 自動 車 道 ) と 接続 ( 暫定 2 車線 の 対面 通行 ) 。 2003 年 3 月 2 日 : 舞鶴 大江 IC ~ 宮津 天橋立 IC 開通 ( 暫定 2 車線 の 対面 通行 ) 。 2003 年 3 月 27 日 : 綾部 安国 寺 IC ~ 綾部 JCT 開通 ( 暫定 2 車線 の 対面 通行 ) 。 2003 年 12 月 24 日 : 大山崎 IC 開通 。 2005 年 10 月 1日 : 道路 関係 四 公団 の 民営 化 に よ り 、 保有 を 独立 行政 法人 日本 高速 道路 保有 ・ 債務 返済 機構 に 、 管理 を 西 日本 高速 道路 株式 会社 に 移管 。 インター チェンジ など IC 番号 欄 の 背景 色 が ■ で あ る 部分 に つ い て は 道路 が 供用 済み の 区間 を 示 し て い る 。 また 、 施設 名欄 の 背景 色 が ■ で あ る 部分 は 施設 が 供用 さ れ て い な い 、 また は 完成 し て い な い こと を 示 す 。 未開通 区間 の 名称 は 仮称 。 BS ( バス 停留 所 ) の うち 、 ○ / ● は 運用 中 、 ◆ は 休止 中 の 施設 。 無印 は BS なし 。 ( 数字 ) は 、 他 路線 の 番号 。 < 数字 > は 、 予定 番号 。 ( 導入 実験 中 の スマート インター チェンジ が 設置 さ れ て い る SAPA は 、 斜体 で 示 す 。 また 、 恒久 化 さ れ た スマート IC は 、 スマート IC で 示 す 。 ) 英略字 は 以下 の 項目 を 示 す 。 IC : インター チェンジ 、 JCT : ジャンクション ターミナル 、 SA : サービスエリア 、 PA : パーキング エリア 、 TB : 本線 料金 所 、 TN : トンネル 久御山 JCT - 久御 山淀 IC 国道 47 8 号 京都 第 二 外環 状 道路 ( 京滋 バイパス ) 久御山淀 IC - 大山崎 JCT / IC 中央 自動 車 道 西宮 線 改築 部 ( 京都 第 二 外環 状 道路 ( 京滋 バイパス ) ) 大山崎 JCT / IC - 沓掛 IC ( 大枝 IC ) 国道 47 8 号 京都 第 二 外環 状 道路 沓掛IC ( 大枝 IC ) - 丹波 IC 国道 47 8 号 京都 丹波 道路 丹波 IC - 綾部 JCT 国道 47 8 号 丹波 綾部 道路 綾部 JCT - 宮津 天橋立 IC 国道 47 8 号 綾部 宮津 道路 西 日本 高速 道路 京滋 バイパス 全線 - 西 日本 高速 道路 関西 支社 茨木 管理 事務 所 ( 茨木 管理 事務 所 管理 区間 は この 他 、 名神 高速 道路 京都 東 IC ~ 吹田 JCT 、 第 二 京阪道路 全線 、 京奈 和 自動 車 道 京都 府内 区間 で あ る 。 ) 沓掛IC ( 大枝 IC ) ~ 丹波 IC - 関西 支社 京都 丹波 道路 管理 事務 所 ( 京都 丹波 道路 管理 事務 所 管理 区間 は 以上 のみ で あ る 。 ) 京都 府 道路 公社 綾部 北 TB ~ 綾部 JCT - 綾部 宮津 道路 管理 事務 所 ( 綾部 宮津 道路 管理 事務 所 管理 区間 は 以上 のみ で あ る 。 ) 国土 交通 省 綾部 安国 寺 IC ~ 綾部 北 TB - 近畿 地方 整備 局 福知 山 河川 国道 事務 所 綾部 国道 維持 出張 所 新老ノ坂 トンネル 天岡山 トンネル 新 観音 トンネル 大江山 トンネル 京丹波 わち IC - 綾部 安国 寺 IC   2008 年 夏 ~ 秋頃 大山崎 JCT - 沓掛 IC   2013 年 3 月 丹波 IC - 京丹波 わち IC   2014 年度 通過 市 町 村 京滋 バイパス ( 久御山 IC ~ 大山崎 JCT ) 京都 府 久世 郡 久御山 町 - 八幡 市 - 京都 市 伏見 区 - 八幡 市 - 乙訓 郡 大山崎 町 沓掛IC ( 大枝 IC ) ~ 丹波 IC 京都 府 京都 市 西京 区 - 亀岡 市 - 南丹 市 - 船井 郡 京丹波 町 綾部 安国 寺 IC ~ 宮津 天橋立 IC 京都 府 綾部 市 - 舞鶴 市 - 宮津 市 +京奈和 自動 車 道 ( けい なわ じどう しゃどう 、 英称 KEINAWAEXPRESSWAY ) は 、 京都 府 京都 市 を 起点 と し 、 奈良 県 を 北 から 西 に 抜け て 和歌山 県 和歌山 市 に 至 る 延長 約 120 キロメートル の 国土 交通 大臣 指定 に 基づ く 高規格 幹線 道路 ( 一般 国道 の 自動 車 専用 道路 ) 。 一般 国道 国道 24 号 の バイパス 道路 事業 で 建設 さ れ る 。 1993 年 4 月 1日 の 一般 国道 改正 で は 高規格 幹線 道路 ( 一般 国道 の バイパス 事業 で 建設 さ れ る 設計 速度 80 ~ 100 キロメートル 毎時 の 自動 車 専用 道路 ) の 国道 番号 が いく つ か 制定 さ れ た ( 例 : 一般 国道 国道 468 号 首都 圏 中央 連絡 自動 車 道 、 一般 国道 国道 47 8 号 京都 縦貫 自動 車 道 など ) が 、 京奈 和道 に は 400 番 台 の 独自 番号 は 割り当て られ な かっ た 。 一般 国道 24 号 京奈和 自動 車 道 は 新 名 神 高速 道路 、 山陽 自動 車 道 、 神戸 淡路 鳴門 自動 車 道 、 紀淡 連絡 道路 と とも に 近畿 地方 の 外側 を 結 ん だ 環状 道路 と し て 、 各 都市 の 連絡 を 強化 し 、 1 周約 300 km の 関西 圏 の 大環状 道路 を 形成 する 。 8 つ の 道路 が 一 本 の 路線 と な る ため 、 計 8 路線 に つ い て まとめ て 記 す 。 現在 、 京都 市 ~ 城陽 市 の 京奈 北道路 区間 に つ い て は 城陽 市 を 東西 に 通 る 高速 自動 車 国道 の 新 名 神 高速 道路 の 整備 建設 計画 が あ り 、 また 西側 に 2003 年 に 開通 し た 第 二 京阪 道路 が 並行 し て い る ため 、 計画 区間 で あ る 。 同 区間 は 大久保 バイパス で 接続 さ れ て い る ほか 、 2016 年度 の 完成 予定 で 城陽 ジャンクション から 新 名 神 高速 道路 を 経由 し て 第 二 京阪道路 八幡 ジャンクション へ 乗り継 ぐ 形態 で 代替 さ れ る こと に な る 。 現状 で は 、 奈良 県 方面 から 京都 市 へ は 京奈 和道 の 田辺 西 インター チェンジ から 国道 307 号 ~ 大阪 府 道 17 号 枚方 高槻 線 に 乗り継 い で 枚方 東 インター チェンジ から 第 二 京阪道路 へ が 速 い 。 2008 年 1 月 に 阪神 高速 道路 8 号 京都 線 が 開通 し た ため 、 奈良 県 方面 から 田辺西 IC 、 枚方 東 IC 経由 で 第 二 京阪道路 へ の 乗り継ぎ 利用 が 増え る と 予測 さ れ る 。 起点 : 城陽 市 寺田 終点 : 木津川 市 市坂 延長 : 17 . 0 km 道路 構造 令 : 第 1 種 第 3 級 設計 速度 : 80 km / h 車線 数 : 4 車線 ( 暫定 2 車線 ) 道路 幅 員 : 22 . 0 メートル 車線 幅 員 : 3 . 5 m 京奈和 自動 車 道 初 の 全線 開通 区間 で 、 ほぼ 全線 に わた っ て 片町 線 ・ 近鉄 京都 線 と 並行 し 、 これ ら の 鉄道 より 西側 ( 山 より ) を 走 っ て い る 。 現在 は 「 京奈 和 自動 車 道 」 と い う 場合 は この 区間 を 指 す こと が 多 い 。 関西 文化 学術 研究 都市 の 東部 を 南北 に 走 り 、 終点 の 木津 インター チェンジ ( 京都 府 ) で は 国道 24 号 奈良 バイパス に 接続 し て い る 。 京奈和 自動 車 道 京奈 北道路 で 述べ た よう に 、 現在 奈良 方面 ⇔ 京都 市 街 間 は 、 京奈 道路 の 木津 IC ~ 田辺西 IC と 第 二 京阪 道路 を 利用 する の が 最速 ルート と な る 。 起点 : 奈良 県 奈良 市 歌姫 町 終点 : 奈良 県 大和郡山 市 横田 町 延長 : 約 12 . 4 km 規格 : 第 1 種 第 3 級 設計 速度 : 80 km / h 車線 数 : 4 車 線 道路 幅 員 : - 車線 幅 員 : 3 . 5 m 大和 北道路 の 区間 に つ い て は 、 国際 連合 教育 科学 文化 機関 の 世界 遺産 で も あ る 平城 宮 跡 の 地下 を 通過 する 計画 案 で あ っ た が 、 地下 水 に よ っ て 保存 さ れ て い る 木簡 に 深刻 な 影響 が 出 る こと が 懸念 さ れ 、 平城 宮跡 直下 を トンネル で 建設 する 案 は 白紙 と な っ た 。 2005 年 9 月 初旬 、 国土 交通 省 は ルート を 平城 宮 跡 の 約 1 km 東側 に ずら す と い う 最終 案 を 固め た 。 最終 案 で は 、 奈良 市 平城 ニュータウン 付近 から 新 大宮 駅 付近 を 通過 し て 奈良 市 八条 まで 至 る 約 5 km を トンネル に する こと が 提示 さ れ て お り 、 高架 道路 で は な く トンネル に する こと で 景観 に 配慮 し た 形態 と な っ て い る 。 しかし トンネル の 出入り口 で は 工法 上 、 掘り割り に よ っ て 地下 水脈 を 分断 する 可能 性 が 指摘 さ れ る 。 並行 する トンネル 同士 は 規定 の 間隔 が 必要 に な る ため 、 北行き の トンネル は ウワナベ 古墳 の 濠 の 直下 もしくは 水際 に 来る こと に な り 、 タンクローリー の 通行 を 禁じ る 制限 を 有 する 水面 下 トンネル に な る と さ れ る 。 また 排気 ガス を トンネル 両端 から 集中 し て 排出 する こと に な る ため 、 周辺 の 住宅 地 や 観光 資源 、 文化 財 へ 与え る 影響 も 無視 でき な い 。 北 の 換気 塔 の 高 さ は 風致 地区 ( 第 一 種 ) 内 の 規制 に 合わせ た 8 m に な る が 、 付近 の 住宅 地 は 換気 塔 より も 高 い ため 排煙 を その まま 受け る 可能 性 が 示唆 さ れ る 。 南 の 換気 塔 の 高 さ は 30 m 、 大安 寺 の すぐ 西 と さ れ て い る ( 付近 の 高 さ 規制 は 15 m ) 。 八条 付近 ( 大安 寺 ) は 未発掘 地域 が 多 く 、 木簡 も 多数 埋蔵 し て い る 可能 性 が 指摘 さ れ る 。 ちなみ に トンネル 案 の 推定 工費 は 3100 億 円 ( 通貨 ) と 発表 さ れ て い る 。 なお 有識 者 委員 は 複数 の 別案 も 提示 し て お り 、 上記 問題 を 回避 し た 案 の 工費 は 1600 億 円 と 試算 し て い る 。 起点 : 奈良 県 大和郡山 市 伊豆 七 条 町 終点 : 奈良 県 五條 市 居傳 町 延長 : 27 . 2 km 規格 : 第 1 種 第 2 級 ( 専用 部 ) 、 第 3 種 第 2 級 ( 一般 部 ) 設計 速度 : 100 km / h ( 専用 部 ) 、 60 km / h ( 一般 部 ) 車線 数 : 4 車 線 道路 幅 員 専用 部 : 22 . 0 m 一般 部 : 38 . 0 m ( 全幅 ) 車線 幅 員 専用 部 : 3 . 50 m 一般 部 : 3 . 25 m 奈良 県 の 大和郡山 市 から 五條 市 に 至 る 、 建設 中 の 区間 ( 全長 約 27 km ) で あ る 。 大和 郡山 ジャンクション ~ 橿原 大和 高田 ジャンクション 間 は 国道 24 号 橿原 バイパス と 並行 する 。 奈良 県 内 で は 2004 年 3 月 30 日 に 橿原 市 曽我 町 ~ 新堂 町 間 の 一般 部 ( 平面 部 ) 1 . 4 km が 初めて 開通 。 ( その 北 5 . 7 km は 橿原 バイパス と し て 開通 済 ) 2006 年 4 月 15 日 に 郡山南 インター チェンジ ~ 橿原 北 インター チェンジ 間 ( 7 . 8 km ) が 開通 。 なお この 開通 に よ り 京奈 道路 木津 インター チェンジ から 橿原 市内 まで 南北 に 4 車線 の 道路 が 開通 する こと と な っ た 。 起点 : 奈良 県 五條 市 居傳 町 終点 : 奈良 県 五條 市 畑田 町 延長 : 7 . 9 km 規格 : 第 1 種 第 2 級 設計 速度 : 100 km / h 車線 数 : 4 車線 ( 暫定 2 車線 ) 道路 幅 員 : 22 . 0 m 車線 幅 員 : 3 . 5 m 奈良 県 の 五條 市 から 和歌山 県境 に かけ て ( 全長 約 8 km ) 。 2006 年 に 五條 北 インター チェンジ ~ 奈良 和歌山 県 境 が 開通 。 起点 : 和歌山 県 橋本 市 隅田 町 真土 終点 : 和歌山 県 橋本 市 高野口 町 大野 延長 : 1 1 . 3 km 規格 : 第 1 種 第 2 級 設計 速度 : 100 km / h 車線 数 : 4 車線 ( 暫定 2 車線 ) 規制 速度 : 60 km / h ( IC 部   40km / h ) 和歌山 県 の 橋本 市内 ( 全長 約 11 km ) 。 橋本 インター チェンジ ~ 高野口 インター チェンジ 間 ( 2006 年 4 月 27 日 に 開通 ) と 、 奈良 和歌山 県 境 ~ 橋本 東 インター チェンジ 間 ( 2006 年 6 月 17 日 に 開通 ) 。 また 、 橋本 道路 の 橋本 東 IC ~ 橋本 IC も 2006 年 内 に 開通 の 予定 で あ っ た が 、 2002 ( 平成 14 ) 年 に 完成 し た 垂井 高 架橋 に ひび割れ が 多数 発見 さ れ 、 国土 交通 省 は 橋 桁 ( 7 径 間 連続 ) の 取り壊 し と 再築 を 決定 し た が 、 施工 業 者 の 補修 と 効果 監視 の 新 提案 が 承認 さ れ 、 同 区間 は 2007 年 8 月 2 日 に 開通 し た 。 起点 : 和歌山 県 橋本 市 高野口 町 大野 終点 : 和歌山 県 紀の 川 市 神領 延長 : 16 . 9 km 規格 : 第 1 種 第 2 級 設計 速度 : 100 km / h 車線 数 : 4 車線   ( 暫定 2 車線 ) 和歌山 県 の 橋本 市 から 紀 の 川 市 に 至 る ( 全長 約 17 km ) 。 現在 の ところ 、 供用 区間 は な い 。 起点 : 和歌山 県 紀の 川 市 神領 終点 : 和歌山 県 和歌山 市 弘西 延長 : 12 . 2 km 規格 : 第 1 種 第 2 級 設計 速度 : 100 km / h 車線 数 : 4 車線   ( 暫定 2 車線 ) 和歌山 県 の 紀 の 川 市 から 和歌山 市 に 至 る ( 全長 約 12 km ) 。 現在 の ところ 、 供用 区間 は な い 。 上側 が 起点 側 、 下側 が 終点 側 で あ る 。 ( 数字 ) は 他 路線 の 番号 、 < 数字 > は 予定 番号 を 表 す 。 略字 は 次 の 項目 を 表 す 。 JCT : ジャンクション 、 IC : インター チェンジ 、 BR : 橋 。 未開通 区間 の JCT ・ IC 名 は 全て 仮称 で あ る 。 接続 路線 など の 特記 が な い もの は 、 市 町 村道 で あ る 。 平成 18 年度 末 より 設置 工事 中 だっ た ETC レーン は 、 平成 20 年 3 月 31 日 より 供用 が 開始 さ れ た 。 レーン が 設置 さ れ た の は 田辺 西 料金 所 の 木津 方面 入口 、 精華 下 狛 料金 所 の 城陽 方面 入口 、 木津 料金 所 および 本線 料金 所 で あ り 、 それぞれ 1 レーン のみ で あ る 。 これ ら 以外 の 料金 所 は 従来 通り 、 係員 が い る レーン で は 係員 に ETC カード を 手渡し し 、 料金 自動 収受機 が 設置 し て あ る レーン で は 収受 機 に ETC カード を 挿入 する 形 で の 利用 と な る 。 城陽 IC ~ 田辺北 IC の 新 木津川 橋 は 案内 道路 標識 は 緑色 だ が 自動 車 専用 道路 で は な い ため 自動 車 専用 道路 の 標識 は 設置 さ れ て い な い 。 国道 24 号 新 観 月 橋 ( 京都 市 伏見 区 ) や 国道 176 号 北行 十 三 バイパス ( 大阪 市 北 区 ( 大阪 市 ) ・ 淀川 区 ) と 同様 に 駐停 車 禁止 の 標識 が あ り 、 原動 機 付 自転 車 専用 の レーン が 設け られ て お り 、 田辺北 IC に は 原付 用 の 料金 所 が あ る 。 また 、 橋 の 両端 に は 歩行 者 専用 道路 、 自転 車 専用 道路 が 合わせ て 2 本 ずつ 併設 さ れ 、 田辺北 IC に 自転 車 用 の 料金 所 が あ る 。 原付 、 自転 車 の 通行 料金 は 10 円 で 、 無人 の 料金 箱 に 入れ る よう に な っ て お り 、 利用 者 の 良心 に 任 さ れ て い る 。 通過 地域 は 、 全線 を 国道 24 号 に 沿 う / 国道 24 号 + 西 九 条 佐保線 に 沿 う の 2 案 が 推奨 さ れ た 。 有料 道路 区間 ( 西 日本 高速 道路 管理 ) 城陽 IC ~ 木津 IC ( 京奈 道路 ) 無料 区間 ( 国土 交通 省 管理 ) 郡山南 IC ~ 橿原北 IC ( 大和 御所 道路 ) 五條 北 IC ~ 高野口 IC ( 五條 道路 ・ 橋本 道路 ) 1973 年 ( 昭和 48 年 ) 4 月 10 日 : 大和 御所 道路 「 大和 区間 」 ・ 橿原 バイパス と し て 都市 計画 決定 1973 年 ( 昭和 48 年 ) 4 月 16 日 : 五條 道路 ・ 「 五條 バイパス 」 と し て 事業 着手 1987 年 ( 昭和 62 年 ) 2 月 17 日 : 五條 バイパス 都市 計画 決定 1987 年度 : 橿原 バイパス ・ 高規格 幹線 道路 指定 1988 年 ( 昭和 63 年 ) 度 : 五條 バイパス ・ 高規格 幹線 道路 京奈和 自動 車 道 「 五條 道路 」 に 位置 付け 1988 年 ( 昭和 63 年 ) 10 月 5 日 : 京奈 道路 ・ 城陽 IC ~ 田辺西 IC 開通 。 1989 年 ( 平成 元年 ) 度 : 橋本 道路 : 事業 化 1989 年 4 月 : 橋本 道路 ・ 都市 計画 決定 1990 年 ( 平成 2 年 ) 度 : 五條 道路 工事 着手 1991 年 ( 平成 3 年 ) 度 : 橋本 道路 ・ 用地 買収 に 着手 1991 年 7 月 19 日 : 大和 御所 道路 ・ 都市 計画 決定 1991 年 ( 平成 3 年 ) 12 月 21 日 : 京奈 道路 ・ 田辺西 IC ~ 精華 下狛 IC 開通 。 1992 年度 : 大和 御所 道路 「 御所 区間 」 「 大和 区間 」 事業 化 。 大和 区間 用地 買収 着 手 1993 年 ( 平成 5 年 ) 度 : 紀北 東道路 ・ 事業 化 1993 年 ( 平成 5 年 ) 3 月 25 日 : 京奈 道路 ・ 精華 下狛 IC ~ 山田 川 IC 開通 。 1994 年度 : 大和 御所 道路 「 大和 区間 」 工事 着手 1997 年度 : 紀北西 道路 ・ 事業 化 1998 年度 : 大和 御所 道路 「 御所 区間 」 用地 買収 着手 。 橋本 道路 ・ 着工 1998 年 8 月 : 紀北 東道路 ・ 都市 計画 決定 1999 年 12 月 : 紀北西 道路 ・ 都市 計画 決定 2000 年 ( 平成 12 年 ) 4 月 16 日 : 京奈 道路 ・ 山田 川 IC ~ 木津 IC 開通 し 全通 2002 年度 : 紀北 東道路 ・ 用地 買収 に 着手 2004 年 ( 平成 16 年 ) 3 月 20 日 : 大和 御所 道路 ・ 橿原 市 曽我 町 ( 国道 24 号 ) ~ 同市 新堂 町 ( 国道 165 号 大和 高田 バイパス ) 間 の 一般 部 ( 平面 部分 ) 開通 。 2006 年 ( 平成 18 年 ) 4 月 15 日 : 大和 御所 道路 ・ 三宅 IC と 田原本 IC を 除 い て 郡山南 IC ~ 橿原北 IC 開通 、 西名阪 自動 車 道 郡山 インター チェンジ ( 奈良 県 ) ~ 郡山南 IC 間 の 平面 部分 開通 。 2006 年 ( 平成 18 年 ) 4 月 22 日 : 五條 道路 ・ 五 條 北 IC - 五條 IC 開通 ( 暫定 2 車線 ) 2006 年 ( 平成 18 年 ) 4 月 27 日 : 橋本 道路 ・ 橋本 IC ~ 高野口 IC 開通 。 2006 年 ( 平成 18 年 ) 6 月 17 日 : 五條 道路 ・ 橋本 道路 ・ 五條 IC - ( 奈良 和歌山 県境 ) - 橋本 東 IC 開通 ( 暫定 2 車 線 ) これ に よ り 五條 道路 は 全通 。 2007 年 ( 平成 19 年 ) 3 月 25 日 : 紀北 東道路 ・ 高野口 IC ~ かつらぎ IC 間 着工 2007 年 ( 平成 19 年 ) 8 月 2 日 : 橋本 道路 ・ 橋本 東 IC ~ 橋本 IC 間 開通 し 全通 2005 年度 ( 平成 17 年度 道路 交通 センサス より ) 平日 24 時間 交通 量 ( 台 ) 城陽 IC ~ 田辺北 IC : 26 , 66 1 田辺北 IC ~ 田辺西 IC : 16 , 42 3 田辺西 IC ~ 精華 下狛 IC : 16 , 100 精華 下狛 IC ~ 精華 学研 IC : 15 , 09 1 精華 学研 IC ~ 山田 川 IC : 14 , 778 山田川 IC ~ 木津 IC : 9 , 945 橿原 市 土橋 町 : 29 , 6 1 8 ( 一般 部 ) +名神 高速 道路 国道 1 号 国道 1 71 号 京滋 バイパス 国道 478 号 ( こくどう 47 8 ごう ) は 、 京都 府 宮津 市 から 京都 府 久世 郡 久御山 町 へ 至 る 一般 国道 で あ る 。 乙訓 郡 大山崎 町 の 国道 1 71 号 から 久世 郡 久御山 町 の 国道 1 号 交点 まで は 一般 道路 も 建設 さ れ て い る が 、 大 部分 は 京都 縦貫 自動 車 道 と し て 建設 さ れ る 。 現在 は 京都 縦 貫 道 丹波 インター ~ 近畿 自動 車 道 舞鶴 若狭 線 綾部 安国 寺 インター 間 ( 丹波 綾部 道路 ) が 国土 交通 省 の 手 に よ っ て 建設 さ れ て い る 。 概要 距離 : 63 . 9 km 起点 : 京都 府 宮津 市 ( 宮津 天 橋立 インター チェンジ = 国道 312 号 鳥取 豊岡 宮津 自動 車 道 終点 ) 終点 : 京都 府 久世 郡 久御山 町 ( = 国道 1 号 交点 ) 主な 経由 地 : 舞鶴 市 、 綾部 市 、 亀岡 市 、 京都 市 、 八幡 市 指定 区間 : 京都 府 綾部 市 綾部 ジャンクション ~ 京都 府 久世 郡 久御山 町 終点 管理 者 京都 府 道路 公社 西 日本 高速 道路 亀岡 工事 事務 所 西 日本 高速 道路 茨木 工事 事務 所 国土 交通 省 京都 国道 事務 所 京都 第 二 維持 出張 所 ( 大山崎 町 ~ 久御山 町 の 一般 部 ) 通過 市 町 京都 府 宮津 市 - 舞鶴 市 - 綾部 市 - 船井 郡 京丹波 町 - 南丹 市 - 亀岡 市 - 京都 市 ( 西京 区 ) 、 乙訓 郡 大山崎 町 - 八幡 市 - 久世 郡 久御山 町 インター チェンジ 京都 縦貫 自動 車 道 参照 主な 接続 道路 有料 道路 区間 は 京都 縦貫 自動 車 道 参照 名神 高速 道路 国道 1 71 号 国道 1 号 京滋 バイパス 別称 京都 縦貫 自動 車 道 京滋 バイパス 京都 第 二 外環 状 道路 京都 丹波 道路 丹波 綾部 道路 綾部 宮津 道路 +桂川 パーキング エリア ( かつら がわ パーキング エリア ) は 、 京都 府 京都 市 南 区 ( 京都 市 ) 久世 東 土川 町 の 名神 高速 道路 上 に あ る パーキング エリア 。 道路 公団 民営 化 前 で 唯一 名 神 高速 道路 の 財団 法人 道路 サービス 機構 の エリア で あ っ た 。 以前 、 大阪 府 三島 郡 ( 大阪 府 ) 島 本 町 ( 大山崎 ジャンクション ・ 大山崎 インター チェンジ 〜 高槻 バス ストップ 間 ) に あ っ た 桜井 パーキング エリア が 車線 拡幅 工事 の 関係 で 1998 年 ( 平成 10 年 ) 3 月 に 移転 し た もの 。 なお 、 旧 桜井 PA の 場所 は 高槻 第 二 ジャンクション の 用地 に 転用 さ れ る 。 名称 の 由来 と な っ た 桂川 自体 と 、 当 PA と は 、 直線 で 1 km 強離れ て い る 。 名神 高速 道路 駐車 場 大型 : 54 台 小型 : 108 台 便所 男性 : 大 8 ( 和式 5 ・ 洋式 3 ) 、 小 24 女性 : 34 ( 和式 24 ・ 洋式 10 ) 車 椅子 用 : 1 スナック ( 700 〜 2100 ) ショッピング ( 700 〜 2100 ) 自動 販売 機 携帯 電話 充電器 ( 700 〜 2100 ) 駐車 場 大型 : 68 台 小型 : 117 台 便所 男性 : 大 8 ( 和式 5 ・ 洋式 3 ) 、 小 26 女性 : 36 ( 和式 25 ・ 洋式 11 ) 車 椅子 用 : 1 スナック ( 700 〜 2100 ) ショッピング ( 700 〜 2100 ) 自動 販売 機 携帯 電話 充電器 ( 700 〜 2100 ) 隣 名神 高速 道路 ( 33 ,33 - 1 , 33 - 2 ) 京都 南 インター チェンジ - 桂川 PA - ( 33 - 3 ) 大山崎 インター チェンジ / ( 33 - 3 ) 大山崎 ジャンクション 次 の SA / PA 上り 線 ( 京都 南 ・ 米原 ・ 名古屋 方面 ) : 大津 サービスエリア 下り 線 ( 久御山 ・ 米原 ・ 名古屋 方面 ) : 草津 パーキング エリア ( 西宮 方面 ) : 吹田 サービスエリア ( 舞鶴 ・ 津山 ・ 岡山 ・ 徳島 方面 ) : 西宮 名塩 サービスエリア ( 中国 自動 車 道 ) ( 松原 方面 ) : 東 大阪 パーキング エリア ( 近畿 自動 車 道 ) +舞鶴 東 インター チェンジ ( まいづる ひがし インター チェンジ ) は 、 舞鶴 若狭 自動 車 道 の インター チェンジ で 京都 府 舞鶴 市 堂奥 に 位置 する 。 2003 年 ( 平成 15 年 ) 3 月 9 日 まで 旧 舞鶴 自動 車 道 の 終点 で あ る 。 京都 府 北部 の 中心 都市 で あ る 舞鶴 市 の 東地区 の 玄関 口 で あ り 、 舞鶴 市 役所 や 京都 府 中丹 広域 振興 局 、 舞鶴 港 の 小樽 行 き 新 日本 海 フェリー 乗り場 に 最も 近 い インター チェンジ で あ る 。 舞鶴 若狭 自動 車 道 ( 8 番 ) 1998 年 ( 平成 10 年 ) 3 月 18 日 : 舞鶴 自動 車 道 の 終点 と し て 開業 。 2003 年 ( 平成 15 年 ) 3 月 9 日 : 舞鶴 東 IC より 小浜西 IC まで 延伸 。 京都 府道 28 号 小倉西 舞鶴 線 ミニ ストップ 東 舞鶴 インター 店 ベスト ワン 京都 府 立 東 舞鶴 高等 学校 平工業 団地 日本 板 硝子 舞鶴 事業 所 新菱 冷熱 工業 舞鶴 工場 日立 造船 東 舞鶴 事業 所 京都 北都 信用 金庫 田中 支店 赤 れんが 博物 館 舞鶴 引揚 記念 館 青葉山ろく 公園 隣 舞鶴 若狭 自動 車 道 ( PA ) 綾部 パーキング エリア - ( 7 ) 舞鶴 西 インター チェンジ - ( 8 ) 舞鶴 東 IC - ( PA ) 舞鶴 パーキング エリア - ( 9 ) 大飯 高浜 インター チェンジ +第 二 京阪道路 ( だい に けい はん どうろ ) は 、 京都 府 京都 市 伏見 区 から 大阪 府 門真 市 に 至 る 一般 国道 1 号 バイパス 道路 で あ る 。 4 - 6 車線 の 専用 部 ( 自動 車 専用 道路 ) と 側道 に 当た る 2 - 4 車線 の 一般 部 ( 一般 道路 ) から な る 。 飽和 状態 に あ る 京阪 国道 および 近畿 自動 車 道 の 吹田 ジャンクション ・ 吹田 インター チェンジ と 門真 インター チェンジ ( 近畿 自動 車 道 ) 間 の 渋滞 緩和 ( 加え て 、 これ に 付随 する 名神 高速 道路 の 天王 山 トンネル 付近 と 京都 南 インター チェンジ 付近 の 渋滞 緩和 ) を 目的 と し て 整備 が 進 ん で い る 。 沿道 環境 へ の 対策 と し て 、 道路 の 両脇 に 副道 ・ 植栽帯 ・ 自転 車 歩行 者 道 から な る 環境 施設 帯 を 設置 し て い る 。 国土 交通 省 は 「 緑立 つ 道 」 の 愛称 を 付け て い る 。 ここ で は 、 一般 有料 道路 と し て の 営業 路線 で は 第 二 京阪 道路 に 含 ま れ る 洛南 連絡 道路 ( 地域 高規格 道路 ) に つ い て も 合わせ て 記述 する 。 延長 約 28 . 3 キロメートル の 自動 車 専用 道路 で あ り 、 地域 高規格 道路 の 計画 路線 に 指定 さ れ て い る 。 一般 有料 道路 と し て の 営業 路線 で は 、 阪神 高速 道路 8 号 京都 線 接続 部 から 門真 ジャンクション まで の 区間 が 第 二 京阪 道路 で あ る 。 地域 高規格 道路 の 路線 で は 、 巨椋 池 インター チェンジ から 門真 JCT まで の 区間 ( 延長 約 27 . 4 km ) が 第 二 京阪 道路 で あ り 、 阪神 高速 道路 8 号 京都 線 接続 部 から 巨椋 池 IC まで の 区間 ( 延長 約 0 . 9 km ) は 洛南 連絡 道路 ( らくなん れんらく どうろ ) で あ る 。 起点 阪神 高速 道路 8 号 京都 線 接続 部 終点 門真 JCT 道路 構造 令 等 2 種 2 級 60 キロメートル 毎時 、 1 種 3 級 80 km / h 車線 数 4 車 線 、 6 車 線 公共 事業 ・ 有料 道路 事業 の 合併 施行 方式 ( 道路 整備 ) で 建設 さ れ て お り 、 建設 工事 の 途中 で 国土 交通 省 から 西 日本 高速 道路 に 移管 さ れ 、 西 日本 高速 道路 株式 会社 が 一般 有料 道路 と し て 管理 する 。 阪神 高速 道路 8 号 京都 線 接続 部 は 一般 部 の 起点 より も 約 1 . 4 km 南 の 淀川 左岸 ( 南岸 ) 付近 に あ る ため 、 専用 部 の 延長 距離 は 一般 部 の それ より も 短 く な っ て い る 。 巨椋 池本 線 料金 所 以北 は 4 車線 ( 第 2 種 第 2 級 ・ 設計 速度 60 km / h ) 、 巨椋 池本 線 料金 所 から 久御山 ジャンクション まで は 4 車線 ( 第 1 種 第 3 級 ・ 設計 速度 80 km / h ) 、 久御山 JCT 以南 は 6 車線 ( 第 1 種 第 3 級 ・ 設計 速度 80 km / h ) で あ る 。 現在 は 、 京田 辺 本線 料金 所 以南 も 4 車線 で あ る が 、 門真 JCT まで の 開通 時 に 6 車 線 化 さ れ る 。 2003 年 3 月 30 日 に 最初 の 区間 と し て 巨椋 池 IC から 枚方 東 インター チェンジ が 部分 開通 し た 。 巨椋 池 IC 以北 の 区間 は 、 阪神 高速 道路 8 号 京都 線 と 同時 に 2008 年 1 月 19 日 開通 し た 。 枚方 東 IC 以南 の 区間 に つ い て は 、 2007 年度 中 の 開通 を 目標 と し て い た が 、 用地 買収 の 遅れ や 道路 が 通 る 周辺 住民 の 反対 運動 等 で 、 現在 は 2010 年 春 開通 予定 で 建設 が 進め られ て い る 。 京都 府 大阪 府 枚方 市 - ( ここ から 右 は 建設 中 ) - 交野 市 - 寝屋川 市 - 四條畷 市 - 寝屋川 市 - 門真 市 IC 番号 欄 の 背景 色 が ■ で あ る 部分 に つ い て は 道路 が 供用 済み の 区間 を 示 し て い る 。 また 、 施設 名欄 の 背景 色 が ■ で あ る 部分 は 施設 が 供用 さ れ て い な い 、 また は 完成 し て い な い こと を 示 す 。 未開通 の IC / JCT 名 は 仮称 。 第 二 京阪 道路 の 距離 標 は 巨椋 池 IC を 起点 に 門真 JCT に 向か っ て 付け られ て お り 、 洛南 連絡 道路 区間 の キロポスト は 阪神 高速 道路 8 号 京都 線 接続 部 を 起点 に 「 洛 0 . 5 」 の よう に 付け られ て い る 。 阪神 高速 道路 8 号 京都 線 接続 部 から 枚方 東 IC 2003 年 3 月 30 日 巨椋 池 IC - 枚方 東 IC 開通 2008 年 1 月 19 日 阪神 高速 道路 8 号 京都 線 接続 部 - 巨椋 池 IC 開通 2010 年 3 月 枚方 東 IC - 門真 JCT 下記 の 3 区間 に 分け て 定め られ て い る 。 A 区間 ( 京都 市 伏見 区 向島 大黒 ( 起点 ) - 京田 辺 松井 IC ) 各 インター チェンジ 等 相互 間 に よ る 料金 A 区間 の 全 区間 を 通行 し た 場合 の 料金 は 下記 の 通り 。 軽 自動 車 等 350 円 ( 通貨 ) 普通 自動 車 400 円 中型 自動 車 500 円 大型 自動 車 700 円 特定 大型 車 1 , 1 50 円 B 区間 ( 京田 辺 松井 IC - 交野 市 星田北 ( 交野 南 IC ) ) この 区間 の 料金 。 全線 供用 開始 の 前日 まで は 括弧 内 。 軽 自動 車 等 350 円 ( 200 円 ) 普通 車 450 円 ( 200 円 ) 中型 車 500 円 ( 250 円 ) 大型 車 700 円 ( 300 円 ) 特大 車 1 ,200 円 ( 400 円 ) C 区間 ( 交野 市 星田北 ( 交野 南 IC ) - 門真 市 大字 稗島 ( 門真 JCT ) ) この 区間 の 料金 軽 自動 車 等 350 円 普通 車 450 円 中型 車 550 円 大型 車 750 円 特大 車 1 , 2 50 円 2005 年度 ( 平成 17 年度 道路 交通 センサス より ) 平日 24 時間 交通 量 ( 台 ) 巨椋 池 IC - 久御山 JCT 6 , 334 久御山 JCT - 久御 山南 IC 12 , 543 久御 山南 IC - 八幡東 IC 14, 0 44 八幡東 IC - 京都 府 ・ 大阪 府 境 7,0 45 延長 約 29 . 7 km の 一般 道路 で あ る 。 都市 計画 上 の 名称 及び 国土 交通 省 の 事業 名称 は 、 洛南 道路 ( 京都 府 内 の 京滋 バイパス 以北 ・ 延長 約 3 . 3 km ) ・ 京都 南道路 ( 京都 府 内 の 京滋 バイパス 以南 ・ 延長 約 8 . 8 km ) ・ 大阪 北道路 ( 大阪 府 内 ・ 延長 約 17 . 6 km ) と な っ て い る 。 起点 京都 市 伏見 区 横大路 下 三 栖 終点 門真 市 大字 稗島 規格 等 3 種 1 級 60 km / h 、 3 種 2 級 60 km / h 車線 数 4 車 線 、 2 車線 事業 主体 ・ 道路 管理 者 と も 国土 交通 省 で あ る 。 一般 部 は 専用 部 の 「 側道 」 の 位置 づけ で あ り 、 専用 部 インター チェンジ と 主要 道路 と の 連絡 と 、 沿道 地域 間 交通 で の 利用 が 想定 さ れ て い る 。 この ため 、 周辺 地域 に 設置 さ れ て い る 道路 標識 で は 、 「 国道 1 号 」 の 表示 で 枚方 バイパス へ 、 自動 車 専用 道路 を 示 す 緑色 の 「 第 二 京阪 」 の 表示 で 第 二 京阪 道路 の 一般 部 を 経由 し て 専用 部 へ 誘導 さ れ る よう に な っ て い る 。 起点 は 専用 部 の 起点 より も 約 1 . 4 km 北 の 京都 外環状 線 交点 で あ る ため 、 一般 部 の 延長 距離 は 専用 部 の それ より も 長 く な っ て い る 。 京田辺 松井 IC 以北 と 国道 170 号 交点 以南 は 片側 2 車線 ( 第 3 種 第 1 級 ・ 設計 速度 60 km / h ) 、 京田 辺 松井 IC から 国道 170 号 交点 まで は 片側 1 車線 ( 第 3 種 第 2 級 ・ 設計 速度 60 km / h ) で あ る 。 ただし 、 京田 辺 松井 IC から 国道 170 号 交点 まで の 区間 で も 、 枚方 東 IC から 国道 307 号 交点 ( 専用 部 の インター チェンジ から 主要 道路 交差 点 まで ) は 片側 2 車線 と な っ て い る 。 京滋 バイパス 以南 に つ い て は 、 堀 割 構造 で あ る 京田 辺 松井 IC 付近 から 枚方 東 IC 付近 、 枚方 南 IC 付近 から 交野 北 IC 付近 を 除 き 、 道路 の 両脇 に 副道 ( 一方 通行 で 1 車線 ) ・ 自転 車 歩行 者 道 ・ 植栽 帯 から な る 環境 施設 帯 を 設置 し て い る 。 原則 と し て 主要 道路 以外 に は 副道 を 経由 し て 接続 し て い る 。 当初 は 、 一般 部 は 片側 2 車線 の 本線 と 片側 2 車線 の 側道 から な っ て お り 、 京阪 国道 の 機能 を 完全 に 代替 する 計画 で あ っ た 。 しかし 、 沿線 住民 の 反対 運動 など も あ り 、 側道 部分 を 環境 施設 帯 に 変更 する と とも に 、 住宅 地 の 中 を 通過 する 京田 辺 松井 IC から 国道 170 号 交点 まで の 区間 で は 本線 部分 も 片側 1 車線 に 変更 し 、 枚方 バイパス の 機能 を 補完 する と い う 現在 の 形 に な っ た 。 未開通 の 木津川 ( 京都 府 ) 渡河 部 ( 久御 山南 IC から 京都 府道 22 号 八幡 木津 線 交点 まで ) と 国道 30 7 号 以南 の 区間 は 、 専用 部 の 全線 開通 と 同時 に 2010 年 春 開通 予定 で 建設 が 進め られ て い る 。 京都 府 大阪 府 枚方 市 - ( ここ から 右 は 建設 中 ) - 交野 市 - 寝屋川 市 - 四條畷 市 - 寝屋川 市 - 門真 市 京都 市 伏見 区 横大路 下 三 栖 里 ノ内 ( 京都 外環 状 線 及び 油小路 通交点 ) から 久御 山南 IC 八幡 市 上津屋 八王子 ( 京都 府道 22 号 八幡 木津 線 交点 ) から 枚方 市 津田 東町 3 丁目 ( 国道 307 号 交点 ) 門真 市 大字 三ツ島 から 門真 市 大字 稗島 ( 大阪 府 道 2 号 大阪 中央 環状 線 交点 ) ( 副道 のみ ) 1997 年 9 月 門真 市 大字 三ツ島 から 門真 市 大字 稗島 ( 大阪 府 道 2 号 大阪 中央 環状 線 交点 ) 開通 ( 環境 施設 帯 の モデル 区間 と し て 環境 施設 帯 の み 開通 ) 2003 年 3 月 30 日 久御山 町 佐山美 ノケ 薮 ( 京都 府道 15 号 宇治 淀 線 交点 ) から 久御 山南 IC 、 八幡 市 上津屋 八王子 ( 京都 府道 22 号 八幡 木津 線 交点 ) から 八幡 市 内里 松ケ外 ( 京都 府道 282 号 内里 城陽 線 交点 ) 、 京田辺 市 松井口 仲谷 ( 京都 府道 736 号 交野 久 御山 線 交点 ) から 枚方 市 津田 東町 3 丁目 ( 国道 307 号 交点 ) 開通 2005 年 6 月 19 日 久御山 町 森 北 大内 ( 久御山 JCT ) から 久御山 町 佐山美 ノケ 薮 ( 京都 府道 15 号 宇治 淀 線 交点 ) 開通 2007 年 3 月 24 日 八幡 市 内里 松ケ外 ( 京都 府道 282 号 内里 城陽 線 交点 ) から 京田辺 市 松井口 仲谷 ( 京都 府道 736 号 交野 久 御山 線 交点 ) 開通 2005 年度 ( 平成 17 年度 道路 交通 センサス より ) 平日 24 時間 交通 量 ( 台 ) 京都 市 伏見 区 横大路 下 三 栖 里 ノ内 45 , 80 3 久世 郡 久御山 町 東 一口 37,8 12 久世 郡 久御山 町 佐山字 新開地 9 , 119 枚方 市 長尾 台 20 , 172 ジャスコ 久御山 ショッピング センター 京阪東 ローズ タウン 大阪 国際 大学 +三条 通 ( さんじょうどおり ) は 京都 府 京都 市 の 主要 な 東西 の 通り の 一 つ 。 平安 京 の 三 条 大路 に 相当 する 。 また 、 鴨川 ( 淀川 水系 ) に 架か る 三条 大橋 が 東海道 東海道 五十 三 次 の 終点 だっ た 。 東 は 山科 区 四宮 から 西 は 右京 区 の 嵐山 ( 渡月 橋 ) に 至 る 。 東海道 の 京 の 出入口 の 部分 は 「 京 の 七口 」 の 一 つ の 「 粟田口 」 と 呼 ば れ 、 近く に あ る 粟田 神社 は 「 旅立ち の 神 」 と し て 信仰 さ れ た 。 山科 区 内 で は 、 東海道 の 旧道 と 、 現在 は 京都 府道 143 号 四ノ宮 四 ツ 塚 線 に な っ て い る 旧 国道 1 号 の どちら も 三条 通 と 呼 ば れ る 。 ( 東海道 場 の 旧道 の 方 は 、 旧 三 条 通 と い わ れ る こと も 多 い ) 両者 は 日ノ岡 峠 の 山科 区 側 で 合流 し 、 蹴上 を 経 て 三条 大橋 で 鴨川 を 渡 る 。 東海道 と し て 延伸 し て い た 部分 は 、 山科 区 内 を 中心 に 三条 街道 と も 呼 ば れ て い る 。 河原町 通 から 寺町 通 に かけ て は 三条 名店 街 商店 街 と 呼 ば れ る アーケード の 商店 街 。 寺町 通 から 烏丸 通 に かけ て は 一方 通行 の 狭 い 道路 だ が 、 明治 時代 は メインストリート だっ た の で 、 旧 日本 銀行 京都 支店 ( 現在 は 京都 文化 博物 館 の 別館 ) や 中京 郵便 局 など の 近代 建築 が 多 い 。 郡 区 町 村 編制 法 に よ り 上京 区 ・ 下京 区 が 置 か れ た とき 、 この 三 条 通 を 境 と し て 北 が 上京 区 、 南 が 下京 区 と さ れ た 。 烏丸 通と の 交差 点 に は 、 京都 市 道路 元標 が 残 さ れ て い る 。 堀川 通 から 千本 通 に かけ て は 再び アーケード の 三条 会 商店 街 と な る 。 千本 通 から 西 は 京都 府 道 112 号 二 条 停車 場 嵐山 線 と な り 、 幹線 道路 と な る 。 西 は 、 西 大路通 から 葛野 大路 通 まで の 京福 電気 鉄道 嵐山本線 併用 軌道 区間 を 越え る と 北西 に 進 み 、 旧 二条 通 ( 太子 道 ) と 合流 する と 再び 西 に 向か い 、 太秦 ( 広隆 寺 前 ) 、 帷子 辻 を 経 て 、 桂川 ( 淀川 水系 ) 左岸 で 罧原 通 と 合流 し 嵐山 ( 渡月 橋 ) に 至 る 。 嵐山 付近 は 観光 シーズン に は 慢性 的 な 渋滞 が 生 じ て い る 。 三条 大橋 東詰 から 烏丸 通 まで が 路上 喫煙 等 禁止 区域 で あ る 。 明治 の 初期 から メインストリート だっ た ため に 、 市街 地 で の 拡幅 は 限 ら れ て い た 。 しかし 、 東 と 西 の 郊外 で は 主要 幹線 と し て 拡幅 さ れ 、 路面 電車 が 通 さ れ た 。 東側 は 、 京阪 電気 鉄道 京阪 京津 線 が 三条 大橋 ( 鉄道 駅 の 位置 は 多少 変化 し て い る ) から 蹴上 まで と 、 日ノ岡 の 西方 から 御陵 まで 路上 を 併用 軌道 で 走 っ て い た 。 現在 は ほぼ 同じ 区間 を 京都 市営 地下 鉄 京都 市営 地下 鉄 東西線 が 走 っ て い る 。 西側 は 、 西 大路通 から 葛野 大路 通 まで の 区間 を 、 嵐電 ( らんでん ) と 通称 さ れ る 京福 電気 鉄道 嵐山本線 が 現在 も 路上 を 併用 軌道 で 走 っ て い る 。 上側 が 東側 、 下側 が 南側 。 左側 が 北側 、 右側 が 南側 。 交差 する 道路 の 特記 が な い もの は 市 町 村道 。 2005 年度 の 平日 24 時間 交通 量 ( 台 ) ( 平成 17 年度 道路 交通 センサス より ) 山科 区 日ノ岡 朝田町 : 34 , 576 右京 区 西院 春栄町 : 17 ,432 京都 薬科 大学 琵琶 湖 疏水 京都 市 水道 局 蹴上 浄 水場 都 ホテル 南禅 寺 高 山彦 九郎 皇居望 拝 像 三条 京阪 三条 大橋 ( 鴨川 ( 淀川 水系 ) ) 京都 文化 博物 館 旧 日本 銀行 京都 支店 - 明治 時代 の 建築 ( 現在 は 博物 館 別 館 と し て 使用 ) 中京 郵便 局 - 外観 の み 明治 建築 が 残 さ れ て い る 西 日本 電信 電話 京都 支店 みずほ 銀行 京都 中央 支店 旧 第 一 銀行 京都 支店 - 明治 時代 の 建築 ( 復元 建築 ) 三条 会 商店 街 立命 館 大学 朱雀 キャンパス 島津 製作 所 本社 東映 太秦 映画 村 広隆 寺 京都 市 右京 区 役所 右京 警察 署 京都 嵯峨 芸術 大学 京都 西 郵便 局 嵐山 瑞泉 寺 京都 市営 地下 鉄 京都 市営 地下 鉄 東西 線 太秦 天神川 駅 - 三条 京阪 駅 - 東山 駅 ( 京都 府 ) - 蹴上 駅 - 御陵 駅 京阪 電気 鉄道 京阪本線 ・ 京阪 鴨 東線 三条 駅 ( 京都 府 ) 京福 電気 鉄道 京福 電気 鉄道 嵐山本線 帷子 ノ 辻 駅 - 太秦 広隆 寺 駅 - 蚕ノ 社 駅 - 嵐電 天 神川 駅 - 山ノ内 駅 ( 京都 府 ) - 西 大路 三条 駅 +川端通 ( かわばたどおり ) は 京都 市 の 通り の ひと つ 。 南北 の 通り 。 鴨川 ( 淀川 水系 ) 、 高野川 ( 京都 市 ) 東岸 を 走 る 道路 。 北 は 左京 区 山端 で 白川 通 と 合流 する 。 南 は 東山 区 の 塩小路 通 と の 交差 点 まで で 、 塩小路 以南 は 師団 街道 と 呼 ば れ る 。 高野橋 東詰 ( 北大路 通 と の 交差 点 ) 以北 は 国道 367 号 の 一部 で あ る 。 河合 橋 東詰 ( 旧 今出川 通 ) から 南 、 塩小路 橋 東詰まで 京阪 電気 鉄道 の 京阪 本 線 と 京阪 鴨 東線 が 地下 を 走 っ て い る 。 三条 駅 ( 京都 府 ) 以南 は 京阪 本 線 の 地上 線 の 跡地 で あ り 、 1987 年 に 京阪 本 線 の 鴨川 沿い の 東福 寺 駅 - 三条 駅 ( 京都 府 ) が 連続 立体 交差 さ れ た こと に よ り 生 じ た 土地 と 、 並行 する 琵琶 湖 疏水 の 溝渠 化 で 出来 た 用地 を 使 っ て 塩小路 通 まで 延長 さ れ て い る 。 この よう に 、 市内 中心 部 で 開通 し た の が 比較 的 新し い こと も あ っ て 、 河原 町 通 と 祇園 の 間 に あ る に も かかわ ら ず 、 沿道 に 商業 施設 の 集積 が 進 ん で い な い 。 また 、 道路 開通 から 浅 い ため 、 他 の 京都 の 交差 点 の よう に 「 川端 三条 」 、 「 川端 四条 」 、 「 川端 五条 」 、 「 川端 七 条 」 と は 呼 ば ず 、 「 三条 大橋 」 、 「 四条 大橋 」 、 「 五条 大橋 」 、 「 七条 大橋 」 と 橋 の 名前 で 呼 ば れ る 場合 が 多 い 。 また は 、 かつて 京阪 電車 が 地上 を 走 っ て い た ころ から バス 停留 所 の 名前 と し て 使 わ れ た 「 三条 京阪 」 や 「 四条 京阪 前 」 など と い う 呼び名 も 地名 と し て 親し ま れ て い る 。 塩小路 通 以北 の 鴨川 沿い に は 遊歩 道 が 設け られ て い る 。 上側 が 北側 、 下側 が 南側 。 左側 が 西側 、 右側 が 東側 。 交差 する 道路 の 特記 が な い もの は 市 町 村道 。 京都 府 下鴨 警察 署 叡山 電鉄 - 修 学院 駅 、 出町 柳 駅 京阪 鴨 東 線 -出町 柳 駅 、 丸太町 駅 ( 京阪 ) 京阪本 線 - 三 条 駅 ( 京都 府 ) 、 四条 駅 ( 京阪 ) 、 五条 駅 ( 京阪 ) 、 七条 駅 京都 少年 鑑別 所   東 一 条 通 京都 精華 女子 高等 学校   同上 近畿 地方 発明 センター   同上 関西 ドイツ 文化 センター   同上 京都 大学 アジア アフリカ 地域 研究 センター   近衛 通 京都 大学 付属 病院   春日 上通 ( 正面 は 川端 通 と 反対 の 東大路 ) 京都 市営 地下 鉄 東西 線 - 三 条 京阪 駅 高 山彦 九郎 皇居望 拝像 ( 通称 「 土下 座像 」 ) 祇園 南座   四条 大橋 東詰 宮川 町 +東大路通 ( ひがしおおじ どおり ) は 京都 市 の 主要 な 南北 の 通り の 一 つ 。 平安 京 の 東 の 端 、 東京 極 大路 で あ っ た 寺町 通 に 代わ り 、 現在 の 市街 地 東端 の 南北 幹線 と 認識 さ れ る 。 東山 通 ( ひがしやまどおり ) と い う 呼 び 方 も さ れ 、 交差 点 名 、 バス 停留 所名 など に は 市電 時代 から の 「 東山 ○ ○ 」 が 用い られ る 。 なお 京都 市 内 に は 、 東大 路通 以外 に 、 大路 の 名 の つ く もの に 北大路 通 、 西 大路通 、 葛野 大路通 など の 幹線 道路 が あ る が 、 いずれ も 近代 以降 に 設け られ た もの で 、 明治 以前 に は 存在 し な かっ た 。 北 は 北山 通 、 南 は 線形 ( 路線 ) し て 九条 通 と な る 東福 寺 まで で あ る 。 北大路 通 と の 交差 点 で あ る 高野 から 南 へ 東福 寺 まで は 京都 市 電 の 東山 線 が 走 っ て い た 。 市電 の 通 っ て い な かっ た 高野 から 北 、 北山 通 の 間 は 道幅 が 狭 く な る 。 京都 市 内 の 幹線 道路 に し て は 珍し く 、 祇園 から 五 条坂 に かけ て は かなり アップ ダウン が あ る 。 清水道 ・ 祇園 を 中心 と し て 、 観光 シーズン に は かなり の 渋滞 が 発生 する 。 京都 駅 と 主要 観光 地 を 結 ぶ 路線 バス の 主経路 に も な っ て い る が 、 渋滞 の ため に 遅れ を 生 ずる こと が しばしば で あ る 。 ここ 数 年 、 秋 の 観光 シーズン に は 、 その 渋滞 軽減 の ため の 取り組み が 行 わ れ て い る 。 上側 が 北側 、 下側 が 南側 。 左側 が 西側 、 右側 が 東側 。 交差 する 道路 の 特記 が な い もの は 市 町 村道 。 北 から 修学院 駅 元 田中 駅 京都 市 左京 保健 所 京都 情報 大学 院 大学 百 万 遍 交差 点 京都 大学 京都 市 左京 区 役所 東山 駅 ( 京都 府 ) 知恩 院 八坂 神社 祇園 清水 寺 西 大谷本 廟 六波羅 蜜 寺 智積 院 京都 国立 博物 館 東福 寺 +京都 市 内 の 通り ( きょう と し な い の とおり ) は 単なる 道路 の 名前 に 留ま ら ず 、 住所 を 表 す ため に も 用い られ る ( 京都 市 地理 を 参照 せよ ) 。 この 記事 で は 京都 市 の 通り に 関 する 話題 と 通り の 記事 の 一覧 を 示 す 。 なお 、 正式 な 通り の 名称 の 場合 「 通 」 に 送り 仮名 は 付 さ な い 。 しかし ながら 道路 標識 に お い て は 専ら 送り 仮名 が 付け られ て い る 。 京都 市 の 中心 部 の 東西 ・ 南北 の 通り の 名 を 覚え る ため に 、 通り の 名前 を 編み込 ん だ 唄 が いく つ か 知 ら れ て い る 。 その 中 で も 代表 的 な もの が 下 の 2 曲 で あ る 。 節 の 最初 を 取り 、 南北 の 通り に つ い て は 寺 御 幸 ( てらごこ ) 、 東西 の 通り に つ い て は 丸竹 夷 ( まるたけえびす ) と も 呼 ば れ る 。 なお 、 丸竹 夷 が 口伝え に 伝え られ て き た もの で あ る の に 対 し 、 寺 御 幸 は 一 度 途絶え て しま っ た もの を 、 過去 の 史料 を もと に 再編 し た もの で あ る 。 京都 銀行 が 寺 御 幸 を 、 聖護 院 八 ツ橋 が 丸竹 夷 を コマーシャル ・ メッセージ で 使 っ た こと も あ る 。 また 、 劇場 版名 探偵 コナン 『 名 探偵 コナン 迷宮 の 十字 路 』 に も これ ら の 唄 が 使 わ れ た 。 歌詞 に つ い て は いく つ か の バリエーション が み られ る 。 ここ に 示 す の は その 中 の 一 例 で あ る 。 南北 の 通り ( 寺 御 幸 ) 寺 御 幸麩 屋 富 柳 堺 高間 東 に 車屋 町 烏 両替 室 衣 新町 釜座 西 小川 油 醒ヶ井 堀川 の 水 葭屋 猪黒 大宮 へ 松 日暮 に 智恵 光 院 浄福 千 本 果て は 西陣 「 西陣 」 は 通り の 名 で は な い 。 東西 の 通り ( 丸竹夷 ) 丸竹夷 二 押 御 池 姉三 六角 蛸 錦 四 綾 仏 高松 万 五 条 雪駄 ちゃらちゃら 魚 の 棚 六条 三 哲 通り すぎ 七 条 越えれ ば 八九 条 十 条 東寺 で とどめ さす 尚 、 雪駄屋 町 通 は 現在 楊梅通 、 銭屋 町 通 は 現在 的 場 通 、 魚 の 棚通 は 現在 六 条 通 。 三 哲 は 塩小路 通 。 また 「 東寺 」 は 通り の 名前 で は な い 。 下 を 「 五条 」 で 唄 を 終え る こと も あ る 。 また 、 魚 の 棚 以南 の 個所 に は 異な っ て 伝わ っ て い る 歌詞 が 多 く あ る 。 古く から 歌 い 慣ら さ れ て い る の は 、 上記 の 通り 、 十 条 通 を 歌い込 む もの だ が 、 三 哲 通 ( 塩小路 通 ) が 七条 通 より 早 く 歌 わ れ る と とも に 、 九条 通 に あ る 東寺 を 十 条 通 と とも に 掲げ る など 、 実際 の 通り の 順序 と 異な っ て 歌 わ れ て い る 。 なお 、 上が 丸太 町 通 から 始ま っ て い る が 、 江戸 時 の 町家 の 上手 は 概ね 丸太町 から 始ま り 、 下 は 五 条 程度 で あ っ た 。 また 、 昭和 初期 まで は その 外 で は 田畑 も 多 かっ た 。 これ を 実際 の 並び の 通り に 示 し た 歌詞 も あ る ( 下表 参照 ) 。 雪駄 ちゃらちゃら 魚 の 棚 七条 三 哲 通り すぎ 八条 越えれ ば 東寺 道 九条 東 寺 で とどめ さす 図子 ( 辻子 ) と 路地 地割 の 内部 に アクセス する ため 、 路地 が 作 ら れ る 。 多く は 袋小路 で 、 表 の 通り から 路地 へ の 入り口 に は 、 門 が 設け られ たり 住民 の 表札 が 掲げ られ たり する こと が よく あ る 。 表 の 家屋 の 二 階 が 上 を 覆 っ て い る 場合 も あ る 。 この よう に 、 京都 に おけ る 路地 は きわめて 内部 的 な もの で 、 部外 者 の 通行 が 自由 で あ る 通り と は 画然 と し た 区別 が あ る 。 道幅 は 人 の 擦れ違い が 出来 な い よう な もの から 、 軽 自動 車 が 行き 違え る よう な もの まで 様々 で あ る 。 先斗 町 通 と 木屋 町 通 を 繋 ぐ ビル の 通路 は 、 建物 が 現代 化 さ れ て も 生き残 っ て い る 路地 と いえ よ う 。 袋小路 の 路地 の 突き当たり を 貫通 さ せ 、 通路 と し て 開放 し た もの を 図子 ( ず し 、 辻子 と も 表記 する ) と 呼 ぶ 。 路地 と 異な り 、 一般 の 通り抜け が 認め られ て い る 。 図子 に は 「 革堂 図子 」 や 「 紋屋 図子 」 など 、 名前 が つけ られ て い る もの が あ る 。 中心 部 の 町名 に 「 図子 」 や 「 突抜 」 と ある もの は 図子 に 由来 する 。 背中合わせ の 路地 を 繋 い で 図子 と し た 経緯 を 物語 る もの も あ る 。 中 ほど で 直角 に あるいは 鍵 の 手 に 折れ 、 その 前後 で 道幅 が 違 っ て い る 。 京都 の 「 通り 」 の 直線 的 で 遠く を 見通せ る 形 と は 違 う 姿 が 図子 に は 見え る 。 道幅 が 狭 い 通り を 単純 に 路地 と 呼 ぶ の で は な い こと に 注意 が 必要 で あ る 。 特に 図子 の 集中 する 地域 と し て 、 上京 区 の 一条 通 以北 が 挙げ られ る 。 この 地域 は もともと 平安 京 の 範囲 外 だっ た が 、 市街 地 の 拡大 に よ り 南北 方向 の 通り が 北 に 延長 さ れ た 。 これ ら を 東西 方向 に 連絡 する ため の 図子 が 作 ら れ た 。 +御池通 ( お い けどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 京都 市 の 中心 に 位置 する 中京 区 の 中央 部 を 横断 し 、 川端 通 - 堀川 通間 は 京都 市 内 で 最も 通り の 幅 が 広 い 。 京都 市営 地下 鉄 の 京都 市営 地下 鉄 東西線 が 走 っ て い る 。 平安 京 の 三 条 坊門 小路 に あた る 。 東 は 川端 通 から 西 は 太秦 の 天神 川 通 まで の 4 . 9 キロメートル で あ る が 、 途中 二条 駅 で 分断 さ れ て い る 。 神泉 苑 の 傍 を 通 る ため 、 この 名前 に な っ た と い う が 、 江戸 時代 初期 の 1665 年 ( 寛文 5 年 ) 発行 の 地誌 「 京雀 」 に は 「 【 三条 坊門 通 】 この 筋 を 東 に て は 八幡 町 通 と 云 、 … 、 西 に て は 御池 通 と 云 、 此筋 室町 に 御池 町 あ り 、 むかし 鴨居 殿 と て 御所 あ り 、 鴨 の 下居 池 の 井 あ り ける 跡也 と か や 」 と あ る 。 今 も 烏丸 御池 付近 に は 「 御 池之 町 」 「 龍池 町 」 「 二条 殿 町 」 の 地名 が 残 る 。 池 も 含め て 二 条 殿 の 地 は 、 二条 家 の 邸跡 で 、 織田 信長 の 「 二条 新 御所 ( 二条 城 ) 」 の 故地 で も あ る 。 「 御池 通 神泉 苑 起源 説 」 は 近来 興 っ た 説 で 、 「 二条 殿 御 池 起源 説 」 に 従 う べ き だ ろ う 。 室町 通 御 池上 ル に は 「 二条 殿 御 池跡 」 の 碑 も 現存 する 。 東端 の 区間 で あ る 川端 通 から 堀川 通 の 間 は 、 第 二 次 世界 大戦 時 に 沿道 に あ っ た 家屋 を 防 火 帯 と し て 強制 疎開 さ せ た 跡 な の で 、 8 車線 の 広 い 通り と な っ て い る 。 かつて 当該 区間 に は 側道 が あ り 、 中央 分離 帯 及び 側道 分離帯 に は 1953 年 以降 に 植樹 さ れ 大き く 成長 し た 212 本 の ケヤキ の 街路 樹 も あ っ た 。 しかし 、 地下 鉄 東西 線 建設 工事 を 控え て 1990 年 - 1991 年 に 撤去 さ れ 、 梅小路 公園 へ 移植 さ れ た 。 現在 で は 、 道路 照明 灯 、 信号 機 、 南北 方向 の 交差 道路 の 標柱 など の デザイン が 統一 さ れ て い る 。 この デザイン は GKKyoto が 担当 し た 。 分離 帯 を 撤去 し て 車道 を 中央 に 寄せ た こと で 、 歩道 が 拡幅 さ れ た 。 歩道 の 車道寄り に は 新た に ケヤキ 223 本 が 植え直 さ れ た が 、 以前 の 立派 な 街路 樹 と は 比べ る べ く も な く 、 成長 する に は 20 年 以上 かか る 。 京都 市 役所 前 に は 地下 街 や 市営 地下 駐車 場 が 整備 さ れ て い る 。 祇園 祭 の 山鉾 巡行 の 経路 の 一部 と な っ て い る ほか 、 各種 の イベント で は 交通 規制 し て パレード など も 行 わ れ る 。 地下 鉄 東西線 の 京都 市 役所 前駅 / 烏丸 御池 駅 / 二条 城 前 駅 の 3 つ の 鉄道 駅 が あ る 。 交差 する 道路 上側 が 東側 、 下側 が 西側 。 左側 が 北側 、 右側 が 南側 。 交差 する 道路 の 特記 が な い もの は 市 町 村道 。 交通 量 2005 年度 ( 平成 17 年度 道路 交通 センサス より ) 平日 24 時間 交通 量 ( 台 ) 中京 区 御池通 高 倉 東 入ル 亀甲 屋 町 : 40 , 143 狭 く なり 2 車線 で あ る 。 迂 回路 と し て すぐ 北側 に 並行 する 押小路 通 が 4 車 線 の 広 い 通り に な っ て お り 、 地下 鉄 東西 線 も この 区間 で は 北 に 逸れ て 押小路 通 の 地下 を 通 っ て い る 。 もと は 狭 い 通り で 二条 駅 に よ り 東側 部分 と 分断 さ れ て い た 。 山陰 本線 連続 立体 交差 と 、 二条 駅 再 開発 に 伴 い 拡幅 工事 が 進 ん で 4 車 線 に な り 、 押小路 通 と 接続 さ れ た 。 地下 で は 地下 鉄 東西線 の 延伸 工事 が な さ れ 2008 年 1 月 16 日 に 太秦 天神川 駅 まで 開業 し た 。 途中 、 西 大路通 と の 交差 地点 に 西 大路 御池 駅 も 設置 さ れ た 。 同時 に 地上 部分 の 舗装 も 進 み 、 御池 通 も 天神 川 通 を 越え て 太秦 天神川 駅前 ターミナル 、 さらに 西 の 三 条 通 へ と 交差 する 形 と な っ た 。 三条 通 と 御池 通 は 旧 市街 地 内 で は 平行 し て 走 る 東西 の 道路 で あ る が 、 三条 通 が 西 大路 通 以西 で やや 北西 に 傾 く ため 交差 する こと と な る 。 御池 通 と 三条 通 の 交差 点 名 は 、 京都 市 地理 に 従 い 「 三条 御 池 」 と 名付け られ た 。 御池 大橋 京都 ホテル   河原 町 通角 京都 市 役所   河原 町 通角 ( 住所 は 寺町 通上 ル ) ゼスト 御池 ( 地下 街 ) 河原町 から 寺町 京都 市 立 京都 御 池 中 学校 二 条城   堀川 通押小路 通上 ル 。 御池通 に は 面 し て い な い 。 王 国 会館   大宮 通 西 入 神泉 苑   大宮 通 から 神泉 苑通 島津 製作 所 三条 工場 山ノ内 浄 水場   葛野 大路 通 から 天神 川 通 鉄道 駅 京都 市営 地下 鉄 京都 市営 地下 鉄 東西 線 - 京都 市 役所 前駅 - 烏丸 御池 駅 - 二条 城 前 駅 - 西 大路 御池 駅 - 太秦 天神川 駅 京都 市営 地下 鉄 烏丸 線 西 日本 旅客 鉄道 山陰 本 線 - 二条 駅 - +鯖 街道 ( さば かいどう ) と は 、 嶺南 で 獲れ た 魚介 類 を 京都 に 運 ぶ ため に 整備 さ れ た 街道 の 歴史 的 名称 。 その 魚介 類 の 中 で も 、 特に サバ が 多 かっ た ため 、 「 鯖 街道 」 と 言 わ れ る よう に な っ た 。 現在 の 福井 県 小浜 市 から 京都 市 左京 区 の 出町 柳 駅 まで の 区間 を 指 し 、 国道 27 号 ( 小浜 市 ~ 若狭 町 上中 ) 、 国道 30 3 号 ( 若狭 町 上中 ~ 高島 市 保坂 ) 、 国道 367 号 ( 高島 市 朽木 ~ 京都 市 左京 区 ) に あた る 。 ( 往時 の 鯖 街道 は 現在 の 国道 367 号 で は な く 、 大見 尾根 を 経由 する 山道 で あ っ た ) 。 なお 、 広義 で は 若狭 地方 から 京都 へ 海産 物 を 運 ん だ 街道 全て を 鯖 街道 と 呼 ぶ 。 若狭 湾 で 取れ た 鯖 に 塩 を まぶし 、 夜 も 寝 な い で 京都 まで 運 ぶ と 、 ちょうど 良 い 味 に な っ て い た と 言 わ れ 、 京 の 一般 庶民 に まで 喜 ば れ 、 その 到着 を 待ち望 ま れ た 。 この た . め に 、 これ を 運 ぶ 道 にいつ し か 鯖 街道 の 名 が 付け られ た 。 運 ぶ 人 達 は 「 京 は 遠 て も 十 八 里 」 と 歌 い ながら 寝 ず に 歩 き 通 し た 。 現在 も 国道 367 号 沿線 に は 、 鯖 寿司 を 生業 と し た 店 が 多数 存在 する 。 また 、 当時 の ルート ( 小浜 市 ⇔ 京都 市 左京 区 出町 柳 、 76 km ) を 走 り 通 す 「 鯖 街道 マラソン 」 が 毎年 開催 さ れ て い る 。 ルート の 大半 が 未舗 装路 で あ り 、 高低 差 も 大き い こと から 、 別名 「 ウルトラ 山岳 マラソン 鯖 街道 マラニック ( マラソン + ピクニック ) 」 と も 呼 ば れ る 。 熊川 宿 - 重要 伝統 的 建造 物 群 保存 地区 現在 の 日本 は 、 多く の サバ を ノルウェー から 輸入 し て い る 。 これ を 指 し て 、 ノルウェー から 日本 へ の 空路 を 「 現代 の 鯖 街道 」 と 呼 ぶ 人 も い る 。 なお 、 現在 は 塩 を まぶす の で は な く 冷凍 で 送 ら れ て お り 、 アニサキス の 心配 が 無 い 。 +烏丸 通 ( からすまどおり ) は 京都 市 の 主要 な 南北 の 通り の 一 つ 。 本来 は 「 からすまる 」 と 読 む が 、 撥音 便 化 し 、 現在 は 「 からすま 」 と 読 む 方 が 多 い 。 平安 京 の 烏丸 小路 に あた る 。 北 は 北 大路 バス ターミナル ( 北大路 駅 ) の 北側 の 今宮 通 まで 。 南 は 京都 駅 で 分断 さ れ る が 、 久世 橋 通 まで 延び て い る 。 北大路 通 以北 を 除 い て 4 車線 の 道路 で あ る 。 四条 烏丸 交差 点 周辺 を 中心 と し て 烏丸 通 は 京都 の ビジネス 街 と さ れ 、 多く の 銀行 や 会社 が あ る 。 京都 市営 地下 鉄 烏丸 線 が その 下 を 通 っ て い る 。 烏丸 通 は 、 1877 年 に 京都 駅 が 誕生 し て から 駅 正面 の 大通り と な っ た 。 天皇 が 京都 駅 から 京都 御所 へ 行 く ため の 通路 と し て 拡幅 さ れ た ため で あ る 。 京都 御所 の 西端 を 通り 、 京都 駅 を 南北 に 交差 する ため 、 平安 京 の 朱雀 大路 で あ っ た 千本 通 に 代わ っ て 、 現在 の 京都 の メインストリート と な っ て い る 。 また この 通 は 、 烏丸 七 条 通 から 烏丸 五 条通 まで が 国道 24 号 、 烏丸 五条 から 烏丸 北大路 通 まで が 国道 367 号 と な っ て い る 。 御池通 から 四条 通 まで が 路上 喫煙 等 禁止 区域 で あ る 。 交差 する 道路 など の 特記 が な い もの は 市 町 村道 。 大谷 大学 同志社 大学 京都 放送 護王 神社 聖 アグネス 教会 京都 御苑 - 京都 御所 京都 市営 地下 鉄 烏丸 線 の 北大路 駅 から 十 条 駅 ( 京都 市営 地下 鉄 ) まで の 各 駅 京都 国際 マンガ ミュージアム 新風 館 阪急 京都 本線 烏丸 駅 CO CONKARASUMA 東本願 寺 京都 タワー 京都 駅 +四条 通 ( しじょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 平安 京 の 四条 大路 に あた る 。 東 は 祇園 の 東大 路 通 、 八坂 神社 の 石段 下 から 西 は 松尾 大社 まで 。 祇園 から 四条 烏丸 まで 、 四条 河原町 交差 点 を 中心 に 京都 最大 の 繁華 街 を 形成 し て い る 。 四条 室 町 通 が 鉾 の 辻 と 呼 ば れ て 下京 区 の 中心 と 見な さ れ る など 、 古く から 主要 な 通り と し て 京都 の 東西 の 中心 軸 で あ る 。 四条 河原町 から 西 大路 通 四 条 に かけ て は 地下 を 阪急 京都 本線 が 走 っ て い る ( 烏丸 駅 - 河原町 駅 ( 京都 府 ) 間 に は その 間 に 地下 道 が 通 っ て い る ) 。 四条 河原町 から 四条 烏丸 で は 、 歩道 ・ 車道 と も 夜間 を 除 き 自転 車 の 走行 は 禁止 さ れ て い る 。 2007 年 5 月 30 日 、 京都 市 は 、 川端 通 から 烏丸 通間 に お い て 自家 用 自動 車 を 禁止 し 、 公共 交通 機関 だけ が 走れ る 「 トランジット モール 」 と する 構想 を 発表 し た 。 実際 の 制限 を 試 す 社会 実験 など を 行 い 、 3 年 以内 の 実現 を 目指 し て い る 。 この 実験 は 、 同年 10 月 中旬 に 行 わ れ 、 その うち 、 10 月 12 日 ~ 10 月 14 日 の 一部 時間 帯 に お い て は 路線 バス ・ タクシー 以外 の 自動 車 の 進入 が 禁止 さ れ る と とも に 歩道 が 拡幅 さ れ る 形 で 行 わ れ た 。 東大路通 から 、 烏丸 通 まで が 、 路上 喫煙 等 禁止 区域 で あ る 。 祇園 から 松尾 大社 まで の 全 区間 が 、 京都 市 道 186 号 嵐山 祇園 線 と な っ て い る 。 上側 が 東側 、 下側 が 西側 。 左側 が 北側 、 右側 が 南側 。 交差 する 道路 の 特記 が な い もの は 主要 地方 道 を 除 く 市 町 村道 。 沿道 の 主な 施設 八坂 神社   祇園 交差 点 南座   四条 大橋 東詰 四条 大橋 ( 鴨川 ( 淀川 水系 ) ) 四条 河原町 阪急 ( 阪急 百貨 店 )   河原 町 角 高島 屋 京都 店   河原 町 角 新 京極 通商店 街 藤井 大丸   寺 町 角 京都 信用 金庫 本店 大丸 京都 店   高倉 角 京都 中央 信用 金庫 本店 京都 産業 会館   烏丸 角 池坊 短期 大学   室 町 角 京都 外国 語 大学 京都 市 交通 局 京都 市営 バス 梅津 営業 所 三菱 自動 車 工業 京都 製作 所 梅宮 大社 松尾 橋 ( 桂川 ( 淀川 水系 ) ) 松尾 大社 沿道 の 鉄道 駅 京阪 電気 鉄道 - 四条 駅 ( 京阪 ) 京都 市営 地下 鉄 烏丸 線 - 四条 駅 ( 京都 市営 地下 鉄 ) - 阪急 嵐山 線 - 松尾 駅 ( 京都 府 ) 京福 電気 鉄道 - 四条 大宮 駅 - 西院 駅 +五条 通 ( ご じょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 概要 都市 の 中心 部 を 東西 に 貫 き 、 ほとんど の 区間 で 一般 国道 に 指定 さ れ て い る 主要 幹線 で あ る 。 国道 の 名称 と し て は 堀川 五条 以東 は 国道 1 号 で あ り 、 烏丸 五 条 以西 は 国道 9 号 ( 烏丸 五条 - 堀川 五条 は 国道 1 号 と 重複 ) で あ る 。 また 国道 8 号 ( 烏丸 五 条 以東 ) 、 国道 162 号 ( 天神 川 五条 - 西 大路 五条 ) の 重複 区間 で も あ る 。 通り の 東 は 東大路通 と の 交差 点 で あ る 五条坂 交差 点 付近 から 五 条 坂 と 呼 ば れ る 。 五条坂 交差 点 から は 清水 寺 に 向か う 細 い 道 と な り 、 松原 通 ( 松原 通 の 東端 部 ) と 合流 する 。 なお 、 国道 1 号 は 東大路通 を 立体 交差 で 越え て 五条 バイパス と な り 、 渋谷 通 と 合流 し て 東山 ( 京都 府 ) を 越え 山科 盆 地 へ 続 く ( この 山科 区 に おけ る 五条 バイパス も 含め て 、 ひろ く 五条 通 と 呼 ば れ る こと も あ る ) 。 西 は 国道 9 号 と し て 、 桂川 ( 淀川 水系 ) の 西 大橋 を 経 て 桂 から 京都 縦貫 自動 車 道 沓掛 インター チェンジ に 繋が る 。 歴史 平安 京 の 六条 坊門 小路 に あた る 。 豊臣 秀吉 が 、 方広 寺 参拝 の ため 、 鴨川 ( 淀川 水系 ) に 架か る 五条 大橋 を 六条 坊門 小路 に 移設 し た ため 、 この 通り が 五条 通 と な っ た 。 元 の 五条 大路 は 松原 通 と 呼 ば れ る よう に な っ た 。 唱歌 「 牛若丸 」 の 歌 い 出し に は 「 京 の 五 条 の 橋 の 上 」 と あ り 、 現在 の 五 条 大橋 の 西詰 、 五条 通 の 中央 分離帯 に 牛若丸 と 弁慶 の 像 が 置 か れ て い る 。 なお 、 牛若丸 と 弁慶 の 時代 の 五 条 大橋 は 、 元 の 五条 大路 で あ る 松原 通 の 方 に 架か る 橋 に あた る ため 、 時代 考証 上 の 不備 の よう に 思 わ れ る が 、 牛若丸 と 弁慶 の 出会い は もともと 五条 大橋 と は 別 の 場所 で あ っ た もの を 、 後年 作り話 と し て 「 五条 の 橋 の 上 」 と 設定 し た もの に 過ぎ な い 。 東大路通 から 千本 通 まで の 区間 は 御池 通 や 堀川 通 同様 、 第 二 次 世界 大戦 末期 に 防火 帯 形成 の ため 建物 疎開 が 行 わ れ 、 戦後 、 その 用地 を 利用 し て 幅員 約 50 m に 道路 が 整備 さ れ た 。 現在 、 西 大路通 まで 50 m に 拡幅 する 工事 が 事業 中 で あ る 。 交差 する 道路 など の 特記 が な い もの は 市 町 村道 。 2005 年度 ( 平成 17 年度 道路 交通 センサス より ) 平日 24 時間 交通 量 ( 台 ) 京都 市 下京 区 大津 町 : 64 , 436 京都 市 右京 区 西京極 新明町 : 54 , 28 9 沿道 の 主な 施設 清水 寺 西 大谷本 廟 東山 郵便 局 ( 京都 府 ) 京阪 電気 鉄道 京阪本 線 - 五条 駅 ( 京阪 ) 五条 大橋 ( 鴨川 ( 淀川 水系 ) ) 五 条楽 園 朝日 神明宮 - 石門 心学 の 故 地 京都 市営 地下 鉄 烏丸 線 - 五条 駅 ( 京都 市営 地下 鉄 ) 烏丸 五 条 堀川 五 条 山陰 本線 ( 嵯峨野 線 ) - 丹波 口 駅 京都 市 中央 卸売 市場 第 一 市場 京都 リサーチ パーク 京都 市 立 病院 ローム ダイヤモンド シティ ・ ハナ 京都 光華 女子 大学 京都 市 西京極 総合 運動 公園 京都 市 西京極 総合 運動 公園 陸上 競技 場 兼球技 場 京都 市 西京極 総合 運動 公園 野球 場 +七 条 通 ( しちじょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 平安 京 の 七条 大路 に あた る 。 東 は 東大路通 と の 交差 点 、 東山 七条 が 起点 。 西 は 葛野 大路通 を 越え て 南 に 曲が り 桂川 ( 淀川 水系 ) に 架か る 桂 大橋 東詰 で 八条 通 と 合流 する 。 西 の 末端 部 は 山陰 街道 で あ る 。 近世 に お い て は 、 現在 の 七 条 千 本 付近 が 洛中 ・ 洛外 の 境界 で あ り 、 そこ から 七条 通 を 西 に 延ば す 形 で 山陰 街道 が 続 い て い た 。 明治 末期 の 京都 市 三 大 事業 に よ っ て 東大 路通 から 大宮 通 ま で 、 その 後 の 大正 - 昭和 初期 の 都市 計画 事業 に よ っ て 西 は 西 大路通 まで が 拡幅 さ れ 、 京都 市 電 が 敷設 さ れ た 。 その ため 、 西 大路 通 以西 は 道幅 が 細 く な っ て お り 、 桂 大橋 の 東側 や 山陰 街道 ( 旧 山陰 街道 ) の 樫原 付近 で は 旧 街道 の 面影 が 残 さ れ て い る 。 東山 七 条 付近 に 京都 国立 博物 館 、 三十 三 間 堂 、 智積 院 、 養源 院 が あ る 。 また 烏丸 七 条上ル に 東本願 寺 、 堀川 七 条上ル に 西本願 寺 が あ る 。 千本 七 条 に は 京 の 台所 で あ る 京都 市 中央 卸売 市場 第 一 市場 が あ る 。 この 付近 は 道幅 が 広 く 通り に 沿 っ て 駐車 スペース が 設け られ て い る 。 なお 、 「 七条 」 の 正し い 読み は 「 しちじょう 」 だ が 、 地元 の 人々 に は 「 ひちじょう 」 もしくは 「 ひっちょう 」 と 読 ま れ る こと も あ る 。 なお 、 京都 市営 バス の バス 停留 所名 で 七条 を 冠 し た もの は あえ て 「 ななじょう 」 と 読 ま せ て い る 。 一条 通 と の 間違い を 避け る ため と 説明 さ れ る 。 交差 する 道路 など の 特記 が な い もの は 市 町 村道 。 沿道 の 主な 施設 智積 院 京都 国立 博物 館 三十 三 間 堂 京阪 電気 鉄道 - 七条 駅 七 条 大橋 ( 鴨川 ( 淀川 水系 ) ) 真宗 本 廟 ( 東本願 寺 ) 西本願 寺 龍谷 大学 大宮 学舎 梅小路 公園 梅小路 蒸気 機関 車 館 京都 市 中央 卸売 市場 第 一 市場 +八条通 ( はちじょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 ( 本記事 で 扱 う ) 旭川 市 の 主要 な 東西 の 通り の 一 つ 。 八条通 ( はちじょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 平安 京 の 八条 大路 に あた る 。 東西 は ほぼ 鴨川 ( 淀川 水系 ) から 桂川 ( 淀川 水系 ) まで を 結 ぶ が 、 途中 、 御前 通 - 千本 通 が 東海道 本線 の 線路 ( 鉄道 ) で 分断 さ れ て い る 。 京都 駅 の 南側 は 4 車 線 以上 あ る 大通り で 、 東海道 新 幹線 の 開通 に よ っ て 発展 し た 。 また 、 西 大路 八条 に は 平清 盛 八条 殿 跡 の 碑 が たて られ た 若一 神社 が あ る 。 そこ の クスノキ は 切 る と 平清盛 の 祟り が あ る と の こと で 、 京都 市 電 を 通 す とき も 避け られ た と い う 。 その ため 、 市電 が 廃止 さ れ た 現在 で も 西 大路 通 は そこ の 部分 だけ 蛇行 し て い る 。 上側 が 東側 、 下側 が 西側 。 左側 が 北側 、 右側 が 南側 。 交差 する 道路 の 特記 が な い もの は 市 町 村道 。 京都 駅 八 条口 若一 神社 伏見 稲荷 の 御 旅 所 桂 小橋 ( 天神川 ) 桂 大橋 ( 桂川 ( 淀川 水系 ) ) +十 条 通 ( じゅう じょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 東端 の 本町 通 ( 京都 ) と の 交差 点 ( 本町 通十 条 ) から 西端 の 西 大路通 と の 交差 点 ( 西 大路 十 条 ) に 至 る 。 平安 京 の 大路 小路 と は 関係 の な い 、 近代 に な っ て から 九条 通 の 南 に 作 ら れ た 通り で あ る 。 歴史 が 浅 い 通り の ため 、 鳥羽 通 と も 呼 ば れ る 。 また 、 京都 市 中心 部 と 山科 区 を 結 ぶ 新た な 道路 と し て 、 十 条 通 を 東方 に 延長 する 形 で 阪神 高速 道路 8 号 京都 線 ( 阪神 高速 道路 8 号 京都 線 便宜 上 の 路線 区間 の 名称 ) が 完成 し た 。 交差 する 道路 など の 特記 が な い もの は 市 町 村道 。 沿道 の 主な 施設 京阪 本 線 - 鳥羽 街道 駅 陶 化 橋 ( 鴨川 ( 淀川 水系 ) ) 京都 市営 地下 鉄 烏丸 線 - 十 条 駅 ( 京都 市営 地下 鉄 ) 近鉄 京都 線 - 十 条 駅 ( 近鉄 ) +九条 通 ( くじょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 平安 京 の 南端 の 九条 大路 に あた る 。 東 は 鴨川 ( 淀川 水系 ) の 東山 橋 東詰 で 東大 路通 に つなが り 、 西 は 葛野 大路 通 に 突き当た る 。 千本 通 から 西 で やや 南 へ 、 西 大路通 から は さらに 大き く 南 に 振れ て い て 、 平安 時代 の もの と は 大き くずれ て い る 。 現在 の 千本 通 と の 交差 点 あたり に 羅 城門 が あ っ た 。 その 羅 城門 は 980 年 ( 天元 ( 日本 ) 3 ) に 暴風 雨 で 倒壊 し た 後 に は 再建 さ れ ず 、 現在 は 碑 が 立 っ て い る のみ と な っ て い る 。 昭和 初年 に 道路 拡幅 さ れ た 。 1939 年 ( 昭和 14 ) 京都 市 電 が 東大路 から 西 大路 まで 全通 する が 、 1978 年 ( 昭和 53 ) に 廃止 と な っ た 。 油小路 通 から 壬生 川 通 ( 京阪 国 道口 ) まで は 国道 1 号 、 壬生 川 通 から 葛野 大路通 に かけ て は 国道 1 71 号 と な っ て い る 。 交差 する 道路 の 特記 が な い もの は 市 町 村道 。 沿道 の 主な 施設 東山 橋 ( 鴨川 ( 淀川 水系 ) ) 京都 市 立 陶化 小 学校 京都 市営 地下 鉄 烏丸 線 - 九条 駅 ( 京都 府 ) 京都 市 立 陶化 中 学校 京都 市営 バス 九条 営業 所 京都 府 京都 南 府 税 事務 所 近鉄 京都 線 - 東寺 駅 東寺 京都 府 立 鳥羽 高等 学校 京都 市 立 洛陽 工業 高等 学校 +一条通 ( いちじょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 平安 京 の 一条 大路 に あた る 。 東端 は 烏丸 通 。 西 は 右京 区 花園 付近 まで だ が 、 さらに 西 に 延長 し て 嵯峨野 の 清凉 寺 ( 嵯峨 釈迦堂 ) まで を 一条 通 と 呼 ぶ こと も あ る 。 また 宇多野 で 分岐 し て 周山 街道 に も 通 じ て い る 。 平安 京 の 北端 の 通り で あ っ た が 、 平安 時代 中期 以降 は 一条 大路 を 越え て 北 へ 市街 地 が 拡大 し た 。 京都 御所 の 北端 の 大路 と い う 位置 付け は 現在 、 その 北側 を 走 る 今出川 通 が 果た し て い る 。 現在 は 市 中心 部 で は 一方 通行 の 狭 い 通り で あ る 。 堀川 ( 京都 府 ) に かか る 一条 戻 橋 が 有名 で あ る 。 東 一条 通 東 一条 通 ( ひがし いちじょうどおり ) は 鴨川 ( 淀川 水系 ) を 挟 ん で 一条 通 の 延長 線 上 に あ り 、 西 は 川端 通 から 東 は 吉田 神社 鳥居 前 まで 。 東大路通 から 東 は 吉田 神社 の 参道 で あ り 、 節分 祭 の 折り に な る と 露店 で にぎわ う 。 また この 区間 の 両側 は 京都 大学 の キャンパス で あ り 、 正門 も 東 一 条通 に 面 し て い る 。 4 月 の 入学 シーズン に は 京都 大学 の 課外 活動 へ 勧誘 する 立て 看板 が 林立 する 。 交差 する 道路 ここ で は 、 市 中心 部 の 一方 通行 の 狭 い 通り に つ い て は 記述 し な い 。 上側 が 東側 、 下側 が 西側 。 左側 が 北側 、 右側 が 南側 。 +今出川 通 ( いまで がわ どおり ) は 京都 市 中心 市街 地 北部 の 主要 な 東西 の 通り の 一 つ 。 東 は 左京 区 銀閣 寺町 の 慈照 寺 門前 から 西 は 京福 電気 鉄道 等 持院 駅 の やや 西 まで 延び て い る 。 鴨川 ( 淀川 水系 ) から 東 は 東 今出川 通 と も 呼 ば れ る 。 京都 御苑 の 北端 を 通 る 。 平安 京 の 範囲 から は 北 に 外れ て い る が 、 後 に 市街 地 が 北東 へ 拡大 し た こと に よ り 通り が 作 ら れ た 。 当初 は 北小路 と も 呼 ば れ た 。 「 今出川 」 の 名前 は 鴨川 分流 の 今出川 が 東洞 院 通 から 東京 極 大路 ( 現在 の 寺町 通 ) まで 通り に 沿 っ て 流れ て い た こと に 由来 する 。 1976 年 まで 京都 市 電 今出川 線 が 白川 通 ( 銀閣 寺 道 電停 ) から 西 大路通 ( 北野 白梅町 駅 電停 ) まで 通 っ て い た 。 西 は 北野 白梅町 交差 点 まで が 京都 府 道 101 号 銀閣 寺 宇多野 線 と な っ て い る 。 上側 が 東側 、 下側 が 西側 。 左側 が 北側 、 右側 が 南側 。 交差 する 道路 の 特記 が な い もの は 市 町 村道 。 沿道 の 主な 施設 慈照 寺 ( 銀閣 寺 ) 京都 大学 百 万 遍 交差 点 京阪 電気 鉄道 - 出町 柳 駅 加茂 ( 賀茂 ) 大橋 ( 鴨川 ( 淀川 水系 ) ) 京都 御苑 同志社 大学 同志社 女子 大学 同志社 女子 中 学校 ・ 高等 学校 冷泉 家 京都 市営 地下 鉄 - 今出川 駅 上京 区 役所 白峯 神宮 京都 市 考古 資料 館 上 七 軒 北野 天満 宮 京福 電気 鉄道 - 北野 白梅町 駅 、 等 持院 駅 +丸太町 通 ( まるたまち どおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 全 区間 京都 市 道 187 号 鹿ヶ谷 嵐山 線 と し て 、 4 車線 の 供用 および 歩道 が 整備 さ れ て い る 。 朝 ・ 夕 の ラッシュ 時 に は 渋滞 が 頻繁 に 起こ る 。 東 は 鹿ヶ谷 通 から 西 は 右京 区 嵯峨 釈迦堂 大門 町 まで 延び て い る 。 かつて は 、 西端 は 中京 区 の 西ノ京 円 町 交差 点 まで であ っ た が 、 1966 年 に 西ノ京 円 町 から 妙心 寺前 交差 点 まで 西 に 延伸 、 1970 年 に は さらに 右京 区 嵯峨 釈迦堂 大門 町 まで 延伸 し た 。 おおむね 、 この 延伸 区間 は 新 丸太町 通 と も 呼 ば れ る 。 平安 京 の 春日 小路 に 当た る 。 この 通り 沿い の 西堀川 に 材木 商 が 多 い ため 、 この 名 が つ い た と 言 わ れ て い る 。 京都 御苑 の 南端 を 走 る 。 江戸 時代 の 地図 を 見 る と 「 丸田 町 通 」 と 表記 さ れ て い る こと も あ る 。 上側 が 東側 、 下側 が 西側 。 左側 が 北側 、 右側 が 南側 。 交差 する 道路 の 特記 が な い もの は 市 町 村道 。 2005 年度 ( 平成 17 年度 道路 交通 センサス より ) 平日 24 時間 交通 量 ( 台 ) 右京 区 太秦 北路 町 : 20 , 0 1 1 ( 東 より ) 京都 市 立 岡崎 中 学校 岡崎 神社 京都 市 立 錦林 小 学校 左京 税務 署 京都 市 武道 センター 熊野 神社 京阪 電気 鉄道 - 丸太町 駅 ( 京阪 ) 丸太町 橋 ( 鴨川 ( 淀川 水系 ) ) 京都 御苑 - 京都 御所 京都 地方 裁判 所 京都 市営 地下 鉄 烏丸 線 - 丸太町 駅 ( 京都 市営 地下 鉄 ) 大極 殿 跡 京都 市 中央 図書 館 京都 アスニー 京都 予防 医学 センター 京都 市 立 朱 雀 第 二 小 学校 山陰 本線 ( 嵯峨野 線 ) - 円町 駅 - 花園 駅 ( 京都 府 ) 法 金 剛 院 京福 電気 鉄道 北野 線 常盤 駅 ( 京都 府 ) +二条 通 ( に じょうどおり ) は 京都 市 の 主要 な 東西 の 通り の 一 つ 。 平安 京 の 二条 大路 に あた る 。 平安 京大内 裏 の 南 を 東西 に 走 り 、 朱雀 大路 に 次 ぐ 広 い 通り で あ っ た 。 東 は 白川 通 から 西 は 二 条 城 に 面 する 堀川 通 まで 延び て い る が 、 千本 通 から 西 に 旧 二 条 通 が あ り 、 朱雀 二 条 商店 街 振興 組合 と 称 する 商店 街 が あ る 。 東端 の 左京 区 岡崎 は 六 勝 寺 の 跡地 で あ る 。 ここ に は 京都 会館 、 京都 市 美術 館 、 京都 国立 近代 美術 館 、 京都 市 動物 園 など 、 やや 北 に 位置 する 平安 神宮 と とも に 明治 以降 に 作 ら れ た 文化 施設 が 並 ぶ 。 寺町 通 の 南東 角 に は 、 小説 「 檸檬 ( 小説 ) 」 で 知 ら れ る 梶井 基次郎 が 、 レモン を 買い求め た 果物 屋 が 現存 する 。 沿道 の 主な 施設 京都 市 動物 園 京都 市 美術 館 京都 府 立 図書 館 京都 会館 みやこ メッセ ホテル フジタ 京都 日本 銀行 京都 支店 島津 製作 所 創業 記念 館 京都 国際 ホテル 二条 城 +寺町 通 ( てらまち どおり ) は 京都 市 の 南北 の 通り の 一 つ 。 北 は 紫明 通 から 南 は 五条 通 まで 。 平安 京 の 東京 極 大路 ( ひがし きょうごく おおじ ) に あた る 。 都 の 東端 の 大路 で あ っ た が 、 右京 の 衰退 や 相 次 ぐ 戦乱 等 に よ っ て 京都 御所 が 移転 し た ため 、 現在 は 京都 御所 の 東端 の 通り と な っ て い る 。 豊臣 秀吉 に よ る 京都 改造 に よ っ て 通り の 東側 に 寺院 が 集め られ た こと から この 名前 に な っ た 。 本能 寺 も この 時 、 現在 の 中京 区 元本能 寺南町 から この 通り に 移 さ れ た 。 寺 を 集め た 目的 は 、 税 の 徴収 の 効率 化 と 京都 の 防衛 で あ っ た 。 東 の 御 土居 に 沿 う よう に 寺 を 配置 する こと で 東 から 進入 する 軍勢 の 戦意 の 低下 を ねら っ た と 言 わ れ る 。 かつて は 南北 方向 の 主要 な 通り の 一 つ で あ り 、 今出川 通 から 二条 通 に かけ て は 京都 電気 鉄道 ( のち に 買収 さ れ 京都 市 電 ) の 路面 電車 が 走 っ て い た 。 1920 年代 に 河原 町 通 が 拡幅 さ れ る と 、 市電 の ルート も そちら に 移 る など メインストリート の 座 を 譲 っ た 。 丸太町 通 から 二条 通 ま で は 、 古 美術 店 や 画廊 、 古書店 など が 並 ぶ 寺町 会 の 商店 街 で あ る 。 御池通 から 四条 通 に 至 る 区間 は 、 アーケード の 商店 街 と な っ て お り 、 日中 は 車両 進入 禁止 で あ る 。 御池通 から 三条 通 ま で は 、 寺町 専門 店 街 で あ り 、 新 京極 通 と 平行 する 三条 通 から 四条 通 ま で は 、 寺町 京極 商店 街 で あ る 。 また 、 四条 通 から 高辻 通 に かけ て は 、 東京 や 大阪 と 比べ る と 小 規模 ながら 電気 街 に な っ て お り 、 京都 の 秋葉原 や でんでん タウン と い っ て も よ い 通り で あ っ た が 、 日本橋 や 大須 同様 に 、 往時 と 比べ て 電気 店 の 数 が 減少 し 、 新し い 都心 型 の マンション など が 建設 さ れ て い る 。 御池通 から 四条 通 まで が 路上 喫煙 等 禁止 区域 で あ る 。 北 から 、 上善 寺 ( 京都 六 地蔵 の 一 つ ) 鞍馬 口 通 上 御 霊 神社 上 御 霊前 通 西 入 立命 館 白雲荘 ( 学園 施設 ・ 中川 小十郎 旧 邸 ) 今出川 上 ル 本満 寺 広小路 通 ( 京都 市 ) 上ル 本禅 寺 広小路上 ル 清浄華院 広小路上 ル 廬山 天台 講寺 ( 廬山 寺 ) 広小路上 ル 京都 御苑 、 京都 御所 今出川 通 から 丸太町 通 梨木 神社 広小路上 ル 京都 府 立 鴨沂 高等 学校 荒神口 通 京都 市 歴史 資料 館 上 切通し 同志 社 新島 会館 丸太町 通上 ル 下御 霊 神社 丸太町 下ル 行願 寺 竹屋 町 通 寺町 会 丸太町 から 二条 京・ 寺町 会 二 条 から 御池 京都 市 役所 御池 通角 本能 寺 御 池下 ル 寺町 専門 店 街 御池 から 三条 寺町 京極 商店 街 三 条 から 四条 錦 市場 河原町駅_ ( 京都 府 ) 四条 通 地下 藤井 大丸 四 条 角 寺町 電気 街 四 条 から 高辻 通付近 +河原町 通 ( かわら まち どおり ) は 京都 市 の 通り の ひと つ 。 南北 の 通り 。 平安 京 の 域外 。 豊臣 秀吉 の 御 土居 の 東 の 外 を ほぼ 沿 う よう に 走 る 。 江戸 時代 初期 に 市街 地 が 鴨川 ( 淀川 水系 ) まで 拡大 さ れ た 際 に 開通 し た 。 北 は 葵橋 西詰 から 南 は 十 条 通 まで 。 葵橋 西詰 以北 は 下鴨 本通 と 名前 を 変え る 。 三条 通 から 四条 通 に かけ て は 京都 の 中心 繁華 街 と な り 、 歩道 に は アーケード が 設け られ て い る 。 四条 通り 以南 で は 、 鴨川 と 並行 に 北 北 東 - 南 南 西 方向 に 通り が 存在 する 。 その ため 、 純粋 に 南北 方向 に 走 っ て い る 寺町 通 ・ 御幸 町 通 と は 交差 し て い る 。 御池通 から 四条 通 まで が 、 路上 喫煙 等 禁止 区域 で あ る 。 塩小路 通 から 北 は 京都 市 電 の 河原 町 線 が 1978 年 まで 走 っ て い た 。 四条 通 から 北上 し て 御池 通 まで は 祇園 祭 の 山鉾 巡行 の 経路 。 交差 する 道路 など の 特記 が な い もの は 市 町 村道 。 2005 年度 ( 平成 17 年度 道路 交通 センサス より ) 平日 24 時間 交通 量 ( 台 ) 下京 区 河原町 通高 辻 上ル 富永 町 - 28 , 73 2 沿道 の 主な 施設 北村 美術 館   今出川 通下ル 東入 本禅寺   広小路 通 ( 京都 市 ) 上ル ( 正面 は 反対 側 の 寺町 通 ) 清浄 華院   広小路上ル ( 正面 は 反対 側 の 寺町 通 ) 廬山寺   広小路 上ル   ( 入り口 は 反対 側 の 寺町 通 ) 京都 府 立 医科 大学 ・ 同 附属 病院   広小路上 ル 日本 銀行 京都 支店   二条 通角 京都 市 役所   御池 通 北 西角 ゼスト 御池 ( 地下 街 ) 御池 通 京都 ホテル   御池 通 北 東角 京都 市営 地下 鉄 東西線 - 京都 市 役所 前駅   御池 通 地下 本能 寺   御 池下 ル ( 裏口 のみ 。 正面 は 反対 側 の 寺町 通 ) 高島 屋 京都 店   四条 通 南 西角 阪急 百貨 店 百貨 店   四条 南 東 角 阪急 電鉄 阪急 京都 本線 - 河原町 駅 ( 京都 府 )   四条 通 地下 ひと ・ まち 交流 館 京都   上ノ 口上 ル 渉成園 ( 枳殻 邸 ) 上珠 数 屋 町 通 から 下珠 数 屋 町 通 ( 入り口 は 反対 側 の 間之 町 通 ) +錦小路 通 ( にしきこうじ どおり ) は 京都 市 の 東西 の 通り の 一 つ 。 平安 京 の 錦小路 に あた る 。 蛸薬師 通 と 四条 通 の 間 を 走 る 。 東 は 新 京極 通 の 錦天満 宮 正面 から 西 は 壬生 川 通 まで 。 宇治 拾遺 物語 の 記述 に よ る と 、 平安 時代 は 具足 小路 と 呼 ば れ 、 その 後 なま っ て 、 糞小路 と な り 、 勅命 で 四条 通 を はさ ん で 南隣 の 綾小路 通 に ちな ん で 錦小路 に 改め られ た と い う 。 高倉 通 と 寺町 通間 の 錦 市場 は 京 の 台所 と よ ば れ 、 青果 店 、 鮮魚 店 、 乾物 店 、 惣菜 店 など が 並 ぶ アーケード 、 石畳 の 狭 い 通り 。 新 京極 通 から 烏丸 通 まで が 路上 喫煙 等 禁止 区域 で あ る 。 錦 天満 宮   新京極 通 新 京極 通 錦 市場   寺町 から 高倉 大丸 京都 店   高倉 から 東洞 院 京都 市 立 堀川 高等 学校   堀川 通 京都 市 交通 局 本局   壬生川 通 +塩小路 通 ( しお こうじ どおり ) は 、 京都 市 の 主要 な 東西 の 通り の 一 つ 。 東 は 東大路通 から 西 は 大宮 通 まで 、 七 条 通 と 東海道 本線 の 間 を 走 る 。 平安 京 の 八条 坊門 小路 に あた る 。 京都 駅 を 北 に 降り て まず 目 に 入 る 大通り で あ り 、 河原 町 通 から 堀川 通 まで は 京都 駅 烏 丸口 に 発着 する バス ( 交通 機関 ) の 往来 が 激し い 。 京都 タワー に 面 し て い る 。 名前 の 由来 で あ る 塩小路 は 本来 、 一 本 北 の 現在 の 木津 屋 橋 通 で あ る 。 京都 駅 前 から 東 へ 河原 町 通 まで は 京都 市 電 ( の 標準 軌 路線 ) が 、 京都 駅 前 から 西 へ 西洞 院 通 まで は 京都 市 電 の 狭軌 路線 で あ る N 電 が 走 っ て い た 。 河原町 通 から 東 と 堀川 通 から 西 は 狭 い 。 上側 が 東側 、 下側 が 西側 。 左側 が 北側 、 右側 が 南側 。 交差 する 道路 の 特記 が な い もの は 市 町 村道 。 沿道 の 主な 施設 三十 三 間 堂 京都 タワー 京都 駅 阪急 ホテル マネジメント 京都 中央 郵便 局 京都 武田 病院 京都 市 下京 区 役所 リーガ ロイヤル ホテル 梅小路 公園 +六条 通 ( ろくじょうどおり ) は 京都 市 の 東西 の 通り の 一 つ 。 東 は 河原 町 通 から 西 は 堀川 通 まで 、 楊梅 通 や 的場 通 の 南 で 花屋 町 通 の 北 に あ る 。 平安 京 の 六条 大路 に あた る 。 同様 に 数 を 名前 に 持ち 、 平安 京 の 大路 に 由来 する 四条 通 や 七条 通 が 幹線 道路 に な っ て い る の に 対 し 、 六条 通 は 生活 道路 で あ る 。 河原町 通 と 烏丸 通 の 間 で は 2 車 線 あ る もの の 、 烏丸 通 から 西 、 堀川 通 まで は 車 が 走れ な い ほど 細 く な っ て い る 。 新町 通 から 油小路 通 まで は 小 規模 な 商店 街 と な っ て い る 。 これ は 、 東西 の 通り を 覚え る 歌 ( 京都 市 内 の 通り 参照 ) に 歌 わ れ る 魚 の 棚通 の 名残り で あ り 、 錦小路 通 と 同様 に 往時 の 店 が 建ち並 ん だ 道幅 を 継承 し て い る から で あ る 。 西本願 寺 の 駐車 場 ( 旧 ・ 本圀 寺 寺地 ) を はさ ん で 西 の 延長 上 、 大宮 通 から 先 に あ る 通り は 丹波 口通 と な っ て い る 。 沿道 の 主な 施設 ひと ・ まち 交流 館 京都 長 講堂 - 元 六 条 御所 +千本 通 ( せん ぼんどおり ) は 京都 市 の 主要 な 南北 の 通り の 一 つ 。 平安 京 の 朱雀 大路 に あた る 。 現状 北 は 北 区 ( 京都 市 ) 鷹峯 から 南 は 伏見 区 納所 町 の 京都 府道 ・ 大阪 府 道 13 号 京都 守口 線 交差 点 まで 延び て い る 。 七 条 通 から 八条 通 まで 梅小路 公園 、 梅小路 蒸気 機関 車 館 など で 中断 。 また 、 一筋 西 に 新 千 本 通 が あ る ため 、 八条 通 から 久世 橋 通間 は 旧 千本 通 と 呼 ば れ る 。 九条 通 以南 は 、 かつて の 鳥羽 街道 で あ る 。 三条 通 以北 は 明治 から 大正 に かけ て 拡幅 さ れ て い る が 、 三条 以南 は 南北 の 主要 な 通り と し て の 機能 は 、 京都 市 電 の 経路 その まま に 後院 通 を 経 て 四条 通 以南 で 大宮 通 へ と つなが る 。 三条 通 以南 の 千本 通 その もの は 古く から の 道幅 を 残 す 。 歴史 、 由来 平安 京 の 中心 朱 雀 大路 を その 起源 と する 。 この 朱雀 大路 は 船岡山 が 正面 に 来る よう に 決め られ た と も 言 わ れ る 。 一説 に は 、 船岡 山 西麓 の 葬送 地 へ の 道 に 千本 の 仏塔 を 建て 供養 し た の が 通り 名 の 由来 と する 。 右京 の 衰退 に よ っ て 、 都 の 西 の はずれ の 道 に な り 、 大内 裏 の 消失 に よ っ て 二 条 通 以北 の 本来 、 大内 裏 の あ る べ き ところ に も 延長 さ れ た 。 現在 で は 京都 の 中央 の 南北 の 通り の 地位 を 烏丸 通 に 譲 っ て い る 。 明治 末 の 京都 市 の 三 大 事業 の 一 つ と し て 拡幅 と 市電 の 敷設 が 行 わ れ 、 北大路 通 から 三条 は 京都 市 電 千 本線 が 通 っ て い た 。 明治 、 大正 の 頃 に は 三条 から 今出川 通 の 北 に かけ て 河原 町 通 と 並 ぶ 繁華 街 と し て 栄え た 。 沿道 の 主な 施設 佛教 大学 船岡山 京都 ライト ハウス   千本 北大路 下ル 上品 蓮台 寺   千本 鞍馬 口上 ル 引接寺 _ ( 京都 市 ) ( 千本 えんま 堂 )   千本 廬山 寺下 ル 石像 寺 ( 釘抜 地蔵 ) 大報恩 寺 ( 千本 釈迦堂 ) 大極 殿跡   千本 丸太町 京都 市営 地下 鉄 東西 線 - 二条 駅 山陰 本線 ( 嵯峨野 線 ) - 二条 駅 - 丹波 口 駅 立命 館 大学 朱雀 キャンパス ( 中川 会館 ) 京都 市 中央 卸売 市場 第 一 市場   五条 から 七条 嶋原   五条 から 七条 角屋   千本 花屋 町 公共 職業 安定 所 分室 梅小路 公園 、 梅小路 蒸気 機関 車 館 羅 城 門跡   千本 九条 京都 府 立 鳥羽 高等 学校   千本 九条 鳥羽 離宮 跡 交差 する 道路 ここ で は 、 主要 な 通り と し て の 三 条 通 以北 に つ い て 記述 する 。 上側 が 北側 、 下側 が 南側 。 左側 が 西側 、 右側 が 東側 。 交差 する 道路 の 路線 名 は 一部 省略 。 特記 が な い もの は 市 町 村道 。 +堀川 通 ( ほり かわ どおり ) は 京都 市 の 主要 な 南北 の 通り の 一 つ 。 平安 京 の 堀川 小路 に あた る 。 一部 区間 に は 堀川 ( 京都 府 ) を 挟 ん で 、 東堀 川 通 と 西堀 川 通 が あ る が 、 通常 は 西堀 川 通 を 堀川 通 と 呼 ぶ 。 現状 北 は 鴨川 ( 淀川 水系 ) 堤 の 加茂 街道 から 南 は 東海道 本線 交差 部 北 で 一筋 東 を 走 っ て い た 油小路 通 に 合流 する 。 幹線 道路 と し て は 一続 き ながら 、 南 は 油小路 通 と 別 の 名前 を つけ る 。 堀川 紫明 通 以北 は 4 車線 の 幹線 道路 、 堀川 紫明 から 堀川 今出川 通 まで は 中央 分離 帯 の 幅 も 広 い ゆったり と し た 6 車線 の 幹線 道路 。 堀川 今出川 から 堀川 御池通 は 後述 の 通り 堀川 が 明り 区間 で 、 東西 堀川 通 が 並び 残 っ て い る 。 御池 から 暗渠 に な っ た 堀川 の 上 も 道路 と な り 、 堀川 五条 で やや 東 に 振れ て 醒ヶ井通 を 合わせ 、 西本願 寺北 で 鍵 の 手 に 東 に 折れ 、 堀川 七 条通 で 暗渠 の まま 堀川 は 西 に 逸 れ 、 堀川 通 は 東海道 本 線 北 で 一筋 東 の 通り で あ る 油小路 通 に 合流 する 。 合流 点 以南 の 通り の 名称 は 「 油小路 通 」 で あ る が 、 堀川 通 と ひと 続き の 道路 と の 認識 から 「 新堀川 通 」 と 呼 ば れ る こと も あ る 。 七 条 以南 で は 交通 量 の 少な い 西堀 川 通 が 堀川 通 と 一 区画 離れ て 、 暗渠 と な っ た 堀川 の 上 を 通 っ て い る 。 堀川 五 条 以南 は 国道 1 号 で あ る 。 交差 する 道路 など の 特記 が な い もの は 市 町 村道 。 2005 年度 ( 平成 17 年度 道路 交通 センサス より ) 平日 24 時間 交通 量 ( 台 ) 上京 区 堀川 通寺 ノ 内 上ル 寺 ノ 内堅 町 : 34 , 357 歴史 昔 は 東堀川 通 、 川 の 堀川 ( 京都 府 ) 、 西堀 川 通 は 同 程度 の 幅 で あ っ た 。 西堀川 通 は 第 二 次 世界 大戦 時 に 防火 帯 と し て 沿道 の 家屋 が 強制 疎開 さ せ られ た ため 、 現在 あ る 広 い 通り に な っ た 。 京都 電気 鉄道 が 開通 さ せ た 後 の 京都 市 電 堀川 線 ( 通称 北野 線 、 N 電 ) は 、 1961 年 ( 昭和 36 年 ) に 廃止 に な る まで 狭 い 東堀 川 通 を 堀川 中立売通 から 四条 堀川 まで 走 っ て い た 。 堀川 川 と し て の 堀川 ( 京都 府 ) は 今出川 通 から 御池 通 まで の 区間 は 地上 に 出 て い る が 大 部分 は 暗渠 で あ る 。 現在 は 流量 が 少な い が 、 かつて は 西陣 織 の 染色 に 利用 さ れ て い た 。 沿道 の 主な 施設 御 土居   史跡 指定   最北端 を 堀川 通 が 切り 通 す 京都 北 郵便 局   北山 堀 川角 京都 府 警察 北 警察 署 ( 京都 市 )   紫竹 通角 伝紫 式 部 、 小野 篁墓   北大路 下ル 淡交社   紫明 通 、 鞍馬 口 通角 本法 寺 ( 京都 市 )   堀川 寺之内 上ル 茶道 総合 資料 館   同上 宝鏡 寺   堀川 寺之内 東入 白峯 神宮   堀川 今出川 東入 西陣 織 会館   堀川 今出川 下 ル 晴明 神社   堀川 元 誓願 寺下 ル ( 本殿 は 一筋 西 の 葭屋 町 通 ) 一条 戻 り 橋   一条 通 の 堀川 に 架か る 伊藤 仁斎古義 堂阯   堀川 出水下 ル 駿台 予備 学校 京都 校   堀川 丸太町 下ル 二 条城   堀川 竹屋 町 から 堀川 押小路 京都 全日空 ホテル   堀川 押小路 角 京都 市営 地下 鉄 東西 線 - 二条 城 前 駅   堀川 御池 地下 中京 区 役所 ・ 京都 市 中京 保健 所 ・ 京都 市 中京 消防 署   堀川 御 池角 京都 市 立 堀川 高等 学校   堀川 錦小路上 ル 京都 府 警察 堀川 警察 署   堀川 松原下ル 堀川 五条 交差 点 東急 ホテルズ   堀川 五 条下 ル 西本願 寺 興正寺   七条 堀 川上 ル リーガ ロイヤル ホテル 京都   堀川 塩小路 角 +松原 通 ( まつばら どおり ) は 京都 市 の 東西 の 通り の 一 つ 。 東 は 清水 寺門前 から 、 西 は 佐井 西通 の 一筋 西 まで 。 東 の 端 、 清水 寺門前 から 東大 路通 まで は 清水 道 と も よ ば れ る 。 寺町 通 から 西 は 平安 京 の 五 条 大路 に あた る 。 松 並木 の 綺麗 な 通 から 「 五条 松原 通 」 と 言 わ れ る よう に な り 、 後 に 「 松原 通 」 の 名前 だけ が 残 っ た 。 豊臣 秀吉 が 五条 の 橋 を 現在 の 地 に 架け た こと から 二 筋 南 に 五条 通 の 名前 が 移 っ た 。 つまり 、 牛若丸 と 武蔵 坊 弁慶 が 出会 っ た と 言 わ れ る 「 五条 の 橋 」 は 、 松原 通 に 架か る 橋 が 正当 で あ り 、 現在 五条 大橋 西詰 に お か れ て い る 2人 の 像 は 二 筋 南 に お か れ て い る こと に な る 。 その 橋 も 、 鴨川 ( 淀川 水系 ) で あ る と する 説 の 他 、 鴨川 に は 橋 は 架か っ て お ら ず 五条 天 神宮 の 近く 、 西洞 院 通 に 沿 っ て 流れ て い た 川 に 架か っ て い た 橋 で あ る と する 説 も あ る 。 現在 は 多く の 区間 が 一方 通行 の 細 い 道 で 、 堀川 通 を はさ ん で 商店 街 が 続 く 。 三条 ・ 四条 ・ 五 条 ・ 七条 と い っ た 大通り 以外 で 、 車 で 、 烏丸 通 から 東大 路通 まで 通り抜け る こと の でき る 唯一 の 通り で あ る ( 逆 方向 は 不可 ) 。 沿道 の 主な 施設 清水 寺 産寧 坂 六道 珍皇 寺 六波羅 蜜 寺 京都 府 東山 警察 署 京都 信用 金庫 本店 明王院 不動 寺 長香 寺 五条 天 神宮 京都 府 堀川 警察 署 日本 たばこ 産業 京都 会館 ダイヤモンド シティ ・ ハナ +嵐山 高雄 パーク ウェイ ( あらしやまたかお パーク ウェイ ) は 、 阪急 阪神 ホールディングス グループ の 西山 ドライブ ウエイ 株式 会社 が 経営 する 一般 自動 車 道 。 1965 年 供用 開始 。 京都 市 右京 区 の 高雄 ( 国道 162 号 ) と 嵐山 ( 清滝 街道 ) を 結 ぶ 全長 10 . 7 km の 有料 道路 。 沿道 に は 菖蒲谷 池 遊園 地 、 観空 台 遊園 地 、 展望 台 、 ドッグ ・ ランワン 遊 ランド 、 ハーブ 園 、 釣り池 が あ る 。 なお 、 土日 祝日 及び 1 月 1日 ~ 3 日 、 7 月 21 日 ~ 8 月 31 日 、 10 月 21 日 ~ 11 月 30 日 の 各日 は 二輪 車 通行 禁止 と な る の で 注意 が 必要 。 +油小路 通 ( あぶら の こうじ どおり ) は 京都 市 の 主要 な 南北 の 通り の 一 つ 。 平安 京 の 油小路 に あた る 。 北 は 武殿 南通 から 南 に のび る 。 途中 紫明 通 から 上立 売通 まで 中断 する 。 紫明 通 から 北 は 新町 通 の 西 で 堀川 通 の 東 、 土地 区画 整理 事業 さ れ た 住宅 地 を とお る 道 。 紫明 通 から 上立 売通 まで の 中断 区間 は 一筋 東 の 小川 通 が 西 に ずれ て い る ため 油小路通 が 続 い て い る よう に も 見え る 。 上立 売通 から 南 で は 、 堀川 通 の 一筋 東 で 小川 通 の 西 の 北行 一方 通行 の 細 い 道 。 東海道 本線 を くぐ る ガード の 北 で 堀川 通 と 合流 し 、 南部 の 幹線 道路 と な る 。 東海道 本線 を 潜 る すぐ 北 で 合流 した のち は 堀川 通 と 連続 し た 幹線 道路 を 形成 し 、 京都 外環 状 線 に 至 る 。 上部 は 阪神 高速 道路 8 号 京都 線 が 通 っ て い る 。 外環 状 線 と の 交差 点 以南 は 、 国道 1 号 第 二 京阪 道路 と な っ て お り 、 久世 郡 久御山 町 から 第 二 京阪 道路 に つなが っ て い る 。 京都 南 大橋 と 洛南 道路 の 開通 に よ り 、 慢性 的 な 国道 1 号 の 渋滞 が 大幅 に 緩和 さ れ た 。 また 同 時期 に 開通 し た 京都 第 二 外環 状 道路 や 京滋 バイパス ・ 名神 高速 道路 の 連絡 ルート に よ る 強 い 相乗 作用 が 加わ り 、 周辺 区域 の 交通 事情 が 改善 し た 。 従来 の 油小路 通 から 延伸 さ れ た 部分 で も あ る の で 、 「 新 油小路 通 」 と も 称 さ れ る 。 また 伏見 区 内 を 中心 に 、 正式 名称 で は な い もの の 「 新堀川 通 」 ( 略 し て 「 しん ほり 」 と も ) と 呼 ば れ る こと も あ り 、 沿線 の 店 に お い て も 「 新 堀川 店 」 と 称 し て い る もの が 目立 つ 。 交差 する 道路 など の 特記 が な い もの は 市 町 村道 。 沿道 の 主な 施設 京都 市 北青少年 活動 センター   御所 田 上通 白峯 神宮   今出川 角 小西 リボン   元 誓願 寺下 ル 楽 美術 館   中立 売上 ル 京都 市 立 堀川 高等 学校   錦小路 通 本能 寺 旧 地   蛸薬師 通 から 錦小路 京都 駅 伏見 稲荷 大社 御 旅所   東寺 通 東寺 駅   九条 通 京都 南 大橋 ( 鴨川 ( 淀川 水系 ) ) 京セラ 本社 村田 機械 本社 パルス プラザ ( 京都 府 総合 見本 市 会館 ) 京都 府 警察 伏見 警察 署 下鳥羽 公園 三栖 公園 +京 街道 ( きょうかいどう ) また は 大坂 街道 ( おおさか かいどう ) と は 、 大坂 ( 大阪 ) の 京橋 ( 後 に 高麗 橋 ) から 淀川 左岸 に 沿 っ て 進 み 、 淀 を 経 て 京 ( 京都 ) に 向か う 街道 で あ る 。 文禄 3 年 ( 1594 年 ) に 伏見 城 築 造 に 着手 し た 豊臣 秀吉 が 、 文禄 5 年 ( 1596 年 ) 2 月 に 毛利 一族 に 命 じ て 淀川 左岸 に 築 か せ た 「 文禄 堤 」 が 起源 で あ る 。 淀 から 京都 の 間 は 大き く 2 つ の ルート が 取 ら れ た 。 1 つ は 桂川 左岸 を 進 む 鳥羽 街道 で あ り 、 もう 1 つ は 現在 の 宇治川 右岸 の 淀堤 を 経 て 伏見 に 至 り 、 伏見 から 伏見 街道 あるいは 竹田 街道 を 経 て 京都 中心 部 に 達 する 。 伏見 から 大阪 まで の 道のり は 、 五 街道 の 一 つ で あ る 東海道 の 延長 と し て 道中 奉行 の 管轄 下 に 置 か れ 、 伏見 宿 ( 京 街道 ) 、 淀宿 、 枚方 宿 、 守口 宿 の 4 宿場 が 設け られ た 。 東海道 の 大津 宿 から 髭茶屋 追分 で 京都 ・ 三条 大橋 へ 向か う 道 と 分かれ 、 京都 を 通 ら ず 大津 街道 を 通り これ ら 4 宿場 を 経 て 大坂 に 至 る 道のり は 、 参勤 交代 の 経路 と し て も 用い られ た 。 東海道 五十 三 次 東海道 五十 七 次 と 呼 ぶ こと も あ る 。 また 、 淀宿 と 枚方 宿 の 間 に 橋本 と い う 遊郭 を 持 っ た 間 の 宿 が 設け られ て い た 。 伏見 ・ 大坂間 は 淀川 を 利用 し た 舟運 が 盛ん で あ り 、 陸路 の 利用 は 大坂 から の 上 り 客 が 多 かっ た 。 明治 時代 に 入 る と 、 鳥羽 街道 を 経 る ルート が 大阪 街道 と さ れ 、 京都 ・ 大阪 間 の 国道 ( 旧 京阪 国道 ) も 伏見 を 通 ら な い こちら の ルート が 選択 さ れ た 。 伏見 を 含 む 4 つ の 宿場 に 沿 っ て は 、 京阪 電気 鉄道 京阪本 線 が 通 っ て い る 。 +佐井 通 ( さい どおり ) は 京都 市 の 南北 の 通り 。 西 大路通 の 西 に 位置 し 北 は 鹿苑 寺 付近 の 、 北 区 ( 京都 市 ) 平野 天神 森 町 から 南 は 八条 通 の 南 まで と な っ て い る 。 途中 四 条 通 と の 交差 点 付近 に 西院 春日 神社 が あ り 、 春日 通 の 通称 で 呼 ば れ る 。 五条 付近 で は クリスマス の 季節 に は 沿道 の ローム に よ り イルミネーション が 行 わ れ る 。 沿道 の 主な 施設 鹿苑 寺 西院 春日 神社 島津 製作 所 ローム 日本 新薬 嵯峨野 線 - 円町 駅 +哲学 の 道 ( てつがく の みち ) は 京都 市 左京 区 の 道路 で あ る 。 南禅 寺 付近 から 慈照 寺 ( 銀閣 寺 ) まで 、 琵琶 湖 疎水 の 両岸 に 植え られ た サクラ は みごと で 、 春 や 紅葉 の 秋 は 多く の 観光 客 で にぎわ う 。 哲学 者 ・ 西田 幾 多郎 が この 道 を 散策 し ながら 思索 に ふけ っ た こと から この 名 が つ い た と 言 わ れ る 。 「 思索 の 小径 」 と 呼 ば れ て い た もの が 、 いつ しか 「 哲学 の 道 」 と 呼 ば れ る よう に な っ た と さ れ 、 「 日本 の 道 100 選 」 に も 選 ば れ て い る 散歩道 で あ る 。 道 の 中ほど の 法然 院 近く に は 、 西田 が 詠 ん だ 歌 「 人 は 人   吾 は わ れ也   とにかく に   吾行 く 道 を   吾 は 行 く な り 」 の 石碑 が あ る 。 関雪 桜 哲学 の 道 の 桜 は 、 近く に 居 を 構え た 日本 画 家 ・ 橋本 関雪 の 夫人 が 大正 年間 、 京都 市 に 苗木 を 寄贈 し た の に 始ま る 。 当初 の 木 は ほぼ 樹齢 が 尽き た と 思 わ れ る が 、 植え替え られ 、 手入れ さ れ 現在 に 至 っ て い る 。 今 で も 「 関雪 桜 ( かんせつ ざくら ) 」 と 呼 ば れ て い る 。 周囲 の 名所 慈照 寺 法然 院 禅林 寺 ( 京都 市 ) 南禅 寺 泉屋 博古 館 熊野 若王子 神社 日本 の 道 100 選 +西 大路通 ( にし おおじ どおり ) は 、 京都 市 中心 市街 地 の 西部 に 位置 する 主要 な 南北 の 通り の 一 つ 。 明治 末期 から 大正 期 に 掛け て 行 わ れ た 京都 三 大 事業 で の 道路 拡張 に 続 き 、 市 区 改正 道路 ( 都市 計画 道路 ) と し て 、 京都 市 電 の 敷設 と とも に 昭和 初期 に 開通 し た 比較 的 歴史 の 浅 い 通り で あ る 。 1939 年 ( 昭和 14 年 ) に 北大路 通 - 九条 通 が 開通 し 、 その 上 を 走 る 京都 市 電西 大 路線 も 、 未 開通 で あ っ た 円町 - 白梅 町 が つなが る こと に よ っ て 1943 年 ( 昭和 18 年 ) に 開通 し た 。 ( 市電 は 、 1978 年 ( 昭和 53 年 ) に 廃止 さ れ た 。 ) 平安 京 の 野寺 小路 に ほぼ 一致 する 。 しかし 昭和 に な っ て から 作 ら れ た の で 、 平安 時代 の 地図 と 見比べ て み て たまたま 位置 が 一致 し た だけ で あ り 、 野寺 小路 が 西 大路 通 に 発展 し た の で は な い 。 北 は 北大路 通 から 南 は 十 条 通 まで で 、 北部 の 平野 神社 前 以北 と 九 条 通 以南 は 東寄り に 斜め に な っ て い る が 、 それ 以外 の 区間 で は 一 直線 に 真北 を 向 い て い る 。 九条 あたり から 北 で は 、 通り から 真北 に 、 五 山 送り火 を 望 む こと が でき る 。 ( 山陰 本線 高 架橋 など 障害 物 の あ る ところ は 除 く 。 ) 右京 の 衰退 以来 、 都 の 中心 から 外れ 、 一部 を 除 い て 豊臣 秀吉 が 築 い た 御 土居 の 外側 、 洛外 に 位置 する こと に な っ た 。 西院 ( 西 大路 四条 ) 、 西 七 条 ( 西 大路 七 条 ) など の 交差 点 付近 の 地域 名 は 、 以前 の 村 の 名前 で あ る 。 五 条 通 から 北 、 北大路 通 まで が マラソン 、 駅伝 の コース と し て よく 利用 さ れ る 。 西 大路 五条 の 西 に 西京極 総合 運動 公園 陸上 競技 場 兼球技 場 が あ り 、 そこ を 起点 終点 と する こと が 多 い ため で あ る 。 西 大路通 の 全 区間 ( 北大路 通 - 十 条 通 ) が 、 東山 三条 交差 点 を 起点 に 東大 路通 、 北大路 通 、 西 大路 通 、 十 条 通 を 経 て 竹田 街道 十 条 交差 点 に 至 る 主要 地方 道 で あ る 京都 市 道 181 号 京都 環状 線 に な っ て い る 。 上側 が 北側 、 下側 が 南側 。 左側 が 西側 、 右側 が 東側 。 交差 する 道路 の 特記 が な い もの は 主要 地方 道 を 除 く 市 町 村道 。 2005 年度 ( 平成 17 年度 道路 交通 センサス より ) 平日 24 時間 交通 量 ( 台 ) 下京 区 西 大路 八 条 上ル 七 条 御所ノ 内 本町 : 45 , 85 2 鹿苑 寺 ( ※ 注厳密 に は 少し 離れ て い る 。 以下 同様 ) わら 天神 ( 敷地 神社 ) 平野 神社 京福 電気 鉄道 北野 線 - 北野 白梅町 駅 イズミヤ 白梅 町 店 山陰 本線 - 円町 駅 ( ※ ) 京都 市営 地下 鉄 東西 線 - 西 大路 御池 駅 京福 電気 鉄道 嵐山 本線 - 西 大路 三条 駅 阪急 電鉄 - 西院 駅 京都 市 立 病院 ( ※ ) 京都 府 中 小 企業 会館 ロプロ 本社 ワコール 日本 新薬 本社 東海道 本線 - 西 大路 駅 ジャスコ 洛南 ショッピング センター ジャスコ 洛南 店 +( 平安 京 創生 館 ) 朱雀 大路 ( すざく おおじ ) は 、 古代 東 アジア に おけ る 首都 内 の 官道 名 で 、 条坊 制 の 都市 に お い て 宮城 ・ 官衙 の 正面 から 南方 に むか う 道 の こと 。 名称 は 南方 の 守護 神 で あ る 朱雀 に ちな む 。 中国 唐 王朝 時代 の 条坊 制 に 基づ い た 長安 に 始ま り 、 冊封 制度 に よ り 周辺 諸国 に 波及 。 日本 に も 遣隋 使 、 遣唐 使 を 通 じ て 条坊 制 が 伝わ り 、 最初 の 整備 都市 藤原 京造営 時 に 採用 さ れ た 。 しかし 、 当時 の 持統 天皇 は 朱雀 大路 の 役割 を 理解 せ ず 、 2,30 メートル ほど の 小路 に 造 っ て しま っ た 。 その ため 人 の 行き 来 が 窮屈 に な り 、 その 上 天皇 へ の 閲兵 式 、 凱旋 行進 が 出来 な い 状態 と な っ た 。 後 の 平城 京 、 平安 京 は こう し た 欠陥 を なく し 、 数十 メートル 単位 の 大路 に 造営 。 都 を 南北 に 走 り 、 首都 正門 羅 城門 に 始ま り 、 大内 裏 正門 朱 雀門 に 終わ る 。 しかし 律令 制 の 崩壊 、 天皇 政治 の 没落 に 伴 い 次第 に 市街 地 の 整備 も さ れ な く な っ た 。 都 の 中心 も 東 へ 移動 し 既に 朱雀 大路 は 中央 通り と し て の 役割 を 果た さ な くな っ た 。 大宰府 に お い て は 政庁 地区 から の びる 中央 南北 大路 の こと を 平城 京 ・ 平安 京 の 例 に なら い 朱雀 大路 と 呼 ぶ こと も あ る 。 中国 で も 宋 ( 王朝 ) の 時代 に 入 る と 条坊 制 に 基づ い た 都 は あまり 作 ら れ な く な り 、 朱雀 大路 も 見 られ な く な っ た 。 +葛野 大路 ( かど の おおじ ) は 、 京都 府 京都 市 の 主要 な 南北 の 通り の 一 つ 。 平安 京 の 西京極 大路 に あた る と 言 わ れ る が 、 やや 東側 に ずれ て い る 。 北 は 太子 道 。 南 は 国道 1 71 号 の 久世 橋 東詰 。 しかし 部分 的 に しか 開業 し て お ら ず 、 長 ら く 四条 通 から 御池 通 まで は 未開通 の まま で あ っ た 。 2004 年 4 月 に 四条 通 - 三条 通 が 開通 し 、 2005 年 3 月 に 三 条 通 - 御池 通 が 開通 し た 。 西側 に 平行 する 天神 川 通 ( 国道 162 号 ) の バイパス 道路 と し て の 役割 も 担 っ て お り 、 北 は 丸太 町 通 まで の 延伸 が 計画 さ れ て い る 。 葛野 大路 御池 交差 点 は 、 京都 市営 地下 鉄 東西 線 太秦 天神川 駅 付近 と な り 、 右京 区 総合 庁舎 も 同駅 真上 に 新し く 移転 し た 。 交差 する 道路 など の 特記 が な い もの は 市 町 村道 。 沿道 の 主な 施設 京都 ファミリー ジャスコ 京都 西 店 京都 外国 語 大学 京都 光華 女子 大学 +大宮 通 ( おおみや どおり ) は 、 京都 市 の 主要 な 南北 の 通り の 一 つ 。 平安 京 の 大宮 大路 に 当た る 。 北 は 竹殿 北通 から 南 は 久世 橋 通 まで 、 竹屋 町 通 と 押小路 通 の 間 で 二条 城 に よ っ て とぎれ て い る 。 所司 代 屋敷 の 拡築 で 丸太 町 通 と 竹屋 町 通間 が 閉塞 さ れ た 。 現在 、 四条 通 から 十 条 通 まで は 幹線 道路 と な っ て い る が 、 四条 大宮 から 北 は 狭 く な る 。 四条 大宮 から 北 へ の 幹線 道路 は 、 京都 市 内 で は 珍し く 斜め を 走 る 後院 通 を 通 じ て 、 千本 通 の 千本 三条 へ つなが っ て い る 。 これ は 、 京都 市 電 の 南北 方向 の 路線 で あ る 大宮 線 、 千本 線 ( 1972 年 廃止 ) の 経路 に よ る もの 。 上立 売通 から 元 誓願 寺 通 に かけ て 西陣 織 の 機業 地 の 中心 を 通 る 。 「 大内 裏 」 の 東側 に 接 し て い た ため ( ちなみ に 大内 裏 の 西側 に 接 し て い た 通り を 「 西 大宮 大路 」 と い っ た ) と 言 わ れ て い る が 、 この 通り の 真北 の 北 区 紫竹 下 竹殿 町 に は 式内 社 「 久我 神社 」 が ありかつて 「 大宮 」 と も 呼 ば れ た 。 この 地 は かつて 「 大宮郷 」 と 呼 ば れ 、 カモ 族 が 京都 盆地 に 最初 に 居 を 定め た 位置 と も 言 わ れ る 。 賀茂 別雷 神社 の 旧地 と の 説 も あ る ( 上賀茂 神社 から 賀茂川 右岸 側 へ の 渡し は かつて 「 大宮 渡し 」 と 呼 ば れ た ) 。 従 っ て 「 大宮 」 は 平安 京 以前 から 存在 し 「 大宮 通 」 命名 の 由来 と し て も 不 都合 は な い 。 あるいは 平安 京 建設 時 の 基準 線 と な っ た 可能 性 も あ る 。 ここ で は 、 四条 大宮 から の 幹線 道路 に つ い て 記述 する 。 交差 する 道路 の 特記 が な い もの は 市 町 村道 。 尚 、 現在 の 大宮 通り は 久世 橋 通り より 南 に 延長 さ れ て お り 、 伏見 区 上 鳥羽 近辺 の 鴨川 を 超え た 南岸 の ところ で 油小路 通り と 交差 し て い る 。 京都 地域 医療 学際 研究 所 附属 病院   北大路 西陣 職業 安定 所   中立 売 二 条城   竹屋 町 から 押小路 ( 入口 は 堀川 通 ) 神泉苑   御池 通 西 入 二条 陣屋 跡 ( 小川 家 住宅 ) 姉小路 上 ル 阪急 京都 本線 - 大宮 駅 ( 京都 府 ) 京福 電気 鉄道 - 四条 大宮 駅 壬生 寺 京都 市 立 郁文 中 学校   綾小路 下ル 京都 市立 淳風 小 学校   花屋 町 通東 入 西本願 寺 ( 浄土 真宗 本願 寺 派 本山 )   花屋 町 から 北小路 ( 正面 は 反対 側 の 堀川 通 ) 龍谷 大学 付属 平安 中 学校 ・ 高等 学校   北小路 通 梅小路 公園   塩小路 通 龍谷 大学 ( 大宮 学舎 ) 七 条 通上 ル 東寺 ( 教王 護国 寺 )   八条 から 九条 大宮 大橋 ( 鴨川 ( 淀川 水系 ) ) 友禅 美術 館 毛吹草 ( 松江 重頼 編 、 1645 年 ) の 記実 に よ る と 、 江戸 時代 初期 の 京都 の 名産 品 が 数 多 く 書 か れ て い る 。 京都 を 含 む 山城 国 の 項 で は 、 京 の 町 の 北 から 南 へ 、 また 西 から 東 へ 、 通り の 順 を 追 っ て 地域 ごと 物産 品 が 列挙 さ れ て い る 。 ( 30 0 種 以上 、 京 の 多 職種 の 職人 と 多 品種 の 物産 の 存在 を うかが わ せ て くれ る 。 ) 大宮 通り   葡萄 ( 当所 に 多作出 す ) 当時 京都 の 大宮 通り で 栽培 さ れ て い た 葡萄 は 、 大宮 葡萄 と 呼 ば れ て い た 。 その 大宮 葡萄 の 棚掛栽培 法 が 秀吉 の 築 い た 聚楽 第 跡 や 伏見城 で 発見 さ れ 、 葡萄 棚掛栽培 で でき た 葡萄 を 聚楽 葡 萄 と 呼 ば れ る 様 に な っ た 。 桃山 時代 の 葡萄 棚 図 屏風 に 葡萄 棚 の 意匠 が 残 さ れ て い る 。 +白川 通 ( しらかわ どおり ) は 、 京都 市 の 主要 な 南北 の 通り の 一 つ 。 東大路通 よ り さらに 東 に あ り 、 北 は 宝ヶ池通 から 南 は 仁王 門 通 ( 南禅 寺前 ) まで 。 鴨川 ( 淀川 水系 ) 支流 の 白川 沿い を 通 る 。 今出川 通 ( 銀閣 寺道 ) から 北山 通 ( 修学 院 道 ) に かけ て イチョウ と ケヤキ の 街路 樹 が あ る 。 沿道 に は レストラン や カフェ 、 ブティック 、 アンティーク な 店 や エスニック 料理 店 など 北山 通 と 並 ぶ ファッション ストリート と な っ て い る 。 通り 沿い の 上終町 ( かみ は てちょう ) に は 京都 造形 芸術 大学 が あ り 、 学生 で 賑わ っ て い る 。 また 、 北大路 通 付近 から 周辺 に は 田畑 も 残 っ て い る 。 宝ヶ池通 より 丸太 町 通と の 交点 で あ る 東天王 町 まで は 4 車線 で あ る 。 花園橋 交差 点 から 宝ヶ池 駅 付近 で 川端 通 を 分岐 する まで の 約 300 メートル の 区間 は 国道 367 号 、 北大路 通 - 仁王 門 通間 は 京都 市 道 182 号 蹴上 高野 線 と な っ て い る 。 また 、 宝ヶ池 駅 南側 に あ る 叡山 電鉄 叡山本線 と の 交差 地点 は 自動 車 専用 の 立体 交差 が 存在 する 。 丸太町 通 - 仁王 門 通間 は 2 車線 で 、 春秋 の 観光 シーズン に は 鹿ヶ谷 通 と 共 に 南禅 寺 や 永観堂 へ の 参拝 客 の タクシー や 観光 バス が ひしめき合 い 、 付近 は しばしば 渋滞 と な る 。 上側 が 北側 、 下側 が 南側 。 左側 が 西側 、 右側 が 東側 。 交差 する 道路 の 特記 が な い もの は 市 町 村道 。 修学院 離宮 慈照 寺 京都 造形 芸術 大学 天下 一 品 総 本店 白川 を 下 っ た 祇園 に も 白川 通 は あ る 。 祇園 で の 白川 は クランク ( 道路 ) 状 に 流れ て い る ため 、 東大 路通 と 花見 小路 通間 を 東西 に 流れ る 白川 沿い の 通り が 白川 北通 、 祇園 新橋 から 大和 大路通 まで が 白川 南通 に 分かれ て い る 。 特に 白川 南通 は 昔 の 情緒 が 残 っ て い る 。 +木屋 町 通 ( きやまちどおり ) は 、 京都 市 の 南北 の 通り の 一 つ 。 北 は 二 条 通 から 南 は 七 条 通 まで 。 先斗町 の 西 に あ り 、 高瀬川 ( 京都 府 ) の 東側 に 沿 っ て い る 。 三条 通 から 南 で は 一部 を 除 き 高瀬 川 西岸 に 西木屋 町 通 が 並走 する 。 歴史 慶長年間 の 角倉 了 以 の 高瀬川 開削 に 伴 っ て 整備 さ れ た 。 開通 当時 は 、 「 樵木町 」 ( こり きまち ) と 呼 ば れ て い た が 、 高瀬 舟 が 運 ん で くる 材木 の 倉庫 が 立ち並 ぶ よう に な っ た ため 、 いつ しか 「 木屋 町 」 と い う 名称 に 変わ っ た と い う 。 木屋 町 周辺 に 残 さ れ て い る 紙屋 町 、 鍋屋 町 、 米屋 町 など の 地名 は 、 当時 の 賑わい を 彷彿 さ せ る 。 江戸 時代 中頃 に は この 通り を 往来 する 旅人 や 商人 を 目当て に 、 料理 屋 や 旅籠 、 酒屋 など が 店 を 構え る よう に な り 、 酒楼 娯楽 の 場 へ と 姿 を 変え た 。 幕末 に は 勤皇 志士 が 密会 に 利用 し た ため 、 坂本 龍馬 や 桂 小五郎 ら の 潜居 跡 や 事跡 の 碑 が 繁華 街 の あちこち に 立 っ て い る 。 大村 益次郎 や 本間 精一郎 、 佐久間 象山 など が 殉難 し て い る 。 1895 年 に は 二 条 通 ~ 五条 通間 に 京都 電気 鉄道 ( のち に 買収 さ れ 京都 市 電 ) の 路面 電車 が 開通 し た 。 1920 年代 に 河原 町 通 が 拡幅 さ れ た こと に よ り 、 市電 の ルート は そちら に 移 っ た 。 現状 高瀬川 の 側 に サクラ が 植栽 さ れ 、 歩道 を 場所 に よ り 車道 側 に 飛び出 さ せ て 車 の 高速 走行 を 押さえ る など 、 整備 が さ れ て い る 。 三条 通 から 四条 通 まで を 中心 に 、 スナック 、 料亭 など に 加え 、 各国 料理 レストラン など 所狭 し と 並 ん で い る 。 風俗 営業 店 の 増加 に 伴 い 、 地元 が 治安 対策 の 運動 を 行 っ て い る 。 +新 京極 通 ( しんきょうごく どおり ) は 京都 市 の 南北 の 通り の 一 つ 。 三条 通 から 四条 通 まで の 比較 的 短 い 通り で あ る 。 1872 年 に 京都 府 参事 槇 村 正直 に よ っ て 作 ら れ た 比較 的 新し い 通り で あ る 。 一 つ 隣 の 寺町 通 ( 寺町 京極 ) に 集ま る 寺院 の 境内 が 、 縁日 の 舞台 と し て 利用 さ れ る よう に な り 、 人 が 多 く 集ま っ た ため 、 各 寺院 の 境内 を 整理 し 、 寺町 通 の すぐ 東側 に 新し く 道路 を 造 っ た の が 新 京極 通 の はじまり で あ る 。 明治 の 中頃 に は 見世物 小屋 や 芝居 小屋 が 建ち 並 び 、 現在 の 繁華 街 の 原型 が でき た 。 かつて は 、 京都 方面 の 修学 旅行 の コース に 取り入れ られ る よう に な っ た ため 、 修学 旅行 の 中高生 の 行き 来 の 絶え な い 所 と な り 、 老舗 も あ り 地元 の 者 も 訪れ る 隣 の 寺町 京極 に 比べ て 、 新 京極 は 那覇 市 の 国際 通り など と 同様 の 観光 客 向け の 通り と な り 、 地元 の 者 が 利用 する こと は ほとんど な かっ た 。 しかし 近年 で は 、 観光 客 向け の 土産 物 店 の 他 、 飲食 店 、 ファッション 洋品 店 が 混在 し 、 若年 層 向け の 店舗 が 目立 つ よう に な っ た 。 また 、 松竹 座 に 代表 さ れ る 老舗 の 映画 館 が 、 ようやく 、 シネコン へ の 改装 を 果た し た 。 新し い ニーズ に 合 っ た 街 へ と 変貌 し つつ あ る 。 三条 通 から 四条 通 まで が 路上 喫煙 等 禁止 区域 で あ る 。 MOVIX 京都 誓願 寺 誠心 院 西光 寺 永福寺 ( 京都 市 ) 永興 堂 紅梅堂 安養 寺 善長 寺 錦 天満 宮 新 京極 公園 京極 は 文字 通り 京 の 端 を 意味 し 、 平安 京 に お い て は 、 東端 に 東京 極 大路 、 西端 に 西京極 大路 が 配 さ れ た 。 寺町 通 ( 寺町 京極 ) は この 東京 極 大路 に あた る 。 西京極 大路 は 現在 の 葛野 大路通 の 西側 と 推定 さ れ て い る 。 西京極 大路 と 阪急 京都 線 の 交わ る ところ に 西京極 駅 が 位置 し 、 この 周囲 の 概ね 五 条 通 - 八条 通 、 桂川 - 西高 瀬川 の 範囲 が 西京極 で あ る 。 西京極 に は 西京極 総合 運動 公園 陸上 競技 場 兼球技 場 など が あ る 。 商店 街 の 名称 新 京極 通 の 賑わい に ちな ん だ 「 ○ ○ 京極 」 と 呼 ば れ る 商店 街 が 存在 する 。 全国 の 都市 に おけ る ○ ○ 銀座 の 京都 版 と いえ る だ ろ う 。 四条 通 側 阪急 京都 線 河原町 駅 ( 京都 府 ) 京阪本 線 四条 駅 ( 京阪 ) 三条 通 側 京都 市営 地下 鉄 東西 線 京都 市 役所 前駅 京阪本 線 三条 駅 ( 京都 府 ) +室町 通 ( むろまち どおり ) は 京都 市 の 南北 の 通り の 一 つ 。 平安 京 の 室町 小路 に あた る 。 地下 鉄 が 通 っ て い る 烏丸 通 の すぐ 西側 の 通り で あ る 。 北 は 北山 通 から 南 は 久世 橋 通 まで 。 途中東 本願 寺 と 京都 駅 で 分断 さ れ て い る 。 1378 年 に 足利 3 代将軍 足利 義満 が 、 「 花 の 御所 」 と 讃え られ た 豪奢 な 室町 殿 を 室町 通 今出川 付近 に 造営 し た ため 、 室町 幕府 の 名前 の 由来 と な る 。 応仁 の 乱 で 室町 幕府 が 衰退 する まで 、 政治 ・ 文化 の 中心 地 と し て 賑わ っ た 。 応仁 の 乱 の 後 京都 は 荒廃 し 上京 と 下京 に 分裂 し た 。 これ ら を 結 ぶ 唯一 の 道 が 室町 通 で あ っ た 。 江戸 時代 に な る と 呉服 店 が 立ち並 ぶ 問屋 街 と し て 発展 。 現在 で も 、 創業 数 百 年 と い う 老舗 店 が 軒 を 連ね て い る 。 また 祇園 祭 で は 四条 室 町 の 交差 点 付近 が 山鉾 町 の 中心 で あ り 、 菊水 鉾 を はじめ と する 山鉾 が 並 ぶ 。 +新町 通 ( しんまち どおり ) は 京都 市 の 南北 の 通り の 一 つ 。 北 は 玄 以通 から 、 南 は 京都 駅 で 分断 さ れ る が 、 久世 橋 通 の 南 まで 延び て い る 。 平安 京 の 町小路 ( 町尻小路 ) に あた る 。 町小路 から 新町 通 に 名前 が 変わ っ た 理由 は はっきり し な い 。 京都 府 庁 の 東側 と 東本 願 寺 の 西側 を 通 っ て い る 。 祇園 祭 で 、 御池 通 を 西 に 進 む 山鉾 が 新町 通 で 下が り 、 それぞれ の 鉾町 に 帰 っ て い く 、 巡行 の 最後 の 経路 に あた っ て い る 。 その ため 、 通 の 上 を 横断 する 電線 が 張 ら れ て い な い 。 沿道 の 主な 施設 京都 市 北 区 役所 京都 教育 大学 附属 京都 小 学校 ・ 京都 教育 大学 附属 京都 中 学校 同志社 大学 新町 校舎 カトリック 西 陣 聖 ヨゼフ 教会 京都 府 庁 ・ 京都 府 警察 本部 ・ 中立 売 警察 署 京都 第 二 赤 十字 病院 池坊 短期 大学 東本願 寺 ( 真宗 本 廟 ) +龍安 寺 ( りょうあんじ ) は 、 京都 府 京都 市 右京 区 に あ る 臨済 宗 妙心 寺 派 の 寺院 。 石庭 で 知 ら れ る 。 山号 を 大 雲山 と 称 する 。 本尊 は 釈迦 如来 、 開基 ( 創立 者 ) は 細川 勝元 、 開山 ( 初代 住職 ) は 義天 玄承 で あ る 。 「 古都 京都 の 文化 財 」 の 一部 と し て 世界 遺産 に 登録 さ れ て い る 。 「 龍安 寺 の 石庭 」 と し て 知 ら れ る 枯山水 の 方丈 石庭 で 有名 な 龍安 寺 は 、 室町 幕府 の 管領 、 守護 大名 で 、 応仁 の 乱 の 東軍 総帥 で も あ っ た 細川 勝元 が 宝徳 2 年 ( 1450 年 ) に 創建 し た 禅寺 で あ る 。 衣笠山 ( 京都 府 ) 山麓 に 位置 する 龍安 寺 の 所在 地 は 、 藤原 北家 の 流れ を 汲 む 徳大寺 実能 以来 、 徳大寺 家 の 山荘 で あ っ た ところ を 、 細川 勝元 が 譲り受け た もの で あ る 。 初代 住職 と し て 妙心 寺 5 世 住持 の 義天 玄承 ( 玄詔 ) を 迎え た 。 龍安 寺 の 開山 は 実質 的 に は この 義天 玄承 と さ れ て い る が 、 義天 自身 は 2 世 に 退 き 、 自分 の 師 の 日峰 宗舜 を 開山 に 立て て い る 。 創建 当初 の 寺地 は 現在 より はるか に 広 く 、 京福 電気 鉄道 の 線路 の あたり まで が 境内 で あ っ た と い う 。 龍安 寺 は 、 開基 細川 勝元 自身 が 一方 の 当事 者 で あ っ た 応仁 の 乱 ( 14 67 - 1477 年 ) で 焼失 。 勝元 の 子 の 細川 政元 と 、 4 世 住持 ・ 特芳 禅傑 に よ っ て 長享 2 年 ( 1488 年 ) に 再興 さ れ た 。 寺 で は 特芳 を 中興 開山 と 称 し て い る 。 その 後 、 豊臣 秀吉 と 江戸 幕府 が 寺領 を 寄付 し て 保護 し て い る 。 近世 の 地誌 類 に よ れ ば 、 最盛 期 の 龍安 寺 に は 塔頭 ( たっちゅう 、 子院 ) が 21 か寺 、 軒 を 連ね て い た と い う ( 現存 する もの は 3 か 寺 ) 。 『 都名所 図会 』 の よう な 絵入り の 名所 案内 書 ( 現代 の 旅行 ガイドブック に 相当 ) を 見 る と 、 当時 、 龍安 寺 の 池 は オシドリ の 名所 と し て 知 ら れ て お り 、 今日 有名 な 石庭 より も むしろ 、 池 を 中心 と し た 池泉 回遊 式 庭園 の ほう が 著名 で あ っ た ら しい 。 寛政 9 年 ( 1797 年 ) の 火災 で 仏殿 など 主要 伽藍 を 焼失 し た ため 、 塔頭 の 1 つ で あ る 西源 院 の 方丈 を 移築 し て 龍安 寺 の 方丈 ( 本堂 ) と し た 。 寺 の 南側 に は 広大 な 鏡容 池 ( きょうよう ち ) が あ り 、 周囲 は 回遊 式 庭園 に な っ て い る 。 境内 北側 に は 方丈 ( 本堂 と も い う ) 、 仏殿 、 茶室 蔵 六 庵 など が 建 ち 、 これ ら の 西側 に は 非 公開 の 「 西 の 庭 」 が あ る 。 西 の 庭 に は 開基 細川 勝元 の 木像 を 祀 る 細川 廟 など が あ る 。 著名 な 石庭 は 方丈 南側 の 土塀 で 囲 ま れ た 中 に あ る 。 なお 、 寺 の 背後 に は 第 66 代 一 条 天皇 を 含め 5 人 の 天皇 の 陵墓 が あ る 。 仏殿 - 1981 年 の 再建 。 方丈 ( 重文 ) - もと の 方丈 が 火災 で 失 わ れ た 後 、 塔頭 寺院 の 西源 院 の 方丈 を 移築 し た もの で 、 慶長 11 年 ( 160 6 年 ) の 建築 で あ る 。 木造 で あ り 、 世界 遺産 で あ る 。 方丈 庭園 ( 史跡 ・ 特別 名勝 ) - いわゆる 「 龍安 寺 の 石庭 」 で あ る 。 幅 25 メートル 、 奥行 10 メートル ほど の 敷地 に 白砂 を 敷き詰め 、 帚目 を 付け 、 15 個 の 石 を 5 か所 に 点在 さ せ た だけ の シンプル な 庭 で あ る 。 近世 の 地誌 類 に は 、 室町 幕府 に 仕え た 相阿弥 の 作庭 と 伝え る が 、 作者 、 作庭 年代 、 表現 意図 とも に 諸説 あ っ て 定か で な い 。 室町 時代 末期 の 作 で 特芳 禅傑 ら の 優れ た 禅僧 に よ っ て 作 ら れ た もの と も 伝え られ る 。 15 個 の 石 は 、 庭 を どちら から 眺め て も 、 必ず 1 個 は 他 の 石 に 隠れ て 見え な い よう に 設計 さ れ て い る と い う 。 しかし 、 中 の 部屋 から 1 ヶ所 だけ 15 個 の 石 すべて が 見え る 位置 が あ る 。 ハルト ・ バン・ トンダ と マイケル ・ ライオンズ に よ れ ば 、 それ は 方丈 の 間 の 中心 で あ り 、 15 の 石 の 配置 は 、 ここ を 根元 と する 「 二 分 岐 構造 」 に な っ て い る と い う 。 ただし 、 この 程度 の 面積 の 庭 に 15 個 の 石 を 並べれ ば 、 その うち の 一 つ は 隠れ て 見え な く な る の は むしろ 当然 の こと だ と する 意見 も あ り 、 これ を 表現 意図 と する 考え 方 に は 賛否 両論 が あ る 。 なお 、 東洋 で は 十 五 夜 ( 満月 ) に あた る 15 と い う 数字 を 「 完全 」 を 表 す もの と し て とらえ る 思想 が あ り 、 15 に 一 つ 足り な い 14 は 「 不 完全 さ 」 を 表 す と さ れ て い る 。 また 、 日本 に は 、 日光 東 照宮 の 陽明門 に み られ る よう に 、 「 物事 は 完成 し た 時点 から 崩壊 が 始ま る 」 と い う 思想 が あ り 、 建造 物 を わざと 不 完全 な まま に し て お く こと が あ る 。 この 庭 に は 近世 以来 「 虎 の 子渡し の 庭 」 の 別称 が あ る 。 この 庭 を 「 虎 の 子渡 し 」 と い う 中国 の 説話 と 結び付け る の は 伝承 に すぎ な い が 、 参考 まで に 説話 の 概略 を 以下 に 示 す 。 虎 は 、 3 匹 の 子ども が い る と 、 その うち 1 匹 は 必ず どう 猛 で 、 子虎 だけ で 放 っ て お く と 、 その どう 猛 な 子虎 が 他 の 子虎 を 食 っ て しま う と い う 。 そこ で 、 母虎 が 3 匹 の 虎 を 連れ て 大河 を 渡 る 時 は 次 の よう に する 。 母虎 は まず 、 どう 猛 な 子虎 を 先 に 向こう岸 に 渡 し て から 、 いったん 引き返 す 。 次 に 、 残 っ た 2 匹 の うち 1 匹 を 連れ て 向こう 岸 に 行 く と 、 今度 は 、 どう 猛 な 子虎 だけ を 連れ て 、 ふたたび 元 の 岸 に 戻 る 。 その 次 に 、 3 匹 目 の 子虎 を 連れ て 向こう 岸 へ 渡 る 。 この 時点 で 元 の 岸 に は どう 猛 な 子虎 1 匹 だけ が 残 っ て い る の で 、 母虎 は 最後 に これ を 連れ て 向こう 岸 へ 渡 る 。 つまり 、 3 匹 の 子虎 を 渡 す の に 3 往復半 する わけ で あ る 。 龍安 寺 の 石庭 は この 様子 を 表わ し た もの だ と い う わけ で あ る 。 イギリス の エリザベス 2 世 ( イギリス 女王 ) が 1975 年 に 日本 を 公式 訪問 し た 際 、 石庭 の 見学 を 希望 。 女王 が 石庭 を 絶賛 し た こと が 海外 の マスコミ で も 報道 さ れ た 。 太平 記 12 冊 ( 重文 ) - 『 太平 記 』 の 古 写 本 の 代表 的 な もの 。 徳川 光圀 が 本書 を 借用 し た こと で も 知 ら れ る 。 1929 年 に 火災 に 遭 い 、 全 13 冊 の うち の 1 冊 を 焼失 。 残り の 12 冊 も 焼損 痕 が 残 っ て い る 。 知足 の 蹲踞 ( つくばい ) - 茶室 蔵 六 庵 の 露地 に あ る 。 蹲踞 は 茶室 に 入 る 前 に 手 や 口 を 清め る ため の 手水 を 張 っ て お く 石 の こと 。 ここ の 蹲踞 に は 「 吾唯 足知 」 ( われ 、 ただ 足る を 知 る ) の 4 字 が 刻 ま れ て い る が 、 水 を 溜め て お く ため の 中央 の 四角 い 穴 が 「 吾唯 足知 」 の 4 つ の 漢字 の 「 へん 」 や 「 つくり 」 の 「 口 」 と し て 共有 さ れ て い る の が 見どころ で あ る 。 その ため 一見 「 五 ・ 隹 ・ 疋 ・ 矢 」 と 読め る 。 徳川 光圀 の 寄進 と 伝え る 。 なお 、 一般 拝観 者 が 見 る こと が でき る の は レプリカ で あ る 。 京都 市営 バス 、 京都 バス 、 JR バス 「 龍安 寺 前 」 下車 すぐ 。 京福 電鉄 龍安寺 駅 下車 徒歩 7 分 。 +晴明 神社 ( せいめい じんじゃ ) は 、 京都 市 上京 区 に あ る 神社 で あ る 。 安倍 晴明 を 祀 る 。 一条 戻 橋 の たもと ( 北西 ) に あ っ た 晴明 の 屋敷跡 に 鎮座 する 。 全国 各地 に 同名 の 神社 が 存在 する 。 寛弘 2 年 ( 100 5 年 ) に 晴明 が 亡くな る と 、 時 の 一条 天皇 は 晴明 の 遺業 を 賛え 、 晴明 は 稲荷 神 の 生まれ変わり で あ る と し て 、 寛弘 4 年 ( 1007 年 ) 、 その 屋敷跡 に 晴明 を 祀 る 神社 を 創建 し た 。 当地 の 社地 は 広大 な もの で あ っ た が 、 戦火 や 豊臣 秀吉 の 都市 整備 など に よ り 次第 に 縮小 し 、 社殿 も 荒れ た まま の 状態 と な っ た 。 幕末 以降 、 氏子 ら が 中心 と な っ て 社殿 ・ 境内 の 整備 が 行 わ れ 、 昭和 25 年 ( 1950 年 ) に は 堀川 通 に 面 する よう に 境内 地 が 拡張 さ れ た 。 平成 以降 、 安倍 晴明 の ブーム が 起こ り 、 全国 から 参拝 者 が 訪れ る よう に な っ た 。 晴明 歿 後 千 年 と な る 平成 17 年 ( 2005 年 ) に は 安倍 晴明 千 年祭 が 行 わ れ た 。 1 月 1日 : 新年 祭 2 月 節分 : 節分 星 祭 6 月 26 日 : 火災 除 祈願 祭 9 月 秋 分日 : 晴明 祭 前日 : 宵宮 祭 当日 : 例祭 、 神幸 祭 9 月 26 日 : 嵯峨 墓所 祭 11 月 23 日 : 御 火焚 祭 ( 三 社 合祀 ) : 斎 稲 荷 社 ・ 天満 社 ・ 地主 社 その 他 「 名づけ の 神 様 」 と し て 、 市内 の 人々 が 赤ん坊 の 名前 を 付け て もら い に 参拝 する こと が あ る 。 ( 事前 に 命名 候補 を 幾 つ か 用意 し 、 その 中 から 神主 に 陰陽 五行 に 基づ き 選 ん で もら う 。 もしくは 両親 が 選 ぶ 。 ) 最寄 バス 停 : 京都 駅 より 京都 市 バス 9 系 統 一 条 戻 り 橋下 車 京阪 四条 駅 ・ 阪急 河原町 ・ 烏丸 駅 より 京都 市 バス 12 系統   同下 車 駐車 場 : あり ( 有料 ) 100 円 / 20 分 +鞍馬 寺 ( くら まで ら ) は 、 京都 府 京都 市 左京 区 鞍馬 本町 に あ る 仏教 寺院 。 宗派 は もと 天台 宗 に 属 し た が 、 1949 年 以降 独立 し て 鞍馬 弘教 総 本山 と な っ て い る 。 山号 は 鞍馬 山 。 開基 ( 創立 者 ) は 、 鑑真 の 高弟 鑑禎 ( がんてい ) と さ れ て い る 。 本尊 は 寺 で は 「 尊天 」 と 称 し て い る 。 「 尊天 」 と は 、 毘沙門 天 、 千手 観音 、 護法 魔王 尊 の 三身 一体 の 本尊 で あ る と い う 。 京都 盆地 の 北 に 位置 し 、 豊か な 自然 環境 を 残 す 鞍馬 山 の 南 斜面 に 位置 する 。 鞍馬 は 牛若丸 ( 源義経 ) が 修行 を し た 地 と し て 著名 で あ り 、 大佛 次郎 の 『 鞍馬 天狗 』 で も 知 ら れ る 。 新 西国 十 九 番 札 所 で あ る 。 なお 、 鞍馬 寺 へ の 輸送 機関 と し て ケーブルカー ( 鞍馬 山 鋼索 鉄道 ) を 運営 し て お り 、 宗教 法人 と し て は 唯一 の 鉄道 事業 者 と も な っ て い る 。 鞍馬 寺 の 草創 に つ い て は 、 『 今昔 物語 集 』 、 『 扶桑略 記 』 など 諸書 に 見 られ 、 延暦 15 年 ( 796 年 ) 、 藤原 南家 の 出身 で 造東 寺 長官 を 務め た 藤原 伊勢 人 と い う 人物 が 毘沙門 天 と 千手 観音 を 安置 し て 創建 し た と さ れ て い る 。 しかし 、 寺 に 伝わ る 『 鞍馬 蓋 寺 縁起 』 ( あんば が い じえんぎ ) に は 別 の 草創 縁 起 を 伝え て お り 、 鑑真 の 高弟 鑑禎 ( がんてい ) が 宝亀 元年 ( 770 年 ) に 草庵 を 結 び 、 毘沙門 天 を 安置 し た の が 始まり と い う 。 鑑禎 は 、 鑑真 が 唐 から 伴 っ て き た 高弟 8 名 の うち の 最 年少 で あ っ た 。 宝亀 3 年 ( 772 年 ) の あ る 夜 、 鑑禎 は 霊夢 を 見 、 山城 国 の 北方 に 霊山 が あ る と 告げ られ る 。 霊山 を 尋ね て 出かけ た 鑑禎 は 、 ある 山 の 上方 に 宝 の 鞍 を 乗せ た 白馬 の 姿 を 見 る 。 その 山 が 鞍馬 山 で あ っ た 。 山 に 入 っ た 鑑禎 は 女形 の 鬼 に 襲 わ れ 殺 さ れ そう に な る が 、 あわや と い う 時 、 枯れ 木 が 倒れ て き て 鬼 は つぶ さ れ て しま っ た 。 翌朝 に な る と 、 そこ に は 毘沙門 天 の 像 が あ っ た の で 、 鑑禎 は これ を 祀 る 一 寺 を 建立 し た と い う 。 この 鑑禎 の 話 は 『 鞍馬 蓋 寺 縁起 』 以外 の 書物 に は 見え ず 、 どこ まで 史実 を 伝え る もの か わか ら な い 。 ただし 、 清水 寺 の 草創 縁 起 と 同様 、 南都 ( 奈良 ) の 僧 が 創建 に かかわ っ た と し て い る 点 は 注目 さ れ る 。 その 後 、 延暦 15 年 ( 796 年 ) 、 官寺 で あ る 東寺 の 建設 主任 で あ っ た 藤原 伊勢 人 は 、 自分 の 個人 的 に 信仰 する 観音 を 祀 る 寺 を 建て た い と 考え て い た 。 伊勢 人 は 、 ある 夜見 た 霊夢 の お告げ に し たがい 、 白馬 の 後 を 追 っ て 鞍馬 山 に 着 く と 、 そこ に は 毘沙門 天 を 祀 る 小堂 が あ っ た 。 「 自分 は 観音 を 信仰 し て い る の に 、 ここ に 祀 ら れ て い る の は 毘沙門 天 で は な い か 」 と 伊勢 人 は いぶかし が っ た 。 ところ が 、 その 晩 の 夢 に 1人 の 童子 が 現われ 、 「 観音 も 毘沙門 天 も 名前 が 違 う だけ で 、 実 は もともと 1 つ の もの な の だ 」 と 告げ た 。 こう し て 伊勢 人 は 千手 観音 の 像 を つく っ て 、 毘沙門 天 と とも に 安置 し た と い う 。 9 世紀 末 の 寛平 年間 ( 889 年 - 897 年 ) 東寺 の 僧 ・ 峯延 ( ぶ えん ) が 入寺 し た ころ から 、 鞍馬 寺 は 真言宗 寺院 と な る が 、 12 世紀 に は 天台 宗 に 改宗 し 、 以後 の 鞍馬 寺 は 長 く 青蓮 院 の 支配 下 に あ っ た 。 寛治 5 年 ( 1091 年 ) に は 白河 天皇 が 参詣 、 承徳 3 年 ( 1099 年 ) に は 関白 藤原 師通 が 参詣 する など 、 平安 時代 後期 に は 広 く 信仰 を 集め て い た よう で あ る 。 『 枕草子 』 は 「 近 う て 遠 きもの 」 の 例 と し て 鞍馬 寺 の 九十 九 ( つづら ) 折り の 参道 を 挙げ て い る 。 鞍馬 寺 は 大治 元年 ( 1126 年 ) の 火災 を はじめ と し て 、 たびたび 焼失 し て い る 。 江戸 時代 の 文化 ( 元号 ) 9 年 ( 1812 年 ) に は 一山 炎上 する 大 火災 が あ り 、 近代 に 入 っ て 1945 年 ( 昭和 20 年 ) に も 本殿 など が 焼失 し て い る 。 この ため 、 堂宇 は いずれ も 新し い もの だ が 、 仏像 など の 文化 財 は 豊富 に 伝え られ て い る 。 昭和 期 の 住職 ・ 信楽 香雲 ( しがら きこううん ) は 、 1947 年 に 鞍馬 弘教 を 開宗 。 1949 年 に は 天台 宗 から 独立 し て 鞍馬 弘教 総 本山 と な っ て い る 。 京都 の 奥 に あ る 鞍馬 山 は 山岳 信仰 、 山伏 に よ る 密教 も 盛ん で あ っ た 。 その ため 山 の 精霊 で あ る 天狗 も また 鞍馬 に 住 む と 言 わ れ る 。 鞍馬 に 住 む 大天狗 は 僧正 坊 と 呼 ば れ る 最高 位 の もの で あ り また 鞍馬 山 は 天狗 に と っ て 最高 位 の 山 の ひと つ で あ る と さ れ る 。 京都 の 北 に 位置 する 鞍馬 寺 は 、 もともと 毘沙門 天 ( 四 天王 の うち 北方 を 守護 する ) を 本尊 と する 寺院 で あ り 、 併せ て 千手 観世音 と 護法 魔王 尊 を 祀 っ た 寺院 で あ っ た 。 しかし 、 鞍馬 弘教立 教後 の 現在 の 鞍馬 寺 の 信仰 形態 は 独特 の もの で 、 本尊 に つ い て も 若干 の 説明 を 要 する 。 鞍馬 弘教立 教後 の 寺 の 説明 に よ る と 、 鞍馬 寺 本殿 金堂 ( 本堂 ) の 本尊 は 「 尊天 」 で あ る と さ れ る 。 堂内 に は 中央 に 毘沙門 天 、 向か っ て 右 に 千手 観世音 、 左 に は 護法 魔王 尊 が 安置 さ れ 、 これ ら の 三身 を 一体 と し て 「 尊天 」 と 称 し て い る 。 「 尊天 」 と は 「 すべて の 生命 の 生か し 存在 さ せ る 宇宙 エネルギー 」 で あ る と する 。 また 、 毘沙門 天 を 「 光 」 の 象徴 に し て 「 太陽 の 精霊 」 ・ 千手 観世音 を 「 愛 」 の 象徴 に し て 「 月輪 の 精霊 」 ・ 魔王 尊 を 「 力 」 の 象徴 に し て 「 大地 ( 地球 ) の 霊王 」 と し て い る 。 鞍馬 寺 と は 、 どこ に で も 存在 する 「 尊天 」 の パワー が 特に 多 い 場所 に し て 、 その パワー に 包 ま れ る ため の 道場 で あ る と し て い る 。 「 尊天 」 の ひとり 、 「 護法 魔王 尊 」 と は 、 650 万 年 前 ( 「 650 年 」 の 間違い で は な い ) 、 金星 から 地球 に 降り立 っ た もの で 、 その 体 は 通常 の 人間 と は 異な る 元素 から 成 り 、 その 年齢 は 16 歳 の まま 、 年 を と る こと の な い 永遠 の 存在 で あ る と い う 。 本殿 金堂 の 毘沙門 天 ・ 千手 観世音 ・ 護法 魔王 尊 は いずれ も 秘仏 で あ る が 、 秘仏 厨子 の 前 に 「 お 前立ち 」 と 称 する 代わり の 像 が 安置 さ れ て い る 。 お前立ち の 魔王 尊像 は 、 背中 に 羽根 を も ち 、 長 い ひげ を たくわえ た 仙人 の よう な 姿 で 、 鼻 が 高 い 。 光背 は 木 の 葉 で でき て い る 。 多宝塔 に 安置 の 護法 魔王 尊像 も 同じ よう な 姿 を し て い る 。 この こと から 「 鞍馬 天狗 」 と は もともと 護法 魔王 尊 で あ っ た と 思 わ れ る 。 また 、 16 歳 と さ れ て い る わり に 歳 を と っ た 姿 を し て い る 。 仁王 門 - 1891 年 ( 明治 24 年 ) 焼失 し 、 1911 年 ( 明治 44 年 ) 再建 さ れ た 。 山門 駅 から 多宝 塔 駅 まで の ケーブル カー は 1957 年 ( 昭和 32 年 ) に 開通 し て い る 。 多宝塔 - 1959 年 ( 昭和 34 年 ) 再建 。 本殿 金堂 - 1971 年 再建 寝殿 - 1924 年 ( 大正 13 年 ) の 建築 。 転法輪 堂 - 1969 年 ( 昭和 44 年 ) 再建 。 奥 の 院 魔 王殿 - 本殿 から 西 の 貴船 神社 へ 抜け る 山道 の 途中 、 奇岩 の 上 に あ る 小堂 。 650 万 年 前 に 金星 から 地球 に 降り立 っ た と い う 魔王 尊 を 祀 っ て い る 。 現在 の 建物 は 1945 年 ( 昭和 20 年 ) の 焼失 後 の 再建 。 霊宝殿 - 本殿 裏 に あ る 。 1 階 は 鞍馬 山 自然 博物 苑 で 、 鞍馬 山 の 動植物 に 関 する 展示 が あ る 。 2 階 は 寺宝 展示 室 と 与謝野 鉄幹 ・ 与謝野 晶子 の 遺品 等 を 展示 し た 、 与謝野 記念 室 が あ る ( 鞍馬 弘教 を 開宗 し た 信楽 香雲 は 与謝野 門下 の 歌人 で あ っ た ) 。 3 階 は 仏像 奉 安 室 で 、 国宝 の 木造 毘沙門 天立像 、 木造 吉祥天立像 、 木造 善膩 師 童子 ( ぜん に しどう じ ) 立像 の 三 尊像 を はじめ と する 文化 財 が 展示 さ れ て い る 。 鞍馬 寺 の 本尊 は この 毘沙門 天 の 三 尊像 で あ っ た と する 説 や 、 同じく 霊宝 館 に 安置 さ れ て い る 平安 時代 後期 の 重要 文化 財 兜 跋 毘 沙門天 ( とばつ びしゃ もんてん ) の 姿 と 近 い もの で な かっ た か と する 説 も あ る 。 平安 時代 中期 以降 の 末法 思想 から 生み出 さ れ た 経塚 遺跡 から の 発掘 品 も 見 る こと が でき る 。 なお 、 霊宝 殿 前 に は 与謝野 晶子 の 書斎 「 冬柏 亭 」 が 移築 さ れ て い る 。 木造 毘沙門 天立像 、 木造 吉祥天立像 、 木造 善膩 師 童子 ( ぜん に しどう じ ) 立像 鞍馬 寺 経塚 遺物 一括 木造 聖観音 立像 木造 兜跋 毘 沙門 天立 像 黒漆 剣 剣 ( 無銘 ) 銅燈篭 鞍馬 寺 文書 札 所 新西国 三十 三 箇所 第 19 番 しめ の うち 詣 ( 元旦 ~ 1 / 15 ) 初寅 大祭 ( 1 月 最初 の 寅 の 日 ) 節分 追儀式 ( 節分 の 日 ) 春 の 酬得 会 ( 春 の 彼岸 入 の 日 ) 清浄 髪祈願 祭 ( 4 月 上旬 ) 尊天 む すび 伝法 式 ( 4 月 上旬 ) 花 供養 ( 4 月 中旬 ) 五 月 満月 祭 ( うえさく さ い - 五 月 の 満月 宵 5 月 の 満月 の 日 に 行 わ れ る ) 竹伐 り会式 ( たけきりえ しき ) ( 6 月 20 日 午後 2 時 ) 如法 写経会 ( 8 / 1 ~ 8 / 4 ) 義経祭 ( 9 / 15 ) 秋 の 酬得 会 ( 秋 の 彼岸 入 の 日 ) 秋 の 大祭 ( 10 / 14 ) 平和 の 祈り ( 11 / 23 ) 納め の 寅 ( 12 月 再度 の 寅 の 日 ) 毎月 の 御 縁日 ( 毎月 1 . 7 . 1 4 . 寅 の 日 ) 鞍馬 の 火祭 ( 10 月 22 日 ) 仁王 門 近く に あ る 由岐 神社 の 祭礼 。 鞍馬 寺 主催 で は な い 京都 市 内 から 鞍馬 寺 前 まで 叡山 電鉄 出町 柳 駅 から 叡山 電鉄 鞍馬 線 に 乗 る と 約 30 分 で 鞍馬 駅 に 着 く 。 駅 を 出 て 徒歩 1 分 で 仁王 門 ( 山門 ) に 至 る 。 仁王 門 から 本殿 金堂 まで ( 徒歩 ) 仁王 門 ( 0 ) - 287 m - 由岐 神社 ( 50 ) - 791 m - 本殿 金堂 ( 160 ) 括弧 内 の 数字 は 仁王 門 の 標高 を 基準 と し た 標高 差 ( 単位 m ) 一部 石畳 だ が 基本 的 に 未 舗装 の 山道 で あ る 。 全て 歩 く と な る と 成人 男性 で 30 分 ほど は 見 て お く 必要 が あ る 。 仁王 門 から 本殿 金堂 まで ( ケーブル カー 利用 ) 仁王 門 ( 山門 駅 ) ( 0 ) - 200 m - 多宝 塔 駅 ( 120 ) - 456 m - 本堂 金堂 ( 160 ) 括弧 内 の 数字 は 仁王 門 の 標高 を 基準 と し た 標高 差 ( 単位 m ) 徒歩 で の 参拝 は 、 高齢 者 など に は 大変 な ため 、 仁王 門 から 多宝 塔 の 間 に ケーブルカー ( 鞍馬 山 鋼索 鉄道 ) を 運行 し て い る 。 乗車 時間 は 2 分 ほど の 距離 だ が 、 寺 に 100 円 の 寄付 金 を 納め た 人 が 無料 で 乗車 でき る ( 事実 上 、 運賃 が 片道 100 円 ) 。 多宝塔 から 本殿 金堂 まで は 10 分 ほど の 石畳 を 歩 く 。 徒歩 で の 参拝 の 場合 は 由岐 神社 を 経由 する 。 なお 、 寺側 は 歩 く こと が 可能 な 人 は 、 ケーブル カー を 使 わ ず に 徒歩 で 参拝 する こと を 勧め て い る 。 貴船 側 から の アクセス 貴船 神社 ( 35 ) - 573 m - 魔王 殿 ( 185 ) - 460 m - 背比べ 石 ( 23 5 ) - 404 m - 本殿 金堂 ( 160 ) 括弧 内 の 数字 は 仁王 門 の 高 さ を 基準 と し た 標高 差 ( 単位 m ) 貴船 から の 入り口 は 西門 と 呼 ば れ る 。 この ルート は かつて 牛若丸 が 天狗 と の 修行 で 走 っ た 道 と さ れ て い る 。 山 を ひと つ 越え る こと に な る の で 鞍馬 側 から 登 る より 大変 で あ る 。 成人 男性 で も 50 分 ほど かか る 。 信楽 香仁 『 天狗 の 山   くらまだ より 』 、 大東 出版 社 、 1990 井上 靖 、 塚本 善隆 監修 、 遠藤 周作 、 信楽 香 仁著 『 古寺 巡礼 京都 27   鞍馬 寺 』 、 淡交 社 、 1978 竹村 俊則 『 昭和 京都 名所 図会 洛北 』 駸々 堂 、 1982 『 週刊 朝日 百科   日本 の 国宝 』 13 号 ( 鞍馬 寺 ほか ) 、 朝日 新聞 社 、 1997 『 日本 歴史 地名 大系   京都 市 の 地名 』 、 平凡 社 『 角川 日本 地名 大 辞典   京都 府 』 、 角川 書店 『 国史 大 辞典 』 、 吉川 弘文 館 +東本願 寺 ( ひがしほんがん じ HigashiHongan - ji ) は 、 京都 府 京都 市 下京 区 に あ る 浄土 真宗 の 仏教 寺院 。 真宗教 団 連合 ( 真宗 十 派 ) の 一 つ 真宗 大谷 派 の 本山 で 、 西本願 寺 ( 浄土 真宗 本願 寺 派 の 本山 〈 正式 名称 ・ 本願 寺 〉 ) と 並 ぶ 浄土 真宗 の 本山 で あ る 。 正式 の 寺号 は 1987 年 まで は 「 本願 寺 」 、 同年 以降 は 「 真宗 本廟 ( しんしゅう ほんびょう ) 」 。 同じ 下京 区 に あ る 西本願 寺 と 区別 する ため 、 「 お 東 さん 」 と 呼 ば れ る こと が 多 い 。 ( 東西 に 分裂 以前 の 歴史 の 詳細 は 本願 寺 の 歴史 の 項目 を 参照 ) 本願 寺 の 第 12 代 教如 ( 光寿 ) が 、 徳川 家康 に よ っ て 本願 寺 の 東 に 寺領 を 与え られ 、 160 2 年 に 本願 寺 が 二 つ に 分かれ た とき 、 教如 が 開 い た 。 現在 の 京都 市 下京 区 烏丸 七 条 に 位置 し 、 堀川 七 条 に 位置 する 西本願 寺 の 東 に あ る ため 、 東本願 寺 と 称 さ れ る よう に な っ た 。 1987 年 に は 、 大谷 派 と 包括 ・ 被包括 の 関係 に あ っ た 宗教 法人 と し て の 本願 寺 が 法的 に 解散 さ れ 、 宗派 と 一体 の もの と さ れ た 。 以後 、 東本願 寺 の 正式 名称 は 「 真宗 本廟 」 ( 「 本廟 」 と は 、 同信 同行 の 門信徒 が 宗祖 親鸞 の 教え を 聞信 する 根本 道場 ・ 帰依 処 と し て の 、 親鸞 の 「 はかどころ 」 の 意 ) と な る 。 分派 し た 浄土 真宗 東 本願 寺 派 と 区別 を 付け 、 正当 性 を 主張 する 意味 も あ る 。 ⇒ お 東 騒 動 江戸 時代 に 4 度 の 火災 に 遭 っ て お り 、 その 火災 の 多 さ から 「 火出 し 本願 寺 」 と の あだ名 も あ る ほど で 、 現存 建造 物 の 多く は どんどん 焼け の 後 、 明治 時代 期 の 再建 だ が 、 建築 ・ 障壁 画 等 は 当時 の 技術 の 粋 を 集め る 。 親鸞 聖人像 を 安置 する 御影 堂 は 世界 最大 級 の 木造 建築 物 で あ る ( 現在 保護 屋根 に 覆 わ れ 大 修復 工事 中 ) 。 また 、 御影 堂門 は 三門 三 大門 の 一 つ で あ る 。 親鸞 真蹟 の 『 顕浄土 真実 教行 証文 類 ( 国宝 ) 』 ( 坂東 本 ) を 所蔵 。 近接 する 飛地 境内 地 の 渉成 園 は 国 の 名勝 。 現門 首 は 大谷 暢 顕 ( 浄如 ) 。 国宝 重要 文化 財 京都 市営 地下 鉄 京都 市営 地下 鉄 五条 駅 ( 京都 市営 地下 鉄 ) 下車 大学 大谷 大学 京都 光華 女子 大学 大阪 大谷 大学 同朋 大学 名古屋 造形 芸術 大学 名古屋 音楽 大学 愛知 文教 大学 愛知 新城 大谷 大学 +日本 の 寺院 延暦 寺 ( えんりゃくじ ) は 、 滋賀 県 大津 市 坂本 本町 に あ り 、 標高 848 m の 比叡山 全域 を 境内 と する 寺院 。 延暦 寺 の 名 より 比叡山 、 また 叡山 ( えいざん ) と 呼 ば れ る こと が 多 い 。 平安 京 ( 京都 ) の 北 に あ っ た の で 北嶺 ( ほくれい ) と も 称 さ れ た 。 平安 時代 初期 の 僧侶 最澄 ( 76 7 年 - 822 年 ) に よ り 開 か れ た 日本 天台 宗 の 本山 寺院 で あ る 。 住職 ( 貫主 ) は 天台 座主 ( てんだいざ す ) と 呼 ば れ 、 末寺 を 統括 する 。 最澄 の 開創 以来 、 高野山 金剛 峯 寺 と なら ん で 平安 仏教 の 中心 で あ っ た 。 天台 法華 の 教え の ほか 、 密教 、 禅 ( 止観 ) 、 念仏 も 行な わ れ 仏教 の 総合 大学 の 様相 を 呈 し 、 平安 時代 に は 皇室 や 貴族 の 尊崇 を 得 て 大きな 力 を 持 っ た 。 特に 密教 に よ る 加持 祈祷 は 平安 貴族 の 支持 を 集め 、 真言 宗 の 東寺 の 密教 ( 東密 ) に 対 し て 延暦 寺 の 密教 は 「 台密 」 と 呼 ば れ 覇 を 競 っ た 。 「 延暦 寺 」 と は 比叡 山 の 山上 から 東麓 に かけ た 境内 に 点在 する 東塔 ( とうどう ) 、 西塔 ( さいとう ) 、 横川 ( よかわ ) など 、 三 塔 十 六 谷 の 堂塔 の 総称 で あ る 。 延暦 7 年 ( 788 年 ) に 最澄 が 一乗止 観院 と い う 草庵 を 建て た の が 始まり で あ る 。 開創 時 の 年号 を と っ た 延暦 寺 と い う 寺号 が 許 さ れ る の は 、 最澄 没後 の 弘仁 14 年 ( 824 年 ) の こと で あ っ た 。 延暦 寺 は 数々 の 名僧 を 輩出 し 、 日本 天台 宗 の 基礎 を 築 い た 円仁 、 円珍 、 融通 念仏 の 開祖 良忍 、 浄土 宗 の 開祖 法然 、 浄土 真宗 の 開祖 親鸞 、 臨済 宗 の 開祖 栄西 、 曹洞 宗 の 開祖 道元 、 日蓮 宗 の 開祖 日蓮 など 、 新仏教 の 開祖 や 、 日本 仏教史 上 著名 な 僧 の 多く が 若 い 日 に 比叡山 で 修行 し て い る こと から 、 「 日本 仏教 の 母山 」 と も 称 さ れ て い る 。 比叡山 は 文学 作品 に も 数 多 く 登場 する 。 また 、 「 12 年 籠山行 」 「 千日 回 峯行 」 など の 厳し い 修行 が 現代 まで 続け られ て お り 、 日本 仏教 の 代表 的 な 聖地 と し て 、 国際 連合 教育 科学 文化 機関 の 世界 文化 遺産 に も 登録 さ れ て い る 。 前史 比叡山 は 『 古事 記 』 に も その 名 が 見え る 山 で 、 古代 から 山岳 信仰 の 山 で あ っ た と 思 わ れ 、 東麓 の 坂本 に あ る 日吉 大社 に は 、 比叡 山 の 地主 神 で あ る 大山 咋神 が 祀 ら れ て い る 。 最澄 最澄 は 俗名 を 三津 首 広野 ( みつ の おびと ひろ の ) と い い 、 天平 神護 2 年 ( 76 6 年 ) 、 近江 国 滋賀 郡 ( 滋賀 県 大津 市 ) に 生まれ た ( 生年 は 767 年 説 も あ る ) 。 15 歳 の 宝亀 11 年 ( 780 年 ) 、 近江 国分寺 の 僧 ・ 行表 の もと で 得度 ( 出家 ) し 、 最澄 と 名乗 る 。 20 歳 の 延暦 4 年 ( 785 年 ) 、 奈良 の 東大 寺 で 受戒 ( 正式 の 僧 と な る ため の 戒律 を 授け られ る こと ) し 、 正式 の 僧 と な っ た 。 青年 最澄 は 、 思 う ところ あ っ て 、 奈良 の 大 寺院 で の 安定 し た 地位 を 求め ず 、 郷里 に 近 い 比叡山 に こも っ て 修行 と 経典 研究 に 明け暮れ た 。 最澄 は 数 あ る 経典 の 中 で も 法華 経 の 教え を 最高 の もの と 考え 、 中国 の 天台 大 師智ギ ( ちぎ ) の 著述 に な る 「 法華 三 大部 」 ( 「 法華 玄義 」 、 「 法華 文句 」 、 「 摩訶 止観 」 ) を 研究 し た 。 延暦 7 年 ( 788 年 ) 、 最澄 は 現在 の 根本 中堂 の 位置 に 薬師 堂 ・ 文殊 堂 ・ 経蔵 から な る 小 規模 な 寺院 を 建立 し 、 一乗止 観院 と 名付け た 。 この 寺 は 比叡 山寺 と も 呼 ば れ 、 年号 を と っ た 「 延暦 寺 」 と い う 寺号 が 許 さ れ る の は 、 最澄 の 没後 、 弘仁 14 年 ( 824 年 ) の こと で あ っ た 。 時 の 桓武 天皇 は 最澄 に 帰依 し 、 天皇 や その 側近 で あ る 和気 氏 の 援助 を 受け て 、 比叡山 寺 は 京都 の 鬼門 ( 北東 ) を 護 る 国家 鎮護 の 道場 と し て 次第 に 栄え る よう に な っ た 。 延暦 21 年 ( 80 2 年 ) 、 最澄 は 還学生 ( げん がく しょう 、 短期 海外 研修 生 ) と し て 、 唐 に 渡航 する こと が 認め られ 。 延暦 23 年 ( 80 4 年 ) 、 遣唐 使船 で 唐 に 渡 っ た 。 最澄 は 、 霊地 ・ 天台 山 に おもむ き 、 天台 大師 智顗 ( ちぎ ) 直系 の 道邃 ( どうずい ) 和尚 から 天台 教学 と 大乗 菩 薩戒 、 行 満 座主 から 天台 教学 を 学 ん だ 。 また 、 越州 ( 紹興 ) の 龍興 寺 で は 順暁 阿闍梨 より 密教 、 翛然 ( しゃくねん ) 禅師 より 禅 を 学 ん で い る 。 この よう に 天台 教学 ・ 戒律 ・ 密教 ・ 禅 の 4 つ の 思想 を とも に 学 び 、 日本 に 伝え た ( 四宗 相承 ) こと が 最澄 の 学問 の 特色 で 、 延暦 寺 は 総合 大学 と し て の 性格 を 持 っ て い た 。 後 に 延暦 寺 から 浄土 教 や 禅宗 の 宗祖 を 輩出 し た 源 が ここ に あ る と いえ る 。 大乗戒壇 の 設立 延暦 25 年 ( 80 6 年 ) 、 日本 天台 宗 の 開宗 が 正式 に 許可 さ れ る が 、 仏教 者 と し て の 最澄 が 生涯 かけ て 果た せ な かっ た 念願 は 、 比叡山 に 大乗 戒壇 を 設立 する こと で あ っ た 。 大乗戒壇 を 設立 する と は 、 すなわち 、 奈良 の 旧 仏教 から 完全 に 独立 し て 、 延暦 寺 に お い て 独自 に 僧 を 養成 する こと が でき る よう に し よ う と い う こと で あ る 。 最澄 の 説 く 天台 の 思想 は 「 一向 大乗 」 すなわち 、 すべて の 者 が 菩薩 で あ り 、 成仏 ( 悟り を 開 く ) する こと が でき る と い う もの で 、 奈良 の 旧 仏教 の 思想 と は 相 容れ な かっ た 。 当時 の 日本 で は 僧 の 地位 は 国家 資格 で あ り 、 国家 公認 の 僧 と な る ため の 儀式 を 行 う 「 戒壇 」 は 日本 に 3 箇所 ( 奈良 ・ 東大 寺 、 筑紫 ・ 観世 音 寺 、 下野 ・ 薬師寺 ) しか 存在 し な かっ た ため 、 天台 宗 が 独自 に 僧 の 養成 を する こと は でき な かっ た の で あ る 。 最澄 は 自ら の 仏教 理念 を 示 し た 『 山家 学生 式 』 ( さん げ がく しょうしき ) の 中 で 、 比叡山 で 得度 ( 出家 ) し た 者 は 12 年間山 を 下り ず に 籠山 修行 に 専念 さ せ 、 修行 の 終わ っ た 者 は その 適性 に 応 じ て 、 比叡山 で 後進 の 指導 に 当た ら せ 、 あるいは 日本 各地 で 仏教界 の リーダー と し て 活動 さ せ た い と 主張 し た 。 大乗戒壇 の 設立 は 、 82 2 年 、 最澄 の 死後 7 日 目 に し て ようやく 許可 さ れ た 。 名僧 の 輩出 大乗戒壇 設立 後 の 比叡山 は 、 日本 仏教史 に 残 る 数々 の 名僧 を 輩出 し た 。 円仁 ( 慈覚 大 師 、 794 - 8 64 ) と 円珍 ( 智証 大師 、 81 4 - 8 91 ) は どちら も 唐 に 留学 し て 多く の 仏典 を 持ち帰 り 、 比叡 山 の 密教 の 発展 に 尽く し た 。 なお 、 比叡 山 の 僧 は のち に 円仁 派 と 円珍派 に 分かれ て 激し く 対立 する よう に な っ た 。 正暦 4 年 ( 993 年 ) 、 円珍派 の 僧約 千名 は 山 を 下り て 園城 寺 ( 三井寺 ) に 立て こも っ た 。 以後 、 「 山門 」 ( 円仁派 、 延暦 寺 ) と 「 寺門 派 」 ( 円珍派 、 園城 寺 ) は 対立 ・ 抗争 を 繰り返 し 、 こう し た 抗争 に 参加 し 、 武装 化 し た 法師 の 中 から 自然 と 僧兵 が 現 われ て き た 。 平安 から 鎌倉 時代 に かけ て 延暦 寺 から は 名僧 を 輩出 し た 。 円仁 ・ 円珍 の 後 に は 「 元三 大師 」 の 別名 で 知 ら れ る 良源 ( 慈恵 大師 ) は 延暦 寺 中興 の 祖 と し て 知 ら れ 、 火災 で 焼失 し た 堂塔 伽藍 の 再建 ・ 寺内 の 規律 維持 ・ 学業 の 発展 に 尽く し た 。 また 、 『 往生 要集 』 を 著 し 、 浄土 教 の 基礎 を 築 い た 恵心 僧都 源信 や 融通 念 仏 宗 の 開祖 ・ 良忍 も 現れ た 。 平安 末期 から 鎌倉 時代 に かけ て は 、 いわゆる 鎌倉 新 仏教 の 祖師 たち が 比叡山 を 母体 と し て 独自 の 教え を 開 い て い っ た 。 比叡山 で 修行 し た 著名 な 僧 と し て は 以下 の 人物 が 挙げ られ る 。 良源 ( 慈恵 大師 、 元三 大師   912 年 - 985 年 ) 比叡 山中興 の 祖 。 源信 ( 僧侶 ) ( 恵心 僧都 、 94 2 年 - 1016 年 ) 『 往生 要集 』 の 著者 良忍 ( 聖応 大師 、 1072 年 - 1132 年 ) 融通 念仏 の 唱導 者 法然 ( 1133 年 - 1212 年 ) 日本 の 浄土 宗 の 開祖 栄西 ( 1141 年 - 1215 年 ) 日本 の 臨済 宗 の 開祖 慈 円 ( 1155 年 - 1225 年 ) 歴史 書 「 愚管 抄 」 の 作者 。 天台 座主 。 道元 ( 120 0 年 - 1253 年 ) 日本 の 曹洞 宗 の 開祖 親鸞 ( 1173 年 - 1262 年 ) 浄土 真宗 の 開祖 日蓮 ( 1222 年 - 12 82 年 ) 日 蓮 宗 の 開祖 延暦 寺 の 武力 は 年 を 追 う ごと に 強ま り 、 強大 な 権力 で 院政 を 行 っ た 白河 法皇 で すら 「 賀茂川 の 水 、 双六 の 賽 、 山 法師 。 これ ぞ 朕 が 心 に まま な ら ぬ もの 」 と 言 っ て い る 。 山 は 当時 、 一般 的 に は 比叡 山 の こと で あ り 、 山 法師 と は 延暦 寺 の 僧兵 の こと で あ る 。 つまり 、 強大 な 権力 を 持 っ て し て も 制御 でき な い もの と 例え られ た の で あ る 。 延暦 寺 は 自ら の 意 に 沿 わ ぬ こと が 起こ る と 、 僧兵 たち が 神輿 ( 当時 は 神仏 混交 で あ り 、 神 と 仏 は 同一 で あ っ た ) を かつ い で 強訴 する と い う 手段 で 、 時 の 権力 者 に 対 し 自ら の 言い分 を 通 し て い た 。 この よう に 、 延暦 寺 は その 権威 に 伴 う 武力 が あ り 、 また 物資 の 流通 を 握 る こと に よ る 財力 を も 持 っ て お り 、 時 の 権力 者 を 無視 でき る 一種 の 独立 国 の よう な 状態 で あ っ た 。 延暦 寺 の 僧兵 の 力 は 奈良 興福寺 の それ と 並 び 称 せ られ 、 南都 北嶺 と 恐れ られ た 。 初めて 延暦 寺 を 制圧 し よ う と し た 権力 者 は 、 室町 幕府 六 代 将軍 の 足利 義教 で あ る 。 義教 は 将軍 就任 前 は 義円 と 名乗 り 、 天台 座主 と し て 比叡 山側 の 長 で あ っ た が 、 還俗 ・ 将軍 就任 後 は 比叡山 と 対立 し た 。 永享 7 年 ( 1435 年 ) 、 度 重な る 叡山 制圧 の 機会 に ことごとく 和議 を ( 諸 大名 から ) 薦め られ 、 制圧 に 失敗 し て い た 足利 義教 は 、 謀略 に よ り 延暦 寺 の 有力 僧 を 誘い出 し 斬首 し た 。 これ に 反発 し た 延暦 寺 の 僧侶 たち は 、 根本 中堂 に 立て こも り 義教 を 激し く 非難 し た 。 しかし 、 義教 の 姿勢 は かわ ら ず 、 絶望 し た 僧侶 たち は 2 月 、 根本 中堂 に 火 を 放 っ て 焼身 自殺 し た 。 当時 の 有力 者 の 日記 に は 「 山門 惣 持院 炎上 」 ( 満済 准后 日記 ) など と 記載 さ れ て お り 、 根本 中堂 の 他 に も いく つ か の 寺院 が 全焼 あるいは 半焼 し た と 思 わ れ る 。 また 、 「 本尊 薬 師 三 体 焼了 」 ( 大乗院 日記 目録 ) の 記述 の 通り 、 この とき に 円珍 以来 の 本尊 も ほぼ 全て が 焼失 し て い る 。 同年 8 月 、 義教 は 焼失 し た 根本 中堂 の 再建 を 命 じ 、 諸国 に 段銭 を 課 し て 数 年 の うち に 竣工 し た 。 また 、 宝徳 2 年 ( 1450 年 ) 5 月 16 日 ( 旧暦 ) に 、 わずか に 焼け 残 っ た 本尊 の 一部 から 本尊 を 復元 し 、 根本 中堂 に 配置 し て い る 。 なお 、 義教 は 延暦 寺 の 制圧 に 成功 し た が 、 彼 が のち に 殺 さ れ る と 延暦 寺 は 再び 武装 し 僧 を 軍兵 に し た て 数千 人 の 僧兵 軍 に 強大 化 さ せ 独立 国 状態 に 戻 っ た 。 戦国 時代 ( 日本 ) に 入 っ て も 延暦 寺 は 独立 国 状態 を 維持 し て い た が 、 明応 8 年 ( 1499 年 ) 、 管領 細川 政元 が 、 対立 する 前将軍 足利 義稙 の 入京 と 呼応 し よ う と し た 延暦 寺 を 攻め た ため 、 再び 根本 中堂 は 灰燼 に 帰 し た 。 また 戦国 末期 に 織田 信長 が 京都 周辺 を 制圧 し 、 将軍 足利 義昭 と の 政治 的 対立 を 起こ すと 、 延暦 寺 は 義昭 側 に つ い て 浅井 ・ 朝倉 連合 軍 を かくま う など 、 反 信長 の 行動 を 起こ し た 。 元亀 2 年 ( 15 71 年 ) 、 延暦 寺 の 僧兵 四千 人 が 強大 な 武力 と 権力 を 持 つ 僧 に よ る 仏教 政治 腐敗 で 戦国 統一 の 障害 に な る と みた 信長 は 、 延暦 寺 に 武装 解除 する よう 再三 通達 を し 、 これ を 断固 拒否 さ れ た の を 受け て 9 月 12 日 ( 旧暦 ) 、 延暦 寺 を 取り囲み 焼き 討ち し た 。 これ に よ り 延暦 寺 の 堂塔 は ことごとく 炎上 し 、 多く の 僧兵 や 僧侶 が 殺害 さ れ た 。 この 事件 に つ い て は 、 京 から 比叡 山 の 炎上 の 光景 が よく 見え た こと も あ り 、 山科 言継 など 公家 や 商人 の 日記 や 、 イエズス 会 の 報告 など に はっきり と 記 さ れ て い る ( ただし 、 山科 言継 の 日記 に よ れ ば 、 この 前年 の 10 月 15 日 ( 旧暦 ) に 浅井 軍 と 見 られ る 兵 が 延暦 寺 西塔 に 放火 し た と あ り 、 延暦 寺 は 織田 ・ 浅井 双方 の 圧迫 を 受け て 進退 窮 ま っ て い た と も 言 わ れ て い る ) 。 信長 の 死後 、 豊臣 秀吉 や 徳川 家康 ら に よ っ て 各 僧 坊 は 再建 さ れ た 。 根本 中堂 は 三 代 将軍 徳川 家光 が 再建 し て い る 。 家康 の 死後 、 天海 僧正 に よ り 江戸 の 鬼門 鎮護 の 目的 で 上野 に 東叡 山 寛永 寺 が 建立 さ れ て から は 、 天台 宗 の 宗務 の 実権 は 江戸 に 移 っ た 。 昭和 62 年 ( 1987 年 ) 8 月 3 日 、 4 日 両日 、 比叡山 開創 120 0 年 を 記念 し て 天台 座 主山田 恵諦 の 呼びかけ で 世界 の 宗教 指導 者 が 比叡山 に 集 い 、 「 比叡 山 宗教 者 サミット 」 が 開催 さ れ た 。 その 後 も 毎年 8 月 、 これ を 記念 し て 比叡山 で 「 世界 宗教 者 平和 の 祈り 」 が 行な わ れ て い る 。 1994 年 、 延暦 寺 は 「 古都 京都 の 文化 財 」 の 一環 と し て 国際 連合 教育 科学 文化 機関 の 世界 文化 遺産 に 登録 さ れ て い る 。 比叡山 の 山内 は 「 東塔 ( とうどう ) 」 「 西塔 ( さいとう ) 」 「 横川 ( よかわ ) 」 と 呼 ば れ る 3 つ の 区域 に 分かれ て い る 。 これ ら を 総称 し て 「 三 塔 」 と 言 い 、 さらに 細分 し て 「 三 塔 十 六 谷 二 別所 」 と 呼称 し て い る 。 この ほか 、 滋賀 県 側 の 山麓 の 坂本 地区 に は 本坊 の 滋賀 院 、 「 里坊 」 と 呼 ば れ る 子院 群 、 比叡山 と は 関係 の 深 い 日吉 大社 など が あ る 。 三 塔 十 六 谷 二 別所 東塔- 北谷 、 東谷 、 南谷 、 西谷 、 無動 寺谷 西塔- 東谷 、 南谷 、 南尾 谷 、 北尾谷 、 北谷 横川 -香 芳谷 、 解脱 谷 、 戒心 谷 、 都率 谷 、 般若谷 、 飯室 谷 別所 - 黒谷 、 安楽 谷 延暦 寺 発祥 の 地 で あ り 、 本堂 に あた る 根本 中堂 を 中心 と する 区域 で あ る 。 根本 中堂 ( 国宝 ) - 最澄 が 建立 し た 一 乗止 観院 の 後身 。 現在 の 建物 は 織田 信長 焼き 討ち の 後 、 寛永 19 年 ( 1642 年 ) に 徳川 家光 に よ っ て 再建 さ れ た もの で あ る 。 1954 年 ( 昭和 28 年 ) に 国宝 に 指定 さ れ た 。 入母屋 造 で 幅 37 . 6 メートル 、 奥行 23 . 9 メートル 、 屋根 高 2 4 . 2 メートル の 大建築 で あ る 。 土間 の 内陣 は 外陣 より 床 が 3 メートル も 低 い 、 独特 の 構造 に な っ て い る 。 内部 に は 3 基 の 厨子 が 置 か れ 、 中央 の 厨子 に は 最澄 自作 の 伝承 が あ る 秘仏 ・ 薬師 如来立像 を 安置 する ( 開創 1 ,20 0 年 記念 の 1988 年 に 開扉 さ れ た こと が あ る ) 。 本尊 厨子 前 の 釣灯篭 に 灯 る の が 、 最澄 の 時代 から 続 く 「 不滅 の 法灯 」 で あ る 。 この 法灯 は 信長 の 焼き討ち で 一時 途絶え た が 、 山形 県 の 立石寺 に 分灯 さ れ て い た もの を 移 し て 現在 に 伝わ っ て い る 。 嘉吉 3 年 ( 1443 年 ) に 南朝 ( 日本 ) 復興 を 目指 す 後南 朝 の 日野 氏 など が 京都 の 御所 から 三 種 の 神器 の 一部 を 奪 う 禁闕 の 変 が 起こ る と 、 一味 は 根本 中堂 に 立て 篭 も り 、 朝廷 から 追討令 が 出 た こと に よ り 幕軍 や 山徒 に よ り 討 た れ る 。 文殊 楼 - 寛文 8 年 ( 1668 年 ) の 火災 後 の 再建 。 二 階 建て の 門 で 、 階上 に 文殊 菩薩 を 安置 する 。 根本 中堂 の 真東 に 位置 し 、 他 の 寺院 に おけ る 山門 に あた る 。 大講堂 ( 重文 ) - 寛永 11 年 ( 1634 年 ) の 建築 。 もと は 東麓 ・ 坂本 の 東照宮 の 讃仏 堂 で あ っ た もの を 1964 年 に 移築 し た 。 重要 文化 財 だっ た 旧 大講堂 は 1956 年 に 火災 で 焼失 し て い る 。 本尊 は 大日 如来 。 本尊 の 両脇 に は 向か っ て 左 から 日蓮 、 道元 、 栄西 、 円珍 、 法然 、 親鸞 、 良忍 、 真盛 、 一遍 の 像 が 安置 さ れ て い る 。 いずれ も 若 い 頃 延暦 寺 で 修行 し た 高僧 で 、 これ ら の 肖像 は 関係 各 宗派 から 寄進 さ れ た もの で あ る 。 法華 総持院 東塔 - 1980 年 再建 。 多宝 塔 型 の 塔 で あ る が 、 通常 の 多宝 塔 と 異な り 、 上層 部 は 平面 円形 で は な く 方形 で あ る 。 下層 に は 胎蔵 界 大日 如来 、 上層 に は 仏舎利 と 法華 経 1,000 部 を 安置 する 。 戒壇院 ( 重文 ) - 延宝 6 年 ( 1678 年 ) の 再建 。 国宝殿 - 山内 諸堂 の 本尊 以外 の 仏像 や 絵画 、 工芸 品 、 文書 など を 収蔵 展示 する 。 浄土院 - 東塔 地区 から 徒歩 約 15 分 の ところ に あ る 。 宗祖 最澄 の 廟 が あ り 、 山内 で もっとも 神聖 な 場所 と さ れ て い る 。 ここ に は 12 年 籠山 修行 の 僧 が おり 、 宗祖 最澄 が 今 も 生き て い る か の よう に 食事 を 捧げ 、 庭 は 落ち葉 1 枚 残 さ ぬ よう に 掃除 さ れ て い る 。 無動 寺 - 根本 中堂 から 南 へ 1 . 5 キロ ほど 離れ た ところ に あ り 、 千日 回 峰行 の 拠点 で あ る 。 不動 明王 を 祀 っ て い る 。 貞観 ( 日本 ) 7 年 ( 865 年 ) 、 回峯 行 の 創始 者 と さ れ る 相応 和 尚 が 創建 し た 。 大 書院 - 昭和 天皇 の 即位 に あわせ 東京 の 村井 吉兵衛 の 邸宅 の 一部 を 移築 し た もの で 迎賓 館 と し て 使用 さ れ て い る 。 転法輪 堂 ( 重文 ) - 西塔 の 中心 堂宇 で 、 釈迦堂 と も い う 。 信長 に よ る 焼き討ち の 後 、 文禄 4 年 ( 1595 年 ) 、 当時 の 園城 寺 金堂 ( 1347 年 の 建立 ) を 豊臣 秀吉 が 無理やり 移築 さ せ た もの で あ る 。 本尊 は 釈迦 如来立像 ( 重文 ) 。 常行 堂 ・ 法華 堂 ( 重文 ) - 2 棟 の 全く 同形 の 堂 が 左右 に 並 ん で い る 。 向か っ て 右 が 普賢 菩薩 を 本尊 と する 法華 堂 、 左 が 阿弥陀 如来 を 本尊 と する 常行 堂 で 、 文禄 4 年 ( 1595 年 ) の 建築 で あ る 。 2 つ の 堂 の 間 に 渡り 廊下 を 配 し た 全体 の 形 が 天秤 棒 に 似 て い る ところ から 「 担 い 堂 」 の 称 が あ る 。 瑠璃 堂 ( 重文 ) - 西塔 地区 から 黒谷 ( 後述 ) へ 行 く 途中 に あ る 。 信長 の 焼き討ち を まぬ がれ た 唯一 の 堂 と い わ れ る 。 様式 上 、 室町 時代 の 建築 で あ る 。 青龍 寺 ( 大津 市 坂本 ) - 西塔 地区 から 1 . 5 キロ ほど 離れ た 黒谷 に あ り 、 法然 が 修行 し た 場所 と し て 有名 で あ る 。 西塔 から 北 へ 4 キロ ほど の ところ に あ る 。 嘉祥 3 年 ( 850 年 ) 、 慈覚 大師 円仁 が 建立 し た 首楞 厳院 ( しゅりょう ごん いん ) が 発祥 で あ る 。 横川 中堂 - 新西国 三十 三 箇所 第 18 番 札 所 。 旧 堂 は 1942 年 、 落雷 で 焼失 し 、 現在 の 堂 は 1971 年 に 鉄筋 コンクリート 造 で 再建 さ れ た もの で あ る 。 本尊 は 聖観音 立像 ( 重文 ) 。 根本 如 法塔 - 多宝 塔 で 、 現在 の 建物 は 大正 期 の 再建 。 円仁 が 法華 経 を 写経 し 納め た 塔 が 始まり で あ る 。 元 三 大 師 堂 - 四季 に 法華 経 の 論議 を 行 う こと から 四季 講堂 と も 呼 ば れ る 。 お みくじ 発祥 の 地 で あ る 。 根本 中堂 ( 附須 弥 壇 及び 厨子 3 具 ) 金銅 経箱 - 平安 時代 後期 の 金属 工芸 。 横川 から 発掘 さ れ た 。 宝相華 蒔絵 経箱 - 平安 時代 後期 の 漆工芸 品 七条 刺 納 袈裟 、 刺納 衣 - 最澄 が 持ち帰 っ た 、 唐 時代 の 染織 遺品 伝教 大 師 将来 目録 - 唐 の 越州 から 最澄 が 将来 し た 経典 類 の 自筆 目録 羯磨 金 剛 目録 - 最澄 自筆 の 将来 品目 録 天台 法華 宗年 分 縁起 - 最澄 筆 六 祖 恵能 伝 - 最澄 が 持ち帰 っ た 、 唐 時代 の 写本 伝教 大 師入唐 牒 - 最澄 の 唐 で の 通行 許可 書 光定 戒牒 ( こうじょう かいちょう ) - 「 三筆 」 の 一人 嵯峨 天皇 の 筆 ( 建造 物 ) 根本 中堂 回廊 転法輪 堂 ( 釈迦堂 ) 大乗戒壇院 堂 瑠璃 堂 相輪 橖 ( そう りん とう ) 常行 堂 及び 法華 堂 ( 附廊 下 ) ( 絵画 ) 絹本 著色 天台 大 師 像 絹本 著色 天台 大 師像   有賛 絹本 著色 相 応和 尚像 絹本 著色 不動明王 三 大 童子 五 部 使 者 像 絹本 著色 文殊 菩 薩像 絹本 著色 山王 本地 仏像 本 作品 は 滋賀 県 草津 市 の 観音寺 ( 芦浦 観音寺 ) 旧蔵 で 、 個人 所有 を 経 て 後 に 延暦 寺 に 寄進 さ れ た もの 。 紙本 著色 山王 霊験 記 ( 彫刻 ) 木造 釈迦 如来立像 ( 釈迦堂 安置 ) 木造 聖観音 立像 ( 横川 中堂 安置 ) 木造 光定 大師 立像 ( 旧 所在 山 麓 大師堂 ) 木造 不動明 王 二 童子 像 ( 旧 所在 無動 寺 明王堂 ) 木造 降三 世明 王立像 ( 旧 所在 無動 寺 明王堂 ) 木造 軍荼利夜 叉明王 立像 ( 旧 所在 無動 寺 明王堂 ) 木造 大 威徳明 王像 ( 旧 所在 無動 寺 明王堂 ) 木造 金剛 夜 叉明王 立像 ( 旧 所在 無動 寺 明王堂 ) 木造 四 天王 立像 ( 旧 所在 根 本 中堂 ) 木造 四 天王 立像   2 躯 ( 旧 所在 釈迦堂 ) 木造 千手 観音 立像 ( 旧 所在 山 王院 ) 木造 不動明 王 立像 ( 旧 所在 飯室 不動堂 ) 木造 維摩 居 士 坐像 ( 青龍 寺 ( 大津 市 坂本 ) 旧蔵 ) 木造 慈恵 大師 坐像 ( 青龍 寺 ( 大津 市 坂本 ) 旧蔵 ) 木造 慈恵 大師 坐像 ( 本覚院 旧 蔵 ) 木造 阿弥陀 如来立像 ( 滋賀 院 旧 蔵 ) 木造 吉祥天立像 ( 滋賀 院 旧 蔵 ) 木造 大黒 天立像 ( 律院 旧 蔵 ) 木造 薬師 如来坐像 本 像 は 1944 年 、 兵庫 県 の 個人 所有 と し て 重文 ( 旧 国宝 ) に 指定 さ れ 、 後 に 延暦 寺 に 寄進 さ れ た もの 。 ( 工芸 品 ) 尾長鳥 繍縁花 文錦 打敷 ( 書跡 典籍 、 古 文書 、 歴史 資料 ) 紺紙 金銀交書 法華 経   8 巻 紺紙 銀字 法華 経   8 巻 華厳 要 義 問答   行福筆 悉 曇蔵   8 帖 伝述 一心 戒文   上中下   3 帖 延暦 寺 楞厳 三 昧 院 解   天禄 三 年 正月 十 五 日 山門 再興文書 道邃 和尚 伝道 文 宗存 版木 活字 ( 付属 品 共 ) ( 子院 所有 分 ) 恵 光院   絹本 著色 不動 二 童子 像 実蔵 坊   絹本 著色 毘 沙門 天像   水晶 舎利塔 大林院   絹本 著色 不動明 王 二 童子像   木造 不動明 王 坐像 寿量 院   木造 阿弥陀 如来 坐像 乗実院   木造 阿弥陀 如来立像 恵 日院   木造 慈眼 大師 坐像 求法 寺   木造 慈恵 大師 坐像 明徳院   絹本 著色 地蔵 菩 薩 像 妙 行院   木造 地蔵 菩薩 立像 玉 蓮院   木造 不動明 王 二 童子 立像 弘法 寺   金銀 鍍 水瓶   法華 経 ( 装飾 経 ) 上記 の ほか 、 以下 の 重要 文化 財 に つ い て も 、 延暦 寺 が 「 管理 団体 」 ( 文化 財 保護 法 第 32 条 の 2 の 規定 に 基づ く ) に 指定 さ れ て お り 、 比叡 山 国 宝殿 に 保管 さ れ て い る 。 明王院 ( 大津 市 葛川 坊村 町 ) 所有 紙本 著色 光明 真言 功徳 絵詞 絹本 着色 不動明 王 二 童子 像 木造 千手 観音 ・ 不動 明王 ・ 毘沙門 天立 像 葛川 明王院 文書 葛川 与 伊香 立 庄 相 論 絵 図 葛川 明王院 参籠 札 蓮台 寺 ( 滋賀 県 栗東 市 ) 所有 木造 薬師 如来 両脇 侍像 ( 建造 物 ) 阿弥陀 堂 鐘楼 四季 講堂 なお 、 境内 は 国 の 史跡 に 指定 さ れ 、 「 比叡 山鳥類 繁殖 地 」 と し て 天然 記念 物 に 指定 さ れ て い る 。 また 、 1994 年 12 月 、 「 古都 京都 の 文化 財 」 の 一 つ と し て 日本 の 世界 遺産 に 登録 さ れ た 。 1942 年 7 月 30 日 、 落雷 に よ る 火災 で 以下 の 建造 物 1 件 、 工芸 品 1 件 が 焼失 し た 。 ( 旧 ) 横川 中堂 - 旧 国宝 建造 物 。 銅筒 - 金銅 経箱 ( 現 国宝 ) の 付属 品 だっ た もの 1956 年 10 月 11 日 、 放火 に よ り 以下 の 建造 物 2 件 、 彫刻 3 件 ( いずれ も 当時 重要 文化 財 ) が 焼失 し た 。 ( 旧 ) 大 講堂 大講堂 鐘 台 銅造 釈 迦 如来 坐像 木造 持国天 ・ 多聞 天立 像 木造 阿弥陀 如来 坐像 厳し い 修行 比叡山 の 修行 は 厳し い 。 山内 の 院 や 坊 の 住職 に な る ため に は 三 年間山 に こも り 続け な けれ ば な ら な い 。 三 年 籠山 の 場合 、 一 年 目 は 浄土 院 で 最澄 廟 の 世話 を する 侍真 ( じしん ) の 助手 を 務め 、 二 年 目 は 百 日 回 峰行 を 、 そして 三 年 目 に は 常行 堂 もしくは 法華 堂 の いずれ か で 90 日間 修行 し な けれ ば な ら な い 。 常行 堂 で 行な う 修行 ( 常行 三 昧 ) は 本尊 ・ 阿弥陀 如来 の 周囲 を 歩 き 続け る もの で 、 その 間 念仏 を 唱え る こと も 許 さ れ る が 、 基本 的 に 禅 の 一種 で あ る 。 90 日間 横 に な る こと は 許 さ れ ず 、 一 日 数 時間 手すり に 寄りかか り 仮眠 を と る と い う もの で あ る 。 法華 堂 で 行な わ れ る 行 は 常坐 三 昧 と い わ れ 、 ひたすら 坐禅 を 続け 、 その 姿勢 の まま 仮眠 を と る 。 十 二 年 籠山 で は 好相行 が 義務 付け られ て お り 、 好相 行 を 満行 し な けれ ば 十 二 年 籠山 の 許可 が 下り な い 。 好相 行 と は 浄土 院 の 拝殿 で 好相 が 得 られ る まで 毎日 一 日 三千 回 の 五 体 投地 を 行 う もの で あ る 。 好相 と は 一種 の 神秘 体験 で あ り 、 経典 に は 如来 が 来臨 し て 頭 を 撫で る と か 、 五色 の 光 が 差 す の が 見え る と い う 記述 も あ る が 、 その 内容 は 秘密 と さ れ て い る 。 早 い 者 で 1 ~ 2 週間 、 何 年 も かか っ て 好相 を 得 る 者 も い る と い う 。 千日 回 峰行 は 、 十 二 年 籠山行 を 終え 、 百 日 回 峰行 を 終え た 者 の 中 から 選 ば れ た もの だけ に 許 さ れ る 行 で あ る 。 行 者 は 途中 で 行 を 続け られ な く な っ た とき は 自害 する 決まり で 、 その ため に 首 を つ る ため の 紐 と 短刀 を 常時 携行 する 。 頭 に は まだ 開 い て い な い 蓮 の 華 を かたど っ た 笠 を かぶ り 、 白装束 を まと い 、 草鞋 ばき と い う いで たち で あ る 。 回 峰行 は 七 年間 に わた る 行 で あ る 。 無動 寺谷 で 勤行 の あと 、 深夜 二 時 に 出発 。 真言 を 唱え ながら 東塔 、 西塔 、 横川 、 日吉 大社 と 二百 六十 箇所 で 礼拝 し ながら 、 約 30 キロ を 平均 6 時間 で 巡拝 する 。 700 日 目 の 回峰 を 終え た 日 から 「 堂入り 」 が 行な わ れ る 。 無動 寺谷 明王堂 で 足 かけ 九 日間 ( 丸七 日 半 ほど ) に わた る 断食 ・ 断水 ・ 断眠 ・ 断臥 ( 「 臥 」 と は 、 横たわ る こと ) の 行 に 入 る 。 入堂 前 に 行 者 は 生き 葬式 を 行な い 、 不動 明王 の 真言 を 唱 え 続け る 。 出堂 する と 、 行者 は 生身 の 不動 明王 と も い わ れ る 大阿闍梨 ( だい あじゃり ) と な り 、 信者 達 の 合掌 で 迎え られ る 。 これ を 機 に 行 者 は 自分 の ため の 自利 行 ( じり ぎょう ) から 、 衆生 救済 の 化 他行 ( け た ぎょう ) に 入 り 、 これ まで の 行程 に 京都 の 赤山 禅院 へ の 往復 が 加わ り 、 1 日 約 60 キロ の 行程 を 100 日 続け る 。 7 年 目 は 200 日 で はじめ の 100 日 は 全行程 84 キロ に およ ぶ 京都 大回り で 、 後半 100 日 は 比叡 山中 30 キロ の 行程 に 戻 り 、 千日 を 満行 する 。 この 行 を 終え た 行者 は 延暦 寺 の 記録 で は 47 人 で あ る 。 また この 行 を 2 回 終え た 者 が 3 人 お り 、 その 中 に は 現存 の 酒井 雄哉 大 阿闍梨 も 含 ま れ る 。 なお 、 千日 回 峰行 を 終え た 者 は 京都 御所 へ の 参内 が 許 さ れ る が 、 その 際 は 土足 の まま 参内 する 。 通常 京都 御所内 は 土足 厳禁 で あ る が 、 千日 回 峰行 を 終え た 者 の み 、 御所 へ 土足 の まま 参内 でき る 。 2006 年 4 月 21 日 、 延暦 寺 にて 、 指定 暴力 団 山口 組 の 歴代 組長 の 大 規模 な 法要 を 実施 さ れ た 。 この 件 に つ い て は 事前 に 滋賀 県 警察 から 法要 の 中止 要請 が な さ れ て い た が 、 延暦 寺側 は 「 これ は 単なる 宗教 の 行事 」 と し て 要請 を 拒絶 し 、 その 後 、 延暦 寺内 阿弥陀 堂 に お い て 法要 式典 の 中 で は 最 高級 と さ れ る 「 特別 永代 回向 」 に 最高 幹部 ら 100 名 近 い 組員 が 参加 し 盛大 に 執り 行 わ れ た 。 後日 、 無事 に 法要 が 終わ っ た のち 、 この 法要 式典 に つ い て 、 延暦 寺 法務 部 は 報道 陣 に 対 し 「 次 から は 暴力 団 の 法要 は 拒否 し た い 」 と の コメント を 述べ た 。 なお 、 同寺 を 含め 全国 に あ る 約 75 ,000 の 寺 が 所属 する 財団 法人 全 日本 仏教会 は 、 約 30 年 前 の 1976 年 、 全 日本 仏教 徒 会議 に お い て 「 暴力 団 排除 」 の 決議 を 行 っ て お り 、 また 2006 年 3 月 13 日 に は 全 日本 仏教会 理事 長 で あ る 安原 晃本 が 「 組織 暴力 団 の 義理 かけ 法要 へ の 協力 を 止め よ う 」 と の 声明 を 発表 し た 直後 で あ っ た 。 法要 後 、 全 日本 仏教会 は 、 これ ら の 決議 及び 声明 を 無視 し た 延暦 寺側 に 対 し て 遺憾 の 意 を 表明 し た 。 なお 、 延暦 寺側 から は 未だ に 正式 な 返答 は な さ れ て い な い 。 か っ て 、 戦国 時代 ( 日本 ) 、 破戒 僧 の 巣 で あ る と し て 織田 信長 の 焼き討ち に あ っ た 事 で も 知 ら れ る 同寺 で は あ る が 、 この よう に 現在 で も 反 社会 的 活動 を 行 う 団体 に 寛容 な こと は 、 中世 以来 の 同寺 に 脈々 と 受け継 が れ て い る 寛容 と 受容 の 精神 の 証 と 見 る 向き も あ る 。 脚注 延暦 寺 執行 局 編   『 比叡山   その 歴史 と 文化 を 訪ね て 』   比叡山 延暦 寺刊 、 1993 東京 国立 博物 館 ・ 京都 国立 博物 館 編   『 最澄 と 天台 の 国宝 』 ( 特別 展 図録 ) 、 読売 新聞 社刊 、 2005 井上 靖 、 塚本 善隆 監修 、 安岡 章太郎 、 誉田 玄昭著   『 古寺 巡礼 京都 26   延暦 寺 』   淡交 社 、 1978 竹村 俊則   『 昭和 京都 名所 図会 洛 南 』   駸々 堂 、 1982 『 比叡山   天台 宗 開宗 千 二百 年 記念 ( 別 冊 太陽 ) 』   平凡 社 、 2006 『 週刊 朝日 百科   日本 の 国宝 』 16 号 、 朝日 新聞 社 、 1998 『 日本 歴史 地名 大系   京都 市 の 地名 』   平凡 社 『 角川 日本 地名 大 辞典   京都 府 』   角川 書店 『 国史 大 辞典 』   吉川 弘文 館 +石清水 八幡宮 ( いわしみず はち まんぐう ) は 京都 府 八幡 市 の 男山 山上 に あ る 神社 で あ る 。 宇佐神宮 など と とも に 日本 三 大 八幡宮 の ひと つ に 数え られ る 。 二十 二 社 の 上 七 社 の 一 つ で あ り 、 旧 社格 は 官幣 大社 。 本殿 など 建造 物 9 棟 が 国 の 重要 文化 財 に 指定 さ れ て い る 。 また 、 本社 は 伊勢 神宮 に 次 ぐ 国家 第 二 の 宗廟 と さ れ て い る 。 祭神 以下 の 三神 を 祀 り 、 「 八幡神 」 と 総称 する 。 中 御前 - 誉田 別命 ( ほんだ わけ の みこと ・ 第 15 代 応神 天皇 ) 西 御前 - 比売 神 ( ひめ おおかみ ・ 宗像 三 女 神 ) 東 御前 - 息長 帯 姫命 ( お きな がたらし ひめ の みこと ・ 神功 皇后 ) 歴史 清和 天皇 が 即位 し た 翌年 の 貞観 ( 日本 ) 元年 ( 859 年 ) の 夏 、 弘法 大 師 空海 の 弟子 で あ っ た 南都 大安 寺 の 僧行 教 が 宇佐神宮 に 参詣 し た 折 に 「 われ 都 近 く 男山 の 峰 に 移座 し 国家 を 鎮護 せん 」 と の 神託 を 受け た 。 これ を 受け て 、 その 翌年 の 860 年 、 清和 天皇 の 命 に よ り 社殿 を 建立 し た の を 創建 と する 。 「 石清水 」 の 社名 は 、 もともと 男山 に 鎮座 し て い た 石清水 社 ( 現在 は 石清水 八幡宮 の 摂社 ) に 由来 する 。 以来 、 京都 の 北東 に あ る 比叡山 延暦 寺 と 対峙 し て 京都 の 南西 の 裏鬼門 を 守護 する 王城 守護 の 神 、 王権 ・ 水運 の 神 と し て 皇室 ・ 朝廷 より 篤 い 信仰 を 受け 、 天皇 ・ 上皇 ・ 法皇 など の 行幸 啓 は 25 0 余 を 数え る 。 また 、 源 氏 を はじめ 、 足利 氏 ・ 徳川 氏 ・ 今川 氏 ・ 武田 氏 など 、 多く の 清和 源 氏 の 中 の 河内 源 氏 の 系統 が 氏神 と し て 信仰 し た こと から 武神 ・ 弓矢 の 神 ・ 必勝 の 神 と し て 崇敬 さ れ た 当社 の 御 神前 で 7 歳 の 春 に 元服 し て 「 八幡 太郎 」 と 称 し た 源義家 の 父 の 源 頼義 が 、 河内 源 氏 の 氏神 と し た 壺井 八幡宮 は 、 石清水 八幡宮 を 源氏 の 本拠 地 の 河内 国 石川 郡 壷井 ( 大阪 府 羽 曳野 市 壺井 ) に 勧請 し た もの 。 また 鎌倉 の 鶴岡 八幡宮 は 、 源 頼義 が 石清水 八幡宮 ( あるいは 壺井 八幡宮 ) を 勧請 し た 鶴岡 若宮 に あ り 、 源 頼朝 が 幕府 を 開 く 際 、 鶴岡 若宮 を 現在 地 に 移 し 改めて 石清水 八幡宮 を 勧請 し た こと を 創始 と する 。 創建 以来 、 幕末 まで は 神仏 習合 の 宮寺 で 石清水 八幡 宮 護国 寺 と 称 し 、 東寺 ( 教王 護国 寺 ) や 清水 寺 、 比叡山 延暦 寺 、 仁和 寺 、 鹿苑 寺 ( 相国 寺 ・ 金閣 寺 ・ 銀閣 寺 ) など 、 多く の 寺院 と の 歴史 的 関連 が 深 い 。 また 、 河内 源 氏 と 競合 相手 と 考え られ て い る 伊勢 平 氏 も この 社 を 重ん じ て お り 、 平正盛 が 造営 の 功 を 上げ た こと や 平清盛 ら 伊勢 平 氏 の 主だっ た 人々 が 八幡 宮 の 臨時 際 で 舞人 を 演 じ た と する 記録 が 残 さ れ て い る 。 明治 時代 ( 1868 年 ) の 神仏 分離 まで は 護国 寺 や 極楽 寺 、 弁天 堂 を 始め 「 男山 48 坊 」 と 呼 ば れ る 数 多く の 宿坊 が 参道 に 軒 を 連ね 、 寛永 の 三筆 と し て 知 ら れ る 松花 堂 昭乗 も 八幡 大 菩薩 に 仕え る 社僧 の 一人 で あ っ た 。 1868 年 ( 明治 元年 ) 、 仏教 的 神号 の 八幡 大 菩薩 ( はちまん だい ぼさつ ) は 明治 政府 に よ っ て 禁止 さ れ た 。 石清水 八幡宮 や 鶴岡 八幡宮 の 放生 会 は 中秋 祭 に 改め させ られ た 。 18 71 年 、 官幣 大社 に 列 する と とも に 、 社号 を 「 男山 八幡宮 」 に 改名 さ れ る が 、 1918 年 に は 石清水 八幡宮 に 復 する 。 また 現代 で は 、 松下 電器 産業 の 創業 者 で も あ り 「 経営 の 神 様 」 と も 称 さ れ た 松下 幸之助 が 深 く 信仰 し た ほか 、 厄除 開運 、 必勝 、 商売 繁盛 、 家内 安全 など の 御 利益 を 願 っ て 全国 から 参拝 者 が 足 を 運 ぶ 。 祭事 9 月 15 日 - 石清水 祭 、 放生 会 ( 葵祭 ・ 春日 祭 と とも に 日本 三 大 勅祭 の ひと つ ) 境内外 社 高良 神社 、 相槌 神社 、 石清水 社 、 大扉 稲荷 社 、 三女 神社 、 水分 社 、 広田 社 、 生田 社 、 長田 社 、 住吉 社 、 一童 社 、 龍田 社 、 貴船 社 、 若宮 社 、 若宮 殿 社 、 気比 社 、 水 若宮 社 など 付属 施設 青雲寮 、 レストラン 石翠亭 、 トーマス ・ エジソン 記念 碑 、 鳩嶺 茶園 、 青少年 文化 体育 研修 センター ( 楠峯 館 ( 宿泊 ) 、 鳩峯 庵 ( 茶室 ) 、 清峯 殿 ( 式場 ・ 会議 室 ・ 宴会 場 ) など 文化 財 建造 物 重要 文化 財 「 石清水 八幡 宮 本殿 及び 外殿 」 重要 文化 財 「 石清水 八幡 宮幣殿 及び 舞殿 」 重要 文化 財 「 石清水 八幡宮 楼門 」 重要 文化 財 「 石清水 八幡 宮 東門 」 重要 文化 財 「 石清水 八幡 宮 西門 」 重要 文化 財 「 石清水 八幡 宮 廻廊 」 ( 楼門 東門間 ) 重要 文化 財 「 石清水 八幡 宮 廻廊 」 ( 楼門 西門間 ) 重要 文化 財 「 石清水 八幡 宮 廻廊 」 ( 背面 ) 重要 文化 財 「 石清水 八幡宮 五輪 塔 」 美術 工芸 品 重要 文化 財 「 石燈 籠 」   鎌倉 時代 重要 文化 財 「 木造 童形 神 坐像 」 重要 文化 財 「 石清水 八幡 宮 護国 寺 略記 」 重要 文化 財 「 類聚 国史 巻 第 一 、 第 五 」 重要 文化 財 「 石清水 八幡 宮 田中 宗清 願文 」 重要 文化 財 「 石清水 八幡宮 文書 」   平安 ~ 鎌倉 ~ 室町 ~ 桃山 ~ 江戸 時代 徒然 草 第 52 段 「 仁和 寺 に あ る 法師 」 仁和 寺 に 居 た 老僧 は 「 一生 に 一 度 は 石清水 八幡宮 へ 行 き た い 」 と 思 っ て い た 。 念願 叶 っ て 石清水 八幡宮 へ 行 っ た の だ が 、 麓 に あ る 高良 社 や 極楽 寺 など だけ を 参拝 し て 満足 し 、 他 の 人 が 石清水 に 行 こ う と し て 山 を 登 っ て い た の に 、 今 い る 寺社 が 石清水 だ と 思い込 ん で 山 に 登 ら な かっ た と い う 話 。 「 どんな 小さな こと に も 案内 する 人 が 必要 で あ る 」 と い う 話 で あ り 、 中 学校 で 教え られ る こと の 多 い 文 で あ る 。 この 話 は 、 石清水 八幡宮 の 本殿 が 男山 の 山頂 に あ る こと や 、 麓 の 摂末 社 も 相当 に 壮大 な 造り で あ る こと を 知 っ て い て 、 初めて 理解 でき る 逸話 で あ る 。 今昔 物語 集 最寄 駅 京阪 八幡 市 駅 より 京阪 鋼索 線 男山 山上 駅 駐車 場 あり ( 但し 、 西側 の 住宅 街 を 抜け る 必要 が あ り 、 かなり 判 り にく い ) 画像 Iwas himizuhachimangu0 1 s 3000 竹林 の 前 画像 Iwas himizuhachimangu 0 3 s 3000 本 殿 前 の 石灯 籠 画像 Iwas himizuHachimangu 本殿 神応 寺 ( 八幡 市 ) 松花堂 八角 堂 正法 寺 ( 八幡 市 ) 飛行 神社 +吉田 神社 ( よしだ じんじゃ ) は 、 京都 市 左京 区 吉田 神楽岡 町 の 吉田 山 に あ る 神社 。 祭神 春日神 で あ る タケミカヅチ ( たけみかづち の みこと ) 、 経津 主神 ( いわいぬし の みこと ) 、 天児 屋命 ( あまのこやね の みこと ) 、 比売 神 ( ひめ の かみ ) を 祀 る 。 由緒 貞観 ( 日本 ) 元年 ( 859 年 ) 、 藤原 山蔭 が 一門 の 氏神 と し て 奈良 市 の 春日 大 社 四 座 の 神 を 勧請 し た の に 始ま る 。 後 に 、 平安 京 に おけ る 藤原 氏 全体 の 氏神 と し て 崇敬 を 受け る よう に な っ た 。 延喜 式 神名帳 へ の 記載 は な い ( 式外 社 ) が 、 永延 元年 ( 987 年 ) より 朝廷 の 公祭 に 預か る よう に な り 、 正暦 2 年 ( 991 年 ) に は 二十 二 社 の 前身 で あ る 十 九 社 奉幣 に 加列 さ れ た 。 鎌倉 時代 以降 は 、 卜部 氏 ( 後 の 吉田 氏 ) が 神職 を 相伝 する よう に な っ た 。 室町 時代 末期 の 文明 ( 日本 ) 年間 ( 1469 年 - 1487 年 ) に は 吉田 兼倶 が 吉田 神道 ( 唯一 神道 ) を 創始 し 、 その 拠点 と し て 1484 年 、 境内 に 末社 ・ 斎 場所 大 元宮 を 建立 し た 。 近世 始め に は 吉田 兼見 が 、 かつて 律令 制 時代 の 神祇 官 に 祀 ら れ て い た 八神殿 ( 現在 は な い ) を 境内 の 斎場 に 移 し 、 これ を 神祇 官代 と し た 。 吉田 家 は 全国 の 神社 の 神職 の 任免 権 など を 持 ち 、 明治 に な る まで 神道 界 に 大きな 権威 を 持 っ て い た 。 祭事 2 月 2 - 4 日 の 節分 が 有名 。 施設 摂社 若宮 社 ( 祭神 : 天忍 雲根命 ) 春日 大社 に も 天忍 雲根命 を 祀 っ た 若宮 神社 が あ る 。 神楽岡 社 ( 祭神 : 雷神 、 オオヤマツミ 、 淤加美 神 ( 2 文字 目 は 「 雨 」 の 下 に 「 口口口 」 、 その 下 に 「 龍 」 ) 地域 の 地主 神 で 、 延喜 式 神名帳 に 記載 の あ る 霹靂 神 だ と 言 わ れ て い る 。 例祭 は 9 月 23 日 で 神幸 祭 が 10 月 最終 日曜 に 行な わ れ る 。 末 社 斎 場所 大 元宮 ( さいじょうしょ だい げんぐう 、 祭神 : 天神 地祇 八百 万 神 ) 延喜 式 内 社 全 3132 座 の 天神 地祇 八百 万 神 を 祀 る 。 八角 形 の 本殿 に 六角 の 後房 を 付け た 、 極めて 特異 な 形状 を し て お り 、 重要 文化 財 に 指定 さ れ て い る 。 神龍社 ( 祭神 : 吉田 兼倶 ( 神龍 大神 ) ) 永正 10 年 ( 1513 年 ) に 創建 。 例 祭 日 は 2 月 19 日 。 今宮 社 ( 祭神 : 大国 主 ・ 雷神 ・ スサノオ ) 社殿 内 と 境内 に 、 四 神 を 配 し た 石 が あ る 。 祖霊社 ( 祭神 : 講員 の 祖霊 ) 菓祖 神社 ( 祭神 : タヂマモリ 、 林 浄因 ) 菓子 の 神 ( 菓祖 ) と し て 製菓 業 者 の 信仰 を 集め る 。 山蔭 神社 ( 祭神 : 藤原 山蔭 、 相殿 : えびす ) 藤原 山蔭 は 吉田 神社 の 創始 者 で 、 料理 人 。 自身 も 料理 の 神 と し て 信仰 を 受け て い る 。 三 社 社 ( 祭神 : 宗像 三 女 神 、 金山彦神 、 菅原 道真 ) 竹中 稲荷 神社 ( 祭神 : ウカノミタマ 、 サルタヒコ 、 アメノウズメ ) もと は 独立 し た 神社 。 吉田 神社 の 末社 と な っ た 。 摂末 社 : 稲荷 社 、 稲荷 塚 計 50 基 ( 社) 以上 摂末 社 : 天満 宮 社 ( 祭神 : 菅原 道真 ) ほか 多数 あ る その 他 の 施設 吉田 幼稚 園 文化 財 建築 物 重要 文化 財 「 吉田 神社 斎 場所 大 元宮 」 建造 : 推定 160 1 年 指定 : 190 2 年 7 月 31 日 その 他 京都 大学 吉田 キャンパス に 隣接 し て い る 。 京大志望 の 受験 生 が 吉田 神社 に 合格 祈願 に 行 く と 必ず 落ち る と い う 都市 伝説 が 定着 し て い る 。 交通 最寄 駅 : 京阪 出 町 柳 駅 駐車 場 : 有り +醍醐 寺 ( だい ごじ ) は 、 京都 府 京都 市 伏見 区 醍醐 東 大路 町 に あ る 真言 宗 醍醐 派 総 本山 の 寺院 。 山号 を 醍醐 山 ( 深雪山 と も ) と 称 する 。 本尊 は 薬師 如来 、 開基 ( 創立 者 ) は 理源 大師 聖宝 ( しょうぼう ) で あ る 。 古都 京都 の 文化 財 の 一部 と し て 世界 遺産 に 登録 さ れ て い る 。 伏見 区 東方 に 広が る 醍醐 山 ( 笠取 山 ) に 200 万 坪 以上 の 広大 な 境内 を も つ 寺院 で あ る 。 豊臣 秀吉 に よ る 「 醍醐 の 花見 」 の 行 わ れ た 地 と し て も 知 ら れ る 。 醍醐 寺 の 創建 は 貞観 _ ( 日本 ) 16 年 ( 874 年 ) 、 空海 の 孫弟子 に あた る 理源 大師 聖宝 が 准胝 観音 ( じゅん てい かんの ん ) 並び に 如意 輪 観音 を 笠取 山頂上 に 迎え て 開山 、 聖宝 は 同山頂 付近 を 「 醍醐 山 」 と 名付け た 。 醍醐 寺 は 山深 い 醍醐 山頂上 一帯 を 中心 に 、 多く の 修験 者 の 霊場 と し て 発展 し た 後 ( この 場所 を 「 上 醍醐 」 と 呼称 する ) 、 醍醐 天皇 は 醍醐 寺 を 自ら の 祈願 寺 と する と 共 に 手厚 い 庇護 を 掛け 、 その 圧倒 的 な 財力 に よ っ て 醍醐 山麓 の 広大 な 平地 に 大 伽藍 「 下醍醐 」 が 発展 する こと に な る 。 その 後 応仁 の 乱 など 相 次 ぐ 戦争 で 下 醍醐 は 荒廃 し 、 五重塔 しか 残 ら な い ありさま で あ っ た 。 しかし 豊臣 秀吉 に よ る 「 醍醐 の 花見 」 を きっかけ に 紀州 など から の 寺院 建築 の 移築 や 三宝 院 の 建設 など に よ り 今日 見 る よう な 姿 と な っ て い る 。 1939 年 夏 、 上 醍醐 を 襲 っ た 山 火事 で 短 時間 の 間 に 、 経蔵 など 点在 する 建築 が 焼失 し た 。 1995 年 1 月 17 日 に 発生 し た 兵庫 県 南部 地震 の 影響 で 、 五 重塔 と 金堂 の 漆喰 が はが れ た 。 上 醍醐 と 下醍醐 は 険し い 山道 で 隔て られ 、 徒歩 で 1 時間 は 要 する 。 本尊 薬 師 如来 を 安置 する 「 金堂 」 、 「 三宝 院 」 など を 中心 に 、 上 醍醐 と は 対照 的 な 絢爛 な 大 伽藍 が 広が る 。 しかし 壮大 な 下醍醐 の 伽藍 は 応仁 の 乱 に よ っ て ほぼ 全焼 し 、 その 後 も 幾 度 の 火災 に よ っ て 焼失 ・ 再建 を 繰り返 し て い る が 、 護摩 道 場 前 に 建 つ 五 重塔 は 奇跡 的 に 創建 当時 の まま 現在 に 残 る 。 また 五重 塔 内部 に 描 か れ た 壁画 も 国宝 に 指定 さ れ て お り 、 中 で も 空海 の 肖像 画 は 同人 を 描 い た 現存 する 最古 の もの で あ る 。 西 大門 金堂 ( 国宝 ) - 現在 の 建物 は 豊臣 秀吉 の 発願 に よ り 紀州 湯浅 の ( 12 世紀 後半 に 建立 さ れ た 後白河 法皇 の 御願 寺 ) 本堂 を 慶長 4 年 ( 1599 年 ) に 移築 ・ 再建 。 五 重塔 ( 国宝 ) - 天暦 5 年 ( 951 年 ) に 醍醐 天皇 の 冥福 を 祈 る ため に 朱雀 天皇 が 建立 し た もの で 、 醍醐 寺 の なか で も 唯一 の 創建 当時 から の 建物 。 清 龍宮 本殿 ( 重要 文化 財 ) - 慶長 4 年 ( 1599 年 ) 建立 。 弁天 堂 - 昭和 5 年 ( 1930 年 ) に 林泉 の 北 東岸 に 建立 さ れ た 建物 。 大 講堂 - 昭和 5 年 ( 1930 年 ) 建立 。 女人 堂 西国 三十 三 箇所 第 11 番 札 所 で あ り 、 西国 一 険し い 札所 と し て 知 ら れ る 。 上り 口 に は かつて 女人 結界 が あ っ た こと から 、 女人 堂 が お か れ 、 そこ から 険し い 山 あい に 、 平安 時代 の まま に 残 る 国宝 の 薬師 堂 、 醍醐 寺 の 鎮守 神 で あ る 清瀧 権現 ( せいりゅう ごんげん ) 拝殿 ( 国宝 ) 、 准胝 堂 、 五 大堂 など が 立ち並 ぶ 。 上 醍醐 に は 有名 な 「 醍醐 水 」 が 今 も 湧き 出 て い る ほか 、 醍醐 山頂 ( 標高 450 m ) に は 、 如意輪堂 ( 重文 ) と 開山 堂 ( 重文 ) と 白山 大 権現 が 並 ぶ 。 山頂 から 笠取 山 に 向か う 途中 に 奥 の 院 が あ る 。 清滝 宮 拝殿 ( 国宝 ) - 永享 6 年 ( 1434 年 ) に 再建 、 清滝 宮 は 弘法 大師 ( 空海 ) が 唐 ・ 長安 の 青龍 寺 から 勧請 し た 密教 の 守護 神 を 祀 っ た 醍醐 寺 の 鎮守 社 。 薬師 堂 ( 国宝 ) - 保安 ( 元号 ) 2 年 ( 1121 年 ) から 5 年 を かけ て 再建 、 醍醐 天皇 の 御願 に よ り 延喜 7 年 ( 90 7 年 ) 頃 に 理源 大師 ( 聖宝 ) に よ り 建立 。 醍醐 水- 聖宝 が 感得 し 、 醍醐 寺 の 名前 の 由来 と な っ た と い わ れ る 霊泉 。 准胝 堂- 聖宝 が 如意 輪堂 と とも に 建立 、 西国 三十 三 箇所 第 十 一 番 札 所 。 五 大堂 - 聖宝 が 開 い た 国家 鎮護 の 祈願 道場 。 如意輪 堂 ( 上醍醐 ) - 慶長 11 年 ( 160 6 年 ) に 豊臣 秀頼 に よ り 再建 、 理源 大師 ( 聖宝 ) に よ り 准胝 堂 と とも に 建立 さ れ た と 伝わ る 開山 堂 ( 上醍醐 ) - 如意 輪 堂 とも に 慶長 11 年 ( 160 6 年 ) に 豊臣 秀頼 に よ り 再建 、 内陣 の 厨子 に は 理源 大師 ( 聖宝 ) 坐像 など 安置 醍醐 寺 の 主な 行事 と し て は 、 醍醐 派 が 本家 で あ る 壮大 な 屋外 大護摩 柴 燈護摩 ( さいとう ごま ) を 中心 と し た 施餓 鬼 法要 が 8 月 に 厳修 さ れ る ほか 、 2 月 に は 同様 に 柴燈 護摩 を 炊き上げ て 五 大 明 王 の 功徳 を 讚え る 「 五 大 力 尊 仁王 会 」 ( ご だい りきそん にん の うえ ) が 厳修 さ れ 併せ て 150 キロ 近 い 巨大 な 鏡餅 を 持ち上げ る 力 比べ が 行 わ れ る こと で 有名 。 また 4 月 に は 豊臣 秀吉 の 「 醍醐 の 花見 」 に ちな ん で 現在 も 全山 を 揚げ て の 花見 会 が 開催 さ れ る 。 建造 物 金堂 五 重塔 清滝 宮 拝殿 ( 上 醍醐 ) 薬師 堂 ( 上醍醐 ) 三宝 院 唐門 - 1599 年 建立 三宝 院 表 書院 絵画 絹本 著色 五 大 尊像 絹本 著色 文殊 渡海 図 絹本 著色 訶 梨 帝母 像 絹本 著色 閻 魔天像 五重塔 初 重壁画 ( 板絵 著色 ) 18 面 紙本 著色 絵因果 経 彫刻 木造 薬師 如来及 両 脇 侍像 ( 旧 上 醍醐 薬師 堂 安置 ) 書跡 ・ 典籍 、 古 文 書 大日経 開題   弘法 大師 筆 後 宇多 天皇 宸翰 当流 紹 隆 教誡 ( 三通 ) 後 醍醐 天皇 宸翰 天長 印信 ( 蝋牋 ) 狸毛 筆 奉献 表   伝弘 法 大師 筆 理源 大師筆 処分 状 建造 物 清滝 宮本殿 如意輪 堂 ( 上醍醐 ) 開山 堂 ( 上醍醐 ) 三宝 院 殿 堂 ( 玄関 、 勅使 の 間 ・ 秋草 の 間 ・ 葵 の 間 、 庫裏 、 宸殿 、 純浄 観 、 護摩 堂 ) 三宝 院 宝篋 印塔 絵画 絹本 著色 阿弥陀 三 尊像 絹本 著色 大日 金輪像 ( 190 2 年 重文 指定 、 98 . 2 × 6 0 . 9 cm ) 絹本 著色 大日 金輪像 ( 1941 年 重文 指定 、 96 . 4 × 8 3 . 3 cm ) 絹本 著色 虚空 蔵 菩 薩 像 絹本 著色 地蔵 菩 薩 像 絹本 著色 普賢 延命 像 絹本 著色 弥勒 菩 薩 像 大元 帥 法 本 尊像 ( 絹本 著色 大元 帥明 王像 ( 卅 六 臂 、 八 臂 、 四 臂 ) 3 幅 ・ 毘沙門 天像 ・ 伝釈 迦 曼荼羅 図 ・ 虚空 蔵 曼荼羅 図 ) 絹本 著色 愛染 明 王 像 絹本 著色 金剛 夜 叉明 王 像 絹本 著色 大 威徳明 王 像 絹本 著色 五 秘密像 紙本 墨画 不動明 王像   5 幅 紙本 墨画 密教 図像   39 点 絹本 著色 山水 屏風   六 曲 屏 風 絹本 著色 仁王 経曼 荼羅 図 絹本 著色 般 若 菩 薩 曼荼羅 図 絹本 著色 弥勒 曼荼羅 図 絹本 著色 両界 曼荼羅 図 絹本 著色 六 字 経曼 荼羅 図 紺絹 金 泥 六 字 経曼 荼羅 図 紙本 著色 十 巻 抄 ( 第 十 巻 補写 ) 金地 著色 扇面 散図   伝俵 屋 宗 達筆   二曲 屏 金地 著色 舞楽図   俵屋 宗 達筆   二曲 屏 紙本 著色 調馬 図   六 曲 屏 紙本 墨画 芦 鴨図   俵屋 宗達筆 ( 二 面 衝立 ) 彫刻 木造 薬師 如来及 両 脇 侍像 ( 金堂 安置 ) 銅造 阿弥陀 如来 坐像 木造 阿弥陀 如来 坐像 木造 聖観音 立像 木造 千手 観音 立像 木造 如意輪 観音 坐像 木造 地蔵 菩薩 立像 木造 弥勒 菩薩 坐像   快慶 作 ( 三宝 院 本堂 安置 ) 木造 閻魔 天像 木造 吉祥天立 像 木造 金剛力士 立像 ( 所在 西 大門 ) - 1134 年 造立 木造 帝釈 天 騎象 像 木造 五 大明 王 像 木造 不動明 王 坐像   快慶 作 木造 不動明 王 坐像 木造 大 威徳明 王像 ( 上醍 醐 五 大堂 安置 ) 附 ・ 木造 不動 明王 ・ 降三 世明 王 、 軍荼 利明王 、 金剛 夜 叉明 王 像 木造 理源 大師 坐像 ( 開山 堂 安置 ) 工芸 品 金銅 仏具 ( 如意 、 九鈷 杵 、 五 鈷 鈴 、 金剛 盤 ) 金銅 両界 曼荼羅 石燈 籠 線刻 阿弥陀 五 仏 鏡像 線刻 如意輪 観音 等 鏡像 鍍 金輪宝羯磨紋 戒体 筥 沃懸地 螺鈿説 相箱 ( いかけ じら でん せっそう ばこ ) 一 双 螺鈿 如意 書跡 ・ 典籍 、 古 文 書 浄名 経 集註   巻 第 九 紺紙 金 泥般 若 心経   後奈良 天皇 宸翰 孔雀 経 音義   真寂 法 親 王撰   3 帖 江談 抄 諸寺 縁起   18 帖 多羅 葉記   心覚撰   3 帖 大唐 西域 記巻 第 十 一 、 巻 第 十 二 仏制 比丘 六 物 図 法華 経 釈 文   仲算 撰   3 帖 理趣 経   足利 尊 氏 筆 中阿含経   巻 第 十 四 残巻 論語   巻 第 七 悉 曇 字 母 ( 飛雲 紙 金銀箔散料 紙 ) 随仏 念誦 要訣   淳祐 ( 僧 ) 筆 性 霊集   法助 准 后跋   10 帖 菩提荘 厳 陀 羅尼 ・ 無垢 浄光 根本 陀羅尼 ・ 一切 如来心 秘密 全身 宝篋 陀羅尼 ・ 千手 千 眼 陀羅尼 ・ 阿弥陀 大 真言   1 巻 宋版 一切 経   6, 096 帖 醍醐 花見 短籍   豊臣 秀吉及 一座 各筆   百 三十 一 葉 醍醐 雑事 記   巻 第 七 醍醐 雑事 記   慶延記   15 帖 醍醐 根本 僧正略伝 醍醐 寺 新 要録   義演 自筆 本   22 帖 醍醐 寺 聖教類   16 , 441 点 東大 寺 要録 巻 第 一 、二 本朝 文粋   巻 第 六 残巻 遊仙 窟 弘法 大 師 廿 五 箇条 遺告 義演准后 日記   62 冊 賢俊 日記   2 冊 満済 准后 日記   38 帖 後 宇多 天皇 宸翰 御 灌頂 御 諷誦 僧綱 牒 ( 延喜 八 年 二 月 廿 一 日   聖宝 、 観賢 等 署判 ) 東南 院 院 主房 起請 ( 延喜 七 年 二 月 十 三 日 ) 醍醐 寺 文書   16 , 40 3 通 ( 旧 ) 五 大 堂 ( 上醍醐 ) - 旧 国宝 建造 物 。 昭和 7 年 ( 1932 年 ) 4 月 3 日 、 護摩 の 火 が 屋根 に 燃え移り 焼失 。 経蔵 ( 上醍醐 ) - 旧 国宝 建造 物 。 昭和 14 年 ( 1939 年 ) 8 月 29 日 、 山 火事 が 飛び火 し て 焼失 。 醐山 伝法 学院 種智院 大学 ( 協同 経営 ) 洛南 高等 学校 ・ 附属 中 学校 ( 協同 経営 ) 醍醐 寺 文化 財 研究 所 霊宝 館 法界 寺 日野 誕生 院 一言 寺 萱尾 神社 醍醐 天皇 後山 科 陵 随心 院 佛 光 院 勧修 寺 山科 駅 ( JR ・ 京阪 ・ 地下 鉄 ) より 京阪 バス 22 ・ 22 A ・ 24 ・ 2 4 A 系統 「 醍醐 三宝院 」 下車 すぐ 。 地下 鉄 醍醐 駅 より 徒歩 10 分 また は 醍醐 コミュニティバス 4 号 路線 「 醍醐 寺前 」 下車 すぐ 。 六 地蔵 駅 ( 京阪 ・ JR ・ 地下 鉄 ) より 京阪 バス 22 ・ 22 A ・ 24 ・ 2 4 A 系統 「 醍醐 三宝院 」 下車 すぐ 。 隣 の 札所 西国 三十 三 箇所 10 三 室戸 寺   - -   11 醍醐 寺   - -   12 正法 寺 ( 大津 市 ) +八坂 神社 ( やさか じんじゃ ) は 、 素戔 嗚尊 ( スサノオ ) を 祭神 と する 全国 各地 に あ る 神社 の 名称 。 日本 全国 に 約 2300 社 あ る と さ れ る 。 総 本社 は 京都 府 京都 市 東山 区 祇園 町 に あ る 八坂 神社 。 かつて の 社名 から 祇園 さん の 愛称 で 呼 ば れ る 。 7 月 の 祇園 祭 で 知 ら れ 、 ほか に 特殊 神事 と し て 白朮 ( を けら ) 祭 が あ る 。 旧 社格 は 官幣 大社 。 明治 元年 の 神仏 分離 令 ( 廃仏 毀釈 運動 ) に よ り 、 元々 「 祇園 社 」 「 祇園 感神院 」 と 呼 ば れ て い た の が 「 八坂 神社 」 と 改め られ た 。 祭神 明治 以降 の 御 祭神 は 、 中間 - - スサノオ ( スサノヲノミコト ) 東間 - - クシナダヒメ ( クシ ( イ ) ナダヒメノミコト ) 西間 - - 八柱 御子神 ( ヤハシラノ ミコガミ ) と な っ て い る が 、 明治 時代 の 神仏 判然 令 以前 の 御 祭神 は 、 中 の 座 - - 牛頭 天王 ( ゴズテンノウ ) 東 の 座 - - 沙竭 羅 竜王 ( サガラリュウオウ ) 西 の 座 - - 頗梨 采女 ( ハリサイニョ ( ウネメ ) ) 牛頭 天王 は 仏教 の 守護 神 で 、 日本 で は 素戔 嗚 尊 と 同神 と さ れ て い た 。 頗梨 采女 は その 妻 で 、 沙竭 羅 竜王 は 頗梨 采女 の 父 で あ る 。 牛頭 天王 は 祇園 精舎 を 守護 する と さ れ て い た 。 歴史 ( 写真 ) 東山 花 灯路 の 頃 の 八坂 神社 社伝 に よ れ ば 、 斉明 天皇 2 年 ( 656 年 ) 、 高句麗 よ り 来日 し た 調進 副 使 ・ 伊利之 使主 ( いり しおみ ) が 、 新羅 の 牛頭山 に 祀 ら れ る 素戔 嗚尊 を 山城 国 愛宕 郡 八坂 郷 に 祀 り 、 「 八坂 造 」 の 姓 を 賜 っ た の に 始ま る と い う 。 他 に も 各種 の 記録 が あ る 。 貞観 ( 日本 ) 18 年 ( 876 年 ) に 僧 ・ 円如 が 播磨 国広峯 神社 の 牛頭 天王 の 分霊 を 遷 し 、 その 後 、 藤原 基経 が 精舎 を 建立 し て 観慶 寺 ( 別名 祇園 寺 ) と 称 し た 延長 ( 元号 ) 4 年 ( 926 年 ) 、 ある 修行 僧 が 祇園 天神 堂 を 建て た 承平 ( 日本 ) 4 年 ( 934 年 ) に 祇園 感 神院 を 建て た 創建 に つ い て は 諸説 あ る が 、 祭神 は 古く から 牛頭 天王 ( および それ に 習合 し た 素戔 嗚尊 ) で あ っ た こと は 確実 で あ る 。 古く から ある 神社 で あ る が 、 延喜 式 神名帳 に は 記 さ れ て い な い 。 これ は 神仏 習合 の 色あい が 濃 く 延暦 寺 の 支配 を 受け て い た こと から 、 神社 で は な く 寺 と みな さ れ て い た ため と 見 られ る が 、 後 の 二十 二 社 の 一 社 に は な っ て お り 、 神社 と し て も 見 られ て い た こと が わか る 。 平安 時代 中期 ごろ から 一帯 の 産 土神 と し て 信仰 さ れ る よう に な り 、 朝廷 から も 篤 い 崇敬 を 受け た 。 祇園 祭 は 、 貞観 11 年 ( 869 年 ) に 各地 で 疫病 が 流行 し た 際 に 神泉 苑 で 行 わ れ た 御 霊会 を 起源 と する もの で 、 天禄 元年 ( 970 年 ) ごろ から 当社 の 祭礼 と し て 毎年 行 わ れ る よう に な っ た 。 祭事 祇園 祭 施設 本殿 中 御座 ( 素戔 嗚尊 ) 東 御 座 ( 櫛稲田 姫命 ) 御 同座 神 大 市 比 売命 ・ 佐美良 比 売命 西 御座 ( 八柱 御子神 - - 八島 篠 見神 、 五十 猛 神 、 大屋 比売神 、 抓津 比 売神 、 大年 神 、 ウカノミタマ 、 大屋 毘古神 、 スセリビメ ) 傍 御 座 稲田宮 主 須 賀 之 八 耳神 摂社 疫 神社 ( 蘇民 将来 ) 悪 王子 社 ( 素戔 嗚尊 の 荒魂 ) 冠者 殿 社 ( 天照 大 御 神 と の 誓約 時 の 素戔 嗚尊 の 御気 ) 末 社 北向 蛭子 社 ( 事代 主神 ) 大神宮 ( 天照 大神 、 豊受 大神 ) 美 御前社 ( 多岐 理 毘 売命 、 多岐理 比 売命 、 イチキシマヒメ ) 大国 主社 ( 大国 主神 、 事代 主神 、 少彦 名命 ) 玉光 稲荷 社 ( 宇迦 之 御 魂神 ) 日吉 社 ( 大山 咋神 、 大物 主神 ) 刃物 神社 ( 天目 一 箇神 ) 厳島 社 ( 市杵島 比 売命 ) 太田 社 ( サルタヒコ 、 アメノウズメ ) 大年 社 ( 大年 社 、 巷社 神 ) 十 社 - - 多賀 社 ( 伊邪 那岐命 ) 、 熊野 社 ( 伊邪 那美命 ) 、 白山 社 ( 菊理 媛神 ) 、 愛宕 社 ( 伊邪 那美命 、 火産 霊命 ) 、 金峰 社 ( 金山 彦命 、 イワナガ ヒメ ) 、 春日 社 ( 天児 屋根命 、 武甕 槌 神 、 斎主 神 、 比売 神 ) 、 香取 社 ( 経津 主神 ) 、 諏訪社 ( タケミナカタ ) 、 松尾 社 ( 大山 咋命 ) 、 阿蘇 社 ( 健磐 龍神 、 阿蘇 都 比 咩命 、 速甕 玉命 ) 五 社 - - 八幡 社 ( 応神 天皇 ) 、 竈 神社 ( 奥津 日子 神 、 奥津 比売神 ) 、 風神社 ( 天御 柱命 、 国御 柱命 ) 、 天神社 ( 少彦 名命 ) 、 水神社 ( 高龗 神 、 罔象 女神 ) 文化 財 重要 文化 財 ( 建造 物 ) 楼門   明応 6 年 ( 1497 年 ) ‐ 西 楼門 と も 称 する 。 本殿 の 西方 、 四条 通り の 突き当たり に 建 つ 。 切妻 造 の 楼門 ( 2 階 建て 門 ) 。 本殿   承応 3 年 ( 1654 年 ) ‐ 一般 の 神社 で は 別 棟 と する 本殿 と 拝殿 を 1 つ の 入母屋 屋根 で 覆 っ た 独特 の 建築 様式 に な り 、 「 祇園 造 」 と 言 わ れ る 。 末社 蛭子 社 社殿   正保 3 年 ( 1646 年 ) 石 鳥居   正保 3 年 ‐ 本殿 南側 の 正面 入口 に 立 つ 。 木造 狛犬 太刀   銘 豊後 国行 平作   平安 末期 の 豊後 ( 大分 県 ) の 刀工 ・ 行平 ( ゆきひら ) の 作 太刀   3 口   各銘 出羽 大掾 藤原 国路 金具 御 大工 躰 阿弥   祇園 社 御 太刀   承応 三 甲 午年 九 月 吉日   江戸 時代 の 刀工 ・ 出羽 大掾 国路 ( で わだい じょう くに みち ) の 作 鉦鼓 ( 長承 三 年 銘 ) 1 口   附 鉦鼓 ( 無銘 ) 1 口 紙本 着色 祇園 社 絵 図 祇園 執行 日記   9 冊   附 祇園 社 記 等   59 冊 八坂 神社 文書 ( 2 , 2 0 5 通 ) 89 巻 、 40 冊 、 1 帖 、 1 通 算額   元禄 四 年 ( 1691 年 ) 長谷川 鄰 完奉納   絵馬堂 に て 復元 額 を 展示 交通 最寄 駅 : 京阪 四条 駅 ( 京阪 ) より 東 へ 5 分 ほど 。 駐車 場 : 有料 駐車 場 あ り +東寺 ( とうじ ) は 、 京都 市 南 区 ( 京都 市 ) 九条 町 に あ る 、 弘法 大 師 空海 ゆかり の 寺 で 、 東寺 真言宗 の 総 本山 で あ る 。 山号 は 八幡山 、 本尊 は 薬師 如来 で あ る 。 東寺 は 弘法 大 師 空海 に 下賜 さ れ 、 真言 密教 の 根本 道場 と し て 栄え た 。 中世 以降 の 東寺 は 弘法 大師 に 対 する 信仰 の 高まり と とも に 「 お 大師 様 の 寺 」 と し て 庶民 の 信仰 を 集め る よう に な り 、 21 世紀 の 今日 も 京都 の 代表 的 な 名所 と し て 存続 し て い る 。 平成 6 年 ( 1994 年 ) 12 月 に は 、 「 古都 京都 の 文化 財 」 の 一部 と し て 世界 遺産 に 登録 さ れ た 。 東寺 の 正式 名 と し て 「 金光明 四 天王 教王 護国 寺 秘密 伝 法 院 」 と 「 弥勒 八幡山 総持 普賢 院 」 の 2 つ の 名称 が あ る 「 大師 の み てら 東寺 」 教王 護国 寺 。 宗教 法人 と し て の 公称 は 「 教王 護国 寺 」 ( きょうおう ご こく じ ) 、 詳名 は 金光明 四 天王 教王 護国 寺 秘密 伝 法 院 で あ る 。 この 寺 に は 「 東寺 」 および 「 教王 護国 寺 」 と い う 2 つ の 名称 が あ り 、 百科 事典 等 で も 東寺 を 見出 し 語 と する もの と 教王 護国 寺 を 見出 し 語 と する もの が あ る 。 たとえば 、 平凡 社 『 世界 大 百科 事典 』 、 小学館 『 日本 大 百科 全書 』 は 「 東寺 」 、 『 ブリタニカ 国際 大 百科 事典 』 は 「 教王 護国 寺 」 を 見出 し 語 と する 。 教王 と は 王 を 教化 する と の 意味 で あ り 、 教王 護国 寺 と い う 名称 に は 、 国家 鎮護 の 密教 寺院 と い う 意味 合い が 込め られ て い る 。 宗教 法人 と し て の 公称 は 教王 護国 寺 で あ り 、 たとえば 、 五重塔 の 国宝 指定 官 報 告示 の 際 の 指定 名称 は 教王 護国 寺 五 重塔 と な っ て い る 。 そう し た 観点 から は 、 近代 以降 の 法人 名 と し て は 教王 護国 寺 が 正式 名称 で あ る と いえ る 。 ただし 、 東寺 と い う 名称 も 単なる 通称 ・ 俗称 で は な く 、 創建 当時 から 使用 さ れ て き た 歴史 的 名称 で あ る 。 現代 に お い て も 、 南 大 門前 の 石柱 に は 真言 宗 総 本山 東寺 と あ り 、 南 大門 、 北 大門 、 慶賀門 など に 掲げ られ た 寺名 入り の 提灯 に は 東寺 と あ り 、 宝物 館 の 名称 を 東寺 宝物 館 と する など 、 寺側 で も 通常 は 東寺 の 呼称 を 使用 し て い る 。 平安 時代 以降 近世 まで 、 公式 の 文書 ・ 記録 等 に は 原則 と し て 「 東寺 」 と い う 表記 が 用い られ 、 それ が 正式 名称 で あ り 、 「 教王 護国 寺 」 と い う 呼称 は 特殊 な 場合 以外 に は 用い られ な かっ た この こと は 、 たとえば 平凡 社 『 世界 大 百科 事典 』 の 東寺 の 項 に 明記 さ れ て い る 。 『 芸術 新潮 』 547 号 ( 1995 年 7 月 ) 特集 「 東寺 よ 開け ! 」 に は 、 編集 部 から の 問い に 対 する 東寺 の 回答 と い う 形 で 、 「 教王 護国 寺 と い う 名称 は 1 ,20 0 年間 ほとんど 使 わ れ ず 、 ずっと 東寺 と 呼 ば れ て き た 。 」 と あ る 。 教王 護国 寺 と い う 名称 は 平安 時代 の 記録 類 に は 一切 見え ず 、 正式 の 文書 に おけ る この 寺号 の 初出 は 仁治 元年 ( 12 40 年 ) で あ る 上島 有 「 東寺 の 歴史 - 教 王 護国 寺 と い う 意識 を めぐ っ て - 」 ( 特別 展 図録 『 東寺 国宝展 』 朝日 新聞 社 、 1995 年 所収 ) に よ る 。 後 宇多 天皇 宸翰 の 国宝 「 東寺 興隆 条々 事書 」 ( 延慶 ( 日本 ) 8 年 = 130 8 年 ) 、 後宇多 天皇 宸翰 「 庄園 敷地 施入 状 」 、 豊臣 秀吉 が 2, 0 3 0 石 の 知行 を 認め た 天正 19 年 ( 1591 年 ) の 朱印状 など 、 寺 の 歴史 に 関わ る 最 重要 文書 に も 明確 に 東寺 と 表記 さ れ て い る 。 本項 で は 以下 、 「 東寺 」 の 表記 を 用い る 。 8 世紀 末 、 平安 京 の 正門 に あた る 羅 城門 の 東西 に 「 東寺 」 と 「 西寺 」 ( さいじ ) 西寺 は 早 い 時期 に 衰退 し 、 現在 は 京都 市 南 区 唐橋 の 近隣 公園 ・ 唐橋 西寺 公園 内 に 史跡 西 寺 跡 の 碑 が あ り 、 付近 に 西寺 の 寺名 のみ を 継 い だ 小寺 院 が 残 る のみ で あ る 。 跡地 で あ る 公園 や 小 学校 の 敷地 は 西寺 跡 と し て 国 の 史跡 に 指定 さ れ て い る 。 と い う 2 つ の 寺院 の 建立 が 計画 さ れ た 。 これ ら 2 つ の 寺院 は 、 それぞれ 平安 京 の 左京 と 右京 を 守 る 王城 鎮護 の 寺 、 さらに は 東国 と 西国 と を 守 る 国家 鎮護 の 寺 と い う 意味 合い を 持 っ た 官立 寺院 で あ っ た 。 南北朝 時代 に 成立 し た 、 東寺 の 記録 書 『 東宝 記 』 に よ れ ば 、 東寺 は 平安 京遷都 後 ま も な い 延暦 15 年 ( 796 年 ) 、 藤原 伊勢 人 と い う 人物 が 造寺 長官 ( 建設 工事 責任 者 ) と な っ て 建立 し た と い う 。 藤原 伊勢 人 と い う 人物 に つ い て は 、 公式 の 史書 や 系譜 に は その 名 が 見え な い こと から 、 実在 を 疑問 視 する 向き も あ る が 、 東寺 で は 古く から この 796 年 を 創建 の 年 と し て い る 。 それ から 20 数 年 後 の 弘仁 14 年 ( 823 年 ) 、 真言 宗 の 宗祖 で あ る 弘法 大 師 空海 は 、 嵯峨 天皇 から 東寺 を 賜 っ た 。 この 時 から 東寺 は 国家 鎮護 の 寺院 で あ る と とも に 、 真言 密教 の 根本 道場 と な っ た 。 東寺 は 平安 後期 に は 一 時期 衰退 する が 、 鎌倉 時代 から は 弘法 大師 信仰 の 高まり と とも に 「 お 大師 様 の 寺 」 と し て 、 皇族 から 庶民 まで 広 く 信仰 を 集め る よう に な る 。 中 で も 空海 に 深 く 帰依 し た の は 後白河 天皇 の 皇女 で あ る 宣陽 門院 ( 1181 年 - 1252 年 ) で あ っ た 。 宣陽 門院 は 霊夢 の お告げ に 従 い 、 東寺 に 莫大 な 荘園 を 寄進 し た 。 また 、 「 生身 供 」 ( しょうじん く 、 空海 が 今 も 生き て い る が ごと く 、 毎朝 食事 を 捧げ る 儀式 ) や 「 御影 供 」 ( みえ く 、 毎月 21 日 の 空海 の 命日 に 供養 を 行 う ) など の 儀式 を 創始 し た の も 宣陽 門院 で あ っ た 。 空海 ( 弘法 大師 ) が 今 も 生き て い る が ごと く 朝食 を 捧げ る 「 生身 供 」 の 儀式 は 、 21 世紀 の 今日 も 毎日 早朝 6 時 から 東寺 の 西院 御影 堂 で 行 わ れ て お り 、 善男 善女 が 参列 し て い る 。 また 、 毎月 21 日 の 御影 供 の 日 に は 東寺 境内 に 骨董 市 が 立ち 「 弘法 市 」 「 弘法 さん 」 と し て 親し ま れ て い る 。 中世 以後 の 東寺 は 後宇多 天皇 ・ 後醍醐 天皇 ・ 足利 尊 氏 など 、 多く の 貴顕 や 為政 者 の 援助 を 受け て 栄え た 。 文明 ( 日本 ) 18 年 ( 1486 年 ) の 火災 で 主要 堂塔 の ほとんど を 失 う が 、 豊臣 家 ・ 徳川 家 など の 援助 に よ り 、 金堂 ・ 五 重塔 など が 再建 さ れ て い る 。 何 度 か の 火災 を 経 て 、 東寺 に は 創建 当時 の 建物 は 残 っ て い な い が 、 南 大門 ・ 金堂 ・ 講堂 ・ 食堂 ( じきどう ) が 南 から 北 へ 一 直線 に 整然 と 並 ぶ 伽藍 配置 や 、 各 建物 の 規模 は 平安 時代 の まま で あ る 。 金堂 ( 国宝 ) 金堂 は 東寺 の 中心 堂宇 で 、 諸堂 塔 の うち もっとも 早 く 建設 が 始め られ 、 東寺 が 空海 に 下賜 さ れ た 弘仁 14 年 ( 823 年 ) まで に は 完成 し て い た と 推定 さ れ る 。 当初 の 堂 は 文明 18 年 ( 1486 年 ) の 土一 揆 で 焼失 し 、 その 後 1 世紀 近く 再建 さ れ な かっ た 。 現存 の 建物 は 慶長 8 年 ( 160 3 年 ) 、 豊臣 秀頼 の 寄進 に よ っ て 再建 し た もの で 、 奉行 と し て 片桐 且元 が 任 に あた っ た 。 入母屋 造 本 瓦 葺き で 、 外観 から は 二 重 に 見え る が 一重 裳 階 ( もこし ) 付き で あ る 。 建築 様式 は 和様 と 大仏 様 ( 天竺 様 ) が 併用 さ れ 、 貫 や 挿肘木 を 多用 し て 高 い 天井 を 支え る 点 に 大仏 様 の 特色 が 見 られ る 。 内部 は 広大 な 空間 の 中 に 本尊 の 薬師 如来 坐像 と 日光 菩薩 、 月光 菩薩 の 両脇 侍像 が 安置 さ れ て い る 。 木造 薬師 如来 及び 両脇 侍像 ( 重要 文化 財 ) - 金堂 本尊 。 中尊 の 像 高 2 . 88 メートル 、 台座 と 光背 を 含め た 総高 は 10 メートル に 達 する 巨像 で 、 中尊 の 光背 に は 七 仏 薬 師 像 を 配 し て い る 。 台座 の 懸裳 の 下 に は 薬師 如来 の 眷属 で あ る 十 二 神 将像 が 配 さ れ て い る 。 仏師 康正 ( 仏師 ) の 作 で 、 日本 の 仏教 彫刻 衰退期 で あ る 桃山 時代 に おけ る 佳作 で あ る 。 薬師 如来像 が 左手 に 薬壺 を 持 た ず 、 坐法 が 左脚 を 上 に する 降魔 坐 で あ る 点 、 台座 を 古風 な 裳 懸座 と する 点 など に 復古 的 要素 が 伺え る 。 講堂 ( 重要 文化 財 ) 金堂 の 背後 ( 北 ) に 建 つ 。 東寺 が 空海 に 下賜 さ れ た 弘仁 14 年 ( 823 年 ) に は まだ 建立 さ れ て お ら ず 、 天長 2 年 ( 82 5 年 ) 空海 に よ り 着工 、 承和 2 年 ( 835 年 ) 頃 完成 し た 。 当初 の 堂 は 文明 18 年 ( 1486 年 ) の 土一 揆 に よ る 火災 で 焼失 し 、 室町 時代 の 延徳 3 年 ( 1491 年 ) に 再建 さ れ た の が 現存 する 講堂 で あ る 。 単層 入母屋 造 で 純和 様 で あ る 。 金堂 が 顕教 系 の 薬師 如来 を 本尊 と する の に 対 し 、 講堂 に は 大日 如来 を 中心 と し た 密教尊 を 安置 する 。 すなわち 、 須弥 壇 中央 に は 大日 如来 を 中心 と する 五体 の 如来像 ( 五 仏 、 五 智 如来 ) 、 向か っ て 右 ( 東方 ) に は 金剛 波羅 密 多 菩薩 を 中心 と する 五体 の 菩薩 像 ( 五 大 菩薩 ) 、 向か っ て 左 ( 西方 ) に は 不動 明王 を 中心 と し た 五体 の 明王 像 ( 五 大 明王 ) が 安置 さ れ て い る 。 また 、 須弥 壇 の 東西端 に は それぞれ 梵天 ・ 帝釈 天像 、 須弥 壇 の 四隅 に は 四 天王 像 が 安置 さ れ て い る 。 以上 、 全部 で 21 体 の 彫像 が 整然 と 安置 さ れ 、 羯磨 曼 荼羅 ( 立体 曼 荼羅 ) を 構成 し て い る 。 これ ら 諸仏 は 、 日本 最古 の 本格 的 な 密教 彫像 で あ り 、 空海 没後 の 承和 ( 日本 ) 6 年 ( 839 年 ) に 開眼 供養 が 行 わ れ て い る が ( 『 続 日本 後記 』 ) 、 全体 の 構想 は 空海 に よ る もの と さ れ る 。 21 体 の 仏像 の うち 、 五仏 ( 重要 文化 財 に 指定 ) の すべて と 五 大 菩薩 の 中尊 像 は 室町 時代 から 江戸 時代 の 補作 で あ る が 、 残り の 15 体 は 講堂 創建 時 の 像 で 、 平安 時代 前期 を 代表 する 密教 彫像 と し て 国宝 に 指定 さ れ て い る 。 これ ら 21 体 の 仏像 の 表 す 具体 的 意味 に つ い て 、 かつて は 仁王 経 に 基づ く 羯磨 曼 荼羅 で あ る と 説明 さ れ 、 仁王 経 と 金剛 界 法 と を 融合 し た もの と も 説 か れ る が 、 空海 の 真意 が 何 で あ っ た か に つ い て は さまざま な 解釈 が あ り 、 定説 を み な い 。 五 仏 坐像 ( 重要 文化 財 ) - 金剛 界 大日 如来 を 中心 と し 、 周囲 に 宝生 如来 、 阿弥陀 如来 、 不空 成就 如 来 、 阿しゅく 如来 ( あしゅく にょらい ) を 配 す 。 大日 如来像 は 明応 6 年 ( 1497 年 ) 、 仏師 康珍の 作 。 宝生 如来 、 不空 成就 如 来 、 阿閦 如来 の 各像 は 江戸 時代 の 作 で 、 阿弥陀 如来像 は 頭部 の み 平安 時代 の 古像 の もの を 流用 し 、 体部 は 江戸 時代 の 作 で あ る 。 五 大 菩薩 坐像 ( 国宝 ) - 金剛 波羅 蜜 多 菩薩 を 中心 に 、 周囲 に 金剛 宝 菩薩 、 金剛 法 菩薩 、 金剛 業 ( ごう ) 菩薩 、 金剛 薩 た ( さった ) の 各像 を 配 す 。 中尊 の 金剛 波羅 蜜 多 菩 薩像 は 江戸 時代 の 作 で 国宝 の 指定 外 で あ る 。 他 の 4 体 は 後世 の 補修 が 多 い が 、 当初 像 で あ る 。 一木造 に 乾漆 を 併用 し 、 作風 ・ 技法 とも に 奈良 時代 風 が 強 い 。 五 大明 王像 ( 国宝 ) - 不動 明 王 像 を 中心 に 、 降三 世明 王 、 軍荼 利明王 、 大威徳明王 、 金剛 夜 叉明 王像 を 配 す 。 東寺 御影 堂 の 不動 明 王像 と とも に 、 明王 像 と し て は 日本 最古 の 作例 で あ る 。 梵天 坐像 ・ 帝釈 天半 跏像 ( 国宝 ) - 梵天像 は 法隆 寺 など に あ る 奈良 時代 の 像 と 異な り 、 4 面 4 臂 の 密教像 で あ り 、 4 羽 の 鵞鳥 が 支え る 蓮華 座 上 に 坐 す 。 帝釈 天像 は 甲 を 着け 、 白象 に 乗 り 、 左脚 を 踏み下げ る 。 両像 の 台座 、 帝釈 天像 の 頭部 など は 後補 で あ る 。 四 天王 立像 ( 国宝 ) - 4 体 の うち 持国 天像 は 表情 に 怒り を あらわ に し 、 激し い 動き を 見せ る が 、 他 の 3 体 の 表現 は 抑制 さ れ て い る 。 多聞 天像 は 後補 部分 が 多 く 、 作風 も 他 の 像 と 異な っ て い る 。 食堂 ( じきどう ) 講堂 の 後方 、 境内 の 北寄り に 建 つ 。 初代 の 食堂 は 空海 没後 の 9 世紀 末 から 10 世紀 初め 頃 に に かけ て 完成 し た と 推定 さ れ る が 、 文禄 5 年 ( 1596 年 ) の 地震 で 倒壊 。 2 世紀 以上 後 の 寛政 12 年 ( 180 0 年 ) に ようやく 再建 工事 が 始め られ た 。 この 江戸 時代 再建 の 食堂 は 昭和 5 年 ( 1930 年 ) に 火災 で 焼失 し 、 現在 の 建物 は その 後 の 再建 で 、 昭和 9 年 ( 1934 年 ) に 完成 し た もの で あ る 。 旧 本尊 の 千手 観音 立像 は この 時 の 火災 で 焼損 し た が 、 昭和 40 年 ( 1965 年 ) から 修理 が 実施 さ れ 、 現在 は 寺内 の 宝物 館 に 安置 さ れ て い る 。 現在 の 食堂 に は 明珍 恒男 作 の 十 一 面 観音 像 が 本尊 と し て 安置 さ れ て い る 。 五 重塔 ( 国宝 ) 東寺 の と い う より は 京都 の シンボル と な っ て い る 塔 で あ る 。 高 さ 5 4 . 8 メートル で 木造 塔 と し て は 日本 一 の 高 さ を 誇 る 。 天長 3 年 ( 826 年 ) 空海 に よ り 、 創建 着手 に はじま る が 、 実際 の 創建 は 空海 没後 の 9 世紀 末 で あ っ た 。 雷火 や 不審 火 で 4 回 焼失 し て お り 、 現在 の 塔 は 5 代 目 で 、 寛永 21 年 ( 1644 年 ) 、 徳川 家光 の 寄進 で 建て られ た もの で あ る 。 初重 内部 の 壁 や 柱 に は 両界 曼荼羅 や 真言 八 祖像 を 描 き 、 須弥 壇 に は 心柱 を 中心 に し て 金剛 界 四 仏像 と 八 大 菩薩像 を 安置 する 。 真言 密教 の 中心 尊 で あ る 大日 如来 の 像 は ここ に は な く 、 心柱 を 大日 如来 と みな し て い る 。 江戸 時代 初期 の 作風 を 伝え る 。 御影 堂 ( 国宝 ) かつて 空海 が 住房 と し て い た 、 境内 西 北部 の 「 西院 」 と 呼 ば れ る 一画 に 建 つ 住宅 風 の 仏堂 で あ る 。 前堂 、 後堂 、 中門 の 3 部分 から な る 複合 仏堂 で 、 全体 を 檜皮 葺き と する 。 昭和 33 年 ( 1958 年 ) の 国宝 指定 時 の 名称 は 「 大師 堂 」 で あ る が 、 寺 で は 主 に 「 御影 堂 」 の 名称 を 用い て い る 。 当初 の 堂 は 康暦 元年 ( 1379 年 ) の 火災 に よ る 焼失 後 、 その 翌年 に 後堂 部分 が 再建 さ れ た 。 10 年 後 の 明徳 元年 ( 1390 年 ) 、 弘法 大 師像 を 安置 する ため に 北側 に 前堂 、 その 西側 に 中門 が 増築 さ れ た 。 後堂 ( 南側 ) に は 空海 の 念持 仏 と さ れ る 不動 明 王 坐像 ( 国宝 、 9 世紀 ) を 安置 する 。 厳重 な 秘仏 で 非 公開 で あ る が 、 日本 の 不動 明 王像 と し て は 最古 の 作例 の 1 つ で あ る 。 北側 の 前堂 に は 弘法 大師 坐像 ( 国宝 ) を 安置 する 。 この 像 は 東寺 の 親厳 の 依頼 に よ り 、 天福 ( 日本 ) 元年 ( 1233 年 ) 運慶 の 4 男 康勝 が 制作 し た もの で 、 空海 の 弟子 の 真如 が 描 い た 空海 の 肖像 と ほぼ 同じ と い わ れ て い る 。 この 像 は 庶民 の 信仰 を 広 く 集め て お り 、 像 の 前 で は 、 毎朝 6 時 に 「 お 大師 様 」 に 朝食 を 捧げ る 「 生身 供 」 ( しょうじん く ) が 執り 行 わ れ 、 多く の 参拝 者 が 集ま る 。 大日 堂 平成 12 年 ( 2000 年 ) に 大 改修 を 終え た 。 浜田 泰介 の 障壁 画 が あ る 。 大日 如来像 を 安置 する 。 大日 如来像 ( 平安 時代 造 ) 毘沙門 堂 御影 堂 の 南側 に あ る 。 以前 羅 城門 の 二 階 に あ っ た 、 兜跋 毘 沙門 天 を 安置 する ため に 建て られ た 。 兜跋 毘 沙門 天 ( 国宝 ) は 現在 宝物 館 に 収蔵 。 京都 の 都七 福神 ( 毘沙門 天 ) で あ る 。 灌頂院 ( 重要 文化 財 ) 境内 南西 隅 に 位置 する 。 伝法 灌頂 ( 密教 の 奥義 を 師匠 から 弟子 へ 伝え る 儀式 ) 、 後七 日 御 修法 ( ご しち にち のみ しほ : 正月 の 8 日 から 14 日 まで の 間 に 、 天皇 の 安泰 を 祈願 する 儀式 ) など の 儀式 を 執り行 う ため の 堂 で 、 内部 に は 仏像 は 安置 さ れ て い な い 。 宝蔵 ( 重要 文化 財 ) 拝観 入口 の 慶賀 門 の 南側 、 掘割 で 囲 ま れ た 中 に 建 つ 。 平安 後期 建立 の 校倉 ( あぜくら ) 造倉庫 で 、 東寺 最古 の 建造 物 で あ る 。 鎮守 八 幡 宮 南 大門 を 入 っ た 左側 に あ る 。 明治 元年 ( 1868 年 ) に 焼失 後 、 1 世紀 以上 を 経 た 平成 4 年 ( 1992 年 ) に 再建 。 東寺 の 鎮守 神 で あ る 僧形 八幡 神像 と 女神 ( じょしん ) 像 2 体 を 安置 する 。 南 大門 ( 重要 文化 財 ) 明治 28 年 ( 1895 年 ) 、 三十 三 間 堂 の 西門 を 移築 し た もの 。 九条 通 に 面 し て お り 、 京阪 国 道口 から 東 へ 約 100 m の 場所 に あ る 。 蓮花 門 ( 国宝 ) 鎌倉 時代 再建 の 八 脚 門 。 本坊 西側 、 壬生 通り に 面 し て 建 つ 。 小子房 昭和 9 年 ( 1934 年 ) に 再建 さ れ た もの 。 内部 は 6 個 の 部屋 ( 鷲 の 間 、 雛鶏 の 間 、 勅使 の 間 、 牡丹 の 間 、 瓜 の 間 、 枇杷 の 間 ) から な る 。 各 部屋 の 障壁 画 は 堂本 印象 に よ り 描 か れ た 。 小子房 の 西 の 門 は 蓮華 門 と 呼 ば れ 国宝 で あ る 。 太元 堂 北 大門 を 出 た 右側 に あ る 。 鎮護 国家 を 司 る と い う 大元 帥明王 と 四 天王 を 祀 る 。 大元 帥明王 は 憤怒 の 形相 で あ る と い わ れ て い る 。 弁天 堂 北 大門 を 出 た 右側 に あ る 。 音楽 ・ 技芸 ・ 財産 を 司 る と い う 弁才 天 を 祀 る 。 東寺 宝物 館 北 大門 を 出 た 左側 に あ る 。 春 や 秋 の 観光 シーズン など に 、 普段 公開 し な い 寺宝 を 展示 する 。 観智 院 北 大門 を 出 て 櫛笥 ( くしげ ) 小路 を 進 ん だ 右側 に 位置 する 。 塔頭 寺院 で あ る が 、 別格 本山 と な っ て い る 。 学僧 で あ っ た 杲宝 ( ごうほう ) を 1 世 と し て 延文 4 年 ( 1359 年 ) 延文 3 年 ( 1358 年 ) 創建 と い う 説 も あ る 。 に 子院 と し て 創建 さ れ た 。 杲宝 は 現在 国宝 と な っ て い る 「 東宝 記 」 と い う 東寺 の 創建 から 室町 時代 に 至 る 寺史 を まとめ た 。 これ は 弟子 の 賢宝 に よ り 補足 完成 さ れ た 。 観智 院 は 東寺 のみ な ら ず 真言 宗 全体 の 勧学 院 と 位置 づけ られ 、 多く の 学僧 を 排出 し て い る 。 経蔵 で あ る 金剛 蔵 に は 膨大 な 文書 ・ 典籍 ・ 聖教 類 が 所蔵 さ れ て い た が 、 現在 は 東寺 宝物 館 に 移 さ れ て い る 。 通常 非 公開 で あ る が 、 春秋 など に 特別 公開 さ れ る 場合 が あ る 。 客殿 ( 国宝 ) - 慶長 10 年 ( 160 5 年 ) の 建立 。 桃山 時代 の 典型 的 な 書院 造り の 建造 物 と し て 国宝 に 指定 さ れ て い る 。 上 の 間 に は 宮本 武蔵筆 と い わ れ る 「 鷲 の 図 」 など の 襖絵 が あ る 。 客殿 南 の 庭園 は 「 五大 の 庭 」 と 称 さ れ る 。 本堂 - 本尊 の 五 大 虚空蔵 菩 薩像 は 唐 から の 請来像 で 、 青龍 寺 の 本尊 で あ っ た もの と い わ れ て い る 。 宝菩 提院 弘安 2 年 ( 1279 年 ) 創建 と 伝え られ る 。 櫛笥 小路 沿い の 、 観智 院 の 北側 に あ る 塔頭 で あ る 。 別格 本山 と な っ て い る 。 もと は 観智 院 と 櫛笥 小路 を はさ ん で 東西 対称 に 建て られ て い た が 、 明治 14 年 ( 1881 年 ) 「 総黌 」 ( そうこう ) 開学 に 伴 い 現在 地 に 移転 し た 。 総黌 は 現在 洛南 高等 学校 ・ 附属 中 学校 と な っ て い る 。 観智院 の 道 を はさ ん で 向かいがわ に は 、 宝菩 提院 の 正門 で あ っ た 古 い 本瓦 葺き の 門 が あ る 。 北 大門 を 出 て 櫛笥 小路 を 進 ん だ 左側 に 、 洛南 高等 学校 ・ 附属 中 学校 が あ る 。 境内 が 「 教王 護国 寺 境内 」 と し て 国 の 史跡 に 指定 さ れ て い る 。 建造 物 金堂 五 重塔 大師 堂 蓮花 門 観智院 客殿 - 慶長 11 年 ( 160 6 年 ) の 建立 。 絵画 絹本 著色 真言 七 祖像 ( 絵画 ) - 真言 宗 の 祖師 7 人 の 肖像 画 。 7 幅 の うち 5 幅 は 空海 が 唐 から 持ち帰 っ た もの で 、 損傷 甚大 と は いえ 、 唐 時代 絵画 の 数 少な い 遺品 と し て きわめて 貴重 。 絹本 著色 五 大 尊像 - 宮中 で 正月 の 8 日 から 14 日 まで の 間 行 わ れ た 後 七 日 御 修法 ( ご しち にち のみ しほ : 天皇 の 健康 を 祈 る 密教 の 修法 ) の 際 に 道場 に 掛け られ た 仏画 。 平安 後期 の 作 。 絹本 著色 両界 曼荼羅 ( 伝 ・ 真言 院 曼荼羅 ) - 日本 に 伝わ る 両界 曼荼羅 の うち 、 もっとも 著名 な もの 。 鮮烈 な 色彩 と インド 風 の 濃 い 諸仏 の 官能 的 な 肢体 の が 特色 。 「 西院 曼荼羅 」 と も 称 する 。 平安 初期 、 9 世紀 の 作 。 絹本 著色 十 二 天像   六 曲 屏風 一 双 - 鎌倉 時代 の 作 。 彫刻 木造 五 大 菩薩 坐像 ( 金剛 薩埵 ・ 金剛 法 ・ 金剛 宝 ・ 金剛 業 の 4 躯 。 後世作 の 中尊 像 は 指定 外 ) - 講堂 安置 木造 五 大明 王像 ( 不動 明王 ・ 降三 世明王 ・ 大威徳明王 ・ 軍荼 利明王 ・ 金剛 夜 叉 明王 の 5 躯 ) - 講堂 安置 木造 梵天 ・ 帝釈 天像 - 講堂 安置 木造 四 天王 立像 - 講堂 安置 木造 不動明 王 坐像 ・ 天蓋 - 大師 堂 ( 御影 堂 ) 安置 木造 弘法 大師 坐像 - 大師 堂 ( 御影 堂 ) 安置 木造 兜跋 毘 沙門 天立像 - 像 高 189 . 4 cm 。 もと 平安 京 の 羅城 門 楼上 に 安置 さ れ て い た 像 。 天元 3 年 ( 980 年 ) 羅 城門 が 倒壊 し た とき 、 何者 か に よ っ て 、 瓦礫 の 中 から 掘りだ さ れ 、 東寺 に 運 ば れ た 。 使 わ れ て い る 木 は 、 中国 産 の 桜材 で あ る 。 唐 で 制作 さ れ 、 わが 国 に 伝わ っ た と も い わ れ て い る 。 宝物 館 に 安置 。 木造 僧形 八幡 神 坐像 1 躯 、 女神 坐像 2 躯 、 附 ・ 武内 宿禰 坐像 - 鎮守 八 幡宮 安置 。 平安 初期 の 作 。 日本 の 神像 の 最古 作 の 1 つ 。 工芸 品 密教 法具 - 唐 時代 制作 の 仏具 一式 。 空海 の 請来 品 。 犍 陀穀糸 袈裟 ・ 横被 ( けん だこくしけさ ・ おう ひ ) - 唐 時代 の 染織 工芸 品 。 空海 の 請来 品 。 海賦 蒔絵 袈裟箱 ( かいぶ まきえ け さばこ ) - 平安 初期 の 漆工芸 品 。 上記 袈裟 を 収納 する ため の もの 。 紫檀 塗螺 鈿 金銅 荘舎 利輦 ( し たん ぬりら でん こん どうそう   しゃりれん ) - 舎利 会 ( しゃりえ : 仏陀 の 遺骨 を たたえ る 年中 行事 ) で 用い る もの で 、 神社 の 神輿 に 似 て い る 。 「 紫檀 塗螺 鈿 金銅 荘 」 と は 、 黒漆 塗 に 朱 漆 で 木目 を 描 き ( 紫檀 塗 ) 、 螺鈿 ( 貝殻 を 用い た 装飾 ) と 金銅 ( 銅 に 金 メッキ し た もの ) で 飾 っ た と い う 意味 で あ る 。 書跡 ・ 典籍 、 古 文 書 弘法 大師 筆 尺牘 ( 風信 帖 ) ( こうぼう だい しひつ せきとく ・ ふうしんじょう ) - 「 尺牘 」 と は 漢文体 の 手紙 の こと 。 空海 自筆 の 手紙 3 通 を 巻物 に 仕立て た もの で 、 日本 書道 史 上 きわめて 貴重 な 作品 で あ る 。 1 通目 の 手紙 ( 最澄 あて ) の 冒頭 の 「 風信 雲書 」 と い う 句 に ちな ん で 「 風信 帖 」 と 通称 さ れ る 。 弘法 大師 請来 目録 - 空海 が 唐 から 持ち帰 っ た 品 の 目録 で 、 筆者 は 最澄 で あ る 。 後 宇多 天皇 宸翰 東寺 興隆 条々 事 書 御 添状 ( ごう だてん の うしん かん とう じ こうりゅうじょう じょう こと が きおん そえじょう ) - 「 宸翰 」 は 「 天皇 の 自筆 」 の 意 。 弘法 大師 に 帰依 し た 後 宇多 天皇 が 、 出家 の 翌年 に 東寺 の 発展 を 願 っ て 書き 記 し た もの 。 東宝 記 - 南北朝 から 室町 時代 に 成立 し た 、 東寺 の 公式 記録 書 。 建造 物 講堂 慶賀門 東大門 南 大門 北 大門 北 総門 宝蔵 灌頂院 、 同 北門 、 同 東門 五 重 小塔 絵画 絹本 著色 十 一 面 観音 像 絹本 著色 不空 羂索 観音 像 絹本 著色 両界 曼荼羅 図 4 点 ( 甲本 、 乙本 、 永仁本 、 元禄 本 ) 絹本 著色 両界 曼荼羅 図 ( 敷曼 荼羅 ) 紙本 著色 弘法 大 師行状 絵詞   12 巻 紙本 墨画 蘇 悉地 儀 軌 契印 図 ( 伝宗 叡請来 ) 紙本 墨画 胎蔵 曼荼羅 略記 密教 図像 10 点 ( 火羅 図   1 幅 、 仁王 経法 本 尊像 5 幅 、 聖天像 1 幅 、 大元 帥明 王像 ( 六面 八 臀像 ) 1 幅 、 大元 帥明 王像 ( 六面 八 臀像 ) 1 幅 、 大元 帥明 王像 ( 四面 八 臀像 ) 1 幅 、   大元 帥曼荼羅 図 ( 十 八 面 三十 六 臀像 ) 1 幅 、 大元 帥曼荼羅 図 ( 四面 八 臀像 ) 1 幅 、 請雨 経曼 荼羅 図 1 幅 、 六 大 黒 天像   1 幅 ) 彫刻 木造 薬師 如来及 両 脇 侍像 ( 金堂 安置 ) 木造 大日 如来 坐像 、 附 ・ 金剛 界 四 仏 坐像 ( 講堂 安置 ) 木造 千手 観音 立像 ( 旧 食堂 本尊 ) 木造 聖僧 文殊 ( しょうそう もんじゅ ) 坐像 木造 地蔵 菩薩 立像 木造 観音 菩薩 ・ 梵天 ・ 帝釈 天立像 ( 二間 観音 ) 木造 五 大 虚空蔵 菩 薩像 ( 伝恵 運 将来 ) ( 所在 観 智院 ) 工芸 品 鈸子 ( ばっし ) 一 対 金銅 大鋺 2 口 ・ 金銅 鋺 7 口 ・ 金銅 皿 5 枚 ・ 金銅 鋺蓋 8 枚 金銅 舎利 塔 金銅 鉢 5 口 金銅 羯磨 4 口 刻文 脇息 漆皮 箱 水 精念 珠 法会 所 用 具 類 ( ほうえ   しょ よう ぐ るい ) 39 点 ( 舞楽 水引 6 枚 、 蛮絵 袍 2 枚 、 舎利 会 装束 ( 衣二 領 、 袴二 腰 ) 2 組 、 舎利 会 装 束衣   2 領 、 舎利 会 装束 大口   2 腰 、 舎利 会 散 花机 前垂 ( 赤蓮華 文錦 )   1 枚 、 奚婁 ( けいろ ) 1 口 、 鼗 ( ふりつづみ ) 1 口 、 羯鼓 ( 台付 ) 1 口 、 鼓胴 ( 皮 各 二 枚 付 ) 2 口 、 鉦鼓   1 口 、 木履   5 両 、 十 二 天持 物 13 本 ) 木造 彩色 大壇 書跡 ・ 典籍 、 古 文 書 絹本 著色 弘法 大 師像   画賛 ( 伝後 宇多 院 宸翰 ) あり ( 談義 本尊 ) 悉曇 蔵 巻 三 、 巻八 宋版 一切 経 ( うち 和刻 本 7 帖 、 補写 本 18 帖 ) 6 , 0 87 帖 宋版 大般 若経 ( うち 補写 本 9 帖 ) 642 帖 大般 若 経 597 巻 大般 若経 ( 神泉 苑寄進 経 ) 587 帖 大仏 頂 陀羅尼 仏説 灌 頂経   12 帖 本朝明 匠 略伝   下 東寺 観智院 聖教類 ( しょうぎょう るい ) 15 , 402 件 弘法 大師 遺告 ( 絹本 ) 後 醍醐 天皇 塔 供養 御 願文 舎利 奉請 文   後光 厳院 宸翰 舎利 奉請 誡文   後醍醐 院 宸翰 庄園 敷地 施入 状   後宇多 院 宸翰 2 巻 東寺 文書 ( 六 芸 之 部 ) 91 巻 考古 資料 平安 京古瓦 3 箇 以下 は 諸般 の 事情 で 第 二 次 大戦 後 に 寺 の 所有 を 離れ た もの 。 文化 財 保護 委員 会 『 指定 文化 財 総合 目録   美術 工芸 品 篇 』 ( 昭和 33 年 版 ・ 昭和 43 年 版 ) に お い て 「 教王 護国 寺 」 「 観智 院 」 「 宝菩 提院 」 の 所有 と さ れ て い る 物件 を 挙げ た 。 国宝 絹本 著色 十 二 天像   12 幅 ( 京都 国立 博物 館 蔵 ) - 平安 後期 の 色彩 華麗 な 仏画 。 絹本 著色 山水 屏風 ( せんずい びょうぶ ) ( 京都 国立 博物 館 蔵 ) - 密教 の 儀式 の 際 、 道場 に 立て られ た 屏風 。 平安 後期 。 牛皮 華鬘 ( ご ひけまん ) ( 奈良 国立 博物 館 蔵 ) 後宇多 院 宸記 ( 国立 歴史 民俗 博物 館 蔵 ) 三宝 絵詞 ( 東京 国立 博物 館 蔵 ) 入唐 求法 巡礼 行 記 ( にっとう ぐ ほうじゅん れい こうき ) ( 岐阜 県 ・ 法人 蔵 ) 類聚 名義 抄 ( 天理 大学 蔵 ・ 天理 図書 館 保管 ) 重要 文化 財 ( 京都 国立 博物 館 蔵 ) 木造 十 二 天面   7 面 ( 奈良 国立 博物 館 蔵 ) 七 大寺 日記 ( 国立 歴史 民俗 博物 館 蔵 ) 後醍醐 院 消息 ( MOA 美術 館 蔵 ) 絹本 著色 求聞 持 曼荼羅 図 、 絹本 著色 童子 経曼 荼羅 図 、 諸尊 図 像 、 伝法 正 宗定 祖 図 、 九曜 星 図像 、 仁王 経法 図像 、 太元 明王 図像 、 白描 曼 荼羅 集 、 星曼 荼羅 図 残欠 、 白銅 水瓶 、 彩絵 曲物 笥 、 黒漆 螺鈿 礼盤 、 雑伎 彩絵 唐櫃 ( 天理 大学 附属 天理 図書 館 蔵 ) 古 文 尚書巻 第 十 一 、 世俗 諺文 上巻 、 類聚 三 代 格巻 第 三 、 作文 大 躰 、 古 文 孝経 、 蒙求   康永 四 年 書写 、 蒙求   建永 元年及 建 保 六 年 奥書 、 文選 巻 第 廿 六 ( 岐阜 ・ 法人 蔵 ) 絹本 著色 閻 魔 天像 、 絹本 著色 愛染 明 王像 、 絹本 著色 宝 楼 閣 曼荼羅 図 、 雲龍 図   円山 応挙筆 、 銅造 菩 薩 立像 ( 個人 蔵 ) 絹本 著色 仏 眼 曼荼羅 図 、 絹本 著色 普賢 延命 像 木造 四 天王 立像 ( 旧 食堂 安置 ) - 昭和 5 年 ( 1930 年 ) 12 月 21 日 の 「 弘法 市 ( 終い 弘法 ) 」 の 日 に 食堂 ( じきどう ) が 失火 で 焼失 し た 際 、 内部 に 安置 さ れ て い た 本尊 千 手 観音 立像 と 四 天王 像 ( いずれ も 旧 国宝 ) も 焼損 。 千手 観音 像 の 旧 国宝 指定 は 解除 さ れ な かっ た が 、 四 天王 像 は 焼損 の 程度 が 大き かっ た ため 指定 解除 さ れ た 。 この 四 天王 像 は 黒焦げ 状態 に は な っ て い る もの の 、 像 の 概形 は 残 っ て い る 。 平成 5 年 ( 1993 年 ) から 合成 樹脂 注入 に よ る 表面 の 硬化 が 行 わ れ 、 現在 は 再建 さ れ た 食堂 に 安置 さ れ て い る 。 像 高 3 m を 越え る 日本 で も 最大 級 の 四 天王 像 で あ る 。 毎月 21 日 は 弘法 大師 に ちなみ 「 弘法 市 」 が 開 か れ 、 縁日 が 並 ぶ 。 この 市 は 俗 に 「 弘法 さん 」 と 呼 ば れ て 親し ま れ て い る 。 特に 師走 21 日 の 「 終い 弘法 」 に は 、 多く の 人々 が 詰めかけ る 。 「 東寺 」 縁起 京都 国立 博物 館 、 東寺 、 朝日 新聞 社編   『 東寺 国宝展 』 ( 特別 展 図録 ) 、 朝日 新聞 社 、 1995 年 。 井上 靖 、 塚本 善隆 監修 、 司馬 遼太郎 、 鷲尾 隆輝著   『 古寺 巡礼 京都 1   東寺 』   淡交 社 、 1976 年 。 『 週刊 朝日 百科   日本 の 国宝 』 65 – 6 7 号 、 朝日 新聞 社 、 1998 年 。 『 日本 歴史 地名 大系   京都 市 の 地名 』   平凡 社 『 角川 日本 地名 大 辞典   京都 府 』   角川 書店 『 国史 大 辞典 』   吉川 弘文 館 特集 「 東寺 よ 開け ! 」 『 芸術 新潮 』 第 46 巻 第 7 号 、 1995 年 7 月 。 『 大師 の み てら 東寺 』   教王 護国 寺 +仁和 寺 ( にんなじ ) は 、 京都 府 京都 市 右京 区 御室 ( おむろ ) に あ る 真言 宗 御室 派 総 本山 の 寺院 で あ る 。 山号 を 大内山 と 称 する 。 正式 名称 を 旧 御 室 御所 跡 仁和 寺 と い う 。 本尊 は 阿弥陀 如来 、 開基 ( 創立 者 ) は 宇多 天皇 で あ る 。 皇室 と ゆかり の 深 い 寺 で 、 出家 後 の 宇多 法皇 が 住 し た こと から 「 御 室 御所 」 ( おむろご しょ ) の 別名 が つ い た 。 御室 は 桜 の 名所 と し て も 知 ら れ 、 春 の 桜 と 秋 の 紅葉 の 時期 は 多く の 参拝 者 で にぎわ う 。 また 、 徒然 草 に 登場 する 「 仁和 寺 に あ る 法師 」 の 話 は 著名 で あ る 。 “ 古都 京都 の 文化 財 ” の 一部 と し て 、 世界 遺産 に 登録 さ れ て い る 。 今日 で も 国内 や 外国 人 の 参拝 客 ・ 観光 客 の 多く 訪れ る 史跡 で あ り 、 旧 御 室 御所 に て 茶の湯 を 振舞 う ( 有料 ) 茶室 も 用意 さ れ て い る 。 仁和 寺 は 光孝 天皇 の 勅願 で 仁和 2 年 ( 886 年 ) に 建て 始め られ た が 、 同 天皇 は 寺 の 完成 を 見 ず に 翌年 崩御 し た 。 遺志 を 引き継 い だ 宇多 天皇 に よ っ て 、 仁和 4 年 ( 888 年 ) に 落成 し 、 「 西山 御願寺 」 と 称 さ れ た が 、 やがて 年号 を と っ て 仁和 寺 と 号 し た 。 宇多 天皇 は 出家 後 、 仁和 寺 伽藍 の 西南 に 「 御室 」 ( おむろ ) と 呼 ば れ る 僧坊 を 建て て 住 ん だ ため 、 当寺 に は 「 御室 ( 仁和 寺 ) 御所 」 の 別称 が あ る 。 なお 、 「 御室 」 の 旧地 に は 現在 、 「 仁和 寺 御殿 」 と 称 さ れ る 御所 風 の 建築 群 が 建 つ 。 御所 跡地 が 国 の 史跡 に 指定 さ れ て い る 。 仁和 寺 は その 後 も 皇族 や 貴族 の 保護 を 受け 、 明治 時代 に 至 る まで 、 皇子 や 皇族 が 歴代 の 門跡 ( 住職 ) を 務め 、 門跡 寺院 の 筆頭 と し て 仏教 各 宗 を 統括 し て い た 。 室町 時代 に は やや 衰退 し 、 応仁 の 乱 ( 1467 年 - 1477 年 ) で 伽藍 は 全焼 し た 。 近世 に な っ て 、 寛永 年間 ( 1624 年 - 1644 年 ) 、 江戸 幕府 に よ り 伽藍 が 整備 さ れ た 。 また 、 寛永 年間 の 皇居 建て替え に 伴 い 、 旧 皇居 の 紫宸 殿 、 清涼 殿 、 常 御殿 など が 仁和 寺 に 下賜 さ れ 、 境内 に 移築 さ れ て い る ( 現在 の 金堂 は 旧 紫宸 殿 ) 。 金堂 ( 国宝 ) - 慶長 18 年 ( 1613 年 ) に 建立 さ れ た 旧 皇居 の 正殿 ・ 紫宸 殿 を 寛永 年間 ( 1624 年 - 1644 年 ) に 移築 ・ 改造 し た もの で 、 近世 の 寝殿 造 遺構 と し て 貴重 で あ る 。 宮殿 から 仏堂 へ の 用途 変更 に 伴 い 、 屋根 を 檜皮 葺き から 瓦葺 き に 変え る など の 改造 が 行 わ れ て い る が 、 宮殿 建築 の 雰囲気 を よく 残 し て い る 。 御影 堂 ( 重文 ) - 旧 皇居 の 清涼 殿 の 用材 を 用い て 建設 し た もの 。 宗祖 空海 を 祀 る 。 仁和 寺 御殿 - 仁王 門 から 中門 に 至 る 参道 の 西側 に 位置 する 仁和 寺 の 本坊 で 、 宇多 法皇 の 御所 が あ っ た 辺り に 建 つ 。 宸殿 は 近世 初期 の 皇居 ・ 常 御殿 を 移築 し た もの で あ っ た が 、 1887 年 ( 明治 20 年 ) に 焼失 。 現在 の 建物 は 明治 時代 末 ~ 大正 時代 初期 に 亀岡 末吉 の 設計 に よ り 再建 さ れ た もの だ が 、 庭園 と とも に かつて の 宮殿 風 の 雰囲気 を ただよ わ せ て い る 。 遼廓亭 ( 重文 ) - 江戸 時代 の 画家 ・ 尾形 光琳 の 屋敷 から 移築 さ れ た もの で 、 葺下 し 屋根 の 下 に 袖壁 を 付け 、 その 中 に に じり 口 を 開 い て い る の が 珍し い 。 飛濤亭 ( 重文 ) - 江戸 時代 末期 に 光格 天皇 の 好み で 建て られ た 草庵 風 の 茶席 で 、 腰 を かがめ ず に 入れ る よう に 鴨居 の 高 い 貴 人口 が 設け られ て い る 。 その 他 、 五 重塔 、 経蔵 、 九 所 明 神社 本殿 、 御影 堂 中門 、 観音 堂 、 鐘楼 、 仁王 門 、 中門 、 本坊 表門 ( 以上 重文 ) など が あ り 、 大 部分 は 徳川 家光 の 寄進 で 寛永 年間 に 整備 さ れ た もの で あ る 。 金堂 木造 阿弥陀 三 尊像 - もと 金堂 に 安置 さ れ 、 現在 は 寺内 の 霊宝 館 に 移 さ れ て い る 。 仁和 4 年 ( 888 年 ) 創建 時 の 本尊 と い わ れ る 。 木造 薬師 如来 坐像 - 本坊 北側 に あ る 霊明殿 ( 仁和 寺 の 歴代 門跡 の 位牌 を ま つ る 堂 ) の 本尊 。 1986 年 、 京都 国立 博物 館 の 調査 で 初めて 概要 が 明らか に な り 、 1990 年 、 国宝 に 指定 さ れ た 。 康和 5 年 ( 110 3 年 ) 、 白河 天皇 の 皇子 ・ 覚行 法 親王 の 発願 に よ り 仏師 円 勢 と 長 円 が 造像 し た もの で あ る 。 本体 の 像 高 11 センチ 、 光背 と 台座 を 含め て も 24 センチ ほど の ビャクダン ( 白檀 ) 材 の 小像 で 、 光背 に は 七 仏 薬 師 像 と 日光 ・ 月光 菩薩 、 台座 に は 前後 左右 各面 に 3 体 ずつ の 十 二 神将 を 表わ す 入念 な 作 で あ る 。 孔雀 明 王像 ( 絵画 ) - 中国 北宋 時代 の 仏画 。 宝相華 蒔 絵 宝珠 箱 ( ほうそうげ まき え ほうじゅばこ ) - 平安 時代 前期 の 漆工芸 品 。 蒔絵 の 初期 の 遺品 と し て 貴重 。 三十 帖 冊子 ・ 宝相 華 迦陵 頻伽 蒔絵 ソク 冊子 箱 ( ソク = 土 へん に 「 塞 」 ) ( ほうそう げ   かりょう びん が   まきえ   そく   さっしばこ ) - 「 三十 帖 冊子 」 は 、 空海 が 唐 から 持ち帰 っ た 写経 の 小 冊子 ( サイズ は 縦横 とも 十 数 センチ ) 30 冊 で 、 一部 に 空海 自筆 を 含 む 。 古来 、 真言 宗 の 重宝 と し て 尊重 さ れ て い る 。 付属 の 箱 は 朝廷 から 下賜 さ れ た もの で 、 平安 時代 の 漆工芸 品 と し て 貴重 で あ る 。 御室 相 承 記 - 仁和 寺 の 歴代 法 親王 の 記録 。 鎌倉 時代 。 高倉 天皇 宸翰 消息 - 「 宸翰 」 ( しんかん ) は 天皇 の 直筆 、 「 消息 」 は 手紙 の 意 。 若 く し て 死去 し た 高倉 天皇 の 18 歳 の 筆 で 、 同 天皇 の 現存 唯一 の 遺筆 。 後 嵯峨 天皇 宸翰 消息 - 後 嵯峨 天皇 の 確証 あ る 遺筆 と し て は 唯一 の もの 。 黄帝内 経明 堂 2 巻 ・ 黄帝内 経太素 24 巻- 中国 の 医学 書 『 黄帝内 経 』 ( こうてい な いけい ) の 注釈 書 。 「 明堂 」 は 鎌倉 ~ 南北朝 時代 、 「 太素 」 は 平安 時代 の 写本 。 医心 方- 日本 最古 の 医学 書 『 医心 方 』 の 平安 時代 後期 の 写本 。 新 修本 草-唐 時代 の 薬草 に 関 する 本 『 新 修本草 』 の 鎌倉 時代 の 写本 。 ( 建造 物 ) 「 仁和 寺 」 14 棟 ( 五 重塔 、 観音 堂 、 中門 、 二王 門 、 鐘楼 、 経蔵 、 御影 堂 、 御影 堂 中門 、 九 所 明 神社 本殿 3 棟 、 本坊 表門 、 遼廓 亭 、 飛濤亭 ) ( 絵画 ) 絹本 著色 聖徳 太子 像 絹本 著色 僧形 八幡 神影 向 図 紙本 白描及 著色 密教 図像   17 点 紙本 墨画 高 僧像   1 巻 紙本 墨画 四 天王 図像   1 巻 紙本 墨画 弥勒 菩薩 画像 集   1 帖 紙本 墨画 薬師 十 二 神 将像   1 巻 紙本 墨画 別 尊 雑記 ( 図像 入 ) 57 巻 ( 彫刻 ) 厨子 入木造 愛染 明王 坐像 木造 吉祥天立 像 木造 悉 達 太子 坐像 ( 注 ) 木造 増長 天 ・ 多聞 天立 像 木造 文殊 菩薩 坐像 ( 注 ) 当初 「 木造 聖徳 太子 坐像 」 と し て 指定 。 1991 年 に 現名称 に 変更 。 ( 工芸 品 ) 住吉 蒔絵 机 色絵 瓔珞 文 花生   仁清 作 銅製舎 利塔 ・ 五 鈷 鈴 ・ 三 鈷 鈴 ・ 九頭 竜鈴 ・ 五 鈷 杵 日月 蒔絵 硯箱 宝珠 羯磨 文 錦 横被 ( 書跡 典籍 ) 絹本 墨 書 尊 勝 陀羅尼 梵字 経 ( 伝 不 空 三蔵筆 ) 紺紙 金 泥 薬師 経   光格 天皇 宸翰 、 済仁 親王 書継 孔雀経   巻 中 下 十 地 経並 十 力 経 ・ 廻向 輪 経 法華 玄義   巻 第 二 、 第 八 如意 輪儀 軌 般若 経理 趣 品 理 趣釈   淳祐筆 仁和 寺 黒 塗手箱 聖教   65 巻 、 3 冊 、 138 帖 、 32 通 、 16 鋪 、 28 枚 淡紫 紙 金 泥般 若 心経   桜町 天皇 宸翰 秘密 曼 荼羅 十 住 心 論 ( 巻 第 六 補写 ) 10 帖 摧 邪輪   2 帖 1 冊 万葉 集 注釈   9 冊 後鳥羽 天皇 作 無常 講式 後 宇多 天皇 宸翰 消息 ( 五 月 十 一 日   御 法号 ) 後 宇多 天皇 宸翰 消息 ( 徳治 二 年 九 月 廿日 ) 後 醍醐 天皇 宸翰 消息 ( 何事 候 哉 云々 ) 後 醍醐 天皇 宸翰 消息 ( 去夜 心 閑 云々 ) 孔雀 明王 同 経壇具 等 相承 起請 文 承久 三、四 年 日次記 残闕 消息 ( 高野 御室 消息 1 通 、 華蔵 院 宮 法印 消息 1 通 、 返事 案 2 通 ) 貞観 寺 根本 目録 ( 貞観 十 四 年 三 月 九 日 ) 法勝院 領田 地 公験 紛失状 ( 安和 二 年 七 月 八 日 ) ( 考古 資料 、 歴史 資料 ) 仁和 寺 境内 出土品   一括 日本 図 1827 年 ( 文政 10 年 ) に 、 仁和 寺 第 29 世門 跡 で あ っ た 不壊 身 院 御室 ・ 済仁 法 親王 が 、 四国 八十 八 箇所 を 巡拝 が 出来 な い 人々 の ため に 発願 し 、 仁和 寺 寺侍 ・ 久富 遠江守 に 命 じ て 、 四国 八十 八 箇所 を 巡拝 し て 、 各札 所 の 砂 を 持ち帰 ら せ た 。 仁和 寺 境内 の 成就山 に 四国 八十 八 箇所 を 模 し て 、 同じ 数 の 88 宇 の 堂 を 設け て 、 持ち帰 っ た 砂 を 設け た 堂 に 埋め た こと が 起源 と さ れ る 。 成就山 に 四国 八十 八 箇所 霊場 を 小 規模 に 再現 し た 巡礼 地 で あ る 。 各 札所 に あた る 小 規模 な 堂 が 約 3 km の 山道 沿い に 点在 する 。 88 宇 の 堂 に は 実際 の 四国 八十 八 箇所 の 札所 の 寺院 と 同じ 本尊 と 弘法 大師 を 祀 っ て あ る 。 成就山 八十 八 ヶ所 と も 称 さ れ る 。 また 、 かつて は 「 御 室 仁和 寺 成就山 88 ヵ所 スタンプ ハイク 」 が 仁和 寺 主催 で 年 6 回 行 わ れ て い た 。 仁和 寺 の 桜 に は 特に 「 御 室 桜 ( おむろざくら ) 」 の 名 が 付 い て い る 。 約 200 本 あ り 、 八重 咲 き 。 樹高 が 低 い の は 、 この 地 の 岩盤 が 固 く 、 深 く 根 を 張れ な い ため と い う 。 「 花 ( 鼻 ) が 低 い 」 と い う こと から 「 お 多福 桜 」 と も い う 。 満開 は 例年 4 月 20 日 過ぎ と 遅 く 、 桜 の 名所 の 多 い 京都 で 季節 の 最後 を 飾 る 。 仁和 寺 を 舞台 に し た 映画 「 名 探偵 コナン 迷宮 の 十字 路 」 京都 市営 バス 、 京都 バス 、 西 日本 ジェイアール バス 「 御室 仁和 寺 」 下車 すぐ 。 京福 電気 鉄道 御 室 仁和 寺 駅 下車 徒歩 5 分 。 普段 は 境内 へ の 入場 は 無料 で あ り 、 御殿 ・ 霊宝 館 の 拝観 の み 有料 と な る 。 ただし 、 御室 桜 の 開花 時 ( 4 月 ) に 「 さくらまつり 」 が 行 わ れ 、 その 期間 は 、 境内 へ の 入場 に も 拝観 料 が 必要 と な る 。 井上 靖 、 塚本 善隆 監修 、 山本 健吉 、 森諦 円 著 『 古寺 巡礼 京都 11   仁和 寺 』 、 淡交 社 、 1977 竹村 俊則 『 昭和 京都 名所 図会 洛西 』 駸々 堂 、 1983 『 週刊 朝日 百科   日本 の 国宝 』 14 号 ( 仁和 寺 ) 、 朝日 新聞 社 、 1997 『 日本 歴史 地名 大系   京都 市 の 地名 』 、 平凡 社 『 角川 日本 地名 大 辞典   京都 府 』 、 角川 書店 『 国史 大 辞典 』 、 吉川 弘文 館 +慈照 寺 ( じしょうじ ) は 、 京都 府 京都 市 左京 区 に あ る 、 東山 文化 を 代表 する 臨済 宗 相国 寺 派 の 寺院 ( 相国 寺 の 境外 塔頭 ) 。 正式 名 は 東山 慈照 寺 。 一般 に は 銀閣 寺 ( ぎんかくじ ) の 名 で 知 ら れ る 。 山号 は 東山 ( とうざん ) 。 開基 ( 創立 者 ) は 、 室町 幕府 8 代 将軍 の 足利 義政 、 開山 は 夢窓 疎石 と さ れ て い る 。 ( 夢窓 疎石 は 実際 に は 当寺 創建 より 1 世紀 ほど 前 の 人物 で あ り 、 この よう な 例 を 勧請 開山 と い う 。 ) 足利 義政 が 造営 し た 楼閣 建築 で あ る 観音 殿 を 「 銀閣 」 と 通称 し 、 観音 殿 を 含め た 寺院 全体 を 「 銀閣 寺 」 と 通称 し て い る 。 この 通称 名 は 近世 の 名所 案内 記 など で すでに 使用 さ れ て い る 。 なお 、 金閣 と 通称 さ れ る 鹿苑 寺舎利殿 に は 金箔 が 貼り付け られ て い る の に 対 し 、 銀閣 と 通称 さ れ る 慈照 寺 観音 殿 に は 銀 は 使用 さ れ て い な い が 、 全体 に 漆 が 塗 ら れ て い た と 考え られ て い る 。 平成 20 年 2 月 から 2 年間 の 予定 で 修理 中 で あ り 、 銀閣 その もの は 見 られ な い 。 ( 平成 20 年 5 月 現在 、 骨組み と 、 屋根 の 見本 は 見 られ る ) 室町 幕府 8 代 将軍 足利 義政 ( 14 36 - 1490 ) は 、 1473 年 ( 文明 ( 日本 ) 5 年 ) 、 嗣子 足利 義尚 に 将軍 職 を 譲り 、 14 82 年 ( 文明 14 年 ) から 、 東山 ( 京都 府 ) の 月待 山 麓 に 東山 山荘 ( 東山 殿 ) の 造営 を 始め た 。 この 地 は 、 応仁 の 乱 で 焼亡 し た 浄土 寺 の あ っ た ところ で あ り 、 近代 以降 も 左京 区 浄土 寺 の 地名 が 残 っ て い る 。 当時 は 応仁 の 乱 が 終わ っ た 直後 で 、 京都 の 経済 は 疲弊 し て い た が 、 義政 は 庶民 に 段銭 ( 臨時 の 税 ) や 夫役 ( ぶや く 、 労役 ) を 課 し て 東山 殿 の 造営 を 進め 、 書画 や 茶の湯 に 親し む 風流 な 生活 を 送 っ て い た 。 造営 工事 は 義政 の 死 の 直前 まで 8 年 に わた っ て 続け られ た が 、 義政 自身 は 山荘 の 完成 を 待 た ず 、 工事 開始 の 翌年 で あ る 1483 年 ( 文明 15 年 ) に は ここ に 移り住 ん で い た 。 東山 殿 に は 会所 、 常 御所 ( つね の ご しょ ) など の 大 規模 な 建物 が 建 ち 、 足利 義満 の 北山 殿 ( 後 の 鹿苑 寺 ) ほど で は な い が 、 ある 程度 政治 的 機能 も も っ て い た 。 ただし 、 現存 する 当時 の 建物 は 銀閣 と 東求 堂 ( とうぐどう ) のみ で あ る 。 1490 年 ( 延徳 2 年 ) 2 月 、 同年 に 死去 し た 義政 の 菩提 を 弔 う ため 東山 殿 を 寺 に 改め 、 相国 寺 の 末寺 と し て 創始 さ れ た の が 慈照 寺 で あ る 。 戦国 時代 ( 日本 ) 末期 に は 前関 白 近衛 前久 の 別荘 に も な っ た が 、 これ は 慈照 寺 の 歴代 住持 に 近衛 家 出身 者 が 多 かっ た こと に よ る 。 前久 の 死後 は 再び 相国 寺 の 末寺 と し て 再興 さ れ た 。 1952 年 3 月 29 日 に は 庭園 が 特別 史跡 及び 特別 名勝 に 指定 さ れ た 。 1994 年 12 月 17 日 に は 「 古都 京都 の 文化 財 」 と し て 世界 遺産 に 登録 さ れ て い る 。 銀閣 寺垣 慈照 寺 の 門 から 庭園 を 結 ぶ 入り 口 の 道 の 両側 の 垣根 は 銀閣 寺垣 ( ぎんかくじ が き ) と 呼 ば れ て い る 。 庭園 ( 特別 史跡 ・ 特別 名勝 ) 錦 鏡 池 ( きんきょうち ) を 中心 と する 池泉 回遊 式 庭園 。 「 苔寺 」 の 通称 で 知 ら れ る 西芳 寺 庭園 ( 夢窓 疎石 作庭 ) を 模 し て 造 ら れ た と さ れ る が 、 江戸 時代 に 改修 さ れ て お り 、 創建 当時 の 面影 は かなり 失 わ れ て い る と 言 わ れ る 。 「 銀沙 灘 」 ( ぎん しゃ だん ) 、 「 向月 台 」 と 称 さ れ る 2 つ の 砂盛り も 、 今 の よう な 形 に な っ た の は 江戸 時代 後期 と さ れ て い る 。 なお 、 東方 山麓 の 枯山 水庭園 は 1931 年 ( 昭和 6 年 ) に 発掘 さ れ た もの で 、 室町 時代 の 面影 を 残 す と さ れ て い る 。 東求堂 ( とうぐどう ) ( 国宝 ) 義政 の 持仏 堂 で 、 1486 年 ( 文明 18 年 ) の 建立 で あ る 。 東求 堂 の 名 は 横川 景三 の 撰 に よ る 。 池 に 面 し て 建て られ 、 大き さ は 3 間 半 四方 。 正面 左 は 方 2 間 の 仏間 、 右奥 は 義政 の 書斎 ( 同仁斎 と よ ば れ る ) で あ る 。 書斎 の 北側 に 設け られ た 付 書 院 と 違棚 は 現存 最古 の 座敷 飾り の 遺構 で あ り 、 書院 造 や 草庵 茶室 の 源流 と し て 、 日本 建築 史 上 貴重 な 遺構 で あ る 。 なお 、 創建 当時 は 現在 位置 より 南方 の 銀閣 に 近 い 位置 に 建て られ て い た と 推定 さ れ て い る 。 銀閣 ( 国宝 ) 銀閣 は 、 足利 義政 の 山荘 東山殿 に 造営 さ れ た 観音 殿 の こと で 、 義政 の 祖父 ・ 3 代 将軍 足利 義満 が 建て た 鹿苑 寺 と 対比 さ れ て 用い られ る 通称 で あ る 。 1489 年 ( 延徳 元年 ) に 上棟 さ れ た こと が わか っ て お り 、 同年 を さほど 隔て な い 頃 に 完成 し た と 思 わ れ る 。 重層 、 宝形 造 、 柿 ( こけら ) 葺 で 、 平面 は 長 方形 で 正面 8 . 2 m 、 奥行 7 . 0 m 。 初層 の 「 心空殿 」 は 住宅 風 、 上層 の 「 潮音 閣 」 は 方 3 間 ( 柱間 の 数 が 正面 ・ 側面 と も 3 つ ) の 禅宗 様 ( 唐様 ) の 仏堂 で あ る 。 書院 造 に つなが る 和風 の 住宅 風意匠 が 取り込 ま れ て お り 、 東山 文化 の 代表 的 建築 物 で あ る 。 鹿苑 寺 金閣 が 文字 どおり 金箔 を 貼 っ た 建物 で あ る の に 対 し 、 銀閣 に は 銀箔 を 貼 っ た 痕跡 は な い ( 2007 年 1 月 5 日 に は 科学 的 調査 に よ っ て 銀箔 が 全く 検出 さ れ な かっ た こと が 発表 さ れ た ) 。 慈照 寺 の 庭園 に は 多く の 名石 、 名木 が 配 さ れ 、 建材 に も 贅 を 尽く し て い る こと 、 当時 の 東山 文化 が 茶道 趣味 と 禅宗 文化 を 基調 に し た もの で あ っ た こと を 考え る と 、 当初 から 銀箔 を 貼 る 計画 は な かっ た 可能 性 が 高 い 。 「 当初 は 名前 の とおり 銀 を 貼 る 予定 だっ た が 、 幕府 の 財政 事情 の ため に でき な かっ た 」 と い う 説 や 、 「 銀箔 を 貼 る 予定 で あ っ た が 、 その 前 に 義政 が 他界 し て しま っ た 」 と い う 説 も あ る が 、 俗説 に 過ぎ な い 。 ちなみ に 、 義政 の 妻 日野 富子 は びた 一 文 た り とも 出 さ な かっ た と い う 話 が あ る 。 金閣 、 飛雲 閣 ( 西本願 寺 境内 ) と 併せ て 『 京 の 三 閣 』 と 呼 ば れ る 。 ( 所在 地 ) 京都 市 左京 区 銀閣 寺 町 ( アクセス ) 京都 市営 バス 銀閣 寺前 バス 停下 車 徒歩 6 分 、 京都 バス 、 京阪 バス 銀閣 寺道 バス 停下 車 徒歩 10 分 +鹿苑 寺 ( ろくおんじ ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 臨済 宗 相国 寺 派 の 寺院 。 寺名 は 足利 義満 の 法名 に ちな む 。 通称 金閣 寺 ( きん かく じ ) 、 山号 は 北山 ( ほくざん ) 。 1994 年 ( 平成 6 年 ) に 古都 京都 の 文化 財 と し て 世界 遺産 に 登録 さ れ た 。 中心 と な る 建築 物 で あ る 舎利殿 を 「 金閣 」 、 寺院 全体 を 「 金閣 寺 」 と 通称 する 。 この 地 に は 、 鎌倉 時代 の 1224 年 ( 元仁 元年 ) に 藤原 公経 ( 西園寺 公経 ) が 西園寺 を 建立 し 、 あわせ て 山荘 ( 「 北山 第 」 ) を 営 ん で い た 。 これ ら は 公経 の 子孫 で あ る 西園 寺 家 が 代々 所有 し て い た 。 同氏 は 代々 朝廷 と 鎌倉 幕府 と の 連絡 役 で あ る 関東 申次 を 務め て い た 。 しかし ながら 、 幕府 滅 亡 直後 に 当主 ・ 西園寺 公宗 が 後醍醐 天皇 を 西園寺 に 招待 し て 暗殺 し よ う と 企て た と い う 容疑 が かけ られ て 処刑 さ れ て しま い 、 西園 寺 家 の 膨大 な 所領 と 資産 は 没収 さ れ て しま う 。 この ため 、 西園寺 も 次第 に 修理 が 及 ば ず 荒れ て い っ た 。 1397 年 ( 応永 4 年 ) 、 足利 義満 が 河内 国 の 領地 と 交換 に 西園寺 を 譲り受け 、 改築 と 新築 に よ っ て 一新 し た 。 この 義満 の 北山 山荘 は 当時 「 北山 殿 」 、 また は 「 北山 第 」 と 呼 ば れ た 。 邸宅 と は 言え 、 その 規模 は 御所 に 匹敵 し 、 政治 中枢 の 全て が 集約 さ れ た 。 1394 年 ( 応永 元年 ) 、 義満 は 征夷 大将軍 を 子 の 足利 義持 に 譲 っ て い た が 、 実権 は 手放 さ ず 、 北山 殿 に あ っ て 政務 を 行 っ て い た 。 義満 の 死後 、 義持 に よ っ て 北山 殿 は 舎利殿 を 残 し て 解体 さ れ る が 、 義満 の 遺言 に よ り 禅寺 と さ れ 、 義満 の 法号 「 鹿苑 院 」 から 鹿苑 寺 と 名付け られ た 。 夢窓 疎石 を 勧請 開山 ( 名目 上 の 開山 ) と し て い る 。 応仁 の 乱 で は 、 西軍 の 陣 と な り 建築 物 の 多く が 焼失 し た 。 通称 「 金閣 寺 」 の 由来 と な っ た 金閣 は 、 漆地 に 金箔 を 押 し た 三 層 の 建物 で 正式 に は 舎利 殿 と 称 する ( 金箔 を 貼 る の は 二 ・ 三 層 のみ 。 ただし 最上 層 のみ と する 異説 も あ る ) 。 初層 ・ 二 層 ・ 三 層 の それぞれ に 異な る 様式 を 採用 し た 特異 な 建築 で あ る 。 初層 は 寝殿 造 風 で 「 法水 院 」 ( ほっ すいいん ) と 称 し 、 中央 に 宝冠 釈迦 如来像 、 向か っ て 左 に 法体 の 足利 義満像 を 安置 する ( 安置 仏像 を 「 阿弥陀 如来 」 と する 資料 も あ る ) 。 二層 は 住宅 風 ( 武家 造 ) の 「 潮音 洞 」 で 、 岩屋 観音 像 と 四 天王 像 を 安置 する 。 三 層 は 禅宗 様 の 仏殿 風 で 仏舎利 を 安置 し 「 究竟頂 」 ( くっきょうちょう ) と 称 する 。 屋根 は こけら 葺き で 上 に は 鳳凰 が 飾 ら れ て い る 。 鹿苑 寺 金閣 は 第 二 次 大戦 前 から ( 旧 ) 国宝 に 指定 さ れ て い た が 、 1950 年 ( 昭和 25 年 ) 、 学僧 ・ 林承 賢 ( 当時 21 歳 ) の 放火 に よ り 炎上 ( 金閣 寺 放火 事件 ) 。 林 は 寺 の 裏山 で 自殺 を 図 っ た 。 彼 の 母親 は 事情 聴取 の ため に 京都 に 呼 ば れ 、 その 帰り に 保津 峡 で 投身 自殺 。 建物 は 全焼 し 、 国宝 の 足利 義満像 も 焼失 し た 。 なお 、 屋上 に あ っ た 鳳凰 は 火災 以前 に 取り外 さ れ て い た ため 焼失 を まぬ がれ 、 現存 する 。 この 事件 は 三島 由紀夫 の 小説 『 金閣 寺 ( 小説 ) 』 、 水上 勉 の 小説 『 五番町 夕霧楼 』 ・ 『 金閣 炎上 』 の 題材 に も な っ て い る 。 現存 する 金閣 は 1955 年 ( 昭和 30 年 ) に 旧 建物 の 資料 を 基 に 再建 さ れ た もの で あ る 。 なお 、 最上 層 の 天井 板 は 「 楠天井 の 一 枚 板 」 で あ っ た と 伝え られ る が 、 それ は 誤り で あ り 、 複数 の 板 を 用い た 鏡 天井 で あ っ た 。 8 代将軍 足利 義政 は 祖父 の 義満 が 建て た 舎利殿 に なら い 、 造営 中 の 東山 山荘 に 観音 殿 ( 近世 以降 慈照 寺 と 通称 さ れ る ) を 建て た 。 銀閣 ( 慈照 寺 観音 殿 ) 、 飛雲 閣 ( 西本願 寺 ) と 併せ て 『 京 の 三 閣 』 と 呼 ば れ る 。 金閣 上記 の 「 金閣 ( 舎利殿 ) 」 の 項 を 参照 。 方丈 江戸 中期 の 建築 。 陸舟 ( りくしゅう ) の 松 方丈 北側 に あ る 足利 義満 手植え と 伝え られ る 松 。 京都 三松 の 一 つ 。 大 書院 江戸 中期 の 建築 。 伊藤 若冲 の 障壁 画 ( 襖絵 ) で 知 ら れ て い た が 、 保存 上 の 問題 から 承天 閣 美術 館 に 移管 さ れ ( 下記 文化 財 の 項 を 参照 ) 、 現在 は 加藤 東一 に よ っ て 「 淡墨 桜 図 」 「 大杉 図 」 「 日輪 図 」 「 月輪 図 」 「 鵜之 図 」 「 臥竜 梅図 」 「 千鳥 図 」 「 若竹 図 」 等 が 描 か れ て い る 。 銀河 泉 足利 義満 が お茶 の 水 に 使 っ た と 伝え られ る 泉 。 巌下水 足利 義満 が 手洗い に 用い た と 伝え られ る 泉 。 夕佳亭 ( せっか てい ) 金森 宗和 好み と 伝え られ る 茶室 。 主屋 は 、 寄棟 造 り 茅葺 で 、 三 畳 敷 の 席 に 勝手 と 土間 から 成 っ て い る 。 その 部屋 に 、 切妻 造 り 柿葺 で 二 畳 敷 の 鳳棲 楼 と 呼 ば れ る 上段 の 間 が 連な っ て い る 。 明治 初年 に 焼失 し た ため 、 現在 の 建物 は 1874 年 ( 明治 7 年 ) に 再建 さ れ た もの 。 1997 年 ( 平成 9 年 ) に も 解体 修理 を 行 っ て い る 。 なお 三 畳 敷 の 床柱 は 茶席 と し て は 珍し く 南天 の 木 が 用い られ て お り 、 殊 に よく 知 ら れ て い る 。 庭園 金閣 を 水面 に 映 す 鏡湖 池 を 中心 と する 池泉 回遊 式 庭園 で 、 国 の 特別 史跡 、 特別 名勝 に 指定 さ れ て い る 。 鏡湖池 に は 葦原島 、 鶴島 、 亀島 など の 島々 の ほか 、 畠山 石 、 赤松 石 、 細川 石 など の 奇岩 名石 が 数 多 く 配 さ れ て い る 。 重要 文化 財 絹本 著色 足利 義満像 ( 応永 十 五 年 六 月 足利 義 持賛 ) ・ 絹本 著色 足利 義満像 ( 義満 の 和歌 三 首 あり ) 絹本 著色 達磨 図 大書院 障 壁画   伊藤 若冲筆   宝暦 九 年 の 年記 が あ る 紙本 墨画 葡 萄 図 ( 葡萄 之間 ) ( 一之 間 ) 15 面 紙本 墨画 松鶴 図 ( 松鶴 之間 ) ( 二之 間 ) 8 面 紙本 墨画 芭 蕉 図 ( 芭蕉 之間 ) ( 三之 間 ) 12 面 紙本 墨画 鶏 及秋 海棠 図 ( 四之 間 ) 11 面 紙本 墨画 竹 図 ( 狭 屋 之 間 ) 4 面 木造 不動明 王 立像 ( 不動 堂 安置 ) ( 西園 寺 護摩 堂 旧 本尊 ) 子 元 祖元 高峰 顕日 問答 語 慈聖院 并寿寧 院 遺誡 伊藤 若冲 の 障壁 画 を はじめ 、 大 部分 の 指定 文化 財 は 本山 で あ る 相国 寺 が 管理 し て お り 、 承天 閣 美術 館 で 保管 さ れ て い る 。 鹿苑 寺 は 世界 遺産 ( 古都 京都 の 文化 財 ) に 登録 さ れ て お り 、 庭園 は 国 の 特別 史跡 、 特別 名勝 に 指定 さ れ て い る 。 ( 所在 地 ) 京都 市 北 区 金閣 寺 町 ( 交通 ) 京都 市営 バス 金閣 寺 前 また は 金閣 寺 道下 車 +神社 ( じんじゃ ) と は 、 神道 信仰 に 基づ い て 作 ら れ た 宗教 施設 。 戦前 に は いわゆる 「 国家 神道 」 の こと を 単に 「 神社 」 と 称 し た 。 教会 や モスク など の 礼拝 する ため の 礼拝 堂 や 教え を 広め る ため の 布教 所 と は 性格 が 異な る 。 現在 で は 参拝 用 の 施設 や 結婚 式 の 設備 など が 造 ら れ る こと も 多 い が 元来 は その 神社 の 場所 に 宿 る 神 を 祀 る 祭祀 施設 で あ る 。 また 場所 に よ っ て は 、 社殿 を 海上 ・ 山頂 ・ ビル の 屋上 など に 祀 る こと も あ る 。 神社 の 起源 は 、 磐座 ( いわくら ) や 神 の 住 む 場所 で あ る 禁足 地 ( 俗 に 神体 山 ) など で 行 わ れ た 祭事 の 際 に 臨時 に 建て た 神籬 ( ひもろぎ ) など の 祭壇 で あ り 、 元々 は 常設 の もの で は な かっ た 。 元来 は 沖縄 県 の 御嶽 ( 宗教 ) ( ウタキ ) の よう な もの だっ た と 考え られ る 。 古代 から 続 く 神社 で は 現在 も 本殿 を 持 た な い 神社 が あ り 、 磐座 や 禁足 地 の 山 や 島 など の 手前 に 拝殿 のみ を 建て て い る ところ も あ る ( 参考 : 大神 神社 、 石上 神宮 、 宗像 大社 ) 。 神社 に 社殿 が 設置 さ れ る よう に な る 過程 に は 仏教 寺院 の 影響 も あ る と さ れ る 。 神社 に は 常 に 神 が い る と さ れ る よう に な っ た の は 、 社殿 が 建て られ る よう に な っ て から と 言 わ れ て い る 。 神社 の 周り に は 鎮守 の 杜 と 呼 ば れ る 森林 が あ る の が 一般 的 で あ る ( 都市 部 など で な い こと も あ る ) 。 御 神木 と い わ れ る 名木 に は 、 注連 縄 を 結 ば れ て い る もの も あ る 。 神社 の 入口 に は 、 境内 と 俗界 の 境界 を 示 す 鳥居 が あ り 、 社殿 まで 参道 が 通じ る 。 参道 の そば に は 身 を 清め る ため の 手水舎 ( 手洗 所 ) 、 神社 を 管理 する 社務 所 など が あ る 。 大きな 神社 で は 神池 や 神橋 が あ る 場合 も あ る 。 社殿 は 一般 に 本殿 ( 神殿 ) ・ 拝殿 から な る 。 人々 が ふだん 参拝 する とき に 目 に する の は 拝殿 で 、 神体 が 安置 さ れ る 本殿 は 拝殿 の 奥 に あ る 。 本殿 と 拝殿 の 間 に 参詣 者 が 幣帛 を 供え る ため の 幣殿 が 設置 さ れ て い る こと も あ る 。 神社 の 敷地 ( 境内 ) に は 、 その 神社 の 祭神 に 関係 の あ る 神 や 元々 その 土地 に 祀 ら れ て い た 神 を 祀 る 摂社 や 、 それ 以外 の 神 を 祀 る 末社 が あ り 、 両者 を あわせ て 摂末 社 と 総称 する 。 境内 の 外 に 摂末 社 が あ る 場合 も あ り 、 それ は 境外 社 と 呼 ば れ る 。 また 、 神仏 習合 が 始ま る 奈良 時代 に は 神社 の 境内 に 神 を 供養 する 神宮寺 ( 別当 寺 、 宮寺 ) が 建て られ る よう に な っ た 。 それ 以後 、 神社 内 に 寺院 が 建て られ る こと も あ っ た が 、 明治 初期 の 明治 政府 に よ る 神仏 判然 令 ( 神仏 分離 令 ) に よ り 、 神社 と 寺院 は 分離 さ れ 、 神社 境内 に あ っ た 五重塔 や 仏堂 など は 撤去 さ れ 、 僧侶 と 神官 も 区別 さ れ た 。 鳴き竜 で 有名 な 日光 の 東照宮 本地堂 ( 輪王 寺 薬師 堂 ) は 、 東照宮 と 輪王 寺 の 間 で 帰属 が 争 わ れ て い る と い う 。 拝殿 神楽殿 舞殿 神社 建築 参照 門 鳥居 手水舎 ( 御手洗 ) 社務 所 摂末 社 玉垣 燈籠 狛犬 眷属 概ね 木造 の 日本 式 建築 で あ る が 、 鉄筋 コンクリート 造 が 増え て い る 。 前述 の よう に ビル の 中 に あ る 神社 も あ る の で 、 かならず 建物 が 日本 風 と い う わけ で は な い 。 ただし 、 御神体 が 安置 さ れ る 本殿 の 形 は 日本 式 建築 で あ る 。 神社 は 夜間 は 警備 の 目 が 行き届 か な い ところ も あ り 、 放火 事件 も 発生 し て い る 。 その ため 、 一部 の 神社 で は 警備 会社 と 契約 し て 機械 警備 を 行 っ て い る 。 防火 や 盗賊 除け の 神 様 が 鎮座 する 神社 に 警備 会社 の ステッカー が 貼 っ て あ る の を 見かけ る こと も 多 く な っ た 。 現在 は 包括 的 な 法 整備 に よ っ て 神道 は 宗教 法人 に 属 し て い る が 、 本来 の 姿 は 宗教 で は な く 、 自然 や 環境 の 保護 や 感謝 、 生 に 対 する 敬意 を 奉 る もの で あ る 。 その ため 、 神職 は 他 の 宗教 と 違 っ て 宗教 者 で は な く 、 あくまで も 神 に 対 する 奉仕 者 で あ る 。 神社 祭祀 の 担い手 は 神職 ( 神主 、 宮司 、 禰宜 、 権 禰宜 など ) と 呼 ば れ る 奉仕 者 だ が 、 仏教 や キリスト 教 など の 宗教 者 と 違 っ て 布教 的 性格 を も た な い の が 一般 的 で あ る 。 従来 、 小 規模 な 神社 で は 専属 の 神職 が い る こと は 少な く 、 氏神 が 神社 を 建て 、 交替 で 管理 し 、 神職 を 呼 ん で 祭祀 を 行 っ て い た 。 また 、 神宮寺 が あ っ た 場合 は 神宮寺 の 僧 が 管理 、 祭祀 を 行な っ て い た 。 現在 、 神職 に な る に は 、 一般 大学 に お い て 神道 を 専攻 し て 資格 を 取得 し た 後 、 卒業 し な けれ ば な ら な い 。 卒業 後 に 全国 の 神社 に お い て 研修 ( インターン 制度 ) が あ る ため 、 資格 を 取得 し て い て も 、 卒業 を し て い な けれ ば 神職 に は なれ な い 。 祭祀 対象 は 主に 神道 の 神 ( 神道 ) で あ り 、 日本 古来 の 神 に 属 さ な い 民俗 神 、 実在 の 人物 や 伝説 昔話 の 人物 、 仏教 の 神仏 や 道教 の 神 など の 外来 の 神 も 含 ま れ て い る 。 神社 の 名称 の 名付け られ 方 に は いく つ か 種類 が あ る 。 もっとも 一般 的 な の は 地名 で あ る 。 鹿島 神宮 ・ 八坂 神社 ・ 春日 神社 ・ 宗像 神社 ・ 日枝 神社 など は いずれ も そう で あ る 。 「 ~ 坐 神社 」 と い う の も あ る 。 また 祭神名 を 冠 する もの も 多 い 。 稲荷 神社 ・ 住吉 神社 ・ 八幡 神社 ・ 天満 宮 ・ 丹生 都 比売 神社 など が 挙げ られ る 。 ほか に 奉斎 する 氏族 の 名前 を 冠 する もの ( 倭文 神社 ) や 祭神 に 関連 する 語句 を 冠 する もの ( 平安 神宮 ・ 八重垣 神社 ) 、 神社 の 種別 を 表 す もの ( 招魂 社 ・ 祖霊 社 ) ・ 祭神 の 座数 に よ る もの ( 六 所 宮 ・ 四柱 神社 ) など が あ る 。 また 由来 の よく 分か ら な い 神社 名 も 少な く 無 い ( 浅間 神社 ) 。 稲荷 神社 や 八幡宮 など 全国 に 広 く 分布 する もの は 、 それ ら の 社名 に さらに 地名 を 冠 する こと が 多 い ( 伏見 稲荷 大社 ・ 函館 八 幡宮 ) 。 天満 宮 は 音読み で 、 八幡 宮 や 浅間 神社 は 音読み と 訓読み の 場合 が あ る 。 音読み で 社号 を 読 む の は 仏教 の 影響 で あ る 。 天満 宮 は その もと と な っ た 天満 天神 の 祭神名 自体 が 仏教 の 影響 を 受け て い る ため 、 漢語 の 社名 と な っ て い る 。 八幡宮 と 浅間 神社 は いずれ も 元来 は 「 やわた 」 「 あさま 」 と 訓読み し た もの で あ っ た が 、 神仏 習合 の もと 仏教 の 影響 で 、 音読み が 定着 する こと と な っ た 。 神社 名 に お い て 注意 す べ き 点 と し て 、 次 の こと が あ る 。 原則 と し て 全て の 神社 を 「 ~ 神社 」 ( 宮号 ・ 神宮 号 を 除 く ) と 称 する よう に な っ た の は 近代 に な っ て から 、 と い う こと で あ る 。 「 ~ 明神 」 や 「 ~ 権現 」 など と 神名 を も っ て 社号 と し て い た ところ や 、 もしくは 「 ~ 稲荷 」 「 ~ 八幡 」 と 「 神社 」 の 部分 が 省略 さ れ て い た ところ 、 「 ~ 社 」 と し て い た ところ など が あ っ た が 、 全て 原則 と し て 「 ~ 神社 」 と 称 する こと に な っ た の で あ る 。 これ を 権現 号 の 使用 禁止 と 関連 さ せ て 、 排仏 政策 に よ る もの だ と い う 指摘 も あ る が 、 それ より は むしろ 国家 管理 の 施設 と し て の 合理 化 に よ る もの と いえ る だ ろ う 。 終戦 まで 近代 に お い て は 神社 は いわば 国家 の 施設 で あ り 、 当然 法令 上 の 規則 が あ っ て 、 神社 と 認め られ る に は 備え る べ き 設備 や 財産 など の 条件 が あ り 、 それ 以外 は 「 神社 」 と は 認め られ な かっ た の で あ る 。 社 号 神社 の 中 で も 、 規模 の 大き い 神社 は 神宮 や 大社 と 呼 ば れ 、 有名 な 神 を 祭神 と する 場合 が 多 い 。 なお 、 天皇 や 皇室 祖 先神 を 祭神 と する 神社 を 神宮 と 呼 ぶ こと が 多 く 、 天皇 家 に つなが る 人物 ( 皇族 ) を 祭神 と する 神社 を 宮 と 呼 ぶ こと が 多 い 。 大社 は 前近代 に は 杵築 大社 ( 現 出雲 大社 ) ・ 熊野 大社 ( いずれ も 島根 県 ) しか 名乗 っ て い な い が 、 戦前 は 出雲 大社 のみ が 大社 を 名乗 っ て い た 。 戦後 は 旧 官幣 大社 ・ 国幣 大社 ・ 官幣 中社 の 神社 の 一部 が 大社 を 名乗 っ て い る 。 1945 年 以前 は 神宮 など を 名乗 る ため に は 勅許 など が 必要 だっ た が 、 現在 で は 政教 分離 原則 に よ り 国家 、 皇室 が 神社 に 直接 関与 し な く な っ た ため 、 特に 許可 を 受け な く て も 、 大社 、 神宮 を 名乗 る こと が でき る 。 現在 、 大社 を 名乗 っ て い る 神社 は 上記 の 二 社 の ほか 、 気多 大社 ( 石川 県 ) 、 諏訪 大社 ( 長野 県 ) 、 南宮 大社 ( 岐阜 県 ) 、 三嶋 大社 ・ 富士 山 本宮 浅間 大社 ( 静岡 県 ) 、 多度 大社 ( 三重 県 ) 、 日吉 大社 ・ 多賀 大社 ・ 建部 大社 ( 滋賀 県 ) 、 松尾 大社 ・ 伏見 稲荷 大社 ( 京都 府 ) 、 住吉 大社 ( 大阪 府 ) 、 春日 大社 ・ 龍田 大社 ・ 広瀬 大社 ( 奈良 県 ) 、 熊野 本宮 大社 ・ 熊野 速玉 大社 ・ 熊野 那智 大社 ( 和歌山 県 ) 、 宗像 大社 ・ 高良 大社 ( 福岡 県 ) など が あ る 。 また 、 梅宮 大社 ( 京都 府 ) や 大鳥 大社 ( 大阪 府 ) の よう に 表記 が 定ま っ て い な い もの も あ る 。 また 平野 神社 ( 京都 府 ) も かつて は 扁額 に 「 平野 大社 」 と 書 か れ て い た 。 戦後 に な っ て 新た に 神宮 を 名乗 る よう に な っ た 神社 に は 北海道 神宮 ( 旧札幌 神社 ・ 北海道 ) 、 伊弉諾 神宮 ( 兵庫 県 ) 、 英彦 山 神宮 ( 福岡 県 ) が あ る ( 京都 府 亀岡 市 の 元 官幣 中社 出雲 大 神宮 等 の 「 大 神宮 」 は 「 神宮 」 号 と は 異な る もの の 解 さ れ て い る ) 。 福岡 県 福岡 市 東 区 ( 福岡 市 ) の 香椎 宮 は いわゆる 神宮 で は な い が 、 最寄り 駅 が 香椎 神宮 駅 ( 香椎 線 ) と い う ため 、 誤解 さ れ る 例 も あ る 。 主な 信仰 多く の 神社 で は 、 有名 な 神社 から 祭神 を 勧請 ( かんじょう ) し て い る 。 勧請 と は 、 祭神 の 分霊 を 他 の 神社 に 招 い て 祀 る こと で あ る 。 ロウソク から ロウソク へ 灯 を うつ す よう に 、 神道 の 神 は 無限 に 分霊 する こと が でき 、 分霊 し て も 本来 の 神威 が 損な わ れ る こと が な い と さ れ て い る 。 勧請 し た 神社 は 、 その 祭神 に 応 じ た 名称 が つけ られ 、 同一 の 祭神 を 祀 る ( 同一 の 名称 の ) 神社 同士 は 系列 神社 と 呼 ば れ る 。 以下 に 主な 系列 神社 の 名称 と その 祭神 を 挙げ る 。 中 に は まれ ながら 神社 名 と 一般 的 な 祭神 が 一致 し な い 神社 も あ る 。 また 近代 に な っ て 新造 さ れ た 靖国 神社 ・ 招魂 社 ( 護国 神社 ) の よう な もの も あ る 。 +上 御 霊 神社 ( かみご りょう じんじゃ ) は 、 京都 市 上京 区 に あ る 神社 で あ る 。 旧 社格 は 府社 。 上 御 霊 神社 と い う 社名 は 下御 霊 神社 に 対応 する もの で 、 現在 は 宗教 法人 と し て の 正式 名 を 「 御靈 神社 」 と し て い る 。 祭神 現在 の 祭神 は 以下 の 八柱 で 、 「 八所 御 霊 」 と 称 さ れ る 。 崇道 天皇 ( 早良 親王 。 光仁 天皇 の 皇子 ) 井上内 親王 ( 光仁 天皇 の 皇后 ) 他戸 親王 ( 光仁 天皇 の 皇子 ) 藤原 大夫 神 ( 藤原 広嗣 ) 橘 大夫 ( 橘逸勢 ) 文 大夫 ( 文室 宮田 麻呂 ) 火雷 神 ( 以上 六 柱 の 荒魂 。 菅原 道真 と も ) 吉備 大臣 ( 吉備 真備 。 吉備 聖霊 と も い う ) 八所 御 霊 の 内容 に つ い て は 諸説 あ り 、 上記 の ほか 伊予 親 王 ( 桓武 天皇 の 御子 ) 、 藤原 夫人 ( 伊予 親 王 の 母 、 藤原 吉子 ) 、 観察 使 ( 藤原 仲成 か ) と さ れ る こと も あ る 。 相殿 に 小倉 実起 ・ 小倉 公連 ・ 中納 言典 待局 ・ 小倉 季判 、 若宮 に 和光 明神 ( 菅原 和子 ) を 配祀 する 。 これ ら の 諸神 は ( 吉備 真備 を 除 い て ) いずれ も 政争 に 巻き込 ま れ て 憤死 し た 人々 で 、 その 怨霊 を 慰め る ため に 創建 さ れ た の が 当社 で あ る 。 歴史 桓武 天皇 の 時代 、 各地 で 疫病 が 流行 し た 。 これ は 御 霊 信仰 の 祟り で あ る と し て 、 貞観 ( 日本 ) 5 年 ( 863 年 ) 5 月 20 日 、 平安 京 の 神泉 苑 で 御 霊 会 が 催 さ れ た 。 この 時 に 慰霊 さ れ た 御 霊 は 崇道 天皇 ・ 伊予 親 王 ・ 藤原 夫人 ・ 観察 使 ( 藤原 仲成 ) ・ 橘 逸勢 ・ 文屋 宮田 麿ら で あ っ た 。 この 御 霊 会 が 当社 および 下御 霊 神社 の 創祀 で あ る と し て い る 。 現在 の 下御 霊 神社 を 下出雲寺 御 霊堂 、 当社 は 上出雲寺 御 霊堂 と 称 し た 。 朝廷 の 篤 い 崇敬 を 受け 、 至徳 ( 日本 ) 元年 に は 正一 位 の 神階 を 授け られ た 。 室町 時代 の 文正 2 年 ( 1467 年 ) 1 月 18 日 、 失脚 し た 管領 の 畠山 政長 と 畠山 義就 と の 私闘 が 当社 境内 の 森 で 行 わ れ た 。 御 霊 合戦 は 翌年 勃発 の 応仁 の 乱 の 前哨 戦 と な り 、 応仁 の 乱発祥 の 地 と さ れ る 。 なお 、 延喜 式 神名帳 に 記載 さ れ る 出雲井於 神社 ( 式内 大社 ) や 出雲 高野 神社 ( 式内 小社 ) を 当社 に 比定 する 説 も あ る が 、 継続 性 は 不詳 で あ り 、 神社 側 の 由諸 で は これ ら の 式内 社 に つ い て 言及 し て い な い 。 祭事 例祭 の 御 霊祭 は 明治 まで は 8 月 18 日 ( 旧暦 ) に 行 わ れ て い た が 、 現在 で は 5 月 18 日 ( 新暦 ) に 行 わ れ て い る 。 御 霊祭 は 京都 ( 洛中 ) で 最も 古 い 祭り と 言 わ れ る 。 交通 最寄 駅 : 京都 市営 地下 鉄 烏丸 線 鞍馬口 駅 下車 、 徒歩 3 分 +仏堂 ( ぶつどう ) と は 、 仏教 寺院 に お い て 仏像 を 安置 し 、 礼拝 供養 する ため の 建物 で あ る 。 境内 以外 に 単独 で 建て られ た もの は 境外 仏堂 ( けい がい ぶつどう ) と い う こと が あ る 。 仏教 が 中国 に 伝来 し 、 寺院 が 建立 さ れ 始め た 紀元 前 2 世紀 に は 、 既に 寺院 を 構成 する 建物 と し て 仏舎利 を 祀 る 塔 と 共 に 仏堂 が 建立 さ れ て い た よう で あ る 。 以降 、 仏教 の 浸透 と 共 に 、 塔 が 伽藍 の 中心 から 周辺 部 へ と 次第 に 追いや ら れ て い く の に 対 し 、 仏像 を 祀 る 仏堂 は 寺院 に お い て 最 重要 な 建物 と な り 、 基本 的 に 寺院 の 中心 部 に 建立 さ れ る よう に な っ た 。 仏堂 は 1 つ の 寺院 内 に 多数 建立 さ れ る 場合 も 多 く 、 その 性格 、 寺院 内 で の 位置 、 安置 する 仏像 の 名称 など に よ っ て 、 「 金堂 」 ( こんどう ) 、 「 本堂 」 、 「 釈迦堂 」 、 「 薬師 堂 」 、 「 阿弥陀 堂 」 、 「 観音 堂 」 、 「 地蔵 堂 」 など さまざま な 名称 で 呼 ば れ る 。 日本 で は 一山 の 本尊 を 安置 する 、 寺院 の 中心 的 な 堂 を 指 し て 「 本堂 」 あるいは 「 金堂 」 と い う 場合 が 多 い 。 「 本堂 」 は 日本 の 仏教 寺院 の 中心 堂宇 と し て もっとも 一般 的 な 名称 で あ る 。 「 金堂 」 と い う 名称 は 、 奈良 時代 から 平安 時代 創建 の 寺院 で 多 く 使 わ れ て い る 。 なお 、 奈良 時代 創建 の 寺院 で も 、 新 薬師寺 、 西大寺 ( 奈良 市 ) の よう に 現在 は 「 本堂 」 と い う 名称 を 使用 し て い る ところ も あ る 。 また 、 室生 寺 、 当麻 寺 の よう に 「 金堂 」 と 「 本堂 」 が 別個 に 存在 する 寺院 も あ る 。 「 仏殿 」 と い う 名称 は 、 『 日本 書紀 』 に も 見え 、 仏堂 一般 を 指 す 語 と し て 用い られ る 場合 も あ る が 、 日本 で は 主 に 禅宗 寺院 の 本尊 ( 多く は 釈迦 如来 ) を 安置 する 堂 の 名称 と し て 使 わ れ て い る 。 ただし 、 泉涌 寺 の よう に 禅宗 以外 の 寺院 で も 「 仏殿 」 を 称 する ところ も あ る 。 また 、 禅宗 寺院 に お い て も 中心 堂宇 を 「 本堂 」 と 称 する 例 が あ り 、 特に 方丈 形式 の 建築 を 指 し て 「 本堂 」 と い う こと が 多 い 。 他 に 萬福 寺 の よう な 黄檗 宗 寺院 や 長崎 市 の 唐寺 など で は 、 大陸 風 の 「 大雄 宝殿 」 ( だい ゆうほうでん ) と い う 名称 を 用い る 場合 も あ る 。 +賀茂 御祖 神社 ( か もみおや じんじゃ ) は 、 京都 市 左京 区 に あ る 神社 で あ る 。 通称 下鴨 神社 ( しもが も じんじゃ ) 。 式内 社 、 山城 国 一宮 、 二十 二 社 の 一 社 で 、 旧 社格 は 官幣 大社 。 賀茂 別雷 神社 ( 上賀茂 神社 ) と とも に 古代 の 賀茂 氏 の 氏神 を 祀 る 神社 で あ り 、 賀茂 神社 ( 賀茂 社 ) と 総称 さ れ 、 両社 を も っ て 一 社 の よう な 扱い を さ れ て き た 。 賀茂 神社 両社 の 祭事 で あ る 賀茂 祭 ( 通称 葵祭 ) で 有名 で あ る 。 上賀茂 神社 の 祭神 で あ る 賀茂 別 雷命 の 母 の タマヨリビメ と 玉依 姫命 の 父 の 賀茂 建角 身命 を 祀 る こと から 「 賀茂 御祖 神社 」 と 呼 ば れ る 。 八 咫 烏 は 賀茂 建角 身命 の 化身 で あ る 。 付属 施設 に 糺 ( ただす ) の 森 、 みたら し 池 が あ る 。 京都 の 社寺 で も 最も 古 い 部類 に 入 る 。 社伝 で は 、 神武 天皇 の 御代 に 御 蔭山 に 祭神 が 降臨 し た と 伝え る 。 また 、 崇神 天皇 7 年 ( 紀元 前 90 年 ) に 神社 の 瑞垣 の 修造 が 行 わ れ た と の 記録 が あ り 、 この頃 の 創建 で は な い か と の 説 が あ る 。 一説 に は 、 天平 の ころ に 上賀茂 神社 から 分置 さ れ た と も さ れ る 。 上賀茂 神社 と とも に 奈良 時代 以前 から 朝廷 の 崇敬 を 受け た 。 平安 遷都 の 後 は より 一層 の 崇敬 を 受け る よう に な り 、 大同 2 年 ( 80 7 年 ) に は 最高 位 で あ る 正一 位 の 神階 を 受け 、 賀茂 祭 は 勅祭 と さ れ た 。 延喜 式 神名 帳 で は 名神 大社 に 列 し 、 名神 ・ 月次 ・ 相嘗 ・ 新嘗 の 各祭 の 幣帛 に 預る と 記載 さ れ て い る 。 弘仁 元年 ( 810 年 ) 以降 約 400 年 に わた り 、 斎院 が 置 か れ 皇女 が 斎王 と し て 賀茂 社 に 奉仕 し た 。 1 月 15 日 : 御 粥 祭 5 月 3 日 : 流鏑馬 神事 5 月 12 日 : 御蔭 祭 5 月 15 日 : 葵祭 河合 神社 ( 式内 社 ( 名神 大 ) 「 鴨川 合 坐 小社宅 神社 」 。 鴨 長明 ゆかり の 社 ) 六 社 任 部 社 三井 社 出雲井於 神社 ( 式内 社 ) 岩本社 橋本社 三井 神社 ( 式内 社 ( 名神 大 ) ) 諏訪社 小杜 社 白鬚 社 賀茂 波爾 神社 稲荷 社 御蔭 神社 日吉 神社 貴布祢 神社 印璽 社 言社 井上 社 相生 社 愛宕 社 稲荷 社 祓 社 印納 社 沢田 社 河崎 社 賀茂 斎院 歴代斎王 神霊 社 国宝 賀茂 御祖 神社 東本殿 賀茂 御祖 神社 西 本殿 重要 文化 財 賀茂 御祖 神社 祝詞舎 賀茂 御祖 神社 幣殿 賀茂 御祖 神社 東西廊 ( 2 棟 ) 賀茂 御祖 神社 東西 御料 屋 ( 2 棟 ) 賀茂 御祖 神社 叉 蔵 賀茂 御祖 神社 四 脚 中門 賀茂 御祖 神社 東西 楽屋 ( 2 棟 ) 賀茂 御祖 神社 中門 東西 廻廊 ( 2 棟 ) 賀茂 御祖 神社 預屋 賀茂 御祖 神社 西 唐門 賀茂 御祖 神社 舞殿 賀茂 御祖 神社 神服 殿 賀茂 御祖 神社 橋 殿 賀茂 御祖 神社 細殿 賀茂 御祖 神社 供 御所 賀茂 御祖 神社 大炊 所 賀茂 御祖 神社 楼門 賀茂 御祖 神社 楼門 東西 廻廊 ( 2 棟 ) 賀茂 御祖 神社 摂社 出雲井於 神社 本殿 賀茂 御祖 神社 摂社 三井 神社 本殿 ( 3 棟 ) 賀茂 御祖 神社 摂社 三井 神社 拝殿 賀茂 御祖 神社 摂社 三井 神社 棟門 賀茂 御祖 神社 摂社 三井 神社 東西 廊下 ( 2 棟 ) 以下 は 「 附 ( つけたり ) 」 指定 物件 本社 の 附 末 社 印璽 社 本殿 末社 一言 社 本殿 ( 2 棟 ) 末 社 二 言 社 本殿 ( 2 棟 ) 末社 三 言 社 本殿 ( 3 棟 ) 透塀 摂社 出雲井於 神社 の 附 岩本 社 本殿 橋本 社 本殿 摂社 三井 神社 の 附 三井 神社 末 社 本殿 ( 諏訪 社 、 小杜社 、 白鬚 社 ) ( 3 棟 ) 蹴鞠 はじめ ( 毎年 1 月 4 日 ) 奉納 演武 ( 毎年 5 月 4 日 ・ 下鴨 神社 主催 、 日本 古 武道 振興 会 共催 ) 下鴨 納涼 古本 まつり ( 8 月 中旬 ・ 京都 古書 研究 会 主催 ) 「 鴨社 御 本宮之絵 図 」 「 鴨社 古 図 」 名所 ・ 旧 跡 世界 遺産 : 文化 遺産 「 古都 京都 の 文化 財 」 国 指定 史跡 「 賀茂 御祖 神社 境内 」 最寄 駅 : 京阪 電気 鉄道 出町 柳 駅 駐車 場 : 有り <> は 関連 事項 927 年 ( 延長 ( 元号 ) 5 年 ) 12 月 26 日 : < 延喜 式 完成 。 > 967 年 ( 康保 4 年 ) 7 月 9 日 : < 延喜 式 施行 。 > 18 71 年 5 月 14 日 ( 明治 4 年 ) : < 社格 制度 制定 > +賀茂 別雷 神社 ( か も わけいかづち じんじゃ ) は 、 京都 市 北 区 ( 京都 市 ) に あ る 神社 で あ る 。 通称 上賀茂 神社 ( かみが も じんじゃ ) 。 式内 社 、 山城 国 一宮 、 二十 二 社 の 一 社 で 、 旧 社格 は 官幣 大社 。 賀茂 御祖 神社 ( 下鴨 神社 ) と とも に 古代 の 賀茂 氏 の 氏神 を 祀 る 神社 で あ り 、 賀茂 神社 ( 賀茂 社 ) と 総称 さ れ る 。 賀茂 神社 両社 の 祭事 で あ る 葵祭 で 有名 で あ る 。 賀茂 氏 の 祖神 で あ る 賀茂 別 雷命 ( か も わけ み かづ ち の みこと ) を 祀 る 。 「 別雷 」 は 「 若雷 」 の 意味 で 、 若々し い 力 に 満ち た 雷 ( 神鳴り ) の 神 と い う 意味 で あ る 。 付属 施設 : 西村 家 別 邸 創建 に つ い て は 諸説 あ る 。 社伝 で は 、 神武 天皇 の 御代 に 賀茂 山 の 麓 の 御 阿礼 所 に 賀茂 別 雷命 が 降臨 し た と 伝え る 。 『 山城 国 風土 記 』 逸文 で は 、 タマヨリビメ ( たまより ひめ ) が 加茂川 の 川上 から 流れ て き た 丹 塗矢 を 床 に 置 い た ところ 懐妊 し 、 それ で 生まれ た の が 賀茂 別 雷命 で 、 兄玉 依日古 ( あに たま より ひこ ) の 子孫 で あ る 賀茂 県主 の 一族 が これ を 奉斎 し た と 伝え る 。 丹 塗矢 の 正体 は 、 乙訓 神社 の 火雷 神 と も 大山 咋神 と も い う 。 玉依 日売 と その 父 の 賀茂 建角 身命 は 下鴨 神社 に 祀 ら れ て い る 。 六 国史 で は 、 文武 天皇 2 年 ( 698 年 ) 3 月 21 日 、 賀茂 祭 の 日 の 騎射 を 禁 じ た と い う 記事 が 初出 で 、 他 に も 天平 勝宝 2 年 ( 750 年 ) に 御戸 代田 一町 が 寄進 さ れ る など 、 朝廷 から の 崇敬 を 受け て き た こと が わか る 。 794 年 の 平安 京 遷都 の 後 は 王城 鎮護 の 神社 と し て より 一層 の 崇敬 を 受け 、 大同 2 年 ( 80 7 年 ) に は 最高 位 で あ る 正一 位 の 神階 を 受け 、 賀茂 祭 は 勅祭 と さ れ た 。 延喜 式 神名 帳 で は 名神 大社 に 列 し 、 名神祭 ・ 月次 祭 ・ 相嘗 祭 ・ 新嘗 祭 の 各祭 の 幣帛 に 預る と 記載 さ れ て い る 。 弘仁 元年 ( 810 年 ) 以降 約 400 年 に わた っ て 、 伊勢 神宮 の 斎宮 に なら っ た 斎院 が 置 か れ 、 皇女 が 斎王 と し て 奉仕 し た 。 明治 の 近代 社格 制度 で も 、 官幣 大社 の 筆頭 と い う 、 伊勢 神宮 の 次位 の 神社 と さ れ 、 明治 16 年 に は 勅祭 社 に 定め られ た 。 1 月 16 日 : 武射 神事 5 月 5 日 : 競馬 会 神事 5 月 12 日 : 御 阿礼 神事 5 月 15 日 : 葵祭 9 月 9 日 : 烏 相 撲 11 月 13 日 : 相嘗 祭 片山 御子 神社 ( 式内 社 。 玉依 比 売命 ) 新宮 神社 ( 高龗 神 ) 大田 神社 ( 式内 社 。 天鈿 女命 ) 若宮 神社 ( 若宮 神 ) 奈良 神社 ( 奈良 刀 自神 ) 賀茂 山口 神社 ( 式内 社 。 御 歳 神 ) 久我 神社 ( 式内 社 。 賀茂 建角 身命 ) 須波 神社 ( 式内 社 。 阿須波 神 、 波比 祇神 、 生井 神 、 福井 神 、 綱長 井 神 ) 棚尾 社 ( 櫛石 窓神 、 豊石 窓神 ) 川尾社 ( 罔象 女神 ) 橋本社 ( 衣通 姫神 ) 岩本社 ( 底筒 男神 、 中筒 男神 、 表筒 男神 ) 山尾 社 ( 大山 津 見神 ) 土師 尾 社 ( 建玉 依 比 古命 ) 杉尾 社 ( 杉尾 神 ) 山森 社 ( 素盞 嗚神 、 稲田 姫命 、 田心 姫命 ) 梶田 社 ( 瀬織津 姫神 ) 白鬚 社 ( 猿田彦神 ) 百 大夫 社 ( 船玉 神 ) 鎮守 社 ( 大国 主神 、 少彦 名神 ) 福徳 社 ( 福徳 神 ) 藤木社 ( 瀬織津 姫神 ) 小森 社 ( 水分 神 ) 半木 社 ( 天太 玉 命 ) 国宝 賀茂 別雷 神社 本殿 ( 1863 年 建造 ) 賀茂 別雷 神社 権殿 ( 1863 年 建造 ) 重要 文化 財 賀茂 別雷 神社 本殿 権殿 取合廊 ( 1863 年 頃 建造 ) 賀茂 別雷 神社 本殿 東渡廊 取合廊 ( 1863 年 頃 建造 ) 賀茂 別雷 神社 西 渡廊 ( 1628 年 建造 ) 賀茂 別雷 神社 透廊 ( 1628 年 建造 ) 賀茂 別雷 神社 渡廊 ( 1628 年 建造 ) 賀茂 別雷 神社 祝詞舎 ( 1628 年 建造 ) 賀茂 別雷 神社 塀 中門 ( 1628 年 頃 建造 ) 賀茂 別雷 神社 摂 社 若宮 神社 本殿 ( 1628 年 建造 ) 賀茂 別雷 神社 東渡廊 ( 1628 年 建造 ) 賀茂 別雷 神社 四 脚 中門 ( 1628 年 建造 ) 賀茂 別雷 神社 御籍 屋 ( 1628 年 建造 ) 賀茂 別雷 神社 神宝庫 ( 1628 年 建造 ) 賀茂 別雷 神社 唐門 ( 1628 年 頃 建造 ) 賀茂 別雷 神社 東 御 供所 ( 1628 年 頃 建造 ) 賀茂 別雷 神社 直会 所 ( 1628 年 頃 建造 ) 賀茂 別雷 神社 楽所 及び 西 御 供所 」 ( 1628 年 頃 建造 ) 賀茂 別雷 神社 幣殿 ( 1628 年 建造 ) 賀茂 別雷 神社 忌子殿 ( 1628 年 頃 建造 ) 賀茂 別雷 神社幣殿 忌子 殿 取合廊 ( 1628 年 頃 建造 ) 賀茂 別雷 神社 高倉殿 ( 1628 年 頃 建造 ) 賀茂 別雷 神社 楼門 ( 1628 年 建造 ) 賀茂 別雷 神社 廻廊 ( 2 棟 ) ( 1628 年 頃 建造 ) 賀茂 別雷 神社 摂 社 新宮 神社 本殿 及び 拝殿 ( 2 棟 ) ( 1628 年 建造 ) 賀茂 別雷 神社 摂 社 片岡 神社 本殿 及び 拝殿 ( 2 棟 ) ( 1628 年 建造 ) 賀茂 別雷 神社 片岡橋 ( 明治 初年 建造 「 谷重雄 」 ) 賀茂 別雷 神社 拝殿 ( 細殿 ) ( 1628 年 建造 ) 賀茂 別雷 神社 舞殿 ( 橋殿 ) ( 1863 年 建造 ) 賀茂 別雷 神社 土屋 ( 到着 殿 ) ( 1628 年 建造 ) 賀茂 別雷 神社 楽屋 ( 1628 年 建造 ) 賀茂 別雷 神社 外幣殿 ( 1628 年 建造 ) 賀茂 別雷 神社 北神饌 所 ( 庁屋 ) ( 奈良 神社 拝殿 付属 ) ( 1628 年 建造 ) ( 以下 は 「 附 ( つけたり ) 」 指定 物件 ) 末社 棚尾 社本殿 摂社 須波 神社 本殿 玉橋 末社 杉尾 社本殿 末 社 土 師尾 社本殿 重要 文化 財 賀茂 神主 経久 記 賀茂 別雷 神社 文書 13,639 通 賀茂 祢宜 神主 系 図 ( 凡例 並 目録共 ) ( (財) 賀茂 県 主 同 族 会所有 ) 立砂 - 細殿 前 の 円錐 状 の 二 つ の 砂 の 山 は 御神体 で あ る 神山 を 模 し た もの で あ り 立砂 ( たてずな ) と い う 。 鬼門 に ま く 清め の 砂 の 起源 と さ れ る 。 世界 遺産 : 文化 遺産 「 古都 京都 の 文化 財 」 国 指定 史跡 「 賀茂 別雷 神社 境内 」 国 天然 記念 物 「 大田沢 かきつばた 群 」 市 指定 史跡 「 久我 神社 境内 」 最寄 駅 : 京都 市営 地下 鉄 北山 駅 ( 京都 府 ) 京都 市営 バス : 上賀茂 御 園 橋 ( 賀茂川 対岸 ) 、 上賀茂 神社 前 ( 神社 敷地 内 、 同地 に は 市 バス の 操車 場 が 有 る ) 京都 バス : 上賀茂 神社 前 駐車 場 : 有り <> は 関連 事項 927 年 ( 延長 ( 元号 ) 5 年 ) 12 月 26 日 : < 延喜 式 完成 。 > 967 年 ( 康保 4 年 ) 7 月 9 日 : < 延喜 式 施行 。 > 18 71 年 ( 明治 4 年 ) 5 月 14 日 : < 社格 制度 制定 > +賀茂 神社 ( かも じんじゃ ) と は 、 京都 府 京都 市 に あ る 賀茂 別雷 神社 ( 上賀茂 神社 ) と 賀茂 御祖 神社 ( 下鴨 神社 ) の 2 つ の 神社 の 総称 で あ る 。 古代 の 賀茂 氏 の 氏神 を 祀 る 神社 で 、 古く は 「 賀茂 大神 」 と も 呼称 し た 。 両社 の 祭事 で あ る 葵祭 は 特に 有名 で あ る 。 また 、 この 賀茂 神社 から 勧請 を 受け た 、 「 加茂 神社 」 ・ 「 賀茂 神社 」 ・ 「 鴨神社 」 など と い っ た 神社 が 日本 各地 に 約 300 社 あ る 。 +霊山 寺 ( りょうぜん じ 、 りょうせん じ 、 れいざんじ ) は 仏教 寺院 の 名称 。 各地 に 同名 の 寺院 が あ り 、 著名 な もの と し て 以下 の もの が あ る 。 霊山 寺 ( 下仁田 町 ) ( りょうぜんじ ) - 群馬 県 甘楽 郡 下仁田 町 に あ る 天台 宗 の 寺院 で 山号 は 松露 山 。 霊山 寺 ( 東京 都 墨田 区 ) ( れいざんじ ) - 東京 都 墨田 区 に あ る 浄土 宗 の 寺院 。 霊山 寺 ( 静岡 市 ) ( れいざんじ ) - 静岡 県 静岡 市 清水 区 に あ る 真言 宗 古義派 ・ 新義 派 の 寺院 。 仁王 門 は 重要 文化 財 。 霊山 寺 ( 富山 市 ) - 富山 県 富山 市 に あ る 浄土 真宗 本願 寺 派 の 寺院 。 霊山 寺 ( 奈良 市 ) ( りょうせんじ ) - 奈良 県 奈良 市 に あ る 霊山 寺 真言宗 の 大 本山 。 霊山 寺 ( 高槻 市 ) - 大阪 府 高槻 市 に あ る 寺院 。 摂津 国 八十 八 箇所 第 49 番 。 霊山 寺 ( 鳴門 市 ) ( りょうぜんじ ) - 徳島 県 鳴門 市 に あ る 真言 宗 の 寺院 で 山号 は 竺和山 。 四国 八十 八 箇所 第 1 番 札 所 。 霊山 寺 ( 大分 市 ) ( りょうぜんじ ) - 大分 県 大分 市 の 霊山 ( 大分 県 ) 中腹 に あ る 天台 宗 の 寺院 で 山号 は 飛来山 。 日向 薬師 - 神奈川 県 伊勢原 市 に あ る 真言 宗 の 寺院 で 山号 は 日向山 。 かつて は 日向山 霊山 寺 と 呼 ば れ た 。 +神宮 ( じんぐう ) は 、 伊勢 神宮 ( 三重 県 伊勢 市 ) の 正式 名称 。 また は ○ ○ 神宮 と 名乗 る 神社 の こと 。 日本 書紀 に お い て は 、 伊勢 神宮 と 石上 神宮 のみ が 「 神宮 」 と 記載 さ れ て い た 。 その 後 、 平安 時代 に 成立 し た 延喜 式 神名 帳 に お い て は 、 石上 神宮 に 代わ り 鹿島 神宮 と 香取 神宮 が 「 神宮 」 と 記載 さ れ 、 江戸 時代 まで 「 神宮 」 を 社号 と する 神社 は 、 この 3 社 のみ で あ っ た ( 神宮 待遇 と し て は 、 伊勢 神宮 と 同じく 王権 直属 で あ り 、 式年 遷宮 を 行 っ て い る 住吉 大社 が あ っ た ) 。 明治 以降 、 皇室 の 祖先 神 ・ 天皇 や 大和 平定 に 功績 の あ る 特定 の 神 が 祭神 で あ る 神社 の いく つ か に つ い て 、 社号 の 「 神社 」 を 「 神宮 」 に 改め た 。 第 二 次 世界 大戦 終戦 まで は 、 「 神宮 」 の 社号 を 名乗 る ため に は 勅許 が 必要 で あ っ た 。 戦後 は 神社 の 国家 管理 は 廃止 さ れ た が 、 今 なお 「 神宮 」 を 名乗 る 神社 は 特別 の 由緒 を 持 つ もの に 限 ら れ て い る 。 戦後 に 「 神宮 」 に 改称 し た の は 3 社 のみ で 、 いずれ も 神社 本庁 の 特別 な 承認 を 受け て 改称 し た もの で あ る 。 ( 北海道 神宮 ( 旧札幌 神社 ・ 北海道 ) 、 伊弉諾 神宮 ( 兵庫 県 ) 、 英彦 山 神宮 ( 福岡 県 ) の 3 社 ) なお 、 伊勢 神宮 ( 皇大 神宮 ) の 祭神 天照 大神 を 分霊 し 「 大神宮 」 「 皇大 神宮 」 と 名乗 る 神社 は 全国 各地 に あ る が 、 これ ら は 「 神宮 」 の 社号 と は 異な る もの と 解 さ れ て い る 。 神社 の 名称 も 参照 。 神宮 の 一覧 三 大 神宮 上記 の 神宮 の うち 代表 的 な 3 つ を も っ て 三 大 神宮 また は 三 神宮 と 呼 ぶ こと が あ る 。 ただし 、 神社 神道 の 本宗 で あ る 伊勢 神宮 は 確定 し て い る が 、 残り の 2 つ に つ い て は 以下 の 3 つ の 説 が あ る 。 1 つ 目 は 、 江戸 時代 以前 から 「 神宮 」 を 名乗 っ て い た 伊勢 神宮 ・ 鹿島 神宮 ・ 香取 神宮 と する もの で あ る 。 2 つ 目 ・ 3 つ 目 は 、 天皇 家 に 縁 の 深 い 神宮 を 選 ん だ もの で 、 三 種 の 神器 を 神体 と する 伊勢 神宮 と 熱田 神宮 と 、 後 は 歴史 は な い が 平安 神宮 か 明治 神宮 。 ただ 、 神宮 は そもそも 伊勢 神宮 の こと で あ り 、 伊勢 神宮 と 他 の もの を 並列 に する こと は でき な い 。 +大社 ( たいしゃ ) と は 大きな 神社 、 また は 平安 時代 初期 の 延喜 式 神名帳 に 式内 大社 と し て 列格 さ れ る 492 の 神社 、 また は ~ 大社 と 名乗 る 神社 の こと 。 かつて は 単に 大社 ( おおや しろ ) と い え ば 一般 的 に は 出雲 大社 ( 島根 県 出雲 市 ) の こと を 指 す 。 戦後 、 旧 官幣 大社 や 旧 国幣 大社 など 大社格 の 神社 で 大社 を 名乗 っ た ところ が 多 い 。 以下 に 例 を 示 す 。 大社 の 一覧 戦前 ・ 前 近代 戦後 ・ 政教 分離 後 ( 注 1 ) 「 旧 神社 名 」 と は 、 近代 社格 制度 下 に おけ る 神社 名 ( 注 2 ) 「 所在 地 」 は 現在 の 地名 で 表記 現在 表記 未定 ( 両 神社 と も 旧 官幣 大社 ) 氷川 神社 - ( 埼玉 県 さいたま 市 大宮 区 )   授与 品袋 に は 氷川 大社 の 表記 平野 神社 - ( 京都 府 京都 市 北 区 ( 京都 市 ) )   かつて 鳥居 の 扁額 に 平野 大社 の 表記 が あ っ た +相国 寺 ( しょうこくじ ) は 、 京都 市 上京 区 に あ る 臨済 宗 相国 寺 派 大 本山 の 寺院 。 山号 を 万年山 と 称 し 、 詳し く は 「 万年 山 相 国 承 天禅 寺 」 と 称 する 。 本尊 は 釈迦 如来 、 開基 ( 創立 者 ) は 足利 義満 、 開山 は 夢窓 疎石 で あ る 。 足利 将軍 家 や 伏見 宮家 ゆかり の 禅寺 で あ り 、 京都 五 山 の 第 2 位 に 列 せ られ て い る 。 相国 寺 は 五山 文学 の 中心 地 で あ り 、 画僧 周文 や 雪舟 は 相国 寺 の 出身 で あ る 。 また 、 京都 の 観光 名所 と し て 著名 な 金閣 寺 ( 鹿苑 寺 ) 、 銀閣 寺 ( 慈照 寺 ) は 、 相国 寺 の 境外 塔頭 ( けい がい たっちゅう ) で あ る 。 室町 幕府 3 代 将軍 足利 義満 は 、 いわゆる 「 花 の 御所 」 の 隣接 地 に 一大 禅宗 伽藍 を 建立 する こと を 永徳 2 年 ( 1382 年 ) に 発願 。 竣工 し た の は 10 年 後 の 明徳 3 年 ( 1392 年 ) で あ っ た 。 義満 は 、 禅 の 師 で あ っ た 天龍 寺 の 春屋 妙葩 ( しゅん おく みょう は 、 1311 - 1 3 88 ) に 開山 ( 初代 住職 ) と な る こと を 要請 し た が 、 春屋 は これ を 固辞 。 春屋 の 伯父 で あ り 師 で あ る 高僧 ・ 夢窓 疎石 ( 127 5 - 1 3 51 ) を 開山 と する なら 、 自分 は 喜 ん で 第 2 世 住職 に な る 、 と い う 条件 で ようやく 引き受け た 。 足利 義満 が 伽藍 建立 を 発願 する 30 年 以上 前 に 死去 し て い る 夢窓 疎石 が 開山 と さ れ て い る の は 、 この よう な 事情 に よ る 。 春屋 妙葩 も 相国 寺 伽藍 の 完成 を 見 ず に 嘉慶 ( 日本 ) 2 年 ( 1388 年 ) 没 し て い る 。 相国 寺 は 京都 最大 の 禅宗 寺院 の ひと つ と し て 、 また 五山 文学 の 中心 地 と し て 栄え た が 、 たびたび 火災 に 見舞 わ れ た 。 伽藍 完成 から 2 年 後 の 応永 元年 ( 1394 年 ) に 全焼 。 義満 に よ る 七重 大塔 も 数 年 で 焼失 し た が 七重 大塔 は 高 さ 10 6 m を 誇 り 、 1929 年 の 依佐 美 送信 所 鉄塔 ( 250 m ) 竣工 まで 約 530 年間 高 さ 歴代 日本 一 の 記録 は 破 ら れ な かっ た 。 足利 義満 没後 の 応永 32 年 ( 1425 年 ) に 再度 全焼 し て い る 。 応仁 元年 ( 1467 年 ) に は 相国 寺 が 応仁 の 乱 の 細川 方 の 陣地 と な っ た あおり で 焼失 。 天文 ( 元号 ) 20 年 ( 1551 年 ) に も 管領 細川 家 と 三好 家 の 争い に 巻き込 ま れ て 焼失 。 ここ まで で 都合 4 回 焼失 し て い る 。 天正 12 年 ( 1584 年 ) 、 相国 寺 の 中興 の 祖 と さ れ る 西笑 承兌 ( せいしょう じょうたい ) が 住職 と な り 、 復興 を 進め た 。 現存 する 法堂 ( はっとう ) は この 時期 に 建立 さ れ た もの で あ る 。 その 後 も 元和 ( 日本 ) 6 年 ( 1620 年 ) に 火災 が あ り 、 天明 8 年 ( 1788 年 ) の 「 天明 の 大火 」 で 法堂 以外 の ほとんど の 堂宇 を 焼失 し た 。 現存 の 伽藍 の 大 部分 は 19 世紀 はじめ の 文化 ( 元号 ) 年間 の 再建 で あ る 。 境内 は 京都 御所 の 真北 に 位置 し 、 同志社 大学 に 隣接 し て い る 。 最盛 期 に は 東 は 寺町 通り 、 西 は 大宮 通り 、 南 は 一条 通り 、 北 は 上御 霊 神社 と の 境 まで が 相国 寺 の 寺域 で あ っ た 。 応仁 の 乱 に よ る 焼失 後 、 三門 と 仏殿 は 再建 さ れ る こと な く 、 近世 以降 は 法堂 ( はっとう ) が 仏殿 ( 本尊 を 安置 する 堂 ) を 兼ね て い る 。 法堂 ( はっとう 、 重文 ) - 「 無畏堂 」 と も い い 慶長 10 年 ( 160 5 年 ) 、 豊臣 秀頼 の 寄進 に よ り 再建 さ れ た 。 日本 に あ る 法堂 建築 と し て は 最古 の もの で あ る 。 天井 の 龍 の 絵 は 狩野 光信 に よ る 。 特定 の 場所 で 手 を 打 つ と 反響 する ため 鳴き龍 と 呼 ば れ る 。 開山 塔 ( 開山 堂 ) - 開山 夢窓 疎石 の 像 を 祀 る 堂 で 、 桃園 天皇 の 皇后 ・ 恭礼 門院 の 御殿 を 文化 4 年 ( 180 7 年 ) に 移築 し た もの 。 方丈- 文化 4 年 ( 180 7 年 ) の 再建 。 庫 裏 ( くり ) - 同じく 文化 4 年 ( 180 7 年 ) の 再建 。 承天 閣 美術 館 - 相国 寺 と 関連 寺院 ( 金閣 寺 など ) の 文化 財 を 収蔵 展示 する 施設 で 、 1984 年 に 開館 し た 。 宣明 ( 浴室 ) - 140 0 年 頃 創建 、 現在 の もの は 慶長 4 年 ( 1596 年 ) の 再建 。 サウナ を し ながら ひしゃく で 湯 を かけ て 入浴 を 行 っ た と さ れ る 。 文化 財 無学祖元 墨蹟 与 長楽 寺 一翁 偈語   弘安 二 年 十 一 月 一 日 本堂 ( 法堂 ) 附玄関 廊 紙本 墨画 猿 猴 竹林 図   長谷川 等伯筆   六 曲 屏 風 絹本 著色 十 六 羅 漢像   陸信 忠筆   16 幅 絹本 著色 鳴 鶴図   文正筆   2 幅 絹本 墨画 淡彩 鳳 凰図   林良筆 紙本 墨画 山 水図   絶海 中津 の 賛 あ り 子 元 祖元 高峰 顕日 問答 語 十 牛 頌 ( 伝絶 海 中津 筆 ) 10 幅 明主勅 書 異国 通船 朱 印状 普広 院 旧 基封 境 図 京都 市営 地下 鉄 烏丸 線 今出川 駅 下車 、 徒歩 5 分 +大徳 寺 ( だいとくじ ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) 紫野 大徳 寺町 に あ る 禅宗 寺院 で 、 臨済 宗 大徳 寺 派 大 本山 で あ る 。 山号 を 龍宝山 と 称 する 。 本尊 は 釈迦 如来 、 開基 ( 創立 者 ) は 大燈 国師 宗峰 妙超 ( しゅう ほうみょうちょう ) で 、 正中 ( 元号 ) 2 年 ( 1325 年 ) に 正式 に 創立 さ れ て い る 。 京都 で も 有数 の 規模 を 有 する 禅宗 寺院 で 、 境内 に は 仏殿 、 法堂 ( はっとう ) を はじめ と する 中心 伽藍 の ほか 、 20 ヶ寺 を 超え る 塔頭 ( たっちゅう 、 本山 寺院 の 境内 周辺 に あ る 関連 寺院 ) が 立ち並 び 、 近世 の 雰囲気 を 残 し て い る 。 大徳 寺 は 歴代 多く の 名僧 を 輩出 し 、 茶の湯 文化 と も 縁 が 深 く 、 日本 の 文化 に 多大 な 影響 を 与え 続け て き た 寺院 で あ る 。 本坊 および 塔頭 寺院 に は 、 建造 物 、 庭園 、 障壁 画 、 茶 道具 、 中国 伝来 の 書画 など 、 多く の 文化 財 を 伝え て い る 。 大徳 寺 の 開祖 で あ る 禅僧 ・ 宗峰 妙超 は 、 弘安 5 年 ( 12 82 年 ) 、 播磨 国 ( 兵庫 県 ) に 、 同国 守護 ・ 赤松 氏 の 家臣 ・ 浦上 ( うらの え ) 氏 の 子 と し て 生まれ た 。 11 歳 の 時 、 地元 の 大寺院 で あ る 書写 山 円 教寺 に 入 り 、 天台 宗 を 学 ぶ が 、 のち 禅宗 に めざめ 、 鎌倉 の 高峰 顕日 ( こうほうけん にち ) 、 京 の 南浦 紹明 ( なんぽ じょうみん ) に 参禅 。 南浦 紹明 が 鎌倉 の 建長 寺 に 移る に したが っ て 宗峰 も 鎌倉 入り し 、 徳治 2 年 ( 1307 年 ) に 師 から 印可 を 得 た 。 その 後 数 年 、 京都 東山 で 修行 を 続け て い た 宗峰 妙超 は 、 正和 4 年 ( 1315 年 ) ( 元応 元年 = 1319 年 と も ) 、 同郷 の 赤松則村 ( 円心 ) の 帰依 を 受け 、 洛北 紫野 の 地 に 小堂 を 建立 し た 。 これ が 大徳 寺 の 起源 と さ れ る 。 花園 天皇 は 宗峰 に 帰依 し 、 正中 ( 元号 ) 2 年 ( 1325 年 ) 、 大徳 寺 を 祈願 所 と する 院宣 を 発 し て い る 。 寺院 と し て の 形態 が 整 う の は この 頃 から と 思 わ れ る 。 後 醍醐 天皇 も 当寺 を 保護 し 、 建武 ( 日本 ) 元年 ( 1334 年 ) に は 大徳 寺 を 京都 五 山 の さらに 上位 に 位置 づけ る と する 綸旨 を 発 し た 。 しかし 、 建武 の 新政 が 終わ っ て 足利 氏 が 天下 を 取 る と 、 後醍醐 天皇 と 関係 の 深 い 大徳 寺 は 足利 氏 から 軽ん ぜ られ 、 五山 十 刹 から 除 か れ て しま っ た 。 至徳 ( 日本 ) 3 年 ( 1386 年 ) に は 、 五山 十 刹 の 最 下位 に 近 い 、 十刹 の 第 9 位 と さ れ て い る 。 この ため 大徳 寺 は 、 政府 の 庇護 と 統制 下 に あ り 世俗 化 し つつ あ っ た 五山 十 刹 から 離脱 し 、 座禅 修行 に 専心 する 独自 の 道 を と っ た 。 五山 十 刹 の 寺院 を 「 叢林 」 ( そうりん ) と 称 する の に 対 し 、 同じ 臨済 宗 寺院 で も 、 大徳 寺 、 妙心 寺 の よう な 在野 的 立場 に あ る 寺院 を 「 林下 」 ( りんか ) と い う 。 その 後 の 大徳 寺 は 、 貴族 、 大名 、 商人 、 文化 人 など 、 幅広 い 層 の 保護 や 支持 を 受け て 栄え 、 室町 時代 以降 は 一休 宗純 を はじめ と する 名僧 を 輩出 し た 。 侘 び 茶 を 創始 し た 村田 珠光 など の 東山 文化 を 担 う 人びと が 一休 に 参禅 し て 以来 、 大徳 寺 は 茶道 の 世界 と も 縁 が 深 く 、 武野 紹鴎 、 千 利休 を はじめ 多く の 茶人 が 大徳 寺 と 関係 を も っ て い る 。 享徳 2 年 ( 1453 年 ) の 火災 と 応仁 の 乱 ( 1467 年 - 1477 年 ) で 当初 の 伽藍 を 焼失 し た が 、 一休 宗 純 が 堺 の 豪商 ら の 協力 を え て 復興 。 近世 以降 も 豊臣 秀吉 や 諸 大名 の 帰依 を 受け た 。 江戸 時代 初期 に 幕府 の 統制 を 受け 、 紫衣 事件 と 呼 ば れ る 元住持 ・ 沢庵 宗彭 が 流罪 と な る 圧迫 を 受け た が 、 幕府 と の 関係 も のち に 回復 し た 。 寺運 は 栄え 、 今日 に 至 っ て い る 。 勅使 門 、 三門 、 仏殿 、 法堂 ( はっとう ) が ほぼ 一 直線 に 並 び 、 これ ら 中心 伽藍 の 北 ・ 南 ・ 西 に 20 ヶ寺 以上 の 塔頭 寺院 が 並 ぶ 。 勅使門 ( 重要 文化 財 ) - 慶長 年間 ( 1596 年 - 1614 年 ) 建立 の 御所 の 門 を 下賜 さ れ 、 寛永 17 年 ( 1640 年 ) に 移築 さ れ た もの 。 三門 ( 重要 文化 財 ) - 2 階 建て の 門 。 連歌 師 ・ 宗長 の 寄進 で 享禄 2 年 ( 1529 年 ) に まず 下層 のみ が 竣工 し 、 天正 17 年 ( 1589 年 ) 、 千 利休 が 上層 ( 2 階 ) を 完成 さ せ た と い う 。 利休 は 上層 に 自身 の 木像 を 安置 し た ( つまり 、 門 を くぐ る 者 は 利休 の 下 を 通 る こと に な る ) が 、 これ が 豊臣 秀吉 の 怒り を 買 い 、 秀吉 は この こと を 楯 に 利休 に 自決 を 迫 っ た と い う 。 仏殿 ( 重要 文化 財 ) - 寛文 5 年 ( 1665 年 ) 、 京 の 豪商 ・ 那波 常 有 ( なわ じょうゆう ) の 寄進 で 建て られ た 。 法堂 ( はっとう 、 重要 文化 財 ) - 寛永 13 年 ( 1636 年 ) 、 小田原 城主 稲葉 正勝 の 遺志 に よ り 、 子 の 稲葉 正則 が 建立 し た 。 方丈 および 玄関 ( 国宝 ) - 方丈 は 寛永 12 年 ( 1635 年 ) 、 玄関 は その 翌年 、 豪商 ・ 後藤 益勝 の 寄進 で 建て られ た もの で 開祖 大燈 国師 ( 宗峰 妙 超 ) 30 0 年 遠忌 を 記念 し て 新築 さ れ た もの で あ る 。 「 方丈 」 は 元来 は 住職 の 居室 を 指 し た が 、 日本 の 禅寺 の 方丈 は 接客 ・ 儀式 空間 の 意味 合い が 強 い 。 通常 の 方丈 建築 は 、 前後 2 列 、 左右 3 列 の 計 6 室 を 並べ る 平面 形式 が 多 い が 、 大徳 寺 方丈 は 前後 2 列 、 左右 4 列 の 計 8 室 を も つ 特異 な 形式 で 、 向か っ て 右 から 2 列 目 の 2 室 は 、 開祖 大燈 国師 ( 宗峰 妙超 ) の 塔所 ( 墓所 ) で あ る 雲門 庵 と な っ て い る 。 宗峰 は 、 「 自分 の 死後 に 、 墓所 と し て 別 の 寺院 を 建て る に は 及 ば ぬ 」 と 遺言 し て い た ため 、 この よう な 形式 に な っ て い る 。 方丈 の 障壁 画 は 狩野 探幽 の 作 。 枯山 水庭園 は 国 の 特別 名勝 および 史跡 に 指定 さ れ て い る 。 唐門 ( 国宝 ) - 聚楽 第 の 遺構 と 伝え る 。 華麗 な 装飾 彫刻 と 彩色 を 持 つ 桃山 建築 で あ る 。 塔頭 寺院 に お い て は 拝観 を 認め て い る ところ と 認め て い な い ところ が 混在 する ため 、 訪問 者 に お い て は 注意 が 必要 で あ る 。 現在 、 大 部分 の 塔頭 で 一般 参詣 を 認め て お ら ず 、 常時 拝観 可能 な 塔頭 は 龍源 院 、 瑞峰 院 、 大仙 院 、 高桐院 の 4 ヶ院 で あ る ( 2007 年 現在 ) 。 徳禅 寺 養 徳 院 龍源 院 ( りょう げんいん ) - 大徳 寺 の 塔頭 の 中 で 一番 古 く 、 仏恵 大 円 国師 を 開祖 と し て 能登 国 の 畠山 義元 、 周防 国 の 大内 義興 、 豊後 国 の 大友 義親 の 三 氏 が 創建 。 竜吟 庭 、 東滴 壷 、 阿吽 の 石庭 など の 庭 が 知 ら れ る 。 方丈 前 の 石庭 は 昭和 末期 に 細合 喝 堂 和尚 の 監修 の 元造 ら れ た 。 黄 梅院 ( 京都 市 ) ( おうば い いん ) - 織田 信長 が 建立 。 蒲生 氏 郷 の 墓 が あ る 。 大慈院 瑞峯院 ( ずい ほう いん ) - 大友 義鎮 が 建立 。 宗教 専門 紙 「 中外 日報 」 の 創始 者 真渓 涙骨 の 墓 が あ る 。 興臨院 ( こうりん いん ) 正受院 三 玄院 - 石田 三成 、 浅野 幸長 、 森 可成 が 建立 。 真珠 庵 ( しんじゅあん ) - 一休 宗純 ゆかり の 寺院 で 、 村田 珠光 作 と さ れ る 庭園 ( 史跡 ・ 名勝 ) と 、 曾我 蛇足 、 長谷川 等伯 の 障壁 画 で 知 ら れ る 。 大仙院 ( だい せんいん ) - 国宝 の 本堂 と 特別 名勝 ・ 史跡 の 枯山 水庭園 で 知 ら れ る 。 芳春院 ( 京都 市 ) ( ほうしゅんいん ) - 加賀 国 前田 家 の 墓所 。 龍泉 庵 如意 庵 聚光院 ( じゅこういん ) - 狩野 永徳筆 の 国宝 障 壁 画 で 知 ら れ る 。 総見院 - 豊臣 秀吉 が 織田 信長 の 菩提 の ため に 建立 。 龍翔 寺 高桐院 ( こうとういん ) - 細川 氏 に ゆかり が あ り 、 細川 忠興 や その 室 ・ 細川 ガラシャ など の 墓 が あ る 。 その 他 、 出雲 阿国 の もの と 伝え られ る 墓 も あ る 。 玉林 院 龍光院 ( 京都 市 ) ( りょう こういん ) - 黒田 長政 の 建立 。 茶室 「 密庵 ( みったん ) 」 が 著名 。 有栖川 宮家 の 墓所 ( 初代 ・ 好仁 親王 ~ 七代 ・ 韶仁 親王 ) が あ る 。 大光 院 孤篷庵 ( こほうあん ) - 小堀 遠州 が 建立 。 茶室 「 忘筌 ( ぼうせん ) 」 が 著名 。 松源 院 大徳 寺 本坊 所有 の 国宝 ・ 重要 文化 財 は 以下 の とおり 。 唐門 方丈 および 玄関 絹本 墨画 淡彩 観音 猿 鶴 図- 南宋 時代 、 牧谿 ( もっけい ) 筆 絹本 著色 大燈 国 師像   建武 元年 の 自賛 が あ る - 建武 ( 日本 ) 元年 は 1334 年 に あた る 。 虚堂 智愚墨 蹟 ( きどう ちぐ ぼく せき ) - 南宋 時代 。 虚堂 は 宗峰 妙超 の 師 で あ る 南浦 紹明 の さらに 師 で あ る 中国 僧 。 「 墨蹟 」 は 筆跡 一般 を 指 す と とも に 、 特に 禅宗 高僧 の 書 を 指 す 用語 。 後 醍醐 天皇 宸翰 御 置文元 弘三 年 八 月 廿 四 日 - 元弘 3 年 は 1333 年 に あた る 。 「 宸翰 」 ( しんかん ) は 天皇 の 直筆 の 意 。 禅宗 で は 本来 、 広 く 人材 を 募 る 「 十 方 住持 制 」 を と っ て い る が 、 大徳 寺 は この 制度 に よ ら ず 、 開祖 宗峰 妙超 の 法系 の 僧 のみ を 住職 と する こと を 認め た 文書 で あ る 。 建造 物 勅使 門 仏殿 ( 附 明 月 橋 ) 法堂 ( 附廊 下 ) 山門 浴室 経蔵 廊下 寝堂 庫 裏 侍真寮 鐘楼 絵画 絹本 墨画 竜 虎 図 - 牧谿 筆 絹本 墨画 竜 虎 図 - 伝牧 谿 筆 絹本 著色 運 庵 和 尚像 - 嘉定 十 一 年 の 自賛 あ り 絹本 著色 虚堂 和 尚像 - 咸淳 改元 の 自賛 あ り 絹本 著色 大応 国 師 像 - 正応 改元 の 自賛 あ り 絹本 著色 大燈 国師 像 絹本 著色 長生 比丘 尼像 - 文安 六 年 七 月 十 日 養 叟 賛 紙本 淡彩 楊 岐和 尚像 - 文清 筆養叟 の 賛 あ り 紙本 淡彩養 叟 和 尚像 - 文清 筆 絹本 著色 五百 羅 漢像 - 林 庭 珪 、 周季 常 等 筆 82 幅 絹本 著色 後 醍醐 天皇 像 絹本 著色 十 王 像 絹本 著色 楊柳 観音像 - 190 0 年 重文 指定 絹本 著色 楊柳 観音像 - 1907 年 重文 指定 絹本 著色 楊柳 観音像 - 190 8 年 重文 指定 紙本 著色 仏 涅 槃 図 - 狩野 直信 筆 紙本 墨 書 仏 説 教誡 経 - 近衛 家 熙筆 ) 紙本 墨画 柏 鷹芦 鷺 図 - 曾我 二 直庵 筆 六 曲 屏 紙本 墨画 芙 蓉 図 - 伝牧 谿 筆 方丈 障 壁 画 - 狩野 探幽 筆 83 面 彫刻 、 工芸 品 書跡 典籍 、 古 文 書 大徳 寺 文書 4 , 267 通 史跡 ・ 特別 名勝 方丈 庭園 京都 市営 バス 大徳 寺 前 下車 大徳 寺 本坊 は 非 公開 ( 例年 10 月 上旬 の 日曜 日 に 襖絵 等 を 公開 する 曝涼 展 が 行 わ れ る ) 。 塔頭 の うち 常時 拝観 可能 な の は 龍源 院 、 瑞峰 院 、 大仙 院 、 高桐院 の 4 か 院 。 黄 梅院 、 真珠 庵 、 聚光 院 、 総見院 、 芳春 院 、 興臨 院 、 孤篷 庵 など は 秋 など に 期日 を 限 っ て 特別 公開 さ れ る 場合 が あ る 。 龍光 院 は 常時 非 公開 。 +泉涌 寺 ( せん にゅうじ ) は 、 京都 市 東山 区 泉涌 寺 山内 ( やまのうち ) 町 に あ る 真言 宗 泉涌 寺 派 総 本山 の 寺院 。 山号 は 東山 ( とうざん ) また は 泉山 ( せんざん ) 。 本尊 は 釈迦 如来 、 阿弥陀 如来 、 弥勒 如来 の 三 世 仏 。 平安 時代 の 草創 と 伝え る が 、 実質 的 な 開基 ( 創立 者 ) は 鎌倉 時代 の 月輪 大師 俊芿 ( がち りんだい ししゅんじょう ) で あ る 。 東山 ( 京都 府 ) の 南端 に あた る 月輪 山 の 山麓 に 広が る 寺域 内 に は 、 鎌倉 時代 の 後 堀河 天皇 、 四条 天皇 、 江戸 時代 の 後 水尾 天皇 以下 幕末 に 至 る 歴代 天皇 の 陵墓 が あ り 、 皇室 の 菩提寺 と し て 「 御 寺 ( み てら ) 泉涌 寺 」 と 呼 ば れ て い る 。 起源 と 歴史 仁和 寺 、 大覚 寺 など と とも に 皇室 ゆかり の 寺院 と し て 知 ら れ る が 、 草創 の 時期 や 事情 に つ い て は あまり 明らか で は な い 。 伝承 に よ れ ば 、 斉衡 3 年 ( 856 年 ) 、 藤原 式 家 の 流れ を く む 左 大臣 藤原緒嗣 ( おつぐ ) が 、 自ら の 山荘 に 神修 上人 を 開山 と し て 草創 。 当初 は 法輪 寺 と 称 し 、 後 に 仙遊 寺 と 改め た と い う 。 なお 、 『 続 日本 後紀 』 に よ れ ば 藤原 緒嗣 は 承和 ( 日本 ) 10 年 ( 843 年 ) に 没 し て い る の で 、 上述 の 伝承 を 信じ る と すれ ば 、 藤原 緒嗣 の 遺志 に 基づ き 、 菩提寺 と し て 建立 さ れ た と い う こと に な る 。 別 の 伝承 は 開創 者 を 空海 と する 。 すなわち 、 空海 が 天長 年間 ( 82 4 年 - 834 年 ) 、 この 地 に 草創 し た 法輪 寺 が 起源 で あ り 、 斉衡 2 年 ( 855 年 ) 藤原 緒嗣 に よ っ て 再興 さ れ 、 仙遊 寺 と 改め た と する もの で あ る 。 空海 に よ る 草創 年 代 を 大同 ( 日本 ) 2 年 ( 80 7 年 ) と する 伝承 も あ り 、 この 寺院 が 後 の 今熊野 観音寺 ( 泉涌 寺 境内 に あ り 、 西国 三十 三 箇所 観音 霊場 の 第 15 番 札 所 ) と な っ た と も い う 。 以上 の 伝承 を 総合 する と 、 平安 時代 初期 に 草創 さ れ た 前身 寺院 が 平安 時代 後期 に は 荒廃 し て い た の を 、 鎌倉 時代 に 再興 し た もの と 思 わ れ る 。 鎌倉 時代 の 建保 6 年 ( 1218 年 ) 、 宇都宮 信房 が 、 荒廃 し て い た 仙遊 寺 を 俊じょう ( しゅんじょう ) に 寄進 、 俊 じょう は 多く の 人々 の 寄付 を 得 て この 地 に 大 伽藍 を 造営 し 、 霊泉 が 湧 い た の で 、 寺号 を 泉涌 寺 と し た と い う ( 旧 寺号 の 「 仙遊 寺 」 と 音 が 通 ずる 点 に 注意 ) 。 宇都宮 信房 は 源 頼朝 の 家臣 で 、 豊前 国 守護 に 任 じ られ た 人物 で あ り 、 俊 じょう に 帰依 し て い た 。 俊 じょう ( 11 6 6 - 1 2 27 ) は 肥後 国 ( 熊本 県 ) 出身 の 学僧 で 、 正治 元年 ( 1199 年 ) 宋 ( 王朝 ) に 渡 り 、 足かけ 13 年 の 滞在 で 天台 と 律 を 学 び 、 建暦 元年 ( 1211 年 ) 日本 へ 帰国 し た 。 彼 は 宋 から 多く の 文物 を もたら し 、 泉涌 寺 の 伽藍 は すべて 宋風 に つく ら れ た 。 泉涌 寺 は 律宗 を 中心 と し て 天台 、 東密 ( 真言 ) 、 禅 、 浄土 の 四 宗 兼学 ( また は 律 を 含め て 五 宗 兼学 と も ) の 道場 と し て 栄え た 。 貞応 3 年 ( 1224 年 ) に は 後堀河 天皇 に よ り 皇室 の 祈願 寺 と 定め られ た 。 後 堀河 天皇 と 次代 の 四条 天皇 の 陵墓 は 泉涌 寺内 に 築 か れ 、 この 頃 から 皇室 と の 結びつき が 強ま っ た 。 江戸 時代 に は 後水尾 天皇 以下 、 幕末 の 孝明 天皇 に 至 る 歴代 天皇 が 山内 に 葬 ら れ て い る 。 この ため 、 皇室 の 香華 院 ( こうげいん ) と な り 、 「 御 寺 ( み てら ) 」 と 尊称 さ れ て い る 。 ( 「 香華 院 」 と は 、 香 を たき 、 花 を 供え る 場所 、 すなわち 、 先祖 が 眠 る 寺 の 意 。 ) 応仁 の 乱 に よ る 焼失 を はじめ 、 諸堂 は たびたび の 火災 で 焼失 し て お り 、 現存 の 堂宇 は 近世 以降 の 再建 で あ る 。 伽藍 総門 を 入 る と 、 参道 の 左右 に いく つ か の 塔頭 ( たっちゅう 、 山内 寺院 ) が あ る 。 長 い 参道 の 先 に あ る 大門 ( 重文 ) を くぐ る と 、 左手 に 楊貴妃 観音堂 が あ り 、 正面 に は 伽藍 の 中心 を な す 仏殿 ( 重文 ) 、 舎利 殿 が 建 ち 、 これ ら の 背後 に 霊明 殿 、 御 座所 など 皇室 ゆかり の 建築 が あ る 。 大門 ( 重文 ) - 慶長 年間 ( 江戸 時代 初頭 ) 造営 の 御所 の 門 を 移築 し た もの 。 楊貴妃 観音 堂- 大門 を 入 っ て すぐ 左手 の 奥ま っ た ところ に 建 つ 。 中国 ・ 南宋 時代 の 作 で あ る 観音 菩薩 坐像 ( 通称 楊貴妃 観音 ) を 安置 する 。 心 照殿 - 楊 貴妃 観 音堂 に 接 し て 建 つ 宝物 館 で 、 泉涌 寺 および 塔頭 寺院 所蔵 の 文化 財 を 順次 公開 し て い る 。 仏殿 ( 重文 ) - 寛文 8 年 ( 1668 年 ) 、 徳川 家綱 の 援助 で 再建 し た もの 。 密教 寺院 の 中心 堂宇 は 「 本堂 」 「 金堂 」 と 称 する こと が 多 い が 、 当寺 で は 宋風 の 「 仏殿 」 の 呼称 を 用い る 。 内部 は 禅寺 風 の 土間 と し 、 柱 、 窓 、 組物 、 天井 構架 等 の 建築 様式 も 典型 的 な 禅宗 様 に な る 。 本尊 は 過去 ・ 現在 ・ 来世 を 表わ す 釈迦 ・ 阿弥陀 ・ 弥勒 の 3 体 の 如来像 を 安置 する 。 天井 の 竜 の 図 と 本尊 背 後 の 白衣 ( びゃく え ) 観音 図 は 狩野 探幽 の 筆 に な る 。 舎利殿 - 仏殿 の 背後 に 建 つ 。 俊 じょう の 弟子 湛海 が 南宋 慶元 府 の 白蓮 寺 から 請来 し た と い う 仏牙 舎利 ( 釈尊 の 歯 ) を 安置 する 。 霊明殿 - 天智 天皇 と 光仁 天皇 から 昭和 天皇 ( 南北 両朝 の 天皇 も 含 む ) に 至 る 歴代 天皇 皇后 の 尊牌 ( 位牌 ) を 安置 する 。 1884 年 の 再建 。 御座所 - 仏殿 ・ 舎利殿 の 背後 に 建 つ 。 安政 年間 ( 江戸 時代 末期 ) に 建立 さ れ 、 明治 天皇 が 使用 し て い た 旧 御所 の 御里 御殿 を 1884 年 に 移築 し た もの 。 女官 の 間 、 門跡 の 間 、 皇族 の 間 、 侍従 の 間 、 勅使 の 間 、 玉座 の 間 など が あ る 。 玉座 の 間 は 、 天皇 皇后 が 来寺 し た 際 に 休息 所 と し て 使用 する 部屋 で あ る 。 平成 期 ( 1989 年 - ) に 入 っ て から は 、 即位 報告 ( 1990 年 ) 、 平安 建都 1 ,20 0 年 記念 ( 1994 年 ) 、 在位 10 年 の 報告 ( 1999 年 ) など の 際 に 今上 天皇 が 泉涌 寺 を 訪れ 、 この 部屋 を 使用 し て い る 。 海会堂 ( かいえ どう ) - 御座所 に 接 し て 建 つ 土蔵 造 の 仏堂 。 屋根 は 宝形 造 。 もと は 宮中 に あ り 、 「 黒戸 」 と 呼 ば れ て い た 仏堂 を 明治 元年 ( 1868 年 ) の 神仏 分離 令 発布 を 機 に 泉涌 寺 に 移築 し た もの で あ る 。 かつて の 天皇 、 皇后 、 親王 ら の 念持 仏 ( 守 り 本尊 ) 20 数 体 が 安置 さ れ て い る 。 塔頭 寺院 の うち 、 西国 三十 三 箇所 観音 霊場 第 15 番 札 所 の 観音寺 ( 観音寺 ( 京都 市 東山 区 ) ) が 名高 い 。 他 に 、 重要 文化 財 の 木造 阿弥陀 二十 五 菩 薩像 を 安置 する 即成 院 ( そくじょういん ) 、 高 さ 10 メートル ( 台座 ・ 光背 含 む ) の 木造 釈迦 如来立像 を 安置 する 戒光 寺 など が あ る 。 文化 財 泉涌 寺 勧縁 疏 ( かんえんそ ) - 俊 じょう 筆 。 俊 じょう が 、 荒廃 し た 前身 寺院 を 「 泉涌 寺 」 と 改名 し て 再興 する ため 、 人々 の 喜捨 ( 寄付 ) を 募 る ため の 趣意 書 。 泉涌 寺 建立 の 起源 に かかわ る 歴史 上 重要 な 文書 で あ る と とも に 、 書道 作品 と し て も 優れ て い る 。 附法 状-俊 じょうが 死 の 前月 、 弟子 の 心海 に 自ら の 法 を 嗣 い だ 証明 と し て 書き 与え た もの 。 木造 観音 菩薩 坐像 ( 楊貴妃 観音 )   附   木造 韋駄 天立像 、 木造 伝 ・ 月 蓋 長 者 立像 - 楊 貴妃 観 音堂 に 安置 さ れ る 。 建長 7 年 ( 1255 年 ) 俊 じょう の 弟子 湛海 が 仏舎利 と とも に 中国 ・ 南宋 から 請来 し た もの と さ れ る 。 長 らく 10 0 年 に 一 度 だけ 公開 する 秘仏 で あ っ た が 、 請来 から 70 0 年 目 の 1955 年 ( 昭和 30 年 ) から 一般 公開 さ れ て い る 。 作風 、 材質 など 、 明らか に 日本 の 仏像 と は 異質 で 、 寺伝 どおり 中国 ・ 南宋 時代 の 作 と 考え られ て い る 。 なお 、 舎利殿 に 安置 さ れ る 木造 韋駄 天立 像 と 木造 伝 ・ 月 蓋 長 者 ( がつがいちょうじゃ ) 立像 も 南宋 時代 の 作 で あ り 、 楊貴妃 観音像 と とも に 1997 年 、 重要 文化 財 に 指定 さ れ て い る 。 上記 以外 の 重要 文化 財 仏殿 大門 開山 堂 開山 塔 ( 石造 無縫塔 ) 石造 無 縫塔   2 基 絹本 着色 道 宣律 師 ・ 元 照律 師 像 絹本 着色 俊 じょう 律師 像 太刀   銘 大 和則長 中 御門 天皇 宸翰 大 円覚心 照国 師 号 勅書 法華 経   10 巻 ( 泉涌 寺 ・ 雲龍 院 共有 ) 京都 市営 バス 泉涌 寺 道 バス 停下 車 、 総門 まで 徒歩 約 5 分 、 大門 まで 徒歩 約 10 分 。 JR 奈良 線 東福寺 駅 から 総門 まで 徒歩 約 15 分 、 大門 まで 約 20 分 。 +東福寺 ( とうふくじ ) は 、 京都 市 東山 区 本町 に あ る 臨済 宗 東福寺 派 本山 の 寺院 。 山号 を 慧日山 ( えにちさん ) と 号 する 。 本尊 は 釈迦 如来 、 開基 ( 創立 者 ) は 、 九条 道家 、 開山 ( 初代 住職 ) は 聖一 国師 円爾 ( しょう いち こく しえん に ) で あ る 。 京都 五 山 の 第 四 位 の 禅寺 と し て 中世 、 近世 を 通 じ て 栄え た 。 明治 の 廃仏 毀釈 で 規模 が 縮小 さ れ た と は いえ 、 今 なお 2 5 か 寺 の 仏塔 ( たっちゅう 、 山内 寺院 ) を 有 する 大 寺院 で あ る 。 境内 に は 宋 ( 王朝 ) から 伝わ っ た 「 通天 モミジ 」 と 呼 ば れ る 三葉 楓 ( 葉先 が 3 つ に わかれ て い る ) など カエデ の 木 が 多 い 。 もと は サクラ の 木 が 植わ っ て い た が 「 後世 に 遊興 の 場 に な る 」 と い う 理由 で 伐採 さ れ 、 楓 の 木 が 植え られ た もの で あ る 。 また 、 明治 時代 の 日露 戦争 の 際 に は 寺域 が 接収 さ れ 、 ロシア 兵 捕虜 の 収容 施設 と な っ て い た 。 歴史 東福 寺 は 京都 市 東山 区 の 東南端 、 伏見 区 と 境 を 接 する あたり に あ る 。 この 地 に は 延長 ( 元号 ) 2 年 ( 924 年 ) に 藤原 忠平 に よ っ て 建て られ た 藤原 氏 の 氏寺 ・ 法性 寺 ( ほっ しょうじ ) の 巨大 な 伽藍 が あ っ た ( 法性 寺 は 、 西 日本 旅客 鉄道 ・ 京阪 電気 鉄道 東福寺 駅 近く に 小寺院 と し て 存続 し て い る ) 。 嘉禎 2 年 ( 1236 年 ) 、 九条 道家 ( 摂政 ・ 鎌倉 将軍 藤原 頼経 の 父 ) は 、 この 地 に 高 さ 5 丈 ( 約 15 メートル ) の 釈迦 像 を 安置 する 大 寺院 を 建立 する こと を 発願 、 寺名 は 奈良 の 東大 寺 、 興福 寺 の 二 大寺 から 1 字 ずつ 取 っ て 「 東福 寺 」 と し た 。 5 丈 ( 約 15 メートル ) の 釈迦 像 を 安置 する 仏殿 の 建設 工事 は 延応 元年 ( 1239 年 ) から 始め て 、 完成 し た の は 建長 7 年 ( 1255 年 ) で あ っ た 。 高 さ 5 丈 の 本尊 釈 迦像 は 元応 元年 ( 1319 年 ) の 火災 で 焼失 、 14 世紀 半ば 頃 に 再興 さ れ る が 、 明治 14 年 ( 1881 年 ) の 火災 で 再び 焼失 し て い る 。 なお 、 東福 寺 に は 巨大 な 「 仏手 」 ( 現存 部分 の 長 さ 2 メートル ) が 保管 さ れ て お り 、 旧 本 尊 像 の 左手 部分 のみ が 明治 の 火災 の 際 に 救い 出 さ れ た もの と 推定 さ れ て い る 。 これ は 創建 時 の 本尊 で は な く 、 14 世紀 に 再興 さ れ た 本尊像 の 遺物 で あ る が 、 本尊 の 「 高 さ 5 丈 」 ( 約 15 メートル ) と い う の は あながち 誇張 で は な かっ た こと が わか る 。 九条 道家 は 開山 ( 初代 住職 ) と し て 、 当時 宋 で の 修行 を 終え て 帰国 し て い た 禅僧 ・ 円爾 ( えんに 、 120 2 - 1 2 80 ) を 迎え た 。 円爾 は 駿河 国 ( 現在 の 静岡 県 ) の 人 で 、 嘉禎 元年 ( 1235 年 ) 、 宋 に 渡 っ て 径山 ( きんざん ) 興聖 万 寿禅 寺 の 高僧 ・ 無準 師範 ( ぶ しゅん しばん 、 117 8 - 12 49 ) に 入門 。 印可 ( 師匠 の 法 を 受け継 い だ と い う お 墨付き ) を 得 て 仁治 2 年 ( 1241 年 ) 、 日本 へ 帰国 し た 。 円爾 は はじめ 九州 博多 の 承天 寺 に 住 し た が 、 同寺 が 天台 宗徒 の 迫害 を 受け て 焼き討ち さ れ た ため 、 九条 道家 の 援助 で 上洛 、 東福 寺 の 開山 に 迎え られ た 。 東福 寺 の 建設 工事 は 30 年 以上 に 亘 っ て 続 き 、 法堂 ( はっとう 、 顕教 寺院 の 「 講堂 」 に あた る ) が 完成 し た の は 文永 10 年 ( 1273 年 ) で あ っ た 。 その 後 、 元応 元年 ( 1319 年 ) の 火災 を はじめ たびたび 焼失 する が 、 九条 家 、 足利 家 、 徳川 家 など の 援助 で 再建 さ れ て き た 。 近代 に 入 っ て 1881 年 に も 大火 が あ り 、 仏殿 、 法堂 、 方丈 、 庫裏 など が この 時 焼失 し た 。 現在 の 本堂 、 方丈 、 庫裏 など は 明治 以降 の 再建 だ が 、 国宝 の 三門 を はじめ 、 東司 ( 便所 ) 、 浴室 、 禅堂 など は 焼け 残 り 、 中世 の 建物 が 現存 し て い る 。 東福寺 から は 歴代 多く の 名僧 が 出 て い る が 、 中 で 特筆 す べ き は 、 『 元 亨 釈 書 』 の 著者 で あ る 虎関 師錬 ( こかんし れん ) と 、 室町 時代 に 画僧 と し て 活躍 し 、 その 後 の 仏画 や 水墨画 に 多大 な 影響 を 及ぼ し た 吉山 明 兆 ( きつざんみんちょう ) で あ ろ う 。 伽藍 三門 、 仏堂 、 方丈 、 庫裏 など から な る 主要 伽藍 の 北 ・ 南 ・ 西 に 計 25 か 寺 の 塔頭 寺院 が あ る 。 主要 伽藍 の 北 に は 洗玉 澗 ( せんぎょくかん ) と い う 渓谷 が あ り 、 西 から 東 へ 臥雲 橋 、 通天 橋 、 偃月 橋 ( えんげつ きょう 、 重要 文化 財 ) と い う 3 本 の 橋 が 架か る 。 通天 橋 は 、 本堂 から 通じ る 廊下 が その まま 屋根 付き の 橋 と な っ た もの で 、 この 付近 は 特に 紅葉 の 名所 と し て 知 ら れ る 。 橋 を 渡 っ た 先 ( 北側 ) に は 、 開山 円爾 を 祀 る 常楽 庵 が あ る 。 三門 ( 国宝 ) - 五間 三戸 二 重門 で あ る 。 「 五間 三戸 」 と は 正面 の 柱間 が 5 つ 、 うち 中央 3 間 が 通路 に な っ て い る と い う 意味 、 「 二 重 門 」 は 2 階 建て の 門 だ が 、 「 楼門 」 と 違 い 、 1 階 と 2 階 の 境目 に も 軒 の 出 を つく る もの を 言 う 。 応永 年間 ( 15 世紀 初頭 ) の 再建 で 、 現存 する 禅寺 の 三門 と し て は 日本 最古 の もの で あ る 。 上層 に は 釈迦 如来 と 十 六 羅漢 を 安置 する 。 本堂 ( 仏殿 兼 法堂 ) 入母屋 造 、 裳階 ( もこし ) 付き 。 1881 年 に 仏殿 と 法堂 が 焼け た 後 、 1917 年 から 再建 工事 に かか り 、 1934 年 ( 昭和 9 年 ) に 完成 し た 。 高 さ 25 . 5 メートル 、 間口 4 1 . 4 メートル の 大 規模 な 堂 で 、 昭和 期 の 木造 建築 と し て は 最大 の もの と 言 わ れ て い る 。 天井 の 竜 の 絵 は 堂本 印象 筆 で あ る 。 本尊 釈 迦 三 尊像 ( 本尊 は 立像 、 脇侍 は 阿難 と 迦葉 ) は 、 1881 年 の 火災 後 に 万寿寺 から 移 さ れ た もの で 、 鎌倉 時代 の 作 で あ る 。 方丈 1890 年 の 再建 。 庭園 は 近代 の 造園 家 ・ 重森 三玲 の 作 で 、 方丈 を 囲 み 、 東 、 西 、 南 に 配 さ れ る 。 西庭 の 石組 は 竜 が 海中 から 黒雲 を 得 て 昇天 する 姿 を あらわ す 。 石 と 苔 を 幾 何 学 的 な 市松 模様 に 配 し た 北庭 が 特に 著名 で あ る 。 隣 の 庫裏 は 1910 年 の 再建 。 常楽 庵 主要 伽藍 の 北側 に 位置 する 。 開山 円 爾像 を 安置 する 開山 堂 と その 手前 の 昭堂 を 中心 と し た 一画 。 文政 2 年 ( 1819 年 ) 焼失 後 、 同 9 年 ( 1826 年 ) まで に 再建 さ れ た 。 昭堂 の 中央 部分 は 2 階 建 の 楼閣 と な っ て お り 、 伝衣 閣 ( でんね かく ) と 称 する 。 金閣 ( 鹿苑 寺 ) 、 銀閣 ( 慈照 寺 ) 、 飛雲 閣 ( 西本願 寺 ) 、 呑湖 閣 ( 大徳 寺 塔頭 芳春院 ) と 並び 「 京 の 五 閣 」 と い わ れ て い る 。 禅堂 貞和 3 年 ( 1347 年 ) に 再建 さ れ た 豪壮 な 姿 に 往時 の 隆盛 が し の ばれ る 単層 ・ 裳階 ( もこし ) 付 切 妻 造り の 建物 で 、 中世 期 より 現存 する 最大 最古 の 禅堂 で あ る 。 東司 ( とうす ) 室町 時代 唯一 、 日本 最古 最大 の 禅宗 式 の 東司 ( 便所 ) の 遺構 で 、 多く の 修行 僧 が 一斉 に 用 を 足 す こと から 百 雪 隠 ( ひゃく せっちん ) と も 呼 ば れ る 。 内部 は 中央 通路 を はさ ん で 左右 両側 に 円筒 の 壺 を 埋め る 。 浴室 前面 を 入母 屋 造 、 後方 を 切妻 造 に し た 単層 本瓦葺 の 建物 で 、 1459 年 に 建て られ た 京都 最古 の 浴室 建築 の 遺構 と し て 知 ら れ る 。 内部 は 正面 板敷き の 上 に 2 つ の 蒸し 風呂 が 並 び 、 後方 に 釜 と 焚 き 口 が あ る 。 月 下門 ( 月華 門 ) 板 蟇股 ( かえる また ) など 細部 に わた り 鎌倉 時代 の 特色 を よく 残 す 切妻 造 ・ 檜皮 葺木 の 四 脚 門 で 、 文永 5 年 ( 1268 年 ) に 一条 実経 が 常楽 庵 を 建立 し た 際 に 亀山 天皇 が 京都 御所 の 月華 門 を 下賜 さ れ た と 伝え られ る 。 六波羅 門 南 正面 に 立 つ 本坊 伽藍 の 最 南端 に あ る 鎌倉 時代 前期 の 門 で 、 もと 北条 氏 の 六波羅 政庁 に あ っ た もの を 移 し た こと から 、 この 名 で 呼 ば れ て い る 。 偃 月 橋 本坊 より 塔頭 、 龍吟 ・ 即宗 両院 に 至 る 三 ノ 橋 渓谷 に 架か る 単層 切妻 造り ・ 桟瓦 葺き の 木造 橋廊 で 、 下流 の 通天 ・ 臥雲 両橋 と とも に 東福 寺 三 名橋 と 呼 ば れ る 。 通天 橋 仏殿 から 開山 堂 ( 常楽 庵 ) に 至 る 渓谷 ・ 洗玉 澗 ( せんぎょくかん ) に 架け られ た 橋廊 で 、 天授 ( 日本 ) 6 年 ( 1380 年 ) に 春屋 妙葩 ( しゅん おく みょう は ) が 谷 を 渡 る 労苦 から 僧 を 救 う ため 架け た と 伝え られ る 。 昭和 34 年 ( 1959 年 ) 台風 で 崩壊 し た が 2 年 後 に 再建 、 その 際橋 脚 部分 は 鉄筋 コンクリート と な っ た 。 光明宝殿 本堂 東側 に あ る 文化 財 収蔵 施設 で 、 1981 年 に 完成 し た 。 東福寺 および 塔頭 寺院 の 文化 財 を 収蔵 する が 非 公開 で あ る 。 主な 塔頭 龍吟 庵 本坊 庫 裏 の 背後 、 偃 月 橋 を 渡 っ た ところ の 山裾 の 平坦 地 に 位置 する 塔頭 で 、 東福 寺 三 世 ・ 南禅 寺 開山 で あ る 無関 普門 の 塔所 ( 墓所 ) と し て 、 入寂 直前 に 創建 さ れ た 。 ( 毎年 11 月 に 一般 公開 ) 芬 陀院 ( ふんだ いん ) 元 亨 年間 ( 13 2 1 - 13 24 ) に 当時 の 関白 で あ っ た 一条 内 経 が 父 の 菩提 を 弔 う ため に 創建 し た 塔頭 で 、 水墨 画 を 大成 し た 雪舟 の 作 と 伝え られ る 名庭 が あ る こと から 雪舟 寺 と も 呼 ば れ て い る 。 ( 公開 塔頭 ) 霊雲院 明徳 元年 ( 1390 年 ) に 岐陽 方秀 が 開 い た 塔頭 で 、 肥後 細川 氏 の 信仰 を うけ 、 寛永 年間 ( 16 24 - 44 ) に 「 遺愛 石 」 と 銘 を つけ た 須弥 台 と 石船 を 寄贈 さ れ た と い う 。 ( 公開 塔頭 ) 同聚院 ( どう じゅいん ) 室町 時代 中期 の 文安 年間 ( 14 44 - 14 48 ) に 東福 寺 第 129 世 が 開山 し た 塔頭 で 、 定朝 の 父 ・ 康尚 の 作 と い わ れ る 本尊 ・ 不動 明 王 坐像 ( 重文 ) は 、 寛弘 3 年 ( 100 6 年 ) に 藤原 道長 が 旧 法性 寺 に 建立 し た 五 大 堂 の 中尊 と 伝え る 。 ( 公開 塔頭 ) 光明院 明徳 2 年 ( 1391 年 ) に 金山 明昶 ( きんざんみょう しょう ) に よ り 創建 さ れ た 塔頭 で 、 重森 三玲 に よ る 「 波心 の 庭 」 が あ る 。 ( 公開 塔頭 ) 天得 院 正平 ( 日本 ) 年間 ( 13 46 - 70 ) に 東福 寺 第 30 世 ・ 無夢 一清 禅師 が 開 い た 塔頭 で 、 びっしり と 杉苔 に 覆 わ れ た 枯山 水 の 庭園 に 凛 と 咲 く キキョウ の 青 や 白 の 花 が 美し い 。 ( 6 月 中旬 ~ 7 月 上旬 、 11 月 1日 ~ 30 日 の み 一般 公開 ) 退耕 庵 貞和 2 年 ( 1346 年 ) に 東福 寺 第 43 世 住持 ・ 性 海 霊見 ( しょうかい れい けん ) に よ っ て 創建 さ れ た 塔頭 で 、 応仁 の 乱 に よ り 一時 荒廃 し た が 、 慶長 4 年 ( 1599 年 ) に 安国 寺 恵瓊 ( あんこくじ え けい ) に よ っ て 再興 さ れ た 。 ( 拝観 に は 予約 が 必要 ) 万寿 寺 ( まんじゅじ ) かつて は 下京 区 万寿 寺 通 高倉 に あ っ た と さ れ 、 京都 五 山 の 第 五 位 と し て 大いに 栄え て い た 。 天正 年間 ( 157 3 - 1 5 9 2 ) に 現在 地 に 移 さ れ た 。 文化 財 三門 絹本 著色 無準 師範 像 嘉煕 二 年 の 自賛 が あ る - 南宋 時代 1238 年 の 作 。 無準 師範 ( ぶじゅん しばん ) は 、 開山 円爾 の 師 に あた る 宋 の 高僧 。 禅宗 で は 、 弟子 に 師匠 の 肖像 画 を 与え る こと は 、 修行 が 完了 し た こと の 印 で あ り 、 この 肖像 画 も 円爾 が 師 から 与え られ た もの で あ る 。 無準 師範 墨蹟 ( 円爾 印可状 ) ( 絹本 ) - 南宋 時代 1237 年 の 筆 。 「 墨蹟 」 は 禅宗 高僧 の 筆跡 を 指 す 用語 。 これ も 円爾 が 修行 の 証し と し て 師 から 与え られ た もの で あ る 。 禅院 額字 ならび に 牌字 ( はいじ ) 19 幅 太平 御覧 103 冊 宋刊 本義楚 六 帖 12 冊 なお 、 塔頭 龍吟庵 ( りょうぎんあん ) の 方丈 も 国宝 で あ る 。 重要 文化 財 の 絵画 、 彫刻 、 工芸 品 、 文書 等 の 多く は 光明 宝殿 に 保管 さ れ て い る が 一般 公開 は さ れ て い な い 。 また 、 絵画 等 の 一部 は 東京 と 京都 の 国立 博物 館 に 寄託 さ れ て い る 。 ( 建造 物 ) 六波羅 門 浴室 東司 禅堂 偃 月 橋 三聖 寺 愛染 堂 月 下門 二王 門 鐘楼 ( 所在 万寿 寺 ) 十 三 重 塔 ( 石造 ) 常楽 庵 開山 堂 ・ 昭堂 、 客殿 ( 普門 院 ) 、 塔司 寮 ( 書院 ) 、 庫裏 、 楼門 、 鐘楼 、 裏門 ( 絵画 ) 絹本 著色 五百 羅 漢 図 ( 伝明 兆 筆 ) 45 幅 絹本 著色 釈迦 三 尊像 絹本 著色 応 菴 和 尚像 絹本 著色 聖一 国師 像 乾 峯 士 曇 の 賛 が あ る 絹本 著色 聖一 国師 像 弘安 三 年 五 月 の 自賛 が あ る 紙本 著色 聖一 国師 像 明 兆 筆 紙本 墨画 聖一 国師 像 伝明 兆筆 ( 岩上 像 ) 絹本 著色 藤原 道家 像 絹本 墨画 維摩 居 士 像 紙本 淡彩 達磨 蝦 蟇 鉄拐 像 明 兆筆 3 幅 紙本 著色 四十 祖 像 明 兆筆 40 幅 紙本 淡彩 東福寺 伽藍 図 ( 伝雪 舟筆 ) 普門 院 方丈 障 壁画 74 面 ( 彫刻 ) 木造 僧形 坐像 木造 地蔵 菩薩 坐像 木造 二 天王 立像 ( 工芸 品 ) 朱 漆牡丹 唐 草文透 彫 卓 梵鐘 ( 書跡 典籍 、 古 文書 ) 聖一 国師 墨蹟遺偈 弘安 三 年 十 月 十 七 日 仏鑑禅 師 墨蹟 円 爾 号 2 幅 虎関 師 錬 墨蹟 進学 解 残本 4 幅 径山 仏鑑禅 師行 状 道 璨 撰 元 亨 釈書 30 冊 参天 台 五 台 山記 8 冊 無準行状 記徳 如筆 5 幅 宗派 図 ( 絹本 ) 2 幅 大宗 派 図 東寺 天台 大 血脈 図 東福 寺 所伝宋 拓 碑文 8 幅 普門 院 蔵 書 目録 大道 一 以筆 宋刊 本山 家 義苑 上下可 観述 宋刊 本 四 分律 比丘尼 鈔道 宣述 6 帖 宋刊 本 四明 十 義 書 智礼撰継 忠述 3 冊 宋刊 本 宗門 統要 集 宗 永集 5 冊 宋刊 本 台 宗 十 類 因革 論 善 月 述 4 冊 宋刊 本 中庸説巻 第 一 、 第 二 、 第 三 張 九成 著 1 冊 宋刊 本仏 鑑禅 師 語録 4 冊 宋刊 本 仏祖宗派 総 図 汝 達 編 宋刊 本 圜悟 禅師 語録 紹隆 等 編 ( 二 部 ) 4 冊 宋刊 本 楞 伽 経 ( 蘇軾 写刻 本 ) 4 冊 宋刊 本 楞伽 通義 善 月述 6 冊 宋版 首 楞 厳 経 義 海 三十 帖 円尓 関係 文書 九条 道 家 惣 処分 状 紙本 支那 禅刹 図 式 ( 寺伝 大 宋 諸山 図 ) 聖一 国師 戒牒 2 幅 聖一 国師 度 牒 2 幅 東福 寺 修正 看経 榜 固山 一 鞏筆 2 巻 東福 寺 条々 ( 弘安 三 年 六 月 一日 ) 東福 寺 文書 ( 5 , 585 通 ) 43 巻 、 129 幅 、 1,474 冊 、 67 帖 、 3, 770 通 、 51 鋪 、 6 綴 、 2 枚 京阪本 線 「 鳥羽 街道 駅 」 もしくは 「 東福 寺 駅 」 下車 、 徒歩 JR 奈良 線 「 東福 寺 駅 」 下車 、 徒歩 東福寺 を 舞台 に し た 映画 「 名 探偵 コナン 迷宮 の 十字 路 」 +清凉 寺 ( せいりょうじ ) は 、 京都 府 京都 市 右京 区 嵯峨野 に あ る 浄土 宗 の 寺院 。 山号 を 五 台 山 ( ご だい さん ) と 称 する 。 嵯峨 釈迦堂 ( さがしゃかどう ) の 名 で 知 ら れ 、 中世 以来 「 融通 念仏 の 道場 」 と し て も 知 ら れ て い る 。 宗派 は 初め 華厳 宗 、 後 に 浄土 宗 と な る 。 本尊 は 釈迦 如来 、 開基 ( 創立 者 ) は ちょう 然 ( ちょうねん ) 、 開山 ( 初代 住職 ) は その 弟子 の 盛算 ( じょうさん ) で あ る 。 起源 と 歴史 棲霞 寺 この 寺 の 歴史 に は 、 阿弥陀 三尊 を 本尊 と する 棲霞 寺 ( せいかじ ) と 、 釈迦 如来 を 本尊 と する 清凉 寺 と い う 2 つ の 寺院 が 関係 し て い る 。 この 地 に は 、 もともと 、 嵯峨 天皇 の 皇子 ・ 左 大臣 源融 ( みなもと の とおる 、 82 2 年 - 895 年 ) の 別荘 ・ 栖霞 観 ( せいかかん ) が あ っ た 。 源融 の 一 周忌 に 当た る 寛平 8 年 ( 896 年 ) 、 融 が 生前 に 造立 発願 し て 果た せ な かっ た 阿弥陀 三 尊像 を 子息 が 造り 、 これ を 安置 し た 阿弥陀 堂 を 棲霞 寺 と 号 し た 。 その 後 天慶 8 年 ( 945 年 ) に 、 重明 親 王妃 が 新堂 を 建て 、 等身 大 の 釈迦 像 を 安置 し た 。 一説 で は 、 「 釈迦堂 」 の 名 の 起こり は この 時 で あ る と い う 。 清凉 寺 棲霞 寺 草創 から 数十 年 後 、 当時 の 中国 ・ 北宋 に 渡 り 、 五 台 山 ( 中国 ) ( 一名 、 清凉 山 ) を 巡礼 し た 奝然 ( ちょうねん 、 93 8 - 1016 ) と い う 東大 寺 出身 の 僧 が い た 。 奝然 は 、 宋 へ 渡航 中 の 985 年 、 台州 の 開元 寺 で 現地 の 仏師 に 命 じ て 1 体 の 釈迦 如来像 を 謹刻 さ せ た 。 その 釈迦 像 は 、 古代 インド の 優填 王 ( うてん おう ) が 釈迦 の 在世 中 に 栴檀 ( せんだん ) の 木 で 造 ら せ た と い う 由緒 を 持 つ 霊像 を 模刻 し た もの で 、 実 は 模刻 像 と 霊像 と が 入れ替わ っ た と する 縁起 を 持 つ ため 、 「 インド - 中国 - 日本 」 と 伝来 し た こと から 「 三国 伝来 の 釈迦 像 」 と 呼 ば れ て い る 。 奝然 は 、 永延 元年 ( 987 年 ) 日本 に 帰国 後 、 京都 の 愛宕 山 を 中国 の 五 台 山 に 見立て 、 愛宕 山麓 に この 釈迦 像 を 安置 する 寺 を 建立 し よ う と し た 。 奝然 は 、 三国 伝来 の 釈迦 像 を この 嵯峨 の 地 に 安置 する こと で 、 南都 系 の 旧 仏教 の 都 に おけ る 中心 地 と し よ う と し た もの と 思 わ れ る 。 すなわち 、 都 の 西 北方 に そびえ る 愛宕 山麓 の 地 に 拠点 と な る 清凉 寺 を 建立 する こと で 、 相対 する 都 の 東北 方 に 位置 する 比叡山 延暦 寺 と 対抗 し よ う と し た 、 と い う 意図 が 込め られ て い た と さ れ る 。 しかし 、 その 願い を 達 し な い まま 長和 5 年 ( 1016 年 ) 、 奝然 は 没 し た 。 かれ の 遺志 を 継 い だ 弟子 の 盛算 ( じょうさん ) が 棲霞 寺 の 境内 に 建立 し た の が 、 五 台 山 清凉 寺 で あ る 。 大 念仏 ( 融通 念仏 ) 融通 念仏 と の 結びつき が でき た の は 、 弘安 2 年 ( 1279 年 ) 以降 の こと で あ る 。 この 年 、 大 念仏 中興 上人 と 呼 ば れ る 円覚 が 、 当寺 で 融通 念仏 を 勤修 し て い る 。 その 後 、 当寺 で 大 念仏 が 盛ん に な り 、 融通 念仏 の 道場 と な っ た 。 大 念仏 狂言 が 初めて 執行 さ れ た の は 、 下 っ て 嘉吉 3 年 ( 1443 年 ) の こと と さ れ る 。 その 後 、 応仁 の 乱 で 本寺 の 伽藍 は 焼失 する が 、 文明 ( 日本 ) 13 年 ( 1481 年 ) に 再興 さ れ た 。 出開帳 享禄 3 年 ( 1530 年 ) に 円誉 が 当寺 に 入 り 、 初めて 十 二 時 の 念仏 を 勤修 し て より 、 本寺 は 浄土 宗 の 寺 と な る 。 釈迦堂 ( 本堂 ) は 、 慶長 7 年 ( 160 2 年 ) に 豊臣 秀頼 に よ っ て 寄進 ・ 造営 さ れ た が 、 その 後 、 嵯峨 の 大火 が 類焼 し 、 本堂 以下 の 伽藍 は 被災 し 、 また 、 大 地震 の 被害 も あ り 伽藍 の 破損 は 甚大 と な る 。 元禄 13 年 ( 170 0 年 ) より 、 本尊 の 江戸 に 始ま る 各地 へ の 出開帳 が 始ま る 。 また 、 徳川 綱吉 の 母 で あ る 桂昌院 の 発願 で 、 伽藍 の 復興 が おこな わ れ た 。 この よう に 、 三国 伝来 の 釈迦 像 は 信仰 を 集め 、 清凉 寺 は 「 嵯峨 の 釈迦堂 」 と 呼 ば れ て 栄え た 。 一方 、 母体 で あ っ た 棲霞 寺 は 次第 に 衰微 し た が 、 今 に 残 る 阿弥陀 堂 や 、 阿弥陀 三 尊像 ( 国宝 、 現在 は 霊宝 館 に 安置 ) に 、 その 名残り を とどめ る 。 伽藍 「 五 台 山 」 の 額 が 掛か る 仁王 門 を 入 る と 、 正面 に 三国 伝来 の 釈迦 像 を 安置 する 本堂 ( 釈迦堂 ) が あ り 、 本堂 の 東側 に は 、 旧 棲霞 寺 本尊 の 阿弥陀 三 尊像 を 安置 し て い た ( 現在 は 霊宝 館 に 安置 ) 阿弥陀 堂 が 、 通例 の 阿弥陀 堂 と は 逆 に 、 本尊 が 西 を 向 く 形 で 配置 さ れ て い る 。 また 、 本堂 西側 に は 南向き の 薬師寺 が あ る 。 現在 の 本堂 は 元禄 14 年 ( 170 1 年 ) 、 阿弥陀 堂 は 文久 3 年 ( 1863 年 ) の 再建 で あ る 。 仁王 門 から 本堂 へ の 参道 の 西側 に は 法華 経 に 由来 する 多宝 塔 、 法隆 寺 夢殿 を 模 し た 聖徳 太子 殿 、 狂言 堂 など が あ る 。 狂言 堂 は 、 春 の 大 念仏 の 季節 に は 賑わい を 見せ る 。 参道 を 挟 ん だ 東側 に は 、 堂 の 正面 に 傅 大士 ( ふだいし ) 父 子 像 が 安置 さ れ た 一切 経蔵 ( 輪蔵 ) が あ る 。 境内 に は 以上 の 他 、 宝物 を 収蔵 展示 する 霊宝 館 、 法然 上人 求道 青年 像 、 豊臣 秀頼 首塚 など が あ る 。 文化 財 木造 釈迦 如来立像 および 像内 納入品 - 「 起源 と 歴史 」 の 項 で 述べ た 、 いわゆる 「 三国 伝来 の 釈迦 像 」 で あ る 。 像 高 約 160 cm で 、 魏 氏 桜桃 と い う 日本 に は な い 材 で 作 ら れ て い る と い う 。 縄目 状 の 頭髪 や 同心 円状 の 衣文 の 形式 など 、 一見 し て 日本 の 通例 の 仏像 と 異な る 様式 を 示 す 。 奝然 が 宋 に 滞在 中 の 985 年 、 台州 開元 寺 で 作 ら せ た もの で 、 刻銘 、 納入 品 等 の 記載 から 、 張延 皎 および 張延 襲 と い う 作者 の 名 も わか っ て い る 。 この 釈迦 像 の 模造 は 、 奈良 ・ 西大寺 ( 奈良 市 ) 本尊像 を はじめ 、 全国 に 100 体 近く あ る こと が 知 ら れ 、 「 清凉 寺 式 釈 迦像 」 と 呼 ば れ る 。 また 、 この 像 の 胎内 から は 、 造像 に まつわ る 文書 、 奝然 の 遺品 、 仏教 版 画 など 多く の 「 納入 品 」 が 発見 さ れ 、 これ ら も 像 と とも に 国宝 に 指定 さ れ て い る 。 納入 品 の うち 「 五臓 六 腑 」 ( 絹製 の 内臓 の 模型 ) は 、 医学 史 の 資料 と し て も 注目 さ れ る 。 その 他 、 奝然 の 遺品 と し て は 、 生誕 書付 ( 臍 の 緒書 き ) や 手形 を 捺 し た 文書 など も 発見 さ れ た 。 木造 阿弥陀 三 尊 坐像 - 「 起源 と 歴史 」 の 項 で 述べ た 、 棲霞 寺 の 本尊 で あ る 。 源融 の 一 周忌 に 当た る 寛平 8 年 ( 896 年 ) に 完成 し た と 思 わ れ る 。 絹本 著色 十 六 羅 漢像 16 幅 - 中国 ・ 北宋 時代 の 羅漢像 と し て 唯一 の 遺品 。 東京 と 京都 の 国立 博物 館 に 8 幅 ずつ 寄託 さ れ て い る 。 紙本 著色 釈迦堂 縁起 ( 伝元 信筆 ) 6 巻 紙本 著色 融 通 念 仏 縁起   2 巻 木造 文殊 菩薩 騎 獅 像 木造 帝釈 天 ( 伝普 賢 菩薩 ) 騎象 像 木造 地蔵 菩薩 立像 木造 毘沙門 天立 像 木造 四 天王 立像 木造 十 大 弟子 立像 源空 、 証空 自筆 消息 ( 2 通 ) ( 附熊谷 直実 自筆 誓願状 1 巻 、 迎接 曼 荼羅 2 幅 、 迎接 曼 荼羅 由来 1 巻 ) 行事 嵯峨 大 念仏 ( 大 念仏 狂言 ) ( 所在 地 ) 京都 市 右京 区 嵯峨 釈迦堂 藤ノ木町 46 ( 交通 ) 京都 市営 バス ・ 京都 バス 嵯峨 釈迦堂 前 バス 停下 車 徒歩 2 分 +妙心 寺 ( みょうしんじ ) は 、 京都 市 右京 区 花園 ( 京都 市 ) に あ る 臨済 宗 妙心 寺 派 大 本山 の 寺院 。 山号 を 正法 山 と 称 する 。 本尊 は 釈迦 如来 、 開基 ( 創立 者 ) は 花園 天皇 、 開山 ( 初代 住職 ) は 関山 慧玄 ( かんざん えげん 、 無相 大師 ) で あ る 。 日本 に あ る 臨済 宗 寺院 約 6, 00 0 か 寺 の うち 、 約 3,50 0 か 寺 を 妙心 寺 派 で 占め る 。 近世 に 再建 さ れ た 三門 、 仏殿 、 法堂 ( はっとう ) など の 中心 伽藍 の 周囲 に は 多く の 塔頭 寺院 ( たっちゅう じいん 、 子院 ) が 建ち 並 び 、 一大 寺院 群 を 形成 し て い る 。 京都 の 禅寺 は 、 五山 十 刹 ( ござんじっ さつ ) に 代表 さ れ る 、 室町 幕府 の 庇護 と 統制 下 に あ っ た 一派 と 、 それ と は 一線 を 画 す 在野 の 寺院 と が あ っ た 。 前者 を 「 禅林 」 また は 「 叢林 」 ( そうりん ) 、 後者 を 「 林下 」 ( りんか ) と い っ た 。 妙心 寺 は 、 大徳 寺 と とも に 、 修行 を 重んじ る 厳し い 禅風 を 特色 と する 「 林下 」 の 代表 的 寺院 で あ る 。 今 の 妙心 寺 の 地 に は 、 花園 上皇 の 離宮 ・ 萩原 殿 が あ っ た 。 花園 上皇 は 、 建武 ( 日本 ) 2 年 ( 1335 年 ) 落飾 ( 剃髪 し て 仏門 に 入 る こと ) し て 法皇 と な り 、 萩原 殿 を 禅寺 に 改め る こと を 発願 し た 。 法皇 の 禅 の 上 で の 師 は 大徳 寺 開山 の 宗峰 妙超 ( しゅう ほうみょうちょう 、 大燈 国師 ) で あ っ た 。 宗峰 は 建武 4 年 ( 1337 年 ) 12 月 没 する が 、 臨終 間近 の 宗峰 に 花園 法皇 が 「 師 の 亡 き 後 、 自分 は 誰 に 法 を 問 え ば よ い か 」 と 尋ね た ところ 、 宗峰 は 高弟 の 関山 慧玄 ( かんざん えげん 、 12 7 7 - 1 3 60 ) を 推挙 し た 。 その 頃 、 美濃 国 ( 岐阜 県 ) の 山奥 で 修行 に 明け暮れ て い た 関山 は 、 都 に 戻 る こと を 渋 っ て い た が 、 師僧 ・ 宗峰 の 遺命 と 花園 法皇 の 院宣 が あ っ て は 辞去 する わけ に は い か ず 、 暦応 5 年 / 康永 元年 ( 1342 年 ) 、 妙心 寺 の 開山 と な っ た 。 なお 、 「 正法 山 妙心 寺 」 の 山号 寺 号 は 宗峰 が 命名 し た もの で 、 釈尊 が 嗣法 の 弟子 ・ 摩訶 迦葉 ( まか かしょう ) に 向か っ て 述べ た 「 正法 眼蔵 涅槃 妙心 」 ( 「 最高 の 悟り 」 と い う ほど の 意味 ) と い う 句 から 取 っ た もの で あ る 。 関山 慧玄 の 禅風 は 厳格 で 、 その 生活 は 質素 を きわめ た と い う 。 関山 に は 他 の 高僧 の よう な 「 語録 」 は な く 、 生前 に 描 か れ た 肖像 も な く 、 遺筆 も 弟子 の 授翁 宗弼 ( じゅ おうそう ひつ ) に 書き与え た 印可 状 ( 師匠 の 法 を 受け継 い だ 証明 書 ) の ほか ほとんど 残 さ れ て い な い 。 妙心 寺 6 世 住持 の 拙堂 宗朴 ( せつどう そうぼく ) は 、 足利 氏 に 反旗 を ひるがえ し た 大内 義弘 と 関係 が 深 か っ た ため 、 将軍 足利 義満 の 怒り を 買 っ た 。 応永 6 年 ( 1399 年 ) 、 義満 は 妙心 寺 の 寺領 を 没収 し 、 拙堂 宗朴 は 大内 義弘 に 連座 し て 青蓮 院 に 幽閉 の 身 と な っ た 。 妙心 寺 は 応仁 の 乱 ( 14 67 - 1477 年 ) で 伽藍 を 焼失 し た が 、 中興 の 祖 で あ る 雪江 宗深 ( せっこう そうしん 、 140 8 - 1486 ) の 尽力 に よ り 復興 。 細川 家 や 豊臣 家 など の 有力 者 の 援護 を 得 て 、 近世 に は 大いに 栄え た 。 勅使 門 - 慶長 15 年 ( 1610 年 ) 建立 。 三門 - 慶長 4 年 ( 1599 年 ) 建立 。 五間 三戸 ( 正面 の 柱間 5 間 の うち 中央 3 間 が 通路 ) の 二 重 門 ( 2 階 建門 ) で あ る 。 上層 に は 円通 大士 ( 観音 ) と 十 六 羅 漢像 を 安置 する 。 仏殿 - 他 の 諸堂 より 新し く 、 文政 10 年 ( 1827 年 ) の 建立 。 入母屋 造 、 一 重 裳 階 ( もこし ) 付き 。 法堂 ( はっとう ) - 明暦 2 年 ( 1656 年 ) の 建立 。 入母屋 造 、 一 重 裳 階 付き 。 大方丈 - 承応 3 年 ( 1654 年 ) の 建立 。 障壁 画 は 南側 3 室 は 狩野 探幽 、 北側 3 室 は 狩野 洞雲 の 筆 。 庫裏 - 承応 2 年 ( 1653 年 ) の 建立 。 他 に 小方 丈 、 浴室 、 経蔵 など が あ る ( 以上 の 建造 物 は すべて 重要 文化 財 ) 。 妙心 寺 の 塔頭 は 48 箇院 に 及 び 、 うち 山内 塔頭 38 箇院 、 境外 塔頭 は 石庭 で 著名 な 龍安 寺 を 含め 10 箇院 を 数え る 。 龍泉 庵 衡 梅院 長興院 養源 院 東海 庵 - 庭園 は 史跡 ・ 名勝 に 指定 。 方丈 前庭 は 築地 塀 で 囲 ま れ た 一画 に 白砂 を 敷き詰め 、 帚目 を 付け た だけ の シンプル な 庭 。 書院 南庭 は 白砂 に 7 個 の 石 を 並べ た 抽象 的 な 庭 で あ る 。 玉 鳳院 - 関山 慧 玄像 を 祀 る 開山 堂 ( 別名 微笑庵 、 重文 ) は 室町 時代 の 建築 。 庭園 は 史跡 ・ 名勝 に 指定 東林 院 - 枯山 水庭園 、 水琴 窟 が 見 られ る 。 沙羅 双樹 の 花 が 咲 く 時期 の 特別 公開 で 知 ら れ る 大心 院 雑華 院 福寿 院 如是院 海福院 - 福島 正則 開基 。 夬室 智文 開祖 。 公家 町 尻家 菩提寺 。 養 徳 院 大雄院 桂 春院 - 杉苔 と ツツジ の 植え込み が 見 どころ の 庭園 は 史跡 ・ 名勝 に 指定 蟠桃 院 長 慶院 雲祥院 光国 院 隣華 院 - 方丈 襖絵 「 水墨 山水 図 」 長谷川 等伯筆 ( 国 の 重要 文化 財 ) 、 狩野 永岳筆 襖絵 を 所有 智勝院 麟祥院 大通院 天球 院 金牛 院 寿聖院 天祥院 春光院 ( しゅん こういん ) - 重要 文化 財 の 南蛮 寺 ( なんばんじ ) の 鐘 と 狩野 永岳 の 方丈 襖絵 を 所有 する 徳雲院 大龍院 大 法 院 玉龍院 通玄 院 霊 雲院 - 枯山 水庭園 は 史跡 ・ 名勝 に 指定 聖沢 院 天授院 退蔵 院 - 日本 の 初期 水墨画 の 代表 作 で あ る 如拙 ( じょせつ ) 筆 の 国宝 「 瓢鮎 図 」 ( ひょうねん ず ) を 所有 する ( 京都 国立 博物 館 に 寄託 ) 。 慈雲 院 以上 の うち 常時 一般 公開 し て い る の は 退蔵 院 、 桂春院 、 大心 院 の み 慧照院 ( 右京 区 花園 坤南町 ) 龍華 院 ( 右京 区 花園 坤南町 ) 春浦 院 ( 右京 区 花園 坤南町 ) 金台 寺 ( 北 区 等 持院 西町 ) 仙寿院 ( 右京 区 竜安 寺 衣笠 下町 ) 多福院 ( 右京 区 竜安 寺 衣笠 下町 ) 龍安 寺 ( 右京 区 竜安 寺 御陵ノ 下町 ) 霊光院 ( 右京 区 竜安 寺 御陵ノ 下町 ) 大珠院 ( 右京 区 竜安 寺 御陵ノ 下町 ) 西源院 ( 右京 区 竜安 寺 御陵ノ 下町 ) 梵鐘 - 戊戌 ( つちの えいぬ ) 年 、 つまり 西暦 698 年 に あた る 年 の 銘文 が あ る 、 日本 最古 の 紀年 銘鐘 。 九州 方面 で 制作 さ れ た もの で あ る 。 妙心 寺 に は 2 個 所 ( 法堂 の 北西 と 仏殿 の 南東 ) あ る が 、 前者 の 鐘楼 に かか っ て い た もの ( 現在 は 法堂 に 移動 ) 。 音色 が 雅楽 の 黄鐘調 ( おうじ きちょう ) に 合 う こと から 古来 「 黄鐘調 の 鐘 」 と し て 著名 で 、 『 徒然 草 』 に も この 鐘 の こと が 言及 さ れ て い る 。 大燈 国師 墨蹟 - 宗峰 妙超 ( 大燈 国師 ) が 弟子 の 関山 慧玄 ( 妙心 寺 開山 ) に 「 関山 」 の 号 を 与え た とき に 書き与え た もの 。 大燈 国師 墨蹟 - 宗峰 妙超 が 関山 慧玄 に 与え た 「 印可 状 」 ( 自分 の 法 を 継 い だ と い う お 墨付き ) で あ る 。 建造 物 仏殿 ( 附廊 下 ) 法堂 ( 附廊 下 ) 大方 丈 三門 浴室 経蔵 勅使 門 南門 玄関 寝堂 小方丈 ( 附廊 下 ) 庫裏 ( 附廊 下 ) 北門 美術 工芸 品 絹本 著色 花園 天皇 像 後 花園 帝 の 賛 あ り 絹本 著色 虚堂 和尚像 ・ 絹本 著色 大応 国師 像 ・ 絹本 著色 大燈 国師 像 ( 元徳 二 年 の 自賛 あり ) 絹本 著色 十 六 羅 漢像 16 幅 絹本 著色 六 代 祖師 像 6 幅 絹本 墨画 普賢 菩 薩像 紙本 著色 三 酸 及 寒山 拾得 図 ( 六 曲 屏風 ) ・ 紙本 著色 琴棋 書画 図 ( 六 曲 屏風 ) ・ 紙本 著色 花卉 図 ( 六 曲 屏風 ) ( 以上 海北 友松筆 ) ・ 紙本 著色 呂望及 商山 四 皓 図 ( 六 曲 屏風 ) ・ 紙本 著色 厳子 陵及 虎 渓 三 笑 図 ( 二 曲 屏風 ) 紙本 著色 竜虎 図 六 曲 屏 風 紙本 墨画 達磨 ・ 豊干 ・ 布袋 像 紙本 墨画 瀟湘 八景 図 六 曲 屏 風 倶利迦羅 竜守刀 中身 銘尚 宗 豊臣 棄丸 所用 小形 武具 甲 2 領 、 冑 1 頭 、 鞍 1 脊 豊臣 棄丸 所用 関山 慧玄墨 蹟 授宗 弼証状 延文 元年 仲春日 花園 天皇 宸翰 消息 ( 三 月 廿 二 日 ) 花園 天皇 宸翰 書状 ( 貞和 三 年 七 月 廿 九 日 ) 花園 天皇 宸 翰置文 ( 貞和 三 年 七 月 廿 二 日 関山 上人 宛 ) 後奈良 天皇 宸翰 徽 号 勅書 ( 弘治 三 年 三 月 十 二 日 ) 後奈良 天皇 宸 翰置文 ( 弘治 三 年 八 月 九 日 妙心 寺 方 丈 宛 ) 後西 天皇 宸翰 徽 号 勅書 ( 万治 元年 十 二 月 十 二 日 ) 東山 天皇 宸翰 徽 号 勅書 ( 宝永 三 年 八 月 十 二 日 ) 桃園 天皇 宸翰 光徳勝妙 国 師 号 勅書 ( 宝暦 六 年 十 月 十 二 日 ) 光格 天皇 宸翰 徽 号 勅書 ( 文化 二 年 三 月 十 二 日 ) 孝明 天皇 宸翰 徽 号 勅書 ( 安政 二 年 三 月 十 二 日 ) 焼失 し た 文化 財 鐘楼 - 旧 重要 文化 財 。 昭和 37 年 ( 1962 年 ) 9 月 1日 、 放火 に よ り 焼失 。 方丈 庭園 1 月 1日 修二 会 ( しゅに え ) < 正月 行事 > 2 月 7 日 開山 降誕 会 ( ごうたんえ ) 2 月 15 日 涅槃 会 ( ね はんえ ) 3 月 彼岸 中日 祠堂斎 ( しどう さい ) 4 月 8 日 釈尊 降 誕 会 ( ごうたんえ ) 5 月 18 日 方丈 懺 法 ( せんぽう ) 6 月 18 日 山門 懺 法 7 月 15 日 山門 施餓鬼 ( せがき ) 8 月 9 日 ・ 10 日 お 精霊 ( しょうらい ) 迎え 10 月 5 日 達磨 忌 11 月 3 日 ・ 4 日 曝涼 ( ばくりょう ) < 寺宝 の 虫干し 及び 一般 公開 > 11 月 11 日 花園 法 皇忌 12 月 8 日 成道 会 ( じょうどう え ) 12 月 12 日 開山 会 南門 JR 嵯峨野 線 ( 山陰 本線 ) 「 花園 駅 ( 京都 府 ) 」 下車 、 京都 市営 バス ・ 京都 バス 「 妙心 寺前 」 下車 北門 京福 電気 鉄道 京福 電気 鉄道 北野 線 「 妙心 寺 駅 」 下車 、 京都 市営 バス ・ 京都 バス 「 妙心 寺 北門前 」 下車 +大覚 寺 ( だい かくじ ) 京都 市 右京 区 に あ る 真言 宗 大覚寺 派 大 本山 の 寺院 。 本項 に て 記述 。 兵庫 県 姫路 市 に あ る 浄土 宗 の 寺院 。 別項 「 大覚寺 ( 姫路 市 ) 」 を 参照 。 滋賀 県 愛知 郡 ( 滋賀 県 ) 愛東 町 大覚寺 に あ る 天台 宗 の 寺院 。 茨城 県 石岡 市 大増 に あ る 浄土 真宗 本願 寺 派 の 寺院 。 大覚 寺 ( だい かくじ ) は 、 京都 市 右京 区 嵯峨野 に あ る 、 真言 宗 大覚寺 派 大 本山 の 寺院 。 山号 を 嵯峨山 と 称 する 。 本尊 は 不動 明王 を 中心 と する 五 大 明王 、 開基 は 嵯峨 天皇 で あ る 。 嵯峨 天皇 の 離宮 を 寺 に 改め た 皇室 ゆかり の 寺院 で あ る 。 また 、 後宇多 天皇 が ここ で 院政 を 行 う など 、 日本 の 政治 史 に 深 い 関わり を も つ 寺院 で あ る 。 また 、 嵯峨 天皇 に 始ま る と い う 華道 嵯峨 御 流 を 今 に 伝え る 寺 で も あ る 。 寺 の 境内 ( 大沢 池 など ) で は 映画 や テレビ ( 特に 時代 劇 ) など の 撮影 が よく 行 わ れ て い る 。 歴史 嵯峨野 の 北東 に 位置 する この 地 に は 、 平安 時代 初期 に 在位 し た 嵯峨 天皇 が 離宮 を 営 ん で い た 。 嵯峨 天皇 の 信任 を 得 て い た 空海 が 、 離宮 内 に 五 大 明王 を 安置 する 堂 を 建て 、 修法 を 行 っ た の が 起源 と さ れ る 。 嵯峨 天皇 が 死去 し て から 30 数 年 後 の 貞観 ( 日本 ) 18 年 ( 876 年 ) 、 皇女 の 正子 内 親王 ( 淳和 天皇 皇后 ) が 離宮 を 寺 に 改め た の が 大覚 寺 で あ る 。 淳和 天皇 の 皇子 ( 嵯峨 天皇 に は 孫 に あた る ) 恒貞 親王 ( 恒寂 ( こうじゃく ) 法 親 王 、 仁明 天皇 の 廃太子 ) を 開山 ( 初代 住職 ) と し た 。 鎌倉 時代 に な る と 、 亀山 天皇 や 後宇多 法 皇 が 入寺 し 、 ここ で 院政 を 行 っ た ため 「 嵯峨 御所 」 と も 呼 ば れ た 。 なか で も 、 後宇多 法皇 は 伽藍 の 整備 に 力 を 尽く し た ため 、 「 中興 の 祖 」 と 称 さ れ て い る 。 亀山 法皇 ・ 後宇多 法 皇 の 系統 は 当寺 に ちな ん で 「 大覚 寺 統 」 と 呼 ば れ 、 後深草 天皇 の 系統 の 「 持明 院 統 」 と 交代 で 帝位 に つ い た 。 この 両 系統 が 対立 し た こと が 、 後 の 南北朝 時代 ( 日本 ) 分裂 に つなが っ た こと は よく 知 ら れ る 。 元中 9 年 ( 1392 年 ) 、 南北朝 の 和解 が 成立 し 、 南朝 ( 日本 ) 最後 の 天皇 で あ る 後亀山 天皇 から 北朝 ( 日本 ) の 後 小松 天皇 に 「 三 種 の 神器 」 が 引き継 が れ た の も 、 ここ 大覚 寺 に お い て で あ っ た 。 この よう に 、 皇室 ゆかり の 寺院 で あ り 、 代々 法 親王 が 住職 と な っ た 門跡 寺院 で あ る ため 、 現在 で も 御所 風 の 雰囲気 が ただよ っ て い る 。 御所 跡地 が 国 の 史跡 に 指定 さ れ て い る 。 伽藍 皇室 ゆかり の 寺院 で あ る 大覚 寺 に は 、 宮廷 風 の 建築 や 皇室 ゆかり の 建物 を 移築 し た もの が 多 い 。 伽藍 の 中軸 線 上 に は 南 から 勅使 門 ( 唐門 ) 、 御影 堂 、 心経殿 が 建 ち 、 御影 堂 の 東 に 五 大堂 、 西 に 宸殿 、 宸殿 の 北側 に 正寝 殿 が 建 つ 。 これ ら の 建物 の 間 は 屋根 付き の 廊下 で 結 ば れ て い る 。 伽藍 の 中心 部 に 位置 し て い る の は 、 本堂 に あた る 五 大 堂 で は な く 、 嵯峨 天皇 ほか の 歴代 天皇 が 書写 し た 般若 心 経 を 収め る 心経殿 で あ る 点 が 注目 さ れ る 。 宸殿 ( 重要 文化 財 ) ‐ 東福 門院 ( 後水尾 天皇 中宮 ) の 旧殿 を 移築 し た もの と 伝え る 。 蔀戸 ( しとみど ) を 用い た 寝殿 造 風 の 建物 で 、 屋根 は 入母 屋 造 、 檜皮 葺き と し 、 周囲 に 広縁 を めぐら す 。 「 宸殿 」 は 門跡 寺院 に 特有 の 建物 名 で 、 「 宸 」 は 「 皇帝 」 の 意 で あ る 。 内部 は 大き く 4 室 に 分かれ 、 中 で も 南側 の 「 牡丹 の 間 」 の 牡丹 図 と 北側 の 「 紅梅 の 間 」 の 紅梅 図 の 襖絵 ( とも に 狩野 山楽筆 ) は 名高 い ( 襖絵 の オリジナル は 収蔵 庫 に 収め られ 、 現在 ここ に あ る 襖絵 は 複製 で あ る ) 。 前庭 に は 一面 に 白砂 が 敷き 詰め られ 、 右近 の 橘 と 左近 の 梅 ( 左近 の 「 桜 」 で は な い ) が あ る 。 御影 堂 ‐ 入母 屋 造 、 桟瓦 葺き 。 伽藍 の 中心 部 に 位置 し 、 北側 に 建 つ 心 経殿 の 拝殿 の よう な 役割 を し て い る 。 この 建物 は 大正 天皇 の 即位 式 に 使用 さ れ た 饗応 殿 を 下賜 さ れ 、 大正 14 年 ( 1925 年 ) 、 後宇多 法 皇 600 回 忌 を 機 に 大覚 寺 へ 移築 さ れ た もの で あ る 。 堂内 の 中心 部 は 北側 に 建 つ 心 経殿 の 拝所 と な り 、 その 左右 に 大覚 寺 に ゆかり の 深 い 嵯峨 天皇 、 弘法 大師 ( 空海 ) 、 後宇多 法皇 、 恒寂 法 親王 の 像 を 安置 する 。 五 大堂 ‐ 大覚 寺 の 本堂 。 境内 東側 に 位置 する 。 天明 年間 ( 178 1 - 1 7 89 年 ) の 建立 。 当初 は 伽藍 の 中心 部 ( 御影 堂 前 の 現在 、 石 舞台 が あ る 位置 ) に あ っ た が 、 大正 14 年 ( 1925 年 ) 、 御影 堂 が 移築 さ れ た 際 に 現在 の 位置 に 移動 し た 。 元来 この 堂 の 本尊 で あ っ た 鎌倉 時代 作 の 五 大明 王像 は 収蔵 庫 に 移 さ れ 、 現在 は 松久 朋琳 ・ 松久 宗琳 が 昭和 50 年 ( 1975 年 ) に 完成 し た 五 大 明 王像 を 本尊 と し て 安置 し て い る 。 堂 は 写経 道場 と し て 用い られ て お り 、 堂 の 東側 の 縁 から は 大沢 池 を 望 む こと が でき る 。 心経殿 ‐ 御影 堂 の 北 に 建 つ 。 大正 14 年 ( 1925 年 ) 建立 の 鉄筋 コンクリート 造 の 小 規模 な 八角 堂 で 、 壁面 は 校倉 造風 で あ る 。 内部 に は 嵯峨 天皇 、 後光 厳 天皇 、 後花園 天皇 、 後奈良 天皇 、 正親 町 天皇 、 光格 天皇 の 直筆 の 般若 心 経 を 収蔵 し 、 薬師 如来像 を 安置 する 。 内部 は 非 公開 で 、 開扉 は 60 年 に 一 度 と さ れ て い る 。 建物 は 国 の 登録 有形 文化 財 に 登録 さ れ て い る 。 正寝殿 ‐ 重要 文化 財 指定 名称 は 「 客殿 」 。 桃山 時代 建立 の 書院 造 建築 で 、 内部 は 大小 12 の 部屋 に 分かれ る 。 「 上段 の 間 」 ( 御冠 の 間 ) に は 玉座 が あ り 、 後宇多 院 が 院政 を 行 っ た 部屋 を 再現 し た もの で あ る 。 障壁 画 は 狩野 山楽 および 渡辺 始興 の 筆 。 霊明殿 ‐ 総理 大臣 を 務め た 斎藤 実 が 昭和 3 年 ( 1928 年 ) 、 東京 の 沼袋 ( 現 ・ 中野 区 沼袋 ) に 建て た 日仏 寺 の 本堂 だっ た もの 。 昭和 33 年 ( 1958 年 ) 、 当時 大覚 寺 門跡 で あ っ た 草繋 全宜 ( くさなぎ ぜんぎ ) が 移築 し た 。 縁板 まで 含め 総 朱 塗り と し た 建物 で 、 阿弥陀 如来 を 本尊 と する 。 貴賓 館 ‐ 秩父宮 の 御殿 と し て 大正 12 年 ( 1923 年 ) 、 東宮 仮 御所 の 霞ヶ関 離宮 ( 現 ・ 国会 前庭 ) に 建立 さ れ た もの 。 昭和 46 年 ( 1971 年 ) 、 大覚 寺 に 移築 さ れ た 。 非 公開 。 庭湖 館 ‐ 江戸 時代 中期 、 大沢 池畔 に 建て られ た 休憩 所 を 明治 元年 ( 1868 年 ) に 移築 し た もの 。 非 公開 。 この ほか 、 伽藍 東側 の 大沢 池 周辺 に は 護摩 堂 、 大日 堂 、 聖天 堂 、 五 社 明神 など の 小堂 や 、 昭和 42 年 ( 1967 年 ) 建立 の 心 経 宝塔 ( 多宝 塔 ) など が 建 つ 。 大沢 池 と 名古 曽 の 滝 大沢 池 は 中国 の 洞庭 湖 を 模 し て 嵯峨 天皇 が 築造 し た もの と い わ れ 、 当時 の 唐風 文化 の 面影 を 今 に 残 す 園地 は 池 の 北方 約 100 メートル に あ る 「 名古 曽 の 滝 」 と とも に 1923 ( 大正 12 年 ) に 国 の 文化 財 と し て 名勝 指定 さ れ て い る 。 嵯峨院 の 園池 を 引き継 ぐ もの と 推定 さ れ て い る が 、 これ は 南東 に ゆる く 傾斜 する 地形 を 利用 し て 南 から 東 に かけ て 長 い 堤 を 築 する こと で 北西 側 から の 流れ を せき止め て 築造 さ れ た 人工 の 池 と し て 知 ら れ る 。 この 池 は また 周辺 水田 の 灌漑 用 水 と し て 重要 な 役割 を 果た し て き た こと が 知 ら れ て い る 。 平安 時代 前期 の 名残 を とどめ 、 日本 最古 の 庭池 と さ れ て い る 。 昭和 56 年 から 始ま っ た 発掘 調査 に よ っ て 、 この 2 石 は 当初 の 位置 に あ る もの の 、 その 他 の 石 は 後代 の 手 が 加わ っ て い る と 推定 さ れ て い る 。 また 滝 の 南方 に は 素堀 に 近 い 蛇行 溝 が 開削 さ れ て 大沢 池 へ 注 い で い た こと が 調査 で わか っ て い て 、 これ は 自然 の 流れ を 模 し て 造 ら れ た 庭園 の 遣水 施設 で あ る 。 嵯峨 天皇 が 譲位 を 契機 と し て 冷然 院 から この 新院 へ と 遷御 し た 時期 に 最大 幅 約 12 メートル 、 深 さ 約 1 メートル 規模 拡張 さ れ た 。 拡張 と 同時 に 流末 に 水位 調節 の ため に 石組 み 溝 が 新た に 設け られ 、 これ に よ っ て 流路 全体 が せき止め られ て 池状 の たま り と な っ て い た 。 この こと から 改修 時期 に は 供給 さ れ る 水量 が 減少 し 、 池 の 注 ぎ 口 に 設け られ た 溝 も やがて 埋没 し た 。 流水 方向 に 直交 し て 低 い 土手 が 築 か れ て ここ に 帯状 に 玉石敷 が 造 ら れ る と 同時 に 施設 の 西側 に 景石 が 添え られ た 。 この 施設 に よ っ て 流路 は 大き く せき 止め られ て 広大 な たまり を 形成 し オーバー フロー し て 大沢 池 に 注ぎ込 む こと と な っ て い た もの と 考え られ て い る 。 文化 財 後 宇多 天皇 宸翰 御 手印 遺告 ( ごう だてん の うしん かん ご て いん ゆいごう ) - 「 宸翰 」 は 天皇 自筆 の 意 。 後 宇多 天皇 ( 法皇 ) が 、 大覚 寺 の 興隆 を 願 っ て 書きおいた 遺言 の 自筆 草稿 で 、 紙面 に 天皇 の 手形 が 押 さ れ て い る 。 後 宇多 天皇 宸翰 弘法 大 師伝 - 真言 密教 に 帰依 し た 後 宇多 天皇 が 、 自ら 正和 4 年 ( 1315 年 ) に 書 い た 弘法 大 師伝 の 自筆 本 。 正寝殿 ( 客殿 ) 宸殿 絹本 著色 五 大 虚空 蔵像 絹本 著色 後 宇多 天皇 像 紙本 著色 後 宇多 天皇 像 紙本 著色 後 宇多 天皇 像 大覚 寺 障壁 画 116 面 ( 附 122 面 ) 木造 軍荼 利明 王 立像 ・ 大威徳明 王 像 木造 五 大明 王像   5 躯 太刀   銘 □ 忠 後 宇多 天皇 宸翰 悉曇 印信口決 2 帖 ・ 悉曇 印信文 5 帖 後 宇多 天皇 宸翰 奥 砂子 平口 決 後 宇多 天皇 宸翰 灌頂 印明   6 巻 後 宇多 天皇 宸翰 灌頂 私注   上   正和 三 年 奥 書 後 宇多 天皇 宸 翰護摩 口 決 後 宇多 天皇 宸翰 伝法 灌頂 作法 後 宇多 天皇 宸翰 伝法 灌頂 初 後夜 供養 法 次第   2 帖 後 宇多 天皇 宸 翰 宝珠 抄 後 宇多 天皇 宸翰 高雄 曼荼羅 御 修覆記   延慶 二 年 正月 十 九 日 と あり 後 宇多 天皇 宸翰 伝流 抄 目録 並禅助 消息 3 通   1 巻 金剛 界 伝法 潅頂 作法 袈裟印   禅助 筆 孔雀 経 音義   上中下   3 帖 秘鈔 ( 128 巻 ) 23 結 後深草 天皇 宸翰 消息 ( 正安 二 年 三 月 六 日 花押 ) 花園 天皇 宸翰 消息   七 月 廿 五 日 と あり 京都 市営 バス ・ 京都 バス 大覚 寺下 車 徒歩 2 分 +三十 三 間 堂 ( さんじゅう さん げん どう ) は 京都 市 東山 区 に あ る 仏堂 。 建物 の 正式 名称 は 蓮華 王院 本堂 ( れんげ おういん ほんどう ) 。 同じ 京都 市 東山 区 に あ る 天台 宗妙 法 院 の 境外 仏堂 で あ り 、 同院 が 所有 ・ 管理 し て い る 。 元 は 後白 河 上皇 が 自身 の 離宮 内 に 創建 し た 仏堂 で 、 本尊 は 千手 観音 で あ る 。 この 地 に は 、 もともと 後白 河 上皇 が 離宮 と し て 建て た 法住 寺 殿 が あ っ た 。 その 広大 な 法住 寺 殿 の 一画 に 建て られ た の が 蓮華 王院 本堂 、 今 に 言 う 三十 三 間 堂 で あ る 。 上皇 が 平清 盛 に 建立 の 資材 協力 を 命 じ て 旧暦 の 長寛 2 年 12 月 17 日 ( 西暦 1165 年 1 月 30 日 ) に 完成 し た と い う 。 創建 当時 は 五 重塔 など も 建 つ 本格 的 な 寺院 で あ っ た が 、 建長 元年 ( 1249 年 ) の 火災 で 焼失 し た 。 文永 3 年 ( 1266 年 ) に 本堂 のみ が 再建 さ れ て い る 。 現在 「 三十 三 間 堂 」 と 称 さ れ る 堂 が それ で あ り 、 当時 は 朱 塗り の 外装 で 、 内装 も 極彩 色 で 飾 ら れ て い た と い う 。 建築 様式 は 和様 に 属 する 。 「 三十 三 間 堂 」 の 名称 は 、 間面 記法 に よ る 表記 「 三十 三 間 四面 」 ( 構造 ) に 由来 する 。 「 33 」 は 観音 に 縁 の あ る 数字 で 、 『 法華 経 』 等 に 観音 菩薩 が 33 種 の 姿 に 変 じ て 衆生 を 救 う と 説 か れ る こと に よ る 。 江戸 時代 に は 各藩 の 弓術 家 に よ り 本堂 西 軒下 ( 長 さ 約 121 m ) で 矢 を 射 る 「 通し 矢 」 の 舞台 と な っ た 。 その 伝統 に 因 み 、 現在 は 「 楊枝 の お 加持 」 大 法 要 と 同日 ( 1 月 中旬 ) に 、 本堂 西側 の 射程 60 m の 特設 射場 で 矢 を 射 る 「 三十 三 間 堂大 的 全国 大会 」 が 行 わ れ る 。 弓道 を たしなむ 女性 成年 参加 者 が 振袖 袴 姿 で 行射 する 場面 は 、 しばしば ニュース 番組 等 で 取り上げ られ る 。 一般 的 に は 「 通し 矢 」 と 呼 ば れ て い る が 、 60 m は 弓道 競技 の 「 遠的 」 の 射程 で あ り 、 かつて の 通し 矢 と は 似 て 非 な る もの で あ る 。 三十 三 間 堂 に つ い て 次 の よう な 伝承 が あ る 。 後白河 上皇 は 長年 頭痛 に 悩ま さ れ て い た 。 熊野 三山 参詣 の 折 に その 旨 を 祈願 する と 、 熊野 権現 から 「 平等 寺 ( 京都 市 下京 区 ) の 薬師 如来 に 祈 れ 」 と お 告げ が あ っ た 。 そこ で 因幡 堂 に 参詣 する と 、 上皇 の 夢 に 僧 が 現れ 「 上皇 の 前世 は 熊野 の 蓮花 坊 と い う 僧侶 で 、 仏道 修行 の 功徳 に よ っ て 天皇 に 生まれ変わ っ た 。 しかし 、 その 蓮華 坊 の 髑髏 が 岩田 川 の 底 に 沈 ん で い て 、 その 目穴 から 柳 が 生え 、 風 が 吹 く と 髑髏 が 動 く の で 上皇 の 頭 が 痛 む の で あ る 」 と 告げ た 。 上皇 が 岩田 川 ( 現在 の 富田 川 ) を 調べ させ る と お告げ の 通り で あ っ た の で 、 三十 三 間 堂 の 千手 観音 の 中 に 髑髏 を 納め 、 柳 の 木 を 梁 に 使 っ た ところ 、 上皇 の 頭痛 は 治 っ た と い う 。 「 蓮華 王院 」 と い う 名前 は 前世 の 蓮華 坊 の 名 から 取 っ た もの で あ る と い う 。 この 伝承 に よ り 「 頭痛 封じ の 寺 」 と し て 崇敬 を 受け る よう に な り 、 「 頭痛 山平癒 寺 」 と 俗称 さ れ た 。 三十 三 間 堂 の 名称 は 、 本堂 が 間面 記法 で 「 三十 三 間 四面 」 と な る こと に 由来 する 。 これ は 桁行 三十 三 間 の 周囲 四面 に 一間 の 庇 を 巡 ら せ た と い う 意味 で あ る 。 つまり 柱間 が 33 あ る の は 本堂 の 内陣 ( 母屋 ) で 、 建物 外部 から 見 る 柱間 は 3 5 あ る 。 ここ で 言 う 「 間 」 ( けん ) は 長 さ の 単位 で は な く 、 社寺 建築 の 柱間 の 数 を 表 す 建築 用語 で あ る 。 三十 三 間 堂 の 柱間 は 一定 で は な くその 柱間 も 今日 柱間 と し て 使 わ れ る 京間 ・ 中京間 ・ 田舎 間 の どれ に も 該当 し な い 。 「 三十 三 間 堂 の 1 間 ( 柱間 ) は 今日 の 2 間 ( 12 尺 ) に 相当 する 」 と し て 堂 の 全長 は 33 × 2 × 1 . 8 1 8 で 約 120 m 、 と 説明 さ れ る こと が あ る が 、 これ は 柱間 長 に つ い て も 、 柱間 数 に つ い て も 誤り で あ る ( ただし 実際 の 外縁 小口 間 の 長 さ 約 121 m と ほとんど 一致 する ) 。 本堂 ( 国宝 ) - 鎌倉 時代 、 入母屋 造 本 瓦 葺 太閤 塀 ( 重要 文化 財 ) - 本瓦 葺 、 豊臣 秀吉 の 寄進 に よ る 南 大門 ( 重要 文化 財 ) - 切妻 造 、 本瓦 葺 、 豊臣 秀頼 が 建立 本堂 木造 千手 観音 坐像 ( 附木造 天蓋 ) - 堂内 中央 に 安置 する 本尊像 。 像 高 335 cm 。 湛慶晩年 の 建長 6 年 ( 1254 年 ) の 作 木造 風神 ・ 雷 神像 - 鎌倉 復興 期 の 作 。 堂内 左右端 に 安置 。 風袋 と 太鼓 を それぞれ 持 っ た 風神 ・ 雷神像 の 姿 を ユーモラス に 表 し た これ ら の 像 は 、 俵屋 宗達 の 『 風神 雷神 図 屏風 』 の モデル に な っ た と も い わ れ る 。 木造 二十 八 部 衆 立像 - 鎌倉 復興 期 の 作 。 千 体 千 手 観音 像 の 手前 に 横一 列 に 立 つ ( 28 躯 の うち 四 天 王 像 4 躯 は 本尊 の 周囲 に 立 つ ) 。 二十 八 部衆 は 千手 観音 の 眷属 で 、 仁王 、 四 天王 の よう な なじみ の 深 い 尊格 の ほか 、 婆藪 仙人 ( ばす せん にん ) 、 摩和 羅 女 など 、 他 で は あまり 見かけ な い 像 も 含 む 。 痩せ 衰え た 老人 の 姿 を リアル に 表 し た 婆藪 仙 人 像 は 鎌倉 彫刻 の 代表 作 と し て 知 ら れ て い る 。 南 大門 太閤 塀 木造 千手 観音 立像 ( 1,001 躯 ) 本尊 の 左右 の 階段 状 の 仏壇 に 各 10 段 50 列 、 本尊 の 背後 に 1 躯 、 計 1,001 躯 が 並 ぶ 。 像 高 は 16 6 - 1 6 7 cm 前後 。 大 部分 は 鎌倉 復興 期 の 作 だ が 、 建長 元年 ( 1249 ) の 火災 の 際 、 救い 出 さ れ た 平安 期 の 像 も 124 躯 含 ま れ る ( 他 に 室町 時代 に 追加 さ れ た 像 が 1 躯 だけ あ る ) 。 平安 時代 の 像 は 作者 不明 だ が 、 鎌倉 復興像 は 二百 数十 躯 に 作者 銘 が あ り 、 湛慶 を はじめ 慶派 、 院 派 、 円派 など 、 当時 の 主要 な 仏師 たち が 総出 で 造像 に あた っ た こと が わか る 。 1,001 躯 の うち の 5 躯 は 東京 ・ 京都 ・ 奈良 の 国立 博物 館 に 寄託 さ れ て い る 。 兵庫 県 ・ 朝光 寺 本尊 で あ る 2 躯 の 千手 観音 菩薩 立像 の うち 1 躯 は 三十 三 間 堂 の 観音 像 と 様式 が 一致 し 、 当堂 から 移 さ れ た もの と 推定 さ れ て い る 。 京都 府 京都 市 東山 区 三十 三 間 堂廻 町 657 JR 京都 駅 → 市 バス 20 6 系統 で 5 分 、 「 博物 館 三十 三 間 堂前 」 下車 、 徒歩 すぐ 京阪 電気 鉄道 七条 駅 徒歩 5 分 参拝 専用 駐車 場 が あ り 、 40 分 まで 無料 ( 2007 年 時点 ) 。 京都 国立 博物 館 豊国 神社 ( 京都 市 ) 智積 院 妙 法 院 養源 院 方広寺 ( 「 国家 安康 」 の 梵鐘 ) 京都 女子 大学 河井 寛次郎 記念 館 ハイ アット リージェンシー 京都 +知恩 院 ( ち おんいん ) は 、 京都 府 京都 市 東山 区 に あ る 浄土 宗 総 本山 の 寺院 。 山号 は 華頂山 ( かちょうざん ) 。 詳し く は 華頂 山 知恩 教院 大谷 寺 ( かちょうざん ち おんきょういん おおたに でら ) と 称 する 。 本尊 は 法然 上人 像 ( 本堂 ) および 阿弥陀 如来 ( 阿弥陀 堂 ) 、 開基 ( 創立 者 ) は 法然 で あ る 。 浄土 宗 の 宗祖 ・ 法然 が 後 半 生 を 過ご し 、 没 し た ゆかり の 地 に 建て られ た 寺院 で 、 現在 の よう な 大 規模 な 伽藍 が 建立 さ れ た の は 、 江戸 時代 以降 で あ る 。 将軍 家 から 庶民 まで 広 く 信仰 を 集め 、 今 も 京都 の 人々 から は 親しみ を 込め て 「 ちよ いん さん 」 と 呼 ば れ て い る 。 四条 天皇 から 下賜 さ れ た 寺号 は 「 華頂 山 知恩 教院 大谷 寺 」 と い う 長 い もの で あ る が 、 この 名称 は 、 寺 の 歴史 を 説明 する 時 など を 除 い て 通常 は 使 わ れ て お ら ず 、 法人 と し て の 寺院 名 も 「 宗教 法人 知 恩 院 」 で あ る こと から 、 本項 で は 「 知恩 院 」 と 表記 する 。 知恩 院 は 、 浄土 宗 の 宗祖 ・ 法然 房 源 空 ( 法然 ) が 東山 吉水 ( よしみず ) 、 現在 の 知恩 院 勢至 堂 付近 に 営 ん だ 草庵 を その 起源 と する 。 法然 は 平安 時代 末期 の 長承 2 年 ( 1133 年 ) 、 美作 国 ( 岡山 県 ) に 生まれ た 。 13 歳 で 比叡山 に 上 り 、 15 歳 で 僧 ・ 源光 の もと で 得度 ( 出家 ) する 。 18 歳 で 比叡山 で も 奥深 い 山中 に あ る 西塔 黒谷 の 叡空 に 師事 し 、 源光 と 叡空 の 名前 の 1 字 ずつ を 取 っ て 法然 坊 源 空 と 改名 し た 。 法然 は 唐 時代 の 高僧 ・ 善導 の 著作 『 観経 疏 』 を 読 ん で 「 専修 念仏 」 の 思想 に 開眼 し 、 浄土 宗 の 開宗 を 決意 し て 比叡山 を 下り た 。 承安 ( 日本 ) 5 年 ( 1175 年 ) 、 43 歳 の 時 で あ っ た 。 「 専修 念仏 」 と は 、 いかなる 者 も 、 一心 に 弥陀 ( 阿弥陀 如来 ) の 名 を 唱え 続けれ ば 極楽 往生 でき る と する 思想 で あ る 。 この 思想 は 旧 仏教 側 から 激し く 糾弾 さ れ 、 攻撃 の 的 と な っ た 。 法然 は 建永 2 年 ( 1207 年 ) に は 讃岐 国 ( 香川 県 ) に 流罪 と な り 、 4 年 後 の 建暦 元年 ( 1211 年 ) に は 許 さ れ て 都 に 戻 る が 、 翌年 の 1 月 、 80 歳 で 没 し た 。 法然 の 住房 は 現在 の 知恩 院 勢至 堂 付近 に あ り 、 当時 の 地名 を 取 っ て 「 吉水 御坊 」 「 大谷 禅坊 」 など と 称 さ れ て い た 。 ここ で の 法然 の 布教 活動 は 、 流罪 と な っ た 晩年 の 数 年間 を 除 き 、 浄土 宗 を 開宗 する 43 歳 から 生涯 を 閉じ た 80 歳 まで の 長 き に わた り 、 浄土 宗 の 中心 地 と な っ た 。 ここ に 法然 の 廟 が 造 ら れ 、 弟子 が 守 っ て い た が 、 嘉禄 3 年 ( 1227 年 ) 、 延暦 寺 の 衆徒 に よ っ て 破壊 さ れ て しま う 。 文暦 元年 ( 1234 年 ) 、 法然 の 弟子 に あた る 勢観 坊 源 智 が 再興 し 、 四条 天皇 から 「 華頂 山 知恩 教院 大谷 寺 」 の 寺号 を 下賜 さ れ た 。 その 後 も 永享 3 年 ( 1431 年 ) の 火災 や 応仁 の 乱 など で 焼失 する が 、 その 都度 再興 さ れ て い る 。 現存 の 三門 、 本堂 ( 御影 堂 ) を はじめ と する 壮大 な 伽藍 が 建設 さ れ る の は 江戸 時代 に 入 っ て から の こと で あ る 。 浄土 宗徒 で あ っ た 徳川 家康 は 慶長 3 年 ( 160 8 年 ) から 知恩 院 の 寺地 を 拡大 し 、 諸堂 の 造営 を 行 っ た 。 造営 は 2 代将軍 徳川 秀忠 に 引き継 が れ 、 現存 の 三門 は 元和 ( 日本 ) 7 年 ( 1621 年 ) に 建設 さ れ た 。 寛永 10 年 ( 1633 年 ) の 火災 で 、 三門 、 経蔵 、 勢至 堂 を 残 し ほぼ 全焼 する が 、 3 代将軍 徳川 家光 の もと で ただちに 再建 が 進め られ 、 寛永 18 年 ( 1641 年 ) まで に ほぼ 完成 し て い る 。 徳川 家 が 知恩 院 の 造営 に 力 を 入れ た の は 、 徳川 家 が 浄土 宗徒 で あ る こと や 知恩 院 25 世 超 誉存牛 ( ちょう よぞん ぎゅう ) が 松平 氏 第 5 代 長親 の 弟 で あ る こと 、 京都 に おけ る 徳川 家 の 拠点 と する こと 、 徳川 家 の 威勢 を 誇示 し 、 朝廷 を 牽制 する こと と い っ た 、 政治 的 な 背景 も あ っ た と 言 わ れ て い る 。 知恩 院 の 境内 は 、 三門 や 塔頭 寺院 の あ る 下段 、 本堂 ( 御影 堂 ) など 中心 伽藍 の あ る 中段 、 勢至 堂 、 法然 廟 など の あ る 上段 の 3 つ に 分かれ て い る 。 この うち 、 上段 が 開創 当 初 の 寺域 で あ り 、 中段 、 下段 の 大 伽藍 は 江戸 時代 に な っ て 徳川 幕府 の 全面 的 な 援助 で 新た に 造営 さ れ た もの で あ る 。 三門 ( 国宝 ) 本堂 へ 向か う 急勾 配 の 石段 の 途中 に 西面 し て 建 つ 。 元和 7 年 ( 1621 年 ) の 建立 ( 平成 の 大 修理 で 同年 の 墨書 が 発見 さ れ て い る ) 。 五間 三戸 の 二 重 門 で あ る 。 ( 「 五間 三戸 」 は 正面 柱 間 が 5 つ で 、 うち 中央 3 間 が 通路 に な っ て い る もの 。 「 二 重 門 」 は 2 階 建て で 、 1 階 ・ 2 階 の 両方 に 軒 の 張りだし が あ る もの を い う 。 ) 高 さ 24 メートル の 堂々 た る 門 で 、 東大 寺 南 大門 より 大き く 、 寺院 の 三門 ( 山門 ) と し て は 日本 最大 の もの と 言 わ れ て い る 。 組物 ( 軒 の 出 を 支え る 構造 材 ) を 密 に 並べ る など 、 細部 の 様式 は 禅宗 様 で あ り 、 禅寺 の 三門 に 似 た 形式 と する 。 門 の 上層 内部 は 釈迦 如来像 と 十 六 羅 漢像 を 安置 し 、 天井 に は 龍図 を 描 く など 、 やはり 禅寺 風 に な っ て い る 。 三門 の ひと つ と さ れ る 説 が あ る 。 本堂 ( 国宝 ) 三門 を くぐ り 、 急 な 石段 を 上 っ た 先 の 台地 に 南面 し て 建 つ 。 寛永 16 年 ( 1639 年 ) 徳川 3 代将軍 徳川 家光 に よ っ て 建立 。 宗祖 法然 の 像 を 安置 する こと から 、 御影 堂 ( みえい どう ) と も 呼 ば れ る 。 入母屋 造 本 瓦 葺 き 、 間口 4 4 . 8 メートル 、 奥行 3 4 . 5 メートル の 壮大 な 建築 で 、 江戸 幕府 造営 の 仏堂 と し て の 偉容 を 示 し て い る 。 建築 様式 は 外観 は 保守 的 な 和様 を 基調 と し つつ 、 内部 に は 禅宗 様 ( 唐様 ) の 要素 を 取り入れ て い る 。 柱間 は 正面 11 間 、 奥行 9 間 で 、 手前 3 間 分 を 畳敷き の 外陣 と し 、 その 奥 の 正面 5 間 ・ 奥行 5 間 を 内陣 と する 。 内陣 の 奥 に は 四 天柱 ( 4 本 の 柱 ) を 立て て 内々 陣 と し 、 宮殿 ( くうでん ) 形 厨子 を 置 き 、 宗祖 法然 の 木像 を 安置 する 。 徳川 幕府 の 造営 に な る 、 近世 の 本格 的 かつ 大 規模 な 仏教 建築 の 代表 例 で あ り 、 日本 文化 に 多大 な 影響 を 与え て き た 浄土 宗 の 本山 寺院 の 建築 と し て の 文化 史 的 意義 も 高 い こと から 、 2002 年 、 三門 と とも に 国宝 に 指定 さ れ て い る 。 屋根 の 上 、 中央 に 屋根 瓦 が 少し 積 ま れ て い る が 、 これ は 完璧 な 物 は な い こと の 暗喩 だ と さ れ る 。 2007 年 から 屋根 の 修復 作業 が 行 わ れ て い る 。 阿弥陀 堂 本堂 の 向か っ て 左 に 東面 し て 建 ち 、 本尊 阿弥陀 如来 坐像 を 安置 する 。 明治 時代 の 再建 だ が 、 正面 に 掲げ られ て い る 「 大谷 寺 」 と い う 勅額 は 、 後奈良 天皇 の 宸翰 で あ る 。 経蔵 ( 重要 文化 財 ) 本堂 の 東方 に 建 つ 宝形 造 本 瓦 葺 き 裳階 ( もこし ) 付き の 建物 。 三門 と 同じ 元和 7 年 ( 1621 年 ) に 建立 さ れ た 建物 で 、 徳川 二 代将軍 ・ 秀忠 寄進 に よ る 宋版 大蔵 経 六千 巻 を 安置 する 輪蔵 が 備え られ て い る 。 宝仏 殿 本堂 の 南側 に 北面 し て 建 つ 寄 棟 造 の 仏堂 。 平成 4 年 ( 1992 年 ) の 建立 で 、 内部 に は 阿弥陀 如来立像 と 四 天王 像 を 安置 する 。 大鐘楼 ( 重要 文化 財 ) 宝仏 殿 裏 の 石段 を 上 っ た 小高 い 場所 に 建 つ 。 延宝 6 年 ( 1678 年 ) の 建立 。 ここ に あ る 梵鐘 ( 重要 文化 財 ) は 日本 有数 の 大鐘 で 、 寛永 13 年 ( 1636 年 ) の 鋳造 で あ る 。 この 鐘楼 で 除夜 の 鐘 を 突 く 模様 は 年末 の テレビ 番組 で たびたび 紹介 さ れ て い る 。 大方丈 ( おお ほうじょう 、 重要 文化 財 ) 本堂 の 右手 後方 に 建 つ 。 寛永 18 年 ( 1641 年 ) に 建立 さ れ た 檜皮葺き ・ 入母屋 造り の 華麗 な 書院 建築 で 、 54 畳 敷き の 鶴 の 間 を 中心 に 狩野 一 派 の 筆 に な る 豪華 な 襖絵 に 彩 ら れ た 多く の 部屋 が 続 く 。 小方丈 ( こほうじょう 、 重要 文化 財 ) 大方丈 の さらに 後方 に 建 つ 。 大方 丈 と 同じ 寛永 18 年 ( 1641 年 ) に 建立 さ れ た 建物 で 、 襖 に は 狩野 派 の 絵 が 描 か れ て い る が 、 大方 丈 に 比べ 淡彩 で 落ち着 い た 雰囲気 に 包 ま れ る 。 東側 の 庭園 は 「 二十 五 菩 薩 の 庭 」 と 呼 ば れ 、 阿弥陀 如来 が 西方 極楽 浄土 から 25 名 の 菩薩 を 従え て 来迎 する 様 を 石 と 植込み で 表現 し た もの で あ る 。 権現 堂 小方丈 の さらに 奥 に 建 つ 小 規模 な 仏堂 。 内部 に は 知恩 院 の 造営 に 関わ っ た 徳川 三 代 ( 徳川 家康 ・ 秀忠 ・ 家光 ) の 位牌 と 肖像 画 を 安置 する 。 山亭 庭園 大方 丈 前 から 石段 を 上 っ た 山腹 に 位置 し 、 京都 市街 を 一望 でき る 眺望 の よ い 場所 に あ る 。 庭園 は 江戸 時代 末期 の 造営 の 枯山 水庭園 で あ る 。 山亭 の 建物 は 霊元 天皇 第 10 皇女 浄 林 院 宮吉子 の 御殿 を 宝暦 9 年 ( 1759 年 ) に 下賜 さ れ た もの で 、 明治 時代 に 大 改修 を 受け て い る 。 勢至 堂 ( 重要 文化 財 ) 境内 東側 、 急 な 石段 を 上 っ た 先 の 小高 い 場所 に あ り 、 本地 堂 と も 呼 ば れ る 。 付近 は 法然 の 住房 の あ っ た 地 で あ る 。 入母屋 造 本 瓦 葺き 。 寺内 の 建物 で は 最も 古 く 、 室町 時代 享禄 3 年 ( 1530 年 ) の 建築 。 建立 当初 は 本堂 ( 御影 堂 ) で あ っ た 。 内陣 厨子 内 に 安置 する 本尊 勢 至 菩薩 坐像 は 鎌倉 時代 の 作 で 、 2003 年 に 重要 文化 財 に 指定 さ れ て い る 。 勢至 菩薩 を 本尊 と する 堂 は 他 に ほとんど 例 を 見 な い が 、 浄土 宗 で は 法然 を 勢至 菩薩 の 生まれ変わり と し て お り ( 法然 の 幼名 は 「 勢至 丸 」 で あ っ た ) 、 法然 の 本地 仏 と し て 造立 さ れ た もの と 思 わ れ る 。 前述 の 山亭 は 勢至 堂 の 客殿 と し て 建て られ た もの で あ る 。 法然 上人 御 廟 法然 上人 の 死後 、 門弟 たち の 手 に よ っ て 勢至 堂 の 東 に 建て られ た もの で 法然 の 遺骨 を 納め て い る 。 浄土 宗 総 本山 と し て 大 伽藍 を 擁 する 知恩 院 に あ っ て 、 喧騒 から 隔離 さ れ た 祈り の 空間 と な っ て い る 。 以上 の 他 、 唐門 、 集會 堂 ( しゅえどう ) 、 大庫 裏 ( おおぐり 、 「 雪香殿 」 と も ) 、 小庫 裏 ( こぐり ) が 重要 文化 財 に 指定 さ れ て い る 。 いずれ も 寛永 復興 期 の 建築 で あ る 。 本堂 ( 御影 堂 ) ( 附歩 廊 ) 三門 紙本 著色 法然 上人 絵伝 48 巻 ( 国宝 ) - 鎌倉 時代 の 絵巻 。 絹本 著色 阿弥陀 二十 五 菩 薩来迎 図 ( 国宝 ) - 鎌倉 時代 の 仏画 。 通称 「 早来迎 ( はや らいごう ) 」 。 菩薩 処胎 経- 中国 ・ 西魏 時代 の 大統 16 年 ( 550 年 ) の 書写 大楼 炭経- 中国 ・ 唐 時代 の 咸亨 4 年 ( 67 3 年 ) の 書写 。 上宮 聖徳 法王 帝説- 聖徳 太子 の 伝記 で 、 現存 唯一 の 写本 。 平安 時代 後期 。 以上 の うち 、 菩薩 処胎 経 以下 の 3 件 は 、 幕末 から 明治 に かけ て 門主 を 務め た 養鸕 徹定 ( うがい てつじょう 、 181 4 - 1 8 91 ) の 収集 品 で あ る 。 国宝 指定 物件 の うち 、 絵画 、 書跡 は 京都 および 奈良 の 国立 博物 館 に 寄託 さ れ て い る 。 建造 物 大方丈 ( 附玄関 及び 歩廊 ) 小方丈 ( 附歩 廊 ) 集會 堂 ( しゅえどう ) ( 附玄関 ) 大庫 裏 ( おおぐり ) ( 附歩 廊 及び 玄関 ) - 雪香殿 と も 称 する 。 小庫 裏 ( こぐり ) ( 附歩 廊 ) 唐門 大鐘 楼 経蔵 勢至 堂 美術 工芸 品 綾本 著色 毘 沙門 天像 絹本 著色 阿弥陀 経曼 荼羅 図 絹本 著色 観経 曼 荼羅 図 絹本 著色 紅 玻璃 ( ぐはり ) 阿弥陀 像 絹本 著色 地蔵 菩 薩 像 紙本 著色 法然 聖人絵   奥 に 釈弘元 と あり   1 巻 絹本 著色 阿弥陀 浄土図   淳煕 十 年 の 年記 が あ る 絹本 著色 桃李 園金谷 園 図   2 幅 絹本 著色 蓮 花 図   2 幅 絹本 著色 牡丹 図 押出 鍍金 三 尊仏   2 面 木造 阿弥陀 如来立像 ( 本堂 安置 ) 木造 善導 大 師 立像 ( 本堂 安置 ) 木造 勢至 菩薩 坐像 ( 勢至 堂 安置 ) 刺繍 須弥 山 日月 図 九条 袈裟   屏風 仕立 海竜 王経   4 帖 紺紙 金字 後奈良 天皇 宸翰 阿弥陀 経 大唐 三蔵 玄奘 法師 表 啓 十 地 論 歓喜地   巻三 順次 往生 講式 大通 方 広経   巻下 中阿鋡経   第 廿 九 註楞 伽経   巻 第 五 超 日明 三 昧経   巻上 菩薩 地 持論   10 帖 法華 経 玄 賛巻 第 三 ・ 法華 経 玄 賛 巻 第 二 ・ 第 七 ・ 第 十 瑜伽師 地論   81 帖 、 1 巻 宋版 一切 経 5 , 96 9 帖 三略   上中 下 天平 年間 写経生 日記 知恩 院 の 七 不思議 鶯張り の 廊下 御影 堂 から 大方丈 ・ 小方 丈 へ 至 る 約 550 m の 廊下 で 、 歩 く と 鶯 の 鳴き声 に 似 た 音 が する ため 「 鶯張り の 廊下 」 と 呼 ば れ 、 静か に 歩 こ う と すれ ば する ほど 音 が する 。 白木 の 棺 三門 楼上 に 安置 さ れ て い る 二 つ の 白木 の 棺 で 、 中 に は 将軍 家 より 三門 造営 の 命 を 請け 、 三門 完成 後 に 工事 の 予算 が 超過 し た ため 責任 を と っ て 自刃 し た と 伝え られ て い る 大工 の 棟梁 ・ 五味 金右衛門 夫婦 の 自作 の 木像 が 納め られ て い る 。 忘れ 傘 御影 堂 正面 軒下 に 名工 ・ 左 甚五郎 が 魔除け に 置 い た と も 、 白狐 の 化身 ・ 濡髪 童子 が おいた と も 伝え られ る 傘 で 、 知恩 院 を 火災 から 守 る もの と さ れ て い る 。 抜け 雀 狩野 信政 が 描 い た 大方丈 の 菊 の 間 の 襖絵 で 、 万寿 菊 の 上 に 数 羽 の 雀 が 描 か れ て い た が 、 あまり に も 上手 に 描 か れ た の で 雀 が 生命 を 受け て 飛び去 っ た と い わ れ る 。 三方 正面 真向 ( まむき ) の 猫 大方丈 の 廊下 に あ る 杉戸 に 描 か れ た 狩野 信政筆 の 猫 の 絵 で 、 どちら から 見 て も 見 る 人 の 方 を 正面 から にら ん で い る の で 「 三方 正面 真向 の 猫 」 と 呼 ば れ て い る 。 大 杓子 大方 丈 入口 の 廊下 の 梁 に 置 か れ て い る 長 さ 2 . 5 m ・ 重 さ 約 30 kg の 大 杓子 で 、 阿弥陀 仏 の 大慈悲 で すべて の 人 が 救い と ら れ る と い う 一切 衆生 救済 を 表 し た もの で あ る 。 瓜生石 ( うりゅうせき ) 黒門 へ の 登り 口 の 路上 に あ り 、 知恩 院 が 建立 さ れ る 前 から あ る と さ れ る 大きな 石 で 、 一夜 に し て この 石 から 蔓 が 延び て 花 が 咲 き 、 瓜 が 実 っ た と 伝わ る 。 法主 : 服部 法 丸 執事 : 佐藤 諦学 ( 住所 ) 〒 6 0 5 - 0 0 6 2 京都 市 東山 区 新橋 通り 大和 大路 東入ル 3 丁目 林 下町 ( りんか ちょう ) 400 ( アクセス ) バス ・ 京都 市営 バス 知恩 院 前 バス 停 、 また は 京阪 バス 神宮道 バス 停下 車 、 徒歩 7 ~ 8 分 鉄道 ・ 京都 市営 地下 鉄 東西 線 東山 駅_ ( 京都 府 ) 下車 、 1 番 出入口 ( 階段 のみ ) より 徒歩 約 10 分 、 京阪 電気 鉄道 京阪本 線 四条 駅 ( 京阪 ) 、 また は 阪急 電鉄 阪急 京都 本線 河原町 駅 ( 京都 府 ) より 徒歩 約 20 分 自動 車 ・ 名神 高速 道路 京都 東 インター チェンジ 、 また は 京都 南 インター チェンジ から 約 30 分 +建仁 寺 ( けんにん じ 、 けんねんじ ) は 、 京都 府 京都 市 東山 区 に あ る 臨済 宗 建仁 寺 派 大 本山 の 寺院 。 山号 を 東山 ( とうざん ) と 号 する 。 本尊 は 釈迦 如来 、 開基 ( 創立 者 ) は 源頼 家 、 開山 は 栄西 で あ る 。 日本 で 最初 の 禅寺 で あ り 、 京都 五 山 の 第 3 位 に 列 せ られ て い る 。 俵屋 宗達 の 「 風神 雷 神図 」 、 海北 友松 ( かいほう ゆうしょう ) の 襖絵 など の 文化 財 を 豊富 に 伝え る 。 山内 の 塔頭 と し て は 、 桃山 時代 の 池泉 回遊 式 庭園 で 有名 で あ り 、 貴重 な 古籍 や 、 漢籍 ・ 朝鮮 本 など の 文化 財 も 多数 所蔵 し て い る こと で 知 ら れ る 両足 院 など が 見 られ る 。 また 、 豊臣 秀吉 を 祀 る 高台 寺 や 、 「 八坂 の 塔 」 の あ る 法観 寺 は 建仁 寺 の 末寺 で あ る 。 日本 に 臨済 宗 を 正式 に 伝え た の は 栄西 ( ようさい 、 えいさい ) が はじめ と さ れ て い る 。 栄西 は 永治 元年 ( 1141 年 ) 、 備 中国 ( 岡山 県 ) に 生まれ た 。 13 歳 で 比叡山 に 上 り 翌年 得度 ( 出家 ) 。 仁安 ( 日本 ) 3 年 ( 1168 年 ) と 文治 3 年 ( 1187 年 ) の 2 回 、 南宋 に 渡航 し た 。 1 度 目 の 渡宋 は わずか 半年 で あ っ た が 、 2 度 目 の 渡宋 の 際 、 臨済 宗 黄龍派 ( おうりょう は ) の 虚庵 懐敞 ( きあん えじょう ) に 参禅 し た 。 建久 2 年 ( 1191 年 ) 、 虚庵 から 印可 ( 師匠 の 法 を 嗣 い だ と い う 証明 ) を 得 て 、 帰国 する 。 当時 、 京都 で は 比叡山 ( 延暦 寺 ) の 勢力 が 強大 で 、 禅寺 を 開 く こと は 困難 で あ っ た 。 栄西 は はじめ 九州 博多 に 聖福 寺 を 建て 、 のち 鎌倉 に 移り 、 北条 政子 の 援助 で 正治 2 年 ( 120 0 年 ) に 建立 さ れ た 寿福 寺 の 開山 と な る 。 その 2 年 後 の 建仁 2 年 ( 120 2 年 ) 、 鎌倉 幕府 2 代将軍 源 頼家 の 援助 を 得 て 、 京都 に おけ る 臨済 宗 の 拠点 と し て 建立 さ れ た の が 建仁 寺 で あ る 。 伽藍 は 宋 の 百 丈 山 に 擬 し て 造営 さ れ た 。 創建 当時 の 建仁 寺 は 天台 、 真言 、 禅 の 3 宗 並立 で あ っ た 。 これ は 当時 の 京都 で は 真言 、 天台 の 既存 宗派 の 勢力 が 強大 だっ た こと が 背景 に あ る 。 創建 から 半 世紀 以上 経 た 正元 ( 日本 ) 元年 ( 1259 年 ) に は 宋僧 の 蘭渓 道隆 ( らん けいどうりゅう 、 鎌倉 建長 寺 の 開山 ) が 11 世 住職 と し て 入寺 し 、 この 頃 から 純粋 禅 の 寺院 と な る 。 建仁 寺 は 、 応仁 の 乱 に よ る 焼失 の ほか 、 応永 4 年 ( 1397 年 ) 、 文明 ( 日本 ) 13 年 ( 1481 年 ) など たびたび 火災 に あ っ て お り 、 創建 当時 の 建物 は 残 っ て い な い 。 勅使門 ( 重文 ) - 寺 の 南側 正面 、 八坂 通り に 面 し た 四 脚 門 。 平教盛 の 館門 ( 平重盛 の 館門 と も ) を 応仁 の 乱後 に 移築 し た もの と 伝え る が 定か で な い 。 様式 的 に は 鎌倉 時代 末頃 の 建築 で あ る 。 三門 ( 望闕 楼 ) - 静岡 県 浜松 市 ( 旧 浜名 郡 雄踏 町 ) の 安寧 寺 から 1923 年 に 移築 し た もの で 、 江戸 時代 末期 の 建築 で あ る 。 法堂 ( はっとう ) - 仏殿 ( 本尊 を 安置 する 堂 ) と 法堂 ( 講堂 に あた る ) を 兼ね て い る 。 明和 2 年 ( 1765 年 ) の 建立 。 また 、 平成 14 年 ( 2002 年 ) 創建 80 0 年 を 記念 し て 天井 に 小泉 淳作 に よ り 双龍 の 絵 が 描 か れ た 。 方丈 ( 重文 ) - 室町 時代 の 建物 で 、 もと 広島 の 安国 寺 に あ り 、 安国 寺 恵瓊 が 慶長 4 年 ( 1599 年 ) に 建仁 寺 に 移築 し た もの 。 建物 の 外周 すべて 建具 が 入 り 、 壁 が 少な い 構造 の ため か 、 1934 年 の 室戸 台風 で 倒壊 し 、 1940 年 に 復旧 さ れ た 。 各室 に は 桃山 時代 の 画壇 と 代表 する 画家 の 1人 で あ る 海北 友松 ( かいほう ゆうしょう ) の 水墨 障 壁 画 が あ っ た が 、 現在 は 襖 から 掛軸 に 改装 さ れ 、 京都 国立 博物 館 に 寄託 さ れ て い る 。 台風 被害 の 復旧 後 は 、 日本 画 家 橋本 関雪 に よ る 「 生生 流転 」 ( しょうじょう る てん ) の 障壁 画 が 設置 さ れ て い る 。 北門 西門 本坊 ( 庫裏 ) 浴室 開山 堂 東陽 坊- 北野 大 茶会 の 際 に 千 利休 の 高弟 ・ 真如 堂 東陽 坊長盛 が 好 ん だ と 伝え られ る 茶室 。 二 畳 台 目 下座床 の 席 。 構成 ・ 意匠 とも に 薮内 家 の 燕庵 に 共通 する 点 が 多 く 見 られ る 。 大正 年間 に 現在 地 に 移築 さ れ た 。 風神 雷 神図 ( 国宝 ) - 俵屋 宗 達筆 。 金地 の 二 曲 一 双 屏風 の それぞれ に 風神 と 雷神 を 描 く 。 たっぷり と 取 ら れ た 余白 が 広 い 空間 を 暗示 し 、 天空 を 駆け る 両神 の ダイナミック な 動き を 感 じ させ る 。 俵屋 宗達 の 代表 作 と し て 名高 い 。 原本 は 京都 国立 博物 館 に 寄託 さ れ て い る が 、 複製 の 屏風 および 陶板 は 建仁 寺 で 見 る こと が でき る 。 方丈 勅使 門 絹本 著色 十 六 羅 漢像   16 幅 紙本 墨画 竹林 七 賢 図   16 幅 紙本 墨画 花 鳥図   8 幅 紙本 淡彩 琴 棋 書 画図   10 幅 紙本 墨画 雲竜図   8 幅 紙本 墨画 山 水図   8 幅 一山 一 寧 墨蹟   雪夜 作 ( 正和 乙 卯 臘月 ) 明恵 上人 筆 消息 ( 上覚 御 坊 宛 ) 宋拓 石橋 可宣筆 三 自省   3 幅 ( 注 ) 「 竹林 七 賢 図 」 「 花鳥 図 」 「 琴棋 書画 図 」 「 雲竜 図 」 「 山水 図 」 は 、 海北 友松 一 派 の 筆 に な る 方丈 旧 障壁 画 で あ り 、 襖絵 から 掛軸 に 改装 さ れ て い る 。 交通 アクセス 京阪本 線 祇園 四条 駅 ( 京阪 ) 徒歩 7 分 阪急 京都 本線 河原町 駅 ( 京都 府 ) 徒歩 10 分 京都 市営 バス 東山 安井 バス 停 より 徒歩 5 分 周辺 情報 安井 金 比羅宮 六道 珍皇 寺 六波羅 蜜 寺 祇園 甲 部 歌舞 練 場 法観 寺 高台 寺 +青蓮院 ( しょうれん いん ) は 、 京都 市 東山 区 粟田口 ( あわたぐち ) 三条 坊 町 に あ る 天台 宗 の 寺院 。 「 青蓮 院 門跡 」 ( - もんぜき ) と も 称 する 。 山号 はなし 。 開基 ( 創立 者 ) は 伝教 大師 最澄 と さ れ る 。 本尊 は 熾盛光 仏頂 ( しじょうこう にょらい ) で あ る 。 青蓮 院 は 、 三千 院 ( 梶井 門跡 ) 、 妙法 院 と とも に 、 天台 宗 の 三門 跡 寺院 と さ れ て い る 。 「 門跡 寺院 」 と は 皇室 や 摂関 家 の 子弟 が 入寺 する 寺院 の こと で あ り 、 青蓮 院 は 多く の 法親王 ( 天皇 の 皇子 や 伏見 宮家 など の 皇族 の 男子 で 出家 後 に 親王 宣下 を 受け た 者 ) が 門主 ( 住職 ) を 務め 、 宮門 跡 寺院 と し て 高 い 格式 を 誇 っ て き た 。 江戸 時代 に 仮 御所 と な っ た こと が あ る ため 「 粟田 御所 」 の 称 も あ る 。 日本 三 大 一覧 寺院 ・ 仏像 の ひと つ 「 青 不動 」 の あ る 寺 と し て も 知 ら れ る 。 三千 院 、 妙法 院 など と とも に 、 青蓮 院 も 比叡 山上 に あ っ た 房 ( 小寺院 ) が その 起源 と さ れ て い る 。 青蓮院 は 比叡 山 東塔 の 南谷 に あ っ た 青蓮 坊 が その 起源 で あ り 、 門跡 寺院 と な っ て 山下 に 移 っ た の は 平安 時代 末期 の 行玄 大 僧正 の 時 で あ る 。 久安 6 年 ( 1150 年 ) 、 鳥羽 天皇 の 后 ・ 美福門院 は 青蓮 院 を 祈願 所 と し た 。 また 、 上皇 の 第 7 皇子 覚快 法 親王 が 行玄 の 弟子 と し て 入寺 し 、 以後 、 皇族 や 摂関 家 の 子弟 が 門主 を 務め る 格式 高 い 寺院 と な っ た 。 山下 へ 移転 し た 当初 は 三条 白川 ( 現在 地 の やや 北西 ) に あ っ た が 、 河川 の 氾濫 を 避け 、 鎌倉 時代 に 高台 の 現在 地 へ 移 っ た 。 ここ に は もと 十 楽 院 と い う 寺 が あ り 、 青蓮 院 の 南東 に あ る 花園 天皇 陵 は 「 十 楽 院 上陵 」 ( じゅう らくいん の うえの みささぎ ) と 称 さ れ て い る 。 歴代 門主 ( 住職 ) の うち 、 3 代 の 慈鎮 和尚慈 円 は 歴史 書 『 愚管 抄 』 の 著者 と し て 著名 で あ る 。 慈 円 は 関白 藤原 忠通 の 子 で 、 歌人 と し て も 知 ら れ 、 天台 座主 を 4 度 務め て い る 。 また 、 17 代 門主 の 尊 円 法 親王 は 伏見 天皇 の 第 6 皇子 で 、 名筆 家 と し て 知 ら れ る 。 尊 円 法 親王 の 書風 は 「 青蓮 院 流 」 と 呼 ば れ 、 江戸 時代 に 広 く 普及 し た 和様 書風 「 御 家 流 」 の 源流 で あ る 。 室町 時代 に は 後 に 室町 幕府 第 6 代 征夷 大将軍 足利 義教 と な る 義円 が 門主 を 務め 、 また 衰微 期 の 本願 寺 が 末寺 と し て 属 し 、 後 に 本願 寺 の 興隆 に 尽く し た 蓮如 も ここ で 得度 を 受け て い る 。 江戸 時代 の 天明 8 年 ( 1788 年 ) 、 内裏 炎上 の 際 、 青蓮 院 は 後桜 町 天皇 の 仮 御所 と な っ た 。 この ため 、 「 青蓮 院 旧 仮 御 所 」 と し て 国 の 史跡 に 指定 さ れ て い る 。 近代 に 入 り 、 明治 26 年 ( 1893 年 ) の 火災 で 大 部分 の 建物 が 失 わ れ た 。 本堂 、 宸殿 、 小 御所 、 華頂 殿 ( 書院 ) 、 叢華 殿 、 好文亭 ( 茶室 ) など が あ る が 、 いずれ も 古 い もの で は な い 。 各 建物 ( 好文 亭除 く ) は 渡り 廊下 で つな が れ て い る 。 庭園 は 室町 時代 の 相阿弥 作 と 伝え る 築山 泉 水庭 、 江戸 時代 の 小堀 遠州 作 と 伝え る 霧島 の 庭 など が あ る 。 境内 西側 に は 京都 市 天然 記念 物 の クスノキ の 巨木 ( 5 本 ) が あ る 。 青蓮 院 で は 、 例年 春 と 秋 に 期日 を 区切 っ て 夜間 拝観 を 実施 し 、 庭園 の ライト アップ を 行 っ て い る 。 本堂 - 境内 奥 ( 南側 ) に 西面 し て 建 つ 方 三 間 、 宝形 造 の 小堂 。 堂内 の 厨子 に は 青蓮 院 の 本尊 で あ る 熾盛光 如来 の 曼荼羅 を 安置 する が 、 通常 は 公開 し て い な い ( 天台 宗 開宗 1 ,20 0 年 を 記念 し 、 2005 年 9 月 28 日 より 同年 12 月 28 日 に 公開 さ れ た ) 。 熾 盛光 如来 と は 仏頂 尊 の 一尊 で 、 天台 宗 最大 の 秘法 と い わ れ る 熾盛 光 法 ( 国家 鎮護 、 皇室 の 安泰 など を 祈 る 修法 ) の 本尊 で あ る が 、 この 如来 を 寺院 の 本尊 と する の は 珍し い 。 寺伝 で は 文禄 5 年 ( 1596 年 ) 作 の 掛軸 で 、 中央 に 種子 ( 密教 ) 「 ボロン 」 ( bhruuM ) で 表わ し た 熾盛光 如来 、 周囲 に 八 大 菩薩 を 表わ し た もの と い う 。 本堂 の 東裏 に は 国宝 の 青 不 動画像 の 複製 が 安置 さ れ て い る 。 小 御所 - 本堂 の 北側 に 建 つ 入母屋 造桟 瓦 葺き の 建物 。 天皇 の 仮 御所 と し て 使用 さ れ た 建物 を 明治 26 年 ( 1893 年 ) の 焼失 後 に 復興 し た もの で あ る 。 小 御所 東側 の 池 を 中心 と し た 庭園 は 室町 時代 、 相 阿弥 の 作 と 伝え 、 その 北方 の 「 霧島 の 庭 」 ( 霧島 つつじ を 植え る ) は 小堀 遠州 の 作 と 伝え る 。 小 御 所 近く に あ る 「 一 文字 手水鉢 」 は 豊臣 秀吉 の 奉納 と 伝え て い る 。 宸殿 - 小 御所 の 西側 に 建 つ 、 寺内 で 最も 大きな 建物 。 入母屋 造 、 桟瓦 葺き で 、 明治 26 年 ( 1893 年 ) の 焼失 後 の 復興 で あ る 。 「 宸 」 は 皇帝 の 意 で 、 有縁 の 天皇 の 位牌 を 祀 る 堂 で あ る 。 障壁 画 浜松 図 ( 襖 12 面 、 戸襖 4 面 、 壁 3 面 の 17 面 ) が 重要 文化 財 に 指定 さ れ て い る 。 なお 、 1962 年 に 襖 の うち 1 枚 が 心 な い 拝観 者 に よ り 切り取 ら れ 行方 不明 と な っ て い る 。 宸殿 西方 の 四 脚 門 ( 御幸門 ) は 、 明正 天皇 の 中和 門院 の 旧殿 の 門 を 移築 し た もの で 、 明治 26 年 の 火災 を まぬ がれ て い る 。 好文亭 - 青蓮 院 を 仮 御所 と し て い た 後桜 町 上皇 が 学問 所 と し て 使用 し た 茶室 。 1993 年 に 放火 で 焼失 し 、 2 年 後 に 復元 さ れ た もの で あ る 。 主室 は 四 畳 半 台 目 の 茶室 で 、 他 に 四 畳 半 3 室 、 水屋 、 仏間 が あ る 。 植髪 堂 - 境内 北方 、 拝観 入口 の 左方 に 離れ て 建 つ 。 3 代門 主慈 円 に つ い て 得度 し た 親鸞 の 剃髪 が 奉 ら れ て い る と い わ れ る 。 1759 年 に 建立 さ れ 、 1880 年 現在 地 に 移転 。 ちなみ に 、 境内 の 楠 の 巨木 は 親鸞 の 手植 と 伝え られ て い る 。 長屋 門 - 拝観 入口 の 手前 右手 に 建 つ 門 で 、 宸殿 西方 の 四 脚 門 と 同様 、 明正 天皇 の 中和 門院 の 旧殿 の 門 を 移築 し た もの 。 将軍 塚 大日 堂- 寺 の 南東 、 東山 の 山頂 に 位置 し 、 青蓮 院 の 飛び 地境内 と な っ て い る 。 桓武 天皇 が 平城 京 遷都 に あた り 、 王城 鎮護 の ため 将軍 の 像 を 埋め た ところ と 伝え 、 京都 市街 の 見晴らし が よ い 。 ここ に も 庭園 が あ り 、 春 ・ 秋 に は 夜間 拝観 が 実施 さ れ る 。 不動 明王 ニ童子 像 - 「 青 不動 」 と 通称 さ れ る 平安 時代 後期 の 仏画 。 奈良 国立 博物 館 に 寄託 さ れ て い る 。 園城寺 ( 三井 寺 ) の 黄 不動 、 高野 山明 王院 の 赤 不動 と とも に 三 不動 と 言 わ れ て い る 。 木造 兜跋 毘 沙門 天立 像 金地 着色 浜松 図 17 面 後光厳院 宸翰 消息 紺紙 金 泥 大 灌頂 光明 真言 ( 光格 天皇 宸翰 ) 解深 密経 ( げじん みっきょう ) 門葉 記 夜鶴庭 訓 抄 往生 要集 観音 応験 記 八家 秘録 及び 諸真言 目録 慈 円 一 期 思惟記 ( 自筆 本 ) 青蓮 院 吉水 蔵聖教類 1, 622 種 円仁 自筆 書状 皇慶附 嘱状 ・ 皇慶 起請 円仁入唐 請来 書 目録 慈 円 自筆 四 天王 寺 聖霊院 願文案 以下 は 諸般 の 事情 に よ り 、 第 二 次 大戦 後 に 青蓮 院 の 所有 を 離れ た 重要 文化 財 で あ る 。 絹本 着色 普賢 延命 像 ( 奈良 国立 博物 館 蔵 ) 光厳院 宸翰 消息 正親町 天皇 宸翰 消息 ( 広島 ・ 耕三 寺 蔵 ) 陽光 院 筆 消息 ( 広島 ・ 耕三 寺 蔵 ) 後 陽成 天皇 宸翰 消息 ( 個人 蔵 ) 慈 円 僧正 消息 ( 残欠 7 通 ) ( 奈良 国立 博物 館 蔵 ) 大手鑑 ( 個人 蔵 ) 伏見 天皇 宸翰 歌集断簡 ( 広沢 切 ) 伏見 天皇 宸 翰宝篋 印 陀羅尼 経 ( 大阪 ・ 和泉 市 久保惣 記念 美術 館 蔵 ) 後 崇光院 筆 新続古 今 集 ( 個人 蔵 ) 後桜町 天皇 宸翰 心 経 百 九巻 ( 個人 蔵 ) 後桜町 天皇 宸翰 六 字 名号 ( 個人 蔵 ) 涅槃 経 集解   巻 七十 一 残巻 法華 経   化城 喩 品 ( 大阪 ・ 和泉 市 久保惣 記念 美術 館 蔵 ) 箔散料 紙 法華 経   方便 品 ( 大阪 ・ 和泉 市 久保惣 記念 美術 館 蔵 ) 別異弘願 性 戒鈔 ( 広島 ・ 耕三 寺 蔵 ) 900 ~ 1700   拝観 料 500 円 +六波羅 蜜 寺 ( ろくはら みつじ ) は 、 京都 市 東山 区 に あ る 真言 宗 智山 派 の 寺院 で あ る 。 山号 は 補陀 洛山 。 本尊 は 十 一 面 観音 。 開基 ( 創立 者 ) は 空也 ( くうや ) 。 西国 三十 三 箇所 第 17 番 札 所 。 踊 り 念仏 で 知 ら れ る 市聖 ( いち ひじり ) 空也 ( くうや ) が 平安 時代 中期 の 天暦 5 年 ( 951 年 ) に 造立 し た 十 一 面 観音 を 本尊 と する 道場 に 由来 し 、 当初 西光 寺 と 称 し た 。 空也 は 疫病 の 蔓延 ( まんえん ) する 当時 の 京都 で 、 この 観音 像 を 車 に 乗せ て 引 き ながら 歩 き 、 念仏 を 唱え 、 病人 に 茶 を ふるま っ て 多く の 人 を 救 っ た と い う 。 空也 は 応和 3 年 ( 963 年 ) に 鴨川 ( 淀川 水系 ) 岸 に 僧 600 名 を 集め て 大 規模 な 大般 若 経 供養 会 を 行 っ た が 、 この 時 を も っ て 西光 寺 の 創建 と する 説 も あ る 。 当時 、 鴨川 の 岸 は 遺体 の 捨て 場 で あ り 、 葬送 の 場 で あ っ た 。 空也 の 死後 、 97 7 年 に 比叡 山 の 僧 ・ 中信 ( 僧 ) が 中興 し て 天台 別院 と し 、 六波羅 蜜 寺 と 改称 し た 。 それ 以降 天台 宗 に 属 し た が 、 桃山 時代 に 真言 宗 智積院 の 末寺 と な っ た 。 平安 末 に は この 付近 に 、 六波羅 館 と 呼 ば れ た 平清 盛 ら 平家 一門 の 屋敷 が 営 ま れ た 。 また のち に 鎌倉 幕府 に よ っ て 六波羅 探題 が 置 か れ た の も この 付近 で あ る 。 名称 は 仏教 の 教義 「 六波羅 蜜 」 と い う 語 に 由来 する が 、 この 地 を 古来 「 六原 」 と 称 し た こと に 由来 する と も 考え られ て い る 。 なお 、 六波羅 密 寺 と する 表記 が 古 今 多 く 見 られ る が 、 誤字 で あ る 。 江戸 時代 まで は 伽藍 を 連ね た が 、 明治 維新 の 廃仏 毀釈 を 受け て 大幅 に 寺域 を 縮小 し た 。 現在 、 寺 の 周囲 は 民家 に 囲 ま れ て 境内 は 狭 く 、 主な 建物 は 本堂 ( 南北朝 時代 ( 日本 ) 、 重文 ) と 宝物 収蔵 庫 のみ で あ る 。 本堂 は 、 外陣 を 板敷き と し 、 蔀戸 で 仕切 ら れ た 内陣 を 一 段 低 い 四半 敷 き 土間 と する 天台 式 建築 で 貞治 2 年 ( 1363 年 ) の 再建 で あ る 。 国宝 の 本尊 像 以外 に も 、 空也 上人像 、 伝 ・ 平清 盛像 、 運慶 の 真作 と 見な さ れ る 地蔵 菩薩 坐像 など 日本 彫刻 史上 著名 な 仏像 、 肖像 を 有 する 。 本尊 以外 の 諸仏 は 宝物 収蔵 庫 ( 公開 ) に 安置 さ れ て い る 。 木造 十 一 面 観音 立像 - 平安 時代 。 10 世紀 頃 の 作風 を 示 し 、 伝承 の とおり 、 951 年 に 空也 が 創建 し た 西光 寺 の 本尊 像 で あ る と 思 わ れ る 。 本堂 中央 の 厨子 に 安置 さ れ 、 12 年 に 一 度 辰年 に のみ 開帳 さ れ る 秘仏 で あ る 。 像 高 258 cm の 巨像 で あ り ながら 、 頭 ・ 体 の 根幹部 を 一材 から 彫り 出 す 一木造 と する 。 表情 は 温和 で あ り 、 平安 前期 彫刻 から 平安 後期 の 和様 彫刻 に 至 る 過渡 期 を 代表 する 作例 で あ る 。 歴史 的 に も 重要 な 作例 と し て 1999 年 、 国宝 に 指定 さ れ た 。 重要 文化 財 本堂 木造 空也 上人 立像 鎌倉 時代 、 運慶 の 四男 ・ 康勝 の 作 。 僧侶 の 肖像 彫刻 は 坐像 に 表 す もの が 多 い が 、 本像 は わらじ 履き で 歩 く 空也 の 姿 を 表 し て い る 。 疫病 が 蔓延 し て い た 京 の 街中 を 、 空也 が 鉦 ( かね ) を 鳴ら し 、 念仏 を 唱え ながら 悪疫 退散 を 祈 り つつ 歩 く さま を 迫真 の 描写 力 で 表現 し て い る 。 空也 は 首 から 鉦 を 下げ 、 右手 に は 鉦 を 叩 く ため の 撞木 ( しゅもく ) 、 左手 に は 鹿 の 角 の つ い た 杖 を も っ て い る 。 空也 の 口 から は 6 体 の 阿弥陀 仏 の 小像 が 吐き出 さ れ て い る 。 6 体 の 阿弥陀 仏 は 「 南無 阿弥陀 仏 」 の 6 字 を 象徴 し 、 念仏 を 唱え る さま を 視覚 的 に 表現 し て い る 。 六体 の 小像 は 針金 で つなが っ て い る 。 木造 僧形 坐像 ( 伝 ・ 平清 盛像 ) 鎌倉 時代 。 平清盛 と さ れ る 経 を 持 っ た 僧形 の 像 で あ る 。 木造 地蔵 菩薩 坐像 鎌倉 時代 。 銘文 は な い が 、 伝来 、 作風 等 から 運慶 の 真作 と さ れ る 像 。 運 慶 一族 の 菩提寺 で あ る 地蔵 十 輪 院 に 伝来 し た 。 理知的 で さわやか な 表情 、 切れ味 するど い 衣文 など と 評 さ れ る 作風 が 運慶 作 と さ れ る 理由 で あ る 。 木造 伝 ・ 運慶 坐像 、 伝 ・ 湛慶 坐像 鎌倉 時代 。 日本 仏像 彫刻 史 上 もっとも 有名 な 仏師 親子 の 肖像 彫刻 と さ れ て い る 。 精悍 な 伝 ・ 湛慶像 と 、 老い て まだまだ 盛ん な 巨匠 と い っ た 風貌 の 伝・ 運慶 像 と それぞれ の 個性 が 表現 さ れ て い る 。 前記 の 地蔵 菩薩 坐像 と とも に 地蔵 十 輪 院 に 伝わ っ た 。 木造 四 天王 立像 - 平安 時代 。 本尊 の 十 一 面 観音像 と とも に 、 空也 に よ る 創建 期 の 遺作 で あ る 。 宝物 収蔵 庫 に は 4 体 の うち の 持国 天像 と 増長 天像 が 安置 さ れ 、 残り の 広目 天像 と 多聞 天像 は 京都 国立 博物 館 に 寄託 さ れ て い る 。 4 体 の うち 、 増長 天像 の み は 鎌倉 時代 の 補作 で あ る 。 木造 薬師 如来 坐像 平安 時代 。 天台 様式 が み られ 、 中信 に よ る 中興 時 の 像 と 考え られ る 。 木造 地蔵 菩薩 立像 平安 時代 。 六波羅 地蔵堂 に 安置 さ れ て い た 。 左手 に 頭髪 を 持 ち 、 鬘掛 ( かつら かけ ) 地蔵 と 呼 ば れ 信仰 さ れ て い る 。 『 今昔 物語 集 』 に も この 像 に 関 する 説話 が 取り上げ られ る など 、 古来 著名 な 像 で あ る 。 木造 弘法 大師 坐像 鎌倉 時代 。 快慶 の 弟子 ・ 長快 の 作 木造 閻魔王 坐像 鎌倉 時代 。 木造 吉祥天立 像 鎌倉 時代 。 その 他 、 重要 有形 民俗 文化 財 と し て 、 泥塔 、 皇服 茶碗 、 版木 、 萬燈 会 関係 用 具 二千 百 余 点 など が あ る 京都 府 京都 市 東山 区 五条通 大和 大路上ル 東入ル 轆轤 町 ( ろくろ ちょう ) ( 「 松原 通り 大和 大路 東入ル 2 丁目 轆轤 町 」 と も 表記 する ) 京都 市営 バス ・ 京阪 バス 清水道 バス 停 より 徒歩 7 分 隣 の 札所 西国 三十 三 箇所 16 清水 寺   - -   17 六 波羅 蜜 寺   - -   18 頂 法 寺 +禅林 寺 ( ぜんりんじ ) は 、 京都 市 左京 区 永観堂 町 に あ る 浄土 宗 西山 禅林 寺 派 総 本山 の 寺院 。 一般 に は 通称 の 永観 堂 ( えいかんどう ) の 名 で 知 ら れ る 。 山号 を 聖衆 来 迎山 ( しょうじゅ らいごう さん ) 、 院号 を 無量 寿院 と 称 する 。 本尊 は 阿弥陀 如来 、 開基 ( 創立 者 ) は 、 空海 の 高弟 の 真紹 僧都 で あ る 。 当寺 は 紅葉 の 名所 と し て 知 ら れ 、 古く より 「 秋 は もみじ の 永観 堂 」 と い わ れ る 。 また 、 京都 に 3 箇所 あ っ た 勧学 院 ( 学問 研究 所 ) の 一 つ で も あ り 、 古く から 学問 ( 論義 ) が 盛ん で あ る 。 空海 ( 弘法 大師 ) の 高弟 で あ る 僧都 ・ 真紹 が 、 都 に おけ る 実践 道場 の 建立 を 志 し 、 五智 如来 を 本尊 と する 寺院 を 建立 し た の が 起源 で あ る 。 真紹 は 仁寿 3 年 ( 853 年 ) 、 歌人 ・ 文人 で あ っ た 故 ・ 藤原 関雄 の 邸宅 跡 を 買い取 り 、 ここ を 寺院 と する こと に し た 。 当時 の 京都 で は みだり に 私寺 を 建立 する こと は 禁 じ られ て お り 、 10 年 後 の 貞観 ( 日本 ) 5 年 ( 863 年 ) 、 当時 の 清和 天皇 よ り 定額 寺 と し て の 勅許 と 「 禅林 寺 」 の 寺号 を 賜わ っ て 公認 の 寺院 と な っ た 。 当初 真言宗 寺院 と し て 出発 し た 禅林 寺 は 、 中興 の 祖 と さ れ る 7 世 住持 の 律師 ・ 永観 ( 僧 ) ( ようかん 、 10 33 年 - 1111 年 ) の 頃 から 浄土 教色 を 強め て い く 。 永観 は 文章 博士 ( もん じょう はかせ ) 源 国 経 の 子 と し て 生まれ 、 11 歳 で 禅林 寺 の 深観 に 弟子 入り する 。 当初 、 南都 六 宗 の うち の 三 論 宗 、 法 相 宗 を 学 ぶ が 、 やがて 熱烈 な 阿弥陀 信者 と な り 、 日課 一 万 遍 の 念仏 を 欠か さ ぬ よう に な る 。 師 深観 の 跡 を 受け て 禅林 寺 に 入 る の は 延久 4 年 ( 1072 年 ) の こと で あ る 。 永観 は 人々 に 念仏 を 勧め 、 また 、 禅林 寺内 に 薬王 院 を 設け て 、 病人 救済 など の 慈善 事業 も 盛ん に 行な っ た 。 永観 は 、 今日 の 社会 福祉 活動 の 先駆 者 と いえ る で あ ろ う 。 禅林 寺 を 永観 堂 と 呼 ぶ の は 、 この 永観律 師 が 住 し た こと に 由来 する 。 なお 、 「 永観堂 」 は 普通 「 えいかんどう 」 と 読 む が 、 「 永観 」 と い う 僧 の 名 は 「 ようかん 」 と 読 む の が 正し い と さ れ て い る 。 禅林 寺 の 本尊 阿弥陀 如来立像 は 、 顔 を 左 ( 向か っ て 右 ) に 曲げ た 特異 な 姿 の 像 で あ る 。 この 像 に つ い て は 次 の よう な 伝承 が あ る 。 永保 2 年 ( 1082 年 ) 、 当時 50 歳 の 永観 が 日課 の 念仏 を 唱え つつ 、 阿弥陀 如来 の 周囲 を 行道 し て い た ところ 、 阿弥陀 如来 が 須弥 壇 から 下り 、 永観 と 一緒 に 行道 を 始め た 。 驚 い た 永観 が 歩み を 止め る と 、 阿弥陀 如来 は 振り返 っ て 一言 、 「 永観 遅 し 」 と 言 っ た と い う 。 本寺 の 阿弥陀 如来像 は それ 以来 首 の 向き が 元 に 戻 ら ず 、 その まま の 姿 で 安置 さ れ て い る の だ と い う 。 禅林 寺 12 世 の 僧都 ・ 静遍 ( じょうへん 、 11 66 年 - 1224 年 ) は 、 当初 真言宗 の 僧 で あ っ た が 、 後 に 法然 に 帰依 し 、 念仏門 に 入 っ た 。 法然 の 高弟 の 證空 ( 西山 ) も 、 静遍 の 後 を 嗣 い で 当寺 に 住持 し た と 伝え られ て い る 。 證空 の 門弟 の 浄音 の 時代 に 、 禅林 寺 は 真言 宗 から 浄土 宗 西山 派 ( 小坂 流 ) の 寺院 と な り 、 揺るぎ の な い 念仏 道場 と さ れ た 。 境内 に は 地形 の 高低 差 を 生か し て 多く の 建物 が 建 ち 、 それ ら の 間 は 渡り 廊下 で つな が れ て い る 。 総門- 江戸 時代 末期 の 建築 。 「 高麗 門 」 と 呼 ば れ る 形式 で あ る 。 中門 -延享 元年 ( 1744 年 ) の 建築 。 「 薬医門 」 と 呼 ば れ る 形式 で あ る 。 「 高麗 門 」 「 薬医門 」 とも に 、 寺院 建築 より は 城郭 、 大名 屋敷 など に 多 く 見 られ る 形式 で あ る 。 御影 堂 - 19 12 年 ( 大正 元年 ) に 完成 し た 総 ケヤキ 造 の 仏堂 。 宗祖 法然 を 祀 る 堂 で 、 本尊 を 安置 する 阿弥陀 堂 より も 規模 が 大き い 。 阿弥陀 堂- 御影 堂 より 一段 高 い 敷地 に 位置 する 。 慶長 年間 ( 17 世紀 初 ) 頃 の 建築 。 本尊 の 「 顧り ( みかえり ) 阿弥陀 」 像 ( 重文 ) を 安置 する 。 多宝 塔 - 境内 の 最も 高 い 位置 に あ り 、 景観 上 重要 な 位置 を 占め て い る 。 1928 年 ( 昭和 3 年 ) 、 篤志 家 の 寄付 で 建設 さ れ た 。 方丈 - 「 方丈 」 は 禅宗 寺院 特有 の 建物 で 、 他宗 で は あまり 見かけ な い もの だ が 、 禅林 寺 の 方丈 は 、 平面 、 立面 とも に 禅宗 寺院 の 方丈 と 同形式 の 建物 で あ る 。 寺伝 で は 永正 年間 ( 150 4 - 1 5 2 1 ) 、 後柏 原 天皇 に よ っ て 建て られ た と い う が 、 実際 の 建築 は 江戸 時代 に 降 る もの と み られ る 。 文化 財 山越 阿弥陀 図- 鎌倉 時代 の 仏画 。 金銅 蓮華 文磬 ( こんどうれん げ もんけい ) 絵画 絹本 著色 釈迦 如来像 ・ 十 大 弟子 像 絹本 著色 薬師 如来像 絹本 著色 来迎 阿弥陀 如来像 絹本 金彩 阿弥陀 二十 五 菩 薩来迎 図 絹本 著色 釈 迦 十 六 善 神像 絹本 著色 十 界 図   2 幅 絹本 著色 十 六 羅 漢像   16 幅 絹本 著色 当麻 曼 荼羅 図 絹本 著色 仏 涅槃 図 紙本 淡彩 釈迦 三 尊像 狩野 元 信筆 紙本 著色 融 通 念 仏 縁起 伝土 佐 光信筆 2 巻 紙本 墨画 波濤 図   12 幅 長谷川 等伯筆 二十 五 菩 薩来迎 図絵扉 ( 善導 大 師 厨子 扉 ) 12 枚 彫刻 木造 阿弥陀 如来立像 ( みかえり 阿弥陀 ) - 「 みかえり 阿弥陀 」 の 通称 で 知 ら れ る 、 頭部 を 左 ( 向か っ て 右 ) に 向け た 特異 な 姿 の 像 。 像 高 77 センチ 。 かつて は 鎌倉 時代 の 作 と さ れ た こと も あ っ た が 、 作風 、 構造 等 の 特色 から 、 平安 時代 末期 、 12 世紀 頃 の 作 と 見 る の が 妥当 で あ る 。 この 種 の 「 みかえり 阿弥陀 」 の 作例 は 中国 に も あり ( 四川 省安岳 円覚洞 16 号 窟 、 宋 時代 ) 、 日本 で は 山形 県 善光 寺像 など 、 鎌倉 時代 以降 の 作例 が 若干 知 ら れ て い る 。 1999 年 、 重要 文化 財 に 指定 。 書跡 典籍 當麻 曼 荼羅 縁起 融通 念 仏 勧進 帳   文安 四 年 三 月 日 ( 金銀 泥 下絵 料 紙 ) ( 所在 地 ) 京都 市 左京 区 永観堂 町 ( 交通 ) 京都 市営 バス 南禅 寺 ・ 永観 堂 道 バス 停下 車 5 分 +南禅 寺 ( なんぜん じ ) は 、 京都 市 左京 区 南禅 寺 福地 町 に あ る 、 臨済 宗 南禅 寺 派 大 本山 の 寺院 で あ る 。 山号 は 瑞龍山 、 寺号 は 詳し く は 太平 興 国 南 禅 禅寺 ( たいへい こう こく なん ぜんぜんじ ) と 称 する 。 本尊 は 釈迦 如来 、 開基 ( 創立 者 ) は 亀山 天皇 、 開山 ( 初代 住職 ) は 無関 普門 ( 大明 国師 ) 。 京都 五 山 の 上 に お か れ る 別格 扱い の 寺院 で 、 日本 の 禅寺 の なか で 最も 高 い 格式 を 誇 る 。 また 皇室 の 発願 に な る 禅寺 と し て は 日本 で 最初 の もの で あ る 。 南禅 寺 の 建立 以前 、 この 地 に は 、 後嵯峨 天皇 が 文永 元年 ( 1264 年 ) に 造営 し た 離宮 の 禅林 寺殿 ( ぜんりん じ どの ) が あ っ た 。 「 禅林 寺殿 」 の 名 は 、 南禅 寺 の 北 に 現存 する 浄土 宗 西山 禅林 寺 派 総 本山 の 禅林 寺 ( 京都 市 ) ( 永観堂 ) に 由来 する 。 この 離宮 は 「 上 の 御所 」 と 「 下 の 御所 」 に 分かれ 、 うち 「 上 の 御所 」 に 建設 さ れ た 持仏 堂 を 「 南禅院 」 と 称 し た 。 現存 する 南禅 寺 の 塔頭 ( たっちゅう ) ・ 南 禅院 は その 後身 で あ る 。 亀山 上皇 は 正応 2 年 ( 1289 年 ) 、 40 歳 の 時 に 落飾 ( 剃髪 し て 仏門 に 入 る ) し て 法皇 と な っ た 。 2 年 後 の 正応 4 年 ( 1291 年 ) 、 法皇 は 禅林 寺 殿 を 寺 に あらため 、 当時 80 歳 の 無関 普門 を 開山 と し て 、 これ を 龍安 山 禅林 禅寺 と 名づけ た 。 伝承 に よ れ ば 、 この 頃 禅林 寺殿 に 夜 な 夜 な 妖怪 変化 が 出没 し て 亀山 法皇 や お 付き の 官人 たち を 悩 ま せ た が 、 無 関 普門 が 弟子 を 引き連れ て 禅林 寺殿 に 入 り 、 静か に 座禅 を し た だけ で 妖怪 変化 は 退散 し た の で 、 亀山 法皇 は 無 関 を 開山 に 請 じ た と い う 。 無 関 普門 は 、 信濃 国 の 出身 。 東福 寺 開山 の 円爾 ( えんに ) に 師事 し た 後 、 40 歳 で 北宋 に 留学 、 10 年 以上 も 修行 し た 後 、 弘長 2 年 ( 1262 年 ) 帰国 。 70 歳 に な る まで 自分 の 寺 を 持 た ず 修行 に 専念 し て い た が 、 師 の 円爾 の 死に を うけ て 弘安 4 年 ( 1281 年 ) に 東福 寺 の 住持 と な っ た 。 その 10 年 後 の 正応 4 年 ( 1291 年 ) に 南禅 寺 の 開山 と し て 招 か れ る が 、 間 も な く 死去 する 。 開山 の 無関 の 死去 に 伴 い 、 南禅 寺 伽藍 の 建設 は 実質 的 に は 二 世 住職 の 規庵 祖 円 ( 南院 国師 、 12 61 - 1 3 13 ) が 指揮 し 、 永仁 7 年 ( 1299 年 ) 頃 に 寺観 が 整 っ た 。 当初 の 「 龍安 山 禅林 禅寺 」 を 「 太平 興 国 南 禅 禅寺 」 と い う 寺号 に 改め た の は 正安 年間 ( 1299 - 130 2 年 ) の こと と い う 。 正中 ( 元号 ) 2 年 ( 1325 年 ) に は 夢窓 疎石 が 当寺 に 住 し て い る 。 建武 ( 日本 ) 元年 ( 1334 年 ) 、 後醍醐 天皇 は 南禅 寺 を 京都 五 山 の 第 一 と し た が 、 至徳 ( 日本 ) 3 年 ( 1385 年 ) に 足利 義満 は 自ら の 建立 し た 相国 寺 を 五山 の 第 一 と する ため に 南禅 寺 を 「 別格 」 と し て 五山 の さらに 上 に 位置 づけ た 。 室町 時代 に は 旧 仏教 勢力 の 延暦 寺 や 園城 寺 と 対立 し て 政治 問題 に 発展 、 管領 の 細川 頼之 が 調停 に 乗り出 し て い る 。 明徳 4 年 ( 1393 年 ) と 文安 4 年 ( 1447 年 ) に 火災 に 見舞 わ れ 、 主要 伽藍 を 焼失 し て た が ほど な く 再建 。 しかし 応仁 元年 ( 1467 年 ) 、 応仁 の 乱 の 市街 戦 で 伽藍 を ことごとく 焼失 し て から は 再建 も 思 う に まかせ な かっ た 。 南禅 寺 の 復興 が 進 ん だ の は 、 江戸 時代 に な っ て 慶長 10 年 ( 160 5 年 ) 以心 崇伝 が 入寺 し て から で あ る 。 崇伝 は 徳川 家康 の 側近 と し て 外交 や 寺社 政策 に 携わ り 、 「 黒衣 の 宰相 」 と 呼 ば れ た 政治 家 で も あ っ た 。 また 、 幕府 から 「 僧録 」 と い う 地位 を 与え られ た 。 これ は 日本 全国 の 臨済 宗 寺院 の 元締め に あた る 役職 で あ る 。 なお 南禅 寺 境内 は 平成 17 年 ( 2005 年 ) に 国 の 史跡 に 指定 さ れ て い る 。 勅使 門 寛永 18 年 ( 1641 年 年 ) 、 御所 の 日ノ 御門 を 移築 し た もの と い う 。 三門 歌舞伎 の 『 楼門 五三 桐 』 ( さん もん ご さん の きり ) の 二 幕 返し で 石川 五右衛門 が 「 絶景 か な 絶景 か な 」 と い う 名台詞 を 吐 く 「 南禅 寺 山門 」 が これ で あ る 。 ただし それ は 創作 上 の 話 で 、 実際 の 三門 は 五右 衛門 の 死後 30 年 以上 経 っ た 寛永 5 年 ( 1628 年 ) の 建築 。 五間 三戸 ( 正面 柱 間 が 5 間 で 、 うち 中央 3 間 が 出入 口 ) の 二 重 門 ( 2 階 建て の 門 ) 。 藤堂 高虎 が 大坂 の 役 で 戦死 し た 一門 の 武士 たち の 冥福 を 祈 る ため 寄進 し た もの で あ る 。 上層 は 「 五鳳 楼 」 と い い 、 釈迦 如来 と 阿羅漢 の ほか 、 寄進 者 の 藤堂 家 歴代 の 位牌 、 大坂 の 陣 の 戦死 者 の 位牌 など を 安置 する 。 天井 画 の 天人 と 鳳凰 の 図 は 狩野 探幽 筆 。 知恩 院 三門 、 東本願 寺 御影 堂門 と とも に 、 京都 三 大門 の 一 つ に 数え られ て い る 。 法堂 ( はっとう ) 明治 28 年 ( 1895 年 ) に こたつ の 火 の 不 始末 で 焼失 し た 後 、 明治 42 年 ( 1909 年 ) に 再建 さ れ た もの 。 方丈 国宝 。 大方 丈 と 小方 丈 から な る 。 大方丈 は 慶長 度 の 御所 建て替え に 際 し 、 天正 建設 の 旧 御所 の 建物 を 下賜 さ れ た もの 。 「 旧 御所 清涼殿 を 移築 し た 」 と する 資料 が 多 い が 、 清涼 殿 で は な く 女院 御所 の 対面 御殿 を 移築 し た もの で あ る 。 接続 し て 建 つ 小方 丈 は 寛永 の 建築 と さ れ る 。 大方丈 に は 狩野 派 の 絵師 に よ る 障壁 画 が あ り 、 柳 の 間 ・ 麝香 の 間 ・ 御 昼 の 間 ・ 花鳥 の 間 ( 西 の 間 ) ・ 鶴 の 間 ・ 鳴滝 の 間 の 各間 に あ る 襖 や 壁貼付 など 計 120 面 が 重要 文化 財 に 指定 さ れ て い る 。 これ ら は 旧 御所 の 障壁 画 を 引き継 い だ もの で あ る が 、 建物 の 移築 に 際 し て 襖 の 配置 構成 が 大幅 に 変更 さ れ て お り 、 本来 ひと 続き の 画面 で あ っ た 襖 が 別々 の 部屋 に 配置 さ れ て い る もの も 多 い 。 小方 丈 の 障壁 画 は 狩野 探幽 の 作 と 伝え られ る が 、 作風 上 から は 数 名 の 絵師 に よ る 作 と 推測 さ れ て い る 。 名勝 に 指定 さ れ て い る 方丈 前 の 枯山 水庭園 は 小堀 遠州 作 と い わ れ 、 「 虎 の 子渡し の 庭 」 の 通称 が あ る 。 金地院 南禅 寺 の 塔頭 の ひと つ で 、 勅使 門 の 手前 右側 に 位置 する 。 応永 、 洛北 鷹ヶ峰 ( 北 区 ( 京都 市 ) に 大業 和尚 が 創建 し 、 慶長 10 年 ( 160 5 年 ) 頃 以心 崇伝 に よ っ て 現在 地 に 移築 さ れ た 。 方丈 は 桃山 城 の 遺構 を 慶長 16 年 ( 1611 年 ) に 移築 し た もの と い う 。 特別 名勝 に 指定 さ れ て い る 庭園 は 「 鶴亀 の 庭 」 と 言 わ れ 、 小堀 遠州 の 作 と い う 。 南 禅院 亀山 上皇 の 離宮 時代 の 「 上 の 宮 」 跡 に 造 ら れ た 南禅 寺 の 塔頭 で 、 南禅 寺 発祥 の 地 と い わ れ る 。 天授 庵 開山 の 無関 普門 の 塔所 と し て 開 か れ た 塔頭 で 、 慶長 7 年 ( 160 2 年 ) に 細川 幽斎 に よ っ て 再建 さ れ た 。 聴松 院 ( ちょう しょういん ) 慈 氏 院 ( じし いん ) 南禅 寺 の 国宝 方丈 亀山 天皇 宸翰 禅林 寺 御 祈願 文案 ( かめやま てん の うしん かんぜんりん じ ご き がんもん あん ) 金地院 所蔵 の 国宝 渓陰 小築 図 ( けいいん しょうちくず ) 応永 2 0 ( 1413 ) 年作 の 水墨 画 。 詩画 軸 の 最古 作 と い わ れ る 。 秋景 冬 景山 水 図 南宋 時代 の 水墨 淡彩 の 風景 画 。 足利 義満 の 旧 蔵品 で あ る 。 三門 勅使 門 絹本 著色 釈 迦 十 六 善 神像 絹本 著色 大明 国師 像 絹本 著色 大明 国 師像   平田 和尚 の 賛 あ り 南院 国師像   2 幅 ( 絹本 著色 一 、 紙本 著色 一 ) 絹本 著色 仏 涅槃 図 絹本 墨画聖僧 文 殊像   南禅 比丘 正澄 の 賛 あ り 紙本 墨画 達 磨像   祥啓筆 絹本 墨画 江山 漁舟 図   蒋 三 松 筆 絹本 淡彩 薬 山 李 翺問答 図 大方 丈障 壁画   120 面 大方 丈障壁 画 120 面 は 、 以下 の 四 件 に 分け て 重要 文化 財 に 指定 さ れ て い る 。 ( a ) 廿 四 孝図 14 面 、 琴棋及 群 仙 図 17 面 ( 各紙 本 金地 著色 ) ( b ) 瀑布 図 8 面 、 宮嬪 図 8 面 、 桜花 渓流 図 6 面 、 梅竹 禽 鳥 図 4 面 ( 各紙 本 金地 著色 ) ( c ) 瀑布 垂柳白 鵞図 8 面 、 牡丹 麝香猫 図 5 面 、 松鷹 白鷺 図 10 面 、 松紫陽 花 図 4 面 、 枇杷 雉子 図 4 面 、 菊萩 図 6 面 ( 各紙本 著色 ) ( d ) 群鶴 図 10 面 、 桃花 小禽 図 4 面 、 白梅 禽 鳥 図 4 面 、 水辺 鴨 雁 図 4 面 、 桧鴛 鴦 図 2 面 、 桐花 小禽 図 2 面 ( 各紙本 著色 ) 紙本 著色 群 虎図 ( 小方 丈 障壁 画 ) 伝狩野 探幽筆   虎ノ 間 襖 及 貼付   40 枚 木造 聖観音 立像 鎌倉 彫 牡丹 模様 香盒 南禅 寺 一切 経   5822 帖 清涼 殿 拝領 由緒書   6 幅 南禅 寺 仏殿 指図 湯豆腐 は 南禅 寺 周辺 参道 の 勧進 料理 が 起源 と さ れ て い る 。 山形 県 鶴岡 市 で は 「 南禅 寺 豆腐 」 と い う ほぼ 半球 の 形 を し た 豆腐 が 名産 。 江戸 時代 に 北前 船 に 乗 っ て 京都 から 西廻 り 航路 で 伝わ っ た と い わ れ て い る 。 5 月 から 8 月 中旬 まで の 間 の 期間 限定 販売 。 蹴上 駅 ( 京都 市営 地下 鉄 東西線 ) +広隆 寺 ( こうりゅうじ ) は 、 京都 市 右京 区 太秦 ( うずまさ ) に あ る 真言 宗 御 室 派 の 寺院 。 山号 を 蜂岡山 と 称 する 。 蜂岡 寺 ( はちおか でら 、 ほうこう じ ) 、 秦 公寺 ( はた の きみ でら ) 、 太秦 寺 など の 別称 が あ る 。 帰化 人 系 の 氏族 で あ る 秦 ( はた ) 氏 の 氏寺 で あ り 、 平安 京 遷都 以前 から 存在 し た 、 京都 最古 の 寺院 で あ る 。 国宝 の 弥勒 菩薩 半跏 思惟像 を 蔵 する こと で 知 ら れ 、 聖徳 太子 建立 七 大 寺 の 一 つ 。 毎年 10 月 12 日 に 行 わ れ る 牛祭 は 、 京都 三 大 奇祭 と し て 知 ら れ る 。 起源 と 歴史 広隆 寺 は 、 東映 太秦 映画 村 で 有名 な 太秦 に 所在 する が 、 創建 当初 から この 地 に あ っ た もの か どう か は 未詳 で 、 7 世紀 前半 に 別 の 場所 に 創建 さ れ 、 平安 遷都 前後 に 現在 地 に 移転 し た と い う 説 が 有力 で あ る 。 創建 当初 は 弥勒 菩薩 を 本尊 と し て い た が 、 平安 遷都 前後 から は 薬師 如来 を 本尊 と する 寺院 と な り 、 薬師 信仰 と とも に 聖徳 太子 信仰 の 聖地 と な っ た 。 現在 の 広隆 寺 の 本堂 に 当た る 上宮 王院 の 本尊 は 聖徳 太子 像 。 『 日本 書紀 』 等 に 広隆 寺 草創 に 関わ る 記述 が あ り 、 発掘 調査 の 結果 等 から も 草創 が 7 世紀 に さかのぼ る 古寺 で あ る こと は 確か だ が 、 弘仁 9 年 ( 818 年 ) の 火災 で 古 記録 を 失 っ た こと も あ り 、 初期 の 歴史 は 必ず しも 明確 で は な い 。 『 書紀 』 に よ れ ば 、 推古 天皇 11 年 ( 60 3 年 ) 聖徳 太子 が 「 私 の ところ に 尊 い 仏像 が あ る が 、 誰 か これ を 拝 み たてまつ る 者 は い る か 」 と 諸臣 に 問 う た ところ 、 帰化 人 系 の 豪族 秦 河勝 ( は た の か わかつ ) が 、 この 仏像 を 譲り受け 、 「 蜂岡 寺 」 を 建て た と い う 。 一方 、 承和 ( 日本 ) 5 年 ( 838 年 ) 成立 の 『 広隆 寺 縁起 』 や 9 世紀 後半 成立 の 『 広隆 寺 資材 交替 実録 帳 』 に は 、 広隆 寺 は 推古 天皇 30 年 ( 622 年 ) 、 同年 に 死去 し た 聖徳 太子 の 供養 の ため に 建立 さ れ た と あ る 。 『 書紀 』 と 『 広隆 寺 縁起 』 と で は 創建 年 に 関 し て 20 年 近 い 開き が あ る 。 これ に つ い て は 、 寺 は 60 3 年 に 草創 さ れ 、 622 年 に 至 っ て 完成 し た と する 解釈 と 、 60 3 年 に 建て られ た 「 蜂岡 寺 」 と 622 年 に 建て られ た 「 広隆 寺 」 と い う 別々 の 寺院 が 後 に 合併 し た と する 解釈 と が あ る 。 蜂岡 寺 の 創建 当初 の 所在 地 に つ い て は 、 確証 は な い もの の 、 7 世紀 前半 の 遺物 を 出土 する 京都 市 北 区 北野 の 北野 廃 寺 跡 が それ で あ り 、 平安 京 遷都 と 同 時期 に 現在 地 の 太秦 へ 移転 ( ないし 2 寺 が 合併 ) し た と する 説 が 有力 で あ る 。 秦 氏 は 、 新羅 系 の 帰化 人 の 家系 で あ り 、 葛野 郡 ( かど の ごおり 、 現 ・ 京都 市 右京 区 南部 ・ 西京 区 あたり ) を 本拠 と し 、 養蚕 、 機織 、 酒造 、 治水 など の 技術 を も っ た 一族 で あ っ た 。 広隆 寺 の 近く に あ る 木嶋 坐天照 御 魂 神社 ( 蚕 の 社 ) や 、 右京 区 梅津 の 梅宮 大社 、 西京 区 嵐山 の 松尾 大社 ( とも に 酒造 の 神 ) も 秦 氏 関係 の 神社 と い わ れ て い る 。 『 日本 書紀 』 に は 、 推古 天皇 31 年 ( 623 年 、 伝本 に よ っ て は 推古 天皇 30 年 と も ) 、 新羅 と 任那 の 使い が 来日 し 、 将来 し た 仏像 を 葛野 秦 寺 ( かど の はた でら ) に 安置 し た と い う 記事 が あ り 、 この 仏像 が 、 今 も 広隆 寺 に 残 る 、 2 体 の 木造 弥勒 菩薩 半 跏像 の いずれ か に 該当 する と する 説 が あ る 。 なお 、 広隆 寺 の 本尊 は 平安 遷都 直後 の 延暦 16 年 ( 797 年 ) 以来 、 薬師 如来 と な っ て い る 。 弘仁 9 年 ( 818 年 ) の 火災 を はじめ 、 たびたび 災害 に 見ま わ れ て お り 、 創建 当時 の 建物 は 残 っ て い な い 。 承和 3 年 ( 836 年 ) に 広隆 寺 別当 ( 住職 ) に 就任 し た 道昌 ( 空海 の 弟子 ) は 焼失 し た 堂塔 や 仏像 の 復興 に 努め 、 中興 の 祖 と さ れ て い る 。 その 後 、 久安 6 年 ( 1150 年 ) に も 火災 で 全焼 し た が 、 比較 的 短 期間 で 復興 し 、 永万 元年 ( 1165 年 ) に 諸堂 の 落慶 供養 が 行 わ れ て い る 。 現存 する 講堂 ( 重文 ) は 、 中世 以降 の 改造 が 甚だし い と は いえ 、 永 万 元年 に 完成 し た 建物 の 後身 と 考え られ て い る 。 伽藍 楼門- 寺 の 正門 で あ る 。 元禄 15 年 ( 170 2 年 ) の 建立 と 伝え る 。 講堂 ( 重文 ) - 永 万 元年 ( 1165 年 ) の 再建 で 、 永禄 年間 ( 15 5 8 - 1 5 70 ) に 改造 を 受け 、 近世 に も 修理 を 受け て い て 、 建物 の 外回り に は 古 い 部分 は ほとんど 残 っ て い な い と さ れ て い る が 、 内部 の 天井 や 架構 に は 平安 時代 の 名残 が み られ る 。 内部 に は 本尊 阿弥陀 如来 坐像 ( 国宝 ) を 中心 に 向か っ て 右 に 地蔵 菩薩 坐像 ( 重文 ) 、 左 に 虚空 蔵 菩薩 坐像 を 安置 する 。 上宮 王院 - 広隆 寺 の 本堂 に 当た る 堂 。 入母屋 造 、 檜皮 葺き の 宮殿 風 建築 で 、 堂内 奥 の 厨子 内 に は 本尊 と し て 聖徳 太子 立像 を 安置 する 。 この 像 に は 元永 3 年 ( 1120 年 ) の 造立 銘 が あ り 、 聖徳 太子 が 秦 河勝 に 仏像 を 賜 っ た 時 の 年齢 で あ る 33 歳 時 の 像 で 、 下着 姿 の 像 の 上 に 実物 の 着物 を 着せ て 安置 さ れ て い る 。 桂宮院 本堂 ( 国宝 ) - 境内 の 西側 、 塀 で 囲 ま れ た 一画 に あ る 。 聖徳 太子 像 を 祀 る 堂 で 、 法隆 寺 夢殿 と 同じ 八角 円堂 で あ る が 、 建築 様式 的 に は 純和 様 で 檜皮 葺き の 軽快 な 堂 で あ る 。 通常 非 公開 で 、 4 、 5 、 10 、 11 月 の 日曜 、 祝日 のみ 外観 が 公開 さ れ る 。 鎌倉 時代 の 建物 で あ る が 、 正確 な 建造 年 は 不明 で あ る 。 広隆 寺 に 2 体 あ る 弥勒 菩薩 半 跏 像 の うち 、 「 宝冠 弥勒 」 と 通称 さ れ る 像 で 、 霊宝殿 の 中央 に 安置 さ れ て い る 。 日本 に 所在 する 仏教 彫刻 の うち 、 もっとも 著名 な もの の 1 つ と 思 わ れ る 。 ドイツ の 哲学 者 カール ・ ヤスパース が この 像 を 激賞 し た こと は よく 知 ら れ て い る 。 像 高 は 約 123 センチ 、 アカマツ 材 の 一木造 で 、 右手 を 頬 に 軽 く 当て 、 思索 の ポーズ を 示 す 弥勒 像 で あ る 。 制作 時期 は 7 世紀 と さ れ る 。 この 像 は 大韓 民国 ソウル 特別 市 の 国立 中央 博物 館 に あ る 金銅 弥勒 菩薩 半 跏像 と 全体 の 様式 が よく 似 て い る 。 同 時期 の 朝鮮 の 木造 仏 で 同型 の もの は 残 っ て い な い が 、 広隆 寺 像 も 元来 は 金箔 で おお わ れ て い た こと が 、 下腹 部 等 に わずか に 残 る 痕跡 から 明らか で 、 制作 当初 は 金銅 仏 に 近 い 外観 で あ っ た こと が 推定 さ れ る 。 制作 地 に つ い て は 作風 等 から 朝鮮 半島 から の 渡来 像 で あ る と する 説 と 、 日本 で 制作 さ れ た と する 説 が あ り 、 今 なお 決着 を 見 て い な い 。 第 二 次 世界 大戦 後 ま も な い 1948 年 、 小原 二郎 は 、 本像 内部 の 内刳 り 部分 から 試料 を 採取 し 、 顕微 鏡 写真 を 撮影 し て 分析 し た 結果 、 本像 の 用材 は アカマツ で あ る と 結論 し た 。 日本 の 飛鳥 時代 の 木彫 仏 、 伎楽 面 など の 木造 彫刻 は ほとんど 例外 な く 日本 特産 の クスノキ 材 で あ る の に 対 し 、 広隆 寺 像 は 日本 で は 他 に 例 の な い アカマツ 材 製 で あ る 点 も 、 本像 を 朝鮮 半島 から の 渡来 像 で あ る と する 説 の 根拠 と な っ て き た 。 ところ が 、 1968 年 に 毎日 新聞 刊 の 『 魅惑 の 仏像 』 4 「 弥勒 菩薩 」 の 撮影 の さい 、 内刳 り ( 軽量 化 と 干割れ 防止 の ため 、 木彫像 の 内部 を 空洞 に する こと ) の 背板 に クスノキ 材 が 使用 さ れ 、 さらに 背部 の 衣文 も これ に 彫刻 さ れ て い る こと が 判明 し た 。 ( 明治 時代 に 、 この 像 は 、 破損 し た 状態 で 発見 さ れ 、 この とき 楠材 を 用い て 欠損 部分 が 補 わ れ て い る 。 ) また 、 アカマツ が 日本 で も 自生 する こと から 日本 で 制作 さ れ た と する 説 が あ る 。 朝鮮 半島 から の 渡来 仏 だ と する 説 から は 、 『 日本 書紀 』 に 記 さ れ る 、 推古 天皇 11 年 ( 60 3 年 ) 、 聖徳 太子 から 譲り受け た 仏像 、 また は 推古 天皇 31 年 ( 623 年 ) 新羅 から 将来 さ れ た 仏像 の どちら か が この 像 に 当た る の で は な い か と 言 わ れ て い る 。 196 0 年 8 月 18 日 、 京都 大学 の 20 歳 の 学生 が 弥勒 菩 薩像 に 触れ 、 像 の 右手 薬指 が 折れ る と い う 事件 が 起こ っ た 。 この 事件 の 動機 に つ い て よく 言 わ れ る の が 「 弥勒 菩 薩像 が 余り に 美し かっ た の で 、 つい 触 っ て しま っ た 」 と い う もの だ が 、 当 の 学生 は 直後 の 取材 に 対 し 「 実物 を 見 た 時 " これ が 本物 な の か " と 感 じ た 。 期待 外れ だっ た 。 金箔 が 貼 っ て あ る と 聞 い て い た が 、 貼 っ て な く 、 木目 が 出 て お り 、 埃 も たま っ て い た 。 監視 人 が い な かっ た の で 、 いたずら 心 で 触れ て しま っ た が 、 あの 時 の 心理 は 今 で も 説明 でき な い 」 旨 述べ て い る 。 なお 、 京都 地方 検察 庁 は この 学生 を 文化 財 保護 法 違反 の 容疑 で 取り調べ た が 、 起訴 猶予 処分 と し て い る 。 また 、 折れ た 指 は 拾い集め た 断片 を つな い で 復元 さ れ て お り 、 肉眼 で は 折損 箇所 を 判別 する こと は 不 可能 で あ る 。 本像 に つ い て しばしば 「 国宝 第 1 号 」 と い う こと が 喧伝 さ れ る が 、 それ は 文部 大臣 から 交付 さ れ た 国宝 指定 書 の 番号 が 「 彫刻 第 1 号 」 に な っ て い る に 過ぎ ず 、 本像 と 同じく 1951 年 6 月 9 日 付け で 国宝 に 指定 さ れ た 物件 は 他 に も 多数 あ る 。 文化 財 国宝 木造 弥勒 菩薩 半跏 思惟像 ( 通称 「 宝冠 弥勒 」 ) - 既述 木造 弥勒 菩薩 半 跏像 ( 通称 「 泣 き 弥勒 」 ) - 霊宝殿 に 安置 。 「 宝冠 弥勒 」 と 同様 の ポーズ を と る 、 像高 は やや 小さ い 半跏 像 で あ る 。 朝鮮 半島 に は 現存 し な い クスノキ 材 製 で あ る ところ から 、 7 世紀 末 ~ 8 世紀 初頭頃 の 日本 製 と 見 られ る が 異説 も あ る 。 沈う つ な 表情 で 右手 を 頬 に 当て た 様子 が 泣 い て い る よう に 見え る こと から 「 泣 き 弥勒 」 の 通称 が あ る 。 木造 阿弥陀 如来 坐像 - 講堂 本尊 。 高 さ 2 . 6 メートル 。 承和 年間 ( 840 年代 ) の 作 。 木造 不空 羂索 観音 立像 - もと 講堂 に 安置 さ れ 、 現在 は 霊宝殿 に 安置 。 奈良 時代 末 ~ 平安 時代 初期 ( 8 世紀 末 ~ 9 世紀 初 ) の 作 。 木造 千手 観音 立像 - もと 講堂 に 安置 さ れ 、 現在 は 霊宝殿 に 安置 。 平安 時代 初期 、 9 世紀 の 作 。 木造 十 二 神 将立像 - 現在 は 霊宝殿 に 安置 。 康平 7 年 ( 1064 年 ) 、 仏師 長勢 の 作 。 広隆 寺 縁起 資材 帳 広隆 寺 資材 交替 実録 帳 桂宮院 本堂 重要 文化 財 絹本 著色 三千 仏 図 絹本 著色 十 二 天像 絹本 著色 准 胝 仏 母 図 紙本 著色 能 恵 法師 絵詞 木造 虚空 蔵 菩薩 坐像 ( 所在 講堂 ) 木造 地蔵 菩薩 坐像 ( 所在 講堂 ) 木造 薬師 如来立像 塑造 弥 勒 仏 坐像 木造 大日 如来 坐像 ( 像高 95 . 5 cm 、 1917 年 重文 指定 ) 木造 大日 如来 坐像 ( 像高 7 4 . 5 cm 、 1927 年 重文 指定 ) 木造 阿弥陀 如来立像 木造 五 髻 文殊 菩薩 坐像 木造 聖観音 立像 木造 千手 観音 坐像 木造 如意輪 観音 半跏像 木造 日光 月 光 菩薩 立像 木造 地蔵 菩薩 立像 木造 菩薩 立像 木造 不動明 王 坐像 木造 毘沙門 天立 像 木造 持国天 ・ 広目 天 ・ 増長 天立 像 木造 多聞 天立 像 木造 吉祥天立像 ( 像 高 18 4 . 5 cm 、 1917 年 重文 指定 ) 木造 吉祥天立像 ( 像 高 168 . 0 cm 、 1917 年 重文 指定 ) 木造 吉祥天立像 ( 像 高 16 4 . 6 cm 、 190 2 年 重文 指定 ) 木造 吉祥天立像 ( 像高 142 . 2 cm 、 1917 年 重文 指定 ) ( 東京 国立 博物 館 寄託 ) 木造 吉祥天立像 ( 像 高 106 . 8 cm 、 1938 年 重文 指定 ) 木造 聖徳 太子 半跏 像 木造 蔵王 権 現立像 ( 像 高 10 0 . 4 cm 、 1917 年 重文 指定 ) 木造 蔵王 権 現立像 ( 像高 96 . 4 cm 、 1917 年 重文 指定 ) 木造 神像 ( 伝秦 河勝像 ) 木造 女神 ( にょしん ) 坐像 ( 伝秦 河勝 夫人像 ) 鉄鐘 京福 電気 鉄道 嵐山本線 ( 嵐電 ) 太秦 広隆 寺 駅 駅 前 +西芳 寺 ( さいほうじ ) は 、 京都 市 西京 区 松尾 に あ る 臨済 宗 の 寺院 。 一般 に は 通称 の 苔寺 で 知 ら れ る 。 山号 を 洪隠山 と 称 する 。 本尊 は 阿弥陀 如来 、 開山 は 行基 、 中興 開山 は 夢窓 疎石 で あ る 。 「 古都 京都 の 文化 財 」 の 一部 と し て 世界 遺産 に 登録 さ れ て い る 。 寺伝 で は 今 、 西芳 寺 の あ る 場所 は 聖徳 太子 の 別荘 で あ っ た もの を 、 奈良 時代 の 僧 ・ 行基 が 寺 に し た もの で 、 当初 は 「 西方 寺 」 と 称 し 、 阿弥陀 如来 を 本尊 と する 法相 宗 の 寺 で あ っ た と い う 。 その 後 、 空海 、 法然 など が 入寺 し た と 寺伝 に は 伝え る 。 こう し た 寺伝 は 額面 どおり 受け取 る こと は でき な い が 、 何 ら か の 前身 寺院 が あ っ た もの と 思 わ れ る 。 近く に あ る 松尾 大社 の 宮司 藤原 親秀 ( ちか ひで ) は 、 暦応 2 年 ( 1339 年 ) 、 当時 の 高僧 で あ り 作庭 の 名手 で も あ っ た 夢窓 疎石 ( 夢窓 国師 ) を 招請 し て 、 すっかり 荒れ 果て て い た この 寺 を 禅寺 と し て 再興 し た 。 もと の 寺名 「 西方 寺 」 は 、 西方 極楽 浄土 の 教主 で あ る 阿弥陀 如来 を 祀 る 寺 に ふさわし い 名称 で あ る が 、 夢窓 疎石 は これ を 「 西芳 寺 」 と 改め た 。 「 西芳 」 は 「 祖師 西来 」 「 五葉 聯 芳 」 と い う 、 禅宗 の 初祖 達磨 に 関 する 句 に 由来 する と い う 。 西芳 寺 は 応仁 の 乱 ( 14 67 - 14 7 7 ) で 焼失 。 江戸 時代 に は 2 度 に わた っ て 洪水 に も 見舞 わ れ て 荒廃 し た 。 元 は 枯山 水 で あ っ た 荒廃 し た 庭園 が 苔 で おお わ れ る の は 江戸 時代 末期 に 入 っ て から の よう で あ る 。 すぐ そば に 川 が 流れ る 谷間 、 と い う 地理 的 要因 が 大き い 、 と さ れ る 。 西芳 寺 は かつて は 誰 で も 参観 でき る 観光 寺院 で あ っ た が 、 1977 年 から は 一般 の 拝観 を 中止 し 、 往復 はがき に よ る 事前 申し込み 制 と な っ て い る 。 単なる 観光 や 見学 で は な く 写経 など の 宗教 行事 に 参加 する こと が 条件 と な っ て い る 。 境内 東側 は 黄金 池 を 中心 と し た 苔 の 庭園 で あ り 、 東側 に は 本堂 ( 西来 堂 ) 、 書院 、 三重 納 経塔 など が あ る 。 庭園内 に は 湘南亭 ( 重文 ) 、 少庵 堂 、 潭北亭 ( たん ほくてい ) の 3 つ の 茶室 が あ る 。 境内 北側 に は 枯山 水 の 石組み が あ り 、 開山 堂 で あ る 指東 庵 が 建 っ て い る 。 この ほか 境内 に は 高浜 虚子 の 句碑 や 大佛 次郎 文学 碑 など が あ る 。 本堂 ( 西来 堂 ) - 1969 年 の 建築 で 、 本尊 阿弥陀 如来 を 安置 する 。 襖絵 は 堂本 印象 の 筆 で あ る 。 三重 納 経塔 - 1978 年 建立 の 三 重 塔 で 、 信者 の 写経 を 納め て い る 。 本尊 は 薬師 如来 で あ る 。 湘南亭 ( 重要 文化 財 ) - 夢窓 疎石 の 時代 に 建て られ 、 その 後 荒廃 し て い た が 、 千 利休 の 次男 ・ 千 少庵 に よ っ て 再興 さ れ た と 伝え られ る 茶室 。 板貼り の 露台 ( バルコニー ) を も つ 。 杮葺 、 L 字形 の 間取り で 、 池 に 面 し て 広縁 を 設け る 。 四 畳 台 目 の 主室 は 、 亭主床 、 客座 の 中央 に 火灯 窓 、 躙口 は な く 貴 人口 の み 、 北側 は 広縁 に 連な り 林泉 を 見渡 す こと が でき 、 明る く 開放 的 な 茶室 で あ る 。 幕末 に は 岩倉 具視 が ここ に かくま わ れ て い た こと で 知 ら れ る 。 少庵 堂 - 千 少庵 の 木像 を 祀 る 。 1920 年 の 建築 。 潭 北亭 - 1928 年 、 陶芸 家 の 真清 水 蔵六 ( ましみず ぞうろく ) から 寄進 さ れ た 茶室 で あ る 。 「 湘南亭 」 「 潭北亭 」 など の 建物 の 名勝 は 中国 の 禅書 『 碧巌 録 』 に 出 て くる 句 に ちな む もの で あ る 。 西芳 寺 庭園 ( 特別 名勝 ・ 史跡 ) - 夢窓 疎石 の 作庭 で 、 上段 の 枯山 水 と 、 下段 の 池泉 回遊 式 庭園 の 2 つ から 成 っ て い た 。 境内 北方 に は 上段 の 枯山 水庭園 の 石組み が 残 り 、 この 部分 に は 夢窓 疎石 当時 の 面影 が 残 っ て い る と 思 わ れ る 。 今日 、 西芳 寺 庭園 と し て よく 知 ら れ る の は 苔 の 庭 で 、 木立 の 中 に あ る 黄金 池 と 呼 ぶ 池 を 中心 と し た 回遊 式 庭園 で あ る 。 山麓 に 位置 する 地形 の 庭園 構成 を 池 と 、 その 上 の 山 の 斜面 を 利用 し た 禅堂 の 庭 と に 分け また この 禅堂 より 山 に 登 る 道 が あ っ て 、 頂上 に 縮遠 亭 と い う 休憩 所 が あ っ た 。 頂上 から は 桂川 周辺 を 展望 し よ う と し 、 池辺 の 2 層 の 舎利殿 から は 庭園 を 見下ろ そ う と する 構想 で 、 両者 は 同一 の 考え から 出 た 、 立体 的 な 構想 力 を 示 し た もの で あ る と さ れ る 。 池 に は 朝日 島 、 夕日 島 、 霧島 と 呼 ぶ 3 つ の 島 が あ り 、 小島 に は 白砂 が 敷 か れ 松 が 植え られ 、 亭 が あ り 、 池 の 3 面 の 花木 は 2 段 に 刈り込 ま れ て い た 。 池 の 周囲 を 埋め尽く す 100 種類 以上 と い わ れ る 苔 は 夢窓 疎石 の 時代 から あ っ た もの で は な く 、 今 の よう な 苔庭 に な っ た の は 江戸 時代 も 末期 の こと と い わ れ る 。 池 の 周辺 に は 2 層 の 舎利 の ほか に 、 釣寂庵 、 湘南亭 、 潭北 亭 、 貯清 寮 、 邀 月 橋 、 合同 船 が あ っ た 。 広 さ に 比 し て 建築 的 要素 の 多 い 庭 と いえ る が この 邀 月 橋 は 亭 を も っ た 亭橋 で 、 これ を 渡 る と 長鯨 に の っ て 大海 に 浮か ん だ よう だ と い わ れ た 。 向上関 より 石段 を 上が っ た 所 に 指東 庵 と い う 禅堂 が あ り 、 この 山腹 に 巨石 を 組 み 、 滝 を 象徴 し て い る 。 絹本 著色 夢 窓 疎 石像 ( 重要 文化 財 ) +天龍 寺 ( てんりゅうじ ) は 、 京都 府 京都 市 右京 区 嵯峨 天龍 寺 芒 ノ 馬場 町 ( すすき の ばば ちょう ) に あ る 、 臨済 宗 天龍 寺 派 大 本山 の 寺院 。 山号 は 霊亀山 ( れいぎざん ) 。 寺号 は 詳し く は 天龍 資聖禅寺 ( てんりゅうしせいぜんじ ) と 称 する 。 本尊 は 釈迦 如来 、 開基 ( 創立 者 ) は 足利 尊 氏 、 開山 ( 初代 住職 ) は 夢窓 疎石 で あ る 。 足利 将軍 家 と 後醍醐 天皇 ゆかり の 禅寺 と し て 壮大 な 規模 と 高 い 格式 を 誇 り 、 京都 五 山 の 第 一 位 と さ れ て き た 。 「 古都 京都 の 文化 財 」 の 一部 と し て 世界 遺産 に 登録 さ れ て い る 。 天龍 寺 の 地 に は 平安 時代 初期 、 嵯峨 天皇 の 皇后 橘嘉智子 ( たちばな の かちこ 、 78 6 - 8 50 ) が 開 い た 檀林 寺 が あ っ た 。 その 後 約 4 世紀 を 経 て 荒廃 し て い た 檀林 寺 の 地 に 後嵯峨 天皇 ( 在位 1242 - 12 46 ) と その 皇子 で あ る 亀山 天皇 ( 在位 125 9 - 12 74 ) は 離宮 を 営 み 、 「 亀山 殿 」 と 称 し た 。 「 亀山 」 と は 、 天龍 寺 の 西方 に あ り 紅葉 の 名所 と し て 知 ら れ た 小倉 山 の こと で 、 山 の 姿 が 亀の 甲 に 似 て い る こと から 、 この 名 が あ る 。 天龍 寺 の 山号 「 霊亀山 」 も これ に ちな む 。 足利尊 氏 が 後醍醐 天皇 の 菩提 を 弔 う ため 、 大覚 寺 統 ( 後醍醐 天皇 の 系統 ) の 離宮 で あ っ た 亀山 殿 を 寺 に 改め た の が 天龍 寺 で あ る 。 尊 氏 は 暦応 元年 / 延元 3 年 ( 1338 年 ) 、 征夷 大将軍 と な っ た 。 後 醍醐 天皇 が 吉野 で 死去 し た の は 、 その 翌年 の 暦応 2 年 / 延元 4 年 ( 1339 年 ) で あ る 。 足利尊 氏 は 、 後醍醐 天皇 の 始め た 建武 の 新政 に 反発 し て 天皇 に 反旗 を ひるがえ し た 人物 で あ り 、 対 する 天皇 は 尊 氏 追討 の 命 を 出 し て い る 。 いわば 「 かたき 」 で あ る 後醍醐 天皇 の 死去 に 際 し て 、 その 菩提 を 弔 う 寺院 の 建立 を 尊 氏 に 強 く 勧め た の は 、 当時 、 武家 から も 尊崇 を 受け て い た 禅僧 ・ 夢窓 疎石 で あ っ た 。 寺号 は 、 当初 は 年号 を と っ て 「 暦応 資聖禅 寺 」 と 称 する 予定 で あ っ た が 、 尊 氏 の 弟 ・ 足利 直義 が 、 寺 の 南 の 大堰川 ( 保津 川 ) に 金龍 の 舞 う 夢 を 見 た こと から 「 天龍 資聖禅 寺 」 と 改め た と い う 。 寺 の 建設 資金 調達 の ため 、 天龍 寺 船 と い う 貿易 船 が 仕立て られ た こと は 著名 で あ る 。 落慶 供養 は 後醍醐 天皇 七 回忌 の 康永 4 年 ( 1345 年 ) に 行 わ れ た 。 天龍 寺 は 京都 五 山 の 第 一 と し て 栄え 、 寺域 は 約 33 万 平方 メートル 、 現在 の 京福 電鉄 帷子 ノ辻 ( かたびら の つじ ) 駅 あたり に まで 及 ぶ 広大 な もの で 、 子院 150 か 寺 を 数え た と い う 。 しかし 、 その 後 の たびたび の 火災 に よ り 、 創建 当時 の 建物 は ことごとく 失 わ れ た 。 中世 に は 延文 3 年 ( 1358 年 ) 、 貞治 6 年 ( 1367 年 ) 、 応安 6 年 ( 1373 年 ) 、 康暦 2 年 ( 1380 年 ) 、 文安 4 年 ( 1447 年 ) 、 応仁 元年 ( 1467 年 ) と 、 6 回 も 火災 に 遭 っ て い る 。 応仁 の 乱 に よ る 焼失 ・ 再建 後 、 しばらく は 安泰 で あ っ た が 、 江戸 時代 の 文化 ( 元号 ) 12 年 ( 1815 年 ) に も 焼失 、 さらに 幕末 の 元治 元年 ( 1864 年 ) 、 蛤 御門 の 変 ( 禁門 の 変 ) で 大 打撃 を 受け 、 現存 伽藍 の 大 部分 は 明治 時代 後半 以降 の もの で あ る 。 なお 、 方丈 の 西側 に あ る 夢窓 疎 石 作 の 庭園 ( 特別 名勝 ・ 史跡 ) に わずか に 当初 の 面影 が うかがえ る 。 方丈 の 北側 に は 、 宮内 庁 管理 の 亀山 天皇 陵 と 後嵯峨 天皇 陵 が あ る 。 境内 東端 に 勅使 門 、 中門 が あ り 、 参道 は 西 へ 伸び て い る 。 これ は 、 通常 の 禅宗 寺院 が 原則 と し て 南 を 正面 と し 、 南北 に 主要 建物 を 並べ る の と は 異な っ て い る 。 参道 両側 に 塔頭 ( たっちゅう 、 山内 寺院 ) が 並 び 、 正面 に 法堂 、 その 奥 に 大方 丈 、 小方丈 、 庫裏 ( くり ) 、 僧堂 、 多宝殿 など が あ る が 、 いずれ も 近代 の 再建 で あ る 。 勅使 門 - 四 脚 門 。 境内 寺内 最古 の 建物 で 、 桃山 時代頃 の 様式 を も つ 。 法堂 ( はっとう ) - 禅寺 の 中心 堂宇 と し て は 珍し い 、 寄棟 造 単層 の 建物 で 、 190 0 年 ( 明治 33 年 ) の 再建 。 本尊 釈 迦 三 尊像 を 安置 する 。 天井 画 の 雲龍 図 は 鈴木 松年 の 作 。 大方丈 - 1899 年 ( 明治 32 年 ) の 建築 。 小方丈 - 1924 年 ( 大正 13 年 ) の 建築 。 多宝殿 - 1934 年 ( 昭和 9 年 ) の 建築 。 近代 の 建築 だ が 、 鎌倉 時代頃 の 建築 様式 を 用い て い る 。 後 醍醐 天皇 の 木像 を 安置 する 庭園 - 曹 源 池 ( そうげんち ) を 中心 と し た 池泉 回遊 式 庭園 で 、 夢窓 疎石 の 作庭 。 絹本 著色 夢 窓 国 師像   徳済 の 賛 あ り 絹本 著色 夢 窓 国 師像   暦応 庚 辰 仲秋 の 自賛 あ り 絹本 著色 夢 窓 国 師像   木訥 叟 ( 夢窓 ) 自題 あ り 絹本 著色 観世音 菩 薩像 絹本 著色 清涼 法眼 禅 師像 ・ 雲門 大 師像 木造 釈迦 如来 坐像 遮那 院 御 領絵 図 往古 諸郷館 地之絵 図 応永 鈞命 絵 図 東陵 永璵 墨蹟 ( 「 璵 」 は 「 王扁 」 に 「 與 」 ) 北畠 親房 消息 京都 府 京都 市 右京 区 嵯峨 天竜 寺 芒 ノ 馬場 町 68 京都 市営 バス 嵐山 天龍 寺 前 下車 すぐ 、 京福 電鉄 嵐山 駅 ( 京福 電気 鉄道 ) 下車 徒歩 1 分 +高山 寺 ( こうざんじ ) は 、 京都 市 右京 区 梅ヶ畑 栂尾 ( とがの お ) 町 に あ る 寺院 。 栂尾 は 京都 市 街 北西 の 山中 に 位置 する 。 高山 寺 は 山号 を 栂尾 山 と 称 し 、 宗派 は 真言 宗 御室 派 系 の 単立 で あ る 。 創建 は 奈良 時代 と 伝え る が 、 実質 的 な 開基 ( 創立 者 ) は 、 鎌倉 時代 の 明恵 で あ る 。 「 鳥獣 人物 戯画 」 を はじめ 、 絵画 、 典籍 、 文書 など 、 多く の 文化 財 を 伝え る 寺院 と し て 知 ら れ る 。 境内 が 国 の 史跡 に 指定 さ れ て お り 、 また 古都 京都 の 文化 財 の 一部 と し て 世界 遺産 に 登録 さ れ て い る 。 高山 寺 の あ る 栂尾 は 、 紅葉 の 名所 と し て 知 ら れ る 高雄 山 神護 寺 から さらに 奥 に 入 っ た 山中 に 位置 し 、 古代 より 山岳 修行 の 適地 と し て 、 小寺院 が 営 ま れ て い た よう で あ る 。 今 の 高山 寺 の 地 に は 、 奈良 時代 から 「 度 賀 尾 寺 」 「 都賀 尾 坊 」 など と 称 さ れ る 寺院 が あ り 、 宝亀 5 年 ( 774 年 ) 、 光仁 天皇 の 勅願 で 建立 さ れ た と の 伝え も あ る が 、 当時 の 実態 は 明らか で な い 。 平安 時代 に は 、 近隣 の 神護 寺 の 別院 と さ れ 、 神護 寺 十 無尽院 ( じゅう むじんいん ) と 称 さ れ て い た 。 これ は 、 神護 寺 本寺 から 離れ た 、 隠棲 修行 の 場所 で あ っ た ら しい 。 高山 寺 の 中興 の 祖 で あ り 、 実質 的 な 開基 と さ れ る の は 、 鎌倉 時代 の 華厳 宗 の 僧 、 明恵 ( みょうえ ) で あ る 。 明 恵房 高弁 ( 1173 - 12 32 ) は 承安 ( 日本 ) 3 年 ( 1173 年 ) 、 紀伊国 有田 郡 は 現在 の 和歌山 県 有田 川町 に あた る 場所 で 生まれ た 。 父 は 平重国 と い う 武士 で あ り 、 母 は 紀州 の 豪族 湯浅 家 の 娘 で あ っ た 。 幼時 に 両親 を 亡く し た 明恵 は 、 9 歳 で 生家 を 離れ 、 母方 の 叔父 に 当た る 神護 寺 の 僧 ・ 上覚 ( 114 7 - 1 2 26 ) の もと で 仏門 に 入 っ た 。 明恵 は 、 法然 の 唱え た 「 専修 念仏 」 の 思想 を 痛烈 に 批判 し 、 華厳 宗 の 復興 に 努め た 。 「 専修 念仏 」 と は 、 仏法 が 衰え た 「 末法 」 の 時代 に は 、 人 は 菩提心 ( さとり ) に よ っ て 救 わ れ る こと は な く 、 念仏 以外 の 方法 で 極楽 往生 する こと は でき な い と い う 主張 で あ り 、 これ は 菩提心 や 戒律 を 重視 する 明恵 の 思想 と は 相 反 する もの で あ っ た 。 明恵 は 建永 元年 ( 120 6 年 ) 、 34 歳 の 時 に 後鳥 羽 天皇 から 栂尾 の 地 を 与え られ 、 また 寺名 の もと に な っ た 「 日出先 照 高 山之寺 」 の 額 を 下賜 さ れ た 。 この 時 が 現 ・ 高山 寺 の 創立 と 見な さ れ て い る 。 「 日出先 照 高山 」 ( 日 、 出 で て 、 まず 高 き 山 を 照ら す ) と は 、 「 華厳 経 」 の 中 の 句 で 、 「 朝日 が 昇 っ て 、 真っ先 に 照ら さ れ る の は 高 い 山 の 頂上 だ 」 と い う 意味 で あ り 、 その よう に 光 り 輝 く 寺院 で あ れ と の 意 が 込め られ て い る と 思 わ れ る 。 高山 寺 は 中世 以降 、 たびたび の 戦乱 や 火災 で 焼失 し 、 鎌倉 時代 の 建物 は 石水 院 を 残 す のみ と な っ て い る 。 建永 元年 の 中興 から 20 数 年 を 経 た 寛喜 2 年 ( 1230 年 ) に 作成 さ れ た 高山 寺 境内 の 絵図 ( 重文 、 神護 寺 蔵 ) が 現存 し て お り 、 当時 の 様子 が 具体 的 に わか る 点 で 貴重 で あ る 。 それ に よ る と 、 当時 の 高山 寺 に は 、 大門 、 金堂 、 三重 塔 、 阿弥陀 堂 、 羅漢 堂 、 鐘楼 、 経蔵 、 鎮守 社 など が あ っ た こと が 知 ら れ る が 、 この うち 、 当時 「 経蔵 」 と 呼 ば れ た 建物 が 「 石水 院 」 と し て 現存 する ほか は 、 ことごとく 失 わ れ て い る 。 石水院 から 開山 堂 に 至 る 道 の 両側 に 残 る 石垣 は 、 かつて の 諸堂 や 塔頭 を 偲 ば せ て い る 。 石水院 ( 国宝 ) - 鎌倉 時代 の 建築 。 入母屋 造 、 杮 ( こけら ) 葺き 。 後鳥羽 上皇 の 学問 所 を 下賜 さ れ た もの と 伝え 、 明恵 の 住房 跡 と も 伝え る 。 外観 は 住宅 風 だ が 、 本来 は 経蔵 と し て 造 ら れ た 建物 を 改造 し た もの と 見 られ る 。 もともと は 金堂 の 右 後 方 に 残 る 石段 の 上 に 建 っ て い た が 、 明治 22 年 ( 1889 年 ) に 現在 地 に 移築 し た もの で あ る 。 他 に 、 仁和 寺 から 移築 し た 金堂 、 明恵 の 肖像 彫刻 ( 重文 ) を 安置 する 開山 堂 など が あ る が 、 いずれ も 近世 の 建築 で あ る 。 境内 に は 「 日本 最古 」 と 伝え る 茶園 が あ る 。 鎌倉 時代 初期 に 臨済 宗 の 開祖 栄西 が 、 当時 の 中国 の 南宋 に お い て 種 を 得 て 、 帰国 後 に 明恵 に 贈 っ た もの と 伝え る 。 明恵 は これ を 初め は 栂尾 山 に 植え 、 その 後 宇治 その 他 の 土地 に 広ま っ た と い う 。 数 多く の 文化 財 を 所蔵 する が 、 建造 物 を 除 く 指定 文化 財 の 大 部分 は 東京 および 京都 の 国立 博物 館 に 寄託 さ れ て い る 。 石水 院 紙本 墨画 鳥 獣 人物 戯画 4 巻- 甲乙 丙丁 の 4 巻 から な る 絵巻 。 すべて 墨画 で 彩色 は な い 。 また 、 普通 の 絵巻 の よう に 絵 と 詞 ( ことば ) が 交互 に 現われ る 形式 で は な く 、 絵 のみ で 構成 さ れ る 。 甲巻 は 兎 、 蛙 、 猿 など の 動物 を 擬人 化 し た もの で 、 4 巻 の 中 で もっとも よく 知 ら れ る 。 乙巻 は 写生 風 の 動物 絵 、 丙巻 は 前半 が 各種 の 競技 や ゲーム に 興じ る 人物 の 戯画 で 、 後半 は 動物 戯画 、 丁巻 は 荒々し い タッチ の 人物 戯画 で あ る 。 制作 年 代 は 甲 ・ 乙巻 が 平安 末期 、 丙 ・ 丁巻 は 鎌倉 時代 と 推定 さ れ る 。 制作 事情 、 主題 等 に つ い て は 諸説 あ る が 、 特に 甲巻 の ユーモラス な 動物 戯画 は 秀逸 で 、 現代 日本 の 漫画 文化 の ルーツ と も 見 な さ れ る 。 現在 は 甲 ・ 丙巻 が 東京 国立 博物 館 、 乙 ・ 丁巻 が 京都 国立 博物 館 に 寄託 さ れ て い る ため 寺 で 見 られ る の は 模本 で あ る 。 紙本 著色 華 厳宗 祖師 絵伝 7 巻- 鎌倉 時代 の 作 。 新羅 の 華厳 宗 の 祖 と さ れ る 義湘 と 元暁 の 伝記 絵巻 で あ る 。 国宝 指定 時 は 全 6 巻 で あ っ た が 、 修理 後 は 7 巻 に 調巻 さ れ て い る 。 紙本 著色 明恵 上 人像 ( 絵画 ) - 「 樹上 座 禅像 」 と 称 さ れ る 。 通例 の 祖師 像 と 異な り 、 明恵 の 姿 は 山中 の 自然 景 の 中 に 小さ く 表現 さ れ て い る 。 鎌倉 時代 の 作 。 絹本 著色 仏 眼 仏 母像 ( 絵画 ) - 鎌倉 時代 初期 、 12 世紀 末 の 作 。 明恵 の 念持 仏 で あ り 、 図中 に は 明恵 自身 に よ る 書き込み が あ る 。 玉篇 ( ぎょくへん ) 巻 第 廿 七 - 中国 梁代 成立 の 漢字 辞書 「 玉篇 」 の 、 唐 時代 の 写本 。 本書 の 写本 は 中国 で は 早く に 失 わ れ て 日本 に しか 残 っ て い な い 点 で 貴重 。 篆隷 万象 名義 ( てんれい ばん しょうめいぎ ) - 空海 の 編 さん と さ れ る 漢字 辞書 の 唯一 の 古 写本 と し て 貴重 。 永久 2 年 ( 1114 年 ) の 写本 。 冥報 記 ( めいほうき ) - 唐代 成立 の 仏教 説 話 集 の 写本 で 、 成立 から 2 世紀 ほど 後 の 唐代 末期 の 写本 と さ れ る 。 本書 は 中国 で は 早く に 失 わ れ て お り 、 現存 最古 写本 と し て 貴重 。 乾漆 薬師 如来 坐像 - 奈良 時代 末期 の 作 。 元来 は 薬師 三 尊像 の 中尊 で あ っ た 。 両脇 侍像 は 明治 時代 に 寺外 に 流出 し 、 日光 菩 薩像 は 東京 国立 博物 館 、 月光 ( がっこう ) 菩薩 像 は 東京 藝術 大学 大学 美術 館 に 所蔵 さ れ て い る 。 木造 明恵 上人 坐像 - 開山 堂 に 安置 。 鎌倉 時代 の 作 。 木造 鹿 1 対- 鎌倉 時代 。 雌雄 の 鹿 を 狛犬 風 に 作 っ た もの で 、 他 に 例 を 見 な い 。 鹿 は 春日 明神 の 使い と さ れ 、 高山 寺 鎮守 の 春日 明神 の 神前 に 置 か れ た もの と 思 わ れ る 。 木造 白光神 ( びゃっこうしん ) 立像 - 鎌倉 時代 初期 。 白光神 は 、 インド の 神 と さ れ 、 善妙 神 ( 中国 の 神 ) 、 春日 明神 ( 日本 の 神 ) と とも に 高山 寺 の 鎮守 神 と し て 祭 ら れ た 。 名前 の 通り 、 着衣 から 台座 まで 真っ白 に 塗 ら れ て い る が 、 これ は ヒマラヤ の 雪 を 象徴 する もの と い う 。 木造 善妙 神立像 - 鎌倉 時代 初期 。 鮮やか な 彩色 が よく 残 る 。 白光 神像 と とも に 、 仏師 湛慶 の 作 と 推定 さ れ て い る 。 高山 寺 典籍 文書 ( もんじょ ) 類 9 , 293 点- 高山 寺 に 伝来 する 平安 時代 から 近世 に 至 る 仏典 、 記録 等 を 一括 指定 し た もの 。 高弁 夢 記 ( こうべん ゆめ の き ) 17 点 - 「 高弁 」 は 明恵 の こと 。 明恵 が 自分 の 見 た 夢 を 記録 し た 日記 で あ り 、 夢 の 中 で の 宗教 的 経験 が 彼 の 思想 に 大き く 影響 し て い る こと が わか る 。 建久 7 年 ( 1196 年 、 23 歳 ) から 貞応 2 年 ( 1223 年 、 51 歳 ) まで の もの が 残 っ て い る 。 以下 は 高山 寺 所有 の 重要 文化 財 の 一覧 で あ る ( 上 に 略説 し た もの も 重出 し て い る ) 。 ( 建造 物 ) 宝篋 印塔 如法 経塔 ( 石造 一 重塔 ) ( 絵画 ) 絹本 著色 華 厳海 会 諸 聖衆 曼荼羅 図 絹本 著色 五 聖曼荼羅 図 絹本 著色 熊野 曼荼羅 図 絹本 著色 不空 三 蔵 像 絹本 著色 文殊 菩 薩像 絹本 著色 菩 薩像 ( 寺伝弥 勒 菩 薩像 ) 絹本 著色 明恵 上 人 像 紙本 淡彩 藤原 兼経像 紙本 墨画 高僧 像 紙本 墨画 将軍 塚 絵巻 紙本 墨画 達磨 宗 六 祖師 像 ( 彫刻 ) 乾漆 薬師 如来 坐像 木造 狛犬   一 対 木造 狛犬   三 対 木造 鹿   一 対 、 木造 馬   1 躯 、 木造 犬   1 躯 ( 注 : 「 馬 」 と 「 犬 」 は 2001 年度 追加 指定 ) 木造 善妙 神立像 木造 白光 神立像 木造 明恵 上人 坐像 ( 開山 堂 安置 ) ( 工芸 品 ) 阿字 螺鈿 蒔 絵 月 輪形 厨子   弥勒 菩薩像 納置 黒漆 机 木製彩 絵 転法輪 筒 輪宝 羯 磨 蒔 絵舎利 厨子 ( 書跡 典籍 ) 華厳 宗 一乗 開心 論   巻下 華厳孔 目章   巻 第 一 、 第 二 、 第 三 、 第 四 華厳 伝 音 義 義天録   巻 第 一 、 第 二 ・ 第 三   2 巻 金剛 頂 瑜 伽経   巻 第 一 、 第 二 、 第 三 倶舎論 中 不染 無知断 位 料 簡 古華 厳経 ( 黒漆 函入 ) 54 帖 釈迦 五百 大 願経   上下 新訳華 厳 経 音 義 貞元 華 厳経   38 巻 貞元 華厳 経 音 義 梵天火 羅図   1 帖 明恵 上人 詠草 華厳 信 種義   明恵 上人 筆 大唐 天竺 里 程書   明恵 上人 筆 入解脱 門義   上下   明恵 上人 筆 大法 炬 陀羅尼 経要 文集   明恵 上人 筆 弥勒 上 生経   石川 年足筆 史記   巻 第 三 、 第 四 論語   巻 第 四 、 第 八 論語   巻 第 七 、 第 八 荘子   7 巻 宋刊 本 斉民 要術   巻 第 五 、 第 八 宋版 華厳 三 昧章   法蔵 述 宋版 金 光明文 句 護 国記   如 湛述   4 帖 宋版 金剛 記外 別解   笑庵 観 復述   4 帖 宋版 法蔵 和 尚伝   崔致 遠結 高弁 夢記   1 巻 、 9 通 、 2 帖 、 2 冊 、 3 幅 高山 寺 典籍 文書類   9 , 290 点 神尾 一切 経蔵 領 古 図   2 幅 +1 . 神護 寺 ( じんごじ ) は 、 京都 市 右京 区 高雄 に あ る 高野山 真言宗 遺跡 ( ゆいせき ) 本山 の 寺院 。 仏塔 古寺 十 八 尊 第 七 番 。 本項 で 詳説 する 。 2 . 神護 寺 ( じんごじ ) と は 、 神仏 習合 が 許 さ れ て い た 江戸 時代 以前 、 神社 に 付属 し これ を 管理 し た 寺 の こと 。 神宮寺 また は 別当 寺 と 同義 。 神護 寺 ( じんごじ ) は 、 京都 市 右京 区 高雄 に あ る 高野山 真言宗 遺跡 ( ゆいせき ) 本山 の 寺院 で 、 山号 を 高雄山 と 号 する 。 本尊 は 薬師 如来 、 開基 は 和気 清麻呂 で あ る 。 京都 市街 の 北西 、 愛宕 山 ( 京都 市 ) ( 924 メートル ) 山系 の 高雄 山 の 中腹 に 位置 する 山岳 寺院 で 、 紅葉 の 名所 と し て 知 ら れ る 。 清滝川 に 架か る 高雄 橋 から 長 い 参道 を 歩 い た 先 の 山中 に 金堂 、 多宝 塔 、 大師 堂 など の 堂宇 が 建 つ 。 神護 寺 は 空海 が 東寺 や 高野山 の 経営 に 当た る 前 に 一時 住 し た 寺 で あ り 、 最澄 も ここ で 法華 経 の 講義 を し た こと が あ る など 、 日本 仏教史 上 重要 な 寺院 で あ る 。 寺号 は 詳し く は 「 神護 国 祚 真言 寺 ( じんご こく そ しんごんじ ) 」 と 言 う 。 しかし 、 寺 の 根本 史料 で あ る 「 神護 寺 略記 」 や 国宝 の 「 文覚 上人 四十 五 箇条 起請 文 」 など に も もっぱら 「 神護 寺 」 と あ り 、 寺 の 入口 の 楼門 に 架か る 板札 に も 「 神護 寺 」 と あ る こと など から 、 本項 で も 「 神護 寺 」 の 表記 を 用い る 。 歴史 神護 寺 は 、 いずれ も 和気 氏 の 私寺 で あ っ た と 思 わ れ る 「 神願 寺 」 と 「 高雄 山 寺 」 と い う 2 つ の 寺院 が 天長 元年 ( 824 年 ) に 事実 上 合併 し て でき た 寺 で あ る 。 2 つ の 前身 寺院 の うち 、 神願 寺 は 、 和気 清麻呂 ( 73 3 - 7 99 ) に よ り 8 世紀 の 末頃 に 建て られ た 寺 で あ る が 、 その 所在 地 に つ い て は 河内 説 、 大和 説 など 諸説 あ り 、 いずれ も 決め手 を 欠 い て い る 。 和気 清麻呂 は 奈良 時代 末期 ~ 平安 時代 初期 の 高級 官僚 で 、 歴代 天皇 の 側近 と し て 平安 京 遷都 など に 力 を 発揮 し た 。 また 、 僧 ・ 道鏡 の 皇位 継承 問題 に から ん で 流罪 に な っ た こと で も 知 ら れ て い る 。 称徳 天皇 ( 女帝 ・ 孝謙 天皇 重祚 ) の 信任 が 厚 かっ た 僧 ・ 道鏡 は 「 八幡 大 菩薩 の お 告げ 」 に よ り 皇位 を 継 ぐ 者 と さ れ て い た が 、 称徳 天皇 は 神意 を 再 確認 す べ く 、 和気 清麻呂 を 八幡 大 菩薩 が 鎮座 する 九州 の 宇佐神宮 へ 派遣 し た 。 宇佐 から 戻 っ た 清麻呂 は 「 宇佐 八幡 は 、 臣下 の 者 が 皇位 に 就 く こと を 望 ん で い な い 」 と 奏上 し た 。 これ が 道鏡 の 怒り に ふれ 、 清麻呂 と 姉 の 和気 広虫 ( 法均 尼 ) は 神護 景雲 3 年 ( 769 年 ) それぞれ 大隅 と 備後 へ 流罪 と な っ た 。 道鏡 が 実際 に 皇位 を 望 ん で い た の か どう か 、 事件 の 真相 に は 不明 な 部分 も あ る が 、 翌宝亀 元年 ( 770 年 ) に は 、 称徳 天皇 が 死去 し 、 天皇 の 信望 厚 かっ た 道鏡 は 左遷 さ れ 、 入れ 代わ る よう に 清麻呂 と 広虫 は 許 さ れ て 都 に 戻 っ て き た 。 清麻呂 が 和気 氏 の 私寺 で あ る 神願 寺 の 建立 を 願い出 た の は それ から 10 年 後 の 宝亀 11 年 ( 780 年 ) と も 言 い 、 少し 後 の 延暦 年間 ( 78 2 年 ~ ) と も 言 わ れ る 。 神願 寺 と い う 寺号 は 宇佐 八幡 の 神意 に 基づ い て 建て た 寺 と い う 意味 で あ る 。 延暦 12 年 ( 793 年 ) に は 「 神願 寺 に 能登 国 の 墾田 五十 町 が 寄進 さ れ た 」 旨 の 記録 ( 「 類聚 国史 」 所収 ) が あ り 、 この 年 が 神願 寺 建立 時期 の 下限 と さ れ て い る 。 もう 1 つ の 前身 寺院 で あ る 高雄山 寺 ( また は 高雄 寺 ) は 、 現在 の 神護 寺 の 地 に 古く から 存在 し た 寺院 で あ る 。 和気 清麻呂 の 墓所 が 今 の 神護 寺 境内 に あ る ところ から 、 ここ も 和気 氏 ゆかり の 寺院 で あ る こと は 確か だ が 、 創立 の 時期 や 事情 に つ い て は 明確 で な い 。 伝承 で は 、 洛北 の 鷹ヶ峯 ( 京都 市 北 区 鷹峯 ) に 鎮座 し て い た 愛宕 権現 を 愛宕 山 に 移座 し た 際 に 、 他 の いく つ か の 山岳 寺院 と とも に 建立 さ れ た と い う 。 高雄山寺 の 歴史 上 の 初見 は 延暦 21 年 ( 80 2 年 ) で あ る 。 この 年 、 和気 氏 の 当主 で あ っ た 和気 弘世 ( 清麻呂 の 長男 ) は 伯母 に 当た る 和気 広虫 ( 法均 尼 ) の 三 周忌 を 営 む ため 、 最澄 を 高雄 山寺 に 招請 し 、 最澄 は ここ で 法華 会 ( ほっけえ 、 法華 経 の 講説 ) を 行 っ た 。 弘仁 3 年 ( 812 年 ) に は 空海 が 高雄 山寺 に 住 し 、 ここ で 灌頂 ( 密教 の 重要 な 儀式 ) を 行 っ た 。 この 時 、 灌頂 を 受け た 者 の 氏名 を 書き付け た 空海 自筆 の 名簿 ( 灌頂 歴名 ) が 現存 し 国宝 に 指定 さ れ て い る が 、 そこ に も 「 高雄 山 寺 」 の 寺号 が 見え る 。 天長 元年 ( 824 年 ) の 太政 官 符 ( 「 類聚 国史 」 「 類聚 三 代格 」 など 所載 ) に よ れ ば 、 この 年 、 神願 寺 と 高雄 山 寺 の 寺地 を 「 交換 」 し 、 寺号 を 「 神護 国 祚 真言 寺 ( じんご こく そ しんごんじ ) 」 と し 、 この 寺 は 定額 寺 ( 官 が 保護 を 与え る 一定 数 の 私寺 の こと ) に 列 せ られ た 。 寺地 の 交換 が 行 わ れ た の は 、 神願 寺 の 所在 する 土地 に 「 汚穢 」 ( けがれ ) が あ り 、 仏法 の 道場 と し て ふさわし く な かっ た から と の こと で あ る 。 「 神護 国 祚 真言 寺 」 と は 、 「 八幡 神 の 加護 に よ り 国家 鎮護 を 祈念 する 真言 の 寺 」 と い う 意味 で 、 この 寺 が 密教 寺院 で あ る こと を 明確 に 示 し て い る 。 神護 寺 は 、 空海 の 後 、 弟子 の 実慧 ( じち え ) や 真済 が 別当 ( 住職 ) と な っ て 護持 さ れ た が 、 平安 時代 末期 に は 衰退 し て い た 。 中世 、 神護 寺 再興 に 力 が あ っ た の は 『 平家 物語 』 など で 知 ら れ る 武士 出身 の 僧 ・ 文覚 ( もんがく ) で あ っ た 。 彼 は 仁安 ( 日本 ) 3 年 ( 1168 年 ) 、 神護 寺 に 参詣 する が 、 八幡 大 菩薩 の 神意 に よ っ て 創建 さ れ 、 弘法 大 師 空海 ゆかり の 地 で も あ る この 寺 が 荒れ 果て て い る こと を 嘆 き 、 再興 の 勧進 を 始め た 。 その 後 、 後白河 天皇 や 源 頼朝 ら の 援助 を 得 て 、 寺 の 再興 は 進 ん だ 。 文覚 自身 は 罪 を 得 て 対馬 ( 隠岐 と する 説 も あ る ) に 流 さ れ 、 配流 先 で 生涯 を 終え た が 、 神護 寺 の 再興 は 弟子 の 上覚 ( 上 覚房 行慈 ) に よ っ て 完遂 さ れ た 。 なお 、 鎌倉 時代 に 華厳 宗 を 復興 し 、 高山 寺 を 中興 し た 僧 ・ 明恵 ( みょうえ ) は 上覚 の 甥 で 、 やはり 神護 寺 に 住 し た こと が あ っ た 。 伽藍 楼門- 参道 から 急 な 石段 を 上り つめた 先 に 建 つ 正門 。 毘沙門 堂 など と 同様 、 元和 9 年 ( 1623 年 ) の 建立 と さ れ る 。 金堂 - 楼門 を 入 っ て 境内 奥 へ 進 み 、 右手 の 石段 を 上 っ た 先 に 建 つ 。 入母屋 造 、 本瓦 葺き の 本格 的 な 密教 仏堂 で あ る が 、 建築 年代 は 新し く 、 昭和 9 年 ( 1934 年 ) に 実業 家 山口 玄洞 の 寄進 で 建て られ た もの で あ る 。 毘沙門 堂- 金堂 へ と 上 る 石段 の 下 に 建 つ 。 金堂 が 建 つ 前 は この 堂 が 金堂 で あ り 、 本尊 の 薬師 如来像 も ここ に 安置 さ れ て い た 。 元和 9 年 ( 1623 年 ) の 建築 。 内部 の 厨子 に 平安 時代 の 毘沙門 天立像 ( 重文 ) を 安置 する 。 五 大堂 - 毘 沙門 堂 の 背後 に 建 つ 。 やはり 元和 9 年 ( 1623 年 ) の 建築 。 鐘楼- 毘 沙門 堂 など と 同様 元和 9 年 ( 1623 年 ) の 再建 と さ れ る 。 楼造 の 鐘楼 で 、 楼上 に 国宝 の 梵鐘 が あ る 。 大師 堂 ( 重文 ) - 毘沙門 堂 、 五 大堂 の さらに 奥 に あ る 入母 屋 造 、 杮 ( こけら ) 葺き の 住宅 風 の 仏堂 。 空海 の 住房 で あ っ た 「 納涼房 」 を 復興 し た もの で 、 現存 する もの は 近世 初期 の 再建 で あ る 。 内部 の 厨子 に 正安 4 年 ( 130 2 年 ) 作 の 板彫 弘法 大 師像 ( 重文 ) を 安置 する 。 多宝 塔- 金堂 から さらに 石段 を 上 っ た 高み に 建 つ 。 金堂 と 同様 、 昭和 9 年 ( 1934 年 ) 、 実業 家 山口 玄洞 の 寄進 で 建て られ た もの で あ る 。 内部 に 国宝 の 五 大 虚空蔵 菩 薩像 を 安置 する 。 文化 財 木造 薬師 如来立像 - 金 堂 本尊 。 像 高 約 170 センチ の 一木造 。 唇 に 朱 を 、 眉 、 瞳 など に 墨 を 塗 る ほか は 彩色 など を 施 さ な い 素木 仕上げ の 像 で あ る 。 目 を 細め た 森厳 で 沈う つ な 表情 と 体躯 の ボリューム 感 は 、 親しみ より も 威圧 感 を 見 る 者 に 与え る 。 図式 的 ・ 観念 的 に 整え られ た 衣文 など に 平安 時代 初期 特有 の 様式 が 見 られ る 。 平安 時代 ごく 初期 の 制作 と 思 わ れ る 。 神護 寺 の 前身 寺院 で あ る 神願 寺 また は 高雄山 寺 の いずれ か に あ っ た 像 と 思 わ れ る が 、 どちら の 寺 に 属 し て い た 像 で あ る か に つ い て は 定説 が な い 。 木造 五 大 虚空蔵 菩薩 坐像 - 多宝塔 に 安置 。 塔 内向か っ て 右 から 金剛 虚空蔵 ( 緑青 ) 、 蓮華 虚空 蔵 ( 赤 ) 、 法界 虚空蔵 ( 白 ) 、 業用 ( ご う よう ) 虚空 蔵 ( 黒 ) 、 宝光 虚空蔵 ( 黄 ) の 順 に 横一 列 に 坐 す 。 本尊 薬 師 如来立像 と 同様 平安 時代 初期 の 作品 だ が 、 作風 は 穏やか で 、 技法 も 異な っ て い る 。 基本 的 に は 一 木造 だ が 、 表面 に は 厚 く 乾漆 を 盛り上げ 、 彩色 を 行 っ て い る 。 一般 に は 公開 さ れ て い な い 。 紫綾 金銀泥 両界 曼荼羅 図 ( 高雄 曼荼羅 ) - 金剛 界 曼荼羅 ・ 胎蔵 界 曼荼羅 の 2 幅 と も 縦 4 メートル を 超え る 大作 。 彩色 本 で は な く 、 紫色 に 染め た 綾地 に 金銀 泥 で 描 い た もの で あ る 。 損傷 甚大 ながら 、 空海 在世 時 の 作 で 、 空海 が 唐 から 請来 し た 曼荼 羅 原本 の 面影 を もっとも よく 示 す もの と さ れ 、 美術 史 上 、 仏教 史 上 に 貴重 な 作品 で あ る 。 絹本 着色 釈 迦 如来像 - 平安 時代 末期 の 仏画 。 赤 の 衣 を 着 た 釈迦 像 を 大き く 表わ し 、 衣 、 光背 、 台座 など は 繊細 な 切金 文様 と 彩色 で 飾 ら れ て い る 。 「 赤釈 迦 」 の 通称 が あ る 。 絹本 着色 伝 ・ 源頼 朝 像 、 伝 ・ 平重 盛像 、 伝 ・ 藤原 光能 像 - これ ら の 肖像 画 の モデル に つ い て は 、 寺 の 根本 史料 で あ る 『 神護 寺略記 』 の 記述 など を もと に 源 頼朝 、 平重盛 、 藤原 光能 と さ れ て き た が 、 確証 が な い ため 、 国宝 の 指定 名称 に も 「 伝 」 の 字 が 付 さ れ て い る 。 従来 、 12 世紀 頃 の 作品 で 、 作者 は 似絵 の 名手 ・ 藤原 隆信 と さ れ て き た が 、 制作 年代 を 鎌倉 末期 ~ 南北朝 時代 まで 下降 さ せ 、 像主 に つ い て も 足利 尊 氏 ・ 足利 直義 ・ 足利 義詮 で は な い か と する 説 も あ る 。 ( → 詳細 は 神護 寺 三像 を 参照 の こと 。 ) 絹本 着色 山水 ( せんずい ) 屏風 - 平安 時代 末 ~ 鎌倉 時代 初期 の 作 。 密教 修法 の 際 、 道場 に 立て た 屏風 で あ る 。 梵鐘- 貞観_ ( 日本 ) 17 年 ( 875 年 ) の 作 。 鐘 の 表面 に 鋳出 さ れ た 長文 の 銘文 は 、 文人 の 橘広 相 ( たちばなの ひろみ ) が 詞 を 、 菅原 是善 ( 道真 の 父 ) が 銘 を 作 り 、 歌人 で 能書 家 で も あ っ た 藤原 敏行 が 字 を 書 い た もの で 、 当代 一流 の 文化 人 3 人 が 関わ っ て い る こと から 、 古来 「 三絶 の 鐘 」 と 称 さ れ て い る 。 2 階 建て の 鐘楼 の 楼上 に 架か っ て お り 、 一般 に は 公開 さ れ て い な い 。 灌頂 歴 名- 弘仁 3 年 ( 812 年 ) 、 空海 が 神護 寺 の 前身 で あ る 高雄山 寺 で 灌頂 の 儀式 を 行 っ た 際 の 受者 の 名簿 で 、 空海 の 自筆 で あ る 。 空海 の 普段 の 筆跡 を 伝え る もの と し て 、 書道 史 上 に も 重要 な 作品 。 文覚 四十 五 箇条 起請 文- 中世 に 神護 寺 の 再興 を 果た し た 僧 ・ 文覚 の 起請 文 で 、 文面 に は 後白河 法皇 の 手形 が 捺 さ れ て い る 。 大師 堂 絹本 著色 十 二 天像   六 曲 屏 風 絹本 著色 真言 八 祖像   8 幅 絹本 著色 真済 僧 正像 絹本 著色 足利 義 持像 ( 寺伝 足 利 義満像 ) 絹本 著色 文覚 上 人 像 木造 日光 菩薩 ・ 月光 菩薩 立像 ( 金堂 安置 ) 乾漆 薬師 如来 坐像 木造 毘沙門 天立像 ( 毘沙門 堂 安置 ) 板 彫 弘法 大 師像 ( 大師 堂 安置 ) 木造 愛染 明王 坐像   康 円 作 ( 東京 国立 博物 館 寄託 ) 紺紙 金字 一切 経 ( 神護 寺 経 ) 2,3 17 巻 ・ 経帙 ( きょうちつ ) 20 2 枚 文覚 上人 書状 案 ( 六 月 十 一 日 ) 後 宇多 天皇 宸翰 寄進 状 ( 嘉元 四 年 十 二 月 十 日 ) 神護 寺 略記 二荒山 碑文 寺領 絵図   4 鋪 神護 寺 絵 図 高山 寺 絵 図 神護 寺 文書   23 巻 、 1 幅 その 他 かわらけ 投げ 境内 西 の 地蔵 院 から 谷 に 向け て 素焼き の 円盤 を 投げ て 厄除 け と する 。 三尾 神護 寺 の 高雄 、 西明 寺 ( 京都 市 ) の 槙尾 、 高山 寺 の 栂尾 を 合わせ た 総称 。 紅葉 の 名所 と な っ て い る 。 京都 市営 バス 高雄 バス 停 、 JR バス 山城 高雄 バス 停下 車 、 徒歩 20 分 +寂光 院 ( じゃっこう いん ) は 、 京都 市 左京 区 大原 に あ る 天台 宗 の 寺院 。 山号 を 清香山 と 称 する 。 寺号 は 玉泉 寺 。 本尊 は 地蔵 菩薩 、 開基 ( 創立 者 ) は 聖徳 太子 と 伝え る 。 平清盛 の 娘 ・ 建礼 門 院 が 、 平家 滅亡 後 隠棲 し た 所 で あ り 、 『 平家 物語 』 ゆかり の 寺 と し て 知 ら れ る 。 起源 と 歴史 寂光 院 の 草創 に つ い て 、 明確 な こと は わか っ て い な い 。 寺伝 で は 推古 天皇 2 年 ( 594 年 ) 、 聖徳 太子 が 父 用 明 天皇 の 菩提 の ため 開創 し た と さ れ 、 太子 の 乳母 玉 照姫 ( 恵善 尼 ) が 初代 住職 で あ る と い う 。 しかし 、 江戸 時代 の 地誌 に は 空海 開 基説 ( 『 都名所 図会 』 ) 、 11 世紀 末 に 大原 に 隠棲 し 大原 声明 を 完成 さ せ た 融通 念仏 の 祖良 忍 が 開 い た と の 説 ( 『 京羽 二 重 』 ) も あ る 。 哲学 者 梅原 猛 は 、 大原 が 小野 妹子 の 領地 で あ っ た こと など から 、 聖徳 太子 開基 も あ り う る と し て い る 。 現在 、 寂光 院 は そう し た 草創 伝説 より も 、 『 平家 物語 』 に 登場 する 建礼 門 院 隠棲 の ゆかり の 地 と し て 知 ら れ て い る 。 建礼 門 院 徳子 ( 115 5 - 12 13 ) は 平清盛 の 娘 、 高倉 天皇 の 中宮 で 、 安徳 天皇 の 生母 で あ る 。 寿永 4 年 ( 1185 年 ) 、 壇ノ浦 で 平家 一族 が 滅亡 し た 後 も 生き残 り 、 侍女 の 阿波 内 侍 と とも に 尼 と な っ て 寂光 院 で 余生 を 送 っ た 。 寂光 院 や 三千 院 の あ る 大原 の 里 は 、 念仏 行 者 の 修行 の 地 で あ り 、 貴人 の 隠棲 の 地 で あ っ た 。 平家 一門 と 高倉 ・ 安徳 両帝 の 冥福 を ひたすら 祈 っ て い た 建礼 門院 を たずね て 後白河 天皇 が 寂光 院 を 訪れ る の は 文治 2 年 ( 1186 年 ) の こと で 、 この 故事 は 『 平家 物語 』 の 「 大原 御幸 」 の 段 に お い て 語 ら れ 、 物語 の テーマ で あ る 「 諸行 無常 」 を 象徴 する エピソード と し て 人々 に 愛読 さ れ た 。 境内 本堂 は 淀殿 ( 淀君 ) の 命 で 片桐 且元 が 慶長 年間 ( 159 6 - 1 6 1 5 ) 再興 し た もの で あ っ た が 、 平成 12 年 ( 2000 年 ) 5 月 9 日 の 不審 火 で 焼失 し た 。 この 際 、 本尊 の 地蔵 菩薩 立像 ( 重文 ) も 焼損 し 、 堂内 に あ っ た 建礼 門院 と 阿波 内 侍 の 張り子像 ( 建礼 門院 の 手紙 や 写経 を 使用 し て 作 っ た もの と い う ) も 焼け て しま っ た 。 現在 の 本堂 は 平成 17 年 ( 2005 年 ) 6 月 再建 さ れ た 。 同時 に 新し く 作 ら れ た 本尊 や 建礼 門院 と 阿波 内 侍 の 像 も 安置 さ れ て い る 。 宝物 殿 は 「 松智 鳳殿 」 と い う 名称 で 、 平成 18 年 ( 2006 年 ) 10 月 に 開館 し た 。 建礼 門院 の 陵墓 は もともと 境内 地 に あ っ た が 、 明治 以降 は 宮内 省 ( 現 ・ 宮内 庁 ) の 管理 下 に 移り 、 境内 から 切り離 さ れ て い る 。 文化 財 地蔵 菩薩 立像 ( 重文 ) - 当寺 の 旧 本尊 で あ る 。 寛喜 元年 ( 1229 年 ) の 作 で 、 像 高 256 センチ の 大作 で あ る 。 像 内 に 3,000 体 以上 の 地蔵 菩薩 の 小像 ほか 、 多く の 納入品 を 納め て い た 。 2000 年 に 起き た 本堂 の 火災 の 際 、 ( 2007 年 5 月 9 日 時効 成立 ) 本体 は 焼損 し た が 、 像 内 納入 品 は 無事 で 、 現在 も 「 木造 地蔵 菩薩 立像 ( 焼損 ) 」 の 名称 で 、 像 内 納入 品 ともども 重要 文化 財 に 継続 し て 指定 さ れ て い る 。 現在 は 本堂 より も 高台 に あ る 収蔵 庫 に 安置 さ れ 、 特定 日 の み 一般 に 公開 さ れ る 。 なお 、 新し い 本尊像 は 財団 法人 美術 院 国宝 修理 所 に よ っ て 3 年 半 を かけ て 制作 さ れ 、 2005 年 に 完成 し た 。 ヒノキ 材 の 寄木造 で 、 旧 本尊 の 新造 時 の 姿 を 忠実 に 模 し て い る 。 建礼 門院 と 阿波 内 侍 の 像 は 、 もともと 張り子像 で あ っ た が 、 今回 木造 で 作り直 さ れ た 。 +三千 院 ( さんぜんいん ) は 、 京都 市 左京 区 大原 に あ る 天台 宗 の 寺院 。 三千 院 門跡 と も 称 する 。 山号 は 、 魚山 ( ぎょざん ) 、 本尊 は 薬師 如来 、 開基 は 最澄 で あ る 。 京都 市街 の 北東 山中 、 かつて は 貴人 や 仏教 修行 者 の 隠棲 の 地 と し て 知 ら れ た 大原 の 里 に あ る 。 青蓮 院 、 妙法 院 と とも に 、 天台 宗 の 三門 跡 寺院 の 1 つ に 数え られ て い る 。 三千 院 は 8 世紀 、 最澄 の 時代 に 比叡山 に 建立 さ れ た 円 融房 に 起源 を も ち 、 のち に 比叡 山 東麓 の 坂本 ( 大津 市 ) ( 現 ・ 大津 市 ) に 移 さ れ 、 たび 重な る 移転 の 後 、 18 71 年 ( 明治 4 年 ) に 現在 地 に 移 っ た もの で あ る 。 「 三千 院 」 あるいは 「 三千 院 門跡 」 と い う 寺名 は 18 7 1 年 以降 使 わ れ る よう に な っ た もの で 、 それ 以前 は 「 梶井 門跡 」 「 梶井 御所 」 「 梶井 宮 」 など と 呼 ば れ 、 「 梨本 門跡 」 「 円徳院 」 など の 別称 も あ り 、 「 円 融房 」 が 正式 の 寺名 だっ た よう で あ る 。 一方 、 往生 極楽院 ( 旧称 ・ 極楽 院 ) は 、 平安 時代 末期 の 12 世紀 から 大原 の 地 に あ っ た 阿弥陀 堂 で あ り 、 18 71 年 に 三千 院 の 本坊 が この 地 に 移転 し て き て から 、 その 境内 に 取り込 ま れ た もの で あ る 。 境内 に は 往生 極楽院 の ほか 、 宸殿 、 客殿 など の 建物 が あ る 。 この うち 、 境内 南側 の 庭園 内 に あ る 往生 極楽院 は 12 世紀 に 建て られ た 阿弥陀 堂 で 、 内部 に は 国宝 の 阿弥陀 三 尊像 を 安置 し て い る 。 杉木立 の 中 に 建 つ 往生 極楽院 の 写真 は 旅行 案内 書 等 に しばしば 使 わ れ 、 大原 の シンボル と もな っ て い る ( 三千 院 と 往生 極楽 院 は 元来 は 別々 の 寺院 で あ っ た ) 。 三千 院 は 天台 三門 跡 の 中 で も 最も 歴史 が 古 く 、 最澄 が 延暦 7 年 ( 788 年 ) 、 比叡山 延暦 寺 を 開 い た 時 に 、 東塔 南谷 ( 比叡 山内 の 地区 名 ) に 自刻 の 薬師 如来像 を 本尊 と する 「 円 融房 」 を 開創 し た の が その 起源 と い う 。 円 融房 の そば に 大きな 梨 の 木 が あ っ た ため 、 後 に 「 梨本 門跡 」 の 別称 が 生まれ た 。 比叡 山内 の 寺院 の 多く は 、 山麓 の 平地 に 「 里坊 」 と 呼 ば れ る 拠点 を も っ て い た 。 860 年 ( 貞観 ( 日本 ) 2 年 ) 、 清和 天皇 の 命 に よ り 、 承雲 和尚 が 比叡 山 の 山麓 の 東坂 本 ( 現 ・ 大津 市 坂本 ) に 円 融房 の 里坊 を 設け た 。 この 里坊 を 「 円徳 院 」 と 称 し 、 山上 の 寺院 を 「 円 融房 」 と 称 し た と い う 説 と 、 「 円徳 院 」 と 「 円 融房 」 は 別個 の 寺院 だ と する 説 と が あ る 。 1118 年 ( 元永 元年 ) 、 堀河 天皇 第 二 皇子 ( 第 三 皇子 と も ) の 最雲 法 親 王 が 入寺 し た の が 、 当寺 に 皇室 子 弟 が 入寺 し た 初め で あ る 。 以後 、 歴代 の 住持 と し て 皇室 や 摂関 家 の 子弟 が 入寺 し 、 歴史 上名高 い 護良 親王 も 入寺 し た こと が あ る 。 坂本 の 円 融房 に は 加持 ( かじ 、 密教 の 修法 ) に 用い る 井戸 ( 加持井 ) が あ っ た こと から 、 寺 を 「 梶井宮 」 ( かじい - ) と 称 する よう に な っ た と い う 。 最雲 法 親王 は 1156 年 ( 保元 元年 ) 、 天台 座主 ( てんだいざ す 、 天台 宗 の 最高 の 地位 ) に 任命 さ れ た 。 同じ 年 、 比叡 山 の 北方 の 大原 ( 現在 の 京都 市 左京 区 大原 ) に 梶井 門 跡 の 政所 ( まんどころ ) が 設置 さ れ た 。 これ は 、 大原 に 住みつ い た 念仏 行 者 を 取り締ま り 、 大原 に それ 以前 から あ っ た 来迎 院 ( 京都 市 左京 区 ) 、 勝林 院 など の 寺院 を 管理 する ため に 設置 さ れ た もの で あ る 。 隠棲 、 融通 念仏 、 天台 声明 の 場 ・ 大原 大原 は 古く から 貴人 や 念仏 修行 者 が 都 の 喧騒 を 離れ て 隠棲 する 場 と し て 知 ら れ て い た 。 文徳 天皇 の 第 一 皇子 で あ る 惟喬 親王 ( これ た かしんのう 、 844 年 - 897 年 ) が 大原 に 隠棲 し た こと は よく 知 ら れ 、 『 伊勢 物語 』 に も 言及 さ れ て い る 。 藤原 氏 の 権力 が 絶大 で あ っ た 当時 、 本来 なら 皇位 を 継 ぐ べ き 第 一 皇子 で あ る 惟喬 親王 は 、 権力 者 藤原 良房 の 娘 ・ 藤原 明子 ( 染殿 后 ) ( あきら けいこ ) が 産 ん だ 清和 天皇 に 位 を 譲 り 、 自ら は 出家 し て 隠棲 し た の で あ っ た 。 大原 は また 、 融通 念仏 や 天台 声明 ( しょうみょう 、 仏教 声楽 ) が 盛ん に 行 わ れ た 場所 と し て 知 ら れ 、 天台 声明 を 大成 し た 聖応 大師 良忍 ( 1073 年 - 1132 年 ) も 大原 に 住 ん だ 。 坂本 の 梶井 門跡 は 1232 年 ( 貞永 元年 ) の 火災 を きっかけ に 今 の 京都 市 内 に 移転 し た 。 洛中 や 東山 ( 京都 府 ) の 各地 を 転々 と し た 後 、 1331 年 ( 元弘 元年 ) に 洛北 船岡 山 の 東麓 の 寺地 に 落ち着 い た 。 この 地 は 淳和 天皇 の 離宮 雲林院 が あ っ た ところ と 推定 さ れ 、 現在 の 京都 市 北 区 ( 京都 市 ) 紫野 、 大徳 寺 の 南方 に 当た る 。 船岡 山 東麓 の 梶井 門跡 は 応仁 の 乱 ( 1467 年 - 1477 年 ) で 焼失 し 、 以後 、 大原 の 政所 が 本坊 と な っ た 。 1698 年 ( 元禄 11 年 ) 、 征夷 大将軍 徳川 綱吉 は 当時 の 門跡 の 慈胤 法 親王 に 対 し 、 御 車 道広小路 に 寺地 を 与え た 。 この ため 、 以後 近世 を 通 じ て 梶井 門跡 は この 地 に あ っ た 。 寺地 は 現在 の 京都 市 上京 区 梶井町 で 、 跡地 に は 京都 府 立 医科 大学 と 附属 病院 が 建 っ て い る 。 明治 維新 の 際 、 当時 の 門跡 で あ っ た 昌仁 法 親王 は 還俗 ( げんぞく 、 仏門 を 離れ る ) し て 新た に 梨本 宮家 を 起こ し 、 寺町 広小路 に あ っ た 仏像 、 仏具 類 は 大原 の 政所 に 送 ら れ た 。 18 71 年 ( 明治 4 年 ) 、 大原 の 政所 を 本坊 と 定め 「 三千 院 」 と 改称 し た 。 「 三千 院 」 は 梶井 門跡 の 仏堂 の 名称 「 一念 三千 院 」 から 取 っ た もの で あ る ( 「 一念 三千 」 に つ い て は 当該 項目 を 参照 ) 。 冒頭 の 説明 の よう に 、 極楽 院 ( 現 ・ 往生 極楽院 ) は 元来 、 天台 の 門跡 と は 無 関係 で あ っ た わけ で あ る 。 寺伝 で は 恵心 僧都 源信_ ( 僧侶 ) ( 94 2 年 - 1017 年 ) の 妹 、 安養 尼 が 985 年 ( 寛和 元年 ) に 建て た もの と 伝え られ て き た が 、 実際 は もう 少し 時代 が 下 っ た 12 世紀 末 に 、 高松 中 納言 藤原 実衡 の 妻 で あ る 真如房 尼 が 、 亡 き 夫 の 菩提 の ため に 建立 し た もの で あ る ( この 史実 は 、 彼女 の 甥 に あた る 吉田 経房 の 日記 「 吉記 」 の 記述 に よ り 明らか と な っ て い る ) 。 18 71 年 ( 明治 4 年 ) に 三千 院 の 本坊 が 洛中 から 移転 し て き て から は 、 その 境内 に 取り込 ま れ た 。 極楽院 を 「 往生 極楽院 」 と 改称 し た の は 1885 年 ( 明治 18 年 ) の こと で あ る 。 正門 に あた る 境内 南側 の 朱 雀門 は 常時 閉じ られ て お り 、 西側 の 御殿 門 から 入 る 。 城 を 思 わ せ る 寺 周囲 の 石垣 、 白 い 土塀 、 門構え など が 門跡 寺院 の 風格 を 示 し て い る 。 境内 北側 に は 宸殿 、 客殿 と それ ら を 囲 む 有清 園 、 聚碧 園 と 呼 ば れ る 池泉 回遊 式 庭園 が あ る 。 南側 は 、 瑠璃 光庭 と 呼 ば れ る 杉苔 で おお わ れ た 庭園 の 中 に 往生 極楽 院 が 建 つ 。 宸殿 - 1926 年 ( 大正 15 年 ) の 建築 。 中 の 間 に は 本尊 の 秘仏 薬師 如来像 、 西 の 間 に は 木造 救世 観音 半 跏像 ( 重要 文化 財 ) 、 木造 不動明 王 立像 ( 重文 ) など を 安置 する 。 東 の 間 に は 下村 観山 の 障壁 画 が あ る 。 本尊 薬 師 如来像 は 非 公開 だ が 、 2002 年 9 月 8 日 ~ 10 月 8 日 に 開扉 さ れ た こと が あ る 。 客殿 - 慶長 年間 ( 17 世紀 初 ) に 建て替え られ た 旧 御所 の 旧材 を 用い た もの で あ る 。 障壁 画 は 竹内 栖鳳 など 、 近代 日本 画 の 巨匠 が 担当 し て い る 。 往生 極楽院 ( 重文 ) - 入母 屋 造 、 杮 ( こけら ) 葺 き 、 切妻 造 ( 屋根 側面 が 三角 形 に 見え る 側 を 正面 と する ) 。 内部 は 船底 天井 ( 船底 の よう な 形状 に 板 を 貼 り 、 中央 部 を 高 く し た 天井 ) と し て 、 中尊 の 像 高 2 . 3 メートル の 阿弥陀 三 尊像 を 堂内 の 空間 一杯 に 安置 する 。 平安 時代 末期 、 12 世紀 の 創建 だ が 、 江戸 時代 の 1616 年 ( 元和 ( 日本 ) 2 年 ) に 大幅 な 修理 を 受け て お り 、 建物 の 外回り は ほとんど 江戸 時代 の もの に 変わ っ て しま っ て い る 。 文化 財 国宝 阿弥陀 三 尊 坐 像 ( 国宝 ) - 往生 極楽院 の 本尊 。 脇侍 の 勢至 菩 薩 像 像 内 の 銘文 から 平安 時代 末期 の 1148 年 ( 久安 4 年 ) の 作 と わか る 。 阿弥陀 如来 、 観音 菩薩 、 勢至 菩薩 の 三尊 が 西方 極楽 浄土 から 亡者 を 迎え に 来る ( 来迎 ) 形式 の 像 で 、 両脇 侍 が 日本 式 の 正座 を し て い る 点 が 特色 で あ る 。 2002 年 に 国宝 に 指定 さ れ て い る 。 重要 文化 財 往生 極楽 院 本堂 木造 救世 観音 半跏像 木造 不動明 王 立像 慈覚 大 師 伝 性空 上人 伝記 遺続 集 四 天王 寺 縁起 残巻 古 文孝 経 帝王 系 図 三千 院 円 融 蔵 典籍 文書類 3,021 点 京都 バス 大原 バス 停 より 徒歩 10 分 ( 京都 駅 前 から 約 60 分 、 三条 京阪 から 約 40 分 、 国際 会館 前 駅 から 約 25 分 ) +法界 寺 ( ほうかいじ ) は 、 京都 市 伏見 区 日野 に あ る 真言 宗 醍醐 派 別 格 本山 。 山号 を 東光 山 と 称 する 。 本尊 は 薬師 如来 ( 秘仏 ) 、 開基 は 伝教 大師 最澄 と さ れ て い る 。 藤原 氏 の 一族 で あ る 日野 家 の 氏 寺 で 、 「 日野 薬師 」 あるいは 「 乳 薬師 」 の 別名 で 知 ら れ る 薬師 信仰 の 寺 で あ る と とも に 、 国宝 の 阿弥陀 堂 と 阿弥陀 如来像 を 有 する こと で も 知 ら れ る 。 法界 寺 は 、 醍醐 寺 の 南方 、 宇治 市 と の 境界 に 近 い 、 京都 市 伏見 区 日野 に 所在 する 。 日野 は 、 『 方丈 記 』 の 著者 で あ る 鴨 長明 の 住 ん だ 地 で あ り 、 親鸞 の 生誕 地 と し て も 知 ら れ る 。 かつて 山城 国 宇治 郡 日野 と 呼 ば れ た この 地 は 、 日野 家 の 領地 で あ っ た 。 日野 家 は 藤原 北家 の 一族 で 、 儒学 や 歌道 を よ く し た 家柄 で あ る 。 平安 時代 後期 の 永承 6 年 ( 1051 年 ) 、 もと 文章 博士 ( もん じょう はかせ ) で 後 に 出家 し た 日野 資業 ( すけなり ) が 、 薬師 如来 を 安置 する 堂 を 建て た の が 法界 寺 の 始まり と さ れ て い る 。 薬師 如来像 の 胎内 に は 、 日野 家 に 代々 伝わ る 、 伝教 大師 最澄 自作 の 三 寸 の 薬師 像 を 納入 し た と い う 。 寺 の 草創 時期 に つ い て は 別 の 伝え も あ る 。 すなわち 、 日野 資業 の 4 代 前 の 藤原 家宗 が 弘仁 13 年 ( 82 2 年 ) 、 最澄 自作 の 薬師 像 を 本尊 と し 、 最澄 を 開基 と し て 一族 の 氏寺 を 建て た と する もの で あ る 。 その 後 、 平安 後期 の 阿弥陀 信仰 の 高まり や 末法 思想 の 普及 に ともな い 、 法界 寺 に も 阿弥陀 堂 が 建て られ た 。 平安 時代 後期 の 法界 寺 に は 、 当時 の 日記 等 の 記録 で 判明 する だけ で 少な く とも 5 体 の 丈六 の 阿弥陀 如来像 が 存在 し た こと が わか っ て い る 。 現在 、 阿弥陀 堂 に 安置 さ れ る 像 が その うち の どれ に 当た る か は 判明 し て い な い 。 なお 、 浄土 真宗 の 開祖 で あ る 親鸞 は 、 承安 ( 日本 ) 3 年 ( 1173 年 ) に 日野 有範 の 子 と し て 、 法界 寺 に て 生まれ た と さ れ て い る ( 法界 寺 の 近く に は 親鸞 の 生誕 地 に ちな ん で 江戸 時代 に 創建 さ れ た 日野 誕生 院 が あ る ) 。 薬師 堂 ( 本堂 、 重文 ) - 190 4 年 ( 明治 37 年 ) 、 奈良 県 斑鳩 町 竜田 に あ っ た 伝燈 寺 の 本堂 を 移築 し た もの 。 室町 時代 、 康正 2 年 ( 1456 年 ) の 建築 。 「 伝燈 寺 」 に つ い て は 、 斑鳩 町 の 竜田 神社 付近 に あ っ た と 思 わ れ る が 詳し い こと は わか っ て い な い 。 本尊 薬 師 如来立像 ( 重文 ) は 平安 時代 後期 の 作 で 、 この 像 に 祈願 する と 女性 の 乳 の 出 が よ く な る と さ れ 、 「 乳 薬師 」 と し て 信仰 を 集め て い る 。 阿弥陀 堂 ( 国宝 ) - 鎌倉 時代 初期 の 建築 。 承久 3 年 ( 1221 年 ) の 兵火 で 焼失 後 、 ま も な い 頃 の 建立 と 推定 さ れ る 。 方 五間 ( 正面 、 背面 、 両側 面 の 柱間 の 数 が いずれ も 5 間 ) の 堂 の 周囲 に 1 間 の 裳階 ( もこし ) を めぐら し た 形 で 、 屋根 は 宝形 造 ( ピラミッド 形 ) で 檜皮 葺き で あ る 。 内陣 の 柱 や 長押上 の 小壁 に は 創建 当時 の 絵画 が 残 る 。 阿弥陀 堂- 既述 阿弥陀 如来 坐像 - 11 世紀 末頃 の 作 。 阿弥陀 堂 の 本尊 。 像 高 2 . 8 メートル の 巨像 で 、 仏師 定朝 の 様式 を 受け た 定朝 様 ( よう ) の 阿弥陀 像 の 典型 的 な 作品 。 本堂 木造 薬師 如来立像 木造 十 二 神 将立像 阿弥陀 堂内 陣 壁 画 壁画 47 面 - 内陣 長 押上 の 小壁 に 描 か れ た 23 面 ( 飛天 図 10 面 、 楽器 ・ 仏具 図 5 面 、 阿弥陀 如来像 8 面 ) と 、 その 上部 の 壁 に 描 か れ た 宝相 華 文 ( ほうそう げ もん ) 24 面 から な る 。 板壁 で な く 土壁 に 描 か れ た 壁画 と し て 日本 に おけ る 稀少な 例 の 1 つ で あ る 。 四 天柱 4 本- 四 天柱 ( 仏壇 周囲 に 立 つ 4 本 の 柱 を 指 す ) に も 、 金剛 界 曼荼羅 の 諸仏 や 、 十 二 天 、 迦陵 頻伽 など の 絵画 が 残 っ て い る が 、 剥落 ・ 褪色 が 甚だし い 。 西国 薬師 四十 九 霊場 第 38 番 日野 の 裸踊り ( 1 月 14 日 ) - 京都 市 登録 無形民俗 文化 財 京都 府 京都 市 伏見 区 日野西 大道 町 19 開門 時間 9 時 ~ 17 時 ( 10 ~ 3 月 は 、 9 時 ~ 16 時 ) 交通 アクセス 京都 市営 地下 鉄 東西 線 石田 駅 ( 京都 府 ) 徒歩 20 分 日野 誕生 院 一言 寺 萱尾 神社 醍醐 寺 +萬福寺 ( まんぷくじ ) は 、 京都 府 宇治 市 に あ る 黄檗 宗 ( おうばくしゅう ) 大 本 山 の 寺院 。 山号 は 黄檗 山 、 開山 は 隠元 隆き ( いんげん りゅうき ) 、 本尊 は 釈迦 如来 で あ る 。 日本 の 近世 以前 の 仏教 各 派 の 中 で は 最も 遅れ て 開宗 し た 、 黄檗 宗 の 中心 寺院 で 、 中国 ・ 明 出身 の 僧 隠元 を 開山 に 請 じ て 建て られ た 。 建物 や 仏像 の 様式 、 儀式 作法 から 精進 料理 に 至 る まで 中国 風 で 、 日本 の 一般 的 な 仏教 寺院 と は 異な っ た 景観 を 有 する 。 「 万福 寺 」 と 表記 さ れ る こと も あ る が 、 宗教 法人 と し て の 名称 は 「 萬福寺 」 で あ る ため 、 本項 で も 「 萬福 寺 」 と 表記 する 。 黄檗 宗 大 本山 で あ る 萬福 寺 の 建築 、 仏像 など は 中国 様式 ( 明 時代 末期頃 の 様式 ) で つく ら れ 、 境内 は 日本 の 他 の 寺院 と は 異な っ た 空間 を 形成 し て い る 。 寺内 で 使 わ れ る 言葉 、 儀式 の 作法 など も 中国 式 で あ る 。 本寺 の 精進 料理 は 普茶 料理 と 呼 ば れ る 中国 風 の もの で 、 植物 油 を 多 く 使 い 、 大皿 に 盛 っ て 取り分け て 食べ る の が 特色 で あ る 。 萬福 寺 は 煎茶道 の 祖 ・ 売茶 翁 ( ばいさおう ) ゆかり の 寺 と し て も 知 ら れ る 。 隠元 と 弟子 の 木庵 性 トウ ( もくあん しょう とう ) 、 即非 如一 ( そく ひにょいつ ) は いずれ も 書道 の 達人 で 、 これ ら 3 名 を 「 黄檗 の 三筆 」 と 称 する 。 この よう に 、 隠元 の 来日 と 萬福 寺 の 開創 に よ っ て 、 新し い 禅 が もたら さ れ た だけ で な く 、 さまざま な 中国 文化 が 日本 に もたら さ れ た 。 隠元 の 名 に 由来 する インゲンマメ の ほか 、 孟宗 竹 ( もう そうちく ) 、 スイカ 、 レンコン など を もたら し た の も 隠元 だ と い わ れ て い る 。 開山 ・ 隠元 隆琦 は 中国 明 時代 の 万暦 20 年 ( 1592 年 ) 、 福建 省 福州 市 に 生まれ た 。 29 歳 で 仏門 に 入 り 、 46 歳 の 時 、 故郷 の 黄檗 山 萬福寺 の 住職 と な る 。 隠元 は 当時 中国 に お い て も 高名 な 僧 で 、 その 名声 は 日本 に も 届 い て い た 。 隠元 が 招 か れ て 来日 する の は 1654 年 ( 順治 11 年 、 承応 3 年 ) 、 63 歳 の 時 で あ る 。 当時 の 日本 は 鎖国 政策 を 取 り 、 海外 と の 行き 来 は 非常 に 限 ら れ て い た が 、 長崎 の 港 のみ は 開 か れ 、 明人 が 居住 し 、 崇福寺 ( 長崎 市 ) ( そうふく じ ) 、 興福 寺 ( 長崎 市 ) の よう な 唐寺 ( 中国 式 の 寺院 ) が 建て られ て い た 。 隠元 は 長崎 ・ 興福 寺 の 僧 ・ 逸然 性 融 ( いつ ねんしょうゆう ) ら の 招き に 応 じ て 来日 し た もの で あ る 。 はじめ 、 逸然 が 招 い た 僧 は 、 隠元 の 弟子 で あ る 也嬾 性 圭 ( や らんしょうけい ) と い う 僧 で あ っ た が 、 也嬾 の 乗 っ た 船 は 遭難 し 、 彼 は 帰 ら ぬ 人 と な っ て しま っ た 。 そこ で 逸然 は 也嬾 の 師 で あ り 、 日本 で も 名 の 知 ら れ て い た 隠元 を 招 く こと と し た 。 隠元 は 高齢 を 理由 に 最初 は 渡日 を 辞退 し た が 、 日本 側 から たびたび 招請 が あ り 、 また 、 志 半ば で 亡くな っ た 弟子 ・ 也嬾 性 圭 の 遺志 を 果た し た い と の 思い も あ り 、 ついに 渡日 を 決意 する 。 承応 3 年 ( 1654 年 ) 、 30 名 の 弟子 と とも に 来日 し た 隠元 は 、 はじめ 長崎 の 興福 寺 、 次いで 摂津 富田 ( せっつ と ん だ 、 現 ・ 大阪 府 高槻 市 ) の 普門 寺 ( ふもんじ ) に 住 し た 。 隠元 は 中国 に 残 し て き た 弟子 たち に は 「 3 年 後 に は 帰国 する 」 と い う 約束 を し て い た 。 来日 3 年 目 に な る と 、 中国 の 弟子 や 支援 者 たち から 隠元 の 帰国 を 要請 する 手紙 が 多数 届 き 、 隠元 本人 も 帰国 を 希望 し た が 、 元 妙心 寺 住持 の 龍渓 性 潜 ( りょうけい しょうせん ) を はじめ と する 日本 側 の 信奉 者 たち は 、 隠元 が 日本 に 留ま る こと を 強 く 希望 し 、 その 旨 を 幕府 に も 働きかけ て い る 。 万治 元年 ( 1658 年 ) 、 隠元 は 江戸 へ おもむ き 、 将軍 徳川 家綱 に 拝謁 し て い る 。 家綱 も 隠元 に 帰依 し 、 翌 万治 3 年 ( 16 60 年 ) に は 幕府 に よ っ て 山城 国 宇治 に 土地 が 与え られ 、 隠元 の ため に 新し い 寺 が 建て られ る こと に な っ た 。 ここ に 至 っ て 隠元 も 日本 に 留ま る こと を 決意 し 、 当初 3 年間 の 滞在 で 帰国 する はず で あ っ た の が 、 結局 日本 に 骨 を 埋め る こと と な っ た 。 寺 は 故郷 福州 の 寺 と 同名 の 黄檗 山 萬福寺 と 名付け られ 、 寛文 元年 ( 1661 年 ) に 開創 さ れ 、 造営 工事 は 将軍 や 諸 大名 の 援助 を 受け て 延宝 7 年 ( 1679 年 ) 頃 に ほぼ 完成 し た 。 伽藍 は 西 を 正面 と し 、 左右 相称 に 整然 と 配置 さ れ て い る 。 総門 を くぐ る と 右手 に 放生 池 、 その 先 に 三門 が あ り 、 三門 の 正面 に は 天王 殿 、 その 奥 に 大雄 宝殿 ( だい おう ほうでん ) 、 さらに 奥 に 法堂 ( はっとう ) が 西 から 東 へ 一 直線 に 並 ぶ 。 これ ら 諸堂 の 間 は 回廊 で 結 ば れ て い る 。 天王 殿 と 大雄 宝殿 の 間 を ロ の 字 状 に 結 ぶ 回廊 に 沿 っ て 右側 ( 南側 ) に は 鐘楼 、 伽藍 堂 、 斎堂 が あ り 、 左側 ( 北側 ) に は 対称 的 な 位置 に 鼓楼 、 祖師 堂 、 禅堂 が 建 つ 。 これ ら の 建物 は 日本 の 一般 的 な 寺院 建築 と は 異な り 、 中国 の 明時代 末期頃 の 様式 で つく ら れ 、 材料 も 南方 産 の チーク 材 が 使 わ れ て い る 。 「 卍字 くずし 」 の デザイン に よ る 高欄 、 「 黄檗 天井 」 と 呼 ば れ る アーチ 形 の 天井 、 円形 の 窓 、 扉 に 彫 ら れ た 「 桃符 」 と 呼 ば れ る 桃 の 実形 の 飾り など 、 日本 の 他 の 寺院 で は あまり 見かけ な い デザイン や 技法 が 多用 さ れ て い る 。 これ ら の ほか 、 三門 - 天王 殿 間 の 参道 を 左 ( 北 ) に 折れ た ところ に 開山 の 塔所 で あ る 松隠 堂 と 呼 ば れ る 一画 が あ り 、 開山 堂 、 舎利殿 など が 建 つ 。 総門 - 寛文 元年 ( 1661 年 ) の 建立 。 瓦 屋根 の 中央 部分 を 高 く 、 左右 の 部分 を 低 く 、 段差 を 設け て い る の は 中国 風 で 、 日本 の 一般 的 な 社寺 建築 に は 見かけ な い 形式 で あ る 。 屋根上 左右 に 乗 る 魚 の よう な もの は 鯱 で は な く 、 摩伽 羅 と い う 想像 上 の 生物 で ヒレ の 代わり に 足 が 生え て い る 。 マカラ は サンスクリット 及び パーリ 語 で ワニ を 表 す 言葉 で 、 東南 アジア で は 仏教 寺院 の 入口 など に 用い られ て い る 。 三門 - 延宝 6 年 ( 1678 年 ) の 建立 。 三間 三戸 二 重門 で あ る 。 「 三間 三戸 」 は 門 の 正面 柱 間 が 3 間 で 、 3 間 すべて が 通路 に な っ て い る もの を 指 す ( 日本 の 禅宗 寺院 の 三門 は 一般 的 に は 「 五間 三戸 」 で あ る ) 。 天王 殿 - 寛文 8 年 ( 1668 年 ) の 建立 。 一 重 入母屋 造 。 本堂 の 手前 に この よう な 堂 を 置 く の は 中国 式 の 伽藍 配置 で 、 日本 で は 珍し い 。 内部 に は 弥勒 菩薩 の 化身 と さ れ る 布袋 尊像 を 安置 する 。 この 像 は 日本 で 著名 な 半跏 思惟形 の 弥勒 菩 薩像 と は 全く 異な り 、 太鼓 腹 の 布袋 像 と し て 表わ さ れ て い る 。 他 に 堂内 左右 に 四 天 王 像 、 布袋 像 の 背後 に 韋駄 天像 を 安置 する 。 これ ら の 像 は 来日 し て い た 明 の 仏師 ・ 范道生 の 作 で 、 いずれ も 中国 風 の 様式 で つく ら れ て い る 。 大雄 宝殿 - 寛文 8 年 ( 1668 年 ) の 建立 。 日本 の 一般 的 な 寺院 の 「 本堂 」 「 仏殿 」 に あた る 建物 で あ る 。 入母屋 造 。 2 階 建て に 見え る が 一重 裳 階 ( もこし ) 付き で あ る 。 本尊 釈 迦 三 尊像 ( 脇侍 は 阿難 と 迦葉 ) 、 十 八 羅 漢像 を 安置 する 。 建物 の 前 に は 白砂 を 敷 い た 「 月台 」 が あ る 。 法堂 - 寛文 2 年 ( 1662 年 ) の 建立 。 一 重 入母屋 造 。 鐘楼 - 2 階 建て で 、 階上 に 梵鐘 を 吊 る 。 鐘楼 前 に は 偈 ( げ ) の 書 か れ た 巡照板 が 下げ られ て い る 。 伽藍 堂 - 関聖 大帝菩 薩 ( 関羽 ) を 安置 する 。 斎堂 - 食堂 で あ り 、 緊那 羅 王像 を 安置 する 。 斎 堂 前 に は 開梆 ( かいぱん 、 「 ぱん 」 は 木偏 に 邦 ) と い う 巨大 な 木製 の 魚 が 吊り下げ られ て い る 。 これ は 叩 い て 食事 や 法要 の 時間 を 知 ら せ る ため の もの で あ り 、 木魚 の 原型 と 言 わ れ て い る 。 開版 、 魚梆 、 飯梆 など と も 書 く 。 鼓楼 - 鐘楼 と 対称 位置 に 建 ち 、 階上 に 太鼓 を 置 く 。 祖師 堂 - 伽藍 堂 と 対称 位置 に 建 ち 、 中国 禅宗 の 祖 で あ る 達磨 の 像 と 歴代 住職 の 位牌 を 安置 する 。 禅堂 - 斎堂 と 対称 位置 に 建 つ 。 坐禅堂 で あ る 。 威徳殿 - 法堂 の 裏 、 一 段 高 い 位置 に 建 ち 、 徳川 歴 代将軍 を 祀 る 。 一般 に は 公開 し て い な い 。 他 に 、 東方 丈 、 西方 丈 、 黄龍閣 ( 大庫 裏 ) 、 慈光 堂 ( 祀堂 ) が 重要 文化 財 に 指定 さ れ て い る 。 指定 外 の 建物 と し て は 売茶 翁 を 祭 る 売茶 堂 など が あ る 。 松隠堂 - 三門 を くぐ っ た 参道 の 左側 ( 北側 ) の 一郭 。 開山 堂 、 舎利 殿 、 客殿 など の 建物 が 建 つ 。 隠元 が 2 世 の 木庵 に 住職 を 譲 っ た 後 の 隠居 所 と し て 居住 し た ところ で あ る 。 寛文 3 年 ( 1663 年 ) 、 隠元 に 帰依 する あ る 夫人 から 屋敷 を 寄付 さ れ 、 萬福 寺 に 移築 し て 「 松隠 堂 」 と 称 し た こと に 始ま る 。 隠元 の 死後 は 開山 塔院 ( 墓所 ) と な っ て い る 。 松隠堂 は 元 は 萬福 寺 と は 独立 し た 宗教 法人 で あ っ た が 、 昭和 34 年 ( 1959 年 ) に 宗教 法人 萬福寺 と 合併 し た 。 文華 殿 - 三門 を くぐ っ て 右手 に あ る 宝物 館 。 宗祖 三百 回忌 を 機 に 昭和 47 年 ( 1972 年 ) に 建て られ た もの で 、 展示 室 の ほか 、 黄檗 文化 研究 所 を 設置 する 。 「 萬福 寺 」 16 棟 ( 総門 、 三門 、 天王 殿 、 大雄 宝殿 、 法堂 、 鐘楼 、 鼓楼 、 伽藍 堂 、 祖師 堂 、 斎堂 、 禅堂 、 東方 丈 、 西方 丈 、 祠堂 、 大庫 裏 、 威徳 殿 ) ( 附廊 8 棟 、 鎮守 社 、 廊 棟札 、 伽藍 絵 図 5 点 、 作事 関係 文書 7 冊 ) 「 萬福 寺 松 隠堂 」 7 棟 ( 通玄 門 、 開山 堂 、 舎利 殿 、 寿蔵 、 客殿 、 庫裏 、 侍真寮 ) ( 附 裏門 、 宝蔵 、 鐘楼 、 廊 2 棟 、 石碑亭 ) 紙本 淡彩 西 湖 図 4 幅 、 西湖 図 4 幅 、 虎渓 三 笑 図 8 幅 、 五百 羅 漢 図 8 幅 、 瀑布 図 4 枚 、 波涛 図 1 面 池 大雅筆 紙本 著色 隠 元 和尚像 元 規筆 隠元 自題 あ り 絖本 淡彩 観音 図 1 帖 ( 18 図 ) 陳賢 筆 崇禎 九 年 の 款記 、 隠元 の 題字 及び 賛 が あ る 黄檗 山木額 ・ 柱聯 ( ちゅうれん ) ・ 榜牌 ( ぼうは い ) ( 額 40 面 、 聯 44 対 、 榜牌 13 面 、 下書 14 幅 ) 一般 人 の 座禅 など の 修行 体験 を 受け付け て い る ( 公式 サイト 参照 ) 。 ユニーク な の が レース 中 に 違反 行為 を 重ね た 競輪 選手 の ペナルティ ( 「 特別 指導 訓練 」 と 称 する ) と し て 使 わ れ る こと 。 5 日 程度 過酷 な 修行 を し 、 自転 車 の 練習 も 出来 な い こと から 選手 から は 「 お 寺 ゆき 」 と し て 恐れ られ て い る 。 西 日本 旅客 鉄道 奈良線 ・ 京阪 電気 鉄道 京阪 宇治 線 黄檗 駅 下車 、 徒歩 5 分 +平等 院 ( びょうどう いん ) は 、 京都 府 宇治 市 に あ る 藤原 氏 ゆかり の 寺院 。 平安 時代 後期 ・ 11 世紀 の 建築 、 仏像 、 絵画 、 庭園 など を 今日 に 伝え 、 「 古都 京都 の 文化 財 」 の 一部 と し て 世界 遺産 に 登録 さ れ て い る 。 山号 を 朝日 山 と 称 する 。 宗派 は 17 世紀 以来 浄土 宗 と 天台 宗 を 兼ね 、 現在 は 特定 の 宗派 に 属 さ な い 単立 の 仏教 寺院 と な っ て い る 。 本尊 は 阿弥陀 如来 、 開基 は 藤原 頼通 、 開山 は 明尊 で あ る 。 平等 院 の 創建 京都 南郊 の 宇治 の 地 は 、 『 源氏 物語 』 の 「 宇治 十 帖 」 の 舞台 で あ り 、 平安 時代 初期 から 貴族 の 別荘 が 営 ま れ て い た 。 現在 の 平等 院 の 地 は 、 9 世紀 末頃 、 光源 氏 の モデル と も 言 わ れ る 左 大臣 で あ る 嵯峨 源 氏 の 源融 ( みなもと の とおる ) が 営 ん だ 別荘 だっ た もの が 宇多 天皇 に 渡り 、 天皇 の 孫 で あ る 源 重信 を 経 て 長徳 4 年 ( 99 8 年 ) 、 摂政 藤原 道長 の 別荘 「 宇治 殿 」 と な っ た もの で あ る 。 道長 は 万寿 4 年 ( 1027 年 ) 没 し 、 その 子 の 関白 藤原 頼通 は 永承 7 年 ( 1052 年 ) 、 宇治 殿 を 寺 に 改め た 。 これ が 平等 院 の 始まり で あ る 。 開山 ( 初代 執印 ) は 小野 道風 の 孫 に あた り 、 園城 寺 長吏 を 務め た 明尊 で あ る 。 創建 時 の 本堂 は 、 鳳凰 堂 の 北方 、 宇治川 の 岸辺 近く に あ り 大日 如来 を 本尊 と し て い た が 、 翌 天喜 元年 ( 10 5 3 ) に は 、 西方 極楽 浄土 を この世 に 出現 さ せ た よう な 阿弥陀 堂 ( 現 ・ 鳳凰 堂 ) が 建立 さ れ た 。 平安 時代 後期 、 日本 で は 「 末法 思想 」 が 広 く 信 じ られ て い た 。 釈尊 の 入滅 ( 一般 で 言 う 「 死去 」 ) から 2 ,00 0 年 目 以降 は 、 仏法 が す たれ 、 天災 人災 が 続 き 、 世の中 は 乱れ る と する 思想 で あ る 。 平等 院 が 創建 さ れ た 永承 7 年 ( 1052 年 ) は 、 当時 の 思想 で は まさに 「 末法 」 の 元年 に 当た っ て お り 、 当時 の 貴族 は 極楽 往生 を 願 い 、 西方 極楽 浄土 の 教主 と さ れ る 阿弥陀 如来 を 祀 る 仏堂 を 盛ん に 造営 し た 。 平安 時代 後期 の 京都 で は 、 平等 院 以外 に も 皇族 ・ 貴族 に よ る 大 規模 寺院 の 建設 が 相 次 い で い た 。 藤原 道長 は 寛仁 4 年 ( 1020 年 ) 、 無量 寿院 ( のち の 法成 寺 ) を 建立 、 また 11 世紀 後半 から 12 世紀 に かけ て は 白河 天皇 勅願 の 法勝 寺 を 筆頭 に 、 尊勝 寺 、 最勝 寺 、 円勝 寺 、 成勝 寺 、 延勝 寺 の いわゆる 「 六勝 寺 」 が 今 の 京都 市 左京 区 岡崎 あたり に 相 次 い で 建立 さ れ た 。 しかし 、 歴史 書 に 名 を とどめ る これ ら の 大 伽藍 も 今 は 跡形 も な く 、 平安 時代 の 貴族 が 建立 し た 寺院 が 建物 、 仏像 、 壁画 、 庭園 まで 含め て 残存 する と い う 点 で 、 平等 院 は かけがえ の な い 存在 と な っ て い る 。 平等 院 に は 、 鳳凰 堂 以外 に も 以下 の よう な 堂塔 が 建ち 並 ん で い た 。 法華 堂- 天喜 4 年 ( 1056 年 ) 、 頼通 に よ っ て 建立 。 今 の 平等 院 ミュージアム 付近 に あ っ た 。 多宝 塔 - 康平 4 年 ( 1061 年 ) 、 頼通 の 娘 の 藤原 寛子 ( かんし ) に よ っ て 建立 。 鳳凰 堂 の 南東 方向 の 宇治川べり に あ っ た 。 五 大堂 - 治暦 2 年 ( 1066 年 ) 、 右 大臣 藤原 師実 ( 頼通 三男 ) に よ っ て 建立 。 鳳凰 堂 背後 の 浄土 院 付近 に あ っ た 。 不動 堂- 延久 5 年 ( 1073 年 ) 、 右 大臣源 師房 ( 頼通 養子 ) に よ っ て 建立 。 鳳凰 堂 の 南西 方 に あ っ た 。 建武 ( 日本 ) 3 年 ( 1336 年 ) の 楠木 正成 と 足利 氏 の 軍勢 の 戦い の 兵火 を はじめ 、 度 重な る 災害 に よ り 上記 の 堂塔 は 廃絶 し 、 鳳凰 堂 のみ が 奇跡 的 に 災害 を まぬ がれ て 存続 し て い る 。 現在 の 平等 院 現在 の 平等 院 は 、 浄土 宗 の 浄土 院 と 、 天台 宗 系 の 最勝 院 ( とも に 鳳凰 堂 の 西側 に あ る ) と い う 2 つ の 寺院 が 共同 で 管理 し て い る 。 浄土院 は 明応 年間 ( 1492 - 150 1 年 ) 、 最勝 院 は 承応 3 年 ( 1654 年 ) の 創始 で あ り 、 平等 院 が 浄土 ・ 天台 両宗 の 共同 管理 と な っ た の は 、 天和 ( 日本 ) 元年 ( 1681 年 ) 、 寺社 奉行 の 裁定 に よ る もの で あ る 。 1990 年代 以降 、 庭園 の 発掘 調査 ・ 復元 、 鳳凰 堂 堂内 装飾 の コンピュータ ・ グラフィックス に よ る 再現 など が 行 わ れ て い る 。 2001 年 に は それ まで の 「 宝物 館 」 に 代わ り 、 「 平等 院 鳳翔館 」 が オープン し た 。 建築 家 栗 生明 は 、 鳳翔 館 ( 新 建築 2001 年 9 月 号 ) の 設計 で 、 日本 芸術 院 賞 を 受賞 し て い る 。 1996 年 から 1997 年 に かけ て 、 平等 院 の 裏手 に 15 階 建て の マンション が 建 ち 、 鳳凰 堂 の 背景 に な っ て しま っ て い る 。 創建 当初 から の 風致 が 大き く 損な わ れ た ため 、 景観 規制 条例 の 強化 の 動き が 出 る など 、 論議 を 呼 ん だ 。 鳳凰 堂 天喜 元年 ( 1053 年 ) の 建立 。 浄土 式 庭園 の 阿字 池 の 中島 に 東向き に 建 つ 。 本尊 阿弥陀 如来像 を 安置 する 中堂 ( ちゅうどう ) 、 左右 の 翼廊 、 中堂 背後 の 尾廊 の 計 4 棟 が 「 平等 院 鳳凰 堂 」 と し て 国宝 に 指定 さ れ て い る 。 中堂 は 入母 屋 造 、 裳階 ( もこし ) 付き 。 東側 正面 中央 の 扉 を 開放 する と 、 柱間 の 格子 は 本尊 の 頭部 の 高 さ に 円窓 が 開け られ て お り 、 建物 外 から も 本尊 阿弥陀 如来 の 面相 が 拝せ る よう に な っ て い る 。 阿弥陀 如来 の 住 する 極楽 浄土 は 西方 に あ る と 信 じ られ て お り 、 池 の 東岸 ( あるいは 寺 の 前 を 流れ る 宇治川 の 東岸 ) から 、 向か い 岸 ( 彼岸 ) の 阿弥陀 像 を 拝 する よう に 意図 さ れ た もの で あ る 。 中堂 の 屋根 上 に は 1 対 の 鳳凰 ( 想像 上 の 鳥 ) 像 が 据え られ て い る が 、 現在 屋根上 に あ る の は 複製 で 、 実物 ( 国宝 ) は 取り外 し て 別途 保管 さ れ て い る 。 本尊 阿弥陀 如来像 ( 国宝 ) は 仏師 定朝 の 確証 あ る 唯一 の 遺作 。 本尊 を 安置 する 須弥 壇 は 螺鈿 ( ら でん ) や 飾 金具 で 装飾 さ れ 、 周囲 の 扉 や 壁 は 極彩色 の 絵画 で 飾 ら れ 、 天井 や 柱 に も 彩色 文様 が 施 さ れ て い た 。 長押 ( なげし ) 上 の 壁 に は 楽器 を 奏 で 、 舞い を 舞 う 姿 の 供養 菩 薩像 の 浮き彫り ( 現存 52 体 ) が あ り 、 本尊 の 頭上 に は 精巧 な 透かし 彫り の 天蓋 ( てんがい ) を 吊 る 。 現在 、 壁画 は 剥落 が 激し く 、 柱 や 天井 の 装飾 は 色 あせ 、 須弥 壇 の 螺鈿 は 脱落 し て い る が 、 創建 当時 の 堂内 は 、 当時 の 貴族 が 思い描 い た 極楽 の イメージ を 再現 し た 、 華麗 な もの で あ っ た と 思 わ れ る 。 なお 、 「 鳳凰 堂 」 の 呼称 は 江戸 時代 から で 、 当初 は 「 阿弥陀 堂 」 あるいは 単に 「 御堂 」 と 呼 ば れ て い た 。 日本 の 十 円 硬貨 に は 平等 院 鳳凰 堂 が 、 日本 銀行 券 に は 鳳凰 堂 の 屋根 上 に 飾 ら れ て い る 鳳凰 が デザイン さ れ て い る 。 庭園 中島 に 鳳凰 堂 の 建 つ 阿字 池 を 中心 と し た 浄土 式 庭園 。 平成 2 年 ( 1990 年 ) から の 発掘 調査 に よ り 平安 時代 築造 の 州浜 が 検出 さ れ 、 現在 は 創建 当初 の 姿 に 復元 整備 さ れ て い る 。 鳳凰 堂 へ の 入堂 も 池 の 北岸 から 2 つ の 小橋 を 渡 る 当初 の 形式 に 復 さ れ て い る 。 観音 堂 境内 北側 、 表門 を 入 っ て 左側 に 建 つ 。 本尊 十 一 面 観音 立像 ( 平安 時代 後期 ) を 安置 し て い た が 、 現在 は 鳳翔 館 に 移 さ れ て い る 。 鳳翔 館 境内 南側 に あ る 博物 館 で 、 2001 年 に 開館 し た 。 平等 院 鳳翔 館 の 項 を 参照 。 鳳凰 堂 「 伽藍 」 の 節 を 参照 木造 阿弥陀 如来 坐像 仏 師 定朝 の 確証 あ る 唯一 の 遺作 。 寄木造 漆箔 、 像 高 284 cm 。 定朝 は 和様 彫刻 様式 の 大成 者 、 また 寄木 造 技法 の 完成 者 と し て 日本 彫刻 史上 著名 な 仏師 で あ る 。 円満 な 面相 、 浅 く 流れ る 衣文 など を 特色 と する 定朝 の 優美 で 温和 な 作風 は 、 「 仏 の 本様 」 と 称 さ れ て 平安 時代 の 貴族 に もてはや さ れ 、 以後 の 仏像 彫刻 に は 定朝 様 ( よう ) が 流行 し た 。 定朝 が 制作 し た 法成 寺 ( 藤原 道長 が 建立 し た 寺 ) など の 仏像 は ことごとく 失 わ れ 、 晩年 の 作品 で あ る 平等 院 像 は 、 彼 の 作風 を 具体 的 に 知 る こと の でき る 唯一 の 遺品 と し て 、 きわめて 貴重 な もの で あ る 。 像 内 納入 品 の 木板 阿弥陀 種子 曼荼羅 と 木造 蓮台 は 国宝 の 附 ( つけたり ) 指定 と な っ て い る 。 木造 雲中 供養 菩 薩 像 52 躯 鳳凰 堂 中堂 の 長押上 の 壁 を 飾 る 浮き彫り の 菩薩 像 。 飛雲 に 乗 り 、 阿弥陀 如来 と とも に 来迎 する 菩薩 像 を 表わ し た もの で 、 52 体 ( 2008 年 に 追加 指定 さ れ た 1 体 を 含 む ) が 国宝 に 指定 さ れ て い る 。 各像 の ポーズ は 変化 に 富 み 、 琴 、 琵琶 、 縦笛 、 横笛 、 笙 、 太鼓 、 鼓 、 鉦鼓 など の 楽器 を 奏 する 像 が 27 体 あ り 、 他 に は 合掌 する もの 、 幡 や 蓮華 など を 持 つ もの 、 立 っ て 舞 う 姿 の もの など が あ る 。 菩薩形 の 像 が 主 だ が 、 僧形 の 像 も 5 体 あ る 。 本尊 阿弥陀 如来像 と 同様 、 天喜 元年 ( 1053 年 ) の 作 と さ れ る が 、 補修 は かなり 多 く 、 頭部 が 明治 時代 の 修理 で 補作 さ れ て い る もの 、 像 全体 が 鎌倉 時代 の 補作 で あ る もの が 各数 体 あ る 。 現存 52 体 だ が 、 当初 全部 で 何 体 あ っ た の か は 定か で な い 。 52 体 の うち 半数 の 26 体 は 鳳翔 館 に 移 さ れ て い る 。 鳳凰 堂 壁 扉画 ( へきひ が ) 14 面 中堂 の 扉 10 面 、 壁 4 面 は 、 国宝 建造 物 の 一部 で あ る と とも に 、 そこ に 描 か れ た 絵 は 絵画 部門 の 国宝 に も 指定 さ れ て い る 。 主な 主題 は 『 観無 量 寿経 』 に 基づ く 九品 来迎 図 で あ る 。 壁画 の 構成 は 以下 の よう に な っ て い る 。 正面 中央 扉 ( 2 面 ) 上品 上生 図 正面 北扉 ( 2 面 ) 上品 中生 図 正面 南扉 ( 2 面 ) 上品 下生 図 北面 扉 ( 2 面 ) 中品 下生 図 北面 壁 ( 1 面 ) 中品 中生 図 南面 扉 ( 2 面 ) 下品 上生 図 南面 壁 ( 1 面 ) 下品 中生 図 本尊 後 壁 正面 ( 1 面 ) 図様 不明 ( 阿弥陀 供養 図 と する 説 が 有力 ) 本尊 後 壁 背面 ( 1 面 ) 下品 下生 図 ・ 中品 下生 図 西面 ( 背面 ) 扉 ( 2 面 ) 日想 観 図 以上 の うち 、 北面壁 、 南面 壁 、 本尊 後 壁 ( 表裏 ) は 当初 は 土壁 で 、 壁画 が 描 か れ た の は 鎌倉 時代 に 下 る 。 扉絵 は 創建 当初 の もの で あ る が 、 正面 中央 の 2 面 の 扉 は 、 もっとも 消耗 が 激し かっ た ため か 、 江戸 時代 の 寛文 10 年 ( 1670 年 ) の 修理 の 際 に 取りかえ た 新し い 扉 に な っ て お り 、 国宝 の 14 面 に は 含 ま れ な い 「 附 ( つけたり ) 指定 」 と な っ て い る 。 その 他 の 画面 も 剥落 が はげし く 、 画面 に は 江戸 時代 末期 の 落書き も 目立 つ が 、 平安 時代 後期 - 鎌倉 時代 の 貴重 な 絵画 遺品 で あ る 。 なお 、 正面 と 南北 側面 の オリジナル の 扉 は 取り外 し て 宝物 館 に 収め られ て お り 、 代わり に 復元 模写 の 扉 が はめ られ て い る 。 木造 天蓋 本尊 阿弥陀 如来像 の 頭上 に 吊 ら れ た 木造 天蓋 で 、 像 と は 別個 に 、 彫刻 部門 の 国宝 に 指定 さ れ て い る 。 折上 小 組格 天井 形 の 方蓋 と 、 その 内側 に 吊 る 円蓋 から な り 、 透彫 と 螺鈿 で 装飾 さ れ て い る 。 金銅 鳳凰 1 対 もと 鳳凰 堂 の 屋根 上 に あ っ た もの で 、 鳳翔 館 に 収蔵 さ れ て い る ( 現在 、 屋根 上 に あ る 鳳凰 は 複製 ) 。 高 さ 約 2 . 3 メートル で 、 くちばし から 尾羽 に 至 る まで 精巧 に 作 ら れ て い る 。 工芸 品 部門 の 国宝 に 指定 さ れ て い る 。 梵鐘 鳳凰 堂 と 同じ 11 世紀頃 の 制作 と 推定 さ れ る 。 全面 に 天人 、 獅子 、 唐草 文様 など の 繊細 な 浮き彫り を 施 し た 、 他 に 例 を 見 な い 鐘 で あ る 。 「 音 の 三井寺 」 、 「 銘 の 神護 寺 」 、 「 姿 、 形 の 平等 院 」 と 謳 わ れ 、 神護 寺 、 園城 寺 ( 三井 寺 ) の 鐘 と とも に 、 「 天下 の 三 名鐘 」 に 数え られ て い る 。 現在 鐘楼 に あ る 梵鐘 は 複製 で 、 実物 は 鳳翔 館 に 収蔵 さ れ て い る 。 この 梵鐘 は 1980 年 11 月 25 日 発行 の 60 円 切手 の デザイン に も 採用 さ れ て い る ( 2006 年 現在 も 利用 可能 だ が 、 販売 は 2002 年 に 停止 ) 。 観音 堂 木造 十 一 面 観音 立像 養 林 庵 書院 - 山内 寺院 の 浄土 院 に 建 つ 。 非 公開 。 平等 院 庭園 ( 1922 年 ( 大正 11 年 ) 3 月 8 日 に 史跡 ・ 名勝 に 指定 ) 西 日本 旅客 鉄道 奈良 線 「 宇治 駅 ( JR 西 日本 ) 」 下車 東 へ 徒歩 10 分 京阪 電気 鉄道 京阪 宇治 線 「 宇治 駅 ( 京阪 ) 」 下車 徒歩 10 分 +智積院 ( ちしゃくいん ) は 、 京都 市 東山 区 に あ る 真言 宗 智山 派 総 本山 の 寺院 で あ る 。 山号 を 五百 佛山 ( いおぶさん ) 、 寺号 を 根来 寺 ( ねごろじ ) と い う 。 本尊 は 両界 曼荼羅 大日 如来 、 開基 は 玄宥 ( げんゆう ) で あ る 。 智山 派 大 本山 と し て 、 「 川崎 大師 」 の 通称 で 知 ら れ る 神奈川 県 川崎 市 の 川崎 大師 平間 寺 ( 初詣 の 人出 で 例年 日本 一 を 争 う ) 、 成田 山 と し て 知 ら れ る 千葉 県 成田 市 の 成田 山 新勝寺 及び 東京 都 八王子 市 の 高尾山 薬 王院 が あ る 。 起源 と 歴史 智積院 の 歴史 は 複雑 で 、 紀州 に あ っ た 大伝法 院 と 、 豊臣 秀吉 が 、 3 歳 で 死去 し た 愛児 鶴松 の ため に 建て た 祥雲 寺 と い う 2 つ の 寺 が 関係 し て い る 。 智積院 は 、 もともと 紀州 ( 現在 の 和歌山 県 岩出 市 ) 根来山 ( ねごろ さん ) 大 伝 法 院 の 仏塔 ( たっちゅう 、 山内 寺院 ) で あ っ た 。 大伝法 院 は 真言 宗 の 僧覚鑁 ( かく ばん ) が 大治 5 年 ( 1130 年 ) 、 高野山 に 創建 し た 寺院 だ が 、 教義 上 の 対立 から 覚鑁 は 高野山 を 去 り 、 保延 6 年 ( 1140 年 ) 、 大伝法 院 を 根来山 に 移 し て 新義 真言宗 を 打ち立て た 。 智積 院 は 南北朝 時代 ( 日本 ) 、 この 大 伝法 院 の 塔頭 と し て 、 真憲 坊 長盛 と い う 僧 が 建立 し た もの で 、 根来 山内 の 学問 所 で あ っ た 。 近世 に 入 っ て 、 根来山 大 伝法 院 は 豊臣 秀吉 と 対立 し 、 天正 13 年 ( 1585 年 ) の 根来 攻め で 、 全山 炎上 し た 。 当時 の 根来山 に は 2 ,00 0 もの 堂舎 が あ っ た と い う 。 当時 、 智積 院 の 住職 で あ っ た 玄宥 ( 尭性 / ぎょう しょう 、 15 2 9 - 1 6 0 5 ) は 、 根来 攻め の 始ま る 前 に 弟子 たち を 引きつれ て 寺 を 出 、 高野山 に 逃れ た 。 玄宥 は 、 新義 真言宗 の 法灯 を 守 る ため 智積 院 の 再興 を 志 し た が 、 念願 が かな わ な い まま 十 数 年 が 過ぎ た 。 関ヶ原 の 戦い で 徳川 家 康 方 が 勝利 し た 翌年 の 慶長 6 年 ( 160 1 年 ) 、 家康 は 東山 の 豊国 神社 ( 京都 市 ) ( 豊臣 秀吉 が 死後 「 豊国 大 明神 」 と し て 祀 ら れ た 神社 ) の 付属 寺院 の 土地 建物 を 玄宥 に 与え 、 智積 院 は ようやく 復興 し た 。 さらに 、 三 代 目住職 伊奈 忠武 の 代 、 元和 ( 日本 ) 元年 ( 1615 年 ) に 豊臣 氏 が 滅 び 、 隣接 地 に あ っ た 豊臣 家 ゆかり の 禅寺 ・ 祥雲 寺 の 寺地 を 与え られ て さらに 規模 を 拡大 し ま し た 。 復興 後 の 智積 院 の 寺号 を 「 根来 寺 」 、 山号 を 現在 も 根来 に 名 を 残 す 山 「 五百 佛 山 」 と し た 。 祥雲 寺 は 、 豊臣 秀吉 が 、 3 歳 で 死去 し た 愛児 鶴松 ( 棄丸 ) の 菩提 の ため 、 天正 19 年 ( 1591 年 ) 、 妙心 寺 の 僧 ・ 南化 玄興 を 開山 に 招 い て 建立 し た 寺 で あ っ た 。 現在 、 智積 院 の 所蔵 で 国宝 に 指定 さ れ て い る 長谷川 等伯一 派 の 障壁 画 は 、 この 祥雲 寺 の 客殿 を 飾 っ て い た もの で あ っ た 。 この 客殿 は 天和 ( 日本 ) 2 年 ( 1682 年 ) の 火災 で 全焼 し て い る が 、 障壁 画 は 大 部分 が 助け出 さ れ 、 現存 し て い る 。 現存 の 障壁 画 の 一部 に 不 自然 な 継ぎ 目 が あ る の は 、 火災 から 救出 さ れ て 残 っ た 画面 を 継ぎ合わせ た ため と 推定 さ れ て い る 。 近代 に 入 っ て 1947 年 に も 火災 が あ り 、 当時 国宝 に 指定 さ れ て い た 宸殿 の 障壁 画 の うち 16 面 が 焼失 し て しま っ た 。 この 時 焼け た 講堂 は 1995 年 に 再建 さ れ た 。 講堂 再建 に 先だって 、 1992 年 に 発掘 調査 が 実施 さ れ た が 、 その 結果 、 祥雲 寺 客殿 の 遺構 が 検出 さ れ 、 日本 で も 最大 規模 の 壮大 な 客殿 建築 で あ っ た こと が あらためて 裏付け られ た 。 伽藍 東大路 通り と 七条 通り の T 字 路 に 面 し て 総門 ( 東福 門院 の 旧殿 の 門 を 移築 し た もの ) が 建 ち 、 その 先 に は 講堂 ( 平成 7 年 、 1995 年 、 30 0 年 ぶり に 再建 ) 、 大書院 、 宸殿 など が 建 つ 。 大 書院 は 桃山 城 の 遺構 と い わ れ る 。 大 書院 に 面 し た 庭園 は 千 利 休 好み と 言 わ れ 、 国 の 名勝 に 指定 さ れ て い る 。 境内 奥 に は 金堂 ( 本尊 金 剛 界 大日 如来 、 地下 に 両界 曼荼羅 大日 如来 ) 、 明王 殿 ( 大雲 院 本堂 を 移築 し た もの 、 本尊 不 動明王 ) 、 大師 堂 ( 1789 年 築 、 空海 を 祀 る ) 、 密厳 堂 ( 1667 年築 、 新義 真言宗 の 祖 ・ 覚鑁 を 祀 る ) など が 建 つ 。 他 に 宝物 館 ( 国宝 障 壁画 を 収蔵 ) 、 智積 院 会館 ( 宿泊 施設 ) など が あ る 。 文化 財 大書院 障 壁画   25 面   長谷川 等伯 ・ 長谷川 久蔵 父子 の 作 。 25 面 の 内訳 は 以下 の 通り 。 「 桜楓 図 」 の うち の 「 桜図 」 が 等伯 の 子 で 26 歳 で 没 し た 久蔵 の 遺作 と さ れ て い る 。 紙本 金地 著色 松 に 草花 図   6 面 紙本 金地 著色 桜楓 図 11 面 紙本 金地 著色 松 に 梅図   4 面 紙本 金地 著色 松 に 黄蜀葵 及び 菊図   4 面 附   違棚 貼付 、 袋棚 小襖 等   26 面 紙本 金地 著色 松 に 草花 図 二 曲 屏風 一 隻   屏風 仕立て に な っ て い る が 、 「 大書院 障壁 画 」 と 一連 の もの で あ る 。 金剛 経   南宋 時代 の 書家 ・ 張 即之 の 筆 。 絹本 著色 童子 経曼 荼羅 図 絹本 著色 孔 雀明 王 像 絹本 著色 阿弥陀 浄土 図 絹本 墨画 滝 図 紙本 金地 著色 松 に 梅図 二 曲 屏風 一 隻 増壱 阿含 経巻 第 廿 九 名勝 智積院 庭園 山 は 「 廬山 」 を 、 池 は 「 長江 」 を モデル に し て い る 。 指定 文化 財 で は な い が 宸殿 に は 堂本 印象 が 描 い た 襖絵 が 数 点 あ る 。 交通 アクセス JR 京都 駅 → 市 バス 20 6 系統 で 5 分 、 「 博物 館 三十 三 間 堂前 」 下車 、 徒歩 3 分 京阪 電気 鉄道 七条 駅 徒歩 7 分 周辺 情報 京都 国立 博物 館 三十 三 間 堂 豊国 神社 ( 京都 市 ) 妙 法 院 方広寺 ( 「 国家 安康 」 の 梵鐘 ) 京都 女子 大学 河井 寛次郎 記念 館 +等 持院 ( とうじいん ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) に あ る 臨済 宗 天龍 寺 派 の 寺院 。 山号 は 万年山 。 足利尊 氏 の 墓所 と し て も 知 ら れ る 。 足利尊 氏 は 、 1341 年 ( 暦応 4 年 ) に 現在 の 京都 市 中京 区 柳馬場 御池 付近 に 等 持 寺 を 建立 し 、 その 2 年 後 の 1343 年 、 現在 の 京都 市 北 区 等 持院 北町 に 別院 北 等 持寺 を 建立 し た 。 尊 氏 の 死後 、 別院 北 等 持寺 は 尊 氏 の 墓所 と な り 、 その 名前 を 「 等 持院 」 と 改称 し た 。 その 後 、 応仁 の 乱 で 柳馬場 の 本寺 が 焼失 し た ため 、 別院 だっ た 現在 の 等 持 院 が 本寺 に な っ た 。 作家 の 水上 勉 は 小坊主 と し て この 寺 に 寄宿 し て い た 。 その 当時 の 住職 は 栂道 節 で 、 京都 商業 学校 ( 現 京都 学園 高等 学校 ) 野球 部 に い た 沢村 栄治 を 東京 巨人 軍 専務 取締 役 市岡 忠男 に 紹介 し た 。 方丈 現方丈 は 元和 ( 日本 ) 2 年 ( 1616 年 ) に 福島 正則 が 妙心 寺 海福院 から 移設 し た もの 。 襖絵 は 狩野 興 以の 作 。 明治 維新 や 映画 撮影 で 一部 破損 。 庭園 夢窓 疎 石 作 と 伝え られ る が 、 様式 的 に は 江戸 時代 中頃 の 作 と 言 わ れ て い る 。 方丈 の 北 の 庭 に は 池 を はさ ん だ 対岸 に 茶室 清漣亭 が あ る 。 庭 の 中程 に は 尊 氏 の 墓 と 伝え られ る 宝篋 印塔 が あ る 。 庭園 は 本来 は 衣笠 山 ( 京都 府 ) を 借景 と し て い た が 、 立命 館 大学 衣笠 キャンパス の 拡充 に よ り 、 今 で は 校舎 に 眺め を 遮 ら れ て い る 。 霊光 殿 方丈 の 西側 に 建 つ 。 本尊 の 地蔵 菩 薩像 の 他 、 足利 歴代 の 将軍 、 徳川 家康 の 木像 が あ る 。 霊光殿 に 安置 さ れ て い る 足利 歴 代将軍 木像 霊光 殿 安置 さ れ て い る 足利 歴 代将軍 以下 の とおり で あ る 。 ※ 歴代数 は 等 持院 の もの で 一般 的 な 歴代 数 と は 異な る 。 向か っ て 左側 から 初代 将軍 : 足利尊 氏 ( 等 持院 ) 第 2 代 将軍 : 足利 義詮 ( 寶篋 院 ) 第 3 代 将軍 : 足利 義満 ( 鹿苑 院 ) 第 4 代 将軍 : 足利 義持 ( 勝定 院 ) 第 6 代 将軍 : 足利 義教 ( 普広 院 ) 第 7 代 将軍 : 足利 義勝 ( 慶雲 院 ) 第 8 代 将軍 : 足利 義政 ( 慈照院 ) 向か っ て 右側 から 徳川 家康 ( 東照 大 権現 ) ※ 石清水 八幡宮 ・ 宝蔵 坊 から 移 さ れ た もの . ※ 足利 歴 代将軍 で は な い が 、 吉良 氏 ・ 今川 氏 を はじめ と する 足利 氏 一族 を 高家 と し て 江戸 幕府 に 取り立て た 他 、 足利 尊 氏 の 三男 で あ る 室町 幕府 初 代 鎌倉 公方 ・ 足利 基 氏 の 子孫 に 下野 国 ・ 喜連川 藩 5000 石 を 与え 、 1 万 石 に 満 た な い 少禄 ながら 10 万 石格 の 大名 ( 喜連川 家 ) に 取り立て る など 、 足利 将軍 家縁 の 者 を 重ん じ た 。 第 9 代 将軍 : 足利 義尚 ( 常徳 院 ) 第 11 代 将軍 : 足利 義稙 ( 恵林 院 ) 第 12 代 将軍 : 足利 義澄 ( 法住 院 ) 第 13 代将軍 : 足利 義晴 ( 萬松 院 ) 第 14 代 将軍 : 足利 義輝 ( 光源 院 ) 第 15 代 将軍 : 足利 義昭 ( 霊陽 院 ) 紙本 淡彩 等 持寺 絵 図 - 国 の 重要 文化 財 。 +本能 寺 ( ほんのうじ ) は 、 京都 府 京都 市 中京 区 に あ る 、 法華 宗 本 門 流 の 寺院 。 本尊 は 、 日蓮 が 定め た 久遠 常住 具足 の 「 南無 妙法 蓮華 経 」 の 曼荼羅 で あ る 。 織田 信長 が 明智 光秀 に 討 た れ た 「 本能 寺 の 変 」 で 知 ら れ る 。 塔頭 が 七院 あ る ( 恵昇 院 、 蓮承 院 、 定性 院 、 高 俊院 、 本行 院 、 源 妙 院 、 雲龍 院 ) 。 歴史 本能 寺 は 、 当初 は 「 本応 寺 」 と い う 寺号 で 、 室町 時代 の 1415 年 ( 応永 22 年 ) 、 京都 油小路 通 高 辻 通 と 五条 坊門 の 間 に 、 日隆 に よ っ て 創建 さ れ た もの で あ る 。 日隆 は 、 妙本 寺 の 月明 と 本迹 勝劣 を めぐ っ て 対立 し た ため 、 月明 の 宗徒 に よ っ て 本応 寺 は 破却 さ れ 、 日隆 は 河内 国 三井 ・ 尼崎 へ 移 っ た 。 1429 年 ( 永享 元年 ) 、 帰洛 し て 大檀那 の 小袖 屋 宗句 の 援助 に よ り 、 千本 極楽 付近 の 内野 に 本応 寺 を 再建 し 、 さらに 1433 年 ( 永享 5 年 ) 、 如意 王丸 から 六角 通 大宮 通 の 西 、 四条 坊門 に 土地 の 寄進 を 受け 再建 し 、 寺号 を 「 本能 寺 」 と 改め た 。 その 後 、 本能 寺 は 日蓮 の 本義 で あ る 「 本門 八 品 」 の 法華 経弘 通 の 霊場 と し て 栄え 、 中世 後期 に は 京都 法華 宗 21 ヶ本 山 の 一 つ と な り 、 足利 氏 の 保護 を 受け た 。 寺域 は 六角 以南 、 四条 坊門 以北 、 櫛笥 以東 、 大宮 以西 で 方 4 町 ( 約 4 万 m ² ) の 敷地 を 有 し 、 また 多く の 子院 も 有 し て い た 。 1536 年 ( 天文 ( 元号 ) 5 年 ) 、 延暦 寺 と の 教義 論争 に 端 を 発 し た 天文 法華 の 乱 に よ り 堂宇 は ことごとく 焼失 し 、 一時 堺 市 の 顕本 寺 ( 堺 市 ) に 避難 し た 。 日承 上人 ・ 本能 寺 の 変 その 後 、 1547 年 ( 天文 16 年 ) - 1548 年 ( 天文 17 年 ) の ころ 帰洛 し 、 伏見 宮 第 5 代 那高 親王 の 子日 承 上 人 が 入寺 し 「 第 8 世 」 を 称 し 、 四条 西洞院 通 ・ 油小路 ・ 小角 ・ 錦小路 通 に わた る 地域 ( 旧 本能 小 学校 の あたり ) に 広大 な 寺地 を 得 て 、 大伽藍 が 造営 さ れ 、 子院 も 30 余 ヶ院 を 擁 し た 。 日隆 の 開山 以来 、 尼崎 市 の 本興 寺 ( 尼崎 市 ) と とも に 山号 は な く 両山 一貫 主制 を し い て い た が 、 その 後 、 歴代 貫主 が 地方 に 布教 し 、 日承 の 時代 に は 末寺 が 畿内 、 北陸 地方 、 瀬戸 内海 沿岸 諸国 さらに 種子島 まで 広布 し 、 本能 寺 を 頂点 と する 本門 流 教団 が 成立 し た 。 本能 寺 は 、 早 く から 種子島 に 布教 し て い た こと から 、 鉄砲 ・ 火薬 の 入手 に つ き 戦国 大名 と の 関係 が 深 か っ た 。 織田 信長 は 日承 に 帰依 し て この 寺 を 上洛 中 の 宿所 と し て い た が 、 15 8 2 年 6 月 21 日 ( 天正 10 年 6 月 2 日 ( 旧暦 ) ) 、 ここ で 信長 が 明智 光 秀 率い る 軍勢 に 包囲 さ れ 自刃 する 事件 が 起き ( いわゆる 本能 寺 の 変 ) 、 その 際 、 堂宇 を 焼失 し た 。 現在 の 場所 へ の 移転 と その 後 1587 年 ( 天正 15 年 ) 豊臣 秀吉 の 命 で 、 現在 の 寺域 ( 中京 区 寺町 御 池下ル ) へ と 移転 さ れ た 。 伽藍 の 再建 は 1592 年 ( 天正 20 年 ) 。 現在 の 御池 通り と 京都 市 役所 を 含 む 広大 な 敷地 で あ っ た 。 江戸 時代 初期 の 1615 年 ( 元和 ( 日本 ) 元年 ) に 幕府 から 朱印寺 領 40 石 を 与え られ た 。 前述 の 理由 で 戦国 大名 と の 関係 も 深 かっ た こと も あ り 、 江戸 時代 に は 末寺 92 を 数え る 大 寺院 に な っ て い た 。 1788 年 ( 天明 8 年 1 月 ) の 天明 の 大火 、 1864 年 ( 元治 元年 7 月 ) の 禁門 の 変 ( 蛤 御門 の 変 ) に 伴 い 発生 し た どんどん 焼け に よ り 堂宇 を 焼失 し た 。 旧 地 の 発掘 調査 旧 地 の 元本能 寺南町 に は 京都 市 立 本能 小 学校 が あ っ た が 、 1992 年 に 廃校 と な り 、 その 後 発掘 調査 が 行 わ れ た 。 それ に よ り 、 織田 信長 の 定宿 だっ た 当時 の 遺構 が 発見 さ れ て 話題 を 呼 ん だ 。 現在 は 京都 市 立 堀川 高等 学校 本能 学舎 と 京都 市 本能 特別 養護 ルーム の 施設 と な っ て い る 。 2007 年 の マンション 建設 に 伴 う 遺構 調査 で は 、 本能 寺 の 変 に お い て 焼け た と 思 わ れ る 瓦 や 、 「 能 」 の 旁 が 「 去 」 と な る 異体 字 が デザイン さ れ た 丸瓦 が 、 堀跡 の ヘドロ の 中 から 見つか っ て い る 。 築地 や 石垣 や 水堀 が 周囲 を 取り囲 ん で い る こと から 、 信長 の 利用 し た 本能 寺 は 『 本能 寺 城 』 と 呼 ん で も よ い くらい の 防御 機能 を 持 っ て い た こと が 覗 わ れ る 。 逸話 右 の 写真 の とおり 、 本能 寺 の 「 能 」 の 字 は 右側 の 2 つ の 「 ヒ 」 が 「 去 」 の よう な 字 に 替え られ て い る 。 これ は 本能 寺 が 度重な っ て 焼き 討ち に 遭 っ て い る ため 、 「 『 ヒ 』 ( 火 ) が 『 去 』 る 」 と い う 意味 で 字形 を 変え て い る と い わ れ て い る 。 文化 財 国宝 伝藤 原 行成 筆 書巻 重要 文化 財 花園 天皇 宸翰 御 賀札 銅 鏡 交通 アクセス 京都 市営 地下 鉄 東西 線 京都 市 役所 前駅 徒歩 すぐ 京都 駅 から バス 17 ・ 2 0 5 系統 の バス 20 分 、 「 河原町 三条 」 下車 すぐ +大学 京都 大学 は 日本 で 2 番 目 に 創設 さ れ た 帝国 大学 の 流れ を く ん で い る 国立 大学 で あ る 。 予算 や 教員 数 と い っ た 規模 も 考慮 し た 総合 的 な 順位 と し て は 、 日本 で 2 番 目 の 大学 と いえ る が 、 実際 最上 部 の 学生 や 最 先端 を ゆく 教員 の 質 は 東大 の それ に 比肩 し う る 。 この 質的 な 水準 を 維持 する 精神 的 な 基盤 と し て 京都 大学 で は 「 自由 の 学風 」 を 謳 っ て お り 、 学問 領域 以外 で も 学生 自治 活動 等 が 活発 に 行 わ れ て い る 。 また 、 京都 大学 西部 講堂 の ロック コンサート など に 代表 さ れ る 京都 地区 に おけ る 文化 発信 地 と し て の 役割 も 担 っ て き た 。 日本 に お い て 出身 者 の ノーベル 賞 受賞 者 数 が 最多 の 大学 で あ る ( 今 まで に 6 人 の 受賞 者 を 輩出 ) 。 創立 以来 「 自由 の 学風 」 を 建学 の 精神 と し て い る 。 国立 大学 法人 と な っ た あと に 制定 さ れ た 京都 大学 の 基本 理念 で も 「 自由 の 学風 」 が 謳 わ れ て い る 。 京都 大学 は 学部 ・ 研究 科 以外 に 13 の 研究 所 、 17 の 研究 センター を 設置 し て い る 。 2006 年 3 月 現在 、 日本 の 大学 の 中 で 最多 で あ る 。 その うち の 9 つ の 研究 所 ・ 研究 センター は 、 他 の 大学 や 研究 機関 に 研究 設備 を 提供 する 「 全国 共同 利用 研究 所 」 ・ 「 全国 共同 利用 研究 センター 」 と な っ て い る 。 この 「 全国 共同 利用 研究 所 」 の 仕組み を 初めて 採用 し た の は 京都 大学 の 基礎 物理 学 研究 所 で あ る 。 これ ら の 事実 に つ い て 京都 大学 の 関係 者 は 「 幅広 い 分野 に お い て 日本 を 代表 する 学術 研究 拠点 と な っ て き た 、 京都 大学 の 社会 的 特徴 を 表 し て い る 」 と 考え て い る 。 京都 市 内 の 繁華 街 から はなれ た 古都 の 風情 を 残 す 落ち着 い た 環境 の 中 に あ り 、 何 より も 静か な 環境 の 中 で 学問 に 集中 する こと が でき 、 何事 も 学生 の 自主 性 に 任せ る と い う 「 自由 の 学風 」 を 標榜 し て お り 、 毎年 行 わ れ る 11 月 祭 や 折田 先生 像 を めぐ る 落書 き 、 卒業 式 で の 仮装 など に も その 一端 を 垣間見 る こと が でき る 。 しかし 、 改装 や 建て かえ が 進 ん で 昔 の 面影 が 消え 、 それ と とも に 学風 が 失 わ れ つつ あ る と い う 声 も 京都 大学 関係 者 の 一部 で 聞 か れ る 。 かつて の 、 市電 に 乗 る 金 が な く て 歩 い た と い う 大学 教授 や 、 学徒 動員 を 経験 し た 教授 ら も 多く は 物故 し 、 学生 運動 を 経験 し た 世代 など 昭和 の 影 さえ も 既に きえ つつ あ る 。 戦前 、 三高 の バンカラ や 苦学 生 の 京大 の イメージ が 強 かっ た が 、 熾烈 な 受験 戦争 の 世代 の あと 、 最近 は 裕福 な 家庭 の 人々 が 教授 、 学生 とも に 目立 つ よう に な っ た 。 京都 大学 の 起源 は 1861 年 ( 文久 元年 ) に 長崎 に 設立 さ れ た 長崎 養生 所 ( その 後 長崎 精得 館 へ 改称 ) まで 遡 る 。 長崎 精得 館 の 理化学 部門 は 当初 江戸 に あ っ た 開成 所 ( 現在 の 東京 大学 ) へ 「 理化 学校 」 と し て 移設 する こと に な っ て い た が 、 明治 維新 の 混乱 で 実現 し な かっ た 。 1868 年 ( 慶応 4 年 ) に 明治 政府 は 「 理化 学校 」 を 「 舎密 局 」 ( せいみ きょく 、 後 の 理 学校 ) と し て 大阪 に 開設 する こと を 決定 、 1869 年 に 開校 し た 。 1870 年 、 理 学校 は 1869 年 に 開設 さ れ た 洋 学校 と 合併 、 開成 所 と な る 。 開成 所 は その 名称 を 大阪 英語 学校 、 大阪 専門 学校 、 大阪 中 学校 、 大学 分校 と 変遷 さ せ 、 1886 年 に 公布 さ れ た 中 学校 令 に よ っ て 、 第 三 高等 中 学校 と 改称 する 。 第 三 高等 中 学校 は 1889 年 8 月 1日 に 京都 市 吉田 町 に 取得 し た 新 校地 へ 移転 し た 。 1894 年 に 公布 さ れ た 高等 学校 令 に 基づ い て 第 三 高等 中 学校 は 第 三 高等 学校 ( 旧制 ) ( 以下 、 本記事 に お い て 「 第 三 高等 学校 」 は 特に 断り の な い 限り 、 旧 制 第 三 高等 学校 を 指 す ) と な る 。 帝国 大学 令 制定 後 、 近畿 に も 帝国 大学 の 設置 を と い う 声 が あが っ て い た が 、 財政 難 の ため 見送 ら れ 続け て い た 。 1895 年 に 西園寺 公望 は 日清 戦争 で 得 た 賠償 金 を もと に 第 三 高等 学校 を 帝国 大学 へ 昇格 さ せ る 提案 を 行 う 。 最終 的 に 第 三 高等 学校 を 東 一 条 通 の 南側 ( 現在 の 吉田 南 キャンパス ) に 移転 し 、 高等 学校 の 土地 ・ 建物 を 大学 が 利用 する と い う 案 が 採用 さ れ 、 翌年 予算 処置 が 可決 さ れ る 。 1897 年 6 月 18 日 に 京都 帝国 大学 設置 に 関 する 勅令 が 制定 さ れ 、 京都 帝国 大学 が 発足 する 。 創設 時 の 計画 で は 1898 年 に まず 法科 大学 から 設置 する 予定 で あ っ た が 、 工科 志望 者 の 急増 に よ り 1 年 前倒し と い う 形 で 、 創設 と 同年 の 1897 年 に 京都 帝国 大学 理工 科 大学 が 設置 さ れ た 。 続 い て 1899 年 京都 帝国 大学 法科 大学 及び 京都 帝国 大学 医科 大学 、 190 6 年 京都 帝国 大学 文科 大学 を 設置 し 、 約 10 年 を かけ て 分科 大学 を 設置 し た 。 初代 総長 に は 文部 省 専門 学務 局 長 の 木下 広次 が 就任 。 事務 局 長 に あた る 「 書記 官 」 に は 中川 小十郎 が 就任 し た 。 当時 の 総長 の 意向 も あ っ て 、 「 研究 ・ 教授 ・ 学修 の 自由 を 重んじ る ドイツ 式 」 を 採用 、 ドイツ の 大学 の システム に 倣 っ た 。 高根 義人 の 主導 に よ る この 方針 は 現在 の 「 自由 の 学風 」 に 影響 を 与え た と 言 わ れ 、 法科 大学 の 卒業 生 の 高等 文官 試験 で の 不振 を 端 と し て 転換 さ れ た もの の 京都 大学 に 独特 の 学風 を 根付 か せ る 端緒 と な っ た 事 は 確か で あ る 。 1919 年 に 分科 大学 制 が 学部 制 に 変わ っ た 。 その 年 に は 、 経済 学 部 が 法学 部 から 分離 し て 独立 の 学部 と な り 、 1923 年 に は 農学 部 の 設置 と 学部 の 増設 が 相 次 い だ 。 農学 部 増設 と 同じ 年 に は 本部 構内 に 京都 大学 の シンボル と し て 親し ま れ て い る 時計 台 を 持 つ 大学 本館 が 完成 し て い る 。 1926 年 に は 京都 大学 初 の 附置 研究 所 に あた る 化学 研究 所 が 設置 さ れ た 。 昭和 に 入 る と 思想 関係 の 締め付け が 強化 さ れ た 世相 を 反映 し て 、 京都 大学 で も 思想 事件 が 相 次 ぐ 。 1928 年 、 文部 省 は マルクス 経済 学 の 河上 肇 教授 の 辞職 を 要求 、 教授 会 は 河上 の 辞職 を 認め る 決議 を 出 し 河上 は 大学 を 追 わ れ る 事 に な る 。 さらに 1933 年 に は 鳩山 一郎 文部 大臣 が 法学 部 の 滝川 幸辰 教授 の 刑法 理論 が 「 赤 い 思想 」 で あ る と し て 休職 処分 に し た 事 から 法学 部 の 全教官 が 辞表 を 提出 、 総長 も 文相 と 会見 、 辞意 を 表明 し た もの の 文部 省 から の 切り崩し にあ い 、 結局 滝川 ら 7 人 の 教官 が 大学 を 去 る 事態 と な っ た いわゆる 「 滝川 事件 」 が 起き て い る 。 戦時 体制 の 強化 に 伴 い 、 日本 精神 史 ( 文学 部 ) 、 東亜 経済 政策 原論 ( 経済 学 部 ) 、 航空 学 ・ 燃料 化学 ( 工学 部 ) など の 国策 に 沿 っ た 講座 が 設け られ 、 太平 洋 戦争 の 開戦 後 、 学生 を 軍隊 風 に 編成 する 目的 で 「 京都 帝国 大学 報国 隊 」 が 結成 さ れ る 。 1943 年 、 文系 学生 の 徴兵 猶予 が 停止 さ れ 、 学生 が 続々 と 戦場 に 赴 い た 。 京都 大学 の 学徒 出陣 壮行 会 で は 総長 を 先頭 に 平安 神宮 に 参拝 、 必勝 を 祈願 し た と い う 。 第 二 次 大戦 終結 後 、 公職 追放 に よ っ て 大学 を 免職 に な る 教授 が 出 る 一方 で 、 滝川 事件 で 大学 を 去 っ て い た 滝川 幸辰 ら が 大学 に 復帰 し た 。 創立 五十 周年 に あた る 1947 年 に は 大学 名 から 「 帝国 」 が 削 ら れ 、 京都 大学 と 改称 、 1949 年 に は 第 三 高等 学校 を 統合 し て い る 。 同年 に は 、 理学 部 教授 湯川 秀樹 が 日本 人 初 の ノーベル 賞 に 輝 き 、 京都 大学 で は これ を 記念 し て 湯川 記念 館 を 設置 、 その 後 湯川 記念 館 は 基礎 物理 学 研究 所 に 改組 さ れ て い る 。 1968 年 、 青年 医師 連合 の 京都 大学 の 支部 に よ る 医学 部 大学 院 入試 ボイコット の 呼びかけ に 応 じ な かっ た 受験 生 に 青医連 メンバー が 暴行 を 働 い た いわゆる 「 青医連 事件 」 を 端緒 と し て 教養 部 は 無 期限 スト に 入 り 、 学生 部 は ロックアウト さ れ た 。 東大 の よう な 入試 中止 と い う 事態 は 免れ た もの の 、 戦後 はじめて 卒業 式 が 中止 に 追い込 ま れ 、 さらに 翌 年度 に な っ て も いく つ か の 建物 の ロックアウト は 依然 続 き 、 全面 解除 は 9 月 まで 持ち越 さ れ て い る 。 1992 年 、 総合 人間 学部 が 設置 さ れ 、 翌年 に は 教養 部 が 廃止 、 同時 に 大学 院 大学 へ の 移行 も 行 わ れ 、 現行 の 大学 組織 の 形 に 改編 さ れ た 。 1997 年 に 京都 大学 は 創立 百 周年 を 迎え た 。 そして 2004 年 、 時代 の 流れ に よ り 国 の 改革 の ひと つ と し て 国立 大学 法人 法 が 施行 さ れ その 規定 に よ り 京都 大学 は 国立 大学 法人 に 改組 し た 。 本稿 で は これ ら の 経緯 から 創立 は 第 三 高等 学校 の 前身 で あ る 舎密 局 の 設置 年 で あ る 1869 年 、 設立 は 京都 帝国 大学 が 誕生 し た 1897 年 と し て い る 。 1869 年 5 月   舎密 局 設置 1869 年 9 月   洋 学校 設置 1870 年 1 月   舎密 局 を 化学 所 に 改組 1870 年 5 月   化学 所 を 理学 所 に 改組 1870 年 10 月   洋 学校 が 理学 所 を 併合 、 開成 所 に 改組 1872 年 8 月   学制 公布 に よ り 、 第 四 大学 区 第 一 番 中学 に 改組 1873 年 4 月   大学 区分 画 改正 に よ り 、 第 三 大学 区 第 一 番 中学 に 改称 1873 年 4 月   開明 学校 に 改組 1874 年 4 月   大阪 外国 語 学校 に 改組 1874 年 12 月   大阪 英語 学校 に 改組 1879 年 4 月   大阪 専門 学校 に 改組 1880 年 12 月   大阪 中 学校 に 改組 1885 年 7 月   大学 分校 に 改組 1886 年 4 月   高等 中 学校 官制 公布 に よ り 、 第 三 高等 中 学校 に 改組 1895 年 9 月   高等 学校 令 公布 に よ り 、 第 三 高等 学校 に 改組 1897 年 6 月   京都 帝国 大学 設置 1897 年 9 月   京都 帝国 大学 内 に 、 分科 大学 と し て 理工 科 大学 設置 1899 年 9 月   法科 大学 、 医科 大学 設置 1899 年 12 月   附属 図書 館 、 医科 大学 附属 医院 設置 190 3 年 4 月   医科 大学 を 京都 医科 大学 と 福岡 医科 大学 に 分割 190 6 年 9 月   文科 大学 設置 1909 年 11 月   台湾 総督 府 より 台湾 演習 林 を 移管 1911 年 4 月   九州 帝国 大学 開設 に 伴 い 福岡 医科 大学 を 分離 、 京都 医科 大学 は 旧称 復帰 1912 年 12 月   朝鮮 総督 府 より 朝鮮 演習 林 を 貸与 1914 年 7 月   理工 科 大学 を 理科 大学 と 工科 大学 に 分割 1915 年 12 月   樺太 庁 より 樺太 演習 林 古丹 岸 森林 を 移管 1916 年 12 月   樺太 庁 より 樺太 演習 林 亞屯 森林 を 移管 1919 年 2 月   各 分科 大学 を 学部 に 改称 1919 年 5 月   経済 学 部 設置 1921 年 4 月   京都 府 北 桑田 郡 知井 村 芦生 に 芦生 演習 林 を 開設 1923 年 4 月   第 七 臨時 教員 養成 所 設置 1923 年 11 月   農学 部 設置 1924 年 5 月   農学 部 附属 農場 、 農学 部 附属 演習 林 設置 1926 年 10 月   化学 研究 所 附置 1930 年 3 月   第 七 臨時 教員 養成 所 廃止 1933 年 5 月   文部 省 が 法学 部 滝川 幸辰 教授 を 休職 処分 。 ( 滝川 事件 ) 1939 年 5 月   臨時 附属 医学 専門 部 設置 1939 年 8 月   人文 科学 研究 所 附置 1941 年 3 月   結核 研究 所 附置 1941 年 11 月   工学 研究 所 附置 1944 年 4 月   臨時 附属 医学 専門 部 を 附属 医学 専門 部 に 改組 1944 年 5 月   木材 研究 所 附置 1946 年 9 月   食糧 科学 研究 所 附置 1947 年 10 月   京都 大学 に 改称 1949 年 1 月   人文 科学 研究 所 に 外務 省 所轄 の 東方 文化 研究 所 と 民間 機関 の 西洋 文化 研究 所 を 統合 1949 年 5 月   第 三 高等 学校 を 統合 、 新制 京都 大学 に 改組 。 教育 学 部 、 分校 設置 1951 年 4 月   防災 研究 所 附置 。 医学 部 附属 看護 学校 設置 1952 年 3 月   附属 医学 専門 部 廃止 1953 年 4 月   新制 大学 院 設置 ( 文学 ・ 教育 学 ・ 法学 ・ 経済 学 ・ 理学 ・ 薬学 ・ 工学 ・ 農学 研究 科 を 設置 ) 1953 年 7 月   基礎 物理 学 研究 所 附置 1954 年 3 月   分校 を 教養 部 と 改称 1954 年 4 月   医学 部 附属 助産 婦 学校 設置 1955 年 4 月   大学 院 医学 研究 科 設置 1956 年 4 月   ウィルス 研究 所 附置 1959 年 4 月   医学 部 附属 衛生 検査 技師 学校 設置 196 0 年 4 月   薬学 部 設置 1961 年 5 月   工業 教員 養成 所 設置 1962 年 4 月   経済 研究 所 附置 1963 年 4 月   数理 解析 研究 所 、 原子 炉 実験 所 附置 1965 年 4 月   東南 アジア 研究 センター 設置 196 6 年 4 月   保健 管理 センター 設置 1967 年 6 月   霊長 類 研究 所 附置 。 結核 研究 所 を 結核 胸部 疾患 研究 所 に 改称 1969 年 6 月   大型 計算 機 センター 設置 。 工業 教員 養成 所 廃止 1971 年 4 月   放射 性 同位 元素 総合 センター 設置 。 工学 研究 所 を 原子 エネルギー 研究 所 に 改称 1972 年 4 月   医学 部 附属 衛生 検査 技師 学校 を 医学 部 附属 臨床 検査 技師 学校 に 改称 1971 年 5 月   体育 指導 センター 設置 1975 年 4 月   医療 技術 短期 大学 部 設置 、 医学 部 附属 助産 婦 学校 及び 看護 婦 学校 廃止 1976 年 5 月   工学 部 附属 超 高温 プラズマ 研究 施設 を ヘリオトロン 核 融合 研究 センター に 改組 。 放射 線 生物 研究 センター 設置 1977 年 4 月   環境 保全 センター 設置 1977 年 6 月   評議 会 が 竹本 信弘 経済 学 部 助手 の 分限 免職 処分 決定 ( 竹本 処分 事件 、 竹本 処分 粉砕 と も ) 1977 年 7 月   埋蔵 文化 財 研究 センター 設置 1978 年 3 月   医学 部 附属 臨床 検査 技師 学校 廃止 1978 年 4 月   情報 処理 教育 センター 設置 1980 年 4 月   医用 高 分子 研究 センター 設置 1981 年 4 月   工学 部 附属 電離層 研究 施設 を 超 高層 電波 研究 センター に 改組 1986 年 4 月   アフリカ 地域 研究 センター 設置 1988 年 4 月   結核 胸部 疾患 研究 所 を 胸部 疾患 研究 所 と 改称 。 遺伝 子 実験 施設 設置 1988 年 12 月   国際 交流 センター 設置 1990 年 6 月   生体 医療 工学 研究 センター 、 留学 生 センター 設置 。 医用 高 分子 研究 センター 、 国際 交流 センター 廃止 1991 年 4 月   大学 院 人間 ・ 環境 学 研究 科 、 生態 学 研究 センター 設置 。 木材 研究 所 を 木質 科学 研究 所 と 改称 1992 年 10 月   総合 人間 学 部 設置 1993 年 3 月   教養 部 廃止 1994 年 6 月   高等 教育 教授 システム 開発 センター 設置 1996 年 4 月   大学 院 エネルギー 科学 研究 科 、 アフリカ 地域 研究 資料 センター 設置 。 原子 エネルギー 研究 所 と ヘリオトロン 核 融合 研究 センター を 統合 し エネルギー 理工 学 研究 所 に 改組 。 アフリカ 地域 研究 センター 廃止 。 1997 年 4 月   総合 博物 館 設置 。 情報 処理 教育 センター と 工学 部 附属 高度 情報 開発 実験 施設 を 統合 し 総合 情報 メディア センター に 改組 。 1998 年 4 月   大学 院 アジア ・ アフリカ 地域 研究 研究 科 、 情報 学 研究 科 設置 。 胸部 疾患 研究 所 と 生体 医療 工学 研究 センター を 統合 し 再生 医 科学 研究 所 に 改組 。 1999 年 4 月   大学 院 生命 科学 研究 科 設置 。 2000 年 4 月   超 高層 電波 研究 センター を 宙空 電波 科学 研究 センター に 改組 。 2000 年 11 月   大学 文書 館 設置 2001 年 4 月   食糧 科学 研究 所 を 大学 院 農学 研究 科 に 統合 。 国際 融合 創造 センター 設置 。 2002 年 4 月   地球 環境 学 大学 院 ( 大学 院 地球 環境 学 研究 部 ・ 地球 環境 学 教育 部 ) 、 低温 物質 科学 研究 センター 、 福井 謙一 記念 研究 センター 設置 。 大型 計算 機 センター 、 総合 情報 メディア センター 、 学術 情報 ネットワーク 機構 を 統合 し 、 学術 情報 メディア センター 設置 。 2003 年 4 月   理学 研究 科 附属 瀬戸 臨海 実験 所 、 農学 研究 科 附属 演習 林 、 亜 熱帯 植物 実験 所 、 水産 実験 所 を 統合 し 、 フィールド 科学 教育 研究 センター に 改組 。 高等 教育 教授 システム 開発 センター 、 学術 情報 メディア センター の 一部 、 総合 人間 学 部 の 一部 を 改組 し て 高等 教育 研究 開発 推進 センター を 設置 。 高等 教育 研究 開発 推進 機構 設置 。 体育 指導 センター 廃止 。 2004 年 4 月   木質 科学 研究 所 と 宙空 電波 科学 研究 センター を 統合 し 、 生存 圏 研究 所 に 改組 。 東南 アジア 研究 センター が 附置 研究 所 に 昇格 。 遺伝 子 実験 施設 を 廃止 。 国立 大学 法人 法 の 規定 に よ り 国立 大学 法人 と な る 。 2005 年 4 月   留学 生 センター を 国際 交流 センター に 改組 。 環境 安全 保健 機構 、 国際 イノベーション 機構 、 国際 交流 機構 、 情報 環境 機構 、 図書 館 機構 設置 。 2005 年 11 月   事務 本部 を 経営 企画 本部 と 教育 研究 推進 本部 に 分割 、 改組 。 2006 年 4 月   薬学 教育 6 年 制 移行 に よ り 、 薬学 部 薬 学科 を 6 年 制 に 移行 ( 総合 薬学科 廃止 ) 4 年 制 学科 の 薬科学 科 を 設置 。 公共 政策 大学 院 ( 大学 院 公共 政策 連携 研究 部 ・ 公共 政策 教育 部 ) と 経営 管理 大学 院 ( 大学 院 経営 管理 研究 部 ・ 経営 管理 教育 部 ) 設置 。 地域 研究 統合 情報 センター を 設置 し 、 国立 民族 学 博物 館 より 事業 継承 。 本部 事務 組織 を 改組 。 生存 基盤 科学 研究 ユニット 設置 。 2006 年 7 月   次 世代 開拓 研究 ユニット 設置 。 2006 年 9 月   女性 研究 者 支援 センター 設置 。 2007 年 3 月   医療 技術 短期 大学 部 を 廃止 。 2007 年 4 月   こころ の 未来 研究 センター 、 先端 医工学 研究 ユニット 、 生命 科学 系 キャリアパス 形成 ユニット 設置 。 吉田 キャンパス ( 京都 府 京都 市 左京 区 吉田 本町 ほか ) 宇治 キャンパス ( 京都 府 宇治 市 五 ヶ庄 ) 桂 キャンパス ( 京都 市 西京 区 京都 大学 桂 ) 象徴 学歌 作詞 水梨 彌久 、 作曲 下 総 皖一 。 1939 年 に 出 さ れ た 「 青少年 学徒 ニ賜 ハリタル 勅語 」 に 応え る もの と し て 1940 年 に 制定 さ れ た 。 歌詞 は 前年 に 学内 で 公募 さ れ た もの で 、 卒業 生 の 水梨 の 作品 が 一 等 に 選 ば れ た 。 卒業 式 と 入学 式 など で 使 わ れ る 。 なお 、 卒業 生 で 指揮 者 の 朝比奈 隆 の ファースト レコーディング は 、 この 学歌 で あ る ( テイチク エンタテインメント 。 演奏 は 京都 大学 交響 楽団 ) 。 歌詞 は 京都 大学 の 公式 サイト 上 に 紹介 さ れ て い る 。 1997 年 の 創立 百 周年 を 期 に 新し い 学歌 の 制定 を 計画 し 、 歌詞 の 募集 も 行な わ れ た が 、 結局 「 従来 の 学歌 の 方 が よ い 」 と の 意見 が 多数 を 占め た ため 、 計画 は 中止 さ れ た 。 その ほか の 京都 大学 に 関係 する 歌 と し て は 以下 の よう な もの が あ る 。 学生 歌 作詞 長崎 太郎 、 作曲 芥川 徹 。 1953 年 制定 。 歌詞 は 公募 に よ る もの 。 応援 歌 「 新生 の 息吹 」 作詞 中川 裕朗 、 作曲 多田 武彦 。 1958 年 制定 。 歌詞 は 公募 に よ る もの 。 応援 歌 「 花 の 香薫 り ぬ 」 作詞 久保田 規 美夫 、 作曲 橋本 崇志 。 1959 年 制定 。 応援 歌 「 ダーク ブルー 海 の 碧 」 作詞 白石裕 、 作曲 元山 邦夫 。 196 1 年 制定 。 歌詞 は 公募 に よ る もの 。 応援 歌 「 ひと つ の 魂 」 作詞 酒井 裕 、 作曲 京都 大学 吹奏 楽 団 。 1981 年 制定 。 歌詞 は 公募 に よ る もの 。 逍遙 の 歌   紅 も ゆる 作詞 澤村 胡夷 、 作曲 k . y . 作曲 者 の 本名 は 不明 で あ る 。 もともと 第 三 高等 学校 の あ る クラス の クラス 歌 で あ っ た もの が 、 全校 で 歌 わ れ る よう に な り 、 第 三 高等 学校 ・ 京都 大学 を 象徴 する 歌 と な っ た 。 1946 年 に 黒澤 明 監督 の 映画 「 わが 青春 に 悔 なし 」 の 挿入 歌 と し て 使 わ れ た こと で 日本 国民 一般 に も 知 ら れ る よう に な っ た 。 なお 当初 の 歌詞 は 現在 伝わ っ て い る もの と 一部 が 異な る 。 琵琶 湖 周航 の 歌 第 三 高等 学校 水上 部 ( 現 京都 大学 ボート 部 ) 部員 の 小口 太郎 が 1917 年 の 琵琶 湖 周航 の 途上 に 作詞 し た 。 曲 は 当時 部員 の 間 で 流行 し て い た 歌 「 ひつじぐさ 」 ( 作曲 吉田 千秋 ) の もの を 流用 し て い る 。 第 三 高等 学校 の 寮生 ら に 愛唱 さ れ た 。 学旗 学歌 と 同じ 趣旨 で 1940 年 に 制定 さ れ た 。 学旗 の 意匠 は 京都 大学 の 公式 サイト 上 に 紹介 さ れ て い る 。 スクール カラー スクール カラー は 濃青 で あ る エンブレム 吉田 キャンパス 時計 台 前 の クスノキ を 図案 化 し た もの が 大学 の エンブレム と し て 使用 さ れ て い る 。 もともと は 1950 年 ごろ から 「 事務 局 シール 」 と し て 印刷 物 など に 用い られ て い た もの で 、 1990 年 に 正式 に エンブレム と し て 了承 さ れ た 。 入学 状況 2008 年度 の 学部 入学 者 2 , 901人 中 、 出身 高校 所在 地 別 入学 者 比率 は 、 近畿 地方 が 57 . 7 % と 最も 多 く ( 大阪 府 18 . 8 % 、 兵庫 県 12 . 3 % 、 京都 府 10 . 4 % ) 、 以下 、 中部 地方 14 . 5 % 、 関東 地方 8 . 7 % 、 九州 ・ 沖縄 地方 6 . 7 % 、 中国 地方 6 . 5 % 、 四国 地方 3 . 3 % 、 東北 地方 1 . 4 % 、 北海道 1 . 1 % と な っ て い る ( → 帝国 大学 入学 状況 ) 。 他 の 旧 帝国 大学 で は 、 大学 が 所在 する 都 道 府 県 から の 入学 者 が 最も 多 い が 、 京大 で は 京都 府 出身 者 が 3 番 目 で あ り 、 唯一 その よう に な っ て い な い と い う 特徴 が あ る 。 総合 人間 学 部 総合 人間 学科 人間 科学 系 国際 文明 学 系 文化 環境 学系 認知 情報 学系 自然 科学 系 文学 部 人文 学 科 哲学 基礎 文化学 系 哲学 専修 西洋 哲学史 専修 古代 哲学 史 専攻 中世 哲 学史 専攻 近世 哲 学史 専攻 日本 哲学史 専修 倫理 学 専修 宗教 学 専修 キリスト 教学 専修 美学 美術 史 学 専修 東洋 文化学 系 国語 学 国 文学 専修 中国 語学 中国 文学 専修 中国 哲学史 専修 インド 古典 学 専修 仏教学 専修 西洋 文化学 系 西洋 古典 学 専修 スラブ 語学 スラブ 文学 専修 ドイツ 語学 ドイツ 文学 専修 英語 学 英 文学 専修 アメリカ 文学 専修 フランス 語学 フランス 文学 専修 イタリア 語学 イタリア 文学 専修 歴史 基礎 文化学 系 日本 史学 専修 東洋 史学 専修 西南 アジア 史学 専修 西洋 史学 専修 考古 学 専修 行動 ・ 環境 文化学 系 心理 学 専修 言語 学 専修 社会 学 専修 地理 学 専修 基礎 現代 文化学 系 科学 哲学 科学 史 専修 情報 ・ 史料 学 専修 二十 世紀 学 専修 現代 史学 専修 教育 学 部 教育 科学 科 現代 教育 基礎 学 系 教育 心理 学 系 相関 教育 システム 論 系 法学 部 学科 組織 無し 基礎 法学 系 公法 学 系 民刑事 法学 系 政治 学学 系 経済 学 部 経済 学 科 経営 学科 理学 部 理学 科 数学 系 物理 ・ 宇宙 物理 学 系 地球 惑星 科学 系 化学 系 生物 科学 系 医学 部 医学 科 ( 6 年 制 ) 保健 学科 看護 学 専攻 検査 技術 科学 専攻 理学 療法 学 専攻 作業 療法 学 専攻 薬学 部 総合 薬学科 ( 4 年 制 、 平成 17 年度 入学 者 まで ) 薬学科 ( 6 年 制 、 平成 18 年度 入学 者 以降 ) 薬 科学 科 ( 4 年 制 、 平成 18 年度 入学 者 以降 ) 工学 部 地球 工学 科 建築 学科 物理 工 学 科 電気 電子 工学 科 情報 学科 工業 化学 科 農学 部 資源 生物 科学 科 応用 生命 科学 科 地域 環境 工学 科 食料 ・ 環境 経済 学 科 森林 科学 科 食品 生物 科学 科 文学 研究 科 文献 文化 学 専攻 思想 文化 学 専攻 歴史 文化 学 専攻 行動 文化 学 専攻 現代 文化 学 専攻 教育 学 研究 科 教育 科学 専攻 臨床 教育 学 専攻 法学 研究 科 法政 理論 専攻 法曹 養成 専攻 ( 専門 職 学位 課程 、 法科 大学 院 ) 経済 学 研究 科 経済 システム 分析 専攻 経済 動態 分析 専攻 現代 経済 ・ 経営 分析 専攻 ( 2006 年度 より 現代 経済 学 専攻 と ビジネス 科学 専攻 を 再編 ) 理学 研究 科 数学 ・ 数理 解析 専攻 物理 学 ・ 宇宙 物理 学 専攻 地球 惑星 科学 専攻 化学 専攻 生物 科学 専攻 医学 研究 科 医学 専攻 ( 4 年 制 博士 課程 ) 医 科学 専攻 ( 修士 課程 ・ 博士 後期 課程 ) 社会 健康 医学 系 専攻 ( 専門 職 学位 課程 、 公衆 衛生 大学 院 ・ 博士 後期 課程 ) 人間 健康 科学 系 専攻 薬学 研究 科 創薬 科学 専攻 生命 薬 科学 専攻 医療 薬 科学 専攻 医薬 創成 情報 科学 専攻 工学 研究 科 社会 基盤 工学 専攻 都市 社会 工学 専攻 都市 環境 工学 専攻 建築 学 専攻 機械 理工 学 専攻 マイクロエンジニアリング 専攻 航空 宇宙 工学 専攻 原子 核 工学 専攻 材料 工学 専攻 電気 工学 専攻 電子 工学 専攻 材料 化学 専攻 物理 工 学 専攻 物質 エネルギー 化学 専攻 分子 工学 専攻 高 分子 工学 専攻 合成 ・ 生物 化学 専攻 化学 工学 専攻 農学 研究 科 農学 専攻 森林 科学 専攻 応用 生命 科学 専攻 応用 生物 科学 専攻 地域 環境 科学 専攻 生物 資源 経済 学 専攻 食品 生物 科学 専攻 人間 ・ 環境 学 研究 科 共生 人間 学 専攻 共生 文明 学 専攻 相関 環境 学 専攻 エネルギー 科学 研究 科 エネルギー 社会 ・ 環境 科学 専攻 エネルギー 基礎 科学 専攻 エネルギー 変換 科学 専攻 エネルギー 応用 科学 専攻 アジア ・ アフリカ 地域 研究 研究 科 ( 5 年 一貫 制 博士 課程 ) 東南 アジア 地域 研究 専攻 アフリカ 地域 研究 専攻 情報 学 研究 科 知能 情報 学 専攻 社会 情報 学 専攻 複雑 系 科学 専攻 数理工 学 専攻 システム 科学 専攻 通信 情報 システム 専攻 生命 科学 研究 科 統合 生命 科学 専攻 高次 生命 科学 専攻 地球 環境 学 研究 部 ( 地球 環境 学 大学 院 ・ 地球 環境 学堂 ) 地球 益 学廊 地球 親和 技術 学廊 資源 循環 学 廊 地球 環境 学 教育 部 ( 地球 環境 学 大学 院 ・ 地球 環境 学舎 ) 地球 環境 学 専攻 ( 博士 課程 ) 環境 マネジメント 専攻 ( 修士 課程 ・ 博士 後期 課程 ) 公共 政策 連携 研究 部 ・ 公共 政策 教育 部 公共 政策 専攻 ( 専門 職 学位 課程 、 公共 政策 大学 院 ) 経営 管理 研究 部 ・ 経営 管理 教育 部 経営 管理 専攻 ( 専門 職 学位 課程 、 経営 管理 大学 院 ) 京都 大学 医療 技術 短期 大学 部 ( 2007 年 3 月 閉校 ) 附属 図書 館 機構 高等 教育 研究 開発 推進 機構 環境 安全 保健 機構 国際 イノベーション 機構 国際 交流 機構 情報 環境 機構 図書 館 機構 学部 附属 施設 医学 部 附属 病院 ( 京大 病院 ) 大学 院 研究 科 附属 施設 文学 研究 科 附属 ユーラシア 文化 研究 センター ( 京都 市 北 区 ) 教育 学 研究 科 附属 臨床 教育 実践 研究 センター 法学 研究 科 附属 国際 法制 文献 資料 センター 法政 実務 交流 センター 経済 学 研究 科 附属 プロジェクト センター 上海 センター 理学 研究 科 附属 天文 台 花山 天文 台 ( 京都 市 山科 区 ) 飛騨 天文 台 ( 岐阜 県 高山 市 ) 地磁気 世界 資料 解析 センター 地球 熱 学 研究 施設 ( 大分 県 別府 市 ) 火山 研究 センター ( 熊本 県 南 阿蘇 村 ) 医学 研究 科 附属 動物 実験 施設 先天 異常 標本 解析 センター 総合 解剖 センター 高次 脳 機能 総合 研究 センター ゲノム 医学 センター 医学 教育 推進 センター 薬学 研究 科 附属 薬用 植物 園 統合 薬学 フロンティア 教育 センター 工学 研究 科 附属 イオン 工学 実験 施設 流域 圏 総合 環境 質 研究 センター ( 滋賀 県 大津 市 ) 量子 理工 学 研究 実験 センター 桂 インテック センター 情報 センター 環境 安全 衛生 センター 農学 研究 科 附属 農場 本場 ( 大阪 府 高槻 市 ) 京都 農場 ( 北部 構内 ) 牧場 ( 京都 府 京丹波 町 ) 附置 研究 所 化学 研究 所 物質 創製 化学 研究 系 材料 機能 化学 研究 系 生体 機能 化学 研究 系 環境 物質 化学 研究 系 複合 基盤 化学 研究 系 附属 先端 ビームナノ 科学 センター 附属 元素 科学 国際 研究 センター 附属 バイオ インフォマティクス センター 京都 大学 人文 科学 研究 所 文化 研究 創成 研究 部門 文化 生成 研究 部門 文化 表象 研究 部門 文化 構成 研究 部門 文化 連関 研究 部門 京都 大学 人文 科学 研究 所 附属 漢字 情報 研究 センター 京都 大学 再生 医 科学 研究 所 生体 機能 学 研究 部門 生体 組織 工学 研究 部門 再生 統御 学 研究 部門 再生 医学 応用 研究 部門 附属 再生 実験 動物 施設 附属 幹 細胞 医学 研究 センター 附属 ナノ 再生 医工学 研究 センター エネルギー 理工 学 研究 所 エネルギー 生成 研究 部門 エネルギー 機能 変換 研究 部門 エネルギー 利用 過程 研究 部門 附属 エネルギー 複合 機構 研究 センター 生存 圏 研究 所 生存 圏 診断 統御 研究 系 生存 圏 開発 創成 研究 系 開放 型 研究 推進 部 信楽 MU 観測 所 ( 滋賀 県 信楽 町 ) 赤道 大気 レーダー ( インドネシアスマトラ 島 ) 附属 生存 圏 学 際 萌芽 研究 センター 防災 研究 所 社会 防災 研究 部門 地震 災害 研究 部門 地震 防災 研究 部門 地盤 災害 研究 部門 気象 ・ 水象 災害 研究 部門 附属 巨大 災害 研究 センター 附属 地震 予知 研究 センター 上宝 観測 所 ( 岐阜 県 高山 市 ) 北陸 観測 所 ( 福井 県 鯖江 市 ) 逢坂山 観測 所 ( 滋賀 県 大津 市 ) 屯鶴峰 観測 所 ( 奈良 県 香芝 市 ) 阿武山 観測 所 ( 大阪 府 高槻 市 ) 鳥取 観測 所 ( 鳥取 県 鳥取 市 ) 徳島 観測 所 ( 徳島 県 石井 町 ) 宮崎 観測 所 ( 宮崎 県 宮崎 市 ) 附属 火山 活動 研究 センター ( 鹿児島 県 鹿児島 市 桜島 ) 附属 斜面 災害 研究 センター 徳島 地すべり 観測 所 ( 徳島 県 三好 市 ) 附属 流域 災害 研究 センター 宇治川 水理 実験 所 ( 京都 府 伏見 区 ) 大潟 波浪 観測 所 ( 新潟 県 上越 市 ) 穂高 砂防 観測 所 ( 岐阜 県 高山 市 ) 白浜 海象 観測 所 ( 和歌山 県 白浜 町 ) 潮岬 風力 実験 所 ( 和歌山 県 串本 町 ) 附属 水 資源 環境 研究 センター 京都 大学 基礎 物理 学 研究 所 物理 学 基礎 研究 部門 物質 構造 研究 部門 極限 構造 研究 部門 ウイルス 研究 所 がん ウイルス 研究 部門 遺伝 子 動態 調節 研究 部門 生体 応答 学 研究 部門 細胞 生物 学 研究 部門 附属 エイズ 研究 施設 附属 感染 症 モデル 研究 センター 附属 新興 ウイルス 感染 症 研究 センター 経済 研究 所 経済 情報 解析 研究 部門 経済 制度 研究 部門 公共 政策 研究 部門 附属 金融 工学 研究 センター 附属 複雑 系 経済 研究 センター 附属 先端 政策 分析 研究 センター 京都 大学 数 理解析 研究 所 基礎 数理 研究 部門 無限 解析 研究 部門 応用 数理 研究 部門 附属 計算 機構 研究 施設 原子 炉 実験 所 ( 大阪 府 熊取 町 ) 原子 力 基礎 工学 研究 部門 粒子 線 基礎 物 性 研究 部門 放射 線 生命 科学 研究 部門 附属 安全 原子 力 システム 研究 センター 附属 粒子 線 腫瘍 学 研究 センター 京都 大学 霊長 類 研究 所 ( 愛知 県 犬山 市 ) 進化 系統 研究 部門 社会 生態 研究 部門 行動 神経 研究 部門 分子 生理 研究 部門 附属 ニホン ザル 野外 観察 施設 幸島 観察 所 ( 宮崎 県 串間 市 ) 屋久 島 観察 ステーション ( 鹿児島 県 屋久 島 町 ) 附属 人類 進化 モデル 研究 センター 東南 アジア 研究 所 総合 地域 研究 研究 部門 人間 生態 相関 研究 部門 社会 文化 相関 研究 部門 政治 経済 相関 研究 部門 地域 研究 情報 ネットワーク 部 地域 研究 企画 推進 室 海外 連絡 事務 所 ( バンコク 、 ジャカルタ ) 教育 研究 施設 等 学術 情報 メディア センター ネットワーク 研究 部門 コンピューティング 研究 部門 教育 支援 システム 研究 部門 ディジタル コンテンツ 研究 部門 連携 研究 部門 放射 線 生物 研究 センター 生態 学 研究 センター ( 滋賀 県 大津 市 ) 地域 研究 統合 情報 センター 放射 性 同位 元素 総合 センター 環境 保全 センター 国際 交流 センター 高等 教育 研究 開発 推進 センター 高等 教育 教授 システム 研究 開発 部門 全学 共通 教育 カリキュラム 企画 開発 部門 情報 メディア 教育 研究 部門 総合 博物 館 国際 融合 創造 センター 融合 部門 創造 部門 低温 物質 科学 研究 センター フィールド 科学 教育 研究 センター 企画 研究 推進 部門 森林 生物 圏 部門 里域 生態 系 部門 基礎 海洋 生物 学 部門 京都 大学 芦生 研究 林 ( 京都 府 南丹 市 ) 北海道 研究 林 標茶 区 ( 北海道 標茶 町 ) 、 北海道 研究 林 白糠 区 ( 北海道 白糠 町 ) 和歌山 研究 林 ( 和歌山 県 有田川 町 ) 上賀茂 試験 地 ( 京都 市 北 区 ) 徳山 試験 地 ( 山口 県 周南 市 ) 北白川 試験 地 ( 京都 市 左京 区 ) 紀伊 大島 実験 所 ( 和歌山 県 串本 町 ) 舞鶴 水産 実験 所 ( 京都 府 舞鶴 市 ) 瀬戸 臨海 実験 所 ( 和歌山 県 白浜 町 ) 京都 大学 白浜 水族 館 福井 謙一 記念 研究 センター 理論 研究 部門 総合 研究 部門 こころ の 未来 研究 センター 保健 管理 センター カウンセリング センター 大学 文書 館 ナノ メディシン 融合 教育 ユニット 生存 基盤 科学 研究 ユニット 次 世代 開拓 研究 ユニット 先端 医工学 研究 ユニット 生命 科学 系 キャリアパス 形成 ユニット 女性 研究 者 支援 センター 埋蔵 文化 財 研究 センター アフリカ 地域 研究 資料 センター ベンチャー ・ ビジネス ・ ラボラトリー 採択 23 件 2002 年 生命 科学 先端 生命 科学 の 融合 相互 作用 に よ る 拠点 形成 生物 多様 性 研究 の 統合 の ため の 拠点 形成 化学 ・ 材料 科学 京都 大学 化学 連携 研究 教育 拠点 ( 新し い 物質 変換 化学 の 基盤 構築 と 展開 ) 学域 統合 に よ る 新 材料 科学 の 研究 教育 拠点 情報 ・ 電気 ・ 電子 知識 社会 基盤 構築 の ため の 情報 学拠点 形成 電気 電子 基盤 技術 の 研究 教育 拠点 形成 人文 科学 グローバル 化 時代 の 多元 的 人文学 の 拠点 形成 心 の 働き の 総合 的 研究 教育 拠点 学際 ・ 複合 ・ 新 領域 世界 を 先導 する 総合 的 地域 研究 拠点 の 形成 ( フィールド ・ ステーション を 活用 し た 教育 ・ 研究 体制 の 推進 ) 環境 調和 型 エネルギー の 研究 教育 拠点 形成 災害 学理 の 究明 と 防災 学 の 構築 2003 年 医学 系 病態 解明 を 目指 す 基礎 医学 研究 拠点 数学 ・ 物理 学 ・ 地球 科学 先端 数学 の 国際 拠点 形成 と 次 世代 研究 者 育成 物理 学 の 多様 性 と 普遍 性 の 探求 拠点 活 地球 圏 の 変動 解明 機械 ・ 土木 ・ 建築 ・ その 他 工学 動的 機能 機械 システム の 数理 モデル と 設計 論 社会 科学 21 世紀 型 法 秩序 形成 プログラム 先端 経済 分析 の インターフェイス 拠点 の 形成 学際 ・ 複合 ・ 新 領域 ゲノム 科学 の 知的 情報 基盤 ・ 研究 拠点 形成 微 生物 機能 の 戦略 的 活用 に よ る 生産 基盤 拠点 東 アジア 世界 の 人文 情報 学 研究 教育 拠点 2004 年 革新 的 な 学術 分野 昆虫 科学 が 拓 く 未来 型 食料 環境 学 の 創生 京都 大学 で の 学部 段階 で の 教育 は 、 全学 が 対象 の 教養 科目 と 各学 部 ごと の 専門 科目 に 大別 さ れ る 。 この うち 教養 科目 に つ い て は 、 1993 年 の 教養 部 廃止 以降 、 全学 共通 科目 を 中心 に 再編 さ れ た 。 教養 科目 と 専門 科目 の 分担 は 、 1 ・ 2 回 生 を 教養 課程 、 3 回 生 以上 を 専門 課程 と する よう な 学年 に よ る 区分 は 行な わ ず 、 1 回 生 で は 教養 科目 を 多 く 履修 し 、 学年 が 上が る に 従 っ て 専門 科目 の 割合 を 徐々 に 増や し 、 卒業 まで に 教養 ・ 専門 の それぞれ で 必要 な 単位 を 取得 する 方式 を と っ て い る 。 ただし 学部 に よ っ て は 、 途中 の 年次 まで に 所定 の 教養 科目 の 単位 を 取得 し て い な い と 系 登録 ・ 研究 室 配属 など が でき な い ( 事実 上 の 原級 留置 ) こと が あ る 。 教養 科目 の 大半 は 全学 共通 科目 で あ り 、 以下 の 5 群 に 分類 さ れ る 。 A 群人文 科学 ・ 社会 科学 系 科目 。 B 群 自然 科学 系 科目 。 C 群 外国 語 科目 。 留学 生 対象 の 日本 語 教育 も 含 む 。 D 群 保健 体育 科目 。 EX 群 大学 コンソーシアム 京都 単位 互換 科目 。 ただし 一部 の 科目 は A ・ C 群 、 B ・ D 群 など 複数 の 群 に 属 し 、 学生 が 履修 登録 時 に どちら の 群 の 科目 と し て 履修 する か を 選択 する 。 学部 ごと に 各 群 から 取得 す べ き 単位 数 が 定め られ て い る 。 学部 に よ っ て は 、 一部 の 科目 を 卒業 に 必要 な 単位 と し て は 認め な い こと が あ る 。 たとえば B 群 に は 文系 学生 向け の 数学 の 講義 が 含 ま れ る が 、 これ を 理系 学部 の 学生 が 履修 し て も 単位 と し て 認め られ な い 。 特に 、 工学 部 生 は 学部 指定 の B 群 科目 以外 は 一切 卒業 単位 に 認定 さ れ な い 。 なお 、 総合 人間 学 部 生 に 対 し て は 、 C 群 を 除 い て 群 の 概念 その もの が 適用 さ れ な い 。 また 、 文学 部 生 も 平成 16 年度 以前 入学 者 に つ い て は 、 A ・ B ・ D 群 が 同一 視 さ れ て い た 。 この ほか 次 の よう な 科目 が 設け られ て お り 、 科目 内容 に よ っ て A ~ D 群 の 単位 と し て 認定 さ れ る 。 新入 生 向け 少 人数 セミナー ( ポケット ・ ゼミ ) 1998 年度 より 行な わ れ る よう に な っ た 。 異な る 専門 分野 の 教員 と 接 する こと で 視野 を 広げ る こと を 目的 と し て い る 。 国際 教育 プログラム ( KUINEP ) ほぼ 同数 の 留学 生 と 日本 人 学生 を 対象 に 英語 で 講義 を 行な う 。 教養 科目 の 運営 は 、 教養 部 廃止 時 に は 総合 人間 学部 が 担当 し て い た が 、 2003 年 以降 は 新設 さ れ た 高等 教育 研究 開発 推進 機構 が 担当 し て い る 。 履修 登録 や 休講 ・ レポート ・ 試験 など の 連絡 を WEB 上 で 行な う ため 、 全学 共通 教育 教務 情報 システム ( 略称 KULASISKyotoUniversitysLiberal Arts Syllabus Information System 、 クラシス ) が 運用 さ れ て い る 。 採択 さ れ て い る プログラム 特色 あ る 大学 教育 支援 プログラム 外国 語 教育 の 再 構造 化 - 自律 学習 型 CALL と 国際 的 人材 養成 - 相互 研修 型 FD の 組織 化 に よ る 教育 改善 現代 的 教育 ニーズ 取組 支援 プログラム 国際 連携 に よ る 地球 ・ 環境 科学 教育 - アジア 地域 の 大学 と の 同時 進行 型 連携 講義 の 構築 と 実践 - 新し い 蘇生 教育 の 広域 展開 する 薬剤 師 育成 大学 教育 の 国際 化 推進 プログラム 京都 大学 長期 海外 留学 プログラム 法科 大学 院 等 専門 職 大学 院 形成 支援 プログラム 実践 的 理論 教育 高度 化 プロジェクト 実務 基礎 教育 の 在 り 方 に 関 する 調査 研究 臨床 研究 者 養成 プログラム 地域 医療 等 社会 的 ニーズ に 対応 し た 医療 人 教育 支援 プログラム 先端 医療 の 育成 ・ 創薬 を 先導 魅力 あ る 大学 院 教育 イニシアティブ 理論 ・ 実践 融合 型 に よ る 教育 学 の 研究 者 養成 学際 的 エネルギー 科学 研究 者 養成 プログラム 社会 と の 協創 に よ る 情報 システム デザイン 化学 教育 トリニティ 横断 型 系統 的 医学 研究 キャリアパス 形成 臨地 教育 研究 に よ る 実践 的 地域 研究 者 の 養成 シミュレーション 科学 を 支え る 高度 人材 育成 生命 科学 キャリア ディベロップメント 派遣 型 高度 人材 育成 協同 プラン 大学 院 地球 環境 学舎 インターンシップ 1916 年 に 設立 さ れ た 朝比奈 隆 の 出身 サークル と し て 交響 楽 に 詳し い 人々 の 間 で は 著名 な 京都 大学 交響 楽団 や 学生 新聞 に あた る 「 京都 大学 新聞 」 を 発行 し て い る 京都 大学 新聞 社 など が 知 ら れ て い る 。 また 、 京都 大学 で は 学生 運動 の 名残 が 残 っ て お り 、 近年 で も 石垣 カフェ の よう な 事件 も 発生 し て い る 。 学園 祭 京都 大学 11 月 祭 例年 11 月 下旬 に 4 日間 、 吉田 キャンパス 内 、 吉田 南構内 および 本部 構内 に て 行 わ れ る 。 略称 は 、 11 月 祭 もしくは NF ( NovemberFestival ) 。 京都 大学 体育 会 が 課外 スポーツ の 振興 に 当た っ て お り 、 現在 51 の クラブ が 所属 し て い る 。 京都 大学 の アメリカン フットボール チーム は 「 京都 大学 ギャング スターズ 」 の 愛称 で 知 ら れ 、 大学 チャンピオン 6 回 、 日本 チャンピオン 4 回 の 経験 が あ る 。 特に 1986 年 と 1987 年 は 、 甲子 園 ボウル ( 東西 大学 王座 決定 戦 ) ・ ライス ボウル ( 日本 選手 権 ) 連覇 を 果た し た 。 関西 学生 アメフト DIV 1 所属 。 京都 大学 体育 会 硬 式 野球 部 は 関西 学生 野球 連盟 に 加盟 し 、 関西 六 大学 野球 連盟 ( 旧 連盟 ) 時代 に 2 度 の 優勝 が あ る 。 帽子 の ロゴ 「 DB 」 は DarkBlue の 略 で 、 スクール カラー 「 濃青 」 に ちな ん で い る 。 同窓 会 全学 規模 の 同窓 会 と し て 、 京都 大学 同窓 会 が 2006 年 11 月 に 発足 し た 。 これ 以前 から 学部 ・ 研究 科 や 専門 分野 ごと に 以下 の よう な 同窓 会 が あ る 。 京都 大学 総合 人間 学 部 人間 ・ 環境 学 研究 科 同窓 会 有信 会 ( 法学 部 ) 芝蘭 会 ( 医学 部 ) - 同窓 会 施設 と し て 芝蘭 会舘 を 保有 する 。 以文 会 ( 文学 部 ) 経済 学 部 同窓 会 京 エネ 会 ( エネルギー 科学 研究 科 ) 京友 会 ( 教育 学 部 ) 京大 建築 会 ( 工学 部 建築 学科 など ) 京機会 ( 京都 大学 機械 系 工学 会 ) 京都 大学 地球 物理 学 教室 同窓 会 ( 大学 院 理学 研究 科 地球 物理 学 教室 ) 四明 会 ( 農学 部 ・ 農学 研究 科 ) 京土会 ( 工学 部 土木 工学 科 など ) 京都 大学 水曜 会 ( 工学 部 資源 工学 ・ 材料 工学 など ) 京大 薬友 会 ( 薬学 部 ・ 薬学 研究 科 ) 洛友 会 ( 大学 院 工学 研究 科 電気 ・ 電子 工学 専攻 など ) 工化 会 ( 工学 部 工業 化学 科 ・ 工学 研究 科 化学 系 ) また 地域 ごと の 同窓 会 組織 が いく つ か 存在 する 。 京都 大学 学術 出版 会 京都 大学 学術 出版 会 は 、 京都 大学 に おけ る 学術 的 成果 を 主 と し て 出版 活動 を 通 じ て 公表 ・ 普及 する こと を 目的 と し た 有限 責任 中間 法人 で あ る 。 社員 は 京都 大学 や その 研究 科 ・ 研究 所 など から 推薦 さ れ た 教職員 ・ 卒業 生 ・ 名誉 教授 から な り 、 事務 所 は 京 大 会館 内 に あ る 。 「 西洋 古典 叢書 」 、 「 生態 学 ライブラリー 」 、 「 地域 研究 叢書 」 と い っ た シリーズ を はじめ と する 学術 書 ・ 教育 書 や 、 学術 雑誌 「 アルケー 関西 哲学会 年報 」 、 「 二十 世紀 研究 」 を 刊行 し て い る 。 学士 会 学士 会 は 、 帝国 大学 出身 者 、 教授 ・ 助 教授 ・ 学長 ( 経験 者 含 む ) で 構成 さ れ て お り 、 もちろん 京都 大学 の 卒業 生 、 修了 生 も 加盟 する こと が でき る 。 詳細 は 、 学士 会 を 参照 。 京都 大学 の 人物 一覧 吉田 キャンパス 「 吉田 地区 」 と 呼 ば れ る こと も あ る 。 道路 に よ っ て 以下 の 7 つ の 「 構内 」 と 呼 ば れ る 地区 に 区分 さ れ て い る 。 各 構内 の 名称 は 2000 年代 から 用い られ る よう に な っ た もの で あ り 、 教員 ・ 学生 の 間 で は 以前 の 通称 が 用い られ る こと も あ る 。 本部 構内 使用 学部 : 文学 部 、 教育 学 部 、 法学 部 、 経済 学 部 、 工学 部 使用 研究 科 : 文学 研究 科 、 教育 学 研究 科 、 法学 研究 科 、 経済 学 研究 科 、 工学 研究 科 ( 物理 系 ) 、 エネルギー 科学 研究 科 、 情報 学 研究 科 、 アジア ・ アフリカ 地域 研究 研究 科 ( 一部 ) 、 生命 科学 研究 科 ( 事務 部 と 一部 の 研究 室 ) 、 地球 環境 学堂 、 地球 環境 学舎 、 公共 政策 大学 院 、 経営 管理 大学 院 使用 附属 施設 : 附属 図書 館 、 経済 研究 所 、 総合 博物 館 、 学術 情報 メディア センター ( 北館 ) 、 地域 研究 統合 情報 センター 、 埋蔵 文化 財 研究 センター 、 こころ の 未来 研究 センター など 交通 アクセス : 京阪 鴨東 線 出町 柳 駅 から 徒歩 10 分 、 また は 京都 市営 バス 京大 正門前 、 百 万 遍 下車 。 京都 市営 バス は 京都 駅 、 河原町 駅 ( 京都 府 ) 、 今出川 駅 など 京都 市 内 各地 から 。 「 中央 構内 ( キャンパス ) 」 と も 呼 ば れ る 。 京都 大学 設立 以来 の キャンパス で あ る 。 元 は 尾張 藩 京都 下屋敷 で あ る 。 その 石垣 が 東大 路 沿い に 現存 し 、 石垣 カフェ 事件 の 舞台 と な っ た 。 正門 を 入 っ て 正面 に あ る 時計 台 記念 館 と クスノキ は 、 大学 の 象徴 と し て 知 ら れ て い る 。 大学 の 管理 運営 組織 で あ る 経営 企画 本部 と 教育 研究 推進 本部 も 本部 構内 に 設置 さ れ て い る 。 人文 科学 研究 所 が 工学 部 5 号 館 ( 旧 地球 系 専攻 跡 ) へ の 移転 を 予定 し て い る 。 北部 構内 使用 学部 : 理学 部 、 農学 部 使用 研究 科 : 理学 研究 科 、 農学 研究 科 、 生命 科学 研究 科 ( 一部 ) 使用 附属 施設 : 人文 科学 研究 所 、 基礎 物理 学 研究 所 、 数理 解析 研究 所 、 低温 物質 科学 研究 センター 、 附属 農場 、 植物 園 など 交通 アクセス : 京阪 鴨東 線 出町 柳 駅 から 徒歩 15 分 、 また は 京都 市営 バス 京大 農学 部 前 、 百 万 遍 下車 。 京都 市営 バス は 京都 駅 、 河原町 駅 、 今出川 駅 など 京都 市 内 各地 から 。 「 北部 キャンパス 」 と も 呼 ば れ る 。 理系 中心 の キャンパス で あ り 、 大学 院 生 が 多 い こと も あ り 、 京都 大学 を よく 知 る 人 の 間 で は 「 本部 や 吉田 南 に 比べ 落ち着 い た 雰囲気 が あ る 」 と い わ れ て い る 。 北 東角 に あ る 農学 部 グランド ( 通称 「 農G 」 ) で は 、 アメリカン フットボール 部 を はじめ 体育 会 各 部 の 活動 が 行な わ れ て い る 。 理学 部 正門 から 続 く 銀杏 並木 は 地域 住民 に も よく 知 ら れ て い る 。 吉田 南構内 使用 学部 : 総合 人間 学 部 使用 研究 科 : 人間 ・ 環境 学 研究 科 使用 附属 施設 : 学術 情報 メディア センター ( 南館 ) 、 高等 教育 研究 開発 推進 センター など 交通 アクセス : 京阪 鴨東 線 出町 柳 駅 また は 丸太町 駅 ( 京阪 ) から 各々 徒歩 15 分 、 また は 京都 市営 バス 京大 正門 前 、 近衛 通 下 車 。 京都 市営 バス は 京都 駅 、 河原町 駅 、 今出川 駅 など 京都 市 内 各地 から 。 旧称 の 「 総人 キャンパス 」 で 呼 ば れ る こと が あ る 。 また 単に 「 吉田 キャンパス 」 で この 吉田 南構内 を 指 す こと も あ る 。 全学 共通 科目 の 講義 の 大 部分 が ここ で 行な わ れ る ため 、 学部 を 問 わ ず 1 回 生 は ほとんど の 時間 を この 構内 で 過ご す こと に な る 。 その ため か サークル の 勧誘 ・ 政治 主張 など の ビラ や 立て 看板 が 目立 つ 。 吉田 南 総合 館 ( 旧 総合 人間 学部 A 号 館 ) 前 は かつて 折田 先生 像 の あ っ た 場所 だ が 、 建物 の 改築 に よ り すっかり 雰囲気 が 変わ っ た 。 地名 の 由来 と な っ た 2 本 の 松 が 吉田 南 総合 館 中庭 に あ る 。 グランド や テニス コート で は 体育 系 サークル の 活動 が 行な わ れ る 。 京都 大学 吉田 寮 は この 構内 に あ る 。 2004 年 、 国立 大学 と し て は 初めて 民間 の コンビニエンス ストアローソン が 吉田 南 総合 館 地下 に 開店 し た 。 西部 構内 使用 学部 : なし 使用 研究 科 : なし 使用 附属 施設 : 総合 体育 館 、 京都 大学 西部 講堂 など 交通 アクセス : 京阪 鴨東 線 出町 柳 駅 から 徒歩 10 分 、 また は 京都 市営 バス 京大 正門前 、 百 万 遍 下車 。 京都 市営 バス は 京都 駅 、 河原町 駅 、 今出川 駅 など 京都 市 内 各地 から 。 講義 室 や 研究 室 は な く 、 スポーツ 実習 の ほか は 専ら 課外 活動 に 使 わ れ る 。 西部 講堂 前 に サークル 棟 が あ る 。 この サークル 棟 が 老朽 化 し て い る ため 建て直 す 計画 が あ る が 、 新し い 建物 の 管理 方法 を めぐ っ て 学生 側 と 大学 の 意見 が 合 わ ず 、 具体 化 し て い な い 。 入学 式 、 卒業 式 、 学位 授与 式 と い っ た 式典 は 総合 体育 館 で 行な わ れ る 。 医学 部 構内 使用 学部 : 医学 部 ( 医学 科 ) 使用 研究 科 : 医学 研究 科 、 生命 科学 研究 科 ( 一部 ) 使用 附属 施設 : 放射 線 生物 研究 センター 、 放射 性 同位 元素 総合 センター 、 女性 研究 者 支援 センター 交通 アクセス : 京阪 鴨東線 丸太町 駅 から 徒歩 10 分 、 出町 柳 駅 から 徒歩 15 分 、 また は 京都 市営 バス 近衛 通 、 京大 正門 前 下車 。 京都 市営 バス は 京都 駅 、 河原町 駅 、 今出川 駅 など 京都 市 内 各地 から 。 「 南部 構内 ( キャンパス ) 」 と も 呼 ば れ る 。 全域 が 医学 系 の 施設 で 占め られ て い る 。 薬学 部 構内 使用 学部 : 薬学 部 、 医学 部 ( 保健 学科 ) 使用 研究 科 : 薬学 研究 科 、 アジア ・ アフリカ 地域 研究 研究 科 使用 附属 施設 : 再生 医 科学 研究 所 、 東南 アジア 研究 所 、 ウイルス 研究 所 、 附属 病院 ( 病院 西 構内 ) 交通 アクセス : 京阪 鴨東線 丸太町 駅 から 徒歩 5 分 、 また は 京都 市営 バス 川端 丸太町 、 荒神橋 、 近衛 通 下 車 。 京都 市営 バス は 京都 駅 、 河原町 駅 、 今出川 駅 など 京都 市 内 各地 から 。 吉田 キャンパス で 最後 に 拡張 さ れ た 地区 で あ る 。 比較 的 新し い 部局 が 使用 し て い る 。 また 一部 の スポーツ 系 ・ 音楽 系 サークル が 活動 し て い る 。 病院 構内 使用 学部 : なし 使用 研究 科 : なし 使用 附属 施設 : 附属 病院 ( 病院 東 構内 ) 交通 アクセス : 京阪 鴨東線 丸太町 駅 から 徒歩 10 分 、 また は 京都 市営 バス 熊野 神社 前 、 近衛 通 下 車 。 京都 市営 バス は 京都 駅 、 河原町 駅 、 今出川 駅 など 京都 市 内 各地 から 。 通常 は 学生 の 姿 を 見かけ る こと は な い 。 東大路 沿い に 放送 大学 の パラポラ アンテナ が あ る 。 過密 問題 吉田 キャンパス 、 特に 本部 ・ 吉田 南構内 は 狭 い 敷地 に 多く の 建物 が 密集 し て 建 っ て お り 、 建物 の 間 の 通路 幅 が 狭 い ほか 、 駐車 スペース も ほとんど な い 。 この ため 自動 車 の 構内 乗り入れ ・ 駐車 は 厳し く 規制 さ れ て い る 。 バイク の 構内 走行 に も 規制 が あ る 。 また 多く の 学生 が 自転 車 で 通学 する が 、 駐輪 場 も 慢性 的 に 不足 し て お り 、 本来 の 駐輪 場 以外 の 場所 に 置 か れ た 自転 車 が 交通 の 障害 に な る 事例 も あ る 。 自転 車 と 歩行 者 の 接触 事故 も 後 を 絶 た な い 。 防災 キャンパス の すぐ 東 を 花折 断 層 が 通 っ て い る 。 この 断層 に よ る 地震 が 発生 する と 甚大 な 被害 が 予想 さ れ る ため 、 建物 の 耐震 補強 工事 が 急速 に 進め られ て い る 。 遺跡 吉田 キャンパス から は 縄文 時代 から 近世 に 至 る 多く の 遺跡 が 発見 さ れ て い る 。 以下 に 主な もの を 挙げ る 。 北白川 追分 町 遺跡 ( 縄文 時代 ) : 北部 構内 弥生 時代 の 水田 跡 : 吉田 南構内 など 梵鐘 鋳造 坑 ( 平安 時代 ) : 吉田 南構内 火葬 塚 ( 平安 時代 ) : 北部 構内 白川道 の 跡 ( 中世 ~ 近世 ) : 本部 構内 など 土佐 藩 邸跡 ( 幕末 ) : 北部 構内 文化 財 キャンパス 内 に は 明治 から 昭和 初期 に かけ て の 建物 も 多 く 残 さ れ て お り 、 各 時代 の 建築 の 特徴 を 伝え る 貴重 な 資料 と な っ て い る 。 以下 の 建物 が 国 の 登録 有形 文化 財 と し て 登録 さ れ て い る 。 本部 構内 正門 ( 旧 第 三 高等 中 学校 正門 ) : 1893 年 ( 明治 26 年 ) 建築 。 本部 構内 総合 人間 学 部 正門 ( 旧 第 三 高等 学校 正門 ) : 1897 年 ( 明治 30 年 ) 建設 。 吉田 南構内 尊擾 堂 : 190 3 年 ( 明治 36 年 ) 建築 。 本部 構内 文学 部 陳列 館 : 1914 年 ( 大正 3 年 ) 建築 。 本部 構内 農学 部 表門 および 門衛 所 : 1924 年 ( 大正 13 年 ) 建築 。 北部 構内 楽友 会舘 : 1925 年 ( 大正 14 年 ) 建築 。 創立 25 年 記念 の 同窓 会 舘 。 吉田 南構内 人文 科学 研究 所 附属 漢字 情報 研究 センター ( 旧 外務 省 東方 文化 学 院 京都 研究 所 ) : 1930 年 ( 昭和 5 年 ) 建築 。 北部 構内 農学 部 附属 演習 林 旧 本部 事務 室 : 1931 年 ( 昭和 6 年 ) 建築 。 北部 構内 また 、 以下 の よう な 特徴 を 持 っ た 文化 財 登録 は さ れ て い な い 建物 も あ る 。 保健 管理 センター ・ 学生 部 : 1898 年 ( 明治 31 年 ) 建築 、 2 階 部分 は 1922 年 ( 大正 11 年 ) 増築 。 本部 構内 。 旧 物理 学 教室 、 石油 化学 教室 で あ り 、 ここ で 研究 し た 複数 の 人物 が 後 に ノーベル 賞 を 受賞 し た こと から 「 ノーベル 賞 の 館 」 の 別名 が あ る 。 医学 部 解剖 学 教室 本館 : 1901 年 ( 明治 34 年 ) 建築 。 医学 部 構内 旧 第 三 高等 学校 学生 集会所 : 19 11 年 ( 明治 44 年 ) 建築 。 吉田 南構内 周辺 環境 今出川 通 、 東大路 通沿い を 中心 に 、 古書店 、 食堂 、 喫茶 店 など 学生 街 の 風景 が 見 られ る 。 周囲 に は 西田 幾多郎 ゆかり の 哲学 の 道 、 「 逍遙 の 歌 」 の 歌碑 の 立 つ 吉田 山 など 、 教員 ・ 学生 に ちな ん だ 事物 も 多 い 。 京都 大学 の 異称 と し て 小説 など で 用い られ る 「 百 万 遍 」 と い う 呼称 は 、 キャンパス に 隣接 する 知恩 寺 ( 大本山 百 萬 遍 知恩 寺 ) に 由来 する 。 宇治 キャンパス 使用 学部 : なし 使用 研究 科 : 工学 研究 科 ( 一部 ) 、 農学 研究 科 ( 一部 ) 、 エネルギー 科学 研究 科 ( 一部 ) 、 情報 学 研究 科 ( 一部 ) 使用 附属 施設 : 生存 圏 研究 所 、 化学 研究 所 、 エネルギー 理工 学 研究 所 、 防災 研究 所 、 生存 基盤 科学 研究 ユニット 、 次 世代 開拓 研究 ユニット 交通 アクセス : JR 奈良 線 、 京阪 宇治 線 黄檗 駅 から 徒歩 5 分 。 旧 陸軍 の 弾薬 庫 跡地 を 利用 し て 1947 年 に 開設 さ れ た 。 1950 年度 から 196 0 年度 の 教養 部 1 回 生 の 講義 が 行な わ れ て い た こと が あ っ た 。 が 、 現在 は 学部 の 講義 は 行な わ れ て い な い ( ただ 、 夏休み など に 行 わ れ る 全学 共通 科目 の 集中 講義 の 中 に は 宇治 で 行 わ れ る もの も あ る 。 例えば 「 ビーム 科学 入門 」 の よう に 化学 研究 所 提供 の もの など ) 。 ただし 工学 部 や 農学 部 の 4 回生 は 、 配属 さ れ た 研究 室 に よ っ て は ここ で 卒業 研究 を 行な う こと も あ る 。 桂 キャンパス 使用 学部 : なし 使用 研究 科 : 工学 研究 科 ( 電気 系 、 化学 系 、 建築 系 、 地球 系 ) 使用 附属 施設 : 国際 融合 創造 センター 交通 アクセス : 京阪 京都 交通 、 ヤサカ グループ 、 京都 市営 バス の 桂 イノベーション パーク 前 、 京大 桂 キャンパス 前 、 桂 御 陵坂 バス 停下 車 。 京阪 京都 交通 は 主に 阪急 京都 線 桂 駅 から 、 ヤサカバス 、 京都 市営 バス は JR 向日 町 駅 から 。 1990 年代 に は 吉田 ・ 宇治 の 両 キャンパス が 手狭 に な っ た こと から 、 「 第 3 キャンパス 」 の 建設 が 計画 さ れ た 。 当初 は 京都 府 南部 や 滋賀 県 も 候補 地 と し て 検討 さ れ た が 、 京都 市 の 提案 に よ り 、 市 が 住宅 地 と し て 開発 し て い た 「 桂御 陵坂 」 地区 が 建設 地 に 選 ば れ た 。 2003 年 に 化学 系 ・ 電気 系 専攻 の 移転 が 完了 し 、 使用 が 開始 さ れ た 。 キャンパス は A~ D の 4 つ の 「 クラスター 」 に 別れ て お り 、 C ・ D クラスター の 一部 は 2006 年 現在 も 建設 中 で あ る 。 なお 京都 市営 地下 鉄 東西線 の 桂 キャンパス 付近 へ の 延伸 構想 が あ る が 、 建設 時期 など は 未定 で あ る 。 キャンパス 間 の 交通 学生 ・ 教員 向け に 各 キャンパス 間 の 連絡 バス が 運行 さ れ て い る 。 吉田 ( 本部 構内 ) ~ 宇治 間 ( 通称 宇治 バス ) が 1 日 6 往復 、 吉田 ~ 桂間 が 1 日 7 往復 、 宇治 ~ 桂間 が 1 日 3 往復 、 所要 時間 は いずれ も 50 分 から 1 時間 で あ る 。 しかし 、 渋滞 など に よ り 定時 制 の 確保 が 難し い 、 最終 バス の 時間 が 早 い ため 、 それ 以降 は 公共 交通 機関 を 利用 し な けれ ば な ら な い など 、 学生 の 間 に は 不満 も あ る 。 京大 生協 の 食堂 は その メニュー の 数 が 日本 一 と 自ら 謳 っ て い る 。 特に 学生 食堂 に は あまり な い パフェ が 数 多 く メニュー に 並 ん で い る 。 西部 講堂 の 付近 に あ る カフェテリアルネ の パフェ は 16 種類 も の レギュラー メニュー を 取り揃え て お り 、 期間 限定 の メニュー を 含め る と 現在 40 種類 近く が 確認 でき て い る 。 また 、 南部 食堂 に 併設 さ れ る 喫茶 ブリュッケ で も 個性 的 な パフェ が 扱 わ れ て い る 。 中央 食堂 、 吉田 食堂 、 本部 キャンパス の カンフォーラ で も パフェ が オーダー でき る 。 寮 京都 大学 の 学生 寮 は 広範 な 自治 活動 が 認め られ て い る 。 また 、 吉田 寮 は 現存 する 国立 大学 法人 の 学生 寮 と し て は もっとも 古 い 存在 で あ る 。 吉田 寮 詳細 は 京都 大学 吉田 寮 に 掲載 。 熊野 寮 鉄筋 4 階 建 。 A 棟 ・ B 棟 ・ C 棟 ・ 食堂 から な る 。 京都 大 生 および その 家族 等 、 約 350 人 が 生活 し て い る 。 女子 寮 女子 学生 の み 入寮 可能 室町 寮 大学 院 生 向け の 寮 b メイン ページ b 京大 対策 備考 医学 部 は 「 京医 ( きょうい ) 」 、 工学 部 は 「 京工 ( きょうこう ) 」 、 理学 部 は 「 京理 ( きょうり ) 」 と 、 受験 生 を 中心 に 呼 ば れ る 。 東野 圭吾 の 小説 『 探偵 ガリレオ 』 の ドラマ 版 で あ る ガリレオ ( テレビ ドラマ ) の ロケ 地 の ひと つ で も あ る 。 +大学 1639 年 ( 寛永 16 年 ) 、 西本願 寺 が 設立 し た 「 学寮 」 を 起源 と し 、 大学 と し て は 大学 令 に 基づ く 旧制 大学 から の 歴史 を 有 し て い る 。 総合 大学 と し て 8 学 部 を 擁 し 、 在籍 する 学生 は 2 万 人 を 数え る 。 建学 の 精神 「 真実 を 求め 真実 に 生き 真実 を 顕か に する 」 さらに 「 平等 」 「 自立 」 「 内省 」 「 感謝 」 「 平和 」 と い う 5 項目 を 掲げ 、 浄土 真宗 の 教え に 基づ く 建学 の 精神 を 平易 な 言葉 で 要約 し て い る 。 江戸 時代 の 学寮 、 学林 時代 から の 仏教 に 関 する 学問 的 、 資料 的 蓄積 が あ り 、 多く の 宗教 学者 や 著名 な 僧侶 を 輩出 し て い る 。 1887 年 ( 明治 20 年 ) 、 社会 改良 運動 の 機関 誌 と し て 普通 教校 学生 有志 に よ り 発刊 さ れ た 「 反省 会 雑誌 」 は 、 1899 年 ( 明治 32 年 ) に 「 中央 公論 」 と 改題 さ れ 、 今日 まで 続 く 総合 雑誌 と し て 発展 し て い る 。 大宮 図書 館 に は 大谷 探検 隊 の シルク ロード 将来 品 の 数々 が 収蔵 さ れ る ほか 、 西本願寺 から 下賜 さ れ た 国宝 ・ 重要 文化 財 を 含 む 国内外 の 貴重 書 が 多数 所蔵 さ れ る 。 深草 図書 館 「 長尾 文庫 ・ コレクション 」 は 、 幕末 から 1985 年 まで に 刊行 さ れ た 社史 の 70 % 以上 が 収集 さ れ て お り 、 現在 、 追加 収集 を 含め 約 16 , 800 点 を 所蔵 。 経済 学 部 、 経営 学 部 の 貴重 な 研究 資料 と な っ て い る 。 企業 ・ 官公庁 ・ 研究 機関 等 と の 産官 学 協同 事業 で あ る 「 龍谷 エクステンション センター ( REC ) 」 は 、 研究 成果 と し て の 特許 の 取得 や 一般 市民 向け 講座 など の 多様 な 活動 を 展開 し て い る 。 ( 詳細 は 龍谷 エクステンション センター の 項 を 参照 。 ) 明治 近代 建築 で あ る 大宮 学舎 の 本館 、 北黌 、 南黌 など 5 つ の 建造 物 が 国 の 重要 文化 財 に 指定 さ れ て い る 。 大学 法人 の 財務 指標 と し て 、 2005 年 に 格付 投資 情報 センター ( R & I ) より 「 AA - ( ダブル A マイナス ) 」 ( 21 段階 中 4 位 ) を 受け て お り 、 2007 年 まで 3 年 連続 で 同 評価 を 維持 し て い る 。 スクール カラー は 紫 で あ る 。 1639 年 ( 寛永 16 年 ) 西 本願 寺 学寮 と し て 創立 1650 年 ( 慶安 3 年 ) 学寮 の 制条 ( 学則 ) を 定め る 1655 年 ( 明暦 元年 ) 承応 の 教義 論争 に 端 を 発 し て 、 幕府 の 命 に よ り 学寮 を 廃止 。 学林 に 改称 1788 年 ( 天明 8 年 ) 京都 市 中 の 大火 に よ り 学林 類 焼 1792 年 ( 寛政 4 年 ) 学林 講堂 を 再建 1867 年 ( 慶応 3 年 ) 学林 改革 始ま る 1869 年 ( 明治 2 年 ) 破邪 学 ( キリスト 教 ) を 開講 18 71 年 ( 明治 4 年 ) 学林 敷地 を 下京 区 七 条 通 大宮 に 移転 。 内学 、 皇学 、 漢学 を 開講 1872 年 ( 明治 5 年 ) 洋学 「 独乙 語学篇 」 を 開講 1875 年 ( 明治 8 年 ) ヨーロッパ 式 の 学校 制度 を 採用 。 普通 学 を 開講 1876 年 ( 明治 9 年 ) 大 教校 に 改称 1879 年 ( 明治 12 年 ) 現在 の 大宮 学舎 本館 、 正門 、 南黌 、 北黌 、 旧 守衛 所 など 落成 1880 年 ( 明治 13 年 ) 明治 天皇 が 行幸 1887 年 ( 明治 20 年 ) 普通 教校 、 学生 有志 「 反省 会 雑誌 」 ( 現在 の 「 中央 公論 」 の 前身 ) を 発刊 1888 年 ( 明治 21 年 ) 大学 林 に 改称 190 0 年 ( 明治 33 年 ) 仏教 大学 に 改称 190 2 年 ( 明治 35 年 ) 京都 の 仏教 専門 大学 と 東京 の 高輪 仏教 大学 に 分立 190 4 年 ( 明治 37 年 ) 高輪 仏教 大学 を 廃 し て 京都 に 統合 190 5 年 ( 明治 38 年 ) 専門 学校 令 に よ り 仏教 大学 が 認可 1922 年 ( 大正 11 年 ) 大学 令 に よ る ( 旧制 ) 大学 と な り 龍谷 大学 に 改称 1928 年 ( 昭和 3 年 ) 女子 の 入学 が はじめて 許可 さ れ る 1949 年 ( 昭和 24 年 ) 戦後 の 学制 改革 に よ り 新制 龍谷 大学 と な り 文学 部 を 設置 1953 年 ( 昭和 28 年 ) 西 本願 寺 より 大谷 探検 隊 の 収集 物 を 大宮 図書 館 に 寄贈 196 0 年 ( 昭和 35 年 ) 京都 市 伏見 区 に 深草 学舎 を 開設 1961 年 ( 昭和 36 年 ) 経済 学 部 を 設置 1962 年 ( 昭和 37 年 ) 短期 大学 部 社会 福祉 学科 を 設置 1964 年 ( 昭和 39 年 ) 明治 12 年 の 西洋 建築 群 ( 大宮 学舎 本館 、 正門 、 南黌 、 北黌 、 旧 守衛 所 ほか ) 、 国 の 重要 文化 財 に 指定 1966 年 ( 昭和 41 年 ) 経営 学 部 を 設置 1968 年 ( 昭和 43 年 ) 法学 部 を 設置 。 文学 部 社会 学科 を 設置 1969 年 ( 昭和 44 年 ) 学園 紛争 勃発 、 深草 学舎 が 50 日間 封鎖 さ れ る 1983 年 ( 昭和 58 年 ) 社史 コレクション 「 長尾 文庫 」 を 取得 1985 年 ( 昭和 60 年 ) 留学 生 別科 を 設置 1987 年 ( 昭和 62 年 ) ハーバード 大学 と 大学 創立 350 周年 ・ 日米 国際 シンポジウム 開催 1988 年 ( 昭和 63 年 ) カリキュラム 改革 を 実施 し 、 セメスター 制 、 グレード 制 を 採用 1989 年 ( 平成 元年 ) 創立 350 周年 記念 事業 と し て 滋賀 県 大津 市 に 瀬田 学舎 を 開設 。 理工 学 部 、 社会 学 部 を 設置 1991 年 ( 平成 3 年 ) 龍谷 大学 エクステンション センター ( REC ) 開設 1996 年 ( 平成 8 年 ) 国際 文化 学 部 を 設置 ( 瀬田 ) 1997 年 ( 平成 9 年 ) 文学 部 、 経済 学 部 、 経営 学部 に 夜間 主 コース 開設 、 ハイテク リサーチ センター 落成 ( 瀬田 ) 2001 年 ( 平成 13 年 ) 古典籍 デジタル アーカイブ 研究 センター を 開設 、 紫光 館 開館 2005 年 ( 平成 17 年 ) 大学 院 法務 研究 科 法務 専攻 ( 法科 大学 院 ) を 設置 、 東京 オフィス 開設 2006 年 ( 平成 18 年 ) 米国 カリフォルニア 州 バークレー に ( RUBeC ) キャンパス 開設 2007 年 ( 平成 19 年 ) 小 学校 教諭 免許 状 取得 支援 制度 を 開始 深草 学舎 ( 京都 府 京都 市 伏見 区 深草 塚 本町 ) 大宮 学舎 ( 京都 府 京都 市 下京 区 七 条 通 大宮東 入 大工 町 ) 瀬田 学舎 ( 滋賀 県 大津 市 瀬田 大江 町 横谷 ) 文学 部 真宗 学科 仏教学 科 哲学 科 哲学 専攻 ・ 教育 学 専攻 史学科 国 史 学 専攻 ・ 東洋 史学 専攻 ・ 仏教 史 学 専攻 日本 語 日本 文学 科 英語 英米 文学 科 経済 学 部 現代 経済 学 科 国際 経済 学 科 経営 学 部 経営 学科 法学 部 法律 学科 政治 学科 理工 学 部 数理 情報 学科 電子 情報 学科 機械 システム 学科 物質 化学 科 情報 メディア 学科 環境 ソリューション 工学 科 社会 学 部 社会 学科 コミュニティ マネジメント 学科 地域 福祉 学科 臨床 福祉 学科 国際 文化 学 部 国際 文化 学 科 文学 研究 科 ( 修士 課程 ・ 博士 後期 課程 ) 経済 学 研究 科 ( 修士 課程 ・ 博士 後期 課程 ) 経営 研究 科 ( 修士 課程 ・ 博士 後期 課程 ) 法学 研究 科 ( 修士 課程 ・ 博士 後期 課程 ) 社会 研究 科 ( 修士 課程 ・ 博士 後期 課程 ) 理工 学 研究 科 ( 修士 課程 ・ 博士 後期 課程 ) 国際 文化 学 研究 科 ( 修士 課程 ・ 博士 後期 課程 ) 法務 研究 科 ( 専門 職 学位 課程 、 法科 大学 院 ) 留学 生 別 科 世界 27 カ国 の 留学 生 が 在籍 短期 大学 部 龍谷 大学 図書 館 人間 ・ 科学 ・ 宗教 総合 研究 センター 仏教 文化 研究 所 社会 科学 研究 所 科学 技術 共同 研究 センター 国際 社会 文化 研究 所 ハイテク ・ リサーチ ・ センター ボランティア ・ NPO 活動 センター 古典籍 デジタル アーカイブ 研究 センター 矯正 ・ 保護 研究 センター 地域 人材 ・ 公共 政策 開発 システム オープン ・ リサーチ ・ センター 人間 ・ 科学 ・ 宗教 オープン ・ リサーチ ・ センター 里山 学 ・ 地域 共生 学 オープン ・ リサーチ ・ センター アフラシア 平和 開発 研究 センター 智光 館 ( アフラシア 研究 館 ) 知的 財産 センター 龍谷 エクステンション センター ( REC ) 滋賀 本部 ( 本館 ) 京都 分室 東大阪 分室 東京 オフィス ( 東京 都 千代田 区 ) RyukokuUniversity Berkeley Center ( RUBeC ) ( アメリカ 合衆 国 カリフォルニア 州 バークレー ) 南 大日 グラウンド ( 京都 市 山科 区 ) 艇庫 ( 滋賀 県 大津 市 ) 留学 生 寮 龍谷 会館 大宮 荘 向島 学生 センター ルミエール 間宮 学生 寮 1991 年 設立 の 「 龍谷 エクステンション センター 」 ( 通称 REC ) は 、 日本 の 大学 で は 初 と な る 産官 学 連携 の インキュベーション 施設 。 2005 年 に は 経済 産業 省 「 広域 新 事業 支援 ネットワーク 拠点 重点 強化 事業 」 に 採択 さ れ た 。 REC で は 、 滋賀 を 拠点 と し て 京都 と 東大阪 市 に 分室 を も ち 、 日本 最大 規模 の レンタル ラボ を 設置 し て い る 。 銀行 と の 連携 に よ る 企業 へ の 融資 制度 など を 設け 、 共同 の 研究 開発 に よ る 企業 育成 に も 努め て お り 、 大学 発 ベンチャー 企業 数 で は 2000 年度 トップ と な り 、 以後 も 常 に 上位 に あ る 。 公開 特許 件数 13 件 知的 財産 センター 一般 市民 を 対象 と し た 取り組み で は 、 「 REC コミュニティー カレッジ 」 を 開講 し 、 瀬田 キャンパス や 東京 を 会場 に 年間 約 350 講座 開 か れ て い る 。 文部 科学 省 私立 大学 学術 研究 高度 化 推進 事業 に おけ る 採択 事業 の 一覧 。 ハイテク ・ リサーチ ・ センター 整備 事業 大学 院 理工 学 研究 科 ( 平成 8 年度 、 13 年度 ) 情報 通信 システム 研究 センター ( 平成 18 年度 ) 革新 的 材料 ・ プロセス 研究 センター ( 平成 18 年度 ) 学術 フロンティア 推進 事業 古典籍 デジタル アーカイブ 研究 センター ( 平成 13 年度 ~ ) 矯正 ・ 保護 研究 センター ( 平成 14 年度 ~ ) アフラシア 平和 開発 研究 センター ( 平成 17 年度 ) オープン ・ リサーチ ・ センター 整備 事業 人間 ・ 科学 ・ 宗教 オープン ・ リサーチ ・ センター ( 平成 14 年度 ~ ) 地域 人材 ・ 公共 政策 開発 システム ・ オープン ・ リサーチ ・ センター ( 平成 15 年度 ) 里山 学 ・ 地域 共生 学 オープン ・ リサーチ ・ センター ( 平成 16 年度 ) 現代 的 教育 ニーズ 取組 支援 プログラム 短期 大学 部 「 イメージ 創生 を 中心 と し た キャリア 教育 」 ( 平成 17 年度 ) 社会 学 部 「 大津 エンパワ ねっと 」 ( 平成 19 年度 ) 特色 あ る 大学 教育 支援 プログラム 短期 大学 部 「 実習 事前 指導 の 体系 的 な 実施 」 ( 平成 15 年度 ~ 18 年度 ) 他 大学 と の 共同 採択 「 大学 連携 に よ る 新し い 教養 教育 の 創造 」 ( 平成 16 年度 ) 大学 院 教育 改革 支援 プログラム 理工 学 研究 科 「 東洋 の 倫理 観 に 根ざ し た 国際 的 技術 者 養成 」 ( 平成 19 年度 ) 法学 研究 科 「 NPO ・ 地方 行政 研究 コース 」 ( 平成 19 年度 ) 龍谷 大学 学友 会 は 龍谷 大学 の 全て の 学生 に よ っ て 構成 さ れ る 組織 で あ る 。 創立 記念 降誕 会 - 実行 委員 会 が 組織 さ れ 、 第 二 の 学園 祭 と し て の 規模 を 持 つ 。 顕真 週間 - 主に 学友 会 宗教 局 が 企画 し 、 10 月 18 日 の 前後 約 1 週間 に わた っ て 開催 龍谷 祭 - いわゆる 公式 の 学園 祭 に あた る 行事 。 他 大学 が 有料 で あ る こと も 多 い 歌手 の ライブ イベント など も 全て 無料 で あ る 。 学術 文化 祭 - 主に 学友 会 学術 文化 局 が 企画 し 、 学内 各 所 で 文化 イベント など が 催 さ れ る 。 硬式 野球 部 は 関西 六 大学 野球 連盟 に 加盟 し て お り 、 プロ 野球 選手 や 高校 野球 甲子 園 出場 校 の 監督 など が 卒業 生 に 多 く い る 。 アメリカン フットボール 部 「 シーホース 」 は 関西 学生 ディヴィジョン I ( 1 部 リーグ ) に 所属 し て い た が 、 2007 年 、 甲南 大 と の 入れ替え 戦 に 負け 2 部 に 降格 。 龍谷 大学 ラグビー 部 は 、 関西 大学 A リーグ ( 1 部 ) に 所属 し て い た が 、 2007 年 、 摂南 大学 と の 入れ替え 戦 に 負け B リーグ に 降格 。 チアリーディング の チーム で あ る 「 バトン ・ チア ・ SPIRITS 」 は 、 関西 学生 バトン ・ チア コンテスト で グランプリ 8 連覇 を 達成 。 過去 に 佐渡裕 が 指揮 を と っ て い た こと も あ る 吹奏 楽 部 は 全 日本 吹奏楽 コンクール 大学 の 部 に お い て 、 4 回 連続 6 度 目 の 金賞 入賞 ( 2006 年 現在 ) を 達成 。 スキー 部 は 、 男女 とも に 全 関西 学生 スキー 連盟 の 1 部 校 に 属 し て い る 。 陸上 競技 部 は 、 卒業 生 に 日本 記録 保持 者 が い る 。 漕艇 部 は 、 男子 で は 男子 舵手付 フォア で 、 全 日本 新人 選手 権 2 連覇 、 朝日 レガッタ 優勝 、 関西 学生 漕艇 選手 権 4 連覇 ( 2006 年 現在 ) を 達成 。 文 、 経 、 営 、 法 、 国際 学部 、 98 万 1000 円 、 理工 、 142 万 2600 円 、 社会 、 101 万 6900 円 。 1 年次 諸 会費 ( 学友 会 、 親和 会 、 校友 会 費 ) 3 万 3000 ~ 3 万 4000 円 別途 合格 者 の 6 人 に 1人 が 優遇 を 受け て い る 。 一般 入試 全 学 部 ( 総合 点 の 得点 が 80 % 以上 の 合格 者 全員 が 対象 ) 1 ・ 2 年次 の 2 年間 前期 授業 料 免除 文系 73 万 1000 円 ( 2 年間 分 ) 理工 94 万 9000 円 ( 2 年間 分 ) センター 試験 、 全学 部 ( 入試 成績 上位 合格 者 対象 ) 文系 146 万 2000 円 ( 2 年間 分 ) 理工 189 万 8000 円 ( 2 年間 分 ) 龍谷 大 学校 友 会 - 龍谷 大学 の 卒業 生から な る 組織 。 国内 38 支部 、 海外 3 支部 で 構成 さ れ て い る 。 親和 会 - 龍谷 大学 在籍 生 の 保護 者 組織 。 独自 の 奨学 金 制度 など を 設け て 学生 を サポート し て い る 。 職業 会計 人 グループ ( RAS ) - 龍谷 大学 の 卒業 生 で 、 税理 士 、 公認 会計 士 など の 有 資格 者 から な る 組織 。 龍谷 経営 者 の 会 - 龍谷 大学 の 卒業 生 で 、 経営 者 が 中心 と な っ て 組織 さ れ る 会 。 教龍 会 - 龍谷 大学 の 卒業 生 で 、 中高 など の 学校 教員 から な る 組織 。 龍谷 大学 の 人物 一覧 大学 に は 宗教 部 と い う 部局 が あ り 、 以下 の 行事 を 主催 し て い る 。 内容 に よ っ て は 休講 など の 措置 が と ら れ る が 、 学生 の 参加 は 任意 で あ る ため 、 行事 の 存在 自体 を 知 ら な い 学生 も 多 い と さ れ る 。 休講 の 多 さ から 過去 に は 文部 科学 省 より 授業 時間 不足 の 改善 を 指導 さ れ た こと も あ る 。 ご 命日 法要 - 原則 毎月 16 日 、 大宮 学舎 お 逮夜 法要 - 原則 毎月 15 日 、 深草 学舎 ご 生誕 法要 - 原則 毎月 21 日 、 瀬田 学舎 親鸞 聖人 降誕 会 法要 - 5 月 21 日 、 創立 記念 日 と し て 終日 全学 休講 。 学友 会 で は 同時 に 学園 祭 「 創立 記念 降誕 会 」 が 開催 さ れ る 。 報恩 講 法 要 - 10 月 18 日 、 学部 学科 に よ っ て は 休講 と な る こと が あ る 。 朝 の ( 晨朝 ) 勤行 - 毎朝 8 時 45 分 ( 大宮 ・ 深草 ) 、 毎朝 9 時 ( 瀬田 ) 学術 交流 協定 京都 弁護 士 会 日本 で 初めて 弁護 士 会 と 大学 が 締結 し た 協定 で 、 この 協定 に 基づ い て 法学 部 の 学生 が 夏季 実習 で 弁護 士 事務 所 で 法律 の 実 体験 を する ほか 、 龍谷 大学 で 弁護 士 が 生 の 講義 を 行 っ て い る 。 まちづくり に 関 する 包括 協定 滋賀 県 大津 市 日本 で 初めて 行政 と 私立 大学 が 締結 し た 協定 で 、 産業 の 振興 や 環境 の 保全 、 地域 活性 化 、 福祉 事業 など 幅広 い 分野 で 協力 協定 を 結 び 、 新し い 事業 を 生み出 す こと など を 目的 と し て い る 。 連携 協力 に 関 する 協定 京都 府 教育 委員 会 日本 で 初めて 教育 委員 会 と 大学 が 締結 し た 協定 で 、 相互 の 人的 ・ 知的 資源 の 交流 ・ 活性 を はか り 、 相互 に 連携 ・ 協力 し て 研究 ・ 協議 を 行 い 、 その 成果 を 双方 の 教育 の 充実 ・ 発展 に 寄与 する こと を 目的 と し て い る 。 京都 市 、 大阪 市 など 、 29 市 町 村 自治 体 NPO ・ 地方 行政 コース が 市 町 村 と 連携 協定 を 結 び 、 学生 の 受入れ 、 公共 政策 の 高度 化 ・ 多様 化 を はか る 実践 的 教育 の 「 場 」 を 提供 する こと を 目的 と し て い る 。 滋賀 医科 大学 と 交流 協定 締結 さ れ て い る 。 同志社 大学 など と 共 に 京都 ・ 宗教 系 大学 院 連合 に 加盟 し て い る 。 佛教 大学 と 小 学校 教諭 免許 状 課程 履修 に 関 する 協定 を 締結 し 小 学校 教論 免許 を 取得 可能 。 以下 の 大学 と 学生 交換 協定 な い し は 学術 協定 を 締結 し て い る 。 アメリカ 合衆 国 カリフォルニア 州 立 大学 ノースリッジ 校 カリフォルニア 大学 デービス 校 ミズーリ 州 立 大学 群 仏教 大学 院 ( IBS ) イリノイ 大学 ベックマン 数理 研究 所 ハワイ 大学 システム マノア 校 仏教 研究 センター ( BSC ) アンティ オーク 大学 イギリス ウエストミンスター 大学 ニューカッスル ・ アポン ・ タイン 大学 デンマーク オーフス 大学 スウェーデン ヴェクショー 大学 フィンランド ヨエンスー 大学 ロシア モスクワ 大学 アジア ・ アフリカ 学院 ウクライナ キエフ 大学 ポーランド ワルシャワ 経済 大学 ドイツ デュースブルク ・ エッセン 大学 ベルリン 科学 技術 大学 フランス リヨン 大学 カーン 大学 スペイン バルセロナ 自治 大学 バレンシア 大学 カナダ カルガリー 大学 オーストラリア RMIT 大学 マードック 大学 フリンダース 大学 ラトローブ 大学 ニュージーランド クライストチャーチ ・ ポリテクニック 大学 メキシコ メトロポリタン 自治 大学 中華 人民 共和 国 上海 師範 大学 復旦 大学 華東 師範 大学 上海 大学 中国 人民 大学 大連 外国 語 大学 中山 大学 吉林 大学 中国 社会 科学 院 上海 対外 貿易 学院 北京 大学 国際 関係 学院 西安 交通 大学 人民 社会 科学 院 清華 大学 中国 農業 大学 西安軽 工業 大学 院 同済 大学 大韓民国 東亜 大学校 朝鮮 大 学校 成均 館 大 学校 東国 大 学校 円光 大 学校 全南 大 学校 郡長 工業 専門 大 学校 タイ 王国 チュラーロンコーン 大学 アサンプション 大学 インドネシア ハサヌディン 大学 京都 女子 大学 龍谷 大学 付属 平安 中 学校 ・ 高等 学校 - 2008 年度 より 「 平安 中 学校 ・ 高等 学校 」 から 改称 し た 。 北陸 学園 北陸 中 学校 ・ 高等 学校 - 教育 連携 校 崇徳 中 学校 ・ 高等 学校 - 教育 連携 校 上宮 中 学校 ・ 高等 学校 - 教育 連携 校 ハーバード 大学 - 同 時期 に 創立 350 周年 を 迎え た 本学 と 共同 で 大学 創立 記念 会 や 日米 国際 シンポジウム を 開催 。 龍谷 大学 で は 以下 の 国宝 ・ 重要 文化 財 を 所蔵 し て い る 。 「 類聚 古集 」 建築 物 大宮 学舎 本館 大宮 学舎 北 黌 大宮 学舎 南 黌 大宮 学舎 旧 守衛 所 大宮 学舎 正門 ( 附帯 ・ 渡廊 下 、 設計 図 2 幅 ) 書物 「 李 柏 尺牘稿 」 ( 大宮 図書 館 所蔵 ) 龍谷 大学 付属 平安 中 学校 ・ 高等 学校 北陸 高校 ( 福井 県 )   高大 連携 に 関 する 協定 締結 上宮 高等 学校 ( 大阪 府 )   同上 +大学 概要 工芸 科学 部 1 学 部 で 構成 さ れ る 工科 大学 で 、 それ 程 大きな 規模 の 大学 で は な い が 、 バイオ 、 材料 、 情報 、 環境 など の 先端 科学 技術 分野 から 造形 ・ デザイン まで の 幅広 い 分野 に お い て 、 ものづくり を 基盤 と し た 「 実学 」 を 目指 し た 個性 あ る 教育 研究 を 行 っ て い る 。 また 、 芸術 系 の 学科 を 持 つ 工科 大学 と し て 、 有機 的 な 教育 カリキュラム に よ る 『 科学 と 芸術 の 融合 』 を 掲げ 、 感性 豊か な 国際 的 工科 大学 を 目指 す 。 沿革 1899 年 京都 蚕業 講習 所 開設 190 2 年 京都 高等 工芸 学校 設立 1914 年 京都 高等 蚕業 学校 設立 1931 年 京都 高等 蚕業 学校 を 京都 高等 蚕糸 学校 と 改称 1944 年 京都 高等 工芸 学校 を 京都 工業 専門 学校 と 改称 、 京都 高等 蚕糸 学校 を 京都 繊維 専門 学校 と 改称 1949 年 京都 工業 専門 学校 ・ 京都 繊維 専門 学校 を 母体 と し て 新制 大学 京都 工芸 繊維 大学 発足 、 工芸 学 部 ・ 繊維 学 部 設置 1951 年 京都 工芸 繊維 大学 工業 短期 大学 部 併設 1992 年 京都 工芸 繊維 大学 工業 短期 大学 部 廃止 2004 年 国立 大学 法人 法 に よ り 、 国立 大学 法人 へ 移行 2006 年 工芸 学 部 と 繊維 学 部 を 統合 し 工芸 科学 部 設置 工芸 科学 部 生命 物質 科学 域 応用 生物 学 課程 生体 分子 工学 課程 高 分子 機能 工学 課程 物質 工学 課程 設計 工学 域 電子 システム 工学 課程 情報 工学 課程 機械 システム 工学 課程 デザイン 経営 工学 課程 造形 科学 域 造形 工学 課程 先端 科学 技術 課程 ( 夜間 主 ) 工芸 学 部 電子 情報 工学 科 物質 工学 科 機械 システム 工学 科 造形 工学 科 繊維 学 部 応用 生物 学 科 高 分子 学科 デザイン 経営 工学 科 工芸 科学 研究 科 博士 前期 課程 機械 システム 工学 専攻 電子 情報 工学 専攻 物質 工学 専攻 造形 工学 専攻 デザイン 科学 専攻 建築 設計 学 専攻 応用 生物 学 専攻 生体 分子 工学 専攻 高 分子 機能 工学 専攻 デザイン 経営 工学 専攻 博士 後期 課程 機能 科学 専攻 材料 科学 専攻 情報 ・ 生産 科学 専攻 博士 前期 ・ 後期 課程 先端 ファイブロ 科学 専攻 教育 及び 研究 採択 さ れ て い る プログラム 特色 あ る 大学 教育 支援 プログラム 新た な 工学 的 感性 を 養 う 教育 プログラム― 表現 行為 の 実践 と 人文 的 教養 を 基礎 と し て ― 現代 的 教育 ニーズ 取組 支援 プログラム 京都 ブランド に よ る 人材 育成 と 地域 創成 ―産 学 官 連携 に よ る 地域 ブランド 教育 プログラム の 展開 と 市民 啓発 ― 創造 性 豊か な 国際 的 工科 系 専門 技術 者 の 育成 ― 伝統 から イノベーション へ ・ ローカル から グローバル へ― 学生 数 総数 4393 名 大学 生 3317 名 ( うち 女子 759 名 ) 大学 院 生 1076 名 ( うち 女子 382 名 ) 学生 と 教員 の 共同 プロジェクト と は 、 学外 で 開催 さ れ る 物づくり に 関連 する イベント や 大会 に 向け て の 学生 と 教員 の 取り組み を 、 大学 が 財政 面 で 支援 する 活動 の こと で あ る 。 活動 は 2006 年度 より 始ま っ た 。 ROBO CON 挑戦 プロジェクト ( ) 2006 年 4 月 に 澤田 祐一 准 教授 の 呼びかけ で 学生 と 教員 の 共同 プロジェクト と し て 開始 さ れ る 。 2007 年 6 月 に 東京 で 行 わ れ た NHK 大学 ロボコン 2007 年 に 初 出場 し た 。 予選 リーグ で は 初戦 の 千葉 大学 戦 を 1 対 0 で 初 勝利 し 、 続 く 神奈川 工科 大学 戦 も 1 対 0 で 勝利 を 、 予選 順位 7 位 で 決勝 トーナメント に 進出 する 。 決勝 トーナメント で は 優勝 し た 金沢 工業 大学 に 30 対 0 で 敗れ た 。 学生 フォーミュラ プロジェクト ( ) 2005 年 秋 、 グランデルフィーノ は 学生 フォーミュラ 製作 チーム と し て 自動 車 部 の メンバー に よ り 同志 を 募 り 創立 し 、 本学 初 の 「 学生 と 教員 の 共同 プロジェクト 」 と し て 動 き 始め る 。 2007 年 夏 、 全 日本 学生 フォーミュラ 大会 に 参戦 。 28 チーム が 完走 し た エンデュランス の 完走 を 果た す 。 順位 は 全 61 チーム 中 52 位 。 チーム 名 で あ る Gr andelfino と は 、 イタリア 語 の イルカ と 、 大きな 、 壮大 な 、 と い う グランド を 掛け合わせ て 作 っ た 造語 。 注 : この プロジェクト の 実態 は 、 多く の 学生 に は 知 ら れ て い な い の が 現状 で あ る 。 松ヶ崎 祭 例年 11 月 の 第 三 週 金曜 日 ~ 日曜 日 に かけ て の 三 日間 で 行 わ れ る 。 前後日 も 準備 ・ 後 片付け の ため 休校 と な る 。 大学 関係 者 と 組織 大学 関係 者 一覧 京都 工芸 繊維 大学 の 人物 一覧 備考 信州 大学 と 東京 農工 大学 と あわせ て 伝統 あ る 三 繊維 大学 と 呼 ば れ て い る 。 かつて ノーベル 賞 受賞 者 の 福井 謙一 が 学長 を 務め た こと が あ る 。 平成 19 年度 の 一 級 建築 士 の 合格 者 人数 が 国立 大学 中 1 位 で あ る 。 ( 私学 を 入れ る と 3 位 ) 五 山 送り火 で 知 ら れ る 「 妙 」 「 法 」 が 学内 から 間近 に 見 られ る 。 +旧 制 第 三 高等 学校 ( きゅう せい だい さん こう とう がっこう ) は 、 現在 の 京都 大学 の 前身 の 一 つ と な っ た 旧 制 高等 学校 で あ る 。 略称 は 「 三 高 」 。 初代 校長 は 折田彦市 。 1869 年 ( 明治 2 年 ) 、 大阪 に 舎密 局 ( せいみ きょく ) 設置 。 名称 変更 ラッシュ 。 1870 年 ( 明治 3 年 ) 、 化学 所 → 理学 所 → 開成 所 → 1872 年 ( 明治 5 年 ) 、 第 四 大学 区 第 一 番 中学 ※ → 1873 年 ( 明治 6 年 ) 、 第 三 大学 区 第 一 番 中学 → 開明 学校 → 1874 年 ( 明治 7 年 ) 、 大阪 外国 語 学校 → 大阪 英語 学校 。 さらに 1879 年 ( 明治 12 年 ) 、 大阪 専門 学校 。 1880 年 ( 明治 13 年 ) 大阪 中 学校 。 1885 年 ( 明治 18 年 ) 、 大学 分校 を 経 て 、 1886 年 ( 明治 19 年 ) 第 三 高等 中 学校 設置 。 1887 年 ( 明治 20 年 ) 、 岡山 県 立 医学 校 を 第 三 高等 中 学校 医学 部 ( 岡山 市 栄町 ) と し た 。 本科 ( 大学 進学 へ の 予備 教育 ) 発足 。 1889 年 ( 明治 22 年 ) 、 第 三 高等 中 学校 を 大阪 市 東 区 ( 大阪 市 ) ( 現 中央 区 ( 大阪 市 ) ) から 京都 市 上京 区 ( 現 左京 区 ) に 移転 。 既存 の 医学 部 に 加え て 法学 部 の 設置 。 1893 年 ( 明治 27 年 ) 、 第 三 高等 中 学校 を 第 三 高等 学校 に 昇格 。 本科 ( 大学 進学 へ の 予備 教育 ) 、 予科 の 廃止 。 工学 部 の 設置 。 京都 帝国 大学 の 設立 ( 1897 年 ) に 先立 ち 、 大学 予科 の 設置 ( 大学 進学 へ の 予備 教育 の 復活 ) 。 法学 部 と 工学 部 の 廃止 ( 1901 年 正式 に 発令 ) 。 医学 部 は 岡山 大学 へ ( 1901 年 ) 。 1949 年 ( 昭和 24 年 ) 、 旧 制 京都 大学 ( 昭和 22 年 まで 京都 帝国 大学 ) 、 京都 大学 附属 医学 専門 部 と とも に 新制 京都 大学 に 包括 さ れ 、 一般 教養 を 担当 する 分校 へ 。 1950 年 ( 昭和 25 年 ) 、 第 三 高等 学校 と し て の 最後 の 卒業 生 を 送り出 し 、 正式 に 廃止 さ れ る 。 1954 年 ( 昭和 29 年 ) 、 分校 は 教養 部 に 改称 。 1991 年 ( 平成 3 年 ) 、 教養 部 改革 の 流れ で 独立 大学 院 人間 ・ 環境 学 研究 科 設置 。 1992 年 ( 平成 4 年 ) 、 教養 部 を 改組 し 総合 人間 学 部 設置 。 教養 部 は 廃止 。 2003 年 ( 平成 15 年 ) 、 総合 人間 学部 と 人間 ・ 環境 学 研究 科 が 統合 。 ※ 学制 を 参照 +学校 法人 同志社 ( がっこう ほう じんどう し しゃ 、 英字 表記 The Dos hisha ) は 、 同志社 大学 や 同志社 女子 大学 が 属 する 学校 法人 。 同志社 は 1875 年 、 新島 襄 に よ っ て 創立 さ れ た キリスト 教 プロテスタント ( 会衆 派 ) に 基づ く キリスト 教 主義 の 学校 で 、 大学 から 幼稚 園 まで 「 同志 社 」 の 名 を 冠 する 9 つ の 教育 機関 を 有 する 総合 学園 で あ る ( 2005 年 4 月 現在 ) 。 2004 年 4 月 現在 で おおよそ 36000 人 が 同志 社 で 学 ん で い る 。 現在 、 学校 法人 同志社 は 、 株式 会社 格付 投資 情報 センター ( R & I ) から 、 < AA + > を 取得 し て い る 。 < AA + > は 、 21 段階 あ る 格付け の 上 から 2 番 目 。 学校 法人 早稲田 大学 、 学校 法人 慶應 義塾 と 並 ん で 、 学校 法人 と し て は トップ で あ る 。 同志社 の 建学 精神 は キリスト 教 精神 に 基づ く 「 良心 」 で あ る 。 新島 襄 は 建学 の 目的 と し て 、 「 良心 を 手腕 に 運用 する 人物 」 の 育成 を 掲げ た 。 知識 教育 に 偏 る こと の な いよう 、 キリスト 教 に 基づ く 「 徳育 」 を 並行 し て 進め る こと で 、 「 良心 の 全身 に 充満 」 し た 人々 を 輩出 し た い と 願 っ た の で あ る 。 その 思い を 彼 の 筆跡 の まま 刻 ん だ 碑 が 、 同志社 大学 など の 諸 学校 に 存在 する 。 この 良心 碑 に は 、 「 良心 之 全身 ニ充満 シタル 丈夫 ノ 起 リ来 ラン 事 ヲ 」 と い う 言葉 が 刻 ま れ て い る 。 また 、 この 「 良心 」 教育 を 具体 的 に 実現 する ため の 教育 理念 と し て 、 「 キリスト 教 主義 」 「 自由 主義 」 「 国際 主義 」 が 掲げ られ 、 これ ら を 通 じ て 「 一 国 の 良心 」 た る 人物 を 輩出 する こと を 目指 し て い る 。 キリスト 教 プロテスタント 系 の 学校 法人 で 、 会衆 派 教会 ( 組合 教会 ) の 流れ を く む 。 しかし 、 いわゆる ミッション 系 大学 と は 性質 が 異な り 、 キリスト 教 伝道 を 主 た る 目的 と し な い ( 教育 その もの を 伝道 の 手段 と し な い ) 。 1875 年 、 明治 六 大 教育 家 の 一人 で あ る 新島 襄 に よ り 設立 さ れ た 同志 社 英 学校 を 前身 と する 学校 法人 。 1875 年 新島 襄 が 京都 寺町 通 丸太町 に 同志 社 英 学校 を 開校 する 。 教員 2人 、 生徒 8 人 。 1876 年 寺町 から 今出川 に 移 る 。 1877 年 4 月 に 同志 社 分校 女 紅場 を 開設 し 、 9 月 に 同志 社 女 学校 へ 改称 。 1883 年 同志 社 社則 を 制定 1887 年 同志 社 病院 ・ 京都 看病 婦 学校 の 開院 。 1888 年 「 同志 社 大学 設立 の 旨意 」 を 全国 の 主要 な 新聞 ・ 雑誌 に て 発表 。 1890 年 同志社 ハリス 理化 学校 開校 。 1891 年 同志 社 政 法 学校 開校 。 1896 年 普通 学校 を 同志 社 高等 普通 学校 と 改称 。 同志 社 尋常 中 学校 を 開設 。 1897 年 M . F . デントン が 出町 幼稚 園 を 開園 190 0 年 出町 幼稚 園 を 今出川 幼稚 園 へ 改称 190 4 年 専門 学校 令 に よ る 神 学校 と 専門 学校 を 開校 。 同志 社 政 法 学校 廃校 。 190 6 年 同志 社 病院 ・ 京都 看病 婦 学校 閉館 。 同志社 ハリス 理 科 学校 廃校 。 1912 年 専門 学校 令 に よ る 同志 社 大学 ( 予科 、 神学 部 、 政治 経済 学 部 、 英文科 ) と 女 学校 専門 学 部 ( 英文科 、 家政 科 ) を 開校 1920 年 大学 令 に よ る 同志 社 大学 を 開校 。 1922 年 専門 学校 令 に よ る 大学 を 専門 学校 と し て 再編 成 1943 年 中 学校 令 に よ る 中 学校 開校 。 1944 年 工業 専門 学校 開校 。 1947 年 今出川 幼稚 園 を 同志 社 幼稚 園 と 改称 。 1948 年 新 制 大学 、 新制 高等 学校 、 新 制定 時 制 商業 高等 学校 、 新制 女子 高等 学校 を 設置 1951 年 香里 学園 を 合併 し 、 同志 社 香里 中 学校 ・ 高等 学校 を 開校 。 1976 年 同志社 商業 高等 学校 廃校 。 1980 年 同志 社 国際 中 学校 ・ 高等 学校 開校 。 1986 年 田辺 校地 ( 現在 の 京田 辺 校 地 ) 開校 1988 年 同志 社 国際 中 学校 ・ 高等 学校 開校 。 2006 年 同志 社 小 学校 開校 。 学校 法人 同志 社内 の 諸 学校 及び その 関係 校 大学 同志社 大学 ( 今出川 校地 、 室町 校地 、 新町 校地 、 京田 辺 校 地 、 学研 都市 キャンパス ) 同志社 女子 大学 ( 今出川 校地 、 京田 辺 校地 ) 高等 学校 同志 社 高等 学校 中高 一貫 校 同志社 女子 中 学校 ・ 高等 学校 同志 社 香里 中 学校 ・ 高等 学校 同志 社 国際 中 学校 ・ 高等 学校 中 学校 同志社 中 学校 小 学校 同志 社 小 学校 ( 大学 付属 ) 幼稚 園 同志社 幼稚 園 その 他 ( 系列 校 で は 無 い が 関係 校 と し て ) 新島 学園 中 学校 ・ 高等 学校 新島 学園 短期 大学 同志 社 英 学校 同志社 ハリス 理化 学校 同志 社 政 法 学校 同志 社 尋常 中 学校 同志社 大学 短期 大学 部 同志社 女子 大学 短期 大学 部 同志社 商業 高等 学校 同志 社 国際 小 学校 同志 社 びわ こ リトリート センター 同志社 創立 125 周年 を 記念 し て 「 キリスト 教 主義 教育 ・ 国際 交流 」 を 目的 に 作 ら れ た 施設 。 宿泊 施設 や 各種 運動 設備 が あ り 、 学校 法人 同志社 の 関係 者 や 、 学生 が 、 ゼミ や サークル 活動 に お い て 利用 でき る 。 新島 会館 創設 者 新島 襄 が 住 ん だ 家 の 庭内 に ある 会館 。 本館 と 別館 が あ り 、 同窓 会 など に 利用 さ れ て い る 。 社会 と の 関わり 同志社 に は 以下 の 文化 財 が 存在 し て い る 。 同志社 に 存在 する 日本 国 政府 に 指定 さ れ た 重要 文化 財 に は 以下 の もの が あ る 。 建築 物 同志 社 礼拝 堂 ( 同志 社 大学 今出川 校地 ) 番号 157 5 種別 1 学校 建築 指定 年 月 日 1963 年 7 月 1日 年代 明治 19 年 構造 形式 煉 瓦造 、 建築 面積 316 . 0 ㎡ 、 一 階 建 、 一部 中 二 階 及び 地下 室 付 、 鉄板 葺 D . C . グリーン が 設計 し 、 1886 年 に 竣工 。 アメリカン ・ ゴシック 調 の 鉄板 葺 き 煉瓦 造り 。 アメリカン ・ ボード の 寄付 に よ っ て 建築 。 日本 に おけ る プロテスタント 派 の 煉瓦 造り の 礼拝 堂 と し て は 現存 する 最古 の もの 。 施工 は 有終館 も 請け負 っ た 三上 吉兵衛 。 ステンド グラス が 美し く 、 徳冨 蘆花 の 小説 、 黒 い 眼 と 茶色 の 目 の 中 で 「 五色 の 光線 」 が 降 る と 形容 さ れ た 。 1963 年 に 国 の 重要 文化 財 に 指定 さ れ 、 1987 年 から 1990 年 まで 半解体 修理 工事 が 行 わ れ た 。 現在 も 礼拝 堂 と し て 使用 さ れ て お り 、 毎週 礼拝 も 行 わ れ て い る 。 また 、 週末 に は 同志 社 関係 者 に 限 り 結婚 式 を 挙げ る こと も でき る 。 同志 社 の 礼拝 堂 と し て は 2 代 目 ( 初代 は 木造 ) 。 彰栄館 ( 同志 社 中 学校 ) D . C . グリーン が 設計 し 、 1884 年 に 竣工 。 アメリカン ・ ゴシック 調 の 瓦葺 き の 煉瓦 造り 。 アメリカン ・ ボード の 寄付 に よ っ て 建築 。 京都 市 内 に 現存 する 煉瓦 建築 の 中 で は 最古 の もの 。 有終館 ( 同志 社 大学 今出川 校地 ) 番号 157 5 種別 1 学校 建築 指定 年 月 日 1979 年 5 月 21 日 年代 明治 20 年 構造 形式 煉 瓦造 、 建築 面積 352 . 3 ㎡ 、 二 階 建 、 地下 一 階 、 桟瓦 葺 ( 内装 を 除 く ) 1887 年 に 、 書籍 館 と し て 竣工 。 竣工 し た 当時 は 日本 最大 の 学校 図書 館 建築 物 で あ っ た 。 設計 は D . C . グリーン 。 施工 は 三上 吉兵衛 。 初代 大学 図書 館 。 1928 年 昭和 天皇 が 即位 式 で 在京 の 折 、 この 有終 館 が 出火 し た 。 即位 式典 の 場所 で あ る 御所 は 、 同志 社 今出川 校地 の 隣り な の で 、 大学 当局 は 即位 式 の 間 、 全学 あげ て 構内 の 警備 を し て い た 。 ところ が その 詰所 に し て い た 部屋 の 木製 の 大火鉢 が 加熱 し て 出火 し て しま っ た の で あ る 。 これ に よ り 当時 の 海老名 弾正 総長 および 理事 、 監事 は 引責 辞職 。 同志社 は 国賊 で あ る か の よう に 罵 ら れ た と い う 。 燃え 残 っ た 有終 館 の 駆体 は 撤去 の 予定 で あ っ た が 、 当時 隣 の 同志 社 女 学校 の 建築 を 手がけ て い た 武田 五一 が 修理 ・ 保存 を 勧告 、 結局 外壁 の 内部 に 15 cm の 鉄筋 コンクリート の 壁 を 作 る 方法 で 保存 し た 。 ハリス 理 化学 館 ( 同志 社 大学 今出川 校地 ) 番号 157 5 種別 1 学校 建築 指定 年 月 日 1979 年 5 月 21 日 年代 明治 23 年 構造 形式 煉 瓦造 、 建築 面積 5 8 7 . 0 ㎡ 、 東北 隅 実験 室付 、 桟瓦 葺 ( 階段 以外 の 内装 を 除 く ) アメリカ 合衆 国 コネティカット 州 ニューロンドン ( コネチカット 州 ) の JONATHANN . HARRIS の 寄付 に よ っ て 建設 さ れ た 。 設計 者 は 英国 王立 建築 家 協会 員 の ALEXN . HANSELL 。 1890 年 の 竣工 で 、 イギリス 積み の 煉瓦 建築 。 1979 年 5 月 21 日 に 重要 文化 財 に 指定 さ れ た 。 クラーク 記念 館 ( 同志 社 大学 今出川 校地 ) 番号 157 5 種別 1 学校 建築 指定 年 月 日 1979 年 5 月 21 日 年代 明治 27 年 構造 形式 煉 瓦造 、 建築 面積 3 89 . 4 ㎡ 、 桟瓦 葺 、 西南 隅 塔屋 付 、 銅板 葺 附 指定 建築 仕様 書 等 1 冊 、 建築 設計 図 1 巻 幼く し て この世 を 去 っ た 息子 の ため に と B . W . クラーク 夫妻 より 寄付 さ れ た 資金 で 建設 さ れ た 。 ドイツ の ネオ ・ ゴシック を 基調 と する 建築 物 で 、 「 印象 的 な 尖塔 は 同志社 大学 の シンボル 的 存在 」 と 同志 社 大学 関係 者 は 考え て い る 。 1894 年 の 開館 当時 は クラーク 神学 館 と 呼 ば れ 、 神学 教育 ・ 研究 の 中心 と し て 使用 さ れ た 。 1979 年 5 月 に 「 設計 図 」 、 「 新築 仕様 書 」 と とも に 重要 文化 財 に 指定 さ れ た 。 2003 年 1 月 から 2007 年 12 月 まで 改修 工事 中 。 2006 年 年度 に 行 わ れ た 同志 社 EVE に お い て 、 補修 工事 に 使 わ れ た 10 0 年 は 持 つ と い わ れ て い る 梁 に 寄せ 書き を 行 う イベント も 開催 さ れ た 。 建築 物 アーモスト 館 ( 同志 社 大学 今出川 校地 ) 登録 番号 26 - 0 200 構造 鉄筋 コンクリート 造 地上 3 階 地下 1 階 建 、 スレート 葺 、 建築 面積 343 ㎡ 年代 明治 7 年 所在 地 京都 府 京都 市 上京 区 今出川 通烏丸 東入 相国 寺 門 前 町 632 原簿 記載 年 月 日 2005 年 11 月 10 日 官 報告 示 年 月 日 2005 年 12 月 5 日 1931 年 11 月 29 日定礎 。 1932 年 3 月 20 日 竣工 。 ニューイングランド ・ ジョージア 様式 で 、 左右 対称 の 概観 が 特徴 。 2005 年 6 月 27 日 に 登録 有形 文化 財 ( 建造 物 ) に 指定 。 学生 寮 ( アーモスト 寮 ) と し て 使用 さ れ て い る が 、 現在 は 改修 工事 中 。 同志社 啓明 館 西館 ( 同志 社 大学 今出川 校地 ) 登録 番号 26 - 0 2 5 7 構造 煉瓦 及び 鉄筋 コンクリート 造 4 階 建 、 スレート 葺 、 建築 面積 153 ㎡ 、 渡廊 下付 年代 大正 4 年 所在 地 京都 府 京都 市 上京 区 今出川 通烏丸 東入玄武 町 60 2 - 1 原簿 記載 年 月 日 2007 年 7 月 31 日 官 報告 示 年 月 日 2007 年 8 月 13 日 1915 年 同志社 大学 図書 館 ( 2 代 目 大学 図書 館 ) と し て 竣工 。 設計 は ウィリアム ・ メレル ・ ヴォーリズ 。 1973 年 12 月 に 現在 の 同志 社 大学 今出川 図書 館 ( 3 代 目 大学 図書 館 ) の 竣工 に よ り 、 「 啓明 館 」 と 改称 する 。 2007 年 7 月 31 日 に 登録 さ れ た 。 同志社 啓明 館 本館 ( 同志 社 大学 今出川 校地 ) 登録 番号 26 - 0 2 56 構造 煉瓦 及び 鉄筋 コンクリート 造 5 階 建 、 スレート 葺 、 建築 面積 406 ㎡ 年代 大正 9 年 所在 地 京都 府 京都 市 上京 区 今出川 通烏丸 東入玄武 町 60 2 - 1 原簿 記載 年 月 日 2007 年 7 月 31 日 官 報告 示 年 月 日 2007 年 8 月 13 日 1920 年 同志社 大学 図書 館 ( 2 代 目 大学 図書 館 ) と し て 竣工 。 設計 は ウィリアム ・ メレル ・ ヴォーリズ 。 1973 年 12 月 に 現在 の 同志 社 大学 今出川 図書 館 ( 3 代 目 大学 図書 館 ) の 竣工 に よ り 、 「 啓明 館 」 と 改称 する 。 2007 年 7 月 31 日 に 登録 さ れ た 。 同志社 フレンド ピース ハウス ( 旧 同志 社 大学 布哇 寮 ) 同志社 女子 大学 ジェームズ 館 ( 同志社 女子 大学 今出川 校地 ) 同志社 女子 大学 栄光 館 ( 同志社 女子 大学 今出川 校地 ) 薩摩 藩 邸跡 ( 同志 社 大学 今出川 校地 ) 同志社 大学 今出川 校地 の 敷地 一帯 は 幕末 の 薩摩 藩 邸が お か れ て い た 。 1862 年 に 京都 市 中京 区 から 移転 し 、 倒幕 運動 の 拠点 と な っ た 。 近衛 殿 跡 ( 同志 社 大学 新町 校地 ) 同志社 大学 新町 校地 の 臨光 館 一帯 は 摂家 の 一 つ で 公家 の 近衛 家 の 邸宅 が あ っ た 。 現在 も 臨光 館 の 地下 に 保存 さ れ て い る 。 石敷き 遺構 ( 同志 社 大学 室町 校地 ) 2002 年 の 同志 社 大学 室町 校地 寒 梅 館 の 建設 に 伴 う 発掘 調査 に て 発見 さ れ た 。 石敷き の 中 から 16 世紀 中頃 の 土器 が 出土 し た 。 洛中 洛外 図 に よ り 、 寒梅 館 周辺 は 第 12 代将軍 足利 義晴 が 再築 し た 室町 殿 の あ っ た 場所 と 推定 さ れ る 。 出土 し た もの と 、 洛中 洛外 図 が 一致 する ため 、 この 石敷き は 室町 殿 の 北東 隅 の 社 と その 南 の 築地 基礎 と 推定 さ れ る 。 現在 は 寒梅 館 に て 一部 発掘 し た まま の 状態 を 見 る こと が でき る よう に な っ て い る 。 恐竜 の 足跡 ( 同志 社 大学 今出川 校地 ) アーモスト 館 と ゲスト ハウス の 渡り 廊下 に 恐竜 の 足跡 が あ る 。 この 足跡 は 、 アメリカ 合衆 国 の ニューイングランド 、 コネチカット 州 の 渓谷 から 出 た もの で 「 時 の 砂 に 押し残 さ れ た 足跡 」 と 記 さ れ て い る 。 有史 前 の 足跡 は 「 新 世界 」 から アジア の 「 旧 世界 」 へ と 同志 社 と アーモスト 、 アメリカ 合衆 国 と 日本 の 長 い 絆 を 想起 さ せ る もの と し て 贈 ら れ て き た もの で あ る 。 +1949 年 に 、 それ まで の 旧 制 専門 学校 を 母体 に 設置 さ れ た プロテスタント 系 の 女子 大学 で 、 4 学 部 10 学科 を 有 する 。 キャンパス は 、 京都 郊外 に 広大 な 敷地 を 持 つ 京田辺 市 キャンパス と 、 京都 市 の 中心 部 に 位置 する 今出川 キャンパス の 2 ヶ所 あ る 。 1942 年 2 月 17 日 制定 の 『 同志社 女子 大学 学則 』 で は 、 「 キリスト 教 主義 」 を 基本 に 、 「 国際 主義 」 、 「 リベラル ・ アーツ 」 を 教育 理念 と し て 定め て い る 。 リベラル ・ アーツ を 教育 の 柱 に 据え て お り 、 大学 の 英称 も 「 Dos hishaWomens College of Liberal Arts 」 と し た 。 研究 分野 で は 、 日本 古来 の 文化 で あ る 和歌 の 研究 に 力 を 入れ て お り 、 女子 大学 と し て は 、 この 分野 で 最も 有名 で あ る 。 新島 襄 に よ っ て 1876 年 ( 明治 9 年 ) に 京都 御苑 内 の 元 公家 屋敷 ( 大正 天皇 の 生母 の 実家 の 柳原 家 ) で 、 当時 は 同志 社 教師 デーヴィス 氏 が 住 ん で い た 邸内 に 設立 さ れ た 同志社 女子 部 ( 後 の 同志 社 女 学校 ) を 前身 と する 。 新島 は 女子 教育 の 重要 性 を 当時 より 認識 し て お り 、 これ が 女子 大 設立 の 理由 と な っ た ( 当時 の 同志 社 大学 は 男子 学生 のみ を 対象 と し て い た ) 。 1876 年 - 同志社 女子 塾 を 設立 。 1877 年 - 女子 塾 を 母体 に 同志 社 分校 女 紅場 を 開設 。 同年 9 月 に 同志 社 女 学校 に 改称 。 1930 年 - 同志社 女子 専門 学校 を 設立 。 1949 年 - 女子 専門 学校 を 廃止 し 、 同志社 女子 大学 学芸 学 部 ( 英 文学 専攻 ・ 音楽 専攻 ・ 食物 学 専攻 ) を 設立 。 1967 年 - 家政 学 部 家政 学科 ・ 食物 学 科 設置 。 1986 年 - 田辺 キャンパス ( 現 ・ 京田辺 キャンパス ) を 開設 。 1986 年 - 同志社 女子 大学 短期 大学 部 ( 英米 語科 ・ 日本 語 日本 文学 科 ) を 設立 。 1989 年 - 学芸 学 部 日本 語 日本 文学 科 開設 。 2000 年 - 現代 社会 学 部 社会 システム 学科 開設 。 2002 年 - 学芸 学 部 情報 メディア 学科 開設 。 2003 年 - 短期 大学 部 を 廃止 。 2004 年 - 現代 社会 学 部 現代 こども 学科 開設 。 2005 年 - 薬学 部 医療 薬学科 開設 。 2007 年 - 学芸 学 部 国際 教養 学 科 開設 。 2009 年 - 表象 文化 学 部 日本 語 日本 文学 科 ・ 英語 英 文学 科 開設 予定 ( 設置 計画 中 ) 。 今出川 キャンパス ( 京都 市 上京 区 今出川 通寺 町 西入 ) 京田辺 キャンパス ( 京都 府 京田辺 市 興戸 ) 徽章 徽章 は 、 同志 社 の 徽章 で あ る 正 三 角 形 を 3 つ 寄せ た もの の 下 に 、 「 DWCLA 」 ( 「 Dos hishaWomens College of Liberal Arts 」 の 略 ) の 文字 を 入れ た マーク で あ る 。 スクール カラー 紫 ( 古代 紫 と 江戸 紫 の 中間 色 ) と 白 の 2 色 。 創立 者 新島 襄 の 母校 、 アマースト 大学 の スクール カラー と 同色 。 校歌 江森 國友 作詞 、 原嘉 壽子 作曲 。 学芸 学 部 日本 語 日本 文学 科 ( 2009 年 、 表象 文化 学 部 日本 語 日本 文学 科 に 改組 予定 〈 計画 中 〉 ) 英語 英 文学 科 ( 2009 年 、 表象 文化 学 部 英語 英 文学科 に 改組 予定 〈 計画 中 〉 ) 音楽 学 科 演奏 専攻 音楽 文化 専攻 情報 メディア 学科 国際 教養 学 科 現代 社会 学 部 社会 システム 学科 現代 こども 学科 生活 科学 部 人間 生活 学科 食物 栄養 科学 科 食物 科学 専攻 管理 栄養 士 専攻 薬学 部 医療 薬学科 文学 研究 科 英語 英 文学 専攻 日本 語 日本 文化 専攻 情報 文化 専攻 生活 科学 研究 科 食物 栄養 科学 専攻 生活 デザイン 専攻 国際 社会 システム 研究 科 国際 社会 システム 専攻 同志社 女子 大学 図書 館 学術 研究 推進 センター 教育 開発 推進 センター 21 世紀 COE プログラム および 私立 大学 学術 研究 高度 化 推進 事業 の 採択 は な い 。 大学 祭 は 同志社 大学 と 同様 に 、 同志 社 英 学校 の 創立 記念 日 で あ る 11 月 29 日 を 前 に 3 日間 の 前夜 祭 「 同志 社 EVE 」 が 今出川 キャンパス で 開 か れ る 。 かつて は 同志 社 全 学校 で EVE を 開催 し て き た が 、 1950 年 代 頃 より 独自 の EVE を 開催 する よう に な り 、 1962 年 から 正式 の 大学 祭 と し て 位置 づけ られ る よう に な っ た 。 同志社 女子 大学 に は 、 卒業 生 全員 が 加入 し て い る 同志社 女子 大学 同窓 会 「 Vine ( ヴァイン ) の 会 」 が あ る 。 Vine と は 、 英語 で 「 蔓 」 や 「 葡萄 の 蔓 」 を 意味 し 、 大学 と 卒業 生 を 結 ぶ 「 蔓 」 と な る こと を 希望 し て 名付け られ た 。 使用 学部 : 現代 社会 学部 ・ 学芸 学 部 ・ 薬学 部 使用 研究 科 : 大学 院 文学 研究 科 ・ 国際 社会 システム 研究 科 使用 附属 施設 : 京田 辺 図書 館 交通 アクセス : 片町 線 ( 学研 都市 線 ) ・ 同志 社前 駅 、 近畿 日本 鉄道 近鉄 京都 線 ・ 興戸 駅 1986 年 、 関西 文化 学術 研究 都市 の 一部 に 田辺 キャンパス と し て 開設 さ れ 、 1999 年 に 現名称 に 改称 さ れ た 。 同志社 大学 京田辺 キャンパス や 同志 社 国際 中 学校 ・ 高等 学校 に 隣接 し て お り 、 広大 な 敷地 を 有 し て い る 。 使用 学部 : 生活 科学 部 ・ 表象 文化 学 部 ( 2009 年度 設置 予定 〈 計画 中 〉 ) 使用 研究 科 : 大学 院 生活 科学 研究 科 使用 附属 施設 : 今出川 図書 館 交通 アクセス : 京都 市営 地下 鉄 烏丸 線 ・ 今出川 駅 、 京阪 電気 鉄道 京阪 鴨東線 ・ 出町 柳 駅 今出川 キャンパス は 、 五摂 家 の 一 つ で あ る 二条 家 の 跡地 で あ る 。 同志社 大学 今出川 キャンパス や 、 同志社 女子 中 学校 ・ 高等 学校 、 同志社 幼稚 園 、 相国 寺 に 隣接 し て い る 。 また 、 キャンパス 内 の 栄光 館 と ジェームズ 館 は 登録 有形 文化 財 に 登録 さ れ て い る 。 ジェームズ 館 は 武田 五一 の 設計 で 、 1914 年 に 建て られ た 。 京田辺 市 と の 協定 京田辺 市 の 地学 連携 事業 の 一環 と し て 、 同志社 大学 や 同志 社 国際 中 学校 ・ 高等 学校 と とも に 広範 な 分野 で の 連携 を 目的 と し た 協定 。 株式 会社 ANA 総合 研究 所 同志社 大学 2 回 生 以上 を 対象 に 実施 。 放送 大学 大学 コンソーシアム 京都 フェリス 女 学院 大学 日本 女子 大学 奈良 県 立 医科 大学 海外 協定 大学 Chatham College ( アメリカ 合衆 国 ) FairfieldUniversity ( アメリカ 合衆 国 ) MaryBald win College ( アメリカ 合衆 国 ) スミス 大学 ( アメリカ 合衆 国 ) SweetBriar College ( アメリカ 合衆 国 ) Wells College ( アメリカ 合衆 国 ) ラン キャスター 大学 ( イギリス ) ロイヤル ・ ホロウェイ ( イギリス ・ ロンドン 大学 ) ウォーリック 大学 ( イギリス ) ビクトリア 大学 ( カナダ ) ( カナダ ) ザール ラント 州 大学 ( ドイツ ) グリフィス 大学 ( オーストラリア ) 北京 大学 ( 中国 ) ソウル 女子 大 学校 ( 韓国 ) 大阪 信愛女 学院 高等 学校 梅花 高等 学校 聖母 学院 高等 学校 大阪 女 学院 高等 学校 同志社 女子 大学 に は 、 同じ 学校 法人 同志 社 傘下 の 学校 が 存在 する 。 大学 同志社 大学 高等 学校 同志 社 高等 学校 中高 一貫 校 同志社 女子 中 学校 ・ 高等 学校 同志 社 香里 中 学校 ・ 高等 学校 同志 社 国際 中 学校 ・ 高等 学校 中 学校 同志社 中 学校 小 学校 同志 社 小 学校 幼稚 園 同志社 幼稚 園 学校 法人 新島 学園 新島 学園 中 学校 ・ 高等 学校 新島 学園 短期 大学 社会 と の 関わり 文化 財 国 登録 有形 文化 財 建築 物 同志社 女子 大学 ジェームズ 館 同志社 女子 大学 栄光 館 同志社 女子 中 学校 ・ 高等 学校 等 は 附属 学校 で は な く 、 学校 法人 の 系列 学校 と し て 位置 づけ られ て い る ため 、 附属 学校 は 存在 し な い 。 +真宗 大谷 派 の 大学 で あ る 。 概要 1665 年 、 真宗 本 廟 の 寺内 に 設置 さ れ た 学寮 を 起源 と する 。 167 8 年 、 資材 の 寄進 を 得 て 東本 願 寺 の 別 邸 渉成 園内 に 移り 、 さらに 175 5 年 、 規模 を 拡大 し て 高倉 通魚 棚 ( 五条 下ル ) に 移転 、 以後 「 高倉 学寮 」 と 称 さ れ た 。 1868 年 、 仏教 以外 の 学問 を 研究 ・ 教育 する 護 法 場 を 付置 。 1896 年 、 真宗 大学 と 真宗 高倉 大学 寮 に 分化 し 、 1901 年 、 真宗 大学 が 東京 巣鴨 に 移転 ・ 開校 、 学監 ( 学長 ) に 清沢 満之 が 就任 し た 。 1911 年 、 再び 真宗 高倉 大学 寮 と 統合 さ れ 真宗 大谷 大学 と 改称 、 高倉 通魚 棚 の 地 に 戻 り 、 翌々 年 、 現在 地 に 移転 し た 。 1923 年 、 旧 制 大学 に 基づ き 、 仏教 研究 及び これ と 直接 の 関連 を 有 する 須要 な 学科 を 研究 ・ 教授 する 、 文学 部 のみ の 単科 大学 と し て 大谷 大学 が 開設 さ れ た 。 1949 年 、 新制 大学 と な る 。 開設 時 以来 、 文科 系 単科 大学 と し て の 規模 ・ 内容 を 堅持 し 、 建学 の 理念 と し て 、 各 専門 分野 の 綿密 な 研究 ・ 教授 を 通 じ た 、 自己 の 信念 確立 へ の 方向 性 と 深 い 教養 と を 持 っ た 人物 の 育成 を 掲げ る 。 鈴木 大拙 を はじめ 著名 な 学者 が 教授 と し て 在任 し た 。 また 、 曽我 量 深 、 金子 大栄 、 山口 益 等 の 、 近現代 を 代表 する 仏教 思想 家 ・ 仏教 学 者 を 輩出 し て い る 。 卒業 生 は 、 専門 分野 に おけ る 特性 を 反映 し 、 僧侶 ・ 教員 ・ 図書 館 司書 ・ 博物 館 学芸員 ・ 社会 福祉 ・ 出版 等々 、 幅広 い 分野 に お い て 活躍 し て い る 。 付置 の 図書 館 は 、 蔵書 数 74 万 冊 。 永年 に わた り 蓄積 さ れ た 内外 の 貴重 典籍 の 公開 、 各 専門 分野 の 学術 書 ・ 重要 図書 の 網羅 的 な 収集 ・ 公開 が 行な わ れ て お り 、 文科 系 単科 大学 と し て は 質量 とも に 国内 随一 を 誇 る 。 博物 館 に は 、 12 , 000 点 余り の 文化 財 が 収蔵 さ れ 、 随時 展観 さ れ て い る 。 収蔵 品 に は 、 『 三 教 指 帰 注 集 』 ( 空海 著 『 三 教 指帰 』 の 古 注釈 ) 、 『 春記 』 ( 平安 時代 の 貴族 藤原 資房 の 日記 ) 、 『 選択 本願念仏 集 』 ( 法然 著 ) 、 「 湯浅 景 基寄進状 」 ( 明恵 の 自筆 署名 あり ) など の 国 の 重要 文化 財 8 点 が 含 ま れ て い る 。 沿革 1665 年   学寮 、 東本願 寺 の 寺内 に 創設 167 8 年   学寮 、 東本願 寺 の 別 邸 渉成 園内 に 移転 175 5 年   学寮 、 高倉 通魚 棚 ( 五条 下ル ) に 移転 。 以後 、 「 高倉 学寮 」 と 称 さ れ る 1868 年   学寮 に 護 法 場 を 付置 1896 年   真宗 大学 と 真宗 高倉 大学 寮と に 分化 1897 年   真宗 大学 、 初代 学監 に 占部 観順 が 就任 1899 年   真宗 大学 、 私立 学校 令 に よ り 認可 。 関根 仁応 主幹 が 大学 代表 者 と し て 認可 1901 年   真宗 大学 、 東京 巣鴨 に 移転 開校 。 学監 ( 大学 代表 者 ) に 清沢 満之 就任 1 ) 190 4 年   真宗 大学 、 専門 学校 令 に よ り 認可 1911 年   真宗 大学 、 真宗 高倉 大学 寮 と 統合 さ れ 、 真宗 大谷 大学 と 改称 。 高倉 通魚 棚 の 地 に 戻 る 1913 年   現在 地 に 移転 1923 年   旧 制 大学 に よ る 大谷 大学 開設 ( 文学 部 ) 、 真宗 大谷 大学 を 専門 部 に 改組 1949 年   大谷 大学 ( 新制 ) 開設 ( 文学 部 仏教学 科 、 哲学 科 、 史 文学 科 ) 1950 年   短期 大学 部 開設 ( 仏教科 ) 1953 年   大学 院 修士 課程 開設 ( 文学 研究 科 ) 1955 年   大学 院 博士 課程 開設 ( 文学 研究 科 ) 1963 年   短期 大学 部 に 国文 科 増設 1965 年   文学 部 を 真宗 学 、 仏教学 、 哲学 、 社会 学 、 史学 、 文学 の 六 学 科 に 改組 196 6 年   短期 大学 部 に 幼児 教育 科 増設 1981 年   真宗 総合 研究 所 開設 1992 年   短期 大学 部 国 文科 を 文化 学科 に 改組 1993 年   文学 部 に 国際 文化 学 科 増設 2000 年   文学 部 に 人文 情報 学科 増設 2000 年   東京 巣鴨 ( 上池 袋 ) の 宮仲 公園 に 「 大谷 大学 開学 の 碑 」 ( 小川 一乗 学 長 揮亳 ) を 建立 2001 年   真宗 総合 学術 センター 響流 館 竣工 2003 年   博物 館 開館 1 ) 大谷 大学 は 真宗 大学 東京 移転 を 「 大学 近代 化 」 と し 、 清沢 満之 を 「 初代 学長 」 と する 。 学部 ・ 学科 文学 部 ( 専攻 でき る 分野 ) 真宗 学科 ( 真宗 学 ) 仏教学科 ( 仏教学 ) 哲学科 ( 西洋 哲学 ・ 倫理 学 ・ 宗教 学 ・ 教育 学 ) 社会 学科 ( 現代 社会 学 ・ 文化 人類 学 ・ 社会 福祉 学 ・ 臨床 心理 学 ) 史学科 ( 国史 学 ・ 日本 仏教史 学 ・ 東洋 史学 ・ 東洋 仏教史 学 ) 文学 科 ( 国 文学 ・ 中国 文学 ・ 英 文学 ・ ドイツ 文学 ) 国際 文化 学科 ( 国際 文化 学 ) 人文 情報 学科 ( 人文 情報 学 ) 大谷 大学 短期 大学 部 ( 設置 コース ) 仏教科 文化 学科 ( 文化 コース ・ 情報 コース ) 幼児 教育 保育 科 大学 院 文学 研究 科 修士 課程 ( 真宗 学 ・ 仏教学 ・ 哲学 ・ 社会 学 ・ 仏教 文化 ・ 国際 文化 ) 博士 後期 課程 ( 真宗 学 ・ 仏教学 ・ 哲学 ・ 社会 学 ・ 仏教 文化 ・ 国際 文化 ) 付置 機関 真宗 総合 研究 所 博物 館 附属 施設 大谷 幼稚 園 ( 宇治 市 木幡 御 蔵山 ) 系列 校 九州 大谷 短期 大学 ( 福岡 県 筑後 市 蔵数 ) 大谷 中 学校 ・ 高等 学校 _ ( 京都 ) ( 京都 市 東山 区 今 熊野 ) 施設 概要 本部 キャンパス ( 京都 市 北 区 小山 上 総 町 ) 博綜 館 [ 本部 棟 ] ( 学長 室 、 企画 室 、 会議 室 、 総務 部 、 入学 センター 、 人権 センター 、 学生 相談 室 、 保健 室 、 演習 室 、 教員 研究 室 ) 尋源 館 [ 登録 文化 財 〈 1913 年 竣工 〉 ・ 旧 本館 ] ( 同窓 会 、 校友 センター 、 尋源 講堂 、 教室 ) 響流 館 [ 真宗 総合 学術 センター ] ( 図書 館 、 グループ 閲覧 室 、 総合 研究 室 〈 文学 部 ・ 大学 院 〉 、 博物 館 、 博物 館 学 課程 実習 室 、 真宗 総合 研究 所 、 メディア ホール 、 マルチメディア 演習 室 、 教育 研究 支援 部 、 ギャラリー 、 書店 、 購買 部 ) 講堂 棟 ( 大講堂 、 大食堂 、 多 目的 ホール 、 談話 室 〈 和 ・ 洋 〉 、 ラウンジ 、 リハーサル 室 ) 至誠 館 ( 学生 支援 部 〈 学生 課 、 進路 就職 センター 〉 、 教務 部 、 教職 ・ 福祉 相談 室 ) 聞思 館 ( 教員 研究 室 ) 体育 館 ( アリーナ 、 トレーニン グ ルーム 、 練習 室 ) 1 号 館 ( 教室 、 情報 処理 教室 、 大谷 学会 ・ 学内 学会 事務 室 、 学生 談話 室 、 カフェ ・ テラス 「 ビッグ バレー 」 〈 喫茶 室 〉 ) 2 号 館 ( 短期 大学 部 〈 仏教科 ・ 文化 学科 ・ 幼児 教育 保育 科 〉 各 研究 室 、 音楽 ・ 図工 ・ 小児 保健 ・ 栄養 各 実習 室 、 教室 、 教員 研究 室 ) 3 号 館 [ 情報 処理 実習 棟 ] ( デジタル コンテンツ 制作 スタジオ 、 編集 室 、 デジタル データ 加工 室 、 演習 室 、 教室 ) 部室 棟 ( 各 クラブ ボックス ) 湖西 キャンパス ( 大津 市 雄琴 ) グラウンド ( 野球 場 、 サッカー 競技 場 、 陸上 競技 場 ) サブグラウンド テニス コート トレーニン グ ルーム セミナー ハウス ( 研修 室 、 練習 室 、 宿泊 室 〈 和 ・ 洋 〉 、 食堂 、 大 浴場 ) 学寮 貫練 学寮 男子 寮 ( 京都 市 北 区 大宮 薬師 山西町 ) 自灯 学寮 女子 寮 ( 京都 市 左京 区 松ヶ崎 御所ノ内 町 ) 年間 行事 4 月 入学 式 オリエンテーション 若葉 祭 ( 新入 生 歓迎 行事 ) 6 月 宗祖 親鸞 聖人 誕生 会 「 卒業 論文 」 ( 文学 部 ) 、 「 卒業 研究 」 ( 短大 ) 、 「 修士 論文 」 ( 大学 院 ) 題目 提出 7 月 前期 定期 試験 8 月 夏期 休暇 9 月 集中 講義 、 後期 授業 開始 10 月 開学 記念 日 「 卒業 研究 」 ( 短大 仏 教科 ・ 文化 学科 ) 提出 11 月 紫明 祭 ( 学園 祭 ) 指定 校 制 推薦 入学 公募 制 推薦 入試 A 方式 、 B 方式 大学 報恩 講 「 卒業 研究 」 ( 短大 幼児 教育 科 ) 提出 12 月 「 修士 論文 」 ( 大学 院 ) 提出 冬期 休暇 1 月 「 卒業 論文 」 ( 文学 部 ) 提出 大学 入試 センター 試験 利用 入試 後期 定期 試験 「 卒業 論文 」 口述 試問 2 月 一般 入試 第 1 期 3 月 一般 入試 第 2 期 卒業 証書 及び 学位 記 授与 式 +沿革 1872 年 京都 東山 の 山麓 、 粟田口 青連院 内 に 仮療 病院 を 開設 1880 年 現在 地 の 上京 区 河原町 通広小路 上 る 梶井 町 に 療 病院 を 移転 190 3 年 専門 医学 令 に よ る 京都 府 立 医学 専門 学校 と な る 1921 年 大学 令 に よ る 京都 府 立 医科 大学 を 設置 1952 年 学校 教育 法 に よ る 新制 京都 府 立 医科 大学 と な る 2002 年 医療 技術 短期 大学 部 を 医学 部 看護 学科 に 改組 2008 年 設置 者 を 京都 府 立 大学 と 共 に 京都 府 公立 大学 法人 に 移 す キャンパス 河原町 キャンパス ( 本部 、 医学 部 医学 科 専門 教育 ) 京都 市 上京 区 河原町 通広小路 上 る 梶井 町 465 広小路 キャンパス ( 医学 部 看護 学科 ) 京都 市 上京 区 清和 院口 寺町 東入中 御 霊町 410 ( 上京 区 広小路 通 河原町 西入 る ) 花園 キャンパス ( 医学 部 医学 科 教養 教育 ) 京都 市 北 区 ( 京都 市 ) 大将軍 西 鷹司 町 13 +大学 全体 1968 年 に 現在 の 所在 地 に 開設 さ れ た 、 京都 精華 短期 大学 を 前身 と する 4 年 制 大学 。 現在 は 、 芸術 学 部 ・ デザイン 学 部 ・ マンガ 学部 ・ 人文 学 部 、 ならび に 芸術 研究 科 ・ 人文 学 研究 科 の 4 学 部 ・ 2 研究 科 を 構え る 。 建学 の 精神 ( 校訓 ・ 理念 ・ 学是 ) 教育 理念 は 、 「 自由 自治 」 「 国際 主義 」 「 凝集 教育 」 「 人間 形成 」 。 これ ら の 理念 は 現在 に も 引き継 が れ 、 例えば 大学 主催 の 学園 祭 「 木野 祭 」 に 加え 、 学生 主催 の 学園 祭 「 五 月 祭 」 が 開催 さ れ る と い っ た かたち で 実践 さ れ て い る 。 また 、 大学 設置 当初 より 、 公式 な 校歌 ・ 校章 ・ 校門 の 類 を 制定 ・ 整備 し な い こと を 貫 い て い る 。 ( ただし 近年 は 、 セキュリティ 上 の 必要 性 から 校門 ならび に セキュリティゲート を 整備 し て い る 。 ) 日本 で 初めて の マンガ 学部 を 設置 し た 大学 と し て 知 ら れ て い る 。 とりわけ 2000 年 以降 、 文部 科学 省 の 「 」 と し て 学外 に 設置 さ れ た 「 」 内 に マンガ 文化 研究 所 を 、 また 京都 市 と 共同 運営 する かたち で 「 京都 国際 マンガ ミュージアム 」 を 開設 ・ 運営 する など 、 文化 ・ 表現 メディア と し て の マンガ の 研究 ・ 収集 ・ 保管 ・ 展示 に 力 を 入れ て い る 。 また 2004 年 に は 、 教育 活動 の 発展 と 向上 を 目的 に 、 学内 に 教育 推進 センター を 設置 し た 。 ここ で は 、 ISO 14001 認証 を 受け て い る キャンパス を 活用 し た 、 新し い 教育 システム の 研究 や 、 環境 マネジメント システム 構築 支援 活動 を 通 し て の 「 自立 し た 学習 者 」 の 育成 プログラム 、 その ほか 地元 ・ 京都 の 伝統 産業 や 地場 産業 と 連携 し た 教育 実践 プログラム など が 提供 さ れ て い る 。 なお 、 これ ら の 活動 は 、 複数 回 に わた っ て 文部 科学 省 の 大学 教育 改革 支援 事業 で あ る 「 特色 あ る 大学 教育 支援 プログラム 」 に 採択 さ れ て い る 。 沿革 略歴 1968 年 、 形骸 化 し た 学問 の 自由 と 大学 の 自治 の 回復 を 目的 と し て 、 故 ・ 岡本 清一 初代 学長 を 中心 に 、 現在 の 所在 地 に 京都 精華 短期 大学 を 開設 。 当初 は 、 英語 英文科 と 美術 科 のみ の 短期 大学 と し て の スタート で あ っ た 。 1979 年 、 美術 学 部 を 開設 。 同年 、 短期 大学 美術 科 を 廃止 。 10 年 後 の 1989 年 に は 人文 学 部 を 開設 する と 同時 に 、 短期 大学 英語 英文科 を 廃止 。 1993 年 に は 大学 院 を 設置 する など 、 4 年 制 大学 と し て の 拡充 に 努め て い る 。 年表 1968 年 京都 精華 短期 大学 開設 1979 年 京都 精華 大学 美術 学 部 開設 、 短期 大学 美術 科 廃止 1989 年 京都 精華 大学 人文 学 部 開設 、 短期 大学 英語 英文科 廃止 2000 年 芸術 学部 に マンガ 学科 、 人文 学 部 に 環境 社会 学科 を 開設 2001 年 表現 研究 機構 を 開設 、 文字 文明 研究 所 ・ マンガ 文化 研究 所 ・ 映像 メディア 研究 所 を 置 く 2003 年 人 文 学 部 に 社会 メディア 学科 ・ 文化 表現 学科 を 開設 2004 年 環境 ソリューション 研究 機構 を 開設 、 環境 ビジネス 研究 所 ・ 環境 建築 研究 所 ・ 環境 マネジメント 研究 所 を 置 く 2006 年 デザイン 学 部 、 マンガ 学部 を 新設 教育 および 研究 組織 学 部 人文学 部 社会 メディア 学科 環境 社会 学科 文化 表現 学科 芸術 学 部 造形 学 科 洋画 コース / 日本 画 コース / 立体 造形 コース 素材 表現 学科 陶芸 コース / テキスタイル コース メディア 造形 学 科 版画 コース / 映像 コース デザイン 学 部 ビジュアル デザイン 学 科 グラフィック デザイン コース / イラストレーション コース / デジタル クリエイション コース プロダクト デザイン 学 科 プロダクト コミュニケーション デザイン コース / インテリア プロダクト コース 建築 学科 建築 コース マンガ 学 部 マンガ 学科 カートゥーン コース / ストーリーマンガ コース アニメーション 学 科 アニメーション コース マンガ プロデュース 学科 マンガ プロデュース コース 大学 院 人文学 研究 科 ( 修士 課程 ) 人文学 専攻 芸術 研究 科 ( 博士 ( 前期 ・ 後期 ) 課程 ) 芸術 専攻 研究 機関 環境 ビジネス 研究 所 環境 建築 研究 所 環境 マネジメント 研究 所 日本 語 リテラシー 教育 部門 導入 教育 部門 学外 アート スペース 特色 あ る 大学 教育 支援 プログラム 自立 し た 学習 者 に よ る 社会 貢献 の 実践 教育 ( 2004 年度 採択 ) 伝統 産業 を 軸 と し た 地域 連携 教育 の 実践 ( 2005 年度 採択 ) 考え る ため の 『 日本 語 リテラシー 』 教育 ( 2006 年度 採択 ) 施設 キャンパス 〒 6 0 6 - 8 58 8 京都 府 京都 市 左京 区 岩倉 木野 町 137 叡山 電鉄 叡山 電鉄 鞍馬 線 京都 精華 大前 駅 すぐ 京都 市営 地下 鉄 京都 市営 地下 鉄 烏丸 線 国際 会館 駅 から スクール バス 約 5 分 京都 バス 40 系統 、 50 系統 ( 国際 会館 → 市原 ) 京都 精華 大学 前 バス 停 すぐ 学外 施設 朽木 学舎 丹後 学舎 対外 関係 他 大学 と の 協定 に 加盟 。 CUMULUS と は 、 加盟 校 ネットワーク を 活か し た 共同 研究 や 産学 連携 を 目的 に 、 ヨーロッパ の 美術 ・ デザイン 系 大学 が 中心 と な っ て 組織 さ れ た 、 国際 的 な 美術 大学 連合 で あ る 。 日本 から は 、 京都 精華 大学 が 初めて の 加盟 校 と な っ て い る 。 大学 コンソーシアム 京都 に 加盟 。 +京都 市 立 芸術 大学 ( きょうとし りつ げいじゅつ だいがく 、 英称 Kyoto CityUniversity of Arts ) は 、 京都 市 西京 区 に あ る 公立 大学 で 、 日本 を 代表 する 美術 大学 ・ 音楽 大学 で あ る 。 創立 美術 学 部 は 、 1880 年 に 創設 の 京都 府 の 画 学校 が 起源 。 6 月 に 太政 大臣 三条 実美 公 に よ り 「 日本 最初 京都 画 学校 」 と 命名 さ れ た 。 7 月 に 京都 御苑内 の 旧 准后 里 御殿 仮 校舎 で 開校 式 が 行 わ れ た 。 背景 に は 、 事実 上 の 東京 遷都 に よ る パトロン の 喪失 ・ 文明 開化 に よ る 伝統 文化 の 冷遇 など から 、 円山 派 ・ 四条 派 と い っ た 京都 画壇 の 諸派 が 危機 に 陥 っ た こと に あ る 。 美術 を 立て直 す ため に 市民 の 間 から 美術 家 養成 機関 と し て の 近代 的 な 「 学校 」 を 作 ろ う と い う 声 が 高ま り 、 その 熱意 の 結果 創立 さ れ た もの で あ る 。 これ に は 同じく 文明 開化 で 低迷 し て い た 京都 の 主力 産業 で あ る 伝統 工芸 の 近代 化 を 支援 する ため 、 密接 な 関係 に あ る 美術 界 を 盛ん に する 目的 も あ っ た 。 画 学校 で は 修業 年限 3 年間 の うち に 文人 画 や 大和 絵 、 狩野 派 など 日本 の 美術 の 諸派 を 学 ば せ た 。 また 、 殖産 興業 の ため に 工芸 品 の 意匠 ・ デザイン に 関 する 教育 を おこな う こと も 目的 の ひと つ で あ り 、 その 課程 に 西洋 画 を 導入 し た こと は 当時 と し て は 画期 的 で あ っ た 。 西洋 画 は 当初 日本 で は 、 芸術 文化 の 類 と い う より は 建築 など の 図面 を 描 く 工業 技術 と し て 、 京都 府 画 学校 創立 に 先立 つ 1876 年 工部 美術 学校 など で 導入 さ れ て い た から で あ る 。 工部 美術 学校 が アーネスト ・ フェノロサ ら に よ っ て 西洋 美術 学習 ・ 研究 の 発展 を 妨害 さ れ 、 後発 の 東京 美術 学校 も フェノロサ や 岡倉 天心 の 意向 に よ り ながら く 西洋 画科 が 置 か れ な かっ た の と は 対照 的 で あ る 。 古く は 京都 画壇 の 中心 地 で あ っ た と 言 わ れ 、 また 京都 の 陶磁 器 、 漆工芸 、 染織 など の 地場 産業 に 多く の 人材 を 供給 し て 活発 化 さ せ た 。 明治 以来 多く の 日本 画 家 、 洋画 家 、 版画 家 、 陶芸 家 、 染織 家 、 デザイナー 、 音楽 家 、 現代 美術 作家 を 養成 し て き た 。 過去 京都 市 の 財政 難 で 国立 大学 へ と 移管 する 話 も あ っ た 。 しかし ながら 、 京都 市民 の 熱望 の 賜物 で あ る 学校 の 窮状 を 救 お う と 、 古く から の 町衆 や 旧家 など から 存続 の ため の 多数 の 寄付 を 受け 、 音楽 短大 と 統合 し た 今 も 市立 大学 で あ り 続け て い る 。 沿革 1880 年 - 京都 府 画 学校 と し て 京都 御所 御苑 内 に 開校 。 1889 年 - 府 から 市 に 移管 さ れ 、 京都 市 画 学校 と 改称 、 2 年 後 の 1891 年 に 京都 市 美術 学校 に 改称 する 。 工芸 図 案 科 が 設置 さ れ る 。 知恩 院 や 京都 御所 御苑 を 点々 と する 1901 年 - 京都 市 立 美術 学校 と 改称 、 1909 年 に 吉田 に 移転 、 1909 年 に 系列 校 の 京都 市 立 絵画 専門 学校 を 設置 ( 校長 は 兼任 ) 1926 年 - とも に 今 熊野 に 移転 1945 年 - 京都 市 立 絵画 専門 学校 、 京都 市 立 美術 専門 学校 と 改称 1948 年 - 京都 市 立 美術 工芸 学校 、 京都 市 立 美術 高等 学校 に 。 京都 市 立 堀川 高等 学校 に 音楽 課程 設立 1949 年 - 京都 市 立 美術 高等 学校 、 京都 市 立 日吉ヶ丘 高等 学校 ほか に 継承 ( 美術 工芸 科 は 1980 年 に 独立 し 、 京都 市 立 銅駝 美術 工芸 高等 学校 と な る ) 1950 年 - 京都 市 立 美術 専門 学校 、 京都 市 立 美術 大学 に 。 堀川 高校 音楽 課程 に 専攻 科 設立 1952 年 - 堀川 高等 学校 音楽 課程 専攻 科 、 京都 市 立 音楽 短期 大学 と し て 独立 。 1956 年 聖護院 に 移転 1969 年 - 市立 美術 大学 と 市立 音楽 短期 大学 が 統合 し 、 京都 市 立 芸術 大学 と な る 1980 年 - 創立 100 周年 を 迎え る 、 今 熊野 と 聖護 院 から 、 郊外 の 新興 住宅 地 に 近 い 西京 区 大枝 沓掛町 に 統合 移転 。 2000 年 - 創立 120 周 年 を 迎え る 、 大学 院 美術 研究 科 博士 ( 後期 ) 課程 設置 、 日本 伝統 音楽 研究 センター 開設 、 2003 年 - 大学 院 音楽 研究 科 博士 ( 後期 ) 課程 設置 学部 ・ 学科 美術 学 部 美術 科 日本 画 油画 彫刻 版画 構想 設計 - 以上 の 内 に 当て はま ら な い 芸術 分野 を 担当 。 デザイン 科 ビジュアル ・ デザイン 環境 デザイン プロダクト ・ デザイン 工芸 科 陶磁 器 漆工 染織 総合 芸術 学 科 総合 芸術 学 - 美術 研究 者 、 キュレーター 、 展覧 会 企画 者 など を 養成 。 音楽 学 部 音楽 学 科 作曲 指揮 ( 音楽 ) ピアノ 弦楽器 管 ・ 打楽 声楽 音楽 学 大学 院 修士 課程 美術 研究 科 絵画 専攻 日本 画 ・ 油画 ・ 版画 ・ 造形 構想 彫刻 専攻 彫刻 デザイン 専攻 ビジュアル デザイン ・ 環境 デザイン ・ プロダクト デザイン 工芸 専攻 陶磁器 ・ 漆工 ・ 染織 芸術 学 専攻 保存 修復 専攻 音楽 研究 科 作曲 ・ 指揮 専攻 ( 作曲 ) 作曲 ・ 指揮 専攻 ( 指揮 ) 器楽 専攻 ( ピアノ ) 器楽 専攻 ( 弦楽 ) 器楽 専攻 ( 管 ・ 打楽 ) 声楽 専攻 音楽 学 専攻 博士 課程 ( 後期 ) 美術 研究 科 日本 画 油画 版画 メディア ・ アート 彫刻 視覚 情報 デザイン 環境 デザイン プロダクト ・ デザイン 陶磁 器 漆工 染織 産業 工芸 ・ 意匠 保存 修復 芸術 学 音楽 研究 科 作曲 ・ 指揮 研究 領域 器楽 研究 領域 声楽 研究 領域 音楽 学 研究 領域 +八坂 女 紅場 学園 ( やさか にょこう ば がくえん ) ( 祇園 女子 技芸 学校 ( ぎおん じょし ぎげ い がっこう ) ) は 、 京都 市 東山 区 祇園 甲部 に あ る 舞妓 ・ 芸妓 の ため の 教育 施設 。 概要 明治 5 年 に 創設 さ れ た 八坂 女 紅場 を 母体 に 、 昭和 26 年 創立 。 都 を どり で 知 ら れ る 祇園 甲 部 歌舞 練場 ( ぎおん こう ぶかぶれんじょう ) に 付属 する よう に 看板 が あが っ て い る 。 通称 「 にょこば 」 。 必須 科目 は 井上流 、 鳴物 、 茶道 、 三味 線 。 その 他 、 能楽 ・ 長唄 ・ 一 中 節 ・ 常磐津 ・ 清元 ・ 地唄 ・ 浄瑠璃 ・ 小唄 ・ 笛 ・ 華道 ・ 書道 ・ 日本 画 など を 学 ぶ こと が でき る 。 「 学園 」 と つ く が 、 学制 外 の 施設 で あ る 。 生徒 は 祇園 の 芸 ・ 舞妓 の 全員 で 、 年齢 は 15 歳 から 80 過ぎ まで と 幅広 い 。 八坂 女 紅場 学園 は 財団 法人 で 、 お 茶屋 の 並 ぶ 祇園 町 南側 界隈 の 「 地主 」 で も あ る 。 参考 図書 : 『 コモンズ と し て の 地域 空間 - 新た な 住ま い 方 を めざ し て 』 平竹 耕三 著   2002 年 「 女紅場 」 ( じょこう ば ) は 、 明治 初期 、 全国 で に つく ら れ た 女子 の ため の 習い事 の 施設 。 のち に この 言葉 は 用い られ な く な っ た 。 +京都 法政 学校 ( きょう と ほう せい がっこう ) は 、 190 0 年 に 中川 小十郎 ら に よ っ て 創設 さ れ た 私立 学校 で 、 現在 の 立命 館 大学 ( 学校 法人 本部 : 京都 市 中京 区 ) の 前身 。 概要 京都 法政 学校 設立 の 構想 と 経緯 以来 西園寺 に 仕え て い た 丹波 の 郷士 中川 家 に 生まれ た 。 叔父 で 東京 女子 高等 師範 学校 校長 を 務め た 中川 謙二郎 の 勧め で 13 歳 の 時 に 上京 。 以来 、 公望 の 書生 と し て 西園 寺 家 に 出入り する よう に な る 。 西園寺 の 取り立て で 貴族 院 議員 と し て 活躍 する 一方 、 西園寺 の 意思 を 引き継 い で 発展 し た 立命 館 大学 の 運営 に も 尽力 。 中川 は 西園寺 の 薨去 まで 側近 と し て 仕え た 。 1894 年 、 文部 大臣 に 就任 し た 西園寺 公望 が 「 高等 教育 の 拡張 計画 」 を 立案 。 第 一 項 に 、 東京 帝国 大学 と 相 呼応 し て 国家 の 需要 に 応 じ られ る 高等 教育 機関 を 京都 に も 設置 する こと の 必要 性 を 挙げ た 。 これ に 基づ い て 省内 に 設置 し た 京都 帝国 大学 「 創立 準備 委員 」 が 1897 年 「 京都 帝国 大学 ニ関 スル 件 」 ( 大学 設置 令 ) を 公布 し 、 京大 創設 の 流れ が 固ま っ た 。 当時 、 文部 省 専門 学務 局 勤務 から 文部 大臣 秘書 官 と し て 西園 寺 文部 大臣 直属 と な っ た 中川 小十郎 が 、 京都 帝国 大学 初代 事務 局 長 に 任命 さ れ 大学 業務 を 総括 。 京都 帝国 大学 初代 総長 に 就任 し た 木下 廣次 ら と とも に 、 大学 創設 の 中心 的 役割 を 担 う こと に な っ た 。 京都 帝国 大学 創設 事業 に 区切り が つ い た 1898 年 、 中川 小十郎 は 文部 省 参事 官 の 職 を 辞 し 実業界 へ と 転身 。 加島 銀行 理事 へ の 就任 を 皮切り に 大阪 堂島 米穀 取引 所 監査 役 、 朝日 生命 保険 株式 会社 副 社長 に 就任 する など 経済 人 と し て 活躍 し た 。 しかし 、 自ら が 創設 の 中心 に 関わ っ た 京都 帝国 大学 が 制度 上旧 制高等 学校 卒業 生 しか 受け入れ る こと が でき ず 、 西園寺 公望 が 提唱 し た 「 能力 と 意欲 の あ る 人 に 国 と し て ( 教育 の ) 機会 を 与え る べ き 」 と い う 教育 理念 から も かけ離れ て い る 実態 に 限界 を 感 じ 、 自ら 私学 を 興 す こと を 思い立 つ 。 翌年 、 教学 面 で の 協力 を 京都 帝国 大学 教授 だっ た 織田 萬 、 井上 密 、 岡松 参太郎 ら から 得 る と とも に 、 学校 設立 事務 に つ い て は 、 西田 由 ( 朝日 生命 株式 会社 専務 取締 役 ) 、 橋本 篤 ( 大同 生命 保険 株式 会社 初代 支配 人 ) 、 山下 好直 ( 京都 府 議会 議員 ) 、 河原林 樫一郎 ( 東洋 レーヨン 常務 取締 役 ) 、 羽室 亀太郎 ( 京津 電車 支配 人 ) ら の 協力 を 得 て 、 また 設立 賛助員 と し て 京都 政財界 の 大物 ( 内貴仁三郎 、 浜岡 光 哲 、 田中 源太郎 、 中村 栄助 、 雨森 菊太郎 、 高木 文平 、 河原 林 義男 ) の 力 を 借り 、 京都 法政 学校 設立 事務 所 を 朝日 生命 保険 株式 会社 の 一角 に 設置 し た 。 190 0 年 5 月 4 日 、 京都 府 知事 に 対 し 「 私立 京都 法政 学校 設立 認可 申請 書 」 を 提出 。 同年 5 月 19 日 、 晴れ て 設置 が 認可 さ れ 、 同 6 月 5 日 に 開校 式典 を 開 い て い る 。 初代 校長 に は 、 民法 起草 者 の 一人 で 東京 帝国 大学 教授 の 富井 政章 が 就任 し た 。 富井 は 1927 年 8 月 31 日 まで 京都 法政 学校 長 、 私立 立命 館 大学 長 の 任 に あた っ た 。 京都 法政 学校 の 設立 設立 の 中心 を 担 っ た 中川 小十郎 が 「 初め より 浮華 を 斥 け 堅実 を 旨 と し た 」 ( 「 序文 」 『 立命 館 三十 五 周年 記念 論文集 文学 編 ) と 述べ て い る よう に 、 設立 当時 は 満足 な 校地 も 学舎 も 用意 する 余裕 は な く 、 上京 区 三 本木通 に あ っ た 料亭 「 清輝 楼 ( 旧 ・ 吉田屋 ) 」 の 二 階 および 三階 部分 を 間借り し て 講義 を 行 っ て い た 。 社会 人 教育 を 目的 に 夜間 学校 ( 三 年 制 ) と し て 設立 さ れ た ため 、 学生 に は 官庁 職員 、 府立 学校 教諭 、 府 の 名誉 職 に あ る もの など が 多 く 含 ま れ て い た 。 また 専任 教員 を 雇 う 余裕 も な く 、 講義 の ほとんど を 京都 帝国 大学 教授 が 担当 し て い た 。 その 校名 が 示 す とおり 、 設立 当初 は 法学 ・ 政治 学 の 2 学科 を 置 く のみ で あ っ た 。 しかし 開講 直後 に 京都 府 に 提出 し た 「 校舎 敷地 貸与 願書 」 で は 、 「 将来 は 法政 だけ で は な く 文学 、 医学 の 二科 を 増設 し 、 中学 教員 および 医師 を 養成 し て 、 わが 国 教育 の 一大 欠点 を 補充 する 一 機関 に し た い 」 と 表明 し て い る こと から 、 京都 法政 学校 の 校名 は 設立 当時 の 一時 的 な もの と 考え られ て い た こと が 窺え る 。 実際 、 190 4 年 に は 大学 部 に 「 経済 科 」 が 設置 さ れ 、 法政 学校 の 域 を 越え る 体制 と な っ て お り 、 翌年 に は 「 立命 館 」 と い う 新し い 学校 名称 の 命名 に 向け た 具体 的 な 動き も 見 られ る 。 なお 、 1889 年 に 設立 さ れ た 京都 法 学校 は 、 実質 的 に 京都 法政 学校 が 引き継 ぐ 形 で 吸収 さ れ て お り 、 校主 の 山崎 恵純 は 引き続 き 京都 法政 学校 で 教鞭 を 取 っ た と 記録 さ れ て い る 。 設立 以降 京都 府 に 提出 し た 「 校舎 敷地 貸与 願書 」 で は 、 当時 上京 区 土手 町 通 丸太町 通下ル 駒之 町 に あ っ た 「 旧 京都 府 立 第 一 高等 女 学校 」 の 校舎 と 敷地 の 期限 付 貸与 を 申し出 た が 、 「 京都 府 立 第 二 高等 女 学校 」 の 利用 が 決ま っ た ため に これ を 断念 。 そこ で 1901 年 12 月 、 西園寺 公望 の 実弟 で 第 15 代 住友 家 当主 ・ 住友 公純 から 1,500 円 の 寄付 を 得 る など し て 上京 区 広小路 通 ( 京都 市 ) 河原町 ( 中御 霊町 410 番地 ) に 校地 と 学舎 を 確保 し 移転 し た 。 この 広小路 校地 は 1981 年 に 衣笠 キャンパス ( 北 区 等 持院 北町 ) に 移転 する まで の 約 80 年間 、 立命 館 大学 の 本部 キャンパス と し て 機能 し た 。 190 3 年 に 専門 学校 令 に よ り 「 私立 京都 法政 専門 学校 」 に 組織 変更 。 翌 190 4 年 、 「 私立 京都 法政 大学 」 に 改称 、 大学 部 ( 法律 学科 、 経済 学 科 、 予科 ) 、 専門 学部 ( 法律 科 、 行政 科 、 経済 科 、 高等 研究 科 ) を 設置 。 190 5 年 に は 、 西園寺 公望 が 明治 2 年 に 京都 御所内 の 私邸 に 設置 し た 「 私塾 立命 館 」 の 名称 の 継承 を 願い出 て これ を 許可 さ れ 、 1913 年 「 財団 法人 立命 館 」 を 設立 する と 共 に 、 校名 を 「 私立 立命 館 大学 」 と 改称 し た 。 財団 法人 立命 館 専務 理事 に は 、 西園寺 公望 の 実弟 で 、 京都 法政 学校 創設 以来 学園 運営 に 尽力 し た 末弘 威麿 が 就任 。 末弘 は 中川 と 、 財団 法人 立命 館 初代 理事 および 私立 立命 館 大学 設立 者 の 座 を 共有 し た 。 現在 、 京都 法政 学校 が 仮学舎 と し た 「 清輝 楼 」 の 跡地 に は 、 「 立命 館 草創 の 地 」 を 示 す 記念 碑 が 建 っ て い る 。 また 、 1901 ( 明治 34 ) 年 から 1981 ( 昭和 56 ) 年 まで 学校 法人 本部 の あ っ た 「 広小路 学舎 」 跡地 ( 旧 中川 会館 付近 ) に も 「 立命 館 大学 発祥 の 地 」 記念 碑 が 建て られ て い る 。 創立 の 主意 政府 は 曩 に 一 の 帝国 大学 を 京都 に 新設 し 、 天下 学問 の 中心 を 東西 二都 に 置 く の 制 を 採れ り 、 蓋 し 東西 二 大学 の 競争 を し て 学問 進歩 の 動機 た ら しめん と する に 在 る べ し 、 而 し て 東京 に は 帝国 大学 の 外 各種 の 官 私 学校 あり て 各般 学生 の 志望 に 充つ る こと を 得 、 青年 の 志 を 立 つ る 者 此 に 集合 し 自ら 既に 天下 学問 の 中心 たり 、 然 る に 京都 に 在 り て は 帝国 大学 新た に 設置 せ られ 関西 の 学術 大 に 振る わん と し 青年 の 志 を 有 し て 京都 に 集まり 来 る もの 頗 る 多き も 、 大学 の 門戸 は 未 だ 高等 学校 卒業 生 以外 の 志望 者 を 迎 ふ る に 至 ら ず 、 大学 以外 に 在り て 高等 の 学術 を 修めんと する も 其 機関 あ る こと なし 、 是 れ 頗 る 恨事 な り 、 爰 に 於 て か 有志 の 者 相 図 り 京都 法政 学校 を 新設 し 、 講義 を 京都 帝国 大学 教授 及其 他 博学 知名 の 諸 氏 に 嘱託 し 、 政治 法律 経済 に 関 する 高等 の 学術 を 広 く 社会 に 紹介 する の 一 機関 た ら しめんとす 、 是 れ 蓋 し 、 一 は 政府 か 学問 の 中心 を 東西 の 二都 に 置 かん と する の 趣意 に 賛同 の 意 を 表 し 、 又 一 は 帝国 大学 か 広 く 門戸 を 開放 し て 高等 学校 卒業 生 以外 の 志望 者 を 迎 ふる 能 は さる の 欠点 を 補 はん と する の 微意 に 出 つ る もの なり   ( 「 立命 館 大学 沿革 略 」 『 立命 館 学報 』 二   一九一五 ・ 大 正 4 年 3 月 ) 第 一 期 入学 生 第 一 期 生 に つ い て 190 0 ( 明治 33 ) 年 の 開学 時 、 京都 法政 学校 へ の 志願 者 数 は 360 名 だっ た 。 この うち 305 名 ( 法律 科 : 225 名 、 政治 科 : 80 名 ) を 第 一 期 生 と し て 受け入れ た が 、 入学 から 三 年 後 、 実際 に 卒業 でき た の は 57 名 ( 法律 科 : 47 名 、 政治 科 : 10 名 ) のみ で あ っ た 。 卒業 生 57 名 の うち 20 歳 から 25 歳 が 過 半数 。 20 歳 未満 は 約 2 割 。 26 歳 以上 が 3 割 弱 。 最 年長 者 は 41 歳 だっ た と 記録 さ れ て い る 。 第 一 期 生 卒業 式 は 190 3 ( 明治 36 ) 年 7 月 12 日 に 講堂 に て 執り 行 わ れ 、 来賓 と し て 京都 帝国 大学 教授 ・ 助 教授 の ほか 、 第 三 高等 学校 ( 旧制 ) 長 、 京都 地方 裁判 所 所長 、 京都 弁護 士 会 会長 代表 、 京都 府 議会 副 議長 、 地元 選出 代議 士 、 京都 府 庁 参事 官 、 視学 官 など 多数 が 参加 し 、 一 私 学 と し て は かなり 盛大 な もの と な っ た 。 卒業 式 当日 、 東京 都 に あ っ て 入洛 でき な い 校長 の 富井 政章 に 代わ り 、 教頭 の 井上 密 が 卒業 証書 の 授与 を 行 い 、 来賓 代表 の 木下 廣次 ( 京都 帝国 大学 総長 ) が 祝辞 を 述べ た 。 翌日 に は 、 浅田 賢介 教授 、 井上 密 教授 、 岡松 参太郎 教授 、 織田 萬 教授 、 島文次郎 教授 、 田島 錦治 教授 、 仁井田 益太郎 教授 ら が 参加 し て 謝恩 会 が 開催 さ れ 、 知恩 院 桜 門前 で 卒業 記念 撮影 会 開 か れ た 。 +私塾 立命 館 ( しじゅく りつめい かん ) は 、 西園寺 公望 が 1869 年 に 京都 御所内 の 私邸 に 開設 し た 家塾 。 賓師 私塾 立命 館 の 賓師 と し て 迎え られ た の は 、 当時 の 著名 漢学者 たち で あ っ た 。 西園寺 公望 は 、 「 教師 に は 朱子 学者 、 水戸 学 の 儒者 を むかえ 、 文章 家 と し て 聞こえ た 人 も あ っ た 。 ( 略 ) 京都 に い る 漢学 者 の えら い 所 を ぬき 集め た と い う 形 だっ た 」 と 述べ て い る ( 木村 毅編 『 西園寺 公望 自伝 』 ) 。 実際 に 、 賓師 と し て 確認 さ れ て い る の は 、 江馬 天江 、 広瀬 青邨 、 松本 士竜 ( 松本 巌 ) 、 富岡 鉄斎 、 神山 鳳陽 ( 四郎 ) ら で あ る 。 1870 年 、 広瀬 青邨 が 西園寺 の 詩文 会 に 招 か れ た とき 同席 し て い た 者 に は 、 尊攘 運動 に 加わ っ て 岩倉 具視 の 知遇 を え て い た 山中 静逸 、 江馬 天功 の 実兄 で 、 池田 屋 事件 で 投獄 さ れ る 板倉槐堂 ( 淡海 竹洲 ) 、 本草 学 者 山本 亡羊 の 子 で 漢方 医 だっ た 山本 秀五郎 ( 秀夫 ) や 浜崎 廉太郎 ( 直全 ) ら が あ っ た ほか 谷口 靄山 ら も 参加 し て い た と さ れ る から 、 この 中 に も 賓師 と し て 迎え られ た もの が あ っ た と 思 わ れ る ( 「 青邨 公手沢 日記 」 ) 。 塾 の 性格 と 規模 西園寺 公望 自身 が 、 「 大いに 勤王 家 を 養成 する と い う 抱負 」 で 塾 を 設立 し た と 述べ て い る 通り 、 私塾 立命 館 は 他 の 公家 家塾 と は 異な り 、 初め から 一般 的 な 教育 機関 と し て の 性格 を 備え て い た 。 その ため 、 開設 当初 は 平穏 な 詩会 の 場 に 過ぎ な かっ た の が 、 塾 の 噂 が 各地 に 広が る に つれ 、 多く の 若者 が 集ま っ て 内外 の 時事 問題 を 議論 する 場 へ と 変化 、 ついに は 校舎 を 増築 する 程 まで に 成長 し て い る ( 木村 毅編 『 西園寺 公望 自伝 』 ) 。 西園寺 自身 の 回想 に よ る と 、 西園寺 および 門客 ・ 家臣 以外 に も 、 諸藩 から も かなり の 塾生 が 集ま っ て い た よう で あ る 。 塾 の 評判 が 高 く な る に つれ て さらに 多く の 若者 が 集ま る よう に な り 、 ついに は 100 人 程度 まで に ふくれあが っ た こと が 知 ら れ て い る 。 塾 の 閉鎖 と その 背景 1870 年 4 月 23 日 、 塾 の あ り 方 に 不穏 を 感 じ た 京都 府 庁 ( 太政 官 複都 制 ) が 差留 命令 を 下 し 、 私塾 立命 館 は わずか 1 年 弱 で 閉鎖 さ れ る こと に な る ( 開設 は 1869 年 9 月 23 日 前後 と さ れ る ) 。 この とき 西園寺 公望 自身 は フランス 留学 の 準備 の ため 長崎 県 に い た ため 何 も でき な い まま 閉塾 を 受け入れ る ほか な かっ た 。 後 に 私塾 の 閉鎖 に つ い て 感想 を 求め られ た 西園 寺 公 は 、 「 立命 館 の 諸生 が 高談 放論 する の を 、 革命 思想 と で も 勘 ちがい し て 、 ぬきうち に 止め よ と 云 っ て き た ら しく 、 塾 は よほど 盛ん に な っ て い て 惜し かっ た けれど 、 廃校 に し た 」 と 述べ て い る 。 塾 に 対 する 閉鎖 命令 は 、 太政 官 が 複都 制 に 出 し た 「 京都 大 学校 取り 建て 中止 」 の 通達 と も 深 く 関係 し て い る 。 明治 維新 後 の 東京 都 で は 「 昌平黌 」 を 再興 し 、 学制 中央 機関 と し て 「 大 学校 」 を 設置 する こと が 決定 し て い た 。 これ に よ り 京都 に あ っ た 「 大学校 」 は 必要 な く な っ た し て 、 1869 年 11 月 に 廃止 通達 が 出 さ れ た の で あ る 。 既に 京都 大 学校 建て替え 準備 に 入 っ て い た 京都 大 学校 関係 者 たち は この 通達 を 事実 上 無視 し 、 通達 翌 月 に は 「 京都 大 学校 代 ( 仮 大 学校 ) 」 と し て 大学校 開校 を 強行 し た ( 京都 留守 官 の 通達 で は 「 京都 学校 」 と さ れ た ) 。 東京 の 太政 官 は 既成 事実 と し て 「 京都 大 学校 代 」 の 存在 を 認め 、 京都 留守 官 の 管轄 の 下 で 学校 は 存続 さ れ た が 、 結局 は 教官 の 引き抜き など 諸般 の 事情 に よ り 1870 年 ( 明治 3 ) 年 7 月 に は 廃止 さ れ て しま う 。 当時 「 京都 大 学校 代 」 は 寺町 今出川 西入ル ( 現在 の 同志 社 大学 構内 南 東端 ) に 位置 し 、 京都 御所 内 の 「 私塾 立命 館 」 と は 目 と 鼻 の 先 で あ っ た 。 京都 留守 官 が 威信 を かけ て 設立 し た 「 京都 大 学校 代 」 が わずか 300 人 ばかり 学生 しか 集め られ ず に 開校 から 8 ヶ月 余り で 廃止 に 追い込 ま れ た の に 対 し 、 わずか 徒歩 10 分 程度 の ところ に あ る 一 私 塾 が 100 人 も の 塾生 を 抱え きれ ず 増築 まで し て 対応 し て い る と い う こと が 京都 留守 官 の 逆鱗 に 触れ た こと は 想像 に 難 く な い 。 のち に 西園寺 公望 は 、 私塾 立命 館 へ の 「 差留 命令 」 が 京都 留守 長官 の 「 嫌疑 」 か 「 妬心 」 から 出 た もの に 違い な い と 述べ る と とも に 、 しばらく は 閉塾 に 応じ る が 、 再興 の 時期 を 待ち たい と 賓師 に 宛て た 手紙 の なか で 述べ て い る 。 その 年 の 12 月 、 西園寺 公望 は 留学 先 フランス へ 出発 。 1880 年 まで 日本 を 離れ る こと に な る 。 明治 時代 に 入 り 西園 寺 家 が 東京 に 移 っ た 後 、 かつて 私塾 が 置 か れ た 西園 寺 邸跡 に は 、 「 白雲 神社 」 が 建立 さ れ 現在 に 至 っ て い る 。 私塾 立命 館 閉鎖 後 フランス 留学 から 帰国 し た 西園 寺 は 東洋 自由 新聞 社長 を 経 て 政界 入り する が 、 その 間 も 教育 に 対 する 情熱 を 失 う こと は な かっ た 。 1880 年 に は 岸本 辰雄 、 宮城 浩蔵 、 矢代 操 ら が 明治 法律 学校 を 設立 する の を 援助 し た ほか 、 1894 年 文部 大臣 に 就任 する と 井上 毅 ら が 作 っ た 「 教育 勅語 」 に 反対 し 、 明治 天皇 から 「 教育 勅語 」 改定 の 許可 を 得 て 第 二 の 教育 勅語 の 草案 作成 に も 取り組 ん で い る 。 結局 、 西園寺 の 大臣 退任 に よ り 教育 勅語 の 改正 実現 に は 至 ら な かっ た が 「 もっと リベラル の 方 へ 向け て 教育 の 方針 を 立 つ べ き もの だ と 思 っ た 」 と 回想 し て い る ( 白柳 秀湖 『 西園寺 公望 伝 』 ) 。 また 文部 大臣 と し て 東京 帝国 大学 に 対 し て 「 自由 」 な 校風 の 帝国 大学 を 作 ろ う と 「 京都 帝国 大学 」 の 創設 を 実現 し て い る 。 京都 帝国 大学 の 創設 に は 、 終生 側近 と し て 仕え る 文部 省 官僚 ・ 中川 小十郎 が 初代 事務 局 長 と し て その 中心 的 役割 を 担 っ て い る 。 この 他 、 1901 年 、 「 女子 を 先ず 人 と し て 教育 する 」 の 理念 の もと 成瀬 仁蔵 が 創設 する 日本 女子 大学 の 設立 発起 人 に も 名 を 連ね て い る 。 京都 法政 学校 へ の 継承 西園寺 文部 大臣 秘書 官 と し て 京都 帝国 大学 創設 の 中心 に 関わ っ た 中川 小十郎 は 、 大学 創設 実務 が 一段落 する と 官界 を 去 り 経済 界 に 身 を 移 し た 。 しかし 、 京都 帝国 大学 が 制度 上旧 制高等 学校 卒業 生 しか 受け入れ る こと が でき ず 、 西園寺 公望 が 提唱 し た 「 能力 と 意欲 の あ る 人 に 国 と し て ( 教育 の ) 機会 を 与え る べ き 」 と い う 教育 理念 から も かけ離れ て い る 実態 に 限界 を 感 じ 、 自ら 私学 を 興 す こと を 思い立 つ 。 中川 は 政財界 の 主要 人物 や 学界 人脈 から 後援 を 得 る と とも に 、 西園寺 公望 の 実弟 ・ 末弘 威麿 ら の 協力 を 得 て 、 上京 区 三 本木通 に あ っ た 料亭 「 清輝 楼 ( 旧 ・ 吉田屋 ) 」 を 間借り し て 三 年 制 の 夜間 学校 を 設立 し た 。 これ が 「 京都 法政 学校 」 で あ る 。 京都 法政 学校 は 、 西園寺 公望 の 教育 へ の 理想 を 体現 する 形 で 設置 が 進 ん だ 京都 帝国 大学 の 補完 的 役割 を 担 う と い う 名目 で 設置 さ れ た 。 事実 、 講義 の ほぼ 全て が 京都 帝国 大学 教授 に よ り 行 わ れ て い た ほか 、 京都 法政 学校 を 母体 に のち に 設立 さ れ る 「 財団 法人 立命 館 」 の 寄付 行為 に は 、 財団 解散 時 に は 所有 財産 の 全て が 京都 帝国 大学 に 寄付 さ れ る こと など が 明記 さ れ て い た 。 京都 法政 学校 は その 校名 が 示 す とおり 、 当初 は 法律 科 と 政治 科 と の 二 学 科 を 置 く のみ で あ っ た 。 しかし ながら 、 ゆくゆく は 医学 科 ・ 文学 科 など を 置 い て 総合 学園 と する こと を 視野 に 入れ て お り 、 京都 法政 学校 と い う 名称 が 実体 を 反映 する もの で な かっ た ( 詳細 は 「 京都 法政 学校 」 を 参照 ) 。 190 4 ( 明治 37 ) 年 に は 大学 部 に 経済 科 が 設置 さ れ 教学 内容 が 法政 学校 と し て の 域 を 越え る と 、 実体 を 体現 する 新た な 名称 が 必要 に な っ た 。 そこ で 西園寺 公望 が 京都 帝国 大学 設立 に 託 し た 、 政治 権力 から 一線 を 画 し た リベラル で アカデミック な 学風 と い う 理念 の 源流 に あ る 「 私塾 立命 館 」 の 名称 の 継承 を 申し出 、 西園寺 が これ を 快諾 し た 。 この とき 西園 寺 は 1869 ( 明治 2 ) 年 の 私塾 開設 と 同時 に 自身 で 揮毫 し た 「 立命 館 」 の 大書 を 送 る と とも に 、 自ら 次 の よう な 扁額 を し た ため て 寄贈 し て い る 。 立命 館 -   往年 、 余 は 一 校 を 興 し 名づけ て 立命 館 と い う 。 泰西 に 遊学 する に 及 ん で 、 校廃 し 名存 す 。 この 頃 京都 法政 学校 学員 来 り 、 その 名 を 襲用 する こと を 請 う 。 余 は 名 の 実 を 得 る こと を 喜 び 、 すなわち 扁額 を 書 し て も っ て これ を 与 う 。 孟子 いわく 、 殀寿貳 わ ず 、 身 を 修め て 以 て 之 を 俟つ は 、 命 を 立 つ る 所 以 な りと 。 蓋 し 学問 の 要 は ここ に 在り 。 明治 三十 八 年 四 月   侯爵 西園寺 公望 190 5 ( 明治 5 ) 年 、 西園寺 公望 から 「 私塾 立命 館 」 の 名称 の 継承 を 許 さ れ た 「 京都 法政 学校 」 は 、 19 13 ( 大正 2 ) 年 に 「 財団 法人 立命 館 」 を 設置 する と とも に 、 大学 名 を 「 立命 館 大学 」 、 中 学校 名 を 「 立命 館 中 学校 ・ 高等 学校 」 と 改称 し た 。 西園寺 は 公人 と し て 特定 の 私学 に 肩入れ する こと を よしと し な かっ た が 、 最後 まで 立命 館 学園 の 発展 に 有形 無形 の 支援 を 続け た 。 「 立命 」 は 中国 の 孟子 の 一節 『 殀壽 不貳   修身 以俟 之   所 以立 命也 』 から 採 ら れ た 。 これ は 、 「 人間 の 寿命 は 、 天命 に よ っ て 決め られ て い る 。 修養 に 努め て その 天命 を 待 つ の が 人間 の 本分 の 全う で あ る 」 と い う 意味 で あ る 。 +同志社 中 学校 ( どう し しゃちゅう がっこう 、 英字 表記 Dos hishaJunior High School ) は 、 京都 市 上京 区 烏丸 通 今出川 通 に 位置 する 、 男女 共学 の 私立 学校 中 学校 。 学校 法人 同志社 を 経営 母体 と し た 中 学校 で 、 同志社 大学 今出川 キャンパス に 隣接 し て い る 。 2010 年 を めど に 左京 区 岩倉 へ 移転 し 、 同志 社 高等 学校 と 統合 予定 。 中 学校 その もの は 1896 年 ( 明治 29 年 ) の 同志 社 尋常 中 学校 に 始ま る 。 幾 たび の 変遷 を 経 て 1947 年 ( 昭和 22 年 ) に は 、 3 年 制 に よ る 男女 共学 の 同志 社 中 学校 に な っ た 。 1947 年 - 同志 社 中 学校 と し て 設立 さ れ る 。 2010 年 ( 予定 ) - 京都 市 左京 区 岩倉 大鷺 町 89 の 同志 社 高等 学校 校地 に 移転 し 、 同志 社 高等 学校 と 統合 。 運動 部 バドミントン 野球 バスケット 剣道 ラグビー サッカー 卓球 テニス 陸上 競技 バレーボール ワンゲル Jr . 文化 部 放送 漫画 研究 演劇 工業 英語 地歴 ハンドベル ピース リンク ホザナ コーラス 和 太鼓 管弦楽 軽音楽 鉄道 サイエンス かる ちゃんぷる 美術 数学 ( 2007 年度 より 廃部 ) 京都 市営 地下 鉄 烏丸 線 ・ 今出川 駅 同志社 諸 学校 は 、 大学 を 頂点 と し た 付属 校 の 形態 を 取 ら ず 、 学校 法人 同志社 の もと に 設置 さ れ た 独立 の 学校 群 と し て 位置 づけ られ て き た 。 同志 社 小 学校 に 限 り 、 同志社 大学 の 付属 。 大学 同志社 大学 同志社 女子 大学 高等 学校 同志 社 高等 学校 中高 一貫 校 同志社 女子 中 学校 ・ 高等 学校 同志 社 香里 中 学校 ・ 高等 学校 同志 社 国際 中 学校 ・ 高等 学校 小 学校 同志 社 小 学校 幼稚 園 同志社 幼稚 園 +洛南 高等 学校 ・ 附属 中 学校 ( らく なん こうとう がっこう ・ ふぞく ちゅう がっこう ) は 、 京都 市 南 区 ( 京都 市 ) に あ る 私立 学校 中 学校 ・ 高等 学校 で あ る 。 設置 者 は 、 古義 真言宗系 14 本山 ( 仁和 寺 、 宝山 寺 、 朝護 孫子 寺 、 勧修 寺 、 大覚 寺 、 醍醐 寺 、 中山 寺 ( 宝塚 市 ) 、 西大寺 ( 奈良 市 ) 、 東寺 、 清荒 神 清澄 寺 、 泉涌 寺 、 善通 寺 、 須磨 寺 及び 大本山 随心 院 ) が 経営 に 参画 し 、 真言 宗 智山 派 、 真言 宗 豊山 派 及び 新義 真言宗 の 3 派 が 教育 振興 に 協力 する 学校 法人 真言 宗 京都 学園 。 学校 は 東寺 の 境内 に あ る 。 正式 名称 は 「 洛南 高等 学校 」 および 「 洛南 高等 学校 附属 中 学校 」 。 同じ 学校 法人 が 経営 する 大学 と し て 種智院 大学 が あ る 。 種々 の 学校 改革 を 断行 し 、 1980 年 代 より 急激 に 大学 進学 実績 を 伸長 さ せ た 。 また 、 バスケットボール や バレーボール 、 体操 、 陸上 競技 、 吹奏楽 など の 部 活動 も 盛ん で あ る 。 長 らく 男子 校 で あ っ た が 、 平成 18 年 から 男女 共学 に な っ た 。 将来 は 附属 小 学校 も 設置 する 計画 が あ る 。 III 類 ( 内部 進学 ) 、 III 類 ( 高校 入学 ) 、 I 類 一般 、 I 類 推薦 ( スポーツ ・ 吹奏楽 等 ) など で 別々 の クラス と な る 。 近年 、 III 類 ( 内部 進学 ) に は 高校 受験 で 若干 の 編入 が あ る 。 毘沙門 亀甲 自己 を 尊重 せよ 真理 を 探究 せよ 社会 に 献身 せよ 洛南 高等 学校 は 、 空海 が 平安 時代 の 828 年 ( 天長 5 年 ) に 庶民 教育 の ため に 設立 し た 綜芸 種 智院 に 端 を 発 する と し て い る が 、 綜芸 種 智院 は 空海 の 死後 、 廃れ 、 廃 さ れ た 。 現在 の 洛南 高校 の 源流 は 、 1881 年 ( 明治 14 年 ) 、 明治 の 真言 僧 で あ る 釈雲照 が 真言 宗 の 教育 機関 と し て 設立 し た 総黌 で あ る 。 総黌 は 幾多 の 変遷 を 経 て 、 戦前 の 高等 教育 機関 の 真言 宗 京都 専門 学校 及び 中等 教育 機関 の 東寺 中等 学校 の 両学 と な っ た 。 戦後 、 新 学制 の 下 、 真言 宗 京都 学園 が 設立 し た 東寺 高等 学校 が 直接 の 前身 で あ る 。 196 0 年代 ( 昭和 30 年代 後半 ) 、 底辺 校 と し て 不良 の 溜まり場 に な っ て い た 東寺 高校 に 対 し て 、 当時 の 副 校長 三浦 俊良 ら が 中心 に な っ て 学校 内 の 改革 を 決断 。 校名 を 洛南 高等 学校 と 改称 する だけ で な く 、 校則 を 厳し く し 不良 生徒 を 退学 など の 処分 を 含め て 大幅 に 取り締ま り 、 また 特別 進学 コース を 設置 し て 優秀 な 生徒 を 集め た 。 改革 後 の 洛南 高等 学校 は 、 風紀 は 堅 く 守 ら れ 、 又 、 学問 、 スポーツ とも に 成績 全国 トップ クラス の 進 学校 と し て 生まれ変わ っ た 。 21 世紀 に な っ て 緩 く な っ た と は いえ 、 洛南 高校 は 校則 が 厳し い こと で 知 ら れ る 。 同様 に 底辺 校 から 急 成長 し た 例 と し て 東大 寺 学園 と よく 比較 さ れ る 。 現在 で は 京都 一 の 受験 難 易 度 と 認知 さ れ て い る 学校 へ と 変わ っ て い る 。 1881 年 ( 明治 14 年 ) - 総黌 創立 190 2 年 ( 明治 35 年 ) -   私立 古義 真言 宗 聯合 高等 中 学校 に 改称 1917 年 ( 大正 6 年 ) - 真言 宗 京都 大学 ( 後 の 種智院 大学 ) ・ 真言 宗 京都 中学 に 分離 改称 1926 年 ( 大正 15 年 ) - 真言 宗 京都 中学 は 東寺 中 学校 に 改称 1948 年 ( 昭和 23 年 ) - 東寺 高等 学校 に 改称 1962 年 ( 昭和 37 年 ) 6 月 - 洛南 高等 学校 に 改称 1975 年 ( 昭和 40 年 ) 4 月 - 自動 車 コース 、 特別 進学 コース 創設 1978 年 ( 昭和 53 年 ) 4 月 - 準 特別 進学 コース 創設 1982 年 ( 昭和 57 年 ) 4 月 - コース 呼称 変更 普通 科 → I 類 、 普通 科 ( 自動 車 コース ) → II 類 、 普通 科 ( 特別 進学 コース ・ 準 特別 進学 コース ) → III 類 ( 特別 進学 コース → III 類 A 、 準 特別 進学 コース → III 類 B ) 1985 年 ( 昭和 60 年 ) 4 月 - 洛南 高等 学校 附属 中 学校 開校 ( 2 クラス ) 1993 年 ( 平成 5 年 ) 4 月 - II 類 ( 自動 車 コース ) 募集 停止 1996 年 ( 平成 8 年 ) 4 月 - 洛南 高等 学校 附属 中 学校 2 クラス 増設 2001 年 ( 平成 13 年 ) 4 月 - 体育 着 ( 夏 ) が ランニング シャツ から 半袖 シャツ へ の 移行 が 始ま 2002 年 ( 平成 14 年 ) 4 月 - 洛南 高等 学校 附属 中 学校 5 クラス に ( 1 クラス 増設 ) 2003 年 ( 平成 15 年 ) 4 月 - 皮膚 の 弱 い 生徒 に 配慮 し 学生 服 が 廃止 さ れ 、 ブレザー の 制服 ( ネクタイ は 学年 ごと に 色 が 違 う ) へ の 移行 が 始ま る 2005 年 ( 平成 17 年 ) 4 月 - 制服 が ブレザー に 完全 移行 2006 年 ( 平成 18 年 ) 4 月 - 共学 化 実績 1991 年 から 2008 年 まで 、 京都 大学 合格 者 数 は 18 年 連続 全国 第 1 位 で あ る 。 バスケットボール 部 は 全国 高等 学校 総合 体育 大会 で ここ 30 年 以上 京都 代表 に 選出 さ れ 続け 、 日本 の 高校 で は トップ クラス の 1 校 と な っ て い る ( ウィンター カップ で 2 年 連続 、 全国 制覇 ) 。 体操部 も 大阪 の 清風 中 学校 ・ 高等 学校 と 実績 を 二分 する 。 また 、 国際 物理 オリンピック の 京都 初 の 代表 も ここ の 出身 で あ る 。 JR 京都 駅 ( 八条 口 ) から 徒歩 15 分 近鉄 京都 線 東寺 駅 徒歩 10 分 京都 市営 バス 種智院 大学 +佛教 大学 ( ぶっきょう だいがく 、 英称 BukkyoUniversity ) は 、 京都 府 京都 市 北 区 ( 京都 市 ) に あ る 浄土 宗立 の 私立 大学 。 通称 、 佛大 ( ぶつだい ) 。 直接 の 設置 者 は 学校 法人 浄土 宗 教 育 資団 。 同 法人 は 華頂 短期 大学 も 設置 する 。 1615 年 に 浄土 宗 が 江戸 に 開設 し た 関東 十 八 檀 林 の 流れ を 汲 ん で 1868 年 に 知恩 院 山内 に 設け た 仮勧学 場 が 前身 で あ る ( 従 っ て 1868 年 を 創基 と し 、 知恩 院 三門 前 に 「 建学 の 碑 」 が あ る ) 。 その 後 、 教学 の 振興 と 僧侶 の 育成 を 担 う 浄土 宗 の 高等 教育 機関 と し て 発展 を 遂げ 、 学制 の 改革 に よ る 統合 ・ 独立 に よ っ て 何 度 か 校名 を 変更 し 、 1912 年 の 専門 学校 令 に よ る 高等 学院 の 設置 を 以 て 創立 と し て い る 。 1913 年 に 佛教 専門 学校 と 改称 し 、 1949 年 に 新 学 制 に よ り 佛教 大学 に 昇格 し た 。 尚 、 1922 年 以前 に 仏教 大学 と 称 し て い た の は 現在 の 龍谷 大学 で あ り 、 本稿 の 佛教 大学 と は 無 関係 で あ る 。 昇格 当初 は 仏教学 部 仏教学科 のみ の 単科 大学 から 始ま っ た が 、 その 後 学 部 ・ 学科 を 増や し 、 現在 ( 2006 年 ) は 5 学 部 10 学科 と 4 研究 科 12 専攻 の 大学 院 を 擁 する 総合 大学 と な っ て い る ( 理系 で は 、 保健 医療 技術 学 部 を 設け て い る ) 。 また 、 1953 年 に は 関西 唯一 ・ 仏教 系 大学 唯一 の 正規 課程 で あ る 通信 教育 課程 を 開設 。 現在 、 4 学 部 7 学 科 3 研究 科 12 専攻 で 約 2 万 名 が 受講 し て お り 、 私立 大学 の 通信 教育 課程 と し て は 全国 有数 の 規模 を 誇 っ て い る 。 通信 教育 で 唯一 宗教 科 教員 免許 の 取得 が 可能 な 所 と し て も 知 ら れ る 。 名称 の 通り 仏教 を 建学 の 理念 と し て い る 大学 で 、 学則 の 第 1 条 に 「 仏教 精神 に よ り 人格 見識 高邁 に し て 活動 力 が あ る 人物 の 育成 を 目的 と し 、 世界 文化 の 向上 人類 福祉 の 増進 に 貢献 する こと を 使命 と する 」 と 明記 さ れ て い る 。 元々 が 僧侶 養成 の 機関 で あ る ため 、 全学科 で 浄土 宗教 師 と 浄土 宗 開教 使 の 資格 が 取得 可能 で あ る 。 尚 、 仏教学 を 学 ぶ 学科 と し て 文学 部 に 仏教 学科 が あ っ た が 、 2004 年度 の 学科 再編 に 伴 い 、 史学 科 、 日本 語 日本 文学 科 と 統合 さ れ て 人文 学 科 と な っ た 。 現在 は 文学 部 人文 学 科 の 中 の 浄土 ・ 仏教 コース で 学 ぶ こと が でき る 。 なお 、 昭和 40 年 に 廃止 し た 仏教 学 部 を 平成 22 年 4 月 を めど に 復活 さ せ る こと を 明らか に し た 。 学部 や 学科 の 名称 から 仏教 」 の 文字 を 外 す 傾向 が あ る なか で 、 「 仏教 研究 の 核 に な る 大学 」 を 目指 す と し て い る 。 建学 の 理念 は 「 仏教 精神 」 と な っ て い る 。 浄土 宗 宗祖 法然 の 生家 で あ る 漆間 家 の 家紋 で あ っ た 杏葉 に 「 大學 」 の 文字 を 配 し て い る 。 昭和 24 年 4 月 制定 。 佛教 専門 学校 時代 は 杏葉 に 「 専 」 の 文字 を 配 し た 校章 だっ た 。 因み に 浄土 宗 の 宗紋 は 月影 に 杏葉 。 イニシャル の 「 B 」 の 文字 から カラフル な 5 本 の ライン が 右 方向 に 伸び て い る マーク 。 大学 内 で は 校章 以上 に 目 に する 。 平成 3 年 10 月 制定 。 昭和 11 年 4 月 に 佛教 専門 学校 校歌 と し て 制定 。 作詞 は 当時 の 校長 で あ る 小西 存祐 、 作曲 は 吉田 恒三 。 一 、 高輝 る 千古 の 都   若草 の 萌出 る ところ ここ 鷹陵 の 吾 等 が 学舎   ここ 鷹陵 の 吾 等 が 学舎   ここ 鷹陵 の 吾 等 が 学舎 二 、 さえ られ ぬ 光 こめ たり   黒谷 の 春 の あけぼの 誰 ぞ 開 く 報 恩 蔵   誰 ぞ 開 く 報 恩 蔵   誰 ぞ 開 く 報恩 蔵 三 、 仰ぎ見 よ 華頂 の 峰   その 高 き 教え ぞ 栄 ゆる 還 愚痴 の 聖存 ま せ り   還愚痴 の 聖存 ま せ り   還愚痴 の 聖存 ま せ り 四 、 世 は あげ て 五濁 に 悩 む   いざ 立ち て 仏土 浄 めん 選択 の 御 旗 かざ し て   選択 の 御 旗 かざ し て   選択 の 御 旗 かざ し て 表記 は 「 仏教 大学 」 で は な く 「 佛教 大学 」 が 正し い 。 また 、 英語 表記 も 「 BuddhistUniversity 」 で は な く 「 BukkyoUniversity 」 が 正し い 。 つまり 、 「 佛教 ( ぶっきょう ) 」 と い う 言葉 を 一般 名詞 と し て で は な く 固有 名詞 と し て 使 っ て い る 。 通称 は 「 佛大 」 ( ぶつだい ) が 一般 的 だ が 、 他 に 「 フラ 大 」 ( 佛 が フランス の 略 で あ る ため ) や 「 ポン 大 」 ( ポン は 木魚 の 音 ) と い う 呼 び 方 も 一部 で は さ れ て い る 。 また 、 紫野 周辺 の お 年寄り の 中 で は 「 佛専 」 ( ぶっせん ) と 前身 の 佛教 専門 学校 の 略称 で 呼 ぶ 方 も い る 。 尚 、 1922 年 以前 に 「 仏教 大学 」 と 称 し て い た の は 現在 の 龍谷 大学 で あ り 、 現在 の 佛教 大学 と は 関係 な い 。 華頂 短期 大学 沿革 1615 年   江戸 に 関東 十 八 檀林 を 設置 1868 年   知恩 院 山内 源 光院 に 仮勧学 場 を 設置 1870 年   勧学 場 と な る 18 71 年   勧学 所 と し て 入信 院 に 設置 1875 年   勧学 本場 と な る 1876 年   宗 学校 西部 本校 と 改め る 1877 年   旧 華頂 宮邸 に 移転 1879 年   浄土 宗 総 本山 宗 学校 に 改称 1884 年   西部 大学 林 に 改称 1887 年   東部 大学 林 と 合併 し 宗学 本校 を 設置   西部 大学 林 は 高等 本科 と な る 1891 年   宗学 本校 高等 専門 科 と な る 189 8 年   宗学 本校 を 分割   宗学 本校 高等 専門 科 は 浄土 宗 専門 学院 と な り 百 万 辺 山内 仮 校舎 に 移転 1901 年   鹿ヶ谷 に 移転 190 3 年   専門 学校 令 に よ り 認可 さ れ る 190 4 年   浄土 宗 大学 院 分校 と な る 190 4 年   浄土 宗 大学 分校 と な り 専門 科 が 設置 さ れ る 190 7 年   宗教 大学 分校 と な る 190 7 年   宗教 大学 分校 鹿 渓会 が 発足 ( 現在 の 学友 会 と 同窓 会 ) 1912 年   高等 学院 を 専門 学校 令 に よ り 設置   宗教 大学 より 独立 ( 宗教 大学 は 1926 年 に 大正 大学 と な る ) 1913 年   佛教 専門 学校 に 改称 1933 年   洛北 千本 北 大路 の 現在 地 に 移転 1949 年   新 学制 に よ り 佛教 大学 に 昇格   仏教学 部 仏教学 科 を 設置 1953 年   通信 教育 課程 を 開設 1967 年   第 1 回 鷹陵祭 開催 1968 年   文学 部 に 教育 学科 を 開設 、 通信 教育 課程 に 教育 学科 開設 1971 年   大学 院 文学 研究 科 日本 史学 専攻 ・ 東洋 史学 専攻 ( 修士 課程 ) 、 社会 学 研究 科 社会 福祉 学 専攻 ( 修士 課程 ) 、 通信 教育 課程 に 仏教学 専攻 科 開設 1975 年   文学 部 に 英 文学 科 を 開設 1976 年   佛教 大学 付属 幼稚 園 を 設置 1977 年   大学 院 博士 後期 課程 を 開設 。 文学 研究 科 日本 史学 専攻 、 東洋 史学 専攻 、 社会 学 研究 科 社会 学 ・ 社会 福祉 学 専攻 、 別科 ( 仏教 専修 ) を 開設 1981 年   通信 教育 課程 文学 部 英 文学 科 開設 、 大学 院 文学 研究 科 国 文学 専攻 ( 修士 課程 ) 開設 1984 年   佛教 大学 四条 センター を 開設 1986 年   文学 部 に 中国 文学 科 を 開設 1987 年   大学 院 文学 研究 科 英米 文学 専攻 ( 修士 課程 ) 開設 1989 年   教育 学 部 を 設置 ( 社会 教育 学科 を 開設 し 、 教育 学科 を 文学 部 より 移行 ) 、 社会 学部 に 応用 社会 学科 を 開設 1991 年   学校 法人 の 所在 地 を 東京 都 から 京都 府 ( 現 所在 地 ) に 変更 、 佛教 大学 総合 研究 所 を 開設 、 大学 院 文学 研究 科 国 文学 専攻 ( 博士 後期 課程 ) 、 仏教 文化 専攻 ( 修士 課程 ) 開設 、 通信 教育 課程 文学 部 中国 文学 科 開設 1992 年   佛教 大学 ロサンゼルス 校 開校 1993 年   大学 院 文学 研究 科 中国 文学 専攻 ( 修士 課程 ) を 開設 、 大学 院 教育 学 研究 科 生涯 教育 専攻 を 開設 、 専攻 科 に 仏教 看護 コース を 開設 1995 年   通信 教育 課程 社会 学 部 応用 社会 学科 開設 、 大学 院 文学 研究 科 英米 文学 専攻 ( 博士 後期 課程 ) 開設 1996 年   通信 教育 課程 教育 学 部 教育 学科 開設 1997 年   成徳 常 照館 ( 新図書 館 ) 竣工 1998 年   大学 院 文学 研究 科 浄土 学 専攻 、 仏教 文化 専攻 、 中国 文学 専攻 ( 博士 後期 課程 ) 開設 1999 年   教育 学 部 社会 教育 学科 を 生涯 学習 学科 に 改称 、 通信 制 大学 院 ( 全国 で 最初 の 正規 課程 ) を 開設 、 文学 研究 科 浄土 学 専攻 、 仏教学 専攻 、 仏教 文化 専攻 、 日本 史学 専攻 、 東洋 史学 専攻 、 中国 文学 専攻 、 英米 文学 専攻 ( 修士 課程 ) 、 教育 学 研究 科 生涯 教育 専攻 ( 修士 課程 ) 、 社会 学 研究 科 社会 福祉 学 専攻 ( 修士 課程 ) 開設 。 2000 年   教育 学部 に 臨床 心理 学 科 を 開設 、 社会 学部 に 健康 福祉 学科 を 開設 2001 年   大学 院 教育 学 研究 科 生涯 教育 専攻 ( 博士 後期 課程 ) を 開設 、 通信 制 大学 院 に 文学 研究 科 国 文学 専攻 ・ 社会 学 研究 科 、 社会 学 専攻 を 開設 、 国文 学 科 を 日本 語 日本 文学 科 に 改称 、 中国 文学 科 を 中国 語 中国 文学 科 に 改称 、 英 文学科 を 英語 英米 文学 科 に 改称 2002 年   学校 法人 華頂 学園 と 法人 合併 、 大学 院 教育 学 研究 科 に 臨床 心理 学 専攻 を 開設 2003 年   通信 制 大学 院 に 仏教学 専攻 ( 博士 後期 課程 ) ・ 日本 史学 専攻 ( 博士 後期 課程 ) を 開設 、 通信 制 大学 院 に 臨床 心理 学 専攻 ( 修士 課程 ) を 開設 2004 年   文学 部 仏教学科 ・ 史学科 ・ 日本 語 日本 文学 科 を 人文 学 科 に 、 社会 学 部 社会 学科 ・ 応用 社会 学科 を 現代 社会 学科 ・ 公共 政策 学科 に 、 社会 学 部 社会 福祉 学科 ・ 健康 福祉 学科 を 社会 福祉 学 部 社会 福祉 学科 に 改組 。 中国 語 中国 文学 科 を 中国 学科 に 、 英語 英米 文学 科 を 英米 学科 に 改称 。 2005 年   大学 院 教育 学 研究 科 臨床 心理 専攻 ( 博士 後期 課程 ) 開設 2006 年   保健 医療 技術 学 部 を 設置 ( 理学 療法 学 科 、 作業 療法 学 科 を 開設 ) 、 大学 院 社会 福祉 学 研究 科 を 開設 2010 年 ( 予定 ) 仏教 学 部 を 設置 予定 。 学部 ・ 学科 文学 部 人文 学 科 ( 浄土 ・ 仏教 コース 、 仏教 芸術 コース 、 日本 史 コース 、 アジア 史 コース 、 地域 文化 コース 、 日本 語 日本 文学 コース ) 英米 学科 ( 英語 英米 文学 コース ) 中国 学科 ( 中国 語 中国 文学 コース ) 教育 学 部 教育 学科 ( 教育 学 コース ) 臨床 心理 学科 ( 臨床 心理 コース ) 社会 学 部 現代 社会 学科 ( 文化 ・ アイデンティティコース 、 共生 ・ 臨床 社会 コース 、 情報 ・ メディア コース ) 公共 政策 学科 ( 環境 ・ コミュニティコース 、 公共 マネジメント コース ) 社会 福祉 学 部 社会 福祉 学科 ( 福祉 援助 コース 、 福祉 開発 コース 、 医療 福祉 コース 、 ライフ デザイン コース ) 保健 医療 技術 学 部 理学 療法 学 科 作業 療法 学 科 大学 院 文学 研究 科 修士 課程 ( 浄土 学 専攻 、 仏教学 専攻 、 仏教 文化 専攻 、 日本 史学 専攻 、 東洋 史学 専攻 、 国 文学 専攻 、 中国 文学 専攻 、 英 文学 専攻 ) 博士 課程 後期 ( 浄土 学 専攻 、 仏教学 専攻 、 仏教 文化 専攻 、 日本 史学 専攻 、 東洋 史学 専攻 、 国 文学 専攻 、 中国 文学 専攻 、 英 文学 専攻 ) 教育 学 研究 科 修士 課程 ( 生涯 教育 専攻 、 臨床 心理 学 専攻 ) 博士 課程 後期 ( 生涯 教育 専攻 ) 社会 学 研究 科 修士 課程 ( 社会 学 専攻 ) 博士 課程 後期 ( 社会 学 専攻 ) 社会 福祉 学 研究 科 修士 課程 ( 社会 福祉 学 専攻 ) 博士 課程 後期 ( 社会 福祉 学 専攻 ) 博士 課程 前期 は 修士 課程 と し て 取り扱 う 。 専攻 科 仏教学 専攻 ( 仏教学 コース 、 仏教 看護 コース ) ※ 現在 、 募集 は 停止 。 別科 仏教 専修 通信 教育 課程   学部 ・ 学科   他 文学 部 人文 学 科 ( 浄土 ・ 仏教 コース 、 仏教 芸術 コース 、 日本 史 コース 、 アジア 史 コース 、 地域 文化 コース 、 日本 語 日本 文学 コース ) 英米 学科 中国 学科 教育 学 部 教育 学科 社会 学 部 現代 社会 学科 公共 政策 学科 社会 福祉 学 部 社会 福祉 学科 課程 本科 ( 教員 免許 ・ 各種 資格 ) 科目 履修 コース ( 免許 ・ 資格 ・ 教養 ) 本科 入学 資格 コース 教養 講座 ( 書道 教養 コース 、 仏教 教養 コース 、 京都 の 歴史 と 文化 コース ) 通信 教育 課程   大学 院 文学 研究 科 修士 課程 ( 浄土 学 専攻 、 仏教学 専攻 、 仏教 文化 専攻 、 日本 史学 専攻 、 東洋 史学 専攻 、 国 文学 専攻 、 中国 文学 専攻 、 英米 文学 専攻 ) 博士 課程 後期 ( 仏教学 専攻 、 日本 史学 専攻 ) 教育 学 研究 科 修士 課程 ( 生涯 教育 専攻 、 臨床 心理 学 専攻 ) 社会 学 研究 科 修士 課程 ( 社会 学 専攻 ) 社会 福祉 学 研究 科 修士 課程 ( 社会 福祉 学 専攻 ) 博士 課程 前期 は 修士 課程 と し て 取り扱 う 。 施設 概要 紫野 キャンパス ( 京都 府 京都 市 北 区 紫野 北花 ノ坊 町 ) 校舎 ( 5 号 館 以降 は 比較 的 新し く 、 綺麗 な の に 対 し 、 1 ~ 4 号 館 は 非常 に 古く 汚 い ) 図書 館 ( 成徳 常 照館 ) 園部 キャンパス ( 京都 府 南丹 市 園部 町 城南 ) 多 目的 グラウンド 陸上 競技 場 兼 サッカー 場 テニス コート 野球 場 室内 練習 場 クラブ ハウス 合宿 所 ( 施設 で は な い が 敷地 内 に 園部 藩 主 小出 公 の 墓所 が あ る ) 岩倉 総合 グラウンド ( 京都 府 京都 市 左京 区 岩倉 ) 多 目的 グラウンド テニス コート セミナー ハウス 広沢 グラウンド ( 京都 府 京都 市 右京 区 広沢 ) 多 目的 グラウンド テニス コート アジア 宗教 文化 情報 研究 所 付属 幼稚 園 付置 機関 宗門 後継 者 養成 道場 佛教 大学 総合 研究 所 佛教 大学 アジア 宗教 文化 情報 研究 所 佛教 大学 福祉 教育 開発 センター 佛教 大学 四条 センター 佛教 大学 臨床 心理 学 研究 センター 佛教 大学 ロサンゼルス 校 佛教 大学 付属 幼稚 園 関連 施設 特別 養護 老人 ホーム 「 和順 の 里 」 学生 自治 会 学友 会 通学 課程 の 学部 生 のみ が 会員 と な る 全員 加盟 制 の 学生 自治 会 。 全 日本 学生 自治 会 総 連合 に は 加盟 し て い な い 。 最高 執行 機関 で あ る 中央 執行 委員 会 と 常設 議決 機関 で あ る 代 議員 会 を 中心 に 運営 さ れ て お り 、 大学 が 公認 する クラブ や サークル は 全て 学友 会 の 団体 ( 中央 執行 委員 会 直属 団体 ) と な っ て い る 。 また 、 鷹陵 祭 や 紫櫻 祭 など の 通学 課程 の 学生 を 対象 と し た 祭典 行事 は 学友 会 が 主催 する 。 通信 教育 部 学友 会 通信 教育 課程 の 全学生 を 対象 と し た 学生 自治 会 。 学習 の 進展 と 親睦 を 目的 に 活動 し て い る 。 学生 の 居住 地域 ごと に 支部 を 構成 し 、 45 支部 が あ る 。 夏期 スクーリング の 際 に 祭典 行事 を 開催 する 。 校友 会 同窓 会 宗教 大学 分校 時代 に 設立 さ れ 、 佛教 専門 学校 、 佛教 大学 通学 課程 の 学部 ・ 大学 院 ・ 専攻 科 ・ 別科 の 卒業 生 ・ 修了 生 に よ っ て 組織 さ れ る 。 会報 「 紫野 」 の 発行 や 慶弔 業務 を 行 っ て い る 。 国内 に 28 、 海外 に 4 の 支部 を 設置 する 。 鷹陵 同窓 会 通信 教育 部 の 卒業 生 で 組織 さ れ る 同窓 会 。 昭和 32 年 に 第 1 回 の 卒業 生 が 出 る と 同時 に 発足 し た 。 対外 関係 同志社 大学 ・ 龍谷 大学 ・ 大谷 大学 ・ 高野山 大学 ・ 花園 大学 ・ 種智院 大学 と とも に 京都 ・ 宗教 系 大学 院 連合 に 加盟 し て い る 。 龍谷 大学 ・ 京都 産業 大学 ・ 京都 文教 大学 ・ 関西 福祉 科学 大学 ・ 皇學 館 大学 ・ 愛知 大学 ・ 九州 産業 大学 と 小 学校 教諭 免許 状 課程 履修 に 関 する 協定 を 締結 し て い る 。 奈良 県 立平城 高等 学校 と 教育 連携 協定 を 締結 し て い る 。 アジア 大韓民国 圓光 大 学校 東国 大 学校 江南 大 学校 中華 人民 共和 国 西北 大学 台湾 東海 大学 慈済 大学 ベトナム HUFLIT +建学 の 精神 同志社 の 建学 精神 は キリスト 教 精神 に 基づ く 「 良心 」 で あ る 。 新島 襄 は 建学 の 目的 と し て 、 「 良心 を 手腕 に 運用 する 人物 」 の 育成 を 掲げ た 。 知識 教育 に 偏 る こと の な いよう 、 キリスト 教 に 基づ く 「 徳育 」 を 並行 し て 進め る こと で 、 「 良心 の 全身 に 充満 」 し た 人々 を 輩出 し た い と 願 っ た の で あ る 。 その 思い を 彼 の 筆跡 の まま 刻 ん だ 碑 が 、 今出川 ・ 京田辺 両校 地 の 正面 入口 に 存在 する 。 この 良心 碑 に は 、 「 良心 之 全身 ニ充満 シタル 丈夫 ノ 起 リ来 ラン 事 ヲ 」 と い う 言葉 が 刻 ま れ て い る 。 また 、 この 「 良心 」 教育 を 具体 的 に 実現 する ため の 教育 理念 と し て 、 「 キリスト 教 主義 」 「 自由 主義 」 「 国際 主義 」 が 掲げ られ 、 これ ら を 通 じ て 「 一 国 の 良心 」 た る 人物 を 輩出 する こと を 目指 し て い る 。 11 学 部 12 研究 科 を 設置 し て い る 。 また 、 日本 国 内 に は 数 少な い 神学 部 を 持 つ 。 キリスト 教 プロテスタント 系 の 大学 で 、 会衆 派 教会 ( 組合 教会 ) の 流れ を く む 。 しかし 、 いわゆる ミッション 系 大学 と は 性質 が 異な り 、 キリスト 教 伝道 を 主 た る 目的 と し な い ( 教育 その もの を 伝道 の 手段 と し な い ) キリスト 教 主義 大学 で あ る 。 1875 年 、 明治 六 大 教育 家 の 一人 で あ る 新島 襄 に よ り 設立 さ れ た 同志 社 英 学校 を 前身 と する 大学 で あ る 。 1875 年 新島 襄 が 京都 寺町 に 官許 同志社 英 学校 を 開校 する 。 教員 2人 、 生徒 8 人 。 1876 年 今出川 校地 ( 旧 薩摩 藩 邸跡 ) に 移転 。 同志 社 英 学校 に 余科 を 併置 。 この 時 、 熊本 バンド 約 35 人 が 入学 。 1887 年 医学 校 ( 医学 部 ) 構想 の 一環 と し て 、 同志 社 病院 ・ 京都 看病 婦 学校 を 創設 。 同志社 予備 校 設置 。 1888 年 同志 社 英 学校 と 同志 社 予備 校 を 併せ て 同志 社 学院 ( 予備 学 部 、 普通 学 部 、 神学 部 ) 設置 。 「 同志 社 大学 設立 の 旨意 」 を 全国 の 主要 な 雑誌 ・ 新聞 に 発表 。 1889 年 同志 社 学院 を 同志 社 予備 学校 、 同志 社 普通 学校 、 同志 社 神 学校 と 改称 。 1890 年 新島 襄 永眠 。 同志社 ハリス 理化 学校 ( 現 工学 部 ) を 9 月 に 開校 。 1891 年 同志 社 政 法 学校 開校 。 政治 学科 ( 現 法学 部 ) と 理財 科 ( 現 経済 学 部 ) を 置 く 。 1892 年 同志社 ハリス 理化 学校 を 同志 社 ハリス 理 科 学校 と 改称 。 1893 年 同志 社 徽章 を 制定 。 1896 年 同志社 普通 学校 を 同志 社 高等 普通 学校 と 改称 。 1897 年 同志 社 高等 普通 学校 、 同志 社 政 法 学校 、 同志 社 波理 須理 科 学校 を 同志 社 高等 学 部 文科 学校 、 同志 社 高等 学 部 政法 学校 、 同志 社 高等 学 部 波理 須理 科 学校 に 改制 。 190 4 年 専門 学校 令 に よ る 同志 社 神 学校 と 同志 社 高等 学 部 文科 学校 及び 同志 社 高等 学 部 波理 須理 科 学校 を 合併 し 、 専門 学校 令 に よ る 同志 社 専門 学校 を 設置 。 同志 社 高等 学 部 政法 学校 廃止 。 190 8 年 同志 社 カレッジ ソング 制定 。 1911 年 専門 学校 と し て 再編成 し 、 神学 部 、 英語 師範 部 、 高等 商業 部 ( 現 商学 部 ) 、 政治 経済 部 の 4 部 を 置 く 。 1912 年 同志 社 専門 学校 、 同志 社 神 学校 廃止 。 専門 学校 令 に よ り 同志 社 大学 ( 神学 部 、 政治 経済 学 部 、 英文科 ) を 開校 。 1919 年 英 文科 を 文学 部 、 政治 経済 部 を 法学 部 と 改称 。 1920 年 関西 地区 で 初めて 大学 令 に 基づ い て 大学 に 昇格 。 同志社 大学 文学 部 ( 神学 科 、 英 文学科 ) 、 法学 部 ( 政治 学科 、 経済 学科 ) 、 大学 院 、 予科 を 開校 。 1922 年 専門 学校 令 に よ る 大学 を 同志 社 専門 学校 と 改称 再編 し 、 神学 部 、 英語 師範 部 、 高等 商業 部 、 政治 経済 部 を 設置 。 1923 年 法学 部 法律 学科 を 増設 。 1926 年 文学 部 神学科 に 神学 専攻 、 倫理 学 専攻 を 設置 。 1927 年 文学 部 哲学科 を 増設 。 1930 年 同志 社 専門 学校 高等 商業 部 を 廃止 し 、 同志 社 高等 商業 学校 を 設置 1937 年 ヘレン ・ ケラー 女史 が 講演 。 専門 学校 神学 部 廃止 1940 年 文学 部 哲学 科 倫理 学 及 教育 学 専攻 を 倫理 学 、 教育 学 専攻 に 分割 。 1941 年 文学 部 ( 神学 科 、 英 文学 科 、 哲学 科 ) を 神学 科 ( 神学 専攻 ) 、 文化 学科 ( 哲学 倫理学 、 心理 学 、 英語 英 文学 、 文芸 学 、 厚生 学 専攻 ) に 改制 。 1944 年 同志社 大学 研究 所 ( 現 ・ 人文 科学 研究 所 ) 設置 。 法 文学 部 ( 神 ・ 厚生 ・ 法経 の 3 学科 ) 1 学部 に 縮小 。 同志社 工業 専門 学校 を 設置 し 、 電気 通信 科 、 機械 科 、 化学 工業 科 を 設置 。 1946 年 元 の 2 学部 に 復旧 。 厚生 学科 は 文学 部 社会 学科 へ 改組 。 1947 年 文学 部 神学科 から 神学 部 へ 改組 。 1948 年 新 制 大学 開校 、 4 学 部 ( 神学 部 、 文学 部 、 法学 部 、 経済 学 部 ) を 開設 。 1949 年 商学 部 、 工学 部 を 開設 、 6 学 部 体制 と な る 。 日本 の 大学 で は 初 と な る 点字 で の 入試 を 開始 。 学友 会 発足 。 1950 年 大学 院 修士 課程 、 神 ・ 文 ・ 法 ・ 経済 ・ 商各 研究 科 を 開設 。 短期 大学 部 ( 夜間 2 年 制 ) 英語 ・ 商 ・ 経 ・ 工各 学科 を 開設 。 1951 年 大学 教養 学 部 ( 一般 教育 課程 ) を 廃止 。 1952 年 同志 社 各 専門 学校 を 廃止 。 1953 年 大学 院 博士 課程 設置 。 1955 年 工学 研究 科 修士 課程 開設 。 1957 年 同志社 大学 研究 所 を 同志 社 大学 人文 科学 研究 所 へ 改称 。 1958 年 アメリカ 研究 所 開設 。 1959 年 理工 学 研究 所 開設 。 1974 年 新町 別 館 開館 。 1976 年 EU 資料 センター 設置 。 1986 年 田辺 校地 ( 現 ・ 京田 辺 校 地 ) 開校 。 文学 研究 科 社会 福祉 学 専攻 博士 課程 ( 後期 課程 ) 、 国 文学 専攻 博士 課程 ( 後期 課程 ) 開設 。 1988 年 文学 研究 科 美学 および 芸術 学 専攻 修士 課程 開設 。 1991 年 初 の 大学 院 独立 研究 科 と し て 、 アメリカ 研究 科 を 開設 。 学術 情報 センター 発足 。 1993 年 言語 文化 教育 研究 センター 開設 。 宗教 センター を キリスト 教 文化 センター へ 改称 。 文学 研究 科 教育 学 専攻 修士 課程 、 文学 研究 科 社会 学 専攻 修士 課程 、 アメリカ 研究 科 アメリカ 研究 専攻 博士 課程 ( 後期 課程 ) 開設 。 1994 年 工学 部 知識 工学 科 、 機能 分子 工学 科 、 物質 化学 工学 科 を 開設 。 また 機械 工学 科 を 機械 システム 工学 科 に 、 機械 工学 第 二 学科 を エネルギー 機械 工学 科 に 改組 。 工学 部 および 工学 研究 科 、 理工 学 研究 所 を 田辺 校 地 に 統合 移転 。 同志社 大学 政法 会 設立 。 1995 年 大学 院 独立 研究 科 と し て 、 総合 政策 科学 研究 科 を 開設 。 1996 年 商学 研究 科 専門 職 コース 内 に 「 ベンチャー ビジネス ・ プログラム 」 を 開設 。 経済 学 研究 科 応用 経済 学 専攻 に 「 高度 専門 職 コース 」 を 開設 。 文学 研究 科 美学 および 芸術 学 専攻 に 博士 課程 ( 後期 課程 ) を 開設 。 1997 年 文学 研究 科 社会 学 専攻 と 総合 政策 科学 研究 科 総合 政策 科学 専攻 に 博士 課程 ( 後期 課程 ) を 開設 。 昼夜 開講 制 を 実施 。 1998 年 文学 研究 科 新聞 学 専攻 に 博士 課程 ( 後期 課程 ) を 開設 。 工学 研究 科 に 知識 工学 専攻 修士 課程 、 および 数理 環境 科学 専攻 修士 課程 を 開設 。 2 学期 制 を 実施 。 エコール ・ サントラル ( 仏 国立 理工 科学 学院 ) の ダブル ディグリー システム 開始 。 1999 年 留学 生 別科 を 設置 。 2000 年 工学 研究 科 知識 工学 専攻 に 博士 課程 ( 後期 課程 ) を 開設 。 同志社 女子 大学 と 学生 証 に よ る 図書 館 相互 利用 ( 貸出 ) 開始 。 2001 年 文学 研究 科 教育 学 専攻 に 博士 課程 ( 後期 課程 ) を 開設 。 2003 年 文学 研究 科 産業 関係 学 専攻 修士 課程 を 開設 。 同志社 ローム 記念 館 プロジェクト 開始 。 学友 会 解散 。 2004 年 政策 学 部 、 専門 職 大学 院 ( 司法 研究 科 、 ビジネス 研究 科 ) 開設 。 工学 部 2 学 科 増設 。 学生 部 から 学生 支援 センター へ 名称 変更 。 GPA 導入 。 2005 年 文学 部 社会 学科 から 社会 学部 に 改組 。 文化 情報 学 部 開設 。 アンチ エイジング リサーチ センター 開設 。 京田辺 市 と 包括 協定 締結 。 京都 ・ 宗教 系 大学 院 連合 に 加盟 。 2006 年 工学 部 知識 工学 科 を インテリジェント 情報 工学 科 に 改組 。 外国 語 オナーズ ( 外国 語 科目 成績 優秀 者 表彰 制度 ) 導入 。 プロジェクト 科目 導入 。 オープン コースウェア 開設 。 ミラノ 大学 と 学術 交流 協定 及び 学生 交換 協定 を 締結 。 神戸 親和 女子 大学 通信 教育 部 発達 教育 学 部 児童 教育 学科 ( 初等 教育 学 コース ) ( 男女 共学 ) と の 連携 プログラム 「 小 学校 教諭 ( 一種 ) 取得 プログラム 」 開始 。 スタンフォード 日本 センター 設置 。 D - egg ( インキュベーション 施設 ) が 完成 。 2007 年 アンチ エイジング ドック 開設 。 助 教授 から 准 教授 へ 名称 変更 。 2008 年 工学 部 から 理工 学 部 に 改組 、 それ に 伴 い 、 2 学科 を 改組 、 1 学科 増設 。 生命 医 科学 部 ( 3 学科 ) 、 スポーツ 健康 科学 部 ( 1 学科 ) 、 大学 院 生命 医 科学 研究 科 開設 。 2009 年 文学 部 心理 学 科 が 心理 学部 に 改組 さ れ 、 それ に 伴 い 全 学年 を 京田 辺 校 地 へ 移動 。 心理 学 研究 科 も 京田 辺 校 地 に 設置 。 神学 部 、 社会 学 部 の 全 学年 を 今出川 校地 へ 統合 。 同志社 大学 で は 「 ~ 校地 」 を キャンパス の 正式 名称 と し て い る 。 ただし 、 「 ~ キャンパス 」 と い っ た 名称 も 併用 し て い る 。 ( 学研 都市 キャンパス の み 正式 に ~ キャンパス と 使 わ れ る 。 ) 今出川 校地 ( 〒 6 0 2 - 8 580 京 都 府 京都 市 上京 区 今出川 通り 烏丸 東入 ) 新町 校地 ( 京都 府 京都 市 上京 区 ) 室町 校地 ( 京都 府 京都 市 上京 区 ) 京田辺 校地 ( 〒 6 1 0 - 0 3 94 京都 府 京田辺 市 多々 羅 都谷 1 - 3 ) 学研 都市 キャンパス ( 〒 6 1 9 - 0 225 京都 府 木津川 市 木津川 台 4 丁目 1 - 1 ) 大阪 サテライト ( 〒 5 3 0 - 0001 大阪 府 大阪 市 北 区 ( 大阪 市 ) 梅田 2 丁目 1 - 2 2 野村 不 動産 西 梅田 ビル 9 階 ) 東京 オフィス ( 〒 1 0 0 - 0 004 東京 都 千代田 区 大手町 2 丁目 6 番 2 号 日本 ビルヂング 5 階 566 区 ) 象徴 徽章 正 三角 形 を 3 つ 寄せ た もの で 、 国 あるいは 土 を 意味 する アッシリア 文字 「 ムツウ 」 を 図案 化 し た もの 。 知 ・ 徳 ・ 体 の 三位 一体 あるいは 調和 を めざ す 同志 社 の 教育 理念 を あらわ す もの と 解釈 さ れ て い る 。 考案 者 は 湯浅 半月 。 スクール カラー 紫 ( 古代 紫 と 江戸 紫 の 中間 色 ) と 白 の 2 色 。 創立 者 新島 襄 の 母校 、 アマースト 大学 の スクール カラー と 同色 。 校歌 Dos hisha CollegeSong ( ウィリアム ・ メレル ・ ヴォーリズ 作詞 ・ カール ・ ウィルヘルム 作曲 ) ドイツ 民謡 「 ライン の 守り 」 を もと に し 、 ウィリアム ・ メレル ・ ヴォーリズ が 詞 を つけ た 。 また 当時 の 多く の 宣教 師 の 出身 校 で あ る イェール 大学 の 校歌 に も 同じ メロディ が 使 わ れ て い る 。 たまに カラオケ に も 入 っ て い る 。 同志社 大学 歌 ( 北原 白秋 作詞 ・ 山田 耕筰 作曲 ) 同志社 大学 で 毎年 新入 生 に 配布 さ れ る 、 カレッジ ソング 集 ( CD ) に 収録 さ れ て い る 。 2004 年度 まで は 同 大学 グリー クラブ に よ る 伴奏 なし の 男声 合唱 の もの が 収録 さ れ て い た が 、 2005 年度 から アカペラ で 混声 5 人 と ボイス パーカッション に よ る アレンジ で 収録 さ れ て い る 他 、 同志 社 交響 楽団 に よ る オーケストラ ver . も 収録 さ れ て い る 。 編曲 、 歌 は 同 大学 の アカペラ サークル 「 One Voices 」 。 応援 歌 Dos hishaCheer スポーツ の 応援 時 以外 に も あらゆる イベント で 歌 わ れ る 。 Dos hishaHeroes 学生 数 同志社 大学 に は 約 26,000 人 の 学生 が 学 ぶ 。 神学 部 1999 年 に 神学 部 神学科 と 明示 さ れ る 。 現在 は 、 特定 教派 の 牧師 養成 のみ を 目的 と せ ず 、 一 神 教 を 中心 に 幅広 く 宗教 を 学べ る 学部 と な っ て い る 。 キリスト 教 神学 のみ な ら ず 、 ユダヤ 教 、 イスラーム 関連 科目 が 設置 さ れ て い る こと も 特徴 。 卒業 後 の 進路 は 他 学部 と 変わ ら ず 一般 企業 へ の 就職 が 多 い 。 1 、 2 年次 は 京田 辺 校地 で 学 び 、 3 、 4 年次 は 今出川 校地 で 学 ぶ 。 2009 年度 より 全 学年 を 今出川 校地 へ 統合 。 神学 科 文学 部 もともと 文学 部 に は 英 文学 科 、 文化 学 科 、 社会 学科 が 存在 し た が 、 2005 年度 より 社会 学科 が 社会 学 部 へ 改組 さ れ た の に 伴 い 、 文化 学科 の 各 専攻 が 学科 へ 改組 。 1 、 2 年次 は 京田 辺 校地 で 学 び 、 3 、 4 年次 は 今出川 校地 で 学 ぶ 。 英 文学 科 哲学 科 心理 学 科 2009 年度 より 、 心理 学科 を 心理 学 部 へ 改組 し 、 全 学年 を 京田辺 へ 移動 。 美学 芸術 学 科 文化 史 学科 国 文学 科 第 2 部 文化 学 科 国 文学 専攻 は 2003 年 3 月 廃止 。 社会 学 部 現在 の 社会 学 部 の 前身 は 1941 年 4 月 に 設置 さ れ た 文学 部 文化 学 科 厚生 学 専攻 。 1944 年 10 月 に 法 文学 部 厚生 学科 に 改組 さ れ 、 1946 年 4 月 に 文学 部 社会 学科 が 誕生 する 。 その 後 、 2005 年度 に 社会 学 部 へ 改組 さ れ た 。 1 、 2 年次 は 京田 辺 校地 で 学 び 、 3 、 4 年次 は 今出川 校地 で 学 ぶ 。 2009 年度 より 全 学年 を 今出川 校地 へ 統合 。 社会 学科 社会 福祉 学科 メディア 学科 2004 年 4 月 文学 部 社会 学科 新聞 学 専攻 より 名称 変更 。 産業 関係 学科 教育 文化 学 科 法学 部 現在 の 法学 部 の 前身 は 1891 年 に 開校 さ れ た 同志 社 政 法 学校 の 政治 科 で あ る 。 190 4 年 に 専門 学校 令 に よ っ て 各 専門 学校 が 統合 さ れ 同志 社 政 法 学校 は 廃校 し 、 同志 社 専門 学校 が 開校 する 。 1912 年 に 専門 学校 令 に よ っ て 同志 社 大学 が 開校 さ れ 政治 経済 学 部 が でき る 。 1920 年 に は 大学 令 に よ っ て 同志 社 大学 が 開校 さ れ 、 法学 部 政治 学科 と し て 誕生 する 。 1922 年 に は 専門 学校 令 に よ る 大学 を 同志 社 専門 学校 と し 、 政治 経済 部 が 置 か れ る 。 1944 年 に 同志 社 専門 学校 高等 英語 部 と 法律 経済 部 を 統合 さ れ 同志 社 外事 専門 学校 が 設置 さ れ る 。 また 、 同年 に 大学 令 に よ る 同志 社 大学 は 再編成 さ れ 、 法 文学 部 政経 学 科 に な る 。 2 年 後 の 1946 年 に は 元 の 学部 編成 に 戻 り 、 法学 部 政治 学科 、 法律 学科 に 戻 る 。 1948 年 に 新制 大学 と し て 法学 部 が 置 か れ る 。 そして そして 1949 年 に 同志 社 外事 専門 学校 は 同志社 大学 に 吸収 、 1952 年 に 専門 学校 は 廃止 さ れ 、 同志 社 で 政治 、 法律 を 学 ぶ ところ が 一 本 化 さ れ る 。 1 、 2 年次 は 京田 辺 校地 で 学 び 、 3 、 4 年次 は 今出川 校地 で 学 ぶ 。 ゼミ は 必修 で は な い 。 第 2 部 は 2004 年 3 月 廃止 。 コース 制 は 2005 年 4 月 廃止 。 学生 の 間 で は 「 あ 法学 部 ( あほ ) 」 と 呼 ば れ た 時期 も あ っ た が 、 これ は 以前 の 内部 進学 者 の 中 で も 学力 の 低 い もの が 行 く 学部 だっ た ため で あ る 。 法律 学科 政治 学科 経済 学 部 現在 の 経済 学 部 の 前身 は 1891 年 に 開校 さ れ た 同志 社 政 法 学校 の 理財 科 で あ る 。 190 4 年 に 同志 社 政 法 学校 は 廃止 さ れ る 。 1912 年 に 専門 学校 令 に よ っ て 同志 社 大学 が 開校 さ れ 政治 経済 学 部 が でき る 。 1919 年 に 政治 経済 学 部 が 法学 部 に 改称 さ れ る 。 1920 年 に は 新制 大学 令 に よ る 同志 社 大学 が 開校 さ れ 、 法学 部 経済 学科 と し て 誕生 する 。 1922 年 に は 専門 学校 令 に よ る 大学 を 同志 社 専門 学校 と し 、 政治 経済 部 が 置 か れ る 。 1944 年 に 同志 社 専門 学校 高等 英語 部 と 法律 経済 部 を 統合 さ れ 同志 社 外事 専門 学校 が 設置 さ れ る 。 また 、 同年 に 大学 令 に よ る 同志 社 大学 は 再編成 さ れ 、 法 文学 部 政経 学 科 に な る 。 2 年 後 の 1946 年 に は 元 の 学部 編成 に 戻 り 、 法学 部 経済 学 科 に 戻 る 。 1948 年 に 新制 大学 と し て 経済 学 部 が 置 か れ る 。 そして 1949 年 に 同志 社 外事 専門 学校 は 同志社 大学 に 吸収 、 1952 年 に 専門 学校 は 廃止 さ れ 、 同志 社 で 経済 を 学 ぶ ところ が 一 本 化 さ れ る 。 1999 年 に 経済 学 部 経済 学科 と 明示 さ れ る 。 専門 科目 の ほとんど が 週 に 2 回 の 4 単位 の 授業 で カリキュラム が 構成 さ れ て い る 。 その ため 、 一 つ 一 つ の 授業 が 重 く のしかか る 。 この カリキュラム を 比喩 し て 受験 生 や 在学 生 の 間 で は 「 やめ と 経済 学 部 ( やめ と け ) 」 と い わ れ て い る 。 1 年次 春 学期 に 基礎 ゼミナール と い う 必修 の 少 人数 制 ゼミ 形式 の カリキュラム が 組 ま れ て い る 。 本格 的 な ゼミ は 2 年 次 秋 学期 より 履修 可能 で 、 必修 で は な い 。 その ため 、 卒業 論文 も 必修 で は な い 。 ゼミ の 数 は およそ 5 0 で 、 各 ゼミ の 人数 に かなり ばらつき が あ る 。 1 、 2 年次 は 京田 辺 校地 で 学 び 、 3 、 4 年次 は 今出川 校地 で 学 ぶ 。 第 2 部 は 2004 年 3 月 廃止 。 コース 制 は 2005 年 4 月 廃止 。 経済 学 科 商学 部 現在 の 商学 部 の 前身 は 1922 年 に 同志 社 専門 学校 の 再編 時 に 開設 さ れ た 高等 商学 部 で あ る 。 その 後 1930 年 12 月 に 同志 社 専門 学校 を 同志 社 高等 商業 学校 に 改称 する 。 1944 年 に 同志 社 経済 専門 学校 に 改称 さ れ る 。 1949 年 に 同志 社 大学 に 商学 部 が 開設 さ れ 、 1949 年 に 同志 社 経済 専門 学校 は 同志社 大学 商 学部 に 吸収 さ れ 、 同志 社 経済 専門 学校 は 1952 年 に 廃止 さ れ る 。 1999 年 に 商学 部 商学 科 と 明示 さ れ る 。 1 学年 の 人数 は 約 1000 人 弱 で 大 規模 な クラス が 多 い 。 専門 科目 で も 出席 を 取 っ て くれ る 授業 や 、 国際 コミュニケーション 英語 能力 テスト スコア で の 単位 認定 など 、 他 学部 と 比べ 比較 的 に 楽 に 単位 が 取得 でき て しま う こと から 「 楽商 学 部 ( 楽勝 ) 」 と い わ れ る こと も あ る 。 ゼミ は 3 年 次春 学期 より 履修 可能 で 、 必修 で は な い 。 その ため 、 卒業 論文 も 必修 で は な い 。 商学 部 の カリキュラム が 平成 19 年度 の 特色 あ る 大学 教育 支援 プログラム 、 学生 と 教員 の 幸せ な 出会い を めざ す 導入 教育 ~ 大 規模 学部 に おけ る 組織 的 教育 改善 と その 効果 の 測定 ~ と し て 採用 さ れ た 。 1 、 2 年次 は 京田 辺 校地 で 学 び 、 3 、 4 年次 は 今出川 校地 で 学 ぶ 。 第 2 部 は 2003 年 3 月 廃止 。 商学 科 政策 学 部 2004 年 に 同志 社 大学 と し て は 55 年 ぶり に 新設 さ れ た 学部 。 法学 ・ 経済 学 ・ 社会 学 など の 特定 の 分野 に 偏 ら ず 、 社会 科学 の 幅広 い 領域 を 学 ぶ 。 実際 は 何 を 専門 に 勉強 し た の か よく わか ら な く な っ て しま う 学生 が 多 く 、 主体 性 が 求め られ る 。 全 学年 を 今出川 校地 ( 主に 新町 校地 ) で 学 ぶ 。 政策 学科 文化 情報 学 部 2005 年 に 開設 さ れ た 学部 。 日本 で は 珍し い 学部 。 情報 を 収集 ・ 分析 し 、 文化 を 解明 する 方法 を 学 ぶ 。 客員 教授 に 鳩山 由紀夫 を 招 き 、 授業 も 担当 し て い る 。 全 学年 を 京田 辺 校地 で 学 ぶ 。 文化 情報 学科 理工 学 部 現在 の 理工 学 部 の 前身 は 1890 年 に 設置 さ れ た 同志社 ハリス 理化 学校 で あ る 。 同志社 ハリス 理化 学校 は その 後 1892 年 に 同志 社 ハリス 理 科 学校 に 改称 、 1897 年 に は 同志 社 高等 学 部 波理 須理 科 学校 に 改称 さ れ る 。 190 4 年 に 同志 社 高等 学 部 文科 学校 と 合併 し 、 専門 学校 令 に よ る 同志 社 専門 学校 が 設置 さ れ る が 、 1912 年 に 廃止 さ れ る 。 1944 年 に 同志 社 工業 専門 学校 が 設置 さ れ 、 電気 通信 科 、 機械 科 、 化学 工業 科 が 置 か れ る 。 1949 年 に は 同志社 大学 に 工学 部 ( 電気 学科 、 機械 学科 、 工業 化学科 ) が 設置 さ れ 、 同志社 工業 専門 学校 は 吸収 さ れ 、 1952 年 に 同志 社 工業 専門 学校 は 廃止 さ れ る 。 1954 年 に 夜間 の 第 二 部 が でき 、 電気 工学 科 、 機械 工学 科 、 工業 化学 科 が 設置 さ れ る 。 1962 年 に 電気 学科 を 電気 工学 科 、 機械 学科 を 機械 工学 科 に 改称 。 1963 年 3 月 に 第 二 部 は 廃止 さ れ 、 1963 年 4 月 から 電子 工学 科 、 機械 工学 第 二 学科 、 化学 工学 科 が 増設 さ れ る 。 1994 年 に は 工学 部 を 全学 京田辺 校 地 に 移転 し 、 知識 工学 科 が 増設 さ れ た 。 機械 工学 科 を 機械 システム 工学 科 、 機械 工学 第 二 学科 を エネルギー 機械 工学 科 、 工業 化学 科 を 機能 分子 工学 科 、 化学 工学 科 を 物質 化学 工学 科 に 改組 。 この 大学 の 学部 の 中 で 生命 医 科学 部 と 並 ん で 一番 授業 料 が 高 い 学部 。 その ため 「 親 不 孝学 部 」 と い わ れ る こと も あ る 。 全 学年 を 京田 辺 校地 で 学 ぶ 。 2008 年度 より 工学 部 から 改組 。 インテリジェント 情報 工学 科 1994 年 に 知識 工学 科 が 開設 さ れ る 。 2006 年 に 知識 工学 科 から インテリジェント 情報 工学 科 に 改称 さ れ る 。 情報 システム デザイン 学 科 2004 年度 より 開設 。 電気 工学 科 電子 工学 科 機械 システム 工学 科 エネルギー 機械 工学 科 機能 分子 ・ 生命 化学 科 1994 年 に 機能 分子 工学 科 が 開設 さ れ る 。 2008 年度 より 機能 分子 工学 科 から 改組 。 化学 システム 創成 工学 科 1994 年 に 物質 化学 工学 科 が 開設 さ れ る 。 2008 年度 より 物質 化学 工学 科 から 改組 。 環境 システム 学科 2004 年度 より 開設 。 数理 システム 学科 2008 年度 より 開設 生命 医 科学 部 全 学年 を 京田 辺 校地 で 学 ぶ 。 2008 年度 より 開設 。 医工 学 科 医 情報 学科 医 生命 システム 学科 スポーツ 健康 科学 部 全 学年 を 京田 辺 校地 で 学 ぶ 。 2008 年度 より 開設 。 スポーツ 健康 科学 科 神学 研究 科 ( 前期 ・ 後期 ) 1950 年 に 修士 課程 が 開設 さ れ 、 1953 年 に 博士 課程 が 開設 さ れ る 。 日本 で 最も 長 い 歴史 を 持 つ 神学 教育 機関 。 神学 専攻 聖書 神学 研究 コース 歴史 神学 研究 コース 組織 神学 研究 コース 実践 神学 研究 コース 一神 教学際 研究 コース 文学 研究 科 ( 前期 ・ 後期 ) 1950 年 に 修士 課程 が 開設 さ れ 、 1953 年 に 博士 課程 が 開設 さ れ る 。 2005 年度 に 文学 研究 科 と 社会 学 研究 科 に 分割 さ れ る 。 哲学 専攻 英 文学 ・ 英語 学 専攻 2005 年度 に 英 文学 専攻 から 改称 。 文化 史学 専攻 心理 学 専攻 国 文学 専攻 美学 芸術 学 専攻 社会 学 研究 科 ( 前期 ・ 後期 ) 2005 年度 に 文学 研究 科 より 分割 さ れ る 。 社会 福祉 学 専攻 メディア 学 専攻 2005 年度 に 新聞 学 専攻 から 改称 。 教育 学 専攻 社会 学 専攻 産業 関係 学 専攻 法学 研究 科 ( 前期 ・ 後期 ) 1950 年 に 修士 課程 が 開設 さ れ 、 1953 年 に 博士 課程 が 開設 さ れ る 。 政治 学 専攻 私 法 学 専攻 公法 学 専攻 経済 学 研究 科 1950 年 に 修士 課程 が 開設 さ れ 、 1953 年 に 博士 課程 が 開設 さ れ る 。 理論 経済 学 専攻 ( 前期 ) 応用 経済 学 専攻 ( 前期 ) 経済 政策 専攻 ( 後期 ) 商学 研究 科 ( 前期 ・ 後期 ) 1950 年 に 修士 課程 が 開設 さ れ 、 1953 年 に 博士 課程 が 開設 さ れ る 。 商学 専攻 工学 研究 科 ( 前期 ・ 後期 ) 1955 年 に 修士 課程 が 開設 さ れ た 。 情報 工学 専攻 2008 年度 より 知識 工学 専攻 から 改組 。 電気 電子 工学 専攻 2008 年度 より 電気 工学 専攻 から 改組 。 機械 工学 専攻 工業 化学 専攻 数理 環境 科学 専攻 文化 情報 学 研究 科 ( 前期 ・ 後期 ) 2007 年度 に 博士 課程 ( 前期 ) 、 博士 課程 ( 後期 ) が 開設 さ れ る 。 文化 情報 学 専攻 アメリカ 研究 科 ( 前期 ・ 後期 ) 1991 年度 に 日本 で 最初 の アメリカ 研究 の 独立 研究 科 と し て 修士 課程 を 開設 。 1993 年度 に 修士 課程 を 博士 課程 ( 前期 ) と 改称 し 、 博士 課程 ( 後期 ) を 増設 。 アメリカ 研究 専攻 総合 政策 科学 研究 科 ( 前期 ・ 後期 ) 総合 政策 科学 専攻 公共 政策 コース 企業 政策 コース 国際 政策 コース 技術 ・ 革新 的 経営 ( TIM ) 研究 コース 2008 年度 より 前期 課程 新設 。 ソーシャル ・ イノベーション 研究 コース ヒューマン ・ セキュリティ 研究 コース 生命 医 科学 研究 科 ( 前期 ・ 後期 ) 2008 年度 より 開設 。 生命 医 科学 専攻 医工学 コース 医 生命 システム コース 司法 研究 科 ( 専門 職 学位 課程 、 法科 大学 院 ) 2004 年度 に 開設 さ れ る 。 室町 校地 の 寒梅 館 で 学 ぶ 。 寒 梅 館 に は 模擬 法廷 や 、 24 時間 使用 でき る 自習 室 が 設置 さ れ て い る 。 平成 19 年度 の 新司法 試験 の 合格 者 数 は 全国 で 9 位 だ が 、 受験 者 数 161 人 に 対 し て 合格 者 数 57 人 で 合格 率 は 35 . 0 % で あ る 。 全国 の 平均 合格 率 は 40 . 2 % で 、 大き く 下回 る 。 また 、 私学 だけ で 見 て も 合格 率 は 35 . 0 % な の で 合格 率 は あまり 高 く は な い 。 経営 学 修士 ( 専門 職 学位 課程 ) 2004 年度 に 開設 さ れ る 。 留学 生 別科 ( 日本 語 教育 センター ) 研究 所 ワールド ワイド ビジネス 研究 センター 技術 企業 国際 競争 力 研究 センター 一神 教学際 研究 センター ヒューマン セキュリティ 研究 センター 社会 的 共通 資本 研究 センター メディア ・ コミュニケーション 研究 センター 日本 会社 法制 研究 センター 代 アジア 研究 センター EU 研究 センター 竹 の 高度 利用 研究 センター バイオミメティックス 研究 センター エネルギー 変換 研究 センター 知能 情報 研究 センター こころ の 生涯 発達 研究 センター 感情 ・ ストレス ・ 健康 研究 センター 医工学 研究 センター バイオ マーカー 研究 センター 再生 医療 研究 センター アンチ エイジング リサーチ センター 言語 文化 教育 研究 センター 人文 科学 研究 所 アメリカ 研究 所 理工 学 研究 所 生命 医 科学 研究 センター 複合 材料 研究 センター 日韓 地方 自治 研究 センター バイオ ・ ナビゲーション 研究 センター 界面 現象 研究 センター 日韓 地方 自治 研究 センター 付属 機関 教育 開発 センター 知的 財産 センター リエゾン オフィス 研究 開発 推進 機構 キリスト 教 文化 センター 同志社 ローム 記念 館 スタンフォード 日本 センター EU 資料 センター 総合 情報 センター ( 図書 館 ・ 情報 環境 ) 1991 年 に 図書 館 、 計算 機 センター 、 視聴覚 教室 が 統合 さ れ 発足 。 D - egg ( インキュベーション 施設 ) テュービンゲン 大学 日本 語 センター AKP 同志 社 留学 生 センター 概要 同志社 の 図書 館 の 歴史 は 1876 年 に 図書 縦覧 室 を 設け 、 創立 者 で あ る 新島 襄 が 自ら の 書籍 を 公開 、 貸し出し し た こと が 始まり で あ る 。 1887 年 に 初代 図書 館 ( 現 有終館 ) が 完成 。 当時 この 図書 館 は 日本 で 最大 で あ っ た 。 1915 年 に 2 代 目 図書 館 ( 現 啓明 館 西館 ) が 完成 。 1920 年 に 現在 の 啓明 館 本館 が 完成 し た 。 1973 年 に 現在 の 今出川 図書 館 が 完成 。 1986 年 に 京田 辺 校 地 開校 に 伴 い ラーネッド 記念 図書 館 が 完成 。 現在 の 蔵書 数 は 70 2 ,309 冊 ( 2001 年度 末 ) 図書 館 一覧 今出川 図書 館 ( 今出川 校地 ) ラーネッド 記念 図書 館 ( 京田 辺 校地 ) 年表 1876 年 図書 縦覧 室 を 設け 、 創立 者 で あ る 新島 襄 が 自ら の 書籍 を 公開 、 貸し出し を 開始 。 1882 年 同志 社 政 法 学校 開校 に 伴 い 図書 を 分置 。 1887 年 初代 図書 館 ( 現 有終館 ) が 完成 。 1912 年 図書 館 の 教室 へ の 転用 の ため さらに 分置 が 進 む 。 1915 年 2 代 目 図書 館 ( 現 啓明 館 西館 ) が 完成 。 1917 年 同志 社 図書 館 規則 を 制定 。 館長 を お く こと が 明文 化 さ れ る 。 1918 年 同志 社 職 制 が 制定 さ れ 、 館長 と 司書 を お く こと が 定め られ る 。 さらに 、 同志 社 本部 ・ 同志 社 大学 ・ 同志 社 女 学校 と 並 ぶ 機関 の 一 つ と 位置 づけ られ る 。 1920 年 2 代 目 図書 館 本館 ( 現 啓明 館 本館 ) が 完成 。 また 、 同志 社 全体 の 図書 館 から 大学 令 b に よ る 同志 社 大学 開校 に 伴 い 、 女子 大学 など の 図書 と 分散 する 。 1921 年 初代 図書 館 を 有終 館 に 改称 。 1946 年 同志社 大学 図書 館 学 講習 所 を 開設 。 1949 年 同志 社 図書 管理 規定 が 制定 さ れ 同志 社 全体 と し て 図書 管理 の 一元 化 を 図 る 。 1954 年 図書 の 各 学校 個別 管理 を 図 る 。 1967 年 新 町 読書 室 を 開設 。 1973 年 現在 の 今出川 図書 館 が 完成 。 1976 年 EU 情報 センター を 開設 。 1986 年 京田辺 校 地 開校 に 伴 い ラーネッド 記念 図書 館 が 完成 。 1991 年 図書 館 、 計算 機 センター 、 視聴覚 室 を 統合 し た 学術 情報 センター が 発足 。 1996 年 図書 館 利用 カード ( バーコード ) を 廃止 し 、 学生 証 ・ 社員 証 ( 磁気 カード ) と 兼用 化 。 2001 年 総合 情報 センター に 名称 変更 。 蔵書数 の 変化 資料 館 同志 社 社史 資料 センター 歴史 資料 館 21 世紀 COE プログラム と し て 、 2 件 の プロジェクト が 採択 さ れ た 。 2003 年 社会 科学 技術 ・ 企業 ・ 国際 競争 力 の 総合 研究 学際 ・ 複合 ・ 新 領域 一神 教 の 学際 的 研究 ハイテク ・ リサーチ ・ センター 整備 事業 平成 18 年度 界面 現象 研究 センター 界 面 微細 構造 制御 に よ り 発現 する 物性 の 評価 研究 平成 19 年度 複合 材料 研究 センター 先進 複合 材料 の 開発 と その 応用 ハイテク ・ リサーチ ・ センター 平成 13 年度 より 採択 工学 研究 科 ナノ ハイブリッド 構造 応用 技術 の 研究 学術 フロンティア 推進 事業 平成 16 年度 ワールド ワイド ビジネス 研究 センター 政府 ・ 国家 と 企業 に 関 する 研究 、 ワールド ワイド ビジネス の 企業 行動 に 関 する 法的 な 研究 、 ワールド ワイド ビジネス の 企業 行動 に 関 する 経済 学 的 な 研究 、 ワールド ワイド ビジネス の 戦略 的 マネジメント に おけ る 新 傾向 の 研究 平成 17 年度 知能 情報 研究 センター 人間 と 生物 の 賢 さ の 解明 と , その 応用 医工学 研究 センター 医工学 研究 の 新 展開- 生体 適合 材料 と 福祉 ・ 介護 システム の 開発 学術 フロンティア 推進 拠点 平成 9 年度 より 採択 工学 研究 科 先端 材料 と 複雑 系 科学 など 平成 10 年度 より 採択 トータル ・ ヒューマンケア ・ サポート 研究 機構 少子 高齢 化 社会 に おけ る " こころ " と " からだ " の 生涯 健康 教育 に 関 する 多角 的 研究 平成 11 年度 より 採択 ワールド ワイド ビジネス 研究 センター ワールド ワイド ビジネス の 総合 的 研究 平成 12 年度 より 採択 工学 研究 科 知能 情報 科学 と その 応用 平成 15 年度 より 採択 エネルギー 変換 研究 センター 次 世代 ゼロ エミッション ・ エネルギー 変換 システム 平成 15 年度 より 採択 トータル ・ ヒューマンケア ・ サポート 研究 機構 トータル ・ ヒューマンケア ・ サポート 研究 プロジェクト 産官 学 連携 同志社 大学 は 様々 な 方法 で 産官 学 連携 を 行 っ て い る 。 同志社 ローム 記念 館 プロジェクト 同志社 ローム 記念 館 プロジェクト は 産官 学 地域 連携 を 通 し 、 文化 の 創造 ・ 発信 と 次 世代 社会 を 担 う 人材 を 育成 する こと を 目的 と し た 課外 プロジェクト 。 京田辺 校地 に あ る 同志 社 ローム 記念 館 に プロジェクト ルーム を 与え られ 活動 する 。 プロジェクト は 学生 主体 で 運営 さ れ 、 同志社 大学 や 協賛 企業 から 金銭 面 、 物品 面 の 支援 も あ る 。 コア プロジェクト と 呼 ば れ る プロジェクト が 置 か れ 、 同志社 ローム 記念 館 プロジェクト 全体 の 運営 を 取り 仕切 る 。 平成 16 年度 の 現代 的 教育 ニーズ 取組 支援 プログラム に 「 プロジェクト 主義 教育 に よ る 人材 育成   『 プロデュース ・ テクノロジー 』 の 創成 」 と し て 採択 さ れ た 。 プロジェクト 科目 2006 年度 より 、 従来 の 教室 で の 座学 中心 の 授業 形態 と は 異な っ た 実践 型 ・ 参加 型 の 科目 で 、 全学 共通 の 教養 教育 科目 と し て 「 プロジェクト 科目 」 が 設置 さ れ た 。 地域 社会 や 企業 と 連携 し 、 学生 に 生き た 智恵 や 技術 を 学 ば せ る と と 現場 に 学 ぶ 視点 を 育 み 、 問題 の 「 所在 」 と 「 解決 」 を 考え 抜 く 力 を 陶冶 する こと を 目的 と し て い る 。 平成 18 年度 の 現代 的 教育 ニーズ 取組 支援 プログラム に 「 公募 制 の プロジェクト 科目 に よ る 地域 活性 化 ― 往還 型 地域 連携 活動 の モデル づくり を 目指 し て- 」 と し て 採択 さ れ た 。 飛び級 制度 3 年次 終了 時 に 成績 が 特に 優秀 と 認め られ た 場合 に は 4 年次 を 受け る こと な く 大学 院 に 進学 する こと が でき る 飛び級 制度 を 設け て い る 。 大学 は 中退 扱い に な る の で 学位 は 取得 でき な い 。 ダブル ディグリー システム 工学 研究 科 と エコール ・ サントラル 国立 理工 科学 学院 の 両 大学 の 修士 を 取得 する こと が でき る ダブル ディグリー システム を 導入 し て い る 。 学内 ダブル ディグリー システム 同志社 大学 の 工学 研究 科 と ビジネス 大学 院 で 工学 修士 と ビジネス 修士 を 3 年間 で 取得 する こと が でき る 。 外国 語 オナーズ 外国 語 オナーズ は 2006 年度 より 作 ら れ た 外国 語 科目 の 成績 優秀 者 を 表彰 する 制度 。 受賞 者 に は 、 学長 表彰 と 成績 証明 書 へ の 記載 が さ れ る 。 学部 奨励 学生 制度 学 部 生 の 身分 の まま で 研究 科 前期 課程 の 科目 の 履修 を 開始 し 、 大学 院 入学 後 、 1 年 で 前期 課程 が 終了 でき る 制度 。 採択 さ れ た プログラム 現代 的 教育 ニーズ 取組 支援 プログラム ( 現代 GP ) 平成 16 年度 プロジェクト 主義 教育 に よ る 人材 育成   「 プロデュース ・ テクノロジー 」 の 創成 平成 17 年度 けいはん な 知的 特区 活性 化 デザイン の 提案 - 環境 ・ 都市 再生 の 教育 プログラム に よ る 学生 参加 の 街づくり - 企業 法務 プロフェッショナル 育成 -プログラム の 開発 ・ 実践 - 平成 18 年度 公募 制 の プロジェクト 科目 に よ る 地域 活性 化 - 往還 型 地域 連携 活動 の モデル づくり を 目指 し て - 平成 19 年度 アクション プラン 主導 型 発見 的 キャリア 教育 − 学生 の 主体 的 成長 を 促 す 体験 型 教養 教育 と し て の 複合 的 キャリア 形成 支援 プログラム − 特色 あ る 大学 教育 支援 プログラム ( 特色 GP ) 平成 16 年度 大学 連携 に よ る 新し い 教養 教育 の 創造 大学 コミュニティー の 創造 平成 17 年度 産官 学 地域 連携 に よ る 人材 育成 プログラム 平成 18 年度 情報 環境 の 整備 と 成績 評価 の 厳格 化 平成 19 年度 学生 と 教員 の 幸せ な 出会い を めざ す 導入 教育 ~ 大 規模 学部 に おけ る 組織 的 教育 改善 と その 効果 の 測定 ~ 法科 大学 院 等 専門 職 大学 院 教育 推進 プログラム 平成 18 年度 「 伝統 産業 グローバル 革新 塾 」 プロジェクト 法科 大学 院 等 専門 職 大学 院 形成 支援 プログラム 平成 16 年度 実務 技能 教育 教材 共同 開発 共有 プロジェクト 平成 17 年度 ビジネス スクール 教育 の 質 保証 システム 開発 サイバー キャンパス 整備 事業 平成 14 年度 同志社 大学 サイバー キャンパス 整備 事業 「 魅力 あ る 大学 院 教育 」 イニシアティブ 平成 17 年度 総合 政策 科学 研究 科 ・ ソーシャル イノベーション 研究 コース 社会 人 の 学び 直 し ニーズ 対応 教育 推進 プログラム 平成 19 年度 ソーシャル ・ イノベーション 型 再 チャレンジ 支援 教育 プログラム 新た な 社会 的 ニーズ に 対応 し た 学生 支援 プログラム 平成 19 年度 地域 コミュニティ に よ る 学生 支援 方策 ~ 京町 家 を 拠点 に し た 異 世代 共同 プロジェクト ~ 大学 院 教育 改革 支援 プログラム 平成 19 年度 研究 センター 連携 型 オープンフィールド 教育 - 文学 研究 科 ・ 心理 学 専攻 国際 的 「 理論 ・ 実践 循環 型 」 教育 システム ( 福祉 各界 で 活躍 する 高度 専門 職業 人 の 育成 ) - 社会 学 研究 科 ・ 社会 福祉 学 専攻 電力 ・ 通信 インフラ 研究 者 ・ 技術 者 育成 課程 - 工学 研究 科 ・ 電気 工学 専攻 専門 職 大学 院 等 教育 推進 プログラム 平成 19 年度 全国 法曹 キャリア 支援 プラットフォーム ( 13 の 大学 共同 。 申請 は 明治 大学 。 ) WhatsonThursdays ( WOT ) 開講 期間 中 の 毎週 木曜 日 に 、 室町 校地 の 寒梅 館 ハーディー ホール を 利用 し た 映画 上映 、 コンサート 等 様々 な プログラム を 開催 さ れ る 。 在学 生 、 職員 は 無料 で 参加 でき 、 地域 社会 に も 有料 で 広 く 開放 さ れ て い る 。 ♭ ( ふらっと ) 開講 期間 中 の 毎週 、 室町 校地 の 寒梅 館 ハロー ホール を 利用 し た 映画 上映 、 コンサート 、 文化 プログラム が 開催 さ れ る 。 いずれ も 料金 は 無料 で 、 地域 社会 に 広 く 開放 さ れ て い る 。 同志社 大学 で 活動 する 団体 は 学生 支援 センター 登録 団体 と 学友 団 公認 団体 と に 分け られ る 。 新入 生入学 時期 に オリエンテーション 時期 が 設け られ 、 各 団体 は 校地 内 に ブース を 設け 壮絶 な 新入 生 獲得 競争 が 行 わ れ る 。 あまり の 多 さ に フリー ペーパー も 発行 さ れ る 。 同一 スポーツ で も 数 多く の 団体 が 存在 する ため 、 テニス で は Dos hishaTennis League ( DTL ) 、 サッカー で は D - League など 連盟 を 結 ん で い る 団体 が 存在 する 。 学生 支援 センター 登録 団体 学生 支援 センター に 団体 の 登録 申請 を 提出 すれ ば 登録 団体 と 認め られ る 。 ただし 人数 や 、 顧問 を 置 く こと など の 条件 が あ る 。 コピー 機 や 会議 室 など 様々 な 学校 の 備品 が 使え る よう に な る 。 およそ 230 団体 。 学友 団 公認 団体 学友 団 公認 団体 は 学生 支援 センター 登録 団体 を 経 て 審査 を パス すれ ば な る こと が でき る 。 登録 団体 の 特権 に 加え 、 BOX と 呼 ば れ る 部室 の 提供 、 補助 金 など 大学 から の 支援 が 多 く な る 。 体育 会 も 公認 団体 に 属 し 、 およそ 170 団体 。 同志社 大学 の 学園 祭 は 今出川 校地 で 行 わ れ る 「 同志 社 EVE 」 と 京田 辺 校 地 で 行 わ れ る 「 同志 社 京田辺祭 」 が あ る 。 どちら の 学園 祭 も 地域 社会 に 開 か れ て い る 。 同志 社 EVE 創立 記念 日 の 11 月 29 日 の 前日 まで 行 わ れ る ため 「 EVE 」 と 名づけ られ た 。 今出川 校地 内 に ブース が 立ち並 び 、 教室 で は ライブ や 展示 会 など が 行 わ れ る 。 学友 団 の 公認 団体 だけ で は な く 、 学生 支援 センター 登録 団体 や 、 ゼミ 単位 で の 出店 も 多 く 見 られ る 。 同志社 の 学生 のみ な ら ず 他 大学 の 学生 や 一般 人 も 多 く 出入り する 。 同志 社 EVE の 歴史 は 古 く 、 およそ 60 回 続 い て い る 。 正式 名称 は 第 ○ ○ ○ 回 同志 社 EVE で あ り 、 この ○ ○ ○ は 同志 社 設立 から の 年数 で あ り 、 「 同志 社 EVE 」 の 開催 回数 で は な い 。 この 学園 祭 は 大学 主導 で 行 わ れ る の で は な く 、 毎年 同志 社 EVE 実行 委員 会 が 結成 さ れ 、 運営 に あた る 。 尚 、 同志 社 EVE は 学生 内 で 一般 に 「 EVE 祭 」 と 呼 ば れ る が 、 同志 社 EVE は 「 学 生 活動 の 発露 の 場 」 で あ る 。 他 大学 の 学園 祭 と は 趣旨 が 違 う ため 、 「 EVE 祭 」 と 呼 ぶ の は 間違い 。 翌日 の 創立 記念 日 は 全学 休講 と な る 。 毎年 大成寮 の 行 う 「 オカマバー 」 や 、 軽音楽 部 が 最終 日 に 行 う シブサシラズ と い う 軽音楽 部 全員 に よ る 仮装 ライブ が 人気 。 また 、 この 時期 から 年末 に かけ て 西門 ( 烏丸 通 に 面 し た 門 ) 付近 の 大きな ヒマラヤスギ に イルミネーション が 施 さ れ 、 雑誌 に 紹介 さ れ る など 人気 で あ る 。 これ は 毎年 の 恒例 と な っ て い る が JR 福知 山 線 脱線 事故 の 起こ っ た 年 は 実施 さ れ な かっ た 。 同志 社 京田辺祭 ( 愛称 : ADAM 祭 ) もともと 京田 辺 校 地 に は 学園 祭 は な く 、 京田辺 市 と の 包括 協定 の 一環 と し て 2005 年度 から 開催 さ れ て い る 。 「 大学 と 地域 が 連携 し た 全く 新し い お 祭り 」 を 目指 し て お り 、 学生 だけ で な く 市民 も 模擬 店 や ステージ 発表 に 参加 でき る 。 その 他 アーティストライブ や OB ・ OG に よ る 講演 会 など も 行 わ れ る 。 今出川 校地 で 行 わ れ る 「 同志 社 EVE 」 に 対 し て 「 ADAM 祭 」 と 呼 ば れ て い る 。 この 「 ADAM 」 と い う 名称 は 童話 「 アダム と イブ 」 から 付け られ た もの で あ る が 、 EVE 実行 委員 会 から は 「 同志 社 EVE の 由来 を 間違 っ て 認識 さ れ て しま う 」 と クレーム が 入 っ た 。 主催 は 大学 で あ る が 、 企画 ・ 運営 は 学生 が 実行 委員 会 を 組 ん で 行 わ れ て い る 。 また 京田辺 市 が 共催 し 、 広報 など の 面 で バックアップ を し て い る 。 来場 者 数 は 約 2 万 人 。 開催 時期 は 「 EVE 」 より も 早 く 11 月 上旬 ごろ で 、 京田辺 市 主催 の 「 市民 文化 祭 」 と 同日 。 スポーツ フェスティバル も あわせ て 開催 さ れ る 。 スポーツ フェスティバル 2002 年度 から 京田 辺 校 地 で 行 わ れ て い る 。 開催 時期 は 同志 社 京田辺 祭 と 同じ 11 月 上旬 で 、 地域 社会 に も 広 く 開 か れ て い る 。 同志社 大学 体育 会 硬 式 野球 部 は 関西 学生 野球 連盟 に 加盟 、 同立 戦 は 関西 の 大学 野球 ファン に は よく 知 ら れ て い る 。 同志社 大学 ワイルドローバー は アメリカン フットボール の チーム の 愛称 で 、 新島 襄 が 脱国 し 、 アメリカ 合衆 国 に 渡 っ た 時 の 船名 に 由来 する 。 同志社 大学 ラグビー 部 は 関西 学生 ラグビー 界 屈指 の 強豪 と し て 知 ら れ 、 80 年 代 前半 に は 全国 大学 ラグビー フットボール 選手 権 大会 に お い て 3 連覇 を 含 む 4 度 の 優勝 を 成し遂げ た 。 株式 会社 同志社 エンタープライズ 地域 別 同志 社 校友 会 同志社 大学 の 同窓 会 は 「 同志 社 校友 会 」 と 称 し 、 おもに 地域 別 に 支部 が 存在 する 。 学 部 別 同志社 大学 商学 部 樹徳 会 同志社 大学 商学 部 の 卒業 生 で 組織 さ れ る 。 1926 年 に 結成 さ れ た 徳照会 が 前身 。 同経 会 同志社 大学 経済 学 部 卒業 生 で 組織 さ れ る 。 1961 年 に 設立 。 同志社 大学 政法 会 同志社 大学 法学 部 卒業 生 で 組織 さ れ る 。 会員 数 は 約 4 万 7千 人 。 1994 年 に 設立 。 下記 の 校地 以外 に も 京町 屋 キャンパス ( 京都 府 京都 市 中京 区 ) が あ る 。 京町屋 キャンパス は 公式 サイト に は 記述 が な い が 、 大学 の 広告 など で 公式 に 使 わ れ て い る 。 江湖 館 ( こうこ かん ) と い う 町屋 一 軒 だけ の キャンパス で は あ る が 、 総合 政策 科学 研究 科 や 、 2007 年度 に 採択 さ れ た 社会 人 の 学び 直 し ニーズ 対応 教育 推進 事業 の ソーシャル ・ イノベーション 型 再 チャレンジ 支援 教育 プログラム など 幅広 く 活用 さ れ て い る 。 また 、 2010 年 10 月 に 移転 予定 の 市繊維 技術 センター の 敷地 ( 約 7700 平方 メートル ) を 買収 し 、 新た な キャンパス を 開設 予定 で あ る 。 今出川 校地 は 旧 薩摩 藩 邸 の 跡地 で 、 隣接 し て 冷泉 家 、 南 に 京都 御所 、 北 に 相国 寺 が あ る 。 今出川 校 地 内 で は 同志 社 礼拝 堂 、 クラーク 記念 館 など 、 5 棟 が 国 の 重要 文化 財 に 指定 さ れ て い る 。 これ ら の 建物 は 現在 で も 講義 ・ 事務 所 ・ 礼拝 等 に 使用 さ れ て い る 。 なお 、 2010 年度 に 、 今出川 校地 内 に あ る 同志 社 中 学校 の 同志 社 岩倉 校地 へ の 移転 、 同地 の 同志 社 高等 学校 と の 統合 、 跡地 の 大学 に よ る 利用 が 決定 し て い る 。 同志社 女子 大学 今出川 校地 、 同志社 幼稚 園 、 同志社 女子 中 学校 ・ 高等 学校 が 隣接 する 。 今出川 ・ 新町 ・ 室町 の 3 校 地 は 近接 し て お り 、 ほぼ 一体 と し て 利用 さ れ て お り 、 3 校 地 を 併せ て 今出川 校地 と 呼 ぶ こと が 多 い 。 同志社 大学 の 前身 で あ る 、 同志 社 英 学校 時代 から あ る 校地 で あ る 。 同志 社 英 学校 が 1875 年 11 月 29 日 に 開校 し た 時 に は 京都 市 上京 区 寺町 丸太町 上ル の 高松 保実 の 屋敷 ( 現在 は 新島 旧 邸 ) の 一角 を 借り 、 教室 と し て 寄宿 舎 と し て 利用 し て い た 。 その およそ 半年 後 に 購入 し て あ っ た 土地 、 現在 の 今出川 に 建物 が でき た の で 学校 を 移 す 。 当初 は 2 棟 ( 第 一 寮 、 第 二 寮 ) の 建物 で 1 階 を 教室 、 2 階 を 寄宿 舎 と し て 使用 し て い た 。 また 、 同志 社 は キリスト 教 主義 で あ る が 、 当時 の 京都 で は キリスト 教 を 排除 する 傾向 に あ り 、 住民 の 反対 運動 が 相 次 い だ 。 その ため 、 今出川 校地 に お い て 教育 を 行 う 際 に 聖書 を 教え て は いけ な い と の 契約 を 京都 府 と も 結 ん で い た 。 そこ で 新島 襄 は 現在 の アーモスト 館 あたり に あ っ た 元 豆腐 屋 を 新島 名義 で 買い上げ 、 学校 外 の その 場所 で 聖書 を 教え る こと と な っ た 。 しかし 、 実際 に は 学校 内 で 聖書 を 教え て い た ところ を 京都 府 の 役員 に 発見 さ れ て 新島 が 始末 書 を 書 い た こと も あ る 。 レンガ 造り の 建物 が ほとんど を 占め る 同志 社 の 建物 だ が 最初 に 建て られ た もの は 木造 で 、 同志社 に 初めて 登場 する レンガ 造り の 建物 は 1884 年 に 完成 し た アメリカン ・ ボード より 寄付 さ れ た 彰栄 館 ( 京都 で 現存 する 最古 の レンガ 造り ) で あ る 。 第 二 寮 は その 後 1970 年代 に 京田 辺 校 地 に 移築 さ れ た 。 学部 : 神 、 文 、 社会 、 法 、 経済 、 商学 部 の 各 3 ~ 4 年次 および 政策 学 部 全 学年 研究 科 : 神学 、 文学 、 社会 学 、 法学 、 経済 学 、 商学 、 アメリカ 、 総合 政策 科学 研究 科 神学 部 、 社会 学 部 は 2009 年度 に 今出川 校地 へ 統合 。 文学 部 心理 学 科 は 心理 学 部 と し て 改組 さ れ 2009 年度 に 全 学年 京田辺 校 地 へ 移動 。 商学 部 、 経済 学 部 、 法学 部 、 文学 部 も 2010 年度 に 今出川 校地 に 移転 が 予定 さ れ て い る 。 弘風 館 ( K ) 経済 学 部 事務 室 、 法学 部 事務 室 、 教室 至誠 館 ( S ) 商学 部 事務 室 、 教室 神学 館 ( G ) 神学 部 事務 室 、 教室 、 神学 館 礼拝 堂 クラーク 記念 館 ( CL ) キリスト 教 文化 センター 、 教室 、 クラーク チャペル 明徳 館 ( M ) 食堂 、 購買 、 教室 、 教育 開発 センター 、 研究 支援 課 、 学生 ラウンジ 徳照 館 文学 部 ・ 文学 研究 科 事務 室 博遠 館 教室 、 大学 院 共同 図書 室 、 アメリカ 研究 所 ・ アメリカ 研究 科 事務 室 、 総合 政策 科学 研究 科 事務 室 今出川 図書 館 EU 情報 センター が あ り 、 EU 関連 の 書物 や レポート も 充実 し て い る 。 扶桑 館 ( F ) ワールド ワイド ビジネス 研究 センター 、 ヒューマン セキュリティ 研究 センター 、 社会 的 共通 資本 研究 センター 、 国際 センター ( 国際 課 ) 、 日本 語 ・ 日本 文化 教育 センター ( 国際 教育 課 ) 、 生協 書籍 部 啓明 館 人文 科学 研究 所 、 同志 社 社史 資料 センター なし ハリス 理 化学 館 入試 センター 、 広報 課 、 アドミッションズ オフィス 、 校友 課 有終 館 庶務 課 致遠 館 人事 課 、 経理 課 、 資金 課 、 学事 課 、 企画 課 京都 市営 地下 鉄 烏丸 線 今出川 駅 下車 すぐ 2005 年 秋 に は 政策 学 部 と 社会 学 部 が 主に 使用 する 臨光 館 が 改築 、 完成 し た 。 臨光 館 は 摂家 の ひと つ の 近衛 家 の 邸宅 の 跡地 で も あ る 。 現在 も 地下 に 遺跡 と し て 眠 っ て い る 。 また 、 学生 会館 が あ り 、 サークル 活動 の 拠点 と し て 使用 さ れ て い る 。 臨光 館 が 新築 さ れ 、 政策 学 部 が 開設 さ れ る 前 は 主に 外国 語 科目 の 再 履修 の クラス が 多 く 行 わ れ て い た 。 新町 校地 ( 尋真館 Z ) に 行 か な く て は いけ な い 学生 を 「 Z 戦士 」 と い わ れ て い た 。 今出川 ・ 新町 ・ 室町 の 3 校 地 は 近接 し て お り 、 ほぼ 一体 と し て 利用 さ れ て お り 、 3 校 地 を 併せ て 今出川 校地 と 呼 ぶ こと が 多 い 。 新町 校地 は 、 1959 年 に 旧 ジーエス ・ ユアサ コーポレーション 本社 跡地 に 設置 さ れ た 。 使用 学部 : 主に 社会 学 部 の 3 ~ 4 年次 および 政策 学 部 全 学年 、 および 外国 語 科目 使用 研究 科 : なし 臨光 館 ( R ) 教室 、 社会 学 部 事務 室 、 政策 学 部 事務 室 尋真館 ( Z ) 教室 、 施設 課 、 管財 課 渓水 館 社会 学 部 事務 室 分室 、 政策 学 部 事務 室 分 室 育真館 ( 体育 館 ) 学生 会館 新町 別 館 京都 市営 地下 鉄 烏丸 線 今出川 駅 下車 3 分 室町 校地 は 、 烏丸 通 を 挟 ん で 今出川 校地 の 向か い に 位置 し て い る 。 旧 大学 会館 跡地 で あ り 、 2004 年 3 月 の 寒梅 館 完成 時 に 命名 さ れ 、 寒梅 館 一 棟 のみ が 室町 校地 と 呼 ば れ て い る 。 延 床 面積 は 18 , 115 平方 メートル で 、 1 階 に は レストラン 、 アマーク ・ ド ・ パラディ 、 7 階 に は フランス レストラン 、 SECONDHOUSE will が 入 っ て い る 。 また 、 大 規模 な ホール も あ り 、 講演 会 や 映画 上映 など で 使用 さ れ て い る 。 今出川 ・ 新町 ・ 室町 の 3 校 地 は 近接 し て お り 、 ほぼ 一体 と し て 利用 さ れ て お り 、 3 校 地 を 併せ て 今出川 校地 と 呼 ぶ こと が 多 い 。 旧 大学 会館 跡地 で あ り 、 2004 年 3 月 の 寒梅 館 完成 が 完成 し た 。 大学 会館 は 新町 別館 に 移 さ れ る 。 学部 : なし ( 法学 部 の ゼミ で の 利用 あり ) 研究 科 : 法科 大学 院 、 ビジネス 大学 院 寒 梅 館 ( KMB ) 学生 支援 センター 、 キャリア センター 、 厚生 館 保健 センター 、 リエゾン オフィス 、 司法 研究 科 事務 室 、 ビジネス 研究 科 事務 室 、 技術 ・ 企業 ・ 国際 競争 力 研究 センター 、 ITEC 研究 室 、 ハーディー ホール 、 クローバー ホール 、 会議 室 、 教室 なし HamacdeParadis 寒 梅 館 ( アマーク ・ ド ・ パラディ 寒 梅 館 ) 室町 校地 の 寒梅 館 1 階 に あ る カフェ レストラン 。 昼間 は 学食 と し て 低 価格 で 食事 が 、 同志 社 生活 協同 組合 の 学食 に 比べ 多少 高め 。 夕方 から 値段 設定 が 変わ り 、 酒 も 扱 う 。 寒梅 館 で イベント など の 後 に 貸切 で 懇親 会 を 行 う こと が 多々 あ る 。 利用 者 は 学生 のみ な ら ず 、 一般 の 人 も 多 い 。 内装 の デザイン は 森田 恭通 。 SECONDHOUSE will 室町 校地 の 寒梅 館 7 階 に あ る フレンチ レストラン 。 価格 が 高め に 設定 さ れ て お り 、 学生 食堂 と し て の 利用 より 、 普通 の レストラン と し て の 利用 の ほう が 多 い 。 眺め が よ く 、 五 山 送り火 の 大 文字 が 食事 を し ながら 見れ る 。 京都 市営 地下 鉄 烏丸 線 今出川 駅 下車 すぐ ほど の 体育 設備 が あ り 、 体育 会 系 の 部 活動 や サークル 活動 も 活発 に 行 わ れ て い る 。 ローム から の 支援 に 基づ い た 同志社 ローム 記念 館 も 位置 し て い る こと から 分か る とおり 、 理工 系 の 研究 拠点 と も な っ て い る 。 しかし 、 今出川 校地 から 電車 や バス ( 交通 機関 ) で 約 一 時間 も 離れ て お り 、 一部 の 学生 から は 不満 の 声 も あ る 。 また 、 検討 中 の 課題 と し て 、 京田 辺 校地 に あ る 文系 学部 1 ~ 2 年次 の 今出川 校地 へ の 移転 や 、 文学 部 心理 学科 の 改組 に よ る 心理 学 部 の 京田 辺 校 地 設置 など が あ る 。 京田辺 校 地 建設 に 伴 い 近鉄 京都 線 興戸 駅 から 大学 に 向か う 通学 路 を 建設 し た が 、 その 通学 路 を 通 る より 住宅 街 を 通り抜け る 方 が 距離 的 に 近 く 、 同志 社前 駅 の 上 の 高架橋 を 通 る こと な く 通学 でき る ため 、 多く の 学生 が その 通学 路 を 通 っ て い な い 。 また その 問題 を 毎日 放送 の VOICE ( ニュース ) に て 放送 さ れ た 。 今出川 校地 が 年々 手狭 に な り 、 大学 設置 基準 を 満た す ため に も 学校 法人 同志社 と し て 京田辺 市 ( 当時 田辺町 ) に 土地 を 購入 し た 。 1965 年 8 月 14 日 に 同志 社 理事 会 に お い て 「 田辺 校地 に 関 する 基本 方針 」 が 承認 さ れ 、 1965 年 8 月 25 日 に 校地 拡張 委員 会 、 1965 年 12 月 4 日 に は 田辺 用地 専門 委員 会 が 組織 さ れ た 。 そして 翌年 の 196 6 年 9 月 7 日 に 近畿 日本 鉄道 と 土地 売買 契約 を 交わ し 、 その 翌年 の 1987 年 に も 土地 を 買収 し た 。 一 次 買収 で は 約 47 万 平方 メートル で 、 2 次 買収 と あわせ る と 約 100 万 平方 メートル を 買収 し た 。 買収 し た 20 年 後 の 1986 年 3 月 27 日 に 同志 社 女子 大学 と 合同 で 同志社 女子 大学 恵真館 に 於 い て 竣工 式 が 行 わ れ た 。 開校 当時 は 各学 部 の 1、 2 学年 が 学 ん で い た が 、 1994 年 に 工学 部 ( 現理工 学 部 ) を 全面 移転 する 。 開校 当時 は 学生 新聞 など に 問題 提起 さ れ る など 学生 や 教員 の 不満 も 多 かっ た 。 学部 : 神 、 文 、 社会 、 法 、 経済 、 商学 部 の 各 1 ~ 2 年次 および 文化 情報 、 生命 医 科学 部 、 スポーツ 健康 科学 部 、 工学 部 全 学年 研究 科 : 工学 、 生命 医 科学 、 文化 情報 学 研究 科 神学 部 、 社会 学 部 は 2009 年度 に 今出川 校地 へ 統合 。 文学 部 心理 学 科 は 心理 学 部 と し て 改組 さ れ 2009 年度 に 全 学年 京田辺 校 地 へ 移動 。 商学 部 、 経済 学 部 、 法学 部 、 文学 部 も 2010 年度 に 今出川 校地 に 移転 が 予定 さ れ て い る 。 同志社 ローム 記念 館 ( RM ) 吹き抜け の 大きな ホール が あ り 、 数々 の 催し が 行 わ れ て い る 。 また 、 ローム 記念 館 プロジェクト の ため の プロジェクト ルーム が あ る ほか 、 キャリア センター や 大学 の 総務 課 が あ る 。 情報 メディア 館 ( RM ) パソコン を 使 う 科目 が 多 く 開講 さ れ て い る 。 知真館 1 号 館 ( TC 1 ) 小 教室 が 多数 あ り 、 英語 や 第 二 外国 語 など の 少 人数 制 で 行 わ れ る 科目 が 多 く 開講 さ れ て い る 。 知 真館 2 号 館 ( TC 2 ) 1000 人 収容 でき る 教室 が 2 つ あ る など 大 教室 が あ る 。 主に 学生 の 多 い 学部 の 必修 科目 や 教職 科目 、 一般 教養 の 科目 が 開講 さ れ て い る 。 知真館 3 号 館 ( TC 3 ) 主に 自然 科学 系 の 授業 が 開講 さ れ る 。 夢告 館 ( MK ) 文化 情報 学部 ・ 文化 情報 学 研究 科 事務 室 、 教室 恵道 館 ( KD ) 教室 創考 館 ( SO ) 実験 室 磐上 館 スポーツ 健康 科学 部 事務 室 、 教務 事務 センター 教養 教育 係 教室 理 化学 館 ( RG ) 理工 学 部 ・ 工学 研究 科 事務 室 、 理工 学 研究 所 事務 室 教室 香知 館 光喜 館 エネルギー 変換 研究 センター 恵喜 館 頌真館 ( TS ) 情報 システム 課 、 情報 処理 教室 至心 館 ( SC ) 報 辰 館 ( HS ) 医心 館 生命 医 科学 部 事務 室 香柏 館 言語 文化 教育 研究 センター ラーネッド 記念 図書 館 図書 館 ラグビー 場 アメリカン フットボール 場 サッカー 場 洋 弓場 弓道場 射撃 場 馬場 硬式 野球 場 軟式 野球 場 ソフト ボール 場 テニス コート ( 硬式 ・ 軟式 ) バレー コート 屋外 プール デイヴィス 記念 館 ( 体育 館 ) イン ライン スケート 場 ゴルフ 練習 場 嗣業 館 教務 事務 センター 、 学生 支援 センター 、 国際 センター 、 京田 辺 校地 施設 課 交隣 館 講師 控室 、 共同 研究 室 キリスト 教 文化 センター 厚生 館 保健 センター 厩舎 自動 車 練習 場 グライダー 格納庫 京田辺 別 館 業成 館 ( D - egg インキュベーション 施設 ) 交通 アクセス : 片町 線 同志 社前 駅 および 近鉄 京都 線 興戸 駅 下車 。 奈良 交通 バス が 近鉄 京都 線 新田辺 駅 近鉄 京都 線 三 山木 駅 駅 から も 出 て い る 。 「 ウェル サンピア 京都 」 行き で 「 同志 社 大学 正門 」 下車 、 また は 校内 まで 乗り入れ る 「 同志 社 大学 デイヴィス 記念 館 」 行き も あ る 。 2005 年 12 月 に キヤノン エコロジー 研究 所 跡地 を 買収 し 設置 。 隣接 する 学研 都市 病院 など と の 医工 分野 に おけ る 相互 協力 ・ 連携 を 含 む 、 新た な 理工 系 研究 施設 と し て 活用 する 。 敷地 面積 は 約 5 万 平方 メートル 、 建物 面積 は 約 8 , 500 平方 メートル 。 快風 館 ( 実験 室 、 研究 室 、 会議 室 ) テニス コート なし 片町 線 祝園 駅 および 近鉄 京都 線 新 祝園 駅 から 奈良 交通 に て 6 分 「 けいなわ 通り 」 下車 。 また 、 近鉄 京都 線 木津川 台 駅 より 徒歩 15 分 現在 の 同志 社 高等 学校 、 同志 社 小 学校 が 位置 する 土地 ( 京都 府 京都 市 左京 区 ) は 同志社 大学 の 運動 施設 と し て 使用 さ れ て い た 土地 で あ る 。 京田辺 校 地 に は 周り に 食べ る ところ が 無 い と い う 土地 柄 、 5 つ の 学生 食堂 と 専門 店 街 が あ る 。 ハーディー ホール 室町 校地 の 寒梅 館 地下 1 階 に あ る 大 ホール 。 1000 人 の 収容 が 可能 。 木曜 日 に は WOT ( WhatsonThursdays ) で 映画 上映 さ れ る 。 映画 系 サークル の 映画 上映 会 や 、 学生 団体 の イベント 、 そして 数々 の 講演 会 が 催 さ れ る 。 ホールアート と い う 学生 の アルバイト が あ る 。 クローバー ホール 室町 校地 の 寒梅 館 地下 1 階 に あ る 小 ホール 。 移動 式 客席 で 100 人 ほど 収容 可能 。 ここ で も ハーディー ホール と 同じ よう に 様々 な イベント が 行 わ れ る 。 同志社 大学 の 学生 寮 は 、 居住 する 学生 自身 に よ っ て 管理 ・ 運営 さ れ る 点 が 大きな 特徴 で あ る 。 あくまで 学生 の 自主 管理 で あ る ため 、 大学 が 広範 に 管理 を 行 う 一般 的 な 学生 寮 の イメージ と は 異な っ て い る 。 同志社 大学 で は こう し た 学生 が 自主 管理 を 行 う 考え 方 を 「 自治 理念 」 と 呼 ん で い る 。 「 自治 理念 」 と は 、 土地 や 建物 は 大学 の 施設 で あ る もの の 、 その 管理 ・ 運営 は 、 居住 する 寮生 自身 に よ っ て 行 う と い う 考え 方 で あ る 。 実際 、 寮 の 管理 ・ 運営 に おけ る 大学 と の 関係 に お い て は 、 自治 精神 を 重視 し 、 一定 の 緊張 感 を 保 っ た 交渉 を 行 っ て い る 。 同志社 大学 内 で は 「 自治 理念 」 に 基づ い た 寮 で あ る ため 、 学生 寮 の こと を 「 自治 寮 」 と 呼 ん で い る 。 「 自治 寮 」 と い う 考え 方 に つ い て は 、 学生 運動 の 流れ を 汲 ん で い る 。 昭和 の 学生 運動 が 盛ん な ころ 、 日本 全国 の 大学 に は 、 自主 独立 の 気運 が 存在 、 同志社 大学 の 学生 寮 に お い て も この よう な 理念 が 創出 さ れ 、 自治 を 重んじ る 風潮 が 生まれ た 。 なお 、 1990 年代 以降 に おけ る 学生 寮 と 同志 社 大学 の 関係 は 良好 で あ る 。 また 、 過去 に は 、 大学 の 設置 者 で あ る 学校 法人 同志社 の 理事 に も 寮 出身 者 を 輩出 し て お り 、 2004 年 に お い て も 、 理事 を 招 い て の 式典 等 が 開催 さ れ た 。 基本 は 性別 ごと の 寮 で あ る が 、 唯一 男女 寮 な の が 今出川 校地 内 に あ る アーモスト 寮 。 男女 寮 アーモスト 寮 アーモスト の 名 は 新島 襄 が 留学 し た 米 アマースト 大学 に 由来 する 。 約 65,000 ドル の 募金 が 集め られ 、 1931 年 8 月 に 着工 さ れ 、 1932 年 5 月 に 最初 の 21 人 が 入寮 する 。 入寮 の 募集 選考 は 2 月 から 3 月 に かけ て 行な わ れ る 。 現在 は 改修 工事 の ため 、 2006 年度 より 募集 を 停止 。 男子 寮 大成寮 ( たいせい - りょう ) 入寮 選考 は 年 2 回 行 わ れ 、 2 月 下旬 と 3 月 上旬 。 同志 社 EVE に 出店 する 「 オカマバー 」 は 毎年 恒例 の 人気 行事 。 此春寮 ( ししゅん - りょう ) 入寮 選考 は 3 月 上旬 。 壮図 寮 ( そうと - りょう ) 入寮 選考 は 3 月 上旬 に 1 泊 2 日 で 行 わ れ る 。 暁夕寮 ( ぎょうせい - りょう ) 入寮 選考 は 3 月 上旬 。 DRC ハウス ラグビー 部 の 寮 。 同志社 大学 ラグビー 部 OB 会 が 一 棟 借り を し て い る 。 女子 寮 松蔭 寮 ( しょういん - りょう ) 入寮 選考 は 3 月 上旬 。 一 粒 寮 ( ひと つぶ - りょう ) 入寮 選考 は 一 次 選考 と 二 次 選考 が あ り 、 2 月 下旬 、 3 月 上旬 に 行 わ れ る 。 過去 に 存在 し た 寮 布哇 寮 ( はわい - りょう ) 1936 年 に 日米 関係 の 悪化 を 憂え た ホノルル 在住 の リチャーズ 夫妻 に よ っ て 寄付 さ れ た 。 戦時 中 は 接収 さ れ 日赤 の 看護 婦寮 に さ れ た 歴史 も あ る 。 また 、 5 年間 に 亘 り 同志 社 理事 で あ っ た 新渡戸 稲造 の 京都 時代 の 住居 で も あ っ た 。 1970 年代 は 学生 運動 の 渦中 に あ り 、 外人 部隊 に 篭城 さ れ た 。 その こと も あ っ て 1972 年 に 寮 運営 委員 会 は 解散 し て 自治 寮 に な っ た 。 1988 年 に 寮 が 閉鎖 さ れ 、 1997 年 から は 同志社 フレンド ピース ハウス ( 登録 有形 文化 財 ) と し て 生まれ変わ っ た 。 鴨東寮 ( おうとう - りょう ) 岩倉寮 ( いわくら - りょう ) 同志社 大学 に は 自治 寮 と は 別 に 大学 が 管理 、 運営 する 寮 が 存在 する 。 この 寮 は 外国 人 留学 生 と 日本 人 学生 が 共 に 生活 を 行 う 女子 寮 。 国際 交流 ・ 文化 交通 を 図 る こと が 目的 と し て 建て られ た 。 入寮 選考 は 二 次 選考 まで あ り 、 12 月 に 行 わ れ る 。 外国 人 学生 は 国際 センター 、 日本 人 学生 は 学生 支援 課 が 選考 を 行 う 。 入寮 期間 は 1 年 また は 2 年 で 、 夏季 休暇 時 は 短期 留学 生 受け入れ の ため 退去 し な けれ ば いけ な い 。 都市 再生 機構 と の 連携 「 けいはん な 知的 特区 活性 化 デザイン の 提案 」 ( 現代 的 教育 ニーズ 取組 支援 プログラム ) 京田辺 市 南田 辺 北 地区 同志社 山手 京田辺 市 と の 包括 協定 ( 2005 年 締結 ) 京田辺 市 教育 、 文化 、 福祉 の 向上 、 スポーツ の 振興 ・ 発展 の ため の 連携 地域 産業 振興 、 新 産業 創出 の ため の 連携 人材 育成 の ため の 連携 ま つづくり の ため の 連携 その 他 必要 と 認め る 連携 日本 学生 支援 機構 ( JAS SO ) 2006 年 より 障害 学生 修学 支援 ネットワーク 事業 の 拠点 校 と し て 連携 会計 大学 院 同志社 大学 に は 会計 大学 院 は 設置 さ れ て い な い が 、 準 会員 校 に な っ て い る 。 医聖 会 医聖 会 学研 都市 病院 は 学研 都市 キャンパス に 隣接 し て お り 、 理工 学 部 、 生命 医 科学 部 と の 包括 協定 を 結 ん で い る 。 学術 交流 包括 協定 京都 府 立 医科 大学 国内 相互 留学 制度 早稲田 大学 同志社 大学 の 学生 が 政治 ・ 経済 ・ 文化 の 中心 で あ る 東京 で 、 また 早稲田 大学 学生 が 日本 の 文化 や 歴史 を 誇 る 京都 で 、 異な る 地域 ・ 風土 で 学 び 、 視野 を 広げ 、 個性 を 磨 く こと を 目的 と し て 行 わ れ る 。 また 、 創立 者 の 新島 襄 と 大隈 重信 の 関係 が 良好 だっ た こと も 関連 し て い る 。 単位 互換 制度 同志社 女子 大学 同志社 大学 に は な い 音楽 系 の 科目 など を 取得 する こと が 可能 。 女子 だけ で は な く 、 男子 も 取得 する こと が 可能 で 毎年 100 人 程度 の 学生 が 取得 し て い る 。 大学 コンソーシアム 京都 立命 館 大学 ( 大学 院 ) 関西 大学 ( 大学 院 ) 関西 学院 大学 ( 大学 院 ) 小 学校 教諭 ( 一種 ) 取得 連携 プログラム 神戸 親和 女子 大学 2006 年度 より 結 ば れ た 協定 。 今 まで 同志 社 大学 で は 小 学校 教諭 免許 を 取得 する こと が 不 可能 で あ っ た が 、 この 協定 に より 取得 可能 に な っ た 。 京都 ・ 宗教 系 大学 院 連合 ( K - GURS ) 大谷 大学 大学 院 文学 研究 科 高野山 大学 大学 院 文学 研究 科 種智院 大学 仏教学 部 花園 大学 大学 院 文学 研究 科 佛教 大学 大学 院 文学 研究 科 龍谷 大学 大学 院 文学 研究 科 2005 年 に 設立 さ れ た 。 それぞれ の 宗教 、 宗派 の 特色 を 活か し た カリキュラム を 展開 し 、 宗教 の プロフェッショナル を 育成 する こと が 目的 。 定例 の 研究 会 、 公開 シンポジウム を 開催 さ れ 、 2006 年度 から は 単位 互換 制度 が 開始 。 協力 団体 と し て 、 高野山 大学 密教 文化 研究 所 、 国際 真宗 学会 、 宗教 倫理 学 会 、 種智院 大学 密教 資料 研究 所 、 同志社 大学 一神 教学際 研究 センター 、 南山 宗教 文化 研究 所 、 NCC 宗教 研究 所 、 日本 クリスチャン アカデミー 、 龍谷 大学 仏教 文化 研究 所 が 加盟 。 図書 館 協定 早稲田 大学 立命 館 大学 龍谷 大学 京都 産業 大学 関西 大学 関西 学院 大学 大学 コンソーシアム 京都 国立 情報 学 研究 所 ( 提携 ) 海外 協定 校 ケンブリッジ 大学 ロンドン 大学 エディンバラ 大学 シェフィールド 大学 ヨーク 大学 ノルウェー 科学 技術 大学 ヘルシンキ 大学 日仏 共同 博士 課程 コンソーシアム エクス ・ マルセイユ 第 3 大学 パリ 第 10 大学 パリ 市立 工業 物理 化学 高等 専門 学校 リール 中央 学院 リール 国立 化学 大学 院 エコール ・ サントラル ( リール ・ ナント ) イエーテボリ 大学 政経 大学 院 ワルシャワ 大学 カレル 大学 サラマンカ 大学 ウィーン 大学 テュービンゲン 大学 ヨハネス ・ グーテンベルク ・ マインツ 大学 ミュンヘン 大学 ハンブルク 大学 ベルリン 大学 チューリッヒ 大学 ミラノ 大学 ヘブライ 大学 アブンヌール ・ イスラーム 学院 王立 宗教 間 対話 研究 所 全南 大 学校 梨花 女子 大 学校 ソウル 女子 大 学校 延世 大 学校 監理 教神学 大 学校 トリブバン 大学 デ・ ラ ・ サール 大学 フィリピン 大学 ディリマン 校 タンマサート 大学 北京 大学 歴史 学 部 復旦 大学 西北 大学 中国 海洋 大学 中国 人民 大学 武漢 大学 西安 電子 科技 大学 香港 中文 大学 西安 交通 大学 国際 イスラム 大学 ガジャマダ 大学 メルボルン 大学 ニューサウスウェールズ 大学 シドニー 大学 ウロンゴン 大学 ヴィクトリア 大学 ウェリントン 校 アーモスト 大学 ウィスコンシン 大学 ロー スクール ( 法科 大学 院 学術 交流 協定 ) ベイツ 大学 バックネル 大学 カールトン 大学 コルビー 大学 コネチカット 大学 カラマズー 大学 ミドルベリー 大学 マウント ・ ホール ヨーク 大学 オベリン 大学 ポモナ 大学 スミス 大学 スタンフォード 大学 カリフォルニア 大学 ハワイ 大学 システム ウェルズリー 大学 オハイオ ・ ウェスリアン 大学 ウィット マン 大学 ウィリアムズ 大学 ミシガン 州 立 大学 ウィスコンシン 大学 デューク 大学 ワシントン 大学 ( UW ) ハート フォード 神 学校 ノース カロライナ 大学 チャペル ヒル 校 ビクトリア 大学 ( カナダ ) ウィニペグ 大学 ラス ・ アメリカス 大学 トルクァト ・ ディ・ テラ 大学 チリ ・ カトリック 大学 滋賀 学園 高校 ( 2008 年度 より ) キリスト 教 系 高等 学校 と の 教育 連携 協定 新島 学園 中 学校 ・ 高等 学校 北陸 学院 高等 学校 名古屋 中 学校 ・ 高等 学校 学校 法人 近江 兄弟 社 学園 九州 学院 中 学校 ・ 高等 学校 群馬 県 に あ る 新島 学園 中 学校 ・ 高等 学校 は 、 同志 社 の 創立 者 で あ る 新島 襄 の 理念 に 共感 し た 湯浅 正次 ( 有田 屋 当主 ) が 、 その 理念 を 元 に 設立 し た 学校 で 、 理念 は 共有 し て い る が 、 新島 学園 中 学校 ・ 高等 学校 を 同志 社 が 設立 し た など と い っ た 関係 で は な い 。 しかし 、 同志社 大学 へ の 推薦 枠 を 持 ち 、 中 学校 ・ 高等 学校 間 で 交流 が 行 わ れ て い る ため 、 便宜 上 、 ここ に まとめ る 。 新島 学園 中 学校 ・ 高等 学校 新島 学園 短期 大学 同志社 諸 学校 は 、 大学 を 頂点 と し た 付属 校 の 形態 を 取 ら ず 、 学校 法人 同志社 の もと に 設置 さ れ た 独立 の 学校 群 と し て 位置 づけ られ て き た 。 なお 、 同志 社 小 学校 に つ い て は 、 運営 上 、 大学 の 付属 校 の 扱い と な っ て い る の で 、 附属 学校 の 項 に 記述 する 。 大学 同志社 女子 大学 高等 学校 同志 社 高等 学校 中高 一貫 校 同志社 女子 中 学校 ・ 高等 学校 同志 社 香里 中 学校 ・ 高等 学校 同志 社 国際 中 学校 ・ 高等 学校 中 学校 同志社 中 学校 幼稚 園 同志社 幼稚 園 JR 福知 山 線 脱線 事故 大学 の 2 限 に 出席 する ため に 多く の 学生 が 乗車 し て お り 、 3 名 の 学生 が 亡くな り 、 34 人 の 学生 が 負傷 する と い う 事故 が 起き た 。 被害 が 拡大 し た 要因 の 一 つ と し て 同志 社前 駅 の 構造 ( 詳細 は 同志 社前 駅 ) が 問題 視 さ れ て い る 。 同志社 大学 に は 以下 の 文化 財 が 存在 し て い る 。 同志社 大学 に 存在 する 日本 国 政府 に 指定 さ れ た 重要 文化 財 に は 以下 の もの が あ る 。 建築 物 同志 社 礼拝 堂 ( 今出川 校地 ) 番号 157 5 種別 1 学校 建築 指定 年 月 日 1963 年 7 月 1日 年代 明治 19 年 構造 形式 煉 瓦造 、 建築 面積 316 . 0 ㎡ 、 一 階 建 、 一部 中 二 階 及び 地下 室 付 、 鉄板 葺 D . C . グリーン が 設計 し 、 1886 年 に 竣工 。 アメリカン ・ ゴシック 調 の 鉄板 葺 き 煉瓦 造り 。 アメリカン ・ ボード の 寄付 に よ っ て 建築 。 日本 に おけ る プロテスタント 派 の 煉瓦 造り の 礼拝 堂 と し て は 現存 する 最古 の もの 。 施工 は 有終館 も 請け負 っ た 三上 吉兵衛 。 ステンド グラス が 美し く 、 徳冨 蘆花 の 小説 、 黒 い 眼 と 茶色 の 目 の 中 で 「 五色 の 光線 」 が 降 る と 形容 さ れ た 。 1963 年 に 国 の 重要 文化 財 に 指定 さ れ 、 1987 年 から 1990 年 まで 半解体 修理 工事 が 行 わ れ た 。 現在 も 礼拝 堂 と し て 使用 さ れ て お り 、 毎週 礼拝 も 行 わ れ て い る 。 また 、 週末 に は 同志 社 関係 者 に 限 り 結婚 式 を 挙げ る こと も でき る 。 同志 社 の 礼拝 堂 と し て は 2 代 目 ( 初代 は 木造 ) 。 有終館 ( 今出川 校地 ) 番号 157 5 種別 1 学校 建築 指定 年 月 日 1979 年 5 月 21 日 年代 明治 20 年 構造 形式 煉 瓦造 、 建築 面積 352 . 3 ㎡ 、 二 階 建 、 地下 一 階 、 桟瓦 葺 ( 内装 を 除 く ) 即位 式典 の 場所 で あ る 御所 は 、 同志 社 今出川 校地 の 隣り な の で 、 大学 当局 は 即位 式 の 間 、 全学 あげ て 構内 の 警備 を し て い た 。 ところ が その 詰所 に し て い た 部屋 の 木製 の 大火鉢 が 加熱 し て 出火 し て しま っ た の で あ る 。 これ に よ り 当時 の 海老名 弾正 総長 および 理事 、 監事 は 引責 辞職 。 同志社 は 国賊 で あ る か の よう に 罵 ら れ た と い う 。 燃え 残 っ た 有終 館 の 駆体 は 撤去 の 予定 で あ っ た が 、 当時 隣 の 同志 社 女 学校 の 建築 を 手がけ て い た 武田 五一 が 修理 ・ 保存 を 勧告 し た 。 結局 外壁 の 内部 に 15 cm の 鉄筋 コンクリート の 壁 を 作 る 方法 で 保存 し た 。 有終館 の 名 は 図書 館 と し て の 役目 を 終え た 際 に 当時 の 総長 で あ っ た 海老名 弾正 が 命名 し た 。 ハリス 理 化学 館 ( 今出川 校地 ) 番号 157 5 種別 1 学校 建築 指定 年 月 日 1979 年 5 月 21 日 年代 明治 23 年 構造 形式 煉 瓦造 、 建築 面積 5 8 7 . 0 ㎡ 、 東北 隅 実験 室付 、 桟瓦 葺 ( 階段 以外 の 内装 を 除 く ) アメリカ 合衆 国 コネティカット 州 ニューロンドン ( コネチカット 州 ) の JONATHANN . HARRIS の 寄付 に よ っ て 建設 さ れ た 。 設計 者 は 英国 王立 建築 家 協会 員 の ALEXN . HANSELL 。 1890 年 の 竣工 で 、 イギリス 積み の 煉瓦 建築 。 1979 年 5 月 21 日 に 重要 文化 財 に 指定 さ れ た 。 クラーク 記念 館 ( 今出川 校地 ) 番号 157 5 種別 1 学校 建築 指定 年 月 日 1979 年 5 月 21 日 年代 明治 27 年 構造 形式 煉 瓦造 、 建築 面積 3 89 . 4 ㎡ 、 桟瓦 葺 、 西南 隅 塔屋 付 、 銅板 葺 附 指定 建築 仕様 書 等 1 冊 、 建築 設計 図 1 巻 ドイツ の ネオ ・ ゴシック を 基調 と する 建築 物 で 、 「 印象 的 な 尖塔 は 同志社 大学 の シンボル 的 存在 」 と 同志 社 大学 関係 者 は 考え て い る 。 27 歳 で この世 を 去 っ た 息子 ( バイロン ・ ストーン ・ クラーク ) の ため に と B . W . クラーク 夫妻 より 6000 ドル 寄付 さ れ 建設 さ れ た 。 その ため 1 階 の 壁面 に 「 THE STUDY OF THE WORLD OF GOD WAS DEARHIM 」 と 刻 ま れ て い る 。 1894 年 の 開館 当時 は クラーク 神学 館 と 呼 ば れ 、 神学 教育 ・ 研究 の 中心 と し て 使用 さ れ た 。 1979 年 5 月 に 「 設計 図 」 、 「 新築 仕様 書 」 と とも に 重要 文化 財 に 指定 さ れ た 。 2003 年 1 月 から 2008 年 2 月 まで 約 10 億 円 を かけ 改修 工事 が 行 わ れ た 。 この 際 、 後世 に 改造 さ れ た 部分 など は 撤去 さ れ 、 当初 の 姿 に 復元 さ れ た 。 2006 年度 に 行 わ れ た 同志 社 EVE に お い て 、 補修 工事 に 使 わ れ た 10 0 年 は 持 つ と い わ れ て い る 土居 葺板 に 寄せ 書き を 行 う イベント が 開催 さ れ た 。 彰栄館 ( 同志 社 中 学校 ) D . C . グリーン が 設計 し 、 1884 年 に 竣工 。 アメリカン ・ ゴシック 調 の 瓦葺 き の 煉瓦 造り 。 アメリカン ・ ボード の 寄付 に よ っ て 建築 。 京都 市 内 に 現存 する 煉瓦 建築 の 中 で は 最古 の もの 。 同志社 大学 に 存在 する 日本 国 政府 に 指定 さ れ た 登録 有形 文化 財 に は 以下 の もの が あ る 。 建築 物 アーモスト 館 ( 今出川 校地 ) 登録 番号 26 - 0 200 構造 鉄筋 コンクリート 造 地上 3 階 地下 1 階 建 、 スレート 葺 、 建築 面積 343 ㎡ 年代 明治 7 年 所在 地 京都 府 京都 市 上京 区 今出川 通烏丸 東入 相国 寺 門 前 町 632 原簿 記載 年 月 日 2005 年 11 月 10 日 官 報告 示 年 月 日 2005 年 12 月 5 日 1931 年 11 月 29 日定礎 。 1932 年 3 月 20 日 竣工 。 ニューイングランド ・ ジョージア 様式 で 、 左右 対称 の 概観 が 特徴 。 2005 年 6 月 27 日 に 登録 有形 文化 財 ( 建造 物 ) に 指定 。 学生 寮 ( アーモスト 寮 ) と し て 使用 さ れ て い る が 、 現在 は 改修 工事 中 。 設計 は ウィリアム ・ メレル ・ ヴォーリズ 。 施工 は 清水 組 。 同志社 啓明 館 本館 ( 今出川 校地 ) 登録 番号 26 - 0 2 56 構造 煉瓦 及び 鉄筋 コンクリート 造 5 階 建 、 スレート 葺 、 建築 面積 406 ㎡ 年代 大正 9 年 所在 地 京都 府 京都 市 上京 区 今出川 通烏丸 東入玄武 町 60 2 - 1 原簿 記載 年 月 日 2007 年 7 月 31 日 官 報告 示 年 月 日 2007 年 8 月 13 日 1920 年 図書 館 ( 2 代 目 大学 図書 館 ) と し て 竣工 。 設計 は ウィリアム ・ メレル ・ ヴォーリズ 。 第 二 次 大戦 中 、 ランドン ・ ワーナー 博士 が 米 陸軍 当局 に 提出 し た 「 爆撃 し て は な ら な い 日本 の 文化 財 目録 」 の 中 に 入 っ て い た 。 1973 年 12 月 に 現在 の 図書 館 ( 3 代 目 大学 図書 館 ) の 竣工 に よ り 、 「 啓明 館 」 と 改称 する 。 2007 年 7 月 31 日 に 登録 さ れ た 。 同志社 啓明 館 西館 ( 今出川 校地 ) 登録 番号 26 - 0 2 5 7 構造 煉瓦 及び 鉄筋 コンクリート 造 4 階 建 、 スレート 葺 、 建築 面積 153 ㎡ 、 渡廊 下付 年代 大正 4 年 所在 地 京都 府 京都 市 上京 区 今出川 通烏丸 東入玄武 町 60 2 - 1 原簿 記載 年 月 日 2007 年 7 月 31 日 官 報告 示 年 月 日 2007 年 8 月 13 日 1915 年 図書 館 ( 2 代 目 大学 図書 館 ) と し て 竣工 。 設計 は ウィリアム ・ メレル ・ ヴォーリズ 。 1973 年 12 月 に 現在 の 図書 館 ( 3 代 目 大学 図書 館 ) の 竣工 に よ り 、 「 啓明 館 」 と 改称 する 。 2007 年 7 月 31 日 に 登録 さ れ た 。 同志社 フレンド ピース ハウス 登録 番号 26 - 0 20 6 構造 木造 2 階 建 、 瓦葺 、 建築 面積 248 ㎡ 年代 明治 中期 所在 地 京都 府 京都 市 上京 区 寺町 通石 薬師 下 る 染殿 町 665 - 1 原簿 記載 年 月 日 2006 年 3 月 2 日 官 報告 示 年 月 日 2006 年 3 月 23 日 以前 同志社 大学 の 布哇 寮 で あ り 、 現在 は 同志社 フレンド ピース ハウス と し て 活用 さ れ て い る 。 薩摩 藩 邸跡 ( 今出川 校地 ) 今出川 校地 の 敷地 一帯 は 幕末 の 薩摩 藩 邸が お か れ て い た 。 1862 年 に 京都 市 中京 区 から 移転 し 、 薩長 同盟 が 結 ば れ る など 倒幕 運動 の 拠点 と な っ た 。 近衛 殿 跡 ( 新町 校地 ) 新町 校地 の 臨光 館 一帯 は 摂家 の 一 つ で 公家 の 近衛 家 の 邸宅 が あ っ た 。 現在 も 臨光 館 の 地下 に 保存 さ れ て い る 。 石敷き 遺構 ( 室町 校地 ) 2002 年 の 寒梅 館 の 建設 に 伴 う 発掘 調査 に て 発見 さ れ た 。 石敷き の 中 から 16 世紀 中頃 の 土器 が 出土 し た 。 洛中 洛外 図 に よ り 、 寒梅 館 周辺 は 第 12 代将軍 足利 義晴 が 再築 し た 花 の 御所 の あ っ た 場所 と 推定 さ れ 、 出土 し た もの と 、 洛中 洛外 図 が 一致 する ため 、 この 石敷き は 花 の 御所 の 北東 隅 の 社 と その 南 の 築地 基礎 と 推定 さ れ る 。 現在 は 寒梅 館 に て 一部 発掘 し た まま の 状態 を 見 る こと が でき る よう に な っ て い る 。 恐竜 の 足跡 ( 今出川 校地 ) アーモスト 館 と ゲスト ハウス の 渡り 廊下 に 恐竜 の 足跡 が あ る 。 この 足跡 は 、 アメリカ 合衆 国 の ニューイングランド 、 コネチカット 州 の 渓谷 から 出 た もの で 「 時 の 砂 に 押し残 さ れ た 足跡 」 と 記 さ れ て い る 。 有史 前 の 足跡 は 「 新 世界 」 から アジア の 「 旧 世界 」 へ と 学校 法人 同志社 と アマースト 大学 、 アメリカ 合衆 国 と 日本 の 長 い 絆 を 想起 さ せ る もの と し て 贈 ら れ て き た もの で あ る 。 小 学校 同志 社 小 学校 2007 年 8 月 に ゴメス コンサルティング 株式 会社 の 行 っ た 大学 サイトランキング に て 131 大学 の ウェブサイト 中 総合 3 位 。 3 位 に な っ た 主な 理由 と し て 圧倒 的 な ボリューム の 統計 データ や 、 Cyber 学長 室 、 同志社 クイズ に 見 られ る 特徴 的 な コンテンツ が 評価 さ れ た 。 ウェブサイト の 使 い やす さ で 20 位 、 情報 公開 度 ・ 先進 性 で 2 位 。 +京都 法 学校 ( きょう と ほう がっこう ) は 、 1889 年 ( 明治 22 年 ) に 、 京都 府 京都 市 下京 区 寺町 通 四 条 通下ル 大 雲院 ( 京都 市 ) 内 に 設立 さ れ た 私立 学校 。 法律 学 および 経済 学 を 教授 する こと を 目的 に 設立 さ れ た 私立 学校 で 、 校主 に は 司法 省 学校 卒業 後 、 京都 始審 裁判 所 に 勤務 し た 山崎 恵純 が 就任 。 この 他 、 名誉 員 に 京都 府 知事 、 大審院 評定 官 、 京都 始審 裁判 所 所長 、 同検事 、 京都 府 警 部長 ら が 就 い た 。 講師 の 顔ぶれ は 、 校主 の 山崎 恵純 の ほか 、 河村 善益 、 志方 鍛 、 清水 一郎 、 百瀬 武策 。 その 後 、 入学 希望 者 の 増加 に 対応 し きれ な く な り 、 京都 法政 学校 ( 現在 の 立命 館 大学 ) に 事実 上 引き継 が れ た 。 山崎 恵純 は 引き続 き 京都 法政 学校 の 教授 を 務め た 。 設立 の 目的 ( 京都 法 学校 規則 1888 年 1 月 ) 「 法律 学科 ハ 仏蘭西 法律 ヲ主 トシ 傍ラ 日本 現行 法 ニ及 ブモノトス 」 +立命 館 孔子 学院 ( りつめい かんこう し がくいん 、 英字 表記 : The RitsumeikanUniversity Confucius Institute ) は 、 中国 語 教育 ・ 文化 の 普及 を 目的 と する 私立 学校 。 京都 府 京都 市 北 区 ( 京都 市 ) に 本部 を 置 く 。 2005 年 、 学校 法人 立命 館 が 、 中国 政府 と 共同 で 立命 館 大学 衣笠 キャンパス 「 アカデメイア 立命 21 」 内 に 設置 し た 。 講師 ・ 教材 は 中国 政府 が 提供 する 。 運営 形態 は 、 北京 大学 と の 共同 運営 で あ る 。 孔子 学院 の 開設 は 立命 館 大学 が 5 校 目 。 2008 年 現在 、 世界 に 約 200 校 が 存在 する 。 院 長 初代 - 周瑋 生 ( 立命 館 大学 教授 ) 沿革 立命 館 学園 は 190 0 年 ( 明治 33 年 ) に 西園寺 公望 の 秘書 だっ た 中川 小十郎 の 開 い た 京都 法政 学校 に 起源 を 持 つ 。 現在 の 校名 「 立命 館 」 は 1869 年 、 西園寺 公望 が 京都 御所 邸内 に 開 い た 私塾 立命 館 から 引き継 い だ 。 校名 の 由来 「 立命 館 」 は 、 孟子 「 盡心 章 ( じんしん しょう ) 」 に あ る 「 殀寿貳 ( ようじゅ た が ) わ ず 、 身 を 修め て 以 て 之 を 俟 ( ま ) つ は 、 命 を 立 つ る 所以 ( ゆえん ) な り 」 と い う 一節 から と ら れ た 。 これ が 縁 と な り 、 中国 政府 から 学校 法人 立命 館 に 対 し 、 山東 省 産白 御影 石 で 彫 ら れ た 「 孟子 像 」 が 寄贈 さ れ 、 立命 館 孔子 学院 開設 式典 で 披露 さ れ た 。 +足利 学校 ( あしかが がっこう ) は 、 平安 時代 初期 、 もしくは 鎌倉 時代 に 創設 さ れ た と 伝え られ る 中世 の 高等 教育 機関 。 室町 時代 から 戦国 時代 ( 日本 ) に かけ て 、 関東 地方 に おけ る 事実 上 の 最高 学府 で あ っ た 。 下野 国 足利 荘 五 箇郷村 ( 現 栃木 県 足利 市 ) に あ っ た 。 明治 初期 に は ほとんど 建物 が あ る だけ に な っ て お り 、 明治 5 年 ( 1872 年 ) に 廃校 に な っ た 。 以来 孔子 廟 など わずか な 建物 を 残 す のみ で あ っ た 。 1990 年 に 方丈 や 庭園 が 復元 さ れ 、 公開 さ れ た 。 今日 で は 足利 市 の 生涯 学習 の よすが と し て 、 足利 市 教育 委員 会 に よ っ て 管理 さ れ て い る 。 足利 学校 の 創建 年代 に つ い て は 諸説 あ り 、 長 ら く 論争 と な っ て い る ( 本項 の 論争 の 節 を 参照 ) 。 室町 時代 の 前期 に は 衰退 し て い た が 、 1432 年 ( 永享 4 年 ) 、 上杉 憲実 が 足利 の 領主 に な っ て 自ら 再興 に 尽力 し , 鎌倉 円覚 寺 の 僧快 元 を 庠主 ( しょうしゅ と 読 み 、 校長 の こと ) に 招 い たり 、 蔵書 を 寄贈 し たり し て 学校 を 盛り上げ た 。 その 成果 あ っ て 北 は 奥羽 , 南 は 琉球 に いた る 全国 から 来学徒 が あ っ た 。 代々 の 庠主 も 全国 各地 の 出身 者 に 引き継 が れ て い っ た 。 教育 の 中心 は 儒学 で あ っ た が 、 易学 に お い て も 非常 に 高名 で あ っ た 。 また 兵法 、 医学 も 教え た 戦国 時代 に は 、 足利 学校 の 出身 者 が 易学 等 の 実践 的 な 学問 を 身 に 付け 、 武将 に 仕え る と い う こと が しばしば あ っ た と い う 。 学費 は 無料 、 学生 は 入学 する と 同時 に 僧籍 に 入 っ た 。 学寮 は な く 、 近在 の 民家 に 寄宿 し た 。 学校 の 敷地 内 で 自分 たち が 食べ る ため の 菜園 を 営 ん で い た 構内 に は 、 菜園 の 他 に 薬草 園 も 作 ら れ て い た 。 享禄 年間 ( 1530 年 頃 ) に は 火災 で 一時 的 に 衰微 し た が 、 第 7 代 庠 主 、 九華 が 後 北条 氏 の 保護 を 受け て 足利 学校 を 再興 し 、 学生 数 は 3000 人 と 記録 さ れ る 盛況 を 迎え た 。 この頃 の 足利 学校 の 様子 を 、 キリスト 教 の 宣教 師 フランシスコ ・ ザビエル は 「 日本 国 中 最も 大 に し て 最も 有名 な 坂東 の アカデミー ( 坂東 の 大学 ) 」 と 記 し 、 足利 学校 は 海外 に まで その 名 が 伝え られ た 。 ザビエル に よ れ ば 、 国内 に 1 1 ある 大学 及び アカデミー の 中 で 、 最大 の もの が 、 足利 学校 アカデミー で あ る 。 学校 自体 は 、 寺院 の 建物 を 利用 し 、 本堂 に は 千手 観音 の 像 が あ る 。 本堂 の 他 に 別途 、 孔子 廟 が 設け られ て い る 、 と い う 。 しかし 1590 年 の 豊臣 秀吉 に よ る 小田原 の 役 の 結果 、 後 北条 氏 と 足利 長尾 氏 が 滅 び 、 足利 学校 は 庇護 者 を 失 う こと に な っ た 。 学校 の 財源 で あ っ た 所領 が 奪 わ れ 、 古典 籍 を 愛 し た 豊臣 秀次 に よ っ て 蔵書 の 一部 が 京都 に 持ち出 さ れ る など 、 この 時期 の 足利 学校 は 困難 に 直面 し た 。 しかし 当時 の 第 9 代 庠主 三 要 元 佶 は 関東 の 新領主 で あ る 徳川 家康 に 近侍 し て 信任 を 受け 、 家康 の 保護 を 得 て 足利 学校 は 再び 復興 し た 。 家康 の 保護 を 得 て 足利 学校 は 再び 復興 し た 。 江戸 時代 に 入 る と 、 足利 学校 100 石 の 所領 を 寄進 さ れ 、 毎年 の 初め に その 年 の 吉凶 を 占 っ た 年筮 ( ねんぜい ) を 江戸 幕府 に 提出 する こと に な っ た 。 また 、 たびたび 異動 が あ っ た 足利 の 領主 たち に よ っ て も 保護 を 受け 、 足利 近郊 の 人々 が 学 ぶ 郷学 と し て 、 江戸 時代 前期 から 中期 に 二 度 目 の 繁栄 を 迎え た 。 しかし 江戸 時代 に は 京都 から 関東 に 伝え られ た 朱子学 の 官学 化 に よ っ て 易学 中心 の 足利 学校 の 学問 は 時代 遅れ に な っ た 。 また 平和 の 時代 が 続 い た こと で 易学 、 兵学 など の 実践 的 な 学問 が 好 ま れ な く な っ た ため に 、 足利 学校 は 衰微 し て い っ た 。 学問 の 中心 と し て の 性格 は はやく に 薄れ 、 江戸 時代 の 学者 たち は 貴重 な 古典 籍 を 所蔵 する 図書 館 と し て 足利 学校 に 注目 し て い た のみ で あ っ た 。 明治 維新 後 、 足利 藩 は 足利 学校 を 藩校 と する こと で 復興 を 図 っ た 。 しかし 明治 4 年 ( 18 71 年 ) 、 廃藩 置県 の 実施 に よ り 足利 藩 校 で あ る 足利 学校 の 管理 は 足利 県 ( の ち 栃木 県 に 統合 ) に 移り 、 明治 5 年 ( 1872 年 ) に 至 っ て 廃校 と さ れ た 。 廃校 後 、 方丈 など が あ っ た 敷地 の 東 半分 は 小 学校 に 転用 さ れ 、 建物 の 多く は 撤去 さ れ た 。 また 、 栃木 県 は 足利 学校 の 蔵書 の 一部 を 県 に 払い 下げ よ う と し た の で 、 足利 学校 の 建物 と 蔵書 は 散逸 の 危機 に 瀕 し た 。 しかし 、 旧 足利 藩 士 田崎 草雲 ら の 活動 に よ り 、 蔵書 は 地元 に 返還 さ れ 、 孔子 廟 を 含 む 旧 足利 学校 の 西 半分 と とも に 県 から 地元 に 返還 さ れ た 。 地元 足利 町 は 190 3 年 、 足利 学校 の 敷地 内 に 、 栃木 県 内 初 の 公共 図書 館 で あ る 足利 学校 遺蹟 図書 館 を 設立 し 、 足利 学校 の 旧蔵書 を 保存 する と とも に 一般 の 図書 を 収集 し て 公開 し た 。 また 1921 年 、 足利 学校 の 敷地 と 孔子 廟 や 学校 門 など の 現存 する 建物 は 国 の 指定 史跡 と な り 、 保存 が はか ら れ る こと に な っ た 。 1980 年 代 に な り 、 小 学校 の 移転 、 遺蹟 図書 館 の 一般 図書 の 栃木 県 立 足利 図書 館 へ の 移管 が 行 わ れ 、 史跡 の 保存 整備 事業 が 始め られ た 。 そして 1990 年 に 建物 と 庭園 の 復元 が 完了 し 、 江戸 時代 中期 の もっとも 栄え た 時分 の 様子 が 再現 さ れ た 。 足利 学校 の 成立 や 、 初期 の 体制 に つ い て は 記録 が 残 っ て お ら ず 、 しばしば 論争 に な っ た 。 創設 時期 を もっとも 古く と る 説 で は 、 伝承 に よ れ ば かつて 足利 学校 は 下野 国 の 国学 で あ っ た 、 と い う 。 明治 期 に この 説 を 唱え た 川上 廣樹 に よ れ ば 、 当初 、 都賀 郡 の 国府 に 併設 さ れ て い た が 、 足利 家 が 将軍 家 と な る と 、 ゆかり の 地 に 国学 を 移設 し た の だ と い う 。 これ に 対 し 、 国府 と 国学 の 位置 が 離れ すぎ て お り 、 当時 移設 し た と い う 記録 も な い と い う 反論 が 出 さ れ た 。 川上説 は 現在 は あまり 信 じ られ て い な い 。 なお 、 国学 起源 説 で は 、 15 世紀 に 編纂 さ れ た と い わ れ る 『 鎌倉 大草紙 』 の 記述 に よ り 、 足利 市 昌平町 の 現在 地 に 移転 し た の は 、 1467 年 で あ る と し て い る 。 近年 、 前澤 輝政 は 、 下毛 野 国 ( のち の 下野 国 ) が 作 ら れ た 際 、 国府 は 現在 の 足利 市 伊勢南町 付近 に 置 か れ た と し 、 この とき に 国府 に 併設 し て 国学 が お か れ 、 これ が 足利 学校 の 由来 で 、 創立 は 8 世紀 で あ る と の 新し い 国学 起源 説 を 明らか に し て い る 。 前澤 は 自説 の 論拠 と し て 、 現在 使 わ れ て い な い 古 い 地名 で 、 足利 市 伊勢町 ・ 伊勢 南町 の 境界 付近 が 「 国府 野 」 「 学校 地先 」 と 呼 ば れ て い た こと と 、 「 國 」 など と 刻印 さ れ た 瓦 が ここ で 出土 し た こと 、 江戸 時代 まで 、 この 地 が 学校 領 で あ っ た こと が 古地図 で 確認 でき る こと など を 挙げ て い る 。 ただし 、 前澤 は 、 国府 と 国学 は 都賀 郡 ( 現在 の 栃木 市 方面 ) に 移転 し た が 、 何故 、 足利 の 国学 が 廃絶 せ ず に 残 っ た の か に つ い て は 理由 を 述べ て い な い 。 また 、 足利 に 国府 が 置 か れ た か も しれ な い と い う の も 、 文献 など に よ る 有力 な 証拠 が な い 。 今 の ところ 仮説 に 過ぎ な い こと に 注意 する 必要 が あ る 。 古く から の 国学 起源 説 の 論拠 と し て 挙げ られ る もの に 、 「 野之 国学 」 と 記 さ れ た 足利 学校 の 蔵書 印 の 存在 が あ る 。 この 印影 は 江戸 期 の 一部 の 蔵書 に しか 使 わ れ て お ら ず 、 印 その もの も 紛失 し て い る こと から 、 後代 の 偽造 で あ る と さ れ て き た 。 これ に 対 し て は 、 川上 と 後述 する 前澤 輝政 は 、 この 印 は 現在 の 足利 市 伊勢 町 付近 から 出土 し た 、 と い う 記述 を 近藤 正斎 が 『 右文 故 事 』 ( 1817 年 ) 中 に 残 し て お り 、 本物 で あ る 可能 性 も 捨て きれ な い 、 と 主張 し て い る 。 しかし 、 これ に 対 し て は 既に 、 印 が 偽造 さ れ た あと に それ ら し い 伝説 が 作 ら れ た の で は な い か と い う 反論 が 既に 明治 に さ れ て い る 。 別 に 有力 視 さ れ て い る 説 は 、 『 鎌倉 大草紙 』 に 基づ き 、 平安 時代 の 小野 篁 ( おのの たかむら ) に よ っ て 839 年 ( また は 842 年 ) ごろ に 創設 さ れ た と い う もの で あ る 。 ただし 、 篁 が 下野 国 に 関連 する 役職 に 就 い た こと は な く 、 また 、 設立 年 と さ れ る 年 に は 流刑 に な っ て い る こと から 、 この 説 に は 信憑 性 が な い と い う 主張 が 強 い 。 この ほか 、 12 世紀 末 に 足利 義兼 に よ っ て 設立 さ れ た と い う 説 が あ る 。 この 説 は 、 『 高野 春秋 編年 輯録 』 巻 七 ( 1 719 年 ) に 、 12 世紀 末 の 文治 年間 ごろ 、 足利 義兼 が 足利 に 寺 ( 現在 の 鑁阿寺 ) と 学校 を 持 っ て い た 、 と い う 記述 が あ る こと を 根拠 に し て い る 。 ただし 、 現存 する に も かかわ ら ず 、 鑁阿 寺側 に は 該当 する 記録 が 残 っ て い な い 。 なお 、 国学 起源 説 、 小野 篁 創設 説 の 場合 で も 、 足利 義兼 は 復興 さ せ た 人物 で あ る と みな す こと が あ る 。 極端 な 主張 で は 、 足利 学校 は 上杉 憲実 が 開設 し た もの で 、 1432 年 以前 に は 存在 し な かっ た と い う 説 も あ る 。 これ は 、 水戸 藩 が 編纂 し た 『 大 日本 史 』 の 記述 を 元 に し て い る 。 ただし 、 厳密 に 読 ん で い く と 、 上杉 以前 の 時代 に 足利 に 学校 が あ っ た こと を 意味 する 記述 も 大 日本 史 中 に 存在 する こと に 注意 する 必要 が あ る 。 1921 年 ( 大正 10 年 ) 3 月 3 日 、 「 足利 学校 跡 ( 聖廟 および 附属 建物 を 含 む ) 」 と し て 国 の 史跡 に 指定 さ れ た 。 栃木 県 足利 市 昌平町 ・ 大門 通 +京都 人文 学園 ( きょう と じんぶん がくえん ) は 、 第 二 次 世界 大戦 直後 の 1946 年 、 京都 に お い て 設立 さ れ た 民間 教育 運動 の ひと つ で あ る 。 明治 以後 、 富国 強兵 策 に 基づ き 「 教育 勅語 」 を 規範 と し て 進め られ た 日本 の 教育 は 、 第 二 次 世界 大戦 後 、 連合 国 軍 最高 司令 官 総 司令 部 ( GHQ ) の 教育 改革 政策 の もと で 、 「 教育 基本 法 」 に よ り 抜本 的 な 民主 化 を めざ し た 。 京都 人文 学園 は 、 新 学制 が 整備 を 見 る まで の 過渡 期 に 各地 に 興 っ た 民間 教育 運動 の ひと つ で あ る 。 戦争 で 軍隊 、 工場 、 農村 に 動員 さ れ 学業 を 奪 わ れ た 青年 男女 の 再 教育 を 意図 し た 。 堀江 友広 の 資金 で 、 ヒューマニズム に よ る 人間 教育 を 軸 と し た 思考 と 行動 の 一致 する 世界 市民 の 育成 を めざ し 、 住谷 悦治 、 新村 猛 、 久野 収 、 青山 秀夫 、 佐々木 時雄 ら を 中心 と し て 主に 京都 大学 と 兼任 の 教師 陣 を 結集 し た 。 1946 年 ( 昭和 20 年 ) 、 京都 御所脇 の 仏教 会館 を 仮校舎 と し て 開校 し た 。 もっぱら 一般 教育 と 専門 教育 ( 一般 教養 ) を 教科 内容 と する 3 ヵ年 制 の 各種 学校 で あ っ た 。 自学 を 重視 し 、 大幅 な 生徒 自治 、 男女 共学 、 無 試験 ( レポート 制 ) 、 無 規則 、 無処罰 等 、 革新 的 な 教育 活動 を 試み た 。 開校 翌年 から 応募 生徒 は 減少 し 財政 を 圧迫 し た 。 篤志 家 の 寄付 で 校舎 を 獲得 し 解散 を 免れ た が 、 1950 年 ( 昭和 25 年 ) 、 閉校 に 追い込 ま れ た 。 1949 年 ( 昭和 24 年 ) 、 勤労 青年 を 対象 に 同校舎 で 夜間 部 を 発足 さ せ 教育 理念 を 受け継 い だ 。 8 年 後 に 社団 法人 京都 勤労 者 学園 と し て 存続 。 また 、 赤字 財政 補填 事業 と し て 1951 年 ( 昭和 26 年 ) に 開設 し た 予備 校 鴨川 学園 は 、 関西 文理 学園 と し て 隆盛 を 見 て い る 。 +東山 女子 技芸 学校 ( ひがしやま じょし ぎげ い がっこう ) は 、 京都 市 東山 区 宮川町 に あ る 舞妓 ・ 芸妓 の ため の 教育 施設 。 昭和 43 年 創立 。 昭和 44 年 に 学校 法人 の 認可 を 受け 、 学校 法人 東山 女子 学園 を 設立 し て い る 。 修業 年限 は 5 ヶ年 。 ( ただし 、 実際 に は 芸舞 妓 で い る 限り は この 年限 を 越え て 在籍 でき る ) 授業 科目 は 日本 舞踊 ( 若柳 流 ) 、 長唄 、 常磐津 、 笛 、 茶道 、 鳴物 、 箏曲 ・ 地歌 、 小唄 ・ 端唄 で あ る 。 ( その うち 、 日本 舞踊 、 三味 線 、 囃子 ( 鳴物 、 笛 ) 茶道 が 必須 科目 で あ る 。 ) ここ で の 教育 の 成果 は 普段 の 「 お 座敷 」 は もちろん 4 月 に 宮川 町 歌舞 練場 にて 開催 さ れ る 「 京 おどり 」 や 10 月 に 開催 さ れ る 「 みずゑ 会 」 の 舞台 で 観 る こと が でき る 。 その ほか 、 公開 さ れ て い る か は 不明 だ が 、 舞踊 や 鳴物 の 勉強 会 も 開 か れ て い る 。 +京都 大学 フィールド 科学 教育 研究 センター 森林 ステーション 芦生 研究 林 ( きょう と だいがく ふぃーるど かがく きょういく けんきゅう せんたー しんりん すてーしょん あしう けんきゅう りん 、 略称 : 京都 大学 芦生 研究 林 ) は 、 京都 府 南丹 市 美山 町 ( 京都 府 ) に あ る 京都 大学 の 研究 施設 で あ る 。 1921 年 に 当時 の 京都 帝国 大学 初 の 国内 演習 林 と し て 北桑田 郡 知井 村 九ヶ字 共有 林 約 4 , 200 ha に 地上 権 を 設定 し 、 同地 を 芦生 演習 林 と 称 し た こと から 始ま っ た 。 その 後 1923 年 の 農学 部 設置 に 伴 い 学生 や 研究 者 向け の 学術 研究 及び 実地 研究 の 場 と し て 活用 さ れ た 。 ほか 、 大学 の 財産 形成 の 場 と し て 、 伐採 に 伴 う 用 材 収入 や 製炭 事業 など で の 収入 が 用い られ た 。 近畿 地方 に 残 る 数 少な い 大 規模 天然 林 で あ る 。 中 に は 原生 林 も あ る こと から 、 芦生 原 生 林 や 芦生 の 森 と も 呼 ば れ る こと が あ る 。 ほか 、 現在 で も 旧称 の 芦生 演習 林 で 広 く 通 じ て い る 。 この 項 で は 、 基本 と し て 「 研究 林 」 の 呼称 を 使 う が 、 歴史 的 な 記述 を 中心 に 「 演習 林 」 の 呼称 も 併用 する 。 当 研究 林 の 所在 地 は 、 京都 市 内 中心 部 から 北北東 に 約 35 km 離れ た 福井 県 ・ 滋賀 県 両県 と 接 する 京都 府 北東部 の 由良 川 源 流域 で あ る 。 南部 及び 南東 部 は 京都 市 左京 区 の 広河原 ( 京都 市 ) 及び 久多 地区 に 、 北東部 は 滋賀 県 高島 市 の 朽木村 に 、 北部 は 福井 県 おお い 町 の 旧 名田 庄村 に それぞれ 接 し て い る 。 地形 は 、 当 研究 林 が 丹波 高地 東端部 に あ る こと から 標高 が 高 い 。 三国 岳 ( 959 m ) を 最高 地点 に 、 傘峠 ( 935 m ) や 小野村 割岳 ( 93 1 . 7 m ) など 標高 900 m 以上 の 地点 が 南部 から 東部 に かけ て 点在 し 、 標高 600 - 800 m の 部分 が 全体 の 約 2 / 3 を 占め る 。 標高 は 西 に 向か っ て 低 く な り 、 研究 林 事務 所 で は 356 m 、 最低 地点 で は 355 m で あ る 。 また 、 林内 を 由良 川 の 源流 が U 字 形 に 流れ 、 谷筋 に は 大小 の 河谷 が 由良 川 源流 に 注ぎ込 ん で い る 。 全体 的 に は 丹波 高地 の 各所 で 見 られ る 地形 輪 廻状 の 地形 で あ る が 、 斜面 部 の 傾斜 は 30 ~ 40 度 と 比較 的 急峻 で あ る 。 地質 は 丹波 帯 と 呼 ば れ る 中 ・ 古生 層 に 属 する 砂岩 や 泥岩 ( 頁岩 ) の 基盤 岩 に 東西 に 延び る チャート ( 岩石 ) 層 を 挟 む 、 堆積 岩 で 形成 さ れ た もの で あ る 。 チャート が 卓越 する 場所 で は 急崖 や 滝 が 形成 さ れ て い る 。 土質 は 大 部分 が 褐色 森林 土 で あ る が 、 標高 800 m 以上 の 稜線 部 に は 局所 的 に ポドゾル 土壌 が 認め られ る 。 当 研究 林 全体 が 日本 海側 気候 と 太平 洋 岸 気候 の 移行 帯 に 属 し て お り 、 年間 を 通 じ て 降水 量 が 多 い 。 事務 所 構内 の 年 平均 気温 は 1 1 . 7 ℃ 、 降水 量 は 2, 353 mm で 、 京都 市 内 に 比べ る と 平均 気温 で 3 - 4 ℃ 低 く 、 降水 量 は 約 1 . 6 倍 で あ る 。 標高 が 事務 所 構内 より 約 300 m 上昇 する 東部 の 長治谷 ( 標高 640 m ) で は 、 事務 所 構内 に 比べ て 年 平均 気温 が 約 2 ℃ 低 く 、 降水 量 も 400 - 600 mm 程度 多 く な る 。 また 、 豪雪 地帯 と し て も 知 ら れ て お り 、 事務 所 構内 の 積雪 深 は 1 m 前後 、 長治谷 で は 2 m を 超え る 。 その 年 の 気候 に も よ る が 、 初雪 は 11 月 に 降り 、 4 月 に 入 っ て も 雪 が 舞 う こと も あ る 。 12 月 以降 に 降 っ た 雪 は 根雪 と な る こと が 多 く 、 長治谷 を はじめ 林内 の 多く の 地域 が 12 月 から 4 月 初め まで 根雪 に 閉ざ さ れ て しま う 。 前述 の よう に 当 研究 林 が 日本 海側 気候 と 太平 洋 岸 気候 の 移行 帯 に 位置 し て い る こと から 、 植生 区分 の 上 で も 暖温 帯 林 と 冷温 帯 林 の 移行 帯 に 属 し 、 植物 の 種類 が 多 い 。 当 研究 林内 で 確認 さ れ て い る 種数 は 、 木 が 243 種 、 草本 が 532 種 、 シダ 植物 が 85 種 を 数え る 。 その 中 に は 、 下枝 が 雪 の 重み で 接地 する こと で 茎伏せ し 、 やがて 一 個 体 と し て 独立 し て 増殖 する 、 多雪 地帯 に 特有 の 伏条 更新 を 行 う こと で 知 ら れ る アシウスギ や アシウテンナンショウ の よう に 「 芦生 」 の 地名 を 冠 し た 学術 上 貴重 な 植物 が 含 ま れ て い る 。 また 、 多雪 地帯 に 特有 の エゾ ユズリハ 、 ヒメアオキ 、 ヒメモチ 、 ハイ イヌガヤ など の 植物 が 自生 し て い る ほか 、 氷河 期 の 遺存 種 で あ る ニッコウ キスゲ や リュウキンカ も 生育 し て い る 。 その ほか 、 氷河 期 の 遺存 種 で あ る ニッコウ キスゲ や リュウキンカ も 生育 し て い る 。 この 他 、 年間 降水量 が 多 い こと から 、 ナメコ や ヒラタケ 、 ツキヨタケ を はじめ 多様 な キノコ が 繁殖 し て い る 。 天然 林 で は 標高 600 m 以下 で は コナラ や ウラジロガシ 、 ソヨゴ と い っ た 暖温 帯 林 構成 種 が 見 られ る 。 それ 以上 の 標高 に な る と ブナ 、 ミズナラ など を 主体 と し た 冷温 帯 林 構成 種 が 見 られ る 。 しかし 、 その 境界 は 不 明瞭 で あ る 。 また 、 斜面 に 対応 し て 樹木 が 分布 し て お り 、 斜面 上部 で は アシウスギ の 分布 密度 が 高 く 、 中腹 で は ブナ を 主 と し て ミズナラ など が 優先 し 、 沢筋 で は トチノキ や サワグルミ など が 多 く 分布 する 。 この よう な 植生 の 多様 性 から 、 植物 学 者 で 東京 大学 教授 の 中井 猛之進 が 『 植物 ヲ学 ブモノハ 一 度 ハ京大 ノ 芦生 演習 林 ヲ見 ルベシ 』 と 研究 誌 に 書 い た こと で も 知 ら れ て い る 。 当 研究 林 は 後述 の よう に 古く から 利用 さ れ て き た 森林 で あ る 。 木材 の 伐採 の ほか 、 野田 畑 周辺 で は 茅場 と し て 使用 する ため に 火入れ が 行 わ れ て い た 。 演習 林 の 開設 後 は 、 戦前 は 森林 軌道 が 開通 し た 由良 川 源 流域 を 中心 に 伐採 が 行 わ れ 、 伐採跡 に は スギ の 造林 が 行 わ れ た 。 戦後 は 林道 の 開設 に 伴 っ て 大 規模 伐採 を 実施 、 1950 年代 後半 から 196 0 年代 中期 に かけ て ピーク を 迎え た 。 その 後伐 採 規模 は 縮小 し 、 1990 年代 以降 は ほとんど 伐採 さ れ る こと が なくな っ た 。 現在 、 当 研究 林 の 総 面積 4 , 200 ha の 約 半分 に 当た る 2 , 150 ha は 少な く とも 開設 後 は 手 の 入 っ て い な い 天然 林 で 、 この 中 に は 森林 の 成立 以降 人為 的 な 力 の 加わ っ て い な い と 考え られ る 原生 林 が あ る 。 天然 林 の 伐採 跡地 の うち 、 大半 の 面積 を 占め る 約 1,800 ha は 伐採 後 再生 し た 天然 林 ( 二 次 林 ) で 、 スギ を 主体 と し た 人工 造林 の 面積 は 約 250 ha で あ る 。 二 次 林 に は ミズメ 、 シデ や クロモジ など が 多 い 。 植生 同様当 研究 林内 に は 多く の 生物 が 生息 し て い る 。 哺乳 類 で は ツキノワ グマ や ニホン カモシカ 、 ニホン ザル 、 ニホン ジカ 、 イノシシ 、 タヌキ 、 キツネ 、 アナグマ 、 ニホン ノウサギ など と い っ た 中大型 の 哺乳 類 を はじめ 、 ヤマネ 、 ムササビ と い っ た 小型 の 哺乳 類 も 生息 し て い る 。 その 中 に は クロホオ ヒゲコウモリ や ミズラモグラ など の 貴重 な 種 も 生存 し て い る 。 鳥類 で は コノハズク や ヤマセミ 、 オシドリ など を はじめ オオタカ や ハイタカ など の 猛禽 類 も 見 られ る 。 まれ に イヌワシ も 見 られ る 。 爬虫 類 で は ニホン マムシ や ヤマカガシ 、 アオダイショウ 、 シマヘビ 、 ニホン カナヘビ 、 ニホン イシガメ 、 ジムグリ 、 シロマダラ を 見 る こと が でき る 。 両生類 で は 特別 天然 記念 物 で あ る オオサンショウウオ を はじめ 、 ハコネ サンショウウオ や ヒダ サンショウ ウオ 、 モリア オガエル や カジカガエル など を 見 る こと が でき る 。 昆虫 も カブトムシ や クワガタ 、 ミヤマ カラスアゲハ を はじめ と し た 大型 の 個体 から 小型 の 個体 まで 、 多 く 見 られ る 種 から 貴重 な 種 まで 多種 多様 な 昆虫 が 生息 し て い る 。 中 に は 芦生 で 新た に 記録 さ れ た 種 も いく つ か 見 られ る 。 大学 は 当 研究 林 の 設立 時 に 、 事前 調査 等 を 通 じ て 以下 の 3 点 に 注目 し て い た 。 スギ の 郷土 の 中心 で あ る こと 寒地 性 植物 と 暖地 性 植物 が 交わ っ て とも に 自生 する 大植物 園 で あ る こと 大きな 流域 実験 の 可能 性 を 有 する 地形 で あ る こと 実際 、 西 日本 有数 の 原生 林 の 中 で 現在 まで に 確認 さ れ た 植物 の 種類 は 約 900 種 を 数え 、 その 中 に は 前述 の アシウスギ や アシウテンナンショウ の よう に 「 芦生 」 の 名 を 冠 さ れ た もの も あ る 。 この 豊富 な 植物 相 の 中 から 、 「 植物 ヲ学 ブモノハ 一 度 ハ京大 ノ 芦生 演習 林 ヲ見 ルベシ 」 と い う 、 今 に 至 る まで 人口 に 膾炙 する 名言 が 生まれ た と い っ て い い 。 しかし 、 後述 する よう に 大学 の 研究 施設 で あ り ながら 財産 形成 の 場 と し て 一定 の 利益 を 上げ る こと を 求め られ た 。 したが っ て 、 研究 と 利益 確保 の 矛盾 する 命題 を 追 う 過程 で 、 研究 と 施業 の 双方 で 妥協 せ ざる を 得 な い 場面 に 遭遇 する こと も まま あ っ た 。 もっとも 、 ツキノワ グマ が 樹液 を 吸 う ため に スギ の 樹皮 を はい で 幹 を かじ る クマハギ へ の 対策 や 人工 林 の 育成 及び 収穫 技術 に 関 する 研究 など の よう に 、 伐採 や 植林 と い っ た 施業 の 中 で 進め られ た 研究 も 少な く な い 。 こう し た 施業 を 通 じ た 研究 を はじめ と し た 林業 や 林 産業 に 関 する 研究 の ほか 、 農林 の 多 目的 利用 と 森林 情報 の 処理 に 関 する 研究 、 森林 の 保全 機能 や 天然 林 の 再生 機構 と い っ た 森林 の メカニズム に 関 する もの 、 研究 林内 に 生息 する 動植物 の 生態 や 分類 に 関 する 研究 、 気泡 や 地形 と い っ た 自然 環境 に 関 する 研究 など 、 多様 な 分野 で 当 研究 林 を フィールド と し た 研究 が 行 わ れ て い る 。 教育 の 場 と し て の 研究 林 で は 、 農学 部 、 農学 研究 科 を はじめ と し た 京都 大学 の 各 学 部 及び 研究 科 の 実習 や 教育 プログラム の 場 と し て 使用 さ れ て い る ほか 、 京都 造形 芸術 大学 や 同志 社 大学 など 他 大学 の 実習 や 社会 教育 の 場 と し て 使用 さ れ て い る 。 当 研究 林 に は 後述 の とおり 由良 川 源 流沿い に 森林 軌道 が 設置 さ れ て い る 。 日本 の 大学 研究 林 ( 演習 林 ) で 森林 鉄道 が 設置 さ れ た の は 、 奥 秩父 の 山中 に あ る 東京 大学 秩父 演習 林内 に 設置 さ れ た 東京 大学 演習 林 軌道 の 他 に 例 を 見 な い 。 演習 林 開設 以前 、 この 地域 に は 道 らし い 道 が 整備 さ れ て い な かっ た 。 したが っ て 、 演習 林 の 開設 と 同時 に 林道 の 整備 を 開始 し た 。 主要 な 林道 は なるべく 自動 車 の 通行 が 可能 な よう に 整備 さ れ た 。 しかし 、 や む を え な い 場所 に つ い て は 軌道 で 整備 さ れ る こと と な り 、 演習 林 事務 所 から 由良 川 源流 に 沿 っ て 中山 に 至 る 区間 に 軌道 を 敷設 する こと が 計画 さ れ た 。 工事 は 1927 年 に 事務 所 から 大蓬 まで の 軌道 敷 開削 工事 が 完成 、 翌 1928 年 に は 七瀬 まで 完成 し た 。 当初 完成 し た の は 路盤 だけ で あ っ た 。 しかし 、 軌道 の 敷設 工事 も 行 わ れ 、 1934 年 に は 事務 所 ~ 赤崎 間 に レール を 敷設 、 1936 年 に は 大蓬 まで 延伸 さ れ た 。 敷設 さ れ た 軌道 の 軌間 は 762 mm で 、 レール の 重 さ は 6 kg ないし 4 kg 、 枕木 は 伐採 さ れ た 栗材 や ブナ 材 に 腐食 防止 用 の クレオソート 油 を 塗 っ た もの を 使用 し た 。 しかし 、 当初 計画 区間 の うち 七瀬 ~ 中山間 に つ い て は 路盤 工事 も 行 わ れ ず 、 歩道 と し て 整備 さ れ る に とどま っ た 。 その 後 、 太平 洋 戦争 が 始ま る と 林産 資源 確保 の ため に 小野子谷 へ の 軌道 延伸 が 計画 さ れ た 。 1942 年 に 由良 川 を 渡 る 橋 が 完成 、 1943 年 に は 小野 子 東谷 に あ っ た 作業 所 まで 軌道 の 延伸 が 行 わ れ た 。 七瀬 まで の 本線 区間 が 本谷 軌道 と 呼 ば れ た の に 対 し て 小野 子 仮 軌道 と 名づけ られ た 。 1944 年 に は 小野 子 仮 軌道 の 途中 から 分離 し て 小野 子 西谷 を 遡上 する 区間 が 延伸 さ れ た 。 しかし 、 この 区間 は 仮 軌道 と は 言 い ながら も 線路 を 内務 省 ( 日本 ) の 由良 川 堰堤 工事 事務 所 から 借用 し た もの を 使用 する など 、 路盤 も 線路 も 本谷 軌道 より 高規格 の もの が 使用 さ れ た 。 また 、 小野子 仮 軌道 に は ループ 線 が あ っ た と い う 話 が 残 っ て い る 。 完成 し た 軌道 は 伐採 さ れ た 材木 や 製造 さ れ た 木炭 、 栽培 さ れ た しいたけ の 搬出 に 使用 さ れ た ほか 、 沿線 に 設け られ た 作業 所 や 苗畑 へ の 通勤 や 資材 の 搬入 に も 使用 さ れ た 。 また 、 灰野 の 住民 へ の 米 や みそ ・ しょうゆ と い っ た 生活 物資 の 運搬 に も 使用 さ れ た 。 小野子 仮 軌道 から は 主 と し て ブナ 材 が 搬出 さ れ 、 多く が プロペラ の ブレード ( 羽根 ) に 加工 さ れ た 。 戦後 の 1947 年 に は 小野 子西 軌道 が 撤去 さ れ 、 レール は 元 通り の 直線 に 延ば さ れ て 内務 省 由良 川 堰堤 工事 事務 所 に 返却 さ れ た 。 1949 年 7 月 に 来襲 し た へ スター 台風 に よ っ て 、 森林 軌道 を 全線 に 渡 っ て 大きな 被害 を 受け た 。 中 で も 小野 子 仮 軌道 は 全 区間 埋没 ・ 流出 し て 、 その 後 復旧 する こと は な かっ た 。 一方 、 本谷 軌道 に つ い て は 流出 し た 由良 川 橋 梁 の 復旧 が 行 わ れ た ほか 、 1950 年 に は 軌道 の 敷設 区間 が 野田谷 まで 延伸 さ れ た 。 先 に 路盤 が 完成 し て い た 七瀬 まで あと 少し の 距離 で あ っ た が 、 ついに 七瀬 まで レール が 延び る こと は な かっ た 。 1950 年代 以降 の 大 規模 伐採 の 時代 に は 、 赤崎 西谷 や 赤崎 東谷 に 引込み 線 が 設け られ 、 伐採 さ れ た 材木 の 搬出 に 活用 さ れ て い た 。 196 0 年代 中期 に 沿線 で の 伐採 事業 が 終了 する と 森林 軌道 の 利用 価値 は 低下 し た 。 それ 以後 、 沿線 の 苗畑 や 作業 所 へ の 通勤 や 資材 、 苗 の 搬入 に 使 わ れ る 程度 と な っ た 。 それ も 1975 年 前後 に 終了 する と 、 使用 頻度 が 更に 低下 し た 。 1980 年 代 以降 に な る と 施設 の 老朽 化 が 進 ん だ こと から 、 灰野 より 奥 へ 運転 さ れ る こと は なく な っ た 。 一方 、 残 さ れ た 灰野 まで の 区間 に つ い て は 、 この 区間 に 道路 が な い こと から 、 今後 も 軌道 を 使用 する 必要 が あ っ た 。 その ため 、 1973 年 に たびたび 水害 で 流 さ れ て き た 由良 川 橋 梁 を 鉄筋 コンクリート 製 の 橋 に 架け 替え た ほか 、 枕木 を 一部 コンクリート 製 の もの に する など 軌道 の 整備 が 行 わ れ た 。 整備 区間 は 年々 奥 へ と 延伸 さ れ た 。 1993 年 に は 灰野 橋 が 鋼鉄 製 の 桁橋 に 架け 替え られ た こと に よ り 、 整備 区間 が 灰野 の 先 まで 延伸 さ れ た 。 最近 で は 由良 川 橋梁 に 、 歩行 者 の 転落 防止 の ため に 手すり が 取り付け られ て い る 。 車両 は 東京 大学 演習 林 軌道 が 大 規模 な 伐採 事業 を 行 っ て い た こと から 本格 的 な ガソリン 機関 車 や ディーゼル 機関 車 を 所有 し て い た 。 それ に 対 し て 当 研究 林 で は 、 当初 、 トロッコ を 人力 や 馬力 で 押し上げ 、 下り は ブレーキ を 操作 し つつ 滑走 し て い た 。 その 後 機関 車 を 導入 し て 作業 の 効率 化 を 図 っ た 。 しかし 、 機関 車 と い っ て も トロッコ の 台枠 に 農業 用 の エンジン を 搭載 し 、 その 上 に 簡単 な 屋根 を 乗せ た だけ の もの だっ た の で 、 屋台 形 機関 車 と 呼 ば れ て い た 。 機関 車 以外 に も トロッコ の 台枠 に ダイハツ ・ ミゼット の エンジン を 搭載 し た 自走 式 人 車 も あ り 、 こちら は 林内 の 巡視 など に 使用 さ れ て い た 。 また 、 大 規模 伐採 時期 に は 業者 が 機関 車 や トロッコ を 持ち込 ん で 使用 し て い た が 、 こちら の 実態 に つ い て は 不明 で あ る 。 現在 の 森林 軌道 は 林内 の 巡視 など の ため に 灰野 まで の 区間 で 極めて 不 定期 ながら 運行 さ れ て い る 。 灰野 から 先 は 落石 や 倒木 、 あるいは 赤崎 の 大 Ω ループ 橋 の よう に 朽ち 果て て 倒壊 し た 木橋 など が 連続 し て お り 、 軌道 の 復活 は おろか 歩行 も 困難 を 要 する 。 また 、 国土 地理 院 の 1 / 25,000 地 形 図 「 中 」 で は 1979 年 修正 、 1981 年 5 月 発行 版 まで 「 特殊 軌道 」 の 記号 で 表 さ れ て い た もの が 、 1991 年 修正 、 1992 年 5 月 発行 版 で は 「 徒歩道 」 の 記号 で 表 さ れ て い る 。 この 項 で は 当 研究 林 が 発足 する まで ( 第 1 期 ) 、 演習 林 発足 から 昭和 戦 前期 まで ( 第 2 期 ) 、 昭和 戦後 ( 1970 年 代 まで ) 期 ( 第 3 期 ) 、 それ 以降 現在 に 至 る 歴史 ( 第 4 期 ) に 分け て 紹介 する 。 当 研究 林 の エリア も 含め た 旧 北桑田 郡 及び 隣接 する 旧 葛野 郡 ・ 愛宕 郡 両郡 北部 の 山林 地域 は 、 平安 京 遷都 以降 内裏 の 造営 を はじめ と し た 建築 用 材 確保 の ため の 杣山 と し て 指定 さ れ る など 、 旺盛 な 京都 の 材木 需要 に 支え られ て 伐採 ~ 更新 の サイクル が 繰り返 さ れ て い た 。 もっとも 、 当 研究 林 の エリア は 由良 川 源 流 の 最深 部 で あ っ た 。 したが っ て 、 大 消費 地 で あ る 京都 市 内 に 搬出 する に は 筏流し で 由良 川 を 下 っ て も 、 途中 で 一 度 峠越え を し て 大堰川 ( 桂川 ( 淀川 水系 ) ) 水系 に 搬出 し て 京都 市 内 に 輸送 する 必要 が あ っ た 。 この よう な 大 規模 需要 の ほか に も 由良 川 流域 の 福知 山 市 、 綾部 市 、 あるいは 山 を 越え た 小浜 市 と い っ た 城下 町 に おけ る 建築 用 材 と し て の 需要 も あ っ た ほか 、 地元 の 用材 や 木工 品 の 材料 、 木炭 製造 に 関 する 需要 も あ っ た 。 こう し た こと から 、 古く から 材木 の 伐採 や 炭焼き に 従事 する ため に 、 山中 に は 源 流域 の 谷筋 を 中心 に 後 の 知井 村 を 構成 する 九 つ の 字 から 移住 し た 山番 が 住みつ い て い た 。 ほか 、 用材 を 求め て 山中 を 移動 する 木地 師 が 住みつ い て お り 、 木椀 や 盆 など の 木材 加工 品 を 製造 し て い た 。 こう し た 山林 利用 の 他 に も 、 佐々 里 峠 から 灰野 に 出 て 、 一 度 由良 川 源流 を 下り 、 現在 の 事務 所 付近 から 櫃倉谷 を 通 っ て 権蔵 坂 で 若狭 に 抜け る 街道 も あ っ た 。 したが っ て 、 京都 と 小浜 を 結 ぶ サブルート と し て の 役割 を 果た し て い た 。 一方 、 現在 の 由良 川 最上流 部 で あ る 上谷 と 下谷 の 合流 点 で あ る 中山 付近 を 境 と し て 、 東部 の 長治谷 から 上谷 に かけ た 一帯 は 古く から 朽木 村 西部 の 針畑 郷 と の つながり が 強 く 、 用材 も 地蔵 峠 を 越え て 朽木 方面 に 搬出 さ れ て い た 。 また 、 中山 から 長治谷 、 野田 畑 に かけ て は 大きな 木地 師 の 集落 が あ っ た 。 こ 集落 は 、 下流 の 知井 と は ほとんど つながり が な い かわり に 、 針 畑 郷 や 若狭 知 三村 と つなが っ て い た 。 現在 で も 野田 畑 の 住居 跡 に 、 住民 が 植え た 松 や スモモ の 木 が 残 っ て い る 。 江戸 時代 に は 現在 の 当 研究 林 の エリア は 、 明治 以降 旧 知井 村 を 構成 する 北 、 南 、 中 、 下 、 江和 、 田歌 、 河内谷 の 各村 が 篠山 藩領 に 、 現在 の 事務 所 周辺 に あた る 芦生 村 を はじめ 佐々里 、 白石 、 知見 の 四 ヶ村 が 園部 藩領 と な っ た の と は 異な り 天領 と し て 京都 代官 所 が 支配 し 、 当初 は 知井 の 他 地域 の 山林 同様 知井 九ヶ村 惣山 と し て 一括 し て 扱 わ れ て い た . しかし ながら 、 他 地域 の 山林 の 山検地 が 進 む に つれ て 、 知井 九ヶ村 の 人々 が 利用 し て い る 山 は 芦生 奥山 、 針 畑 郷 の 人々 が 利用 し て い る 山 は おろし 山 と し て 、 それぞれ 独立 し た 扱い を 受け る よう に な っ て い っ た 。 その 境界 付近 に あ る 中山 社 は 「 うつ し の 宮 」 と 呼 ば れ て お り 、 周辺 は 「 ちまた 山 」 と し て 両村 の 入会 山 で あ っ た 。 この よう に 、 古く から 多く の 人々 が 入山 、 居住 し て い た 地域 で あ る が 、 江戸 時代 後期 に は 大半 の 山番 が 下山 、 明治 時代 の 初め に は 佐々里 峠 の 入り口 で あ る 灰野 に 残 る のみ と な っ た 。 木地 師 は 山中 を 移動 し ながら 村 を 構え て い た が 、 別 の 山 へ 移住 する もの も あ れ ば 、 時 に は 飢饉 で 一村 全滅 と い う 悲惨 な 事態 を 迎え た 村 も あ っ た 。 こちら も 明治 初期 に は 若狭 から 野田 畑 に 3 戸 が 移住 し て 、 杓子 など の 木 製品 を 製造 し て い た 。 ただ 、 これ ら の 人々 も 明治 中期 まで は 知井 村 の 人々 と 交流 が な かっ た 。 この ため 、 由良 川 上流 から 杓子 が 流れ て き た こと に 驚 い た 灰野 の 村人 が 戸長 役場 に 連絡 し た 。 そして 、 探検 隊 を 組織 し て これ ら の 人々 を 「 発見 」 し 、 1889 年 10 月 に 戸籍 を 作成 し た 。 こう し た 経過 が 当時 の 新聞 に 「 現代 の 桃源 郷 」 や 「 明治 村 」 と し て 報道 さ れ た と い う 話 が 残 っ て い る 。 明治 以降 は この 地域 全体 が 知井 村 と な り 、 芦生 奥山 や おろし 山 など と 漠然 と 呼 ば れ て い た 当 研究 林 の エリア は 、 地租 改正 に よ っ て 山林 土地 台帳 も 整備 さ れ た 。 しかし ながら 、 従来 の 九ヶ村 惣山 が 九ヶ村 共有 林 と 呼 び 方 が 変わ っ た に し て も この 地域 に おけ る 山林 利用 の 形態 に 大きな 変化 は な く 、 従来 同様 知井 や 針畑 から 入山 し て 、 製炭 を 中心 に 、 生活 用 品 の 原 材料 と な る 雑木 を 伐採 し て 生計 を 立て て い た 。 こう し た 山林 利用 の 形態 も 明治 中期 以降 から 徐々 に 変化 し て い く 。 雑木 の 利用 から 杉 や ヒノキ と い っ た 用材 を 植林 し て 山林 経営 を 図 る と い っ た 考え 方 が 入 っ て くる よう に な り 、 面積 広大 な 当 研究 林 の エリア を 事業 の 対象 と する 思惑 が 働 く よう に な っ た 。 財政 基盤 の 脆弱 な 知井 村 で は 広大 な 山林 を 対象 と し た 事業 の 実施 が 困難 で あ っ た こと 。 そこ で 、 銀行 の 融資 を 受け て 資金 を 確保 し よ う と し た 。 しかし ながら 、 木材 を 搬出 する に し て も 交通 の 便 を はじめ と し た 地理 的 条件 が あまり に も 悪 かっ た 。 その ため 、 融資 の 話 もいつ し か 立ち消え と な っ た 。 その 後 も この 地域 に おけ る 山林 経営 が 村政 運営 の 課題 と し て 採り上げ られ た 。 しかし ながら 、 財政 面 や 有力 者 の 思惑 など から 手付 かず の まま 推移 し て い っ た 。 また 、 野田 畑 に 住 ん で い た 人々 も 明治 末期 まで に 朽木村 や 名田 庄村 へ と 下山 し 、 無住 の 地 と な っ た 。 1910 年 8 月 25 日 に 現在 の 山陰 本線 の 園部 駅 ~ 綾部 駅 間 が 開通 、 同日 に 和知 駅 が 開設 さ れ た 。 それ から 、 伐採 し た 材木 を 筏流し で 由良 川 を 和知 まで 流 し 、 和知 から 列車 で 発送 する こと で 輸送 コスト の 削減 と 大量 搬出 が 可能 に な っ た 。 同時 に 、 鉄道 に 欠かせ な い 枕木 の 用 材 と し て クリ 材 の 需要 が 急増 し た 。 その ため 、 樹木 の 豊か な 由良 川 源 流域 から 栗材 を 伐採 、 枕木 に 加工 し て 散流 ( バラ で 流 す こと ) する か 筏 に 組 ん で 由良 川 を 和知 まで 流 す こと が 次第 に 増え て い っ た 。 この よう な 状況 に 目 を つけ た 三井 本社 が 、 大正 時代 初期 から 中期 に かけ て 、 芦生 奥山 の 林産 資源 確保 の ため に 知井 村 と 予備 交渉 を 持 っ た と い う 話 が 残 っ て い る 。 当 研究 林 を はじめ と し た この 地域 の 山林 の 所有 形態 は 、 明治 以降 も 、 他 地域 の よう に 大 規模 な 山林 地主 が 所有 する もの で も 、 土佐 や 木曽 の よう に 江戸 時代 は 藩有林 だっ た もの を 皇室 財産 と し て 宮内 省 帝室 林野 局 に 移管 し た もの で も 、 農 商務 省 ( 日本 ) 山林 局 が 監督 する 国有 林 で も な く 、 部落 共有 林 と し て 地域 住民 の 共有 財産 と し て 扱 わ れ て い た 。 こう し た 共有 林 は 、 1889 年 の 市 制 町村 制 施行 当初 から 、 内務 省 ( 日本 ) で は 財政 基盤 確立 と 各 市 町 村 の 体力 強化 の ため 、 部落 有 林 を はじめ と し た 部落 有 財産 を 各 市 町 村 財産 に 統合 する こと を 推進 し て い た 。 財産 統合 は 各 市 町 村 内 に お い て 有力 者 の 利害 関係 や 集落 間 の 強弱 関係 が 錯綜 する こと から 当初 は なかなか 進展 し な かっ た 。 しかし ながら 、 日露 戦争 終了 後 の 各 市 町 村 の 財政 窮乏 を 期 に 、 明治 後期 から 大正 、 昭和 に かけ て 強力 に 進め られ る よう に な っ た 。 知井 村 で は 190 2 年 に 学校 基本 財産 と し て 学校 林 が 設定 さ れ て い た が 、 明治 末期 から 部落 有 林 の 統一 に 向け た 動き が 多く の 議論 を 重ね ながら 進め られ て い っ た 。 この 時期 、 京都 帝国 大学 に お い て は それ まで の 分科 大学 制 を 改めて 学部 制 を 採用 する こと と な り 、 1923 年 に 農学 部 を 設置 する こと が 決定 さ れ た 。 しかし 、 従来 から 存在 する 京都 帝大 の 演習 林 は 、 台湾 ・ 朝鮮 半島 ・ 樺太 と い っ た 当時 日本 の 海外 領土 で あ っ た 地域 に しか な かっ た 。 この ため 、 国内 で 演習 林 を 設置 する こと が 求め られ て い た 。 こう し た こと から 京都 府 下 や 滋賀 県 内 を 中心 に 適地 の 調査 が 進め られ 、 芦生 奥山 も 候補 地 の ひと つ で あ っ た 。 調査 の 過程 で 芦生 奥山 は 演習 林 最適地 と の 評価 を つけ られ た 。 さらに 、 行政 側 に お い て も 、 広大 かつ 地理 的 条件 の 悪 い 芦生 奥山 の 管理 は 、 部落 有 林 の 村有 財産 へ の 統一 後 に は 知井 村 の 手 に 余 る こと が 予想 さ れ た 。 したが っ て 、 京都 府 で は 京都 帝大 の 持 つ ステータス を 考慮 し て 、 北桑田 郡 制 の 陣頭 指揮 の 下 、 芦生 奥山 へ の 演習 林 誘致 に 向け た 斡旋 を 進め て い っ た 。 ここ に 大学 側 、 行政 側 の 動き が 合致 し た こと から 芦生 奥山 が 演習 林 と し て 決定 さ れ た 。 それ から 、 1921 年 4 月 4 日 に 大学 側 と 土地 所有 者 ( 代表 : 知井 村長 ) と の 間 で 99 年間 の 地上 権 設定 契約 が 締結 さ れ た 。 ここ に 京都 帝国 大学 芦生 演習 林 が 誕生 し た 。 こう し て 誕生 し た 芦生 演習 林 で あ っ た 。 その 時 、 すでに あ っ た 東京 大学 や 北海道 大学 と い っ た 他 の 帝国 大学 の 国内 演習 林 が 国有 林 設定 の 形 で 演習 林地 を 取得 し て い た 。 したが っ て 、 伐採 し た 材木 の 販売 益 を 100 % 自ら の 収入 と でき た 。 しかし ながら 、 地上 権 を 設定 し た 借地 契約 で あ り 、 収益 に つ い て は 当初 40 年間 は 地上 権 者 が 地権 者 に 最初 の 5 年 は 年 5 万 円 ずつ 、 残り 35 年間 は 毎年 1 万 円 ずつ 支払 い 、 その 後 は 伐採 し た 材木 の 販売 益 を 地権 者 と 折半 する 分収 方式 で あ っ た 。 これ は 先発 の 大学 に 早 く 追いつ きたい が 、 広大 な 林地 を 買収 する だけ の 財政 的 な 裏付け が な い こと から 、 や む を 得 ず 選択 さ れ た 手法 で あ っ た 。 ところ が 、 契約 後間 も な い 1922 年 3 月 に 当初 地権 者 と 契約 し て い た 分配 金 5 万 円 が 支払 わ れ ず 、 同年 8 月 に な っ て 年間 の 伐採益 の 全額 と し て 村 に 支払 わ れ た 金額 が 1 万 円 だけ だっ た 。 この こと から 、 契約 の 不 履行 と し て 、 告訴 も 含め た 大きな 騒ぎ と な っ て しま っ た 。 結局 、 大学 、 京都 府 、 地元 を 交え た 議論 の 中 で 調停 が 行 わ れ 、 1923 年 4 月 に 契約 の 一部 を 修正 し て 、 地権 者 側 の 伐採 収益 取得 の 権利 を 地上 権 者 側 に 譲渡 し 、 地上 権 者 側 は 代償 と し て 、 39 年間 の 借地 料 金利 の 積算 額 で あ る 22 万 円 を 同年 中 に 地権 者 側 に 支払 う こと で 和解 し た 。 この よう な 山林 地上 権 で の 基準 対価 に よ る 契約 更改 は 京都 府 下 に お い て は 前例 の な い もの で あ っ た 。 したが っ て 、 地上 権 を 固定 額 で 契約 し た こと も 含め て 後々 村側 に 不利 に な っ た 側面 が あ っ た こと は 否め な い 。 ただ 、 知井 村 の 側 に お い て も この 22 万 円 を 基金 と し て 部落 有 林 の 一元 化 を 実現 し た だけ で な く 、 戦前 に は 村 の 財政 に お い て 演習 林 から の 安定 し た 財産 収入 が 、 昭和 恐慌期 に お い て 村 財政 を 窮乏 から 救 っ た 効果 は 大き い と いえ る 。 また 、 契約 時 に 木材 搬出 ルート の 設定 を 、 隣接 する 朽木村 経由 や 佐々 里 峠 を 越え て 広河原 や 花脊 を 経由 する もの で は な く 、 村内 を 東西 に 横断 する 形 で 設定 する よう 求め たり 、 天然 更新 林 で の 伐採 や 処分 の 権利 が 喪失 し ない よう に 求め て い る 。 この 他 、 演習 林 の 開設 に よ っ て 地元 芦生 の 住民 を はじめ 地域 住民 の 雇用 の 場 を 創出 し た 効果 も 大き い と いえ る 。 一方 で この よう な 騒ぎ を よそ に 、 施設 の 整備 は 進め られ て い っ た 。 1923 年 に 演習 林 事務 所 が 建築 さ れ た の を 皮切り に 、 林内 で の 作業 所 や 苗畑 と い っ た 施設 の 設置 が 行 わ れ た ほか 、 1925 年 に は 出合 ( 現在 の 京都 府道 38 号 京都 広河原 美山 線 と の 分岐 点 ) から 演習 林 事務 所 に 至 る 車道 が 開設 さ れ 、 1927 年 に は 由良 川 源流 に 沿 っ て 事務 所 から 七瀬 に 至 る 森林 軌道 の 軌道 敷 開削 工事 が 開始 、 1934 年 に は 事務 所 ~ 赤崎 間 に レール が 敷 か れ た 。 なお 、 演習 林 事務 所 に つ い て は 1930 年 に 現在 の 事務 所 が 新築 さ れ た 。 また 、 施業 の 面 で は 1924 年 に 造林 事業 が 、 1925 年 に は しいたけ の 栽培 が 開始 さ れ 、 1933 年 から は 木炭 の 製造 も 開始 さ れ て い る 。 造林 事業 に つ い て は 、 当初 杉 の 伐採 を 行 っ た ところ 林相 の 悪化 を 招 い た ため に 一時 伐採 を 中止 し た 。 その 後 は しいたけ 栽培 や 木炭 の 製造 の ため の 雑木 伐採 、 枕木 用 の 栗材 の 伐採跡 に 杉 の 造林 を 行 っ た 。 この 時期 の 演習 林 で は 、 学術 的 な 研究 を 重視 し た 経営 方針 が 立て られ て い た 。 当時 の 京都 帝大 の 演習 林 で は 台湾 演習 林 に お い て 樟脳 の 生産 が 行 わ れ 、 樺太 演習 林 に お い て は 材木 の 伐採 に よ っ て 収益 を 上げ て い た 。 しかし 、 芦生 演習 林 に お い て は 学術 研究 の 実地 拠点 に し よ う と する 期待 が 大き く 、 学術 的 な 成果 を 挙げ よ う と する 動き が 強 く 働 い た 。 したが っ て 、 「 営利 的 施業 より 理想 的 な 施業 」 と し て 、 営利 目的 より 学術 的 な 成果 を 重視 する 立場 を 取 っ て い た 。 こう し た こと から 、 並行 し て 材木 の 伐採 も 続け られ て い た が 、 しいたけ 栽培 の 原木 と 用材 の 択伐 の ほか 、 枕木 用 の 栗材 や 木炭 生産 用 の 雑木 の 伐採 が 主 で あ っ た 。 しかし 、 昭和 恐慌 から 日中 戦争 を 経 て 太平 洋 戦争 へ と 続 く 時代 の 流れ の 中 で 、 軍事 費 増大 に よ る 大学 予算 の 削減 から 大学 の 収入 源 確保 を 求め られ た こと や 、 国策 遂行 の ため に 協力 を 求め られ た 。 したが っ て 、 理想 的 な 経営 方針 は 変更 を 余儀 な く さ れ て い く 。 1934 年 に 開通 し た 森林 軌道 の 沿線 を 中心 に 、 木炭 用 の 雑木 や 枕木 用 の 栗材 が 大量 に 伐採 さ れ た ほか 、 ブナ 材 は 飛行 機 の プロペラ 用 や 梱包 材 と し て 伐採 さ れ た 。 中 で も 木炭 の 生産 は 年 を 追 う こと に 増加 し 、 昭和 十 年 代 に おけ る 京都 帝大 の 年間 木炭 需要 1 万 4千 俵 を 大き く 上回 る 俵数 を 生産 し た 。 余剰 分 は 市中 に 販売 さ れ て 貴重 な 収入 源 と な っ た ほか 、 「 大学 炭 」 と し て 新聞 に も 紹介 さ れ る ほど で あ っ た 。 太平 洋 戦争 に 突入 後 は 、 総力 戦遂行 の ため の 林業 資源 確保 の ため に 、 1943 年 に は 小野 子谷 方面 へ 森林 軌道 の 延伸 が 行 わ れ 、 伐採 面積 の 拡大 に 対応 し て い っ た 。 こう し た 伐採 面積 の 拡大 は 同時 に 演習 林 の 荒廃 を 進行 さ せ る こと と な っ た 。 しかい 、 戦時 体制 の 前 で は 如何 と も し がた く 、 この まま 終戦 を 迎え る こと と な っ た 。 大学 本体 は 終戦 後 の 1947 年 に 京都 帝国 大学 から 京都 大学 に 改称 さ れ 、 1949 年 に は 学制 改革 を 実施 し て 新制 大学 に 改組 さ れ た 。 しかい 、 演習 林 の 体制 に 大きな 変化 は な かっ た 。 一方 で 戦時 中 から 続 く 演習 林 の 荒廃 は 戦後 も 改善 さ れ る こと は な かっ た 。 それ に 追い討ち を かけ る よう に 3 度 の 台風 被害 に 見舞 わ れ る こと と な っ た 。 1949 年 7 月 の へ スター 台風 で は 演習 林 事務 所 で 総雨 量 が 519 mm 、 東部 の 三国 岳 で は 推定 600 mm を 超え る 記録 的 な 大雨 に 見舞 わ れ 、 演習 林 事務 所 を 除 く 建物 の 大半 が 破損 し たり 流失 し た 。 更に 、 戦時 中 に 開通 し た 小野 子 東谷 へ の 森林 軌道 は 全線 流出 ・ 埋没 する と い う 大きな 被害 を 受け た 。 翌 1950 年 9 月 に は ジェーン 台風 が 来襲 、 室戸 台風 並み の 暴風 を もたら し た こと から 、 風倒木 被害 が 多発 し た 。 それ から 間 も な い 1953 年 9 月 に は 昭和 28 年 台風 第 13 号 が 来襲 し た 。 この 台風 で は 演習 林 事務 所 で 総雨量 361 mm と へ スター 台風 の 時 に は 及 ば な かっ た もの の 、 へ スター 、 ジェーン の 両 台風 で 弱 っ て い た 山林 に 止め を さ す 結果 と な り 、 土砂 災害 など の 被害 を 受け る こと と な っ た 。 演習 林 に と っ て は 大きな 試練 と な っ た 災害 で あ る が 、 その 復旧 工事 と とも に 、 施設 や 林道 の 建設 も 推進 さ れ て い っ た 。 1950 年 に は 森林 軌道 が 野田谷 まで 延伸 さ れ た ほか 、 水力 発電 所 を 建設 し て 電力 の 供給 を 開始 し た 。 1952 年 に は 地元 住民 へ の 給電 を 開始 し た 。 1961 年 に は 関西 電力 に よ る 電気 の 供給 が 開始 さ れ た 。 しか s 、 この とき 電気 の 来 な かっ た 灰野 は 住民 が 全員 離村 、 最後 まで 残 っ た 山番 の 村 も 姿 を 消 し て しま っ た 。 林道 の 整備 は 内 杉谷 から 下谷 を 経 て 長治谷 に 抜け る 内杉 林道 を 中心 に 進め られ た 。 1952 年 に 落合 橋 まで 開設 さ れ た の を 皮切り に 、 1954 年 に 幽仙 橋 まで 延伸 さ れ た 。 その 後 も ケヤキ 坂 を 越え て 工事 は 進め られ て 1970 年 に 長治谷 作業 所 に 到達 し た 。 この 他 に も 落合 橋 で 内杉 林 道 から 分岐 し て 櫃倉谷 を 詰め る 櫃倉 林道 が 1955 年 に 開設 さ れ 、 1972 年 に は 長治谷 作業 所 から 地蔵 峠 を 越え て 朽木 村 生杉 に 抜け る 峰越 林道 が 開設 さ れ た 。 さらに 、 1980 年 代 に かけ て 内杉 林 道 中央 部 の ケヤキ 峠 を 中心 に 、 北 は 杉尾 峠 直下 に 通 じ 、 南 は ブナノ 木峠 の 南 に 達 する 林道 が 開設 さ れ た 。 林道 の 整備 は 伐採 面積 の 拡大 を 招 く こと と な っ た 。 本格 的 な 林道 の 整備 が 始ま っ た 1952 年 以降 から 伐採 面積 が 急激 に 拡大 し た 。 1955 年 から は 大 面積 の 立木 の 直接 売買 も 開始 さ れ た 。 大 規模 伐採 は 1950 年代 後半 と 196 0 年代 中盤 に 2 度 の ピーク を 迎え て い る が 、 1950 年代 の ピーク は 木材 好況 期 に あた り 、 材木 相場 が 高値 で 推移 し て い た こと が 大き かっ た 。 196 0 年代 中期 の ピーク は 、 1962 年 に 当初 の 借地 契約 に よ る 分収 金 の 効力 が 発生 し 、 その 支払い に 充当 する ため に 大 規模 伐採 を 進め て い た こと が 大き い 。 その 一方 で 、 天然 更新 、 人工 造林 の 双方 とも 演習 林 の 開設 当初 から 進め られ て は い た 。 しかし ながら 、 伐採 面積 の 拡大 に 追いつ く もの で は な かっ た 。 また 、 植林 さ れ た 杉 の 価値 も 天然 木 に 比べ る と 低 い もの で あ っ た 。 したが っ て 、 トチ や ケヤキ など の 天然 林 が 次々 と 伐採 さ れ て い っ た 。 その 後 も 造林 面積 の 拡大 は 遅々 と し て 進 まず 、 植林 さ れ た 材木 の 価値 の 向上 も はかばかし く な かっ た 。 加え て 、 外材 輸入 の 拡大 に 伴 う 国内 材 の 価格 低迷 が 重な っ た 。 したが っ て 、 伐採 面積 を さらに 拡大 し て 利益 の 確保 を 図 る と い う 悪 循環 に 陥 っ て しま い 、 演習 林 の 更なる 荒廃 を 招 く 結果 と な っ た 。 また 、 196 1 年 以降 は 伐採 や 搬出 など も 含め た 造林 を はじめ 、 苗圃 、 製材 、 林道 工事 など の 分野 で 演習 林 で の 直接 経営 を 拡大 し て 研究 面 で は 大きな 成果 を 挙げ る こと が でき た 。 しかし ながら 、 大学 側 の 一般 経常 費 に よ る 補填 が 少な かっ た こと から 無理 な 経営 を 行 わ ざる を 得 な く な っ た 。 そこ に 前述 の 木材 価格 の 低迷 が 重な っ た こと から 、 演習 林 の 経営 を 圧迫 し て しま っ た 。 したが っ て 、 直営 方式 に お い て も 全面 伐採 から 造林 を 繰り返 す と い う 悪 循環 から 逃れ られ な く な っ て しま っ た 。 この 間 の 1966 年 に は 折 から の エネルギー 革命 と 大学 紛争 の 影響 も あ っ て 、 長 ら く 続け られ て き た 製炭 事業 が 廃止 さ れ て い る 。 こう し た 大 規模 伐採 に よ る 演習 林 の 荒廃 が 進 む に つれ て 、 大学 関係 者 だけ で な く 地権 者 の 側 に お い て も 危惧 と 不安 の 声 が 上が る よう に な っ た 。 また 、 木材 価格 の 低迷 が 長期 化 する に つれ て 、 大 規模 伐採 を この まま 続け て も 分収 金 の 形 で 地域 還元 する こと が 困難 に な っ て き て い た 。 こう し た こと から 地権 者 へ の 使用 料 支払い 方法 も 、 従来 の 分収 金 方式 から 借地 料 支払い に 転換 する こと が 検討 さ れ た 。 その 場合 の 財源 と し て は 、 大学 一般 財源 で 予算 化 する こと が 望 ま れ る よう に な っ た 。 1974 年 以降 から 国会 ( 日本 ) の 場 に お い て も 議論 が 重ね られ 、 1981 年 から は 借地 料 方式 が 導入 さ れ る こと と な っ た 。 この よう な 動き に 前後 し て 、 1970 年 以降 は 直営 方式 に よ る 演習 林 経営 の 規模 が 縮小 さ れ た ほか 、 1975 年 以降 は 伐採 面積 が 大幅 に 減少 し て い っ た 。 したが っ て 、 1970 年 代 後半 から 1980 年 代 初め に かけ て 、 演習 林 の 利用 形態 も 再び 研究 を 主体 と し た もの に 変わ っ て い っ た 。 高度 経済 成長 期 の 産業 構造 の 変化 と 、 外材 輸入 に 伴 う 木材 価格 の 低迷 は 林業 の 衰退 と 過疎 化 を 招 い た 。 演習 林 が あ る 美山 町 ( 旧知井 村 ) も また 例外 で は な かっ た 。 林業 や 製炭 と い っ た 主力 産業 が 年 と ともに 衰退 し て い っ た 。 さらに 、 京阪神 大 都市 圏 に 近接 し て い た こと から 青壮 年 層 を 中心 に 人口 の 流出 が 続 き 、 過疎 化 が 進展 し て い っ た 。 一方 、 京阪神 都市 圏 で は 経済 成長 と 人口 増 に 伴 っ て 電力 需要 が 増加 、 関西 電力 で は 木曽 川 流域 や 黒部 川 第 四 発電 所 及び 黒部 ダム と い っ た 黒部 川 流域 で の 電源 開発 を おこな っ た 。 さらに 、 都市 臨海 地域 に け る 火力 発電 所 の 整備 を 進め て い た 。 また 、 原子 力 発電 に も 着目 し て 、 若狭 湾 周辺 で 原子 力 発電 所 の 建設 を 積極 的 に 行 っ て い た 。 それ で も ピーク 時 に は 電力 不足 が 予想 さ れ た こと から 、 夜間 の 余剰 電力 の 有効 活用 を 図 る こと が でき る 揚水 発電 を 組み合わせ て 電力 需要 の 増加 に 対応 する こと が 計画 さ れ た 。 1965 年 ごろ に は 、 名田 庄村 に この 揚水 発電 所 の 下部 ダム の 建設 が 、 併せ て 上部 ダム の 建設 が 演習 林内 の 下谷 に 計画 さ れ た 。 それぞれ の 計画 案 が 関西 電力 から 関係 者 に 対 し て 提示 さ れ た 。 こう し た 動き を 受け て 地権 者 で あ る 九 ヶ字 財産 区 から 演習 林 の 全部 な い し は 下谷 周辺 の 一部 返還 要求 が 出 さ れ た 。 ダム 湖 を 生か し た 観光 振興 計画 も 立て られ た 。 その 一方 で ダム の 建設 は 大 規模 な 自然 破壊 を 伴 う と し て 、 反対 運動 も 盛ん に 行 わ れ た 。 この ダム の 建設 計画 は 、 戦後 の 演習 林 の 最大 の 問題 と し て 、 大学 関係 者 や 地権 者 、 行政 、 関西 電力 、 住民 を 巻き込 ん で 長年 に わた り 賛否 両論 の 立場 から 議論 が 行 わ れ た 。 最終 的 に この 揚水 発電 計画 は 地元 など の 理解 が 得 られ な い こと から 関西 電力 は これ を 断念 し た 。 前述 の よう に 、 演習 林 の 利用 形態 は 再び 研究 中心 に 回帰 し 、 林道 の 建設 も 1980 年 代 まで に 一定 の 完成 を 見 た 。 1990 年代 以降 は 伐採 は ほとんど 行 わ れ ず 、 1950 年代 以降 の 大 規模 伐採 時期 に 植林 さ れ た 杉 の 人工 林 の 保育 が 行 わ れ て い る 。 更に 、 天然 更新 補助 作業 や 広葉 樹 人工 林 の 造成 が 試験 的 に 行 わ れ て い る 。 また 、 揚水 発電 所 の 建設 計画 も 京阪神 の 電力 需要 の 伸び が 鈍化 し た こと や 人々 の 自然 環境 に 対 する 意識 が 変化 し て い っ た こと など から 、 いつ し か 大き く 採り上げ られ る こと も な く な っ た 。 世論 の 自然 環境 に 対 する 意識 が 従来 の 開発 主体 から 環境 の 保全 や 育成 の 方向 に 変化 し た 。 それ に つれ て 、 健康 維持 に 森林 浴 が 注目 さ れ る よう に な っ た ほか 、 中高年 を 中心 に 登山 が 静か な ブーム に な っ て き た 。 また 、 森林 軌道 も 日本 に 残 る 数 少な い 森林 鉄道 と し て 、 鉄道 ファン に 紹介 さ れ る よう に な っ た 。 それ まで も 京都 市 内 中心 部 から ほど 近 い ところ に あ る 「 秘境 」 的 な イメージ から 、 演習 林 が テレビ や 新聞 で 紹介 さ れ る こと は たびたび あ っ た 。 しか い ながら 、 道路 の 整備 が 不 十分 で あ っ た こと から 、 訪れ る 人 も 多 く は な かっ た 。 それ が 196 0 年代 以降 国道 162 号 や 京都 広河原 美山 線 と い っ た アクセスルート の 整備 が 進 み 、 1979 年 に は 京都 広河原 美山 線 の うち 最後 まで 未開通 で あ っ た 佐々里 峠 の 区間 が 開通 、 その 後 は 道路 狭隘 部 の 拡幅 や バイパス の 開通 が 進め られ る こと に よ っ て 走行 環境 が 改善 さ れ て い っ た 。 こう し て 、 演習 林 が 人々 に 注目 さ れ る よう に な り 、 アクセス も 改善 さ れ た 。 したが っ て 、 1990 年代 に 入 る と 近畿 地方 、 それ も 大 都市 近郊 に 残 さ れ た 大 規模 な 自然 林 と 清流 を 擁 する 演習 林 を 訪れ る 一般 入林 者 が 漸増 する よう に な っ た 。 この 頃 から 地元 と 旅行 会社 が 共同 で ツアー を 企画 し 、 団体 で の 見学 も 行な わ れ て い る 。 また 地域 振興 など を 鑑み て 、 1993 年 に は 美山 町 の 自然 文化 村 と 京都 府 青少年 芦生 の 家 の ツアー に つ い て 、 特例 と し て 利用 者 心得 の 順守 を 条件 に 車 で の 入山 が 許可 さ れ た 。 この よう な 活動 を 受け て 、 1997 年 に は 芦生 研究 林 の ガイド 要請 講座 が 開設 さ れ 、 同年 に 16 名 の ガイド が 誕生 し た 。 これ は 、 一般 へ の 説明 など の 観点 から 研究 林 側 に も 歓迎 さ れ て い る 。 なお 、 1990 年代 後半 から 2000 年代 初頭 の 「 みどり の 日 」 に は 、 毎日 新聞 で 「 芦生 の 森 を 世界 遺産 に 」 と い う キャンペーン 記事 が 掲載 さ れ た こと も あ っ た 。 ところ が 、 入林 者 の 増加 は 下草 の 踏み荒らし や ごみ の 放置 、 あるいは トイレ の 問題 や 水質 汚染 など と い っ た オーバー ユース の 問題 を 招 く こと と な っ た 。 この よう な 問題 に つ い て は 、 1998 年 に 美山 町 自然 文化 村 など と の 間 で 研究 林 利用 に 関 する 覚書 が 交わ さ れ た 。 この よう に し て 、 ガイド ・ 車 など の 数 に 制限 が 設け られ 、 徐々 に 対策 が 取 ら れ て い る 。 一方 で 、 被害 に 拍車 を かけ る よう に 近年 の 暖冬 傾向 に よ っ て ニホンジカ の 個体 が 増加 、 春 から 夏 に かけ て 木々 の 若芽 や 下草 を 食べ つ く す と い う 食害 が ひど く な っ て い っ た 。 オーバー ユース や 食害 と い っ た 問題 は 、 かつて の 大 規模 伐採 と は 異な っ た 形 で 研究 林 ( 演習 林 ) の 荒廃 を 招 く こと から 、 大学 側 に と っ て も 大きな 問題 で あ る 。 なお 、 2000 年 前後 に は 長治谷 作業 所 が 老朽 化 に よ っ て 解体 さ れ て い る 。 近年 の 大学 改革 の 流れ を 受け て 、 京都 大学 に お い て も 学外 研究 施設 の 統合 が 実施 さ れ 、 芦生 を はじめ 北海道 、 和歌山 、 徳山 に 設置 さ れ て い た 演習 林 、 白浜 町 の 京都 大学 白浜 水族 館 、 串本 町 の 亜 熱帯 植物 実験 所 、 舞鶴 市 の 水産 実験 所 が フィールド 科学 教育 研究 センター に 統合 改組 さ れ 、 従来 の 学部 単位 の 施設 から 全学 共同 利用 施設 と な っ た 。 名称 も 広 く 親し ま れ て い た 「 芦生 演習 林 」 から 「 芦生 研究 林 」 に 変更 さ れ て 現在 に 至 っ て い る 。 当 研究 林 は 、 かつて は 自ら 収益 を 上げ る こと で ある 程度 の 独立 採算 を 図 る こと と 大学 の 財政 運営 に 寄与 する こと が 求め られ た 。 この こと が 借地 の 上 に 運営 さ れ て い る こと と 重な っ て 、 結果 と し て 大 規模 伐採 ~ 森林 の 荒廃 と い う 悪 循環 を 招 く こと と な っ た 。 また 、 昨今 で は 利用 者 に 対 し て 門戸 が 広 く 開放 さ れ て い る こと が 研究 林 の オーバー ユース を 招 き 、 結果 と し て 林内 の 環境 悪化 に つなが る と い う 問題 を 抱え て い る 。 この 項 で は 研究 林 の 課題 に つ い て 紹介 する 。 前述 の よう に 、 国内 の 木材 価格 が 高 く 、 薪炭 が 熱 エネルギー の 中心 だっ た 時期 に お い て は 、 大学 演習 林 に お い て 伐採 し た 材木 の ほか 木炭 など の 林産 資源 を 売 る こと で 収益 を 上げ る こと は 当然 と さ れ て い る 。 芦生 演習 林 に お い て も 伐採 と 施業 に よ っ て 収益 を 上げ る こと で 、 「 大学 財政 に 寄与 する 演習 林 の 経営 」 と い う 考え 方 が あ っ た の は あ る 意味 自然 で あ る 。 特に 当時 の 京都 帝国 大学 で は 国内 演習 林 の 開設 が 他 大学 に 遅れ た 。 さらに 、 演習 林 開設 に 要 し た 予算 が 当時 の 大学 予算 の 約 1 / 5 に 達 し た だけ で な く 、 1923 年 の 契約 更改 で 地権 者 に 支払 わ れ た 22 万 円 は 、 こちら も 大学 予算 の 約 1 / 10 に 達 する 額 で あ っ た 。 この よう な 状況 で は 、 先発 の 大学 国内 演習 林 の よう に 、 地権 者 から 土地 を 購入 し て 演習 林 を 開設 する こと は 無理 な 話 で あ っ た 。 ところ が 、 投資 経費 を 回収 する ため に 伐採 と 施業 を 行 っ て も 、 その 収益 は 地形 上 ・ 植生 上 から 市場 価値 の 高 い 材木 が 少な く 、 搬出 も 道路 が 未 整備 で あ る こと から 、 コスト の 高 い 筏流し に 頼 ら ざる を 得 ず 、 予想 より 低 い もの で あ っ た 。 もっとも 、 立地 条件 等 を 勘案 し て 、 大学 当局 も 不利 を 承知 で 演習 林 を 開設 し た もの で あ る が 、 「 帝国 大学 の 演習 林 」 と い う 看板 が 地元 に 過度 の 期待 を 抱 か せ る こと と な っ た 。 結果 と し て 演習 林 開設 当初 の 契約 不 履行 問題 と な っ て は ね返 っ て しま っ た 。 それ で も 、 戦中 戦後 の 混乱 期 を 経 ながら も 伐採 と 施業 に よ っ て 一定 の 収益 を 上げ る こと が でき 、 大学 の 財産 形成 に 寄与 し た ほか 、 一定 ながら も 地域 還元 が 行 わ れ た 。 その 後 、 分収 金 の 効力 が 発生 する と 、 今度 は その 支払い に 追 わ れ る こと と な っ た 。 前述 の よう に 天然 更新 や 人工 造林 さ れ た 材木 の 価値 が 低 い と な る と 、 つま る ところ 天然 林 の 伐採 に 収益 の 主力 を 置 く こと と な る 。 そこ に 木材 価格 の 低迷 が 重な っ た 。 したが っ て 、 地権 者 へ の 分収 金 支払い の ため に さらに 天然 林 の 大 規模 伐採 を 行 う と い う 悪 循環 に 陥 っ て しま い 、 結果 と し て 収益 を 上げ る どころ か 演習 林 の 荒廃 と い う 事態 を 招 く こと と な っ た 。 また 、 借地 で あ っ た 。 こと から 揚水 ダム 建設 計画 時 に 地元 から 演習 林 の 返還 要求 が 出 さ れ る と 、 施設 の 存続 が 危ぶ ま れ る よう な 事態 に まで 発展 する こと も あ っ た 。 大学 側 も 地元 側 も 、 演習 林 の 発足 時 に 、 「 高 収益 の 演習 林 事業 」 と い う 夢 を 描 い て しま い 、 そこ から なかなか 脱却 でき な かっ た 。 この こと が 演習 林 の 経営 に 影 を さ す 要因 と な っ た こと は 否め な い 。 最近 の 当 研究 林 で は 、 入林 者 の 増加 に よ る オーバー ユース が 大きな 課題 と な っ て い る 。 もともと 大勢 で の 利用 を 想定 し て い な い 。 一方 で 、 最近 の 登山 ブーム で 入林 者 が 増加 し た 。 中 に は 数十 人 単位 で 訪れ る 登山 ツアー の 形態 も 見 られ る よう に な っ た 。 特に 研究 林 東部 の 高島 市 ( 旧 朽木村 ) 側 から 地蔵 峠 を 経 て 長治谷 に 向か う コース は 、 前述 の とおり アプローチ が 短 い 。 この コース を 使 え ば 、 容易 に 上谷 から 杉尾 峠 方面 へ の 核心 部 を 訪ね る こと が でき る 。 この ため 、 こちら 側 から の 入林 者 が 増加 し て しま っ た 。 結果 、 上谷 の 歩道 は 多数 の 歩行 者 に よ っ て 周囲 まで 掘りえぐれ て しま い 、 植物 の 生育 に 悪 影響 を 与え て い る 。 この 他 、 入林 者 の 出 すごみ や 排泄 物 も 研究 林 の 環境 に 悪 影響 を 及ぼ し て い る 。 この よう な 問題 は 尾瀬 や 屋久 島 と い っ た 自然 景観 を 求め て 訪れ る 地域 に は よく 見 られ る 現象 で あ る 。 したが っ て 、 大学 側 に お い て も 大 人数 で の 入林 を し な い こと や 決め られ た 歩道 以外 へ の 入林 禁止 、 ペット 同伴 で の 入林 禁止 と い っ た 啓発 活動 に 務め 、 アンケート を 通 じ て 入林 者 に 研究 林 の 現状 を 知 ら せ た ほか 、 2006 年 から は 高島 市側 から の 入林 を 原則 禁止 する など の 措置 を と っ た 。 ただ 、 歴史 的 な 経過 から 高島 市側 から の 入林 を 完全 に シャットアウト する こと は 困難 で あ り 、 2007 年 に は 三国 峠 から の コース に 限 っ て 入林 でき る よう に な っ て い る 。 当たり前 の 話 で あ る が 、 入林 者 の 側 に お い て も 当 研究 林 は 大学 の 施設 で あ り 、 一般 的 な 観光 地 で な い こと を 理解 し た うえ で 、 ルール を 守 っ て 入林 する こと が 求め られ て い る 。 また 、 ニホン ジカ が 、 近年 の 暖冬 傾向 で 冬場 に 抵抗 力 の な い 子供 や 老年 の 個体 が 死亡 する 数 が 減 っ て い る こと や 天敵 が い な い 自然 環境 に 加え 、 研究 林 が 禁猟 区域 で あ る こと から 個体 数 が 増加 傾向 に あ る 。 この 結果 、 下草 を 食 い 尽く さ れ る だけ で な く 、 若木 の 樹皮 も 食べ る など 、 食害 が 年々 拡大 し て い る 。 放置 し て お く と 植生 に 悪 影響 を 与え る 。 しかし ながら 、 有効 な 手立て が な い だけ に 解決 の 難し い 問題 で あ る 。 +沿革 1949 年 京都 府 立 農林 専門 学校 ( 旧 制 ) ・ 京都 府立 女子 専門 学校 ( 旧 制 ) を 母体 と し て 新制 大学 西京 大学 発足 、 文家 政学 部 ・ 農学 部 設置 1951 年 女子 短期 大学 部 を 設置 1959 年 京都 府 立 大学 に 改称 1970 年 文家 政学 部 を 文学 部 と 家政 学部 に 分離 1977 年 家 政 学 部 を 生活 科学 部 に 改称 1995 年 福祉 社会 学 部 、 人間 環境 学部 を 設置 し 、 女子 短期 大学 部 の 学生 募集 を 停止 2004 年 生活 科学 部 を 廃止 2008 年 公立 大学 法人 制度 を 導入 、 京都 府 公立 大学 法人 が 京都 府 立 医科 大学 と 京都 府 立 大学 の 2 大学 を 運営 。 公共 政策 学 部 、 生命 環境 学部 を 設置 し 、 福祉 社会 学 部 、 人間 環境 学部 、 農学 部 の 募集 を 停止 。 学部 ・ 学科 文学 部 欧米 言語 文化 学 科 日本 ・ 中国 文学 科 歴史 学科 公共 政策 学 部 公共 政策 学科 福祉 社会 学科 生命 環境 学 部 生命 分子 科学 科 農学 生命 科学 科 食 保健 学科 環境 ・ 情報 科学 科 環境 デザイン 学 科 森林 科学 科 研究 科 文学 研究 科 公共 政策 学 研究 科 生命 環境 科学 研究 科 大学 関係 者 一覧 京都 府 立 大学 の 人物 一覧 スポーツ 六 公立 大学 総合 競技 大会 が 毎年 秋 に 行 わ れ る 。 京都 方 : 京都 府 大 、 大阪 方 : 大阪 府 立 大学 ( 旧 大阪 府 大 ・ 旧 大阪 女子 大 ) 、 兵庫 方 : 兵庫 県 立 大学 ( 旧 神戸 商大 ・ 旧 姫路 工大 ・ 旧 姫路 短大 ) の 3 チーム に 分かれ て 戦 う 。 滋賀 県 立 大学 と の 京滋 総合 競技 大会 が 毎年 夏 に 行 わ れ る 。 +同志 社 英 学校 ( どう し しゃ えい がっこう ) は 、 新島 襄 が 1875 年 に 京都 に 創設 し た 私立 学校 。 同志社 大学 の 前身 。 文部 科学 省 認定 山川 出版 社 詳説 日本 史 改訂 版 に 大隈 重信 の 東京 専門 学校 ( 現 、 早稲田 大学 ) 、 福澤 諭吉 の 慶應 義塾 ( 現 、 慶應 義塾 大学 ) と 並び 記載 さ れ て い る 。 日本 三 大 私学 の 一 つ 。 同志社 大学 の 前身 。 同志社 の 建学 精神 は キリスト 教 精神 に 基づ く 「 良心 」 で あ る 。 新島 襄 は 建学 の 目的 と し て 、 「 良心 を 手腕 に 運用 する 人物 」 の 育成 を 掲げ た 。 知識 教育 に 偏 る こと の な いよう 、 キリスト 教 に 基づ く 「 徳育 」 を 並行 し て 進め る こと で 、 「 良心 の 全身 に 充満 」 し た 人々 を 輩出 し た い と 願 っ た の で あ る 。 その 思い を 彼 の 筆跡 の まま 刻 ん だ 碑 が 、 今出川 ・ 京田 辺 両 キャンパス の 正面 入口 に あ る 。 この 良心 碑 に は 、 「 良心 之 全身 ニ充満 シタル 丈夫 ノ 起 リ来 ラン 事 ヲ 」 と い う 言葉 が 刻 ま れ て い る 。 また 、 この 「 良心 」 教育 を 具体 的 に 実現 する ため の 教育 理念 と し て 、 「 キリスト 教 主義 」 「 自由 主義 」 「 国際 主義 」 が 掲げ られ 、 これ ら を 通 じ て 「 一 国 の 良心 」 た る 人物 を 輩出 する こと を 目指 し て い る 。 1875 年 新島 襄 が 京都 寺町 に 同志 社 英 学校 を 開校 する 。 教員 2人 、 生徒 8 人 。 1876 年 山本 覚馬 から 寄贈 さ れ た 今出川 校地 ( 相国 寺 二 本松 の 旧 薩摩 藩 邸跡地 ) に 移転 。 この 時 、 熊本 バンド 約 35 人 が 入学 。 1887 年 医学 校 ( 医学 部 ) 構想 の 一環 と し て 、 同志 社 病院 ・ 京都 看病 婦 学校 を 創設 。 1888 年 「 同志 社 大学 設立 の 旨意 」 を 全国 の 主要 な 雑誌 ・ 新聞 に 発表 。 1890 年 新島 襄 永眠 。 ハリス 理化 学校 ( 現 工学 部 ) を 9 月 に 開校 。 1891 年 政 法 学校 開校 。 政治 学科 ( 現 法学 部 ) と 理財 科 ( 現 経済 学 部 ) を 置 く 。 1893 年 同志 社 徽章 を 制定 。 190 4 年 専門 学校 令 に よ る 神 学校 と 専門 学校 を 開校 。 政法 学校 、 理化 学校 など は 廃止 もしくは 統合 。 190 8 年 同志 社 カレッジ ソング 制定 。 1911 年 専門 学校 と し て 再編成 し 、 神学 部 、 英語 師範 部 、 高等 商業 部 ( 現 商学 部 ) 、 政治 経済 部 の 4 部 を 置 く 。 1912 年 専門 学校 令 に よ り 同志 社 大学 ( 神学 部 、 政治 経済 学 部 、 英文科 ) を 開校 。 1920 年 関西 地区 で 初めて 大学 令 に 基づ い て 大学 に 昇格 。 同志社 大学 文学 部 ( 神学 科 、 英 文学科 ) 、 法学 部 ( 政治 学科 、 経済 学科 ) 、 大学 院 、 予科 を 開校 。 基礎 データ 象徴 徽章 正 三角 形 を 3 つ 寄せ た もの で 、 国 あるいは 土 を 意味 する アッシリア 文字 「 ムツウ 」 を 図案 化 し た もの 。 知 ・ 徳 ・ 体 の 三位 一体 あるいは 調和 を めざ す 同志 社 の 教育 理念 を あらわ す もの と 解釈 さ れ て い る 。 考案 者 は 湯浅 半月 。 スクール カラー 紫 ( 古代 紫 と 江戸 紫 の 中間 色 ) と 白 の 2 色 。 創立 者 新島 襄 の 母校 、 アマースト 大学 の スクール カラー と 同色 。 校歌 Dos hisha CollegeSong ( ウィリアム ・ メレル ・ ヴォーリズ 作詞 ・ CarlWilhelm 作曲 ) 同志社 大学 歌 ( 北原 白秋 作詞 ・ 山田 耕筰 作曲 ) 同志社 大学 で 毎年 新入 生 に 配布 さ れ る 、 カレッジ ソング 集 ( CD ) に 収録 さ れ て い る 。 2004 年度 まで は 同 大学 グリー クラブ に よ る 伴奏 なし の 男声 合唱 の もの が 収録 さ れ て い た が 、 2005 年度 から アカペラ で 混声 5 人 と ボイス パーカッション に よ る アレンジ で 収録 さ れ て い る 。 編曲 、 歌 は 同 大学 の アカペラ サークル 「 One Voices 」 。 安部 磯雄 浮田 和民 内田 康哉 郷 誠之助 徳富 蘇峰 徳冨 蘆花 小野 英二郎 元良 勇次郎 村上 直次郎 +私塾 ( しじゅく ) と は 、 中国 や 江戸 時代 の 日本 に おけ る 民間 ( 秀才 及び 元 長官 など が 先生 と な っ た ) の 教育 機関 で あ る 。 科挙 の 受験 など の 学習 の 面倒 を 見 て 、 科挙 の 合格 者 や 政界 人 の 養成 を 目指 し た 。 三字 経 や 千字 文 、 四 書 五 経 を 勉強 する 。 +京都 大学 新聞 社 ( きょう と だいがく しん ぶん しゃ ) は 、 京都 大学 の 学生 新聞 で あ る 『 京都 大学 新聞 』 ( 通称 『 京大 新聞 』 ) や 関連 書籍 など を 発行 する サークル ・ 京都 大学 公認 団体 。 略称 は 「 KUP 」 ( 英文名 KyotoUniversity Press から ) 。 京都 大学 構内 に 本拠 を 置 く 、 唯一 の 学生 新聞 団体 と し て 活動 する 。 『 京大学 生 新聞 』 を 発行 する 京大学 生 新聞 会 ( 原理 研究 会 系 ) 、 『 京都 大学 EXPRESS 』 を 発行 する 京都 大学 EXPRESS 編集 部 ( UNN 関西 学生 報道 連盟 加盟 ) と は 全く 関係 な い 。 京都 帝国 大学 の 全学 親睦 組織 ・ 学友 会 ( 会長 は 総長 ) の 新聞 部 と し て 1925 年 結成 、 4 月 1日 創刊 。 前年 に 行な わ れ た 東京 帝国 大学 と の スポーツ 交流 戦 を 雑誌 部 が 試験 的 に 報 じ た こと を 機 に 、 大学 新聞 発行 の 機運 が 高ま っ た こと に よ る 。 学友 会 雑誌 部 を 改組 ・ 改廃 し 、 元 読売 新聞 社員 の 入山 雄一 を 顧問 に 迎え て 組織 さ れ た 。 初代 部長 は 佐々木 惣一 教授 ( 当時 ) 。 当初 は 大学 の 機関 紙 と し て 当局 の 広報 活動 を 担 っ た が 、 1946 年 に 独立 採算 化 。 大学 側 も 1972 年 、 事務 方 の 庶務 部 に 広報 調査 課 ( 現在 の 秘書 ・ 広報 課 ) を 設置 する に 至 っ た 。 新聞 を 核 に 書籍 も 発行 し 、 各種 シンポジウム ・ 講演 会 を 主催 する など 、 学生 に よ る 総合 メディア と し て 発展 。 マスコミ ・ 学界 ・ 産業 界 など に 人材 を 輩出 し て き た 。 1997 年 に は 「 京都 大学 新聞 社 新人文学 賞 」 を 主催 、 吉村 萬壱 ( 6 年 後 に 芥川 賞 受賞 ) の 『 国営 巨大 浴場 の 午後 』 が 受賞 し た 。 媒体 と し て は 、 前身 の 『 京都 帝國 大學 新聞 』 は 1925 年 に 創刊 。 戦中 の 物資 不足 など から 1944 年 『 帝國 大學 新聞 ( 現在 の 東京 大学 新聞 の 前身 ) 』 と 合併 し 『 大學 新聞 』 と 改題 。 戦後 1946 年 4 月 に は 『 大學 新聞 』 から 分離 し 『 學園 新聞 』 と 改題 、 関西 一 円 の 学生 を 対象 に 発行 さ れ た 。 1959 年 に 『 京都 大学 新聞 』 と 改題 し 、 以後 現在 に 至 る まで 発行 を 続け て い る 。 2007 年 5 月 、 通算 2400 号 を 数え た 。 組織 の 歴史 1925 年 ( 大正 14 年 ) 「 学友 会 新聞 部 」 と し て 結成 、 時計 台 内 に 事務 所 を 置 く 1935 年 ( 昭和 10 年 ) 「 インテル 会 」 発足 1941 年 ( 昭和 16 年 ) 学友 会 の 改名 に 伴 い 「 同 学会 新聞 部 」 へ 改名 1944 年 ( 昭和 19 年 ) 帝国 大学 新聞 社 と 合併 し 「 社団 法人 大学 新聞 社 関西 支社 」 へ 改組 1946 年 ( 昭和 21 年 ) 同 法人 から 分離 し 「 京都 大学 新聞 社 」 へ 改組 、 独立 採算 化 1949 年 ( 昭和 24 年 ) 入学 試験 の 合格 電報 事務 を 開始 1950 年 ( 昭和 25 年 ) 編集 長 と 鳥養 利三郎 総長 ( 当時 ) が 交換 協定 に 調印 し 、 大学 の 公認 を 取得 1970 年 ( 昭和 45 年 ) 全 日本 学生 新聞 連盟 ( = 全学 新 ) 第 25 回 大会 が 京都 大学 で 開催 さ れ 、 京都 大学 新聞 社 の 吉澤 潔 が 新 委員 長 に 選出 さ れ る 。 全国 の 大学 新聞 、 75 団体 が 参加 ( うち 13 団体 は 議長 委任 ) 。 媒体 の 歴史 1925 年 ( 大正 14 年 ) 『 京都 帝國 大學 新聞 』 創刊 1944 年 ( 昭和 19 年 ) 帝國 大學 新聞 と 合併 し 『 大學 新聞 』 と 改題 1946 年 ( 昭和 21 年 ) 「 大學 新聞 」 から 分離 し 『 學園 新聞 』 と 改題 、 旬刊 1947 年 ( 昭和 22 年   6 月 11 日 号 より 週刊 へ 移行 1959 年 ( 昭和 34 年 ) 通算 1000 号 を 期 に 『 京都 大学 新聞 』 と 改題 1965 年 ( 昭和 40 年 ) 40 周年 記念 事業 と し て 『 京都 大学 卒業 者 人 名録 』 を 発行 1969 年 ( 昭和 44 年 ) 創刊 45 周年 事業 と し て 縮刷 版 の 発行 開始 1970 年 ( 昭和 45 年 ) 通算 1500 号 記念 号 ( 特大 40 頁 ) を 発行 1985 年 ( 昭和 60 年 ) 60 周年 記念 事業 と し て 『 口笛 と 軍靴 天皇 制 ファシズム の 相貌 』 を 発行 1988 年 ( 昭和 63 年 ) 大学 創立 90 周年 記念 誌 『 京大史 記 』 に 編集 ・ 執筆 協力 2005 年 ( 平成 17 年 ) 80 周年 記念 事業 と し て 80 周年 記念 号 ( 特大 10 頁 ) を 発行 2006 年 ( 平成 18 年 ) 4 月 1日 号 より 紙面 を 「 大学 ・ 総合 」 「 教育 ・ 研究 」 「 文化 ・ 生活 」 の 各面 に 編成 2007 年 ( 平成 19 年 ) 紙面 の 数字 表記 を 漢 数字 主体 から 洋 数字 主体 へ 移行 新聞 は 現在 、 原則 と し て 月 2 回 発行 ( 1 日 号 ・ 16 日 号 、 通常 4 ページ ) と な っ て お り 1 部 100 円 。 学内 7 箇所 ( 正門 ・ 北西門 ・ 西部 ルネ ・ 中央 食堂 ・ 北部 食堂 ・ 吉田 食堂 ・ 総人 図書 館 ) の 販売 BOX で 購読 でき る ほか 、 全国 の 定期 購読 者 に 発送 し て い る 。 毎年 秋 に は 「 高校 生 特集 号 」 、 冬 に は 「 二 次 試験 特集 号 」 など の 特集 号 を 発行 し 、 号外 ( 七 大 戦 結果 、 石垣 カフェ 騒動 など ) も 適時 発行 し て い る 。 印刷 ・ 発送 以外 の 全て ( レイアウト を 含 む ) が 学生 の 手 に よ る こと 、 分析 記事 が 多 い こと など が 特色 で あ る 。 また 、 京都 大学 の 新入 生 向け に 入学 アルバム ( 『 KYOTOUNIVERSITY FRESHBOOK 』 ) ・ 卒業 生 向け に 卒業 アルバム ( 『 KYOTOUNIVERSITYYEARBOOK 』 ) を 毎年 発行 する 。 主に 京大 受験 を 目指 す 学生 向け に 独自 の 大学 情報 本 も 毎年 発行 し て い た が 、 現在 は 休刊 。 京都 大学 新聞 社 の 同窓 会 的 組織 に 、 現役 学生 を も 含 ん だ 「 インテル 会 」 が あ る 。 「 インテル 」 は 活字 の 行間 に 入れ る 薄 い 鉛板 の こと で 、 かつて は 学生 編集 員 が 最初 に 覚え る 言葉 の 一 つ だっ た 。 命名 者 の 堀川 直義 に よ る と 、 「 インテリ 」 ( インテリゲンチャ ) と 引っかけ た と い う 。 京都 大学 の 歴代 総長 ・ 名誉 教授 ・ 現役 教員 ・ 元 教員 ・ 学外 者 など 計数 十 名 ( 物故 者 を 含 む ) 。 〒 6 0 6 - 8 317 京 都 市 左京 区 吉田 京都 大学 構内 +京都 府 立 農林 専門 学校 ( きょうと ふりつ のうりん せんもん がっこう ) は 、 1944 年 ( 昭和 19 年 ) に 設立 さ れ た 公立 の 旧 制 専門 学校 。 創立 時 の 名称 は 京都 府 立 高等 農林 学校 。 本項 で は 、 京都 府 立 農林 学校 など 前身 諸校 を 含め て 記述 する 。 第 二 次 世界 大戦 中 に 農産 体制 増強 の ため に 設立 さ れ た 高等 農林 学校 の 一 つ 。 本科 ( 修業 年限 3 年 ) に 農科 、 林科 を 設置 ( のち 農芸 化学 科 を 増設 ) 。 京都 府 立 高等 農林 学校 と し て 設立 後 ま も な く 京都 府 立 農林 専門 学校 と 改称 さ れ た 。 新制 ( 京都 府立 ) 西京 大学 農学 部 ( 現 京都 府 立 大学 農学 部 ) の 前身 で あ る 。 同窓 会 は 「 京都 府 立 大学 同窓 会 」 と 称 し 、 旧制 ・ 新制 合同 の 会 で あ る 。 前史 1892 年 : 京都 府 農会 ( 1891 年 10 月 設立 ) 、 府会 から 農事 講習 所 開設 の 了承 を 得 る 。 1892 年 12 月 : 府 農会 附設 中央 農事 試験 場 を 設立 。 京都 府 農業 総合 研究 所 、 京都 府 立 大学 附属 農場 の 源流 。 1893 年 4 月 : 京都 府 農会 、 農事 講習 所 を 開設 。 巡回 開講 、 1 回 に つ き 半月 ~ 1 ヶ月 程度 。 京都 府 簡易 農 学校 時代 1895 年 4 月 : 京都 府 簡易 農 学校 設置 ( 京都 府 令 第 40 号 ) 。 簡易 農 学校 規程 ( 文部 省 に よ り 1894 年 7 月 公布 ) に 基づ く 。 修業 年限 2 年 、 入学 資格 : 満 14 歳 以上 、 尋常 小 学校 卒業 以上 。 府 農事 講習 所 、 京都 府 簡易 農 学校 附属 分 教場 と な る 。 1896 年 4 月 : 補習 科 ( 1 年 制 ) を 設置 。 1896 年 9 月 : 葛野 郡 桂 村 に 移転 。 府 農会 農事 試験 場 も 移転 。 京都 府 農 学校 時代 1898 年 4 月 : 京都 府 農 学校 と 改称 ( 京都 府 令 第 36 号 ) 。 修業 年限 3 年 、 入学 資格 : 満 14 歳 以上 、 高等 小 学校 卒業 以上 。 研究 科 ( 1 年 制 ) を 設置 。 1899 年 8 月 : 規則 改正 、 研究 科 を 専攻 科 に 改組 、 予科 を 設置 。 実業 学校 令 、 農業 学校 規程 に 基づ き 甲種 農 学校 と な る 。 予科 は 修業 年限 1 年 、 入学 資格 : 高等 小 学校 第 3 学年 修了 程度 。 190 0 年 2 月 : 府 農会 農事 試験 場 、 京都 府 農事 試験 場 と 改称 。 1901 年 3 月 : 附属 分 教場 農事 講習 所 、 別科 農事 講習 所 と な る 。 京都 府 立 農 学校 時代 1901 年 9 月 : 京都 府 立 農 学校 と 改称 ( 文部 省 告示 第 405 号 ) 。 190 2 年 5 月 : 乙訓 郡 大枝 村 の 官有 林 の 払下げ を 受け 、 実習 林 と する 。 190 3 年 4 月 : 規則 改正 、 予科 を 2 年 制 と する 。 本科 第 3 学年 を 第 1 部 ( 農業 ) 、 第 2 部 ( 林業 ) に 分け 、 補習 科 を 設置 。 京都 府 立 農林 学校 時代 190 4 年 4 月 : 京都 府 立 農林 学校 と 改称 ( 文部 省 告示 第 73 号 ) 。 190 4 年 10 月 : 校友 会 を 設立 。 1907 年 3 月 : 予科 ・ 補習 科 を 廃止 。 1912 年 7 月 : 校友 会 を 「 桂 会 」 と 改称 ( 同窓 会 組織 ) 。 1918 年 3 月 : 愛宕 郡 下鴨 村 ( 現 京都 府 立 大学 キャンパス ) に 移転 。 京都 府 農事 試験 場 も 種芸 部 を 除 き 移転 。 京都 府 立 京都 農林 学校 時代 1923 年 4 月 : 京都 府 立 京都 農林 学校 と 改称 ( 文部 省 告示 第 35 号 ) 。 1924 年 11 月 : 府立 農林 学校 卒業 者 大会 、 専門 学校 へ の 昇格 を 決議 。 昇格 は 20 年 後 まで 実現 せ ず 。 1928 年 5 月 : 本科 第 1 部 を 農業 科 、 第 2 部 を 農林 科 と 改称 。 1931 年 4 月 : 本科 に 園芸 科 を 増設 。 1932 年 4 月 : 農林 科 を 廃止 、 第 2 部 産業 組合 科 ( 修業 年限 1 年 ) を 設置 。 1934 年 4 月 : 農業 科 を 農林 科 と 改称 。 1934 年 9 月 : 室戸 台風 で 校舎 倒壊 。 1936 年 12 月 : 本館 ・ 体育 館 竣工 。 1940 年 4 月 : 園芸 科 5 年 制 で 新設 。 1943 年 3 月 : 第 2 部 産業 組合 科 を 廃止 ( 目的 達成 の ため ) 。 京都 府 立 高等 農林 学校 時代 1944 年 2 月 22 日 : 専門 学校 令 に よ り 京都 府 立 高等 農林 学校 設置 認可 ( 文部 省 告示 第 149 号 ) 。 1944 年 4 月 1日 : 開校 。 京都 府 立 京都 農林 学校 から の 昇格 。 修業 年限 3 年 、 本科 に 農科 、 林科 を 設置 。 旧 制 中 学校 卒業 者 の ほか 、 中学 4 年 修了 者 も 入学 が 認め られ た 。 京都 府 立 農林 専門 学校 時代 1944 年 7 月 26 日 : 京都 府 立 農林 専門 学校 と 改称 ( 文部 省 告示 第 811 号 ) 。 1948 年 4 月 : 本科 に 農芸 化学科 を 設置 。 1948 年 7 月 : 文部 省 に 府立 農専 ・ 京都 府立 女子 専門 学校 ( 旧 制 ) を 母体 と する 新制 「 府立 京都 大学 」 設置 申請 。 1949 年 2 月 11 日 : 文部 省 より 新制 府立 大学 設置 認可 。 ただし 、 名称 が 国立 京都 大学 と 紛らわし い ため 、 3 月 8 日 に 修正 申請 。 1949 年 4 月 : 新制 京都 府 立 西京 大学 ( 文家 政学 部 、 農学 部 ) 発足 。 府立 農専 は 農学 部 の 母体 と な っ た 。 1950 年 5 月 : 京都 府 立 農業 試験 場 、 亀岡 市 へ 移転 の ため 、 下鴨 農場 を 西京 大学 に 移管 。 1951 年 3 月 : 旧 制 京都 府 立 農林 専門 学校 、 廃止 。 前身 諸校 の 時代 1895 年 の 簡易 農 学校 発足 時 は 京都 府 愛宕 郡 大宮村 ( 現 京都 市 北 区 ) の 大徳 寺 の 塔頭 を 借用 。 翌 1896 年 4 月 、 葛野 郡 川岡 村 字 川島 ( 現 京都 市 西京 区 ) の 本派 浄土 真宗 本願 寺 派 西山 別院 に 分校 を 設置 。 同 6 月 に は 大徳寺 から 引き上げ 、 分校 に 移転 。 同 9 月 に 葛野 郡 桂村 に 校舎 が 完成 、 移転 し た ( 現 阪急 電鉄 桂 駅 北 約 200 m の 地点 、 阪急 京都 本線 と 阪急 嵐山 線 の 分岐 付近 ) 。 1918 年 に は 愛宕 郡 下鴨 村 ( 現 京都 市 左京 区 ) に 移転 し た 。 京都 府 立 高等 農林 学校 、 京都 府 立 農林 専門 学校 時代 前身 の 府立 京都 農林 学校 の 下鴨 校舎 を 引き継 ぎ 、 廃止 まで 同地 を 使用 し た 。 後身 の 新 制 西京 大学 農学 部 は 同地 で 発足 し た 。 1959 年 5 月 に 京都 府 立 大学 と 改称 後 も 引き続 き 同地 を 使用 し 続け て い る 。 1936 年 12 月 に 竣工 し た 本館 は 、 1979 年 に 解体 さ れ 、 跡地 に は 1980 年 5 月 に 現在 の 本館 ・ 総合 講義 棟 が 建設 さ れ た 。 正門 の 門柱 は 1936 年 頃 建設 の もの が 使用 さ れ 続け て い る 。 +京都 府立 女子 専門 学校 ( きょうと ふりつ じょし せんもん がっこう ) は 、 1927 年 ( 昭和 2 年 ) 3 月 に 設立 さ れ た 公立 の 旧 制 専門 学校 。 京都 府 立 京都 第 一 高等 女 学校 ( 現 京都 府 立 鴨沂 高等 学校 ) 同窓 会 など 地元 の 要望 に 応え て 設置 さ れ た 女子 専門 学校 。 創立 時 は 本科 ( 修業 年限 3 年 ) に 文学 科 ・ 理学 科 ( 家政 科 ・ 理科 ) を 設置 し た 。 新制 ( 京都 府立 ) 西京 大学 文家 政学 部 の 前身 で あ る ( 現 京都 府 立 大学 文学 部 ・ 福祉 社会 学部 ・ 人間 環境 学部 ) 。 同窓 会 は 「 京都 府 立 大学 同窓 会 」 と 称 し 、 旧制 ・ 新制 合同 の 会 で あ る 。 1927 年 3 月 30 日 : 専門 学校 令 に よ り 京都 府立 女子 専門 学校 設立 認可 ( 文部 省 告示 第 154 号 ) 。 校地 は 京都 府 愛宕 郡 松ヶ崎村 ( 現 京都 市 左京 区 ) と し て 申請 し て い た 。 1927 年 4 月 1日 : 京都 府立 女子 専門 学校 開校 。 25 日 、 第 1 回 入学 式 。 本科 の 修業 年限 3 年 、 入学 資格 : 5 年 制 高等 女 学校 卒業 程度 。 文学 科 、 理学 科 ( 家政 科 ・ 理科 ) を 設置 。 京都 府 立 京都 第 一 高等 女 学校 の 専攻 科 旧 校舎 を 仮校舎 と し て 使用 。 京都 府 立 女専 は 昭和 恐慌 の 最中 の 開校 だっ た 。 京都 府 の 財政 状況 は 厳し く 、 専用 校地 の 取得 も 実現 し な かっ た 。 また 、 入学 者 数 も 少な い 状態 が 続 い て い た 。 1931 年 秋 、 京都 府 会 の 多数 派 、 立憲民 政党 は 府立 女専 の 1932 年度 生徒 募集 停止 を 含 む 予算 案 を 通常 府会 に 提出 。 1931 年 10 月 31 日 : 新聞 各紙 に て 京都 府 立 女専廃止 報道 。 1931 年 11 月 11 日 : 父兄 大会 、 廃止 反対 を 決議 、 廃校 阻止 実行 委員 会 を 設置 。 京都 府 教育 会 、 廃止 反対 声明 。 1931 年 11 月 15 日 : 京都 婦人 大会 、 女専 廃止 反対 決議 。 1931 年 11 月 19 日 : 民政 倶楽部 、 運営 の ため の 寄付 金 が 得 られれ ば 存続 を 認め る 方向 に 軟化 。 1931 年 11 月 21 日 : 新京阪 鉄道 ( 現 阪急 電鉄 ) から 校舎 敷地 寄附 の 申し出 。 1931 年 12 月 9 日 : 民政 倶楽部 、 女専 存 続 へ 転化 。 1931 年 12 月 16 日 : 京都 府 会 、 女専 存 続 ・ 校舎 新築 予算 可決 。 1933 年 4 月 : 京都 市 右京 区 桂 へ 移転 。 以後 、 桂女専 の 別名 で も 呼 ば れ た 。 理学 科 理科 を 廃止 、 理学 科 家 政科 を 家庭 科 裁 縫科 と 改称 。 家庭 科 家事 科 を 新設 。 1943 年 3 月 : 理学 科 を 新設 。 1943 年 4 月 : 文学 科 を 国語 科 、 家政 科 家事 科 を 家政 科 保健 科 と 改称 。 1944 年 4 月 : 理学 科 を 物理 化学 科 、 家政 科 裁 縫科 を 家政 科 被 服 科 と 改称 。 1947 年 10 月 : 家政 科 保健 科 を 生活 科 と 改称 。 1948 年 7 月 : 文部 省 に 京都 府 立 農林 専門 学校 ( 旧 制 ) ・ 府 立 女専 を 母体 と する 新制 府立 大学 設置 申請 。 1949 年 2 月 11 日 : 文部 省 より 新制 府立 大学 設置 認可 。 1949 年 4 月 : 新制 京都 府 立 西京 大学 ( 文家 政学 部 、 農学 部 ) 発足 。 府立 女専 は 文家 政学 部 ( 文芸 学科 、 福祉 児童 学科 、 生活 科学 科 ) の 母体 と な っ た 。 1951 年 3 月 31 日 : 旧 制 京都 府立 女子 専門 学校 、 廃止 。 創立 当初 は 府立 京都 第 一 高等 女 学校 の 専攻 科 旧 校舎 を 仮校舎 と し て 使用 ( 現在 は 後身 校 の 京都 府 立 鴨沂 高等 学校 校地 ) 。 財政 難 で 専用 校地 取得 の 目処 も 立 た ず 、 1931 年 秋 に は 府会 で 廃校 が 決議 さ れ かけ た 。 しかし 、 支援 者 の 寄付 金 等 に よ り 一転 存続 と な っ た 。 1933 年 4 月 、 新 京阪 鉄道 より 寄附 さ れ た 右京 区 桂 市ノ 前町 の 土地 に 校舎 が 新築 さ れ 移転 。 以後 、 廃校 まで 同地 を 使用 し た 。 後身 の 新 制 西京 大学 文家 政学 部 ・ 同短期 大学 部 は 桂 校地 で 発足 し た が 、 1962 年 4 月 、 左京 区 下鴨 の 農学 部 キャンパス ( 旧 農専 校 地 ) に 移転 し 、 キャンパス 統合 が 実現 し た 。 桂校地跡 に は 1968 年 9 月 に 京都 市 立 桂 小 学校 東 分校 が 設置 さ れ た 。 翌 1969 年 に は 独立 校 の 京都 市 立 桂 東 小 学校 と な り 今 に 至 っ て い る 。 +番組 小 学校 ( ばんぐみ しょう がっこう ) は 、 明治 維新 後 の 1869 年 ( 明治 2 年 ) 、 京都 の 町衆 たち の 手 に よ っ て 、 当時 の 住民 自治 組織 で あ っ た 「 番組 ( 町組 ) 」 を 単位 と し て 創設 さ れ た 、 64 の 小 学校 を 指 す 。 これ ら の 小 学校 は 、 1872 年 ( 明治 5 年 ) の 、 国家 に よ る 学校 制度 ( 学制 ) の 創設 に 先立 つ 、 日本 で 最初 の 学区 制 小 学校 で あ っ た 。 近世 、 京都 に は 「 町組 」 と い う 住民 自治 の 組織 が あ っ た が 、 明治 維新 の 前後 に 、 町組 は 「 上京 ( 下京 ) 第 ○ ○ 番組 」 と い う 通 し 番号 の つ い た 地域 的 な まとまり を 持 つ 組織 に 再編 さ れ 、 「 番組 」 と 呼 ば れ る よう に な っ た 。 1869 年 ( 明治 2 年 ) に は 、 27 程度 の 町 を 1 番組 と し て 、 上京 に 33 の 番組 、 下京 に 32 の 番組 、 合計 65 ( 同年 、 下京 で 1 番組 が 分離 し 、 番組 の 数 は 6 6 と な っ た 。 ) に 再編 さ れ ま し た 。 1 つ の 番組 に 対 し て 自治 会所 機能 を 併せ 持 つ 小 学校 が 1 つ 作 ら れ る こと に な り 、 同年 中 に 64 校 の 小 学校 が 開校 さ れ た 。 ( 番組 の 数 が 6 6 で あ る の に 対 し て 、 小 学校 数 が 64 校 な の は 、 番組 2 つ で 1 つ の 小 学校 を 設置 し た ところ が 2 箇所 あ っ た ため 。 ) 京都 府 は 、 各 番組 に 対 し て 、 新築 校舎 の 模範 設計 を 示 し て い る 。 校舎 は 2 階 建て で あ り 、 1 階 中央 の 玄関 を 入 る と 、 左右 に 大小 の 差 の あ る 男女 の 筆道場 が 配置 さ れ て い る 。 2 階 に は 広間 の 講堂 、 出勤 場 ( 職員 室 ) 、 算術 教室 が 置 か れ た 。 建設 費 は 、 各 番組 に 対 し て 、 京都 府 から 800 円 が 貸与 さ れ 、 半額 が 無 利子 の 10 年 年賦 で 返済 の 予定 と さ れ た 。 また 、 各 番組 の 全戸 別 に 対 し て 、 半年 に 1 分 の 軒金 が 課 せ られ 、 有志 に よ る 寄付 と 合わせ て 、 恒久 的 な 運営 費 に 充当 する もの と さ れ た 。 各 番組 で は 、 「 上 ( 下 ) 京 ○ ○ 番 会社 」 を 設立 し て 、 資金 運用 に 当た っ た 。 1870 年 ( 明治 3 年 ) 正月 、 各 番組 小 学校 に お い て 「 稽古 はじめ 」 式 が 催 さ れ 、 授業 が 開始 さ れ た 。 京都 府 が 作成 し た 式 次第 に よ れ ば 、 孔子 と 菅原 道真 の 2 学 神像 が 祀 ら れ た と い う 。 京都 市 学校 歴史 博物 館 に は 、 下京 第 7 番組 小 学校 の 像 が 展示 さ れ て い る 。 授業 科目 は 、 「 句読 」 「 暗誦 」 「 習字 」 「 算術 」 の 4 科 で あ っ た 。 この 番組 は 1872 年 ( 明治 5 年 ) に は 「 区 」 と し て 再編 さ れ 、 さらに 1879 年 ( 明治 12 年 ) 郡 区 町 村 編制 法 に よ り 上京 区 ・ 下京 区 が 置 か れ る と 、 「 組 」 と 改め られ た 。 市 制 に よ っ て 誕生 し た 京都 市 が 、 1892 年 ( 明治 25 年 ) に 学区 制度 を 確立 。 番組 を ルーツ と する 学区 は 、 1893 年 ( 明治 26 年 ) に 上京 区 28 学 区 、 下京 区 32 学 区 と な り 、 この 形 は 1941 年 ( 昭和 16 年 ) の 国民 学校 令 に よ り 学区 に よ る 小 学校 の 運営 が 廃止 さ れ る まで 存続 し た 。 その 後 、 戦後 の 6 ・ 3 ・ 3 ・ 4 制 に な り 、 もと の 小 学校 を 新制 中学 の 校舎 に 利用 する など に よ っ て 小 学校 の 通学 区 の 変化 が あ っ た が 、 戦前 の 学区 制度 廃止 前 の 学区 は 「 京都 の 元 学区 」 と い う 住民 自治 の 単位 と し て 現在 も 生き残 っ て い る 。 番組 小 学校 の 学校 名 は 、 当初 「 上京 第 ○ ○ 番組 小 学校 」 など と 番組 名 を 用い て 名付け られ た が 、 その 後 地域 の 歴史 に 基づ く もの や 、 中国 の 古典 に 基づ く もの に 改称 さ れ 、 その 名称 は 元学 区 の 名称 に 継承 さ れ て い る 。 +武道 専門 学校 ( ぶどう せんもん がっこう ) と は 、 大 日本 武徳 会 が 現在 の 京都 府 京都 市 左京 区 に 設立 し た 、 武道 指導 者 を 養成 する 旧 制 専門 学校 で あ る 。 「 武専 」 と い う 略称 で 呼 ば れ る こと が 多 かっ た 。 旧 制 高等 学校 に も 匹敵 する 厳し い 教科 教育 と 、 時 に 死者 すら 出 る こと の あ っ た 激し い 稽古 で 知 ら れ た 。 数 多く の 武道 家 ・ 教育 者 を 輩出 し た 。 沿革 明治 38 年 ( 190 5 年 ) : 大 日本 武徳 会 が 京都 府 京都 市 左京 区 に 武術 教員 養成 所 を 設立 。 明治 44 年 ( 1911 年 ) : 武術 教員 養成 所 を 「 武徳 学校 」 に 改称 。 明治 45 年 ( 1912 年 ) : 武徳 学校 を 「 武術 専門 学校 」 に 改称 。 大正 8 年 ( 1919 年 ) : 武術 専門 学校 を 「 武道 専門 学校 」 に 改称 。 昭和 21 年 ( 1946 年 ) : 大 日本 武徳 会 の 解散 に 伴 い 、 閉校 。 +京都 高等 蚕業 学校 ( きょうと こうとう さんぎょう がっこう ) は 、 1914 年 ( 大正 3 年 ) に 設立 さ れ た 旧 制 専門 学校 。 1931 年 ( 昭和 6 年 ) に 京都 高等 蚕糸 学校 、 1944 年 に 京都 繊維 専門 学校 と 改称 さ れ た 。 本項 は 、 改称 後 の 2 校 および 前身 の 京都 蚕業 講習 所 を 含め て 記述 する 。 1899 年 ( 明治 32 年 ) 設立 の 農 商務 省 ( 日本 ) 京都 蚕業 講習 所 を 前身 と する 。 大正 時代 初期 に 農 商務 省 から 文部 省 に 移管 さ れ 、 京都 高等 蚕業 学校 と な っ た ( 広義 の 高等 農林 学校 ) 。 1931 年 、 製糸 科 増設 に よ り 京都 高等 蚕糸 学校 と 改称 さ れ た 。 第 二 次 世界 大戦 中 に 京都 繊維 専門 学校 ( 京都 繊専 ) と 改称 さ れ た 。 学制 改革 で 新 制 京都 工芸 繊維 大学 繊維 学 部 ( 現 ・ 工芸 科学 部 ) の 母体 と な っ た 。 同窓 会 は 「 衣笠 同窓 会 」 ( きぬ が さどう そう かい ) と 称 する 。 これ は 、 旧 制 ・ 新制 ( 旧 繊維 学 部 ) 合同 の 会 と な っ て い る ( 2006 年 、 繊維 学 部 ・ 工芸 学 部 が 工芸 科 学 部 に 統合 さ れ た ため 、 同窓 会 も 京都 工芸 繊維 大学 同窓 会 に 統合 の 方向 ) 。 1899 年 3 月 30 日 : 官立 蚕業 講習 所 官制 改正 に よ り 蚕業 講習 所 増設 ( 勅令 第 89 号 ) 。 1899 年 6 月 : 京都 蚕業 講習 所 設置 公示 ( 農 商務 省 告示 第 61 号 ) 。 本科 ( 修業 年限 2 年 ) ・ 別科 ( 同 5 ヶ月 ) 。 1901 年 : 技師 石渡 繁胤 ( のち 所長 ) 、 カイコ 卒倒 病菌 発見 。 1915 年 、 エルンスト ・ ベルリナー ( Ernst Berliner ) に よ っ て バチルス ・ チューリンゲンシス と 正式 命名 。 190 2 年 : 養蚕 講習 科 設置 ( 本科 2 年 ・ 別科 6 ヶ月 に 変更 ) 。 製糸 講習 科 も 設置 さ れ た が 、 実際 に は 開講 さ れ ず 。 190 5 年 : 本科 3 年 制 に 変更 。 入学 資格 : 満 17 歳 以上 ・ 旧制 中 学校 卒業 程度 ( 旧 制 専門 学校 と 同じ ) 。 190 6 年 : 校友 会誌 『 衣笠 蚕友 会報 』 創刊 。 1921 年 : 『 衣笠 蚕報 』 と 改題 。 1940 : 廃刊 。 190 8 年 : 女子 部 を 設置 ( 2 年 制 ) 。 1913 年 6 月 13 日 : 農 商務 省 から 文部 省 に 移管 。 1914 年 4 月 1日 : 京都 高等 蚕業 学校 と 改称 ( 3 月 31 日 勅令 第 44 号 で 文部 省 直轄 諸 学校 官制 改正 ) 。 本科 ( 修業 年限 3 年 ) ・ 別科 ( 同 6 ヶ月 ) 。 1914 年 7 月 : 第 1 回 卒業 。 京都 蚕業 講習 所 時代 の 入学 者 。 1915 年 4 月 : 女子 部 廃止 。 1920 年 : 本科 に 蚕種 科 を 増設 。 従来 の 本科 を 養蚕 科 と 改称 。 別科 1 年 制 に 延長 。 この 年 の 春 から 、 BM 祭 ( 家蚕 学名 Bombyxmori の 慰霊 祭 ) を 挙行 。 1921 年 3 月 : 校歌 制定 。 『 黄塵跡 を とどめざる 』 ( 作詞 者 不詳 、 弘田 龍太郎 作曲 ) 作詞 者 は 櫛淵 真澄説 も 。 1923 年 4 月 : 嵯峨 桑園 を 葛野 郡 嵯峨 村 ( 現 ・ 右京 区 嵯峨 一 本木町 ) に 設置 。 1924 年 : 別科 を 養蚕 実科 と 改称 。 1931 年 2 月 : 本科 に 製糸 科 を 増設 。 1931 年 3 月 : 京都 高等 蚕糸 学校 と 改称 。 本 科学 科 : 養蚕 科 ・ 蚕種 科 ・ 製糸 科 。 1934 年 9 月 : 室戸 台風 で 生物 実験 室 半壊 。 1937 年 6 月 : 製糸 教婦 科 を 設置 ( 修業 年限 2 年 ) 。 1942 年 4 月 : 本科 に 繊維 化 学 科 を 増設 。 1944 年 4 月 1日 : 京都 繊維 専門 学校 と 改称 。 本 科学 科 : 蚕糸 科 ( 養蚕 専攻 ・ 製糸 専攻 ) ・ 繊維 化 学科 ・ 繊維 農業 科 ( 新設 ) ・ 紡織 科 ( 福井 高等 工業 学校 から 移管 ) 。 嵯峨 桑園 を 嵯峨 農場 と 改称 。 1945 年 : 製糸 教婦 科 、 1 年 制 に 短縮 。 1946 年 4 月 : 蚕糸 科 を 分科 、 養蚕 科 ・ 製糸 科 を 設置 。 1947 年 : 紡績 実習 工場 完成 。 1948 年 3 月 : 製糸 教婦 科 、 廃止 。 1948 年 7 月 : 京都 高等 工芸 学校 と 合同 で 「 京都 工芸 繊維 大学 」 設置 認可 申請 。 1949 年 5 月 31 日 : 新制 京都 工芸 繊維 大学 発足 。 旧 制 京都 繊維 専門 学校 は 、 繊維 学 部 ( 養蚕 学科 ・ 製糸 紡績 学科 ・ 繊維 化 学科 ) の 母体 と し て 包括 さ れ た 。 大学 本部 は 、 旧 生糸 検査 所 ( 上京 区 一条 御前通 東入 ) に 設置 。 これ は 、 工芸 学 部 ( 旧 京都 工専 、 左京 区 松ヶ崎 ) と 繊維 学 部 の 中間 地点 に 位置 する 1951 年 3 月 : 京都 繊維 専門 学校 、 廃止 。 前身 の 京都 蚕業 講習 所 から 引き継 い だ 、 葛野 郡 衣笠 村 大字 大将軍 ( 現 ・ 京都 市 北 区 大将軍 坂田 町 ) から 花園 村 ( 現 ・ 京都 市 右京 区 花園 鷹司 町 ) に かけ て の 校地 を 使用 し た 。 衣笠 校地 は 後身 の 京都 高等 蚕糸 学校 ・ 京都 繊維 専門 学校 ・ 京都 工芸 繊維 大学 繊維 学 部 に 引き継 が れ た 。 そして これ は 、 1968 年 7 月 に 京都 市 左京 区 松ヶ崎 ( 工芸 学 部 旧 京都 工業 専門 学校 校地 ) に 統合 移転 する まで 使用 さ れ た 。 現在 、 旧 衣笠 校 地 は 花園 団地 と な っ て い る 。 +京都 高等 工芸 学校 ( きょうと こう とう こうげい がっこう ) は 、 190 2 年 ( 明治 35 年 ) に 設立 さ れ た 旧 制 専門 学校 ( 実業 専門 学校 ) 。 略称 は 「 京都 高工 」 。 明治 時代 の 工業 近代 化 に 伴 い 、 東京 工業 大学 ・ 大阪 工業 大学 ( 旧制 ) に 次いで 3 番 目 に 設立 さ れ た 官立 高等 工業 学校 。 工芸 ( 産業 デザイン ) の 専門 教育 を 中心 と する 学校 と し て 知 ら れ た 。 創立 時 は 本科 ( 修業 年限 3 年 ) に 色染 科 ・ 機織 科 ・ 図案 科 の 3 科 を 設置 し た ( 美術 学校 の 分野 も 含 ん で い た ) 。 図 案 科 は 既設 の 東京 美術 学校 ( 旧 制 ) ・ 東京 高等 工業 学校 に 次 ぐ もの で あ っ た 。 第 二 次 世界 大戦 中 に 京都 工業 専門 学校 ( 略称 : 京都 工専 ) と 改称 さ れ た 。 学制 改革 で 新 制 京都 工芸 繊維 大学 工芸 学 部 ( 現 ・ 工芸 科学 部 ) の 母体 と な っ た 。 同窓 会 は 「 京都 工 大 会 」 と 称 する 。 旧 制 ・ 新制 ( 旧 工芸 学 部 ) 合同 の 会 で あ る ( 2006 年 、 繊維 学 部 ・ 工芸 学 部 が 工芸 科 学 部 に 統合 さ れ た ため 、 同窓 会 も 京都 工芸 繊維 大学 同窓 会 に 統合 の 方向 ) 。 1899 年 2 月 : 第 13 帝国 議会 、 京都 市 へ の 官立 工芸 学校 設置 建議 を 可決 。 1901 年 3 月 : 上京 区 吉田 町 ( 現 ・ 左京 区 吉田 泉殿町 ) の 校地 に て 校舎 着工 。 190 2 年 3 月 28 日 : 京都 高等 工芸 学校 設置 ( 勅令 第 98 号 ) 。 190 3 年 4 月 : 専門 学校 令 に 準拠 。 190 3 年 9 月 10 日 : 第 1 回 入学 。 本科 ( 修業 年限 3 年 ) に 色染 科 ・ 機織 科 ・ 図案 科 の 3 科 を 設置 。 本科 を 第 1 部 と 第 2 部 に 分け て い た ( 1923 年 まで ) 。 第 1 部 は 旧 制 中 学校 卒業 者 対象 、 第 2 部 は 工業 学校 卒業 者 対象 で あ っ た 。 190 5 年 : 校歌 制定 。 『 比叡 の 山 を 背 に 負 い て 』 1913 年 11 月 : 京都 在住 者 の 同窓 会 「 多久 美 会 」 発足 。 1914 年 : 学年 始期 を 4 月 に 変更 。 1920 年 11 月 : 大学 昇格 運動 勃発 。 中澤 前 校長 の 諫め に よ り 、 専攻 科 設置 運動 に 変更 。 専攻 科 は 設置 さ れ ず 。 1926 年 5 月 : 同窓 会 「 京都 高工会 」 設立 。 1929 年 : 本科 に 陶磁 器 科 を 増設 ( 旧 ・ 東京 工業 大学 窯業 科 ) 。 1930 年 11 月 : 愛宕 郡 松ヶ崎村 ( 現 ・ 左京 区 松ヶ崎 橋上 町 ) に 移転 。 この 年 、 新 校 歌 制定 。 『 紫匂 ふ 比叡 の み 山 』 ( 金井 喜右衛門 作詞 、 信時 潔 作曲 ) 1932 年 10 月 : 30 周年 記念 祭 ・ 新築 校舎 落成 記念 祭 挙行 。 1937 年 : 本科 陶磁 器 科 を 窯業 科 と 改称 。 1939 年 4 月 : 本科 に 精密 機械科 ・ 人造 繊維 科 を 増設 。 同月 、 機械 技術 員 養成 科 ( 2 年 制 夜間 課程 ) を 設置 。 1941 年 3 月 : 機械 技術 員 養成 科 を 夜間 専攻 科 ( 機械 科 、 3 年 制 ) に 改組 。 1942 年 4 月 : 本科 に 機械 科 ・ 第 二 部 精密 機械科 ( 4 年 制 夜間 課程 ) を 増設 。 1944 年 4 月 1日 : 京都 工業 専門 学校 と 改称 。 本 科学 科 を 改称 : 窯業 科 ・ 化学 工業 科 ( 旧 人造 繊維 科 ) ・ 建築 科 ( 旧 図 案 科 ) ・ 紡織 科 ( 旧 色染 科 + 旧 機織 科 ) ・ 機械 科 ( 旧 精密 機械 科 + 旧 機械 科 ) 。 夜間 専攻 科 と 第 二 部 精密 機械科 と を 統合 し 、 第 二 部 機械 科 ( 4 年 制 夜間 課程 ) を 設置 。 別科 と し て 工業 技術 員 養成 科 ( 機械 科 、 1 年 制 夜間 課程 ) を 設置 。 1945 年 4 月 : 本科 に 電気 通信 科 を 増設 。 1946 年 : 本科 電気 通信 科 を 電気 科 と 改称 。 1949 年 5 月 31 日 : 新制 京都 工芸 繊維 大学 発足 。 旧 制 京都 工専 は 工芸 学 部 ( 機織 工業 学科 ・ 建築 工芸 学科 ・ 色染 工芸 学科 ・ 窯業 工芸 学 科 ) の 母体 と し て 包括 さ れ た 。 機械 科 ・ 電気 科 ・ 化学 工業 科 は 新制 大学 に 引き継 が れ な かっ た 。 1951 年 3 月 : 旧 制 京都 工業 専門 学校 、 廃止 。 1951 年 4 月 : 旧 京都 工専 機械 科 ・ 第 二 部 機械 科 ・ 電気 科 ・ 化学 工業 科 を 母体 に 、 京都 工芸 繊維 大学 工業 短期 大学 部 が 設置 さ れ た ( 創立 時 の 学科 : 機械 電気 科 ・ 化学 工業 科 。 3 年 制 夜間 課程 ) 。 京都 高等 工芸 学校 は 、 京都 市 から 寄附 さ れ た 上京 区 吉田 町 ( 現 ・ 左京 区 吉田 泉殿町 、 京都 大学 京都 大学 西部 講堂 一帯 ) の 校地 で 発足 し た 。 吉田 校地 は 道路 拡張 で 削 ら れ る こと に な り 、 高工 は 1930 年 、 府下 愛宕 郡 松ヶ崎村 ( 現 ・ 左京 区 松ヶ崎 橋上 町 ) に 新築 移転 し た 。 松ヶ崎 校地 は 後身 の 新 制 京都 工芸 繊維 大学 に 引き継 が れ 現在 に 至 っ て い る 。 +京都 師範 学校 ( きょうとしはん がっこう ) は 第 二 次 世界 大戦 中 の 1943 年 ( 昭和 18 年 ) に 、 京都 府 に 設置 さ れ た 師範 学校 で あ る 。 本項 は 、 京都 府 師範 学校 ・ 京都 府 女子 師範 学校 など の 前身 諸校 を 含め て 記述 する 。 京都 府 師範 学校 ・ 京都 府 女子 師範 学校 の 統合 ・ 官立 移管 に よ り 設置 さ れ た 。 男子 部 ・ 女子 部 を 置 い た 。 1876 年 ( 明治 9 年 ) 創立 の 京都 府 師範 学校 を 起源 と する 。 第 二 次 世界 大戦 後 の 学制 改革 で 新 制 京都 学芸 大学 ( 現 ・ 京都 教育 大学 ) の 母体 の 一 つ と な っ た 。 1874 年 6 月 4 日 : 京都 府 、 小 学校 取締 所 内 に 小 学校 教員 講習 所 を 設置 。 京都 下立売 釜座 ( 現 ・ 京都 市 上京 区 、 京都 府 庁 北側 ) の 旧 京都 守護 職 邸 ( 会津 藩 御 用 屋敷址 ) 内 。 1875 年 2 月 : 京都 府 中学 構内 に 教員 仮 講習 所 を 設置 。 1876 年 2 月 14 日 : 京都 府 権 知事 槇 村 正直 、 宮内 卿 徳大寺 実則 に 師範 学校 設立 の 伺書 を 提出 。 1876 年 4 月 1日 : 京都 府 師範 学校 設立 認可 。 1876 年 6 月 2 日 : 開校 式 挙行 。 京都 御苑石 薬師 御 門内 、 准后 里 御殿 を 仮 校舎 と し 2 年 生 の 小学 師範 学科 を 設置 。 1878 年 3 月 : 第 1 回 卒業 。 1879 年 12 月 : 下立 売 釜座 の 新 校舎 に 移転 。 京都 守護 職 御 役 会津 藩 御 用 屋敷址 ( 現 ・ 京都 府 庁 北側 ) 。 1882 年 2 月 : 京都 教育 大学 附属 京都 小 学校 を 開設 。 1882 年 7 月 : 師範 学校 教則 大綱 に 準拠 し 教則 ・ 校則 改正 。 初等 科 ( 1 年 ) ・ 中 等 科 ( 2 年 ) ・ 高等 科 ( 4 年 ) を 設置 。 1884 年 11 月 : 兵式 体操 を 導入 。 1886 年 1 月 23 日 : 京都 府 立 鴨沂 高等 学校 師範科 を 移管 、 京都 府 師範 学校 女子 部 と する 。 附属 小 学校 ・ 京都 教育 大学 附属 幼稚 園 も 移管 。 校舎 は 上京 区 土手 町 丸太町 下ル 駒之 町 の 九条 邸跡 に 所在 。 1887 年 4 月 1日 : 師範 学校 令 に 準拠 し 京都 府 尋常 師範 学校 と 改称 。 本科 は 修業 年限 4 年 、 入学 資格 16 歳 以上 、 1887 年 7 月 : 女子 部 が 上京 区 寺町 荒神口上ル の 旧 知事 邸 に 移転 。 1888 年 4 月 : 男子 部 が 上京 区 第 二 二 番組 荒神口 松蔭 町 の 旧 京都 府 立 洛 北 中 学校 ・ 高等 学校 校舎 に 移転 。 現 ・ 京都 府 立 鴨沂 高等 学校 の 南側 付近 。 1890 年 9 月 : 男子 部 校地 に 女子 部 も 移転 。 1898 年 4 月 1日 : 師範 教育 令 に 準拠 し 京都 府 師範 学校 と 改称 。 本科 は 修業 年限 4 年 、 入学 資格 男子 16 歳 以上 ・ 女子 15 歳 以上 。 1899 年 4 月 : 愛宕 郡 上賀茂 村 字 小山 に 新築 移転 。 現 ・ 京都 市 北 区 小山南 大野町 ・ 紫野 東 御所田 町 、 京都 教育 大学 附属 京都 小 学校 ・ 京都 教育 大学 附属 京都 中 学校 所在 地 。 同月 、 京都 府 教育 会 が 師範 学校 予備 科 を 開設 ( 1907 年 廃止 ) 。 190 8 年 1 月 : 学則 制定 ( 京都 府 告示 第 156 号 ) 。 本科 第 一 部 ( 4 年 制 。 3 年 制 高等 小 学校 卒 対象 ) ・ 本科 第 二 部 ( 1 年 制 。 旧制 中 学校 卒 対象 ) を 設置 。 190 8 年 4 月 : 女子 部 が 京都 府 女子 師範 学校 と し て 分離 独立 。 京都 府 師範 学校 は 男子 校 と な っ た 。 1909 年 5 月 : 校歌 制定 。 『 紫野 辺 の 暑さ に も 』 ( 黒本 植作詞 、 吉田 恒三 作曲 ) 。 1911 年 4 月 : 「 入学 試験 事件 」 発生 。 本科 第 二 部 に 同志 社 普通 部 卒 の 4 名 が 志願 し た 。 中 学校 令 に よ る 中 学校 で な い ため 科目 免除 が 受け られ ず ( 志願 者 側 の 認識 と 異な っ た ) 、 結局 全員 が 不 合格 と な っ た 。 しかし 、 師範 学校 校長 が 「 同志 社 は キリスト 教 学校 な の で 、 入学 し て 来 て もら っ て は 困 る 」 と 発言 し た 旨 の 誤報道 が な さ れ た 。 1920 年 3 月 : 学則 改正 。 予備 科 を 新設 ( 1 年 制 。 2 年 制 高等 小 学校 卒 対象 ) 。 1925 年 4 月 : 本科 第 一 部 を 5 年 制 に 変更 、 予備 科 を 廃止 。 1926 年 4 月 : 専攻 科 を 開設 ( 1 年 制 ) 。 1931 年 1 月 : 本科 第 二 部 を 2 年 制 に 延長 。 1939 年 5 月 : 傷痍 軍人 京都 小 学校 教員 養成 所 を 併設 。 1942 年 4 月 、 傷痍 軍人 国民 学校 訓導 京都 養成 所 と 改称 ( 1947 年 7 月 閉鎖 ) 。 前史 1886 年 1 月 23 日 : 京都 府 立 鴨沂 高等 学校 師範 科 が 京都 府 師範 学校 女子 部 と な る 。 1887 年 4 月 : 京都 府 尋常 師範 学校 女子 部 と 改称 。 1887 年 7 月 : 府女 学校 校内 から 上京 区 寺町 荒神口上ル の 旧 知事 邸 に 移転 。 1890 年 9 月 : 上京 区 第 二 二 番組 荒神口 松蔭 町 の 男子 部 校地 に 統合 移転 。 1898 年 4 月 : 京都 府 師範 学校 女子 部 と 改称 。 1899 年 4 月 : 愛宕 郡 上賀茂 村 字 小山 に 新築 移転 。 京都 府 女子 師範 学校 190 8 年 4 月 1日 : 京都 府 師範 学校 女子 部 が 分離 独立 し 京都 府 女子 師範 学校 開校 ( 京都 府 告示 第 72 号 ) 。 本科 第 一 部 ( 4 年 制 。 3 年 制 高等 小 学校 卒 対象 ) ・ 本科 第 二 部 ( 1 年 制 。 高等 女 学校 卒 対象 ) を 設置 。 上京 区 吉田 町 、 私立 吉田 中 学校 旧 校舎 を 仮校舎 と し て 発足 。 京都 市 第 一 高等 小 学校 ・ 第 二 錦林 尋常 小 学校 を 代用 附属 と する 。 1910 年 4 月 : 愛宕 郡 大宮 村 字 紫竹 ( 現 ・ 京都 市 北 区 ) の 新 校舎 に 移転 。 大宮村立待 鳳 尋常 高等 小 学校 を 附属 小 学校 と する 。 1917 年 12 月 : 紀伊 郡 伏見 町 堀内 村 の 農事 試験 場 跡 へ 移転 ( 移転 告示 は 1918 年 1 月 ) 。 現 ・ 京都 市 伏見 区 桃山井伊 掃部 東町 、 京都 教育 大学 附属 桃山 中 学校 所在 地 。 1918 年 4 月 : 府立 桃山 高等 女 学校 ( 現 ・ 京都 府 立 桃山 高等 学校 ) を 併設 。 同月 、 伏見 住吉 幼稚 園 ・ 伏見 第 三 尋常 小 学校 を 附属 校 に 充当 。 1921 年 2 月 : 本科 第 二 部 の 修業 年限 を 1 年 4 ヶ月 に 延長 。 1925 年 4 月 : 本科 第 一 部 を 5 年 制 に 変更 。 1926 年 4 月 : 専攻 科 を 開設 ( 1 年 制 ) 。 1943 年 4 月 1日 : 京都 府 師範 学校 ・ 京都 府 女子 師範 学校 を 統合 ・ 官立 移管 し 、 京都 師範 学校 設置 。 旧 京都 府 師範 学校 校舎 に 男子 部 、 旧 京都 府 女子 師範 学校 校舎 に 女子 部 を 設置 。 本科 ( 3 年 制 。 旧 制 中 等 教育 学校 卒 対象 ) ・ 予科 ( 高等 小 学校 卒 対象 ) を 設置 。 1943 年 6 月 6 日 : 開講 式 を 挙行 。 1947 年 4 月 : 横田 校長 着任 。 広域 合併 に よ る 大学 昇格 を にら み 、 滋賀 師範 学校 ・ 奈良 師範 学校 と 協議 。 1948 年 2 月 : 校長 、 文部 省 の 一 県 一 大学 方針 に よ り 、 京都 大学 事務 局 長 と 折衝 。 京都 大学 側 に は 合併 計画 の な い こと を 確認 。 京都 青年 師範 学校 ( 青師 ) は 京大 農学 部 へ の 併合 を 希望 し て い た ため 、 京都 師範 単独 で の 大学 昇格 を 決断 。 1948 年 4 月 : 昇格 準備 委員 会 発足 。 1948 年 6 月 : 青師 の 京大 農学 部 ブランチ 案 が 流れ 、 青師 と 合同 で の 昇格 に 変更 。 1949 年 5 月 31 日 : 新制 京都 学芸 大学 発足 。 京都 師範 学校 は 青師 と 共 に 母体 と し て 包括 さ れ た 。 旧 ・ 男子 部 校地 に 大学 本部 、 旧 ・ 女子 部 校地 に 桃山 分校 、 旧 ・ 青師 校地 に 高原 分 教場 を 設置 。 1951 年 3 月 : 京都 学芸 大学 京都 師範 学校 ( 旧制 ) 、 廃止 。 京都 師範 学校 男子 部 前身 の 京都 府 師範 学校 から 引き継 い だ 京都 市 上京 区 ( 現 ・ 京都 市 北 区 ) 小山 南 大野町 ( 附属 校 は 紫野 東 御所田 町 ) の 校地 を 使用 し た 。 同校地 は 後身 の 新 制 京都 学芸 大学 に 引き継 が れ 、 1957 年 9 月 に 現在 の 伏見 区 深草 藤森町 ( 大 日本 帝国 陸軍 歩兵 第 9 連 隊 跡 → アメリカ 軍 キャンプ ・ フィッシャー 跡 ) に 移転 する まで 使用 さ れ た 。 小山南 大野町 の 旧 校地 は 、 現在 は 京都 教育 大学 ( 1966 年 に 京都 学芸 大学 から 改称 ) 附属 京都 中 学校 の 校地 と な っ て い る 。 隣接 する 附属 京都 小 学校 は 、 引き続 き 紫野 東 御所田 町 の 校地 を 使用 し 続け て い る 。 京都 師範 学校 女子 部 前身 の 京都 府 女子 師範 学校 から 引き継 い だ 京都 市 伏見 区 桃山 町 ( 現 ・ 桃山 井伊 掃部 東町 ) の 校地 を 使用 し た 。 同校地 は 後身 の 新 制 京都 学芸 大学 に 引き継 が れ 、 桃山 分校 と な っ た 。 桃山 分校 は 1957 年 4 月 に 廃止 と な り 、 現在 の 伏見 区 深草 藤森 町 の 校地 に 統合 移転 し た 。 旧 桃山 校地 は 、 現在 は 京都 教育 大学 附属 桃山 中 学校 の 校地 と な っ て い る 。 +京都 青年 師範 学校 ( きょう と せいねんしはん がっこう ) は 、 1944 年 ( 昭和 19 年 ) に 設立 さ れ た 青年 師範 学校 で あ る 。 1926 年 ( 大正 15 年 ) 設立 の 京都 府 実業 補習 学校 教員 養成 所 を 起源 と する 。 1944 年 、 京都 府 青年 学校 教員 養成 所 ( 1935 年 設立 ) が 国 に 移管 さ れ て 京都 青年 師範 学校 と な っ た 。 第 二 次 世界 大戦 後 の 学制 改革 に よ り 、 新制 京都 学芸 大学 ( 現 ・ 京都 教育 大学 ) の 母体 の 一 つ と な っ た 。 同窓 会 は 「 社団 法人 京都 教育 大学 同窓 会 」 と 称 し 、 旧 制 ( 京都 師範 学校 ・ 京都 青師 ) ・ 新 制 合同 の 会 で あ る 。 1926 年 4 月 : 京都 府 実業 補習 学校 教員 養成 所 を 京都 師範 学校 に 併設 。 現 ・ 京都 市 北 区 小山南 大野町 ・ 紫野 東 御所田 町 、 京都 教育 大学 附属 京都 小 学校 ・ 京都 教育 大学 附属 京都 中 学校 所在 地 。 修業 年限 1 年 。 当初 の 入学 資格 : ( 1 ) 5 年 制 以上 の 農 学校 卒 で 小 学校 本科 正 教員 免許 状 を 持 つ 者 、 ( 2 ) 2 年 以上 教員 ・ 農業 技術 員 を 経験 し 小 学校 本科 正 教員 免許 状 を 持 つ 者 、 他 ( 後 に 条件 緩和 ) 。 1935 年 4 月 : 京都 府 青年 学校 教員 養成 所 と 改称 ( 2 年 制 ) 。 1937 年 6 月 : 臨時 養成 科 を 附設 ( 1 年 制 ) 。 1944 年 4 月 1日 : 官立 移管 さ れ 京都 青年 師範 学校 と な る ( 本科 3 年 制 ) 。 1945 年 12 月 : 船井 郡 丹波 町字 富田 の 旧 舞鶴海軍 校舎 へ 移転 。 1947 年 10 月 : 船井 郡 四ケ村 立 蒲生野 中 学校 を 代用 附属 校 と する 。 1949 年 5 月 31 日 : 新制 京都 学芸 大学 発足 。 京都 師範 学校 と 共 に 母体 と し て 包括 さ れ た 。 青年 師範 学校 校地 に は 高原 分 教場 ( 1959 年 3 月 廃止 ) が 設置 さ れ た 。 1951 年 3 月 : 京都 学芸 大学 京都 青年 師範 学校 ( 旧制 ) 、 廃止 。 前身 の 京都 府 青年 学校 教員 養成 所 に 引き続 き 、 京都 市 上京 区 ( 現 ・ 北 区 ) 小山 南 大野町 の 京都 師範 学校 男子 部 校地 で 発足 し た 。 1945 年 12 月 、 船井 郡 高原 村 字 富田 ( 現 ・ 京丹波 町 富田 ) の 旧 海軍 施設 に 移転 し た 。 高原 村 の 校地 は 後身 の 京都 学芸 大学 に 継承 さ れ 、 高原 分 教場 と な っ た 。 高原 分 教場 は 1959 年 3 月 に 廃止 さ れ 、 跡地 は 京都 大学 に 引き継 が れ た 。 +帝国 大学 ( ていこく だいがく ) と は 、 1886 年 ( 明治 19 年 ) に 公布 さ れ た 帝国 大学 令 に よ っ て 設立 さ れ た 大学 の こと で あ る 。 以下 の よう に 、 1 校 のみ の 時期 は その 大学 の 名称 と し て 、 2 校 以上 に な っ て から は 大学 群 の 総称 と し て 使 わ れ た 。 1886 年 ~ 1897 年 : 日本 唯一 の 大学 で あ っ た 東京 大学 ( 1877 年 設立 ) が 帝国 大学 令 に 基 い てつけ られ た 名称 。 1897 年 ~ : 帝国 大学 令 に 基 い て 設置 さ れ た 複数 の 大学 群 の 総称 。 最終 的 に 、 内地 に 7 校 、 外地 に 2 校 設置 さ れ た 。 概要 帝国 大学 は 、 日本 の 最上 位 の 国立 高等 教育 機関 および 研究 機関 と し て 設置 さ れ た 。 「 大学 」 および 「 大学 院 」 が 存在 し な かっ た 当時 、 帝国 大学 に は 複数 の 専攻 科 が 設置 さ れ た 大学 、 および 、 学際 的 な 研究 を 理念 と する 大学 院 が 設置 さ れ た 。 各 帝国 大学 は 、 前身 と な る 高等 教育 機関 を 包摂 し て 改組 ・ 改称 し たり 、 学部 を 新設 し たり する など し て その 組織 を 整備 し た 。 時代 が 下 っ て 帝国 大学 以外 に 単科 大学 など が 設置 さ れ る 中 で も 日本 の 高等 教育 や 研究 を リード し た 。 戦後 は 「 帝国 大学 」 と の 名称 を 廃 し 、 日本 で 有数 の 、 あるいは 各 地域 を 代表 する 総合 大学 と な っ て い っ た 。 大正 時代 まで 、 卒業 時 、 学科 ごと に 最 優秀 の もの に は 天皇 から 銀 時計 恩賜 の 銀 時計 が 下賜 さ れ た 。 1886 年 ( 明治 19 年 ) に は 、 卒業 生 の クラブ と し て 学士 会 ( 本部 ・ 東京 都 ) が 設け られ た 。 今日 に お い て も 旧 帝国 大学 出身 者 は 同会 へ の 入会 資格 が 与え られ る 。 終戦 前 、 帝国 大学 は 略 し て 帝大 と 呼 ば れ て い た 。 戦後 に 帝国 大学 令 が 廃止 さ れ た ため 、 現在 、 これ ら の 大学 群 は 「 旧 帝国 大学 」 また は 「 旧 帝大 」 と も 呼 ば れ て い る 。 この 呼称 の 場合 、 旧 外地 の 京城 ・ 台北 の 両 帝国 大学 を 含 む 場合 と 含 ま な い 場合 と が あ る 。 1 . 帝国 大学 ( 後 の 東京 帝国 大学 。 現在 の 東京 大学 ) 1877 年 ( 明治 10 年 ) 設立 の 日本 唯一 の 大学 「 東京 大学 」 は 帝国 大学 令 ( 1886 年 ) の 公布 に よ り 、 東京 大学 と 工部 大 学校 を 統合 し て 「 帝国 大学 」 に 改称 ・ 改組 し た 。 この とき 、 大学 院 も 設置 さ れ た 。 2 . 京都 帝国 大学 ( 1897 年 設立 、 現在 の 京都 大学 ) 帝国 大学 設立 期 から 、 関西 に も 大学 設置 を 望 む 声 が あ っ た 。 1890 年 ( 明治 23 年 ) に な る と 、 第 1 次 山縣 内閣 の 芳川 顕正文部 大臣 ( 徳島 藩 出身 ) が 教育 ニ関 スル 勅語 発布 に 尽力 する 一方 、 大学 令 案 を 閣議 に 提出 し て 、 地方 大学 の 設立 および 高等 中 学校 の 拡張 を 主張 し た 。 同 1890 年 7 月 1日 に は 第 1 回 衆議 院 議員 総 選挙 が 実施 さ れ 、 11 月 25 日 に は 第 1 帝 国 議会 が 召集 さ れ る 。 翌 1891 年 2 月 20 日 に 、 長谷川 泰衆 議 院 議員 ( 日本 医科 大学 の 前身 で あ る 済生 学舎 を 1876 年 設立 ) が 帝国 大学 新設案 を 議会 に 提示 し 、 1892 年 の 第 4 帝 国 議会 に も 「 関西 ニ 帝国 大学 ヲ 新設 スル 建議 案 」 を 提出 し た が 、 設立 に は 至 ら な かっ た 。 日清 戦争 ( 1894 年 7 月 ~ 1895 年 4 月 ) に よ る 好 景気 、 および 、 下関 条約 に よ っ て 清 から 賠償 金 を 得 た こと に よ り 、 第 2 次 伊藤 内閣 の 西園寺 公望 文相 が 「 清国 賠償 金 ノ 一部 ヲ 東京 及 京都 ノ 帝国 大学 基本 金 トシテ 交付 セラレンコトヲ 請 フノ 議 」 を 、 首相 宛 に 執筆 し 、 京都 帝国 大学 の 設置 を 主張 し た 。 これ を 受け 、 翌 1896 年 の 第 9 帝 国 議会 にて 、 京都 帝国 大学 創立 費 および 京都 帝国 大学 医科 大学 創立 費 の 予算 案 が 可決 さ れ た 。 翌 1897 年 ( 明治 30 年 ) 、 第 三 高等 学校 ( 旧 制 ) の 一部 の 施設 を 利用 し て 、 京都 帝国 大学 が 設立 ( 第 三 高等 学校 は 移転 し た ) 。 これ に よ り 「 帝国 大学 」 は 「 東京 帝国 大学 」 と 改称 し た 。 3 . 東北 帝国 大学 ( 1907 年 設立 、 現在 の 東北 大学 ) 4 . 九州 帝国 大学 ( 1911 年 設立 、 現在 の 九州 大学 ) 5 . 北海道 帝国 大学 ( 1918 年 設立 、 現在 の 北海道 大学 ) 1890 年 ( 明治 23 年 ) に 帝国 議会 が 成立 し た こと に よ り 、 帝大 設立 の ため の 多く の 「 建議 案 」 が 議会 に 提出 さ れ た 。 ただし 、 建議 案 が 採択 さ れ て 「 建議 」 と な っ て も 、 これ は 大 日本 帝国 憲法 下 で 議院 が 政府 に 意思 を 示 す こと で あ り 、 法案 で は な い ため 法的 拘束 力 は な い 。 京都 帝国 大学 創立 期 の 1898 年 に 成立 し た 第 2 次 山縣 内閣 の 樺山 資紀 文相 が 、 東北 地方 と 九州 地方 に も 帝国 大学 を 設置 し た い と 言明 し た 。 東北 で は 第 二 高等 学校 ( 旧制 ) が あ る 宮城 県 に 設置 する 意思 が 表明 さ れ た が 、 九州 に お い て は 設置 する 県 を 明言 し な かっ た 。 する と 、 八幡 製鉄所 が あ る 福岡 県 と 、 古く から 医学 が 盛ん で 第 五 高等 学校 ( 旧制 ) 医学 部 が あ る 長崎 県 が 、 「 50 万 円 を 寄付 する 用意 が あ る 」 と それぞれ 言明 。 また 、 第 五 高等 学校 の 本部 が あ る 熊本 県 は 、 土地 の 提供 を 申し出 た 。 しかし 、 「 寄付 で 設立 さ れ て も 運営 費 が 捻出 出来 な い 」 と 、 帝国 議会 から 消極 論 が 出 て 両帝国 大学 の 設立 は 見送り と な っ た 。 190 0 年 ( 明治 33 年 ) 、 第 14 帝 国 議会 に お い て 、 野党 ・ 政友 会 ( 伊藤 博文 総裁 ) に よ っ て 「 九州 東北 帝国 大学 設置 建議 案 」 および 「 北海道 帝国 大学 設立 建議 案 」 が 提出 さ れ た 。 建議 案 は 衆議 院 特別 委員 会 に て 可決 さ れ 、 東北 ・ 九州 ・ 北海道 の 各 帝国 大学 設立 の 要求 が 議会 から 政府 に 表明 さ れ た 。 しかし 、 野党 案 で あ っ た こと や 、 建議 に 拘束 力 が な かっ た こと 、 1900 - 0 1 年 の 日本 は 不況 期 で あ っ た こと など から 、 政府 は 消極 姿勢 で あ っ た 。 対 し て 議会 で は 、 1901 年 ( 明治 34 年 ) 「 北海道 帝国 大学 設立 建議 」 、 190 2 年 ( 明治 35 年 ) 「 東北 帝国 大学 設立 建議 」 と 重ね て 採択 が 行 わ れ 、 政府 へ 働きかけ た 。 190 2 年 ( 明治 35 年 ) 、 第 1 次 桂 内閣 の 菊地 大麓 文相 ( 元 東京 大学 総長 ) が 、 「 東京 ・ 京都 以外 に 帝大 は 設立 不要 」 と し 、 実用 的 な 専門 学校 の 設置 案 を 提案 し た 。 衆議 院 解散 で 設置 案 は 流れ た が 、 九州 帝大 設置 の ため に 巨額 の 寄付 を 申し出 て い た 各県 に 専門 の 高等 教育 機関 の 設置 が 決ま り 、 まず 、 国 から 150 万 円 の 予算 を 得 て 190 3 年 ( 明治 36 年 ) に 福岡 県 立 福岡 病院 を もと に 京都 大学 福岡 医科 大学 が 設立 さ れ た 。 その 後 、 190 5 年 ( 明治 38 年 ) に 長崎 高等 商業 学校 が 、 190 6 年 ( 明治 39 年 ) に 仙台 高等 工業 学校 、 および 、 第 五 高等 学校 工学 部 を もと に 熊本 高等 工業 学校 が 設置 さ れ た 。 190 6 年 ( 明治 39 年 ) 、 京都 帝大 の 設置 に 尽力 し 、 高等 教育 機関 の 設置 に 前向き な 西園寺 公望 を 首相 と する 第 1 次 西園寺 内閣 が 成立 する と 、 1907 年度 ( 明治 40 年度 ) 予算 に 東北 帝国 大学 ( 仙台 市 ) および 九州 帝国 大学 ( 福岡 市 ) の 設置 予算 を 組み込 ん だ 。 しかし 、 日露 戦争 後 の 不況 期 に 入 っ た こと を 理由 に 板谷 蔵相 に よ っ て 予算 は 削減 さ れ 、 設立 は 絶望 的 と な っ た 。 この とき 、 古河 鉱業 副 社長 で あ っ た 原敬 内務 大臣 ( 日本 ) ( 盛岡 藩 盛岡 城外 ・ 本宮村 、 現岩手 県 盛岡 市 本宮 出身 ) が 、 古河 財閥 の 二 代 目 オーナー の 古河 虎之助 ( 当時 17 歳 ) を 説得 し 、 両帝国 大学 設立 の ため の 資金 を 献納 さ せ る こと を 取り付け 、 予算 削減 から 17 日 目 に 両帝国 大学 の 設置 が 閣議 決定 さ れ た 。 日露 戦争 に よ る 好況 ( 190 4 - 0 5 年 ) に よ っ て 財 を 成 し た 古河 財閥 は 、 一方 で 足尾 銅山 の 鉱毒 に よ る 公害 問題 を 抱え て お り 、 公 の ため に 寄付 を する こと で 世論 の 沈静 化 を 願 っ た 。 1907 年 ( 明治 40 年 ) 6 月 、 東北 大学 本部 が 仙台 市 に 設置 さ れ 、 同年 9 月 に 札幌 農 学校 が 東北 帝国 大学 農科 大学 ( 札幌 市 ) に 昇格 し た 。 1911 年 1 月 に は 、 東北 帝国 大学 理科 大学 ( 仙台 市 ) が 新設 さ れ 、 九州 大学 本部 の 設置 および 九州 帝国 大学 工科 大学 の 新設 が な さ れ た ( 両者 と も 福岡 市 ) 。 同年 4 月 に は 、 京都 帝国 大学 福岡 医科 大学 が 移管 さ れ て 九州 帝国 大学 医科 大学 と な っ た 。 これ ら の 大学 設置 に は 、 地元 から の 寄付 金 等 も 用い られ た が 、 1907 年度 から 5 年間 で 約 106 万 円 に 上 っ た 古河 財閥 の 寄付 金 が 用い られ た ( 内訳 は 建築 費 が 9 8 7 , 739 円 、 事務 費用 69 , 137 円 ) 。 古河 財閥 から の 校舎 建設 資金 は 、 東北 帝 大分 が 、 農科 大学 135 , 519 円 、 理科 大学 244 , 1 70 円 、 九州 帝 大分 が 工科 大学 60 8 , 0 50 円 で あ っ た 。 1911 年 ( 明治 44 年 ) 、 三 度 目 の 「 北海道 帝国 大学 設立 建議 案 」 が 議会 で 採択 さ れ た が 、 政府 は 消極 的 だっ た 。 しかし 、 第 一 次 世界 大戦 に よ る 好況 ( 19 15 - 18 年 ) に 入 る と 風向き が 変わ り 、 大学 令 公布 に 伴 う 各 帝国 大学 の 分科 大学 制 から 学部 制 へ の 改組 に 先立 っ て 、 1918 年 ( 大正 7 年 ) 4 月 、 札幌 区 所在 の 東北 帝国 大学 農科 大学 を 東北 帝大 から 分離 し て 北海道 大学 が 設立 さ れ た 。 同年 、 原 内閣 の 下 、 「 高等 諸 学校 創設 及 拡張 計画 」 が 帝国 議会 で 可決 さ れ 、 東京 帝国 大学 ・ 京都 帝国 大学 に 各々 経済 学 部 が 、 東北 帝国 大学 ・ 九州 帝国 大学 に は 各々 法 文学 部 が 設置 さ れ た 。 帝国 議会 と 政府 と の 関係 、 資金 面 の 問題 、 校舎 建設 の 問題 、 前身 と な る 高等 教育 機関 と 新設 各 帝国 大学 と の 関係 から 、 この 時期 の 帝国 大学 の 設立 経緯 は 複雑 で あ り 、 原敬 と 同じ 盛岡 藩 出身 で 藩校 作人 館 修文所 で 同級 生 だっ た 佐藤 昌介 ( 札幌 農 学校 最後 の 校長 、 東北 帝国 大学 農科 大学 初代 学長 、 北海道 帝国 大学 初代 総長 ) も 関係 し て い る 。 また 、 この 時期 設立 の 帝大 は 全て 地方 名 が 大学 名 と し て 採用 さ れ 、 その 他 の 帝大 が 都市 名 を 冠 し て い る の と は 対照 的 と な っ て い る 。 なお 、 三 大 都市 圏 の 大阪 市 ( 125 万 人 ) や 名古屋 市 ( 43 万 人 ) 、 あるいは 、 広島 市 ( 16 万 人 ) や 金沢 市 ( 13 万 人 ) に 比べ て 人口 が 少な い 仙台 市 ( 12 万 人 ) 、 札幌 区 ( 10 万 人 ) 、 福岡 市 ( 9 . 5 万 人 ) に 政策 的 な 理由 で 帝国 大学 が 設置 さ れ た ため 、 他 の 大 都市 で は 帝国 大学 設置 運動 が その 後 も 続 い た ( → 都 道 府 県 庁 所在 地 と 政令 指定 都市 の 人口 順位 1920 年 ( 大正 9 年 ) の 人口 順位 ) 。 6 . 京城 帝国 大学 ( 1924 年 設立 、 敗戦 に よ る 廃校 後 ソウル 大 学校 に 再編 ) 7 . 台北 帝国 大学 ( 1928 年 設立 、 台湾 大学 の 設立 母体 ) 十 四 か 条 の 平和 原則 ( 1918 年 1 月 8 日 ) 、 ヴェルサイユ 条約 ( 1919 年 ) に よ っ て 、 第 一 次 世界 大戦 後 に 民族 自決 が 広ま り 、 日本 統治 時代 の 朝鮮 で は 三 ・ 一 独立 運動 ( 1919 年 ) が 発生 し 、 民族 系 および アメリカ 合衆 国 系 宣教 師 団 で 私立 大学 設立 の 動き が 見 られ た 。 日本 は 、 1920 年 ( 大正 9 年 ) の 国際 連盟 発足 に 伴 い 常任 理事 国 ( 国際 連盟 ) の 一員 と な り 、 国際 的 地位 を 得 る 中 、 朝鮮 ・ 日本 統治 時代 ( 台湾 ) 内地 延長 主義 時期 ( 1915 年 - 1937 年 ) ・ 関東 州 など に お い て 「 内地 延長 主義 」 ( 外地 の 同化 政策 ) を 採 っ て 、 数々 の 高等 教育 機関 を 設立 し て い っ た ( → 旧 外地 の 高等 教育 機関 ) 。 外地 で の 帝国 大学 設立 は 、 外地 で の 民族 自決 を 抑え込 む 意味 合い が あ っ た もの の 、 学部 数 や 定員 は 限定 さ れ 、 また 、 教授 陣 は 日本 人 、 かつ 、 学生 の 多く も 日本 人 で あ っ た ため 、 民族 差別 を 訴え る 民族 系 新聞 も あ っ た 。 また 、 全て の 内地 ( 日本 国 内 ) の 大学 ・ 高等 教育 機関 が 文部 省 管轄 下 に あ っ た の に 対 し 、 京城 ・ 台北 の 両 帝国 大学 を 始め 、 外地 の ほとんど の 学校 ・ 大学 が 台湾 総督 府 ・ 朝鮮 総督 府 ・ 関東 局 あるいは 外務 省 の 管轄 下 に 置 か れ た 。 なお 、 1920 年代 に は 、 大学 令 に よ る 大学 が 多 く 設立 さ れ て い る 。 → 旧 制 大学 8 . 大阪 帝国 大学 ( 1931 年 設立 、 現在 の 大阪 大学 ) 9 . 名古屋 帝国 大学 ( 1939 年 設立 、 現在 の 名古屋 大学 ) 1923 年 に 発生 し た 関東 大 震災 に よ り 、 東京 が 壊滅 的 な 打撃 を 受け た 一方 、 東京 から の 移住 者 に よ り 、 大阪 市 や 名古屋 市 の 人口 は 急増 し た ( 都 道 府 県 庁 所在 地 と 政令 指定 都市 の 人口 順位 ) 。 両市 の あ る 府県 で は 帝大 設立 運動 が 起き た が 、 昭和 金融 恐慌 ( 1927 年 ) 、 世界 恐慌 ( 1929 年 ) の ため 帝大 創設 の 政府 予算 は 付 か ず 、 全額 を 地元 が 国庫 に 寄付 する と い う かたち で 両帝大 は 設立 さ れ た 。 大阪 帝国 大学 は 大阪 医科 大学 、 名古屋 帝国 大学 は 名古屋 医科 大学 を 前身 と し て 設立 さ れ て い る 。 1931 年 の 満州 事変 以後 、 軍部 の 台頭 に よ っ て 財政 は 軍事 費 優先 傾向 が 強 く な り 、 また 、 両帝大 の 先例 から 、 新た な 帝大 の 設立 に は 全額 地元 負担 が 必須 と な っ て しま い 、 他 地域 で の 帝大 新設 は 行 わ れ な かっ た 。 しかし 、 その 他 の 高等 教育 機関 の 設立 ・ 改組 など は 行 わ れ た 。 外地 に あ っ た 京城 帝国 大学 と 台北 帝国 大学 で は 、 日本 の 敗戦 に よ っ て 教授 陣 ( 日本 人 ) が 大量 に 日本 に 引き揚げ た ため 、 大学 の 建物 は 残 っ て も 修業 年限 全て に 渡 っ て 充分 な 講義 を する こと が 困難 に な っ た 。 その よう な 大学 組織 の 内部 事情 と 日本 の 統治 の 仕方 の 違い ( → 日本 統治 時代 ( 朝鮮 ) 、 日本 統治 時代 ( 台湾 ) ) も 影響 し て 、 台湾 大学 は 、 設立 母体 を 台北 帝国 大学 と し て い る が 、 ソウル 大 学校 は 1946 年 ( 昭和 21 年 ) に 新設 し た 大学 と し て 、 設立 母体 を 京城 帝国 大学 と は し て い な い 。 また 、 講義 に 用い られ る 言語 に つ い て は 、 戦前 は 日本 語 が 用い られ た が 、 戦後 、 ソウル 大 学校 で は 朝鮮 語 、 台湾 大学 で は 中国 語 へ の 変更 が な さ れ た 。 なお 、 台湾 大学 で は 、 日本 各地 の 小 ・ 中 ・ 高 の 教育 を 受け た 中国 国民 党 側 の 子弟 の 留学 枠 が 存在 し 、 中国 語 が 拙 い これ ら の 学生 に 対 し 、 戦前 に 日本 語 で 教育 さ れ た 教授 陣 が 個人 的 に 日本 語 で 教育 する 例 も 見 られ た 。 内地 に お い て は 、 1947 年 ( 昭和 22 年 ) に 帝国 大学 令 が 国立 綜合 大学 令 と 名称 変更 さ れ 、 それ に 伴 い 各地 の 帝国 大学 は 改称 し 、 学制 は 保持 し つつ も 帝国 大学 の 名 は 消え た 。 その 後 、 1949 年 ( 昭和 24 年 ) に 新制 大学 に 包括 さ れ ( 学制 改革 ) 、 1962 年 ( 昭和 37 年 ) に 各 旧 制 大学 は 廃止 さ れ た 。 これ に よ り 、 学制 上 の 帝国 大学 も な く な っ た 。 かつて 帝国 大学 で あ っ た 大学 の こと を 旧 帝大 と 呼 ぶ 。 学士 会 は その まま 存続 し 、 内地 の 七 大学 ( と 外地 の 帝大 卒業 生 ) 共通 の 同窓 会 組織 と し て 機能 し て い る 。 また 、 七 大学 の 定期 対抗 戦 で あ る 全国 七 大学 総合 体育 大会 ( 通称 し て 七 大 戦 、 もしくは 七 帝戦 ) が 毎年 開催 さ れ て い る 。 また 九 つ の 帝国 大学 が 存在 し た こと から 「 九帝 大 」 と も 呼 ば れ て い た が 、 「 旧 帝大 」 と 同音 異義語 で あ る こと と 国外 の 旧 帝大 と の 交流 が 減 っ た こと に よ り 、 現在 は 死語 と な っ て い る 。 政府 が 率先 し て 設置 し た 帝国 大学 も あ っ た が 、 帝国 議会 が 成立 し た 後 は 、 議会 が 数々 の 帝大 設立 建議 を 採択 し 、 政府 に 設置 を 働きかけ た 。 しかし 、 建議 は 法的 拘束 力 が な い 上 、 帝国 大学 以外 の 他 の 高等 教育 機関 が 比較 的 安価 に 設立 でき た の に 対 し 、 帝国 大学 は 格付け が 高 く 、 設立 に 多大 な 費用 を 必要 と し た 。 その ため 、 財政 的 裏付け の な い 議会 の 帝大 設立 建議 が 、 すぐ に 設立 に 結びつ く と は 言 い 難 か っ た 。 近況 学部 学生 の 出身 高校 所在 地 別 入学 者 比率 は 、 以下 の よう に な っ て い る 。 日本 の 地域 中 、 各 大学 に お い て 上位 5 地方 と 第 1 位 の 都 道 府 県 を 全体 に 対 する 比率 と 共 に 記載 し た 。 その 地方 出身 が 最も 入学 し て い る 大学 に 、 地方 の 内部 リンク を 設定 し た 。 三重 県 は 近畿 地方 に 含め 、 中部 地方 に は 含め な い が 、 異な る 場合 に は 但し書き する 。 九州 ・ 沖縄 地方 は 九州 地方 と 記載 する 。 ノーベル 賞 自然 科学 分野 に お い て 、 アジア 人 受賞 者 の 過 半数 、 かつ 、 日本 の 大学 卒 受賞 者 13 人 中 11人 、 フィールズ 賞 に お い て は アジア 人 受賞 者 4 人 中 3 人 が 帝国 大学 な い し は 旧 帝国 大学 が 改組 し て 誕生 し た 国立 大学 の 出身 者 と な っ て い る ( 2008 年 現在 ) 。 ただし 、 受賞 理由 と な っ た 研究 は 、 出身 大学 の 研究 機関 で 行 わ れ た と は 限 ら な い 。 なお 、 ノーベル 文学 賞 、 ノーベル 平和 賞 、 アルフレッド ・ ノーベル 記念 経済 学 スウェーデン 銀行 賞 ( 経済 学 賞 ) の 2008 年 現在 の 日本 人 受賞 者 3 人 は 全て 旧 帝大 卒 で あ る 。 ノーベル 賞 ・ 自然 科学 分野 ( アジア 人 受賞 者 ) 旧 帝大 卒 ( 12 人 ) 京大 ( 5 人 ) : ( 京都 帝大 ) 湯川 秀樹 、 朝永 振一郎 、 福井 謙一 。 ( 京都 大 ) 利根 川 進 、 野依 良治 東大 ( 3 人 ) : ( 東京 帝大 ) 江崎 玲於奈 、 南部 陽一郎 。 ( 東京 大 ) 小柴 昌俊 名大 ( 2人 ) : 小林 誠 ( 物理 学 者 ) 、 益川 敏英 東北 大 ( 1人 ) : 田中 耕一 台湾 大 ( 1人 ) : 李 遠哲 旧 帝大 以外 ( 8 人 ) パンジャーブ 大学 ( パキスタン ・ ラホール ) ( 2人 ) : アブドゥッ サラーム 、 ハー ・ ゴビンド ・ コラナ マドラス 管区 大学 ( インド ・ チェンナイ ) ( 2人 ) : チャンドラセカール ・ ラマン 、 スブラマニアン ・ チャンドラセカール 南開 大学 ( 中華 人民 共和 国 ・ 天津 市 ) ( 2人 ) : 李 政道 、 楊振 寧 東京 工業 大学 ( 日本 ・ 東京 都 ) ( 1人 ) : 白川 英樹 長崎 医科 大学 ( 旧制 ) 附属 薬学 大学 専門 部 ( 旧制 ) ( 日本 ・ 長崎 県 ) ( 1人 ) : 下村 脩 アジア 以外 の 国籍 ( 2人 ) オーガスタナ 大学 ( アメリカ 合衆 国 ・ ロック アイランド ( イリノイ 州 ) ) ( 1人 ) : ダニエル ・ ツイ ( 崔琦 。 中国 ・ 河南 省 生まれ 、 香港 出身 。 アメリカ 国籍 ) セント ・ ジョセフ ・ インターナショナル ・ カレッジ ( 日本 ・ 横浜 市 ) ( 1人 ) : チャールズ ・ ペダーセン ( ノルウェー と 日本 の ハーフ 。 大韓民国 ・ 釜山 広域 市 生まれ 、 日本 ・ 横浜 市 出身 。 ノルウェー 国籍 ) ノーベル 賞 ・ 自然 科学 分野 以外 ( 日本 人 以外 の アジア 人 受賞 者 は 省略 ) 旧 帝大 卒 ( 3 人 ) 東大 ( 3 人 ) : ( 東京 帝大 ) 川端 康成 、 佐藤 栄作 。 ( 東京 大 ) 大江 健三郎 フィールズ 賞 ( アジア 人 受賞 者 ) 旧 帝大 卒 ( 3 人 ) 京大 ( 2人 ) : 広中 平祐 、 森重 文 東大 ( 1人 ) : ( 東京 帝大 ) 小平 邦彦 アジア 以外 の 国籍 ( 1人 ) 香港 中文 大学 ( 中国 ・ 香港 ) ( 1人 ) : シン =トゥン ・ ヤウ ( 丘成 桐 。 中国 ・ 広東 省 汕頭 生まれ 、 アメリカ 国籍 ) 論文 の 引用 動向 論文 の 被引 用 数 に よ る 順位 ( 1998 年 ~ 2008 年 ) 自然 科学 分野 ・ 総合 ( 4 , 102 機関 中 ) 「 論文数 」 で 見 る と 国内 上位 7 法人 は 旧 帝国 大学 、 「 論文 の 被引 用 数 」 で も 科学 技術 振興 機構 と 理化学 研究 所 ( 理研 ) を 別 と すれ ば 上位 9 法人 を 旧 帝国 大学 で 独占 し て い る 。 但し 、 「 平均 被引 用 数 」 で は 上位 3 位 を 振興 機構 ・ 理研 ・ 自然 科学 研究 機構 で 占め る 上 に 、 東京 工業 大学 や 東京 医科 歯科 大学 など 非 帝大 系 が 健闘 する など 帝大 優位 と は 必ず しも 言 い 難 い 。 研究 費 総て の 国立 大学 法人 の 中 で 、 研究 費 が 多 い 上位 7 法人 は 旧 帝国 大学 の 7 校 と な っ て い る 。 以下 の 表 に は 、 大学 共同 利用 機関 法人 も 含 む 。 2005 年度 の 値 「 主要 研究 経費 」 は 、 研究 経費 と 科学 研究 費 補助 金 ( 直接 経費 ) の 合算 値 と する 。 公的 な 研究 費 の 出所 に つ い て は 、 以下 も 参照 。 科学 研究 費 補助 金 採択 件数 上位 機関 一覧 世界 トップ レベル 国際 研究 拠点 形成 促進 プログラム 採択 拠点 グローバル COE プログラム 採択 21 世紀 COE プログラム 上位 機関 旧 帝国 大学 は 、 研究 成果 の 一部 を 特許 と し て 多数 公開 し て い る 。 国内 大学 別 特許 公開 件数 ( 2007 年 ) 財務 諸表 旧 帝国 大学 の 経常 収益 は 大き く 、 国立 大学 法人 の 上位 を 占め て い る 。 +旧 制 高等 学校 ( きゅう せい こうとう がっこう ) と は 、 高等 学校 令 ( 1894 年 および 1918 年 ) に もとづ く 、 1950 年 まで 存在 し た 日本 の 高等 教育 機関 で あ る 。 概要 教育 内容 は 現在 の 大学 の 1 ・ 2 年 生 に たい する 教養 課程 に 相当 する 。 しかし 、 当時 の 学生 の 気風 や 地位 を 考慮 する と 高等 教育 が 大衆 化 し た 現代 に この よう な 機関 は 存在 し な い と いえ る 。 なお 、 高等 学校 と 混同 さ れ る こと が あ る が 、 現在 の 高等 学校 は 中等 教育 機関 で あ り 、 旧 制 中 等 教育 学校 ( その 代表 格 が 旧制 中 学校 ) に 相当 する 。 188 6 年 の 中 学校 令 に よ り 設立 さ れ た 第 一 から 第 五 、 山口 、 鹿児島 の 7 官立 高等 中 学校 の うち 、 鹿児島 を のぞ く 6 校 を 1894 年 高等 学校 に 改組 し て はじま っ た 。 当初 は 専門 学 部 ( 4 年 制 ) 、 大学 予科 ( 3 年 制 ) の 2 系統 で あ っ た 。 しかし 、 学部 は 順次 廃止 ( 帝国 大学 昇格 ) ないし 専門 学校 と し て 分離 さ れ 、 帝国 大学 へ の 予備 教育 を おこな う 大学 予科 のみ と な っ た 。 1918 年 の 高等 学校 令 改正 に よ り 各地 で 増設 さ れ た 。 7 年 制 高等 学校 が 出現 し 、 「 大学 予科 」 は 「 高等 科 」 に 改称 さ れ た 。 1894 年 の 高等 学校 令 で は 専門 学科 の 教育 を おこな う 機関 と 定義 さ れ 、 但し書き に て 帝国 大学 入学 者 の ため の 予科 教育 が 規定 さ れ た 。 専門 学科 は 英米 の カレッジ を 手本 に 、 専門 教育 を さずけ る こと を 主要 目的 と し 、 「 地方 に おけ る 最高 学府 」 ( 地方 大学 ) と し て の 役割 が 期待 さ れ た 。 高等 学校 令 に 定義 さ れ た 専門 学科 の 教育 機関 と し て の 性格 を その まま 反映 し た 例 が 第 三 高等 学校 ( 旧 制 ) で あ る 。 第 三 高等 学校 は 当初 法学 部 、 工学 部 、 医学 部 の 専門 学 部 のみ で 開始 し た 。 大学 予科 を も た な かっ た 歴史 を も つ の は 第 三 高等 学校 だけ で あ る 。 1895 年 、 西園寺 公望 は 日清 戦争 で 得 た 賠償 金 を もと に 、 第 三 高等 学校 を 京都 大学 へ 昇格 さ せ る 提案 を おこな っ た 。 そこ で 、 第 三 高等 学校 大学 予科 を 東 一 条 通 の 南側 ( 現在 の 京大 吉田 南 キャンパス ) に 設置 し た 。 第 三 高等 学校 法学 部 および 工学 部 の 土地 ・ 建物 ・ 設備 を 京都 帝国 大学 が 利用 する と い う 案 が 採用 さ れ 、 翌年 予算 処置 が 可決 さ れ た 。 1897 年 6 月 18 日 に 京都 帝国 大学 設立 に 関 する 勅令 が 制定 さ れ 、 京都 帝国 大学 が 発足 する 。 岡山 に あ っ た 第 三 高等 学校 医学 部 は 1901 年 に 岡山 医学 専門 学校 と し て 分離 独立 し た 。 その ほか の 高等 学校 で も 、 専門 学 部 と 大学 予科 は 完全 分離 さ れ 、 高等 学校 は 帝国 大学 へ の 予備 教育 のみ を おこな う 高等 教育 機関 と な っ た 。 旧 制 高等 学校 専門 学 部 の 地方 に おけ る 高等 専門 教育 機関 と し て の 役割 は 、 後 に 、 各地 で 増設 さ れ る こと に な る 帝国 大学 や 旧 制 専門 学校 が 担 う こと に な っ た 。 1918 年 に 改正 さ れ た 高等 学校 令 で は 男子 の 国民 道徳 を 充実 さ せ 、 高等 普通 教育 を 完成 する こと を 目的 と し た 。 また 公立 、 私立 の 高等 学校 設立 が みとめ られ る よう に な り 、 第 二 次 世界 大戦 終結 後 まで 発展 を とげ た 。 これ ら 高等 学校 の エッセンス は 帝国 大学 へ の 進学 保証 制度 で あ っ た 。 旧 制 高校 の 1 学年 の 定員 と 帝国 大学 の それ と は 戦前 期 を つう じ て ほぼ 1 対 1 で あ っ た 。 その ため 、 高等 学校 の 卒業 証書 さえ あ れ ば 、 専攻 を えら ば な い かぎり 、 どこ か の 帝国 大学 に 無 試験 で 入学 で き た 。 こう し た 「 身分 保証 」 が あ っ た ため 、 勉強 は そこそこ に 学生 生活 を 謳歌 し た 学生 も い た 。 おなじ 学年 に 3 年 とどま る と 放校 ( 退学 ) と な る ため 、 「 計画 的 」 に 高等 科 3 年間 の 修業 年限 を 1 回 ずつ 落第 し 6 年 い つづけ た 猛者 も い た と い う 。 また 、 戦前 社会 の エリート 層 揺籃 の 場 と し て 機能 し た 面 も あ り 、 当時 の 社会 制度 の 根底 を ささえ る 機関 の 一 つ で あ っ た 。 類似 の 制度 に 大学 予科 が あ っ た 。 しかし 、 特定 の 旧制 大学 へ の 進学 を 前提 に する など 旧 制 高等 学校 と は 違い が あ り 、 別 の 機関 で あ る 。 発足 その はじめ は 文部 省 が 東京 に つく っ た 東京 大学 予備 門 で あ る 。 東京 大学 の 初期 の 教官 は 「 大臣 より も 高 い 」 俸給 で やと わ れ た 欧米 の お 雇 い 外国 人 たち が しめ て い た 。 カリキュラム は ヨーロッパ の 大学 に なら い 、 教科 書 、 授業 、 ノート 、 答案 は すべて 外国 語 と い う 状態 で あ っ た 。 この ため 、 専門 教育 を うけ る ため に は まず 英語 や ドイツ 語 等 の たか い 語学 能力 が 不可欠 で あ っ た 。 これ を 身 に つけ る 予備 教育 機関 と し て つく ら れ た の が 大学 予備 門 で あ っ た 。 1881 年 の 政変 で 大隈 重信 を 失脚 さ せ て 実権 を にぎ っ た 伊藤 博文 ら は 、 官僚 機構 を 整備 する ため 、 東京 に あ る 官立 諸 学校 を 文部 省 の つく っ た 東京 大学 に すべて 併合 し た 。 そして 、 唯一 の 総合 大学 で あ る 「 帝国 大学 」 と あらため 、 ここ を 官吏 、 学者 の 養成 学校 と し た 。 東京 大学 が 「 帝国 大学 」 と な る と その 予備 教育 機関 は 全国 5 学 区 に それぞれ お か れ る こと に な っ た 。 東京 大学 予備 門 は 第 一 学区 ( 関東 地方 および その 周辺 地域 ) の 第 一 高等 中 学校 と な り 、 その 後 、 高等 学校 令 に よ り 第 一 高等 学校 ( 旧制 ) と な っ た 。 高等 学校 の 前身 の 詳細 に つ い て は 高等 中 学校 を 参照 。 誘致 合戦 最終 的 に 全国 39 あ っ た 旧 制 高校 の なか で も 、 明治 期 に 創設 さ れ た 第 一 高等 学校 から 第 八 高等 学校 ( 旧 制 ) まで は 、 早期 から 政財界 に 卒業 生 を おくりこ ん だ 。 後発 の 学校 より も 優位 に た っ た ため 、 他 と の 区別 で 、 特に 「 ナンバー スクール 」 ( 「 n 高 」 から ) と よ ば れ た 。 この ため 、 新制 に 移行 し た あと も 「 ナンバー スクール エリート 校 」 と い う 尊称 の よう な 慣用 句 的 用法 と し て のこ っ た 。 各 自治 体 で の 旧制中学 時代 も ふく ん だ おもに 公立 高校 を 中心 ( 一部 で は 私立 高校 で も ) に 、 数字 の ふ さ れ た 学校 を ローカル に 「 ○ ○ の ナンバー スクール 」 など と よ ぶ こと が あ る 。 第 六 高等 学校 ( 旧 制 ) 以降 は 地元 の 誘致 の 熱意 も その 設立 に おおきな 影響 を あたえ た 。 第 六 高等 学校 の 誘致 に は 岡山 と 広島 が その 座 を あらそ っ て い た 。 国会 で は 代議 士 が 国会議 場 の 外 で 掴み合い に な っ た と い わ れ て い る 。 第 七 高等 学校 造士 館 ( 旧制 ) の 場合 は 松本 に 内定 し て い た 。 それ が 諸般 の 事情 で 急遽 鹿児島 に かわ っ た 。 また 、 第 九 高等 学校 の 設立 を めぐ っ て は 新潟 と 松本 の あいだ で 熾烈 な 誘致 合戦 が おこ り 、 中傷 合戦 に いた る 泥仕合化 し た 。 しかし 、 最終 的 に 「 第 九 高等 学校 」 と 命名 する の は さけ 、 新潟 高等 学校 ( 旧 制 ) および 松本 高等 学校 ( 旧制 ) と 地名 を つけ る こと で 決着 し た 。 以後 の 設立 高校 の 命名 に は この 事態 を 考慮 し 、 学校 所在 地 に なら っ た 命名 に な っ た 。 これ ら を さき の 「 ナンバー スクール 」 と の 対比 ・ 区別 の 意味 で 、 「 地名 校 」 あるいは 「 ネーム スクール 」 と よ ぶ 場合 も あ る 。 第 二 次 高等 学校 令 ( 高等 学校 令 改正 ) 第 二 次 高等 学校 令 は 1918 年 ( 大正 7 年 ) 12 月 6 日 に 公布 さ れ 、 翌 1919 年 ( 大正 8 年 ) 4 月 1日 に 施行 さ れ た 。 高等 学校 の 性質 に つ い て は これ を 「 高等 学校 ハ高等 普通 教育 ヲ授 クル 所 トス 」 と し た 。 高等 学校 の 構成 に つ い て は 高等 科 3 年 ・ 尋常 科 4 年 の 7 年 制 を 基本 と し た 。 例外 的 に 高等 科 だけ の 学校 も 認め る と し た 。 尋常 科 は 中 学校 の 課程 に 相当 する の で 予科 の 設置 を 認め た 。 高等 科 卒業 者 の ため に 修業 年限 1 年 の 専攻 科 を お く こと が でき る と し 、 その 修了 者 に は 得業 士 の 称号 を 与え る こと に し た 。 高等 科 の 入学 資格 は 高等 学校 尋常 科 修了 また は 中 学校 第 4 学年 修了 程度 ( 改正 前 は 当時 5 年 制 で あ っ た 中 学校 卒業 程度 ) と し 、 年限 短縮 を 実現 し た 。 この 修業 年限 短縮 は 以前 から 高等 学校 制度 改革 の 根本 に あ っ た もの で あ る 。 この ため 高等 学校 進学 希望 者 は 4 年 修了 見込 で 高等 学校 を 受験 する の が 一般 的 に な り 、 合格 する もの も 数 多 く で た 。 尋常 科 の 入学 資格 は 小 学校 ( 国民 学校 ) 卒業 程度 と し た 。 なお 、 入学 は 4 月 に 行 わ れ る こと に な っ た 。 官立 以外 の 高等 学校 1918 年 以降 、 高等 学校 は 政府 で な く て も 設立 でき る よう に な っ た 。 おもな 例 と し て 私立 で は 東武 鉄道 の 根津 財閥 が 武蔵 高等 学校 ( 旧制 ) 、 当代 一流 の 教育 家 で あ っ た 沢柳 政太郎 が 成城 高等 学校 ( 旧制 ) ( 現 成城 学園 高等 学校 ) 、 三菱 財閥 の 岩崎 家 が 成蹊 高等 学校 ( 旧制 ) 、 関西 地方 の 財界 人 が 甲南 高等 学校 ( 旧制 ) が あ る 。 公立 で は 地元 の 素封 家 が 県 に 莫大 な 寄付 を し て 設立 し た 富山 県 立 富 山 高等 学校 ( 旧制 ) が あ る 。 また 、 明治 時代 に 宮内 省 が 創設 し た 学習 院 は 華族 の 子弟 の 教育 の ため に 設立 さ れ た もの で あ る が 、 1921 年 以降 、 制度 的 に 旧 制 高等 学校 と 同等 に 位置 づけ られ た 。 これ ら の 学校 は 尋常 科 ( 4 年 制 ) 、 高等 科 ( 3 年 制 ) から な る 7 年 制 高等 学校 ( 学習 院 は 尋常 科 に あた る 中等 科 5 年 を 併設 し た 8 年 制 ) で あ り 、 一 度 尋常 科 に 入学 すれ ば 帝国 大学 へ の 進学 が 保証 さ れ た 。 一高 を はじめ と する 官立 の 高校 の おおく は 当初 の 形態 通り 3 年 制 の 高等 科 だけ を お い た 。 終焉 第 二 次 世界 大戦 終結 後 、 アメリカ の 占領 政策 の 影響 も あ っ て 、 女子 の 入学 を 許可 する 旧 制 高校 が あらわれ だ し た 。 女子 学生 は 男子 と おなじ 学生 帽 あるいは 庇 を なく し た 学生 帽 を かぶ っ て 通学 し た 。 女子 学生 は 概し て お 客 さん 扱い で 大事 に さ れ 、 卒業 後 は 帝大 、 新制 大学 に 進学 し 、 教職 ・ 研究 職 に つ い た もの が おお かっ た 。 そんな 旧 制 高校 に も 終焉 の とき が せま り つつ あ っ た 。 教育 刷新 委員 会 副 委員 長 の 南原 繁 が 廃止 に 積極 的 に うご い た 。 南原 も 一 高 出身 で あ っ た が 、 旧 制 高校 の 3 年間 は あそ ん で ばかり で 、 学習 内容 は 旧制 中学 の もの を 手直し し た 程度 の もの だっ た と それ ほど 旧制 高校 の 教育 に 執着 を も っ て い な かっ た こと を のち に 証言 し て い る 。 南原 は 、 ジェントルマン で あ れ と 強調 し た 、 一 高 時代 の 校長 ・ 新渡戸 稲造 へ の 傾倒 を くりかえ し のべ て い た 。 バンカラ の 気風 に 違和 感 を おぼえ て い た こと が うかがえ る 。 戦後 の 学制 改革 に よ っ て 旧 制 高等 学校 は 旧 制 大学 や 他 の 高等 教育 機関 と 統合 し て 、 その おおく は 新制 大学 の 教養 部 や 文理 学 部 の 母体 と な っ た 。 旧 制 高校 在学 中 に 学制 改革 に よ っ て 新制 大学 に 入学 し た 人物 に は 作家 の 野坂 昭如 ( 新潟 高等 学校 から 新潟 大学 、 のち 早稲田 大学 ) 、 高橋 和巳 ( 松江 高等 学校 ( 旧 制 ) から 京都 大学 ) 、 開高 健 ( 大阪 高等 学校 ( 旧 制 ) から 大阪 市 立 大学 ) 、 小松 左京 ( 第 三 高等 学校 から 京大 ) 、 堤 清二 ( 成城 高等 学校 から 東大 ) 、 井原 高忠 ( 学習 院 高等 科 から 慶大 ) 、 旧 制 大学 を 前身 と し な い 大学 学 部 卒 で はじめて 事務 次官 に な っ た 小長 啓一 ( 第 六 高等 学校 から 岡山 大学 ) ら が い る 。 また 、 映画 監督 の 山田 洋次 は 山口 高等 学校 在学 中 に 学制 改革 に 遭遇 し 、 新制 東京 都 立 小山 台 高等 学校 から 東大 に すす ん だ 。 学制 改革 実施 前 、 「 ジュニア カレッジ ( 改革 後 の 短期 大学 に 相当 ) 」 と し て の 旧制 高等 学校 存続 を 模索 する うごき も あ っ た が 幻 に おわ っ た 。 旧 制 高等 学校 を なつかし む 卒業 生 は 戦後 に お い て も 日本 寮歌 祭 を ひら い たり 、 「 日本 の 教育 改革 を 進め る 会 」 を 結成 し たり し て 旧 制 高等 学校 の 長所 を うったえ た 。 しかし 、 あくまで 国立 学校 の 高等 教育 機関 と し て の 復活 を 希求 し て い た せい か 、 私立 学校 で エリート に たい する 一般 教養 教育 の 短期 大学 や 高等 専門 学校 を 設立 する うごき は な かっ た 。 ただし 、 公立 で は こう い う 学校 が 存在 し た 。 1950 年 に 設立 さ れ 、 1955 年 に 廃止 さ れ た 和歌山 県 立理 科 短期 大学 が それ で あ る 。 新制 東京 大学 教養 学 部 の 設置 は 旧 制 高等 学校 の 教養 主義 的 な 伝統 を のこ そ う と し た うごき で あ る 。 また 、 終戦 直後 に 国際 基督 教 大学 ( ICU ) 教養 学 部 の 設立 に たずさわ っ た 旧 帝国 大学 卒 の 有力 者 たち は その リベラル ・ アーツ ・ カレッジ の 理念 に 旧 制 高等 学校 の よ さ を 継承 さ せ られ る 可能 性 を 期待 し た 。 入試 ・ 教育 課程 ・ 卒業 入試 1901 年 、 高等 学校 入試 に 「 総合 選抜制 」 が と ら れ た 。 「 総合 選抜制 」 は 190 8 年 廃止 と な っ た が 、 翌年 から 七高 を 除 い た 各校 が 試験 問題 を 統一 し た 。 1926 年 から 官立 高等 学校 受験 者 の 便宜 を 考慮 し て 、 官立 高等 学校 を 2 つ の 班 に 区分 し 、 各班 から 1 校 ずつ 志望 指定 でき る もの と し た 。 第 1 班 は 一高 ・ 五 高 ・ 七高 ・ 新潟 高 ・ 水戸 高 ・ 山形 高 ・ 松江 高 ・ 東京 高 ・ 大阪 高 ・ 浦和高 ・ 静岡 高 ・ 姫路 高 ・ 広島 高 。 第 2 班 は 二 高 ・ 三 高 ・ 四 高 ・ 六 高 ・ 八高 ・ 松本 高 ・ 山口 高 ・ 松山 高 ・ 佐賀 高 ・ 弘前 高 ・ 福岡 高 ・ 高知 高 。 クラス 編成 大学 予科 は 第 一 部 ( 法 ・ 文 ) 、 第 二 部 ( 工 ・ 理 ・ 農 ) 、 第 三 部 ( 医 ) に わかれ て い た 。 分類 例 を あげ る と 、 法科 志願 者 の うち 、 英語 を 主 と する 科 は 一部 英法 、 ドイツ 語 を 主 と する 科 は 一部 独法 、 文科 大学 志望 者 の うち 、 英語 を 主 と する 科 は 一部 英文 、 ドイツ 語 を 主 と する 科 は 一部 独文 など で あ る 。 高等 学校 令 改正 の 影響 に よ り 大学 予科 は 高等 科 に 名称 を あらため た 。 文科 と 理科 に 大別 さ れ 、 履修 する 外国 語 に よ り 、 文科 甲類 ( 第 一 外国 語 が 英語 ) 、 文科 乙類 ( ドイツ 語 ) 、 文科 丙類 ( フランス 語 ) 、 理科 甲類 ( 英語 ) 、 理科 乙類 ( ドイツ 語 ) 、 理科 丙 類 ( フランス 語 ) と 細分 さ れ た 。 理科 乙 類 は 医学 部 ・ 薬学 部 進学 コース と な っ て い た 。 ただし 、 フランス 語 を 第 一 外国 語 に する 類 を お い た 高校 は 第 一 高等 学校 ・ 第 三 高等 学校 ・ 静岡 高等 学校 ・ 福岡 高等 学校 ・ 大阪 高等 学校 ・ 浦和 高等 学校 など 少数 に とどま っ た 。 1926 年 の 第 四 高等 学校 に おけ る クラス 編成 は 文甲 2 クラス 、 文乙 1 クラス 、 理甲 3 クラス 、 理乙 1 クラス と な っ て い た 。 卒業 ・ 大学 入試 帝国 大学 の 入学 定員 は 旧 制 高校 の 卒業 者 数 と ほぼ おなじ だっ た の で 、 志望 する 学科 を 選 り 好み し な けれ ば 、 卒業 後 の 帝国 大学 進学 を 保証 さ れ た 。 この ため 、 地方 の 帝国 大学 や 官立 大学 で は 募集 学科 に よ っ て 定員 割れ が 生 じ て い た 。 京城 帝国 大学 や 北海道 帝国 大学 など 後発 大学 で は 独自 に 「 予科 」 を 設け て 早く から 質 の よ い 学生 を 確保 する 手法 を と っ た 。 1920 年代 に な る と 、 初期 に 設立 さ れ た 官立 医学 専門 学校 が 官立 医科 大学 へ と 昇格 し た 。 帝国 大学 ( 独自 の 大学 予科 を 持 つ 北海道 帝大 、 京城 帝大 、 台北 帝大 を 除 く ) と おなじく 医科 大学 など も 独自 の 大学 予科 を も た な かっ た 。 これ ら の 大学 へ 進学 する に は 旧 制 高等 学校 を 卒業 する 必要 が あ っ た 。 この よう に 「 予科 を も つ 地方 帝大 」 と 「 予科 を も た な い 官立 医大 」 の 出現 で 旧制 高校 卒業 = 帝国 大学 進学 と い う 図式 は くずれ た 。 一般 的 に 医学 部 、 東大 京大 の 人気 学科 は 志望 者 が おお い ため 、 倍率 が 2 倍 、 3 倍 と な る こと も すくな く な かっ た 。 もっとも 試験 科目 は 東大 法学 部 の 場合 、 英文和訳 、 和文 英訳 のみ だっ た 。 今 風 に い え ば 入ゼミ 試験 の よう な もの で あ っ た 。 東京 帝国 大学 理学 部 数学 科 の 場合 、 外国 語 、 数学 、 力学 、 物理 で あ り 、 九州 帝国 大学 工学 部 の 場合 、 数学 及 力 学 、 物理 学 、 化学 で あ り 、 九州 帝国 大学 医学 部 の 場合 、 外国 語 ( 英 独 仏 ノ内 二 ) 、 数学 、 物理 、 化学 、 動植物 学 で あ っ た 。 人気 学 部 ・ 学科 へ の 進学 に お い て は 浪人 する もの も すくな く な く 、 白線 浪人 と よ ば れ た 。 帝国 大学 の 定員 割れ は 、 旧 制 高校 卒業 ・ 卒業 見込 者 で の 充足 が 優先 さ れ た 。 帝国 大学 など で は 入学 志願 者 選抜 に 際 し 、 志願 者 の 学歴 に よ っ て 優先 順位 を 決定 し た 。 予科 を も た な い 大学 の 文系 学部 で は 高等 学校 文科 卒業 者 に 、 理系 学部 で は 高等 学校 理科 卒業 者 に 、 予科 を も つ 大学 で は 予科 修了 者 に 、 第 一 位 の 優先 順位 を 与え た 。 優先 順位 第 一 位 の 志願 者 数 が 定員 を 超え た 場合 は 、 第 一 位 の 志願 者 のみ を 対象 と する 競争 試験 を 実施 し た 。 この 試験 で 不 合格 と な り 浪人 する 者 が 「 白線 浪人 」 と 呼 ば れ る こと も あ っ た 。 優先 順位 第 一 位 の 志願 者 数 が 定員 以下 の 場合 は 第 一 位 全員 を 合格 と し 、 欠員 部分 を 優先 順位 第 二 位 に 振り向け た 。 第 二 位 以下 の 学歴 に よ る 順位 の 決定 方法 は 大学 、 学部 ごと に 異な る 。 多く の 場合 、 第 二 位 以下 に 「 高等 学校 卒業 以外 の 学歴 の 者 」 が 指定 さ れ 、 これ に よ り 入学 し た 者 は 「 傍系 入学 者 」 と 呼 ば れ た 。 したが っ て 、 高等 師範 学校 や 高等 実業 学校 から の 進学 希望 者 は 形式 的 に は 欠員 補充 で あ っ た が 、 帝国 大学 で は 定員 充足 を 理由 に 傍系 入学 と い う あつかい で 入学 を 許可 さ れ て い た 。 傍系 入学 者 は とくに 東京 ・ 京都 以外 の 帝大 で は 比較 的 おお く み られ た 。 学制 改革 に よ る 新制 切り替え に 際 し 、 白線 浪人 対策 ( 1949 年 11 月 29 日 付 文部 省 通達 ) が 行 わ れ た 。 各旧 制 大学 を 二 期 に 分け 、 1949 年度 ( 昭和 24 年度 ) 選抜 試験 を 実施 し た 。 各旧 制 大学 は 入学 定員 を でき る かぎり 増加 さ せ 、 二 重 入学 や 入学 取消 など を 防止 する ため 第 一 期 の 大学 は 合格 発表 を でき る だけ 早 く 行 っ た 。 なお 、 旧 制 大学 が 行 う 白線 浪人 対策 は 195 0 ( 昭和 25 ) 年入試 で 終了 し た 。 帝国 大学 ・ 官立 医 大 入学 者 数 出典 : 大正 15 年 発行 『 帝国 大学 入学 試験 問題 集 』 付録 / 北辰 書 院 大正 十 五 年 各 大学 入学 者 数 東京 帝大 2363 京都 帝大 1381 九州 帝大 0 60 8 東北 帝大 0 392 新潟 医大 00 6 0 岡山 医大 006 1 千葉 医大 006 1 金沢 医大 00 6 0 長崎 医大 006 3 戦時 中 の 臨時 措置 太平 洋 戦争 が 激化 する と 、 非常 時 の 臨時 措置 と し て 1942 年 、 1943 年 に は 半年 繰り上げ の 2 年 半 で 、 また 、 1943 年 入学 の 学年 から は 法 改正 に よ り 正式 に 修業 年限 が 2 年 に 短縮 さ れ た 。 ただし 、 終戦 直後 の 1945 年 9 月 に ふたたび 修業 年限 3 年 に あらため られ た ため 、 2 年 の 年限 で 卒業 し た の は 1943 年 入学 の 学年 だけ で あ る 。 1940 年 4 月 入学 → 1942 年 9 月 卒業 ( 正規 3 年 ・ 半年 短縮 ) 1941 年 4 月 入学 → 1943 年 9 月 卒業 ( 正規 3 年 ・ 半年 短縮 ) 1942 年 4 月 入学 → 1943 年 11 月 仮 卒業 → 1944 年 9 月 卒業 ( 正規 3 年 ・ 半年 短縮 ) 1943 年 4 月 入学 → 1945 年 3 月 卒業 ( 正規 2 年 ) 1944 年 4 月 入学 → 1947 年 3 月 卒業 ( 正規 2 年 ・ 1 年 延長 ) 1945 年 4 月 入学 → 1948 年 3 月 卒業 ( 正規 2 年 ・ 1 年 延長 ) 1946 年 4 月 入学 → 1949 年 3 月 卒業 ( 正規 3 年 ) 1947 年 4 月 入学 → 1950 年 3 月 卒業 ( 正規 3 年 ) 1948 年 4 月 入学 → 1949 年 3 月 修了 白線 帽 に マント 、 高下駄 は 旧 制 高校 生 の 典型 的 な 身なり で あ り 、 寮歌 を 高吟 し て 街 を ある く 姿 は おおく の 旧 制中 等 学校 生徒 の あこがれ で あ っ た 。 帽子 の 白線 は 二条 また は 三条 で あ り 、 旧 制 高校 生 の 象徴 で あ っ た 。 しかし 、 旧 制 私立 高校 で は 帽子 に 白線 が な い 学校 も あ り 、 成城 高校 で は 生徒 が それ を 不満 と し て 「 白線 運動 」 を おこ し た と い う 。 一方 、 日大 予科 の 帽子 は 旧制 高校 と そっくり な 白線 帽 で あ っ た 。 1886 年 ( 明治 19 年 ) 4 月 10 日 、 中 学校 令 が 公布 さ れ た 。 これ に よ り 全国 五 学 区 の 各学区 および 山口 ならび に 鹿児島 に 官立 高等 中 学校 ( 旧 制 高等 学校 の 前身 ) が 設立 さ れ た 。 1886 年 、 東京 大学 予備 門 は 第 一 高等 中 学校 に 、 大阪 の 大学 分校 は 第 三 高等 中 学校 ( のち に 京都 に 移転 ) に 、 山口 中 学校 は 山口 高等 中 学校 に 改め られ た 。 翌 1887 年 ( 明治 20 年 ) 、 第 二 高等 中 学校 ( 仙台 ) ・ 第 四 高等 中 学校 ( 金沢 ) ・ 第 五 高等 中 学校 ( 熊本 ) ・ 鹿児島 高等 中学 造士 館 が あい つ い で 設立 さ れ た 。 各校 に 付 さ れ て い る 数字 は 第 一 から 第 五 まで は 当時 の 学区 ( 時期 に よ り 変遷 し た ) の 番号 で あ り 、 第 六 から 第 八 まで は 設立 順 と な っ て い る 。 初期 に 設立 さ れ た 第 一 から 第 五 高等 学校 に は 当初 、 専門 学 部 が 置 か れ た 。 1897 年 ( 明治 30 年 ) 4 月 、 学区 制 が 撤廃 さ れ 、 学区 に 縛 ら れ る こと な く 高等 学校 の 受験 が 可能 と な っ た 。 第 一 次 世界 大戦 の 好 景気 に わ く 日本 は 同時 に 工業 力 の 大発展 を とげ 、 帝国 大学 の 増設 や 学生 定員 の 増加 が 社会 的 に もとめ られ る こと と な っ た 。 これ に 対応 し て 高等 学校 の 数 も ふや す 必要 が しょうじ る に いた っ た 。 1918 年 ( 大正 7 年 ) 、 原 内閣 の もと で 「 高等 諸 学校 創設 及 拡張 計画 」 が 4450 万 円 ( 通貨 ) の 莫大 な 追加 予算 を ともな っ て 帝国 議会 に 提出 さ れ 可決 さ れ た 。 その 計画 で は 、 大正 8 年 から 6 年 計画 で 、 官立 旧 制 高等 学校 10 校 、 官立 高等 工業 学校 6 校 、 官立 高等 農林 学校 4 校 、 官立 高等 商業 学校 7 校 、 外国 語 学校 ( 旧制 ) 1 校 、 旧 制 薬 学 専門 学校 1 校 の 新設 、 帝国 大学 4 学 部 の 設置 、 医科 大学 5 校 の 昇格 、 商科 大学 1 校 の 昇格 で あ っ た 。 その 後 、 この 計画 は ほぼ 実現 さ れ た 。 この さい 、 新潟 と 松本 の あいだ で 「 第 九 高等 学校 」 の 名称 の 奪い合い が おき た ため 、 番号 を やめ て 地名 を もちい る よう に な っ た 。 そして 、 各地 に ネーム スクール が 誕生 する こと に な っ た 。 高等 学校 の 増加 で 番号 に よ る 区別 が 困難 に な っ た こと も その 一因 で あ る 。 七 年 制 高等 学校 ( 尋常 科 4 年 ・ 高等 科 3 年 ) は 制度 的 に 高等 教育 機関 と 位置 づけ られ て い る もの の 、 実質 的 に は 一 つ の 学校 で 中等 ・ 高等 教育 機関 を かね て い た 。 七 年 制 高等 学校 構想 に は 当時 の 先端 的 な 教育 思想 を 信奉 する 教育 家 や 英国 流 の パブリック スクール に 傾倒 し て い た 国際 派 経済 人 が とびつ き 、 おおく の 七 年 制 高等 学校 は スマート な 気質 の 学生 を そだて る こと を めざ し た 。 武蔵 高等 学校 ( 旧 制 ) の よう に スポーツ を きん じ 、 落第 者 ・ 退校 者 を 多数 だ す こと も じ せ ず 、 東京 帝大 へ の 入学 率 で 一高 を ぬ い た こと を 自慢 する 学校 すら あ っ た 。 八 高 出身 の エッセイスト ・ 三國 一朗 は 東京 帝大 に 入学 し た さい 、 七 年 制 高等 学校 出身 の 東大 生 を 目撃 し 、 「 異様 な タイプ の 東大 生 の 一群 」 と ひょう し て い る 。 七 年 制 高等 学校 は スマート だ が 重量 感 に とぼし い 受験 秀才 と 文芸 青年 を うみだ し た と の 評価 も あ る 。 東京 高等 学校 尋常 科 は 設立 から わずか 13 年 、 授業 開始 から 12 年 で 廃止 さ れ る こと に な っ た 。 その 後 も 大阪 府 立 浪速 高等 学校 尋常 科 、 公立 から 官立 に 移管 し た 富山 高等 学校 の 尋常 科 も あい つ い で 廃止 さ れ た ( 東高 尋常科 は 戦後 の 一 時期 、 募集 を 再開 ) 。 官立 、 公立 で 尋常 科 を 持 つ の は 台湾 総督 府 が 所管 する 台北 高等 学校 と 東京 府 が 設立 し た 府立 高等 学校 のみ と な っ た 。 旧 制 高等 学校 群 に お い て 初等 教育 機関 を 包含 し て い た 学校 に は 甲南 、 成城 、 成蹊 が あ る 。 これ ら の 小 学校 へ の 入学 が 東京 帝国 大学 を はじめ と する 帝国 大学 群 へ の 進学 に 直結 する こと と な り 人気 を あつめ た 。 のち に 東大 総長 と な る 加藤 一郎 も 成城 の 小 学校 ( 現 成城 学園 初等 学校 ) から 成城 高等 学校 に 進 ん で い る 。 なお 、 旧 制 高等 学校 で は な い が 、 学習 院 も 初等 教育 機関 を 包含 し て い た 。 学制 改革 に さい し て は 、 高等 科 は 新制 大学 へ 尋常 科 は 新制 中 学校 ・ 高等 学校 へ それぞれ 移行 し た と かんがえ る の が 一般 的 で あ る 。 学校 法人 学習 院 の 学習 院 中等 科 ( 旧制 ) ・ 学習 院 高等 科 ( 旧制 ) ( 現在 の 学習 院 高等 科 ・ 学習 院 大学 ) 学習 院 は 学習 院 学制 に もとづ い て 設立 さ れ た 官立 の 学校 で あ る 。 また 、 宮内 省 直轄 と い う 特殊 な 教育 機関 で あ っ た 。 当初 は 初等 学科 ( 6 年 ) 、 中等 学科 ( 当初 は 6 年 のち 5 年 ) 、 補習 科 、 高等 学科 、 大学 別科 ( 190 5 年 廃止 ) など が 置 か れ て い た 。 しかし 、 1919 年 に 初等 科 、 中等 科 、 高等 科 と 改称 さ れ 、 学校 教育 法 が 施行 さ れ る まで その 体制 が つづ い た 。 当初 の 学習 院 学制 で は 補習 科 および 高等 学科 は 中等 科 の 卒業 生 を 対象 と し た 2 年 制 の 教育 機関 と い う 位置 づけ と な っ て い た 。 明治 期 から 大正 期 に かけ て は 帝国 大学 へ の 進学 も 完全 に 保証 さ れ た もの で は な かっ た 。 高等 学科 の 卒業 生 は 帝国 大学 側 に 定員 割れ が しょう じ た 場合 や 、 院長 の 推薦 に よ り の み 帝国 大学 へ の 進学 が ゆる さ れ る など 制度 と し て 一定 し て い な い 。 ほか の 旧制 高校 高等 科 卒業 生 と まったく 同等 の 帝国 大学 へ の 進学 許可 が 制度 的 に 保証 さ れ る よう な っ た の は 1921 年 の 文部 省令 第 二 七 号 に よ る もの で あ る 。 第 二 次 世界 大戦 後 、 医学 ・ 歯学 教育 は 大学 ( 旧制 大学 ) で おこな う こと と な っ た 。 旧 制 医学 専門 学校 あるいは 旧 制 歯科 医学 専門 学校 は 旧 制 大学 に 昇格 し た 。 しかし 、 この うち いく つ か は 大学 昇格 の 基準 を みた す こと が でき ず 在校 生徒 救済 の ため に 旧 制 高等 学校 に 改変 さ れ た 。 これ を 戦後 特設 高校 と よ ぶ ( ただし 、 官立 徳島 高等 学校 は 異な る 経緯 で 旧 制 高校 と な っ た ) 。 医大 の 予科 的 な 位置 づけ で あ り 、 一部 は 学制 改革 時 新設 さ れ た 新制 大学 に 包括 さ れ た 。 大学 予科 旧 制 高等 学校 に 類似 する もの の ( 大学 令 に よ り 設立 さ れ た もの ) 、 個別 に 連携 さ れ た 大学 へ の み 進学 を 前提 と し た 高等 教育 機関 で あ る 。 この 点 は 旧 制 高等 学校 と は 制度 的 に おおき く ことな る 。 +師範 学校 ( しはん がっこう ) と は 、 戦前 の 学制 改革 に お い て 初等 ・ 中等 学校 教員 の 養成 ( 師範 教育 ) を 目的 と し た 中等 ・ 高等 教育 機関 で あ る 。 1872 年 ( 明治 5 年 ) 、 同年 に 公布 さ れ た 学制 に 基づ き 、 東京 の 湯島 聖堂内 に 、 18 71 年 に 閉鎖 さ れ た 昌平坂 学問 所 を 一部 引き継 ぐ 形 で 官立 の 師範 学校 が 設立 さ れ 、 その 後 、 大阪 ・ 仙台 ・ 名古屋 ・ 広島 ・ 長崎 ・ 新潟 と 各学 制 学区 に 設置 さ れ た 。 1878 年 ( 明治 11 年 ) まで に 、 官立 の 師範 学校 は 、 東京 師範 学校 と 東京 女子 師範 学校 を 除 い て すべて 府 県 に 移管 さ れ た 。 この ほか 各県 が 小 学校 教員 養成 を 目的 と し て 独自 に 設置 し た 師範 学校 が 多数 存在 し た が 、 修業 期間 ・ 入学 年齢 とも に まちまち で あ っ た 。 1881 年 ( 明治 14 年 ) 、 教育 令 の もと で 師範 学校 教則 大綱 が 定め られ 、 師範 学校 の レベル が 初めて 統一 さ れ た 。 1886 年 ( 明治 19 年 ) 、 師範 学校 令 が 制定 さ れ 師範 学校 は 高等 師範 学校 と 尋常 師範 学校 に 分け られ た 。 1897 年 ( 明治 30 年 ) 、 師範 教育 令 が 制定 さ れ 尋常 師範 学校 は 師範 学校 と 改め られ た 。 1907 年 ( 明治 40 年 ) 、 小 学校 の 6 年 制 化 に 伴 い 師範 学校 規程 が 定め られ 、 中等 学校 卒業 者 対象 の 師範 学校 第 二 部 が 制度 化 さ れ た 。 1943 年 ( 昭和 18 年 ) 、 師範 教育 令 の 改正 に よ り 、 師範 学校 は すべて 官立 移管 さ れ かつ 旧 制 専門 学校 と 同格 の 教育 機関 に 昇格 、 あらた に 青年 師範 学校 が 設置 さ れ た ( 翌年 さらに 改正 ) 。 ( なお 旧 外地 の うち 台湾 の 師範 学校 に つ い て は 、 日本 統治 時代 の 台湾 の 師範 教育 機関 も 参照 の こと ) 師範 学校 は 、 卒業 後 教職 に 就 く こと を 前提 に 授業 料 が かか ら な い のみ な ら ず 生活 も 保障 さ れ た の で 、 優秀 で も 貧し い 家 の 子弟 へ の 救済 策 の 役割 を 果た し て い た 。 師範 学校 → 高等 師範 学校 → 文理科 大学 と い う コース を と れ ば 、 学費 無料 で 中等 学校 → 高等 学校 → 帝国 大学 と い う 正規 の ルート に 匹敵 する 教育 が 受け られ た ため 、 経済 的 な 理由 で 進学 を 断念 せ ざる を え な い 優秀 な 人材 を 多 く 吸収 し た 。 この 制度 に 助け られ た 人物 に 、 明治 ・ 大正 期 の 陸軍 軍人 秋山 好古 や 昭和 期 の 軍人 ・ 大韓 民国 大統領 朴 正煕 ( どちら も 教師 を 経 て 陸軍 士官 学校 ( 日本 ) 入学 ) 、 実業 家 五島 慶太 ( 東急 グループ 初代 総帥 、 長野 県 上田 高等 学校 卒業 後 、 小 学校 の 代用 教員 を 経 て 東京 高等 師範 学校 → 英語 教師 → 東京 大学 ) ら が い る ( なお 作家 菊池 寛 は 家庭 の 経済 的 事情 で 東京 高等 師範 学校 に 進 む こと を 余儀 な く さ れ た もの の 、 素行 が 原因 で 退学 処分 を 受け 、 素封 家 から の 援助 を 取り付け て 第 一 高等 学校 ( 旧制 ) に 入学 し直 し た ) 。 しかし 、 戦後 に な る と 連合 国 軍 最高 司令 官 総 司令 部 ( GHQ / SCAP ) が 日本 の 民主 化 の ため 、 軍国 教育 の 温床 と な っ た 師範 学校 制度 を 解体 し 、 米国 に なら っ て 教員 養成 を 大学 で 行 う よう 指導 し た 。 全寮 制 の 師範 学校 の 寮 生活 は 大 日本 帝国 陸軍 の 内務 班 その まま で 、 上級 生 へ の 絶対 服従 を 植えつけ る ため 下級 生 へ の いじめ 、 しごき は 日常 茶飯事 で あ り 、 古事 記 の 記述 を 盲目 的 に 正史 と し て 教え る など 教育 内容 に も 問題 が 多 く 、 その 卒業 生 たち が 軍国 主義 教育 の 担い手 と な り 、 教え子 を 続々 と 戦地 に 送 り 続け て き た と い う 批判 が 出 た の で あ る 。 かか る 教育 の 結果 と し て 、 いわゆる 「 師範 タイプ 」 と 称 さ れ る 、 形式 主義 、 権威 主義 、 盲目 的 服従 主義 、 など 融通 が き か ず 杓子 定規 で 型 に はま っ て い る 教師 を 大量 に 生み出 し て お り 、 この よう な 「 師範 タイプ 」 の 存在 は 戦前 に お い て も 問題 視 さ れ て い た 。 この ため 、 各地 の 師範 学校 は アメリカ 合衆 国 の 「 リベラル アーツ カレッジ 」 など を 手本 に し て 、 旧 制 諸 学校 を 包有 し た 新制 大学 の 教育 学 部 、 学芸 学 部 と し て 再 出発 する こと に な っ た 。 しかし 、 大学 へ の 移行 に 伴 う 教官 の 審査 で は 、 当然 研究 者 と し て の 実績 が 重視 さ れ た ため 、 黒板 の 書 き 方 や 学級 経営 など 実務 ノウハウ しか 持ち合わせ な かっ た 旧 制師範 時代 の 教官 の 多く は 審査 の 結果 不 適格 と し て 教壇 を 追 わ れ た 。 この ため この 時期 に 大幅 に 教官 を 入れ 替え た 学校 が 多 く 、 また 県内 の 師範 、 青年 師範 の キャンパス も 順次 統合 さ れ て い っ た ため 校風 は 大き く 変化 し た 。 カリキュラム は 、 当初 「 リベラル アーツ カレッジ 」 に なら っ て 教養 教育 に 重き が 置 か れ 、 大学 に よ っ て は 医学 部 へ の 進学 課程 等 も 置 か れ て い た が 、 戦後 、 小・ 中 学校 が 整備 さ れ る と とも に 卒業 生 の 進路 も 教員 が 主流 と な り 、 昭和 41 年 に 改正 国立 学校 設置 法 が 施行 さ れ る と 、 ほとんど の 学芸 学 部 は 教職 以外 の 分野 に 進 む コース を 順次 廃止 し 、 その 名称 を 「 教育 学 部 」 へ 変更 する よう に な っ た 。 現在 の 制度 で は 、 あらゆる 学部 から 教員 免許 を 取得 でき る よう に な っ て い る 。 しかし これ に 伴 い 教育 学 を 専門 に 学 ば な かっ た 学校 教員 の 力量 不足 が 指摘 さ れ る よう に な り 、 師範 学校 制度 を 復活 さ せ る べ き で あ る と い う 議論 も 一部 に は あ っ た 。 しかし 、 専門 職 養成 は 大学 院 レベル で 行 う こと が 世界 的 な 潮流 で あ り 、 日本 に お い て も 法曹 を 含 む 高度 専門 職 養成 の ため に 、 専門 職 大学 院 制度 が 導入 さ れ た こと と も あい ま っ て 、 これ から の 教員 に 必要 と さ れ る 高度 な スキル の 習得 は 大学 院 レベル で 行 う こと と な っ た 。 そこ で 専門 職 大学 院 の ひと つ と し て 教職 大学 院 制度 が 導入 さ れ 、 2008 年 4 月 1日 ( 平成 20 年度 ) から 開設 さ れ た 。 高等 師範 学校 は 、 中等 教員 を 養成 する 学校 で あ る 。 以下 の 学校 が 存在 し た 。 高等 師範 学校 ( 1886 年 - ) 190 2 年 から 東京 高等 師範 学校 。 女子 高等 師範 学校 ( 190 0 年 - ) 190 8 年 から 東京 女子 高等 師範 学校 。 広島 高等 師範 学校 ( 190 2 年 - ) 奈良 女子 高等 師範 学校 ( 190 8 年 - ) 1897 年 ( 明治 30 年 ) の 師範 教育 令 に よ り 、 高等 師範 学校 は 師範 学校 、 尋常 中 学校 、 高等 女 学校 の 教員 、 女子 高等 師範 学校 は 師範 学校 女子 部 、 高等 女 学校 の 教員 を 養成 する こと が 定め られ た 。 高等 師範 学校 は 中 学校 卒業 、 女子 高等 師範 学校 は 高等 女 学校 卒業 を 入学 資格 と し た 。 学士 の 称号 を 授与 さ れ る の は 大学 の 卒業 者 のみ が 原則 で あ る が 、 東京 高等 師範 学校 専攻 科 と 広島 高等 師範 学校 徳育 専攻 科 の 卒業 生 に つ い て のみ 、 特に 文学 士 と 称 する こと が 認め られ て い た ( 高等 師範 学校 専攻 科 卒業 者 の 称号 に 関 する 件 ( 昭和 5 年 勅令 第 36 号 ) ) 。 尋常 師範 学校 は 初等 教員 を 養成 する 学校 で あ る 。 各 府 県 に 1 校 設置 さ れ 男子 部 と 女子 部 が 置 か れ た 。 1897 年 ( 明治 30 年 ) の 師範 教育 令 に よ り 尋常 師範 学校 は 師範 学校 に 改め られ 、 各 道 府 県 に 1 校 また は 数 校 設置 さ れ る こと に な っ た 。 1920 年代 後半 まで に 女子 部 は 女子 師範 学校 と し て 分離 さ れ た 。 高等 小 学校 ( 小 学校 高等 科 ) 卒業 を 入学 資格 と する 本科 第 一 部 ( 1925 年 から 5 年 制 ) と 、 中 学校 もしくは 高等 女 学校 卒業 を 入学 資格 と する 本科 第 二 部 ( 1907 年 に 制度 化 、 1931 年 から 2 年 制 ) が 置 か れ た 。 1943 年 ( 昭和 18 年 ) の 師範 教育 令 に よ り 、 高等 師範 学校 は 中 学校 と 高等 女 学校 の 教員 、 女子 高等 師範 学校 は 高等 女 学校 の 教員 を 養成 する こと が 定め られ た 。 1947 年 の 学校 教育 法 制定 と 1949 年 の 国立 学校 設置 法 に よ り 、 東京 高師 は 文理 大 と 合併 し 東京 教育 大学 に 、 広島 高等 師範 学校 は 広島 女子 高等 師範 学校 と とも に 広島 文理科 大学 ( 旧制 ) 、 広島 高等 学校 ( 旧制 ) 、 広島 工業 専門 学校 ( 旧 制 ) 等 と 合併 し 広島 大学 に 、 東京 ・ 奈良 両女 高師 は 大学 に 昇格 し それぞれ お茶の水 女子 大学 と 奈良 女子 大学 に 、 金沢 高等 師範 学校 は 金沢 大学 教育 学部 に な っ た 。 また 、 岡崎 高師 は 、 戦災 で 岡崎 市 から 豊川 市 に 疎開 後 、 岡崎 市 に 戻 る こと な く 、 名古屋 大学 教養 部 ( 現 ・ 情報 文化 学 部 ) の 豊川 分校 に な っ た 。 ( 名古屋 大学 教育 学 部 は 戦後 の 新制 大学 発足 時 に 改めて 学部 と し て 新設 さ れ た もの で 、 高師 の 系統 を 汲 ん で い な い ) 。 東京 高等 師範 学校 ( 1886 年 - ) : 東京 文理科 大学 に 昇格 ( 1929 年 ) 以後 、 同 大学 に 併設 。 東京 女子 高等 師範 学校 ( 190 0 年 - ) 広島 高等 師範 学校 ( 190 2 年 - ) : 広島 文理科 大学 ( 旧制 ) に 昇格 ( 1929 年 ) 以後 、 同 大学 に 併設 。 奈良 女子 高等 師範 学校 ( 190 8 年 - ) 金沢 高等 師範 学校 ( 1944 年 - ) 岡崎 高等 師範 学校 ( 1945 年 - ) 広島 女子 高等 師範 学校 ( 1945 年 - ) 1943 年 から 師範 学校 は 国民 学校 教員 を 養成 する 、 官立 の 、 専門 学校 程度 の 教育 機関 と な っ た 。 師範 学校 に は 本科 と 予科 が 置 か れ 、 本科 は 中 学校 もしくは 高等 女 学校 卒業 生 、 予科 は 国民 学校 高等 科 の 卒業 生 および 中 学校 もしくは 高等 女 学校 2 年 修了 者 が 入学 で き た 。 全国 に 以下 の 師範 学校 が あ っ た 。 カッコ 内 は 新制 大学 。 北海道 第 一 師範 学校 ( 北海道 教育 大学 札幌 分校 ) 北海道 第 二 師範 学校 ( 北海道 教育 大学 函館 分校 ) 北海道 第 三 師範 学校 ( 北海道 教育 大学 旭川 分校 ) 青森 師範 学校 ( 弘前 大学 教育 学 部 ) 岩手 師範 学校 ( 岩手 大学 学芸 学 部 ) 宮城 師範 学校 ( 東北 大学 教育 学 部 → 宮城 教育 大学 ) 秋田 師範 学校 ( 秋田 大学 学芸 学 部 ) 山形 師範 学校 ( 山形 大学 教育 学 部 ) 福島 師範 学校 ( 福島 大学 学芸 学 部 ) 茨城 師範 学校 ( 茨城 大学 教育 学 部 ) 栃木 師範 学校 ( 宇都宮 大学 学芸 学 部 ) 群馬 師範 学校 ( 群馬 大学 学芸 学 部 ) 埼玉 師範 学校 ( 埼玉 大学 教育 学 部 ) 千葉 師範 学校 ( 千葉 大学 学芸 学 部 ) 東京 第 一 師範 学校 ( 東京 学芸 大学 学芸 学 部 ) 東京 第 二 師範 学校 ( 同上 ) 東京 第 三 師範 学校 ( 同上 ) 神奈川 師範 学校 ( 横浜 国立 大学 学芸 学 部 ) 新潟 第 一 師範 学校 ( 新潟 大学 教育 学 部 ) 新潟 第 二 師範 学校 ( 新潟 大学 教育 学 部 高田 分校 → 上越 教育 大学 ) 富山 師範 学校 ( 富山 大学 教育 学 部 ) 石川 師範 学校 ( 金沢 大学 教育 学 部 ) 福井 師範 学校 ( 福井 大学 学芸 学 部 ) 山梨 師範 学校 ( 山梨 大学 学芸 学 部 ) 長野 師範 学校 ( 信州 大学 教育 学 部 ) 静岡 第 一 師範 学校 ( 静岡 大学 教育 学 部 ) 静岡 第 二 師範 学校 ( 同上 ) 愛知 第 一 師範 学校 ( 愛知 教育 大学 学芸 学 部 ) 愛知 第 二 師範 学校 ( 同上 ) 岐阜 師範 学校 ( 岐阜 大学 学芸 学 部 ) 三重 師範 学校 ( 三重 大学 学芸 学 部 ) 滋賀 師範 学校 ( 滋賀 大学 学芸 学 部 ) 京都 師範 学校 ( 京都 教育 大学 学芸 学 部 ) 大阪 第 一 師範 学校 ( 大阪 教育 大学 学芸 学 部 ) 大阪 第 二 師範 学校 ( 同上 ) 兵庫 師範 学校 ( 神戸 大学 教育 学 部 ) 奈良 師範 学校 ( 奈良 教育 大学 学芸 学 部 ) 和歌山 師範 学校 ( 和歌山 大学 学芸 学 部 ) 鳥取 師範 学校 ( 鳥取 大学 学芸 学 部 ) 島根 師範 学校 ( 島根 大学 教育 学 部 ) 岡山 師範 学校 ( 岡山 大学 教育 学 部 ) 広島 師範 学校 ( 広島 大学 教育 学 部 ) 山口 師範 学校 ( 山口 大学 教育 学 部 ) 徳島 師範 学校 ( 徳島 大学 教育 学 部 → 鳴門 教育 大学 ) 香川 師範 学校 ( 香川 大学 学芸 学 部 ) 愛媛 師範 学校 ( 愛媛 大学 教育 学 部 ) 高知 師範 学校 ( 高知 大学 教育 学 部 ) 福岡 第 一 師範 学校 ( 福岡 教育 大学 学芸 学 部 ) 福岡 第 二 師範 学校 ( 同上 ) 佐賀 師範 学校 ( 佐賀 大学 教育 学 部 ) 長崎 師範 学校 ( 長崎 大学 学芸 学 部 ) 熊本 師範 学校 ( 熊本 大学 教育 学 部 ) 大分 師範 学校 ( 大分 大学 学芸 学 部 ) 宮崎 師範 学校 ( 宮崎 大学 学芸 学 部 ) 鹿児島 師範 学校 ( 鹿児島 大学 教育 学 部 ) 沖縄 師範 学校 樺太 樺太 庁 樺太師範 学校 朝鮮 京城 師範 学校 ( ソウル 大 学校 師範 大学 ) 大邱 師範 学校 ( 慶北 大 学校 師範 大学 ) 平壌 師範 学校 全州 師範 学校 ( 全州 教育 大 学校 ) 咸興 師範 学校 光州 師範 学校 ( 光州 教育 大 学校 ) 春川 師範 学校 ( 春川 教育 大 学校 ) 晋州 師範 学校 ( 晋州 教育 大 学校 ) 清州 師範 学校 ( 清州 教育 大 学校 ) 新義州 師範 学校 清津 師範 学校 海州 師範 学校 大田 師範 学校 京城 女子 師範 学校 ( ソウル 大 学校 師範 大学 ) 公州 女子 師範 学校 ( 公州 教育 大 学校 ) 元山 女子 師範 学校 関東 州 旅順 師範 学校 ( 女子 部 は 旧 ・ 旅順 女子 師範 学校 ) 台湾 台北 師範 学校 ( 本科 ( 旧 ・ 台北 第 二 師範 学校 ) → 国立 台北 教育 大学 、 予科 と 女子 部 ( 旧 ・ 台北 第 一 師範 学校 ) → 台北 市 立 教育 大学 ) 台 中 師範 学校 ( 本科 → 国立 台 中 教育 大学 、 予科 ( 旧 ・ 新竹 師範 学校 ) → 国立 新竹 教育 大学 ) 台南 師範 学校 ( 本科 → 国立 台南 大学 、 予科 ( 旧 ・ 屏 東 師範 学校 ) → 国立 屏東 教育 大学 ) 1944 年 の 師範 教育 令 改正 に よ り 、 青年 学校 の 教員 養成 を し て い た 都道 ( 庁 ) 府 県立 の 青年 学校 教員 養成 所 が 、 官立 の 、 専門 学校 レベル の 教育 機関 で あ る 青年 師範 学校 に な っ た 。 予科 を 修了 し た 者 、 中 学校 また は 高等 女 学校 を 卒業 し た 者 が 入学 でき 、 男子 部 と 女子 部 が お か れ て い た 。 全国 に 以下 の 青年 師範 学校 が あ っ た 。 カッコ 内 は 新制 大学 。 樺太 青年 師範 学校 青森 青年 師範 学校 ( 弘前 大学 教育 学 部 ) 岩手 青年 師範 学校 ( 岩手 大学 学芸 学 部 ) 秋田 青年 師範 学校 ( 秋田 大学 学芸 学 部 ) 山形 青年 師範 学校 ( 山形 大学 教育 学 部 ) 福島 青年 師範 学校 ( 福島 大学 学芸 学 部 ) 茨城 青年 師範 学校 ( 茨城 大学 教育 学 部 ) 群馬 青年 師範 学校 ( 群馬 大学 学芸 学 部 ) 埼玉 青年 師範 学校 ( 埼玉 大学 教育 学 部 ) 千葉 青年 師範 学校 ( 千葉 大学 教育 学 部 ) 新潟 青年 師範 学校 ( 新潟 大学 教育 学 部 ) 富山 青年 師範 学校 ( 富山 大学 教育 学 部 ) 石川 青年 師範 学校 ( 金沢 大学 教育 学 部 ) 福井 青年 師範 学校 ( 福井 大学 学芸 学 部 ) 山梨 青年 師範 学校 ( 山梨 大学 学芸 学 部 ) 長野 青年 師範 学校 ( 信州 大学 教育 学 部 ) 岐阜 青年 師範 学校 ( 岐阜 大学 学芸 学 部 ) 静岡 青年 師範 学校 ( 静岡 大学 教育 学 部 ) 宮城 青年 師範 学校 ( 東北 大学 教育 学 部 → 宮城 教育 大学 ) 三重 青年 師範 学校 ( 三重 大学 学芸 学 部 ) 滋賀 青年 師範 学校 ( 滋賀 大学 学芸 学 部 ) 兵庫 青年 師範 学校 ( 神戸 大学 教育 学 部 ) 鳥取 青年 師範 学校 ( 鳥取 大学 学芸 学 部 ) 島根 青年 師範 学校 ( 島根 大学 教育 学 部 ) 岡山 青年 師範 学校 ( 岡山 大学 教育 学 部 ) 広島 青年 師範 学校 ( 広島 大学 教育 学 部 ) 山口 青年 師範 学校 ( 山口 大学 教育 学 部 ) 徳島 青年 師範 学校 ( 徳島 大学 学芸 学 部 ) 香川 青年 師範 学校 ( 香川 大学 学芸 学 部 ) 愛媛 青年 師範 学校 ( 愛媛 大学 教育 学 部 ) 高知 青年 師範 学校 ( 高知 大学 教育 学 部 ) 佐賀 青年 師範 学校 ( 佐賀 大学 教育 学 部 ) 長崎 青年 師範 学校 ( 長崎 大学 学芸 学 部 ) 熊本 青年 師範 学校 ( 熊本 大学 教育 学 部 ) 大分 青年 師範 学校 ( 大分 大学 学芸 学 部 ) 宮崎 青年 師範 学校 ( 宮崎 大学 学芸 学 部 ) 沖縄 青年 師範 学校 彰 化 青年 師範 学校 ( 台湾 彰 化 に あ っ た 、 廃止 ) 東京 青年 師範 学校 ( 東京 学芸 大学 学芸 学 部 ) 愛知 青年 師範 学校 ( 愛知 教育 大学 学芸 学 部 ) 京都 青年 師範 学校 ( 京都 教育 大学 学芸 学 部 ) 大阪 青年 師範 学校 ( 大阪 府 立 大学 教育 学 部 ) 奈良 青年 師範 学校 ( 奈良 教育 大学 学芸 学 部 ) 福岡 青年 師範 学校 ( 福岡 教育 大学 学芸 学 部 ) 北海道 青年 師範 学校 ( 北海道 教育 大学 岩見沢 分校 ) 神奈川 青年 師範 学校 ( 横浜 国立 大学 学芸 学 部 ) 栃木 青年 師範 学校 ( 宇都宮 大学 学芸 学 部 ) 和歌山 青年 師範 学校 ( 和歌山 大学 学芸 学 部 ) 鹿児島 青年 師範 学校 ( 鹿児島 大学 教育 学 部 ) 帝国 大学 及び 官立 旧 制 専門 学校 専門 学科 の 他 教育 に 関 する 一定 の 科目 を 修了 し た 者 に も 旧制 中 学校 、 高等 女 学校 の 免許 状 が 授与 さ れ た 。 臨時 教員 養成 所 師範 学校 、 中 学校 、 高等 女 学校 の 教員 養成 実業 学校 教員 養成 所 実業 学校 の 教員 養成 実業 補習 学校 教員 養成 所 道 府 県 市 に お い て 設置 さ れ る 実業 補習 学校 の 教員 養成 高等 師範 学校 と は 別 に 帝国 大学 及び 直轄 諸 学校 内 に 臨時 教員 養成 所 が 設け られ 、 師範 学校 、 中 学校 、 高等 女 学校 の 教員 不足 の 解消 が 図 ら れ た 。 こと に 大正 末 から 昭和 初期 に かけ て は 、 臨時 教員 養成 所 の 定員 は 高等 師範 学校 の 定員 の 半分 を 超え る 規模 で ( 1926 年 ( 大正 15 年 ) 当時 : 臨時 教員 養成 所 生徒 数 1542 名 、 高等 師範 学校 生徒 数 2 71 9 名 ) 、 多数 の 中 学校 教員 を 供給 する など 、 大きな 役割 を 果た し た 。 臨時 教員 養成 所 官制 ( 190 2 年 ( 明治 35 年 ) 3 月 28 日 勅令 第 百 号 ) 第 一 期 ( 190 2 年 臨時 教員 養成 所 規程 制定 〜 ) 第 一 臨時 教員 養成 所 東京 大学 第 二 臨時 教員 養成 所 第 一 高等 学校 ( 旧制 ) 第 三 臨時 教員 養成 所 第 二 高等 学校 ( 旧制 ) 第 四 臨時 教員 養成 所 第 三 高等 学校 ( 旧制 ) 第 五 臨時 教員 養成 所 東京 外国 語 学校 第 六 臨時 教員 養成 所 東京 女子 高等 師範 学校 第 二 期 ( 1922 年 臨時 教員 養成 所 規程 改正 頃 ) 第 一 臨時 教員 養成 所 東京 高等 師範 学校 、 東京 文理科 大学 ( 1922 年 - 1944 年 ) 第 二 臨時 教員 養成 所 広島 高等 師範 学校 ( 1922 年 - 1937 年 ) 第 三 臨時 教員 養成 所 奈良 女子 高等 師範 学校 ( 1922 年 - 1931 年 ) 第 四 臨時 教員 養成 所 東京 音楽 学校 ( 1922 年 - 1931 年 ) 第 五 臨時 教員 養成 所 大阪 外国 語 学校 ( 1922 年 - 1927 年 ) 第 六 臨時 教員 養成 所 東京 女子 高等 師範 学校 ( - 1938 年 ) 第 七 臨時 教員 養成 所 京都 帝国 大学 ( 1923 年 - 1930 年 ) 第 八 臨時 教員 養成 所 九州 帝国 大学 ( 1913 年 - 1932 年 ) 第 九 臨時 教員 養成 所 東北 帝国 大学 ( 1923 年 - 1932 年 ) 第 十 臨時 教員 養成 所 第 四 高等 学校 ( 旧制 ) ( 1923 年 - 1931 年 ) 第 十 一 臨時 教員 養成 所 浜 松 高等 工業 学校 ( 1924 年 - 1930 年 ) 第 十 二 臨時 教員 養成 所 東京 外国 語 学校 ( 1926 年 - 1930 年 ) 第 十 三 臨時 教員 養成 所 第 五 高等 学校 ( 旧制 ) ( 1913 年 - 1931 年 ) 第 十 四 臨時 教員 養成 所 小樽 高等 商業 学校 ( 1927 年 - 1929 年 ) 第 十 五 臨時 教員 養成 所 佐賀 高等 学校 ( 旧制 ) ( 1929 年 - 1930 年 ) 第 十 六 臨時 教員 養成 所 北海道 帝国 大学 ( 1929 年 ) 第 三 期 ( 戦時 体制 下 ) 東京 臨時 教員 養成 所 東京 文理科 大学 ( 1941 年 - 1942 年 ) 浜松 臨時 教員 養成 所 浜 松 高等 工業 学校 ( 1940 年 - 1942 年 ) 広島 臨時 教員 養成 所 広島 文理科 大学 ( 1941 年 - 1948 年 ) 名古屋 臨時 教員 養成 所 名古屋 高等 工業 学校 ( 1911 年 - 1942 年 ) 大阪 臨時 教員 養成 所 大阪 大学 ( 1942 年 - 1943 年 ) 札幌 臨時 教員 養成 所 北海道 帝国 大学 ( 1943 年 ) 仙台 臨時 教員 養成 所 東北 帝国 大学 ( 1942 年 - 1943 年 ) 福岡 臨時 教員 養成 所 九州 帝国 大学 ( 1942 年 - 1943 年 ) 大学 および 直轄 諸 学校 内 に 実業 学校 教員 の 養成 所 が 設置 さ れ た 。 実業 学校 教員 養成 規程 ( 1899 年 制定 ) 農業 教員 養成 所 → 東京 帝国 大学 農科 大学 附属 農業 教員 養成 所 ( 1899 年 ) → 東京 帝国 大学 農学 部 附属 農業 教員 養成 所 → 東京 農業 教育 専門 学校 ( → 東京 教育 大学 ) と し て 独立 東京 高等 商業 学校 附設 商業 教員 養成 所 ( 1899 年 - ) → 東京 商科 大学 ( 旧制 ) 附属 商業 教員 養成 所 → 1949 年 5 月 廃止 東京 高等 工業 学校 附設 工業 教員 養成 所 ( 1899 年 - ) → 東京 工業 大学 附属 高等 工業 教員 養成 所 大阪 高等 工業 学校 附設 工業 教員 養成 所 ( 1920 年 - ) → 大阪 工業 専門 学校 附設 工業 教員 養成 所 横浜 高等 工業 学校 附設 工業 教員 養成 所 ( 1929 年 - ) → 横浜 工業 専門 学校 附設 工業 教員 養成 所 名古屋 高等 工業 学校 附設 工業 教員 養成 所 ( 1929 年 - ) → 名古屋 工業 専門 学校 附設 工業 教員 養成 所 熊本 高等 工業 学校 附設 工業 臨時 教員 養成 所 ( 1939 年 ) → 熊本 工業 専門 学校 附設 工業 教員 養成 所 広島 高等 工業 学校 附設 工業 教員 養成 所 ( 1939 年 ) → 広島 工業 専門 学校 附設 工業 教員 養成 所 仙台 高等 工業 学校 附設 工業 教員 養成 所 ( 1943 年 ) → 仙台 工業 専門 学校 附設 工業 教員 養成 所 金沢 高等 工業 学校 附設 工業 教員 養成 所 ( 1943 年 ) → 金沢 工業 専門 学校 附設 工業 教員 養成 所 室蘭 工業 専門 学校 ( 旧制 ) 附設 工業 教員 養成 所 ( 1945 年 ) 多賀 工業 専門 学校 ( 旧制 ) 附設 工業 教員 養成 所 これ ら は 学制 改革 で それぞれ 東京 工業 大学 ・ 熊本 大学 ・ 広島 大学 ・ 室蘭 工業 大学 ・ 茨城 大学 ・ 金沢 大学 ・ 東北 大学 の 一部 と な っ て 、 商業 教員 養成 課程 ・ 工業 教員 養成 課程 が 設置 さ れ た 。 私立 大学 専門 部 ( 大学 専門 部 ( 旧 制 ) = 専門 学校 令 に よ る 旧 制 専門 学校 に あた る ) ・ 私立 専門 学校 に 、 師範 学校 ・ 中 学校 、 高等 女 学校 の 教員 を 養成 する ため の 高等 師範 部 ・ 高等 師範 科 が 、 小 学校 の 教員 を 養成 する ため の 師範 科 が 、 設置 さ れ た 。 日本 大学 専門 部 高等 師範 科 ( 1901 年 ) → 日本 大学 文理学 部 早稲田 大学 専門 部 高等 師範 部 ( 190 3 年 ) → 早稲田 大学 教育 学 部 國學院 大 學 専門 部 高等 師範 部 ( 1927 年 ) 駒澤 大学 専門 部 高等 師範 科 ( 1929 年 ) 大正 大学 専門 部 高等 師範 科 法政 大学 専門 部 高等 師範 部 立正 大学 専門 部 高等 師範 科 ( 1925 年 ) 同志 社 専門 学校 英語 師範 部 ( 1922 年 ) 東北 学院 専門 部 師範 科 ( 1918 年 ) → 高等 部 師範 科 ( 1929 年 ) 青山 学院 高等 部 英語 師範 科 日本 女子 大学 師範 科 師範 学校 、 高等 師範 学校 など の 他 に 、 官立 の 旧 制 専門 学校 、 私立 の 専門 学校 ・ 各種 学校 に お い て 図画 、 音楽 、 体育 ・ 武道 、 教員 の 養成 課程 が あ っ た 。 家庭 科 教員 の 養成 は 高等 女 学校 専攻 科 、 旧制 女子 専門 学校 が 大きな 役割 を 果た し て い た 。 官立 東京 美術 学校 図画 師範 科 東京 音楽 学校 甲種 師範 科 東京 高等 体育 学校 ( 1941 年 ) → 東京 体育 専門 学校 → 東京 教育 大学 → 筑波 大学 私立 日本 体育 会 体操 練習 所 → 日本 体育 会 体操 学校 → 日本 体育 専門 学校 → 日本 体育 大学 大 日本 武徳 会 武術 教員 養成 所 → 武術 専門 学校 → 武道 専門 学校 実践 高等 女 学校 専攻 科 ・ 高等 師範 部 → 実践 女子 専門 学校 → 実践 女子 大学 日本 音楽 学校 高等 師範科 ・ 師範 科 武蔵野 音楽 学校 → 武蔵野 音楽 学校 → 武蔵野 音楽 大学 女子 美術 専門 学校 師範 科 弘前 和洋裁縫女 学校 師範 科 ( 1928 年 ) 、 弘前 和洋裁縫女 学校 高等 師範 科 ( 1933 年 ) → 東北 女子 大学 +尋常 小 学校 ( じんじょう しょう がっこう ) は 、 明治 時代 から 昭和 初期 に かけ て の 初等 教育 機関 の 名称 。 1886 年 ( 明治 19 年 ) の 小 学校 令 で 尋常 小 学校 ・ 高等 小 学校 が 設置 さ れ る 。 この 時 の 尋常 小 学校 ( 義務 教育 ) の 修業 年数 は 3 年間 若しくは 4 年間 で あ っ た 。 1890 年 ( 明治 23 年 ) の 改正 で 4 年間 のみ に 統一 さ れ た 。 その 後 何 回 か の 変遷 を 経 て 、 澤柳 政太郎 文部 次官 の 下 、 1907 年 ( 明治 40 年 ) に 6 年間 に 延長 さ れ た 。 1941 年 ( 昭和 16 年 ) の 国民 学校 令 に よ り 、 国民 学校 が 設置 さ れ 、 尋常 小 学校 ・ 高等 小 学校 は 消滅 し た 。 +神戸 海軍 操練 所 ( こうべ かいぐん そうれん じょ ) は 、 江戸 時代 の 1864 年 ( 元治 1 年 ) 5 月 に 、 軍艦 奉行 の 勝海 舟 の 建言 に よ り 幕府 が 神戸 市 に 設置 し た 海軍 士 官 養成 機関 、 海軍 工廠 で あ る 。 現在 の 神戸 市 中央 区 新港町 周辺 に あ っ た 。 京橋 筋 南詰 に は 神戸 海軍 操練 所 跡碑 が あ る 。 幕臣 で あ り ながら 幕府 の 瓦解 を 予見 し て い た 勝 の 元 に は 、 倒幕 派 の 志士 も 多 く 集 っ て い た 。 この 操練 所 が 神戸 に 出来 て 以後 、 漁村 で あ っ た 神戸 は 港町 と し て の 成長 を 見せ 始め る よう に な る 。 以下 の よう な エピソード が あ る 。 それ を 見越 し て い た 勝 は 、 地元 で 自分 の 世話 を し て くれ た 者 に 「 今 の うち に 土地 を 買 っ て おく が い い 」 と 助言 し た 。 その 後 、 見事 に 地価 が 高騰 し 、 その 者 は 大きな 利益 を あげ た 。 しかし 、 八 月 十 八 日 の 政変 で 失脚 し た 長州 藩 が 京都 へ 進攻 し た 禁門 の 変 の 責 を 問 わ れ た 。 勝 は 軍艦 奉行 を 罷免 さ れ る 。 さらに 土佐 脱 藩 浪士 や 長州 に 同情 的 な 意見 を 持 つ 生徒 が 多 かっ た この 操練 所 は 、 幕府 の 機関 で あ り ながら 反幕府 的 な 色合い が 濃 い と し て 翌年 1865 年 に 閉鎖 さ れ た 。 ちなみ に 、 神戸 海軍 操練 所 と 勝海 舟 個人 の 私塾 は 別物 と し て 考え ね ば な ら な い と い う 説 が 、 松浦 玲 や 篠原 宏 と い っ た 研究 者 から 出 さ れ て い る 。 坂本 龍馬 : 塾頭 。 勝海 舟 に 見出 さ れ 、 操船 術 を 学 ぶ が 、 その ほとんど は 我流 で あ っ た 。 脱藩 後 の 青春 の 舞台 で あ っ た 操練 所 の 閉鎖 と 、 師 で あ る 勝 の 罷免 は 彼 を 失望 さ せ た 。 これ 以後 倒幕 運動 に 本腰 を 入れ 始め る 。 操練 所 解散 後 は 、 ここ で の 経験 を 生か し 亀山 社中 を 結成 。 ただし 、 松浦 玲 など の 意見 を 採用 する なら ば 、 龍馬 は 神戸 海軍 操練 所 に は 入れ ず 、 勝海 舟 個人 の 私塾 の 塾頭 で も な かっ た 。 実際 の ところ 、 勝海 舟 の 私塾 を 取り 仕切 っ て い た の は 龍馬 で は な く 、 佐藤 与之助 で あ っ た と 考え られ る 。 しかし 、 勝 自身 が 、 『 氷川 清話 』 の なか で 、 坂本 竜馬 が 塾頭 で あ っ た と 語 っ て い る 。 したが っ て 、 坂本 が 、 神戸 の 海軍 操練 所 あるいは 、 それ に 付随 し た 塾 と 全く 関係 が な かっ た と い う こと は でき な い だ ろ う 。 陸奥 宗光 : 坂本 の 引き立て に よ っ て 副 長格 と な る 。 竜馬 の 秘書 的 な 役割 を 担 っ た 。 後 の 日清 戦争 時 、 外務 大臣 。 伊東 祐亨 : 薩摩 藩 出身 。 後 に 初代 連合 艦隊 司令 長官 と な り 、 黄海 海戦 ( 日清 戦争 ) の 指揮 を と る 。 北添 佶摩 ・ 望月 亀 弥太 : 土佐 藩 脱藩 。 坂本 の 制止 を 振り切 り 池田 屋 事件 に 関与 。 これ が 元 で 勝海 舟 の 立場 が 悪 く な っ た と も 言え る 。 +鳴滝 塾 ( なるたきじゅく ) は 、 文政 7 年 ( 1824 年 ) に 、 フィリップ ・ フランツ ・ フォン ・ シーボルト が 長崎 郊外 に 設け た 私塾 。 診療 所 も 兼ね て い た 。 木 構造 ( 建築 ) 二 階 建て で 、 書庫 など が あ っ た 。 庭 に は 日本 各地 で シーボルト が 採取 し た 薬草 類 が 栽培 さ れ た 。 シーボルト は 出島 から 塾 まで 通 い 、 西洋 医学 や 自然 科学 など 科学 の 幅広 い 分野 を 教授 し た 。 鳴滝 塾 で 学 ん だ の は 、 高野 長 英 、 二宮 敬作 、 伊東 玄朴 、 戸塚 静海 など 50 人 以上 に 及 ぶ 。 私塾 の 跡地 は 現在 の 長崎 市 鳴滝 に あ り 、 国 の 史跡 「 シーボルト 宅跡 」 と な っ て い る 。 跡地 に 隣接 し て 1989 年 ( 平成 元年 ) に 長崎 市 に よ り シーボルト 記念 館 が 開館 さ れ た 。 +蘭学 塾 ( らんがく じゅく ) は 、 江戸 時代 に 西洋 の 学問 を 学 ぶ ため に 私塾 と し て 広ま っ た 学問 所 。 ヨーロッパ の 学問 ( 蘭学 ) を 初期 は 主に 西洋 医学 と 天文 学 、 後 に 化学 、 物理 学 、 西洋 建築 学 等 を 学 ぶ 場所 と し て 使 わ れ 、 その 後 の 日本 の 近代 化 に 大きな 役割 を 果た し た 。 概要 江戸 時代 は ヨーロッパ の 学問 ( 西洋 医学 、 化学 、 物理 学 等 ) と 言 え ば 蘭学 で あ る が 、 これ は 鎖国 時代 に 清 ( 中華 人民 共和 国 ) を 除 け ば 海外 と 交易 し て い た 相手 は オランダ のみ で あ っ た ため で あ る 。 洋書 の 多く は 都合 オランダ 経由 で 入 っ て き た ため オランダ ( 阿蘭 陀 ) の 書物 「 蘭書 」 と 呼 び オランダ 以外 の 西洋 学問 の こと も オランダ ( 阿蘭陀 ) 学問 「 蘭学 」 で 呼 ぶ よう に な っ た 。 歴史 西洋 と の 交流 が 始ま っ た 最初 期 は 西洋 の キリスト 教 に よ る 影響 を 鑑み て 江戸 幕府 は 蘭学 の 禁止 を 打ち出 し て い た が 、 八代 征夷 大将軍 徳川 吉宗 公 の 代 に 改革 の 一部 と し て 解禁 さ れ 日本 の 蘭学 史 が 幕 を 開け た 。 しかし 禁令 が 布 か れ て 百 年 あまり の 日本 で は 長崎 で 通詞 を する 人間 も 読み 書き は 出来 ず 、 ひとたび 失敗 を すれ ば 切腹 さ せ られ かね な い 状況 や 、 通詞 と し て の 価値 を 下げ かね な い 蘭学 の 普及 に 積極 的 に な る こと は な かっ た 。 また 、 切実 に 求め られ た 医学 の 分野 で は 出島 オランダ 商館 医 に 指導 を 受け た 通詞 の 家 の いく つ か が 紅毛 外科 ( こうもうげか ) と 称 する 和洋 折衷 の 医学 を 一子 相伝 的 に 伝え る 流派 を 生み出 す のみ で あ り 、 幕府 は 漢文学者 で あ っ た 野呂 元 丈 、 青木 昆陽 ら を 招聘 し て 対策 に 当た ら せ た が 単語 700 余り を 書き留め る に 終わ っ て しま っ た 。 この 状況 を 打開 し た の は 禁令 解禁 より 50 年 余り が 経過 し た 後 に 出版 さ れ た 医書 『 解体 新書 』 で あ っ た 。 医師 、 前野 良沢 、 杉田 玄白 ら が 独学 で 西洋 医学 書 『 ターヘル ・ アナトミア 』 の 訳出 に 成功 。 それ まで 蘭学 は 禁令 が 解 か れ た と は いえ 表立 っ て 行動 を 起こ せ ば 幕府 へ の 反逆 の 意思 あり と みな さ れ 、 即処罰 の 対象 に さ れ かね な い 状況 で あ っ た 。 しかし 、 この 成功 に よ り 杉田 玄白 の 下 に は 多く の 弟子 が 集ま り その 教育 の ため に 私塾 の 必要 性 が 生 じ ここ に 蘭学 塾 「 天真 楼 」 が 創設 さ れ た 。 前野 良沢 、 杉田 玄白 の 弟子 大槻 玄沢 は 「 天真 楼 」 に 学 ん だ 後 、 私塾 「 芝蘭 堂 」 を 創設 。 これ ら の 塾 から 海外 の 事 を 取り入れ よ う と やっき に な っ て い た 江戸 時代 末期 の 蘭学 塾 が 多く が 作 ら れ た 。 特に 慶應 義塾 大学 など は 元々 は 蘭学 塾 から スタート し て お り 、 今 で も 大学 の こと を 塾 と 呼 ぶ の は この 名残 で あ る 。 江戸 : 大槻 玄沢 の 芝蘭 堂 大坂 : 緒方 洪庵 の 適塾 長崎 : フィリップ ・ フランツ ・ フォン ・ シーボルト の 鳴滝 塾 +朝暘 学校 ( ちょうよう がっこう ) は 、 1876 年 ( 明治 9 年 ) に 県令 三島 通庸 の 命 に よ り 現在 の 鶴岡 市 役所 の 敷地 内 に 建設 さ れ た 洋風 瓦葺 3 階 建て の 学校 の こと で あ る 。 そもそも 鶴岡 に は 藩校 と し て 致道 館 が 存在 し た 。 しかし 、 県令 三島 通庸 は あえて 洋風 の 学校 を 建設 し た 。 これ は 明治 政府 に 対 する 反感 の 強 かっ た この 地方 に 、 新 政府 の 威光 と 新し い 時代 が 始ま っ た こと を 告げ る ねらい が あ っ た 。 その ため 東京 市 参事 で の 銀座 煉瓦 街 建設 の 経験 から 当時 の 最高 レベル の 人材 を 集め 、 学校 建設 に 力 を 注 い だ の で あ る 。 朝暘 の 名前 は 現在 も 鶴岡 市 内 の 小 学校 名 と し て 残 っ て い る 。 高 さ : 六 丈 二 尺 八 寸 建坪 : 439 坪 室数 : 42 工人 : 65 , 400 人 工費 : 3 万 円 鶴岡 市 役所 の 敷地 内 に 朝暘 学校 の 記念 碑 同市 内 の 井岡 寺 ( せいこうじ ) に 建設 指揮 に 当た っ た 県官 吏 鹿児島 県 士族 原口 祐之 の 寿碑 この 中 に 大工 棟 梁 高橋 兼吉 の 名前 あり 。 朝暘 学校 の 50 分 の 1 スケール の 精巧 な 模型 が 鶴岡 市 役所 向かい の 旧 庄内 藩 校致道 館 に 展示 +旧 制 外国 語 学校 ( きゅう せい がいこく ご がっこう ) 。 ここ で い う 旧制 外国 語 学校 と は 、 第 二 次 世界 大戦 後 に 学制 改革 が 行 わ れ る まで 存在 し た 旧 制 専門 学校 の うち 、 外国 語 の 専門 教育 を 行 う もの で あ り 、 戦 時期 に 「 外事 専門 学校 」 ( もしくは 語学 専門 学校 ) と 改称 さ れ た 一 群 の 高等 教育 機関 を 指 す ( したが っ て 各種 学校 と し て 設立 さ れ た 外国 語 学校 と は 異な る ) 。 なお 、 この 項目 で は 「 前史 」 と も い う べ き 旧制 専門 学校 と し て 制度 化 さ れ る 以前 の 明治 初期 の 「 外国 語 学校 」 に つ い て も 述べ る 。 幕末期 から 明治 維新 期 に かけ 、 全国 に 官公 私立 の 外国 語 学校 が 多数 設立 さ れ た が 、 多く は 廃止 さ れ る か 旧制 中 学校 に 転換 さ れ 、 高等 教育 機関 と し て は 東京 ・ 大阪 の 官立 3 校 のみ が 残 っ た 。 この うち 東京 外国 語 学校 ( 旧 制 ) を 除 く 2 校 は 、 高等 中 学校 - 旧 制 高等 学校 に 改組 さ れ た 。 専門 学校 令 施行 の 時点 で 旧 制 専門 学校 と な っ た 外国 語 学校 ( 外事 専門 学校 ) は 、 東京 の 官立 東京 外国 語 学校 1 校 のみ で あ っ た が 、 これ 以後 大阪 に 官立 1 校 、 小倉 ・ 神戸 に 公立 各 1 校 が 設置 、 私立 校 と し て は 天理 外国 語 学校 など が 設立 さ れ た 。 第 二 次 世界 大戦 中 の 1944 年 、 外国 語 学校 は その ほとんど が 「 外事 専門 学校 」 ( 外専 ) と 改称 さ れ た 。 官立 2 校 は 東京 外国 語 大学 ・ 大阪 外国 語 大学 の 国立 2 外 大 に 、 公立 2 校 は 北九州 市立 大学 ・ 神戸 市 外国 語 大学 に 継承 さ れ て い る 。 幕末 以降 、 明治 維新 期 に 至 る まで 国内 各地 で の 洋学 塾 の 盛行 は 、 1873 年 の 東京 外国 語 学校 ( 旧制 ) 設立 、 翌 1874 年 の 愛知 ・ 広島 ・ 長崎 ・ 新潟 ・ 宮城 ・ 大阪 の 官立 外国 語 学校 7 校 の 設立 ( うち 長崎 は 2 校 ) に 結実 し た 。 当時 の 外国 語 教育 の なか で 特に 盛ん だっ た の は 英語 で あ っ た ため 、 東京 外国 語 学校 の 英語 科 は 第 一 高等 学校 ( 旧制 ) と し て 独立 、 それ 以外 の 官立 外国 語 学校 も 英語 学校 と 改称 さ れ た 。 しかし 西南 戦争 後 の 財政 難 に よ り 1877 年 、 愛知 ・ 広島 ・ 長崎 ・ 新潟 ・ 宮城 の 各 英語 学校 は 廃止 ( その 後 地元 の 県 に 移管 さ れ 、 旧 制 中 学校 に 改編 ) 、 東京 ・ 大阪 の 英語 学校 は それぞれ 東京 大学 予備 門 および 大阪 専門 学校 に 改組 さ れ 、 第 一 高等 学校 ( 旧 制 ) ・ 第 三 高等 学校 ( 旧 制 ) の 前身 と な っ た 。 また 文明 開化 の 退潮 も 影響 し て 、 他 の 私立 外国 語 学校 も この 頃 から 急速 に 減少 し て い っ た 。 残 る 東京 外国 語 学校 も 1885 年 に は 東京 商業 学校 ( 一橋 大学 の 前身 ) に 併合 さ れ 官立 外国 語 学校 は 一時 消滅 し た 。 1897 年 、 東京 商業 学校 の 後身 で あ る 東京 高等 商業 学校 の 附属 と し て 外国 語 学校 が 設置 、 さらに 2 年 後 の 1899 年 に は 東京 外国 語 学校 と し て 独立 し た 。 ついで 1920 年代 に 入 る と 、 1921 年 に 大阪 外国 語 学校 ( 旧制 ) 、 1927 年 に は 私立 最初 の 専門 学校 令 に よ る 外国 語 学校 と し て 天理 外国 語 学校 ( 天理 大学 の 前身 ) が 設立 さ れ た 。 これ ら の 外国 語 学校 は 外交 ・ 貿易 ・ 布教 など 海外 活動 実務 者 の 養成 機関 と し て 位置 づけ られ 、 旧 制 高等 学校 - 帝国 大学 進学 者 に と っ て 必須 の 教養 で あ っ た 英語 ・ フランス 語 ・ ドイツ 語 のみ な ら ず 、 中国 語 ・ ロシア 語 ・ スペイン 語 ・ ポルトガル 語 ・ マレー 語 ・ 印度 諸 言語 など 、 より マイナー な 語学 の 教育 を 重視 し て い た と い う 点 に 特徴 が あ る 。 1944 年 以後 各 外国 語 学校 は おおむね 「 外事 専門 学校 」 と 改称 、 基本 的 に は 戦後 の 学制 改革 まで 引き継 が れ た 。 また この 際 、 私立 専門 学校 で 外専 に 転換 する もの も あ っ た 。 戦争 終結 後 の 1946 年 、 旧 制校 と し て は 最末 期 の もの に な る 神戸 ・ 小倉 の 公立 外専 2 校 が 設立 さ れ た 。 1949 年 の 学制 改革 に よ る 新制 大学 設立 に 際 し 、 多く は 4 年 制 大学 ( 一部 は 短期 大学 ) に 包括 ・ 吸収 さ れ 1951 年 に 廃止 と な っ た 。 東京 外国 語 学校 ( 旧制 ) ( 1873 年 ) ⇒ 後出 。 1857 年 設置 さ れ た 江戸 幕府 の 蛮書 和解 御 用 を 源流 と する 開成 学校 の 「 語学 課程 」 を 分離 、 外務 省 の 語学 学校 など を 統合 し 設立 。 愛知 外国 語 学校 ( 1874 年 ) 1870 年 に 設立 さ れ た 尾張 藩 藩校 「 洋 学校 」 を 源流 と する 。 愛知 英語 学校 と 改称 さ れ 、 1877 年 の 廃止 に ともな っ て 愛知 県 愛知 中 学校 が 校舎 ・ 施設 を 引き継 ぎ 開校 、 1899 年 に 愛知 県 第 一 中 学校 に 改称 、 現在 の 愛知 県 立 旭丘 高等 学校 の 前身 と な っ た 。 広島 外国 語 学校 ( 1874 年 ) 広島 英語 学校 と 改称 さ れ 、 1877 年 の 廃止 に ともな い 広島 県 に 移管 ( 広島 県 英語 学校 ) 、 さらに 広島 県 中 学校 に 改編 。 1922 年 に 広島 県 立 広島 第 一 中 学校 と 改称 、 現在 の 広島 県 立 広島 国泰寺 高等 学校 の 前身 と な っ た 。 長崎 外国 語 学校 ( 1874 年 ) 1858 年 に 設立 さ れ た 幕府 直轄 の 「 英語 伝習 所 」 を 源流 と する 。 長崎 英語 学校 と 改称 さ れ 、 1877 年 の 廃止 に ともな い 長崎 県 に 移管 、 長崎 県 立 長崎 中 学校 ( 1878 年 ) → 長崎 外国 語 学校 ( 18 82 年 ) へ の 改編 を 経 て 、 長崎 県 立 長崎 中 学校 ( 1884 年 設立 / 現在 の 長崎 県 立 長崎 東高等 学校 ・ 長崎 県 立 長崎 西高等 学校 の 前身 ) および 長崎 県 立 長崎 商業 学校 ( 1886 年 設立 / 現在 の 長崎 市 立 長崎 商業 高等 学校 の 前身 ) と し て 分立 し た 、 。 新潟 外国 語 学校 ( 1874 年 ) 新潟 英語 学校 と 改称 さ れ 、 1877 年 の 廃止 に ともな い 県立 新潟 学校 に 合併 、 ついで 新潟 学校 中等 部 に 改編 さ れ た が 1887 年 に 廃止 、 。 宮城 外国 語 学校 ( 1874 年 ) 宮城 英語 学校 と 改称 さ れ 、 1877 年 の 廃止 後 は 県立 仙台 中 学校 → 宮城 中 学校 → 宮城 県 尋常 中 学校 と 改編 さ れ 、 1888 年 廃校 ( ただし 私立 東華 学校 経由 で 、 現宮城 県 仙台 第 一 高等 学校 の 源流 と する 見解 が あ る ) 。 大阪 外国 語 学校 ( 1874 年 ) 1869 年 大阪 に 設立 さ れ た 舎密 局 を 源流 と する 。 大阪 英語 学校 と 改称 さ れ 、 のち 大阪 専門 学校 ( 1879 年 ) → 大阪 中 学校 ( 1880 年 ) → 大学 分校 ( 1885 年 ) → 第 三 高等 中 学校 ( 1886 年 ) へ の 改編 を 経 て 1894 年 第 三 高等 学校 ( 旧制 ) と な る 。 以後 は 第 三 高等 学校 ( 旧制 ) 参照 。 専門 学校 令 に よ る 大阪 外国 語 学校 ( 旧制 ) ( 後出 ) と の 直接 の 継承 関係 は な い 。 東京 英語 学校 ( 1874 年 ) 東京 外国 語 学校 英語 科 を 分離 し 設立 。 の ち 東京 大学 予備 門 ( 1877 年 ) → 第 一 高等 中 学校 ( 1886 年 ) へ の 改編 を 経 て 1894 年 第 一 高等 学校 ( 旧制 ) と な る 。 以後 は 第 一 高等 学校 ( 旧制 ) 参照 。 東京 外国 語 学校 ( 旧制 ) ( 1899 年 ( 1873 年 ) ・ 現 東京 外国 語 大学 ) 本科 英語 部 ( 文科 ・ 貿易 科 ) 仏語 部 ( 文科 ・ 貿易 科 ) 独語 部 ( 文科 ・ 貿易 科 ) 露語 部 ( 文科 ・ 貿易 科 ・ 拓殖 科 ) 伊語 部 ( 文科 ・ 貿易 科 ・ 拓殖 科 ) 西語 部 ( 文科 ・ 貿易 科 ・ 拓殖 科 ) 葡語 部 ( 文科 ・ 貿易 科 ・ 拓殖 科 ) 支那 語 部 ( 文科 ・ 貿易 科 ・ 拓殖 科 ) 蒙古 語 部 ( 貿易 科 ・ 拓殖 科 ) 秦語 部 ( 貿易 科 ・ 拓殖 科 ) 馬来 語 部 ( 貿易 科 ・ 拓殖 科 ) ヒンドスタニー ・ タミル 語部 ( 貿易 科 ・ 拓殖 科 ) 、 選科 、 専修 科 、 速成 科 、 特修 科 を 設置 。 1873 年 11 月 : 設立 。 1885 年 9 月 : 東京 商業 学校 に 併合 。 1897 年 4 月 : 高等 商業 学校 附属 外国 語 学校 設立 。 1899 年 4 月 : 東京 外国 語 学校 と 改称 し 独立 ( 第 3 の 官立 専門 学校 ) 。 1944 年 4 月 : 東京 外事 専門 学校 と 改称 。 1949 年 5 月 : 新制 の 東京 外国 語 大学 に 包括 。 1951 年 3 月 : 廃止 。 大阪 外国 語 学校 ( 旧制 ) ( 1921 年 ・ 現 大阪 大学 外国 語 学 部 ) 本科 ( 支那 ・ 蒙古 ・ 馬来 ・ 印度 ・ 英 ・ 仏 ・ 独 ・ 露 ・ 西語 部 ) 、 選科 、 別科 を 設置 。 1921 年 12 月 : 専門 学校 令 に よ る 設立 。 1944 年 4 月 : 大阪 外事 専門 学校 と 改称 。 1949 年 5 月 : 新制 大阪 外国 語 大学 に 包括 。 1951 年 3 月 : 廃止 。 神戸 市 立 外事 専門 学校 ( 1946 年 ・ 現 神戸 市 外国 語 大学 ) 1946 年 3 月 : 設立 。 1949 年 2 月 : 神戸 市 外国 語 大学 に 昇格 。 1951 年 3 月 : 外専 廃止 。 市立 小倉 外事 専門 学校 ( 1946 年 ・ 現北 九州 市立 大学 外国 語 学 部 ) 1946 年 7 月 : 設立 。 1950 年 4 月 : 北九州 外国 語 大学 に 昇格 。 1953 年 4 月 に 北九州 大学 に 改組 、 2001 年 4 月 に は 北九州 市立 大学 と 改称 。 1954 年 6 月 : 外専 廃止 。 天理 外国 語 学校 ( 旧制 ) ( 1927 年 ・ 現天理 大学 ) 本科 ( 朝鮮 ・ 支那 ・ 馬来 ・ 西 ・ 露 ・ 英 ・ 蒙 ・ 独語 部 ) 、 特科 、 専修 科 、 特修 科 を 設置 。 朝鮮 語 部 は 私立 ・ 官公立 を 通 じ て 最初 。 1925 年 2 月 : 男女 共学 の 学校 と し て 設立 。 1927 年 12 月 : 専門 学校 令 に 準拠 し た 設立 。 男子 学生 を 編入 。 1928 年 : 女子 学生 は 天理 女子 学院 に 編入 ( 1940 年 : 天理 女子 専門 学校 に 改組 ) 。 1944 年 4 月 : 天理 語 学 専門 学校 と 改称 ( 天理 女専 は 天理 女子 語学 専門 学校 と 改称 ) 。 1947 年 4 月 : 天理 女子 語学 専門 学校 を 統合 。 1949 年 4 月 : 天理 大学 に 昇格 。 1951 年 3 月 : 天理 語 学 専門 学校 廃止 。 善隣 協会 専門 学校 ( 旧制 ) ( 1944 年 ・ 廃校 ) 支那 ・ 蒙古 ・ 露西 亜 ・ 安南 ・ 泰 ・ 緬甸 ・ 印度 ・ 比律 賓 ・ 馬来 ・ 土耳 古科 を 設置 。 1935 年 2 月 : 実業 専門 学校 と し て 善隣 協会 専門 学校 が 設立 。 1939 年 4 月 : 善隣 高等 商業 学校 と 改称 。 1944 年 4 月 : 善隣 外事 専門 学校 と 改称 。 1947 年 4 月 : 善隣 専門 学校 と 改称 。 1950 年 : 廃止 。 詳細 は 善隣 協会 専門 学校 ( 旧制 ) 参照 。 東亜 外事 専門 学校 ( 1944 年 ・ 現麗澤 大学 ) 1942 年 4 月 : 東亜 専門 学校 開校 。 1935 年 設立 の 道徳 科学 専攻 塾 を 前身 と する 。 1944 年 1 月 : 東亜 外事 専門 学校 と 改称 。 1947 年 1 月 : 千葉 外事 専門 学校 と 改称 。 1950 年 4 月 : 麗澤 短期 大学 に 昇格 。 1959 年 に 麗澤 大学 に 改組 さ れ た 。 同志 社 外事 専門 学校 ( 1944 年 ・ 現 同志社 大学 ) 1944 年 4 月 : 同志 社 専門 学校 高等 英語 部 と 法律 経済 部 を 統合 し 設立 。 1949 年 4 月 : 新制 同志社 大学 の 文学 部 ・ 法学 部 ・ 経済 学 部 ・ 商学 部 各 学部 に 吸収 。 1952 年 3 月 : 外専 廃止 。 南山 外国 語 専門 学校 ( 1946 年 ・ 現南山 大学 ) 英語 科 ・ 華語 科 ・ 仏語 科 ・ 独語 科 を 設置 。 1946 年 7 月 : 財団 法人 南山 中 学校 に よ り 設立 。 1947 年 8 月 : 名古屋 外国 語 専門 学校 と 改称 。 1949 年 4 月 : 南山 大学 に 昇格 。 1951 年 4 月 : 外専 廃止 。 福岡 外事 専門 学校 ( 1947 年 ・ 現 福岡 大学 ) 1947 年 2 月 : 財団 法人 「 福岡 外国 語 学園 」 に よ り 設立 。 1949 年 4 月 : 福岡 経済 専門 学校 に 併合 さ れ 福岡 商科 大学 設立 。 1956 年 、 福岡 大学 に 改組 さ れ た 。 京都 外国 語 学校 ( 1947 年 ・ 現京都 外国 語 大学 ) 1947 年 5 月 : 設立 。 1950 年 4 月 : 京都 外国 語 短期 大学 に 昇格 。 1959 年 、 京都 外国 語 大学 に 改組 さ れ た 。 +法 学校 ( ほう がっこう ) は 、 明治 初期 に 司法 省 が 管轄 し た 教育 機関 で あ り 、 現在 の 東京 大学 法学 部 の 前身 の 一 つ で あ る 。 卒業 者 に は 「 法律 学士 」 の 称号 が 与え られ た が 、 帝国 大学 成立 以前 に 「 学士 」 の 称号 を 与え る こと が 出来 た 高等 教育 機関 は 、 東京 大学 の 他 、 司法 省 法 学校 、 工部 省 工部 大 学校 、 開拓 使 札幌 農 学校 、 農 商務 省 ( 日本 ) 駒場 農 学校 で あ る 。 18 71 年 ( 明治 4 年 ) 9 月 に 創設 さ れ た 司法 省明法 寮 を 起源 に も つ 。 設立 に は 江藤 新平 が 関与 し て い る 。 当初 は 定員 100 名 を 想定 し て い た が 、 予算 の 関係 から 20 名 に 縮減 さ れ た 。 1872 年 ( 明治 5 年 ) 7 月 に 生徒 20 名 を 入学 さ せ 、 フランス 法 を 中心 と する 法学 教育 を 行 っ た 。 途中 で 生徒 の 一部 が 中退 し 、 新た に 募集 が 行 わ れ た ため 、 在籍 者 の 総計 は 36 名 に な る 。 法学 教育 を 担当 し た の は 、 フランス 人 御 雇 い 外国 人 、 ギュスターヴ ・ エミール ・ ボアソナード と ジョルジュ ・ ブスケ で あ る 。 フランス 語 の 教育 は 、 事前 に アンリ ・ ド ・ リブロール が 施 し た 。 1875 年 ( 明治 8 年 ) 5 月 に 司法 省 所管 の 法 学校 と な っ た 。 麹町 区 永楽町 の 司法 省 敷地 内 に あ っ た 旧 信濃 国 松本 藩 ( 松平 丹波守 ) 邸 の 建物 を 使用 し て い た 。 1876 年 ( 明治 9 年 ) 7 月 に 第 一 期 生 20 名 が 卒業 し た 。 前年 、 フランス へ 留学 し た 7 名 中 客死 し た 2 名 を 除 く 5 名 を 加え た 25 名 に 対 し 、 後 に 「 法律 学士 」 の 称号 が 与え られ た 。 第 一 期 生 の 卒業 を 受け 、 第 二 期 生 が 入学 。 第 二 期 生 以降 は 修業 年限 が 8 年 ( 予科 4 年 、 本科 4 年 ) と な っ た 。 また 、 定員 が 20 名 から 100 名 に 拡張 さ れ た 。 予科 は フランス 語 を 中心 と する 普通 教育 、 本科 で は フランス 語 に よ る 法学 教育 が 行 わ れ た 。 法学 教育 を 担当 し た の は 、 フランス 人 御 雇 い 外国 人 ジョルジュ ・ アッペール で あ る 。 第 二 期 生 は 1884 年 ( 明治 17 年 ) 7 月 卒業 し た が 、 入学 生 104 名 中 、 卒業 生 は 37 名 ( 法律 学士 33 名 、 成業 4 名 ) で あ る 。 第 二 期 生 が 本科 に 進 ん だ 1880 年 ( 明治 13 年 ) 9 月 に 第 三 期 生 53 名 が 入学 。 司法 省 法 学校 と し て は 、 1884 年 ( 明治 17 年 ) 10 月 に 入学 し た 第 四 期 生 75 名 が 最後 の 生徒 と な る 。 第 三 期 生 まで は 生徒 全員 が 官費 生 で あ っ た が 、 第 四 期 生 から 一部 私 費 生 と な っ た 。 1884 年 ( 明治 17 年 ) 12 月 に 文部 省 に 移管 さ れ て 東京 法 学校 と な り 、 1885 年 ( 明治 18 年 ) 9 月 に 東京 大学 法学 部 に 統合 さ れ た 。 統合 に 伴 い 、 在校 生 は 東京 大学 法学 部 に 移管 さ れ 、 中途 退学 者 を 除 き 1888 年 ( 明治 21 年 ) 以降 、 帝国 大学 法科 大学 仏 法科 を 卒業 し て い る が 、 卒業 生 は 第 三 期 生 36 名 、 第 四 期 生 36 名 で あ る 。 8 年 制 の 「 正則 科 」 の 他 に 、 日本 語 に よ り 2 年 な い し 3 年間 の 法学 教育 を 行 っ た 「 速成 科 」 も お か れ 、 第 三 期 生 まで 教育 を 行 っ た 。 卒業 生 は 西洋 近代 法 を 修得 し た 最初 の 世代 で あ り 、 その 多く は 裁判 官 ・ 検察 官 と し て 明治 期 日本 の 司法 を 支え た 。 また 、 第 一 期 生 は ギュスターヴ ・ エミール ・ ボアソナード に よ る 旧 民法 など の 法典 編纂 に 協力 し 、 民法典 論争 に お い て は 断行 派 の 中核 と な っ た 。 この ほか 、 第 一 期 生 の 過 半数 は 明治 大学 ( 明治 法律 学校 ) の 創立 に 関与 し て お り 、 その 縁故 で 第 二 期 生 以降 の 中 に も 同学 の 講師 と な っ た 者 が い る 。 また 、 出身 者 の 何 人 か は 関西 大学 ( 関西 法律 学校 ) の 創立 に 関与 し て い る 。 第 一 期 生 磯部 四郎 ( 旧 民法 の 編纂 者 ) 一瀬 勇三郎 井上 正一 井上 操 ( 関西 法律 学校 の 創立 者 ) 岩野 新平 小倉久 ( 関西 法律 学校 の 創立 者 、 初代 校長 ) 加太 邦 憲 岸本 辰雄 ( 明治 法律 学校 の 創立 者 、 初代 校長 ) 木下 広次 ( 京都 帝国 大学 初代 総長 ) 木下 哲三郎 熊野 敏三 ( 旧 民法 の 編纂 者 ) 栗塚 省吾 杉村 虎一 高木 豊三 宮城 浩蔵 ( 明治 法律 学校 の 創立 者 ) 矢代操 ( 明治 法律 学校 の 創立 者 ) 第 二 期 生 梅謙次郎 松室致 ( 司法 大臣 ) 秋月 左都夫 ( 読売 新聞 社 社長 ) 富谷 鉎太郎 ( 大審 院 院長 ) 河村 譲三郎 ( 司法 次官 ) 古賀 廉造 手塚 太郎 寺尾 亨 水上 長次郎 ( 関西 法律 学校 二 代 目 校長 ) 陸羯南 ( 「 賄 い 征伐 事件 」 で 中途 退学 ) 原 敬 ( 総理 大臣 ) ( 「 賄 い 征伐 事件 」 で 中途 退学 ) 福本 日南 ( 「 賄 い 征伐 事件 」 で 中途 退学 ) 第 三 期 生 横田 秀雄 ( 大審 院 院長 ) 水町 袈裟 六 ( 大蔵 次官 ) 木下 友三郎 ( 明治 大学 学長 ) 第 四 期 生 若槻 禮次郎 ( 総理 大臣 ) 勝本 勘三郎 赤沼 金三郎 岡 村 司 織田 萬 荒井 賢太郎 速成 科 第 一 期 生 倉富 勇三郎 ( 枢密 院 議長 ) +子守 学校 ( こもり がっこう ) と は 、 明治 初期 に 、 自身 の 幼 い 弟妹 や 他家 の 乳幼児 の 子守 の ため 学校 に 通 う こと が でき な い 子ども たち の ため に 作 ら れ た 学校 。 全国 に 約 320 校 、 公立 学校 、 私立 学校 の 両方 が あ っ た 。 概要 当時 は 文部 省 唱歌 の 「 赤とんぼ 童謡 「 赤とんぼ 」 」 など に 見 られ る よう に 、 現在 で 言 え ば 義務 教育 期間 に 当た る 子ども が 、 幼 い 子ども を 背負 う など し て 一 日 じゅう 面倒 を 見 て い た 。 1872 年 ( 明治 5 年 ) の 「 学制 発布 」 で 近代 的 な 学校 制度 を 日本 政府 が スタート さ せ た もの の 、 就学 率 が 思 う よう に 上が ら な かっ た 。 その 最大 の 原因 は 、 子ども たち 、 とくに 女児 が 親 から 幼 い 弟妹 たち の 子守 を 、 あるいは 奉公 先 など で 他家 の 幼児 の 子守 を 命 じ られ て 学校 に 行 く こと が でき な い ため だ と 論 じ られ た 。 問題 を 解決 する ため に 、 1880 年 ( 明治 13 年 ) に 全国 の 都 道 府 県 に 子守 学校 の 設置 を 命 じ られ 、 1883 年 ( 明治 16 年 ) 茨城 県 猿島 郡 小山村 に 、 渡辺 嘉重 が 日本 最初 の 子守 学校 を 開 い た 。 彼 は 子守り を 命 じ られ た 少女 たち が 連れ て き た 幼 い 子 たち も 保育 教育 を 行 っ た 。 彼 は 、 翌 1884 年 ( 明治 17 年 ) に は 『 子守 教育 法 』 ( 普及 舎 、 1977 年 に 復刻 版 あり ) と い う 著書 も 出 し て い る 。 その 後 、 こう し た 学校 は 41 の 都 道 府 県 に 広が り 、 大正 末 から 昭和 初めころ まで 存続 し て い た 。 最も 運営 期間 が 長 かっ た の は 、 50 年 1 ヶ月 続 い た 長野 県 上田 市子守 学校 で あ る 。 京都 経済 短期 大学 の よう に 、 私立 の 子守 学校 と し て 誕生 し た もの が 、 その 後 かたち を 変え ながら 今日 も なお 存続 し て い る 例 も あ る 。 学校 まで 設け られ な い 場合 に は 、 子守 学級 が 設け られ た 。 当時 41 の 都 道 府 県 に 設置 さ れ て い た こと が 確認 さ れ て い る 。 夜間 学校 ・ 保育 所 へ の 発展 子守 を する 子ども 達 は 貧し い 農村 や 漁村 の 出身 で 、 親 が 教育 の 価値 を 知 ら ず 、 子守 学校 を 歓迎 し な い こと も 多 かっ た 。 その ため 大分 県 下毛 郡 で は 、 明治 19 年 ( 1886 年 ) 、 子守 から 解放 さ れ る 時間 帯 で あ る 夜 に 地元 の 小 学校 と 、 学校 から 離れ た 集落 の 借家 で 、 昼間 子守 を する 子ども 達 を 対象 に し た 夜間 学校 が 設け られ た 。 また 子守 学校 で は 、 乳児 ・ 幼児 を つれ た まま 学校 に 行 っ て も 、 授業 を 受け る 間代わり に 乳幼児 の 世話 を し て くれ る 職員 が 配置 さ れ て い た わけ で は な かっ た 。 公立 の 学校 で は そこ まで の 配慮 は 到底 行き届 か ず 、 民間 レベル で はじめて そこ まで の 手 が 及 ぶ よう に な っ た 。 明治 23 年 ( 1890 年 ) に 、 新潟 市 で 赤沢 鐘美 ( あつ と み ) ・ 仲子 夫妻 が 新潟 静 修 学校 に 付設 の 保育 施設 を 開設 し た 。 ( 190 8 年 に 「 守孤 扶 独 幼稚 児 保護 会 」 に 改称 ) 。 これ が 日本 最初 の 保育 所 で あ る 。 子守 学校 は 、 この よう に 社会 経済 的 な 背景 を も っ て 特殊 な 事情 の 中 で 誕生 し た もの で あ る 。 日本 の 夜間 学校 、 保育 所 の 成立 に つなが る もの と し て 、 日本 の 教育 史 に お い て 独特 の 意義 を 持 っ て い る 。 +社格 ( しゃかく ) と は 、 神社 の 格式 。 祭政 一致 に 基づ き 、 朝廷 など に よ り 定め られ る 。 天津 社 天津 神 を 祀 る 神社 。 国津 社 国津 神 を 祀 る 神社 。 延喜 式 に よ る 社格 制度 延喜 式 神名帳 に 記載 さ れ て い る 神社 を 式内 社 ( しきない しゃ ) と い い 、 延喜 式 の 時代 に 明らか に 存在 し て い て も 延喜 式 神名帳 に 記載 さ れ て い な い 神社 を 式外 社 ( しきげしゃ ) と い う 。 式内 社 は 祈年 祭 奉幣 を 受け る べ き 神社 で あ り 、 2861 社 が 記載 さ れ て い る 。 これ ら は 当時 朝廷 から 重視 さ れ た 神社 で あ る こと を 示 し て い る 。 式内 社 に は 、 古来 より 霊験 が 著し い と さ れ る 名神 を 祀 る 神社 が 全て 含 ま れ て お り 、 それ ら を 名神 大社 ( 名神 大 ) と い う 。 官幣 社 は 神祇 官 より 奉幣 を 受け る 神社 で 、 国幣 社 は 国司 より 奉幣 を 受け る 神社 で あ る 。 それぞれ に 大 ・ 小 の 格 が 定め られ て い る 。 当初 は 全て 神祇 官 から 直接 奉幣 を 受け て い た が 、 遠国 の 神社 に つ い て は そこ へ 行 く まで に 時間 が かか る こと から 、 国司 が 代理 で 行 う よう に な り 、 官幣 社 ・ 国幣 社 の 別 が でき た 。 ただし 、 遠国 で あ っ て も 重要 な 神社 は 官幣 社 と な っ て い た 。 社格 の 順 は 以下 の 通り 。 官幣 大社 国幣 大社 官幣 小社 国幣 小社 一宮 一宮 は 令制 国 で 一番 有力 な 神社 。 国司 が 任国 に 赴任 し た とき に 神拝 と い っ て 任国 内 の 神社 を 巡拝 し な けれ ば な ら な かっ た 。 その 中 で もっとも 有力 な 神社 を 一宮 と 呼 ぶ よう に な り 、 一番 初め に 参拝 し 、 国 に よ っ て は 二宮 、 三宮 も 存在 し た 。 明確 な 規定 は な く 神社 の 盛衰 に よ る ため 時代 に よ っ て 異な る 。 平安 時代 後期 から 、 地方 より 始ま り 、 やがて 畿内 で も 定め られ た 。 惣社 ( 総社 ) 国司 の 神拝 の 際 、 任国 内 の 神社 を 巡拝 し て まわ る に は 手間 が かか る の で 、 国府 の 近く に 神社 を まとめ て 合祀 し た 。 それ が 総社 ( 惣社 ) で あ る 。 国司 奉幣 社 国司 奉幣 社 は 各国 の 国内 神名帳 に 記載 の あ る 神社 。 国内 神名 帳 は 、 国司 が 神拝 する 際 に 参拝 する 神社 の リスト 。 ただし 、 これ は 一部 の 国 の もの しか 現存 せ ず 、 現存 し て い る もの も 多く が 写本 や 抄本 の ため 、 正確 な 実体 や 総数 など は 分か ら な い 。 二十 二 社 二十 二 社 ( 明神 二十 二 社 ) は 国家 の 一大事 に 朝廷 が 奉幣 し た 有力 神社 の 22 社 。 国史 見在社 国史 見在社 ( こくし けんざい しゃ ) は 、 六 国史 に 記載 の あ る 神社 の こと で あ る 。 国史 現在 社 ・ 国史 所載 社 と も 言 う 。 ただし 、 式内 社 は ほとんど が 国史 見在社 で あ る ため 、 通常 、 国史 見在社 と い う 言葉 は 式外 社 に つ い て 用い る 。 近代 社格 制度 と は 、 明治 維新 の 後 、 延喜 式 に よ る 社格 に なら っ て 新た に 作 ら れ た 社格 制度 で あ る 。 第 二 次 世界 大戦 後 、 連合 国 軍 最高 司令 官 総 司令 部 に よ る 神道 指令 に よ っ て 廃止 さ れ た 。 詳細 は 近代 社格 制度 を 参照 の こと 。 近代 社格 制度 の 社格 の 順 は 以下 の 通り 。 官 国幣社 ( 官社 ) 官幣 大社 国幣 大社 官幣 中社 国幣 中社 官幣 小社 国幣 小社 別格 官幣 社 諸社 ( 民社 ) 府 社 ・ 県社 ・ 藩 社 郷社 村社 無格 社 上記 の 近代 社格 制度 と は 別 に 、 以下 の 制度 が 定め られ た 。 勅祭 社 東京 十 社 ( 準勅 祭 社 ) 内務 大臣 指定 護国 神社 - ( 護国 神社 の うち 、 政府 の 保護 を 受け た もの ) 神社 本庁 で は 、 神社 本庁 が 包括 し て い る 有力 神社 の 一部 を 別表 神社 と し て 定め て い る 。 神階 寺格 神宮 神社 一覧 神道 +二十 二 社 ( にじゅう に しゃ ) は 神社 の 社格 の 一 つ 。 平安 時代 中期 から 後期 に 成立 し た 。 以下 の 神社 は 、 朝廷 から 特別 の 奉幣 ( 神 に 捧げ物 を 奉 る こと ) を 受け る 。 主 に 畿内 の 神社 から 選 ば れ て い る 。 二十 二 社 の 成立 律令 制 で は 、 祈年 祭 など の 祭事 に 朝廷 から 奉幣 を する 神社 が 延喜 式 神名帳 など に よ り 多数 定め られ て い た が 、 律令 制 の 衰退 など に よ り 次第 に 少数 の 特定 の 神社 に のみ 奉幣 さ れ る よう に な っ た 。 その 数 と 神社 は 変化 を 繰り返 し ながら 、 やがて 新興 の 神社 も 含 ん だ 以下 の 二十 二 社 が 永保 元年 ( 1081 年 ) 頃 確定 し た 。 平安 時代 末期 に は 厳島 神社 を これ に 加え よ う と い う 動き が 有 っ た が 結局 加わ ら ず 、 室町 時代 後期 まで 朝廷 に よ り 奉幣 が さ れ 、 江戸 時代 に も 災害 等 が 起こ っ た 際 に 奉幣 が な さ れ た 。 二十 二 社 一覧 上 七 社 中 七 社 下八 社 関連 事項 一宮 +本地 垂迹 ( ほんち すい じゃく ) と は 、 仏教 が 興隆 し た 時代 に 表れ た 神仏 習合 思想 の 一 つ で 、 日本 の 八百 万 の 神 は 、 実 は 様々 な 仏 ( 菩薩 や 天部 など も 含 む ) が 化身 と し て 日本 の 地 に 現れ た 権現 ( ごんげん ) で あ る と する 考え で あ る 。 概要 本地 と は 、 本来 の 境地 や あ り 方 の こと で 、 垂迹 と は 、 迹 ( あと ) を 垂れ る と い う 意味 で 、 神仏 が 現れ る こと を 言 う 。 究極 の 本地 は 、 宇宙 の 真理 その もの で あ る 法身 で あ る と し 、 これ を 本地 法身 ( ほんち ほっ しん ) と い う 。 また 権現 の 権 と は 「 権 大 納言 」 など と 同じく 「 臨時 の 」 「 仮 の 」 と い う 意味 で 、 仏 が 神 の 形 を 取 っ て 仮 に 現れ た こと を 示 す 。 本地 と い う 思想 は 、 仏教 が 各地 で 布教 さ れ る に 、 その 土地 で 様々 な 土着 的 な 宗教 を 包摂 する 、 と い う 性格 を も っ て い る こと に 起因 する 。 それ を 表 す よう に 、 仏教 の 天部 の 神々 の ほとんど は インド の ヒンドゥー 教 を 由来 と する 。 また その 思想 概念 は 、 後期 大乗仏教 の 密教 で 、 大日 如来 ( 本地 仏 ) の 化身 が 、 不動 明王 など ( 加持 身 ) で あ る と い う 概念 を 生 む こと に な っ た 。 これ に 対 し 、 垂迹 と い う 思想 は 、 中国 の 『 荘子 』 天運 に おけ る 迹 ( 教化 の 迹 ) や 、 所 以迹 ( 教化 を 成立 さ せ て い る 道 = どう ) に 由来 し 、 西晋 の 郭象 ( かくしょう ) が これ を 註釈 し た 『 荘子 注 』 で 、 これ を 聖王 ( 内聖外王 ) の 説明 に お い て 展開 さ せ 、 “ 迹 ” を 王者 と し て の 統治 ・ 主導 と し 、 “ 所 以迹 ” を 本質 的 な 聖人 と し て 引用 し た 。 そして 、 これ を 仏教 に 取り入れ た の が 後秦 代 の 僧肇 で 、 その 始まり で あ る 。 僧 肇 は 『 注維 摩 詰経 』 で 、 魏 の 王弼 ( おうひつ ) など が 用い た “ 本末 ” の 思想 を 引用 し 、 “ 所 以迹 ” を “ 本 ” と 言い換え て 、 “ 本 ” を 菩薩 の 不可思議 な る 解脱 ( 悟り の 内容 ) と し 、 “ 迹 ” を 菩薩 が 衆生 を 教化 する ため に 示現 し た 方便 と い う 意味 で 使用 し た 。 僧 肇 の 説 は 、 法華 経 が 久遠 実成 ( 釈 迦 仏 は 現世 で 悟 っ た の で は な く 久遠 の 昔 に 悟 っ て い た ) と 説 く こと から 、 さらに 中国 天台 宗 の 智顗 に 影響 を 与え 、 法華 経 の 前半 部 を “ 迹門 ” 、 後半 部 を “ 本門 ” と し て 、 教学 的 解釈 が 発展 し た 。 したが っ て 、 本 は 仏 や 悟り の 本質 その もの で 、 迹 は 教化 ・ 済度 の ため の 様々 な 方便 に すぎ な い 、 と し て 広 く 用い られ た 。 日本 で は 、 仏教 公伝 に よ り 、 奈良 時代 の 物部 氏 と 蘇我 氏 の 対立 を 見 る まで も な く 、 相互 に は 隔たり が あ っ た 。 しかし 次第 に その 隔たり が なくな り 、 仏教 側 の 解釈 で は 、 神 は 迷え る 衆生 の 一種 で 天部 の 神々 と 同じ で あ る と し た 。 神 を 仏 の 境涯 に 引き上げ よ う と し て 納経 や 度僧 が 行 わ れ たり 、 仏法 の 功徳 を 廻向 さ れ て 神 の 身 を 離脱 する こと が 神託 に 謳 わ れ たり し た 。 しかし 7 世紀 後半 の 天武 期 に お い て 、 天皇 を 中心 と する 国造り が 整備 さ れ る に 伴 い 、 その 氏神 で あ っ た 天照 大神 を 頂点 と し て 、 それ ら 国造り に 重用 さ れ た 神々 が 民族 神 へ と 高め られ 、 仏教 側 から も その 神々 に 敬意 を 表 し て 格付け を 上げ る よう に な っ た 。 実際 に は 、 仏 の 説 い た 法 を 味わ っ て 仏法 を 守護 する 護法 善神 の 仲間 で あ る と い う 解釈 に よ り 、 奈良 時代 の 末期 から 平安 時代 に わた り 、 神 に 菩薩 号 を 付 す まで に 至 っ た 。 民族 神 の 代表 格 で あ る 八幡 神 が 八幡 大 菩薩 など は その 典型 的 な 例 で あ る 。 しかし ながら 、 代表 的 な 神 で な い 自然 霊 や 死霊 など の 小 規模 な 民族 神 は 、 この 本地 垂迹説 を 用い ず に 区別 し た 。 これ は たとえば 、 権 化 神 ( 権 社 神 ) に 対 し て 、 実類 神 ( 実社 神 ) など が そう で あ る 。 この ため 、 仏教 側 で は 権 化 神 に は 敬意 を 表 し て も よ い が 、 実類 神 は 信奉 し て は な ら な い と い う 戒 め も 一部 に 制定 さ れ た 。 これ は 仏教 の 一線 を 守 る と い う あらわれ で あ っ た と 考え られ る 。 この 本地 垂迹説 に よ り 、 権現 造り や 本地 垂迹 の 図画 など も 生まれ 、 鎌倉 中 末期 に は 文学 で も 本地 物 ( ほん じもの ) と 呼 ば れ る 作品 が 創作 さ れ た 。 鎌倉 時代 中期 に な る と 、 逆 に 仏 が 神 の 権化 で 、 神 が 主 で 仏 が 従 う と 考え る 神本 仏 迹説 も 現れ た 。 仏教 優位 に 不満 を 持 っ て い た 神道 側 が 仏教 から 独立 し よ う と い う 考え から 起こ っ た もの で あ る 。 伊勢 外宮 の 神官 で あ る 渡会 ( わたらい ) 氏 は 、 神話 ・ 神事 の 整理 や 再編集 に よ り 、 『 神道 五 部 書 』 を 作成 、 伊勢 渡会 神道 の 基盤 を 作 っ た 。 また 、 現実 を 肯定 する 本覚 思想 を 持 つ 天台 宗 の 教義 を 流用 し 、 神道 の 理論 化 が 試み られ 、 さらに 空海 に 化託 し た 数 種類 の 理論 書 も 再編 さ れ 、 渡会 行忠 ・ 家行 に よ り 、 それ ら が 体系 づけ られ た 。 南北朝 時代 ( 日本 ) から 室町 時代 に は 、 反本 地 垂迹説 が ますます 主張 さ れ 、 天台 宗 の 側 から も これ に 同調 する 者 が 現れ た 。 慈遍 は 『 旧事 本紀 玄義 』 や 『 豊葦 原 神風和記 』 を 著 し て 神道 に 改宗 し 、 良遍 ( 天台 宗 ) は 『 神代 巻 私 見聞 』 や 『 天地 麗気 記 聞 書 』 を 著 し 、 この 説 を 支持 し た 。 吉田 兼倶 は 、 これ ら を 受け て 『 唯一 神道 名 法 要集 』 を 著 し て 、 この 説 を 大成 さ せ た 。 しかし 鎌倉 期 の 新仏教 は これ まで 通り 、 本地 垂迹説 を 支持 し た 。 なお 、 反本 地 垂迹説 と は 、 昭和 時代 の 学者 の 命名 に よ る もの で あ る 。 垂迹 神 と 本地 仏 神 の 正体 と さ れ る 仏 の こと を 本地 仏 と い う 。 神々 に 付会 さ れ る 仏 は 、 宗派 、 信仰 、 寺院 、 神社 に よ っ て 違 っ て い る 。 日本 の 神 の 仏号 は 菩薩 が 多 く 、 八幡 大 菩薩 は 阿弥陀 如来 で あ る など 本地 仏 の 仏号 と 相違 する こと も あ る 。 垂迹 神 と 本地 仏 の 一 例 を 以下 に 示 す 。 アマテラス = 大日 如来 、 十 一 面 観世音 菩薩 八幡神 = 阿弥陀 如来 = 応神 天皇 熊野 権現 = 阿弥陀 如来 大山 咋神 = 天照 大神 = 大日 如来 市 杵島 姫 = 弁才 天 愛宕 権現 = 秋葉 権現 = 地蔵 菩薩 スサノオ = 牛頭 天王 大国主 = 大黒 天 東照大 権現 ( 徳川 家康 ) = 薬師 如来 松尾 大社 = 薬師 如来 +天照 大神 ( あまてら す おおみかみ ・ てんしょう だいじん ) は 、 日本 神話 に 登場 する 神 ( 神道 ) ( 人格 神 ) で あ る 。 『 延喜 式 』 で は 自然 神 と し て 神社 など に 祀 ら れ た 場合 の 「 天照 」 は 「 あまて る 」 と 称 さ れ て い る 。 太陽 を 神格 化 し た 神 で あ り 、 皇室 の 祖神 ( 皇祖 神 ) の ひと つ と さ れ る 。 『 古事 記 』 に お い て は 天照 大 御神 ( あまてら す おおみかみ ) 、 『 日本 書紀 』 に お い て は 天照 大神 と 表記 さ れ る 。 別名 ・ 大日 孁貴神 ( おお ひるめ の むち の かみ ) 。 『 日本 書紀 』 に お い て は 複数 の 神名 が 記載 さ れ て い る の に 対 し 、 『 古事 記 』 に お い て は 「 天照 大 御神 」 と い う 神名 で 統一 さ れ て い る 。 女神 で あ る が 、 実 は 男神 だっ た と い う 異説 も 存在 する 。 天照 大神 と い う 神名 が 、 『 皇太 神宮儀 式 帳 』 など 政治 的 な 部分 で 用い られ て い る こと から 、 三品 彰英 や 西條 勉 が 論 じ て い る よう に 、 本来 は タカミムスビ ( 高皇産 霊尊 ) が 皇祖 神 で あ り 、 ヒルメ が 皇祖神化 し て 天照 大神 に な っ た と する 説 も あ る 。 伊勢 神宮 に お い て は 、 通常 は 天照 皇 大神 ( あまてら すすめ おおかみ ) 、 あるいは 皇大 御神 ( すめ おおみかみ ) と 言 い 、 祭事 の 際 神前 に て 名 を 唱え る とき は 天照 坐 皇 大 御神 ( あまてら しま すすめ おおみかみ ) など と も 言 う 。 学術 的 な 文書 で は 現在 で は 「 アマテラス 」 と 片仮名書き が 慣行 と な っ て い る 。 古く は 天照 太神 と 書 か れ た と い う 説 も 存在 する 。 神話 で の 記述 『 古事 記 』 に お い て は 、 イザナギ が イザナミ の 居 る 黄泉 から 生還 し 、 黄泉 の 穢れ を 洗い流 し た 際 に 、 左目 を 洗っ た とき に 化生 し た と し て い る 。 この とき 右目 から 生まれ た ツクヨミ 、 鼻 から 生まれ た スサノオ と 共 に 、 三貴子 と 呼 ば れ る 。 この とき イザナギ は 天照 大 御神 に 高天原 を 治め る よう に 指示 し た 。 海原 を 委任 さ れ た スサノオ は 、 イザナミ の い る 根 の 国 に 行 き た い と 言 っ て 泣 き 続け た ため イザナギ に よ っ て 追放 さ れ た 。 スサノオ は 根 の 国 へ 行 く 前 に 姉 の 天照 大 御 神 に 会 お う と 高天原 に 上 っ た が 、 天照 大 御神 は 弟 が 高天原 を 奪 い に 来 た もの と 思 い 、 武装 し て 待ち受け た 。 スサノオ の 潔白 を 証明 する ため に 誓約 を し 、 天照 大 御 神 の 物実 から 五柱 の 男神 、 スサノオ の 物実 から 三柱 の 女神 が 生まれ 、 スサノオ は 勝利 を 宣言 する 。 天照 大神 の 物実 から 生まれ 、 天照 大 御 神 の 子 と さ れ た の は 、 以下 の 五 柱 の 神 で あ る 。 アメノオシホミミ アメノホヒ アマツ ヒコネ イクツ ヒコネ クマノクスビ これ で 気 を 良 く し た スサノオ は 高天原 で 乱暴 を 働 き 、 その 結果 天照 大 御神 は 天岩 戸 に 隠れ て しま っ た 。 世の中 は 闇 に な り 、 様々 な 禍 が 発生 し た 。 ( 知恵 の 神 様 の 秩父 の 神 様 天 の 八意 思 金命 ( やごころ おも い かね の みこと ) と 天 の 児 屋 根命 など 八百 万 の 神々 は 天照 大 御 神 を 岩戸 から 出 す 事 に 成功 し 、 スサノオ は 高天原 から 追放 さ れ た 。 葦原 中国 に 子 の アメノオシホミミ を 降臨 さ せ る こと に し 、 天つ 神 を 派遣 し た 。 葦原 中国 が 平定 さ れ 、 いよいよ アメノオシホミミ が 降臨 する こと に な っ た が 、 その 間 に ニニギ が 生まれ た の で 、 孫 に 当た る ニニギ を 降臨 さ せ た 。 解釈 神話 中 で は 自分 より 先 に 生まれ た 天津 神 ( タカミムスビ ) に 行動 の 是非 を 伺 っ たり 、 その 指示 に 従 っ て い る 場面 も 見 られ る こと から 、 天照 大神 は 神 に 祭祀 ( まつり ごと ) を 行 っ て 国 を 治め る 天皇 自体 の 神格 化 だ と みな す 考え 方 も あ る 。 また 、 古代 の 巫女 の 神格 化 で あ る と い う 見 方 も あ る 。 別名 の 「 ヒルメ 」 は 「 日 の 女 」 で 、 太陽 神 に 仕え る 巫女 の こと で あ る 。 太陽 神 は 本来 男神 で あ る が 、 それ に 仕え る 巫女 が 太陽 神 と 同一 視 さ れ 、 女神 に な っ た と する 説 が あ る 。 また 、 女神 で あ る の は この 神 が 成立 し た の が 女帝 で あ る 持統 天皇 の 頃 で あ る から と い う 説 や 、 現在 で は 卑弥 呼 が 天照 大神 の モデル で あ っ た と する 説 も あ る 。 天照 大神 ・ ツクヨミ の 太陽 ・ 月 の 神 の 「 目 」 から の 誕生 は 道教 の 経典 ・ 教理 書 の 『 霊宝 五 符序 』 ( 6 世紀 以前 ) に 「 目 を 日月 と な す 」 、 『 業報 因 縁 経 』 ( 7 世紀 初頭 ) に 「 左 の 眼 を 日 と 為 し 、 右 の 眼 を 月 と 為 し 」 と あ り 、 道教 の 強 い 影響 が 指摘 さ れ て い る 。 また 、 天照 大神 を 祀 る 伊勢 神宮 の 大神 、 神宮 、 斎宮 ( いつき のみや ) 、 斎館 ( いつき の やかた ) 、 紫御 衣 ( むらさき の みぞ ) 、 明衣 ( きよぎぬ ) 、 幣帛 ( み て ぐら ) 、 五色 薄絁 ( うすきぬ ) など の 用語 や 、 神宮 を 皇大 神宮 と 豊受 大 神宮 と に 分け る 観念 など も 道教 と 一致 し て い る と い う 。 比較 神話 学 的 に は 、 天照 大神 ら の 誕生 神話 は 、 より 古 い 時代 ( 3 - 4 世紀 ) に 記録 が あ る 盤古 神話 と ほぼ 一致 し て い る と の 指摘 が あ る 。 また 両目 を 日月 で あ る と みな す の は アジア 一帯 に 広ま っ て い る 普遍 的 な アナロジー で あ る ため 、 先史 時代 の 民族 移動 と とも に 日本 に 伝播 し た 神話 で あ る と い う 説 も あ る 。 『 日本 書紀 』 に お い て は 神格 が 三 段階 に 変化 し て い る と い う 説 が あ る 。 以下 、 転機 と な る 事件 と 内容 に つ い て 概観 する 。 645 年 : 大化 改新 。 天皇 家 は これ 以前 に は 天照 大神 を 祀 っ て い な い 。 「 日神 」 ( ひ の かみ ) 「 太陽 その もの 」 。 「 アマテル 」 と 称 さ れ た 男神 が 広 く 祀 ら れ て い た 。 『 延喜 式 』 に は 対馬 の 「 阿麻 氐留 ( アマテル ) 神社 」 、 播磨 の 「 粒坐 天照 」 ( イイボニア マテル ) 神社 」 丹波 の 「 天照 玉命 ( アマテルミタマノ ミコト ) 神社 」 など の 「 アマテル 」 の 読み を 持 つ 神社 が 見 られ る 。 ちなみ に 、 男神 アマテル と は 、 アマテラス の 孫 の アメノホアカリ の 別名 で 、 アメノホアカリ は 尾張 氏 ・ 津守 氏 ・ 海部 氏 の 始祖 で も あ る 。 また 、 この アメノホアカリ の 弟 が ニニギ で 、 神武 天皇 の 曽祖父 に あた る 。 67 2 年 : 壬申 の 乱 。 「 大日 孁貴 」 ( おお ひるめ の むち ) 「 太陽 神 を ま つ る 女 」 「 棚機 つ 女 」 ( たなばたつめ ) 。 この 場合 、 祭神 を 女神 の 大日 孁貴 と する 解釈 と 、 蛇体 の 男神 の 「 アマテル 」 と する 解釈 と が あ る 。 698 年 : 皇大 神宮 創建 。 「 アマテラス 」 「 天皇 家 の 祖先神 」 。 女神 。 持統 天皇 を モデル と し て 自然 神 から 人格 神 へ と 創造 さ れ た 。 以後 も 皇祖 神 以外 の 「 天照 」 は 「 アマテル 」 と 呼 ば れ た 。 例えば 『 更級 日記 』 ( 10 60 年 頃 ) で も 「 天照 御 神 」 と 表記 し て 「 天照 」 の 部分 は 「 アマテル 」 と 読 ま れ 、 『 先代 旧 事 本紀 』 の 「 天照孁 」 に も 「 アマテル ヒルメノムチ 」 の ふりが な が 付け られ て い る 。 1880 - 1881 年 、 東京 の 日比谷 に 設け た 神道 事務 局 神殿 の 祭神 を めぐ っ て 神道 界 に 激し い 教理 論争 が 起こ っ た 。 神道 事務 局 は 、 事務 局 の 神殿 に おけ る 祭神 と し て 造化 三神 ( 天之 御 中主神 、 高御産巣 日神 、 神産 巣 日神 ) と 天照 大神 の 四 柱 を 祀 る こと と し た が 、 これ に 対 し て 「 出雲 派 」 は 、 「 幽 顕 一如 」 ( あの 世 と この世 と の 一体 性 ) を 掲げ 、 祭神 を 「 幽界 」 ( あの 世 ) を 支配 する 大国 主 大神 を 加え た 五柱 に す べ き だ と 主張 し た 。 しかし 、 神道 事務 局 の 中心 を 担 っ て い た 「 伊勢 派 」 は 、 天照 大神 は 顕幽 両界 を 支配 する 「 天地 大 主宰 」 で あ り 、 他 の 神々 は その 臣下 に すぎ な い と 主張 する など 、 両派 は 真っ向 から 対立 し た 。 果て に は 、 「 出雲 派 が 神代 より 続 く 積年 の 宿怨 を 晴ら さん と し て い る 」 「 皇室 に 不逞 な 心 を 持 っ て い る 千家 尊福 を 誅殺 す べ し 」 など 、 様々 な 風説 が 飛び交 っ た 。 やがて この 論争 は 明治 天皇 の 裁定 に よ り 収拾 ( 出雲 派 が 敗北 ) し 、 天照 大神 の 神格 は 最高 位 に 位置 づけ られ る こと に な っ た 。 なお 、 政府 は 神道 に 共通 する 教義 体系 の 創造 の 不 可能 性 と 、 近代 国家 が 復古 神道 的 な 教説 に よ っ て 直接 に 民衆 を 統制 する こと の 不 可能 性 を 認識 し た と 言 わ れ て い る 。 国家 神道 神道 事務 局 祭神 論争 参照 。 芥川 龍之介 は 自身 の 小説 に て 天照 大神 を 登場 さ せ る 際 、 別名 の 「 大日 孁貴 」 ( おお ひるめむち ) を 用い た 。 これ は 「 天照 大神 」 と 言 う 呼称 で は 皇祖 神 を その まま 文中 に 登場 さ せ て しま う 事 に な る ため 、 太陽 神 、 それ も 自然 神 と い う 性格付け で 「 大日 孁貴 」 を 用い な けれ ば な ら な かっ た ため で あ る 。 実際 、 芥川 の 小説 に は 軍 の 検閲 に よ っ て 訂正 ・ 加筆 ・ 削除 を 余儀 な く せ ざる を え な かっ た 箇所 が 多数 存在 する 。 金鶏 学院 を 設立 ( 1926 年 ) し た 安岡 正篤 ( 18 9 8 - 1983 ) は 「 日本 に は 天照 大神 の 信仰 が あ る 。 天照 大神 と は 日本 精神 を 以 て 世界 を 光被 し よ う と い う 理想 で あ る 。 」 、 イザナミ ・ イザナギ の 「 「 いざ な 」 と い う の はいざな う 、 換言 すれ ば 世界 民族 の 先覚 者 、 先駆 者 、 誘導 者 と な っ て 行 こ う と い う 理想 で あ る 。 」 と 述べ て い る 。 天照 大神 を 祀 る 神社 天照 大神 を 祀 る 神社 を 神明 神社 と い い 、 全国 各地 に あ る が 、 その 総 本社 は 神宮 ( 伊勢 神宮 ) の 内宮 ( 皇大 神宮 ) で あ る 。 皇 大 神宮 は 三 種 の 神器 の うち の 一 つ 八咫 鏡 ( ヤタノ カガミ ) を 御神体 と し て 安置 する 神社 で あ る 。 日本 全国 の ほとんど の 神社 で 皇大 神宮 ( 天照 皇 大 神宮 ) の 神札 ( 神宮 大麻 ) を 頒布 し て い る 。 +ツクヨミ ( 月讀 、 ツクヨミノ ミコト ) は 、 日本 神話 の 神 。 記紀 に お い て は 、 イザナギ に よ っ て 生み出 さ れ た と さ れ る 。 普通 に は 月 を 神格 化 し た 、 夜 を 統べ る 神 で あ る と 考え られ て い る が 、 異説 も あ る ( 後述 ) 。 名前 の 読 み 方 は ツキヨミ と も 。 日本 書紀 に 保食 神 を 斬り 殺 す 話 が 存在 する 為 、 一般 に は 男神 と 考え られ て い る もの の 、 記紀 の 中 で は 性別 を 決定 づけ る よう な 描写 は な い 。 他国 神話 で は 月神 が 女神 で あ る 場合 も 多 く 、 更に 好戦 的 な 性格 の 女神 も 他国 の 神話 で は 多 く 登場 する 為 、 保食 神 殺害 の 話 が 男性 神 だ と 断定 する 要素 に は な り 得 な い と し て 、 女神説 を 唱え る 学者 も 存在 する 。 ツクヨミ は 、 月 の 神 と さ れ て い る が 、 その 神格 に つ い て は 、 文献 に よ っ て 様々 な 相違 が あ る 。 『 古事 記 』 で は イザナギ が 黄泉 から 逃げ 帰 っ て 禊ぎ を し た 時 に 右目 から 生まれ た と さ れ 、 もう 片方 の 目 から 生まれ た アマテラス 、 鼻 から 生まれ た スサノオ と 共 に 三貴子 を 成 す 。 一方 、 『 日本 書紀 』 で は 『 古事 記 』 と は 逆 に 左目 から 生まれ た と い う 話 、 右手 に 持 っ た 白銅 鏡 から 成り 出 で た と する 話 も あ り 、 支配 領域 も 天 や 海 など 一定 し な い 。 ツクヨミ は 太陽 を 象徴 する アマテラス と 対 に な っ て 誕生 する が 、 比較 神話 学 の 分野 で は 、 様々 な 神話 に 同様 の 発想 が あ る こと が 指摘 さ れ て い る 。 例えば 、 中国 の 盤古 伝説 ( 『 五運 歴 年 記 』 ) に は 、 盤古 が 死 し て その 左眼 が 太陽 に 、 右目 が 月 に な っ た と い う 起源 譚 が あ り 、 ギリシア 神話 に お い て も 太陽 神 アポロン と 月 の 女神 アルテミス が 双子 と さ れ る 。 ( ただし アポロン は もともと は 太陽 神 ヘリオス と は 別 の 神 で 、 両者 が 同一 視 さ れ る に 至 っ た の は 後代 の 事 で あ る 。 ) また 、 旧 約 聖書 の 創世 記 で は 、 天地 創造 の 四 日 目 に 、 神 が 空 の 中 に 「 二 つ の 巨い な る 光 」 、 すなわち 太陽 と 月 を 創り上げ て 、 それぞれ に 昼 と 夜 を 司 ら せ 、 光 と 闇 を 分け た と い う 日月 の 創造 が 語 ら れ て い る 。 アマテラス と ツクヨミ の 誕生 も また 、 太陽 と 月 が 対 と し て 誕生 し た と い う 、 世界 中 に 共通 する 日月 起源 譚 の パターン に 沿 っ た もの と 考え られ る 。 日本 神話 に お い て 、 ツクヨミ は アマテラス ・ スサノオ と 並 ぶ 重要 な 神 と さ れ て い る に も かかわ ら ず 、 『 古事 記 』 『 日本 書紀 』 の 神話 に は あまり 登場 せ ず 、 全般 的 に 活躍 に 乏し い 。 わずか に 『 日本 書紀 』 第 五 段 第 十 一 の 一 書 で 、 穀物 の 起源 が 語 ら れ て い る ぐらい で あ る 。 これ は アマテラス と スサノオ と い う 対照 的 な 性格 を 持 っ た 神 の 間 に 何 も し な い 神 を 置 く こと で バランス を と っ て い る と する 説 も あ る 。 同様 の 構造 は 、 タカミムスビ と カミムスビ に 対 する 天之 御 中主神 、 ホオリ ( 山 幸彦 ) と ホデリ ( 海 幸彦 ) に 対 する ホスセリ など に も 見 られ る 。 これ を 日本 神話 の 中空 構造 と 言 う 。 スサノオ と は 支配 領域 や エピソード が 一部 重な る こと から 、 同一 神説 を 唱え る 者 も い る 。 『 古事 記 』 上巻 で は 、 伊邪 那 伎命 の 右目 を 洗っ た 際 に 生み成 さ れ 、 アマテラス や スサノオ と とも に 「 三 柱 の 貴 き 子 」 と 呼 ば れ る 。 月 読命 は 「 夜 の 食国 を 知ら せ 」 と 命 ぜ られ る が 、 これ 以降 の 活躍 は 一切 無 い 。 伊邪那美神 の い る 夜見 の 国 と い う 説 も あ る 。 『 日本 書紀 』 神代 紀 の 第 五 段 で は 、 本文 で 「 日 の 光 に 次 ぐ 輝き を 放 つ 月 の 神 を 生 み 、 天 に 送 っ て 日 と なら ん で 支配 す べ き 存在 と し た 」 と 簡潔 に 記 さ れ て い る のみ で あ る が 、 続 く 第 一 の 一 書 に あ る 異伝 に は 、 伊弉諾 尊 が 左 の 手 に 白銅 鏡 を 取り持 っ て 大日 孁尊 を 生 み 、 右 の 手 に 白銅 鏡 を 取り持 っ て 月 弓 尊 を 生 ん だ と さ れ る 。 支配 領域 に つ い て は 、 天照 大神 と 並 ん で 天 を 治め よ と 指示 さ れ た 話 が 幾 つ か あ る 一方 で 、 「 滄海原 の 潮 の 八百 重 を 治 す べ し 」 と 命 じ られ た と い う 話 も あ り ( これ は 月 が 潮汐 を 支配 し て い る と い う 発想 から き た もの ら しい ) 、 複数 の 三 神 生誕 の 話 が 並列 し て い る 。 書紀 第 五 段 第 十 一 の 一 書 で は 、 天照 大神 と 月夜 見尊 が とも に 天 を 治め る よう 命 じ られ た が 、 のち に 天上 で 天照 から 保食 神 ( ウケモチ ) と 対面 する よう 命令 を 受け た 月夜 見尊 が 降 っ て 保食 神 の もと に 赴 く 。 そこ で 保食 神 は 饗応 と し て 口 から 飯 を 出 し た の で 、 月夜 見尊 は 「 けがらわし い 」 と 怒 り 、 保食 神 を 剣 で 撃ち殺 し て しま っ た と い う 神話 が あ る 。 保食 神 の 死体 から は 牛馬 や 蚕 、 稲 など が 生れ 、 これ が 穀物 の 起源 と な っ た 。 天照 大神 は 月夜 見 の 凶行 を 知 っ て 「 汝悪し き 神 な り 」 と 怒 り 、 それ 以来 、 日 と 月 と は 一 日 一 夜 隔て 離れ て 住 む よう に な っ た と い う 。 これ は 「 日月 分離 」 の 神話 、 ひいては 昼 と 夜 の 起源 で あ る 。 しかし 、 『 古事 記 』 で は 同じ よう に し て 食物 の 神 ( オオゲツヒメ ) を 殺 す の は スサノオ の 役目 で あ る ( 日本 神話 に おけ る 食物 起源 神話 も 参照 の こと ) 。 この 相違 は 、 元々 いずれ か の 神 の 神話 と し て 語 ら れ た もの が 、 もう 一方 の 神 の エピソード と し て 引 か れ た と い う 説 が あ る 。 ツクヨミ は 、 神々 に かわ っ て 人間 の 天皇 が 支配 する よう に な っ た 時代 に も また 現れ る 。 書紀 巻 十 五 の 顕宗 天皇紀 に は 、 タカミムスビ を わが 祖 と 称 する 月 の 神 が 人 に 憑 い て 、 「 我が 月神 に 奉 れ 、 さ すれ ば 喜び が あ ろ う 」 と 宣 っ た の で 、 その 言葉 通り 山背 国 の 葛野 郡 に 社 を 建て 、 壱岐 県 主 の 祖 ・ 押見 宿彌 ( オシミノスクネ ) に 祭 ら せ た と い う 記録 が あ る 。 これ が 山背 国 の 月読 神社 の 由来 で あ り 、 宣託 さ れ た 壱岐 に も 月読 神社 ( 壱岐 市 ) が 存在 し 、 山背 国 の 月読 神社 ( 京都 市 ) の 元宮 と 言 わ れ て い る 。 『 出雲 国 風土 記 』 の 嶋根 郡 の 条 に は 、 伊佐奈 枳命 の 御子 と さ れ る 「 都久 豆 美命 」 が 登場 する 。 千酌 の 驛家 郡 家 の 東北 の かた 一 十 七 里 一 百 八十 歩 な り 。 伊佐奈 枳命 の 御子 、 都久豆 美命 、 此處 に 坐 す 。 然 れ ば 則 ち 、 都久 豆美 と 謂 ふ べ き を 、 今 の 人猶千 酌 と 號 くる のみ 。 「 ツクツミ 」 は 、 海神 ワダツミ や 山神 ヤマツミ など と 同じ よう に 、 月 の 神霊 を 意味 する もの と 考え られ て い る 。 『 山城 国 風土 記 』 ( 逸文 ) の 「 桂里 」 で も 、 「 月読尊 」 が 天照 大神 の 勅 を 受け て 、 豊葦原 の 中 つ 国 に 下り 、 保食 神 の もと に 至 っ た とき 、 湯津 桂 に 寄 っ て 立 っ た と い う 伝説 が あ り 、 そこ から 「 桂里 」 と い う 地名 が 起こ っ た と 伝え て い る 。 これ は 月 と 桂 を 結びつけ る 古代 中国 の 伝説 から 月 読命 が 桂 の もと に 立 っ た と さ れ た の で あ ろ う 。 万葉 集 に も 月人 と 桂 を 結びつけ た 歌 が あ る 。 日本 神話 に お い て 桂 と 関わ る 神 は 複数 お り 、 例えば 『 古事 記 』 から は 、 天神 から 天若 日子 の もと に 使わ さ れ た 雉 の 鳴女 や 、 兄 の 鉤 を なく し て 海神 の 宮 に 至 っ た 山 幸彦 が 挙げ られ る 如 く 、 桂 は 神 が 降り立 つ もの と さ れ て い た 。 『 万葉 集 』 の 歌 の 中 で は 、 「 ツクヨミ 」 或いは 「 ツクヨミヲトコ ( 月読 壮士 ) 」 と い う 表現 で 現れ て くる が 、 これ は 単なる 月 の 比喩 ( 擬人 化 ) と し て の もの と 、 神格 と し て の もの と 二種 の 性格 を みせ る 。 また 「 ヲチミヅ ( 変 若水 ) 」 = ヲツ 即 ち 若返り の 水 の 管掌 者 と し て 現れ 、 「 月 と 不死 」 の 信仰 と し て 沖縄 に おけ る 「 スデミヅ 」 と の 類似 性 が ニコライ ・ アレクサンドロヴィッチ ・ ネフスキー や 折口 信夫 、 石田 英一郎 に よ っ て 指摘 さ れ て い る 。 なお 、 万葉 集中 の 歌 に は 月 を 擬人 化 し た 例 と し て 、 他 に 「 月人 」 や 「 ささらえ 壮士 」 など の 表現 も 見 られ る 。 『 続 日本 紀 』 に は 、 光仁 天皇 の 時代 に 、 暴風 雨 が 吹き荒れ た の で これ を 卜 し た ところ 、 伊勢 の 月読 神 が 祟り し た と い う 結果 が 出 た の で 、 荒御 魂 と し て 馬 を 献上 し た と あ る 。 『 皇太 神宮儀 式 帳 』 で は 、 「 月讀 宮 一 院 」 の 祭神 に 、 月 讀 命 。 御形 ハ馬 ニ 乘 ル 男 ノ 形 。 紫ノ 御 衣 ヲ 着 、 金作 ノ 太刀 ヲ佩 キタマフ 。 紫ノ 御 衣 ヲ 着 、 金作 ノ 太刀 ヲ佩 キタマフ 。 と 記 し て お り 、 記紀 神話 で は 性別 に 関 する 記述 の 一切 無 い 月 読命 が 、 太刀 を 佩 い た 騎馬 の 男 の 姿 と さ れ て い る 。 逆 に 月 を 女 と 見 た 例 と し て は 、 『 日本 三 代 実録 』 に おけ る 、 貞観 _ ( 日本 ) 7 年 ( 865 年 ) 10 月 9 日 の 記事 や 、 貞観 13 年 ( 8 71 年 ) 10 月 10 日 に 出雲 国 の 「 女 月神 」 ( 「 めつき の かみ 」 、 あるいは 「 ひめつき の かみ 」 ) が 位 階 を 授け られ て い る 記事 が 挙げ られ る 。 これ は 月 の 女神 を 祭 っ た 神社 ら しい 。 この 神 は 記紀 万葉 に は 登場 し な い が 、 出雲 国 風土記 の 意宇 郡 の 条 に は 「 賣豆 貴社 」 と あ り 、 同一 の 神社 と 考え られ る 。 しかし 、 『 三 代 実録 』 に は 「 女 月神 」 と は 別 に 、 貞観 元年 ( 859 年 ) 9 月 8 日 に 「 山城 国 月 読神 」 の 記事 が あ る の で 、 ツクヨミ 命 と は 別 系 統 の 月神 で あ る と 考え られ る 。 『 古事 記 』 で は 「 月 讀命 」 のみ で あ る が 、 『 日本 書紀 』 第 五 段 の 本文 に は 、 「 月神 【 一 書 云 、 月 弓 尊 、 月夜 見尊 、 月 讀 尊 】 」 と 複数 の 表記 が な さ れ て い る 。 万葉 集 で は 、 月 を 指 し て 「 月讀 壮士 ( ツクヨミヲトコ ) 」 、 「 月人 壮士 ( ツキヒト ヲトコ ) 」 「 月夜 見 」 など と も 詠 ま れ て い る 。 風土 記 に は 、 出雲 国 風土記 に 「 都久 豆 美命 」 ( ツクツミ = 月津見 ? ) が 登場 する 。 逸文 で は あ る が 山城 国 風土記 に は 「 月 讀 尊 」 と あ る 。 やや 後世 に 成立 し た 『 延喜 式 』 で は 、 伊勢 神宮 に 祭 ら れ て い る 神 の 名 と し て 「 月讀 」 「 月夜 見 」 の 表記 が な さ れ て い る 。 なお 、 「 ツクヨミ 」 の 上代 特殊 仮名遣 を 表記 ごと に まとめ る と 、 以下 の よう に な っ て い る 。 古事 記 月 読 ヨ 乙 ・ ミ甲 日本 書紀 月 読 ヨ 乙 ・ ミ甲 月弓 ユ― ・ ミ甲 月夜 見ヨ甲 ・ ミ甲 万葉 集 月 読 ヨ 乙 ・ ミ甲 月夜 見ヨ甲 ・ ミ甲 月 余 美 ヨ乙 ・ ミ甲 以上 の よう に 、 記紀 万葉 に お い て ツクヨミ の 「 ミ 」 は いずれ も か 行上 代 特殊 仮名遣 で 一致 し て い る が 、 ヨ の 甲乙 は 両方 に またが り 、 「 ユ 」 の 例 すら あ る 。 ヨ 、 ユ 音 に 着目 し て 表記 例 を まとめ る と 、 次 の よう に 分かれ る 。 ヨ 乙 月 読 、 月余 美 ヨ 甲月 夜見 ユ 月 弓 ツクヨミ の 神名 に つ い て は 、 複数 の 由来 説 が 成り立 つ 。 まず 、 最も 有力 な 説 と し て 、 ツクヨミ = 「 月 を 読 む 」 こと から 暦 と 結びつけ る 由来説 が あ る 。 上代 特殊 仮名遣 で は 、 「 暦 や 月齢 を 数え る 」 こと を 意味 する 「 読み 」 の 訓字 例 「 余美 ・ 餘美 」 が いずれ も ヨ 乙類 ・ ミ 甲類 で 「 月読 」 と 一致 し て い る こと から 、 ツクヨミ の 原義 は 、 日月 を 数え る 「 読み 」 から 来 た もの と 考え られ る 。 例えば 暦 = コヨミ は 、 「 日 を 読 む 」 すなわち 日読み = カヨミ で あ る の に 対 し て 、 ツクヨミ も また 月 を 読 む こと に つなが る 。 「 読 む 」 は 、 万葉 集 に も 「 月日 を 読 み て 」 「 月読 め ば 」 など 時間 ( 日月 ) を 数え る 意味 で 使 わ れ て い る 例 が あ り 、 また 暦 の 歴史 を 見 る と 、 月 の 満ち 欠け や 運行 が 暦 の 基準 と し て 用い られ て お り 、 世界 的 に 太陰 暦 が 太陽 暦 に 先行 し て 発生 し た の で あ る 。 「 一 月 二 月 」 と い う 日 の 数え 方 に も その 名残 が あ る よう に 、 月 と 暦 は 非常 に 関係 が 深 い 。 つまり 、 ツクヨミ は 日月 を 数え る こと から 、 時 の 測定 者 、 暦 や 時 を 支配 する 神格 で あ ろ う と 解釈 さ れ て い る 。 一方 、 『 日本 書紀 』 に 見え る 「 月弓 」 は 、 三 日月 と 弓 ( 武器 ) が 結び付け られ た もの で あ ろ う 。 万葉 集 の 歌 に は 、 上弦 や 下弦 の 弦月 を 指 し て 「 白 真弓 」 と 表現 し た 歌 が あ り ( 巻十 ・ 二〇 五一 ) 、 「 月弓 尊 」 の 表記 は 、 この よう な 発想 から 呼 ば れ た 異名 と 考え られ る 。 その 他 に も 、 海神 の ワタツミ 、 山神 の ヤマツミ と 同じく 、 「 月夜 の ミ 」 ( ミ は 神霊 の ミ ) 、 あるいは 「 月夜 の ミ 」 から 「 夜 の 月 の 神 」 と する 説 が あ る 。 この よう に はっきり と 甲乙 の 異な る 「 ヨ 」 や 、 発音 の 異な る 「 ユ 」 の 表記 が 並行 し て 用い られ て い る こと 、 そして 記紀 万葉 のみ な ら ず 延喜 式 など やや 後世 の 文献 で も 数 通り の 呼称 が あ り 、 表記 が どれ か に 収束 する こと な く 、 ヨ の 甲乙 が 異な る 「 月読 」 と 「 月夜 見 」 表記 が 並行 し て 用い られ て い る こと から 、 ツクヨミ の 神格 は 一義 的 に 決定 でき る よう な もの で は な い こと は 明らか で あ る 。 ツクヨミ の 管掌 に つ い て も 、 『 古事 記 』 や 『 日本 書紀 』 の 神話 に お い て 、 日神 た る アマテラス は 「 天 」 あるいは 「 高天原 」 を 支配 する こと で ほぼ 「 天上 」 に 統一 さ れ て い る の に 対 し 、 月神 の 支配 領域 は 、 『 日本 書紀 』 に 「 日 に 配べ て 天上 」 を 支配 する 話 が あ る 一方 で 、 「 夜 の 食国 」 や 「 滄海原 の 潮 の 八百 重 」 の 支配 を 命 じ られ て い る 話 も あ る 。 支配 領域 の 不 安定 ぶり も 、 ツクヨミ の 神格 は 複数 の 観念 が 統合 さ れ た 、 不 安定 かつ 多様 な もの で あ る こと を 意味 し て い る 。 巻四 ・ 六 七 〇 月 讀 の 光 に 来 ま せ 足 疾 ( あしひき ) の 山寸 ( やまき ) 隔 ( へ ) なりて 遠 か ら な く に 巻四 ・ 六 七 一 月 讀 の 光 は 清 く 照ら せれ ど 惑 へ る こころ 思 ひ あへ な くに 巻六 ・ 九 八 五 天 に 座 す 月讀 壮 士幣 ( まひ ) は せむ 今夜 の 長 さ 五百 夜継ぎ こそ 巻七 ・ 一〇 七五 海原 の 道遠 み か も 月讀 の 明 ( ひかり ) 少な き 夜 は 更け に つつ 巻七 ・ 一三 七二 み 空 ゆ く 月 讀 壮士 夕去 ら ず 目 に は 見れ ど も 因 る よし も なし 巻 十 三 ・ 三 二 四 五 天橋 も 長 く も が も 高山 も 高 く も が も 月夜 見 の 持て る 越水 ( を ちみづ ) い取り来 て 公 ( きみ ) に 奉り て を ち 得 て しかも 巻 十 五 ・ 三 五 九九 月 余美 の 光 を 清 み 神嶋 の 磯海 の 浦 ゆ 船出 す われ は 巻 十 五 ・ 三 六 二 二 月 余美 の 光 を 清 み 夕凪 に 水手 ( かこ ) の 声呼 び 浦海 漕 ぐ か も ツクヨミ を 祭神 と する 神社 ツクヨミ を 祭神 と する 神社 に は 2 つ の 系統 が あ る 。 1 つ は アマテラス の 弟神 と し て ツクヨミ を 祀 る もの で 、 その 代表 例 が 皇大 神宮 別宮 の 月 讀宮 で あ る 。 豊受 大 神宮 別宮 に 月夜 見宮 が あ る 。 もう 1 つ の 系統 は 、 本来 は ツクヨミ と は 関係 の な い 月 の 神 を 祀 っ て い た もの が 、 後 に 神話 に 登場 する ツクヨミ に 習合 し た 神社 で あ る 。 代表 例 は 出羽 三 山 の 一 社 の 月山 神社 ( 山形 県 東田 川 郡 庄内 町 ) で あ る 。 全国 に あ る 月山 神社 の 多く は 、 出羽 三 山 の 月山 神社 から 勧請 を 受け た もの で あ る 。 また 、 壱岐 市 の 月読 神社 ( 壱岐 市 ) も ツクヨミ と は 別 の ( さらに 出羽 三山 と も 別 の ) 月 の 神 を 祀 っ て い た 神社 と 考え られ て い る 。 ただし 、 日本 書紀 の 顕宗 記 の 記述 を 元 に 壱岐 の 月読 神社 が 全て の ツクヨミ を 祭神 と する 神社 の 発祥 地 で あ る と する 説 も 存在 し 、 どちら が 正し い か は 結論 は 出 て い な い 。 松尾 大社 ( 京都 府 京都 市 西京 区 ) 摂社 の 月読 神社 ( 京都 市 ) は 壱岐 の 月読 神社 から 勧請 を 受け た もの で あ る 。 森岡 浩之 『 月 と 炎 の 戦記 』 山岸 凉子 『 月読 』 増田 晴彦 『 スサノオ 』 出口 竜正 『 命 〜 紅 の 守護 神 〜 』 倉本 由布 『 ツクヨミ の 末裔 』 荻野 真 『 孔雀 王 』 『 クロノ ・ クロス 』 『 女神 転生 シリーズ 』 『 遊 ☆ 戯 ☆ 王 オフィシャル カード ゲーム デュエル モンスターズ 』 『 NARUTO - ナルト - 』 ( ただし 、 忍術 と し て 登場 。 ) 紫村 仁 『 我が家 の お 稲荷 さま 。 』 +巫女 、 また は 神子 ( みこ 、 ふじょ ) と は 、 主 と し て 日本 ( 大和 ) の 神 に 仕え る 女性 の こと 。 古来 、 神 の 言葉 ( 神託 ) を 得 て 他 の 者 に 伝え る こと が 役割 と さ れ て い た が 、 近代 に 入 っ て から は 神社 に 於け る 女性 の 奉仕 区分 と し て 変容 し た 。 柳田 国男 ・ 中山 太郎 の 分類 に よ る と 、 概ね 朝廷 の 神和 ( かんなぎ ) 系 巫 女 と 民間 の 口寄 ( くちよせ ) 系 巫女 に 分け られ る 。 本 項目 で は 歴史 上 の 巫女 、 神社 ・ 祭り ・ 結婚 式場 の 巫女 に 限定 する 。 巫女 ( 作品 ・ 趣味 ・ サブカルチャー ) も 参照 。 古代 の 呪術 的 な 宗教 観 の 元 で は 、 その 祭祀 の 形態 から 神 の 存在 は 特定 の 場所 に 常在 する 存在 で は な く 、 神 を 呼 ぶ と い う 行為 が 行 わ れ て い た と 考え られ 、 自ら の 身体 に 神 を 降ろ す 、 いわゆる 神がかり ( 神霊 の 憑依 ) の 儀式 が 行 わ れ た と さ れ る 。 これ を 掌 る 女性 の 登場 が 巫女 の 初発 と 考え られ る 。 古語 で は 巫 と 呼称 さ れ た 。 なお 、 男性 で その 様 な 祭祀 に 仕え る 者 は 巫 と 称 さ れ た 。 『 古事 記 』 ・ 『 日本 書紀 』 に 記 さ れ る 日本 神話 で は 、 天岩 戸 の 前 で 舞 っ た と さ れ る 天鈿 女命 の 故事 に その 原型 が 見 られ る 。 また 、 『 魏志 倭人 伝 』 に よ る と 、 卑弥 呼 は 鬼道 で 衆 を 惑わ し て い た と い う ( 卑彌 呼事 鬼道 能 惑衆 ) 記述 が あ り 、 この 鬼道 や 惑 の 正確 な 意味 ・ 内容 に つ い て は 不明 で は あ る もの の 、 古代 に 呪術 的 な 儀式 が 女性 の 手 に よ っ て 行 わ れ た 事 が 伺え る 。 平安 時代 に は 神祇 官 に 「 御巫 ( み かんなぎ ) 」 や 天鈿 女命 の 子孫 と さ れ た 猨女 君 ( 『 貞観 儀式 』 ) の 官職 が 置 か れ 、 神楽 を 舞 っ て い た と 推定 さ れ て い る 。 平安 時代 末期 の 藤原 明衡 の 著 で あ る 『 新 猿楽 記 』 に は 、 巫女 に 必要 な 4 要素 と し て 「 占い ・ 神遊 ・ 寄絃 ・ 口寄 」 が 挙げ られ て お り 、 彼 が 実際 に 目撃 し た と い う 巫女 の 神遊 ( 神楽 ) は まさしく 神 と 舞い 遊 ぶ 仙人 の よう だっ た と 、 記 し て い る 。 中世 以後 各地 の 有力 な 神社 で は 巫女 に よ る 神楽 の 奉納 が 恒例 と な っ た 。 神楽 も 変容 し 、 旧来 の 神がかり 的 要素 に 加え て 依頼 者 の 現世 利益 の 祈願 を 併せ て 目的 と し て い た と さ れ て い る 。 修験 者 と 巫女 が 結びつ い て 神社 に 常駐 せ ず に 祈祷 や 鎮魂 を 請負 っ た 、 民間 習俗 の 色彩 が 濃 い 巫女 も 現れ る よう に な っ た 。 現在 で も 、 祈祷 ・ 祈願 自体 を 神楽 、 あるいは 「 神楽 を 上げ る 」 と 称 する 例 が あ る の も 、 この こと が 基 で あ る と 考え られ る 。 歌舞伎 の 元 で あ る 「 かぶき おどり 」 を 生み出 し た と さ れ る 出雲 阿国 ( いずも の おく に ) は 出雲 大社 の 巫女 で あ っ た と い う 説 も あ り 、 古代 の 呪術 的 な 動作 が 神事 芸能 と し て 洗練 さ れ 、 一般 芸能 と し て 民間 に 広 く 伝播 し て い っ た 経過 を 伺い知 る 例 と し て 捉え られ る 。 梓巫女 ( あずさみこ ) は 官 の 免許 を 受け 、 1 回 50 文 から 100 文 の 料金 で の 口寄 を 稼業 と し て い た 。 芸妓 ・ 娼妓 と 同様 の 児買い の 奴隷 で 、 売り上げ は 頭領 が 手 に し た 。 風体 は 異様 で 、 黒塗り の 箱 を 風呂敷 に 包 ん で 背負 い 、 営業 時 に は 箱 を 自分 の 前 に 置 い て 行 う 。 口寄 の 対象 が 生者 ( たとえば ペット の 猫 など ) の 場合 は 青葉 を 用い 、 死者 の 場合 は 紙縒 ( こより ) を 用い た 。 両肘 を 箱 に つけ て あご を 支え 、 数珠 を 鳴ら し 、 呪文 を 唱え 、 半眠 の 状態 で 口寄 を 行 っ た 。 箱 の なか に は 土 人形 の 天神 、 御幣 、 梓弓 が 安置 し て あ っ た 。 近代 に な っ て 、 人身 売買 に 等し い もの と し て 禁止 さ れ た 。 明治 維新 を 迎え 、 神社 ・ 祭祀 制度 の 復古 的 な 抜本 的 見直し が 為 さ れ た 。 18 71 年 ( 明治 4 年 ) に は 神祇 省 に 御巫 ( み かんなぎ ) が 置 か れ 、 宮内 省 の 元 刀自 が 御巫 の 職務 に 当た っ た 。 民間 習俗 の 巫女 に 関 し て は 、 1873 年 ( 明治 6 年 ) に は 神霊 の 憑依 など に よ っ て 託宣 を 得 る 行為 が 教部 省 に よ っ て 全面 的 に 禁止 さ れ た 。 ⇒ s 梓巫 市子 並憑 祈祷 孤下ケ 等 ノ 所業 禁止 ノ件   これ は 巫女 禁断令 と 通称 さ れ る 。 この よう な 禁止 措置 の 背景 と し て 、 復古 的 な 神道 観 に よ る 神社 制度 の 組織 化 に よ る もの で あ る 一方 、 文明 開化 に よ る 旧来 の 習俗 文化 を 否定 する 動き の 影響 も 伺え る 。 禁止 措置 に よ っ て 神社 に 常駐 せ ず に 民間 祈祷 を 行 っ て い た 巫女 は ほぼ 廃業 と な っ た が 、 中 に は 神社 、 或いは 教派 神道 に 所属 する こと に よ っ て 姿 ・ 形 を 変え て 活動 を 続け る 者 も い た 。 また 、 神職 の 補助 的 な 立場 で 巫女 を 雇用 する 神社 が 出 始め た 。 後 、 春日 大社 の 富田 光美 ら が 、 巫女 の 神道 に おけ る 重要 性 を 唱え て 巫女 舞 の 存続 を 訴え る と 同時 に 八乙女 と 呼 ば れ る 巫女 達 の 舞 を より 洗練 さ せ て 芸術 性 を 高め る 事 に よ っ て 巫女 及び 巫女 舞 の 復興 に 尽く し た 。 また 、 宮内 省 の 楽師 で あ っ た 多忠 朝 は 神社 祭祀 に 於け る 日本 神話 に 基づ く 神楽 舞 の 重要 性 を 主張 し 、 其れ が 認め られ る 形 で 浦安 の 舞 を 制作 し た 。 この 舞 は 1940 年 ( 昭和 15 年 ) 1 1 月 10 日 に 開 か れ る 「 皇紀 二千 六百 年 奉祝 会 」 に 合わせ て 全国 の 神社 で 行 わ れ た 奉祝 臨時祭 に て 一斉 に 舞 わ れ た 。 事前 に 全国 で 開 か れ た 講習 会 と 当日 の 奉奏 の 徹底 は 神社 に おけ る 神楽 舞 の 普及 に 大き く 貢献 し た 。 臨時 奉祝 祭 の 後 も 浦安 の 舞 は 継続 し て 祭儀 の 折 に 舞 わ れ る よう に な り 、 維新 以降 整備 さ れ て き た 神社 祭祀 制度 に 於 い て 公式 に 巫女 が 奉仕 する 機会 が 作 ら れ た と 言え る 。 現代 日本 で は 巫女 は 神社 に 勤務 し 、 主に 神職 の 補助 、 また 神事 に お い て 神楽 ・ 舞 を 奉仕 する 女性 を 指 す 。 舞姫 ( 曖昧 さ 回避 ) ( まいひめ ) ・ 御 神子 ( みかんこ ) と 呼称 さ れ る 場合 も あ る 。 巫女 を 名乗 る の に 免許 や 資格 は 必要 な い 。 ただし 神社 本 庁 傘下 の 神社 に 神職 と し て 奉仕 する 場合 、 男女 とも に 本庁 の 発行 する 神職 が 求め られ る 。 なお 巫女 は 男女 雇用 機会 均等 法 の 適用 外 な の で 女性 を 指定 し て の 募集 が 認め られ て い る 。 基本 的 に は 資格 が 必要 と さ れ な い 為 、 心身 とも に 健康 な 女性 なら ば 巫女 に な る こと は 可能 で あ る 。 本職 巫女 の 多く は 神職 の 娘 ・ 近親 者 など 、 その 神社 に 縁 が あ る 人 が 奉仕 する こと が 多 く 、 本職 巫女 の 求人 は 余り 多 い と は 言え な い ( 本職 巫女 を 置け る の は 大 規模 神社 に 限 ら れ る 場合 が 多 い ) 。 本職 巫女 の 求人 は 、 新聞 ・ 求人 広告 、 ハロー ワーク 等 に 掲載 さ れ る こと が あ り 、 神社 関係 者 で 無 い 場合 は それ ら を 探 す の が 本職 巫女 に な る 現実 的 な 手段 で あ ろ う 。 また 、 神職 養成 機関 ( 大学 や 養成 所 等 ) に は 、 神職 の 他 に 少な い ながら 本職 巫女 の 求人 が 寄せ られ る こと も あ る 。 女性 が 本職 巫女 と し て 奉仕 でき る 年数 は 短 く 、 義務 教育 修了 後 ( 現実 的 に は 高等 学校 卒業 ) から 勤務 し 、 20 代 後半 で 定年 を 迎え る 例 が 多 い 。 短大 ・ 大学 を 卒業 し て から の 奉仕 で あ れ ば 、 数 年間 しか 在職 し な い こと に な る 。 定年 以降 に 神社 に 勤務 する 場合 は 、 神社 指定 の 制服 や 松葉色 ・ 紺色 など の 袴 を 履く など し て 服装 で 区分 さ れ 、 また 職掌 の 上 で も 神事 に 奉仕 する 女性 職員 を 巫女 、 それ 以外 の 事務 作業 など を 行 う の が 一般 女性 職員 と 区分 さ れ る 事 が 多 い 。 尚 、 神楽 を 奉仕 、 指導 する 巫女 に つ い て は 、 技術 継承 など の 問題 から 結婚 し て から も 神社 職員 と し て 続け て い る 例 も あ る 。 正月 等 の 繁忙 期 に は 神社 の 大小 に 関わ ら ず 臨時 の アルバイト を 採用 し て い る 例 が 多 い 。 一般 的 に アルバイト と 称 さ れ る 臨時 雇用 を 神社 で は 「 助勤 」 「 助務 」 と 呼称 さ れ る 。 神社 独自 で 雇用 を 呼びかけ る 、 或いは 大学 ・ 高等 学校 等 へ の 求人 の 呼びかけ 等 で 採用 さ れ る 。 また 、 神職 養成 機関 に 所属 する 女子 学生 が 研修 生 ・ 実習 生 と し て 臨時 に 助勤 巫女 と し て 奉仕 する 例 も あ る 。 神社 に よ っ て は 、 千早 の 着用 の 有無 等 で 本職 巫女 と 区別 さ れ る 場合 も あ る 。 大 規模 な 神社 に お い て は 、 前述 の 神社 に 勤務 する 巫女 が 祭祀 の 際 に 浦安 の 舞 や 伝統 の 巫女 神楽 を 奉納 する が 、 主に 小 規模 な 神社 で は 、 臨時 に 年少 者 が 巫女 と し て 奉仕 する 例 も 多 く 存在 する 。 その 多く は 神社 の 氏子 で あ る 少女 に よ っ て 奉仕 さ れ て い る 。 祭礼 に 併せ て 行 わ れ る 稚児 行列 に も 巫女 装束 の 年少 者 が 加わ る 例 も あ る 。 神楽 を 奉納 する 場合 は 化粧 を 施 す 事 が 多 く 、 特別 な 場 で あ る こと から 厚 化粧 と な る 場合 も あ る 。 現在 で は 、 巫女 装束 は 白 い 小袖 ( 白衣 ) に 緋袴 を 履 く の が 通常 で あ る 。 元来 、 袴 は 襠 ( まち ) あり で あ っ た が 、 明治 に な っ て 教育 者 の 下田 歌子 が 女 学生 用 の 袴 と し て 行 灯 袴 を 発明 し 、 好評 だっ た こと から 後 に 同じ 女性 で あ る 巫女 の 分野 に も 導入 さ れ る こと と な っ た 。 したが っ て 、 現代 は 行灯 型 の 緋袴 が 一般 的 で あ る が 、 伝統 的 な 襠有り の 袴 を 採用 し て い る 神社 も あ る 。 特に 神楽 を 舞 う 場合 は 足裁 き の 都合 上 、 襠有り で な い と 不 都合 が 生じ る こと が あ る 。 また 、 神社 に よ っ て は 若 い 女性 向け の 「 濃 」 ( こき 、 赤紫色 ) 袴 を 用い る ところ も あ る 。 神事 の 奉仕 や 神楽 を 舞 う 場合 など 改ま っ た 場面 で は 千早 を 上 から 羽織 る 場合 も あ る 。 髪型 に つ い て は 、 長 い 黒髪 を 後ろ で 檀紙 や 水引 、 装飾 用 の 丈長 等 を 組み合わせ て ( 絵 元 結 と 呼 ば れ る ) 束ね る の を 基本 と し て い る が 、 髪の長 さ を 足 す ため に 髢 ( かもじ ) を 付け る 場合 も あ る 。 現代 日本 に おけ る 処女 性 重視 は 近代 以前 の 武家 社会 に おけ る 志向 ( 家督 の 正統継承 ) と 、 明治 維新 以後 、 キリスト 教 由来 の 貞操 観念 が 普及 し た こと に 起因 する 。 勘違い さ れ やす い が 処女 性 重視 は 古代 から 現代 まで 一貫 し て あ っ た 価値 観 で は な い 。 しかし 現代 人 は 現代 の 価値 観 を もと に 、 巫女 は 古来 から 処女 で あ っ た と 思 う こと が 多 い 。 だ が 歴史 的 に 見 て 日本 の 巫女 に 処女 性 が 求め られ て い た と 断言 する こと は 出来 な い 。 ( 処女 性 が 全く 求め られ な かっ た と 断言 する こと も 出来 な い ) なお 現代 に お い て は 職業 選択 の 自由 、 雇用 機会 均等 法 等 の 観点 から 、 処女 で あ る こと を 求人 要項 に 含め る こと は 出来 な い 。 一部 の 仏教 寺院 で は 若 い 女性 が 白衣 に 緋袴 と い う 、 巫女 装束 その もの 、 又 は 類似 の 服装 で 奉職 する 場合 が あ る 。 年末 年始 成田 山 新勝寺 ( 成田 市 ) 惣宗 寺 ( 佐野 市 ) 成田 山 横浜 別院 延命 院 ( 横浜 市 西 区 ( 横浜 市 ) ) 明王院 ( 福山 市 ) ( 広島 県 福山 市 ) 常時 ? 輪王寺 ( 日光 市 ) ( 袴 が 緑色 ) 法要 ・ 祭事 4 月 14 日 ~ 16 日華道祭 @ 大覚寺 ( 京都 市 右京 区 ) 10 月 5 日 ~ 7 日 観 月 会 @ 大覚寺 ( 京都 市 右京 区 ) 11 月 3 日 浦 安 の 舞 @ 正福寺 ( 東村山 市 ) ( 少女 の 巫女 、 市 無形民俗 文化 財 ) 卑弥呼 ( 邪馬 台 国 ) 台与 ( 邪馬 台 国 ) 神功 皇后 飯豊 青 皇女 出雲 阿国 本項 で 取り上げ た 大和 の 神道 に おけ る 巫女 以外 に も 、 「 巫女 」 を 「 女性 の シャーマン 」 と し て 広義 に 解釈 し 、 琉球 の ノロ や 台湾 に おけ る 尪姨 、 大韓民国 の ムーダン の 他 、 シベリア 、 アメリカ 州 の 先住 民 族 、 アフリカ など に み られ る シャーマン が 巫女 と 呼 ば れ る 場合 が あ る 。 また 、 フィクション で は 西洋 宗教 など に おけ る 神職 を 指 す こと も あ る 。 この 場合 は 「 神子 」 と 表記 さ れ る こと が 多 い 。 古代 ギリシア ・ ローマ の 伝説 に 現れ る 女 予言 者 「 シビル ( 巫女 ) 」 ( enSibyl , sibylla ) など も 「 巫女 」 と 訳 さ れ る 。 神懸かり と な り 神託 を 伝え る の は シャーマン の 特徴 で あ る 。 民間 伝承 で は 救世 主 を 待望 する 異教 徒 の シンボル で あ り 、 キリスト 教 美術 の 図像 に は アトリビュート ( 持物 ) と し て 書物 を 持 つ 姿 が 多 く 見 られ る 。 他 に 「 ペルシア の 巫女 」 は 頭 に ヴェール 、 「 リビア の 巫女 」 は 灯り の とも っ た 蝋燭 、 「 キンメリア の ( イタリア の ) 巫女 」 は コルヌコピア 、 「 エリュトレイア ( リディア ) の 巫女 」 は 「 受胎 告知 」 の 預言 者 と し て 百合 、 「 サモス の 巫女 」 は 「 キリスト の 降誕 」 の 預言 者 と し て 秣桶 ( まぐさおけ ) か 揺り 籠 、 「 クマエ の 巫女 」 も 「 キリスト の 降誕 」 の 預言 者 と し て 貝殻 、 「 ヘレスポントス の 巫女 」 は 「 キリスト の 磔刑 」 の 預言 者 と し て 釘 、 「 アグリッパ の ( エジプト の ) 巫女 」 は 浅黒 い 肌 で 「 キリスト の 笞打ち 」 の 預言 者 と し て 笞 、 「 エウロパ の 巫女 」 は 「 出 エジプト 記 」 の 預言 者 と し て 「 嬰児 虐殺 」 の 剣 を 持 つ 。 「 フリュギア の 巫女 」 は 「 復活 」 の 預言 者 と し て 十字 架 を 伴 い 、 「 ティブル の 巫女 」 は 片手 を 切り落と さ れ て い る 。 巫女 の 単独 像 は 少な く 、 多く は 群像 と し て 表現 さ れ る 。 +勅祭 社 ( ちょくさい しゃ ) と は 、 祭礼 に 際 し て 天皇 に よ り 勅使 が 遣わ さ れ る ( これ を 勅祭 と い う ) 神社 の こと で あ る 。 ただし 、 伊勢 神宮 は 毎年 五 大祭 ( 月次 祭 を 除 く 。 ) に 勅使 が 遣わ さ れ る が 、 別格 と さ れ 特に 勅祭 社 と 呼 ば れ て は い な い 。 勅祭 社 と さ れ る 神社 は 古く から あ り 、 京都 周辺 の 二十 二 社 が その 代表 で あ っ た 。 1868 年 ( 明治 元年 ) 、 明治 天皇 が 氷川 神社 の 祭事 を 勅祭 と し て 行 っ た の が 近代 の 勅祭 社 の 始まり で あ る 。 明治 3 年 に は 東京 と その 附近 の 12 社 を 准勅 祭社 ( 日枝 神社 ・ 根津 神社 ・ 芝 神明宮 ・ 神田 神社 ・ 白山 神社 ・ 亀戸 神社 ・ 品川 貴船 社 ・ 富岡 八幡 神社 ・ 王子 神社 ・ 赤坂 氷川 神社 ・ 六所 神社 ・ 鷺宮 神社 ) と 定め た が 、 これ ら は 一時 的 な もの で あ っ た 。 今日 に つなが る 勅祭 社 の はじまり は 、 1883 年 明治 16 年 、 賀茂 祭 、 石清水 祭 が 勅祭 と 定め られ た 賀茂 神社 ( 賀茂 御祖 神社 、 賀茂 別雷 神社 ) と 石清水 八幡宮 で あ る 。 以後 その 数 が 増え 、 終戦 ( 1945 年 ) の とき に は 以下 の 神社 が 勅祭 社 と な っ て い た 。 ( 社名 ・ 所在 地名 は 現在 の もの 。 「 式内 」 は 式内 社 ( 名神 は 名神 大社 ) 、 「 一宮 」 は 各国 の 一宮 、 「 別表 」 は 別表 神社 ・ 単立 の 別 ) 現在 の 勅祭 社 は 、 終戦 に よ り 廃社 と な っ た 朝鮮 神宮 を 除 く 16 社 で あ る 。 この うち 、 宇佐神宮 と 香椎 宮 へ は 10 年 ごと に 、 鹿島 神宮 と 香取 神宮 へ は 6 年 ごと に 勅使 が 遣わ さ れ 、 靖国 神社 に は 春秋 二 度 の 大祭 に 勅使 が 遣わ さ れ て い る 。 +鳥居 ( とりい ) と は 神社 など に お い て 神域 と 人間 が 住 む 俗界 を 区画 する もの ( 結界 ) で あ り 、 神域 へ の 入口 を 示 す もの 。 一種 の 「 門 」 で あ る 。 天皇 陵 や 寺院 に 建て られ て い る こと も あ る が 、 一般 的 に は 神社 を 象徴 する もの と し て 捉え られ て お り 、 神社 の 地図 記号 は 鳥居 を 図案 化 し た もの に な っ て い る 。 鳥居 の 起源 に つ い て は 諸説 あ る が 、 確か な こと は 分か っ て い な い 。 アマテラス ( あまてら す おおみかみ ) を 天岩 戸 から 誘い出 す ため に 鳴 か せ た 「 常世 の 長鳴鳥 」 ( ニワトリ ) に 因 み 、 神前 に 鶏 の 止まり 木 を 置 い た こと が 起源 で あ る と する 説 、 インド 仏教 に み られ る トラナ や 中国 の 華表 や 鳥竿 、 牌楼 ( ぱいろう ) 、 朝鮮 半島 の 紅箭 門 ( こうぜんもん ) 、 イスラエル の 移動 型 神殿 など 海外 に 起源 を 求め る 説 など が あ る 。 いずれ に せよ 、 8 世紀 ごろ に 現在 の 形 が 確立 し て い る 。 語源 に つ い て も 同様 に 不明 で あ る 。 鶏 の 止まり 木 を 意味 する 「 鶏居 」 を 語源 と する 説 、 「 とおり い る ( 通り入 る ) 」 が 転 じ た と する 説 、 トラナ を 漢字 から 借音 し 表記 し た と する 説 など が あ る 。 一 基 、 二 基 … と 数え る 。 一般 に ひと つ の 参道 に 複数 の 鳥居 が あ る 場合 は 、 一番 外側 から 「 一 の 鳥居 」 、 「 二 の 鳥居 」 … と 呼 ぶ 。 2 本 の 柱 の 上 に 笠木 ( かさぎ ) および 島木 ( しまぎ ) を 渡 し 、 その 下 に 貫 ( ぬき ) を 入れ て 柱 を 固定 し た の が 一般 的 な 鳥居 の 構造 で あ る 。 大別 する と 神明 鳥居 ( しん めい とりい ) と 明神 鳥居 ( みょう じん とりい ) の 2 つ に 分類 さ れ 、 そこ から 派生 し た 種々 の 形式 が あ る 。 建て られ る 鳥居 の 形式 は 寄進 者 の 好み に よ る 事 が 多 く 、 鹿島 神社 に 春日 鳥居 が 建て られ る よう な 事 も あ る よう に 祭神 と 関連 を 持 つ こと は 少な い が 、 山王 鳥居 は 日枝 神社 ( 山王 神社 、 日吉 神社 ) に など と 結びつ く もの も あ る 。 神明 鳥居 は 素朴 な 形式 で 、 全体 的 に 直線 的 で あ る 。 笠木 ・ 貫 に は 板材 が 用い られ る こと が 多 い 。 笠木 の 下 に 島木 が な く 、 柱 は 丸材 で 地面 に 対 し 垂直 に 立て られ て い る 。 この 形式 の バリエーション と し て 、 貫 に 角材 を 用い た もの が 、 靖国 神社 を はじめ と する 各地 の 護国 神社 で 広 く 見 られ る こと から 、 特に 靖国 鳥居 と 区別 する こと が あ る 。 神明 鳥居 鹿島 鳥居 伊勢 鳥居 黒木 鳥居 靖国 鳥居 内宮 源 ( ないぐう げん ) 鳥居 宗忠 ( むねただ ) 鳥居 明神 鳥居 は 装飾 的 な 形式 で 、 全体 的 に 曲線 的 で あ る 。 笠木 の 下 に 島木 が あ り 、 柱 は 地面 に 対 し て 少し 斜め に 立て られ て い る 。 明神 鳥居 春日 鳥居 八幡 鳥居 稲荷 鳥居 : 台輪 ( だいりん ) 鳥居 と も い う 。 朱 塗り で 知 ら れ て い る 。 山王 ( さん のう ) 鳥居 両部 ( りょうぶ ) 鳥居 三輪 ( みわ ) 鳥居 三 柱 鳥居 中山 ( なかやま ) 鳥居 材料 は 木材 ( ヒノキ ・ スギ など ) 、 石 など 。 銅板 で 全体 を 葺 い た 鳥居 を 「 唐金 ( から かね ) の 鳥居 」 と 呼 び 、 江戸 時代 に は 浮世 絵 など に 描 か れ て い る 。 近年 で は 鉄 パイプ 、 鉄筋 コンクリート の 鳥居 も あ る 。 また 佐賀 県 西松浦 郡 有田 町 に あ る 陶山 神社 の 鳥居 は 陶磁 器 製 、 京都 府 八幡 市 に あ る 飛行 神社 の 鳥居 は ジュラルミン 製 、 秋田 県 八郎潟 町 に あ る 副川 神社 の 鳥居 は 塩化 ビニール 製 など 、 その 他 の 材料 に よ る 変わり 種 の 鳥居 も 存在 する 。 吉野 ・ 銅 の 鳥居 ( かね の とりい ) ( 重要 文化 財 ) 金 峯山 寺 ( きんぷ せんじ ) 蔵王 堂 の 参道 に 立 つ 。 室町 時代 の もの と 伝え られ る 。 高 さ 約 8 m 。 額束 は 「 発心 門 」 安芸 の 宮島 ・ 朱丹 の 大鳥居 ( 木製 ) ( 重要 文化 財 / 世界 遺産 ) 厳島 神社 ・ 社殿 前 の 海中 に 立 つ 。 楠造 り 両部 鳥居 。 現在 の 鳥居 は 平安 時代 から 数え て 8 代 目 で 明治 8 年 ( 1875 年 ) 7 月 に 完成 し た もの 。 神額 : 沖側 「 厳島 神社 」 、 神社 側 「 伊都 岐島 神社 」 ( 有栖川宮 熾仁親 王染筆 ) 大阪 四 天王寺 ・ 石 の 鳥居 ( 重要 文化 財 ) 永仁 2 年 ( 1294 年 ) に 造 ら れ た 日本 最古 の 石造り の 大鳥居 の 一 つ と さ れ て い る 。 扁額 の 文字 「 釈迦 如来転法輪 処当 極楽土 東門 中心 」 この 地 は 釈迦 如来 が 現れ て 説教 さ れ た ところ で 、 極楽 浄土 の 東門 に 当た る 伏見 稲荷 大社 約 1 万 基 の 鳥居 が あ る 。 平安 神宮 高 さ 2 4 . 4 m の 日本 最大 級 の 鳥居 。 出雲 大社 天下 の 寄付 魔 、 小林 徳一郎 ( 北九州 市 小倉 ・ 島根 県 邑南 町 ) の 建立 。 気比 神宮 国 の 重要 文化 財 。 木造 限定 なら 3 番 目 の 高 さ を 誇 る 。 元木 の 石鳥居 国 の 重要 文化 財 。 山形 市 に あ る 平安 時代 建立 の 日本 最古 の 石鳥居 。 他 に 一般 的 に 利用 さ れ て い る もの で は 神社 を あらわ す 記号 や 小便 無用 、 不法 投棄 の ごみ 除け など に も 利用 が 見受け られ る 。 石 を 投げ て 鳥居 の 上 に 乗せ る と 願い が かな う と い う 俗信 が 広 く み られ る 。 近年 、 住宅 街 や 空き地 など に 高 さ 10 ~ 50 cm ほど の 小さな 鳥居 が 設置 さ れ て い る 場合 が あ る 。 簡素 な もの は 薄 い 板 きれ を コンクリート ブロック 塀 に 貼り付け た だけ もの や 、 塀 に 赤 ペンキ で 描 いただけ の もの で あ る 場合 も あ る 。 この よう な 小鳥居 は ゴミ の 不法 投棄 を 避け る ため に 設置 さ れ た もの で 、 鳥居 を 聖域 の 入り口 と し て 恐れ 敬 う 人間 心理 を 利用 し た もの で あ り 、 不法 投棄 が 激減 し た と い う 実例 が あ る と い う 。 ちなみ に 実際 の 鳥居 を その まま 模 する の は 恐れ 多 い と い う 理由 で 、 貫 ( 下 の 横棒 ) が 笠木 ( 上 の 横棒 ) より も 長 く な っ た 本来 と は 逆 の 物 を 利用 する こと も あ る と い う 。 これ は 、 ( 以前 は 不法 投棄 は ほとんど 無 かっ た の で ) 立 ち 小便 抑止 の 為 、 塀 の 下方 等 に 鳥居 形 を 赤 の 塗料 で 描 い た もの が 原点 の よう で あ る 。 いずれ に せよ 、 宗教 と 道徳 の 関係 を 如実 かつ 簡潔 に ものがた っ て い る 。 +狛犬 ( こまいぬ 、 中国 語 : 石獅子 、 英語 : imperialguardianlion ) と は 、 犬 に 似 た 想像 上 の 獣 の 像 で あ る 。 神社 や 寺院 の 入口 の 両脇 、 あるいは 本殿 ・ 本堂 の 正面 左右 など に 1 対 で 置 か れ て い る 。 なお 、 厳密 に は 「 獅子 ・ 狛犬 」 と 呼 ぶ の が 正し い と さ れ て い る 。 名称 は 高麗 ( こま 、 異国 ) の 犬 と い う 意味 と さ れ る 説 が あ る 。 これ は 朝鮮 経由 で 入 っ て き た ため で あ る と さ れ る 。 だ が 、 実際 の 起源 は インド と い う 説 が 有力 で あ る 。 また 、 朝鮮 に 狛犬 の 文化 は 無 く 、 高麗 と は 音 から 来 る 当て字 で 「 高麗 の 犬 」 と い う 意味 で は な く 、 あくまで 「 狛犬 ( こまいぬ ) 」 と い う 想像 上 の 神獣 で あ り 、 同じく 対 に な る 獅子 も 当時 の 日本 人 は ライオン を 見 た こと が 無 い 。 その ため 、 これ も 獅子 = ライオン で は な く 「 獅子 ( しし ) 」 と い う 神獣 で あ る と 考え られ る 。 一般 的 に は 、 向か っ て 右側 の 像 は 「 阿形 ( あぎょう ) 」 で 、 角 は な く 口 は 開 い て い る 。 そして 、 向か っ て 左側 の 像 は 「 吽形 ( うんぎょう ) 」 で 、 1 本 の 角 が あ り 口 を 閉じ て い る 。 両方 の 像 を 合わせ て 「 狛犬 」 と 称 する こと が 多 い が 、 厳密 に は 、 角 の な い 方 の 像 を 「 獅子 」 、 角 の あ る 方 の 像 を 「 狛犬 」 と 言 い 、 1 対 で 「 獅子 狛犬 」 と 称 する の が 正し い と さ れ て い る 。 昭和 時代 以降 に 作 ら れ た 物 は 、 左右 共 に 角 が 無 い 物 が 多 い 。 これ ら は 本来 は 「 獅子 」 と 呼 ぶ べ き もの で あ る 。 各地 の 寺社 境内 で 見かけ る 狛犬 に は 石製 や 銅製 の もの が 多 い が 、 神社 本殿 内 に 置 か れ た もの に は 木造 の 場合 も あ る 。 延喜 式 神名 帳巻 第 46 の 左右衛門 府 に 、 大儀 日 に じ 像 を 会員 門左 に 置 き 終了 時 に 本府 に 返却 する 。 右府 は 右 に 置 く と 記述 さ れ る よう に 平安 時代 に さかのぼ る 。 当時 の 獅子 狛 犬 像 と し て は 、 奈良 ・ 薬師寺 の 鎮守 八 幡宮 の 木像 ( 重要 文化 財 ) が 著名 で あ る 。 ただし 、 この 薬師 寺 像 は 、 左右 と も 角 が な く 、 正式 に は 「 獅子 1 対 」 と 呼 ぶ べ き で あ ろ う 。 重要 文化 財 指定 の 狛犬 は 他 に 、 滋賀 ・ 大宝 神社 、 京都 ・ 高山 寺 、 広島 ・ 厳島 神社 など の もの が 著名 で あ る 。 狛犬 は 中国 や 大韓 民国 に も 同様 の 物 が あ る が 、 阿吽 ( あ ・ うん ) の 形 が あ る の は 日本 で 多 く 見 られ る 特徴 で あ る 。 これ は 金剛 力士 の 影響 を 受け た と 考え られ 平安 時代 に は 既に 定着 し て い た 。 ただし 、 日本 の 狛犬 は 近世 から 現代 に かけ て 、 各地 の 寺社 に 膨大 な 数 が 造 ら れ て お り 、 形態 に も さまざま な バリエーション が あ る 。 例えば 、 イノシシ や 龍 、 キツネ の 形 の 像 が 同様 の 役割 を 果た し て い る こと も あ る 。 これ ら を あわせ て 神道 で は 神使 ( しんし ) と 呼 ぶ 。 この 神使 は 神社 ( 祀 られ る 神 ) に よ っ て 特定 の 動物 が 採用 さ れ て い る 場合 が 少な から ず あ る 。 稲荷 神社 に 狐 、 春日 神社 に 鹿 、 弁財 天 に は 蛇 など が 代表 的 な 物 で あ る 。 また 、 土地 の 伝承 など に 基づ く もの も あ る 。 例えば 、 遠野 常堅 寺 で は 河童 伝説 に 基づ き 狛犬 の 場所 に 河童 像 が 置 か れ て い る 、 など 。 一般 的 に は 、 守 る べ き 寺社 に 背 を 向け る 形 で 置 か れ る 。 だ が 、 まれ に 寺社 の 方 を 向 い て い る 物 も あ る 。 また 、 稀 に 対 を な し て い な い もの も 存在 する 。 左右 の 狛犬 を し て 夫婦 で あ る と 主張 する 寺社 も 存在 する 。 「 狛犬 が 獅子 の 姿形 を し て い る 以上 、 たてがみ を 持 つ の は 当然 雄 で あ る 。 つまり 、 狛犬 同士 がつがい と な る こと は あ り 得 な い ため 、 生物 学 的 に は この 主張 は 誤り 」 と する 見解 が あ る 。 一方 で 、 「 子 狛 犬 あるいは 子 獅子 を あや し て い る もの や 授乳 し て い る もの も あ る ため 、 夫婦 で 正し い 」 と する 見解 も あ る 。 厳密 に 正し い ・ 正し く な い で 争 う こと に 意味 は な い が 、 夫婦 肯定説 ・ 夫婦 否定説 の 両説 が それぞれ 主張 さ れ て い る 。 カイチ シーサー ケルベロス スフィンクス +陰陽 道 ( おんみょうどう ) は 、 古代 の 中国 で 生まれ た 自然 哲学 思想 、 陰陽 五 行 思想 を 起源 と し て 日本 で 独自 の 発展 を 遂げ た 自然 科学 と 呪術 の 体系 。 「 いんようどう 」 と も 読 む 。 陰陽 道 に 携わ る 者 を 陰陽 師 と い い 、 陰陽 師 集団 の こと も 陰陽 道 と 呼 ぶ 。 かつて は 専門 の 研究 者 に よ っ て も 、 陰陽 家 の 思想 が 日本 に 伝わ っ た もの が 陰陽 道 で あ る 、 と 説明 さ れ て き た 。 しかし 、 近年 で は 、 陰陽 五 行 説 が 、 自然 界 の 万物 は 陰 と 陽 の 二気 から 生 ずる と する 陰陽 と 、 万物 は 木 ・ 火 ・ 土 ・ 金 ・ 水 の 五行 から な る と する 五行 思想 を 組み合わせ 、 自然 界 の 陰陽 と 五行 の 変化 を 観察 し て 瑞祥 ・ 災厄 を 判断 し 、 人間 界 の 吉凶 を 占 う 実用 的 技術 と し て 日本 で 受容 さ れ 、 神道 、 道教 、 仏教 など から も 様々 な 影響 を 受け取 っ て 日本 特異 の 発展 を 遂げ た 結果 誕生 し た もの と 考え られ て い る 。 5 世紀 から 6 世紀 頃 、 陰陽 五 行 説 が 仏教 や 儒教 と とも に 日本 に 伝わ っ た とき 、 陰陽 五 行 説 と 密接 な 関係 を も つ 天文 、 暦数 、 時刻 、 易経 と い っ た 自然 の 観察 に 関わ る 学問 、 占術 と あわさ っ て 、 自然 界 の 瑞祥 ・ 災厄 を 判断 し 、 人間 界 の 吉凶 を 占 う 技術 と し て 日本 社会 に 受け入れ られ た 。 この よう な 技術 は 、 当初 は おもに 漢文 の 読み 書き に 通 じ た 渡来 人 の 僧 に よ っ て 担 わ れ て い た が 、 やがて 朝廷 に 奉仕 する 必要 から 俗人 が 行 う こと が 必要 と な り 、 7 世紀 後半 頃 から 陰陽 師 が あらわれ 始め た 。 7 世紀 後半 から 8 世紀 はじめ に 律令 制 が ひ か れ る と 、 陰陽 の 技術 は 中務 省 の 下 に 設置 さ れ た 陰陽 寮 へ と 組織 化 さ れ た 。 陰陽 寮 は 配下 に 陰陽 道 、 天文 道 、 暦道 を 置 き 、 それぞれ に 吉凶 の 判断 、 天文 の 観察 、 暦 の 作成 の 管理 を 行 わ せ た 。 また 、 令 で は 僧侶 が 天文 や 災異 瑞祥 を 説 く こと を 禁 じ 、 陰陽 師 の 国家 管理 へ の 独占 が はか ら れ た 。 平安 時代 以降 は 、 律令 制 の 弛緩 と 藤原 氏 の 台頭 に つれ て 、 形式 化 が 進 ん だ 宮廷 社会 で 高ま り つつ あ っ た 怨霊 に 対 する 御 霊 信仰 など に 対 し 、 陰陽 道 は 占術 と 呪術 を も っ て 災異 を 回避 する 方法 を 示 し 、 天皇 や 公家 の 私的 生活 に 影響 を 与え る 指針 と な っ た 。 これ に ともな っ て 陰陽 道 は 宮廷 社会 から 日本 社会 全体 へ と 広が り つつ 一般 化 し 、 法師 陰陽 師 など の 手 を 通 じ て 民間 へ と 浸透 し て 、 日本 独自 の 展開 を 強め て い っ た 。 日本 の 陰陽 道 は 、 陰陽 道 と 同時 に 伝わ っ て き た 道教 の 方術 に 由来 する 方違え 、 物忌 、 反閇 など の 呪術 や 、 泰山 府 君 祭 など の 道教的 な 神 に 対 する 祭礼 、 さらに 土地 の 吉凶 に 関 する 風水 説 や 、 医術 の 一種 で あ っ た 呪禁 道 など も 取り入れ 、 日本 の 神道 と 相互 に 影響 を 受けあ い ながら 独自 の 発展 を 遂げ た 。 8 世紀 末 から は 密教 の 呪法 や 密教 と とも に 新し く 伝わ っ た 占星 術 ( 宿曜 道 ) や 占術 の 影響 を 受け る 。 10 世紀 に は 陰陽 道 ・ 天文 道 ・ 暦道 いずれ も 究め た 賀茂 忠行 ・ 賀茂 保憲 父子 が 現れ 、 その 弟子 から 陰陽 道 の 占術 に 卓越 し た 才能 を 示 し 、 宮廷 社会 から 非常 に 信頼 を 受け た 安倍 晴明 が 出 た 。 忠行 ・ 保憲 は 晴明 に 天文 道 、 保憲 の 子 光栄 に 暦道 を 伝え 、 平安 末期 から 中世 の 陰陽 道 は 天文 道 ・ 暦道 を 完全 に 取り込 む と とも に 、 天文 道 の 阿倍 氏 と 暦道 の 賀茂 氏 が 二 大 宗家 と し て 独占 的 に 支配 する よう に な っ た 。 平安 時代 末期 以降 、 安倍 氏 から 陰陽 道 の 達人 が 立て 続け に 輩出 さ れ 、 下級 貴族 だっ た 安倍 氏 は 公卿 に 列 する こと の でき る 家柄 へ と 昇格 し て い っ た 。 中世 に は 安倍 氏 が 陰陽 寮 の 長官 で あ る 陰陽 頭 を 世襲 し 、 賀茂 氏 は 次官 の 陰陽 助 と し て その 下風 に 立 っ た 。 戦国 時代 ( 日本 ) に は 、 賀茂 氏 の 本家 で あ っ た 勘解由 小路 家 が 断絶 、 暦道 の 支配 権 も 安倍 氏 に 移 る が 、 安倍 氏 の 宗家 土 御 門家 も 戦乱 の 続 く な か 衰退 し て い っ た 。 一方 、 民間 で は 室町 時代 頃 から 陰陽 道 の 浸透 が より 進展 し 、 占い師 、 祈祷 師 と し て 民間 陰陽 師 が 活躍 し た 。 幕藩 体制 が 確立 する と 、 江戸 幕府 は 陰陽 師 の 活動 を 統制 する ため 、 土御 門家 と 賀茂 氏 の 分家 幸徳井 家 を 再興 さ せ て 諸国 陰陽 師 を 支配 さ せ よ う と し た 。 やがて 土御 門家 が 幸徳 井 家 を 圧 し 、 17 世紀 末 に 土御 門家 は 民間 の 陰陽 師 に 免状 を 与え る 権利 を 獲得 し て 全国 の 陰陽 道 の 支配 権 を 確立 し た 。 江戸 時代 に は 、 陰陽 道 は もはや 政治 に 影響 を 及ぼ す こと は なく な っ た が 、 民間 で 暦 や 方角 の 吉凶 を 占 う 民間 信仰 と し て 広 く 日本 社会 へ と 定着 し て い っ た 。 明治 維新 後 の 1872 年 ( 明治 5 年 ) に 至 り 、 新 政府 は 陰陽 道 を 迷信 と し て 廃止 さ せ た 。 現代 に は 土御 門家 の 開 い た 天社 土 御門 神道 と 、 高知 県 物部 村 ( 現   香美 市 ) に 伝 わ る いざなぎ流 を 除 け ば 、 暦 など に 名残 を とどめ る のみ で あ る が 、 神道 や 新 宗教 など に 取り入れ られ た 陰陽 道 の 影響 は 宗教 と し て 存続 し て い る 。 +古語 拾遺 ( こご しゅうい ) は 、 平安 時代 の 神道 資料 で あ る 。 官人 で あ っ た 斎部 広成 が 大同 ( 日本 ) 2 年 ( 80 7 年 ) に 編纂 し た 。 全 1 巻 。 成立 80 7 年 ( 大同 2 年 ) 2 月 13 日 に 書 か れ た と さ れ て い る 。 大同 元年 ( 80 6 年 ) と する 写本 も あ る 。 だ が 、 跋 ( あとがき ) に 「 方今 、 聖運 初めて 啓 け … 宝暦 惟新 に 」 と あ る 。 たった 今 、 天子 の 運命 初めて この こと から 、 平城 天皇 即位 に よ る 改元 の 80 6 年 ( 延暦 25 年 ・ 大同 元年 ) 5 月 18 日 以降 で あ る こと が 分か り 、 「 大同 元年 」 説 は 誤り と い う こと が 分か る 。 『 日本 後紀 』 の 大同 元年 8 月 10 日 の 条 に 「 以前 から 続 い て い た 「 中臣 ・ 忌部 相訴 」 に 対 する 勅裁 が あ っ た 」 と あ る 。 この 条文 から 、 「 大同 元年 」 論 者 は 、 『 古語 拾遺 』 を この 勅裁 に 先立 つ 証拠 書類 だ と 考え た 。 しかし 、 本文 に は この 8 月 10 日の 出来事 を 前提 に 書 か れ て い る の で 矛盾 する こと と な る 。 選者 斎部 広成 の 伝記 は 、 『 日本 後紀 』 の 808 年 ( 大同 3 年 ) 11 / 17 の 条 に 「 正六 位 上 」 から 「 従 五 位 下 」 に 昇 っ た と あ る のみ で 、 ほか の 事 は 分か ら な い 。 ちなみ の この 昇階 は 、 平城 天皇 の 大嘗 祭 の 功 に よ る もの だ ろ う と い う 。 ところ が 、 本書 の 跋 に は 「 従 五 位 下 」 と あ り 、 80 7 年 ( 大同 2 年 ) 当時 は 「 正六 位 上 」 だっ た はず で あ る 。 これ は 後世 の 改変 だ と 考え られ て い る 。 目的 愁訴 陳情 書説 元々 、 斎部 氏 は 朝廷 の 祭祀 を 司 る 氏族 だっ た 。 しかし 、 大化 の 改新 以降 、 同様 に 祭祀 を 司 っ て い た 中臣 氏 ( 藤原 氏 を 与え られ た が 、 後 に 別流 は 中臣 姓 に 戻 さ れ た ) が 政治 的 な 力 を 持 ち 、 祭祀 に つ い て も 役職 は 中臣 氏 だけ が 就 い て い る と い う 状況 だっ た 。 本書 は 、 斎部 氏 の 正統 性 を 主張 し 、 有利 な 立場 に 立 つ ため に 著 さ れ た もの で あ る と 考え られ る 。 調査 報告 書 説 「 愁訴 陳情 書説 」 が 古く から 唱え られ て い た 。 現在 で は 、 朝廷 が 行な っ た 法制 整備 の ため の 事前 調査 に 対 する 忌部 氏 の 報告 書 で あ る と い う 説 が 有力 で あ る 。 伊勢 神宮 の 奉幣 使 の 役職 を めぐ っ て 、 忌部 氏 と 中臣 氏 の 間 で 、 長年 争 わ れ て き た 。 大同 1 年 8 月 10 日 に 忌部 氏 に 対 する 勝訴 判決 が 出 て い る 。 本書 が 上程 さ れ た 大同 2 年 2 月 13 日 は 、 この 判決 の 後 で あ る 。 「 勝訴 」 の あと に 陳情 を 出 す の は 不 自然 な こと から 、 「 愁訴 陳情 書説 」 は 説得 力 を 欠 く こと に な る 。 時 の 天皇 で あ る 平城 天皇 は 式 ( 律令 の 施行 規則 ) を 制定 する 方針 を も っ て い た 。 本書 の 跋 に 「 造式 の 年 」 と あ り 、 14 年 後 の 嵯峨 天皇 820 年 ( 弘仁 11 年 ) 4 月 に 『 弘仁 式 』 が でき て い る 。 この こと から 、 造式 の ため の 調査 報告 書 だっ た 可能 性 が 指摘 さ れ て い る 。 また 、 同 時期 に は 『 延暦 儀 式 帳 』 が 伊勢 神宮 から 提出 さ れ て い る 。 これ も 造式 に 備え た 事前 調査 の 一環 だっ た と い わ れ て お り 、 『 古語 拾遺 』 と 同じ 一連 の 流れ に 沿 っ た もの だ と 言 わ れ て い る 。 内容 序 本文 神代 古 伝承 神武 天皇 以降 の 古伝承 古伝承 に 抜け た 11 カ条 御 歳 神 祭祀 の 古伝承 跋 天地 開闢 ( 日本 神話 ) から 天平 年間 ( 729 年 ~ 749 年 ) まで が 記 さ れ て い る 。 古事 記 や 日本 書紀 など の 史書 に は 見 られ な い 斎部 氏 に 伝わ る 伝承 も 取り入れ られ て い る 。 斎部 氏 は アメノフトダマ の 子孫 と さ れ て い る 。 この こと から 、 天太 玉 命 ら 斎部 氏 の 祖神 の 活躍 が 記紀 より も 多 く 記 さ れ て い る 。 例えば 、 岩戸 隠れ の 場面 に お い て は 、 天太 玉 命 が 中心 的 役割 を 果た し て い る 。 影響 『 先代 旧 事 本紀 』 『 本朝 月令 』 『 政事 要略 』 『 長寛 勘文 』 『 年中 行事 秘抄 』 『 釈 日本 紀 』 や 伊勢 神道 の 文献 など に 利用 ・ 引用 さ れ た 。 神典 と し て 重視 さ れ て き た こと が わか る 。 研究 1773 年 ( 安永 2 年 ) に 奈佐 勝皋 ( かつたか ) が 『 疑斎 』 を 著 し て い る 。 その 中 で 『 古語 拾遺 』 を 「 斎部 氏 の 衰廃 を 愁訴 し た る に 過ぎ ざる のみ 」 と 批判 し て い る 。 これ に 対 し て 、 本居 宣長 は 『 疑斎 弁 』 を 著 し て 、 『 古語 拾遺 』 を 弁護 し た 。 近代 以降 で は 、 1928 年 ( 昭和 3 年 ) に 津田 左右吉 が 『 古語 拾遺 の 研究 』 で 執筆 当時 の 歴史 史料 と は な る が 、 記紀 以前 の こと を 知 る ため の 史料 と し て は 価値 が な い と 評価 し て い る 。 これ まで 記紀 と 比 し て 重要 性 は 薄 い と さ れ て き た 。 現在 で は 重要 性 が 再 評価 さ れ つつ あ る 。 +御 霊信仰 ( ご りょう しんこう ) と は 、 人々 を 脅か す よう な 天災 や 伝染 病 の 発生 を 、 怨み を 持 っ て 死 ん だり 非業 の 死 を 遂げ た 人間 の 「 怨霊 」 の しわざと 見な し て 畏怖 し 、 これ を 鎮め て 「 御 霊 」 と する こと に よ り 祟り を 免れ 、 平穏 と 繁栄 を 実現 し よ う と する 日本 の 信仰 の こと で あ る 。 霊 と は 人 が 死 ぬ と 、 魂 が 霊 と し て 肉体 を 離れ る と い う 考え 方 は 、 全 世界 共通 で あ る 。 日本 に お い て も 、 例えば 縄文 期 に 見 られ る 屈葬 に 対 する 考え 方 の 一 つ の よう に 、 原始 から その 考え 方 は 存在 し て い た と さ れ る 。 こう し た こと から 、 「 みたま 」 なり 「 魂 」 と い っ た 霊 が 、 人々 に 様々 な 災い を 起こ す と 考え られ た こと も 、 その 頃 から 考え られ て い た と 言 っ て よ い だ ろ う 。 古代 に な る と 、 政治 的 に 失脚 し た 者 や 、 戦乱 で の 敗北 者 など の 霊 が 、 その 相手 や 敵 に 災い を もたら す と い う 考え 方 から 、 平安 期 に 御 霊 信仰 と い う もの が 現れ る よう に な る 。 その 前 に 、 御 霊 信仰 自体 を 見 る の に 、 考え て お か な けれ ば な ら な い の は 、 現在 と 古代 ・ 中世 期 の 霊 に 対 する 考え 方 で あ る 。 桓武 天皇 、 藤原 道長 、 足利 尊 氏 など が 亡霊 を 恐れ た よう に 、 この 時代 全般 的 に 、 霊 の 存在 を 信じ る こと は 、 より 一般 的 だっ た と 言 っ て い い だ ろ う 。 奈良 時代 に は 、 生霊 と し て 呪術 が 皇室 や 貴族 の 間 で 盛ん に 行 わ れ て い た し 、 それ ら は 民衆 レベル で も 発展 し て い た と い う 。 後述 する 怨霊 や 御 霊 に 対 する 考え 方 も それ ほど 特殊 な もの で は な かっ た と 見 る べ き で は な い だ ろ う か 。 怨霊 から 御 霊 へ 政争 や 戦乱 の 頻発 し た 古代 期 を 通 し て 、 怨霊 の 存在 は より いっそう 強力 な もの に 考え られ た の で は な い だ ろ う か 。 怨霊 と は 、 政争 で の 失脚 者 や 戦乱 で の 敗北 者 の 霊 、 つまり 恨み を 残 し て 非業 の 死 を とげ た 者 の 霊 で あ る 。 怨霊 は 、 その 相手 や 敵 など に 災い を もたら す 他 、 社会 全体 に 対 する 災 い ( 主に 疫病 の 流行 ) を もたら す 。 古 い 例 から 見 て い く と 、 藤原 広嗣 、 井上 内 親王 、 他戸 親王 、 早良 親王 など は 亡霊 に な っ た と さ れ る 。 こう し た 亡霊 を 復位 さ せ たり 、 諡号 ・ 官位 を 贈 り 、 その 霊 を 鎮め 、 神 と し て 祀 れ ば 、 かえって 「 御 霊 」 と し て 霊 は 鎮護 の 神 と し て 平穏 を 与え る と い う 考え 方 が 平安 期 を 通 し て おこ っ た 。 これ が 御 霊 信仰 で あ る 。 また 、 その 鎮魂 の ため の 儀式 と し て 御 霊 会 ( ご りょう え ) が 宮中 行事 と し て 行 わ れ た 。 記録 上 、 最初 に 確認 でき る 御 霊 会 は 、 863 年 ( 貞観 ( 日本 ) 5 年 ) 5 月 20 日 に 行 わ れ た 神泉 苑 で 行 わ れ た もの ( 日本 三 代 実録 ) で あ る 。 御 霊信仰 の 代表 的 な 例 と し て は 、 京都 の 上下 御 霊 神社 に 祀 ら れ る 神々 で あ る 。 すなわち 、 「 八所 御 霊 」 と さ れ る 上御 霊 神社 の 、 崇道 天皇 ( 早良 親王 。 光仁 天皇 の 皇子 ) 、 井上 皇后 ( 井上 内 親王 、 光仁 天皇 の 皇后 ) 、 他戸 親王 ( 光仁 天皇 の 皇子 ) 、 藤原 大夫 神 ( 藤原 広嗣 ) 、 橘 大夫 ( 橘逸勢 ) 、 文大夫 ( 文屋 宮田 麻呂 ) 、 火雷 神 ( 菅原 道真 ) 、 吉備 大臣 ( 吉備 真備 ) で あ る 。 他 に 伊予 親 王 、 藤原 吉子 ( 藤原 夫人 、 伊予 親 王 の 母 ) 、 崇徳 上皇 、 藤原 頼長 ( 宇治 の 悪左府 ) 、 安徳 天皇 、 後鳥 羽 上皇 ・ 順徳 上皇 、 土御 門 上皇 など で あ る 。 御 霊 信仰 が 明確 化 する の は 平安 時代 以降 で あ る が 、 その 上限 が どこ まで さかのぼれ る か どう か は 、 ひと に よ っ て 理解 が 一定 し て い な い 。 史料 的 に 確実 な 例 と し て あげ られ る の は 、 『 続 日本 紀 』 の 玄 ボウ の 卒伝 に みえ る 藤原 広継 の 怨霊 で あ る が 、 それ 以前 に つ い て は 意見 が わかれ て い る 。 聖徳 太子 が 怨霊 で あ っ た と する 梅原 猛 ( 『 隠 さ れ た 十字 架 』 ) の 説 は 証拠 に とぼし い 。 蘇我 宗家 ( 蘇我 蝦夷 ・ 蘇我 入鹿 ) の 滅亡 に その 兆候 が みとめ られ る と する 八重樫 直 比古 の よう な 理解 や 、 大津 皇子 に その 発端 を み る 多田 一臣 ら の 説 は 、 『 扶桑略 記 』 『 薬師寺 縁起 』 の よう に 後世 に くだ る 史料 に 拠 ら ざる を 得 な い 欠点 は あ る もの の 、 一定 の 論拠 を 有 し て い る 。 また 長屋 王 に つ い て は 寺崎 保広 ( 『 人物 叢書   長屋 王 』 ) が 、 天平 7 年 ( 73 5 ) 以降 に 大 流行 し 、 藤原 四子 ら を 死 に 追いや っ た 天然 痘 と 王 の 怨霊 と が 関連 づけ て い る 。 この 長屋 王 に 関 し て は 藤原 広嗣 と 時代 も 近 い 点 から み て 、 ほぼ 疑い な い と 思 わ れ る 。 ただし 、 本郷 真紹 の よう に 、 長屋 王 や 広嗣 の 怨霊 の 記事 は 、 『 続 日本 紀 』 が 平安 時代 の 編纂 まで くだ る こと から 、 この 時代 の 潤色 で あ る と み て 、 早良 親王 以前 の 怨霊 の 存在 は 認め が た い と い う 見 方 も あ る 。 現状 で は 、 奈良 以前 の 例 に つ い て は 確証 を 得 難 い と い う こと に な ろ う 。 なお 、 小説 家 の 井沢 元彦 は 逆説 の 日本 史 に お い て 、 古代 の 日本 は 中国 文明 の 影響 に よ っ て 、 子孫 の 祭祀 の 絶え た 者 が 怨霊 と な る と し て 、 これ を 「 プレ 怨霊 信仰 」 と 呼 び 、 それ が 長屋 王 と 藤原 四子 の 事件 に よ り 「 冤罪 で 死 ん だ 者 が 怨霊 と な る 」 と い う 「 日本 的 怨霊 信仰 」 へ と 変化 し た と 提唱 し て い る 。 ただし 、 井沢 氏 の 説 は 梅原 氏 の 説 を ほぼ 全面 的 に 承認 し て の 論 で あ る こと 、 また 、 有間 皇子 ・ 大津 皇子 など ( いずれ も 冤罪 で 亡くな っ た と 思 わ れ る ) の 飛鳥 時代 の 例 が とりあげ られ て い な い 点 など 、 長屋 王 を 画期 と する 点 で も 問題 が 残 る 。 この 古代 の 怨霊 に つ い て 論述 し た もの は あまり 多 く は な い が 、 『 愚管 抄 』 に 「 アラタニコノ 怨霊 モ 何 ( いかに ) モタダ 道理 ヲウル 方 ノコタウル 事 ニテ 侍 ナリ 」 と あ り 、 また 怨霊 が 現れ る の は 「 意趣 ヲムスビテ 仇 ニトリ 」 と い う 形式 を 踏 む と し て い る 。 すくな く とも 慈円 は 怨霊 と い う もの は 、 現れ る だけ の 理由 が あ っ て 現れ る もの で あ り 、 それ は 「 意趣 」 を 返 す ため で あ る と 論 じ て い る 。 慈 円 の 認識 が 古代 から 中世 の 一般 的 な 認識 で あ っ た の か は わか ら な い が 、 この 叙述 に よ れ ば 、 やはり 怨霊 と い う もの は 非業 の 死 、 恨み に よ っ て 生まれ る もの と 考え られ て い た と い う こと に な る 。 南北朝 期 を 通 し て 、 こう し た 怨霊 鎮魂 は 仏教 的 要素 が 強 く な る が 、 それ で も 近世 期 の 山家 清兵衛 ( 和霊 神社 ) や 佐倉 宗吾 ( 宗吾 霊堂 ) など の 祭神 に 見 られ る よう に 、 御 霊 信仰 は 衰退 し て は い な かっ た 。 それ を もっとも 端的 に 示 す の が 『 太平 記 』 で あ っ て 、 仏教 的 な 影響 を 受け つつ も 、 南北朝 の 動乱 を 怨霊 の 仕業 と する 立場 を 見せ 、 社会 を 変動 さ せ る 原動 力 で あ る と みな し て い る 。 これ は 源平 合戦 など の 世 の 乱れ の 一因 に 崇徳院 の 怨霊 の 影響 が あ っ た と み る 『 保元 物語 』 『 平家 物語 』 の あ り かた を 一層 、 進展 さ せ た もの と 認め られ よ う 。 また 、 一般 に 御 霊 信仰 の 代表 例 と し て 鎌倉 権 五郎 ( 鎌倉 景政 ) が 語 ら れ る こと が 多 い が 、 彼 は 怨霊 と い う より は 、 超人 的 な 英雄 と し て の 生嗣 や 祖霊 信仰 に 基づ く 面 が 強 い よう に 考え られ る 。 鎌倉 権 五郎 に 関 し て の 話題 は 、 民俗 学 的 な 面 ( 一 つ 目 小僧 ) から も 見 る 必要 が あ る 。 祇園 信仰 御 霊 信仰 に 関連 する もの と し て 、 疫神 信仰 が あ る 。 これ は 、 いわゆる 疫病 神 の 疱瘡 神 や かぜ の 神 を 祭 る こと に よ っ て 、 これ を 防 ぐ もの で 御 霊 信仰 に 類似 する もの が あ る 。 有名 で 全国 的 な もの と し て は 、 牛頭 天王 を 祀 る 祇園 信仰 が あ る 。 牛頭 天王 は 、 疫病 や 災い を もたら す もの と し て 、 京都 の 八坂 神社 に 祀 ら れ 、 祇園 信仰 が おこ っ た 。 全国 で 八坂 神社 、 祇園 神社 、 八雲 神社 を 称 する 神社 に は 、 かつて 牛頭 天王 が 祀 ら れ た 例 が 多 い ( それ ら は 大抵 、 「 ○ ○ 天王 」 と い う 別称 を も つ こと が 多 い ) 。 ただし 、 明治 の 宗教 政策 に よ り 、 現在 は 素盞 鳴尊 を 祭神 と し て い る 場合 が あ る 。 現在 の 祇園 祭 も この 牛頭 天王 に 対 する 信仰 から 起こ っ た もの で あ る 。 その 他 御 霊 の 音 が 似 て い る ため に 「 五郎 ( ごろう ) 」 の 名 を 冠 し た もの も 多 く 見 られ , 御霊 神社 ( 鎌倉 市 ) や 鹿児島 県 大隅 半島 から 宮崎 県 南部 に み られ る やご ろうどん 祭り など の 例 が 挙げ られ る 。 全国 に あ る 五郎 塚 など と 称 する 塚 ( 五輪 塔 や 石 など で 塚 が 築 い て あ る 場合 ) は 、 御 霊塚 の 転訛 で あ る と さ れ て い る 。 これ も 御 霊 信仰 の 一 つ で あ る 。 天皇 は 中世 に は 祇園 の 御輿 御 所 近く を 通 る 際 に は その 怨霊 を 恐れ て 方違 を 行 う 慣例 が あ り っ た 。 これ は 「 祇園 会 方違 」 、 「 御 霊 会 御 方違行 幸 」 、 「 方違 行 幸 」 など と 言 わ れ 、 特定 の 呼称 は な かっ た 。 ただし 、 この 方違 は 単に 激し い 雑踏 を 避け る ため の もの で あ っ た と の 異説 も あ る 。 +神饌 ( しんせん ) と は 、 日本 の 神社 や 神棚 に 供え る 供物 の 事 で あ る 。 御饌 ( みけ ) あるいは 御贄 ( みに え ) と も 言 う 。 神饌 に は 、 調理 し て 供え る 熟饌 ( じゅく せん ) と 、 生 の まま 供え る 生饌 ( せいせん ) と が あ る 。 熟饌 の 調理 に は 、 本来 は 燧石 、 舞錐 式 など で 起こ し た 神聖 な 炎 ( 忌火 ・ いみび ) のみ を 使 う 。 神社 など で は 、 米 、 塩 、 水 、 野菜 、 鯛 、 鰹節 ( 干鰹 ) 、 海藻 、 果物 、 清酒 など を 供え る 。 基本 的 に は 、 かわらけ と 呼 ば れ る 素焼き の 焼き物 を 器 に する が 、 地域 に よ っ て は アワビ の 貝殻 を 代用 する 場合 も あ る 。 本来 、 朝夕 の 2 回 供え る が 、 地域 に よ っ て 異な っ て い る 。 祭儀 の 後 に 供え た 神饌 を 食べ る 宴 の こと を 直会 ( なおらい ) と い う 。 直会 に は 、 神 の 供物 を 食べ る こと で 神 に 近づ く と い う 意味 も あ る が 、 人 が 食べ る こと の でき な い もの は 供え て は い な かっ た と い う 証明 で も あ る 。 ただ 、 厳密 に 言 う なら ば 、 献饌 さ れ た 神饌 が 必ず 直会 に あが る と い う 訳 で は な い 。 献饌 し 終わ っ た 神饌 を 神体 山 へ 投げ る 、 土中 に 埋め る など の 行為 が 今 現在 で も 一部 見 られ る 。 各々 神饌 に 対 し て の 礼儀 作法 、 考え 方 が 異な っ て い た こと 、 それ ら が 今 で も 継承 さ れ て き た こと が 伺え る 。 現在 、 多く の 神社 に おけ る 神饌 は 生饌 が 多 く 扱 わ れ て い る が 、 有名 古 社 や 古 い 神事 を 継承 し 続け て い る 神社 に お い て は きわめて 珍し い 形式 の 神饌 を 献饌 し て い る こと が あ る 。 便宜 上 、 それ ら は 特殊 神饌 と 呼 ば れ 、 熟饌 を 中心 と し た 、 調理 さ れ た もの が 献饌 さ れ て い る 。 ( 神社 祭式 に 規定 さ れ た もの を 基準 と し て 考え て い る の で 、 それ まで 存在 し て い た 古式 の 神饌 は 「 特殊 」 と い う 括り で 称 さ れ る よう に な っ た 。 明治 維新 を 境 に し た 神社 祭式 の 刷新 と 神社 の 在 り 方 ・ 神道 の あ り 方 が 大き く 影響 を 及ぼ し て い る ) 一 例 を 挙げ る なら ば 、 以下 の よう な もの が あ る 。 奈良 県 奈良 市 春日大 社 春日 若宮 おん 祭り   『 御染 御 供 』 奈良 県 奈良 市 春日大 社 春日祭   『 御戸 開八 種 神饌 』 『 御 棚 神饌 』 奈良 県 奈良 市 率川 神社 率 川祭   『 率川 祭 神饌 』 奈良 県 桜井 市 多武峰 談山 神社 嘉吉祭 『 百 味 御 食 』 京都 府 京都 市 賀茂 御祖 神社 ・ 賀茂 別雷 神社 葵祭 『 内陣 神饌 』 『 外陣 神饌 』 『 庭積 神饌 』 三重 県 伊勢 市 伊勢 神宮 『 由貴 大 御饌 』 滋賀 県 大津 市 日吉 大社 山王祭 『 粟津 御供 』 島根 県 松江 市 美保 神社 青 柴垣 神事 『 青柴 垣 神事 神饌 』 新潟 県 弥彦村 彌彦 神社 灯篭 神事 『 大御 膳 』 長野 県 諏訪 市 諏訪大社 御 頭祭 『 御頭 祭 神饌 』 千葉 県 香取 市 香取 神宮 大饗祭 『 大饗 祭 神饌 』 近畿 地方 など で は 小さな 社 で も 特殊 神饌 を 献饌 する 神事 ・ 祭祀 儀礼 を 伝承 ・ 継続 し て い る ところ が あ る 。 神道 学 ・ 民俗 学 ・ 食 文化 研究 など の 研究 対象 に な る こと も 多 い 。 各々 の 特殊 神饌 は 、 各社 の 地域 産業 や 神社 経済 、 信仰 の 在 り 様 、 祭祀 儀礼 の 意義 など 複雑 な 要素 が 見え隠れ し て い る 。 日本 人 が 生み出 し た 食 文化 の 一 つ と し て 着目 す べ き 宗教 現象 だ と 言え る と 思 わ れ る 。 +ウ カノミタマ は 、 日本 神話 に 登場 する 神 ( 神道 ) 。 古事 記 で は 宇迦 之 御 魂神 ( うか の み たま の かみ ) 、 日本 書紀 で は 倉稲 魂 尊 ( うが の み たま のみこと ) と 表記 する 。 古事 記 で は 、 スサノオ の 系譜 に お い て 登場 ひ 、 スサノオ と 神大 市 比売 ( オオヤマツミ の 娘 ) と の 間 に 生まれ 、 大年 神 は 兄 と し て い る 。 日本 書紀 で は 本文 に は 登場 せ ず 、 神産 み の 第 六 の 一 書 に お い て 、 イザナギ と イザナミ が 飢え て 気力 が な い とき に 産まれ た と し て い る 。 名前 の 「 ウカ 」 は 穀物 ・ 食物 の 意味 で 、 穀物 の 神 で あ る 。 京都 ・ 伏見 稲荷 大社 の 主祭 神 に な っ て い て 、 稲荷 神 ( お 稲荷 さん ) と し て 広 く 信仰 さ れ て い る 。 別名 を ミケツ カミ ( 御 饌 津神 ) と い う 。 キツネ の 古名 で あ る 「 ケツ 」 と 混同 し 同一 視 さ れ る こと が あ る が 、 キツネ の 姿 を し て い る の は 稲荷 神 の お 使い で あ る 。 古事 記 ・ 日本 書紀 とも に 名前 が 出 て 来る だけ で 事績 の 記述 は な い 。 性別 が わか る よう な 記述 も な く 、 男神 と も 女神 と も さ れ る 。 稲荷 神社 の 総 本社 で あ る 伏見 稲荷 大社 で は 女神 と し て い る 。 穀物 の 神 と し て だけ で な く 、 農耕 の 神 、 商工 業 の 神 と し て も 信仰 さ れ て い る 。 伏見 稲荷 大社 ( 京都 市 ) 、 笠間 稲荷 神社 ( 茨城 県 笠間 市 ) 、 祐徳 稲荷 神社 ( 佐賀 県 ) など の 全国 の 稲荷 神社 で 祀 ら れ て い る 。 その ほか 、 ビル や デパート の 屋上 、 工場 の 敷地 内 など に も 、 屋敷 神 と し て 稲荷 神 を 祀 る 社 が 設け られ て い る 。 +大山 咋神 ( おおやま く い の かみ 、 おほやま く ひ の かみ ) は 、 日本 の 神 で あ る 。 別名山 末之大 主神 ( やま すえ の おおぬし の かみ ) 。 大年 神 と アメノチカルミヅヒメ の 間 の 子 で あ る 。 名前 の 「 くい ( くひ ) 」 は 杭 の こと で 、 大山 に 杭 を 打 つ 神 、 すなわち 大きな 山 の 所有 者 の 神 を 意味 する 。 古事 記 で は 、 近江国 の 日枝 山 ( ひえの やま 、 後 の 比叡山 ) および 葛野 ( かづの ) の 松尾 に 鎮座 し 、 鳴鏑 を 神体 と する と 記 さ れ て い る 。 比叡山 に 天台 宗 の 延暦 寺 が でき て から は 、 天台 宗 および 延暦 寺 の 守護 神 と も さ れ た 。 比叡山 の 王 と い う 意味 で 山王 ( さん のう ) と も 呼 ば れ る 。 天台 宗 が 興 し た 神道 の 一派 を 山王 神道 と 言 い 、 後 に 天海 が 山王 一実 神道 と 改め た 。 太田 道灌 が 江戸 城 の 守護 神 と し て 川越 日吉 社 から 大山 咋神 を 勧請 し て 日枝 神社 を 建て た 。 江戸 時代 に は 徳川 家 の 氏神 と さ れ 、 明治 以降 は 皇居 の 鎮守 と さ れ て い る 。 比叡山 の 麓 の 日吉 大社 ( 滋賀 県 大津 市 ) が 大山 咋神 を 祀 る 全国 の 日枝 神社 の 総 本社 で あ る 。 日枝 神社 に は 後 に オオモノヌシ が 勧請 さ れ て お り 、 大物 主神 を 大比 叡 、 大山 咋神 を 小比 叡 と 呼 ぶ 。 山王 は 二神 の 総称 で あ る 。 大物 主神 は 西本宮 に 、 大山 咋神 は 東本宮 に 祀 ら れ て い る 。 その ほか 、 日枝 神社 ( 東京 都 千代田 区 ) 、 松尾 大社 ( 京都 市 西京 区 ) および 全国 の 日枝 神社 で 祀 ら れ て い る 。 +稲荷 神 ( いなり の かみ 、 いなり しん ) は 、 日本 に おけ る 神 ( 神道 ) の 1 つ 。 稲荷 大 明神 ( いなり だいみょう じん ) と も い い 、 お 稲荷 様 ・ お 稲荷 さん の 名 で 親し ま れ る 。 稲荷 神 を 祀 る 神社 を 稲荷 神社 ( いなり じんじゃ ) と 呼 ぶ 。 また 京都 市 伏見 区 に あ る 伏見 稲荷 大社 が 日本 各所 に あ る 神道 上 の 稲荷 神社 の 総 本社 と さ れ て い る 。 概要 稲荷 神 は 、 ウカノミタマ ( うか の み たま 、 倉稲 魂 命 と も 書 く ) など の 穀物 の 神 の 総称 で あ り 、 宇迦 之 御 魂神 の 他 、 トヨウケビメ ( と ようけびめ ) 、 ウケモチ ( うけもち ) 、 オオゲツヒメ ( おおげつ ひめ ) 、 若宇 迦売神 ( わか う かめ ) 、 御 饌 津神 ( みけつ ) など と さ れ て い る 。 また 神仏 習合 思想 に お い て は 仏法 に おけ る 荼吉 尼天 が 宇迦 之 御 魂神 の 本地 仏 と さ れ る ( その 総 本社 は 豊川 稲荷 ) 。 日本 に あ る 稲荷 神社 は 2 万 社 と も 3 万 社 と も 言 わ れ て お り 、 屋敷 神 と し て 企業 の ビル の 屋上 や 工場 の 敷地 内 など に 祀 ら れ て い る もの まで 入れ る と 稲荷 神 を 祀 る 社 は 無数 と 言 っ て 良 い ほど の 数 に な る 。 江戸 時代 に は 、 江戸 に 多 い 物 と し て 「 火災 喧嘩 伊勢屋 稲荷 に イヌ の 糞 」 と い う はやり 言葉 が あ っ た ほど で あ る 。 本来 は 穀物 ・ 農業 の 神 で あ る が 、 現在 は 産業 全般 の 神 と し て 信仰 さ れ て い る 。 伏見 稲荷 大社 に つ い て 『 日本 書紀 』 で は 次 の よう に 書 か れ て い る 。 稲荷 大神 は 欽明 天皇 が 即位 ( 539 年 また は 531 年 ) さ れ る 前 の まだ 幼少 の あ る 日 「 秦 ( はた ) の 大津父 ( おおつち ) と い う 者 を 登用 すれ ば 、 大人 に な っ た 時 に かならず や 、 天下 を うま く 治め る こと が でき る 」 と 言 う 夢 を 見 た 。 早速 方々 へ 使者 を 遣わ し て 探し 求め た こと に よ り 、 和銅 4 年 ( 71 1 年 ) 2 月 ( 旧暦 ) 初午 の 日 に 秦 ( は たの ) 伊呂 巨 ( 具 ) ( いろこ ( ぐ ) ) が 鎮座 し た 。 諸蕃 ( 渡来 および 帰化 系 氏 族 ) の うち 約 3 分 の 1 の 多数 を 占め る 「 秦 氏 」 の 項 に よ れ ば 、 中国 ・ 秦 の 始皇 帝 13 世孫 、 孝武王 の 子孫 に あた る 功徳王 が 仲哀 天皇 の 御代 に 、 また 融通 王 が 応神 天皇 の 御代 に 、 127 県 の 秦 氏 を 引率 し て 朝鮮 半島 の 百済 から 帰化 し た と い う 記録 が あ る 。 しかし 、 加羅 ( 伽耶 ) また は 新羅 から 来 た の で は な い か と も 考え られ て い る ( 新羅 は 古く 辰韓 = 秦韓 と 呼 ば れ 秦 の 遺民 が 住み着 い た と の 伝承 が あ る ) 。 また 一説 に は 五胡 十 六 国 時代 に 前秦 の 王族 な い し 貴族 が 戦乱 の 中 、 朝鮮 半島 経由 で 日本 に たどり着 い た と 言 う 説 も あ る 。 いずれ の 説 も 今後 の 検証 の 必要 が あ る 。 雄略 天皇 の 御代 に は 、 当時 の 国 の 内外 の 事情 から 、 多数 の 渡来 人 が あ っ た こと は 事実 で 、 とりわけ 秦 氏 族 は 、 先 に 見 た よう に 絹織物 の 技 に 秀で て お り 、 後 の 律令 国家 建設 の ため に 大いに 役立 っ た と 思 わ れ る 。 朝廷 に よ っ て 厚遇 さ れ て い た こと が うかが わ れ る の も 、 以上 の 技能 を 高 く 買 わ れ て の こと で あ ろ う 。 彼 ら は 畿内 の 豪族 と し て 専門 職 の 地位 を 与え られ て い た 。 こう し て 深草 の 秦 氏 族 は 、 和銅 4 年 ( 71 1 年 ) 稲荷 山 三ケ峰 の 平ら な 処 に 稲荷 神 を 奉鎮 し 、 京都 盆地 を 中心 に し て 御 神威 赫々 た る 大神 を 鼎立 し た 。 深草 の 秦 氏 族 は 系譜 の 上 で 見 る 限り 、 太秦 の 秦 氏 族 、 すなわち 松尾 大社 を 祀 っ た 秦 都理 《 は た の とり 》 の 弟 が 、 稲荷 社 を 祀 っ た 秦伊呂巨 ( 具 ) と な っ て お り 、 いわば 分家 と 考え られ て い た よう だ 。 本来 穀物 ・ 農業 の 神 と さ れ る が 自然 の 生育 に 任せ 収穫 し た 稲 を 荷 の よう に 架け て 乾燥 さ せ る まで に 生長 し 、 その 後 は 人手 で 処理 でき る まで に 至 っ た こと の 感謝 を 表 し て い る と も 考え られ る 。 稲荷木 ( とうかぎ ) ( 稲架掛け ( はさかけ ) の 木 ) と 呼 ぶ 町 が 千葉 県 市川 市 に あ り 神 と は 直接 結びつ か な い 地名 も あ り 、 外部 リンク で 参照 で き る 「 稲荷 」 の 付 く 地名 も 多 い 。 また 次 の 点 も 稲 を 荷 の よう に 架け る こと が 原始 で は な い か と の 考察 に 値 し よ う 。 稲荷 を いね に や いなに と 呼 び 、 いなり に 訛 り 変化 し た 。 埼玉 県 行田 市 の さきたま 古墳 群内 、 稲荷 山 古墳 上 の 稲荷 社 と の 関連 と その 時期 。 いなり と 呼 ば な い 広島 市中 区 円隆 寺 境内 の 稲荷 大 明神 ( とうかだいみょう じん ) や 福岡 県 大牟田 市 の 稲荷 神社 ( とうか 神社 ) も 有 る 。 構造 様式 分類 と し て 稲荷 鳥居 ( inaritorii い なりとりい ) ( JAANUS ) や 複数 の 鳥居 を 連ね 稲 へ の 感謝 や 豊作 祈願 を 表 し た 。 稲荷 木落 ( いなり ぎ おとし ) 、 1850 年 頃 ( 嘉永 年間 ) に 出来 た 中川 水系 の 排水 路 。 埼玉 県 北埼玉 郡 大利根 町 から 、 北葛飾 郡 栗橋 町 を 経 て 栗橋 町 新井 と 鷲宮 町 八甫 二 丁目 の 境界 で 、 中川 の 左岸 へ 合流 する 。 稲作 と 関連 つけ は あ っ て も 、 神 と の 関連 付け は 考え 難 い 。 歴史 全国 の 稲荷 神社 の 総 本社 は 、 京都 市 伏見 区 の 稲荷 山 の 西麓 に あ る 伏見 稲荷 大社 で あ る 。 元々 は 京都 一帯 の 豪族 ・ 秦 氏 の 氏神 で あ り 、 現存 する 旧 社家 は 大西 家 で あ る 。 また 江戸 後期 の 国学 の 祖 、 荷田 春満 を 輩出 し た 荷田 家 も 社家 で あ る 。 ( 荷田 春満 は , 稲荷 社 祠 官 , 羽倉 家 の 生まれ で , 僧 契沖 に 始ま る 近世 国学 ( 和学   倭学 ) を 発展 さ せ て , 「 万葉 集 , 古事 記 , 日本 書紀 」 研究 の 基礎 を 作 っ た 。 門下 に 賀茂 真淵 が おり , 続 く 本居 宣長 , 平田 篤胤 と 共 に , 国家 の 四 大 人 と い わ れ た 。 ) 『 山城 国 風土 記 』 逸文 に は 、 伊奈利社 ( 稲荷 社 ) の 縁起 と し て 次 の よう な 話 が あ る 。 秦 氏 の 祖先 で あ る 伊呂 具 の 秦公 ( いろぐ の は た の きみ ) は 、 富裕 に 驕 っ て 餅 を 的 に し た 。 する と その 餅 が 白 い 鳥 に 化 し て 山頂 へ 飛び去 っ た 。 そこ に 稲 が 生 っ た の で ( 伊弥 奈 利生 ひき ) 、 それ が 神名 と な っ た 。 伊呂具 の 秦 公 は その 稲 の 元 へ 行 き 、 過去 の 過ち を 悔 い て 、 そこ の 木 を 根 ごと 抜 い て 屋敷 に 植え 、 それ を 祀 っ た と い う 。 また 、 稲生 り ( いねなり ) が 転 じ て 「 イナリ 」 と な り 「 稲荷 」 の 字 が 宛て られ た 。 都 が 平安 京 に 遷都 さ れ る と 、 元々 この 地 を 基盤 と し て い た 秦 氏 が 政治 的 な 力 を 持 ち 、 それ に よ り 稲荷 神 が 広 く 信仰 さ れ る よう に な っ た 。 さらに 、 東寺 建造 の 際 に 秦 氏 が 稲荷 山 から 木材 を 提供 し た こと で 、 稲荷 神 は 東寺 の 守護 神 と さ れ る よう に な っ た 。 『 二十 二 社 本縁 』 で は 空海 が 稲荷 神 と 直接 交渉 し て 守護 神 に な っ て もら っ た と 書 か れ て い る 。 東寺 で は 、 真言 密教 に おけ る 荼枳 尼天 ( だき に てん 、 インド の 女神 ダーキニー ) に 稲荷 神 を 習合 さ せ 、 真言 宗 が 全国 に 布教 さ れ る と とも に 、 荼枳 尼天 の 概念 も 含 ん だ 状態 の 稲荷 信仰 が 全国 に 広ま る こと と な っ た 。 荼枳 尼天 は 人 を 食ら う 夜叉 、 また は 、 羅刹 の 一種 で 、 中世 に は 霊孤 と 同一 の 存在 と みな さ れ た 。 この こと に よ り 祟り 神 と し て の 側面 が 強 く な っ た と さ れ る 。 稲 の 神 で あ る こと から 食物 神 の 宇迦 之 御 魂神 と 同一 視 さ れ 、 後 に 他 の 食物 神 も 習合 し た 。 中世 以降 、 工業 ・ 商業 が 盛ん に な っ て くる と 、 稲荷 神 は 農業 神 から 工業 神 ・ 商業 神 ・ 屋敷神 など 福徳 開運 の 万能 の 神 と も さ れ る よう に な り 、 農村 だけ で な く 町家 や 武家 に も 盛ん に 勧請 さ れ る よう に な っ た 。 明治 の 神仏 分離 の 際 、 多く の 稲荷 社 は 宇迦 之 御 魂神 など の 神話 に 登場 する 神 を 祀 る 神社 に な っ た が 、 一部 は 荼枳 尼天 を 本尊 と する 寺 に な っ た 。 稲荷 神 と 狐 宇迦之 御 魂神 は 別名 「 御 饌 津神 」 ( みけつ の かみ ) と 言 う 。 キツネ の 古名 を 「 けつ 」 と 言 い 、 御 饌 津神 を 「 三 狐神 」 と 解 し て 、 狐 が 稲荷 神 の 神使 、 あるいは 眷属 で あ る と さ れ た 。 狐 を 稲荷 神 の 使い と する 民間 信仰 は 、 中世 より 始ま っ た もの で あ る 。 後 に 、 狐 が 稲荷 神 その もの で あ る と 誤解 さ れ る よう に も な っ た 。 「 稲荷 神 = 狐 」 と 誤解 さ れ る よう に な っ た の は 、 江戸 時代 前後 から と い わ れ 、 俗信 や 流行 神 ( はやり がみ ) と い う 、 一過 性 に 流行 る ご 利益 信仰 の 影響 から と 考え られ て い る 。 また 妖狐 の 中 の 金狐 ・ 銀狐 ( きんこ ・ ぎんこ ) は ダキニ 天 の 眷属 と 考え られ て い る ほか 、 稲荷 神社 に 祀 ら れ て い る 狐 の 多く は 白狐 ( びゃっこ ) で あ る 。 稲荷 神社 の 前 に は 狛犬 の 代わり に 宝玉 を くわえ た 狐 の 像 が 置 か れ る 例 が 多 い 。 他 の 祭神 と は 違 い 稲荷 神 に は 神酒 ・ 赤飯 の 他 に 狐 の 好物 と さ れ る 油揚げ が 供え られ 、 ここ から 油揚げ を 使 っ た 料理 を 稲荷 と 称 する よう に な っ た 。 信仰 稲荷 神社 で は 、 2 月 の 最初 の 午 の 日 に 「 初午祭 」 が 行 わ れ る 。 これ は 、 伏見 稲荷 神社 の 祭神 が 降り た の が 和銅 4 年 ( 71 1 年 ) 2 月 の 初午 で あ っ た から と 言 わ れ る 。 これ に 際 し 東京 で は 、 行灯 に 地口 と それ に 合わせ た 絵 を 描 い た 地口 行灯 を 街頭 に 飾 る こと が あ る 。 稲荷 神 に は 大別 し て 2 系統 あ り 、 片方 は 伏見 稲荷 大社 など に 祀 ら れ る 稲荷 神 ( 豊川 稲荷 、 篠村 八幡宮 、 祐徳 稲荷 神社 等 ) 。 もう 一 つ は 狐神 と し て 祀 ら れ 庶民 の 間 から 派生 し た 稲荷 神 で あ る 。 三 大 稲荷 いく つ か の 稲荷 神社 や 稲荷 を 祀 る 寺院 で は 、 「 当社 は 日本 三 大 稲荷 の 一 つ 」 と い う こと を 宣伝 文句 と し て い る 。 しかし 、 それ ら の 内容 は 寺社 に よ っ て 異な っ て い る 。 『 大 日本 史 』 等 の 歴史 書 や 稲荷 信仰 事典 で は 、 総 本社 の 伏見 稲荷 大社 の ほか 祐徳 稲荷 神社 、 豊川 稲荷 を 日本 三 大 稲荷 と し て い る 。 その 他 の 文献 に は 笠間 稲荷 、 竹駒 神社 、 最上 稲荷 など が 候補 に 上が る 。 尤 も 、 総 本社 で あ る 伏見 稲荷 大社 で は 、 「 三 大 稲荷 は 地域 に よ り 異な る 」 と し て 、 三 大 稲荷 の 3 社 を 限定 する こと は し て い な い 。 しかし 、 これ ら の 神社 は 実際 、 地元 に 深 く 信仰 が 根付 い て い る の も 事実 で あ り 、 地元 で は 決して 伏見 に 負け な い 知名 度 で あ る ( むしろ 、 伏見 から 勧請 し た 稲荷 信仰 が しっかり と 根付 い て い る ) と い う 郷土 の 誇り の 表れ と 見做 す こと も でき る 。 因み に 豊川 稲荷 は 妙厳 寺 と い う 寺院 で あ り 、 仏教 伝来 の 荼枳 尼天 は 、 伏見 が 祭神 と する 宇迦 之 御 魂神 と は 系統 が 全く 異な る 。 以下 に 、 日本 三 大 稲荷 と さ れ て い る 寺社 の 一部 と 、 各 寺 社 が 他 の 2 つ を 何 と し て い る か 挙げ る ( 「 不明 」 は 他 の 2 つ の 名 を 挙げ て い な い もの ) 。 祐徳 稲荷 神社 ( 佐賀 県 鹿島 市 ) - 伏見 、 最上 豊川 稲荷 ( 愛知 県 豊川 市 ) - 伏見 、 祐徳 笠間 稲荷 神社 ( 茨城 県 笠間 市 ) - 伏見 、 祐徳 最上 稲荷 最上 稲荷 教 総 本山 妙 教寺 ( 岡山 県 岡山 市 ) - 伏見 、 豊川 竹駒 神社 ( 宮城 県 岩沼 市 ) - 伏見 、 笠間 鼻顔 稲荷 神社 ( 長野 県 佐久 市 ) - 伏見 、 豊川 千代 保稲荷 神社 ( 岐阜 県 海津 市 ) - 伏見 、 豊川 瓢箪山 稲荷 神社 ( 大阪 府 東 大阪 市 ) - 伏見 、 豊川 草戸 稲荷 神社 ( 広島 県 福山 市 ) - 伏見 、 豊川 太鼓 谷 稲成 神社 ( 島根 県 津和野 町 ) - むしろ 、 当社 は 五 大 稲荷 を 名乗 っ て い る 。 五 大 と は 伏見 、 笠間 、 祐徳 、 竹駒 、 そして 太鼓 谷 と い わ れ る 高橋 稲荷 神社 ( 熊本 県 熊本 市 ) - 不明 他 に 、 以下 の 稲荷 社 も その 名 が 知 ら れ て い る 。 志和 稲荷 神社 ( 岩手 県 紫波 町 ) 福島 稲荷 神社 ( 福島 県 福島 市 ) 箭弓 稲荷 神社 ( 東松山 市 ) ( 埼玉 県 東松山 市 ) 玉造 稲荷 神社 ( 大阪 市 中央 区 ( 大阪 市 ) ) 列挙 すれ ば これ だけ で あ り 、 更に 細分 化 さ れ た もの で は 、 関東 三 大 稲荷 や 九州 三 大 稲荷 など きり が な い 。 実際 、 現在 別表 神社 と し て 格 が 認め られ て い る もの は 、 志和 稲荷 神社 、 竹駒 神社 、 笠間 稲荷 神社 、 箭弓 稲荷 神社 、 太鼓 谷 稲成 神社 、 祐徳 稲荷 神社 、 高橋 稲荷 神社 のみ で あ り 、 これ ら が 特に 影響 力 を 持 っ て い た 稲荷 社 で あ っ た と 推測 でき る ( 尤 も 、 旧 社格 は 伏見 のみ で 、 あと は 県社 、 郷社 で あ っ た 。 また 、 伏見 稲荷 は 神社 本庁 と の 被包括 関係 に な い ため 、 別表 神社 で は な い ) 。 +年神 ( としが み 、 歳神 と も ) は 、 神道 の 神 ( 神道 ) で あ る 。 毎年 正月 に 各 家 に や っ て くる 来方 神 で あ る 。 地方 に よ っ て は お 歳徳 ( とんど ) さん 、 正月 様 、 恵方 神 、 大年 神 ( 大 歳 神 ) 、 トシドン ( としどん ) 、 年爺 さん 、 若年 さん など と も 呼 ば れ る 。 「 年 」 は 稲 の 実り の こと で 、 穀物 神 で あ る 。 その 根底 に あ る の は 、 穀物 の 死 と 再生 で あ る 。 古代 日本 で 農耕 が 発達 する に つれ て 、 年 の 始め に その 年 の 豊作 が 祈念 さ れ る よう に な り 、 それ が 年神 を 祀 る 行事 と な っ て 正月 の 中心 行事 と な っ て い っ た 。 現在 で も 残 る 正月 の 飾り物 は 、 元々 年神 を 迎え る ため の もの で あ る 。 門松 は 年神 が 来訪 する ため の 依代 で あ り 、 鏡餅 は 年神 へ の 供物 で あ っ た 。 各家 で 年神棚 ・ 恵方 棚 など と 呼 ば れ る 棚 を 作 り 、 そこ に 年神 へ の 供え 物 を 供え た 。 また 一方 で 、 年神 は 家 を 守 っ て くれ る 祖先 の 霊 、 祖霊 と し て 祀 ら れ て い る 地方 も あ る 。 農作 を 守護 する 神 と 家 を 守護 する 祖霊 が 同一 視 さ れ た ため 、 また 、 田 の 神 も 祖霊 も 山 から 降り て くる と さ れ て い た ため ( 山 の 神 も 参照 ) で あ る 。 柳田 國男 は 、 一 年 を 守護 する 神 、 農作 を 守護 する 田 の 神 、 家 を 守護 する 祖霊 の 3 つ を 一 つ の 神 と し て 信仰 し た 素朴 な 民間 神 が 年神 で あ る と し て い る 。 中世 ごろ から 、 都市 部 で 「 年神 ( 歳神 ) 」 は 「 年徳神 ( 歳徳 神 ) 」 と 呼 ば れ る よう に な っ た 。 徳 は 得 に 通 じ 縁起 が 良 い と さ れ た ため で あ る 。 方位 に も 取り入れ られ 、 歳徳 神 の い る 方角 は 「 恵方 」 と 言 っ て 縁起 の 良 い 方角 と さ れ る よう に な っ た 。 暦 に は 女神 の 姿 を し た 歳徳 神 が 描 か れ て い る が 、 神話 に 出 て くる 大年 神 は 男神 で あ り 、 翁 の 姿 を し て い る と も さ れ る 。 元々 民間 信仰 の 神 で あ り 、 その 姿 は 様々 に 考え られ て い た と い う こと で あ る 。 大年 神 ・ 御 年 神 日本 神話 で は 、 スサノオ と 神大 市 比売 ( かむ おお い ち ひめ 。 オオヤマツミ の 娘 ) の 間 に 生まれ た 大年 神 ( おおとし の かみ ) と し て い る 。 両神 の 間 の 子 に は ほか に ウカノミタマ が お り 、 これ も 穀物 神 で あ る 。 また 、 大年 神 と 香用 比売 ( カヨヒメ ) の 間 の 子 に 御 年神 ( みとし の かみ 、 おとし の かみ ) 、 孫 に 若年 神 ( わか とし の かみ ) が おり 、 同様 の 神格 の 神 と さ れ る 。 大年 神 は 他 に 多く の 神 の 父 と さ れ て い る 。 それ だけ 重要 な 神 と さ れ て い た こと が わか る 。 伊怒 比売 ( いの ひめ 、 神活 須 毘神 ( かむいく すび ) の 娘 ) と の 間 の 子 大国 御 魂神 ( お ほく に み た ま ) - 国土 の 神霊 の 意 韓神 ( から ) - 朝鮮 から の 渡来 氏族 が 信仰 し た 神 曾 富理 神 ( そほり ) - 新羅 の 王都 ( ソウル ) の 意 か 白 日神 ( しらひ ) 聖神 ( ひ じり ) 香用 比売 ( かよひめ ) と の 間 の 子 大香山 戸臣 神 ( お ほかぐ やまとみ ) 御 年神 ( みとし ) 天知 迦 流 美豆 比売 ( あめ の ちかるみづ ひめ ) と の 間 の 子 奥津 日子 神 ( おきつひこ ) 奥津 比 売命 ( おきつ ひめ ) - 別名 奥津 比 売命 神 ( おほへ ひめ ) 。 竈 ( かまど ) の 女神 大山 咋神 ( おほやま く ひ ) - 別名 山 末之大 主神 ( やま すゑ の お ほぬし ) 。 比叡山 の 山 の 神 で 日吉 大社 ・ 松尾 大社 の 祭神 庭津 日神 ( に はつ ひ ) - 庭 を 照ら す 日 の 意 。 屋敷 の 神 阿須波 神 ( あす は ) - 屋敷 の 神 波 比 岐神 ( は ひき ) 香山 戸臣 神 ( かぐやまとみ ) 羽山 戸神 ( はやまと ) - 山 の 麓 を 司 る 神 庭 高津 日神 ( に は た かつ ひ ) - 庭 を 照ら す 日 の 意 。 屋敷 の 神 大土神 ( おほつち ) - 別名 土之 御 祖神 ( つちの みおや の かみ ) 。 土 の 神 羽山 戸神 と オオゲツヒメ と の 間 の 子 若山 咋神 ( わかやま くい ) - 山 の 神 若年 神 ( わか とし ) 若狭 那売神 ( わかさな め ) - 田植え を する 早乙女 の 意 弥豆 麻岐神 ( みづま き ) - 水撒 き ・ 灌漑 の 神 夏 高津 日神 ( なつたかの ひ ) - 別名 夏之売神 ( なつ の め ) 。 夏 の 高 く 照る 日 の 神 の 意 秋毘売神 ( あきび め ) - 秋 の 女神 久久 年神 ( くく とし ) - 稲 の 茎 が 伸び る こと の 意 久久紀若室 葛根 神 ( く く き わかむろ つ な ね ) - 別名 若 室 葛根 ( わかむろ つ な ね ) 。 新し い 室 を 建て て 葛 の 綱 で 結 ぶ の 意 。 新嘗祭 の ため の 屋舎 を 建て る こと と 考え られ る 記紀 に は 系譜 以外 の 事績 の 記述 が な い が 、 古語 拾遺 に は 、 大 地主神 ( おおとこ ぬし の かみ ) の 田 の 苗 が 御 年神 の 祟り で 枯れ そう に な っ た の で 、 大 地主神 が 白馬 ・ 白猪 など を 供え て 御 年神 を 祀 る と 苗 は 再び 茂 っ た と い う 説話 が あ る 。 大年 神 は 大歳 御祖 神社 ( 静岡 県 静岡 市 葵 区 ) 、 飛騨 一宮 水無 神社 ( 岐阜 県 高山 市 ) など で 祀 ら れ て い る 。 また 、 特に 西 日本 で 大歳 神社 ・ 大 歳 様 と し て 田 の 畔 の 祠 など に 祀 ら れ て い る 。 葛城 御 歳 神社 ( 奈良 県 御所 市 ) が 大歳 神社 ・ 御 歳 神社 の 総 本社 と さ れ る 。 +絵馬 ( えま ) は 、 神社 や 寺院 に 祈願 する とき 、 および 祈願 し た 願い が 叶 っ て その 謝礼 を する とき に 寺社 に 奉納 する 、 絵 が 描 か れ た 木 の 板 で あ る 。 個人 で 奉納 する 絵馬 は 小型 で ウマ など の 絵 が 描 か れ て い て 、 余白 や 裏面 に 祈願 の 内容 や 氏名 など を 書 く よう に な っ て い る もの が 寺社 で 販売 さ れ て い る 。 大 人数 で 奉納 する もの は 大型 で 、 画家 に 描 か せ る など し て 奉納 者 が 用意 する 。 通常 は 五角 形 ( 家型 ) を し て い る が 、 これ は かつて 、 板 の 上 に 屋根 を つけ て い た 名残 で あ る 。 歴史 奈良 時代 の 『 続 日本 紀 』 に は 、 神 の 乗り物 と し て の 馬 、 神馬 ( しんめ 、 じんめ ) を 奉納 し て い た こと が 記 さ れ て い る 。 しかし 、 馬 は 高価 で なかなか 献納 でき ず 、 また 、 献納 さ れ た 寺社 の 側 で も 馬 の 世話 を する の が 大変 で あ る 。 その ため 、 馬 を 奉納 でき な い 者 は 次第 に 木 や 紙 、 土 で 作 っ た 馬 の 像 で 代用 する よう に な り 、 平安 時代 から 板 に 描 い た 馬 の 絵 で 代え られ る よう に な っ た 。 さらに 、 室町 時代 に な る と 馬 だけ で な く 様々 な 絵 が 描 か れ る よう に な っ た 。 例えば キツネ を 使 い と する 稲荷 神社 で は 狐 の 絵 が 描 か れ て い る 所 も あ る 。 眼病 予防 に 「 め 」 および 左右 逆 の 「 め 」 を 書 い た 絵馬 や 、 夫 の 浮気 防止 に 「 心 」 の 字 に 鍵 を かけ た 絵 を 描 い た 絵馬 も あ る 。 和算 家 は 、 自分 が 解 い た 問題 の 解法 を 書 い た 算額 と い う 絵馬 を 奉納 し 、 日本 武術 で は 剣術 、 柔術 など で 薙刀 など 木刀 や 棒術 の 棒 を 門人 の 一覧 に 付 し た 絵馬 を 奉納 し た 。 安土 桃山 時代 に な る と 著名 な 画家 に よ る 絵馬 が 持て 囃 さ れ それ ら を 展示 する 絵馬 堂 も 建て られ た 。 江戸 時代 に な る と 、 家内 安全 や 商売 繁盛 と い っ た 実利 的 な 願い を かけ る 風習 が 庶民 に も 広ま り 、 今日 の よう に 個人 が 小さな 絵馬 を 奉納 する 形 は 江戸 時代 から 始ま っ た もの で あ る 。 昭和 時代 から は 、 学問 の 神 様 で あ る 天神 と し て 菅原 道真 を 祀 っ た 天満 宮 に 受験 生 が 合格 祈願 の 絵馬 を 奉納 する こと が 盛ん に な っ て い る 。 近年 で は 、 白蛇 など の 縁起 物 の 動物 や 、 祭り の 風景 など 馬 と は 関係 な い 絵馬 が 多 く 作 ら れ 、 神社 、 寺院 毎 の 縁起 物 と し て 珍重 さ れ 、 これ は 神社 、 寺院 巡り を し た 際 の お 守り と し て も 持て 囃 さ れ る 様 に な っ て い る 。 さらに 、 2005 年 放送 の アニメ 『 かみ ちゅ ! 』 や 、 2007 年 放送 の アニメ 『 らき ☆ すた 』 を 見 た ファン が 、 ロケ 地 と な っ た 神社 ( 前者 は 広島 県 尾道 市 の 御袖 天満 宮 、 後者 は 埼玉 県 鷲宮 町 の 鷲宮 神社 ) を 訪れ た 際 に 、 登場 人物 を 絵馬 に 描 い て 奉納 する と い う 現象 が 起き て い る 。 また 2006 年 頃 から 、 個人 情報 保護 法 の 観点 から 、 絵馬 に 書 か れ た 願い 事 や 住所 ・ 氏名 の 部分 に ステッカー が 貼れ る よう に な っ て い る 絵馬 も 用意 さ れ る 。 +神札 ( しんさつ ) は 、 神社 が 頒布 する 護符 で あ る 。 通常 お 札 ( おふだ ) と 呼 ば れ る 。 お 守 り と も 呼 ば れ る 守札 も 神札 で あ る 。 神札 は 、 神名 や 神社 名 ・ 天照 皇 大 神宮 ( アマテラス こうたい じんぐう ) また 神 を 象徴 する 物 を 紙 、 木札 、 御 神砂 、 御 神水 、 金属 片 など に 記 し た もの で あ る 。 通常 、 年末 に 神社 が 頒布 ( 神宮 大麻 、 氏神 大麻 、 竈荒 神札 、 大 歳 神 様 、 戸口 ・ 柱 ・ 天井 の 関札 など ) し 、 各 家庭 で 神棚 に 納め る 。 また 、 門 や 柱 に 貼 る こと も あ る 。 一 年 の 家内 安全 ・ 無病 息災 など を 祈 る 。 伊勢 神宮 が 直接 頒布 し 、 又 は 神社 本 庁 経由 で 頒布 する 神宮 大麻 ( じんぐう たいま ) ( また は 単に 大麻 ( 神道 ) ( おお ぬ さ 、 たいま ) ) が 代表 的 で あ る 。 熊野 三山 で 頒布 さ れ る 熊野 牛王 は 、 平安 時代 から 近世 に は 裏面 が 起請 文 に 用い られ た 。 守札 守札 は 通常 「 お 守り 」 と 呼 ば れ 、 錦 など で 作 ら れ た 袋 に 入れ られ た 状態 で 頒布 さ れ て い る 。 元々 は 陰陽 道 や 寺院 で 作 ら れ た もの が 神道 に も 導入 さ れ た もの で あ る 。 今日 で も 、 寺院 で も 神社 と 同様 の 守札 が 頒布 さ れ て い る 。 お 札 が 家庭 の 守り で あ る の に 対 し 、 守札 は 個人 的 に 神 の 利益 を 願 う もの で あ り 、 身 に つけ る もの で あ る と さ れ る 。 +山岳 信仰 ( さん がく しんこう ) と は 、 山 を 神聖 視 し 崇拝 の 対象 と する 信仰 。 自然 崇拝 の 一種 で 、 狩猟 民族 など の 山岳 と 関係 の 深 い 民族 が 山岳 地 と それ に 付帯 する 自然 環境 に 対 し て 抱 く 畏敬 の 念 、 雄大 さ や 厳し い 自然 環境 に 圧倒 さ れ 恐れ 敬 う 感情 など から 発展 し た 宗教 形態 で あ る と 思 わ れ る 。 山岳 地 に 霊的 な 力 が あ る と 信 じ 、 自ら の 生活 を 律 する ため に 山 の 持 つ 圧倒 感 を 利用 する 形態 が 見出 さ れ る 。 形態 これ ら の 信仰 は 主に 、 内陸 地 山間 部 の 文化 に 強 く 見 られ 、 その 発生 に は 人 を 寄せ付け な い 程 の 険し い 地形 を 持 つ 山 が 不可欠 と さ れ る 。 その よう な 信仰 形態 を も つ 地域 で は 、 山 から 流れ る 河川 や 、 山裾 に 広が る 森林 地帯 に 衣 食 住 の 全て に 渡 っ て 依存 し た 生活 を 送 っ て お り 、 常 に 目 に 入 る 山 から の 恩恵 に 浴 し て い る 。 その 一方 で 、 これ ら の 信仰 を も つ 人々 は 、 険し い 地形 や 自然 環境 に よ り 僅 か な 不 注意 で も 生命 を 奪 わ れ かね な い 環境 に あ る こと から 、 危険 な 状況 に 陥 る 行為 を 「 山 の 機嫌 を 損ね る 」 行為 と し て 信仰 上 の タブー とし 、 自ら の 安全 を 図 る ため の 知識 と し て 語り継 い で い る と 考え られ る 。 なお 今日 で は 、 各種 防寒 装備 や 登山 用 品 の 発達 に 伴 い 、 従来 は 人跡 未踏 の 地 と さ れ た 地帯 に 人間 が 入り込 ん で も 生存 し つづけ る 事 が 可能 で は あ る が 、 山岳 信仰 を 尊 ぶ 地域 住民 の 感情 を 非常 に 害 する 事 も あ る 。 登山 者 が 山 の 機嫌 を 損ね る と さ れ て い る 行為 を 犯 す と 、 民俗 学 的 な 意味 で の 呪術 の 類型 と し て 、 登山 者 が 山 に 入 る 事 を 看過 し た 地元 の 住民 が 罰 せ られ る と 信 じ 、 山 を なだめ よ う と 大 規模 な 祭 を 行 う ケース も 報告 さ れ て い る 。 その 一方 で 、 これ ら 山岳 信仰 の あ る 地域 で 、 しばしば 近代 的 な 装備 を 過信 し た 者 が 、 無謀 な 行動 の 結果 、 重大 な 危険 に 直面 し たり 、 逆 に 大量 の 物資 を 持ち込 ん で その ゴミ を 放置 する と い っ た 、 過剰 な 自己 防衛 に 基づ く 自然 へ の 攻撃 を 行 っ て しま う ケース も 散見 さ れ 、 近年 で は 改めて 自然 と 共存 する ため に 培 わ れ た 山岳 信仰 が 、 その 精神 性 に お い て 見直 さ れ て い る 。 日本 に お い て も 、 水源 ・ 狩猟 の 場 ・ 鉱山 ・ 森林 など の 経済 的 条件 、 雄大 な 容姿 や 火山 など の 地質 的 条件 から 山 が 重要 視 さ れ 、 古来 から 山 は 神霊 が 宿 る 、 あるいは 降臨 する 場所 と 信 じ られ 祭祀 が 行 わ れ て き た 。 また 、 死者 の 魂 ( 祖霊 ) が 山 に 帰 る 「 山上 他界 」 と い う 考え も あ る ( この 他 は 海上 他界 、 地中 他界 など ) 。 これ ら の 伝統 は 神道 に 繋が り 、 長野 県 諏訪 大社 や 奈良 県 三輪山 の よう に 、 山 その もの を 信仰 する 流れ が 生まれ た 。 農村 部 で は 水源 で あ る こと と 関連 し て 、 春 に な る と 山 の 神 が 里 に 降り て 田 の 神 と な り 、 秋 の 収穫 を 終え る と 山 に 帰 る と い う 信仰 も あ る 。 日本 人 で は な い の だ が 、 カール ブッセ の 詩 「 山 の 彼方 の 空遠 く 、 幸い 住 む と 人 の い う 」 と い う 言葉 が 、 日本 人 の 山岳 信仰 の 信仰 観 を 表 し て い る だ ろ う 。 また 仏教 で も 、 世界 の 中心 に は 須弥山 ( しゅみ せん ) と い う 高 い 山 が そびえ て い る と 考え られ 、 空海 が 高野山 を 、 最澄 が 比叡山 を 開 く など 、 山 へ の 畏敬 の 念 は 、 より 一層 深ま っ て い っ た 。 平地 に あ っ て も 仏教 寺院 が 「 ○ ○ 山 △ △ 寺 」 と 号 する の は その よう な 理由 から で あ る 。 チベット 仏教 で も 聖 な る 山 は 信仰 の 対象 で あ る が 、 信仰 は 山 自体 に 捧げ られ 、 その 山 に 登 る の は 禁忌 と さ れ る 場合 が 多 い 。 一方 で 日本 で は 、 山頂 に 達 する こと が 重要 視 さ れ る の は 注目 す べ き で あ る 。 日本 人 の 場合 、 山 自体 を 信仰 する 気持ち も もちろん あ る の だ が 、 そこ から 早朝 に 拝 ま れ る ご 来光 を 非常 に ありがたが る 傾向 が 強 く 、 山頂 の さらに その 先 ( 彼方 ) に あ る もの ( あの 世 ) を 信仰 し て い る こと が 原因 で あ ろ う 。 日本 で は アニミズム と し て の 太陽 信仰 と 山岳 信仰 が 結びつ い て い る の で あ る 。 その 後 、 密教 、 道教 の 流れ を く ん だ 修験 者 や 山伏 たち が 、 俗世 と の 関わり を 絶 ち 、 悟り を 開 く ため に 山深 く に 入 り 修行 を 行 っ た 。 これ は 、 後 に 修験 道 や 呪術 的 宗教 など を 生み出 し て い る 。 山岳 信仰 は 、 もともと が 自然 崇拝 の アニミズム 的 信仰 から 発展 し て き た だけ に 、 江戸 末期 まで 神仏 習合 の 形態 を 取 っ て き た が 、 神仏 習合 が 明治 以後 の 神仏 分離 令 に よ り 禁止 さ れ て 以後 、 もともと 真言 密教 系 の 修験 道 が 強 かっ た 出羽 三山 も 含め 、 寺 と 神社 が 分け られ 、 信仰 の 本体 の 多く は 神社 の 形態 を 取 っ て 存続 し た 。 山 が 神界 と し て 信仰 の 対象 と な っ て い た 一方 で 、 死者 の 霊 の 集ま る 他界 と し て 、 イタコ の 口寄せ を はじめ と する 先祖 霊 供養 に も 発展 を みせ た 。 なお 、 民衆 の 間 で も 信仰 の 顕れ と し て 登山 を 行 う 習慣 が あ り 、 現在 で も 、 霊場 と い わ れ る 山岳 を はじめ と し て 、 山 に は 多く の 人々 が 登 っ て い る 。 山岳 信仰 の あ る 地域 チベット ネパール ラダック ( インド ) アブラハム の 宗教 の 流れ を 汲 む 宗教 信徒 全般 の 居住 地 ( 旧約 聖書 に おけ る シナイ 山 ・ 十戒 ) 韓国 、 朝鮮 民主 主義 人民 共和 国 、 中国 延辺 朝鮮 族 自治 州 ( 中国 。 他 、 同国 内 の 満州 族 居住 地 ) ペルー +産 土神 ( うぶすなかみ , うぶしな の かみ , うぶ の かみ ) は 生まれ た 土地 を 領有 、 守護 する 神 。 単に 産土 と も 言 う 。 日本 人 の 郷土 意識 と 強 く 結びつ い た 信仰 。 もと は 氏神 や 鎮守 神 と は 別 の 性格 を 持 っ て い た もの と 思 わ れ る が 、 近世 以降 は 同一 視 さ れ る 場合 も 少な く な い 。 氏 神 、 氏子 の 関係 が 血縁 集団 を 基 に し て 成立 し て い る の に 対 し 、 産土神 は 地縁 集団 と し て の 信仰 意識 に 基づ く 。 従 っ て その 意識 が 強 く 表れ 得 る の は 都市 で あ る 。 例えば 京都 で は 同族 集団 の 結合 が 薄れ 、 地縁 意識 が 起こ る と 共 に 、 中世 に は 伏見 稲荷 大社 、 上御 霊 神社 、 賀茂 神社 、 北野 天満 宮 など の 有力 な 神社 を 中心 に 産 土神 を 基 に し た 産子 区域 の 観念 が 発達 し た 。 そして 産土 詣 で の 語 が 一般 に 使 わ れ る よう に な り 、 生まれ た 子 の 初詣 を はじめ 、 成年 式 、 七五三 等 に 産 土 詣 で を する 風習 が 盛ん に な っ た 。 また 、 産土神 は 安産 の 神 で あ る 産神 と も 無 関係 で は な い 。 今 で は 古 い 形 の 同族 神 と し て の 氏神 が 衰え 、 新た に 起こ っ た 産 土神 に 吸収 さ れ て い く 傾向 が 全国 的 に 見 られ る 。 江戸 で は 日枝 神社 が 徳川 氏 の 産土神 と さ れ 、 その 祭礼 は 盛大 を 極め た 。 +出口 王仁三郎 ( でぐち お に さぶろう ) 、 18 71 年 ( 明治 4 年 ) ? - 1948 年 ( 昭和 23 年 ) 1 月 19 日 ) は 、 新 宗教 「 大本 」 の 教義 を 整備 し た 実質 上 の 教祖 。 大本 で は 聖師 と 呼 ば れ て い る 。 一部 当時 の 新聞 ・ 雑誌 等 が 「 王仁 さぶろう 」 と 書き立て て 揶揄 し た 事 を きっかけ に 誤読 が 広ま っ て い る が 、 正確 に は 「 お にさぶろう 」 で あ る 。 一般 に は 18 71 年 旧 7 月 12 日 、 現在 の 京都 府 亀岡 市 穴太 ( あなお ) に 、 農業 を 営 む 上田 家 の 長男 上田 喜三郎 ( うえだ きさぶろう ) と し て 生まれ た が 、 前年 の 1870 年 誕生 説 も あ る 。 祖母 ・ 上田 宇能 は 、 『 日本 言霊学 』 で 有名 だっ た 中村 孝道 の 妹 に あた り 、 伝承 や 言霊学 、 迷信 を 初め と し た 知恵 を 持 っ て い た 。 喜三郎 は 幼少 時 は 登校 さえ 出来 な かっ た 虚弱 体質 児 で あ っ た ため 、 家 で この 祖母 に あれこれ と 教わ り 、 お ばあ ちゃん 子 と し て 育 っ た 。 また 、 近所 で は その 聡明 さ から 「 八 つ 耳 」 ( 直感 力 や 理解 力 に 優れ た 人間 の 意 ) 、 神童 と 言 わ れ て い た 。 1883 年 、 時代 の 混乱 期 に 13 歳 に し て 集落 の 小 学校 の 代用 教員 と し て 奉職 する も 、 正式 な 小 学校 教員 が 赴任 し て き た 為 、 2 年 あまり で 辞め 農業 に 戻 る 。 1893 年 ( 23 歳 ) の 頃 から 園部 の 牧場 で 働 き ながら 牧畜 の 下積み 生活 を し 、 1896 年 ( 26 歳 ) で 独立 し 穴太 精乳 館 を 開業 。 搾乳 ・ 牛乳 販売 業 を 始め る 。 やがて 、 宗教 や 霊能 に 関心 を 持 つ よう に な り 、 189 8 年 3 月 1日 、 松岡 芙蓉 ( また は 「 天狗 」 と 名乗 っ た と も ) と 名乗 る 神使 に 伴 わ れ て 、 亀岡 市 内 の 霊山 ・ 高 熊山 に 一 週間 の 霊的 修業 を する 。 ( 『 霊界 物語 』 第 1 巻 、 第 37 巻 、 『 本教創世 記 』 参照 ) 。 その 年 の 10 月 に 一 度 、 大本 の 開祖 ・ 出口 なお を 京都 府 綾部 市 に 訪ね て い る 。 翌年 の 7 月 に 、 なお の 啓示 に よ り 招 か れ て 再度 綾部 に 行 き 教団 を 改善 さ せ 、 後 に 戦前 の 巨大 教団 で あ っ た 「 大本 」 を 形づ く る 。 190 0 年 なお の 末娘 ・ 出口 澄 と 養子 結婚 し 入り婿 と な り 、 名前 を 自ら 出口 王仁三郎 に 改め る 。 190 6 年 ( 36 歳 ) 、 「 皇典 講究 所 」 ( 現 : 「 國學 院 大 學 」 ) 教育 部 本科 二 年 に 入学 。 翌年 卒業 し 、 建勲 神社 に 短 期間 奉職 する 。 その 後 、 亀山 城 ( 丹波 国 ) を 買収 し て 綾部 と 並 ぶ 教団 の 本拠 地 に し 、 大正 日日 新聞 を 買収 し て 言論 活動 に 進出 する など 教勢 を 伸ば す が 、 1921 年 、 大本 事件 第 一 次 大本 事件 で 検挙 。 同年 より 『 霊界 物語 』 の 口述 と 出版 を 始め る 。 『 霊界 物語 』 で は 神界 ・ 幽界 及び 現界 を 通 じ た 創造 神 で あ る 主神 ( すしん ) の 教え が 、 様々 な たとえ 話 を 用い て 説 か れ て お り 、 教団 内 で は 人類 救済 の 福音 と し て の 意味 が あ る と 位置 づけ て い る 。 1923 年 に は 国際 語 エスペラント の 教団 活動 へ の 導入 を 試み る 。 1924 年 2 月 、 第 一 次 大本 弾圧 事件 に よ る 責付 出獄 中 に 大 日本 帝国 を 脱出 し て 、 モンゴル 地方 へ 行 き 盧占魁 ( ろせん かい ) と い う 馬賊 の 頭領 と とも に 活動 する が 、 同年 6 月 パインタラ に て 張 作霖 の 策謀 に よ り 落命 寸前 の 危機 と な る ( パインタラ の 法難 ) も 、 王仁三郎 と とも に 活動 し た 植芝 盛平 を はじめ 日本 人 6 人 は 無事 難 を 逃れ 、 翌月 帰国 する 。 以後 、 新 宗教 の 教団 、 「 昭和 神聖会 」 を 結成 する など 、 幅広 く 様々 な 活動 を 展開 する が 、 1935 年 大本 事件 第 二 次 大本 事件 に よ り 再び 投獄 さ れ た 。 1942 年 に 保釈 出所 し 、 1946 年 2 月 、 教団 活動 を 「 愛善 苑 」 と し て 新発足 さ せ て い る 。 戦後 は 綾部 に お い て 、 陶器 を 作 っ たり 、 絵 を 描 い たり 芸術 に 没頭 し た 、 。 1948 年 1 月 19 日 、 その 生涯 を 閉じ た 。 享年 78 。 綾部 の 天王 平 に 埋葬 さ れ て い る 。 「 霊界 」 で 起き た こと は 現実 で も 起き る 」 「 関東 大 震災 」 、 「 大東 亜 戦争 と その 敗戦 など を 予言 し た と 言 わ れ て い る 。 1942 年 に 仮釈放 さ れ た 際 、 「 わたし が 出 た 日 から 日本 の 負け 始め や 」 と 声高 に 叫 ん だ と い う 。 1944 年 、 「 広島 は 最後 に ひど い 目 に 会 う 。 広島 在住 の 者 は 疎開 し なさ い 」 と 警告 し た と い う 。 主な 著書 に 『 霊界 物語 』 ( 全 81 巻 83 冊 ) 、 『 道 の 栞 』 、 『 霊 の 礎 』 、 『 本教創世 記 』 、 『 出口 王仁三郎 全集 』 、 『 道 の 大本 』 など 多数 が あ り 、 歌集 と し て は 、 『 花明山 』 、 『 彗星 』 、 『 故山 の 夢 』 、 『 東 の 光 』 、 『 霧 の 海 』 、 『 愛善 の 道 』 など が あ る 。 また 、 日記 的 な 著作 物 と し て 『 東北 日記 』 、 『 ふたな 日記 』 、 『 壬申 日記 』 、 『 日月 日記 』 など も あ る 。 予備 校 講師 の 出口 汪 、 「 メキキ の 会 」 会長 出口 光 は 曾孫 に あた る 。 後年 に い わ れ た 出生 に 纏わ る 秘話 に 有栖川宮 熾仁親王 の 御落胤説 が あ り 、 大元 に 対 する 弾圧 の 背景 に は 大正 天皇 の 皇位 継承 問題 を 危う く し かね な い この 有栖 川 御 落胤説 を 封印 する 目的 が あ っ た と い う 説 も あ る 。 60 歳 の とき 受け た 大宅 壮一 の インタビュー に お い て 、 1 日 に 2、3 百 首 の 短歌 を 詠 み 、 これ まで 5、60 万 首 詠 ん だ と 語 っ た と い う 。 +禍津 日神 ( まがつ ひ の かみ 、 まが つ い の かみ ) は 神道 の 神 ( 神道 ) で あ る 。 禍 ( マガ ) は 災厄 、 ツ は 「 の 」 、 ヒ は 神霊 の 意味 で あ る の で 、 マガツヒ は 災厄 の 神 と い う 意味 に な る 。 神産み で 、 黄泉 から 帰 っ た イザナギ が 禊 を 行 っ て 黄泉 の 穢れ を 祓 っ た とき に 生まれ た 神 で 、 古事 記 で は 八十 禍 津 日神 ( や そま が つ ひ の かみ ) と 大禍 津 日神 ( おほま が つ ひ の かみ ) の 二神 、 日本 書紀 第 五 段 第 六 の 一 書 で は 八十 枉 津 日神 ( や そま が つ ひ の かみ ) と し て い る 。 これ ら の 神 は 黄泉 の 穢れ から 生まれ た 神 で 、 災厄 を 司 る 神 と さ れ て い る 。 神話 で は 、 禍津 日神 が 生まれ た 後 、 その 禍 を 直 す ため に 直毘 神 ( なおび の かみ ) 二柱 と 伊豆 能売 が 生まれ て い る 。 なお 、 日本 書紀 同段 第 十 の 一 書 で は イザナギ が 大綾津 日神 を 吹き出 し た と し て い る 。 これ が 穢れ から 生まれ た と の 記述 は な い が 、 大綾 は 大禍 と 同じ 意味 で あ り 、 大禍津 日神 と 同一 神格 と 考え られ る 。 後 に 、 この 神 を 祀 る こと で 災厄 から 逃れ られ る と 考え られ る よう に な り 、 厄除け の 守護 神 と し て 信仰 さ れ る よう に な っ た 。 この 場合 、 直毘 神 が 一緒 に 祀 ら れ て い る こと が 多 い 。 イザナギ と イザナミ の 間 の 子 に 大屋 毘古神 ( おおや びこの かみ ) が い る が 、 これ は 「 大綾 」 から 「 あ 」 が 取れ て 「 大屋 」 に な っ た もの と さ れ 、 大綾津 日神 ( 大禍 津 日神 ) と 同一 神格 と さ れ る 。 スサノオ の 子 で 、 大国主 の 神話 に お い て オオナムジ ( 大国 主 ) が その 元 に 逃れ て き た 五十 猛 神 は 、 本来 は 別 の 神 と 考え られ る が 、 同一神 と さ れ る こと も あ る 。 また 、 平田 篤胤 は 、 大禍津 日神 ・ 八十 禍 津 日神 ・ 大屋 毘古神 は 祓戸 神 の 一柱 で あ る 瀬織津 比 売神 と 同神 と し て い る 。 復古 神道 に おけ る 神学 的 位置 本居 宣長 は 、 禍津 日神 を 悪神 だ と 考え た 。 宣長 に よ る と 禍津 日神 は 人生 に おけ る 不 合理 さ を もたら す 原因 だ と い う 。 この 世の中 に お い て 、 人 の 禍福 は 必ず しも 合理 的 に 人々 に もたら さ れ な い 。 誠実 に 生き て い る 人間 が 必ず しも 幸福 を 享受 し 得 な い の は 、 禍津 日神 の 仕業 だ と し た 。 「 禍津 日神 の 御心 の あらび はしも 、 せむすべ も な く 、 いとも 悲し き わざ に ぞ あり ける 」 ( 『 直毘 霊 』 ) と 述べ て い る 。 一方 、 平田 篤胤 は 禍津 日神 を 善神 だ と し た 。 篤胤 に よ る と 、 禍津 日神 は 須佐之男 命 の 荒魂 で あ る と い う 。 全て の 人間 は 、 その 心 に 禍津 日神 の 分霊 と 直毘 神 ( 篤胤 は 天照 大神 の 和魂 と し て い る ) の 分霊 を 授か っ て い る の だ と い う 。 人間 が 悪 や ケガレ に 直面 し た とき 、 それ ら に 対 し て 怒 り 、 憎しみ 、 荒々し く 反応 する の は 、 自ら の 心 の 中 に 禍津 日神 の 分霊 の 働き に よ る もの だ と し た 。 つまり 、 悪 を 悪 だ と 判断 する 人 の 心 の 働き を 司 る 神 だ と い う の で あ る 。 また その 怒り は 直毘 神 の 分霊 の 働き に よ り 、 やがて 鎮め られ る と し た 。 +禰宜 ( ねぎ ) と は 、 神職 の 職称 ( 職名 ) の 一 つ で あ る 。 今日 で は 、 一般 神社 で は 宮司 の 下位 、 権 禰宜 の 上位 に 置 か れ 、 宮司 を 補佐 する 者 の 職称 と な っ て い る 。 禰宜 の 語源 は 「 和 ま せ る 」 の 意味 の 古語 「 ねぐ 」 で あ る 。 神 の 心 を 和 ま せ て その 加護 を 願 う と い う 意味 で あ る 。 古代 に は 、 神 に 祈請 を 行 う 者 、 祭祀 に 専従 する 者 を 指 し た 。 古制 で は 神主 の 下位 、 祝 ( はふり ) の 上位 に 置 か れ 、 また 、 神職 の 総称 と さ れ た こと も あ っ た 。 賀茂 神社 、 松尾 大社 、 日吉 大社 、 平野 神社 で は 禰宜 は 第 一 の 神職 と さ れ 、 香取 神宮 、 鹿島 神宮 で は その 上 に 大禰宜 が 置 か れ た 。 明治 時代 以降 は 、 伊勢 神宮 と 社格 に 禰宜 が 置 か れ た 。 第 二 次 世界 大戦 後 、 全て の 神社 に 禰宜 を 置 く 現在 の 制度 に な っ た 。 +吉田 神道 ( よしだしんとう ) と は 、 室町 時代 京都 吉田 神社 の 神官 吉田 兼倶 に よ っ て 大成 さ れ た 神道 の 一流 派 。 唯一 神道 、 宗源 神道 と も 。 『 唯一 神道 名 法 要集 』 に よ れ ば 、 神道 は 本迹 縁起 神道 、 また は 社例 縁起 神道 、 両 部 習合 神道 、 元本 宗源 神道 の 三 種 に 分け られ 、 この うち 第 三 の 元本 宗源 神道 は 吉田 家 の 祖先 神 で あ る アメノコヤネノミコト に よ っ て 伝え られ た 正統 的 神道 で あ る と する 。 同書 に よ れ ば 元本 宗源 神道 と は 「 元 と は 陰陽 不測 の 元元 を 明 す 。 本 と は 一念 未生 の 本本 を 明 す 。 ( 中略 ) 宗 と は 一気 未 分 の 元神 を 明 す 。 源 と は 和光 同塵 の 神化 を 明 す 。 」 もの で あ り 、 即 ち 「 吾国 開闢 以来 唯一 神道 是也 」 と する 。 顕隠 二 教 を 以 っ て 一体 と な す の が 特徴 で 、 顕露 教 の 教説 を 語 る もの と し て は 『 古事 記 』 『 日本 書紀 』 『 先代 旧事記 』 ( 三部 本書 ) 、 隠幽 教 の 教説 は 『 天元 神変 神妙 経 』 『 地元 神通 神 妙 経 』 『 人 元 神力 神妙 経 』 ( 三部 神経 ) に 基づ く と する が 、 兼倶 独自 の もの と は 言 い 難 く 、 その 教理 や 儀礼 は 密教 や 道教 、 陰陽 道 等 の 教理 や 儀礼 を 取り入れ て い る 。 兼倶 は 神祇 伯 白川 家 に 対抗 し て 朝廷 ・ 幕府 に 取り入 っ て 神祇 管領 長 上 と い う 称 を 用い て 、 「 宗源 宣旨 」 を 以 っ て 地方 の 神社 に 神位 を 授け 、 また 神職 の 位 階 を 授け る 権限 を 与え られ て 、 神道 界 に 大きな 力 を 有 し た 。 一時 衰退 し た 時期 も あ っ た が 、 江戸 期 に は 神道 本所 と し て 全国 の 神社 ・ 神職 を その 支配 下 に 置 い た 。 +天神 信仰 ( てんじん しんこう ) は 、 天神 ( 雷神 ) に 対 する 信仰 の こと で あ り 、 特に 菅原 道真 を 「 天神 様 」 と し て 畏怖 ・ 祈願 の 対象 と する 神道 の 信仰 の こと を い う 。 本来 天神 と は 国津 神 に 対 する 天津 神 を 指 し て 言 う 言葉 で あ り 特定 の 神 を 指 し て い う 言葉 で は な かっ た が 、 道真 が 死後 火雷 天神 と 呼 ば れ 雷神 信仰 と 結びつ い た こと など を 由来 と し 、 道真 の 神霊 に 対 する 信仰 も また 天神 信仰 と 称 する よう に な っ た 。 概要 藤原 時平 の 陰謀 に よ っ て 大臣 の 地位 を 追 わ れ 、 大宰府 へ 左遷 さ れ た 道真 は 失意 の うち に 没 し た 。 彼 の 死後 、 疫病 が はや り 、 日照り が 続 き 、 また 醍醐 天皇 の 皇子 が 相 次 い で 病死 し た 。 さらに は 清涼 殿 が 落雷 を 受け 多く の 死傷 者 が 出 た 。 これ ら が 道真 の 祟り だ と 恐れ た 朝廷 は 、 道真 の 罪 を 赦 す と 共 に 贈位 を 行 っ た 。 清涼 殿 落雷 の 事件 から 道真 の 怨霊 は 雷神 と 結びつけ られ た 。 元々 京都 の 北野 の 地 に は 火雷 天神 と い う 地主 神 が 祀 ら れ て お り 、 朝廷 は ここ に 北野 天満 宮 を 建立 し て 道真 の 祟り を 鎮め よ う と し た ( 御 霊 信仰 も 参照 の こと ) 。 道真 が 亡くな っ た 太宰府 に も 太宰 府 天満 宮 が 建立 さ れ た 。 また 、 949 年 に は 難波 京 の 西北 の 鎮め と さ れ た 大将軍 社前 に 一夜 に し て 七 本 の 松 が 生え た と い う 話し に よ り 、 勅命 に よ り 大阪 天満 宮 ( 天満 天神 ) が 建立 さ れ た 。 987 年 に は 「 北野 天満 宮 大神 」 の 神号 が 下 さ れ た 。 また 、 天満 大 自在 天神 、 日本 太政 威徳天 など と も 呼 ば れ 、 恐ろし い 怨霊 と し て 恐れ られ た 。 平安 時代 末期 から 鎌倉 時代 ごろ に は 、 怨霊 と し て 恐れ られ る こと は 少 く な っ た 。 この 時代 に 書 か れ た 『 天神 縁起 』 に よ れ ば 、 この 時代 に は 天神 様 は 慈悲 の 神 、 正直 の 神 と し て 信仰 さ れ る よう に な っ て い た 。 江戸 時代 に は 、 道真 が 生前 優れ た 学者 ・ 歌人 で あ っ た こと から 、 天神 は 学問 の 神 と し て 信仰 さ れ る よう に な っ た 。 元々 の 火雷 天神 は 天 から 降り て き た 雷 の 神 と さ れ て お り 、 雷 は 雨 と とも に 起こ り 、 雨 は 農作 物 の 成育 に 欠かせ な い もの で あ る こと から 農耕 の 神 で も あ る 。 各地 に も 火雷 天神 と 同様 の 伝承 と とも に 天神 が 祀 ら れ て い た が 、 火雷 天神 が 道真 と 同一 視 さ れ た こと から 、 各地 に 祀 ら れ て い た 天神 も また 道真 で あ る と さ れ る よう に な っ た 。 また 、 北野 天満 宮 や 太宰 府 天満 宮 から の 勧請 も 盛ん に 行 わ れ た 。 天神 ( 道真 ) を 祀 る 神社 は 天満 宮 ・ 天満 神社 ・ 北野 神社 ・ 菅原 神社 ・ 天神社 など と い う 名称 で 、 九州 や 西 日本 を 中心 に 約 一 万 社 ( 岡田 荘司 ら に よ れ ば 3953 社 ) あ っ て 分社 の 数 は 第 3 位 で あ る 。 なお 、 北野 天満 宮 と 太宰 府 天満 宮 は それぞれ 独立 に 創建 さ れ た もの で あ り 、 どちら か が どちら か から 勧請 を 受け た と い う もの で は な い 。 その ため 、 北野 天満 宮 と 太宰 府 天満 宮 で は 「 総 本社 」 「 総 本宮 」 と い う 呼称 は 用いず 、 「 天神 信仰 発祥 の 地 」 と い う 言 い 方 を し て い る 。 天神 信仰 の 例 北陸 福井 県 や 富山 県 で は 、 長男 が 誕生 する と それ 以後 の 正月 、 床 の 間 に 天神 像 ( 木彫 や 掛軸 ) を 飾り 、 福井 で は 1 月 25 日 に カレイ を 供え る 風習 が あ る 。 この 掛軸 など は 、 母方 の 実家 から 送 ら れ る 。 これ は 幕末 の 頃 に 教育 に 熱心 で あ っ た 福井 藩 藩主 松平 春嶽 が 領民 に 天神 画 を 飾 る よう 推奨 し 、 それ を 富山 の 薬売り が 広め た と い う 説 が あ る 。 また 、 石川 県 など 前田 藩 の 他 の 支配 地域 や 隣接 地域 で も 同様 の 風習 が あ っ た 。 金沢 市 に は 正月 に 天神 と 複数 の 従者 の 木像 を 飾 る 風習 が 昭和 30 年代 まで 見 られ た 。 前田 家 は 菅原 氏 の 出 を 称 し て お り 、 家紋 が 天神 の 神紋 と 同じ 梅鉢 紋 で あ る の も 、 その ため と さ れ る 。 ちなみ に 前田 家 の 家紋 は 「 剣 梅鉢 」 と 呼 ば れ て い る 。 広島 県 北部 子供 の 初 節句 に 、 天神 像 等 の 人形 を 贈 る 。 三 次 人形 を 参照 。 +神階 ( しんかい ) と は 、 日本 に お い て 神道 の 神 ( 神道 ) に 授け られ た 位 階 で あ る 。 神位 ( しんい ) と も 言 う 。 神階 は 、 人臣 に 授け られ た 位階 を 神 に も 授け た もの で あ る 。 より 正確 に は 、 位 階 は 人 に も 神 に も 区別 な く 授け られ た もの で 、 その うち 神 に 授け られ た もの が 神階 と 呼 ば れ る と い う こと に な る 。 よ っ て 、 その 仕組み は 人臣 に 対 する 位 階 と 同じ で 、 位階 ・ 勲位 ( 勲 等 ) ・ 品位 ( 日本 史 ) の 三 種 が あ る 。 人 に 対 する 位階 ( いかい ) は 少初 位下 から 正一 位 まで の 30 階 で あ る が 、 神 に 対 する もの は 正六 位 から 正一 位 まで の 15 階 のみ で あ る 。 神 に 位 階 を 授け た 最初 の 記録 は 、 日本 書紀 に お い て 天武 天皇 元年 ( 67 3 年 ) 7 月 に 壬申 の 乱 に 際 し て 霊験 を 現 し た 大和国 の 高市 御 坐鴨 事代主 神社 ( たけち のみあが に ま す か も の ことし ろぬし の かみ ) 、 牟狭坐 神社 ( む さ に ます の かみ ) 、 村屋 坐 弥 富都 比売 神社 ( むらや に ますみ ふつ ひめ の かみ ) に 位 を 授与 し た と する 記述 で あ る 。 嘉祥 4 年 ( 851 年 ) に は 、 全国 の 神社 の 祭神 に 正六 位 以上 の 神階 が 贈 ら れ た 。 勲位 ( くん い ) は 、 人 も 神 も 同じく 12 等 あ る 。 人 に 対 し て は 武勲 を 上げ た 者 に 程 し て 与え られ る もの で あ っ た が 、 7 世紀 半ば から それ 以外 の 者 に も 与え られ る よう に な っ た 。 神 に 対 し て も 同様 で あ る 。 神 に 勲位 を 与え た 記述 の 初見 は 、 天平 神護 元年 ( 765 年 ) 、 恵美 押勝 の 乱 で 霊験 を 現 し た 近江 国 の 都久夫須麻 神社 ( つくぶすま の かみ ) に 対 し て 勲八 等 を 与え た と する もの で あ る 。 11 世紀 以降 は 神 に 対 する 勲位 の 授与 は 行 わ れ て い な い 。 品位 ( ほんい ) は 、 人 に つ い て は 皇族 に 授け られ る もの で あ る 。 神 に 対 し て は 授け られ た 例 は あまり な い 。 天平 勝宝 元年 ( 749 年 ) 12 月 豊前 国 の 宇佐 八幡 の 大神 ( 八幡 神 ) に 対 し て 一 品 ( いっ ぽん ) を 、 その 比売 神 に 対 し て 二 品 ( にほん ) を 与え た 例 など が あ る 。 人 に 対 する 位 階 は 、 それ に よ っ て 就け る 官職 が 異な っ たり 、 位田 が 支給 さ れ たり など の 特典 を 伴 う もの で あ っ た が 、 神 に 対 する 位 階 は 、 単に 栄誉 と し て 与え られ た もの の よう で あ り 、 神階 より も 神社 の 社格 の 方 が 重視 さ れ て い た 。 神階 の 授与 は 、 神祇 官 や 諸国 から の 申請 に 基づ い て 公卿 の 会議 で 議論 さ れ 、 天皇 へ の 奏聞 を 経 て 決定 さ れ た 。 しかし 、 平安 時代 に な る と 、 神祇 官 や 国司 が 勝手 に 神階 の 授与 する と い う こと も たびたび 行 わ れ る よう に な っ た 。 中世 以降 は 吉田 家 も 神階 を 発行 し て お り 、 これ を 宗源 宣旨 ( そうげんせんじ ) と い う 。 宗源 宣旨 は 、 当初 は 天皇 の 勅許 の 下 に 発行 さ れ て い た が 、 後 に 吉田 家 が 独自 に 発行 する よう に な っ た 。 元々 は 、 神階 は 神社 に 対 し て 与え られ る もの で あ る 。 これ は 、 古代 に お い て は 神社 の 祭神 と い う もの が その 神社 固有 の もの で あ っ た ため で あ る 。 分祀 の 際 に は 原則 と し て 神階 は 引き継 が れ ず 、 神階 を 引き継 ぐ 場合 に は 勅許 が 必要 で あ っ た 。 しかし 、 律令 制 の 崩壊 と とも に 分祀 先 で も 元 の 神階 を 引き継 ぐ と い う こと が 行 わ れ る よう に な っ た 。 例えば 、 伏見 稲荷 大社 の 神階 が 「 正一 位 」 で あ る ため 、 そこ から 勧請 を 受け た 全国 の 稲荷 神社 も 「 正一 位 」 を 名乗 っ て い る 。 神階 の 制度 は 明治 時代 に 廃止 さ れ た が 、 今日 で も 社名 に 神階 を つけ て い る もの が あ る 。 +梓弓 ( あずさゆみ 、 あづ さ ゆみ ) は 、 神事 など に 使用 さ れ る アズサ の 木 で 作 ら れ た 弓 ( 武器 ) 。 材質 に 関わ ら ず 弓 の こと を 梓弓 と 呼 ぶ こと も あ る 。 また は 枕詞 の 一 つ 。 古く は 神事 や 出産 など の 際 、 魔除け に 鳴ら す 弓 ( 鳴弦 ) と し て 使用 さ れ た 。 甲斐 国 や 信濃 国 から 都 に 献上 さ れ 、 現在 で も 遺品 と し て 残 さ れ て い る 例 が いく つ か あ る ( 正倉 院 中倉 の 3 張 など ) 。 梓弓 と い う 固定 さ れ た 様式 が 有 る わけ で は な く 、 伏見 稲荷 大社 の 奉射 祭 で は アズサ の 木 の 枝 に その まま 弦 を 張 っ た だけ の 弓 が 使用 さ れ 、 また 式年 遷宮 に 奉納 さ れ る 弓 は 京弓 師 柴田 勘十郎 に 代々 伝わ る 製法 で 作 ら れ る など 、 使 わ れ る 場 ごと に その 様相 を 異 に する 。 万葉 集 など に お い て は 、 春 ( 張 る ) 、 引 く など を 導 く 。 +神社 に お い て 、 親子 関係 に あ る 神 ( 神道 ) が 祀 ら れ る 場合 、 子 に 当た る 神 の こと を 御子神 ( みこ が み ) また は 苗裔 神 ( びょうえい しん ) と い う 。 「 御子神 」 と い う 言 い 方 を する 場合 は 、 親子 とも に 主神 で あ る 場合 や 、 親神 が 主神 で その 子 も 共 に 祀 る 場合 で あ る 。 特に 、 母子 関係 に あ る 場合 は 、 母子 神信仰 と の 関連 も あ る 。 例えば 、 八坂 神社 は 主神 と し て スサノオ を 中央 に 祀 り 、 東 に 妃神 の クシナダヒメ 、 西 に 「 八柱 御子神 」 を 祀 っ て い る 。 春日 大社 に は 摂社 の 「 若宮 社 」 が あ り 、 主神 の 天児 屋命 の 御子神 で あ る 天押 雲根命 を 祀 っ て い る 。 この 「 若宮 」 は 、 多く の 場合 主神 の 御子神 を 祀 る 神社 で あ る が 、 祀 られ る 神 で は な く 社 が 若 い と い う 意味 で あ る 。 後 から でき た 社 に 「 若宮 」 と 名附け る 場合 も あ る 。 その 場合 は 、 主神 の 親神 や 祖先 神 が 祀 ら れ て い る こと や 、 主神 の 御 旅 所 、 主神 を 勧請 し た 神社 を 若宮 と 呼 ん で い る 例 も あ る 。 よ っ て 、 必ず しも 若宮 に 御子神 が 祀 ら れ て い る と は 限 ら な い 。 +八神殿 ( はっしん でん ) は 、 日本 の 律令 制 の 下 で 神祇 官 西院 に 設け られ た 、 天皇 を 守護 する 八神 を 祀 る 神殿 で あ る 。 八神殿 に 祀 ら れ る 神 ( 神道 ) は 以下 の 神 で あ る 。 『 延喜 式 』 と 『 古語 拾遺 』 で 表記 が 異な る が 、 同じ 神 で あ る 。 天皇 を 守護 する こと で 、 ひいては 国家 も 守護 する と さ れ る 。 その ため か 、 民間 で も この 八神 を 祀 る こと が あ っ た 。 鎮魂 祭 で は 、 この 八神 に 大直 日神 を 加え た 九神 を 祀 る 。 古図 に よ る と 、 八神殿 は 各神 を 祀 る 社殿 が それぞれ 独立 し て お り 、 神祇 官 西院 の 西北 に 、 東面 し た 8 つ の 社殿 が 南北 に 並 ん で い た 。 南北 10 丈 、 東西 3 丈 の 朱色 の 玉垣 を 三方 に 廻ら し 、 各殿 内 に 神体 は な く サカキ が 置 か れ て い た と い う 。 北 から 第 一 殿 、 第 五 殿 、 第 八 殿 の 前 の 3 箇所 に 鳥居 が 設け られ て い た 。 八神殿 は 延喜 式 神名帳 に 「 御 巫 祭 神 八 座 」 と 記載 さ れ 、 大社 に 列 し て い る 。 応仁 の 乱 で 焼失 し て から は 宮中 で は 再建 さ れ ず 、 江戸 時代 に 吉田 家 が 吉田 神社 境内 に 、 白川 家 が 邸内 に それぞれ 八神殿 を 創建 し て 宮中 の 八 神殿 の 代替 と し て い た 。 明治 維新 に よ り 神祇 官 が 再興 さ れ 、 明治 2 年 ( 1869 年 ) に 神祇 官 の 神殿 が 創建 さ れ て 遷座 祭 が 行 わ れ た 。 この 際 、 八神殿 の 八神 だけ で な く 、 天神 地祇 と 歴代 の 天皇 の 霊 も 祀 っ た 。 それ まで 歴代 の 天皇 の 霊 は 黒戸 で 仏式 で 祀 ら れ て い た が 、 これ に 伴 い 黒戸 は 廃止 さ れ た 。 明治 5 年 9 月 、 神祇 官 は 宣教 の み を 行 う こと と な り 、 八神殿 は 神祇 官 から 宮中 へ 遷座 、 歴代 天皇 の 霊 は 宮中 の 皇霊殿 へ 移 さ れ た 。 同年 10 月 、 八神殿 の 八神 を 天神 地祇 に 合祀 し 、 「 八神殿 」 の 名称 を 廃 し て 「 神殿 」 に 改称 し た 。 神殿 は 皇居 の 宮中 三 殿 の 一 つ で あ る 。 また 、 八神 の うち 大宮 売神 に つ い て は 、 神祇 官 西院 の 故地 に 大宮 売神 を 祀 る 小祠 が 作 ら れ て い る 。 +祇園 信仰 ( ぎおんしんこう ) は 、 牛頭 天王 ・ スサノオ に 対 する 神仏 習合 の 信仰 で あ る 。 明治 の 神仏 分離 以降 は 、 スサノオ を 祭神 と する 神道 の 信仰 と な っ て い る 。 京都 の 八坂 神社 を 総本社 と する 。 牛頭 天王 は 元々 は 仏教 の 神 で 、 祇園 精舎 の 守護 神 で あ っ た 。 これ が 日本 に 伝わ る 前 に 中国 で 道教 の 影響 を 受け 、 日本 で は さらに 神道 の 神 ( 神道 ) で あ る スサノオ と 習合 し た 。 これ は 牛頭 天王 も スサノオ も 行疫 神 ( 疫病 を はや ら せ る 神 ) と さ れ て い た ため で あ る 。 本地 仏 は 薬師 如来 と さ れ た 。 平安 時代 に 成立 し た 御 霊 信仰 を 背景 に 、 行疫 神 を 慰め 和 ま せ る こと で 疫病 を 防 ご う と し た の が 祇園 信仰 の 原形 で あ る 。 その 祭礼 を 「 祇園 御 霊会 ( 御 霊 会 ) 」 と い い 、 10 世紀 後半 に 京 の 市民 に よ っ て 祇園 社 ( 現在 の 八坂 神社 ) で 行 わ れ る よう に な っ た 。 祇園 御 霊会 は 祇園 社 の 6 月 の 例祭 と し て 定着 し 、 天延 3 年 に は 朝廷 の 奉幣 を 受け る 祭 と な っ た 。 この 祭 が 後 の 祇園 祭 と な る 。 山車 や 山鉾 は 行疫 神 を 楽し ま せ る ため の 出し物 で あ り 、 また 、 行疫 神 の 厄 を 分散 さ せ る と い う 意味 も あ る 。 中世 まで に は 祇園 信仰 が 全国 に 広ま り 、 牛頭 天王 を 祀 る 祇園 社 あるいは 牛頭 天王 社 が 作 ら れ 、 祭列 と し て 御 霊 会 ( あるいは 天王 祭 ) 行 わ れ る よう に な っ た 。 明治 の 神仏 分離 令 で 、 神社 で の 仏式 の 行事 が 禁止 さ れ 、 また 、 祭神 の 名 や 社名 に 「 牛頭 天王 」 「 祇園 」 の よう な 仏教語 を 使用 する こと が 禁止 さ れ た こと から 、 祇園 社 ・ 牛頭 天王 社 は スサノオ を 祀 る 神社 と な り 、 社名 を 改称 し た 。 総 本社 で あ る 京都 の 祇園 社 は 、 鎮座 地 の 地名 から 八坂 神社 と さ れ た 。 その 他 の 神社 で は 、 京都 に なら っ た 八坂 神社 の ほか 、 祭神 の 名前 から 素盞嗚 神社 、 かつて の 社名 から 祇園 神社 、 また 地名 を 冠 し た もの や 牛頭 天王 を 祀 る 以前 の 旧 社名 など に 改称 し た 。 牛頭 天王 ・ スサノオ に 対 する 信仰 の うち 、 津島 神社 ( 愛知 県 津島 市 ) を 中心 に 東海 地方 に 広ま っ た 信仰 を 津島 信仰 ( つし ま しんこう ) 、 氷川 神社 ( 埼玉 県 さいたま 市 大宮 区 ) を 中心 に 関東 に 広ま っ た 信仰 を 氷川 信仰 ( ひかわ しんこう ) と 呼 ぶ 。 +御 霊 会 ( ご りょう え ) と は 、 思いがけ な い 死 を 迎え た 者 の 御 霊 ( ご りょう ) に よ る 祟り を 防 ぐ ため の 、 鎮魂 の ため の 儀礼 で あ り 、 御 霊祭 と も 呼 ば れ て い る 。 御 霊 自体 は 本来 は ミタマ の 意 で あ っ た 。 平安 時代 、 不慮 の 死 を 遂げ た 者 の 死霊 ( しりょう ) = 怨霊 ( おんりょう ) へ と 意味 が 転化 する 。 そして 、 天変 地異 は すべて 御 霊 の 所業 と 考え られ 、 御 霊 に 対 する 儀礼 が 出来上が っ た 。 また 、 平安 時代 に は 、 863 年 ( 貞観 _ ( 日本 ) 5 年 ) 5 月 20 日 、 神泉 苑 に お い て 御 霊 会 が 行 わ れ た 。 崇道 天皇 、 伊予 親 王 、 藤原 吉子 、 橘逸勢 、 文室 宮田 麻呂 が 、 こう 呼 ば れ 、 御 霊会 の 対象 と な っ た 。 後 に 菅原 道真 ( 845 年 - 90 3 年 ) 、 吉備 真備 ( 693 年 - 775 年 ) 、 井上 皇后 ( 71 7 年 - 775 年 ) ら 2 霊 を 加え る こと に よ っ て 八所 御 霊 が 生まれ 、 京都 の 上 御 霊 神社 と 下御 霊 神社 に 祀 ら れ て い る 。 また 、 牛頭 天王 を 祀 る 八坂 神社 ( 感神 院 ) の 祇園 御 霊会 ( 祇園 会 ) が 、 祇園 祭 と し て 知 ら れ る 。 火雷 天神 と し て 怖れ られ た 菅原 道真 の 慰撫 が 、 天神 信仰 と し て 全国 で 知 ら れ て い る 。 +分霊 ( ぶんれい 、 わけ み たま ) と は 、 神道 の 用語 で 、 本社 の 祭神 を 他所 で も 祀 る 際 、 その 神 ( 神道 ) の 神霊 を 分か ち た もの の こと で あ る 。 分霊 を 他 の 神社 に 移 し て 鎮祭 する こと を 勧請 ( かんじょう ) と い う 。 分祀 ( ぶんし ) と も い う が 、 分祀 に つ い て は 分遷 の 意 で 使 わ れ る こと も あ る ( 後述 ) 。 ほか の 神社 より 祭神 を 勧請 し た 神社 の こと を 分祠 ( ぶんし ) 、 分社 ( ぶんしゃ ) 、 今宮 ( いまみや ) など と い う 。 神道 で は 、 神霊 は 無限 に 分け る こと が でき 、 分霊 し て も 元 の 神霊 の 神威 は 損な わ れ ず 、 分霊 も また 本社 の 神霊 と 同じ 働き を する と 考え られ て い る 。 多く の 場合 、 勧請 は その 神 の 根源 と さ れ る 神社 から 行 わ れ 、 その 神社 の こと を 総本社 ・ 総 本宮 など と い う 。 分霊 さ れ た 神社 の 多く は 、 勧請 さ れ た 神 の 名前 や それ に 因 む 名前 を 社名 と し て い る 。 それ ら を 系列 社 と い う 。 例えば 稲荷 神社 の 総 本社 は 伏見 稲荷 大社 で あ り 、 ほとんど の 稲荷 神社 は 伏見 稲荷 大社 から の 神霊 の 勧請 を 受け て い る 。 八幡 神社 の 総 本社 は 宇佐神宮 で あ る 。 全国 の 八幡 神社 は 宇佐神宮 、 また は 、 宇佐神宮 から 勧請 を 受け た 石清水 八幡宮 、 あるいは さらに 石清水 八幡宮 から 勧請 を 受け た 鶴岡 八幡宮 の どれ か から 祭神 の 勧請 を 受け て い る 。 勧請 と い う 言葉 は 、 元々 は 仏教 用語 で 、 仏 に 教え を 請 い 、 いつ まで も 衆生 を 救 っ て くれ る よう 請願 する こと を 指 し た 。 日本 で は 、 神仏 習合 に よ り 、 神仏 の 霊 を 迎え て 祈願 する こと を 指 す よう に な り 、 後 に 現在 の 意味 に 変化 し た 。 分祀 と い う 言葉 は 、 ある 神社 に 複数 の 祭神 が 祀 ら れ て い る 場合 に 、 その うち 一部 の 祭神 のみ を 他所 に 移 し て 祀 る こと を 指 す 分遷 の 語義 で 使 わ れ る 場合 も あ る ( 「 分遷 」 の 例 : 伊太 祁曽 神社 歴史 ) 。 分霊 の 場合 は 、 全て の 祭神 の 神霊 が 分け られ る 。 +神事 ( しんじ ) と は 、 神 に 関 する まつり ごと 、 儀式 。 神前 で の 祈り や 神 に 伺い を 立て る こと など で 、 特定 の 宗教 の 神 と 結びつ い た もの が 多 い 。 「 じんじ 」 と も 言 っ た 。 宗教 に 従事 する 専業 者 が 行 う もの と 、 一般 民衆 の 行事 に な っ て い る もの が あ る 。 一般 民衆 の 行事 と な る もの に は 、 生活 に 結びつ い た 行事 で あ り 、 農業 、 商売 など それぞれ の 生業 に 基づ く 現世 利益 、 生活 の 安定 を 求め る もの が 多 い 。 また この 場合 、 様々 な 宗教 や 土着 の 信仰 など が 合わさ っ た 行事 が 並列 的 、 複合 的 に 行 わ れ る こと も 多 い 。 神道 神道 に おけ る 神事 も 、 庶民 的 な 行事 で あ る 祭 、 禊 など を 含 む 。 プロフェッショナル な もの に は 神社 など の 宗教 法人 に よ っ て な さ れ る もの が あ り 、 特定 の 事物 に 対 する 祓 、 地鎮祭 や 交通 機関 の 安全 を 願 う お 祓い など は 神社 など に 委託 さ れ て 行 わ れ る こと が 多 い 。 神仏 習合 の 影響 で 、 神道 の 神事 に は 放生 会 に 由来 する もの も あ る 。 現世 利益 を 願 う 神事 と し て は 、 雨乞 い や 農耕 、 狩猟 など に 関 する もの が 多 く 行 わ れ て い た 。 祭礼 で の 神事 神 を 供応 する 形式 の 祭 で は 、 依り 代 を 立て て 神 を 迎え る 行為 や 送 る 行為 、 神幸祭 に 関 する 行為 、 神饌 を 献 ずる 行為 や 直会 など を 神事 と する こと が 多 く 、 最も 重要 な 神事 は 神職 や 巫女 、 稚児 など が 神意 を 伺 う 行為 で あ る こと が 多 い 。 神意 を 伺 う 行為 に は 間接 的 な もの も あ り 、 神前 で の 相撲 など の 結果 如 何 で 吉凶 を 占 う 神事 も あ る 。 この よう な 行為 の 宗教 的 な 意味 合い は 強 く 意識 さ れ て い な い が 、 同じ よう な もの が 多 く あ り 、 流鏑馬 、 競馬 ( くらべ うま ) など の 競技 や 、 物 や 動物 を 使 っ た もの が あ る 。 演舞 も 神事 で あ る こと が 多 く 、 神楽 が 神事 舞 の 代表 的 な もの で 、 巫女 の 舞 、 獅子 舞 など が あ る 。 この ほか 能楽 など の 伝統 芸能 に も 神事 の 要素 が あ る 物 が 多 い 。 +神幸祭 ( しんこう さい ) は 、 神霊 の 行幸 が 行 わ れ る 神社 の 祭礼 。 神幸式 ( しんこうしき ) と も 。 多く の 場合 、 神霊 が 宿 っ た 神体 や 依 り 代 など を 神輿 に 移 し 、 氏子 地域 内 へ の 行幸 、 御 旅所 や 元宮 へ の 渡御 など が 行 わ れ る 。 神輿 や 鳳輦 の 登場 する 祭礼 の ほとんど は 、 神幸 祭 の 一種 で あ る と いえ る 。 神幸祭 は 「 神 の 行幸 」 の 意味 で 、 広義 に は 行幸 の 全体 を 、 狭義 に は 神社 から 御 旅所 など の 目的 地 まで の 往路 の 過程 を 指 す 。 後者 の 場合 は 目的 地 から の 神社 へ の 復路 の 過程 に 還幸祭 ( かんこう さい ) と い う 言葉 が 用い られ る 。 神幸祭 ・ 還幸 祭 と 同じ 意味 の 言葉 に 渡御 祭 ( とぎょ さい ) ・ 還 御 祭 ( かんぎょ さい ) と い う 言葉 が あ り 、 渡御 祭 も 広義 に は 行幸 ( 渡御 ) の 全体 を 指 す 。 概要 本来 は 、 神霊 を 集落 内 の 祭壇 に 迎え る 形 で あ っ た もの が 、 祭壇 が 祭祀 の 施設 と し て 神社 に 発展 する と 、 迎え る 行為 が 逆 の 過程 の 里帰り と し て 残 り 、 神幸 祭 が 行 わ れ る よう に な っ た と 考え られ て い る 。 この ため 、 磐座 など の 降臨 の 地 が 御 旅所 と な り 、 現在 で は 元宮 や 元 の 鎮座 地 で あ る 場合 が 多 い 。 御 旅所 に 向う 神幸祭 の おおまか な 流れ は 神輿 など に 神霊 を 移 す 神事 神社 から 御 旅所 へ の 渡御 御 旅所 で の 神事 や 奉納 ( 御 旅 所 祭 ) 御 旅所 から 神社 へ の 還御 神霊 を 還 す 神事 で あ り 、 この 過程 が 数 日間 に 及 ぶ 場合 も あ る 。 2 や 4 の 過程 に お い て 、 氏子 地域 内 を 巡幸 する 場合 が 多 い 。 御 旅所 など に 向 わ な い 場合 に は 、 神霊 が 氏子 地域 を 見回 る 、 或いは 、 ある 特定 の 場所 で 神事 など を 行 う ため に 行幸 さ れ る 。 神輿 を 巡幸 の ため に 神社 の 境内 から 出 す こと を 宮出 し ( みやだし ) 、 巡幸 を 終え た 神輿 が 神社 の 境内 に 入 る こと を 宮入り ( みやいり ) と い う 。 この 語 は 、 稚児 や 氏子 から 奉納 さ れ る 山車 など が 神社 から 出 る ・ 入 る 場合 に も 用い られ る 。 渡御 行列 渡御 は 多く の 氏子 が 祭礼 に 関わ る こと の 出来 る 場面 の 一 つ で 、 神輿 の 担ぎ手 に な っ たり 、 祭礼 の 規模 の 大きな ところ で は 山車 、 獅子 舞 や 舞踊 など を 繰り出 し 行列 に な る 。 渡御 行列 の 順序 は 祭礼 に よ っ て まちまち で あ る が 、 行列 の 先頭 部 に は 先導 役 の 猿田彦 が い る こと が 多 く 、 その 次 に 御幣 、 笠鉾 、 獅子 、 幟 、 高張り 提灯 、 太鼓 など の 露払い の 役目 を 持 つ もの や 先頭 を 示 す もの が あ っ て 、 神輿 が くる こと が 多 い 。 この ほか に は 、 神職 、 巫女 、 稚児 、 山車 、 獅子 、 舞踏 など が 行列 に 含 ま れ る 。 渡御 の 道中 は 音楽 的 に も 多様 で 、 神職 に よ る 雅楽 、 氏子 に よ る 祭囃子 や 音頭 など が 奏で られ る こと が 多 い 。 行列 の 中 で 最も 目 を 引 く の は 、 神輿 と 山車 、 獅子 舞 や 舞踏 で あ る 。 神輿 は 祭礼 に よ っ て 様々 な 運行 の さ れ 方 が あ り 、 厳か に 運行 さ れ る もの 、 威勢 良 く 担 が れ る もの 、 船 で の 渡御 ( 船渡 御 ) や 水中 で 担 が れ る もの など が あ る 。 これ ら 運行 形態 は 、 祭神 に 因 ん だ もの の ほか 、 突発 的 に 行 わ れ た 運行 形態 が 慣例 化 し 、 伝統 に な っ た 場合 も あ る 。 山車 に は 神輿 に 近 い 依 り 代 の 役割 を 持 っ た もの と 奉納 の 風流 が あ り 、 獅子 舞 や 舞踏 に も 神事 舞 と 奉納 舞 が あ る が 、 どちら の 場合 も 氏子 が 中心 に 運行 さ れ て お り 、 特に 奉納 の 場合 は 氏子 各 町 が 華やか さ や 運行 形態 に 趣向 を 凝ら し 、 競い合 い っ て い る こと が 多 い 。 渡御 が 夜間 に 行 わ れ る 場合 は 、 提灯 行列 が 加わ っ たり 、 山車 に 明り が 灯 さ れ る など する 。 +神人 に は 次 の 意味 が あ る 。 ( じにん 、 じん にん ) 神社 に 隷属 し 雑役 など を 行 っ た 下級 神職 ・ 寄人 の こと 。 本項 で 詳述 する 。 ( かみんちゅ ) 琉球 ・ 沖縄 の 土着 信仰 に おけ る 神職 の こと 。 本項 で 詳述 する 。 ( しんじん ) 神道 で 用い られ る 用語 で 、 「 神 と 人 」 の こと 。 「 神人 合一 」 など と 用い る 。 神人 ( じにん 、 じん にん ) と は 、 古代 から 中世 の 神社 に お い て 、 社家 に 仕え て 神事 、 社務 の 補助 や 雑役 に 当た っ た 下級 神職 ・ 寄人 で あ る 。 神人 に は 、 神社 に 直属 する 本社 神人 と 、 諸国 に 存在 する 神領 など の 散在 神人 と が あ る 。 神人 は 社頭 や 祭祀 の 警備 に 当た る こと から 武器 を 携帯 し て お り 、 平安 時代 の 院 政 期 から 室町 時代 まで 、 僧兵 と 並 ん で 乱暴 狼 藉 や 強訴 が 多 く あ っ た こと が 記録 に 残 っ て い る 。 この よう な 武装 集団 だけ で な く 、 神社 に 隷属 し た 芸能 者 ・ 手工 業 者 ・ 商人 など も 神人 に 加え られ 、 やがて 、 神人 が 組織 する 商工 ・ 芸能 の 座 が 多 く 結成 さ れ る よう に な っ た 。 京 の 五 条 堀川 に 集 っ て い た 祇園 社 ( 現 八坂 神社 ) の 堀川 神人 は 中世 に は 材木 商 を 営 み 、 丹波 国 の 山間 から 木津川 を 筏流し で 運 ん だ 材木 を 五 条 堀川 に 貯木 し た 。 祇園 社 に は 、 身分 の 低 い 「 犬神 人 」 と 呼 ば れ る 神人 が 隷属 し 、 社内 の 清掃 や 山鉾 巡幸 の 警護 の ほか 、 京市 内 全域 の 清掃 ・ 葬送 を 行 う 特権 を 有 し て い た 。 日吉 大社 の 日吉 神人 は 、 延暦 寺 の 権勢 を 背景 と し て 、 年貢 米 の 運搬 や 、 京 の 公家 や 諸国 の 受領 に 貸し付け を 行 う など 、 京 の 高利 貸し の 主力 に まで 成長 し た 。 石清水 八幡宮 の 石清水 神人 は 淀 の 魚 市 の 専売 権 、 水陸 運送 権 など を 有 し 、 末社 の 離宮 八幡宮 に 属 する 大山崎 神人 は エゴマ の 購入 独占 権 を 有 し て い た 。 神人 ( かみんちゅ ) と は 、 琉球 ・ 沖縄 の 信仰 で の 神職 者 の 通称 で あ る 。 狭義 に は ノロ ( 祝女 ) の こと で あ る が 、 広義 に は 神 に 仕え る 者 と 言 う 意味 で 、 祝女 の 補佐 役 など の 神職 者 、 根神 や 根人 と い っ た 集落 の 祭司 や 、 民間 シャーマン で あ る ユタ も 神人 に 含 ま れ る 。 琉球 王国 以来 の 聖地 で あ り 、 古代 の 信仰 を 現在 も 残 し て い る と い わ れ る 久高島 に は 「 男 は 海人 ( うみん ちゅ ) 、 女 は 神人 ( かみんちゅ ) 」 な る 常套 句 が 残 り 、 かつて 男性 は 労務 に 、 女性 は 神職 に 従事 し た 社会 で あ っ た こと を 言い伝え て い る 。 +両部 神道 と は 、 仏教 の 真言 宗 ( 密教 ) の 立場 から な さ れ た 神道 解釈 に 基づ く 神仏 習合 で あ る 。 密教 で は 、 宇宙 は 大日 如来 の 顕現 で あ る と さ れ る 。 それ は 大日 如来 を 中心 に し た 両界 曼荼羅 金剛 界 曼荼羅 の 構成 と 両界 曼荼羅 胎蔵 曼荼羅 の 構成 の 儀規 と し て 表現 さ れ て い る 。 この 金剛 界 と 胎蔵界 の 両部 の 曼陀羅 に 描 か れ た 仏 菩 薩 を 本地 と し 、 神 ( 神道 ) を その 垂迹 と し て 解釈 し た 。 両部 神道 の 萌芽 は 仏教 伝来 に まで たど る こと が でき る 。 仏教 公伝 に よ り 日本 古来 の 信仰 で あ っ た 神道 も 多大 な 影響 を 受け た 。 日本 の 神々 も 仏法 に よ る 解脱 を のぞ ん で い る と し て 神前 読経 が おこな わ れ る よう に な り 、 神社 の 境内 に 神宮寺 が 建て られ 、 仏像 の 影響 を うけ て 神像 も 製作 さ れ る よう に な っ た 。 やがて 8 世紀 末ごろ から 、 日本 の 神々 は 仏 と 同体 と 考え られ 、 本地 で あ る 仏 が 日本 の 人々 を 救済 する ため に 仮 に 神 に 姿 を かえ て あらわれ た と する 本地 垂迹 ( ほん じすいじゃく ) 説 が 発生 し 、 のち の 神仏 習合 思想 の 基礎 と な っ た 。 平安 時代 後期 に は 、 神道 を 理論 的 に 説明 する 教説 と し て 僧侶 に よ る 仏家 の 神道 理論 が 成立 し た 。 当時 の 仏教界 の 主流 で あ っ た 密教 二 宗 の うち 、 天台 宗 の 教え を とりいれ た の が 山王 神道 、 真言 宗 の 教え を とりいれ た の が 両部 神道 で あ る 。 両派 と も 大祓詞 ( おおはらえ の ことば ) の 解説 や 、 日本 神話 など に 登場 する 神 や 神社 の 祭神 の 説明 が 、 当時 の 仏教界 の 主流 だっ た 密教 の 教義 を 用い て な さ れ て い る 。 いずれ も 、 最澄 ・ 空海 など に 選者 を 仮託 する 偽書 に よ っ て お り 、 各 神社 の 秘伝 と し て 伝授 さ れ 、 また 一部 は 、 修験 道 など を 介 し て 民間 に も 知 ら れ て い っ た 。 これ ら は 鎌倉 時代 に 理論 化 さ れ 、 後世 多く の 神道 説 を 生み出 し て い っ た 。 両部 神道 で は 、 伊勢 内宮 の 祭神 、 天照 大神 ( あまてら す おおみかみ ) は 胎蔵 界 の 大日 如来 で あ り 、 梵天 で あ り 、 十 二 天 で あ る と し 、 一方 、 伊勢 外宮 の トヨウケビメ ( と ようけ の おおみかみ ) は 、 金剛 界 の 大日 如来 で あ り 、 梵天 で あ り 、 十 二 天 で あ る と する 。 そして 伊勢 神宮 の 内宮 と 外宮 は 胎蔵 界 と 金剛 界 の 両部 で 、 この 両部 が 一体 と な っ て 大日 如来 の 顕現 た る 伊勢 神宮 を 形成 し て い る と し た 。 ( 二宮 一光 ) また 、 日本 書紀 の 三神 に 、 仏教 の 如来 の 三身 を あてはめ 、 国之 常 立神 ( くに の とこ たちの みこと ) が 法身 、 国狭 槌 尊 ( くに の さつちの みこと ) が 報身 、 トヨクモノ ( とよく もの みこと ) が 応身 で あ る と し 、 この 三 神 が 合一 し て 、 密教 の 本尊 で あ る 大日 如来 と な る と も し た 。 また 古事 記 の 神世 七 代 は 七 仏 通 誡 偈 に 等し く 、 また 北斗 七星 の 各星 を 表 し て い る と さ れ た 。 また イザナギ ・ イザナミ 、 諏訪 神社 の 上社 ・ 下社 、 など も 両部 曼陀羅 に なぞ ら れ たり も し た 。 両部 神道 は のち の 神道 説 の 展開 に 大きな 影響 を あたえ 、 中世 に は 習合 神道 説 の 主流 と な っ て 、 御 流 、 三輪 など の 多く の 分流 が 生 じ た 。 しかし 、 鎌倉 時代 末期 から 南北朝 時代 _ ( 日本 ) に な る と 、 僧侶 に よ る 神道 説 に 対 する 反動 から 、 逆 に 、 神 こそ が 本地 で あ り 仏 は 仮 の 姿 で あ る と する 神本 仏 迹説 を となえ る 伊勢 神道 や 吉田 神道 が 現れ 、 江戸 時代 に は 神道 の 主流 派 の 教義 と な っ て い く 。 そして 、 明治 時代 、 明治 元年 の 神仏 分離 に よ っ て , 両部 神道 は 壊滅 的 な 打撃 を 受け 、 神道 教義 の 主流 派 の 地位 を 失 っ た 。 +田原 の 御田 ( たわら の おんだ ) は 、 京都 府 南丹 市 日吉町 ( 京都 府 ) 田原 地区 に あ る 多治 神社 で 、 毎年 5 月 3 日 に 行 わ れ る 神事 で あ る 。 2000 年 12 月 27 日 に 重要 無形民俗 文化 財 に 指定 さ れ た 。 作太郎 と 作次郎 と 呼 ば れ る 2人 の 立会 人 が 、 「 日柄 改め 」 から 「 狩終 い 」 まで の 稲作 の 過程 を 模擬 的 に 演じ る もの で 、 早乙女 に 扮 し た 女の子 4 人 と 、 牛役 の 男の子 1人 が 出 て 、 ショウブ の 葉 を 苗 に 見立て て 田植え の しぐさ を し 、 豊作 を 祈願 する 。 +八乙女 ( や おとめ ) と は 、 主に 神楽 や 舞 ( いわゆる 巫女 神楽 ・ 巫女 舞 ) を も っ て 奉仕 する 8 人 の 巫女 の こと 。 八 社女 ・ 八 少女 ・ 八 乎止 女 とも 書 く 。 また 、 略 し て 八女 ( やめ ) と も 。 ただし 、 人数 が 8 人 と 定ま っ た の は 後世 の 事 で あ り 、 古く は 「 八 」 の 字 は 複数 あるいは 多 く と い う 意味 で 使 わ れ て い た もの で あ る と 考え られ て い る 。 古代 の 景行 天皇 の 大嘗祭 の 際 に 天皇 と 神々 に 食事 を 奉仕 し た 巫女 に 由来 する と さ れ て い る 。 後 に は 神祇 官 に お い て 卜定め られ た 采女 が こう し た 任務 に あた っ た 。 この 影響 を 受け て 他 の 神社 に お い て も 同様 の 役目 の 巫女 が 置 か れ 、 更に は 神事 に も 関わ る よう に な っ た と さ れ て い る 。 古く は 春日 大社 や 厳島 神社 の 八 乙女 が よく 知 ら れ て い た が 、 今日 で は 美保 神社 や 金刀 比 羅宮 、 豊国 神社 の 八乙女 舞 も 有名 で あ る 。 また 、 明治 時代 に 政府 の 方針 で 巫女 舞 その もの が 危機 に 瀕 し た 際 に 春日 大 社 の 八乙女 舞 を 元 に し て 、 巫女 舞 その もの が より 芸術 性 の 高 い 舞 へ と 変革 さ れ て い っ た と も い わ れ て い る 。 地名 八乙女浦 ( 山形 県 鶴岡 市 由良 ) : 蜂子 皇子 を 、 舞 を 踊 っ て 出迎え た 八 人 の 美し い 乙女 に 由来 する 。 八乙女 洞窟 ( 山形 県 鶴岡 市 由良 ) : 明治 時代 の 酒田 地震 に よ り 、 崩れ た 岩 で 入口 が 塞が っ て い る 。 八乙女 公園 ( 秋田 県 大仙 市 ) : 八乙女城 に 由来 する 。 八乙女 ( 仙台 市 ) ( 宮城 県 仙台 市 泉 区 ( 仙台 市 ) ) 八乙女山 ( 富山 県 南砺 市 ) : 平成 の 大 合併 で 新 市 の 名称 を 八乙女 市 に する 案 も あ っ た が 市議会 で 多数 決 に よ り 南砺 市 に 決定 し た 。 また 京都 の 五 山 送り火 に 似 た 八 文字 焼き と い う 行事 が 毎年 行 わ れ て い る 。 +大将軍 ( だい しょうぐん ) は 陰陽 道 に お い て 方位 の 吉凶 を 司 る 八将神 ( はっしょうじん ) の 一 。 古代 中国 で は 明け の 明星 を 啓明 、 宵 の 明星 を 長庚 また は 太白 ( たいはく ) と 呼 び 、 軍事 を 司 る 星神 と さ れ た が 、 それ が 日本 の 陰陽 道 に 取り入れ られ 、 太白 神 や 金神 ( こんじん ) ・ 大将軍 と な っ た 。 いずれ も 金星 に 関連 する 星神 で 、 五行 説 ( ごんき ) は 刃物 に 通 じ 、 荒ぶる 神 と し て 、 特に 暦 や 方位 の 面 で 恐れ られ た 。 大将軍 は 3 年 ごと に 居 を 変え 、 その 方角 は 万事 に 凶 と さ れ 、 特に 土 を 動か す こと が 良 く な い と さ れ た 。 大将軍 の 方角 は 3 年間 変わ ら な い ため 、 その 方角 を 忌 む こと を 「 三 年 塞がり 」 と 呼 ん だ 。 ただし 、 大将軍 の 遊行 日 ( ゆぎょう び ) が 定め られ 、 その 間 は 凶事 が 無 い と さ れ た 。 年 毎 の 方位 は 十 二 支 に よ っ て 以下 の 通り 。 亥 ・ 子 ( 十 二 支 ) ・ 丑 の 年 - 西 の 方角 寅 ・ 卯 ・ 辰 の 年 - 北 の 方角 巳 ・ 午 ・ 未 の 年 - 東 の 方角 申 ・ 酉 ・ 戌 の 年 - 南 の 方角 遊行 日 は 以下 の 通り 。 春 の 土用 ( 立夏 前 ) : 甲子 日 ~ 戊辰 日 ( 東方 に 遊行 ) 夏 の 土用 ( 立秋 前 ) : 丙子 日 ~ 庚辰 日 ( 南方 に 遊行 ) 秋 の 土用 ( 立冬 前 ) : 庚子 日 ~ 甲辰 日 ( 西方 に 遊行 ) 冬 の 土用 ( 立春 前 ) : 壬子 日 ~ 丙辰 日 ( 北方 に 遊行 ) 大将軍 は 牛頭 天王 の 息子 と さ れ 、 スサノオ と 同一 視 さ れ た 。 ( ただし 後 に 、 牛頭 天王 は スサノオ と 習合 し た ) 京都 で は 、 桓武 天皇 が 平安 京 遷都 の 直後 、 大将軍 を 祭神 と する 4 つ の 大将軍 神社 を 四方 に 置 い た 。 東 左京 区 岡崎 西上京 区 紙屋 川 北北 区 ( 京都 市 ) 大徳 寺門 前 南所在 不明 ただし 、 現在 の 所在 は 以下 の とおり 。 これ ら は 現在 で は スサノオ を 祭神 と し て い る 。 東 東山 区 の 東三 条 大将軍 神社 。 西上京 区 の 大将軍 八 神社 。 北北 区 の 今宮 神社 ( 京都 市 ) 摂社疫 神社 と 、 西賀 茂 大将軍 神社 。 南伏見 区 の 藤森 神社 境内 。 また これ ら と は 別 に 、 祇園 社 ( 八坂 神社 ) も 大将軍 を 祭 っ て い る 。 また 、 北 区 ( 京都 市 ) に は 大将軍 と い う 地名 が 残 っ て い る 。 2000 年 4 月 、 山形 市 の 下水 道 工事 で 、 工事 を 断 る 世帯 が 多 く 、 遅々 と し て 進 ま な い と い う ニュース が TV や 雑誌 で 報道 さ れ た 。 工事 を 断 る 理由 の 一番 目 は 「 経済 的 理由 」 で あ り 、 その 次 に 多 かっ た の が 「 大将軍 」 で あ っ た 。 西暦 2000 年 は 辰年 で 大将軍 は 北 の 方角 に お り 、 住民 たち の 多く が 屋敷 の 北 に 浴室 や 便所 が あ っ た ため 、 工事 が 進 ま ぬ 結果 と な っ て しま っ た わけ で あ る 。 21 世紀 を 目前 に し て も 、 この 国 に は 方違え 呪術 が 根強 く 残存 し て い る こと の 証左 と いえ る 。 +霊光 殿 天満 宮 ( れいこう でん てん まんぐう ) は 、 京都 市 上京 区 に あ る 神社 で あ る 。 天神 信仰 ( 菅原 道真 ) と 徳川 家康 を 祀 る 。 歴史 寛仁 2 年 ( 1018 年 ) 、 菅原 道真 の 6 代 後 の 菅原 義郷 が 勅命 に よ り 河内 国 若江 郡 に 神殿 を 建て た の が 始まり で あ る 。 社名 は 、 道真 の 左遷 の 際 、 天 から 一条 の 光 と とも に 天一 神 ・ 帝釈 天 が 降臨 し た と の 伝説 に よ る もの で あ る 。 元寇 の 時 に は 後宇多 天皇 が 当社 に て 夷賊 退治 の 祈祷 を 行 わ せ た ところ 元 の 船 が ことごとく 沈 ん で しま っ た の で 『 天下 無敵 必勝 利運 』 の 額 を 天皇 より 賜 っ た 。 応仁 の 乱 の 際 に 社領 を 失 い 、 東寺 境内 に 遷 さ れ た 。 江戸 時代 に 社家 の 若江 家 が 再興 さ れ 、 塔之 段 に 社殿 を 再建 、 宝暦 11 年 ( 1761 年 ) に 現在 地 に 鎮座 し た 。 徳川 家康 は 当社 を 深 く 崇敬 し 、 元亀 元年 ( 1570 年 ) に 天下 太平 の 祈願 を し 、 また 、 若江 家 の 再興 に 尽力 し た 。 家康 の 死後 の 寛永 13 年 ( 1636 年 ) 、 徳川 家光 が 仙洞 御所 に あ っ た 家康 の 像 を 当社 に 移 し 、 祭神 と し た 。 現在 の 社殿 は 、 明治 5 年 に 近衛 家 の 旧 鎮守 社 を 移築 し た もの で あ る 。 +大井 神社 ( おお い じんじゃ ) は 、 京都 府 亀岡 市 大井町 に あ る 神社 で あ る 。 式内 社 で 、 旧 社格 は 郷社 。 木俣 神 ・ イチキシマヒメ ・ ツクヨミ を 祀 る 。 大堰 川 の 鎮護 の 神 と し て 崇め られ て い る 。 歴史 和銅 3 年 ( 71 0 年 ) 、 元明 天皇 の 勅命 に よつて 創建 さ れ た 。 伝承 に よ れ ば 、 大宝 ( 日本 ) 2 年 ( 70 2 年 ) 、 御井 神 と 市杵島 姫命 が カメ の 背 に 乗 っ て 大堰 川 を 遡上 し 、 保津 の 急流 に 乗れ な かっ た の で コイ に 乗り換え 、 現在 の 亀岡 市 河原林 町 勝林 島 に 上陸 し た と い う ( その 地 に も 同名 の 大井 神社 が あ り 、 同じ 神 を 祀 る ) 。 この こと から 、 鯉 が 当社 の 神使 と さ れ 、 当社 の 氏子 は 鯉 を 食べ る こと を 禁忌 と し 、 端午 の 節句 に 鯉 のぼり を 上げ る こと も な い 。 現在 の 社殿 は 、 兵火 で 焼失 し た 後 、 天正 12 年 ( 1584 年 ) に 豊臣 秀吉 の 命 に よ っ て 再建 さ れ た もの で あ る 。 祭事 10 月 16 日 の 例祭 で は 、 隣接 する 馬場 で 武者 姿 の 氏子 に よ る 競馬 ( くらべ うま ) が 奉納 さ れ る 。 +大井 神社 ( おお い じんじゃ ) は 、 京都 市 右京 区 の 渡月 橋 北詰 に あ る 神社 で あ る 。 式内 社 「 山城 国 乙訓 郡 大井 神社 」 の 後裔 社 と さ れ 、 旧 社格 は 村社 。 現在 の 祭神 は ウカノミタマ ( うが み たま の かみ ) と な っ て い る が 、 元々 は 禍津 日神 ・ 直毘 神 ・ 神直 日神 で あ っ た 。 歴史 創建 の 由諸 は 不詳 で あ る が 、 日本 三 代 実録 の 貞観 ( 日本 ) 18 年 ( 876 年 ) 7 月 21 日 条 に 従 五 位 下 が 授け られ た と 記述 の あ る 「 山代 大堰神 」 が 当社 の こと と さ れ 、 8 世紀 初頭 、 秦 氏 が 大堰 を 作 っ て 葛野 川 ( 大堰 川 、 桂川 ( 淀川 水系 ) ) を 改修 し た こと と 関係 が あ る もの と 見 られ る 。 延喜 式 神名帳 に 記載 さ れ る 「 大井 神社 」 の 後裔 社 で あ る と 自称 し て い る が 、 式内 ・ 大井 神社 の 鎮座 地 は 乙訓 郡 で あ り 、 当社 の 現鎮座地 は 旧 葛野 郡 で あ る 。 『 式内 社 調査 報告 』 で は 、 当社 は 式内 ・ 大井 神社 で は な く 松尾 大社 末 社 の 堰神 で あ る と し 、 式内 ・ 大井 神社 は 廃れ た の で あ ろ う と 記 し て い る 。 明治 10 年 ( 1877 年 ) に 村社 に 列格 し た 。 現在 の 社殿 は 野宮 神社 の 旧殿 を 移築 し た もの で あ る 。 +生身 天満 宮 ( いくみ てんまんぐう ) は 、 京都 府 南丹 市 園部 町 に あ る 神社 で あ る 。 旧 社格 は 府社 。 菅原 道真 を 祀 る 。 社伝 で は 道真 の 存命 中 の 創建 と 伝え て お り 、 これ を も っ て 「 日本 最古 の 天満 宮 」 と 称 し て い る 。 歴史 園部 の 地 は 菅原 氏 の 知行 所 で あ っ た 。 延喜 元年 ( 901 年 ) に 道真 が 大宰府 に 流 さ れ た 時 、 園部 の 代官 ・ 武部 源蔵 は 道真 の 八男 ・ 慶能 君 の 養育 を 頼 ま れ 、 小麦 山 に あ っ た 邸内 に に 小祠 を 作 り 、 密か に 道真 の 像 を 安置 し て 生祠 と し て 奉斎 し た の が 当社 の 始まり と する 。 延喜 3 年 ( 90 3 年 ) に 大宰府 で 道真 が 亡くな る と 生祠 を 霊廟 に 改め 、 天暦 9 年 ( 956 年 ) 、 改めて 神社 と し て 祭祀 を 行 っ た 。 宮司 家 は 武部 源蔵 の 子孫 で あ る 。 戦国 時代 ( 日本 ) に は 、 当地 を 治め た 丹波 守護 職 ・ 細川 家 や 織田 家 管領 が 、 境内 に 乱暴 狼 藉 や 伐採 を 禁止 する 禁制 高札 を 立て 、 兵乱 から 守 っ た 。 その 高札 は 現存 し 、 京都 府 指定 文化 財 と な っ て い る 。 承応 2 年 ( 1653 年 ) 、 園部 藩 初代 藩主 ・ 小出 吉親 が 小麦 山 に 築城 する 際 に 現在 地 に 遷座 さ れ た 。 +愛宕 信仰 ( あたご しん こう ) と は 、 京都 市 の 愛宕 山 ( 京都 市 ) 山頂 に 鎮座 する 愛宕 神社 ( 京都 市 ) から 発祥 し た 、 火防 の 神 に 対 する 神道 の 信仰 で あ る 。 愛宕 山 の 愛宕 神社 は 、 古く から 修験 道 の 道場 と な り 、 愛宕 山 に 集ま っ た 修験 者 に よ っ て 江戸 時代 中頃 から 愛宕 信仰 が 日本 全国 に 広め られ た 。 中世 後期 以降 、 愛宕 の 神 は 火伏せ に 霊験 の あ る 神 と し て 広 く 信仰 さ れ る よう に な っ た 。 日本 全国 で 「 愛宕 」 を 社名 に つけ る 神社 は 43 都 道 府 県 に 約 1000 社 あ る 。 特に 東北 地方 に 多 く 分布 する 。 愛宕 の 神 は 神仏 習合 時代 に は 地蔵 菩薩 を 本地 仏 と し た 。 現在 で も 、 愛宕 の 縁日 は 地蔵 と 同じ 毎月 24 日 で あ る 。 現在 で は 火産 霊命 ( カグツチ ) が 祭神 と さ れ る 。 勝軍 地蔵 を 本地 仏 と し た こと から 、 火伏せ の 神 と し て だけ で な く 武神 と し て の 信仰 も あ っ た 。 民間 で は 、 各地 に 「 愛宕 講 」 と 呼 ば れ る 講 が 組織 さ れ た 。 「 千日 詣 」 と 称 し 、 8 月 1日 に 参拝 する と 千日 参拝 し た の と 同じ 御 利益 が あ る と さ れ る 。 愛宕 神社 ( 京都 市 ) ( 京都 市 右京 区 ) - - 総本社 愛宕 神社 ( 湯沢 市 ) ( 秋田 県 湯沢 市 ) 愛宕 神社 ( 天童 市 ) ( 山形 県 天童 市 ) 愛宕 神社 ( 仙台 市 ) ( 仙台 市 太白 区 ) 愛宕 花園 神社 ( 福島 県 いわき 市 ) 愛宕 神社 ( 伊勢崎 市 ) ( 群馬 県 伊勢崎 市 ) 愛宕 神社 ( 東京 都 港 区 ) ( 東京 都 港 区 ( 東京 都 ) ) 愛宕 神社 ( 東京 都 練馬 区 ) ( 東京 都 練馬 区 ) 愛宕 神社 ( 白井 市 ) ( 千葉 県 白井 市 ) 愛宕 神社 ( 亀岡 市 ) ( 京都 府 亀岡 市 ) — 元 愛宕 愛宕 神社 ( 福岡 市 ) ( 福岡 市 西 区 ( 福岡 市 ) ) 愛宕 神社 ( 水戸 市 ) ( 茨城 県 水戸 市 ) +角宮 神社 ( すみのみや じんじゃ ) は 、 京都 府 長岡 京 市 に あ る 神社 で あ る 。 旧 社格 は 村社 。 式内 社名神 大社 「 山城 国 乙訓 郡 乙訓坐 大雷 神社 」 の 論社 で あ る ( 他 の 論社 は 向日 神社 ( 向日 市 ) に 合祀 さ れ た 「 火雷 神社 」 ) 。 祭神 火雷 神 ( ほの いかづち の かみ ) を 主祭 神 と し 、 タマヨリビメ ・ 賀茂 建角 身命 ・ 垂仁 天皇 ・ 春日 神 を 配祀 する 。 「 乙訓 坐 火雷神 」 に つ い て は 『 山城 国 風土 記 』 の 賀茂 神社 縁起 で 、 賀茂 建角 身命 の 子 の 玉依 姫命 が 、 火雷 神 が 化身 し た 丹 塗矢 に よ っ て 懐妊 し 、 賀茂 別 雷命 が 生まれ た と 記 さ れ て い る 。 賀茂 建角 身命 と 玉依 姫命 は 賀茂 御祖 神社 の 、 賀茂 別 雷命 は 賀茂 別雷 神社 の 祭神 で あ る 。 歴史 国史 の 初見 は 『 続 日本 紀 』 大宝 ( 日本 ) 2 年 ( 70 2 年 ) 7 月 8 日 条 で 、 その 後 も 祈雨 の 神 と し て たびたび 朝廷 から の 奉幣 が あ っ た 。 承久 3 年 ( 1221 年 ) の 承久 の 乱 で 焼失 し 、 長 ら く 復興 さ れ な い まま に な っ て い た 。 文明 ( 日本 ) 16 年 ( 1484 年 ) 、 現在 地 に 再興 さ れ 、 井ノ内 の 産 土神 と さ れ た 。 明治 6 年 ( 1873 年 ) に 村社 に 列格 し た 。 +山科 神社 ( やましな じんじゃ ) は 、 京都 府 京都 市 山科 区 に あ る 神社 で あ る 。 旧 社格 は 村社 。 式内 社名神 大社 「 山城 国 宇治 郡 山科 神社 二 座 」 の 論社 で あ る ( 他 の 論社 は 岩屋 神社 ( 京都 市 ) ) 。 ヤマト タケル と 、 その 子 の 稚武王 を 祀 る 。 歴史 社伝 に よ れ ば 、 寛平 9 年 ( 897 年 ) 、 宇多 天皇 の 勅命 に よ り 創建 さ れ た 。 当地 の 豪族 ・ 宮道 氏 の 祖神 で あ り 、 山科 一宮 、 総 氏神 と し て 崇敬 を 受け た 。 岩屋 神社 は 当社 奥 の 院 で あ る と し て お り ( 現在 は 独立 の 神社 ) 、 大石 良雄 が 山科 に 隠棲 し て い た とき 、 岩屋 神社 に 参篭 し て 大願成就 を 祈 っ た と 伝え られ る 。 +月読 神社 ( つきよみ じんじゃ ) は 、 京都 府 京都 市 西京 区 に あ る 神社 で あ る 。 式内 社 ( 名神 大社 ) で 、 現在 は 松尾 大社 摂社 。 ツクヨミ を 主祭 神 と し 、 タカミムスビ を 相殿 に 祀 る 。 歴史 日本 書紀 に よ れ ば 、 阿閉臣 事代 が 任那 に 遣わ さ れ る 途中 、 壱岐 で 月 讀 尊 の 神託 が あ っ た の で これ を 天皇 に 奏上 し 、 顕宗 天皇 3 年 ( 487 年 ) 、 「 山城 国 葛野 郡 歌荒 樔田 」 に 神領 を 賜 っ て 壱岐 の 月読 神社 ( 壱岐 市 ) の 神 を 勧請 し 、 壱岐 県 主 ・ 押見 宿禰 に 祀 ら せ た の に 始ま る 。 歌荒 樔田 の 比定 地 は 、 上野 村 、 桂里 、 有栖 川 流域説 など 諸説 あ る 。 斉衡 3 年 ( 856 年 ) 、 水害 の 危険 を 避け る ため に 、 現在 地 の 松尾 山麓 に 遷座 さ れ た 。 押見 宿禰 の 子孫 は 卜部 氏 を 称 し 、 代々 神職 を つとめ た 。 大宝 ( 日本 ) 元年 ( 70 1 年 ) に は 例祭 が 勅祭 と 定め られ ( 『 続 日本 紀 』 ) 、 延喜 6 年 に は 最高 位 と な る 正一 位 の 神階 を 受け て い る ( 『 扶桑略 記 』 ) 。 延喜 式 神名 帳 で は 「 葛野 坐 月読 神社 」 と 記載 さ れ 、 名神 大社 に 列 し て い る 。 天慶 4 年 ( 942 年 ) に は 神宮 号 の 宣下 を 受け た 。 この よう に 歴史 も 古 く 、 高 い 格式 を 持 つ 独立 の 神社 で あ っ た が 、 松尾 大社 の 勢力 圏 内 に あ る こと から 古く から その 影響 下 に あ り 、 「 松尾 七社 」 の 一 社 と さ れ た 。 明治 10 年 ( 1877 年 ) 3 月 21 日 に 松尾 大社 の 境外 摂 社 と 定め られ た 。 施設 現在 の 本殿 ・ 拝殿 は 江戸 時代 に 建て られ た もの で あ る 。 境内 社 と し て 以下 の もの が あ る 。 聖徳 太子 社 - - 月読尊 を 崇敬 し た 聖徳 太子 を 祀 る 御 船 社 - - 天鳥 船神 を 祀 る 。 神幸祭 の 前 に は 、 この 社 に お い て 渡御 安全 祈願 祭 が 行 わ れ る 。 月延石 ( 安産 石 ) - - 元 は 筑紫 に あ り 、 神功 皇后 が 応神 天皇 を 産 む 際 に この 石 で 腹 を 撫で て 安産 し た もの と 伝え られ 、 舒明 天皇 の 時代 に 月読尊 の 神託 に よ っ て 当社 に 奉納 さ れ た 。 安産 の 霊験 が あ る と い わ れ て い る 。 +神道 大意 ( しんとう たい い ) は 、 中世 ・ 近世 に お い て 様々 な 神道 家 に よ っ て 書 か れ た 神道 書 の 書名 で あ る 。 その 中 で 最 な 著名 もの は 、 文明 ( 日本 ) 18 年 ( 1486 年 ) に 吉田 兼倶 が 足利 義政 の ため に 著 し た 、 吉田 神道 ( 唯一 神道 ) の 要旨 を 略述 し た もの で あ る 。 また 、 兼倶 の 曾孫 に 当た る 吉田 兼見 に よ る もの や 、 兼倶 の 先祖 の 吉田 兼直 の もの も 著名 で あ る 。 ただし 、 兼直撰 と さ れ て い る もの は 、 実際 に は 兼倶 に よ る 偽作 と み られ て い る 。 +京都 所司 代 ( きょうと しょし だい ) は 、 織田 信長 が 1568 年 に 足利 義昭 を 擁 し て 上洛 し 、 京都 を 支配 下 に 置 い た とき 、 室町 幕府 の 機構 を 踏襲 し 、 家臣 の 村井 貞勝 を 京都 の 治安 維持 の ため に 置 い た 機関 。 貞勝 は 天正 10 年 6 月 2 日 、 明智 光 秀 が 信長 を 殺 し た 本能 寺 の 変 の とき 、 信長 の 嫡男 ・ 織田 信忠 と 共 に 二条 城 で 討死 し て しま っ た 。 信長 の 死後 、 豊臣 秀吉 が 京都 を 支配 下 に 置 い た とき は 、 桑原 貞成 、 杉原 家次 、 浅野 長政 ( この 三 名 は 、 いずれ も 15 82 年 から 1583 年 の 短 期間 ) 、 その 後 前田 玄以 が 京都 所司 代 を 務め て い る 。 1594 年 頃 に は 石田 三成 ・ 増田 長盛 両名 に 交替 し て い る ( 同年 8 月 近衛 信輔 あ て 近衛 前久 書簡 ・ 陽明 文庫 所蔵 ) 。 これ ら は 室町 幕府 の 職名 を 踏襲 し た もの で あ る 。 京都 所司 代 ( きょうと しょし だい ) は 、 江戸 時代 に 京都 の 治安 維持 の 任務 に あた っ た 部署 で あ る 。 本項 で は こちら を 中心 に 記述 する 。 京都 所司 代 ( きょうと しょし だい ) は 、 江戸 時代 に 京都 の 治安 維持 の 任務 に あた っ た 役職 で あ る 。 所司 本来 、 侍所 の 長官 を 所司 と い い 、 その 代理 を 所司 代 と い う が 、 江戸 幕府 に は 、 侍所 は 、 設け られ な かっ た 。 江戸 時代 の 所司 代 は 鎌倉 幕府 に お か れ た 六波羅 探題 や 室町 幕府 に お か れ た 所司 代 ( 侍所 麾下 、 京都 の 治安 担当 ) に 倣 っ て 設置 さ れ た もの で あ る 。 所司 代 の 役所 や 、 住居 は 、 二条 城 の 北 に 隣接 し た 場所 に 設け られ 、 二条 城 は 使用 さ れ な かっ た 。 また 、 支配 下 に 京都 と その 周辺 の 行政 の ため に 京都 郡代 が 置 か れ た が 、 後 に 町中 を 担当 する 京都 町 奉行 と 周辺 部 や そこ に あ る 皇室 領 ・ 公家 領 を 管理 する 京都 代官 に 分離 する よう に な っ た 。 京都 に 置 か れ た 役人 の 総 元 締め の 立場 に あ っ た が 、 京都 市 政 を 預か る 京都 町 奉行 や 宮中 ・ 御所 の 監督 に あた る 禁裏 付 など の 役職 は 平時 は 所司 代 の 指揮 に 従 う もの の 、 老中 の 管轄 で あ っ た 。 幕末 動乱 期 は 所司 代 だけ で は 、 京 の 治安 を 治め る の は 難し く 、 その 上 に 最高 機構 と し て 京都 守護 職 を お き 、 所司 代 は その 下 に 入 っ た 。 奥平信昌 ( 160 0 年 - 160 1 年 ) 板倉 勝重 ( 160 1 年 - 16 19 年 ) 板倉 重宗 ( 1619 年 - 16 54 年 ) 牧野 親成 ( 1654 年 - 16 68 年 ) 板倉 重矩 ( 1668 年 - 16 70 年 ) 永井 尚庸 ( 167 0 年 - 1678 年 ) 戸田 忠昌 ( 167 8 年 - 16 81 年 ) 稲葉 正往 ( 1681 年 - 1685 年 ) 土屋 政直 ( 1685 年 - 1687 年 ) 内藤 重頼 ( 1687 年 - 1690 年 ) 松平信興 ( 1690 年 - 1691 年 ) 小笠原 長重 ( 1691 年 - 1697 年 ) 松平信庸 ( 篠山 藩主 ) ( 1697 年 - 1 7 14 年 ) 水野 忠之 ( 171 4 年 - 1 7 1 7 年 ) 松平 忠周 ( 1 71 7 年 - 17 24 年 ) 牧野 英成 ( 1 724 年 - 1734 年 ) 土岐 頼稔 ( 1734 年 - 1742 年 ) 牧野 貞通 ( 1742 年 - 1749 年 ) 松平 資訓 ( 1749 年 - 17 52 年 ) 酒井 忠用 ( 175 2 年 - 17 56 年 ) 松平 輝高 ( 1756 年 - 17 58 年 ) 井上 正経 ( 175 8 年 - 17 60 年 ) 阿部 正右 ( 17 60 年 - 17 64 年 ) 阿部 正允 ( 1764 年 - 1768 年 ) 土井 利里 ( 1769 年 - 17 77 年 ) 久世 広明 ( 1777 年 - 17 81 年 ) 牧野 貞長 ( 1781 年 ー 17 84 年 ) 戸田 忠寛 ( 1784 年 - 17 89 年 ) 太田 資愛 ( 1789 年 - 17 92 年 ) 堀田 正順 ( 1792 年 - 17 98 年 ) 牧野 忠精 ( 1798 年 - 180 1 年 ) 土井 利厚 ( 180 1 年 - 18 0 2 年 ) 青山 忠裕 ( 180 2 年 - 180 4 年 ) 稲葉 正 の ぶ ( 180 4 年 - 180 6 年 ) 阿部 正由 ( 180 6 年 - 18 08 年 ) 酒井 忠進 ( 180 8 年 - 18 15 年 ) 大久保 忠真 ( 1815 年 - 18 18 年 ) 松平 乗寛 ( 1818 年 - 18 22 年 ) 内藤 信敦 ( 1823 年 - 18 25 年 ) 松平 康任 ( 182 5 年 - 18 26 年 ) 水野 忠邦 ( 1826 年 - 18 28 年 ) 松平 宗発 ( 1828 年 - 18 32 年 ) 太田 資始 ( 1832 年 - 1834 年 ) 松平信順 ( 1834 年 - 1837 年 ) 土井 利位 ( 1837 年 - 1838 年 ) 間部 詮勝 ( 1838 年 - 1840 年 ) 牧野 忠雅 ( 1840 年 - 1843 年 ) 酒井 忠義 ( 若狭 国 小浜 藩主 ) ( 1843 年 - 1850 年 ) 内藤 信親 ( 1850 年 - 1851 年 ) 脇坂 安宅 ( 1851 年 - 1857 年 ) 本多 忠民 ( 1857 年 - 18 58 年 ) 酒井 忠義 ( 若狭 国 小浜 藩主 ) ( 1858 年 - 1862 年 ) 松平 宗秀 ( 1862 年 ) 牧野 忠 恭 ( 1862 年 - 1863 年 ) 稲葉 正邦 ( 1863 年 - 1864 年 ) 松平定 敬 ( 1864 年 - 1867 年 ) 織豊 政権 の 京都 所司 代 に つ い て 伊藤 真昭 『 京都 の 寺社 と 豊臣 政権 』 ( 法蔵 館 、 2003 年 ) ISBN 4 - 83 18 - 6 0 3 1 - X +和尚 ( おしょう 、 サンスクリット up ā dhy ā ya ) と は 、 仏教 の 僧侶 の 敬称 で あ る 。 本来 の 意味 は 、 出家 し て 受戒 し た 僧侶 が 、 日常 親し く 教え を 受け る 教師 を 指 す 。 『 十 誦律 』 で は 、 受戒 の 師 を 指 す 。 日本 で は 天平 宝字 2 年 ( 75 8 年 ) に 戒師 と し て 渡来 し た 鑑真 に 対 し て 「 大和 尚 」 の 号 が 授与 さ れ て お り 、 その 後 、 高僧 へ の 敬称 と し て 使用 さ れ 、 更に 住職 以上 の 僧侶 へ の 敬称 と な っ た 。 宗派 に よ っ て 書き 方 ・ 読 み 方 が 異な り 、 一部 地域 で は 更 に 言葉 が 詰ま っ て 「 おっ さん 」 「 おっ さま 」 ( アクセント は 前 ) と 呼 ば れ て い る 。 和上 ( わじょう ) 律宗 ・ 浄土 真宗 ( 儀式 指導 者 に 対 し て のみ ) 和尚 ( わじょう ) 法 相宗 ・ 真言 宗 など 和尚 ( かしょう ) 華厳 宗 ・ 天台 宗 など 和尚 ( おしょう ) 禅宗 ・ 浄土 宗 など 和闍 ( わじゃ ) ※ 「 和尚 」 の 読 み 方 は 一般 に 宗派 の 区別 に よ り 放送 上 も 読み 分け られ て い る 。 +征夷 大将軍 ( せい いた いしょうぐん ) は 、 日本 の 令外 官 の 将軍 職 の 一 つ 。 明治 維新 に よ り 廃止 さ れ た 。 奈良 時代 から 平安 時代 に は 東国 に 派遣 さ れ た 将軍 の 呼称 の 一 つ で あ っ た 。 略 し て 将軍 、 公方 、 大樹 、 大樹 公 、 御所 など と も 呼 ば れ た 。 征戎 大将軍 、 征蛮 大将軍 、 と い う 名称 の 職 は な い が 、 類似 し た 職 に 征狄 大将軍 ( せいてき だい しょうぐん ) や 征西 大将軍 が あ る 。 鎌倉 時代 以降 江戸 時代 に 至 る まで は 、 幕府 の 長 で あ り 、 武家 の 棟梁 が 位 に 就 い て 子孫 が 世襲 する 形 を 取 っ た 。 形式 的 に は 勅令 に よ り 任命 さ れ る 臣下 で は あ る が 、 実質 的 に 朝廷 を も 押さえ た 日本 の 統治 者 で あ り 、 対外 的 に も 国王 と し て の 待遇 を 受け る の が 通例 で あ っ た 。 「 征夷 」 と は 、 「 夷 を 征討 する 」 の 意味 。 征夷 大将軍 は 、 「 夷 」 征討 に 際 し 任命 さ れ た 将軍 の 一 つ で 、 太平 洋 側 から 進軍 する 軍隊 を 率い た 。 日本 海側 を 進軍 する 軍隊 を 率い る 将軍 は 征狄 大将軍 、 九州 へ 進軍 する 軍隊 を 率い る 将軍 は 征西 大将軍 と 呼 ぶ 。 これ は 、 「 東夷 ・ 西戎 ・ 南蛮 ・ 北狄 」 と 呼 ぶ 、 中華 思想 の 「 四夷 」 を あてはめ た ため と 思 わ れ る 。 なお 、 当初 は 「 征夷 」 と 呼 ば れ て い た が 、 宝亀 以降 「 征東 」 と な り 、 延暦 12 年 以降 再び 「 征夷 」 と な る 。 「 征夷 将軍 」 の 初見 は 、 養老 4 年 9 月 29 日 に 任命 さ れ た 、 多治 比 縣守 で あ り 、 「 征東 大将軍 」 の 初見 は 、 延暦 7 年 12 月 7 日 に 辞見 し た 紀古佐美 で あ る 。 将軍 の 名称 は 、 記録 上 あまり 統一 さ れ て お ら ず 、 例えば 藤原 宇合 の 場合 は 、 任命 時 は 「 持節 大将軍 」 で あ り 、 帰京 時 は 「 征夷 持節 大使 」 と な っ て い る 。 延暦 10 年 ( 791 年 ) 7 月 13 日 に 、 大伴 弟 麻呂 が 征東 大使 に 任命 さ れ た 。 延暦 12 年 ( 793 年 ) 2 月 17 日 に 、 征東 使 を 征夷 使 と 改め た 。 「 使 」 は また 「 将軍 」 と も 呼 ば れ て お り 、 これ が 征夷 大将軍 の 初見 と する 考え も あ る が 、 なお 問題 は 複雑 で あ る 。 大伴 弟 麻呂 の 下 で 征東 副 使 ・ 征夷 副 使 だっ た 坂上田村 麻呂 は 、 延暦 16 年 ( 797 年 ) 1 1 月 5 日 に 征夷 大将軍 に 任命 さ れ た 。 田村 麻呂 は それ まで 頑強 に 戦 っ て き た 胆沢 の 蝦夷 の アテルイ を 京 へ 連れ 帰 り 、 その 地 を 征服 し た 。 実質 的 な 意味 で は 、 田村 麻呂 が 初代 征夷 大将軍 と も 考え られ る 。 その 後 文 室 綿麻呂 が 、 蝦夷 と の 交戦 に 際 し て 弘仁 2 年 ( 811 年 ) 4 月 17 日 に 「 大 」 なし の 征夷 将軍 に 任命 さ れ 、 同年 閏 12 月 11 日 蝦夷 征伐 の 終了 を 奏上 、 鎮守 将軍 ( 府 なし ) に は 副将軍 だっ た 物部 足継 が 昇格 、 しかし 、 弘仁 5 年 ( 814 年 ) 1 1 月 17 日 に は 、 また 「 大 」 なし の 征夷 将軍 に 復帰 し て い る 。 なお 、 征夷 大将軍 の 下 に は 征夷 副 将軍 、 征夷 軍 監 、 征夷 軍曹 など の 役職 が 置 か れ た 。 源 頼朝 は 当初 、 関東 武士 団 の 棟梁 ( = 鎌倉 殿 ) で しか な く 、 律令 制下 に おけ る 地位 を 持 た な かっ た 。 即 ち 、 当初 は 平将門 等 と 同じ 地方 叛乱 の 首領 で しか な かっ た の で あ る 。 その 頼朝 の 政権 構想 に は 、 先行 モデル と し て 平家 政権 ・ 木曾 義仲 ・ 奥州 藤原 地方 政権 の 3 パターン が あ り 、 それ ら の 比較 検討 から 次第 に 鎌倉 政権 の イメージ が 練 ら れ た と 思 わ れ る 。 平家 政権 の 段階 で は 、 元々 当時 は 公家 の 地位 が 高 かっ た ため 、 平氏 の 中 の 平家 は 公家 の 一 つ に な る こと で 栄華 を 誇 っ た 。 これ に 対 し 頼朝 は 武士 の 地位 その もの の 向上 に 向け て 動き 出 し た 。 そこ で 、 朝廷 に 対 し て 、 武士 の 自主 的 統治 権 を 確立 する ため に 相応 の 地位 を 求め て い く よう に な る 。 中央 ・ 京都 に 進出 し た 木曾 義仲 は 、 過去 に 存在 し た 「 征夷 大将軍 」 と い う 官職 に 任官 し た 。 征夷 大将軍 の 地位 は 東方 の 勢力 を 成敗 する 使命 を 暗示 する もの で 、 その 裏 に は 義仲 の 頼朝 に 対抗 する 意図 が 推定 さ れ る が 、 義仲 政権 は ごく 短期 の 政権 に 終わ っ た ( ただし 近年 で は 、 義仲 が 任官 し た の は 「 征夷 大将軍 」 で は な く 、 「 征東 大将軍 」 と する 説 が 有力 と な っ て い る 。 「 征夷 大将軍 」 と し て い る の は 後世 の 編纂 史料 で あ る 『 吾妻 鏡 』 や 『 百 錬 抄 』 だ が 、 同 時代 の 史料 で あ る 『 玉葉 』 や 『 三槐 荒涼 抜書要 』 〔 『 山槐 記 』 の 抄出 〕 で は 「 征東 大将軍 」 と な っ て い る 。 また 、 坂東 の 頼朝 を 征伐 する 官職 と し て は 、 奥羽 の 蝦夷 を 征伐 する 「 征夷 大将軍 」 より も 、 かつて 坂東 の 平将門 を 征伐 する ため に 藤原 忠文 が 任官 し た 「 征東 大将軍 」 の ほう が ふさわし い と も 考え られ る 。 当時 の 東北 地方 は 奥州 藤原 氏 が 支配 し 、 朝廷 の 支配 が 及 ん で い な い 地域 だっ た 。 奥州 藤原 氏 は 「 鎮守 府 将軍 」 の 地位 を 獲得 し 自ら の 居所 を 「 柳 の 御所 」 「 柳営 」 と 称 し た 。 柳営 と は 幕府 の 別名 で あ る 。 鎮守 府 将軍 は 、 陸奥 国 、 出羽 国内 で 軍政 と い う 形 で の 地方 統治 権 が 与え られ て お り 辺境 常備 軍 ( 征夷 大将軍 の 場合 は 臨時 遠征軍 ) の 司令 官 と い う 性格 を 持 つ が 故 に 京都 在住 の 必要 が 無 く 、 地方 政権 の 首領 に は 都合 が 良 かっ た 。 これ は 頼朝 政権 の 格好 の 雛形 と な っ た ろ う 。 1190 年 、 頼朝 は 、 右近衛 大将 ( 右大将 ) に 任官 さ れ 、 自ら の 家政 機関 を 政所 と し て 公認 さ れ た 。 しかし 近衛 大将 は その 職務 の 性格 上 京都 に 在住 し な けれ ば な ら ず 、 関東 で の 独立 を 指向 する に は 不向き だっ た 。 そこ で 頼朝 は 右大将 を 辞任 し 、 前右 大将 と し て その 特権 を 保持 し た 。 「 前右 大将 」 と い う 名目 を 鎌倉 政権 の 歴代 首長 の 地位 と し て い く 構想 も あ り え な く は な かっ た と 思 わ れ る 。 だ が 、 右 大将 で は 形式 上 の 官位 こそ 高 い が 、 すでに ライバル だっ た 木曾 義仲 が 征夷 大将軍 ( また は 征東 大将軍 ) だっ た こと に 比べ る と 、 中央 近衛 軍 司令 官 と い う 性格 上 、 積極 的 に 地方 の 争乱 を 武力 で 鎮圧 する 地位 で は な い 。 また 奥州 藤原 氏 の 鎮守 府 将軍 と 比較 する と 「 武士 の 自治 」 と い う 重要 な 積極 的 要素 が 欠け て い た 。 そこ で 頼朝 が 注目 し た の が 「 征夷 大将軍 」 と い う 官職 で あ っ た 。 これ は 軍政 ( 地方 統治 権 ) と い う 意味 で は 鎮守 府 将軍 と 同様 で あ る 。 かつ 、 坂東 の 兵 ( この 場合 は 東国 の 武士 ) を 率い て 奥羽 の 蝦夷 ( この 場合 は 奥州 藤原 氏 ) を 征伐 する と い う 目的 から し て も 、 鎮守 府 将軍 より 故実 から し て 格上 で も あ る 格好 の 官職 で あ っ た 。 つまり 、 東国 武士 の 棟梁 と し て 君臨 する 鎌倉 殿 と い う 私的 地位 ・ 守護 ・ 地頭 を 全国 に 置 き 、 軍事 警察 権 を 行使 する 権限 右 大将 と し て 認知 さ れ た 、 家政 機関 を 政所 など の 公的 な 政治 機関 に 準 ずる 扱い を 受け る 権限 を 、 全て 纏め上げ て 公的 に 担保 する の が 征夷 大将軍職 で あ っ た 。 ただし 征夷 大将軍職 は 奥州 藤原 氏 を 討 つ ため の 奥州 合戦 に お い て こそ 必要 と さ れ た 官職 で あ っ て 、 実際 に 任官 し た 1192 年 に お い て は 、 既に 頼朝 に と っ て 必要 性 は なくな っ て い た と い う 説 も 有力 で あ る 。 実際 に 頼朝 は 征夷 大将軍職 に あまり 固執 し て お ら ず 、 2 年 後 の 1194 年 に は 辞官 の 意向 を 示 し て い る 。 また 源頼 家 は 家督 継承 に あた り まず 左近衛 中将 、 ついで 左衛門 督 に 任官 さ れ て お り 、 征夷 大将軍職 を 宣下 さ れ た の は その 3 年 後 で あ る 。 さらに 比企能 員 の 変 に 際 し て は 総追 撫使 ・ 総 地頭 の 地位 の 継承 が 問題 と な っ て お り 、 将軍 職 は 対象 と さ れ て い な い 。 したが っ て 、 この 段階 で は 将軍 職 は 、 武家 の 棟梁 の 絶対 条件 で は な く 、 さほど 重視 さ れ て い な かっ た こと が うかがえ る 。 一方 、 源 実朝 の 家督 継承 に 際 し て は まず 将軍 職 が 宣下 さ れ て い る 。 源 氏 の 征夷 大将軍 が 3 代 で 断絶 する と 、 摂家 将軍 、 宮将軍 を 傀儡 に 据え て 執権 北条 氏 が 実権 を 握 る こと に な っ た 。 鎌倉 時代 以降 、 源 頼朝 が 「 征夷 大将軍 」 の 位 を 得 て 幕府 を 開 い て の ち は 、 武家 が 日本 の 政治 を 支配 する よう に な っ た 。 それ に ともな い 「 征夷 大将軍 」 は 武家 の 最高 権威 で あ り 、 日本 の 実質 的 な 君主 と な っ た 。 元々 は 朝廷 が 与え る 官職 だ が 、 実際 の 任命 は 、 建武 の 新政 の 時期 を 除 い て 実力 で 武家 の 頂点 に 立 っ た 者 の 要請 に よ っ た 。 形式 的 に 言 え ば 、 朝廷 が 正規 の 政府 で 幕府 は 地方 に おけ る 臨時 の 政府 で あ る と 公家 の 間 で は 認識 し て い た 。 だ が 、 武家 の 間 で は そう で あ る と は 限 ら な かっ た 。 南北朝 時代 に は 、 南朝 の 北畠 顕家 が 鎮守 府 将軍 を 鎮守 大将軍 と 名乗 る こと を 認め られ て い る が 、 これ は 征夷 大将軍 と 同格 の 存在 と し て これ に 対抗 する 意図 が あ っ た と さ れ る 。 歴史 上 存在 し た 俗説 「 武家 の 棟梁 と な る 将軍 に 就 く 家柄 は 、 清和 源 氏 に 連な る 家系 に 限 る 」 と い う 認識 が 武家 の 間 で まことしやか に 慣例 と な っ て い た 。 織田 信長 は 織田 家 が 平家 の 系図 を 称 し て い た ため 「 征夷 大将軍 」 に は なれ ず 、 また 徳川 家康 は 「 征夷 大将軍 」 に 任命 さ れ る に 当た っ て は 、 系図 を 偽造 し て 清和 源 氏 と 称 し た と い う エピソード も 残 っ て い る 。 しかし ながら 、 実際 に 織田 信長 に 「 征夷 大将軍 拝命 」 の 勧め の 勅使 が 来 て い る こと も あ り 、 現実 的 に は 源 氏 で な けれ ば 将軍 に なれ な い と い う の は 根拠 が な い ( おそらく 家康 が 源 氏 を 称 し た 理由 は ただ 将軍 に な る の で は な く 、 源 氏 長者 と な り 、 さらに 将軍 職 へ 就 く こと に よ り 、 秀吉 の 武家 関白 制 に 対抗 し 、 武家 と 公家 の 双方 を 支配 する 権利 を 得 る の が 目的 だっ た の で あ ろ う ) 。 また 、 頼朝 以降 に 限 っ て も 、 摂家 将軍 や 皇族 将軍 の 例 が あ り 、 現実 に 清和 源 氏 に 限 ら れ て い な い 。 これ ら の 事 から 、 征夷 大将軍 に な る の は 源氏 で も 平氏 で も 、 さらに は 公家 の 藤原 氏 で も なん ら 支障 は 無 い と 解釈 でき る 。 そこ で 昨今 取りざた さ れ て い る 説 は 、 「 征夷 大将軍 」 は 本来 東国 の 兵 を 率い て 蝦夷 征伐 に あた る 職 な の で 、 「 何 ら か の 形 で 東国 を 抑え て い る 者 」 が 就任 する ため の 条件 で あ っ た と い う もの で あ る 。 織田 信長 が 征夷 大将軍 を 望 ん で い た か 否 か は 諸説 あ り 、 断定 でき な い 。 ただし 、 征夷 大将軍 拝命 の 勅使 が 来る ため の 条件 と な っ た の は 、 信長 が 東国 の 大名 で あ る 武田 氏 を 滅ぼ し た こと 、 また 、 関東 の 北条 氏 を 実質 的 に 臣従 さ せ た こと など が 根拠 ( 名目 ) と な っ て い た の で は な い か と も 推察 さ れ る 。 また 、 豊臣 秀吉 が 征夷 大将軍 に なれ な かっ た の は 、 徳川 家康 に 小牧 ・ 長久手 の 戦い で 敗れ た ため で あ る と い う 説 も あ る 。 だ が 、 秀吉 は 征夷 大将軍 より 格上 の 関白 に 任 ぜ られ た 。 その ため 、 秀吉 は 将軍 職 に は 興味 が な く 、 単なる 武家 政権 で は な く 、 公家 を 包括 する 新 政権 を 志向 し て い た と 言 う 推測 も 可能 で あ る 。 一方 、 公家 の 間 で も かつて は 、 とある 人物 の 家柄 が 源 氏 と 平氏 の いずれ に 連な る か に こだわり 「 公家 に 近し い 平家 」 「 御 し がた い 武家 の 源 氏 」 と 見な す 風潮 が あ っ た 。 また これ に 根ざ し て 、 源 氏 と 平 氏 あるいは 源家 と 平家 が 日本 の 政権 を 交互 に 執 る と い う 思想 も 生まれ た ( 源平 交代 思想 ) 。 なお 、 平知 盛 ・ 明智 光 秀 が 征夷 大将軍 に 任命 さ れ た と の 俗説 も あ る が 、 それ を 示 す 史料 は な い 。 歴代 の 征夷 大将軍 騎兵 大将軍 征東 将軍 征西 将軍 ( 征西 大将軍 ) 鎮守 府 将軍 征討 大将軍 大将軍 将軍 副 将軍 +大名 ( だいみょう ) と は 、 大名主 より 転 じ た 語 。 大いに 名 の とどろく 者 の こと を 指 す 。 対 ( つい ) に な る の は 小名 で あ る 。 もともと 地方 で 勢力 を ふる う 者 の こと を 言 っ た 。 その うち 、 武家 社会 に お い て 、 多く の 所領 や 部下 を 所有 する 武士 を 意味 する 語 と な っ た 。 室町 時代 に は 守護 が 領国 支配 を 強め 、 守護 大名 と な っ た 。 戦国 時代 に は 、 さらに 強固 な 領国 支配 を 確立 し た 大身 領主 が 現れ 、 大名 分 の 国人 や 戦国 大名 と 呼 ば れ て い る 。 江戸 時代 に は 主に 一 万 石 以上 の 所領 を 江戸 幕府 から 与え られ た 武家 を 指 す 言葉 と な っ た 。 一 万 石 未満 の 武士 の うち 幕府 直属 の 武士 を 直参 と い う 。 なお 、 大名 は その 封建 領 主 と 性格 が 中国 の 諸侯 と 性格 を 共有 する こと から 、 諸侯 に 準 え て 大名 諸侯 と も 称 さ れ た 。 本項 で は 、 主に 江戸 時代 の 近世 大名 に つ い て 詳述 する 。 守護 大名 および 戦国 大名 に つ い て は 、 当該 項目 を 参照 の こと 。 江戸 時代 の 大名 江戸 時代 の 大名 は 、 家格 ・ 官位 ・ 石高 ・ 役職 ・ 伺候 席 に よ っ て 序列 が 決め られ た 。 まず 、 徳川 将軍 家 と の 関係 に よ っ て 、 一族 の 御 家門 ( 親藩 、 親藩 大名 ) 、 主に 関ヶ原 の 戦い 以前 に 徳川 家 の 家臣 だっ た 譜代 大名 、 関ヶ原 の 戦い 前後 から 家臣 と な っ た 外様 大名 に 分類 さ れ る 。 初代将軍 家康 は 将軍 家 が 断絶 し た 場合 の 血脈 の 維持 や 、 全国 の 大名 統制 へ の 監視 、 および 幕府 へ の 補佐 へ の 意味 も 込め て 、 将軍 家 同様 に 徳川 姓 を 名乗 る こと が 許 さ れ た 徳川 御 三家 を 設置 し 、 9 男 の 徳川 義直 を 尾張 藩 、 10 男 の 徳川 頼宣 を 紀州 藩 、 11 男 の 徳川 頼房 を 水戸 藩 に 封 じ た 。 さらに 2 代将軍 徳川 秀忠 の 兄 で 家康 の 2 男 で あ る 結城 秀康 を 越前 藩 に 封 じ た の を はじめ 、 全国 に 徳川 一門 の 大名 を 置 い た 。 さらに 歴代 に わた り 徳川 将軍 家 の 草創 期 を 築 い た 譜代 の 家臣 を 譜代 大名 と し て 置 い て 、 幕府 の 軍事 力 を 確保 する と とも に 幕府 の 大老 はじめ 老中 を 中心 と し た 重要 な 役職 に つけ 、 幕政 を 輔弼 さ せ た 。 譜代 大名 は 比較 的 石高 は 低 く 、 譜代 筆頭 井伊 氏 の 彦根 藩 が 突出 し た 35 万 石 の 大封 を 得 て い る 他 は 鳥居 氏 や 榊原 氏 、 本多 氏 、 小笠原 氏 など が 比較 的 大封 を 得 た が 、 江戸 時代 通 し て 10 万 石 以上 を 保 っ た 譜代 大名 は 酒井 氏 、 阿部 氏 、 堀田 氏 、 柳沢 氏 、 戸田 氏 を はじめ わずか で あ る 。 権力 と 軍事 力 の 分離 の ため に この よう に な っ た 。 外様 大名 は 関ヶ原 以降 、 従属 し た 大名 で あ り 、 関ヶ原 で は 徳川 家 に 対抗 し た 家 も 多 い 。 それ だけ に 幕府 の 警戒 は 強 く 、 隠密 に よ る 諜報 活動 を 積極 的 に 行 い 、 不正 や 謀叛 の 恐れ が あ る 場合 は 、 厳し く 改易 に 処 し た 。 代表 的 な 外様 大名 と し て は 、 加賀 百 万 石 と し て 有名 な 前田 氏 の 加賀 藩 、 鎌倉 時代 以来 の 名家 で あ る 島津 氏 の 薩摩 藩 や 伊達 氏 の 仙台 藩 、 黒田 氏 の 福岡 藩 、 浅野 氏 の 広島 藩 、 毛利 氏 の 長州 藩 、 上杉 氏 の 米沢 藩 、 鍋島 氏 の 佐賀 藩 、 細川 氏 の 熊本 藩 、 池田 氏 の 岡山 藩 と 鳥取 藩 、 蜂須賀 氏 の 徳島 藩 、 土佐山内 氏 の 土佐 藩 、 佐竹 氏 の 秋田 藩 と い っ た 国主 が 多 い 。 また 、 大名 の 格式 と し て 領地 が 1 国 以上 また は それ に 準 ずる 石高 で あ る もの を 国主 、 城 を も つ もの を 城主 大名 ( 城 主格 ) 、 城 を も た な い もの を 陣屋 と い っ て 区別 し 、 大名 が 江戸 城 に 参勤 し た 際 に 詰め る 部屋 も 格式 に 応 じ て 分け られ た 。 詳し く は 伺候 席 を 参照 の こと 。 大名 は 国持ち 大名 レベル は ともかく 、 10 万 石 単位 の 大名 は 封土 の 一 円 領有 が 殆ど 許 さ れ ず 、 大抵 は 城下 周辺 と まだら に 領土 を 持 っ た 。 極端 な 場合 に は 、 一 つ の 村 を 他 の 領主 と 分割 支配 し た ( 相給 ) 。 大名 は 原則 一 万 石 以上 で あ る が 喜連川 氏 の 喜連川 藩 は 5000 石 で あ っ た 。 これ は 喜連川 氏 が 足利 氏 の 末裔 で あ っ た から で あ る 。 大名 は 武家 諸 法度 や 参勤 交代 の 制度 に よ っ て 、 幕府 から 統制 を 受け た 。 その 他 、 御 手伝 と 称 する 課役 や 江戸 時代 末期 に は 海岸 防備 を 命 ぜ られ る こと も あ り 、 大名 は 常 に 経済 的 に も 苦し かっ た 。 大名 に ちな ん だ 言葉 大名 華族   華族 の うち 、 大名 諸侯 出身 の もの 。 大名 屋敷   大名 の 屋敷 。 江戸 に 何 箇所 か 有 し 本邸 を 上屋敷 、 その 他 を 下屋敷 と い う 。 大 名然   大名 の 様 に 鷹揚 な 様 。 大名 行列   大名 が 参勤 交代 の 際 に 隊列 を 組 ん で 移動 する 様 。 また 、 要人 を 囲 ん で 集団 が 移動 する 様 を 揶揄 し て 用い る こと も あ る 。 大名 火消   江戸 幕府 が 諸 大名 に 命 じ て 作 ら せ た 江戸 の 消防 部隊 。 諸藩 の 藩士 で 構成 。 大名 貸 し   大商人 が 蔵米 を 担保 に 大名 に 高利 貸し を し た こと 。 大名 預け   幕府 が 罪人 の 管理 を 大名 に 任せ る こと 。 大名 普請   贅沢 な 普請 。 大名 旅行   贅沢 な 旅行 。 大名 飛脚   大名 が 江戸 と 国許 の 連絡 の ため に 設け た 飛脚 の こと 。 大名下ろし   中骨 に 身 を 多 く 残 す よう に し て 魚 を 三 枚 に おろ す こと 。 豪勢 で あ る こと から い わ れ る 。 大名切り   魚 や 肉 の 身 を 大雑把 に 大き く 切 る こと 。 大名 買い   売り手 の い う まま に 購入 する こと 。 大名椀   大きな 椀 。 大名 倹飩   主に 大名 の 紋 や 船 など が 描 か れ た 、 漆絵 が あ る 器 に 入れ て 出 さ れ た 倹飩 を 指 し て 言 う 。 大名縞   細か い 縦縞 模様 。 室町 時代 の 辞書 『 節用 集 』 に は 、 「 たいめい 」 ・ 「 だいみょう 」 の 2 音 を 載せ 、 前者 は 守護 ( 大領 主 ) 、 後者 は 銭持 ( 富裕 層 ) の 意 で あ る と し た 。 戦国 時代 に は 音 に よ る 意味 の 区別 が 薄れ 、 「 たいめい 」 と 呼 ぶ こと が 多 かっ た と さ れ る 。 17 世紀 初頭 の 日葡 辞書 に も 「 だいみょう 」 ・ 「 たいめい 」 の 2 音 が 掲載 さ れ て い る が 、 語義 の 区別 は 明確 で な く 、 2 音 と も 大領 主 と し て い る 。 「 だいみょう 」 の 音 に 定着 し た の は 江戸 時代 に 入 っ て から で 、 寛政 期 ごろ に は 専ら 「 だいみょう 」 と 称 し た 。 守護 大名 、 戦国 大名 親藩 、 譜代 大名 、 外様 大名 藩 諸侯 +陰陽 師 ( おんみょう じ 、 おんようじ ) と は 、 古代 日本 の 律令 制下 に 於 い て 中務 省 の 陰陽 寮 に 属 し た 官職 の 1 つ で あ る 。 陰陽 五行 の 思想 に 基づ い た 陰陽 道 に よ っ て 占筮 及び 地相 など を 行 う 方技 ( 技官 ) と し て 配置 さ れ 、 後 に は 本来 の 律令 規定 を 超え て 占術 ・ 呪術 ・ 祭祀 全般 を つかさど る よう に な っ た 職掌 の こと を い う 。 中世 以降 は 、 主に 各地 に お い て 民間 で 個人 的 に 占術 ・ 呪術 ・ 祭祀 を 行 う 非 官人 の 者 を 指 す よう に な り 、 現代 に お い て は 民間 で 私的 祈祷 や 占術 を 行 う 神職 の 一種 と し て 定義 付け られ て い る 。 連声 せ ず に 「 おんようじ 」 と 発音 さ れ る こと も あ る 。 全て の 事象 が 陰陽 と 五行 思想 の 組み合わせ に よ っ て 成り立 っ て い る と する 、 中国 古代 の 夏 、 殷王 朝 時代 に はじま り 周王 朝 時代 に ほぼ 完成 し た 陰陽 五 行 思想 、 な い し これ と 密接 な 関連 を 持 つ 天文 学 、 暦 、 易 、 時計 など は 、 5 世紀 から 6 世紀 に かけ て 飛鳥 時代 、 遅 く と も 百済 から 五経 博士 が 来日 し た 512 年 ( 継体 天皇 7 年 ) ないし 易 博士 が 来日 し た 554 年 ( 欽明 天皇 15 年 ) の 時点 まで に 、 中国 大陸 ( 漢 ・ 隋 ) から 直接 、 ないし 朝鮮 半島 西域 ( 高句麗 ・ 百済 ) 経由 で 伝来 し た 。 当初 は これ ら 諸学 の 政治 ・ 文化 に 対 する 影響 は 僅少 で あ っ た もの の 、 60 2 年 ( 推古 天皇 10 年 ) に 日本 に おけ る 陰陽 道 の パイオニア と も 言 う べ き 存在 と な っ た 観勒 が 百済 から 来日 し 、 聖徳 太子 を はじめ と し て 選 ば れ た 34 名 の 官僚 に 諸学 を 講じ る と 我国 の 国政 に 大きな 影響 を 与え る よう に な っ た 。 初めて 日本 に お い て 暦 ( 元 嘉暦 ) が 官暦 と し て 採用 さ れ 、 仏法 や 陰陽 五 行 思想 ・ 暦法 など を 吸収 する ため に 60 7 年 ( 推古 天皇 15 年 ) に は 先進 文明 国 で あ る 随 に 向け て 遣隋 使 の 派遣 が 始め られ た ほか 、 聖徳 太子 の 十 七 条 憲法 や 冠位 十 二 階 の 制定 に お い て も 陰陽 五 行 思想 の 影響 が 色 濃 く 現れ る こと と な っ た 。 その 後 も 、 朝廷 は 遣隋 使 ( 後 に は 遣唐 使 ) に 留学 生 を 随行 さ せ たり 、 中国 本土 な い し 寄港 地 の 朝鮮 半島 西岸 から 多数 の 僧侶 な い し 学者 を 招聘 し て 、 さらなる 知識 吸収 に つとめ た 。 諸学 の 導入 が 進 む と 、 日本 に お い て は 『 日月 星 辰 の 運行 ・ 位置 を 考え 五行 思想 相生 相克 の 理 に よ る 吉凶 禍福 を 判 じ て 未来 を 占い 、 人事 百 般 の 指針 を 得 る 』 こと が 重要 で あ る と 考え られ る よう に な り 、 吉凶 を 判断 し 行動 規範 を 得 る ため の 方策 と し て 陰陽 五 行 思想 が 重視 さ れ る こと と な っ た 。 7 世紀 に は 、 壬申 の 乱 の 際 に 自ら 栻 ( ちょく ) を 取 っ て 占 う ほど 天文 遁甲 の 達人 で 陰陽 五 行 思想 に 造詣 の 深 かっ た 天武 天皇 が 、 67 6 年 ( 天武 天皇 4 年 ) に 「 陰陽 寮 」 や 日本 初 の 占星 台 を 設け た 。 685 年 ( 天武 天皇 13 年 ) に は 「 陰陽 師 」 と い う 用語 が 使 い 始め られ る など 、 陰陽 五 行 思想 は さらに 盛ん と な り 、 71 8 年 の 養老 律令 に お い て 、 中務 省 の 内局 で あ る 寮 ( 律令 制 ) と し て の 陰陽 寮 の 設置 が 明 文 化 さ れ 、 これ に 技官 と し て 天文 博士 ・ 陰陽 博士 ・ 陰陽 師 ・ 暦 博士 ・ 漏刻 博士 が 常任 さ れ る こと が 規定 さ れ る と 、 神祇 官 の 龜卜 と 並 ん で 公的 に 式占 を 司 る こと と な っ た 。 大陸 伝来 の 技術 を 担当 する 方 技 だけ に 、 各 博士 や 陰陽 師 に は 、 諸学 に 通 じ 漢文 の 読解 に 長け た 渡来 人 、 おしなべて 中国 本土 の 前漢 ・ 後漢 ・ 代わ っ て 大陸 覇権 を 握 っ た 隋 、 朝鮮 半島 西岸 に 勢力 を 有 し た 高句麗 ・ 百済 、 まれ に 当初 朝鮮 半島 東岸 勢力 で あ っ た 新羅 から 帰来 し た 学僧 が 任命 さ れ て い る 。 特に 、 後 の 663 年 ( 天智 2 年 ) に 日本 が 親密 国 で あ っ た 百済 に 援軍 を 出 し た 白村 江 の 戦 の 敗戦 に よ り 新羅 が 朝鮮 半島 を 統一 し て 百済 王朝 が 滅亡 し た 際 の 前後 に は 、 百済 から 大量 の 有識 者 が 亡命 者 と し て 渡来 し 、 その 中 から 多く の 者 が 任官 し て い る 。 陰陽 寮 成立 当初 の 方技 は 、 純粋 に 占筮 、 地相 ( 現在 で 言 う 「 風水 」 的 な もの ) 、 天体 観測 、 占星 術 、 暦 の 作成 、 吉日 凶日 の 判断 、 漏刻 のみ を 職掌 と し て い た ため 、 もっぱら 天文 観測 ・ 暦時 の 管理 ・ 事 の 吉凶 を 陰陽 五行 に 基づ く 理論 的 な 分析 に よ っ て 予言 する だけ で あ っ て 、 神祇 官 や 僧侶 の よう な 宗教 的 な 儀礼 や 呪術 は 全く 行 わ な かっ た が 、 朝廷 に お い て 営繕 を 行 う 際 の 吉日 選定 や 、 土地 ・ 方角 など の 吉凶 を 占 う こと で 遷都 の 際 など に 重要 な 役割 を 果た し た 。 陰陽 寮 に は 、 事務 官 で あ る 行政 官 と し て 、 陰陽 頭 陰陽 寮 長官 。 陰陽 寮 を 統括 し 、 天文 ・ 暦 ・ 風雲 ・ 気色 を の すべて を 監督 し て 、 異常 発生 時 に は 外部 に 漏れ る こと な く これ を 記録 密封 し 極秘 に 上奏 ( 天文 密奏 ) 、 暦 博士 が 作成 し た 新年 の 暦 を 毎年 11 月 1日 まで に 調進 ( 御暦奏 ) 、 また 都度 占筮 及び 地相 の 結果 を 上奏 する 職務 。 定員 1 名 。 官位 は 従 五 位 下 。 陰陽 助 次官 。 陰陽 頭 の 補佐 業務 を 行 っ た 。 定員 1 名 。 従 六 位 上 。 陰陽 允 判官 。 寮内 を 糾見 し 書類 の 審査 など 事務 全般 の 管理 を 行 っ た 。 定員 1 名 。 従 七 位 上 。 陰陽 大属 上級 主典 。 公文 書 の 記載 ・ 読上げ など の 記録 実務 を 行 っ た 。 定員 1 名 。 従八 位 下 。 陰陽 少属 下級 主典 。 陰陽 大属 を 補佐 し て 記録 実務 を 行 っ た 。 定員 1 名 。 大 初 位上 。 技官 で あ る 方 技 と し て 、 天文 博士 天文 道 の 主担当 者 。 天文 の 気色 を 観測 し て 異変 が あ れ ば 部外 に 漏れ ぬ よう これ を 密封 する と とも に 、 修習 生 で あ る 天文 生 10 名 を 指導 する 教官 。 定員 1 名 。 正七 位 下 、 陰陽 諸道 の 中 で は 天文 学 が 最も 難し い と さ れ て い た ため 、 他 の 博士 より も 位 が 高 く 設定 さ れ て い る 。 陰陽 博士 陰陽 道 の 主担当 者 。 陰陽 生 10 名 を 指導 する 教官 。 定員 1 名 。 正七 位 下 、 天文 博士 と 同様 に 高 い 位 に 設定 さ れ て い る 。 陰陽 師 占筮 ( 吉凶 を 占 う こと ) ・ 地相 ( 方位 を 観 る こと ) の 専門 職 。 定員 6 名 。 従 七 位 上 。 暦 博士 暦道 の 主担当 者 。 暦 の 作成 ・ 編纂 ・ 管理 を 担当 し 、 暦生 10 名 を 指導 する 教官 。 定員 1 名 。 従 七 位 上 。 漏刻 博士 時間 管理 の 主担当 者 。 漏刻 ( 水 時計 ) の 設計 ・ 管理 を 指導 し 、 実際 に 守 辰 丁 を 率い て 漏刻 を 稼動 さ せ 、 その 目盛り を 読 み 時刻 を 管理 する 職務 。 2 交代 制 の ため 定員 は 2 名 。 従 七 位 下 。 陰陽 道 学生 と し て 、 天文 生 定員 10 名 。 陰陽 生 定員 10 名 。 暦生 定員 10 名 。 これ ら は 官人 の 子弟 に とどま ら ず 、 民間 人 から の 登用 も 可能 で あ っ た 。 他 に 庶務 職 と し て 、 次 の 職務 が 配置 さ れ て い た 。 守 辰 丁 漏刻 博士 の 管理 の 下 で 漏刻 を 測 り 、 毎時 ごと に 鳴り物 ( 太鼓 、 鐘 ) を 打ち鳴ら し て 時報 を 知 ら せ る 実務 担当 者 。 定員 20 名 。 使 部 各省 共通 に 配置 さ れ た 庶務 職 。 定員 20 名 。 直丁 各省 共通 に 配置 さ れ た 労務 職 。 定員 2 名 。 陰陽 寮 に 配置 さ れ て い た 方技 の うち 、 占筮 ・ 地相 の 専門 職 で あ っ た 陰陽 師 を 「 狭義 の 陰陽 師 」 、 天文 博士 ・ 陰陽 博士 ・ 陰陽 師 ・ 暦 博士 ・ 漏刻 博士 を 含め た 全て の 方技 を 「 広義 の 陰陽 師 」 と 定義 付け る こと が でき る 。 また 、 これ 以降 、 この 広義 の 陰陽 師 集団 の こと を 指 し て 「 陰陽 道 」 と 呼 ば れ る こと も あ っ た 。 律令 に お い て は 、 陰陽 寮 の 修習 生 に 登用 さ れ た 者 以外 の 一切 の 部外 者 ( 神官 ・ 僧侶 は もちろん 一般 官僚 から 民間 人 に 至 る まで の 全て ) が 、 天文 ・ 陰陽 ・ 暦 ・ 時間 計測 を 学 び 災異 瑞祥 を 説 く こと を 厳し く 禁止 し て お り 、 天文 観測 や 時刻 測定 に かかわ る 装置 な い し 陰陽 諸道 に 関 する 文献 に つ い て 、 陰陽 寮 の 外部 へ の 持ち出し を 一切 禁 じ 、 私人 が これ ら を 単に 所有 する こと さえ 禁 じ られ て い た 。 この ため 、 律令 制 が 比較 的 厳し く 運営 さ れ て い た 9 世紀 初頭 の 平安 時代 初期 まで 、 陰陽 道 は 陰陽 寮 が 独占 する 国家 機密 と し て 管理 さ れ た 。 その 後 、 時代 の 趨勢 に 合わ せ る ため に 律令 の 細部 を 改め る 施行 令 で あ る 「 格 」 ・ 「 式 」 が しばしば 発令 さ れ る よう に な り 、 各省 とも に 官職 の 定員 が 肥大 化 する 傾向 を 見せ る と 、 陰陽 寮 に お い て も 平安 時代 中期 まで に 、 かなり の 定員 増 が はか ら れ る よう に な っ た 。 内部 事務 一般 を 管理 する 判官 で あ る 陰陽 允 は 、 正式 に 陰陽 大允 ・ 陰陽 少允 の ダブル 配置 と な っ た 。 定員 は それぞれ 1 名 で 、 官位 は 双方 同格 の 従七 位 上 に 設定 さ れ た が 、 陰陽 小允 は 陰陽 大允 を 補佐 する 立場 を と っ た 。 本来 は 員 外 配置 で あ る 「 権職 ( ごん の しょく ) 」 ( 律令 本来 の 定め に は な い 運用 法 で 、 当初 の 実態 は 該当 職務 を 行 わ な い に も かかわ ら ず 該当職 と 同等 の 待遇 と する 暫定 名誉 職位 で 、 正式 な ○ ○ 職任 命 者 以外 に 任命 さ れ た 『 権 ( ごん の ) ○ ○ 』 と 呼称 する ○ ○ 職 待遇 の こと で あ っ た が 、 後 に 常設 化 さ れ る と 正職 官 と 同等 か それ に 近 い 権限 を 持 つ よう に な っ た ) が 、 常態 化 さ れ た 。 次官職 で あ る 「 助 」 の 員 外 配置 で あ る 陰陽 権助 が 、 正職 位 の 陰陽 助 と 同様 従 六 位 を 与え られ る 常設 職 と な っ て 陰陽 頭 の 補佐 を 行 う よう に な り 、 実態 と し て 陰陽 助 は ダブル 配置 と な っ た 。 方技 ( 技官 ) に お い て も 、 各 博士 に 「 権職 ( ごん の しょく ) 」 を 置 き 、 天文 権 博士 ・ 陰陽 権 博士 ・ 暦権 博士 ・ 漏刻 権 博士 が 常設 化 さ れ た 。 しかし 、 官位 は すべて 各 正 博士 より も 一 段階 低 く 設定 さ れ 、 その 実務 は 正博士 を 補佐 する 立場 を と っ た 。 大学 寮 の 修業 生 ( 学 を 修め 大学 寮 に 残 っ て 博士 を 目指 す 者 、 現代 に おけ る 大学 院 修士 課程 な い し 博士 課程 に 相当 ) の 運用 に なら っ て 、 天文 得 業生 ( 定員 2 名 ) 、 陰陽 得 業生 ( 定員 3 名 ) 、 暦得 業生 ( 定員 2 名 ) が 、 各 博士 職 や 陰陽 師職 の 公認 候補 と し て 設置 さ れ た 。 庶務 職 に お い て も 、 陰陽 史生 ( おんみょう の ししょう ) ( 定員 不明 ) が 設置 さ れ 、 文書 の 複写 や 寮内 で 稟議 書 を 届け て 回 る 伝令 と し て 用い られ た 。 本来 律令 で 定め られ た 使部 の 一部 が 転用 さ れ た と する 説 や 、 新規 に 職制 と し て 設置 さ れ た と する 説 が あ る が 、 現存 する 記録 が 不 充分 で その 実態 は 明らか に さ れ て い な い 。 一般 的 に 各省 で 方技 ( 技官 ) が おしなべて 位 階 を 低め に 設定 さ れ て い た 中 で 、 陰陽 寮 の 方技 の 官位 は 低目 と は い っ て も 各省 管轄 下 の 方技 に 比較 すれ ば 高め に 設定 さ れ て い た 。 ただ 、 陰陽 寮 が 中務 省 の 小寮 で あ っ た ため 、 当然 ながら 行政 官 で あ る 四 等 官 の 官位 は 本省 の それ に 比べ て 低め と な っ て お り 、 後 の 平安 中期 で 言 う 、 昇殿 し て 天皇 に 奏上 でき る 仙籍 と 呼 ば れ る いわゆる 殿 上 人 は 従 五 位 下格 の 陰陽 頭 のみ で あ り 、 その 他 は すべて 、 後 に 昇殿 を 許 さ れ な い 地下 人 あ っ た 。 律令 制定 当初 は 、 方技 で あ る 各 博士 や 陰陽 師 に は 、 もっぱら 先進 各国 から 来日 し た 渡来 人 の 学僧 が 任命 さ れ て い た が 、 修習 生 で あ る 天文 生 ・ 陰陽 生 ・ 暦生 に は 俗人 ( 出家 し て い な い 人 ・ 在家 ) の 人材 が 登用 さ れ た 。 これ は 、 出家 に 属 する 学僧 を 俗世 間 の 政権 で あ る 朝廷 に 出仕 さ せ て 自由 に 使役 する こと は 僧籍 者 に 対 する 待遇 上 不 可能 で あ り 、 かつ 僧籍 に あ る 者 に 対 し て 還俗 ( 僧籍 を 脱 し て 俗人 に 戻 る こと ) を 能動 的 に 強要 する に は 勅令 を も っ て しか 考え られ ず 、 この よう な 勅令 を 乱発 する こと も はばか ら れ る こと から 、 俗人 官僚 に 陰陽 諸学 を 習得 さ せ 、 朝廷 に お い て 自由 な 出仕 ・ 使役 が 可能 な 人材 を 育成 し よ う と の 目的 に よ る もの で あ る 。 当初 は 四 等 官 ( 行政 官 ) と 方技 ( 技官 ) は 厳密 に 区別 し て 任命 さ れ て い た ほか 、 7 世紀 後半 まで 、 技官 で あ る 各 博士 な い し 陰陽 師 に 任命 さ れ た 学僧 が 就任 する 際 に は 勅令 に よ っ て 還俗 し て い た 。 ただ 、 次第 に この 運用 は あいまい に な り 、 学僧 が 還俗 し な い まま 方技 に 任命 さ れ 、 四 等 官 上位 職 ( 特に 頭 ・ 助 ) に 転任 また は 兼任 を 命 じ られ て 、 行政 官 と し て も 実働 する こと も 見 られ る よう に な っ て い る 。 ただ 、 基本 的 に は 還俗 し な い 学僧 方技 の 位階 を 上げ る 場合 に は 、 律令 制度 の 基本 で あ る 「 官位 相当 」 の 原則 に よ っ て 方技 の 職制 の まま で は 位 階 を 上げ る こと が 出来 な い ため 、 「 権職 ( ごん の しょく ) 」 ( 定員 外 配置 ) に よ っ て 四 等 官 上 位 職 を 兼務 さ せ る こと で 位 階 を 上げ る 方法 が と ら れ た 。 また 、 修習 生 の 育成 が 進 む と 、 俗人 官僚 の 方技 が 増え 更に 自由 な 人事 交流 が な さ れ る よう に な っ た 。 いずれ に し て も 、 陰陽 寮 に おけ る 技官 の 行政 官 へ の 転任 や 兼任 は 非常 に 多 く 、 長官 で あ る 陰陽 頭 も 技官 出身 者 や 技官 に よ る 兼務 が 数 多 く 見 られ 、 奈良 時代 から 平安 時代 初期 を 通 じ て 技術 系 の 官庁 と し て の 色彩 を 強め た 。 しかし 、 838 年 を 最後 に 遣唐 使 が 廃れ た ( 894 年 を 最終 回 の 遣唐 使 と する 説 も あ る が 、 この 回 は 大使 ・ 菅原 道真 が 中止 を 勧上 し て 実際 に は 行 わ れ な かっ た と する 説 が 有力 ) こと に よ り 、 大陸 本土 の 唐 から 優秀 な 渡来 人 を 招聘 する 機会 が 失 わ れ た ( 朝鮮 半島 の 統一 新羅 と は かつて の 百済 ほど の 親密 性 は な かっ た ) 。 わずか 30 名 の 修習 生 に しぼ っ て 閉鎖 的 に 方技 ( 技官 ) の 育成 を 続け た 結果 、 9 世紀 の 平安 時代 初期 に は 、 次第 に 陰陽 寮 の 技官 人材 が 乏し く な っ た と 見 られ た こと や 、 公家 の 勢力 争い の 激化 に ともな う 役職 不足 も 見 られ た 。 陰陽 寮 で 唯一 の 殿 上 人 相当 職 制 で あ る 陰陽 頭 は 、 各 博士 など の 技官 から の 登用 で は な く 、 単に 公家 の 一 ポスト と し て 利用 さ れ る こと が 多 く な り 、 それ も 長官 職 と し て は 従 五 位 下 と い う 仙籍 格 と し て は 末席 の 地位 で あ っ た こと から 、 比較 的 境遇 の 悪 い 傍流 の 公家 に 対 する 処遇 ポスト 化 する 傾向 を 見せ た 。 この 時代 から 特に 員 外 配置 が 多 く 見 られ 常設 化 する よう に な っ た が 、 これ は もはや 僧籍 者 へ の 配慮 の 一環 と し て で は な く 、 単なる 公家 へ の ポスト 充足 を 主 目的 と する もの で あ っ た 。 後 に 10 世紀 に 入 っ て 、 後述 の 賀茂 氏 と 阿倍 氏 の 2 家 に よ る 独占 世襲 が 見 られ る よう に な る と 、 陰陽 頭 以下 、 陰陽 寮 の 上位 職 は この 両家 の 出身 者 が ほぼ 独占 する よう に な っ た 。 また 、 両家 の 行 う 陰陽 諸道 は 本来 の 官制 職掌 を 越え て 宗教 化 し 、 これ が 朝廷 中枢 に 重用 さ れ た ため 、 賀茂 氏 と 安倍 氏 は 、 その 実態 が もっぱら 陰陽 諸道 を 執り行 う 者 で あ る に も かかわ ら ず 、 律令 に お い て は 従 五 位 下 が 最高 位 で あ る と 定め る 陰陽 寮 職掌 を 越え て 、 他 の より 上位 の 官職 に 任命 さ れ 従 四 位 下格 に まで 昇進 する よう に な っ た 。 特に 安倍 氏 は 後 の 11 世紀 に は 従 四 位 上格 に まで 取り立て られ る よう に な り 、 12 世紀 の 室町 時代 に は 、 将軍 足利 義満 の 庇護 を 足がかり に 常 に 公卿 ( 三位 以上 ) に 任 ぜ られ る 堂上 家 の 家格 に まで なり 土 御 門家 を 名乗 る よう に な っ た 。 その 土御 門家 は 、 室町 時代 後期 から 戦国 時代 に は 一時 衰退 し た もの の 、 近世 に お い て 江戸 幕府 から 全国 の 陰陽 師 の 差配 権 を 与え られ る など 、 明治 時代 初頭 まで 隆盛 を 誇 っ た 。 9 世紀 平安 時代 に 入 る と 、 藤原 種継 暗殺 事件 以降 に 身辺 の 被災 や 弔事 が 頻発 し た ため に 悪霊 に おびえ 続け た 桓武 天皇 に よ る 長岡 京 から 平安 京 へ の 遷都 に 端 を 発 し て 、 にわか に 朝廷 を 中心 に 怨霊 で あ る 御 霊 信仰 が 広ま っ た 。 悪霊 退散 の ため に 呪術 に よ る より 強力 な 恩恵 を 求め る 風潮 が 強 く な り 、 これ を 背景 に 、 古神道 に 加え 、 有神 論 的 な 星辰 信仰 や 霊符 呪術 の よう な 道教色 の 強 い 呪術 が 注目 さ れ て い っ た 。 讖緯 思想 ・ 道教 ・ 仏教 特に 密教 的 な 要素 を 併せ持 っ た 呪禁 道 を 管掌 し 医術 と し て の 祈祷 など を 行 う 機関 と し て 設け られ て い た 典薬 寮 の 呪禁 博士 や 呪禁 師 ら が 、 陰陽 家 で あ っ た 藤原 鎌足 の 代 に 廃止 さ れ 陰陽 寮 に 機構 統合 さ れ た 。 この ため 陰陽 道 は 道教 な い し 仏教 ( 特に 8 世紀 末 に 伝わ っ た 密教 の 呪法 や 、 これ に ともな っ て 伝来 し た 宿曜 道 と よ ば れ る 占星 術 ) から 古神道 に 至 る まで 、 さまざま な 色彩 を も 併せ も つ 性格 を 見せ 始め る 要素 を 持 っ て い た が 、 御 霊 信仰 の 時勢 を 迎え る に あた っ て 更なる 多様 性 を 帯び る こと と な っ た 。 例えば 、 9 世紀 後半 以降 に 陰陽 道 の 施術 に お い て 多 く 見 られ る よう に な っ た 方違え ・ 物忌 など の 呪術 や 泰山 府 君 祭 など の 祭祀 は 道教 に 由来 する もの で あ り 、 散米 ・ 祝詞 ・ 禹歩 など は 古神道 に 由来 する もの で あ る 。 さらに 、 藤原 北家 が 朝廷 に おけ る 権力 を 拡大 ・ 確立 し て ゆ く 過程 で は 、 公家 ら に よ る 政争 が 相当 に 激化 し 、 相手 勢力 へ の 失脚 を 狙 っ た 讒言 や 誹謗 中傷 に 陰陽 道 が 利用 さ れ る 機会 も 散見 さ れ る よう に な っ た 。 仁明 天皇 ・ 文徳 天皇 の 時代 ( 833 年 ‐ 85 8 年間 に 藤原 良房 が 台頭 する と この 傾向 は 著し く な り 、 宇多 天皇 は 自ら 易学 ( 周易 ) に 精通 し て い た ほか 、 藤原 師輔 も 自ら 「 九条 殿 遺誡 」 や 「 九条 年 中 行事 」 を 著 し て 多く の 陰陽 思想 に もとづ く 禁忌 ・ 作法 を 組み入れ た 手引 書 を 示 し た ほど で あ っ た 。 この 環境 に よ り 、 滋岳 川人 、 弓削 是雄 ( ゆげ の これ お ) ら の カリスマ 的 な 陰陽 師 を 輩出 し た ほか 、 漢文学 者 三善 清行 の 唱え る 「 讖緯 説 ( しんいせつ ) 」 ( 周期 的 予言 説 ) に よ る 災異 改元 が 取り入れ られ て 90 1 年 ( 延喜 元年 ) 以降 恒例 化 する など 、 宮廷 陰陽 道化 が さらに 進 ん だ 。 あわせ て 、 公卿 の 藤原 師輔 や 漢文学 者 の 三善 清行 など 、 陰陽 寮 の 外 に あ る 人物 が 天文 ・ 陰陽 ・ 易学 ・ 暦学 を 習得 し て い た と い う こと 自体 、 律令 に 定め た 陰陽 諸道 の 陰陽 寮門外 不出 の 国家 機密 政策 は この頃 に は すでに 実質 的 に 破綻 し て い た こと を 示 し て い る 。 やがて 平安 時代 中期 以降 に 、 摂関 政治 や 荘園 制 が 蔓延 し て 律令 体制 が さらに 緩 む と 、 堂々 と 律令 の 禁 を 破 っ て 、 正式 な 陰陽 寮 所属 の 官人 で は な い 「 ヤミ 陰陽 師 」 が 私的 に 貴族 ら と 結びつ き 、 彼 ら の 吉凶 を 占 っ たり 災害 を 祓 う ため の 祭祓 を 密か に 執り行 い 、 場合 に よ っ て は 敵対 者 の 呪殺 まで 請け負 う よう な 風習 が 横行 し た 。 する と 陰陽 寮 の 「 正式 な 陰陽 師 」 に お い て も この 風潮 に 流 さ れ る 者 が 続出 し 、 その ふるまい は 本来 律令 の 定め る 職掌 から はるか に かけ離れ 、 方位 や 星巡り の 吉凶 を 恣意 的 に 吹き込 む こと に よ っ て 天皇 ・ 皇族 や 、 公卿 ・ 公家 諸家 の 私 生活 に おけ る 行動 管理 に まで 入り込 み 、 朝廷 中核 の 精神 世界 を 支配 し 始め て 、 次第 に 官制 に 基づ く 正規 業務 を 越え て 政権 の 闇 で 暗躍 する よう に な っ て い っ た 。 10 世紀 に 入 る と 、 天文 道 ・ 陰陽 道 ・ 暦道 すべて に 精通 し た 陰陽 師 で あ る 賀茂 忠行 ・ 賀茂 保憲 親子 ならび に その 弟子 で あ る 安倍 晴明 が 輩出 し 、 従来 は 一般 的 に 出世 が 従 五 位 下止まり で あ っ た 陰陽 師 方 技 出身 者 の 例 を 破 っ て 従 四 位 下 に まで 昇進 する ほど 朝廷 中枢 の 信頼 を 得 た 。 そして 賀茂 保憲 が 、 その 嫡子 の 賀茂 光栄 に 暦道 を 、 弟子 の 安倍 晴明 に 天文 道 を あま な く 伝授 禅譲 し て 、 それぞれ が これ を 家内 で 世襲 秘伝 秘術 化 し た ため 、 安倍 家 の 天文 道 は 極めて 独特 の 災異 瑞祥 を 説 く 性格 を 帯び 、 賀茂 家 の 暦道 は 純粋 な 暦道 と い う より は むしろ 宿曜 道 的 色彩 の 強 い もの に 独特 の 変化 を とげ て い っ た 。 この ため 、 賀茂 氏 ・ 安倍 氏 から の み 陰陽 師 が 輩出 さ れ る こと と な り 、 安倍 晴明 の 孫安 倍 章親 が 陰陽 頭 に 就任 する と 、 賀茂 家 出身 者 に 暦 博士 を 、 安倍 家 出身 者 に 天文 博士 を 常 時 任命 する 方針 を 表 し 、 その 後 は 賀茂 氏 と 阿倍 氏 が 、 本来 世襲 さ れ る 性格 で は な い 陰陽 寮 の 各 職位 を 両家 の 世襲 で ほぼ 独占 し た 。 さらに は その 実態 を 陰陽 師 と し ながら も 陰陽 寮 職掌 を 越え て 他 の さらに 上位 の 官職 に 付 く よう に な る に 至 っ て 、 官制 と し て の 陰陽 寮 は 完全 に 形骸 化 し 、 陰陽 師 は 朝廷 内 に お い て もっぱら 宗教 的 な 呪術 ・ 祭祀 の 色合い が 濃 い カリスマ な 精神 的 支配 者 と な り 、 その 威勢 を 振る うよう に な っ て い っ た 。 特に 、 10 世紀 から 11 世紀 に おけ る 朝廷 中枢 の 為政 者 に 対 し て は 、 左 大臣 藤原 時平 が 菅原 道真 を 大臣 職 から 太宰 権 帥 に 左遷 し た 際 ( 昌泰 の 変 ) に 深 く 関与 し た こと を はじめ と し て 、 政治 運営 や 人事 決定 から 天皇 の 譲位 に 至 る まで 多大 な 影響 を 及ぼ し た 。 また 、 本来 律令 で 禁止 さ れ て い る はず の 陰陽 寮 以外 で の 陰陽 師 活動 を 行 う 者 が 都 以外 の 地方 に も 多 く 見 られ る よう に な っ た の も この 頃 で あ り 、 地方 で は 蘆屋 道満 など を はじめ と する カリスマ 民間 陰陽 師 が 多数 輩出 し た 。 11 世紀 - 12 世紀 を 通 じ て 、 陰陽 諸道 の うち で 最も 難解 で あ る と さ れ て い た 天文 道 を 得意 と する 安倍 家 から は 達人 が 多 数 輩出 さ れ 、 陰陽 頭 は 常 に 安倍 氏 が 世襲 し 、 陰陽 助 を 賀茂 氏 が 世襲 する と い う 形態 が 定着 し た 。 平安 末期 の 源平 の 戦い の ころ に は 安倍 晴明 の 子安 倍 吉平 の 玄孫 に あた る 安倍 泰親 が 正 四 位 上 、 その 子 の 安倍 季弘 が 正 四 位 下 に まで 昇階 し て い た が 、 その 後 の 鎌倉 幕府 へ の 政権 移行 に ともな う 政治 的 勢力 失墜 や 、 南北朝 時代 ( 日本 ) の 混乱 や 両統 に 呼応 し た 家内 騒動 に よ っ て 、 その 勢力 は 一時 衰退 し た 。 12 世紀 後半 の 平安 時代 末期 に は 、 院政 に 際 し て 重用 さ れ た 北面 の 武士 に 由来 する 平家 の 興隆 や 、 それ を 倒 し た 源氏 など に よ る 武家 社会 が 台頭 し 、 1192 年 に 武家 政権 で あ る 鎌倉 幕府 が 正式 に 成立 し た 。 源平 の 戦い の 頃 から 、 源平 両 氏 と も 行動 規範 を 定め る に お い て 陰陽 師 の 存在 は 欠かせ な い もの で あ っ た こと から 、 新 幕府 に お い て も 陰陽 道 は 重用 さ れ る 傾向 に あ っ た 。 幕府 開祖 で あ る 源 頼朝 が 、 政権 奪取 へ の 転戦 の 過程 から 幕府 開設 初期 の 諸 施策 に おけ る 行動 に あた っ て 陰陽 師 の 占 じ た 吉日 を 用い 、 2 代将軍 源 頼家 も この 例 に なら い 京 から 陰陽 師 を 招 く など し た が 、 私 生活 まで 影響 さ れ る よう な こと は な く 、 公的 行事 の 形式 補完 的 な 目的 に 限 っ て 陰陽 師 を 活用 し た 。 3 代将軍 源 実朝 暗殺 後 は 、 北条 氏 に よ る 執権 政治 が 展開 さ れ る よう に な り 、 鎌倉 征夷 大将軍 は 執権 北条 一族 の 傀儡 将軍 と し て 代々 皇族 や 公家 から 招 か れ る よう に な り 、 招 か れ た 将軍 ら は 出自柄 当然 ながら 陰陽 師 を 重用 し た 。 4 代将軍 藤原 頼経 は 、 武蔵 国 ( 現在 の 東京 都 および 埼玉 県 ) の 湿地 開発 が 一 段落 し た の を 受け て 、 公共 事業 と し て 多摩 川 水系 から 灌漑 用 水 を 引き 飲料 水 確保 や 水田 開発 に 利用 し よ う と する 政所 の 方針 を 上申 さ れ た 際 、 その 開発 対象 地域 が 府都 鎌倉 市 の 真北 に 位置 する ため に 、 陰陽 師 に よ っ て 大犯 土 ( 大凶 の 方位 ) で あ る と 判 じ られ た ため 、 将軍 の 居宅 を わざわざ 存府 の 鎌倉 から 吉方 で あ る と さ れ た 現在 の 横浜 市 鶴見 区 ( 横浜 市 ) 所在 の 秋田 城介 善景 の 別 屋敷 に まで 移転 ( 陰陽 道 で 言 う 方違え ) し て から 工事 の 開始 を 命 じ た 。 他 に も その 後 代々 、 いちいち 京 から 陰陽 師 を 招聘 する こと な く 、 身辺 に 「 権門 陰陽 道 」 と 称 さ れ る よう に な っ た 陰陽 師 集団 を 確保 する よう に な り 、 後 の 承久 の 変 の 際 に は 朝廷 は 陰陽 寮 の 陰陽 師 たち に 、 将軍 は 権門 陰陽 師 たち に それぞれ 祈祷 を 行 わ せ る など 、 特に 中後 期 鎌倉 将軍 に と っ て 陰陽 師 は 欠かせ な い 存在 で あ っ た 。 ただ 、 皇族 ・ 公家 出身 の 将軍 近辺 の み 陰陽 道 に 熱心 な の で あ っ て 、 実権 を 持 っ て い た 執権 の 北条 一族 は 必ず しも 陰陽 道 に こだわり を 持 っ て お ら ず 、 配下 の いわゆる 関東 八平 氏 から 全国 の 地域 地盤 に 由来 する 後 に 「 国人 」 と 呼 ば れ る よう に な っ た 武士 層 に 至 る まで 、 朝廷 代々 の 格式 を 意識 し たり 陰陽 師 に 行動 規範 を 諮 る 習慣 は な かっ た ため 、 総 じ て 陰陽 師 は 武家 社会 全般 を 蹂躙 する よう な 精神 的 影響 力 を 持 つ こと は な く 、 もっぱら 傀儡 で あ る 皇族 ・ 公家 出身 将軍 と 、 実権 を 失 っ た 朝廷 や 公卿 ・ 公家 世界 に お い て のみ 、 その 存在 感 を 示 す に とどま っ た 。 鎌倉 時代 初期 に お い て は 、 国衙 領 や 荘園 に 守護 人 奉行 ( のち の 守護 ) や 地頭 の 影響 力 は それ ほど 及 ん で い な かっ た が 、 鎌倉 中期 以降 、 国衙 領 ・ 荘園 の 税収入 効率 な い し 領地 その もの が これ ら に 急激 に 侵食 さ れ はじめ る と 、 陰陽 師 の 保護 基盤 で あ る 朝廷 ・ 公家 勢力 は 経済 的 に も 苦境 を 迎え る よう に な っ て い っ た 。 後 醍醐 天皇 の 勅令 に よ っ て 鎌倉 幕府 が 倒 さ れ 、 足利 尊 氏 が 後醍醐 天皇 から 離反 し て 室町 幕府 を 開 き 南北朝 時代 ( 日本 ) が 到来 する と 、 京 に 幕府 を 持 ち 北朝 ( 日本 ) を 支持 する 足利 将軍 家 は 次第 に 公家 風 の 志向 を も つ よう に な り 、 3 代 征夷 大将軍 足利 義満 の ころ から は 陰陽 師 が 再び 重用 さ れ る よう に な っ た 。 ( 義満 は 、 天皇 家 の 権威 を 私 せんと 画策 し て お り 、 彼 の 陰陽 師 重用 は 宮廷 に おけ る 祭祀 権 を 奪取 する ため の もの で も あ っ た と する 説 も あ る 。 ) 陰陽 道 世襲 2 家 の うち 、 南北 朝 期 に 賀茂 氏 が 通名 と する よう に な っ た 勘解由 小路 家 ( 居宅 が 勘解由 小路 に あ っ た こと から 室町 時代 に 賀茂 氏 が 名乗 る よう に な っ た もの で 、 藤原 北家 日野 家 流 や 斯波 氏 流 の 勘解由 小路 家 と は 異な る ) を 名乗 っ た 賀茂 氏 の 勢力 は 徐々 に 凋落 し 、 賀茂 在方 が 「 暦林 問答集 」 を 著 す など 活躍 し た もの の 、 室町 時代 中期 に は 勘解由 小路 得 宗家 の 後継 者 が 殺害 さ れ て 家系 断絶 に 至 っ た 。 しかし 安倍 氏 だけ は 上手 く 立ち回 り 、 安倍 有世 ( 安倍 晴明 から 14 代 の 子孫 ) は 、 征夷 大将軍 足利 義満 の 庇護 を 足がかり に 、 ついに 公卿 で あ る 従二 位 に まで 達 し 、 当時 の 宮中 で は 職掌 柄 恐れ 忌 み 嫌 わ れ る 立場 に あ っ た 陰陽 師 が 公卿 に な っ た こと が 画期 的 な 事件 と し て 話題 を 呼 ん だ 。 その 後 も 、 安倍 有世 の 子安 倍 有盛 から 安倍 有季 ・ 安倍 有宣 と 代々 公卿 に 昇進 し 、 本来 は 中級 貴族 で あ っ た 安倍 氏 を 堂上 家 の 家格 に まで 躍進 さ せ 、 16 世紀 の 安倍 有宣 の 代 に は 勘解由 小路 家 ( 旧 賀茂 氏 ) の 断絶 の 機会 を 捉え て その 後 5 代 に わた っ て 天文 ・ 暦 の 両道 に かかわ る 職掌 を 独占 し た 。 さらに 安倍 有世 以来 代々 の 当主 の 屋敷 が 土御門 に あ っ た こと から 土御 門家 ( あくまで 地名 から 取 っ た もの で 、 村上 源 氏 の 流れ を く む 源通親 系 土 御 門家 と は 異な る ) を 通名 と する よう に な り 、 朝廷 ・ 将軍 から の 支持 を 一手 に 集め 、 ここ まで は その 陰陽 諸 道上 の 勢力 を 万全 な もの と し た か の よう に 見え た 。 しかし 、 足利 将 軍 職 の 政治 的 実権 は 長 く は 続 か ず 、 室町 時代 中盤 以降 と な る と 、 三家 四職 も 細川 氏 を 除 い て は おしなべて 衰退 し て 、 幕府 統制 と 言 う より も 有力 守護 ら に よ る 連合 政権 的 な 色彩 を 強め て 派閥 闘争 を 生 み 、 応仁 の 乱 など の 戦乱 が 頻発 する よう に な っ た 。 さらに 守護 大名 の 戦国 大名 へ の 移行 や 守護 代 ・ 国 人 など に よ る 下克 上 の 風潮 が 広ま る と 、 武家 たち は 生き残り に 必死 で 、 形式 補完 的 に 用い て い た 陰陽 道 など は ことさら 重視 せ ず 、 相 次 ぐ 戦乱 や 戦国 大名 ら の 専横 に よ っ て 陰陽 師 の 庇護 者 で あ る 朝廷 の あ る 京 も 荒れ 果て 、 将軍 も 逃避 する こと が しばしば 見 られ る よう に な っ た 。 16 世紀 前半 の 天文 _ ( 日本 ) 期 に は 、 安倍 有宣 は 平時 に は 決して 訪れ る こと の な かっ た 所領 の 若狭 国 名田 庄村 納田 終に 疎開 し て 、 その 子土 御門 有春 ・ 孫土 御門 久脩 の 3 代 に わた り 陰陽 頭 に 任命 さ れ ながら も 京 に ほとんど 出仕 する こと も な かっ た 。 若狭 に とどま っ て 泰山 府 祭 など の 諸祭祀 を 行 っ た ため 、 困惑 し た 朝廷 は やむな く 賀茂 氏 傍流 の 勘解由 小路在富 を 召し だ し て 諸々 の 勘申 を 行 わ せ る など 、 陰陽 寮 の 運用 は 極めて 不 自然 な もの と な っ て い っ た 。 その 後 、 織田 氏 を 経 て 豊臣 家 が 勢力 を 確立 する 中 、 太閤 豊臣 秀吉 が 養子 の 関白 豊臣 秀次 を 排斥 ・ 切腹 さ せ た 際 、 土御 門 久脩 が 豊臣 秀次 の 祈祷 を 請け負 っ た かど で 連座 さ せ られ て 尾張 国 に 流 さ れ る こと と な っ た 。 さらに 秀吉 の 陰陽 師 大量 弾圧 を 見 る に 至 っ て 陰陽 寮 は 陰陽 頭 以下 が 実質 的 に 欠職 と な り 陰陽 師 も 政権 中央 に お い て 不 稼動 状態 と な る と 、 平安 朝 以来 の 宮廷 陰陽 道 は 一旦 完全 に その 実態 を 失 う こと と な っ た 。 律令 制 の 完全 崩壊 と 豊臣 秀吉 の 弾圧 に ともな い 、 陰陽 寮 な い し 官人 と し て の 陰陽 師 は その 存在 感 を 喪失 し た もの の 、 逆 に それ まで 建前 上 国家 機密 と さ れ て い た 陰陽 道 は 一気 に 広 く 民間 に 流出 し 、 全国 で 数 多く の 民間 陰陽 師 が 活躍 し た 。 この ため 、 中世 ・ 近世 に お い て は 陰陽 師 と い う 呼称 は 、 もはや 陰陽 寮 の 官僚 で は な く 、 もっぱら 民間 で 私的 依頼 を 受け て 加持 祈祷 や 占い など を 行 う 非 官人 の 民間 陰陽 師 を 指 す よう に な り 、 各地 の 民衆 信仰 や 民俗 儀礼 と 融合 し て それぞれ 独自 の 変遷 を 遂げ た 。 また 、 この頃 に かけ て 、 南北朝 時代 ( 日本 ) に 安倍 晴明 に 仮託 し て 著 さ れ た 「 刃辛 内伝 ( ほき な い でん ) 」 が 、 牛頭 天王 ( ごず てんのう ) 信仰 と 結びつ い た 民間 陰陽 書 と し て 広 く 知 ら れ る よう に な っ た 。 また 、 陰陽 師 を 自称 し て 霊媒 や 口寄せ の 施術 を 口実 に 各地 を 行脚 し 高額 な 祈祷 料 や 占断 料 を 請求 する エセ 神官 ・ 僧侶 や 穢多 ・ 非 人 集団 も 見 られ る よう に な っ て 、 「 陰陽 師 」 と い う 言葉 に 対 し て 極めて オカルト で うさん くさ い イメージ が 広 く 定着 する こと と な っ た 。 この 頃 以降 、 一部 の 定ま っ た 住居 を 持 た ず 漂白 する 民間 陰陽 師 は 、 他 の 漂白 民 と 同じく 賤視 の 対象 で あ っ た 。 彼 ら は 時 に 「 ハカセ 」 と 呼 ば れ た 。 豊臣 秀吉 が 没 し 、 160 0 年 ( 慶長 5 年 ) の 関ヶ原 の 戦い で 西軍 が 破れ 、 豊臣 家 の 勢い に 翳り が 見 る と 、 土御 門 久脩 は 徳川 家康 に よ っ て 山城 国 乙訓 郡 鶏冠井村 ・ 寺戸 村 、 葛野 郡 梅小路村 ・ 西院 村 、 紀伊 郡 吉祥院 村 に わた る 計 177 石 6 斗 の 知行 を 与え られ て 宮中 へ 復帰 し た 。 1 60 3 年 ( 慶長 8 年 ) に 江戸 幕府 が 開 か れ る と 、 土御 門家 は 幕府 から 正式 に 陰陽 道 宗家 と し て 認め られ 、 江戸 圏 開発 に あた っ て の 施設 の 建設 ・ 配置 の 地相 を 担当 し た ほか 、 後 の 日光 東照宮 建立 の 際 など に しばしば 用い られ て い る 。 また 、 幕府 は 風説 の 流布 を 防止 する ため に 民間 信仰 を 統制 する 目的 で 、 当時 各地 で 盛ん に な っ て い た 民間 陰陽 師 活動 の 制御 に も 乗り出 し 、 その 施策 の 権威付け の ため 平安 時代 の 陰陽 家 2 家 ( 賀茂 氏 ・ 安倍 氏 ) を 活用 す べ く 、 存続 し て い た 土御 門家 に 加え て 、 断絶 し て い た 賀茂 氏 の 分家 幸徳井 家 を 再興 さ せ 、 2 家 に よ る 諸国 の 民間 陰陽 師 支配 を さ せ よ う と 画策 し た 。 この 動き を 得 て 、 土 御門 氏 勢力 は 、 1682 年 に 幸徳井 友傳 が 夭折 し た 機会 を 捉え 、 再興 家 の 幸徳井 家 賀茂 氏 を 事実 上 排除 し て 陰陽 寮 の 諸職 を 再度 独占 する と とも に 、 旧来 の 朝廷 から の 庇護 に 加え て 、 実権 政権 で あ る 江戸 幕府 から も 唯一 全国 の 陰陽 師 を 統括 する 特権 を 認め られ る こと に 成功 し た 。 さらに 各地 の 陰陽 師 に 対 する 免状 ( あくまで 陰陽 師 と し て で は な く 「 陰陽 生 」 と し て の 免許 ) の 独占 発行 権 を 行使 し て 、 後 に 家職 陰陽 道 と 称 さ れ る よう な 公認 の 家元 的 存在 と な っ て 存在 感 を 示 す よう に な り 、 さらに その 陰陽 道 は 外見 に 神道 形式 を と る こと で 「 土御 門 神道 」 と し て 広 く 知 ら れ る よう に 至 っ て 、 土御 門家 は その 絶頂 期 を 迎え る こと と な っ た 。 戦時 の 武家 社会 で は ほとんど 顧り み られ る こと の な かっ た 陰陽 道 も 、 太平 の 江戸 幕政下 で は 、 将軍 家 の 儀礼 に 取り入れ られ る よう に な っ たり 、 幕府 官僚 に よ っ て 有職 故 実 の 研究 対象 の 一 分野 と さ れ る よう に な っ て い る 。 各地 の 陰陽 師 の 活動 も 活発 で 、 奈良 時代 以前 から 続 く 葛城 山 神族 系 の 赤星 家 や 玖珂 家 、 武家 陰陽 師 で あ る 清和 源 氏 系 小笠原 流 、 地域 派生 の 嵯峨 家 、 八幡 流 、 日直家 、 鬼貫 家 、 引佐 名倉 家 、 遠州 山住 系 高橋 家 、 四国 中尾 家 、 安曇 系 各 家 など を 中心 に 、 各地 の 民俗 と の 融合 を 繰り返 し て 変化 し 、 江戸 時代 を 通 じ て 民間 信仰 と し て 民衆 の 間 で かなり の 流行 を 見せ た 。 1684 年 に は 、 幕府 の 天文 方 が 渋川 春海 に よ っ て 、 日本 人 の 手 に よ る 初 の 新暦 で あ る 貞享暦 を 完成 し て 、 それ まで 823 年間 も 使用 さ れ 続け て き た 宣明 暦 を 改暦 し 、 土御 門家 は 暦 の 差配 権 を 幕府 に 奪 わ れ た 。 しかし 、 約 70 年 後 の 175 5 年 、 土御門 泰邦 が 宝暦 暦 を 組 ん で 改暦 に 成功 し 、 暦 の 差配 や 改暦 の 権限 を 奪還 し た もの の 、 宝暦 暦 に は 不備 が 多 く 見 られ 、 科学 的 に 作 ら れ た 貞享暦 より も むしろ 劣 っ て い た と さ れ て い る 。 その 後 、 幕府 天 文 方 が 主導 権 を 取り戻 し て 作成 さ れ た 天保 暦 は 、 不定 時 法 の 採用 を 除 け ば 、 土御 門家 の 宝暦 暦 に 比 し て 、 あるいは 宝暦 暦 より も 正確 と さ れ た 貞享暦 に 比 し て も 、 相当 に 高 精度 の 暦 で あ っ た と さ れ て い る 。 大政 奉還 が な さ れ 明治 時代 に な る と 、 明治 維新 の 混乱 に 乗 じ て 、 陰陽 頭 土 御門 晴雄 は 陰陽 寮 へ の 旧幕府 天 文 方 接収 を 要望 し て これ を 叶え 、 天文 観測 や 地図 測量 の 権限 の 全て を 収用 し た 。 その 後 、 明治 政府 が 西洋 式 の 太陽 暦 の 導入 を 計画 し て い る こと を 知っ た 土御門 晴雄 は 、 旧来 の 太陰 太陽 暦 の 維持 の ため 「 明治 改暦 」 を 強硬 に 主張 し た もの の 、 土御門 晴雄 本人 の 死去 に よ り この 案 が 取り上げ られ る こと は な かっ た 。 逆 に 、 陰陽 寮 から の 改暦 提案 を 受け た 明治 政府 首脳 の 間 で は 、 「 富国 強兵 を 目 し て 西洋 的 な 先進 技術 の 導入 を 進め る に あた り 、 陰陽 寮 が 近代 科学 導入 の 反対 勢力 の 中心 と な る 畏れ が 強 く 、 陰陽 道 を 排除 す べ き で あ る 」 と する 西洋 文明 導入 論 者 に 加え 、 「 天皇 親政 を 行 う に あた っ て は 、 臣下 が 天皇 を 差置 い て 実権 を 行使 する 蛮行 や 、 天皇 の 行動 を 指図 する よう な 非礼 は まかり な ら ず 、 まして や 日本 古来 の 神道 が あ る に も かかわ ら ず 外国 ( 中国 ) 由来 の 技法 で あ る 陰陽 道 が まかり通 る こと など 許容 し がた い 」 と する 純神道 論 者 な い し 攘夷 論 者 の 主張 が 共鳴 し て 、 陰陽 道 を 排斥 する 意見 が 多数 を 占め た 。 また 土御門 晴雄 夭折 の あと に 就任 し た 陰陽 頭 土 御門 晴栄 は まだ ごく 幼少 で あ り 、 自発 的 な 反論 が でき な い 状況 に あ っ た 。 その 期 に 乗 じ て 明治 政府 は 1870 年 ( 明治 3 年 ) に 陰陽 寮 を 廃止 を 強行 し 、 その 職掌 で あ っ た 天文 ・ 暦算 を 大学 ・ 天文 台 、 ないし 海軍 ( 日本 ) の 一部 に 移管 し た 。 旧 陰陽 頭 で あっ た 土御 門 晴栄 は 大学 星学 局 御 用掛 に 任 じ られ た が 同年 末 に は この 職 を 解 か れ 、 天文 道 ・ 陰陽 道 ・ 暦道 は 完全 に 土御 門家 の 手 から 離れ る こと と な っ た 。 1872 年 ( 明治 5 年 ) に は 天社 禁止 令 が 発 せ られ 、 陰陽 道 は 迷信 で あ る と し て 民間 に 対 し て も その 流布 が 禁止 さ れ た 。 古く は 後陽成 天皇 の ころ から 江戸 時代 最後 の 天皇 で あ る 孝明 天皇 の 代 まで 必ず 行 わ れ て き た 、 天皇 の 代替 り の たび に 行 わ れ る 陰陽 道 の 儀礼 「 天曹 地 府 祭 」 ( これ は 天皇 家 に 倣 っ て 、 武家 の 徳川 将軍 家 に お い て も 新将軍 が 将軍 宣下 を 受け る 度 に 代々 欠か さ ず 行 わ れ て い た ) も 、 明治 天皇 に 対 し て は ついに 行 わ れ な かっ た 。 土 御 門家 は 陰陽 諸道 を つかさど る 官職 を 失 い 、 免状 独占 発行 権 を も 失 う こと と な り 、 や む を 得 ず 土 御 門 神道 を さらに 神道 的 に 転化 さ せ た もの の 、 各地 の 民間 陰陽 師 へ の 影響 力 を 奪 わ れ る こと と な っ た 。 明治 政府 に よ る 禁止 令 以降 、 公的 行事 に お い て 陰陽 道 由来 の もの は 全く 見 られ な く な り 、 民間 に お い て も 陰陽 道 の 流行 は 見 られ な く な っ た 。 ただ 、 実質 的 に は 陰陽 道 由来 の 暦 は 依然 と し て 非 公式 に 流布 し 、 暦注 が 人気 を 博 し て 独り 歩き する 状況 で あ り 、 特に 十 二 直 が 重用 さ れ 、 儀礼 や 行動 規範 に 際 し 参照 し て い た 人 が 多数 存在 し た 。 第 二 次 世界 大戦 後 、 旧 明治 法令 ・ 通達 の 廃止 に ともな い 陰陽 道 を 禁止 する 法令 が 公式 に 廃止 さ れ て 以降 、 かつて 陰陽 師 が 用い て い た 暦注 の ひと つ で あ る 六曜 ( 本来 は 「 六輝 」 と 言 う 、 先勝 ・ 友引 ・ 先負 ・ 仏滅 ・ 大安 ・ 赤口 の こと ) が 、 十 二 直 より も 好 ま れ カレンダー や 手帳 など の スケジュール 表示 の 一部 と し て 広 く 一般 に 用い られ て い る よう に な っ て い る が 、 これ は あくまで 補助 的 な 暦注 と し て のみ 使用 さ れ る に とどま っ て い る 。 占術 や 暦 に つ い て は 九星 占術 を 基本 と する 東京 都 上野 区 の 神宮 館 に よ る 高島 易断 ・ 高島 暦 が 比較 的 よく 使用 さ れ て い る が 、 この 術 式 は 陰陽 道 と は 言 い 難 い 。 現在 で は 、 自分 自身 の 行動 指針 全般 を 陰陽 道 な い し 陰陽 師 の 術式 に 頼 る 人 は ほとんど 見 られ ず 、 かつて 興隆 を 誇 っ た 陰陽 道 な い し 陰陽 師 の 権威 の 面影 は な く 、 土御 門家 が 旧領 若 狭 国 の 福井 県 おお い 町 ( 旧 名田 庄村 ) に 天社 土 御門 神道 本庁 の 名 で 、 平安 時代 中 ・ 後期 の 陰陽 道 と は かけ離れ て は い る もの の 陰陽 家 と し て 存続 し て い る ほか 、 高知 県 香美 市 ( 旧 物部 村 ) に 伝 わ る いざなぎ流 など の 地域 陰陽 師 の 名残 が 若干 存続 し て い る のみ で あ る 。 恵慈 え じ ? - 623 年 ( 推古 天皇 31 年 ) 飛鳥 時代 、 595 年 ( 推古 天皇 3 年 ) に 高句 麗 から 来朝 し 、 聖徳 太子 の 仏法 の 師 と な る 。 仏法 を 広め 、 翌 596 年 ( 推古 天皇 4 年 ) に 法興 寺 ( 現在 の 飛鳥 寺 安居院 ) が 建立 さ れ る と 百済 から 帰来 し た 僧 ・ 慧聡 と とも に 「 三宝 の 棟梁 」 と し て これ を 守 っ た 。 仏法 に あわせ て 陰陽 五 行 思想 を もたら し て い る 。 615 年 、 聖徳 太子 が 著 し た 仏教 経典 三 経義疏 ( 法華 経 ・ 勝鬘 経 ・ 維摩 経 3 経 の 注釈 書 ) を 携え て 高句麗 へ 帰国 。 観勒 かんろく ? - ? 60 2 年 ( 推古 天皇 10 年 ) 10 月 に 百済 から 帰来 し た 学僧 。 日本 に おけ る 初代 僧正 。 天文 地理 書 ・ 元 嘉暦 の 暦 ・ 陰陽 五 行 思想 に もとづ く 遁甲 方術 ・ 摩登 伽 経 を 伝え 、 聖徳 太子 を はじめ 、 選 ば れ た 34 名 の 弟子 たち に 講 じ た 。 陽胡 玉陳 に 暦法 を 、 大友 高聡 に は 天文 を 、 山背 日立 に は 遁甲 方術 を 授け た と さ れ て い る ( 日本 書紀 ・ 巻 第 二十 二 ) 。 その 元 嘉暦 の 暦本 は 聖徳 太子 に よ り 60 4 年 に 官暦 と し て 正式 に 採用 さ れ た ( 政事 要略 ) 。 日本 の 陰陽 道 の ルーツ と な る パイオニア 的 存在 で 、 後 に 「 先在 し た 五 芒 星 文化 勢力 を 陰陽 道 で 封じ る ため に 観勒 像 を 鎮座 さ せ 」 られ る ほど 、 初代 僧正 と し て の 貫禄 を 見せ て い る 。 当初 は 飛鳥 寺 、 親 百 済 派 で あ っ た 蘇我 氏 由来 の 法興 寺 、 元興 寺 に 居 を 構え 、 639 年 ( 舒明 天皇 11 年 ) に 大和 国 百 済 川 の ほとり に 百済 大寺 を 開創 し た 。 後 に 建立 さ れ た 陰陽 寮 や 占星 台 の 址 で あ る 天武 天皇 時代 の 飛鳥 池 遺跡 から は 1998 年 に 「 天皇 … 丁丑年 ( 67 7 年 ) … 観勒 … 」 と 、 その 名 を 記 し た 木簡 が 出土 し て い る 。 陽胡 玉陳 や このたま ふる ( やこのふみびと の おや たまふる ) ? - ? 漢 出身 で 推古 朝 に 隋 から 帰来 の 帰来 人 と も 、 大隅 国 の 豪族 出身 者 と も 言 わ れ て い る 。 後 の 陽胡 史 ( 「 やご の ふみびと 」 、 「 やこのふひと 」 と も ) の 祖 。 60 2 年 ( 推古 天皇 10 年 ) 、 観勒 に 師事 し て 暦 を 修め 、 日本 に おけ る 暦道 の 祖 と な っ た ( 日本 書紀 ・ 巻 第 二十 二 ) 。 大友 高 聡 おお ともの たか さと ( おおとも の すぐ り たかさ と ) ? - ? 後漢 ( 東漢 ) 出身 、 推古 朝 に 帰来 。 大伴 村 主 高 聡 と も 。 60 2 年 ( 推古 天皇 10 年 ) 、 観勒 に 師事 し て 天文 を 修め 、 日本 に おけ る 天文 道 の 祖 と な っ た ( 日本 書紀 ・ 巻 第 二十 二 ) 。 山背 日立 やましろ の ひたて ( やましろ の おみひたて ) ? - ? 山背 日並 ( 山背臣 日並 ) と も 。 皇族 出身 者 と する 説 が 有力 。 60 2 年 ( 推古 天皇 10 年 ) 、 観勒 に 師事 し て 『 吉 を 取り凶 を 避け る 術 』 と さ れ た 兵書 の 忍術 で あ る 遁甲 を 修め 、 日本 に おけ る 遁甲 方術 の 祖 と な っ た ( 日本 書紀 ・ 巻 第 二十 二 ) 。 旻 そうみん ( そう にち ぶん ) ? - 653 年 ( 白雉 4 年 ) 百済 から の 帰来 人 で 、 百済 系 保守 派 を 代表 する 人物 。 観勒 から 引継 い で の 百済 大寺 寺司 。 正式 な 法名 は 「 僧日 文 ( そう にち ぶん ) 」 だ が 、 その 縦書き が 「 僧旻 」 と 誤読 さ れ た もの が 定着 し た 60 8 年 ( 推古 天皇 16 年 ) の 小野 妹子 の 第 1 回 遣 隋使 に 随行 、 その 後 24 年間 に わた っ て 隋 に 留学 し て 仏教 ・ 儒学 ・ 陰陽 五 行 思想 ・ 天文 ・ 易学 など 広 く 諸学 を 修め た 。 632 年 ( 舒明 天皇 4 年 ) 8 月 に 犬上 御田 鋤 の 第 1 回 遣 唐 使 に 随行 し て 帰国 し た 。 その 後 は 重用 さ れ 、 親 百 済 派 で あ る 蘇我 入鹿 や 祭官 家 の 藤原 鎌足 ら に 易 ( 周易 ) を 講 じ た ( 大織 冠伝 ) 。 天文 に 精通 し て お り 、 637 年 ( 舒明 天皇 9 年 ) の 流星 を 天狗 の 吠声 と 説 き 、 639 年 ( 舒明 天皇 11 年 ) の 彗星 出現 に 際 し て は 飢饉 の 前触れ で あ る と 説 い た 。 乙巳 の 変 ( いっ し の へん ) の 後 、 645 年 ( 皇極 天皇 4 年 ・ 大化 元年 ) から 翌年 に かけ て の 大化 の 改新 の 際 に は 、 仏教 擁護 の 国策 に よ り 「 十 師 」 の ひとり と し て 高僧 の 認定 を 受け た 。 さらに 高向 玄理 ( たか むこう の くろまろ ) と とも に 国博士 ( 正式 官制 で は な い 諮問 機関 で 天皇 側近 の 政策 ブレーン ) に 任 じ られ 、 「 大化 の 改新 の 詔 」 を はじめ と する 諸 詔勅 ・ 法令 ・ 制度 等 に 大き く かかわ り 、 649 年 ( 大化 5 年 ) に は 八 省 百 官 の 制 を 創案 を する など 活躍 し た 。 その 後 も 、 650 年 ( 大化 6 年 ) に 白戸 国司 から 白 い 雉 が 献上 さ れ た 際 、 珍鳥 出現 の 祥瑞 を 中国 漢代 の 緯書 の 語句 と 中国 の 史書 に 見 られ る 先例 を 根拠 に 「 帝徳 が 天 に 感応 し て 現われ た 祥瑞 で あ る から 天下 に 大赦 する べ き で あ る 」 と 孝徳 天皇 に 祥瑞 改元 ( 吉兆 と さ れ る 現象 を も っ て 新し い 年号 を たて る べ き で あ る と する 陰陽 道 思想 ) を 上申 し て 取りいれ られ 、 元号 が 白雉 と 改め られ る など 、 653 年 ( 白雉 4 年 ) に 病没 する まで 重用 さ れ た 。 道 顕 どうけん ( ほう しどう けん ) ? - ? 斉明 天皇 の 時代 に 高句 麗 から 帰来 。 「 沙門 道 顕 」 ・ 「 僧道 顕 」 、 また 「 道賢 」 と も 。 仏教 その もの に 関 する 活動 より も 、 式占 を 用い 、 主に 外交 を 中心 と し た 政策 ブレーン と し て 用い られ た 。 日本 と 百済 ・ 高句麗 と の 私的 外交 記録 で あ る 日本 世記 を 著 し た 。 現存 する 書物 の 中 で は 、 初めて 「 日本 」 と い う 国号 を 使用 し て い る 。 角 福牟 ろくふく む ? - ? 百済 の 貴族 階級 の 陰陽 家 。 本国 読 み 「 カク ・ ポンモ ( 각 복 모 ) 」 。 百済 の 滅亡 ・ 白村 江 の 戦 の 敗戦 に よ り 、 663 年 ( 天智 2 年 ) に 日本 の 引揚船 に 乗 っ て 亡命 帰来 ( 日本 書紀 ) 。 冠位 二十 六 階 の うち 第 18 階位 に あた る 「 小山 ( 冠位 ) 上 」 を 与え られ て い る 。 行心 ぎょうじん ? - ? 天智 天皇 の 時代 に 統一 新羅 の 旧 百済 地域 から 帰来 。 大津 皇子 謀反 を 唆 し た と し て 連座 被疑 者 と な り 、 伊豆 国 に 流 さ れ 更に 飛騨 国 に 移 さ れ た 。 法蔵 ほうぞう ( そうほう ぞう ) ? - ? 天武 天皇 の 時代 に 百済 滅亡 に よ る 戦乱 を 避け て 亡命 帰来 。 隆観 りゅうかん ( たから ) ? - ? 統一 新羅 から の 渡来 僧行心 の 子 。 伊豆 国 へ 流罪 と な り 飛騨 国 の 寺 に 移 さ れ た 父 から 引継 ぎ 陰陽 諸道 に 通 じ た 学僧 と な り 法名 「 隆観 」 を 名乗 っ て い た が 、 大宝 2 年 の 飛騨 国司 の 神馬 献上 に あた り 、 その 祥瑞 を 得 た と の 理由 で 罪 を 減免 さ れ 入京 を 許 さ れ た ( 続 日本 紀 ) 。 その 後 の 朝廷 へ の 出仕 に あた り って は 、 還俗 し て 名 を 「 金財 ( たから ) 」 と 改め た 。 吉備 真備 きび の まきび 695 年 ( 持統 天皇 9 年 ) - 775 年 ( 宝亀 6 年 ) 奈良 時代 の 公卿 ・ 学者 で 、 遣唐 使 と し て 派遣 さ れ た 際唐 から 陰陽 五 行 思想 を 学 び 、 これ に に かかわ る 文献 を 多数 持ち帰 っ て 、 陰陽 家 と し て の 才能 を 発揮 し た 。 聖武 天皇 の もと で それ まで の 呪禁 師 を 廃止 し て 陰陽 道 を 採用 し たり 、 陰陽 道 に 基づ い た 大衍暦 を 採用 する など し た 。 藤原 仲麻呂 に よ り 左遷 さ れ た が 、 後 に 仲麻呂 の 乱 を 鎮圧 し た 功 に よ り 右 大臣 まで 出世 し て い る 。 藤原 広嗣 の 怨霊 を 鎮め た 話 ( 今昔 物語 ) が 知 ら れ て い る 。 阿倍 仲麻呂 あべ の なかま ろ 698 年 ( 文武 天皇 698 年 ) - 770 年 ( 宝亀 元年 ) 奈良 時代 の 遣唐 使 に 留学 生 と し て 随行 し 、 猛勉強 し て 唐 の 科挙 ( 上級 官吏 候補 の 公務 員 試験 に 相当 ) に 合格 し 、 唐 の 高官 に まで 登 っ た が 、 日本 へ の 帰国 を 果た す こと は な かっ た 。 中国 名 「 朝衡 」 。 後 に 安倍 晴明 が 自ら の 祖 で あ る と 自称 し て い る が 、 史実 は 異な る 。 大津 首 おおつ の おびと ( おおつ の む らじおび と ) ? - ? 統一 新羅 系 の 渡来 人 の 家系 。 「 大津 連意 毘 登 」 と も 。 出家 し て 僧 「 義法 」 と し て 活動 し て い た が 、 統一 新羅 へ 大使 と し て 派遣 さ れ 、 帰国 後 は 朝廷 に 出仕 する ため 勅命 に よ り 還俗 し て 大津 連首 の 名 を 賜わ っ た 。 後 の 大津 大浦 に 至 る まで 、 代々 陰陽 師 と し て 重用 さ れ る こと と な っ た 大津 氏 の 祖 。 従 五 位 上 721 年 ( 養老 5 年 ) 。 陰陽 頭 兼 皇后 宮亮 ( 730 年 頃 ) 。 津守 通 つもり とおる ( つもり の むらじ とおる ) ? - ? 奈良 時代 初期 の 渡来 人 系 の 陰陽 師 。 「 津守 連道 」 と も 。 持統 天皇 ・ 草壁 皇子 に 重用 さ れ 、 敵対 する 大津 皇子 の 密会 を 公 の 場 で 占い 暴露 し た 。 その 後 に 大津 皇子 が 詠 ん だ 和歌 ( 万葉 集 ・ 巻 2 ・ 第 108 首 ) 、 < 大津 皇子 、 石川 女郎 ( いしか は の いらつめ ) に 竊 ( し ぬ ) ひ婚 ( あ ) ひ たま へ る 時 、 津守 連通 ( つもり の むら じと ほる ) が 其 の 事 を 占 ( うら ) ひ 露 は せれ ば 、 皇子 の よ み ま せ る 御歌 一 首 > 『 大船 ( お ほぶね ) の 津守 が 占 ( うら ) に 告 ( の ) ら む と は 兼ね て を 知 り て 我が 二人 寝 し 』 ( 大意 ) < 大津 皇子 と 石川郎女 の 密会 の 事実 が 、 陰陽 師 の 津守 連通 の 占筮 で 露見 し た 際 に 、 大津 皇子 が 詠 ん だ 一首 > 『 大船 ( 密会 と い う 目立 つ 大胆 な 行動 の 例え ) に 乗 れ ば 港湾 管理 者 の 監視 下 ( 「 津 を 守 る 人 の 監視 」 と 陰陽 師 で あ る 「 津守 通 」 の 掛け 言葉 ) の ウラ ( 港 が 接 する 「 浦 」 と 「 占い 」 の 掛け 言葉 ) で 見つか る だ ろ う と 重々 承知 の 上 で 、 私 たち 二人 は 寝 た ん だ よ 』 が よく 知 ら れ て い る 。 従 五 位 下 ・ 美作 国 守 71 4 年 ( 和銅 7 年 ) 10 月 。 従 五 位 上 724 年 ( 神亀 元年 ) 10 月 。 ( 続 日本 紀 ・ 巻 第 九 ) 高 金蔵 こう きんぞう ( しんぜい ) ? - ? 高句麗 より 帰来 。 法名 は 「 信成 」 。 陰陽 師 70 1 年 ( 大宝 ( 日本 ) 元年 ) - 723 年 ( 養老 7 年 ) 。 従 五 位 下 ( 兼 ・ 陰陽 頭 ? ) 。 ( 角彔 ) 兄 麻呂 ? - ? ( 角彔 ) は 「 角 + 彔 」 、 別称 ・ 「 角兄 麻呂 」 。 陰陽 博士 70 1 年 ( 大宝 ( 日本 ) 元年 ) - 727 年 ( 神亀 4 年 ) ? 。 正六 位 上 721 年 ( 養老 5 年 ) 。 王 中文 お うちゅうぶん ? - ? 高句麗 出身 、 法名 「 東楼 」 。 天文 博士 70 1 年 ( 大宝 ( 日本 ) 元年 ) - 720 年代 ( 神亀 年間 ) 。 正六 位 上 721 年 ( 養老 5 年 ) 。 金財 新羅 出身 、 和名 「 隆観 」 、 諡 「 国看 連 宅 良 」 。 大宝 ( 日本 ) 2 年 - 神亀 元年 。 文忌 寸広麻呂 ふみ の いみき ひろ ま ろ ? - ? 漢 出身 。 陰陽 師 70 0 年代 ( 慶雲 年間 ) 。 池辺 史 大嶋 ? - ? 漢 出身 ? 。 漏刻 博士 70 0 年代 ( 慶雲 年間 ) 。 山口 忌 寸田 主 やまぐち の い み き た ぬし ? - ? 漢 出身 。 暦道 に 長け て い た ため 、 算術 の 大家 と し て も 有名 で 、 正六 位 上 721 年 ( 養老 5 年 ) 、 天平 2 年 に 、 算術 啓蒙 の 師 と し て 公式 に 指名 さ れ て い る 。 正六 位 上 721 年 ( 養老 5 年 ) 。 陰陽 暦 博士 709 年 ( 和銅 2 年 ) - 730 年 ( 天平 2 年 ) 。 余秦 勝よ の やす かつ ? - ? 百済 の 亡命 王族 の 子孫 。 正六 位 上 721 年 ( 養老 5 年 ) 。 志我 閇連阿彌陀し が へ の むら じあみだ ? - ? 漢 出身 。 別称 「 志我 閇連 阿弥太 」 。 従 五 位 下 721 年 ( 養老 5 年 ) - 723 年 ( 養老 7 年 ) 。 楢 日佐 諸君 漢 出身 。 陰陽 大属 728 年 ( 神亀 5 年 ) 。 余真人 よ の まひと ? - ? 百済 の 亡命 王族 の 子孫 。 養老 - 神亀 年間 。 従 五 位 下 71 7 年 。 谷那 庚受や な こうじゅ ( なにわ の むら じこうじゅ ) ? - ? 高句麗 出身 。 別称 「 谷那 康受 」 。 難波 連 の 姓 ( かばね ) を 賜 る 。 720 年代 ( 神亀 年間 ) 。 礒 氏 法 麻呂 万葉 集 に 太宰府 の 梅 の 花 を 詠 ん だ 歌 が 見 られ る 。 太宰 陰陽 師 730 年 ( 天平 2 年 ) 。 難波 連 吉成 なにわ の むらじよしなり ? - ? 高句麗 出身 。 730 年 ( 天平 2 年 ) - 731 年 ( 天平 3 年 ) 。 高 麦太 こう の むぎ た ? - ? 高句麗 出身 。 陰陽 師 737 年 ( 天平 9 年 ) - 740 年 ( 天平 12 年 ) 。 兼陰陽 頭 738 年 ( 天平 10 年 ) 。 余益 人 よ の ます ひと ( くだら の あそ み ま す ひと ) ? - ? 百済 の 亡命 王族 の 子孫 。 「 百済 朝臣 」 の 姓 ( かばね ) を 賜 る 。 太宰 陰陽 師 758 年 ( 天平 宝字 2 年 ) - 764 年 ( 天平 宝字 8 年 ) 。 山上 朝臣 船主 やま の うえ の あそみ ふなぬし ? - ? 延暦 年間 に 陰陽 頭 を 勤め た と い う 記録 の ほか 、 782 年 ( 延暦 元年 ) に は 、 氷上 川継 の 謀反 ( 氷上 川継 の 乱 ) に 連座 し て 、 隠岐介 に 左遷 ( 実態 は 流罪 ) さ れ た と の 記録 も あ る ( 続 日本 紀 ) 。 陰陽 頭 兼天文 博士 767 年 ( 神護 景雲 元年 ) - 80 5 年 ( 延暦 24 年 ) 。 百済 公秋 麻呂 くだら の きみ の あきま ろ ? - ? 百済 の 亡命 王族 の 子孫 。 陰陽 大属 767 年 ( 神護 景雲 元年 ) 。 陰陽 允 769 年 ( 景雲 3 年 ) 。 国見 連今 虫 く に み の むら じいま むし ? - ? 新羅 出身 。 天文 博士 767 年 ( 神護 景雲 元年 ) 。 大津 大浦 おおつ の む らじお おうら ( おおつ の すくね おおうら ) ? - ? 大津 首 の 孫 と さ れ て い る 。 大津 皇子 ( おおつ のみこ ) の 壬生 ( 乳部 ) で あ っ た と の 説 も あ る 。 陰陽 頭 771 年 ( 宝亀 2 年 ) - 774 年 ( 宝亀 5 年 ) 紀 朝臣 本き の あそみ の かみ ? - ? 皇族 出身 。 陰陽 頭 ? 774 年 ( 宝亀 5 年 ) - 782 年 ( 延暦 元年 ) 。 栄井 宿祢 蓑 麻呂 高句麗 出身 。 別称 「 日置 造蓑 麻呂 」 。 陰陽 頭 747 年 ( 天平 18 年 ) - 783 年 ( 延暦 2 年 ) 。 高橋 朝臣 御坂 たかはし の あそ み みさ か ? - ? 皇族 出身 。 陰陽 頭 785 年 ( 延暦 4 年 ) 。 船連田 口 百済 出身 。 陰陽 助 781 年 ( 天応 ( 日本 ) 元年 ) - 784 年 ( 延暦 3 年 ) 。 藤原 刷雄 ふじわら の よしお ? - ? 752 年 ( 天平 勝宝 4 年 ) 藤原 清河 遣唐 使 に 留学 生 と し て 随行 、 陰陽 家 と い う より も 禅家 と し て の 性格 が 強 い 。 帰国 後 に 従 五 位 下 に 任 じ られ 、 「 藤原 恵美 」 朝臣 の 姓 を 賜 っ た 。 764 年 ( 天平 宝字 8 年 ) の 恵美 押勝 の 乱 に 連座 し て 隠岐 に 流 さ れ た が 、 772 年 ( 宝亀 3 年 ) に 赦免 さ れ て 再度 従 五 位 下 「 藤原 朝臣 」 を 賜 っ て 入京 を 許 さ れ 、 778 年 ( 宝亀 9 年 ) に 従 五 位 上 に 叙 せ られ た 。 陰陽 頭 791 年 ( 延暦 10 年 ) 。 路 三野 真人 石守 お みぬの まひと いそ もり ? - ? 皇族 出身 と さ れ て い る が 叙 せ られ た 官位 が おしなべて 低目 で あ る ため 反論 も 多 い 。 別称 「 三野 真人 石守 」 ( みぬの まひと いそ もり ) 。 陰陽 助 786 年 ( 延暦 5 年 ) 。 藤原 菅嗣 陰陽 頭 784 年 ( 宝亀 4 年 ) - 791 年 ( 延暦 10 年 ) 大津 海成 陰陽 允 ( 延暦 16 年 ) 。 菅原 世道 陰陽 少属 ( 延暦 16 年 ) 。 中臣 志斐連 国守 陰陽 博士 ( 延暦 16 年 - 弘仁 元年 ) 。 天文 博士 ( 大同 3 - 弘仁 元年 ) 。 江沼臣 小並 陰陽 助 ( 弘仁 6 - 11 年 ) 。 志斐 人成 陰陽 生 ( 弘仁 11 年 ) 。 廣幡 淨 繼 陰陽 生 ( 弘仁 11 年 ) 。 道祖息 麻呂 陰陽 師 ( 弘仁 11 年 ) 。 藤原 竝藤 陰陽 頭 ( 天長 9 年 - 承和 14 年 ) 刀伎 直浄 浜 暦 博士 ( 天長 8 年 ) 。 土師 雄成 太宰 陰陽 師 ( 天長 10 年 ) 。 大春日 良 棟 暦 博士 ? ( 天長 - 承和 年間 ) 春苑 玉成 陰陽 師 ( 承和 3 - 4 年 ) 。 遣唐 陰陽 師 兼 陰陽 請益 ( 承和 6 - 8 年 ) 。 陰陽 博士 ( 承和 8 - 9 年 ) 滋岳雄貞 暦請益 ( 承和 6 年 ) 。 大春日 公守 陰陽 頭 ( 承和 7 年 ) 。 大春日 真野 麻呂 暦 博士 ( 斉衡 3 年 - 貞観 4 年 ) 。 陰陽 頭 ( 貞観 2 - 4 年 ) 。 笠名 高 陰陽 権 博士 ( 天安 元年 ) 。 陰陽 博士 ( 貞観 13 年 ) 。 陰陽 助 ( 天安 2 年 - 貞観 13 年 ) 。 中臣 志斐連春継 天文 博士 ( 貞観 2 - 12 年 ) 良 階 貞範 陰陽 允 ( 貞観 4 - 11 年 ) 。 日下部 利貞 陰陽 大属 ( 貞観 5 - 6 年 ) 。 陰陽 権 允 ( 貞観 15 年 ) 。 陰陽 助 ( 元 慶元 - 6 年 ) 。 百済 淸 貞 少属 ( 貞観 5 年 ) 。 家原 郷好 暦 博士 ( 貞観 9 年 - 元 慶 8 年 ) 。 陰陽 助 ( 貞観 14 年 ) 。 陰陽 頭 ( 元 慶元 - 8 年 ) 。 宮道 弥益 漏刻 博士 ( 元慶 元年 ) 。 秦 經 尚 陰陽 権 允 ( 元慶 元年 ) 。 山村 曰佐得道 陰陽 博士 ( 元慶 3 年 - 仁和 3 年 ) 。 中臣 志斐連安 善 天文 博士 ( 元慶 5 年 ) 。 大春日 氏 主 権暦 博士 ( 元慶 6 年 ) 。 中臣 志斐連 広守 天文 博士 ( 仁和 2 年 ) 。 葛木 宗 公 暦 博士 ? 。 葛木 茂 経 暦 ? 。 大春日 弘範 滋岳 川人 ? - 868 年 ( 貞観 _ ( 日本 ) 10 年 ) 「 滋丘 川人 」 と も 呼 ば れ る 、 平安 時代 前 - 中期 、 文徳 天皇 ・ 清和 天皇 の 頃 に 活躍 し た 陰陽 師 。 いわゆる 宮廷 陰陽 道 の 始祖 と さ れ 、 式占 ・ 遁甲 の 大家 で 呪術 に も 長け 、 しばしば 虫害 除去 や 雨乞い の 祭祀 を 行 っ た と さ れ る 。 「 世要 動 静 教 」 、 「 指掌 宿曜 経 」 、 「 滋岳 新術 遁甲書 」 、 「 六甲 六 帖 」 、 「 宅肝 経 」 など 多数 の 技術 書 を 著 し た と さ れ る が 、 残念 ながら 現存 する 著書 は な い 。 今昔 物語 に は 、 安倍 安仁 と とも に 過ち を 犯 し 地神 の 怒り を か っ て 追 わ れ る もの の 、 滋岳 川人 が 得意 と し た 隠形 の 術 で 身 を 隠し 逃げ 延び る こと が でき た い う 「 滋岳 川人 、 地神 に 追 はるる 語 」 と い う 話 で 知 ら れ る 。 陰陽 博士 854 年 - 874 年 。 兼 ・ 陰陽 権 允 854 年 。 兼 ・ 陰陽 権助 857 年 - 865 年 。 兼 ・ 播磨 国 権 大掾 861 年 。 兼 ・ 陰陽 頭 874 年 。 弓削 是雄 ? - ? 平安 時代 中期 、 清和 天皇 ・ 宇多 天皇 の 頃 に 活躍 し た 陰陽 師 、 滋丘 川人 の 弟子 。 怪僧 と 言 わ れ た 弓削 道 鏡 と は 同族 で 、 式占 の 達人 で あ っ た と い わ れ て い る 。 藤原 有陰 に 招 か れ て 近江 に 赴 い た 際 、 穀蔵 院 の 使者 で あ る 伴世継 と 行き 会 い 、 悪夢 を 見 た と 言 う 伴世継 が 弓削 是雄 に 占 っ て もら い 対策 を し て もら っ て 九死 に 一生 を 得 た と い う 話 ( 今昔 物語 「 天文 博士 弓削 是雄 、 夢 を 占 ふ 語 」 ) や 、 陰陽 頭 在任 時 に 、 60 歳 を 過ぎ て も いまだ に 試験 に 合格 せ ず 僧侶 の 位 が なかなか 得 られ な い 修行 者 を 憐 れん で 、 何 と か 試験 に 合格 さ せ て や ろ う と 呪術 を 用い て 立会 の 試験 官 を 排除 し て しま い 、 仲 の 良 かっ た 三善 清行 の 一存 で その 高齢 修行 者 を 合格 さ せ て や っ た と い う 話 ( 善家 異説 ) など が 知 ら れ て い る 。 賀茂 忠行 ? - 96 0 年 ( 天徳 ( 日本 ) 4 年 ) 陰陽 允 873 年 - 877 年 。 陰陽 権助 877 年 - 885 年 。 陰陽 頭 885 年 。 三善 清行 み よしきよゆき ( みよしき よ つら ) 847 年 ( 承和 ( 日本 ) 14 年 ) - 919 年 ( 延喜 18 年 ) 平安 時代 中期 の 漢学 者 。 別称 、 善相 公 。 権力 に 屈 し な い 正義 漢 で あ っ た ため 出世 が 遅れ た と さ れ る 。 本来 は 陰陽 寮 生 出身 の 陰陽 師 で は な く 、 大学 寮 で 紀伝道 を 修め た 漢文学 者 だ が 、 天文 ・ 陰陽 ・ 易学 に 通 じ て い た 。 讖緯説 ( しんいせつ 、 周期 的 予言 説 辛 酉 ・ 甲子 の 年 に は 革令 が あ る と の 中国 の 説 ) に もとづ い て 改元 を 上奏 し て 認め られ 、 元号 が 延喜 と 改め られ て 以降 、 周期 的 災厄説 に よ る 辛酉 年 ・ 甲子 年 の 災異 改元 が 通例 と な っ た 。 文章 博士 90 0 年 ( 昌泰 3 年 ) - 910 年 ( 延喜 10 年 ) 。 兼 大学 頭 、 兼伊勢 権介 901 年 ( 昌泰 4 年 ) 。 兼 式 部 少輔 90 3 年 ( 延喜 3 年 ) 。 式部 権 大輔 兼備中 権守 90 5 年 ( 延喜 5 年 ) 。 参議 兼 宮内 卿 917 年 ( 延喜 17 年 ) 。 兼 播磨 権 守 918 年 ( 延喜 18 年 ) 。 賀茂 忠行 ? - 96 0 年 ( 天徳 ( 日本 ) 4 年 ) 後 に 世襲 陰陽 家 の 名門 と な っ た 賀茂 氏 の 祖 。 賀茂 保憲 の 父 。 安倍 晴明 の 師 。 奈良 時代 に 活躍 し た 修験 道 の 開祖 ・ 役 小角 の 末裔 で あ る と 言 わ れ て い る 。 940 年 に 平将門 の 乱 ・ 藤原 純友 の 乱 が 勃発 し た 際 、 この 対策 の ため に 時 の 権力 者 藤原 師輔 に 、 当時 は 密教 の 高僧 で も 知 ら な かっ た と さ れ て い る 「 白衣 観音 法 」 を 進上 し た こと が きっかけ で 重用 さ れ る よう に な っ た 。 陰陽 道 に かぎ ら ず 天文 道 ・ 暦道 など 様々 な 分野 に 明る か っ た ほか 、 卜占 に も よく 通 じ て お り その 正確 さ は 有名 で 、 村上 天皇 が 水晶 念珠 を 見え な い よう に 箱 に 入れ て その 中身 を 占 じ させ た ところ 、 見事 に 言 い 当て た と い う 伝説 が 残 っ て い る ( 三善 為 康 「 朝野 群載 」 ) 。 早く から 嫡男 ・ 賀茂 保憲 や 弟子 ・ 安倍 晴明 の 才能 を 見出 し 育成 し た こと で 知 ら れ て い る 。 賀茂 保憲 917 年 ( 延喜 17 年 ) - 977 年 ( 貞元 _ ( 日本 ) 2 年 ) 加茂 忠行 の 子 で 父 と 並 び 平安 中期 を 代表 する 陰陽 師 の ひとり 。 安倍 晴明 および 長男 賀茂 吉平 の 師 、 「 当朝 は 保憲 を も っ て 陰陽 の 規模 と な す 」 と 賞賛 さ れ る ほど の 評価 を 得 て い た 。 官僚 と し て も 出世 し て 陰陽 頭 に まで な っ て い る 。 嫡子 の 加茂 光栄 に 暦道 を 、 弟子 の 安倍 晴明 に 天文 道 を あま な く 伝授 し 、 後 の 賀茂 氏 ・ 安倍 氏 の 2 家 世襲 体制 の 礎 を 作 っ た 。 今昔 物語 に 、 弟子 の 安倍 晴明 と の 間 で 隠 さ れ た 中身 を 当て る 占術 試合 「 占覆 」 を 行 っ た 話 が 収録 さ れ て い る と さ れ 、 また 「 暦林 」 ・ 「 保憲 抄 」 と い う 暦道 や 陰陽 道 の 技術 書 を 著 し た と さ れ て い る が 、 残念 ながら どれ も 現存 し て い な い 。 賀茂 光栄 939 年 ( 天慶 2 年 ) - 1015 年 ( 長和 4 年 ) 賀茂 保憲 の 嫡子 。 安倍 晴明 と 並び 称 さ れ る 有能 な 陰陽 師 。 父 ・ 賀茂 保憲 が 天文 道 を 安倍 晴明 に 伝授 禅譲 し た ため に 暦道 のみ を 継承 する こと と な り 、 これ が 原因 で 安倍 晴明 を ライバル 視 し て い た こと が 「 続古 事談 」 に 記 さ れ て い る 。 暦道 に 優れ た ほか 予知 能力 に も 長け て お り 「 的中 する こと 掌 を 返 す が 如 し 」 と 絶賛 さ れ た 。 藤原 道長 が 安倍 晴明 と とも に 呼び寄せ て 頻繁 に 相談 や 占術 を 行 わ せ て い た こと が 「 御堂 関 白記 」 や 「 栄花 物語 」 に も 記 さ れ て お り 、 多く の 貴人 から 重用 さ れ た 。 安倍 晴明 921 年 ( 延喜 21 年 ) - 100 5 年 ( 寛弘 2 年 ) 後 の 土 御門 氏 の 祖 。 遣唐 使 に 参加 し て 陰陽 の 本場 城 刑山 で 伯道 上人 に 学 び 、 帰国 する と 特殊 化 ・ 秘伝 秘術 化 し た 独特 の 陰陽 道 を 築き上げ た 。 陰陽 道 の 名典 「 金烏 玉 兎集 」 を 著 し た と も 言 わ れ て い る が 、 伯道 上人 に 教え を 受け た 際 に これ を 授け られ た と い う 説 も 多 い 。 ただし 晴明 の 著作 と し て 確認 さ れ て い る の は 、 晴明 の 子孫 で あ る 土御 門家 に 伝わ っ た 「 占事 略 决 」 のみ で あ る 。 陰陽 諸道 の 中 で 最も 難し い と 言 わ れ て い た 天文 道 に 長 じ 、 朱雀 天皇 ・ 村上 天皇 ・ 冷泉 天皇 ・ 円融 天皇 ・ 花山 天皇 ・ 一 条 天皇 の 6 代 天皇 、 藤原 道長 ・ 藤原 実資 に 重用 さ れ て 影響 力 を ふ る っ た 。 天文 博士 を 勤め た 後 に は 陰陽 寮 を 超え て 主計 権助 ・ 大膳 大夫 ・ 左京 権 大夫 ・ 大国 で あ る 播磨 守 など の 官職 を 歴任 し て 「 従 四 位 下 」 まで 昇進 し た 。 時 の 権力 者 の 影 と な り 日 なた と な り 活躍 し た ため に 出世 し た と 言 わ れ て い る 一方 で 、 極めて 謎 の 多 い 人物 で も あ る 。 セーマン ( 晴明 桔梗 ・ 晴明 紋 ・ 五 芒星 ) と い う 呪符 を 使 い 、 人形 を 使 っ て 「 青龍 」 ・ 「 勾陳 」 ・ 「 六合 」 ・ 「 朱雀 」 ・ 「 騰蛇 」 ・ 「 貴人 」 ・ 「 天后 」 ・ 「 大陰 」 ・ 「 玄武 」 ・ 「 大裳 」 ・ 「 白虎 」 ・ 「 天空 」 の 式神 十 二 天将 を 自由 に 駆使 し 、 驚異 的 な 呪術 を 展開 し た と さ れ て い る 。 また 、 没後 かなり 早 い 段階 から “ 鳥 が 話 す 言葉 を 理解 でき た ” 、 “ 母 は 信田 の 森 に 棲 む 「 葛葉 」 と い う 白狐 だっ た ” 、 “ 両性 具有 者 だっ た ” など 、 その 超 人 ぶり と 特異 性 を あまり に も 誇張 し た 数 多く の 伝説 が 残 っ て お り 、 古事 談 ・ 大鏡 ・ 宇治 拾遺 物語 ・ 古今 著聞 集 ・ 今昔 物語 集 ・ 體源 抄 ・ 日本 紀略 ・ 権記 ・ 平家 物語 ・ 大江山 絵詞 ・ 元 亨 釈書 ・ 源平 盛 衰記 ・ 発心 集 ・ 北条 九 代記 ・ 私聚 百 因 縁 集 、 歌舞伎 や 文楽 の 題目 信田 妻 ・ 蘆屋 道満 大内鑑 、 仮名 草子 安倍 清明 物語 、 はて は 近年 の 夢枕 獏 に よ る 小説 や 岡野 玲子 に よ る 漫画 、 数 多く の 映画 化 ・ ドラマ 化 や ゲーム の キャラクター など 、 中世 から 近世 ・ 現代 に 至 る まで あまた の 著作 の 題材 と し て 取り上げ られ て い る 。 1007 年 に 一条 天皇 に よ っ て 屋敷 址 の 一部 に 建立 さ れ た 晴明 神社 は 、 一 度 は 焼失 し た もの の 復興 さ れ て 京都 市 上京 区 堀川 通 一 条上 ル 80 6 に 現存 し て い る ほか 、 京都 市 右京 区 嵯峨 天竜 寺 角倉町 に は 晴明 神社 の 飛地 境内 と し て その 墓標 が 残 っ て い る 。 安倍 吉平 954 年 ( 天暦 8 年 ) - 10 26 年 ( 万寿 3 年 ) 安倍 晴明 の 嫡子 。 父 同様 に 賀茂 光栄 と 並び 称 さ れ る 陰陽 師 と し て 藤原 道長 ・ 藤原 実資ら に 重用 さ れ 、 天文 博士 ・ 陰陽 博士 から 陰陽 助 に まで 昇進 し 、 位 階 は 従 四 位 上 まで 取り立て られ た 。 五 龍 祭 や 四角 祭 を 勤め ( 日本 紀略 ) 、 藤原 道 に 取り憑 い た 具平 親王 の 悪霊 を 賀茂 光栄 と 共 に 祈祷 し て 取り除 い たり ( 宝物 集 ) 、 親仁 親王 出産 の 際 に 死去 し た 皇妃 嬉子 の 入棺 ・ 葬儀 に 関 する 方法 を 藤原 頼道 に 勧申 し たり ( 栄花 物語 ) し て い る 。 古今 著聞 集 に は 医師 ・ 丹波 雅忠 と 宴 を 囲 ん で い た 際 に 地震 を 予知 し た と の 詳し い 記載 が あ る 。 安倍 吉昌 955 年 ( 天暦 9 年 ) ? - 10 31 年 ( 長元 4 年 ) ? 安倍 晴明 の 2 子 。 感受 性 豊か で 向学 心 が 強 かっ た ため 賀茂 保憲 に 目 を かけ られ 、 1017 年 に 安倍 晴明 も なれ な かっ た 陰陽 頭 ( おんみょう の かみ ) に 昇進 。 日食 を 予言 し た こと で 知 ら れ る 。 安倍 章 親 安倍 吉平 の 子 、 安倍 晴明 3 代 の 子孫 。 105 5 年 に 陰陽 頭 就任 し た 際 、 賀茂 氏 に 暦 博士 を 、 阿倍 氏 に 天文 博士 を 代々 独占 世襲 さ せ る こと と 定め て い る 。 安倍 泰成 安倍 晴明 4 代 の 子孫 。 神明 鏡 で は 、 妖狐 ・ 玉藻 前 と 呪術 で 対決 し た と 言 わ れ て い る 。 陰陽 頭 まで 出世 し て い る 。 安倍 泰親 安倍 泰成 の 子 、 安倍 晴明 5 代 の 子孫 。 藤原 頼長 や 九条 兼実 に 重用 さ れ て 1 182 年 陰陽 頭 。 卜占 の 天才 で 平家 滅亡 と その 時期 まで 予言 的 中 さ せ 「 指神子 ( さす のみこ ) 」 と 呼 ば れ た 。 肩口 に 落雷 し た 際 に 袖 を 焼 い た もの の 奇跡 的 に 怪我 一 つ 負 わ な かっ た と さ れ て い る 。 道摩 法 師 ( ? - ? ) 道摩 法師 の 名 で も 知 ら れ る 平安 中期 の 非 官人 陰陽 師 。 播磨 国 ( 現在 の 兵庫 県 ) の 民間 ( ヤミ ) 陰陽 師 集団 出身 で 、 呪術 に 長 け セーマンドーマン ( 九字 を 表 す 縦 4 本 ・ 横 5 本 の 格子 模様 ) と い う 呪符 を 好 ん で 使 っ た と か 、 安倍 晴明 の セーマンドーマン を 使 っ て 「 ドーマンセーマン 」 と 呼 ば れ る よう に な っ た 等 の 説 が あ る 。 安倍 晴明 が 当時 の 関白 藤原 道長 に 重用 さ れ て い た の に 対 し 、 蘆谷 道満 は 藤原 道長 の 政敵 で あ る 左 大臣 藤原 顕光 に 道長 へ の 呪祖 を 命 じ られ た と さ れ 、 これ が 両者 の 永遠 の ライバル と し て の 関係 を 決定 づけ た 。 室町 時代 の 播磨 の 地誌 で あ る 「 峰相 記 」 に は 、 藤原 顕光 に 呪詛 を 依頼 さ れ た 蘆谷 道満 は 安倍 晴明 に これ を 見破 ら れ た ため に 播磨 に 流 さ れ 、 道満 の 子孫 が 瀬戸 内海寄り の 英賀 ・ 三宅 方面 に 移り住 み 陰陽 師 の 業 を 継 い だ と 記 さ れ て い る 。 歌舞伎 や 文楽 の 演目 「 芦屋 道満 大内鑑 」 を はじめ と し た 著作 で 、 しばしば 安部 晴明 と 呪術 合戦 を 繰り広げ る ライバル と し て 登場 する が 、 もっぱら 晴明 を 引き立て る 悪役 と し て 描 か れ る こと が 多 い 。 道満 が 上京 し 晴明 と 内裏 で 争い 負け た 方 が 弟子 に な る と い う 呪術 勝負 を 持ちかけ た こと に よ り 、 帝 は 大柑子 を 16 個 入れ た 長持 を 占術 当事 者 で あ る 両名 に は 見せ ず に 持ち出 さ せ 「 中 に 何 が 入 っ て い る か を 占え 」 と の お題 を 与え た 。 早速 、 道満 は 長持 の 中身 を 予測 し 「 大 柑子 が 16 ! 」 と 答え た が 、 晴明 は 加持 の 上冷静 に 「 鼠 が 16 匹 」 と 答え た 。 観客 で あ っ た 大臣 ・ 公卿 ら は 中央 所属 の 陰陽 師 で あ る 晴明 に 勝 た せ た い と 考え て い た が 中身 は 「 大 柑子 」 で あ る こと は 明白 に 承知 し て い た の で 晴明 の 負け が はっきり し た と 落胆 し た 。 しかし 、 長持 を 開け て み る と 、 晴明 が 式神 を 駆使 し て 鼠 に 変え て しま っ て お り 、 中 から は 鼠 が 16 匹 出 て き て 四方 八方 に 走り回 っ た 。 この 後 、 約束 通り 道満 は 晴明 の 弟子 と な っ た 、 と 言 わ れ て い る と い う 話 や 、 遣唐 使 と し て 派遣 さ れ 唐 の 伯道 上人 の もと で 修行 を し て い た 晴明 の 留守 中 に 晴明 の 妻 と ねん ごろ に な り 不義 密通 を 始め て い た 道満 が 、 晴明 の 唐 から の 帰国 後 に 伯道 上人 から 授か っ た 書 を 盗み見 て 身 に つけ た 呪術 で 晴明 と の 命 を 賭け た 対決 に 勝利 し て 晴明 を 殺害 し 、 第 六 感 で 晴明 の 死 を 悟 っ た 伯道 上人 が 急遽 来日 し て 呪術 で 晴明 を 蘇生 さ せ 道満 を 斬首 、 その 後 に 晴明 は 書 を 発展 さ せ て 「 金烏 玉 兎集 」 に まとめ 上げ た と い っ た 話 が 有名 で あ る 。 阿倍 晴明 伝説 が 全国 的 に 拡散 し た の と 同様 、 蘆谷 道満 伝説 も 大 規模 に 拡が っ て お り 、 日本 各地 に 「 蘆屋 塚 」 ・ 「 道満 塚 」 ・ 「 道満井 」 の 類 が 数 多 く 残 っ て い る 。 智徳 法師 ( ? - ? ) 播磨 国 の 僧侶 で あ り ながら 陰陽 道 の 呪法 や 占術 を 用い て 金 を 稼 ぎ まく っ た ヤミ 陰陽 師 。 今昔 物語 の 、 海賊 に 襲 わ れ た 船主 に 同情 し て 陰陽 の 術 を 用い て 船荷 を 取り戻 し た 話 や 、 陰陽 道 を 身 に つけ て 得意 に な り 、 噂 に 聞 く 安倍 晴明 の 実力 を 確かめ よ う と 自分 の 式神 を 連れ て 呪術 対決 に 臨 ん だ が 、 逆 に 安倍 晴明 に 式神 たち を 隠 さ れ て しま い 、 陳謝 し て 自分 の 式神 を 返 し て もら う と い う エピソード で 知 ら れ る 。 人物 像 や 環境 設定 が 酷似 し て い る ため 、 蘆谷 道満 と 同一 人物 で は な い か と の 説 が 有力 で あ る 。 陰陽 道 自体 が 時代 毎 に 多様 化 し た の に 伴い その 儀礼 も また 一様 で は な い 。 他教と の 影響 関係 等 も 含め 陰陽 道 の 儀礼 は 未だ 研究 の 途上 に あ る ため 具体 的 に 述べ る こと は 難し い 。 伝来 当初 は 所謂 呪 禁道 の 影響 も 強 かっ た で あ ろ う と 考え られ る 。 『 延喜 式 』 「 陰陽 寮 」 に は 宮中 に おけ る 陰陽 師 の 司 っ た 祭り の 記録 が 見え る 。 それ に よ れ ば 儺祭 ( 節分 ・ 鬼 や ら い ) や 庭火 ・ 竈神 の 祭 、 御 本命 祭 、 三元 祭 など が 挙げ られ て い る 。 この うち 儺祭 で は 陰陽 師 が ( 壇 に ) 進 ん で 祭文 を 読 む と あ る が 、 この 祭文 は 前半 が 中国 語 ( 漢字 ) で 構成 さ れ た 音読 部分 で あ り 、 後半 が 祝詞 の よう に 万葉 仮名 の 振 ら れ た 訓読 部分 と な っ て い る 。 また 、 中世 の 『 文肝 抄 』 に は 幾 つ か の 陰陽 道祭 の 概要 が 述べ られ て い る が 、 陰陽 道 の 祭儀 は 大 ・ 中 ・ 小法 から な り 、 状況 に よ り 使い分け て い た よう で あ る 。 陰陽 道 の 代表 的 な 祭儀 と い え ば 、 人 の 寿命 を 司 る 泰山 府 君 を 祭 る 泰山 府 君 祭 や 天皇 の 即位 毎 に 行 わ れ た 天曹 地 府 祭 など を 挙げ る 事 が でき る が 、 『 文肝 抄 』 に は この 他 五 帝 四 海 神祭 や 北極 玄宮 祭 、 三 万 六千 神祭 、 七十 二 星 鎮祭 、 西嶽 真人 祭 、 大将軍 祭 、 河臨 祭 、 霊気 道断 祭 、 招魂 祭 等 種々 の 陰陽 道祭 が あ っ た こと が 記 さ れ 、 幾 つ か は 祭文 が 伝存 し て い る 。 九字 ( くじ ) 陰陽 道 で 用い られ た と さ れ る 呪文 の 一種 。 一般 に は 「 臨兵 闘 者 皆 陣列 在前 」 の 九字 を 言 い 、 結印 し たり 四縦 五 横 に 切 る 所作 を 伴 う 。 現在 の ところ 「 九字 」 の 初見 は 葛洪 『 抱朴 子 』 「 登渉 篇 」 と さ れ る が 、 同書 で は 末尾 が 「 在前 」 で は な く 「 前行 」 と な っ て お り 、 入山 時 に 唱え る 「 六甲 秘祝 」 と し て 呪 のみ が 載 る 。 したが っ て 九字 の 呪 、 四 縦 五 横 に 切 る 所作 、 結印 の 所作 は 別個 に 形成 さ れ た もの と 考え られ る 。 なお 、 四 縦 五 横 に 切 る 所作 自体 は 道教経典 等 に も 見え 古く から 存在 し て い る が 、 結印 の 所作 は 見え な い 。 結印 の 所作 は 恐らく 我国 伝来 後 、 密教 或いは 修験 道 が 受容 する 中 で 付加 さ れ た もの で あ ろ う 。 なお 、 陰陽 道 に おけ る 九字 で は 、 古 い もの で は 鎌倉 期 の 陰陽 道 の 反閇 儀礼 を 伝え る 文献 に 四 縦 五 横 に 切 り ながら 「 朱雀 ・ 玄武 ・ 白虎 ・ 勾陳 ・ 帝后 ( ? ) ・ 文王 ・ 三 台 ・ 玉女 ・ 青龍 」 を 唱え る もの が あ る 。 現存 する 文献 で は 身固 や 反閇 の 際 に 用い られ た こと が うかがえ る 。 「 急急 如 律令 」 元来 は 、 中国 漢代 の 公文 書 の 末尾 に 書 か れ た 決り 文句 で 「 急 い で 律令 の 如 く 行え 」 の 意 。 本来 は 「 急 」 の 字 は 「 ロ ( 口編 ) 」 が つ く 。 道家 が 呪文 に 取りいれ た もの を 陰陽 師 も 用い た もの で あ ろ う 。 なお 、 密教 や 修験 道 に お い て も 「 急々 如律令 」 の 呪 は 用い られ る 。 六壬 式 盤 ( りくじん しきばん ・ りくじん ちょくばん ) 六壬 式占 に よ っ て 吉凶 を 判断 する ため の 道具 で 、 地 を 表 す 「 輿 ( よ ) 」 と 呼 ば れ る 方形 の 台座 と 、 天 を 表 す 「 堪 ( かん ) 」 と 呼 ば れ る 円形 の 天盤 で 作 ら れ て い る 。 地盤 に は 、 二十 八 宿 、 十 干 、 十 二 支、 四隅 の 八卦 が 記載 さ れ 、 天盤 に は 十 二 月 将 等 が 記載 さ れ て い る 。 天盤 の 十 二 月 将 を 地盤 の 十 二 支 に 合わせ る こと で 、 簡易 な 計算 を 行 っ た の と 同じ 効果 が 得 られ る 。 式盤 は 栻 ( ちょく 、 木偏 に 式 ) と も 呼 ば れ る 。 正し く 作成 する ため に は 、 輿 で あ る 地盤 に は 雷 に 撃 た れ た 棗 の 木 、 堪 で あ る 天盤 に は 楓 ( ふう ) に でき る コブ で あ る 楓人 を 使用 する 。 渾天儀 ( こんてん ぎ ) 天文 上 の 変異 知 る 為 に 天文 観測 に 用い た 道具 で 、 指標 と な る 星 の 運行 の 組み合わせ や 配置 を 観測 し た 。 特に 本来 は あ っ て は な ら な い 彗星 が 現れ る と 大災 や 天変 地異 が 起こ る と さ れ た 。 呪符 ・ 霊符 陰陽 師 が 用い た と さ れ る 、 種々 の 紋様 や 呪文 を 記載 し た 護符 。 俗 に 「 セーマンドーマン 」 や 「 セーマンドーマン 」 と 呼 ば れ る 図形 を 記 す もの も 多 い 。 他 に も 「 鎮宅 七十 二 霊符 」 や 「 × 」 ・ 「 篭目 」 ・ 「 渦巻 」 ・ 「 六芒星 」 や 、 「 急急 如 律令 」 の 呪文 を 文字 で 書きつけ た もの など 数 多く の 呪符 が あ る 。 元来 中国 で 用い られ て い た もの が 伝来 し た もの と 考え られ る が 、 我国 に おけ る 護符 の 歴史 は 未だ 解明 さ れ て い な い 部分 が 多 く 、 古く は 藤原 京跡 など から 「 急々 如律令 」 の 呪句 を 書き付け た 呪符 木簡 等 が 出土 し て お り 、 奈良 時代 に は すでに 活用 さ れ て い た ら しい 。 古 い 資料 は 殆ど 残 っ て お ら ず 、 たとえば 平安 当初 に どの よう な 呪符 が 用い られ て い た か 等 は 不明 な 点 が 多 い 。 太上 神仙 鎮宅 霊 符 『 太上 秘法 鎮宅 霊符 』 「 鎮宅 七十 二 道 霊符 」 等 と も 呼 ば れ る 七十 二 種 の 護符 。 現在 の 所 、 道蔵 の 『 太上 秘法 鎮宅 霊符 』 が 原典 と さ れ 、 中世 初期 に 伝来 し た もの と 考え られ て い る 。 陰陽 道 に 限 ら ず 仏教 、 神道 など の 間 で も 広 く 受容 さ れ た 。 この 霊符 を 司 る 神 を 鎮宅 霊 符 神 い う が 、 元来 は 道教 の 玄天 上 帝 ( 真武 大 帝 ) で あ る と 考え られ て い る 。 玄天上 帝 は 玄武 を 人格 神化 し た もの で あ り 、 北斗 北 辰信仰 の 客体 で あ っ た 。 それ 故 日本 へ 伝来 する と 妙見 菩薩 や 天之 御 中主神 等 と 習合 し 、 星辰 信仰 に 影響 を 与え て い る 。 星 辰信仰 の 客体 で あ り 、 また 八卦 が 描 か れ る ため 陰陽 道 で は 受容 し やす かっ た もの と 思 わ れ る 。 近世 に は 七十 二 種 を 一 枚 に 刷 っ た 「 鎮宅 霊符 」 が 各地 の 妙見 宮 や 霊符 社 から 出 さ れ 、 軸装 し て 祭 ら れ て い た 。 なお 、 土御 門 神道 の 祭神 は 現在 泰山 府 君 、 鎮宅 霊 符 神 、 安倍 晴明 が 主神 で あ る 。 楠 正成 や 加藤 清正 など も 鎮宅 霊 符神 の 熱心 な 信者 で あ っ た と さ れ る 。 鎮宅 霊 符神 を 祭 る 主な 社寺 は 関西 圏 に 多 い 。 群馬 県 : 達磨 寺 福井 県 : 天社 土 御門 神道本 庁 京都 府 : 曙寺 ( 閑臥 庵 ) 、 行願 寺 ( 革堂 ) 、 松山 不動 寺 等 大阪 府 : 星田 妙見宮 ( 小松 神社 ) 、 大阪 天満 宮 、 報恩 院 、 鎮宅 霊符 神社 ( 東大阪 ) 、 妙法 寺 ( 今里 ) 等 奈良 県 : 鎮宅 霊符 神社 ( 陰陽 町 ) 、 信貴 山 成 福院 等 人形 ( ひとかた 、 ひとがた ) 形代 ( かたしろ 、 かたじろ ) 、 撫物 ( な でもの ) と も 言 い 、 紙 や 木材 ・ 草葉 ・ 藁 など で 人 の 形 に 作 ら れ 、 それ に よ り 患部 等 を 撫で る こと に よ っ て 自分 の 穢れ を これ に 移 しつけ て 祓 う の に 使 わ れ る もの で 、 流し雛 の 風習 は これ を 元 と し て い る 。 一方 で 人形 に 相手 の 名前 等 を 記 し 、 その 人形 を 傷つけ る など し て 、 相手 に 事故 死 や 病死 など の 重大 な 災い を ひき起こ す 呪 い と し て 用い たり 、 男女 二体 の 人形 を 一 つ に し 祈祷 する こと で 恋愛 成就 を 祈 る など 、 様々 な 祈祷 儀礼 に 広 く 見 られ る 。 丑 の 刻参り の 藁 人形 が 有名 。 式神 ( しきがみ ) 陰陽 師 が 使役 し た と さ れ る 使役 神 を 言 う 。 「 識神 」 「 しき の かみ 」 「 式 ( しき ) 」 と も 。 「 式神 」 の 解釈 は 密教 の 護法 童子 に 似 た もの で あ る と か 、 精霊 を 使役 する もの で あ る と か 諸説 存在 する が 、 最も 有力 な の は 陰陽 道 で 用い られ る 「 六壬 式 盤 ( りくじん しきばん ) 」 に 由来 する と の 説 で あ ろ う 。 陰陽 師 に と っ て 占具 で あ る 式盤 は 最も 身近 な 存在 で あ り 、 天盤 と 地盤 は 合 し て 宇宙 その もの を 表 す 。 それ 故 強大 な 呪力 を 持 つ と の 信仰 が 少な く とも 密教 側 の 史 資料 に は 散見 さ れ 、 「 都表 如意輪 法 」 等 の よう に 、 陰陽 道 の 式盤 に よく 似 た もの を 作成 し 、 一種 の 呪具 と 見做 し 祈祷 する こと で 種々 の 利益 を 得 る と する 信仰 が あ っ た 。 そう し た 資料 の 中 に は 「 式神 」 を 呼び出 す 旨 が 記 さ れ る もの も あ る 。 身固 ( みがた ) め 陰陽 道 の 護身 作法 の 一種 。 禹歩 ( うふ ) 足 で 大地 を 踏みしめ て 呪文 を 唱え ながら 千鳥 足 様 に 前進 し て 歩 く 呪法 を 指 す 。 基本 は 北斗 七星 の 柄杓 方 を 象 っ て ジグザグ に 歩 く もの で あ る が 、 九宮 八 卦 の 九星 配置 を 象 っ て 歩 く や り 方 や 、 片足 を 引きず り ながら 歩 い て 地面 に 図形 を 描 く と い っ た もの も あ る 。 名前 の 通り 、 中国 の 禹 が 治水 の ため に 中国 全土 を 踏破 し た けっか 、 遂に は 足 を 引きず り ながら ある く よう に な っ た と い う 伝説 に ちな ん だ もの で あ る 。 魔 を 祓 い 地 を 鎮め 福 を 招 く こと を 狙い と し て い おり 、 ドーマン の 九字 と 同様 、 葛洪 に 『 抱朴 子 』 に は 薬草 を 取り に 山 へ 踏み入 る 際 に 踏 む べ き 歩み と し て 記 さ れ て い る こと が 起源 で あ る 。 奇門 遁甲 に おけ る 方術 部門 ( 法奇門 ) で は 、 術 を 成功 さ せ る ため に 行 わ れ て い た 。 反閇 ( へんぱい ) 道中 の 除災 を 目的 と し て 出立 時 に 門 の 前 で 行 う 呪法 。 自分 自身 の ため に 行 う こと も あ る が 、 多く は 天皇 や 摂関家 へ の 奉仕 と し て 行 わ れ た 。 反閇 で は 最初 に 玉女 を 呼び出 し て 目的 を 申し述べ る 。 呼び出 す とき に は 禹歩 を 踏 む 。 最後 は 6 歩 歩 い て 振り返 ら ず 出発 する 。 泰山 府 君 祭 元来 は 道教 の 祭祀 。 刀禁 呪 元来 は 道教 の 呪文 。 浄心 呪 元来 は 道教 の 呪文 。 浄身 呪 元来 は 道教 の 呪文 。 浄天地 呪 元来 は 道教 の 呪文 。 平安 時代 の 宗教 化 ・ 呪術 化 し た 陰陽 師 が 持 つ オカルト な イメージ を もと に 、 その 超 人 性 や 特異 性 を 誇張 し た 様々 な 創作 作品 や キャラクター が 生まれ て い る 。 『 陰陽 師 ( 小説 ) 』 ( 夢枕 獏 ) 『 帝都 物語 』 ( 荒俣 宏 ) 『 陰陽 ノ京 』 ( 渡瀬 草一郎 ) 『 妖界 ナビ ・ ルナ 』 ( 池田 美代子 ) - 琴月 綾 挿画 。 『 少年 陰陽 師 』 ( 結城 光 流 ) 『 女陰陽 師 』 ( 加野 厚志 ) - 公武 合体 政策 に 反目 する 朝廷 勢力 が 、 皇女 和宮 と 徳川 家茂 の 政略 結婚 阻止 の ため に 和宮 に 瓜二 つ の 女陰陽 師 ・ 八瀬 を 送り込 む と い う フィクション 。 『 封殺 鬼 』 ( 霜島 ケイ ) 『 レンタル マギカ 』 ( 三田 誠 ) 『 陰陽 師 ( 漫画 ) 』 ( 岡野 玲子 ) - 夢枕 獏 の 同名 小説 を 漫画 化 。 『 東京 BABYLON 』 ( CLAMP ) 『 X 』 ( CLAMP ) 『 XXX HOLiC 』 ( CLAMP ) 『 シャーマンキング 』 ( 武井 宏之 ) 『 宵闇 眩燈 草紙 』 ( 八房 龍之助 ) 『 陰陽 大戦 記 』 ( ウィズ ( 玩具 ) 原作 ) 『 アベノ 橋 魔法 ☆ 商店 街 』 ( ガイナックス 原作 ) 『 MUSASHI - GUN 道 - 』 ( モンキー ・ パンチ 原作 ) 『 王都 妖 奇譚 』 ( 岩崎 陽子 ) 『 少年 陰陽 師 』 ( 結城 光 流原作 ) 『 魔法 使 い の 娘 』 ( 那州 雪絵 ) 『 レンタル マギカ 』 ( 三田 誠原作 ) 『 闇神 コウ ~ 暗闇 に ドッキリ ! ~ 』 ( 加地 君也 ) 『 陰陽 師 ( 映画 ) 』 『 陰陽 師 II 』 ( 滝田 洋二郎 監督 ) - 夢枕 獏 の 同名 小説 を 映画 化 。 『 帝都 物語 』 ( 実相 寺 昭雄 監督 ) - 荒俣 宏 の 同名 小説 を 映画 化 。 『 陰陽 師 妖魔討伐姫 』 ( 熊澤 尚人 監督 ) - 安藤 希出演 。 舞台 は 現代 。 『 女陰陽 師 シリーズ 』 ( 九鬼 ( アダルト ビデオ ) 製作 ) - 一部 R 指定 作品 を 含 む 。 『 陰陽 師 ( テレビ ドラマ ) 』 ( 日本 放送 協会 ドラマ D モード ) - 夢枕 獏 の 同名 小説 を ドラマ 化 。 『 陰陽 師 ☆ 安倍 晴明 〜 王都 妖 奇譚 〜 』 ( フジ テレビジョン 系 ) - 岩崎 陽子 の 漫画 を ドラマ 化 。 『 久遠 の 絆 』 ( フォグ ) 『 遙か な る 時空 の 中 で シリーズ 』 ( コーエー ) 『 豪血 寺 一族 』 シリーズ ( アトラス ( ゲーム 会社 ) ) - 一部 ステージ の 背景 に 描写 。 その ステージ バックグラウンド ミュージック の 曲名 は 「 レッツ ゴー ! 陰陽 師 」 。 『 東京 魔人 學園 伝奇 シリーズ 』 ( シャウト デザイン ワークス ) 『 少年 陰陽 師 ゲーム 化 』 『 CR フィーバー 陰陽 師 』 ( 三共 ( パチンコ ) ) - テレビ ドラマ 『 陰陽 師 安倍 晴明 』 を 題材 に し た パチンコ 機 。 現代 で は 「 おんみょうじ 」 と 先頭 を 強調 する 発音 が 定着 し て い る が 、 かつて は 「 おんみ やうぢ 」 と 2 音 目 に アクセント を 置 く イントネーション が 普通 で あ っ た と 言 わ れ て い る 。 昨今 の 陰陽 師 ブーム に 乗 っ て 、 石田 千尋 な る 人物 が 自称 陰陽 師 と し て テレビ 出演 等 を おこな っ て い る が 、 その 儀礼 法 は 明らか に 古神道 に 準拠 する もの で 、 陰陽 道 に 基づ い た もの で あ る と は 言 い 難 い 。 また 、 関西 で 活動 する 播磨 陰陽 師 ( 神祓衆 ) ・ 尾畑 雁 多 ( おばた かりんど ) なる 人物 が 教え る の は 武家 の 流れ を 組 む と も 言 わ れ る 武術 を 伴 っ た もの で あ る 。 これ は 、 播磨 陰陽 師 ( 神祓衆 ) が 祭祀 呪術 武術 を 三位 一体 と する ため だ と さ れ る 。 プログレッシブ な ヘヴィメタル 楽曲 に 平安 古語 を 多用 し た 歌詞 など を 載せ 、 各地 の 妖怪 伝奇 や 源義経 伝説 など を 黒髪 長髪 に 平安 装束 を 身 に まと っ て 演奏 し 、 日本 で 初めて 能楽堂 に お い て コンサート を 行 っ た 。 『 伝奇 ヘヴィメタル バンド 』 を 標榜 する 陰陽 座 の リーダー 黒猫 ( ボーカリスト ) は 、 平安 時代 末期 の オカルティック な イメージ を 象徴 する 宮廷 陰陽 道 から 「 陰陽 」 の 名 を と っ て バンド 名 に 用い た 。 同 バンド の ファン は 、 安倍 晴明 ら 平安 時代 中末期 の 陰陽 師 が 駆使 し た と さ れ て い る 『 十 二 天将 』 と 呼 ば れ 、 同 バンド の ファン クラブ 名 は 『 式神 倶楽部 』 と 呼 ば れ て い る 。 +守護 代 ( しゅご だい ) と は 、 鎌倉 時代 と 室町 時代 に 守護 の 下 に 置 か れ た 役職 で あ る 。 広義 に は 代官 の 一種 で あ る が 、 室町 時代 以降 は 室町 幕府 の 直轄 領 の 土地 支配 の 代理 人 を 代官 と い い 、 守護 の 代理 人 た る 守護 代 と は 区別 さ れ た 。 守護 は 、 鎌倉 や 京都 に つめ て 中央 の 政務 に 携わ る こと が 多 く 、 任国 を 留守 に する 期間 が 長 かっ た 。 複数 の 国 を 兼任 する 守護 の 場合 、 兼任 し た 国 を 視察 する 機会 は さらに 少な かっ た 。 この ため 守護 は 、 家臣 の 中 から 代官 を 任命 し て 実際 の 政務 を 代行 さ せ た 。 これ が 守護 代 で あ る 。 守護 代 も 自ら の 代理 人 た る 小守護 代 を 置 き 、 守護 任 国 に おけ る 土地 支配 構造 は きわめて 重層 的 で あ っ た と いえ る 。 室町 時代 に 入 る と 、 当初 は 守護 の 一門 や その 傍流 、 或いは 重臣 、 また は 守護 国 内 の 有力 武士 ( 国人 ) が 任 じ られ る ( ただし 、 複数 の 守護 を 兼ね る 家 の 場合 に は 、 他 の 領国 の 国人 が 守護 代 と さ れ る 場合 も あ る 。 讃岐 国 香西 氏 → 丹波 国 守護 代 、 能登 国 遊佐 氏 → 河内 国 守護 代 など ) こと が 多 く な り 、 次第 に 世襲 化 し て い く と 、 守護 に 代わ っ て 実質 的 統治 者 に な っ て い っ た 。 守護 代 は 室町 幕府 よ り 守護 の 白傘 袋 毛 氈 鞍覆 及び 塗輿 の 格式 に 次 ぐ 、 唐 傘袋 毛 氈 鞍覆 及び 塗輿 の 使用 が 認め られ る 格式 を 与え られ 、 国人 より も 一 等 高 い 地位 に あ っ た 。 いっぽう 、 荘園 の 崩壊 に よ る 惣 の 発達 に よ っ て 在地 土豪 や 国 人 層 の 社会 的 地位 が 上昇 し 諸国 で 紛争 が 発生 する と 、 領国 を 一元 的 に 支配 する 傾向 が 顕著 に な っ て 戦国 大名 が 成長 し 守護 大名 と とも に 守護 代 は 消滅 し て い っ た 。 ただし 越後 国 の 長尾 氏 、 越前 国 の 朝倉 氏 や 、 尾張国 の 織田 氏 、 阿波 国 の 三好 氏 、 備前 国 の 浦上 氏 、 出雲 国 の 尼子 氏 の よう に 、 守護 代 が 戦国 大名 し た 事例 も 随所 に 見 られ る 。 また 、 守護 代 の 戦国 大名 化 に 伴 い 、 守護 級 の 格式 を 求め られ る 大名 家 が 増え て い っ た 。 その 代表 例 は 朝倉 氏 で あ る 。 朝倉 氏 は そもそも 、 足利 将軍 家 の 有力 一門 で 、 代々 三 管領 筆頭 の 地位 を 占め た 斯波 氏 の 被官 で あ っ た 国人 の 一人 で あ っ た 。 応仁 の 乱 で は 西軍 に 加担 し 、 渋川 氏 から 斯波 氏 を 相続 し た 斯波 義廉 を 大将 に 守り立て て い た が 、 東軍 の 総帥 、 管領   細川 勝元 の 誘引 に よ り 、 東軍 寝返り の 見返り に 越前 守護 に 補任 さ れ 、 守護 と な っ た 。 しかし 、 旧主   斯波 氏 に よ る 訴え や 幕府 の 斯波 氏 に 対 する 同情 から 、 しばらく の 後 、 朝倉 氏 の 守護 職 維持 が 難し く な り 、 三 代 将軍 足利 義満 の 次男 で 兄   足利 義持 に 謀叛 し て 倒れ た 足利 義嗣 の 末裔 が 越前 国 に 鞍谷 御所 と 称 し 存続 し て い た の を 目 に つけ 、 斯波 義廉 の 子 に 鞍谷 御所 を 相続 さ せ て 、 足利 義俊 と 名乗 ら せ 、 傀儡 の 越前 守護 に 補任 する よう 手続き し 、 越前 一 国 の 実効 支配 を 確保 し た 。 出雲 国 の 守護 代   尼子 氏 も 同国 守護   京極 氏 の 傍流 で あ り 、 その 重臣 と し て 守護 代 を 命 ぜ られ た 家 で あ っ た 。 しかし 、 応仁 の 乱 以降 の 戦乱 に お い て 戦功 を 重ね 、 京極 家 中 に お い て 実力 を 養 う と 主家 を 追 い 戦国 大名 化 し 、 やがて 守護 の 格式 を 手中 に し た 。 そもそも 、 出雲 守護 は 佐々木 氏 ( 六角 氏 ) の 傍流   京極 氏 が 補任 さ れ て い た が 、 京極 政経 に 背 い た 尼子 経久 が 主君 を 追 い 、 出雲 国 を 掌握 し 11 カ国 に 拡が る 大国 へ と 成長 し て い っ た 。 子 の 尼子 政久 が 討ち死に し た ため 、 家督 を 嫡孫 に 譲 っ た 。 経久 は 孫 に 将軍 足利 義晴 の 一字   晴 の 字 を 受け て 尼子 晴久 と 名乗 ら せ 、 また 出雲 守護 補任 を も 果た し 、 守護 代 から 守護 へ の 格式 へ と 家柄 を 向上 さ せ た 。 さらに 、 越後 守護 代 の 長尾 氏 で は 、 当初 、 守護 職 まで は 手中 に し な かっ た もの の 、 主君 を 追放 し 、 関東 管領 を も 討ち 果た し た 長尾 為景 が 、 朝廷 と 幕府 に 寄進 し て 守護 の 格式 で あ る 白傘 袋 毛 氈 鞍覆 の 格式 と 、 嫡男 に 12 代 征夷 大将軍   足利 義晴 の 偏諱 を 賜 り 、 長尾 晴景 と 名乗 ら せ る など 、 守護 代 に 守護 級 の 格式 を 認め られ て い っ た 。 やがて 、 病弱 な 晴景 に 代わ り 、 為景 次男 の 謙信 ( 後 の 上杉 謙信 ) が 家督 を 継 ぐ と 、 勢力 拡大 、 甲信 を 制 し た 武田 氏 と 雌雄 を 決 する 大戦 を 繰り返 し 、 やがて 北条 氏 に 攻め られ 勢力 を 失 い つ つ あ っ た 上杉 氏 の 上杉 憲政 の 懇願 で 、 上杉 氏 の 家督 と 関東 管領 を 継承 し 、 通常 の 守護 より も 格段 に 高 い 地位 を 得 る こと と な っ た 。 この よう に 、 室町 時代 は 守護 の 代理 人 と し て の 地位 に 過ぎ な かっ た 守護 代 の 地位 は 戦国 時代 の 幕開け と とも に 、 主君 を 追 い 、 取 っ て 代わ る 存在 へ と 変貌 し て い っ た 。 一方 で 、 戦国 大名 化 に 一時 的 に 成功 する も 、 やがて その 家臣 に よ り 失敗 し た 例 も 多 く 存在 する 。 その 代表 例 が 、 三好 氏 で あ る 。 三好 氏 も 細川 氏 の 重臣 と し て 阿波 守護 代 で あ っ た 。 そもそも 、 三好 氏 は 甲斐 源 氏 の 名流   小笠原 氏 の 傍流 に て 鎌倉 時代 は 阿波 守護 を も 勤め る 家柄 で あ っ た が 、 室町 時代 は 阿波 守護   細川 氏 を 守り立て て 守護 代 の 地位 に あ っ た 。 主家 は 阿波 守護 を 務め る 細川 氏 の 一門 で あ っ た が 、 主家 の 細川 澄元 が 細川 宗家 の 細川 政元 の 養子 と な る の に 伴 い 、 畿内 一帯 に 進出 、 主君 の 細川 澄元 の 細川 宗家 及び 幕府 管 領 職 相続 の 宿願 を 適え る ため 、 戦陣 で の 働き に よ り 、 これ を 支え て き た 。 叔父   三好 政長 の 讒言 に よ り 、 細川 晴元 に 父 を 謀殺 さ れ た 三好 長 慶 は 、 主君   晴元 に 幕府 御 料 17 箇所 代 官職 と 政長 討伐 を 要求 し た が 、 これ が 退け られ る と 、 細川 氏綱 を 主君 に 擁立 、 晴元 に 背 い た 。 晴元 が 将軍   足利 義晴 、 足利 義輝 親子 と とも に 六角 氏 の もと に 落ち 延び る と 、 三好 氏 は 氏綱 を 傀儡 化 さ せ て 名目 上 の 管領 と し て 都 を 掌握 、 やがて 幕府 と も 和睦 し て 、 幕府 、 管領 を 傀儡 と し た 畿内 一帯 の 支配 権 を 拡大 し て い っ た 。 やがて 、 三好 氏 自体 が 守護 の 格式 を 得 て 、 守護 の 中 で も 有力 か 或いは 名門 で あ る 家 から 選 ば れ る 相伴衆 に 列 せ られ 、 従 四 位 下 の 位 と 守護 の 格式 で あ る 塗輿 を 使用 を 免許 さ れ る まで に 至 る 。 しかし 、 三好 氏 の 勢力 拡大 の 一方 で 三好 氏 の 家政 は 、 やがて 重臣 の 松永 久秀 に 取 っ て 代わ ら れ る よう に な っ た 。 松永 氏 は 三好 長 慶存命 中 は 従順 に 主君 に 従 っ て い た が 、 主君 に 讒言 し 、 政敵 を 次々 と 追 い 、 長慶 の 死後 、 自身 も 大和 国 を 中心 と し た 戦国 大名 と し て 半独立 的 地位 を 得 、 朝廷 や 幕府 よ り 主家 と 並 ぶ 位 階 や 格式 を 与え られ 、 やがて 主家 を 凌 ぐ よう に な っ た 。 尾張国 の 守護 代   織田 信友 も 主君 で あ る 斯波 義統 を 傀儡 の 守護 と し て 奉 じ 、 自ら の 尾張 国内 で の 優位 性 と 勢力 拡大 の 大義 名分 に 利用 し て い た 。 しかし 、 やがて 対立 する よう に な っ た 主君 を 自害 に 追 う もの の 、 傍流 に し て 家臣 で も あ っ た 、 織田 信長 に 主殺し を 咎め られ 攻め 滅ぼ さ れ た 。 また 、 備前 国 に 勢力 を 持 っ た 浦上 氏 も 、 一時 的 に 戦国 大名 化 を 遂げ 、 配下 の 宇喜多 氏 に と っ て かわ ら れ た 家 の ひと つ で あ る 。 浦上 氏 は 播磨 国 を 本貫 と し 、 播磨 国 、 備前 国 など の 守護 を 務め た 赤松 氏 の 重臣 で 、 代々 、 備前 守護 代 を 務め て き た 。 しかし 、 浦上 宗景 の 代 に 、 主家 に 反抗 し 、 やがて 独立 的 な 地位 を 確立 し 、 備前 国 の 戦国 大名 と し て 中国 に 鳴ら し た 。 しかし 、 やがて 、 自家 の 傘下 に い た 有力 国人 で あ る 宇喜多 氏 が 、 やがて 浦上 氏 を 下 し 、 その 領国 支配 を 奪取 し た 。 +関白 ( かんぱく ) と は 、 天皇 の 代わり に 政治 を 行 う 職 で あ る 。 律令 制 に 本来 規定 さ れ た 官 で は な い 令外 官 で あ り 、 実質 的 に 公家 の 最高 位 で あ っ た 。 概略 天皇 が 幼少 また は 病弱 など の ため に 大権 を 全面 的 に 代行 する 摂政 と は 異な り 、 関白 の 場合 は 最終 的 な 決裁 者 は あくまで も 天皇 で あ る 。 大抵 の 場合 、 摂政 が 引き続 き 関白 と な る 例 が 多 い 。 また 、 慣例 と し て 摂政 関白 は 「 天皇 の 代理 人 」 で あ る ため 、 天皇 臨席 など の 例外 を 除 い て は 、 太政 官 の 会議 に は 参加 し な い ( あるいは 決定 に は 参与 し な い ) 慣例 が あ り 、 太政 大臣 ・ 左 大臣 が 摂政 ・ 関白 を 兼任 し て い る 場合 に は その 次席 の 大臣 が 太政 官 の 首席 の 大臣 ( 一上 ) と し て 政務 を 執 っ た 。 ただし 、 関白 は 内覧 の 権限 ( 後述 ) を 有 し て お り 、 天皇 と 太政 官 の 間 の 政治 的 な やりとり を 行 う 際 に は 関白 が 事前 に その 内容 を 把握 ・ 関与 する こと で 、 天皇 の 勅命 や 勅答 の 権限 を 直接 侵害 する こと な く 天皇 ・ 太政 官 双方 を 統制 する 権限 を 有 し た の で あ る 。 これ を 摂関 政治 と い う 。 語源 語源 は 天皇 の 言葉 に 対 し 、 関 ( あずか ) り 白 ( もう ) す こと から 来 て い る 。 関白 の 語 は 、 中国 前漢 の 宣帝 ( 漢 ) が 、 上奏 は すべて 実力 者 霍光 が 「 関 ( あずか ) り 白 ( もう ) す 」 よう に し た 故事 に 由来 する 。 これ は 、 霍光 の 権勢 を 恐れ た 宣帝 が 、 政務 不行届 を 口実 に 霍光 に よ り 廃位 さ れ る こと を 避け る ため で あ っ た と 言 わ れ る ( 関白 の 別名 の 一 つ 「 博陸 」 は 、 霍光 が ‘ 博陸 侯 ’ で あ っ た 事 に 由来 し て い る ) 。 なお 、 関白 職 を 子弟 に 譲 っ た 前関白 を 唐名 で 太閤 と 呼 ぶ 。 だ が 、 皮肉 に も 887 年 宇多 天皇 が 橘広 相 に 命 じ て 書 か せ た 藤原 基経 へ の 関白 任命 の 詔勅 に あ っ た 「 阿衡 」 と い う 言葉 の 意味 合い を 巡 っ て 、 基経 が 天皇 と 対立 し て 政務 へ の 参加 を 一時 拒否 する と い う 事件 が 起こ っ て い る ( 阿衡 事件 ) 。 歴史 関白職 の 初任 者 は 、 宇多 天皇 の 時 の 藤原 基経 ( 880 年 ) 。 就任 資格 は 藤原 道長 の 子孫 で あ る 藤原 北家 の 嫡流 た る 摂関 家 に 限 ら れ て い た 。 その 権力 の 源泉 は 太政 官 など から 上奏 さ れ る 文書 を 天皇 に 先んじ て 閲覧 する 権限 に あ り 、 これ を 内覧 と い う 。 従 っ て 、 関白 に 就任 し な い まま 内覧 権限 を 得 て 事実 上 の 関白 と し て 政権 を 握 る 例 も あ り 、 藤原 道長 が その 典型 で あ る 。 ちなみ に 、 道長 の 書 い た 日記 を 今日 で は 「 御堂 関 白記 」 と 呼 ぶ が 、 実際 の 道長 は 摂政 に は 就任 し た もの の 関白 に は 就任 する こと は な かっ た 。 道長 は 天皇 と 関白 が 対立 し た 場合 に は 、 政治 的 決定 へ の 決裁 権 も 太政 官 以下 の 諸 役人 を 直接 指揮 する 権限 も 持 た な い 関白 が 政治 的 に は 無力 化 する 可能 性 が あ る こと を 考慮 し て 関白 に 就 か な かっ た の だ と い わ れ て い る 。 現に 道長 の 内覧 在任 中 に 三条 天皇 と の 確執 が 政治 問題 化 し て い る 。 本来 、 天皇 の 政権 を 代わり に 摂政 関白 が 政治 を 司 る の は 、 幼少 を 理由 に 外戚 が 補佐 する と い う 場合 に 限 ら れ る 。 よ っ て 、 摂関家 は 姫 を 天皇 の 后妃 を 入内 さ せ 、 皇子 を 生 ま せ る こと で 成立 し て い た 。 この ため 、 摂関 家 の 血 を ひ か な い 後三 条 天皇 が 即位 する と 、 摂関家 は 次第 に 勢力 を 衰退 さ せ る 。 特に 白河 法皇 は 譲位 の 後 に 、 院政 を 開始 し た こと で 、 摂関 政治 が 中心 の 時代 は 終焉 を 迎え た 。 鎌倉 時代 以降 は 政治 の 実権 が 朝廷 から 武家 に 移 っ た ため 、 関白 職 の 政治 へ の 影響 力 は ますます 薄れ て い っ た 。 しかし 、 あくまで 関白 は 最高 位 の 公家 で あ り 、 朝廷 内 に 大きな 影響 力 を 持 ち 、 また 天皇 の 后妃 を 輩出 する と い う 意味 で も 関白 は いずれ の 時代 に あ っ て も 権威 と 尊崇 を 集め た 。 鎌倉 時代 以降 、 藤原 北家 の 本流 は 近衛 家 、 九条 家 を 筆頭 に 一条 家 ・ 二 条 家 ・ 鷹司 家 の 五 摂 家 に 分かれ 、 代々 その うち もっとも 官位 の 高 い 者 が 摂政 ・ 関白 に 任 ぜ られ る こと が 慣例 と な り 、 明治 維新 まで 続 い た 。 例外 と し て 、 天正 時代 に 豊臣 秀吉 が 「 関白 相 論 」 問題 を 機 に 近衛 前久 の 猶子 と な っ て 関白 に 就任 し 、 日本 で 初 の 武家 関白 と な る 。 さらに 秀吉 が 豊臣 氏 を 賜 っ た こと で 、 藤原 氏 で も 五摂 家 で も な い 関白 職 が 誕生 する こと と な っ た 。 その 後 、 秀吉 は 羽柴 氏 世襲 の 武家 関白 に よ る 政権 ( 武家 関白 制 ) の 実現 の ため に 、 甥 に し て 養子 で あ っ た 豊臣 秀次 が 関白 職 を 継承 し た 。 しかし 、 秀次 は 関白 職 に あ り ながら 、 政権 及び 家督 は 太閤 た る 秀吉 の 掌中 に あ り 、 後 に 秀吉 と 対立 し て 失脚 する こと と な っ た 。 その 後 も 豊臣 政権 は 続 い た が 、 秀吉 は 幼 い 息子 豊臣 秀頼 の 成人 まで 関白 を 置 か な い 方針 で あ っ た 。 だ が 、 秀吉 の 死後 関ヶ原 の 戦い 以降 は 次第 に 天下 の 実権 は 徳川 家 に 移り 、 関白 職 は 再び 五摂 家 の 任 ぜ られ る 職 と な っ た 。 その 後 豊臣 家 は 大坂 の 役 で 滅亡 し た ため 、 関白 職 に 復帰 する こと は な かっ た 。 江戸 時代 の 関白 職 は 禁中 並 公家 諸 法度 に て 幕府 の 推薦 を 経 る こと が 原則 と さ れ 、 天皇 第 一 の 臣 に し て 公家 の 最高 位 た る 関白 職 は 実質 的 に 幕府 の 支配 下 に あ っ た と い っ て も 過言 で は な い 。 だ が 同時 に 、 朝廷 の 会議 は 関白 の 主宰 で 行 わ れ る よう に な り 、 改元 や 任官 など の 重要 事項 も 関白 が 自己 が 主宰 し た 会議 の 決定 を 武家 伝奏 など を 通 じ て 幕府 に 諮 る と い う 手続 が 確立 さ れ た ため に 、 朝廷 内 に お い て 大きな 権力 を 有 する よう に な っ た 。 また 、 公家 の 中 で 関白 に の み 御所 へ の 日参 が 義務 付け られ る ( 逆 に 言 え ば 、 その 義務 の 無 い 他 の 公家 の 権力 へ の 関与 の 度合い が 関白 に 比べ て 大き く 低下 する ) 一方 で 、 太政 大臣 の 任官 が 江戸 時代 を 通 じ て 徳川 氏 征夷 大将軍 と 摂政 ・ 関白 経験 者 の み に 限定 さ れ る など 、 宮中 で の 待遇 の 厚 さ は 格別 な もの が あ っ た 。 更に 娘 を 将軍 の 正室 ( 御 台所 ) と し て 嫁 が せ る 関白 も 多 く 、 逆 に 幕府 に お い て 一定 の 影響 力 を 有 し た 関白 さえ 存在 し た ( 近衛 基煕 など ) 。 明治 時代 以降 、 摂政 、 関白 、 征夷 大将軍 の 職 が 廃止 さ れ 、 幕末 と 同時 に 関白 の 歴史 も 終焉 を 迎え る 。 その 後 、 摂政 の み は 復活 し 、 天皇 の 公務 を 代行 する 役目 と し て 皇太子 など 皇族 のみ が 任 ぜ られ る 職 と し て 皇室 典範 に 定め られ 、 今日 も 存続 し て い る 。 +摂政 ( せっしょう ) と は 、 君主 制 を 取 る 国家 に お い て 、 君主 が 幼少 、 病弱 、 国都 不在 など の 理由 で 政務 や 国事 行為 を 行 う こと が でき な い とき 、 君主 に 代わ っ て それ を 行 う ( 政 を 摂 る ) こと 、 また は その 役職 の こと で あ る 。 多く の 場合 、 君主 の 後継 者 ( 皇太子 など ) 、 兄弟 、 母親 、 あるいは 母方 の 祖父 や 叔父 など の 外戚 が 就任 する 。 日本 の 摂政 前近代 『 日本 書紀 』 は 神功 皇后 が 執政 し た 時期 に つ い て 「 神功 皇后 摂 政紀 」 を 設け 、 日本 史上 最初 の 摂政 と 見な し て い る が 、 後世 の 概念 を 過去 に 当て はめ た もの で 、 伝説 の 域 を 出 る もの で は な い 。 一般 に は 、 日本 史上 に おけ る 摂政 と は 天皇 の 勅令 を 受け て 天皇 に 代わ っ て 政務 を 執 る こと また その 者 の 職 で あ る と 定義 さ れ 、 史上 はじめて 摂政 を 行 っ た の は 推古 天皇 の とき の 聖徳 太子 と い う の が 定説 と な っ て い る 。 以降 何 人 か の 皇族 が 摂政 を 行 っ た が 、 律令 に お い て 摂政 を 執 る 役職 は 規定 さ れ な かっ た 。 しかし 、 866 年 に 藤原 良房 が 皇族 以外 と し て 初めて 摂政 を と っ て 以来 、 幼少 の 天皇 に は 摂政 が 、 成人 後 の 天皇 に は 関白 が 置 か れ 、 以降 は 天皇 の 外戚 と な っ た 藤原 氏 ( 藤原 北家 ) の 者 が 摂政 ・ 関白 に 就 く 例 が 生まれ る よう に な っ た 。 ここ に お い て 、 摂政 は 天皇 に 代わ っ て 政務 を 執 る 者 の 職 で あ る 令外 の 官 と し て 定義 さ れ る こと と な っ た 。 摂政 は 幼 い 天皇 に 代わ っ て 政務 を 摂 する ( 代理 する ) と とも に 、 当時 に お い て 天皇 の 主要 な 大権 で あ っ た 官奏 を 覧 ずる こと と 除目 ・ 叙位 を 行 う こと を 執り行 っ た 。 藤原 氏 の もと で 摂政 は 職事 官 で あ る 大臣 に 付随 し て 兼務 する 官職 と 考え られ て き た が 、 寛和 2 年 ( 986 年 ) 藤原 兼家 の 時 に 職事 官 で あ る 右 大臣 を 辞任 し て 摂政 のみ を 占め る 散官 に な っ た 。 この 時 、 摂政 の 待遇 に 関 し て 明法 勘文 と 明経 勘文 が 出 さ れ た 。 前者 に お い て は 、 ① 三 公 ( 太政 大臣 ・ 左右 両 大臣 ) は 太政 官 の 長官 で あ る が 、 摂政 は 職事 官 で は な い 。 ② 律令 で は 、 官人 の 序列 は 官位 に 従 う と さ れ 、 原則 は 一 位 が 筆頭 と な る が 、 職事 官 が 散官 より も 優先 さ れ る ため 、 一 位 の 散官 は 中納言 の 次 、 参議 の 上 に 相当 する 。 ③ ただし 、 兼家 は 既に 三 公 の 待遇 を 上回 る 准 三宮 の 待遇 を 受け て お り 、 三 公 よ り 上位 の 席次 が 認め られ る 。 そう で 無 い と し て も 摂政 任命 の 詔 に 「 万機 の 勤 」 を 命 じ て い る ため 、 詔勅 が その 待遇 を 定めれ ば これ に 従 う 。 と し 、 後者 に お い て は 、 摂政 は 三 公 と は 別格 で 一般 公卿 と 同列 に す べ き で は な い ( 従 っ て 、 宮中 に 置 い て は 三 公 よ り 上位 と す べ き で あ る ) と 論 じ た 。 11 世紀 の 藤原 道長 の 頃 から は 建武 の 新政期 を 除 い て 常任 の 官 と な っ た 。 以降 は 外戚 関係 に 関わり な く 、 常時 摂政 ・ 関白 の いずれ か を 藤原 道長 の 子孫 が 占め る よう に な っ た 。 鎌倉 時代 以降 、 藤原 北家 は 近衛 家 、 一条 家 、 鷹司 家 、 九条 家 、 二条 家 の 五 摂 家 に 分かれ 、 代々 その うち もっとも 官位 の 高 い 者 が 摂政 ・ 関白 に 任 ぜ られ る 例 と な っ て 、 明治 維新 まで 続 い た 。 この 例外 が 豊臣 秀吉 と 豊臣 秀次 の 2 名 で あ る 。 明治 維新 以前 の 摂政 は 、 詔書 の 代筆 、 叙位 ・ 任官 の 施行 など 、 天皇 の 行 う 政務 の ほとんど 全て を 代行 し 、 その 権限 は ほとんど 天皇 と かわり な かっ た 。 近現代 1889 年 、 大 日本 帝国 憲法 および 旧皇室 典範 に よ り 、 天皇 が 成年 に 達 し な い と き や 、 大政 を 執 る こと が でき な い とき 、 天皇 に 代わ っ て 摂政 が 置 か れ る 皇族 摂政 の 制度 が 定め られ た 。 摂政 は 天皇 と ほぼ 同等 の 権限 を 有 し た が 、 憲法 改正 と 皇室 典範 の 増補 ( 改正 ) に 関 する 権限 は な かっ た 。 大正 天皇 晩年 の 1921 年 より 1926 年 の 崩御 まで 皇太子 裕仁 親王 ( のち の 昭和 天皇 ) が 摂政 を つとめ た 。 この 間 摂 政宮 ( せっしょう のみや ) と も 称 さ れ た 。 1947 年 施行 の 日本 国 憲法 、 新皇 室典範 で も 摂政 の 制度 が 改めて 定め られ た 。 日本 国 憲法 の 定め る ところ で は 、 摂政 は 、 天皇 の 名 で その 国事 行為 を 行 う 職 で あ り 、 国事 行為 に 関 する 権限 は 天皇 と 全く 同等 で あ る 。 天皇 が 成年 に 達 し な い 時 、 重患 や 重大 な 事故 に よ っ て 国事 行為 を 行 う こと が でき な い と 皇室 会議 で 判断 さ れ た 時 に 置 か れ る 。 摂政 に 似 た もの と し て 、 国事 行為 臨 時代行 が 挙げ られ る 。 天皇 に 入院 や 海外 訪問 など の 疾患 又 は 事故 が あ る 場合 に 、 内閣 の 助言 と 承認 に 基づ い た 天皇 の 委任 ( 国事 行為 臨 時代行 へ の 勅書 の 伝達 ) に よ っ て 国事 行為 の 臨時 代行 が 行 わ れ る 。 これ は 、 摂政 を 置 く ほど の もの で な い 天皇 の 疾患 や 事故 が あ る 場合 に 国事 行為 を 委任 する こと が でき る よう に する ため に 設け られ た 制度 で あ る 。 日本 国 憲法 下 で 、 現在 まで 摂政 が 置 か れ た 例 は な い 。 摂政 及び 国事 行為 臨 時代行 は 、 成年 に 達 し た 皇族 が 次 の 順位 で 就任 する 。 皇太子 、 皇太 孫 親王 及び 王_ ( 皇族 ) 皇后 皇太后 太皇太后 内 親王 及び 女王 _ ( 皇族 ) なお 、 女性 で も 就任 可能 な 点 は 、 皇位 継承 と の 違い で あ る 。 しかし 皇后 、 皇太后 、 太皇 太后 に 関 し て は 、 民間 出身 者 が 天皇 の 代行 と し て 摂政 位 に 就 き 、 国事 行為 を 行 う 是非 を 議論 さ れ た 事 は な く 、 将来 その よう な 状況 に な っ た 場合 、 非常 に 難し い 問題 に 発展 する 可能 性 が あ る と 懸念 さ れ て い る 。 この 場合 の 解決 策 と し て 、 皇后 、 皇太后 、 太皇 太后 の 場合 は 皇族 出身 で あ る 事 が 摂政 就任 の 条件 と する 意見 も あ る 。 中国 の 摂政 中国 で は 皇帝 が 執務 不能 で あ る 場合 に 皇族 が 監国 と し て 政務 を 主宰 する 例 が あ る 。 監国 に は 主 と し て 皇太子 が 就く が 、 清 で は 皇帝 の 叔父 ( ドルゴン ) や 実父 ( 愛新 覚羅 載 ホウ ) が 摂政 や 監国 と し て 政務 を 執 っ た 例 が あ る 。 また 歴代 王朝 を 通 じ て 皇太后 が 垂簾 聴政 を 行 う 場合 も あ る 。 西洋 の 摂政 東 ローマ 帝国 で は 聖職 者 の 長 で あ る コンスタンティノポリス 総 主教 が 摂政 役 を 務め た こと も あ る 。 また 、 戦間 期 の ハンガリー 王国 に おけ る ホルティ ・ ミクローシュ の よう に 、 君主 が 不在 の まま 摂政 のみ が 置 か れ る こと も あ る 。 +管領 ( かんれい ) と は 室町 幕府 の 職名 で あ る 。 もともと は 役職 や 領地 を 管理 ・ 支配 する こと の 意味 を 持 つ 言葉 で 、 鎌倉 幕府 の 執権 も 管領 と よ ば れ る こと が あ っ た 。 室町 時代 を 通 じ て 管領 に 任 じ られ た 斯波 氏 ・ 畠山 氏 ・ 細川 氏 の 三 管 領家 と 、 侍所 頭人 に 任 じ られ た 四 家 で あ る 四職 は 、 合わせ て 「 三 管 四職 」 と 呼 ば れ る 。 概要 元来 は 足利 氏 の 家宰 で 秘書 官 的 役割 を 担 い 、 主従 的 な 支配 機構 を 司 る 執事 が もと に な る 。 足利尊 氏 が 北朝 を 擁立 し て 開 い た 武家 政権 ( 足利 幕府 、 室町 幕府 ) は 、 尊 氏 の 弟 の 足利 直義 が 政務 を 担当 する 二元 的 な 統治 機構 を 持 ち 、 高師 直 ・ 仁木 頼章 ・ 細川 清 氏 が 幕府 の 執事 職 を 務め る 。 2 代将軍 足利 義詮 の 頃 に は 幕府 内部 の 抗争 で 細川 清氏 が 失脚 する など 不 安定 で 、 義詮 は 一時 的 な 将軍 親政 を 行 う 。 義詮 時代 に は 領域 的 な 支配 機構 を 司 る 引付衆 の 役割 を 縮小 し て 執事 職 の 権限 を 強化 し 、 一元 化 な 統治 機構 の 確立 を 目指 す 。 1362 年 に は 13 歳 の 斯波 義将 が 任 じ られ 、 父 の 斯波 高 経 が 後見 し た 。 1366 年 に は 反斯波 派 の 佐々木 道誉 ら に よ る 貞治 の 政変 で 斯波 氏 が 失脚 し 、 道誉 ら の 支持 を 得 た 細川 頼之 が 執事 と な る 。 執事 から 管領 と の 転換 は 清 氏 から 頼之 の 間 で あ っ た と 考え られ て い る 。 以後 は 、 政務 は 管領 が 統括 し 、 足利 将軍 家 の 家政 は 政所 へ 移行 する よう に な っ た 。 細川 頼之 は 康暦 の 政変 で 失脚 し 、 斯波 義将 が 復帰 する が 、 その 後 も 管領 職 を めぐ り 斯波 氏 と 細川 氏 は 対立 し た 。 1398 年 に 畠山 基国 が 管領 に な る と 、 それ 以降 は 足利 一門 の 斯波 家 ・ 畠山 家 ・ 細川 京兆 家 から 交代 で 任 じ られ る こと と な る 。 人事 や 評定 を 経 た 内容 は 管領 奉書 に 書 か れ て 諸国 へ 発 せ られ た 。 3 代 足利 義満 、 4 代将軍 足利 義持 時代 に は 宿老 を 中心 と する 合議 制 と な り 管領 職 の 地位 が 低下 し 、 経済 的 負担 も あ っ た こと から まず 斯波 家 が 衰退 する 。 6 代将軍 の 足利 義教 は 将軍 権力 の 強化 を 目指 し 、 管領 の 権限 は 縮小 さ れ 、 斯波 氏 や 畠山 氏 の 家督 争い に 介入 し 、 その 後 の 両家 の 衰退 の 遠因 と な っ た 。 8 代将軍 足利 義政 時代 に 起こ っ た 応仁 の 乱 で は はじめ 管領 の 斯波 義廉 は 山名 宗 全 率い る 西軍 に 属 し 、 将軍 義政 ら は 細川 勝元 率い る 東軍 に 確保 さ れ て お り 、 幕府 に おけ る 将軍 と 管領 が 分裂 する こと と な っ た 。 1468 年 に は 東軍 を 率い る 細川 勝元 が 管領 と な る 。 応仁 の 乱後 は 将軍 権力 及び 斯波 ・ 畠山 両家 は 衰退 する 一方 で 細川 氏 のみ が 権力 を 広げ て い き 、 やがて 細川 勝元 の 子 ・ 細川 政元 が 細川 氏 に よ る 管領 職 の 世襲 化 を 確立 、 やがて 明応 の 政変 で 将軍 が 廃立 する など 幕府 権力 の 全て を 掌握 し た ( 細川 京兆 家 政権 の 成立 ) 。 だ が 、 後継 者 を 巡 っ て 政元 が 家臣 に 暗殺 さ れ る と 、 細川 氏 は 分裂 し て 衰退 する 。 150 0 年代 に は 大内 義興 、 三好 長 慶 、 六角 定頼 ら が 管領 代 と し て 幕府 に 君臨 し 管領 職 は 形骸 化 し て い っ た 。 そして 1563 年 の 細川 氏綱 の 死後 、 事実 上 の 自然 消滅 と い う 形 で 廃絶 し た 。 +守護 ( しゅご ) は 、 日本 の 鎌倉 幕府 ・ 室町 幕府 が 置 い た 武家 の 職制 で 、 令制 国 単位 で 設置 さ れ た 軍事 指揮 官 ・ 行政 官 で あ る 。 令 外 官 で あ る 追捕 使 が 守護 の 原型 で あ っ て 、 後白河 天皇 が 鎌倉 殿 へ 守護 ・ 地頭 の 設置 を 認め た こと に よ っ て 、 幕府 の 職制 に 組み込 ま れ て い っ た 。 設立 当時 の 主な 任務 は 、 在国 の 地頭 の 監督 で あ っ た 。 鎌倉 時代 は 守護 人 奉行 ( しゅご にん ぶぎょう ) と い い 、 室町 時代 は 守護 職 ( しゅごしき ) と い っ た 。 平安 時代 後期 に お い て 、 国内 の 治安 維持 など の ため に 、 国司 が 有力 な 在地 武士 を 国守 護 人 ( 守護 人 ) に 任命 し た と する 見解 が あ り 、 これ に よ れ ば 平安 後期 の 国守 護 人 が 鎌倉 期 守護 の 起源 と 考え られ て い る 。 鎌倉 期 の 守護 は 、 1180 年 ( 治承 4 ) 、 源 頼朝 が 挙兵 し 、 鎌倉 へ 入 っ た 後 、 諸国 に 置 い た 守護 人 に 始ま る と さ れ て い る 。 同年 10 月 の 富士川 の 戦い の 直後 に 、 甲斐 源 氏 の 武田 信義 を 駿河 国 守護 人 、 同じく 甲斐 源 氏 の 安田 義定 を 遠江 国 守護 人 に 任 じ た の が 、 頼朝 政権 に よ る 守護 設置 の 初例 と 見 られ て い る 。 その 後 、 頼朝 政権 の 勢力 が 西上 する に 従 っ て 、 守護 人 の 設置 は 東国 諸国 から 西国 へ と 拡が っ て い っ た 。 当時 の 守護 人 は 、 在庁 官人 ら を 指揮 し て 国内 の 治安 維持 ・ 民政 に あた り 、 兵粮 徴発 や 兵士 動員 など を 任務 と し て い た が 、 1185 年 ( 文治 1 ) に 平 氏 政権 が 滅亡 する と 、 朝廷 と の 円滑 な 関係 を 構築 する ため 、 頼朝 政権 は 独自 に 設置 し た 国守 護 人 を 一旦 廃止 する こと と し た 。 同年 11 月 、 源 義経 ・ 源行 家 の 追討 を 目的 と し て 、 頼朝 の 義父 で あ る 北条 時政 が 上京 し 、 後白河 側 と 交渉 し た 結果 、 行家 ・ 義経 追討 の ため 、 諸国 に 惣追 捕使 ( そうついぶし ) ・ 国 地頭 ( く にじ とう ) を 設置 する こと が 勅許 さ れ た 。 頼朝 政権 = 鎌倉 幕府 に は 、 荘園 ・ 国衙 領 の 田 1 段 から 兵粮 米 5 升 を 徴収 する 権利 と 、 国衙 の 在庁 官人 を 指揮 する 権利 が 認め られ 、 これ を 執行 する 職 と し て 惣追 捕使 ・ 国 地頭 が 置 か れ た の で あ る 。 これ に よ り 鎌倉 期 の 守護 ・ 地頭 制度 が 本格 的 に 始ま る こと と な っ た 。 なお 、 諸国 ごと に 設置 する 職 を 守護 、 荘園 ・ 国衙 領 に 設置 する 職 を 地頭 と し て 区別 さ れ 始め た の は 、 1190 年 前後 と さ れ て い る 。 だ が 、 当初 の 頼朝 政権 の 実質 支配 権 が 及 ん だ 地域 は 日本 の ほぼ 東側 半分 に 限定 さ れ て い た と 考え られ て お り 、 畿内 以西 の 地域 で は 後鳥 羽 天皇 を 中心 と し た 朝廷 や 寺社 の 抵抗 が 根強 く 、 後鳥 羽 天皇 ( 退位 後 は 院政 を 行 う ) の 命令 に よ っ て 守護 職 の 廃止 が 命 じ られ たり 、 天皇 の お 気 に 入り で あ っ た 信濃 源 氏 の 大内 惟義 ( 平賀 朝雅 の 実兄 ) が 畿内 周辺 7 ヶ国 の 守護 に 補任 さ れ る など の 干渉 政策 が 行 わ れ 続け た 。 こう し た 干渉 を 排除 出来 る よう に な る の は 、 承久 の 乱 以後 の こと で あ る 。 その 後 、 守護 の 職務 内容 が 次第 に 明確 化 さ れ て い き 、 1232 年 ( 貞永 1 ) に 制定 さ れ た 御成敗 式 目 に お い て 、 守護 の 職掌 は 、 軍事 ・ 警察 的 な 職務 で あ る 大犯 三 ヶ条 の 検断 ( 御 家人 の 義務 で あ る 鎌倉 ・ 京都 で の 大番 役 の 催促 、 謀反 人 の 捜索 逮捕 、 殺害 人 の 捜索 逮捕 ) と 大番 役 の 指揮 監督 に 限定 さ れ 、 国司 の 職権 で あ る 行政 へ の 関与 や 国衙 領 の 支配 を 禁 じ られ た 。 しかし 、 守護 が 国内 の 地頭 や 在庁 官人 を 被官 ( 家臣 ) に し よ う と する 動き ( 被官 化 ) は 存在 し て お り 、 こう し た 守護 に よ る 在地 武士 の 被官 化 は 、 次 の 室町 時代 に 一 層 進展 し て い く こと と な る 。 鎌倉 中期 以降 は 、 北条 氏 一門 に よ る 守護 職 の 独占 化 が 進 ん だ 。 これ は 、 北条 時 頼 の 頃 から 北条 本家 ( 得宗 ) に よ る 政治 の 専制 化 、 すなわち 得宗 専制 が 確立 し て い っ た こと に 伴 う もの で 、 北条 一門 の 守護 国 は 、 鎌倉 初期 の 120 0 年 頃 に 2 国 ( 他 氏 36 国 、 守護 不 設置 4 国 ) 、 1250 年 頃 に 17 国 ( 他 氏 24 国 、 不 設置 5 国 ) 、 1285 年 頃 に 33 国 ( 他 氏 18 国 、 不 設置 5 国 ) 、 鎌倉 最末 期 の 1333 年 に は 38 国 ( 他 氏 15 国 、 不 設置 5 国 ) と 鎌倉 中期 を 境 に 一気 に 増加 し て い た 。 こう し た 事態 は 、 他 の 御 家人 ら の 不満 を 潜在 化 さ せ る こと と な り 、 鎌倉 幕府 滅亡 の 遠因 と な っ た と 考え られ て い る 。 鎌倉 幕府 滅 亡 後 に 成立 し た 後 醍醐 天皇 に よ る 建武 の 新政 に お い て も 、 守護 は 、 国司 と 併置 さ れ る 形 で 制度 に 残 さ れ た 。 ただし 、 新政 が わずか 数 年 で 終了 し た ため 、 建武 期 の 守護 に つ い て 詳細 は 明らか で な い 。 次 に 成立 し た 室町 幕府 も 、 守護 の 制度 を 継承 し た 。 当初 、 守護 の 多く は 在地 の 有力 者 が 任 じ られ て い た が 、 次第 に 足利 氏 一門 と 交代 さ せ られ て 、 その 地位 を 保持 し て い た の は 、 播磨 国 の 赤松 氏 ( 赤松則村 ) など ごく 僅 か だっ た 。 これ は 、 鎌倉 期 の 得宗 専制 を 引き継 い だ もの で あ る 。 職権 に つ い て も 鎌倉 期 と 同じく 、 初め は 大犯 三 ヶ条 と さ れ て い た が 、 国内 統治 を 一層 安定 さ せ る ため 、 1346 年 ( 貞和 2 ) 、 刈田 狼藉 の 検断 権 と 使節 遵行 権 が 新た に 守護 の 職権 に 加え られ た 。 刈田 狼藉 は 武士 間 の 所領 紛争 に 伴 っ て 発生 する 実力 行使 で あ り 、 使節 遵行 と は 幕府 の 判決 内容 を 現地 で 強制 執行 する こと で あ る 。 この 両者 に よ り 、 守護 は 、 国内 の 武士 間 の 紛争 へ 介入 する 権利 と 、 司法 執行 の 権利 の 2 つ を 獲得 し た 。 1352 年 ( 文和 1 ) に は 、 軍事 兵粮 の 調達 を 目的 に 、 国内 の 荘園 ・ 国衙 領 の 年貢 の 半分 を 徴収 する こと の でき る 半済 の 権利 が 守護 に 与え られ た 。 当初 は 、 戦乱 の 激し い 3 国 ( 近江 ・ 美濃 ・ 尾張 ) に 限定 し て 半済 が 認め られ て い た が 、 守護 たち は 半済 の 実施 を 幕府 へ 競 っ て 要望 し 、 半済 は 恒久 化 さ れ る よう に な る 。 1368 年 ( 応安 1 ) の 半済 令 は 、 年貢 だけ で な く 土地 自体 の 半分割 を 認め る 内容 で あ り 、 守護 に よ る 荘園 ・ 国衙 領 へ の 侵出 が 著し く な っ て い っ た 。 さらに 、 守護 は 荘園 領主 ら と 年貢 納付 の 請け負 い 契約 を 結 び 、 実質 的 に 荘園 へ の 支配 を 強め る 守護 請 ( しゅごうけ ) も 行 う よう に な っ た 。 また 、 税 の 一種 で あ る 段銭 や 棟別 銭 の 徴収 など も 行 う など 、 経済 的 権能 を ますます 強め て い っ た の で あ る 。 守護 は この よう に 強化 さ れ た 権限 を 背景 に 、 それ まで 国司 が 管轄 し て い た 国衙 の 組織 を 吸収 する と 同時 に 、 強ま っ た 経済 力 を 背景 に 、 国内 の 地頭 、 在地 領主 ( 当時 、 国人 と 呼 ば れ た ) 、 さらに 有力 名主ら を 被官 ( 家臣 ) に し て い っ た 。 この 動き を 被官 化 と い う が 、 こう し て 守護 は 、 土地 の 面 で も 人的 面 で も 、 国内 に 領域 的 かつ 均一 な 影響 力 を 次第 に 及ぼ し て い く 。 こう し た 室町 期 の 守護 の あ り 方 は 、 軍事 ・ 警察 的 権能 のみ を 有 し た 鎌倉 期 守護 の それ と 大き く 異な る こと から 、 室町 期 守護 を 指 し て 守護 大名 と 称 し て 区別 する 。 また 、 守護 大名 に よ る 国内 の 支配 体制 を 守護 領 国 制 と い う 。 ただし 、 守護 大名 に よ る 領国 支配 は 必ず しも 徹底 し た もの で は な く 、 畿内 を 中心 に 、 国 人 層 が 守護 の 被官 と な る こと を 拒否 し た 例 は 、 実 は 多 く 見 られ る 。 室町 中期 まで に 、 幕府 に おけ る 守護 大名 の 権能 が 肥大 化 し 、 幕府 は いわば 守護 大名 の 連合 政権 の 様相 を 呈 する よう に な る 。 当時 の 有力 な 守護 に は 、 足利 将軍 家 の 一族 で あ る 斯波 氏 ・ 畠山 氏 ・ 細川 氏 を はじめ 、 外様 勢力 で あ る 山名 氏 ・ 大内 氏 ・ 赤松 氏 など 数 ヶ国 を 支配 する 者 が い た 。 これ ら 有力 守護 は 、 幕府 に 出仕 する ため 継続 し て 在京 する こと が 多 く 、 領国 を 離れ る 場合 や 、 多く の 分国 を 抱え る 場合 など に 、 国人 を 守護 の 代官 と し たり 、 直属 家臣 の 中 から 守護 代 を 置 い た 。 さらに その 守護 代 も 小守護 代 を 置 い て 、 二 重 三 重 の 支配 構造 を 形成 し て い っ た 。 守護 の 恩典 に は 、 将軍 の 諱 から 一 字 を もら う 一 字 拝領 など が あ っ た 。 また 、 守護 の 格式 と し て 白傘袋 ・ 毛氈 鞍覆 を 許 さ れ 、 守護 代 に は 唐 傘袋 ・ 毛氈 鞍覆 、 塗輿 が 免許 さ れ た 。 また 、 守護 ・ 守護 代 とも に 塗輿 の 使用 が 免許 さ れ 、 有力 な 武士 と し て の 権威 性 を 認め られ て い た 。 管領 ・ 探題 に 達 する 者 や 有力 守護 に のみ 許 さ れ た 特典 と し て は 、 屋形 と 采配 の 免許 が あ り 、 屋形 号 を 持 つ 者 の 家臣 は 烏帽子 と 直垂 を 着用 する こと が 許 さ れ た 。 特に 鎌倉 公方 足利 家 で は 関東 の 有力 武士 の うち 、 8 家 に 屋形 号 を 授け 関東 八 館 など と い わ れ た 。 応仁 の 乱 の 前後 から 、 守護 同士 の 紛争 が 目立 っ て 増加 し て お り 、 それ に 歩調 を 合わせ る よう に 、 在地 領主 で あ る 国人 の 独立 志向 ( 国 人 一揆 など ) が 見 られ る よう に な る 。 これ ら の 動き は 、 一方 で は 守護 の 権威 の 低下 を 招 い た が 、 他方 で は 守護 に よ る 国人 へ の 支配 強化 へ と つなが っ て い っ た 。 そして 、 1493 年 ( 明応 2 ) の 明応 の 政変 前後 を 契機 と し て 、 低下 し た 権威 の 復活 に 失敗 し た 守護 は 、 守護 代 や 国 人 など に その 地位 を 奪 わ れ る こと に な り 、 逆 に 国人 支配 の 強化 に 成功 し た 守護 は 、 領国 支配 を 一層 強め て い っ た 。 こう し て 、 室町 期 の 守護 の うち 領国 支配 の 強化 に 成功 し た 守護 や 、 守護 に 取 っ て 代わ っ た 守護 代 、 国 人 は 、 戦国 大名 へ と 変質 ・ 成長 し て い っ た 。 しかし 、 室町 時代 、 世襲 と い う 家柄 や 既得 権 と し て 権威 が あ っ た 守護 職 は 戦国 時代 ( 日本 ) で も 、 戦国 大名 の 称号 と し て それ なり に 意味 を 持 っ て お り 、 実力 者 の 称号 と な る こと で それ なり の 意味 を 持 っ た 。 多く の 戦国 大名 が 幕府 から 守護 に 補任 さ れ て い る こと は その 証左 で あ る 。 この こと から 、 戦国 期 守護 と い う 概念 を 提示 する 論 者 も い る 。 なお 、 出羽 国 の 戦国 大名   安東 氏 で は 当初 、 北海道 南部 に も 勢力 を 持 ち 、 奥州 十 三 湊 日之本 将軍 、 また は 東海 将軍 と 称 し て 北海道 南部 に 土着 し た 安東 氏 の 庶家 や 蠣崎 氏 後 の 松前 氏 を 上国 守護 職 、 下国 守護 職 、 松前 守護 職 など に 封 じ て い る など 、 幕府 以外 に も 守護 職 が 独自 に 設置 ・ 任免 さ れ た 事績 も 確認 でき る 。 江戸 時代 幕末 、 会津 藩 の 藩主 、 松平 容保 が 朝廷 を 通 じ て 江戸 幕府 よ り 京都 守護 職 に 任 ぜ られ て い る 。 過去 に も 「 京都 守護 」 の 職名 は 存在 し た が 、 この 場合 は 「 京都 守護 職 」 と 称 する の が 正式 で あ り 、 守護 職 の 読み も 室町 時代 の “ しゅごしき ” に 対 し て “ しゅごしょく ” と 読 む 。 +右 大臣 ( うだいじん ) と は 、 朝廷 組織 の 最高 機関 で あ る 太政 官 の 職 の 一 つ 。 唐名 は 「 右府 」 「 右丞 相 」 「 右相 国 」 「 右 僕 射 」 「 太保 」 。 和訓 は みぎの おおい も うちぎみ / みぎの おとど 。 左 大臣 の 補佐 的 役割 を 果た し 、 左 大臣 が 何 ら か の 事情 に よ っ て 出仕 でき な い 場合 、 左 大臣 の 職 を 行 う 。 正 ・ 従二 位 の 官位 に 相当 する 。 +内 大臣 ( な いだいじん ) と は 日本 の 官名 の 一 つ 。 時代 に よ り 職掌 が 異な る 。 律令 制度 の 令外 官 の 日本 の 大臣 の 一 つ 。 左 大臣 、 右 大臣 に 次 ぐ 。 明治 時代 に おけ る 大 日本 帝国 政府 に おけ る 役職 の 一 つ 。 1885 年 制定 。 1945 年 廃止 。 律令 制度 内 大臣 ( な いだいじん 、 うち の おおまえ つぎ み 、 うち の おとど ) と は 、 律令 制度 下 に おけ る 令外 官 の 日本 の 大臣 の 一 つ 。 唐名 は 「 内府 ( だい ふ ) 」 「 内丞 相 」 「 内相 国 」 「 内 僕 射 」 。 正 ・ 従二 位 に 相当 。 左 大臣 および 右 大臣 の 両人 が 何 ら か の 事情 の ため 出仕 でき な い 場合 、 代理 に 政務 を つかさど る 。 令 外 官 と な っ て い る が 、 もともと 律令 が 成立 する 以前 に も 除目 ( じもく ) さ れ た 記録 が あ る 。 645 年 より 孝徳 天皇 ・ 斉明 天皇 ・ 天智 天皇 の 3 代 に お い て 内臣 に 任 じ られ た 中臣 鎌足 ( 藤原 鎌足 ) が 死 の 直前 に 内 大臣 に 任 じ られ た の が 嚆矢 と さ れ て い る 。 以後 、 特殊 の 事情 に よ っ て 内 大臣 が 設置 さ れ る 例 が 複数 回 あ っ た が 、 常置 の 官 と し て の 内 大臣 は 、 平安 時代 中期 の 藤原 道隆 以後 と 考え られ て い る 。 以後 、 内 大臣 に は 主 と し て 摂関家 の 若手 公卿 に 摂政 ・ 関白 就任 資格 を 付与 する ため の 任命 、 宿老 もしくは 功績 多大 な 公卿 に 対 する 礼遇 の ため の 任命 、 単に 筆頭 大納言 に 相当 する 公卿 へ の 待遇 が 「 3 番 目 の 大臣 ( 太政 大臣 を 除 く ) 」 に 改め られ た 任命 、 武家 政権 の 長 あるいは それ に 次 ぐ 地位 の 者 に 対 し て 与え られ る 任命 の 4 つ に 分け られ る よう に な る 。 明治 維新 に 際 し て 廃止 。 安土 桃山 時代 ・ 豊臣 政権 下 の 最大 大名   徳川 家康 も 叙任 さ れ た 。 以後 も 徳川 家光 等 の 歴代 征夷 大将軍 が 任命 さ れ て い る 。 藤 原 房前 ・ 藤原 仲麻呂 ・ 道鏡 は 内 大臣 に は 就任 し て い な い が 、 同様 の 職掌 を 掌 っ た 官職 に 就 い た 者 と し て 記載 する 。 明治 内 大臣 ( な いだいじん ) は 、 明治 の 大 日本 帝国 に お い て は 宮中 の 役職 で 、 内閣 に は 加わ ら ず 、 国務 大臣 に は 含 ま れ ず 、 内 大臣 府 に あ っ て 天皇 の 側近 と し て 常時 天皇 を 輔弼 し 、 国璽 ・ 御璽 の 管理 や 詔書 の 事務 を 扱 っ た 。 当初 は 、 太政 官 制 廃止 直後 の 前太政 大臣 三条 実美 の 処遇 の ため の 役職 の 意味 合い も あ っ た 。 昭和 に 入 る と 元老 に 代わ っ て 、 首相 の 奏薦 に 大きな 役割 を 果た し 、 宮中 だけ で な く 府中 ( 政府 内 ) に も 力 を 持 っ た 。 内 大臣 が 欠け た 緊急 の 場合 、 枢密 院 議長 が 臨時 に 内 大臣 に 就任 し 天皇 に 侍立 する 。 これ は 、 二 ・ 二 六 事件 の 直後 の 、 枢密 院 議長 一木 喜徳郎 が 内 大臣 に 就任 し 即日 辞職 し た 例 が あ る 。 内 大臣 の 職務 ・ 権限 ・ 助言 でき る 範囲 は 、 憲法 学 者 で すら 明確 に 定義 する こと が 出来 な い 程 、 非常 に 曖昧 かつ 抽象 的 な もの で 、 全て は 就任 し た 人物 と 天皇 の 信頼 関係 のみ で 成立 する と い う 、 非常 に 特殊 な ポスト だっ た 。 また 、 特殊 な ケース と し て 皇族 の 貞愛 親王 が 内 大臣 を 務め た 例 ( 1912 年 - 19 15 年 ) が あ る 。 無 条件 降伏 後 の 1945 年 、 連合 国 軍 最高 司令 官 総 司令 部 ( GHQ / SCAP ) に よ っ て 廃止 さ れ た 。 歴代 の 内 大臣 に つ い て は 、 内 大臣 府 を 参照 。 +阿闍梨 ( あじゃり 、 あざり 、 サンスクリット : アーチャー リャ 、 阿闍 梨 耶 と も 音写 ) は 、 サンスクリット で 「 軌範 」 を 意味 し 、 弟子 たち の 規範 と な り 、 法 を 教授 する 師匠 の こと で あ る 。 ヴェーダ の 宗教 で は ヴェーダ に おけ る 規範 を 伝授 する 指導 者 を 、 また 部派 仏教 に お い て は 修行 僧 たち の 規律 を 指導 し 、 教義 を 伝授 する 高僧 を い い 、 教団 に よ っ て 種類 は 異な る が 、 指導 内容 ごと に 複数 の 阿闍 梨 が い た 。 密教 に お い て は 、 大日 如来 等 の 諸仏 を 指 す こと が あ る が 、 一般 に は 衆僧 の 模範 と な る べ き 高位 の 僧侶 の 称号 で 、 日本 で は 天台 宗 および 真言 宗 に お い て 高貴 な 身分 の 僧 や 、 天皇 の 関わ る 儀式 に お い て 修法 を 行 う 僧 に 特 に 与え られ る 職位 で あ る 。 日本 で 阿闍 梨 と 称 さ れ る 僧 に は 、 教授 阿闍梨 法 を 教授 する 。 伝法 阿闍梨 ( でんぽう あじゃり ) 伝法 ( 術 ・ 経文 など 維持 発展 に 必要 な 総 て の 要素 ) の 灌頂 を 受け た 者 が な る 。 七 高山 阿闍梨 ( しち こうざん あじゃり ) 延暦 寺 ・ 伊吹山 ・ 愛宕 神社 ( 京都 市 ) など 特に 朝廷 から 指定 を 受け て 五穀 豊穣 を 祈 る 儀式 を 行 う 寺院 に お い て 祈願 の 勅命 を 与え られ て 導師 を 務め る 者 が な る 。 一身 阿闍梨 ( いっしん あじゃり ) 皇族 や 摂関 家 の 子弟 から 仏門 に 入 り 、 貴種 の ゆえ を も っ て 若 い うち に 阿闍 梨 の 称号 を 許 さ れ た 者 が な る 。 など が あ る 。 また 、 伝法 阿闍梨 の うち 特に 徳 の 高 い もの を 大阿闍梨 ( だい あじゃり ) と い っ た 。 京都 名産 の 菓子 「 阿闍 梨餅 」 は 、 比叡 山 の 延暦 寺 千 日 回 峰行 の 阿闍梨 が かぶ る 網代 笠 を 模 し た こと から この 名 が つ い た 。 +遠国 奉行 ( おんごく ぶぎょう ) は 、 江戸 以外 の 幕府 直轄 領 ( 天領 ) 内 の 重要 な 場所 に 置 か れ 、 その 土地 の 政務 を とりあつか っ た 奉行 、 役方 に 分類 さ れ る 。 大坂 ・ 京都 ・ 駿府 の 町 奉行 の ほか 、 長崎 奉行 など が 置 か れ 、 その 職 に は 主に 幕府 旗本 が 任 ぜ られ た 。 老中 の 支配 下 で 伺候 席 律令 制 役 で 、 足高 制 は 1000 石 から 2000 石 と 任地 に よ り 異な り 役料 が 支給 さ れ る こと も あ っ た 。 管轄 地 を 奉行 知行 所 と 呼 び 、 1868 年 江戸 幕府 が 倒れ る と 、 明治 政府 に よ っ て 江戸 を 含 む 主な 9 つ の 場所 に は 明治 初期 の 府 の 設置 と 変遷 。 この うち 江戸 府 は 後 東京 府 に 名前 を 変え た 。 18 71 年 の 廃藩 置県 まで の 間 に 、 東京 府 ・ 大阪 府 ・ 京都 府 を のぞ く 箱館 府 ・ 神奈川 府 ・ 越後 府 ・ 新潟 府 ・ 甲斐 府 ・ 度 会 府 ・ 奈良 府 ・ 長崎 府 の 各 府 は 明治 初期 の 府 の 設置 と 変遷 。 詳細 は 京都 町 奉行 参照 老中 支配 で あ る が 、 任地 の 関係 で 京都 所司 代 の 指揮 下 で 職務 を 行 っ た 。 京都 町政 の 他 畿内 天領 および 寺社領 の 支配 も 行 う ため 、 寺社 奉行 勘定 奉行 町 奉行 の 三 奉行 を 兼ね た よう な 職務 で あ っ た 。 定員 は 2 名 で 、 東西 2 つ の 奉行 所 が 設置 さ れ て い た 。 役高 は 1500 石 で 、 役料 と し て 現米 600 石 が 支給 さ れ た 。 配下 に は 与力 20 騎 と 同心 50 人 が 付 い た 。 伏見城 廃 城 後 に 城代 に 代わ っ て 置 か れ た 。 定員 は 1 名 。 京都 へ の 入口 で あ る 伏見 宿 及び 淀川 河岸 を 監督 ( 大名 が 参勤 交代 の 途中 で 勝手 に 入京 し て 朝廷 と 接触 し な い よう に ) する ため 、 遠国 奉行 の 中 で は 唯一 大名 が 就任 する こと が あ っ た 役職 で あ る 。 その ため 足高 制 の 対象 に な っ て い な い が 、 役料 と し て 3000 俵 が 支給 さ れ た 。 配下 は 与力 10 騎 同心 50 人 。 また 、 京都 所司 代 や 京都 町 奉行 と の つながり が 強 く 、 京都 で の 大事 の 際 に は 支援 に 駆けつけ る 事 も あ っ た 。 また 、 寛文 年間 に は 京都 町 奉行 が 形式 上伏見 奉行 の 員 外 で 扱 わ れ て い たり 、 逆 に 元禄 ・ 文化 ( 日本 ) 年間 に は 伏見 奉行 が 京都 町 奉行 に 統合 さ れ る こと が あ っ た 。 なお 、 小堀 政方 が 伏見 奉行 の 時 に 伏見 騒動 と 呼 ば れ る 事件 が 発生 し 、 政方 の 近江 小室 藩 が 改易 さ れ る 事態 と な っ て い る 。 詳細 は 大坂 町 奉行 参照 定員 2 名 で 東西 2 つ の 奉行 所 が 設置 さ れ た 。 役高 は 1500 石 で 、 役料 と し て 現米 600 石 が 支給 さ れ た 。 配下 は 与力 30 騎 同心 50 人 。 駿府 城下 の 町政 の 他 、 東海道 の 江尻 ・ 丸子 両宿 および 清水 港 を 管轄 し た 。 定員 1 名 。 役高 は 1000 石 で 、 役料 と し て 500 俵 が 支給 さ れ た 。 配下 は 与力 8 騎 同心 60 人 。 詳細 は 長崎 奉行 参照 長崎 町政 の 他 、 オランダ と の 貿易 も 担当 し た 。 定員 は 変動 が 多 く 、 最初 1 名 で 、 寛永 10 年 ( 1633 年 ) より 2 名 、 貞享 3 年 ( 1686 年 ) より 3 名 、 元禄 13 年 ( 170 0 年 ) より 4 名 と 増員 さ れ た が 、 宝永 以降 は 2 名 で 固定 さ れ た 。 役高 は 1000 石 で 、 役料 と し て 440 俵 が 支給 さ れ た 。 配下 は 与力 10 騎 同心 15 人 。 江戸 湾 に 入 る 船舶 の 監視 を 担当 し た 。 当初 元和 ( 日本 ) 2 年 ( 1616 年 ) に 伊豆 国 下田 市 に 置 か れ て い た が 、 享保 5 年 ( 1720 年 ) に は 江戸 湾 内 の 経済 活動 の 活発 化 に 伴 っ て 相模 国 浦賀 に 移転 し た 。 定員 1 名 。 役高 は 1000 石 で 、 役料 500 俵 を 支給 さ れ た 。 配下 は 与力 10 騎 同心 50 人 。 幕末期 に は 外国 と の 交渉 の 窓口 と な っ た ため 、 増員 が 行 わ れ 、 また 天保 13 年 ( 1842 年 ) - 天保 15 年 ( 1844 年 ) 及び 嘉永 7 年 ( 1854 年 ) - 万延 元年 ( 18 60 年 ) に かけ て は 外国 船 の 来航 に 備え て 下田 奉行 も 再置 さ れ 、 この 期間 に は 浦賀 ・ 下田 の 両 奉行 所 が 並存 し て い た 。 主 と し て 会津 藩 士 が 赴任 し た 。 伊勢 奉行 と も 呼 ば れ た 。 当初 、 奉行 所 は 伊勢 国 山田 ( 現在 の 三重 県 伊勢 市 ) に 置 か れ 、 のち 伊勢 国 度 会 郡 小林 ( 現 ・ 伊勢 市 御 薗村 小林 ) に 移転 。 伊勢 神宮 の 守護 と 門前 町 の 支配 、 伊勢 、 志摩 に おけ る 訴訟 、 鳥羽 港 の 警備 など を 担当 し た 。 定員 は 1 名 、 元禄 9 年 ( 1696 年 ) に は 2 名 と な り 、 江戸 と 現地 で 交代 勤務 と な る 。 役高 は 1000 石 で 、 役料 1500 俵 を 支給 さ れ た 。 配下 は 与力 6 騎 同 心 70 人 水主 40 人 。 御 三家 の ひと つ 紀州 徳川 家領 と 接 し て い る こと から しばしば 係争 が 発生 し 、 将軍 吉宗 時代 に 江戸 町 奉行 と し て 活躍 する 大岡 忠相 が 務め た こと も あ り 、 奉行 時代 の 忠相 の 働き に 感心 し た 紀州 藩主 時代 の 徳川 吉宗 が 、 のち に 抜擢 し た と い う 伝説 が あ る こと で も 知 ら れ る 。 慶長 八 年 江戸 幕府 は 伊勢 大 神宮 神領地 に 「 山田 奉行 所 」 を 置 い た 。 外宮 ・ 内宮 両 大 神宮 の 警固 は 勿論 の 事 、 伊勢 湾 ・ 南海 で の 異国 不審 船 の 取締り や 伊勢 志摩 神領 以外 も 支配 し た が 、 「 日光 御 奉行 」 と 同等 同格 の 「 山田 御 奉行 」 の 最 重要 任務 は 「 二十 一 年 目御 遷宮 奉行 」 を 取り 仕切 る 任務 で あ っ た 。 そもそも 「 御 遷宮 奉行 」 は 伊勢 大 神宮 の 祭主 が 兼任 し て 居 っ た が 、 「 影流 始祖 愛洲 久忠 」 の 父 で あ ろ う 「 愛洲 伊予守 忠行 」 が 武家 と し て 初めて 大神宮 神領 奉行 職 に 文明 年間 任 じ られ た 。 [ 神領 奉行 所 は 岩出 祭主 館 跡 と 思 わ れ る ] 江戸 幕府 は 「 愛洲 伊予守 忠行 」 の 先蹤 を 引継 ぎ 、 以来 明治 御 維新 迄只 の 一 度 も 途切れ ず 、 源 頼 朝 以上 の 「 敬神 敬祖 」 の 範 を 示 し 御 遷宮 を 行 っ て き た 。 御 遷宮 に 掛か る 費用 は 平成 十 五 年 第 六十 一 回 式年 遷宮 で 約 三百 二 七 億 円 と 云 わ れ て お り 、 如何に 歴代 山田 奉行 が 伊勢 大 神宮 に 御 奉仕 し た か が 解 る 。 「 寛永 十 八 年 御 奉行 小林 村 に 御 居住 し た まへ る 以前 より 、 孔雀 丸 ・ 虎丸 と 謂 う 御船 あ り 、 享保 十 三 年 戊 申 五 月 はじめ 御 奉行 保科 淡路 君 如何な る 故 に や 、 虎丸 の 御船 を 大湊 の 沖 に 泛 か しめ 給 ふ 。 尤 も 近来 稀 な る こと な り 。 孔雀 丸 は 汚損 せ し と 云 へ り 、 今 御 船 の 御 公用 な けれ ば 其 の 水主 同心 七十 五 人 は 常 に 御 役所 付 の 諸役 を 勤 む 。 」 と 御 普請 役御 組頭 橋本 市郎左衛門 重永 の [ 享保 庚 戌備 忘録 ] に 記 さ れ て い る 。 ( 御 普請 役御 組頭子 孫 橋本石洲著 『 伊勢山田 奉行 沿革 史 』 に 依 る ) 日光 東照宮 守護 を 担当 し た 。 定員 2 名 で 、 内 1 名 は 江戸 詰 と な る 。 役高 は 2000 石 で 、 役料 500 俵 を 支給 さ れ た 。 配下 は 同心 36 人 。 興福寺 ・ 東大 寺 など 奈良 の 大 寺院 の 監視 と その 門前 町 ( なら まち ・ 奈良 きたまち ) の 支配 の ため 設置 。 定員 1 名 。 役高 1000 石 で 、 役料 700 俵 を 支給 さ れ た 。 配下 は 与力 7 騎 同心 30 人 。 奉行 所 は 現 ・ 奈良 女子 大学 の 敷地 内 に 置 か れ て い た 。 詳細 は 堺 奉行 参照 定員 1 名 。 役高 1000 石 で 、 役料 現米 600 石 を 支給 さ れ た 。 配下 は 与力 10 騎 同心 50 人 。 佐渡 金山 の 支配 を 担当 し た 。 北辺 警護 の ため 松前 藩 の 領地 で あ っ た 蝦夷 地 を 上知 し た 享和 2 年 ( 180 2 年 ) に 設置 さ れ た 。 幕末 に は 開港 地箱 館 に おけ る 外国 人 の 応対 も 担当 し た 。 定員 は 2 名 で 、 内 1 名 は 江戸 詰 と な る 。 役高 は 2000 石 で 、 役料 1500 俵 が 支給 さ れ た 。 奉行 所 は 、 最初 は 現在 の 元町 公園 ( 函館 市 元町 ) に 置 か れ た が 、 五稜 郭 築 城 後 に そちら へ 移転 し た 。 天保 14 年 に 天領 と な っ た 新潟 市 周辺 の 地域 を 支配 する ため 新設 。 設置 の 理由 は 日本 海 交通 の 要衝 で あ る 新潟 港 の 管理 で あ っ た 。 その 後 、 開国 に 当た り 新潟 が 開港 地 と な っ た ため 、 その 重要 性 が 増 し た 。 天保 13 年 ( 1842 年 ) に 、 外国 船 の 来航 に 備え 江戸 湾 の 防御 を 固め る ため の 政策 の 一環 と し て 羽田 ( 大田 区 ) に 新設 さ れ た が 、 2 年 後 に 廃止 。 羽田 奉行 就任 者 田中 勝行   天保 13 年 ( 184 2 ) 1 2 月 24 日 - 天保 15 年 ( 1844 ) 5 月 24 日 日付 は 旧暦 +大 政所 ( おお まん どころ ) 日本 の 貴族 社会 に お い て 、 摂政 ・ 関白 の 母親 に 対 し て 、 天皇 の 宣旨 に よ っ て 贈 ら れ た 呼称 。 「 大北 政所 」 の 略称 。 一般 的 に は 、 豊臣 秀吉 の 母 、 仲 ( なか ) を 指 す 。 本項 で 詳述 。 仲 大 政所 ( おお まん どころ 、 永正 10 年 ( 1513 年 ) - 天正 20 年 7 月 22 日 ( 旧暦 ) ( 1592 年 8 月 29 日 ) ) は 、 戦国 時代 ( 日本 ) ・ 安土 桃山 時代 の 女性 。 本名 を 仲 ( なか ) と い い 、 豊臣 秀吉 ・ 豊臣 秀長 ・ 日秀 ・ 朝日 姫 の 生母 で あ る 。 経歴 大 政所 と い う の は 本来 「 大北 政所 」 の 略 で 、 摂政 ・ 関白 職 に あ る 者 の 母親 へ の 尊称 で あ る が 、 現代 で は 彼女 一人 を 特定 し て 指 す こと が 主 で あ る ( 従一 位 ) 。 永正 10 年 ( 1513 年 ) 、 尾張 国 愛知 郡 ( 愛知 県 ) 御器所 村 に 鍛冶屋 を 営 み 、 武家 で も あ っ た 関兼 員 の 娘 と し て 生まれ た と さ れ る 。 関 氏 は 刀鍛冶 を 業 と する 一族 で あ る 。 実際 の 生年 は 永正 13 年 ( 1516 年 ) と する 説 も あ る 。 織田 信秀 の 足軽 大将 を 勤め た 木下 弥右衛門 ( 木下 昌吉 ・ 中村 弥助 ) の もと に 嫁 ぎ 、 日秀院 と 秀吉 を 生 む 。 しかし 、 夫 が あ る 戦 で 戦死 する と ( 実際 は 病没 ) 、 信秀 の 同朋衆 ・ 水野 昌盛 ( 竹阿弥 ) と 再婚 し た 。 その 間 に 、 秀長 と 朝日 姫 を 儲け た ( 秀長 と 朝日 姫 の 父 に つ い て は 弥右衛門 説 と 竹阿弥説 の 両方 が あ る ) 。 晩年 の 大 政所 天正 13 年 ( 1585 年 ) 、 秀吉 が 関白 に な っ た の に 際 し 大 政所 と 呼 ば れ る よう に な る 。 翌 天正 14 年 ( 1586 年 ) 、 秀吉 が 徳川 家康 に 上洛 を 勧め る が うま く い か な かっ た ため 、 朝日 姫 を 正室 と し て 、 大政所 を 人質 と し て 三河 国 岡崎 に 送 っ た 。 その 結果 、 家康 は 上洛 に 応 じ た ため 、 大 政所 は 約 1 ヶ月 で 大阪 に 戻 る こと が でき た 。 秀吉 は 長浜 城主 と な っ た 時 に 母 を 城 に 迎え て い る が 、 終生 母 を 大事 に し た こと は 有名 で あ る 。 また 、 嫁 で あ る 高 台 院 と の 仲 も 非常 に 良 かっ た 。 さまざま な 逸話 から 、 彼女 が 賢明 な 女性 で あ っ た こと が 伺え る 。 子 の 朝日 姫 ・ 秀長 に 先立 た れ た 後 、 天正 20 年 ( 1592 年 ) に 聚楽 第 で 没 し た 。 齢 8 0 ( もしくは 77 ) 。 +公方 ( くぼう ) と は 、 前 近代 の 日本 に お い て 、 国家 に 関 する 公 ( おおやけ ) の こと を 体現 する 方面 及び 国家 的 統治 権 、 すなわち 古 い 時代 の 天皇 や その 朝廷 、 鎌倉 時代 、 室町 時代 の 将軍 に 起源 する 言葉 で あ る 。 特に 室町 時代 の 後半 に は 、 将軍 の 公権 力 の 代行 者 と し て 君臨 し た 足利 将軍 家 の 一族 の 者 の 肩書き と し て 用い られ た 。 公方 の 称号 を 公方 号 と い う 。 沿革 「 公方 」 号 の 発生 公 は 中国 に お い て 私 を 内包 する 観念 で あ り 、 日本 で 言 う ところ の 民 と 国家 を 総合 する 意味 が あ っ た 。 日本 語 で は この 意 が 変化 し 、 「 公 」 は 「 私 」 を 含 ま な い 観念 で 国家 の 取り扱 う 領分 を 意味 する 語 と な り 、 私 の 対義 語 と な っ た 。 この よう な 観念 は 「 五 公 五 民 」 「 公私 混同 」 と い っ た 用い 方 に あらわれ て い る 。 この よう な 感覚 から 、 古代 に は 日本 と い う 国家 を 一身 で 体現 する 存在 で あ る 天皇 を 指 し 示 す 表現 と し て 「 おおやけ 」 と い う 言葉 が 使 わ れ 、 天皇 や その 家 、 朝廷 を 「 公家 ( こうけ ) 」 或いは 「 公方 」 と 呼称 する 慣習 が 生まれ た 。 特に 荘園 など の 私的 な 所領 が 広がり を 見せ た 平安 時代 後期 以後 に は 国家 的 な 統治 権 を 強調 する ため に も 用い られ た 。 だ が 、 相対 的 な 朝廷 権力 の 低下 し た 鎌倉 時代 以後 に は 、 荘園 ・ 公領 の 一 円 支配 を 実現 さ せ た 本所 ( 寺社 ・ 公家 ) や 武家 など が 、 その 土地 の 統治 権 の 保持 者 と し て 「 公方 」 と 名乗 る 例 も 登場 し た 。 更に 鎌倉 幕府 に お い て も 弘安 6 年 ( 1283 年 ) 頃 より 、 執権 北条 氏 の 得宗 ・ 御 内 人 ・ 御内 御 領 に 対抗 し て 、 皇族 将軍 を 「 公方 」 ・ 御 家人 を 「 公方 人々 」 ・ 関東 御領 を 「 公方 御領 」 と 呼称 する 規定 が 成立 する 。 これ は 皇族 将軍 と 執権 北条 時宗 を 擁 し て 幕政 改革 に 乗り出 し た 安達 泰盛 が 採用 し た と い わ れ て い る 。 北条 氏 の 私的 権力 の 幕政 へ の 介入 を 抑制 する ため に 幕府 の 主権 が 征夷 大将軍 と その 主従 関係 下 に あ る 御 家人 に あ る 事 を 示 す ため だっ た 。 室町 幕府 の 「 公方 」 南北朝 時代 ( 日本 ) 、 室町 幕府 を 開 い た 足利 尊 氏 は 、 朝廷 より 公方 号 を 許 さ れ た こと が 、 室町 幕府 政所 執事 伊勢 氏 の 末裔 に て 江戸 時代 の 旗本 の 伊勢 貞丈 の 『 貞丈 雑記 』 に 記 さ れ て い る 。 しかし 、 尊 氏 は 多分 に 朝廷 や 公家 の 称 と し て の 意味 合い が 強 かっ た 公方 号 を 素直 に は 喜 ば な かっ た 。 尊 氏 は 公方 の 号 を 賜 る と 甲冑 を まと う こと が でき な い と 述べ 辞退 する が 、 一旦 授け た もの を 撤回 も でき ず 、 尊 氏 が 預か る 形 と な っ た 。 以降 、 2 代将軍 と な っ た 足利 義詮 の 時代 に な っ て も 用い られ る こと は な かっ た 。 しかし 、 3 代将軍 足利 義満 以降 、 将軍 の 敬称 と し て 公方 号 が 積極 的 に 称 さ れ る こと と な っ た 。 当初 、 関東 管領 と し て あ っ た 足利 基 氏 も 将軍 家 が 公方 を 称 する よう に な る と 、 鎌倉 公方 と 称 する よう に な っ た 。 以降 、 幕府 の 主宰 者 た る 将軍 や 、 鎌倉 公方 を 称 し た 鎌倉 の 足利 一族 に よ り 公方 号 が 世襲 さ れ る こと と な る 。 なお 、 関東 管領職 は 、 それ まで 執事 で あ っ た 上杉 氏 や 畠山 氏 が 繰り上が っ て 管領 を 称 する よう に な る 。 後 に 上杉 謙信 が この 名籍 を 継 ぎ 、 北条 氏 綱 ・ 滝川 一益 も 名乗 っ た と い う 説 が あ る 。 江戸 時代 に は 王権 を ほぼ 全て 掌握 する 将軍 の 別称 と し て 完全 に 定着 し 、 「 公方 」 と 言 え ば 徳川 将軍 だけ を 意味 する よう に な る 。 幕府 の 主宰 者 た る 武家 の 棟梁 は 、 征夷 大将軍 を 宣下 さ れ て 後 、 敬称 が 上様 から 公方 様 に 転化 する こと と な り 、 公方 は 朝廷 の 代行 者 と い う 意味 が 強 かっ た 。 鎌倉 公方 ( 関東 公方 ) 鎌倉 府 の 長 。 初代 は 足利 基 氏 。 永享 の 乱 で 一旦 滅び る が 復活 し 、 5 代 目 の 足利成 氏 が 古河 に 移 っ て 古河 公方 を 名乗 る 。 篠川 公方 ( 篠川 御所 ) 3 代 鎌倉 公方 足利満兼 が 奥州 統治 の ため 弟 の 足利 満直 を 陸奥 国安積 郡 の 篠川 ( ささがわ ) に 派遣 し て 成立 。 上杉 禅秀 の 乱 以降 反 鎌倉 府 の 立場 を と る が 、 1440 年 ( 永享 12 年 ) の 結城 合戦 で 滅亡 し た 。 稲村 公方 ( 稲村 御所 ) 3 代 鎌倉 公方 足利満兼 が 奥州 統治 の ため 弟 の 足利 満貞 を 陸奥 国 岩瀬 郡 の 稲村 に 派遣 し て 成立 。 1438 年 ( 永享 10 年 ) に 永享 の 乱 で 満貞 が 自害 し た ため 滅亡 し た 。 堀越 公方 室町 幕府 8 代 将軍 足利 義政 が 古河 公方 足利成 氏 に 対抗 さ せ る ため 、 弟 の 足利 政知 を 関東 に 派遣 し た が 、 箱根 を 越え られ ず 伊豆 国田 方 郡 の 堀越 ( ほり ごえ ) を 居所 と し た もの 。 2 代 目 の 足利 茶々 丸 が 北条 早雲 に 討 た れ て 滅亡 し た 。 古河 公方 下 総 国 古河 市 に 移 っ た 関東 公方 で 、 初代 は 足利成 氏 。 当初 は 古河 を 本拠 と し た が 、 途中 から 後 北条 氏 の 傀儡 と な っ て 居所 を 転々 と さ せ られ た 。 5 代 足利義 氏 ( 古河 公方 ) の 死去 に よ り 滅亡 。 後裔 は 、 高家 の 喜連川 氏 と な っ た 。 小弓 公方 3 代古河 公方 足利 高 基 の 弟 足利 義明 が 上総 国 真里谷 ( まりやつ ) 城主 の 武田 氏 上 総 武田 氏 に 擁立 さ れ て 、 下総 国 の 小弓 城 で 自称 し た もの 。 1538 年 ( 天文 _ ( 元号 ) 7 年 ) の 第 一 次 国府 台 合戦 で 義明 が 戦死 し た ため 滅亡 し た 。 鞍谷 公方 ( 鞍谷 御所 ・ 越前 公方 ) 室町 幕府 3 代 将軍 足利 義満 の 子足利 義嗣 の 子孫 で 越前 国 の 鞍谷 を 居所 と し た もの 。 朝倉 氏 に よ り 、 一時 は 、 越前 守護 の 斯波 氏 に 代わ る 越前 国 の 統治 者 と さ れ た 。 のち に は 、 朝倉 氏 の 一 客 将 と し て 鞍谷 氏 と 呼 ば れ る よう に な っ た 。 平島 公方 ( 平島 御所 ・ 阿波 公方 ) 公方 は 将軍 の 別称 と し て 広 く 使 わ れ る よう に な っ た ため 、 時 に は 何 某 公方 と い う よう に 、 公方 に 揶揄 や 批判 の 意味 を こめ た 語 を つけ た あだ名 が 庶民 に よ っ て つけ られ て 知 ら れ る こと も あ っ た 。 足利 義稙 の 「 流れ 公方 」 有力 大名 に 政権 を 追 わ れ て 各地 を 転々 と し た こと から 。 一族 は 阿波 国 に 定着 し 、 阿波 公方 。 徳川 綱吉 の 「 犬 公方 」 生類 憐み の 令 を 出 し て イヌ を 手厚 く 保護 し 、 その ため に 庶民 の 迷惑 を 招 い た こと から 。 徳川 吉宗 の 「 米 公方 」 その 治世 に 豊作 と 飢饉 が 繰り返 さ れ て 米価 が 大き く 上下 し た の で 、 その 統制 に 追 わ れ た こと から 。 徳川 家重 の 「 小便 公方 」 体質 が 生来 虚弱 で 言語 不 明瞭 で あ っ た こと から 、 殿中 で 小便 を 漏ら し た と い う 噂 が あ っ た 。 +位 階 ( いかい ) と は 官吏 の 序列 を い う 。 日本 で は 勲等 と 並 び 位 階 勲 等 と 称 さ れ 、 主に 律令 法 ( 律令 制 ) に よ っ て 定め られ た もの を 指 す ( 主に 明治 時代 から 昭和 前期 まで は 金鵄 勲章 功級 も 含 ま れ た ) 。 律令 制下 の 位 階 制 に お い て は 、 親王 に 対 する 位階 は 品位 ( 日本 史 ) と し て 別途 4 階 が 定め られ た 。 位 階 は 主に 王 ( 皇族 ) および 人臣 が 対象 で あ り 、 人臣 の 位階 に つ い て は 律令 法 が 廃止 さ れ た 明治 時代 以降 は 、 官吏 で あ っ た 者 や 特に 功績 の あ っ た 者 など に 与え られ る 栄典 の 一 つ と な っ た 。 今日 に お い て も 日本 国 憲法 に 基づ く 栄典 の ひと つ さ れ 、 毎年 功労 あ る 物故 者 に 授け られ て い る 。 なお 、 位 階 に 叙 す こと を 叙位 ( じょい ) と 言 い 、 平安 時代 以後 は 、 宮中 で 五 位 以上 の 位 階 を 授け る 儀式 ( 正月 五 日頃 に 行 わ れ る 。 ) の こと も 叙位 と 言 っ た 。 また 、 位 階 と 混同 し て 用い られ る こと の 多 い 「 官位 」 と は 「 官職 と 位 階 」 を 指 し 、 位 階 と は 異な る 。 位 階 制度 は 、 他 の 政治 行政 制度 と 共 に 中国 から 継受 し 、 日本 で 独自 の 発展 を 遂げ た 。 初めて 官吏 を 序列 付け た の は 、 60 3 年 ( 推古 天皇 11 年 ) の 冠位 十 二 階 で あ る 。 その 後 数 度 の 変遷 を 経 て ( → 冠位 ・ 官位 制度 の 変遷 ) 、 70 1 年 ( 大宝 ( 日本 ) 元年 ) の 大宝 律令 および 71 8 年 ( 養老 2 年 ) の 養老 律令 に よ っ て 位 階 制度 の 基本 が 固ま っ た 。 67 3 年 以降 は 神 に も 位 階 が 与え られ た ( 神階 参照 ) 。 位 階 制度 は 、 位 階 と 官職 を 関連 づけ る こと に よ り ( 官位 制 ) 、 血縁 や 勢力 に とらわれ ず 適材 適所 を 配置 し 、 官職 の 世襲 を 防 い だ 。 また 、 天皇 が 位 階 を 授与 する こと で 、 全て の 権威 と 権力 を 天皇 に 集中 し 、 天皇 を 頂点 と し た 国家 体制 の 確立 を 目的 と し た 。 大宝令 ・ 養老 令 の うち 官位 に つ い て 定め た 『 官位 令 』 に よ れ ば 、 皇族 の 親王 は 一 品 ( いっ ぽん ) から 四品 ( しほん ) まで の 4 階 、 諸王 は 正一 位 から 従 五 位 下 まで 14 階 、 臣下 は 正一 位 から 少初 位下 ( しょうそい げ ) まで 30 階 の 位 階 が あ る 。 位 階 に よ っ て 就 く こと の でき る 官職 が 定ま り 、 位階 に 応 じ て 衣類 など に も 制限 が 加え られ る 。 また 、 五 位 以上 の 者 に は 位田 が 支給 さ れ る 規定 と な っ て い た 。 なお 、 律令 制 に おけ る 「 貴族 」 と は 五 位 以上 の 者 を 指 し 、 これ に は 昇殿 など の 特権 が 与え られ た 。 「 貴族 」 に 対 し 、 六 位 以下 無位 まで の 者 を 「 地下 」 ( ぢげ ) もしくは 「 地下 人 」 と 呼 ぶ 。 朝廷 及び 明治 新 政府 で は 、 故人 に 対 し て 生前 の 功績 を 称 え 位 階 また は 官職 を 追贈 が な さ れ る こと が あ っ た 。 位 階 を 贈 る こと を 贈位 、 官職 を 贈 る こと を 贈官 と い っ た 。 ( 例 ) 贈正 四 位 、 ( 例 ) 贈内 大臣 。 正 ○ 位 の 「 正 」 は 「 せい 」 で な く 「 しょう 」 、 従 ○ 位 の 「 従 」 は 「 じゅう 」 で な く 「 じゅ 」 と 読 む 。 また 、 三位 は 「 さんい 」 で な く 「 さんみ 」 、 四位 は 「 よんい 」 で な く 「 しい 」 、 七位 は 「 なな い 」 で な く 「 しちい 」 と 読 む 。 蔭位 の 制 ( おんい の せい ) と は 、 高位 者 の 子孫 を 一定 以上 の 位階 に 叙位 する 制度 。 父祖 の お 蔭 で 叙位 する の 意 。 令 に よ れ ば 、 子孫 が 21 歳 以上 に な っ た とき 叙位 さ れ 、 蔭位 資格 者 は 皇親 ・ 五 世 王 の 子 、 諸臣 三 位 以上 の 子 と 孫 、 五 位 以上 の 子 で あ る 。 勲位 ・ 贈位 も 蔭位 の 適用 を 受け る 。 蔭位 の 制 は 中国 の 律令 制 に 倣 っ た 制度 だ が 、 中国 の 制度 より も 資格 者 の 範囲 は 狭 く 、 与え られ る 位 階 は 高 い 。 皇族 ・ 諸王 親王 の 子 → 従 四 位 下 諸王 の 子 → 従 五 位 下 五 世王 の 嫡子 → 正六 位 上 ( 庶子 は 一 階 を 降す 。 ) 諸臣 一 位 の 嫡子 → 従 五 位 下 以下 逓減 し て 従 五 位 の 嫡子 → 従八 位 上 ( 庶子 は 一 階 を 降し 、 孫 は また 一 階 を 降す 。 ) 儒教 の 経典 で あ る 『 礼記 』 に は 「 礼 は 庶人 に 下 ら ず 、 刑 は 大夫 に 上 ら ず 」 と さ れ 、 律令 法 で は 八虐 など に よ る 死罪 ( 律令 法 ) ( 実際 は 流罪 及び 除名 で 代替 さ れ る 場合 も あ っ た ) を 例外 と し て 、 五 位 以上 の 官人 に は 実刑 を 加え な い こと が 原則 と さ れ て い た 。 日本 で は 中国 の 八議 ( 『 周礼 』 で は 八辟 ) の 制度 を 元 に し て 名例律 に お い て 六議 の 制 が 定め られ 、 三 位 以上 は 6 番 目 の 「 貴 」 と さ れ て 減刑 の 対象 と な り 、 更に 五 位 以上 で も 「 請 」 の 手続 を 経 る こと で 準用 が 認め られ た 。 流罪 以下 の 刑 に 処 せ られ た 場合 、 罪一 等 を 減 じ た 上 で 官当 に よ り 自ら の 位記 を 返上 し て 罪 を 贖 っ た 。 平安 時代 中期 に お い て は 、 官職 の 重要 性 が 高ま っ た ため に 左遷 や 解官 ( 官職 罷免 ) に よ る 換刑 が 行 わ れ た 。 散位 や 卑官 の 者 に 限 っ て 官当 や 贖銅 で 罪 を 贖 う こと で 実刑 を 免れ る の が 一般 的 で あ っ た 。 本来 は 能力 に よ っ て 位 階 を 位置 付け 、 その 位 階 と 能力 に 見合 っ た 官職 に 就け る こと で 、 官職 の 世襲 を 妨げ る こと を 大きな 目的 と し た 。 しかし ながら 、 蔭位 の 制 を 設け る など 、 世襲 制 を 許 す 条件 を 当初 から 含 ん で い た 。 その ため 、 平安 時代 の 初期 に は 形骸 化 し て 一部 の 上流 貴族 に 世襲 的 な 官職 の 独占 を 許 す に 到 っ た 。 明治 維新 に よ り 律令 法 が 廃 さ れ た 後 も 、 太政 官 に お い て は 、 暫 く 続け られ た ( 明治 2 年 8 月 20 日 ( 旧暦 ) に 大少 初位 の 代わり に 正九 位 ・ 従 九 位 が 設け られ て い る ) 。 明治 4 年 8 月 10 日 ( 旧暦 ) に は 官 等 の 導入 に よ っ て 一旦 は 廃止 さ れ た 。 1887 年 ( 明治 20 年 ) に は 、 「 叙位 条例 」 ( 明治 20 年 勅令 第 10 号 ) が 制定 さ れ て 位 階 制度 が 復活 し た 。 叙位 条例 以降 は 、 正一 位 から 従八 位 まで の 16 階 ( 叙位 条例 も 同じ ) と さ れ た 。 叙位 条例 に よ る と 「 凡ソ 位 ハ華族 勅 奏任 官 及 国家 ニ勲功 アル 者 又 ハ 表彰 スヘキ 功績 アル 者 ニ叙 ス 」 ( 叙位 条例 第 1 条 ) と さ れ た 。 叙位 条例 に よ る と 、 従 四 位 以上 は 勅授 ( 宮内 大臣 から 伝達 ) 、 正 五 位 以下 は 奏授 ( 宮内 大臣 が 天皇 に 奏 し て 叙位 ) と さ れ た 。 また 位 は 従 四 位 以上 は 華族 に 準 じ た 礼遇 を 享け た 。 従 一 位 は 公爵 、 正二 位 は 侯爵 、 正従 三 位 は 伯爵 、 正従 四 位 は 男爵 に 準 じ た 。 1926 年 ( 大正 15 年 ) に は 「 位 階 令 」 ( 大正 15 年 勅令 第 325 号 ) が 制定 さ れ た 。 これ に よ り 、 勲章 ( 日本 ) ・ 褒章 と 並 ぶ 栄典 制度 の 一 つ と し て 位 階 制度 は 維持 さ れ て き た 。 叙勲 と 異な り 、 日本 国籍 を 失 っ た とき に は 位 も 失 い 、 外国 人 を 叙位 する こと は な い 。 また 、 位 階 は 臣民 に のみ 与え られ 、 皇族 を 叙位 する こと は な い ( ただし 、 皇籍 を 離脱 し た 者 は 叙位 の 対象 と な る ) 。 所管 は 宮内 省 宗 秩寮 。 位 階令 で は 、 従来 の 叙位 条例 から 叙爵 対象 の 順序 が 変更 さ れ 、 「 国家 ニ勲功 アリ 又 ハ 表彰 スヘキ 功績 アル 者 」 ・ 「 有爵 者 及爵 ヲ襲 クコトヲ 得 ヘキ 相続 人 」 ・ 「 在官 者 及在職 者 」 と さ れ た 。 結果 的 に 、 栄典 制度 と し て の 側面 を より 強調 する こと と な っ た 。 位 階 令 に よ る と 、 正二 位 以下 の 授与 形態 に 変更 は な かっ た が 、 正従 一 位 は 特に 親授 ( 親授 式 で 、 天皇 から 位記 を 授与 ) と さ れ た 。 第 二 次 世界 大戦 後 、 叙勲 と 共 に 叙位 は 一時 停止 さ れ た 。 その 後 、 1964 年 、 授与 対象 を 故人 に 限 っ て 復活 し た 。 その ため 現在 で は 、 故人 の 功績 を 称え 、 追悼 する 意味 合い が 強 い 。 授与 に 当た っ て の 選考 基準 は 叙勲 と ほぼ 同じ だ が 、 細部 で 異な っ て お り 、 功績 種別 に よ っ て も 選考 基準 が 異な る 。 叙勲 の 所管 は 内閣 府 賞 勲 局 ( 中央 省庁 再編 前 は 総理 府 賞 勲 局 ) 、 叙位 の 所管 は 内閣 府 大臣 官房 人事 課 ( 中央 省庁 再編 前 は 内閣 総理 大臣 官房 人事 課 ) で あ る 。 長 く 公的 な 職 に あ っ た 者 ( 議員 ・ 官吏 ・ 消防 吏員 ・ 消防 団 員 ・ 教員 等々 ) に 叙位 さ れ る 例 が 多 い 。 叙位 さ れ た 場合 、 それ を 証 する 位記 が 交付 さ れ る 。 位記 に は 縦書き で 次 の よう な 記載 が な さ れ る 。 従 四 位 以上 氏名 従 四 位 に 敘 する 御 璽 平成 年 月 日 内閣 総理 大臣 氏名 正 五 位 以下 氏名 正 五 位 に 敘 する 平成 年 月日 ( 内閣 之印 ) 内閣 総理 大臣 氏名 宣 三国 時代 ( 中国 ) - 隋 の 文帝 時代 に つ い て は 九品 官人 法 参照 。 +左 大臣 ( さ だいじん ) は 、 朝廷 組織 の 最高 機関 、 太政 官 の 職 の 一 つ 。 唐名 は 「 左府 」 「 左丞 相 」 「 左相 国 」 「 左 僕 射 」 「 太傅 ( たいふ ) 」 。 和訓 は ひだり の おおい も うちぎみ / ひだり の おとど 。 正 ・ 従二 位 の 官位 相当 。 「 一上 ( いち の かみ ) 」 の 別称 が 示 す とおり 、 太政 官 の 職務 を 統べ 、 台閣 の 首座 に 等し かっ た 。 左 大臣 の 上 に は 太政 大臣 が 存在 する が 、 常置 の 職 で は な く 、 その 資格 が あ る 人 を 欠 く 場合 は 置 か れ ず 、 その 場合 に は 左 大臣 が 太政 官 の 最高 位 で あ っ た 。 後 に は 太政 大臣 は 名誉 職 と さ れ て 、 左 大臣 が 太政 官 に おけ る 事実 上 の 最高 指導 者 と 看做 さ れ た 。 『 日本 書紀 』 『 続 日本 紀 』 など の 記録 を 見 る と 、 律令 制 の 初期 に は 条件 を 満た す 太政 官 が 存在 し な い 場合 、 左 大臣 も 空位 に な っ て い た ケース が 存在 し た 。 その 場合 は 右 大臣 が 政務 を 代行 し た 。 +太政 大臣 ( だい じょう だいじん / だじょう だいじん ) は 律令 制 に お い て 、 左 大臣 ・ 右 大臣 の 上 に 位置 する 、 太政 官 に おけ る 最高 位 の 官職 で あ る 。 和訓 は 「 おお まつり ごと の まえつぎみ 」 。 唐名 は 相国 ( しょうこく ) 、 大丞 相 ( だい じょう しょう ) 、 太師 。 概要 特に 職掌 は な く 、 天子 の 師 ( 「 師範 一人 」 ) たり う る 者 が 任 ぜ られ た の で 、 常設 は さ れ ず 、 適任 者 が い る 時 の み 叙任 さ れ た 。 その ため 、 「 則闕 ( そっけつ ) の 官 」 と 呼 ば れ た ( 「 闕 」 は 「 欠 」 の 意 ) 。 また 、 弾正 台 に よ る 弾奏 ( 非違 行為 に 対 する 告発 ) の 対象 から 唯一 除外 さ れ て い た 。 正一 位 従 一 位 相当 官 。 天智 天皇朝 の 弘文 天皇 ( 67 1 年 ) を 最初 と し 、 明治 時代 の 三 条 実美 ( 18 71 年 - 1885 年 在任 ) を 最後 に 廃止 さ れ る 。 律令 制 初期 に お い て は 軽々し く 任命 する 事 の 出来 な い 役職 で あ る と し て 、 代わり に 皇族 のみ が 任 じ られ る 同格 の 「 知太 政 官事 ( ちだ じょう かんじ ) 」 が 設置 さ れ て い た が 、 後 に は 臣下 の 者 が 太政 大臣 に 任命 さ れ る よう に な っ た 。 こう し た 事情 より 、 太政 大臣 に 代わ っ て 左 大臣 が 太政 官 を 統括 する 慣例 が 生 じ た が 、 後 に 藤原 良房 及び 藤原 基経 が 太政 大臣 と 摂政 を 兼ね る と 、 太政 大臣 と 摂政 の 職掌 の 違い は 何 か 、 あるいは 太政 大臣 と 左 大臣 が 並存 する 場合 に は どちら が 太政 官 を 統括 する か で 混乱 が 生 じ た 。 そこ で 、 元 慶 8 年 5 月 9 日 ( 旧暦 ) ( 884 年 6 月 5 日 ) 、 光孝 天皇 は 菅原 道真 ・ 大蔵 善行 ら 学者 ら を 召 し て 太政 大臣 の 権限 に つ い て 意見 を 出 さ せ た 。 その 結果 、 太政 大臣 は 、 あくまで も 天皇 の 師範 と し て 有徳 の 功労 者 が 任命 さ れ る 職 で あ っ て 政治 的 権力 を 有 さ ず 、 太政 官 の 公事 に は 関与 し な い こと と さ れ た ( ただし 、 摂政 ・ 関白 を 兼ね る 場合 に は その 権限 に 由来 する 政治 的 権限 を 持 つ こと に な る ) 。 ( 『 日本 三 代 実録 』 ) 藤原 北家 の 勢力 が 伸び る に つれ て 、 藤原 良房 ( 857 年 - 872 年 在任 ) 以降 、 源 雅実 ( 1122 年 - 1124 年 在任 ) まで 250 年 の 間 、 藤原 氏 に 独占 さ れ 続け た 。 平安 時代 末期 以後 、 原則 的 に 摂家 ・ 清華 家 の 者 のみ が 務め る 資格 を 持 っ た が 、 江戸 時代 に は 摂関 経験 者 だけ が 太政 大臣 に 任 じ られ た よう で あ る 。 武家 出身 の 太政 大臣 は 、 平清盛 ・ 足利 義満 ・ 豊臣 秀吉 ・ 徳川 家康 ・ 徳川 秀忠 ・ 徳川 家斉 の 6 例 。 生前 の 叙任 が 少な い 太政 大臣 は 、 死後 の 贈官 と し て 、 摂関 、 天皇 の 外祖父 、 江戸 時代 の 征夷 大将軍 など に 贈 ら れ る こと が あ る 。 こう し た 生前 の 功績 に 対 し て 、 没後 に 太政 大臣 官職 を 贈 ら れ た 場合 に は 、 「 贈太政 大臣 」 と な る 。 また 織田 信長 の よう に 事実 上 の 執権 者 が 叙任 を 受け ず に 死亡 し た こと を 鑑み て 、 後世 ( 大正 時代 ) に 改めて 追贈 さ れ た 例 も あ る ( 正確 に は 、 死 の 直後 に 従一 位 太政 大臣 が 贈位 さ れ 、 大正 時代 に 正一 位 が 改めて 贈 ら れ た ) 。 +女院 ( にょいん / にょういん ) と は 、 三后 ( 太皇 太后 ・ 皇太后 ・ 皇后 ) や 、 それ に 準 ずる 身位 ( 准后 、 内親王 など ) の 女性 に 宣下 さ れ た 称号 を 指 し 、 平安 時代 中期 から 明治 維新 まで 続 い た 制度 で あ る 。 「 院 」 は すなわち 太上 天皇 、 「 女院 」 と は それ に 準 ずる 待遇 を 受け た 女性 の こと で あ る 。 上皇 に 倣 っ て 院庁 を 置 き 、 別当 ・ 判官 代 ・ 主典 代 その 他 諸司 を 任 じ 、 殿上 を 定め 、 蔵人 を 補 し た 。 宣下 の 対象 従来 、 出家 に 伴 い 后妃 の 待遇 ( 后宮 職 ) は 停止 する もの に な っ て い た 。 ところ が 一条 天皇 の 代 、 正暦 2 年 ( 991 年 ) 皇太 后 藤原 詮子 落飾 の 際 、 皇太后 宮職 を 停め る と 同時 に 、 優詔 あ っ て 東三 条院 の 院号 が 贈 ら れ 、 「 女院 」 が 出現 し た の で あ る 。 初期 の 女院 号 宣下 は 后妃 の 中 で も 特に 国母 と な っ た 者 に 限 ら れ て 行 わ れ た が 、 承保 元年 ( 1074 年 ) の 後冷泉 天皇 中宮 章子 内 親王 の 院号 宣下 ( 二条 院 ) 以後 、 所生 は な く て も 尊貴 な 出自 を 以 っ て 院号 を 得 る 例 が 加わ っ た 。 ( ただし 章子 内 親王 の 場合 、 新た に 立后 する 妃 の ため に 后位 を 空け る 手段 と し て 女院 に さ れ た と する 説 が あ る ) また 、 皇女 を 准母 立后 に よ る 尊称 皇后 ( 天皇 の 配偶 で は な い 称号 のみ の 后 ) と する 制度 が 白河 天皇 皇女 媞子内 親王 ( 郁芳 門院 ) を 契機 と し て 確立 する と 、 院号 宣下 の 対象 も 尊称 皇后 に まで 拡大 、 さらに 応保 元年 ( 1161 年 ) の あき子内 親王 ( 八条 院 ) に よ っ て 、 后位 を 経 ず に 院号 宣下 さ れ る 道 も 開 か れ た 。 この 結果 、 特に 内親 王 で 女院 号 宣下 を 受け る 例 が 大幅 に 増え た が 、 原則 と し て 宣下 の 対象 は 后妃 ・ 天皇 生母 ・ 内親王 の いずれ か で あ る こと が 前提 で あ り 、 乾元 ( 日本 ) 元年 ( 130 2 年 ) の 永嘉門 院 瑞子 女王 ( 宗尊 親 王女 、 後宇多 天皇 後宮 ) や 、 応永 14 年 ( 1407 年 ) の 北山 院 日野 康子 ( 足利 義満室 ) など は 非常 な 異例 だ と いえ る 。 平安 末期 から 鎌倉 時代 に かけ て 、 内乱 や 両統 迭立 に 影響 さ れ 、 女院 号 の 宣下 が 氾濫 し 、 一時 に は 十 数 人 に のぼ る 女院 が い た 。 この 内 、 皇女 が 所領 相続 の 前奏 と し て 院号 を 与え られ た 例 が 多 く 見 られ 、 内親王 宣下 ・ 准后 宣旨 の のち 、 即日 院 号 と い う 場合 も あ る 。 もっとも 、 厖大 な 荘園 群 を 譲 ら れ た 姫宮 の 権勢 は 大変 な もの で 、 富 を 利用 し て 政治 に 睨み を き か し た 八条 院 、 宣陽 門院 、 邦子 内 親王 など は その 代表 で あ る 。 その 後 室 町 時代 から 江戸 時代 初期 に かけ て 、 立后 ・ 内親王 宣下 が 共 に 途絶え 、 その 結果 天皇 生母 のみ が 女院 と な る 時代 が 長 く 続 い た 。 しかし 後 水尾 天皇 中宮 徳川 和子 ( 東福 門院 ) 以後 后 から の 女院 が 復活 、 また 内親王 から の 女院 と し て 礼成 門院 の よう な 例 も あ っ た が 、 正親町 雅子 ( 新待 賢 門院 、 孝明 天皇 生母 ) を 最後 に 明治 維新 の 時 に 廃止 さ れ る 。 その 後 、 中山 慶子 ・ 柳原 愛子 ( それぞれ 明治 天皇 ・ 大正 天皇 の 生母 ) の 待遇 を 巡 り 、 女院 を 復活 さ せ る 意見 も 出 た もの の 、 反対 論 が 多 く 実現 さ れ な かっ た 。 名称 女院 の 名称 ( 以下 女 院 号 ) は 、 天皇 や 上皇 の 院号 と は 異な り 生前 の 時点 で 院 号 定 ( いんごう さだめ ) に よ り 決定 さ れ る 。 最初 の 二人 の 女院 に 即 し て 見 る と 、 東三 条院 の 称号 は 東三 条殿 に よ っ て 、 上東 門院 の 称号 は 上東 門 第 ( 土御 門 第 の 別名 ) ( 大内 裏 の 上東門 は 別名 を 「 土御門 」 と い い 、 そこ に 通じ る 道路 は 土御門 大路 また は 上東 門 大路 と 呼 ば れ た ) に よ っ て と 、 いずれ も 里第 に 由来 し た 。 続 く 禎子 内 親王 ・ てい 子内 親王 も 、 伝領 し た 邸宅 が それぞれ 大内 裏 の 陽明門 に 通じ る 近衛 大路 ( 別名 を 陽明 門 大路 ) に 面 する 枇杷 殿 、 大内 裏 の 郁芳門 に 通じ る 大炊 御門 大路 に 面 する 大炊 殿 で 、 それ に 因 む 門院 号 で あ っ た 。 しかし 、 天治 元年 ( 1124 年 ) の 待賢 門院 以後 、 女院 号 は 御 在所 に 関わり な く 宣下 さ れ る こと が 通例 化 し た 。 女院 号 の 決定 に は 、 まず 複数 の 候補 が 挙げ られ た 中 から 選 ば れ た こと が 記録 から 判 り 、 選定 に 当た っ て は 里 第 名 や 門院 名 だけ で な く 、 字 が 良 い か どう か や 不吉 な 先例 に 似 て い な い か 、 また 既に 存在 する 院号 と 重複 し な い か 等 、 様々 な 角度 から 検討 さ れ た 。 なお 天皇 ・ 上皇 の 院号 の 場合 「 後 」 を 冠 し て 重複 する 院号 を 使用 し た が 、 女院 号 は 殆ど が 「 新 」 を 冠 し た の も 特徴 の ひと つ で あ り ( 西園寺 禧子 の み 例外 ) 、 また 院号 と 重複 する 女院 号 は 採用 さ れ な かっ た の に 対 し 、 逆 に 院号 を 決め る 際 に は 、 二条 天皇 の よう に 先例 で あ る 女院 号 の 二 条 院 と の 重複 は 考慮 さ れ な かっ た と 見 られ る 。 門院 号 女院 号 の 一形式 と し て 、 禁裏 の 門 を 宛て る 門院 号 が あ る 。 初例 は 藤原 彰子 で 、 元々 は 里第 に 由来 する 命名 だ が 、 二代 の 国母 と な っ た 上東 門院 は 佳例 で あ る と さ れ た こと も あ り 、 女院 全体 の 過 半数 を 占め る 院号 と な っ た 。 始め は 禁門 ( 大内 裏 を 囲 む 外郭 十 四 門 ) に 限 ら れ た が 、 嘉応 元年 ( 1169 年 ) の 平滋子 以降 は 宮門 ( 内裏 の 外重 を 囲 む 外郭 七 門 ) や 内門 ( 内裏 の 中重 を 囲 む 内郭 十 二 門 ) 、 内 閤 門 、 その 他 朝 堂院 ・ 豊楽 院 の 門名 など も 取り入れ られ た 。 女院 の 一覧 +六波羅 探題 ( ろくはら たんだい ) は 、 鎌倉 幕府 の 職名 の 一 つ 。 承久 3 年 ( 1221 年 ) の 承久 の 乱 の のち 、 幕府 が それ まで の 京都 守護 を 改組 し 京都 六波羅 の 北 と南 に 設置 し た 出先 機関 。 それぞれ 、 六波羅 探題 北方 ・ 六波羅 探題 南方 と 呼 ぶ 。 承久 の 乱 の 戦後 処理 と し て 、 後鳥 羽 上 皇方 に 加担 し た 公家 ・ 武士 など の 所領 が 没収 さ れ 、 御 家人 に 恩賞 と し て 再 分配 さ れ た 。 これ ら は 、 それ まで 幕府 の 支配 下 に な かっ た 荘園 で 、 幕府 の 権限 が 及び 難 い 西国 に 多 く あ っ た 。 再 分配 の 結果 、 これ ら の 荘園 に も 地頭 が 置 か れ る こと に な っ た 。 また 、 幕府 側 は 、 朝廷 方 の 動き を 常 に 監視 し 、 これ を 制御 する 必要 が 出 て き た 。 そこ で 、 朝廷 の 動き を いち早く 掴め る 白河 市 南 の 六波羅 に あ っ た 旧平清 盛邸 を 改築 し て 役所 に し 、 北条 泰時 ・ 北条 時房 の 二人 が 六波羅 の 北 と南 に 駐留 し て この 作業 に あた り 、 西国 の 御 家人 を 組織 し直 し て 京 の 警備 ・ 朝廷 の 監視 ・ 軍事 行動 など を 行 わ せ た 。 これ が 六波羅 探題 の 始まり で あ る 。 探題 は 執権 ・ 連署 に 次 ぐ 重職 と さ れ 、 伝統 的 に 北条 氏 から 北方 ・ 南方 の 各 一 名 が 選 ば れ て 政務 に 当た っ た 。 探題 に は 北条 氏 一族 で も 将来 有望 な 若 い 人材 が 選 ば れ る 事 が 多 く 、 鎌倉 に 帰還 後 に は 執権 ・ 連署 に まで 昇進 する 者 が 多 く い た 。 また 、 その 下 に は 評定 衆 など の 鎌倉 の 組織 に 準 じ た 下部 組織 など も 置 か れ た 。 六波羅 探題 は 、 朝廷 で は 無 く 幕府 の 直接 指揮 下 に あ り 、 西国 で 起き た 地頭 と 国司 など の トラブル を 処理 する 裁判 機能 、 京都 周辺 の 治安 維持 、 朝廷 の 監視 、 皇位 決定 の 取り次ぎ など を 行 っ た 。 更に 文永 の 役翌年 の 建治 元年 ( 1275 年 ) に は 六波羅 探題 の 機能 は さらに 強化 さ れ 、 御 家人 処罰 の 権限 と 裁判 制度 が 充実 さ れ た 。 一方 で 、 権限 に 伴 う 実際 の 強制 力 は 十分 と は 言え な かっ た 面 も あ っ た 。 時 に は 有力 寺社 へ の 処分 を 行 っ た 担当 官吏 が 、 当時 力 を つけ て い た 僧兵 の 圧力 に よ り 流刑 など の 処分 を 受け る と い う 事態 も 起き て お り 、 例 と し て 寛喜 元年 ( 1229 年 ) に 不法 を 働 い て い た 延暦 寺 傘下 の 日吉 神社 の 神人 が 、 探題 北方 北 条時 氏 の 配下 三 善 為清 の 制止 命令 を 無視 し 為清 の 部下 に 斬 ら れ た 件 が あ る 。 これ に つ い て 延暦 寺 が 幕府 に 抗議 を し 、 六波羅 探題 は 為清 主従 に 過失 が な かっ た 証拠 を 提示 し た が 、 幕府 は 延暦 寺 と の 対立 を 避け て 為清 を 流刑 に し て い る 。 また 、 幕府 から 直接 派遣 さ れ た 「 東使 」 と 称 さ れ る 特使 が 朝廷 と の 直接 交渉 や 探題 へ の 指揮 の 権限 を 与え られ る 事例 も あ り 、 その 権限 は 常 に 幕府 中枢 に よ っ て 掣肘 を 加え られ て い た と 言 っ て よ い 。 その ため 、 その 事情 を よく 知 る 者 の 中 に は 六波羅 へ の 赴任 を 嫌 う 者 も い た と 言 わ れ る 。 元弘 3 年 / 正慶 2 年 ( 1333 年 ) に 後醍醐 天皇 の 討幕 運動 から 元弘 の 乱 が 起こ る と 、 令旨 に 応 じ た 足利 尊 氏 や 佐々木 道誉 ・ 赤松 円心 ら は 京 を 攻め た 。 これ に よ っ て 当時 の 探題 で あ っ た 北条 仲 時 ら は 京 を 追 わ れ 、 六波羅 探題 は 消滅 し た 。 その 跡地 は 現在 京都 市 立 六原 小 学校 に な り 、 近隣 に は 六波羅 蜜 寺 が 存在 する 。 +従 三 位 ( じゅざん み ) は 、 位 階 及び 神階 に おけ る 位 の ひと つ 。 正 三 位 の 下 、 正 四 位 ( 正 四 位 上 ) の 上 に 位 し た 、 律令 制 下 で は 任 参議 及び 従 三 位 以上 の 者 を 公卿 と い っ た 。 贈位 の 場合 、 贈従 三 位 と さ れ た 。 従 三 位 律令 制下 に お い て は 、 従 三 位 以上 を 『 貴 』 と 称 し 、 また 星 の 位 と も い わ れ 、 上級 貴族 の 位 階 で あ っ た 。 勲 等 と の 対比 で は 勲二 等 に 比例 し 、 正四 位 上 参議 及び 従 三 位 以上 の 官位 に あ る 者 を 公卿 、 上達 部 と し た 。 律令 制下 に お い て は 、 正 四 位 上 参議 及び 従 三 位 以上 の 有位 者 は 氏 の 下 に 「 朝臣 」 の 姓 を 名乗 り 、 さらに 名 ( 諱 ) の 下 に 「 卿 」 の 敬称 が 付 さ れ 、 さらに 大臣 の 任 に あ る 者 へ の 敬称 は 「 公 」 と さ れ た 。 代わり に 、 従 四 位 以上 で 公卿 で な い 者 に つ い て は 、 氏 と 諱 の 下 に 「 朝臣 」 を 名乗 っ た 。 また 、 三 位 以上 の 公卿 が 亡くな っ た 場合 、 皇族 同様 、 死去 の こと を 薨去 と 称 する 。 また 、 後代 に は 「 三 位 殿 」 或いは 「 三 位 様 」 と も 称 さ れ た 。 また 、 三 位 以上 の 者 は 自ら の 家政 機関 と し て 、 政所 を 開 く こと を 許 さ れ 、 家司 と し て 職事 従 三 位 家令 、 少初 位 下職事 三 位 家 書吏 と し た 。 官位 相当 に お い て 従 三 位 に 相当 する 官職 と し て は 、 大宰 帥 、 弾正 尹 、 中納言 、 左右 の 近衛 大将 など が あ る が 、 実際 に は 太宰 帥 は 親王 が 任官 する 例 が 多 く 、 近衛 大将 は 左 大臣 及び 右 大臣 が 兼官 する 場合 が 慣例 化 し 、 三位 に あ る 者 は 左右 の 近衛 中将 と な る 場合 が 多 かっ た 。 故 に 三 位 で あ り ながら 中将 の 任 に あ る 者 を 三 位 中将 と 称 する 。 平安 時代 、 平清 盛 が 武士 と し て 初めて 公卿 に な る 以前 は 、 清和 源 氏 、 桓 武平 氏 と も 正 四 位 を 極位 と し た 。 この ため 、 平家 一門 が 三 位 以上 に 列 せ られ た の に 続 い て 、 当時 、 源氏 の 傍流 と な っ て い た 摂津 源 氏 の 源 頼政 が 、 源氏 と し て 初めて 従 三 位 に 昇 っ た 際 に は 、 異例 と さ れ 、 世 に 源 三 位 ( げんざんみ ) と 称 さ れ た 。 室町 時代 以降 、 従 三 位 は 歴代 の 足利 将軍 家 連枝 や 鎌倉 公方 が 叙 せ られ た 他 、 管領 の 斯波 氏 で は 斯波 義重 、 斯波 義敏 が 叙 せ られ た 。 また 、 管領 と し て 幕政 を 支え た 畠山 持国 も 従 三 位 に 昇 っ て お り 有力 な 足利 一門 に 叙位 の 例 が み られ る 。 その 他 、 室町 時代 後期 に は 有力 守護 の 赤松 政則 が 叙 せ られ る など 次第 に 足利 氏 以外 の 有力 大名 の 叙位 も 見 られ る よう に な っ た 。 特に 戦国 時代 初頭 から 中期 に かけ て の 叙位 任官 の 事例 を み る と 管領 代 と し て 隆盛 を 誇 っ た 大内 義興 、 若狭 国 の 武田 元信 、 日向 国 の 伊東 義祐 も 叙 せ られ 叙位 の 例 が 見え る 。 天下 人 と その 一門 以外 の 大名 に お い て は 、 事実 上 、 この 従 三 位 が 最高 位 と な っ た が 、 大内 義隆 は 従 三 位 を 経 て 、 従二 位 まで 昇叙 する など 、 時代 を 経 る に つれ 従 三 位 を 越え る 例 も 増え た 。 後 に 右 大臣 に 昇 る 織田 信長 の 一 時期 この 位 に あ り 、 その 嫡男   織田 信忠 は 従 三 位 左近衛 中将 の 位 に あ っ た 。 武家 初 の 関白 と な っ た 豊臣 秀吉 が 天下 統一 を 果た し て 以降 は 、 武家 が 高位 に 昇 る 例 が 増え 一門 や 上杉 景勝 、 毛利 輝元 など の 大名 に 三位 が 与え られ た 。 江戸 幕府 の 下 で は 、 征夷 大将軍 の 嫡孫 、 徳川 御 三家 、 御 三 卿 、 将軍 の 息女 を 正室 と し た 加賀 藩 の 藩主 など が 叙 せ られ た 。 近代 以降 、 従 三 位 は 爵位 の うち 子爵 に 相当 し 、 子爵 の 多 い 武家 華族 など の 叙位 例 が 顕著 で あ る 。 軍人 の 階級 で は 陸軍 大将 に 相当 し た 。 今日 で は 主 に 国会 議員 、 都 道 府 県 知事 経験 者 や 学者 など で 勲二 等 の 叙勲 を 受け た 者 と 同等 の 功績 を 挙げ た 者 が 死後 に 叙位 さ れ る こと が 一般 的 で あ る 。 +従 四 位 ( じゅし い ) と は 、 日本 の 位 階 及び 神階 に おけ る 位 の ひと つ 。 正 四 位 の 下 、 正 五 位 の 上 に 位 する 。 贈位 の 場合 、 贈従 四 位 と い う 。 従 四 位 正 四 位 は 律令 制下 に お い て は 上下 に 分け られ 、 従 三 位 の 下 、 従 四 位 の 上 に 位 する 。 律令 制下 に お い て は 従 四 位 上 と 従 四 位 下 に わ け せれ て い た 。 勲 等 で は 、 勲四 等 に 相当 し 、 官位 相当 で は 左京 大夫 、 右京 大夫 など 朝廷 内 の 行政 を 司 る 京官 の 長官 な い し 次官 相当 の 官職 が この 位 階 に 相当 し て い た 。 従 四 位 下 以上 、 正四 位 上 の 有位 者 で 公卿 に 列 し て い な い もの に つ い て は 、 その 者 の 敬称 は 氏 及び 諱 の 下 に 朝臣 を 付け る 、 名乗り 朝臣 が 基本 で あ る 。 例 と し て 「 細川 右京 大夫 従 四 位 下源 勝元 朝臣 」 など 。 三 位 以上 を 公卿 と する 律令 制下 に お い て は 、 四位 は 藤原 氏 傍系 に あた る 者 や 非 藤原 氏 の 中級 貴族 に 多く が この 位 階 に あ っ た 。 武門 の 棟梁 で あ る 清和 源 氏 、 桓 武平 氏 が 従 五 位 下 を 初叙 と し 正 四 位 を 以 っ て 極位 と さ れ た 時代 に あ っ て は 、 嫡流 で も いくばく か の 武勲 が な けれ ば 昇 る こと が な かっ た 。 しかし 、 鎌倉 時代 以降 と な る と 鎌倉 幕府 成立 以降 、 実力 を つけ て 次々 に 政敵 駆逐 を 果た し た 北条 氏 が 幕府 の 執権 職 を 掌握 し て 以降 は 、 北条 氏 嫡流 が 正 四 位 上 まで 昇 る よう に な り 、 北条 氏 一門 や 有力 御 家人 が 従 四 位 下 など の 官位 に 昇 る よう に な っ た 。 さらに 、 室町 時代 以降 と な る と 有力 な 守護 大名 に 叙 せ られ る よう に な っ て い っ た 。 特に 三 管 領 四 職 を 務め る 足利 氏 や 有力 守護 、 或いは 名門 た る 守護 の 家柄 が 従 四 位 下 に 叙 せ られ た 。 また 、 足利 将軍 家 に お い て は 代々 、 権 大 納言 など 公卿 相当 の 位階 を 初叙 と し た が 、 室町 時代 後期 に は 足利 将軍 家 の 中 で 後継 将軍 の 跡目 を 巡 る 争い が 起き る ようら に な り 、 13 代 将軍   足利 義輝 、 足利 義昭 など が 従 四 位 下 で 征夷 大将軍 と な り 、 正 四 位 に な ら ず 従 四 位 の まま 公卿 に 列 する よう な 例 も 見 られ た 。 戦国 時代 に 入 る と 、 そもそも は 三 管 領 細川 氏 の 家臣 で 守護 代 の 家柄 で あ っ た 三好 氏 が 幕府 相 伴衆 に 列 し 従 四 位 下 に 叙 せ られ た の に 伴 い 、 その 家臣 で あ る 松永 久秀 も 主家 同様 に 従 四 位 下 に 昇 る など 家柄 や 身分 に よ ら ず 実力 に 応 じ た 除目 も 行 わ れ る よう に な っ た 。 室町 幕府 を 滅 ぼ し 天下 人 を 目前 に 控え て 横死 し た 織田 信長 の 後継 と し て 、 豊臣 秀吉 が 天下 人 と な る と 、 秀吉 は 関白 に 昇 り 、 徳川 家康 や 前田 利家 など の 重臣 が 二 位 ・ 三 位 に 叙 せ られ る と 、 従 四 位 は その 嫡子 や 重臣 の 位階 と し て 発令 さ れ る よう に な る 。 さらに 、 家康 が 江戸 幕府 を 開 く と 、 家門 大名 や 譜代 大名 の うち 老中 など の 重役 に 昇 る 者 、 高家 、 外様 大名 の うち 10 万 石 以上 の 国主 が この 位 階 に 除 せ られ た 。 明治 時代 に は 、 従 四 位 は 華族 の 爵位 で は 男爵 の 初叙 位 階 に 相当 し 、 陸軍 ・ 海軍 で は 中将 相当 と さ れ た 。 現在 は 功績 の あ る 物故 者 に 位 階 が 発令 さ れ て お り 、 公務 員 と し て 功績 の あ る 者 や 芸能 ・ 文化 活動 、 学術 研究 に 功績 の あ る 大学 教授 など が 叙 せ られ て い る 。 +従 一 位 ( じゅいち い ) は 、 日本 の 位 階 及び 神階 の 位 の 一 つ 。 正一 位 の 下 に 位 し 、 正二 位 の 上位 に あた る 。 概要 律令 制 下 で は 、 女王 な い し 臣下 の 女性 に 与え られ る 最高 位 で あ っ た 。 太政 大臣 ( 正従 一 位 相当 官 ) や 、 本来 は 位 階 の 序列 に 含 ま れ な い 令外 官 で あ る 関白 の 多く が 従一 位 な い し 正一 位 に 叙 せ られ た 。 また 後 に 、 本来 は 大臣 の 職 に 就 く こと が でき な い 公卿 が 従 一 位 に 昇叙 し た 際 に は 准 大臣 が 宣下 さ れ る 慣習 も 定着 し た 。 江戸 時代 に は 、 征夷 大将軍 が 引退 し 大 御所 と な り 、 さらに 太政 大臣 に 叙 せ られ た 場合 に は 従 一 位 に 昇叙 し た 。 また 、 将軍 の 生母 など が 叙位 さ れ た 。 五 代 将軍 徳川 綱吉 の 母 で あ る 桂昌院 は その 例 で あ り 、 従一 位 昇叙 後 「 一 位 様 」 と 敬称 さ れ た 。 明治 時代 に は 、 江戸 時代 より も 従一 位 へ の 昇叙 が 拡大 し た 。 従 一 位 は 公爵 の 初叙 に 相当 し 、 公爵 以下 の 爵位 の 者 も 年齢 に よ り 従 一 位 に 昇叙 する こと が でき た 。 第 二 次 世界 大戦 は 正一 位 叙位 の 例 が な い ため 、 今日 で は 事実 上 、 栄典 と し て の 位階 に おけ る 最高 位 で あ る 。 叙位 の 際 に は 天皇 より 親授 さ れ る 。 勲 等 で は 大勲位 に 相当 する 。 内閣 総理 大臣 と し て 功績 顕著 な 者 など が 死後 、 従 一 位 に 叙 せ られ て い る 。 +正一 位 ( しょういち い ) は 、 位 階 及び 神階 の ひと つ 。 諸王 及び 人臣 に おけ る 位階 の 最高 位 に 位 し 、 従一 位 の 上 に あた る 。 概要 関白 や 太政 大臣 、 あるいは 征夷 大将軍 と し て 功労 を な し た 者 その 他 、 国家 に 対 する 偉勲 の 著し い 者 が 叙 さ れ て い る 。 ただし 、 生前 に 叙 さ れ た 者 は 史上 で も 数 人 し かお ら ず 、 没後 の 贈位 に 用い られ た 場合 が ほとんど で あ る 。 また 第 二 次 世界 大戦 に は 、 没後 追贈 も 含め て 叙位 の 例 が まったく な い 。 現在 も 位 階 令 で 規定 さ れ て は い る もの の 、 実際 に 授け られ る 位階 の 最高 位 は 一 階 下 の 従一 位 で あ る 。 神階 は 原則 と し て 格下げ られ る こと が な く 、 また 、 いつ か 寿命 が くる 人 と 違 い 、 神 に は 寿命 が な い の で 、 年 を 経 る ごと に 多く の 神社 が 「 正一 位 」 と な っ て しま っ た 。 本来 神階 は 神社 に 対 し て 授け られ る もの で 分祀 先 に は 引き継 がれ な い が 、 律令 制 の 崩解 と とも に 分祀 先 で も 元 の 神階 を 名乗 る よう に な っ た 。 特に 、 稲荷 神 の 総 本社 で あ る 伏見 稲荷 大社 が 正一 位 で あ る こと から 、 そこ から 勧請 を 受け た 全国 の 稲荷 神社 も 正一 位 を 名乗 っ て お り 、 「 正一 位 」 は 稲荷 神 の 異称 の よう に な っ て い る 。 +大納言 ( だい なごん ) 日本 の 古代 律令 制度 化 で の 官位 の 一 つ 。 この 項 で 詳し く 説明 する 。 植物 名称 の 一 つ 。 大納言 ( だい なごん ) は 、 マメ 科 ササゲ 属 に 属 する アズキ の 一種 。 皮 に 独特 の 風味 が あ り 、 煮込 ん で 粒 あん に する と 柔らか な 皮 の 食感 が 餡 と 調和 する ため 高級 和 菓子 で 良く 使 わ れ て い る 。 大阪 市 に あ る 和 菓 子 会社 、 株式 会社 大 納言 。 「 茜丸 五色 どらやき 」 で 有名 。 → 茜 丸 本舗 大 納言 大納言 ( だい なごん ) は 、 朝廷 組織 の 最高 機関 、 太政 官 の 職 の 一 つ で 、 左 大臣 ・ 右 大臣 ・ 内 大臣 に 次 ぐ 官位 で 、 四 等 官 の 中 の 次官 ( すけ ) に 相当 する 。 唐名 ( 漢風 名称 ) は 亜相 ( あしょう ) ・ 亜槐 ( あか い ) 。 いずれ も 大臣 ( 相 、 槐門 ) に 亜 ( つ ) ぐもの 、 の 意味 。 「 龍作 の 官 」 と 呼 ば れ る の は 書経 に 「 龍 、 なん じ 納言 ( 言 を いれ る ) を 作 ( な ) せ 」 と あ る の に よ る 。 正 三 位 相当 官 。 江戸 時代 に は 徳川 氏 の うち 徳川 将軍 家 および 尾張 徳川 家 、 紀州 徳川 家 、 駿府 徳川 家 ( 廃絶 ) が 任 じ られ た 。 主な 職掌 は 、 大臣 の 仕事 を 補佐 し 朝議 に 加わ り それ を 施行 する こと で 、 定員 は 始め 4 人 で あ っ た が 、 70 5 年 の 中納言 の 復活 と 共 に 2人 に 減ら さ れ る 。 しかし ながら 平安 時代 に 権 大 納言 ( 大納言 の 権官 で 定数 は 3 人 。 のち に 増員 ) が 置 か れ 、 定員 は 実質 増員 さ れ て い る 。 後世 で は 多 い とき で は 8 人 が 任 じ られ て い た が 、 後鳥 羽 天皇 の 治世 以降 定員 は 6 人 と 定め られ 、 もっぱら 権 大 納言 のみ が 置 か れ て 正官 の 大納言 は 置 か れ な い と い う ケース が 増え て き て い る 。 道 鏡 政権 下 で は 大納言 と 同格 の 法臣 が 置 か れ 僧侶 が 任命 さ れ た 。 +中納言 ( ちゅう なごん ) は 、 朝廷 組織 の 最高 機関 、 太政 官 の 職 の 一 つ で 、 大納言 に 次 ぐ 官位 で 、 四 等 官 の 中 の 次官 ( すけ ) に 相当 する 令外 官 。 漢風 名称 ( 唐名 ) は 黄門 、 黄門 侍郎 、 門下 侍郎 、 子向 など で あ る 。 官位 相当 は 正 四 位 上 から 従 三 位 に 異動 。 水戸 藩 主 の 多く は 権 中 納言 に 任官 し て い た ため 「 水戸 黄門 」 と 呼 ぶ 。 もっとも 有名 な の は 2 代 藩 主 徳川 光圀 で あ り 、 通常 「 水戸 黄門 」 と 言 っ た 場合 は 光圀 の こと を 指 す 。 但し 、 光圀 が 藩主 の 時 に は 参議 で あ り 、 隠居 し て から 権 中 納言 と な っ た 。 大宝 ( 日本 ) 元年 ( 70 1 年 ) 3 月 21 日 ( 旧暦 ) の 大宝 律令 の 施行 で 廃止 さ れ た が 、 慶雲 2 年 ( 70 5 年 ) 4 月 17 日 ( 旧暦 ) に 令外 官 と し て 復活 し て い る 。 時 に 官位 相当 は 正 四 位 上 。 職掌 は 大納言 の 不足 を 補 い 、 宣旨 を 奏上 し 、 下問 を 待 ち 、 太政 官 の 合議 に 参加 する 、 と い う もの で 、 大納言 と ほぼ 同様 で あ っ た が 、 大納言 の よう に 大臣 の 代行 を する こと は でき な い 。 当初 の 定員 は 3 人 で あ っ た 。 天平 宝字 5 年 ( 761 年 ) 2 月 1日 ( 旧暦 ) 、 重責 に も 関わ ら ず 、 季禄 が 少な い と い う こと で 官位 相当 を 従 三 位 に 改め る 。 その 後 、 時代 に よ っ て 任官 者 は 増減 し 、 多 い とき に は 10 人 に のぼ る こと も あ っ た が 、 後鳥 羽 天皇 の 治世 に 8 人 と 定め られ る 。 南北朝 時代 ( 日本 ) 以降 は 大納言 と 同じく 権 官 ばかり で 正員 が なくな っ た こと が 高田 与清 ( たかだ ともきよ ) 『 官職 今 案 』 に 見え て い る 。 中納言 に 任官 さ れ る ため の 基本 的 な 条件 は 参議 左 大弁 ・ 右大 弁 左 近衛 中将 ・ 右近衛 中 将 検非 違使 別 当 の うち いずれ か ひと つ に 任官 し た 経歴 を も つ こと で あ る 。 また 摂家 の 子息 は 参議 を 経 な い で 中将 から 中納言 に 任官 さ れ る 慣例 が でき て い た 。 +朝敵 ( ちょう てき ) と は 、 日本 に お い て 天皇 ( 皇統 ) に 仇 な す 者 を 意味 する 呼称 。 「 逆賊 」 など と 同じ で 、 各々 の 時代 に お い て 、 天皇 、 朝廷 の 支持 を 得 た 側 、 味方 に 取り込 ん だ 側 が 、 政治 的 ( 時 に は 軍事 的 ) 対立 者 の 政治 的 抹殺 を 謀 っ て 唱え た 言葉 。 多く の 場合 唱え た 側 から の 殺害 対象 と さ れ た 。 官軍 を 主張 する 側 が 有力 な 場合 に は 、 いかなる 経緯 が あ ろ う とも この 呼称 で 呼 ば れ た もの は 当時 の 日本 の 政治 上 「 悪 」 と さ れ た 。 平安 時代 に 関東 地方 に お い て 「 新皇 」 を 名乗 っ た 平将門 一党 や 、 鎌倉 幕府 滅 亡 後 に 後醍醐 天皇 に よ っ て 開始 さ れ た 建武 の 新政 から 離反 し た 足利 尊 氏 、 江戸 時代 末期 に は 1864 ( 元治 元 ) の 八 月 十 八 日 の 政変 で 失脚 し た 長州 藩 ( 禁門 の 変 で 京都 御所 に 発砲 し た 事 に よ り 朝敵 と な り 、 幕府 に よ る 長州 征伐 を 受け て 二 次 に わた る 幕長 戦争 が 起こ る ) 、 王政 復古 ( 日本 ) に よ り 15 代将軍 徳川 慶喜 ( 慶喜 は 朝敵 と さ れ る と 上野 寛永 寺 に 謹慎 し た ) 、 戊辰 戦争 に お い て は 江戸 幕府 側 勢力 ( 中心 的 勢力 と みな さ れ た 会津 藩 は 新 政府 軍 から 集中 攻撃 を 浴び 、 会津 藩 を 強 く 支持 し た 米沢 藩 は 、 比較 的 早期 に 降伏 し た に も かかわ ら ず 、 戦後 重罪 に 処 さ れ た ) が 朝敵 と さ れ た 。 親王 同士 が 対立 し た 場合 など に も 相互 に 朝敵 と 呼び合 う 場合 が あ り 、 正統 性 の 主張 や 宣戦 布告 で あ る と みな さ れ る 。 +仙洞 御所 ( せんとうご しょ ) と は 、 退位 し た 天皇 ( 上皇 ・ 法皇 ) の 御所 。 仙洞 と は 本来 仙人 の 住み 処 を い い 「 せんどう 」 と も 読 ま れ る 。 そこ から 転 じ て 退位 し た 天皇 ( 上皇 ・ 法皇 ) の 御所 を い い 、 さらに 転 じ て 上皇 ・ 法皇 の 異称 と し て も 使 わ れ た 。 仙人 と は 中国 で 古く から 信 じ られ た 理想 的 な 人間 像 で 、 俗世 を 離れ て 深山 に 隠遁 する こと から 、 退位 し た 天皇 の 住まい の 美称 と し て 用い られ る よう に な っ た 。 貴人 の 住まい を 「 御所 」 と い う こと から 「 仙洞 御所 」 と 呼 ば れ た 。 上皇 ・ 法皇 は 退位 後 、 内裏 から 退去 し て 仙洞 御所 に 移 る の を 常 と し 、 里内 裏 が 多 く それ に あて られ た 。 仙洞 御所 は また 「 院 ( いん ) 」 と も 呼 ば れ 、 これ も 上皇 ・ 法皇 の 別称 と し て 使 わ れ た 。 仙洞 御所 に は 家政 機関 と し て の 院庁 ( いんの ちょう ) が 置 か れ た ほか 、 白河 天皇 の 時 に は 近衛 と し て 「 北面 の 武士 」 の ち に 「 西面 の 武士 」 が 設置 さ れ た 。 現在 、 京都 市 に あ る 京都 御苑 内 に は 京都 御所 の 南東 に 仙洞 御所 が 位置 し て い る 。 これ は 1627 年 ( 寛永 4 ) に 後水尾 天皇 の ため に 造営 さ れ た もの で 、 正式 名称 は 桜町 殿 と い う 。 小堀 遠州 に よ っ て 作事 さ れ た 庭園 が 広が っ て い る 。 仙洞 御所 の 建築 群 は 1854 年 ( 安政 1 ) の 火災 後 再建 さ れ ず 、 現在 で は 庭園 のみ が 残 っ て い る 。 なお 、 仙洞 御所 東北 に 隣接 する 大宮 御所 は 後水尾 天皇 の 中宮 で あ っ た 東福 門院 の 女院 御所 と し て 造営 さ れ た もの が 元 と な っ て い る 。 +公卿 ( くぎょう ) と は 公家 の 中 で も 日本 の 律令 の 規定 に 基づ く 太政 官 の 最高 幹部 と し て 国政 を 担 う 職位 、 すなわち 太政 大臣 ・ 左 大臣 ・ 右 大臣 ・ 大納言 ・ 中納言 ・ 参議 ら ( もしくは 従 三 位 以上 ) の 高官 ( 総称 し て 議政 官 と い う ) を 差 す 用語 で あ る 。 平安 時代 に 公卿 と 呼 ば れ る よう に な っ た 。 それ ら の 職 に 就 い た 者 を 収載 する 『 公卿 補任 』 が 年 毎 に 作成 さ れ 、 明治 時代 に 太政 官 が 廃止 さ れ る まで 使 わ れ た 。 中国 の 官制 に あ る 三 公 九 卿 に 倣 い 律令 制 が 整備 さ れ 、 高官 を 公卿 と 称 し た 。 朝廷 の 廷臣 を 総 じ て 公卿 百 官 と い う 。 武家 政治 が 成立 し 、 官職 の 僭称 ( 勝手 に 名乗 る こと ) が まかり通 る よう に な る と 武家 官位 、 百 官 名 、 東百 官 と い う 官職 を 模倣 し た 名乗り が 成立 する よう に な る ( もちろん 、 徳川 将軍家 や 徳川 御 三家 など は 武家 で あ り ながら 従 三 位 以上 に 昇 っ て 公卿 の 資格 を 得 て い る ) 。 ちなみ に 貴族 の 敬称 と し て は 太政 大臣 、 左 大臣 、 右 大臣 、 内 大臣 の 名 の 下 に 氏 の 下 に 朝臣 、 名 の 下 に 公と つけ て 敬称 し 、 三 位 以上 の 貴人 や 参議 の 官 に あ る 者 に 対 し て は 氏 の 下 に 朝臣 、 名 の 下 に 卿 と つけ て 敬称 し た 。 四位 に あ り 参議 に 達 し な い 者 は 氏名 の 後 に 朝臣 と つけ る 。 公卿 は 別名 、 星 の 位 、 上達 部 、 雲上人 など と い わ れ た 。 三 位 以上 は 貴 と い い 、 五 位 以上 を 通貴 と い っ た 。 平安 時代 末期 より 公家 の 中 で 摂家 が 確立 する に 至 り 、 貴族 の 格式 、 家格 が 固ま っ て くる と 公卿 に なれ る の は 源氏 ・ 平氏 ・ 藤原 氏 ・ 橘 氏 の いわゆる 源平藤 橘 の 四 姓 だけ に な っ た ( 後 に 菅原 氏 ・ 阿倍 氏 ・ 賀茂 氏 など も 嫡流 に 限 っ て 認め られ た ) 。 戦国 時代 ( 日本 ) に お い て は 、 地方 の 戦国 大名 や その 家臣 ら の 中 に は 朝廷 に よ る 権威 づけ の 官位 を 得 る ため に これ ら の ウジ を 名乗 る 者 も 現れ る よう に な る 。 これ ら の 武家 が 得 た 官位 を 武家 官位 と い う 。 織田 信長 は もともと は 忌部 氏 で あ っ た が 、 源平 交代 論 の ため に 平氏 に 姓 を 変え た と 言 わ れ て い る 。 豊臣 秀吉 は はじめ 平 氏 を 称 し て い た が 、 五摂 家 の 一 つ ・ 近衛 家 の 猶子 に な る こと で 藤原 氏 の 姓 を 貰 い 関白 に な っ た 。 その 後 正親町 天皇 から 5 番 目 の 姓 で あ る 豊臣 氏 を 賜 っ た 。 徳川 家康 は もともと は 賀茂 氏 で あ っ た が 初め 藤原 氏 を 名乗 り 、 のち に 新田 氏 に 依頼 し て 系図 を 書き換え 源 氏 に 姓 を 変え た と 言 わ れ て い る 。 +国 人 ( こくじん ) と は 、 主に 鎌倉 時代 の 地頭 層 から 発 し 、 南北朝 時代 ( 日本 ) から 室町 時代 に かけ て 諸国 の 開発 を 推進 し た 武士 層 の こと 。 国 人 領主 。 まとめ て 呼 ぶ 場合 は 国衆 ( く に しゅう ) 、 国 人 衆 と い う 。 国 人 は 、 平安 時代 中期 に 成立 し た 後期 王 朝 国家 体制 の 下 で 荘園 と 国衙 領 の 管理 者 と な っ た 荘官 ・ 郡司 ・ 郷司 ・ 保司 の 階層 や 、 そこ に 出自 する こと の 多 かっ た 鎌倉 時代 以降 の 地頭 の 系譜 を 引 く 在国 の 領主 の 一般 的 呼称 で 、 同 時代 的 に 使 わ れ た 資料 用語 で あ る 。 幕府 や 守護 、 荘園 領主 など 外部 の 支配 層 に 対抗 する 在地 勢力 の 意味 で 使 わ れ 、 独自 の 領域 支配 を めざ し た 。 「 国人 」 と い う 呼称 は 、 「 在地 に 居住 し た 惣領 を 中心 に 独自 の 勢力 を 持 つ 武士 」 を 指 す 言葉 と し て 、 鎌倉 時代 から 散見 さ れ る 。 彼 ら の 直接 の 源流 は 鎌倉 時代 の 地頭 職 の 武士 に あ り 、 そう し た 武士 たち が 土着 し 、 在地 領主 と な っ た もの で あ る 。 鎌倉 時代 に は 、 支配 層 に 反抗 する 者 の 意味 を 含 む 「 悪党 」 と い う 名 で 呼 ば れ る こと も あ っ た 。 この 層 の 武士 たち が 重要 な 存在 と な っ た の は 鎌倉 幕府 滅亡 の 前後 から 南北朝 時代 に かけ て で 、 特に 観応 の 擾乱 の 頃 から で あ る 。 南北朝 時代 に は 、 諸国 の 政治 ・ 軍事 は 国元 に 腰 を 据え て い る 領主 たち に よ っ て 動か さ れ た 。 一方 で 国人 たち は 、 中央 政界 の 動向 に も 敏感 に 対応 し て い っ た 。 国 人 は 室町 幕府 や 守護 大名 ・ 荘園 領主 の 行動 を 左右 する 実力 を 蓄積 する 在地 勢力 に まで に 成長 し た の で あ る 。 この 背景 に は 、 南北朝 の 動乱 期 に 目覚め た 支配 下 の 農民 層 へ の 支配 力 の 強化 、 室町 幕府 や 守護 大名 の 支配 や 干渉 へ の 対抗 、 馬借 や 問丸 と い っ た 運送 業 の 発達 に 伴 う 流通 経済 ・ 地域 経済 の 伸張 が あ る 。 領地 の 経営 で は 、 在国 あるいは 在地 領主 と し て の 国人 領主 は 、 各所 に 散在 し て 地方 を 支配 する と い う 地頭 領主型 の 支配 形態 から 一歩 進 み 、 本領 を 中心 に 集中 性 を 持 つ 領域 支配 を する よう に な っ た 。 国 人 層 は 荘園 領主 と 地下 人 の 対立 に 介入 し 、 代官 職 や 所務 職 など を 請け負 う こと も あ っ た 。 国 人 領主 の 領域 支配 は 、 それ 以前 の 在地 領 主 と 比べ て 土地 と 農民 の 支配 が より 強固 で あ る 。 検地 や 国 人間 に 結 ば れ た 人返 し など が この 例 で あ る 。 国 人 は 、 守護 や 荘園 領主 など 領域 外 から の 支配 者 に 対 し て は 、 その 被官 と な っ て 半 従属 的 支配 を 受け る こと も あ れ ば 、 領内 の 百 姓 身分 の 上層 部 で あ る 地侍 を 被官 化 する こと に よ っ て 得 た 強力 な 軍事 力 や 他 の 国人 と の 連携 を 背景 に 反抗 する こと も あ っ た 。 南北朝 時代 から 室町 時代 に かけ て しばしば 起き た 国 人 一揆 ( 国人 領主 連合 ) は 、 形態 は 様々 だ が 国人 領主 同士 の 結合 と 見 る こと が でき る 。 戦国 時代 ( 日本 ) に な る と 、 守護 大名 の 支配 が 衰え た 地域 で は 、 国人 は 城持ち の 独立 領主 と し て 存在 し た 。 大 部分 の 国人 は 、 木曾 氏 や 村上 氏 の よう に 、 戦国 大名 の 家臣 団 に 組み込 ま れ た 。 一方 、 大名 クラス 勢力 を 持 つ の 国人 の 中 に は 、 毛利 氏 や 長 宗我部 氏 、 龍造寺 氏 、 田村 氏 の よう に 戦国 大名 と な る もの も 現れ た 。 また 、 大友 氏 の 支配 下 に あ っ た 筑後 十 五 城 の よう に 、 家臣 で は な い が より 勢力 の 強大 な 戦国 大名 の 幕下 に 入 り 、 領国 経営 で は 大名 の よう な 独立 性 を 保 ち ながら 、 軍事 的 に 服属 する 例 も あ っ た 。 +北面 武士 ( ほくめん の ぶし ) と は 、 太上 天皇 に 仕え 、 院 の 北面 下臈 に 詰め 、 身辺 の 警衛 あるいは 御幸 に 供奉 し た 武士 の こと 。 北面 は 、 11 世紀 末 白河 天皇 が 院政 を 開始 し て ほど な く 創設 さ れ た 。 院 御所 の 北面 を 詰所 と し 、 上皇 の 側 に あ っ て 身辺 の 警護 あるいは 御幸 に 供奉 し た 廷臣 ・ 衛府 の 官人 ら を い う 。 『 愚菅 抄 』 に は こう 書 か れ て い る 。 「 此御 時 、 院 中 上下 の 北面 を 置 か れ て 上 は 諸 大夫 、 下 は 衛府 所司 允 ( じょう ) が 多 く 候 ( さぶらい ) て 、 下北 面 御幸 の 御 後 に は 箭 ( や ) 負 ( おい ) て 、 つかまつり けり 、 後 に も 皆其 例也 」 そこ に い わ れ る よう に 、 上北 面 と 下北 面 が あ り 、 上 ( シャウ ) は 殿上 の 2 間 が 詰所 と な っ て 、 院 の 殿 上 人 。 四位 ・ 五 位 の 諸 大夫 層 の 廷臣 が 中心 と な る 。 ただし 五 位 以上 なら こちら と い う 訳 で は な く 、 あくまで 院 昇殿 を 許 さ れれ た 者 の 詰め 所 で あ り 、 かつ 役割 が 異な る 。 武士 が 居 た の は 殿上 で は な く 、 「 下 」 ( カ 、 また は ケ ) で 、 御所 の 北 の 築地 に 沿 う 五間 屋 で あ る が 、 こちら も 武士 だけ で は な く 、 白河 院 の 「 御 寵童 」 ( 男色 の 相手 ) や 、 護持 僧 など も 含 ん で い た 。 「 下臈 」 と も い う 。 後 に 寺院 の 強訴 や 僧兵 に 対抗 する 時 も 効果 を 発揮 し た 。 北面 の 武士 は 、 武者 所 や 滝口 と は 異な り 、 それぞれ が ある 程度 の 武士 団 を 従え る 将軍 、 高級 将校 クラス で あ り 、 1118 年 の 延暦 寺 大衆 を 鎮圧 し た とき に 彼 ら が 率い た 武士 団 は 1000 人 に も 及 ん だ と 言 わ れ る 。 しかし 、 北面 に は 検非 違使 を 多 く 含 ん で お り 、 白河 院 は 検非 違使 庁 の 本来 の 指揮 系統 で あ る 別当 を 通 さ ず に 直 に 検非 違使 に 指示 を 与え 、 故 に 検非 違使 庁 が 形骸 化 する と 云 う こと も あ り 、 院政 期 の 特色 の ひと つ と さ れ る 。 平正盛 ・ 平忠盛 親子 は この 北面 の 武士 の 筆頭 と な り 、 それ を テコ に 院庁 で の 地位 を 上昇 さ せ て い っ た 。 最初 の 北面 の 武士 と 言 わ れ る の は 竹内 理三 『 武士 の 登場 』 に よ る と 以下 の 3 名 。 藤原 盛重 : 「 御 寵童 」 あがり 。 1088 年 ( 寛治 2 ) 『 白河 上 皇 高野 御幸記 』 に その 名 が 見え 、 『 中右 記 』 で は 110 2 年 ( 康和 4 ) 4 月 25 日 以降 検非 違使 在職 が 確認 でき る 。 ただし 藤原 北家 藤原 良門 流 の 出 で あ り 生粋 の 武士 と は いえ な い 。 源 重時 : 清和 源 氏 で 北面 四 天王 と い わ れ た 。 源季範 : 文徳 源 氏 で 、 摂関家 領 河内 国 古志 郡 坂門 牧 を 本拠 と し て い た こと から 坂戸 源 氏 と も い わ れ る 。 「 牧 」 は 武士 団 の 拠点 で あ る 。 保元 の 乱 に 登場 する 源季 実 は 次男 。 それ 以外 で は 、 1119 年 ( 元永 2 ) の 晩秋 から 行 わ れ た 白河 法皇 の 熊野 詣 の 供人 、 から 見 る と 、 平正盛 : 伊勢 平 氏 で この とき 正五 位 備 前 守 。 この 直後 に 鎮西平 直澄 追討 の 功 で 従 四 位 下 と な る 。 平貞賢 : 惟茂 流越 後平 氏 。 平維 茂 の 子平 繁貞 の 祖孫 。 平盛兼 : 伊勢 平 氏 盛兼 流 。 平正衡 の 弟 ・ 平貞季 の 孫 で 、 平正盛 から 清盛 へ の 流れ と は 別流 で あ る 。 保元 の 乱 、 治承 ・ 寿永 の 乱 に 登場 する 平信 兼 の 父 。 源 近康 ( 親安 ) : 源季 範 の 弟 ( 坂戸 源 氏 ) この 他 、 白河 が 天皇 時代 から の 護持 僧 で あ っ た 法務 権 僧正 ・ 東寺 一 の 長者 で 興福 寺 権 別当範 俊 など も 詰め て い た 。 1129 年 ( 大治 4 ) 年 に 白河 法皇 の 死去 の あと 、 引き続 き 鳥羽 院 ・ 待賢 門院 に 仕え た の は 平忠盛 : 先 の 平正盛 の 子 で 、 平清 盛 の 父 、 この とき 正 四 位 下備 前 守 平為 俊 : 前駿 河守   白河 法皇 の 男色 の 相手 の 「 御 寵童 」 あがり 。 藤原 資盛 : 安芸 守 、 藤原 貞嗣 流 源佐遠 : 大夫 尉 と あ る の で 五 位 、 文徳 源 氏 、 源 資遠 ( 資道 ) と も 藤原 盛道 ( 通 ) : 前述 の 石見 守 藤原 盛重 の 子 。 検非 違使 平盛兼 : 検非 違使 ( 前述 ) 源季範 : 前述 の 文徳 源 氏 ( 坂戸 源 氏 ) 源 近康 ( 親安 ) : 前述 の 文徳 源 氏 ( 坂戸 源 氏 ) 鳥羽 院 政期 の 北面 武士 の 出身 者 と し て は 、 他 に 次 の 武士 など が い る 。 佐藤 義清 : 秀郷 流 で 平清 盛 と 同 年代 。 1140 年 ( 保延 6 ) 出家 し 西行 と 名乗 る 。 源 義康 : 1152 年 検非 違使 遠藤 盛遠 : のち の 文覚 後鳥羽 天皇 時代 に 、 西面 武士 も 設立 さ れ た 。 承久 の 乱 で は 西面 武士 と とも に 戦闘 に 加わ り 、 乱 の 後 西面 武士 は 廃止 さ れ た が 、 北面 武士 は 残 さ れ た 。 その 後 、 徐々 に その 規模 は 縮小 し 単なる 御所 の 警備 隊 と 化 し 、 さらに 室町 時代 ・ 織豊 時代 ・ 江戸 時代 と 変遷 する に したが っ て 警備 隊 の 機能 すら 失 い 、 近世 で 最も 御所 に 兵火 が 迫 っ た 禁門 の 変 に お い て も 全く 登場 する 事 が な かっ た が 、 家柄 を 表 す 名目 と し て 明治 維新 まで 存続 し た 。 +参議 ( さんぎ ) は 、 日本 の 令外 官 の 朝廷 組織 の 最高 機関 で あ る 太政 官 の 職 の 一 つ で あ る 。 中納言 に 次 ぐ 官 で 、 四 等 官 の 中 の 次官 ( すけ ) に 相当 する 。 唐名 ( 漢風 名称 ) は 宰相 、 相公 。 宮 中 の 政 ( 朝政 ) に 参議 する ( 「 参政 朝議 」 ) と い う 意味 で 、 朝政 の 議政官 に 位置 する 。 参議 以上 および 三位 以上 の 者 を 公卿 と 称 し 、 参議 は 公卿 に 列 し て い る が 、 弁官 や 蔵人 頭 を 歴任 し た 参議 は 実務 者 と し て 重宝 が ら れ た 。 参議 に 官位 相当 を 定め た 詔勅 や 宣旨 など が 見当た ら な い ため 、 相当 位 は 無 い 。 ( 従 五 位 上行 式 部 少輔 兼文章 博士 菅原 道真 は 、 参議 に 官位 相当 の 規定 が 無 い こと は 問題 で あ る と し 、 元慶 6 年 ( 882 年 ) 7 月 1日 条 「 菅家 文草 ・ 巻 第 九 」 で 官位 相当 、 考禄 等 を 定め る べ き と 奏上 し て い る 。 それ に 対 し て の 回答 の 有無 は 伝わ ら ず 、 定か で は な い 。 ) その ため 、 位階 に 応 じ て 行 ・ 守 を 添え る こと は 無 い 。 ( 例えば 、 参議 正 二 位 。 参議 従 四 位 下 と 綴 る 。 ) なお 、 位階 に よ っ て 氏 姓 名 の 綴り は 、 四位 で あ れ ば 氏名 の 後 に 姓 ( 例えば 、 平清 盛 朝臣 ) 、 三 位 以上 で あ れ ば 氏 - 姓 - 名 ( 例えば 、 平 朝臣 清盛 ) と さ れ た 。 大宝 2 年 ( 70 2 年 ) 5 月 21 日 に 大伴 安 麻呂 、 粟田 真人 、 高向 麻呂 、 下毛 野古 麻呂 、 小野 毛野 を 政治 に 参議 さ せ た の が 創始 で 、 天平 3 年 ( 731 年 ) 正官 と し て 参議 が 成立 。 大同 2 年 ( 80 7 年 ) 参議 は 一時 廃止 さ れ 観察 使 が 置 か れ た が 、 弘仁 元年 ( 810 年 ) 復活 し 、 爾来 、 現任 で 8 人 が 補任 さ れ て い る 傾向 が あ る ため 、 別名 を 八座 と も 称 する よう に な っ た 。 しかし 参議 の 定員 を 定め る 詔勅 や 宣旨 が 発 せ られ た 形跡 が な い ため 、 時代 に よ っ て 人員 数 は 増減 し た 。 また 、 神亀 6 年 ( 729 年 ) 2 月 から 天平 3 年 ( 731 年 ) 8 月 まで と 延暦 25 年 ( 80 6 年 ) 3 月 から 同年 4 月 まで 一時 的 に 権官 と し て 権 参議 が 置 か れ た ほか 、 大同 元年 ( 80 6 年 ) 閏 6 月 に は 、 准 参議 。 道 鏡 政権 下 で は 参議 と 同格 の 法 参議 が 置 か れ 僧侶 が 任命 さ れ た 。 「 王政 復古 」 に よ り 成立 し た 明治 政府 の 役職 。 明治 2 年 ( 1869 年 ) 7 月 の 太政 官 制 の 復活 に よ り 、 明治 政府 の 重職 と し て お か れ 、 薩長 土肥 から それぞれ 任命 さ れ た 。 廃藩 置県 後 に は 正院 を 構成 し 、 明治 六 年 の 政変 以後 は 各省 長官 を 兼任 する 。 明治 18 年 ( 1885 年 ) の 内閣 制度 が 発足 する と 廃止 さ れ る 。 +悪党 ( あくとう ) と は 、 一般 的 に 社会 の 秩序 を 乱 す 者 な い し 悪事 を な す 集団 など を 意味 する 用語 で あ る が 、 日本 の 歴史 に お い て は 中世 に 既存 支配 体系 へ 対抗 し た 者 ・ 階層 を 悪党 と 呼 ん で い る 。 本項 で は 日本 史上 の 悪党 に つ い て 詳述 する 。 史料 に おけ る 悪党 の 語 の 初出 は 『 続 日本 紀 』 霊亀 2 年 5 月 21 日 条 ( 71 6 年 ) の 勅 に 見え る 「 鋳銭 悪党 」 で あ る が 、 2 例 目 は 12 世紀 後半 の 「 占部 安光 文書 紛失状 案 」 ( 永万 元年 ( 1165 年 ) 3 月 21 日 付 ) まで 遙か に 下 る 。 しかし 、 その 後 は 悪党 の 語 が 頻繁 に 検出 さ れ る よう に な る 。 12 世紀 は 中世 の 社会 経済 体制 で あ る 荘園 公領 制 が ようやく 確立 し た 時期 で あ る が 、 12 世紀 後半 に 見 られ た 悪党 の 用例 は いずれ も 荘園 ・ 国衙 領 に おけ る 支配 体制 また は 支配 イデオロギー を 外部 から 侵 し た 者 を 指 し て 用い られ て い た 。 例えば 、 安元 元年 ( 1175 年 ) に 東大 寺 領 黒田 荘 ( 伊賀 国 名張 郡 ) に 乱入 し た 名張 郡司源 俊方 と 興福 寺 僧 ら が 、 東大 寺 の 文書 に お い て 悪党 と さ れ て い た 。 この 例 が 示 す よう に 、 荘園 領主 や 荘官 が 維持 し て い た 支配 体系 に 対 し 、 荘園 ・ 公領 の 外部 から 侵入 な い し 妨害 し よ う と し た 者 が 悪党 と し て 観念 さ れ て い た 。 鎌倉 時代 に 入 っ て から も こう し た 状況 に 大きな 変化 は な く 、 13 世紀 後半 の 文永 年間 ( 1264 年 - 1275 年 ) まで 、 本所 ( 荘園 領主 ) 側 から 見 て 外部 から の 侵入 者 ・ 侵略 者 を 悪党 と 呼 ぶ 傾向 が 続 い た 。 悪党 紛争 の 実態 は 、 本所 一 円 地 同士 また は 本所 一 円 地 と 地頭 層 と の 所領 紛争 で あ り 、 一方 の 本所 から 見 た 悪党 と は 、 その 紛争 相手 た る 本所 一 円 地 の 領主 だっ た の で あ る 。 12 世紀 から 本所 は 悪党 活動 に 悩ま さ れ て き た が 、 悪党 は 他領 へ 逃亡 する など 、 本所 に よ る 追捕 から 巧み に 逃れ て い た 。 本所 は しばしば 幕府 へ 悪党 追捕 を 要請 し て い た が 、 本所 同士 の 紛争 は 本来 、 朝廷 の 管轄 で あ る と し て 、 幕府 は 悪党 追捕 に 消極 的 だっ た 。 13 世紀 前半 に 幕府 が 制定 し た 御成敗 式 目 第 32 条 は 、 盗賊 ・ 悪党 の 所領 内 隠匿 を 罪科 と 定め て い る が 、 幕府 に は 積極 的 に 悪党 を 鎮圧 する 姿勢 は 特に 見 られ な かっ た の で あ る 。 しかし 、 正嘉 年間 ( 1257 年 - 1258 年 ) に 入 り 、 飢饉 の 深刻 化 に よ る 悪党 活動 の 激化 を 受け て 、 幕府 は 悪党 を 夜討 ・ 強盗 ・ 山賊 ・ 海賊 と 同等 視 する こと に 決め ( 正嘉 2 年 、 鎌倉 幕府 追加 法 320 条 ) 、 その 鎮圧 に ようやく 乗り出 し た 。 その 一方 で 、 13 世紀 半ば 頃 から 中世 社会 の 大 規模 な 変動 が 始ま っ て い た 。 12 世紀 末 以来 、 武士 階層 を 基盤 と する 鎌倉 幕府 は 、 数度 の 戦乱 を 通 じ て 所領 を 基盤 た る 武士 階層 に 再 配分 し 、 武士 団 の 持 つ 自己 増殖 欲求 に 応え て き た が 、 宝治 元年 ( 1247 年 ) の 宝治 合戦 に よ り 得宗 専制 が 完成 し て 政治 的 安定 が 実現 する と 、 所領 再 配分 の 機会 と な る 戦乱 の 発生 自体 が 見 られ な く な っ た 。 ここ に 至 り 、 惣領 ・ 庶子 へ の 分割 相続 に よ り 自己 増殖 を 繰り返 し て き た 武士 団 は 分割 す べ き 所領 を 得 る 機会 を 失 い 、 惣領 の み に 所領 を 継承 さ せ る 単独 相続 へ と 移行 し て い っ た 。 単独 相続 を 契機 と し て 、 惣領 は 諸方 に 点在 する 所領 の 集約 化 と 在地 で の 所領 経営 を 進め て い っ た 。 この 過程 で 、 庶子 を 中心 と する 武士 階層 の 没落 が 発生 する と とも に 、 本所 ( 荘園 領主 ) と 在地 武士 と の 所領 紛争 が 先鋭 化 し て い っ た の で あ る 。 荘園 支配 の 内部 に 目 を 向け る と 、 武士 に よ る 侵略 を 防 ぐ ため に 本所 は 荘園 支配 の 強化 に 乗り出 し て い た が 、 在地 で 荘園 支配 の 実務 に あた る 荘官 は 自ら の 経営 権 を 確立 し よ う と し て い た 。 ここ に 本所 ・ 荘官 間 の 対立 を 惹起 する 条件 が 出揃 っ て い た が 、 当時 、 急速 に 進展 し て い た 貨幣 経済 ・ 流通 経済 の 社会 へ の 浸透 が 両者 の 対立 を 激化 さ せ て い っ た 。 以上 に 見 られ る 武士 階層 内部 もしくは 荘園 支配 内部 に おけ る 諸 矛盾 は 中世 社会 の 流動 化 へ と つなが っ て い き 、 13 世紀 後半 から の 悪党 活動 の 活発 化 を もたら し た 。 さらに 同 時期 の 元寇 も これ ら の 諸矛盾 を さらに 増大 さ せ 、 悪党 活動 の 活発 化 を 促 し た の で あ る 。 外部 から 荘園 支配 に 侵入 する 悪党 の ほか 、 蝦夷 や 海賊 的 活動 を 行 う 海民 など も 悪党 と 呼 ば れ た が 、 これ は 支配 体系 外部 の 人々 を 悪党 と みな す 観念 に 基づ い て い る 。 諸国 を 旅 する 芸能 民 や 遊行 僧 など が 悪党 的 性格 を 持 つ と さ れ て い た の も 同様 の 理由 から だ と 考え られ て い る 。 蝦夷 、 海民 、 芸能 民 、 遊行 僧 ら は いずれ も 荘園 公領 制 的 な 支配 体系 の 外部 に 生き る 漂泊 的 な 人々 で あ り 、 支配 外部 に い る こと を 示 す 奇抜 な 服装 、 すなわち 異形 の 者 が 多 かっ た 。 網野 善彦 は 、 これ ら の 「 悪党 」 が 13 世紀 半ば から 急速 な 成長 を 見せ た 流通 経済 ・ 資本 経済 の 担い手 で あ り 、 中世 社会 の 新た な 段階 を 切り開 い た 主体 の 一 つ と 説 い た 。 支配 体系 外部 から の 侵略 者 のみ を 悪党 と 呼 ぶ 状況 に 変化 が 生 じ た の は 弘安 年間 ( 1278 年 - 1288 年 ) の こと で あ る 。 この 時期 に は 荘園 支配 内部 の 対立 関係 が ついに 顕在 化 し 、 本所 に 対 する 荘官 ( 在地 領主 ) 層 の 抵抗 活動 が 抑え られ な く な り 、 本所 と 対立 し た 荘官 ・ 在地 領 主層 は 本所 から 悪党 と 呼 ば れ 始め 、 本所 と の 所領 紛争 を 展開 し て い っ た 。 武士 階層 に 目 を 向け て も 、 単独 相続 など に よ り 所領 を 失 っ た 無足 御 家人 が 旧領 に 残留 し 、 新 地頭 の 支配 を 妨害 し て 悪党 と 呼 ば れ る 事例 が 発生 し て い た 。 これ ら の 状況 は 、 内部 の 者 も 「 悪党 」 と し て 扱 う こと を 示 し て お り 、 観念 の 非常 に 大きな 変化 の 現れ で あ っ た 。 この 段階 に お い て 、 本所 と 対立 し た 荘官 層 に は 、 上 に 挙げ た 漂泊 的 な 悪党 も 含 ま れ て い た と 考え られ て い る 。 彼 ら の 中 に は 、 各地 を 往来 し ながら 交易 に たずさわ り 、 流通 経済 の 担い手 と し て 資本 を 蓄積 し 有徳 人 と 呼 ば れ る 者 も い た 。 そう し た 有徳 人 が 経済 力 を 背景 と し て 荘官 に 補任 さ れ 、 所領 経営 に 乗り出 す 例 も あ っ た の で あ る 。 また 、 在地 の 荘官 と 対立 し た 本所 は 、 荘官 に 頼 ら ず 、 独自 に 年貢 物資 を 運搬 する 流通 経路 を 確保 する 必要 に 迫 ら れ て い た が 、 ここ で 年貢 物 資 流通 を 担 っ た の が 漂泊 的 な 悪党 な の で あ っ た 。 13 世紀 後半 以降 、 悪党 は 畿内 ・ 東北 ・ 九州 など で 活発 に 活動 し 、 御成敗 式 目 で 禁止 さ れ て い る 悪党 と 地頭 の 結合 など 見 られ る よう に な っ た 。 悪党 の 活動 は 支配 体系 の 流動 化 を 招 き 、 幕府 は これ に 対応 する ため 、 13 世紀 末 から 悪党 鎮圧 へ 積極 的 に 取り組 み 始め た 。 元々 、 本所 一 円 地 に おけ る 警察 権 ・ 司法 権 は 本所 の 所管 で あ り 、 朝廷 が 裁定 する こと と な っ て い た 。 しかし 、 悪党 の 著し い 横行 に よ り 本所 は 幕府 へ 鎮圧 を 強 く 要望 し て い っ た 。 そこ で 、 1290 年代 前半 に な っ て 確立 さ れ た の が 次 の 鎮圧 手続き で あ る 。 まず 本所 が 朝廷 へ 訴え を 起こ し 、 朝廷 の 召喚 に 被告 人 ( 悪党 ) が 応 じ な い 場合 は 、 違勅 が あ っ た と し て 朝廷 から 幕府 へ 検断 を 命じ る 。 この とき 幕府 が 受け る 命令 を 違勅 綸旨 また は 違勅 院 宣 と い う 。 綸旨 ・ 院宣 を 受け た 幕府 は 御 家人 2人 を 使節 に 任 じ た ( 両使 ) 。 両使 に は 、 任務 遂行 の ため 、 守護 不入 と さ れ て い る 本所 一 円 地 へ の 入部 が 許 さ れ て お り 、 さらに 本所 側 へ 下地 遵行 を 指示 する 権限 が 与え られ て い る こと も あ っ た 。 悪党 追捕 の ため に 始ま っ た この 手続き は 、 室町 時代 の 使節 遵行 権 の 根源 と な っ た 。 この 時期 の 著名 な 悪党 が 、 12 世紀 から 14 世紀 に かけ て 東大 寺 領 黒田 荘 ( 伊賀 国 ) で 活躍 し た 「 黒田 悪党 」 大江 氏 で あ る 。 12 世紀 から 代々 と 同荘 下司職 を 勤め る 大江 氏 は 、 13 世紀 後半 に 黒田 荘 へ の 支配 権 を 強化 し よ う と 画策 し 、 東大 寺 と 対立 し て ついに 悪党 と 呼 ば れ る よう に な り 、 最終 的 に は 東大 寺 の 要請 を 受け た 六波羅 探題 に 鎮圧 さ れ た 。 しかし 、 代わ っ て 同荘 荘 官職 に つ い た 大江 氏 一族 も また 、 年貢 納入 を 行 わ な い など 東大 寺 と の 対立 を 深め 、 供御 人 と 称 し て 朝廷 と 直接 結 ぼ う と し 、 これ を 鎮圧 する はず の 伊賀 国 守護 、 同 御 家人 ら と 結 ん で 、 黒田 荘 を 実質 的 に 支配 する に 至 っ た 。 結局 大江 氏 は 六波羅 探題 に 再び 鎮圧 さ れ た が 、 ともかく も 、 この 事例 は 経済 的 な 成長 を 果た そ う と し て い る 在地 領主 が 荘園 領主 の 抑圧 を 受け た とき に 悪党 と な る こと を 示 し た 典型 例 で あ る 。 この ほか 、 鎌倉 幕府 倒 幕 時 に 後醍醐 天皇 方 に つ い た 楠木 正成 ( 河内 国 ) 、 赤松 氏 ( 播磨 国 ) 、 名和 長年 ( 伯耆 国 ) 、 瀬戸 内海 の 海賊 衆 ら は 、 悪党 と 呼 ば れ た 人々 だっ た と 考え られ て い る 。 悪党 は 南北朝 時代 ( 日本 ) に も 活動 し て い る が 、 内乱 が 終わ っ た 14 世紀 後半 、 悪党 活動 に よ っ て 荘園 公領 の 支配 体系 が 弱体 化 し 、 守護 や 国 人 ら に よ る 本所 一 円 地 ( 荘園 ) へ の 侵略 が 進 む と とも に 、 本所 側 の 対抗 力 が 衰え て しま う と 、 本所 の 支配 を 侵 す 悪党 と い う 実態 は 、 次第 に 見 られ な く な っ た 。 悪党 概念 は 、 1930 年代 に 中村 直勝 に よ っ て 提起 さ れ ( 『 荘園 の 研究 』 1939 ) 、 戦後 に な る と 石母田 正 ( 『 中世 的 社会 の 形成 』 1946 ) ら に よ っ て その 姿 が 明らか に さ れ て い っ た 。 戦後 の 歴史 学 に お い て 、 悪党 は 封建 領主 の なか で 位置 づけ られ て い た が 、 網野 善彦 、 佐藤 進一 ら が 社会 的 基盤 を 農業 以外 に 置 く 手工業 民 や 芸能 民 など に 着目 し た 中世 史 像 を 提示 する と 、 悪党 の 存在 も それ ら と 関連 付け て 論 じ られ る よう に な り 、 20 世紀 末 から は 海津 一朗 ら に よ っ て 元寇 や 徳政令 等 の 社会 変動 に おけ る 悪党 の 位置 づけ が 試み られ て い る 。 +神祇 官 ( じんぎ かん ・ かみづかさ ・ かんづかさ ) と は 、 日本 の 国家 機関 の 一 つ 。 古代 の 律令 制 で 設置 さ れ 、 明治 時代 初期 に 改めて 設置 さ れ た 。 現在 は 存在 し な い 。 「 神 」 は 天津 神 ・ 国津 神 で あ る 「 天神 」 を 、 「 祇 」 は 天津 神 ・ 国津 神 で あ る 「 地祇 」 を 表 し 、 その 名 の 通り 祭祀 を 司 る 。 諸官 の 最上位 に 位置 し 、 行政 を 司 る 太政 官 より も 上位 に お か れ た 。 四 等 官 は 、 伯 、 副 ( 大 副 ・ 少 副 ) 、 佑 ( 大佑 ・ 少佑 ) 、 史 ( 大史 ・ 少史 ) 。 ただし 、 相当 する 位階 は 低 く 、 後述 の 神祇伯 の 相当 位 階 は 従 四 位 下 と さ れ る 。 これ は 、 太政 官 の 常置 の 長官 た る 左 大臣 ( 正二 位 又 は 従二 位 相当 ) より はるか に 低 く 、 弁官 ・ 弁官 ( 従 四 位 上 相当 ) 、 大宰 帥 ( 従 三 位 相当 ) 、 七 省 の 長官 た る 卿 ( 正四 位 下 相当 ) より 下 で あ り 、 蔵人 頭 と 同等 で あ る ( 官位 の 項 参照 ) 。 すなわち 、 職員 令 ( しきいんりょう ) で は 太政 官 の 上 に 位置 し た が 、 文書 行政 で は 太政 官 より も 下位 で あ っ た 。 古代 の 神社 の 社格 で あ る 「 官幣 社 」 は 、 祈年 祭 の 奉幣 を 神祇 官 から 直接 受け る 神社 で あ る こと を 意味 する ( 国幣 社 は 国司 から 受け る ) 。 律令 制 以前 大宝律令 制定 以前 の 史書 に も その 存在 が 現れ る ため 、 飛鳥 浄 御 原令 等 に よ っ て 既に 設置 さ れ て い た と 考え られ て い る が 、 原文 が 残 っ て い な い ため 、 大宝 律令 以前 の 制度 に つ い て は 詳細 は 定か で は な い 。 律令 制 下 当初 は 忌部 氏 や 大 中臣 氏 ( 藤原 氏 と は 同族 ) が 神祇 官 の 要職 を 占め て い た が 、 のち に 花山 源 氏 白川 家 が 代々 神祇 官 の 長 で あ る 神祇 伯 に 就任 し た 。 神祇伯 に な っ た もの は 臣下 で あ り ながら 王 を 称 し た の で 、 白川 伯王家 など と い わ れ る 。 律令 制 崩壊 後 明治 時代 神祇 官 の 復興 慶応 4 年 1 月 17 日 ( 旧暦 ) ( 1868 年 2 月 10 日 ) に 他 の 6 つ の 事務 科 と とも に 神祇 事務 科 が 設置 さ れ た 。 七 科 の 筆頭 に 置 か れ た 。 同年 2 月 3 日 ( 旧暦 ) ( 2 月 25 日 ) に 七 つ の 事務 科 は 総裁 局 の もと に 事務 局 と し て 再編成 さ れ て 、 神祇 事務 科 は 神祇 事務 局 と な っ た 。 明治 神祇 官 同年 閏 4 月 21 日 ( 旧暦 ) ( 6 月 11 日 ) 、 古代 の 律令 制 に 基づ く 官制 に 倣 っ て 政体 書 が 公布 さ れ て 、 太政 官 制 が し か れ た 。 神祇 官 も 正式 に 復興 し て 太政 官 の 下 に 置 か れ た 。 明治 2 年 ( 1869 年 ) 6 月 に は 、 神祇 官 は 太政 官 から 独立 し て 、 行政 機関 の 筆頭 に 置 か れ た 。 明治 の 神祇 官 の 職掌 は 古代 の 神祇 官 の それ で あ る 祭祀 、 祝部 、 神 封戸 など に 加え て 、 新た に 諸陵 と 宣教 が 加え られ た 。 諸陵 は 天皇 陵 を はじめ と する 陵墓 を 管轄 する 業務 で 、 古代 の 官制 で は 、 継嗣 、 婚姻 、 祥瑞 、 喪葬 、 外交 など を 司 る 治部 省 の 諸 陵司 が 担 っ た もの だっ た が 、 明治 に な り 神祇 官 の 下 の 諸陵 寮 が 管轄 する こと と な っ た 。 従来 、 死者 の 穢れ が あ り 神事 から 遠ざけ る べ き だ と さ れ た 天皇 陵 の 祭祀 を 、 神事 を 司 る 中枢 で あ る 神祇 官 が 行な う よう に な っ た こと の 意義 は 大き い 。 一方 、 もう 一 つ の 新し い 職掌 で あ る 宣教 で は 、 神祇 官 の もと に 宣教 使 と 呼 ば れ る 役所 が 置 か れ た 。 宣教 は キリスト 教 防 御 と 維新 後 の 国 の 在 り 方 を 国民 に 宣布 する こと を 大きな 目的 と し た もの で あ り 、 政府 の 要請 を 受け て 新た に 課 せ られ た 職掌 で あ っ た 。 しかし ながら 、 教導 の 方法 や 内容 を 巡 っ て 官員 同士 で 深刻 な 意見 対立 が あ り 、 また 神祇 官 の 規模 と 能力 も 全国 的 に 宣教 を 実施 でき る 状態 に は 無 かっ た 為 に 具体 的 な 成果 を 挙げ られ な かっ た 。 また 、 神祇 官 の 本来 的 な 職掌 で あ る 国営 の 祭祀 を 行 う 為 の 八神殿 の 造営 が 神祇 官 内 で 提案 さ れ た ( それ まで は 神籬 を 立て て 臨時 の 祭場 と し て い た ) 。 中世 以来 本来 の 姿 を 失 っ て い た 八神 殿 の 復興 は 祭政 一致 の 具体 的 な 実現 へ の 動き で あ り 、 滞 っ て い た 宣教 の 分野 に お い て も 教説 を ただ 説 く だけ で な く 、 実際 に 行 う こと が 必要 で あ る と の 考え で あ っ た 。 特に 平田 篤胤 出身 の 官員 は 強 く それ を 主張 し た が 、 当時 権勢 を 振る っ て い た 津和野 藩 出身 の 福羽 美静 は 新 時代 の 祭政 一致 の モデル は 天皇 宮中 祭祀 に あ る と し 、 八神 殿 の 復興 に 対 し て は 消極 的 な 姿勢 を と っ て い た 。 また 、 当時 の 政府 は 東京 奠都 と 大嘗 祭 の 東京 執行 と い う 大 問題 を 抱え て お り 、 事態 が 流動 的 で あ っ た ため 太政 官 も 八神殿 の 造営 に は 慎重 姿勢 を 見せ た 。 しかし ながら 、 神祇 官 に 常設 の 神殿 が 無 い こと は 問題 と さ れ 、 当面 の 間 の 祭祀 を 行 う 「 仮 」 神殿 の 造営 が 決定 さ れ 、 明治 2 年 ( 1869 年 ) 12 月 に 仮神殿 は 完成 し 、 中世 の 廃絶 以来 白川 ・ 吉田 両家 で 奉斎 さ れ て い た 八神殿 の 霊代 が 奉献 さ れ た 。 この 仮神殿 に 明治 天皇 の 親祭 を 仰 ぐ こと が 計画 さ れ て い た が 時期 悪 く 明治 天皇 は 風邪 を 罹患 し て お り 、 この 親祭 の 計画 は 実現 し な かっ た 。 翌 1870 年 1 月 3 日 に は 鎮祭 が 行 わ れ 、 明治 天皇 は 勅使 と し て 三条 実美 を 発遣 し た 。 この 仮神殿 に は 律令 制 神祇 官 が 祀 っ て い た 八神 に 併せ て 歴代 の 皇霊 と 天神 地祇 が 祭 ら れ た 。 この 際 に 鎮祭 の 詔 と 大教 宣布 の 詔 が 発 せ られ 、 神祇 官 の 八神殿 祭祀 と 宣教 師 の 宣教 政策 は 勅命 を 以 て 行 わ れ る こと と な っ た が 、 神殿 が 「 仮 」 の もの で あ る こと は その 後 も 変化 は 無 く 、 また 宣教 政策 に 関 し て も 打開策 は 出 な かっ た 。 なお 、 一般 的 に は 明治 神祇 官 は 平田 篤胤 の 国学 者 が 主体 と な っ て い た と 解 さ れ て い る が 、 実際 に 活躍 し た の は 神祇 官 が 再興 さ れ る 前 段階 で の こと で あ り 、 復興 さ れ た 神祇 官 は 大国 隆正 の 教え を 受け た 福羽 美静 ら 大国 隆正 の 国学 者 が 権勢 を 振る っ て い た 。 これ は 当時 の 政治 的 な 勢力 バランス も 然 る こと ながら 、 神祇 制度 の 整備 に 当た っ て 復古 を の み 強力 に 主張 し た 平田 派国学 者 に 対 し 、 明治 と い う 新 時代 に 適応 し た 開明 的 な ビジョン を 持 っ て い た 津和野 派 国学 者 が 受け入れ られ た と も 考え られ る 。 平田 派国学者 で 政府 内 で 要職 に つ い て い た 矢野 玄道 ・ 角田 忠行 ・ 丸山 作楽 ・ 権田 直助 は 明治 4 年 ( 18 71 年 ) に 国事犯 の 嫌疑 が 掛け られ 政府 から 追放 さ れ て お り 、 明治 神祇 官 が 平田 派 一辺倒 で あ っ た と は 考え 難 い 側面 が あ る 。 神祇 省 明治 4 年 ( 18 71 年 ) 7 月 、 神祇 官 は 神祇 省 に 降格 さ れ て 、 太政 官 の 下 に 置 か れ た 。 この 措置 は 一見 、 神祇 行政 の 地位 の 低下 に みえ る が 、 実際 は より 密接 な 祭政 一致 を 目指 し て 行な わ れ た もの で あ る 。 神祇 省 へ の 降格 を 前 に し て 太政 大臣 三条 実美 が 神祇 伯 を 兼任 する よう に な っ た の は その ため で あ る 。 神祇 省 は 大中 少 の 掌典 に よ る 神殿 祭祀 と 宣教 使 に よ る 宣教 と で 明確 に 分掌 さ れ て い た 。 同年 9 月 14 日 ( 旧暦 ) ( 10 月 27 日 ) に 神祇 奉安 の 詔 が 発 せ られ 、 八神殿 から 皇霊 を 宮中 に 奉遷 する こと と な っ た 。 同 9 月 29 日 ( 旧暦 ) ( 11 月 11 日 ) に は 神祇 官 中 に 御巫 、 権 御 巫 が 設置 さ れ 、 翌 9 月 30 日 ( 旧暦 ) ( 11 月 12 日 ) に 皇霊 が 賢所 に 遷座 さ れ た 。 神祇 省 の 廃止 と 教部 省 の 設置 明治 5 年 3 月 14 日 ( 旧暦 ) ( 1872 年 4 月 21 日 ) 、 神祇 省 は 廃止 さ れ た 。 上記 神殿 造営 に 関 し て 福羽 美静 が 唱え て い る よう に 、 新 時代 の 祭政 一致 は 天皇 親祭 と さ れ 、 すなわち 、 神祇 の 祭祀 は 官 に 任せ る の で は な く 、 天皇 自ら が 行な う こと が 理想 と さ れ た 。 それ を 実現 する ため に 、 神祇 省 は 廃止 さ れ 、 その 祭祀 業務 は 宮内 省 明治 初期 ( 1869 年 - 1885 年 ) 式 部 寮 が あた る こと と な っ た 。 同年 3 月 18 日 ( 旧暦 ) ( 4 月 25 日 ) に 先 に 遷座 さ れ た 歴代 皇霊 を 除 く 八神殿 の 祭神 は 宮中 賢所 に 仮 遷座 さ れ 、 同年 11 月 27 日 ( 旧暦 ) ( 12 月 27 日 ) に 神殿 ・ 皇霊殿 が 完成 し 、 八神 は 天神 地祇 と 併せ て 神殿 に 祭 ら れ 、 歴代 皇霊 は 賢所 から 皇霊殿 に 奉遷 さ れ た 。 また 宣教 に 関 し て は 国学 、 儒学 を 中心 と し た 宣教 は 不 可能 と 判断 さ れ 、 仏教 勢力 の 地盤 及び 教化 能力 を 汲み入れ る 為 に 神仏 儒 の 合同 布教 体制 と な り 、 国民 教化 を 行な う 専門 機関 と し て 教部 省 が 設置 さ れ た 。 教部 省 設立 後 の 動き しかし ながら 、 学校 教育 制度 の 拡充 と 共 に 教部 省 の 持 つ 役割 は 薄れ 、 明治 10 年 ( 1877 年 ) 1 月 11 日 に 廃止 、 管掌 し て い た 任務 の 一部 は 内務 省 社 寺 局 に 受け継 が れ た 。 しかし 、 のち に 神祇 官興復 運動 が 盛ん と な り 、 明治 33 年 ( 190 0 年 ) に 社寺 局 より 神社 局 が 独立 し た 。 昭和 15 年 ( 1940 年 ) に は 紀元 二千 六百 年 記念 行事 記念 に 際 し て 神社 局 に 代わ っ て 神祇 院 が 設置 さ れ た 。 しかし 神祇 院 は 行政 上 の 目立 っ た 成果 も 挙げ な い まま 、 終戦 を 迎え た 。 神祇 院 は 昭和 21 年 ( 1946 年 ) 2 月 2 日 に 廃止 さ れ 、 全国 の 神社 の 管轄 は 翌日 に 設立 さ れ た 宗教 法人 神社 本 庁 に 引き継 が れ た 。 +北 政所 ( きたの まんどころ ) と は 、 天皇 の 宣旨 に よ り 摂政 や 関白 の 正室 に 対 し て 贈 ら れ た 称号 。 概要 政所 と は 、 本来 親王 や 三位 以上 の 公卿 に 設置 が 許 さ れ た 家政 機関 ( 家庭 や 邸宅 に 関 する 私的 な 諸事 を 司 る 事務 所 ) の こと を 指 す 語 だっ た 。 平安 時代 の 寝殿 造 の 邸宅 で は 、 半ば 公 の 場所 で も あ っ た 正殿 の 「 寝殿 」 ( しんでん ) と は 別 に 、 その 北 に 「 北対 」 ( きた の たい ) と い う 私的 な 居住 空間 が あ り 、 そこ で は 主 の 正室 で あ る 「 北 の 方 」 が 家政 の 諸事 万端 を 決裁 し て い た 。 正室 の 地位 が この よう に 高 かっ た の は 、 当時 の 貴族 は 基本 的 に 婿取婚 だっ た ため 、 彼 ら の 邸宅 は そもそも 正室 の 実家 が 所有 する もの に 他 な ら な かっ た から で あ る 。 その 邸 の 主 が 三位 に な っ て 政所 を 開設 する と 、 「 北 の 方 」 は 「 北 の 政所 」 と 呼 ば れ た の で あ る 。 後 に これ が 格式 化 し て 「 北 政所 」 は 宣旨 を も っ て 贈 ら れ る 称号 と な り 、 その 対象 も 摂政 また は 関白 の 正室 の み に 限定 さ れ る こと に な っ た 。 平家 の 例 しかし それ で も 歴代 の 摂政 関白 の 正室 は 多く が 「 北 政所 」 と 呼 ば れ て お り 、 かつて は 同 時期 に 何 人 も の 北 政所 が 存在 する こと さえ あ っ た 。 たとえば 『 平家 物語 』 巻一 に は 、 平清盛 の 娘 たち を 紹介 する ところ で 次 の くだり が あ る 。 …… 一人 は 六條 の 攝政殿 の 北 政所 に な ら せ 給 ふ … … 一人 は 普賢 寺 殿 の 北 政所 に な ら せ 給 ふ 。 一人 は 冷泉 大納言 隆房 卿 の 北方 … … この 「 六条 の 摂政殿 の 北 政所 」 と い う の は 関白 藤原 基実 の 正室 と な っ た 四 女 の 盛子 ( みつこ ) 、 「 普賢 寺 殿 の 北 政所 」 と い う の は 関白 近衛 基通 の 正室 と な っ た 六女 の 完子 ( さだこ ) の こと で あ る 。 また 「 冷泉 大納言 隆房 卿 の 北方 」 と い う の は 後白河 天皇 の 寵臣 ・ 藤原 隆房 の 正室 と な っ た 五女 で あ る が 、 隆房 は 摂政 に も 関白 に も な ら な かっ た で 、 正室 も 「 北 政所 」 で は な く ただ 「 北方 」 と い う 表現 に な っ て い る 。 豊太閤 と 北 政所 時代 が 下 っ て 、 戦国 時代 ( 日本 ) の 終わり に 豊臣 秀吉 が 関白 と な り 、 彼 が その 職 を 甥 に 譲 っ て 太閤 と な る と 、 それ まで は 単に 「 その 職 を 子弟 に 譲 っ た 前関白 」 を 指 す 語 で しか な かっ た 「 太閤 」 が 専ら 秀吉 の こと のみ を 指 す 語 に な っ て しま っ た 。 これ と 同じ よう に 、 それ 以前 は 「 摂政 関白 の 正室 」 と い う 総称 で しか な かっ た 「 北 政所 」 も 、 秀吉 の 正室 で あ っ た 高 台 院 に これ が 贈 ら れ た 後 は 、 専ら 彼女 の こと を 指 す 語 に な っ た の で あ る 。 なお 正室 に 贈 ら れ る 「 北 政所 」 に 対 し て 、 摂政 関白 の 生母 に 贈 ら れ る 称号 を 「 大北 政所 」 、 略 し て 「 大 政所 」 と い っ た 。 こちら も 元 は 単なる 総称 だっ た が 、 これ が 秀吉 の 生母 ・ 大 政所 ( なか ) に 贈 ら れ て から は 専ら 彼女 の こと を 指 す 語 と な っ た 。 +浪人 ( ろうにん ) と は 、 古代 に お い て は 、 戸籍 に 登録 さ れ た 地 を 離れ て 他国 を 流浪 し て い る 者 の こと を 意味 し 、 浮浪 と も 呼 ば れ た 。 身分 は 囚 われ ず 全て の 民衆 が な り う る 。 流浪人 ( 流れ者 の 意味 ) の 語源 は ここ から 来 て い る 。 江戸 時代 中期 頃 より 牢人 を 浪人 と 呼 ぶ よう に な っ た 。 したが っ て 牢人 と 浪人 は 正確 に は 別義 で あ る 。 対 し て 牢人 と は 、 主家 を 去 っ て ( あるいは 失 い ) 俸禄 を 失 っ た 者 を い う 。 室町 時代 から 江戸 時代 に かけ て の 主従 関係 に おけ る 武士 や 侍 のみ に 当て られ る 、 いわば 狭義 の 身分 語 で あ っ た 。 江戸 時代 に な り 戦火 が 収ま る と 、 改易 等 に よ り 各地 を 流浪 する 牢人 が 急増 し た 。 その 為 浮浪 する 牢人 を 浪人 と 呼 ぶ よう に な っ た 。 ・ 本項 は 牢人 ( 武士 ) に つ い て 記載 する 。 鎌倉 ・ 室町 時代 武士 が 在地 領主 で あ っ た 鎌倉 時代 ・ 室町 時代 に お い て は 所領 と 職 を 失 い 浮浪 する 者 たち を さ し た 。 この 時代 は 浪人 に な っ て も 各地 で 慢性 的 に 小 規模 な 戦乱 が 頻発 し 、 大名 は 戦闘 要員 を 必要 と し て お り 、 新た な 主家 を 得 る 機会 は 少な く な かっ た 。 また 、 治安 状況 が 悪 かっ た ため に 、 浪人 が 徒党 を 組 ん で 割拠 し 、 野盗 を し たり 一揆 を 引き起こ す 者 たち も い た 。 この頃 の 浪人 は 浮浪 の 意味 に 近 く 、 牢人 の 者 も い た が 牢人 と い う 身分 語 が 定着 する の は 室町 時代 後期 で あ る 。 戦国 時代 戦国 時代 ( 日本 ) に な る と 主従 関係 と 身分 関係 が 前 時代 より 明確 に な り 、 たとえ 主家 が 滅び て 牢人 と な っ て も 再 仕官 する 機会 は 多 く あ っ た 。 ただ 、 後 の 江戸 時代 より も 主従 関係 が 未 だ ルーズ で あ り 、 待遇 に 不満 が あ れ ば 主君 を 見限 っ て 自ら 致仕 し て 牢人 と な り 、 実力 次第 で より よ い 待遇 を 求め て 別 の 大名家 に 仕官 する 者 たち も い た 。 この 時代 は 、 牢人 と な っ て 幾 つ も の 大名 家 を 渡り歩 く 武士 が 多 く 、 中 に は 大名 に まで 出世 する 者 も い た 。 藤堂 高虎 は その 生涯 に 10 の 主家 に 仕え て い る 。 また 、 この 時代 は 身分 が 未分化 で 武士 から 商人 、 農民 に な る こと も 、 その 逆 も 容易 だっ た 。 豊臣 ・ 大坂 時代 豊臣 秀吉 が 天下 を 統一 し て 、 戦乱 の 時代 が 終息 する と 、 牢人 を とりま く 状況 が 変化 し た 。 各 大名家 は 多く の 家臣 を 召抱え る 必要 が なくな っ て き た 。 関ヶ原 の 戦い で 東軍 の 徳川 家康 が 勝利 する と 西軍 に つ い た 大名 の 多く が 取り潰 さ れ る か 、 大幅 な 領地 の 減封 を 受け 、 これ に よ っ て 大量 の 牢人 が 生 じ た 。 更に 江戸 幕府 は 旧 豊臣 系 大名 の 外様 大名 を 中心 に 大名 廃絶 政策 を 取 り 、 多く の 大名 が 世嗣 断絶 、 幕法 違反 など の 理由 に よ っ て 取り潰 さ れ 、 これ に よ っ て も 大量 の 牢人 が 生 じ た 。 大坂 の 役 江戸 時代 に 入 る と 大名 家 で は 家臣 の 数 が 過剰 に な り 新規 の 召し抱え を あまり 行 わ な く な っ た 。 また 、 儒教 の 影響 で 主従 関係 が 固定 化 さ れ 、 家臣 が 主君 を 見限 っ て 出奔 し た 場合 は 、 他 の 大名 に 「 奉公 構 」 を 廻 し て 再 仕官 の 道 を 閉ざ す こと も 行 わ れ た 。 黒田 家 を 出奔 し た 後藤 基次 は 「 奉公 構 」 を 出 さ れ て 再 仕官 の 道 を 断 た れ 、 結局 、 大坂 の 役 で 豊臣 氏 に 参加 し て い る 。 再 仕官 でき な い 牢人 が 激増 し 、 大坂 の 役 が 起き た とき に は 、 豊臣 方 に 10 万 の 牢人 が 寄り 集ま っ て い る 。 大坂 の 役 で 多数 の 牢人 が 殺 さ れ た が 、 その 後 も 幕府 の 大名 廃絶 政策 に よ っ て 牢人 は 増え 続け 、 徳川 家光 の 晩年 に は その 数 は 50 万 人 に も 達 し た と さ れ る 。 平和 な 時代 と な り 、 再 仕官 の 道 は 限 ら れ て お り 、 町人 や 農民 に な る 者 、 また は 海外 へ 出 て 傭兵 に な る 者 も い た ( 例山 田 長政 ) が 、 大 部分 は 牢人 の まま 困窮 の 中 で 暮ら し て い た 。 当初 、 幕府 は 牢人 を 危険 視 し て 、 市中 から 追放 や 居住 制限 、 再 仕官 の 禁止 など 厳し い 政策 を と っ た 。 牢人 たち は ますます 追い詰め られ 、 由井 正雪 ら の 幕府 転覆 計画 ( 慶安 の 変 ) を 引き起こ す に 至 る 。 この 頃 より 流浪 する 牢人 や 未 仕官 の 牢人 を 浪人 と 呼 ぶ よう に な る 。 これ ら に よ っ て 、 幕府 は 従来 の 政策 を 見直 し 、 世嗣 断絶 の 原因 と な っ て い た 末期 養子 の 禁 を 緩め 大名 の 改易 を 減ら し 、 牢人 の 居住 制限 を 緩和 し 、 再 仕官 も 斡旋 する よう に な っ た 。 しかし 、 これ 以後 も 様々 な 理由 で 主家 を 召 し 放ち と な り 牢人 と な る 者 は 後 を た た な かっ た 。 浪人 の 境遇 江戸 時代 の 牢人 は 士籍 ( 武士 と し て の 身分 ) は 失 っ て い た が 、 苗字 帯刀 は 許 さ れ て お り 、 武士 と し て は 認知 さ れ て い た 。 その 日常 生活 は 町人 と 同じく 町 奉行 の 支配 下 に お か れ て い た 。 牢人 の 多く は 借家 住まい で 貧困 の その 日暮らし の 生活 を 余儀 な く さ れ て い た が 、 中 に は 近松 門左衛門 の よう に 文芸 の 世界 で 成功 し た 者 や 、 町 道場 を 開 き 武芸 の 指南 で 身 を 立て る 者 、 寺子 屋 の 師匠 と な り 庶民 の 教育 に 貢献 する 者 たち も い た 。 細か い 手 作業 で 身 を 立て たり 、 商人 で 出世 し た 者 も い た が 、 やけ に な っ て 強盗 など の 犯罪 に 走 っ た 者 も い た 。 武芸 者 と し て 有名 な 牢人 に 宮本 武蔵 が い る 。 幕末 幕末 に な る と 浪人 たち は 政治 運動 に 積極 的 に 参加 し た 。 また 、 郷士 の 坂本 龍馬 など 自ら 制約 の 多 い 藩 から 脱藩 し て 浪人 に な り 自由 な 立場 で 活躍 する 者 たち も 多 く 出 た 。 一方 で 、 町人 や 百 姓 など 非 武士 身分 の 出身 者 が 勝手 に 苗字 帯刀 し て 浪人 を 名乗 る 者 も 現れ た 。 浪人 の 集団 と 言 わ れ る 新 選 組 は その 構成 員 の 多く が 町人 、 百 姓 など の 出身 者 で あ る 。 明治 維新 後 、 四 民 平等 が な さ れ 浪人 と い う 身分 も 消滅 し た 。 明治 中頃 から 後期 ごろ から 大正 初期 まで 明治 中頃 から 後期 ごろ から 大正 初期 まで 一部 の 士族 は 満州 と 朝鮮 半島 ( 李 氏 朝鮮 と 大韓 帝国 と 朝鮮 総督 府 ( 日本 統治 時代 の 朝鮮 ) 時代 ) に 移り住 ん だ 。 これ ら の 士族 の 事 も 浪人 と 言 う 。 日清 戦争 後 の 1895 年 ( 明治 28 年 ) 10 月 8 日 で 乙未 事変 で 閔妃 暗殺 の 時 日本 軍 率い る 暗殺 部隊 に 日本 兵 の 中 に 浪人 も 多 く 含 ま れ て い た 。 これ ら の 部隊 を 訓練 隊 と 言 わ れ て た 。 +奉 公衆 ( ほうこうしゅう ) は 、 室町 幕府 に 整備 さ れ た 幕府 官職 の 1 つ で あ る 。 将軍 直属 の 軍事 力 で 、 5 ヶ番 に 編成 さ れ た 事 から 番衆 、 番方 など と 呼 ば れ た 。 番衆 ( 小番 衆 ) と も 。 鎌倉 時代 の 御所 内 番衆 の 制度 を 継承 する もの で 、 一般 御 家人 や 地頭 と は 区別 さ れ た 将軍 に 近侍 ( 御 供衆 ) する 御 家人 で あ る 。 奉行 衆 が 室町 幕府 の 文官 官僚 で あ る と すれ ば 、 奉 公衆 は 武官 官僚 と も 呼 ぶ べ き 存在 で あ っ た 。 8 代将軍 足利 義政 時代 の 奉 公衆 の 編成 を 記 す 『 御 番 帳 』 が 現存 し て お り 、 それ に よ る と 奉 公衆 は 五番 編成 で 、 各番 の 兵力 は 50 人 から 100 人 、 総勢 で 30 0 から 400 人 ほど の 人数 で 、 各番 が 抱え る 若党 や 中間 など も 含め る と 平均 し て 5000 から 10,000 人 規模 の 軍事 力 で あ っ た と 考え られ て い る 。 なお 、 鎌倉 公方 や 古河 公方 の 下 に も 奉 公衆 が 編成 さ れ て い た と い わ れ て い る 。 成員 は 有力 御 家人 や 足利 氏 の 一門 、 有力 守護 大名 や 地方 の 国人 など から 選 ば れ る 。 所属 する 番 は 世襲 で 強 い 連帯 意識 を 持 っ て い た と さ れ 、 応仁 の 乱 など で は 共同 し て 行動 し て い る 。 ちなみ に 、 足利 氏 に と っ て 重要 な 拠点 の ひと つ と さ れ て い た 三河 国 の 奉 公衆 は 40 人 を 超え て い た と い い 、 国別 で 最多 。 奉 公衆 は 平時 に は 御所 内 に 設置 さ れ た 番内 など に 出仕 し 、 有事 に は 将軍 の 軍事 力 と し て 機能 し た 。 地方 の 御料 所 ( 将軍 直轄 領 ) の 管理 を 任 さ れ て お り 、 所領地 の 守護 不入 や 段銭 ( 田畑 に 賦課 さ れ る 税 ) の 徴収 など の 特権 を 与え られ て い た 。 室町 時代 の 初期 に は 南朝 ( 日本 ) や 諸 勢力 の 活動 を はじめ 、 幕府 内部 で も 有力 守護 の 政争 が 絶え ず 、 1379 年 ( 康暦 元 / 天授 ( 日本 ) 5 ) に は 康暦 の 政変 で 管領 の 細川 頼之 が 失脚 し て い る 。 そこ で 、 3 代将軍 足利 義満 は 守護 勢力 に 対抗 する ため 、 御 馬廻 と 呼 ば れ た 親衛 隊 整備 を はじめ る 。 彼 ら は 将軍 直属 の 軍事 力 と し て 1391 年 ( 明徳 2 / 元中 2 ) に 山名 氏 が 蜂起 し た 明徳 の 乱 や 大内 氏 が 蜂起 し た 応永 の 乱 など で 活躍 する 。 それ で も 4 代将軍 足利 義持 の 頃 に は まだ 畠山 氏 の 軍事 力 など に 依存 し て お り 、 6 代 将軍 の 足利 義教 は 義満 の 政策 を 踏襲 し て さらに 強権 を 目指 し た 。 9 代将軍 の 足利 義尚 は 、 文官 で あ る 奉行 衆 と とも に 奉 公衆 を 制度 と し て 確立 し 、 1487 年 ( 長禄 元 ) に 近江 国 の 六角 氏 討伐 を 行 っ た 際 に は 、 奉 公衆 が 将軍 の 親衛 隊 と し て 活動 し て い る 。 10 代 将軍 の 足利 義稙 ( 義稙 ) は 、 1491 年 ( 延徳 3 ) に 奉 公衆 を 率い て 六角 氏 討伐 を 行 い 、 1493 年 ( 明応 2 ) に は 河内 国 の 畠山 義豊 を 討伐 する ため に 出陣 する が 、 出陣 中 に 幕府 に お い て 管領 の 細川 政元 が 将軍 廃立 を 行 い ( 明応 の 政変 ) 、 奉 公衆 の 制度 も 事実 上 解体 さ れ た 。 +侍所 ( さむらいどころ ) は 、 鎌倉 幕府 と 室町 幕府 に お い て 、 軍事 ・ 警察 を 担 っ た 組織 。 鎌倉 幕府 行事 の 警備 など に 当た る 御 家人 の 召集 ・ 指揮 と 、 罪人 の 収監 など を 行 っ た 。 所司 ( しょし ) また は 侍 所司 ( さむらいどころ の つかさ ) と 呼 ば れ る 役職 に つ い た 有力 御 家人 が 統制 し 、 所司 の 中 で 最高 位 の 者 は 別当 ( べっとう ) と 呼 ば れ た 。 別当 は 初め 和田 義盛 ら が 務め た が 、 和田 合戦 に よ り 義盛 が 討 た れ る と 、 以後 は 執権 が 職 を 兼ね た と さ れ る 。 室町 幕府 1336 年 、 鎌倉 幕府 の 組織 に 倣 い 政所 、 問注 所 と とも に 設置 さ れ る 。 初期 の 室町 幕府 は 将軍 尊 氏 と 実弟 直義 の 2 頭 体制 で あ っ た が 、 侍所 頭人 は 足利 家 執事 の 高師 直 の 兄 に あた る 高師 泰 で あ る こと から 、 侍所 は 将軍 直轄 機関 で あ っ た と 考え られ て い る 。 鎌倉 幕府 と 同じく 御 家人 や 武士 の 統率 が 主な 職務 で あ り 、 検断 や 処務 沙汰 関係 など は 附属 さ れ た 検断 方 に お い て 行 わ れ て い た が 、 徐々 に 侍所 に 移管 し て い く 。 2 代義詮 時代 に は 、 検非 違使 庁 の 職務 が 侍所 へ 移り 、 京都 の 治安 維持 を 行 う 市中 警察 権 や 徴税 権 を 掌握 し て い る 。 3 代 義満 時代 に は 山城 守護 が 別 に 置 か れ 、 侍所 は 純粋 に 京都 を 室町 殿 直轄 領 と し て 管轄 する 機関 と な る 。 応永 5 年 ( 1398 年 ) から は 、 赤松 氏 、 一色 氏 、 京極 氏 、 山名 氏 が 交代 で 所司 を 務め 、 所司 の 家臣 が 所司 代 を 務め る 様 に な り 、 これ ら の 四 氏 は 四職 と 呼 ば れ た 。 所司 また は 頭人 ( とうにん ) など と 呼 ば れ る 役職 が 統率 し 、 所司 代 ( しょし だい ) が 所司 を 補佐 し た 。 実務 処理 は 奉行 人 が 行 い 、 下級 役人 と し て 小舎 人 、 雑色 など が 編成 さ れ た 。 他 に 事務 方 と し て 開闔 ( かいこう ) が 置 か れ 、 監察 役 で あ る 目附 や 取調 官 に 相当 する 寄人 ( よりうど ) など が い た 。 年表 その 他 、 吾妻 鏡 に は 宴会 が 行 わ れ た 、 荷物 が 置 か れ た など の 記述 も あ る 。 +勾当内 侍 ( こうとう の ないし ) は 、 南北朝 時代 ( 日本 ) の 公家 の 女性 で あ る 。 一条 経尹 、 あるいは 一条 伊尹 の 娘 、 一条 行房 の 娘 、 妹 と も 。 本名 は 不詳 。 新田 義貞 の 妻 ( 正妻 は 安東 氏 の 娘 ) と さ れ る が 、 新田 義貞 と の 関係 が 記 さ れ て い る の は 『 太平 記 』 に お い て のみ で あ り 、 年代 的 な 推定 など から 創作 で あ る 可能 性 が 非常 に 高 い 。 また 、 「 勾当 内 侍 」 の 実在 すら 疑わし い と 言 わ れ て い る 。 人物 鎌倉 時代 後期 に 後醍醐 天皇 の 討幕 運動 に 加わ り 、 鎌倉 陥落 に 功績 の あ っ た 上野 国 の 新田 義貞 の 妻 に な っ た い わ れ 、 建武 の 新政 を 開始 し た 後 醍醐 天皇 が 新田 義貞 へ の 恩賞 と し て 与え た と さ れ る 。 建武 ( 日本 ) 3 年 ( 1336 年 ) 新田 義貞 は 新政 から 離反 し た 足利 尊 氏 を 楠木 正成 や 北畠 顕家 ら と とも に 京都 で 破 り 、 足利 尊 氏 ら は 九州 へ 逃れ る 。 建武 政権 が 足利 尊 氏 追撃 を 行 わ な かっ た 理由 は 幾 つ か 考え られ て い る が 、 『 太平 記 』 で は 新田 義貞 は 京都 に お い て 勾当 内 侍 と の 別れ を 惜し み 、 出兵 する 時期 を 逃 し た と し 、 勾当 内 侍 が 結果 的 に 義貞 の 滅亡 の 遠因 を 作 っ た 女性 で あ る と する 描 き 方 が さ れ て い る 。 尊 氏 が 上京 し て 後醍醐 天皇 を 追 い 、 新田 義貞 は 恒良 親王 ら を 奉 じ て 北陸 地方 へ 逃れ 、 足利 軍 の 攻勢 に よ り 1338 年 に 越前 国藤島 で 戦死 する が 、 『 太平 記 』 に お い て は 、 琵琶 湖 畔 の 今 堅田 に お い て 別れ 、 京 に て 悲しみ の 日々 を 送 っ て い た 勾当 内 侍 は 新田 義貞 に 招 か れ 北陸 へ 向か う が 、 杣山 ( 福井 県 南条 町 ) に お い て 新田 義貞 の 戦死 を 知 り 、 獄門 に かけ られ た 新田 義貞 の 首級 を 目 に し て 落飾 し て 比丘 尼 に な っ た と 描 か れ て い る 。 また 、 勾当 内 侍 の 父 と さ れ る 行房 も 新田 義貞 に 従 い 、 北陸 で 戦死 し て い る と 記 さ れ て い る 。 あるいは 勾当 内 侍 は 琴 が 浜 で 入水 し た と い う 伝説 も あ る 。 今 堅田 に は 、 勾当 内 侍 を 祭神 と する 野上 神社 や 菩提寺 の 泉福寺 など が あ り 、 慰霊 の ため の 野上 祭 も 行 わ れ た 。 また 、 江戸 時代 に 講釈 と し て 『 太平 記 』 が 流布 する と 、 各地 に 勾当 内 侍 の 墓所 が 作 ら れ た 。 なお 、 新田 義貞 が 戦死 し た 藤島 近く の 三国 湊 は 、 勾当内 侍 局 の 収入 源 の 1 つ で あ っ た 事 も 指摘 さ れ て い る 。 また 、 墓 は 群馬 県 太田 市 尾島町 ( 旧 新田 郡 尾島 町 ) に あ る 。 +藤 氏 長者 ( とうし ちょうじゃ ) は 、 藤原 氏 一族 全体 の 氏 長 者 の こと 。 概要 「 長者 」 と は 、 古代 ・ 中世 に おけ る 貴族 の 「 氏 」 を 束ね る 代表 者 の こと で あ る 。 藤 氏 長者 は 、 藤原 氏 の 代表 者 と し て 、 氏 の 政治 ・ 財務 ・ 宗教 など 全般 に 関わ る 。 藤 氏 長者 の 職掌 を 大き く 分け る と 、 政治 的 な 藤原 氏 の 存立 基盤 整備 、 氏領 と し て の 荘園 や 動産 の 管理 、 氏 寺 興福寺 や 氏 社 春日 大社 ・ 大原野 神社 など の 管理 が あげ られ る 。 起源 初代 の 長者 と し て は 、 氏族 と し て の 藤原 氏 の 基礎 を 築 い た 藤原 不比 等 を も っ て 初代 と する 説 ( 『 尊卑 分脈 』 ) 、 藤原 緒嗣 を 初代 と する 説 ( 『 二 中 歴 』 ) 、 藤原 良世 を 初代 と する 説 ( 『 公卿 補任 』 ) など が あ る が 、 今日 の 学界 で は 藤原 冬嗣 ・ 藤原 良房 ・ 藤原 基経 の 3 代 いずれ か に 起源 を 求め る 説 が 強 い 。 政治 的 活動 と し て は 、 氏爵 と し て 多く の 氏人 を 廟堂 に 送り込 む こと が 求め られ 、 藤 氏 長者 自身 の 政治 的 地位 を 高め る ため 、 皇族 と の 婚姻 は 欠かせ な い もの で あ っ た 。 その 活動 藤 氏 長者 は また 、 廟堂 に おけ る 氏 の 地位 を 保全 する ため 、 時 に 氏人 の 意見 を 廟堂 に 提出 する 義務 が あ る 。 藤原 頼通 や 藤原 教通 と 皇族 と の 対立 は 有名 だ が 、 これ は まさに 氏人 の 代表 者 と し て 、 藤原 氏 の 勢力 を 抑制 し よ う と する 皇族 と の 対決 色 を 明らか に し た もの だっ た 。 また 、 藤原 忠実 は 嫡男 の 藤原 忠通 に 関白 ・ 藤 氏 長者 を 譲 っ た 後 に 、 その 弟 の 藤原 頼長 を 寵愛 し て 関白 と 藤 氏 長者 の 地位 を 忠通 から 取り上げ よ う と し た ところ 、 院政 を 執 っ て い た 鳥羽 法皇 より 藤 氏 長者 は ともかく 、 関白 を 勝手 に 交代 さ せ る こと は 出来 な い と 命 じ た ため 、 忠実 ・ 頼長 は 武士 に 命 じ て 氏 長 者 の 印 た る 朱器 台盤 を 剥奪 し て 頼長 が 藤 氏 長者 で あ る こと を 宣言 し た 。 これ が 保元 の 乱 の 一因 と な っ た 。 朱 器 ・ 台盤 歴代 天皇 が 継承 する 三 種 の 神器 、 歴代 東宮 が 継承 する 壺切 御 剣 の よう に 、 代々 の 藤 氏 長者 が 受け継 ぐ 伝家 の 宝器 が あ る 。 長者 の 官 の 渡荘 券 - 殿下 渡領 と 呼 ば れ る 摂関 家 所領 の 証券 朱 器 - 朱 漆塗り の 食器 台盤 - 食膳 用 の 皿 権衡 - 革製 の 秤 この 他 、 勧学 院 の 維持 管理 も 藤 氏 長者 の 掌握 する ところ で あ っ た 。 その 後 一般 に 古代 に おけ る 氏 は 、 平安 時代 に おけ る 家系 の 成立 で 分散 し て い く ( ただし 、 氏 が 解体 し て 家 に 変わ っ た 訳 で は な い ) 。 藤 氏 長者 は 五 摂 家 の なか で も 執柄 ( しっぺい : 摂関 の 唐名 ) に あ る 家 が 継承 する が 、 だ から と い っ て この 家 が 氏人 を 保護 する 職掌 を 得 て い た の で は な い 。 藤 氏 長者 の 役割 は 宗教 的 な 色彩 を 強め て い く と とも に 興福 寺 や 春日 社 など に 分散 する こと に な る 。 藤 氏 長者 は 明治 維新 の 際 に 九条 道 孝 を 最後 と し て その 役割 を 終え る 事 に な る 。 +将軍 家 ( しょうぐん け ) と は 、 日本 の 中世 に お い て 、 征夷 大将軍 また は 近衛 大将 に 叙任 さ れ た 武家 の 棟梁 が 、 政権 を 樹立 する 際 に 公家 の 家政 制度 に 倣 っ て 創始 し た もの で あ る 。 自身 及び 、 世襲 を 確立 し た 際 に は 嫡子 を 始め と する 家族 と 、 家政 機関 で あ る 政所 を 含 ん だ 。 最初 に この 概念 が 導入 さ れ た の は 、 源 頼朝 が 右近衛 大将 に 叙任 さ れ た こと に よ り 、 従来 自身 の 主従 関係 を これ に 当て はめ た もの で あ る 。 彼 と その 家臣 団 で あ る 御 家人 が 朝廷 から の 自治 の 確立 の ため に 称 さ れ た 。 後 に 、 頼朝 自身 が 征夷 大将軍 に 就任 し 、 彼 の 子 で あ る 源頼家 ・ 源 実朝 が 就任 し た こと で 、 征夷 大将軍 の 世襲 が おこな わ れ る よう に な っ た 。 そして 、 頼朝 の 職名 で あ る 「 征夷 大将軍 家 」 ・ 「 前右 大将家 」 の 略 で あ る 「 将軍 家 」 の 称 が 確立 さ れ る 。 また 、 源 実朝 が 征夷 大将軍 兼帯 で 右 大臣 に 就任 し た こと に よ り 、 征夷 大将軍 が 大臣 に 就任 する こと が 可能 と な っ た 。 だ が 、 鎌倉 時代 に お い て は 、 摂家 将軍 ・ 宮将軍 は 将軍 解任 後 も 大臣 に 就任 し な かっ た 。 再び 大臣 に 就任 し た の は 、 室町 時代 に 入 り 足利 義満 の 内 大臣 就任 から で あ る 。 室町 時代 に は 、 征夷 大将軍 に 対 し て は 将軍 家 と い う 言 い 方 より 公方 ( くぼう ) と 言 う 言 い 方 が 用い られ る 。 江戸 時代 に は 徳川 御 三家 ・ 御 三 卿 や 将軍 庶子 に 対 する 将軍 の 嫡子 に 対 し て 用い られ た 。 将軍 家 は 武家 政権 の 時代 を 通 じ て 日本 の 統治 者 の 一族 と し て の 役割 を 担 っ た 。 勅令 に よ り 任命 さ れ た が 、 武家 政権 の 確立 期 に は 天皇 家 を 凌 ぐ 威勢 を 誇 っ た 。 形式 上 は 朝廷 の 臣下 で あ っ た が 、 実際 に は 諸 外国 から も 王家 と し て の 待遇 を 受け る の が 通例 で あ っ た 。 +大番 役 ( おおばん やく ) は 、 平安 時代 後期 から 室町 時代 初期 に かけ て 、 地方 の 武士 に 京都 、 鎌倉 時代 に 入 っ て から は 鎌倉 市 の 警護 を 命 じ た もの 。 鎌倉 時代 の 武家 法 で あ る 御成敗 式 目 が 制定 さ れ る と 、 大犯 三 ヶ条 に お い て 御 家人 の 職務 と し て 明 文 化 さ れ た 。 鎌倉 時代 以降 は 、 各国 に 振り分け られ 、 各 守護 が 責任 者 と な り 、 国内 の 御 家人 に 振り分け し て 指揮 に 当た っ た ( 大番 催促 ) 。 その 後 南北朝 時代 ( 日本 ) に 廃れ た 。 京都 大番 役 京都 の 皇居 や 院 など ( のち に 藤原 氏 も ) の 警備 に 当た る 職務 を 京都 大番 役 と い う 。 地方 の 武士 に と っ て は 負担 が 大き く 、 その 期間 は 平安 時代 に は 3 年 勤務 で あ っ た が 、 源 頼朝 が 半年 勤務 に 短縮 し 、 公家 に 対 し て 武家 の 優位 が 確定 する 鎌倉 時代 中期 に な る と 3 ヶ月 勤務 と 大幅 に 短縮 さ れ た 。 しかし ながら 、 平安 時代 末期 に お い て は 地方 の 武士 が 中央 の 公家 と 結び付き を 持 つ チャンス で あ り 、 大番 役 を 通 し て 官位 を 手 に する 事 が 出来 た 。 つまり 自ら が 在地 し て い る 令制 国 の 介 ・ 権介 ・ 掾 に 任命 し て もら う 事 で 在庁 官人 と し て の 地位 を 手 に し 、 支配 権 を 朝廷 の 権威 に 裏打ち し て もら う と 言 う 利点 が あ っ た 。 また 、 和歌 など の 都 の 文化 を 吸収 し 、 それ を 地方 に 持ち帰 る こと も あ っ た よう で あ る 。 逆 に デメリット と し て 、 こう し た 大番 役 は 惣領 に 限 ら ず その 子 が 請け負 う 事 も あ っ た が 、 子 が 京 に い る 間 に 惣領 が なくな っ た 場合 、 地元 で 弟 ・ 叔父 など が 勝手 に 惣領 の 地位 を 収奪 し て しま う 、 と い う 事態 が 起き る こと も あ っ た ( 例 : 上総 広常 ) 。 また 、 惣領 で あ る 父 が 京 に あ っ て 子 が 地元 に い る 場合 、 地元 で 騒乱 が あ っ て も 迅速 な 対応 が 出来 かね る と い う こと も あ っ た ( 例 : 畠山 重忠 ) 。 鎌倉 大番 役 鎌倉 の 幕府 を 警備 する 役目 を 鎌倉 大番 役 と い う 。 御 恩 と 奉公 の 奉公 に 当た る 。 御 恩 と 奉公 に よ っ て 導き出 さ れ る 封建 制 の 中 に あ っ て 、 幕府 に 仕え る 御 家人 に と っ て は 当然 の 職務 と な る 。 +関東 申次 ( かんとう もう しつぎ ) は 、 関東 執奏 ( かんとう しっそう ) と も 言 い 、 鎌倉 時代 の 朝廷 に 設け られ た 役職 で 鎌倉 幕府 側 の 六波羅 探題 と とも に 、 朝廷 ・ 院政 と 幕府 の 間 の 連絡 ・ 意見 調整 を 行 っ た 。 初め は 幕府 側 の 私的 な 指名 を 受け て 特定 の 貴族 が 就任 し て い た が 、 九条 道家 が 失脚 し た 寛元 4 年 ( 1246 年 ) 以後 は 幕府 に よ る 指名 に よ っ て 任命 さ れ る 正式 な 役職 と な り 、 源 頼朝 と 婚姻 関係 ( 姪 の 嫁 ぎ 先 ) が あ っ た 西園 寺 家 当主 に よ る 事実 上 の 世襲 と な る 。 承久 の 乱 以後 、 原則 と し て 朝廷 の 重要 事項 の 決定 に は 関東 申次 を 経由 し て 幕府 の 許可 を 得 る 事 に な っ て お り 、 大覚 寺 統 と 持明 院 統 に よ る 皇位 継承 争い の 激化 に 伴 っ て 、 皇位 継承 問題 や 宮中 の 人事 の 是非 も 関東 申次 の 一存 が その 帰趨 を 握 る よう に な り 、 その 権威 は 大き く な っ て い っ た 。 だ が 、 西園 寺 家 当主 の 個人 的 関係 ( 大覚 寺 統側 と の 不仲 ) から 次第 に 持明 院 統より の 態度 を 取 る よう に な る と 大覚 寺 統 は 申次 を 無視 し て 幕府 と の 直接 交渉 を 展開 する よう に な り 、 14 世紀 に 入 る と 急速 に 求心 力 を 失 っ て い く 。 やがて 、 大覚 寺 統 の 後醍醐 天皇 が 鎌倉 幕府 を 滅ぼ す と 西園 寺 家 へ の 風当たり が 強 く な り 、 最後 の 関東 申次 で あ っ た 大納言 西園寺 公宗 は 謀反 の 疑い で 処刑 さ れ て い る 。 +院司 ( いんし 、 いんの つかさ ) は 、 日本 の 中世 ・ 古代 に お い て 、 太上 天皇 や 女院 の 直属 機関 と し て 設置 さ れ た 院庁 の 職員 。 中流 貴族 が 任命 さ れ る こと が 多 く 、 他 の 日本 の 官制 と 兼任 する 兼官 だっ た 。 平安 時代 後期 に 院政 が 開始 する と 、 上皇 の 政務 機関 で あ る 院庁 の 院司 は 、 政治 の 枢要 を 担 う 重要 職 と さ れ た 。 本項 で は 、 院政 の 院司 に つ い て 詳述 する 。 院司 は 、 嵯峨 天皇 の 835 年 ( 承和 ( 日本 ) 2 年 ) 、 院 別 当 安倍 安仁 と あ る の が 初見 で あ る 。 当初 、 院庁 は 上皇 の 家政 機関 と し て 設置 さ れ 、 所務 沙汰 ・ 雑務 沙汰 が 主要 な 用務 で あ っ た 。 長官 は 別当 ( べっとう ) 、 次官 を 判官 代 ( ほうがんだい ) 、 主典 を 主典代 ( さかんだい ) と い っ た 。 1086 年 ( 応徳 3 年 ) 前後 に 白河 天皇 が 院政 を 開始 する と 、 院庁 を 構成 する 院司 の 役割 は 非常 に 重要 な もの と な っ た 。 院司 は 、 治天 の 君 ( 皇室 の 家長 ) の 命 を 受け 、 院庁 下文 ・ 院 庁 牒 ・ 院宣 を 発給 し 、 治天 の 政治 意思 を 具現 化 する ため 、 実務 を 遂行 し て い っ た 。 その ため 、 院司 に は 、 蔵人 所 ・ 弁官 ・ 受領 など を 歴任 し た 実務 官僚 が 充て られ る こと が 多 かっ た 。 彼 ら は 、 摂関家 の よう な 上級 貴族 で は な かっ た が 、 実務 能力 を も っ て 登用 さ れ 、 政治 に 大きな 影響 を 及ぼ し た 。 院司 や 他 の 中流 貴族 の 中 に は 、 治天 の 側近 と な り 、 権勢 を ふる う 者 も 現れ た 。 これ を 院 の 近臣 と い う 。 院司 や 院 の 近臣 は 、 治天 の 権力 を 背景 と し て 、 様々 な 利益 を 得 て い た が 、 例えば 知行 国 が 給与 さ れ る こと も しばしば 見 られ た 。 保元 の 乱 以降 の 平清盛 の 急速 な 台頭 も 、 後白河 天皇 の 院司 だっ た こと が 、 主な 理由 の 一 つ で あ る 。 白河 ~ 後鳥 羽 まで の 院政 最盛 期 が 経過 し た 後 も 、 実質 的 に 院政 が 消滅 する 室町 時代 前期 まで ( 一部 の 期間 を 除 い て ) 、 院司 は 政治 の 枢要 を 担 う 重要 な 役割 を 果た し て い っ た 。 院 別当 … 院司 の 最高 責任 者 。 嵯峨 上皇 の 譲位 と とも に 南淵 永河 が 任命 さ れ た の が 最初 。 複数 名 が 任命 さ れ る の が 通例 で 、 公卿 もしくは 上皇 の 天皇 在位 中 の 蔵人 頭 が 任命 さ れ る こと が 多 い 。 公卿 が 任命 さ れ た 場合 に は 「 公卿 別当 」 、 四位 が 任命 さ れ た 場合 に は 「 四位 別当 」 と 呼 ば れ た 。 白河 上皇 の 頃 に 公卿 別当 から 院 執事 ( いんの しつ し ・ 執事 別当 ) 、 四位 別当 から 院 年 預 ( いんの ねんよ ・ 年 預別当 ) が 1 名 ずつ 任命 さ れ て 院庁 を 統括 し た 。 更に 鎌倉 時代 に は その 上 に 院 執権 ( いんの しっけん ) 1 名 が 置 か れ て 公卿 別当 の 中 から 選 ば れ た 。 院 判 官代 … 別当 を 補佐 し て 庶務 を 処理 し 、 院庁 が 発給 し た 公文 に 署判 する 。 宇多 天皇 の 時代 に 設置 さ れ る 。 白河 上皇 の 時 に は 四位 の 判官 代 も 存在 し た が 、 五 位 ( 1 ・ 2 名 ) また は 六位 ( 4 ・ 5 名 ) から 選出 さ れ る の が 通例 で あ っ た 。 院 主典代 … 別当 ・ 判官 代 の 下 に あ っ て 院 の 文書 ・ 記録 作成 や 考勘 、 雑務 に 従事 し た 。 朱 雀 天皇 の 時代 に 設置 さ れ る 。 六 位 の 中 から 2 ・ 3 名 が 任命 さ れ た 。 後白河 天皇 の 時代 に 院庁 職員 の 責任 者 で あ る 庁 年 預 ( ちょう の ねんよ 、 院 年 預と は 別 の 役職 ) が 1 名 選出 さ れ た 。 院 蔵人 … 上皇 の 天皇 在位 中 の 六 位 蔵人 の うち 、 院 主 典代 の 定員 外 と な っ た 者 を 特に 待遇 し た 役職 。 『 拾芥 抄 』 で は 定員 4 と さ れ て い る 。 なお 、 女院 で あ る 上西 門院 の 院 蔵 人 に 左兵衛 尉 源 頼朝 が 任命 さ れ た こと が 『 山槐 記 』 平治 元年 2 月 19 日 ( 旧暦 ) 条 に 記 さ れ て い る 。 院 伝奏 … 上皇 に 各 方面 から の 奏請 を 取次 ぐ 役 。 後白河上皇 時代 の 吉田 経房 ・ 高階 泰経 を 初見 と する 。 実際 に 機能 し た の は 後嵯峨 天皇 の 時代 の 宝治 元年 ( 1246 年 ) に 吉田 為経 ・ 葉室 定嗣 を 任命 し て 関東 申次 が 担当 する 事項 以外 の 一切 の 取次 を 任 さ れ た 。 亀山 天皇 の 時代 の 弘安 2 年 ( 1279 年 ) に は 定員 6 名 を 3 組 に 分け 、 交代 で 取次 を 行 っ た 。 後 に 武家 伝奏 など へ と 派生 する 。 江戸 時代 に は 現任 あるいは 前任 の 大納言 ・ 中納言 が 院 伝奏 を 兼ね て 大事 に あた っ た 。 院 御 随身 … 上皇 や その 御所 など を 護衛 する 。 主 と し て 近衛 府 など から 選 ば れ る 。 退位 し た 上皇 に 対 し て 新し い 天皇 より 尊号 が 授与 さ れ る と とも に 封戸 ・ 随身 が 与え られ た 。 左右 近衛 府 から それぞれ 5 名 ずつ ( 後 に 6 名 ずつ ) を 定員 と する 。 上皇 が 出家 し て 法皇 と な る と 、 世俗 から 離れ る こと を 名目 に 随身 は 返上 さ れ た 。 近衛 将 曹 級 の 左右 各 1 名 ずつ は その まま 法皇 院司 の 職員 と し て 留ま っ た 。 +内 侍司 ( な いし の つかさ ) は 、 日本 の 日本 の 官制 に おけ る 役所 の 一 つ 。 令 に よ っ て 定め られ た 後宮 十 二 司 の 一 つ で あ り 、 女官 のみ に よ っ て 構成 さ れ る 。 内 侍司 の 女官 は 天皇 に 近侍 し 、 奏請 と 伝宣 、 宮中 の 礼式 等 を 司 っ た 。 天皇 の 秘書 役 と も 言 う べ き 重要 な 役職 で 、 学問 ・ 礼法 に 通 じ た 有能 な 女性 が 多 く 任命 さ れ た よう で あ る 。 三 種 の 神器 の ひと つ ・ 八 咫 鏡 を 模 し た 神鏡 が 温明殿 ( 内侍 所 ) に 安置 さ れ て お り 、 この 神鏡 を 守護 捧持 する の も 内 侍司 の 女官 の 役目 で あ る 。 故 に 神鏡 を 「 内侍 所 」 と も 呼 ぶ 。 内 侍司 の 女官 は 、 令 の 規定 で は さほど の 地位 を 与え られ て い な かっ た 。 しかし 時代 が 下 る に つれ 職掌 の 重要 性 が 増 し 、 平城 天皇 の 大同 ( 日本 ) 2 年 ( 80 7 年 ) に は 大幅 に 相当 する 位 が 引き上げ られ た 。 薬子 の 変 の 遠因 と も な っ た 。 平安 時代 半ば 以降 、 後宮 十 二 司 の 組織 が 再編 さ れ 、 事実 上内 侍司 が 唯一 の 後宮 官司 と な る 。 また 、 長官 の 尚侍 は 皇妃 に 準 ずる 扱い を 受け る よう に な り 、 また 次官 の 典侍 も 天皇 の 侍妾 と し て の 性格 を 備え て い る こと が 多 かっ た 。 内 侍司 の 長官 。 従 五 位 相当 の ち 従 三 位 相当 。 定員 は 2 名 。 多 く 摂関家 の 娘 が 選任 さ れ た 。 元来 、 奏請 ・ 伝宣 の 職掌 は 尚侍 のみ の もの で あ り 、 典侍 以下 が 扱 う こと は でき な かっ た 。 後 に 皇妃 に 準 ずる 扱い と な り 、 実際 の 女官 と し て の 業務 は 典侍 以下 が 担 っ た と 思 わ れ る 。 平安 後期 から 鎌倉 時代 ごろ に は 、 尚侍 は 任命 さ れ な く な っ た 。 次官 。 従 六 位 相当 の ち 従 四 位 相当 。 定員 は 4 名 。 大 ・ 中納言 を 中心 に 公卿 の 娘 が 多 く 選 ば れ た 。 三 等 官 。 従 七 位 相当 の ち 従 五 位 相当 。 定員 は 正官 4 名 、 権官 2 名 の 計 6 名 。 通常 「 内侍 」 と 言 え ば この 掌侍 を 指 す 。 第 一 位 上臈 の 掌侍 を 「 勾当内 侍 ( こうとう の ないし ) 」 また は 「 長橋 局 ( ながはし の つぼね ) 」 と 称 する 。 天皇 に 常侍 し 、 尚侍 が 行 う 奏請 や 伝宣 を 担当 し 、 内侍 宣 を 蔵人 に 伝え る 役目 を 行 う 。 尚侍 ・ 典侍 が 形式 化 し た の ち は 、 内 侍司 の 実務 は 奏請 ・ 伝宣 を 含め 勾当 内 侍 を 中心 に 取り 仕切 ら れ た 。 江戸 時代 に お い て は 上臈 と さ れ る 大典 侍 より も 対外 的 権力 は 上 で あ っ た 。 内 侍司 の 下級 女官 。 定員 百 名 。 雑務 一般 に あた る 。 +屋形 ( やかた ) と は 、 公家 や 武家 など 貴人 の 館 の こと を 意味 する 。 室町 幕府 及び 江戸 幕府 に お い て は 名門 或いは 功績 あ る 武家 の 当主 に 許 さ れ た 称号 また は 敬称 。 これ を 屋形 号 と い う 。 屋形 号 が 成立 し た の は 室町 時代 初期 の 頃 で あ り 、 足利 氏 の 一門 や 有力 な 守護 大名 、 守護 代 、 主に 室町 幕府 の 成立 や 謀反 人 討伐 に 功 あ る 国人 に 許 さ れ た 。 類義語 に は 屋形 者 、 屋形 船 など が あ る 。 例えば 、 平高 望 が 政務 所 を 設け 子 の 平良 兼 を 住まわ し た と さ れ る 上総 国 武射 郡 の 「 屋形 」 の 地 が 千葉 県 山武郡 横芝光 町 屋形 と し て 現在 に 伝わ っ て お り 、 単に 居館 の こと を 意味 し て い た もの と 考え られ 、 また 屋形 船 など も 現存 し 、 言葉 の 意味 と し て は 屋形 と 館 に 違い は 無 い 。 平安 時代 以前 、 「 城 」 は 「 柵 」 あるいは 「 砦 」 で あ り 、 居館 で は な かっ た 。 その 後 、 武家 の 台頭 と とも に 戦略 上 有利 な 「 城 」 が 居館 と し て の 役目 を 持 つ よう に な る と 、 「 屋形 」 の 持 つ 意味 は 実質 的 に は 薄れ 名目的 な もの と な っ た 。 通常 、 武家 社会 の 中 で 主君 に 対 する 敬称 は 「 殿 」 「 殿 様 」 が 主流 で あ る 。 しかし 、 室町 幕府 成立 以降 、 足利 将軍 家 から 屋形 号 を 与え られ た 大名 に 対 する 敬称 と し て 「 御 屋形 様 」 ( おやかた さま ) と い う 尊称 が 定着 し た ( 屋形 号 を 有 する 大名 は 主に 御 屋形 様 ( おやかた さま ) と 尊称 さ れ た が 、 重臣 の 場合 は 御 屋形 、 屋形 と 略称 し た ケース も あ る 。 上 様 と も い っ た 。 屋形 号 を 有 する 大名 の 正室 は 御 裏 方 様 、 御 たいほう など と い わ れ 、 嫡男 は 主に 新屋 形 様 、 上様 と 尊称 さ れ た 。 ) 。 当初 は 将軍 のみ が 諸 大名 に 対 する 免許 権 を 有 し て い た が 、 後 に 鎌倉 公方   足利 満兼 が 関東 の 諸 大名 に 免許 し て 関東 八 屋形 の 制 を 整え る こと で 、 将軍 ・ 鎌倉 公方 に よ る 免許 制 が 整 っ た 。 屋形 号 は 室町 幕府 で も 守護 以上 の 身分 で 遇 さ れ る 足利 一門 や 、 代々 有力 守護 で あ っ て 幕府 の 重職 に つ く 家 や 特に 功績 あ る 家柄 、 また 、 国人 領 主 ながら 、 室町 幕府 の 建設 に 功労 あ る 家柄 に 許 さ れ た 。 例えば 、 足利 氏 の 一門 で あ る 斯波 氏 の 庶流   斯波 兼頼 は 屋形 号 を 受け て 最上 屋形 を 称 し た の に 伴 い 、 最上 氏 の 祖 と な っ て い る 。 また 、 幕府 の 重臣 、 大館 氏 は 伊勢 守護 で 御所 を 有 する 北畠 氏 の 娘婿 と な り 、 屋形 号 を 授け られ 関岡 屋形 と 名乗 っ て い る 。 国 人 領主 に 対 し て は 貞治 3 年 ( 1364 年 ) 、 幕府 奉 公衆 の 宮氏 が 備中 守護 に 補任 さ れ 、 屋形 号 を 授け て い る 。 また 、 永享 10 年 ( 1438 年 ) 、 足利 義教 に よ っ て 畿内 に おけ る 戦乱 鎮圧 に 功 の あ っ た 石見 の 有力 国人   益田 氏 に 対 し て 屋形 号 が 授与 さ れ て い る 。 また 、 宗家 の 千葉 氏 も 関東 八 屋形 の 一 つ と し て 屋形 号 を 有 する 家柄 で あ る が 、 肥前 の 国人 領主   千葉 胤 繁 も 足利 義稙 から 屋形 号 を 許 さ れ て い る 。 これ を 見 る 限り 、 屋形 号 は 国人 領主 に も 免許 さ れ る 道 は 開 か れ て い た こと が わか る 。 しかし 、 備後 の 宮 氏 、 石見 の 益田 氏 、 肥前 の 千葉 氏 も いずれ も 室町 時代 を 通 じ て の 国領 主 で あ る が 、 一時 的 に 守護 職 に 補任 さ れ たり 、 事実 上 国 人 領主 の 指導 的 地位 を 有 し た 有力 な 武家 で あ る こと も ふまえ な けれ ば な ら な い 。 ちなみ に 屋形 と は 当家 の こと を さ す こと から 、 他家 に て 主君 を 屋形 と 尊称 する こと は 非礼 と さ れ た 。 なお 、 屋形 号 を 許 さ れ た 大名 の 家臣 は 侍 烏帽子 と 直垂 、 素襖 の 着用 を 許 さ れ た 。 屋形 号 を 有 する か 否 か に 関わ ら ず 屋形 号 を 許 さ れ る 大名 は 室町 幕府 よ り 白傘 袋 毛 氈 鞍覆 、 塗輿 、 采配 の 免許 が な さ れ る 。 足利 将軍 家 連枝 や 管領 、 探題 など に は 裏書 免許 ( 書状 の 自署 省略 ) の 特権 も 許 さ れ た 。 戦国 時代 ( 日本 ) に な る と 越後 守護 代 の 長尾 為景 が 、 朝廷 の 内裏 造営 費用 や 天皇 の 即位 費用 を 献納 、 及び 室町 幕府 へ の 献金 の 功 から 、 嫡男 に 将軍 足利 義晴 の 一 字 拝領 ( 偏諱 ) を 許 さ れ て 長尾 晴景 と 名乗 ら せ 、 自身 も 守護 と 同格 で あ る こと を 意味 する 屋形 号 及び 白傘 袋 毛 氈 鞍覆 を 免許 さ れ て い る 。 ( 守護 代 の 格式 は 唐 傘袋 毛 氈 鞍覆 及び 塗輿 を 免許 さ れ る の が 通常 で あ る 。 ) 室町 幕府 滅 亡 後 は 、 織田 信長 が 大宝 寺 氏 に 屋形 号 を 免許 する など し て お り 、 天下 人 の 大名 優遇 策 と し て 用い られ 、 織田 信長 が 鷹 を 献上 し て き た 返礼 と し て 大宝 寺 義 氏 に 対 し て 屋形 号 を 授け た こと が 記録 さ れ て い る ( 義 氏 は 粗暴 の ため 、 これ を 機 に 悪 屋形 と 呼 ば れ た と い う ) 。 後 、 江戸 時代 に あ っ て は 、 室町 幕府 将 軍 家 の 末裔 と さ れ た 喜連川 氏 に は 格別 御所 を 許 し 、 他 は 尾張 藩 、 紀州 藩 、 水戸 藩 など の 御 三 家 並び に 有力 な 親藩 、 並び に 室町 時代 の 守護 の 格式 に あ っ た 旧族 大名 ( 薩摩 藩 ( 島津 氏 ) 、 秋田 藩 ( 佐竹 氏 ) 、 米沢 藩 ( 上杉 氏 ) など ) に 屋形 号 を 免許 し て い る 。 鎌倉 公方 足利満兼 は 関東 に おけ る 有力 守護 に 対 し て 屋形 号 を 許 し て い る 。 特に 屋形 号 を 許 さ れ た 結城 氏 ・ 小山 氏 ・ 千葉 氏 ・ 佐竹 氏 ・ 那須 氏 ・ 八田 氏 ( 小田 氏 ) ・ 宇都宮 氏 ・ 長沼 氏 ( 皆川 氏 ) は 関東 八 屋形 ( 関東 八家 と も ) と い っ て 優遇 さ れ た ( 詳細 は 関東 八 屋形 を 見 よ ) 。 戦国 武将 北条 氏 康 の 娘 が 、 北条 頼康 の 養子 吉良 氏 朝 に 嫁 す こと に な っ た 際 、 氏康 の 大叔父 に あた る 北条 幻 庵 は 氏康 の 娘 に 書状 を し た ため 、 吉良 氏 の 家風 や 格式 に 関わ る こと 、 吉良 家 の 正室 と し て の 日常 の 作法 や たしなみ など を 細か く 教え 授け た 。 とくに 舅吉良 頼康 は 「 おやかた 様 」 、 姑 は 「 御 たいほう 」 、 夫 は 「 上様 」 と 尊称 する よう に 説 い た と さ れ る 。 +国師 ( こく し 、 或いはくす ) は 、 僧 に 対 し て 皇帝 ( 朝廷 ) から 贈 ら れ る 諡号 の 1 つ で あ り 、 特に 皇帝 の 師 へ の 尊称 で あ る 。 僧侶 に 贈 ら れ る 諡号 と し て は 、 他 に も 大師 号 、 禅師 号 など が あ る 。 中国 で は 、 北宋 初 の 賛寧 に よ る 『 大宋 僧 史略 』 巻中 「 国師 」 に よ れ ば 、 北斉 の 法常 に 国師 号 が 贈 ら れ た の が 最初 で あ る と する 。 また 、 陳 ( 南朝 ) 隋 の 頃 に は 、 智ギ を 国師 と 号 し て い た 。 唐代 に 入 る と 、 禅宗 の 北宗 六 祖 の 神秀 を 国師 と し た 。 憲宗 ( 唐 ) の 元和 ( 唐 ) 年間 に は 、 知玄 を 悟達 国師 と し た 、 と い う 例 を 挙げ て い る 。 また 日本 で は 奈良 時代 に 1 国 ( 地方 行政 単位 ) ずつ に 国師 を 置 き 、 それぞれ の 国 の 仏教 行政 を 統括 さ せ た 。 康蔵 国師 - - 法蔵 ( 643 年 - 71 2 年 ) 華 巌 学 の 大成 者 。 大証 国師 - - 南陽 慧忠 ( ? - 775 年 ) 禅僧 。 慧能 の 弟子 。 代宗 ( 唐 ) の 師 。 清涼 国師 - - 澄観 ( 73 8 年 - 839 年 ) 華厳 、 禅 、 天台 の 思想 統一 を 図 る 。 圭峰 宗密 の 師 。 代宗 、 徳宗 ( 唐 ) 、 順宗 ( 唐 ) 、 憲宗 ( 唐 ) 、 穆宗 ( 唐 ) 、 敬宗 、 文宗 ( 唐 ) の 師 。 大達 国師 - - 無業 ( 76 0 年 - 821 年 ) 禅僧 。 馬祖 道一 の 弟子 。 大聖和靜 国師 - - 元曉 ( 61 7 年 - 686 年 ) 薛聡 の 父 、 通仏 教 を 提唱 し て 新羅 の 仏教 思想 を 融合 さ せ た 。 景德 国師 - - 爛圓 ( ? - ? ) 大覺 国師 の 師匠 。 大覺 国師 - - 義天 ( 105 5 年 - 1101 年 ) 天台 宗 の 開祖 、 文宗 ( 高麗 王 ) と 仁睿 王后 の 四男 。 律 、 華巌 、 禅 を 兼修 。 国清 寺 開山 。 佛日 普照 国師 - - 知訥 ( 1158 年 - 1210 年 ) 曹 渓 宗 の 開祖 、 定慧 社 開山 。 普覺 国師 - - 一然 ( 120 6 年 - 1289 年 ) 三国 遺事 の 著者 、 麟角 寺 開山 。 眞覺 国師 - - 慧諶 ( 1178 年 - 1234 年 ) 佛日 普照 国師 の 後継 者 。 圓證 国師 - - 普愚 ( 130 1 年 - 13 82 年 ) 臨濟 宗 の 開祖 、 禅教 一体 論 を 主張 し て 仏教 と 儒教 を 融合 さ せ よ う と 思 っ た 。 太古 寺 開山 。 聖一 国師 - - 円爾 ( 弁円 ) ( 120 2 年 - 1280 年 ) 東福 寺 開山 。 夢窓 国師 - - 夢窓 疎石 ( 1275 年 - 1351 年 ) 南禅 寺 住職 。 天龍 寺 開基 。 恵林 寺 開山 。 造園 家 と し て も 著名 。 夢窓 ・ 正覚 ・ 心宗 ・ 普済 ・ 玄猷 ・ 仏統 ・ 大円 と い う 7 つ の 国師 号 を 歴代 天皇 から 贈 ら れ 、 七 朝 帝師 と 呼 ば れ る 。 興禅 大燈 国師 - - 宗峰 妙超 ( 12 82 年 - 1337 年 ) 大徳 寺 開山 。 26 歳 で 印可 を 受け る が 、 その 後 20 年間 、 京都 で 乞食 行 を する 。 正燈 ・ 興禅 大燈 と い う 7 つ の 国師 号 を 後醍醐 天皇 ・ 花園 天皇 の 両 天皇 から 贈 ら れ る 。 大明 国師 - - 無関 普門 ( 1212 年 - 1291 年 ) 南禅 寺 開山 。 東福寺 3 世 。 ほか に 仏心 禅師 の 禅師 号 を 勅諡 さ れ て い る 。 円爾 弁 円 の 弟子 。 円満 常 照 国師 - - 無学 祖元 ( 1225 年 - 1286 年 ) 北条 時宗 が 蘭渓 道隆 の 後任 と し て 宋 から 招 い た 。 円覚 寺 開山 。 門派 は 仏光 派 と い わ れ 、 弟子 に 応供 広済 、 孫弟子 に 夢窓 疎石 。 円通 大 應 国師 - - 南浦 紹明 ( 1235 年 - 130 8 年 ) 宗峰 妙超 の 師 。 建長 寺 で 蘭渓 道隆 に 師事 。 禅 に 参加 の 後 、 25 歳 で 中国 に 渡 る 。 後年 、 福岡 の 崇福寺 に 止住 。 高峰 顕日 と とも に 、 天下 の 二 大 甘 露門 と い わ れ た 。 応供 広済 仏 国 国師 - - 高峰 顕日 ( 1241 年 - 1316 年 ) 後 嵯峨 天皇 の 第 三 皇子 。 雲厳 寺 の 開山 。 無学祖元 に 師事 。 の ち 鎌倉 の 浄妙 寺 、 万寿 寺 、 浄智 寺 、 建長 寺 など に 歴住 。 南浦 紹明 と とも に 、 天下 の 二 大 甘 露門 と い わ れ た 。 弘済 国師 - - 一山 一 寧 ( 1247 年 - 1317 年 ) 慈雲 寺 の 開山 。 元 は 元寇 で の 日本 遠征 に 失敗 する と 、 仏法 を も っ て 平和 的 に 服属 さ せ よ う と 企図 し 、 一山 を 日本 に 派遣 し た 。 南禅 寺 3 世 。 本有 円成 国師 - - 関山 慧玄 ( 1277 年 - 13 60 年 ) 妙心 寺 開山 。 大師 ( 僧 ) 臨済 宗 。 ほか に 仏心 ・ 覚照 ・ 大定 聖応 ・ 光徳 勝妙 ・ 自性 天真 ・ 放無 量 光 の 国師 号 を 勅諡 さ れ て い る 。 宗峰 妙超 に 師事 。 本覚 国師 - - 虎関 師 錬 ( 1278 年 - 1346 年 ) 一山 一寧 に 学 び 、 僧伝 を 中心 に し た 仏教書 『 元 亨 釈書 』 を 著 し た 。 知覚 普明 国師 - - 春屋 妙葩 ( 1311 年 - 1388 年 ) 相国 寺 第 2 世 で 事実 上 の 開山 。 夢窓 疎石 に 師事 。 仏慧 正続 国師 - - 鄂隠慧 カツ ( 1357 年 - 1425 年 ) 五山 文学 の 作者 で 有名 。 円照本 光 国師 - - 崇伝 ( 1569 年 - 1633 年 ) 江戸 初期 に 幕府 に 仕え 黒衣 の 宰相 と 呼 ば れ る 。 天応 大 現 国師 - - 沢庵 宗彭 ( 1573 年 - 1645 年 ) 徳川 家光 の 師 。 正宗 国師 - - 白隠 ( 1685 年 - 1768 年 ) 臨済 宗 中興 の 祖 。 和製 公案 を 多数 作成 。 妙心 寺 首座 。 佛 性 伝東 国師 - - 道元 ( 120 0 年 - 1253 年 ) 曹洞 宗 の 開祖 。 大師 ( 僧 ) 曹洞 宗 。 永平 寺 開山 。 道光 普照 国師 - - 孤雲 懐奘 ( 1198 年 - 1280 年 ) 曹洞 宗 の 教義 普及 に 尽力 。 永平寺 2 世 。 大光 普照 国師 - - 隠元 隆 き ( 1592 年 - 1673 年 ) 黄檗 宗 の 開祖 。 大師 ( 僧 ) 黄檗 宗 。 鑑智 国師 - - 証空 ( 1177 年 - 1277 年 ) 浄土 宗 西山 派 の 祖 。 善 恵房 。 ほか に 弥天 国師 の 国師 号 を 勅諡 さ れ て い る 。 普光 観智 国師 - - 慈昌 ( 1544 年 - 1620 年 ) 増上 寺 12 世 。 徳川 家康 の 帰依 を 受け る 。 示 観 国師 - - 凝然 ( 12 40 年 - 1321 年 ) 東大 寺 戒壇院 の 長老 。 華厳宗 の 学匠 で 『 八 宗 綱 要 』 等 多数 の 著作 が あ る 。 +兵衛府 ( ひょうえふ ) と は 、 律令 制 に おけ る 官司 。 左兵衛 府 と 右兵衛府 の 二 つ が 存在 する 。 長 は 兵衛 督 ( 左兵衛督 ・ 右兵 衛督 ) で あ る 。 ( 左右 ) 近衛 府 、 ( 左右 ) 衛門 府 と あわせ て 「 六衛 府 」 と 呼 ば れ る 。 和訓 に て 「 つ は もの の とねり の つかさ 」 と 呼 ぶ 。 唐名 は 武衛 。 兵衛 と は 、 天皇 や その 家族 に の 近侍 ・ 護衛 の ため に 国造 の 子弟 から 選抜 さ れ た 舎人 の 機能 を 強化 ・ 拡充 する 形 で 天武 天皇 時代 に 成立 し た と 言 わ れ て い る 。 大宝律令 成立 後 に 左右 に 分立 し た 。 養老 律令 に お い て 内部 官職 名 の 変更 が 行 わ れ た 。 藤原 仲麻呂 政権 下 の 天平 宝字 2 年 ( 75 8 年 ) に 虎賁 衛 ( こほんえい ) と 改称 し た が 、 6 年 後 の 仲麻呂 の 没落と とも に 旧 に復 さ れ た 。 後 に 地方 に お い て 国造 ・ 郡司 層 が 没落 する と 、 新設 の 近衛 府 に 主力 の 座 を 奪 わ れ て 規模 も 縮小 さ れ る こと に な る 。 兵衛督 左右 に 各 1 名 。 四 等 官 の うち の 長官 「 カミ 」 に 相当 。 権 官 は な い 。 令制 で は 従 五 位 上 相当 の 官職 で あ っ た が 、 延暦 18 年 ( 799 年 ) 4 月 27 日 に 従 四 位 下 相当 に 改訂 さ れ た 。 大宝 律令 に お い て は 「 率 」 ( 読 み 方 は 同じ ) 。 中納言 ・ 参議 ( 位階 ) と し て は 二 位 ・ 三 位 ) と の 兼官 が 多 く 、 また 左右衛門 督 を 加え た 計 4 名 の うち の 1人 が 検非 違使 別 当 を 兼ね る の が 慣例 で あ っ た 。 と は 言え 、 実態 と し て は かなり 広範 な 任用 例 が 見 られ 、 兼官 と し て は 大弁 や 中弁 、 あるいは 近衛 府 と の 兼務 例 が 見 られ る 他 、 五 位 から の 抜擢 の 例 も あ っ た 。 非 参議 や 散位 で あ る 二 ・ 三 位 クラス の 公卿 に 職 を 宛 が う ため の 官職 で も あ っ た 。 佐 左右 に 各 1 名 。 四 等 官 の うち の 次官 「 スケ 」 に 相当 する が 、 権官 あ り ( 権佐 ) 。 令制 で は 正六 位 下 相当 の 官職 で あ っ た が 、 延暦 18 年 4 月 27 日 に 従 五 位 上 相当 に 改訂 さ れ た 。 大宝 律令 に お い て は 「 翼 」 ( 読 み 方 は 同じ ) 。 少納言 と の 兼務 が 多 い 他 、 馬頭 から 近衛 府 に 転じ る 際 に 空席 が な い 場合 に お い て 、 暫く の 間 この 職 を 拝命 し て 中将 の 空席 を 待 つ 事 も あ っ た 。 もっとも 著名 な の は 右兵衛 権 佐 に 任 じ られ た 源 頼朝 で あ る 。 平治 の 乱 の 際 に この 職 に 任 じ られ た 頼朝 は 20 年 に 及 ぶ 流人 生活 ( 厳密 に は この 期間 は 官職 を 剥奪 さ れ て い る が ) を 経 て 平家 を 倒 し た 。 文治 5 年 ( 1189 年 ) に 権 大 納言 に 任 じ られ る まで の 30 年間 ( 公式 に は 計 10 年 ) この 官 に あ っ た 。 この ため 、 頼朝 に 仕え た 御 家人 達 は 頼朝 に 敬意 を 払 っ て 「 佐殿 ( すけど の ) 」 と 呼 ん だ の で あ る 。 尉 正七 位 上 相当 の 「 大尉 」 と 従七 位 上 相当 の 「 少尉 」 が あ り 、 四 等 官 の うち の 判官 「 ジョウ 」 に 相当 。 当初 は とも に 左右 各 1 名 で あ っ た が 延暦 18 年 4 月 27 日 に 少尉 が 左右 各 2 名 制 と な り 、 久安 4 年 ( 1148 年 ) に は 大尉 ・ 少尉 とも に 一気 に 左右 各 20 名 に 増加 さ れ た 。 更に 保元 3 年 ( 1158 年 ) に は 更 に 25 名 に 増員 さ れ て い る 。 志 従八 位 上 相当 の 「 大志 」 と 従八 位 下 相当 の 「 少志 」 が あ り 、 四 等 官 の うち の 主典 「 サカン 」 に 相当 。 左右 と も さ れぞれ 各 1 名 。 延暦 18 年 4 月 27 日 に 少志 が 左右 各 2 名 制 と な り 、 更に 大志 は 正八 位 上 相当 、 少志 は 従八 位 上 相当 に 改め られ た と い う 。 医師 左右 各 1 名 。 従八 位 上 相当 。 養老 5 年 ( 721 年 ) 設置 。 番長 左右 各 4 名 。 兵衛 左右 各 400 名 。 六 位 以下 八 位 以上 の 嫡子 で 21 歳 以上 の 者 及び 令 制 国 の 郡司 の 子弟 で 弓馬 に 巧み な 者 を 国司 が 推薦 し て 選抜 し た 。 大同 _ ( 日本 ) 3 年 ( 80 8 年 ) に は 左右 各 300 名 に 、 更に 寛平 3 年 ( 891 年 ) に 左右 各 200 名 に 削減 し た 。 その 他 に も 次 の 役職 が あ っ た と さ れ て い る 。 直丁 ( 左右 各 2 名 ) 廝庁 ( 左右 各 4 名 ) 府生 ( 兵部 省 から の 出向 、 人数 等 不詳 ) 案主 ( 左右 各 1 名 ) 府掌 ( 左右 各 1 名 ) 吉上 ( 人数 等 不詳 ) 使部 ( 左右 各 30 名 ) 駕輿 丁 ( 左右 各 50 名 ) 大内 裏 の うち 、 宣陽 門 ・ 承明 門 ・ 陰明門 ・ 玄輝 門 より 外側 で 建春 門 ・ 建礼 門 ・ 宜秋門 ・ 朔平門 の 内側 を 担当 。 天皇 の 護衛 や 内裏 内 に おけ る 夜間 の 宿直 も 担当 する など 六衛 府 の 中 で も 最も 宮廷 の 中枢 部 を 担当 し た 言わ ば 「 親衛 隊 」 的 な 役割 を 果た し た 。 また 、 民衆 から 選 ば れ た 衛士 が 反抗 し て 天皇 及び 内裏 を 攻撃 し ない よう に 監視 する 役目 も 担 っ て い た と も い わ れ て い る 。 行幸 など の 際 に は 行幸 の 行列 。 また 、 夜間 の 京内 の 巡検 も 担当 。 diff --git a/data/wiki-ja-test.pos b/data/wiki-ja-test.pos new file mode 100644 index 0000000..9ec902e --- /dev/null +++ b/data/wiki-ja-test.pos @@ -0,0 +1,84 @@ +名詞 補助記号 名詞 補助記号 名詞 補助記号 英単語 英単語 補助記号 名詞 補助記号 名詞 名詞 補助記号 助詞 補助記号 名詞 接尾辞 接尾辞 助詞 名詞 助詞 名詞 補助記号 名詞 補助記号 名詞 助詞 名詞 助詞 接頭辞 名詞 助詞 補助記号 副詞 名詞 動詞 名詞 補助記号 +名詞 補助記号 名詞 補助記号 助詞 助詞 動詞 語尾 補助記号 +名詞 助詞 動詞 語尾 助詞 助詞 補助記号 名詞 助詞 動詞 語尾 助詞 名詞 名詞 助詞 動詞 語尾 補助記号 代名詞 助詞 名詞 助詞 名詞 助詞 動詞 補助記号 名詞 助詞 名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 補助記号 +名詞 助詞 名詞 助詞 助動詞 形容詞 語尾 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 副詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 接尾辞 名詞 補助記号 名詞 補助記号 助詞 動詞 語尾 補助記号 +副詞 補助記号 名詞 補助記号 助詞 名詞 助詞 名詞 名詞 助詞 名詞 補助記号 名詞 助詞 名詞 動詞 助詞 動詞 語尾 名詞 助詞 名詞 補助記号 助詞 名詞 助詞 名詞 補助記号 名詞 補助記号 助詞 名詞 動詞 補助記号 名詞 補助記号 助詞 名詞 助詞 助詞 動詞 語尾 助動詞 助動詞 補助記号 +接続詞 補助記号 名詞 名詞 助詞 動詞 語尾 助詞 助詞 補助記号 名詞 名詞 補助記号 名詞 接尾辞 補助記号 名詞 接尾辞 助詞 助詞 名詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 補助記号 名詞 名詞 助詞 名詞 助詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 補助記号 +連体詞 名詞 補助記号 名詞 助詞 名詞 動詞 助動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 助詞 助詞 名詞 補助記号 名詞 名詞 助詞 名詞 助詞 形容詞 語尾 名詞 助詞 動詞 語尾 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +形容詞 語尾 助詞 名詞 補助記号 補助記号 名詞 補助記号 助詞 名詞 補助記号 +名詞 +名詞 補助記号 名詞 助詞 名詞 +名詞 補助記号 名詞 助詞 名詞 +名詞 補助記号 名詞 接尾辞 助詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 名詞 +名詞 助詞 名詞 +名詞 助詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 助詞 助詞 補助記号 名詞 動詞 助動詞 語尾 名詞 助詞 動詞 助動詞 名詞 補助記号 名詞 助詞 名詞 助詞 助詞 名詞 接尾辞 助詞 名詞 助詞 名詞 接尾辞 動詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 補助記号 +連体詞 名詞 接尾辞 助詞 名詞 接尾辞 助詞 助詞 名詞 助詞 名詞 助詞 動詞 名詞 助詞 動詞 語尾 補助記号 代名詞 助詞 名詞 動詞 名詞 名詞 助詞 名詞 助詞 名詞 接尾辞 助詞 名詞 助詞 名詞 接尾辞 助動詞 動詞 語尾 助詞 動詞 語尾 補助記号 +名詞 助詞 補助記号 名詞 助詞 名詞 接尾辞 助詞 助詞 助詞 名詞 助詞 名詞 接尾辞 名詞 助詞 名詞 接尾辞 助詞 動詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +名詞 助詞 動詞 助詞 名詞 名詞 接尾辞 補助記号 名詞 名詞 補助記号 助詞 名詞 助詞 動詞 語尾 助動詞 助詞 動詞 語尾 補助記号 名詞 名詞 助詞 名詞 名詞 接尾辞 助詞 名詞 助詞 形状詞 助動詞 動詞 語尾 補助記号 +名詞 助詞 名詞 助詞 補助記号 名詞 接尾辞 助動詞 助詞 副詞 名詞 助詞 名詞 助詞 名詞 補助記号 接続詞 名詞 名詞 動詞 助詞 名詞 動詞 動詞 助動詞 名詞 名詞 補助記号 名詞 動詞 語尾 名詞 動詞 語尾 補助記号 +名詞 補助記号 補助記号 名詞 補助記号 助詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助動詞 助詞 補助記号 動詞 語尾 助詞 動詞 語尾 助動詞 名詞 補助記号 接続詞 動詞 語尾 助詞 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 語尾 名詞 助詞 動詞 語尾 形状詞 助動詞 動詞 語尾 助動詞 補助記号 助詞 名詞 助詞 補助記号 名詞 助詞 動詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 補助記号 +代名詞 助詞 助詞 補助記号 名詞 助詞 副詞 助詞 名詞 助詞 形状詞 助動詞 名詞 動詞 助動詞 助詞 動詞 語尾 助詞 副詞 助詞 名詞 動詞 名詞 助詞 名詞 助詞 動詞 助詞 動詞 語尾 助詞 補助記号 名詞 助詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助詞 補助記号 名詞 助詞 名詞 助詞 動詞 助詞 動詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 名詞 助詞 助詞 名詞 助詞 動詞 助動詞 名詞 助詞 動詞 語尾 助詞 助詞 補助記号 名詞 補助記号 助詞 動詞 語尾 助動詞 語尾 補助記号 補助記号 +動詞 語尾 助詞 補助記号 名詞 接尾辞 助詞 助詞 連体詞 名詞 助詞 動詞 語尾 名詞 接尾辞 助動詞 名詞 助詞 名詞 動詞 助動詞 語尾 名詞 助詞 形容詞 語尾 補助記号 +名詞 名詞 助詞 動詞 語尾 助詞 助詞 補助記号 補助記号 名詞 名詞 補助記号 助詞 動詞 語尾 助動詞 語尾 形状詞 助詞 名詞 助詞 動詞 語尾 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 助詞 助詞 名詞 接尾辞 助動詞 動詞 語尾 補助記号 +副詞 動詞 助動詞 名詞 助詞 動詞 語尾 助詞 名詞 動詞 助動詞 名詞 助詞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 動詞 助動詞 補助記号 動詞 助動詞 助動詞 名詞 名詞 助詞 動詞 助詞 動詞 補助記号 +接続詞 接続詞 名詞 助詞 動詞 語尾 助動詞 補助記号 名詞 助詞 動詞 語尾 名詞 助詞 助詞 名詞 補助記号 名詞 接尾辞 名詞 助詞 動詞 助動詞 語尾 補助記号 +名詞 助詞 動詞 助詞 代名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 補助記号 補助記号 名詞 補助記号 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 助詞 名詞 助詞 動詞 語尾 助詞 名詞 名詞 助詞 動詞 語尾 補助記号 名詞 接尾辞 補助記号 助詞 動詞 語尾 助動詞 補助記号 名詞 助詞 動詞 語尾 助詞 助詞 名詞 助詞 連体詞 名詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +接続詞 助詞 補助記号 形状詞 助動詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 助詞 補助記号 副詞 名詞 助詞 名詞 語尾 助動詞 名詞 名詞 動詞 助動詞 語尾 名詞 助詞 動詞 語尾 補助記号 名詞 名詞 接尾辞 助詞 名詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +名詞 助詞 副詞 助詞 助詞 動詞 語尾 助詞 名詞 接尾辞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 動詞 助詞 助動詞 補助記号 名詞 助詞 補助記号 名詞 動詞 語尾 名詞 補助記号 助詞 名詞 助詞 動詞 語尾 助動詞 助詞 動詞 語尾 補助記号 +連体詞 名詞 助詞 名詞 助詞 補助記号 名詞 動詞 語尾 名詞 補助記号 助詞 動詞 語尾 助動詞 名詞 助動詞 助詞 補助記号 名詞 助詞 助詞 補助記号 名詞 名詞 助詞 名詞 接尾辞 名詞 名詞 助詞 名詞 助詞 名詞 助動詞 助詞 動詞 語尾 補助記号 +連体詞 名詞 助詞 名詞 名詞 名詞 助詞 名詞 助動詞 動詞 語尾 助動詞 名詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 助詞 助詞 名詞 動詞 助動詞 名詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 名詞 接尾辞 補助記号 名詞 接尾辞 助動詞 動詞 語尾 補助記号 名詞 助詞 名詞 動詞 助詞 動詞 語尾 名詞 助詞 補助記号 名詞 助詞 名詞 助詞 動詞 助動詞 補助記号 助詞 名詞 助詞 名詞 動詞 助動詞 補助記号 +名詞 助詞 名詞 +名詞 助詞 補助記号 名詞 助詞 動詞 語尾 助詞 動詞 語尾 助動詞 語尾 名詞 接尾辞 助動詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 +名詞 補助記号 補助記号 補助記号 名詞 助詞 名詞 動詞 名詞 助詞 名詞 助詞 助詞 名詞 助詞 名詞 補助記号 名詞 助詞 名詞 助詞 助詞 名詞 名詞 補助記号 名詞 助詞 名詞 助詞 助詞 名詞 助詞 動詞 助詞 動詞 語尾 助動詞 名詞 名詞 補助記号 名詞 名詞 補助記号 助詞 名詞 助詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 助詞 名詞 助詞 名詞 補助記号 名詞 助詞 名詞 助詞 助詞 動詞 語尾 助詞 接頭辞 名詞 助詞 動詞 語尾 助動詞 語尾 助詞 名詞 動詞 補助記号 助詞 動詞 語尾 補助記号 +名詞 補助記号 名詞 助詞 名詞 助詞 代名詞 助詞 動詞 語尾 補助記号 +名詞 補助記号 補助記号 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 名詞 補助記号 名詞 接尾辞 補助記号 助詞 名詞 助詞 助詞 動詞 助詞 補助記号 名詞 助詞 名詞 助詞 形状詞 助動詞 動詞 語尾 助動詞 助詞 動詞 語尾 助詞 助詞 名詞 動詞 補助記号 +名詞 接尾辞 補助記号 補助記号 補助記号 名詞 接尾辞 接尾辞 助詞 接頭辞 接尾辞 接尾辞 助詞 動詞 語尾 補助記号 +名詞 助詞 代名詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 名詞 接尾辞 補助記号 名詞 接尾辞 補助記号 助詞 動詞 語尾 補助記号 +連体詞 名詞 助詞 副詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +名詞 接尾辞 補助記号 補助記号 補助記号 名詞 名詞 名詞 動詞 動詞 語尾 助動詞 名詞 助詞 名詞 名詞 助詞 補助記号 名詞 名詞 助詞 名詞 動詞 名詞 補助記号 +名詞 助詞 名詞 動詞 助動詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 名詞 助詞 動詞 助動詞 助詞 動詞 助動詞 名詞 補助記号 名詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 補助記号 +名詞 助詞 副詞 連体詞 名詞 助詞 形状詞 助動詞 名詞 助詞 動詞 語尾 補助記号 名詞 接尾辞 名詞 助詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助動詞 名詞 補助記号 名詞 名詞 補助記号 名詞 接尾辞 名詞 助動詞 動詞 語尾 助動詞 補助記号 +名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 名詞 接尾辞 助詞 名詞 接尾辞 動詞 語尾 助動詞 語尾 補助記号 +動詞 語尾 補助記号 名詞 補助記号 名詞 補助記号 補助記号 補助記号 名詞 名詞 助詞 動詞 名詞 助詞 補助記号 名詞 動詞 助動詞 名詞 助詞 名詞 助詞 名詞 動詞 補助記号 +名詞 名詞 名詞 助詞 名詞 助詞 助詞 補助記号 名詞 助詞 名詞 名詞 補助記号 名詞 補助記号 助詞 動詞 語尾 助詞 補助記号 代名詞 助詞 名詞 接尾辞 助詞 名詞 接尾辞 接尾辞 助詞 名詞 補助記号 副詞 名詞 助詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 助動詞 助詞 動詞 語尾 助詞 副詞 助詞 助詞 名詞 動詞 補助記号 +連体詞 名詞 助詞 名詞 助詞 助詞 補助記号 名詞 助詞 動詞 語尾 助動詞 語尾 補助記号 名詞 助詞 副詞 名詞 動詞 名詞 助詞 名詞 助詞 名詞 接尾辞 動詞 助動詞 語尾 助詞 助動詞 補助記号 名詞 接尾辞 助詞 名詞 動詞 助動詞 助動詞 名詞 接尾辞 補助記号 名詞 名詞 補助記号 助詞 名詞 助詞 名詞 名詞 動詞 補助記号 名詞 助詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 接尾辞 助詞 動詞 語尾 名詞 名詞 補助記号 名詞 名詞 補助記号 助詞 動詞 語尾 補助記号 代名詞 助詞 名詞 助詞 動詞 助詞 名詞 動詞 補助記号 +名詞 助詞 名詞 名詞 助詞 名詞 助詞 助詞 代名詞 助詞 動詞 名詞 助詞 形容詞 語尾 補助記号 名詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 名詞 助詞 形状詞 助動詞 助詞 補助記号 名詞 名詞 助詞 名詞 接尾辞 補助記号 名詞 動詞 助動詞 名詞 名詞 助詞 名詞 接尾辞 名詞 接尾辞 助詞 名詞 接尾辞 名詞 名詞 助詞 名詞 名詞 接尾辞 助詞 名詞 動詞 助動詞 語尾 助詞 補助記号 名詞 名詞 名詞 名詞 形状詞 助詞 名詞 補助記号 名詞 補助記号 名詞 接尾辞 補助記号 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 名詞 助詞 動詞 助動詞 助詞 名詞 名詞 助詞 名詞 補助記号 名詞 動詞 助動詞 名詞 接尾辞 名詞 助詞 名詞 動詞 助動詞 語尾 補助記号 +名詞 補助記号 補助記号 補助記号 名詞 助詞 助詞 補助記号 名詞 名詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 助詞 名詞 接尾辞 助詞 補助記号 名詞 名詞 助詞 動詞 語尾 助詞 補助記号 代名詞 助詞 名詞 助詞 形容詞 語尾 名詞 助詞 名詞 動詞 助動詞 補助記号 助詞 動詞 語尾 名詞 助動詞 動詞 語尾 補助記号 +接続詞 補助記号 補助記号 名詞 補助記号 助詞 助詞 名詞 名詞 助詞 名詞 助詞 補助記号 名詞 名詞 接尾辞 助詞 名詞 助詞 名詞 動詞 助動詞 助詞 補助記号 名詞 動詞 助動詞 名詞 助詞 名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 助詞 名詞 動詞 助動詞 語尾 助詞 助詞 名詞 助詞 補助記号 補助記号 名詞 補助記号 助詞 動詞 補助記号 助詞 動詞 語尾 名詞 助動詞 動詞 語尾 補助記号 +名詞 名詞 助詞 動詞 助動詞 名詞 補助記号 補助記号 補助記号 名詞 助詞 名詞 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +代名詞 助詞 名詞 助詞 助詞 動詞 語尾 名詞 助詞 動詞 助動詞 語尾 助詞 助動詞 名詞 助詞 形容詞 語尾 動詞 語尾 接尾辞 助動詞 助詞 補助記号 代名詞 助詞 助詞 名詞 動詞 助動詞 語尾 助詞 形容詞 語尾 補助記号 助詞 動詞 語尾 名詞 助詞 連体詞 名詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +名詞 名詞 助詞 形状詞 助詞 代名詞 名詞 動詞 名詞 名詞 助詞 動詞 語尾 助詞 助詞 補助記号 代名詞 助動詞 動詞 語尾 助動詞 補助記号 +名詞 接尾辞 助詞 名詞 +名詞 接尾辞 助詞 助詞 名詞 助詞 形容詞 語尾 名詞 助詞 形容詞 語尾 助詞 補助記号 名詞 助詞 助詞 副詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 助動詞 語尾 補助記号 +接続詞 補助記号 名詞 助詞 動詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 補助記号 +連体詞 形状詞 助動詞 名詞 助詞 名詞 動詞 助動詞 名詞 助詞 名詞 助詞 補助記号 名詞 助詞 動詞 語尾 名詞 助詞 助詞 補助記号 名詞 名詞 助詞 動詞 語尾 助詞 助詞 名詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +名詞 助詞 助詞 補助記号 補助記号 名詞 補助記号 名詞 助詞 動詞 助詞 名詞 助詞 名詞 語尾 助詞 動詞 語尾 補助記号 +名詞 接尾辞 助動詞 助詞 補助記号 名詞 補助記号 名詞 補助記号 助詞 動詞 語尾 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 +名詞 助詞 名詞 助詞 動詞 名詞 助詞 名詞 接尾辞 補助記号 名詞 接尾辞 助詞 動詞 語尾 助動詞 補助記号 連体詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 助詞 名詞 名詞 補助記号 名詞 名詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +形状詞 助詞 補助記号 名詞 接尾辞 補助記号 名詞 名詞 名詞 接尾辞 助詞 名詞 補助記号 助詞 助詞 名詞 助詞 名詞 助詞 動詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助詞 補助記号 連体詞 名詞 助詞 名詞 助動詞 名詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 助詞 動詞 語尾 助詞 助動詞 動詞 語尾 補助記号 +名詞 名詞 名詞 補助記号 助詞 助動詞 名詞 接尾辞 名詞 補助記号 助詞 補助記号 名詞 名詞 助詞 動詞 助動詞 語尾 名詞 名詞 名詞 名詞 助詞 名詞 助詞 名詞 接尾辞 補助記号 +名詞 +名詞 補助記号 名詞 名詞 名詞 助詞 名詞 +名詞 補助記号 名詞 名詞 名詞 助詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 名詞 接尾辞 +名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 助詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 接尾辞 +名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 名詞 接尾辞 +名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 名詞 補助記号 名詞 名詞 補助記号 助詞 名詞 +名詞 補助記号 名詞 補助記号 動詞 語尾 名詞 補助記号 名詞 名詞 接尾辞 +名詞 補助記号 名詞 補助記号 連体詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 名詞 名詞 助詞 名詞 +名詞 接尾辞 助動詞 助詞 助動詞 名詞 名詞 助詞 補助記号 名詞 助詞 形状詞 助動詞 動詞 語尾 補助記号 +補助記号 副詞 補助記号 名詞 助詞 名詞 動詞 助動詞 語尾 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 助詞 名詞 助詞 名詞 名詞 補助記号 名詞 助詞 名詞 補助記号 名詞 名詞 助詞 名詞 補助記号 名詞 接尾辞 助詞 名詞 補助記号 名詞 名詞 名詞 助詞 名詞 接尾辞 補助記号 助詞 名詞 動詞 補助記号 +補助記号 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 名詞 名詞 助詞 助詞 補助記号 名詞 助詞 名詞 名詞 名詞 助詞 助詞 動詞 語尾 補助記号 +補助記号 名詞 名詞 名詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 名詞 接尾辞 名詞 助詞 助詞 名詞 名詞 名詞 補助記号 接続詞 補助記号 名詞 名詞 助詞 助詞 名詞 名詞 名詞 補助記号 連体詞 名詞 補助記号 助詞 動詞 助詞 補助記号 名詞 名詞 接尾辞 名詞 助詞 名詞 動詞 名詞 動詞 補助記号 +名詞 助詞 形状詞 助動詞 補助記号 名詞 助詞 助詞 動詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 補助記号 diff --git a/data/wiki-ja-test.pron b/data/wiki-ja-test.pron new file mode 100644 index 0000000..5622991 --- /dev/null +++ b/data/wiki-ja-test.pron @@ -0,0 +1,84 @@ +こうせい(こうせい、えい:PROOFREADING、ちゅう:こうたい)は、いんさつぶつとうのじくやないよう、ていさい、しきさいのあやまりやふぐあいを、あらかじめしゅうせいすること。 +きょうごう(きょうごう)ともいう。 +しゅっぱんにあたっては、いんさつにさきだってかりすりをおこない、それとげんこうのないようをつきあわせ、ごしょくやていさいじょうのふびをただす。 +もじやすうじばかりでなく、でざいんやはっしょくのかくにんもおこない、とくにはっしょくのかくにんをおこなうこうせいをいろこうただし(しょくこう)という。 +かつて「こうせい」のごはこてんさくひんのしゃほん(げんぶんがそんざいしているばあいはげんぶん)とべつのしゃほん(いほん)をしょうごうする「こうてい」のいみでもつかわれた。 +また、かがくそくていにおいては、ものさしやはかり、おんどけい、あつりょくけいなどのけいき・そくていそうちのめもりとひょうじゅんとなるけいき・そくていそうちのめもりとのさをそくていすることをいう。 +このばあい、こうせいとひょうきされることがある。 +また、ひろよしではけいき・そくていそうちのめもりをただしいすうちにあわせるといういみでつかわれることもある。 +くわしくはこうせいくうはく(けいそく)をさんしょう。 +もくじ +1くうはくこうせいのがいよう +2くうはくこうせいのかてい +3くうはくしゅっぱんごのしゅうせい +4くうはくかんれんこうもく +5くうはくきゃくちゅう +6くうはくさんこうぶんけん +こうせいのがいよう +こうせいは、へんしゅうのかていにおいては、しゅっぱんすべきげんこうをまとめたあと、しょせきやざっしなどのいんさつぶつのかたちでしょうひんかするまえのさいしゅうちぇっくにあたる。 +おおきなしゅっぱんしゃやしんぶんしゃではこうせいをせんもんとするぶしょがあり、そこにしょぞくするこうせいがかりがしゃのしゅっぱんぶつのこうせいをぜんめんてきにうけおっている。 +いっぽうで、ちゅうしょうのしゅっぱんしゃなどではちょしゃやへんしゅうしゃじしんがこうせいしゃをかねていることもある。 +ないしょくとしてざいたくこうせいしゃ(ほーむこうせい)のこうざもひらかれており、はけんしょくいんやふりーこうせいしゃなどぎょうたいはさまざまである。 +こうせいのてじゅんは、きほんてきにはまずちょしゃのげんこうをしょくじ、もしくはでーたとりこみしてためしすりしたこうせいすり(げらすりともよぶ。 +げら=くうはくGALLEYくうはくとはかつじをならべるわくばこのことだが、てんじてすったもの、さらにてんじていっぱんにしゅうせいをちぇっくすべきものをいうようになった)のないようを、げんこうとつきあわせてかくにんすることからはじまる。 +ここでは、こうせいはあくまでもげんこうにちゅうじつにいんさつされているかどうかかくにんすることをげんそくとしているが、ときにはちょしゃのかきまちがいやかんちがいによるごきをただしたり、ちょしゃにかくにんをもとめたりすることもひつようとなる(げんこうとのひきあわせをこえたぶぶんにかんしては「こうえつ」とよばれる)。 +したがって、こうせいしゃにはそのぶんやにたいするせんもんてきなちしきがようきゅうされることがおおい。 +こうせいさぎょうにさいしては、「こうせいきごう」とよばれるどくとくのようしきにしたがって、げらすりにあかじでちゅうきをかきいれるというのがいっぱんてきである。 +こうしたこうせいによってはんめいしたごしょくは、いんさつのげんぱんのしゅうせいというかたちではんえいされ、さしかえられたすりげんこうがでてくる。 +そしてさらにこうせいがなされ、しんちょうをきするときにはさいこう・さんこういじょうがかさねられる。 +こうせいをおえてこれからしゅっぱんにかかることを、「こうりょう」という。 +こうりょうまえにはひつようにおうじてちょしゃじしんによる「ちょしゃこう」もなされ、しゅっぱんにあたってはごしょくやそのたのあやまりをついほうするどりょくがかさねられている。 +しかしながら、どんなにめんみつにこうせいをおこなっても、しばしばごしょくをみおとしたまましゅっぱんされることがあり、しゅっぱんかんけいしゃをせっしやくわんさせている。 +こうせいをすこしでもおこたるとしゅっぱんぶつにかずおおくのごしょくがはっせいするので、ふるくから「こうせいかしけるべし」のけいくがかたられている。 +このごはろんごの「ごしょうかしけるべし」をもじったものだが、いっせつには、めいじじだいのげきさくかふくちおうちのじゅっかいがしょしゅつだという。 +そのふくちがとうきょうにちにちしんぶんのしゅひつであったころ、じぶんのほうきゅうをけずってまでしょうへいしたこうせいしゅにんはいちかわせいりゅうというこくがくしゃ・かんがっしゃであり、せいりゅうがざいしゃしているあいだは「こうせいのぎしきをえた」とふくちはまんぞくした。 +こうせいのかてい +いかに、しゅっぱんにおいておこなわれるいっぱんてきなこうせいのかていをのべる。 +しょこうくうはくーくうはくはんしたをさくせいするいんさつのばあいにははんしたのこぴー、DTPのばあいにはぷりんたーしゅつりょく、かっぱんのばあいにはかつじをくみあげてすったためしすり(げらすり)をげんこうとつきあわせる。 +また、つきあわせのあとですよみ(げらのほうだけをよんでふぐあいをかんじないかちぇっくする)をおこなう。 +れいあうと、でざいんのちぇっくもここでおこなう。 +さいこうくうはくーくうはくしょこうのしゅうせいをおこなったげら(さいこうし)としょこうとをつきあわせて、しょこうのしゅうせいがかくじつにおこなわれているかをちぇっくする。 +さんこうくうはくーくうはくさんこうしをさいこうしとつきあわせる。 +かいすうはこれいじょうにおよぶこともあり、よんこう、ごこう・・・とつづく。 +このかていはとくにしんちょうをようするばあいにおこなわれる。 +ちょしゃこうくうはくーくうはくひととおりこうせいしおわったあとのすりげんこうを、ちょしゃじしんがかくにんするかてい。 +ちょしゃがいとしたひょうげんがいにそわぬしゅうせいをされていたばあい、ひょうげんをふくげんすることもある。 +ばるざっくはしばしばこのだんかいでただいなへんこうをおこない、じゅうこういじょうにもおよぶことがあったため、しょくじこう・こうせいしゃなかせであった。 +へんしゅうのにっていやこうせいのしんこうにより、1かいからすうかいおこなわれる。 +あおやき、きよす、しょくこうくうはくーくうはくふぃるむせいはんをするばあいに、せいはんしたあとのじょうたいをちぇっくする。 +くろ1いろずりのばあいには、ふぃるむのあおしゃしん(あおやき)をとって、これをさいこうしやさんこうしとつきあわせ、またあみかけなどのせいはんしじがしじとおりにおこなわれているかどうかをかくにんする。 +そのほかのばあいには、きよすとよばれる、ふぃるむからちょくせついんさつすることはいんさつのげんりじょうできないので、かんこうざいをとふされたあるみいた(PSばん)にがぞうをみっちゃくてんしゃし、あとにじっさぎょうをおこなうよていのいんさつきによるためしすり(ほんきこうせい)をおこない、ここでいろあいをふくめてちぇっくする。 +つうじょうはいろこうせいのだんかいではそこまですることはなく、PSばんをしようすることはほんきこうせいとおなじでも、きかいこうぞうをかんりゃくか・へんかんしたころたいぷしきのこうせいよういんさつきでいろこうせいすりやいろこうせいしはさくせいされるが、じょうきもじぐみこうせいどうようにしょこう・さいこう・さんこう・・・とつづくばあいもある。 +なお、いんさつこうていをへずにしゃしんぎじゅつをおうよう・りようしたいろこうせいじゅつもりようされる。 +こうりょうくうはくーくうはくこうりょうとは、こうせいかんりょうのいみである。 +こうせいのせきにんしゃが、さいしゅうちぇっくをおこなって、そこにあやまりがないことをかくにんした、といういみである。 +なお、「せきしま」とはせきにんこうりょうのいみで、こうせいせきにんしゃがあやまりをはっけんしたが、しじしたしゅうせいがしゅうせいしゃのせきにんによってしゅうせいされるのをじょうけんに、「こうりょう」とする、といういみである。 +いんさつげんばにおけるしゅうせいくうはくーくうはくきんきゅうのばあいに、いんさつげんばでしゅうせいをおこなうことがある。 +これはもじなどをけずることしかできないのでていさいがわるくなりがちだが、それでもいんさつされるよりいい、というばあいにこのしょちがとられる。 +しんぶんきじでまれになんじわかくうはくぶぶんがあるのは、これであろう。 +しゅっぱんごのしゅうせい +しゅっぱんぶつにはあやまりがないことがのぞましいが、じっさいにはなかなかかんぺきにこうせいをおこなうことはできない。 +また、ときをへてじょうきょうがへんかするばあいもある。 +このようなあとからはっかくしたあやまりやへんかは、きんきゅうをようするばあいには、せいごひょうをおりこむなどのたいさくがとられる。 +しんぶんでは、「ていせい」らんをもーけてあやまりをただしている。 +いっぱんてきには、ぞうさつ(ぞうはん)をおこなうじてんでしゅうせいをおこなう。 +いっぱんにぞうさつをするごとに1す、2すとよばれ、おおきなかいていをともなうぞうさつのばあいには1ばん、2ばんとよばれる。 +とうぜんながら、しょはんぼん(1ばん1すのほん)にはあとのばんにくらべておおくのあやまりをふくむことになるが、このことがぎゃくにしょはんぼんをこれくしょんのたいしょうとしているのである。 +かなかんじへんかん(かなかんじへんかん)は、じょうほうききにそなえつけられるにっぽんごにゅうりょくしすてむのぶんるいのひとつ。 +もくじ +1くうはくかなかんじへんかんのしくみ +2くうはくかなかんじへんかんのそふとうぇあ +2。1くうはくぱーそなるこんぴゅーたよう +2。1。1くうはくしはんのもの +2。1。1。1くうはくげんこうひん +2。1。1。2くうはくはんばいしゅうりょうひん +2。1。2くうはくふりーそふとうぇあ(おーぷんそーす)のもの +2。2くうはくくみこみきき、けいたいでんわむけ +2。3くうはくそのた +3くうはくかんれんこうもく +かなかんじへんかんのしくみ +てんけいてきなかなかんじへんかんは、つぎのようにはたらく。 +くうはくまず、ゆーざーがにゅうりょくしたいぶんしょう(たんかんじ、たんご、ぶんせつ)のよみをにゅうりょくそうち(ぱそこんのきーぼーど、けいたいでんわのぼたん、げーむきのこんとろーらー、えいぞうかんれんききのりもこんとう)からにゅうりょくする。 +くうはくきーぼーどをもちいるばあいのよみのにゅうりょくほうしきには、かないりきとろーまじにゅうりょくとがある。 +くうはくかなかんじへんかんしすてむはよみをうけとり、けいたいそかいせきなどのぶんぽうかいせきしすてむ、および、よみとかんじとのへんかんたいおうひょう(いわゆるじしょ)をもちいて、かんじかなまじりぶんにへんかんししゅつりょくする。 +SKKのように、じしょだけをもちいてへんかんするしすてむもある。 diff --git a/data/wiki-ja-test.txt b/data/wiki-ja-test.txt new file mode 100644 index 0000000..36b03dc --- /dev/null +++ b/data/wiki-ja-test.txt @@ -0,0 +1,84 @@ +校正(こうせい、英:proofreading、中:校対)は、印刷物等の字句や内容、体裁、色彩の誤りや不具合を、あらかじめ修正すること。 +校合(きょうごう)ともいう。 +出版にあたっては、印刷に先立って仮刷りを行い、それと原稿の内容を突き合わせ、誤植や体裁上の不備を正す。 +文字や数字ばかりでなく、デザインや発色の確認も行い、特に発色の確認を行う校正を色校正(色校)という。 +かつて「校正」の語は古典作品の写本(原文が存在している場合は原文)と別の写本(異本)を照合する「校訂」の意味でも使われた。 +また、科学測定においては、物差しや秤、温度計、圧力計などの計器・測定装置の目盛と標準となる計器・測定装置の目盛との差を測定することをいう。 +この場合、較正と表記されることがある。 +また、広義では計器・測定装置の目盛りを正しい数値に合わせるという意味で使われることもある。 +詳しくは校正 (計測)を参照。 +目次 +1 校正の概要 +2 校正の過程 +3 出版後の修正 +4 関連項目 +5 脚注 +6 参考文献 +校正の概要 +校正は、編集の過程においては、出版すべき原稿をまとめた後、書籍や雑誌などの印刷物の形で商品化する前の最終チェックにあたる。 +大きな出版社や新聞社では校正を専門とする部署があり、そこに所属する校正係が社の出版物の校正を全面的に請け負っている。 +一方で、中小の出版社などでは著者や編集者自身が校正者を兼ねていることもある。 +内職として在宅校正者(ホーム校正)の講座も開かれており、派遣職員やフリー校正者など業態はさまざまである。 +校正の手順は、基本的にはまず著者の原稿を植字、もしくはデータ取込して試し刷りした校正刷り(ゲラ刷りとも呼ぶ。 +ゲラ= galley とは活字を並べる枠箱のことだが、転じて刷ったもの、さらに転じて一般に修正をチェックすべきものをいうようになった)の内容を、原稿と突き合わせて確認することから始まる。 +ここでは、校正はあくまでも原稿に忠実に印刷されているかどうか確認することを原則としているが、時には著者の書き間違いや勘違いによる誤記を正したり、著者に確認を求めたりすることも必要となる(原稿との引き合わせを越えた部分に関しては「校閲」と呼ばれる)。 +従って、校正者にはその分野に対する専門的な知識が要求されることが多い。 +校正作業に際しては、「校正記号」と呼ばれる独特の様式に従って、ゲラ刷りに赤字で注記を書き入れるというのが一般的である。 +こうした校正によって判明した誤植は、印刷の原版の修正というかたちで反映され、差し替えられた刷り原稿が出てくる。 +そしてさらに校正がなされ、慎重を期する時には再校・三校以上が重ねられる。 +校正を終えてこれから出版にかかることを、「校了」と言う。 +校了前には必要に応じて著者自身による「著者校」もなされ、出版にあたっては誤植やその他の誤りを追放する努力が重ねられている。 +しかしながら、どんなに綿密に校正を行っても、しばしば誤植を見落としたまま出版されることがあり、出版関係者を切歯扼腕させている。 +校正を少しでも怠ると出版物に数多くの誤植が発生するので、古くから「校正畏るべし」の警句が語られている。 +この語は論語の「後生畏るべし」をもじったものだが、一説には、明治時代の劇作家福地桜痴の述懐が初出だという。 +その福地が東京日日新聞の主筆であった頃、自分の俸給を削ってまで招聘した校正主任は市川清流という国学者・漢学者であり、清流が在社している間は「校正の宜しきを得た」と福地は満足した。 +校正の過程 +以下に、出版において行われる一般的な校正の過程を述べる。 +初校 ー 版下を作成する印刷の場合には版下のコピー、DTPの場合にはプリンター出力、活版の場合には活字を組み上げて刷った試し刷り(ゲラ刷り)を原稿とつきあわせる。 +また、つきあわせの後で素読み(ゲラのほうだけを読んで不具合を感じないかチェックする)を行う。 +レイアウト、デザインのチェックもここで行う。 +再校 ー 初校の修正を行ったゲラ(再校紙)と初校とをつきあわせて、初校の修正が確実に行われているかをチェックする。 +三校 ー 三校紙を再校紙とつきあわせる。 +回数はこれ以上に及ぶこともあり、四校、五校…と続く。 +この過程は特に慎重を要する場合に行われる。 +著者校 ー 一通り校正し終わった後の刷り原稿を、著者自身が確認する過程。 +著者が意図した表現が意に沿わぬ修正をされていた場合、表現を復元することもある。 +バルザックはしばしばこの段階で多大な変更を行い、十校以上にも及ぶことがあったため、植字工・校正者泣かせであった。 +編集の日程や校正の進行により、1回から数回行われる。 +青焼き、清刷、色校 ー フィルム製版をする場合に、製版したあとの状態をチェックする。 +黒1色刷りの場合には、フィルムの青写真(青焼き)を取って、これを再校紙や三校紙とつきあわせ、また網掛けなどの製版指示が指示通りに行われているかどうかを確認する。 +そのほかの場合には、清刷と呼ばれる、フィルムから直接印刷することは印刷の原理上できないので、感光剤を塗布されたアルミ板(PS版)に画像を密着転写し、後に実作業を行う予定の印刷機による試し刷り(本機校正)を行い、ここで色合いを含めてチェックする。 +通常は色校正の段階ではそこまですることはなく、PS版を使用することは本機校正と同じでも、機械構造を簡略化・変換したコロタイプ式の校正用印刷機で色校正刷りや色校正紙は作成されるが、上記文字組校正同様に初校・再校・三校…と続く場合もある。 +なお、印刷工程を経ずに写真技術を応用・利用した色校正術も利用される。 +校了 ー 校了とは、校正完了の意味である。 +校正の責任者が、最終チェックを行って、そこに誤りがないことを確認した、という意味である。 +なお、「責了」とは責任校了の意味で、校正責任者が誤りを発見したが、指示した修正が修正者の責任によって修正されるのを条件に、「校了」とする、という意味である。 +印刷現場における修正 ー 緊急の場合に、印刷現場で修正を行うことがある。 +これは文字などを削ることしかできないので体裁が悪くなりがちだが、それでも印刷されるよりいい、という場合にこの処置がとられる。 +新聞記事で稀に何字分か空白部分があるのは、これであろう。 +出版後の修正 +出版物には誤りがないことが望ましいが、実際にはなかなか完璧に校正を行うことはできない。 +また、時を経て状況が変化する場合もある。 +このような後から発覚した誤りや変化は、緊急を要する場合には、正誤表を折り込むなどの対策が取られる。 +新聞では、「訂正」欄を設けて誤りを正している。 +一般的には、増刷(増版)を行う時点で修正を行う。 +一般に増刷をするごとに1刷、2刷と呼ばれ、大きな改訂を伴う増刷の場合には1版、2版と呼ばれる。 +当然ながら、初版本(1版1刷の本)にはあとの版に比べて多くの誤りを含むことになるが、このことが逆に初版本をコレクションの対象としているのである。 +かな漢字変換(かなかんじへんかん)は、情報機器に備え付けられる日本語入力システムの分類の一つ。 +目次 +1 かな漢字変換の仕組み +2 かな漢字変換のソフトウェア +2.1 パーソナルコンピュータ用 +2.1.1 市販のもの +2.1.1.1 現行品 +2.1.1.2 販売終了品 +2.1.2 フリーソフトウェア(オープンソース)のもの +2.2 組み込み機器、携帯電話向け +2.3 その他 +3 関連項目 +かな漢字変換の仕組み +典型的なかな漢字変換は、次のように働く。 + まず、ユーザーが入力したい文章(単漢字、単語、文節)の読みを入力装置(パソコンのキーボード、携帯電話のボタン、ゲーム機のコントローラー、映像関連機器のリモコン等)から入力する。 + キーボードを用いる場合の読みの入力方式には、かな入力とローマ字入力とがある。 + かな漢字変換システムは読みを受け取り、形態素解析などの文法解析システム、および、読みと漢字との変換対応表(いわゆる辞書)を用いて、漢字仮名交じり文に変換し出力する。 +SKKのように、辞書だけを用いて変換するシステムもある。 diff --git a/data/wiki-ja-test.word b/data/wiki-ja-test.word new file mode 100644 index 0000000..1a4daf1 --- /dev/null +++ b/data/wiki-ja-test.word @@ -0,0 +1,84 @@ +校正 ( こうせい 、 英 : proof reading 、 中 : 校 対 ) は 、 印刷 物 等 の 字句 や 内容 、 体裁 、 色彩 の 誤り や 不 具合 を 、 あらかじめ 修正 する こと 。 +校合 ( きょうごう ) と も い う 。 +出版 に あた っ て は 、 印刷 に 先立 っ て 仮 刷り を 行 い 、 それ と 原稿 の 内容 を 突き合わせ 、 誤植 や 体裁 上 の 不備 を 正 す 。 +文字 や 数字 ばかり で な く 、 デザイン や 発色 の 確認 も 行 い 、 特に 発色 の 確認 を 行 う 校正 を 色 校 正 ( 色校 ) と い う 。 +かつて 「 校正 」 の 語 は 古典 作品 の 写本 ( 原文 が 存在 し て い る 場合 は 原文 ) と 別 の 写本 ( 異本 ) を 照合 する 「 校訂 」 の 意味 で も 使 わ れ た 。 +また 、 科学 測定 に お い て は 、 物差しや 秤 、 温度 計 、 圧力 計 など の 計器 ・ 測定 装置 の 目盛 と 標準 と な る 計器 ・ 測定 装置 の 目盛 と の 差 を 測定 する こと を い う 。 +この 場合 、 較正 と 表記 さ れ る こと が あ る 。 +また 、 広義 で は 計器 ・ 測定 装置 の 目盛り を 正し い 数値 に 合わせ る と い う 意味 で 使 わ れ る こと も あ る 。 +詳し く は 校正   ( 計測 ) を 参照 。 +目次 +1   校正 の 概要 +2   校正 の 過程 +3   出版 後 の 修正 +4   関連 項目 +5   脚注 +6   参考 文献 +校正 の 概要 +校正 は 、 編集 の 過程 に お い て は 、 出版 す べ き 原稿 を まとめ た 後 、 書籍 や 雑誌 など の 印刷 物 の 形 で 商品 化 する 前 の 最終 チェック に あた る 。 +大きな 出版 社 や 新聞 社 で は 校正 を 専門 と する 部署 が あ り 、 そこ に 所属 する 校正 係 が 社 の 出版 物 の 校正 を 全面 的 に 請け負 っ て い る 。 +一方 で 、 中小 の 出版 社 など で は 著者 や 編集 者 自身 が 校正 者 を 兼ね て い る こと も あ る 。 +内職 と し て 在宅 校正 者 ( ホーム 校正 ) の 講座 も 開 か れ て お り 、 派遣 職員 や フリー 校正 者 など 業態 は さまざま で あ る 。 +校正 の 手順 は 、 基本 的 に は まず 著者 の 原稿 を 植字 、 もしくは データ 取込 し て 試し 刷り し た 校正 刷り ( ゲラ 刷 り とも 呼 ぶ 。 +ゲラ =   galley   と は 活字 を 並べ る 枠箱 の こと だ が 、 転 じ て 刷 っ た もの 、 さらに 転 じ て 一般 に 修正 を チェック す べ き もの を い う よう に な っ た ) の 内容 を 、 原稿 と 突き合わせ て 確認 する こと から 始ま る 。 +ここ で は 、 校正 は あくまで も 原稿 に 忠実 に 印刷 さ れ て い る か どう か 確認 する こと を 原則 と し て い る が 、 時 に は 著者 の 書 き 間違い や 勘違い に よ る 誤記 を 正 し たり 、 著者 に 確認 を 求め たり する こと も 必要 と な る ( 原稿 と の 引き合わせ を 越え た 部分 に 関 し て は 「 校閲 」 と 呼 ば れ る ) 。 +従 っ て 、 校正 者 に は その 分野 に 対 する 専門 的 な 知識 が 要求 さ れ る こと が 多 い 。 +校正 作業 に 際 し て は 、 「 校正 記号 」 と 呼 ば れ る 独特 の 様式 に 従 っ て 、 ゲラ 刷り に 赤字 で 注記 を 書き入れ る と い う の が 一般 的 で あ る 。 +こう し た 校正 に よ っ て 判明 し た 誤植 は 、 印刷 の 原版 の 修正 と い う かたち で 反映 さ れ 、 差し替え られ た 刷り 原稿 が 出 て くる 。 +そして さらに 校正 が な さ れ 、 慎重 を 期 する 時 に は 再校 ・ 三 校 以上 が 重ね られ る 。 +校正 を 終え て これ から 出版 に かか る こと を 、 「 校了 」 と 言 う 。 +校了 前 に は 必要 に 応 じ て 著者 自身 に よ る 「 著者 校 」 も な さ れ 、 出版 に あた っ て は 誤植 や その 他 の 誤り を 追放 する 努力 が 重ね られ て い る 。 +しかし ながら 、 どんな に 綿密 に 校正 を 行 っ て も 、 しばしば 誤植 を 見落と し た まま 出版 さ れ る こと が あ り 、 出版 関係 者 を 切歯 扼腕 さ せ て い る 。 +校正 を 少し で も 怠 る と 出版 物 に 数 多く の 誤植 が 発生 する の で 、 古く から 「 校正 畏 る べし 」 の 警句 が 語 ら れ て い る 。 +この 語 は 論語 の 「 後生 畏 る べし 」 を もじ っ た もの だ が 、 一説 に は 、 明治 時代 の 劇作 家 福地 桜痴 の 述懐 が 初出 だ と い う 。 +その 福地 が 東京 日日 新聞 の 主筆 で あ っ た 頃 、 自分 の 俸給 を 削 っ て まで 招聘 し た 校正 主任 は 市川 清流 と い う 国学 者 ・ 漢学 者 で あ り 、 清流 が 在社 し て い る 間 は 「 校正 の 宜しき を 得 た 」 と 福地 は 満足 し た 。 +校正 の 過程 +以下 に 、 出版 に お い て 行 わ れ る 一般 的 な 校正 の 過程 を 述べ る 。 +初校   ー   版下 を 作成 する 印刷 の 場合 に は 版下 の コピー 、 DTP の 場合 に は プリンター 出力 、 活版 の 場合 に は 活字 を 組み上げ て 刷 っ た 試し 刷り ( ゲラ 刷り ) を 原稿 と つきあわせ る 。 +また 、 つきあわせ の 後 で 素読み ( ゲラ の ほう だけ を 読 ん で 不 具合 を 感 じ な い か チェック する ) を 行 う 。 +レイアウト 、 デザイン の チェック も ここ で 行 う 。 +再校   ー   初校 の 修正 を 行 っ た ゲラ ( 再校 紙 ) と 初校 と を つきあわせ て 、 初校 の 修正 が 確実 に 行 わ れ て い る か を チェック する 。 +三 校   ー   三 校 紙 を 再 校 紙 と つきあわせ る 。 +回数 は これ 以上 に 及 ぶ こと も あ り 、 四 校 、 五 校 … と 続 く 。 +この 過程 は 特に 慎重 を 要 する 場合 に 行 わ れ る 。 +著者 校   ー   一 通り 校正 し 終わ っ た 後 の 刷り 原稿 を 、 著者 自身 が 確認 する 過程 。 +著者 が 意図 し た 表現 が 意 に 沿 わ ぬ 修正 を さ れ て い た 場合 、 表現 を 復元 する こと も あ る 。 +バルザック は しばしば この 段階 で 多大 な 変更 を 行 い 、 十 校 以上 に も 及 ぶ こと が あ っ た ため 、 植字 工 ・ 校正 者 泣かせ で あ っ た 。 +編集 の 日程 や 校正 の 進行 に よ り 、 1 回 から 数 回 行 わ れ る 。 +青焼 き 、 清刷 、 色校   ー   フィルム 製版 を する 場合 に 、 製版 し た あと の 状態 を チェック する 。 +黒 1 色刷り の 場合 に は 、 フィルム の 青 写真 ( 青焼き ) を 取 っ て 、 これ を 再校 紙 や 三 校 紙 と つきあわせ 、 また 網掛け など の 製版 指示 が 指示 通り に 行 わ れ て い る か どう か を 確認 する 。 +その ほか の 場合 に は 、 清刷 と 呼 ば れ る 、 フィルム から 直接 印刷 する こと は 印刷 の 原理 上 でき な い の で 、 感光 剤 を 塗布 さ れ た アルミ 板 ( PS 版 ) に 画像 を 密着 転写 し 、 後 に 実 作業 を 行 う 予定 の 印刷 機 に よ る 試し 刷り ( 本機 校正 ) を 行 い 、 ここ で 色合い を 含め て チェック する 。 +通常 は 色 校正 の 段階 で は そこ まで する こと は な く 、 PS 版 を 使用 する こと は 本機 校正 と 同じ で も 、 機械 構造 を 簡略 化 ・ 変換 し た コロタイプ 式 の 校正 用 印刷 機 で 色 校 正 刷り や 色 校正 紙 は 作成 さ れ る が 、 上記 文字 組 校正 同様 に 初校 ・ 再校 ・ 三 校 … と 続 く 場合 も あ る 。 +なお 、 印刷 工程 を 経 ず に 写真 技術 を 応用 ・ 利用 し た 色 校 正術 も 利用 さ れ る 。 +校了   ー   校了 と は 、 校正 完了 の 意味 で あ る 。 +校正 の 責任 者 が 、 最終 チェック を 行 っ て 、 そこ に 誤り が な い こと を 確認 し た 、 と い う 意味 で あ る 。 +なお 、 「 責了 」 と は 責任 校了 の 意味 で 、 校正 責任 者 が 誤り を 発見 し た が 、 指示 し た 修正 が 修正 者 の 責任 に よ っ て 修正 さ れ る の を 条件 に 、 「 校了 」 と する 、 と い う 意味 で あ る 。 +印刷 現場 に おけ る 修正   ー   緊急 の 場合 に 、 印刷 現場 で 修正 を 行 う こと が あ る 。 +これ は 文字 など を 削 る こと しか でき な い の で 体裁 が 悪 く な り がち だ が 、 それ で も 印刷 さ れ る より い い 、 と い う 場合 に この 処置 が と ら れ る 。 +新聞 記事 で 稀 に 何 字 分か 空白 部分 が あ る の は 、 これ で あ ろ う 。 +出版 後 の 修正 +出版 物 に は 誤り が な い こと が 望まし い が 、 実際 に は なかなか 完璧 に 校正 を 行 う こと は でき な い 。 +また 、 時 を 経 て 状況 が 変化 する 場合 も あ る 。 +この よう な 後 から 発覚 し た 誤り や 変化 は 、 緊急 を 要 する 場合 に は 、 正誤 表 を 折り込 む など の 対策 が 取 ら れ る 。 +新聞 で は 、 「 訂正 」 欄 を 設け て 誤り を 正 し て い る 。 +一般 的 に は 、 増刷 ( 増版 ) を 行 う 時点 で 修正 を 行 う 。 +一般 に 増刷 を する ごと に 1 刷 、 2 刷 と 呼 ば れ 、 大きな 改訂 を 伴 う 増刷 の 場合 に は 1 版 、 2 版 と 呼 ば れ る 。 +当然 ながら 、 初版 本 ( 1 版 1 刷 の 本 ) に は あと の 版 に 比べ て 多く の 誤り を 含 む こと に な る が 、 この こと が 逆 に 初版 本 を コレクション の 対象 と し て い る の で あ る 。 +かな 漢字 変換 ( か な かん じ へんかん ) は 、 情報 機器 に 備え付け られ る 日本 語 入力 システム の 分類 の 一 つ 。 +目次 +1   かな 漢字 変換 の 仕組み +2   かな 漢字 変換 の ソフトウェア +2 . 1   パーソナル コンピュータ 用 +2 . 1 . 1   市販 の もの +2 . 1 . 1 . 1   現行 品 +2 . 1 . 1 . 2   販売 終了 品 +2 . 1 . 2   フリー ソフトウェア ( オープン ソース ) の もの +2 . 2   組み込 み 機器 、 携帯 電話 向け +2 . 3   その 他 +3   関連 項目 +かな 漢字 変換 の 仕組み +典型 的 な か な 漢字 変換 は 、 次 の よう に 働 く 。 +  まず 、 ユーザー が 入力 し た い 文章 ( 単漢字 、 単語 、 文節 ) の 読み を 入力 装置 ( パソコン の キーボード 、 携帯 電話 の ボタン 、 ゲーム 機 の コントローラー 、 映像 関連 機器 の リモコン 等 ) から 入力 する 。 +  キーボード を 用い る 場合 の 読み の 入力 方式 に は 、 かな入力 と ローマ 字 入力 と が あ る 。 +  かな 漢字 変換 システム は 読み を 受け取 り 、 形態 素 解析 など の 文法 解析 システム 、 および 、 読みと 漢字 と の 変換 対応 表 ( いわゆる 辞書 ) を 用い て 、 漢字 仮名 交じり 文 に 変換 し 出力 する 。 +SKK の よう に 、 辞書 だけ を 用い て 変換 する システム も あ る 。 diff --git a/data/wiki-ja-test.word_pos b/data/wiki-ja-test.word_pos new file mode 100644 index 0000000..ad6a032 --- /dev/null +++ b/data/wiki-ja-test.word_pos @@ -0,0 +1,84 @@ +校正_名詞 (_補助記号 こうせい_名詞 、_補助記号 英_名詞 :_補助記号 proof_英単語 reading_英単語 、_補助記号 中_名詞 :_補助記号 校_名詞 対_名詞 )_補助記号 は_助詞 、_補助記号 印刷_名詞 物_接尾辞 等_接尾辞 の_助詞 字句_名詞 や_助詞 内容_名詞 、_補助記号 体裁_名詞 、_補助記号 色彩_名詞 の_助詞 誤り_名詞 や_助詞 不_接頭辞 具合_名詞 を_助詞 、_補助記号 あらかじめ_副詞 修正_名詞 する_動詞 こと_名詞 。_補助記号 +校合_名詞 (_補助記号 きょうごう_名詞 )_補助記号 と_助詞 も_助詞 い_動詞 う_語尾 。_補助記号 +出版_名詞 に_助詞 あた_動詞 っ_語尾 て_助詞 は_助詞 、_補助記号 印刷_名詞 に_助詞 先立_動詞 っ_語尾 て_助詞 仮_名詞 刷り_名詞 を_助詞 行_動詞 い_語尾 、_補助記号 それ_代名詞 と_助詞 原稿_名詞 の_助詞 内容_名詞 を_助詞 突き合わせ_動詞 、_補助記号 誤植_名詞 や_助詞 体裁_名詞 上_接尾辞 の_助詞 不備_名詞 を_助詞 正_動詞 す_語尾 。_補助記号 +文字_名詞 や_助詞 数字_名詞 ばかり_助詞 で_助動詞 な_形容詞 く_語尾 、_補助記号 デザイン_名詞 や_助詞 発色_名詞 の_助詞 確認_名詞 も_助詞 行_動詞 い_語尾 、_補助記号 特に_副詞 発色_名詞 の_助詞 確認_名詞 を_助詞 行_動詞 う_語尾 校正_名詞 を_助詞 色_名詞 校_接尾辞 正_名詞 (_補助記号 色校_名詞 )_補助記号 と_助詞 い_動詞 う_語尾 。_補助記号 +かつて_副詞 「_補助記号 校正_名詞 」_補助記号 の_助詞 語_名詞 は_助詞 古典_名詞 作品_名詞 の_助詞 写本_名詞 (_補助記号 原文_名詞 が_助詞 存在_名詞 し_動詞 て_助詞 い_動詞 る_語尾 場合_名詞 は_助詞 原文_名詞 )_補助記号 と_助詞 別_名詞 の_助詞 写本_名詞 (_補助記号 異本_名詞 )_補助記号 を_助詞 照合_名詞 する_動詞 「_補助記号 校訂_名詞 」_補助記号 の_助詞 意味_名詞 で_助詞 も_助詞 使_動詞 わ_語尾 れ_助動詞 た_助動詞 。_補助記号 +また_接続詞 、_補助記号 科学_名詞 測定_名詞 に_助詞 お_動詞 い_語尾 て_助詞 は_助詞 、_補助記号 物差しや_名詞 秤_名詞 、_補助記号 温度_名詞 計_接尾辞 、_補助記号 圧力_名詞 計_接尾辞 など_助詞 の_助詞 計器_名詞 ・_補助記号 測定_名詞 装置_名詞 の_助詞 目盛_名詞 と_助詞 標準_名詞 と_助詞 な_動詞 る_語尾 計器_名詞 ・_補助記号 測定_名詞 装置_名詞 の_助詞 目盛_名詞 と_助詞 の_助詞 差_名詞 を_助詞 測定_名詞 する_動詞 こと_名詞 を_助詞 い_動詞 う_語尾 。_補助記号 +この_連体詞 場合_名詞 、_補助記号 較正_名詞 と_助詞 表記_名詞 さ_動詞 れ_助動詞 る_語尾 こと_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +また_接続詞 、_補助記号 広義_名詞 で_助詞 は_助詞 計器_名詞 ・_補助記号 測定_名詞 装置_名詞 の_助詞 目盛り_名詞 を_助詞 正し_形容詞 い_語尾 数値_名詞 に_助詞 合わせ_動詞 る_語尾 と_助詞 い_動詞 う_語尾 意味_名詞 で_助詞 使_動詞 わ_語尾 れ_助動詞 る_語尾 こと_名詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +詳し_形容詞 く_語尾 は_助詞 校正_名詞  _補助記号 (_補助記号 計測_名詞 )_補助記号 を_助詞 参照_名詞 。_補助記号 +目次_名詞 +1_名詞  _補助記号 校正_名詞 の_助詞 概要_名詞 +2_名詞  _補助記号 校正_名詞 の_助詞 過程_名詞 +3_名詞  _補助記号 出版_名詞 後_接尾辞 の_助詞 修正_名詞 +4_名詞  _補助記号 関連_名詞 項目_名詞 +5_名詞  _補助記号 脚注_名詞 +6_名詞  _補助記号 参考_名詞 文献_名詞 +校正_名詞 の_助詞 概要_名詞 +校正_名詞 は_助詞 、_補助記号 編集_名詞 の_助詞 過程_名詞 に_助詞 お_動詞 い_語尾 て_助詞 は_助詞 、_補助記号 出版_名詞 す_動詞 べ_助動詞 き_語尾 原稿_名詞 を_助詞 まとめ_動詞 た_助動詞 後_名詞 、_補助記号 書籍_名詞 や_助詞 雑誌_名詞 など_助詞 の_助詞 印刷_名詞 物_接尾辞 の_助詞 形_名詞 で_助詞 商品_名詞 化_接尾辞 する_動詞 前_名詞 の_助詞 最終_名詞 チェック_名詞 に_助詞 あた_動詞 る_語尾 。_補助記号 +大きな_連体詞 出版_名詞 社_接尾辞 や_助詞 新聞_名詞 社_接尾辞 で_助詞 は_助詞 校正_名詞 を_助詞 専門_名詞 と_助詞 する_動詞 部署_名詞 が_助詞 あ_動詞 り_語尾 、_補助記号 そこ_代名詞 に_助詞 所属_名詞 する_動詞 校正_名詞 係_名詞 が_助詞 社_名詞 の_助詞 出版_名詞 物_接尾辞 の_助詞 校正_名詞 を_助詞 全面_名詞 的_接尾辞 に_助動詞 請け負_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 。_補助記号 +一方_名詞 で_助詞 、_補助記号 中小_名詞 の_助詞 出版_名詞 社_接尾辞 など_助詞 で_助詞 は_助詞 著者_名詞 や_助詞 編集_名詞 者_接尾辞 自身_名詞 が_助詞 校正_名詞 者_接尾辞 を_助詞 兼ね_動詞 て_助詞 い_動詞 る_語尾 こと_名詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +内職_名詞 と_助詞 し_動詞 て_助詞 在宅_名詞 校正_名詞 者_接尾辞 (_補助記号 ホーム_名詞 校正_名詞 )_補助記号 の_助詞 講座_名詞 も_助詞 開_動詞 か_語尾 れ_助動詞 て_助詞 お_動詞 り_語尾 、_補助記号 派遣_名詞 職員_名詞 や_助詞 フリー_名詞 校正_名詞 者_接尾辞 など_助詞 業態_名詞 は_助詞 さまざま_形状詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +校正_名詞 の_助詞 手順_名詞 は_助詞 、_補助記号 基本_名詞 的_接尾辞 に_助動詞 は_助詞 まず_副詞 著者_名詞 の_助詞 原稿_名詞 を_助詞 植字_名詞 、_補助記号 もしくは_接続詞 データ_名詞 取込_名詞 し_動詞 て_助詞 試し_名詞 刷り_動詞 し_動詞 た_助動詞 校正_名詞 刷り_名詞 (_補助記号 ゲラ_名詞 刷_動詞 り_語尾 とも_名詞 呼_動詞 ぶ_語尾 。_補助記号 +ゲラ_名詞 =_補助記号  _補助記号 galley_名詞  _補助記号 と_助詞 は_助詞 活字_名詞 を_助詞 並べ_動詞 る_語尾 枠箱_名詞 の_助詞 こと_名詞 だ_助動詞 が_助詞 、_補助記号 転_動詞 じ_語尾 て_助詞 刷_動詞 っ_語尾 た_助動詞 もの_名詞 、_補助記号 さらに_接続詞 転_動詞 じ_語尾 て_助詞 一般_名詞 に_助詞 修正_名詞 を_助詞 チェック_名詞 す_動詞 べ_助動詞 き_語尾 もの_名詞 を_助詞 い_動詞 う_語尾 よう_形状詞 に_助動詞 な_動詞 っ_語尾 た_助動詞 )_補助記号 の_助詞 内容_名詞 を_助詞 、_補助記号 原稿_名詞 と_助詞 突き合わせ_動詞 て_助詞 確認_名詞 する_動詞 こと_名詞 から_助詞 始ま_動詞 る_語尾 。_補助記号 +ここ_代名詞 で_助詞 は_助詞 、_補助記号 校正_名詞 は_助詞 あくまで_副詞 も_助詞 原稿_名詞 に_助詞 忠実_形状詞 に_助動詞 印刷_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 か_助詞 どう_副詞 か_助詞 確認_名詞 する_動詞 こと_名詞 を_助詞 原則_名詞 と_助詞 し_動詞 て_助詞 い_動詞 る_語尾 が_助詞 、_補助記号 時_名詞 に_助詞 は_助詞 著者_名詞 の_助詞 書_動詞 き_語尾 間違い_名詞 や_助詞 勘違い_名詞 に_助詞 よ_動詞 る_語尾 誤記_名詞 を_助詞 正_動詞 し_語尾 たり_助詞 、_補助記号 著者_名詞 に_助詞 確認_名詞 を_助詞 求め_動詞 たり_助詞 する_動詞 こと_名詞 も_助詞 必要_名詞 と_助詞 な_動詞 る_語尾 (_補助記号 原稿_名詞 と_助詞 の_助詞 引き合わせ_名詞 を_助詞 越え_動詞 た_助動詞 部分_名詞 に_助詞 関_動詞 し_語尾 て_助詞 は_助詞 「_補助記号 校閲_名詞 」_補助記号 と_助詞 呼_動詞 ば_語尾 れ_助動詞 る_語尾 )_補助記号 。_補助記号 +従_動詞 っ_語尾 て_助詞 、_補助記号 校正_名詞 者_接尾辞 に_助詞 は_助詞 その_連体詞 分野_名詞 に_助詞 対_動詞 する_語尾 専門_名詞 的_接尾辞 な_助動詞 知識_名詞 が_助詞 要求_名詞 さ_動詞 れ_助動詞 る_語尾 こと_名詞 が_助詞 多_形容詞 い_語尾 。_補助記号 +校正_名詞 作業_名詞 に_助詞 際_動詞 し_語尾 て_助詞 は_助詞 、_補助記号 「_補助記号 校正_名詞 記号_名詞 」_補助記号 と_助詞 呼_動詞 ば_語尾 れ_助動詞 る_語尾 独特_形状詞 の_助詞 様式_名詞 に_助詞 従_動詞 っ_語尾 て_助詞 、_補助記号 ゲラ_名詞 刷り_名詞 に_助詞 赤字_名詞 で_助詞 注記_名詞 を_助詞 書き入れ_動詞 る_語尾 と_助詞 い_動詞 う_語尾 の_助詞 が_助詞 一般_名詞 的_接尾辞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +こう_副詞 し_動詞 た_助動詞 校正_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 判明_名詞 し_動詞 た_助動詞 誤植_名詞 は_助詞 、_補助記号 印刷_名詞 の_助詞 原版_名詞 の_助詞 修正_名詞 と_助詞 い_動詞 う_語尾 かたち_名詞 で_助詞 反映_名詞 さ_動詞 れ_助動詞 、_補助記号 差し替え_動詞 られ_助動詞 た_助動詞 刷り_名詞 原稿_名詞 が_助詞 出_動詞 て_助詞 くる_動詞 。_補助記号 +そして_接続詞 さらに_接続詞 校正_名詞 が_助詞 な_動詞 さ_語尾 れ_助動詞 、_補助記号 慎重_名詞 を_助詞 期_動詞 する_語尾 時_名詞 に_助詞 は_助詞 再校_名詞 ・_補助記号 三_名詞 校_接尾辞 以上_名詞 が_助詞 重ね_動詞 られ_助動詞 る_語尾 。_補助記号 +校正_名詞 を_助詞 終え_動詞 て_助詞 これ_代名詞 から_助詞 出版_名詞 に_助詞 かか_動詞 る_語尾 こと_名詞 を_助詞 、_補助記号 「_補助記号 校了_名詞 」_補助記号 と_助詞 言_動詞 う_語尾 。_補助記号 +校了_名詞 前_名詞 に_助詞 は_助詞 必要_名詞 に_助詞 応_動詞 じ_語尾 て_助詞 著者_名詞 自身_名詞 に_助詞 よ_動詞 る_語尾 「_補助記号 著者_名詞 校_接尾辞 」_補助記号 も_助詞 な_動詞 さ_語尾 れ_助動詞 、_補助記号 出版_名詞 に_助詞 あた_動詞 っ_語尾 て_助詞 は_助詞 誤植_名詞 や_助詞 その_連体詞 他_名詞 の_助詞 誤り_名詞 を_助詞 追放_名詞 する_動詞 努力_名詞 が_助詞 重ね_動詞 られ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +しかし_接続詞 ながら_助詞 、_補助記号 どんな_形状詞 に_助動詞 綿密_名詞 に_助詞 校正_名詞 を_助詞 行_動詞 っ_語尾 て_助詞 も_助詞 、_補助記号 しばしば_副詞 誤植_名詞 を_助詞 見落と_名詞 し_語尾 た_助動詞 まま_名詞 出版_名詞 さ_動詞 れ_助動詞 る_語尾 こと_名詞 が_助詞 あ_動詞 り_語尾 、_補助記号 出版_名詞 関係_名詞 者_接尾辞 を_助詞 切歯_名詞 扼腕_名詞 さ_動詞 せ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +校正_名詞 を_助詞 少し_副詞 で_助詞 も_助詞 怠_動詞 る_語尾 と_助詞 出版_名詞 物_接尾辞 に_助詞 数_名詞 多く_名詞 の_助詞 誤植_名詞 が_助詞 発生_名詞 する_動詞 の_助詞 で_助動詞 、_補助記号 古く_名詞 から_助詞 「_補助記号 校正_名詞 畏_動詞 る_語尾 べし_名詞 」_補助記号 の_助詞 警句_名詞 が_助詞 語_動詞 ら_語尾 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +この_連体詞 語_名詞 は_助詞 論語_名詞 の_助詞 「_補助記号 後生_名詞 畏_動詞 る_語尾 べし_名詞 」_補助記号 を_助詞 もじ_動詞 っ_語尾 た_助動詞 もの_名詞 だ_助動詞 が_助詞 、_補助記号 一説_名詞 に_助詞 は_助詞 、_補助記号 明治_名詞 時代_名詞 の_助詞 劇作_名詞 家_接尾辞 福地_名詞 桜痴_名詞 の_助詞 述懐_名詞 が_助詞 初出_名詞 だ_助動詞 と_助詞 い_動詞 う_語尾 。_補助記号 +その_連体詞 福地_名詞 が_助詞 東京_名詞 日日_名詞 新聞_名詞 の_助詞 主筆_名詞 で_助動詞 あ_動詞 っ_語尾 た_助動詞 頃_名詞 、_補助記号 自分_名詞 の_助詞 俸給_名詞 を_助詞 削_動詞 っ_語尾 て_助詞 まで_助詞 招聘_名詞 し_動詞 た_助動詞 校正_名詞 主任_名詞 は_助詞 市川_名詞 清流_名詞 と_助詞 い_動詞 う_語尾 国学_名詞 者_接尾辞 ・_補助記号 漢学_名詞 者_接尾辞 で_助動詞 あ_動詞 り_語尾 、_補助記号 清流_名詞 が_助詞 在社_名詞 し_動詞 て_助詞 い_動詞 る_語尾 間_名詞 は_助詞 「_補助記号 校正_名詞 の_助詞 宜しき_名詞 を_助詞 得_動詞 た_助動詞 」_補助記号 と_助詞 福地_名詞 は_助詞 満足_名詞 し_動詞 た_助動詞 。_補助記号 +校正_名詞 の_助詞 過程_名詞 +以下_名詞 に_助詞 、_補助記号 出版_名詞 に_助詞 お_動詞 い_語尾 て_助詞 行_動詞 わ_語尾 れ_助動詞 る_語尾 一般_名詞 的_接尾辞 な_助動詞 校正_名詞 の_助詞 過程_名詞 を_助詞 述べ_動詞 る_語尾 。_補助記号 +初校_名詞  _補助記号 ー_補助記号  _補助記号 版下_名詞 を_助詞 作成_名詞 する_動詞 印刷_名詞 の_助詞 場合_名詞 に_助詞 は_助詞 版下_名詞 の_助詞 コピー_名詞 、_補助記号 DTP_名詞 の_助詞 場合_名詞 に_助詞 は_助詞 プリンター_名詞 出力_名詞 、_補助記号 活版_名詞 の_助詞 場合_名詞 に_助詞 は_助詞 活字_名詞 を_助詞 組み上げ_動詞 て_助詞 刷_動詞 っ_語尾 た_助動詞 試し_名詞 刷り_名詞 (_補助記号 ゲラ_名詞 刷り_名詞 )_補助記号 を_助詞 原稿_名詞 と_助詞 つきあわせ_動詞 る_語尾 。_補助記号 +また_接続詞 、_補助記号 つきあわせ_名詞 の_助詞 後_名詞 で_助詞 素読み_名詞 (_補助記号 ゲラ_名詞 の_助詞 ほう_名詞 だけ_助詞 を_助詞 読_動詞 ん_語尾 で_助詞 不_接頭辞 具合_名詞 を_助詞 感_動詞 じ_語尾 な_助動詞 い_語尾 か_助詞 チェック_名詞 する_動詞 )_補助記号 を_助詞 行_動詞 う_語尾 。_補助記号 +レイアウト_名詞 、_補助記号 デザイン_名詞 の_助詞 チェック_名詞 も_助詞 ここ_代名詞 で_助詞 行_動詞 う_語尾 。_補助記号 +再校_名詞  _補助記号 ー_補助記号  _補助記号 初校_名詞 の_助詞 修正_名詞 を_助詞 行_動詞 っ_語尾 た_助動詞 ゲラ_名詞 (_補助記号 再校_名詞 紙_接尾辞 )_補助記号 と_助詞 初校_名詞 と_助詞 を_助詞 つきあわせ_動詞 て_助詞 、_補助記号 初校_名詞 の_助詞 修正_名詞 が_助詞 確実_形状詞 に_助動詞 行_動詞 わ_語尾 れ_助動詞 て_助詞 い_動詞 る_語尾 か_助詞 を_助詞 チェック_名詞 する_動詞 。_補助記号 +三_名詞 校_接尾辞  _補助記号 ー_補助記号  _補助記号 三_名詞 校_接尾辞 紙_接尾辞 を_助詞 再_接頭辞 校_接尾辞 紙_接尾辞 と_助詞 つきあわせ_動詞 る_語尾 。_補助記号 +回数_名詞 は_助詞 これ_代名詞 以上_名詞 に_助詞 及_動詞 ぶ_語尾 こと_名詞 も_助詞 あ_動詞 り_語尾 、_補助記号 四_名詞 校_接尾辞 、_補助記号 五_名詞 校_接尾辞 …_補助記号 と_助詞 続_動詞 く_語尾 。_補助記号 +この_連体詞 過程_名詞 は_助詞 特に_副詞 慎重_名詞 を_助詞 要_動詞 する_語尾 場合_名詞 に_助詞 行_動詞 わ_語尾 れ_助動詞 る_語尾 。_補助記号 +著者_名詞 校_接尾辞  _補助記号 ー_補助記号  _補助記号 一_名詞 通り_名詞 校正_名詞 し_動詞 終わ_動詞 っ_語尾 た_助動詞 後_名詞 の_助詞 刷り_名詞 原稿_名詞 を_助詞 、_補助記号 著者_名詞 自身_名詞 が_助詞 確認_名詞 する_動詞 過程_名詞 。_補助記号 +著者_名詞 が_助詞 意図_名詞 し_動詞 た_助動詞 表現_名詞 が_助詞 意_名詞 に_助詞 沿_動詞 わ_語尾 ぬ_助動詞 修正_名詞 を_助詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 た_助動詞 場合_名詞 、_補助記号 表現_名詞 を_助詞 復元_名詞 する_動詞 こと_名詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +バルザック_名詞 は_助詞 しばしば_副詞 この_連体詞 段階_名詞 で_助詞 多大_形状詞 な_助動詞 変更_名詞 を_助詞 行_動詞 い_語尾 、_補助記号 十_名詞 校_接尾辞 以上_名詞 に_助詞 も_助詞 及_動詞 ぶ_語尾 こと_名詞 が_助詞 あ_動詞 っ_語尾 た_助動詞 ため_名詞 、_補助記号 植字_名詞 工_名詞 ・_補助記号 校正_名詞 者_接尾辞 泣かせ_名詞 で_助動詞 あ_動詞 っ_語尾 た_助動詞 。_補助記号 +編集_名詞 の_助詞 日程_名詞 や_助詞 校正_名詞 の_助詞 進行_名詞 に_助詞 よ_動詞 り_語尾 、_補助記号 1_名詞 回_接尾辞 から_助詞 数_名詞 回_接尾辞 行_動詞 わ_語尾 れ_助動詞 る_語尾 。_補助記号 +青焼_動詞 き_語尾 、_補助記号 清刷_名詞 、_補助記号 色校_名詞  _補助記号 ー_補助記号  _補助記号 フィルム_名詞 製版_名詞 を_助詞 する_動詞 場合_名詞 に_助詞 、_補助記号 製版_名詞 し_動詞 た_助動詞 あと_名詞 の_助詞 状態_名詞 を_助詞 チェック_名詞 する_動詞 。_補助記号 +黒_名詞 1_名詞 色刷り_名詞 の_助詞 場合_名詞 に_助詞 は_助詞 、_補助記号 フィルム_名詞 の_助詞 青_名詞 写真_名詞 (_補助記号 青焼き_名詞 )_補助記号 を_助詞 取_動詞 っ_語尾 て_助詞 、_補助記号 これ_代名詞 を_助詞 再校_名詞 紙_接尾辞 や_助詞 三_名詞 校_接尾辞 紙_接尾辞 と_助詞 つきあわせ_名詞 、_補助記号 また_副詞 網掛け_名詞 など_助詞 の_助詞 製版_名詞 指示_名詞 が_助詞 指示_名詞 通り_名詞 に_助詞 行_動詞 わ_語尾 れ_助動詞 て_助詞 い_動詞 る_語尾 か_助詞 どう_副詞 か_助詞 を_助詞 確認_名詞 する_動詞 。_補助記号 +その_連体詞 ほか_名詞 の_助詞 場合_名詞 に_助詞 は_助詞 、_補助記号 清刷_名詞 と_助詞 呼_動詞 ば_語尾 れ_助動詞 る_語尾 、_補助記号 フィルム_名詞 から_助詞 直接_副詞 印刷_名詞 する_動詞 こと_名詞 は_助詞 印刷_名詞 の_助詞 原理_名詞 上_接尾辞 でき_動詞 な_助動詞 い_語尾 の_助詞 で_助動詞 、_補助記号 感光_名詞 剤_接尾辞 を_助詞 塗布_名詞 さ_動詞 れ_助動詞 た_助動詞 アルミ_名詞 板_接尾辞 (_補助記号 PS_名詞 版_名詞 )_補助記号 に_助詞 画像_名詞 を_助詞 密着_名詞 転写_名詞 し_動詞 、_補助記号 後_名詞 に_助詞 実_名詞 作業_名詞 を_助詞 行_動詞 う_語尾 予定_名詞 の_助詞 印刷_名詞 機_接尾辞 に_助詞 よ_動詞 る_語尾 試し_名詞 刷り_名詞 (_補助記号 本機_名詞 校正_名詞 )_補助記号 を_助詞 行_動詞 い_語尾 、_補助記号 ここ_代名詞 で_助詞 色合い_名詞 を_助詞 含め_動詞 て_助詞 チェック_名詞 する_動詞 。_補助記号 +通常_名詞 は_助詞 色_名詞 校正_名詞 の_助詞 段階_名詞 で_助詞 は_助詞 そこ_代名詞 まで_助詞 する_動詞 こと_名詞 は_助詞 な_形容詞 く_語尾 、_補助記号 PS_名詞 版_名詞 を_助詞 使用_名詞 する_動詞 こと_名詞 は_助詞 本機_名詞 校正_名詞 と_助詞 同じ_形状詞 で_助動詞 も_助詞 、_補助記号 機械_名詞 構造_名詞 を_助詞 簡略_名詞 化_接尾辞 ・_補助記号 変換_名詞 し_動詞 た_助動詞 コロタイプ_名詞 式_名詞 の_助詞 校正_名詞 用_接尾辞 印刷_名詞 機_接尾辞 で_助詞 色_名詞 校_接尾辞 正_名詞 刷り_名詞 や_助詞 色_名詞 校正_名詞 紙_接尾辞 は_助詞 作成_名詞 さ_動詞 れ_助動詞 る_語尾 が_助詞 、_補助記号 上記_名詞 文字_名詞 組_名詞 校正_名詞 同様_形状詞 に_助詞 初校_名詞 ・_補助記号 再校_名詞 ・_補助記号 三_名詞 校_接尾辞 …_補助記号 と_助詞 続_動詞 く_語尾 場合_名詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +なお_接続詞 、_補助記号 印刷_名詞 工程_名詞 を_助詞 経_動詞 ず_助動詞 に_助詞 写真_名詞 技術_名詞 を_助詞 応用_名詞 ・_補助記号 利用_名詞 し_動詞 た_助動詞 色_名詞 校_接尾辞 正術_名詞 も_助詞 利用_名詞 さ_動詞 れ_助動詞 る_語尾 。_補助記号 +校了_名詞  _補助記号 ー_補助記号  _補助記号 校了_名詞 と_助詞 は_助詞 、_補助記号 校正_名詞 完了_名詞 の_助詞 意味_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +校正_名詞 の_助詞 責任_名詞 者_接尾辞 が_助詞 、_補助記号 最終_名詞 チェック_名詞 を_助詞 行_動詞 っ_語尾 て_助詞 、_補助記号 そこ_代名詞 に_助詞 誤り_名詞 が_助詞 な_形容詞 い_語尾 こと_名詞 を_助詞 確認_名詞 し_動詞 た_助動詞 、_補助記号 と_助詞 い_動詞 う_語尾 意味_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +なお_接続詞 、_補助記号 「_補助記号 責了_名詞 」_補助記号 と_助詞 は_助詞 責任_名詞 校了_名詞 の_助詞 意味_名詞 で_助詞 、_補助記号 校正_名詞 責任_名詞 者_接尾辞 が_助詞 誤り_名詞 を_助詞 発見_名詞 し_動詞 た_助動詞 が_助詞 、_補助記号 指示_名詞 し_動詞 た_助動詞 修正_名詞 が_助詞 修正_名詞 者_接尾辞 の_助詞 責任_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 修正_名詞 さ_動詞 れ_助動詞 る_語尾 の_助詞 を_助詞 条件_名詞 に_助詞 、_補助記号 「_補助記号 校了_名詞 」_補助記号 と_助詞 する_動詞 、_補助記号 と_助詞 い_動詞 う_語尾 意味_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +印刷_名詞 現場_名詞 に_助詞 おけ_動詞 る_助動詞 修正_名詞  _補助記号 ー_補助記号  _補助記号 緊急_名詞 の_助詞 場合_名詞 に_助詞 、_補助記号 印刷_名詞 現場_名詞 で_助詞 修正_名詞 を_助詞 行_動詞 う_語尾 こと_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +これ_代名詞 は_助詞 文字_名詞 など_助詞 を_助詞 削_動詞 る_語尾 こと_名詞 しか_助詞 でき_動詞 な_助動詞 い_語尾 の_助詞 で_助動詞 体裁_名詞 が_助詞 悪_形容詞 く_語尾 な_動詞 り_語尾 がち_接尾辞 だ_助動詞 が_助詞 、_補助記号 それ_代名詞 で_助詞 も_助詞 印刷_名詞 さ_動詞 れ_助動詞 る_語尾 より_助詞 い_形容詞 い_語尾 、_補助記号 と_助詞 い_動詞 う_語尾 場合_名詞 に_助詞 この_連体詞 処置_名詞 が_助詞 と_動詞 ら_語尾 れ_助動詞 る_語尾 。_補助記号 +新聞_名詞 記事_名詞 で_助詞 稀_形状詞 に_助詞 何_代名詞 字_名詞 分か_動詞 空白_名詞 部分_名詞 が_助詞 あ_動詞 る_語尾 の_助詞 は_助詞 、_補助記号 これ_代名詞 で_助動詞 あ_動詞 ろ_語尾 う_助動詞 。_補助記号 +出版_名詞 後_接尾辞 の_助詞 修正_名詞 +出版_名詞 物_接尾辞 に_助詞 は_助詞 誤り_名詞 が_助詞 な_形容詞 い_語尾 こと_名詞 が_助詞 望まし_形容詞 い_語尾 が_助詞 、_補助記号 実際_名詞 に_助詞 は_助詞 なかなか_副詞 完璧_名詞 に_助詞 校正_名詞 を_助詞 行_動詞 う_語尾 こと_名詞 は_助詞 でき_動詞 な_助動詞 い_語尾 。_補助記号 +また_接続詞 、_補助記号 時_名詞 を_助詞 経_動詞 て_助詞 状況_名詞 が_助詞 変化_名詞 する_動詞 場合_名詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +この_連体詞 よう_形状詞 な_助動詞 後_名詞 から_助詞 発覚_名詞 し_動詞 た_助動詞 誤り_名詞 や_助詞 変化_名詞 は_助詞 、_補助記号 緊急_名詞 を_助詞 要_動詞 する_語尾 場合_名詞 に_助詞 は_助詞 、_補助記号 正誤_名詞 表_名詞 を_助詞 折り込_動詞 む_語尾 など_助詞 の_助詞 対策_名詞 が_助詞 取_動詞 ら_語尾 れ_助動詞 る_語尾 。_補助記号 +新聞_名詞 で_助詞 は_助詞 、_補助記号 「_補助記号 訂正_名詞 」_補助記号 欄_名詞 を_助詞 設け_動詞 て_助詞 誤り_名詞 を_助詞 正_名詞 し_語尾 て_助詞 い_動詞 る_語尾 。_補助記号 +一般_名詞 的_接尾辞 に_助動詞 は_助詞 、_補助記号 増刷_名詞 (_補助記号 増版_名詞 )_補助記号 を_助詞 行_動詞 う_語尾 時点_名詞 で_助詞 修正_名詞 を_助詞 行_動詞 う_語尾 。_補助記号 +一般_名詞 に_助詞 増刷_名詞 を_助詞 する_動詞 ごと_名詞 に_助詞 1_名詞 刷_接尾辞 、_補助記号 2_名詞 刷_接尾辞 と_助詞 呼_動詞 ば_語尾 れ_助動詞 、_補助記号 大きな_連体詞 改訂_名詞 を_助詞 伴_動詞 う_語尾 増刷_名詞 の_助詞 場合_名詞 に_助詞 は_助詞 1_名詞 版_名詞 、_補助記号 2_名詞 版_名詞 と_助詞 呼_動詞 ば_語尾 れ_助動詞 る_語尾 。_補助記号 +当然_形状詞 ながら_助詞 、_補助記号 初版_名詞 本_接尾辞 (_補助記号 1_名詞 版_名詞 1_名詞 刷_接尾辞 の_助詞 本_名詞 )_補助記号 に_助詞 は_助詞 あと_名詞 の_助詞 版_名詞 に_助詞 比べ_動詞 て_助詞 多く_名詞 の_助詞 誤り_名詞 を_助詞 含_動詞 む_語尾 こと_名詞 に_助詞 な_動詞 る_語尾 が_助詞 、_補助記号 この_連体詞 こと_名詞 が_助詞 逆_名詞 に_助動詞 初版_名詞 本_名詞 を_助詞 コレクション_名詞 の_助詞 対象_名詞 と_助詞 し_動詞 て_助詞 い_動詞 る_語尾 の_助詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +かな_名詞 漢字_名詞 変換_名詞 (_補助記号 か_助詞 な_助動詞 かん_名詞 じ_接尾辞 へんかん_名詞 )_補助記号 は_助詞 、_補助記号 情報_名詞 機器_名詞 に_助詞 備え付け_動詞 られ_助動詞 る_語尾 日本_名詞 語_名詞 入力_名詞 システム_名詞 の_助詞 分類_名詞 の_助詞 一_名詞 つ_接尾辞 。_補助記号 +目次_名詞 +1_名詞  _補助記号 かな_名詞 漢字_名詞 変換_名詞 の_助詞 仕組み_名詞 +2_名詞  _補助記号 かな_名詞 漢字_名詞 変換_名詞 の_助詞 ソフトウェア_名詞 +2_名詞 ._補助記号 1_名詞  _補助記号 パーソナル_名詞 コンピュータ_名詞 用_接尾辞 +2_名詞 ._補助記号 1_名詞 ._補助記号 1_名詞  _補助記号 市販_名詞 の_助詞 もの_名詞 +2_名詞 ._補助記号 1_名詞 ._補助記号 1_名詞 ._補助記号 1_名詞  _補助記号 現行_名詞 品_接尾辞 +2_名詞 ._補助記号 1_名詞 ._補助記号 1_名詞 ._補助記号 2_名詞  _補助記号 販売_名詞 終了_名詞 品_接尾辞 +2_名詞 ._補助記号 1_名詞 ._補助記号 2_名詞  _補助記号 フリー_名詞 ソフトウェア_名詞 (_補助記号 オープン_名詞 ソース_名詞 )_補助記号 の_助詞 もの_名詞 +2_名詞 ._補助記号 2_名詞  _補助記号 組み込_動詞 み_語尾 機器_名詞 、_補助記号 携帯_名詞 電話_名詞 向け_接尾辞 +2_名詞 ._補助記号 3_名詞  _補助記号 その_連体詞 他_名詞 +3_名詞  _補助記号 関連_名詞 項目_名詞 +かな_名詞 漢字_名詞 変換_名詞 の_助詞 仕組み_名詞 +典型_名詞 的_接尾辞 な_助動詞 か_助詞 な_助動詞 漢字_名詞 変換_名詞 は_助詞 、_補助記号 次_名詞 の_助詞 よう_形状詞 に_助動詞 働_動詞 く_語尾 。_補助記号 + _補助記号 まず_副詞 、_補助記号 ユーザー_名詞 が_助詞 入力_名詞 し_動詞 た_助動詞 い_語尾 文章_名詞 (_補助記号 単漢字_名詞 、_補助記号 単語_名詞 、_補助記号 文節_名詞 )_補助記号 の_助詞 読み_名詞 を_助詞 入力_名詞 装置_名詞 (_補助記号 パソコン_名詞 の_助詞 キーボード_名詞 、_補助記号 携帯_名詞 電話_名詞 の_助詞 ボタン_名詞 、_補助記号 ゲーム_名詞 機_接尾辞 の_助詞 コントローラー_名詞 、_補助記号 映像_名詞 関連_名詞 機器_名詞 の_助詞 リモコン_名詞 等_接尾辞 )_補助記号 から_助詞 入力_名詞 する_動詞 。_補助記号 + _補助記号 キーボード_名詞 を_助詞 用い_動詞 る_語尾 場合_名詞 の_助詞 読み_名詞 の_助詞 入力_名詞 方式_名詞 に_助詞 は_助詞 、_補助記号 かな入力_名詞 と_助詞 ローマ_名詞 字_名詞 入力_名詞 と_助詞 が_助詞 あ_動詞 る_語尾 。_補助記号 + _補助記号 かな_名詞 漢字_名詞 変換_名詞 システム_名詞 は_助詞 読み_名詞 を_助詞 受け取_動詞 り_語尾 、_補助記号 形態_名詞 素_接尾辞 解析_名詞 など_助詞 の_助詞 文法_名詞 解析_名詞 システム_名詞 、_補助記号 および_接続詞 、_補助記号 読みと_名詞 漢字_名詞 と_助詞 の_助詞 変換_名詞 対応_名詞 表_名詞 (_補助記号 いわゆる_連体詞 辞書_名詞 )_補助記号 を_助詞 用い_動詞 て_助詞 、_補助記号 漢字_名詞 仮名_名詞 交じり_接尾辞 文_名詞 に_助詞 変換_名詞 し_動詞 出力_名詞 する_動詞 。_補助記号 +SKK_名詞 の_助詞 よう_形状詞 に_助動詞 、_補助記号 辞書_名詞 だけ_助詞 を_助詞 用い_動詞 て_助詞 変換_名詞 する_動詞 システム_名詞 も_助詞 あ_動詞 る_語尾 。_補助記号 diff --git a/data/wiki-ja-test.word_pos_pron b/data/wiki-ja-test.word_pos_pron new file mode 100644 index 0000000..96233aa --- /dev/null +++ b/data/wiki-ja-test.word_pos_pron @@ -0,0 +1,84 @@ +校正_名詞_こうせい (_補助記号_( こうせい_名詞_こうせい 、_補助記号_、 英_名詞_えい :_補助記号_: proof_英単語_PROOF reading_英単語_READING 、_補助記号_、 中_名詞_ちゅう :_補助記号_: 校_名詞_こう 対_名詞_たい )_補助記号_) は_助詞_は 、_補助記号_、 印刷_名詞_いんさつ 物_接尾辞_ぶつ 等_接尾辞_とう の_助詞_の 字句_名詞_じく や_助詞_や 内容_名詞_ないよう 、_補助記号_、 体裁_名詞_ていさい 、_補助記号_、 色彩_名詞_しきさい の_助詞_の 誤り_名詞_あやまり や_助詞_や 不_接頭辞_ふ 具合_名詞_ぐあい を_助詞_を 、_補助記号_、 あらかじめ_副詞_あらかじめ 修正_名詞_しゅうせい する_動詞_する こと_名詞_こと 。_補助記号_。 +校合_名詞_きょうごう (_補助記号_( きょうごう_名詞_きょうごう )_補助記号_) と_助詞_と も_助詞_も い_動詞_い う_語尾_う 。_補助記号_。 +出版_名詞_しゅっぱん に_助詞_に あた_動詞_あた っ_語尾_っ て_助詞_て は_助詞_は 、_補助記号_、 印刷_名詞_いんさつ に_助詞_に 先立_動詞_さきだ っ_語尾_っ て_助詞_て 仮_名詞_かり 刷り_名詞_すり を_助詞_を 行_動詞_おこな い_語尾_い 、_補助記号_、 それ_代名詞_それ と_助詞_と 原稿_名詞_げんこう の_助詞_の 内容_名詞_ないよう を_助詞_を 突き合わせ_動詞_つきあわせ 、_補助記号_、 誤植_名詞_ごしょく や_助詞_や 体裁_名詞_ていさい 上_接尾辞_じょう の_助詞_の 不備_名詞_ふび を_助詞_を 正_動詞_ただ す_語尾_す 。_補助記号_。 +文字_名詞_もじ や_助詞_や 数字_名詞_すうじ ばかり_助詞_ばかり で_助動詞_で な_形容詞_な く_語尾_く 、_補助記号_、 デザイン_名詞_でざいん や_助詞_や 発色_名詞_はっしょく の_助詞_の 確認_名詞_かくにん も_助詞_も 行_動詞_おこな い_語尾_い 、_補助記号_、 特に_副詞_とくに 発色_名詞_はっしょく の_助詞_の 確認_名詞_かくにん を_助詞_を 行_動詞_おこな う_語尾_う 校正_名詞_こうせい を_助詞_を 色_名詞_いろ 校_接尾辞_こう 正_名詞_ただし (_補助記号_( 色校_名詞_しょくこう )_補助記号_) と_助詞_と い_動詞_い う_語尾_う 。_補助記号_。 +かつて_副詞_かつて 「_補助記号_「 校正_名詞_こうせい 」_補助記号_」 の_助詞_の 語_名詞_ご は_助詞_は 古典_名詞_こてん 作品_名詞_さくひん の_助詞_の 写本_名詞_しゃほん (_補助記号_( 原文_名詞_げんぶん が_助詞_が 存在_名詞_そんざい し_動詞_し て_助詞_て い_動詞_い る_語尾_る 場合_名詞_ばあい は_助詞_は 原文_名詞_げんぶん )_補助記号_) と_助詞_と 別_名詞_べつ の_助詞_の 写本_名詞_しゃほん (_補助記号_( 異本_名詞_いほん )_補助記号_) を_助詞_を 照合_名詞_しょうごう する_動詞_する 「_補助記号_「 校訂_名詞_こうてい 」_補助記号_」 の_助詞_の 意味_名詞_いみ で_助詞_で も_助詞_も 使_動詞_つか わ_語尾_わ れ_助動詞_れ た_助動詞_た 。_補助記号_。 +また_接続詞_また 、_補助記号_、 科学_名詞_かがく 測定_名詞_そくてい に_助詞_に お_動詞_お い_語尾_い て_助詞_て は_助詞_は 、_補助記号_、 物差しや_名詞_ものさしや 秤_名詞_はかり 、_補助記号_、 温度_名詞_おんど 計_接尾辞_けい 、_補助記号_、 圧力_名詞_あつりょく 計_接尾辞_けい など_助詞_など の_助詞_の 計器_名詞_けいき ・_補助記号_・ 測定_名詞_そくてい 装置_名詞_そうち の_助詞_の 目盛_名詞_めもり と_助詞_と 標準_名詞_ひょうじゅん と_助詞_と な_動詞_な る_語尾_る 計器_名詞_けいき ・_補助記号_・ 測定_名詞_そくてい 装置_名詞_そうち の_助詞_の 目盛_名詞_めもり と_助詞_と の_助詞_の 差_名詞_さ を_助詞_を 測定_名詞_そくてい する_動詞_する こと_名詞_こと を_助詞_を い_動詞_い う_語尾_う 。_補助記号_。 +この_連体詞_この 場合_名詞_ばあい 、_補助記号_、 較正_名詞_こうせい と_助詞_と 表記_名詞_ひょうき さ_動詞_さ れ_助動詞_れ る_語尾_る こと_名詞_こと が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +また_接続詞_また 、_補助記号_、 広義_名詞_ひろよし で_助詞_で は_助詞_は 計器_名詞_けいき ・_補助記号_・ 測定_名詞_そくてい 装置_名詞_そうち の_助詞_の 目盛り_名詞_めもり を_助詞_を 正し_形容詞_ただし い_語尾_い 数値_名詞_すうち に_助詞_に 合わせ_動詞_あわせ る_語尾_る と_助詞_と い_動詞_い う_語尾_う 意味_名詞_いみ で_助詞_で 使_動詞_つか わ_語尾_わ れ_助動詞_れ る_語尾_る こと_名詞_こと も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +詳し_形容詞_くわし く_語尾_く は_助詞_は 校正_名詞_こうせい  _補助記号_くうはく (_補助記号_( 計測_名詞_けいそく )_補助記号_) を_助詞_を 参照_名詞_さんしょう 。_補助記号_。 +目次_名詞_もくじ +1_名詞_1  _補助記号_くうはく 校正_名詞_こうせい の_助詞_の 概要_名詞_がいよう +2_名詞_2  _補助記号_くうはく 校正_名詞_こうせい の_助詞_の 過程_名詞_かてい +3_名詞_3  _補助記号_くうはく 出版_名詞_しゅっぱん 後_接尾辞_ご の_助詞_の 修正_名詞_しゅうせい +4_名詞_4  _補助記号_くうはく 関連_名詞_かんれん 項目_名詞_こうもく +5_名詞_5  _補助記号_くうはく 脚注_名詞_きゃくちゅう +6_名詞_6  _補助記号_くうはく 参考_名詞_さんこう 文献_名詞_ぶんけん +校正_名詞_こうせい の_助詞_の 概要_名詞_がいよう +校正_名詞_こうせい は_助詞_は 、_補助記号_、 編集_名詞_へんしゅう の_助詞_の 過程_名詞_かてい に_助詞_に お_動詞_お い_語尾_い て_助詞_て は_助詞_は 、_補助記号_、 出版_名詞_しゅっぱん す_動詞_す べ_助動詞_べ き_語尾_き 原稿_名詞_げんこう を_助詞_を まとめ_動詞_まとめ た_助動詞_た 後_名詞_あと 、_補助記号_、 書籍_名詞_しょせき や_助詞_や 雑誌_名詞_ざっし など_助詞_など の_助詞_の 印刷_名詞_いんさつ 物_接尾辞_ぶつ の_助詞_の 形_名詞_かたち で_助詞_で 商品_名詞_しょうひん 化_接尾辞_か する_動詞_する 前_名詞_まえ の_助詞_の 最終_名詞_さいしゅう チェック_名詞_ちぇっく に_助詞_に あた_動詞_あた る_語尾_る 。_補助記号_。 +大きな_連体詞_おおきな 出版_名詞_しゅっぱん 社_接尾辞_しゃ や_助詞_や 新聞_名詞_しんぶん 社_接尾辞_しゃ で_助詞_で は_助詞_は 校正_名詞_こうせい を_助詞_を 専門_名詞_せんもん と_助詞_と する_動詞_する 部署_名詞_ぶしょ が_助詞_が あ_動詞_あ り_語尾_り 、_補助記号_、 そこ_代名詞_そこ に_助詞_に 所属_名詞_しょぞく する_動詞_する 校正_名詞_こうせい 係_名詞_がかり が_助詞_が 社_名詞_しゃ の_助詞_の 出版_名詞_しゅっぱん 物_接尾辞_ぶつ の_助詞_の 校正_名詞_こうせい を_助詞_を 全面_名詞_ぜんめん 的_接尾辞_てき に_助動詞_に 請け負_動詞_うけお っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +一方_名詞_いっぽう で_助詞_で 、_補助記号_、 中小_名詞_ちゅうしょう の_助詞_の 出版_名詞_しゅっぱん 社_接尾辞_しゃ など_助詞_など で_助詞_で は_助詞_は 著者_名詞_ちょしゃ や_助詞_や 編集_名詞_へんしゅう 者_接尾辞_しゃ 自身_名詞_じしん が_助詞_が 校正_名詞_こうせい 者_接尾辞_しゃ を_助詞_を 兼ね_動詞_かね て_助詞_て い_動詞_い る_語尾_る こと_名詞_こと も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +内職_名詞_ないしょく と_助詞_と し_動詞_し て_助詞_て 在宅_名詞_ざいたく 校正_名詞_こうせい 者_接尾辞_しゃ (_補助記号_( ホーム_名詞_ほーむ 校正_名詞_こうせい )_補助記号_) の_助詞_の 講座_名詞_こうざ も_助詞_も 開_動詞_ひら か_語尾_か れ_助動詞_れ て_助詞_て お_動詞_お り_語尾_り 、_補助記号_、 派遣_名詞_はけん 職員_名詞_しょくいん や_助詞_や フリー_名詞_ふりー 校正_名詞_こうせい 者_接尾辞_しゃ など_助詞_など 業態_名詞_ぎょうたい は_助詞_は さまざま_形状詞_さまざま で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +校正_名詞_こうせい の_助詞_の 手順_名詞_てじゅん は_助詞_は 、_補助記号_、 基本_名詞_きほん 的_接尾辞_てき に_助動詞_に は_助詞_は まず_副詞_まず 著者_名詞_ちょしゃ の_助詞_の 原稿_名詞_げんこう を_助詞_を 植字_名詞_しょくじ 、_補助記号_、 もしくは_接続詞_もしくは データ_名詞_でーた 取込_名詞_とりこみ し_動詞_し て_助詞_て 試し_名詞_ためし 刷り_動詞_すり し_動詞_し た_助動詞_た 校正_名詞_こうせい 刷り_名詞_すり (_補助記号_( ゲラ_名詞_げら 刷_動詞_す り_語尾_り とも_名詞_とも 呼_動詞_よ ぶ_語尾_ぶ 。_補助記号_。 +ゲラ_名詞_げら =_補助記号_=  _補助記号_くうはく galley_名詞_GALLEY  _補助記号_くうはく と_助詞_と は_助詞_は 活字_名詞_かつじ を_助詞_を 並べ_動詞_ならべ る_語尾_る 枠箱_名詞_わくばこ の_助詞_の こと_名詞_こと だ_助動詞_だ が_助詞_が 、_補助記号_、 転_動詞_てん じ_語尾_じ て_助詞_て 刷_動詞_す っ_語尾_っ た_助動詞_た もの_名詞_もの 、_補助記号_、 さらに_接続詞_さらに 転_動詞_てん じ_語尾_じ て_助詞_て 一般_名詞_いっぱん に_助詞_に 修正_名詞_しゅうせい を_助詞_を チェック_名詞_ちぇっく す_動詞_す べ_助動詞_べ き_語尾_き もの_名詞_もの を_助詞_を い_動詞_い う_語尾_う よう_形状詞_よう に_助動詞_に な_動詞_な っ_語尾_っ た_助動詞_た )_補助記号_) の_助詞_の 内容_名詞_ないよう を_助詞_を 、_補助記号_、 原稿_名詞_げんこう と_助詞_と 突き合わせ_動詞_つきあわせ て_助詞_て 確認_名詞_かくにん する_動詞_する こと_名詞_こと から_助詞_から 始ま_動詞_はじま る_語尾_る 。_補助記号_。 +ここ_代名詞_ここ で_助詞_で は_助詞_は 、_補助記号_、 校正_名詞_こうせい は_助詞_は あくまで_副詞_あくまで も_助詞_も 原稿_名詞_げんこう に_助詞_に 忠実_形状詞_ちゅうじつ に_助動詞_に 印刷_名詞_いんさつ さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る か_助詞_か どう_副詞_どう か_助詞_か 確認_名詞_かくにん する_動詞_する こと_名詞_こと を_助詞_を 原則_名詞_げんそく と_助詞_と し_動詞_し て_助詞_て い_動詞_い る_語尾_る が_助詞_が 、_補助記号_、 時_名詞_とき に_助詞_に は_助詞_は 著者_名詞_ちょしゃ の_助詞_の 書_動詞_か き_語尾_き 間違い_名詞_まちがい や_助詞_や 勘違い_名詞_かんちがい に_助詞_に よ_動詞_よ る_語尾_る 誤記_名詞_ごき を_助詞_を 正_動詞_ただ し_語尾_し たり_助詞_たり 、_補助記号_、 著者_名詞_ちょしゃ に_助詞_に 確認_名詞_かくにん を_助詞_を 求め_動詞_もとめ たり_助詞_たり する_動詞_する こと_名詞_こと も_助詞_も 必要_名詞_ひつよう と_助詞_と な_動詞_な る_語尾_る (_補助記号_( 原稿_名詞_げんこう と_助詞_と の_助詞_の 引き合わせ_名詞_ひきあわせ を_助詞_を 越え_動詞_こえ た_助動詞_た 部分_名詞_ぶぶん に_助詞_に 関_動詞_かん し_語尾_し て_助詞_て は_助詞_は 「_補助記号_「 校閲_名詞_こうえつ 」_補助記号_」 と_助詞_と 呼_動詞_よ ば_語尾_ば れ_助動詞_れ る_語尾_る )_補助記号_) 。_補助記号_。 +従_動詞_したが っ_語尾_っ て_助詞_て 、_補助記号_、 校正_名詞_こうせい 者_接尾辞_しゃ に_助詞_に は_助詞_は その_連体詞_その 分野_名詞_ぶんや に_助詞_に 対_動詞_たい する_語尾_する 専門_名詞_せんもん 的_接尾辞_てき な_助動詞_な 知識_名詞_ちしき が_助詞_が 要求_名詞_ようきゅう さ_動詞_さ れ_助動詞_れ る_語尾_る こと_名詞_こと が_助詞_が 多_形容詞_おお い_語尾_い 。_補助記号_。 +校正_名詞_こうせい 作業_名詞_さぎょう に_助詞_に 際_動詞_さい し_語尾_し て_助詞_て は_助詞_は 、_補助記号_、 「_補助記号_「 校正_名詞_こうせい 記号_名詞_きごう 」_補助記号_」 と_助詞_と 呼_動詞_よ ば_語尾_ば れ_助動詞_れ る_語尾_る 独特_形状詞_どくとく の_助詞_の 様式_名詞_ようしき に_助詞_に 従_動詞_したが っ_語尾_っ て_助詞_て 、_補助記号_、 ゲラ_名詞_げら 刷り_名詞_すり に_助詞_に 赤字_名詞_あかじ で_助詞_で 注記_名詞_ちゅうき を_助詞_を 書き入れ_動詞_かきいれ る_語尾_る と_助詞_と い_動詞_い う_語尾_う の_助詞_の が_助詞_が 一般_名詞_いっぱん 的_接尾辞_てき で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +こう_副詞_こう し_動詞_し た_助動詞_た 校正_名詞_こうせい に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 判明_名詞_はんめい し_動詞_し た_助動詞_た 誤植_名詞_ごしょく は_助詞_は 、_補助記号_、 印刷_名詞_いんさつ の_助詞_の 原版_名詞_げんぱん の_助詞_の 修正_名詞_しゅうせい と_助詞_と い_動詞_い う_語尾_う かたち_名詞_かたち で_助詞_で 反映_名詞_はんえい さ_動詞_さ れ_助動詞_れ 、_補助記号_、 差し替え_動詞_さしかえ られ_助動詞_られ た_助動詞_た 刷り_名詞_すり 原稿_名詞_げんこう が_助詞_が 出_動詞_で て_助詞_て くる_動詞_くる 。_補助記号_。 +そして_接続詞_そして さらに_接続詞_さらに 校正_名詞_こうせい が_助詞_が な_動詞_な さ_語尾_さ れ_助動詞_れ 、_補助記号_、 慎重_名詞_しんちょう を_助詞_を 期_動詞_き する_語尾_する 時_名詞_とき に_助詞_に は_助詞_は 再校_名詞_さいこう ・_補助記号_・ 三_名詞_さん 校_接尾辞_こう 以上_名詞_いじょう が_助詞_が 重ね_動詞_かさね られ_助動詞_られ る_語尾_る 。_補助記号_。 +校正_名詞_こうせい を_助詞_を 終え_動詞_おえ て_助詞_て これ_代名詞_これ から_助詞_から 出版_名詞_しゅっぱん に_助詞_に かか_動詞_かか る_語尾_る こと_名詞_こと を_助詞_を 、_補助記号_、 「_補助記号_「 校了_名詞_こうりょう 」_補助記号_」 と_助詞_と 言_動詞_い う_語尾_う 。_補助記号_。 +校了_名詞_こうりょう 前_名詞_まえ に_助詞_に は_助詞_は 必要_名詞_ひつよう に_助詞_に 応_動詞_おう じ_語尾_じ て_助詞_て 著者_名詞_ちょしゃ 自身_名詞_じしん に_助詞_に よ_動詞_よ る_語尾_る 「_補助記号_「 著者_名詞_ちょしゃ 校_接尾辞_こう 」_補助記号_」 も_助詞_も な_動詞_な さ_語尾_さ れ_助動詞_れ 、_補助記号_、 出版_名詞_しゅっぱん に_助詞_に あた_動詞_あた っ_語尾_っ て_助詞_て は_助詞_は 誤植_名詞_ごしょく や_助詞_や その_連体詞_その 他_名詞_た の_助詞_の 誤り_名詞_あやまり を_助詞_を 追放_名詞_ついほう する_動詞_する 努力_名詞_どりょく が_助詞_が 重ね_動詞_かさね られ_助動詞_られ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +しかし_接続詞_しかし ながら_助詞_ながら 、_補助記号_、 どんな_形状詞_どんな に_助動詞_に 綿密_名詞_めんみつ に_助詞_に 校正_名詞_こうせい を_助詞_を 行_動詞_おこな っ_語尾_っ て_助詞_て も_助詞_も 、_補助記号_、 しばしば_副詞_しばしば 誤植_名詞_ごしょく を_助詞_を 見落と_名詞_みおと し_語尾_し た_助動詞_た まま_名詞_まま 出版_名詞_しゅっぱん さ_動詞_さ れ_助動詞_れ る_語尾_る こと_名詞_こと が_助詞_が あ_動詞_あ り_語尾_り 、_補助記号_、 出版_名詞_しゅっぱん 関係_名詞_かんけい 者_接尾辞_しゃ を_助詞_を 切歯_名詞_せっし 扼腕_名詞_やくわん さ_動詞_さ せ_助動詞_せ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +校正_名詞_こうせい を_助詞_を 少し_副詞_すこし で_助詞_で も_助詞_も 怠_動詞_おこた る_語尾_る と_助詞_と 出版_名詞_しゅっぱん 物_接尾辞_ぶつ に_助詞_に 数_名詞_かず 多く_名詞_おおく の_助詞_の 誤植_名詞_ごしょく が_助詞_が 発生_名詞_はっせい する_動詞_する の_助詞_の で_助動詞_で 、_補助記号_、 古く_名詞_ふるく から_助詞_から 「_補助記号_「 校正_名詞_こうせい 畏_動詞_かしけ る_語尾_る べし_名詞_べし 」_補助記号_」 の_助詞_の 警句_名詞_けいく が_助詞_が 語_動詞_かた ら_語尾_ら れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +この_連体詞_この 語_名詞_ご は_助詞_は 論語_名詞_ろんご の_助詞_の 「_補助記号_「 後生_名詞_ごしょう 畏_動詞_かしけ る_語尾_る べし_名詞_べし 」_補助記号_」 を_助詞_を もじ_動詞_もじ っ_語尾_っ た_助動詞_た もの_名詞_もの だ_助動詞_だ が_助詞_が 、_補助記号_、 一説_名詞_いっせつ に_助詞_に は_助詞_は 、_補助記号_、 明治_名詞_めいじ 時代_名詞_じだい の_助詞_の 劇作_名詞_げきさく 家_接尾辞_か 福地_名詞_ふくち 桜痴_名詞_おうち の_助詞_の 述懐_名詞_じゅっかい が_助詞_が 初出_名詞_しょしゅつ だ_助動詞_だ と_助詞_と い_動詞_い う_語尾_う 。_補助記号_。 +その_連体詞_その 福地_名詞_ふくち が_助詞_が 東京_名詞_とうきょう 日日_名詞_にちにち 新聞_名詞_しんぶん の_助詞_の 主筆_名詞_しゅひつ で_助動詞_で あ_動詞_あ っ_語尾_っ た_助動詞_た 頃_名詞_ころ 、_補助記号_、 自分_名詞_じぶん の_助詞_の 俸給_名詞_ほうきゅう を_助詞_を 削_動詞_けず っ_語尾_っ て_助詞_て まで_助詞_まで 招聘_名詞_しょうへい し_動詞_し た_助動詞_た 校正_名詞_こうせい 主任_名詞_しゅにん は_助詞_は 市川_名詞_いちかわ 清流_名詞_せいりゅう と_助詞_と い_動詞_い う_語尾_う 国学_名詞_こくがく 者_接尾辞_しゃ ・_補助記号_・ 漢学_名詞_かんがっ 者_接尾辞_しゃ で_助動詞_で あ_動詞_あ り_語尾_り 、_補助記号_、 清流_名詞_せいりゅう が_助詞_が 在社_名詞_ざいしゃ し_動詞_し て_助詞_て い_動詞_い る_語尾_る 間_名詞_あいだ は_助詞_は 「_補助記号_「 校正_名詞_こうせい の_助詞_の 宜しき_名詞_ぎしき を_助詞_を 得_動詞_え た_助動詞_た 」_補助記号_」 と_助詞_と 福地_名詞_ふくち は_助詞_は 満足_名詞_まんぞく し_動詞_し た_助動詞_た 。_補助記号_。 +校正_名詞_こうせい の_助詞_の 過程_名詞_かてい +以下_名詞_いか に_助詞_に 、_補助記号_、 出版_名詞_しゅっぱん に_助詞_に お_動詞_お い_語尾_い て_助詞_て 行_動詞_おこな わ_語尾_わ れ_助動詞_れ る_語尾_る 一般_名詞_いっぱん 的_接尾辞_てき な_助動詞_な 校正_名詞_こうせい の_助詞_の 過程_名詞_かてい を_助詞_を 述べ_動詞_のべ る_語尾_る 。_補助記号_。 +初校_名詞_しょこう  _補助記号_くうはく ー_補助記号_ー  _補助記号_くうはく 版下_名詞_はんした を_助詞_を 作成_名詞_さくせい する_動詞_する 印刷_名詞_いんさつ の_助詞_の 場合_名詞_ばあい に_助詞_に は_助詞_は 版下_名詞_はんした の_助詞_の コピー_名詞_こぴー 、_補助記号_、 DTP_名詞_DTP の_助詞_の 場合_名詞_ばあい に_助詞_に は_助詞_は プリンター_名詞_ぷりんたー 出力_名詞_しゅつりょく 、_補助記号_、 活版_名詞_かっぱん の_助詞_の 場合_名詞_ばあい に_助詞_に は_助詞_は 活字_名詞_かつじ を_助詞_を 組み上げ_動詞_くみあげ て_助詞_て 刷_動詞_す っ_語尾_っ た_助動詞_た 試し_名詞_ためし 刷り_名詞_すり (_補助記号_( ゲラ_名詞_げら 刷り_名詞_すり )_補助記号_) を_助詞_を 原稿_名詞_げんこう と_助詞_と つきあわせ_動詞_つきあわせ る_語尾_る 。_補助記号_。 +また_接続詞_また 、_補助記号_、 つきあわせ_名詞_つきあわせ の_助詞_の 後_名詞_あと で_助詞_で 素読み_名詞_すよみ (_補助記号_( ゲラ_名詞_げら の_助詞_の ほう_名詞_ほう だけ_助詞_だけ を_助詞_を 読_動詞_よ ん_語尾_ん で_助詞_で 不_接頭辞_ふ 具合_名詞_ぐあい を_助詞_を 感_動詞_かん じ_語尾_じ な_助動詞_な い_語尾_い か_助詞_か チェック_名詞_ちぇっく する_動詞_する )_補助記号_) を_助詞_を 行_動詞_おこな う_語尾_う 。_補助記号_。 +レイアウト_名詞_れいあうと 、_補助記号_、 デザイン_名詞_でざいん の_助詞_の チェック_名詞_ちぇっく も_助詞_も ここ_代名詞_ここ で_助詞_で 行_動詞_おこな う_語尾_う 。_補助記号_。 +再校_名詞_さいこう  _補助記号_くうはく ー_補助記号_ー  _補助記号_くうはく 初校_名詞_しょこう の_助詞_の 修正_名詞_しゅうせい を_助詞_を 行_動詞_おこな っ_語尾_っ た_助動詞_た ゲラ_名詞_げら (_補助記号_( 再校_名詞_さいこう 紙_接尾辞_し )_補助記号_) と_助詞_と 初校_名詞_しょこう と_助詞_と を_助詞_を つきあわせ_動詞_つきあわせ て_助詞_て 、_補助記号_、 初校_名詞_しょこう の_助詞_の 修正_名詞_しゅうせい が_助詞_が 確実_形状詞_かくじつ に_助動詞_に 行_動詞_おこな わ_語尾_わ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る か_助詞_か を_助詞_を チェック_名詞_ちぇっく する_動詞_する 。_補助記号_。 +三_名詞_さん 校_接尾辞_こう  _補助記号_くうはく ー_補助記号_ー  _補助記号_くうはく 三_名詞_さん 校_接尾辞_こう 紙_接尾辞_し を_助詞_を 再_接頭辞_さい 校_接尾辞_こう 紙_接尾辞_し と_助詞_と つきあわせ_動詞_つきあわせ る_語尾_る 。_補助記号_。 +回数_名詞_かいすう は_助詞_は これ_代名詞_これ 以上_名詞_いじょう に_助詞_に 及_動詞_およ ぶ_語尾_ぶ こと_名詞_こと も_助詞_も あ_動詞_あ り_語尾_り 、_補助記号_、 四_名詞_よん 校_接尾辞_こう 、_補助記号_、 五_名詞_ご 校_接尾辞_こう …_補助記号_・・・ と_助詞_と 続_動詞_つづ く_語尾_く 。_補助記号_。 +この_連体詞_この 過程_名詞_かてい は_助詞_は 特に_副詞_とくに 慎重_名詞_しんちょう を_助詞_を 要_動詞_よう する_語尾_する 場合_名詞_ばあい に_助詞_に 行_動詞_おこな わ_語尾_わ れ_助動詞_れ る_語尾_る 。_補助記号_。 +著者_名詞_ちょしゃ 校_接尾辞_こう  _補助記号_くうはく ー_補助記号_ー  _補助記号_くうはく 一_名詞_ひと 通り_名詞_とおり 校正_名詞_こうせい し_動詞_し 終わ_動詞_おわ っ_語尾_っ た_助動詞_た 後_名詞_あと の_助詞_の 刷り_名詞_すり 原稿_名詞_げんこう を_助詞_を 、_補助記号_、 著者_名詞_ちょしゃ 自身_名詞_じしん が_助詞_が 確認_名詞_かくにん する_動詞_する 過程_名詞_かてい 。_補助記号_。 +著者_名詞_ちょしゃ が_助詞_が 意図_名詞_いと し_動詞_し た_助動詞_た 表現_名詞_ひょうげん が_助詞_が 意_名詞_い に_助詞_に 沿_動詞_そ わ_語尾_わ ぬ_助動詞_ぬ 修正_名詞_しゅうせい を_助詞_を さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い た_助動詞_た 場合_名詞_ばあい 、_補助記号_、 表現_名詞_ひょうげん を_助詞_を 復元_名詞_ふくげん する_動詞_する こと_名詞_こと も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +バルザック_名詞_ばるざっく は_助詞_は しばしば_副詞_しばしば この_連体詞_この 段階_名詞_だんかい で_助詞_で 多大_形状詞_ただい な_助動詞_な 変更_名詞_へんこう を_助詞_を 行_動詞_おこな い_語尾_い 、_補助記号_、 十_名詞_じゅう 校_接尾辞_こう 以上_名詞_いじょう に_助詞_に も_助詞_も 及_動詞_およ ぶ_語尾_ぶ こと_名詞_こと が_助詞_が あ_動詞_あ っ_語尾_っ た_助動詞_た ため_名詞_ため 、_補助記号_、 植字_名詞_しょくじ 工_名詞_こう ・_補助記号_・ 校正_名詞_こうせい 者_接尾辞_しゃ 泣かせ_名詞_なかせ で_助動詞_で あ_動詞_あ っ_語尾_っ た_助動詞_た 。_補助記号_。 +編集_名詞_へんしゅう の_助詞_の 日程_名詞_にってい や_助詞_や 校正_名詞_こうせい の_助詞_の 進行_名詞_しんこう に_助詞_に よ_動詞_よ り_語尾_り 、_補助記号_、 1_名詞_1 回_接尾辞_かい から_助詞_から 数_名詞_すう 回_接尾辞_かい 行_動詞_おこな わ_語尾_わ れ_助動詞_れ る_語尾_る 。_補助記号_。 +青焼_動詞_あおや き_語尾_き 、_補助記号_、 清刷_名詞_きよす 、_補助記号_、 色校_名詞_しょくこう  _補助記号_くうはく ー_補助記号_ー  _補助記号_くうはく フィルム_名詞_ふぃるむ 製版_名詞_せいはん を_助詞_を する_動詞_する 場合_名詞_ばあい に_助詞_に 、_補助記号_、 製版_名詞_せいはん し_動詞_し た_助動詞_た あと_名詞_あと の_助詞_の 状態_名詞_じょうたい を_助詞_を チェック_名詞_ちぇっく する_動詞_する 。_補助記号_。 +黒_名詞_くろ 1_名詞_1 色刷り_名詞_いろずり の_助詞_の 場合_名詞_ばあい に_助詞_に は_助詞_は 、_補助記号_、 フィルム_名詞_ふぃるむ の_助詞_の 青_名詞_あお 写真_名詞_しゃしん (_補助記号_( 青焼き_名詞_あおやき )_補助記号_) を_助詞_を 取_動詞_と っ_語尾_っ て_助詞_て 、_補助記号_、 これ_代名詞_これ を_助詞_を 再校_名詞_さいこう 紙_接尾辞_し や_助詞_や 三_名詞_さん 校_接尾辞_こう 紙_接尾辞_し と_助詞_と つきあわせ_名詞_つきあわせ 、_補助記号_、 また_副詞_また 網掛け_名詞_あみかけ など_助詞_など の_助詞_の 製版_名詞_せいはん 指示_名詞_しじ が_助詞_が 指示_名詞_しじ 通り_名詞_とおり に_助詞_に 行_動詞_おこな わ_語尾_わ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る か_助詞_か どう_副詞_どう か_助詞_か を_助詞_を 確認_名詞_かくにん する_動詞_する 。_補助記号_。 +その_連体詞_その ほか_名詞_ほか の_助詞_の 場合_名詞_ばあい に_助詞_に は_助詞_は 、_補助記号_、 清刷_名詞_きよす と_助詞_と 呼_動詞_よ ば_語尾_ば れ_助動詞_れ る_語尾_る 、_補助記号_、 フィルム_名詞_ふぃるむ から_助詞_から 直接_副詞_ちょくせつ 印刷_名詞_いんさつ する_動詞_する こと_名詞_こと は_助詞_は 印刷_名詞_いんさつ の_助詞_の 原理_名詞_げんり 上_接尾辞_じょう でき_動詞_でき な_助動詞_な い_語尾_い の_助詞_の で_助動詞_で 、_補助記号_、 感光_名詞_かんこう 剤_接尾辞_ざい を_助詞_を 塗布_名詞_とふ さ_動詞_さ れ_助動詞_れ た_助動詞_た アルミ_名詞_あるみ 板_接尾辞_いた (_補助記号_( PS_名詞_PS 版_名詞_ばん )_補助記号_) に_助詞_に 画像_名詞_がぞう を_助詞_を 密着_名詞_みっちゃく 転写_名詞_てんしゃ し_動詞_し 、_補助記号_、 後_名詞_あと に_助詞_に 実_名詞_じっ 作業_名詞_さぎょう を_助詞_を 行_動詞_おこな う_語尾_う 予定_名詞_よてい の_助詞_の 印刷_名詞_いんさつ 機_接尾辞_き に_助詞_に よ_動詞_よ る_語尾_る 試し_名詞_ためし 刷り_名詞_すり (_補助記号_( 本機_名詞_ほんき 校正_名詞_こうせい )_補助記号_) を_助詞_を 行_動詞_おこな い_語尾_い 、_補助記号_、 ここ_代名詞_ここ で_助詞_で 色合い_名詞_いろあい を_助詞_を 含め_動詞_ふくめ て_助詞_て チェック_名詞_ちぇっく する_動詞_する 。_補助記号_。 +通常_名詞_つうじょう は_助詞_は 色_名詞_いろ 校正_名詞_こうせい の_助詞_の 段階_名詞_だんかい で_助詞_で は_助詞_は そこ_代名詞_そこ まで_助詞_まで する_動詞_する こと_名詞_こと は_助詞_は な_形容詞_な く_語尾_く 、_補助記号_、 PS_名詞_PS 版_名詞_ばん を_助詞_を 使用_名詞_しよう する_動詞_する こと_名詞_こと は_助詞_は 本機_名詞_ほんき 校正_名詞_こうせい と_助詞_と 同じ_形状詞_おなじ で_助動詞_で も_助詞_も 、_補助記号_、 機械_名詞_きかい 構造_名詞_こうぞう を_助詞_を 簡略_名詞_かんりゃく 化_接尾辞_か ・_補助記号_・ 変換_名詞_へんかん し_動詞_し た_助動詞_た コロタイプ_名詞_ころたいぷ 式_名詞_しき の_助詞_の 校正_名詞_こうせい 用_接尾辞_よう 印刷_名詞_いんさつ 機_接尾辞_き で_助詞_で 色_名詞_いろ 校_接尾辞_こう 正_名詞_せい 刷り_名詞_すり や_助詞_や 色_名詞_いろ 校正_名詞_こうせい 紙_接尾辞_し は_助詞_は 作成_名詞_さくせい さ_動詞_さ れ_助動詞_れ る_語尾_る が_助詞_が 、_補助記号_、 上記_名詞_じょうき 文字_名詞_もじ 組_名詞_ぐみ 校正_名詞_こうせい 同様_形状詞_どうよう に_助詞_に 初校_名詞_しょこう ・_補助記号_・ 再校_名詞_さいこう ・_補助記号_・ 三_名詞_さん 校_接尾辞_こう …_補助記号_・・・ と_助詞_と 続_動詞_つづ く_語尾_く 場合_名詞_ばあい も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +なお_接続詞_なお 、_補助記号_、 印刷_名詞_いんさつ 工程_名詞_こうてい を_助詞_を 経_動詞_へ ず_助動詞_ず に_助詞_に 写真_名詞_しゃしん 技術_名詞_ぎじゅつ を_助詞_を 応用_名詞_おうよう ・_補助記号_・ 利用_名詞_りよう し_動詞_し た_助動詞_た 色_名詞_いろ 校_接尾辞_こう 正術_名詞_せいじゅつ も_助詞_も 利用_名詞_りよう さ_動詞_さ れ_助動詞_れ る_語尾_る 。_補助記号_。 +校了_名詞_こうりょう  _補助記号_くうはく ー_補助記号_ー  _補助記号_くうはく 校了_名詞_こうりょう と_助詞_と は_助詞_は 、_補助記号_、 校正_名詞_こうせい 完了_名詞_かんりょう の_助詞_の 意味_名詞_いみ で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +校正_名詞_こうせい の_助詞_の 責任_名詞_せきにん 者_接尾辞_しゃ が_助詞_が 、_補助記号_、 最終_名詞_さいしゅう チェック_名詞_ちぇっく を_助詞_を 行_動詞_おこな っ_語尾_っ て_助詞_て 、_補助記号_、 そこ_代名詞_そこ に_助詞_に 誤り_名詞_あやまり が_助詞_が な_形容詞_な い_語尾_い こと_名詞_こと を_助詞_を 確認_名詞_かくにん し_動詞_し た_助動詞_た 、_補助記号_、 と_助詞_と い_動詞_い う_語尾_う 意味_名詞_いみ で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +なお_接続詞_なお 、_補助記号_、 「_補助記号_「 責了_名詞_せきしま 」_補助記号_」 と_助詞_と は_助詞_は 責任_名詞_せきにん 校了_名詞_こうりょう の_助詞_の 意味_名詞_いみ で_助詞_で 、_補助記号_、 校正_名詞_こうせい 責任_名詞_せきにん 者_接尾辞_しゃ が_助詞_が 誤り_名詞_あやまり を_助詞_を 発見_名詞_はっけん し_動詞_し た_助動詞_た が_助詞_が 、_補助記号_、 指示_名詞_しじ し_動詞_し た_助動詞_た 修正_名詞_しゅうせい が_助詞_が 修正_名詞_しゅうせい 者_接尾辞_しゃ の_助詞_の 責任_名詞_せきにん に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 修正_名詞_しゅうせい さ_動詞_さ れ_助動詞_れ る_語尾_る の_助詞_の を_助詞_を 条件_名詞_じょうけん に_助詞_に 、_補助記号_、 「_補助記号_「 校了_名詞_こうりょう 」_補助記号_」 と_助詞_と する_動詞_する 、_補助記号_、 と_助詞_と い_動詞_い う_語尾_う 意味_名詞_いみ で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +印刷_名詞_いんさつ 現場_名詞_げんば に_助詞_に おけ_動詞_おけ る_助動詞_る 修正_名詞_しゅうせい  _補助記号_くうはく ー_補助記号_ー  _補助記号_くうはく 緊急_名詞_きんきゅう の_助詞_の 場合_名詞_ばあい に_助詞_に 、_補助記号_、 印刷_名詞_いんさつ 現場_名詞_げんば で_助詞_で 修正_名詞_しゅうせい を_助詞_を 行_動詞_おこな う_語尾_う こと_名詞_こと が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +これ_代名詞_これ は_助詞_は 文字_名詞_もじ など_助詞_など を_助詞_を 削_動詞_けず る_語尾_る こと_名詞_こと しか_助詞_しか でき_動詞_でき な_助動詞_な い_語尾_い の_助詞_の で_助動詞_で 体裁_名詞_ていさい が_助詞_が 悪_形容詞_わる く_語尾_く な_動詞_な り_語尾_り がち_接尾辞_がち だ_助動詞_だ が_助詞_が 、_補助記号_、 それ_代名詞_それ で_助詞_で も_助詞_も 印刷_名詞_いんさつ さ_動詞_さ れ_助動詞_れ る_語尾_る より_助詞_より い_形容詞_い い_語尾_い 、_補助記号_、 と_助詞_と い_動詞_い う_語尾_う 場合_名詞_ばあい に_助詞_に この_連体詞_この 処置_名詞_しょち が_助詞_が と_動詞_と ら_語尾_ら れ_助動詞_れ る_語尾_る 。_補助記号_。 +新聞_名詞_しんぶん 記事_名詞_きじ で_助詞_で 稀_形状詞_まれ に_助詞_に 何_代名詞_なん 字_名詞_じ 分か_動詞_わか 空白_名詞_くうはく 部分_名詞_ぶぶん が_助詞_が あ_動詞_あ る_語尾_る の_助詞_の は_助詞_は 、_補助記号_、 これ_代名詞_これ で_助動詞_で あ_動詞_あ ろ_語尾_ろ う_助動詞_う 。_補助記号_。 +出版_名詞_しゅっぱん 後_接尾辞_ご の_助詞_の 修正_名詞_しゅうせい +出版_名詞_しゅっぱん 物_接尾辞_ぶつ に_助詞_に は_助詞_は 誤り_名詞_あやまり が_助詞_が な_形容詞_な い_語尾_い こと_名詞_こと が_助詞_が 望まし_形容詞_のぞまし い_語尾_い が_助詞_が 、_補助記号_、 実際_名詞_じっさい に_助詞_に は_助詞_は なかなか_副詞_なかなか 完璧_名詞_かんぺき に_助詞_に 校正_名詞_こうせい を_助詞_を 行_動詞_おこな う_語尾_う こと_名詞_こと は_助詞_は でき_動詞_でき な_助動詞_な い_語尾_い 。_補助記号_。 +また_接続詞_また 、_補助記号_、 時_名詞_とき を_助詞_を 経_動詞_へ て_助詞_て 状況_名詞_じょうきょう が_助詞_が 変化_名詞_へんか する_動詞_する 場合_名詞_ばあい も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +この_連体詞_この よう_形状詞_よう な_助動詞_な 後_名詞_あと から_助詞_から 発覚_名詞_はっかく し_動詞_し た_助動詞_た 誤り_名詞_あやまり や_助詞_や 変化_名詞_へんか は_助詞_は 、_補助記号_、 緊急_名詞_きんきゅう を_助詞_を 要_動詞_よう する_語尾_する 場合_名詞_ばあい に_助詞_に は_助詞_は 、_補助記号_、 正誤_名詞_せいご 表_名詞_ひょう を_助詞_を 折り込_動詞_おりこ む_語尾_む など_助詞_など の_助詞_の 対策_名詞_たいさく が_助詞_が 取_動詞_と ら_語尾_ら れ_助動詞_れ る_語尾_る 。_補助記号_。 +新聞_名詞_しんぶん で_助詞_で は_助詞_は 、_補助記号_、 「_補助記号_「 訂正_名詞_ていせい 」_補助記号_」 欄_名詞_らん を_助詞_を 設け_動詞_もーけ て_助詞_て 誤り_名詞_あやまり を_助詞_を 正_名詞_ただ し_語尾_し て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +一般_名詞_いっぱん 的_接尾辞_てき に_助動詞_に は_助詞_は 、_補助記号_、 増刷_名詞_ぞうさつ (_補助記号_( 増版_名詞_ぞうはん )_補助記号_) を_助詞_を 行_動詞_おこな う_語尾_う 時点_名詞_じてん で_助詞_で 修正_名詞_しゅうせい を_助詞_を 行_動詞_おこな う_語尾_う 。_補助記号_。 +一般_名詞_いっぱん に_助詞_に 増刷_名詞_ぞうさつ を_助詞_を する_動詞_する ごと_名詞_ごと に_助詞_に 1_名詞_1 刷_接尾辞_す 、_補助記号_、 2_名詞_2 刷_接尾辞_す と_助詞_と 呼_動詞_よ ば_語尾_ば れ_助動詞_れ 、_補助記号_、 大きな_連体詞_おおきな 改訂_名詞_かいてい を_助詞_を 伴_動詞_ともな う_語尾_う 増刷_名詞_ぞうさつ の_助詞_の 場合_名詞_ばあい に_助詞_に は_助詞_は 1_名詞_1 版_名詞_ばん 、_補助記号_、 2_名詞_2 版_名詞_ばん と_助詞_と 呼_動詞_よ ば_語尾_ば れ_助動詞_れ る_語尾_る 。_補助記号_。 +当然_形状詞_とうぜん ながら_助詞_ながら 、_補助記号_、 初版_名詞_しょはん 本_接尾辞_ぼん (_補助記号_( 1_名詞_1 版_名詞_ばん 1_名詞_1 刷_接尾辞_す の_助詞_の 本_名詞_ほん )_補助記号_) に_助詞_に は_助詞_は あと_名詞_あと の_助詞_の 版_名詞_ばん に_助詞_に 比べ_動詞_くらべ て_助詞_て 多く_名詞_おおく の_助詞_の 誤り_名詞_あやまり を_助詞_を 含_動詞_ふく む_語尾_む こと_名詞_こと に_助詞_に な_動詞_な る_語尾_る が_助詞_が 、_補助記号_、 この_連体詞_この こと_名詞_こと が_助詞_が 逆_名詞_ぎゃく に_助動詞_に 初版_名詞_しょはん 本_名詞_ぼん を_助詞_を コレクション_名詞_これくしょん の_助詞_の 対象_名詞_たいしょう と_助詞_と し_動詞_し て_助詞_て い_動詞_い る_語尾_る の_助詞_の で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +かな_名詞_かな 漢字_名詞_かんじ 変換_名詞_へんかん (_補助記号_( か_助詞_か な_助動詞_な かん_名詞_かん じ_接尾辞_じ へんかん_名詞_へんかん )_補助記号_) は_助詞_は 、_補助記号_、 情報_名詞_じょうほう 機器_名詞_きき に_助詞_に 備え付け_動詞_そなえつけ られ_助動詞_られ る_語尾_る 日本_名詞_にっぽん 語_名詞_ご 入力_名詞_にゅうりょく システム_名詞_しすてむ の_助詞_の 分類_名詞_ぶんるい の_助詞_の 一_名詞_ひと つ_接尾辞_つ 。_補助記号_。 +目次_名詞_もくじ +1_名詞_1  _補助記号_くうはく かな_名詞_かな 漢字_名詞_かんじ 変換_名詞_へんかん の_助詞_の 仕組み_名詞_しくみ +2_名詞_2  _補助記号_くうはく かな_名詞_かな 漢字_名詞_かんじ 変換_名詞_へんかん の_助詞_の ソフトウェア_名詞_そふとうぇあ +2_名詞_2 ._補助記号_。 1_名詞_1  _補助記号_くうはく パーソナル_名詞_ぱーそなる コンピュータ_名詞_こんぴゅーた 用_接尾辞_よう +2_名詞_2 ._補助記号_。 1_名詞_1 ._補助記号_。 1_名詞_1  _補助記号_くうはく 市販_名詞_しはん の_助詞_の もの_名詞_もの +2_名詞_2 ._補助記号_。 1_名詞_1 ._補助記号_。 1_名詞_1 ._補助記号_。 1_名詞_1  _補助記号_くうはく 現行_名詞_げんこう 品_接尾辞_ひん +2_名詞_2 ._補助記号_。 1_名詞_1 ._補助記号_。 1_名詞_1 ._補助記号_。 2_名詞_2  _補助記号_くうはく 販売_名詞_はんばい 終了_名詞_しゅうりょう 品_接尾辞_ひん +2_名詞_2 ._補助記号_。 1_名詞_1 ._補助記号_。 2_名詞_2  _補助記号_くうはく フリー_名詞_ふりー ソフトウェア_名詞_そふとうぇあ (_補助記号_( オープン_名詞_おーぷん ソース_名詞_そーす )_補助記号_) の_助詞_の もの_名詞_もの +2_名詞_2 ._補助記号_。 2_名詞_2  _補助記号_くうはく 組み込_動詞_くみこ み_語尾_み 機器_名詞_きき 、_補助記号_、 携帯_名詞_けいたい 電話_名詞_でんわ 向け_接尾辞_むけ +2_名詞_2 ._補助記号_。 3_名詞_3  _補助記号_くうはく その_連体詞_その 他_名詞_た +3_名詞_3  _補助記号_くうはく 関連_名詞_かんれん 項目_名詞_こうもく +かな_名詞_かな 漢字_名詞_かんじ 変換_名詞_へんかん の_助詞_の 仕組み_名詞_しくみ +典型_名詞_てんけい 的_接尾辞_てき な_助動詞_な か_助詞_か な_助動詞_な 漢字_名詞_かんじ 変換_名詞_へんかん は_助詞_は 、_補助記号_、 次_名詞_つぎ の_助詞_の よう_形状詞_よう に_助動詞_に 働_動詞_はたら く_語尾_く 。_補助記号_。 + _補助記号_くうはく まず_副詞_まず 、_補助記号_、 ユーザー_名詞_ゆーざー が_助詞_が 入力_名詞_にゅうりょく し_動詞_し た_助動詞_た い_語尾_い 文章_名詞_ぶんしょう (_補助記号_( 単漢字_名詞_たんかんじ 、_補助記号_、 単語_名詞_たんご 、_補助記号_、 文節_名詞_ぶんせつ )_補助記号_) の_助詞_の 読み_名詞_よみ を_助詞_を 入力_名詞_にゅうりょく 装置_名詞_そうち (_補助記号_( パソコン_名詞_ぱそこん の_助詞_の キーボード_名詞_きーぼーど 、_補助記号_、 携帯_名詞_けいたい 電話_名詞_でんわ の_助詞_の ボタン_名詞_ぼたん 、_補助記号_、 ゲーム_名詞_げーむ 機_接尾辞_き の_助詞_の コントローラー_名詞_こんとろーらー 、_補助記号_、 映像_名詞_えいぞう 関連_名詞_かんれん 機器_名詞_きき の_助詞_の リモコン_名詞_りもこん 等_接尾辞_とう )_補助記号_) から_助詞_から 入力_名詞_にゅうりょく する_動詞_する 。_補助記号_。 + _補助記号_くうはく キーボード_名詞_きーぼーど を_助詞_を 用い_動詞_もちい る_語尾_る 場合_名詞_ばあい の_助詞_の 読み_名詞_よみ の_助詞_の 入力_名詞_にゅうりょく 方式_名詞_ほうしき に_助詞_に は_助詞_は 、_補助記号_、 かな入力_名詞_かないりき と_助詞_と ローマ_名詞_ろーま 字_名詞_じ 入力_名詞_にゅうりょく と_助詞_と が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 + _補助記号_くうはく かな_名詞_かな 漢字_名詞_かんじ 変換_名詞_へんかん システム_名詞_しすてむ は_助詞_は 読み_名詞_よみ を_助詞_を 受け取_動詞_うけと り_語尾_り 、_補助記号_、 形態_名詞_けいたい 素_接尾辞_そ 解析_名詞_かいせき など_助詞_など の_助詞_の 文法_名詞_ぶんぽう 解析_名詞_かいせき システム_名詞_しすてむ 、_補助記号_、 および_接続詞_および 、_補助記号_、 読みと_名詞_よみと 漢字_名詞_かんじ と_助詞_と の_助詞_の 変換_名詞_へんかん 対応_名詞_たいおう 表_名詞_ひょう (_補助記号_( いわゆる_連体詞_いわゆる 辞書_名詞_じしょ )_補助記号_) を_助詞_を 用い_動詞_もちい て_助詞_て 、_補助記号_、 漢字_名詞_かんじ 仮名_名詞_かな 交じり_接尾辞_まじり 文_名詞_ぶん に_助詞_に 変換_名詞_へんかん し_動詞_し 出力_名詞_しゅつりょく する_動詞_する 。_補助記号_。 +SKK_名詞_SKK の_助詞_の よう_形状詞_よう に_助動詞_に 、_補助記号_、 辞書_名詞_じしょ だけ_助詞_だけ を_助詞_を 用い_動詞_もちい て_助詞_て 変換_名詞_へんかん する_動詞_する システム_名詞_しすてむ も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 diff --git a/data/wiki-ja-test.word_pron b/data/wiki-ja-test.word_pron new file mode 100644 index 0000000..5a9dd50 --- /dev/null +++ b/data/wiki-ja-test.word_pron @@ -0,0 +1,84 @@ +校正_こうせい (_( こうせい_こうせい 、_、 英_えい :_: proof_PROOF reading_READING 、_、 中_ちゅう :_: 校_こう 対_たい )_) は_は 、_、 印刷_いんさつ 物_ぶつ 等_とう の_の 字句_じく や_や 内容_ないよう 、_、 体裁_ていさい 、_、 色彩_しきさい の_の 誤り_あやまり や_や 不_ふ 具合_ぐあい を_を 、_、 あらかじめ_あらかじめ 修正_しゅうせい する_する こと_こと 。_。 +校合_きょうごう (_( きょうごう_きょうごう )_) と_と も_も い_い う_う 。_。 +出版_しゅっぱん に_に あた_あた っ_っ て_て は_は 、_、 印刷_いんさつ に_に 先立_さきだ っ_っ て_て 仮_かり 刷り_すり を_を 行_おこな い_い 、_、 それ_それ と_と 原稿_げんこう の_の 内容_ないよう を_を 突き合わせ_つきあわせ 、_、 誤植_ごしょく や_や 体裁_ていさい 上_じょう の_の 不備_ふび を_を 正_ただ す_す 。_。 +文字_もじ や_や 数字_すうじ ばかり_ばかり で_で な_な く_く 、_、 デザイン_でざいん や_や 発色_はっしょく の_の 確認_かくにん も_も 行_おこな い_い 、_、 特に_とくに 発色_はっしょく の_の 確認_かくにん を_を 行_おこな う_う 校正_こうせい を_を 色_いろ 校_こう 正_ただし (_( 色校_しょくこう )_) と_と い_い う_う 。_。 +かつて_かつて 「_「 校正_こうせい 」_」 の_の 語_ご は_は 古典_こてん 作品_さくひん の_の 写本_しゃほん (_( 原文_げんぶん が_が 存在_そんざい し_し て_て い_い る_る 場合_ばあい は_は 原文_げんぶん )_) と_と 別_べつ の_の 写本_しゃほん (_( 異本_いほん )_) を_を 照合_しょうごう する_する 「_「 校訂_こうてい 」_」 の_の 意味_いみ で_で も_も 使_つか わ_わ れ_れ た_た 。_。 +また_また 、_、 科学_かがく 測定_そくてい に_に お_お い_い て_て は_は 、_、 物差しや_ものさしや 秤_はかり 、_、 温度_おんど 計_けい 、_、 圧力_あつりょく 計_けい など_など の_の 計器_けいき ・_・ 測定_そくてい 装置_そうち の_の 目盛_めもり と_と 標準_ひょうじゅん と_と な_な る_る 計器_けいき ・_・ 測定_そくてい 装置_そうち の_の 目盛_めもり と_と の_の 差_さ を_を 測定_そくてい する_する こと_こと を_を い_い う_う 。_。 +この_この 場合_ばあい 、_、 較正_こうせい と_と 表記_ひょうき さ_さ れ_れ る_る こと_こと が_が あ_あ る_る 。_。 +また_また 、_、 広義_ひろよし で_で は_は 計器_けいき ・_・ 測定_そくてい 装置_そうち の_の 目盛り_めもり を_を 正し_ただし い_い 数値_すうち に_に 合わせ_あわせ る_る と_と い_い う_う 意味_いみ で_で 使_つか わ_わ れ_れ る_る こと_こと も_も あ_あ る_る 。_。 +詳し_くわし く_く は_は 校正_こうせい  _くうはく (_( 計測_けいそく )_) を_を 参照_さんしょう 。_。 +目次_もくじ +1_1  _くうはく 校正_こうせい の_の 概要_がいよう +2_2  _くうはく 校正_こうせい の_の 過程_かてい +3_3  _くうはく 出版_しゅっぱん 後_ご の_の 修正_しゅうせい +4_4  _くうはく 関連_かんれん 項目_こうもく +5_5  _くうはく 脚注_きゃくちゅう +6_6  _くうはく 参考_さんこう 文献_ぶんけん +校正_こうせい の_の 概要_がいよう +校正_こうせい は_は 、_、 編集_へんしゅう の_の 過程_かてい に_に お_お い_い て_て は_は 、_、 出版_しゅっぱん す_す べ_べ き_き 原稿_げんこう を_を まとめ_まとめ た_た 後_あと 、_、 書籍_しょせき や_や 雑誌_ざっし など_など の_の 印刷_いんさつ 物_ぶつ の_の 形_かたち で_で 商品_しょうひん 化_か する_する 前_まえ の_の 最終_さいしゅう チェック_ちぇっく に_に あた_あた る_る 。_。 +大きな_おおきな 出版_しゅっぱん 社_しゃ や_や 新聞_しんぶん 社_しゃ で_で は_は 校正_こうせい を_を 専門_せんもん と_と する_する 部署_ぶしょ が_が あ_あ り_り 、_、 そこ_そこ に_に 所属_しょぞく する_する 校正_こうせい 係_がかり が_が 社_しゃ の_の 出版_しゅっぱん 物_ぶつ の_の 校正_こうせい を_を 全面_ぜんめん 的_てき に_に 請け負_うけお っ_っ て_て い_い る_る 。_。 +一方_いっぽう で_で 、_、 中小_ちゅうしょう の_の 出版_しゅっぱん 社_しゃ など_など で_で は_は 著者_ちょしゃ や_や 編集_へんしゅう 者_しゃ 自身_じしん が_が 校正_こうせい 者_しゃ を_を 兼ね_かね て_て い_い る_る こと_こと も_も あ_あ る_る 。_。 +内職_ないしょく と_と し_し て_て 在宅_ざいたく 校正_こうせい 者_しゃ (_( ホーム_ほーむ 校正_こうせい )_) の_の 講座_こうざ も_も 開_ひら か_か れ_れ て_て お_お り_り 、_、 派遣_はけん 職員_しょくいん や_や フリー_ふりー 校正_こうせい 者_しゃ など_など 業態_ぎょうたい は_は さまざま_さまざま で_で あ_あ る_る 。_。 +校正_こうせい の_の 手順_てじゅん は_は 、_、 基本_きほん 的_てき に_に は_は まず_まず 著者_ちょしゃ の_の 原稿_げんこう を_を 植字_しょくじ 、_、 もしくは_もしくは データ_でーた 取込_とりこみ し_し て_て 試し_ためし 刷り_すり し_し た_た 校正_こうせい 刷り_すり (_( ゲラ_げら 刷_す り_り とも_とも 呼_よ ぶ_ぶ 。_。 +ゲラ_げら =_=  _くうはく galley_GALLEY  _くうはく と_と は_は 活字_かつじ を_を 並べ_ならべ る_る 枠箱_わくばこ の_の こと_こと だ_だ が_が 、_、 転_てん じ_じ て_て 刷_す っ_っ た_た もの_もの 、_、 さらに_さらに 転_てん じ_じ て_て 一般_いっぱん に_に 修正_しゅうせい を_を チェック_ちぇっく す_す べ_べ き_き もの_もの を_を い_い う_う よう_よう に_に な_な っ_っ た_た )_) の_の 内容_ないよう を_を 、_、 原稿_げんこう と_と 突き合わせ_つきあわせ て_て 確認_かくにん する_する こと_こと から_から 始ま_はじま る_る 。_。 +ここ_ここ で_で は_は 、_、 校正_こうせい は_は あくまで_あくまで も_も 原稿_げんこう に_に 忠実_ちゅうじつ に_に 印刷_いんさつ さ_さ れ_れ て_て い_い る_る か_か どう_どう か_か 確認_かくにん する_する こと_こと を_を 原則_げんそく と_と し_し て_て い_い る_る が_が 、_、 時_とき に_に は_は 著者_ちょしゃ の_の 書_か き_き 間違い_まちがい や_や 勘違い_かんちがい に_に よ_よ る_る 誤記_ごき を_を 正_ただ し_し たり_たり 、_、 著者_ちょしゃ に_に 確認_かくにん を_を 求め_もとめ たり_たり する_する こと_こと も_も 必要_ひつよう と_と な_な る_る (_( 原稿_げんこう と_と の_の 引き合わせ_ひきあわせ を_を 越え_こえ た_た 部分_ぶぶん に_に 関_かん し_し て_て は_は 「_「 校閲_こうえつ 」_」 と_と 呼_よ ば_ば れ_れ る_る )_) 。_。 +従_したが っ_っ て_て 、_、 校正_こうせい 者_しゃ に_に は_は その_その 分野_ぶんや に_に 対_たい する_する 専門_せんもん 的_てき な_な 知識_ちしき が_が 要求_ようきゅう さ_さ れ_れ る_る こと_こと が_が 多_おお い_い 。_。 +校正_こうせい 作業_さぎょう に_に 際_さい し_し て_て は_は 、_、 「_「 校正_こうせい 記号_きごう 」_」 と_と 呼_よ ば_ば れ_れ る_る 独特_どくとく の_の 様式_ようしき に_に 従_したが っ_っ て_て 、_、 ゲラ_げら 刷り_すり に_に 赤字_あかじ で_で 注記_ちゅうき を_を 書き入れ_かきいれ る_る と_と い_い う_う の_の が_が 一般_いっぱん 的_てき で_で あ_あ る_る 。_。 +こう_こう し_し た_た 校正_こうせい に_に よ_よ っ_っ て_て 判明_はんめい し_し た_た 誤植_ごしょく は_は 、_、 印刷_いんさつ の_の 原版_げんぱん の_の 修正_しゅうせい と_と い_い う_う かたち_かたち で_で 反映_はんえい さ_さ れ_れ 、_、 差し替え_さしかえ られ_られ た_た 刷り_すり 原稿_げんこう が_が 出_で て_て くる_くる 。_。 +そして_そして さらに_さらに 校正_こうせい が_が な_な さ_さ れ_れ 、_、 慎重_しんちょう を_を 期_き する_する 時_とき に_に は_は 再校_さいこう ・_・ 三_さん 校_こう 以上_いじょう が_が 重ね_かさね られ_られ る_る 。_。 +校正_こうせい を_を 終え_おえ て_て これ_これ から_から 出版_しゅっぱん に_に かか_かか る_る こと_こと を_を 、_、 「_「 校了_こうりょう 」_」 と_と 言_い う_う 。_。 +校了_こうりょう 前_まえ に_に は_は 必要_ひつよう に_に 応_おう じ_じ て_て 著者_ちょしゃ 自身_じしん に_に よ_よ る_る 「_「 著者_ちょしゃ 校_こう 」_」 も_も な_な さ_さ れ_れ 、_、 出版_しゅっぱん に_に あた_あた っ_っ て_て は_は 誤植_ごしょく や_や その_その 他_た の_の 誤り_あやまり を_を 追放_ついほう する_する 努力_どりょく が_が 重ね_かさね られ_られ て_て い_い る_る 。_。 +しかし_しかし ながら_ながら 、_、 どんな_どんな に_に 綿密_めんみつ に_に 校正_こうせい を_を 行_おこな っ_っ て_て も_も 、_、 しばしば_しばしば 誤植_ごしょく を_を 見落と_みおと し_し た_た まま_まま 出版_しゅっぱん さ_さ れ_れ る_る こと_こと が_が あ_あ り_り 、_、 出版_しゅっぱん 関係_かんけい 者_しゃ を_を 切歯_せっし 扼腕_やくわん さ_さ せ_せ て_て い_い る_る 。_。 +校正_こうせい を_を 少し_すこし で_で も_も 怠_おこた る_る と_と 出版_しゅっぱん 物_ぶつ に_に 数_かず 多く_おおく の_の 誤植_ごしょく が_が 発生_はっせい する_する の_の で_で 、_、 古く_ふるく から_から 「_「 校正_こうせい 畏_かしけ る_る べし_べし 」_」 の_の 警句_けいく が_が 語_かた ら_ら れ_れ て_て い_い る_る 。_。 +この_この 語_ご は_は 論語_ろんご の_の 「_「 後生_ごしょう 畏_かしけ る_る べし_べし 」_」 を_を もじ_もじ っ_っ た_た もの_もの だ_だ が_が 、_、 一説_いっせつ に_に は_は 、_、 明治_めいじ 時代_じだい の_の 劇作_げきさく 家_か 福地_ふくち 桜痴_おうち の_の 述懐_じゅっかい が_が 初出_しょしゅつ だ_だ と_と い_い う_う 。_。 +その_その 福地_ふくち が_が 東京_とうきょう 日日_にちにち 新聞_しんぶん の_の 主筆_しゅひつ で_で あ_あ っ_っ た_た 頃_ころ 、_、 自分_じぶん の_の 俸給_ほうきゅう を_を 削_けず っ_っ て_て まで_まで 招聘_しょうへい し_し た_た 校正_こうせい 主任_しゅにん は_は 市川_いちかわ 清流_せいりゅう と_と い_い う_う 国学_こくがく 者_しゃ ・_・ 漢学_かんがっ 者_しゃ で_で あ_あ り_り 、_、 清流_せいりゅう が_が 在社_ざいしゃ し_し て_て い_い る_る 間_あいだ は_は 「_「 校正_こうせい の_の 宜しき_ぎしき を_を 得_え た_た 」_」 と_と 福地_ふくち は_は 満足_まんぞく し_し た_た 。_。 +校正_こうせい の_の 過程_かてい +以下_いか に_に 、_、 出版_しゅっぱん に_に お_お い_い て_て 行_おこな わ_わ れ_れ る_る 一般_いっぱん 的_てき な_な 校正_こうせい の_の 過程_かてい を_を 述べ_のべ る_る 。_。 +初校_しょこう  _くうはく ー_ー  _くうはく 版下_はんした を_を 作成_さくせい する_する 印刷_いんさつ の_の 場合_ばあい に_に は_は 版下_はんした の_の コピー_こぴー 、_、 DTP_DTP の_の 場合_ばあい に_に は_は プリンター_ぷりんたー 出力_しゅつりょく 、_、 活版_かっぱん の_の 場合_ばあい に_に は_は 活字_かつじ を_を 組み上げ_くみあげ て_て 刷_す っ_っ た_た 試し_ためし 刷り_すり (_( ゲラ_げら 刷り_すり )_) を_を 原稿_げんこう と_と つきあわせ_つきあわせ る_る 。_。 +また_また 、_、 つきあわせ_つきあわせ の_の 後_あと で_で 素読み_すよみ (_( ゲラ_げら の_の ほう_ほう だけ_だけ を_を 読_よ ん_ん で_で 不_ふ 具合_ぐあい を_を 感_かん じ_じ な_な い_い か_か チェック_ちぇっく する_する )_) を_を 行_おこな う_う 。_。 +レイアウト_れいあうと 、_、 デザイン_でざいん の_の チェック_ちぇっく も_も ここ_ここ で_で 行_おこな う_う 。_。 +再校_さいこう  _くうはく ー_ー  _くうはく 初校_しょこう の_の 修正_しゅうせい を_を 行_おこな っ_っ た_た ゲラ_げら (_( 再校_さいこう 紙_し )_) と_と 初校_しょこう と_と を_を つきあわせ_つきあわせ て_て 、_、 初校_しょこう の_の 修正_しゅうせい が_が 確実_かくじつ に_に 行_おこな わ_わ れ_れ て_て い_い る_る か_か を_を チェック_ちぇっく する_する 。_。 +三_さん 校_こう  _くうはく ー_ー  _くうはく 三_さん 校_こう 紙_し を_を 再_さい 校_こう 紙_し と_と つきあわせ_つきあわせ る_る 。_。 +回数_かいすう は_は これ_これ 以上_いじょう に_に 及_およ ぶ_ぶ こと_こと も_も あ_あ り_り 、_、 四_よん 校_こう 、_、 五_ご 校_こう …_・・・ と_と 続_つづ く_く 。_。 +この_この 過程_かてい は_は 特に_とくに 慎重_しんちょう を_を 要_よう する_する 場合_ばあい に_に 行_おこな わ_わ れ_れ る_る 。_。 +著者_ちょしゃ 校_こう  _くうはく ー_ー  _くうはく 一_ひと 通り_とおり 校正_こうせい し_し 終わ_おわ っ_っ た_た 後_あと の_の 刷り_すり 原稿_げんこう を_を 、_、 著者_ちょしゃ 自身_じしん が_が 確認_かくにん する_する 過程_かてい 。_。 +著者_ちょしゃ が_が 意図_いと し_し た_た 表現_ひょうげん が_が 意_い に_に 沿_そ わ_わ ぬ_ぬ 修正_しゅうせい を_を さ_さ れ_れ て_て い_い た_た 場合_ばあい 、_、 表現_ひょうげん を_を 復元_ふくげん する_する こと_こと も_も あ_あ る_る 。_。 +バルザック_ばるざっく は_は しばしば_しばしば この_この 段階_だんかい で_で 多大_ただい な_な 変更_へんこう を_を 行_おこな い_い 、_、 十_じゅう 校_こう 以上_いじょう に_に も_も 及_およ ぶ_ぶ こと_こと が_が あ_あ っ_っ た_た ため_ため 、_、 植字_しょくじ 工_こう ・_・ 校正_こうせい 者_しゃ 泣かせ_なかせ で_で あ_あ っ_っ た_た 。_。 +編集_へんしゅう の_の 日程_にってい や_や 校正_こうせい の_の 進行_しんこう に_に よ_よ り_り 、_、 1_1 回_かい から_から 数_すう 回_かい 行_おこな わ_わ れ_れ る_る 。_。 +青焼_あおや き_き 、_、 清刷_きよす 、_、 色校_しょくこう  _くうはく ー_ー  _くうはく フィルム_ふぃるむ 製版_せいはん を_を する_する 場合_ばあい に_に 、_、 製版_せいはん し_し た_た あと_あと の_の 状態_じょうたい を_を チェック_ちぇっく する_する 。_。 +黒_くろ 1_1 色刷り_いろずり の_の 場合_ばあい に_に は_は 、_、 フィルム_ふぃるむ の_の 青_あお 写真_しゃしん (_( 青焼き_あおやき )_) を_を 取_と っ_っ て_て 、_、 これ_これ を_を 再校_さいこう 紙_し や_や 三_さん 校_こう 紙_し と_と つきあわせ_つきあわせ 、_、 また_また 網掛け_あみかけ など_など の_の 製版_せいはん 指示_しじ が_が 指示_しじ 通り_とおり に_に 行_おこな わ_わ れ_れ て_て い_い る_る か_か どう_どう か_か を_を 確認_かくにん する_する 。_。 +その_その ほか_ほか の_の 場合_ばあい に_に は_は 、_、 清刷_きよす と_と 呼_よ ば_ば れ_れ る_る 、_、 フィルム_ふぃるむ から_から 直接_ちょくせつ 印刷_いんさつ する_する こと_こと は_は 印刷_いんさつ の_の 原理_げんり 上_じょう でき_でき な_な い_い の_の で_で 、_、 感光_かんこう 剤_ざい を_を 塗布_とふ さ_さ れ_れ た_た アルミ_あるみ 板_いた (_( PS_PS 版_ばん )_) に_に 画像_がぞう を_を 密着_みっちゃく 転写_てんしゃ し_し 、_、 後_あと に_に 実_じっ 作業_さぎょう を_を 行_おこな う_う 予定_よてい の_の 印刷_いんさつ 機_き に_に よ_よ る_る 試し_ためし 刷り_すり (_( 本機_ほんき 校正_こうせい )_) を_を 行_おこな い_い 、_、 ここ_ここ で_で 色合い_いろあい を_を 含め_ふくめ て_て チェック_ちぇっく する_する 。_。 +通常_つうじょう は_は 色_いろ 校正_こうせい の_の 段階_だんかい で_で は_は そこ_そこ まで_まで する_する こと_こと は_は な_な く_く 、_、 PS_PS 版_ばん を_を 使用_しよう する_する こと_こと は_は 本機_ほんき 校正_こうせい と_と 同じ_おなじ で_で も_も 、_、 機械_きかい 構造_こうぞう を_を 簡略_かんりゃく 化_か ・_・ 変換_へんかん し_し た_た コロタイプ_ころたいぷ 式_しき の_の 校正_こうせい 用_よう 印刷_いんさつ 機_き で_で 色_いろ 校_こう 正_せい 刷り_すり や_や 色_いろ 校正_こうせい 紙_し は_は 作成_さくせい さ_さ れ_れ る_る が_が 、_、 上記_じょうき 文字_もじ 組_ぐみ 校正_こうせい 同様_どうよう に_に 初校_しょこう ・_・ 再校_さいこう ・_・ 三_さん 校_こう …_・・・ と_と 続_つづ く_く 場合_ばあい も_も あ_あ る_る 。_。 +なお_なお 、_、 印刷_いんさつ 工程_こうてい を_を 経_へ ず_ず に_に 写真_しゃしん 技術_ぎじゅつ を_を 応用_おうよう ・_・ 利用_りよう し_し た_た 色_いろ 校_こう 正術_せいじゅつ も_も 利用_りよう さ_さ れ_れ る_る 。_。 +校了_こうりょう  _くうはく ー_ー  _くうはく 校了_こうりょう と_と は_は 、_、 校正_こうせい 完了_かんりょう の_の 意味_いみ で_で あ_あ る_る 。_。 +校正_こうせい の_の 責任_せきにん 者_しゃ が_が 、_、 最終_さいしゅう チェック_ちぇっく を_を 行_おこな っ_っ て_て 、_、 そこ_そこ に_に 誤り_あやまり が_が な_な い_い こと_こと を_を 確認_かくにん し_し た_た 、_、 と_と い_い う_う 意味_いみ で_で あ_あ る_る 。_。 +なお_なお 、_、 「_「 責了_せきしま 」_」 と_と は_は 責任_せきにん 校了_こうりょう の_の 意味_いみ で_で 、_、 校正_こうせい 責任_せきにん 者_しゃ が_が 誤り_あやまり を_を 発見_はっけん し_し た_た が_が 、_、 指示_しじ し_し た_た 修正_しゅうせい が_が 修正_しゅうせい 者_しゃ の_の 責任_せきにん に_に よ_よ っ_っ て_て 修正_しゅうせい さ_さ れ_れ る_る の_の を_を 条件_じょうけん に_に 、_、 「_「 校了_こうりょう 」_」 と_と する_する 、_、 と_と い_い う_う 意味_いみ で_で あ_あ る_る 。_。 +印刷_いんさつ 現場_げんば に_に おけ_おけ る_る 修正_しゅうせい  _くうはく ー_ー  _くうはく 緊急_きんきゅう の_の 場合_ばあい に_に 、_、 印刷_いんさつ 現場_げんば で_で 修正_しゅうせい を_を 行_おこな う_う こと_こと が_が あ_あ る_る 。_。 +これ_これ は_は 文字_もじ など_など を_を 削_けず る_る こと_こと しか_しか でき_でき な_な い_い の_の で_で 体裁_ていさい が_が 悪_わる く_く な_な り_り がち_がち だ_だ が_が 、_、 それ_それ で_で も_も 印刷_いんさつ さ_さ れ_れ る_る より_より い_い い_い 、_、 と_と い_い う_う 場合_ばあい に_に この_この 処置_しょち が_が と_と ら_ら れ_れ る_る 。_。 +新聞_しんぶん 記事_きじ で_で 稀_まれ に_に 何_なん 字_じ 分か_わか 空白_くうはく 部分_ぶぶん が_が あ_あ る_る の_の は_は 、_、 これ_これ で_で あ_あ ろ_ろ う_う 。_。 +出版_しゅっぱん 後_ご の_の 修正_しゅうせい +出版_しゅっぱん 物_ぶつ に_に は_は 誤り_あやまり が_が な_な い_い こと_こと が_が 望まし_のぞまし い_い が_が 、_、 実際_じっさい に_に は_は なかなか_なかなか 完璧_かんぺき に_に 校正_こうせい を_を 行_おこな う_う こと_こと は_は でき_でき な_な い_い 。_。 +また_また 、_、 時_とき を_を 経_へ て_て 状況_じょうきょう が_が 変化_へんか する_する 場合_ばあい も_も あ_あ る_る 。_。 +この_この よう_よう な_な 後_あと から_から 発覚_はっかく し_し た_た 誤り_あやまり や_や 変化_へんか は_は 、_、 緊急_きんきゅう を_を 要_よう する_する 場合_ばあい に_に は_は 、_、 正誤_せいご 表_ひょう を_を 折り込_おりこ む_む など_など の_の 対策_たいさく が_が 取_と ら_ら れ_れ る_る 。_。 +新聞_しんぶん で_で は_は 、_、 「_「 訂正_ていせい 」_」 欄_らん を_を 設け_もーけ て_て 誤り_あやまり を_を 正_ただ し_し て_て い_い る_る 。_。 +一般_いっぱん 的_てき に_に は_は 、_、 増刷_ぞうさつ (_( 増版_ぞうはん )_) を_を 行_おこな う_う 時点_じてん で_で 修正_しゅうせい を_を 行_おこな う_う 。_。 +一般_いっぱん に_に 増刷_ぞうさつ を_を する_する ごと_ごと に_に 1_1 刷_す 、_、 2_2 刷_す と_と 呼_よ ば_ば れ_れ 、_、 大きな_おおきな 改訂_かいてい を_を 伴_ともな う_う 増刷_ぞうさつ の_の 場合_ばあい に_に は_は 1_1 版_ばん 、_、 2_2 版_ばん と_と 呼_よ ば_ば れ_れ る_る 。_。 +当然_とうぜん ながら_ながら 、_、 初版_しょはん 本_ぼん (_( 1_1 版_ばん 1_1 刷_す の_の 本_ほん )_) に_に は_は あと_あと の_の 版_ばん に_に 比べ_くらべ て_て 多く_おおく の_の 誤り_あやまり を_を 含_ふく む_む こと_こと に_に な_な る_る が_が 、_、 この_この こと_こと が_が 逆_ぎゃく に_に 初版_しょはん 本_ぼん を_を コレクション_これくしょん の_の 対象_たいしょう と_と し_し て_て い_い る_る の_の で_で あ_あ る_る 。_。 +かな_かな 漢字_かんじ 変換_へんかん (_( か_か な_な かん_かん じ_じ へんかん_へんかん )_) は_は 、_、 情報_じょうほう 機器_きき に_に 備え付け_そなえつけ られ_られ る_る 日本_にっぽん 語_ご 入力_にゅうりょく システム_しすてむ の_の 分類_ぶんるい の_の 一_ひと つ_つ 。_。 +目次_もくじ +1_1  _くうはく かな_かな 漢字_かんじ 変換_へんかん の_の 仕組み_しくみ +2_2  _くうはく かな_かな 漢字_かんじ 変換_へんかん の_の ソフトウェア_そふとうぇあ +2_2 ._。 1_1  _くうはく パーソナル_ぱーそなる コンピュータ_こんぴゅーた 用_よう +2_2 ._。 1_1 ._。 1_1  _くうはく 市販_しはん の_の もの_もの +2_2 ._。 1_1 ._。 1_1 ._。 1_1  _くうはく 現行_げんこう 品_ひん +2_2 ._。 1_1 ._。 1_1 ._。 2_2  _くうはく 販売_はんばい 終了_しゅうりょう 品_ひん +2_2 ._。 1_1 ._。 2_2  _くうはく フリー_ふりー ソフトウェア_そふとうぇあ (_( オープン_おーぷん ソース_そーす )_) の_の もの_もの +2_2 ._。 2_2  _くうはく 組み込_くみこ み_み 機器_きき 、_、 携帯_けいたい 電話_でんわ 向け_むけ +2_2 ._。 3_3  _くうはく その_その 他_た +3_3  _くうはく 関連_かんれん 項目_こうもく +かな_かな 漢字_かんじ 変換_へんかん の_の 仕組み_しくみ +典型_てんけい 的_てき な_な か_か な_な 漢字_かんじ 変換_へんかん は_は 、_、 次_つぎ の_の よう_よう に_に 働_はたら く_く 。_。 + _くうはく まず_まず 、_、 ユーザー_ゆーざー が_が 入力_にゅうりょく し_し た_た い_い 文章_ぶんしょう (_( 単漢字_たんかんじ 、_、 単語_たんご 、_、 文節_ぶんせつ )_) の_の 読み_よみ を_を 入力_にゅうりょく 装置_そうち (_( パソコン_ぱそこん の_の キーボード_きーぼーど 、_、 携帯_けいたい 電話_でんわ の_の ボタン_ぼたん 、_、 ゲーム_げーむ 機_き の_の コントローラー_こんとろーらー 、_、 映像_えいぞう 関連_かんれん 機器_きき の_の リモコン_りもこん 等_とう )_) から_から 入力_にゅうりょく する_する 。_。 + _くうはく キーボード_きーぼーど を_を 用い_もちい る_る 場合_ばあい の_の 読み_よみ の_の 入力_にゅうりょく 方式_ほうしき に_に は_は 、_、 かな入力_かないりき と_と ローマ_ろーま 字_じ 入力_にゅうりょく と_と が_が あ_あ る_る 。_。 + _くうはく かな_かな 漢字_かんじ 変換_へんかん システム_しすてむ は_は 読み_よみ を_を 受け取_うけと り_り 、_、 形態_けいたい 素_そ 解析_かいせき など_など の_の 文法_ぶんぽう 解析_かいせき システム_しすてむ 、_、 および_および 、_、 読みと_よみと 漢字_かんじ と_と の_の 変換_へんかん 対応_たいおう 表_ひょう (_( いわゆる_いわゆる 辞書_じしょ )_) を_を 用い_もちい て_て 、_、 漢字_かんじ 仮名_かな 交じり_まじり 文_ぶん に_に 変換_へんかん し_し 出力_しゅつりょく する_する 。_。 +SKK_SKK の_の よう_よう に_に 、_、 辞書_じしょ だけ_だけ を_を 用い_もちい て_て 変換_へんかん する_する システム_しすてむ も_も あ_あ る_る 。_。 diff --git a/data/wiki-ja-train.pos b/data/wiki-ja-train.pos new file mode 100644 index 0000000..3174105 --- /dev/null +++ b/data/wiki-ja-train.pos @@ -0,0 +1,818 @@ +名詞 名詞 名詞 補助記号 名詞 名詞 名詞 補助記号 名詞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 英単語 補助記号 名詞 補助記号 名詞 補助記号 助詞 補助記号 名詞 助詞 名詞 接尾辞 助動詞 動詞 語尾 助詞 動詞 語尾 名詞 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 語尾 名詞 助詞 名詞 助動詞 動詞 語尾 補助記号 名詞 名詞 助詞 名詞 接尾辞 助詞 名詞 名詞 助動詞 動詞 語尾 補助記号 +補助記号 名詞 名詞 接尾辞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 助詞 連体詞 名詞 助動詞 動詞 語尾 助詞 補助記号 名詞 助詞 名詞 接尾辞 助動詞 名詞 助詞 助詞 名詞 名詞 助詞 動詞 語尾 助詞 助詞 動詞 語尾 助詞 補助記号 名詞 助詞 名詞 接尾辞 接尾辞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 名詞 助詞 形容詞 語尾 補助記号 +名詞 接尾辞 助詞 名詞 助詞 副詞 名詞 助詞 名詞 動詞 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 副詞 名詞 接尾辞 助動詞 補助記号 名詞 助詞 名詞 動詞 形容詞 語尾 補助記号 名詞 助詞 名詞 動詞 助詞 動詞 語尾 助動詞 名詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 助動詞 語尾 名詞 助詞 補助記号 名詞 名詞 名詞 助詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +名詞 名詞 名詞 助詞 補助記号 名詞 名詞 名詞 助詞 名詞 助詞 補助記号 名詞 助詞 動詞 語尾 助詞 補助記号 動詞 語尾 助動詞 語尾 助詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助動詞 助詞 補助記号 名詞 助詞 名詞 接尾辞 助動詞 名詞 名詞 名詞 補助記号 名詞 助詞 名詞 助詞 補助記号 助詞 動詞 助動詞 助動詞 名詞 補助記号 名詞 補助記号 名詞 名詞 接尾辞 補助記号 助詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 連体詞 名詞 接尾辞 助詞 動詞 語尾 助詞 動詞 助詞 動詞 語尾 補助記号 +副詞 名詞 名詞 助詞 名詞 名詞 接尾辞 名詞 助詞 副詞 名詞 動詞 助詞 名詞 動詞 語尾 名詞 助詞 形状詞 助動詞 動詞 語尾 助動詞 助詞 動詞 語尾 補助記号 +連体詞 名詞 補助記号 名詞 名詞 名詞 助詞 助詞 名詞 接尾辞 名詞 助詞 名詞 名詞 補助記号 名詞 名詞 補助記号 名詞 名詞 助詞 助詞 名詞 助詞 名詞 接尾辞 助動詞 名詞 助詞 名詞 助詞 動詞 名詞 助動詞 動詞 語尾 助詞 補助記号 名詞 名詞 名詞 助詞 補助記号 名詞 助詞 連体詞 形状詞 助動詞 名詞 動詞 助詞 助詞 動詞 語尾 名詞 接尾辞 助詞 名詞 助詞 名詞 名詞 助詞 連体詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 動詞 助詞 動詞 語尾 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 語尾 助詞 副詞 助詞 助詞 動詞 語尾 助詞 動詞 助詞 動詞 語尾 補助記号 +名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 名詞 助詞 連体詞 名詞 +名詞 補助記号 名詞 接尾辞 助動詞 名詞 +名詞 補助記号 名詞 接尾辞 名詞 名詞 名詞 +名詞 補助記号 名詞 名詞 名詞 助詞 連体詞 名詞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 名詞 +名詞 名詞 名詞 助詞 名詞 名詞 助詞 助詞 形状詞 助動詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 名詞 助詞 連体詞 名詞 接尾辞 補助記号 動詞 語尾 名詞 助詞 動詞 語尾 助詞 形容詞 語尾 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +名詞 助詞 名詞 補助記号 名詞 名詞 助詞 名詞 動詞 名詞 名詞 助詞 動詞 助詞 助詞 名詞 助詞 名詞 助詞 副詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +名詞 接尾辞 名詞 +名詞 名詞 +名詞 助詞 名詞 接尾辞 名詞 +名詞 名詞 +名詞 名詞 助詞 連体詞 名詞 +名詞 接尾辞 補助記号 名詞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 動詞 助詞 形状詞 助動詞 名詞 接尾辞 助動詞 動詞 語尾 補助記号 +名詞 助詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 形状詞 助動詞 形容詞 語尾 動詞 語尾 助動詞 名詞 補助記号 名詞 名詞 名詞 助詞 形状詞 助動詞 助詞 動詞 語尾 動詞 語尾 動詞 助動詞 名詞 名詞 助詞 動詞 語尾 助動詞 助詞 補助記号 副詞 名詞 接尾辞 助動詞 名詞 助詞 助詞 名詞 接尾辞 助詞 名詞 接尾辞 助詞 名詞 動詞 補助記号 名詞 接尾辞 助動詞 動詞 接尾辞 助詞 動詞 語尾 助詞 動詞 語尾 助動詞 補助記号 +名詞 名詞 名詞 助詞 補助記号 名詞 形状詞 名詞 助詞 動詞 語尾 助動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +副詞 助動詞 補助記号 名詞 名詞 名詞 助詞 助詞 名詞 名詞 助詞 動詞 語尾 助詞 助詞 名詞 助詞 代名詞 助詞 名詞 動詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 語尾 名詞 助動詞 動詞 語尾 補助記号 +補助記号 名詞 補助記号 補助記号 英単語 名詞 補助記号 助詞 名詞 助詞 補助記号 名詞 名詞 名詞 助詞 連体詞 名詞 助詞 名詞 接尾辞 助詞 助詞 動詞 語尾 補助記号 +名詞 接尾辞 助動詞 名詞 +名詞 名詞 名詞 補助記号 名詞 補助記号 助詞 動詞 助動詞 名詞 助詞 名詞 接尾辞 助詞 助詞 名詞 助詞 動詞 助詞 動詞 語尾 補助記号 +名詞 助詞 名詞 接尾辞 助詞 名詞 補助記号 +名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 助詞 動詞 助動詞 助詞 助動詞 補助記号 名詞 助詞 動詞 助動詞 補助記号 +補助記号 +名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 補助記号 補助記号 名詞 助詞 動詞 動詞 助詞 動詞 助動詞 助詞 助動詞 補助記号 名詞 助詞 動詞 助動詞 補助記号 +補助記号 +助詞 名詞 接尾辞 助動詞 名詞 名詞 助詞 形状詞 助動詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 記号 補助記号 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助詞 動詞 助詞 補助記号 名詞 助詞 助詞 動詞 補助記号 名詞 助詞 助詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 補助記号 +連体詞 名詞 助詞 名詞 補助記号 名詞 助詞 名詞 語尾 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 名詞 動詞 名詞 助詞 動詞 語尾 補助記号 +接続詞 補助記号 補助記号 名詞 記号 補助記号 名詞 補助記号 補助記号 補助記号 名詞 補助記号 名詞 補助記号 補助記号 助詞 名詞 助詞 動詞 語尾 補助記号 名詞 助詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 助詞 助動詞 補助記号 名詞 助動詞 助詞 助詞 名詞 補助記号 名詞 補助記号 動詞 語尾 助詞 補助記号 補助記号 名詞 補助記号 補助記号 補助記号 名詞 補助記号 名詞 補助記号 助詞 動詞 語尾 補助記号 +名詞 助詞 形状詞 助動詞 補助記号 名詞 名詞 助詞 動詞 語尾 助詞 助詞 名詞 補助記号 名詞 助詞 名詞 助動詞 助詞 補助記号 補助記号 名詞 補助記号 補助記号 補助記号 名詞 補助記号 名詞 補助記号 助詞 動詞 語尾 補助記号 +副詞 補助記号 代名詞 接尾辞 助詞 名詞 助詞 名詞 動詞 形容詞 語尾 名詞 動詞 名詞 助詞 助詞 補助記号 名詞 助詞 名詞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 助詞 名詞 助詞 名詞 補助記号 名詞 助詞 名詞 助詞 名詞 動詞 補助記号 助詞 動詞 語尾 助詞 動詞 助動詞 語尾 助詞 動詞 語尾 助動詞 語尾 補助記号 +名詞 助詞 名詞 名詞 助詞 名詞 動詞 名詞 助詞 形状詞 助動詞 動詞 語尾 補助記号 +副詞 補助記号 +名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 補助記号 名詞 名詞 助詞 動詞 語尾 補助記号 +助詞 動詞 語尾 名詞 名詞 助詞 名詞 助詞 形状詞 助動詞 形状詞 助詞 名詞 動詞 語尾 補助記号 +名詞 接尾辞 助動詞 助詞 補助記号 名詞 助詞 動詞 助詞 補助記号 補助記号 名詞 助詞 名詞 助詞 形状詞 助動詞 形容詞 語尾 動詞 語尾 補助記号 助詞 名詞 動詞 補助記号 +補助記号 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 形状詞 助動詞 名詞 動詞 補助記号 副詞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 補助記号 名詞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 補助記号 助詞 名詞 動詞 補助記号 +補助記号 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 動詞 語尾 形状詞 助動詞 補助記号 代名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 名詞 動詞 補助記号 副詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 補助記号 名詞 補助記号 名詞 記号 補助記号 補助記号 補助記号 助詞 名詞 動詞 補助記号 +補助記号 名詞 助詞 形状詞 助動詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 名詞 動詞 補助記号 副詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 助詞 名詞 動詞 補助記号 +補助記号 補助記号 名詞 名詞 補助記号 補助記号 名詞 名詞 補助記号 助詞 動詞 語尾 名詞 助詞 名詞 助詞 名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 補助記号 連体詞 名詞 助詞 助詞 名詞 接尾辞 助動詞 名詞 助詞 名詞 接尾辞 名詞 助詞 動詞 語尾 動詞 語尾 補助記号 +補助記号 名詞 助詞 動詞 語尾 名詞 助詞 補助記号 動詞 語尾 助詞 名詞 接尾辞 助動詞 名詞 助詞 動詞 語尾 補助記号 +名詞 助詞 助詞 副詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 動詞 名詞 助詞 形容詞 語尾 名詞 補助記号 連体詞 形状詞 助動詞 名詞 助詞 形容詞 語尾 動詞 語尾 補助記号 +接続詞 補助記号 名詞 助詞 動詞 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 形容詞 接尾辞 助詞 動詞 語尾 補助記号 +副詞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 補助記号 名詞 補助記号 補助記号 形容詞 語尾 連体詞 名詞 助詞 名詞 補助記号 助詞 動詞 語尾 名詞 名詞 助詞 動詞 語尾 助詞 動詞 補助記号 +連体詞 名詞 助詞 形容詞 語尾 助動詞 語尾 助動詞 助詞 補助記号 +名詞 接尾辞 助詞 形容詞 語尾 助詞 助動詞 語尾 助動詞 助詞 補助記号 +名詞 接尾辞 助詞 形容詞 語尾 助詞 助動詞 語尾 助動詞 助詞 補助記号 +名詞 助詞 形容詞 語尾 助詞 助動詞 語尾 助動詞 助詞 補助記号 +名詞 助詞 助詞 名詞 助詞 形状詞 助動詞 名詞 助詞 動詞 語尾 補助記号 +名詞 接尾辞 名詞 +名詞 名詞 補助記号 名詞 名詞 補助記号 名詞 名詞 助詞 動詞 語尾 助動詞 名詞 助詞 名詞 助詞 形容詞 語尾 名詞 助詞 動詞 助動詞 語尾 補助記号 +連体詞 名詞 補助記号 名詞 助詞 名詞 助詞 名詞 動詞 助詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 代名詞 助詞 形状詞 助動詞 名詞 助動詞 名詞 助詞 動詞 語尾 補助記号 +名詞 助詞 動詞 助動詞 名詞 接尾辞 名詞 +名詞 名詞 助詞 動詞 語尾 助詞 補助記号 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 助詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +動詞 語尾 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 助詞 補助記号 形状詞 助動詞 形容詞 語尾 名詞 助詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 名詞 助詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 補助記号 名詞 助詞 動詞 助詞 助詞 動詞 語尾 助詞 補助記号 形状詞 助動詞 助詞 形容詞 語尾 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 名詞 助詞 名詞 動詞 助動詞 語尾 助詞 名詞 助詞 動詞 助動詞 語尾 補助記号 +名詞 助詞 名詞 接尾辞 +名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 +動詞 語尾 助詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 助詞 副詞 形容詞 語尾 名詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 補助記号 +名詞 助詞 名詞 接尾辞 +名詞 名詞 助詞 名詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 接尾辞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 名詞 助詞 形容詞 語尾 補助記号 +副詞 形状詞 助動詞 名詞 補助記号 名詞 名詞 補助記号 助詞 名詞 動詞 助詞 助詞 補助記号 名詞 接尾辞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 動詞 補助記号 +接頭辞 形状詞 助動詞 名詞 助詞 動詞 語尾 助動詞 名詞 +名詞 助詞 名詞 助詞 接頭辞 名詞 助詞 名詞 助詞 助詞 名詞 補助記号 名詞 名詞 補助記号 補助記号 +名詞 助詞 動詞 助動詞 名詞 助詞 名詞 補助記号 +名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 補助記号 +名詞 名詞 名詞 助詞 動詞 助動詞 名詞 助詞 名詞 助詞 補助記号 +名詞 名詞 +名詞 助詞 名詞 名詞 助詞 名詞 動詞 助動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +副詞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 補助記号 補助記号 名詞 助詞 動詞 語尾 助詞 動詞 助動詞 語尾 助詞 補助記号 補助記号 助詞 動詞 語尾 名詞 助詞 動詞 語尾 名詞 助詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助動詞 動詞 語尾 補助記号 +代名詞 助詞 補助記号 補助記号 名詞 補助記号 補助記号 助詞 助詞 動詞 助詞 代名詞 助詞 動詞 助動詞 語尾 助詞 助詞 形容詞 語尾 名詞 助詞 助詞 動詞 助動詞 語尾 助詞 補助記号 補助記号 名詞 補助記号 補助記号 助詞 副詞 動詞 語尾 動詞 語尾 名詞 助詞 補助記号 補助記号 記号 英単語 補助記号 名詞 補助記号 名詞 補助記号 記号 補助記号 名詞 英単語 補助記号 名詞 補助記号 名詞 補助記号 補助記号 助詞 副詞 形容詞 語尾 補助記号 名詞 助詞 代名詞 助詞 動詞 語尾 助詞 動詞 語尾 助動詞 語尾 名詞 補助記号 補助記号 +名詞 接尾辞 名詞 名詞 名詞 +名詞 接尾辞 名詞 名詞 名詞 助詞 補助記号 名詞 名詞 接尾辞 接続詞 名詞 接尾辞 接尾辞 名詞 助詞 動詞 語尾 助詞 補助記号 名詞 助詞 名詞 接尾辞 助詞 代名詞 接尾辞 助詞 助詞 名詞 名詞 助詞 動詞 語尾 助動詞 助詞 動詞 名詞 助動詞 動詞 語尾 補助記号 +形容詞 語尾 名詞 助詞 動詞 語尾 助詞 動詞 語尾 助詞 補助記号 名詞 接尾辞 助詞 名詞 名詞 名詞 助詞 助詞 名詞 助詞 形状詞 接尾辞 助詞 名詞 助詞 名詞 名詞 接尾辞 助詞 名詞 動詞 助詞 動詞 語尾 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 +連体詞 形状詞 助動詞 名詞 助詞 名詞 接尾辞 名詞 名詞 名詞 助詞 名詞 助詞 名詞 動詞 補助記号 +名詞 名詞 接尾辞 助詞 名詞 名詞 助詞 動詞 語尾 助動詞 名詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +名詞 接尾辞 名詞 名詞 名詞 助詞 名詞 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 助詞 名詞 助詞 助詞 名詞 助詞 名詞 動詞 名詞 助動詞 動詞 語尾 名詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 助動詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 名詞 名詞 助詞 連体詞 名詞 +名詞 名詞 名詞 助詞 名詞 名詞 助詞 動詞 助詞 補助記号 名詞 助詞 形状詞 助動詞 名詞 助詞 名詞 補助記号 名詞 接尾辞 動詞 助動詞 助詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 接尾辞 助詞 助詞 名詞 助詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +名詞 名詞 名詞 +名詞 名詞 +名詞 名詞 補助記号 名詞 名詞 補助記号 名詞 名詞 +名詞 名詞 補助記号 名詞 名詞 +名詞 名詞 名詞 +名詞 名詞 名詞 +名詞 名詞 名詞 +名詞 名詞 名詞 +名詞 名詞 +名詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 名詞 名詞 +名詞 名詞 名詞 補助記号 名詞 接尾辞 接頭辞 接尾辞 接尾辞 補助記号 助詞 助詞 補助記号 名詞 接尾辞 接続詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 助詞 名詞 動詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 助詞 名詞 名詞 助詞 助詞 名詞 助詞 動詞 助詞 名詞 名詞 助詞 名詞 動詞 補助記号 +形状詞 助動詞 名詞 助詞 動詞 語尾 名詞 助詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +形状詞 助動詞 名詞 助詞 動詞 助詞 助詞 名詞 英単語 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +接続詞 名詞 助詞 名詞 接尾辞 助詞 助動詞 助詞 動詞 語尾 補助記号 +名詞 +名詞 名詞 名詞 助詞 名詞 助詞 補助記号 名詞 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 名詞 助詞 名詞 助詞 補助記号 名詞 助詞 形状詞 接尾辞 助詞 動詞 語尾 名詞 助詞 名詞 動詞 助詞 補助記号 連体詞 形状詞 接尾辞 助詞 形容詞 語尾 名詞 助詞 動詞 語尾 助詞 補助記号 名詞 助詞 動詞 語尾 助詞 動詞 語尾 名詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 助詞 形状詞 接尾辞 助詞 名詞 動詞 名詞 助詞 動詞 助詞 補助記号 動詞 助動詞 助詞 動詞 語尾 助詞 助詞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 形状詞 助詞 副詞 助詞 助詞 名詞 動詞 名詞 補助記号 名詞 助詞 名詞 接尾辞 助詞 連体詞 名詞 助動詞 動詞 語尾 助詞 助詞 名詞 動詞 名詞 助詞 助詞 動詞 語尾 補助記号 +補助記号 名詞 助詞 名詞 補助記号 名詞 接尾辞 助詞 名詞 助詞 名詞 助詞 補助記号 形状詞 助詞 副詞 助詞 助詞 動詞 語尾 名詞 助詞 副詞 形状詞 助詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 接尾辞 助動詞 動詞 語尾 補助記号 +名詞 助詞 名詞 助詞 名詞 助詞 名詞 助動詞 名詞 助詞 名詞 助詞 助詞 動詞 語尾 助詞 名詞 動詞 名詞 助動詞 動詞 語尾 補助記号 +接続詞 名詞 接尾辞 助動詞 動詞 語尾 名詞 助詞 動詞 語尾 助詞 補助記号 名詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助動詞 名詞 助動詞 動詞 語尾 名詞 補助記号 名詞 助詞 形状詞 助動詞 形容詞 語尾 名詞 助詞 助詞 名詞 動詞 語尾 名詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 名詞 補助記号 名詞 名詞 補助記号 助詞 助詞 補助記号 名詞 助詞 動詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 名詞 助詞 動詞 語尾 名詞 補助記号 +名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 助詞 名詞 助詞 名詞 補助記号 名詞 補助記号 名詞 補助記号 連体詞 名詞 形状詞 助動詞 名詞 助詞 連体詞 名詞 助詞 動詞 助詞 名詞 動詞 助動詞 助動詞 名詞 助詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 助動詞 語尾 名詞 助詞 形容詞 語尾 助詞 補助記号 代名詞 助詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 名詞 助詞 動詞 助動詞 名詞 助詞 名詞 動詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 動詞 語尾 名詞 名詞 助詞 動詞 助動詞 名詞 助詞 名詞 助詞 名詞 助詞 副詞 名詞 動詞 助詞 助詞 動詞 補助記号 名詞 助詞 形状詞 助動詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 接尾辞 助詞 動詞 語尾 名詞 接尾辞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 名詞 形容詞 語尾 補助記号 名詞 助動詞 名詞 助動詞 名詞 助詞 動詞 語尾 名詞 接尾辞 助詞 形状詞 助動詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +名詞 +名詞 補助記号 名詞 名詞 助詞 名詞 名詞 名詞 助詞 名詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 助詞 名詞 助詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 名詞 名詞 助詞 名詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 名詞 名詞 名詞 助詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 名詞 名詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 名詞 助詞 名詞 助詞 助詞 名詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 名詞 助詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 名詞 助詞 名詞 +名詞 補助記号 名詞 名詞 名詞 助詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 名詞 名詞 助詞 名詞 接尾辞 +名詞 補助記号 名詞 補助記号 名詞 名詞 助詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 名詞 助詞 名詞 名詞 名詞 名詞 +名詞 補助記号 名詞 補助記号 連体詞 名詞 名詞 +名詞 補助記号 名詞 補助記号 連体詞 名詞 +名詞 名詞 助詞 名詞 名詞 名詞 助詞 名詞 名詞 +名詞 名詞 助詞 名詞 助詞 動詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 助詞 名詞 接続詞 名詞 助詞 名詞 助詞 名詞 補助記号 名詞 名詞 名詞 助詞 名詞 助詞 名詞 名詞 名詞 助詞 名詞 名詞 接尾辞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 名詞 助詞 名詞 名詞 接尾辞 助詞 名詞 助詞 動詞 名詞 名詞 名詞 補助記号 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 名詞 接尾辞 名詞 接尾辞 補助記号 名詞 名詞 名詞 助詞 名詞 名詞 名詞 助詞 名詞 名詞 名詞 助詞 名詞 助詞 動詞 助詞 名詞 動詞 助動詞 接頭辞 名詞 名詞 助詞 助詞 形状詞 助動詞 名詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 助詞 動詞 語尾 補助記号 +名詞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 名詞 動詞 助動詞 語尾 名詞 助動詞 動詞 語尾 補助記号 +代名詞 助詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 補助記号 名詞 形容詞 語尾 動詞 助動詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 補助記号 +名詞 助詞 名詞 助詞 名詞 +名詞 名詞 名詞 助詞 名詞 名詞 助詞 補助記号 接頭辞 名詞 助詞 名詞 動詞 助動詞 語尾 名詞 名詞 助詞 名詞 接尾辞 助詞 名詞 助詞 名詞 接尾辞 助詞 動詞 語尾 名詞 助詞 補助記号 名詞 助詞 形容詞 語尾 名詞 接尾辞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 語尾 形状詞 助動詞 動詞 語尾 助動詞 助詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 接尾辞 助詞 動詞 助動詞 名詞 名詞 助詞 名詞 名詞 補助記号 名詞 名詞 助詞 名詞 助詞 助詞 助詞 名詞 助詞 名詞 助詞 助詞 形状詞 助動詞 動詞 助動詞 助詞 動詞 語尾 名詞 補助記号 名詞 名詞 助詞 動詞 語尾 助動詞 名詞 助詞 名詞 助詞 形状詞 助動詞 名詞 補助記号 名詞 補助記号 名詞 接尾辞 助詞 名詞 助詞 名詞 助詞 動詞 助動詞 名詞 名詞 助詞 名詞 助詞 助詞 名詞 名詞 助詞 名詞 助詞 動詞 助詞 副詞 形状詞 助動詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 補助記号 +名詞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 補助記号 名詞 助詞 動詞 助詞 名詞 助詞 形状詞 助動詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +連体詞 名詞 補助記号 名詞 補助記号 名詞 名詞 助詞 助詞 名詞 動詞 助動詞 語尾 補助記号 名詞 助詞 接頭辞 名詞 助動詞 名詞 助詞 名詞 助動詞 名詞 助詞 名詞 動詞 名詞 補助記号 助詞 名詞 助詞 動詞 助動詞 名詞 +助詞 名詞 接尾辞 助動詞 名詞 名詞 +助詞 名詞 助詞 形容詞 語尾 形状詞 助動詞 名詞 名詞 助詞 動詞 語尾 助動詞 名詞 名詞 名詞 +形状詞 助動詞 名詞 助詞 名詞 接尾辞 接続詞 名詞 接尾辞 助動詞 動詞 語尾 名詞 名詞 名詞 名詞 +名詞 動詞 助動詞 語尾 名詞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 語尾 名詞 補助記号 名詞 補助記号 名詞 名詞 +記号 名詞 記号 名詞 接尾辞 助詞 接頭辞 名詞 名詞 名詞 助詞 名詞 助詞 動詞 助動詞 名詞 名詞 +名詞 名詞 名詞 助詞 名詞 名詞 +名詞 名詞 名詞 助詞 名詞 名詞 +名詞 名詞 名詞 助詞 副詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +名詞 +名詞 名詞 助詞 名詞 +名詞 補助記号 名詞 名詞 補助記号 +名詞 名詞 +名詞 名詞 +名詞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 動詞 補助記号 名詞 動詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 助詞 助詞 名詞 助詞 名詞 動詞 助動詞 補助記号 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 語尾 補助記号 +名詞 助詞 名詞 接尾辞 助詞 名詞 名詞 補助記号 名詞 名詞 補助記号 助詞 名詞 名詞 助詞 動詞 語尾 助詞 名詞 助詞 名詞 動詞 補助記号 名詞 名詞 助詞 形状詞 助動詞 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 名詞 助詞 名詞 動詞 補助記号 名詞 動詞 助動詞 助動詞 名詞 助詞 名詞 動詞 名詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 助詞 名詞 接尾辞 助詞 名詞 動詞 補助記号 +副詞 名詞 助詞 名詞 名詞 助詞 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 名詞 補助記号 名詞 名詞 補助記号 名詞 名詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 名詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 助詞 名詞 動詞 補助記号 名詞 動詞 助動詞 助動詞 名詞 助詞 名詞 動詞 名詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 補助記号 +名詞 名詞 名詞 名詞 助詞 名詞 +名詞 名詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +名詞 助詞 副詞 助詞 名詞 助動詞 助詞 形容詞 語尾 補助記号 名詞 動詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 補助記号 +名詞 名詞 名詞 名詞 +名詞 助詞 名詞 助詞 動詞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 補助記号 +名詞 補助記号 名詞 補助記号 名詞 接尾辞 助詞 名詞 名詞 助詞 名詞 動詞 助詞 名詞 助詞 動詞 名詞 助詞 助詞 名詞 補助記号 名詞 補助記号 名詞 補助記号 助詞 動詞 助詞 名詞 接尾辞 助動詞 名詞 助詞 動詞 語尾 助詞 助詞 名詞 接尾辞 助動詞 動詞 語尾 助詞 補助記号 名詞 名詞 接尾辞 接尾辞 名詞 助詞 名詞 助動詞 名詞 助詞 名詞 動詞 補助記号 接続詞 形状詞 助動詞 名詞 動詞 名詞 補助記号 名詞 補助記号 名詞 助詞 名詞 助詞 名詞 名詞 動詞 助詞 名詞 動詞 名詞 助詞 名詞 接尾辞 接頭辞 形状詞 助動詞 動詞 語尾 補助記号 +連体詞 名詞 補助記号 副詞 動詞 助詞 名詞 接尾辞 助動詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 助詞 助詞 形状詞 助動詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 補助記号 名詞 補助記号 名詞 補助記号 名詞 名詞 名詞 助詞 名詞 助詞 助詞 代名詞 名詞 助詞 名詞 助詞 名詞 助詞 形状詞 助動詞 動詞 語尾 助詞 助詞 名詞 助詞 名詞 助詞 名詞 接尾辞 助詞 動詞 語尾 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 助詞 助詞 名詞 名詞 +名詞 名詞 助詞 名詞 助詞 助詞 名詞 助詞 名詞 動詞 補助記号 +名詞 助詞 名詞 接続詞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 形状詞 助動詞 名詞 動詞 補助記号 +副詞 名詞 名詞 助詞 名詞 接尾辞 接続詞 接頭辞 名詞 助詞 動詞 語尾 助動詞 語尾 形状詞 助動詞 名詞 補助記号 名詞 助詞 動詞 語尾 助詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 助詞 形状詞 助動詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 +名詞 動詞 助動詞 助動詞 名詞 助詞 動詞 助詞 連体詞 形状詞 助動詞 名詞 助詞 動詞 助詞 名詞 助詞 名詞 動詞 助詞 名詞 動詞 補助記号 +名詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 助詞 名詞 名詞 名詞 助詞 名詞 名詞 名詞 助詞 名詞 補助記号 +名詞 名詞 助詞 名詞 +名詞 名詞 助詞 名詞 名詞 +名詞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 名詞 助詞 名詞 名詞 助詞 副詞 名詞 接尾辞 助詞 名詞 接尾辞 助詞 形状詞 助動詞 名詞 助詞 名詞 名詞 補助記号 英単語 英単語 補助記号 名詞 助詞 助詞 動詞 語尾 補助記号 助詞 名詞 名詞 補助記号 名詞 補助記号 助詞 補助記号 名詞 名詞 助詞 形状詞 助動詞 名詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 名詞 動詞 助詞 助詞 名詞 接尾辞 助動詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 名詞 助詞 動詞 助詞 動詞 助動詞 助動詞 名詞 接尾辞 助詞 代名詞 助詞 名詞 助詞 名詞 動詞 助動詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 助詞 助詞 動詞 語尾 名詞 接尾辞 助詞 名詞 助動詞 動詞 語尾 補助記号 名詞 名詞 助詞 名詞 名詞 助詞 動詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 名詞 名詞 助詞 動詞 助詞 名詞 動詞 助詞 動詞 語尾 名詞 補助記号 名詞 名詞 補助記号 助詞 名詞 助詞 代名詞 助詞 助詞 名詞 助詞 名詞 動詞 助詞 動詞 語尾 助詞 助詞 動詞 語尾 名詞 接尾辞 助詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 名詞 助詞 補助記号 +名詞 英単語 補助記号 補助記号 補助記号 補助記号 名詞 補助記号 記号 補助記号 補助記号 記号 補助記号 +補助記号 記号 補助記号 名詞 動詞 助動詞 助動詞 名詞 名詞 助詞 名詞 補助記号 記号 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 補助記号 補助記号 助詞 動詞 語尾 助詞 補助記号 名詞 名詞 助詞 補助記号 +名詞 補助記号 補助記号 補助記号 補助記号 名詞 補助記号 記号 補助記号 補助記号 記号 補助記号 +補助記号 記号 補助記号 名詞 動詞 助動詞 助動詞 名詞 名詞 助詞 名詞 補助記号 記号 補助記号 接頭辞 名詞 名詞 接尾辞 助詞 名詞 名詞 助詞 名詞 補助記号 補助記号 助詞 動詞 語尾 助詞 動詞 助動詞 語尾 補助記号 +名詞 名詞 助詞 動詞 助詞 名詞 名詞 助詞 動詞 語尾 補助記号 名詞 名詞 助詞 動詞 助詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 名詞 補助記号 記号 接尾辞 補助記号 記号 補助記号 英単語 補助記号 助詞 動詞 語尾 名詞 助詞 副詞 動詞 助動詞 語尾 補助記号 +記号 接尾辞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 名詞 助動詞 動詞 語尾 補助記号 +補助記号 名詞 補助記号 名詞 補助記号 補助記号 記号 補助記号 補助記号 名詞 補助記号 補助記号 補助記号 補助記号 名詞 補助記号 補助記号 補助記号 補助記号 補助記号 補助記号 名詞 補助記号 名詞 補助記号 補助記号 名詞 補助記号 英単語 英単語 補助記号 補助記号 名詞 補助記号 名詞 補助記号 補助記号 英単語 英単語 補助記号 補助記号 補助記号 名詞 補助記号 補助記号 補助記号 補助記号 補助記号 補助記号 補助記号 補助記号 補助記号 名詞 補助記号 記号 補助記号 補助記号 補助記号 名詞 補助記号 名詞 補助記号 補助記号 名詞 補助記号 補助記号 補助記号 記号 補助記号 補助記号 補助記号 記号 補助記号 補助記号 補助記号 補助記号 補助記号 補助記号 補助記号 名詞 補助記号 名詞 補助記号 +助詞 動詞 語尾 助詞 動詞 助動詞 補助記号 記号 助詞 記号 助詞 記号 助詞 名詞 名詞 助詞 動詞 語尾 助動詞 名詞 助詞 名詞 動詞 補助記号 +記号 接尾辞 助詞 形容詞 語尾 助詞 補助記号 名詞 助詞 形容詞 語尾 名詞 助詞 名詞 動詞 補助記号 +名詞 名詞 名詞 助詞 名詞 +名詞 名詞 助詞 名詞 助詞 名詞 助詞 形状詞 助動詞 名詞 助詞 名詞 動詞 語尾 補助記号 +名詞 名詞 名詞 助詞 名詞 接尾辞 +副詞 名詞 +名詞 助詞 動詞 語尾 助動詞 名詞 連体詞 名詞 助詞 副詞 名詞 名詞 接尾辞 助詞 名詞 動詞 名詞 名詞 補助記号 +名詞 助詞 動詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 動詞 語尾 名詞 動詞 名詞 助詞 名詞 助詞 名詞 動詞 名詞 接尾辞 補助記号 +名詞 接尾辞 助詞 補助記号 名詞 名詞 助詞 動詞 助詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 形容詞 語尾 助詞 補助記号 連体詞 形状詞 助動詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 語尾 名詞 助詞 連体詞 名詞 動詞 助詞 名詞 助詞 動詞 語尾 名詞 名詞 名詞 助詞 動詞 助詞 助詞 副詞 名詞 助詞 名詞 動詞 助動詞 語尾 補助記号 +名詞 名詞 +副詞 名詞 助詞 名詞 助動詞 動詞 語尾 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 動詞 助詞 名詞 動詞 補助記号 名詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 名詞 助詞 動詞 名詞 名詞 補助記号 +補助記号 名詞 名詞 名詞 名詞 補助記号 接尾辞 助詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +名詞 名詞 +名詞 助詞 名詞 動詞 助動詞 助動詞 名詞 助詞 名詞 助詞 名詞 動詞 助詞 名詞 動詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 助動詞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 助動詞 助動詞 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 助動詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 名詞 名詞 助詞 名詞 動詞 名詞 名詞 補助記号 +名詞 名詞 助詞 名詞 +名詞 補助記号 名詞 名詞 補助記号 +名詞 補助記号 名詞 名詞 補助記号 助詞 名詞 動詞 名詞 助詞 動詞 語尾 助詞 名詞 助詞 動詞 語尾 補助記号 +副詞 形状詞 助動詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 +名詞 形状詞 助詞 名詞 名詞 助詞 動詞 助詞 名詞 助詞 動詞 語尾 名詞 補助記号 +名詞 名詞 補助記号 名詞 接尾辞 助詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 助動詞 語尾 補助記号 +名詞 接尾辞 助詞 名詞 補助記号 名詞 接尾辞 助詞 名詞 接尾辞 助動詞 名詞 接尾辞 助詞 補助記号 名詞 助詞 名詞 助詞 名詞 接尾辞 助詞 名詞 助詞 動詞 助動詞 名詞 名詞 助詞 助詞 動詞 助動詞 語尾 名詞 助詞 形容詞 語尾 補助記号 +名詞 助詞 形状詞 助動詞 名詞 名詞 名詞 助詞 名詞 接尾辞 名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助詞 補助記号 名詞 助詞 名詞 名詞 形状詞 助詞 名詞 名詞 助詞 動詞 助詞 動詞 語尾 名詞 助詞 形容詞 語尾 補助記号 +名詞 名詞 助詞 動詞 助詞 助詞 名詞 補助記号 名詞 助詞 助詞 動詞 語尾 補助記号 +副詞 名詞 +名詞 助詞 名詞 助詞 動詞 語尾 名詞 動詞 名詞 助詞 副詞 名詞 動詞 名詞 補助記号 +副詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 助詞 名詞 動詞 助動詞 名詞 助詞 名詞 動詞 名詞 助詞 補助記号 名詞 助詞 名詞 助詞 動詞 助詞 名詞 動詞 名詞 名詞 助詞 名詞 動詞 名詞 助詞 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +名詞 名詞 +名詞 助詞 動詞 語尾 名詞 名詞 助詞 名詞 助詞 動詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 助詞 動詞 語尾 補助記号 +名詞 助詞 助詞 名詞 補助記号 名詞 助詞 動詞 語尾 助詞 名詞 動詞 助動詞 助動詞 補助記号 名詞 名詞 名詞 名詞 補助記号 助詞 名詞 助詞 名詞 名詞 助詞 動詞 助詞 助詞 名詞 接尾辞 形容詞 語尾 名詞 名詞 助詞 名詞 接尾辞 助動詞 名詞 動詞 助動詞 名詞 助詞 名詞 助詞 動詞 助動詞 補助記号 +名詞 +名詞 連体詞 名詞 助詞 名詞 動詞 補助記号 名詞 動詞 助動詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 動詞 補助記号 +名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 助詞 動詞 語尾 名詞 補助記号 助詞 動詞 語尾 助動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 名詞 助詞 助詞 補助記号 名詞 名詞 名詞 助詞 助詞 副詞 名詞 接尾辞 助動詞 動詞 助動詞 語尾 名詞 助動詞 動詞 語尾 補助記号 +名詞 名詞 +名詞 名詞 助詞 動詞 助動詞 語尾 名詞 助詞 名詞 形容詞 語尾 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +代名詞 助詞 助詞 名詞 接尾辞 助動詞 名詞 助詞 動詞 語尾 助詞 名詞 動詞 補助記号 +名詞 名詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 助詞 名詞 名詞 名詞 助詞 名詞 助詞 名詞 補助記号 +名詞 助詞 名詞 名詞 名詞 助詞 名詞 接尾辞 助詞 助詞 名詞 名詞 接尾辞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 補助記号 名詞 名詞 助詞 動詞 語尾 名詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 助動詞 形状詞 接尾辞 助詞 動詞 語尾 助詞 補助記号 名詞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 助詞 代名詞 助詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +名詞 名詞 +名詞 名詞 助詞 動詞 助詞 名詞 動詞 助動詞 助動詞 名詞 助詞 連体詞 名詞 動詞 語尾 名詞 助詞 名詞 動詞 名詞 補助記号 +名詞 助詞 助詞 形状詞 助動詞 名詞 助詞 助詞 動詞 語尾 助動詞 助詞 形容詞 語尾 補助記号 名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 名詞 名詞 助詞 名詞 助詞 接頭辞 名詞 助詞 名詞 動詞 助動詞 名詞 助詞 動詞 語尾 助詞 助詞 動詞 語尾 助動詞 名詞 助詞 副詞 動詞 語尾 助動詞 語尾 補助記号 +名詞 名詞 名詞 助詞 名詞 助動詞 名詞 助詞 動詞 語尾 助詞 助詞 名詞 名詞 名詞 助詞 名詞 補助記号 +名詞 +名詞 名詞 助詞 名詞 助詞 動詞 補助記号 名詞 助詞 名詞 接尾辞 助詞 名詞 名詞 助詞 名詞 名詞 補助記号 名詞 接尾辞 助詞 助詞 動詞 語尾 助詞 動詞 助詞 名詞 動詞 名詞 名詞 補助記号 +名詞 名詞 名詞 +名詞 名詞 接尾辞 助詞 名詞 助詞 動詞 助詞 名詞 動詞 助動詞 名詞 名詞 名詞 助詞 名詞 動詞 補助記号 名詞 助詞 名詞 助詞 動詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 名詞 助詞 代名詞 接尾辞 助詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 動詞 補助記号 +名詞 名詞 接尾辞 助詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 動詞 補助記号 名詞 接尾辞 動詞 助動詞 助動詞 名詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 名詞 補助記号 名詞 接尾辞 助詞 名詞 補助記号 名詞 補助記号 名詞 名詞 助詞 助詞 動詞 助動詞 語尾 補助記号 +補助記号 助詞 動詞 語尾 助詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 形容詞 接尾辞 助詞 名詞 動詞 名詞 補助記号 +名詞 接尾辞 名詞 名詞 補助記号 名詞 接尾辞 名詞 名詞 補助記号 名詞 補助記号 +名詞 名詞 名詞 助詞 名詞 助詞 動詞 助詞 名詞 動詞 助動詞 助動詞 名詞 名詞 補助記号 +名詞 名詞 名詞 助詞 名詞 助詞 動詞 助詞 名詞 名詞 接尾辞 名詞 助詞 動詞 語尾 補助記号 動詞 助動詞 助動詞 名詞 接頭辞 名詞 名詞 名詞 接尾辞 名詞 助詞 動詞 語尾 補助記号 +形状詞 助動詞 名詞 名詞 名詞 助詞 助詞 名詞 助詞 動詞 助詞 補助記号 名詞 名詞 助詞 動詞 助動詞 助詞 動詞 語尾 名詞 接尾辞 助詞 名詞 助詞 名詞 動詞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 名詞 接尾辞 助動詞 名詞 助詞 名詞 助詞 動詞 形容詞 語尾 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 補助記号 名詞 名詞 補助記号 助詞 助詞 補助記号 連体詞 名詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 接尾辞 助動詞 名詞 動詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 名詞 補助記号 名詞 名詞 助詞 名詞 名詞 助詞 名詞 助動詞 助詞 形容詞 語尾 助詞 補助記号 名詞 助詞 助詞 名詞 名詞 名詞 助詞 動詞 助詞 名詞 動詞 助動詞 語尾 補助記号 +名詞 助詞 動詞 助詞 補助記号 名詞 助詞 名詞 助詞 名詞 動詞 助詞 代名詞 助詞 名詞 動詞 助動詞 名詞 名詞 助詞 名詞 助詞 名詞 動詞 名詞 名詞 名詞 助詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 助詞 動詞 語尾 補助記号 +名詞 助詞 名詞 補助記号 名詞 名詞 補助記号 名詞 名詞 名詞 補助記号 名詞 補助記号 名詞 名詞 助詞 名詞 助詞 動詞 語尾 形状詞 助動詞 名詞 動詞 助詞 動詞 語尾 名詞 助動詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 名詞 助詞 副詞 名詞 接尾辞 助詞 動詞 助詞 補助記号 補助記号 名詞 名詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 名詞 補助記号 補助記号 助詞 動詞 語尾 補助記号 +名詞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 補助記号 名詞 助詞 名詞 接尾辞 +名詞 補助記号 名詞 補助記号 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 接尾辞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 +名詞 +連体詞 名詞 助詞 名詞 助詞 名詞 助詞 語尾 補助記号 連体詞 名詞 助詞 名詞 接尾辞 助動詞 語尾 補助記号 +名詞 補助記号 名詞 動詞 助詞 動詞 語尾 名詞 接尾辞 助詞 動詞 助詞 動詞 助動詞 語尾 補助記号 +名詞 +名詞 形容詞 語尾 動詞 語尾 助動詞 助詞 動詞 語尾 名詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +補助記号 名詞 補助記号 記号 補助記号 助詞 動詞 語尾 助動詞 助詞 動詞 語尾 名詞 助詞 名詞 補助記号 記号 補助記号 助詞 名詞 動詞 名詞 補助記号 +名詞 補助記号 記号 補助記号 助詞 名詞 助詞 名詞 名詞 動詞 補助記号 +動詞 助動詞 助動詞 名詞 名詞 助詞 補助記号 動詞 助動詞 助動詞 名詞 助詞 動詞 語尾 助詞 名詞 動詞 補助記号 名詞 補助記号 記号 補助記号 助詞 名詞 名詞 助詞 動詞 語尾 補助記号 +名詞 動詞 助動詞 名詞 名詞 助詞 名詞 補助記号 記号 補助記号 助詞 名詞 助詞 名詞 動詞 補助記号 +名詞 助詞 動詞 助詞 補助記号 名詞 助詞 名詞 名詞 助詞 助詞 名詞 助詞 動詞 語尾 補助記号 +補助記号 名詞 助詞 形状詞 助動詞 名詞 助詞 動詞 助動詞 助動詞 助詞 動詞 語尾 助動詞 補助記号 +補助記号 記号 補助記号 名詞 補助記号 記号 補助記号 名詞 補助記号 補助記号 +連体詞 名詞 助詞 名詞 動詞 助詞 動詞 助動詞 語尾 名詞 名詞 助詞 名詞 助詞 形状詞 助動詞 動詞 語尾 補助記号 +補助記号 名詞 補助記号 名詞 +代名詞 助詞 補助記号 名詞 助詞 形状詞 助動詞 名詞 助詞 動詞 語尾 助詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 +名詞 補助記号 補助記号 名詞 名詞 +記号 補助記号 補助記号 代名詞 +名詞 補助記号 補助記号 動詞 語尾 助詞 動詞 語尾 +記号 補助記号 補助記号 補助記号 補助記号 補助記号 名詞 補助記号 +名詞 補助記号 補助記号 名詞 +名詞 名詞 助詞 名詞 助詞 形状詞 助動詞 動詞 語尾 補助記号 +補助記号 記号 補助記号 補助記号 名詞 補助記号 補助記号 名詞 補助記号 代名詞 補助記号 補助記号 補助記号 補助記号 名詞 補助記号 補助記号 名詞 補助記号 動詞 語尾 助詞 動詞 語尾 補助記号 補助記号 補助記号 名詞 補助記号 補助記号 英単語 補助記号 補助記号 補助記号 補助記号 名詞 補助記号 名詞 補助記号 補助記号 補助記号 補助記号 +名詞 名詞 助詞 形容詞 語尾 形容詞 語尾 助詞 補助記号 名詞 助詞 形容詞 語尾 補助記号 +補助記号 代名詞 助詞 名詞 名詞 助詞 動詞 語尾 助詞 名詞 助詞 形状詞 助動詞 名詞 助詞 名詞 動詞 助詞 名詞 助詞 動詞 語尾 補助記号 +補助記号 記号 補助記号 補助記号 補助記号 名詞 補助記号 名詞 補助記号 補助記号 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助詞 補助記号 代名詞 助詞 補助記号 補助記号 記号 補助記号 補助記号 補助記号 名詞 補助記号 助詞 補助記号 名詞 補助記号 補助記号 助詞 名詞 助動詞 助詞 補助記号 +補助記号 名詞 補助記号 補助記号 補助記号 名詞 補助記号 名詞 補助記号 補助記号 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助詞 補助記号 代名詞 助詞 補助記号 補助記号 名詞 補助記号 補助記号 補助記号 名詞 補助記号 助詞 補助記号 名詞 補助記号 補助記号 助詞 名詞 助動詞 助詞 補助記号 +動詞 助詞 名詞 動詞 助動詞 助動詞 名詞 助詞 連体詞 形状詞 助動詞 動詞 語尾 助詞 動詞 語尾 補助記号 +補助記号 記号 補助記号 補助記号 名詞 補助記号 補助記号 名詞 補助記号 代名詞 補助記号 補助記号 補助記号 助詞 補助記号 補助記号 名詞 補助記号 補助記号 名詞 補助記号 補助記号 英単語 補助記号 補助記号 補助記号 補助記号 名詞 補助記号 名詞 補助記号 補助記号 補助記号 助詞 補助記号 補助記号 名詞 補助記号 動詞 語尾 助詞 動詞 語尾 補助記号 補助記号 補助記号 +代名詞 助詞 補助記号 名詞 助詞 形状詞 助動詞 名詞 名詞 助詞 名詞 動詞 語尾 補助記号 +補助記号 代名詞 助詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 補助記号 +補助記号 +代名詞 助詞 形状詞 助動詞 形状詞 助動詞 名詞 助動詞 動詞 語尾 補助記号 +補助記号 名詞 助詞 助詞 名詞 助詞 補助記号 名詞 補助記号 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 助動詞 補助記号 名詞 助詞 名詞 接尾辞 名詞 助詞 動詞 助動詞 語尾 助詞 形状詞 助動詞 補助記号 名詞 補助記号 補助記号 補助記号 動詞 語尾 助詞 動詞 語尾 補助記号 助詞 動詞 語尾 名詞 助詞 動詞 名詞 助詞 動詞 助動詞 語尾 補助記号 +補助記号 接続詞 補助記号 名詞 助詞 名詞 助詞 補助記号 名詞 助詞 名詞 補助記号 名詞 助詞 名詞 補助記号 形状詞 助動詞 動詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 接尾辞 助動詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 +名詞 助詞 補助記号 名詞 名詞 補助記号 助詞 名詞 +名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 助詞 接頭辞 名詞 名詞 名詞 助詞 形状詞 助動詞 動詞 語尾 助詞 動詞 語尾 助詞 助詞 名詞 接尾辞 助動詞 名詞 助詞 動詞 助動詞 名詞 名詞 助動詞 動詞 語尾 補助記号 +補助記号 代名詞 助詞 名詞 名詞 助詞 名詞 助詞 動詞 助動詞 助詞 動詞 助動詞 名詞 名詞 名詞 助詞 名詞 動詞 助動詞 名詞 助動詞 補助記号 名詞 名詞 補助記号 名詞 名詞 助詞 名詞 補助記号 補助記号 記号 補助記号 助詞 名詞 名詞 補助記号 名詞 接尾辞 助詞 名詞 補助記号 補助記号 記号 補助記号 助詞 名詞 助詞 動詞 語尾 名詞 接尾辞 助詞 動詞 語尾 名詞 助詞 名詞 動詞 助詞 動詞 語尾 助動詞 名詞 助動詞 動詞 語尾 助詞 動詞 補助記号 名詞 助詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 助詞 名詞 助動詞 動詞 語尾 助詞 動詞 語尾 補助記号 +補助記号 連体詞 名詞 補助記号 名詞 名詞 助詞 副詞 形容詞 語尾 動詞 語尾 名詞 名詞 補助記号 補助記号 名詞 記号 補助記号 補助記号 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助詞 動詞 助動詞 語尾 補助記号 +補助記号 補助記号 記号 補助記号 補助記号 補助記号 補助記号 補助記号 名詞 補助記号 英単語 記号 補助記号 補助記号 記号 補助記号 記号 補助記号 記号 補助記号 +接続詞 補助記号 連体詞 名詞 助詞 助詞 名詞 接尾辞 助詞 形容詞 語尾 名詞 補助記号 名詞 助詞 名詞 助詞 動詞 助詞 名詞 助詞 形状詞 助動詞 名詞 動詞 補助記号 +補助記号 名詞 補助記号 英単語 記号 補助記号 補助記号 記号 補助記号 記号 補助記号 記号 補助記号 補助記号 補助記号 補助記号 補助記号 名詞 補助記号 英単語 記号 補助記号 補助記号 補助記号 名詞 補助記号 記号 補助記号 記号 補助記号 記号 補助記号 記号 補助記号 記号 補助記号 補助記号 補助記号 記号 補助記号 記号 補助記号 補助記号 補助記号 補助記号 補助記号 補助記号 名詞 補助記号 名詞 補助記号 記号 補助記号 記号 補助記号 記号 補助記号 記号 補助記号 記号 補助記号 +動詞 語尾 助詞 +補助記号 補助記号 記号 補助記号 補助記号 補助記号 補助記号 補助記号 名詞 補助記号 英単語 記号 補助記号 補助記号 記号 補助記号 記号 補助記号 記号 補助記号 記号 補助記号 記号 補助記号 +代名詞 助詞 補助記号 記号 補助記号 記号 補助記号 補助記号 助詞 名詞 接尾辞 動詞 助動詞 名詞 助詞 名詞 名詞 補助記号 記号 補助記号 記号 補助記号 記号 補助記号 補助記号 助詞 名詞 接尾辞 動詞 助動詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 補助記号 名詞 名詞 助詞 名詞 助詞 動詞 助詞 助詞 名詞 名詞 接尾辞 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 名詞 接尾辞 助詞 名詞 接尾辞 動詞 助詞 動詞 語尾 助詞 動詞 語尾 補助記号 +接続詞 補助記号 代名詞 接尾辞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 補助記号 副詞 名詞 助詞 形容詞 語尾 名詞 名詞 助詞 名詞 動詞 名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 助詞 助詞 名詞 名詞 助詞 動詞 助詞 形容詞 語尾 形容詞 語尾 名詞 助詞 動詞 語尾 助詞 動詞 語尾 名詞 補助記号 名詞 名詞 助詞 動詞 語尾 助詞 名詞 名詞 助詞 動詞 助詞 形容詞 語尾 形容詞 語尾 名詞 助詞 動詞 語尾 助詞 動詞 助動詞 語尾 補助記号 +接続詞 補助記号 名詞 名詞 助詞 動詞 語尾 助詞 助詞 名詞 助詞 名詞 名詞 助詞 助詞 名詞 助詞 動詞 語尾 助詞 副詞 名詞 助詞 動詞 語尾 助動詞 助詞 動詞 語尾 補助記号 連体詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +名詞 助詞 助詞 名詞 名詞 助詞 動詞 語尾 助動詞 語尾 名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 助動詞 名詞 名詞 接尾辞 助詞 名詞 助詞 動詞 助詞 連体詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 補助記号 +名詞 +名詞 助詞 名詞 接尾辞 +連体詞 名詞 助詞 名詞 助詞 名詞 助詞 語尾 補助記号 連体詞 名詞 助詞 名詞 接尾辞 助動詞 語尾 補助記号 +名詞 補助記号 名詞 動詞 助詞 動詞 語尾 名詞 接尾辞 助詞 動詞 助詞 動詞 助動詞 語尾 補助記号 +名詞 +名詞 助詞 動詞 語尾 名詞 助詞 名詞 接尾辞 助詞 名詞 接尾辞 助詞 補助記号 代名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 名詞 接尾辞 名詞 助詞 助詞 助詞 名詞 動詞 助動詞 語尾 名詞 助詞 助詞 動詞 語尾 補助記号 +副詞 名詞 助詞 名詞 助詞 名詞 助詞 補助記号 +名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 +名詞 助詞 代名詞 助詞 補助記号 名詞 助詞 名詞 助詞 形状詞 助動詞 動詞 語尾 補助記号 補助記号 名詞 名詞 助詞 助動詞 語尾 補助記号 助詞 名詞 動詞 助詞 補助記号 代名詞 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 助詞 動詞 語尾 名詞 助詞 形状詞 助動詞 補助記号 名詞 接尾辞 助動詞 助詞 名詞 助詞 形容詞 語尾 補助記号 +副詞 補助記号 名詞 助詞 名詞 助詞 名詞 助動詞 助詞 助動詞 動詞 語尾 助詞 補助記号 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 名詞 助詞 助詞 補助記号 名詞 助詞 助詞 名詞 助詞 形容詞 語尾 動詞 語尾 助詞 動詞 語尾 助動詞 語尾 名詞 助詞 動詞 語尾 名詞 補助記号 名詞 助詞 形容詞 語尾 動詞 語尾 名詞 補助記号 名詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 動詞 動詞 形状詞 助動詞 名詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 形状詞 助動詞 形容詞 語尾 名詞 接尾辞 助詞 名詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 動詞 助詞 補助記号 形容詞 語尾 名詞 助詞 動詞 語尾 名詞 助詞 助詞 連体詞 名詞 助詞 動詞 語尾 名詞 連体詞 名詞 助詞 動詞 語尾 連体詞 名詞 助詞 名詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +接続詞 補助記号 動詞 形状詞 助動詞 形容詞 語尾 名詞 接尾辞 助詞 補助記号 副詞 名詞 補助記号 名詞 助動詞 名詞 動詞 助動詞 語尾 助詞 助詞 動詞 助動詞 補助記号 名詞 助詞 副詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 名詞 +補助記号 名詞 名詞 名詞 補助記号 接続詞 補助記号 名詞 名詞 補助記号 助詞 名詞 +連体詞 名詞 名詞 助詞 補助記号 名詞 名詞 補助記号 助詞 補助記号 名詞 名詞 補助記号 助詞 名詞 接尾辞 助詞 副詞 動詞 語尾 名詞 助詞 動詞 助動詞 語尾 補助記号 +名詞 名詞 助詞 助詞 名詞 助詞 名詞 助詞 名詞 接尾辞 助動詞 動詞 語尾 補助記号 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 語尾 助動詞 助詞 動詞 補助記号 +代名詞 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 助動詞 語尾 接尾辞 補助記号 助詞 名詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 助詞 名詞 接尾辞 助詞 名詞 名詞 助詞 名詞 接尾辞 接続詞 接頭辞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 名詞 助詞 名詞 動詞 名詞 助動詞 動詞 語尾 補助記号 +代名詞 助詞 副詞 名詞 助詞 名詞 接尾辞 助動詞 名詞 接尾辞 助詞 動詞 語尾 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +名詞 接尾辞 +名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 助詞 形容詞 語尾 動詞 語尾 補助記号 +名詞 助詞 名詞 名詞 動詞 助詞 名詞 動詞 名詞 助動詞 助詞 形容詞 語尾 補助記号 形容詞 語尾 形容詞 語尾 名詞 助詞 名詞 動詞 動詞 語尾 助詞 名詞 動詞 補助記号 +副詞 名詞 助詞 名詞 助詞 形容詞 語尾 名詞 補助記号 名詞 助詞 名詞 助詞 名詞 接尾辞 補助記号 接続詞 名詞 助詞 名詞 助詞 形容詞 語尾 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +連体詞 形状詞 助動詞 名詞 補助記号 名詞 助動詞 動詞 語尾 助詞 名詞 助詞 動詞 語尾 助詞 助詞 助詞 連体詞 名詞 助詞 名詞 助詞 名詞 助詞 形状詞 助動詞 動詞 語尾 助詞 補助記号 名詞 名詞 助詞 副詞 形容詞 語尾 補助記号 +名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 動詞 語尾 助詞 助詞 補助記号 名詞 名詞 補助記号 名詞 名詞 補助記号 名詞 名詞 助詞 名詞 補助記号 名詞 名詞 名詞 名詞 接尾辞 名詞 接尾辞 助詞 名詞 名詞 助詞 名詞 接尾辞 名詞 助動詞 動詞 語尾 補助記号 名詞 助詞 名詞 名詞 接尾辞 接続詞 名詞 名詞 接尾辞 名詞 助詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 助詞 名詞 助詞 名詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 助詞 助詞 名詞 名詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 名詞 助詞 名詞 名詞 助動詞 動詞 語尾 助詞 動詞 語尾 名詞 接尾辞 名詞 接尾辞 助詞 補助記号 名詞 助詞 助詞 名詞 助詞 動詞 語尾 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 助詞 助詞 名詞 助詞 名詞 名詞 接尾辞 補助記号 名詞 接尾辞 助動詞 動詞 語尾 補助記号 +連体詞 名詞 補助記号 名詞 接尾辞 助詞 助詞 名詞 名詞 名詞 接尾辞 助詞 名詞 名詞 助詞 名詞 動詞 補助記号 +補助記号 名詞 名詞 補助記号 名詞 名詞 名詞 名詞 名詞 接尾辞 名詞 補助記号 補助記号 +名詞 名詞 助詞 名詞 名詞 助詞 名詞 名詞 名詞 助詞 名詞 名詞 動詞 名詞 助詞 名詞 接尾辞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 +名詞 助詞 名詞 助詞 名詞 名詞 助詞 動詞 助詞 名詞 名詞 助詞 名詞 助詞 形容詞 語尾 名詞 助詞 動詞 語尾 補助記号 補助記号 +名詞 助詞 名詞 接尾辞 助詞 形容詞 語尾 名詞 助詞 名詞 助詞 動詞 語尾 動詞 語尾 助動詞 名詞 助詞 名詞 助詞 動詞 助動詞 語尾 名詞 補助記号 名詞 動詞 助動詞 名詞 助詞 名詞 名詞 助詞 接頭辞 名詞 動詞 助詞 動詞 助詞 名詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 副詞 助詞 名詞 動詞 助詞 動詞 語尾 助詞 形容詞 語尾 補助記号 +名詞 名詞 助詞 名詞 補助記号 助詞 助詞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 名詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 補助記号 名詞 名詞 助詞 名詞 助詞 形状詞 助動詞 名詞 動詞 補助記号 +助動詞 助詞 名詞 名詞 助詞 名詞 補助記号 名詞 名詞 名詞 助詞 補助記号 名詞 名詞 助詞 接頭辞 名詞 助動詞 名詞 名詞 助詞 助詞 補助記号 名詞 名詞 助詞 名詞 名詞 助詞 助詞 名詞 助詞 動詞 語尾 名詞 補助記号 名詞 助詞 名詞 助詞 形容詞 語尾 補助記号 +連体詞 名詞 助詞 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 名詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 名詞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 助詞 形容詞 語尾 補助記号 名詞 助詞 名詞 助詞 形容詞 語尾 補助記号 名詞 助詞 形容詞 語尾 補助記号 名詞 助詞 形容詞 語尾 補助記号 助詞 動詞 語尾 助動詞 名詞 助詞 動詞 助動詞 語尾 補助記号 +代名詞 接尾辞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 補助記号 名詞 補助記号 名詞 名詞 接尾辞 名詞 名詞 名詞 補助記号 助詞 名詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 動詞 助動詞 補助記号 +連体詞 名詞 補助記号 名詞 接尾辞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 名詞 接尾辞 助動詞 動詞 語尾 補助記号 +名詞 名詞 補助記号 名詞 名詞 補助記号 助詞 助詞 補助記号 名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 名詞 助動詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 助詞 名詞 補助記号 +名詞 +名詞 補助記号 名詞 名詞 助詞 名詞 名詞 +名詞 補助記号 名詞 名詞 助詞 名詞 +名詞 補助記号 名詞 名詞 助詞 名詞 +名詞 補助記号 名詞 接尾辞 助動詞 名詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 名詞 助詞 名詞 名詞 +名詞 助詞 助詞 名詞 名詞 補助記号 名詞 補助記号 名詞 補助記号 助詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 助動詞 補助記号 連体詞 名詞 助詞 助詞 補助記号 名詞 名詞 補助記号 補助記号 補助記号 名詞 名詞 補助記号 助動詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 補助記号 +名詞 名詞 助詞 動詞 語尾 助動詞 助詞 補助記号 名詞 名詞 助詞 動詞 語尾 助詞 助詞 連体詞 名詞 助動詞 動詞 語尾 助動詞 補助記号 +接続詞 補助記号 名詞 名詞 助詞 動詞 語尾 名詞 助詞 補助記号 名詞 助詞 名詞 接尾辞 助詞 形容詞 語尾 補助記号 副詞 助詞 動詞 助詞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 名詞 名詞 動詞 補助記号 助詞 動詞 語尾 名詞 助詞 動詞 接尾辞 助動詞 動詞 語尾 補助記号 +代名詞 助詞 補助記号 補助記号 名詞 名詞 名詞 名詞 助詞 動詞 助詞 助詞 名詞 名詞 補助記号 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +連体詞 名詞 補助記号 名詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 助詞 補助記号 補助記号 名詞 名詞 補助記号 助詞 動詞 語尾 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 +名詞 助詞 名詞 名詞 接尾辞 名詞 助詞 名詞 名詞 接尾辞 接尾辞 助詞 名詞 助詞 補助記号 名詞 名詞 接尾辞 助詞 名詞 名詞 接尾辞 名詞 助詞 名詞 接尾辞 名詞 助詞 名詞 動詞 助動詞 語尾 補助記号 +名詞 助詞 名詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 補助記号 名詞 助詞 名詞 助動詞 名詞 補助記号 助詞 補助記号 名詞 名詞 接尾辞 助詞 名詞 補助記号 助詞 動詞 語尾 助動詞 形状詞 接尾辞 助詞 名詞 動詞 助詞 動詞 語尾 補助記号 +代名詞 助詞 動詞 語尾 助詞 補助記号 名詞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 助詞 名詞 動詞 助詞 動詞 語尾 補助記号 名詞 名詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +名詞 名詞 助詞 助詞 名詞 助詞 形状詞 助動詞 名詞 助詞 動詞 語尾 補助記号 +名詞 接尾辞 名詞 助詞 形状詞 助動詞 名詞 名詞 助詞 補助記号 名詞 助詞 形状詞 助動詞 名詞 助詞 助詞 名詞 動詞 助動詞 語尾 形状詞 助動詞 動詞 語尾 助動詞 助詞 補助記号 名詞 名詞 助詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 接尾辞 名詞 名詞 助詞 補助記号 補助記号 代名詞 助詞 動詞 語尾 助詞 代名詞 助詞 助詞 名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 補助記号 助詞 動詞 語尾 助動詞 名詞 助動詞 助詞 形容詞 語尾 補助記号 +名詞 接尾辞 名詞 名詞 助詞 補助記号 名詞 助詞 名詞 助動詞 名詞 補助記号 助詞 名詞 動詞 名詞 助詞 動詞 語尾 助詞 補助記号 名詞 接尾辞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 動詞 助動詞 名詞 接尾辞 助詞 動詞 語尾 助詞 助詞 補助記号 連体詞 名詞 助詞 名詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 +名詞 名詞 助詞 補助記号 名詞 助詞 形状詞 助動詞 接頭辞 名詞 接尾辞 助動詞 名詞 助詞 補助記号 名詞 助詞 名詞 助詞 名詞 名詞 助詞 形容詞 語尾 補助記号 形状詞 助動詞 名詞 助動詞 動詞 語尾 名詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 接尾辞 助動詞 名詞 助動詞 動詞 語尾 助詞 助詞 補助記号 名詞 接尾辞 助動詞 接頭辞 名詞 名詞 助詞 名詞 助詞 動詞 助詞 動詞 語尾 形容詞 語尾 動詞 語尾 助動詞 助動詞 名詞 補助記号 副詞 名詞 助詞 助詞 名詞 助詞 助詞 名詞 助詞 形容詞 語尾 補助記号 +形状詞 助動詞 名詞 名詞 名詞 助詞 動詞 語尾 助詞 補助記号 名詞 接尾辞 助詞 形容詞 語尾 助詞 形容詞 語尾 助詞 連体詞 名詞 接尾辞 助詞 動詞 語尾 補助記号 +名詞 名詞 名詞 補助記号 名詞 名詞 名詞 補助記号 名詞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 英単語 補助記号 助詞 助詞 補助記号 名詞 接尾辞 助詞 動詞 助動詞 名詞 名詞 名詞 名詞 助詞 名詞 接尾辞 助動詞 動詞 語尾 補助記号 名詞 名詞 補助記号 名詞 補助記号 名詞 助詞 補助記号 助詞 名詞 補助記号 名詞 名詞 助詞 助詞 名詞 動詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 名詞 助動詞 動詞 語尾 助詞 動詞 助動詞 語尾 補助記号 +名詞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 名詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 +名詞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 名詞 助詞 助詞 名詞 助詞 名詞 名詞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 補助記号 助詞 動詞 語尾 助動詞 助詞 動詞 語尾 補助記号 +名詞 接尾辞 名詞 助詞 助詞 動詞 語尾 名詞 補助記号 代名詞 接尾辞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 助詞 動詞 助動詞 語尾 名詞 補助記号 名詞 名詞 助詞 動詞 助詞 動詞 語尾 助動詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 +連体詞 名詞 補助記号 形状詞 助動詞 名詞 名詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 助詞 補助記号 名詞 助詞 名詞 補助記号 名詞 助詞 名詞 助詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 補助記号 名詞 助詞 代名詞 接尾辞 助詞 名詞 動詞 名詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +連体詞 名詞 助詞 名詞 動詞 名詞 補助記号 名詞 接尾辞 助詞 動詞 語尾 助詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 接尾辞 助動詞 名詞 動詞 名詞 助詞 動詞 助動詞 補助記号 +名詞 +連体詞 名詞 助詞 名詞 助詞 名詞 助詞 語尾 補助記号 連体詞 名詞 助詞 名詞 接尾辞 助動詞 語尾 補助記号 +名詞 補助記号 名詞 動詞 助詞 動詞 語尾 名詞 接尾辞 助詞 動詞 助詞 動詞 助動詞 語尾 補助記号 +名詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 名詞 名詞 助詞 名詞 動詞 助動詞 助動詞 助詞 助詞 補助記号 名詞 名詞 名詞 名詞 接尾辞 助詞 名詞 助詞 名詞 動詞 助動詞 名詞 接尾辞 名詞 補助記号 名詞 補助記号 補助記号 英単語 英単語 名詞 補助記号 名詞 補助記号 補助記号 助詞 動詞 語尾 助詞 助動詞 動詞 語尾 助詞 動詞 助動詞 語尾 補助記号 +名詞 接尾辞 接尾辞 助詞 動詞 語尾 助詞 助詞 名詞 名詞 補助記号 名詞 名詞 助詞 名詞 接尾辞 名詞 助動詞 動詞 語尾 補助記号 名詞 補助記号 補助記号 英単語 補助記号 英単語 英単語 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 補助記号 助詞 動詞 助動詞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 接尾辞 助詞 動詞 助詞 名詞 動詞 助動詞 助動詞 補助記号 +名詞 名詞 名詞 補助記号 名詞 補助記号 補助記号 名詞 補助記号 英単語 英単語 補助記号 助詞 助詞 補助記号 名詞 名詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 助詞 名詞 名詞 接尾辞 助詞 名詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 名詞 助詞 名詞 名詞 助詞 形状詞 接尾辞 動詞 助詞 名詞 名詞 名詞 助詞 名詞 動詞 助詞 助詞 動詞 語尾 助詞 補助記号 名詞 名詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 助詞 名詞 助詞 動詞 名詞 助詞 動詞 語尾 助詞 名詞 助詞 名詞 助詞 動詞 補助記号 +名詞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 +名詞 名詞 名詞 助詞 助詞 補助記号 副詞 名詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 助動詞 名詞 助詞 名詞 接尾辞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 助動詞 形状詞 助動詞 名詞 助詞 動詞 語尾 補助記号 +代名詞 助詞 副詞 補助記号 名詞 名詞 助詞 名詞 動詞 助動詞 助動詞 名詞 名詞 助詞 形状詞 助動詞 名詞 助詞 助詞 形状詞 助動詞 名詞 助詞 名詞 動詞 補助記号 +接続詞 名詞 動詞 助動詞 助動詞 名詞 名詞 名詞 名詞 助詞 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 動詞 助動詞 語尾 形状詞 助動詞 名詞 助詞 名詞 動詞 名詞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 補助記号 +名詞 接尾辞 助動詞 名詞 助詞 名詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 名詞 +名詞 動詞 名詞 助詞 動詞 語尾 名詞 補助記号 名詞 助詞 名詞 動詞 補助記号 +連体詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 名詞 助詞 名詞 動詞 補助記号 +名詞 名詞 +名詞 名詞 助詞 名詞 助詞 動詞 助詞 名詞 動詞 補助記号 +名詞 助詞 名詞 +名詞 助詞 名詞 助詞 名詞 動詞 助詞 補助記号 名詞 接尾辞 助詞 名詞 形容詞 接尾辞 助詞 名詞 動詞 補助記号 +副詞 補助記号 補助記号 名詞 助詞 名詞 助詞 名詞 名詞 助動詞 語尾 補助記号 助詞 補助記号 名詞 助詞 名詞 助詞 名詞 名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 助動詞 語尾 補助記号 助詞 動詞 語尾 名詞 助詞 名詞 動詞 助詞 補助記号 名詞 名詞 接尾辞 接尾辞 助詞 名詞 助詞 名詞 助詞 名詞 名詞 助動詞 語尾 補助記号 助詞 動詞 補助記号 +名詞 接尾辞 +名詞 助詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 +接尾辞 名詞 助詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 動詞 助詞 名詞 助詞 名詞 助詞 名詞 接尾辞 助詞 名詞 動詞 補助記号 +名詞 接尾辞 補助記号 名詞 名詞 名詞 +名詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 +代名詞 助詞 助詞 名詞 助詞 動詞 助動詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 補助記号 名詞 名詞 名詞 助詞 名詞 名詞 名詞 助詞 名詞 動詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 名詞 名詞 助詞 名詞 動詞 補助記号 +名詞 名詞 名詞 +接頭辞 名詞 接頭辞 名詞 助詞 接頭辞 接尾辞 助詞 名詞 補助記号 名詞 助詞 助詞 動詞 語尾 補助記号 +名詞 +名詞 名詞 名詞 助詞 名詞 助詞 接頭辞 助動詞 語尾 名詞 助詞 補助記号 名詞 助詞 助詞 名詞 接尾辞 助動詞 形容詞 語尾 名詞 助詞 名詞 接尾辞 動詞 助動詞 助動詞 名詞 助詞 名詞 動詞 名詞 助動詞 動詞 語尾 補助記号 名詞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 助動詞 名詞 助動詞 動詞 語尾 補助記号 +副詞 補助記号 名詞 名詞 名詞 助詞 名詞 接尾辞 助動詞 名詞 名詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 助詞 動詞 語尾 補助記号 +接続詞 補助記号 動詞 語尾 助動詞 名詞 助詞 助詞 補助記号 名詞 助詞 名詞 名詞 動詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 名詞 補助記号 名詞 助詞 名詞 補助記号 名詞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 助詞 補助記号 名詞 助詞 名詞 助詞 名詞 補助記号 名詞 名詞 名詞 助詞 動詞 語尾 助動詞 語尾 補助記号 助詞 名詞 助詞 名詞 動詞 語尾 名詞 補助記号 名詞 名詞 助詞 名詞 補助記号 助詞 名詞 動詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 助詞 名詞 助詞 名詞 動詞 助動詞 語尾 補助記号 +名詞 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 動詞 助詞 動詞 語尾 助動詞 補助記号 +名詞 助詞 動詞 助動詞 助詞 動詞 語尾 助詞 補助記号 名詞 助詞 名詞 助詞 連体詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 補助記号 +名詞 助詞 名詞 動詞 助動詞 助動詞 名詞 助詞 名詞 名詞 動詞 補助記号 副詞 名詞 助動詞 名詞 助詞 名詞 動詞 助詞 助詞 名詞 助詞 動詞 助動詞 語尾 補助記号 +接続詞 補助記号 名詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 助詞 動詞 語尾 形状詞 助動詞 動詞 語尾 補助記号 名詞 助詞 形状詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 動詞 助詞 助詞 補助記号 名詞 名詞 補助記号 名詞 名詞 補助記号 名詞 助詞 名詞 動詞 補助記号 +補助記号 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 名詞 名詞 助詞 動詞 語尾 助動詞 補助記号 名詞 名詞 名詞 助詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 名詞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 動詞 助動詞 助詞 動詞 助動詞 補助記号 +名詞 名詞 助詞 動詞 助詞 動詞 語尾 助動詞 名詞 助詞 形状詞 助動詞 形容詞 語尾 名詞 補助記号 名詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 助詞 名詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助動詞 助詞 動詞 語尾 補助記号 +名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 補助記号 名詞 補助記号 助詞 名詞 助動詞 動詞 語尾 助動詞 補助記号 名詞 助詞 連体詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 語尾 名詞 助詞 名詞 動詞 補助記号 補助記号 +名詞 助詞 助詞 補助記号 名詞 助詞 名詞 助詞 形容詞 語尾 名詞 名詞 助詞 名詞 動詞 名詞 助詞 形状詞 助動詞 動詞 語尾 補助記号 +名詞 接尾辞 助詞 助詞 名詞 助詞 助詞 動詞 語尾 助動詞 助動詞 名詞 助詞 代名詞 助詞 副詞 形状詞 助詞 動詞 語尾 形状詞 名詞 動詞 助動詞 助動詞 名詞 補助記号 副詞 名詞 名詞 助詞 名詞 助詞 形状詞 助動詞 名詞 補助記号 助詞 名詞 動詞 名詞 助詞 形状詞 助動詞 動詞 語尾 補助記号 名詞 助詞 助詞 名詞 助詞 助詞 名詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 助詞 動詞 助詞 助詞 形容詞 語尾 名詞 動詞 名詞 助詞 動詞 語尾 補助記号 +名詞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 名詞 接尾辞 助詞 動詞 語尾 助詞 助詞 形状詞 接尾辞 +名詞 補助記号 名詞 名詞 助詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 +名詞 名詞 名詞 助詞 名詞 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 名詞 助動詞 動詞 語尾 補助記号 +補助記号 接尾辞 名詞 補助記号 名詞 補助記号 名詞 名詞 補助記号 助詞 補助記号 名詞 名詞 助詞 動詞 語尾 名詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 動詞 助動詞 補助記号 接頭辞 名詞 補助記号 補助記号 +連体詞 名詞 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 名詞 補助記号 助詞 名詞 補助記号 名詞 名詞 補助記号 助詞 動詞 語尾 名詞 接尾辞 名詞 助詞 名詞 動詞 助動詞 補助記号 +代名詞 助詞 名詞 接尾辞 助詞 名詞 接尾辞 助詞 動詞 語尾 助動詞 語尾 助詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +名詞 助詞 名詞 名詞 名詞 助詞 動詞 助詞 名詞 名詞 助詞 名詞 助詞 動詞 助動詞 補助記号 +名詞 助詞 代名詞 助詞 補助記号 名詞 助詞 名詞 名詞 助詞 動詞 語尾 補助記号 名詞 助動詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 動詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 名詞 助詞 名詞 動詞 助動詞 補助記号 +動詞 接尾辞 補助記号 名詞 補助記号 名詞 補助記号 名詞 名詞 補助記号 助詞 形状詞 助詞 名詞 助詞 動詞 語尾 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 動詞 助動詞 補助記号 +名詞 助詞 助詞 動詞 接尾辞 補助記号 名詞 補助記号 記号 補助記号 名詞 助詞 形状詞 助詞 名詞 補助記号 名詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 動詞 助詞 動詞 語尾 補助記号 名詞 名詞 接尾辞 名詞 接頭辞 名詞 補助記号 名詞 名詞 補助記号 名詞 接尾辞 補助記号 補助記号 +補助記号 接尾辞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 補助記号 名詞 名詞 接尾辞 名詞 接頭辞 補助記号 名詞 名詞 名詞 補助記号 名詞 接尾辞 補助記号 補助記号 +補助記号 接尾辞 補助記号 名詞 名詞 名詞 名詞 接尾辞 助詞 名詞 名詞 接尾辞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 補助記号 名詞 助詞 名詞 接尾辞 接尾辞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 名詞 助詞 名詞 動詞 助動詞 補助記号 +連体詞 名詞 助詞 助詞 補助記号 副詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 助詞 助動詞 形容詞 語尾 補助記号 連体詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助動詞 助詞 動詞 語尾 補助記号 名詞 助詞 名詞 名詞 助詞 名詞 助動詞 助詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 助詞 動詞 語尾 動詞 語尾 名詞 助詞 名詞 動詞 補助記号 名詞 助詞 名詞 動詞 助動詞 補助記号 +補助記号 接尾辞 補助記号 名詞 補助記号 名詞 名詞 名詞 名詞 接尾辞 助詞 名詞 補助記号 助詞 名詞 名詞 接尾辞 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 名詞 補助記号 助詞 補助記号 名詞 助詞 名詞 名詞 助詞 名詞 動詞 助動詞 名詞 助詞 動詞 語尾 助動詞 語尾 名詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 名詞 補助記号 名詞 助詞 名詞 助詞 接尾辞 助詞 名詞 助詞 名詞 接尾辞 助詞 名詞 名詞 名詞 助詞 動詞 語尾 助動詞 補助記号 +連体詞 名詞 助詞 助詞 名詞 動詞 助動詞 助動詞 名詞 助詞 名詞 助詞 名詞 動詞 語尾 名詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 助動詞 助詞 動詞 助動詞 補助記号 +名詞 助詞 連体詞 形状詞 助動詞 名詞 助詞 動詞 名詞 補助記号 補助記号 名詞 補助記号 補助記号 助詞 名詞 動詞 名詞 助詞 動詞 補助記号 名詞 助詞 名詞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 助詞 名詞 助詞 動詞 語尾 助動詞 補助記号 +補助記号 接尾辞 補助記号 名詞 助詞 名詞 補助記号 名詞 名詞 接尾辞 名詞 接頭辞 名詞 補助記号 名詞 名詞 名詞 補助記号 名詞 接尾辞 補助記号 助詞 名詞 補助記号 +名詞 助詞 名詞 助詞 名詞 助詞 名詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 補助記号 名詞 名詞 助詞 名詞 動詞 補助記号 名詞 助詞 動詞 語尾 名詞 助詞 動詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 補助記号 名詞 動詞 助動詞 助動詞 名詞 助詞 動詞 語尾 助詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 助動詞 補助記号 +名詞 助詞 連体詞 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 名詞 補助記号 補助記号 補助記号 名詞 補助記号 補助記号 助詞 名詞 動詞 補助記号 名詞 名詞 助詞 名詞 接尾辞 助詞 助詞 名詞 名詞 名詞 助詞 名詞 動詞 助動詞 補助記号 +名詞 補助記号 助詞 補助記号 名詞 補助記号 助詞 名詞 助詞 形状詞 助動詞 名詞 名詞 助動詞 助詞 形容詞 語尾 名詞 名詞 助詞 動詞 助詞 動詞 助詞 補助記号 名詞 接尾辞 助詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 助動詞 補助記号 +名詞 補助記号 助詞 名詞 接尾辞 助詞 名詞 助詞 名詞 助詞 名詞 助動詞 動詞 語尾 名詞 助詞 動詞 語尾 助動詞 助詞 補助記号 名詞 名詞 助詞 助詞 名詞 名詞 助詞 代名詞 助詞 名詞 助動詞 動詞 語尾 助詞 助詞 名詞 動詞 補助記号 名詞 助詞 動詞 語尾 名詞 助動詞 動詞 語尾 助動詞 補助記号 +名詞 助詞 名詞 名詞 助詞 名詞 接尾辞 助詞 名詞 補助記号 名詞 接尾辞 助詞 名詞 動詞 助動詞 補助記号 名詞 名詞 接尾辞 助詞 名詞 助詞 名詞 動詞 助詞 助詞 動詞 語尾 助動詞 助動詞 補助記号 +名詞 動詞 助動詞 助動詞 名詞 接尾辞 助詞 名詞 名詞 助詞 名詞 動詞 補助記号 代名詞 助詞 名詞 助詞 名詞 動詞 名詞 助動詞 補助記号 名詞 名詞 名詞 助詞 名詞 名詞 接尾辞 助詞 動詞 助詞 動詞 語尾 名詞 助詞 名詞 名詞 助詞 名詞 接尾辞 動詞 助動詞 補助記号 +連体詞 名詞 助詞 名詞 助詞 名詞 名詞 接尾辞 助詞 名詞 助詞 名詞 動詞 助動詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +名詞 接尾辞 接尾辞 助詞 名詞 助詞 名詞 補助記号 名詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 名詞 助詞 名詞 名詞 助詞 代名詞 助詞 名詞 動詞 助動詞 補助記号 +名詞 助詞 名詞 名詞 名詞 助詞 名詞 動詞 助動詞 名詞 助詞 名詞 助詞 動詞 助詞 助詞 名詞 名詞 助詞 名詞 接尾辞 動詞 語尾 名詞 助詞 名詞 名詞 助詞 名詞 接尾辞 名詞 名詞 助詞 助詞 動詞 語尾 補助記号 +名詞 助詞 助詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 動詞 助詞 動詞 語尾 補助記号 +補助記号 接尾辞 名詞 補助記号 名詞 補助記号 名詞 助詞 名詞 助詞 補助記号 動詞 語尾 助動詞 助詞 動詞 語尾 助詞 動詞 助動詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 名詞 助詞 名詞 名詞 助詞 動詞 語尾 名詞 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 補助記号 +名詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 英単語 名詞 補助記号 名詞 名詞 補助記号 助詞 名詞 動詞 助動詞 助動詞 補助記号 +動詞 語尾 名詞 助詞 補助記号 名詞 補助記号 名詞 名詞 補助記号 助詞 動詞 語尾 名詞 助詞 副詞 名詞 動詞 助動詞 助動詞 補助記号 +連体詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 助詞 動詞 語尾 助動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +動詞 語尾 名詞 助詞 名詞 名詞 接尾辞 助詞 名詞 助詞 名詞 動詞 補助記号 形容詞 語尾 動詞 助動詞 語尾 助動詞 名詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +名詞 助詞 代名詞 助詞 名詞 接尾辞 動詞 補助記号 名詞 名詞 助詞 助詞 名詞 動詞 助動詞 補助記号 +名詞 名詞 接尾辞 名詞 名詞 助詞 名詞 接尾辞 助詞 名詞 接尾辞 名詞 補助記号 名詞 補助記号 名詞 名詞 補助記号 助詞 名詞 動詞 助動詞 名詞 助詞 名詞 助詞 動詞 助詞 名詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 補助記号 +名詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 助詞 助詞 名詞 助詞 名詞 接尾辞 助動詞 助動詞 補助記号 +名詞 助詞 助詞 補助記号 接尾辞 補助記号 名詞 名詞 助詞 名詞 動詞 名詞 補助記号 名詞 補助記号 名詞 名詞 補助記号 助詞 名詞 助詞 動詞 語尾 助動詞 名詞 接尾辞 助詞 動詞 語尾 助動詞 補助記号 +名詞 助詞 名詞 接尾辞 助詞 名詞 接尾辞 助詞 名詞 助詞 名詞 動詞 助詞 動詞 語尾 補助記号 +名詞 助詞 名詞 接尾辞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 名詞 補助記号 名詞 補助記号 動詞 名詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +接続詞 名詞 名詞 助詞 動詞 語尾 助動詞 名詞 名詞 助詞 名詞 助詞 名詞 動詞 補助記号 +連体詞 名詞 名詞 助詞 名詞 名詞 助動詞 動詞 語尾 助詞 動詞 語尾 名詞 助詞 動詞 補助記号 +名詞 名詞 助詞 名詞 助詞 動詞 語尾 形状詞 接尾辞 助詞 動詞 語尾 名詞 補助記号 名詞 接尾辞 助動詞 名詞 助詞 名詞 助詞 代名詞 助詞 動詞 語尾 助詞 助詞 形容詞 語尾 補助記号 補助記号 名詞 名詞 助詞 名詞 接尾辞 名詞 助詞 動詞 語尾 形状詞 助動詞 名詞 助詞 動詞 動詞 助詞 動詞 語尾 補助記号 +連体詞 名詞 助詞 名詞 助詞 名詞 助詞 助詞 名詞 名詞 助詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 助詞 助詞 名詞 助詞 名詞 助詞 形容詞 語尾 名詞 補助記号 名詞 接尾辞 名詞 接尾辞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 助動詞 補助記号 名詞 助詞 名詞 助動詞 動詞 語尾 名詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 助詞 名詞 動詞 助詞 動詞 助動詞 補助記号 +名詞 接尾辞 助詞 名詞 名詞 助詞 名詞 接尾辞 接尾辞 助詞 動詞 語尾 助動詞 助詞 助詞 助詞 名詞 助詞 動詞 語尾 助動詞 名詞 助詞 名詞 助詞 形状詞 助動詞 名詞 名詞 補助記号 接続詞 代名詞 助詞 名詞 名詞 助詞 助詞 名詞 助動詞 名詞 助詞 名詞 補助記号 助詞 名詞 動詞 形状詞 助動詞 動詞 語尾 助動詞 補助記号 +名詞 名詞 接尾辞 助詞 動詞 語尾 助詞 助詞 形状詞 接尾辞 +名詞 接尾辞 補助記号 名詞 補助記号 名詞 名詞 助詞 連体詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 補助記号 名詞 補助記号 補助記号 助詞 名詞 補助記号 +名詞 名詞 助詞 補助記号 名詞 名詞 名詞 助詞 動詞 助詞 連体詞 名詞 助詞 名詞 名詞 接尾辞 助詞 動詞 語尾 助詞 副詞 動詞 語尾 助詞 動詞 助動詞 補助記号 +名詞 助詞 動詞 語尾 名詞 助詞 名詞 名詞 名詞 助詞 名詞 名詞 助動詞 動詞 語尾 補助記号 +助詞 接尾辞 名詞 接尾辞 名詞 接尾辞 補助記号 名詞 助詞 名詞 名詞 助詞 動詞 語尾 助動詞 助動詞 補助記号 +名詞 接尾辞 補助記号 名詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 補助記号 +名詞 助詞 名詞 助詞 名詞 助詞 補助記号 名詞 助詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 助詞 助詞 動詞 語尾 助動詞 補助記号 +名詞 接尾辞 接尾辞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 補助記号 +名詞 助詞 名詞 助詞 連体詞 名詞 助詞 補助記号 名詞 補助記号 助詞 動詞 助詞 名詞 動詞 助動詞 補助記号 名詞 補助記号 助詞 名詞 名詞 補助記号 名詞 名詞 補助記号 助詞 名詞 動詞 助動詞 補助記号 +名詞 名詞 助詞 名詞 +名詞 名詞 名詞 補助記号 名詞 名詞 接尾辞 名詞 接尾辞 補助記号 補助記号 名詞 補助記号 補助記号 助詞 名詞 名詞 名詞 接尾辞 補助記号 補助記号 名詞 補助記号 補助記号 助詞 名詞 名詞 助詞 名詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 助動詞 補助記号 +代名詞 助詞 動詞 語尾 名詞 接尾辞 助詞 動詞 語尾 助詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 助詞 動詞 助動詞 助動詞 補助記号 +名詞 名詞 助詞 名詞 名詞 助詞 名詞 助動詞 名詞 助詞 名詞 名詞 接尾辞 助詞 名詞 助動詞 助詞 補助記号 名詞 名詞 補助記号 名詞 助詞 形容詞 語尾 名詞 動詞 名詞 補助記号 助詞 名詞 接尾辞 助動詞 助詞 形容詞 語尾 補助記号 名詞 助詞 動詞 語尾 助動詞 助動詞 語尾 名詞 助詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 接続詞 名詞 名詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 名詞 助詞 動詞 語尾 助詞 補助記号 形状詞 助動詞 名詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 接尾辞 助詞 名詞 接尾辞 助動詞 助動詞 補助記号 +名詞 名詞 補助記号 副詞 名詞 接尾辞 助詞 名詞 名詞 名詞 助詞 名詞 名詞 助詞 形容詞 語尾 名詞 助詞 名詞 名詞 助詞 助詞 副詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 助詞 名詞 接尾辞 助詞 助詞 名詞 名詞 助詞 名詞 語尾 助動詞 補助記号 名詞 助詞 名詞 動詞 助動詞 名詞 名詞 助詞 動詞 語尾 助詞 名詞 助詞 形容詞 語尾 名詞 動詞 助動詞 語尾 補助記号 +副詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 助詞 形状詞 助動詞 名詞 名詞 助詞 名詞 動詞 名詞 補助記号 名詞 名詞 助詞 名詞 接尾辞 助動詞 動詞 語尾 助詞 助詞 補助記号 名詞 名詞 助詞 名詞 名詞 助詞 名詞 接尾辞 助詞 動詞 語尾 助詞 助詞 動詞 助動詞 語尾 補助記号 +名詞 名詞 名詞 名詞 助詞 名詞 名詞 名詞 助詞 名詞 動詞 助動詞 語尾 名詞 助詞 動詞 語尾 補助記号 名詞 名詞 名詞 名詞 補助記号 補助記号 +名詞 助詞 名詞 接尾辞 助動詞 名詞 名詞 助詞 名詞 名詞 助動詞 動詞 語尾 補助記号 形状詞 助動詞 名詞 助詞 名詞 助動詞 名詞 助詞 名詞 動詞 補助記号 +接続詞 名詞 名詞 名詞 名詞 助詞 補助記号 名詞 助詞 動詞 語尾 助動詞 語尾 名詞 助動詞 名詞 助詞 名詞 動詞 補助記号 +副詞 補助記号 名詞 名詞 補助記号 名詞 補助記号 助詞 名詞 名詞 助詞 助詞 名詞 助詞 名詞 動詞 助詞 助詞 名詞 名詞 名詞 助詞 名詞 助動詞 動詞 語尾 補助記号 名詞 助詞 副詞 動詞 語尾 名詞 助詞 代名詞 助詞 動詞 語尾 助動詞 助詞 助詞 名詞 動詞 補助記号 +名詞 名詞 名詞 名詞 名詞 助詞 形状詞 名詞 名詞 補助記号 名詞 名詞 補助記号 補助記号 補助記号 名詞 補助記号 補助記号 接尾辞 動詞 語尾 補助記号 +名詞 名詞 名詞 名詞 助詞 名詞 補助記号 名詞 助詞 名詞 動詞 助詞 動詞 語尾 名詞 助動詞 動詞 語尾 補助記号 +連体詞 名詞 助詞 名詞 補助記号 名詞 助詞 助詞 名詞 動詞 名詞 名詞 名詞 助詞 名詞 名詞 助詞 動詞 助詞 名詞 動詞 助動詞 助動詞 補助記号 +名詞 補助記号 名詞 助詞 連体詞 名詞 助詞 名詞 接尾辞 助動詞 動詞 語尾 補助記号 +代名詞 接尾辞 助詞 名詞 助詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 接尾辞 助詞 動詞 語尾 助詞 助動詞 名詞 接尾辞 名詞 助詞 形状詞 助動詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 形容詞 語尾 名詞 助詞 動詞 語尾 形状詞 助動詞 名詞 動詞 助動詞 語尾 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 助詞 動詞 語尾 助動詞 助動詞 名詞 名詞 助詞 名詞 動詞 名詞 助詞 助詞 名詞 助詞 名詞 助詞 形容詞 語尾 名詞 補助記号 名詞 名詞 助詞 副詞 形状詞 助詞 助詞 動詞 助動詞 語尾 補助記号 +形状詞 助動詞 動詞 語尾 助動詞 助動詞 名詞 名詞 助詞 助詞 名詞 名詞 助詞 名詞 接尾辞 助詞 名詞 接尾辞 助動詞 動詞 語尾 補助記号 名詞 接尾辞 助詞 動詞 語尾 名詞 接尾辞 助詞 名詞 名詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 補助記号 +代名詞 助詞 形状詞 助動詞 動詞 語尾 助動詞 助動詞 名詞 助詞 助詞 名詞 接尾辞 動詞 助動詞 語尾 名詞 助動詞 動詞 語尾 補助記号 +名詞 接尾辞 名詞 助詞 名詞 助詞 名詞 助詞 形状詞 助動詞 動詞 語尾 助詞 補助記号 名詞 名詞 助詞 副詞 形容詞 語尾 補助記号 +名詞 接尾辞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 助詞 助詞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 語尾 助詞 動詞 語尾 助動詞 語尾 補助記号 +副詞 補助記号 名詞 助詞 名詞 助詞 名詞 動詞 助詞 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 助詞 助詞 形状詞 助動詞 動詞 語尾 補助記号 +名詞 助詞 動詞 語尾 助動詞 助動詞 名詞 助詞 名詞 助詞 連体詞 名詞 助詞 動詞 語尾 助詞 形容詞 語尾 助詞 助詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +名詞 動詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助詞 補助記号 名詞 助詞 名詞 助動詞 助詞 助詞 名詞 助動詞 助詞 助詞 助詞 名詞 動詞 名詞 助詞 形状詞 助詞 動詞 語尾 名詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 助詞 助詞 助詞 名詞 助動詞 名詞 補助記号 名詞 助詞 名詞 名詞 接尾辞 名詞 補助記号 助詞 接頭辞 形状詞 助詞 動詞 語尾 助詞 形容詞 語尾 補助記号 +名詞 名詞 助詞 名詞 名詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 補助記号 +名詞 助詞 補助記号 副詞 名詞 助動詞 名詞 名詞 助詞 助詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 形容詞 語尾 補助記号 接頭辞 名詞 助動詞 名詞 助詞 助詞 名詞 助動詞 名詞 助詞 助詞 副詞 名詞 動詞 補助記号 +名詞 接尾辞 助詞 名詞 助詞 形容詞 語尾 名詞 助詞 名詞 名詞 助詞 名詞 助詞 副詞 名詞 助詞 動詞 助詞 動詞 語尾 名詞 助詞 動詞 助詞 補助記号 名詞 助詞 名詞 名詞 名詞 助詞 名詞 動詞 助動詞 名詞 名詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 +名詞 助詞 補助記号 名詞 名詞 補助記号 助詞 名詞 +名詞 接尾辞 接尾辞 補助記号 名詞 動詞 助動詞 助動詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 助詞 名詞 接尾辞 助詞 動詞 語尾 助動詞 助動詞 補助記号 +連体詞 名詞 名詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 助動詞 補助記号 名詞 助詞 名詞 助詞 補助記号 名詞 接尾辞 助詞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 補助記号 補助記号 接頭辞 補助記号 英単語 記号 英単語 補助記号 名詞 名詞 補助記号 補助記号 補助記号 助詞 名詞 動詞 助動詞 助動詞 補助記号 +補助記号 接続詞 名詞 助詞 動詞 語尾 助詞 助詞 名詞 接尾辞 名詞 名詞 助詞 名詞 動詞 助動詞 名詞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 名詞 名詞 接尾辞 助詞 助詞 名詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +名詞 名詞 名詞 +名詞 補助記号 補助記号 名詞 補助記号 補助記号 名詞 +名詞 名詞 名詞 補助記号 名詞 名詞 名詞 補助記号 助詞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 名詞 名詞 助詞 動詞 動詞 補助記号 連体詞 名詞 助詞 動詞 語尾 形状詞 助動詞 名詞 名詞 助詞 名詞 補助記号 +名詞 助詞 名詞 助詞 補助記号 名詞 助詞 動詞 語尾 副詞 名詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +補助記号 名詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 名詞 助詞 助詞 動詞 助詞 補助記号 形状詞 助動詞 名詞 助詞 名詞 助詞 動詞 助詞 名詞 助詞 動詞 語尾 補助記号 +補助記号 名詞 助詞 名詞 助詞 助詞 補助記号 名詞 英単語 補助記号 助詞 形状詞 補助記号 +名詞 接尾辞 助動詞 名詞 助詞 名詞 助詞 補助記号 名詞 助詞 形状詞 助動詞 動詞 語尾 補助記号 +名詞 名詞 名詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 動詞 補助記号 +名詞 名詞 補助記号 代名詞 助詞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 形容詞 語尾 補助記号 +名詞 補助記号 名詞 動詞 助動詞 名詞 助詞 補助記号 名詞 名詞 助詞 名詞 動詞 補助記号 +名詞 名詞 補助記号 名詞 助詞 名詞 名詞 助詞 動詞 補助記号 名詞 動詞 補助記号 +名詞 名詞 助詞 補助記号 名詞 名詞 補助記号 名詞 名詞 補助記号 名詞 名詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +名詞 名詞 補助記号 名詞 名詞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 助詞 補助記号 名詞 助詞 動詞 語尾 名詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 名詞 動詞 補助記号 動詞 語尾 助詞 動詞 語尾 名詞 助詞 名詞 名詞 助詞 動詞 助詞 動詞 語尾 名詞 助詞 名詞 補助記号 +名詞 助詞 助詞 名詞 助詞 動詞 語尾 名詞 名詞 名詞 助詞 動詞 助詞 名詞 助詞 動詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 助詞 形容詞 語尾 名詞 助詞 動詞 助詞 補助記号 副詞 名詞 動詞 助詞 動詞 語尾 助動詞 名詞 名詞 助詞 名詞 動詞 助詞 名詞 名詞 接尾辞 助詞 動詞 語尾 補助記号 名詞 名詞 助詞 動詞 語尾 補助記号 +名詞 助詞 名詞 補助記号 名詞 助詞 名詞 動詞 名詞 助詞 助詞 名詞 名詞 接続詞 助詞 名詞 補助記号 名詞 助詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 接尾辞 名詞 +名詞 補助記号 名詞 補助記号 名詞 名詞 名詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 助詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 +名詞 補助記号 名詞 接尾辞 助詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 +名詞 補助記号 名詞 補助記号 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 助詞 動詞 助動詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 助詞 動詞 助動詞 名詞 +名詞 補助記号 名詞 補助記号 連体詞 名詞 助詞 名詞 名詞 +名詞 補助記号 名詞 補助記号 連体詞 名詞 助詞 名詞 名詞 +名詞 補助記号 名詞 名詞 名詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 名詞 助詞 名詞 動詞 助動詞 名詞 名詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 名詞 +名詞 名詞 +名詞 接尾辞 名詞 +名詞 名詞 助詞 助詞 補助記号 名詞 接尾辞 名詞 助詞 形容詞 語尾 動詞 助動詞 助詞 動詞 語尾 補助記号 +代名詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 名詞 接尾辞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 補助記号 名詞 動詞 助動詞 助動詞 名詞 名詞 助詞 名詞 動詞 助動詞 助動詞 名詞 助詞 助詞 名詞 動詞 助詞 補助記号 副詞 名詞 助詞 形容詞 語尾 名詞 名詞 助詞 名詞 名詞 助詞 動詞 助詞 名詞 動詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 助詞 補助記号 名詞 助詞 名詞 接尾辞 助動詞 名詞 助詞 名詞 接尾辞 助動詞 名詞 助詞 名詞 動詞 助詞 動詞 語尾 名詞 助詞 形容詞 語尾 補助記号 +名詞 接尾辞 助動詞 名詞 助詞 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 連体詞 形状詞 助動詞 名詞 名詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 助詞 助詞 動詞 語尾 助動詞 名詞 助動詞 補助記号 名詞 名詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 助詞 動詞 助詞 助詞 補助記号 名詞 名詞 名詞 助詞 名詞 名詞 助詞 動詞 助動詞 名詞 名詞 助詞 形容詞 語尾 動詞 助動詞 助詞 動詞 語尾 補助記号 +名詞 接尾辞 助動詞 名詞 助詞 助詞 補助記号 名詞 助詞 名詞 接尾辞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助動詞 名詞 助動詞 補助記号 名詞 名詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +副詞 補助記号 補助記号 代名詞 補助記号 補助記号 記号 補助記号 記号 補助記号 記号 補助記号 記号 補助記号 記号 補助記号 補助記号 助詞 動詞 語尾 名詞 助詞 名詞 助詞 助詞 補助記号 補助記号 助詞 補助記号 補助記号 記号 補助記号 記号 補助記号 補助記号 助詞 補助記号 助詞 補助記号 補助記号 記号 補助記号 記号 補助記号 補助記号 助詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 形容詞 語尾 補助記号 助詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 助詞 動詞 助詞 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 接頭辞 名詞 助動詞 名詞 補助記号 名詞 接尾辞 助詞 助詞 名詞 名詞 助詞 補助記号 助詞 記号 補助記号 名詞 助詞 形容詞 語尾 動詞 助動詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 語尾 名詞 助詞 形容詞 語尾 名詞 補助記号 名詞 助詞 名詞 名詞 助詞 補助記号 助詞 補助記号 名詞 名詞 名詞 助詞 形容詞 語尾 動詞 助動詞 語尾 補助記号 +名詞 名詞 名詞 名詞 +名詞 名詞 名詞 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 助詞 名詞 助詞 名詞 名詞 名詞 助動詞 動詞 語尾 助詞 補助記号 名詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 接尾辞 動詞 助動詞 名詞 補助記号 動詞 語尾 助動詞 助動詞 語尾 動詞 語尾 助動詞 補助記号 +名詞 接続詞 助詞 形容詞 接尾辞 助詞 動詞 語尾 名詞 接尾辞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 接尾辞 助詞 動詞 語尾 名詞 助動詞 動詞 語尾 補助記号 +副詞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 補助記号 形容詞 語尾 動詞 語尾 助詞 助詞 補助記号 副詞 動詞 語尾 助詞 助詞 補助記号 接続詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 助詞 助詞 形状詞 名詞 動詞 助詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 補助記号 +名詞 補助記号 助詞 名詞 助詞 助動詞 形容詞 語尾 名詞 助詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 形状詞 助動詞 動詞 語尾 補助記号 +名詞 名詞 助詞 動詞 語尾 助詞 助詞 補助記号 名詞 名詞 助詞 副詞 助動詞 動詞 語尾 助詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 助動詞 助詞 動詞 助動詞 補助記号 +動詞 語尾 助詞 補助記号 名詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 助動詞 動詞 語尾 補助記号 名詞 動詞 語尾 名詞 助詞 名詞 動詞 助動詞 語尾 補助記号 +名詞 名詞 +名詞 名詞 助詞 補助記号 名詞 接尾辞 接続詞 接頭辞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 補助記号 名詞 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 助詞 名詞 形状詞 助動詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 接尾辞 接尾辞 名詞 助詞 接頭辞 名詞 助詞 動詞 助動詞 名詞 補助記号 名詞 名詞 助詞 名詞 接尾辞 助動詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +動詞 語尾 助詞 補助記号 名詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 名詞 助詞 動詞 語尾 名詞 名詞 助詞 名詞 接尾辞 助動詞 名詞 動詞 助動詞 補助記号 形状詞 助動詞 名詞 名詞 助詞 代名詞 助詞 形容詞 語尾 形容詞 語尾 補助記号 +名詞 名詞 助詞 動詞 語尾 助詞 動詞 助動詞 語尾 副詞 形状詞 助動詞 名詞 助詞 助詞 補助記号 名詞 名詞 助詞 名詞 接尾辞 接尾辞 接尾辞 助詞 副詞 名詞 名詞 名詞 助詞 名詞 接尾辞 名詞 助詞 名詞 動詞 助動詞 語尾 助動詞 補助記号 +連体詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 接頭辞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 助詞 補助記号 連体詞 接頭辞 名詞 補助記号 名詞 補助記号 名詞 助詞 動詞 語尾 助動詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 名詞 助詞 補助記号 名詞 助詞 名詞 動詞 助動詞 助動詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 助詞 動詞 語尾 助動詞 語尾 名詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +接頭辞 名詞 助詞 接頭辞 名詞 助詞 名詞 形状詞 助詞 名詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 接続詞 名詞 名詞 助詞 動詞 語尾 名詞 名詞 助詞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 助動詞 名詞 助詞 動詞 語尾 補助記号 +代名詞 接尾辞 助詞 名詞 名詞 助詞 名詞 動詞 助動詞 名詞 名詞 名詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 名詞 名詞 助詞 助詞 代名詞 名詞 助詞 助詞 形状詞 助動詞 名詞 助詞 名詞 動詞 助詞 動詞 語尾 補助記号 +名詞 助詞 形容詞 語尾 名詞 助詞 助詞 補助記号 名詞 助詞 動詞 語尾 助詞 名詞 名詞 接尾辞 助詞 名詞 動詞 補助記号 +接続詞 補助記号 名詞 接尾辞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 接尾辞 動詞 名詞 助詞 補助記号 名詞 助詞 名詞 接尾辞 助詞 動詞 語尾 助動詞 語尾 補助記号 +名詞 助詞 助詞 名詞 名詞 接尾辞 助詞 名詞 助詞 動詞 助詞 補助記号 名詞 接尾辞 助詞 名詞 接尾辞 助詞 名詞 助詞 名詞 接尾辞 名詞 接尾辞 補助記号 補助記号 名詞 補助記号 補助記号 助詞 補助記号 副詞 接頭辞 名詞 名詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 名詞 名詞 補助記号 補助記号 名詞 補助記号 補助記号 助詞 動詞 語尾 補助記号 +名詞 助詞 名詞 +名詞 名詞 名詞 助詞 名詞 名詞 助詞 助詞 名詞 助詞 名詞 動詞 助動詞 語尾 助動詞 名詞 名詞 助詞 名詞 名詞 名詞 助詞 名詞 助詞 補助記号 名詞 助詞 動詞 語尾 助詞 名詞 助動詞 名詞 助詞 形状詞 助動詞 名詞 助詞 名詞 動詞 助動詞 助詞 動詞 助動詞 助詞 補助記号 名詞 動詞 助詞 名詞 動詞 助動詞 名詞 助詞 名詞 形容詞 語尾 補助記号 名詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 助動詞 助動詞 名詞 名詞 名詞 助詞 名詞 動詞 助動詞 語尾 名詞 名詞 助詞 補助記号 名詞 補助記号 名詞 名詞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 名詞 名詞 助詞 補助記号 連体詞 名詞 補助記号 連体詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 助詞 助詞 動詞 助詞 連体詞 名詞 助詞 動詞 語尾 補助記号 +名詞 助詞 名詞 動詞 助詞 補助記号 補助記号 名詞 補助記号 助詞 動詞 語尾 助動詞 語尾 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 名詞 名詞 助詞 助詞 補助記号 名詞 名詞 助詞 助詞 名詞 接尾辞 助動詞 名詞 接尾辞 助詞 助詞 名詞 接尾辞 助詞 名詞 名詞 助詞 名詞 動詞 語尾 助詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +代名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 助動詞 語尾 名詞 名詞 接尾辞 助詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 助詞 名詞 動詞 助詞 名詞 助詞 名詞 助詞 動詞 助動詞 語尾 名詞 助詞 助詞 補助記号 接頭辞 名詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 語尾 助詞 名詞 助詞 形容詞 語尾 名詞 助詞 名詞 名詞 助詞 名詞 動詞 助動詞 語尾 補助記号 +補助記号 名詞 名詞 名詞 助詞 形容詞 語尾 名詞 接尾辞 助詞 名詞 助詞 助詞 名詞 接尾辞 助詞 名詞 名詞 助詞 動詞 語尾 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 補助記号 +名詞 接尾辞 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 名詞 名詞 名詞 助詞 助詞 補助記号 形状詞 助動詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 補助記号 名詞 助詞 動詞 語尾 助詞 助詞 名詞 接尾辞 助詞 助詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 助詞 副詞 名詞 接尾辞 助動詞 名詞 名詞 助詞 動詞 語尾 補助記号 +接続詞 名詞 助詞 動詞 語尾 助詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 語尾 名詞 助詞 補助記号 名詞 助詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 助詞 名詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 動詞 助詞 動詞 語尾 名詞 補助記号 名詞 動詞 名詞 助詞 動詞 語尾 助動詞 名詞 名詞 助詞 名詞 動詞 助動詞 助詞 動詞 助動詞 語尾 補助記号 +接続詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 補助記号 名詞 名詞 接尾辞 助詞 名詞 動詞 助詞 動詞 助動詞 語尾 補助記号 副詞 名詞 助詞 名詞 助詞 助詞 名詞 助詞 名詞 動詞 助詞 助詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 接尾辞 助詞 助詞 補助記号 接頭辞 名詞 名詞 助詞 名詞 助詞 接頭辞 名詞 名詞 接尾辞 助詞 名詞 動詞 助動詞 名詞 助詞 助詞 名詞 接尾辞 名詞 助詞 動詞 語尾 助詞 名詞 助動詞 名詞 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 接頭辞 名詞 補助記号 補助記号 名詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 名詞 接尾辞 助動詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +名詞 +名詞 名詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +名詞 接尾辞 助詞 名詞 名詞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 補助記号 名詞 補助記号 補助記号 助詞 名詞 語尾 助動詞 補助記号 名詞 助詞 名詞 名詞 名詞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 補助記号 名詞 補助記号 助詞 名詞 語尾 助動詞 語尾 補助記号 +名詞 接尾辞 助詞 名詞 +名詞 +名詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 名詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 助詞 名詞 名詞 助詞 助詞 名詞 助詞 動詞 語尾 助詞 接頭辞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 +動詞 助動詞 助動詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 助詞 連体詞 名詞 動詞 語尾 助動詞 助詞 動詞 語尾 助詞 助詞 名詞 動詞 名詞 名詞 助詞 名詞 名詞 名詞 助詞 動詞 語尾 助詞 名詞 接尾辞 助詞 名詞 助詞 動詞 助詞 動詞 語尾 助動詞 助詞 補助記号 接頭辞 名詞 接尾辞 助詞 名詞 名詞 助詞 助詞 名詞 助詞 動詞 助詞 補助記号 動詞 語尾 助動詞 助動詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 動詞 助詞 助詞 名詞 補助記号 名詞 名詞 補助記号 名詞 補助記号 名詞 補助記号 英単語 英単語 補助記号 補助記号 助動詞 動詞 語尾 補助記号 +名詞 +名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 助詞 名詞 助詞 名詞 助詞 名詞 動詞 名詞 助動詞 動詞 語尾 補助記号 名詞 接尾辞 助詞 名詞 助詞 形容詞 語尾 助詞 名詞 助詞 名詞 助詞 助詞 名詞 名詞 助詞 動詞 語尾 助詞 名詞 接尾辞 形状詞 助動詞 名詞 名詞 助詞 連体詞 名詞 名詞 補助記号 名詞 名詞 補助記号 助詞 動詞 助動詞 語尾 補助記号 +代名詞 助詞 名詞 助詞 名詞 名詞 助詞 動詞 助詞 名詞 接尾辞 名詞 助詞 名詞 動詞 助動詞 助詞 補助記号 名詞 接尾辞 助詞 名詞 名詞 助詞 名詞 助詞 助詞 代名詞 助詞 名詞 名詞 助詞 動詞 語尾 助動詞 助詞 動詞 語尾 補助記号 +名詞 名詞 +名詞 助詞 動詞 助動詞 名詞 +名詞 補助記号 名詞 助詞 名詞 補助記号 名詞 助詞 助詞 名詞 名詞 名詞 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 連体詞 名詞 助詞 名詞 動詞 助詞 補助記号 名詞 名詞 名詞 助詞 名詞 助詞 動詞 助詞 助詞 名詞 助詞 形状詞 助詞 動詞 語尾 助詞 動詞 語尾 補助記号 +名詞 名詞 名詞 助詞 名詞 助詞 名詞 動詞 助詞 動詞 語尾 助動詞 名詞 名詞 助詞 代名詞 助詞 助詞 助詞 動詞 語尾 助動詞 助詞 補助記号 名詞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 名詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 語尾 形状詞 助動詞 動詞 語尾 助詞 動詞 語尾 補助記号 +名詞 補助記号 名詞 助詞 動詞 助動詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 接尾辞 助詞 助詞 補助記号 名詞 補助記号 名詞 接尾辞 名詞 助詞 名詞 助詞 名詞 助詞 形状詞 助動詞 名詞 名詞 助詞 名詞 助詞 形状詞 接尾辞 動詞 助詞 動詞 助詞 動詞 語尾 補助記号 +名詞 接尾辞 名詞 名詞 名詞 名詞 +名詞 接尾辞 接尾辞 名詞 接尾辞 名詞 名詞 名詞 +名詞 名詞 接尾辞 名詞 名詞 補助記号 名詞 名詞 名詞 名詞 +名詞 接尾辞 名詞 名詞 名詞 助詞 助詞 名詞 名詞 名詞 +連体詞 名詞 助詞 名詞 名詞 +名詞 名詞 補助記号 名詞 助詞 補助記号 助詞 助詞 名詞 名詞 名詞 +名詞 名詞 接尾辞 助詞 名詞 名詞 補助記号 名詞 名詞 +名詞 接尾辞 助詞 助詞 名詞 名詞 補助記号 名詞 名詞 助詞 名詞 接尾辞 補助記号 +名詞 名詞 助詞 動詞 語尾 名詞 名詞 補助記号 名詞 補助記号 名詞 名詞 接尾辞 助詞 名詞 名詞 補助記号 +名詞 助詞 名詞 動詞 語尾 名詞 名詞 補助記号 名詞 名詞 助詞 助詞 名詞 補助記号 +名詞 名詞 名詞 名詞 名詞 補助記号 名詞 名詞 名詞 名詞 補助記号 +名詞 接尾辞 名詞 助詞 助詞 名詞 助詞 動詞 助動詞 名詞 名詞 助詞 助詞 名詞 補助記号 名詞 助詞 名詞 助詞 名詞 補助記号 +名詞 名詞 名詞 補助記号 名詞 補助記号 名詞 補助記号 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 動詞 語尾 名詞 名詞 補助記号 +連体詞 名詞 助詞 名詞 名詞 +補助記号 名詞 名詞 名詞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 助詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 副詞 補助記号 名詞 動詞 語尾 補助記号 助詞 名詞 助詞 助詞 形容詞 語尾 動詞 語尾 助動詞 補助記号 名詞 動詞 語尾 補助記号 助詞 連体詞 補助記号 名詞 動詞 語尾 補助記号 助動詞 助詞 形容詞 語尾 助詞 補助記号 名詞 助詞 形容詞 語尾 名詞 助詞 補助記号 名詞 動詞 語尾 補助記号 助詞 補助記号 名詞 助詞 動詞 助詞 動詞 語尾 助詞 名詞 動詞 助詞 動詞 語尾 助動詞 名詞 助詞 動詞 語尾 助詞 補助記号 副詞 形状詞 助動詞 名詞 動詞 助動詞 助動詞 補助記号 名詞 動詞 語尾 補助記号 助詞 補助記号 名詞 助詞 助詞 名詞 助動詞 助詞 名詞 動詞 助詞 動詞 語尾 助詞 動詞 名詞 助詞 形状詞 助詞 動詞 語尾 補助記号 +名詞 名詞 補助記号 名詞 接尾辞 接尾辞 補助記号 名詞 補助記号 英単語 英単語 英単語 補助記号 助詞 助詞 補助記号 名詞 助詞 名詞 助詞 名詞 接尾辞 助動詞 動詞 語尾 名詞 助動詞 動詞 語尾 補助記号 +代名詞 助詞 動詞 語尾 名詞 助詞 名詞 補助記号 名詞 補助記号 名詞 補助記号 英単語 英単語 英単語 補助記号 補助記号 代名詞 助詞 動詞 語尾 名詞 動詞 助動詞 名詞 助詞 名詞 名詞 補助記号 名詞 名詞 補助記号 助詞 動詞 語尾 補助記号 +名詞 接尾辞 助動詞 名詞 助詞 名詞 助詞 名詞 動詞 名詞 助動詞 動詞 語尾 補助記号 名詞 補助記号 名詞 補助記号 助詞 名詞 助詞 名詞 動詞 語尾 名詞 助詞 補助記号 副詞 名詞 名詞 補助記号 名詞 補助記号 英単語 名詞 補助記号 名詞 語尾 助詞 名詞 補助記号 名詞 助詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +接続詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 補助記号 +名詞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 名詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 名詞 助詞 助詞 名詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 助詞 助詞 名詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 接尾辞 名詞 +名詞 補助記号 名詞 補助記号 名詞 名詞 補助記号 名詞 名詞 補助記号 +名詞 補助記号 名詞 補助記号 連体詞 名詞 助詞 名詞 名詞 +名詞 補助記号 名詞 名詞 名詞 名詞 名詞 +名詞 補助記号 名詞 名詞 名詞 名詞 +名詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 動詞 助詞 動詞 語尾 連体詞 名詞 +名詞 補助記号 名詞 名詞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 +名詞 補助記号 名詞 名詞 +名詞 +名詞 接尾辞 助動詞 名詞 名詞 名詞 助詞 名詞 動詞 助動詞 語尾 副詞 名詞 助詞 補助記号 名詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 助動詞 助詞 動詞 助動詞 補助記号 +名詞 助詞 名詞 助詞 動詞 助詞 助詞 補助記号 名詞 助詞 名詞 名詞 名詞 接尾辞 助詞 動詞 語尾 名詞 助詞 名詞 名詞 補助記号 名詞 名詞 接尾辞 接尾辞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 名詞 接尾辞 接尾辞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 名詞 接尾辞 接尾辞 補助記号 助詞 助詞 名詞 助詞 名詞 名詞 助詞 動詞 助詞 動詞 語尾 補助記号 +補助記号 接尾辞 助詞 助詞 名詞 接尾辞 名詞 補助記号 名詞 助詞 名詞 補助記号 補助記号 記号 補助記号 補助記号 記号 補助記号 補助記号 記号 補助記号 補助記号 記号 補助記号 補助記号 記号 補助記号 補助記号 助詞 名詞 動詞 語尾 名詞 助詞 名詞 動詞 助動詞 補助記号 +連体詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 名詞 名詞 名詞 名詞 接尾辞 助詞 動詞 語尾 助動詞 名詞 補助記号 名詞 補助記号 助詞 名詞 補助記号 名詞 補助記号 名詞 助詞 動詞 語尾 助動詞 助動詞 補助記号 +代名詞 助詞 名詞 接尾辞 助詞 名詞 助詞 名詞 動詞 補助記号 連体詞 名詞 助詞 動詞 語尾 助詞 名詞 動詞 助詞 動詞 語尾 補助記号 +連体詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 接尾辞 動詞 助詞 動詞 語尾 補助記号 名詞 助詞 助動詞 形容詞 語尾 名詞 助詞 名詞 動詞 助動詞 補助記号 +補助記号 接尾辞 補助記号 名詞 補助記号 名詞 名詞 助詞 名詞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 動詞 補助記号 名詞 接尾辞 補助記号 記号 補助記号 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 補助記号 +名詞 名詞 助詞 名詞 助詞 名詞 接尾辞 名詞 助詞 動詞 語尾 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +補助記号 名詞 補助記号 名詞 名詞 接尾辞 助詞 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 助詞 名詞 接尾辞 助詞 名詞 名詞 名詞 名詞 補助記号 名詞 名詞 名詞 助動詞 動詞 語尾 名詞 名詞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 名詞 助詞 名詞 補助記号 補助記号 助詞 名詞 動詞 助動詞 補助記号 +連体詞 名詞 代名詞 助詞 名詞 動詞 補助記号 名詞 名詞 接尾辞 助詞 名詞 助詞 名詞 動詞 助動詞 名詞 名詞 接尾辞 助詞 名詞 補助記号 名詞 助動詞 動詞 語尾 名詞 補助記号 名詞 補助記号 助詞 名詞 動詞 補助記号 名詞 名詞 名詞 名詞 補助記号 補助記号 名詞 接尾辞 補助記号 助詞 名詞 動詞 助動詞 補助記号 +連体詞 名詞 助詞 副詞 名詞 形状詞 助動詞 助動詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +補助記号 名詞 補助記号 名詞 名詞 接尾辞 補助記号 名詞 補助記号 名詞 補助記号 助詞 名詞 補助記号 記号 補助記号 名詞 補助記号 名詞 補助記号 記号 補助記号 補助記号 名詞 補助記号 接尾辞 助詞 名詞 補助記号 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 名詞 接尾辞 助詞 名詞 動詞 助動詞 補助記号 +連体詞 名詞 助詞 助詞 名詞 接尾辞 助詞 助詞 名詞 助詞 動詞 語尾 助詞 補助記号 名詞 助詞 名詞 動詞 助動詞 助詞 助詞 名詞 接尾辞 助詞 助動詞 動詞 語尾 補助記号 +連体詞 名詞 助詞 補助記号 名詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 名詞 助動詞 動詞 語尾 助動詞 補助記号 +名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 接尾辞 助詞 代名詞 助詞 名詞 接尾辞 助詞 名詞 助詞 名詞 動詞 助動詞 補助記号 +名詞 助詞 名詞 助詞 動詞 語尾 助動詞 名詞 名詞 名詞 助詞 名詞 名詞 名詞 助詞 名詞 動詞 助動詞 補助記号 名詞 助詞 名詞 名詞 名詞 助詞 名詞 接尾辞 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +補助記号 接尾辞 補助記号 名詞 接尾辞 接尾辞 名詞 補助記号 名詞 補助記号 名詞 補助記号 補助記号 名詞 補助記号 助詞 英単語 補助記号 名詞 助詞 名詞 名詞 接尾辞 助詞 助詞 名詞 補助記号 名詞 名詞 助詞 動詞 語尾 助詞 名詞 名詞 助詞 動詞 語尾 助動詞 補助記号 +接続詞 補助記号 名詞 補助記号 名詞 補助記号 助詞 動詞 語尾 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 助動詞 補助記号 +名詞 助詞 名詞 補助記号 名詞 助詞 動詞 助詞 名詞 名詞 接尾辞 助詞 動詞 助詞 動詞 助動詞 名詞 補助記号 記号 補助記号 名詞 助詞 補助記号 連体詞 名詞 助詞 動詞 語尾 助詞 名詞 助詞 動詞 補助記号 補助記号 名詞 接尾辞 名詞 助詞 名詞 補助記号 助詞 名詞 補助記号 名詞 助詞 動詞 語尾 名詞 名詞 助詞 動詞 助動詞 補助記号 +名詞 助詞 名詞 名詞 名詞 補助記号 名詞 助詞 名詞 助詞 補助記号 名詞 接尾辞 助動詞 副詞 形状詞 助動詞 助詞 形容詞 語尾 名詞 助詞 形容詞 語尾 助動詞 補助記号 +連体詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 名詞 助詞 名詞 名詞 助詞 副詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 語尾 名詞 助詞 形容詞 語尾 形容詞 語尾 補助記号 +補助記号 接続詞 名詞 名詞 助詞 名詞 接尾辞 助詞 補助記号 名詞 接尾辞 名詞 助詞 名詞 動詞 助動詞 語尾 名詞 補助記号 名詞 名詞 名詞 名詞 助詞 名詞 助詞 動詞 助動詞 助動詞 補助記号 +名詞 名詞 助詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 語尾 助詞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 名詞 名詞 名詞 名詞 助動詞 補助記号 副詞 名詞 助詞 形容詞 語尾 名詞 助詞 動詞 語尾 助詞 動詞 助動詞 助詞 動詞 助動詞 助詞 助動詞 動詞 語尾 補助記号 補助記号 +名詞 名詞 +名詞 名詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助動詞 名詞 接尾辞 助詞 補助記号 名詞 助詞 動詞 助動詞 語尾 名詞 補助記号 名詞 補助記号 名詞 接尾辞 助詞 補助記号 助詞 名詞 名詞 名詞 補助記号 名詞 名詞 補助記号 助詞 動詞 助詞 形容詞 語尾 名詞 動詞 助動詞 助詞 動詞 助詞 動詞 語尾 補助記号 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助動詞 名詞 助詞 名詞 名詞 助詞 動詞 助詞 名詞 動詞 名詞 助詞 形容詞 語尾 補助記号 +接続詞 補助記号 名詞 接尾辞 名詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 補助記号 名詞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 動詞 助詞 名詞 名詞 動詞 助動詞 助動詞 名詞 助詞 形容詞 語尾 名詞 動詞 助動詞 語尾 形状詞 助動詞 動詞 語尾 助詞 動詞 語尾 補助記号 +代名詞 助詞 補助記号 名詞 助詞 名詞 動詞 助動詞 名詞 助詞 名詞 動詞 助詞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 連体詞 名詞 助詞 名詞 助詞 動詞 語尾 助動詞 語尾 助詞 動詞 語尾 助動詞 語尾 助詞 補助記号 名詞 名詞 助動詞 動詞 語尾 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助動詞 動詞 語尾 補助記号 +名詞 助詞 補助記号 名詞 接尾辞 名詞 助詞 助詞 補助記号 名詞 助詞 名詞 動詞 助動詞 助詞 名詞 名詞 助詞 動詞 語尾 助詞 助詞 補助記号 連体詞 名詞 助詞 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 助詞 助詞 名詞 接尾辞 助詞 名詞 助詞 助詞 助詞 名詞 動詞 助動詞 助詞 動詞 助詞 動詞 語尾 補助記号 +名詞 名詞 名詞 +名詞 名詞 名詞 助詞 補助記号 名詞 名詞 助詞 名詞 助詞 名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 補助記号 +名詞 助詞 補助記号 名詞 名詞 助詞 名詞 動詞 助動詞 名詞 助詞 名詞 接尾辞 名詞 名詞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 英単語 補助記号 補助記号 助詞 名詞 動詞 補助記号 +名詞 助詞 名詞 名詞 助詞 名詞 動詞 助動詞 助動詞 名詞 助詞 名詞 助詞 名詞 動詞 補助記号 +名詞 名詞 助詞 形状詞 接尾辞 助詞 補助記号 名詞 動詞 助動詞 語尾 名詞 助詞 副詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 助詞 動詞 語尾 助詞 補助記号 名詞 接尾辞 助詞 動詞 語尾 形容詞 接尾辞 補助記号 名詞 名詞 助詞 名詞 動詞 形容詞 接尾辞 補助記号 助詞 名詞 動詞 助動詞 語尾 補助記号 +名詞 名詞 +名詞 名詞 助詞 助詞 名詞 接尾辞 助詞 連体詞 名詞 助詞 動詞 語尾 補助記号 +名詞 接尾辞 助詞 名詞 助詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 名詞 動詞 名詞 助動詞 動詞 語尾 補助記号 +代名詞 助詞 補助記号 補助記号 名詞 助詞 名詞 接尾辞 補助記号 補助記号 補助記号 名詞 補助記号 補助記号 補助記号 名詞 接尾辞 補助記号 助詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +副詞 名詞 接尾辞 助詞 接頭辞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 補助記号 名詞 助詞 名詞 助詞 名詞 補助記号 名詞 助詞 助詞 名詞 名詞 助詞 名詞 動詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 助詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 名詞 補助記号 名詞 補助記号 名詞 英単語 補助記号 名詞 語尾 助詞 名詞 補助記号 名詞 接続詞 助詞 名詞 接尾辞 名詞 補助記号 名詞 補助記号 名詞 英単語 補助記号 名詞 語尾 助詞 名詞 補助記号 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 名詞 助詞 動詞 助詞 名詞 接尾辞 名詞 名詞 助詞 名詞 動詞 補助記号 名詞 名詞 助詞 名詞 助詞 動詞 補助記号 +名詞 +連体詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 副詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 補助記号 形容詞 語尾 名詞 助詞 動詞 助動詞 語尾 名詞 補助記号 名詞 助詞 名詞 助動詞 名詞 動詞 名詞 助詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 +名詞 +名詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 補助記号 副詞 形状詞 助動詞 名詞 助詞 動詞 名詞 名詞 助詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 名詞 助詞 名詞 名詞 助詞 名詞 動詞 補助記号 +連体詞 名詞 助詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 語尾 名詞 補助記号 名詞 名詞 名詞 形状詞 名詞 助詞 動詞 語尾 名詞 助詞 形容詞 語尾 補助記号 +接続詞 補助記号 名詞 接尾辞 助動詞 補助記号 名詞 名詞 補助記号 助詞 動詞 語尾 名詞 助詞 形容詞 語尾 助詞 補助記号 名詞 助詞 形状詞 助動詞 名詞 助詞 動詞 語尾 名詞 名詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 助詞 助詞 名詞 名詞 +名詞 +名詞 接尾辞 補助記号 名詞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 助動詞 補助記号 +連体詞 名詞 助詞 形容詞 語尾 名詞 名詞 助詞 助詞 名詞 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 名詞 助詞 名詞 動詞 助詞 動詞 語尾 補助記号 代名詞 接尾辞 助詞 名詞 助詞 名詞 動詞 助動詞 名詞 助詞 名詞 名詞 接尾辞 助詞 名詞 助詞 名詞 名詞 助動詞 動詞 語尾 助動詞 補助記号 +名詞 補助記号 名詞 補助記号 記号 補助記号 記号 名詞 補助記号 名詞 名詞 助詞 助詞 名詞 助詞 動詞 語尾 名詞 名詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 補助記号 +名詞 +名詞 接尾辞 助詞 名詞 助詞 助詞 名詞 名詞 名詞 助詞 動詞 語尾 助動詞 助詞 動詞 助動詞 補助記号 +名詞 助詞 名詞 助詞 名詞 助詞 名詞 動詞 語尾 補助記号 +名詞 助詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 動詞 助詞 動詞 助動詞 名詞 補助記号 名詞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 名詞 助詞 形状詞 助動詞 動詞 語尾 助動詞 補助記号 +連体詞 名詞 補助記号 名詞 名詞 助詞 名詞 名詞 助詞 形状詞 助動詞 名詞 名詞 助詞 名詞 形状詞 助動詞 動詞 語尾 助動詞 補助記号 +名詞 英単語 補助記号 名詞 +名詞 助詞 助詞 補助記号 名詞 助詞 動詞 語尾 名詞 名詞 助詞 名詞 助詞 名詞 動詞 助詞 動詞 語尾 補助記号 +名詞 補助記号 名詞 助詞 助詞 名詞 助詞 動詞 語尾 名詞 名詞 名詞 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 名詞 名詞 補助記号 補助記号 +名詞 名詞 助詞 助詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 動詞 助詞 名詞 英単語 補助記号 名詞 補助記号 名詞 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +連体詞 名詞 +名詞 補助記号 名詞 補助記号 名詞 記号 助詞 助詞 名詞 名詞 名詞 助詞 名詞 助詞 名詞 形状詞 助動詞 動詞 語尾 助動詞 補助記号 +名詞 補助記号 英単語 名詞 助詞 助詞 名詞 名詞 名詞 助詞 名詞 動詞 助動詞 助詞 動詞 助動詞 補助記号 +名詞 助詞 名詞 補助記号 英単語 名詞 助詞 名詞 補助記号 名詞 名詞 助詞 助詞 動詞 語尾 名詞 助詞 形状詞 助動詞 動詞 語尾 助動詞 補助記号 +名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 名詞 助詞 助詞 名詞 名詞 名詞 補助記号 補助記号 記号 名詞 接尾辞 補助記号 名詞 補助記号 名詞 補助記号 名詞 名詞 名詞 補助記号 補助記号 助詞 名詞 助詞 動詞 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +名詞 補助記号 補助記号 補助記号 名詞 補助記号 名詞 名詞 助詞 助詞 名詞 助詞 動詞 助詞 名詞 名詞 補助記号 名詞 補助記号 名詞 記号 名詞 名詞 補助記号 助詞 名詞 動詞 補助記号 +名詞 助詞 助詞 名詞 助詞 助詞 名詞 助詞 名詞 助詞 補助記号 +名詞 接尾辞 助詞 補助記号 名詞 接尾辞 助詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 助動詞 名詞 助詞 動詞 助詞 動詞 語尾 助動詞 助詞 動詞 語尾 補助記号 名詞 助詞 動詞 語尾 助詞 名詞 動詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 助詞 助詞 名詞 名詞 +名詞 名詞 名詞 名詞 名詞 +名詞 助詞 名詞 助詞 名詞 動詞 名詞 助詞 名詞 名詞 助詞 名詞 名詞 名詞 助詞 名詞 接尾辞 助詞 動詞 語尾 補助記号 +名詞 助詞 助詞 名詞 助詞 接尾辞 記号 助詞 名詞 動詞 助動詞 名詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 助詞 助詞 名詞 補助記号 名詞 助詞 助詞 動詞 語尾 補助記号 +名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 助詞 名詞 助詞 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 助詞 動詞 語尾 助詞 動詞 語尾 補助記号 +名詞 名詞 名詞 名詞 名詞 助詞 名詞 名詞 助詞 形状詞 助動詞 名詞 補助記号 名詞 名詞 名詞 助詞 助詞 動詞 語尾 補助記号 +名詞 補助記号 名詞 名詞 名詞 助詞 名詞 名詞 助詞 助動詞 形容詞 語尾 補助記号 名詞 名詞 助詞 助詞 助詞 名詞 動詞 助詞 動詞 語尾 補助記号 +名詞 名詞 +名詞 名詞 助詞 名詞 動詞 形状詞 名詞 助詞 補助記号 形容詞 語尾 名詞 接尾辞 名詞 補助記号 補助記号 名詞 補助記号 英単語 英単語 英単語 補助記号 補助記号 助詞 名詞 名詞 補助記号 補助記号 名詞 補助記号 英単語 英単語 英単語 補助記号 補助記号 助詞 名詞 接尾辞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +名詞 接尾辞 名詞 +名詞 接尾辞 名詞 助詞 補助記号 名詞 接尾辞 助動詞 助詞 名詞 動詞 助動詞 助動詞 名詞 助詞 名詞 助詞 名詞 動詞 助詞 名詞 動詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 助詞 名詞 接尾辞 名詞 助詞 副詞 形状詞 助動詞 名詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 助動詞 助詞 動詞 語尾 助詞 補助記号 名詞 助詞 名詞 助詞 名詞 助詞 名詞 接尾辞 助詞 形容詞 接尾辞 助詞 動詞 語尾 助詞 助詞 名詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 形状詞 接尾辞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +名詞 接尾辞 名詞 助詞 助詞 名詞 助詞 動詞 語尾 名詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 名詞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 英単語 英単語 英単語 補助記号 補助記号 +名詞 助詞 動詞 助詞 名詞 名詞 名詞 名詞 名詞 助詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +連体詞 名詞 助詞 名詞 補助記号 名詞 名詞 接尾辞 名詞 助詞 名詞 動詞 助動詞 助動詞 名詞 助詞 動詞 語尾 補助記号 助詞 名詞 動詞 補助記号 +名詞 助詞 名詞 動詞 名詞 助詞 助詞 補助記号 名詞 動詞 名詞 助詞 補助記号 名詞 補助記号 補助記号 補助記号 名詞 補助記号 補助記号 補助記号 名詞 接尾辞 補助記号 補助記号 補助記号 名詞 補助記号 補助記号 補助記号 名詞 補助記号 補助記号 補助記号 名詞 補助記号 助詞 助詞 名詞 動詞 補助記号 代名詞 接尾辞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 名詞 動詞 語尾 形状詞 助動詞 名詞 助詞 名詞 動詞 助詞 名詞 動詞 補助記号 +名詞 名詞 助詞 動詞 語尾 名詞 助詞 助詞 補助記号 名詞 助詞 動詞 語尾 助詞 副詞 動詞 語尾 助動詞 名詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 名詞 動詞 補助記号 +代名詞 助詞 動詞 語尾 副詞 名詞 助詞 形容詞 語尾 形状詞 助動詞 名詞 助詞 名詞 動詞 名詞 助詞 形状詞 助詞 動詞 語尾 補助記号 +接続詞 補助記号 副詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 動詞 助詞 助詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 名詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 動詞 補助記号 +名詞 名詞 補助記号 補助記号 名詞 補助記号 英単語 英単語 英単語 補助記号 +名詞 名詞 助詞 名詞 助詞 動詞 名詞 助詞 名詞 補助記号 名詞 助詞 名詞 助詞 名詞 名詞 補助記号 助詞 名詞 動詞 補助記号 代名詞 助詞 名詞 動詞 助詞 名詞 動詞 補助記号 +名詞 助詞 名詞 助詞 連体詞 名詞 助詞 名詞 名詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 補助記号 +補助記号 名詞 名詞 助動詞 助動詞 補助記号 名詞 名詞 助動詞 名詞 助詞 名詞 助詞 動詞 語尾 補助記号 +補助記号 名詞 名詞 助詞 助詞 補助記号 接頭辞 名詞 助詞 名詞 助詞 名詞 接尾辞 助詞 名詞 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 補助記号 +名詞 接尾辞 助詞 助詞 名詞 助詞 動詞 助動詞 名詞 助詞 名詞 名詞 名詞 名詞 補助記号 名詞 補助記号 名詞 助詞 補助記号 助詞 形状詞 助動詞 名詞 名詞 名詞 名詞 助詞 動詞 語尾 助詞 名詞 助詞 動詞 語尾 補助記号 +動詞 語尾 助動詞 名詞 助詞 名詞 名詞 名詞 助詞 名詞 動詞 助詞 名詞 助詞 動詞 語尾 助詞 補助記号 名詞 名詞 助詞 助詞 形状詞 助動詞 名詞 助詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 名詞 助詞 名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 補助記号 名詞 名詞 助詞 形状詞 助動詞 名詞 接尾辞 助動詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +連体詞 名詞 名詞 助詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 助詞 補助記号 名詞 名詞 助詞 名詞 接尾辞 助詞 動詞 助詞 助詞 動詞 語尾 助動詞 動詞 助詞 動詞 語尾 補助記号 +名詞 名詞 名詞 補助記号 補助記号 名詞 英単語 名詞 補助記号 英単語 英単語 英単語 補助記号 +名詞 動詞 助動詞 助動詞 名詞 助詞 名詞 助詞 名詞 動詞 助詞 名詞 助詞 名詞 動詞 補助記号 +代名詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 助動詞 語尾 補助記号 +副詞 名詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 助動詞 動詞 語尾 補助記号 +代名詞 助詞 名詞 助詞 形状詞 助動詞 助詞 助詞 名詞 助詞 助詞 名詞 動詞 語尾 助動詞 助詞 動詞 助動詞 補助記号 +副詞 補助記号 動詞 語尾 名詞 助詞 名詞 助詞 助動詞 動詞 語尾 補助記号 +連体詞 名詞 助詞 名詞 助詞 名詞 動詞 助詞 動詞 語尾 助詞 助詞 名詞 助動詞 動詞 語尾 名詞 助詞 名詞 動詞 助詞 助詞 形状詞 助動詞 動詞 語尾 補助記号 +接続詞 補助記号 名詞 助動詞 助詞 形容詞 語尾 助詞 助動詞 補助記号 名詞 助詞 名詞 動詞 助動詞 語尾 補助記号 +名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 助詞 動詞 助動詞 語尾 名詞 補助記号 名詞 助詞 名詞 動詞 助動詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助詞 名詞 動詞 助動詞 語尾 補助記号 +接続詞 補助記号 副詞 名詞 名詞 助詞 名詞 助詞 補助記号 名詞 助詞 名詞 助詞 助詞 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 名詞 動詞 助詞 助詞 形容詞 語尾 補助記号 +連体詞 名詞 補助記号 名詞 助詞 名詞 動詞 助詞 名詞 動詞 名詞 助詞 動詞 語尾 補助記号 +名詞 名詞 補助記号 名詞 名詞 補助記号 +名詞 名詞 助詞 名詞 動詞 助動詞 助動詞 名詞 助詞 名詞 助詞 名詞 動詞 助動詞 補助記号 名詞 名詞 名詞 補助記号 名詞 補助記号 名詞 名詞 助詞 助詞 名詞 助詞 名詞 動詞 助詞 名詞 助詞 動詞 語尾 補助記号 名詞 接尾辞 助動詞 名詞 助詞 動詞 語尾 補助記号 +名詞 動詞 助動詞 助動詞 名詞 助詞 名詞 接尾辞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 名詞 補助記号 名詞 助詞 名詞 助詞 動詞 語尾 名詞 助詞 形容詞 語尾 補助記号 +名詞 名詞 助詞 名詞 接尾辞 名詞 助詞 動詞 名詞 助詞 形状詞 助動詞 名詞 助詞 動詞 語尾 助詞 動詞 語尾 補助記号 +名詞 助詞 名詞 助詞 形容詞 語尾 助詞 助動詞 補助記号 名詞 助詞 名詞 動詞 助動詞 助詞 助詞 形状詞 助動詞 動詞 語尾 補助記号 +連体詞 名詞 名詞 接尾辞 助詞 名詞 動詞 助動詞 語尾 名詞 名詞 助詞 助詞 副詞 動詞 語尾 助動詞 助詞 動詞 語尾 補助記号 +名詞 接尾辞 名詞 助詞 形状詞 助動詞 名詞 名詞 助詞 名詞 助詞 動詞 助動詞 語尾 助詞 助動詞 補助記号 名詞 助詞 名詞 助詞 形容詞 語尾 動詞 語尾 補助記号 +名詞 名詞 助詞 形状詞 助動詞 名詞 動詞 助動詞 語尾 名詞 助詞 動詞 語尾 助詞 助動詞 補助記号 名詞 助詞 名詞 助詞 名詞 助動詞 動詞 語尾 名詞 助詞 動詞 語尾 補助記号 +名詞 助詞 形状詞 助動詞 名詞 助詞 名詞 補助記号 動詞 語尾 名詞 助詞 助詞 副詞 動詞 語尾 助動詞 補助記号 名詞 名詞 助詞 名詞 助詞 動詞 助詞 補助記号 名詞 名詞 接尾辞 助詞 名詞 補助記号 名詞 助詞 名詞 動詞 助動詞 名詞 名詞 補助記号 補助記号 補助記号 名詞 補助記号 名詞 助詞 名詞 名詞 助詞 名詞 接尾辞 助詞 助詞 名詞 名詞 助詞 動詞 語尾 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 補助記号 名詞 補助記号 名詞 補助記号 名詞 助詞 補助記号 補助記号 +代名詞 接尾辞 助詞 名詞 助詞 名詞 助詞 形状詞 助動詞 形容詞 語尾 補助記号 名詞 名詞 助詞 名詞 名詞 名詞 助詞 助詞 名詞 助詞 代名詞 助詞 助動詞 動詞 語尾 補助記号 +連体詞 名詞 助詞 名詞 名詞 +動詞 補助記号 英単語 英単語 英単語 +名詞 助詞 形状詞 助動詞 名詞 接尾辞 名詞 助詞 動詞 助詞 動詞 語尾 助動詞 助詞 動詞 助動詞 名詞 助動詞 動詞 語尾 補助記号 +代名詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 助詞 名詞 動詞 助詞 代名詞 助詞 動詞 語尾 助詞 動詞 語尾 名詞 助詞 名詞 接尾辞 助動詞 名詞 動詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 助詞 動詞 語尾 助詞 連体詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 助詞 動詞 語尾 名詞 助詞 動詞 語尾 助詞 動詞 助動詞 補助記号 +名詞 助詞 動詞 語尾 助動詞 助詞 動詞 助動詞 名詞 助詞 名詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 名詞 動詞 助詞 動詞 語尾 助動詞 名詞 補助記号 名詞 補助記号 名詞 補助記号 名詞 補助記号 助詞 名詞 動詞 助動詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 助詞 代名詞 助詞 名詞 助動詞 名詞 助詞 動詞 助詞 名詞 動詞 助詞 動詞 語尾 補助記号 名詞 補助記号 名詞 補助記号 名詞 助詞 名詞 形状詞 助動詞 動詞 語尾 補助記号 +名詞 補助記号 英単語 英単語 英単語 +名詞 助詞 名詞 接尾辞 名詞 助詞 動詞 助動詞 名詞 助動詞 補助記号 名詞 助詞 名詞 助詞 副詞 形容詞 語尾 動詞 助動詞 名詞 助動詞 動詞 語尾 補助記号 +名詞 名詞 補助記号 英単語 英単語 英単語 +名詞 名詞 補助記号 名詞 補助記号 助詞 動詞 語尾 助動詞 名詞 助動詞 動詞 語尾 補助記号 +連体詞 名詞 助詞 助詞 補助記号 名詞 名詞 名詞 補助記号 名詞 名詞 名詞 補助記号 名詞 名詞 補助記号 名詞 補助記号 助詞 名詞 助詞 動詞 語尾 助詞 名詞 助詞 名詞 接尾辞 動詞 助動詞 語尾 補助記号 +名詞 名詞 助詞 名詞 名詞 助詞 名詞 名詞 助詞 動詞 語尾 助詞 名詞 動詞 補助記号 +名詞 補助記号 英単語 英単語 英単語 +名詞 助詞 形状詞 助動詞 名詞 接尾辞 助詞 名詞 助詞 動詞 語尾 助詞 名詞 動詞 名詞 助動詞 動詞 語尾 補助記号 diff --git a/data/wiki-ja-train.pron b/data/wiki-ja-train.pron new file mode 100644 index 0000000..22fbc03 --- /dev/null +++ b/data/wiki-ja-train.pron @@ -0,0 +1,818 @@ +しぜんげんごしょり(しぜんげんごしょり、えいご:くうはくNATURALくうはくLANGUAGEくうはくPROCESSING、りゃくしょう:えぬえるぴー)は、にんげんがにちじょうてきにつかっているしぜんげんごをこんぴゅーたにしょりさせるいちれんのぎじゅつであり、じんこうちのうとげんごがくのいっぶんやである。 +「けいさんげんごがく」(COMPUTATIONALくうはくLINGUISTICS)もおなじいみであるが、ぜんしゃはこうがくてきなしてんからのげんごしょりをさすのにたいして、こうしゃはげんごがくてきしてんをじゅうしするしゅほうをさすことがおおい。 +でーたべーすないのじょうほうをしぜんげんごにへんかんしたり、しぜんげんごのぶんしょうをよりけいしきてきな(こんぴゅーたがりかいしやすい)ひょうげんにへんかんするといったしょりがふくまれる。 +しぜんげんごのりかいをこんぴゅーたにさせることは、しぜんげんごりかいとされている。 +しぜんげんごりかいと、しぜんげんごしょりのさは、いみをあつかうか、あつかわないかというせつもあったが、さいきんはすうりてきなげんごかいせきしゅほう(とうけいやかくりつなど)がひろめられたため、ぱーさ(とうごかいせきき)などがいちだんとせいどやそくどがあがり、そのいみあいはちがってきている。 +もともとしぜんげんごのいみろんてきそくめんをまったくむししてたっせいできることはひじょうにかぎられている。 +このため、しぜんげんごしょりにはけいたいそかいせきとこうぶんかいせき、ぶんみゃくかいせき、いみかいせきなどをSYNTAXなどひょうそうてきなかんてんからかいせきをするがくもんであるが、しぜんげんごりかいは、いみをどのようにりかいするかというここじんのりかいとすいろんぶぶんがおもなけんきゅうのかだいになってきており、りょうしゃのけいかいはいしやいとがふくまれるかどうかになってきている。 +もくじ +1くうはくきそぎじゅつ +2くうはくしょりないようとそのげんかい +3くうはくぐたいてきなかだい +4くうはくとうけいてきしぜんげんごしょり +5くうはくしぜんげんごしょりのおもなおうよう +6くうはくきゃくちゅう +7くうはくかんれんこうもく +8くうはくがいぶりんく +きそぎじゅつ +しぜんげんごしょりのきそぎじゅつにはさまざまなものがある。 +しぜんげんごしょりはそのせいかくじょう、あつかうげんごによっておおきくしょりのことなるぶぶんがある。 +げんざいのところ、にっぽんごをしょりするきそぎじゅつとしてはいかのものがおもにけんきゅうされている。 +けいたいそかいせき +こうぶんかいせき +ごぎのあいまいせいかいしょう +しようおうかいせき +しょりないようとそのげんかい +りろんじょう、しぜんげんごしょりはまんましんいんたふぇーすのしゅほうとしてひじょうにみりょくてきである。 +SHRDLUなどのしょきのしすてむはせかいをげんていすることでひじょうにうまくいったため、しぜんげんごしょりはかんたんだといういきすぎたらっかんしゅぎにおちいったが、よりげんじつてきなせかいではあいまいさやふくざつさがぞうだいし、らっかんてきなみかたはなくなっていった。 +しぜんげんごりかいは、えーあいかんぜんもんだいといわれることがある。 +なぜなら、しぜんげんごりかいにはせかいぜんたいについてのちしきとそれをそうさするのうりょくがひつようとおもわれるためである。 +「りかいUNKくうはくUNDERSTANDいんぐ」のていぎは、しぜんげんごしょりのおおきなかだいのひとつでもある。 +ぐたいてきなかだい +しぜんげんごしょり(りかい)におけるかだいをいくつかのれいをもちいてしめす。 +つぎの2つのぶん、 +WEくうはくGAVEくうはくTHEくうはくMONKEYSくうはくTHEくうはくBANANASくうはくBECAUSEくうはくTHEYくうはくWEREくうはくHUNGRY。(さるがはらをすかせていたので、ばななをあたえた。 +) +WEくうはくGAVEくうはくTHEくうはくMONKEYSくうはくTHEくうはくBANANASくうはくBECAUSEくうはくTHEYくうはくわーくうはくおーばーーRIPE。(ばななはなれすぎていたので、さるにあたえた。 +) +はひょうめんてきなぶんぽうこうぞうはおなじである。 +しかし、THEYくうはくがさすものはことなっていて、ぜんしゃではさる、こうしゃではばななとなっている。 +このれいぶんのばあい、THEYのさすないようはえいごのぶんけいのせいしつによってけっていすることができる。 +すなわち、「THEY(しゅご)=くうはくHUNGRY(ほご)」のかんけいがなりたち、ほごにはしゅごのせいしつをしめすものがくるので、HUNGRYなのはTHEくうはくMONKEYS、したがって、「THEYくうはく=くうはくTHEくうはくMONKEYS」ときまる。 +こうしゃもどうように、おーばーーRIPEというのはTHEくうはくBANANASのせいしつだから、「THEYくうはく=くうはくTHEくうはくBANANAS」となる。 +つまり、これらのぶんしょうをくべつしただしくりかいするためには、さるのせいしつ(さるはどうぶつでくうふくになる)とばななのせいしつ(ばななはくだものでせいじゅくする)をしっていなければならない。 +たんごのもじれつをかいしゃくするほうほうはさまざまである。 +たとえば、 +TIMEくうはくFLIESくうはくらいくくうはくANくうはくARROW。(こういんやのごとし) +というもじれつはいかのようにさまざまにかいしゃくできる。 +てんけいてきには、ひゆとして、「じかんがやのようにすばやくすぎる」とかいしゃくする。 +「そらをとぶこんちゅうのそくどをやのそくどをはかるようにそくていせよ」つまりくうはく(YOUくうはくしゅっど)くうはくTIMEくうはくFLIESくうはくASくうはくYOUくうはくうっどくうはく(TIME)くうはくANくうはくARROW。くうはくとかいしゃくする。 +「やがそらをとぶこんちゅうのそくどをはかるように、あなたがそらをとぶこんちゅうのそくどをそくていせよ」つまりくうはくTIMEくうはくFLIESくうはくINくうはくTHEくうはくSAMEくうはくWAYくうはくざっとくうはくANくうはくARROWくうはくうっどくうはく(TIMEくうはくTHEM)。くうはくとかいしゃくする。 +「やのようにそらをとぶこんちゅうのそくどをそくていせよ」つまりくうはくTIMEくうはくTHOSEくうはくFLIESくうはくざっとくうはくあーくうはくらいくくうはくARROWSくうはくとかいしゃくする。 +「”TIMEーFLIES”(ときばえ)というしゅるいのこんちゅうは1つのやをこのむ」このかいしゃくにはしゅうごうてきなかいしゃくとこべつてきかいしゃくがありうる。 +「TIMEというざっしは、なげるとちょくせんてきなきせきをえがく」 +えいごではとくにごけいへんかによるごいのくべつをするきのうがよわいため、このようなもんだいがおおきくなる。 +また、えいごもふくめて、けいようしとめいしのしゅうしょくかんけいのあいまいさもある。 +たとえば、”PRETTYくうはくLITTLEくうはくGIRLS’くうはくすくーる”(かわいいちいさなしょうじょのがっこう)というもじれつがあるとする。 +そのがっこうはちいさいだろうか? +しょうじょたちがちいさいのだろうか? +しょうじょたちがかわいいのだろうか? +がっこうがかわいいのだろうか? +ほかにもつぎのようなかだいがある。 +けいたいそかいせき +ちゅうごくご、にっぽんご、たいごといったげんごはたんごのわかちかきをしない。 +そのため、たんごのくぎりをとくていするのにてきすとのかいせきがひつようとなり、それはひじょうにふくざつなさぎょうとなる。 +おんせいにおけるけいたいそかいせき +おんせいげんごにおいて、もじをあらわすおとはぜんごのおととまじっているのがふつうである。 +したがっておんせいからもじをきりだすのは、ひじょうにむずかしいさぎょうとなる。 +さらに、おんせいげんごではたんごとたんごのくぎりも(おととしてのみみれば)さだかではなく、ぶんみゃくやぶんぽうやいみといったじょうほうをこうりょしないとたんごをきりだせない。 +ごぎのあいまいせい +おおくのたんごはふくすうのいみをもつ。 +したがって、とくていのぶんみゃくにおいてもっともふさわしいいみをせんたくするひつようがある。 +こうぶんのあいまいせい +しぜんげんごのぶんぽうはあいまいである。 +1つのぶんにたいおうするふくすうのこうぶんきがそんざいすることもおおい。 +もっともてきせつなかいしゃく(こうぶんもく)をせんたくするには、いみてきじょうほうやぶんみゃくじょうほうをひつようとする。 +ふかんぜんなにゅうりょくやまちがったにゅうりょく +しゅごのしょうりゃくやだいめいしのたいおうなどのもんだい(しようおうかいせき)。 +おんせいにおけるあくせんとのばらつき。 +ぶんぽうじょうのあやまりのあるぶんのかいせき。 +こうがくもじにんしきにおけるあやまりのにんしきなど。 +げんごこうい +ぶんしょうはもじとおりにかいしゃくできないばあいがある。 +たとえばくうはく”CANくうはくYOUくうはくPASSくうはくTHEくうはくSALT?”(しおをとってもらえますか?)というといにたいするこたえは、しおをあいてにわたすことである。 +これにくうはく”いえす”くうはくとだけこたえてなにもしないのはよいこたえとはいえないが、”のー”くうはくはむしろありうるこたえで、”I’MくうはくAFRAIDくうはくざっとくうはくIくうはくCAN’TくうはくしーくうはくIT”くうはくはさらによい(しおがどこにあるかわからないとき)。 +とうけいてきしぜんげんごしょり +とうけいてきしぜんげんごしょりは、かくりつろんてきあるいはとうけいがくてきしゅほうをつかって、じょうじゅつのこんなんさになんらかのかいけつさくをあたえようとするものである。 +ながいぶんになればなるほど、じゅうらいがたのしぜんげんごしょりではかいしゃくのかのうせいのくみあわせがしすうかんすうてきにぞうだいしていき、しょりがこんなんとなる。 +そのようなばあいにとうけいてきしぜんげんごしょりがこうかをはっきする。 +こーぱすげんごがくやまるこふれんさといったしゅほうがつかわれる。 +とうけいてきしぜんげんごしょりのきげんは、じんこうちのうのなかでもでーたからのがくしゅうをけんきゅうするぶんやであるきかいがくしゅうやでーたまいにんぐといったぶんやである。 +しぜんげんごしょりのおもなおうよう +しぜんげんごしょりのおうようぎじゅつとして、いかのようなぎじゅつがけんきゅう・じつようかされている。 +また、げんごがくへのおうようもかんがえられている。 +じどうようやくせいせい +じょうほうちゅうしゅつ +じょうほうけんさく、けんさくえんじん、がいねんけんさく +きかいほんやく、ほんやくそふと +こゆうひょうげんちゅうしゅつ +しぜんげんごせいせい +こうがくもじにんしき +しつもんおうとうしすてむ +おんせいにんしき +おんせいごうせい +こうせい、すぺるちぇっか +かなかんじへんかん +じどうようやくせいせい(じどうようやくせいせい)とは、ひとつもしくはふくすうのぶんしょうのしゅしをようやくしてひょうじするほうほうである。 +じゅうようごやせつぞくしなどをてがかりとしながらようやくぶんをさくせいする。 +じゅうようなだんらくをぬきだすほうほうから、ぶんのようてんをぬきだすほうほうまでおよぶ。 +みぢかなものとしてはMICROSOFTくうはくWORDのようやくにまーかをつけるものがある。 +しかしせいどは30%ぐらいだという。 +あるごりずむ +じどうようやくしょりのあるごりずむは、むかしからけんきゅうされており、おおくのものが、ぶんのじゅうようどというものをけいさんして、そのじゅうようどがたかいぶんをえらんで、ようやくをおこなうというあるごりずむがきほんである。 +ぶんのじゅうようどをけいさんするほうほうとして、かんがえられているのは、ぶんのなかのたんごがじゅうようかどうかをはんだんするほうほう、ぶんがぶんしょうちゅうのどのいちにあるかをはんだんするほうほうなどがある。 +くうはくいまのところ、ぶんしょうちゅうのぶんのいちから、じゅうようかどうかをかんがえることがもっともゆうこうとかんがえられている。 +じょうほうちゅうしゅつは、じょうほうるーてぃんぐのぶんやのひとつである。 +とくていのぶんしょうやさいとからひつようなじょうほうをふぃるたりんぐなどをとおしてしゅとくするほうほうである。 +ただきかいてきにぬきだすこともあるが、しぜんげんごしょりをもちいることもある。 +じょうほうちゅうしゅつをおこなうことはこんなんなもんだいであるため、げんざいはひじょうにせまいぶんやでだけてきようできるほうほうがしゅりゅうである。 +じょうほうけんさく(じょうほうけんさく)とは、こんぴゅーたをもちいてたいりょうのでーたぐんからもくてきにがっちしたものをとりだすこと。 +けんさくのたいしょうとなるでーたにはぶんしょやがぞう、おんせい、えいぞう、そのたさまざまなめでぃあやそのくみあわせとしてきろくされたでーたなどがふくまれる。 +いんたーねっとのはったつによりけんさくはいんたーねっとをかいしておこなわれることもおおいが、ここではじょうほうをけんさくするためのこんぴゅーたがわにおけるしくみをきじゅつしている。 +じょうほうけんさくにたいするこんぴゅーたがわにおけるぎじゅつはじょうほうをにんげんがちょくせつかんりするのにくらべ、でーたのりょうてきなせいやくやでーたのとりあつかいのいっかんせいをたもつこんなんさというせいやくをうけることなく、こうそくであんていなしすてむによりりようしゃにてきせつなでーたをていきょうするきのうといちづけることができる。 +もくじ +1くうはくじょうほうけんさくとじょうほうけんさくしすてむのぜんたいぞう +1。1くうはくれきしとげんざいのかだい +1。2くうはくじょうほうけんさくしすてむのこうせいようそ +1。3くうはくじょうほうけんさくしすてむこうちくのてつずき +1。3。1くうはくけんさくたいしょうでーたしゅうしゅう +1。3。2くうはくけんさくたいしょうのでーたからのめたでーたさくせい +1。3。3くうはくけんさくあるごりずむのせっけい +1。3。4くうはくけんさくせいのうのひょうか +2くうはくじょうほうけんさくぎじゅつのぶんるい +2。1くうはくけんさくたいしょうでーたのちゅうしょうど +2。2くうはくけんさくにゅうりょくのしゅるい +3くうはくけんさくあるごりずむ +4くうはくかんれんこうもく +5くうはくさんこうぶんけん +6くうはくきゃくちゅう +7くうはくがいぶりんく +7。1くうはくおーぷんそーすのじょうほうけんさくしすてむそふとうぇあ +7。2くうはくおもながくじゅつだんたい +7。3くうはくそのた +じょうほうけんさくとじょうほうけんさくしすてむのぜんたいぞう +じょうほうけんさくがきばんとしているぎじゅつはたすうのぶんやにのぼる。 +じょうほうけんさくはでーたのかんりおよびにゅうしゅつりょくのためのでーたべーす、ぶんしょでーたしょりのためのしぜんげんごしょりやけいさんげんごがく、がぞうやおんせいをあつかうためのしんごうしょりやにんちしんりがくをはいけいとするぱたーんにんしきぎじゅつ、めたでーたにかんするこうさつのきばんとなったとしょかんじょうほうがく、けんさくあるごりずむせっけいやじょうほうけんさくしすてむのひょうかしゃくどこうあんのひんととしてきよしたしょすうがくりろんなどのさまざまなようそぎじゅつのくみあわせによってなりたっている。 +じょうほうけんさくしすてむはじょうほうけんさくをじつげんするためのそふとうぇあやはーどうぇあによってこうせいされるしすてむである。 +ここではおもにそふとうぇあにかんして、げんざいよくもちいられているしすてむのこうせいについてのべる。 +れきしとげんざいのかだい +じょうほうけんさくしすてむはせんきゅうひゃくななじゅうねんだいに、だいきぼにちくせきされるがくじゅつぶんけんやろんぶんとうのかんりをこんぴゅーたじょうでおこなうために、きぼのおおきいとしょかんででーたのかんりとけんさくがおこなわれるようになったのがきげんである。 +としょかんにおけるぞうしょけんさくやでんしじゃーなる、とうけいしりょうのでーたべーすなどへのおうようはげんざいでもさかんにもちいられているほか、せんきゅうひゃくきゅうじゅうねんだいからひろまったGOOGLEやGOOのようなわーるどくうはくWIDEくうはくWEBじょうのでーたをたいしょうにしたけんさくえんじんがげんざいではじょうほうけんさくのしすてむとしてとくにみじかなそんざいとなっている。 +2000ねんだいいこうのじょうほうけんさくのかだいは、れいとしていかのようにまとめることができる。 +いわゆるDEEPくうはくWEB(しょっぴんぐさいとなどにだいひょうされる、ばっくえんどのだいきぼなでーたべーすがどうてきなこんてんつをせいせいするうぇぶさいと)をたいしょうにしたけんさく +よりちょっかんてきなゆーざいんたふぇーす +よりにんげんにちかいこうどなはんだんしゃくどをもったまるちめでぃあじょうほうけんさく +さまざまなめでぃあをとうごうてきかつおうだんてきにあつかうくろすめでぃあじょうほうけんさく +かくのうされるでーたやけんさくにゅうりょくがげんごにいぞんしないまるちりんがる(くろすりんがる)けんさくかんきょう +P2Pねっとわーくとうのだいきぼぶんさんでーたをたいしょうにしたじょうほうけんさく +じょうほうけんさくしすてむのこうせいようそ +じょうほうけんさくしすてむのぜんたいぞう +じょうほうけんさくしすてむはおもにいかにあげるようそによってこうせいされている。 +でーたべーす +けんさくたいしょうのでーた +めたでーた(さくいんご) +ゆーざいんたふぇーす +けんさくあるごりずむ +でーたべーすはけんさくたいしょうのでーたをちくせきし、かんりしている。 +けんさくたいしょうのでーたからはめたでーたがさくせいされ、めたでーたもでーたべーすにかくのうされる。 +けんさくのりようしゃはけんさくご(けんさくぶん)をゆーざいんたふぇーすをとおしてけんさくをはっこうし、けんさくあるごりずむがてきせつなでーたをでーたべーすにかくのうされているめたでーたからせんたくし、せんたくされためたでーたにたいおうするけんさくたいしょうのでーたをゆーざいんたふぇーすをとおしてりようしゃにへんとうする。 +たとえばうぇぶさいとのじょうほうけんさくでは、けんさくたいしょうのでーたがここのうぇぶさいとのないよう、めたでーたがうぇぶさいとのないようのようやくやきーわーど・しょうかいぶん、ゆーざーいんたーふぇーすとけんさくあるごりずむがけんさくえんじんにあたる。 +けんさくえんじんはけんさくきーわーどにいっちするめたでーたをでーたべーすからせんたくし、せんたくされためたでーたにたいおうするけんさくたいしょうのでーたをけんさくけっかにひょうじする。 +じょうほうけんさくしすてむこうちくのてつずき +じょうほうけんさくしすてむのこうちくはいかのふぇーずをへておこなわれる。 +じゅんじょはかならずしもいっていではなく、こうちくするしすてむのないようやがいてきかんきょうによってことなる。 +けんさくたいしょうでーたしゅうしゅう +けんさくのたいしょうとするでーたのしゅうしゅうほうしんをけっていする。 +わーるどくうはくWIDEくうはくWEBじょうのはいぱーてきすとをしゅうしゅうしてたいしょうとするばあいにはくろーら(ろぼっと、すぱいだー)をもちいてじどうてきなしゅうしゅうをおこなうのがいっぱんてきであるが、てんぶんがくてきすうりょうのぼうだいなでーたがそんざいし、かつきゅうげきにへんかするわーるどくうはくWIDEくうはくWEBのでーたをすべてもうらしてしゅうしゅうすることはじじつじょうふかのうである。 +そのため、いかにしてもうらてきにおおくのたいしょうのでーたをしゅうしゅうするかがじゅうようなかだいとなっており、わーるどくうはくWIDEくうはくWEBけんさくえんじんのさーびすではなんぺーじのでーたかけんさくがかのうであるかがせいのうのしひょうのひとつとなっている。 +けんさくたいしょうのでーたからのめたでーたさくせい +けんさくたいしょうのでーたからのめたでーたをさくせいする。 +めたでーたのけいしきおよびさくせいほうほうはけんさくあるごりずむやでーたしゅうしゅうのほうしんとみっせつにかんれんする。 +たとえばでーたしゅうしゅうがけいぞくてきかつだいきぼにおこなわれるようなばあい、ひとでをつかってめたでーたをさくせいすることはこすとのおおはばなぞうだいをいみすることになる。 +けんさくあるごりずむのせっけい +さくせいされためたでーたをもちいてどのようなけいさんをもちいてでーたをしゅつりょくするかけっていする。 +けんさくあるごりずむのしょうさいについてはめたでーたせいせいほうとじょうほうけんさくあるごりずむをさんしょう。 +けんさくせいのうのひょうか +さいげんりつとてきごうりつ +じょうほうけんさくしすてむのけんさくせいのうのひょうかをおこなう。 +じょうほうけんさくしすてむのけんさくせいのうはおもにせいかくせいともうらせいのしつてきなかんてんからてきごうりつ(PRECISIONUNKせいどともいう)とさいげんりつ(RECALL)を、しょりせいのうのりょうてきなかんてんからするーぷっとをそくていすることによりはんていするのがいっぱんてきである。 +てきごうりつはけんさくけっかとしてえられたしゅうごうちゅうにどれだけけんさくにてきごうしたぶんしょをふくんでいるかというせいかくせいのしひょうであり、さいげんりつはけんさくたいしょうとしているぶんしょのなかでけんさくけっかとしててきごうしているぶんしょ(せいかいぶんしょ)のうちでどれだけのぶんしょをけんさくできているかというもうらせいのしひょうである。 +てきごうりつは、 +PRECISIONくうはく=くうはくUNKFRAC{R}{N} +(R:けんさくされたてきごうぶんしょのかず、N:けんさくけっかのぶんしょのかず)くうはくによって、さいげんりつは、 +RECALLくうはく=くうはくUNKFRAC{R}{C} +(R:けんさくされたてきごうぶんしょのかず、C:ぜんたいしょうぶんしょちゅうのせいかいぶんしょのかず)くうはくによってもとめられる。 +てきごうりつをあげればさいげんりつがさがり、さいげんりつをあげればてきごうりつがさがるけいこうにあるため、Fち(FーMEASURE)というしゃくどもよくもちいられる。 +Fちはてきごうりつとさいげんりつのちょうわへいきんであり、 +UNKBEGIN{ALIGN}くうはくF{UNKTEXTIT{ー}}MEASUREくうはく&くうはく=くうはくUNKFRAC{2くうはくUNKCDOTくうはくPRECISIONくうはくUNKCDOTくうはくRECALL}{PRECISIONくうはく+くうはくRECALL}くうはくUNKくうはく&くうはく=くうはくUNKFRAC{R}{UNKFRAC{1}{2}くうはく(Nくうはく+くうはくC)}くうはくUNKUNKくうはくUNKEND{ALIGN} +によってもとめられ、RをNとCのそうかへいきんでわったものにそうとうする。 +Fちがたかければ、せいのうがよいことをいみする。 +じょうほうけんさくぎじゅつのぶんるい +じょうほうけんさくのぎじゅつはいかのようなかんてんでぶんるいできる。 +けんさくたいしょうでーたのちゅうしょうど +ちょくせつけんさく +めたでーたをかいさずでーたそのものをちょくせつけいさんあるごりずむじょうでしょりするけんさくほうほう。 +れいとしてはみんぐによるけんさくのにゅうりょくをおこないるいじするおんていのおんがくをけんさくするものとう。 +じつようじょうは、まえしょりとしてのさくいんのせいせいをじぜんにおこなうほうしきもおおいが、このようなばあいもでーたにふくまれるひょうげんをそのままもちいてけんさくをおこなうためけんさくもでるとしてはちょくせつけんさくにぶんるいされる。 +ぜんぶんけんさく +ちょくせつけんさくのいっしゅであり、ぶんしょでーたのぜんぶんからじどうしょりのそうさによりめたでーたをさくせいしてほかんし、けんさくのにゅうりょくにがっちするでーたをけんさくけっかとするけんさくほうほう。 +「ぜんぶんけんさくしすてむNAMAZU」とうがもちいられている。 +かんせつけんさく +でーたべーすにちくせきされたでーたからめたでーたをせいせいしてほかんし、けんさくのにゅうりょくがおこなわれたさいにないぶひょうげんにへんかんされたけんさくのにゅうりょくとほかんされためたでーたをひかくすることによりけんさくけっかをせいせいするけんさくほうほう。 +けんさくにゅうりょくのしゅるい +たんご(きーわーど) +たんご(きーわーど)をしていすることによってけんさくをおこなう。 +もっともたんじゅんなけいしきといえる。 +けんさくげんご +しすてむとくゆうのけんさくげんごをもちいてけんさくをおこなうほうほう。 +ろんりわ・ろんりつなどのぶーりあんもでるのえんざんをけんさくのしぼりこみにりようするさいにもちいられる。 +けんきゅうしゃやほうりつ・いがくとうのせんもんてきなじつむかなど、とくていのぶんやのせんもんかをたいしょうにしたけんさくしすてむなどにもちいられることがおおい。 +SQLのようなでーたべーすまねーじめんとしすてむでひょうじゅんてきひょうじゅんてきがげんごをもちいることもあるが、とくていのけんさくえんじんとくゆうのけんさくげんごをもちいているしすてむもおおい。 +じつげんれいとしてはIEEEくうはくXPLOREなどがある。 +ちょくせつにゅうりょく +けんさくのぱらめーたとなるかんれんするでーたをちょくせつにゅうりょくするほうほう。 +たとえばとくていのがぞうをにゅうりょくにしてるいじしたがぞうをけんさくするものや、はみんぐのにゅうりょくをうけてかんれんするおんがくくりっぷをけんさくするものなどがけんきゅうされている。 +しぜんぶん +けんさくにかかわるゆーざいんたふぇーすのけんきゅうとしてふるくからけんきゅうがおこなわれている。 +きんねんではGOOくうはくらぼによってかいはつされた「にっぽんごしぜんぶんけんさく」がおおてのけんさくえんじんとしてはひかくてきめずらしいしぜんぶんけんさくをしけんてきにていきょうしたことでわだいをあつめた。 +ぶんしょ +ぶんしょそのものをにゅうりょくし、にゅうりょくしたぶんしょとるいじするぶんしょをけんさくする。 +QUERYくうはくBYくうはくEXAMPLE(れいじによるといあわせ)とよばれることもある。 +まるちめでぃあぶんしょけんさくでは、きーわーどけんさくよりもよりいっぱんてきにもちいられるほうほうである。 +けんさくあるごりずむ +じょうほうけんさくにもちいられるあるごりずむはかずおおくていあんされている。 +ここではだいひょうてきなものについてがいせつする。 +じょうほうけんさくあるごりずむのしょうさいについてはじょうほうけんさくあるごりずむをさんしょうのこと。 +いっぱんにじょうほうけんさくしすてむのこうちくじにはめたでーたせいせいじにさくいんをどうじにさくせいし、けんさくあるごりずむによるけんさくけっかのひょうかのさいにさくいんをもちいたさいてきかをおこなうが、めたでーたのせいせいほうやさくいんのしょうさいについてはここではあつかわない。 +ぱたーんまっちんぐ +けんさくしつもんとしてにゅうりょくされたひょうげんをそのままふくむぶんしょをけんさくするあるごりずむ。 +げんざいではたんじゅんにぱたーんのみをさがすではなく、かつようけいのへんかによるどうぎごのぱたーんのふいっちをかいしょうしたけんさくをおこなったりといったかくちょうがしばしばおこなわれる。 +ぱたーんまっちんぐじたいのしょうさいなあるごりずむについてはもじれつたんさくをさんしょう。 +ぶーりあんもでる +ぱたーんまっちんぐのけんさくにつけくわえ、めたでーたのぞくせいごとのしぼりこみじょうけんをろんりわ・ろんりつなどによってくみあわせてへいようするけんさくほうほう。 +べくとるくうかんもでる +きーわーどとうをかくつぎもととしてせっていしたたかじもとべくとるくうかんをそうていし、けんさくのたいしょうとするでーたやゆーざによるけんさくしつもんになんらかのかこうをおこないべくとるをせいせいする。 +べくとるくうかんじょうにけんさくたいしょうとなるべくとるをはいちし、べくとるかされたけんさくしつもんとでーたのべくとるのそうかんりょう(べくとるかんのこさいん、ないせき、ゆーくりっどきょりなどがもちいられる。 +)によってけんさくのたいしょうのでーたとけんさくしつもんのかんけいのつよさをけいさんするもでる。 +せんざいてきいみさくひつけ(せんざいてきいみぶんせき、LSI) +べくとるくうかんもでるのおうようとしてこうあんされたけんさくあるごりずむ。 +たかじもとべくとるくうかんをぎょうれつとしてあつかいとくいちぶんかいをおこない、えられたちょっこうていじげんべくとるくうかんじょうけんさくをおこなう。 +たんじゅんなべくとるくうかんもでるでのけんさくにくらべて、どうぎごがもちいられているぶんしょかんのかんれんをはんえいし、けんさくのたいしょうのでーたのないようてきなかたよりにえいきょうをうけにくいけんさくをおこなうことができるというめりっとがある。 +きかいほんやく(きかいほんやく)とは、あるしぜんげんごをべつのしぜんげんごへきかいてきにへんかんするぎじゅつをいう。 +きかいほんやくのがいねんじたいはこんぴゅーたのそんざいいぜんよりそんざいするため、きかいほんやくとほんやくそふとはどうぎではないが、げんざいではほとんどほんやくそふととしてじっそうされる。 +れいとして、えいごのぶんしょうをにゅうりょくするとそれをほんやくしたにっぽんごのぶんしょうをしゅつりょくするえいかずほんやくそふとうえあなどがある。 +じどうほんやくともいう。 +きんねんはとうけい、じんこうちのう、こんぴゅーたしょりのうりょく、でーたべーす、きおくようりょうのしんぽによりきゅうそくにせいちょうしているぶんやである。 +なお、ほんやくほうほうのもうひとつとして、「じんりきほんやく(ひとのてによるほんやく)」がある。 +もくじ +1くうはくれきし +2くうはくあぷろーち +2。1くうはくとうけいほんやく +3くうはくもんだい +3。1くうはくごぎのたぎせい +3。2くうはくじょうしき +4くうはくほんやくしえん +5くうはくじつようせい +6くうはくあぷりけーしょん +7くうはくひょうか +8くうはくかんれんこうもく +9くうはくがいぶりんく +10くうはくしゅってん +れきし +このせつはしっぴつのとちゅうですくうはくこのせつはしっぴつちゅうです。 +かひつ、ていせいしてくださるきょうりょくしゃをもとめています。 +あぷろーち +げんざいひろくつかわれているきかいほんやくのげんりはつぎのとおりである。 +くうはくげんごくうはくXくうはくでかかれているぶんをげんごくうはくYくうはくにほんやくするばあい: +げんごくうはくXくうはくのぶんをこうぶんかいせきする。 +えられたこうぶんきを、さだめられたきそくにしたがってへんかんし、げんごくうはくYくうはくのこうぶんきをえる。 +へんかんしたこうぶんぼくからげんごくうはくYくうはくのぶんをせいせいする。 +れいとして、えいごからにっぽんごへのほんやくをかんがえる。 +くうはくいかのようなげんぶんがあたえられたとしよう。 +”IくうはくはぶくうはくAくうはくPEN。” +このぶんをかいせきしてえられるこうぶんきはつぎのようになる: +ENGLISHSYNTAXTREESAMPLE1。PNG +ここで、いかのようなじしょをつかってえいごのたんごをにっぽんごのたんごにおきかえる: +えいごくうはくUNKにほんご +IくうはくUNKわたくし +はぶくうはくUNKもっている +AくうはくUNKーくうはく(くうはく) +PENくうはくUNKぺん +こうぶんきはつぎのようになる: +(Sくうはく(NPくうはく(PRONくうはくわたくし))くうはく(VPくうはく(VERBくうはくもっている)くうはく(NPくうはく(DET_ー)くうはく(NOUNくうはくぺん)))) +しかしまだごじゅんがただしくないし、じょしもない。 +くうはくここでこうぶんきにたいしていかのようなきそくをてきようしてへんかんをおこなう: +”SくうはくやじるしくうはくNPくうはくVP”くうはくというのーどがあれば、それをくうはく”SくうはくやじるしくうはくNPくうはくはくうはくVP”くうはくにへんかんせよ。 +”VPくうはくやじるしくうはくVERBくうはくNP”くうはくというのーどがあれば、それをくうはく”VPくうはくやじるしくうはくNPくうはくをくうはくVERB”くうはくにへんかんせよ。 +するとへんかんされたきはこのようになっている: +(Sくうはく(NPくうはく(PRONくうはくわたくし))くうはくはくうはく(VPくうはく(NPくうはく(DET_ー)くうはく(NOUNくうはくぺん))くうはくをくうはく(VERBくうはくもっている))) +ここから、いかのようなほんやくぶんをせいせいできる: +”わたくしはぺんをもっている。 +” +これはひじょうにたんじゅんなれいである。 +くうはくじっさいにはえいごのくうはくはぶくうはくはふくすうのごぎをもつので、ごぎのあいまいせいかいしょうをしなければたんじゅんに「はぶくうはくやじるしくうはくもっている」というへんかんをすることはできない。 +くうはくまた、もだりてぃのこうりょや、しようおうのかいけつ、けいごのあつかい、しぜんないいまわしのぶんのせいせいなどじつようてきなほんやくそふとうえあをつくるためにはおおくのことをこうりょにいれるひつようがある。 +とうけいほんやく +しょうさいは「とうけいほんやく」をさんしょう +けいさんきのはったつによってせんきゅうひゃくきゅうじゅうねんだいいこうけんきゅうがさかんになっているのはとうけいてきなしゅほうをもちいたきかいほんやくである。 +くうはくこれはおんせいにんしきのぶんやでもちいられていたざつおんちゃねるもでるをおうようしたもので、もとげんご(ほんやくもとのげんご)くうはくFくうはくはもくてきげんご(ほんやくごのげんご)くうはくEくうはくがざつおんのあるつうしんろをとおるあいだにへんかしてしまったものであるととらえ、ほんやくとはもとげんごからもくてきげんごへのふくごうであるとかんがえる。 +くうはくこのとき、ふくごうあやまりがもっともちいさくなるほんやくけっかくうはくUNKHAT{E}くうはくはいかのしきをみたすことによってえられる。 +UNKHAT{E}くうはく=くうはくUNKMATHRM{ARGMAX}_{E}くうはくP(EUNKF) +しかし、このままではもでるかがむずかしいため、べいずのていりをもちいていかのようにへんけいする。 +UNKMATHRM{ARGMAX}_{E}くうはくP(EUNKF)くうはく=くうはくUNKMATHRM{ARGMAX}_{E}くうはくUNKFRAC{P(E)P(FUNKE)}{P(F)}くうはく=くうはくUNKMATHRM{ARGMAX}_{E}P(E)P(FUNKE) +よって +UNKHAT{E}くうはく=くうはくUNKMATHRM{ARGMAX}_{E}くうはくP(E)P(FUNKE) +ここでくうはくP(E)くうはくをもでるかしたものをげんごもでる、P(FUNKE)くうはくをもでるかしたものをほんやくもでるとよび、げんごもでるはげんごとしてのかくからしさを、ほんやくもでるはほんやくのかくからしさをもでるかしているといえる。 +そして、これらのもでるからほんやくこうほをせいせいし、もっともかくりつのたかいほんやくけっかをたんさくするしょりけいをでこーだとよぶ。 +ほんやくもでるのみではもくてきげんごとしてただしくないぶんとなってしまうため、げんごもでるによってもくてきげんごとしてただしくないぶんをとりのけるとかんがえられる。 +また、げんごもでるについてのけんきゅうはおんせいにんしきなどのぶんやにおいてすでにけんきゅうがおこなわれており、そのちけんをいかすこともできる。 +じっさいにはぱられるこーぱすとよばれるぶんどうしのたいおうがついた2げんごかんのこーぱすをもちいてこのかくりつをすいていすることになる。 +もんだい +ごぎのたぎせい +このせつはしっぴつのとちゅうですくうはくこのせつはしっぴつちゅうです。 +かひつ、ていせいしてくださるきょうりょくしゃをもとめています。 +じょうしき +きかいによるほんやくのこんなんさのひとつは、それがぶんぽうやたんごのいみのかいせきといったろんりてきしょりだけではかいけつしないてんにもある。 +たとえばつぎのえいごのぶんは、 +TIMEくうはくFLIESくうはくらいくくうはくANくうはくARROW。 +ふつうはこれを「ときはやのようにとびさる」(こういんやのごとし)とかいしゃくするが、これを「じかんはえはやをこのむ」とやくすることもかのうで、ぶんぽうてきにもはたんがない。 +とうぜん、ふつうはこうしゃはまちがいなのであるが、こうしゃをすてさるはんだんができるためには、ひとにはときがすばやくすぎるとかんじられることがあること、やははやくとぶこと、じかんはえといういきものはそんざいしなさそうなこと、むしがやをこのむことなどありそうにないこととうのちしきがひつようである。 +きょくろんすれば、ただしいほんやくをおこなうためにはそのぶんがかかわるせかいそのものにかんするあらゆるちしきやかんかくがひつようになる。 +また、ありそうにないじかんはえも、たとえばるいす・きゃろるならそんざいさせるかもしれず、もんだいはよりふくざつになる。 +ほんやくしえん +「ほんやくしえんつーる」および「ほんやくめもり」もさんしょう +いわゆるきかいほんやくは「じどうほんやく」と「ほんやくしえん」の2つのまったくことなるほうこうでもちいられる。 +じどうほんやくではにんげんのかいにゅうはさいしょうげんであり、すべてをきかいにほんやくさせようとする。 +これは「ほんやくもとのげんごをりかいすることができないひと」のためのぎじゅつである。 +ほんやくしえんはぷろのほんやくしゃがほんやくさぎょうをこうりつてきかつこうひんしつにおこなうためにほんやくそふとをかつようするものである。 +これはすでにいちぶのせんしんてきなほんやくしゃによってかつようされている。 +じつようせい +げんじつのほんやくはたがいのげんごのかんけいによってもおおきくことなる。 +げんごはそれぞれこりつしてそんざいするものではなく、おおかれすくなかれたがいにえいきょうしあってそんざいする。 +とくにきょうつうのれきしがながいばあい、ぶんぽうやごいにきょうつうせい、あるいはきょうつうのきげんをおおくもつことがある。 +そのようなばあい、きょくたんにいえばたんごをおきかえるだけでもあるていどのれべるのほんやくがかのうであるから、きかいほんやくもよりよういい。 +だいたいのいみをしるためのがいやくについては、ふらんすご、すぺいんご、いたりあごなどいんど・よーろっぱごぞくろまんすごけいしょごかんのじどうほんやくはひかくてきじゅんとうであり、えいごとろまんすごけいあるいはげるまんごけいげんごとのあいだのじどうほんやくもじつようれべるにたっしているといえる。 +にっぽんごからのほんやくのばあい、じつようのれべるにあるのはにっかんじどうほんやくである。 +にっぽんごとかんこくごはこうちゃくごであるというぶんぽうてききょうつうせいや、かんごからのしゃくようごもあり、じどうほんやくのせいどはぶんたいにもよるがふつう80%〜90%である。 +このため、にっかんかんではじどうほんやくけいじばんなどじつようさいともそんざいする。 +(がいぶりんく、NAVERにっかんじどうほんやくけいじばんさんしょう)。 +にっぽんごのばあいじょしやどうおんいぎごがたすうそんざいするためにけいたいそかいせきのだんかいでほんやくにこんなんをきたす。 +ゆえにいっぱんにえいにちほんやくにくらべてにちえいほんやくののうりょくはひくいだんかいにあるくうはく。 +えいごのごがくりょくのないひとがえいやくをおこないできあがったえいぶんのひょうかができないばあい、えいやくしたぶんをにっぽんごにさいへんかんしてみてにほんごでいみがとおるかどうかかくにんしてみるとよい。 +ほんやくしえんのばあい、では、とくていのぶんやのほんやくにてきしたゆーざーじしょをさくせいすることにより、ほんやくそふとのやくしちはおおはばにこうじょうする。 +だがいっていきぼのきぎょう・そしきゆーざーいがいの、いっぱんゆーざーのしょうきぼなりようしなりおでは、ゆーざーじしょのりようこうかよりもさくせいにかかるじかん・ろうりょくのほうがおおきい。 +そのりゆうには、じしょさくせいにぎのうをようする、ゆーざーじしょのこんてんつがない、じしょのそうごりようのためのいんふらがない、ほんやくのりょうがすくない(きぼがすくない・ひんどがすくない)といったことがかんがえられる。 +これらのもんだいをかいけつするために、AAMT(あじあたいへいようきかいほんやくきょうかい)がゆーざーじしょをきょうゆうするためのしようであるUPFをさくていした。 +そのご、にせんろくねんからこうけいのしようであるUTXがげんざいさくていちゅうである。 +ほんやくそふと(ほんやくそふと)とは、ぱそこんじょうでほんやくをおこなうそふとうぇあである。 +きかいほんやくのこうもさんしょう。 +もくじ +1くうはくほんやくそふとときかいほんやく +2くうはくほんやくそふとのしゅるい +3くうはくほんやくそふとのとくせい +4くうはくだいひょうてきなほんやくそふと +5くうはくかんれんこうもく +ほんやくそふとときかいほんやく +げんざいではきかいほんやく(MACHINEくうはくTRANSLATION)はそふとうぇあによっておこなわれ、そのいみでは「きかいほんやくくうはく=くうはくほんやくそふと」である。 +しかし、きかいほんやくのがいねんはこんぴゅーたよりいぜんにそんざいする。 +こんぴゅーたほんやくといわずに、きかいほんやくというのはそのせいであろう。 +しかし、きかいほんやくというひょうげんは、にんげんのしゅたいせいがひくく、ともすれば「きかいがさいしょからさいごまですべてほんやくする」といういんしょうをあたえがちである。 +これは、「ほんやくさぎょうしえんつーるとしてのほんやくそふと」のりかいのさまたげとなることもある。 +そのため、きかいほんやくというひょうげんをさけて、「ほんやくそふと」といいかえることをすすめるひともいる。 +ほんやくそふとのしゅるい +むりょうからすうまんえんていどのいっぱんしょうひしゃむけのせいひんと、すうまんえんから10まんえんぜんごのぎょうむようせいひんにたいべつされる。 +ぜんしゃはじどうほんやくをしゅがんにおき、「えいごがにがてなゆーざー」が「ぼたんひとつでほんやく」といったてがるさをしこうしている。 +これにたいして、こうしゃはせんもんじしょやじしょのかんりきのうなどがじゅうじつしており、ほんやくしえんにつかわれる。 +ほんやくめもりとのれんけいがかのうなせいひんもある。 +たいわてきほんやくがかのうなたいやくえでぃたは、さいきんはあんかなせいひんにもとうさいされるようになったが、じょういせいひんではひっすである。 +ぎょうむようほんやくそふとは、「それをつかえばだれでもぷろなみのほんやくができる」といったものではない。 +ぎょうむようほんやくそふとを「えいごがにがてなゆーざー」がこうにゅうするばあいもあるが、ぎょうむようほんやくそふとはせんもんちしきとぎのうをそなえたほんやくしゃによってのみ、そのしんかをはっきできる。 +ほんやくそふとのとくせい +ほんやくそふとは、てがみのようにひていけいてきなぶんしょうや、にゅーすなどしんごやこゆうめいしがおおく、たようなわだいであるぶんしょうはにがてである。 +せんもんてきなないようであっても、ていけいてきでふとくていたすうをたいしょうとしてわかりやすくかかれたぶんしょう、つまりまにゅあるなどのぶんしょうではこうかがだかい。 +てきせつなせんもんようごじしょさえあれば、せんもんせいがたかければたかいほどそのゆうようせいはたかまる。 +こゆうひょうげんちゅうしゅつ(こゆうひょうげんちゅうしゅつ、えい:くうはくNAMEDくうはくENTITYくうはくEXTRACTION、NAMEDくうはくENTITYくうはくRECOGNITION)とは、けいさんきをもちいたしぜんげんごしょりぎじゅつのひとつであり、こゆうめいし(じんめい、ちめいなど)やひずけ、じかんひょうげんなどをちゅうしゅつするぎじゅつである。 +じょうほうちゅうしゅつのいっぶんやであるとされる。 +もくじ +1くうはくもくてき +2くうはくれきし +3くうはくぐたいれい +4くうはくしゅほう +5くうはくこゆうひょうげんぶんるい +6くうはくさんこうぶんけん +7くうはくかんれんこうもく +8くうはくがいぶりんく +もくてき +しんぶんきじなどげんじつせかいにそんざいするてきすとにはたいりょうのこゆうひょうげんくうはく(NAMEDくうはくえんてぃてぃー)くうはくがふくまれている。 +けいたいそかいせきなどをおこなうさい、それらのこゆうひょうげんはじしょにとうろくされていないばあい、みちごとしてあつかわれ、かいせきのあやまりをおこす。 +そのため、さまざまなこゆうひょうげんをじしょにとうろくするひつようがあるが、ぜんじゅつのとおり、げんじつのてきすとにはたいりょうのこゆうひょうげんがそんざいし、ひとででそれらをとうろくすることはこんなんである。 +このもんだいをかいけつするため、けいさんきによってたいりょうのてきすとからこゆうひょうげんをじどうてきにちゅうしゅつするぎじゅつがうまれた。 +れきし +このせつはしっぴつのとちゅうですくうはくこのせつはしっぴつちゅうです。 +かひつ、ていせいしてくださるきょうりょくしゃをもとめています。 +こゆうひょうげんというがいねんとこゆうひょうげんちゅうしゅつがていしょうされたのは、せんきゅうひゃくきゅうじゅうとしごろあめりかがっしゅうこくのだーぱがそしきしたひょうかがたぷろじぇくとくうはくMUCくうはく(MESSAGE_UNDERSTANDいんぐくうはくこんふぁれんす)くうはくにおいてであるとされる。 +にっぽんこくないにおいてはじょうほうちゅうしゅつ・じょうほうけんさくのひょうかがたわーくしょっぷであるくうはくIREXくうはく(INFORMATIONくうはくRETRIEVALくうはくANDくうはくEXTRACTIONくうはくEXERCISE)くうはくにおけるじょうほうちゅうしゅつのきょうゆうたすくのひとつとしてしゅつだいされた。 +しぜんげんごせいせい(えい:くうはくNATURALくうはくLANGUAGE_GENERATION)とは、しぜんげんごしょりのいっしゅでちしきべーすやろんりけいしきなどのきかいひょうげんけいからしぜんげんごをせいせいすることをいう。 +しぜんげんごりかいのぎゃくといわれることもある。 +しぜんげんごりかいがにゅうりょくぶんをめいかくかしてきかいひょうげんげんごをせいせいするのにたいして、しぜんげんごせいせいはがいねんをどうにしてことばであらわすかについてはんだんをひつようとする。 +もくじ +1くうはくがいよう +2くうはくおうよう +3くうはくさんこうぶんけん +4くうはくがいぶりんく +がいよう +てきすとせいせいぷろせすには、たとえばきまりもんくのいちらんからえらばれたことばをせつぞくようてきすとでつなげるといったたんじゅんなしょりもある。 +これはたとえば、うらないきかいやぱーそならいずされたびじねすれたーのようなりょういきではじゅうぶんなぶんしょうをせいせいする。 +しかしせんれんされたしぜんげんごせいせいしすてむでは、きまりもんくのくりかえしにみえないしぜんなぶんしょうをせいせいするため、じょうほうのとうごうとけいかくのふぇーずをひつようとする。 +てんけいてきなふぇーずはつぎのとおりである。 +こんてんつけってい +げんきゅうするかちがあるとくちょう・ぞくせいをけっていする。 +このだんかいでつかうぎほうはでーたまいにんぐとかんけいする。 +ろんじゅつけいかく +じょうほうていじをぜんたいとしてこうせいする。 +ぶんのとうごう +るいじのぶんをとうごうして、かどくせいとしぜんらしさをかいぜんする。 +たとえば、「つぎのれっしゃはかれどにあきゅうこうです」と「つぎのれっしゃはごぜん10じにあばでぃーんをはっちます」というぶんをとうごうして「ごぜん10じはつのつぎのれっしゃはかれどにあきゅうこうです」とする。 +ごいか +がいねんをたんごにおきかえる。 +さんしょうひょうげんのせいせい +だいめいしなどのさんしょうをいみするひょうげんをどうにゅうしてぶんのなかのたんごどうしをりんくする。 +とうごてき・けいたいすてきしょり +こうぶんかいせきのぎゃくをおこなう。 +これまでのふぇーずであつめたすべてのじょうほうをつかって、とうごろんきそくとけいたいろんきそくをてきようし、じっさいのぶんをあらわすもじれつをせいせいする。 +せいしょほうしょり +だいもじしょうもじややくもののつかいわけ、ふぉーまっとなどをおこなう。 +おうよう +しぜんげんごせいせいのおうようのさいたるれいは、すうちなどのげんごてきでないでーたをてきすとかされたがいようにへんかんするしすてむであり、しぜんげんごせいせいとでーたかいせきをとうごうしたものである。 +たとえば、すうちよほうでーたからじどうてきにてんきよほうのぶんしょうをせいせいするしすてむなどがある。 +また、かわったところでは、じょーくをじどうせいせいするしすてむもある。 +こうがくもじにんしき(こうがくもじにんしき、えい:くうはくOPTICALくうはくCHARACTERくうはくRECOGNITION)は、かつじのぶんしょのがぞう(つうじょういめーじすきゃなーでとりこまれる)をこんぴゅーたがへんしゅうできるけいしき(もじこーどのれつ)にへんかんするそふとうぇあである。 +いっぱんにおーしーあーるとりゃっきされる。 +おーしーあーるは、じんこうちのうやましんびじょんのけんきゅうぶんやとしてはじまった。 +けんきゅうはつずけられているが、おーしーあーるのちゅうしんはそのじっそうとおうようにうつっている。 +かみにいんさつされたぶんしょをでじたいずし、よりこんぱくとなかたちできろくするのにひつようとされる。 +さらに、もじこーどにへんかんすることできかいほんやくやおんせいごうせいのにゅうりょくにもつかえるようになり、てきすとまいにんぐもかのうとなる。 +けんきゅうぶんやとしては、ぱたーんにんしき、じんこうちのう、こんぴゅーたびじょんがたいおうする。 +(かがみやれんずといったこうがくぎじゅつをつかった)こうがくもじにんしきと(すきゃなーとあるごりずむによる)でじたるもじにんしきはほんらいべつのりょういきとかんがえられていた。 +こうがくぎじゅつとしていきのこったぶぶんがひじょうにすくないため、こうがくもじにんしきということばはげんざいではでじたるもじにんしきをふくむものとみなされている。 +しょきのしすてむはとくていのしょたいをよむための「とれーにんぐ」がひつようであった(じぜんにそのしょたいのさんぷるをよませることをいみする)。 +げんざいでは、ほとんどのしょたいをたかいしきじりつでへんかんすることがかのうである。 +いくつかのしすてむではよみこまれたがぞうからそれとほぼおなじになるようふぉーまっとされたしゅつりょく(たとえばわーどぷろせっさのふぁいるのようなもの)をせいせいすることがかのうであり、なかにはがぞうなどのぶんしょいがいのぶぶんがふくまれていてもただしくにんしきするものもある。 +もくじ +1くうはくれきし +2くうはくしかくしょうがいしゃにとってのじゅうようせい +3くうはくおーしーあーるぎじゅつのじょうきょう +4くうはくがくふおーしーあーる +5くうはくおーしーあーるそふとうぇあ +6くうはくきゃくちゅう +7くうはくかんれんこうもく +8くうはくがいぶりんく +れきし +こうがくもじにんしきのげんてんは、でんしんぎじゅつのかくちょうとしかくしょうがいしゃがもじをよむためのきかいのかいはつという2つのもんだいにまつわるかつどうである。 +1914ねんえまにゅえる・ごーるどばーぐ(えいごばん)は、もじれつをよみとりでんしんふごうにへんかんするきかいをかいはつした「ようしゅってん」。 +おなじころえどまんど・ふるにえ・だるべ(えいごばん)はおぷとふぉん(えいごばん)というけいたいがたすきゃなをかいはつした。 +これをいんさつぶつのぺーじじょうですべらせると、もじのけいじょうによってことなるおとをはっする。 +ごーるどばーぐはでーたにゅうりょくしゅだんとしておーしーあーるぎじゅつのかいはつをつずけた。 +あとにかれは、がぞうをこうでんかんでよみとり、ひつようなしきべつぱたーんをふくむてんぷれーととひかくすることでまっちんぐをみつけるというぎほうをていあんした。 +1929ねん、ぐすたふ・たうしぇく(えいごばん)もどうようのあいであをおもいつき、どいつでおーしーあーるにかんするとっきょをしゅとくした。 +あめりかでは1933ねん、ぽーる・W・はんでるがどうようのてんぷれーと・まっちんぐほうしきのおーしーあーるぎじゅつのとっきょをしゅとくしている(あめりかがっしゅうこくとっきょだい1、915、993ごう)。 +1935ねん、たうしぇくもあめりかでとっきょをしゅとくした(あめりかがっしゅうこくとっきょだい2、026、329ごう)。 +1949ねん、べいこくふくいんぐんじんえんごきょくからしかくしょうがいしゃしえんのためというようせいをうけ、RCAのぎじゅつしゃらがしょきのこんぴゅーたをつかったおーしーあーるをけんきゅうした。 +このけんきゅうには、たんにかつじをこんぴゅーたうちのもじこーどにへんかんするだけでなく、そのもじをよみあげるというぶぶんもふくまれており、しょきのおんせいごうせいのけんきゅうでもある。 +しかし、こすとがかかりすぎることがはんめいし、けんきゅうはざせつした。 +1950ねん、AFSA(あめりかこっかあんぜんほしょうきょくのぜんしん)のあんごうかいどくしゃでいヴぃっど・H・しぇぱーど(えいごばん)は、にっぽんのぱーぷるあんごうをかいどくしたことでしられるふらんく・ろうれっとのいらいにより、るいす・とーでらとともにきょくのてつずきのじどうかのかんこくあんさくせいにとりくんだ。 +そのなかにはいんさつされたぶんしょをこんぴゅーたがしょりできるけいしきにへんかんするもんだいもふくまれていた。 +しぇぱーどはそのようなことをするきかいくうはく”GISMO”くうはくをさくせいすることをきめ、ゆうじんのはーヴぇい・くっくとともにじたくでよるやしゅうまつをりようしてしさくにとりくんだ。 +1953ねん、しぇぱーどはとっきょ(あめりかがっしゅうこくとっきょだい2、663、758ごう)をしゅとく。 +GISMOはえいごのあるふぁべっとのうち23もじをよみとることができ、もーるすふごうをりかいし、がくふをよみとることができ、かつじのぺーじをよみあげることができ、たいぷされたぺーじをよみとってぷりんたーでふくせいすることができた。 +しぇぱーどはそのごくうはくINTELLIGENTくうはくMACHINESくうはくりさーちくうはくこーぽれーしょん(えいごばん)くうはく(IMR)くうはくをせつりつし、せかいはつのいくつかのしょうようおーしーあーるしすてむをしゅっかした。 +GISMOくうはくもくうはくIMRくうはくのしすてむもたんじゅんなもじまっちんぐではないがぞうかいせきをしていて、いくつかのしょたいをにんしきすることができた。 +GISMOくうはくはがぞうちゅうのもじのいちをせいかくにあわせるひつようがあったが、IMRしすてむではすきゃんりょういきのどこのもじであってもにんしきでき、じつようにたえるものであった。 +さいしょのしょうようしすてむは1955ねんにりーだーず・だいじぇすとしゃにのうにゅうされ、はんばいほうこくしょをこんぴゅーたににゅうりょくするのにつかわれた。 +たいぷされたほうこくしょをぱんちかーどにへんかんし、それをこんぴゅーたににゅうりょくするもので、ねんかん1500まんから2000まんぶをうりあげているどうしゃのじむしょりをこうりつかした。 +このしすてむはあとにすみそにあんはくぶつかんにむしょうでていきょうされてんじされている。 +2だいめのしすてむはすたんだーど・おいるがかりふぉるにあしゅうでくれじっとかーどのもじをよみとるためにつかい、たのせきゆがいしゃもこれについずいした。 +IMRが1950ねんだいこうはんにはんばいしたほかのしすてむとしてはでんわがいしゃのせいきゅうしょよみとりそうちやあめりかくうぐんのてれたいぷようぺーじすきゃなーなどがある。 +IBMなどはあとにしぇぱーどからおーしーあーるとっきょのらいせんすきょうよをうけている。 +1965ねんごろ、りーだーず・だいじぇすととRCAは、つかわれてもどってきたどうしのこうこくについているくーぽんのしりあるばんごうをよみとるおーしーあーるそうちをきょうどうでかいはつした。 +しりあるばんごうはRCAのぷりんたーでおーしーあーるーAふぉんと(えいごばん)でいんじされた。 +よみとりそうちはくうはくRCAくうはく301くうはくというこんぴゅーたにちょくせつせつぞくされた。 +このぎじゅつはTWAでこうくうちけっとのよみとりにもつかわれることとなる。 +よみとりそうちはまいふん1、500まいのぶんしょをしょりでき、ただしくよみとれなかったぶんしょははずかれる。 +RCAはこれをせいひんかし、ほけんがいしゃなどがさいようした。 +あめりかがっしゅうこくゆうびんこうしゃも1965ねんからはつめいかじぇいこぶ・れいんぼー(えいごばん)のかいはつしたぎじゅつをもとにしておーしーあーるましんをつかっている。 +よーろっぱでおーしーあーるをさいしょにさいようしたのはいぎりすのゆうびんきょくだった。 +いぎりすでは1965ねん、ゆうびんちょきんにそうとうするなしょなる・じゃいろ(えいごばん)がおーしーあーるをつかったじどうかをおこなった。 +かなだのゆうびんきょくはせんきゅうひゃくななじゅういちねんからおーしーあーるをしようしている。 +おーしーあーるはうけとりにんのなまえとじゅうしょをよみとってそーと(ぶんるい)するためにつかわれる。 +そしてゆうびんばんごうにもとづいたばーこーどをふうとうにいんさつする。 +そのごてがみはばーこーどにしたがってこまかくそーとをする。 +ばーこーどがあてなとかぶるかのうせいがあるため(きほんてきにあてなやじゅうしょはどこにかいてもよい)、ばーこーどはしがいせんらいとでみえるとくしゅないんくをしようしている。 +このいんくはつうじょうのひかりではおれんじいろにみえる。 +なお、にっぽんではかんじのよみとりがむずかしいため、1968ねん7がつついたちにゆうびんばんごうがどうにゅうされ、てがきのすうじであるゆうびんばんごうをおーしーあーるしすてむでよみとってそーとしていた。 +せんきゅうひゃくきゅうじゅうはちねんにゆうびんばんごうの7けたかがなされてからはおーしーあーるでよみとったさいにあめりかのようにばーこーど(ただしこちらはかしこうではむしょくないんくをしよう)をいんさつするようになった。 +しかくしょうがいしゃにとってのじゅうようせい +せんきゅうひゃくななじゅうよんねん、れい・かーつわいるはあらゆるしょたいをよみとれるおーしーあーるのかいはつをおこなうくうはくKURZWEILくうはくCOMPUTERくうはくPRODUCTS、くうはくいんく。くうはくをそうぎょう。 +かーつわいるは、おんせいごうせいぎじゅつとくみあわせればこのぎじゅつがしかくしょうがいしゃにとってもっともやくだつとかんがえた。 +かぎとなるぎじゅつはCCDいめーじすきゃなとおんせいごうせいである。 +せんきゅうひゃくななじゅうろくねん1がつ13にち、せいひんのかんせいひろうがおこなわれた。 +せんきゅうひゃくななじゅうはちねん、かーつわいるはおーしーあーるそふとうぇあのはんばいをかいし。 +さいしょのこきゃくはれくしすねくしすで、にゅーすなどのぶんしょをでーたべーすににゅうりょくするのにつかった。 +2ねんご、かーつわいるはかいしゃをぜろっくすにばいきゃく。 +あとにぜろっくすはそのぶもんをくうはくSCANSOFTくうはくとしてすぴんおふさせ、SCANSOFTくうはくはにゅあんすこみゅにけーしょんず(えいごばん)とがっぺいした。 +おーしーあーるぎじゅつのじょうきょう +せんきゅうひゃくきゅうじゅうねんだいなかごろ、あめりかがっしゅうこくえねるぎーしょうくうはく(でぃーおーいー)くうはくはじょうほうかがくけんきゅうしょくうはく(ISRI)くうはくにいんさつぶんしょのにんしきぎじゅついくせいというしめいをあたえた。 +それにより5ねんかんにわたってくうはくあにゅあるくうはくてすとくうはくOFくうはくおーしーあーるくうはくACCURACYくうはくがまとめられた。 +らてんもじのかつじぶんしょのせいかくなにんしきはほとんどかいけつずみのもんだいだが、しきじりつ(もじをただしくにんしきするかくりつ)は100%ではなく、まちがいのゆるされないじょうきょうではにんげんがけっかをかくにんするひつようがある。 +19せいきおよび20せいきしょとうのしんぶんをつかったけんきゅうによると、たんじゅんにもじたんいでにんしきするしはんのおーしーあーるそふとうぇあのしきじりつは71%から98%だった。 +てがきもじ、とくにひっきたいのてがきもじにんしきやもじすうのおおいげんごのもじにんしきではまだけんきゅうのよちがある。 +もじにんしきのせいどはいくつかのそくていほうであらわされ、じっさいにしようしたそくていほうによってせいどはおおきくさゆうされる。 +たとえば、ぶんみゃくやじしょをつかわずにじゅんすいにもじたんいでにんしきするばあい、しきじりつが99%であっても、たんごべーすのあやまりりつは5%となるかもしれない。 +おんらいんもじにんしきはこうがくもじにんしきとこんどうされることがある(てがきもじにんしきさんしょう)。 +おーしーあーるはきほんてきにおふらいんのもじにんしきであり、じゅんすいにもじのせいてきなけいじょうをにんしきする。 +いっぽうおんらいんもじにんしきは、もじがかかれるどうてきなかていをにんしきする。 +たとえば、PENPOINTくうはくOSくうはくやたぶれっとこんぴゅーたなどがじぇすちゃーをにんしきするのもおんらいんにんしきのいっしゅであり、ぺんがどういうほうこうにどれだけうごいたかをにんしきする。 +おんらいんてがきもじにんしきをちてきもじにんしき(えいごばん)くうはく(ICR)くうはくともよぶ。 +てがきもじにんしきしすてむはきんねん、しょうようでせいこうしているぶんやである。 +このぎじゅつはPALMくうはくOSなどがどうさするけいたいじょうほうたんまつでにゅうりょくしゅだんとしてさいようされた。 +あっぷる・にゅーとんがこのぎじゅつのせんくしゃである。 +これらのききではひつじゅんやそくどやせんのほうこうがにゅうりょくじにわかるのでひかくてきにんしきがよういである。 +また、ゆーざーがわもじょじょににんしきされやすいもじをかくようにとれーにんぐされるというめんもある。 +いっぽう、かみにかかれたてがきもじをにんしきするそふとうぇあにはじょうきのりてんがないため、しきじりつはいまだじゅうぶんとはいえない。 +きれいにかかれたてがきもじでもしきじりつは80%から90%であり、1ぺーじにつきすうじゅうこのにんしきふのうもじがしゅつげんすることになる。 +これはひじょうにかぎられたぶんやでしかじつようかできないれべるである。 +ひっきたいぶんしょのにんしきはけんきゅうがさかんであるが、しきじりつはさらにひくい。 +ひっきたいのもじにんしきのしきじりつをたかめるには、ぶんみゃくやぶんぽうのじょうほうをつかわなければならない。 +たとえば、じしょのたんごをにんしきするのは、てがきげんこうのここのもじをにんしきするよりもかんたんである。 +こぎってにかかれたすうじのれつはちいさなじしょをつかえばいいのでしきじりつをあげることができる。 +すきゃんしているぶんしょのげんごのぶんぽうにかんするちしきがあれば、たんごがめいしなのかどうしなのかをはんべつすることがかのうとなりしきじりつをあげることができる。 +てがきもじのかたちだけではせいかくなにんしき(いっぱんに98%いじょう)はふかのうといってよい。 +おーしーあーるぎじゅつはあどばんすとすきゃんぎじゅつのきばんとなっている。 +いっぱんに、よりふくざつなにんしきもんだいにはにゅーらるねっとわーくをつかうことがおおく、ひせんけいなへんけいでもせんけいなへんけいでもよくきのうする。 +ぶんしょないのにんしきがむずかしいたんごやもじれつのにんしきでおおいにせいこうをおさめているぎほうとして、にんげんのもじにんしきのうりょくをりようしたRECAPTCHAしすてむがある。 +がくふおーしーあーる +しょうさいは「がくふおーしーあーる」をさんしょう +せんきゅうひゃくななじゅうねんだい、いんさつされたがくふをよみとるけんきゅうがMITなどのけんきゅうしょでおこなわれた。 +そのごがくふのきごうをにんしきするけんきゅうがつずけられ、しょうようのそふとうぇあはくうはくせんきゅうひゃくきゅうじゅういちねんにくうはく”MIDISCANくうはくFORくうはくWINDOWS”くうはく(げん:SMARTSCORE(えいごばん))くうはくがりりーすされた。 +くうはくなおにっぽんにおいてはせんきゅうひゃくきゅうじゅうごねんがくふおーしーあーるをとうさいしたがくふさくせいそふとうぇあのすこあめーかーがかわいがっきせいさくしょにてせいぞうはんばいされている。 +しつもんおうとうしすてむ +いどう:くうはくあんない、くうはくけんさく +しつもんおうとうしすてむ(しつもんおうとうしすてむ)は、とくていのしゅるいのじょうほうにたいするしつもんをゆーざからしぜんげんごでうけつけ、そのかいとうをかえすようなこんぴゅーたそふとうぇあのこと。 +かいとうはぶんしょうか、しつもんにたいするちょくせつかいとうがほとんどである。 +くうはくけんさくえんじんをもちいるものやひゃっかじてんなどをもちいたり、さまざまなでーたべーすをもとにしてけんさくをおこなう。 +くうはくえいごのさいとではくうはくASKJEEVESくうはくがゆうめい。 +きほんてきなしょりのながれは、いかのようになる。 +しつもんぶんぶんせき(しつもんぶんをたんごやふしなど、けんさくえんじんのくえりにへんかんする) +けんさくえんじん(ここではANDけんさくなどつうじょうのくえりをなげかけることがおおい) +しぼりこみ(しゅとくしたぶんしょうから、かいとうぶぶんをちゅうしゅつする) +けっかひょうじ(かいとうをすこあじゅんにならびかえ、ひょうじする) +しつもんおうとうは、じょうほうけんさく、じょうほうちゅうしゅつ、しぜんげんごしょりなどたすうのぶんやにわたるぎじゅつがもちいられている。 +おんせいにんしき(おんせいにんしき、くうはくSPEECHくうはくRECOGNITION)は、ひとのはなすおんせいげんごをこんぴゅーたによってかいせきし、はなしているないようをもじでーたとしてとりだすしょりのこと。 +きーぼーどからのにゅうりょくにかわるもじにゅうりょくほうほうとしてちゅうもくをあつめている。 +おんせいにんしきにかんれんがふかいぎじゅつとして、あらかじめきろくしておいたおんせいぱたーんとひかくしてこじんにんしょうとうをおこなう、わしゃにんしきがある。 +ぱそこんのばあい、ぶんしょうをにゅうりょくするようとではおんせいにゅうりょくまたはでぃくてーしょん、あぷりけーしょんのそうさはおんせいそうさとよばれる。 +もくじ +1くうはくにんしきぎじゅつ +1。1くうはくとうけいてきしゅほう +1。2くうはくどうてきじかんしんしゅくほう +1。3くうはくかくれまるこふもでる +2くうはくじっさいとかだい +2。1くうはくせいのう +3くうはくけんきゅうちゅうのぎじゅつ +3。1くうはくMFT +3。2くうはくじーえすえす +4くうはくじつようれい +4。1くうはくWINDOWSにおけるりよう +4。2くうはくきぎょう・だんたいにおけるりよう +4。3くうはくそのたのりようれい +4。4くうはくそのたのおうようれい +5くうはくおんせいにんしきそふとうぇあれい +5。1くうはくおんせいにんしきをおうようしたげーむそふとれい +6くうはくさんこうぶんけん +7くうはくがいぶりんく +8くうはくしゅってん +9くうはくかんれんこうもく +にんしきぎじゅつ +とうけいてきしゅほう +おんせいにんしきでは、とうけいてきしゅほうがよくもちいられている。 +これはたいりょうのはつわをきろくしたがくしゅうようでーたからおんせいのとくちょうをちくせきし、にゅうりょくされたおんせいしんごうとちくせきされたとくちょうとをひかくしながら、もっともとくちょうにちかいげんごけいれつをにんしきけっかとしてしゅつりょくするしゅほうである。 +いっぱんに、おんせいのおんきょうてきなとくちょうとげんごてきなとくちょうをぶんりしてあつかうことがおおい。 +おんきょうてきなとくちょうとは、にんしきたいしょうのおんそがそれぞれどのようなしゅうはすうとくせいをもっているかをあらわしたもので、おんきょうもでるとよばれる。 +おんきょうもでるのひょうげんとしては、こんごうせいきぶんぷをしゅつりょくかくりつとしたかくれまるこふもでるがひろくもちいられている。 +げんごてきなとくちょうとは、おんそのならびかたにかんするせいやくをあらわしたもので、げんごもでるとよばれる。 +たとえば、「あなたくうはく(AくうはくNくうはくAくうはくTくうはくA)」というはっせいのちょくごには、「がくうはく(gくうはくA)」や「はくうはく(WくうはくA)」などのはっせいがつづくかくりつがたかい、などのせいやくである。 +げんごもでるのひょうげんとしては、にんしきたいしょうのげんごがだいきぼなばあい(ぱそこんじょうでのぶんしょさくせいなど)はNーGRAMがよくもちいられ、にんしきたいしょうのげんごがひとででもうらできるていどにちいさいばあい(かーなびのおんせいそうさなど)は、ぶんみゃくじゆうぶんぽうがよくもちいられる。 +どうてきじかんしんしゅくほう +どうてきじかんしんしゅくほう(DYNAMICくうはくTIMEくうはくWARPING、DTW)はしょきのおんせいにんしきしゅほうであるが、かくれまるこふもでるにもとづくしゅほうがいっぱんかしたため、つかわれなくなった。 +じかんまたははやさのことなる2つのしんごうしーけんすのあいだのるいじどをはかるあるごりずむである。 +たとえば、にんげんのほこうのぱたーんは、すばやくあるいても、ゆっくりあるいても、さらにはほこうのがぞうをはやおくりしてもすろーさいせいしてもいっていのぱたーんがそんざいする。 +DTWくうはくはおんせいだけでなくどうがなどのにんいのときけいれつのでーたにてきようかのうである。 +おんせいにんしきにおいては、はっせいそくどがどうであってもいっていのぱたーんをけんしゅつするためにつかわれていた。 +したがって、ひかくのためのひょうじゅんぱたーんがひつようであり、にんしきできるごいはげんていされる。 +かくれまるこふもでる +おんせいしんごうは、だんぺんてきあるいはたんじかんのていじょうしんごうとみることができ、かくれまるこふもでる(HIDDENくうはくMARKOVくうはくMODEL、えいちえむえむ)がてきようかのうである。 +すなわち、10みりびょうていどのたんじかんでみたばあい、おんせいしんごうはきんじてきにていじょうかていとみなすことができる。 +したがって、おんせいをおおくのかくりつかていのまるこふれんさとかんがえることができる。 +また、かくれまるこふもでるによるおんせいにんしきはじどうてきにとれーにんぐされ、たんじゅんでけいさんりょうもそれほどおおくない。 +おんせいにんしきについてかんがえられるもっともかんたんなせっていでは、かくれまるこふもでるは10みりびょうごとにたとえば13じげんていどのじっすうちべくとるをしゅつりょくするだろう。 +このべくとるはけぷすとらむけいすうからなる。 +けぷすとらむけいすうはたんじかんのしんごうのふーりえへんかんにこさいんへんかんをつかって、そのだいいち(さいだい)けいすうをとりだしたものである。 +かくれまるこふもでるは、それぞれのかんそくされたべくとるのゆうどをあたえるたいかくともぶんさんのがうすぶんぷのこんごうともいうべきかくりつぶんぷをもつけいこうがある。 +かくたんごやかくおんそはそれぞれどくじのしゅつりょくぶんぷをもつ。 +たんごれつあるいはおんそれつにかんするかくれまるこふもでるは、ここのたんごやおんそのかくれまるこふもでるをれんけつしたものとなる。 +これらがかくれまるこふもでるをしようしたおんせいにんしきぎじゅつのがいねんである。 +おんせいにんしきしすてむにはこれいがいにもさまざまなぎじゅつをしようしている。 +ごいのおおいしすてむでは、おんそについてぶんみゃくいぞんせいをこうりょする。 +また、わしゃかんのちがいやろくおんじょうきょうのちがいをせいきかするために、けぷすとらむのせいきかがおこなわれる。 +ほかにもわしゃせいきかのこころみとして、だんじょかんのせいきかのためのせいどうちょうせいきかくうはく(VTLN)くうはくや、よりふとくていたすうのわしゃにたいおうするためのさいゆうせんけいかいきくうはく(えむえるえるあーる)くうはくがある。 +じっさいとかだい +おんせいにんしきしすてむのけんきゅうかいはつにはこんぴゅーたがふきゅうしだしたせんきゅうひゃくななじゅうねんだいから21せいきしょとうのげんざいまで、ながねんにわたってばくだいなしきんとゆうしゅうなじんざいがとうにゅうされてきたが、せいこうしてふきゅうしたものはほとんどなく、でじたるぎじゅつによってうみだされた3じげんえいぞうにだいひょうされるあにめーしょんえいがや、どうが、せいしが、おんがくのきろくとさいせいといったぎじゅつぶんやは、そのご、おおきなさんぎょうとなっているのとくらべればおおきなちがいがある。 +わしゃをげんていして、「でぃくてーしょん」とよばれるじぜんのとれーにんぐをおこなうほうしきのおんせいにんしきしすてむでは、にっぽんごではりそうてきなかんきょうかでは80%のにんしきりつがたっせいできるとされている。 +それらのとれーにんぐをつまないばあい60%がげんどである。 +ごいをげんていしてとれーにんぐをひつようとしないしすてむでは、ふとくていたすうのわしゃのおんせいをにんしきできるがごいがすくないためにりようはんいはげんていされる。 +くうはくどうおんいぎごがすくないおうべいけいのげんごでは90%のにんしきりつがあるとひょうかされているくうはく。 +こじんむけにしはんされているおんせいにんしきそふとでは、しずかなへやでゆーざーがへっどせっとをつかい、たんごをくぎるなどのいくつかのこつをしっていればじゅうぶんじつようてきなにんしきりつをしめす。 +ただしおくないであってもはいごでおおごえのかいわがなされるかんきょうや、おくがいなどのそうおんのあるかんきょうではにんしきがこんなんである。 +また、こじんのれべるでしようすることをそうていしているため、たいおうするごいがかぎられぎょうむようごはかばーされていない。 +さらに、ふくすうのわしゃによるはっせいや、おんせいにんしきむけといしきしていない、たとえばいんたびゅーやかいぎなどのはっせいをにんしきするのはこんなんである。 +きぎょうむけでは、だいきぼごいとふくすうのふとくていわしゃにたいおうしたかいぎなどのぎじろくづくりにつかえるよりこうかなそふともはんばいされており「ようしゅってん」、かせっとてーぷやICれこーだのききおこしにくらべこうりつてきにさぎょうをおこなうことができる。 +せいのう +おんせいにんしきしすてむのせいのうはいっぱんにせいかくどとそくどであらわされる。 +せいかくどはたんごあやまりりつくうはく(WORDくうはくERRORくうはくRATE、くうはくWER)くうはくであらわされ、そくどはじつじかんけいすうくうはく(REALくうはくTIMEくうはくFACTOR、くうはくRTF)であらわされる。 +けんきゅうちゅうのぎじゅつ +MFT +わしゃのおんせいのとくちょうりょうがざつおんやとくちょうぶんりしょりによってゆがむとおんきょうもでるとのさがひらいてごにんしきのもととなる。 +えられたおんせいのとくちょうりょうにゆがみやざつおんがどのていどふくまれているかをすいていしじかんじくとしゅうはすうじくにたいしてしんらいどをまっぷとしてもたせて、ていしんらいどのとくちょうりょうにはますくをかけたり、うしなわれたおんせいをふくげんするしょりにかつようするのがみっしんぐ・ふぃちゃーりろん(MISSINGくうはくFEATUREくうはくTHEORY)くうはくである。 +じーえすえす +じーえすえす(GEOMETRICくうはくSOURCEくうはくSEPARATION)はふくすうのおんげんをぶんりするぎじゅつであり、おんげんかんにそうかんがなければふくすうのまいくからのにゅうりょくじょうほうによってひかくてきかんたんにおんげんぶんりとそのいちじょうほう(おんげんていい)がえられる。 +これをMFTのざつおんじょうほうとしてしんらいどまっぷにはんえいさせれば、そうおんかやどうじはつわのじょうきょうでもそれほどにんしきりつをおとさずにすむ。 +じつようれい +WINDOWSにおけるりよう +WINDOWSくうはくびすたとWINDOWSくうはく7ではおんせいにんしききのうがとうさいされており、このきのうをしようして、きーぼーどにゅうりょくなしにちゃっとをするなどのそうさがかのうとなっている。 +おんせいにんしききのうでぱそこんをそうさするといったりようほうほうはこれまでにもあったが、にっぽんごのにんしきりつをこうじょうさせているほか、まうすやきーぼーどでおこなうWINDOWSのそうさがおんせいでそうさできるようになっている。 +きぎょう・だんたいにおけるりよう +きぎょう、びょういん、じちたいでは、にせんごー6ねんごろからしだいにつぎのようなじつようしすてむのどうにゅうがかっぱつかしてきている。 +いしむけでんしかるてにゅうりょくしすてむ +じちたいむけぎじろくさくせいしえんしすてむ +こーるせんたーむけおぺれーたしえん・つうわないようぶんせきしすてむ +がっこうむけごがくがくしゅうあぷりけーしょんでのはつおんひょうかしすてむ +そのたのりようれい +けいたいたんまつ(IPHONEなど)へのめーるぶんしょうにゅうりょく +どうじつうやくがたのきかいほんやく、じどうつうやく +ぱそこんじょうでのぶんしょさくせい(こうじゅつひっきのじどうか) +おんせいしじによるきかいそうさ(かーなび、でんしかるてとうのはんずふりーこんぴゅーてぃんぐ) +しじをききわけるぺっとろぼっと(ろぼっとこうがくへのおうよう) +おんせいたいわうけつけあんないしすてむ(じどうおんせいおうとうそうち) +さいばんいんせいどでのひょうぎにおけるしょうげんないようなどのかくにん(えいぞうともじのれんどう) +おんせいWEBあぷりけーしょんくうはくW3VOICEくうはくLABORATORYくうはく(おんせいにんしきやたいわをたいけんできるWEBさいと) +そのたのおうようれい +「かんせいせいぎょぎじゅつ」(SENSIBILITYくうはくTECHNOLOGY=ST)などとくみあわせることにより、たとえば「ごめんなさい」もくちさきだけでかるくいった「ごめんなさい」もおなじ「ごめんなさい」でしかないが、はやくちでかるいとーんの「ごめんなさい」は、ばかにしているとはんだんしておこったたいどでせっしたり、ゆっくりていねいにはつおんされた「ごめんなさい」は、こころからのしゃじだとりかいしてゆるしたりすることがかのうとなる。 +おんせいごうせい(おんせいごうせい、SPEECHくうはくSYNTHESIS)とは、にんげんのおんせいをじんこうてきにつくりだすことである。 +これをおこなうしすてむをすぴーち・しんせさいざー(SPEECHくうはくSYNTHESIZER)、これによりせいせいしたおんせいをごうせいおんせい(ごうせいおんせい)とよぶ。 +じんこうてきにひとのこえをごうせいするしすてむであり、てきすと(ぶんしょう)をおんせいにへんかんできることから、しばしばてきすとよみあげ(てくすとーTOーSPEECH、りゃくしててぃーてぃーえす)しすてむともよばれる。 +また、はつおんきごうをおんせいにへんかんするしすてむもある。 +もくじ +1くうはくれきし +2くうはくじつようれい +2。1くうはくてきすとよみあげしすてむ +2。2くうはくおぺれーてぃんぐしすてむでのおんせいごうせい +2。3くうはくいんたーねっとでのおんせいごうせい +3くうはくごうせいぎじゅつ +3。1くうはくれんけつてきごうせい +3。2くうはくふぉるまんとごうせい(ごうせいおんせい) +3。3くうはくそのたのごうせいしゅほう +4くうはくにほんごおんせいごうせいそふとうぇあ +5くうはくえいごおんせいごうせいそふとうぇあ +6くうはくおんせいごうせいのぎじゅつをさいようしているおもなせいひん +7くうはくかんれんこうもく +8くうはくきゃくちゅう +9くうはくちゅうき +10くうはくがいぶりんく +れきし +げんだいてきなでんししんごうしょりがはつめいされるずっといぜんから、おんせいをごうせいするこころみがなされてきた。 +しょきのこころみとしては、のちにきょうこうしるうぇすてる2せいとなるおーりやっくのじぇるべーる(1003ねんぼっ)、あるべるとぅす・まぐぬす(1280ねんぼっ)、ろじゃー・べーこん(1294ねんぼっ)などのじんぶつがおんせいごうせいをこころみている。 +1779ねんにはどいつじんくりすてぃあん・くらっつぇんしゅたいんはぼいんくうはく(A、くうはくE、くうはくI、くうはくO、くうはくU)くうはくをはっせいできるきかいをせいさくした。 +このながれはふいごをつかったきかいしきおんせいごうせいきをつくったおーすとりあ(はんがりー)のヴぉるふがんぐ・ふぉん・けんぺれんにひきつがれた。 +かれは1791ねんにろんぶんをはっぴょうし、そのきかいについてせつめいしている。 +このきかいはしたとくちびるをもでるかしており、ぼいんだけでなくしいんもはつおんできた。 +1837ねん、ちゃーるず・ほいーとすとんはふぉん・けんぺれんのでざいんをもとにしゃべるきかいをせいさくし、1857ねん、M。_FABERはEUPHONIAをせいさくした。 +ほいーとすとんのきかいは1923ねんPAGETによってさいげんされている。 +1930ねんだい、べるけんきゅうしょのほーまー・だどりー(HOMERくうはくDUDLEY)はつうしんようのでんししきおんせいぶんせき・おんせいごうせいましんであるヴぉこーだーくうはく(VOCODER、ぼいすくうはくCODERのりゃく)くうはくをかいはつした。 +そのあとこれをおうようし、おんせいごうせいぶにきーぼーどをふかしたけんばんえんそうがたのすぴーち・しんせさいざーであるヴぉーだー(VODER)をせいさくし、にゅーよーくばんこくはくらんかいくうはく(1939ねん)にしゅってんした。 +そのはっせいはじゅうぶんりかいかのうだったといわれる。 +1940ねんだい、はすきんずけんきゅうしょ(HASKINSくうはくLABORATORIES)のふらんくりん・S・くーぱー(FRANKLINくうはくS。くうはくCOOPER)らはPATTERNくうはくPLAYBACKというなのきかいのかいはつにとりくみ、1950ねんにかんせいした。 +このきかいにはいくつかのばーじょんがあるが、じっさいにきのうしたのはひとつだけである。 +このきかいは、すぺくとるけいしきのおんせいぱたーんのずをおとにへんかんするものであった。 +あるヴぃん・りばーまん(ALVINくうはくLIBERMAN)らはこれをおんせいがくのけんきゅうにりようした。 +さいしょのこんぴゅーたをつかったおんせいごうせいしすてむは1950ねんだいしゅうばんにかいはつされ、さいしょのてきすとよみあげしすてむは1968ねんにかいはつされている。 +1961ねん、ぶつりがくしゃじょんくうはくLARRYくうはくKELLY、くうはくじゅにあ。とLOUISくうはくGERSTMENはべるけんきゅうしょにてIBMくうはく704をつかっておんせいごうせいをおこなった。 +そして「でいじー・べる」といううたをこんぴゅーたにうたわせた。 +ゆうじんのじょん・ぴあーすをたずねてべるけんきゅうしょにきていたあーさー・C・くらーくは、このでもをきいてかんめいをうけ、「2001ねんうちゅうのたび」でえいちえーえるくうはく9000がうたうくらいまっくすしーんがうまれた。 +しょきのでんししきすぴーち・しんせさいざーのはっせいは、ろぼっとてきであまりめいりょうではないものがおおかった。 +そのごのはったつにより、こんにちのてぃーてぃーえすしすてむはむしろにんげんのこえとくべつがつかないばあいがすくなくない。 +(ただしでんししきのせいこうごも、にんげんがたろぼっとにはっせいさせるため、きかいしきおんせいごうせいのけんきゅうはつずけられた。 +でんししきではすぴーかーのおんしつにせいげんされるが、ろぼっとでにんげんのからだのこうぞうをもほうしたきかいしきおんせいごうせいなら、もっとにんげんにちかいはっせいになるとかんがえられていたからである)。 +じつようれい +おんせいごうせいぎじゅつはもじをよむことがこんなんなしょうがいしゃや、もじがよめないひと(ようじ、がいこくじんなど)にがめんよみあげそふと(すくりーんりーだー)としてながくりようされてきており、ことばをはっすることがこんなんなひとがだいたいしゅだんとしてりようすることもおおい。 +また、2000ねんごろからかでんせいひんのおんせいがいだんすや、こうきょうこうつうきかんやぼうさいかんけいのあなうんすようととしておんせいごうせいされたものがひろくしようされるようになっている。 +これは、にんげんがはっせいしたものをろくおんすると、せりふのへんこうのどにそのぶぶんをろくおんをしなおさなければならないが、おんせいごうせいであればでーたのさくせいですむためである。 +じっさいに、てつどうようあなうんすでは、えきがついかされたりめいしょうへんこうがあっても、そのかしょのみがへんこうされている。 +また、さいきんではこじんむけのそふとうぇあなどにもかつようされてきている。 +てきすとよみあげしすてむ +てきすとよみあげしすてむは、ふろんとえんどとばっくえんどのふたつのぶぶんからなる。 +いっぱんに、ふろんとえんどはにゅうりょくしたてきすとからきごうかげんごひょうげんくうはく(SYMBOLICくうはくLINGUISTICくうはくREPRESENTATION)くうはくをしゅつりょくする。 +ばっくえんどはふろんとえんどでごうせいされたおんせいのはけいをしゅつりょくする。 +おんせいごうせいのしぜんさは、しゅつりょくされるおんせいがいかにげんじつのにんげんのおんせいににているか、めいりょうどはききやすさ(しゅつりょくおんせいのりかいしやすさ)でひょうかされる。 +ふろんとえんど +ふろんとえんどにはふたつのおおきなしごとがある。 +ひとつはてきすとのなかのすうじやしょうりゃくひょうげんをよみあげるときのひょうげんにへんかんすることである。 +これは、「てきすとのせいきか」、「ぷりぷろせっしんぐ」、「とーくんか」などとよばれる。 +もうひとつはかくたんごをはつおんきごうにへんかんし、てきすとをじゅくごやぶんせつ、ぶんなどのいんりつたんいにぶんかつすることである。 +たんごにはつおんきごうをわりあてるしょりをてきすとおんそ(てくすとーつーーPHONEME、りゃくしてTTP)へんかんまたはしょきそおんそ(GRAPHEMEーつーーPHONEME、りゃくしてGTP)へんかんとよぶ。 +はつおんきごうといんりつじょうほうをくみあわせてきごうかげんごひょうげんをさくせいし、ふろんとえんどのしゅつりょくとする。 +やくちゅう +このぶぶんはげんごによってかなりちがいがある。 +にっぽんごのばあい、わかちかきをしないため、ぶんしょうをせいかくにしょりするためにはたんごをぶんかつするさぎょうがひつようとなる。 +ばっくえんど +ふろんとえんどのしゅつりょくけっかをもとに、よりしぜんなおんせいにするためいんりつなどのおんせいのちょうせいをおこない、じっさいのおんせいでーたをしゅつりょくする。 +このしょりにておんせいのせいしつがけっていされるため、おんせいごうせいそふとどくじしょくがでることがおおい。 +また、いっぱんてきに「はなしことば」をめざすものがおおいが、うたごえのようなちょうせいをおこなうおんせいごうせいそふともある。 +おぺれーてぃんぐしすてむでのおんせいごうせい +あっぷる +せんきゅうひゃくはちじゅうよんねん、あっぷるこんぴゅーたにMACINTALKきのうをとうさいした。 +そのあともあたらしいOSばーじょんではおんしつがかいぜんされている。 +また、おんせいにんしきもどうにゅうしており、これらのきのうをとうごうしたPLAINTALKはしかくしょうがいしゃのためのさぽーとぷろぐらむであった。 +MACくうはくOSくうはくXくうはくV10。4いこうにはVOICEOVERというおんせいごうせいきのうになっている。 +AMIGAOS +せんきゅうひゃくはちじゅうごねんのAMIGAOSでもおんせいごうせいきのうがくみこまれていた。 +だんせいとじょせいのこえをせんたくできる。 +AMIGAOSではおんせいごうせいをかそうでばいすとしていたため、こんそーるしゅつりょくをおんせいごうせいにりだいれくとすることもかのうであった。 +このため、わーぷろそふとなどかくしゅあぷりけーしょんでよういにおんせいごうせいをりようかのうであった。 +MICROSOFTくうはくWINDOWS +WINDOWSでは、SAPIというおんせいかんけいのAPIをよういしている。 +WINDOWSくうはくXPではNARRATORというおんせいごうせいぷろぐらむがついかされている(えいごばん)。 +こーるせんたーなどでのおんせいにんしきとおんせいごうせいのぱっけーじとしてMICROSOFTくうはくSPEECHくうはくSERVERがよういされている。 +そのた +TIー99・4Aにはおんせいごうせいきのうをおぷしょんでついかかのうであった。 +PCー6001MKIIにはおんせいごうせいきのうがないぞうされていた。 +こうけいのPCー6001MKIISRやPCー6601ではうたうこともかのうであった。 +FMー7・FMー77しりーずにはおんせいごうせいぼーどくうはく(MB22437・FMー77ー431)くうはくがおぷしょんとしてよういされている。 +MZー1500・2500・2861にはおぷしょんとしてぼいすぼーど(MZー1M08)がそんざいする。 +えいごでのすうじなどのおんせいをちっぷに。 +ごじゅうおんと、いくつかのふれーずをがいぶちっぷにさんぷりんぐされROMとしてやきこまれており、せいぎょによってさいせいするものである。 +いんたーねっとでのおんせいごうせい +おんせいごうせいまーくあっぷげんご +てきすとをおんせいにへんかんするためのXMLじゅんきょのまーくあっぷげんごがいくつかある。 +さいきんではえすえすえむえるがW3Cからていあんされどらふとじょうたいである。 +ほかにもSABLE、JSMLなどがある。 +CASCADINGくうはくすたいるくうはくSHEETSくうはく2のさぶせっとはAURALくうはくCASCADINGくうはくすたいるくうはくSHEETSをふくんでいる。 +おんせいごうせいまーくあっぷげんごはぼいすXMLのようなだいあろぐ・まーくあっぷげんごとはことなる。 +だいあろぐ・まーくあっぷげんごはてきすとよみあげだけでなく、おんせいにんしきなどにもたいおうしている。 +ごうせいぎじゅつ +おんせいはけいをせいせいするしゅようぎじゅつは、おおきくれんけつてきごうせいくうはく(CONCATENATIVEくうはくSYNTHESIS)くうはくとふぉるまんとごうせいくうはく(FORMANTくうはくSYNTHESIS)くうはくの2つにわけることができる。 +れんけつてきごうせい +れんけつてきごうせいは、きほんてきにはろくおんされたおんせいのだんぺんをれんけつしてごうせいするほうほうである。 +いっぱんにれんけつてきごうせいはもっともしぜんなごうせいおんせいになるといわれているが、はっせいのばりえーしょんとはけいのだんぺんかのこまかさによってはしゅつりょくおんせいにけっそんがしょうじ、しぜんさをそこなうことがある。 +れんけつてきごうせいにはいかにあげるさんしゅるいがある。 +たんいせんたくごうせいくうはく(UNITくうはくSELECTIONくうはくSYNTHESIS)くうはく +べつめいとしてこーぱすべーすおんせいごうせいほうしきともよばれる。 +おおきなおんせいのでーたべーす(つうじょういちじかんいじょうのろくおんされたおんせいからなる)をしようする。 +でーたべーすをさくせいするためには、ろくおんするおんせいを「おと」、「おんせつ」、「けいたいそ」、「たんご」、「せいく」、「ぶんせつ」などにぶんかつし、それらをひとのてによってけんさくできるようにいんでっくすをちょうせいしてさくせいする。 +おんせいごうせいをおこなうさいには、あるごりずむにしたがってもっともてきしたおとのくみあわせをでーたべーすからさがしだしてごうせいする。 +これによりきわめてにくせいにちかいしぜんなおんせいにごうせいすることがかのうとなる。 +しかし、よりしぜんにきこえるおんせいをごうせいするにはでーたべーすのじょうほうりょうをふやすひつようがあり、でーたさいずがぼうだいとなるもんだいもはっせいする。 +DIPHONEごうせいくうはく(DIPHONEくうはくSYNTHESIS) +おんせいらいぶらりにたーげっととするげんごのDIPHONE(おととおとのつながりぶぶん)をすべてもち、それをしようしてごうせいする。 +DIPHONEのこすうはそのげんごのおんそはいれつろんできまっている。 +(すぺいんごなら800、どいつごなら2500のDIPHONEをもつ。 +)DIPHONEごうせいでは、かくDIPHONEのおんせいがひとつだけでーたべーすにかくのうされている。 +じっこうじにはDIPHONEをならべたものにせんけいよそくぶんせきほう(PSOLA、MBROLAなど)のようなでじたるしんごうしょりぎほうをほどこしていんりつをつくる。 +できあがったおんせいはたんいせんたくごうせいにひかくするとおんしつがおとるが、ふぉるまんとごうせいよりはしぜんなおんしつになる。 +しかし、DIPHONEごうせいはけつごうぶのけっかんがめだち、ふぉるまんとごうせいのようなろぼっとてきなはっせいになってしまうもんだいがある。 +そのためしょうようではじょじょにりようがへっているが、ふりーそふとうぇあやけんきゅうようとしてはつかわれつずけている。 +ぶんやげんていごうせいくうはく(DOMAINーSPECIFICくうはくSYNTHESIS) +ろくおんされたたんごやぶんせつをれんけつしておんせいをごうせいする。 +これはとくていぶんやのてきすとよみあげにつかわれる。 +たとえばのりかえあんないのほうそうやてんきよほうなどである。 +これはじっそうがかんたんなのでしょうようにもながねんつかわれてきた。 +たとえば、しゃべるとけいやでんたくなどである。 +このほうしきはぶんやをげんていしているのでしぜんにきこえるおんせいをごうせいするのがかんたんである。 +しかし、はんようではないので、りようはげんていされる。 +ないぶのでーたべーすにあるたんごやぶんせつしかはなせないため、ないようがとうろくされているおんせいによってげんていされる。 +また、たとえばふらんすごのりえぞんなど、ぜんごのたんごとのかんけいではつおんがかわるばあいをさいげんするのがむずかしい。 +このばあい、ぶんみゃくをこうりょしてごうせいするひつようがある。 +ふぉるまんとごうせい(ごうせいおんせい) +ふぉるまんとごうせいはろくおんされたにんげんのおんせいはしようせず、きていしゅうはすう、ねいろ、ざつおんれべるなどのぱらめーたをちょうせいしてはけいをつくり、じんこうてきなおんせいをつくる。 +ごうせいされたおんせいはろぼっとてきにきこえるおんせいになるため、にんげんのおんせいとまちがえることはない。 +ふぉるまんとごうせいはれんけつてきごうせいとくらべつぎのようなとくちょうももっている。 +おとのけっそんがないので、こうそくにはっせいさせてもめいりょうにききとれる。 +このためこうそくさをようきゅうされるてきすとよみあげにはよくつかわれている。 +れんけつてきごうせいのようなおんせいでーたべーすをひつようとしないので、でーたのさいずがちいさくなる。 +しゅつりょくおんせいをよういにへんかさせることができるので、いんとねーしょんやねいろをじゆうにかえることができる。 +じょうきのようなとくちょうのため、くみこみしすてむでもよくつかわれ、ふぉるまんとごうせいのれいとして、せんきゅうひゃくななじゅうねんだいまつにてきさす・いんすつるめんつがはつばいしたがんぐSPEAKくうはく&くうはくSPELL、せがの1980ねんだいのいくつかのあーけーどげーむがある(ASTROくうはくぶらすたー、SPACEくうはくFURY、STARくうはくTREK:くうはくすとらてじっくくうはくOPERATIONSくうはくSIMULATORなど)。 +これらのいんとねーしょんのさいげんはひじょうによく、りあるたいむのてきすとよみあげいんたふぇーすでのじつげんはこれからである。 +そのたのごうせいしゅほう +ARTICULATORYくうはくSYNTHESIS +さいきんまでじゅんすいにがくじゅつてきけんきゅうとしてつかわれてきたしゅほうである。 +それはにんげんのせいどうぶぶんのこうぞうをけんきゅうしてそこでおこっていることをじんこうてきにさいげんするものである。 +さいきんになってそのせいかがしょうようのおんせいごうせいでもつかえるれべるになってきた。 +NEXTでつかわれていたしすてむはかなだのかるがりーだいがくのけんきゅうちーむがすぴんおふしてつくったTRILLIUMくうはくSOUNDくうはくりさーちくうはくいんく。がかいはつしたものである。 +TRILLIUMはこれをふりーなGNUSPEECHとしてこうかいしており、じーえぬゆーくうはくSAVANNAHくうはくSITEでにゅうしゅかのうである。 +HYBRIDくうはくSYNTHESIS +ふぉるまんととれんけつてきごうせいをくみあわせたもので、おとのけっそんをなるべくすくなくしたものである。 +えいちえむえむーBASEDくうはくSYNTHESIS +かくれまるこふもでる(えいちえむえむ)にもとづいたごうせいである。 +このしすてむでは、しゅうはすうすぺくとる、きほんしゅうはすう、じぞくじかん(いんりつ)がえいちえむえむによってどうじにもでるかされる。 +おんせいはけいはえいちえむえむじたいがさいゆうほうにもとづいてせいせいする。 +SINEWAVEくうはくSYNTHESIS +ふぉるまんとをじゅんすいなせいげんはのごうせいによってこうせいするぎほうである。 diff --git a/data/wiki-ja-train.pron_word b/data/wiki-ja-train.pron_word new file mode 100644 index 0000000..9247856 --- /dev/null +++ b/data/wiki-ja-train.pron_word @@ -0,0 +1,818 @@ +しぜん_自然 げんご_言語 しょり_処理 (_( しぜん_しぜん げんご_げんご しょり_しょり 、_、 えいご_英語 :_: くうはく_  NATURAL_natural くうはく_  LANGUAGE_language くうはく_  PROCESSING_processing 、_、 りゃくしょう_略称 :_: えぬえるぴー_NLP )_) は_は 、_、 にんげん_人間 が_が にちじょう_日常 てき_的 に_に つか_使 っ_っ て_て い_い る_る しぜん_自然 げんご_言語 を_を こんぴゅーた_コンピュータ に_に しょり_処理 さ_さ せ_せ る_る いちれん_一連 の_の ぎじゅつ_技術 で_で あ_あ り_り 、_、 じんこう_人工 ちのう_知能 と_と げんご_言語 がく_学 の_の いっ_一 ぶんや_分野 で_で あ_あ る_る 。_。 +「_「 けいさん_計算 げんご_言語 がく_学 」_」 (_( COMPUTATIONAL_computational くうはく_  LINGUISTICS_linguistics )_) も_も おなじ_同じ いみ_意味 で_で あ_あ る_る が_が 、_、 ぜんしゃ_前者 は_は こうがく_工学 てき_的 な_な してん_視点 から_から の_の げんご_言語 しょり_処理 を_を さ_さ す_す の_の に_に たい_対 し_し て_て 、_、 こうしゃ_後者 は_は げんご_言語 がく_学 てき_的 してん_視点 を_を じゅうし_重視 する_する しゅほう_手法 を_を さ_さ す_す こと_事 が_が おお_多 い_い 。_。 +でーたべーす_データベース ない_内 の_の じょうほう_情報 を_を しぜん_自然 げんご_言語 に_に へんかん_変換 し_し たり_たり 、_、 しぜん_自然 げんご_言語 の_の ぶんしょう_文章 を_を より_より けいしき_形式 てき_的 な_な (_( こんぴゅーた_コンピュータ が_が りかい_理解 し_し やす_やす い_い )_) ひょうげん_表現 に_に へんかん_変換 する_する と_と い_い っ_っ た_た しょり_処理 が_が ふく_含 ま_ま れ_れ る_る 。_。 +しぜん_自然 げんご_言語 の_の りかい_理解 を_を こんぴゅーた_コンピュータ に_に さ_さ せ_せ る_る こと_こと は_は 、_、 しぜん_自然 げんご_言語 りかい_理解 と_と さ_さ れ_れ て_て い_い る_る 。_。 +しぜん_自然 げんご_言語 りかい_理解 と_と 、_、 しぜん_自然 げんご_言語 しょり_処理 の_の さ_差 は_は 、_、 いみ_意味 を_を あつか_扱 う_う か_か 、_、 あつか_扱 わ_わ な_な い_い か_か と_と い_い う_う せつ_説 も_も あ_あ っ_っ た_た が_が 、_、 さいきん_最近 は_は すうり_数理 てき_的 な_な げんご_言語 かいせき_解析 しゅほう_手法 (_( とうけい_統計 や_や かくりつ_確率 など_など )_) が_が ひろめ_広め られ_られ た_た ため_為 、_、 ぱーさ_パーサ (_( とうご_統語 かいせき_解析 き_器 )_) など_など が_が いちだん_一段 と_と せいど_精度 や_や そくど_速度 が_が あが_上が り_り 、_、 その_その いみ_意味 あい_合い は_は ちが_違 っ_っ て_て き_き て_て い_い る_る 。_。 +もともと_もともと しぜん_自然 げんご_言語 の_の いみ_意味 ろん_論 てき_的 そくめん_側面 を_を まったく_全く むし_無視 し_し て_て たっせい_達成 でき_でき る_る こと_こと は_は ひじょう_非常 に_に かぎ_限 ら_ら れ_れ て_て い_い る_る 。_。 +この_この ため_ため 、_、 しぜん_自然 げんご_言語 しょり_処理 に_に は_は けいたい_形態 そ_素 かいせき_解析 と_と こうぶん_構文 かいせき_解析 、_、 ぶんみゃく_文脈 かいせき_解析 、_、 いみ_意味 かいせき_解析 など_など を_を SYNTAX_Syntax など_など ひょうそう_表層 てき_的 な_な かんてん_観点 から_から かいせき_解析 を_を する_する がくもん_学問 で_で あ_あ る_る が_が 、_、 しぜん_自然 げんご_言語 りかい_理解 は_は 、_、 いみ_意味 を_を どの_どの よう_よう に_に りかい_理解 する_する か_か と_と い_い う_う ここ_個々 じん_人 の_の りかい_理解 と_と すいろん_推論 ぶぶん_部分 が_が おもな_主な けんきゅう_研究 の_の かだい_課題 に_に な_な っ_っ て_て き_き て_て お_お り_り 、_、 りょうしゃ_両者 の_の けいかい_境界 は_は いし_意思 や_や いと_意図 が_が ふく_含 ま_ま れ_れ る_る か_か どう_どう か_か に_に な_な っ_っ て_て き_き て_て い_い る_る 。_。 +もくじ_目次 +1_1 くうはく_  きそ_基礎 ぎじゅつ_技術 +2_2 くうはく_  しょり_処理 ないよう_内容 と_と その_その げんかい_限界 +3_3 くうはく_  ぐたい_具体 てき_的 な_な かだい_課題 +4_4 くうはく_  とうけい_統計 てき_的 しぜん_自然 げんご_言語 しょり_処理 +5_5 くうはく_  しぜん_自然 げんご_言語 しょり_処理 の_の おもな_主な おうよう_応用 +6_6 くうはく_  きゃくちゅう_脚注 +7_7 くうはく_  かんれん_関連 こうもく_項目 +8_8 くうはく_  がいぶ_外部 りんく_リンク +きそ_基礎 ぎじゅつ_技術 +しぜん_自然 げんご_言語 しょり_処理 の_の きそ_基礎 ぎじゅつ_技術 に_に は_は さまざま_さまざま な_な もの_もの が_が あ_あ る_る 。_。 +しぜん_自然 げんご_言語 しょり_処理 は_は その_その せいかく_性格 じょう_上 、_、 あつか_扱 う_う げんご_言語 に_に よ_よ っ_っ て_て おおき_大き く_く しょり_処理 の_の ことな_異な る_る ぶぶん_部分 が_が あ_あ る_る 。_。 +げんざい_現在 の_の ところ_ところ 、_、 にっぽん_日本 ご_語 を_を しょり_処理 する_する きそ_基礎 ぎじゅつ_技術 と_と し_し て_て は_は いか_以下 の_の もの_もの が_が おもに_主に けんきゅう_研究 さ_さ れ_れ て_て い_い る_る 。_。 +けいたい_形態 そ_素 かいせき_解析 +こうぶん_構文 かいせき_解析 +ごぎ_語義 の_の あいまい_曖昧 せい_性 かいしょう_解消 +しようおう_照応 かいせき_解析 +しょり_処理 ないよう_内容 と_と その_その げんかい_限界 +りろん_理論 じょう_上 、_、 しぜん_自然 げんご_言語 しょり_処理 は_は まんましん_マンマシン いんたふぇーす_インタフェース の_の しゅほう_手法 と_と し_し て_て ひじょう_非常 に_に みりょく_魅力 てき_的 で_で あ_あ る_る 。_。 +SHRDLU_SHRDLU など_など の_の しょき_初期 の_の しすてむ_システム は_は せかい_世界 を_を げんてい_限定 する_する こと_こと で_で ひじょう_非常 に_に うま_うま く_く い_い っ_っ た_た ため_ため 、_、 しぜん_自然 げんご_言語 しょり_処理 は_は かんたん_簡単 だ_だ と_と い_い う_う い_行 き_き すぎ_過ぎ た_た らっかん_楽観 しゅぎ_主義 に_に おちい_陥 っ_っ た_た が_が 、_、 より_より げんじつ_現実 てき_的 な_な せかい_世界 で_で は_は あいまい_曖昧 さ_さ や_や ふくざつ_複雑 さ_さ が_が ぞうだい_増大 し_し 、_、 らっかん_楽観 てき_的 な_な み_見 かた_方 は_は なくな_なくな っ_っ て_て い_い っ_っ た_た 。_。 +しぜん_自然 げんご_言語 りかい_理解 は_は 、_、 えーあい_AI かんぜん_完全 もんだい_問題 と_と い_言 わ_わ れ_れ る_る こと_こと が_が あ_あ る_る 。_。 +なぜ_なぜ なら_なら 、_、 しぜん_自然 げんご_言語 りかい_理解 に_に は_は せかい_世界 ぜんたい_全体 に_に つ_つ い_い て_て の_の ちしき_知識 と_と それ_それ を_を そうさ_操作 する_する のうりょく_能力 が_が ひつよう_必要 と_と おも_思 わ_わ れ_れ る_る ため_ため で_で あ_あ る_る 。_。 +「_「 りかい_理解 UNK_; くうはく_  UNDERSTAND_understand いんぐ_ing 」_」 の_の ていぎ_定義 は_は 、_、 しぜん_自然 げんご_言語 しょり_処理 の_の おおきな_大きな かだい_課題 の_の ひと_ひと つ_つ で_で も_も あ_あ る_る 。_。 +ぐたい_具体 てき_的 な_な かだい_課題 +しぜん_自然 げんご_言語 しょり_処理 (_( りかい_理解 )_) に_に おけ_おけ る_る かだい_課題 を_を いく_いく つ_つ か_か の_の れい_例 を_を もちい_用い て_て しめ_示 す_す 。_。 +つぎ_次 の_の 2_2 つ_つ の_の ぶん_文 、_、 +WE_We くうはく_  GAVE_gave くうはく_  THE_the くうはく_  MONKEYS_monkeys くうはく_  THE_the くうはく_  BANANAS_bananas くうはく_  BECAUSE_because くうはく_  THEY_they くうはく_  WERE_were くうはく_  HUNGRY_hungry 。_. (_( さる_猿 が_が はら_腹 を_を す_空 か_か せ_せ て_て い_い た_た の_の で_で 、_、 ばなな_バナナ を_を あたえ_与え た_た 。_。 +)_) +WE_We くうはく_  GAVE_gave くうはく_  THE_the くうはく_  MONKEYS_monkeys くうはく_  THE_the くうはく_  BANANAS_bananas くうはく_  BECAUSE_because くうはく_  THEY_they くうはく_  わー_were くうはく_  おーばー_over ーRIPE_ーripe 。_. (_( ばなな_バナナ は_は なれ_熟れ すぎ_過ぎ て_て い_い た_た の_の で_で 、_、 さる_猿 に_に あたえ_与え た_た 。_。 +)_) +は_は ひょうめん_表面 てき_的 な_な ぶんぽう_文法 こうぞう_構造 は_は おなじ_同じ で_で あ_あ る_る 。_。 +しかし_しかし 、_、 THE_the Y_y くうはく_  が_が さ_指 す_す もの_もの は_は ことな_異な っ_っ て_て い_い て_て 、_、 ぜんしゃ_前者 で_で は_は さる_猿 、_、 こうしゃ_後者 で_で は_は ばなな_バナナ と_と な_な っ_っ て_て い_い る_る 。_。 +この_この れいぶん_例文 の_の ばあい_場合 、_、 THEY_they の_の さ_指 す_す ないよう_内容 は_は えいご_英語 の_の ぶんけい_文型 の_の せいしつ_性質 に_に よ_よ っ_っ て_て けってい_決定 する_する こと_こと が_が でき_でき る_る 。_。 +すなわち_すなわち 、_、 「_「 THE_the Y_y (_( しゅご_主語 )_) =_= くうはく_  HUNGRY_hungry (_( ほご_補語 )_) 」_」 の_の かんけい_関係 が_が なりた_成り立 ち_ち 、_、 ほご_補語 に_に は_は しゅご_主語 の_の せいしつ_性質 を_を しめ_示 す_す もの_もの が_が くる_くる の_の で_で 、_、 HUNGRY_hungry な_な の_の は_は THE_the くうはく_  MONKEYS_monkeys 、_、 したが_したが っ_っ て_て 、_、 「_「 THEY_they くうはく_  =_= くうはく_  THE_the くうはく_  MONKEYS_monkeys 」_」 と_と きま_決ま る_る 。_。 +こうしゃ_後者 も_も どうよう_同様 に_に 、_、 おーばー_over ーRIPE_ーripe と_と い_い う_う の_の は_は THE_the くうはく_  BANANAS_bananas の_の せいしつ_性質 だ_だ から_から 、_、 「_「 THEY_they くうはく_  =_= くうはく_  THE_the くうはく_  BANANAS_bananas 」_」 と_と な_な る_る 。_。 +つまり_つまり 、_、 これ_これ ら_ら の_の ぶんしょう_文章 を_を くべつ_区別 し_し ただし_正し く_く りかい_理解 する_する ため_ため に_に は_は 、_、 さる_猿 の_の せいしつ_性質 (_( さる_猿 は_は どうぶつ_動物 で_で くうふく_空腹 に_に な_な る_る )_) と_と ばなな_バナナ の_の せいしつ_性質 (_( ばなな_バナナ は_は くだもの_果物 で_で せいじゅく_成熟 する_する )_) を_を し_知 っ_っ て_て い_い な_な けれ_けれ ば_ば な_な ら_ら な_な い_い 。_。 +たんご_単語 の_の もじ_文字 れつ_列 を_を かいしゃく_解釈 する_する ほうほう_方法 は_は さまざま_様々 で_で あ_あ る_る 。_。 +たとえば_例えば 、_、 +TIME_Time くうはく_  FLIES_flies くうはく_  らいく_like くうはく_  AN_an くうはく_  ARROW_arrow 。_. (_( こういん_光陰 や_矢 の_の ごと_如 し_し )_) +と_と い_い う_う もじ_文字 れつ_列 は_は いか_以下 の_の よう_よう に_に さまざま_様々 に_に かいしゃく_解釈 でき_でき る_る 。_。 +てんけい_典型 てき_的 に_に は_は 、_、 ひゆ_比喩 と_と し_し て_て 、_、 「_「 じかん_時間 が_が や_矢 の_の よう_よう に_に すばや_素早 く_く すぎ_過ぎ る_る 」_」 と_と かいしゃく_解釈 する_する 。_。 +「_「 そら_空 を_を と_飛 ぶ_ぶ こんちゅう_昆虫 の_の そくど_速度 を_を や_矢 の_の そくど_速度 を_を はか_測 る_る よう_よう に_に そくてい_測定 せよ_せよ 」_」 つまり_つまり くうはく_  (_( YOU_You くうはく_  しゅっど_should )_) くうはく_  TIME_time くうはく_  FLIES_flies くうはく_  AS_as くうはく_  YOU_you くうはく_  うっど_would くうはく_  (_( TIME_time )_) くうはく_  AN_an くうはく_  ARROW_arrow 。_. くうはく_  と_と かいしゃく_解釈 する_する 。_。 +「_「 や_矢 が_が そら_空 を_を と_飛 ぶ_ぶ こんちゅう_昆虫 の_の そくど_速度 を_を はか_測 る_る よう_よう に_に 、_、 あなた_あなた が_が そら_空 を_を と_飛 ぶ_ぶ こんちゅう_昆虫 の_の そくど_速度 を_を そくてい_測定 せよ_せよ 」_」 つまり_つまり くうはく_  TIME_Time くうはく_  FLIES_flies くうはく_  IN_in くうはく_  THE_the くうはく_  SAME_same くうはく_  WAY_way くうはく_  ざっと_that くうはく_  AN_an くうはく_  ARROW_arrow くうはく_  うっど_would くうはく_  (_( TIME_time くうはく_  THE_the M_m )_) 。_. くうはく_  と_と かいしゃく_解釈 する_する 。_。 +「_「 や_矢 の_の よう_よう に_に そら_空 を_を と_飛 ぶ_ぶ こんちゅう_昆虫 の_の そくど_速度 を_を そくてい_測定 せよ_せよ 」_」 つまり_つまり くうはく_  TIME_Time くうはく_  THOSE_those くうはく_  FLIES_flies くうはく_  ざっと_that くうはく_  あー_are くうはく_  らいく_like くうはく_  ARROWS_arrows くうはく_  と_と かいしゃく_解釈 する_する 。_。 +「_「 ”_” TIME_time ーFLIES_ーflies ”_” (_( とき_時 ばえ_バエ )_) と_と い_い う_う しゅるい_種類 の_の こんちゅう_昆虫 は_は 1_1 つ_つ の_の や_矢 を_を この_好 む_む 」_」 この_この かいしゃく_解釈 に_に は_は しゅうごう_集合 てき_的 な_な かいしゃく_解釈 と_と こべつ_個別 てき_的 かいしゃく_解釈 が_が あ_あ り_り う_う る_る 。_。 +「_「 TIME_TIME と_と い_い う_う ざっし_雑誌 は_は 、_、 なげ_投げ る_る と_と ちょくせん_直線 てき_的 な_な きせき_軌跡 を_を えが_描 く_く 」_」 +えいご_英語 で_で は_は とくに_特に ごけい_語形 へんか_変化 に_に よ_よ る_る ごい_語彙 の_の くべつ_区別 を_を する_する きのう_機能 が_が よわ_弱 い_い ため_ため 、_、 この_この よう_よう な_な もんだい_問題 が_が おおき_大き く_く な_な る_る 。_。 +また_また 、_、 えいご_英語 も_も ふくめ_含め て_て 、_、 けいよう_形容 し_詞 と_と めいし_名詞 の_の しゅうしょく_修飾 かんけい_関係 の_の あいまい_曖昧 さ_さ も_も あ_あ る_る 。_。 +たとえば_例えば 、_、 ”_” PRETTY_pretty くうはく_  LITTLE_little くうはく_  GIRLS_girls ’_' くうはく_  すくーる_school ”_” (_( かわい_かわい い_い ちいさな_小さな しょうじょ_少女 の_の がっこう_学校 )_) と_と い_い う_う もじ_文字 れつ_列 が_が あ_あ る_る と_と する_する 。_。 +その_その がっこう_学校 は_は ちいさ_小さ い_い だ_だ ろ_ろ う_う か_か ?_? +しょうじょ_少女 たち_たち が_が ちいさ_小さ い_い の_の だ_だ ろ_ろ う_う か_か ?_? +しょうじょ_少女 たち_たち が_が かわい_かわい い_い の_の だ_だ ろ_ろ う_う か_か ?_? +がっこう_学校 が_が かわい_かわい い_い の_の だ_だ ろ_ろ う_う か_か ?_? +ほか_他 に_に も_も つぎ_次 の_の よう_よう な_な かだい_課題 が_が あ_あ る_る 。_。 +けいたい_形態 そ_素 かいせき_解析 +ちゅうごく_中国 ご_語 、_、 にっぽん_日本 ご_語 、_、 たい_タイ ご_語 と_と い_い っ_っ た_た げんご_言語 は_は たんご_単語 の_の わか_わか ち_ち かき_書き を_を し_し な_な い_い 。_。 +その_その ため_ため 、_、 たんご_単語 の_の くぎり_区切り を_を とくてい_特定 する_する の_の に_に てきすと_テキスト の_の かいせき_解析 が_が ひつよう_必要 と_と な_な り_り 、_、 それ_それ は_は ひじょう_非常 に_に ふくざつ_複雑 な_な さぎょう_作業 と_と な_な る_る 。_。 +おんせい_音声 に_に おけ_おけ る_る けいたい_形態 そ_素 かいせき_解析 +おんせい_音声 げんご_言語 に_に お_お い_い て_て 、_、 もじ_文字 を_を あらわ_表 す_す おと_音 は_は ぜんご_前後 の_の おと_音 と_と まじ_混じ っ_っ て_て い_い る_る の_の が_が ふつう_普通 で_で あ_あ る_る 。_。 +したが_従 っ_っ て_て おんせい_音声 から_から もじ_文字 を_を きりだ_切り出 す_す の_の は_は 、_、 ひじょう_非常 に_に むずかし_難し い_い さぎょう_作業 と_と な_な る_る 。_。 +さらに_さらに 、_、 おんせい_音声 げんご_言語 で_で は_は たんご_単語 と_と たんご_単語 の_の くぎり_区切り も_も (_( おと_音 と_と し_し て_て のみ_のみ み_見 れ_れ ば_ば )_) さだか_定か で_で は_は な_な く_く 、_、 ぶんみゃく_文脈 や_や ぶんぽう_文法 や_や いみ_意味 と_と い_い っ_っ た_た じょうほう_情報 を_を こうりょ_考慮 し_し な_な い_い と_と たんご_単語 を_を きりだせ_切り出せ な_な い_い 。_。 +ごぎ_語義 の_の あいまい_曖昧 せい_性 +おおく_多く の_の たんご_単語 は_は ふくすう_複数 の_の いみ_意味 を_を も_持 つ_つ 。_。 +したが_従 っ_っ て_て 、_、 とくてい_特定 の_の ぶんみゃく_文脈 に_に お_お い_い て_て もっとも_もっとも ふさわし_ふさわし い_い いみ_意味 を_を せんたく_選択 する_する ひつよう_必要 が_が あ_あ る_る 。_。 +こうぶん_構文 の_の あいまい_曖昧 せい_性 +しぜん_自然 げんご_言語 の_の ぶんぽう_文法 は_は あいまい_曖昧 で_で あ_あ る_る 。_。 +1_1 つ_つ の_の ぶん_文 に_に たいおう_対応 する_する ふくすう_複数 の_の こうぶん_構文 き_木 が_が そんざい_存在 する_する こと_こと も_も おお_多 い_い 。_。 +もっとも_もっとも てきせつ_適切 な_な かいしゃく_解釈 (_( こうぶん_構文 もく_木 )_) を_を せんたく_選択 する_する に_に は_は 、_、 いみ_意味 てき_的 じょうほう_情報 や_や ぶんみゃく_文脈 じょうほう_情報 を_を ひつよう_必要 と_と する_する 。_。 +ふ_不 かんぜん_完全 な_な にゅうりょく_入力 や_や まちが_間違 っ_っ た_た にゅうりょく_入力 +しゅご_主語 の_の しょうりゃく_省略 や_や だい_代 めいし_名詞 の_の たいおう_対応 など_など の_の もんだい_問題 (_( しようおう_照応 かいせき_解析 )_) 。_。 +おんせい_音声 に_に おけ_おけ る_る あくせんと_アクセント の_の ばらつき_ばらつき 。_。 +ぶんぽう_文法 じょう_上 の_の あやまり_誤り の_の あ_あ る_る ぶん_文 の_の かいせき_解析 。_。 +こうがく_光学 もじ_文字 にんしき_認識 に_に おけ_おけ る_る あやまり_誤り の_の にんしき_認識 など_など 。_。 +げんご_言語 こうい_行為 +ぶんしょう_文章 は_は もじ_文字 とおり_通り に_に かいしゃく_解釈 でき_でき な_な い_い ばあい_場合 が_が あ_あ る_る 。_。 +たとえば_例えば くうはく_  ”_” CAN_Can くうはく_  YOU_you くうはく_  PASS_pass くうはく_  THE_the くうはく_  SALT_salt ?_? ”_” (_( しお_塩 を_を と_と っ_っ て_て もらえ_もらえ ま_ま す_す か_か ?_? )_) と_と い_い う_う とい_問い に_に たい_対 する_する こたえ_答え は_は 、_、 しお_塩 を_を あいて_相手 に_に わた_渡 す_す こと_こと で_で あ_あ る_る 。_。 +これ_これ に_に くうはく_  ”_” いえす_Yes ”_” くうはく_  と_と だけ_だけ こたえ_答え て_て なに_何 も_も し_し な_な い_い の_の は_は よ_よ い_い こたえ_答え と_と は_は いえ_言え な_な い_い が_が 、_、 ”_” のー_No ”_” くうはく_  は_は むしろ_むしろ あ_あ り_り う_う る_る こたえ_答え で_で 、_、 ”_” I_I ’M_'m くうはく_  AFRAID_afraid くうはく_  ざっと_that くうはく_  I_I くうはく_  CAN_can ’T_'t くうはく_  しー_see くうはく_  IT_it ”_” くうはく_  は_は さらに_さらに よ_よ い_い (_( しお_塩 が_が どこ_どこ に_に あ_あ る_る か_か わか_わか ら_ら な_な い_い とき_とき )_) 。_。 +とうけい_統計 てき_的 しぜん_自然 げんご_言語 しょり_処理 +とうけい_統計 てき_的 しぜん_自然 げんご_言語 しょり_処理 は_は 、_、 かくりつ_確率 ろん_論 てき_的 あるいは_あるいは とうけい_統計 がく_学 てき_的 しゅほう_手法 を_を つか_使 っ_っ て_て 、_、 じょうじゅつ_上述 の_の こんなん_困難 さ_さ に_に なん_何 ら_ら か_か の_の かいけつ_解決 さく_策 を_を あたえ_与え よ_よ う_う と_と する_する もの_もの で_で あ_あ る_る 。_。 +なが_長 い_い ぶん_文 に_に な_な れ_れ ば_ば な_な る_る ほど_ほど 、_、 じゅうらい_従来 がた_型 の_の しぜん_自然 げんご_言語 しょり_処理 で_で は_は かいしゃく_解釈 の_の かのう_可能 せい_性 の_の くみあわせ_組合せ が_が しすう_指数 かんすう_関数 てき_的 に_に ぞうだい_増大 し_し て_て い_い き_き 、_、 しょり_処理 が_が こんなん_困難 と_と な_な る_る 。_。 +その_その よう_よう な_な ばあい_場合 に_に とうけい_統計 てき_的 しぜん_自然 げんご_言語 しょり_処理 が_が こうか_効果 を_を はっき_発揮 する_する 。_。 +こーぱす_コーパス げんご_言語 がく_学 や_や まるこふ_マルコフ れんさ_連鎖 と_と い_い っ_っ た_た しゅほう_手法 が_が つか_使 わ_わ れ_れ る_る 。_。 +とうけい_統計 てき_的 しぜん_自然 げんご_言語 しょり_処理 の_の きげん_起源 は_は 、_、 じんこう_人工 ちのう_知能 の_の なか_中 で_で も_も でーた_データ から_から の_の がくしゅう_学習 を_を けんきゅう_研究 する_する ぶんや_分野 で_で あ_あ る_る きかい_機械 がくしゅう_学習 や_や でーた_データ まいにんぐ_マイニング と_と い_い っ_っ た_た ぶんや_分野 で_で あ_あ る_る 。_。 +しぜん_自然 げんご_言語 しょり_処理 の_の おもな_主な おうよう_応用 +しぜん_自然 げんご_言語 しょり_処理 の_の おうよう_応用 ぎじゅつ_技術 と_と し_し て_て 、_、 いか_以下 の_の よう_よう な_な ぎじゅつ_技術 が_が けんきゅう_研究 ・_・ じつよう_実用 か_化 さ_さ れ_れ て_て い_い る_る 。_。 +また_また 、_、 げんご_言語 がく_学 へ_へ の_の おうよう_応用 も_も かんがえ_考え られ_られ て_て い_い る_る 。_。 +じどう_自動 ようやく_要約 せいせい_生成 +じょうほう_情報 ちゅうしゅつ_抽出 +じょうほう_情報 けんさく_検索 、_、 けんさく_検索 えんじん_エンジン 、_、 がいねん_概念 けんさく_検索 +きかい_機械 ほんやく_翻訳 、_、 ほんやく_翻訳 そふと_ソフト +こゆう_固有 ひょうげん_表現 ちゅうしゅつ_抽出 +しぜん_自然 げんご_言語 せいせい_生成 +こうがく_光学 もじ_文字 にんしき_認識 +しつもん_質問 おうとう_応答 しすてむ_システム +おんせい_音声 にんしき_認識 +おんせい_音声 ごうせい_合成 +こうせい_校正 、_、 すぺる_スペル ちぇっか_チェッカ +かな_かな かんじ_漢字 へんかん_変換 +じどう_自動 ようやく_要約 せいせい_生成 (_( じどう_じどう よう_よう やく_やく せい_せい せい_せい )_) と_と は_は 、_、 ひと_ひと つ_つ もしくは_もしくは ふくすう_複数 の_の ぶんしょう_文章 の_の しゅし_趣旨 を_を ようやく_要約 し_し て_て ひょうじ_表示 する_する ほうほう_方法 で_で あ_あ る_る 。_。 +じゅうようご_重要語 や_や せつぞく_接続 し_詞 など_など を_を てがかり_手がかり と_と し_し ながら_ながら ようやく_要約 ぶん_文 を_を さくせい_作成 する_する 。_。 +じゅうよう_重要 な_な だんらく_段落 を_を ぬきだ_抜き出 す_す ほうほう_方法 から_から 、_、 ぶん_文 の_の ようてん_要点 を_を ぬきだ_抜き出 す_す ほうほう_方法 まで_まで およ_及 ぶ_ぶ 。_。 +みぢか_身近 な_な もの_もの と_と し_し て_て は_は MICROS_Micros OFT_oft くうはく_  WORD_Word の_の ようやく_要約 に_に まーか_マーカ を_を つけ_つけ る_る もの_もの が_が あ_あ る_る 。_。 +しかし_しかし せいど_精度 は_は 30_30 %_% ぐらい_ぐらい だ_だ と_と い_い う_う 。_。 +あるごりずむ_アルゴリズム +じどう_自動 ようやく_要約 しょり_処理 の_の あるごりずむ_アルゴリズム は_は 、_、 むかし_昔 から_から けんきゅう_研究 さ_さ れ_れ て_て お_お り_り 、_、 おおく_多く の_の もの_もの が_が 、_、 ぶん_文 の_の じゅうよう_重要 ど_度 と_と い_い う_う もの_もの を_を けいさん_計算 し_し て_て 、_、 その_その じゅうよう_重要 ど_度 が_が たか_高 い_い ぶん_文 を_を えら_選 ん_ん で_で 、_、 ようやく_要約 を_を おこな_行 う_う と_と い_い う_う あるごりずむ_アルゴリズム が_が きほん_基本 で_で あ_あ る_る 。_。 +ぶん_文 の_の じゅうよう_重要 ど_度 を_を けいさん_計算 する_する ほうほう_方法 と_と し_し て_て 、_、 かんがえ_考え られ_られ て_て い_い る_る の_の は_は 、_、 ぶん_文 の_の なか_中 の_の たんご_単語 が_が じゅうよう_重要 か_か どう_どう か_か を_を はんだん_判断 する_する ほうほう_方法 、_、 ぶん_文 が_が ぶんしょう_文章 ちゅう_中 の_の どの_どの いち_位置 に_に あ_あ る_る か_か を_を はんだん_判断 する_する ほうほう_方法 など_など が_が あ_あ る_る 。_。 +くうはく_  いま_今 の_の ところ_ところ 、_、 ぶんしょう_文章 ちゅう_中 の_の ぶん_文 の_の いち_位置 から_から 、_、 じゅうよう_重要 か_か どう_どう か_か を_を かんがえ_考え る_る こと_こと が_が もっとも_もっとも ゆうこう_有効 と_と かんがえ_考え られ_られ て_て い_い る_る 。_。 +じょうほう_情報 ちゅうしゅつ_抽出 は_は 、_、 じょうほう_情報 るーてぃんぐ_ルーティング の_の ぶんや_分野 の_の ひと_ひと つ_つ で_で あ_あ る_る 。_。 +とくてい_特定 の_の ぶんしょう_文章 や_や さいと_サイト から_から ひつよう_必要 な_な じょうほう_情報 を_を ふぃるたりんぐ_フィルタリング など_など を_を とお_通 し_し て_て しゅとく_取得 する_する ほうほう_方法 で_で あ_あ る_る 。_。 +ただ_ただ きかい_機械 てき_的 に_に ぬきだ_抜き出 す_す こと_こと も_も あ_あ る_る が_が 、_、 しぜん_自然 げんご_言語 しょり_処理 を_を もちい_用い る_る こと_こと も_も あ_あ る_る 。_。 +じょうほう_情報 ちゅうしゅつ_抽出 を_を おこな_行 う_う こと_こと は_は こんなん_困難 な_な もんだい_問題 で_で あ_あ る_る ため_ため 、_、 げんざい_現在 は_は ひじょう_非常 に_に せま_狭 い_い ぶんや_分野 で_で だけ_だけ てきよう_適用 でき_でき る_る ほうほう_方法 が_が しゅりゅう_主流 で_で あ_あ る_る 。_。 +じょうほう_情報 けんさく_検索 (_( じょうほう_じょうほう けんさく_けんさく )_) と_と は_は 、_、 こんぴゅーた_コンピュータ を_を もちい_用い て_て たいりょう_大量 の_の でーた_データ ぐん_群 から_から もくてき_目的 に_に がっち_合致 し_し た_た もの_もの を_を とりだ_取り出 す_す こと_こと 。_。 +けんさく_検索 の_の たいしょう_対象 と_と な_な る_る でーた_データ に_に は_は ぶんしょ_文書 や_や がぞう_画像 、_、 おんせい_音声 、_、 えいぞう_映像 、_、 その_その た_他 さまざま_さまざま な_な めでぃあ_メディア や_や その_その くみあわせ_組み合わせ と_と し_し て_て きろく_記録 さ_さ れ_れ た_た でーた_データ など_など が_が ふく_含 ま_ま れ_れ る_る 。_。 +いんたーねっと_インターネット の_の はったつ_発達 に_に よ_よ り_り けんさく_検索 は_は いんたーねっと_インターネット を_を かい_介 し_し て_て おこな_行 わ_わ れ_れ る_る こと_こと も_も おお_多 い_い が_が 、_、 ここ_ここ で_で は_は じょうほう_情報 を_を けんさく_検索 する_する ため_ため の_の こんぴゅーた_コンピュータ がわ_側 に_に おけ_おけ る_る しくみ_仕組み を_を きじゅつ_記述 し_し て_て い_い る_る 。_。 +じょうほう_情報 けんさく_検索 に_に たい_対 する_する こんぴゅーた_コンピュータ がわ_側 に_に おけ_おけ る_る ぎじゅつ_技術 は_は じょうほう_情報 を_を にんげん_人間 が_が ちょくせつ_直接 かんり_管理 する_する の_の に_に くらべ_比べ 、_、 でーた_データ の_の りょうてき_量的 な_な せいやく_制約 や_や でーた_データ の_の とりあつかい_取り扱い の_の いっかん_一貫 せい_性 を_を たも_保 つ_つ こんなん_困難 さ_さ と_と い_い う_う せいやく_制約 を_を うけ_受け る_る こと_こと な_な く_く 、_、 こうそく_高速 で_で あんてい_安定 な_な しすてむ_システム に_に よ_よ り_り りよう_利用 しゃ_者 に_に てきせつ_適切 な_な でーた_データ を_を ていきょう_提供 する_する きのう_機能 と_と いち_位置 づけ_付け る_る こと_こと が_が でき_でき る_る 。_。 +もくじ_目次 +1_1 くうはく_  じょうほう_情報 けんさく_検索 と_と じょうほう_情報 けんさく_検索 しすてむ_システム の_の ぜんたい_全体 ぞう_像 +1_1 。_. 1_1 くうはく_  れきし_歴史 と_と げんざい_現在 の_の かだい_課題 +1_1 。_. 2_2 くうはく_  じょうほう_情報 けんさく_検索 しすてむ_システム の_の こうせい_構成 ようそ_要素 +1_1 。_. 3_3 くうはく_  じょうほう_情報 けんさく_検索 しすてむ_システム こうちく_構築 の_の てつずき_手続き +1_1 。_. 3_3 。_. 1_1 くうはく_  けんさく_検索 たいしょう_対象 でーた_データ しゅうしゅう_収集 +1_1 。_. 3_3 。_. 2_2 くうはく_  けんさく_検索 たいしょう_対象 の_の でーた_データ から_から の_の めたでーた_メタデータ さくせい_作成 +1_1 。_. 3_3 。_. 3_3 くうはく_  けんさく_検索 あるごりずむ_アルゴリズム の_の せっけい_設計 +1_1 。_. 3_3 。_. 4_4 くうはく_  けんさく_検索 せいのう_性能 の_の ひょうか_評価 +2_2 くうはく_  じょうほう_情報 けんさく_検索 ぎじゅつ_技術 の_の ぶんるい_分類 +2_2 。_. 1_1 くうはく_  けんさく_検索 たいしょう_対象 でーた_データ の_の ちゅうしょう_抽象 ど_度 +2_2 。_. 2_2 くうはく_  けんさく_検索 にゅうりょく_入力 の_の しゅるい_種類 +3_3 くうはく_  けんさく_検索 あるごりずむ_アルゴリズム +4_4 くうはく_  かんれん_関連 こうもく_項目 +5_5 くうはく_  さんこう_参考 ぶんけん_文献 +6_6 くうはく_  きゃくちゅう_脚注 +7_7 くうはく_  がいぶ_外部 りんく_リンク +7_7 。_. 1_1 くうはく_  おーぷん_オープン そーす_ソース の_の じょうほう_情報 けんさく_検索 しすてむ_システム そふとうぇあ_ソフトウェア +7_7 。_. 2_2 くうはく_  おもな_主な がくじゅつ_学術 だんたい_団体 +7_7 。_. 3_3 くうはく_  その_その た_他 +じょうほう_情報 けんさく_検索 と_と じょうほう_情報 けんさく_検索 しすてむ_システム の_の ぜんたい_全体 ぞう_像 +じょうほう_情報 けんさく_検索 が_が きばん_基盤 と_と し_し て_て い_い る_る ぎじゅつ_技術 は_は たすう_多数 の_の ぶんや_分野 に_に のぼ_のぼ る_る 。_。 +じょうほう_情報 けんさく_検索 は_は でーた_データ の_の かんり_管理 および_および にゅうしゅつりょく_入出力 の_の ため_ため の_の でーたべーす_データベース 、_、 ぶんしょ_文書 でーた_データ しょり_処理 の_の ため_ため の_の しぜん_自然 げんご_言語 しょり_処理 や_や けいさん_計算 げんご_言語 がく_学 、_、 がぞう_画像 や_や おんせい_音声 を_を あつか_扱 う_う ため_ため の_の しんごう_信号 しょり_処理 や_や にんち_認知 しんり_心理 がく_学 を_を はいけい_背景 と_と する_する ぱたーん_パターン にんしき_認識 ぎじゅつ_技術 、_、 めたでーた_メタデータ に_に かん_関 する_する こうさつ_考察 の_の きばん_基盤 と_と な_な っ_っ た_た としょ_図書 かん_館 じょうほう_情報 がく_学 、_、 けんさく_検索 あるごりずむ_アルゴリズム せっけい_設計 や_や じょうほう_情報 けんさく_検索 しすてむ_システム の_の ひょうか_評価 しゃくど_尺度 こうあん_考案 の_の ひんと_ヒント と_と し_し て_て きよ_寄与 し_し た_た しょ_諸 すうがく_数学 りろん_理論 など_など の_の さまざま_さまざま な_な ようそ_要素 ぎじゅつ_技術 の_の くみあわせ_組み合わせ に_に よ_よ っ_っ て_て なりた_成り立 っ_っ て_て い_い る_る 。_。 +じょうほう_情報 けんさく_検索 しすてむ_システム は_は じょうほう_情報 けんさく_検索 を_を じつげん_実現 する_する ため_ため の_の そふとうぇあ_ソフトウェア や_や はーどうぇあ_ハードウェア に_に よ_よ っ_っ て_て こうせい_構成 さ_さ れ_れ る_る しすてむ_システム で_で あ_あ る_る 。_。 +ここ_ここ で_で は_は おも_主 に_に そふとうぇあ_ソフトウェア に_に かん_関 し_し て_て 、_、 げんざい_現在 よ_よ く_く もちい_用い られ_られ て_て い_い る_る しすてむ_システム の_の こうせい_構成 に_に つ_つ い_い て_て のべ_述べ る_る 。_。 +れきし_歴史 と_と げんざい_現在 の_の かだい_課題 +じょうほう_情報 けんさく_検索 しすてむ_システム は_は せんきゅうひゃくななじゅう_1970 ねんだい_年代 に_に 、_、 だい_大 きぼ_規模 に_に ちくせき_蓄積 さ_さ れ_れ る_る がくじゅつ_学術 ぶんけん_文献 や_や ろんぶん_論文 とう_等 の_の かんり_管理 を_を こんぴゅーた_コンピュータ じょう_上 で_で おこな_行 う_う ため_ため に_に 、_、 きぼ_規模 の_の おおき_大き い_い としょ_図書 かん_館 で_で でーた_データ の_の かんり_管理 と_と けんさく_検索 が_が おこな_行 わ_わ れ_れ る_る よう_よう に_に な_な っ_っ た_た の_の が_が きげん_起源 で_で あ_あ る_る 。_。 +としょ_図書 かん_館 に_に おけ_おけ る_る ぞうしょ_蔵書 けんさく_検索 や_や でんし_電子 じゃーなる_ジャーナル 、_、 とうけい_統計 しりょう_資料 の_の でーたべーす_データベース など_など へ_へ の_の おうよう_応用 は_は げんざい_現在 で_で も_も さかん_盛ん に_に もちい_用い られ_られ て_て い_い る_る ほか_ほか 、_、 せんきゅうひゃくきゅうじゅう_1990 ねんだい_年代 から_から ひろま_広ま っ_っ た_た GOOGLE_Google や_や GOO_goo の_の よう_よう な_な わーるど_World くうはく_  WIDE_Wide くうはく_  WEB_Web じょう_上 の_の でーた_データ を_を たいしょう_対象 に_に し_し た_た けんさく_検索 えんじん_エンジン が_が げんざい_現在 で_で は_は じょうほう_情報 けんさく_検索 の_の しすてむ_システム と_と し_し て_て とくに_特に みじか_身近 な_な そんざい_存在 と_と な_な っ_っ て_て い_い る_る 。_。 +2000_2000 ねんだい_年代 いこう_以降 の_の じょうほう_情報 けんさく_検索 の_の かだい_課題 は_は 、_、 れい_例 と_と し_し て_て いか_以下 の_の よう_よう に_に まとめ_まとめ る_る こと_こと が_が でき_でき る_る 。_。 +いわゆる_いわゆる DEEP_Deep くうはく_  WEB_Web (_( しょっぴんぐ_ショッピング さいと_サイト など_など に_に だいひょう_代表 さ_さ れ_れ る_る 、_、 ばっくえんど_バックエンド の_の だい_大 きぼ_規模 な_な でーたべーす_データベース が_が どうてき_動的 な_な こんてんつ_コンテンツ を_を せいせい_生成 する_する うぇぶさいと_ウェブサイト )_) を_を たいしょう_対象 に_に し_し た_た けんさく_検索 +より_より ちょっかん_直感 てき_的 な_な ゆーざ_ユーザ いんたふぇーす_インタフェース +より_より にんげん_人間 に_に ちか_近 い_い こうど_高度 な_な はんだん_判断 しゃくど_尺度 を_を も_持 っ_っ た_た まるちめでぃあ_マルチメディア じょうほう_情報 けんさく_検索 +さまざま_さまざま な_な めでぃあ_メディア を_を とうごう_統合 てき_的 かつ_かつ おうだん_横断 てき_的 に_に あつか_扱 う_う くろす_クロス めでぃあ_メディア じょうほう_情報 けんさく_検索 +かくのう_格納 さ_さ れ_れ る_る でーた_データ や_や けんさく_検索 にゅうりょく_入力 が_が げんご_言語 に_に いぞん_依存 し_し な_な い_い まるちりんがる_マルチリンガル (_( くろすりんがる_クロスリンガル )_) けんさく_検索 かんきょう_環境 +P_P 2_2 P_P ねっとわーく_ネットワーク とう_等 の_の だい_大 きぼ_規模 ぶんさん_分散 でーた_データ を_を たいしょう_対象 に_に し_し た_た じょうほう_情報 けんさく_検索 +じょうほう_情報 けんさく_検索 しすてむ_システム の_の こうせい_構成 ようそ_要素 +じょうほう_情報 けんさく_検索 しすてむ_システム の_の ぜんたい_全体 ぞう_像 +じょうほう_情報 けんさく_検索 しすてむ_システム は_は おもに_主に いか_以下 に_に あげ_挙げ る_る ようそ_要素 に_に よ_よ っ_っ て_て こうせい_構成 さ_さ れ_れ て_て い_い る_る 。_。 +でーたべーす_データベース +けんさく_検索 たいしょう_対象 の_の でーた_データ +めたでーた_メタデータ (_( さくいん_索引 ご_語 )_) +ゆーざ_ユーザ いんたふぇーす_インタフェース +けんさく_検索 あるごりずむ_アルゴリズム +でーたべーす_データベース は_は けんさく_検索 たいしょう_対象 の_の でーた_データ を_を ちくせき_蓄積 し_し 、_、 かんり_管理 し_し て_て い_い る_る 。_。 +けんさく_検索 たいしょう_対象 の_の でーた_データ から_から は_は めたでーた_メタデータ が_が さくせい_作成 さ_さ れ_れ 、_、 めたでーた_メタデータ も_も でーたべーす_データベース に_に かくのう_格納 さ_さ れ_れ る_る 。_。 +けんさく_検索 の_の りよう_利用 しゃ_者 は_は けんさく_検索 ご_語 (_( けんさく_検索 ぶん_文 )_) を_を ゆーざ_ユーザ いんたふぇーす_インタフェース を_を とお_通 し_し て_て けんさく_検索 を_を はっこう_発行 し_し 、_、 けんさく_検索 あるごりずむ_アルゴリズム が_が てきせつ_適切 な_な でーた_データ を_を でーたべーす_データベース に_に かくのう_格納 さ_さ れ_れ て_て い_い る_る めたでーた_メタデータ から_から せんたく_選択 し_し 、_、 せんたく_選択 さ_さ れ_れ た_た めたでーた_メタデータ に_に たいおう_対応 する_する けんさく_検索 たいしょう_対象 の_の でーた_データ を_を ゆーざ_ユーザ いんたふぇーす_インタフェース を_を とお_通 し_し て_て りよう_利用 しゃ_者 に_に へんとう_返答 する_する 。_。 +たとえば_例えば うぇぶさいと_ウェブサイト の_の じょうほう_情報 けんさく_検索 で_で は_は 、_、 けんさく_検索 たいしょう_対象 の_の でーた_データ が_が ここ_個々 の_の うぇぶさいと_ウェブサイト の_の ないよう_内容 、_、 めたでーた_メタデータ が_が うぇぶさいと_ウェブサイト の_の ないよう_内容 の_の ようやく_要約 や_や きー_キー わーど_ワード ・_・ しょうかい_紹介 ぶん_文 、_、 ゆーざー_ユーザー いんたーふぇーす_インターフェース と_と けんさく_検索 あるごりずむ_アルゴリズム が_が けんさく_検索 えんじん_エンジン に_に あた_あた る_る 。_。 +けんさく_検索 えんじん_エンジン は_は けんさく_検索 きー_キー わーど_ワード に_に いっち_一致 する_する めたでーた_メタデータ を_を でーたべーす_データベース から_から せんたく_選択 し_し 、_、 せんたく_選択 さ_さ れ_れ た_た めたでーた_メタデータ に_に たいおう_対応 する_する けんさく_検索 たいしょう_対象 の_の でーた_データ を_を けんさく_検索 けっか_結果 に_に ひょうじ_表示 する_する 。_。 +じょうほう_情報 けんさく_検索 しすてむ_システム こうちく_構築 の_の てつずき_手続き +じょうほう_情報 けんさく_検索 しすてむ_システム の_の こうちく_構築 は_は いか_以下 の_の ふぇーず_フェーズ を_を へ_経 て_て おこな_行 わ_わ れ_れ る_る 。_。 +じゅんじょ_順序 は_は かならず_必ず しも_しも いってい_一定 で_で は_は な_な く_く 、_、 こうちく_構築 する_する しすてむ_システム の_の ないよう_内容 や_や がいてき_外的 かんきょう_環境 に_に よ_よ っ_っ て_て ことな_異な る_る 。_。 +けんさく_検索 たいしょう_対象 でーた_データ しゅうしゅう_収集 +けんさく_検索 の_の たいしょう_対象 と_と する_する でーた_データ の_の しゅうしゅう_収集 ほうしん_方針 を_を けってい_決定 する_する 。_。 +わーるど_World くうはく_  WIDE_Wide くうはく_  WEB_Web じょう_上 の_の はいぱー_ハイパー てきすと_テキスト を_を しゅうしゅう_収集 し_し て_て たいしょう_対象 と_と する_する ばあい_場合 に_に は_は くろーら_クローラ (_( ろぼっと_ロボット 、_、 すぱいだー_スパイダー )_) を_を もちい_用い て_て じどう_自動 てき_的 な_な しゅうしゅう_収集 を_を おこな_行 う_う の_の が_が いっぱん_一般 てき_的 で_で あ_あ る_る が_が 、_、 てん_天 ぶん_文 がく_学 てき_的 すうりょう_数量 の_の ぼうだい_膨大 な_な でーた_データ が_が そんざい_存在 し_し 、_、 かつ_かつ きゅうげき_急激 に_に へんか_変化 する_する わーるど_World くうはく_  WIDE_Wide くうはく_  WEB_Web の_の でーた_データ を_を すべて_全て もうら_網羅 し_し て_て しゅうしゅう_収集 する_する こと_こと は_は じじつ_事実 じょう_上 ふ_不 かのう_可能 で_で あ_あ る_る 。_。 +その_その ため_ため 、_、 いかに_いかに し_し て_て もうら_網羅 てき_的 に_に おおく_多く の_の たいしょう_対象 の_の でーた_データ を_を しゅうしゅう_収集 する_する か_か が_が じゅうよう_重要 な_な かだい_課題 と_と な_な っ_っ て_て お_お り_り 、_、 わーるど_World くうはく_  WIDE_Wide くうはく_  WEB_Web けんさく_検索 えんじん_エンジン の_の さーびす_サービス で_で は_は なん_何 ぺーじ_ページ の_の でーた_データ か_か けんさく_検索 が_が かのう_可能 で_で あ_あ る_る か_か が_が せいのう_性能 の_の しひょう_指標 の_の ひと_一 つ_つ と_と な_な っ_っ て_て い_い る_る 。_。 +けんさく_検索 たいしょう_対象 の_の でーた_データ から_から の_の めたでーた_メタデータ さくせい_作成 +けんさく_検索 たいしょう_対象 の_の でーた_データ から_から の_の めたでーた_メタデータ を_を さくせい_作成 する_する 。_。 +めたでーた_メタデータ の_の けいしき_形式 および_および さくせい_作成 ほうほう_方法 は_は けんさく_検索 あるごりずむ_アルゴリズム や_や でーた_データ しゅうしゅう_収集 の_の ほうしん_方針 と_と みっせつ_密接 に_に かんれん_関連 する_する 。_。 +たとえば_たとえば でーた_データ しゅうしゅう_収集 が_が けいぞく_継続 てき_的 かつ_かつ だい_大 きぼ_規模 に_に おこな_行 わ_わ れ_れ る_る よう_よう な_な ばあい_場合 、_、 ひとで_人手 を_を つか_使 っ_っ て_て めたでーた_メタデータ を_を さくせい_作成 する_する こと_こと は_は こすと_コスト の_の おおはば_大幅 な_な ぞうだい_増大 を_を いみ_意味 する_する こと_こと に_に な_な る_る 。_。 +けんさく_検索 あるごりずむ_アルゴリズム の_の せっけい_設計 +さくせい_作成 さ_さ れ_れ た_た めたでーた_メタデータ を_を もちい_用い て_て どの_どの よう_よう な_な けいさん_計算 を_を もちい_用い て_て でーた_データ を_を しゅつりょく_出力 する_する か_か けってい_決定 する_する 。_。 +けんさく_検索 あるごりずむ_アルゴリズム の_の しょうさい_詳細 に_に つ_つ い_い て_て は_は めたでーた_メタデータ せいせい_生成 ほう_法 と_と じょうほう_情報 けんさく_検索 あるごりずむ_アルゴリズム を_を さんしょう_参照 。_。 +けんさく_検索 せいのう_性能 の_の ひょうか_評価 +さいげん_再現 りつ_率 と_と てきごう_適合 りつ_率 +じょうほう_情報 けんさく_検索 しすてむ_システム の_の けんさく_検索 せいのう_性能 の_の ひょうか_評価 を_を おこな_行 う_う 。_。 +じょうほう_情報 けんさく_検索 しすてむ_システム の_の けんさく_検索 せいのう_性能 は_は おもに_主に せいかく_正確 せい_性 と_と もうら_網羅 せい_性 の_の しつてき_質的 な_な かんてん_観点 から_から てきごう_適合 りつ_率 (_( PRECIS_precis ION_ion UNK_; せいど_精度 と_と も_も い_い う_う )_) と_と さいげん_再現 りつ_率 (_( RECALL_recall )_) を_を 、_、 しょり_処理 せいのう_性能 の_の りょうてき_量的 な_な かんてん_観点 から_から するーぷっと_スループット を_を そくてい_測定 する_する こと_こと に_に よ_よ り_り はんてい_判定 する_する の_の が_が いっぱん_一般 てき_的 で_で あ_あ る_る 。_。 +てきごう_適合 りつ_率 は_は けんさく_検索 けっか_結果 と_と し_し て_て え_得 られ_られ た_た しゅうごう_集合 ちゅう_中 に_に どれ_どれ だけ_だけ けんさく_検索 に_に てきごう_適合 し_し た_た ぶんしょ_文書 を_を ふく_含 ん_ん で_で い_い る_る か_か と_と い_い う_う せいかく_正確 せい_性 の_の しひょう_指標 で_で あ_あ り_り 、_、 さいげん_再現 りつ_率 は_は けんさく_検索 たいしょう_対象 と_と し_し て_て い_い る_る ぶんしょ_文書 の_の なか_中 で_で けんさく_検索 けっか_結果 と_と し_し て_て てきごう_適合 し_し て_て い_い る_る ぶんしょ_文書 (_( せいかい_正解 ぶんしょ_文書 )_) の_の うち_うち で_で どれ_どれ だけ_だけ の_の ぶんしょ_文書 を_を けんさく_検索 でき_でき て_て い_い る_る か_か と_と い_い う_う もうら_網羅 せい_性 の_の しひょう_指標 で_で あ_あ る_る 。_。 +てきごう_適合 りつ_率 は_は 、_、 +PRECIS_precis ION_ion くうはく_  =_= くうはく_  UNK_\ FRAC_frac {_{ R_R }_} {_{ N_N }_} +(_( R_R :_: けんさく_検索 さ_さ れ_れ た_た てきごう_適合 ぶんしょ_文書 の_の かず_数 、_、 N_N :_: けんさく_検索 けっか_結果 の_の ぶんしょ_文書 の_の かず_数 )_) くうはく_  に_に よ_よ っ_っ て_て 、_、 さいげん_再現 りつ_率 は_は 、_、 +RECALL_recall くうはく_  =_= くうはく_  UNK_\ FRAC_frac {_{ R_R }_} {_{ C_C }_} +(_( R_R :_: けんさく_検索 さ_さ れ_れ た_た てきごう_適合 ぶんしょ_文書 の_の かず_数 、_、 C_C :_: ぜん_全 たいしょう_対象 ぶんしょ_文書 ちゅう_中 の_の せいかい_正解 ぶんしょ_文書 の_の かず_数 )_) くうはく_  に_に よ_よ っ_っ て_て もとめ_求め られ_られ る_る 。_。 +てきごう_適合 りつ_率 を_を あげれ_あげれ ば_ば さいげん_再現 りつ_率 が_が さが_下が り_り 、_、 さいげん_再現 りつ_率 を_を あげれ_上げれ ば_ば てきごう_適合 りつ_率 が_が さが_下が る_る けいこう_傾向 に_に あ_あ る_る ため_ため 、_、 F_F ち_値 (_( F_F ー_ー MEASURE_measure )_) と_と い_い う_う しゃくど_尺度 も_も よく_よく もちい_用い られ_られ る_る 。_。 +F_F ち_値 は_は てきごう_適合 りつ_率 と_と さいげん_再現 りつ_率 の_の ちょうわ_調和 へいきん_平均 で_で あ_あ り_り 、_、 +UNK_\ BEGIN_begin {_{ ALIGN_align }_} くうはく_  F_F {_{ UNK_\ TEXTIT_textit {_{ ー_ー }_} }_} MEASURE_measure くうはく_  &_& くうはく_  =_= くうはく_  UNK_\ FRAC_frac {_{ 2_2 くうはく_  UNK_\ CDOT_cdot くうはく_  PRECIS_precis ION_ion くうはく_  UNK_\ CDOT_cdot くうはく_  RECALL_recall }_} {_{ PRECIS_precis ION_ion くうはく_  +_+ くうはく_  RECALL_recall }_} くうはく_  UNK_\\ くうはく_  &_& くうはく_  =_= くうはく_  UNK_\ FRAC_frac {_{ R_R }_} {_{ UNK_\ FRAC_frac {_{ 1_1 }_} {_{ 2_2 }_} くうはく_  (_( N_N くうはく_  +_+ くうはく_  C_C )_) }_} くうはく_  UNK_\ UNK_\ くうはく_  UNK_\ END_end {_{ ALIGN_align }_} +に_に よ_よ っ_っ て_て もとめ_求め られ_られ 、_、 R_R を_を N_N と_と C_C の_の そうか_相加 へいきん_平均 で_で わ_割 っ_っ た_た もの_もの に_に そうとう_相当 する_する 。_。 +F_F ち_値 が_が たか_高 けれ_けれ ば_ば 、_、 せいのう_性能 が_が よ_良 い_い こと_こと を_を いみ_意味 する_する 。_。 +じょうほう_情報 けんさく_検索 ぎじゅつ_技術 の_の ぶんるい_分類 +じょうほう_情報 けんさく_検索 の_の ぎじゅつ_技術 は_は いか_以下 の_の よう_よう な_な かんてん_観点 で_で ぶんるい_分類 でき_でき る_る 。_。 +けんさく_検索 たいしょう_対象 でーた_データ の_の ちゅうしょう_抽象 ど_度 +ちょくせつ_直接 けんさく_検索 +めたでーた_メタデータ を_を かい_介 さ_さ ず_ず でーた_データ その_その もの_もの を_を ちょくせつ_直接 けいさん_計算 あるごりずむ_アルゴリズム じょう_上 で_で しょり_処理 する_する けんさく_検索 ほうほう_方法 。_。 +れい_例 と_と し_し て_て はみんぐ_ハミング に_に よ_よ る_る けんさく_検索 の_の にゅうりょく_入力 を_を おこな_行 い_い るいじ_類似 する_する おんてい_音程 の_の おんがく_音楽 を_を けんさく_検索 する_する もの_もの とう_等 。_。 +じつよう_実用 じょう_上 は_は 、_、 まえ_前 しょり_処理 と_と し_し て_て の_の さくいん_索引 の_の せいせい_生成 を_を じぜん_事前 に_に おこな_おこな う_う ほうしき_方式 も_も おお_多 い_い が_が 、_、 この_この よう_よう な_な ばあい_場合 も_も でーた_データ に_に ふく_含 ま_ま れ_れ る_る ひょうげん_表現 を_を その_その まま_まま もちい_用い て_て けんさく_検索 を_を おこな_行 う_う ため_ため けんさく_検索 もでる_モデル と_と し_し て_て は_は ちょくせつ_直接 けんさく_検索 に_に ぶんるい_分類 さ_さ れ_れ る_る 。_。 +ぜんぶん_全文 けんさく_検索 +ちょくせつ_直接 けんさく_検索 の_の いっしゅ_一種 で_で あ_あ り_り 、_、 ぶんしょ_文書 でーた_データ の_の ぜんぶん_全文 から_から じどう_自動 しょり_処理 の_の そうさ_走査 に_に よ_よ り_り めたでーた_メタデータ を_を さくせい_作成 し_し て_て ほかん_保管 し_し 、_、 けんさく_検索 の_の にゅうりょく_入力 に_に がっち_合致 する_する でーた_データ を_を けんさく_検索 けっか_結果 と_と する_する けんさく_検索 ほうほう_方法 。_。 +「_「 ぜんぶん_全文 けんさく_検索 しすてむ_システム NAMAZU_Namazu 」_」 とう_等 が_が もちい_用い られ_られ て_て い_い る_る 。_。 +かんせつ_間接 けんさく_検索 +でーたべーす_データベース に_に ちくせき_蓄積 さ_さ れ_れ た_た でーた_データ から_から めたでーた_メタデータ を_を せいせい_生成 し_し て_て ほかん_保管 し_し 、_、 けんさく_検索 の_の にゅうりょく_入力 が_が おこな_行 わ_わ れ_れ た_た さい_際 に_に ないぶ_内部 ひょうげん_表現 に_に へんかん_変換 さ_さ れ_れ た_た けんさく_検索 の_の にゅうりょく_入力 と_と ほかん_保管 さ_さ れ_れ た_た めたでーた_メタデータ を_を ひかく_比較 する_する こと_こと に_に よ_よ り_り けんさく_検索 けっか_結果 を_を せいせい_生成 する_する けんさく_検索 ほうほう_方法 。_。 +けんさく_検索 にゅうりょく_入力 の_の しゅるい_種類 +たんご_単語 (_( きー_キー わーど_ワード )_) +たんご_単語 (_( きー_キー わーど_ワード )_) を_を してい_指定 する_する こと_こと に_に よ_よ っ_っ て_て けんさく_検索 を_を おこな_行 う_う 。_。 +もっとも_もっとも たんじゅん_単純 な_な けいしき_形式 と_と いえ_言え る_る 。_。 +けんさく_検索 げんご_言語 +しすてむ_システム とくゆう_特有 の_の けんさく_検索 げんご_言語 を_を もちい_用い て_て けんさく_検索 を_を おこな_行 う_う ほうほう_方法 。_。 +ろんり_論理 わ_和 ・_・ ろんり_論理 つ_積 など_など の_の ぶーりあんもでる_ブーリアンモデル の_の えんざん_演算 を_を けんさく_検索 の_の しぼりこみ_絞り込み に_に りよう_利用 する_する さい_際 に_に もちい_用い られ_られ る_る 。_。 +けんきゅう_研究 しゃ_者 や_や ほうりつ_法律 ・_・ いがく_医学 とう_等 の_の せんもん_専門 てき_的 な_な じつむ_実務 か_家 など_など 、_、 とくてい_特定 の_の ぶんや_分野 の_の せんもん_専門 か_家 を_を たいしょう_対象 に_に し_し た_た けんさく_検索 しすてむ_システム など_など に_に もちい_用い られ_られ る_る こと_こと が_が おお_多 い_い 。_。 +SQL_SQL の_の よう_よう な_な でーたべーす_データベース まねーじめんと_マネージメント しすてむ_システム で_で ひょうじゅん_標準 てき_的 ひょうじゅん_標準 てき_的 が_が げんご_言語 を_を もちい_用い る_る こと_こと も_も あ_あ る_る が_が 、_、 とくてい_特定 の_の けんさく_検索 えんじん_エンジン とくゆう_特有 の_の けんさく_検索 げんご_言語 を_を もちい_用い て_て い_い る_る しすてむ_システム も_も おお_多 い_い 。_。 +じつげん_実現 れい_例 と_と し_し て_て は_は IEEE_IEEE くうはく_  XPLORE_Xplore など_など が_が あ_あ る_る 。_。 +ちょくせつ_直接 にゅうりょく_入力 +けんさく_検索 の_の ぱらめーた_パラメータ と_と な_な る_る かんれん_関連 する_する でーた_データ を_を ちょくせつ_直接 にゅうりょく_入力 する_する ほうほう_方法 。_。 +たとえば_たとえば とくてい_特定 の_の がぞう_画像 を_を にゅうりょく_入力 に_に し_し て_て るいじ_類似 し_し た_た がぞう_画像 を_を けんさく_検索 する_する もの_もの や_や 、_、 はみんぐ_ハミング の_の にゅうりょく_入力 を_を うけ_受け て_て かんれん_関連 する_する おんがく_音楽 くりっぷ_クリップ を_を けんさく_検索 する_する もの_もの など_など が_が けんきゅう_研究 さ_さ れ_れ て_て い_い る_る 。_。 +しぜん_自然 ぶん_文 +けんさく_検索 に_に かかわ_関わ る_る ゆーざ_ユーザ いんたふぇーす_インタフェース の_の けんきゅう_研究 と_と し_し て_て ふるく_古く から_から けんきゅう_研究 が_が おこな_行 わ_わ れ_れ て_て い_い る_る 。_。 +きんねん_近年 で_で は_は GOO_Goo くうはく_  らぼ_ラボ に_に よ_よ っ_っ て_て かいはつ_開発 さ_さ れ_れ た_た 「_「 にっぽん_日本 ご_語 しぜん_自然 ぶんけんさく_文検索 」_」 が_が おおて_大手 の_の けんさく_検索 えんじん_エンジン と_と し_し て_て は_は ひかく_比較 てき_的 めずらし_珍し い_い しぜん_自然 ぶんけんさく_文検索 を_を しけん_試験 てき_的 に_に ていきょう_提供 し_し た_た こと_こと で_で わだい_話題 を_を あつめ_集め た_た 。_。 +ぶんしょ_文書 +ぶんしょ_文書 その_その もの_もの を_を にゅうりょく_入力 し_し 、_、 にゅうりょく_入力 し_し た_た ぶんしょ_文書 と_と るいじ_類似 する_する ぶんしょ_文書 を_を けんさく_検索 する_する 。_。 +QUERY_Query くうはく_  BY_by くうはく_  EXAMPLE_Example (_( れいじ_例示 に_に よ_よ る_る といあわせ_問い合わせ )_) と_と よ_呼 ば_ば れ_れ る_る こと_こと も_も あ_あ る_る 。_。 +まるちめでぃあ_マルチメディア ぶんしょ_文書 けんさく_検索 で_で は_は 、_、 きー_キー わーど_ワード けんさく_検索 より_より も_も より_より いっぱん_一般 てき_的 に_に もちい_用い られ_られ る_る ほうほう_方法 で_で あ_あ る_る 。_。 +けんさく_検索 あるごりずむ_アルゴリズム +じょうほう_情報 けんさく_検索 に_に もちい_用い られ_られ る_る あるごりずむ_アルゴリズム は_は かず_数 おお_多 く_く ていあん_提案 さ_さ れ_れ て_て い_い る_る 。_。 +ここ_ここ で_で は_は だいひょう_代表 てき_的 な_な もの_もの に_に つ_つ い_い て_て がいせつ_概説 する_する 。_。 +じょうほう_情報 けんさく_検索 あるごりずむ_アルゴリズム の_の しょうさい_詳細 に_に つ_つ い_い て_て は_は じょうほう_情報 けんさく_検索 あるごりずむ_アルゴリズム を_を さんしょう_参照 の_の こと_こと 。_。 +いっぱん_一般 に_に じょうほう_情報 けんさく_検索 しすてむ_システム の_の こうちく_構築 じ_時 に_に は_は めたでーた_メタデータ せいせい_生成 じ_時 に_に さくいん_索引 を_を どうじ_同時 に_に さくせい_作成 し_し 、_、 けんさく_検索 あるごりずむ_アルゴリズム に_に よ_よ る_る けんさく_検索 けっか_結果 の_の ひょうか_評価 の_の さい_際 に_に さくいん_索引 を_を もちい_用い た_た さいてき_最適 か_化 を_を おこな_行 う_う が_が 、_、 めたでーた_メタデータ の_の せいせい_生成 ほう_法 や_や さくいん_索引 の_の しょうさい_詳細 に_に つ_つ い_い て_て は_は ここ_ここ で_で は_は あつか_扱 わ_わ な_な い_い 。_。 +ぱたーん_パターン まっちんぐ_マッチング +けんさく_検索 しつもん_質問 と_と し_し て_て にゅうりょく_入力 さ_さ れ_れ た_た ひょうげん_表現 を_を その_その まま_まま ふく_含 む_む ぶんしょ_文書 を_を けんさく_検索 する_する あるごりずむ_アルゴリズム 。_。 +げんざい_現在 で_で は_は たんじゅん_単純 に_に ぱたーん_パターン のみ_のみ を_を さが_探 す_す で_で は_は な_な く_く 、_、 かつよう_活用 けい_形 の_の へんか_変化 に_に よ_よ る_る どうぎ_同義 ご_語 の_の ぱたーん_パターン の_の ふ_不 いっち_一致 を_を かいしょう_解消 し_し た_た けんさく_検索 を_を おこな_行 っ_っ たり_たり と_と い_い っ_っ た_た かくちょう_拡張 が_が しばしば_しばしば おこな_行 わ_わ れ_れ る_る 。_。 +ぱたーん_パターン まっちんぐ_マッチング じたい_自体 の_の しょうさい_詳細 な_な あるごりずむ_アルゴリズム に_に つ_つ い_い て_て は_は もじ_文字 れつ_列 たんさく_探索 を_を さんしょう_参照 。_。 +ぶーりあんもでる_ブーリアンモデル +ぱたーん_パターン まっちんぐ_マッチング の_の けんさく_検索 に_に つけくわえ_付け加え 、_、 めたでーた_メタデータ の_の ぞくせい_属性 ごと_ごと の_の しぼりこみ_絞り込み じょうけん_条件 を_を ろんり_論理 わ_和 ・_・ ろんり_論理 つ_積 など_など に_に よ_よ っ_っ て_て くみあわせ_組み合わせ て_て へいよう_併用 する_する けんさく_検索 ほうほう_方法 。_。 +べくとる_ベクトル くうかん_空間 もでる_モデル +きー_キー わーど_ワード とう_等 を_を かくつぎもと_各次元 と_と し_し て_て せってい_設定 し_し た_た たかじもと_高次元 べくとる_ベクトル くうかん_空間 を_を そうてい_想定 し_し 、_、 けんさく_検索 の_の たいしょう_対象 と_と する_する でーた_データ や_や ゆーざ_ユーザ に_に よ_よ る_る けんさく_検索 しつもん_質問 に_に なん_何 ら_ら か_か の_の かこう_加工 を_を おこな_行 い_い べくとる_ベクトル を_を せいせい_生成 する_する 。_。 +べくとる_ベクトル くうかん_空間 じょう_上 に_に けんさく_検索 たいしょう_対象 と_と な_な る_る べくとる_ベクトル を_を はいち_配置 し_し 、_、 べくとる_ベクトル か_化 さ_さ れ_れ た_た けんさく_検索 しつもん_質問 と_と でーた_データ の_の べくとる_ベクトル の_の そうかん_相関 りょう_量 (_( べくとる_ベクトル かん_間 の_の こさいん_コサイン 、_、 ないせき_内積 、_、 ゆーくりっど_ユークリッド きょり_距離 など_など が_が もちい_用い られ_られ る_る 。_。 +)_) に_に よ_よ っ_っ て_て けんさく_検索 の_の たいしょう_対象 の_の でーた_データ と_と けんさく_検索 しつもん_質問 の_の かんけい_関係 の_の つよ_強 さ_さ を_を けいさん_計算 する_する もでる_モデル 。_。 +せんざい_潜在 てき_的 いみ_意味 さくひつけ_索引付け (_( せんざい_潜在 てき_的 いみ_意味 ぶんせき_分析 、_、 LSI_LSI )_) +べくとる_ベクトル くうかん_空間 もでる_モデル の_の おうよう_応用 と_と し_し て_て こうあん_考案 さ_さ れ_れ た_た けんさく_検索 あるごりずむ_アルゴリズム 。_。 +たかじもと_高次元 べくとる_ベクトル くうかん_空間 を_を ぎょうれつ_行列 と_と し_し て_て あつかい_扱い とくい_特異 ち_値 ぶんかい_分解 を_を おこな_行 い_い 、_、 え_得 られ_られ た_た ちょっこう_直交 てい_低 じげん_次元 べくとる_ベクトル くうかん_空間 じょう_上 けんさく_検索 を_を おこな_行 う_う 。_。 +たんじゅん_単純 な_な べくとる_ベクトル くうかん_空間 もでる_モデル で_で の_の けんさく_検索 に_に くらべ_比べ て_て 、_、 どうぎ_同義 ご_語 が_が もちい_用い られ_られ て_て い_い る_る ぶんしょ_文書 かん_間 の_の かんれん_関連 を_を はんえい_反映 し_し 、_、 けんさく_検索 の_の たいしょう_対象 の_の でーた_データ の_の ないよう_内容 てき_的 な_な かたより_偏り に_に えいきょう_影響 を_を うけ_受け にく_にく い_い けんさく_検索 を_を おこな_行 う_う こと_こと が_が でき_でき る_る と_と い_い う_う めりっと_メリット が_が あ_あ る_る 。_。 +きかい_機械 ほんやく_翻訳 (_( きかい_きかい ほんやく_ほんやく )_) と_と は_は 、_、 ある_ある しぜん_自然 げんご_言語 を_を べつ_別 の_の しぜん_自然 げんご_言語 へ_へ きかい_機械 てき_的 に_に へんかん_変換 する_する ぎじゅつ_技術 を_を い_い う_う 。_。 +きかい_機械 ほんやく_翻訳 の_の がいねん_概念 じたい_自体 は_は こんぴゅーた_コンピュータ の_の そんざい_存在 いぜん_以前 より_より そんざい_存在 する_する ため_ため 、_、 きかい_機械 ほんやく_翻訳 と_と ほんやく_翻訳 そふと_ソフト は_は どうぎ_同義 で_で は_は な_な い_い が_が 、_、 げんざい_現在 で_で は_は ほとんど_ほとんど ほんやく_翻訳 そふと_ソフト と_と し_し て_て じっそう_実装 さ_さ れ_れ る_る 。_。 +れい_例 と_と し_し て_て 、_、 えいご_英語 の_の ぶんしょう_文章 を_を にゅうりょく_入力 する_する と_と それ_それ を_を ほんやく_翻訳 し_し た_た にっぽん_日本 ご_語 の_の ぶんしょう_文章 を_を しゅつりょく_出力 する_する えいかず_英和 ほんやく_翻訳 そふとうえあ_ソフトウエア など_など が_が あ_あ る_る 。_。 +じどう_自動 ほんやく_翻訳 と_と も_も い_い う_う 。_。 +きんねん_近年 は_は とうけい_統計 、_、 じんこう_人工 ちのう_知能 、_、 こんぴゅーた_コンピュータ しょり_処理 のうりょく_能力 、_、 でーたべーす_データベース 、_、 きおく_記憶 ようりょう_容量 の_の しんぽ_進歩 に_に よ_よ り_り きゅうそく_急速 に_に せいちょう_成長 し_し て_て い_い る_る ぶんや_分野 で_で あ_あ る_る 。_。 +なお_尚 、_、 ほんやく_翻訳 ほうほう_方法 の_の もう_もう ひと_一 つ_つ と_と し_し て_て 、_、 「_「 じんりき_人力 ほんやく_翻訳 (_( ひと_人 の_の て_手 に_に よ_よ る_る ほんやく_翻訳 )_) 」_」 が_が あ_あ る_る 。_。 +もくじ_目次 +1_1 くうはく_  れきし_歴史 +2_2 くうはく_  あぷろーち_アプローチ +2_2 。_. 1_1 くうはく_  とうけい_統計 ほんやく_翻訳 +3_3 くうはく_  もんだい_問題 +3_3 。_. 1_1 くうはく_  ごぎ_語義 の_の たぎ_多義 せい_性 +3_3 。_. 2_2 くうはく_  じょうしき_常識 +4_4 くうはく_  ほんやく_翻訳 しえん_支援 +5_5 くうはく_  じつよう_実用 せい_性 +6_6 くうはく_  あぷりけーしょん_アプリケーション +7_7 くうはく_  ひょうか_評価 +8_8 くうはく_  かんれん_関連 こうもく_項目 +9_9 くうはく_  がいぶ_外部 りんく_リンク +10_10 くうはく_  しゅってん_出典 +れきし_歴史 +この_この せつ_節 は_は しっぴつ_執筆 の_の とちゅう_途中 で_で す_す くうはく_  この_この せつ_節 は_は しっぴつ_執筆 ちゅう_中 で_で す_す 。_。 +かひつ_加筆 、_、 ていせい_訂正 し_し て_て くださ_下さ る_る きょうりょく_協力 しゃ_者 を_を もとめ_求め て_て い_い ま_ま す_す 。_。 +あぷろーち_アプローチ +げんざい_現在 ひろ_広 く_く つか_使 わ_わ れ_れ て_て い_い る_る きかい_機械 ほんやく_翻訳 の_の げんり_原理 は_は つぎ_次 の_の とおり_とおり で_で あ_あ る_る 。_。 +くうはく_  げんご_言語 くうはく_  X_X くうはく_  で_で か_書 か_か れ_れ て_て い_い る_る ぶん_文 を_を げんご_言語 くうはく_  Y_Y くうはく_  に_に ほんやく_翻訳 する_する ばあい_場合 :_: +げんご_言語 くうはく_  X_X くうはく_  の_の ぶん_文 を_を こうぶん_構文 かいせき_解析 する_する 。_。 +え_得 られ_られ た_た こうぶん_構文 き_木 を_を 、_、 さだめ_定め られ_られ た_た きそく_規則 に_に したが_従 っ_っ て_て へんかん_変換 し_し 、_、 げんご_言語 くうはく_  Y_Y くうはく_  の_の こうぶん_構文 き_木 を_を え_得 る_る 。_。 +へんかん_変換 し_し た_た こうぶん_構文 ぼく_木 から_から げんご_言語 くうはく_  Y_Y くうはく_  の_の ぶん_文 を_を せいせい_生成 する_する 。_。 +れい_例 と_と し_し て_て 、_、 えいご_英語 から_から にっぽん_日本 ご_語 へ_へ の_の ほんやく_翻訳 を_を かんがえ_考え る_る 。_。 +くうはく_  いか_以下 の_の よう_よう な_な げんぶん_原文 が_が あたえ_与え られ_られ た_た と_と し_し よ_よ う_う 。_。 +”_” I_I くうはく_  はぶ_have くうはく_  A_a くうはく_  PEN_pen 。_. ”_” +この_この ぶん_文 を_を かいせき_解析 し_し て_て え_得 られ_られ る_る こうぶん_構文 き_木 は_は つぎ_次 の_の よう_よう に_に な_な る_る :_: +ENGLISHSYNTAXTREESAMPLE_EnglishSyntaxTreeSample 1_1 。_. PNG_png +ここ_ここ で_で 、_、 いか_以下 の_の よう_よう な_な じしょ_辞書 を_を つか_使 っ_っ て_て えいご_英語 の_の たんご_単語 を_を にっぽん_日本 ご_語 の_の たんご_単語 に_に おきかえ_置き換え る_る :_: +えいご_英語 くうはく_  UNK_  にほん_日本 ご_語 +I_I くうはく_  UNK_  わたくし_私 +はぶ_have くうはく_  UNK_  も_持 っ_っ て_て い_い る_る +A_a くうはく_  UNK_  ー_ー くうはく_  (_( くうはく_空白 )_) +PEN_pen くうはく_  UNK_  ぺん_ペン +こうぶん_構文 き_木 は_は つぎ_次 の_の よう_よう に_に な_な る_る :_: +(_( S_S くうはく_  (_( NP_NP くうはく_  (_( PRON_pron くうはく_  わたくし_私 )_) )_) くうはく_  (_( VP_VP くうはく_  (_( VERB_verb くうはく_  も_持 っ_っ て_て い_い る_る )_) くうはく_  (_( NP_NP くうはく_  (_( DET__det  ー_ー )_) くうはく_  (_( NOUN_noun くうはく_  ぺん_ペン )_) )_) )_) )_) +しかしまだ_しかしまだ ごじゅん_語順 が_が ただし_正し く_く な_な い_い し_し 、_、 じょし_助詞 も_も な_な い_い 。_。 +くうはく_  ここ_ここ で_で こうぶん_構文 き_木 に_に たい_対 し_し て_て いか_以下 の_の よう_よう な_な きそく_規則 を_を てきよう_適用 し_し て_て へんかん_変換 を_を おこな_おこな う_う :_: +”_” S_S くうはく_  やじるし_→ くうはく_  NP_NP くうはく_  VP_VP ”_” くうはく_  と_と い_い う_う のーど_ノード が_が あ_あ れ_れ ば_ば 、_、 それ_それ を_を くうはく_  ”_” S_S くうはく_  やじるし_→ くうはく_  NP_NP くうはく_  は_は くうはく_  VP_VP ”_” くうはく_  に_に へんかん_変換 せ_せ よ_よ 。_。 +”_” VP_VP くうはく_  やじるし_→ くうはく_  VERB_verb くうはく_  NP_NP ”_” くうはく_  と_と い_い う_う のーど_ノード が_が あ_あ れ_れ ば_ば 、_、 それ_それ を_を くうはく_  ”_” VP_VP くうはく_  やじるし_→ くうはく_  NP_NP くうはく_  を_を くうはく_  VERB_verb ”_” くうはく_  に_に へんかん_変換 せ_せ よ_よ 。_。 +する_する と_と へんかん_変換 さ_さ れ_れ た_た き_木 は_は この_この よう_よう に_に な_な っ_っ て_て い_い る_る :_: +(_( S_S くうはく_  (_( NP_NP くうはく_  (_( PRON_pron くうはく_  わたくし_私 )_) )_) くうはく_  は_は くうはく_  (_( VP_VP くうはく_  (_( NP_NP くうはく_  (_( DET__det  ー_ー )_) くうはく_  (_( NOUN_noun くうはく_  ぺん_ペン )_) )_) くうはく_  を_を くうはく_  (_( VERB_verb くうはく_  も_持 っ_っ て_て い_い る_る )_) )_) )_) +ここ_ここ から_から 、_、 いか_以下 の_の よう_よう な_な ほんやく_翻訳 ぶん_文 を_を せいせい_生成 でき_でき る_る :_: +”_” わたくし_私 は_は ぺん_ペン を_を も_持 っ_っ て_て い_い る_る 。_。 +”_” +これ_これ は_は ひじょう_非常 に_に たんじゅん_単純 な_な れい_例 で_で あ_あ る_る 。_。 +くうはく_  じっさい_実際 に_に は_は えいご_英語 の_の くうはく_  はぶ_have くうはく_  は_は ふくすう_複数 の_の ごぎ_語義 を_を も_も つ_つ の_の で_で 、_、 ごぎ_語義 の_の あいまい_曖昧 せい_性 かいしょう_解消 を_を し_し な_な けれ_けれ ば_ば たんじゅん_単純 に_に 「_「 はぶ_have くうはく_  やじるし_→ くうはく_  も_持 っ_っ て_て い_い る_る 」_」 と_と い_い う_う へんかん_変換 を_を する_する こと_こと は_は でき_でき な_な い_い 。_。 +くうはく_  また_また 、_、 もだりてぃ_モダリティ の_の こうりょ_考慮 や_や 、_、 しようおう_照応 の_の かいけつ_解決 、_、 けいご_敬語 の_の あつかい_扱い 、_、 しぜん_自然 な_な い_言 いまわし_いまわし の_の ぶん_文 の_の せいせい_生成 など_など じつよう_実用 てき_的 な_な ほんやく_翻訳 そふとうえあ_ソフトウエア を_を つく_つく る_る ため_ため に_に は_は おおく_多く の_の こと_こと を_を こうりょ_考慮 に_に いれ_入れ る_る ひつよう_必要 が_が あ_あ る_る 。_。 +とうけい_統計 ほんやく_翻訳 +しょうさい_詳細 は_は 「_「 とうけい_統計 ほんやく_翻訳 」_」 を_を さんしょう_参照 +けいさん_計算 き_機 の_の はったつ_発達 に_に よ_よ っ_っ て_て せんきゅうひゃくきゅうじゅう_1990 ねんだい_年代 いこう_以降 けんきゅう_研究 が_が さかん_盛ん に_に な_な っ_っ て_て い_い る_る の_の は_は とうけい_統計 てき_的 な_な しゅほう_手法 を_を もちい_用い た_た きかい_機械 ほんやく_翻訳 で_で あ_あ る_る 。_。 +くうはく_  これ_これ は_は おんせい_音声 にんしき_認識 の_の ぶんや_分野 で_で もちい_用い られ_られ て_て い_い た_た ざつおん_雑音 ちゃねる_チャネル もでる_モデル を_を おうよう_応用 し_し た_た もの_もの で_で 、_、 もと_元 げんご_言語 (_( ほんやく_翻訳 もと_元 の_の げんご_言語 )_) くうはく_  F_f くうはく_  は_は もくてき_目的 げんご_言語 (_( ほんやく_翻訳 ご_後 の_の げんご_言語 )_) くうはく_  E_e くうはく_  が_が ざつおん_雑音 の_の あ_あ る_る つうしん_通信 ろ_路 を_を とお_通 る_る あいだ_間 に_に へんか_変化 し_し て_て しま_しま っ_っ た_た もの_もの で_で あ_あ る_る と_と とらえ_捉え 、_、 ほんやく_翻訳 と_と は_は もと_元 げんご_言語 から_から もくてき_目的 げんご_言語 へ_へ の_の ふくごう_復号 で_で あ_あ る_る と_と かんがえ_考え る_る 。_。 +くうはく_  この_この とき_時 、_、 ふくごう_復号 あやまり_誤り が_が もっとも_最も ちいさ_小さ く_く な_な る_る ほんやく_翻訳 けっか_結果 くうはく_  UNK_\ HAT{_hat{ E_e }_} くうはく_  は_は いか_以下 の_の しき_式 を_を みた_満た す_す こと_こと に_に よ_よ っ_っ て_て え_得 られ_られ る_る 。_。 +UNK_\ HAT{_hat{ E_e }_} くうはく_  =_= くうはく_  UNK_\ MATHRM_mathrm {_{ ARGMAX}_{_argmax}_{ E_e }_} くうはく_  P_P (_( E_e UNK_| F_f )_) +しかし_しかし 、_、 この_この まま_まま で_で は_は もでる_モデル か_化 が_が むずかし_難し い_い ため_ため 、_、 べいず_ベイズ の_の ていり_定理 を_を もちい_用い て_て いか_以下 の_の よう_よう に_に へんけい_変形 する_する 。_。 +UNK_\ MATHRM_mathrm {_{ ARGMAX}_{_argmax}_{ E_e }_} くうはく_  P_P (_( E_e UNK_| F_f )_) くうはく_  =_= くうはく_  UNK_\ MATHRM_mathrm {_{ ARGMAX}_{_argmax}_{ E_e }_} くうはく_  UNK_\ FRAC_frac {_{ P_P (_( E_e )_) P_P (_( F_f UNK_| E_e )_) }_} {_{ P_P (_( F_f )_) }_} くうはく_  =_= くうはく_  UNK_\ MATHRM_mathrm {_{ ARGMAX}_{E_argmax}_{e }_} P_P (_( E_e )_) P_P (_( F_f UNK_| E_e )_) +よ_よ っ_っ て_て +UNK_\ HAT{_hat{ E_e }_} くうはく_  =_= くうはく_  UNK_\ MATHRM_mathrm {_{ ARGMAX}_{_argmax}_{ E_e }_} くうはく_  P_P (_( E_e )_) P_P (_( F_f UNK_| E_e )_) +ここ_ここ で_で くうはく_  P_P (_( E_e )_) くうはく_  を_を もでる_モデル か_化 し_し た_た もの_もの を_を げんご_言語 もでる_モデル 、_、 P_P (_( F_f UNK_| E_e )_) くうはく_  を_を もでる_モデル か_化 し_し た_た もの_もの を_を ほんやく_翻訳 もでる_モデル と_と よ_呼 び_び 、_、 げんご_言語 もでる_モデル は_は げんご_言語 と_と し_し て_て の_の かく_確 からし_からし さ_さ を_を 、_、 ほんやく_翻訳 もでる_モデル は_は ほんやく_翻訳 の_の かく_確 からし_からし さ_さ を_を もでる_モデル か_化 し_し て_て い_い る_る と_と いえ_言え る_る 。_。 +そして_そして 、_、 これ_これ ら_ら の_の もでる_モデル から_から ほんやく_翻訳 こうほ_候補 を_を せいせい_生成 し_し 、_、 もっとも_最も かくりつ_確率 の_の たか_高 い_い ほんやく_翻訳 けっか_結果 を_を たんさく_探索 する_する しょり_処理 けい_系 を_を でこーだ_デコーダ と_と よ_呼 ぶ_ぶ 。_。 +ほんやく_翻訳 もでる_モデル のみ_のみ で_で は_は もくてき_目的 げんご_言語 と_と し_し て_て ただし_正し く_く な_な い_い ぶん_文 と_と な_な っ_っ て_て しま_しま う_う ため_ため 、_、 げんご_言語 もでる_モデル に_に よ_よ っ_っ て_て もくてき_目的 げんご_言語 と_と し_し て_て ただし_正し く_く な_な い_い ぶん_文 を_を とりのけ_取り除け る_る と_と かんがえ_考え られ_られ る_る 。_。 +また_また 、_、 げんご_言語 もでる_モデル に_に つ_つ い_い て_て の_の けんきゅう_研究 は_は おんせい_音声 にんしき_認識 など_など の_の ぶんや_分野 に_に お_お い_い て_て すでに_既に けんきゅう_研究 が_が おこな_行 わ_わ れ_れ て_て お_お り_り 、_、 その_その ちけん_知見 を_を いか_生か す_す こと_こと も_も でき_でき る_る 。_。 +じっさい_実際 に_に は_は ぱられる_パラレル こーぱす_コーパス と_と よ_呼 ば_ば れ_れ る_る ぶん_文 どうし_同士 の_の たいおう_対応 が_が つ_つ い_い た_た 2_2 げんご_言語 かん_間 の_の こーぱす_コーパス を_を もちい_用い て_て この_この かくりつ_確率 を_を すいてい_推定 する_する こと_こと に_に な_な る_る 。_。 +もんだい_問題 +ごぎ_語義 の_の たぎ_多義 せい_性 +この_この せつ_節 は_は しっぴつ_執筆 の_の とちゅう_途中 で_で す_す くうはく_  この_この せつ_節 は_は しっぴつ_執筆 ちゅう_中 で_で す_す 。_。 +かひつ_加筆 、_、 ていせい_訂正 し_し て_て くださ_下さ る_る きょうりょく_協力 しゃ_者 を_を もとめ_求め て_て い_い ま_ま す_す 。_。 +じょうしき_常識 +きかい_機械 に_に よ_よ る_る ほんやく_翻訳 の_の こんなん_困難 さ_さ の_の ひと_ひと つ_つ は_は 、_、 それ_それ が_が ぶんぽう_文法 や_や たんご_単語 の_の いみ_意味 の_の かいせき_解析 と_と い_い っ_っ た_た ろんり_論理 てき_的 しょり_処理 だけ_だけ で_で は_は かいけつ_解決 し_し な_な い_い てん_点 に_に も_も あ_あ る_る 。_。 +たとえば_たとえば つぎ_次 の_の えいご_英語 の_の ぶん_文 は_は 、_、 +TIME_Time くうはく_  FLIES_flies くうはく_  らいく_like くうはく_  AN_an くうはく_  ARROW_arrow 。_. +ふつう_普通 は_は これ_これ を_を 「_「 とき_時 は_は や_矢 の_の よう_よう に_に とびさ_飛び去 る_る 」_」 (_( こういん_光陰 や_矢 の_の ごと_ごと し_し )_) と_と かいしゃく_解釈 する_する が_が 、_、 これ_これ を_を 「_「 じかん_時間 はえ_蠅 は_は や_矢 を_を この_好 む_む 」_」 と_と やく_訳 する_する こと_こと も_も かのう_可能 で_で 、_、 ぶんぽう_文法 てき_的 に_に も_も はたん_破綻 が_が な_な い_い 。_。 +とうぜん_当然 、_、 ふつう_普通 は_は こうしゃ_後者 は_は まちがい_間違い な_な の_の で_で あ_あ る_る が_が 、_、 こうしゃ_後者 を_を すてさ_捨て去 る_る はんだん_判断 が_が でき_でき る_る ため_ため に_に は_は 、_、 ひと_人 に_に は_は とき_時 が_が すばや_素早 く_く すぎ_過ぎ る_る と_と かん_感 じ_じ られ_られ る_る こと_こと が_が あ_あ る_る こと_こと 、_、 や_矢 は_は はや_速 く_く と_飛 ぶ_ぶ こと_こと 、_、 じかん_時間 はえ_蠅 と_と い_い う_う いきもの_生き物 は_は そんざい_存在 し_し なさ_なさ そう_そう な_な こと_こと 、_、 むし_虫 が_が や_矢 を_を この_好 む_む こと_こと など_など あ_あ り_り そう_そう に_に な_な い_い こと_こと とう_等 の_の ちしき_知識 が_が ひつよう_必要 で_で あ_あ る_る 。_。 +きょくろん_極論 すれ_すれ ば_ば 、_、 ただし_正し い_い ほんやく_翻訳 を_を おこな_行 う_う ため_ため に_に は_は その_その ぶん_文 が_が かかわ_かかわ る_る せかい_世界 その_その もの_もの に_に かん_関 する_する あらゆる_あらゆる ちしき_知識 や_や かんかく_感覚 が_が ひつよう_必要 に_に な_な る_る 。_。 +また_また 、_、 あり_あり そう_そう に_に な_な い_い じかん_時間 はえ_蠅 も_も 、_、 たとえば_たとえば るいす_ルイス ・_・ きゃろる_キャロル なら_なら そんざい_存在 さ_さ せ_せ る_る か_か も_も しれ_しれ ず_ず 、_、 もんだい_問題 は_は より_より ふくざつ_複雑 に_に な_な る_る 。_。 +ほんやく_翻訳 しえん_支援 +「_「 ほんやく_翻訳 しえん_支援 つーる_ツール 」_」 および_および 「_「 ほんやく_翻訳 めもり_メモリ 」_」 も_も さんしょう_参照 +いわゆる_いわゆる きかい_機械 ほんやく_翻訳 は_は 「_「 じどう_自動 ほんやく_翻訳 」_」 と_と 「_「 ほんやく_翻訳 しえん_支援 」_」 の_の 2_2 つ_つ の_の まったく_まったく ことな_異な る_る ほうこう_方向 で_で もちい_用い られ_られ る_る 。_。 +じどう_自動 ほんやく_翻訳 で_で は_は にんげん_人間 の_の かいにゅう_介入 は_は さいしょう_最小 げん_限 で_で あ_あ り_り 、_、 すべて_すべて を_を きかい_機械 に_に ほんやく_翻訳 さ_さ せ_せ よ_よ う_う と_と する_する 。_。 +これ_これ は_は 「_「 ほんやく_翻訳 もと_元 の_の げんご_言語 を_を りかい_理解 する_する こと_こと が_が でき_でき な_な い_い ひと_人 」_」 の_の ため_ため の_の ぎじゅつ_技術 で_で あ_あ る_る 。_。 +ほんやく_翻訳 しえん_支援 は_は ぷろ_プロ の_の ほんやく_翻訳 しゃ_者 が_が ほんやく_翻訳 さぎょう_作業 を_を こうりつ_効率 てき_的 かつ_かつ こう_高 ひんしつ_品質 に_に おこな_行 う_う ため_ため に_に ほんやく_翻訳 そふと_ソフト を_を かつよう_活用 する_する もの_もの で_で あ_あ る_る 。_。 +これ_これ は_は すでに_すでに いちぶ_一部 の_の せんしん_先進 てき_的 な_な ほんやく_翻訳 しゃ_者 に_に よ_よ っ_っ て_て かつよう_活用 さ_さ れ_れ て_て い_い る_る 。_。 +じつよう_実用 せい_性 +げんじつ_現実 の_の ほんやく_翻訳 は_は たがい_互い の_の げんご_言語 の_の かんけい_関係 に_に よ_よ っ_っ て_て も_も おおき_大き く_く ことな_異な る_る 。_。 +げんご_言語 は_は それぞれ_それぞれ こりつ_孤立 し_し て_て そんざい_存在 する_する もの_もの で_で は_は な_な く_く 、_、 おお_多 かれ_かれ すくな_少な かれ_かれ たがい_互い に_に えいきょう_影響 し_し あ_あ っ_っ て_て そんざい_存在 する_する 。_。 +とくに_特に きょうつう_共通 の_の れきし_歴史 が_が なが_長 い_い ばあい_場合 、_、 ぶんぽう_文法 や_や ごい_語彙 に_に きょうつう_共通 せい_性 、_、 あるいは_あるいは きょうつう_共通 の_の きげん_起源 を_を おお_多 く_く も_持 つ_つ こと_こと が_が あ_あ る_る 。_。 +その_その よう_よう な_な ばあい_場合 、_、 きょくたん_極端 に_に い_言 え_え ば_ば たんご_単語 を_を おきかえ_置き換え る_る だけ_だけ で_で も_も ある_ある ていど_程度 の_の れべる_レベル の_の ほんやく_翻訳 が_が かのう_可能 で_で あ_あ る_る から_から 、_、 きかい_機械 ほんやく_翻訳 も_も より_より ようい_容易 い_い 。_。 +だいたい_だいたい の_の いみ_意味 を_を し_知 る_る ため_ため の_の がいやく_概訳 に_に つ_つ い_い て_て は_は 、_、 ふらんす_フランス ご_語 、_、 すぺいん_スペイン ご_語 、_、 いたりあ_イタリア ご_語 など_など いんど_インド ・_・ よーろっぱ_ヨーロッパ ごぞく_語族 ろまんす_ロマンス ご_語 けい_系 しょご_諸語 かん_間 の_の じどう_自動 ほんやく_翻訳 は_は ひかく_比較 てき_的 じゅんとう_順当 で_で あ_あ り_り 、_、 えいご_英語 と_と ろまんす_ロマンス ご_語 けい_系 あるいは_あるいは げるまん_ゲルマン ご_語 けい_系 げんご_言語 と_と の_の あいだ_間 の_の じどう_自動 ほんやく_翻訳 も_も じつよう_実用 れべる_レベル に_に たっ_達 し_し て_て い_い る_る と_と いえ_いえ る_る 。_。 +にっぽん_日本 ご_語 から_から の_の ほんやく_翻訳 の_の ばあい_場合 、_、 じつよう_実用 の_の れべる_レベル に_に あ_あ る_る の_の は_は にっかん_日韓 じどう_自動 ほんやく_翻訳 で_で あ_あ る_る 。_。 +にっぽん_日本 ご_語 と_と かんこく_韓国 ご_語 は_は こうちゃく_膠着 ご_語 で_で あ_あ る_る と_と い_い う_う ぶんぽう_文法 てき_的 きょうつう_共通 せい_性 や_や 、_、 かんご_漢語 から_から の_の しゃくようご_借用語 も_も あ_あ り_り 、_、 じどう_自動 ほんやく_翻訳 の_の せいど_精度 は_は ぶんたい_文体 に_に も_も よる_よる が_が ふつう_普通 80_80 %_% 〜_~ 90_90 %_% で_で あ_あ る_る 。_。 +この_この ため_ため 、_、 にっかん_日韓 かん_間 で_で は_は じどう_自動 ほんやく_翻訳 けいじ_掲示 ばん_板 など_など じつよう_実用 さいと_サイト も_も そんざい_存在 する_する 。_。 +(_( がいぶ_外部 りんく_リンク 、_、 NAVER_NAVER にっかん_日韓 じどう_自動 ほんやく_翻訳 けいじ_掲示 ばん_板 さんしょう_参照 )_) 。_。 +にっぽん_日本 ご_語 の_の ばあい_場合 じょし_助詞 や_や どうおん_同音 いぎ_異義 ご_語 が_が たすう_多数 そんざい_存在 する_する ため_ため に_に けいたい_形態 そ_素 かいせき_解析 の_の だんかい_段階 で_で ほんやく_翻訳 に_に こんなん_困難 を_を きた_きた す_す 。_。 +ゆえ_ゆえ に_に いっぱん_一般 に_に えいにち_英日 ほんやく_翻訳 に_に くらべ_比べ て_て にちえい_日英 ほんやく_翻訳 の_の のうりょく_能力 は_は ひく_低 い_い だんかい_段階 に_に あ_あ る_る くうはく_  。_。 +えいご_英語 の_の ごがく_語学 りょく_力 の_の な_な い_い ひと_人 が_が えいやく_英訳 を_を おこな_行 い_い できあが_出来上が っ_っ た_た えいぶん_英文 の_の ひょうか_評価 が_が でき_出来 な_な い_い ばあい_場合 、_、 えいやく_英訳 し_し た_た ぶん_文 を_を にっぽん_日本 ご_語 に_に さい_再 へんかん_変換 し_し て_て み_み て_て にほん_日本 ご_語 で_で いみ_意味 が_が とお_通 る_る か_か どう_どう か_か かくにん_確認 し_し て_て み_み る_る と_と よ_良 い_い 。_。 +ほんやく_翻訳 しえん_支援 の_の ばあい_場合 、_、 で_で は_は 、_、 とくてい_特定 の_の ぶんや_分野 の_の ほんやく_翻訳 に_に てき_適 し_し た_た ゆーざー_ユーザー じしょ_辞書 を_を さくせい_作成 する_する こと_こと に_に よ_よ り_り 、_、 ほんやく_翻訳 そふと_ソフト の_の やくしち_訳質 は_は おおはば_大幅 に_に こうじょう_向上 する_する 。_。 +だ_だ が_が いってい_一定 きぼ_規模 の_の きぎょう_企業 ・_・ そしき_組織 ゆーざー_ユーザー いがい_以外 の_の 、_、 いっぱん_一般 ゆーざー_ユーザー の_の しょう_小 きぼ_規模 な_な りよう_利用 しなりお_シナリオ で_で は_は 、_、 ゆーざー_ユーザー じしょ_辞書 の_の りよう_利用 こうか_効果 より_より も_も さくせい_作成 に_に かか_かか る_る じかん_時間 ・_・ ろうりょく_労力 の_の ほう_ほう が_が おおき_大き い_い 。_。 +その_その りゆう_理由 に_に は_は 、_、 じしょ_辞書 さくせい_作成 に_に ぎのう_技能 を_を よう_要 する_する 、_、 ゆーざー_ユーザー じしょ_辞書 の_の こんてんつ_コンテンツ が_が な_な い_い 、_、 じしょ_辞書 の_の そうご_相互 りよう_利用 の_の ため_ため の_の いんふら_インフラ が_が な_な い_い 、_、 ほんやく_翻訳 の_の りょう_量 が_が すくな_少な い_い (_( きぼ_規模 が_が すくな_少な い_い ・_・ ひんど_頻度 が_が すくな_少な い_い )_) と_と い_い っ_っ た_た こと_こと が_が かんがえ_考え られ_られ る_る 。_。 +これ_これ ら_ら の_の もんだい_問題 を_を かいけつ_解決 する_する ため_ため に_に 、_、 AAMT_AAMT (_( あじあ_アジア たいへい_太平 よう_洋 きかい_機械 ほんやく_翻訳 きょうかい_協会 )_) が_が ゆーざー_ユーザー じしょ_辞書 を_を きょうゆう_共有 する_する ため_ため の_の しよう_仕様 で_で あ_あ る_る UPF_UPF を_を さくてい_策定 し_し た_た 。_。 +その_その ご_後 、_、 にせんろく_2006 ねん_年 から_から こうけい_後継 の_の しよう_仕様 で_で あ_あ る_る UTX_UTX が_が げんざい_現在 さくてい_策定 ちゅう_中 で_で あ_あ る_る 。_。 +ほんやく_翻訳 そふと_ソフト (_( ほんやく_ほんやく そふと_ソフト )_) と_と は_は 、_、 ぱそこん_パソコン じょう_上 で_で ほんやく_翻訳 を_を おこな_行 う_う そふとうぇあ_ソフトウェア で_で あ_あ る_る 。_。 +きかい_機械 ほんやく_翻訳 の_の こう_項 も_も さんしょう_参照 。_。 +もくじ_目次 +1_1 くうはく_  ほんやく_翻訳 そふと_ソフト と_と きかい_機械 ほんやく_翻訳 +2_2 くうはく_  ほんやく_翻訳 そふと_ソフト の_の しゅるい_種類 +3_3 くうはく_  ほんやく_翻訳 そふと_ソフト の_の とくせい_特性 +4_4 くうはく_  だいひょう_代表 てき_的 な_な ほんやく_翻訳 そふと_ソフト +5_5 くうはく_  かんれん_関連 こうもく_項目 +ほんやく_翻訳 そふと_ソフト と_と きかい_機械 ほんやく_翻訳 +げんざい_現在 で_で は_は きかい_機械 ほんやく_翻訳 (_( MACHINE_machine くうはく_  TRANSLATION_translation )_) は_は そふとうぇあ_ソフトウェア に_に よ_よ っ_っ て_て おこな_行 わ_わ れ_れ 、_、 その_その いみ_意味 で_で は_は 「_「 きかい_機械 ほんやく_翻訳 くうはく_  =_= くうはく_  ほんやく_翻訳 そふと_ソフト 」_」 で_で あ_あ る_る 。_。 +しかし_しかし 、_、 きかい_機械 ほんやく_翻訳 の_の がいねん_概念 は_は こんぴゅーた_コンピュータ より_より いぜん_以前 に_に そんざい_存在 する_する 。_。 +こんぴゅーた_コンピュータ ほんやく_翻訳 と_と い_言 わ_わ ず_ず に_に 、_、 きかい_機械 ほんやく_翻訳 と_と い_い う_う の_の は_は その_その せい_せい で_で あ_あ ろ_ろ う_う 。_。 +しかし_しかし 、_、 きかい_機械 ほんやく_翻訳 と_と い_い う_う ひょうげん_表現 は_は 、_、 にんげん_人間 の_の しゅたい_主体 せい_性 が_が ひく_低 く_く 、_、 と_と も_も すれ_すれ ば_ば 「_「 きかい_機械 が_が さいしょ_最初 から_から さいご_最後 まで_まで すべて_すべて ほんやく_翻訳 する_する 」_」 と_と い_い う_う いんしょう_印象 を_を あたえ_与え がち_がち で_で あ_あ る_る 。_。 +これ_これ は_は 、_、 「_「 ほんやく_翻訳 さぎょう_作業 しえん_支援 つーる_ツール と_と し_し て_て の_の ほんやく_翻訳 そふと_ソフト 」_」 の_の りかい_理解 の_の さまたげ_妨げ と_と な_な る_る こと_こと も_も あ_あ る_る 。_。 +その_その ため_ため 、_、 きかい_機械 ほんやく_翻訳 と_と い_い う_う ひょうげん_表現 を_を さけ_避け て_て 、_、 「_「 ほんやく_翻訳 そふと_ソフト 」_」 と_と いいかえ_言い換え る_る こと_こと を_を すすめ_勧め る_る ひと_人 も_も い_い る_る 。_。 +ほんやく_翻訳 そふと_ソフト の_の しゅるい_種類 +むりょう_無料 から_から すう_数 まん_万 えん_円 ていど_程度 の_の いっぱん_一般 しょうひ_消費 しゃ_者 むけ_向け の_の せいひん_製品 と_と 、_、 すう_数 まん_万 えん_円 から_から 10_10 まん_万 えん_円 ぜんご_前後 の_の ぎょうむ_業務 よう_用 せいひん_製品 に_に たいべつ_大別 さ_さ れ_れ る_る 。_。 +ぜんしゃ_前者 は_は じどう_自動 ほんやく_翻訳 を_を しゅがん_主眼 に_に お_置 き_き 、_、 「_「 えいご_英語 が_が にがて_苦手 な_な ゆーざー_ユーザー 」_」 が_が 「_「 ぼたん_ボタン ひと_一 つ_つ で_で ほんやく_翻訳 」_」 と_と い_い っ_っ た_た てがる_手軽 さ_さ を_を しこう_志向 し_し て_て い_い る_る 。_。 +これ_これ に_に たい_対 し_し て_て 、_、 こうしゃ_後者 は_は せんもん_専門 じしょ_辞書 や_や じしょ_辞書 の_の かんり_管理 きのう_機能 など_など が_が じゅうじつ_充実 し_し て_て お_お り_り 、_、 ほんやく_翻訳 しえん_支援 に_に つか_使 わ_わ れ_れ る_る 。_。 +ほんやく_翻訳 めもり_メモリ と_と の_の れんけい_連携 が_が かのう_可能 な_な せいひん_製品 も_も あ_あ る_る 。_。 +たいわ_対話 てき_的 ほんやく_翻訳 が_が かのう_可能 な_な たいやく_対訳 えでぃた_エディタ は_は 、_、 さいきん_最近 は_は あんか_安価 な_な せいひん_製品 に_に も_も とうさい_搭載 さ_さ れ_れ る_る よう_よう に_に な_な っ_っ た_た が_が 、_、 じょうい_上位 せいひん_製品 で_で は_は ひっす_必須 で_で あ_あ る_る 。_。 +ぎょうむ_業務 よう_用 ほんやく_翻訳 そふと_ソフト は_は 、_、 「_「 それ_それ を_を つか_使 え_え ば_ば だれ_誰 で_で も_も ぷろ_プロ なみ_並み の_の ほんやく_翻訳 が_が でき_でき る_る 」_」 と_と い_い っ_っ た_た もの_もの で_で は_は な_な い_い 。_。 +ぎょうむ_業務 よう_用 ほんやく_翻訳 そふと_ソフト を_を 「_「 えいご_英語 が_が にがて_苦手 な_な ゆーざー_ユーザー 」_」 が_が こうにゅう_購入 する_する ばあい_場合 も_も あ_あ る_る が_が 、_、 ぎょうむ_業務 よう_用 ほんやく_翻訳 そふと_ソフト は_は せんもん_専門 ちしき_知識 と_と ぎのう_技能 を_を そなえ_備え た_た ほんやく_翻訳 しゃ_者 に_に よ_よ っ_っ て_て のみ_のみ 、_、 その_その しんか_真価 を_を はっき_発揮 でき_でき る_る 。_。 +ほんやく_翻訳 そふと_ソフト の_の とくせい_特性 +ほんやく_翻訳 そふと_ソフト は_は 、_、 てがみ_手紙 の_の よう_よう に_に ひ_非 ていけい_定型 てき_的 な_な ぶんしょう_文章 や_や 、_、 にゅーす_ニュース など_など しんご_新語 や_や こゆう_固有 めいし_名詞 が_が おお_多 く_く 、_、 たよう_多様 な_な わだい_話題 で_で あ_あ る_る ぶんしょう_文章 は_は にがて_苦手 で_で あ_あ る_る 。_。 +せんもん_専門 てき_的 な_な ないよう_内容 で_で あ_あ っ_っ て_て も_も 、_、 ていけい_定型 てき_的 で_で ふ_不 とくてい_特定 たすう_多数 を_を たいしょう_対象 と_と し_し て_て わか_分か り_り やす_やす く_く か_書 か_か れ_れ た_た ぶんしょう_文章 、_、 つまり_つまり まにゅある_マニュアル など_など の_の ぶんしょう_文章 で_で は_は こうか_効果 が_が だか_高 い_い 。_。 +てきせつ_適切 な_な せんもん_専門 ようご_用語 じしょ_辞書 さえ_さえ あ_あ れ_れ ば_ば 、_、 せんもん_専門 せい_性 が_が たか_高 けれ_けれ ば_ば たか_高 い_い ほど_ほど その_その ゆうよう_有用 せい_性 は_は たかま_高ま る_る 。_。 +こゆう_固有 ひょうげん_表現 ちゅうしゅつ_抽出 (_( こゆう_こゆう ひょうげん_ひょうげん ちゅうしゅつ_ちゅうしゅつ 、_、 えい_英 :_: くうはく_  NAMED_named くうはく_  ENTITY_entity くうはく_  EXTRACTION_extraction 、_、 NAMED_named くうはく_  ENTITY_entity くうはく_  RECOGNITION_recognition )_) と_と は_は 、_、 けいさん_計算 き_機 を_を もちい_用い た_た しぜん_自然 げんご_言語 しょり_処理 ぎじゅつ_技術 の_の ひと_一 つ_つ で_で あ_あ り_り 、_、 こゆう_固有 めいし_名詞 (_( じんめい_人名 、_、 ちめい_地名 など_など )_) や_や ひずけ_日付 、_、 じかん_時間 ひょうげん_表現 など_など を_を ちゅうしゅつ_抽出 する_する ぎじゅつ_技術 で_で あ_あ る_る 。_。 +じょうほう_情報 ちゅうしゅつ_抽出 の_の いっ_一 ぶんや_分野 で_で あ_あ る_る と_と さ_さ れ_れ る_る 。_。 +もくじ_目次 +1_1 くうはく_  もくてき_目的 +2_2 くうはく_  れきし_歴史 +3_3 くうはく_  ぐたい_具体 れい_例 +4_4 くうはく_  しゅほう_手法 +5_5 くうはく_  こゆう_固有 ひょうげん_表現 ぶんるい_分類 +6_6 くうはく_  さんこう_参考 ぶんけん_文献 +7_7 くうはく_  かんれん_関連 こうもく_項目 +8_8 くうはく_  がいぶ_外部 りんく_リンク +もくてき_目的 +しんぶん_新聞 きじ_記事 など_など げんじつ_現実 せかい_世界 に_に そんざい_存在 する_する てきすと_テキスト に_に は_は たいりょう_大量 の_の こゆう_固有 ひょうげん_表現 くうはく_  (_( NAMED_Named くうはく_  えんてぃてぃー_Entity )_) くうはく_  が_が ふく_含 ま_ま れ_れ て_て い_い る_る 。_。 +けいたい_形態 そ_素 かいせき_解析 など_など を_を おこな_行な う_う さい_際 、_、 それ_それ ら_ら の_の こゆう_固有 ひょうげん_表現 は_は じしょ_辞書 に_に とうろく_登録 さ_さ れ_れ て_て い_い な_な い_い ばあい_場合 、_、 みち_未知 ご_語 と_と し_し て_て あつか_扱 わ_わ れ_れ 、_、 かいせき_解析 の_の あやまり_誤り を_を おこ_起こ す_す 。_。 +その_その ため_ため 、_、 さまざま_様々 な_な こゆう_固有 ひょうげん_表現 を_を じしょ_辞書 に_に とうろく_登録 する_する ひつよう_必要 が_が あ_あ る_る が_が 、_、 ぜんじゅつ_前述 の_の とおり_通り 、_、 げんじつ_現実 の_の てきすと_テキスト に_に は_は たいりょう_大量 の_の こゆう_固有 ひょうげん_表現 が_が そんざい_存在 し_し 、_、 ひとで_人手 で_で それ_それ ら_ら を_を とうろく_登録 する_する こと_こと は_は こんなん_困難 で_で あ_あ る_る 。_。 +この_この もんだい_問題 を_を かいけつ_解決 する_する ため_ため 、_、 けいさん_計算 き_機 に_に よ_よ っ_っ て_て たいりょう_大量 の_の てきすと_テキスト から_から こゆう_固有 ひょうげん_表現 を_を じどう_自動 てき_的 に_に ちゅうしゅつ_抽出 する_する ぎじゅつ_技術 が_が うまれ_生まれ た_た 。_。 +れきし_歴史 +この_この せつ_節 は_は しっぴつ_執筆 の_の とちゅう_途中 で_で す_す くうはく_  この_この せつ_節 は_は しっぴつ_執筆 ちゅう_中 で_で す_す 。_。 +かひつ_加筆 、_、 ていせい_訂正 し_し て_て くださ_下さ る_る きょうりょく_協力 しゃ_者 を_を もとめ_求め て_て い_い ま_ま す_す 。_。 +こゆう_固有 ひょうげん_表現 と_と い_い う_う がいねん_概念 と_と こゆう_固有 ひょうげん_表現 ちゅうしゅつ_抽出 が_が ていしょう_提唱 さ_さ れ_れ た_た の_の は_は 、_、 せんきゅうひゃくきゅうじゅう_1990 としごろ_年頃 あめりか_アメリカ がっしゅう_合衆 こく_国 の_の だーぱ_DARPA が_が そしき_組織 し_し た_た ひょうか_評価 がた_型 ぷろじぇくと_プロジェクト くうはく_  MUC_MUC くうはく_  (_( MESSAGE__Message  UNDERSTAND_Understand いんぐ_ing くうはく_  こんふぁれんす_Conference )_) くうはく_  に_に お_お い_い て_て で_で あ_あ る_る と_と さ_さ れ_れ る_る 。_。 +にっぽん_日本 こく_国 ない_内 に_に お_お い_い て_て は_は じょうほう_情報 ちゅうしゅつ_抽出 ・_・ じょうほう_情報 けんさく_検索 の_の ひょうか_評価 がた_型 わーくしょっぷ_ワークショップ で_で あ_あ る_る くうはく_  IREX_IREX くうはく_  (_( INFORMATION_Information くうはく_  RETR_Retr IEVAL_ieval くうはく_  AND_and くうはく_  EXTRACTION_Extraction くうはく_  EXERCISE_Exercise )_) くうはく_  に_に おけ_おけ る_る じょうほう_情報 ちゅうしゅつ_抽出 の_の きょうゆう_共有 たすく_タスク の_の ひと_一 つ_つ と_と し_し て_て しゅつだい_出題 さ_さ れ_れ た_た 。_。 +しぜん_自然 げんご_言語 せいせい_生成 (_( えい_英 :_: くうはく_  NATURAL_Natural くうはく_  LANGUAGE__language  GENERATION_generation )_) と_と は_は 、_、 しぜん_自然 げんご_言語 しょり_処理 の_の いっしゅ_一種 で_で ちしき_知識 べーす_ベース や_や ろんり_論理 けいしき_形式 など_など の_の きかい_機械 ひょうげん_表現 けい_系 から_から しぜん_自然 げんご_言語 を_を せいせい_生成 する_する こと_こと を_を い_言 う_う 。_。 +しぜん_自然 げんご_言語 りかい_理解 の_の ぎゃく_逆 と_と い_言 わ_わ れ_れ る_る こと_こと も_も あ_あ る_る 。_。 +しぜん_自然 げんご_言語 りかい_理解 が_が にゅうりょく_入力 ぶん_文 を_を めいかく_明確 か_化 し_し て_て きかい_機械 ひょうげん_表現 げんご_言語 を_を せいせい_生成 する_する の_の に_に たい_対 し_し て_て 、_、 しぜん_自然 げんご_言語 せいせい_生成 は_は がいねん_概念 を_を どう_如何 に_に し_し て_て ことば_言葉 で_で あらわ_表 すか_すか に_に つ_つ い_い て_て はんだん_判断 を_を ひつよう_必要 と_と する_する 。_。 +もくじ_目次 +1_1 くうはく_  がいよう_概要 +2_2 くうはく_  おうよう_応用 +3_3 くうはく_  さんこう_参考 ぶんけん_文献 +4_4 くうはく_  がいぶ_外部 りんく_リンク +がいよう_概要 +てきすと_テキスト せいせい_生成 ぷろせす_プロセス に_に は_は 、_、 たとえば_たとえば きまり_決まり もんく_文句 の_の いちらん_一覧 から_から えら_選 ば_ば れ_れ た_た ことば_言葉 を_を せつぞく_接続 よう_用 てきすと_テキスト で_で つなげ_繋げ る_る と_と い_い っ_っ た_た たんじゅん_単純 な_な しょり_処理 も_も あ_あ る_る 。_。 +これ_これ は_は たとえば_例えば 、_、 うらない_占い きかい_機械 や_や ぱーそならいず_パーソナライズ さ_さ れ_れ た_た びじねす_ビジネス れたー_レター の_の よう_よう な_な りょういき_領域 で_で は_は じゅうぶん_十分 な_な ぶんしょう_文章 を_を せいせい_生成 する_する 。_。 +しかし_しかし せんれん_洗練 さ_さ れ_れ た_た しぜん_自然 げんご_言語 せいせい_生成 しすてむ_システム で_で は_は 、_、 きまり_決まり もんく_文句 の_の くりかえし_繰り返し に_に みえ_見え な_な い_い しぜん_自然 な_な ぶんしょう_文章 を_を せいせい_生成 する_する ため_ため 、_、 じょうほう_情報 の_の とうごう_統合 と_と けいかく_計画 の_の ふぇーず_フェーズ を_を ひつよう_必要 と_と する_する 。_。 +てんけい_典型 てき_的 な_な ふぇーず_フェーズ は_は つぎ_次 の_の とおり_通り で_で あ_あ る_る 。_。 +こんてんつ_コンテンツ けってい_決定 +げんきゅう_言及 する_する かち_価値 が_が あ_あ る_る とくちょう_特徴 ・_・ ぞくせい_属性 を_を けってい_決定 する_する 。_。 +この_この だんかい_段階 で_で つか_使 う_う ぎほう_技法 は_は でーた_データ まいにんぐ_マイニング と_と かんけい_関係 する_する 。_。 +ろんじゅつ_論述 けいかく_計画 +じょうほう_情報 ていじ_提示 を_を ぜんたい_全体 と_と し_し て_て こうせい_構成 する_する 。_。 +ぶん_文 の_の とうごう_統合 +るいじ_類似 の_の ぶん_文 を_を とうごう_統合 し_し て_て 、_、 かどく_可読 せい_性 と_と しぜん_自然 らし_らし さ_さ を_を かいぜん_改善 する_する 。_。 +たとえば_例えば 、_、 「_「 つぎ_次 の_の れっしゃ_列車 は_は かれどにあ_カレドニア きゅうこう_急行 で_で す_す 」_」 と_と 「_「 つぎ_次 の_の れっしゃ_列車 は_は ごぜん_午前 10_10 じ_時 に_に あばでぃーん_アバディーン を_を はっ_発 ち_ち ま_ま す_す 」_」 と_と い_い う_う ぶん_文 を_を とうごう_統合 し_し て_て 「_「 ごぜん_午前 10_10 じ_時 はつ_発 の_の つぎ_次 の_の れっしゃ_列車 は_は かれどにあ_カレドニア きゅうこう_急行 で_で す_す 」_」 と_と する_する 。_。 +ごい_語彙 か_化 +がいねん_概念 を_を たんご_単語 に_に おきかえ_置き換え る_る 。_。 +さんしょう_参照 ひょうげん_表現 の_の せいせい_生成 +だい_代 めいし_名詞 など_など の_の さんしょう_参照 を_を いみ_意味 する_する ひょうげん_表現 を_を どうにゅう_導入 し_し て_て ぶん_文 の_の なか_中 の_の たんご_単語 どうし_同士 を_を りんく_リンク する_する 。_。 +とうご_統語 てき_的 ・_/ けいたい_形態 すてき_素的 しょり_処理 +こうぶん_構文 かいせき_解析 の_の ぎゃく_逆 を_を おこな_行 う_う 。_。 +これ_これ まで_まで の_の ふぇーず_フェーズ で_で あつめ_集め た_た すべて_全て の_の じょうほう_情報 を_を つか_使 っ_っ て_て 、_、 とうご_統語 ろん_論 きそく_規則 と_と けいたい_形態 ろん_論 きそく_規則 を_を てきよう_適用 し_し 、_、 じっさい_実際 の_の ぶん_文 を_を あらわ_表 す_す もじ_文字 れつ_列 を_を せいせい_生成 する_する 。_。 +せいしょ_正書 ほう_法 しょり_処理 +だい_大 もじ_文字 しょう_小 もじ_文字 や_や やく_約 もの_物 の_の つかいわけ_使い分け 、_、 ふぉーまっと_フォーマット など_など を_を おこな_行 う_う 。_。 +おうよう_応用 +しぜん_自然 げんご_言語 せいせい_生成 の_の おうよう_応用 の_の さい_最 た_た る_る れい_例 は_は 、_、 すうち_数値 など_など の_の げんご_言語 てき_的 で_で な_な い_い でーた_データ を_を てきすと_テキスト か_化 さ_さ れ_れ た_た がいよう_概要 に_に へんかん_変換 する_する しすてむ_システム で_で あ_あ り_り 、_、 しぜん_自然 げんご_言語 せいせい_生成 と_と でーた_データ かいせき_解析 を_を とうごう_統合 し_し た_た もの_もの で_で あ_あ る_る 。_。 +たとえば_例えば 、_、 すうち_数値 よほう_予報 でーた_データ から_から じどう_自動 てき_的 に_に てんき_天気 よほう_予報 の_の ぶんしょう_文章 を_を せいせい_生成 する_する しすてむ_システム など_など が_が あ_あ る_る 。_。 +また_また 、_、 かわ_変わ っ_っ た_た ところ_ところ で_で は_は 、_、 じょーく_ジョーク を_を じどう_自動 せいせい_生成 する_する しすてむ_システム も_も あ_あ る_る 。_。 +こうがく_光学 もじ_文字 にんしき_認識 (_( こうがく_こうがく も_も じにんしき_じにんしき 、_、 えい_英 :_: くうはく_  OPTICAL_Optical くうはく_  CHARACTER_Character くうはく_  RECOGNITION_Recognition )_) は_は 、_、 かつじ_活字 の_の ぶんしょ_文書 の_の がぞう_画像 (_( つうじょう_通常 いめーじ_イメージ すきゃなー_スキャナー で_で とりこ_取り込 ま_ま れ_れ る_る )_) を_を こんぴゅーた_コンピュータ が_が へんしゅう_編集 でき_でき る_る けいしき_形式 (_( もじ_文字 こーど_コード の_の れつ_列 )_) に_に へんかん_変換 する_する そふとうぇあ_ソフトウェア で_で あ_あ る_る 。_。 +いっぱん_一般 に_に おーしーあーる_OCR と_と りゃっき_略記 さ_さ れ_れ る_る 。_。 +おーしーあーる_OCR は_は 、_、 じんこう_人工 ちのう_知能 や_や ましんびじょん_マシンビジョン の_の けんきゅう_研究 ぶんや_分野 と_と し_し て_て はじま_始ま っ_っ た_た 。_。 +けんきゅう_研究 は_は つずけ_続け られ_られ て_て い_い る_る が_が 、_、 おーしーあーる_OCR の_の ちゅうしん_中心 は_は その_その じっそう_実装 と_と おうよう_応用 に_に うつ_移 っ_っ て_て い_い る_る 。_。 +かみ_紙 に_に いんさつ_印刷 さ_さ れ_れ た_た ぶんしょ_文書 を_を でじ_デジ たいず_タイズ し_し 、_、 より_より こんぱくと_コンパクト な_な かたち_形 で_で きろく_記録 する_する の_の に_に ひつよう_必要 と_と さ_さ れ_れ る_る 。_。 +さらに_さらに 、_、 もじ_文字 こーど_コード に_に へんかん_変換 する_する こと_こと で_で きかい_機械 ほんやく_翻訳 や_や おんせい_音声 ごうせい_合成 の_の にゅうりょく_入力 に_に も_も つかえ_使え る_る よう_よう に_に な_な り_り 、_、 てきすとまいにんぐ_テキストマイニング も_も かのう_可能 と_と な_な る_る 。_。 +けんきゅう_研究 ぶんや_分野 と_と し_し て_て は_は 、_、 ぱたーん_パターン にんしき_認識 、_、 じんこう_人工 ちのう_知能 、_、 こんぴゅーたびじょん_コンピュータビジョン が_が たいおう_対応 する_する 。_。 +(_( かがみ_鏡 や_や れんず_レンズ と_と い_い っ_っ た_た こうがく_光学 ぎじゅつ_技術 を_を つか_使 っ_っ た_た )_) こうがく_光学 もじ_文字 にんしき_認識 と_と (_( すきゃなー_スキャナー と_と あるごりずむ_アルゴリズム に_に よ_よ る_る )_) でじたる_デジタル もじ_文字 にんしき_認識 は_は ほんらい_本来 べつ_別 の_の りょういき_領域 と_と かんがえ_考え られ_られ て_て い_い た_た 。_。 +こうがく_光学 ぎじゅつ_技術 と_と し_し て_て いきのこ_生き残 っ_っ た_た ぶぶん_部分 が_が ひじょう_非常 に_に すくな_少な い_い ため_ため 、_、 こうがく_光学 もじ_文字 にんしき_認識 と_と い_い う_う ことば_言葉 は_は げんざい_現在 で_で は_は でじたる_デジタル もじ_文字 にんしき_認識 を_を ふく_含 む_む もの_もの と_と みな_みな さ_さ れ_れ て_て い_い る_る 。_。 +しょき_初期 の_の しすてむ_システム は_は とくてい_特定 の_の しょたい_書体 を_を よ_読 む_む ため_ため の_の 「_「 とれーにんぐ_トレーニング 」_」 が_が ひつよう_必要 で_で あ_あ っ_っ た_た (_( じぜん_事前 に_に その_その しょたい_書体 の_の さんぷる_サンプル を_を よ_読 ま_ま せ_せ る_る こと_こと を_を いみ_意味 する_する )_) 。_。 +げんざい_現在 で_で は_は 、_、 ほとんど_ほとんど の_の しょたい_書体 を_を たか_高 い_い しきじ_識字 りつ_率 で_で へんかん_変換 する_する こと_こと が_が かのう_可能 で_で あ_あ る_る 。_。 +いく_いく つ_つ か_か の_の しすてむ_システム で_で は_は よみこ_読み込 ま_ま れ_れ た_た がぞう_画像 から_から それ_それ と_と ほぼ_ほぼ おなじ_同じ に_に な_な る_る よう_よう ふぉーまっと_フォーマット さ_さ れ_れ た_た しゅつりょく_出力 (_( たとえば_例えば わーど_ワード ぷろせっさ_プロセッサ の_の ふぁいる_ファイル の_の よう_よう な_な もの_もの )_) を_を せいせい_生成 する_する こと_こと が_が かのう_可能 で_で あ_あ り_り 、_、 なか_中 に_に は_は がぞう_画像 など_など の_の ぶんしょ_文書 いがい_以外 の_の ぶぶん_部分 が_が ふく_含 ま_ま れ_れ て_て い_い て_て も_も ただし_正し く_く にんしき_認識 する_する もの_もの も_も あ_あ る_る 。_。 +もくじ_目次 +1_1 くうはく_  れきし_歴史 +2_2 くうはく_  しかく_視覚 しょうがい_障害 しゃ_者 に_に と_と っ_っ て_て の_の じゅうよう_重要 せい_性 +3_3 くうはく_  おーしーあーる_OCR ぎじゅつ_技術 の_の じょうきょう_状況 +4_4 くうはく_  がくふ_楽譜 おーしーあーる_OCR +5_5 くうはく_  おーしーあーる_OCR そふとうぇあ_ソフトウェア +6_6 くうはく_  きゃくちゅう_脚注 +7_7 くうはく_  かんれん_関連 こうもく_項目 +8_8 くうはく_  がいぶ_外部 りんく_リンク +れきし_歴史 +こうがく_光学 もじ_文字 にんしき_認識 の_の げんてん_原点 は_は 、_、 でんしん_電信 ぎじゅつ_技術 の_の かくちょう_拡張 と_と しかく_視覚 しょうがい_障害 しゃ_者 が_が もじ_文字 を_を よ_読 む_む ため_ため の_の きかい_機械 の_の かいはつ_開発 と_と い_い う_う 2_2 つ_つ の_の もんだい_問題 に_に まつわ_まつわ る_る かつどう_活動 で_で あ_あ る_る 。_。 +1914_1914 ねん_年 えまにゅえる_エマニュエル ・_・ ごーるどばーぐ_ゴールドバーグ (_( えいご_英語 ばん_版 )_) は_は 、_、 もじ_文字 れつ_列 を_を よみと_読み取 り_り でんしん_電信 ふごう_符号 に_に へんかん_変換 する_する きかい_機械 を_を かいはつ_開発 し_し た_た 「_[ よう_要 しゅってん_出典 」_] 。_。 +おなじ_同じ ころ_ころ えどまんど_エドマンド ・_・ ふるにえ_フルニエ ・_・ だるべ_ダルベ (_( えいご_英語 ばん_版 )_) は_は おぷとふぉん_オプトフォン (_( えいご_英語 ばん_版 )_) と_と い_い う_う けいたい_携帯 がた_型 すきゃな_スキャナ を_を かいはつ_開発 し_し た_た 。_。 +これ_これ を_を いんさつ_印刷 ぶつ_物 の_の ぺーじ_ページ じょう_上 で_で すべ_すべ ら_ら せ_せ る_る と_と 、_、 もじ_文字 の_の けいじょう_形状 に_に よ_よ っ_っ て_て ことな_異な る_る おと_音 を_を はっ_発 する_する 。_。 +ごーるどばーぐ_ゴールドバーグ は_は でーた_データ にゅうりょく_入力 しゅだん_手段 と_と し_し て_て おーしーあーる_OCR ぎじゅつ_技術 の_の かいはつ_開発 を_を つずけ_続け た_た 。_。 +あと_後 に_に かれ_彼 は_は 、_、 がぞう_画像 を_を こうでん_光電 かん_管 で_で よみと_読み取 り_り 、_、 ひつよう_必要 な_な しきべつ_識別 ぱたーん_パターン を_を ふく_含 む_む てんぷれーと_テンプレート と_と ひかく_比較 する_する こと_こと で_で まっちんぐ_マッチング を_を みつけ_見つけ る_る と_と い_い う_う ぎほう_技法 を_を ていあん_提案 し_し た_た 。_。 +1929_1929 ねん_年 、_、 ぐすたふ_グスタフ ・_・ たうしぇく_タウシェク (_( えいご_英語 ばん_版 )_) も_も どうよう_同様 の_の あいであ_アイデア を_を おもいつ_思いつ き_き 、_、 どいつ_ドイツ で_で おーしーあーる_OCR に_に かん_関 する_する とっきょ_特許 を_を しゅとく_取得 し_し た_た 。_。 +あめりか_アメリカ で_で は_は 1933_1933 ねん_年 、_、 ぽーる_ポール ・_・ W_W ・_・ はんでる_ハンデル が_が どうよう_同様 の_の てんぷれーと_テンプレート ・_・ まっちんぐ_マッチング ほうしき_方式 の_の おーしーあーる_OCR ぎじゅつ_技術 の_の とっきょ_特許 を_を しゅとく_取得 し_し て_て い_い る_る (_( あめりか_アメリカ がっしゅう_合衆 こく_国 とっきょ_特許 だい_第 1_1 、_, 91_91 5_5 、_, 993_993 ごう_号 )_) 。_。 +1935_1935 ねん_年 、_、 たうしぇく_タウシェク も_も あめりか_アメリカ で_で とっきょ_特許 を_を しゅとく_取得 し_し た_た (_( あめりか_アメリカ がっしゅう_合衆 こく_国 とっきょ_特許 だい_第 2、_2, 0_0 2_2 6_6 、_, 329_329 ごう_号 )_) 。_。 +1949_1949 ねん_年 、_、 べいこく_米国 ふくいん_復員 ぐんじん_軍人 えんご_援護 きょく_局 から_から しかく_視覚 しょうがい_障害 しゃ_者 しえん_支援 の_の ため_ため と_と い_い う_う ようせい_要請 を_を うけ_受け 、_、 RCA_RCA の_の ぎじゅつ_技術 しゃ_者 ら_ら が_が しょき_初期 の_の こんぴゅーた_コンピュータ を_を つか_使 っ_っ た_た おーしーあーる_OCR を_を けんきゅう_研究 し_し た_た 。_。 +この_この けんきゅう_研究 に_に は_は 、_、 たんに_単に かつじ_活字 を_を こんぴゅーたうち_コンピュータ内 の_の もじ_文字 こーど_コード に_に へんかん_変換 する_する だけ_だけ で_で な_な く_く 、_、 その_その もじ_文字 を_を よみあげ_読み上げ る_る と_と い_い う_う ぶぶん_部分 も_も ふく_含 ま_ま れ_れ て_て お_お り_り 、_、 しょき_初期 の_の おんせい_音声 ごうせい_合成 の_の けんきゅう_研究 で_で も_も あ_あ る_る 。_。 +しかし_しかし 、_、 こすと_コスト が_が かか_かか り_り すぎ_すぎ る_る こと_こと が_が はんめい_判明 し_し 、_、 けんきゅう_研究 は_は ざせつ_挫折 し_し た_た 。_。 +1950_1950 ねん_年 、_、 AFSA_AFSA (_( あめりか_アメリカ こっか_国家 あんぜん_安全 ほしょう_保障 きょく_局 の_の ぜんしん_前身 )_) の_の あんごう_暗号 かいどく_解読 しゃ_者 でいヴぃっど_デイヴィッド ・_・ H_H ・_・ しぇぱーど_シェパード (_( えいご_英語 ばん_版 )_) は_は 、_、 にっぽん_日本 の_の ぱーぷる_パープル あんごう_暗号 を_を かいどく_解読 し_し た_た こと_こと で_で し_知 ら_ら れ_れ る_る ふらんく_フランク ・_・ ろうれっと_ロウレット の_の いらい_依頼 に_に よ_よ り_り 、_、 るいす_ルイス ・_・ とーでら_トーデラ と_と とも_共 に_に きょく_局 の_の てつずき_手続き の_の じどう_自動 か_化 の_の かんこく_勧告 あん_案 さくせい_作成 に_に とりく_取り組 ん_ん だ_だ 。_。 +その_その なか_中 に_に は_は いんさつ_印刷 さ_さ れ_れ た_た ぶんしょ_文書 を_を こんぴゅーた_コンピュータ が_が しょり_処理 でき_でき る_る けいしき_形式 に_に へんかん_変換 する_する もんだい_問題 も_も ふく_含 ま_ま れ_れ て_て い_い た_た 。_。 +しぇぱーど_シェパード は_は その_その よう_よう な_な こと_こと を_を する_する きかい_機械 くうはく_  ”_” GISMO_Gismo ”_” くうはく_  を_を さくせい_作成 する_する こと_こと を_を きめ_決め 、_、 ゆうじん_友人 の_の はーヴぇい_ハーヴェイ ・_・ くっく_クック と_と とも_共 に_に じたく_自宅 で_で よる_夜 や_や しゅうまつ_週末 を_を りよう_利用 し_し て_て しさく_試作 に_に とりく_取り組 ん_ん だ_だ 。_。 +1953_1953 ねん_年 、_、 しぇぱーど_シェパード は_は とっきょ_特許 (_( あめりか_アメリカ がっしゅう_合衆 こく_国 とっきょ_特許 だい_第 2_2 、_, 6_6 6_6 3_3 、75_,75 8_8 ごう_号 )_) を_を しゅとく_取得 。_。 +GISMO_Gismo は_は えいご_英語 の_の あるふぁべっと_アルファベット の_の うち_うち 23_23 もじ_文字 を_を よみと_読み取 る_る こと_こと が_が でき_でき 、_、 もーるす_モールス ふごう_符号 を_を りかい_理解 し_し 、_、 がくふ_楽譜 を_を よみと_読みと る_る こと_こと が_が でき_でき 、_、 かつじ_活字 の_の ぺーじ_ページ を_を よみあげ_読み上げ る_る こと_こと が_が でき_でき 、_、 たいぷ_タイプ さ_さ れ_れ た_た ぺーじ_ページ を_を よみと_読みと っ_っ て_て ぷりんたー_プリンター で_で ふくせい_複製 する_する こと_こと が_が でき_でき た_た 。_。 +しぇぱーど_シェパード は_は その_その ご_後 くうはく_  INTELLIGENT_Intelligent くうはく_  MACHINES_Machines くうはく_  りさーち_Research くうはく_  こーぽれーしょん_Corporation (_( えいご_英語 ばん_版 )_) くうはく_  (_( IMR_IMR )_) くうはく_  を_を せつりつ_設立 し_し 、_、 せかい_世界 はつ_初 の_の いく_いく つ_つ か_か の_の しょうよう_商用 おーしーあーる_OCR しすてむ_システム を_を しゅっか_出荷 し_し た_た 。_。 +GISMO_Gismo くうはく_  も_も くうはく_  IMR_IMR くうはく_  の_の しすてむ_システム も_も たんじゅん_単純 な_な もじ_文字 まっちんぐ_マッチング で_で は_は な_な い_い がぞう_画像 かいせき_解析 を_を し_し て_て い_い て_て 、_、 いく_いく つ_つ か_か の_の しょたい_書体 を_を にんしき_認識 する_する こと_こと が_が でき_でき た_た 。_。 +GISMO_Gismo くうはく_  は_は がぞう_画像 ちゅう_中 の_の もじ_文字 の_の いち_位置 を_を せいかく_正確 に_に あわせ_合わせ る_る ひつよう_必要 が_が あ_あ っ_っ た_た が_が 、_、 IMR_IMR しすてむ_システム で_で は_は すきゃん_スキャン りょういき_領域 の_の どこ_どこ の_の もじ_文字 で_で あ_あ っ_っ て_て も_も にんしき_認識 でき_でき 、_、 じつよう_実用 に_に たえ_耐え る_る もの_もの で_で あ_あ っ_っ た_た 。_。 +さいしょ_最初 の_の しょうよう_商用 しすてむ_システム は_は 1955_1955 ねん_年 に_に りーだーず_リーダーズ ・_・ だいじぇすと_ダイジェスト しゃ_社 に_に のうにゅう_納入 さ_さ れ_れ 、_、 はんばい_販売 ほうこく_報告 しょ_書 を_を こんぴゅーた_コンピュータ に_に にゅうりょく_入力 する_する の_の に_に つか_使 わ_わ れ_れ た_た 。_。 +たいぷ_タイプ さ_さ れ_れ た_た ほうこく_報告 しょ_書 を_を ぱんち_パンチ かーど_カード に_に へんかん_変換 し_し 、_、 それ_それ を_を こんぴゅーた_コンピュータ に_に にゅうりょく_入力 する_する もの_もの で_で 、_、 ねんかん_年間 1500_1500 まん_万 から_から 2000_2000 まん_万 ぶ_部 を_を うりあげ_売り上げ て_て い_い る_る どうしゃ_同社 の_の じむ_事務 しょり_処理 を_を こうりつ_効率 か_化 し_し た_た 。_。 +この_この しすてむ_システム は_は あと_後 に_に すみそにあん_スミソニアン はくぶつ_博物 かん_館 に_に むしょう_無償 で_で ていきょう_提供 さ_さ れ_れ てんじ_展示 さ_さ れ_れ て_て い_い る_る 。_。 +2_2 だい_台 め_目 の_の しすてむ_システム は_は すたんだーど_スタンダード ・_・ おいる_オイル が_が かりふぉるにあ_カリフォルニア しゅう_州 で_で くれじっと_クレジット かーど_カード の_の もじ_文字 を_を よみと_読み取 る_る ため_ため に_に つか_使 い_い 、_、 た_他 の_の せきゆ_石油 がいしゃ_会社 も_も これ_これ に_に ついずい_追随 し_し た_た 。_。 +IMR_IMR が_が 1950_1950 ねんだい_年代 こうはん_後半 に_に はんばい_販売 し_し た_た ほか_他 の_の しすてむ_システム と_と し_し て_て は_は でんわ_電話 がいしゃ_会社 の_の せいきゅう_請求 しょ_書 よみと_読み取 り_り そうち_装置 や_や あめりか_アメリカ くうぐん_空軍 の_の てれたいぷ_テレタイプ よう_用 ぺーじ_ページ すきゃなー_スキャナー など_など が_が あ_あ る_る 。_。 +IBM_IBM など_など は_は あと_後 に_に しぇぱーど_シェパード から_から おーしーあーる_OCR とっきょ_特許 の_の らいせんす_ライセンス きょうよ_供与 を_を うけ_受け て_て い_い る_る 。_。 +1965_1965 ねん_年 ごろ_ごろ 、_、 りーだーず_リーダーズ ・_・ だいじぇすと_ダイジェスト と_と RCA_RCA は_は 、_、 つか_使 わ_わ れ_れ て_て もど_戻 っ_っ て_て き_き た_た どうし_同誌 の_の こうこく_広告 に_に つ_つ い_い て_て い_い る_る くーぽん_クーポン の_の しりある_シリアル ばんごう_番号 を_を よみと_読み取 る_る おーしーあーる_OCR そうち_装置 を_を きょうどう_共同 で_で かいはつ_開発 し_し た_た 。_。 +しりある_シリアル ばんごう_番号 は_は RCA_RCA の_の ぷりんたー_プリンター で_で おーしーあーる_OCR ーA_ーA ふぉんと_フォント (_( えいご_英語 ばん_版 )_) で_で いんじ_印字 さ_さ れ_れ た_た 。_。 +よみと_読み取 り_り そうち_装置 は_は くうはく_  RCA_RCA くうはく_  30_30 1_1 くうはく_  と_と い_い う_う こんぴゅーた_コンピュータ に_に ちょくせつ_直接 せつぞく_接続 さ_さ れ_れ た_た 。_。 +この_この ぎじゅつ_技術 は_は TWA_TWA で_で こうくう_航空 ちけっと_チケット の_の よみとり_読み取り に_に も_も つか_使 わ_わ れ_れ る_る こと_こと と_と な_な る_る 。_。 +よみと_読み取 り_り そうち_装置 は_は まいふん_毎分 1、500_1,500 まい_枚 の_の ぶんしょ_文書 を_を しょり_処理 でき_でき 、_、 ただし_正し く_く よみとれ_読み取れ な_な かっ_かっ た_た ぶんしょ_文書 は_は はず_弾 か_か れ_れ る_る 。_。 +RCA_RCA は_は これ_これ を_を せいひん_製品 か_化 し_し 、_、 ほけん_保険 がいしゃ_会社 など_など が_が さいよう_採用 し_し た_た 。_。 +あめりか_アメリカ がっしゅう_合衆 こく_国 ゆうびん_郵便 こうしゃ_公社 も_も 1965_1965 ねん_年 から_から はつめい_発明 か_家 じぇいこぶ_ジェイコブ ・_・ れいんぼー_レインボー (_( えいご_英語 ばん_版 )_) の_の かいはつ_開発 し_し た_た ぎじゅつ_技術 を_を もと_元 に_に し_し て_て おーしーあーる_OCR ましん_マシン を_を つか_使 っ_っ て_て い_い る_る 。_。 +よーろっぱ_ヨーロッパ で_で おーしーあーる_OCR を_を さいしょ_最初 に_に さいよう_採用 し_し た_た の_の は_は いぎりす_イギリス の_の ゆうびん_郵便 きょく_局 だっ_だっ た_た 。_。 +いぎりす_イギリス で_で は_は 1965_1965 ねん_年 、_、 ゆうびん_郵便 ちょきん_貯金 に_に そうとう_相当 する_する なしょなる_ナショナル ・_・ じゃいろ_ジャイロ (_( えいご_英語 ばん_版 )_) が_が おーしーあーる_OCR を_を つか_使 っ_っ た_た じどう_自動 か_化 を_を おこな_行 っ_っ た_た 。_。 +かなだ_カナダ の_の ゆうびん_郵便 きょく_局 は_は せんきゅうひゃくななじゅういち_1971 ねん_年 から_から おーしーあーる_OCR を_を しよう_使用 し_し て_て い_い る_る 。_。 +おーしーあーる_OCR は_は うけとり_受取 にん_人 の_の なまえ_名前 と_と じゅうしょ_住所 を_を よみと_読み取 っ_っ て_て そーと_ソート (_( ぶんるい_分類 )_) する_する ため_ため に_に つか_使 わ_わ れ_れ る_る 。_。 +そして_そして ゆうびん_郵便 ばんごう_番号 に_に もとづ_基づ い_い た_た ばー_バー こーど_コード を_を ふうとう_封筒 に_に いんさつ_印刷 する_する 。_。 +その_その ご_後 てがみ_手紙 は_は ばー_バー こーど_コード に_に したが_したが っ_っ て_て こまか_細か く_く そーと_ソート を_を する_する 。_。 +ばー_バー こーど_コード が_が あてな_宛名 と_と かぶ_かぶ る_る かのう_可能 せい_性 が_が あ_あ る_る ため_ため (_( きほん_基本 てき_的 に_に あてな_宛名 や_や じゅうしょ_住所 は_は どこ_どこ に_に か_書 い_い て_て も_も よ_良 い_い )_) 、_、 ばー_バー こーど_コード は_は しがい_紫外 せん_線 らいと_ライト で_で みえ_見え る_る とくしゅ_特殊 な_な いんく_インク を_を しよう_使用 し_し て_て い_い る_る 。_。 +この_この いんく_インク は_は つうじょう_通常 の_の ひかり_光 で_で は_は おれんじ_オレンジ いろ_色 に_に みえ_見え る_る 。_。 +なお_なお 、_、 にっぽん_日本 で_で は_は かんじ_漢字 の_の よみとり_読み取り が_が むずかし_難し い_い ため_ため 、_、 1968_1968 ねん_年 7_7 がつ_月 ついたち_1日 に_に ゆうびん_郵便 ばんごう_番号 が_が どうにゅう_導入 さ_さ れ_れ 、_、 てがき_手書き の_の すうじ_数字 で_で あ_あ る_る ゆうびん_郵便 ばんごう_番号 を_を おーしーあーる_OCR しすてむ_システム で_で よみと_読み取 っ_っ て_て そーと_ソート し_し て_て い_い た_た 。_。 +せんきゅうひゃくきゅうじゅうはち_1998 ねん_年 に_に ゆうびん_郵便 ばんごう_番号 の_の 7_7 けた_桁 か_化 が_が な_な さ_さ れ_れ て_て から_から は_は おーしーあーる_OCR で_で よみと_読み取 っ_っ た_た さい_際 に_に あめりか_アメリカ の_の よう_よう に_に ばー_バー こーど_コード (_( ただし_ただし こちら_こちら は_は かし_可視 こう_光 で_で は_は むしょく_無色 な_な いんく_インク を_を しよう_使用 )_) を_を いんさつ_印刷 する_する よう_よう に_に な_な っ_っ た_た 。_。 +しかく_視覚 しょうがい_障害 しゃ_者 に_に と_と っ_っ て_て の_の じゅうよう_重要 せい_性 +せんきゅうひゃくななじゅうよん_1974 ねん_年 、_、 れい_レイ ・_・ かーつ_カーツ わいる_ワイル は_は あらゆる_あらゆる しょたい_書体 を_を よみとれ_読み取れ る_る おーしーあーる_OCR の_の かいはつ_開発 を_を おこな_行 う_う くうはく_  KURZWEIL_Kurzweil くうはく_  COMPUTER_Computer くうはく_  PRODUCTS_Products 、_, くうはく_  いんく_Inc 。_. くうはく_  を_を そうぎょう_創業 。_。 +かーつ_カーツ わいる_ワイル は_は 、_、 おんせい_音声 ごうせい_合成 ぎじゅつ_技術 と_と くみあわせれ_組合わせれ ば_ば この_この ぎじゅつ_技術 が_が しかく_視覚 しょうがい_障害 しゃ_者 に_に と_と っ_っ て_て もっとも_最も やくだ_役立 つ_つ と_と かんがえ_考え た_た 。_。 +かぎ_鍵 と_と な_な る_る ぎじゅつ_技術 は_は CCD_CCD いめーじ_イメージ すきゃな_スキャナ と_と おんせい_音声 ごうせい_合成 で_で あ_あ る_る 。_。 +せんきゅうひゃくななじゅうろく_1976 ねん_年 1_1 がつ_月 13_13 にち_日 、_、 せいひん_製品 の_の かんせい_完成 ひろう_披露 が_が おこな_行 わ_わ れ_れ た_た 。_。 +せんきゅうひゃくななじゅうはち_1978 ねん_年 、_、 かーつ_カーツ わいる_ワイル は_は おーしーあーる_OCR そふとうぇあ_ソフトウェア の_の はんばい_販売 を_を かいし_開始 。_。 +さいしょ_最初 の_の こきゃく_顧客 は_は れくしすねくしす_レクシスネクシス で_で 、_、 にゅーす_ニュース など_など の_の ぶんしょ_文書 を_を でーたべーす_データベース に_に にゅうりょく_入力 する_する の_の に_に つか_使 っ_っ た_た 。_。 +2_2 ねん_年 ご_後 、_、 かーつ_カーツ わいる_ワイル は_は かいしゃ_会社 を_を ぜろっくす_ゼロックス に_に ばいきゃく_売却 。_。 +あと_後 に_に ぜろっくす_ゼロックス は_は その_その ぶもん_部門 を_を くうはく_  SCANSOFT_Scansoft くうはく_  と_と し_し て_て すぴんおふ_スピンオフ さ_さ せ_せ 、_、 SCANSOFT_Scansoft くうはく_  は_は にゅあんす_ニュアンス こみゅにけーしょんず_コミュニケーションズ (_( えいご_英語 ばん_版 )_) と_と がっぺい_合併 し_し た_た 。_。 +おーしーあーる_OCR ぎじゅつ_技術 の_の じょうきょう_状況 +せんきゅうひゃくきゅうじゅう_1990 ねんだい_年代 なかごろ_中ごろ 、_、 あめりか_アメリカ がっしゅう_合衆 こく_国 えねるぎー_エネルギー しょう_省 くうはく_  (_( でぃーおーいー_DOE )_) くうはく_  は_は じょうほう_情報 かがく_科学 けんきゅう_研究 しょ_所 くうはく_  (_( ISRI_ISRI )_) くうはく_  に_に いんさつ_印刷 ぶんしょ_文書 の_の にんしき_認識 ぎじゅつ_技術 いくせい_育成 と_と い_い う_う しめい_使命 を_を あたえ_与え た_た 。_。 +それ_それ に_に よ_よ り_り 5_5 ねんかん_年間 に_に わた_渡 っ_っ て_て くうはく_  あにゅある_Annual くうはく_  てすと_Test くうはく_  OF_of くうはく_  おーしーあーる_OCR くうはく_  ACCURACY_Accuracy くうはく_  が_が まとめ_まとめ られ_られ た_た 。_。 +らてん_ラテン もじ_文字 の_の かつじ_活字 ぶんしょ_文書 の_の せいかく_正確 な_な にんしき_認識 は_は ほとんど_ほとんど かいけつ_解決 ずみ_済み の_の もんだい_問題 だ_だ が_が 、_、 しきじ_識字 りつ_率 (_( もじ_文字 を_を ただし_正し く_く にんしき_認識 する_する かくりつ_確率 )_) は_は 100_100 %_% で_で は_は な_な く_く 、_、 まちがい_間違い の_の ゆる_許 さ_さ れ_れ な_な い_い じょうきょう_状況 で_で は_は にんげん_人間 が_が けっか_結果 を_を かくにん_確認 する_する ひつよう_必要 が_が あ_あ る_る 。_。 +19_19 せいき_世紀 および_および 20_20 せいき_世紀 しょとう_初頭 の_の しんぶん_新聞 を_を つか_使 っ_っ た_た けんきゅう_研究 に_に よ_よ る_る と_と 、_、 たんじゅん_単純 に_に もじ_文字 たんい_単位 で_で にんしき_認識 する_する しはん_市販 の_の おーしーあーる_OCR そふとうぇあ_ソフトウェア の_の しきじ_識字 りつ_率 は_は 71_71 %_% から_から 98_98 %_% だっ_だっ た_た 。_。 +てがき_手書き もじ_文字 、_、 とくに_特に ひっき_筆記 たい_体 の_の てがき_手書き もじ_文字 にんしき_認識 や_や もじ_文字 すう_数 の_の おお_多 い_い げんご_言語 の_の もじ_文字 にんしき_認識 で_で は_は まだ_まだ けんきゅう_研究 の_の よち_余地 が_が あ_あ る_る 。_。 +もじ_文字 にんしき_認識 の_の せいど_精度 は_は いく_いく つ_つ か_か の_の そくてい_測定 ほう_法 で_で あらわ_表 さ_さ れ_れ 、_、 じっさい_実際 に_に しよう_使用 し_し た_た そくてい_測定 ほう_法 に_に よ_よ っ_っ て_て せいど_精度 は_は おおき_大き く_く さゆう_左右 さ_さ れ_れ る_る 。_。 +たとえば_例えば 、_、 ぶんみゃく_文脈 や_や じしょ_辞書 を_を つか_使 わ_わ ず_ず に_に じゅんすい_純粋 に_に もじ_文字 たんい_単位 で_で にんしき_認識 する_する ばあい_場合 、_、 しきじ_識字 りつ_率 が_が 99_99 %_% で_で あ_あ っ_っ て_て も_も 、_、 たんご_単語 べーす_ベース の_の あやまり_誤り りつ_率 は_は 5_5 %_% と_と な_な る_る か_か も_も しれ_しれ な_な い_い 。_。 +おん_オン らいん_ライン もじ_文字 にんしき_認識 は_は こうがく_光学 もじ_文字 にんしき_認識 と_と こんどう_混同 さ_さ れ_れ る_る こと_こと が_が あ_あ る_る (_( てがき_手書き もじ_文字 にんしき_認識 さんしょう_参照 )_) 。_。 +おーしーあーる_OCR は_は きほん_基本 てき_的 に_に おふ_オフ らいん_ライン の_の もじ_文字 にんしき_認識 で_で あ_あ り_り 、_、 じゅんすい_純粋 に_に もじ_文字 の_の せいてき_静的 な_な けいじょう_形状 を_を にんしき_認識 する_する 。_。 +いっぽう_一方 おん_オン らいん_ライン もじ_文字 にんしき_認識 は_は 、_、 もじ_文字 が_が か_書 か_か れ_れ る_る どうてき_動的 な_な かてい_過程 を_を にんしき_認識 する_する 。_。 +たとえば_例えば 、_、 PEN_Pen POINT_Point くうはく_  OS_OS くうはく_  や_や たぶれっと_タブレット こんぴゅーた_コンピュータ など_など が_が じぇすちゃー_ジェスチャー を_を にんしき_認識 する_する の_の も_も おん_オン らいん_ライン にんしき_認識 の_の いっしゅ_一種 で_で あ_あ り_り 、_、 ぺん_ペン が_が どう_どう い_い う_う ほうこう_方向 に_に どれ_どれ だけ_だけ うご_動 い_い た_た か_か を_を にんしき_認識 する_する 。_。 +おん_オン らいん_ライン てがき_手書き もじ_文字 にんしき_認識 を_を ちてき_知的 もじ_文字 にんしき_認識 (_( えいご_英語 ばん_版 )_) くうはく_  (_( ICR_ICR )_) くうはく_  とも_とも よ_呼 ぶ_ぶ 。_。 +てがき_手書き もじ_文字 にんしき_認識 しすてむ_システム は_は きんねん_近年 、_、 しょうよう_商用 で_で せいこう_成功 し_し て_て い_い る_る ぶんや_分野 で_で あ_あ る_る 。_。 +この_この ぎじゅつ_技術 は_は PALM_Palm くうはく_  OS_OS など_など が_が どうさ_動作 する_する けいたい_携帯 じょうほう_情報 たんまつ_端末 で_で にゅうりょく_入力 しゅだん_手段 と_と し_し て_て さいよう_採用 さ_さ れ_れ た_た 。_。 +あっぷる_アップル ・_・ にゅーとん_ニュートン が_が この_この ぎじゅつ_技術 の_の せんく_先駆 しゃ_者 で_で あ_あ る_る 。_。 +これ_これ ら_ら の_の きき_機器 で_で は_は ひつじゅん_筆順 や_や そくど_速度 や_や せん_線 の_の ほうこう_方向 が_が にゅうりょく_入力 じ_時 に_に わか_分か る_る の_の で_で ひかく_比較 てき_的 にんしき_認識 が_が ようい_容易 で_で あ_あ る_る 。_。 +また_また 、_、 ゆーざー_ユーザー がわ_側 も_も じょじょ_徐々 に_に にんしき_認識 さ_さ れ_れ やす_やす い_い もじ_文字 を_を か_書 く_く よう_よう に_に とれーにんぐ_トレーニング さ_さ れ_れ る_る と_と い_い う_う めん_面 も_も あ_あ る_る 。_。 +いっぽう_一方 、_、 かみ_紙 に_に か_書 か_か れ_れ た_た てがき_手書き もじ_文字 を_を にんしき_認識 する_する そふとうぇあ_ソフトウェア に_に は_は じょうき_上記 の_の りてん_利点 が_が な_無 い_い ため_ため 、_、 しきじ_識字 りつ_率 は_は いまだ_いまだ じゅうぶん_十分 と_と は_は いえ_言え な_な い_い 。_。 +きれい_きれい に_に か_書 か_か れ_れ た_た てがき_手書き もじ_文字 で_で も_も しきじ_識字 りつ_率 は_は 80_80 %_% から_から 90_90 %_% で_で あ_あ り_り 、_、 1_1 ぺーじ_ページ に_に つ_つ き_き すうじゅう_数十 こ_個 の_の にんしき_認識 ふのう_不能 もじ_文字 が_が しゅつげん_出現 する_する こと_こと に_に な_な る_る 。_。 +これ_これ は_は ひじょう_非常 に_に かぎ_限 ら_ら れ_れ た_た ぶんや_分野 で_で しか_しか じつよう_実用 か_化 でき_でき な_な い_い れべる_レベル で_で あ_あ る_る 。_。 +ひっき_筆記 たい_体 ぶんしょ_文書 の_の にんしき_認識 は_は けんきゅう_研究 が_が さかん_盛ん で_で あ_あ る_る が_が 、_、 しきじ_識字 りつ_率 は_は さらに_さらに ひく_低 い_い 。_。 +ひっき_筆記 たい_体 の_の もじ_文字 にんしき_認識 の_の しきじ_識字 りつ_率 を_を たかめ_高め る_る に_に は_は 、_、 ぶんみゃく_文脈 や_や ぶんぽう_文法 の_の じょうほう_情報 を_を つか_使 わ_わ な_な けれ_けれ ば_ば な_な ら_ら な_な い_い 。_。 +たとえば_例えば 、_、 じしょ_辞書 の_の たんご_単語 を_を にんしき_認識 する_する の_の は_は 、_、 てがき_手書き げんこう_原稿 の_の ここ_個々 の_の もじ_文字 を_を にんしき_認識 する_する より_より も_も かんたん_簡単 で_で あ_あ る_る 。_。 +こぎって_小切手 に_に か_書 か_か れ_れ た_た すうじ_数字 の_の れつ_列 は_は ちいさな_小さな じしょ_辞書 を_を つか_使 え_え ば_ば い_い い_い の_の で_で しきじ_識字 りつ_率 を_を あげ_上げ る_る こと_こと が_が でき_でき る_る 。_。 +すきゃん_スキャン し_し て_て い_い る_る ぶんしょ_文書 の_の げんご_言語 の_の ぶんぽう_文法 に_に かん_関 する_する ちしき_知識 が_が あ_あ れ_れ ば_ば 、_、 たんご_単語 が_が めいし_名詞 な_な の_の か_か どうし_動詞 な_な の_の か_か を_を はんべつ_判別 する_する こと_こと が_が かのう_可能 と_と な_な り_り しきじ_識字 りつ_率 を_を あげ_上げ る_る こと_こと が_が でき_でき る_る 。_。 +てがき_手書き もじ_文字 の_の かたち_形 だけ_だけ で_で は_は せいかく_正確 な_な にんしき_認識 (_( いっぱん_一般 に_に 9_9 8_8 %_% いじょう_以上 )_) は_は ふ_不 かのう_可能 と_と い_い っ_っ て_て よ_よ い_い 。_。 +おーしーあーる_OCR ぎじゅつ_技術 は_は あどばんすと_アドバンスト すきゃん_スキャン ぎじゅつ_技術 の_の きばん_基盤 と_と な_な っ_っ て_て い_い る_る 。_。 +いっぱん_一般 に_に 、_、 より_より ふくざつ_複雑 な_な にんしき_認識 もんだい_問題 に_に は_は にゅーらる_ニューラル ねっとわーく_ネットワーク を_を つか_使 う_う こと_こと が_が おお_多 く_く 、_、 ひ_非 せんけい_線形 な_な へんけい_変形 で_で も_も せんけい_線形 な_な へんけい_変形 で_で も_も よく_よく きのう_機能 する_する 。_。 +ぶんしょ_文書 ない_内 の_の にんしき_認識 が_が むずかし_難し い_い たんご_単語 や_や もじ_文字 れつ_列 の_の にんしき_認識 で_で おおいに_大いに せいこう_成功 を_を おさめ_収め て_て い_い る_る ぎほう_技法 と_と し_し て_て 、_、 にんげん_人間 の_の もじ_文字 にんしき_認識 のうりょく_能力 を_を りよう_利用 し_し た_た RE_re CAPTCHA_CAPTCHA しすてむ_システム が_が あ_あ る_る 。_。 +がくふ_楽譜 おーしーあーる_OCR +しょうさい_詳細 は_は 「_「 がくふ_楽譜 おーしーあーる_OCR 」_」 を_を さんしょう_参照 +せんきゅうひゃくななじゅう_1970 ねん_年 だい_代 、_、 いんさつ_印刷 さ_さ れ_れ た_た がくふ_楽譜 を_を よみと_読み取 る_る けんきゅう_研究 が_が MIT_MIT など_など の_の けんきゅう_研究 しょ_所 で_で おこな_行 わ_わ れ_れ た_た 。_。 +その_その ご_後 がくふ_楽譜 の_の きごう_記号 を_を にんしき_認識 する_する けんきゅう_研究 が_が つずけ_続け られ_られ 、_、 しょうよう_商用 の_の そふとうぇあ_ソフトウェア は_は くうはく_  せんきゅうひゃくきゅうじゅういち_1991 ねん_年 に_に くうはく_  ”_” MIDISCAN_MIDISCAN くうはく_  FOR_for くうはく_  WINDOWS_Windows ”_” くうはく_  (_( げん_現 :_: SMART_Smart S_S CORE_core (_( えいご_英語 ばん_版 )_) )_) くうはく_  が_が りりーす_リリース さ_さ れ_れ た_た 。_。 +くうはく_  なお_なお にっぽん_日本 に_に お_お い_い て_て は_は せんきゅうひゃくきゅうじゅうご_1995 ねん_年 がくふ_楽譜 おーしーあーる_OCR を_を とうさい_搭載 し_し た_た がくふ_楽譜 さくせい_作成 そふとうぇあ_ソフトウェア の_の すこあ_スコア めーかー_メーカー が_が かわい_河合 がっき_楽器 せいさく_製作 しょ_所 に_に て_て せいぞう_製造 はんばい_販売 さ_さ れ_れ て_て い_い る_る 。_。 +しつもん_質問 おうとう_応答 しすてむ_システム +いどう_移動 :_: くうはく_  あんない_案内 、_, くうはく_  けんさく_検索 +しつもん_質問 おうとう_応答 しすてむ_システム (_( しつもん_しつもん おうとう_おうとう しすてむ_システム )_) は_は 、_、 とくてい_特定 の_の しゅるい_種類 の_の じょうほう_情報 に_に たい_対 する_する しつもん_質問 を_を ゆーざ_ユーザ から_から しぜん_自然 げんご_言語 で_で うけ_受け つけ_つけ 、_、 その_その かいとう_解答 を_を かえ_返 す_す よう_よう な_な こんぴゅーた_コンピュータ そふとうぇあ_ソフトウェア の_の こと_こと 。_。 +かいとう_解答 は_は ぶんしょう_文章 か_か 、_、 しつもん_質問 に_に たい_対 する_する ちょくせつ_直接 かいとう_解答 が_が ほとんど_ほとんど で_で あ_あ る_る 。_。 +くうはく_  けんさく_検索 えんじん_エンジン を_を もちい_用い る_る もの_もの や_や ひゃっか_百科 じてん_辞典 など_など を_を もちい_用い たり_たり 、_、 さまざま_さまざま な_な でーたべーす_データベース を_を もと_基 に_に し_し て_て けんさく_検索 を_を おこな_行 う_う 。_。 +くうはく_  えいご_英語 の_の さいと_サイト で_で は_は くうはく_  ASKJ_AskJ EEVES_eeves くうはく_  が_が ゆうめい_有名 。_。 +きほん_基本 てき_的 な_な しょり_処理 の_の ながれ_流れ は_は 、_、 いか_以下 の_の よう_よう に_に な_な る_る 。_。 +しつもん_質問 ぶん_文 ぶんせき_分析 (_( しつもん_質問 ぶん_文 を_を たんご_単語 や_や ふし_節 など_など 、_、 けんさく_検索 えんじん_エンジン の_の くえり_クエリ に_に へんかん_変換 する_する )_) +けんさく_検索 えんじん_エンジン (_( ここ_ここ で_で は_は AND_AND けんさく_検索 など_など つうじょう_通常 の_の くえり_クエリ を_を なげかけ_投げかけ る_る こと_こと が_が おお_多 い_い )_) +しぼりこみ_絞込み (_( しゅとく_取得 し_し た_た ぶんしょう_文章 から_から 、_、 かいとう_解答 ぶぶん_部分 を_を ちゅうしゅつ_抽出 する_する )_) +けっか_結果 ひょうじ_表示 (_( かいとう_解答 を_を すこあ_スコア じゅん_順 に_に ならびかえ_並び替え 、_、 ひょうじ_表示 する_する )_) +しつもん_質問 おうとう_応答 は_は 、_、 じょうほう_情報 けんさく_検索 、_、 じょうほう_情報 ちゅうしゅつ_抽出 、_、 しぜん_自然 げんご_言語 しょり_処理 など_など たすう_多数 の_の ぶんや_分野 に_に わた_渡 る_る ぎじゅつ_技術 が_が もちい_用い られ_られ て_て い_い る_る 。_。 +おんせい_音声 にんしき_認識 (_( おんせい_おんせい にんしき_にんしき 、_, くうはく_  SPEECH_speech くうはく_  RECOGNITION_recognition )_) は_は 、_、 ひと_ヒト の_の はな_話 す_す おんせい_音声 げんご_言語 を_を こんぴゅーた_コンピュータ に_に よ_よ っ_っ て_て かいせき_解析 し_し 、_、 はな_話 し_し て_て い_い る_る ないよう_内容 を_を もじ_文字 でーた_データ と_と し_し て_て とりだ_取り出 す_す しょり_処理 の_の こと_こと 。_。 +きーぼーど_キーボード から_から の_の にゅうりょく_入力 に_に かわ_代わ る_る もじ_文字 にゅうりょく_入力 ほうほう_方法 と_と し_し て_て ちゅうもく_注目 を_を あつめ_集め て_て い_い る_る 。_。 +おんせい_音声 にんしき_認識 に_に かんれん_関連 が_が ふか_深 い_い ぎじゅつ_技術 と_と し_し て_て 、_、 あらかじめ_あらかじめ きろく_記録 し_し て_て お_お い_い た_た おんせい_音声 ぱたーん_パターン と_と ひかく_比較 し_し て_て こじん_個人 にんしょう_認証 とう_等 を_を おこな_おこな う_う 、_、 わしゃ_話者 にんしき_認識 が_が あ_あ る_る 。_。 +ぱそこん_パソコン の_の ばあい_場合 、_、 ぶんしょう_文章 を_を にゅうりょく_入力 する_する ようと_用途 で_で は_は おんせい_音声 にゅうりょく_入力 また_また は_は でぃくてーしょん_ディクテーション 、_、 あぷりけーしょん_アプリケーション の_の そうさ_操作 は_は おんせい_音声 そうさ_操作 と_と よ_呼 ば_ば れ_れ る_る 。_。 +もくじ_目次 +1_1 くうはく_  にんしき_認識 ぎじゅつ_技術 +1_1 。_. 1_1 くうはく_  とうけい_統計 てき_的 しゅほう_手法 +1_1 。_. 2_2 くうはく_  どうてき_動的 じかん_時間 しんしゅく_伸縮 ほう_法 +1_1 。_. 3_3 くうはく_  かくれ_隠れ まるこふもでる_マルコフモデル +2_2 くうはく_  じっさい_実際 と_と かだい_課題 +2_2 。_. 1_1 くうはく_  せいのう_性能 +3_3 くうはく_  けんきゅう_研究 ちゅう_中 の_の ぎじゅつ_技術 +3_3 。_. 1_1 くうはく_  MFT_MFT +3_3 。_. 2_2 くうはく_  じーえすえす_GSS +4_4 くうはく_  じつよう_実用 れい_例 +4_4 。_. 1_1 くうはく_  WINDOWS_Windows に_に おけ_おけ る_る りよう_利用 +4_4 。_. 2_2 くうはく_  きぎょう_企業 ・_・ だんたい_団体 に_に おけ_おけ る_る りよう_利用 +4_4 。_. 3_3 くうはく_  その_その た_他 の_の りよう_利用 れい_例 +4_4 。_. 4_4 くうはく_  その_その た_他 の_の おうよう_応用 れい_例 +5_5 くうはく_  おんせい_音声 にんしき_認識 そふとうぇあ_ソフトウェア れい_例 +5_5 。_. 1_1 くうはく_  おんせい_音声 にんしき_認識 を_を おうよう_応用 し_し た_た げーむ_ゲーム そふと_ソフト れい_例 +6_6 くうはく_  さんこう_参考 ぶんけん_文献 +7_7 くうはく_  がいぶ_外部 りんく_リンク +8_8 くうはく_  しゅってん_出典 +9_9 くうはく_  かんれん_関連 こうもく_項目 +にんしき_認識 ぎじゅつ_技術 +とうけい_統計 てき_的 しゅほう_手法 +おんせい_音声 にんしき_認識 で_で は_は 、_、 とうけい_統計 てき_的 しゅほう_手法 が_が よ_良 く_く もちい_用い られ_られ て_て い_い る_る 。_。 +これ_これ は_は たいりょう_大量 の_の はつわ_発話 を_を きろく_記録 し_し た_た がくしゅう_学習 よう_用 でーた_データ から_から おんせい_音声 の_の とくちょう_特徴 を_を ちくせき_蓄積 し_し 、_、 にゅうりょく_入力 さ_さ れ_れ た_た おんせい_音声 しんごう_信号 と_と ちくせき_蓄積 さ_さ れ_れ た_た とくちょう_特徴 と_と を_を ひかく_比較 し_し ながら_ながら 、_、 もっとも_最も とくちょう_特徴 に_に ちか_近 い_い げんご_言語 けいれつ_系列 を_を にんしき_認識 けっか_結果 と_と し_し て_て しゅつりょく_出力 する_する しゅほう_手法 で_で あ_あ る_る 。_。 +いっぱん_一般 に_に 、_、 おんせい_音声 の_の おんきょう_音響 てき_的 な_な とくちょう_特徴 と_と げんご_言語 てき_的 な_な とくちょう_特徴 を_を ぶんり_分離 し_し て_て あつか_扱 う_う こと_こと が_が おお_多 い_い 。_。 +おんきょう_音響 てき_的 な_な とくちょう_特徴 と_と は_は 、_、 にんしき_認識 たいしょう_対象 の_の おんそ_音素 が_が それぞれ_それぞれ どの_どの よう_よう な_な しゅうは_周波 すう_数 とくせい_特性 を_を も_持 っ_っ て_て い_い る_る か_か を_を あらわ_表 し_し た_た もの_もの で_で 、_、 おんきょう_音響 もでる_モデル と_と よ_呼 ば_ば れ_れ る_る 。_。 +おんきょう_音響 もでる_モデル の_の ひょうげん_表現 と_と し_し て_て は_は 、_、 こんごう_混合 せいき_正規 ぶんぷ_分布 を_を しゅつりょく_出力 かくりつ_確率 と_と し_し た_た かくれ_隠れ まるこふもでる_マルコフモデル が_が ひろ_広 く_く もちい_用い られ_られ て_て い_い る_る 。_。 +げんご_言語 てき_的 な_な とくちょう_特徴 と_と は_は 、_、 おんそ_音素 の_の ならび_並び かた_方 に_に かん_関 する_する せいやく_制約 を_を あらわ_表 し_し た_た もの_もの で_で 、_、 げんご_言語 もでる_モデル と_と よ_呼 ば_ば れ_れ る_る 。_。 +たとえば_例えば 、_、 「_「 あなた_あなた くうはく_  (_( A_a くうはく_  N_n くうはく_  A_a くうはく_  T_t くうはく_  A_a )_) 」_」 と_と い_い う_う はっせい_発声 の_の ちょくご_直後 に_に は_は 、_、 「_「 が_が くうはく_  (_( g_g くうはく_  A_a )_) 」_」 や_や 「_「 は_は くうはく_  (_( W_w くうはく_  A_a )_) 」_」 など_など の_の はっせい_発声 が_が つづ_続 く_く かくりつ_確率 が_が たか_高 い_い 、_、 など_など の_の せいやく_制約 で_で あ_あ る_る 。_。 +げんご_言語 もでる_モデル の_の ひょうげん_表現 と_と し_し て_て は_は 、_、 にんしき_認識 たいしょう_対象 の_の げんご_言語 が_が だい_大 きぼ_規模 な_な ばあい_場合 (_( ぱそこん_パソコン じょう_上 で_で の_の ぶんしょ_文書 さくせい_作成 など_など )_) は_は N_n ー_ー GRAM_gram が_が よ_良 く_く もちい_用い られ_られ 、_、 にんしき_認識 たいしょう_対象 の_の げんご_言語 が_が ひとで_人手 で_で もうら_網羅 でき_出来 る_る ていど_程度 に_に ちいさ_小さ い_い ばあい_場合 (_( かーなび_カーナビ の_の おんせい_音声 そうさ_操作 など_など )_) は_は 、_、 ぶんみゃく_文脈 じゆう_自由 ぶんぽう_文法 が_が よ_良 く_く もちい_用い られ_られ る_る 。_。 +どうてき_動的 じかん_時間 しんしゅく_伸縮 ほう_法 +どうてき_動的 じかん_時間 しんしゅく_伸縮 ほう_法 (_( DYNAMIC_Dynamic くうはく_  TIME_time くうはく_  WARPING_warping 、_、 DTW_DTW )_) は_は しょき_初期 の_の おんせい_音声 にんしき_認識 しゅほう_手法 で_で あ_あ る_る が_が 、_、 かくれ_隠れ まるこふもでる_マルコフモデル に_に もとづ_基づ く_く しゅほう_手法 が_が いっぱん_一般 か_化 し_し た_た ため_ため 、_、 つか_使 わ_わ れ_れ な_な く_く な_な っ_っ た_た 。_。 +じかん_時間 また_また は_は はや_早 さ_さ の_の ことな_異な る_る 2_2 つ_つ の_の しんごう_信号 しーけんす_シーケンス の_の あいだ_間 の_の るいじ_類似 ど_度 を_を はか_測 る_る あるごりずむ_アルゴリズム で_で あ_あ る_る 。_。 +たとえば_例えば 、_、 にんげん_人間 の_の ほこう_歩行 の_の ぱたーん_パターン は_は 、_、 すばや_素早 く_く ある_歩 い_い て_て も_も 、_、 ゆっくり_ゆっくり ある_歩 い_い て_て も_も 、_、 さらに_さらに は_は ほこう_歩行 の_の がぞう_画像 を_を はやおくり_早送り し_し て_て も_も すろー_スロー さいせい_再生 し_し て_て も_も いってい_一定 の_の ぱたーん_パターン が_が そんざい_存在 する_する 。_。 +DTW_DTW くうはく_  は_は おんせい_音声 だけ_だけ で_で な_な く_く どうが_動画 など_など の_の にんい_任意 の_の とき_時 けいれつ_系列 の_の でーた_データ に_に てきよう_適用 かのう_可能 で_で あ_あ る_る 。_。 +おんせい_音声 にんしき_認識 に_に お_お い_い て_て は_は 、_、 はっせい_発声 そくど_速度 が_が どう_どう で_で あ_あ っ_っ て_て も_も いってい_一定 の_の ぱたーん_パターン を_を けんしゅつ_検出 する_する ため_ため に_に つか_使 わ_わ れ_れ て_て い_い た_た 。_。 +したが_従 っ_っ て_て 、_、 ひかく_比較 の_の ため_ため の_の ひょうじゅん_標準 ぱたーん_パターン が_が ひつよう_必要 で_で あ_あ り_り 、_、 にんしき_認識 でき_でき る_る ごい_語彙 は_は げんてい_限定 さ_さ れ_れ る_る 。_。 +かくれ_隠れ まるこふもでる_マルコフモデル +おんせい_音声 しんごう_信号 は_は 、_、 だんぺん_断片 てき_的 あるいは_あるいは たん_短 じかん_時間 の_の ていじょう_定常 しんごう_信号 と_と み_見 る_る こと_こと が_が でき_でき 、_、 かくれ_隠れ まるこふもでる_マルコフモデル (_( HIDDEN_Hidden くうはく_  MARKOV_Markov くうはく_  MODEL_Model 、_、 えいちえむえむ_HMM )_) が_が てきよう_適用 かのう_可能 で_で あ_あ る_る 。_。 +すなわち_すなわち 、_、 10_10 みり_ミリ びょう_秒 ていど_程度 の_の たん_短 じかん_時間 で_で み_み た_た ばあい_場合 、_、 おんせい_音声 しんごう_信号 は_は きんじ_近似 てき_的 に_に ていじょう_定常 かてい_過程 と_と みな_見な す_す こと_こと が_が でき_でき る_る 。_。 +したが_従 っ_っ て_て 、_、 おんせい_音声 を_を おおく_多く の_の かくりつ_確率 かてい_過程 の_の まるこふ_マルコフ れんさ_連鎖 と_と かんがえ_考え る_る こと_こと が_が でき_でき る_る 。_。 +また_また 、_、 かくれ_隠れ まるこふもでる_マルコフモデル に_に よ_よ る_る おんせい_音声 にんしき_認識 は_は じどう_自動 てき_的 に_に とれーにんぐ_トレーニング さ_さ れ_れ 、_、 たんじゅん_単純 で_で けいさん_計算 りょう_量 も_も それ_それ ほど_ほど おお_多 く_く な_な い_い 。_。 +おんせい_音声 にんしき_認識 に_に つ_つ い_い て_て かんがえ_考え られ_られ る_る もっとも_最も かんたん_簡単 な_な せってい_設定 で_で は_は 、_、 かくれ_隠れ まるこふもでる_マルコフモデル は_は 10_10 みり_ミリ びょう_秒 ごと_ごと に_に たとえば_例えば 13_13 じげん_次元 ていど_程度 の_の じっすう_実数 ち_値 べくとる_ベクトル を_を しゅつりょく_出力 する_する だ_だ ろ_ろ う_う 。_。 +この_この べくとる_ベクトル は_は けぷすとらむ_ケプストラム けいすう_係数 から_から な_成 る_る 。_。 +けぷすとらむ_ケプストラム けいすう_係数 は_は たん_短 じかん_時間 の_の しんごう_信号 の_の ふーりえ_フーリエ へんかん_変換 に_に こさいん_コサイン へんかん_変換 を_を つか_使 っ_っ て_て 、_、 その_その だい_第 いち_一 (_( さいだい_最大 )_) けいすう_係数 を_を とりだ_取り出 し_し た_た もの_もの で_で あ_あ る_る 。_。 +かくれ_隠れ まるこふもでる_マルコフモデル は_は 、_、 それぞれ_それぞれ の_の かんそく_観測 さ_さ れ_れ た_た べくとる_ベクトル の_の ゆうど_尤度 を_を あたえ_与え る_る たいかく_対角 とも_共 ぶんさん_分散 の_の がうす_ガウス ぶんぷ_分布 の_の こんごう_混合 と_と も_も い_い う_う べ_べ き_き かくりつ_確率 ぶんぷ_分布 を_を も_持 つ_つ けいこう_傾向 が_が あ_あ る_る 。_。 +かく_各 たんご_単語 や_や かく_各 おんそ_音素 は_は それぞれ_それぞれ どくじ_独自 の_の しゅつりょく_出力 ぶんぷ_分布 を_を も_持 つ_つ 。_。 +たんご_単語 れつ_列 あるいは_あるいは おんそ_音素 れつ_列 に_に かん_関 する_する かくれ_隠れ まるこふもでる_マルコフモデル は_は 、_、 ここ_個々 の_の たんご_単語 や_や おんそ_音素 の_の かくれ_隠れ まるこふもでる_マルコフモデル を_を れんけつ_連結 し_し た_た もの_もの と_と な_な る_る 。_。 +これ_これ ら_ら が_が かくれ_隠れ まるこふもでる_マルコフモデル を_を しよう_使用 し_し た_た おんせい_音声 にんしき_認識 ぎじゅつ_技術 の_の がいねん_概念 で_で あ_あ る_る 。_。 +おんせい_音声 にんしき_認識 しすてむ_システム に_に は_は これ_これ いがい_以外 に_に も_も さまざま_様々 な_な ぎじゅつ_技術 を_を しよう_使用 し_し て_て い_い る_る 。_。 +ごい_語彙 の_の おお_多 い_い しすてむ_システム で_で は_は 、_、 おんそ_音素 に_に つ_つ い_い て_て ぶんみゃく_文脈 いぞん_依存 せい_性 を_を こうりょ_考慮 する_する 。_。 +また_また 、_、 わしゃ_話者 かん_間 の_の ちがい_違い や_や ろくおん_録音 じょうきょう_状況 の_の ちがい_違い を_を せいき_正規 か_化 する_する ため_ため に_に 、_、 けぷすとらむ_ケプストラム の_の せいき_正規 か_化 が_が おこな_行 わ_わ れ_れ る_る 。_。 +ほか_他 に_に も_も わしゃ_話者 せいき_正規 か_化 の_の こころみ_試み と_と し_し て_て 、_、 だんじょ_男女 かん_間 の_の せいき_正規 か_化 の_の ため_ため の_の せいどう_声道 ちょう_長 せいき_正規 か_化 くうはく_  (_( VTLN_VTLN )_) くうはく_  や_や 、_、 より_より ふ_不 とくてい_特定 たすう_多数 の_の わしゃ_話者 に_に たいおう_対応 する_する ため_ため の_の さいゆう_最尤 せんけい_線形 かいき_回帰 くうはく_  (_( えむえるえるあーる_MLLR )_) くうはく_  が_が あ_あ る_る 。_。 +じっさい_実際 と_と かだい_課題 +おんせい_音声 にんしき_認識 しすてむ_システム の_の けんきゅう_研究 かいはつ_開発 に_に は_は こんぴゅーた_コンピュータ が_が ふきゅう_普及 し_し だ_だ し_し た_た せんきゅうひゃくななじゅう_1970 ねんだい_年代 から_から 21_21 せいき_世紀 しょとう_初頭 の_の げんざい_現在 まで_まで 、_、 ながねん_長年 に_に わた_わた っ_っ て_て ばくだい_莫大 な_な しきん_資金 と_と ゆうしゅう_優秀 な_な じんざい_人材 が_が とうにゅう_投入 さ_さ れ_れ て_て き_き た_た が_が 、_、 せいこう_成功 し_し て_て ふきゅう_普及 し_し た_た もの_もの は_は ほとんど_ほとんど な_な く_く 、_、 でじたる_デジタル ぎじゅつ_技術 に_に よ_よ っ_っ て_て うみだ_生み出 さ_さ れ_れ た_た 3_3 じげん_次元 えいぞう_映像 に_に だいひょう_代表 さ_さ れ_れ る_る あにめーしょん_アニメーション えいが_映画 や_や 、_、 どうが_動画 、_、 せいし_静止 が_画 、_、 おんがく_音楽 の_の きろく_記録 と_と さいせい_再生 と_と い_い っ_っ た_た ぎじゅつ_技術 ぶんや_分野 は_は 、_、 その_その ご_後 、_、 おおきな_大きな さんぎょう_産業 と_と な_な っ_っ て_て い_い る_る の_の と_と くらべれ_比べれ ば_ば おおきな_大きな ちがい_違い が_が あ_あ る_る 。_。 +わしゃ_話者 を_を げんてい_限定 し_し て_て 、_、 「_「 でぃくてーしょん_ディクテーション 」_」 と_と よ_呼 ば_ば れ_れ る_る じぜん_事前 の_の とれーにんぐ_トレーニング を_を おこな_行 う_う ほうしき_方式 の_の おんせい_音声 にんしき_認識 しすてむ_システム で_で は_は 、_、 にっぽん_日本 ご_語 で_で は_は りそう_理想 てき_的 な_な かんきょう_環境 か_下 で_で は_は 80_80 %_% の_の にんしき_認識 りつ_率 が_が たっせい_達成 でき_でき る_る と_と さ_さ れ_れ て_て い_い る_る 。_。 +それ_それ ら_ら の_の とれーにんぐ_トレーニング を_を つ_積 ま_ま な_な い_い ばあい_場合 60_60 %_% が_が げんど_限度 で_で あ_あ る_る 。_。 +ごい_語彙 を_を げんてい_限定 し_し て_て とれーにんぐ_トレーニング を_を ひつよう_必要 と_と し_し な_な い_い しすてむ_システム で_で は_は 、_、 ふ_不 とくてい_特定 たすう_多数 の_の わしゃ_話者 の_の おんせい_音声 を_を にんしき_認識 でき_でき る_る が_が ごい_語彙 が_が すくな_少な い_い ため_ため に_に りよう_利用 はんい_範囲 は_は げんてい_限定 さ_さ れ_れ る_る 。_。 +くうはく_  どうおん_同音 いぎ_異義 ご_語 が_が すくな_少な い_い おうべい_欧米 けい_系 の_の げんご_言語 で_で は_は 90_90 %_% の_の にんしき_認識 りつ_率 が_が あ_あ る_る と_と ひょうか_評価 さ_さ れ_れ て_て い_い る_る くうはく_  。_。 +こじん_個人 むけ_向け に_に しはん_市販 さ_さ れ_れ て_て い_い る_る おんせい_音声 にんしき_認識 そふと_ソフト で_で は_は 、_、 しずか_静か な_な へや_部屋 で_で ゆーざー_ユーザー が_が へっど_ヘッド せっと_セット を_を つか_使 い_い 、_、 たんご_単語 を_を くぎ_区切 る_る など_など の_の いく_いく つ_つ か_か の_の こつ_コツ を_を し_知 っ_っ て_て い_い れ_れ ば_ば じゅうぶん_十分 じつよう_実用 てき_的 な_な にんしき_認識 りつ_率 を_を しめ_示 す_す 。_。 +ただし_ただし おくない_屋内 で_で あ_あ っ_っ て_て も_も はいご_背後 で_で おおごえ_大声 の_の かいわ_会話 が_が な_な さ_さ れ_れ る_る かんきょう_環境 や_や 、_、 おくがい_屋外 など_など の_の そうおん_騒音 の_の あ_あ る_る かんきょう_環境 で_で は_は にんしき_認識 が_が こんなん_困難 で_で あ_あ る_る 。_。 +また_また 、_、 こじん_個人 の_の れべる_レベル で_で しよう_使用 する_する こと_こと を_を そうてい_想定 し_し て_て い_い る_る ため_ため 、_、 たいおう_対応 する_する ごい_語彙 が_が かぎ_限 ら_ら れ_れ ぎょうむ_業務 ようご_用語 は_は かばー_カバー さ_さ れ_れ て_て い_い な_な い_い 。_。 +さらに_さらに 、_、 ふくすう_複数 の_の わしゃ_話者 に_に よ_よ る_る はっせい_発声 や_や 、_、 おんせい_音声 にんしき_認識 むけ_向け と_と いしき_意識 し_し て_て い_い な_な い_い 、_、 たとえば_例えば いんたびゅー_インタビュー や_や かいぎ_会議 など_など の_の はっせい_発声 を_を にんしき_認識 する_する の_の は_は こんなん_困難 で_で あ_あ る_る 。_。 +きぎょう_企業 むけ_向け で_で は_は 、_、 だい_大 きぼ_規模 ごい_語彙 と_と ふくすう_複数 の_の ふ_不 とくてい_特定 わ_話 しゃ_者 に_に たいおう_対応 し_し た_た かいぎ_会議 など_など の_の ぎじ_議事 ろく_録 づくり_作り に_に つかえ_使え る_る より_より こうか_高価 な_な そふと_ソフト も_も はんばい_販売 さ_さ れ_れ て_て お_お り_り 「_[ よう_要 しゅってん_出典 」_] 、_、 かせっと_カセット てーぷ_テープ や_や IC_IC れこーだ_レコーダ の_の き_聞 き_き おこし_起こし に_に くらべ_比べ こうりつ_効率 てき_的 に_に さぎょう_作業 を_を おこな_行 う_う こと_こと が_が でき_でき る_る 。_。 +せいのう_性能 +おんせい_音声 にんしき_認識 しすてむ_システム の_の せいのう_性能 は_は いっぱん_一般 に_に せいかく_正確 ど_度 と_と そくど_速度 で_で あらわ_表 さ_さ れ_れ る_る 。_。 +せいかく_正確 ど_度 は_は たんご_単語 あやまりりつ_誤り率 くうはく_  (_( WORD_word くうはく_  ERROR_error くうはく_  RATE_rate 、_, くうはく_  WER_WER )_) くうはく_  で_で あらわ_表 さ_さ れ_れ 、_、 そくど_速度 は_は じつ_実 じかん_時間 けいすう_係数 くうはく_  (_( REAL_real くうはく_  TIME_time くうはく_  FACTOR_factor 、_, くうはく_  RTF_RTF )_) で_で あらわ_表 さ_さ れ_れ る_る 。_。 +けんきゅう_研究 ちゅう_中 の_の ぎじゅつ_技術 +MFT_MFT +わしゃ_話者 の_の おんせい_音声 の_の とくちょう_特徴 りょう_量 が_が ざつおん_雑音 や_や とくちょう_特徴 ぶんり_分離 しょり_処理 に_に よ_よ っ_っ て_て ゆが_歪 む_む と_と おんきょう_音響 もでる_モデル と_と の_の さ_差 が_が ひら_開 い_い て_て ご_誤 にんしき_認識 の_の もと_元 と_と な_な る_る 。_。 +え_得 られ_られ た_た おんせい_音声 の_の とくちょう_特徴 りょう_量 に_に ゆがみ_歪み や_や ざつおん_雑音 が_が どの_どの ていど_程度 ふく_含 ま_ま れ_れ て_て い_い る_る か_か を_を すいてい_推定 し_し じかん_時間 じく_軸 と_と しゅうは_周波 すう_数 じく_軸 に_に たい_対 し_し て_て しんらい_信頼 ど_度 を_を まっぷ_マップ と_と し_し て_て も_持 た_た せ_せ て_て 、_、 てい_低 しんらい_信頼 ど_度 の_の とくちょう_特徴 りょう_量 に_に は_は ますく_マスク を_を かけ_かけ たり_たり 、_、 うしな_失 わ_わ れ_れ た_た おんせい_音声 を_を ふくげん_復元 する_する しょり_処理 に_に かつよう_活用 する_する の_の が_が みっしんぐ_ミッシング ・_・ ふぃちゃー_フィチャー りろん_理論 (_( MISSING_Missing くうはく_  FEATURE_feature くうはく_  THE_the ORY_ory )_) くうはく_  で_で あ_あ る_る 。_。 +じーえすえす_GSS +じーえすえす_GSS (_( GEOMETRIC_Geometric くうはく_  SOURCE_source くうはく_  SEPARATION_separation )_) は_は ふくすう_複数 の_の おんげん_音源 を_を ぶんり_分離 する_する ぎじゅつ_技術 で_で あ_あ り_り 、_、 おんげん_音源 かん_間 に_に そうかん_相関 が_が な_無 けれ_けれ ば_ば ふくすう_複数 の_の まいく_マイク から_から の_の にゅうりょく_入力 じょうほう_情報 に_に よ_よ っ_っ て_て ひかく_比較 てき_的 かんたん_簡単 に_に おんげん_音源 ぶんり_分離 と_と その_その いち_位置 じょうほう_情報 (_( おんげん_音源 ていい_定位 )_) が_が え_得 られ_られ る_る 。_。 +これ_これ を_を MFT_MFT の_の ざつおん_雑音 じょうほう_情報 と_と し_し て_て しんらい_信頼 ど_度 まっぷ_マップ に_に はんえい_反映 さ_さ せれ_せれ ば_ば 、_、 そうおん_騒音 か_下 や_や どうじ_同時 はつわ_発話 の_の じょうきょう_状況 で_で も_も それ_それ ほど_ほど にんしき_認識 りつ_率 を_を おと_落と さ_さ ず_ず に_に す_済 む_む 。_。 +じつよう_実用 れい_例 +WINDOWS_Windows に_に おけ_おけ る_る りよう_利用 +WINDOWS_Windows くうはく_  びすた_Vista と_と WINDOWS_Windows くうはく_  7_7 で_で は_は おんせい_音声 にんしき_認識 きのう_機能 が_が とうさい_搭載 さ_さ れ_れ て_て お_お り_り 、_、 この_この きのう_機能 を_を しよう_使用 し_し て_て 、_、 きーぼーど_キーボード にゅうりょく_入力 なし_なし に_に ちゃっと_チャット を_を する_する など_など の_の そうさ_操作 が_が かのう_可能 と_と な_な っ_っ て_て い_い る_る 。_。 +おんせい_音声 にんしき_認識 きのう_機能 で_で ぱそこん_パソコン を_を そうさ_操作 する_する と_と い_い っ_っ た_た りよう_利用 ほうほう_方法 は_は これ_これ まで_まで に_に も_も あ_あ っ_っ た_た が_が 、_、 にっぽん_日本 ご_語 の_の にんしき_認識 りつ_率 を_を こうじょう_向上 さ_さ せ_せ て_て い_い る_る ほか_ほか 、_、 まうす_マウス や_や きーぼーど_キーボード で_で おこな_行 う_う WINDOWS_Windows の_の そうさ_操作 が_が おんせい_音声 で_で そうさ_操作 でき_でき る_る よう_よう に_に な_な っ_っ て_て い_い る_る 。_。 +きぎょう_企業 ・_・ だんたい_団体 に_に おけ_おけ る_る りよう_利用 +きぎょう_企業 、_、 びょういん_病院 、_、 じち_自治 たい_体 で_で は_は 、_、 にせんご_2005 ー_ー 6_6 ねん_年 ごろ_頃 から_から しだい_次第 に_に つぎ_次 の_の よう_よう な_な じつよう_実用 しすてむ_システム の_の どうにゅう_導入 が_が かっぱつ_活発 か_化 し_し て_て き_き て_て い_い る_る 。_。 +いし_医師 むけ_向け でんし_電子 かるて_カルテ にゅうりょく_入力 しすてむ_システム +じち_自治 たい_体 むけ_向け ぎじ_議事 ろく_録 さくせい_作成 しえん_支援 しすてむ_システム +こーる_コール せんたー_センター むけ_向け おぺれーた_オペレータ しえん_支援 ・_・ つうわ_通話 ないよう_内容 ぶんせき_分析 しすてむ_システム +がっこう_学校 むけ_向け ごがく_語学 がくしゅう_学習 あぷりけーしょん_アプリケーション で_で の_の はつおん_発音 ひょうか_評価 しすてむ_システム +その_その た_他 の_の りよう_利用 れい_例 +けいたい_携帯 たんまつ_端末 (_( IPHONE_iPhone など_など )_) へ_へ の_の めーる_メール ぶんしょう_文章 にゅうりょく_入力 +どうじ_同時 つうやく_通訳 がた_型 の_の きかい_機械 ほんやく_翻訳 、_、 じどう_自動 つうやく_通訳 +ぱそこん_パソコン じょう_上 で_で の_の ぶんしょ_文書 さくせい_作成 (_( こうじゅつ_口述 ひっき_筆記 の_の じどう_自動 か_化 )_) +おんせい_音声 しじ_指示 に_に よ_よ る_る きかい_機械 そうさ_操作 (_( かーなび_カーナビ 、_、 でんし_電子 かるて_カルテ とう_等 の_の はんずふりー_ハンズフリー こんぴゅーてぃんぐ_コンピューティング )_) +しじ_指示 を_を きき_聞き わけ_分け る_る ぺっと_ペット ろぼっと_ロボット (_( ろぼっと_ロボット こうがく_工学 へ_へ の_の おうよう_応用 )_) +おんせい_音声 たいわ_対話 うけつけ_受付 あんない_案内 しすてむ_システム (_( じどう_自動 おんせい_音声 おうとう_応答 そうち_装置 )_) +さいばん_裁判 いん_員 せいど_制度 で_で の_の ひょうぎ_評議 に_に おけ_おけ る_る しょうげん_証言 ないよう_内容 など_など の_の かくにん_確認 (_( えいぞう_映像 と_と もじ_文字 の_の れんどう_連動 )_) +おんせい_音声 WEB_Web あぷりけーしょん_アプリケーション くうはく_  W3VOICE_w3voice くうはく_  LABORATORY_Laboratory くうはく_  (_( おんせい_音声 にんしき_認識 や_や たいわ_対話 を_を たいけん_体験 でき_でき る_る WEB_Web さいと_サイト )_) +その_その た_他 の_の おうよう_応用 れい_例 +「_「 かんせい_感性 せいぎょ_制御 ぎじゅつ_技術 」_」 (_( SENSIBILITY_Sensibility くうはく_  TECHNOLOGY=ST_Technology=ST )_) など_など と_と くみあわせ_組み合わせ る_る こと_こと に_に よ_よ り_り 、_、 たとえば_例えば 「_「 ごめん_ごめん なさ_なさ い_い 」_」 も_も くちさき_口先 だけ_だけ で_で かる_軽 く_く い_言 っ_っ た_た 「_「 ごめん_ごめん なさ_なさ い_い 」_」 も_も おなじ_同じ 「_「 ごめん_ごめん なさ_なさ い_い 」_」 で_で しか_しか な_な い_い が_が 、_、 はやくち_早口 で_で かる_軽 い_い とーん_トーン の_の 「_「 ごめん_ごめん なさ_なさ い_い 」_」 は_は 、_、 ばか_バカ に_に し_し て_て い_い る_る と_と はんだん_判断 し_し て_て おこ_怒 っ_っ た_た たいど_態度 で_で せっ_接 し_し たり_たり 、_、 ゆっくり_ゆっくり ていねい_丁寧 に_に はつおん_発音 さ_さ れ_れ た_た 「_「 ごめん_ごめん なさ_なさ い_い 」_」 は_は 、_、 こころ_心 から_から の_の しゃじ_謝辞 だ_だ と_と りかい_理解 し_し て_て ゆる_許 し_し たり_たり する_する こと_こと が_が かのう_可能 と_と な_な る_る 。_。 +おんせい_音声 ごうせい_合成 (_( おんせい_おんせい ごう_ごう せい_せい 、_、 SPEECH_Speech くうはく_  SYN_syn THE_the SIS_sis )_) と_と は_は 、_、 にんげん_人間 の_の おんせい_音声 を_を じんこう_人工 てき_的 に_に つくりだ_作り出 す_す こと_こと で_で あ_あ る_る 。_。 +これ_これ を_を おこな_行 う_う しすてむ_システム を_を すぴーち_スピーチ ・_・ しんせさいざー_シンセサイザー (_( SPEECH_Speech くうはく_  SYN_syn THE_the SIZER_sizer )_) 、_、 これ_これ に_に よ_よ り_り せいせい_生成 し_し た_た おんせい_音声 を_を ごうせい_合成 おんせい_音声 (_( ごうせい_ごうせい おんせい_おんせい )_) と_と よ_呼 ぶ_ぶ 。_。 +じんこう_人工 てき_的 に_に ひと_人 の_の こえ_声 を_を ごうせい_合成 する_する しすてむ_システム で_で あ_あ り_り 、_、 てきすと_テキスト (_( ぶんしょう_文章 )_) を_を おんせい_音声 に_に へんかん_変換 でき_でき る_る こと_こと から_から 、_、 しばしば_しばしば てきすと_テキスト よみあげ_読み上げ (_( てくすと_text ー_ー TOー_toー SPEECH_speech 、_、 りゃく_略 し_し て_て てぃーてぃーえす_TTS )_) しすてむ_システム と_と も_も よ_呼 ば_ば れ_れ る_る 。_。 +また_また 、_、 はつおん_発音 きごう_記号 を_を おんせい_音声 に_に へんかん_変換 する_する しすてむ_システム も_も あ_あ る_る 。_。 +もくじ_目次 +1_1 くうはく_  れきし_歴史 +2_2 くうはく_  じつよう_実用 れい_例 +2_2 。_. 1_1 くうはく_  てきすと_テキスト よみあげ_読み上げ しすてむ_システム +2_2 。_. 2_2 くうはく_  おぺれーてぃんぐ_オペレーティング しすてむ_システム で_で の_の おんせい_音声 ごうせい_合成 +2_2 。_. 3_3 くうはく_  いんたーねっと_インターネット で_で の_の おんせい_音声 ごうせい_合成 +3_3 くうはく_  ごうせい_合成 ぎじゅつ_技術 +3_3 。_. 1_1 くうはく_  れんけつ_連結 てき_的 ごうせい_合成 +3_3 。_. 2_2 くうはく_  ふぉるまんと_フォルマント ごうせい_合成 (_( ごうせい_合成 おんせい_音声 )_) +3_3 。_. 3_3 くうはく_  その_その た_他 の_の ごうせい_合成 しゅほう_手法 +4_4 くうはく_  にほん_日本 ご_語 おんせい_音声 ごうせい_合成 そふとうぇあ_ソフトウェア +5_5 くうはく_  えいご_英語 おんせい_音声 ごうせい_合成 そふとうぇあ_ソフトウェア +6_6 くうはく_  おんせい_音声 ごうせい_合成 の_の ぎじゅつ_技術 を_を さいよう_採用 し_し て_て い_い る_る おもな_主な せいひん_製品 +7_7 くうはく_  かんれん_関連 こうもく_項目 +8_8 くうはく_  きゃくちゅう_脚注 +9_9 くうはく_  ちゅうき_注記 +10_10 くうはく_  がいぶ_外部 りんく_リンク +れきし_歴史 +げんだい_現代 てき_的 な_な でんし_電子 しんごう_信号 しょり_処理 が_が はつめい_発明 さ_さ れ_れ る_る ずっと_ずっと いぜん_以前 から_から 、_、 おんせい_音声 を_を ごうせい_合成 する_する こころみ_試み が_が な_な さ_さ れ_れ て_て き_き た_た 。_。 +しょき_初期 の_の こころみ_試み と_と し_し て_て は_は 、_、 のち_のち に_に きょうこう_教皇 しるうぇすてる_シルウェステル 2_2 せい_世 と_と な_な る_る おーりやっく_オーリヤック の_の じぇる_ジェル べーる_ベール (_( 100_100 3_3 ねん_年 ぼっ_没 )_) 、_、 あるべるとぅす_アルベルトゥス ・_・ まぐぬす_マグヌス (_( 1280_1280 ねん_年 ぼっ_没 )_) 、_、 ろじゃー_ロジャー ・_・ べーこん_ベーコン (_( 1294_1294 ねん_年 ぼっ_没 )_) など_など の_の じんぶつ_人物 が_が おんせい_音声 ごうせい_合成 を_を こころみ_試み て_て い_い る_る 。_。 +1779_1779 ねん_年 に_に は_は どいつ_ドイツ じん_人 くりすてぃあん_クリスティアン ・_・ くらっつぇんしゅたいん_クラッツェンシュタイン は_は ぼいん_母音 くうはく_  (_( A_a 、_, くうはく_  E_e 、_, くうはく_  I_i 、_, くうはく_  O_o 、_, くうはく_  U_u )_) くうはく_  を_を はっせい_発声 でき_でき る_る きかい_機械 を_を せいさく_製作 し_し た_た 。_。 +この_この ながれ_流れ は_は ふいご_ふいご を_を つか_使 っ_っ た_た きかい_機械 しき_式 おんせい_音声 ごうせい_合成 き_器 を_を つく_作 っ_っ た_た おーすとりあ_オーストリア (_( はんがりー_ハンガリー )_) の_の ヴぉるふがんぐ_ヴォルフガング ・_・ ふぉん_フォン ・_・ けんぺれん_ケンペレン に_に ひきつ_引き継 が_が れ_れ た_た 。_。 +かれ_彼 は_は 1791_1791 ねん_年 に_に ろんぶん_論文 を_を はっぴょう_発表 し_し 、_、 その_その きかい_機械 に_に つ_つ い_い て_て せつめい_説明 し_し て_て い_い る_る 。_。 +この_この きかい_機械 は_は した_舌 と_と くちびる_唇 を_を もでる_モデル か_化 し_し て_て お_お り_り 、_、 ぼいん_母音 だけ_だけ で_で な_な く_く しいん_子音 も_も はつおん_発音 でき_でき た_た 。_。 +1837_1837 ねん_年 、_、 ちゃーるず_チャールズ ・_・ ほいーと_ホイート すとん_ストン は_は ふぉん_フォン ・_・ けんぺれん_ケンペレン の_の でざいん_デザイン を_を もと_元 に_に しゃべ_しゃべ る_る きかい_機械 を_を せいさく_製作 し_し 、_、 1857_1857 ねん_年 、_、 M_M 。__.  FABER_Faber は_は EUPHONIA_Euphonia を_を せいさく_製作 し_し た_た 。_。 +ほいーと_ホイート すとん_ストン の_の きかい_機械 は_は 1923_1923 ねん_年 PAGET_Paget に_に よ_よ っ_っ て_て さいげん_再現 さ_さ れ_れ て_て い_い る_る 。_。 +1930_1930 ねんだい_年代 、_、 べる_ベル けんきゅう_研究 しょ_所 の_の ほーまー_ホーマー ・_・ だどりー_ダドリー (_( HOMER_Homer くうはく_  DUDLEY_Dudley )_) は_は つうしん_通信 よう_用 の_の でんし_電子 しき_式 おんせい_音声 ぶんせき_分析 ・_・ おんせい_音声 ごうせい_合成 ましん_マシン で_で あ_あ る_る ヴぉ_ヴォ こーだー_コーダー くうはく_  (_( VOCODER_Vocoder 、_、 ぼいす_Voice くうはく_  CODER_Coder の_の りゃく_略 )_) くうはく_  を_を かいはつ_開発 し_し た_た 。_。 +その_その あと_後 これ_これ を_を おうよう_応用 し_し 、_、 おんせい_音声 ごうせい_合成 ぶ_部 に_に きーぼーど_キーボード を_を ふか_付加 し_し た_た けんばん_鍵盤 えんそう_演奏 がた_型 の_の すぴーち_スピーチ ・_・ しんせさいざー_シンセサイザー で_で あ_あ る_る ヴぉーだー_ヴォーダー (_( VODER_voder )_) を_を せいさく_製作 し_し 、_、 にゅーよーく_ニューヨーク ばんこく_万国 はくらん_博覧 かい_会 くうはく_  (_( 1939_1939 ねん_年 )_) に_に しゅってん_出展 し_し た_た 。_。 +その_その はっせい_発声 は_は じゅうぶん_十分 りかい_理解 かのう_可能 だっ_だっ た_た と_と い_言 わ_わ れ_れ る_る 。_。 +1940_1940 ねんだい_年代 、_、 はすきんず_ハスキンズ けんきゅう_研究 しょ_所 (_( HASKINS_Haskins くうはく_  LABORATORIES_Laboratories )_) の_の ふらんくりん_フランクリン ・_・ S_S ・_・ くーぱー_クーパー (_( FRANKLIN_Franklin くうはく_  S_S 。_. くうはく_  COOPER_Cooper )_) ら_ら は_は PATTERN_Pattern くうはく_  PLAYBACK_playback と_と い_い う_う な_名 の_の きかい_機械 の_の かいはつ_開発 に_に とりく_取り組 み_み 、_、 1950_1950 ねん_年 に_に かんせい_完成 し_し た_た 。_。 +この_この きかい_機械 に_に は_は いく_いく つ_つ か_か の_の ばーじょん_バージョン が_が あ_あ る_る が_が 、_、 じっさい_実際 に_に きのう_機能 し_し た_た の_の は_は ひと_一 つ_つ だけ_だけ で_で あ_あ る_る 。_。 +この_この きかい_機械 は_は 、_、 すぺくとる_スペクトル けいしき_形式 の_の おんせい_音声 ぱたーん_パターン の_の ず_図 を_を おと_音 に_に へんかん_変換 する_する もの_もの で_で あ_あ っ_っ た_た 。_。 +あるヴぃん_アルヴィン ・_・ りばーまん_リバーマン (_( ALVIN_Alvin くうはく_  LIBERMAN_Liberman )_) ら_ら は_は これ_これ を_を おんせい_音声 がく_学 の_の けんきゅう_研究 に_に りよう_利用 し_し た_た 。_。 +さいしょ_最初 の_の こんぴゅーた_コンピュータ を_を つか_使 っ_っ た_た おんせい_音声 ごうせい_合成 しすてむ_システム は_は 1950_1950 ねんだい_年代 しゅうばん_終盤 に_に かいはつ_開発 さ_さ れ_れ 、_、 さいしょ_最初 の_の てきすと_テキスト よみあげ_読み上げ しすてむ_システム は_は 1968_1968 ねん_年 に_に かいはつ_開発 さ_さ れ_れ て_て い_い る_る 。_。 +1961_1961 ねん_年 、_、 ぶつり_物理 がく_学 しゃ_者 じょん_John くうはく_  LARRY_Larry くうはく_  KELLY_Kelly 、_, くうはく_  じゅにあ_Jr 。_. と_と LOUIS_Louis くうはく_  GERSTMEN_Gerstmen は_は べる_ベル けんきゅう_研究 しょ_所 に_に て_て IBM_IBM くうはく_  70_70 4_4 を_を つか_使 っ_っ て_て おんせい_音声 ごうせい_合成 を_を おこな_行 っ_っ た_た 。_。 +そして_そして 「_『 でいじー_デイジー ・_・ べる_ベル 」_』 と_と い_い う_う うた_歌 を_を こんぴゅーた_コンピュータ に_に うた_歌 わ_わ せ_せ た_た 。_。 +ゆうじん_友人 の_の じょん_ジョン ・_・ ぴあーす_ピアース を_を たずね_訪ね て_て べる_ベル けんきゅう_研究 しょ_所 に_に き_来 て_て い_い た_た あーさー_アーサー ・_・ C_C ・_・ くらーく_クラーク は_は 、_、 この_この でも_デモ を_を き_聴 い_い て_て かんめい_感銘 を_を うけ_受け 、_、 「_『 2001_2001 ねん_年 うちゅう_宇宙 の_の たび_旅 」_』 で_で えいちえーえる_HAL くうはく_  9000_9000 が_が うた_歌 う_う くらいまっくす_クライマックス しーん_シーン が_が うまれ_生まれ た_た 。_。 +しょき_初期 の_の でんし_電子 しき_式 すぴーち_スピーチ ・_・ しんせさいざー_シンセサイザー の_の はっせい_発声 は_は 、_、 ろぼっと_ロボット てき_的 で_で あまり_あまり めいりょう_明瞭 で_で は_は な_な い_い もの_もの が_が おお_多 かっ_かっ た_た 。_。 +その_その ご_後 の_の はったつ_発達 に_に よ_よ り_り 、_、 こんにち_今日 の_の てぃーてぃーえす_TTS しすてむ_システム は_は むしろ_むしろ にんげん_人間 の_の こえ_声 と_と くべつ_区別 が_が つ_付 か_か な_な い_い ばあい_場合 が_が すくな_少な く_く な_な い_い 。_。 +(_( ただし_ただし でんし_電子 しき_式 の_の せいこう_成功 ご_後 も_も 、_、 にんげん_人間 がた_型 ろぼっと_ロボット に_に はっせい_発声 さ_さ せ_せ る_る ため_ため 、_、 きかい_機械 しき_式 おんせい_音声 ごうせい_合成 の_の けんきゅう_研究 は_は つずけ_続け られ_られ た_た 。_。 +でんし_電子 しき_式 で_で は_は すぴーかー_スピーカー の_の おんしつ_音質 に_に せいげん_制限 さ_さ れ_れ る_る が_が 、_、 ろぼっと_ロボット で_で にんげん_人間 の_の からだ_体 の_の こうぞう_構造 を_を もほう_模倣 し_し た_た きかい_機械 しき_式 おんせい_音声 ごうせい_合成 なら_なら 、_、 もっと_もっと にんげん_人間 に_に ちか_近 い_い はっせい_発声 に_に な_な る_る と_と かんがえ_考え られ_られ て_て い_い た_た から_から で_で あ_あ る_る )_) 。_。 +じつよう_実用 れい_例 +おんせい_音声 ごうせい_合成 ぎじゅつ_技術 は_は もじ_文字 を_を よ_読 む_む こと_こと が_が こんなん_困難 な_な しょうがい_障害 しゃ_者 や_や 、_、 もじ_文字 が_が よめ_読め な_な い_い ひと_人 (_( ようじ_幼児 、_、 がいこく_外国 じん_人 など_など )_) に_に がめん_画面 よみあげ_読み上げ そふと_ソフト (_( すくりーん_スクリーン りーだー_リーダー )_) と_と し_し て_て なが_長 く_く りよう_利用 さ_さ れ_れ て_て き_き て_て お_お り_り 、_、 ことば_言葉 を_を はっ_発 する_する こと_こと が_が こんなん_困難 な_な ひと_人 が_が だいたい_代替 しゅだん_手段 と_と し_し て_て りよう_利用 する_する こと_こと も_も おお_多 い_い 。_。 +また_また 、_、 2000_2000 ねん_年 ごろ_頃 から_から かでん_家電 せいひん_製品 の_の おんせい_音声 がいだんす_ガイダンス や_や 、_、 こうきょう_公共 こうつう_交通 きかん_機関 や_や ぼうさい_防災 かんけい_関係 の_の あなうんす_アナウンス ようと_用途 と_と し_し て_て おんせい_音声 ごうせい_合成 さ_さ れ_れ た_た もの_もの が_が ひろ_広 く_く しよう_使用 さ_さ れ_れ る_る よう_よう に_に な_な っ_っ て_て い_い る_る 。_。 +これ_これ は_は 、_、 にんげん_人間 が_が はっせい_発声 し_し た_た もの_もの を_を ろくおん_録音 する_する と_と 、_、 せりふ_台詞 の_の へんこう_変更 の_の ど_度 に_に その_その ぶぶん_部分 を_を ろくおん_録音 を_を しなお_し直 さ_さ な_な けれ_けれ ば_ば な_な ら_ら な_な い_い が_が 、_、 おんせい_音声 ごうせい_合成 で_で あ_あ れ_れ ば_ば でーた_データ の_の さくせい_作成 で_で す_済 む_む ため_ため で_で あ_あ る_る 。_。 +じっさい_実際 に_に 、_、 てつどう_鉄道 よう_用 あなうんす_アナウンス で_で は_は 、_、 えき_駅 が_が ついか_追加 さ_さ れ_れ たり_たり めいしょう_名称 へんこう_変更 が_が あ_あ っ_っ て_て も_も 、_、 その_その かしょ_箇所 のみ_のみ が_が へんこう_変更 さ_さ れ_れ て_て い_い る_る 。_。 +また_また 、_、 さいきん_最近 で_で は_は こじん_個人 むけ_向け の_の そふとうぇあ_ソフトウェア など_など に_に も_も かつよう_活用 さ_さ れ_れ て_て き_き て_て い_い る_る 。_。 +てきすと_テキスト よみあげ_読み上げ しすてむ_システム +てきすと_テキスト よみあげ_読み上げ しすてむ_システム は_は 、_、 ふろんと_フロント えんど_エンド と_と ばっくえんど_バックエンド の_の ふた_ふた つ_つ の_の ぶぶん_部分 から_から な_な る_る 。_。 +いっぱん_一般 に_に 、_、 ふろんと_フロント えんど_エンド は_は にゅうりょく_入力 し_し た_た てきすと_テキスト から_から きごう_記号 か_化 げんご_言語 ひょうげん_表現 くうはく_  (_( SYMBOLIC_symbolic くうはく_  LINGUISTIC_linguistic くうはく_  REPRESENTATION_representation )_) くうはく_  を_を しゅつりょく_出力 する_する 。_。 +ばっくえんど_バックエンド は_は ふろんと_フロント えんど_エンド で_で ごうせい_合成 さ_さ れ_れ た_た おんせい_音声 の_の はけい_波形 を_を しゅつりょく_出力 する_する 。_。 +おんせい_音声 ごうせい_合成 の_の しぜん_自然 さ_さ は_は 、_、 しゅつりょく_出力 さ_さ れ_れ る_る おんせい_音声 が_が いかに_いかに げんじつ_現実 の_の にんげん_人間 の_の おんせい_音声 に_に に_似 て_て い_い る_る か_か 、_、 めいりょう_明瞭 ど_度 は_は き_聴 き_き やす_やす さ_さ (_( しゅつりょく_出力 おんせい_音声 の_の りかい_理解 し_し やす_やす さ_さ )_) で_で ひょうか_評価 さ_さ れ_れ る_る 。_。 +ふろんと_フロント えんど_エンド +ふろんと_フロント えんど_エンド に_に は_は ふた_ふた つ_つ の_の おおきな_大きな しごと_仕事 が_が あ_あ る_る 。_。 +ひと_ひと つ_つ は_は てきすと_テキスト の_の なか_中 の_の すうじ_数字 や_や しょうりゃく_省略 ひょうげん_表現 を_を よみあげ_読み上げ る_る とき_とき の_の ひょうげん_表現 に_に へんかん_変換 する_する こと_こと で_で あ_あ る_る 。_。 +これ_これ は_は 、_、 「_「 てきすと_テキスト の_の せいき_正規 か_化 」_」 、_、 「_「 ぷりぷろせっしんぐ_プリプロセッシング 」_」 、_、 「_「 とーくん_トークン か_化 」_」 など_など と_と よ_呼 ば_ば れ_れ る_る 。_。 +もう_もう ひと_ひと つ_つ は_は かく_各 たんご_単語 を_を はつおん_発音 きごう_記号 に_に へんかん_変換 し_し 、_、 てきすと_テキスト を_を じゅくご_熟語 や_や ぶんせつ_文節 、_、 ぶん_文 など_など の_の いんりつ_韻律 たんい_単位 に_に ぶんかつ_分割 する_する こと_こと で_で あ_あ る_る 。_。 +たんご_単語 に_に はつおん_発音 きごう_記号 を_を わりあて_割り当て る_る しょり_処理 を_を てきすと_テキスト おんそ_音素 (_( てくすと_text ー_ー つー_to ーPHONEME_ーphoneme 、_、 りゃく_略 し_し て_て TTP_TTP )_) へんかん_変換 また_また は_は しょき_書記 そ_素 おんそ_音素 (_( GRAPHEME_grapheme ー_ー つー_to ーPHONEME_ーphoneme 、_、 りゃく_略 し_し て_て GTP_GTP )_) へんかん_変換 と_と よ_呼 ぶ_ぶ 。_。 +はつおん_発音 きごう_記号 と_と いんりつ_韻律 じょうほう_情報 を_を くみあわせ_組み合わせ て_て きごう_記号 か_化 げんご_言語 ひょうげん_表現 を_を さくせい_作成 し_し 、_、 ふろんと_フロント えんど_エンド の_の しゅつりょく_出力 と_と する_する 。_。 +やくちゅう_訳注 +この_この ぶぶん_部分 は_は げんご_言語 に_に よ_よ っ_っ て_て かなり_かなり ちがい_違い が_が あ_あ る_る 。_。 +にっぽん_日本 ご_語 の_の ばあい_場合 、_、 わか_わか ち_ち かき_書き を_を し_し な_な い_い ため_為 、_、 ぶんしょう_文章 を_を せいかく_正確 に_に しょり_処理 する_する ため_ため に_に は_は たんご_単語 を_を ぶんかつ_分割 する_する さぎょう_作業 が_が ひつよう_必要 と_と な_な る_る 。_。 +ばっくえんど_バックエンド +ふろんと_フロント えんど_エンド の_の しゅつりょく_出力 けっか_結果 を_を もと_元 に_に 、_、 より_より しぜん_自然 な_な おんせい_音声 に_に する_する ため_ため いんりつ_韻律 など_など の_の おんせい_音声 の_の ちょうせい_調整 を_を おこな_行 い_い 、_、 じっさい_実際 の_の おんせい_音声 でーた_データ を_を しゅつりょく_出力 する_する 。_。 +この_この しょり_処理 に_に て_て おんせい_音声 の_の せいしつ_性質 が_が けってい_決定 さ_さ れ_れ る_る ため_ため 、_、 おんせい_音声 ごうせい_合成 そふと_ソフト どくじ_独自 しょく_色 が_が で_出 る_る こと_こと が_が おお_多 い_い 。_。 +また_また 、_、 いっぱん_一般 てき_的 に_に 「_「 はなし_話 ことば_言葉 」_」 を_を めざ_目指 す_す もの_物 が_が おお_多 い_い が_が 、_、 うたごえ_歌声 の_の よう_様 な_な ちょうせい_調整 を_を おこな_行な う_う おんせい_音声 ごうせい_合成 そふと_ソフト も_も あ_あ る_る 。_。 +おぺれーてぃんぐ_オペレーティング しすてむ_システム で_で の_の おんせい_音声 ごうせい_合成 +あっぷる_アップル +せんきゅうひゃくはちじゅうよん_1984 ねん_年 、_、 あっぷる_アップル こんぴゅーた_コンピュータ に_に MACINTALK_MacInTalk きのう_機能 を_を とうさい_搭載 し_し た_た 。_。 +その_その あと_後 も_も あたらし_新し い_い OS_OS ばーじょん_バージョン で_で は_は おんしつ_音質 が_が かいぜん_改善 さ_さ れ_れ て_て い_い る_る 。_。 +また_また 、_、 おんせい_音声 にんしき_認識 も_も どうにゅう_導入 し_し て_て お_お り_り 、_、 これ_これ ら_ら の_の きのう_機能 を_を とうごう_統合 し_し た_た PLAINTALK_PlainTalk は_は しかく_視覚 しょうがい_障害 しゃ_者 の_の ため_ため の_の さぽーと_サポート ぷろぐらむ_プログラム で_で あ_あ っ_っ た_た 。_。 +MAC_Mac くうはく_  OS_OS くうはく_  X_X くうはく_  V_v 10_10 。_. 4_4 いこう_以降 に_に は_は VOICEOVER_VoiceOver と_と い_い う_う おんせい_音声 ごうせい_合成 きのう_機能 に_に な_な っ_っ て_て い_い る_る 。_。 +AMIGAOS_AmigaOS +せんきゅうひゃくはちじゅうご_1985 ねん_年 の_の AMIGAOS_AmigaOS で_で も_も おんせい_音声 ごうせい_合成 きのう_機能 が_が くみこ_組み込 ま_ま れ_れ て_て い_い た_た 。_。 +だんせい_男性 と_と じょせい_女性 の_の こえ_声 を_を せんたく_選択 でき_でき る_る 。_。 +AMIGAOS_AmigaOS で_で は_は おんせい_音声 ごうせい_合成 を_を かそう_仮想 でばいす_デバイス と_と し_し て_て い_い た_た ため_ため 、_、 こんそーる_コンソール しゅつりょく_出力 を_を おんせい_音声 ごうせい_合成 に_に りだいれくと_リダイレクト する_する こと_こと も_も かのう_可能 で_で あ_あ っ_っ た_た 。_。 +この_この ため_ため 、_、 わーぷろ_ワープロ そふと_ソフト など_など かくしゅ_各種 あぷりけーしょん_アプリケーション で_で ようい_容易 に_に おんせい_音声 ごうせい_合成 を_を りよう_利用 かのう_可能 で_で あ_あ っ_っ た_た 。_。 +MICROS_Micros OFT_oft くうはく_  WINDOWS_Windows +WINDOWS_Windows で_で は_は 、_、 SAPI_SAPI と_と い_い う_う おんせい_音声 かんけい_関係 の_の API_API を_を ようい_用意 し_し て_て い_い る_る 。_。 +WINDOWS_Windows くうはく_  XP_XP で_で は_は NARRATOR_Narrator と_と い_い う_う おんせい_音声 ごうせい_合成 ぷろぐらむ_プログラム が_が ついか_追加 さ_さ れ_れ て_て い_い る_る (_( えいご_英語 ばん_版 )_) 。_。 +こーる_コール せんたー_センター など_など で_で の_の おんせい_音声 にんしき_認識 と_と おんせい_音声 ごうせい_合成 の_の ぱっけーじ_パッケージ と_と し_し て_て MICROS_Micros OFT_oft くうはく_  SPEECH_Speech くうはく_  SERVER_Server が_が ようい_用意 さ_さ れ_れ て_て い_い る_る 。_。 +その_その た_他 +TI_TI ー_ー 99_99 ・_/ 4_4 A_A に_に は_は おんせい_音声 ごうせい_合成 きのう_機能 を_を おぷしょん_オプション で_で ついか_追加 かのう_可能 で_で あ_あ っ_っ た_た 。_。 +PC_PC ー_ー 6001_6001 MKII_mkII に_に は_は おんせい_音声 ごうせい_合成 きのう_機能 が_が ないぞう_内蔵 さ_さ れ_れ て_て い_い た_た 。_。 +こうけい_後継 の_の PC_PC ー_ー 6001_6001 MKIISR_mkIISR や_や PC_PC ー_ー 660_660 1_1 で_で は_は うた_歌 う_う こと_こと も_も かのう_可能 で_で あ_あ っ_っ た_た 。_。 +FM_FM ー_ー 7_7 ・_/ FM_FM ー_ー 77_77 しりーず_シリーズ に_に は_は おんせい_音声 ごうせい_合成 ぼーど_ボード くうはく_  (_( MB_MB 224_224 37_37 ・_/ FM_FM ー_ー 77_77 ー_ー 4_4 3_3 1_1 )_) くうはく_  が_が おぷしょん_オプション と_と し_し て_て ようい_用意 さ_さ れ_れ て_て い_い る_る 。_。 +MZ_MZ ー_ー 1500_1500 ・_/ 2500_2500 ・_/ 286_286 1_1 に_に は_は おぷしょん_オプション と_と し_し て_て ぼいす_ボイス ぼーど_ボード (_( MZ_MZ ー_ー 1_1 M_M 0_0 8_8 )_) が_が そんざい_存在 する_する 。_。 +えいご_英語 で_で の_の すうじ_数字 など_など の_の おんせい_音声 を_を ちっぷ_チップ に_に 。_。 +ごじゅう_五十 おん_音 と_と 、_、 いく_いく つ_つ か_か の_の ふれーず_フレーズ を_を がいぶ_外部 ちっぷ_チップ に_に さんぷりんぐ_サンプリング さ_さ れ_れ ROM_ROM と_と し_し て_て やきこ_焼きこ ま_ま れ_れ て_て お_お り_り 、_、 せいぎょ_制御 に_に よ_よ っ_っ て_て さいせい_再生 する_する もの_もの で_で あ_あ る_る 。_。 +いんたーねっと_インターネット で_で の_の おんせい_音声 ごうせい_合成 +おんせい_音声 ごうせい_合成 まーく_マーク あっぷ_アップ げんご_言語 +てきすと_テキスト を_を おんせい_音声 に_に へんかん_変換 する_する ため_ため の_の XML_XML じゅんきょ_準拠 の_の まーく_マーク あっぷ_アップ げんご_言語 が_が いく_いく つ_つ か_か あ_あ る_る 。_。 +さいきん_最近 で_で は_は えすえすえむえる_SSML が_が W3_W3 C_C から_から ていあん_提案 さ_さ れ_れ どらふと_ドラフト じょうたい_状態 で_で あ_あ る_る 。_。 +ほか_他 に_に も_も SABLE_SABLE 、_、 JSML_JSML など_など が_が あ_あ る_る 。_。 +CASCADING_Cascading くうはく_  すたいる_Style くうはく_  SHEETS_Sheets くうはく_  2_2 の_の さぶせっと_サブセット は_は AURAL_Aural くうはく_  CASCADING_Cascading くうはく_  すたいる_Style くうはく_  SHEETS_Sheets を_を ふく_含 ん_ん で_で い_い る_る 。_。 +おんせい_音声 ごうせい_合成 まーく_マーク あっぷ_アップ げんご_言語 は_は ぼいす_Voice XML_XML の_の よう_よう な_な だいあろぐ_ダイアログ ・_・ まーく_マーク あっぷ_アップ げんご_言語 と_と は_は ことな_異な る_る 。_。 +だいあろぐ_ダイアログ ・_・ まーく_マーク あっぷ_アップ げんご_言語 は_は てきすと_テキスト よみあげ_読み上げ だけ_だけ で_で な_な く_く 、_、 おんせい_音声 にんしき_認識 など_など に_に も_も たいおう_対応 し_し て_て い_い る_る 。_。 +ごうせい_合成 ぎじゅつ_技術 +おんせい_音声 はけい_波形 を_を せいせい_生成 する_する しゅよう_主要 ぎじゅつ_技術 は_は 、_、 おおき_大き く_く れんけつ_連結 てき_的 ごうせい_合成 くうはく_  (_( CONCATENATIVE_concatenative くうはく_  SYN_syn THE_the SIS_sis )_) くうはく_  と_と ふぉるまんと_フォルマント ごうせい_合成 くうはく_  (_( FORMANT_formant くうはく_  SYN_syn THE_the SIS_sis )_) くうはく_  の_の 2_2 つ_つ に_に わけ_分け る_る こと_事 が_が でき_でき る_る 。_。 +れんけつ_連結 てき_的 ごうせい_合成 +れんけつ_連結 てき_的 ごうせい_合成 は_は 、_、 きほん_基本 てき_的 に_に は_は ろくおん_録音 さ_さ れ_れ た_た おんせい_音声 の_の だんぺん_断片 を_を れんけつ_連結 し_し て_て ごうせい_合成 する_する ほうほう_方法 で_で あ_あ る_る 。_。 +いっぱん_一般 に_に れんけつ_連結 てき_的 ごうせい_合成 は_は もっとも_最も しぜん_自然 な_な ごうせい_合成 おんせい_音声 に_に な_な る_る と_と い_い わ_わ れ_れ て_て い_い る_る が_が 、_、 はっせい_発声 の_の ばりえーしょん_バリエーション と_と はけい_波形 の_の だんぺん_断片 か_化 の_の こまか_細か さ_さ に_に よ_よ っ_っ て_て は_は しゅつりょく_出力 おんせい_音声 に_に けっそん_欠損 が_が しょう_生 じ_じ 、_、 しぜん_自然 さ_さ を_を そこな_損な う_う こと_こと が_が あ_あ る_る 。_。 +れんけつ_連結 てき_的 ごうせい_合成 に_に は_は いか_以下 に_に あげ_あげ る_る さん_三 しゅるい_種類 が_が あ_あ る_る 。_。 +たんい_単位 せんたく_選択 ごうせい_合成 くうはく_  (_( UNIT_Unit くうはく_  SELECTION_selection くうはく_  SYN_syn THE_the SIS_sis )_) くうはく_  +べつめい_別名 と_と し_し て_て こーぱす_コーパス べーす_ベース おんせい_音声 ごうせい_合成 ほうしき_方式 と_と も_も よ_呼 ば_ば れ_れ る_る 。_。 +おおきな_大きな おんせい_音声 の_の でーたべーす_データベース (_( つうじょう_通常 いち_一 じかん_時間 いじょう_以上 の_の ろくおん_録音 さ_さ れ_れ た_た おんせい_音声 から_から な_成 る_る )_) を_を しよう_使用 する_する 。_。 +でーたべーす_データベース を_を さくせい_作成 する_する ため_為 に_に は_は 、_、 ろくおん_録音 する_する おんせい_音声 を_を 「_「 おと_音 」_」 、_、 「_「 おんせつ_音節 」_」 、_、 「_「 けいたい_形態 そ_素 」_」 、_、 「_「 たんご_単語 」_」 、_、 「_「 せいく_成句 」_」 、_、 「_「 ぶんせつ_文節 」_」 など_など に_に ぶんかつ_分割 し_し 、_、 それ_それ ら_ら を_を ひと_人 の_の て_手 に_に よ_よ っ_っ て_て けんさく_検索 でき_でき る_る よう_よう に_に いんでっくす_インデックス を_を ちょうせい_調整 し_し て_て さくせい_作成 する_する 。_。 +おんせい_音声 ごうせい_合成 を_を おこな_行 う_う さい_際 に_に は_は 、_、 あるごりずむ_アルゴリズム に_に したが_従 っ_っ て_て もっとも_最も てき_適 し_し た_た おと_音 の_の くみあわせ_組み合わせ を_を でーたべーす_データベース から_から さがしだ_探し出 し_し て_て ごうせい_合成 する_する 。_。 +これ_これ に_に よ_よ り_り きわめて_極めて にくせい_肉声 に_に ちか_近 い_い しぜん_自然 な_な おんせい_音声 に_に ごうせい_合成 する_する こと_こと が_が かのう_可能 と_と な_な る_る 。_。 +しかし_しかし 、_、 より_より しぜん_自然 に_に きこえ_聞こえ る_る おんせい_音声 を_を ごうせい_合成 する_する に_に は_は でーたべーす_データベース の_の じょうほう_情報 りょう_量 を_を ふや_増や す_す ひつよう_必要 が_が あ_あ り_り 、_、 でーた_データ さいず_サイズ が_が ぼうだい_膨大 と_と な_な る_る もんだい_問題 も_も はっせい_発生 する_する 。_。 +DIPHONE_Diphone ごうせい_合成 くうはく_  (_( DIPHONE_Diphone くうはく_  SYN_syn THE_the SIS_sis )_) +おんせい_音声 らいぶらり_ライブラリ に_に たーげっと_ターゲット と_と する_する げんご_言語 の_の DIPHONE_Diphone (_( おと_音 と_と おと_音 の_の つながり_つながり ぶぶん_部分 )_) を_を すべて_全て もち_持ち 、_、 それ_それ を_を しよう_使用 し_し て_て ごうせい_合成 する_する 。_。 +DIPHONE_Diphone の_の こすう_個数 は_は その_その げんご_言語 の_の おんそ_音素 はいれつ_配列 ろん_論 で_で きま_決ま っ_っ て_て い_い る_る 。_。 +(_( すぺいん_スペイン ご_語 なら_なら 800_800 、_、 どいつ_ドイツ ご_語 なら_なら 2500_2500 の_の DIPHONE_Diphone を_を も_持 つ_つ 。_。 +)_) DIPHONE_Diphone ごうせい_合成 で_で は_は 、_、 かく_各 DIPHONE_Diphone の_の おんせい_音声 が_が ひと_ひと つ_つ だけ_だけ でーたべーす_データベース に_に かくのう_格納 さ_さ れ_れ て_て い_い る_る 。_。 +じっこう_実行 じ_時 に_に は_は DIPHONE_Diphone を_を ならべ_並べ た_た もの_もの に_に せんけい_線形 よそく_予測 ぶんせき_分析 ほう_法 (_( PSOLA_PSOLA 、_、 MBROLA_MBROLA など_など )_) の_の よう_よう な_な でじたる_デジタル しんごう_信号 しょり_処理 ぎほう_技法 を_を ほどこ_施 し_し て_て いんりつ_韻律 を_を つく_作 る_る 。_。 +できあが_できあが っ_っ た_た おんせい_音声 は_は たんい_単位 せんたく_選択 ごうせい_合成 に_に ひかく_比較 する_する と_と おんしつ_音質 が_が おと_劣 る_る が_が 、_、 ふぉるまんと_フォルマント ごうせい_合成 より_より は_は しぜん_自然 な_な おんしつ_音質 に_に な_な る_る 。_。 +しかし_しかし 、_、 DIPHONE_Diphone ごうせい_合成 は_は けつごう_結合 ぶ_部 の_の けっかん_欠陥 が_が めだ_目立 ち_ち 、_、 ふぉるまんと_フォルマント ごうせい_合成 の_の よう_よう な_な ろぼっと_ロボット てき_的 な_な はっせい_発生 に_に な_な っ_っ て_て しま_しま う_う もんだい_問題 が_が あ_あ る_る 。_。 +その_その ため_ため しょうよう_商用 で_で は_は じょじょ_徐々 に_に りよう_利用 が_が へ_減 っ_っ て_て い_い る_る が_が 、_、 ふりー_フリー そふとうぇあ_ソフトウェア や_や けんきゅう_研究 よう_用 と_と し_し て_て は_は つか_使 わ_わ れ_れ つずけ_続け て_て い_い る_る 。_。 +ぶんや_分野 げんてい_限定 ごうせい_合成 くうはく_  (_( DOMA_Doma INー_inー SPECIFIC_specific くうはく_  SYN_syn THE_the SIS_sis )_) +ろくおん_録音 さ_さ れ_れ た_た たんご_単語 や_や ぶんせつ_文節 を_を れんけつ_連結 し_し て_て おんせい_音声 を_を ごうせい_合成 する_する 。_。 +これ_これ は_は とくてい_特定 ぶんや_分野 の_の てきすと_テキスト よみあげ_読み上げ に_に つか_使 わ_わ れ_れ る_る 。_。 +たとえば_例えば のりかえ_乗り換え あんない_案内 の_の ほうそう_放送 や_や てんき_天気 よほう_予報 など_など で_で あ_あ る_る 。_。 +これ_これ は_は じっそう_実装 が_が かんたん_簡単 な_な の_の で_で しょうよう_商用 に_に も_も ながねん_長年 つか_使 わ_わ れ_れ て_て き_き た_た 。_。 +たとえば_例えば 、_、 しゃべ_しゃべ る_る とけい_時計 や_や でんたく_電卓 など_など で_で あ_あ る_る 。_。 +この_この ほうしき_方式 は_は ぶんや_分野 を_を げんてい_限定 し_し て_て い_い る_る の_の で_で しぜん_自然 に_に きこえ_聞こえ る_る おんせい_音声 を_を ごうせい_合成 する_する の_の が_が かんたん_簡単 で_で あ_あ る_る 。_。 +しかし_しかし 、_、 はんよう_汎用 で_で は_は な_な い_い の_の で_で 、_、 りよう_利用 は_は げんてい_限定 さ_さ れ_れ る_る 。_。 +ないぶ_内部 の_の でーたべーす_データベース に_に あ_あ る_る たんご_単語 や_や ぶんせつ_文節 しか_しか はなせ_話せ な_な い_い ため_ため 、_、 ないよう_内容 が_が とうろく_登録 さ_さ れ_れ て_て い_い る_る おんせい_音声 に_に よ_よ っ_っ て_て げんてい_限定 さ_さ れ_れ る_る 。_。 +また_また 、_、 たとえば_例えば ふらんす_フランス ご_語 の_の りえぞん_リエゾン など_など 、_、 ぜんご_前後 の_の たんご_単語 と_と の_の かんけい_関係 で_で はつおん_発音 が_が かわ_変わ る_る ばあい_場合 を_を さいげん_再現 する_する の_の が_が むずかし_難し い_い 。_。 +この_この ばあい_場合 、_、 ぶんみゃく_文脈 を_を こうりょ_考慮 し_し て_て ごうせい_合成 する_する ひつよう_必要 が_が あ_あ る_る 。_。 +ふぉるまんと_フォルマント ごうせい_合成 (_( ごうせい_合成 おんせい_音声 )_) +ふぉるまんと_フォルマント ごうせい_合成 は_は ろくおん_録音 さ_さ れ_れ た_た にんげん_人間 の_の おんせい_音声 は_は しよう_使用 せ_せ ず_ず 、_、 きてい_基底 しゅうは_周波 すう_数 、_、 ねいろ_音色 、_、 ざつおん_雑音 れべる_レベル など_など の_の ぱらめーた_パラメータ を_を ちょうせい_調整 し_し て_て はけい_波形 を_を つく_作 り_り 、_、 じんこう_人工 てき_的 な_な おんせい_音声 を_を つく_作 る_る 。_。 +ごうせい_合成 さ_さ れ_れ た_た おんせい_音声 は_は ろぼっと_ロボット てき_的 に_に きこえ_聞こえ る_る おんせい_音声 に_に な_な る_る ため_ため 、_、 にんげん_人間 の_の おんせい_音声 と_と まちがえ_間違え る_る こと_こと は_は な_な い_い 。_。 +ふぉるまんと_フォルマント ごうせい_合成 は_は れんけつ_連結 てき_的 ごうせい_合成 と_と くらべ_比べ つぎ_次 の_の よう_様 な_な とくちょう_特徴 も_も も_持 っ_っ て_て い_い る_る 。_。 +おと_音 の_の けっそん_欠損 が_が な_な い_い の_の で_で 、_、 こうそく_高速 に_に はっせい_発声 さ_さ せ_せ て_て も_も めいりょう_明瞭 に_に ききとれ_聞き取れ る_る 。_。 +この_この ため_ため こうそく_高速 さ_さ を_を ようきゅう_要求 さ_さ れ_れ る_る てきすと_テキスト よみあげ_読み上げ に_に は_は よく_よく つか_使 わ_わ れ_れ て_て い_い る_る 。_。 +れんけつ_連結 てき_的 ごうせい_合成 の_の よう_よう な_な おんせい_音声 でーたべーす_データベース を_を ひつよう_必要 と_と し_し な_な い_い の_の で_で 、_、 でーた_データ の_の さいず_サイズ が_が ちいさ_小さ く_く な_な る_る 。_。 +しゅつりょく_出力 おんせい_音声 を_を ようい_容易 に_に へんか_変化 さ_さ せ_せ る_る こと_こと が_が でき_でき る_る の_の で_で 、_、 いんとねーしょん_イントネーション や_や ねいろ_音色 を_を じゆう_自由 に_に かえ_変え る_る こと_こと が_が でき_出来 る_る 。_。 +じょうき_上記 の_の よう_様 な_な とくちょう_特徴 の_の ため_ため 、_、 くみこ_組み込 み_み しすてむ_システム で_で も_も よく_よく つか_使 わ_わ れ_れ 、_、 ふぉるまんと_フォルマント ごうせい_合成 の_の れい_例 と_と し_し て_て 、_、 せんきゅうひゃくななじゅう_1970 ねんだい_年代 まつ_末 に_に てきさす_テキサス ・_・ いんすつるめんつ_インスツルメンツ が_が はつばい_発売 し_し た_た がんぐ_玩具 SPEAK_Speak くうはく_  &_& くうはく_  SPELL_Spell 、_、 せが_セガ の_の 1980_1980 ねんだい_年代 の_の いく_いく つ_つ か_か の_の あーけーど_アーケード げーむ_ゲーム が_が あ_あ る_る (_( ASTRO_Astro くうはく_  ぶらすたー_Blaster 、_、 SPACE_Space くうはく_  FURY_Fury 、_、 STAR_Star くうはく_  TREK_Trek :_: くうはく_  すとらてじっく_Strategic くうはく_  OPERATIONS_Operations くうはく_  SIMULATOR_Simulator など_など )_) 。_。 +これ_これ ら_ら の_の いんとねーしょん_イントネーション の_の さいげん_再現 は_は ひじょう_非常 に_に よ_よ く_く 、_、 りある_リアル たいむ_タイム の_の てきすと_テキスト よみあげ_読み上げ いんたふぇーす_インタフェース で_で の_の じつげん_実現 は_は これ_これ から_から で_で あ_あ る_る 。_。 +その_その た_他 の_の ごうせい_合成 しゅほう_手法 +ARTICULATORY_Articulatory くうはく_  SYN_syn THE_the SIS_sis +さいきん_最近 まで_まで じゅんすい_純粋 に_に がくじゅつ_学術 てき_的 けんきゅう_研究 と_と し_し て_て つか_使 わ_わ れ_れ て_て き_き た_た しゅほう_手法 で_で あ_あ る_る 。_。 +それ_それ は_は にんげん_人間 の_の せいどう_声道 ぶぶん_部分 の_の こうぞう_構造 を_を けんきゅう_研究 し_し て_て そこ_そこ で_で おこ_起こ っ_っ て_て い_い る_る こと_こと を_を じんこう_人工 てき_的 に_に さいげん_再現 する_する もの_もの で_で あ_あ る_る 。_。 +さいきん_最近 に_に な_な っ_っ て_て その_その せいか_成果 が_が しょうよう_商用 の_の おんせい_音声 ごうせい_合成 で_で も_も つかえ_使え る_る れべる_レベル に_に な_な っ_っ て_て き_き た_た 。_。 +NEXT_NeXT で_で つか_使 わ_わ れ_れ て_て い_い た_た しすてむ_システム は_は かなだ_カナダ の_の かるがりー_カルガリー だいがく_大学 の_の けんきゅう_研究 ちーむ_チーム が_が すぴんおふ_スピンオフ し_し て_て つく_作 っ_っ た_た TRILLIUM_Trillium くうはく_  SOUND_Sound くうはく_  りさーち_Research くうはく_  いんく_Inc 。_. が_が かいはつ_開発 し_し た_た もの_もの で_で あ_あ る_る 。_。 +TRILLIUM_Trillium は_は これ_これ を_を ふりー_フリー な_な GNUSPEECH_gnuspeech と_と し_し て_て こうかい_公開 し_し て_て お_お り_り 、_、 じーえぬゆー_GNU くうはく_  SAVANNAH_savannah くうはく_  SITE_site で_で にゅうしゅ_入手 かのう_可能 で_で あ_あ る_る 。_。 +HYBRID_Hybrid くうはく_  SYN_syn THE_the SIS_sis +ふぉるまんと_フォルマント と_と れんけつ_連結 てき_的 ごうせい_合成 を_を くみあわせ_組み合わせ た_た もの_もの で_で 、_、 おと_音 の_の けっそん_欠損 を_を なるべく_なるべく すくな_少な く_く し_し た_た もの_もの で_で あ_あ る_る 。_。 +えいちえむえむ_HMM ーBASED_ーbased くうはく_  SYN_syn THE_the SIS_sis +かくれ_隠れ まるこふもでる_マルコフモデル (_( えいちえむえむ_HMM )_) に_に もとづ_基づ い_い た_た ごうせい_合成 で_で あ_あ る_る 。_。 +この_この しすてむ_システム で_で は_は 、_、 しゅうは_周波 すう_数 すぺくとる_スペクトル 、_、 きほん_基本 しゅうは_周波 すう_数 、_、 じぞく_持続 じかん_時間 (_( いんりつ_韻律 )_) が_が えいちえむえむ_HMM に_に よ_よ っ_っ て_て どうじ_同時 に_に もでる_モデル か_化 さ_さ れ_れ る_る 。_。 +おんせい_音声 はけい_波形 は_は えいちえむえむ_HMM じたい_自体 が_が さいゆう_最尤 ほう_法 に_に もとづ_基づ い_い て_て せいせい_生成 する_する 。_。 +SINEWAVE_Sinewave くうはく_  SYN_syn THE_the SIS_sis +ふぉるまんと_フォルマント を_を じゅんすい_純粋 な_な せいげん_正弦 は_波 の_の ごうせい_合成 に_に よ_よ っ_っ て_て こうせい_構成 する_する ぎほう_技法 で_で あ_あ る_る 。_。 diff --git a/data/wiki-ja-train.txt b/data/wiki-ja-train.txt new file mode 100644 index 0000000..603106e --- /dev/null +++ b/data/wiki-ja-train.txt @@ -0,0 +1,818 @@ +自然言語処理(しぜんげんごしょり、英語: natural language processing、略称:NLP)は、人間が日常的に使っている自然言語をコンピュータに処理させる一連の技術であり、人工知能と言語学の一分野である。 +「計算言語学」(computational linguistics)も同じ意味であるが、前者は工学的な視点からの言語処理をさすのに対して、後者は言語学的視点を重視する手法をさす事が多い。 +データベース内の情報を自然言語に変換したり、自然言語の文章をより形式的な(コンピュータが理解しやすい)表現に変換するといった処理が含まれる。 +自然言語の理解をコンピュータにさせることは、自然言語理解とされている。 +自然言語理解と、自然言語処理の差は、意味を扱うか、扱わないかという説もあったが、最近は数理的な言語解析手法(統計や確率など)が広められた為、パーサ(統語解析器)などが一段と精度や速度が上がり、その意味合いは違ってきている。 +もともと自然言語の意味論的側面を全く無視して達成できることは非常に限られている。 +このため、自然言語処理には形態素解析と構文解析、文脈解析、意味解析などをSyntaxなど表層的な観点から解析をする学問であるが、自然言語理解は、意味をどのように理解するかという個々人の理解と推論部分が主な研究の課題になってきており、両者の境界は意思や意図が含まれるかどうかになってきている。 +目次 +1 基礎技術 +2 処理内容とその限界 +3 具体的な課題 +4 統計的自然言語処理 +5 自然言語処理の主な応用 +6 脚注 +7 関連項目 +8 外部リンク +基礎技術 +自然言語処理の基礎技術にはさまざまなものがある。 +自然言語処理はその性格上、扱う言語によって大きく処理の異なる部分がある。 +現在のところ、日本語を処理する基礎技術としては以下のものが主に研究されている。 +形態素解析 +構文解析 +語義の曖昧性解消 +照応解析 +処理内容とその限界 +理論上、自然言語処理はマンマシンインタフェースの手法として非常に魅力的である。 +SHRDLUなどの初期のシステムは世界を限定することで非常にうまくいったため、自然言語処理は簡単だという行き過ぎた楽観主義に陥ったが、より現実的な世界では曖昧さや複雑さが増大し、楽観的な見方はなくなっていった。 +自然言語理解は、AI完全問題と言われることがある。 +なぜなら、自然言語理解には世界全体についての知識とそれを操作する能力が必要と思われるためである。 +「理解; understanding」の定義は、自然言語処理の大きな課題のひとつでもある。 +具体的な課題 +自然言語処理(理解)における課題をいくつかの例を用いて示す。 +次の2つの文、 +We gave the monkeys the bananas because they were hungry.(猿が腹を空かせていたので、バナナを与えた。 +) +We gave the monkeys the bananas because they were overーripe.(バナナは熟れ過ぎていたので、猿に与えた。 +) +は表面的な文法構造は同じである。 +しかし、they が指すものは異なっていて、前者では猿、後者ではバナナとなっている。 +この例文の場合、theyの指す内容は英語の文型の性質によって決定することができる。 +すなわち、「they(主語)= hungry(補語)」の関係が成り立ち、補語には主語の性質を示すものがくるので、hungryなのはthe monkeys、したがって、「they = the monkeys」と決まる。 +後者も同様に、overーripeというのはthe bananasの性質だから、「they = the bananas」となる。 +つまり、これらの文章を区別し正しく理解するためには、猿の性質(猿は動物で空腹になる)とバナナの性質(バナナは果物で成熟する)を知っていなければならない。 +単語の文字列を解釈する方法は様々である。 +例えば、 +Time flies like an arrow.(光陰矢の如し) +という文字列は以下のように様々に解釈できる。 +典型的には、比喩として、「時間が矢のように素早く過ぎる」と解釈する。 +「空を飛ぶ昆虫の速度を矢の速度を測るように測定せよ」つまり (You should) time flies as you would (time) an arrow. と解釈する。 +「矢が空を飛ぶ昆虫の速度を測るように、あなたが空を飛ぶ昆虫の速度を測定せよ」つまり Time flies in the same way that an arrow would (time them). と解釈する。 +「矢のように空を飛ぶ昆虫の速度を測定せよ」つまり Time those flies that are like arrows と解釈する。 +「”timeーflies”(時バエ)という種類の昆虫は1つの矢を好む」この解釈には集合的な解釈と個別的解釈がありうる。 +「TIMEという雑誌は、投げると直線的な軌跡を描く」 +英語では特に語形変化による語彙の区別をする機能が弱いため、このような問題が大きくなる。 +また、英語も含めて、形容詞と名詞の修飾関係の曖昧さもある。 +例えば、”pretty little girls' school”(かわいい小さな少女の学校)という文字列があるとする。 +その学校は小さいだろうか? +少女たちが小さいのだろうか? +少女たちがかわいいのだろうか? +学校がかわいいのだろうか? +他にも次のような課題がある。 +形態素解析 +中国語、日本語、タイ語といった言語は単語のわかち書きをしない。 +そのため、単語の区切りを特定するのにテキストの解析が必要となり、それは非常に複雑な作業となる。 +音声における形態素解析 +音声言語において、文字を表す音は前後の音と混じっているのが普通である。 +従って音声から文字を切り出すのは、非常に難しい作業となる。 +さらに、音声言語では単語と単語の区切りも(音としてのみ見れば)定かではなく、文脈や文法や意味といった情報を考慮しないと単語を切り出せない。 +語義の曖昧性 +多くの単語は複数の意味を持つ。 +従って、特定の文脈においてもっともふさわしい意味を選択する必要がある。 +構文の曖昧性 +自然言語の文法は曖昧である。 +1つの文に対応する複数の構文木が存在することも多い。 +もっとも適切な解釈(構文木)を選択するには、意味的情報や文脈情報を必要とする。 +不完全な入力や間違った入力 +主語の省略や代名詞の対応などの問題(照応解析)。 +音声におけるアクセントのばらつき。 +文法上の誤りのある文の解析。 +光学文字認識における誤りの認識など。 +言語行為 +文章は文字通りに解釈できない場合がある。 +例えば ”Can you pass the salt?”(塩をとってもらえますか?)という問いに対する答えは、塩を相手に渡すことである。 +これに ”Yes” とだけ答えて何もしないのはよい答えとは言えないが、”No” はむしろありうる答えで、”I'm afraid that I can't see it” はさらによい(塩がどこにあるかわからないとき)。 +統計的自然言語処理 +統計的自然言語処理は、確率論的あるいは統計学的手法を使って、上述の困難さに何らかの解決策を与えようとするものである。 +長い文になればなるほど、従来型の自然言語処理では解釈の可能性の組合せが指数関数的に増大していき、処理が困難となる。 +そのような場合に統計的自然言語処理が効果を発揮する。 +コーパス言語学やマルコフ連鎖といった手法が使われる。 +統計的自然言語処理の起源は、人工知能の中でもデータからの学習を研究する分野である機械学習やデータマイニングといった分野である。 +自然言語処理の主な応用 +自然言語処理の応用技術として、以下のような技術が研究・実用化されている。 +また、言語学への応用も考えられている。 +自動要約生成 +情報抽出 +情報検索、検索エンジン、概念検索 +機械翻訳、翻訳ソフト +固有表現抽出 +自然言語生成 +光学文字認識 +質問応答システム +音声認識 +音声合成 +校正、スペルチェッカ +かな漢字変換 +自動要約生成(じどうようやくせいせい)とは、ひとつもしくは複数の文章の趣旨を要約して表示する方法である。 +重要語や接続詞などを手がかりとしながら要約文を作成する。 +重要な段落を抜き出す方法から、文の要点を抜き出す方法まで及ぶ。 +身近なものとしてはMicrosoft Wordの要約にマーカをつけるものがある。 +しかし精度は30%ぐらいだという。 +アルゴリズム +自動要約処理のアルゴリズムは、昔から研究されており、多くのものが、文の重要度というものを計算して、その重要度が高い文を選んで、要約を行うというアルゴリズムが基本である。 +文の重要度を計算する方法として、考えられているのは、文の中の単語が重要かどうかを判断する方法、文が文章中のどの位置にあるかを判断する方法などがある。 + 今のところ、文章中の文の位置から、重要かどうかを考えることがもっとも有効と考えられている。 +情報抽出は、情報ルーティングの分野のひとつである。 +特定の文章やサイトから必要な情報をフィルタリングなどを通して取得する方法である。 +ただ機械的に抜き出すこともあるが、自然言語処理を用いることもある。 +情報抽出を行うことは困難な問題であるため、現在は非常に狭い分野でだけ適用できる方法が主流である。 +情報検索(じょうほうけんさく)とは、コンピュータを用いて大量のデータ群から目的に合致したものを取り出すこと。 +検索の対象となるデータには文書や画像、音声、映像、その他さまざまなメディアやその組み合わせとして記録されたデータなどが含まれる。 +インターネットの発達により検索はインターネットを介して行われることも多いが、ここでは情報を検索するためのコンピュータ側における仕組みを記述している。 +情報検索に対するコンピュータ側における技術は情報を人間が直接管理するのに比べ、データの量的な制約やデータの取り扱いの一貫性を保つ困難さという制約を受けることなく、高速で安定なシステムにより利用者に適切なデータを提供する機能と位置付けることができる。 +目次 +1 情報検索と情報検索システムの全体像 +1.1 歴史と現在の課題 +1.2 情報検索システムの構成要素 +1.3 情報検索システム構築の手続き +1.3.1 検索対象データ収集 +1.3.2 検索対象のデータからのメタデータ作成 +1.3.3 検索アルゴリズムの設計 +1.3.4 検索性能の評価 +2 情報検索技術の分類 +2.1 検索対象データの抽象度 +2.2 検索入力の種類 +3 検索アルゴリズム +4 関連項目 +5 参考文献 +6 脚注 +7 外部リンク +7.1 オープンソースの情報検索システムソフトウェア +7.2 主な学術団体 +7.3 その他 +情報検索と情報検索システムの全体像 +情報検索が基盤としている技術は多数の分野にのぼる。 +情報検索はデータの管理および入出力のためのデータベース、文書データ処理のための自然言語処理や計算言語学、画像や音声を扱うための信号処理や認知心理学を背景とするパターン認識技術、メタデータに関する考察の基盤となった図書館情報学、検索アルゴリズム設計や情報検索システムの評価尺度考案のヒントとして寄与した諸数学理論などのさまざまな要素技術の組み合わせによって成り立っている。 +情報検索システムは情報検索を実現するためのソフトウェアやハードウェアによって構成されるシステムである。 +ここでは主にソフトウェアに関して、現在よく用いられているシステムの構成について述べる。 +歴史と現在の課題 +情報検索システムは1970年代に、大規模に蓄積される学術文献や論文等の管理をコンピュータ上で行うために、規模の大きい図書館でデータの管理と検索が行われるようになったのが起源である。 +図書館における蔵書検索や電子ジャーナル、統計資料のデータベースなどへの応用は現在でも盛んに用いられているほか、1990年代から広まったGoogleやgooのようなWorld Wide Web上のデータを対象にした検索エンジンが現在では情報検索のシステムとして特に身近な存在となっている。 +2000年代以降の情報検索の課題は、例として以下のようにまとめることができる。 +いわゆるDeep Web(ショッピングサイトなどに代表される、バックエンドの大規模なデータベースが動的なコンテンツを生成するウェブサイト)を対象にした検索 +より直感的なユーザインタフェース +より人間に近い高度な判断尺度を持ったマルチメディア情報検索 +さまざまなメディアを統合的かつ横断的に扱うクロスメディア情報検索 +格納されるデータや検索入力が言語に依存しないマルチリンガル(クロスリンガル)検索環境 +P2Pネットワーク等の大規模分散データを対象にした情報検索 +情報検索システムの構成要素 +情報検索システムの全体像 +情報検索システムは主に以下に挙げる要素によって構成されている。 +データベース +検索対象のデータ +メタデータ(索引語) +ユーザインタフェース +検索アルゴリズム +データベースは検索対象のデータを蓄積し、管理している。 +検索対象のデータからはメタデータが作成され、メタデータもデータベースに格納される。 +検索の利用者は検索語(検索文)をユーザインタフェースを通して検索を発行し、検索アルゴリズムが適切なデータをデータベースに格納されているメタデータから選択し、選択されたメタデータに対応する検索対象のデータをユーザインタフェースを通して利用者に返答する。 +例えばウェブサイトの情報検索では、検索対象のデータが個々のウェブサイトの内容、メタデータがウェブサイトの内容の要約やキーワード・紹介文、ユーザーインターフェースと検索アルゴリズムが検索エンジンにあたる。 +検索エンジンは検索キーワードに一致するメタデータをデータベースから選択し、選択されたメタデータに対応する検索対象のデータを検索結果に表示する。 +情報検索システム構築の手続き +情報検索システムの構築は以下のフェーズを経て行われる。 +順序は必ずしも一定ではなく、構築するシステムの内容や外的環境によって異なる。 +検索対象データ収集 +検索の対象とするデータの収集方針を決定する。 +World Wide Web上のハイパーテキストを収集して対象とする場合にはクローラ(ロボット、スパイダー)を用いて自動的な収集を行うのが一般的であるが、天文学的数量の膨大なデータが存在し、かつ急激に変化するWorld Wide Webのデータを全て網羅して収集することは事実上不可能である。 +そのため、いかにして網羅的に多くの対象のデータを収集するかが重要な課題となっており、World Wide Web検索エンジンのサービスでは何ページのデータか検索が可能であるかが性能の指標の一つとなっている。 +検索対象のデータからのメタデータ作成 +検索対象のデータからのメタデータを作成する。 +メタデータの形式および作成方法は検索アルゴリズムやデータ収集の方針と密接に関連する。 +たとえばデータ収集が継続的かつ大規模に行われるような場合、人手を使ってメタデータを作成することはコストの大幅な増大を意味することになる。 +検索アルゴリズムの設計 +作成されたメタデータを用いてどのような計算を用いてデータを出力するか決定する。 +検索アルゴリズムの詳細についてはメタデータ生成法と情報検索アルゴリズムを参照。 +検索性能の評価 +再現率と適合率 +情報検索システムの検索性能の評価を行う。 +情報検索システムの検索性能は主に正確性と網羅性の質的な観点から適合率(precision;精度ともいう)と再現率(recall)を、処理性能の量的な観点からスループットを測定することにより判定するのが一般的である。 +適合率は検索結果として得られた集合中にどれだけ検索に適合した文書を含んでいるかという正確性の指標であり、再現率は検索対象としている文書の中で検索結果として適合している文書(正解文書)のうちでどれだけの文書を検索できているかという網羅性の指標である。 +適合率は、 +precision = \frac{R}{N} +(R:検索された適合文書の数、N:検索結果の文書の数) によって、再現率は、 +recall = \frac{R}{C} +(R:検索された適合文書の数、C:全対象文書中の正解文書の数) によって求められる。 +適合率をあげれば再現率が下がり、再現率を上げれば適合率が下がる傾向にあるため、F値(Fーmeasure)という尺度もよく用いられる。 +F値は適合率と再現率の調和平均であり、 +\begin{align} F{\textit{ー}}measure & = \frac{2 \cdot precision \cdot recall}{precision + recall} \\ & = \frac{R}{\frac{1}{2} (N + C)} \\ \end{align} +によって求められ、RをNとCの相加平均で割ったものに相当する。 +F値が高ければ、性能が良いことを意味する。 +情報検索技術の分類 +情報検索の技術は以下のような観点で分類できる。 +検索対象データの抽象度 +直接検索 +メタデータを介さずデータそのものを直接計算アルゴリズム上で処理する検索方法。 +例としてハミングによる検索の入力を行い類似する音程の音楽を検索するもの等。 +実用上は、前処理としての索引の生成を事前におこなう方式も多いが、このような場合もデータに含まれる表現をそのまま用いて検索を行うため検索モデルとしては直接検索に分類される。 +全文検索 +直接検索の一種であり、文書データの全文から自動処理の走査によりメタデータを作成して保管し、検索の入力に合致するデータを検索結果とする検索方法。 +「全文検索システムNamazu」等が用いられている。 +間接検索 +データベースに蓄積されたデータからメタデータを生成して保管し、検索の入力が行われた際に内部表現に変換された検索の入力と保管されたメタデータを比較することにより検索結果を生成する検索方法。 +検索入力の種類 +単語(キーワード) +単語(キーワード)を指定することによって検索を行う。 +もっとも単純な形式と言える。 +検索言語 +システム特有の検索言語を用いて検索を行う方法。 +論理和・論理積などのブーリアンモデルの演算を検索の絞り込みに利用する際に用いられる。 +研究者や法律・医学等の専門的な実務家など、特定の分野の専門家を対象にした検索システムなどに用いられることが多い。 +SQLのようなデータベースマネージメントシステムで標準的標準的が言語を用いることもあるが、特定の検索エンジン特有の検索言語を用いているシステムも多い。 +実現例としてはIEEE Xploreなどがある。 +直接入力 +検索のパラメータとなる関連するデータを直接入力する方法。 +たとえば特定の画像を入力にして類似した画像を検索するものや、ハミングの入力を受けて関連する音楽クリップを検索するものなどが研究されている。 +自然文 +検索に関わるユーザインタフェースの研究として古くから研究が行われている。 +近年ではGoo ラボによって開発された「日本語自然文検索」が大手の検索エンジンとしては比較的珍しい自然文検索を試験的に提供したことで話題を集めた。 +文書 +文書そのものを入力し、入力した文書と類似する文書を検索する。 +Query by Example(例示による問い合わせ)と呼ばれることもある。 +マルチメディア文書検索では、キーワード検索よりもより一般的に用いられる方法である。 +検索アルゴリズム +情報検索に用いられるアルゴリズムは数多く提案されている。 +ここでは代表的なものについて概説する。 +情報検索アルゴリズムの詳細については情報検索アルゴリズムを参照のこと。 +一般に情報検索システムの構築時にはメタデータ生成時に索引を同時に作成し、検索アルゴリズムによる検索結果の評価の際に索引を用いた最適化を行うが、メタデータの生成法や索引の詳細についてはここでは扱わない。 +パターンマッチング +検索質問として入力された表現をそのまま含む文書を検索するアルゴリズム。 +現在では単純にパターンのみを探すではなく、活用形の変化による同義語のパターンの不一致を解消した検索を行ったりといった拡張がしばしば行われる。 +パターンマッチング自体の詳細なアルゴリズムについては文字列探索を参照。 +ブーリアンモデル +パターンマッチングの検索に付け加え、メタデータの属性ごとの絞り込み条件を論理和・論理積などによって組み合わせて併用する検索方法。 +ベクトル空間モデル +キーワード等を各次元として設定した高次元ベクトル空間を想定し、検索の対象とするデータやユーザによる検索質問に何らかの加工を行いベクトルを生成する。 +ベクトル空間上に検索対象となるベクトルを配置し、ベクトル化された検索質問とデータのベクトルの相関量(ベクトル間のコサイン、内積、ユークリッド距離などが用いられる。 +)によって検索の対象のデータと検索質問の関係の強さを計算するモデル。 +潜在的意味索引付け(潜在的意味分析、LSI) +ベクトル空間モデルの応用として考案された検索アルゴリズム。 +高次元ベクトル空間を行列として扱い特異値分解を行い、得られた直交低次元ベクトル空間上検索を行う。 +単純なベクトル空間モデルでの検索に比べて、同義語が用いられている文書間の関連を反映し、検索の対象のデータの内容的な偏りに影響を受けにくい検索を行うことができるというメリットがある。 +機械翻訳(きかいほんやく)とは、ある自然言語を別の自然言語へ機械的に変換する技術をいう。 +機械翻訳の概念自体はコンピュータの存在以前より存在するため、機械翻訳と翻訳ソフトは同義ではないが、現在ではほとんど翻訳ソフトとして実装される。 +例として、英語の文章を入力するとそれを翻訳した日本語の文章を出力する英和翻訳ソフトウエアなどがある。 +自動翻訳ともいう。 +近年は統計、人工知能、コンピュータ処理能力、データベース、記憶容量の進歩により急速に成長している分野である。 +尚、翻訳方法のもう一つとして、「人力翻訳(人の手による翻訳)」がある。 +目次 +1 歴史 +2 アプローチ +2.1 統計翻訳 +3 問題 +3.1 語義の多義性 +3.2 常識 +4 翻訳支援 +5 実用性 +6 アプリケーション +7 評価 +8 関連項目 +9 外部リンク +10 出典 +歴史 +この節は執筆の途中です この節は執筆中です。 +加筆、訂正して下さる協力者を求めています。 +アプローチ +現在広く使われている機械翻訳の原理は次のとおりである。 + 言語 X で書かれている文を言語 Y に翻訳する場合: +言語 X の文を構文解析する。 +得られた構文木を、定められた規則に従って変換し、言語 Y の構文木を得る。 +変換した構文木から言語 Y の文を生成する。 +例として、英語から日本語への翻訳を考える。 + 以下のような原文が与えられたとしよう。 +”I have a pen.” +この文を解析して得られる構文木は次のようになる: +EnglishSyntaxTreeSample1.png +ここで、以下のような辞書を使って英語の単語を日本語の単語に置き換える: +英語  日本語 +I  私 +have  持っている +a  ー (空白) +pen  ペン +構文木は次のようになる: +(S (NP (pron 私)) (VP (verb 持っている) (NP (det ー) (noun ペン)))) +しかしまだ語順が正しくないし、助詞もない。 + ここで構文木に対して以下のような規則を適用して変換をおこなう: +”S → NP VP” というノードがあれば、それを ”S → NP は VP” に変換せよ。 +”VP → verb NP” というノードがあれば、それを ”VP → NP を verb” に変換せよ。 +すると変換された木はこのようになっている: +(S (NP (pron 私)) は (VP (NP (det ー) (noun ペン)) を (verb 持っている))) +ここから、以下のような翻訳文を生成できる: +”私はペンを持っている。 +” +これは非常に単純な例である。 + 実際には英語の have は複数の語義をもつので、語義の曖昧性解消をしなければ単純に「have → 持っている」という変換をすることはできない。 + また、モダリティの考慮や、照応の解決、敬語の扱い、自然な言いまわしの文の生成など実用的な翻訳ソフトウエアをつくるためには多くのことを考慮に入れる必要がある。 +統計翻訳 +詳細は「統計翻訳」を参照 +計算機の発達によって1990年代以降研究が盛んになっているのは統計的な手法を用いた機械翻訳である。 + これは音声認識の分野で用いられていた雑音チャネルモデルを応用したもので、元言語(翻訳元の言語) f は目的言語(翻訳後の言語) e が雑音のある通信路を通る間に変化してしまったものであると捉え、翻訳とは元言語から目的言語への復号であると考える。 + この時、復号誤りが最も小さくなる翻訳結果 \hat{e} は以下の式を満たすことによって得られる。 +\hat{e} = \mathrm{argmax}_{e} P(e|f) +しかし、このままではモデル化が難しいため、ベイズの定理を用いて以下のように変形する。 +\mathrm{argmax}_{e} P(e|f) = \mathrm{argmax}_{e} \frac{P(e)P(f|e)}{P(f)} = \mathrm{argmax}_{e}P(e)P(f|e) +よって +\hat{e} = \mathrm{argmax}_{e} P(e)P(f|e) +ここで P(e) をモデル化したものを言語モデル、P(f|e) をモデル化したものを翻訳モデルと呼び、言語モデルは言語としての確からしさを、翻訳モデルは翻訳の確からしさをモデル化していると言える。 +そして、これらのモデルから翻訳候補を生成し、最も確率の高い翻訳結果を探索する処理系をデコーダと呼ぶ。 +翻訳モデルのみでは目的言語として正しくない文となってしまうため、言語モデルによって目的言語として正しくない文を取り除けると考えられる。 +また、言語モデルについての研究は音声認識などの分野において既に研究が行われており、その知見を生かすこともできる。 +実際にはパラレルコーパスと呼ばれる文同士の対応がついた2言語間のコーパスを用いてこの確率を推定することになる。 +問題 +語義の多義性 +この節は執筆の途中です この節は執筆中です。 +加筆、訂正して下さる協力者を求めています。 +常識 +機械による翻訳の困難さのひとつは、それが文法や単語の意味の解析といった論理的処理だけでは解決しない点にもある。 +たとえば次の英語の文は、 +Time flies like an arrow. +普通はこれを「時は矢のように飛び去る」(光陰矢のごとし)と解釈するが、これを「時間蠅は矢を好む」と訳することも可能で、文法的にも破綻がない。 +当然、普通は後者は間違いなのであるが、後者を捨て去る判断ができるためには、人には時が素早く過ぎると感じられることがあること、矢は速く飛ぶこと、時間蠅という生き物は存在しなさそうなこと、虫が矢を好むことなどありそうにないこと等の知識が必要である。 +極論すれば、正しい翻訳を行うためにはその文がかかわる世界そのものに関するあらゆる知識や感覚が必要になる。 +また、ありそうにない時間蠅も、たとえばルイス・キャロルなら存在させるかもしれず、問題はより複雑になる。 +翻訳支援 +「翻訳支援ツール」および「翻訳メモリ」も参照 +いわゆる機械翻訳は「自動翻訳」と「翻訳支援」の2つのまったく異なる方向で用いられる。 +自動翻訳では人間の介入は最小限であり、すべてを機械に翻訳させようとする。 +これは「翻訳元の言語を理解することができない人」のための技術である。 +翻訳支援はプロの翻訳者が翻訳作業を効率的かつ高品質に行うために翻訳ソフトを活用するものである。 +これはすでに一部の先進的な翻訳者によって活用されている。 +実用性 +現実の翻訳は互いの言語の関係によっても大きく異なる。 +言語はそれぞれ孤立して存在するものではなく、多かれ少なかれ互いに影響しあって存在する。 +特に共通の歴史が長い場合、文法や語彙に共通性、あるいは共通の起源を多く持つことがある。 +そのような場合、極端に言えば単語を置き換えるだけでもある程度のレベルの翻訳が可能であるから、機械翻訳もより容易い。 +だいたいの意味を知るための概訳については、フランス語、スペイン語、イタリア語などインド・ヨーロッパ語族ロマンス語系諸語間の自動翻訳は比較的順当であり、英語とロマンス語系あるいはゲルマン語系言語との間の自動翻訳も実用レベルに達しているといえる。 +日本語からの翻訳の場合、実用のレベルにあるのは日韓自動翻訳である。 +日本語と韓国語は膠着語であるという文法的共通性や、漢語からの借用語もあり、自動翻訳の精度は文体にもよるが普通80%~90%である。 +このため、日韓間では自動翻訳掲示板など実用サイトも存在する。 +(外部リンク、NAVER日韓自動翻訳掲示板参照)。 +日本語の場合助詞や同音異義語が多数存在するために形態素解析の段階で翻訳に困難をきたす。 +ゆえに一般に英日翻訳に比べて日英翻訳の能力は低い段階にある 。 +英語の語学力のない人が英訳を行い出来上がった英文の評価が出来ない場合、英訳した文を日本語に再変換してみて日本語で意味が通るかどうか確認してみると良い。 +翻訳支援の場合、では、特定の分野の翻訳に適したユーザー辞書を作成することにより、翻訳ソフトの訳質は大幅に向上する。 +だが一定規模の企業・組織ユーザー以外の、一般ユーザーの小規模な利用シナリオでは、ユーザー辞書の利用効果よりも作成にかかる時間・労力のほうが大きい。 +その理由には、辞書作成に技能を要する、ユーザー辞書のコンテンツがない、辞書の相互利用のためのインフラがない、翻訳の量が少ない(規模が少ない・頻度が少ない)といったことが考えられる。 +これらの問題を解決するために、AAMT(アジア太平洋機械翻訳協会)がユーザー辞書を共有するための仕様であるUPFを策定した。 +その後、2006年から後継の仕様であるUTXが現在策定中である。 +翻訳ソフト(ほんやくソフト)とは、パソコン上で翻訳を行うソフトウェアである。 +機械翻訳の項も参照。 +目次 +1 翻訳ソフトと機械翻訳 +2 翻訳ソフトの種類 +3 翻訳ソフトの特性 +4 代表的な翻訳ソフト +5 関連項目 +翻訳ソフトと機械翻訳 +現在では機械翻訳(machine translation)はソフトウェアによって行われ、その意味では「機械翻訳 = 翻訳ソフト」である。 +しかし、機械翻訳の概念はコンピュータより以前に存在する。 +コンピュータ翻訳と言わずに、機械翻訳というのはそのせいであろう。 +しかし、機械翻訳という表現は、人間の主体性が低く、ともすれば「機械が最初から最後まですべて翻訳する」という印象を与えがちである。 +これは、「翻訳作業支援ツールとしての翻訳ソフト」の理解の妨げとなることもある。 +そのため、機械翻訳という表現を避けて、「翻訳ソフト」と言い換えることを勧める人もいる。 +翻訳ソフトの種類 +無料から数万円程度の一般消費者向けの製品と、数万円から10万円前後の業務用製品に大別される。 +前者は自動翻訳を主眼に置き、「英語が苦手なユーザー」が「ボタン一つで翻訳」といった手軽さを志向している。 +これに対して、後者は専門辞書や辞書の管理機能などが充実しており、翻訳支援に使われる。 +翻訳メモリとの連携が可能な製品もある。 +対話的翻訳が可能な対訳エディタは、最近は安価な製品にも搭載されるようになったが、上位製品では必須である。 +業務用翻訳ソフトは、「それを使えば誰でもプロ並みの翻訳ができる」といったものではない。 +業務用翻訳ソフトを「英語が苦手なユーザー」が購入する場合もあるが、業務用翻訳ソフトは専門知識と技能を備えた翻訳者によってのみ、その真価を発揮できる。 +翻訳ソフトの特性 +翻訳ソフトは、手紙のように非定型的な文章や、ニュースなど新語や固有名詞が多く、多様な話題である文章は苦手である。 +専門的な内容であっても、定型的で不特定多数を対象として分かりやすく書かれた文章、つまりマニュアルなどの文章では効果が高い。 +適切な専門用語辞書さえあれば、専門性が高ければ高いほどその有用性は高まる。 +固有表現抽出(こゆうひょうげんちゅうしゅつ、英: named entity extraction、named entity recognition)とは、計算機を用いた自然言語処理技術の一つであり、固有名詞(人名、地名など)や日付、時間表現などを抽出する技術である。 +情報抽出の一分野であるとされる。 +目次 +1 目的 +2 歴史 +3 具体例 +4 手法 +5 固有表現分類 +6 参考文献 +7 関連項目 +8 外部リンク +目的 +新聞記事など現実世界に存在するテキストには大量の固有表現 (Named Entity) が含まれている。 +形態素解析などを行なう際、それらの固有表現は辞書に登録されていない場合、未知語として扱われ、解析の誤りを起こす。 +そのため、様々な固有表現を辞書に登録する必要があるが、前述の通り、現実のテキストには大量の固有表現が存在し、人手でそれらを登録することは困難である。 +この問題を解決するため、計算機によって大量のテキストから固有表現を自動的に抽出する技術が生まれた。 +歴史 +この節は執筆の途中です この節は執筆中です。 +加筆、訂正して下さる協力者を求めています。 +固有表現という概念と固有表現抽出が提唱されたのは、1990年頃アメリカ合衆国のDARPAが組織した評価型プロジェクト MUC (Message Understanding Conference) においてであるとされる。 +日本国内においては情報抽出・情報検索の評価型ワークショップである IREX (Information Retrieval and Extraction Exercise) における情報抽出の共有タスクの一つとして出題された。 +自然言語生成(英: Natural language generation)とは、自然言語処理の一種で知識ベースや論理形式などの機械表現系から自然言語を生成することを言う。 +自然言語理解の逆と言われることもある。 +自然言語理解が入力文を明確化して機械表現言語を生成するのに対して、自然言語生成は概念を如何にして言葉で表すかについて判断を必要とする。 +目次 +1 概要 +2 応用 +3 参考文献 +4 外部リンク +概要 +テキスト生成プロセスには、たとえば決まり文句の一覧から選ばれた言葉を接続用テキストで繋げるといった単純な処理もある。 +これは例えば、占い機械やパーソナライズされたビジネスレターのような領域では十分な文章を生成する。 +しかし洗練された自然言語生成システムでは、決まり文句の繰り返しに見えない自然な文章を生成するため、情報の統合と計画のフェーズを必要とする。 +典型的なフェーズは次の通りである。 +コンテンツ決定 +言及する価値がある特徴・属性を決定する。 +この段階で使う技法はデータマイニングと関係する。 +論述計画 +情報提示を全体として構成する。 +文の統合 +類似の文を統合して、可読性と自然らしさを改善する。 +例えば、「次の列車はカレドニア急行です」と「次の列車は午前10時にアバディーンを発ちます」という文を統合して「午前10時発の次の列車はカレドニア急行です」とする。 +語彙化 +概念を単語に置き換える。 +参照表現の生成 +代名詞などの参照を意味する表現を導入して文の中の単語同士をリンクする。 +統語的/形態素的処理 +構文解析の逆を行う。 +これまでのフェーズで集めた全ての情報を使って、統語論規則と形態論規則を適用し、実際の文を表す文字列を生成する。 +正書法処理 +大文字小文字や約物の使い分け、フォーマットなどを行う。 +応用 +自然言語生成の応用の最たる例は、数値などの言語的でないデータをテキスト化された概要に変換するシステムであり、自然言語生成とデータ解析を統合したものである。 +例えば、数値予報データから自動的に天気予報の文章を生成するシステムなどがある。 +また、変わったところでは、ジョークを自動生成するシステムもある。 +光学文字認識(こうがくもじにんしき、英: Optical Character Recognition)は、活字の文書の画像(通常イメージスキャナーで取り込まれる)をコンピュータが編集できる形式(文字コードの列)に変換するソフトウェアである。 +一般にOCRと略記される。 +OCRは、人工知能やマシンビジョンの研究分野として始まった。 +研究は続けられているが、OCRの中心はその実装と応用に移っている。 +紙に印刷された文書をデジタイズし、よりコンパクトな形で記録するのに必要とされる。 +さらに、文字コードに変換することで機械翻訳や音声合成の入力にも使えるようになり、テキストマイニングも可能となる。 +研究分野としては、パターン認識、人工知能、コンピュータビジョンが対応する。 +(鏡やレンズといった光学技術を使った)光学文字認識と(スキャナーとアルゴリズムによる)デジタル文字認識は本来別の領域と考えられていた。 +光学技術として生き残った部分が非常に少ないため、光学文字認識という言葉は現在ではデジタル文字認識を含むものとみなされている。 +初期のシステムは特定の書体を読むための「トレーニング」が必要であった(事前にその書体のサンプルを読ませることを意味する)。 +現在では、ほとんどの書体を高い識字率で変換することが可能である。 +いくつかのシステムでは読み込まれた画像からそれとほぼ同じになるようフォーマットされた出力(例えばワードプロセッサのファイルのようなもの)を生成することが可能であり、中には画像などの文書以外の部分が含まれていても正しく認識するものもある。 +目次 +1 歴史 +2 視覚障害者にとっての重要性 +3 OCR技術の状況 +4 楽譜OCR +5 OCRソフトウェア +6 脚注 +7 関連項目 +8 外部リンク +歴史 +光学文字認識の原点は、電信技術の拡張と視覚障害者が文字を読むための機械の開発という2つの問題にまつわる活動である。 +1914年エマニュエル・ゴールドバーグ(英語版)は、文字列を読み取り電信符号に変換する機械を開発した[要出典]。 +同じころエドマンド・フルニエ・ダルベ(英語版)はオプトフォン(英語版)という携帯型スキャナを開発した。 +これを印刷物のページ上ですべらせると、文字の形状によって異なる音を発する。 +ゴールドバーグはデータ入力手段としてOCR技術の開発を続けた。 +後に彼は、画像を光電管で読み取り、必要な識別パターンを含むテンプレートと比較することでマッチングを見つけるという技法を提案した。 +1929年、グスタフ・タウシェク(英語版)も同様のアイデアを思いつき、ドイツでOCRに関する特許を取得した。 +アメリカでは1933年、ポール・W・ハンデルが同様のテンプレート・マッチング方式のOCR技術の特許を取得している(アメリカ合衆国特許第1,915,993号)。 +1935年、タウシェクもアメリカで特許を取得した(アメリカ合衆国特許第2,026,329号)。 +1949年、米国復員軍人援護局から視覚障害者支援のためという要請を受け、RCAの技術者らが初期のコンピュータを使ったOCRを研究した。 +この研究には、単に活字をコンピュータ内の文字コードに変換するだけでなく、その文字を読み上げるという部分も含まれており、初期の音声合成の研究でもある。 +しかし、コストがかかりすぎることが判明し、研究は挫折した。 +1950年、AFSA(アメリカ国家安全保障局の前身)の暗号解読者デイヴィッド・H・シェパード(英語版)は、日本のパープル暗号を解読したことで知られるフランク・ロウレットの依頼により、ルイス・トーデラと共に局の手続きの自動化の勧告案作成に取り組んだ。 +その中には印刷された文書をコンピュータが処理できる形式に変換する問題も含まれていた。 +シェパードはそのようなことをする機械 ”Gismo” を作成することを決め、友人のハーヴェイ・クックと共に自宅で夜や週末を利用して試作に取り組んだ。 +1953年、シェパードは特許(アメリカ合衆国特許第2,663,758号)を取得。 +Gismoは英語のアルファベットのうち23文字を読み取ることができ、モールス符号を理解し、楽譜を読みとることができ、活字のページを読み上げることができ、タイプされたページを読みとってプリンターで複製することができた。 +シェパードはその後 Intelligent Machines Research Corporation(英語版) (IMR) を設立し、世界初のいくつかの商用OCRシステムを出荷した。 +Gismo も IMR のシステムも単純な文字マッチングではない画像解析をしていて、いくつかの書体を認識することができた。 +Gismo は画像中の文字の位置を正確に合わせる必要があったが、IMRシステムではスキャン領域のどこの文字であっても認識でき、実用に耐えるものであった。 +最初の商用システムは1955年にリーダーズ・ダイジェスト社に納入され、販売報告書をコンピュータに入力するのに使われた。 +タイプされた報告書をパンチカードに変換し、それをコンピュータに入力するもので、年間1500万から2000万部を売り上げている同社の事務処理を効率化した。 +このシステムは後にスミソニアン博物館に無償で提供され展示されている。 +2台目のシステムはスタンダード・オイルがカリフォルニア州でクレジットカードの文字を読み取るために使い、他の石油会社もこれに追随した。 +IMRが1950年代後半に販売した他のシステムとしては電話会社の請求書読み取り装置やアメリカ空軍のテレタイプ用ページスキャナーなどがある。 +IBMなどは後にシェパードからOCR特許のライセンス供与を受けている。 +1965年ごろ、リーダーズ・ダイジェストとRCAは、使われて戻ってきた同誌の広告についているクーポンのシリアル番号を読み取るOCR装置を共同で開発した。 +シリアル番号はRCAのプリンターでOCRーAフォント(英語版)で印字された。 +読み取り装置は RCA 301 というコンピュータに直接接続された。 +この技術はTWAで航空チケットの読み取りにも使われることとなる。 +読み取り装置は毎分1,500枚の文書を処理でき、正しく読み取れなかった文書は弾かれる。 +RCAはこれを製品化し、保険会社などが採用した。 +アメリカ合衆国郵便公社も1965年から発明家ジェイコブ・レインボー(英語版)の開発した技術を元にしてOCRマシンを使っている。 +ヨーロッパでOCRを最初に採用したのはイギリスの郵便局だった。 +イギリスでは1965年、郵便貯金に相当するナショナル・ジャイロ(英語版)がOCRを使った自動化を行った。 +カナダの郵便局は1971年からOCRを使用している。 +OCRは受取人の名前と住所を読み取ってソート(分類)するために使われる。 +そして郵便番号に基づいたバーコードを封筒に印刷する。 +その後手紙はバーコードにしたがって細かくソートをする。 +バーコードが宛名とかぶる可能性があるため(基本的に宛名や住所はどこに書いても良い)、バーコードは紫外線ライトで見える特殊なインクを使用している。 +このインクは通常の光ではオレンジ色に見える。 +なお、日本では漢字の読み取りが難しいため、1968年7月1日に郵便番号が導入され、手書きの数字である郵便番号をOCRシステムで読み取ってソートしていた。 +1998年に郵便番号の7桁化がなされてからはOCRで読み取った際にアメリカのようにバーコード(ただしこちらは可視光では無色なインクを使用)を印刷するようになった。 +視覚障害者にとっての重要性 +1974年、レイ・カーツワイルはあらゆる書体を読み取れるOCRの開発を行う Kurzweil Computer Products, Inc. を創業。 +カーツワイルは、音声合成技術と組合わせればこの技術が視覚障害者にとって最も役立つと考えた。 +鍵となる技術はCCDイメージスキャナと音声合成である。 +1976年1月13日、製品の完成披露が行われた。 +1978年、カーツワイルはOCRソフトウェアの販売を開始。 +最初の顧客はレクシスネクシスで、ニュースなどの文書をデータベースに入力するのに使った。 +2年後、カーツワイルは会社をゼロックスに売却。 +後にゼロックスはその部門を Scansoft としてスピンオフさせ、Scansoft はニュアンスコミュニケーションズ(英語版)と合併した。 +OCR技術の状況 +1990年代中ごろ、アメリカ合衆国エネルギー省 (DOE) は情報科学研究所 (ISRI) に印刷文書の認識技術育成という使命を与えた。 +それにより5年間に渡って Annual Test of OCR Accuracy がまとめられた。 +ラテン文字の活字文書の正確な認識はほとんど解決済みの問題だが、識字率(文字を正しく認識する確率)は100%ではなく、間違いの許されない状況では人間が結果を確認する必要がある。 +19世紀および20世紀初頭の新聞を使った研究によると、単純に文字単位で認識する市販のOCRソフトウェアの識字率は71%から98%だった。 +手書き文字、特に筆記体の手書き文字認識や文字数の多い言語の文字認識ではまだ研究の余地がある。 +文字認識の精度はいくつかの測定法で表され、実際に使用した測定法によって精度は大きく左右される。 +例えば、文脈や辞書を使わずに純粋に文字単位で認識する場合、識字率が99%であっても、単語ベースの誤り率は5%となるかもしれない。 +オンライン文字認識は光学文字認識と混同されることがある(手書き文字認識参照)。 +OCRは基本的にオフラインの文字認識であり、純粋に文字の静的な形状を認識する。 +一方オンライン文字認識は、文字が書かれる動的な過程を認識する。 +例えば、PenPoint OS やタブレットコンピュータなどがジェスチャーを認識するのもオンライン認識の一種であり、ペンがどういう方向にどれだけ動いたかを認識する。 +オンライン手書き文字認識を知的文字認識(英語版) (ICR) とも呼ぶ。 +手書き文字認識システムは近年、商用で成功している分野である。 +この技術はPalm OSなどが動作する携帯情報端末で入力手段として採用された。 +アップル・ニュートンがこの技術の先駆者である。 +これらの機器では筆順や速度や線の方向が入力時に分かるので比較的認識が容易である。 +また、ユーザー側も徐々に認識されやすい文字を書くようにトレーニングされるという面もある。 +一方、紙に書かれた手書き文字を認識するソフトウェアには上記の利点が無いため、識字率はいまだ十分とは言えない。 +きれいに書かれた手書き文字でも識字率は80%から90%であり、1ページにつき数十個の認識不能文字が出現することになる。 +これは非常に限られた分野でしか実用化できないレベルである。 +筆記体文書の認識は研究が盛んであるが、識字率はさらに低い。 +筆記体の文字認識の識字率を高めるには、文脈や文法の情報を使わなければならない。 +例えば、辞書の単語を認識するのは、手書き原稿の個々の文字を認識するよりも簡単である。 +小切手に書かれた数字の列は小さな辞書を使えばいいので識字率を上げることができる。 +スキャンしている文書の言語の文法に関する知識があれば、単語が名詞なのか動詞なのかを判別することが可能となり識字率を上げることができる。 +手書き文字の形だけでは正確な認識(一般に98%以上)は不可能といってよい。 +OCR技術はアドバンストスキャン技術の基盤となっている。 +一般に、より複雑な認識問題にはニューラルネットワークを使うことが多く、非線形な変形でも線形な変形でもよく機能する。 +文書内の認識が難しい単語や文字列の認識で大いに成功を収めている技法として、人間の文字認識能力を利用したreCAPTCHAシステムがある。 +楽譜OCR +詳細は「楽譜OCR」を参照 +1970年代、印刷された楽譜を読み取る研究がMITなどの研究所で行われた。 +その後楽譜の記号を認識する研究が続けられ、商用のソフトウェアは 1991年に ”MIDISCAN for Windows” (現:SmartScore(英語版)) がリリースされた。 + なお日本においては1995年楽譜OCRを搭載した楽譜作成ソフトウェアのスコアメーカーが河合楽器製作所にて製造販売されている。 +質問応答システム +移動: 案内, 検索 +質問応答システム(しつもんおうとうシステム)は、特定の種類の情報に対する質問をユーザから自然言語で受けつけ、その解答を返すようなコンピュータソフトウェアのこと。 +解答は文章か、質問に対する直接解答がほとんどである。 + 検索エンジンを用いるものや百科辞典などを用いたり、さまざまなデータベースを基にして検索を行う。 + 英語のサイトでは AskJeeves が有名。 +基本的な処理の流れは、以下のようになる。 +質問文分析(質問文を単語や節など、検索エンジンのクエリに変換する) +検索エンジン(ここではAND検索など通常のクエリを投げかけることが多い) +絞込み(取得した文章から、解答部分を抽出する) +結果表示(解答をスコア順に並び替え、表示する) +質問応答は、情報検索、情報抽出、自然言語処理など多数の分野に渡る技術が用いられている。 +音声認識(おんせいにんしき, speech recognition)は、ヒトの話す音声言語をコンピュータによって解析し、話している内容を文字データとして取り出す処理のこと。 +キーボードからの入力に代わる文字入力方法として注目を集めている。 +音声認識に関連が深い技術として、あらかじめ記録しておいた音声パターンと比較して個人認証等をおこなう、話者認識がある。 +パソコンの場合、文章を入力する用途では音声入力またはディクテーション、アプリケーションの操作は音声操作と呼ばれる。 +目次 +1 認識技術 +1.1 統計的手法 +1.2 動的時間伸縮法 +1.3 隠れマルコフモデル +2 実際と課題 +2.1 性能 +3 研究中の技術 +3.1 MFT +3.2 GSS +4 実用例 +4.1 Windowsにおける利用 +4.2 企業・団体における利用 +4.3 その他の利用例 +4.4 その他の応用例 +5 音声認識ソフトウェア例 +5.1 音声認識を応用したゲームソフト例 +6 参考文献 +7 外部リンク +8 出典 +9 関連項目 +認識技術 +統計的手法 +音声認識では、統計的手法が良く用いられている。 +これは大量の発話を記録した学習用データから音声の特徴を蓄積し、入力された音声信号と蓄積された特徴とを比較しながら、最も特徴に近い言語系列を認識結果として出力する手法である。 +一般に、音声の音響的な特徴と言語的な特徴を分離して扱うことが多い。 +音響的な特徴とは、認識対象の音素がそれぞれどのような周波数特性を持っているかを表したもので、音響モデルと呼ばれる。 +音響モデルの表現としては、混合正規分布を出力確率とした隠れマルコフモデルが広く用いられている。 +言語的な特徴とは、音素の並び方に関する制約を表したもので、言語モデルと呼ばれる。 +例えば、「あなた (a n a t a)」という発声の直後には、「が (g a)」や「は (w a)」などの発声が続く確率が高い、などの制約である。 +言語モデルの表現としては、認識対象の言語が大規模な場合(パソコン上での文書作成など)はnーgramが良く用いられ、認識対象の言語が人手で網羅出来る程度に小さい場合(カーナビの音声操作など)は、文脈自由文法が良く用いられる。 +動的時間伸縮法 +動的時間伸縮法(Dynamic time warping、DTW)は初期の音声認識手法であるが、隠れマルコフモデルに基づく手法が一般化したため、使われなくなった。 +時間または早さの異なる2つの信号シーケンスの間の類似度を測るアルゴリズムである。 +例えば、人間の歩行のパターンは、素早く歩いても、ゆっくり歩いても、さらには歩行の画像を早送りしてもスロー再生しても一定のパターンが存在する。 +DTW は音声だけでなく動画などの任意の時系列のデータに適用可能である。 +音声認識においては、発声速度がどうであっても一定のパターンを検出するために使われていた。 +従って、比較のための標準パターンが必要であり、認識できる語彙は限定される。 +隠れマルコフモデル +音声信号は、断片的あるいは短時間の定常信号と見ることができ、隠れマルコフモデル(Hidden Markov Model、HMM)が適用可能である。 +すなわち、10ミリ秒程度の短時間でみた場合、音声信号は近似的に定常過程と見なすことができる。 +従って、音声を多くの確率過程のマルコフ連鎖と考えることができる。 +また、隠れマルコフモデルによる音声認識は自動的にトレーニングされ、単純で計算量もそれほど多くない。 +音声認識について考えられる最も簡単な設定では、隠れマルコフモデルは10ミリ秒ごとに例えば13次元程度の実数値ベクトルを出力するだろう。 +このベクトルはケプストラム係数から成る。 +ケプストラム係数は短時間の信号のフーリエ変換にコサイン変換を使って、その第一(最大)係数を取り出したものである。 +隠れマルコフモデルは、それぞれの観測されたベクトルの尤度を与える対角共分散のガウス分布の混合ともいうべき確率分布を持つ傾向がある。 +各単語や各音素はそれぞれ独自の出力分布を持つ。 +単語列あるいは音素列に関する隠れマルコフモデルは、個々の単語や音素の隠れマルコフモデルを連結したものとなる。 +これらが隠れマルコフモデルを使用した音声認識技術の概念である。 +音声認識システムにはこれ以外にも様々な技術を使用している。 +語彙の多いシステムでは、音素について文脈依存性を考慮する。 +また、話者間の違いや録音状況の違いを正規化するために、ケプストラムの正規化が行われる。 +他にも話者正規化の試みとして、男女間の正規化のための声道長正規化 (VTLN) や、より不特定多数の話者に対応するための最尤線形回帰 (MLLR) がある。 +実際と課題 +音声認識システムの研究開発にはコンピュータが普及しだした1970年代から21世紀初頭の現在まで、長年にわたって莫大な資金と優秀な人材が投入されてきたが、成功して普及したものはほとんどなく、デジタル技術によって生み出された3次元映像に代表されるアニメーション映画や、動画、静止画、音楽の記録と再生といった技術分野は、その後、大きな産業となっているのと比べれば大きな違いがある。 +話者を限定して、「ディクテーション」と呼ばれる事前のトレーニングを行う方式の音声認識システムでは、日本語では理想的な環境下では80%の認識率が達成できるとされている。 +それらのトレーニングを積まない場合60%が限度である。 +語彙を限定してトレーニングを必要としないシステムでは、不特定多数の話者の音声を認識できるが語彙が少ないために利用範囲は限定される。 + 同音異義語が少ない欧米系の言語では90%の認識率があると評価されている 。 +個人向けに市販されている音声認識ソフトでは、静かな部屋でユーザーがヘッドセットを使い、単語を区切るなどのいくつかのコツを知っていれば十分実用的な認識率を示す。 +ただし屋内であっても背後で大声の会話がなされる環境や、屋外などの騒音のある環境では認識が困難である。 +また、個人のレベルで使用することを想定しているため、対応する語彙が限られ業務用語はカバーされていない。 +さらに、複数の話者による発声や、音声認識向けと意識していない、例えばインタビューや会議などの発声を認識するのは困難である。 +企業向けでは、大規模語彙と複数の不特定話者に対応した会議などの議事録作りに使えるより高価なソフトも販売されており[要出典]、カセットテープやICレコーダの聞き起こしに比べ効率的に作業を行うことができる。 +性能 +音声認識システムの性能は一般に正確度と速度で表される。 +正確度は単語誤り率 (word error rate, WER) で表され、速度は実時間係数 (real time factor, RTF)で表される。 +研究中の技術 +MFT +話者の音声の特徴量が雑音や特徴分離処理によって歪むと音響モデルとの差が開いて誤認識の元となる。 +得られた音声の特徴量に歪みや雑音がどの程度含まれているかを推定し時間軸と周波数軸に対して信頼度をマップとして持たせて、低信頼度の特徴量にはマスクをかけたり、失われた音声を復元する処理に活用するのがミッシング・フィチャー理論(Missing feature theory) である。 +GSS +GSS(Geometric source separation)は複数の音源を分離する技術であり、音源間に相関が無ければ複数のマイクからの入力情報によって比較的簡単に音源分離とその位置情報(音源定位)が得られる。 +これをMFTの雑音情報として信頼度マップに反映させれば、騒音下や同時発話の状況でもそれほど認識率を落とさずに済む。 +実用例 +Windowsにおける利用 +Windows VistaとWindows 7では音声認識機能が搭載されており、この機能を使用して、キーボード入力なしにチャットをするなどの操作が可能となっている。 +音声認識機能でパソコンを操作するといった利用方法はこれまでにもあったが、日本語の認識率を向上させているほか、マウスやキーボードで行うWindowsの操作が音声で操作できるようになっている。 +企業・団体における利用 +企業、病院、自治体では、2005ー6年頃から次第に次のような実用システムの導入が活発化してきている。 +医師向け電子カルテ入力システム +自治体向け議事録作成支援システム +コールセンター向けオペレータ支援・通話内容分析システム +学校向け語学学習アプリケーションでの発音評価システム +その他の利用例 +携帯端末(iPhoneなど)へのメール文章入力 +同時通訳型の機械翻訳、自動通訳 +パソコン上での文書作成(口述筆記の自動化) +音声指示による機械操作(カーナビ、電子カルテ等のハンズフリーコンピューティング) +指示を聞き分けるペットロボット(ロボット工学への応用) +音声対話受付案内システム(自動音声応答装置) +裁判員制度での評議における証言内容などの確認(映像と文字の連動) +音声Webアプリケーション w3voice Laboratory (音声認識や対話を体験できるWebサイト) +その他の応用例 +「感性制御技術」(Sensibility Technology=ST)などと組み合わせることにより、例えば「ごめんなさい」も口先だけで軽く言った「ごめんなさい」も同じ「ごめんなさい」でしかないが、早口で軽いトーンの「ごめんなさい」は、バカにしていると判断して怒った態度で接したり、ゆっくり丁寧に発音された「ごめんなさい」は、心からの謝辞だと理解して許したりすることが可能となる。 +音声合成(おんせいごうせい、Speech synthesis)とは、人間の音声を人工的に作り出すことである。 +これを行うシステムをスピーチ・シンセサイザー(Speech synthesizer)、これにより生成した音声を合成音声(ごうせいおんせい)と呼ぶ。 +人工的に人の声を合成するシステムであり、テキスト(文章)を音声に変換できることから、しばしばテキスト読み上げ(textーtoーspeech、略してTTS)システムとも呼ばれる。 +また、発音記号を音声に変換するシステムもある。 +目次 +1 歴史 +2 実用例 +2.1 テキスト読み上げシステム +2.2 オペレーティングシステムでの音声合成 +2.3 インターネットでの音声合成 +3 合成技術 +3.1 連結的合成 +3.2 フォルマント合成(合成音声) +3.3 その他の合成手法 +4 日本語音声合成ソフトウェア +5 英語音声合成ソフトウェア +6 音声合成の技術を採用している主な製品 +7 関連項目 +8 脚注 +9 注記 +10 外部リンク +歴史 +現代的な電子信号処理が発明されるずっと以前から、音声を合成する試みがなされてきた。 +初期の試みとしては、のちに教皇シルウェステル2世となるオーリヤックのジェルベール(1003年没)、アルベルトゥス・マグヌス(1280年没)、ロジャー・ベーコン(1294年没)などの人物が音声合成を試みている。 +1779年にはドイツ人クリスティアン・クラッツェンシュタインは母音 (a, e, i, o, u) を発声できる機械を製作した。 +この流れはふいごを使った機械式音声合成器を作ったオーストリア(ハンガリー)のヴォルフガング・フォン・ケンペレンに引き継がれた。 +彼は1791年に論文を発表し、その機械について説明している。 +この機械は舌と唇をモデル化しており、母音だけでなく子音も発音できた。 +1837年、チャールズ・ホイートストンはフォン・ケンペレンのデザインを元にしゃべる機械を製作し、1857年、M. FaberはEuphoniaを製作した。 +ホイートストンの機械は1923年Pagetによって再現されている。 +1930年代、ベル研究所のホーマー・ダドリー(Homer Dudley)は通信用の電子式音声分析・音声合成マシンであるヴォコーダー (Vocoder、Voice Coderの略) を開発した。 +その後これを応用し、音声合成部にキーボードを付加した鍵盤演奏型のスピーチ・シンセサイザーであるヴォーダー(voder)を製作し、ニューヨーク万国博覧会 (1939年)に出展した。 +その発声は十分理解可能だったと言われる。 +1940年代、ハスキンズ研究所(Haskins Laboratories)のフランクリン・S・クーパー(Franklin S. Cooper)らはPattern playbackという名の機械の開発に取り組み、1950年に完成した。 +この機械にはいくつかのバージョンがあるが、実際に機能したのは一つだけである。 +この機械は、スペクトル形式の音声パターンの図を音に変換するものであった。 +アルヴィン・リバーマン(Alvin Liberman)らはこれを音声学の研究に利用した。 +最初のコンピュータを使った音声合成システムは1950年代終盤に開発され、最初のテキスト読み上げシステムは1968年に開発されている。 +1961年、物理学者John Larry Kelly, Jr.とLouis Gerstmenはベル研究所にてIBM 704を使って音声合成を行った。 +そして『デイジー・ベル』という歌をコンピュータに歌わせた。 +友人のジョン・ピアースを訪ねてベル研究所に来ていたアーサー・C・クラークは、このデモを聴いて感銘を受け、『2001年宇宙の旅』でHAL 9000が歌うクライマックスシーンが生まれた。 +初期の電子式スピーチ・シンセサイザーの発声は、ロボット的であまり明瞭ではないものが多かった。 +その後の発達により、今日のTTSシステムはむしろ人間の声と区別が付かない場合が少なくない。 +(ただし電子式の成功後も、人間型ロボットに発声させるため、機械式音声合成の研究は続けられた。 +電子式ではスピーカーの音質に制限されるが、ロボットで人間の体の構造を模倣した機械式音声合成なら、もっと人間に近い発声になると考えられていたからである)。 +実用例 +音声合成技術は文字を読むことが困難な障害者や、文字が読めない人(幼児、外国人など)に画面読み上げソフト(スクリーンリーダー)として長く利用されてきており、言葉を発することが困難な人が代替手段として利用することも多い。 +また、2000年頃から家電製品の音声ガイダンスや、公共交通機関や防災関係のアナウンス用途として音声合成されたものが広く使用されるようになっている。 +これは、人間が発声したものを録音すると、台詞の変更の度にその部分を録音をし直さなければならないが、音声合成であればデータの作成で済むためである。 +実際に、鉄道用アナウンスでは、駅が追加されたり名称変更があっても、その箇所のみが変更されている。 +また、最近では個人向けのソフトウェアなどにも活用されてきている。 +テキスト読み上げシステム +テキスト読み上げシステムは、フロントエンドとバックエンドのふたつの部分からなる。 +一般に、フロントエンドは入力したテキストから記号化言語表現 (symbolic linguistic representation) を出力する。 +バックエンドはフロントエンドで合成された音声の波形を出力する。 +音声合成の自然さは、出力される音声がいかに現実の人間の音声に似ているか、明瞭度は聴きやすさ(出力音声の理解しやすさ)で評価される。 +フロントエンド +フロントエンドにはふたつの大きな仕事がある。 +ひとつはテキストの中の数字や省略表現を読み上げるときの表現に変換することである。 +これは、「テキストの正規化」、「プリプロセッシング」、「トークン化」などと呼ばれる。 +もうひとつは各単語を発音記号に変換し、テキストを熟語や文節、文などの韻律単位に分割することである。 +単語に発音記号を割り当てる処理をテキスト音素(textーtoーphoneme、略してTTP)変換または書記素音素(graphemeーtoーphoneme、略してGTP)変換と呼ぶ。 +発音記号と韻律情報を組み合わせて記号化言語表現を作成し、フロントエンドの出力とする。 +訳注 +この部分は言語によってかなり違いがある。 +日本語の場合、わかち書きをしない為、文章を正確に処理するためには単語を分割する作業が必要となる。 +バックエンド +フロントエンドの出力結果を元に、より自然な音声にするため韻律などの音声の調整を行い、実際の音声データを出力する。 +この処理にて音声の性質が決定されるため、音声合成ソフト独自色が出ることが多い。 +また、一般的に「話言葉」を目指す物が多いが、歌声の様な調整を行なう音声合成ソフトもある。 +オペレーティングシステムでの音声合成 +アップル +1984年、アップルコンピュータにMacInTalk機能を搭載した。 +その後も新しいOSバージョンでは音質が改善されている。 +また、音声認識も導入しており、これらの機能を統合したPlainTalkは視覚障害者のためのサポートプログラムであった。 +Mac OS X v10.4以降にはVoiceOverという音声合成機能になっている。 +AmigaOS +1985年のAmigaOSでも音声合成機能が組み込まれていた。 +男性と女性の声を選択できる。 +AmigaOSでは音声合成を仮想デバイスとしていたため、コンソール出力を音声合成にリダイレクトすることも可能であった。 +このため、ワープロソフトなど各種アプリケーションで容易に音声合成を利用可能であった。 +Microsoft Windows +Windowsでは、SAPIという音声関係のAPIを用意している。 +Windows XPではNarratorという音声合成プログラムが追加されている(英語版)。 +コールセンターなどでの音声認識と音声合成のパッケージとしてMicrosoft Speech Serverが用意されている。 +その他 +TIー99/4Aには音声合成機能をオプションで追加可能であった。 +PCー6001mkIIには音声合成機能が内蔵されていた。 +後継のPCー6001mkIISRやPCー6601では歌うことも可能であった。 +FMー7/FMー77シリーズには音声合成ボード (MB22437/FMー77ー431) がオプションとして用意されている。 +MZー1500/2500/2861にはオプションとしてボイスボード(MZー1M08)が存在する。 +英語での数字などの音声をチップに。 +五十音と、いくつかのフレーズを外部チップにサンプリングされROMとして焼きこまれており、制御によって再生するものである。 +インターネットでの音声合成 +音声合成マークアップ言語 +テキストを音声に変換するためのXML準拠のマークアップ言語がいくつかある。 +最近ではSSMLがW3Cから提案されドラフト状態である。 +他にもSABLE、JSMLなどがある。 +Cascading Style Sheets 2のサブセットはAural Cascading Style Sheetsを含んでいる。 +音声合成マークアップ言語はVoiceXMLのようなダイアログ・マークアップ言語とは異なる。 +ダイアログ・マークアップ言語はテキスト読み上げだけでなく、音声認識などにも対応している。 +合成技術 +音声波形を生成する主要技術は、大きく連結的合成 (concatenative synthesis) とフォルマント合成 (formant synthesis) の2つに分ける事ができる。 +連結的合成 +連結的合成は、基本的には録音された音声の断片を連結して合成する方法である。 +一般に連結的合成は最も自然な合成音声になるといわれているが、発声のバリエーションと波形の断片化の細かさによっては出力音声に欠損が生じ、自然さを損なうことがある。 +連結的合成には以下にあげる三種類がある。 +単位選択合成 (Unit selection synthesis)  +別名としてコーパスベース音声合成方式とも呼ばれる。 +大きな音声のデータベース(通常一時間以上の録音された音声から成る)を使用する。 +データベースを作成する為には、録音する音声を「音」、「音節」、「形態素」、「単語」、「成句」、「文節」などに分割し、それらを人の手によって検索できるようにインデックスを調整して作成する。 +音声合成を行う際には、アルゴリズムに従って最も適した音の組み合わせをデータベースから探し出して合成する。 +これにより極めて肉声に近い自然な音声に合成することが可能となる。 +しかし、より自然に聞こえる音声を合成するにはデータベースの情報量を増やす必要があり、データサイズが膨大となる問題も発生する。 +Diphone合成 (Diphone synthesis) +音声ライブラリにターゲットとする言語のDiphone(音と音のつながり部分)を全て持ち、それを使用して合成する。 +Diphoneの個数はその言語の音素配列論で決まっている。 +(スペイン語なら800、ドイツ語なら2500のDiphoneを持つ。 +)Diphone合成では、各Diphoneの音声がひとつだけデータベースに格納されている。 +実行時にはDiphoneを並べたものに線形予測分析法(PSOLA、MBROLAなど)のようなデジタル信号処理技法を施して韻律を作る。 +できあがった音声は単位選択合成に比較すると音質が劣るが、フォルマント合成よりは自然な音質になる。 +しかし、Diphone合成は結合部の欠陥が目立ち、フォルマント合成のようなロボット的な発生になってしまう問題がある。 +そのため商用では徐々に利用が減っているが、フリーソフトウェアや研究用としては使われ続けている。 +分野限定合成 (Domainーspecific synthesis) +録音された単語や文節を連結して音声を合成する。 +これは特定分野のテキスト読み上げに使われる。 +例えば乗り換え案内の放送や天気予報などである。 +これは実装が簡単なので商用にも長年使われてきた。 +例えば、しゃべる時計や電卓などである。 +この方式は分野を限定しているので自然に聞こえる音声を合成するのが簡単である。 +しかし、汎用ではないので、利用は限定される。 +内部のデータベースにある単語や文節しか話せないため、内容が登録されている音声によって限定される。 +また、例えばフランス語のリエゾンなど、前後の単語との関係で発音が変わる場合を再現するのが難しい。 +この場合、文脈を考慮して合成する必要がある。 +フォルマント合成(合成音声) +フォルマント合成は録音された人間の音声は使用せず、基底周波数、音色、雑音レベルなどのパラメータを調整して波形を作り、人工的な音声を作る。 +合成された音声はロボット的に聞こえる音声になるため、人間の音声と間違えることはない。 +フォルマント合成は連結的合成と比べ次の様な特徴も持っている。 +音の欠損がないので、高速に発声させても明瞭に聞き取れる。 +このため高速さを要求されるテキスト読み上げにはよく使われている。 +連結的合成のような音声データベースを必要としないので、データのサイズが小さくなる。 +出力音声を容易に変化させることができるので、イントネーションや音色を自由に変えることが出来る。 +上記の様な特徴のため、組み込みシステムでもよく使われ、フォルマント合成の例として、1970年代末にテキサス・インスツルメンツが発売した玩具Speak & Spell、セガの1980年代のいくつかのアーケードゲームがある(Astro Blaster、Space Fury、Star Trek: Strategic Operations Simulatorなど)。 +これらのイントネーションの再現は非常によく、リアルタイムのテキスト読み上げインタフェースでの実現はこれからである。 +その他の合成手法 +Articulatory synthesis +最近まで純粋に学術的研究として使われてきた手法である。 +それは人間の声道部分の構造を研究してそこで起こっていることを人工的に再現するものである。 +最近になってその成果が商用の音声合成でも使えるレベルになってきた。 +NeXTで使われていたシステムはカナダのカルガリー大学の研究チームがスピンオフして作ったTrillium Sound Research Inc.が開発したものである。 +Trilliumはこれをフリーなgnuspeechとして公開しており、GNU savannah siteで入手可能である。 +Hybrid synthesis +フォルマントと連結的合成を組み合わせたもので、音の欠損をなるべく少なくしたものである。 +HMMーbased synthesis +隠れマルコフモデル(HMM)に基づいた合成である。 +このシステムでは、周波数スペクトル、基本周波数、持続時間(韻律)がHMMによって同時にモデル化される。 +音声波形はHMM自体が最尤法に基づいて生成する。 +Sinewave synthesis +フォルマントを純粋な正弦波の合成によって構成する技法である。 diff --git a/data/wiki-ja-train.word b/data/wiki-ja-train.word new file mode 100644 index 0000000..a0d1440 --- /dev/null +++ b/data/wiki-ja-train.word @@ -0,0 +1,818 @@ +自然 言語 処理 ( しぜん げんご しょり 、 英語 :   natural   language   processing 、 略称 : NLP ) は 、 人間 が 日常 的 に 使 っ て い る 自然 言語 を コンピュータ に 処理 さ せ る 一連 の 技術 で あ り 、 人工 知能 と 言語 学 の 一 分野 で あ る 。 +「 計算 言語 学 」 ( computational   linguistics ) も 同じ 意味 で あ る が 、 前者 は 工学 的 な 視点 から の 言語 処理 を さ す の に 対 し て 、 後者 は 言語 学 的 視点 を 重視 する 手法 を さ す 事 が 多 い 。 +データベース 内 の 情報 を 自然 言語 に 変換 し たり 、 自然 言語 の 文章 を より 形式 的 な ( コンピュータ が 理解 し やす い ) 表現 に 変換 する と い っ た 処理 が 含 ま れ る 。 +自然 言語 の 理解 を コンピュータ に さ せ る こと は 、 自然 言語 理解 と さ れ て い る 。 +自然 言語 理解 と 、 自然 言語 処理 の 差 は 、 意味 を 扱 う か 、 扱 わ な い か と い う 説 も あ っ た が 、 最近 は 数理 的 な 言語 解析 手法 ( 統計 や 確率 など ) が 広め られ た 為 、 パーサ ( 統語 解析 器 ) など が 一段 と 精度 や 速度 が 上が り 、 その 意味 合い は 違 っ て き て い る 。 +もともと 自然 言語 の 意味 論 的 側面 を 全く 無視 し て 達成 でき る こと は 非常 に 限 ら れ て い る 。 +この ため 、 自然 言語 処理 に は 形態 素 解析 と 構文 解析 、 文脈 解析 、 意味 解析 など を Syntax など 表層 的 な 観点 から 解析 を する 学問 で あ る が 、 自然 言語 理解 は 、 意味 を どの よう に 理解 する か と い う 個々 人 の 理解 と 推論 部分 が 主な 研究 の 課題 に な っ て き て お り 、 両者 の 境界 は 意思 や 意図 が 含 ま れ る か どう か に な っ て き て い る 。 +目次 +1   基礎 技術 +2   処理 内容 と その 限界 +3   具体 的 な 課題 +4   統計 的 自然 言語 処理 +5   自然 言語 処理 の 主な 応用 +6   脚注 +7   関連 項目 +8   外部 リンク +基礎 技術 +自然 言語 処理 の 基礎 技術 に は さまざま な もの が あ る 。 +自然 言語 処理 は その 性格 上 、 扱 う 言語 に よ っ て 大き く 処理 の 異な る 部分 が あ る 。 +現在 の ところ 、 日本 語 を 処理 する 基礎 技術 と し て は 以下 の もの が 主に 研究 さ れ て い る 。 +形態 素 解析 +構文 解析 +語義 の 曖昧 性 解消 +照応 解析 +処理 内容 と その 限界 +理論 上 、 自然 言語 処理 は マンマシン インタフェース の 手法 と し て 非常 に 魅力 的 で あ る 。 +SHRDLU など の 初期 の システム は 世界 を 限定 する こと で 非常 に うま く い っ た ため 、 自然 言語 処理 は 簡単 だ と い う 行 き 過ぎ た 楽観 主義 に 陥 っ た が 、 より 現実 的 な 世界 で は 曖昧 さ や 複雑 さ が 増大 し 、 楽観 的 な 見 方 は なくな っ て い っ た 。 +自然 言語 理解 は 、 AI 完全 問題 と 言 わ れ る こと が あ る 。 +なぜ なら 、 自然 言語 理解 に は 世界 全体 に つ い て の 知識 と それ を 操作 する 能力 が 必要 と 思 わ れ る ため で あ る 。 +「 理解 ;   understand ing 」 の 定義 は 、 自然 言語 処理 の 大きな 課題 の ひと つ で も あ る 。 +具体 的 な 課題 +自然 言語 処理 ( 理解 ) に おけ る 課題 を いく つ か の 例 を 用い て 示 す 。 +次 の 2 つ の 文 、 +We   gave   the   monkeys   the   bananas   because   they   were   hungry . ( 猿 が 腹 を 空 か せ て い た の で 、 バナナ を 与え た 。 +) +We   gave   the   monkeys   the   bananas   because   they   were   over ーripe . ( バナナ は 熟れ 過ぎ て い た の で 、 猿 に 与え た 。 +) +は 表面 的 な 文法 構造 は 同じ で あ る 。 +しかし 、 the y   が 指 す もの は 異な っ て い て 、 前者 で は 猿 、 後者 で は バナナ と な っ て い る 。 +この 例文 の 場合 、 they の 指 す 内容 は 英語 の 文型 の 性質 に よ っ て 決定 する こと が でき る 。 +すなわち 、 「 the y ( 主語 ) =   hungry ( 補語 ) 」 の 関係 が 成り立 ち 、 補語 に は 主語 の 性質 を 示 す もの が くる の で 、 hungry な の は the   monkeys 、 したが っ て 、 「 they   =   the   monkeys 」 と 決ま る 。 +後者 も 同様 に 、 over ーripe と い う の は the   bananas の 性質 だ から 、 「 they   =   the   bananas 」 と な る 。 +つまり 、 これ ら の 文章 を 区別 し 正し く 理解 する ため に は 、 猿 の 性質 ( 猿 は 動物 で 空腹 に な る ) と バナナ の 性質 ( バナナ は 果物 で 成熟 する ) を 知 っ て い な けれ ば な ら な い 。 +単語 の 文字 列 を 解釈 する 方法 は 様々 で あ る 。 +例えば 、 +Time   flies   like   an   arrow . ( 光陰 矢 の 如 し ) +と い う 文字 列 は 以下 の よう に 様々 に 解釈 でき る 。 +典型 的 に は 、 比喩 と し て 、 「 時間 が 矢 の よう に 素早 く 過ぎ る 」 と 解釈 する 。 +「 空 を 飛 ぶ 昆虫 の 速度 を 矢 の 速度 を 測 る よう に 測定 せよ 」 つまり   ( You   should )   time   flies   as   you   would   ( time )   an   arrow .   と 解釈 する 。 +「 矢 が 空 を 飛 ぶ 昆虫 の 速度 を 測 る よう に 、 あなた が 空 を 飛 ぶ 昆虫 の 速度 を 測定 せよ 」 つまり   Time   flies   in   the   same   way   that   an   arrow   would   ( time   the m ) .   と 解釈 する 。 +「 矢 の よう に 空 を 飛 ぶ 昆虫 の 速度 を 測定 せよ 」 つまり   Time   those   flies   that   are   like   arrows   と 解釈 する 。 +「 ” time ーflies ” ( 時 バエ ) と い う 種類 の 昆虫 は 1 つ の 矢 を 好 む 」 この 解釈 に は 集合 的 な 解釈 と 個別 的 解釈 が あ り う る 。 +「 TIME と い う 雑誌 は 、 投げ る と 直線 的 な 軌跡 を 描 く 」 +英語 で は 特に 語形 変化 に よ る 語彙 の 区別 を する 機能 が 弱 い ため 、 この よう な 問題 が 大き く な る 。 +また 、 英語 も 含め て 、 形容 詞 と 名詞 の 修飾 関係 の 曖昧 さ も あ る 。 +例えば 、 ” pretty   little   girls '   school ” ( かわい い 小さな 少女 の 学校 ) と い う 文字 列 が あ る と する 。 +その 学校 は 小さ い だ ろ う か ? +少女 たち が 小さ い の だ ろ う か ? +少女 たち が かわい い の だ ろ う か ? +学校 が かわい い の だ ろ う か ? +他 に も 次 の よう な 課題 が あ る 。 +形態 素 解析 +中国 語 、 日本 語 、 タイ 語 と い っ た 言語 は 単語 の わか ち 書き を し な い 。 +その ため 、 単語 の 区切り を 特定 する の に テキスト の 解析 が 必要 と な り 、 それ は 非常 に 複雑 な 作業 と な る 。 +音声 に おけ る 形態 素 解析 +音声 言語 に お い て 、 文字 を 表 す 音 は 前後 の 音 と 混じ っ て い る の が 普通 で あ る 。 +従 っ て 音声 から 文字 を 切り出 す の は 、 非常 に 難し い 作業 と な る 。 +さらに 、 音声 言語 で は 単語 と 単語 の 区切り も ( 音 と し て のみ 見 れ ば ) 定か で は な く 、 文脈 や 文法 や 意味 と い っ た 情報 を 考慮 し な い と 単語 を 切り出せ な い 。 +語義 の 曖昧 性 +多く の 単語 は 複数 の 意味 を 持 つ 。 +従 っ て 、 特定 の 文脈 に お い て もっとも ふさわし い 意味 を 選択 する 必要 が あ る 。 +構文 の 曖昧 性 +自然 言語 の 文法 は 曖昧 で あ る 。 +1 つ の 文 に 対応 する 複数 の 構文 木 が 存在 する こと も 多 い 。 +もっとも 適切 な 解釈 ( 構文 木 ) を 選択 する に は 、 意味 的 情報 や 文脈 情報 を 必要 と する 。 +不 完全 な 入力 や 間違 っ た 入力 +主語 の 省略 や 代 名詞 の 対応 など の 問題 ( 照応 解析 ) 。 +音声 に おけ る アクセント の ばらつき 。 +文法 上 の 誤り の あ る 文 の 解析 。 +光学 文字 認識 に おけ る 誤り の 認識 など 。 +言語 行為 +文章 は 文字 通り に 解釈 でき な い 場合 が あ る 。 +例えば   ” Can   you   pass   the   salt ? ” ( 塩 を と っ て もらえ ま す か ? ) と い う 問い に 対 する 答え は 、 塩 を 相手 に 渡 す こと で あ る 。 +これ に   ” Yes ”   と だけ 答え て 何 も し な い の は よ い 答え と は 言え な い が 、 ” No ”   は むしろ あ り う る 答え で 、 ” I 'm   afraid   that   I   can 't   see   it ”   は さらに よ い ( 塩 が どこ に あ る か わか ら な い とき ) 。 +統計 的 自然 言語 処理 +統計 的 自然 言語 処理 は 、 確率 論 的 あるいは 統計 学 的 手法 を 使 っ て 、 上述 の 困難 さ に 何 ら か の 解決 策 を 与え よ う と する もの で あ る 。 +長 い 文 に な れ ば な る ほど 、 従来 型 の 自然 言語 処理 で は 解釈 の 可能 性 の 組合せ が 指数 関数 的 に 増大 し て い き 、 処理 が 困難 と な る 。 +その よう な 場合 に 統計 的 自然 言語 処理 が 効果 を 発揮 する 。 +コーパス 言語 学 や マルコフ 連鎖 と い っ た 手法 が 使 わ れ る 。 +統計 的 自然 言語 処理 の 起源 は 、 人工 知能 の 中 で も データ から の 学習 を 研究 する 分野 で あ る 機械 学習 や データ マイニング と い っ た 分野 で あ る 。 +自然 言語 処理 の 主な 応用 +自然 言語 処理 の 応用 技術 と し て 、 以下 の よう な 技術 が 研究 ・ 実用 化 さ れ て い る 。 +また 、 言語 学 へ の 応用 も 考え られ て い る 。 +自動 要約 生成 +情報 抽出 +情報 検索 、 検索 エンジン 、 概念 検索 +機械 翻訳 、 翻訳 ソフト +固有 表現 抽出 +自然 言語 生成 +光学 文字 認識 +質問 応答 システム +音声 認識 +音声 合成 +校正 、 スペル チェッカ +かな 漢字 変換 +自動 要約 生成 ( じどう よう やく せい せい ) と は 、 ひと つ もしくは 複数 の 文章 の 趣旨 を 要約 し て 表示 する 方法 で あ る 。 +重要語 や 接続 詞 など を 手がかり と し ながら 要約 文 を 作成 する 。 +重要 な 段落 を 抜き出 す 方法 から 、 文 の 要点 を 抜き出 す 方法 まで 及 ぶ 。 +身近 な もの と し て は Micros oft   Word の 要約 に マーカ を つけ る もの が あ る 。 +しかし 精度 は 30 % ぐらい だ と い う 。 +アルゴリズム +自動 要約 処理 の アルゴリズム は 、 昔 から 研究 さ れ て お り 、 多く の もの が 、 文 の 重要 度 と い う もの を 計算 し て 、 その 重要 度 が 高 い 文 を 選 ん で 、 要約 を 行 う と い う アルゴリズム が 基本 で あ る 。 +文 の 重要 度 を 計算 する 方法 と し て 、 考え られ て い る の は 、 文 の 中 の 単語 が 重要 か どう か を 判断 する 方法 、 文 が 文章 中 の どの 位置 に あ る か を 判断 する 方法 など が あ る 。 +  今 の ところ 、 文章 中 の 文 の 位置 から 、 重要 か どう か を 考え る こと が もっとも 有効 と 考え られ て い る 。 +情報 抽出 は 、 情報 ルーティング の 分野 の ひと つ で あ る 。 +特定 の 文章 や サイト から 必要 な 情報 を フィルタリング など を 通 し て 取得 する 方法 で あ る 。 +ただ 機械 的 に 抜き出 す こと も あ る が 、 自然 言語 処理 を 用い る こと も あ る 。 +情報 抽出 を 行 う こと は 困難 な 問題 で あ る ため 、 現在 は 非常 に 狭 い 分野 で だけ 適用 でき る 方法 が 主流 で あ る 。 +情報 検索 ( じょうほう けんさく ) と は 、 コンピュータ を 用い て 大量 の データ 群 から 目的 に 合致 し た もの を 取り出 す こと 。 +検索 の 対象 と な る データ に は 文書 や 画像 、 音声 、 映像 、 その 他 さまざま な メディア や その 組み合わせ と し て 記録 さ れ た データ など が 含 ま れ る 。 +インターネット の 発達 に よ り 検索 は インターネット を 介 し て 行 わ れ る こと も 多 い が 、 ここ で は 情報 を 検索 する ため の コンピュータ 側 に おけ る 仕組み を 記述 し て い る 。 +情報 検索 に 対 する コンピュータ 側 に おけ る 技術 は 情報 を 人間 が 直接 管理 する の に 比べ 、 データ の 量的 な 制約 や データ の 取り扱い の 一貫 性 を 保 つ 困難 さ と い う 制約 を 受け る こと な く 、 高速 で 安定 な システム に よ り 利用 者 に 適切 な データ を 提供 する 機能 と 位置 付け る こと が でき る 。 +目次 +1   情報 検索 と 情報 検索 システム の 全体 像 +1 . 1   歴史 と 現在 の 課題 +1 . 2   情報 検索 システム の 構成 要素 +1 . 3   情報 検索 システム 構築 の 手続き +1 . 3 . 1   検索 対象 データ 収集 +1 . 3 . 2   検索 対象 の データ から の メタデータ 作成 +1 . 3 . 3   検索 アルゴリズム の 設計 +1 . 3 . 4   検索 性能 の 評価 +2   情報 検索 技術 の 分類 +2 . 1   検索 対象 データ の 抽象 度 +2 . 2   検索 入力 の 種類 +3   検索 アルゴリズム +4   関連 項目 +5   参考 文献 +6   脚注 +7   外部 リンク +7 . 1   オープン ソース の 情報 検索 システム ソフトウェア +7 . 2   主な 学術 団体 +7 . 3   その 他 +情報 検索 と 情報 検索 システム の 全体 像 +情報 検索 が 基盤 と し て い る 技術 は 多数 の 分野 に のぼ る 。 +情報 検索 は データ の 管理 および 入出力 の ため の データベース 、 文書 データ 処理 の ため の 自然 言語 処理 や 計算 言語 学 、 画像 や 音声 を 扱 う ため の 信号 処理 や 認知 心理 学 を 背景 と する パターン 認識 技術 、 メタデータ に 関 する 考察 の 基盤 と な っ た 図書 館 情報 学 、 検索 アルゴリズム 設計 や 情報 検索 システム の 評価 尺度 考案 の ヒント と し て 寄与 し た 諸 数学 理論 など の さまざま な 要素 技術 の 組み合わせ に よ っ て 成り立 っ て い る 。 +情報 検索 システム は 情報 検索 を 実現 する ため の ソフトウェア や ハードウェア に よ っ て 構成 さ れ る システム で あ る 。 +ここ で は 主 に ソフトウェア に 関 し て 、 現在 よ く 用い られ て い る システム の 構成 に つ い て 述べ る 。 +歴史 と 現在 の 課題 +情報 検索 システム は 1970 年代 に 、 大 規模 に 蓄積 さ れ る 学術 文献 や 論文 等 の 管理 を コンピュータ 上 で 行 う ため に 、 規模 の 大き い 図書 館 で データ の 管理 と 検索 が 行 わ れ る よう に な っ た の が 起源 で あ る 。 +図書 館 に おけ る 蔵書 検索 や 電子 ジャーナル 、 統計 資料 の データベース など へ の 応用 は 現在 で も 盛ん に 用い られ て い る ほか 、 1990 年代 から 広ま っ た Google や goo の よう な World   Wide   Web 上 の データ を 対象 に し た 検索 エンジン が 現在 で は 情報 検索 の システム と し て 特に 身近 な 存在 と な っ て い る 。 +2000 年代 以降 の 情報 検索 の 課題 は 、 例 と し て 以下 の よう に まとめ る こと が でき る 。 +いわゆる Deep   Web ( ショッピング サイト など に 代表 さ れ る 、 バックエンド の 大 規模 な データベース が 動的 な コンテンツ を 生成 する ウェブサイト ) を 対象 に し た 検索 +より 直感 的 な ユーザ インタフェース +より 人間 に 近 い 高度 な 判断 尺度 を 持 っ た マルチメディア 情報 検索 +さまざま な メディア を 統合 的 かつ 横断 的 に 扱 う クロス メディア 情報 検索 +格納 さ れ る データ や 検索 入力 が 言語 に 依存 し な い マルチリンガル ( クロスリンガル ) 検索 環境 +P 2 P ネットワーク 等 の 大 規模 分散 データ を 対象 に し た 情報 検索 +情報 検索 システム の 構成 要素 +情報 検索 システム の 全体 像 +情報 検索 システム は 主に 以下 に 挙げ る 要素 に よ っ て 構成 さ れ て い る 。 +データベース +検索 対象 の データ +メタデータ ( 索引 語 ) +ユーザ インタフェース +検索 アルゴリズム +データベース は 検索 対象 の データ を 蓄積 し 、 管理 し て い る 。 +検索 対象 の データ から は メタデータ が 作成 さ れ 、 メタデータ も データベース に 格納 さ れ る 。 +検索 の 利用 者 は 検索 語 ( 検索 文 ) を ユーザ インタフェース を 通 し て 検索 を 発行 し 、 検索 アルゴリズム が 適切 な データ を データベース に 格納 さ れ て い る メタデータ から 選択 し 、 選択 さ れ た メタデータ に 対応 する 検索 対象 の データ を ユーザ インタフェース を 通 し て 利用 者 に 返答 する 。 +例えば ウェブサイト の 情報 検索 で は 、 検索 対象 の データ が 個々 の ウェブサイト の 内容 、 メタデータ が ウェブサイト の 内容 の 要約 や キー ワード ・ 紹介 文 、 ユーザー インターフェース と 検索 アルゴリズム が 検索 エンジン に あた る 。 +検索 エンジン は 検索 キー ワード に 一致 する メタデータ を データベース から 選択 し 、 選択 さ れ た メタデータ に 対応 する 検索 対象 の データ を 検索 結果 に 表示 する 。 +情報 検索 システム 構築 の 手続き +情報 検索 システム の 構築 は 以下 の フェーズ を 経 て 行 わ れ る 。 +順序 は 必ず しも 一定 で は な く 、 構築 する システム の 内容 や 外的 環境 に よ っ て 異な る 。 +検索 対象 データ 収集 +検索 の 対象 と する データ の 収集 方針 を 決定 する 。 +World   Wide   Web 上 の ハイパー テキスト を 収集 し て 対象 と する 場合 に は クローラ ( ロボット 、 スパイダー ) を 用い て 自動 的 な 収集 を 行 う の が 一般 的 で あ る が 、 天 文 学 的 数量 の 膨大 な データ が 存在 し 、 かつ 急激 に 変化 する World   Wide   Web の データ を 全て 網羅 し て 収集 する こと は 事実 上 不 可能 で あ る 。 +その ため 、 いかに し て 網羅 的 に 多く の 対象 の データ を 収集 する か が 重要 な 課題 と な っ て お り 、 World   Wide   Web 検索 エンジン の サービス で は 何 ページ の データ か 検索 が 可能 で あ る か が 性能 の 指標 の 一 つ と な っ て い る 。 +検索 対象 の データ から の メタデータ 作成 +検索 対象 の データ から の メタデータ を 作成 する 。 +メタデータ の 形式 および 作成 方法 は 検索 アルゴリズム や データ 収集 の 方針 と 密接 に 関連 する 。 +たとえば データ 収集 が 継続 的 かつ 大 規模 に 行 わ れ る よう な 場合 、 人手 を 使 っ て メタデータ を 作成 する こと は コスト の 大幅 な 増大 を 意味 する こと に な る 。 +検索 アルゴリズム の 設計 +作成 さ れ た メタデータ を 用い て どの よう な 計算 を 用い て データ を 出力 する か 決定 する 。 +検索 アルゴリズム の 詳細 に つ い て は メタデータ 生成 法 と 情報 検索 アルゴリズム を 参照 。 +検索 性能 の 評価 +再現 率 と 適合 率 +情報 検索 システム の 検索 性能 の 評価 を 行 う 。 +情報 検索 システム の 検索 性能 は 主に 正確 性 と 網羅 性 の 質的 な 観点 から 適合 率 ( precis ion ; 精度 と も い う ) と 再現 率 ( recall ) を 、 処理 性能 の 量的 な 観点 から スループット を 測定 する こと に よ り 判定 する の が 一般 的 で あ る 。 +適合 率 は 検索 結果 と し て 得 られ た 集合 中 に どれ だけ 検索 に 適合 し た 文書 を 含 ん で い る か と い う 正確 性 の 指標 で あ り 、 再現 率 は 検索 対象 と し て い る 文書 の 中 で 検索 結果 と し て 適合 し て い る 文書 ( 正解 文書 ) の うち で どれ だけ の 文書 を 検索 でき て い る か と い う 網羅 性 の 指標 で あ る 。 +適合 率 は 、 +precis ion   =   \ frac { R } { N } +( R : 検索 さ れ た 適合 文書 の 数 、 N : 検索 結果 の 文書 の 数 )   に よ っ て 、 再現 率 は 、 +recall   =   \ frac { R } { C } +( R : 検索 さ れ た 適合 文書 の 数 、 C : 全 対象 文書 中 の 正解 文書 の 数 )   に よ っ て 求め られ る 。 +適合 率 を あげれ ば 再現 率 が 下が り 、 再現 率 を 上げれ ば 適合 率 が 下が る 傾向 に あ る ため 、 F 値 ( F ー measure ) と い う 尺度 も よく 用い られ る 。 +F 値 は 適合 率 と 再現 率 の 調和 平均 で あ り 、 +\ begin { align }   F { \ textit { ー } } measure   &   =   \ frac { 2   \ cdot   precis ion   \ cdot   recall } { precis ion   +   recall }   \\   &   =   \ frac { R } { \ frac { 1 } { 2 }   ( N   +   C ) }   \ \   \ end { align } +に よ っ て 求め られ 、 R を N と C の 相加 平均 で 割 っ た もの に 相当 する 。 +F 値 が 高 けれ ば 、 性能 が 良 い こと を 意味 する 。 +情報 検索 技術 の 分類 +情報 検索 の 技術 は 以下 の よう な 観点 で 分類 でき る 。 +検索 対象 データ の 抽象 度 +直接 検索 +メタデータ を 介 さ ず データ その もの を 直接 計算 アルゴリズム 上 で 処理 する 検索 方法 。 +例 と し て ハミング に よ る 検索 の 入力 を 行 い 類似 する 音程 の 音楽 を 検索 する もの 等 。 +実用 上 は 、 前 処理 と し て の 索引 の 生成 を 事前 に おこな う 方式 も 多 い が 、 この よう な 場合 も データ に 含 ま れ る 表現 を その まま 用い て 検索 を 行 う ため 検索 モデル と し て は 直接 検索 に 分類 さ れ る 。 +全文 検索 +直接 検索 の 一種 で あ り 、 文書 データ の 全文 から 自動 処理 の 走査 に よ り メタデータ を 作成 し て 保管 し 、 検索 の 入力 に 合致 する データ を 検索 結果 と する 検索 方法 。 +「 全文 検索 システム Namazu 」 等 が 用い られ て い る 。 +間接 検索 +データベース に 蓄積 さ れ た データ から メタデータ を 生成 し て 保管 し 、 検索 の 入力 が 行 わ れ た 際 に 内部 表現 に 変換 さ れ た 検索 の 入力 と 保管 さ れ た メタデータ を 比較 する こと に よ り 検索 結果 を 生成 する 検索 方法 。 +検索 入力 の 種類 +単語 ( キー ワード ) +単語 ( キー ワード ) を 指定 する こと に よ っ て 検索 を 行 う 。 +もっとも 単純 な 形式 と 言え る 。 +検索 言語 +システム 特有 の 検索 言語 を 用い て 検索 を 行 う 方法 。 +論理 和 ・ 論理 積 など の ブーリアンモデル の 演算 を 検索 の 絞り込み に 利用 する 際 に 用い られ る 。 +研究 者 や 法律 ・ 医学 等 の 専門 的 な 実務 家 など 、 特定 の 分野 の 専門 家 を 対象 に し た 検索 システム など に 用い られ る こと が 多 い 。 +SQL の よう な データベース マネージメント システム で 標準 的 標準 的 が 言語 を 用い る こと も あ る が 、 特定 の 検索 エンジン 特有 の 検索 言語 を 用い て い る システム も 多 い 。 +実現 例 と し て は IEEE   Xplore など が あ る 。 +直接 入力 +検索 の パラメータ と な る 関連 する データ を 直接 入力 する 方法 。 +たとえば 特定 の 画像 を 入力 に し て 類似 し た 画像 を 検索 する もの や 、 ハミング の 入力 を 受け て 関連 する 音楽 クリップ を 検索 する もの など が 研究 さ れ て い る 。 +自然 文 +検索 に 関わ る ユーザ インタフェース の 研究 と し て 古く から 研究 が 行 わ れ て い る 。 +近年 で は Goo   ラボ に よ っ て 開発 さ れ た 「 日本 語 自然 文検索 」 が 大手 の 検索 エンジン と し て は 比較 的 珍し い 自然 文検索 を 試験 的 に 提供 し た こと で 話題 を 集め た 。 +文書 +文書 その もの を 入力 し 、 入力 し た 文書 と 類似 する 文書 を 検索 する 。 +Query   by   Example ( 例示 に よ る 問い合わせ ) と 呼 ば れ る こと も あ る 。 +マルチメディア 文書 検索 で は 、 キー ワード 検索 より も より 一般 的 に 用い られ る 方法 で あ る 。 +検索 アルゴリズム +情報 検索 に 用い られ る アルゴリズム は 数 多 く 提案 さ れ て い る 。 +ここ で は 代表 的 な もの に つ い て 概説 する 。 +情報 検索 アルゴリズム の 詳細 に つ い て は 情報 検索 アルゴリズム を 参照 の こと 。 +一般 に 情報 検索 システム の 構築 時 に は メタデータ 生成 時 に 索引 を 同時 に 作成 し 、 検索 アルゴリズム に よ る 検索 結果 の 評価 の 際 に 索引 を 用い た 最適 化 を 行 う が 、 メタデータ の 生成 法 や 索引 の 詳細 に つ い て は ここ で は 扱 わ な い 。 +パターン マッチング +検索 質問 と し て 入力 さ れ た 表現 を その まま 含 む 文書 を 検索 する アルゴリズム 。 +現在 で は 単純 に パターン のみ を 探 す で は な く 、 活用 形 の 変化 に よ る 同義 語 の パターン の 不 一致 を 解消 し た 検索 を 行 っ たり と い っ た 拡張 が しばしば 行 わ れ る 。 +パターン マッチング 自体 の 詳細 な アルゴリズム に つ い て は 文字 列 探索 を 参照 。 +ブーリアンモデル +パターン マッチング の 検索 に 付け加え 、 メタデータ の 属性 ごと の 絞り込み 条件 を 論理 和 ・ 論理 積 など に よ っ て 組み合わせ て 併用 する 検索 方法 。 +ベクトル 空間 モデル +キー ワード 等 を 各次元 と し て 設定 し た 高次元 ベクトル 空間 を 想定 し 、 検索 の 対象 と する データ や ユーザ に よ る 検索 質問 に 何 ら か の 加工 を 行 い ベクトル を 生成 する 。 +ベクトル 空間 上 に 検索 対象 と な る ベクトル を 配置 し 、 ベクトル 化 さ れ た 検索 質問 と データ の ベクトル の 相関 量 ( ベクトル 間 の コサイン 、 内積 、 ユークリッド 距離 など が 用い られ る 。 +) に よ っ て 検索 の 対象 の データ と 検索 質問 の 関係 の 強 さ を 計算 する モデル 。 +潜在 的 意味 索引付け ( 潜在 的 意味 分析 、 LSI ) +ベクトル 空間 モデル の 応用 と し て 考案 さ れ た 検索 アルゴリズム 。 +高次元 ベクトル 空間 を 行列 と し て 扱い 特異 値 分解 を 行 い 、 得 られ た 直交 低 次元 ベクトル 空間 上 検索 を 行 う 。 +単純 な ベクトル 空間 モデル で の 検索 に 比べ て 、 同義 語 が 用い られ て い る 文書 間 の 関連 を 反映 し 、 検索 の 対象 の データ の 内容 的 な 偏り に 影響 を 受け にく い 検索 を 行 う こと が でき る と い う メリット が あ る 。 +機械 翻訳 ( きかい ほんやく ) と は 、 ある 自然 言語 を 別 の 自然 言語 へ 機械 的 に 変換 する 技術 を い う 。 +機械 翻訳 の 概念 自体 は コンピュータ の 存在 以前 より 存在 する ため 、 機械 翻訳 と 翻訳 ソフト は 同義 で は な い が 、 現在 で は ほとんど 翻訳 ソフト と し て 実装 さ れ る 。 +例 と し て 、 英語 の 文章 を 入力 する と それ を 翻訳 し た 日本 語 の 文章 を 出力 する 英和 翻訳 ソフトウエア など が あ る 。 +自動 翻訳 と も い う 。 +近年 は 統計 、 人工 知能 、 コンピュータ 処理 能力 、 データベース 、 記憶 容量 の 進歩 に よ り 急速 に 成長 し て い る 分野 で あ る 。 +尚 、 翻訳 方法 の もう 一 つ と し て 、 「 人力 翻訳 ( 人 の 手 に よ る 翻訳 ) 」 が あ る 。 +目次 +1   歴史 +2   アプローチ +2 . 1   統計 翻訳 +3   問題 +3 . 1   語義 の 多義 性 +3 . 2   常識 +4   翻訳 支援 +5   実用 性 +6   アプリケーション +7   評価 +8   関連 項目 +9   外部 リンク +10   出典 +歴史 +この 節 は 執筆 の 途中 で す   この 節 は 執筆 中 で す 。 +加筆 、 訂正 し て 下さ る 協力 者 を 求め て い ま す 。 +アプローチ +現在 広 く 使 わ れ て い る 機械 翻訳 の 原理 は 次 の とおり で あ る 。 +  言語   X   で 書 か れ て い る 文 を 言語   Y   に 翻訳 する 場合 : +言語   X   の 文 を 構文 解析 する 。 +得 られ た 構文 木 を 、 定め られ た 規則 に 従 っ て 変換 し 、 言語   Y   の 構文 木 を 得 る 。 +変換 し た 構文 木 から 言語   Y   の 文 を 生成 する 。 +例 と し て 、 英語 から 日本 語 へ の 翻訳 を 考え る 。 +  以下 の よう な 原文 が 与え られ た と し よ う 。 +” I   have   a   pen . ” +この 文 を 解析 し て 得 られ る 構文 木 は 次 の よう に な る : +EnglishSyntaxTreeSample 1 . png +ここ で 、 以下 の よう な 辞書 を 使 っ て 英語 の 単語 を 日本 語 の 単語 に 置き換え る : +英語     日本 語 +I     私 +have     持 っ て い る +a     ー   ( 空白 ) +pen     ペン +構文 木 は 次 の よう に な る : +( S   ( NP   ( pron   私 ) )   ( VP   ( verb   持 っ て い る )   ( NP   ( det  ー )   ( noun   ペン ) ) ) ) +しかしまだ 語順 が 正し く な い し 、 助詞 も な い 。 +  ここ で 構文 木 に 対 し て 以下 の よう な 規則 を 適用 し て 変換 を おこな う : +” S   →   NP   VP ”   と い う ノード が あ れ ば 、 それ を   ” S   →   NP   は   VP ”   に 変換 せ よ 。 +” VP   →   verb   NP ”   と い う ノード が あ れ ば 、 それ を   ” VP   →   NP   を   verb ”   に 変換 せ よ 。 +する と 変換 さ れ た 木 は この よう に な っ て い る : +( S   ( NP   ( pron   私 ) )   は   ( VP   ( NP   ( det  ー )   ( noun   ペン ) )   を   ( verb   持 っ て い る ) ) ) +ここ から 、 以下 の よう な 翻訳 文 を 生成 でき る : +” 私 は ペン を 持 っ て い る 。 +” +これ は 非常 に 単純 な 例 で あ る 。 +  実際 に は 英語 の   have   は 複数 の 語義 を も つ の で 、 語義 の 曖昧 性 解消 を し な けれ ば 単純 に 「 have   →   持 っ て い る 」 と い う 変換 を する こと は でき な い 。 +  また 、 モダリティ の 考慮 や 、 照応 の 解決 、 敬語 の 扱い 、 自然 な 言 いまわし の 文 の 生成 など 実用 的 な 翻訳 ソフトウエア を つく る ため に は 多く の こと を 考慮 に 入れ る 必要 が あ る 。 +統計 翻訳 +詳細 は 「 統計 翻訳 」 を 参照 +計算 機 の 発達 に よ っ て 1990 年代 以降 研究 が 盛ん に な っ て い る の は 統計 的 な 手法 を 用い た 機械 翻訳 で あ る 。 +  これ は 音声 認識 の 分野 で 用い られ て い た 雑音 チャネル モデル を 応用 し た もの で 、 元 言語 ( 翻訳 元 の 言語 )   f   は 目的 言語 ( 翻訳 後 の 言語 )   e   が 雑音 の あ る 通信 路 を 通 る 間 に 変化 し て しま っ た もの で あ る と 捉え 、 翻訳 と は 元 言語 から 目的 言語 へ の 復号 で あ る と 考え る 。 +  この 時 、 復号 誤り が 最も 小さ く な る 翻訳 結果   \ hat{ e }   は 以下 の 式 を 満た す こと に よ っ て 得 られ る 。 +\ hat{ e }   =   \ mathrm { argmax}_{ e }   P ( e | f ) +しかし 、 この まま で は モデル 化 が 難し い ため 、 ベイズ の 定理 を 用い て 以下 の よう に 変形 する 。 +\ mathrm { argmax}_{ e }   P ( e | f )   =   \ mathrm { argmax}_{ e }   \ frac { P ( e ) P ( f | e ) } { P ( f ) }   =   \ mathrm { argmax}_{e } P ( e ) P ( f | e ) +よ っ て +\ hat{ e }   =   \ mathrm { argmax}_{ e }   P ( e ) P ( f | e ) +ここ で   P ( e )   を モデル 化 し た もの を 言語 モデル 、 P ( f | e )   を モデル 化 し た もの を 翻訳 モデル と 呼 び 、 言語 モデル は 言語 と し て の 確 からし さ を 、 翻訳 モデル は 翻訳 の 確 からし さ を モデル 化 し て い る と 言え る 。 +そして 、 これ ら の モデル から 翻訳 候補 を 生成 し 、 最も 確率 の 高 い 翻訳 結果 を 探索 する 処理 系 を デコーダ と 呼 ぶ 。 +翻訳 モデル のみ で は 目的 言語 と し て 正し く な い 文 と な っ て しま う ため 、 言語 モデル に よ っ て 目的 言語 と し て 正し く な い 文 を 取り除け る と 考え られ る 。 +また 、 言語 モデル に つ い て の 研究 は 音声 認識 など の 分野 に お い て 既に 研究 が 行 わ れ て お り 、 その 知見 を 生か す こと も でき る 。 +実際 に は パラレル コーパス と 呼 ば れ る 文 同士 の 対応 が つ い た 2 言語 間 の コーパス を 用い て この 確率 を 推定 する こと に な る 。 +問題 +語義 の 多義 性 +この 節 は 執筆 の 途中 で す   この 節 は 執筆 中 で す 。 +加筆 、 訂正 し て 下さ る 協力 者 を 求め て い ま す 。 +常識 +機械 に よ る 翻訳 の 困難 さ の ひと つ は 、 それ が 文法 や 単語 の 意味 の 解析 と い っ た 論理 的 処理 だけ で は 解決 し な い 点 に も あ る 。 +たとえば 次 の 英語 の 文 は 、 +Time   flies   like   an   arrow . +普通 は これ を 「 時 は 矢 の よう に 飛び去 る 」 ( 光陰 矢 の ごと し ) と 解釈 する が 、 これ を 「 時間 蠅 は 矢 を 好 む 」 と 訳 する こと も 可能 で 、 文法 的 に も 破綻 が な い 。 +当然 、 普通 は 後者 は 間違い な の で あ る が 、 後者 を 捨て去 る 判断 が でき る ため に は 、 人 に は 時 が 素早 く 過ぎ る と 感 じ られ る こと が あ る こと 、 矢 は 速 く 飛 ぶ こと 、 時間 蠅 と い う 生き物 は 存在 し なさ そう な こと 、 虫 が 矢 を 好 む こと など あ り そう に な い こと 等 の 知識 が 必要 で あ る 。 +極論 すれ ば 、 正し い 翻訳 を 行 う ため に は その 文 が かかわ る 世界 その もの に 関 する あらゆる 知識 や 感覚 が 必要 に な る 。 +また 、 あり そう に な い 時間 蠅 も 、 たとえば ルイス ・ キャロル なら 存在 さ せ る か も しれ ず 、 問題 は より 複雑 に な る 。 +翻訳 支援 +「 翻訳 支援 ツール 」 および 「 翻訳 メモリ 」 も 参照 +いわゆる 機械 翻訳 は 「 自動 翻訳 」 と 「 翻訳 支援 」 の 2 つ の まったく 異な る 方向 で 用い られ る 。 +自動 翻訳 で は 人間 の 介入 は 最小 限 で あ り 、 すべて を 機械 に 翻訳 さ せ よ う と する 。 +これ は 「 翻訳 元 の 言語 を 理解 する こと が でき な い 人 」 の ため の 技術 で あ る 。 +翻訳 支援 は プロ の 翻訳 者 が 翻訳 作業 を 効率 的 かつ 高 品質 に 行 う ため に 翻訳 ソフト を 活用 する もの で あ る 。 +これ は すでに 一部 の 先進 的 な 翻訳 者 に よ っ て 活用 さ れ て い る 。 +実用 性 +現実 の 翻訳 は 互い の 言語 の 関係 に よ っ て も 大き く 異な る 。 +言語 は それぞれ 孤立 し て 存在 する もの で は な く 、 多 かれ 少な かれ 互い に 影響 し あ っ て 存在 する 。 +特に 共通 の 歴史 が 長 い 場合 、 文法 や 語彙 に 共通 性 、 あるいは 共通 の 起源 を 多 く 持 つ こと が あ る 。 +その よう な 場合 、 極端 に 言 え ば 単語 を 置き換え る だけ で も ある 程度 の レベル の 翻訳 が 可能 で あ る から 、 機械 翻訳 も より 容易 い 。 +だいたい の 意味 を 知 る ため の 概訳 に つ い て は 、 フランス 語 、 スペイン 語 、 イタリア 語 など インド ・ ヨーロッパ 語族 ロマンス 語 系 諸語 間 の 自動 翻訳 は 比較 的 順当 で あ り 、 英語 と ロマンス 語 系 あるいは ゲルマン 語 系 言語 と の 間 の 自動 翻訳 も 実用 レベル に 達 し て い る と いえ る 。 +日本 語 から の 翻訳 の 場合 、 実用 の レベル に あ る の は 日韓 自動 翻訳 で あ る 。 +日本 語 と 韓国 語 は 膠着 語 で あ る と い う 文法 的 共通 性 や 、 漢語 から の 借用語 も あ り 、 自動 翻訳 の 精度 は 文体 に も よる が 普通 80 % ~ 90 % で あ る 。 +この ため 、 日韓 間 で は 自動 翻訳 掲示 板 など 実用 サイト も 存在 する 。 +( 外部 リンク 、 NAVER 日韓 自動 翻訳 掲示 板 参照 ) 。 +日本 語 の 場合 助詞 や 同音 異義 語 が 多数 存在 する ため に 形態 素 解析 の 段階 で 翻訳 に 困難 を きた す 。 +ゆえ に 一般 に 英日 翻訳 に 比べ て 日英 翻訳 の 能力 は 低 い 段階 に あ る   。 +英語 の 語学 力 の な い 人 が 英訳 を 行 い 出来上が っ た 英文 の 評価 が 出来 な い 場合 、 英訳 し た 文 を 日本 語 に 再 変換 し て み て 日本 語 で 意味 が 通 る か どう か 確認 し て み る と 良 い 。 +翻訳 支援 の 場合 、 で は 、 特定 の 分野 の 翻訳 に 適 し た ユーザー 辞書 を 作成 する こと に よ り 、 翻訳 ソフト の 訳質 は 大幅 に 向上 する 。 +だ が 一定 規模 の 企業 ・ 組織 ユーザー 以外 の 、 一般 ユーザー の 小 規模 な 利用 シナリオ で は 、 ユーザー 辞書 の 利用 効果 より も 作成 に かか る 時間 ・ 労力 の ほう が 大き い 。 +その 理由 に は 、 辞書 作成 に 技能 を 要 する 、 ユーザー 辞書 の コンテンツ が な い 、 辞書 の 相互 利用 の ため の インフラ が な い 、 翻訳 の 量 が 少な い ( 規模 が 少な い ・ 頻度 が 少な い ) と い っ た こと が 考え られ る 。 +これ ら の 問題 を 解決 する ため に 、 AAMT ( アジア 太平 洋 機械 翻訳 協会 ) が ユーザー 辞書 を 共有 する ため の 仕様 で あ る UPF を 策定 し た 。 +その 後 、 2006 年 から 後継 の 仕様 で あ る UTX が 現在 策定 中 で あ る 。 +翻訳 ソフト ( ほんやく ソフト ) と は 、 パソコン 上 で 翻訳 を 行 う ソフトウェア で あ る 。 +機械 翻訳 の 項 も 参照 。 +目次 +1   翻訳 ソフト と 機械 翻訳 +2   翻訳 ソフト の 種類 +3   翻訳 ソフト の 特性 +4   代表 的 な 翻訳 ソフト +5   関連 項目 +翻訳 ソフト と 機械 翻訳 +現在 で は 機械 翻訳 ( machine   translation ) は ソフトウェア に よ っ て 行 わ れ 、 その 意味 で は 「 機械 翻訳   =   翻訳 ソフト 」 で あ る 。 +しかし 、 機械 翻訳 の 概念 は コンピュータ より 以前 に 存在 する 。 +コンピュータ 翻訳 と 言 わ ず に 、 機械 翻訳 と い う の は その せい で あ ろ う 。 +しかし 、 機械 翻訳 と い う 表現 は 、 人間 の 主体 性 が 低 く 、 と も すれ ば 「 機械 が 最初 から 最後 まで すべて 翻訳 する 」 と い う 印象 を 与え がち で あ る 。 +これ は 、 「 翻訳 作業 支援 ツール と し て の 翻訳 ソフト 」 の 理解 の 妨げ と な る こと も あ る 。 +その ため 、 機械 翻訳 と い う 表現 を 避け て 、 「 翻訳 ソフト 」 と 言い換え る こと を 勧め る 人 も い る 。 +翻訳 ソフト の 種類 +無料 から 数 万 円 程度 の 一般 消費 者 向け の 製品 と 、 数 万 円 から 10 万 円 前後 の 業務 用 製品 に 大別 さ れ る 。 +前者 は 自動 翻訳 を 主眼 に 置 き 、 「 英語 が 苦手 な ユーザー 」 が 「 ボタン 一 つ で 翻訳 」 と い っ た 手軽 さ を 志向 し て い る 。 +これ に 対 し て 、 後者 は 専門 辞書 や 辞書 の 管理 機能 など が 充実 し て お り 、 翻訳 支援 に 使 わ れ る 。 +翻訳 メモリ と の 連携 が 可能 な 製品 も あ る 。 +対話 的 翻訳 が 可能 な 対訳 エディタ は 、 最近 は 安価 な 製品 に も 搭載 さ れ る よう に な っ た が 、 上位 製品 で は 必須 で あ る 。 +業務 用 翻訳 ソフト は 、 「 それ を 使 え ば 誰 で も プロ 並み の 翻訳 が でき る 」 と い っ た もの で は な い 。 +業務 用 翻訳 ソフト を 「 英語 が 苦手 な ユーザー 」 が 購入 する 場合 も あ る が 、 業務 用 翻訳 ソフト は 専門 知識 と 技能 を 備え た 翻訳 者 に よ っ て のみ 、 その 真価 を 発揮 でき る 。 +翻訳 ソフト の 特性 +翻訳 ソフト は 、 手紙 の よう に 非 定型 的 な 文章 や 、 ニュース など 新語 や 固有 名詞 が 多 く 、 多様 な 話題 で あ る 文章 は 苦手 で あ る 。 +専門 的 な 内容 で あ っ て も 、 定型 的 で 不 特定 多数 を 対象 と し て 分か り やす く 書 か れ た 文章 、 つまり マニュアル など の 文章 で は 効果 が 高 い 。 +適切 な 専門 用語 辞書 さえ あ れ ば 、 専門 性 が 高 けれ ば 高 い ほど その 有用 性 は 高ま る 。 +固有 表現 抽出 ( こゆう ひょうげん ちゅうしゅつ 、 英 :   named   entity   extraction 、 named   entity   recognition ) と は 、 計算 機 を 用い た 自然 言語 処理 技術 の 一 つ で あ り 、 固有 名詞 ( 人名 、 地名 など ) や 日付 、 時間 表現 など を 抽出 する 技術 で あ る 。 +情報 抽出 の 一 分野 で あ る と さ れ る 。 +目次 +1   目的 +2   歴史 +3   具体 例 +4   手法 +5   固有 表現 分類 +6   参考 文献 +7   関連 項目 +8   外部 リンク +目的 +新聞 記事 など 現実 世界 に 存在 する テキスト に は 大量 の 固有 表現   ( Named   Entity )   が 含 ま れ て い る 。 +形態 素 解析 など を 行な う 際 、 それ ら の 固有 表現 は 辞書 に 登録 さ れ て い な い 場合 、 未知 語 と し て 扱 わ れ 、 解析 の 誤り を 起こ す 。 +その ため 、 様々 な 固有 表現 を 辞書 に 登録 する 必要 が あ る が 、 前述 の 通り 、 現実 の テキスト に は 大量 の 固有 表現 が 存在 し 、 人手 で それ ら を 登録 する こと は 困難 で あ る 。 +この 問題 を 解決 する ため 、 計算 機 に よ っ て 大量 の テキスト から 固有 表現 を 自動 的 に 抽出 する 技術 が 生まれ た 。 +歴史 +この 節 は 執筆 の 途中 で す   この 節 は 執筆 中 で す 。 +加筆 、 訂正 し て 下さ る 協力 者 を 求め て い ま す 。 +固有 表現 と い う 概念 と 固有 表現 抽出 が 提唱 さ れ た の は 、 1990 年頃 アメリカ 合衆 国 の DARPA が 組織 し た 評価 型 プロジェクト   MUC   ( Message  Understand ing   Conference )   に お い て で あ る と さ れ る 。 +日本 国 内 に お い て は 情報 抽出 ・ 情報 検索 の 評価 型 ワークショップ で あ る   IREX   ( Information   Retr ieval   and   Extraction   Exercise )   に おけ る 情報 抽出 の 共有 タスク の 一 つ と し て 出題 さ れ た 。 +自然 言語 生成 ( 英 :   Natural   language  generation ) と は 、 自然 言語 処理 の 一種 で 知識 ベース や 論理 形式 など の 機械 表現 系 から 自然 言語 を 生成 する こと を 言 う 。 +自然 言語 理解 の 逆 と 言 わ れ る こと も あ る 。 +自然 言語 理解 が 入力 文 を 明確 化 し て 機械 表現 言語 を 生成 する の に 対 し て 、 自然 言語 生成 は 概念 を 如何 に し て 言葉 で 表 すか に つ い て 判断 を 必要 と する 。 +目次 +1   概要 +2   応用 +3   参考 文献 +4   外部 リンク +概要 +テキスト 生成 プロセス に は 、 たとえば 決まり 文句 の 一覧 から 選 ば れ た 言葉 を 接続 用 テキスト で 繋げ る と い っ た 単純 な 処理 も あ る 。 +これ は 例えば 、 占い 機械 や パーソナライズ さ れ た ビジネス レター の よう な 領域 で は 十分 な 文章 を 生成 する 。 +しかし 洗練 さ れ た 自然 言語 生成 システム で は 、 決まり 文句 の 繰り返し に 見え な い 自然 な 文章 を 生成 する ため 、 情報 の 統合 と 計画 の フェーズ を 必要 と する 。 +典型 的 な フェーズ は 次 の 通り で あ る 。 +コンテンツ 決定 +言及 する 価値 が あ る 特徴 ・ 属性 を 決定 する 。 +この 段階 で 使 う 技法 は データ マイニング と 関係 する 。 +論述 計画 +情報 提示 を 全体 と し て 構成 する 。 +文 の 統合 +類似 の 文 を 統合 し て 、 可読 性 と 自然 らし さ を 改善 する 。 +例えば 、 「 次 の 列車 は カレドニア 急行 で す 」 と 「 次 の 列車 は 午前 10 時 に アバディーン を 発 ち ま す 」 と い う 文 を 統合 し て 「 午前 10 時 発 の 次 の 列車 は カレドニア 急行 で す 」 と する 。 +語彙 化 +概念 を 単語 に 置き換え る 。 +参照 表現 の 生成 +代 名詞 など の 参照 を 意味 する 表現 を 導入 し て 文 の 中 の 単語 同士 を リンク する 。 +統語 的 / 形態 素的 処理 +構文 解析 の 逆 を 行 う 。 +これ まで の フェーズ で 集め た 全て の 情報 を 使 っ て 、 統語 論 規則 と 形態 論 規則 を 適用 し 、 実際 の 文 を 表 す 文字 列 を 生成 する 。 +正書 法 処理 +大 文字 小 文字 や 約 物 の 使い分け 、 フォーマット など を 行 う 。 +応用 +自然 言語 生成 の 応用 の 最 た る 例 は 、 数値 など の 言語 的 で な い データ を テキスト 化 さ れ た 概要 に 変換 する システム で あ り 、 自然 言語 生成 と データ 解析 を 統合 し た もの で あ る 。 +例えば 、 数値 予報 データ から 自動 的 に 天気 予報 の 文章 を 生成 する システム など が あ る 。 +また 、 変わ っ た ところ で は 、 ジョーク を 自動 生成 する システム も あ る 。 +光学 文字 認識 ( こうがく も じにんしき 、 英 :   Optical   Character   Recognition ) は 、 活字 の 文書 の 画像 ( 通常 イメージ スキャナー で 取り込 ま れ る ) を コンピュータ が 編集 でき る 形式 ( 文字 コード の 列 ) に 変換 する ソフトウェア で あ る 。 +一般 に OCR と 略記 さ れ る 。 +OCR は 、 人工 知能 や マシンビジョン の 研究 分野 と し て 始ま っ た 。 +研究 は 続け られ て い る が 、 OCR の 中心 は その 実装 と 応用 に 移 っ て い る 。 +紙 に 印刷 さ れ た 文書 を デジ タイズ し 、 より コンパクト な 形 で 記録 する の に 必要 と さ れ る 。 +さらに 、 文字 コード に 変換 する こと で 機械 翻訳 や 音声 合成 の 入力 に も 使え る よう に な り 、 テキストマイニング も 可能 と な る 。 +研究 分野 と し て は 、 パターン 認識 、 人工 知能 、 コンピュータビジョン が 対応 する 。 +( 鏡 や レンズ と い っ た 光学 技術 を 使 っ た ) 光学 文字 認識 と ( スキャナー と アルゴリズム に よ る ) デジタル 文字 認識 は 本来 別 の 領域 と 考え られ て い た 。 +光学 技術 と し て 生き残 っ た 部分 が 非常 に 少な い ため 、 光学 文字 認識 と い う 言葉 は 現在 で は デジタル 文字 認識 を 含 む もの と みな さ れ て い る 。 +初期 の システム は 特定 の 書体 を 読 む ため の 「 トレーニング 」 が 必要 で あ っ た ( 事前 に その 書体 の サンプル を 読 ま せ る こと を 意味 する ) 。 +現在 で は 、 ほとんど の 書体 を 高 い 識字 率 で 変換 する こと が 可能 で あ る 。 +いく つ か の システム で は 読み込 ま れ た 画像 から それ と ほぼ 同じ に な る よう フォーマット さ れ た 出力 ( 例えば ワード プロセッサ の ファイル の よう な もの ) を 生成 する こと が 可能 で あ り 、 中 に は 画像 など の 文書 以外 の 部分 が 含 ま れ て い て も 正し く 認識 する もの も あ る 。 +目次 +1   歴史 +2   視覚 障害 者 に と っ て の 重要 性 +3   OCR 技術 の 状況 +4   楽譜 OCR +5   OCR ソフトウェア +6   脚注 +7   関連 項目 +8   外部 リンク +歴史 +光学 文字 認識 の 原点 は 、 電信 技術 の 拡張 と 視覚 障害 者 が 文字 を 読 む ため の 機械 の 開発 と い う 2 つ の 問題 に まつわ る 活動 で あ る 。 +1914 年 エマニュエル ・ ゴールドバーグ ( 英語 版 ) は 、 文字 列 を 読み取 り 電信 符号 に 変換 する 機械 を 開発 し た [ 要 出典 ] 。 +同じ ころ エドマンド ・ フルニエ ・ ダルベ ( 英語 版 ) は オプトフォン ( 英語 版 ) と い う 携帯 型 スキャナ を 開発 し た 。 +これ を 印刷 物 の ページ 上 で すべ ら せ る と 、 文字 の 形状 に よ っ て 異な る 音 を 発 する 。 +ゴールドバーグ は データ 入力 手段 と し て OCR 技術 の 開発 を 続け た 。 +後 に 彼 は 、 画像 を 光電 管 で 読み取 り 、 必要 な 識別 パターン を 含 む テンプレート と 比較 する こと で マッチング を 見つけ る と い う 技法 を 提案 し た 。 +1929 年 、 グスタフ ・ タウシェク ( 英語 版 ) も 同様 の アイデア を 思いつ き 、 ドイツ で OCR に 関 する 特許 を 取得 し た 。 +アメリカ で は 1933 年 、 ポール ・ W ・ ハンデル が 同様 の テンプレート ・ マッチング 方式 の OCR 技術 の 特許 を 取得 し て い る ( アメリカ 合衆 国 特許 第 1 , 91 5 , 993 号 ) 。 +1935 年 、 タウシェク も アメリカ で 特許 を 取得 し た ( アメリカ 合衆 国 特許 第 2, 0 2 6 , 329 号 ) 。 +1949 年 、 米国 復員 軍人 援護 局 から 視覚 障害 者 支援 の ため と い う 要請 を 受け 、 RCA の 技術 者 ら が 初期 の コンピュータ を 使 っ た OCR を 研究 し た 。 +この 研究 に は 、 単に 活字 を コンピュータ内 の 文字 コード に 変換 する だけ で な く 、 その 文字 を 読み上げ る と い う 部分 も 含 ま れ て お り 、 初期 の 音声 合成 の 研究 で も あ る 。 +しかし 、 コスト が かか り すぎ る こと が 判明 し 、 研究 は 挫折 し た 。 +1950 年 、 AFSA ( アメリカ 国家 安全 保障 局 の 前身 ) の 暗号 解読 者 デイヴィッド ・ H ・ シェパード ( 英語 版 ) は 、 日本 の パープル 暗号 を 解読 し た こと で 知 ら れ る フランク ・ ロウレット の 依頼 に よ り 、 ルイス ・ トーデラ と 共 に 局 の 手続き の 自動 化 の 勧告 案 作成 に 取り組 ん だ 。 +その 中 に は 印刷 さ れ た 文書 を コンピュータ が 処理 でき る 形式 に 変換 する 問題 も 含 ま れ て い た 。 +シェパード は その よう な こと を する 機械   ” Gismo ”   を 作成 する こと を 決め 、 友人 の ハーヴェイ ・ クック と 共 に 自宅 で 夜 や 週末 を 利用 し て 試作 に 取り組 ん だ 。 +1953 年 、 シェパード は 特許 ( アメリカ 合衆 国 特許 第 2 , 6 6 3 ,75 8 号 ) を 取得 。 +Gismo は 英語 の アルファベット の うち 23 文字 を 読み取 る こと が でき 、 モールス 符号 を 理解 し 、 楽譜 を 読みと る こと が でき 、 活字 の ページ を 読み上げ る こと が でき 、 タイプ さ れ た ページ を 読みと っ て プリンター で 複製 する こと が でき た 。 +シェパード は その 後   Intelligent   Machines   Research   Corporation ( 英語 版 )   ( IMR )   を 設立 し 、 世界 初 の いく つ か の 商用 OCR システム を 出荷 し た 。 +Gismo   も   IMR   の システム も 単純 な 文字 マッチング で は な い 画像 解析 を し て い て 、 いく つ か の 書体 を 認識 する こと が でき た 。 +Gismo   は 画像 中 の 文字 の 位置 を 正確 に 合わせ る 必要 が あ っ た が 、 IMR システム で は スキャン 領域 の どこ の 文字 で あ っ て も 認識 でき 、 実用 に 耐え る もの で あ っ た 。 +最初 の 商用 システム は 1955 年 に リーダーズ ・ ダイジェスト 社 に 納入 さ れ 、 販売 報告 書 を コンピュータ に 入力 する の に 使 わ れ た 。 +タイプ さ れ た 報告 書 を パンチ カード に 変換 し 、 それ を コンピュータ に 入力 する もの で 、 年間 1500 万 から 2000 万 部 を 売り上げ て い る 同社 の 事務 処理 を 効率 化 し た 。 +この システム は 後 に スミソニアン 博物 館 に 無償 で 提供 さ れ 展示 さ れ て い る 。 +2 台 目 の システム は スタンダード ・ オイル が カリフォルニア 州 で クレジット カード の 文字 を 読み取 る ため に 使 い 、 他 の 石油 会社 も これ に 追随 し た 。 +IMR が 1950 年代 後半 に 販売 し た 他 の システム と し て は 電話 会社 の 請求 書 読み取 り 装置 や アメリカ 空軍 の テレタイプ 用 ページ スキャナー など が あ る 。 +IBM など は 後 に シェパード から OCR 特許 の ライセンス 供与 を 受け て い る 。 +1965 年 ごろ 、 リーダーズ ・ ダイジェスト と RCA は 、 使 わ れ て 戻 っ て き た 同誌 の 広告 に つ い て い る クーポン の シリアル 番号 を 読み取 る OCR 装置 を 共同 で 開発 し た 。 +シリアル 番号 は RCA の プリンター で OCR ーA フォント ( 英語 版 ) で 印字 さ れ た 。 +読み取 り 装置 は   RCA   30 1   と い う コンピュータ に 直接 接続 さ れ た 。 +この 技術 は TWA で 航空 チケット の 読み取り に も 使 わ れ る こと と な る 。 +読み取 り 装置 は 毎分 1,500 枚 の 文書 を 処理 でき 、 正し く 読み取れ な かっ た 文書 は 弾 か れ る 。 +RCA は これ を 製品 化 し 、 保険 会社 など が 採用 し た 。 +アメリカ 合衆 国 郵便 公社 も 1965 年 から 発明 家 ジェイコブ ・ レインボー ( 英語 版 ) の 開発 し た 技術 を 元 に し て OCR マシン を 使 っ て い る 。 +ヨーロッパ で OCR を 最初 に 採用 し た の は イギリス の 郵便 局 だっ た 。 +イギリス で は 1965 年 、 郵便 貯金 に 相当 する ナショナル ・ ジャイロ ( 英語 版 ) が OCR を 使 っ た 自動 化 を 行 っ た 。 +カナダ の 郵便 局 は 1971 年 から OCR を 使用 し て い る 。 +OCR は 受取 人 の 名前 と 住所 を 読み取 っ て ソート ( 分類 ) する ため に 使 わ れ る 。 +そして 郵便 番号 に 基づ い た バー コード を 封筒 に 印刷 する 。 +その 後 手紙 は バー コード に したが っ て 細か く ソート を する 。 +バー コード が 宛名 と かぶ る 可能 性 が あ る ため ( 基本 的 に 宛名 や 住所 は どこ に 書 い て も 良 い ) 、 バー コード は 紫外 線 ライト で 見え る 特殊 な インク を 使用 し て い る 。 +この インク は 通常 の 光 で は オレンジ 色 に 見え る 。 +なお 、 日本 で は 漢字 の 読み取り が 難し い ため 、 1968 年 7 月 1日 に 郵便 番号 が 導入 さ れ 、 手書き の 数字 で あ る 郵便 番号 を OCR システム で 読み取 っ て ソート し て い た 。 +1998 年 に 郵便 番号 の 7 桁 化 が な さ れ て から は OCR で 読み取 っ た 際 に アメリカ の よう に バー コード ( ただし こちら は 可視 光 で は 無色 な インク を 使用 ) を 印刷 する よう に な っ た 。 +視覚 障害 者 に と っ て の 重要 性 +1974 年 、 レイ ・ カーツ ワイル は あらゆる 書体 を 読み取れ る OCR の 開発 を 行 う   Kurzweil   Computer   Products ,   Inc .   を 創業 。 +カーツ ワイル は 、 音声 合成 技術 と 組合わせれ ば この 技術 が 視覚 障害 者 に と っ て 最も 役立 つ と 考え た 。 +鍵 と な る 技術 は CCD イメージ スキャナ と 音声 合成 で あ る 。 +1976 年 1 月 13 日 、 製品 の 完成 披露 が 行 わ れ た 。 +1978 年 、 カーツ ワイル は OCR ソフトウェア の 販売 を 開始 。 +最初 の 顧客 は レクシスネクシス で 、 ニュース など の 文書 を データベース に 入力 する の に 使 っ た 。 +2 年 後 、 カーツ ワイル は 会社 を ゼロックス に 売却 。 +後 に ゼロックス は その 部門 を   Scansoft   と し て スピンオフ さ せ 、 Scansoft   は ニュアンス コミュニケーションズ ( 英語 版 ) と 合併 し た 。 +OCR 技術 の 状況 +1990 年代 中ごろ 、 アメリカ 合衆 国 エネルギー 省   ( DOE )   は 情報 科学 研究 所   ( ISRI )   に 印刷 文書 の 認識 技術 育成 と い う 使命 を 与え た 。 +それ に よ り 5 年間 に 渡 っ て   Annual   Test   of   OCR   Accuracy   が まとめ られ た 。 +ラテン 文字 の 活字 文書 の 正確 な 認識 は ほとんど 解決 済み の 問題 だ が 、 識字 率 ( 文字 を 正し く 認識 する 確率 ) は 100 % で は な く 、 間違い の 許 さ れ な い 状況 で は 人間 が 結果 を 確認 する 必要 が あ る 。 +19 世紀 および 20 世紀 初頭 の 新聞 を 使 っ た 研究 に よ る と 、 単純 に 文字 単位 で 認識 する 市販 の OCR ソフトウェア の 識字 率 は 71 % から 98 % だっ た 。 +手書き 文字 、 特に 筆記 体 の 手書き 文字 認識 や 文字 数 の 多 い 言語 の 文字 認識 で は まだ 研究 の 余地 が あ る 。 +文字 認識 の 精度 は いく つ か の 測定 法 で 表 さ れ 、 実際 に 使用 し た 測定 法 に よ っ て 精度 は 大き く 左右 さ れ る 。 +例えば 、 文脈 や 辞書 を 使 わ ず に 純粋 に 文字 単位 で 認識 する 場合 、 識字 率 が 99 % で あ っ て も 、 単語 ベース の 誤り 率 は 5 % と な る か も しれ な い 。 +オン ライン 文字 認識 は 光学 文字 認識 と 混同 さ れ る こと が あ る ( 手書き 文字 認識 参照 ) 。 +OCR は 基本 的 に オフ ライン の 文字 認識 で あ り 、 純粋 に 文字 の 静的 な 形状 を 認識 する 。 +一方 オン ライン 文字 認識 は 、 文字 が 書 か れ る 動的 な 過程 を 認識 する 。 +例えば 、 Pen Point   OS   や タブレット コンピュータ など が ジェスチャー を 認識 する の も オン ライン 認識 の 一種 で あ り 、 ペン が どう い う 方向 に どれ だけ 動 い た か を 認識 する 。 +オン ライン 手書き 文字 認識 を 知的 文字 認識 ( 英語 版 )   ( ICR )   とも 呼 ぶ 。 +手書き 文字 認識 システム は 近年 、 商用 で 成功 し て い る 分野 で あ る 。 +この 技術 は Palm   OS など が 動作 する 携帯 情報 端末 で 入力 手段 と し て 採用 さ れ た 。 +アップル ・ ニュートン が この 技術 の 先駆 者 で あ る 。 +これ ら の 機器 で は 筆順 や 速度 や 線 の 方向 が 入力 時 に 分か る の で 比較 的 認識 が 容易 で あ る 。 +また 、 ユーザー 側 も 徐々 に 認識 さ れ やす い 文字 を 書 く よう に トレーニング さ れ る と い う 面 も あ る 。 +一方 、 紙 に 書 か れ た 手書き 文字 を 認識 する ソフトウェア に は 上記 の 利点 が 無 い ため 、 識字 率 は いまだ 十分 と は 言え な い 。 +きれい に 書 か れ た 手書き 文字 で も 識字 率 は 80 % から 90 % で あ り 、 1 ページ に つ き 数十 個 の 認識 不能 文字 が 出現 する こと に な る 。 +これ は 非常 に 限 ら れ た 分野 で しか 実用 化 でき な い レベル で あ る 。 +筆記 体 文書 の 認識 は 研究 が 盛ん で あ る が 、 識字 率 は さらに 低 い 。 +筆記 体 の 文字 認識 の 識字 率 を 高め る に は 、 文脈 や 文法 の 情報 を 使 わ な けれ ば な ら な い 。 +例えば 、 辞書 の 単語 を 認識 する の は 、 手書き 原稿 の 個々 の 文字 を 認識 する より も 簡単 で あ る 。 +小切手 に 書 か れ た 数字 の 列 は 小さな 辞書 を 使 え ば い い の で 識字 率 を 上げ る こと が でき る 。 +スキャン し て い る 文書 の 言語 の 文法 に 関 する 知識 が あ れ ば 、 単語 が 名詞 な の か 動詞 な の か を 判別 する こと が 可能 と な り 識字 率 を 上げ る こと が でき る 。 +手書き 文字 の 形 だけ で は 正確 な 認識 ( 一般 に 9 8 % 以上 ) は 不 可能 と い っ て よ い 。 +OCR 技術 は アドバンスト スキャン 技術 の 基盤 と な っ て い る 。 +一般 に 、 より 複雑 な 認識 問題 に は ニューラル ネットワーク を 使 う こと が 多 く 、 非 線形 な 変形 で も 線形 な 変形 で も よく 機能 する 。 +文書 内 の 認識 が 難し い 単語 や 文字 列 の 認識 で 大いに 成功 を 収め て い る 技法 と し て 、 人間 の 文字 認識 能力 を 利用 し た re CAPTCHA システム が あ る 。 +楽譜 OCR +詳細 は 「 楽譜 OCR 」 を 参照 +1970 年 代 、 印刷 さ れ た 楽譜 を 読み取 る 研究 が MIT など の 研究 所 で 行 わ れ た 。 +その 後 楽譜 の 記号 を 認識 する 研究 が 続け られ 、 商用 の ソフトウェア は   1991 年 に   ” MIDISCAN   for   Windows ”   ( 現 : Smart S core ( 英語 版 ) )   が リリース さ れ た 。 +  なお 日本 に お い て は 1995 年 楽譜 OCR を 搭載 し た 楽譜 作成 ソフトウェア の スコア メーカー が 河合 楽器 製作 所 に て 製造 販売 さ れ て い る 。 +質問 応答 システム +移動 :   案内 ,   検索 +質問 応答 システム ( しつもん おうとう システム ) は 、 特定 の 種類 の 情報 に 対 する 質問 を ユーザ から 自然 言語 で 受け つけ 、 その 解答 を 返 す よう な コンピュータ ソフトウェア の こと 。 +解答 は 文章 か 、 質問 に 対 する 直接 解答 が ほとんど で あ る 。 +  検索 エンジン を 用い る もの や 百科 辞典 など を 用い たり 、 さまざま な データベース を 基 に し て 検索 を 行 う 。 +  英語 の サイト で は   AskJ eeves   が 有名 。 +基本 的 な 処理 の 流れ は 、 以下 の よう に な る 。 +質問 文 分析 ( 質問 文 を 単語 や 節 など 、 検索 エンジン の クエリ に 変換 する ) +検索 エンジン ( ここ で は AND 検索 など 通常 の クエリ を 投げかけ る こと が 多 い ) +絞込み ( 取得 し た 文章 から 、 解答 部分 を 抽出 する ) +結果 表示 ( 解答 を スコア 順 に 並び替え 、 表示 する ) +質問 応答 は 、 情報 検索 、 情報 抽出 、 自然 言語 処理 など 多数 の 分野 に 渡 る 技術 が 用い られ て い る 。 +音声 認識 ( おんせい にんしき ,   speech   recognition ) は 、 ヒト の 話 す 音声 言語 を コンピュータ に よ っ て 解析 し 、 話 し て い る 内容 を 文字 データ と し て 取り出 す 処理 の こと 。 +キーボード から の 入力 に 代わ る 文字 入力 方法 と し て 注目 を 集め て い る 。 +音声 認識 に 関連 が 深 い 技術 と し て 、 あらかじめ 記録 し て お い た 音声 パターン と 比較 し て 個人 認証 等 を おこな う 、 話者 認識 が あ る 。 +パソコン の 場合 、 文章 を 入力 する 用途 で は 音声 入力 また は ディクテーション 、 アプリケーション の 操作 は 音声 操作 と 呼 ば れ る 。 +目次 +1   認識 技術 +1 . 1   統計 的 手法 +1 . 2   動的 時間 伸縮 法 +1 . 3   隠れ マルコフモデル +2   実際 と 課題 +2 . 1   性能 +3   研究 中 の 技術 +3 . 1   MFT +3 . 2   GSS +4   実用 例 +4 . 1   Windows に おけ る 利用 +4 . 2   企業 ・ 団体 に おけ る 利用 +4 . 3   その 他 の 利用 例 +4 . 4   その 他 の 応用 例 +5   音声 認識 ソフトウェア 例 +5 . 1   音声 認識 を 応用 し た ゲーム ソフト 例 +6   参考 文献 +7   外部 リンク +8   出典 +9   関連 項目 +認識 技術 +統計 的 手法 +音声 認識 で は 、 統計 的 手法 が 良 く 用い られ て い る 。 +これ は 大量 の 発話 を 記録 し た 学習 用 データ から 音声 の 特徴 を 蓄積 し 、 入力 さ れ た 音声 信号 と 蓄積 さ れ た 特徴 と を 比較 し ながら 、 最も 特徴 に 近 い 言語 系列 を 認識 結果 と し て 出力 する 手法 で あ る 。 +一般 に 、 音声 の 音響 的 な 特徴 と 言語 的 な 特徴 を 分離 し て 扱 う こと が 多 い 。 +音響 的 な 特徴 と は 、 認識 対象 の 音素 が それぞれ どの よう な 周波 数 特性 を 持 っ て い る か を 表 し た もの で 、 音響 モデル と 呼 ば れ る 。 +音響 モデル の 表現 と し て は 、 混合 正規 分布 を 出力 確率 と し た 隠れ マルコフモデル が 広 く 用い られ て い る 。 +言語 的 な 特徴 と は 、 音素 の 並び 方 に 関 する 制約 を 表 し た もの で 、 言語 モデル と 呼 ば れ る 。 +例えば 、 「 あなた   ( a   n   a   t   a ) 」 と い う 発声 の 直後 に は 、 「 が   ( g   a ) 」 や 「 は   ( w   a ) 」 など の 発声 が 続 く 確率 が 高 い 、 など の 制約 で あ る 。 +言語 モデル の 表現 と し て は 、 認識 対象 の 言語 が 大 規模 な 場合 ( パソコン 上 で の 文書 作成 など ) は n ー gram が 良 く 用い られ 、 認識 対象 の 言語 が 人手 で 網羅 出来 る 程度 に 小さ い 場合 ( カーナビ の 音声 操作 など ) は 、 文脈 自由 文法 が 良 く 用い られ る 。 +動的 時間 伸縮 法 +動的 時間 伸縮 法 ( Dynamic   time   warping 、 DTW ) は 初期 の 音声 認識 手法 で あ る が 、 隠れ マルコフモデル に 基づ く 手法 が 一般 化 し た ため 、 使 わ れ な く な っ た 。 +時間 また は 早 さ の 異な る 2 つ の 信号 シーケンス の 間 の 類似 度 を 測 る アルゴリズム で あ る 。 +例えば 、 人間 の 歩行 の パターン は 、 素早 く 歩 い て も 、 ゆっくり 歩 い て も 、 さらに は 歩行 の 画像 を 早送り し て も スロー 再生 し て も 一定 の パターン が 存在 する 。 +DTW   は 音声 だけ で な く 動画 など の 任意 の 時 系列 の データ に 適用 可能 で あ る 。 +音声 認識 に お い て は 、 発声 速度 が どう で あ っ て も 一定 の パターン を 検出 する ため に 使 わ れ て い た 。 +従 っ て 、 比較 の ため の 標準 パターン が 必要 で あ り 、 認識 でき る 語彙 は 限定 さ れ る 。 +隠れ マルコフモデル +音声 信号 は 、 断片 的 あるいは 短 時間 の 定常 信号 と 見 る こと が でき 、 隠れ マルコフモデル ( Hidden   Markov   Model 、 HMM ) が 適用 可能 で あ る 。 +すなわち 、 10 ミリ 秒 程度 の 短 時間 で み た 場合 、 音声 信号 は 近似 的 に 定常 過程 と 見な す こと が でき る 。 +従 っ て 、 音声 を 多く の 確率 過程 の マルコフ 連鎖 と 考え る こと が でき る 。 +また 、 隠れ マルコフモデル に よ る 音声 認識 は 自動 的 に トレーニング さ れ 、 単純 で 計算 量 も それ ほど 多 く な い 。 +音声 認識 に つ い て 考え られ る 最も 簡単 な 設定 で は 、 隠れ マルコフモデル は 10 ミリ 秒 ごと に 例えば 13 次元 程度 の 実数 値 ベクトル を 出力 する だ ろ う 。 +この ベクトル は ケプストラム 係数 から 成 る 。 +ケプストラム 係数 は 短 時間 の 信号 の フーリエ 変換 に コサイン 変換 を 使 っ て 、 その 第 一 ( 最大 ) 係数 を 取り出 し た もの で あ る 。 +隠れ マルコフモデル は 、 それぞれ の 観測 さ れ た ベクトル の 尤度 を 与え る 対角 共 分散 の ガウス 分布 の 混合 と も い う べ き 確率 分布 を 持 つ 傾向 が あ る 。 +各 単語 や 各 音素 は それぞれ 独自 の 出力 分布 を 持 つ 。 +単語 列 あるいは 音素 列 に 関 する 隠れ マルコフモデル は 、 個々 の 単語 や 音素 の 隠れ マルコフモデル を 連結 し た もの と な る 。 +これ ら が 隠れ マルコフモデル を 使用 し た 音声 認識 技術 の 概念 で あ る 。 +音声 認識 システム に は これ 以外 に も 様々 な 技術 を 使用 し て い る 。 +語彙 の 多 い システム で は 、 音素 に つ い て 文脈 依存 性 を 考慮 する 。 +また 、 話者 間 の 違い や 録音 状況 の 違い を 正規 化 する ため に 、 ケプストラム の 正規 化 が 行 わ れ る 。 +他 に も 話者 正規 化 の 試み と し て 、 男女 間 の 正規 化 の ため の 声道 長 正規 化   ( VTLN )   や 、 より 不 特定 多数 の 話者 に 対応 する ため の 最尤 線形 回帰   ( MLLR )   が あ る 。 +実際 と 課題 +音声 認識 システム の 研究 開発 に は コンピュータ が 普及 し だ し た 1970 年代 から 21 世紀 初頭 の 現在 まで 、 長年 に わた っ て 莫大 な 資金 と 優秀 な 人材 が 投入 さ れ て き た が 、 成功 し て 普及 し た もの は ほとんど な く 、 デジタル 技術 に よ っ て 生み出 さ れ た 3 次元 映像 に 代表 さ れ る アニメーション 映画 や 、 動画 、 静止 画 、 音楽 の 記録 と 再生 と い っ た 技術 分野 は 、 その 後 、 大きな 産業 と な っ て い る の と 比べれ ば 大きな 違い が あ る 。 +話者 を 限定 し て 、 「 ディクテーション 」 と 呼 ば れ る 事前 の トレーニング を 行 う 方式 の 音声 認識 システム で は 、 日本 語 で は 理想 的 な 環境 下 で は 80 % の 認識 率 が 達成 でき る と さ れ て い る 。 +それ ら の トレーニング を 積 ま な い 場合 60 % が 限度 で あ る 。 +語彙 を 限定 し て トレーニング を 必要 と し な い システム で は 、 不 特定 多数 の 話者 の 音声 を 認識 でき る が 語彙 が 少な い ため に 利用 範囲 は 限定 さ れ る 。 +  同音 異義 語 が 少な い 欧米 系 の 言語 で は 90 % の 認識 率 が あ る と 評価 さ れ て い る   。 +個人 向け に 市販 さ れ て い る 音声 認識 ソフト で は 、 静か な 部屋 で ユーザー が ヘッド セット を 使 い 、 単語 を 区切 る など の いく つ か の コツ を 知 っ て い れ ば 十分 実用 的 な 認識 率 を 示 す 。 +ただし 屋内 で あ っ て も 背後 で 大声 の 会話 が な さ れ る 環境 や 、 屋外 など の 騒音 の あ る 環境 で は 認識 が 困難 で あ る 。 +また 、 個人 の レベル で 使用 する こと を 想定 し て い る ため 、 対応 する 語彙 が 限 ら れ 業務 用語 は カバー さ れ て い な い 。 +さらに 、 複数 の 話者 に よ る 発声 や 、 音声 認識 向け と 意識 し て い な い 、 例えば インタビュー や 会議 など の 発声 を 認識 する の は 困難 で あ る 。 +企業 向け で は 、 大 規模 語彙 と 複数 の 不 特定 話 者 に 対応 し た 会議 など の 議事 録 作り に 使え る より 高価 な ソフト も 販売 さ れ て お り [ 要 出典 ] 、 カセット テープ や IC レコーダ の 聞 き 起こし に 比べ 効率 的 に 作業 を 行 う こと が でき る 。 +性能 +音声 認識 システム の 性能 は 一般 に 正確 度 と 速度 で 表 さ れ る 。 +正確 度 は 単語 誤り率   ( word   error   rate ,   WER )   で 表 さ れ 、 速度 は 実 時間 係数   ( real   time   factor ,   RTF ) で 表 さ れ る 。 +研究 中 の 技術 +MFT +話者 の 音声 の 特徴 量 が 雑音 や 特徴 分離 処理 に よ っ て 歪 む と 音響 モデル と の 差 が 開 い て 誤 認識 の 元 と な る 。 +得 られ た 音声 の 特徴 量 に 歪み や 雑音 が どの 程度 含 ま れ て い る か を 推定 し 時間 軸 と 周波 数 軸 に 対 し て 信頼 度 を マップ と し て 持 た せ て 、 低 信頼 度 の 特徴 量 に は マスク を かけ たり 、 失 わ れ た 音声 を 復元 する 処理 に 活用 する の が ミッシング ・ フィチャー 理論 ( Missing   feature   the ory )   で あ る 。 +GSS +GSS ( Geometric   source   separation ) は 複数 の 音源 を 分離 する 技術 で あ り 、 音源 間 に 相関 が 無 けれ ば 複数 の マイク から の 入力 情報 に よ っ て 比較 的 簡単 に 音源 分離 と その 位置 情報 ( 音源 定位 ) が 得 られ る 。 +これ を MFT の 雑音 情報 と し て 信頼 度 マップ に 反映 さ せれ ば 、 騒音 下 や 同時 発話 の 状況 で も それ ほど 認識 率 を 落と さ ず に 済 む 。 +実用 例 +Windows に おけ る 利用 +Windows   Vista と Windows   7 で は 音声 認識 機能 が 搭載 さ れ て お り 、 この 機能 を 使用 し て 、 キーボード 入力 なし に チャット を する など の 操作 が 可能 と な っ て い る 。 +音声 認識 機能 で パソコン を 操作 する と い っ た 利用 方法 は これ まで に も あ っ た が 、 日本 語 の 認識 率 を 向上 さ せ て い る ほか 、 マウス や キーボード で 行 う Windows の 操作 が 音声 で 操作 でき る よう に な っ て い る 。 +企業 ・ 団体 に おけ る 利用 +企業 、 病院 、 自治 体 で は 、 2005 ー 6 年 頃 から 次第 に 次 の よう な 実用 システム の 導入 が 活発 化 し て き て い る 。 +医師 向け 電子 カルテ 入力 システム +自治 体 向け 議事 録 作成 支援 システム +コール センター 向け オペレータ 支援 ・ 通話 内容 分析 システム +学校 向け 語学 学習 アプリケーション で の 発音 評価 システム +その 他 の 利用 例 +携帯 端末 ( iPhone など ) へ の メール 文章 入力 +同時 通訳 型 の 機械 翻訳 、 自動 通訳 +パソコン 上 で の 文書 作成 ( 口述 筆記 の 自動 化 ) +音声 指示 に よ る 機械 操作 ( カーナビ 、 電子 カルテ 等 の ハンズフリー コンピューティング ) +指示 を 聞き 分け る ペット ロボット ( ロボット 工学 へ の 応用 ) +音声 対話 受付 案内 システム ( 自動 音声 応答 装置 ) +裁判 員 制度 で の 評議 に おけ る 証言 内容 など の 確認 ( 映像 と 文字 の 連動 ) +音声 Web アプリケーション   w3voice   Laboratory   ( 音声 認識 や 対話 を 体験 でき る Web サイト ) +その 他 の 応用 例 +「 感性 制御 技術 」 ( Sensibility   Technology=ST ) など と 組み合わせ る こと に よ り 、 例えば 「 ごめん なさ い 」 も 口先 だけ で 軽 く 言 っ た 「 ごめん なさ い 」 も 同じ 「 ごめん なさ い 」 で しか な い が 、 早口 で 軽 い トーン の 「 ごめん なさ い 」 は 、 バカ に し て い る と 判断 し て 怒 っ た 態度 で 接 し たり 、 ゆっくり 丁寧 に 発音 さ れ た 「 ごめん なさ い 」 は 、 心 から の 謝辞 だ と 理解 し て 許 し たり する こと が 可能 と な る 。 +音声 合成 ( おんせい ごう せい 、 Speech   syn the sis ) と は 、 人間 の 音声 を 人工 的 に 作り出 す こと で あ る 。 +これ を 行 う システム を スピーチ ・ シンセサイザー ( Speech   syn the sizer ) 、 これ に よ り 生成 し た 音声 を 合成 音声 ( ごうせい おんせい ) と 呼 ぶ 。 +人工 的 に 人 の 声 を 合成 する システム で あ り 、 テキスト ( 文章 ) を 音声 に 変換 でき る こと から 、 しばしば テキスト 読み上げ ( text ー toー speech 、 略 し て TTS ) システム と も 呼 ば れ る 。 +また 、 発音 記号 を 音声 に 変換 する システム も あ る 。 +目次 +1   歴史 +2   実用 例 +2 . 1   テキスト 読み上げ システム +2 . 2   オペレーティング システム で の 音声 合成 +2 . 3   インターネット で の 音声 合成 +3   合成 技術 +3 . 1   連結 的 合成 +3 . 2   フォルマント 合成 ( 合成 音声 ) +3 . 3   その 他 の 合成 手法 +4   日本 語 音声 合成 ソフトウェア +5   英語 音声 合成 ソフトウェア +6   音声 合成 の 技術 を 採用 し て い る 主な 製品 +7   関連 項目 +8   脚注 +9   注記 +10   外部 リンク +歴史 +現代 的 な 電子 信号 処理 が 発明 さ れ る ずっと 以前 から 、 音声 を 合成 する 試み が な さ れ て き た 。 +初期 の 試み と し て は 、 のち に 教皇 シルウェステル 2 世 と な る オーリヤック の ジェル ベール ( 100 3 年 没 ) 、 アルベルトゥス ・ マグヌス ( 1280 年 没 ) 、 ロジャー ・ ベーコン ( 1294 年 没 ) など の 人物 が 音声 合成 を 試み て い る 。 +1779 年 に は ドイツ 人 クリスティアン ・ クラッツェンシュタイン は 母音   ( a ,   e ,   i ,   o ,   u )   を 発声 でき る 機械 を 製作 し た 。 +この 流れ は ふいご を 使 っ た 機械 式 音声 合成 器 を 作 っ た オーストリア ( ハンガリー ) の ヴォルフガング ・ フォン ・ ケンペレン に 引き継 が れ た 。 +彼 は 1791 年 に 論文 を 発表 し 、 その 機械 に つ い て 説明 し て い る 。 +この 機械 は 舌 と 唇 を モデル 化 し て お り 、 母音 だけ で な く 子音 も 発音 でき た 。 +1837 年 、 チャールズ ・ ホイート ストン は フォン ・ ケンペレン の デザイン を 元 に しゃべ る 機械 を 製作 し 、 1857 年 、 M .  Faber は Euphonia を 製作 し た 。 +ホイート ストン の 機械 は 1923 年 Paget に よ っ て 再現 さ れ て い る 。 +1930 年代 、 ベル 研究 所 の ホーマー ・ ダドリー ( Homer   Dudley ) は 通信 用 の 電子 式 音声 分析 ・ 音声 合成 マシン で あ る ヴォ コーダー   ( Vocoder 、 Voice   Coder の 略 )   を 開発 し た 。 +その 後 これ を 応用 し 、 音声 合成 部 に キーボード を 付加 し た 鍵盤 演奏 型 の スピーチ ・ シンセサイザー で あ る ヴォーダー ( voder ) を 製作 し 、 ニューヨーク 万国 博覧 会   ( 1939 年 ) に 出展 し た 。 +その 発声 は 十分 理解 可能 だっ た と 言 わ れ る 。 +1940 年代 、 ハスキンズ 研究 所 ( Haskins   Laboratories ) の フランクリン ・ S ・ クーパー ( Franklin   S .   Cooper ) ら は Pattern   playback と い う 名 の 機械 の 開発 に 取り組 み 、 1950 年 に 完成 し た 。 +この 機械 に は いく つ か の バージョン が あ る が 、 実際 に 機能 し た の は 一 つ だけ で あ る 。 +この 機械 は 、 スペクトル 形式 の 音声 パターン の 図 を 音 に 変換 する もの で あ っ た 。 +アルヴィン ・ リバーマン ( Alvin   Liberman ) ら は これ を 音声 学 の 研究 に 利用 し た 。 +最初 の コンピュータ を 使 っ た 音声 合成 システム は 1950 年代 終盤 に 開発 さ れ 、 最初 の テキスト 読み上げ システム は 1968 年 に 開発 さ れ て い る 。 +1961 年 、 物理 学 者 John   Larry   Kelly ,   Jr . と Louis   Gerstmen は ベル 研究 所 に て IBM   70 4 を 使 っ て 音声 合成 を 行 っ た 。 +そして 『 デイジー ・ ベル 』 と い う 歌 を コンピュータ に 歌 わ せ た 。 +友人 の ジョン ・ ピアース を 訪ね て ベル 研究 所 に 来 て い た アーサー ・ C ・ クラーク は 、 この デモ を 聴 い て 感銘 を 受け 、 『 2001 年 宇宙 の 旅 』 で HAL   9000 が 歌 う クライマックス シーン が 生まれ た 。 +初期 の 電子 式 スピーチ ・ シンセサイザー の 発声 は 、 ロボット 的 で あまり 明瞭 で は な い もの が 多 かっ た 。 +その 後 の 発達 に よ り 、 今日 の TTS システム は むしろ 人間 の 声 と 区別 が 付 か な い 場合 が 少な く な い 。 +( ただし 電子 式 の 成功 後 も 、 人間 型 ロボット に 発声 さ せ る ため 、 機械 式 音声 合成 の 研究 は 続け られ た 。 +電子 式 で は スピーカー の 音質 に 制限 さ れ る が 、 ロボット で 人間 の 体 の 構造 を 模倣 し た 機械 式 音声 合成 なら 、 もっと 人間 に 近 い 発声 に な る と 考え られ て い た から で あ る ) 。 +実用 例 +音声 合成 技術 は 文字 を 読 む こと が 困難 な 障害 者 や 、 文字 が 読め な い 人 ( 幼児 、 外国 人 など ) に 画面 読み上げ ソフト ( スクリーン リーダー ) と し て 長 く 利用 さ れ て き て お り 、 言葉 を 発 する こと が 困難 な 人 が 代替 手段 と し て 利用 する こと も 多 い 。 +また 、 2000 年 頃 から 家電 製品 の 音声 ガイダンス や 、 公共 交通 機関 や 防災 関係 の アナウンス 用途 と し て 音声 合成 さ れ た もの が 広 く 使用 さ れ る よう に な っ て い る 。 +これ は 、 人間 が 発声 し た もの を 録音 する と 、 台詞 の 変更 の 度 に その 部分 を 録音 を し直 さ な けれ ば な ら な い が 、 音声 合成 で あ れ ば データ の 作成 で 済 む ため で あ る 。 +実際 に 、 鉄道 用 アナウンス で は 、 駅 が 追加 さ れ たり 名称 変更 が あ っ て も 、 その 箇所 のみ が 変更 さ れ て い る 。 +また 、 最近 で は 個人 向け の ソフトウェア など に も 活用 さ れ て き て い る 。 +テキスト 読み上げ システム +テキスト 読み上げ システム は 、 フロント エンド と バックエンド の ふた つ の 部分 から な る 。 +一般 に 、 フロント エンド は 入力 し た テキスト から 記号 化 言語 表現   ( symbolic   linguistic   representation )   を 出力 する 。 +バックエンド は フロント エンド で 合成 さ れ た 音声 の 波形 を 出力 する 。 +音声 合成 の 自然 さ は 、 出力 さ れ る 音声 が いかに 現実 の 人間 の 音声 に 似 て い る か 、 明瞭 度 は 聴 き やす さ ( 出力 音声 の 理解 し やす さ ) で 評価 さ れ る 。 +フロント エンド +フロント エンド に は ふた つ の 大きな 仕事 が あ る 。 +ひと つ は テキスト の 中 の 数字 や 省略 表現 を 読み上げ る とき の 表現 に 変換 する こと で あ る 。 +これ は 、 「 テキスト の 正規 化 」 、 「 プリプロセッシング 」 、 「 トークン 化 」 など と 呼 ば れ る 。 +もう ひと つ は 各 単語 を 発音 記号 に 変換 し 、 テキスト を 熟語 や 文節 、 文 など の 韻律 単位 に 分割 する こと で あ る 。 +単語 に 発音 記号 を 割り当て る 処理 を テキスト 音素 ( text ー to ーphoneme 、 略 し て TTP ) 変換 また は 書記 素 音素 ( grapheme ー to ーphoneme 、 略 し て GTP ) 変換 と 呼 ぶ 。 +発音 記号 と 韻律 情報 を 組み合わせ て 記号 化 言語 表現 を 作成 し 、 フロント エンド の 出力 と する 。 +訳注 +この 部分 は 言語 に よ っ て かなり 違い が あ る 。 +日本 語 の 場合 、 わか ち 書き を し な い 為 、 文章 を 正確 に 処理 する ため に は 単語 を 分割 する 作業 が 必要 と な る 。 +バックエンド +フロント エンド の 出力 結果 を 元 に 、 より 自然 な 音声 に する ため 韻律 など の 音声 の 調整 を 行 い 、 実際 の 音声 データ を 出力 する 。 +この 処理 に て 音声 の 性質 が 決定 さ れ る ため 、 音声 合成 ソフト 独自 色 が 出 る こと が 多 い 。 +また 、 一般 的 に 「 話 言葉 」 を 目指 す 物 が 多 い が 、 歌声 の 様 な 調整 を 行な う 音声 合成 ソフト も あ る 。 +オペレーティング システム で の 音声 合成 +アップル +1984 年 、 アップル コンピュータ に MacInTalk 機能 を 搭載 し た 。 +その 後 も 新し い OS バージョン で は 音質 が 改善 さ れ て い る 。 +また 、 音声 認識 も 導入 し て お り 、 これ ら の 機能 を 統合 し た PlainTalk は 視覚 障害 者 の ため の サポート プログラム で あ っ た 。 +Mac   OS   X   v 10 . 4 以降 に は VoiceOver と い う 音声 合成 機能 に な っ て い る 。 +AmigaOS +1985 年 の AmigaOS で も 音声 合成 機能 が 組み込 ま れ て い た 。 +男性 と 女性 の 声 を 選択 でき る 。 +AmigaOS で は 音声 合成 を 仮想 デバイス と し て い た ため 、 コンソール 出力 を 音声 合成 に リダイレクト する こと も 可能 で あ っ た 。 +この ため 、 ワープロ ソフト など 各種 アプリケーション で 容易 に 音声 合成 を 利用 可能 で あ っ た 。 +Micros oft   Windows +Windows で は 、 SAPI と い う 音声 関係 の API を 用意 し て い る 。 +Windows   XP で は Narrator と い う 音声 合成 プログラム が 追加 さ れ て い る ( 英語 版 ) 。 +コール センター など で の 音声 認識 と 音声 合成 の パッケージ と し て Micros oft   Speech   Server が 用意 さ れ て い る 。 +その 他 +TI ー 99 / 4 A に は 音声 合成 機能 を オプション で 追加 可能 で あ っ た 。 +PC ー 6001 mkII に は 音声 合成 機能 が 内蔵 さ れ て い た 。 +後継 の PC ー 6001 mkIISR や PC ー 660 1 で は 歌 う こと も 可能 で あ っ た 。 +FM ー 7 / FM ー 77 シリーズ に は 音声 合成 ボード   ( MB 224 37 / FM ー 77 ー 4 3 1 )   が オプション と し て 用意 さ れ て い る 。 +MZ ー 1500 / 2500 / 286 1 に は オプション と し て ボイス ボード ( MZ ー 1 M 0 8 ) が 存在 する 。 +英語 で の 数字 など の 音声 を チップ に 。 +五十 音 と 、 いく つ か の フレーズ を 外部 チップ に サンプリング さ れ ROM と し て 焼きこ ま れ て お り 、 制御 に よ っ て 再生 する もの で あ る 。 +インターネット で の 音声 合成 +音声 合成 マーク アップ 言語 +テキスト を 音声 に 変換 する ため の XML 準拠 の マーク アップ 言語 が いく つ か あ る 。 +最近 で は SSML が W3 C から 提案 さ れ ドラフト 状態 で あ る 。 +他 に も SABLE 、 JSML など が あ る 。 +Cascading   Style   Sheets   2 の サブセット は Aural   Cascading   Style   Sheets を 含 ん で い る 。 +音声 合成 マーク アップ 言語 は Voice XML の よう な ダイアログ ・ マーク アップ 言語 と は 異な る 。 +ダイアログ ・ マーク アップ 言語 は テキスト 読み上げ だけ で な く 、 音声 認識 など に も 対応 し て い る 。 +合成 技術 +音声 波形 を 生成 する 主要 技術 は 、 大き く 連結 的 合成   ( concatenative   syn the sis )   と フォルマント 合成   ( formant   syn the sis )   の 2 つ に 分け る 事 が でき る 。 +連結 的 合成 +連結 的 合成 は 、 基本 的 に は 録音 さ れ た 音声 の 断片 を 連結 し て 合成 する 方法 で あ る 。 +一般 に 連結 的 合成 は 最も 自然 な 合成 音声 に な る と い わ れ て い る が 、 発声 の バリエーション と 波形 の 断片 化 の 細か さ に よ っ て は 出力 音声 に 欠損 が 生 じ 、 自然 さ を 損な う こと が あ る 。 +連結 的 合成 に は 以下 に あげ る 三 種類 が あ る 。 +単位 選択 合成   ( Unit   selection   syn the sis )   +別名 と し て コーパス ベース 音声 合成 方式 と も 呼 ば れ る 。 +大きな 音声 の データベース ( 通常 一 時間 以上 の 録音 さ れ た 音声 から 成 る ) を 使用 する 。 +データベース を 作成 する 為 に は 、 録音 する 音声 を 「 音 」 、 「 音節 」 、 「 形態 素 」 、 「 単語 」 、 「 成句 」 、 「 文節 」 など に 分割 し 、 それ ら を 人 の 手 に よ っ て 検索 でき る よう に インデックス を 調整 し て 作成 する 。 +音声 合成 を 行 う 際 に は 、 アルゴリズム に 従 っ て 最も 適 し た 音 の 組み合わせ を データベース から 探し出 し て 合成 する 。 +これ に よ り 極めて 肉声 に 近 い 自然 な 音声 に 合成 する こと が 可能 と な る 。 +しかし 、 より 自然 に 聞こえ る 音声 を 合成 する に は データベース の 情報 量 を 増や す 必要 が あ り 、 データ サイズ が 膨大 と な る 問題 も 発生 する 。 +Diphone 合成   ( Diphone   syn the sis ) +音声 ライブラリ に ターゲット と する 言語 の Diphone ( 音 と 音 の つながり 部分 ) を 全て 持ち 、 それ を 使用 し て 合成 する 。 +Diphone の 個数 は その 言語 の 音素 配列 論 で 決ま っ て い る 。 +( スペイン 語 なら 800 、 ドイツ 語 なら 2500 の Diphone を 持 つ 。 +) Diphone 合成 で は 、 各 Diphone の 音声 が ひと つ だけ データベース に 格納 さ れ て い る 。 +実行 時 に は Diphone を 並べ た もの に 線形 予測 分析 法 ( PSOLA 、 MBROLA など ) の よう な デジタル 信号 処理 技法 を 施 し て 韻律 を 作 る 。 +できあが っ た 音声 は 単位 選択 合成 に 比較 する と 音質 が 劣 る が 、 フォルマント 合成 より は 自然 な 音質 に な る 。 +しかし 、 Diphone 合成 は 結合 部 の 欠陥 が 目立 ち 、 フォルマント 合成 の よう な ロボット 的 な 発生 に な っ て しま う 問題 が あ る 。 +その ため 商用 で は 徐々 に 利用 が 減 っ て い る が 、 フリー ソフトウェア や 研究 用 と し て は 使 わ れ 続け て い る 。 +分野 限定 合成   ( Doma inー specific   syn the sis ) +録音 さ れ た 単語 や 文節 を 連結 し て 音声 を 合成 する 。 +これ は 特定 分野 の テキスト 読み上げ に 使 わ れ る 。 +例えば 乗り換え 案内 の 放送 や 天気 予報 など で あ る 。 +これ は 実装 が 簡単 な の で 商用 に も 長年 使 わ れ て き た 。 +例えば 、 しゃべ る 時計 や 電卓 など で あ る 。 +この 方式 は 分野 を 限定 し て い る の で 自然 に 聞こえ る 音声 を 合成 する の が 簡単 で あ る 。 +しかし 、 汎用 で は な い の で 、 利用 は 限定 さ れ る 。 +内部 の データベース に あ る 単語 や 文節 しか 話せ な い ため 、 内容 が 登録 さ れ て い る 音声 に よ っ て 限定 さ れ る 。 +また 、 例えば フランス 語 の リエゾン など 、 前後 の 単語 と の 関係 で 発音 が 変わ る 場合 を 再現 する の が 難し い 。 +この 場合 、 文脈 を 考慮 し て 合成 する 必要 が あ る 。 +フォルマント 合成 ( 合成 音声 ) +フォルマント 合成 は 録音 さ れ た 人間 の 音声 は 使用 せ ず 、 基底 周波 数 、 音色 、 雑音 レベル など の パラメータ を 調整 し て 波形 を 作 り 、 人工 的 な 音声 を 作 る 。 +合成 さ れ た 音声 は ロボット 的 に 聞こえ る 音声 に な る ため 、 人間 の 音声 と 間違え る こと は な い 。 +フォルマント 合成 は 連結 的 合成 と 比べ 次 の 様 な 特徴 も 持 っ て い る 。 +音 の 欠損 が な い の で 、 高速 に 発声 さ せ て も 明瞭 に 聞き取れ る 。 +この ため 高速 さ を 要求 さ れ る テキスト 読み上げ に は よく 使 わ れ て い る 。 +連結 的 合成 の よう な 音声 データベース を 必要 と し な い の で 、 データ の サイズ が 小さ く な る 。 +出力 音声 を 容易 に 変化 さ せ る こと が でき る の で 、 イントネーション や 音色 を 自由 に 変え る こと が 出来 る 。 +上記 の 様 な 特徴 の ため 、 組み込 み システム で も よく 使 わ れ 、 フォルマント 合成 の 例 と し て 、 1970 年代 末 に テキサス ・ インスツルメンツ が 発売 し た 玩具 Speak   &   Spell 、 セガ の 1980 年代 の いく つ か の アーケード ゲーム が あ る ( Astro   Blaster 、 Space   Fury 、 Star   Trek :   Strategic   Operations   Simulator など ) 。 +これ ら の イントネーション の 再現 は 非常 に よ く 、 リアル タイム の テキスト 読み上げ インタフェース で の 実現 は これ から で あ る 。 +その 他 の 合成 手法 +Articulatory   syn the sis +最近 まで 純粋 に 学術 的 研究 と し て 使 わ れ て き た 手法 で あ る 。 +それ は 人間 の 声道 部分 の 構造 を 研究 し て そこ で 起こ っ て い る こと を 人工 的 に 再現 する もの で あ る 。 +最近 に な っ て その 成果 が 商用 の 音声 合成 で も 使え る レベル に な っ て き た 。 +NeXT で 使 わ れ て い た システム は カナダ の カルガリー 大学 の 研究 チーム が スピンオフ し て 作 っ た Trillium   Sound   Research   Inc . が 開発 し た もの で あ る 。 +Trillium は これ を フリー な gnuspeech と し て 公開 し て お り 、 GNU   savannah   site で 入手 可能 で あ る 。 +Hybrid   syn the sis +フォルマント と 連結 的 合成 を 組み合わせ た もの で 、 音 の 欠損 を なるべく 少な く し た もの で あ る 。 +HMM ーbased   syn the sis +隠れ マルコフモデル ( HMM ) に 基づ い た 合成 で あ る 。 +この システム で は 、 周波 数 スペクトル 、 基本 周波 数 、 持続 時間 ( 韻律 ) が HMM に よ っ て 同時 に モデル 化 さ れ る 。 +音声 波形 は HMM 自体 が 最尤 法 に 基づ い て 生成 する 。 +Sinewave   syn the sis +フォルマント を 純粋 な 正弦 波 の 合成 に よ っ て 構成 する 技法 で あ る 。 diff --git a/data/wiki-ja-train.word_pos b/data/wiki-ja-train.word_pos new file mode 100644 index 0000000..59f82e3 --- /dev/null +++ b/data/wiki-ja-train.word_pos @@ -0,0 +1,818 @@ +自然_名詞 言語_名詞 処理_名詞 (_補助記号 しぜん_名詞 げんご_名詞 しょり_名詞 、_補助記号 英語_名詞 :_補助記号  _補助記号 natural_名詞  _補助記号 language_名詞  _補助記号 processing_英単語 、_補助記号 略称_名詞 :_補助記号 NLP_名詞 )_補助記号 は_助詞 、_補助記号 人間_名詞 が_助詞 日常_名詞 的_接尾辞 に_助動詞 使_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 自然_名詞 言語_名詞 を_助詞 コンピュータ_名詞 に_助詞 処理_名詞 さ_動詞 せ_助動詞 る_語尾 一連_名詞 の_助詞 技術_名詞 で_助動詞 あ_動詞 り_語尾 、_補助記号 人工_名詞 知能_名詞 と_助詞 言語_名詞 学_接尾辞 の_助詞 一_名詞 分野_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +「_補助記号 計算_名詞 言語_名詞 学_接尾辞 」_補助記号 (_補助記号 computational_名詞  _補助記号 linguistics_名詞 )_補助記号 も_助詞 同じ_連体詞 意味_名詞 で_助動詞 あ_動詞 る_語尾 が_助詞 、_補助記号 前者_名詞 は_助詞 工学_名詞 的_接尾辞 な_助動詞 視点_名詞 から_助詞 の_助詞 言語_名詞 処理_名詞 を_助詞 さ_動詞 す_語尾 の_助詞 に_助詞 対_動詞 し_語尾 て_助詞 、_補助記号 後者_名詞 は_助詞 言語_名詞 学_接尾辞 的_接尾辞 視点_名詞 を_助詞 重視_名詞 する_動詞 手法_名詞 を_助詞 さ_動詞 す_語尾 事_名詞 が_助詞 多_形容詞 い_語尾 。_補助記号 +データベース_名詞 内_接尾辞 の_助詞 情報_名詞 を_助詞 自然_副詞 言語_名詞 に_助詞 変換_名詞 し_動詞 たり_助詞 、_補助記号 自然_名詞 言語_名詞 の_助詞 文章_名詞 を_助詞 より_副詞 形式_名詞 的_接尾辞 な_助動詞 (_補助記号 コンピュータ_名詞 が_助詞 理解_名詞 し_動詞 やす_形容詞 い_語尾 )_補助記号 表現_名詞 に_助詞 変換_名詞 する_動詞 と_助詞 い_動詞 っ_語尾 た_助動詞 処理_名詞 が_助詞 含_動詞 ま_語尾 れ_助動詞 る_語尾 。_補助記号 +自然_名詞 言語_名詞 の_助詞 理解_名詞 を_助詞 コンピュータ_名詞 に_助詞 さ_動詞 せ_助動詞 る_語尾 こと_名詞 は_助詞 、_補助記号 自然_名詞 言語_名詞 理解_名詞 と_助詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +自然_名詞 言語_名詞 理解_名詞 と_助詞 、_補助記号 自然_名詞 言語_名詞 処理_名詞 の_助詞 差_名詞 は_助詞 、_補助記号 意味_名詞 を_助詞 扱_動詞 う_語尾 か_助詞 、_補助記号 扱_動詞 わ_語尾 な_助動詞 い_語尾 か_助詞 と_助詞 い_動詞 う_語尾 説_名詞 も_助詞 あ_動詞 っ_語尾 た_助動詞 が_助詞 、_補助記号 最近_名詞 は_助詞 数理_名詞 的_接尾辞 な_助動詞 言語_名詞 解析_名詞 手法_名詞 (_補助記号 統計_名詞 や_助詞 確率_名詞 など_助詞 )_補助記号 が_助詞 広め_動詞 られ_助動詞 た_助動詞 為_名詞 、_補助記号 パーサ_名詞 (_補助記号 統語_名詞 解析_名詞 器_接尾辞 )_補助記号 など_助詞 が_助詞 一段_名詞 と_助詞 精度_名詞 や_助詞 速度_名詞 が_助詞 上が_動詞 り_語尾 、_補助記号 その_連体詞 意味_名詞 合い_接尾辞 は_助詞 違_動詞 っ_語尾 て_助詞 き_動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +もともと_副詞 自然_名詞 言語_名詞 の_助詞 意味_名詞 論_名詞 的_接尾辞 側面_名詞 を_助詞 全く_副詞 無視_名詞 し_動詞 て_助詞 達成_名詞 でき_動詞 る_語尾 こと_名詞 は_助詞 非常_形状詞 に_助動詞 限_動詞 ら_語尾 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +この_連体詞 ため_名詞 、_補助記号 自然_名詞 言語_名詞 処理_名詞 に_助詞 は_助詞 形態_名詞 素_接尾辞 解析_名詞 と_助詞 構文_名詞 解析_名詞 、_補助記号 文脈_名詞 解析_名詞 、_補助記号 意味_名詞 解析_名詞 など_助詞 を_助詞 Syntax_名詞 など_助詞 表層_名詞 的_接尾辞 な_助動詞 観点_名詞 から_助詞 解析_名詞 を_助詞 する_動詞 学問_名詞 で_助動詞 あ_動詞 る_語尾 が_助詞 、_補助記号 自然_名詞 言語_名詞 理解_名詞 は_助詞 、_補助記号 意味_名詞 を_助詞 どの_連体詞 よう_形状詞 に_助動詞 理解_名詞 する_動詞 か_助詞 と_助詞 い_動詞 う_語尾 個々_名詞 人_接尾辞 の_助詞 理解_名詞 と_助詞 推論_名詞 部分_名詞 が_助詞 主な_連体詞 研究_名詞 の_助詞 課題_名詞 に_助詞 な_動詞 っ_語尾 て_助詞 き_動詞 て_助詞 お_動詞 り_語尾 、_補助記号 両者_名詞 の_助詞 境界_名詞 は_助詞 意思_名詞 や_助詞 意図_名詞 が_助詞 含_動詞 ま_語尾 れ_助動詞 る_語尾 か_助詞 どう_副詞 か_助詞 に_助詞 な_動詞 っ_語尾 て_助詞 き_動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +目次_名詞 +1_名詞  _補助記号 基礎_名詞 技術_名詞 +2_名詞  _補助記号 処理_名詞 内容_名詞 と_助詞 その_連体詞 限界_名詞 +3_名詞  _補助記号 具体_名詞 的_接尾辞 な_助動詞 課題_名詞 +4_名詞  _補助記号 統計_名詞 的_接尾辞 自然_名詞 言語_名詞 処理_名詞 +5_名詞  _補助記号 自然_名詞 言語_名詞 処理_名詞 の_助詞 主な_連体詞 応用_名詞 +6_名詞  _補助記号 脚注_名詞 +7_名詞  _補助記号 関連_名詞 項目_名詞 +8_名詞  _補助記号 外部_名詞 リンク_名詞 +基礎_名詞 技術_名詞 +自然_名詞 言語_名詞 処理_名詞 の_助詞 基礎_名詞 技術_名詞 に_助詞 は_助詞 さまざま_形状詞 な_助動詞 もの_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +自然_名詞 言語_名詞 処理_名詞 は_助詞 その_連体詞 性格_名詞 上_接尾辞 、_補助記号 扱_動詞 う_語尾 言語_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 大き_形容詞 く_語尾 処理_名詞 の_助詞 異な_動詞 る_語尾 部分_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +現在_名詞 の_助詞 ところ_名詞 、_補助記号 日本_名詞 語_名詞 を_助詞 処理_名詞 する_動詞 基礎_名詞 技術_名詞 と_助詞 し_動詞 て_助詞 は_助詞 以下_名詞 の_助詞 もの_名詞 が_助詞 主に_副詞 研究_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +形態_名詞 素_接尾辞 解析_名詞 +構文_名詞 解析_名詞 +語義_名詞 の_助詞 曖昧_名詞 性_接尾辞 解消_名詞 +照応_名詞 解析_名詞 +処理_名詞 内容_名詞 と_助詞 その_連体詞 限界_名詞 +理論_名詞 上_接尾辞 、_補助記号 自然_名詞 言語_名詞 処理_名詞 は_助詞 マンマシン_名詞 インタフェース_名詞 の_助詞 手法_名詞 と_助詞 し_動詞 て_助詞 非常_形状詞 に_助動詞 魅力_名詞 的_接尾辞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +SHRDLU_名詞 など_助詞 の_助詞 初期_名詞 の_助詞 システム_名詞 は_助詞 世界_名詞 を_助詞 限定_名詞 する_動詞 こと_名詞 で_助詞 非常_形状詞 に_助動詞 うま_形容詞 く_語尾 い_動詞 っ_語尾 た_助動詞 ため_名詞 、_補助記号 自然_名詞 言語_名詞 処理_名詞 は_助詞 簡単_形状詞 だ_助動詞 と_助詞 い_動詞 う_語尾 行_動詞 き_語尾 過ぎ_動詞 た_助動詞 楽観_名詞 主義_名詞 に_助詞 陥_動詞 っ_語尾 た_助動詞 が_助詞 、_補助記号 より_副詞 現実_名詞 的_接尾辞 な_助動詞 世界_名詞 で_助詞 は_助詞 曖昧_名詞 さ_接尾辞 や_助詞 複雑_名詞 さ_接尾辞 が_助詞 増大_名詞 し_動詞 、_補助記号 楽観_名詞 的_接尾辞 な_助動詞 見_動詞 方_接尾辞 は_助詞 なくな_動詞 っ_語尾 て_助詞 い_動詞 っ_語尾 た_助動詞 。_補助記号 +自然_名詞 言語_名詞 理解_名詞 は_助詞 、_補助記号 AI_名詞 完全_形状詞 問題_名詞 と_助詞 言_動詞 わ_語尾 れ_助動詞 る_語尾 こと_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +なぜ_副詞 なら_助動詞 、_補助記号 自然_名詞 言語_名詞 理解_名詞 に_助詞 は_助詞 世界_名詞 全体_名詞 に_助詞 つ_動詞 い_語尾 て_助詞 の_助詞 知識_名詞 と_助詞 それ_代名詞 を_助詞 操作_名詞 する_動詞 能力_名詞 が_助詞 必要_名詞 と_助詞 思_動詞 わ_語尾 れ_助動詞 る_語尾 ため_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +「_補助記号 理解_名詞 ;_補助記号  _補助記号 understand_英単語 ing_名詞 」_補助記号 の_助詞 定義_名詞 は_助詞 、_補助記号 自然_名詞 言語_名詞 処理_名詞 の_助詞 大きな_連体詞 課題_名詞 の_助詞 ひと_名詞 つ_接尾辞 で_助詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +具体_名詞 的_接尾辞 な_助動詞 課題_名詞 +自然_名詞 言語_名詞 処理_名詞 (_補助記号 理解_名詞 )_補助記号 に_助詞 おけ_動詞 る_助動詞 課題_名詞 を_助詞 いく_名詞 つ_接尾辞 か_助詞 の_助詞 例_名詞 を_助詞 用い_動詞 て_助詞 示_動詞 す_語尾 。_補助記号 +次_名詞 の_助詞 2_名詞 つ_接尾辞 の_助詞 文_名詞 、_補助記号 +We_名詞  _補助記号 gave_名詞  _補助記号 the_名詞  _補助記号 monkeys_名詞  _補助記号 the_名詞  _補助記号 bananas_名詞  _補助記号 because_名詞  _補助記号 they_名詞  _補助記号 were_名詞  _補助記号 hungry_名詞 ._補助記号 (_補助記号 猿_名詞 が_助詞 腹_名詞 を_助詞 空_動詞 か_語尾 せ_助動詞 て_助詞 い_動詞 た_助動詞 の_助詞 で_助動詞 、_補助記号 バナナ_名詞 を_助詞 与え_動詞 た_助動詞 。_補助記号 +)_補助記号 +We_名詞  _補助記号 gave_名詞  _補助記号 the_名詞  _補助記号 monkeys_名詞  _補助記号 the_名詞  _補助記号 bananas_名詞  _補助記号 because_名詞  _補助記号 they_名詞  _補助記号 were_名詞  _補助記号 over_名詞 ーripe_補助記号 ._補助記号 (_補助記号 バナナ_名詞 は_助詞 熟れ_動詞 過ぎ_動詞 て_助詞 い_動詞 た_助動詞 の_助詞 で_助動詞 、_補助記号 猿_名詞 に_助詞 与え_動詞 た_助動詞 。_補助記号 +)_補助記号 +は_助詞 表面_名詞 的_接尾辞 な_助動詞 文法_名詞 構造_名詞 は_助詞 同じ_形状詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +しかし_接続詞 、_補助記号 the_名詞 y_記号  _補助記号 が_助詞 指_動詞 す_語尾 もの_名詞 は_助詞 異な_動詞 っ_語尾 て_助詞 い_動詞 て_助詞 、_補助記号 前者_名詞 で_助詞 は_助詞 猿_動詞 、_補助記号 後者_名詞 で_助詞 は_助詞 バナナ_名詞 と_助詞 な_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 。_補助記号 +この_連体詞 例文_名詞 の_助詞 場合_名詞 、_補助記号 they_名詞 の_助詞 指_名詞 す_語尾 内容_名詞 は_助詞 英語_名詞 の_助詞 文型_名詞 の_助詞 性質_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 決定_名詞 する_動詞 こと_名詞 が_助詞 でき_動詞 る_語尾 。_補助記号 +すなわち_接続詞 、_補助記号 「_補助記号 the_名詞 y_記号 (_補助記号 主語_名詞 )_補助記号 =_補助記号  _補助記号 hungry_名詞 (_補助記号 補語_名詞 )_補助記号 」_補助記号 の_助詞 関係_名詞 が_助詞 成り立_動詞 ち_語尾 、_補助記号 補語_名詞 に_助詞 は_助詞 主語_名詞 の_助詞 性質_名詞 を_助詞 示_動詞 す_語尾 もの_名詞 が_助詞 くる_動詞 の_助詞 で_助動詞 、_補助記号 hungry_名詞 な_助動詞 の_助詞 は_助詞 the_名詞  _補助記号 monkeys_名詞 、_補助記号 したが_動詞 っ_語尾 て_助詞 、_補助記号 「_補助記号 they_名詞  _補助記号 =_補助記号  _補助記号 the_名詞  _補助記号 monkeys_名詞 」_補助記号 と_助詞 決ま_動詞 る_語尾 。_補助記号 +後者_名詞 も_助詞 同様_形状詞 に_助動詞 、_補助記号 over_名詞 ーripe_名詞 と_助詞 い_動詞 う_語尾 の_助詞 は_助詞 the_名詞  _補助記号 bananas_名詞 の_助詞 性質_名詞 だ_助動詞 から_助詞 、_補助記号 「_補助記号 they_名詞  _補助記号 =_補助記号  _補助記号 the_名詞  _補助記号 bananas_名詞 」_補助記号 と_助詞 な_動詞 る_語尾 。_補助記号 +つまり_副詞 、_補助記号 これ_代名詞 ら_接尾辞 の_助詞 文章_名詞 を_助詞 区別_名詞 し_動詞 正し_形容詞 く_語尾 理解_名詞 する_動詞 ため_名詞 に_助詞 は_助詞 、_補助記号 猿_名詞 の_助詞 性質_名詞 (_補助記号 猿_名詞 は_助詞 動物_名詞 で_助詞 空腹_名詞 に_助詞 な_動詞 る_語尾 )_補助記号 と_助詞 バナナ_名詞 の_助詞 性質_名詞 (_補助記号 バナナ_名詞 は_助詞 果物_名詞 で_助詞 成熟_名詞 する_動詞 )_補助記号 を_助詞 知_動詞 っ_語尾 て_助詞 い_動詞 な_助動詞 けれ_語尾 ば_助詞 な_動詞 ら_語尾 な_助動詞 い_語尾 。_補助記号 +単語_名詞 の_助詞 文字_名詞 列_名詞 を_助詞 解釈_名詞 する_動詞 方法_名詞 は_助詞 様々_形状詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +例えば_副詞 、_補助記号 +Time_名詞  _補助記号 flies_名詞  _補助記号 like_名詞  _補助記号 an_名詞  _補助記号 arrow_名詞 ._補助記号 (_補助記号 光陰_名詞 矢_名詞 の_助詞 如_動詞 し_語尾 )_補助記号 +と_助詞 い_動詞 う_語尾 文字_名詞 列_名詞 は_助詞 以下_名詞 の_助詞 よう_形状詞 に_助動詞 様々_形状詞 に_助詞 解釈_名詞 でき_動詞 る_語尾 。_補助記号 +典型_名詞 的_接尾辞 に_助動詞 は_助詞 、_補助記号 比喩_名詞 と_助詞 し_動詞 て_助詞 、_補助記号 「_補助記号 時間_名詞 が_助詞 矢_名詞 の_助詞 よう_形状詞 に_助動詞 素早_形容詞 く_語尾 過ぎ_動詞 る_語尾 」_補助記号 と_助詞 解釈_名詞 する_動詞 。_補助記号 +「_補助記号 空_名詞 を_助詞 飛_動詞 ぶ_語尾 昆虫_名詞 の_助詞 速度_名詞 を_助詞 矢_名詞 の_助詞 速度_名詞 を_助詞 測_動詞 る_語尾 よう_形状詞 に_助動詞 測定_名詞 せよ_動詞 」_補助記号 つまり_副詞  _補助記号 (_補助記号 You_名詞  _補助記号 should_名詞 )_補助記号  _補助記号 time_名詞  _補助記号 flies_名詞  _補助記号 as_名詞  _補助記号 you_名詞  _補助記号 would_名詞  _補助記号 (_補助記号 time_名詞 )_補助記号  _補助記号 an_名詞  _補助記号 arrow_名詞 ._補助記号  _補助記号 と_助詞 解釈_名詞 する_動詞 。_補助記号 +「_補助記号 矢_名詞 が_助詞 空_名詞 を_助詞 飛_動詞 ぶ_語尾 昆虫_名詞 の_助詞 速度_名詞 を_助詞 測_動詞 る_語尾 よう_形状詞 に_助動詞 、_補助記号 あなた_代名詞 が_助詞 空_名詞 を_助詞 飛_動詞 ぶ_語尾 昆虫_名詞 の_助詞 速度_名詞 を_助詞 測定_名詞 せよ_動詞 」_補助記号 つまり_副詞  _補助記号 Time_名詞  _補助記号 flies_名詞  _補助記号 in_名詞  _補助記号 the_名詞  _補助記号 same_名詞  _補助記号 way_名詞  _補助記号 that_名詞  _補助記号 an_名詞  _補助記号 arrow_名詞  _補助記号 would_名詞  _補助記号 (_補助記号 time_名詞  _補助記号 the_名詞 m_記号 )_補助記号 ._補助記号  _補助記号 と_助詞 解釈_名詞 する_動詞 。_補助記号 +「_補助記号 矢_名詞 の_助詞 よう_形状詞 に_助動詞 空_名詞 を_助詞 飛_動詞 ぶ_語尾 昆虫_名詞 の_助詞 速度_名詞 を_助詞 測定_名詞 せよ_動詞 」_補助記号 つまり_副詞  _補助記号 Time_名詞  _補助記号 those_名詞  _補助記号 flies_名詞  _補助記号 that_名詞  _補助記号 are_名詞  _補助記号 like_名詞  _補助記号 arrows_名詞  _補助記号 と_助詞 解釈_名詞 する_動詞 。_補助記号 +「_補助記号 ”_補助記号 time_名詞 ーflies_名詞 ”_補助記号 (_補助記号 時_名詞 バエ_名詞 )_補助記号 と_助詞 い_動詞 う_語尾 種類_名詞 の_助詞 昆虫_名詞 は_助詞 1_名詞 つ_接尾辞 の_助詞 矢_名詞 を_助詞 好_動詞 む_語尾 」_補助記号 この_連体詞 解釈_名詞 に_助詞 は_助詞 集合_名詞 的_接尾辞 な_助動詞 解釈_名詞 と_助詞 個別_名詞 的_接尾辞 解釈_名詞 が_助詞 あ_動詞 り_語尾 う_動詞 る_語尾 。_補助記号 +「_補助記号 TIME_名詞 と_助詞 い_動詞 う_語尾 雑誌_名詞 は_助詞 、_補助記号 投げ_動詞 る_語尾 と_助詞 直線_名詞 的_接尾辞 な_助動詞 軌跡_名詞 を_助詞 描_動詞 く_語尾 」_補助記号 +英語_名詞 で_助詞 は_助詞 特に_副詞 語形_名詞 変化_名詞 に_助詞 よ_動詞 る_語尾 語彙_名詞 の_助詞 区別_名詞 を_助詞 する_動詞 機能_名詞 が_助詞 弱_形容詞 い_語尾 ため_名詞 、_補助記号 この_連体詞 よう_形状詞 な_助動詞 問題_名詞 が_助詞 大き_形容詞 く_語尾 な_動詞 る_語尾 。_補助記号 +また_接続詞 、_補助記号 英語_名詞 も_助詞 含め_動詞 て_助詞 、_補助記号 形容_名詞 詞_名詞 と_助詞 名詞_名詞 の_助詞 修飾_名詞 関係_名詞 の_助詞 曖昧_形容詞 さ_接尾辞 も_助詞 あ_動詞 る_語尾 。_補助記号 +例えば_副詞 、_補助記号 ”_補助記号 pretty_名詞  _補助記号 little_名詞  _補助記号 girls_名詞 '_補助記号  _補助記号 school_名詞 ”_補助記号 (_補助記号 かわい_形容詞 い_語尾 小さな_連体詞 少女_名詞 の_助詞 学校_名詞 )_補助記号 と_助詞 い_動詞 う_語尾 文字_名詞 列_名詞 が_助詞 あ_動詞 る_語尾 と_助詞 する_動詞 。_補助記号 +その_連体詞 学校_名詞 は_助詞 小さ_形容詞 い_語尾 だ_助動詞 ろ_語尾 う_助動詞 か_助詞 ?_補助記号 +少女_名詞 たち_接尾辞 が_助詞 小さ_形容詞 い_語尾 の_助詞 だ_助動詞 ろ_語尾 う_助動詞 か_助詞 ?_補助記号 +少女_名詞 たち_接尾辞 が_助詞 かわい_形容詞 い_語尾 の_助詞 だ_助動詞 ろ_語尾 う_助動詞 か_助詞 ?_補助記号 +学校_名詞 が_助詞 かわい_形容詞 い_語尾 の_助詞 だ_助動詞 ろ_語尾 う_助動詞 か_助詞 ?_補助記号 +他_名詞 に_助詞 も_助詞 次_名詞 の_助詞 よう_形状詞 な_助動詞 課題_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +形態_名詞 素_接尾辞 解析_名詞 +中国_名詞 語_名詞 、_補助記号 日本_名詞 語_名詞 、_補助記号 タイ_名詞 語_名詞 と_助詞 い_動詞 っ_語尾 た_助動詞 言語_名詞 は_助詞 単語_名詞 の_助詞 わか_形容詞 ち_語尾 書き_名詞 を_助詞 し_動詞 な_助動詞 い_語尾 。_補助記号 +その_連体詞 ため_名詞 、_補助記号 単語_名詞 の_助詞 区切り_名詞 を_助詞 特定_名詞 する_動詞 の_助詞 に_助詞 テキスト_名詞 の_助詞 解析_名詞 が_助詞 必要_名詞 と_助詞 な_動詞 り_語尾 、_補助記号 それ_代名詞 は_助詞 非常_形状詞 に_助動詞 複雑_名詞 な_助動詞 作業_名詞 と_助詞 な_動詞 る_語尾 。_補助記号 +音声_名詞 に_助詞 おけ_動詞 る_助動詞 形態_名詞 素_接尾辞 解析_名詞 +音声_名詞 言語_名詞 に_助詞 お_動詞 い_語尾 て_助詞 、_補助記号 文字_名詞 を_助詞 表_動詞 す_語尾 音_名詞 は_助詞 前後_名詞 の_助詞 音_名詞 と_助詞 混じ_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 の_助詞 が_助詞 普通_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +従_動詞 っ_語尾 て_助詞 音声_名詞 から_助詞 文字_名詞 を_助詞 切り出_動詞 す_語尾 の_助詞 は_助詞 、_補助記号 非常_形状詞 に_助動詞 難し_形容詞 い_語尾 作業_名詞 と_助詞 な_動詞 る_語尾 。_補助記号 +さらに_接続詞 、_補助記号 音声_名詞 言語_名詞 で_助詞 は_助詞 単語_名詞 と_助詞 単語_名詞 の_助詞 区切り_名詞 も_助詞 (_補助記号 音_名詞 と_助詞 し_動詞 て_助詞 のみ_助詞 見_動詞 れ_語尾 ば_助詞 )_補助記号 定か_形状詞 で_助動詞 は_助詞 な_形容詞 く_語尾 、_補助記号 文脈_名詞 や_助詞 文法_名詞 や_助詞 意味_名詞 と_助詞 い_動詞 っ_語尾 た_助動詞 情報_名詞 を_助詞 考慮_名詞 し_動詞 な_助動詞 い_語尾 と_助詞 単語_名詞 を_助詞 切り出せ_動詞 な_助動詞 い_語尾 。_補助記号 +語義_名詞 の_助詞 曖昧_名詞 性_接尾辞 +多く_名詞 の_助詞 単語_名詞 は_助詞 複数_名詞 の_助詞 意味_名詞 を_助詞 持_動詞 つ_語尾 。_補助記号 +従_動詞 っ_語尾 て_助詞 、_補助記号 特定_名詞 の_助詞 文脈_名詞 に_助詞 お_動詞 い_語尾 て_助詞 もっとも_副詞 ふさわし_形容詞 い_語尾 意味_名詞 を_助詞 選択_名詞 する_動詞 必要_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +構文_名詞 の_助詞 曖昧_名詞 性_接尾辞 +自然_名詞 言語_名詞 の_助詞 文法_名詞 は_助詞 曖昧_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +1_名詞 つ_接尾辞 の_助詞 文_名詞 に_助詞 対応_名詞 する_動詞 複数_名詞 の_助詞 構文_名詞 木_名詞 が_助詞 存在_名詞 する_動詞 こと_名詞 も_助詞 多_形容詞 い_語尾 。_補助記号 +もっとも_副詞 適切_形状詞 な_助動詞 解釈_名詞 (_補助記号 構文_名詞 木_名詞 )_補助記号 を_助詞 選択_名詞 する_動詞 に_助詞 は_助詞 、_補助記号 意味_名詞 的_接尾辞 情報_名詞 や_助詞 文脈_名詞 情報_名詞 を_助詞 必要_名詞 と_助詞 する_動詞 。_補助記号 +不_接頭辞 完全_形状詞 な_助動詞 入力_名詞 や_助詞 間違_動詞 っ_語尾 た_助動詞 入力_名詞 +主語_名詞 の_助詞 省略_名詞 や_助詞 代_接頭辞 名詞_名詞 の_助詞 対応_名詞 など_助詞 の_助詞 問題_名詞 (_補助記号 照応_名詞 解析_名詞 )_補助記号 。_補助記号 +音声_名詞 に_助詞 おけ_動詞 る_助動詞 アクセント_名詞 の_助詞 ばらつき_名詞 。_補助記号 +文法_名詞 上_接尾辞 の_助詞 誤り_名詞 の_助詞 あ_動詞 る_語尾 文_名詞 の_助詞 解析_名詞 。_補助記号 +光学_名詞 文字_名詞 認識_名詞 に_助詞 おけ_動詞 る_助動詞 誤り_名詞 の_助詞 認識_名詞 など_助詞 。_補助記号 +言語_名詞 行為_名詞 +文章_名詞 は_助詞 文字_名詞 通り_名詞 に_助詞 解釈_名詞 でき_動詞 な_助動詞 い_語尾 場合_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +例えば_副詞  _補助記号 ”_補助記号 Can_名詞  _補助記号 you_名詞  _補助記号 pass_名詞  _補助記号 the_名詞  _補助記号 salt_名詞 ?_補助記号 ”_補助記号 (_補助記号 塩_名詞 を_助詞 と_動詞 っ_語尾 て_助詞 もらえ_動詞 ま_助動詞 す_語尾 か_助詞 ?_補助記号 )_補助記号 と_助詞 い_動詞 う_語尾 問い_名詞 に_助詞 対_動詞 する_語尾 答え_名詞 は_助詞 、_補助記号 塩_名詞 を_助詞 相手_名詞 に_助詞 渡_動詞 す_語尾 こと_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +これ_代名詞 に_助詞  _補助記号 ”_補助記号 Yes_名詞 ”_補助記号  _補助記号 と_助詞 だけ_助詞 答え_動詞 て_助詞 何_代名詞 も_助詞 し_動詞 な_助動詞 い_語尾 の_助詞 は_助詞 よ_形容詞 い_語尾 答え_名詞 と_助詞 は_助詞 言え_動詞 な_助動詞 い_語尾 が_助詞 、_補助記号 ”_補助記号 No_名詞 ”_補助記号  _補助記号 は_助詞 むしろ_副詞 あ_動詞 り_語尾 う_動詞 る_語尾 答え_名詞 で_助詞 、_補助記号 ”_補助記号 I_記号 'm_英単語  _補助記号 afraid_名詞  _補助記号 that_名詞  _補助記号 I_記号  _補助記号 can_名詞 't_英単語  _補助記号 see_名詞  _補助記号 it_名詞 ”_補助記号  _補助記号 は_助詞 さらに_副詞 よ_形容詞 い_語尾 (_補助記号 塩_名詞 が_助詞 どこ_代名詞 に_助詞 あ_動詞 る_語尾 か_助詞 わか_動詞 ら_語尾 な_助動詞 い_語尾 とき_名詞 )_補助記号 。_補助記号 +統計_名詞 的_接尾辞 自然_名詞 言語_名詞 処理_名詞 +統計_名詞 的_接尾辞 自然_名詞 言語_名詞 処理_名詞 は_助詞 、_補助記号 確率_名詞 論_名詞 的_接尾辞 あるいは_接続詞 統計_名詞 学_接尾辞 的_接尾辞 手法_名詞 を_助詞 使_動詞 っ_語尾 て_助詞 、_補助記号 上述_名詞 の_助詞 困難_名詞 さ_接尾辞 に_助詞 何_代名詞 ら_接尾辞 か_助詞 の_助詞 解決_名詞 策_名詞 を_助詞 与え_動詞 よ_語尾 う_助動詞 と_助詞 する_動詞 もの_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +長_形容詞 い_語尾 文_名詞 に_助詞 な_動詞 れ_語尾 ば_助詞 な_動詞 る_語尾 ほど_助詞 、_補助記号 従来_名詞 型_接尾辞 の_助詞 自然_名詞 言語_名詞 処理_名詞 で_助詞 は_助詞 解釈_名詞 の_助詞 可能_形状詞 性_接尾辞 の_助詞 組合せ_名詞 が_助詞 指数_名詞 関数_名詞 的_接尾辞 に_助詞 増大_名詞 し_動詞 て_助詞 い_動詞 き_語尾 、_補助記号 処理_名詞 が_助詞 困難_名詞 と_助詞 な_動詞 る_語尾 。_補助記号 +その_連体詞 よう_形状詞 な_助動詞 場合_名詞 に_助詞 統計_名詞 的_接尾辞 自然_名詞 言語_名詞 処理_名詞 が_助詞 効果_名詞 を_助詞 発揮_名詞 する_動詞 。_補助記号 +コーパス_名詞 言語_名詞 学_接尾辞 や_助詞 マルコフ_名詞 連鎖_名詞 と_助詞 い_動詞 っ_語尾 た_助動詞 手法_名詞 が_助詞 使_動詞 わ_語尾 れ_助動詞 る_語尾 。_補助記号 +統計_名詞 的_接尾辞 自然_名詞 言語_名詞 処理_名詞 の_助詞 起源_名詞 は_助詞 、_補助記号 人工_名詞 知能_名詞 の_助詞 中_名詞 で_助詞 も_助詞 データ_名詞 から_助詞 の_助詞 学習_名詞 を_助詞 研究_名詞 する_動詞 分野_名詞 で_助動詞 あ_動詞 る_語尾 機械_名詞 学習_名詞 や_助詞 データ_名詞 マイニング_名詞 と_助詞 い_動詞 っ_語尾 た_助動詞 分野_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +自然_名詞 言語_名詞 処理_名詞 の_助詞 主な_連体詞 応用_名詞 +自然_名詞 言語_名詞 処理_名詞 の_助詞 応用_名詞 技術_名詞 と_助詞 し_動詞 て_助詞 、_補助記号 以下_名詞 の_助詞 よう_形状詞 な_助動詞 技術_名詞 が_助詞 研究_名詞 ・_補助記号 実用_名詞 化_接尾辞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +また_接続詞 、_補助記号 言語_名詞 学_接尾辞 へ_助詞 の_助詞 応用_名詞 も_助詞 考え_動詞 られ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +自動_名詞 要約_名詞 生成_名詞 +情報_名詞 抽出_名詞 +情報_名詞 検索_名詞 、_補助記号 検索_名詞 エンジン_名詞 、_補助記号 概念_名詞 検索_名詞 +機械_名詞 翻訳_名詞 、_補助記号 翻訳_名詞 ソフト_名詞 +固有_名詞 表現_名詞 抽出_名詞 +自然_名詞 言語_名詞 生成_名詞 +光学_名詞 文字_名詞 認識_名詞 +質問_名詞 応答_名詞 システム_名詞 +音声_名詞 認識_名詞 +音声_名詞 合成_名詞 +校正_名詞 、_補助記号 スペル_名詞 チェッカ_名詞 +かな_名詞 漢字_名詞 変換_名詞 +自動_名詞 要約_名詞 生成_名詞 (_補助記号 じどう_名詞 よう_接尾辞 やく_接頭辞 せい_接尾辞 せい_接尾辞 )_補助記号 と_助詞 は_助詞 、_補助記号 ひと_名詞 つ_接尾辞 もしくは_接続詞 複数_名詞 の_助詞 文章_名詞 の_助詞 趣旨_名詞 を_助詞 要約_名詞 し_動詞 て_助詞 表示_名詞 する_動詞 方法_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +重要語_名詞 や_助詞 接続_名詞 詞_名詞 など_助詞 を_助詞 手がかり_名詞 と_助詞 し_動詞 ながら_助詞 要約_名詞 文_名詞 を_助詞 作成_名詞 する_動詞 。_補助記号 +重要_形状詞 な_助動詞 段落_名詞 を_助詞 抜き出_動詞 す_語尾 方法_名詞 から_助詞 、_補助記号 文_名詞 の_助詞 要点_名詞 を_助詞 抜き出_動詞 す_語尾 方法_名詞 まで_助詞 及_動詞 ぶ_語尾 。_補助記号 +身近_形状詞 な_助動詞 もの_名詞 と_助詞 し_動詞 て_助詞 は_助詞 Micros_名詞 oft_英単語  _補助記号 Word_名詞 の_助詞 要約_名詞 に_助詞 マーカ_名詞 を_助詞 つけ_動詞 る_語尾 もの_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +しかし_接続詞 精度_名詞 は_助詞 30_名詞 %_接尾辞 ぐらい_助詞 だ_助動詞 と_助詞 い_動詞 う_語尾 。_補助記号 +アルゴリズム_名詞 +自動_名詞 要約_名詞 処理_名詞 の_助詞 アルゴリズム_名詞 は_助詞 、_補助記号 昔_名詞 から_助詞 研究_名詞 さ_動詞 れ_助動詞 て_助詞 お_動詞 り_語尾 、_補助記号 多く_名詞 の_助詞 もの_名詞 が_助詞 、_補助記号 文_名詞 の_助詞 重要_形状詞 度_接尾辞 と_助詞 い_動詞 う_語尾 もの_名詞 を_助詞 計算_名詞 し_動詞 て_助詞 、_補助記号 その_連体詞 重要_形状詞 度_接尾辞 が_助詞 高_形容詞 い_語尾 文_名詞 を_助詞 選_動詞 ん_語尾 で_助詞 、_補助記号 要約_名詞 を_助詞 行_動詞 う_語尾 と_助詞 い_動詞 う_語尾 アルゴリズム_名詞 が_助詞 基本_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +文_名詞 の_助詞 重要_形状詞 度_接尾辞 を_助詞 計算_名詞 する_動詞 方法_名詞 と_助詞 し_動詞 て_助詞 、_補助記号 考え_動詞 られ_助動詞 て_助詞 い_動詞 る_語尾 の_助詞 は_助詞 、_補助記号 文_名詞 の_助詞 中_名詞 の_助詞 単語_名詞 が_助詞 重要_形状詞 か_助詞 どう_副詞 か_助詞 を_助詞 判断_名詞 する_動詞 方法_名詞 、_補助記号 文_名詞 が_助詞 文章_名詞 中_接尾辞 の_助詞 どの_連体詞 位置_名詞 に_助動詞 あ_動詞 る_語尾 か_助詞 を_助詞 判断_名詞 する_動詞 方法_名詞 など_助詞 が_助詞 あ_動詞 る_語尾 。_補助記号 + _補助記号 今_名詞 の_助詞 ところ_名詞 、_補助記号 文章_名詞 中_接尾辞 の_助詞 文_名詞 の_助詞 位置_名詞 から_助詞 、_補助記号 重要_形状詞 か_助詞 どう_副詞 か_助詞 を_助詞 考え_動詞 る_語尾 こと_名詞 が_助詞 もっとも_副詞 有効_形状詞 と_助詞 考え_動詞 られ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +情報_名詞 抽出_名詞 は_助詞 、_補助記号 情報_名詞 ルーティング_名詞 の_助詞 分野_名詞 の_助詞 ひと_名詞 つ_接尾辞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +特定_名詞 の_助詞 文章_名詞 や_助詞 サイト_名詞 から_助詞 必要_名詞 な_助動詞 情報_名詞 を_助詞 フィルタリング_名詞 など_助詞 を_助詞 通_動詞 し_語尾 て_助詞 取得_名詞 する_動詞 方法_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +ただ_接続詞 機械_名詞 的_接尾辞 に_助動詞 抜き出_動詞 す_語尾 こと_名詞 も_助詞 あ_動詞 る_語尾 が_助詞 、_補助記号 自然_名詞 言語_名詞 処理_名詞 を_助詞 用い_動詞 る_語尾 こと_名詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +情報_名詞 抽出_名詞 を_助詞 行_動詞 う_語尾 こと_名詞 は_助詞 困難_名詞 な_助動詞 問題_名詞 で_助動詞 あ_動詞 る_語尾 ため_名詞 、_補助記号 現在_名詞 は_助詞 非常_形状詞 に_助動詞 狭_形容詞 い_語尾 分野_名詞 で_助詞 だけ_助詞 適用_名詞 でき_動詞 る_語尾 方法_名詞 が_助詞 主流_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +情報_名詞 検索_名詞 (_補助記号 じょうほう_名詞 けんさく_名詞 )_補助記号 と_助詞 は_助詞 、_補助記号 コンピュータ_名詞 を_助詞 用い_動詞 て_助詞 大量_名詞 の_助詞 データ_名詞 群_名詞 から_助詞 目的_名詞 に_助詞 合致_名詞 し_動詞 た_助動詞 もの_名詞 を_助詞 取り出_動詞 す_語尾 こと_名詞 。_補助記号 +検索_名詞 の_助詞 対象_名詞 と_助詞 な_動詞 る_語尾 データ_名詞 に_助詞 は_助詞 文書_名詞 や_助詞 画像_名詞 、_補助記号 音声_名詞 、_補助記号 映像_名詞 、_補助記号 その_連体詞 他_名詞 さまざま_形状詞 な_助動詞 メディア_名詞 や_助詞 その_連体詞 組み合わせ_名詞 と_助詞 し_動詞 て_助詞 記録_名詞 さ_動詞 れ_助動詞 た_助動詞 データ_名詞 など_助詞 が_助詞 含_動詞 ま_語尾 れ_助動詞 る_語尾 。_補助記号 +インターネット_名詞 の_助詞 発達_名詞 に_助詞 よ_動詞 り_語尾 検索_名詞 は_助詞 インターネット_名詞 を_助詞 介_動詞 し_語尾 て_助詞 行_動詞 わ_語尾 れ_助動詞 る_語尾 こと_名詞 も_助詞 多_形容詞 い_語尾 が_助詞 、_補助記号 ここ_代名詞 で_助詞 は_助詞 情報_名詞 を_助詞 検索_名詞 する_動詞 ため_名詞 の_助詞 コンピュータ_名詞 側_名詞 に_助詞 おけ_動詞 る_助動詞 仕組み_名詞 を_助詞 記述_名詞 し_動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +情報_名詞 検索_名詞 に_助詞 対_動詞 する_語尾 コンピュータ_名詞 側_名詞 に_助詞 おけ_動詞 る_助動詞 技術_名詞 は_助詞 情報_名詞 を_助詞 人間_名詞 が_助詞 直接_副詞 管理_名詞 する_動詞 の_助詞 に_助詞 比べ_動詞 、_補助記号 データ_名詞 の_助詞 量的_形状詞 な_助動詞 制約_名詞 や_助詞 データ_名詞 の_助詞 取り扱い_名詞 の_助詞 一貫_名詞 性_接尾辞 を_助詞 保_動詞 つ_語尾 困難_名詞 さ_接尾辞 と_助詞 い_動詞 う_語尾 制約_名詞 を_助詞 受け_動詞 る_語尾 こと_名詞 な_形容詞 く_語尾 、_補助記号 高速_名詞 で_助動詞 安定_名詞 な_助動詞 システム_名詞 に_助詞 よ_動詞 り_語尾 利用_名詞 者_接尾辞 に_助詞 適切_形状詞 な_助動詞 データ_名詞 を_助詞 提供_名詞 する_動詞 機能_名詞 と_助詞 位置_名詞 付け_動詞 る_語尾 こと_名詞 が_助詞 でき_動詞 る_語尾 。_補助記号 +目次_名詞 +1_名詞  _補助記号 情報_名詞 検索_名詞 と_助詞 情報_名詞 検索_名詞 システム_名詞 の_助詞 全体_名詞 像_名詞 +1_名詞 ._補助記号 1_名詞  _補助記号 歴史_名詞 と_助詞 現在_名詞 の_助詞 課題_名詞 +1_名詞 ._補助記号 2_名詞  _補助記号 情報_名詞 検索_名詞 システム_名詞 の_助詞 構成_名詞 要素_名詞 +1_名詞 ._補助記号 3_名詞  _補助記号 情報_名詞 検索_名詞 システム_名詞 構築_名詞 の_助詞 手続き_名詞 +1_名詞 ._補助記号 3_名詞 ._補助記号 1_名詞  _補助記号 検索_名詞 対象_名詞 データ_名詞 収集_名詞 +1_名詞 ._補助記号 3_名詞 ._補助記号 2_名詞  _補助記号 検索_名詞 対象_名詞 の_助詞 データ_名詞 から_助詞 の_助詞 メタデータ_名詞 作成_名詞 +1_名詞 ._補助記号 3_名詞 ._補助記号 3_名詞  _補助記号 検索_名詞 アルゴリズム_名詞 の_助詞 設計_名詞 +1_名詞 ._補助記号 3_名詞 ._補助記号 4_名詞  _補助記号 検索_名詞 性能_名詞 の_助詞 評価_名詞 +2_名詞  _補助記号 情報_名詞 検索_名詞 技術_名詞 の_助詞 分類_名詞 +2_名詞 ._補助記号 1_名詞  _補助記号 検索_名詞 対象_名詞 データ_名詞 の_助詞 抽象_名詞 度_接尾辞 +2_名詞 ._補助記号 2_名詞  _補助記号 検索_名詞 入力_名詞 の_助詞 種類_名詞 +3_名詞  _補助記号 検索_名詞 アルゴリズム_名詞 +4_名詞  _補助記号 関連_名詞 項目_名詞 +5_名詞  _補助記号 参考_名詞 文献_名詞 +6_名詞  _補助記号 脚注_名詞 +7_名詞  _補助記号 外部_名詞 リンク_名詞 +7_名詞 ._補助記号 1_名詞  _補助記号 オープン_名詞 ソース_名詞 の_助詞 情報_名詞 検索_名詞 システム_名詞 ソフトウェア_名詞 +7_名詞 ._補助記号 2_名詞  _補助記号 主な_連体詞 学術_名詞 団体_名詞 +7_名詞 ._補助記号 3_名詞  _補助記号 その_連体詞 他_名詞 +情報_名詞 検索_名詞 と_助詞 情報_名詞 検索_名詞 システム_名詞 の_助詞 全体_名詞 像_名詞 +情報_名詞 検索_名詞 が_助詞 基盤_名詞 と_助詞 し_動詞 て_助詞 い_動詞 る_語尾 技術_名詞 は_助詞 多数_名詞 の_助詞 分野_名詞 に_助詞 のぼ_動詞 る_語尾 。_補助記号 +情報_名詞 検索_名詞 は_助詞 データ_名詞 の_助詞 管理_名詞 および_接続詞 入出力_名詞 の_助詞 ため_名詞 の_助詞 データベース_名詞 、_補助記号 文書_名詞 データ_名詞 処理_名詞 の_助詞 ため_名詞 の_助詞 自然_名詞 言語_名詞 処理_名詞 や_助詞 計算_名詞 言語_名詞 学_接尾辞 、_補助記号 画像_名詞 や_助詞 音声_名詞 を_助詞 扱_動詞 う_語尾 ため_名詞 の_助詞 信号_名詞 処理_名詞 や_助詞 認知_名詞 心理_名詞 学_接尾辞 を_助詞 背景_名詞 と_助詞 する_動詞 パターン_名詞 認識_名詞 技術_名詞 、_補助記号 メタデータ_名詞 に_助詞 関_動詞 する_語尾 考察_名詞 の_助詞 基盤_名詞 と_助詞 な_動詞 っ_語尾 た_助動詞 図書_名詞 館_接尾辞 情報_名詞 学_接尾辞 、_補助記号 検索_名詞 アルゴリズム_名詞 設計_名詞 や_助詞 情報_名詞 検索_名詞 システム_名詞 の_助詞 評価_名詞 尺度_名詞 考案_名詞 の_助詞 ヒント_名詞 と_助詞 し_動詞 て_助詞 寄与_名詞 し_動詞 た_助動詞 諸_接頭辞 数学_名詞 理論_名詞 など_助詞 の_助詞 さまざま_形状詞 な_助動詞 要素_名詞 技術_名詞 の_助詞 組み合わせ_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 成り立_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 。_補助記号 +情報_名詞 検索_名詞 システム_名詞 は_助詞 情報_名詞 検索_名詞 を_助詞 実現_名詞 する_動詞 ため_名詞 の_助詞 ソフトウェア_名詞 や_助詞 ハードウェア_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 構成_名詞 さ_動詞 れ_助動詞 る_語尾 システム_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +ここ_代名詞 で_助詞 は_助詞 主_名詞 に_助詞 ソフトウェア_名詞 に_助詞 関_動詞 し_語尾 て_助詞 、_補助記号 現在_名詞 よ_形容詞 く_語尾 用い_動詞 られ_助動詞 て_助詞 い_動詞 る_語尾 システム_名詞 の_助詞 構成_名詞 に_助詞 つ_動詞 い_語尾 て_助詞 述べ_動詞 る_語尾 。_補助記号 +歴史_名詞 と_助詞 現在_名詞 の_助詞 課題_名詞 +情報_名詞 検索_名詞 システム_名詞 は_助詞 1970_名詞 年代_名詞 に_助詞 、_補助記号 大_接頭辞 規模_名詞 に_助詞 蓄積_名詞 さ_動詞 れ_助動詞 る_語尾 学術_名詞 文献_名詞 や_助詞 論文_名詞 等_接尾辞 の_助詞 管理_名詞 を_助詞 コンピュータ_名詞 上_接尾辞 で_助詞 行_動詞 う_語尾 ため_名詞 に_助詞 、_補助記号 規模_名詞 の_助詞 大き_形容詞 い_語尾 図書_名詞 館_接尾辞 で_助詞 データ_名詞 の_助詞 管理_名詞 と_助詞 検索_名詞 が_助詞 行_動詞 わ_語尾 れ_助動詞 る_語尾 よう_形状詞 に_助動詞 な_動詞 っ_語尾 た_助動詞 の_助詞 が_助詞 起源_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +図書_名詞 館_接尾辞 に_助詞 おけ_動詞 る_助動詞 蔵書_名詞 検索_名詞 や_助詞 電子_名詞 ジャーナル_名詞 、_補助記号 統計_名詞 資料_名詞 の_助詞 データベース_名詞 など_助詞 へ_助詞 の_助詞 応用_名詞 は_助詞 現在_名詞 で_助詞 も_助詞 盛ん_形状詞 に_助動詞 用い_動詞 られ_助動詞 て_助詞 い_動詞 る_語尾 ほか_名詞 、_補助記号 1990_名詞 年代_名詞 から_助詞 広ま_動詞 っ_語尾 た_助動詞 Google_名詞 や_助詞 goo_名詞 の_助詞 よう_形状詞 な_助動詞 World_名詞  _補助記号 Wide_名詞  _補助記号 Web_名詞 上_接尾辞 の_助詞 データ_名詞 を_助詞 対象_名詞 に_助詞 し_動詞 た_助動詞 検索_名詞 エンジン_名詞 が_助詞 現在_名詞 で_助詞 は_助詞 情報_名詞 検索_名詞 の_助詞 システム_名詞 と_助詞 し_動詞 て_助詞 特に_副詞 身近_形状詞 な_助動詞 存在_名詞 と_助詞 な_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 。_補助記号 +2000_名詞 年代_名詞 以降_名詞 の_助詞 情報_名詞 検索_名詞 の_助詞 課題_名詞 は_助詞 、_補助記号 例_名詞 と_助詞 し_動詞 て_助詞 以下_名詞 の_助詞 よう_形状詞 に_助動詞 まとめ_動詞 る_語尾 こと_名詞 が_助詞 でき_動詞 る_語尾 。_補助記号 +いわゆる_連体詞 Deep_名詞  _補助記号 Web_名詞 (_補助記号 ショッピング_名詞 サイト_名詞 など_助詞 に_助詞 代表_名詞 さ_動詞 れ_助動詞 る_語尾 、_補助記号 バックエンド_名詞 の_助詞 大_接頭辞 規模_名詞 な_助動詞 データベース_名詞 が_助詞 動的_名詞 な_助動詞 コンテンツ_名詞 を_助詞 生成_名詞 する_動詞 ウェブサイト_名詞 )_補助記号 を_助詞 対象_名詞 に_助詞 し_動詞 た_助動詞 検索_名詞 +より_助詞 直感_名詞 的_接尾辞 な_助動詞 ユーザ_名詞 インタフェース_名詞 +より_助詞 人間_名詞 に_助詞 近_形容詞 い_語尾 高度_形状詞 な_助動詞 判断_名詞 尺度_名詞 を_助詞 持_動詞 っ_語尾 た_助動詞 マルチメディア_名詞 情報_名詞 検索_名詞 +さまざま_形状詞 な_助動詞 メディア_名詞 を_助詞 統合_名詞 的_接尾辞 かつ_接続詞 横断_名詞 的_接尾辞 に_助動詞 扱_動詞 う_語尾 クロス_名詞 メディア_名詞 情報_名詞 検索_名詞 +格納_名詞 さ_動詞 れ_助動詞 る_語尾 データ_名詞 や_助詞 検索_名詞 入力_名詞 が_助詞 言語_名詞 に_助詞 依存_名詞 し_動詞 な_助動詞 い_語尾 マルチリンガル_名詞 (_補助記号 クロスリンガル_名詞 )_補助記号 検索_名詞 環境_名詞 +P_記号 2_名詞 P_記号 ネットワーク_名詞 等_接尾辞 の_助詞 大_接頭辞 規模_名詞 分散_名詞 データ_名詞 を_助詞 対象_名詞 に_助詞 し_動詞 た_助動詞 情報_名詞 検索_名詞 +情報_名詞 検索_名詞 システム_名詞 の_助詞 構成_名詞 要素_名詞 +情報_名詞 検索_名詞 システム_名詞 の_助詞 全体_名詞 像_名詞 +情報_名詞 検索_名詞 システム_名詞 は_助詞 主に_副詞 以下_名詞 に_助詞 挙げ_動詞 る_語尾 要素_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 構成_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +データベース_名詞 +検索_名詞 対象_名詞 の_助詞 データ_名詞 +メタデータ_名詞 (_補助記号 索引_名詞 語_名詞 )_補助記号 +ユーザ_名詞 インタフェース_名詞 +検索_名詞 アルゴリズム_名詞 +データベース_名詞 は_助詞 検索_名詞 対象_名詞 の_助詞 データ_名詞 を_助詞 蓄積_名詞 し_動詞 、_補助記号 管理_名詞 し_動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +検索_名詞 対象_名詞 の_助詞 データ_名詞 から_助詞 は_助詞 メタデータ_名詞 が_助詞 作成_名詞 さ_動詞 れ_助動詞 、_補助記号 メタデータ_名詞 も_助詞 データベース_名詞 に_助詞 格納_名詞 さ_動詞 れ_助動詞 る_語尾 。_補助記号 +検索_名詞 の_助詞 利用_名詞 者_接尾辞 は_助詞 検索_名詞 語_名詞 (_補助記号 検索_名詞 文_名詞 )_補助記号 を_助詞 ユーザ_名詞 インタフェース_名詞 を_助詞 通_動詞 し_語尾 て_助詞 検索_名詞 を_助詞 発行_名詞 し_動詞 、_補助記号 検索_名詞 アルゴリズム_名詞 が_助詞 適切_形状詞 な_助動詞 データ_名詞 を_助詞 データベース_名詞 に_助詞 格納_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 メタデータ_名詞 から_助詞 選択_名詞 し_動詞 、_補助記号 選択_名詞 さ_動詞 れ_助動詞 た_助動詞 メタデータ_名詞 に_助詞 対応_名詞 する_動詞 検索_名詞 対象_名詞 の_助詞 データ_名詞 を_助詞 ユーザ_名詞 インタフェース_名詞 を_助詞 通_動詞 し_語尾 て_助詞 利用_名詞 者_接尾辞 に_助詞 返答_名詞 する_動詞 。_補助記号 +例えば_副詞 ウェブサイト_名詞 の_助詞 情報_名詞 検索_名詞 で_助詞 は_助詞 、_補助記号 検索_名詞 対象_名詞 の_助詞 データ_名詞 が_助詞 個々_名詞 の_助詞 ウェブサイト_名詞 の_助詞 内容_名詞 、_補助記号 メタデータ_名詞 が_助詞 ウェブサイト_名詞 の_助詞 内容_名詞 の_助詞 要約_名詞 や_助詞 キー_名詞 ワード_名詞 ・_補助記号 紹介_名詞 文_名詞 、_補助記号 ユーザー_名詞 インターフェース_名詞 と_助詞 検索_名詞 アルゴリズム_名詞 が_助詞 検索_名詞 エンジン_名詞 に_助詞 あた_動詞 る_語尾 。_補助記号 +検索_名詞 エンジン_名詞 は_助詞 検索_名詞 キー_名詞 ワード_名詞 に_助詞 一致_名詞 する_動詞 メタデータ_名詞 を_助詞 データベース_名詞 から_助詞 選択_名詞 し_動詞 、_補助記号 選択_名詞 さ_動詞 れ_助動詞 た_助動詞 メタデータ_名詞 に_助詞 対応_名詞 する_動詞 検索_名詞 対象_名詞 の_助詞 データ_名詞 を_助詞 検索_名詞 結果_名詞 に_助詞 表示_名詞 する_動詞 。_補助記号 +情報_名詞 検索_名詞 システム_名詞 構築_名詞 の_助詞 手続き_名詞 +情報_名詞 検索_名詞 システム_名詞 の_助詞 構築_名詞 は_助詞 以下_名詞 の_助詞 フェーズ_名詞 を_助詞 経_動詞 て_助詞 行_動詞 わ_語尾 れ_助動詞 る_語尾 。_補助記号 +順序_名詞 は_助詞 必ず_副詞 しも_助詞 一定_名詞 で_助動詞 は_助詞 な_形容詞 く_語尾 、_補助記号 構築_名詞 する_動詞 システム_名詞 の_助詞 内容_名詞 や_助詞 外的_名詞 環境_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 異な_動詞 る_語尾 。_補助記号 +検索_名詞 対象_名詞 データ_名詞 収集_名詞 +検索_名詞 の_助詞 対象_名詞 と_助詞 する_動詞 データ_名詞 の_助詞 収集_名詞 方針_名詞 を_助詞 決定_名詞 する_動詞 。_補助記号 +World_名詞  _補助記号 Wide_名詞  _補助記号 Web_名詞 上_接尾辞 の_助詞 ハイパー_名詞 テキスト_名詞 を_助詞 収集_名詞 し_動詞 て_助詞 対象_名詞 と_助詞 する_動詞 場合_名詞 に_助詞 は_助詞 クローラ_名詞 (_補助記号 ロボット_名詞 、_補助記号 スパイダー_名詞 )_補助記号 を_助詞 用い_動詞 て_助詞 自動_名詞 的_接尾辞 な_助動詞 収集_名詞 を_助詞 行_動詞 う_語尾 の_助詞 が_助詞 一般_名詞 的_接尾辞 で_助動詞 あ_動詞 る_語尾 が_助詞 、_補助記号 天_名詞 文_名詞 学_接尾辞 的_接尾辞 数量_名詞 の_助詞 膨大_名詞 な_助動詞 データ_名詞 が_助詞 存在_名詞 し_動詞 、_補助記号 かつ_接続詞 急激_形状詞 に_助動詞 変化_名詞 する_動詞 World_名詞  _補助記号 Wide_名詞  _補助記号 Web_名詞 の_助詞 データ_名詞 を_助詞 全て_名詞 網羅_名詞 し_動詞 て_助詞 収集_名詞 する_動詞 こと_名詞 は_助詞 事実_名詞 上_接尾辞 不_接頭辞 可能_形状詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +その_連体詞 ため_名詞 、_補助記号 いかに_副詞 し_動詞 て_助詞 網羅_名詞 的_接尾辞 に_助動詞 多く_名詞 の_助詞 対象_名詞 の_助詞 データ_名詞 を_助詞 収集_名詞 する_動詞 か_助詞 が_助詞 重要_形状詞 な_助動詞 課題_名詞 と_助詞 な_動詞 っ_語尾 て_助詞 お_動詞 り_語尾 、_補助記号 World_名詞  _補助記号 Wide_名詞  _補助記号 Web_名詞 検索_名詞 エンジン_名詞 の_助詞 サービス_名詞 で_助詞 は_助詞 何_代名詞 ページ_名詞 の_助詞 データ_名詞 か_助詞 検索_名詞 が_助詞 可能_形状詞 で_助動詞 あ_動詞 る_語尾 か_助詞 が_助詞 性能_名詞 の_助詞 指標_名詞 の_助詞 一_名詞 つ_接尾辞 と_助詞 な_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 。_補助記号 +検索_名詞 対象_名詞 の_助詞 データ_名詞 から_助詞 の_助詞 メタデータ_名詞 作成_名詞 +検索_名詞 対象_名詞 の_助詞 データ_名詞 から_助詞 の_助詞 メタデータ_名詞 を_助詞 作成_名詞 する_動詞 。_補助記号 +メタデータ_名詞 の_助詞 形式_名詞 および_接続詞 作成_名詞 方法_名詞 は_助詞 検索_名詞 アルゴリズム_名詞 や_助詞 データ_名詞 収集_名詞 の_助詞 方針_名詞 と_助詞 密接_形状詞 に_助動詞 関連_名詞 する_動詞 。_補助記号 +たとえば_副詞 データ_名詞 収集_名詞 が_助詞 継続_名詞 的_接尾辞 かつ_接続詞 大_接頭辞 規模_名詞 に_助詞 行_動詞 わ_語尾 れ_助動詞 る_語尾 よう_形状詞 な_助動詞 場合_名詞 、_補助記号 人手_名詞 を_助詞 使_動詞 っ_語尾 て_助詞 メタデータ_名詞 を_助詞 作成_名詞 する_動詞 こと_名詞 は_助詞 コスト_名詞 の_助詞 大幅_形状詞 な_助動詞 増大_名詞 を_助詞 意味_名詞 する_動詞 こと_名詞 に_助詞 な_動詞 る_語尾 。_補助記号 +検索_名詞 アルゴリズム_名詞 の_助詞 設計_名詞 +作成_名詞 さ_動詞 れ_助動詞 た_助動詞 メタデータ_名詞 を_助詞 用い_動詞 て_助詞 どの_連体詞 よう_形状詞 な_助動詞 計算_名詞 を_助詞 用い_動詞 て_助詞 データ_名詞 を_助詞 出力_名詞 する_動詞 か_助詞 決定_名詞 する_動詞 。_補助記号 +検索_名詞 アルゴリズム_名詞 の_助詞 詳細_名詞 に_助詞 つ_動詞 い_語尾 て_助詞 は_助詞 メタデータ_名詞 生成_名詞 法_名詞 と_助詞 情報_名詞 検索_名詞 アルゴリズム_名詞 を_助詞 参照_名詞 。_補助記号 +検索_名詞 性能_名詞 の_助詞 評価_名詞 +再現_名詞 率_名詞 と_助詞 適合_名詞 率_名詞 +情報_名詞 検索_名詞 システム_名詞 の_助詞 検索_名詞 性能_名詞 の_助詞 評価_名詞 を_助詞 行_動詞 う_語尾 。_補助記号 +情報_名詞 検索_名詞 システム_名詞 の_助詞 検索_名詞 性能_名詞 は_助詞 主に_副詞 正確_名詞 性_接尾辞 と_助詞 網羅_名詞 性_接尾辞 の_助詞 質的_形状詞 な_助動詞 観点_名詞 から_助詞 適合_名詞 率_名詞 (_補助記号 precis_英単語 ion_英単語 ;_補助記号 精度_名詞 と_助詞 も_助詞 い_動詞 う_語尾 )_補助記号 と_助詞 再現_名詞 率_名詞 (_補助記号 recall_名詞 )_補助記号 を_助詞 、_補助記号 処理_名詞 性能_名詞 の_助詞 量的_形状詞 な_助動詞 観点_名詞 から_助詞 スループット_名詞 を_助詞 測定_名詞 する_動詞 こと_名詞 に_助詞 よ_動詞 り_語尾 判定_名詞 する_動詞 の_助詞 が_助詞 一般_名詞 的_接尾辞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +適合_名詞 率_名詞 は_助詞 検索_名詞 結果_名詞 と_助詞 し_動詞 て_助詞 得_動詞 られ_助動詞 た_助動詞 集合_名詞 中_接尾辞 に_助詞 どれ_代名詞 だけ_助詞 検索_名詞 に_助詞 適合_名詞 し_動詞 た_助動詞 文書_名詞 を_助詞 含_動詞 ん_語尾 で_助詞 い_動詞 る_語尾 か_助詞 と_助詞 い_動詞 う_語尾 正確_名詞 性_接尾辞 の_助詞 指標_名詞 で_助動詞 あ_動詞 り_語尾 、_補助記号 再現_名詞 率_名詞 は_助詞 検索_名詞 対象_名詞 と_助詞 し_動詞 て_助詞 い_動詞 る_語尾 文書_名詞 の_助詞 中_名詞 で_助詞 検索_名詞 結果_名詞 と_助詞 し_動詞 て_助詞 適合_名詞 し_動詞 て_助詞 い_動詞 る_語尾 文書_名詞 (_補助記号 正解_名詞 文書_名詞 )_補助記号 の_助詞 うち_名詞 で_助詞 どれ_代名詞 だけ_助詞 の_助詞 文書_名詞 を_助詞 検索_名詞 でき_動詞 て_助詞 い_動詞 る_語尾 か_助詞 と_助詞 い_動詞 う_語尾 網羅_名詞 性_接尾辞 の_助詞 指標_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +適合_名詞 率_名詞 は_助詞 、_補助記号 +precis_名詞 ion_英単語  _補助記号 =_補助記号  _補助記号 \_補助記号 frac_名詞 {_補助記号 R_記号 }_補助記号 {_補助記号 N_記号 }_補助記号 +(_補助記号 R_記号 :_補助記号 検索_名詞 さ_動詞 れ_助動詞 た_助動詞 適合_名詞 文書_名詞 の_助詞 数_名詞 、_補助記号 N_記号 :_補助記号 検索_名詞 結果_名詞 の_助詞 文書_名詞 の_助詞 数_名詞 )_補助記号  _補助記号 に_助詞 よ_動詞 っ_語尾 て_助詞 、_補助記号 再現_名詞 率_名詞 は_助詞 、_補助記号 +recall_名詞  _補助記号 =_補助記号  _補助記号 \_補助記号 frac_名詞 {_補助記号 R_記号 }_補助記号 {_補助記号 C_記号 }_補助記号 +(_補助記号 R_記号 :_補助記号 検索_名詞 さ_動詞 れ_助動詞 た_助動詞 適合_名詞 文書_名詞 の_助詞 数_名詞 、_補助記号 C_記号 :_補助記号 全_接頭辞 対象_名詞 文書_名詞 中_接尾辞 の_助詞 正解_名詞 文書_名詞 の_助詞 数_名詞 )_補助記号  _補助記号 に_助詞 よ_動詞 っ_語尾 て_助詞 求め_動詞 られ_助動詞 る_語尾 。_補助記号 +適合_名詞 率_名詞 を_助詞 あげれ_動詞 ば_助詞 再現_名詞 率_名詞 が_助詞 下が_動詞 り_語尾 、_補助記号 再現_名詞 率_名詞 を_助詞 上げれ_動詞 ば_助詞 適合_名詞 率_名詞 が_助詞 下が_動詞 る_語尾 傾向_名詞 に_助詞 あ_動詞 る_語尾 ため_名詞 、_補助記号 F_記号 値_接尾辞 (_補助記号 F_記号 ー_補助記号 measure_英単語 )_補助記号 と_助詞 い_動詞 う_語尾 尺度_名詞 も_助詞 よく_副詞 用い_動詞 られ_助動詞 る_語尾 。_補助記号 +F_記号 値_接尾辞 は_助詞 適合_名詞 率_名詞 と_助詞 再現_名詞 率_名詞 の_助詞 調和_名詞 平均_名詞 で_助動詞 あ_動詞 り_語尾 、_補助記号 +\_補助記号 begin_名詞 {_補助記号 align_名詞 }_補助記号  _補助記号 F_記号 {_補助記号 \_補助記号 textit_名詞 {_補助記号 ー_補助記号 }_補助記号 }_補助記号 measure_名詞  _補助記号 &_補助記号  _補助記号 =_補助記号  _補助記号 \_補助記号 frac_名詞 {_補助記号 2_名詞  _補助記号 \_補助記号 cdot_名詞  _補助記号 precis_英単語 ion_英単語  _補助記号 \_補助記号 cdot_名詞  _補助記号 recall_名詞 }_補助記号 {_補助記号 precis_英単語 ion_英単語  _補助記号 +_補助記号  _補助記号 recall_名詞 }_補助記号  _補助記号 \\_補助記号  _補助記号 &_補助記号  _補助記号 =_補助記号  _補助記号 \_補助記号 frac_名詞 {_補助記号 R_記号 }_補助記号 {_補助記号 \_補助記号 frac_名詞 {_補助記号 1_名詞 }_補助記号 {_補助記号 2_名詞 }_補助記号  _補助記号 (_補助記号 N_記号  _補助記号 +_補助記号  _補助記号 C_記号 )_補助記号 }_補助記号  _補助記号 \_補助記号 \_補助記号  _補助記号 \_補助記号 end_名詞 {_補助記号 align_名詞 }_補助記号 +に_助詞 よ_動詞 っ_語尾 て_助詞 求め_動詞 られ_助動詞 、_補助記号 R_記号 を_助詞 N_記号 と_助詞 C_記号 の_助詞 相加_名詞 平均_名詞 で_助詞 割_動詞 っ_語尾 た_助動詞 もの_名詞 に_助詞 相当_名詞 する_動詞 。_補助記号 +F_記号 値_接尾辞 が_助詞 高_形容詞 けれ_語尾 ば_助詞 、_補助記号 性能_名詞 が_助詞 良_形容詞 い_語尾 こと_名詞 を_助詞 意味_名詞 する_動詞 。_補助記号 +情報_名詞 検索_名詞 技術_名詞 の_助詞 分類_名詞 +情報_名詞 検索_名詞 の_助詞 技術_名詞 は_助詞 以下_名詞 の_助詞 よう_形状詞 な_助動詞 観点_名詞 で_助詞 分類_名詞 でき_動詞 る_語尾 。_補助記号 +検索_名詞 対象_名詞 データ_名詞 の_助詞 抽象_名詞 度_接尾辞 +直接_副詞 検索_名詞 +メタデータ_名詞 を_助詞 介_動詞 さ_語尾 ず_助動詞 データ_名詞 その_連体詞 もの_名詞 を_助詞 直接_副詞 計算_名詞 アルゴリズム_名詞 上_接尾辞 で_助詞 処理_名詞 する_動詞 検索_名詞 方法_名詞 。_補助記号 +例_名詞 と_助詞 し_動詞 て_助詞 ハミング_名詞 に_助詞 よ_動詞 る_語尾 検索_名詞 の_助詞 入力_名詞 を_助詞 行_動詞 い_語尾 類似_名詞 する_動詞 音程_名詞 の_助詞 音楽_名詞 を_助詞 検索_名詞 する_動詞 もの_名詞 等_接尾辞 。_補助記号 +実用_名詞 上_接尾辞 は_助詞 、_補助記号 前_名詞 処理_名詞 と_助詞 し_動詞 て_助詞 の_助詞 索引_名詞 の_助詞 生成_名詞 を_助詞 事前_名詞 に_助詞 おこな_動詞 う_語尾 方式_名詞 も_助詞 多_形容詞 い_語尾 が_助詞 、_補助記号 この_連体詞 よう_形状詞 な_助動詞 場合_名詞 も_助詞 データ_名詞 に_助詞 含_動詞 ま_語尾 れ_助動詞 る_語尾 表現_名詞 を_助詞 その_連体詞 まま_名詞 用い_動詞 て_助詞 検索_名詞 を_助詞 行_動詞 う_語尾 ため_名詞 検索_名詞 モデル_名詞 と_助詞 し_動詞 て_助詞 は_助詞 直接_副詞 検索_名詞 に_助詞 分類_名詞 さ_動詞 れ_助動詞 る_語尾 。_補助記号 +全文_名詞 検索_名詞 +直接_副詞 検索_名詞 の_助詞 一種_名詞 で_助動詞 あ_動詞 り_語尾 、_補助記号 文書_名詞 データ_名詞 の_助詞 全文_名詞 から_助詞 自動_名詞 処理_名詞 の_助詞 走査_名詞 に_助詞 よ_動詞 り_語尾 メタデータ_名詞 を_助詞 作成_名詞 し_動詞 て_助詞 保管_名詞 し_動詞 、_補助記号 検索_名詞 の_助詞 入力_名詞 に_助詞 合致_名詞 する_動詞 データ_名詞 を_助詞 検索_名詞 結果_名詞 と_助詞 する_動詞 検索_名詞 方法_名詞 。_補助記号 +「_補助記号 全文_名詞 検索_名詞 システム_名詞 Namazu_名詞 」_補助記号 等_接尾辞 が_助詞 用い_動詞 られ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +間接_名詞 検索_名詞 +データベース_名詞 に_助詞 蓄積_名詞 さ_動詞 れ_助動詞 た_助動詞 データ_名詞 から_助詞 メタデータ_名詞 を_助詞 生成_名詞 し_動詞 て_助詞 保管_名詞 し_動詞 、_補助記号 検索_名詞 の_助詞 入力_名詞 が_助詞 行_動詞 わ_語尾 れ_助動詞 た_助動詞 際_名詞 に_助詞 内部_名詞 表現_名詞 に_助詞 変換_名詞 さ_動詞 れ_助動詞 た_助動詞 検索_名詞 の_助詞 入力_名詞 と_助詞 保管_名詞 さ_動詞 れ_助動詞 た_助動詞 メタデータ_名詞 を_助詞 比較_名詞 する_動詞 こと_名詞 に_助詞 よ_動詞 り_語尾 検索_名詞 結果_名詞 を_助詞 生成_名詞 する_動詞 検索_名詞 方法_名詞 。_補助記号 +検索_名詞 入力_名詞 の_助詞 種類_名詞 +単語_名詞 (_補助記号 キー_名詞 ワード_名詞 )_補助記号 +単語_名詞 (_補助記号 キー_名詞 ワード_名詞 )_補助記号 を_助詞 指定_名詞 する_動詞 こと_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 検索_名詞 を_助詞 行_動詞 う_語尾 。_補助記号 +もっとも_副詞 単純_形状詞 な_助動詞 形式_名詞 と_助詞 言え_動詞 る_語尾 。_補助記号 +検索_名詞 言語_名詞 +システム_名詞 特有_形状詞 の_助詞 検索_名詞 言語_名詞 を_助詞 用い_動詞 て_助詞 検索_名詞 を_助詞 行_動詞 う_語尾 方法_名詞 。_補助記号 +論理_名詞 和_名詞 ・_補助記号 論理_名詞 積_接尾辞 など_助詞 の_助詞 ブーリアンモデル_名詞 の_助詞 演算_名詞 を_助詞 検索_名詞 の_助詞 絞り込み_名詞 に_助詞 利用_名詞 する_動詞 際_名詞 に_助詞 用い_動詞 られ_助動詞 る_語尾 。_補助記号 +研究_名詞 者_接尾辞 や_助詞 法律_名詞 ・_補助記号 医学_名詞 等_接尾辞 の_助詞 専門_名詞 的_接尾辞 な_助動詞 実務_名詞 家_接尾辞 など_助詞 、_補助記号 特定_名詞 の_助詞 分野_名詞 の_助詞 専門_名詞 家_接尾辞 を_助詞 対象_名詞 に_助詞 し_動詞 た_助動詞 検索_名詞 システム_名詞 など_助詞 に_助詞 用い_動詞 られ_助動詞 る_語尾 こと_名詞 が_助詞 多_形容詞 い_語尾 。_補助記号 +SQL_名詞 の_助詞 よう_形状詞 な_助動詞 データベース_名詞 マネージメント_名詞 システム_名詞 で_助詞 標準_名詞 的_接尾辞 標準_名詞 的_接尾辞 が_助詞 言語_名詞 を_助詞 用い_動詞 る_語尾 こと_名詞 も_助詞 あ_動詞 る_語尾 が_助詞 、_補助記号 特定_名詞 の_助詞 検索_名詞 エンジン_名詞 特有_形状詞 の_助詞 検索_名詞 言語_名詞 を_助詞 用い_動詞 て_助詞 い_動詞 る_語尾 システム_名詞 も_助詞 多_形容詞 い_語尾 。_補助記号 +実現_名詞 例_名詞 と_助詞 し_動詞 て_助詞 は_助詞 IEEE_名詞  _補助記号 Xplore_名詞 など_助詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +直接_副詞 入力_名詞 +検索_名詞 の_助詞 パラメータ_名詞 と_助詞 な_動詞 る_語尾 関連_名詞 する_動詞 データ_名詞 を_助詞 直接_副詞 入力_名詞 する_動詞 方法_名詞 。_補助記号 +たとえば_副詞 特定_名詞 の_助詞 画像_名詞 を_助詞 入力_名詞 に_助詞 し_動詞 て_助詞 類似_名詞 し_動詞 た_助動詞 画像_名詞 を_助詞 検索_名詞 する_動詞 もの_名詞 や_助詞 、_補助記号 ハミング_名詞 の_助詞 入力_名詞 を_助詞 受け_動詞 て_助詞 関連_名詞 する_動詞 音楽_名詞 クリップ_名詞 を_助詞 検索_名詞 する_動詞 もの_名詞 など_助詞 が_助詞 研究_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +自然_名詞 文_名詞 +検索_名詞 に_助詞 関わ_動詞 る_語尾 ユーザ_名詞 インタフェース_名詞 の_助詞 研究_名詞 と_助詞 し_動詞 て_助詞 古く_名詞 から_助詞 研究_名詞 が_助詞 行_動詞 わ_語尾 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +近年_名詞 で_助詞 は_助詞 Goo_名詞  _補助記号 ラボ_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 開発_名詞 さ_動詞 れ_助動詞 た_助動詞 「_補助記号 日本_名詞 語_名詞 自然_名詞 文検索_名詞 」_補助記号 が_助詞 大手_名詞 の_助詞 検索_名詞 エンジン_名詞 と_助詞 し_動詞 て_助詞 は_助詞 比較_名詞 的_接尾辞 珍し_形容詞 い_語尾 自然_名詞 文検索_名詞 を_助詞 試験_名詞 的_接尾辞 に_助動詞 提供_名詞 し_動詞 た_助動詞 こと_名詞 で_助詞 話題_名詞 を_助詞 集め_動詞 た_助動詞 。_補助記号 +文書_名詞 +文書_名詞 その_連体詞 もの_名詞 を_助詞 入力_名詞 し_動詞 、_補助記号 入力_名詞 し_動詞 た_助動詞 文書_名詞 と_助詞 類似_名詞 する_動詞 文書_名詞 を_助詞 検索_名詞 する_動詞 。_補助記号 +Query_名詞  _補助記号 by_名詞  _補助記号 Example_名詞 (_補助記号 例示_名詞 に_助詞 よ_動詞 る_語尾 問い合わせ_名詞 )_補助記号 と_助詞 呼_動詞 ば_語尾 れ_助動詞 る_語尾 こと_名詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +マルチメディア_名詞 文書_名詞 検索_名詞 で_助詞 は_助詞 、_補助記号 キー_名詞 ワード_名詞 検索_名詞 より_助詞 も_助詞 より_副詞 一般_名詞 的_接尾辞 に_助動詞 用い_動詞 られ_助動詞 る_語尾 方法_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +検索_名詞 アルゴリズム_名詞 +情報_名詞 検索_名詞 に_助詞 用い_動詞 られ_助動詞 る_語尾 アルゴリズム_名詞 は_助詞 数_名詞 多_形容詞 く_語尾 提案_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +ここ_代名詞 で_助詞 は_助詞 代表_名詞 的_接尾辞 な_助動詞 もの_名詞 に_助詞 つ_動詞 い_語尾 て_助詞 概説_名詞 する_動詞 。_補助記号 +情報_名詞 検索_名詞 アルゴリズム_名詞 の_助詞 詳細_名詞 に_助詞 つ_動詞 い_語尾 て_助詞 は_助詞 情報_名詞 検索_名詞 アルゴリズム_名詞 を_助詞 参照_名詞 の_助詞 こと_名詞 。_補助記号 +一般_名詞 に_助詞 情報_名詞 検索_名詞 システム_名詞 の_助詞 構築_名詞 時_接尾辞 に_助詞 は_助詞 メタデータ_名詞 生成_名詞 時_接尾辞 に_助詞 索引_名詞 を_助詞 同時_名詞 に_助詞 作成_名詞 し_動詞 、_補助記号 検索_名詞 アルゴリズム_名詞 に_助詞 よ_動詞 る_語尾 検索_名詞 結果_名詞 の_助詞 評価_名詞 の_助詞 際_名詞 に_助詞 索引_名詞 を_助詞 用い_動詞 た_助動詞 最適_形状詞 化_接尾辞 を_助詞 行_動詞 う_語尾 が_助詞 、_補助記号 メタデータ_名詞 の_助詞 生成_名詞 法_名詞 や_助詞 索引_名詞 の_助詞 詳細_名詞 に_助詞 つ_動詞 い_語尾 て_助詞 は_助詞 ここ_代名詞 で_助詞 は_助詞 扱_動詞 わ_語尾 な_助動詞 い_語尾 。_補助記号 +パターン_名詞 マッチング_名詞 +検索_名詞 質問_名詞 と_助詞 し_動詞 て_助詞 入力_名詞 さ_動詞 れ_助動詞 た_助動詞 表現_名詞 を_助詞 その_連体詞 まま_名詞 含_動詞 む_語尾 文書_名詞 を_助詞 検索_名詞 する_動詞 アルゴリズム_名詞 。_補助記号 +現在_名詞 で_助詞 は_助詞 単純_形状詞 に_助動詞 パターン_名詞 のみ_助詞 を_助詞 探_動詞 す_語尾 で_助動詞 は_助詞 な_形容詞 く_語尾 、_補助記号 活用_名詞 形_接尾辞 の_助詞 変化_名詞 に_助詞 よ_動詞 る_語尾 同義_名詞 語_名詞 の_助詞 パターン_名詞 の_助詞 不_接頭辞 一致_名詞 を_助詞 解消_名詞 し_動詞 た_助動詞 検索_名詞 を_助詞 行_動詞 っ_語尾 たり_助詞 と_助詞 い_動詞 っ_語尾 た_助動詞 拡張_名詞 が_助詞 しばしば_副詞 行_動詞 わ_語尾 れ_助動詞 る_語尾 。_補助記号 +パターン_名詞 マッチング_名詞 自体_名詞 の_助詞 詳細_名詞 な_助動詞 アルゴリズム_名詞 に_助詞 つ_動詞 い_語尾 て_助詞 は_助詞 文字_名詞 列_名詞 探索_名詞 を_助詞 参照_名詞 。_補助記号 +ブーリアンモデル_名詞 +パターン_名詞 マッチング_名詞 の_助詞 検索_名詞 に_助詞 付け加え_動詞 、_補助記号 メタデータ_名詞 の_助詞 属性_名詞 ごと_接尾辞 の_助詞 絞り込み_名詞 条件_名詞 を_助詞 論理_名詞 和_名詞 ・_補助記号 論理_名詞 積_接尾辞 など_助詞 に_助詞 よ_動詞 っ_語尾 て_助詞 組み合わせ_動詞 て_助詞 併用_名詞 する_動詞 検索_名詞 方法_名詞 。_補助記号 +ベクトル_名詞 空間_名詞 モデル_名詞 +キー_名詞 ワード_名詞 等_接尾辞 を_助詞 各次元_名詞 と_助詞 し_動詞 て_助詞 設定_名詞 し_動詞 た_助動詞 高次元_名詞 ベクトル_名詞 空間_名詞 を_助詞 想定_名詞 し_動詞 、_補助記号 検索_名詞 の_助詞 対象_名詞 と_助詞 する_動詞 データ_名詞 や_助詞 ユーザ_名詞 に_助詞 よ_動詞 る_語尾 検索_名詞 質問_名詞 に_助詞 何_代名詞 ら_接尾辞 か_助詞 の_助詞 加工_名詞 を_助詞 行_動詞 い_語尾 ベクトル_名詞 を_助詞 生成_名詞 する_動詞 。_補助記号 +ベクトル_名詞 空間_名詞 上_接尾辞 に_助詞 検索_名詞 対象_名詞 と_助詞 な_動詞 る_語尾 ベクトル_名詞 を_助詞 配置_名詞 し_動詞 、_補助記号 ベクトル_名詞 化_接尾辞 さ_動詞 れ_助動詞 た_助動詞 検索_名詞 質問_名詞 と_助詞 データ_名詞 の_助詞 ベクトル_名詞 の_助詞 相関_名詞 量_名詞 (_補助記号 ベクトル_名詞 間_接尾辞 の_助詞 コサイン_名詞 、_補助記号 内積_名詞 、_補助記号 ユークリッド_名詞 距離_名詞 など_助詞 が_助詞 用い_動詞 られ_助動詞 る_語尾 。_補助記号 +)_補助記号 に_助詞 よ_動詞 っ_語尾 て_助詞 検索_名詞 の_助詞 対象_名詞 の_助詞 データ_名詞 と_助詞 検索_名詞 質問_名詞 の_助詞 関係_名詞 の_助詞 強_形容詞 さ_接尾辞 を_助詞 計算_名詞 する_動詞 モデル_名詞 。_補助記号 +潜在_名詞 的_接尾辞 意味_名詞 索引付け_名詞 (_補助記号 潜在_名詞 的_接尾辞 意味_名詞 分析_名詞 、_補助記号 LSI_名詞 )_補助記号 +ベクトル_名詞 空間_名詞 モデル_名詞 の_助詞 応用_名詞 と_助詞 し_動詞 て_助詞 考案_名詞 さ_動詞 れ_助動詞 た_助動詞 検索_名詞 アルゴリズム_名詞 。_補助記号 +高次元_名詞 ベクトル_名詞 空間_名詞 を_助詞 行列_名詞 と_助詞 し_動詞 て_助詞 扱い_名詞 特異_名詞 値_接尾辞 分解_名詞 を_助詞 行_動詞 い_語尾 、_補助記号 得_動詞 られ_助動詞 た_助動詞 直交_名詞 低_接頭辞 次元_名詞 ベクトル_名詞 空間_名詞 上_接尾辞 検索_名詞 を_助詞 行_動詞 う_語尾 。_補助記号 +単純_形状詞 な_助動詞 ベクトル_名詞 空間_名詞 モデル_名詞 で_助詞 の_助詞 検索_名詞 に_助詞 比べ_動詞 て_助詞 、_補助記号 同義_名詞 語_名詞 が_助詞 用い_動詞 られ_助動詞 て_助詞 い_動詞 る_語尾 文書_名詞 間_接尾辞 の_助詞 関連_名詞 を_助詞 反映_名詞 し_動詞 、_補助記号 検索_名詞 の_助詞 対象_名詞 の_助詞 データ_名詞 の_助詞 内容_名詞 的_接尾辞 な_助動詞 偏り_名詞 に_助詞 影響_名詞 を_助詞 受け_動詞 にく_形容詞 い_語尾 検索_名詞 を_助詞 行_動詞 う_語尾 こと_名詞 が_助詞 でき_動詞 る_語尾 と_助詞 い_動詞 う_語尾 メリット_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +機械_名詞 翻訳_名詞 (_補助記号 きかい_名詞 ほんやく_名詞 )_補助記号 と_助詞 は_助詞 、_補助記号 ある_連体詞 自然_名詞 言語_名詞 を_助詞 別_名詞 の_助詞 自然_名詞 言語_名詞 へ_助詞 機械_名詞 的_接尾辞 に_助動詞 変換_名詞 する_動詞 技術_名詞 を_助詞 い_動詞 う_語尾 。_補助記号 +機械_名詞 翻訳_名詞 の_助詞 概念_名詞 自体_名詞 は_助詞 コンピュータ_名詞 の_助詞 存在_名詞 以前_名詞 より_助詞 存在_名詞 する_動詞 ため_名詞 、_補助記号 機械_名詞 翻訳_名詞 と_助詞 翻訳_名詞 ソフト_名詞 は_助詞 同義_名詞 で_助動詞 は_助詞 な_形容詞 い_語尾 が_助詞 、_補助記号 現在_名詞 で_助詞 は_助詞 ほとんど_名詞 翻訳_名詞 ソフト_名詞 と_助詞 し_動詞 て_助詞 実装_名詞 さ_動詞 れ_助動詞 る_語尾 。_補助記号 +例_名詞 と_助詞 し_動詞 て_助詞 、_補助記号 英語_名詞 の_助詞 文章_名詞 を_助詞 入力_名詞 する_動詞 と_助詞 それ_代名詞 を_助詞 翻訳_名詞 し_動詞 た_助動詞 日本_名詞 語_名詞 の_助詞 文章_名詞 を_助詞 出力_名詞 する_動詞 英和_名詞 翻訳_名詞 ソフトウエア_名詞 など_助詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +自動_名詞 翻訳_名詞 と_助詞 も_助詞 い_動詞 う_語尾 。_補助記号 +近年_名詞 は_助詞 統計_名詞 、_補助記号 人工_名詞 知能_名詞 、_補助記号 コンピュータ_名詞 処理_名詞 能力_名詞 、_補助記号 データベース_名詞 、_補助記号 記憶_名詞 容量_名詞 の_助詞 進歩_名詞 に_助詞 よ_動詞 り_語尾 急速_形状詞 に_助動詞 成長_名詞 し_動詞 て_助詞 い_動詞 る_語尾 分野_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +尚_接続詞 、_補助記号 翻訳_名詞 方法_名詞 の_助詞 もう_副詞 一_名詞 つ_接尾辞 と_助詞 し_動詞 て_助詞 、_補助記号 「_補助記号 人力_名詞 翻訳_名詞 (_補助記号 人_名詞 の_助詞 手_名詞 に_助詞 よ_動詞 る_語尾 翻訳_名詞 )_補助記号 」_補助記号 が_助詞 あ_動詞 る_語尾 。_補助記号 +目次_名詞 +1_名詞  _補助記号 歴史_名詞 +2_名詞  _補助記号 アプローチ_名詞 +2_名詞 ._補助記号 1_名詞  _補助記号 統計_名詞 翻訳_名詞 +3_名詞  _補助記号 問題_名詞 +3_名詞 ._補助記号 1_名詞  _補助記号 語義_名詞 の_助詞 多義_名詞 性_接尾辞 +3_名詞 ._補助記号 2_名詞  _補助記号 常識_名詞 +4_名詞  _補助記号 翻訳_名詞 支援_名詞 +5_名詞  _補助記号 実用_名詞 性_接尾辞 +6_名詞  _補助記号 アプリケーション_名詞 +7_名詞  _補助記号 評価_名詞 +8_名詞  _補助記号 関連_名詞 項目_名詞 +9_名詞  _補助記号 外部_名詞 リンク_名詞 +10_名詞  _補助記号 出典_名詞 +歴史_名詞 +この_連体詞 節_名詞 は_助詞 執筆_名詞 の_助詞 途中_名詞 で_助詞 す_語尾  _補助記号 この_連体詞 節_名詞 は_助詞 執筆_名詞 中_接尾辞 で_助動詞 す_語尾 。_補助記号 +加筆_名詞 、_補助記号 訂正_名詞 し_動詞 て_助詞 下さ_動詞 る_語尾 協力_名詞 者_接尾辞 を_助詞 求め_動詞 て_助詞 い_動詞 ま_助動詞 す_語尾 。_補助記号 +アプローチ_名詞 +現在_名詞 広_形容詞 く_語尾 使_動詞 わ_語尾 れ_助動詞 て_助詞 い_動詞 る_語尾 機械_名詞 翻訳_名詞 の_助詞 原理_名詞 は_助詞 次_名詞 の_助詞 とおり_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 + _補助記号 言語_名詞  _補助記号 X_記号  _補助記号 で_助詞 書_動詞 か_語尾 れ_助動詞 て_助詞 い_動詞 る_語尾 文_名詞 を_助詞 言語_名詞  _補助記号 Y_記号  _補助記号 に_助詞 翻訳_名詞 する_動詞 場合_名詞 :_補助記号 +言語_名詞  _補助記号 X_記号  _補助記号 の_助詞 文_名詞 を_助詞 構文_名詞 解析_名詞 する_動詞 。_補助記号 +得_動詞 られ_助動詞 た_助動詞 構文_名詞 木_名詞 を_助詞 、_補助記号 定め_動詞 られ_助動詞 た_助動詞 規則_名詞 に_助詞 従_動詞 っ_語尾 て_助詞 変換_名詞 し_動詞 、_補助記号 言語_名詞  _補助記号 Y_記号  _補助記号 の_助詞 構文_名詞 木_名詞 を_助詞 得_動詞 る_語尾 。_補助記号 +変換_名詞 し_動詞 た_助動詞 構文_名詞 木_名詞 から_助詞 言語_名詞  _補助記号 Y_記号  _補助記号 の_助詞 文_名詞 を_助詞 生成_名詞 する_動詞 。_補助記号 +例_名詞 と_助詞 し_動詞 て_助詞 、_補助記号 英語_名詞 から_助詞 日本_名詞 語_名詞 へ_助詞 の_助詞 翻訳_名詞 を_助詞 考え_動詞 る_語尾 。_補助記号 + _補助記号 以下_名詞 の_助詞 よう_形状詞 な_助動詞 原文_名詞 が_助詞 与え_動詞 られ_助動詞 た_助動詞 と_助詞 し_動詞 よ_語尾 う_助動詞 。_補助記号 +”_補助記号 I_記号  _補助記号 have_名詞  _補助記号 a_記号  _補助記号 pen_名詞 ._補助記号 ”_補助記号 +この_連体詞 文_名詞 を_助詞 解析_名詞 し_動詞 て_助詞 得_動詞 られ_助動詞 る_語尾 構文_名詞 木_名詞 は_助詞 次_名詞 の_助詞 よう_形状詞 に_助動詞 な_動詞 る_語尾 :_補助記号 +EnglishSyntaxTreeSample_補助記号 1_名詞 ._補助記号 png_名詞 +ここ_代名詞 で_助詞 、_補助記号 以下_名詞 の_助詞 よう_形状詞 な_助動詞 辞書_名詞 を_助詞 使_動詞 っ_語尾 て_助詞 英語_名詞 の_助詞 単語_名詞 を_助詞 日本_名詞 語_名詞 の_助詞 単語_名詞 に_助詞 置き換え_動詞 る_語尾 :_補助記号 +英語_名詞  _補助記号  _補助記号 日本_名詞 語_名詞 +I_記号  _補助記号  _補助記号 私_代名詞 +have_名詞  _補助記号  _補助記号 持_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 +a_記号  _補助記号  _補助記号 ー_補助記号  _補助記号 (_補助記号 空白_名詞 )_補助記号 +pen_名詞  _補助記号  _補助記号 ペン_名詞 +構文_名詞 木_名詞 は_助詞 次_名詞 の_助詞 よう_形状詞 に_助動詞 な_動詞 る_語尾 :_補助記号 +(_補助記号 S_記号  _補助記号 (_補助記号 NP_名詞  _補助記号 (_補助記号 pron_名詞  _補助記号 私_代名詞 )_補助記号 )_補助記号  _補助記号 (_補助記号 VP_名詞  _補助記号 (_補助記号 verb_名詞  _補助記号 持_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 )_補助記号  _補助記号 (_補助記号 NP_名詞  _補助記号 (_補助記号 det _英単語 ー_補助記号 )_補助記号  _補助記号 (_補助記号 noun_名詞  _補助記号 ペン_名詞 )_補助記号 )_補助記号 )_補助記号 )_補助記号 +しかしまだ_名詞 語順_名詞 が_助詞 正し_形容詞 く_語尾 な_形容詞 い_語尾 し_助詞 、_補助記号 助詞_名詞 も_助詞 な_形容詞 い_語尾 。_補助記号 + _補助記号 ここ_代名詞 で_助詞 構文_名詞 木_名詞 に_助詞 対_動詞 し_語尾 て_助詞 以下_名詞 の_助詞 よう_形状詞 な_助動詞 規則_名詞 を_助詞 適用_名詞 し_動詞 て_助詞 変換_名詞 を_助詞 おこな_動詞 う_語尾 :_補助記号 +”_補助記号 S_記号  _補助記号 →_補助記号  _補助記号 NP_名詞  _補助記号 VP_名詞 ”_補助記号  _補助記号 と_助詞 い_動詞 う_語尾 ノード_名詞 が_助詞 あ_動詞 れ_語尾 ば_助詞 、_補助記号 それ_代名詞 を_助詞  _補助記号 ”_補助記号 S_記号  _補助記号 →_補助記号  _補助記号 NP_名詞  _補助記号 は_助詞  _補助記号 VP_名詞 ”_補助記号  _補助記号 に_助詞 変換_名詞 せ_助動詞 よ_助詞 。_補助記号 +”_補助記号 VP_名詞  _補助記号 →_補助記号  _補助記号 verb_名詞  _補助記号 NP_名詞 ”_補助記号  _補助記号 と_助詞 い_動詞 う_語尾 ノード_名詞 が_助詞 あ_動詞 れ_語尾 ば_助詞 、_補助記号 それ_代名詞 を_助詞  _補助記号 ”_補助記号 VP_名詞  _補助記号 →_補助記号  _補助記号 NP_名詞  _補助記号 を_助詞  _補助記号 verb_名詞 ”_補助記号  _補助記号 に_助詞 変換_名詞 せ_助動詞 よ_助詞 。_補助記号 +する_動詞 と_助詞 変換_名詞 さ_動詞 れ_助動詞 た_助動詞 木_名詞 は_助詞 この_連体詞 よう_形状詞 に_助動詞 な_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 :_補助記号 +(_補助記号 S_記号  _補助記号 (_補助記号 NP_名詞  _補助記号 (_補助記号 pron_名詞  _補助記号 私_代名詞 )_補助記号 )_補助記号  _補助記号 は_助詞  _補助記号 (_補助記号 VP_名詞  _補助記号 (_補助記号 NP_名詞  _補助記号 (_補助記号 det _英単語 ー_補助記号 )_補助記号  _補助記号 (_補助記号 noun_名詞  _補助記号 ペン_名詞 )_補助記号 )_補助記号  _補助記号 を_助詞  _補助記号 (_補助記号 verb_名詞  _補助記号 持_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 )_補助記号 )_補助記号 )_補助記号 +ここ_代名詞 から_助詞 、_補助記号 以下_名詞 の_助詞 よう_形状詞 な_助動詞 翻訳_名詞 文_名詞 を_助詞 生成_名詞 でき_動詞 る_語尾 :_補助記号 +”_補助記号 私_代名詞 は_助詞 ペン_名詞 を_助詞 持_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 。_補助記号 +”_補助記号 +これ_代名詞 は_助詞 非常_形状詞 に_助動詞 単純_形状詞 な_助動詞 例_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 + _補助記号 実際_名詞 に_助詞 は_助詞 英語_名詞 の_助詞  _補助記号 have_名詞  _補助記号 は_助詞 複数_名詞 の_助詞 語義_名詞 を_助詞 も_動詞 つ_語尾 の_助詞 で_助動詞 、_補助記号 語義_名詞 の_助詞 曖昧_名詞 性_接尾辞 解消_名詞 を_助詞 し_動詞 な_助動詞 けれ_語尾 ば_助詞 単純_形状詞 に_助動詞 「_補助記号 have_名詞  _補助記号 →_補助記号  _補助記号 持_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 」_補助記号 と_助詞 い_動詞 う_語尾 変換_名詞 を_助詞 する_動詞 こと_名詞 は_助詞 でき_動詞 な_助動詞 い_語尾 。_補助記号 + _補助記号 また_接続詞 、_補助記号 モダリティ_名詞 の_助詞 考慮_名詞 や_助詞 、_補助記号 照応_名詞 の_助詞 解決_名詞 、_補助記号 敬語_名詞 の_助詞 扱い_名詞 、_補助記号 自然_形状詞 な_助動詞 言_動詞 いまわし_名詞 の_助詞 文_名詞 の_助詞 生成_名詞 など_助詞 実用_名詞 的_接尾辞 な_助動詞 翻訳_名詞 ソフトウエア_名詞 を_助詞 つく_動詞 る_語尾 ため_名詞 に_助詞 は_助詞 多く_名詞 の_助詞 こと_名詞 を_助詞 考慮_名詞 に_助詞 入れ_動詞 る_語尾 必要_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +統計_名詞 翻訳_名詞 +詳細_名詞 は_助詞 「_補助記号 統計_名詞 翻訳_名詞 」_補助記号 を_助詞 参照_名詞 +計算_名詞 機_接尾辞 の_助詞 発達_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 1990_接頭辞 年代_名詞 以降_名詞 研究_名詞 が_助詞 盛ん_形状詞 に_助動詞 な_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 の_助詞 は_助詞 統計_名詞 的_接尾辞 な_助動詞 手法_名詞 を_助詞 用い_動詞 た_助動詞 機械_名詞 翻訳_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 + _補助記号 これ_代名詞 は_助詞 音声_名詞 認識_名詞 の_助詞 分野_名詞 で_助詞 用い_動詞 られ_助動詞 て_助詞 い_動詞 た_助動詞 雑音_名詞 チャネル_名詞 モデル_名詞 を_助詞 応用_名詞 し_動詞 た_助動詞 もの_名詞 で_助動詞 、_補助記号 元_名詞 言語_名詞 (_補助記号 翻訳_名詞 元_名詞 の_助詞 言語_名詞 )_補助記号  _補助記号 f_記号  _補助記号 は_助詞 目的_名詞 言語_名詞 (_補助記号 翻訳_名詞 後_接尾辞 の_助詞 言語_名詞 )_補助記号  _補助記号 e_記号  _補助記号 が_助詞 雑音_名詞 の_助詞 あ_動詞 る_語尾 通信_名詞 路_接尾辞 を_助詞 通_動詞 る_語尾 間_名詞 に_助詞 変化_名詞 し_動詞 て_助詞 しま_動詞 っ_語尾 た_助動詞 もの_名詞 で_助動詞 あ_動詞 る_語尾 と_助詞 捉え_動詞 、_補助記号 翻訳_名詞 と_助詞 は_助詞 元_名詞 言語_名詞 から_助詞 目的_名詞 言語_名詞 へ_助詞 の_助詞 復号_名詞 で_助動詞 あ_動詞 る_語尾 と_助詞 考え_動詞 る_語尾 。_補助記号 + _補助記号 この_連体詞 時_名詞 、_補助記号 復号_名詞 誤り_名詞 が_助詞 最も_副詞 小さ_形容詞 く_語尾 な_動詞 る_語尾 翻訳_名詞 結果_名詞  _補助記号 \_補助記号 hat{_名詞 e_記号 }_補助記号  _補助記号 は_助詞 以下_名詞 の_助詞 式_名詞 を_助詞 満た_動詞 す_語尾 こと_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 得_動詞 られ_助動詞 る_語尾 。_補助記号 +\_補助記号 hat{_補助記号 e_記号 }_補助記号  _補助記号 =_補助記号  _補助記号 \_補助記号 mathrm_名詞 {_補助記号 argmax}_{_英単語 e_記号 }_補助記号  _補助記号 P_記号 (_補助記号 e_記号 |_補助記号 f_記号 )_補助記号 +しかし_接続詞 、_補助記号 この_連体詞 まま_名詞 で_助詞 は_助詞 モデル_名詞 化_接尾辞 が_助詞 難し_形容詞 い_語尾 ため_名詞 、_補助記号 ベイズ_名詞 の_助詞 定理_名詞 を_助詞 用い_動詞 て_助詞 以下_名詞 の_助詞 よう_形状詞 に_助動詞 変形_名詞 する_動詞 。_補助記号 +\_補助記号 mathrm_名詞 {_補助記号 argmax}_{_英単語 e_記号 }_補助記号  _補助記号 P_記号 (_補助記号 e_記号 |_補助記号 f_記号 )_補助記号  _補助記号 =_補助記号  _補助記号 \_補助記号 mathrm_名詞 {_補助記号 argmax}_{_英単語 e_記号 }_補助記号  _補助記号 \_補助記号 frac_名詞 {_補助記号 P_記号 (_補助記号 e_記号 )_補助記号 P_記号 (_補助記号 f_記号 |_補助記号 e_記号 )_補助記号 }_補助記号 {_補助記号 P_記号 (_補助記号 f_記号 )_補助記号 }_補助記号  _補助記号 =_補助記号  _補助記号 \_補助記号 mathrm_名詞 {_補助記号 argmax}_{e_名詞 }_補助記号 P_記号 (_補助記号 e_記号 )_補助記号 P_記号 (_補助記号 f_記号 |_補助記号 e_記号 )_補助記号 +よ_動詞 っ_語尾 て_助詞 +\_補助記号 hat{_補助記号 e_記号 }_補助記号  _補助記号 =_補助記号  _補助記号 \_補助記号 mathrm_名詞 {_補助記号 argmax}_{_英単語 e_記号 }_補助記号  _補助記号 P_記号 (_補助記号 e_記号 )_補助記号 P_記号 (_補助記号 f_記号 |_補助記号 e_記号 )_補助記号 +ここ_代名詞 で_助詞  _補助記号 P_記号 (_補助記号 e_記号 )_補助記号  _補助記号 を_助詞 モデル_名詞 化_接尾辞 し_動詞 た_助動詞 もの_名詞 を_助詞 言語_名詞 モデル_名詞 、_補助記号 P_記号 (_補助記号 f_記号 |_補助記号 e_記号 )_補助記号  _補助記号 を_助詞 モデル_名詞 化_接尾辞 し_動詞 た_助動詞 もの_名詞 を_助詞 翻訳_名詞 モデル_名詞 と_助詞 呼_動詞 び_語尾 、_補助記号 言語_名詞 モデル_名詞 は_助詞 言語_名詞 と_助詞 し_動詞 て_助詞 の_助詞 確_名詞 からし_名詞 さ_接尾辞 を_助詞 、_補助記号 翻訳_名詞 モデル_名詞 は_助詞 翻訳_名詞 の_助詞 確_名詞 からし_名詞 さ_接尾辞 を_助詞 モデル_名詞 化_接尾辞 し_動詞 て_助詞 い_動詞 る_語尾 と_助詞 言え_動詞 る_語尾 。_補助記号 +そして_接続詞 、_補助記号 これ_代名詞 ら_接尾辞 の_助詞 モデル_名詞 から_助詞 翻訳_名詞 候補_名詞 を_助詞 生成_名詞 し_動詞 、_補助記号 最も_副詞 確率_名詞 の_助詞 高_形容詞 い_語尾 翻訳_名詞 結果_名詞 を_助詞 探索_名詞 する_動詞 処理_名詞 系_接尾辞 を_助詞 デコーダ_名詞 と_助詞 呼_動詞 ぶ_語尾 。_補助記号 +翻訳_名詞 モデル_名詞 のみ_助詞 で_助詞 は_助詞 目的_名詞 言語_名詞 と_助詞 し_動詞 て_助詞 正し_形容詞 く_語尾 な_形容詞 い_語尾 文_名詞 と_助詞 な_動詞 っ_語尾 て_助詞 しま_動詞 う_語尾 ため_名詞 、_補助記号 言語_名詞 モデル_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 目的_名詞 言語_名詞 と_助詞 し_動詞 て_助詞 正し_形容詞 く_語尾 な_形容詞 い_語尾 文_名詞 を_助詞 取り除け_動詞 る_語尾 と_助詞 考え_動詞 られ_助動詞 る_語尾 。_補助記号 +また_接続詞 、_補助記号 言語_名詞 モデル_名詞 に_助詞 つ_動詞 い_語尾 て_助詞 の_助詞 研究_名詞 は_助詞 音声_名詞 認識_名詞 など_助詞 の_助詞 分野_名詞 に_助詞 お_動詞 い_語尾 て_助詞 既に_副詞 研究_名詞 が_助詞 行_動詞 わ_語尾 れ_助動詞 て_助詞 お_動詞 り_語尾 、_補助記号 その_連体詞 知見_名詞 を_助詞 生か_動詞 す_語尾 こと_名詞 も_助詞 でき_動詞 る_語尾 。_補助記号 +実際_名詞 に_助詞 は_助詞 パラレル_名詞 コーパス_名詞 と_助詞 呼_動詞 ば_語尾 れ_助動詞 る_語尾 文_名詞 同士_接尾辞 の_助詞 対応_名詞 が_助詞 つ_動詞 い_語尾 た_助動詞 2_名詞 言語_名詞 間_接尾辞 の_助詞 コーパス_名詞 を_助詞 用い_動詞 て_助詞 この_連体詞 確率_名詞 を_助詞 推定_名詞 する_動詞 こと_名詞 に_助詞 な_動詞 る_語尾 。_補助記号 +問題_名詞 +語義_名詞 の_助詞 多義_名詞 性_接尾辞 +この_連体詞 節_名詞 は_助詞 執筆_名詞 の_助詞 途中_名詞 で_助詞 す_語尾  _補助記号 この_連体詞 節_名詞 は_助詞 執筆_名詞 中_接尾辞 で_助動詞 す_語尾 。_補助記号 +加筆_名詞 、_補助記号 訂正_名詞 し_動詞 て_助詞 下さ_動詞 る_語尾 協力_名詞 者_接尾辞 を_助詞 求め_動詞 て_助詞 い_動詞 ま_助動詞 す_語尾 。_補助記号 +常識_名詞 +機械_名詞 に_助詞 よ_動詞 る_語尾 翻訳_名詞 の_助詞 困難_名詞 さ_接尾辞 の_助詞 ひと_名詞 つ_接尾辞 は_助詞 、_補助記号 それ_代名詞 が_助詞 文法_名詞 や_助詞 単語_名詞 の_助詞 意味_名詞 の_助詞 解析_名詞 と_助詞 い_動詞 っ_語尾 た_助動詞 論理_名詞 的_接尾辞 処理_名詞 だけ_助詞 で_助詞 は_助詞 解決_名詞 し_動詞 な_助動詞 い_語尾 点_名詞 に_助詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +たとえば_副詞 次_名詞 の_助詞 英語_名詞 の_助詞 文_名詞 は_助詞 、_補助記号 +Time_名詞  _補助記号 flies_名詞  _補助記号 like_名詞  _補助記号 an_名詞  _補助記号 arrow_名詞 ._補助記号 +普通_名詞 は_助詞 これ_代名詞 を_助詞 「_補助記号 時_名詞 は_助詞 矢_名詞 の_助詞 よう_形状詞 に_助動詞 飛び去_動詞 る_語尾 」_補助記号 (_補助記号 光陰_名詞 矢_名詞 の_助詞 ごと_助動詞 し_語尾 )_補助記号 と_助詞 解釈_名詞 する_動詞 が_助詞 、_補助記号 これ_代名詞 を_助詞 「_補助記号 時間_名詞 蠅_名詞 は_助詞 矢_名詞 を_助詞 好_動詞 む_語尾 」_補助記号 と_助詞 訳_動詞 する_語尾 こと_名詞 も_助詞 可能_形状詞 で_助動詞 、_補助記号 文法_名詞 的_接尾辞 に_助動詞 も_助詞 破綻_名詞 が_助詞 な_形容詞 い_語尾 。_補助記号 +当然_副詞 、_補助記号 普通_名詞 は_助詞 後者_名詞 は_助詞 間違い_名詞 な_助動詞 の_助詞 で_助動詞 あ_動詞 る_語尾 が_助詞 、_補助記号 後者_名詞 を_助詞 捨て去_動詞 る_語尾 判断_名詞 が_助詞 でき_動詞 る_語尾 ため_名詞 に_助詞 は_助詞 、_補助記号 人_名詞 に_助詞 は_助詞 時_名詞 が_助詞 素早_形容詞 く_語尾 過ぎ_動詞 る_語尾 と_助詞 感_動詞 じ_語尾 られ_助動詞 る_語尾 こと_名詞 が_助詞 あ_動詞 る_語尾 こと_名詞 、_補助記号 矢_名詞 は_助詞 速_形容詞 く_語尾 飛_動詞 ぶ_語尾 こと_名詞 、_補助記号 時間_名詞 蠅_名詞 と_助詞 い_動詞 う_語尾 生き物_名詞 は_助詞 存在_名詞 し_動詞 なさ_動詞 そう_形状詞 な_助動詞 こと_名詞 、_補助記号 虫_名詞 が_助詞 矢_名詞 を_助詞 好_動詞 む_語尾 こと_名詞 など_助詞 あ_動詞 り_語尾 そう_形状詞 に_助動詞 な_形容詞 い_語尾 こと_名詞 等_接尾辞 の_助詞 知識_名詞 が_助詞 必要_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +極論_名詞 すれ_動詞 ば_助詞 、_補助記号 正し_形容詞 い_語尾 翻訳_名詞 を_助詞 行_動詞 う_語尾 ため_名詞 に_助詞 は_助詞 その_連体詞 文_名詞 が_助詞 かかわ_動詞 る_語尾 世界_名詞 その_連体詞 もの_名詞 に_助詞 関_動詞 する_語尾 あらゆる_連体詞 知識_名詞 や_助詞 感覚_名詞 が_助詞 必要_名詞 に_助動詞 な_動詞 る_語尾 。_補助記号 +また_接続詞 、_補助記号 あり_動詞 そう_形状詞 に_助動詞 な_形容詞 い_語尾 時間_名詞 蠅_接尾辞 も_助詞 、_補助記号 たとえば_副詞 ルイス_名詞 ・_補助記号 キャロル_名詞 なら_助動詞 存在_名詞 さ_動詞 せ_助動詞 る_語尾 か_助詞 も_助詞 しれ_動詞 ず_助動詞 、_補助記号 問題_名詞 は_助詞 より_副詞 複雑_名詞 に_助動詞 な_動詞 る_語尾 。_補助記号 +翻訳_名詞 支援_名詞 +「_補助記号 翻訳_名詞 支援_名詞 ツール_名詞 」_補助記号 および_接続詞 「_補助記号 翻訳_名詞 メモリ_名詞 」_補助記号 も_助詞 参照_名詞 +いわゆる_連体詞 機械_名詞 翻訳_名詞 は_助詞 「_補助記号 自動_名詞 翻訳_名詞 」_補助記号 と_助詞 「_補助記号 翻訳_名詞 支援_名詞 」_補助記号 の_助詞 2_名詞 つ_接尾辞 の_助詞 まったく_副詞 異な_動詞 る_語尾 方向_名詞 で_助詞 用い_動詞 られ_助動詞 る_語尾 。_補助記号 +自動_名詞 翻訳_名詞 で_助詞 は_助詞 人間_名詞 の_助詞 介入_名詞 は_助詞 最小_名詞 限_接尾辞 で_助動詞 あ_動詞 り_語尾 、_補助記号 すべて_名詞 を_助詞 機械_名詞 に_助詞 翻訳_名詞 さ_動詞 せ_助動詞 よ_語尾 う_助動詞 と_助詞 する_動詞 。_補助記号 +これ_代名詞 は_助詞 「_補助記号 翻訳_名詞 元_名詞 の_助詞 言語_名詞 を_助詞 理解_名詞 する_動詞 こと_名詞 が_助詞 でき_動詞 な_助動詞 い_語尾 人_接尾辞 」_補助記号 の_助詞 ため_名詞 の_助詞 技術_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +翻訳_名詞 支援_名詞 は_助詞 プロ_名詞 の_助詞 翻訳_名詞 者_接尾辞 が_助詞 翻訳_名詞 作業_名詞 を_助詞 効率_名詞 的_接尾辞 かつ_接続詞 高_接頭辞 品質_名詞 に_助詞 行_動詞 う_語尾 ため_名詞 に_助詞 翻訳_名詞 ソフト_名詞 を_助詞 活用_名詞 する_動詞 もの_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +これ_代名詞 は_助詞 すでに_副詞 一部_名詞 の_助詞 先進_名詞 的_接尾辞 な_助動詞 翻訳_名詞 者_接尾辞 に_助詞 よ_動詞 っ_語尾 て_助詞 活用_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +実用_名詞 性_接尾辞 +現実_名詞 の_助詞 翻訳_名詞 は_助詞 互い_名詞 の_助詞 言語_名詞 の_助詞 関係_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 も_助詞 大き_形容詞 く_語尾 異な_動詞 る_語尾 。_補助記号 +言語_名詞 は_助詞 それぞれ_名詞 孤立_名詞 し_動詞 て_助詞 存在_名詞 する_動詞 もの_名詞 で_助動詞 は_助詞 な_形容詞 く_語尾 、_補助記号 多_形容詞 かれ_語尾 少な_形容詞 かれ_語尾 互い_名詞 に_助詞 影響_名詞 し_動詞 あ_動詞 っ_語尾 て_助詞 存在_名詞 する_動詞 。_補助記号 +特に_副詞 共通_名詞 の_助詞 歴史_名詞 が_助詞 長_形容詞 い_語尾 場合_名詞 、_補助記号 文法_名詞 や_助詞 語彙_名詞 に_助詞 共通_名詞 性_接尾辞 、_補助記号 あるいは_接続詞 共通_名詞 の_助詞 起源_名詞 を_助詞 多_形容詞 く_語尾 持_動詞 つ_語尾 こと_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +その_連体詞 よう_形状詞 な_助動詞 場合_名詞 、_補助記号 極端_名詞 に_助動詞 言_動詞 え_語尾 ば_助詞 単語_名詞 を_助詞 置き換え_動詞 る_語尾 だけ_助詞 で_助詞 も_助詞 ある_連体詞 程度_名詞 の_助詞 レベル_名詞 の_助詞 翻訳_名詞 が_助詞 可能_形状詞 で_助動詞 あ_動詞 る_語尾 から_助詞 、_補助記号 機械_名詞 翻訳_名詞 も_助詞 より_副詞 容易_形容詞 い_語尾 。_補助記号 +だいたい_名詞 の_助詞 意味_名詞 を_助詞 知_動詞 る_語尾 ため_名詞 の_助詞 概訳_名詞 に_助詞 つ_動詞 い_語尾 て_助詞 は_助詞 、_補助記号 フランス_名詞 語_名詞 、_補助記号 スペイン_名詞 語_名詞 、_補助記号 イタリア_名詞 語_名詞 など_助詞 インド_名詞 ・_補助記号 ヨーロッパ_名詞 語族_名詞 ロマンス_名詞 語_名詞 系_接尾辞 諸語_名詞 間_接尾辞 の_助詞 自動_名詞 翻訳_名詞 は_助詞 比較_名詞 的_接尾辞 順当_名詞 で_助動詞 あ_動詞 り_語尾 、_補助記号 英語_名詞 と_助詞 ロマンス_名詞 語_名詞 系_接尾辞 あるいは_接続詞 ゲルマン_名詞 語_名詞 系_接尾辞 言語_名詞 と_助詞 の_助詞 間_名詞 の_助詞 自動_名詞 翻訳_名詞 も_助詞 実用_名詞 レベル_名詞 に_助詞 達_動詞 し_語尾 て_助詞 い_動詞 る_語尾 と_助詞 いえ_動詞 る_語尾 。_補助記号 +日本_名詞 語_名詞 から_助詞 の_助詞 翻訳_名詞 の_助詞 場合_名詞 、_補助記号 実用_名詞 の_助詞 レベル_名詞 に_助詞 あ_動詞 る_語尾 の_助詞 は_助詞 日韓_名詞 自動_名詞 翻訳_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +日本_名詞 語_名詞 と_助詞 韓国_名詞 語_名詞 は_助詞 膠着_名詞 語_名詞 で_助動詞 あ_動詞 る_語尾 と_助詞 い_動詞 う_語尾 文法_名詞 的_接尾辞 共通_名詞 性_接尾辞 や_助詞 、_補助記号 漢語_名詞 から_助詞 の_助詞 借用語_名詞 も_助詞 あ_動詞 り_語尾 、_補助記号 自動_名詞 翻訳_名詞 の_助詞 精度_名詞 は_助詞 文体_名詞 に_助詞 も_助詞 よる_名詞 が_助詞 普通_名詞 80_名詞 %_接尾辞 ~_補助記号 90_名詞 %_接尾辞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +この_連体詞 ため_名詞 、_補助記号 日韓_名詞 間_接尾辞 で_助詞 は_助詞 自動_名詞 翻訳_名詞 掲示_名詞 板_接尾辞 など_助詞 実用_名詞 サイト_名詞 も_助詞 存在_名詞 する_動詞 。_補助記号 +(_補助記号 外部_名詞 リンク_名詞 、_補助記号 NAVER_名詞 日韓_名詞 自動_名詞 翻訳_名詞 掲示_名詞 板_接尾辞 参照_名詞 )_補助記号 。_補助記号 +日本_名詞 語_名詞 の_助詞 場合_名詞 助詞_名詞 や_助詞 同音_名詞 異義_名詞 語_名詞 が_助詞 多数_名詞 存在_名詞 する_動詞 ため_名詞 に_助詞 形態_名詞 素_接尾辞 解析_名詞 の_助詞 段階_名詞 で_助詞 翻訳_名詞 に_助詞 困難_名詞 を_助詞 きた_動詞 す_語尾 。_補助記号 +ゆえ_名詞 に_助詞 一般_名詞 に_助詞 英日_名詞 翻訳_名詞 に_助詞 比べ_動詞 て_助詞 日英_名詞 翻訳_名詞 の_助詞 能力_名詞 は_助詞 低_形容詞 い_語尾 段階_名詞 に_助詞 あ_動詞 る_語尾  _補助記号 。_補助記号 +英語_名詞 の_助詞 語学_名詞 力_接尾辞 の_助詞 な_形容詞 い_語尾 人_名詞 が_助詞 英訳_名詞 を_助詞 行_動詞 い_語尾 出来上が_動詞 っ_語尾 た_助動詞 英文_名詞 の_助詞 評価_名詞 が_助詞 出来_動詞 な_助動詞 い_語尾 場合_名詞 、_補助記号 英訳_名詞 し_動詞 た_助動詞 文_名詞 を_助詞 日本_名詞 語_名詞 に_助詞 再_接頭辞 変換_名詞 し_動詞 て_助詞 み_動詞 て_助詞 日本_名詞 語_名詞 で_助詞 意味_名詞 が_助詞 通_動詞 る_語尾 か_助詞 どう_副詞 か_助詞 確認_名詞 し_動詞 て_助詞 み_動詞 る_語尾 と_助詞 良_形容詞 い_語尾 。_補助記号 +翻訳_名詞 支援_名詞 の_助詞 場合_名詞 、_補助記号 で_助詞 は_助詞 、_補助記号 特定_名詞 の_助詞 分野_名詞 の_助詞 翻訳_名詞 に_助詞 適_動詞 し_語尾 た_助動詞 ユーザー_名詞 辞書_名詞 を_助詞 作成_名詞 する_動詞 こと_名詞 に_助詞 よ_動詞 り_語尾 、_補助記号 翻訳_名詞 ソフト_名詞 の_助詞 訳質_名詞 は_助詞 大幅_形状詞 に_助動詞 向上_名詞 する_動詞 。_補助記号 +だ_助動詞 が_助詞 一定_名詞 規模_名詞 の_助詞 企業_名詞 ・_補助記号 組織_名詞 ユーザー_名詞 以外_名詞 の_助詞 、_補助記号 一般_名詞 ユーザー_名詞 の_助詞 小_接頭辞 規模_名詞 な_助動詞 利用_名詞 シナリオ_名詞 で_助詞 は_助詞 、_補助記号 ユーザー_名詞 辞書_名詞 の_助詞 利用_名詞 効果_名詞 より_助詞 も_助詞 作成_名詞 に_助詞 かか_動詞 る_語尾 時間_名詞 ・_補助記号 労力_名詞 の_助詞 ほう_名詞 が_助詞 大き_形容詞 い_語尾 。_補助記号 +その_連体詞 理由_名詞 に_助詞 は_助詞 、_補助記号 辞書_名詞 作成_名詞 に_助詞 技能_名詞 を_助詞 要_動詞 する_語尾 、_補助記号 ユーザー_名詞 辞書_名詞 の_助詞 コンテンツ_名詞 が_助詞 な_動詞 い_語尾 、_補助記号 辞書_名詞 の_助詞 相互_名詞 利用_名詞 の_助詞 ため_名詞 の_助詞 インフラ_名詞 が_助詞 な_形容詞 い_語尾 、_補助記号 翻訳_名詞 の_助詞 量_名詞 が_助詞 少な_形容詞 い_語尾 (_補助記号 規模_名詞 が_助詞 少な_形容詞 い_語尾 ・_補助記号 頻度_名詞 が_助詞 少な_形容詞 い_語尾 )_補助記号 と_助詞 い_動詞 っ_語尾 た_助動詞 こと_名詞 が_助詞 考え_動詞 られ_助動詞 る_語尾 。_補助記号 +これ_代名詞 ら_接尾辞 の_助詞 問題_名詞 を_助詞 解決_名詞 する_動詞 ため_名詞 に_助詞 、_補助記号 AAMT_名詞 (_補助記号 アジア_名詞 太平_名詞 洋_接尾辞 機械_名詞 翻訳_名詞 協会_名詞 )_補助記号 が_助詞 ユーザー_名詞 辞書_名詞 を_助詞 共有_名詞 する_動詞 ため_名詞 の_助詞 仕様_名詞 で_助詞 あ_動詞 る_語尾 UPF_名詞 を_助詞 策定_名詞 し_動詞 た_助動詞 。_補助記号 +その_連体詞 後_名詞 、_補助記号 2006_名詞 年_接尾辞 から_助詞 後継_名詞 の_助詞 仕様_名詞 で_助詞 あ_動詞 る_語尾 UTX_名詞 が_助詞 現在_名詞 策定_名詞 中_接尾辞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +翻訳_名詞 ソフト_名詞 (_補助記号 ほんやく_名詞 ソフト_名詞 )_補助記号 と_助詞 は_助詞 、_補助記号 パソコン_名詞 上_接尾辞 で_助詞 翻訳_名詞 を_助詞 行_動詞 う_語尾 ソフトウェア_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +機械_名詞 翻訳_名詞 の_助詞 項_名詞 も_助詞 参照_名詞 。_補助記号 +目次_名詞 +1_名詞  _補助記号 翻訳_名詞 ソフト_名詞 と_助詞 機械_名詞 翻訳_名詞 +2_名詞  _補助記号 翻訳_名詞 ソフト_名詞 の_助詞 種類_名詞 +3_名詞  _補助記号 翻訳_名詞 ソフト_名詞 の_助詞 特性_名詞 +4_名詞  _補助記号 代表_名詞 的_接尾辞 な_助動詞 翻訳_名詞 ソフト_名詞 +5_名詞  _補助記号 関連_名詞 項目_名詞 +翻訳_名詞 ソフト_名詞 と_助詞 機械_名詞 翻訳_名詞 +現在_名詞 で_助詞 は_助詞 機械_名詞 翻訳_名詞 (_補助記号 machine_名詞  _補助記号 translation_名詞 )_補助記号 は_助詞 ソフトウェア_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 行_動詞 わ_語尾 れ_助動詞 、_補助記号 その_連体詞 意味_名詞 で_助詞 は_助詞 「_補助記号 機械_名詞 翻訳_名詞  _補助記号 =_補助記号  _補助記号 翻訳_名詞 ソフト_名詞 」_補助記号 で_助動詞 あ_動詞 る_語尾 。_補助記号 +しかし_接続詞 、_補助記号 機械_名詞 翻訳_名詞 の_助詞 概念_名詞 は_助詞 コンピュータ_名詞 より_助詞 以前_名詞 に_助詞 存在_名詞 する_動詞 。_補助記号 +コンピュータ_名詞 翻訳_名詞 と_助詞 言_動詞 わ_語尾 ず_助動詞 に_助詞 、_補助記号 機械_名詞 翻訳_名詞 と_助詞 い_動詞 う_語尾 の_助詞 は_助詞 その_連体詞 せい_名詞 で_助動詞 あ_動詞 ろ_語尾 う_助動詞 。_補助記号 +しかし_接続詞 、_補助記号 機械_名詞 翻訳_名詞 と_助詞 い_動詞 う_語尾 表現_名詞 は_助詞 、_補助記号 人間_名詞 の_助詞 主体_名詞 性_接尾辞 が_助詞 低_形容詞 く_語尾 、_補助記号 と_副詞 も_助詞 すれ_動詞 ば_助詞 「_補助記号 機械_名詞 が_助詞 最初_名詞 から_助詞 最後_名詞 まで_助詞 すべて_名詞 翻訳_名詞 する_動詞 」_補助記号 と_助詞 い_動詞 う_語尾 印象_名詞 を_助詞 与え_動詞 がち_接尾辞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +これ_代名詞 は_助詞 、_補助記号 「_補助記号 翻訳_名詞 作業_名詞 支援_名詞 ツール_名詞 と_助詞 し_動詞 て_助詞 の_助詞 翻訳_名詞 ソフト_名詞 」_補助記号 の_助詞 理解_名詞 の_助詞 妨げ_名詞 と_助詞 な_動詞 る_語尾 こと_名詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +その_連体詞 ため_名詞 、_補助記号 機械_名詞 翻訳_名詞 と_助詞 い_動詞 う_語尾 表現_名詞 を_助詞 避け_動詞 て_助詞 、_補助記号 「_補助記号 翻訳_名詞 ソフト_名詞 」_補助記号 と_助詞 言い換え_動詞 る_語尾 こと_名詞 を_助詞 勧め_動詞 る_語尾 人_名詞 も_助詞 い_動詞 る_語尾 。_補助記号 +翻訳_名詞 ソフト_名詞 の_助詞 種類_名詞 +無料_名詞 から_助詞 数_名詞 万_名詞 円_接尾辞 程度_名詞 の_助詞 一般_名詞 消費_名詞 者_接尾辞 向け_接尾辞 の_助詞 製品_名詞 と_助詞 、_補助記号 数_名詞 万_名詞 円_接尾辞 から_助詞 10_名詞 万_名詞 円_接尾辞 前後_名詞 の_助詞 業務_名詞 用_接尾辞 製品_名詞 に_助詞 大別_名詞 さ_動詞 れ_助動詞 る_語尾 。_補助記号 +前者_名詞 は_助詞 自動_名詞 翻訳_名詞 を_助詞 主眼_名詞 に_助詞 置_動詞 き_語尾 、_補助記号 「_補助記号 英語_名詞 が_助詞 苦手_名詞 な_助動詞 ユーザー_名詞 」_補助記号 が_助詞 「_補助記号 ボタン_名詞 一_名詞 つ_接尾辞 で_助詞 翻訳_名詞 」_補助記号 と_助詞 い_動詞 っ_語尾 た_助動詞 手軽_形状詞 さ_接尾辞 を_助詞 志向_名詞 し_動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +これ_代名詞 に_助詞 対_動詞 し_語尾 て_助詞 、_補助記号 後者_名詞 は_助詞 専門_名詞 辞書_名詞 や_助詞 辞書_名詞 の_助詞 管理_名詞 機能_名詞 など_助詞 が_助詞 充実_名詞 し_動詞 て_助詞 お_動詞 り_語尾 、_補助記号 翻訳_名詞 支援_名詞 に_助詞 使_動詞 わ_語尾 れ_助動詞 る_語尾 。_補助記号 +翻訳_名詞 メモリ_名詞 と_助詞 の_助詞 連携_名詞 が_助詞 可能_形状詞 な_助動詞 製品_名詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +対話_名詞 的_接尾辞 翻訳_名詞 が_助詞 可能_形状詞 な_助動詞 対訳_名詞 エディタ_名詞 は_助詞 、_補助記号 最近_名詞 は_助詞 安価_形状詞 な_助動詞 製品_名詞 に_助詞 も_助詞 搭載_名詞 さ_動詞 れ_助動詞 る_語尾 よう_形状詞 に_助動詞 な_動詞 っ_語尾 た_助動詞 が_助詞 、_補助記号 上位_名詞 製品_名詞 で_助詞 は_助詞 必須_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +業務_名詞 用_接尾辞 翻訳_名詞 ソフト_名詞 は_助詞 、_補助記号 「_補助記号 それ_代名詞 を_助詞 使_動詞 え_語尾 ば_助詞 誰_代名詞 で_助詞 も_助詞 プロ_名詞 並み_接尾辞 の_助詞 翻訳_名詞 が_助詞 でき_動詞 る_語尾 」_補助記号 と_助詞 い_動詞 っ_語尾 た_助動詞 もの_名詞 で_助動詞 は_助詞 な_形容詞 い_語尾 。_補助記号 +業務_名詞 用_接尾辞 翻訳_名詞 ソフト_名詞 を_助詞 「_補助記号 英語_名詞 が_助詞 苦手_名詞 な_助動詞 ユーザー_名詞 」_補助記号 が_助詞 購入_名詞 する_動詞 場合_名詞 も_助詞 あ_動詞 る_語尾 が_助詞 、_補助記号 業務_名詞 用_接尾辞 翻訳_名詞 ソフト_名詞 は_助詞 専門_名詞 知識_名詞 と_助詞 技能_名詞 を_助詞 備え_動詞 た_助動詞 翻訳_名詞 者_接尾辞 に_助詞 よ_動詞 っ_語尾 て_助詞 のみ_助詞 、_補助記号 その_連体詞 真価_名詞 を_助詞 発揮_名詞 でき_動詞 る_語尾 。_補助記号 +翻訳_名詞 ソフト_名詞 の_助詞 特性_名詞 +翻訳_名詞 ソフト_名詞 は_助詞 、_補助記号 手紙_名詞 の_助詞 よう_形状詞 に_助動詞 非_接頭辞 定型_名詞 的_接尾辞 な_助動詞 文章_名詞 や_助詞 、_補助記号 ニュース_名詞 など_助詞 新語_名詞 や_助詞 固有_名詞 名詞_名詞 が_助詞 多_形容詞 く_語尾 、_補助記号 多様_形状詞 な_助動詞 話題_名詞 で_助動詞 あ_動詞 る_語尾 文章_名詞 は_助詞 苦手_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +専門_名詞 的_接尾辞 な_助動詞 内容_名詞 で_助動詞 あ_動詞 っ_語尾 て_助詞 も_助詞 、_補助記号 定型_名詞 的_接尾辞 で_助動詞 不_接頭辞 特定_名詞 多数_名詞 を_助詞 対象_名詞 と_助詞 し_動詞 て_助詞 分か_動詞 り_語尾 やす_形容詞 く_語尾 書_動詞 か_語尾 れ_助動詞 た_助動詞 文章_名詞 、_補助記号 つまり_副詞 マニュアル_名詞 など_助詞 の_助詞 文章_名詞 で_助詞 は_助詞 効果_名詞 が_助詞 高_形容詞 い_語尾 。_補助記号 +適切_形状詞 な_助動詞 専門_名詞 用語_名詞 辞書_名詞 さえ_助詞 あ_動詞 れ_語尾 ば_助詞 、_補助記号 専門_名詞 性_接尾辞 が_助詞 高_形容詞 けれ_語尾 ば_助詞 高_形容詞 い_語尾 ほど_助詞 その_連体詞 有用_名詞 性_接尾辞 は_助詞 高ま_動詞 る_語尾 。_補助記号 +固有_名詞 表現_名詞 抽出_名詞 (_補助記号 こゆう_名詞 ひょうげん_名詞 ちゅうしゅつ_名詞 、_補助記号 英_名詞 :_補助記号  _補助記号 named_名詞  _補助記号 entity_名詞  _補助記号 extraction_名詞 、_補助記号 named_名詞  _補助記号 entity_名詞  _補助記号 recognition_英単語 )_補助記号 と_助詞 は_助詞 、_補助記号 計算_名詞 機_接尾辞 を_助詞 用い_動詞 た_助動詞 自然_名詞 言語_名詞 処理_名詞 技術_名詞 の_助詞 一_名詞 つ_接尾辞 で_助動詞 あ_動詞 り_語尾 、_補助記号 固有_名詞 名詞_名詞 (_補助記号 人名_名詞 、_補助記号 地名_名詞 など_助詞 )_補助記号 や_助詞 日付_名詞 、_補助記号 時間_名詞 表現_名詞 など_助詞 を_助詞 抽出_名詞 する_動詞 技術_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +情報_名詞 抽出_名詞 の_助詞 一_名詞 分野_名詞 で_助動詞 あ_動詞 る_語尾 と_助詞 さ_動詞 れ_助動詞 る_語尾 。_補助記号 +目次_名詞 +1_名詞  _補助記号 目的_名詞 +2_名詞  _補助記号 歴史_名詞 +3_名詞  _補助記号 具体_名詞 例_名詞 +4_名詞  _補助記号 手法_名詞 +5_名詞  _補助記号 固有_名詞 表現_名詞 分類_名詞 +6_名詞  _補助記号 参考_名詞 文献_名詞 +7_名詞  _補助記号 関連_名詞 項目_名詞 +8_名詞  _補助記号 外部_名詞 リンク_名詞 +目的_名詞 +新聞_名詞 記事_名詞 など_助詞 現実_名詞 世界_名詞 に_助詞 存在_名詞 する_動詞 テキスト_名詞 に_助詞 は_助詞 大量_名詞 の_助詞 固有_名詞 表現_名詞  _補助記号 (_補助記号 Named_名詞  _補助記号 Entity_名詞 )_補助記号  _補助記号 が_助詞 含_動詞 ま_語尾 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +形態_名詞 素_接尾辞 解析_名詞 など_助詞 を_助詞 行な_動詞 う_語尾 際_名詞 、_補助記号 それ_代名詞 ら_接尾辞 の_助詞 固有_名詞 表現_名詞 は_助詞 辞書_名詞 に_助詞 登録_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 な_助動詞 い_語尾 場合_名詞 、_補助記号 未知_名詞 語_名詞 と_助詞 し_動詞 て_助詞 扱_動詞 わ_語尾 れ_助動詞 、_補助記号 解析_名詞 の_助詞 誤り_名詞 を_助詞 起こ_動詞 す_語尾 。_補助記号 +その_連体詞 ため_名詞 、_補助記号 様々_形状詞 な_助動詞 固有_名詞 表現_名詞 を_助詞 辞書_名詞 に_助詞 登録_名詞 する_動詞 必要_名詞 が_助詞 あ_動詞 る_語尾 が_助詞 、_補助記号 前述_名詞 の_助詞 通り_名詞 、_補助記号 現実_名詞 の_助詞 テキスト_名詞 に_助詞 は_助詞 大量_名詞 の_助詞 固有_名詞 表現_名詞 が_助詞 存在_名詞 し_動詞 、_補助記号 人手_名詞 で_助詞 それ_代名詞 ら_接尾辞 を_助詞 登録_名詞 する_動詞 こと_名詞 は_助詞 困難_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +この_連体詞 問題_名詞 を_助詞 解決_名詞 する_動詞 ため_名詞 、_補助記号 計算_名詞 機_接尾辞 に_助詞 よ_動詞 っ_語尾 て_助詞 大量_名詞 の_助詞 テキスト_名詞 から_助詞 固有_名詞 表現_名詞 を_助詞 自動_名詞 的_接尾辞 に_助動詞 抽出_名詞 する_動詞 技術_名詞 が_助詞 生まれ_動詞 た_助動詞 。_補助記号 +歴史_名詞 +この_連体詞 節_名詞 は_助詞 執筆_名詞 の_助詞 途中_名詞 で_助詞 す_語尾  _補助記号 この_連体詞 節_名詞 は_助詞 執筆_名詞 中_接尾辞 で_助動詞 す_語尾 。_補助記号 +加筆_名詞 、_補助記号 訂正_名詞 し_動詞 て_助詞 下さ_動詞 る_語尾 協力_名詞 者_接尾辞 を_助詞 求め_動詞 て_助詞 い_動詞 ま_助動詞 す_語尾 。_補助記号 +固有_名詞 表現_名詞 と_助詞 い_動詞 う_語尾 概念_名詞 と_助詞 固有_名詞 表現_名詞 抽出_名詞 が_助詞 提唱_名詞 さ_動詞 れ_助動詞 た_助動詞 の_助詞 は_助詞 、_補助記号 1990_名詞 年頃_名詞 アメリカ_名詞 合衆_名詞 国_接尾辞 の_助詞 DARPA_名詞 が_助詞 組織_名詞 し_動詞 た_助動詞 評価_名詞 型_接尾辞 プロジェクト_名詞  _補助記号 MUC_名詞  _補助記号 (_補助記号 Message _英単語 Understand_英単語 ing_名詞  _補助記号 Conference_名詞 )_補助記号  _補助記号 に_助詞 お_動詞 い_語尾 て_助詞 で_助動詞 あ_動詞 る_語尾 と_助詞 さ_動詞 れ_助動詞 る_語尾 。_補助記号 +日本_名詞 国_接尾辞 内_接尾辞 に_助詞 お_動詞 い_語尾 て_助詞 は_助詞 情報_名詞 抽出_名詞 ・_補助記号 情報_名詞 検索_名詞 の_助詞 評価_名詞 型_接尾辞 ワークショップ_名詞 で_助動詞 あ_動詞 る_語尾  _補助記号 IREX_名詞  _補助記号 (_補助記号 Information_英単語  _補助記号 Retr_英単語 ieval_英単語  _補助記号 and_名詞  _補助記号 Extraction_名詞  _補助記号 Exercise_名詞 )_補助記号  _補助記号 に_助詞 おけ_動詞 る_助動詞 情報_名詞 抽出_名詞 の_助詞 共有_名詞 タスク_名詞 の_助詞 一_名詞 つ_接尾辞 と_助詞 し_動詞 て_助詞 出題_名詞 さ_動詞 れ_助動詞 た_助動詞 。_補助記号 +自然_名詞 言語_名詞 生成_名詞 (_補助記号 英_名詞 :_補助記号  _補助記号 Natural_名詞  _補助記号 language _英単語 generation_英単語 )_補助記号 と_助詞 は_助詞 、_補助記号 自然_名詞 言語_名詞 処理_名詞 の_助詞 一種_名詞 で_助詞 知識_名詞 ベース_名詞 や_助詞 論理_名詞 形式_名詞 など_助詞 の_助詞 機械_名詞 表現_名詞 系_接尾辞 から_助詞 自然_名詞 言語_名詞 を_助詞 生成_名詞 する_動詞 こと_名詞 を_助詞 言_動詞 う_語尾 。_補助記号 +自然_名詞 言語_名詞 理解_名詞 の_助詞 逆_名詞 と_助詞 言_動詞 わ_語尾 れ_助動詞 る_語尾 こと_名詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +自然_名詞 言語_名詞 理解_名詞 が_助詞 入力_名詞 文_名詞 を_助詞 明確_形状詞 化_接尾辞 し_動詞 て_助詞 機械_名詞 表現_名詞 言語_名詞 を_助詞 生成_名詞 する_動詞 の_助詞 に_助詞 対_動詞 し_語尾 て_助詞 、_補助記号 自然_名詞 言語_名詞 生成_名詞 は_助詞 概念_名詞 を_助詞 如何_名詞 に_助詞 し_動詞 て_助詞 言葉_名詞 で_助詞 表_動詞 すか_名詞 に_助詞 つ_動詞 い_語尾 て_助詞 判断_名詞 を_助詞 必要_名詞 と_助詞 する_動詞 。_補助記号 +目次_名詞 +1_名詞  _補助記号 概要_名詞 +2_名詞  _補助記号 応用_名詞 +3_名詞  _補助記号 参考_名詞 文献_名詞 +4_名詞  _補助記号 外部_名詞 リンク_名詞 +概要_名詞 +テキスト_名詞 生成_名詞 プロセス_名詞 に_助詞 は_助詞 、_補助記号 たとえば_副詞 決まり_名詞 文句_名詞 の_助詞 一覧_名詞 から_助詞 選_動詞 ば_語尾 れ_助動詞 た_助動詞 言葉_名詞 を_助詞 接続_名詞 用_接尾辞 テキスト_名詞 で_助詞 繋げ_動詞 る_語尾 と_助詞 い_動詞 っ_語尾 た_助動詞 単純_形状詞 な_助動詞 処理_名詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +これ_代名詞 は_助詞 例えば_副詞 、_補助記号 占い_名詞 機械_名詞 や_助詞 パーソナライズ_名詞 さ_動詞 れ_助動詞 た_助動詞 ビジネス_名詞 レター_名詞 の_助詞 よう_形状詞 な_助動詞 領域_名詞 で_助詞 は_助詞 十分_形状詞 な_助動詞 文章_名詞 を_助詞 生成_名詞 する_動詞 。_補助記号 +しかし_接続詞 洗練_名詞 さ_動詞 れ_助動詞 た_助動詞 自然_名詞 言語_名詞 生成_名詞 システム_名詞 で_助詞 は_助詞 、_補助記号 決まり_名詞 文句_名詞 の_助詞 繰り返し_名詞 に_助詞 見え_動詞 な_助動詞 い_語尾 自然_形状詞 な_助動詞 文章_名詞 を_助詞 生成_名詞 する_動詞 ため_名詞 、_補助記号 情報_名詞 の_助詞 統合_名詞 と_助詞 計画_名詞 の_助詞 フェーズ_名詞 を_助詞 必要_名詞 と_助詞 する_動詞 。_補助記号 +典型_名詞 的_接尾辞 な_助動詞 フェーズ_名詞 は_助詞 次_名詞 の_助詞 通り_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +コンテンツ_名詞 決定_名詞 +言及_名詞 する_動詞 価値_名詞 が_助詞 あ_動詞 る_語尾 特徴_名詞 ・_補助記号 属性_名詞 を_助詞 決定_名詞 する_動詞 。_補助記号 +この_連体詞 段階_名詞 で_助詞 使_動詞 う_語尾 技法_名詞 は_助詞 データ_名詞 マイニング_名詞 と_助詞 関係_名詞 する_動詞 。_補助記号 +論述_名詞 計画_名詞 +情報_名詞 提示_名詞 を_助詞 全体_名詞 と_助詞 し_動詞 て_助詞 構成_名詞 する_動詞 。_補助記号 +文_名詞 の_助詞 統合_名詞 +類似_名詞 の_助詞 文_名詞 を_助詞 統合_名詞 し_動詞 て_助詞 、_補助記号 可読_名詞 性_接尾辞 と_助詞 自然_名詞 らし_形容詞 さ_接尾辞 を_助詞 改善_名詞 する_動詞 。_補助記号 +例えば_副詞 、_補助記号 「_補助記号 次_名詞 の_助詞 列車_名詞 は_助詞 カレドニア_名詞 急行_名詞 で_助動詞 す_語尾 」_補助記号 と_助詞 「_補助記号 次_名詞 の_助詞 列車_名詞 は_助詞 午前_名詞 10_名詞 時_接尾辞 に_助詞 アバディーン_名詞 を_助詞 発_動詞 ち_語尾 ま_助動詞 す_語尾 」_補助記号 と_助詞 い_動詞 う_語尾 文_名詞 を_助詞 統合_名詞 し_動詞 て_助詞 「_補助記号 午前_名詞 10_名詞 時_接尾辞 発_接尾辞 の_助詞 次_名詞 の_助詞 列車_名詞 は_助詞 カレドニア_名詞 急行_名詞 で_助動詞 す_語尾 」_補助記号 と_助詞 する_動詞 。_補助記号 +語彙_名詞 化_接尾辞 +概念_名詞 を_助詞 単語_名詞 に_助詞 置き換え_動詞 る_語尾 。_補助記号 +参照_名詞 表現_名詞 の_助詞 生成_名詞 +代_接尾辞 名詞_名詞 など_助詞 の_助詞 参照_名詞 を_助詞 意味_名詞 する_動詞 表現_名詞 を_助詞 導入_名詞 し_動詞 て_助詞 文_名詞 の_助詞 中_名詞 の_助詞 単語_名詞 同士_接尾辞 を_助詞 リンク_名詞 する_動詞 。_補助記号 +統語_名詞 的_接尾辞 /_補助記号 形態_名詞 素的_名詞 処理_名詞 +構文_名詞 解析_名詞 の_助詞 逆_名詞 を_助詞 行_動詞 う_語尾 。_補助記号 +これ_代名詞 まで_助詞 の_助詞 フェーズ_名詞 で_助詞 集め_動詞 た_助動詞 全て_名詞 の_助詞 情報_名詞 を_助詞 使_動詞 っ_語尾 て_助詞 、_補助記号 統語_名詞 論_名詞 規則_名詞 と_助詞 形態_名詞 論_名詞 規則_名詞 を_助詞 適用_名詞 し_動詞 、_補助記号 実際_名詞 の_助詞 文_名詞 を_助詞 表_動詞 す_語尾 文字_名詞 列_名詞 を_助詞 生成_名詞 する_動詞 。_補助記号 +正書_名詞 法_名詞 処理_名詞 +大_接頭辞 文字_名詞 小_接頭辞 文字_名詞 や_助詞 約_接頭辞 物_接尾辞 の_助詞 使い分け_名詞 、_補助記号 フォーマット_名詞 など_助詞 を_助詞 行_動詞 う_語尾 。_補助記号 +応用_名詞 +自然_名詞 言語_名詞 生成_名詞 の_助詞 応用_名詞 の_助詞 最_接頭辞 た_助動詞 る_語尾 例_名詞 は_助詞 、_補助記号 数値_名詞 など_助詞 の_助詞 言語_名詞 的_接尾辞 で_助動詞 な_形容詞 い_語尾 データ_名詞 を_助詞 テキスト_名詞 化_接尾辞 さ_動詞 れ_助動詞 た_助動詞 概要_名詞 に_助詞 変換_名詞 する_動詞 システム_名詞 で_助動詞 あ_動詞 り_語尾 、_補助記号 自然_名詞 言語_名詞 生成_名詞 と_助詞 データ_名詞 解析_名詞 を_助詞 統合_名詞 し_動詞 た_助動詞 もの_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +例えば_副詞 、_補助記号 数値_名詞 予報_名詞 データ_名詞 から_助詞 自動_名詞 的_接尾辞 に_助動詞 天気_名詞 予報_名詞 の_助詞 文章_名詞 を_助詞 生成_名詞 する_動詞 システム_名詞 など_助詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +また_接続詞 、_補助記号 変わ_動詞 っ_語尾 た_助動詞 ところ_名詞 で_助詞 は_助詞 、_補助記号 ジョーク_名詞 を_助詞 自動_名詞 生成_名詞 する_動詞 システム_名詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +光学_名詞 文字_名詞 認識_名詞 (_補助記号 こうがく_名詞 も_助詞 じにんしき_名詞 、_補助記号 英_名詞 :_補助記号  _補助記号 Optical_名詞  _補助記号 Character_名詞  _補助記号 Recognition_名詞 )_補助記号 は_助詞 、_補助記号 活字_名詞 の_助詞 文書_名詞 の_助詞 画像_名詞 (_補助記号 通常_名詞 イメージ_名詞 スキャナー_名詞 で_助詞 取り込_動詞 ま_語尾 れ_助動詞 る_語尾 )_補助記号 を_助詞 コンピュータ_名詞 が_助詞 編集_名詞 でき_動詞 る_語尾 形式_名詞 (_補助記号 文字_名詞 コード_名詞 の_助詞 列_名詞 )_補助記号 に_助詞 変換_名詞 する_動詞 ソフトウェア_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +一般_名詞 に_助詞 OCR_名詞 と_助詞 略記_名詞 さ_動詞 れ_助動詞 る_語尾 。_補助記号 +OCR_名詞 は_助詞 、_補助記号 人工_名詞 知能_名詞 や_助詞 マシンビジョン_名詞 の_助詞 研究_名詞 分野_名詞 と_助詞 し_動詞 て_助詞 始ま_動詞 っ_語尾 た_助動詞 。_補助記号 +研究_名詞 は_助詞 続け_動詞 られ_助動詞 て_助詞 い_動詞 る_語尾 が_助詞 、_補助記号 OCR_名詞 の_助詞 中心_名詞 は_助詞 その_連体詞 実装_名詞 と_助詞 応用_名詞 に_助詞 移_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 。_補助記号 +紙_名詞 に_助詞 印刷_名詞 さ_動詞 れ_助動詞 た_助動詞 文書_名詞 を_助詞 デジ_名詞 タイズ_名詞 し_動詞 、_補助記号 より_副詞 コンパクト_名詞 な_助動詞 形_名詞 で_助詞 記録_名詞 する_動詞 の_助詞 に_助詞 必要_名詞 と_助詞 さ_動詞 れ_助動詞 る_語尾 。_補助記号 +さらに_接続詞 、_補助記号 文字_名詞 コード_名詞 に_助詞 変換_名詞 する_動詞 こと_名詞 で_助詞 機械_名詞 翻訳_名詞 や_助詞 音声_名詞 合成_名詞 の_助詞 入力_名詞 に_助詞 も_助詞 使え_動詞 る_語尾 よう_形状詞 に_助動詞 な_動詞 り_語尾 、_補助記号 テキストマイニング_名詞 も_助詞 可能_形状詞 と_助詞 な_動詞 る_語尾 。_補助記号 +研究_名詞 分野_名詞 と_助詞 し_動詞 て_助詞 は_助詞 、_補助記号 パターン_名詞 認識_名詞 、_補助記号 人工_名詞 知能_名詞 、_補助記号 コンピュータビジョン_名詞 が_助詞 対応_名詞 する_動詞 。_補助記号 +(_補助記号 鏡_名詞 や_助詞 レンズ_名詞 と_助詞 い_動詞 っ_語尾 た_助動詞 光学_名詞 技術_名詞 を_助詞 使_動詞 っ_語尾 た_助動詞 )_補助記号 光学_名詞 文字_名詞 認識_名詞 と_助詞 (_補助記号 スキャナー_名詞 と_助詞 アルゴリズム_名詞 に_助詞 よ_動詞 る_語尾 )_補助記号 デジタル_名詞 文字_名詞 認識_名詞 は_助詞 本来_名詞 別_名詞 の_助詞 領域_名詞 と_助詞 考え_動詞 られ_助動詞 て_助詞 い_動詞 た_助動詞 。_補助記号 +光学_名詞 技術_名詞 と_助詞 し_動詞 て_助詞 生き残_動詞 っ_語尾 た_助動詞 部分_名詞 が_助詞 非常_形状詞 に_助動詞 少な_形容詞 い_語尾 ため_名詞 、_補助記号 光学_名詞 文字_名詞 認識_名詞 と_助詞 い_動詞 う_語尾 言葉_名詞 は_助詞 現在_名詞 で_助詞 は_助詞 デジタル_名詞 文字_名詞 認識_名詞 を_助詞 含_動詞 む_語尾 もの_名詞 と_助詞 みな_動詞 さ_語尾 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +初期_名詞 の_助詞 システム_名詞 は_助詞 特定_名詞 の_助詞 書体_名詞 を_助詞 読_動詞 む_語尾 ため_名詞 の_助詞 「_補助記号 トレーニング_名詞 」_補助記号 が_助詞 必要_名詞 で_助動詞 あ_動詞 っ_語尾 た_助動詞 (_補助記号 事前_名詞 に_助詞 その_連体詞 書体_名詞 の_助詞 サンプル_名詞 を_助詞 読_動詞 ま_語尾 せ_助動詞 る_語尾 こと_名詞 を_助詞 意味_名詞 する_動詞 )_補助記号 。_補助記号 +現在_名詞 で_助詞 は_助詞 、_補助記号 ほとんど_名詞 の_助詞 書体_名詞 を_助詞 高_形容詞 い_語尾 識字_名詞 率_名詞 で_助詞 変換_名詞 する_動詞 こと_名詞 が_助詞 可能_形状詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +いく_名詞 つ_接尾辞 か_助詞 の_助詞 システム_名詞 で_助詞 は_助詞 読み込_動詞 ま_語尾 れ_助動詞 た_助動詞 画像_名詞 から_助詞 それ_代名詞 と_助詞 ほぼ_副詞 同じ_形状詞 に_助詞 な_動詞 る_語尾 よう_形状詞 フォーマット_名詞 さ_動詞 れ_助動詞 た_助動詞 出力_名詞 (_補助記号 例えば_副詞 ワード_名詞 プロセッサ_名詞 の_助詞 ファイル_名詞 の_助詞 よう_形状詞 な_助動詞 もの_名詞 )_補助記号 を_助詞 生成_名詞 する_動詞 こと_名詞 が_助詞 可能_形状詞 で_助動詞 あ_動詞 り_語尾 、_補助記号 中_名詞 に_助詞 は_助詞 画像_名詞 など_助詞 の_助詞 文書_名詞 以外_名詞 の_助詞 部分_名詞 が_助詞 含_動詞 ま_語尾 れ_助動詞 て_助詞 い_動詞 て_助詞 も_助詞 正し_形容詞 く_語尾 認識_名詞 する_動詞 もの_名詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +目次_名詞 +1_名詞  _補助記号 歴史_名詞 +2_名詞  _補助記号 視覚_名詞 障害_名詞 者_接尾辞 に_助詞 と_動詞 っ_語尾 て_助詞 の_助詞 重要_形状詞 性_接尾辞 +3_名詞  _補助記号 OCR_名詞 技術_名詞 の_助詞 状況_名詞 +4_名詞  _補助記号 楽譜_名詞 OCR_名詞 +5_名詞  _補助記号 OCR_名詞 ソフトウェア_名詞 +6_名詞  _補助記号 脚注_名詞 +7_名詞  _補助記号 関連_名詞 項目_名詞 +8_名詞  _補助記号 外部_名詞 リンク_名詞 +歴史_名詞 +光学_名詞 文字_名詞 認識_名詞 の_助詞 原点_名詞 は_助詞 、_補助記号 電信_名詞 技術_名詞 の_助詞 拡張_名詞 と_助詞 視覚_名詞 障害_名詞 者_接尾辞 が_助詞 文字_名詞 を_助詞 読_動詞 む_語尾 ため_名詞 の_助詞 機械_名詞 の_助詞 開発_名詞 と_助詞 い_動詞 う_語尾 2_名詞 つ_接尾辞 の_助詞 問題_名詞 に_助詞 まつわ_動詞 る_語尾 活動_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +1914_補助記号 年_接尾辞 エマニュエル_名詞 ・_補助記号 ゴールドバーグ_名詞 (_補助記号 英語_名詞 版_名詞 )_補助記号 は_助詞 、_補助記号 文字_名詞 列_名詞 を_助詞 読み取_動詞 り_語尾 電信_名詞 符号_名詞 に_助詞 変換_名詞 する_動詞 機械_名詞 を_助詞 開発_名詞 し_動詞 た_助動詞 [_補助記号 要_接頭辞 出典_名詞 ]_補助記号 。_補助記号 +同じ_連体詞 ころ_名詞 エドマンド_名詞 ・_補助記号 フルニエ_名詞 ・_補助記号 ダルベ_名詞 (_補助記号 英語_名詞 版_名詞 )_補助記号 は_助詞 オプトフォン_名詞 (_補助記号 英語_名詞 版_名詞 )_補助記号 と_助詞 い_動詞 う_語尾 携帯_名詞 型_接尾辞 スキャナ_名詞 を_助詞 開発_名詞 し_動詞 た_助動詞 。_補助記号 +これ_代名詞 を_助詞 印刷_名詞 物_接尾辞 の_助詞 ページ_名詞 上_接尾辞 で_助詞 すべ_動詞 ら_語尾 せ_助動詞 る_語尾 と_助詞 、_補助記号 文字_名詞 の_助詞 形状_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 異な_動詞 る_語尾 音_名詞 を_助詞 発_動詞 する_語尾 。_補助記号 +ゴールドバーグ_名詞 は_助詞 データ_名詞 入力_名詞 手段_名詞 と_助詞 し_動詞 て_助詞 OCR_名詞 技術_名詞 の_助詞 開発_名詞 を_助詞 続け_動詞 た_助動詞 。_補助記号 +後_名詞 に_助詞 彼_代名詞 は_助詞 、_補助記号 画像_名詞 を_助詞 光電_名詞 管_名詞 で_助詞 読み取_動詞 り_語尾 、_補助記号 必要_名詞 な_助動詞 識別_名詞 パターン_名詞 を_助詞 含_動詞 む_語尾 テンプレート_名詞 と_助詞 比較_名詞 する_動詞 こと_名詞 で_助詞 マッチング_名詞 を_助詞 見つけ_動詞 る_語尾 と_助詞 い_動詞 う_語尾 技法_名詞 を_助詞 提案_名詞 し_動詞 た_助動詞 。_補助記号 +1929_動詞 年_接尾辞 、_補助記号 グスタフ_名詞 ・_補助記号 タウシェク_名詞 (_補助記号 英語_名詞 版_名詞 )_補助記号 も_助詞 同様_形状詞 の_助詞 アイデア_名詞 を_助詞 思いつ_動詞 き_語尾 、_補助記号 ドイツ_名詞 で_助詞 OCR_名詞 に_助詞 関_動詞 する_語尾 特許_名詞 を_助詞 取得_名詞 し_動詞 た_助動詞 。_補助記号 +アメリカ_名詞 で_助詞 は_助詞 1933_動詞 年_接尾辞 、_補助記号 ポール_名詞 ・_補助記号 W_記号 ・_補助記号 ハンデル_名詞 が_助詞 同様_形状詞 の_助詞 テンプレート_名詞 ・_補助記号 マッチング_名詞 方式_名詞 の_助詞 OCR_名詞 技術_名詞 の_助詞 特許_名詞 を_助詞 取得_名詞 し_動詞 て_助詞 い_動詞 る_語尾 (_補助記号 アメリカ_名詞 合衆_名詞 国_接尾辞 特許_名詞 第_接頭辞 1_名詞 ,_補助記号 91_名詞 5_名詞 ,_補助記号 993_名詞 号_接尾辞 )_補助記号 。_補助記号 +1935_補助記号 年_接尾辞 、_補助記号 タウシェク_名詞 も_助詞 アメリカ_名詞 で_助詞 特許_名詞 を_助詞 取得_名詞 し_動詞 た_助動詞 (_補助記号 アメリカ_名詞 合衆_名詞 国_接尾辞 特許_名詞 第_接頭辞 2,_補助記号 0_名詞 2_名詞 6_名詞 ,_補助記号 329_名詞 号_接尾辞 )_補助記号 。_補助記号 +1949_補助記号 年_接尾辞 、_補助記号 米国_名詞 復員_名詞 軍人_名詞 援護_名詞 局_接尾辞 から_助詞 視覚_名詞 障害_名詞 者_接尾辞 支援_名詞 の_助詞 ため_名詞 と_助詞 い_動詞 う_語尾 要請_名詞 を_助詞 受け_動詞 、_補助記号 RCA_名詞 の_助詞 技術_名詞 者_接尾辞 ら_接尾辞 が_助詞 初期_名詞 の_助詞 コンピュータ_名詞 を_助詞 使_動詞 っ_語尾 た_助動詞 OCR_名詞 を_助詞 研究_名詞 し_動詞 た_助動詞 。_補助記号 +この_連体詞 研究_名詞 に_助詞 は_助詞 、_補助記号 単に_副詞 活字_名詞 を_助詞 コンピュータ内_名詞 の_助詞 文字_名詞 コード_名詞 に_助詞 変換_名詞 する_動詞 だけ_助詞 で_助動詞 な_形容詞 く_語尾 、_補助記号 その_連体詞 文字_名詞 を_助詞 読み上げ_動詞 る_語尾 と_助詞 い_動詞 う_語尾 部分_名詞 も_助詞 含_動詞 ま_語尾 れ_助動詞 て_助詞 お_動詞 り_語尾 、_補助記号 初期_名詞 の_助詞 音声_名詞 合成_名詞 の_助詞 研究_名詞 で_助動詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +しかし_接続詞 、_補助記号 コスト_名詞 が_助詞 かか_動詞 り_語尾 すぎ_動詞 る_語尾 こと_名詞 が_助詞 判明_名詞 し_動詞 、_補助記号 研究_名詞 は_助詞 挫折_名詞 し_動詞 た_助動詞 。_補助記号 +1950_補助記号 年_接尾辞 、_補助記号 AFSA_名詞 (_補助記号 アメリカ_名詞 国家_名詞 安全_名詞 保障_名詞 局_接尾辞 の_助詞 前身_名詞 )_補助記号 の_助詞 暗号_名詞 解読_名詞 者_接尾辞 デイヴィッド_名詞 ・_補助記号 H_名詞 ・_補助記号 シェパード_名詞 (_補助記号 英語_名詞 版_名詞 )_補助記号 は_助詞 、_補助記号 日本_名詞 の_助詞 パープル_名詞 暗号_名詞 を_助詞 解読_名詞 し_動詞 た_助動詞 こと_名詞 で_助詞 知_動詞 ら_語尾 れ_助動詞 る_語尾 フランク_名詞 ・_補助記号 ロウレット_名詞 の_助詞 依頼_名詞 に_助詞 よ_動詞 り_語尾 、_補助記号 ルイス_名詞 ・_補助記号 トーデラ_名詞 と_助詞 共_名詞 に_助詞 局_接尾辞 の_助詞 手続き_名詞 の_助詞 自動_名詞 化_接尾辞 の_助詞 勧告_名詞 案_名詞 作成_名詞 に_助詞 取り組_動詞 ん_語尾 だ_助動詞 。_補助記号 +その_連体詞 中_名詞 に_助詞 は_助詞 印刷_名詞 さ_動詞 れ_助動詞 た_助動詞 文書_名詞 を_助詞 コンピュータ_名詞 が_助詞 処理_名詞 でき_動詞 る_語尾 形式_名詞 に_助詞 変換_名詞 する_動詞 問題_名詞 も_助詞 含_動詞 ま_語尾 れ_助動詞 て_助詞 い_動詞 た_助動詞 。_補助記号 +シェパード_名詞 は_助詞 その_連体詞 よう_形状詞 な_助動詞 こと_名詞 を_助詞 する_動詞 機械_名詞  _補助記号 ”_補助記号 Gismo_名詞 ”_補助記号  _補助記号 を_助詞 作成_名詞 する_動詞 こと_名詞 を_助詞 決め_動詞 、_補助記号 友人_名詞 の_助詞 ハーヴェイ_名詞 ・_補助記号 クック_名詞 と_助詞 共_名詞 に_助詞 自宅_名詞 で_助詞 夜_名詞 や_助詞 週末_名詞 を_助詞 利用_名詞 し_動詞 て_助詞 試作_名詞 に_助詞 取り組_動詞 ん_語尾 だ_助動詞 。_補助記号 +1953_補助記号 年_接尾辞 、_補助記号 シェパード_名詞 は_助詞 特許_名詞 (_補助記号 アメリカ_名詞 合衆_名詞 国_接尾辞 特許_名詞 第_接頭辞 2_名詞 ,_補助記号 6_名詞 6_名詞 3_名詞 ,75_補助記号 8_名詞 号_接尾辞 )_補助記号 を_助詞 取得_名詞 。_補助記号 +Gismo_名詞 は_助詞 英語_名詞 の_助詞 アルファベット_名詞 の_助詞 うち_名詞 23_名詞 文字_名詞 を_助詞 読み取_動詞 る_語尾 こと_名詞 が_助詞 でき_動詞 、_補助記号 モールス_名詞 符号_名詞 を_助詞 理解_名詞 し_動詞 、_補助記号 楽譜_名詞 を_助詞 読みと_動詞 る_語尾 こと_名詞 が_助詞 でき_動詞 、_補助記号 活字_名詞 の_助詞 ページ_名詞 を_助詞 読み上げ_動詞 る_語尾 こと_名詞 が_助詞 でき_動詞 、_補助記号 タイプ_名詞 さ_動詞 れ_助動詞 た_助動詞 ページ_名詞 を_助詞 読みと_動詞 っ_語尾 て_助詞 プリンター_名詞 で_助詞 複製_名詞 する_動詞 こと_名詞 が_助詞 でき_動詞 た_助動詞 。_補助記号 +シェパード_名詞 は_助詞 その_連体詞 後_名詞  _補助記号 Intelligent_名詞  _補助記号 Machines_名詞  _補助記号 Research_名詞  _補助記号 Corporation_名詞 (_補助記号 英語_名詞 版_名詞 )_補助記号  _補助記号 (_補助記号 IMR_名詞 )_補助記号  _補助記号 を_助詞 設立_名詞 し_動詞 、_補助記号 世界_名詞 初_名詞 の_助詞 いく_名詞 つ_接尾辞 か_助詞 の_助詞 商用_名詞 OCR_名詞 システム_名詞 を_助詞 出荷_名詞 し_動詞 た_助動詞 。_補助記号 +Gismo_名詞  _補助記号 も_助詞  _補助記号 IMR_名詞  _補助記号 の_助詞 システム_名詞 も_助詞 単純_形状詞 な_助動詞 文字_名詞 マッチング_名詞 で_助動詞 は_助詞 な_形容詞 い_語尾 画像_名詞 解析_名詞 を_助詞 し_動詞 て_助詞 い_動詞 て_助詞 、_補助記号 いく_名詞 つ_接尾辞 か_助詞 の_助詞 書体_名詞 を_助詞 認識_名詞 する_動詞 こと_名詞 が_助詞 でき_動詞 た_助動詞 。_補助記号 +Gismo_名詞  _補助記号 は_助詞 画像_名詞 中_接尾辞 の_助詞 文字_名詞 の_助詞 位置_名詞 を_助詞 正確_名詞 に_助動詞 合わせ_動詞 る_語尾 必要_名詞 が_助詞 あ_動詞 っ_語尾 た_助動詞 が_助詞 、_補助記号 IMR_名詞 システム_名詞 で_助詞 は_助詞 スキャン_名詞 領域_名詞 の_助詞 どこ_代名詞 の_助詞 文字_名詞 で_助動詞 あ_動詞 っ_語尾 て_助詞 も_助詞 認識_名詞 でき_動詞 、_補助記号 実用_名詞 に_助詞 耐え_動詞 る_語尾 もの_名詞 で_助動詞 あ_動詞 っ_語尾 た_助動詞 。_補助記号 +最初_名詞 の_助詞 商用_名詞 システム_名詞 は_助詞 1955_名詞 年_接尾辞 に_助詞 リーダーズ_名詞 ・_補助記号 ダイジェスト_名詞 社_接尾辞 に_助詞 納入_名詞 さ_動詞 れ_助動詞 、_補助記号 販売_名詞 報告_名詞 書_接尾辞 を_助詞 コンピュータ_名詞 に_助詞 入力_名詞 する_動詞 の_助詞 に_助詞 使_動詞 わ_語尾 れ_助動詞 た_助動詞 。_補助記号 +タイプ_名詞 さ_動詞 れ_助動詞 た_助動詞 報告_名詞 書_接尾辞 を_助詞 パンチ_名詞 カード_名詞 に_助詞 変換_名詞 し_動詞 、_補助記号 それ_代名詞 を_助詞 コンピュータ_名詞 に_助詞 入力_名詞 する_動詞 もの_名詞 で_助動詞 、_補助記号 年間_名詞 1500_名詞 万_名詞 から_助詞 2000_名詞 万_名詞 部_接尾辞 を_助詞 売り上げ_動詞 て_助詞 い_動詞 る_語尾 同社_名詞 の_助詞 事務_名詞 処理_名詞 を_助詞 効率_名詞 化_接尾辞 し_動詞 た_助動詞 。_補助記号 +この_連体詞 システム_名詞 は_助詞 後_名詞 に_助詞 スミソニアン_名詞 博物_名詞 館_接尾辞 に_助詞 無償_名詞 で_助詞 提供_名詞 さ_動詞 れ_助動詞 展示_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +2_名詞 台_接尾辞 目_接尾辞 の_助詞 システム_名詞 は_助詞 スタンダード_名詞 ・_補助記号 オイル_名詞 が_助詞 カリフォルニア_名詞 州_名詞 で_助詞 クレジット_名詞 カード_名詞 の_助詞 文字_名詞 を_助詞 読み取_動詞 る_語尾 ため_名詞 に_助詞 使_動詞 い_語尾 、_補助記号 他_名詞 の_助詞 石油_名詞 会社_名詞 も_助詞 これ_代名詞 に_助詞 追随_名詞 し_動詞 た_助動詞 。_補助記号 +IMR_名詞 が_助詞 1950_名詞 年代_名詞 後半_名詞 に_助詞 販売_名詞 し_動詞 た_助動詞 他_名詞 の_助詞 システム_名詞 と_助詞 し_動詞 て_助詞 は_助詞 電話_名詞 会社_名詞 の_助詞 請求_名詞 書_接尾辞 読み取_動詞 り_語尾 装置_名詞 や_助詞 アメリカ_名詞 空軍_名詞 の_助詞 テレタイプ_名詞 用_接尾辞 ページ_名詞 スキャナー_名詞 など_助詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +IBM_名詞 など_助詞 は_助詞 後_名詞 に_助詞 シェパード_名詞 から_助詞 OCR_名詞 特許_名詞 の_助詞 ライセンス_名詞 供与_名詞 を_助詞 受け_動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +1965_補助記号 年_接尾辞 ごろ_名詞 、_補助記号 リーダーズ_名詞 ・_補助記号 ダイジェスト_名詞 と_助詞 RCA_名詞 は_助詞 、_補助記号 使_動詞 わ_語尾 れ_助動詞 て_助詞 戻_動詞 っ_語尾 て_助詞 き_動詞 た_助動詞 同誌_名詞 の_助詞 広告_名詞 に_助詞 つ_動詞 い_語尾 て_助詞 い_動詞 る_語尾 クーポン_名詞 の_助詞 シリアル_名詞 番号_名詞 を_助詞 読み取_動詞 る_語尾 OCR_名詞 装置_名詞 を_助詞 共同_名詞 で_助詞 開発_名詞 し_動詞 た_助動詞 。_補助記号 +シリアル_名詞 番号_名詞 は_助詞 RCA_名詞 の_助詞 プリンター_名詞 で_助詞 OCR_名詞 ーA_英単語 フォント_名詞 (_補助記号 英語_名詞 版_名詞 )_補助記号 で_助詞 印字_名詞 さ_動詞 れ_助動詞 た_助動詞 。_補助記号 +読み取_動詞 り_語尾 装置_名詞 は_助詞  _補助記号 RCA_名詞  _補助記号 30_名詞 1_名詞  _補助記号 と_助詞 い_動詞 う_語尾 コンピュータ_名詞 に_助詞 直接_副詞 接続_名詞 さ_動詞 れ_助動詞 た_助動詞 。_補助記号 +この_連体詞 技術_名詞 は_助詞 TWA_名詞 で_助詞 航空_名詞 チケット_名詞 の_助詞 読み取り_名詞 に_助詞 も_助詞 使_動詞 わ_語尾 れ_助動詞 る_語尾 こと_名詞 と_助詞 な_動詞 る_語尾 。_補助記号 +読み取_動詞 り_語尾 装置_名詞 は_助詞 毎分_名詞 1,500_名詞 枚_接尾辞 の_助詞 文書_名詞 を_助詞 処理_名詞 でき_動詞 、_補助記号 正し_形容詞 く_語尾 読み取れ_動詞 な_助動詞 かっ_語尾 た_助動詞 文書_名詞 は_助詞 弾_動詞 か_語尾 れ_助動詞 る_語尾 。_補助記号 +RCA_名詞 は_助詞 これ_代名詞 を_助詞 製品_名詞 化_接尾辞 し_動詞 、_補助記号 保険_名詞 会社_名詞 など_助詞 が_助詞 採用_名詞 し_動詞 た_助動詞 。_補助記号 +アメリカ_名詞 合衆_名詞 国_接尾辞 郵便_名詞 公社_名詞 も_助詞 1965_名詞 年_接尾辞 から_助詞 発明_名詞 家_接尾辞 ジェイコブ_名詞 ・_補助記号 レインボー_名詞 (_補助記号 英語_名詞 版_名詞 )_補助記号 の_助詞 開発_名詞 し_動詞 た_助動詞 技術_名詞 を_助詞 元_名詞 に_助詞 し_動詞 て_助詞 OCR_名詞 マシン_名詞 を_助詞 使_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 。_補助記号 +ヨーロッパ_名詞 で_助詞 OCR_名詞 を_助詞 最初_名詞 に_助詞 採用_名詞 し_動詞 た_助動詞 の_助詞 は_助詞 イギリス_名詞 の_助詞 郵便_名詞 局_接尾辞 だっ_助動詞 た_助動詞 。_補助記号 +イギリス_名詞 で_助詞 は_助詞 1965_補助記号 年_接尾辞 、_補助記号 郵便_名詞 貯金_名詞 に_助詞 相当_名詞 する_動詞 ナショナル_名詞 ・_補助記号 ジャイロ_名詞 (_補助記号 英語_名詞 版_名詞 )_補助記号 が_助詞 OCR_名詞 を_助詞 使_動詞 っ_語尾 た_助動詞 自動_名詞 化_接尾辞 を_助詞 行_動詞 っ_語尾 た_助動詞 。_補助記号 +カナダ_名詞 の_助詞 郵便_名詞 局_接尾辞 は_助詞 1971_名詞 年_接尾辞 から_助詞 OCR_名詞 を_助詞 使用_名詞 し_動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +OCR_名詞 は_助詞 受取_名詞 人_接尾辞 の_助詞 名前_名詞 と_助詞 住所_名詞 を_助詞 読み取_動詞 っ_語尾 て_助詞 ソート_名詞 (_補助記号 分類_名詞 )_補助記号 する_動詞 ため_名詞 に_助詞 使_動詞 わ_語尾 れ_助動詞 る_語尾 。_補助記号 +そして_接続詞 郵便_名詞 番号_名詞 に_助詞 基づ_動詞 い_語尾 た_助動詞 バー_名詞 コード_名詞 を_助詞 封筒_名詞 に_助詞 印刷_名詞 する_動詞 。_補助記号 +その_連体詞 後_名詞 手紙_名詞 は_助詞 バー_名詞 コード_名詞 に_助動詞 したが_動詞 っ_語尾 て_助詞 細か_動詞 く_語尾 ソート_名詞 を_助詞 する_動詞 。_補助記号 +バー_名詞 コード_名詞 が_助詞 宛名_名詞 と_助詞 かぶ_動詞 る_語尾 可能_形状詞 性_接尾辞 が_助詞 あ_動詞 る_語尾 ため_名詞 (_補助記号 基本_名詞 的_接尾辞 に_助動詞 宛名_名詞 や_助詞 住所_名詞 は_助詞 どこ_代名詞 に_助詞 書_動詞 い_語尾 て_助詞 も_助詞 良_形容詞 い_語尾 )_補助記号 、_補助記号 バー_名詞 コード_名詞 は_助詞 紫外_名詞 線_接尾辞 ライト_名詞 で_助詞 見え_動詞 る_語尾 特殊_形状詞 な_助動詞 インク_名詞 を_助詞 使用_動詞 し_動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +この_連体詞 インク_名詞 は_助詞 通常_名詞 の_助詞 光_名詞 で_助詞 は_助詞 オレンジ_名詞 色_名詞 に_助詞 見え_動詞 る_語尾 。_補助記号 +なお_接続詞 、_補助記号 日本_名詞 で_助詞 は_助詞 漢字_名詞 の_助詞 読み取り_名詞 が_助詞 難し_形容詞 い_語尾 ため_名詞 、_補助記号 1968_名詞 年_接尾辞 7_名詞 月_接尾辞 1日_名詞 に_助詞 郵便_名詞 番号_名詞 が_助詞 導入_名詞 さ_動詞 れ_助動詞 、_補助記号 手書き_名詞 の_助詞 数字_名詞 で_助動詞 あ_動詞 る_語尾 郵便_名詞 番号_名詞 を_助詞 OCR_名詞 システム_名詞 で_助詞 読み取_動詞 っ_語尾 て_助詞 ソート_名詞 し_動詞 て_助詞 い_動詞 た_助動詞 。_補助記号 +1998_名詞 年_接尾辞 に_助詞 郵便_名詞 番号_名詞 の_助詞 7_名詞 桁_接尾辞 化_接尾辞 が_助詞 な_動詞 さ_語尾 れ_助動詞 て_助詞 から_助詞 は_助詞 OCR_名詞 で_助詞 読み取_動詞 っ_語尾 た_助動詞 際_名詞 に_助詞 アメリカ_名詞 の_助詞 よう_形状詞 に_助動詞 バー_名詞 コード_名詞 (_補助記号 ただし_接続詞 こちら_代名詞 は_助詞 可視_名詞 光_名詞 で_助詞 は_助詞 無色_名詞 な_助動詞 インク_名詞 を_助詞 使用_名詞 )_補助記号 を_助詞 印刷_名詞 する_動詞 よう_形状詞 に_助動詞 な_動詞 っ_語尾 た_助動詞 。_補助記号 +視覚_名詞 障害_名詞 者_接尾辞 に_助詞 と_動詞 っ_語尾 て_助詞 の_助詞 重要_形状詞 性_接尾辞 +1974_名詞 年_接尾辞 、_補助記号 レイ_名詞 ・_補助記号 カーツ_名詞 ワイル_名詞 は_助詞 あらゆる_連体詞 書体_名詞 を_助詞 読み取れ_動詞 る_語尾 OCR_名詞 の_助詞 開発_名詞 を_助詞 行_動詞 う_語尾  _補助記号 Kurzweil_名詞  _補助記号 Computer_名詞  _補助記号 Products_名詞 ,_補助記号  _補助記号 Inc_名詞 ._補助記号  _補助記号 を_助詞 創業_名詞 。_補助記号 +カーツ_名詞 ワイル_名詞 は_助詞 、_補助記号 音声_名詞 合成_名詞 技術_名詞 と_助詞 組合わせれ_動詞 ば_助詞 この_連体詞 技術_名詞 が_助詞 視覚_名詞 障害_名詞 者_接尾辞 に_助詞 と_動詞 っ_語尾 て_助詞 最も_副詞 役立_動詞 つ_語尾 と_助詞 考え_動詞 た_助動詞 。_補助記号 +鍵_名詞 と_助詞 な_動詞 る_語尾 技術_名詞 は_助詞 CCD_名詞 イメージ_名詞 スキャナ_名詞 と_助詞 音声_名詞 合成_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +1976_助詞 年_接尾辞 1_名詞 月_接尾辞 13_名詞 日_接尾辞 、_補助記号 製品_名詞 の_助詞 完成_名詞 披露_名詞 が_助詞 行_動詞 わ_語尾 れ_助動詞 た_助動詞 。_補助記号 +1978_名詞 年_接尾辞 、_補助記号 カーツ_名詞 ワイル_名詞 は_助詞 OCR_名詞 ソフトウェア_名詞 の_助詞 販売_名詞 を_助詞 開始_名詞 。_補助記号 +最初_名詞 の_助詞 顧客_名詞 は_助詞 レクシスネクシス_名詞 で_助詞 、_補助記号 ニュース_名詞 など_助詞 の_助詞 文書_名詞 を_助詞 データベース_名詞 に_助詞 入力_名詞 する_動詞 の_助詞 に_助詞 使_動詞 っ_語尾 た_助動詞 。_補助記号 +2_名詞 年_接尾辞 後_接尾辞 、_補助記号 カーツ_名詞 ワイル_名詞 は_助詞 会社_名詞 を_助詞 ゼロックス_名詞 に_助詞 売却_名詞 。_補助記号 +後_名詞 に_助詞 ゼロックス_名詞 は_助詞 その_連体詞 部門_名詞 を_助詞  _補助記号 Scansoft_名詞  _補助記号 と_助詞 し_動詞 て_助詞 スピンオフ_名詞 さ_動詞 せ_助動詞 、_補助記号 Scansoft_名詞  _補助記号 は_助詞 ニュアンス_名詞 コミュニケーションズ_名詞 (_補助記号 英語_名詞 版_名詞 )_補助記号 と_助詞 合併_名詞 し_動詞 た_助動詞 。_補助記号 +OCR_名詞 技術_名詞 の_助詞 状況_名詞 +1990_名詞 年代_名詞 中ごろ_名詞 、_補助記号 アメリカ_名詞 合衆_名詞 国_接尾辞 エネルギー_名詞 省_接尾辞  _補助記号 (_補助記号 DOE_名詞 )_補助記号  _補助記号 は_助詞 情報_名詞 科学_名詞 研究_名詞 所_接尾辞  _補助記号 (_補助記号 ISRI_名詞 )_補助記号  _補助記号 に_助詞 印刷_名詞 文書_名詞 の_助詞 認識_名詞 技術_名詞 育成_名詞 と_助詞 い_動詞 う_語尾 使命_名詞 を_助詞 与え_動詞 た_助動詞 。_補助記号 +それ_代名詞 に_助詞 よ_動詞 り_語尾 5_名詞 年間_接尾辞 に_助詞 渡_動詞 っ_語尾 て_助詞  _補助記号 Annual_名詞  _補助記号 Test_名詞  _補助記号 of_名詞  _補助記号 OCR_名詞  _補助記号 Accuracy_名詞  _補助記号 が_助詞 まとめ_動詞 られ_助動詞 た_助動詞 。_補助記号 +ラテン_名詞 文字_名詞 の_助詞 活字_名詞 文書_名詞 の_助詞 正確_名詞 な_助動詞 認識_名詞 は_助詞 ほとんど_名詞 解決_名詞 済み_接尾辞 の_助詞 問題_名詞 だ_助動詞 が_助詞 、_補助記号 識字_名詞 率_名詞 (_補助記号 文字_名詞 を_助詞 正し_形容詞 く_語尾 認識_名詞 する_動詞 確率_名詞 )_補助記号 は_助詞 100_名詞 %_接尾辞 で_助動詞 は_助詞 な_形容詞 く_語尾 、_補助記号 間違い_名詞 の_助詞 許_動詞 さ_語尾 れ_助動詞 な_助動詞 い_語尾 状況_名詞 で_助詞 は_助詞 人間_名詞 が_助詞 結果_名詞 を_助詞 確認_名詞 する_動詞 必要_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +19_名詞 世紀_名詞 および_接続詞 20_名詞 世紀_名詞 初頭_名詞 の_助詞 新聞_名詞 を_助詞 使_動詞 っ_語尾 た_助動詞 研究_名詞 に_助詞 よ_動詞 る_語尾 と_助詞 、_補助記号 単純_形状詞 に_助動詞 文字_名詞 単位_名詞 で_助詞 認識_名詞 する_動詞 市販_名詞 の_助詞 OCR_名詞 ソフトウェア_名詞 の_助詞 識字_名詞 率_名詞 は_助詞 71_名詞 %_接尾辞 から_助詞 98_名詞 %_接尾辞 だっ_助動詞 た_助動詞 。_補助記号 +手書き_名詞 文字_名詞 、_補助記号 特に_副詞 筆記_名詞 体_接尾辞 の_助詞 手書き_名詞 文字_名詞 認識_名詞 や_助詞 文字_名詞 数_名詞 の_助詞 多_形容詞 い_語尾 言語_名詞 の_助詞 文字_名詞 認識_名詞 で_助詞 は_助詞 まだ_副詞 研究_名詞 の_助詞 余地_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +文字_名詞 認識_名詞 の_助詞 精度_名詞 は_助詞 いく_名詞 つ_接尾辞 か_助詞 の_助詞 測定_名詞 法_名詞 で_助詞 表_名詞 さ_語尾 れ_助動詞 、_補助記号 実際_名詞 に_助詞 使用_名詞 し_動詞 た_助動詞 測定_名詞 法_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 精度_名詞 は_助詞 大き_形容詞 く_語尾 左右_名詞 さ_動詞 れ_助動詞 る_語尾 。_補助記号 +例えば_副詞 、_補助記号 文脈_名詞 や_助詞 辞書_名詞 を_助詞 使_動詞 わ_語尾 ず_助動詞 に_助詞 純粋_形状詞 に_助動詞 文字_名詞 単位_名詞 で_助詞 認識_名詞 する_動詞 場合_名詞 、_補助記号 識字_名詞 率_名詞 が_助詞 99_名詞 %_接尾辞 で_助動詞 あ_動詞 っ_語尾 て_助詞 も_助詞 、_補助記号 単語_名詞 ベース_名詞 の_助詞 誤り_名詞 率_名詞 は_助詞 5_名詞 %_接尾辞 と_助詞 な_動詞 る_語尾 か_助詞 も_助詞 しれ_動詞 な_助動詞 い_語尾 。_補助記号 +オン_名詞 ライン_名詞 文字_名詞 認識_名詞 は_助詞 光学_名詞 文字_名詞 認識_名詞 と_助詞 混同_名詞 さ_動詞 れ_助動詞 る_語尾 こと_名詞 が_助詞 あ_動詞 る_語尾 (_補助記号 手書き_名詞 文字_名詞 認識_名詞 参照_名詞 )_補助記号 。_補助記号 +OCR_名詞 は_助詞 基本_名詞 的_接尾辞 に_助動詞 オフ_名詞 ライン_名詞 の_助詞 文字_名詞 認識_名詞 で_助動詞 あ_動詞 り_語尾 、_補助記号 純粋_形状詞 に_助動詞 文字_名詞 の_助詞 静的_名詞 な_助動詞 形状_名詞 を_助詞 認識_名詞 する_動詞 。_補助記号 +一方_接続詞 オン_名詞 ライン_名詞 文字_名詞 認識_名詞 は_助詞 、_補助記号 文字_名詞 が_助詞 書_動詞 か_語尾 れ_助動詞 る_語尾 動的_名詞 な_助動詞 過程_名詞 を_助詞 認識_名詞 する_動詞 。_補助記号 +例えば_副詞 、_補助記号 Pen_名詞 Point_名詞  _補助記号 OS_名詞  _補助記号 や_助詞 タブレット_名詞 コンピュータ_名詞 など_助詞 が_助詞 ジェスチャー_名詞 を_助詞 認識_名詞 する_動詞 の_助詞 も_助詞 オン_名詞 ライン_名詞 認識_名詞 の_助詞 一種_名詞 で_助動詞 あ_動詞 り_語尾 、_補助記号 ペン_名詞 が_助詞 どう_副詞 い_動詞 う_語尾 方向_名詞 に_助詞 どれ_代名詞 だけ_助詞 動_動詞 い_語尾 た_助動詞 か_助詞 を_助詞 認識_名詞 する_動詞 。_補助記号 +オン_名詞 ライン_名詞 手書き_名詞 文字_名詞 認識_名詞 を_助詞 知的_形状詞 文字_名詞 認識_名詞 (_補助記号 英語_名詞 版_名詞 )_補助記号  _補助記号 (_補助記号 ICR_名詞 )_補助記号  _補助記号 とも_接尾辞 呼_動詞 ぶ_語尾 。_補助記号 +手書き_名詞 文字_名詞 認識_名詞 システム_名詞 は_助詞 近年_名詞 、_補助記号 商用_名詞 で_助詞 成功_名詞 し_動詞 て_助詞 い_動詞 る_語尾 分野_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +この_連体詞 技術_名詞 は_助詞 Palm_名詞  _補助記号 OS_名詞 など_助詞 が_助詞 動作_名詞 する_動詞 携帯_名詞 情報_名詞 端末_名詞 で_助詞 入力_名詞 手段_名詞 と_助詞 し_動詞 て_助詞 採用_名詞 さ_動詞 れ_助動詞 た_助動詞 。_補助記号 +アップル_名詞 ・_補助記号 ニュートン_名詞 が_助詞 この_連体詞 技術_名詞 の_助詞 先駆_名詞 者_接尾辞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +これ_代名詞 ら_接尾辞 の_助詞 機器_名詞 で_助詞 は_助詞 筆順_名詞 や_助詞 速度_名詞 や_助詞 線_名詞 の_助詞 方向_名詞 が_助詞 入力_名詞 時_接尾辞 に_助詞 分か_動詞 る_語尾 の_助詞 で_助動詞 比較_名詞 的_接尾辞 認識_名詞 が_助詞 容易_形状詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +また_接続詞 、_補助記号 ユーザー_名詞 側_名詞 も_助詞 徐々_名詞 に_助詞 認識_名詞 さ_動詞 れ_助動詞 やす_形容詞 い_語尾 文字_名詞 を_助詞 書_動詞 く_語尾 よう_形状詞 に_助動詞 トレーニング_名詞 さ_動詞 れ_助動詞 る_語尾 と_助詞 い_動詞 う_語尾 面_名詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +一方_接続詞 、_補助記号 紙_名詞 に_助詞 書_動詞 か_語尾 れ_助動詞 た_助動詞 手書き_名詞 文字_名詞 を_助詞 認識_名詞 する_動詞 ソフトウェア_名詞 に_助詞 は_助詞 上記_名詞 の_助詞 利点_名詞 が_助詞 無_形容詞 い_語尾 ため_名詞 、_補助記号 識字_名詞 率_名詞 は_助詞 いまだ_副詞 十分_形状詞 と_助詞 は_助詞 言え_動詞 な_助動詞 い_語尾 。_補助記号 +きれい_形状詞 に_助動詞 書_動詞 か_語尾 れ_助動詞 た_助動詞 手書き_名詞 文字_名詞 で_助詞 も_助詞 識字_名詞 率_名詞 は_助詞 80_名詞 %_接尾辞 から_助詞 90_名詞 %_接尾辞 で_助動詞 あ_動詞 り_語尾 、_補助記号 1_名詞 ページ_接尾辞 に_助詞 つ_動詞 き_語尾 数十_名詞 個_接尾辞 の_助詞 認識_名詞 不能_名詞 文字_名詞 が_助詞 出現_名詞 する_動詞 こと_名詞 に_助詞 な_動詞 る_語尾 。_補助記号 +これ_代名詞 は_助詞 非常_形状詞 に_助動詞 限_動詞 ら_語尾 れ_助動詞 た_助動詞 分野_名詞 で_助詞 しか_助詞 実用_名詞 化_接尾辞 でき_動詞 な_助動詞 い_語尾 レベル_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +筆記_名詞 体_接尾辞 文書_名詞 の_助詞 認識_名詞 は_助詞 研究_名詞 が_助詞 盛ん_形状詞 で_助動詞 あ_動詞 る_語尾 が_助詞 、_補助記号 識字_名詞 率_名詞 は_助詞 さらに_副詞 低_形容詞 い_語尾 。_補助記号 +筆記_名詞 体_接尾辞 の_助詞 文字_名詞 認識_名詞 の_助詞 識字_名詞 率_名詞 を_助詞 高め_動詞 る_語尾 に_助詞 は_助詞 、_補助記号 文脈_名詞 や_助詞 文法_名詞 の_助詞 情報_名詞 を_助詞 使_動詞 わ_語尾 な_助動詞 けれ_語尾 ば_助詞 な_動詞 ら_語尾 な_助動詞 い_語尾 。_補助記号 +例えば_副詞 、_補助記号 辞書_名詞 の_助詞 単語_名詞 を_助詞 認識_名詞 する_動詞 の_助詞 は_助詞 、_補助記号 手書き_名詞 原稿_名詞 の_助詞 個々_名詞 の_助詞 文字_名詞 を_助詞 認識_名詞 する_動詞 より_助詞 も_助詞 簡単_形状詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +小切手_名詞 に_助詞 書_動詞 か_語尾 れ_助動詞 た_助動詞 数字_名詞 の_助詞 列_名詞 は_助詞 小さな_連体詞 辞書_名詞 を_助詞 使_動詞 え_語尾 ば_助詞 い_形容詞 い_語尾 の_助詞 で_助詞 識字_名詞 率_名詞 を_助詞 上げ_動詞 る_語尾 こと_名詞 が_助詞 でき_動詞 る_語尾 。_補助記号 +スキャン_名詞 し_動詞 て_助詞 い_動詞 る_語尾 文書_名詞 の_助詞 言語_名詞 の_助詞 文法_名詞 に_助詞 関_動詞 する_語尾 知識_名詞 が_助詞 あ_動詞 れ_語尾 ば_助詞 、_補助記号 単語_名詞 が_助詞 名詞_名詞 な_助動詞 の_助詞 か_助詞 動詞_名詞 な_助動詞 の_助詞 か_助詞 を_助詞 判別_名詞 する_動詞 こと_名詞 が_助詞 可能_形状詞 と_助詞 な_動詞 り_語尾 識字_名詞 率_名詞 を_助詞 上げ_動詞 る_語尾 こと_名詞 が_助詞 でき_動詞 る_語尾 。_補助記号 +手書き_名詞 文字_名詞 の_助詞 形_名詞 だけ_助詞 で_助詞 は_助詞 正確_名詞 な_助動詞 認識_名詞 (_補助記号 一般_名詞 に_助詞 9_名詞 8_名詞 %_接尾辞 以上_名詞 )_補助記号 は_助詞 不_接頭辞 可能_形状詞 と_助詞 い_動詞 っ_語尾 て_助詞 よ_形容詞 い_語尾 。_補助記号 +OCR_名詞 技術_名詞 は_助詞 アドバンスト_名詞 スキャン_名詞 技術_名詞 の_助詞 基盤_名詞 と_助詞 な_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 。_補助記号 +一般_名詞 に_助詞 、_補助記号 より_副詞 複雑_名詞 な_助動詞 認識_名詞 問題_名詞 に_助詞 は_助詞 ニューラル_名詞 ネットワーク_名詞 を_助詞 使_動詞 う_語尾 こと_名詞 が_助詞 多_形容詞 く_語尾 、_補助記号 非_接頭辞 線形_名詞 な_助動詞 変形_名詞 で_助詞 も_助詞 線形_名詞 な_助動詞 変形_名詞 で_助詞 も_助詞 よく_副詞 機能_名詞 する_動詞 。_補助記号 +文書_名詞 内_接尾辞 の_助詞 認識_名詞 が_助詞 難し_形容詞 い_語尾 単語_名詞 や_助詞 文字_名詞 列_名詞 の_助詞 認識_名詞 で_助詞 大いに_副詞 成功_名詞 を_助詞 収め_動詞 て_助詞 い_動詞 る_語尾 技法_名詞 と_助詞 し_動詞 て_助詞 、_補助記号 人間_名詞 の_助詞 文字_名詞 認識_名詞 能力_名詞 を_助詞 利用_名詞 し_動詞 た_助動詞 re_名詞 CAPTCHA_名詞 システム_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +楽譜_名詞 OCR_名詞 +詳細_名詞 は_助詞 「_補助記号 楽譜_名詞 OCR_名詞 」_補助記号 を_助詞 参照_名詞 +1970_名詞 年_接尾辞 代_接尾辞 、_補助記号 印刷_名詞 さ_動詞 れ_助動詞 た_助動詞 楽譜_名詞 を_助詞 読み取_動詞 る_語尾 研究_名詞 が_助詞 MIT_名詞 など_助詞 の_助詞 研究_名詞 所_接尾辞 で_助詞 行_動詞 わ_語尾 れ_助動詞 た_助動詞 。_補助記号 +その_連体詞 後_名詞 楽譜_名詞 の_助詞 記号_名詞 を_助詞 認識_名詞 する_動詞 研究_名詞 が_助詞 続け_動詞 られ_助動詞 、_補助記号 商用_名詞 の_助詞 ソフトウェア_名詞 は_助詞  _補助記号 1991_名詞 年_接尾辞 に_助詞  _補助記号 ”_補助記号 MIDISCAN_名詞  _補助記号 for_名詞  _補助記号 Windows_名詞 ”_補助記号  _補助記号 (_補助記号 現_接頭辞 :_補助記号 Smart_英単語 S_記号 core_英単語 (_補助記号 英語_名詞 版_名詞 )_補助記号 )_補助記号  _補助記号 が_助詞 リリース_名詞 さ_動詞 れ_助動詞 た_助動詞 。_補助記号 + _補助記号 なお_接続詞 日本_名詞 に_助詞 お_動詞 い_語尾 て_助詞 は_助詞 1995_名詞 年_接尾辞 楽譜_名詞 OCR_名詞 を_助詞 搭載_名詞 し_動詞 た_助動詞 楽譜_名詞 作成_名詞 ソフトウェア_名詞 の_助詞 スコア_名詞 メーカー_名詞 が_助詞 河合_名詞 楽器_名詞 製作_名詞 所_接尾辞 に_助詞 て_助詞 製造_名詞 販売_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +質問_名詞 応答_名詞 システム_名詞 +移動_名詞 :_補助記号  _補助記号 案内_名詞 ,_補助記号  _補助記号 検索_名詞 +質問_名詞 応答_名詞 システム_名詞 (_補助記号 しつもん_名詞 おうとう_名詞 システム_名詞 )_補助記号 は_助詞 、_補助記号 特定_名詞 の_助詞 種類_名詞 の_助詞 情報_名詞 に_助詞 対_動詞 する_語尾 質問_名詞 を_助詞 ユーザ_名詞 から_助詞 自然_名詞 言語_名詞 で_助詞 受け_動詞 つけ_動詞 、_補助記号 その_連体詞 解答_名詞 を_助詞 返_動詞 す_語尾 よう_形状詞 な_助動詞 コンピュータ_名詞 ソフトウェア_名詞 の_助詞 こと_名詞 。_補助記号 +解答_名詞 は_助詞 文章_名詞 か_助詞 、_補助記号 質問_名詞 に_助詞 対_動詞 する_語尾 直接_副詞 解答_名詞 が_助詞 ほとんど_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 + _補助記号 検索_名詞 エンジン_名詞 を_助詞 用い_動詞 る_語尾 もの_名詞 や_助詞 百科_名詞 辞典_名詞 など_助詞 を_助詞 用い_動詞 たり_助詞 、_補助記号 さまざま_形状詞 な_助動詞 データベース_名詞 を_助詞 基_名詞 に_助詞 し_動詞 て_助詞 検索_名詞 を_助詞 行_動詞 う_語尾 。_補助記号 + _補助記号 英語_名詞 の_助詞 サイト_名詞 で_助詞 は_助詞  _補助記号 AskJ_名詞 eeves_英単語  _補助記号 が_助詞 有名_形状詞 。_補助記号 +基本_名詞 的_接尾辞 な_助動詞 処理_名詞 の_助詞 流れ_名詞 は_助詞 、_補助記号 以下_名詞 の_助詞 よう_形状詞 に_助動詞 な_動詞 る_語尾 。_補助記号 +質問_名詞 文_名詞 分析_名詞 (_補助記号 質問_名詞 文_名詞 を_助詞 単語_名詞 や_助詞 節_名詞 など_助詞 、_補助記号 検索_名詞 エンジン_名詞 の_助詞 クエリ_名詞 に_助詞 変換_名詞 する_動詞 )_補助記号 +検索_名詞 エンジン_名詞 (_補助記号 ここ_代名詞 で_助詞 は_助詞 AND_名詞 検索_名詞 など_助詞 通常_名詞 の_助詞 クエリ_名詞 を_助詞 投げかけ_動詞 る_語尾 こと_名詞 が_助詞 多_形容詞 い_語尾 )_補助記号 +絞込み_名詞 (_補助記号 取得_名詞 し_動詞 た_助動詞 文章_名詞 から_助詞 、_補助記号 解答_名詞 部分_名詞 を_助詞 抽出_名詞 する_動詞 )_補助記号 +結果_名詞 表示_名詞 (_補助記号 解答_名詞 を_助詞 スコア_名詞 順_名詞 に_助詞 並び替え_動詞 、_補助記号 表示_名詞 する_動詞 )_補助記号 +質問_名詞 応答_名詞 は_助詞 、_補助記号 情報_名詞 検索_名詞 、_補助記号 情報_名詞 抽出_名詞 、_補助記号 自然_名詞 言語_名詞 処理_名詞 など_助詞 多数_名詞 の_助詞 分野_名詞 に_助詞 渡_動詞 る_語尾 技術_名詞 が_助詞 用い_動詞 られ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +音声_名詞 認識_名詞 (_補助記号 おんせい_名詞 にんしき_名詞 ,_補助記号  _補助記号 speech_名詞  _補助記号 recognition_名詞 )_補助記号 は_助詞 、_補助記号 ヒト_名詞 の_助詞 話_動詞 す_語尾 音声_名詞 言語_名詞 を_助詞 コンピュータ_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 解析_名詞 し_動詞 、_補助記号 話_動詞 し_語尾 て_助詞 い_動詞 る_語尾 内容_名詞 を_助詞 文字_名詞 データ_名詞 と_助詞 し_動詞 て_助詞 取り出_動詞 す_語尾 処理_名詞 の_助詞 こと_名詞 。_補助記号 +キーボード_名詞 から_助詞 の_助詞 入力_名詞 に_助詞 代わ_動詞 る_語尾 文字_名詞 入力_名詞 方法_名詞 と_助詞 し_動詞 て_助詞 注目_名詞 を_助詞 集め_動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +音声_名詞 認識_名詞 に_助詞 関連_名詞 が_助詞 深_形容詞 い_語尾 技術_名詞 と_助詞 し_動詞 て_助詞 、_補助記号 あらかじめ_副詞 記録_名詞 し_動詞 て_助詞 お_動詞 い_語尾 た_助動詞 音声_名詞 パターン_名詞 と_助詞 比較_名詞 し_動詞 て_助詞 個人_名詞 認証_名詞 等_接尾辞 を_助詞 おこな_動詞 う_語尾 、_補助記号 話者_名詞 認識_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +パソコン_名詞 の_助詞 場合_名詞 、_補助記号 文章_名詞 を_助詞 入力_名詞 する_動詞 用途_名詞 で_助詞 は_助詞 音声_名詞 入力_名詞 また_接続詞 は_助詞 ディクテーション_名詞 、_補助記号 アプリケーション_名詞 の_助詞 操作_名詞 は_助詞 音声_名詞 操作_名詞 と_助詞 呼_動詞 ば_語尾 れ_助動詞 る_語尾 。_補助記号 +目次_名詞 +1_名詞  _補助記号 認識_名詞 技術_名詞 +1_名詞 ._補助記号 1_名詞  _補助記号 統計_名詞 的_接尾辞 手法_名詞 +1_名詞 ._補助記号 2_名詞  _補助記号 動的_名詞 時間_名詞 伸縮_名詞 法_名詞 +1_名詞 ._補助記号 3_名詞  _補助記号 隠れ_名詞 マルコフモデル_名詞 +2_名詞  _補助記号 実際_名詞 と_助詞 課題_名詞 +2_名詞 ._補助記号 1_名詞  _補助記号 性能_名詞 +3_名詞  _補助記号 研究_名詞 中_接尾辞 の_助詞 技術_名詞 +3_名詞 ._補助記号 1_名詞  _補助記号 MFT_名詞 +3_名詞 ._補助記号 2_名詞  _補助記号 GSS_名詞 +4_名詞  _補助記号 実用_名詞 例_名詞 +4_名詞 ._補助記号 1_名詞  _補助記号 Windows_名詞 に_助詞 おけ_動詞 る_助動詞 利用_名詞 +4_名詞 ._補助記号 2_名詞  _補助記号 企業_名詞 ・_補助記号 団体_名詞 に_助詞 おけ_動詞 る_助動詞 利用_名詞 +4_名詞 ._補助記号 3_名詞  _補助記号 その_連体詞 他_名詞 の_助詞 利用_名詞 例_名詞 +4_名詞 ._補助記号 4_名詞  _補助記号 その_連体詞 他_名詞 の_助詞 応用_名詞 例_名詞 +5_名詞  _補助記号 音声_名詞 認識_名詞 ソフトウェア_名詞 例_名詞 +5_名詞 ._補助記号 1_名詞  _補助記号 音声_名詞 認識_名詞 を_助詞 応用_名詞 し_動詞 た_助動詞 ゲーム_名詞 ソフト_名詞 例_名詞 +6_名詞  _補助記号 参考_名詞 文献_名詞 +7_名詞  _補助記号 外部_名詞 リンク_名詞 +8_名詞  _補助記号 出典_名詞 +9_名詞  _補助記号 関連_名詞 項目_名詞 +認識_名詞 技術_名詞 +統計_名詞 的_接尾辞 手法_名詞 +音声_名詞 認識_名詞 で_助詞 は_助詞 、_補助記号 統計_名詞 的_接尾辞 手法_名詞 が_助詞 良_形容詞 く_語尾 用い_動詞 られ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +これ_代名詞 は_助詞 大量_名詞 の_助詞 発話_名詞 を_助詞 記録_名詞 し_動詞 た_助動詞 学習_名詞 用_接尾辞 データ_名詞 から_助詞 音声_名詞 の_助詞 特徴_名詞 を_助詞 蓄積_名詞 し_動詞 、_補助記号 入力_名詞 さ_動詞 れ_助動詞 た_助動詞 音声_名詞 信号_名詞 と_助詞 蓄積_名詞 さ_動詞 れ_助動詞 た_助動詞 特徴_名詞 と_助詞 を_助詞 比較_名詞 し_動詞 ながら_助詞 、_補助記号 最も_副詞 特徴_名詞 に_助詞 近_形容詞 い_語尾 言語_名詞 系列_名詞 を_助詞 認識_名詞 結果_名詞 と_助詞 し_動詞 て_助詞 出力_名詞 する_動詞 手法_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +一般_名詞 に_助詞 、_補助記号 音声_名詞 の_助詞 音響_名詞 的_接尾辞 な_助動詞 特徴_名詞 と_助詞 言語_名詞 的_接尾辞 な_助動詞 特徴_名詞 を_助詞 分離_名詞 し_動詞 て_助詞 扱_動詞 う_語尾 こと_名詞 が_助詞 多_形容詞 い_語尾 。_補助記号 +音響_名詞 的_接尾辞 な_助動詞 特徴_名詞 と_助詞 は_助詞 、_補助記号 認識_名詞 対象_名詞 の_助詞 音素_名詞 が_助詞 それぞれ_名詞 どの_連体詞 よう_形状詞 な_助動詞 周波_名詞 数_名詞 特性_名詞 を_助詞 持_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 か_助詞 を_助詞 表_動詞 し_語尾 た_助動詞 もの_名詞 で_助動詞 、_補助記号 音響_名詞 モデル_名詞 と_助詞 呼_動詞 ば_語尾 れ_助動詞 る_語尾 。_補助記号 +音響_名詞 モデル_名詞 の_助詞 表現_名詞 と_助詞 し_動詞 て_助詞 は_助詞 、_補助記号 混合_名詞 正規_名詞 分布_名詞 を_助詞 出力_名詞 確率_名詞 と_助詞 し_動詞 た_助動詞 隠れ_名詞 マルコフモデル_名詞 が_助詞 広_形容詞 く_語尾 用い_動詞 られ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +言語_名詞 的_接尾辞 な_助動詞 特徴_名詞 と_助詞 は_助詞 、_補助記号 音素_名詞 の_助詞 並び_名詞 方_接尾辞 に_助詞 関_動詞 する_語尾 制約_名詞 を_助詞 表_動詞 し_語尾 た_助動詞 もの_名詞 で_助動詞 、_補助記号 言語_名詞 モデル_名詞 と_助詞 呼_動詞 ば_語尾 れ_助動詞 る_語尾 。_補助記号 +例えば_副詞 、_補助記号 「_補助記号 あなた_代名詞  _補助記号 (_補助記号 a_記号  _補助記号 n_記号  _補助記号 a_記号  _補助記号 t_記号  _補助記号 a_記号 )_補助記号 」_補助記号 と_助詞 い_動詞 う_語尾 発声_名詞 の_助詞 直後_名詞 に_助詞 は_助詞 、_補助記号 「_補助記号 が_助詞  _補助記号 (_補助記号 g_記号  _補助記号 a_記号 )_補助記号 」_補助記号 や_助詞 「_補助記号 は_助詞  _補助記号 (_補助記号 w_記号  _補助記号 a_記号 )_補助記号 」_補助記号 など_助詞 の_助詞 発声_名詞 が_助詞 続_動詞 く_語尾 確率_名詞 が_助詞 高_形容詞 い_語尾 、_補助記号 など_助詞 の_助詞 制約_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +言語_名詞 モデル_名詞 の_助詞 表現_名詞 と_助詞 し_動詞 て_助詞 は_助詞 、_補助記号 認識_名詞 対象_名詞 の_助詞 言語_名詞 が_助詞 大_接頭辞 規模_名詞 な_助動詞 場合_名詞 (_補助記号 パソコン_名詞 上_接尾辞 で_助詞 の_助詞 文書_名詞 作成_名詞 など_助詞 )_補助記号 は_助詞 n_記号 ー_補助記号 gram_名詞 が_助詞 良_形容詞 く_語尾 用い_動詞 られ_助動詞 、_補助記号 認識_名詞 対象_名詞 の_助詞 言語_名詞 が_助詞 人手_名詞 で_助詞 網羅_名詞 出来_動詞 る_語尾 程度_名詞 に_助詞 小さ_形容詞 い_語尾 場合_名詞 (_補助記号 カーナビ_名詞 の_助詞 音声_名詞 操作_名詞 など_助詞 )_補助記号 は_助詞 、_補助記号 文脈_名詞 自由_名詞 文法_名詞 が_助詞 良_形容詞 く_語尾 用い_動詞 られ_助動詞 る_語尾 。_補助記号 +動的_名詞 時間_名詞 伸縮_名詞 法_名詞 +動的_名詞 時間_名詞 伸縮_名詞 法_名詞 (_補助記号 Dynamic_名詞  _補助記号 time_名詞  _補助記号 warping_名詞 、_補助記号 DTW_名詞 )_補助記号 は_助詞 初期_名詞 の_助詞 音声_名詞 認識_名詞 手法_名詞 で_助動詞 あ_動詞 る_語尾 が_助詞 、_補助記号 隠れ_名詞 マルコフモデル_名詞 に_助詞 基づ_動詞 く_語尾 手法_名詞 が_助詞 一般_名詞 化_接尾辞 し_動詞 た_助動詞 ため_名詞 、_補助記号 使_動詞 わ_語尾 れ_助動詞 な_助動詞 く_語尾 な_動詞 っ_語尾 た_助動詞 。_補助記号 +時間_名詞 また_接続詞 は_助詞 早_形容詞 さ_接尾辞 の_助詞 異な_動詞 る_語尾 2_名詞 つ_接尾辞 の_助詞 信号_名詞 シーケンス_名詞 の_助詞 間_名詞 の_助詞 類似_名詞 度_接尾辞 を_助詞 測_動詞 る_語尾 アルゴリズム_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +例えば_副詞 、_補助記号 人間_名詞 の_助詞 歩行_名詞 の_助詞 パターン_名詞 は_助詞 、_補助記号 素早_形容詞 く_語尾 歩_動詞 い_語尾 て_助詞 も_助詞 、_補助記号 ゆっくり_副詞 歩_動詞 い_語尾 て_助詞 も_助詞 、_補助記号 さらに_接続詞 は_助詞 歩行_名詞 の_助詞 画像_名詞 を_助詞 早送り_名詞 し_動詞 て_助詞 も_助詞 スロー_形状詞 再生_名詞 し_動詞 て_助詞 も_助詞 一定_名詞 の_助詞 パターン_名詞 が_助詞 存在_名詞 する_動詞 。_補助記号 +DTW_名詞  _補助記号 は_助詞 音声_名詞 だけ_助詞 で_助動詞 な_形容詞 く_語尾 動画_名詞 など_助詞 の_助詞 任意_名詞 の_助詞 時_名詞 系列_名詞 の_助詞 データ_名詞 に_助詞 適用_名詞 可能_形状詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +音声_名詞 認識_名詞 に_助詞 お_動詞 い_語尾 て_助詞 は_助詞 、_補助記号 発声_名詞 速度_名詞 が_助詞 どう_副詞 で_助動詞 あ_動詞 っ_語尾 て_助詞 も_助詞 一定_名詞 の_助詞 パターン_名詞 を_助詞 検出_名詞 する_動詞 ため_名詞 に_助詞 使_動詞 わ_語尾 れ_助動詞 て_助詞 い_動詞 た_助動詞 。_補助記号 +従_動詞 っ_語尾 て_助詞 、_補助記号 比較_名詞 の_助詞 ため_名詞 の_助詞 標準_名詞 パターン_名詞 が_助詞 必要_名詞 で_助動詞 あ_動詞 り_語尾 、_補助記号 認識_名詞 でき_動詞 る_語尾 語彙_名詞 は_助詞 限定_名詞 さ_動詞 れ_助動詞 る_語尾 。_補助記号 +隠れ_名詞 マルコフモデル_名詞 +音声_名詞 信号_名詞 は_助詞 、_補助記号 断片_名詞 的_接尾辞 あるいは_接続詞 短_接頭辞 時間_名詞 の_助詞 定常_名詞 信号_名詞 と_助詞 見_動詞 る_語尾 こと_名詞 が_助詞 でき_動詞 、_補助記号 隠れ_名詞 マルコフモデル_名詞 (_補助記号 Hidden_名詞  _補助記号 Markov_名詞  _補助記号 Model_名詞 、_補助記号 HMM_名詞 )_補助記号 が_助詞 適用_名詞 可能_形状詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +すなわち_接続詞 、_補助記号 10_名詞 ミリ_接尾辞 秒_接尾辞 程度_名詞 の_助詞 短_接頭辞 時間_名詞 で_助詞 み_動詞 た_助動詞 場合_名詞 、_補助記号 音声_名詞 信号_名詞 は_助詞 近似_名詞 的_接尾辞 に_助動詞 定常_名詞 過程_名詞 と_助詞 見な_動詞 す_語尾 こと_名詞 が_助詞 でき_動詞 る_語尾 。_補助記号 +従_動詞 っ_語尾 て_助詞 、_補助記号 音声_名詞 を_助詞 多く_名詞 の_助詞 確率_名詞 過程_名詞 の_助詞 マルコフ_名詞 連鎖_名詞 と_助詞 考え_動詞 る_語尾 こと_名詞 が_助詞 でき_動詞 る_語尾 。_補助記号 +また_接続詞 、_補助記号 隠れ_名詞 マルコフモデル_名詞 に_助詞 よ_動詞 る_語尾 音声_名詞 認識_名詞 は_助詞 自動_名詞 的_接尾辞 に_助動詞 トレーニング_名詞 さ_動詞 れ_助動詞 、_補助記号 単純_形状詞 で_助動詞 計算_名詞 量_名詞 も_助詞 それ_代名詞 ほど_助詞 多_形容詞 く_語尾 な_形容詞 い_語尾 。_補助記号 +音声_名詞 認識_名詞 に_助詞 つ_動詞 い_語尾 て_助詞 考え_動詞 られ_助動詞 る_語尾 最も_副詞 簡単_形状詞 な_助動詞 設定_名詞 で_助詞 は_助詞 、_補助記号 隠れ_名詞 マルコフモデル_名詞 は_助詞 10_名詞 ミリ_接尾辞 秒_接尾辞 ごと_接尾辞 に_助詞 例えば_副詞 13_名詞 次元_名詞 程度_名詞 の_助詞 実数_名詞 値_接尾辞 ベクトル_名詞 を_助詞 出力_名詞 する_動詞 だ_助動詞 ろ_語尾 う_助動詞 。_補助記号 +この_連体詞 ベクトル_名詞 は_助詞 ケプストラム_名詞 係数_名詞 から_助詞 成_動詞 る_語尾 。_補助記号 +ケプストラム_名詞 係数_名詞 は_助詞 短_接頭辞 時間_名詞 の_助詞 信号_名詞 の_助詞 フーリエ_名詞 変換_名詞 に_助詞 コサイン_名詞 変換_名詞 を_助詞 使_動詞 っ_語尾 て_助詞 、_補助記号 その_連体詞 第_接頭辞 一_名詞 (_補助記号 最大_名詞 )_補助記号 係数_名詞 を_助詞 取り出_動詞 し_語尾 た_助動詞 もの_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +隠れ_名詞 マルコフモデル_名詞 は_助詞 、_補助記号 それぞれ_名詞 の_助詞 観測_名詞 さ_動詞 れ_助動詞 た_助動詞 ベクトル_名詞 の_助詞 尤度_名詞 を_助詞 与え_動詞 る_語尾 対角_名詞 共_名詞 分散_名詞 の_助詞 ガウス_名詞 分布_名詞 の_助詞 混合_名詞 と_助詞 も_助詞 い_動詞 う_語尾 べ_助動詞 き_語尾 確率_名詞 分布_名詞 を_助詞 持_動詞 つ_語尾 傾向_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +各_接頭辞 単語_名詞 や_助詞 各_接頭辞 音素_名詞 は_助詞 それぞれ_名詞 独自_形状詞 の_助詞 出力_名詞 分布_名詞 を_助詞 持_動詞 つ_語尾 。_補助記号 +単語_名詞 列_名詞 あるいは_接続詞 音素_名詞 列_名詞 に_助詞 関_動詞 する_語尾 隠れ_名詞 マルコフモデル_名詞 は_助詞 、_補助記号 個々_名詞 の_助詞 単語_名詞 や_助詞 音素_名詞 の_助詞 隠れ_名詞 マルコフモデル_名詞 を_助詞 連結_名詞 し_動詞 た_助動詞 もの_名詞 と_助詞 な_動詞 る_語尾 。_補助記号 +これ_代名詞 ら_接尾辞 が_助詞 隠れ_名詞 マルコフモデル_名詞 を_助詞 使用_名詞 し_動詞 た_助動詞 音声_名詞 認識_名詞 技術_名詞 の_助詞 概念_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +音声_名詞 認識_名詞 システム_名詞 に_助詞 は_助詞 これ_代名詞 以外_名詞 に_助詞 も_助詞 様々_形状詞 な_助動詞 技術_名詞 を_助詞 使用_名詞 し_動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +語彙_名詞 の_助詞 多_形容詞 い_語尾 システム_名詞 で_助詞 は_助詞 、_補助記号 音素_名詞 に_助詞 つ_動詞 い_語尾 て_助詞 文脈_名詞 依存_名詞 性_接尾辞 を_助詞 考慮_名詞 する_動詞 。_補助記号 +また_接続詞 、_補助記号 話者_名詞 間_接尾辞 の_助詞 違い_名詞 や_助詞 録音_名詞 状況_名詞 の_助詞 違い_名詞 を_助詞 正規_名詞 化_接尾辞 する_動詞 ため_名詞 に_助詞 、_補助記号 ケプストラム_名詞 の_助詞 正規_名詞 化_接尾辞 が_助詞 行_動詞 わ_語尾 れ_助動詞 る_語尾 。_補助記号 +他_名詞 に_助詞 も_助詞 話者_名詞 正規_名詞 化_接尾辞 の_助詞 試み_名詞 と_助詞 し_動詞 て_助詞 、_補助記号 男女_名詞 間_接尾辞 の_助詞 正規_名詞 化_接尾辞 の_助詞 ため_名詞 の_助詞 声道_名詞 長_接尾辞 正規_名詞 化_接尾辞  _補助記号 (_補助記号 VTLN_名詞 )_補助記号  _補助記号 や_助詞 、_補助記号 より_副詞 不_接頭辞 特定_名詞 多数_名詞 の_助詞 話者_名詞 に_助詞 対応_名詞 する_動詞 ため_名詞 の_助詞 最尤_名詞 線形_名詞 回帰_名詞  _補助記号 (_補助記号 MLLR_名詞 )_補助記号  _補助記号 が_助詞 あ_動詞 る_語尾 。_補助記号 +実際_名詞 と_助詞 課題_名詞 +音声_名詞 認識_名詞 システム_名詞 の_助詞 研究_名詞 開発_名詞 に_助詞 は_助詞 コンピュータ_名詞 が_助詞 普及_名詞 し_動詞 だ_助動詞 し_語尾 た_助動詞 1970_名詞 年代_名詞 から_助詞 21_名詞 世紀_名詞 初頭_名詞 の_助詞 現在_名詞 まで_助詞 、_補助記号 長年_名詞 に_助詞 わた_動詞 っ_語尾 て_助詞 莫大_名詞 な_助動詞 資金_名詞 と_助詞 優秀_形状詞 な_助動詞 人材_名詞 が_助詞 投入_名詞 さ_動詞 れ_助動詞 て_助詞 き_動詞 た_助動詞 が_助詞 、_補助記号 成功_名詞 し_動詞 て_助詞 普及_名詞 し_動詞 た_助動詞 もの_名詞 は_助詞 ほとんど_名詞 な_形容詞 く_語尾 、_補助記号 デジタル_名詞 技術_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 生み出_動詞 さ_語尾 れ_助動詞 た_助動詞 3_名詞 次元_名詞 映像_名詞 に_助詞 代表_名詞 さ_動詞 れ_助動詞 る_語尾 アニメーション_名詞 映画_名詞 や_助詞 、_補助記号 動画_名詞 、_補助記号 静止_名詞 画_名詞 、_補助記号 音楽_名詞 の_助詞 記録_名詞 と_助詞 再生_名詞 と_助詞 い_動詞 っ_語尾 た_助動詞 技術_名詞 分野_名詞 は_助詞 、_補助記号 その_連体詞 後_名詞 、_補助記号 大きな_連体詞 産業_名詞 と_助詞 な_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 の_助詞 と_助詞 比べれ_動詞 ば_助詞 大きな_連体詞 違い_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +話者_名詞 を_助詞 限定_名詞 し_動詞 て_助詞 、_補助記号 「_補助記号 ディクテーション_名詞 」_補助記号 と_助詞 呼_動詞 ば_語尾 れ_助動詞 る_語尾 事前_名詞 の_助詞 トレーニング_名詞 を_助詞 行_動詞 う_語尾 方式_名詞 の_助詞 音声_名詞 認識_名詞 システム_名詞 で_助詞 は_助詞 、_補助記号 日本_名詞 語_名詞 で_助詞 は_助詞 理想_名詞 的_接尾辞 な_助動詞 環境_名詞 下_接尾辞 で_助詞 は_助詞 80_名詞 %_接尾辞 の_助詞 認識_名詞 率_名詞 が_助詞 達成_名詞 でき_動詞 る_語尾 と_助詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +それ_代名詞 ら_接尾辞 の_助詞 トレーニング_名詞 を_助詞 積_動詞 ま_語尾 な_助動詞 い_語尾 場合_名詞 60_名詞 %_接尾辞 が_助詞 限度_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +語彙_名詞 を_助詞 限定_名詞 し_動詞 て_助詞 トレーニング_名詞 を_助詞 必要_名詞 と_助詞 し_動詞 な_助動詞 い_語尾 システム_名詞 で_助詞 は_助詞 、_補助記号 不_接頭辞 特定_名詞 多数_名詞 の_助詞 話者_名詞 の_助詞 音声_名詞 を_助詞 認識_名詞 でき_動詞 る_語尾 が_助詞 語彙_名詞 が_助詞 少な_形容詞 い_語尾 ため_名詞 に_助詞 利用_名詞 範囲_名詞 は_助詞 限定_名詞 さ_動詞 れ_助動詞 る_語尾 。_補助記号 + _補助記号 同音_名詞 異義_名詞 語_名詞 が_助詞 少な_形容詞 い_語尾 欧米_名詞 系_接尾辞 の_助詞 言語_名詞 で_助詞 は_助詞 90_名詞 %_接尾辞 の_助詞 認識_名詞 率_名詞 が_助詞 あ_動詞 る_語尾 と_助詞 評価_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾  _補助記号 。_補助記号 +個人_名詞 向け_接尾辞 に_助詞 市販_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 音声_名詞 認識_名詞 ソフト_名詞 で_助詞 は_助詞 、_補助記号 静か_形状詞 な_助動詞 部屋_名詞 で_助詞 ユーザー_名詞 が_助詞 ヘッド_名詞 セット_名詞 を_助詞 使_動詞 い_語尾 、_補助記号 単語_名詞 を_助詞 区切_動詞 る_語尾 など_助詞 の_助詞 いく_名詞 つ_接尾辞 か_助詞 の_助詞 コツ_名詞 を_助詞 知_動詞 っ_語尾 て_助詞 い_動詞 れ_語尾 ば_助詞 十分_副詞 実用_名詞 的_接尾辞 な_助動詞 認識_名詞 率_名詞 を_助詞 示_動詞 す_語尾 。_補助記号 +ただし_接続詞 屋内_名詞 で_助詞 あ_動詞 っ_語尾 て_助詞 も_助詞 背後_名詞 で_助詞 大声_名詞 の_助詞 会話_名詞 が_助詞 な_動詞 さ_語尾 れ_助動詞 る_語尾 環境_名詞 や_助詞 、_補助記号 屋外_名詞 など_助詞 の_助詞 騒音_名詞 の_助詞 あ_動詞 る_語尾 環境_名詞 で_助詞 は_助詞 認識_名詞 が_助詞 困難_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +また_接続詞 、_補助記号 個人_名詞 の_助詞 レベル_名詞 で_助詞 使用_名詞 する_動詞 こと_名詞 を_助詞 想定_名詞 し_動詞 て_助詞 い_動詞 る_語尾 ため_名詞 、_補助記号 対応_名詞 する_動詞 語彙_名詞 が_助詞 限_動詞 ら_語尾 れ_助動詞 業務_名詞 用語_名詞 は_助詞 カバー_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 な_助動詞 い_語尾 。_補助記号 +さらに_接続詞 、_補助記号 複数_名詞 の_助詞 話者_名詞 に_助詞 よ_動詞 る_語尾 発声_名詞 や_助詞 、_補助記号 音声_名詞 認識_名詞 向け_接尾辞 と_助詞 意識_名詞 し_動詞 て_助詞 い_動詞 な_助動詞 い_語尾 、_補助記号 例えば_副詞 インタビュー_名詞 や_助詞 会議_名詞 など_助詞 の_助詞 発声_名詞 を_助詞 認識_名詞 する_動詞 の_助詞 は_助詞 困難_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +企業_名詞 向け_接尾辞 で_助詞 は_助詞 、_補助記号 大_接頭辞 規模_名詞 語彙_名詞 と_助詞 複数_名詞 の_助詞 不_接頭辞 特定_名詞 話_名詞 者_接尾辞 に_助詞 対応_名詞 し_動詞 た_助動詞 会議_名詞 など_助詞 の_助詞 議事_名詞 録_接尾辞 作り_名詞 に_助詞 使え_動詞 る_語尾 より_助詞 高価_名詞 な_助動詞 ソフト_名詞 も_助詞 販売_名詞 さ_動詞 れ_助動詞 て_助詞 お_動詞 り_語尾 [_補助記号 要_接頭辞 出典_名詞 ]_補助記号 、_補助記号 カセット_名詞 テープ_名詞 や_助詞 IC_名詞 レコーダ_名詞 の_助詞 聞_動詞 き_語尾 起こし_名詞 に_助詞 比べ_動詞 効率_名詞 的_接尾辞 に_助動詞 作業_名詞 を_助詞 行_動詞 う_語尾 こと_名詞 が_助詞 でき_動詞 る_語尾 。_補助記号 +性能_名詞 +音声_名詞 認識_名詞 システム_名詞 の_助詞 性能_名詞 は_助詞 一般_名詞 に_助詞 正確_名詞 度_接尾辞 と_助詞 速度_名詞 で_助詞 表_動詞 さ_語尾 れ_助動詞 る_語尾 。_補助記号 +正確_名詞 度_接尾辞 は_助詞 単語_名詞 誤り率_名詞  _補助記号 (_補助記号 word_名詞  _補助記号 error_名詞  _補助記号 rate_名詞 ,_補助記号  _補助記号 WER_名詞 )_補助記号  _補助記号 で_助詞 表_名詞 さ_語尾 れ_助動詞 、_補助記号 速度_名詞 は_助詞 実_名詞 時間_名詞 係数_名詞  _補助記号 (_補助記号 real_名詞  _補助記号 time_名詞  _補助記号 factor_名詞 ,_補助記号  _補助記号 RTF_名詞 )_補助記号 で_助詞 表_名詞 さ_語尾 れ_助動詞 る_語尾 。_補助記号 +研究_名詞 中_接尾辞 の_助詞 技術_名詞 +MFT_名詞 +話者_名詞 の_助詞 音声_名詞 の_助詞 特徴_名詞 量_名詞 が_助詞 雑音_名詞 や_助詞 特徴_名詞 分離_名詞 処理_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 歪_動詞 む_語尾 と_助詞 音響_名詞 モデル_名詞 と_助詞 の_助詞 差_名詞 が_助詞 開_動詞 い_語尾 て_助詞 誤_接頭辞 認識_名詞 の_助詞 元_名詞 と_助詞 な_動詞 る_語尾 。_補助記号 +得_動詞 られ_助動詞 た_助動詞 音声_名詞 の_助詞 特徴_名詞 量_名詞 に_助詞 歪み_名詞 や_助詞 雑音_名詞 が_助詞 どの_連体詞 程度_名詞 含_動詞 ま_語尾 れ_助動詞 て_助詞 い_動詞 る_語尾 か_助詞 を_助詞 推定_名詞 し_動詞 時間_名詞 軸_名詞 と_助詞 周波_名詞 数_名詞 軸_名詞 に_助詞 対_動詞 し_語尾 て_助詞 信頼_名詞 度_接尾辞 を_助詞 マップ_名詞 と_助詞 し_動詞 て_助詞 持_動詞 た_語尾 せ_助動詞 て_助詞 、_補助記号 低_接頭辞 信頼_名詞 度_接尾辞 の_助詞 特徴_名詞 量_名詞 に_助詞 は_助詞 マスク_名詞 を_助詞 かけ_動詞 たり_助詞 、_補助記号 失_動詞 わ_語尾 れ_助動詞 た_助動詞 音声_名詞 を_助詞 復元_名詞 する_動詞 処理_名詞 に_助詞 活用_名詞 する_動詞 の_助詞 が_助詞 ミッシング_名詞 ・_補助記号 フィチャー_名詞 理論_名詞 (_補助記号 Missing_名詞  _補助記号 feature_名詞  _補助記号 the_英単語 ory_英単語 )_補助記号  _補助記号 で_助動詞 あ_動詞 る_語尾 。_補助記号 +GSS_名詞 +GSS_名詞 (_補助記号 Geometric_名詞  _補助記号 source_名詞  _補助記号 separation_名詞 )_補助記号 は_助詞 複数_名詞 の_助詞 音源_名詞 を_助詞 分離_名詞 する_動詞 技術_名詞 で_助動詞 あ_動詞 り_語尾 、_補助記号 音源_名詞 間_接尾辞 に_助詞 相関_名詞 が_助詞 無_形容詞 けれ_語尾 ば_助詞 複数_名詞 の_助詞 マイク_名詞 から_助詞 の_助詞 入力_名詞 情報_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 比較_名詞 的_接尾辞 簡単_形状詞 に_助動詞 音源_名詞 分離_名詞 と_助詞 その_連体詞 位置_名詞 情報_名詞 (_補助記号 音源_名詞 定位_名詞 )_補助記号 が_助詞 得_動詞 られ_助動詞 る_語尾 。_補助記号 +これ_代名詞 を_助詞 MFT_名詞 の_助詞 雑音_名詞 情報_名詞 と_助詞 し_動詞 て_助詞 信頼_名詞 度_接尾辞 マップ_名詞 に_助詞 反映_名詞 さ_動詞 せれ_助動詞 ば_助詞 、_補助記号 騒音_名詞 下_接尾辞 や_助詞 同時_名詞 発話_名詞 の_助詞 状況_名詞 で_助詞 も_助詞 それ_代名詞 ほど_助詞 認識_名詞 率_名詞 を_助詞 落と_動詞 さ_語尾 ず_助動詞 に_助詞 済_動詞 む_語尾 。_補助記号 +実用_名詞 例_名詞 +Windows_名詞 に_助詞 おけ_動詞 る_助動詞 利用_名詞 +Windows_名詞  _補助記号 Vista_名詞 と_助詞 Windows_名詞  _補助記号 7_名詞 で_助詞 は_助詞 音声_名詞 認識_名詞 機能_名詞 が_助詞 搭載_名詞 さ_動詞 れ_助動詞 て_助詞 お_動詞 り_語尾 、_補助記号 この_連体詞 機能_名詞 を_助詞 使用_名詞 し_動詞 て_助詞 、_補助記号 キーボード_名詞 入力_名詞 なし_名詞 に_助詞 チャット_名詞 を_助詞 する_動詞 など_助詞 の_助詞 操作_名詞 が_助詞 可能_形状詞 と_助詞 な_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 。_補助記号 +音声_名詞 認識_名詞 機能_名詞 で_助詞 パソコン_名詞 を_助詞 操作_名詞 する_動詞 と_助詞 い_動詞 っ_語尾 た_助動詞 利用_名詞 方法_名詞 は_助詞 これ_代名詞 まで_助詞 に_助詞 も_助詞 あ_動詞 っ_語尾 た_助動詞 が_助詞 、_補助記号 日本_名詞 語_名詞 の_助詞 認識_名詞 率_名詞 を_助詞 向上_名詞 さ_動詞 せ_助動詞 て_助詞 い_動詞 る_語尾 ほか_名詞 、_補助記号 マウス_名詞 や_助詞 キーボード_名詞 で_助詞 行_動詞 う_語尾 Windows_名詞 の_助詞 操作_名詞 が_助詞 音声_名詞 で_助詞 操作_名詞 でき_動詞 る_語尾 よう_形状詞 に_助動詞 な_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 。_補助記号 +企業_名詞 ・_補助記号 団体_名詞 に_助詞 おけ_動詞 る_助動詞 利用_名詞 +企業_名詞 、_補助記号 病院_名詞 、_補助記号 自治_名詞 体_接尾辞 で_助詞 は_助詞 、_補助記号 2005_名詞 ー_補助記号 6_名詞 年_接尾辞 頃_名詞 から_助詞 次第_名詞 に_助詞 次_名詞 の_助詞 よう_形状詞 な_助動詞 実用_名詞 システム_名詞 の_助詞 導入_名詞 が_助詞 活発_形状詞 化_接尾辞 し_動詞 て_助詞 き_動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +医師_名詞 向け_接尾辞 電子_名詞 カルテ_名詞 入力_名詞 システム_名詞 +自治_名詞 体_接尾辞 向け_接尾辞 議事_名詞 録_接尾辞 作成_名詞 支援_名詞 システム_名詞 +コール_名詞 センター_名詞 向け_接尾辞 オペレータ_名詞 支援_名詞 ・_補助記号 通話_名詞 内容_名詞 分析_名詞 システム_名詞 +学校_名詞 向け_接尾辞 語学_名詞 学習_名詞 アプリケーション_名詞 で_助詞 の_助詞 発音_名詞 評価_名詞 システム_名詞 +その_連体詞 他_名詞 の_助詞 利用_名詞 例_名詞 +携帯_名詞 端末_名詞 (_補助記号 iPhone_名詞 など_助詞 )_補助記号 へ_助詞 の_助詞 メール_名詞 文章_名詞 入力_名詞 +同時_名詞 通訳_名詞 型_接尾辞 の_助詞 機械_名詞 翻訳_名詞 、_補助記号 自動_名詞 通訳_名詞 +パソコン_名詞 上_接尾辞 で_助詞 の_助詞 文書_名詞 作成_名詞 (_補助記号 口述_名詞 筆記_名詞 の_助詞 自動_名詞 化_接尾辞 )_補助記号 +音声_名詞 指示_名詞 に_助詞 よ_動詞 る_語尾 機械_名詞 操作_名詞 (_補助記号 カーナビ_名詞 、_補助記号 電子_名詞 カルテ_名詞 等_接尾辞 の_助詞 ハンズフリー_名詞 コンピューティング_名詞 )_補助記号 +指示_名詞 を_助詞 聞き_名詞 分け_動詞 る_語尾 ペット_名詞 ロボット_名詞 (_補助記号 ロボット_名詞 工学_名詞 へ_助詞 の_助詞 応用_名詞 )_補助記号 +音声_名詞 対話_名詞 受付_名詞 案内_名詞 システム_名詞 (_補助記号 自動_名詞 音声_名詞 応答_名詞 装置_名詞 )_補助記号 +裁判_名詞 員_接尾辞 制度_名詞 で_助詞 の_助詞 評議_名詞 に_助詞 おけ_動詞 る_助動詞 証言_名詞 内容_名詞 など_助詞 の_助詞 確認_名詞 (_補助記号 映像_名詞 と_助詞 文字_名詞 の_助詞 連動_名詞 )_補助記号 +音声_名詞 Web_名詞 アプリケーション_名詞  _補助記号 w3voice_名詞  _補助記号 Laboratory_名詞  _補助記号 (_補助記号 音声_名詞 認識_名詞 や_助詞 対話_名詞 を_助詞 体験_名詞 でき_動詞 る_語尾 Web_名詞 サイト_名詞 )_補助記号 +その_連体詞 他_名詞 の_助詞 応用_名詞 例_名詞 +「_補助記号 感性_名詞 制御_名詞 技術_名詞 」_補助記号 (_補助記号 Sensibility_名詞  _補助記号 Technology=ST_名詞 )_補助記号 など_助詞 と_助詞 組み合わせ_動詞 る_語尾 こと_名詞 に_助詞 よ_動詞 り_語尾 、_補助記号 例えば_副詞 「_補助記号 ごめん_名詞 なさ_動詞 い_語尾 」_補助記号 も_助詞 口先_名詞 だけ_助詞 で_助詞 軽_形容詞 く_語尾 言_動詞 っ_語尾 た_助動詞 「_補助記号 ごめん_名詞 なさ_動詞 い_語尾 」_補助記号 も_助詞 同じ_連体詞 「_補助記号 ごめん_名詞 なさ_動詞 い_語尾 」_補助記号 で_助動詞 しか_助詞 な_形容詞 い_語尾 が_助詞 、_補助記号 早口_名詞 で_助詞 軽_形容詞 い_語尾 トーン_名詞 の_助詞 「_補助記号 ごめん_名詞 なさ_動詞 い_語尾 」_補助記号 は_助詞 、_補助記号 バカ_名詞 に_助詞 し_動詞 て_助詞 い_動詞 る_語尾 と_助詞 判断_名詞 し_動詞 て_助詞 怒_動詞 っ_語尾 た_助動詞 態度_名詞 で_助詞 接_動詞 し_語尾 たり_助詞 、_補助記号 ゆっくり_副詞 丁寧_形状詞 に_助動詞 発音_名詞 さ_動詞 れ_助動詞 た_助動詞 「_補助記号 ごめん_名詞 なさ_動詞 い_語尾 」_補助記号 は_助詞 、_補助記号 心_名詞 から_助詞 の_助詞 謝辞_名詞 だ_助動詞 と_助詞 理解_名詞 し_動詞 て_助詞 許_動詞 し_語尾 たり_助詞 する_動詞 こと_名詞 が_助詞 可能_形状詞 と_助詞 な_動詞 る_語尾 。_補助記号 +音声_名詞 合成_名詞 (_補助記号 おんせい_名詞 ごう_接尾辞 せい_接尾辞 、_補助記号 Speech_名詞  _補助記号 syn_英単語 the_英単語 sis_英単語 )_補助記号 と_助詞 は_助詞 、_補助記号 人間_名詞 の_助詞 音声_名詞 を_助詞 人工_名詞 的_接尾辞 に_助動詞 作り出_動詞 す_語尾 こと_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +これ_代名詞 を_助詞 行_動詞 う_語尾 システム_名詞 を_助詞 スピーチ_名詞 ・_補助記号 シンセサイザー_名詞 (_補助記号 Speech_名詞  _補助記号 syn_英単語 the_英単語 sizer_英単語 )_補助記号 、_補助記号 これ_代名詞 に_助詞 よ_動詞 り_語尾 生成_名詞 し_動詞 た_助動詞 音声_名詞 を_助詞 合成_名詞 音声_名詞 (_補助記号 ごうせい_名詞 おんせい_名詞 )_補助記号 と_助詞 呼_動詞 ぶ_語尾 。_補助記号 +人工_名詞 的_接尾辞 に_助動詞 人_名詞 の_助詞 声_名詞 を_助詞 合成_名詞 する_動詞 システム_名詞 で_助動詞 あ_動詞 り_語尾 、_補助記号 テキスト_名詞 (_補助記号 文章_名詞 )_補助記号 を_助詞 音声_名詞 に_助詞 変換_名詞 でき_動詞 る_語尾 こと_名詞 から_助詞 、_補助記号 しばしば_副詞 テキスト_名詞 読み上げ_名詞 (_補助記号 text_名詞 ー_補助記号 toー_英単語 speech_名詞 、_補助記号 略_名詞 し_語尾 て_助詞 TTS_名詞 )_補助記号 システム_名詞 と_助詞 も_助詞 呼_動詞 ば_語尾 れ_助動詞 る_語尾 。_補助記号 +また_接続詞 、_補助記号 発音_名詞 記号_名詞 を_助詞 音声_名詞 に_助詞 変換_名詞 する_動詞 システム_名詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +目次_名詞 +1_名詞  _補助記号 歴史_名詞 +2_名詞  _補助記号 実用_名詞 例_名詞 +2_名詞 ._補助記号 1_名詞  _補助記号 テキスト_名詞 読み上げ_名詞 システム_名詞 +2_名詞 ._補助記号 2_名詞  _補助記号 オペレーティング_名詞 システム_名詞 で_助詞 の_助詞 音声_名詞 合成_名詞 +2_名詞 ._補助記号 3_名詞  _補助記号 インターネット_名詞 で_助詞 の_助詞 音声_名詞 合成_名詞 +3_名詞  _補助記号 合成_名詞 技術_名詞 +3_名詞 ._補助記号 1_名詞  _補助記号 連結_名詞 的_接尾辞 合成_名詞 +3_名詞 ._補助記号 2_名詞  _補助記号 フォルマント_名詞 合成_名詞 (_補助記号 合成_名詞 音声_名詞 )_補助記号 +3_名詞 ._補助記号 3_名詞  _補助記号 その_連体詞 他_名詞 の_助詞 合成_名詞 手法_名詞 +4_名詞  _補助記号 日本_名詞 語_名詞 音声_名詞 合成_名詞 ソフトウェア_名詞 +5_名詞  _補助記号 英語_名詞 音声_名詞 合成_名詞 ソフトウェア_名詞 +6_名詞  _補助記号 音声_名詞 合成_名詞 の_助詞 技術_名詞 を_助詞 採用_名詞 し_動詞 て_助詞 い_動詞 る_語尾 主な_連体詞 製品_名詞 +7_名詞  _補助記号 関連_名詞 項目_名詞 +8_名詞  _補助記号 脚注_名詞 +9_名詞  _補助記号 注記_名詞 +10_名詞  _補助記号 外部_名詞 リンク_名詞 +歴史_名詞 +現代_名詞 的_接尾辞 な_助動詞 電子_名詞 信号_名詞 処理_名詞 が_助詞 発明_名詞 さ_動詞 れ_助動詞 る_語尾 ずっと_副詞 以前_名詞 から_助詞 、_補助記号 音声_名詞 を_助詞 合成_名詞 する_動詞 試み_名詞 が_助詞 な_動詞 さ_語尾 れ_助動詞 て_助詞 き_動詞 た_助動詞 。_補助記号 +初期_名詞 の_助詞 試み_名詞 と_助詞 し_動詞 て_助詞 は_助詞 、_補助記号 のち_名詞 に_助詞 教皇_名詞 シルウェステル_名詞 2_名詞 世_接尾辞 と_助詞 な_動詞 る_語尾 オーリヤック_名詞 の_助詞 ジェル_名詞 ベール_名詞 (_補助記号 100_名詞 3_名詞 年_接尾辞 没_接尾辞 )_補助記号 、_補助記号 アルベルトゥス_名詞 ・_補助記号 マグヌス_名詞 (_補助記号 1280_名詞 年_接尾辞 没_接尾辞 )_補助記号 、_補助記号 ロジャー_名詞 ・_補助記号 ベーコン_名詞 (_補助記号 1294_名詞 年_接尾辞 没_接尾辞 )_補助記号 など_助詞 の_助詞 人物_名詞 が_助詞 音声_名詞 合成_名詞 を_助詞 試み_動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +1779_補助記号 年_接尾辞 に_助詞 は_助詞 ドイツ_名詞 人_接尾辞 クリスティアン_名詞 ・_補助記号 クラッツェンシュタイン_名詞 は_助詞 母音_名詞  _補助記号 (_補助記号 a_記号 ,_補助記号  _補助記号 e_記号 ,_補助記号  _補助記号 i_記号 ,_補助記号  _補助記号 o_記号 ,_補助記号  _補助記号 u_記号 )_補助記号  _補助記号 を_助詞 発声_名詞 でき_動詞 る_語尾 機械_名詞 を_助詞 製作_名詞 し_動詞 た_助動詞 。_補助記号 +この_連体詞 流れ_名詞 は_助詞 ふいご_名詞 を_助詞 使_動詞 っ_語尾 た_助動詞 機械_名詞 式_名詞 音声_名詞 合成_名詞 器_接尾辞 を_助詞 作_動詞 っ_語尾 た_助動詞 オーストリア_名詞 (_補助記号 ハンガリー_名詞 )_補助記号 の_助詞 ヴォルフガング_名詞 ・_補助記号 フォン_名詞 ・_補助記号 ケンペレン_名詞 に_助詞 引き継_動詞 が_語尾 れ_助動詞 た_助動詞 。_補助記号 +彼_代名詞 は_助詞 1791_名詞 年_接尾辞 に_助詞 論文_名詞 を_助詞 発表_名詞 し_動詞 、_補助記号 その_連体詞 機械_名詞 に_助詞 つ_動詞 い_語尾 て_助詞 説明_名詞 し_動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +この_連体詞 機械_名詞 は_助詞 舌_名詞 と_助詞 唇_名詞 を_助詞 モデル_名詞 化_接尾辞 し_動詞 て_助詞 お_動詞 り_語尾 、_補助記号 母音_名詞 だけ_助詞 で_助動詞 な_形容詞 く_語尾 子音_名詞 も_助詞 発音_名詞 でき_動詞 た_助動詞 。_補助記号 +1837_補助記号 年_接尾辞 、_補助記号 チャールズ_名詞 ・_補助記号 ホイート_名詞 ストン_名詞 は_助詞 フォン_名詞 ・_補助記号 ケンペレン_名詞 の_助詞 デザイン_名詞 を_助詞 元_名詞 に_助詞 しゃべ_動詞 る_語尾 機械_名詞 を_助詞 製作_名詞 し_動詞 、_補助記号 1857_名詞 年_接尾辞 、_補助記号 M_記号 . _補助記号 Faber_名詞 は_助詞 Euphonia_名詞 を_助詞 製作_名詞 し_動詞 た_助動詞 。_補助記号 +ホイート_名詞 ストン_名詞 の_助詞 機械_名詞 は_助詞 1923_名詞 年_接尾辞 Paget_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 再現_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +1930_補助記号 年代_名詞 、_補助記号 ベル_名詞 研究_名詞 所_接尾辞 の_助詞 ホーマー_名詞 ・_補助記号 ダドリー_名詞 (_補助記号 Homer_名詞  _補助記号 Dudley_名詞 )_補助記号 は_助詞 通信_名詞 用_接尾辞 の_助詞 電子_名詞 式_名詞 音声_名詞 分析_名詞 ・_補助記号 音声_名詞 合成_名詞 マシン_名詞 で_助動詞 あ_動詞 る_語尾 ヴォ_名詞 コーダー_名詞  _補助記号 (_補助記号 Vocoder_名詞 、_補助記号 Voice_名詞  _補助記号 Coder_名詞 の_助詞 略_名詞 )_補助記号  _補助記号 を_助詞 開発_名詞 し_動詞 た_助動詞 。_補助記号 +その_連体詞 後_名詞 これ_代名詞 を_助詞 応用_名詞 し_動詞 、_補助記号 音声_名詞 合成_名詞 部_接尾辞 に_助詞 キーボード_名詞 を_助詞 付加_名詞 し_動詞 た_助動詞 鍵盤_名詞 演奏_名詞 型_接尾辞 の_助詞 スピーチ_名詞 ・_補助記号 シンセサイザー_名詞 で_助動詞 あ_動詞 る_語尾 ヴォーダー_名詞 (_補助記号 voder_名詞 )_補助記号 を_助詞 製作_名詞 し_動詞 、_補助記号 ニューヨーク_名詞 万国_名詞 博覧_名詞 会_名詞  _補助記号 (_補助記号 1939_名詞 年_接尾辞 )_補助記号 に_助詞 出展_名詞 し_動詞 た_助動詞 。_補助記号 +その_連体詞 発声_名詞 は_助詞 十分_副詞 理解_名詞 可能_形状詞 だっ_助動詞 た_助動詞 と_助詞 言_動詞 わ_語尾 れ_助動詞 る_語尾 。_補助記号 +1940_補助記号 年代_名詞 、_補助記号 ハスキンズ_名詞 研究_名詞 所_接尾辞 (_補助記号 Haskins_名詞  _補助記号 Laboratories_名詞 )_補助記号 の_助詞 フランクリン_名詞 ・_補助記号 S_記号 ・_補助記号 クーパー_名詞 (_補助記号 Franklin_名詞  _補助記号 S_記号 ._補助記号  _補助記号 Cooper_名詞 )_補助記号 ら_接尾辞 は_助詞 Pattern_名詞  _補助記号 playback_名詞 と_助詞 い_動詞 う_語尾 名_名詞 の_助詞 機械_名詞 の_助詞 開発_名詞 に_助詞 取り組_動詞 み_語尾 、_補助記号 1950_名詞 年_接尾辞 に_助詞 完成_名詞 し_動詞 た_助動詞 。_補助記号 +この_連体詞 機械_名詞 に_助詞 は_助詞 いく_名詞 つ_接尾辞 か_助詞 の_助詞 バージョン_名詞 が_助詞 あ_動詞 る_語尾 が_助詞 、_補助記号 実際_名詞 に_助詞 機能_名詞 し_動詞 た_助動詞 の_助詞 は_助詞 一_名詞 つ_接尾辞 だけ_助詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +この_連体詞 機械_名詞 は_助詞 、_補助記号 スペクトル_名詞 形式_名詞 の_助詞 音声_名詞 パターン_名詞 の_助詞 図_名詞 を_助詞 音_名詞 に_助詞 変換_名詞 する_動詞 もの_名詞 で_助動詞 あ_動詞 っ_語尾 た_助動詞 。_補助記号 +アルヴィン_名詞 ・_補助記号 リバーマン_名詞 (_補助記号 Alvin_名詞  _補助記号 Liberman_名詞 )_補助記号 ら_接尾辞 は_助詞 これ_代名詞 を_助詞 音声_名詞 学_接尾辞 の_助詞 研究_名詞 に_助詞 利用_名詞 し_動詞 た_助動詞 。_補助記号 +最初_名詞 の_助詞 コンピュータ_名詞 を_助詞 使_動詞 っ_語尾 た_助動詞 音声_名詞 合成_名詞 システム_名詞 は_助詞 1950_名詞 年代_名詞 終盤_名詞 に_助詞 開発_名詞 さ_動詞 れ_助動詞 、_補助記号 最初_名詞 の_助詞 テキスト_名詞 読み上げ_名詞 システム_名詞 は_助詞 1968_名詞 年_接尾辞 に_助詞 開発_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +1961_補助記号 年_接尾辞 、_補助記号 物理_名詞 学_接尾辞 者_接尾辞 John_名詞  _補助記号 Larry_名詞  _補助記号 Kelly_名詞 ,_補助記号  _補助記号 Jr_名詞 ._補助記号 と_助詞 Louis_英単語  _補助記号 Gerstmen_名詞 は_助詞 ベル_名詞 研究_名詞 所_接尾辞 に_助詞 て_助詞 IBM_名詞  _補助記号 70_名詞 4_名詞 を_助詞 使_動詞 っ_語尾 て_助詞 音声_名詞 合成_名詞 を_助詞 行_動詞 っ_語尾 た_助動詞 。_補助記号 +そして_接続詞 『_補助記号 デイジー_名詞 ・_補助記号 ベル_名詞 』_補助記号 と_助詞 い_動詞 う_語尾 歌_名詞 を_助詞 コンピュータ_名詞 に_助詞 歌_動詞 わ_語尾 せ_助動詞 た_助動詞 。_補助記号 +友人_名詞 の_助詞 ジョン_名詞 ・_補助記号 ピアース_名詞 を_助詞 訪ね_動詞 て_助詞 ベル_名詞 研究_名詞 所_接尾辞 に_助詞 来_動詞 て_助詞 い_動詞 た_助動詞 アーサー_名詞 ・_補助記号 C_記号 ・_補助記号 クラーク_名詞 は_助詞 、_補助記号 この_連体詞 デモ_名詞 を_助詞 聴_動詞 い_語尾 て_助詞 感銘_名詞 を_助詞 受け_動詞 、_補助記号 『_補助記号 2001_名詞 年_接尾辞 宇宙_名詞 の_助詞 旅_名詞 』_補助記号 で_助詞 HAL_名詞  _補助記号 9000_名詞 が_助詞 歌_動詞 う_語尾 クライマックス_名詞 シーン_名詞 が_助詞 生まれ_動詞 た_助動詞 。_補助記号 +初期_名詞 の_助詞 電子_名詞 式_名詞 スピーチ_名詞 ・_補助記号 シンセサイザー_名詞 の_助詞 発声_名詞 は_助詞 、_補助記号 ロボット_名詞 的_接尾辞 で_助動詞 あまり_副詞 明瞭_形状詞 で_助動詞 は_助詞 な_形容詞 い_語尾 もの_名詞 が_助詞 多_形容詞 かっ_語尾 た_助動詞 。_補助記号 +その_連体詞 後_名詞 の_助詞 発達_名詞 に_助詞 よ_動詞 り_語尾 、_補助記号 今日_名詞 の_助詞 TTS_名詞 システム_名詞 は_助詞 むしろ_副詞 人間_名詞 の_助詞 声_名詞 と_助詞 区別_名詞 が_助詞 付_動詞 か_語尾 な_助動詞 い_語尾 場合_名詞 が_助詞 少な_形容詞 く_語尾 な_形容詞 い_語尾 。_補助記号 +(_補助記号 ただし_接続詞 電子_名詞 式_名詞 の_助詞 成功_名詞 後_接尾辞 も_助詞 、_補助記号 人間_名詞 型_接尾辞 ロボット_名詞 に_助詞 発声_名詞 さ_動詞 せ_助動詞 る_語尾 ため_名詞 、_補助記号 機械_名詞 式_名詞 音声_名詞 合成_名詞 の_助詞 研究_名詞 は_助詞 続け_動詞 られ_助動詞 た_助動詞 。_補助記号 +電子_名詞 式_名詞 で_助詞 は_助詞 スピーカー_名詞 の_助詞 音質_名詞 に_助詞 制限_名詞 さ_動詞 れ_助動詞 る_語尾 が_助詞 、_補助記号 ロボット_名詞 で_助詞 人間_名詞 の_助詞 体_名詞 の_助詞 構造_名詞 を_助詞 模倣_名詞 し_動詞 た_助動詞 機械_名詞 式_名詞 音声_名詞 合成_名詞 なら_助動詞 、_補助記号 もっと_副詞 人間_名詞 に_助詞 近_形容詞 い_語尾 発声_名詞 に_助詞 な_動詞 る_語尾 と_助詞 考え_動詞 られ_助動詞 て_助詞 い_動詞 た_助動詞 から_助詞 で_助動詞 あ_動詞 る_語尾 )_補助記号 。_補助記号 +実用_名詞 例_名詞 +音声_名詞 合成_名詞 技術_名詞 は_助詞 文字_名詞 を_助詞 読_動詞 む_語尾 こと_名詞 が_助詞 困難_名詞 な_助動詞 障害_名詞 者_接尾辞 や_助詞 、_補助記号 文字_名詞 が_助詞 読め_動詞 な_助動詞 い_語尾 人_名詞 (_補助記号 幼児_名詞 、_補助記号 外国_名詞 人_接尾辞 など_助詞 )_補助記号 に_助詞 画面_名詞 読み上げ_名詞 ソフト_名詞 (_補助記号 スクリーン_名詞 リーダー_名詞 )_補助記号 と_助詞 し_動詞 て_助詞 長_形容詞 く_語尾 利用_名詞 さ_動詞 れ_助動詞 て_助詞 き_動詞 て_助詞 お_動詞 り_語尾 、_補助記号 言葉_名詞 を_助詞 発_動詞 する_語尾 こと_名詞 が_助詞 困難_名詞 な_助動詞 人_名詞 が_助詞 代替_名詞 手段_名詞 と_助詞 し_動詞 て_助詞 利用_名詞 する_動詞 こと_名詞 も_助詞 多_形容詞 い_語尾 。_補助記号 +また_接続詞 、_補助記号 2000_名詞 年_接尾辞 頃_名詞 から_助詞 家電_名詞 製品_名詞 の_助詞 音声_名詞 ガイダンス_名詞 や_助詞 、_補助記号 公共_名詞 交通_名詞 機関_名詞 や_助詞 防災_名詞 関係_名詞 の_助詞 アナウンス_名詞 用途_名詞 と_助詞 し_動詞 て_助詞 音声_名詞 合成_名詞 さ_動詞 れ_助動詞 た_助動詞 もの_名詞 が_助詞 広_形容詞 く_語尾 使用_名詞 さ_動詞 れ_助動詞 る_語尾 よう_形状詞 に_助動詞 な_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 。_補助記号 +これ_代名詞 は_助詞 、_補助記号 人間_名詞 が_助詞 発声_名詞 し_動詞 た_助動詞 もの_名詞 を_助詞 録音_名詞 する_動詞 と_助詞 、_補助記号 台詞_名詞 の_助詞 変更_名詞 の_助詞 度_名詞 に_助詞 その_連体詞 部分_名詞 を_助詞 録音_名詞 を_助詞 し直_動詞 さ_語尾 な_助動詞 けれ_語尾 ば_助詞 な_動詞 ら_語尾 な_助動詞 い_語尾 が_助詞 、_補助記号 音声_名詞 合成_名詞 で_助動詞 あ_動詞 れ_語尾 ば_助詞 データ_名詞 の_助詞 作成_名詞 で_助詞 済_動詞 む_語尾 ため_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +実際_名詞 に_助詞 、_補助記号 鉄道_名詞 用_接尾辞 アナウンス_名詞 で_助詞 は_助詞 、_補助記号 駅_名詞 が_助詞 追加_名詞 さ_動詞 れ_助動詞 たり_助詞 名称_名詞 変更_名詞 が_助詞 あ_動詞 っ_語尾 て_助詞 も_助詞 、_補助記号 その_連体詞 箇所_名詞 のみ_助詞 が_助詞 変更_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +また_接続詞 、_補助記号 最近_名詞 で_助詞 は_助詞 個人_名詞 向け_接尾辞 の_助詞 ソフトウェア_名詞 など_助詞 に_助詞 も_助詞 活用_名詞 さ_動詞 れ_助動詞 て_助詞 き_動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +テキスト_名詞 読み上げ_名詞 システム_名詞 +テキスト_名詞 読み上げ_名詞 システム_名詞 は_助詞 、_補助記号 フロント_名詞 エンド_名詞 と_助詞 バックエンド_名詞 の_助詞 ふた_名詞 つ_接尾辞 の_助詞 部分_名詞 から_助詞 な_動詞 る_語尾 。_補助記号 +一般_名詞 に_助詞 、_補助記号 フロント_名詞 エンド_名詞 は_助詞 入力_名詞 し_動詞 た_助動詞 テキスト_名詞 から_助詞 記号_名詞 化_接尾辞 言語_名詞 表現_名詞  _補助記号 (_補助記号 symbolic_名詞  _補助記号 linguistic_名詞  _補助記号 representation_英単語 )_補助記号  _補助記号 を_助詞 出力_名詞 する_動詞 。_補助記号 +バックエンド_名詞 は_助詞 フロント_名詞 エンド_名詞 で_助詞 合成_名詞 さ_動詞 れ_助動詞 た_助動詞 音声_名詞 の_助詞 波形_名詞 を_助詞 出力_名詞 する_動詞 。_補助記号 +音声_名詞 合成_名詞 の_助詞 自然_形状詞 さ_接尾辞 は_助詞 、_補助記号 出力_名詞 さ_動詞 れ_助動詞 る_語尾 音声_名詞 が_助詞 いかに_副詞 現実_名詞 の_助詞 人間_名詞 の_助詞 音声_名詞 に_助詞 似_動詞 て_助詞 い_動詞 る_語尾 か_助詞 、_補助記号 明瞭_名詞 度_接尾辞 は_助詞 聴_動詞 き_語尾 やす_形容詞 さ_接尾辞 (_補助記号 出力_名詞 音声_名詞 の_助詞 理解_名詞 し_動詞 やす_形容詞 さ_接尾辞 )_補助記号 で_助詞 評価_名詞 さ_動詞 れ_助動詞 る_語尾 。_補助記号 +フロント_名詞 エンド_名詞 +フロント_名詞 エンド_名詞 に_助詞 は_助詞 ふた_名詞 つ_接尾辞 の_助詞 大きな_連体詞 仕事_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +ひと_名詞 つ_接尾辞 は_助詞 テキスト_名詞 の_助詞 中_名詞 の_助詞 数字_名詞 や_助詞 省略_名詞 表現_名詞 を_助詞 読み上げ_動詞 る_語尾 とき_名詞 の_助詞 表現_名詞 に_助詞 変換_名詞 する_動詞 こと_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +これ_代名詞 は_助詞 、_補助記号 「_補助記号 テキスト_名詞 の_助詞 正規_名詞 化_接尾辞 」_補助記号 、_補助記号 「_補助記号 プリプロセッシング_名詞 」_補助記号 、_補助記号 「_補助記号 トークン_名詞 化_接尾辞 」_補助記号 など_助詞 と_助詞 呼_動詞 ば_語尾 れ_助動詞 る_語尾 。_補助記号 +もう_副詞 ひと_名詞 つ_接尾辞 は_助詞 各_接頭辞 単語_名詞 を_助詞 発音_名詞 記号_名詞 に_助詞 変換_名詞 し_動詞 、_補助記号 テキスト_名詞 を_助詞 熟語_名詞 や_助詞 文節_名詞 、_補助記号 文_名詞 など_助詞 の_助詞 韻律_名詞 単位_名詞 に_助詞 分割_名詞 する_動詞 こと_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +単語_名詞 に_助詞 発音_名詞 記号_名詞 を_助詞 割り当て_動詞 る_語尾 処理_名詞 を_助詞 テキスト_名詞 音素_名詞 (_補助記号 text_名詞 ー_補助記号 to_名詞 ーphoneme_英単語 、_補助記号 略_名詞 し_語尾 て_助詞 TTP_名詞 )_補助記号 変換_名詞 また_接続詞 は_助詞 書記_名詞 素_接尾辞 音素_名詞 (_補助記号 grapheme_名詞 ー_補助記号 to_名詞 ーphoneme_英単語 、_補助記号 略_名詞 し_語尾 て_助詞 GTP_名詞 )_補助記号 変換_名詞 と_助詞 呼_動詞 ぶ_語尾 。_補助記号 +発音_名詞 記号_名詞 と_助詞 韻律_名詞 情報_名詞 を_助詞 組み合わせ_動詞 て_助詞 記号_名詞 化_接尾辞 言語_名詞 表現_名詞 を_助詞 作成_名詞 し_動詞 、_補助記号 フロント_名詞 エンド_名詞 の_助詞 出力_名詞 と_助詞 する_動詞 。_補助記号 +訳注_名詞 +この_連体詞 部分_名詞 は_助詞 言語_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 かなり_副詞 違い_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +日本_名詞 語_名詞 の_助詞 場合_名詞 、_補助記号 わか_形容詞 ち_語尾 書き_名詞 を_助詞 し_動詞 な_助動詞 い_語尾 為_名詞 、_補助記号 文章_名詞 を_助詞 正確_名詞 に_助動詞 処理_名詞 する_動詞 ため_名詞 に_助詞 は_助詞 単語_名詞 を_助詞 分割_名詞 する_動詞 作業_名詞 が_助詞 必要_名詞 と_助詞 な_動詞 る_語尾 。_補助記号 +バックエンド_名詞 +フロント_名詞 エンド_名詞 の_助詞 出力_名詞 結果_名詞 を_助詞 元_名詞 に_助詞 、_補助記号 より_副詞 自然_形状詞 な_助動詞 音声_名詞 に_助詞 する_動詞 ため_名詞 韻律_名詞 など_助詞 の_助詞 音声_名詞 の_助詞 調整_名詞 を_助詞 行_動詞 い_語尾 、_補助記号 実際_名詞 の_助詞 音声_名詞 データ_名詞 を_助詞 出力_名詞 する_動詞 。_補助記号 +この_連体詞 処理_名詞 に_助詞 て_助詞 音声_名詞 の_助詞 性質_名詞 が_助詞 決定_名詞 さ_動詞 れ_助動詞 る_語尾 ため_名詞 、_補助記号 音声_名詞 合成_名詞 ソフト_名詞 独自_形状詞 色_名詞 が_助詞 出_動詞 る_語尾 こと_名詞 が_助詞 多_形容詞 い_語尾 。_補助記号 +また_接続詞 、_補助記号 一般_名詞 的_接尾辞 に_助動詞 「_補助記号 話_名詞 言葉_名詞 」_補助記号 を_助詞 目指_動詞 す_語尾 物_名詞 が_助詞 多_形容詞 い_語尾 が_助詞 、_補助記号 歌声_名詞 の_助詞 様_形状詞 な_助動詞 調整_名詞 を_助詞 行な_動詞 う_語尾 音声_名詞 合成_名詞 ソフト_名詞 も_助詞 あ_動詞 る_語尾 。_補助記号 +オペレーティング_名詞 システム_名詞 で_助詞 の_助詞 音声_名詞 合成_名詞 +アップル_名詞 +1984_名詞 年_接尾辞 、_補助記号 アップル_名詞 コンピュータ_名詞 に_助詞 MacInTalk_名詞 機能_名詞 を_助詞 搭載_名詞 し_動詞 た_助動詞 。_補助記号 +その_連体詞 後_名詞 も_助詞 新し_形容詞 い_語尾 OS_名詞 バージョン_名詞 で_助詞 は_助詞 音質_名詞 が_助詞 改善_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +また_接続詞 、_補助記号 音声_名詞 認識_名詞 も_助詞 導入_名詞 し_動詞 て_助詞 お_動詞 り_語尾 、_補助記号 これ_代名詞 ら_接尾辞 の_助詞 機能_名詞 を_助詞 統合_名詞 し_動詞 た_助動詞 PlainTalk_名詞 は_助詞 視覚_名詞 障害_名詞 者_接尾辞 の_助詞 ため_名詞 の_助詞 サポート_名詞 プログラム_名詞 で_助動詞 あ_動詞 っ_語尾 た_助動詞 。_補助記号 +Mac_名詞  _補助記号 OS_名詞  _補助記号 X_記号  _補助記号 v_記号 10_名詞 ._補助記号 4_名詞 以降_名詞 に_助詞 は_助詞 VoiceOver_名詞 と_助詞 い_動詞 う_語尾 音声_名詞 合成_名詞 機能_名詞 に_助詞 な_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 。_補助記号 +AmigaOS_名詞 +1985_名詞 年_接尾辞 の_助詞 AmigaOS_名詞 で_助詞 も_助詞 音声_名詞 合成_名詞 機能_名詞 が_助詞 組み込_動詞 ま_語尾 れ_助動詞 て_助詞 い_動詞 た_助動詞 。_補助記号 +男性_名詞 と_助詞 女性_名詞 の_助詞 声_名詞 を_助詞 選択_名詞 でき_動詞 る_語尾 。_補助記号 +AmigaOS_名詞 で_助詞 は_助詞 音声_名詞 合成_名詞 を_助詞 仮想_名詞 デバイス_名詞 と_助詞 し_動詞 て_助詞 い_動詞 た_助動詞 ため_名詞 、_補助記号 コンソール_名詞 出力_名詞 を_助詞 音声_名詞 合成_名詞 に_助詞 リダイレクト_名詞 する_動詞 こと_名詞 も_助詞 可能_形状詞 で_助動詞 あ_動詞 っ_語尾 た_助動詞 。_補助記号 +この_連体詞 ため_名詞 、_補助記号 ワープロ_名詞 ソフト_名詞 など_助詞 各種_名詞 アプリケーション_名詞 で_助詞 容易_形状詞 に_助動詞 音声_名詞 合成_名詞 を_助詞 利用_名詞 可能_形状詞 で_助動詞 あ_動詞 っ_語尾 た_助動詞 。_補助記号 +Micros_名詞 oft_英単語  _補助記号 Windows_名詞 +Windows_名詞 で_助詞 は_助詞 、_補助記号 SAPI_名詞 と_助詞 い_動詞 う_語尾 音声_名詞 関係_名詞 の_助詞 API_名詞 を_助詞 用意_名詞 し_動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +Windows_名詞  _補助記号 XP_名詞 で_助詞 は_助詞 Narrator_名詞 と_助詞 い_動詞 う_語尾 音声_名詞 合成_名詞 プログラム_名詞 が_助詞 追加_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 (_補助記号 英語_名詞 版_名詞 )_補助記号 。_補助記号 +コール_名詞 センター_名詞 など_助詞 で_助詞 の_助詞 音声_名詞 認識_名詞 と_助詞 音声_名詞 合成_名詞 の_助詞 パッケージ_名詞 と_助詞 し_動詞 て_助詞 Micros_名詞 oft_英単語  _補助記号 Speech_名詞  _補助記号 Server_名詞 が_助詞 用意_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +その_連体詞 他_名詞 +TI_名詞 ー_補助記号 99_名詞 /_補助記号 4_名詞 A_記号 に_助詞 は_助詞 音声_名詞 合成_名詞 機能_名詞 を_助詞 オプション_名詞 で_助詞 追加_名詞 可能_形状詞 で_助動詞 あ_動詞 っ_語尾 た_助動詞 。_補助記号 +PC_名詞 ー_補助記号 6001_英単語 mkII_名詞 に_助詞 は_助詞 音声_名詞 合成_名詞 機能_名詞 が_助詞 内蔵_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 た_助動詞 。_補助記号 +後継_名詞 の_助詞 PC_名詞 ー_補助記号 6001_英単語 mkIISR_名詞 や_助詞 PC_名詞 ー_補助記号 660_名詞 1_名詞 で_助詞 は_助詞 歌_動詞 う_語尾 こと_名詞 も_助詞 可能_形状詞 で_助動詞 あ_動詞 っ_語尾 た_助動詞 。_補助記号 +FM_名詞 ー_補助記号 7_名詞 /_補助記号 FM_名詞 ー_補助記号 77_名詞 シリーズ_名詞 に_助詞 は_助詞 音声_名詞 合成_名詞 ボード_名詞  _補助記号 (_補助記号 MB_記号 224_名詞 37_接尾辞 /_補助記号 FM_名詞 ー_補助記号 77_名詞 ー_補助記号 4_名詞 3_名詞 1_名詞 )_補助記号  _補助記号 が_助詞 オプション_名詞 と_助詞 し_動詞 て_助詞 用意_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +MZ_名詞 ー_補助記号 1500_補助記号 /_補助記号 2500_名詞 /_補助記号 286_名詞 1_名詞 に_助詞 は_助詞 オプション_名詞 と_助詞 し_動詞 て_助詞 ボイス_名詞 ボード_名詞 (_補助記号 MZ_名詞 ー_補助記号 1_名詞 M_記号 0_名詞 8_名詞 )_補助記号 が_助詞 存在_名詞 する_動詞 。_補助記号 +英語_名詞 で_助詞 の_助詞 数字_名詞 など_助詞 の_助詞 音声_名詞 を_助詞 チップ_名詞 に_助詞 。_補助記号 +五十_名詞 音_接尾辞 と_助詞 、_補助記号 いく_名詞 つ_接尾辞 か_助詞 の_助詞 フレーズ_名詞 を_助詞 外部_名詞 チップ_名詞 に_助詞 サンプリング_名詞 さ_動詞 れ_助動詞 ROM_名詞 と_助詞 し_動詞 て_助詞 焼きこ_動詞 ま_語尾 れ_助動詞 て_助詞 お_動詞 り_語尾 、_補助記号 制御_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 再生_名詞 する_動詞 もの_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +インターネット_名詞 で_助詞 の_助詞 音声_名詞 合成_名詞 +音声_名詞 合成_名詞 マーク_名詞 アップ_名詞 言語_名詞 +テキスト_名詞 を_助詞 音声_名詞 に_助詞 変換_名詞 する_動詞 ため_名詞 の_助詞 XML_名詞 準拠_名詞 の_助詞 マーク_名詞 アップ_名詞 言語_名詞 が_助詞 いく_名詞 つ_接尾辞 か_助詞 あ_動詞 る_語尾 。_補助記号 +最近_名詞 で_助詞 は_助詞 SSML_名詞 が_助詞 W3_接尾辞 C_記号 から_助詞 提案_名詞 さ_動詞 れ_助動詞 ドラフト_名詞 状態_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +他_名詞 に_助詞 も_助詞 SABLE_名詞 、_補助記号 JSML_名詞 など_助詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +Cascading_名詞  _補助記号 Style_名詞  _補助記号 Sheets_名詞  _補助記号 2_名詞 の_助詞 サブセット_名詞 は_助詞 Aural_名詞  _補助記号 Cascading_名詞  _補助記号 Style_名詞  _補助記号 Sheets_名詞 を_助詞 含_動詞 ん_語尾 で_助詞 い_動詞 る_語尾 。_補助記号 +音声_名詞 合成_名詞 マーク_名詞 アップ_名詞 言語_名詞 は_助詞 Voice_名詞 XML_名詞 の_助詞 よう_形状詞 な_助動詞 ダイアログ_名詞 ・_補助記号 マーク_名詞 アップ_名詞 言語_名詞 と_助詞 は_助詞 異な_動詞 る_語尾 。_補助記号 +ダイアログ_名詞 ・_補助記号 マーク_名詞 アップ_名詞 言語_名詞 は_助詞 テキスト_名詞 読み上げ_名詞 だけ_助詞 で_助動詞 な_形容詞 く_語尾 、_補助記号 音声_名詞 認識_名詞 など_助詞 に_助詞 も_助詞 対応_名詞 し_動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +合成_名詞 技術_名詞 +音声_名詞 波形_名詞 を_助詞 生成_名詞 する_動詞 主要_形状詞 技術_名詞 は_助詞 、_補助記号 大き_形容詞 く_語尾 連結_名詞 的_接尾辞 合成_名詞  _補助記号 (_補助記号 concatenative_名詞  _補助記号 syn_英単語 the_英単語 sis_英単語 )_補助記号  _補助記号 と_助詞 フォルマント_名詞 合成_名詞  _補助記号 (_補助記号 formant_名詞  _補助記号 syn_英単語 the_英単語 sis_英単語 )_補助記号  _補助記号 の_助詞 2_名詞 つ_接尾辞 に_助詞 分け_動詞 る_語尾 事_名詞 が_助詞 でき_動詞 る_語尾 。_補助記号 +連結_名詞 的_接尾辞 合成_名詞 +連結_名詞 的_接尾辞 合成_名詞 は_助詞 、_補助記号 基本_名詞 的_接尾辞 に_助動詞 は_助詞 録音_名詞 さ_動詞 れ_助動詞 た_助動詞 音声_名詞 の_助詞 断片_名詞 を_助詞 連結_名詞 し_動詞 て_助詞 合成_名詞 する_動詞 方法_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +一般_名詞 に_助詞 連結_名詞 的_接尾辞 合成_名詞 は_助詞 最も_副詞 自然_形状詞 な_助動詞 合成_名詞 音声_名詞 に_助詞 な_動詞 る_語尾 と_助詞 い_動詞 わ_語尾 れ_助動詞 て_助詞 い_動詞 る_語尾 が_助詞 、_補助記号 発声_名詞 の_助詞 バリエーション_名詞 と_助詞 波形_名詞 の_助詞 断片_名詞 化_接尾辞 の_助詞 細か_形容詞 さ_接尾辞 に_助詞 よ_動詞 っ_語尾 て_助詞 は_助詞 出力_名詞 音声_名詞 に_助詞 欠損_名詞 が_助詞 生_動詞 じ_語尾 、_補助記号 自然_形状詞 さ_接尾辞 を_助詞 損な_動詞 う_語尾 こと_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +連結_名詞 的_接尾辞 合成_名詞 に_助詞 は_助詞 以下_名詞 に_助詞 あげ_動詞 る_語尾 三_名詞 種類_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +単位_名詞 選択_名詞 合成_名詞  _補助記号 (_補助記号 Unit_名詞  _補助記号 selection_名詞  _補助記号 syn_英単語 the_英単語 sis_英単語 )_補助記号  _補助記号 +別名_名詞 と_助詞 し_動詞 て_助詞 コーパス_名詞 ベース_名詞 音声_名詞 合成_名詞 方式_名詞 と_助詞 も_助詞 呼_動詞 ば_語尾 れ_助動詞 る_語尾 。_補助記号 +大きな_連体詞 音声_名詞 の_助詞 データベース_名詞 (_補助記号 通常_名詞 一_名詞 時間_接尾辞 以上_名詞 の_助詞 録音_名詞 さ_動詞 れ_助動詞 た_助動詞 音声_名詞 から_助詞 成_動詞 る_語尾 )_補助記号 を_助詞 使用_名詞 する_動詞 。_補助記号 +データベース_名詞 を_助詞 作成_名詞 する_動詞 為_名詞 に_助詞 は_助詞 、_補助記号 録音_名詞 する_動詞 音声_名詞 を_助詞 「_補助記号 音_名詞 」_補助記号 、_補助記号 「_補助記号 音節_名詞 」_補助記号 、_補助記号 「_補助記号 形態_名詞 素_接尾辞 」_補助記号 、_補助記号 「_補助記号 単語_名詞 」_補助記号 、_補助記号 「_補助記号 成句_名詞 」_補助記号 、_補助記号 「_補助記号 文節_名詞 」_補助記号 など_助詞 に_助詞 分割_名詞 し_動詞 、_補助記号 それ_代名詞 ら_接尾辞 を_助詞 人_名詞 の_助詞 手_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 検索_名詞 でき_動詞 る_語尾 よう_形状詞 に_助動詞 インデックス_名詞 を_助詞 調整_名詞 し_動詞 て_助詞 作成_名詞 する_動詞 。_補助記号 +音声_名詞 合成_名詞 を_助詞 行_動詞 う_語尾 際_名詞 に_助詞 は_助詞 、_補助記号 アルゴリズム_名詞 に_助詞 従_動詞 っ_語尾 て_助詞 最も_副詞 適_動詞 し_語尾 た_助動詞 音_名詞 の_助詞 組み合わせ_名詞 を_助詞 データベース_名詞 から_助詞 探し出_動詞 し_語尾 て_助詞 合成_名詞 する_動詞 。_補助記号 +これ_代名詞 に_助詞 よ_動詞 り_語尾 極めて_副詞 肉声_名詞 に_助詞 近_形容詞 い_語尾 自然_形状詞 な_助動詞 音声_名詞 に_助詞 合成_名詞 する_動詞 こと_名詞 が_助詞 可能_形状詞 と_助詞 な_動詞 る_語尾 。_補助記号 +しかし_接続詞 、_補助記号 より_副詞 自然_名詞 に_助詞 聞こえ_動詞 る_語尾 音声_名詞 を_助詞 合成_名詞 する_動詞 に_助詞 は_助詞 データベース_名詞 の_助詞 情報_名詞 量_名詞 を_助詞 増や_動詞 す_語尾 必要_名詞 が_助詞 あ_動詞 り_語尾 、_補助記号 データ_名詞 サイズ_名詞 が_助詞 膨大_名詞 と_助詞 な_動詞 る_語尾 問題_名詞 も_助詞 発生_名詞 する_動詞 。_補助記号 +Diphone_名詞 合成_名詞  _補助記号 (_補助記号 Diphone_名詞  _補助記号 syn_英単語 the_英単語 sis_英単語 )_補助記号 +音声_名詞 ライブラリ_名詞 に_助詞 ターゲット_名詞 と_助詞 する_動詞 言語_名詞 の_助詞 Diphone_名詞 (_補助記号 音_名詞 と_助詞 音_名詞 の_助詞 つながり_名詞 部分_名詞 )_補助記号 を_助詞 全て_名詞 持ち_動詞 、_補助記号 それ_代名詞 を_助詞 使用_名詞 し_動詞 て_助詞 合成_名詞 する_動詞 。_補助記号 +Diphone_名詞 の_助詞 個数_名詞 は_助詞 その_連体詞 言語_名詞 の_助詞 音素_名詞 配列_名詞 論_名詞 で_助詞 決ま_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 。_補助記号 +(_補助記号 スペイン_名詞 語_名詞 なら_助動詞 800_助動詞 、_補助記号 ドイツ_名詞 語_名詞 なら_助動詞 2500_名詞 の_助詞 Diphone_名詞 を_助詞 持_動詞 つ_語尾 。_補助記号 +)_補助記号 Diphone_名詞 合成_名詞 で_助詞 は_助詞 、_補助記号 各_接頭辞 Diphone_名詞 の_助詞 音声_名詞 が_助詞 ひと_名詞 つ_接尾辞 だけ_助詞 データベース_名詞 に_助詞 格納_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +実行_名詞 時_接尾辞 に_助詞 は_助詞 Diphone_名詞 を_助詞 並べ_動詞 た_助動詞 もの_名詞 に_助詞 線形_名詞 予測_名詞 分析_名詞 法_名詞 (_補助記号 PSOLA_名詞 、_補助記号 MBROLA_名詞 など_助詞 )_補助記号 の_助詞 よう_形状詞 な_助動詞 デジタル_名詞 信号_名詞 処理_名詞 技法_名詞 を_助詞 施_動詞 し_語尾 て_助詞 韻律_名詞 を_助詞 作_動詞 る_語尾 。_補助記号 +できあが_動詞 っ_語尾 た_助動詞 音声_名詞 は_助詞 単位_名詞 選択_名詞 合成_名詞 に_助詞 比較_名詞 する_動詞 と_助詞 音質_名詞 が_助詞 劣_動詞 る_語尾 が_助詞 、_補助記号 フォルマント_名詞 合成_名詞 より_助詞 は_助詞 自然_形状詞 な_助動詞 音質_名詞 に_助詞 な_動詞 る_語尾 。_補助記号 +しかし_接続詞 、_補助記号 Diphone_名詞 合成_名詞 は_助詞 結合_名詞 部_接尾辞 の_助詞 欠陥_名詞 が_助詞 目立_動詞 ち_語尾 、_補助記号 フォルマント_名詞 合成_名詞 の_助詞 よう_形状詞 な_助動詞 ロボット_名詞 的_接尾辞 な_助動詞 発生_名詞 に_助詞 な_動詞 っ_語尾 て_助詞 しま_動詞 う_語尾 問題_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +その_連体詞 ため_名詞 商用_名詞 で_助詞 は_助詞 徐々_名詞 に_助詞 利用_名詞 が_助詞 減_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 が_助詞 、_補助記号 フリー_名詞 ソフトウェア_名詞 や_助詞 研究_名詞 用_接尾辞 と_助詞 し_動詞 て_助詞 は_助詞 使_動詞 わ_語尾 れ_助動詞 続け_動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +分野_名詞 限定_名詞 合成_名詞  _補助記号 (_補助記号 Doma_名詞 inー_英単語 specific_名詞  _補助記号 syn_英単語 the_英単語 sis_英単語 )_補助記号 +録音_名詞 さ_動詞 れ_助動詞 た_助動詞 単語_名詞 や_助詞 文節_名詞 を_助詞 連結_名詞 し_動詞 て_助詞 音声_名詞 を_助詞 合成_名詞 する_動詞 。_補助記号 +これ_代名詞 は_助詞 特定_名詞 分野_名詞 の_助詞 テキスト_名詞 読み上げ_名詞 に_助詞 使_動詞 わ_語尾 れ_助動詞 る_語尾 。_補助記号 +例えば_副詞 乗り換え_名詞 案内_名詞 の_助詞 放送_名詞 や_助詞 天気_名詞 予報_名詞 など_助詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +これ_代名詞 は_助詞 実装_名詞 が_助詞 簡単_形状詞 な_助動詞 の_助詞 で_助詞 商用_名詞 に_助詞 も_助詞 長年_名詞 使_動詞 わ_語尾 れ_助動詞 て_助詞 き_動詞 た_助動詞 。_補助記号 +例えば_副詞 、_補助記号 しゃべ_動詞 る_語尾 時計_名詞 や_助詞 電卓_名詞 など_助詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +この_連体詞 方式_名詞 は_助詞 分野_名詞 を_助詞 限定_名詞 し_動詞 て_助詞 い_動詞 る_語尾 の_助詞 で_助詞 自然_名詞 に_助動詞 聞こえ_動詞 る_語尾 音声_名詞 を_助詞 合成_名詞 する_動詞 の_助詞 が_助詞 簡単_形状詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +しかし_接続詞 、_補助記号 汎用_名詞 で_助動詞 は_助詞 な_形容詞 い_語尾 の_助詞 で_助動詞 、_補助記号 利用_名詞 は_助詞 限定_名詞 さ_動詞 れ_助動詞 る_語尾 。_補助記号 +内部_名詞 の_助詞 データベース_名詞 に_助詞 あ_動詞 る_語尾 単語_名詞 や_助詞 文節_名詞 しか_助詞 話せ_動詞 な_助動詞 い_語尾 ため_名詞 、_補助記号 内容_名詞 が_助詞 登録_名詞 さ_動詞 れ_助動詞 て_助詞 い_動詞 る_語尾 音声_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 限定_名詞 さ_動詞 れ_助動詞 る_語尾 。_補助記号 +また_接続詞 、_補助記号 例えば_副詞 フランス_名詞 語_名詞 の_助詞 リエゾン_名詞 など_助詞 、_補助記号 前後_名詞 の_助詞 単語_名詞 と_助詞 の_助詞 関係_名詞 で_助詞 発音_名詞 が_助詞 変わ_動詞 る_語尾 場合_名詞 を_助詞 再現_名詞 する_動詞 の_助詞 が_助詞 難し_形容詞 い_語尾 。_補助記号 +この_連体詞 場合_名詞 、_補助記号 文脈_名詞 を_助詞 考慮_名詞 し_動詞 て_助詞 合成_名詞 する_動詞 必要_名詞 が_助詞 あ_動詞 る_語尾 。_補助記号 +フォルマント_名詞 合成_名詞 (_補助記号 合成_名詞 音声_名詞 )_補助記号 +フォルマント_名詞 合成_名詞 は_助詞 録音_名詞 さ_動詞 れ_助動詞 た_助動詞 人間_名詞 の_助詞 音声_名詞 は_助詞 使用_名詞 せ_動詞 ず_助動詞 、_補助記号 基底_名詞 周波_名詞 数_名詞 、_補助記号 音色_名詞 、_補助記号 雑音_名詞 レベル_名詞 など_助詞 の_助詞 パラメータ_名詞 を_助詞 調整_名詞 し_動詞 て_助詞 波形_名詞 を_助詞 作_動詞 り_語尾 、_補助記号 人工_名詞 的_接尾辞 な_助動詞 音声_名詞 を_助詞 作_動詞 る_語尾 。_補助記号 +合成_名詞 さ_動詞 れ_助動詞 た_助動詞 音声_名詞 は_助詞 ロボット_名詞 的_接尾辞 に_助詞 聞こえ_動詞 る_語尾 音声_名詞 に_助詞 な_動詞 る_語尾 ため_名詞 、_補助記号 人間_名詞 の_助詞 音声_名詞 と_助詞 間違え_動詞 る_語尾 こと_名詞 は_助詞 な_形容詞 い_語尾 。_補助記号 +フォルマント_名詞 合成_名詞 は_助詞 連結_名詞 的_接尾辞 合成_名詞 と_助詞 比べ_動詞 次_名詞 の_助詞 様_形状詞 な_助動詞 特徴_名詞 も_助詞 持_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 。_補助記号 +音_名詞 の_助詞 欠損_名詞 が_助詞 な_形容詞 い_語尾 の_助詞 で_助動詞 、_補助記号 高速_名詞 に_助詞 発声_名詞 さ_動詞 せ_助動詞 て_助詞 も_助詞 明瞭_形状詞 に_助動詞 聞き取れ_動詞 る_語尾 。_補助記号 +この_連体詞 ため_名詞 高速_名詞 さ_接尾辞 を_助詞 要求_名詞 さ_動詞 れ_助動詞 る_語尾 テキスト_名詞 読み上げ_名詞 に_助詞 は_助詞 よく_副詞 使_動詞 わ_語尾 れ_助動詞 て_助詞 い_動詞 る_語尾 。_補助記号 +連結_名詞 的_接尾辞 合成_名詞 の_助詞 よう_形状詞 な_助動詞 音声_名詞 データベース_名詞 を_助詞 必要_名詞 と_助詞 し_動詞 な_助動詞 い_語尾 の_助詞 で_助動詞 、_補助記号 データ_名詞 の_助詞 サイズ_名詞 が_助詞 小さ_形容詞 く_語尾 な_動詞 る_語尾 。_補助記号 +出力_名詞 音声_名詞 を_助詞 容易_形状詞 に_助動詞 変化_名詞 さ_動詞 せ_助動詞 る_語尾 こと_名詞 が_助詞 でき_動詞 る_語尾 の_助詞 で_助動詞 、_補助記号 イントネーション_名詞 や_助詞 音色_名詞 を_助詞 自由_名詞 に_助動詞 変え_動詞 る_語尾 こと_名詞 が_助詞 出来_動詞 る_語尾 。_補助記号 +上記_名詞 の_助詞 様_形状詞 な_助動詞 特徴_名詞 の_助詞 ため_名詞 、_補助記号 組み込_動詞 み_語尾 システム_名詞 で_助詞 も_助詞 よく_副詞 使_動詞 わ_語尾 れ_助動詞 、_補助記号 フォルマント_名詞 合成_名詞 の_助詞 例_名詞 と_助詞 し_動詞 て_助詞 、_補助記号 1970_名詞 年代_名詞 末_接尾辞 に_助詞 テキサス_名詞 ・_補助記号 インスツルメンツ_名詞 が_助詞 発売_名詞 し_動詞 た_助動詞 玩具_名詞 Speak_名詞  _補助記号 &_補助記号  _補助記号 Spell_名詞 、_補助記号 セガ_名詞 の_助詞 1980_名詞 年代_名詞 の_助詞 いく_名詞 つ_接尾辞 か_助詞 の_助詞 アーケード_名詞 ゲーム_名詞 が_助詞 あ_動詞 る_語尾 (_補助記号 Astro_名詞  _補助記号 Blaster_名詞 、_補助記号 Space_名詞  _補助記号 Fury_名詞 、_補助記号 Star_名詞  _補助記号 Trek_名詞 :_補助記号  _補助記号 Strategic_名詞  _補助記号 Operations_名詞  _補助記号 Simulator_名詞 など_助詞 )_補助記号 。_補助記号 +これ_代名詞 ら_接尾辞 の_助詞 イントネーション_名詞 の_助詞 再現_名詞 は_助詞 非常_形状詞 に_助動詞 よ_形容詞 く_語尾 、_補助記号 リアル_名詞 タイム_名詞 の_助詞 テキスト_名詞 読み上げ_名詞 インタフェース_名詞 で_助詞 の_助詞 実現_名詞 は_助詞 これ_代名詞 から_助詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +その_連体詞 他_名詞 の_助詞 合成_名詞 手法_名詞 +Articulatory_動詞  _補助記号 syn_英単語 the_英単語 sis_英単語 +最近_名詞 まで_助詞 純粋_形状詞 に_助動詞 学術_名詞 的_接尾辞 研究_名詞 と_助詞 し_動詞 て_助詞 使_動詞 わ_語尾 れ_助動詞 て_助詞 き_動詞 た_助動詞 手法_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +それ_代名詞 は_助詞 人間_名詞 の_助詞 声道_名詞 部分_名詞 の_助詞 構造_名詞 を_助詞 研究_名詞 し_動詞 て_助詞 そこ_代名詞 で_助詞 起こ_動詞 っ_語尾 て_助詞 い_動詞 る_語尾 こと_名詞 を_助詞 人工_名詞 的_接尾辞 に_助動詞 再現_名詞 する_動詞 もの_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +最近_名詞 に_助詞 な_動詞 っ_語尾 て_助詞 その_連体詞 成果_名詞 が_助詞 商用_名詞 の_助詞 音声_名詞 合成_名詞 で_助詞 も_助詞 使え_動詞 る_語尾 レベル_名詞 に_助詞 な_動詞 っ_語尾 て_助詞 き_動詞 た_助動詞 。_補助記号 +NeXT_名詞 で_助詞 使_動詞 わ_語尾 れ_助動詞 て_助詞 い_動詞 た_助動詞 システム_名詞 は_助詞 カナダ_名詞 の_助詞 カルガリー_名詞 大学_名詞 の_助詞 研究_名詞 チーム_名詞 が_助詞 スピンオフ_名詞 し_動詞 て_助詞 作_動詞 っ_語尾 た_助動詞 Trillium_名詞  _補助記号 Sound_名詞  _補助記号 Research_名詞  _補助記号 Inc_名詞 ._補助記号 が_助詞 開発_名詞 し_動詞 た_助動詞 もの_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +Trillium_名詞 は_助詞 これ_代名詞 を_助詞 フリー_名詞 な_助動詞 gnuspeech_名詞 と_助詞 し_動詞 て_助詞 公開_名詞 し_動詞 て_助詞 お_動詞 り_語尾 、_補助記号 GNU_名詞  _補助記号 savannah_名詞  _補助記号 site_名詞 で_助詞 入手_名詞 可能_形状詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +Hybrid_名詞  _補助記号 syn_英単語 the_英単語 sis_英単語 +フォルマント_名詞 と_助詞 連結_名詞 的_接尾辞 合成_名詞 を_助詞 組み合わせ_動詞 た_助動詞 もの_名詞 で_助動詞 、_補助記号 音_名詞 の_助詞 欠損_名詞 を_助詞 なるべく_副詞 少な_形容詞 く_語尾 し_動詞 た_助動詞 もの_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +HMM_名詞 ーbased_名詞  _補助記号 syn_英単語 the_英単語 sis_英単語 +隠れ_名詞 マルコフモデル_名詞 (_補助記号 HMM_名詞 )_補助記号 に_助詞 基づ_動詞 い_語尾 た_助動詞 合成_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 +この_連体詞 システム_名詞 で_助詞 は_助詞 、_補助記号 周波_名詞 数_名詞 スペクトル_名詞 、_補助記号 基本_名詞 周波_名詞 数_名詞 、_補助記号 持続_名詞 時間_名詞 (_補助記号 韻律_名詞 )_補助記号 が_助詞 HMM_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 同時_名詞 に_助詞 モデル_名詞 化_接尾辞 さ_動詞 れ_助動詞 る_語尾 。_補助記号 +音声_名詞 波形_名詞 は_助詞 HMM_名詞 自体_名詞 が_助詞 最尤_名詞 法_名詞 に_助詞 基づ_動詞 い_語尾 て_助詞 生成_名詞 する_動詞 。_補助記号 +Sinewave_名詞  _補助記号 syn_英単語 the_英単語 sis_英単語 +フォルマント_名詞 を_助詞 純粋_形状詞 な_助動詞 正弦_名詞 波_接尾辞 の_助詞 合成_名詞 に_助詞 よ_動詞 っ_語尾 て_助詞 構成_名詞 する_動詞 技法_名詞 で_助動詞 あ_動詞 る_語尾 。_補助記号 diff --git a/data/wiki-ja-train.word_pos_pron b/data/wiki-ja-train.word_pos_pron new file mode 100644 index 0000000..f61fa87 --- /dev/null +++ b/data/wiki-ja-train.word_pos_pron @@ -0,0 +1,818 @@ +自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり (_補助記号_( しぜん_名詞_しぜん げんご_名詞_げんご しょり_名詞_しょり 、_補助記号_、 英語_名詞_えいご :_補助記号_:  _補助記号_くうはく natural_名詞_NATURAL  _補助記号_くうはく language_名詞_LANGUAGE  _補助記号_くうはく processing_英単語_PROCESSING 、_補助記号_、 略称_名詞_りゃくしょう :_補助記号_: NLP_名詞_えぬえるぴー )_補助記号_) は_助詞_は 、_補助記号_、 人間_名詞_にんげん が_助詞_が 日常_名詞_にちじょう 的_接尾辞_てき に_助動詞_に 使_動詞_つか っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る 自然_名詞_しぜん 言語_名詞_げんご を_助詞_を コンピュータ_名詞_こんぴゅーた に_助詞_に 処理_名詞_しょり さ_動詞_さ せ_助動詞_せ る_語尾_る 一連_名詞_いちれん の_助詞_の 技術_名詞_ぎじゅつ で_助動詞_で あ_動詞_あ り_語尾_り 、_補助記号_、 人工_名詞_じんこう 知能_名詞_ちのう と_助詞_と 言語_名詞_げんご 学_接尾辞_がく の_助詞_の 一_名詞_いっ 分野_名詞_ぶんや で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +「_補助記号_「 計算_名詞_けいさん 言語_名詞_げんご 学_接尾辞_がく 」_補助記号_」 (_補助記号_( computational_名詞_COMPUTATIONAL  _補助記号_くうはく linguistics_名詞_LINGUISTICS )_補助記号_) も_助詞_も 同じ_連体詞_おなじ 意味_名詞_いみ で_助動詞_で あ_動詞_あ る_語尾_る が_助詞_が 、_補助記号_、 前者_名詞_ぜんしゃ は_助詞_は 工学_名詞_こうがく 的_接尾辞_てき な_助動詞_な 視点_名詞_してん から_助詞_から の_助詞_の 言語_名詞_げんご 処理_名詞_しょり を_助詞_を さ_動詞_さ す_語尾_す の_助詞_の に_助詞_に 対_動詞_たい し_語尾_し て_助詞_て 、_補助記号_、 後者_名詞_こうしゃ は_助詞_は 言語_名詞_げんご 学_接尾辞_がく 的_接尾辞_てき 視点_名詞_してん を_助詞_を 重視_名詞_じゅうし する_動詞_する 手法_名詞_しゅほう を_助詞_を さ_動詞_さ す_語尾_す 事_名詞_こと が_助詞_が 多_形容詞_おお い_語尾_い 。_補助記号_。 +データベース_名詞_でーたべーす 内_接尾辞_ない の_助詞_の 情報_名詞_じょうほう を_助詞_を 自然_副詞_しぜん 言語_名詞_げんご に_助詞_に 変換_名詞_へんかん し_動詞_し たり_助詞_たり 、_補助記号_、 自然_名詞_しぜん 言語_名詞_げんご の_助詞_の 文章_名詞_ぶんしょう を_助詞_を より_副詞_より 形式_名詞_けいしき 的_接尾辞_てき な_助動詞_な (_補助記号_( コンピュータ_名詞_こんぴゅーた が_助詞_が 理解_名詞_りかい し_動詞_し やす_形容詞_やす い_語尾_い )_補助記号_) 表現_名詞_ひょうげん に_助詞_に 変換_名詞_へんかん する_動詞_する と_助詞_と い_動詞_い っ_語尾_っ た_助動詞_た 処理_名詞_しょり が_助詞_が 含_動詞_ふく ま_語尾_ま れ_助動詞_れ る_語尾_る 。_補助記号_。 +自然_名詞_しぜん 言語_名詞_げんご の_助詞_の 理解_名詞_りかい を_助詞_を コンピュータ_名詞_こんぴゅーた に_助詞_に さ_動詞_さ せ_助動詞_せ る_語尾_る こと_名詞_こと は_助詞_は 、_補助記号_、 自然_名詞_しぜん 言語_名詞_げんご 理解_名詞_りかい と_助詞_と さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +自然_名詞_しぜん 言語_名詞_げんご 理解_名詞_りかい と_助詞_と 、_補助記号_、 自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり の_助詞_の 差_名詞_さ は_助詞_は 、_補助記号_、 意味_名詞_いみ を_助詞_を 扱_動詞_あつか う_語尾_う か_助詞_か 、_補助記号_、 扱_動詞_あつか わ_語尾_わ な_助動詞_な い_語尾_い か_助詞_か と_助詞_と い_動詞_い う_語尾_う 説_名詞_せつ も_助詞_も あ_動詞_あ っ_語尾_っ た_助動詞_た が_助詞_が 、_補助記号_、 最近_名詞_さいきん は_助詞_は 数理_名詞_すうり 的_接尾辞_てき な_助動詞_な 言語_名詞_げんご 解析_名詞_かいせき 手法_名詞_しゅほう (_補助記号_( 統計_名詞_とうけい や_助詞_や 確率_名詞_かくりつ など_助詞_など )_補助記号_) が_助詞_が 広め_動詞_ひろめ られ_助動詞_られ た_助動詞_た 為_名詞_ため 、_補助記号_、 パーサ_名詞_ぱーさ (_補助記号_( 統語_名詞_とうご 解析_名詞_かいせき 器_接尾辞_き )_補助記号_) など_助詞_など が_助詞_が 一段_名詞_いちだん と_助詞_と 精度_名詞_せいど や_助詞_や 速度_名詞_そくど が_助詞_が 上が_動詞_あが り_語尾_り 、_補助記号_、 その_連体詞_その 意味_名詞_いみ 合い_接尾辞_あい は_助詞_は 違_動詞_ちが っ_語尾_っ て_助詞_て き_動詞_き て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +もともと_副詞_もともと 自然_名詞_しぜん 言語_名詞_げんご の_助詞_の 意味_名詞_いみ 論_名詞_ろん 的_接尾辞_てき 側面_名詞_そくめん を_助詞_を 全く_副詞_まったく 無視_名詞_むし し_動詞_し て_助詞_て 達成_名詞_たっせい でき_動詞_でき る_語尾_る こと_名詞_こと は_助詞_は 非常_形状詞_ひじょう に_助動詞_に 限_動詞_かぎ ら_語尾_ら れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +この_連体詞_この ため_名詞_ため 、_補助記号_、 自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり に_助詞_に は_助詞_は 形態_名詞_けいたい 素_接尾辞_そ 解析_名詞_かいせき と_助詞_と 構文_名詞_こうぶん 解析_名詞_かいせき 、_補助記号_、 文脈_名詞_ぶんみゃく 解析_名詞_かいせき 、_補助記号_、 意味_名詞_いみ 解析_名詞_かいせき など_助詞_など を_助詞_を Syntax_名詞_SYNTAX など_助詞_など 表層_名詞_ひょうそう 的_接尾辞_てき な_助動詞_な 観点_名詞_かんてん から_助詞_から 解析_名詞_かいせき を_助詞_を する_動詞_する 学問_名詞_がくもん で_助動詞_で あ_動詞_あ る_語尾_る が_助詞_が 、_補助記号_、 自然_名詞_しぜん 言語_名詞_げんご 理解_名詞_りかい は_助詞_は 、_補助記号_、 意味_名詞_いみ を_助詞_を どの_連体詞_どの よう_形状詞_よう に_助動詞_に 理解_名詞_りかい する_動詞_する か_助詞_か と_助詞_と い_動詞_い う_語尾_う 個々_名詞_ここ 人_接尾辞_じん の_助詞_の 理解_名詞_りかい と_助詞_と 推論_名詞_すいろん 部分_名詞_ぶぶん が_助詞_が 主な_連体詞_おもな 研究_名詞_けんきゅう の_助詞_の 課題_名詞_かだい に_助詞_に な_動詞_な っ_語尾_っ て_助詞_て き_動詞_き て_助詞_て お_動詞_お り_語尾_り 、_補助記号_、 両者_名詞_りょうしゃ の_助詞_の 境界_名詞_けいかい は_助詞_は 意思_名詞_いし や_助詞_や 意図_名詞_いと が_助詞_が 含_動詞_ふく ま_語尾_ま れ_助動詞_れ る_語尾_る か_助詞_か どう_副詞_どう か_助詞_か に_助詞_に な_動詞_な っ_語尾_っ て_助詞_て き_動詞_き て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +目次_名詞_もくじ +1_名詞_1  _補助記号_くうはく 基礎_名詞_きそ 技術_名詞_ぎじゅつ +2_名詞_2  _補助記号_くうはく 処理_名詞_しょり 内容_名詞_ないよう と_助詞_と その_連体詞_その 限界_名詞_げんかい +3_名詞_3  _補助記号_くうはく 具体_名詞_ぐたい 的_接尾辞_てき な_助動詞_な 課題_名詞_かだい +4_名詞_4  _補助記号_くうはく 統計_名詞_とうけい 的_接尾辞_てき 自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり +5_名詞_5  _補助記号_くうはく 自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり の_助詞_の 主な_連体詞_おもな 応用_名詞_おうよう +6_名詞_6  _補助記号_くうはく 脚注_名詞_きゃくちゅう +7_名詞_7  _補助記号_くうはく 関連_名詞_かんれん 項目_名詞_こうもく +8_名詞_8  _補助記号_くうはく 外部_名詞_がいぶ リンク_名詞_りんく +基礎_名詞_きそ 技術_名詞_ぎじゅつ +自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり の_助詞_の 基礎_名詞_きそ 技術_名詞_ぎじゅつ に_助詞_に は_助詞_は さまざま_形状詞_さまざま な_助動詞_な もの_名詞_もの が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり は_助詞_は その_連体詞_その 性格_名詞_せいかく 上_接尾辞_じょう 、_補助記号_、 扱_動詞_あつか う_語尾_う 言語_名詞_げんご に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 大き_形容詞_おおき く_語尾_く 処理_名詞_しょり の_助詞_の 異な_動詞_ことな る_語尾_る 部分_名詞_ぶぶん が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +現在_名詞_げんざい の_助詞_の ところ_名詞_ところ 、_補助記号_、 日本_名詞_にっぽん 語_名詞_ご を_助詞_を 処理_名詞_しょり する_動詞_する 基礎_名詞_きそ 技術_名詞_ぎじゅつ と_助詞_と し_動詞_し て_助詞_て は_助詞_は 以下_名詞_いか の_助詞_の もの_名詞_もの が_助詞_が 主に_副詞_おもに 研究_名詞_けんきゅう さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +形態_名詞_けいたい 素_接尾辞_そ 解析_名詞_かいせき +構文_名詞_こうぶん 解析_名詞_かいせき +語義_名詞_ごぎ の_助詞_の 曖昧_名詞_あいまい 性_接尾辞_せい 解消_名詞_かいしょう +照応_名詞_しようおう 解析_名詞_かいせき +処理_名詞_しょり 内容_名詞_ないよう と_助詞_と その_連体詞_その 限界_名詞_げんかい +理論_名詞_りろん 上_接尾辞_じょう 、_補助記号_、 自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり は_助詞_は マンマシン_名詞_まんましん インタフェース_名詞_いんたふぇーす の_助詞_の 手法_名詞_しゅほう と_助詞_と し_動詞_し て_助詞_て 非常_形状詞_ひじょう に_助動詞_に 魅力_名詞_みりょく 的_接尾辞_てき で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +SHRDLU_名詞_SHRDLU など_助詞_など の_助詞_の 初期_名詞_しょき の_助詞_の システム_名詞_しすてむ は_助詞_は 世界_名詞_せかい を_助詞_を 限定_名詞_げんてい する_動詞_する こと_名詞_こと で_助詞_で 非常_形状詞_ひじょう に_助動詞_に うま_形容詞_うま く_語尾_く い_動詞_い っ_語尾_っ た_助動詞_た ため_名詞_ため 、_補助記号_、 自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり は_助詞_は 簡単_形状詞_かんたん だ_助動詞_だ と_助詞_と い_動詞_い う_語尾_う 行_動詞_い き_語尾_き 過ぎ_動詞_すぎ た_助動詞_た 楽観_名詞_らっかん 主義_名詞_しゅぎ に_助詞_に 陥_動詞_おちい っ_語尾_っ た_助動詞_た が_助詞_が 、_補助記号_、 より_副詞_より 現実_名詞_げんじつ 的_接尾辞_てき な_助動詞_な 世界_名詞_せかい で_助詞_で は_助詞_は 曖昧_名詞_あいまい さ_接尾辞_さ や_助詞_や 複雑_名詞_ふくざつ さ_接尾辞_さ が_助詞_が 増大_名詞_ぞうだい し_動詞_し 、_補助記号_、 楽観_名詞_らっかん 的_接尾辞_てき な_助動詞_な 見_動詞_み 方_接尾辞_かた は_助詞_は なくな_動詞_なくな っ_語尾_っ て_助詞_て い_動詞_い っ_語尾_っ た_助動詞_た 。_補助記号_。 +自然_名詞_しぜん 言語_名詞_げんご 理解_名詞_りかい は_助詞_は 、_補助記号_、 AI_名詞_えーあい 完全_形状詞_かんぜん 問題_名詞_もんだい と_助詞_と 言_動詞_い わ_語尾_わ れ_助動詞_れ る_語尾_る こと_名詞_こと が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +なぜ_副詞_なぜ なら_助動詞_なら 、_補助記号_、 自然_名詞_しぜん 言語_名詞_げんご 理解_名詞_りかい に_助詞_に は_助詞_は 世界_名詞_せかい 全体_名詞_ぜんたい に_助詞_に つ_動詞_つ い_語尾_い て_助詞_て の_助詞_の 知識_名詞_ちしき と_助詞_と それ_代名詞_それ を_助詞_を 操作_名詞_そうさ する_動詞_する 能力_名詞_のうりょく が_助詞_が 必要_名詞_ひつよう と_助詞_と 思_動詞_おも わ_語尾_わ れ_助動詞_れ る_語尾_る ため_名詞_ため で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +「_補助記号_「 理解_名詞_りかい ;_補助記号_UNK  _補助記号_くうはく understand_英単語_UNDERSTAND ing_名詞_いんぐ 」_補助記号_」 の_助詞_の 定義_名詞_ていぎ は_助詞_は 、_補助記号_、 自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり の_助詞_の 大きな_連体詞_おおきな 課題_名詞_かだい の_助詞_の ひと_名詞_ひと つ_接尾辞_つ で_助詞_で も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +具体_名詞_ぐたい 的_接尾辞_てき な_助動詞_な 課題_名詞_かだい +自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり (_補助記号_( 理解_名詞_りかい )_補助記号_) に_助詞_に おけ_動詞_おけ る_助動詞_る 課題_名詞_かだい を_助詞_を いく_名詞_いく つ_接尾辞_つ か_助詞_か の_助詞_の 例_名詞_れい を_助詞_を 用い_動詞_もちい て_助詞_て 示_動詞_しめ す_語尾_す 。_補助記号_。 +次_名詞_つぎ の_助詞_の 2_名詞_2 つ_接尾辞_つ の_助詞_の 文_名詞_ぶん 、_補助記号_、 +We_名詞_WE  _補助記号_くうはく gave_名詞_GAVE  _補助記号_くうはく the_名詞_THE  _補助記号_くうはく monkeys_名詞_MONKEYS  _補助記号_くうはく the_名詞_THE  _補助記号_くうはく bananas_名詞_BANANAS  _補助記号_くうはく because_名詞_BECAUSE  _補助記号_くうはく they_名詞_THEY  _補助記号_くうはく were_名詞_WERE  _補助記号_くうはく hungry_名詞_HUNGRY ._補助記号_。 (_補助記号_( 猿_名詞_さる が_助詞_が 腹_名詞_はら を_助詞_を 空_動詞_す か_語尾_か せ_助動詞_せ て_助詞_て い_動詞_い た_助動詞_た の_助詞_の で_助動詞_で 、_補助記号_、 バナナ_名詞_ばなな を_助詞_を 与え_動詞_あたえ た_助動詞_た 。_補助記号_。 +)_補助記号_) +We_名詞_WE  _補助記号_くうはく gave_名詞_GAVE  _補助記号_くうはく the_名詞_THE  _補助記号_くうはく monkeys_名詞_MONKEYS  _補助記号_くうはく the_名詞_THE  _補助記号_くうはく bananas_名詞_BANANAS  _補助記号_くうはく because_名詞_BECAUSE  _補助記号_くうはく they_名詞_THEY  _補助記号_くうはく were_名詞_わー  _補助記号_くうはく over_名詞_おーばー ーripe_補助記号_ーRIPE ._補助記号_。 (_補助記号_( バナナ_名詞_ばなな は_助詞_は 熟れ_動詞_なれ 過ぎ_動詞_すぎ て_助詞_て い_動詞_い た_助動詞_た の_助詞_の で_助動詞_で 、_補助記号_、 猿_名詞_さる に_助詞_に 与え_動詞_あたえ た_助動詞_た 。_補助記号_。 +)_補助記号_) +は_助詞_は 表面_名詞_ひょうめん 的_接尾辞_てき な_助動詞_な 文法_名詞_ぶんぽう 構造_名詞_こうぞう は_助詞_は 同じ_形状詞_おなじ で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +しかし_接続詞_しかし 、_補助記号_、 the_名詞_THE y_記号_Y  _補助記号_くうはく が_助詞_が 指_動詞_さ す_語尾_す もの_名詞_もの は_助詞_は 異な_動詞_ことな っ_語尾_っ て_助詞_て い_動詞_い て_助詞_て 、_補助記号_、 前者_名詞_ぜんしゃ で_助詞_で は_助詞_は 猿_動詞_さる 、_補助記号_、 後者_名詞_こうしゃ で_助詞_で は_助詞_は バナナ_名詞_ばなな と_助詞_と な_動詞_な っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +この_連体詞_この 例文_名詞_れいぶん の_助詞_の 場合_名詞_ばあい 、_補助記号_、 they_名詞_THEY の_助詞_の 指_名詞_さ す_語尾_す 内容_名詞_ないよう は_助詞_は 英語_名詞_えいご の_助詞_の 文型_名詞_ぶんけい の_助詞_の 性質_名詞_せいしつ に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 決定_名詞_けってい する_動詞_する こと_名詞_こと が_助詞_が でき_動詞_でき る_語尾_る 。_補助記号_。 +すなわち_接続詞_すなわち 、_補助記号_、 「_補助記号_「 the_名詞_THE y_記号_Y (_補助記号_( 主語_名詞_しゅご )_補助記号_) =_補助記号_=  _補助記号_くうはく hungry_名詞_HUNGRY (_補助記号_( 補語_名詞_ほご )_補助記号_) 」_補助記号_」 の_助詞_の 関係_名詞_かんけい が_助詞_が 成り立_動詞_なりた ち_語尾_ち 、_補助記号_、 補語_名詞_ほご に_助詞_に は_助詞_は 主語_名詞_しゅご の_助詞_の 性質_名詞_せいしつ を_助詞_を 示_動詞_しめ す_語尾_す もの_名詞_もの が_助詞_が くる_動詞_くる の_助詞_の で_助動詞_で 、_補助記号_、 hungry_名詞_HUNGRY な_助動詞_な の_助詞_の は_助詞_は the_名詞_THE  _補助記号_くうはく monkeys_名詞_MONKEYS 、_補助記号_、 したが_動詞_したが っ_語尾_っ て_助詞_て 、_補助記号_、 「_補助記号_「 they_名詞_THEY  _補助記号_くうはく =_補助記号_=  _補助記号_くうはく the_名詞_THE  _補助記号_くうはく monkeys_名詞_MONKEYS 」_補助記号_」 と_助詞_と 決ま_動詞_きま る_語尾_る 。_補助記号_。 +後者_名詞_こうしゃ も_助詞_も 同様_形状詞_どうよう に_助動詞_に 、_補助記号_、 over_名詞_おーばー ーripe_名詞_ーRIPE と_助詞_と い_動詞_い う_語尾_う の_助詞_の は_助詞_は the_名詞_THE  _補助記号_くうはく bananas_名詞_BANANAS の_助詞_の 性質_名詞_せいしつ だ_助動詞_だ から_助詞_から 、_補助記号_、 「_補助記号_「 they_名詞_THEY  _補助記号_くうはく =_補助記号_=  _補助記号_くうはく the_名詞_THE  _補助記号_くうはく bananas_名詞_BANANAS 」_補助記号_」 と_助詞_と な_動詞_な る_語尾_る 。_補助記号_。 +つまり_副詞_つまり 、_補助記号_、 これ_代名詞_これ ら_接尾辞_ら の_助詞_の 文章_名詞_ぶんしょう を_助詞_を 区別_名詞_くべつ し_動詞_し 正し_形容詞_ただし く_語尾_く 理解_名詞_りかい する_動詞_する ため_名詞_ため に_助詞_に は_助詞_は 、_補助記号_、 猿_名詞_さる の_助詞_の 性質_名詞_せいしつ (_補助記号_( 猿_名詞_さる は_助詞_は 動物_名詞_どうぶつ で_助詞_で 空腹_名詞_くうふく に_助詞_に な_動詞_な る_語尾_る )_補助記号_) と_助詞_と バナナ_名詞_ばなな の_助詞_の 性質_名詞_せいしつ (_補助記号_( バナナ_名詞_ばなな は_助詞_は 果物_名詞_くだもの で_助詞_で 成熟_名詞_せいじゅく する_動詞_する )_補助記号_) を_助詞_を 知_動詞_し っ_語尾_っ て_助詞_て い_動詞_い な_助動詞_な けれ_語尾_けれ ば_助詞_ば な_動詞_な ら_語尾_ら な_助動詞_な い_語尾_い 。_補助記号_。 +単語_名詞_たんご の_助詞_の 文字_名詞_もじ 列_名詞_れつ を_助詞_を 解釈_名詞_かいしゃく する_動詞_する 方法_名詞_ほうほう は_助詞_は 様々_形状詞_さまざま で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +例えば_副詞_たとえば 、_補助記号_、 +Time_名詞_TIME  _補助記号_くうはく flies_名詞_FLIES  _補助記号_くうはく like_名詞_らいく  _補助記号_くうはく an_名詞_AN  _補助記号_くうはく arrow_名詞_ARROW ._補助記号_。 (_補助記号_( 光陰_名詞_こういん 矢_名詞_や の_助詞_の 如_動詞_ごと し_語尾_し )_補助記号_) +と_助詞_と い_動詞_い う_語尾_う 文字_名詞_もじ 列_名詞_れつ は_助詞_は 以下_名詞_いか の_助詞_の よう_形状詞_よう に_助動詞_に 様々_形状詞_さまざま に_助詞_に 解釈_名詞_かいしゃく でき_動詞_でき る_語尾_る 。_補助記号_。 +典型_名詞_てんけい 的_接尾辞_てき に_助動詞_に は_助詞_は 、_補助記号_、 比喩_名詞_ひゆ と_助詞_と し_動詞_し て_助詞_て 、_補助記号_、 「_補助記号_「 時間_名詞_じかん が_助詞_が 矢_名詞_や の_助詞_の よう_形状詞_よう に_助動詞_に 素早_形容詞_すばや く_語尾_く 過ぎ_動詞_すぎ る_語尾_る 」_補助記号_」 と_助詞_と 解釈_名詞_かいしゃく する_動詞_する 。_補助記号_。 +「_補助記号_「 空_名詞_そら を_助詞_を 飛_動詞_と ぶ_語尾_ぶ 昆虫_名詞_こんちゅう の_助詞_の 速度_名詞_そくど を_助詞_を 矢_名詞_や の_助詞_の 速度_名詞_そくど を_助詞_を 測_動詞_はか る_語尾_る よう_形状詞_よう に_助動詞_に 測定_名詞_そくてい せよ_動詞_せよ 」_補助記号_」 つまり_副詞_つまり  _補助記号_くうはく (_補助記号_( You_名詞_YOU  _補助記号_くうはく should_名詞_しゅっど )_補助記号_)  _補助記号_くうはく time_名詞_TIME  _補助記号_くうはく flies_名詞_FLIES  _補助記号_くうはく as_名詞_AS  _補助記号_くうはく you_名詞_YOU  _補助記号_くうはく would_名詞_うっど  _補助記号_くうはく (_補助記号_( time_名詞_TIME )_補助記号_)  _補助記号_くうはく an_名詞_AN  _補助記号_くうはく arrow_名詞_ARROW ._補助記号_。  _補助記号_くうはく と_助詞_と 解釈_名詞_かいしゃく する_動詞_する 。_補助記号_。 +「_補助記号_「 矢_名詞_や が_助詞_が 空_名詞_そら を_助詞_を 飛_動詞_と ぶ_語尾_ぶ 昆虫_名詞_こんちゅう の_助詞_の 速度_名詞_そくど を_助詞_を 測_動詞_はか る_語尾_る よう_形状詞_よう に_助動詞_に 、_補助記号_、 あなた_代名詞_あなた が_助詞_が 空_名詞_そら を_助詞_を 飛_動詞_と ぶ_語尾_ぶ 昆虫_名詞_こんちゅう の_助詞_の 速度_名詞_そくど を_助詞_を 測定_名詞_そくてい せよ_動詞_せよ 」_補助記号_」 つまり_副詞_つまり  _補助記号_くうはく Time_名詞_TIME  _補助記号_くうはく flies_名詞_FLIES  _補助記号_くうはく in_名詞_IN  _補助記号_くうはく the_名詞_THE  _補助記号_くうはく same_名詞_SAME  _補助記号_くうはく way_名詞_WAY  _補助記号_くうはく that_名詞_ざっと  _補助記号_くうはく an_名詞_AN  _補助記号_くうはく arrow_名詞_ARROW  _補助記号_くうはく would_名詞_うっど  _補助記号_くうはく (_補助記号_( time_名詞_TIME  _補助記号_くうはく the_名詞_THE m_記号_M )_補助記号_) ._補助記号_。  _補助記号_くうはく と_助詞_と 解釈_名詞_かいしゃく する_動詞_する 。_補助記号_。 +「_補助記号_「 矢_名詞_や の_助詞_の よう_形状詞_よう に_助動詞_に 空_名詞_そら を_助詞_を 飛_動詞_と ぶ_語尾_ぶ 昆虫_名詞_こんちゅう の_助詞_の 速度_名詞_そくど を_助詞_を 測定_名詞_そくてい せよ_動詞_せよ 」_補助記号_」 つまり_副詞_つまり  _補助記号_くうはく Time_名詞_TIME  _補助記号_くうはく those_名詞_THOSE  _補助記号_くうはく flies_名詞_FLIES  _補助記号_くうはく that_名詞_ざっと  _補助記号_くうはく are_名詞_あー  _補助記号_くうはく like_名詞_らいく  _補助記号_くうはく arrows_名詞_ARROWS  _補助記号_くうはく と_助詞_と 解釈_名詞_かいしゃく する_動詞_する 。_補助記号_。 +「_補助記号_「 ”_補助記号_” time_名詞_TIME ーflies_名詞_ーFLIES ”_補助記号_” (_補助記号_( 時_名詞_とき バエ_名詞_ばえ )_補助記号_) と_助詞_と い_動詞_い う_語尾_う 種類_名詞_しゅるい の_助詞_の 昆虫_名詞_こんちゅう は_助詞_は 1_名詞_1 つ_接尾辞_つ の_助詞_の 矢_名詞_や を_助詞_を 好_動詞_この む_語尾_む 」_補助記号_」 この_連体詞_この 解釈_名詞_かいしゃく に_助詞_に は_助詞_は 集合_名詞_しゅうごう 的_接尾辞_てき な_助動詞_な 解釈_名詞_かいしゃく と_助詞_と 個別_名詞_こべつ 的_接尾辞_てき 解釈_名詞_かいしゃく が_助詞_が あ_動詞_あ り_語尾_り う_動詞_う る_語尾_る 。_補助記号_。 +「_補助記号_「 TIME_名詞_TIME と_助詞_と い_動詞_い う_語尾_う 雑誌_名詞_ざっし は_助詞_は 、_補助記号_、 投げ_動詞_なげ る_語尾_る と_助詞_と 直線_名詞_ちょくせん 的_接尾辞_てき な_助動詞_な 軌跡_名詞_きせき を_助詞_を 描_動詞_えが く_語尾_く 」_補助記号_」 +英語_名詞_えいご で_助詞_で は_助詞_は 特に_副詞_とくに 語形_名詞_ごけい 変化_名詞_へんか に_助詞_に よ_動詞_よ る_語尾_る 語彙_名詞_ごい の_助詞_の 区別_名詞_くべつ を_助詞_を する_動詞_する 機能_名詞_きのう が_助詞_が 弱_形容詞_よわ い_語尾_い ため_名詞_ため 、_補助記号_、 この_連体詞_この よう_形状詞_よう な_助動詞_な 問題_名詞_もんだい が_助詞_が 大き_形容詞_おおき く_語尾_く な_動詞_な る_語尾_る 。_補助記号_。 +また_接続詞_また 、_補助記号_、 英語_名詞_えいご も_助詞_も 含め_動詞_ふくめ て_助詞_て 、_補助記号_、 形容_名詞_けいよう 詞_名詞_し と_助詞_と 名詞_名詞_めいし の_助詞_の 修飾_名詞_しゅうしょく 関係_名詞_かんけい の_助詞_の 曖昧_形容詞_あいまい さ_接尾辞_さ も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +例えば_副詞_たとえば 、_補助記号_、 ”_補助記号_” pretty_名詞_PRETTY  _補助記号_くうはく little_名詞_LITTLE  _補助記号_くうはく girls_名詞_GIRLS '_補助記号_’  _補助記号_くうはく school_名詞_すくーる ”_補助記号_” (_補助記号_( かわい_形容詞_かわい い_語尾_い 小さな_連体詞_ちいさな 少女_名詞_しょうじょ の_助詞_の 学校_名詞_がっこう )_補助記号_) と_助詞_と い_動詞_い う_語尾_う 文字_名詞_もじ 列_名詞_れつ が_助詞_が あ_動詞_あ る_語尾_る と_助詞_と する_動詞_する 。_補助記号_。 +その_連体詞_その 学校_名詞_がっこう は_助詞_は 小さ_形容詞_ちいさ い_語尾_い だ_助動詞_だ ろ_語尾_ろ う_助動詞_う か_助詞_か ?_補助記号_? +少女_名詞_しょうじょ たち_接尾辞_たち が_助詞_が 小さ_形容詞_ちいさ い_語尾_い の_助詞_の だ_助動詞_だ ろ_語尾_ろ う_助動詞_う か_助詞_か ?_補助記号_? +少女_名詞_しょうじょ たち_接尾辞_たち が_助詞_が かわい_形容詞_かわい い_語尾_い の_助詞_の だ_助動詞_だ ろ_語尾_ろ う_助動詞_う か_助詞_か ?_補助記号_? +学校_名詞_がっこう が_助詞_が かわい_形容詞_かわい い_語尾_い の_助詞_の だ_助動詞_だ ろ_語尾_ろ う_助動詞_う か_助詞_か ?_補助記号_? +他_名詞_ほか に_助詞_に も_助詞_も 次_名詞_つぎ の_助詞_の よう_形状詞_よう な_助動詞_な 課題_名詞_かだい が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +形態_名詞_けいたい 素_接尾辞_そ 解析_名詞_かいせき +中国_名詞_ちゅうごく 語_名詞_ご 、_補助記号_、 日本_名詞_にっぽん 語_名詞_ご 、_補助記号_、 タイ_名詞_たい 語_名詞_ご と_助詞_と い_動詞_い っ_語尾_っ た_助動詞_た 言語_名詞_げんご は_助詞_は 単語_名詞_たんご の_助詞_の わか_形容詞_わか ち_語尾_ち 書き_名詞_かき を_助詞_を し_動詞_し な_助動詞_な い_語尾_い 。_補助記号_。 +その_連体詞_その ため_名詞_ため 、_補助記号_、 単語_名詞_たんご の_助詞_の 区切り_名詞_くぎり を_助詞_を 特定_名詞_とくてい する_動詞_する の_助詞_の に_助詞_に テキスト_名詞_てきすと の_助詞_の 解析_名詞_かいせき が_助詞_が 必要_名詞_ひつよう と_助詞_と な_動詞_な り_語尾_り 、_補助記号_、 それ_代名詞_それ は_助詞_は 非常_形状詞_ひじょう に_助動詞_に 複雑_名詞_ふくざつ な_助動詞_な 作業_名詞_さぎょう と_助詞_と な_動詞_な る_語尾_る 。_補助記号_。 +音声_名詞_おんせい に_助詞_に おけ_動詞_おけ る_助動詞_る 形態_名詞_けいたい 素_接尾辞_そ 解析_名詞_かいせき +音声_名詞_おんせい 言語_名詞_げんご に_助詞_に お_動詞_お い_語尾_い て_助詞_て 、_補助記号_、 文字_名詞_もじ を_助詞_を 表_動詞_あらわ す_語尾_す 音_名詞_おと は_助詞_は 前後_名詞_ぜんご の_助詞_の 音_名詞_おと と_助詞_と 混じ_動詞_まじ っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る の_助詞_の が_助詞_が 普通_名詞_ふつう で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +従_動詞_したが っ_語尾_っ て_助詞_て 音声_名詞_おんせい から_助詞_から 文字_名詞_もじ を_助詞_を 切り出_動詞_きりだ す_語尾_す の_助詞_の は_助詞_は 、_補助記号_、 非常_形状詞_ひじょう に_助動詞_に 難し_形容詞_むずかし い_語尾_い 作業_名詞_さぎょう と_助詞_と な_動詞_な る_語尾_る 。_補助記号_。 +さらに_接続詞_さらに 、_補助記号_、 音声_名詞_おんせい 言語_名詞_げんご で_助詞_で は_助詞_は 単語_名詞_たんご と_助詞_と 単語_名詞_たんご の_助詞_の 区切り_名詞_くぎり も_助詞_も (_補助記号_( 音_名詞_おと と_助詞_と し_動詞_し て_助詞_て のみ_助詞_のみ 見_動詞_み れ_語尾_れ ば_助詞_ば )_補助記号_) 定か_形状詞_さだか で_助動詞_で は_助詞_は な_形容詞_な く_語尾_く 、_補助記号_、 文脈_名詞_ぶんみゃく や_助詞_や 文法_名詞_ぶんぽう や_助詞_や 意味_名詞_いみ と_助詞_と い_動詞_い っ_語尾_っ た_助動詞_た 情報_名詞_じょうほう を_助詞_を 考慮_名詞_こうりょ し_動詞_し な_助動詞_な い_語尾_い と_助詞_と 単語_名詞_たんご を_助詞_を 切り出せ_動詞_きりだせ な_助動詞_な い_語尾_い 。_補助記号_。 +語義_名詞_ごぎ の_助詞_の 曖昧_名詞_あいまい 性_接尾辞_せい +多く_名詞_おおく の_助詞_の 単語_名詞_たんご は_助詞_は 複数_名詞_ふくすう の_助詞_の 意味_名詞_いみ を_助詞_を 持_動詞_も つ_語尾_つ 。_補助記号_。 +従_動詞_したが っ_語尾_っ て_助詞_て 、_補助記号_、 特定_名詞_とくてい の_助詞_の 文脈_名詞_ぶんみゃく に_助詞_に お_動詞_お い_語尾_い て_助詞_て もっとも_副詞_もっとも ふさわし_形容詞_ふさわし い_語尾_い 意味_名詞_いみ を_助詞_を 選択_名詞_せんたく する_動詞_する 必要_名詞_ひつよう が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +構文_名詞_こうぶん の_助詞_の 曖昧_名詞_あいまい 性_接尾辞_せい +自然_名詞_しぜん 言語_名詞_げんご の_助詞_の 文法_名詞_ぶんぽう は_助詞_は 曖昧_名詞_あいまい で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +1_名詞_1 つ_接尾辞_つ の_助詞_の 文_名詞_ぶん に_助詞_に 対応_名詞_たいおう する_動詞_する 複数_名詞_ふくすう の_助詞_の 構文_名詞_こうぶん 木_名詞_き が_助詞_が 存在_名詞_そんざい する_動詞_する こと_名詞_こと も_助詞_も 多_形容詞_おお い_語尾_い 。_補助記号_。 +もっとも_副詞_もっとも 適切_形状詞_てきせつ な_助動詞_な 解釈_名詞_かいしゃく (_補助記号_( 構文_名詞_こうぶん 木_名詞_もく )_補助記号_) を_助詞_を 選択_名詞_せんたく する_動詞_する に_助詞_に は_助詞_は 、_補助記号_、 意味_名詞_いみ 的_接尾辞_てき 情報_名詞_じょうほう や_助詞_や 文脈_名詞_ぶんみゃく 情報_名詞_じょうほう を_助詞_を 必要_名詞_ひつよう と_助詞_と する_動詞_する 。_補助記号_。 +不_接頭辞_ふ 完全_形状詞_かんぜん な_助動詞_な 入力_名詞_にゅうりょく や_助詞_や 間違_動詞_まちが っ_語尾_っ た_助動詞_た 入力_名詞_にゅうりょく +主語_名詞_しゅご の_助詞_の 省略_名詞_しょうりゃく や_助詞_や 代_接頭辞_だい 名詞_名詞_めいし の_助詞_の 対応_名詞_たいおう など_助詞_など の_助詞_の 問題_名詞_もんだい (_補助記号_( 照応_名詞_しようおう 解析_名詞_かいせき )_補助記号_) 。_補助記号_。 +音声_名詞_おんせい に_助詞_に おけ_動詞_おけ る_助動詞_る アクセント_名詞_あくせんと の_助詞_の ばらつき_名詞_ばらつき 。_補助記号_。 +文法_名詞_ぶんぽう 上_接尾辞_じょう の_助詞_の 誤り_名詞_あやまり の_助詞_の あ_動詞_あ る_語尾_る 文_名詞_ぶん の_助詞_の 解析_名詞_かいせき 。_補助記号_。 +光学_名詞_こうがく 文字_名詞_もじ 認識_名詞_にんしき に_助詞_に おけ_動詞_おけ る_助動詞_る 誤り_名詞_あやまり の_助詞_の 認識_名詞_にんしき など_助詞_など 。_補助記号_。 +言語_名詞_げんご 行為_名詞_こうい +文章_名詞_ぶんしょう は_助詞_は 文字_名詞_もじ 通り_名詞_とおり に_助詞_に 解釈_名詞_かいしゃく でき_動詞_でき な_助動詞_な い_語尾_い 場合_名詞_ばあい が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +例えば_副詞_たとえば  _補助記号_くうはく ”_補助記号_” Can_名詞_CAN  _補助記号_くうはく you_名詞_YOU  _補助記号_くうはく pass_名詞_PASS  _補助記号_くうはく the_名詞_THE  _補助記号_くうはく salt_名詞_SALT ?_補助記号_? ”_補助記号_” (_補助記号_( 塩_名詞_しお を_助詞_を と_動詞_と っ_語尾_っ て_助詞_て もらえ_動詞_もらえ ま_助動詞_ま す_語尾_す か_助詞_か ?_補助記号_? )_補助記号_) と_助詞_と い_動詞_い う_語尾_う 問い_名詞_とい に_助詞_に 対_動詞_たい する_語尾_する 答え_名詞_こたえ は_助詞_は 、_補助記号_、 塩_名詞_しお を_助詞_を 相手_名詞_あいて に_助詞_に 渡_動詞_わた す_語尾_す こと_名詞_こと で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +これ_代名詞_これ に_助詞_に  _補助記号_くうはく ”_補助記号_” Yes_名詞_いえす ”_補助記号_”  _補助記号_くうはく と_助詞_と だけ_助詞_だけ 答え_動詞_こたえ て_助詞_て 何_代名詞_なに も_助詞_も し_動詞_し な_助動詞_な い_語尾_い の_助詞_の は_助詞_は よ_形容詞_よ い_語尾_い 答え_名詞_こたえ と_助詞_と は_助詞_は 言え_動詞_いえ な_助動詞_な い_語尾_い が_助詞_が 、_補助記号_、 ”_補助記号_” No_名詞_のー ”_補助記号_”  _補助記号_くうはく は_助詞_は むしろ_副詞_むしろ あ_動詞_あ り_語尾_り う_動詞_う る_語尾_る 答え_名詞_こたえ で_助詞_で 、_補助記号_、 ”_補助記号_” I_記号_I 'm_英単語_’M  _補助記号_くうはく afraid_名詞_AFRAID  _補助記号_くうはく that_名詞_ざっと  _補助記号_くうはく I_記号_I  _補助記号_くうはく can_名詞_CAN 't_英単語_’T  _補助記号_くうはく see_名詞_しー  _補助記号_くうはく it_名詞_IT ”_補助記号_”  _補助記号_くうはく は_助詞_は さらに_副詞_さらに よ_形容詞_よ い_語尾_い (_補助記号_( 塩_名詞_しお が_助詞_が どこ_代名詞_どこ に_助詞_に あ_動詞_あ る_語尾_る か_助詞_か わか_動詞_わか ら_語尾_ら な_助動詞_な い_語尾_い とき_名詞_とき )_補助記号_) 。_補助記号_。 +統計_名詞_とうけい 的_接尾辞_てき 自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり +統計_名詞_とうけい 的_接尾辞_てき 自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり は_助詞_は 、_補助記号_、 確率_名詞_かくりつ 論_名詞_ろん 的_接尾辞_てき あるいは_接続詞_あるいは 統計_名詞_とうけい 学_接尾辞_がく 的_接尾辞_てき 手法_名詞_しゅほう を_助詞_を 使_動詞_つか っ_語尾_っ て_助詞_て 、_補助記号_、 上述_名詞_じょうじゅつ の_助詞_の 困難_名詞_こんなん さ_接尾辞_さ に_助詞_に 何_代名詞_なん ら_接尾辞_ら か_助詞_か の_助詞_の 解決_名詞_かいけつ 策_名詞_さく を_助詞_を 与え_動詞_あたえ よ_語尾_よ う_助動詞_う と_助詞_と する_動詞_する もの_名詞_もの で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +長_形容詞_なが い_語尾_い 文_名詞_ぶん に_助詞_に な_動詞_な れ_語尾_れ ば_助詞_ば な_動詞_な る_語尾_る ほど_助詞_ほど 、_補助記号_、 従来_名詞_じゅうらい 型_接尾辞_がた の_助詞_の 自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり で_助詞_で は_助詞_は 解釈_名詞_かいしゃく の_助詞_の 可能_形状詞_かのう 性_接尾辞_せい の_助詞_の 組合せ_名詞_くみあわせ が_助詞_が 指数_名詞_しすう 関数_名詞_かんすう 的_接尾辞_てき に_助詞_に 増大_名詞_ぞうだい し_動詞_し て_助詞_て い_動詞_い き_語尾_き 、_補助記号_、 処理_名詞_しょり が_助詞_が 困難_名詞_こんなん と_助詞_と な_動詞_な る_語尾_る 。_補助記号_。 +その_連体詞_その よう_形状詞_よう な_助動詞_な 場合_名詞_ばあい に_助詞_に 統計_名詞_とうけい 的_接尾辞_てき 自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり が_助詞_が 効果_名詞_こうか を_助詞_を 発揮_名詞_はっき する_動詞_する 。_補助記号_。 +コーパス_名詞_こーぱす 言語_名詞_げんご 学_接尾辞_がく や_助詞_や マルコフ_名詞_まるこふ 連鎖_名詞_れんさ と_助詞_と い_動詞_い っ_語尾_っ た_助動詞_た 手法_名詞_しゅほう が_助詞_が 使_動詞_つか わ_語尾_わ れ_助動詞_れ る_語尾_る 。_補助記号_。 +統計_名詞_とうけい 的_接尾辞_てき 自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり の_助詞_の 起源_名詞_きげん は_助詞_は 、_補助記号_、 人工_名詞_じんこう 知能_名詞_ちのう の_助詞_の 中_名詞_なか で_助詞_で も_助詞_も データ_名詞_でーた から_助詞_から の_助詞_の 学習_名詞_がくしゅう を_助詞_を 研究_名詞_けんきゅう する_動詞_する 分野_名詞_ぶんや で_助動詞_で あ_動詞_あ る_語尾_る 機械_名詞_きかい 学習_名詞_がくしゅう や_助詞_や データ_名詞_でーた マイニング_名詞_まいにんぐ と_助詞_と い_動詞_い っ_語尾_っ た_助動詞_た 分野_名詞_ぶんや で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり の_助詞_の 主な_連体詞_おもな 応用_名詞_おうよう +自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり の_助詞_の 応用_名詞_おうよう 技術_名詞_ぎじゅつ と_助詞_と し_動詞_し て_助詞_て 、_補助記号_、 以下_名詞_いか の_助詞_の よう_形状詞_よう な_助動詞_な 技術_名詞_ぎじゅつ が_助詞_が 研究_名詞_けんきゅう ・_補助記号_・ 実用_名詞_じつよう 化_接尾辞_か さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +また_接続詞_また 、_補助記号_、 言語_名詞_げんご 学_接尾辞_がく へ_助詞_へ の_助詞_の 応用_名詞_おうよう も_助詞_も 考え_動詞_かんがえ られ_助動詞_られ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +自動_名詞_じどう 要約_名詞_ようやく 生成_名詞_せいせい +情報_名詞_じょうほう 抽出_名詞_ちゅうしゅつ +情報_名詞_じょうほう 検索_名詞_けんさく 、_補助記号_、 検索_名詞_けんさく エンジン_名詞_えんじん 、_補助記号_、 概念_名詞_がいねん 検索_名詞_けんさく +機械_名詞_きかい 翻訳_名詞_ほんやく 、_補助記号_、 翻訳_名詞_ほんやく ソフト_名詞_そふと +固有_名詞_こゆう 表現_名詞_ひょうげん 抽出_名詞_ちゅうしゅつ +自然_名詞_しぜん 言語_名詞_げんご 生成_名詞_せいせい +光学_名詞_こうがく 文字_名詞_もじ 認識_名詞_にんしき +質問_名詞_しつもん 応答_名詞_おうとう システム_名詞_しすてむ +音声_名詞_おんせい 認識_名詞_にんしき +音声_名詞_おんせい 合成_名詞_ごうせい +校正_名詞_こうせい 、_補助記号_、 スペル_名詞_すぺる チェッカ_名詞_ちぇっか +かな_名詞_かな 漢字_名詞_かんじ 変換_名詞_へんかん +自動_名詞_じどう 要約_名詞_ようやく 生成_名詞_せいせい (_補助記号_( じどう_名詞_じどう よう_接尾辞_よう やく_接頭辞_やく せい_接尾辞_せい せい_接尾辞_せい )_補助記号_) と_助詞_と は_助詞_は 、_補助記号_、 ひと_名詞_ひと つ_接尾辞_つ もしくは_接続詞_もしくは 複数_名詞_ふくすう の_助詞_の 文章_名詞_ぶんしょう の_助詞_の 趣旨_名詞_しゅし を_助詞_を 要約_名詞_ようやく し_動詞_し て_助詞_て 表示_名詞_ひょうじ する_動詞_する 方法_名詞_ほうほう で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +重要語_名詞_じゅうようご や_助詞_や 接続_名詞_せつぞく 詞_名詞_し など_助詞_など を_助詞_を 手がかり_名詞_てがかり と_助詞_と し_動詞_し ながら_助詞_ながら 要約_名詞_ようやく 文_名詞_ぶん を_助詞_を 作成_名詞_さくせい する_動詞_する 。_補助記号_。 +重要_形状詞_じゅうよう な_助動詞_な 段落_名詞_だんらく を_助詞_を 抜き出_動詞_ぬきだ す_語尾_す 方法_名詞_ほうほう から_助詞_から 、_補助記号_、 文_名詞_ぶん の_助詞_の 要点_名詞_ようてん を_助詞_を 抜き出_動詞_ぬきだ す_語尾_す 方法_名詞_ほうほう まで_助詞_まで 及_動詞_およ ぶ_語尾_ぶ 。_補助記号_。 +身近_形状詞_みぢか な_助動詞_な もの_名詞_もの と_助詞_と し_動詞_し て_助詞_て は_助詞_は Micros_名詞_MICROS oft_英単語_OFT  _補助記号_くうはく Word_名詞_WORD の_助詞_の 要約_名詞_ようやく に_助詞_に マーカ_名詞_まーか を_助詞_を つけ_動詞_つけ る_語尾_る もの_名詞_もの が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +しかし_接続詞_しかし 精度_名詞_せいど は_助詞_は 30_名詞_30 %_接尾辞_% ぐらい_助詞_ぐらい だ_助動詞_だ と_助詞_と い_動詞_い う_語尾_う 。_補助記号_。 +アルゴリズム_名詞_あるごりずむ +自動_名詞_じどう 要約_名詞_ようやく 処理_名詞_しょり の_助詞_の アルゴリズム_名詞_あるごりずむ は_助詞_は 、_補助記号_、 昔_名詞_むかし から_助詞_から 研究_名詞_けんきゅう さ_動詞_さ れ_助動詞_れ て_助詞_て お_動詞_お り_語尾_り 、_補助記号_、 多く_名詞_おおく の_助詞_の もの_名詞_もの が_助詞_が 、_補助記号_、 文_名詞_ぶん の_助詞_の 重要_形状詞_じゅうよう 度_接尾辞_ど と_助詞_と い_動詞_い う_語尾_う もの_名詞_もの を_助詞_を 計算_名詞_けいさん し_動詞_し て_助詞_て 、_補助記号_、 その_連体詞_その 重要_形状詞_じゅうよう 度_接尾辞_ど が_助詞_が 高_形容詞_たか い_語尾_い 文_名詞_ぶん を_助詞_を 選_動詞_えら ん_語尾_ん で_助詞_で 、_補助記号_、 要約_名詞_ようやく を_助詞_を 行_動詞_おこな う_語尾_う と_助詞_と い_動詞_い う_語尾_う アルゴリズム_名詞_あるごりずむ が_助詞_が 基本_名詞_きほん で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +文_名詞_ぶん の_助詞_の 重要_形状詞_じゅうよう 度_接尾辞_ど を_助詞_を 計算_名詞_けいさん する_動詞_する 方法_名詞_ほうほう と_助詞_と し_動詞_し て_助詞_て 、_補助記号_、 考え_動詞_かんがえ られ_助動詞_られ て_助詞_て い_動詞_い る_語尾_る の_助詞_の は_助詞_は 、_補助記号_、 文_名詞_ぶん の_助詞_の 中_名詞_なか の_助詞_の 単語_名詞_たんご が_助詞_が 重要_形状詞_じゅうよう か_助詞_か どう_副詞_どう か_助詞_か を_助詞_を 判断_名詞_はんだん する_動詞_する 方法_名詞_ほうほう 、_補助記号_、 文_名詞_ぶん が_助詞_が 文章_名詞_ぶんしょう 中_接尾辞_ちゅう の_助詞_の どの_連体詞_どの 位置_名詞_いち に_助動詞_に あ_動詞_あ る_語尾_る か_助詞_か を_助詞_を 判断_名詞_はんだん する_動詞_する 方法_名詞_ほうほう など_助詞_など が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 + _補助記号_くうはく 今_名詞_いま の_助詞_の ところ_名詞_ところ 、_補助記号_、 文章_名詞_ぶんしょう 中_接尾辞_ちゅう の_助詞_の 文_名詞_ぶん の_助詞_の 位置_名詞_いち から_助詞_から 、_補助記号_、 重要_形状詞_じゅうよう か_助詞_か どう_副詞_どう か_助詞_か を_助詞_を 考え_動詞_かんがえ る_語尾_る こと_名詞_こと が_助詞_が もっとも_副詞_もっとも 有効_形状詞_ゆうこう と_助詞_と 考え_動詞_かんがえ られ_助動詞_られ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +情報_名詞_じょうほう 抽出_名詞_ちゅうしゅつ は_助詞_は 、_補助記号_、 情報_名詞_じょうほう ルーティング_名詞_るーてぃんぐ の_助詞_の 分野_名詞_ぶんや の_助詞_の ひと_名詞_ひと つ_接尾辞_つ で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +特定_名詞_とくてい の_助詞_の 文章_名詞_ぶんしょう や_助詞_や サイト_名詞_さいと から_助詞_から 必要_名詞_ひつよう な_助動詞_な 情報_名詞_じょうほう を_助詞_を フィルタリング_名詞_ふぃるたりんぐ など_助詞_など を_助詞_を 通_動詞_とお し_語尾_し て_助詞_て 取得_名詞_しゅとく する_動詞_する 方法_名詞_ほうほう で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +ただ_接続詞_ただ 機械_名詞_きかい 的_接尾辞_てき に_助動詞_に 抜き出_動詞_ぬきだ す_語尾_す こと_名詞_こと も_助詞_も あ_動詞_あ る_語尾_る が_助詞_が 、_補助記号_、 自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり を_助詞_を 用い_動詞_もちい る_語尾_る こと_名詞_こと も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +情報_名詞_じょうほう 抽出_名詞_ちゅうしゅつ を_助詞_を 行_動詞_おこな う_語尾_う こと_名詞_こと は_助詞_は 困難_名詞_こんなん な_助動詞_な 問題_名詞_もんだい で_助動詞_で あ_動詞_あ る_語尾_る ため_名詞_ため 、_補助記号_、 現在_名詞_げんざい は_助詞_は 非常_形状詞_ひじょう に_助動詞_に 狭_形容詞_せま い_語尾_い 分野_名詞_ぶんや で_助詞_で だけ_助詞_だけ 適用_名詞_てきよう でき_動詞_でき る_語尾_る 方法_名詞_ほうほう が_助詞_が 主流_名詞_しゅりゅう で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +情報_名詞_じょうほう 検索_名詞_けんさく (_補助記号_( じょうほう_名詞_じょうほう けんさく_名詞_けんさく )_補助記号_) と_助詞_と は_助詞_は 、_補助記号_、 コンピュータ_名詞_こんぴゅーた を_助詞_を 用い_動詞_もちい て_助詞_て 大量_名詞_たいりょう の_助詞_の データ_名詞_でーた 群_名詞_ぐん から_助詞_から 目的_名詞_もくてき に_助詞_に 合致_名詞_がっち し_動詞_し た_助動詞_た もの_名詞_もの を_助詞_を 取り出_動詞_とりだ す_語尾_す こと_名詞_こと 。_補助記号_。 +検索_名詞_けんさく の_助詞_の 対象_名詞_たいしょう と_助詞_と な_動詞_な る_語尾_る データ_名詞_でーた に_助詞_に は_助詞_は 文書_名詞_ぶんしょ や_助詞_や 画像_名詞_がぞう 、_補助記号_、 音声_名詞_おんせい 、_補助記号_、 映像_名詞_えいぞう 、_補助記号_、 その_連体詞_その 他_名詞_た さまざま_形状詞_さまざま な_助動詞_な メディア_名詞_めでぃあ や_助詞_や その_連体詞_その 組み合わせ_名詞_くみあわせ と_助詞_と し_動詞_し て_助詞_て 記録_名詞_きろく さ_動詞_さ れ_助動詞_れ た_助動詞_た データ_名詞_でーた など_助詞_など が_助詞_が 含_動詞_ふく ま_語尾_ま れ_助動詞_れ る_語尾_る 。_補助記号_。 +インターネット_名詞_いんたーねっと の_助詞_の 発達_名詞_はったつ に_助詞_に よ_動詞_よ り_語尾_り 検索_名詞_けんさく は_助詞_は インターネット_名詞_いんたーねっと を_助詞_を 介_動詞_かい し_語尾_し て_助詞_て 行_動詞_おこな わ_語尾_わ れ_助動詞_れ る_語尾_る こと_名詞_こと も_助詞_も 多_形容詞_おお い_語尾_い が_助詞_が 、_補助記号_、 ここ_代名詞_ここ で_助詞_で は_助詞_は 情報_名詞_じょうほう を_助詞_を 検索_名詞_けんさく する_動詞_する ため_名詞_ため の_助詞_の コンピュータ_名詞_こんぴゅーた 側_名詞_がわ に_助詞_に おけ_動詞_おけ る_助動詞_る 仕組み_名詞_しくみ を_助詞_を 記述_名詞_きじゅつ し_動詞_し て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +情報_名詞_じょうほう 検索_名詞_けんさく に_助詞_に 対_動詞_たい する_語尾_する コンピュータ_名詞_こんぴゅーた 側_名詞_がわ に_助詞_に おけ_動詞_おけ る_助動詞_る 技術_名詞_ぎじゅつ は_助詞_は 情報_名詞_じょうほう を_助詞_を 人間_名詞_にんげん が_助詞_が 直接_副詞_ちょくせつ 管理_名詞_かんり する_動詞_する の_助詞_の に_助詞_に 比べ_動詞_くらべ 、_補助記号_、 データ_名詞_でーた の_助詞_の 量的_形状詞_りょうてき な_助動詞_な 制約_名詞_せいやく や_助詞_や データ_名詞_でーた の_助詞_の 取り扱い_名詞_とりあつかい の_助詞_の 一貫_名詞_いっかん 性_接尾辞_せい を_助詞_を 保_動詞_たも つ_語尾_つ 困難_名詞_こんなん さ_接尾辞_さ と_助詞_と い_動詞_い う_語尾_う 制約_名詞_せいやく を_助詞_を 受け_動詞_うけ る_語尾_る こと_名詞_こと な_形容詞_な く_語尾_く 、_補助記号_、 高速_名詞_こうそく で_助動詞_で 安定_名詞_あんてい な_助動詞_な システム_名詞_しすてむ に_助詞_に よ_動詞_よ り_語尾_り 利用_名詞_りよう 者_接尾辞_しゃ に_助詞_に 適切_形状詞_てきせつ な_助動詞_な データ_名詞_でーた を_助詞_を 提供_名詞_ていきょう する_動詞_する 機能_名詞_きのう と_助詞_と 位置_名詞_いち 付け_動詞_づけ る_語尾_る こと_名詞_こと が_助詞_が でき_動詞_でき る_語尾_る 。_補助記号_。 +目次_名詞_もくじ +1_名詞_1  _補助記号_くうはく 情報_名詞_じょうほう 検索_名詞_けんさく と_助詞_と 情報_名詞_じょうほう 検索_名詞_けんさく システム_名詞_しすてむ の_助詞_の 全体_名詞_ぜんたい 像_名詞_ぞう +1_名詞_1 ._補助記号_。 1_名詞_1  _補助記号_くうはく 歴史_名詞_れきし と_助詞_と 現在_名詞_げんざい の_助詞_の 課題_名詞_かだい +1_名詞_1 ._補助記号_。 2_名詞_2  _補助記号_くうはく 情報_名詞_じょうほう 検索_名詞_けんさく システム_名詞_しすてむ の_助詞_の 構成_名詞_こうせい 要素_名詞_ようそ +1_名詞_1 ._補助記号_。 3_名詞_3  _補助記号_くうはく 情報_名詞_じょうほう 検索_名詞_けんさく システム_名詞_しすてむ 構築_名詞_こうちく の_助詞_の 手続き_名詞_てつずき +1_名詞_1 ._補助記号_。 3_名詞_3 ._補助記号_。 1_名詞_1  _補助記号_くうはく 検索_名詞_けんさく 対象_名詞_たいしょう データ_名詞_でーた 収集_名詞_しゅうしゅう +1_名詞_1 ._補助記号_。 3_名詞_3 ._補助記号_。 2_名詞_2  _補助記号_くうはく 検索_名詞_けんさく 対象_名詞_たいしょう の_助詞_の データ_名詞_でーた から_助詞_から の_助詞_の メタデータ_名詞_めたでーた 作成_名詞_さくせい +1_名詞_1 ._補助記号_。 3_名詞_3 ._補助記号_。 3_名詞_3  _補助記号_くうはく 検索_名詞_けんさく アルゴリズム_名詞_あるごりずむ の_助詞_の 設計_名詞_せっけい +1_名詞_1 ._補助記号_。 3_名詞_3 ._補助記号_。 4_名詞_4  _補助記号_くうはく 検索_名詞_けんさく 性能_名詞_せいのう の_助詞_の 評価_名詞_ひょうか +2_名詞_2  _補助記号_くうはく 情報_名詞_じょうほう 検索_名詞_けんさく 技術_名詞_ぎじゅつ の_助詞_の 分類_名詞_ぶんるい +2_名詞_2 ._補助記号_。 1_名詞_1  _補助記号_くうはく 検索_名詞_けんさく 対象_名詞_たいしょう データ_名詞_でーた の_助詞_の 抽象_名詞_ちゅうしょう 度_接尾辞_ど +2_名詞_2 ._補助記号_。 2_名詞_2  _補助記号_くうはく 検索_名詞_けんさく 入力_名詞_にゅうりょく の_助詞_の 種類_名詞_しゅるい +3_名詞_3  _補助記号_くうはく 検索_名詞_けんさく アルゴリズム_名詞_あるごりずむ +4_名詞_4  _補助記号_くうはく 関連_名詞_かんれん 項目_名詞_こうもく +5_名詞_5  _補助記号_くうはく 参考_名詞_さんこう 文献_名詞_ぶんけん +6_名詞_6  _補助記号_くうはく 脚注_名詞_きゃくちゅう +7_名詞_7  _補助記号_くうはく 外部_名詞_がいぶ リンク_名詞_りんく +7_名詞_7 ._補助記号_。 1_名詞_1  _補助記号_くうはく オープン_名詞_おーぷん ソース_名詞_そーす の_助詞_の 情報_名詞_じょうほう 検索_名詞_けんさく システム_名詞_しすてむ ソフトウェア_名詞_そふとうぇあ +7_名詞_7 ._補助記号_。 2_名詞_2  _補助記号_くうはく 主な_連体詞_おもな 学術_名詞_がくじゅつ 団体_名詞_だんたい +7_名詞_7 ._補助記号_。 3_名詞_3  _補助記号_くうはく その_連体詞_その 他_名詞_た +情報_名詞_じょうほう 検索_名詞_けんさく と_助詞_と 情報_名詞_じょうほう 検索_名詞_けんさく システム_名詞_しすてむ の_助詞_の 全体_名詞_ぜんたい 像_名詞_ぞう +情報_名詞_じょうほう 検索_名詞_けんさく が_助詞_が 基盤_名詞_きばん と_助詞_と し_動詞_し て_助詞_て い_動詞_い る_語尾_る 技術_名詞_ぎじゅつ は_助詞_は 多数_名詞_たすう の_助詞_の 分野_名詞_ぶんや に_助詞_に のぼ_動詞_のぼ る_語尾_る 。_補助記号_。 +情報_名詞_じょうほう 検索_名詞_けんさく は_助詞_は データ_名詞_でーた の_助詞_の 管理_名詞_かんり および_接続詞_および 入出力_名詞_にゅうしゅつりょく の_助詞_の ため_名詞_ため の_助詞_の データベース_名詞_でーたべーす 、_補助記号_、 文書_名詞_ぶんしょ データ_名詞_でーた 処理_名詞_しょり の_助詞_の ため_名詞_ため の_助詞_の 自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり や_助詞_や 計算_名詞_けいさん 言語_名詞_げんご 学_接尾辞_がく 、_補助記号_、 画像_名詞_がぞう や_助詞_や 音声_名詞_おんせい を_助詞_を 扱_動詞_あつか う_語尾_う ため_名詞_ため の_助詞_の 信号_名詞_しんごう 処理_名詞_しょり や_助詞_や 認知_名詞_にんち 心理_名詞_しんり 学_接尾辞_がく を_助詞_を 背景_名詞_はいけい と_助詞_と する_動詞_する パターン_名詞_ぱたーん 認識_名詞_にんしき 技術_名詞_ぎじゅつ 、_補助記号_、 メタデータ_名詞_めたでーた に_助詞_に 関_動詞_かん する_語尾_する 考察_名詞_こうさつ の_助詞_の 基盤_名詞_きばん と_助詞_と な_動詞_な っ_語尾_っ た_助動詞_た 図書_名詞_としょ 館_接尾辞_かん 情報_名詞_じょうほう 学_接尾辞_がく 、_補助記号_、 検索_名詞_けんさく アルゴリズム_名詞_あるごりずむ 設計_名詞_せっけい や_助詞_や 情報_名詞_じょうほう 検索_名詞_けんさく システム_名詞_しすてむ の_助詞_の 評価_名詞_ひょうか 尺度_名詞_しゃくど 考案_名詞_こうあん の_助詞_の ヒント_名詞_ひんと と_助詞_と し_動詞_し て_助詞_て 寄与_名詞_きよ し_動詞_し た_助動詞_た 諸_接頭辞_しょ 数学_名詞_すうがく 理論_名詞_りろん など_助詞_など の_助詞_の さまざま_形状詞_さまざま な_助動詞_な 要素_名詞_ようそ 技術_名詞_ぎじゅつ の_助詞_の 組み合わせ_名詞_くみあわせ に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 成り立_動詞_なりた っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +情報_名詞_じょうほう 検索_名詞_けんさく システム_名詞_しすてむ は_助詞_は 情報_名詞_じょうほう 検索_名詞_けんさく を_助詞_を 実現_名詞_じつげん する_動詞_する ため_名詞_ため の_助詞_の ソフトウェア_名詞_そふとうぇあ や_助詞_や ハードウェア_名詞_はーどうぇあ に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 構成_名詞_こうせい さ_動詞_さ れ_助動詞_れ る_語尾_る システム_名詞_しすてむ で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +ここ_代名詞_ここ で_助詞_で は_助詞_は 主_名詞_おも に_助詞_に ソフトウェア_名詞_そふとうぇあ に_助詞_に 関_動詞_かん し_語尾_し て_助詞_て 、_補助記号_、 現在_名詞_げんざい よ_形容詞_よ く_語尾_く 用い_動詞_もちい られ_助動詞_られ て_助詞_て い_動詞_い る_語尾_る システム_名詞_しすてむ の_助詞_の 構成_名詞_こうせい に_助詞_に つ_動詞_つ い_語尾_い て_助詞_て 述べ_動詞_のべ る_語尾_る 。_補助記号_。 +歴史_名詞_れきし と_助詞_と 現在_名詞_げんざい の_助詞_の 課題_名詞_かだい +情報_名詞_じょうほう 検索_名詞_けんさく システム_名詞_しすてむ は_助詞_は 1970_名詞_せんきゅうひゃくななじゅう 年代_名詞_ねんだい に_助詞_に 、_補助記号_、 大_接頭辞_だい 規模_名詞_きぼ に_助詞_に 蓄積_名詞_ちくせき さ_動詞_さ れ_助動詞_れ る_語尾_る 学術_名詞_がくじゅつ 文献_名詞_ぶんけん や_助詞_や 論文_名詞_ろんぶん 等_接尾辞_とう の_助詞_の 管理_名詞_かんり を_助詞_を コンピュータ_名詞_こんぴゅーた 上_接尾辞_じょう で_助詞_で 行_動詞_おこな う_語尾_う ため_名詞_ため に_助詞_に 、_補助記号_、 規模_名詞_きぼ の_助詞_の 大き_形容詞_おおき い_語尾_い 図書_名詞_としょ 館_接尾辞_かん で_助詞_で データ_名詞_でーた の_助詞_の 管理_名詞_かんり と_助詞_と 検索_名詞_けんさく が_助詞_が 行_動詞_おこな わ_語尾_わ れ_助動詞_れ る_語尾_る よう_形状詞_よう に_助動詞_に な_動詞_な っ_語尾_っ た_助動詞_た の_助詞_の が_助詞_が 起源_名詞_きげん で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +図書_名詞_としょ 館_接尾辞_かん に_助詞_に おけ_動詞_おけ る_助動詞_る 蔵書_名詞_ぞうしょ 検索_名詞_けんさく や_助詞_や 電子_名詞_でんし ジャーナル_名詞_じゃーなる 、_補助記号_、 統計_名詞_とうけい 資料_名詞_しりょう の_助詞_の データベース_名詞_でーたべーす など_助詞_など へ_助詞_へ の_助詞_の 応用_名詞_おうよう は_助詞_は 現在_名詞_げんざい で_助詞_で も_助詞_も 盛ん_形状詞_さかん に_助動詞_に 用い_動詞_もちい られ_助動詞_られ て_助詞_て い_動詞_い る_語尾_る ほか_名詞_ほか 、_補助記号_、 1990_名詞_せんきゅうひゃくきゅうじゅう 年代_名詞_ねんだい から_助詞_から 広ま_動詞_ひろま っ_語尾_っ た_助動詞_た Google_名詞_GOOGLE や_助詞_や goo_名詞_GOO の_助詞_の よう_形状詞_よう な_助動詞_な World_名詞_わーるど  _補助記号_くうはく Wide_名詞_WIDE  _補助記号_くうはく Web_名詞_WEB 上_接尾辞_じょう の_助詞_の データ_名詞_でーた を_助詞_を 対象_名詞_たいしょう に_助詞_に し_動詞_し た_助動詞_た 検索_名詞_けんさく エンジン_名詞_えんじん が_助詞_が 現在_名詞_げんざい で_助詞_で は_助詞_は 情報_名詞_じょうほう 検索_名詞_けんさく の_助詞_の システム_名詞_しすてむ と_助詞_と し_動詞_し て_助詞_て 特に_副詞_とくに 身近_形状詞_みじか な_助動詞_な 存在_名詞_そんざい と_助詞_と な_動詞_な っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +2000_名詞_2000 年代_名詞_ねんだい 以降_名詞_いこう の_助詞_の 情報_名詞_じょうほう 検索_名詞_けんさく の_助詞_の 課題_名詞_かだい は_助詞_は 、_補助記号_、 例_名詞_れい と_助詞_と し_動詞_し て_助詞_て 以下_名詞_いか の_助詞_の よう_形状詞_よう に_助動詞_に まとめ_動詞_まとめ る_語尾_る こと_名詞_こと が_助詞_が でき_動詞_でき る_語尾_る 。_補助記号_。 +いわゆる_連体詞_いわゆる Deep_名詞_DEEP  _補助記号_くうはく Web_名詞_WEB (_補助記号_( ショッピング_名詞_しょっぴんぐ サイト_名詞_さいと など_助詞_など に_助詞_に 代表_名詞_だいひょう さ_動詞_さ れ_助動詞_れ る_語尾_る 、_補助記号_、 バックエンド_名詞_ばっくえんど の_助詞_の 大_接頭辞_だい 規模_名詞_きぼ な_助動詞_な データベース_名詞_でーたべーす が_助詞_が 動的_名詞_どうてき な_助動詞_な コンテンツ_名詞_こんてんつ を_助詞_を 生成_名詞_せいせい する_動詞_する ウェブサイト_名詞_うぇぶさいと )_補助記号_) を_助詞_を 対象_名詞_たいしょう に_助詞_に し_動詞_し た_助動詞_た 検索_名詞_けんさく +より_助詞_より 直感_名詞_ちょっかん 的_接尾辞_てき な_助動詞_な ユーザ_名詞_ゆーざ インタフェース_名詞_いんたふぇーす +より_助詞_より 人間_名詞_にんげん に_助詞_に 近_形容詞_ちか い_語尾_い 高度_形状詞_こうど な_助動詞_な 判断_名詞_はんだん 尺度_名詞_しゃくど を_助詞_を 持_動詞_も っ_語尾_っ た_助動詞_た マルチメディア_名詞_まるちめでぃあ 情報_名詞_じょうほう 検索_名詞_けんさく +さまざま_形状詞_さまざま な_助動詞_な メディア_名詞_めでぃあ を_助詞_を 統合_名詞_とうごう 的_接尾辞_てき かつ_接続詞_かつ 横断_名詞_おうだん 的_接尾辞_てき に_助動詞_に 扱_動詞_あつか う_語尾_う クロス_名詞_くろす メディア_名詞_めでぃあ 情報_名詞_じょうほう 検索_名詞_けんさく +格納_名詞_かくのう さ_動詞_さ れ_助動詞_れ る_語尾_る データ_名詞_でーた や_助詞_や 検索_名詞_けんさく 入力_名詞_にゅうりょく が_助詞_が 言語_名詞_げんご に_助詞_に 依存_名詞_いぞん し_動詞_し な_助動詞_な い_語尾_い マルチリンガル_名詞_まるちりんがる (_補助記号_( クロスリンガル_名詞_くろすりんがる )_補助記号_) 検索_名詞_けんさく 環境_名詞_かんきょう +P_記号_P 2_名詞_2 P_記号_P ネットワーク_名詞_ねっとわーく 等_接尾辞_とう の_助詞_の 大_接頭辞_だい 規模_名詞_きぼ 分散_名詞_ぶんさん データ_名詞_でーた を_助詞_を 対象_名詞_たいしょう に_助詞_に し_動詞_し た_助動詞_た 情報_名詞_じょうほう 検索_名詞_けんさく +情報_名詞_じょうほう 検索_名詞_けんさく システム_名詞_しすてむ の_助詞_の 構成_名詞_こうせい 要素_名詞_ようそ +情報_名詞_じょうほう 検索_名詞_けんさく システム_名詞_しすてむ の_助詞_の 全体_名詞_ぜんたい 像_名詞_ぞう +情報_名詞_じょうほう 検索_名詞_けんさく システム_名詞_しすてむ は_助詞_は 主に_副詞_おもに 以下_名詞_いか に_助詞_に 挙げ_動詞_あげ る_語尾_る 要素_名詞_ようそ に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 構成_名詞_こうせい さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +データベース_名詞_でーたべーす +検索_名詞_けんさく 対象_名詞_たいしょう の_助詞_の データ_名詞_でーた +メタデータ_名詞_めたでーた (_補助記号_( 索引_名詞_さくいん 語_名詞_ご )_補助記号_) +ユーザ_名詞_ゆーざ インタフェース_名詞_いんたふぇーす +検索_名詞_けんさく アルゴリズム_名詞_あるごりずむ +データベース_名詞_でーたべーす は_助詞_は 検索_名詞_けんさく 対象_名詞_たいしょう の_助詞_の データ_名詞_でーた を_助詞_を 蓄積_名詞_ちくせき し_動詞_し 、_補助記号_、 管理_名詞_かんり し_動詞_し て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +検索_名詞_けんさく 対象_名詞_たいしょう の_助詞_の データ_名詞_でーた から_助詞_から は_助詞_は メタデータ_名詞_めたでーた が_助詞_が 作成_名詞_さくせい さ_動詞_さ れ_助動詞_れ 、_補助記号_、 メタデータ_名詞_めたでーた も_助詞_も データベース_名詞_でーたべーす に_助詞_に 格納_名詞_かくのう さ_動詞_さ れ_助動詞_れ る_語尾_る 。_補助記号_。 +検索_名詞_けんさく の_助詞_の 利用_名詞_りよう 者_接尾辞_しゃ は_助詞_は 検索_名詞_けんさく 語_名詞_ご (_補助記号_( 検索_名詞_けんさく 文_名詞_ぶん )_補助記号_) を_助詞_を ユーザ_名詞_ゆーざ インタフェース_名詞_いんたふぇーす を_助詞_を 通_動詞_とお し_語尾_し て_助詞_て 検索_名詞_けんさく を_助詞_を 発行_名詞_はっこう し_動詞_し 、_補助記号_、 検索_名詞_けんさく アルゴリズム_名詞_あるごりずむ が_助詞_が 適切_形状詞_てきせつ な_助動詞_な データ_名詞_でーた を_助詞_を データベース_名詞_でーたべーす に_助詞_に 格納_名詞_かくのう さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る メタデータ_名詞_めたでーた から_助詞_から 選択_名詞_せんたく し_動詞_し 、_補助記号_、 選択_名詞_せんたく さ_動詞_さ れ_助動詞_れ た_助動詞_た メタデータ_名詞_めたでーた に_助詞_に 対応_名詞_たいおう する_動詞_する 検索_名詞_けんさく 対象_名詞_たいしょう の_助詞_の データ_名詞_でーた を_助詞_を ユーザ_名詞_ゆーざ インタフェース_名詞_いんたふぇーす を_助詞_を 通_動詞_とお し_語尾_し て_助詞_て 利用_名詞_りよう 者_接尾辞_しゃ に_助詞_に 返答_名詞_へんとう する_動詞_する 。_補助記号_。 +例えば_副詞_たとえば ウェブサイト_名詞_うぇぶさいと の_助詞_の 情報_名詞_じょうほう 検索_名詞_けんさく で_助詞_で は_助詞_は 、_補助記号_、 検索_名詞_けんさく 対象_名詞_たいしょう の_助詞_の データ_名詞_でーた が_助詞_が 個々_名詞_ここ の_助詞_の ウェブサイト_名詞_うぇぶさいと の_助詞_の 内容_名詞_ないよう 、_補助記号_、 メタデータ_名詞_めたでーた が_助詞_が ウェブサイト_名詞_うぇぶさいと の_助詞_の 内容_名詞_ないよう の_助詞_の 要約_名詞_ようやく や_助詞_や キー_名詞_きー ワード_名詞_わーど ・_補助記号_・ 紹介_名詞_しょうかい 文_名詞_ぶん 、_補助記号_、 ユーザー_名詞_ゆーざー インターフェース_名詞_いんたーふぇーす と_助詞_と 検索_名詞_けんさく アルゴリズム_名詞_あるごりずむ が_助詞_が 検索_名詞_けんさく エンジン_名詞_えんじん に_助詞_に あた_動詞_あた る_語尾_る 。_補助記号_。 +検索_名詞_けんさく エンジン_名詞_えんじん は_助詞_は 検索_名詞_けんさく キー_名詞_きー ワード_名詞_わーど に_助詞_に 一致_名詞_いっち する_動詞_する メタデータ_名詞_めたでーた を_助詞_を データベース_名詞_でーたべーす から_助詞_から 選択_名詞_せんたく し_動詞_し 、_補助記号_、 選択_名詞_せんたく さ_動詞_さ れ_助動詞_れ た_助動詞_た メタデータ_名詞_めたでーた に_助詞_に 対応_名詞_たいおう する_動詞_する 検索_名詞_けんさく 対象_名詞_たいしょう の_助詞_の データ_名詞_でーた を_助詞_を 検索_名詞_けんさく 結果_名詞_けっか に_助詞_に 表示_名詞_ひょうじ する_動詞_する 。_補助記号_。 +情報_名詞_じょうほう 検索_名詞_けんさく システム_名詞_しすてむ 構築_名詞_こうちく の_助詞_の 手続き_名詞_てつずき +情報_名詞_じょうほう 検索_名詞_けんさく システム_名詞_しすてむ の_助詞_の 構築_名詞_こうちく は_助詞_は 以下_名詞_いか の_助詞_の フェーズ_名詞_ふぇーず を_助詞_を 経_動詞_へ て_助詞_て 行_動詞_おこな わ_語尾_わ れ_助動詞_れ る_語尾_る 。_補助記号_。 +順序_名詞_じゅんじょ は_助詞_は 必ず_副詞_かならず しも_助詞_しも 一定_名詞_いってい で_助動詞_で は_助詞_は な_形容詞_な く_語尾_く 、_補助記号_、 構築_名詞_こうちく する_動詞_する システム_名詞_しすてむ の_助詞_の 内容_名詞_ないよう や_助詞_や 外的_名詞_がいてき 環境_名詞_かんきょう に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 異な_動詞_ことな る_語尾_る 。_補助記号_。 +検索_名詞_けんさく 対象_名詞_たいしょう データ_名詞_でーた 収集_名詞_しゅうしゅう +検索_名詞_けんさく の_助詞_の 対象_名詞_たいしょう と_助詞_と する_動詞_する データ_名詞_でーた の_助詞_の 収集_名詞_しゅうしゅう 方針_名詞_ほうしん を_助詞_を 決定_名詞_けってい する_動詞_する 。_補助記号_。 +World_名詞_わーるど  _補助記号_くうはく Wide_名詞_WIDE  _補助記号_くうはく Web_名詞_WEB 上_接尾辞_じょう の_助詞_の ハイパー_名詞_はいぱー テキスト_名詞_てきすと を_助詞_を 収集_名詞_しゅうしゅう し_動詞_し て_助詞_て 対象_名詞_たいしょう と_助詞_と する_動詞_する 場合_名詞_ばあい に_助詞_に は_助詞_は クローラ_名詞_くろーら (_補助記号_( ロボット_名詞_ろぼっと 、_補助記号_、 スパイダー_名詞_すぱいだー )_補助記号_) を_助詞_を 用い_動詞_もちい て_助詞_て 自動_名詞_じどう 的_接尾辞_てき な_助動詞_な 収集_名詞_しゅうしゅう を_助詞_を 行_動詞_おこな う_語尾_う の_助詞_の が_助詞_が 一般_名詞_いっぱん 的_接尾辞_てき で_助動詞_で あ_動詞_あ る_語尾_る が_助詞_が 、_補助記号_、 天_名詞_てん 文_名詞_ぶん 学_接尾辞_がく 的_接尾辞_てき 数量_名詞_すうりょう の_助詞_の 膨大_名詞_ぼうだい な_助動詞_な データ_名詞_でーた が_助詞_が 存在_名詞_そんざい し_動詞_し 、_補助記号_、 かつ_接続詞_かつ 急激_形状詞_きゅうげき に_助動詞_に 変化_名詞_へんか する_動詞_する World_名詞_わーるど  _補助記号_くうはく Wide_名詞_WIDE  _補助記号_くうはく Web_名詞_WEB の_助詞_の データ_名詞_でーた を_助詞_を 全て_名詞_すべて 網羅_名詞_もうら し_動詞_し て_助詞_て 収集_名詞_しゅうしゅう する_動詞_する こと_名詞_こと は_助詞_は 事実_名詞_じじつ 上_接尾辞_じょう 不_接頭辞_ふ 可能_形状詞_かのう で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +その_連体詞_その ため_名詞_ため 、_補助記号_、 いかに_副詞_いかに し_動詞_し て_助詞_て 網羅_名詞_もうら 的_接尾辞_てき に_助動詞_に 多く_名詞_おおく の_助詞_の 対象_名詞_たいしょう の_助詞_の データ_名詞_でーた を_助詞_を 収集_名詞_しゅうしゅう する_動詞_する か_助詞_か が_助詞_が 重要_形状詞_じゅうよう な_助動詞_な 課題_名詞_かだい と_助詞_と な_動詞_な っ_語尾_っ て_助詞_て お_動詞_お り_語尾_り 、_補助記号_、 World_名詞_わーるど  _補助記号_くうはく Wide_名詞_WIDE  _補助記号_くうはく Web_名詞_WEB 検索_名詞_けんさく エンジン_名詞_えんじん の_助詞_の サービス_名詞_さーびす で_助詞_で は_助詞_は 何_代名詞_なん ページ_名詞_ぺーじ の_助詞_の データ_名詞_でーた か_助詞_か 検索_名詞_けんさく が_助詞_が 可能_形状詞_かのう で_助動詞_で あ_動詞_あ る_語尾_る か_助詞_か が_助詞_が 性能_名詞_せいのう の_助詞_の 指標_名詞_しひょう の_助詞_の 一_名詞_ひと つ_接尾辞_つ と_助詞_と な_動詞_な っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +検索_名詞_けんさく 対象_名詞_たいしょう の_助詞_の データ_名詞_でーた から_助詞_から の_助詞_の メタデータ_名詞_めたでーた 作成_名詞_さくせい +検索_名詞_けんさく 対象_名詞_たいしょう の_助詞_の データ_名詞_でーた から_助詞_から の_助詞_の メタデータ_名詞_めたでーた を_助詞_を 作成_名詞_さくせい する_動詞_する 。_補助記号_。 +メタデータ_名詞_めたでーた の_助詞_の 形式_名詞_けいしき および_接続詞_および 作成_名詞_さくせい 方法_名詞_ほうほう は_助詞_は 検索_名詞_けんさく アルゴリズム_名詞_あるごりずむ や_助詞_や データ_名詞_でーた 収集_名詞_しゅうしゅう の_助詞_の 方針_名詞_ほうしん と_助詞_と 密接_形状詞_みっせつ に_助動詞_に 関連_名詞_かんれん する_動詞_する 。_補助記号_。 +たとえば_副詞_たとえば データ_名詞_でーた 収集_名詞_しゅうしゅう が_助詞_が 継続_名詞_けいぞく 的_接尾辞_てき かつ_接続詞_かつ 大_接頭辞_だい 規模_名詞_きぼ に_助詞_に 行_動詞_おこな わ_語尾_わ れ_助動詞_れ る_語尾_る よう_形状詞_よう な_助動詞_な 場合_名詞_ばあい 、_補助記号_、 人手_名詞_ひとで を_助詞_を 使_動詞_つか っ_語尾_っ て_助詞_て メタデータ_名詞_めたでーた を_助詞_を 作成_名詞_さくせい する_動詞_する こと_名詞_こと は_助詞_は コスト_名詞_こすと の_助詞_の 大幅_形状詞_おおはば な_助動詞_な 増大_名詞_ぞうだい を_助詞_を 意味_名詞_いみ する_動詞_する こと_名詞_こと に_助詞_に な_動詞_な る_語尾_る 。_補助記号_。 +検索_名詞_けんさく アルゴリズム_名詞_あるごりずむ の_助詞_の 設計_名詞_せっけい +作成_名詞_さくせい さ_動詞_さ れ_助動詞_れ た_助動詞_た メタデータ_名詞_めたでーた を_助詞_を 用い_動詞_もちい て_助詞_て どの_連体詞_どの よう_形状詞_よう な_助動詞_な 計算_名詞_けいさん を_助詞_を 用い_動詞_もちい て_助詞_て データ_名詞_でーた を_助詞_を 出力_名詞_しゅつりょく する_動詞_する か_助詞_か 決定_名詞_けってい する_動詞_する 。_補助記号_。 +検索_名詞_けんさく アルゴリズム_名詞_あるごりずむ の_助詞_の 詳細_名詞_しょうさい に_助詞_に つ_動詞_つ い_語尾_い て_助詞_て は_助詞_は メタデータ_名詞_めたでーた 生成_名詞_せいせい 法_名詞_ほう と_助詞_と 情報_名詞_じょうほう 検索_名詞_けんさく アルゴリズム_名詞_あるごりずむ を_助詞_を 参照_名詞_さんしょう 。_補助記号_。 +検索_名詞_けんさく 性能_名詞_せいのう の_助詞_の 評価_名詞_ひょうか +再現_名詞_さいげん 率_名詞_りつ と_助詞_と 適合_名詞_てきごう 率_名詞_りつ +情報_名詞_じょうほう 検索_名詞_けんさく システム_名詞_しすてむ の_助詞_の 検索_名詞_けんさく 性能_名詞_せいのう の_助詞_の 評価_名詞_ひょうか を_助詞_を 行_動詞_おこな う_語尾_う 。_補助記号_。 +情報_名詞_じょうほう 検索_名詞_けんさく システム_名詞_しすてむ の_助詞_の 検索_名詞_けんさく 性能_名詞_せいのう は_助詞_は 主に_副詞_おもに 正確_名詞_せいかく 性_接尾辞_せい と_助詞_と 網羅_名詞_もうら 性_接尾辞_せい の_助詞_の 質的_形状詞_しつてき な_助動詞_な 観点_名詞_かんてん から_助詞_から 適合_名詞_てきごう 率_名詞_りつ (_補助記号_( precis_英単語_PRECIS ion_英単語_ION ;_補助記号_UNK 精度_名詞_せいど と_助詞_と も_助詞_も い_動詞_い う_語尾_う )_補助記号_) と_助詞_と 再現_名詞_さいげん 率_名詞_りつ (_補助記号_( recall_名詞_RECALL )_補助記号_) を_助詞_を 、_補助記号_、 処理_名詞_しょり 性能_名詞_せいのう の_助詞_の 量的_形状詞_りょうてき な_助動詞_な 観点_名詞_かんてん から_助詞_から スループット_名詞_するーぷっと を_助詞_を 測定_名詞_そくてい する_動詞_する こと_名詞_こと に_助詞_に よ_動詞_よ り_語尾_り 判定_名詞_はんてい する_動詞_する の_助詞_の が_助詞_が 一般_名詞_いっぱん 的_接尾辞_てき で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +適合_名詞_てきごう 率_名詞_りつ は_助詞_は 検索_名詞_けんさく 結果_名詞_けっか と_助詞_と し_動詞_し て_助詞_て 得_動詞_え られ_助動詞_られ た_助動詞_た 集合_名詞_しゅうごう 中_接尾辞_ちゅう に_助詞_に どれ_代名詞_どれ だけ_助詞_だけ 検索_名詞_けんさく に_助詞_に 適合_名詞_てきごう し_動詞_し た_助動詞_た 文書_名詞_ぶんしょ を_助詞_を 含_動詞_ふく ん_語尾_ん で_助詞_で い_動詞_い る_語尾_る か_助詞_か と_助詞_と い_動詞_い う_語尾_う 正確_名詞_せいかく 性_接尾辞_せい の_助詞_の 指標_名詞_しひょう で_助動詞_で あ_動詞_あ り_語尾_り 、_補助記号_、 再現_名詞_さいげん 率_名詞_りつ は_助詞_は 検索_名詞_けんさく 対象_名詞_たいしょう と_助詞_と し_動詞_し て_助詞_て い_動詞_い る_語尾_る 文書_名詞_ぶんしょ の_助詞_の 中_名詞_なか で_助詞_で 検索_名詞_けんさく 結果_名詞_けっか と_助詞_と し_動詞_し て_助詞_て 適合_名詞_てきごう し_動詞_し て_助詞_て い_動詞_い る_語尾_る 文書_名詞_ぶんしょ (_補助記号_( 正解_名詞_せいかい 文書_名詞_ぶんしょ )_補助記号_) の_助詞_の うち_名詞_うち で_助詞_で どれ_代名詞_どれ だけ_助詞_だけ の_助詞_の 文書_名詞_ぶんしょ を_助詞_を 検索_名詞_けんさく でき_動詞_でき て_助詞_て い_動詞_い る_語尾_る か_助詞_か と_助詞_と い_動詞_い う_語尾_う 網羅_名詞_もうら 性_接尾辞_せい の_助詞_の 指標_名詞_しひょう で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +適合_名詞_てきごう 率_名詞_りつ は_助詞_は 、_補助記号_、 +precis_名詞_PRECIS ion_英単語_ION  _補助記号_くうはく =_補助記号_=  _補助記号_くうはく \_補助記号_UNK frac_名詞_FRAC {_補助記号_{ R_記号_R }_補助記号_} {_補助記号_{ N_記号_N }_補助記号_} +(_補助記号_( R_記号_R :_補助記号_: 検索_名詞_けんさく さ_動詞_さ れ_助動詞_れ た_助動詞_た 適合_名詞_てきごう 文書_名詞_ぶんしょ の_助詞_の 数_名詞_かず 、_補助記号_、 N_記号_N :_補助記号_: 検索_名詞_けんさく 結果_名詞_けっか の_助詞_の 文書_名詞_ぶんしょ の_助詞_の 数_名詞_かず )_補助記号_)  _補助記号_くうはく に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 、_補助記号_、 再現_名詞_さいげん 率_名詞_りつ は_助詞_は 、_補助記号_、 +recall_名詞_RECALL  _補助記号_くうはく =_補助記号_=  _補助記号_くうはく \_補助記号_UNK frac_名詞_FRAC {_補助記号_{ R_記号_R }_補助記号_} {_補助記号_{ C_記号_C }_補助記号_} +(_補助記号_( R_記号_R :_補助記号_: 検索_名詞_けんさく さ_動詞_さ れ_助動詞_れ た_助動詞_た 適合_名詞_てきごう 文書_名詞_ぶんしょ の_助詞_の 数_名詞_かず 、_補助記号_、 C_記号_C :_補助記号_: 全_接頭辞_ぜん 対象_名詞_たいしょう 文書_名詞_ぶんしょ 中_接尾辞_ちゅう の_助詞_の 正解_名詞_せいかい 文書_名詞_ぶんしょ の_助詞_の 数_名詞_かず )_補助記号_)  _補助記号_くうはく に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 求め_動詞_もとめ られ_助動詞_られ る_語尾_る 。_補助記号_。 +適合_名詞_てきごう 率_名詞_りつ を_助詞_を あげれ_動詞_あげれ ば_助詞_ば 再現_名詞_さいげん 率_名詞_りつ が_助詞_が 下が_動詞_さが り_語尾_り 、_補助記号_、 再現_名詞_さいげん 率_名詞_りつ を_助詞_を 上げれ_動詞_あげれ ば_助詞_ば 適合_名詞_てきごう 率_名詞_りつ が_助詞_が 下が_動詞_さが る_語尾_る 傾向_名詞_けいこう に_助詞_に あ_動詞_あ る_語尾_る ため_名詞_ため 、_補助記号_、 F_記号_F 値_接尾辞_ち (_補助記号_( F_記号_F ー_補助記号_ー measure_英単語_MEASURE )_補助記号_) と_助詞_と い_動詞_い う_語尾_う 尺度_名詞_しゃくど も_助詞_も よく_副詞_よく 用い_動詞_もちい られ_助動詞_られ る_語尾_る 。_補助記号_。 +F_記号_F 値_接尾辞_ち は_助詞_は 適合_名詞_てきごう 率_名詞_りつ と_助詞_と 再現_名詞_さいげん 率_名詞_りつ の_助詞_の 調和_名詞_ちょうわ 平均_名詞_へいきん で_助動詞_で あ_動詞_あ り_語尾_り 、_補助記号_、 +\_補助記号_UNK begin_名詞_BEGIN {_補助記号_{ align_名詞_ALIGN }_補助記号_}  _補助記号_くうはく F_記号_F {_補助記号_{ \_補助記号_UNK textit_名詞_TEXTIT {_補助記号_{ ー_補助記号_ー }_補助記号_} }_補助記号_} measure_名詞_MEASURE  _補助記号_くうはく &_補助記号_&  _補助記号_くうはく =_補助記号_=  _補助記号_くうはく \_補助記号_UNK frac_名詞_FRAC {_補助記号_{ 2_名詞_2  _補助記号_くうはく \_補助記号_UNK cdot_名詞_CDOT  _補助記号_くうはく precis_英単語_PRECIS ion_英単語_ION  _補助記号_くうはく \_補助記号_UNK cdot_名詞_CDOT  _補助記号_くうはく recall_名詞_RECALL }_補助記号_} {_補助記号_{ precis_英単語_PRECIS ion_英単語_ION  _補助記号_くうはく +_補助記号_+  _補助記号_くうはく recall_名詞_RECALL }_補助記号_}  _補助記号_くうはく \\_補助記号_UNK  _補助記号_くうはく &_補助記号_&  _補助記号_くうはく =_補助記号_=  _補助記号_くうはく \_補助記号_UNK frac_名詞_FRAC {_補助記号_{ R_記号_R }_補助記号_} {_補助記号_{ \_補助記号_UNK frac_名詞_FRAC {_補助記号_{ 1_名詞_1 }_補助記号_} {_補助記号_{ 2_名詞_2 }_補助記号_}  _補助記号_くうはく (_補助記号_( N_記号_N  _補助記号_くうはく +_補助記号_+  _補助記号_くうはく C_記号_C )_補助記号_) }_補助記号_}  _補助記号_くうはく \_補助記号_UNK \_補助記号_UNK  _補助記号_くうはく \_補助記号_UNK end_名詞_END {_補助記号_{ align_名詞_ALIGN }_補助記号_} +に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 求め_動詞_もとめ られ_助動詞_られ 、_補助記号_、 R_記号_R を_助詞_を N_記号_N と_助詞_と C_記号_C の_助詞_の 相加_名詞_そうか 平均_名詞_へいきん で_助詞_で 割_動詞_わ っ_語尾_っ た_助動詞_た もの_名詞_もの に_助詞_に 相当_名詞_そうとう する_動詞_する 。_補助記号_。 +F_記号_F 値_接尾辞_ち が_助詞_が 高_形容詞_たか けれ_語尾_けれ ば_助詞_ば 、_補助記号_、 性能_名詞_せいのう が_助詞_が 良_形容詞_よ い_語尾_い こと_名詞_こと を_助詞_を 意味_名詞_いみ する_動詞_する 。_補助記号_。 +情報_名詞_じょうほう 検索_名詞_けんさく 技術_名詞_ぎじゅつ の_助詞_の 分類_名詞_ぶんるい +情報_名詞_じょうほう 検索_名詞_けんさく の_助詞_の 技術_名詞_ぎじゅつ は_助詞_は 以下_名詞_いか の_助詞_の よう_形状詞_よう な_助動詞_な 観点_名詞_かんてん で_助詞_で 分類_名詞_ぶんるい でき_動詞_でき る_語尾_る 。_補助記号_。 +検索_名詞_けんさく 対象_名詞_たいしょう データ_名詞_でーた の_助詞_の 抽象_名詞_ちゅうしょう 度_接尾辞_ど +直接_副詞_ちょくせつ 検索_名詞_けんさく +メタデータ_名詞_めたでーた を_助詞_を 介_動詞_かい さ_語尾_さ ず_助動詞_ず データ_名詞_でーた その_連体詞_その もの_名詞_もの を_助詞_を 直接_副詞_ちょくせつ 計算_名詞_けいさん アルゴリズム_名詞_あるごりずむ 上_接尾辞_じょう で_助詞_で 処理_名詞_しょり する_動詞_する 検索_名詞_けんさく 方法_名詞_ほうほう 。_補助記号_。 +例_名詞_れい と_助詞_と し_動詞_し て_助詞_て ハミング_名詞_はみんぐ に_助詞_に よ_動詞_よ る_語尾_る 検索_名詞_けんさく の_助詞_の 入力_名詞_にゅうりょく を_助詞_を 行_動詞_おこな い_語尾_い 類似_名詞_るいじ する_動詞_する 音程_名詞_おんてい の_助詞_の 音楽_名詞_おんがく を_助詞_を 検索_名詞_けんさく する_動詞_する もの_名詞_もの 等_接尾辞_とう 。_補助記号_。 +実用_名詞_じつよう 上_接尾辞_じょう は_助詞_は 、_補助記号_、 前_名詞_まえ 処理_名詞_しょり と_助詞_と し_動詞_し て_助詞_て の_助詞_の 索引_名詞_さくいん の_助詞_の 生成_名詞_せいせい を_助詞_を 事前_名詞_じぜん に_助詞_に おこな_動詞_おこな う_語尾_う 方式_名詞_ほうしき も_助詞_も 多_形容詞_おお い_語尾_い が_助詞_が 、_補助記号_、 この_連体詞_この よう_形状詞_よう な_助動詞_な 場合_名詞_ばあい も_助詞_も データ_名詞_でーた に_助詞_に 含_動詞_ふく ま_語尾_ま れ_助動詞_れ る_語尾_る 表現_名詞_ひょうげん を_助詞_を その_連体詞_その まま_名詞_まま 用い_動詞_もちい て_助詞_て 検索_名詞_けんさく を_助詞_を 行_動詞_おこな う_語尾_う ため_名詞_ため 検索_名詞_けんさく モデル_名詞_もでる と_助詞_と し_動詞_し て_助詞_て は_助詞_は 直接_副詞_ちょくせつ 検索_名詞_けんさく に_助詞_に 分類_名詞_ぶんるい さ_動詞_さ れ_助動詞_れ る_語尾_る 。_補助記号_。 +全文_名詞_ぜんぶん 検索_名詞_けんさく +直接_副詞_ちょくせつ 検索_名詞_けんさく の_助詞_の 一種_名詞_いっしゅ で_助動詞_で あ_動詞_あ り_語尾_り 、_補助記号_、 文書_名詞_ぶんしょ データ_名詞_でーた の_助詞_の 全文_名詞_ぜんぶん から_助詞_から 自動_名詞_じどう 処理_名詞_しょり の_助詞_の 走査_名詞_そうさ に_助詞_に よ_動詞_よ り_語尾_り メタデータ_名詞_めたでーた を_助詞_を 作成_名詞_さくせい し_動詞_し て_助詞_て 保管_名詞_ほかん し_動詞_し 、_補助記号_、 検索_名詞_けんさく の_助詞_の 入力_名詞_にゅうりょく に_助詞_に 合致_名詞_がっち する_動詞_する データ_名詞_でーた を_助詞_を 検索_名詞_けんさく 結果_名詞_けっか と_助詞_と する_動詞_する 検索_名詞_けんさく 方法_名詞_ほうほう 。_補助記号_。 +「_補助記号_「 全文_名詞_ぜんぶん 検索_名詞_けんさく システム_名詞_しすてむ Namazu_名詞_NAMAZU 」_補助記号_」 等_接尾辞_とう が_助詞_が 用い_動詞_もちい られ_助動詞_られ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +間接_名詞_かんせつ 検索_名詞_けんさく +データベース_名詞_でーたべーす に_助詞_に 蓄積_名詞_ちくせき さ_動詞_さ れ_助動詞_れ た_助動詞_た データ_名詞_でーた から_助詞_から メタデータ_名詞_めたでーた を_助詞_を 生成_名詞_せいせい し_動詞_し て_助詞_て 保管_名詞_ほかん し_動詞_し 、_補助記号_、 検索_名詞_けんさく の_助詞_の 入力_名詞_にゅうりょく が_助詞_が 行_動詞_おこな わ_語尾_わ れ_助動詞_れ た_助動詞_た 際_名詞_さい に_助詞_に 内部_名詞_ないぶ 表現_名詞_ひょうげん に_助詞_に 変換_名詞_へんかん さ_動詞_さ れ_助動詞_れ た_助動詞_た 検索_名詞_けんさく の_助詞_の 入力_名詞_にゅうりょく と_助詞_と 保管_名詞_ほかん さ_動詞_さ れ_助動詞_れ た_助動詞_た メタデータ_名詞_めたでーた を_助詞_を 比較_名詞_ひかく する_動詞_する こと_名詞_こと に_助詞_に よ_動詞_よ り_語尾_り 検索_名詞_けんさく 結果_名詞_けっか を_助詞_を 生成_名詞_せいせい する_動詞_する 検索_名詞_けんさく 方法_名詞_ほうほう 。_補助記号_。 +検索_名詞_けんさく 入力_名詞_にゅうりょく の_助詞_の 種類_名詞_しゅるい +単語_名詞_たんご (_補助記号_( キー_名詞_きー ワード_名詞_わーど )_補助記号_) +単語_名詞_たんご (_補助記号_( キー_名詞_きー ワード_名詞_わーど )_補助記号_) を_助詞_を 指定_名詞_してい する_動詞_する こと_名詞_こと に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 検索_名詞_けんさく を_助詞_を 行_動詞_おこな う_語尾_う 。_補助記号_。 +もっとも_副詞_もっとも 単純_形状詞_たんじゅん な_助動詞_な 形式_名詞_けいしき と_助詞_と 言え_動詞_いえ る_語尾_る 。_補助記号_。 +検索_名詞_けんさく 言語_名詞_げんご +システム_名詞_しすてむ 特有_形状詞_とくゆう の_助詞_の 検索_名詞_けんさく 言語_名詞_げんご を_助詞_を 用い_動詞_もちい て_助詞_て 検索_名詞_けんさく を_助詞_を 行_動詞_おこな う_語尾_う 方法_名詞_ほうほう 。_補助記号_。 +論理_名詞_ろんり 和_名詞_わ ・_補助記号_・ 論理_名詞_ろんり 積_接尾辞_つ など_助詞_など の_助詞_の ブーリアンモデル_名詞_ぶーりあんもでる の_助詞_の 演算_名詞_えんざん を_助詞_を 検索_名詞_けんさく の_助詞_の 絞り込み_名詞_しぼりこみ に_助詞_に 利用_名詞_りよう する_動詞_する 際_名詞_さい に_助詞_に 用い_動詞_もちい られ_助動詞_られ る_語尾_る 。_補助記号_。 +研究_名詞_けんきゅう 者_接尾辞_しゃ や_助詞_や 法律_名詞_ほうりつ ・_補助記号_・ 医学_名詞_いがく 等_接尾辞_とう の_助詞_の 専門_名詞_せんもん 的_接尾辞_てき な_助動詞_な 実務_名詞_じつむ 家_接尾辞_か など_助詞_など 、_補助記号_、 特定_名詞_とくてい の_助詞_の 分野_名詞_ぶんや の_助詞_の 専門_名詞_せんもん 家_接尾辞_か を_助詞_を 対象_名詞_たいしょう に_助詞_に し_動詞_し た_助動詞_た 検索_名詞_けんさく システム_名詞_しすてむ など_助詞_など に_助詞_に 用い_動詞_もちい られ_助動詞_られ る_語尾_る こと_名詞_こと が_助詞_が 多_形容詞_おお い_語尾_い 。_補助記号_。 +SQL_名詞_SQL の_助詞_の よう_形状詞_よう な_助動詞_な データベース_名詞_でーたべーす マネージメント_名詞_まねーじめんと システム_名詞_しすてむ で_助詞_で 標準_名詞_ひょうじゅん 的_接尾辞_てき 標準_名詞_ひょうじゅん 的_接尾辞_てき が_助詞_が 言語_名詞_げんご を_助詞_を 用い_動詞_もちい る_語尾_る こと_名詞_こと も_助詞_も あ_動詞_あ る_語尾_る が_助詞_が 、_補助記号_、 特定_名詞_とくてい の_助詞_の 検索_名詞_けんさく エンジン_名詞_えんじん 特有_形状詞_とくゆう の_助詞_の 検索_名詞_けんさく 言語_名詞_げんご を_助詞_を 用い_動詞_もちい て_助詞_て い_動詞_い る_語尾_る システム_名詞_しすてむ も_助詞_も 多_形容詞_おお い_語尾_い 。_補助記号_。 +実現_名詞_じつげん 例_名詞_れい と_助詞_と し_動詞_し て_助詞_て は_助詞_は IEEE_名詞_IEEE  _補助記号_くうはく Xplore_名詞_XPLORE など_助詞_など が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +直接_副詞_ちょくせつ 入力_名詞_にゅうりょく +検索_名詞_けんさく の_助詞_の パラメータ_名詞_ぱらめーた と_助詞_と な_動詞_な る_語尾_る 関連_名詞_かんれん する_動詞_する データ_名詞_でーた を_助詞_を 直接_副詞_ちょくせつ 入力_名詞_にゅうりょく する_動詞_する 方法_名詞_ほうほう 。_補助記号_。 +たとえば_副詞_たとえば 特定_名詞_とくてい の_助詞_の 画像_名詞_がぞう を_助詞_を 入力_名詞_にゅうりょく に_助詞_に し_動詞_し て_助詞_て 類似_名詞_るいじ し_動詞_し た_助動詞_た 画像_名詞_がぞう を_助詞_を 検索_名詞_けんさく する_動詞_する もの_名詞_もの や_助詞_や 、_補助記号_、 ハミング_名詞_はみんぐ の_助詞_の 入力_名詞_にゅうりょく を_助詞_を 受け_動詞_うけ て_助詞_て 関連_名詞_かんれん する_動詞_する 音楽_名詞_おんがく クリップ_名詞_くりっぷ を_助詞_を 検索_名詞_けんさく する_動詞_する もの_名詞_もの など_助詞_など が_助詞_が 研究_名詞_けんきゅう さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +自然_名詞_しぜん 文_名詞_ぶん +検索_名詞_けんさく に_助詞_に 関わ_動詞_かかわ る_語尾_る ユーザ_名詞_ゆーざ インタフェース_名詞_いんたふぇーす の_助詞_の 研究_名詞_けんきゅう と_助詞_と し_動詞_し て_助詞_て 古く_名詞_ふるく から_助詞_から 研究_名詞_けんきゅう が_助詞_が 行_動詞_おこな わ_語尾_わ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +近年_名詞_きんねん で_助詞_で は_助詞_は Goo_名詞_GOO  _補助記号_くうはく ラボ_名詞_らぼ に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 開発_名詞_かいはつ さ_動詞_さ れ_助動詞_れ た_助動詞_た 「_補助記号_「 日本_名詞_にっぽん 語_名詞_ご 自然_名詞_しぜん 文検索_名詞_ぶんけんさく 」_補助記号_」 が_助詞_が 大手_名詞_おおて の_助詞_の 検索_名詞_けんさく エンジン_名詞_えんじん と_助詞_と し_動詞_し て_助詞_て は_助詞_は 比較_名詞_ひかく 的_接尾辞_てき 珍し_形容詞_めずらし い_語尾_い 自然_名詞_しぜん 文検索_名詞_ぶんけんさく を_助詞_を 試験_名詞_しけん 的_接尾辞_てき に_助動詞_に 提供_名詞_ていきょう し_動詞_し た_助動詞_た こと_名詞_こと で_助詞_で 話題_名詞_わだい を_助詞_を 集め_動詞_あつめ た_助動詞_た 。_補助記号_。 +文書_名詞_ぶんしょ +文書_名詞_ぶんしょ その_連体詞_その もの_名詞_もの を_助詞_を 入力_名詞_にゅうりょく し_動詞_し 、_補助記号_、 入力_名詞_にゅうりょく し_動詞_し た_助動詞_た 文書_名詞_ぶんしょ と_助詞_と 類似_名詞_るいじ する_動詞_する 文書_名詞_ぶんしょ を_助詞_を 検索_名詞_けんさく する_動詞_する 。_補助記号_。 +Query_名詞_QUERY  _補助記号_くうはく by_名詞_BY  _補助記号_くうはく Example_名詞_EXAMPLE (_補助記号_( 例示_名詞_れいじ に_助詞_に よ_動詞_よ る_語尾_る 問い合わせ_名詞_といあわせ )_補助記号_) と_助詞_と 呼_動詞_よ ば_語尾_ば れ_助動詞_れ る_語尾_る こと_名詞_こと も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +マルチメディア_名詞_まるちめでぃあ 文書_名詞_ぶんしょ 検索_名詞_けんさく で_助詞_で は_助詞_は 、_補助記号_、 キー_名詞_きー ワード_名詞_わーど 検索_名詞_けんさく より_助詞_より も_助詞_も より_副詞_より 一般_名詞_いっぱん 的_接尾辞_てき に_助動詞_に 用い_動詞_もちい られ_助動詞_られ る_語尾_る 方法_名詞_ほうほう で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +検索_名詞_けんさく アルゴリズム_名詞_あるごりずむ +情報_名詞_じょうほう 検索_名詞_けんさく に_助詞_に 用い_動詞_もちい られ_助動詞_られ る_語尾_る アルゴリズム_名詞_あるごりずむ は_助詞_は 数_名詞_かず 多_形容詞_おお く_語尾_く 提案_名詞_ていあん さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +ここ_代名詞_ここ で_助詞_で は_助詞_は 代表_名詞_だいひょう 的_接尾辞_てき な_助動詞_な もの_名詞_もの に_助詞_に つ_動詞_つ い_語尾_い て_助詞_て 概説_名詞_がいせつ する_動詞_する 。_補助記号_。 +情報_名詞_じょうほう 検索_名詞_けんさく アルゴリズム_名詞_あるごりずむ の_助詞_の 詳細_名詞_しょうさい に_助詞_に つ_動詞_つ い_語尾_い て_助詞_て は_助詞_は 情報_名詞_じょうほう 検索_名詞_けんさく アルゴリズム_名詞_あるごりずむ を_助詞_を 参照_名詞_さんしょう の_助詞_の こと_名詞_こと 。_補助記号_。 +一般_名詞_いっぱん に_助詞_に 情報_名詞_じょうほう 検索_名詞_けんさく システム_名詞_しすてむ の_助詞_の 構築_名詞_こうちく 時_接尾辞_じ に_助詞_に は_助詞_は メタデータ_名詞_めたでーた 生成_名詞_せいせい 時_接尾辞_じ に_助詞_に 索引_名詞_さくいん を_助詞_を 同時_名詞_どうじ に_助詞_に 作成_名詞_さくせい し_動詞_し 、_補助記号_、 検索_名詞_けんさく アルゴリズム_名詞_あるごりずむ に_助詞_に よ_動詞_よ る_語尾_る 検索_名詞_けんさく 結果_名詞_けっか の_助詞_の 評価_名詞_ひょうか の_助詞_の 際_名詞_さい に_助詞_に 索引_名詞_さくいん を_助詞_を 用い_動詞_もちい た_助動詞_た 最適_形状詞_さいてき 化_接尾辞_か を_助詞_を 行_動詞_おこな う_語尾_う が_助詞_が 、_補助記号_、 メタデータ_名詞_めたでーた の_助詞_の 生成_名詞_せいせい 法_名詞_ほう や_助詞_や 索引_名詞_さくいん の_助詞_の 詳細_名詞_しょうさい に_助詞_に つ_動詞_つ い_語尾_い て_助詞_て は_助詞_は ここ_代名詞_ここ で_助詞_で は_助詞_は 扱_動詞_あつか わ_語尾_わ な_助動詞_な い_語尾_い 。_補助記号_。 +パターン_名詞_ぱたーん マッチング_名詞_まっちんぐ +検索_名詞_けんさく 質問_名詞_しつもん と_助詞_と し_動詞_し て_助詞_て 入力_名詞_にゅうりょく さ_動詞_さ れ_助動詞_れ た_助動詞_た 表現_名詞_ひょうげん を_助詞_を その_連体詞_その まま_名詞_まま 含_動詞_ふく む_語尾_む 文書_名詞_ぶんしょ を_助詞_を 検索_名詞_けんさく する_動詞_する アルゴリズム_名詞_あるごりずむ 。_補助記号_。 +現在_名詞_げんざい で_助詞_で は_助詞_は 単純_形状詞_たんじゅん に_助動詞_に パターン_名詞_ぱたーん のみ_助詞_のみ を_助詞_を 探_動詞_さが す_語尾_す で_助動詞_で は_助詞_は な_形容詞_な く_語尾_く 、_補助記号_、 活用_名詞_かつよう 形_接尾辞_けい の_助詞_の 変化_名詞_へんか に_助詞_に よ_動詞_よ る_語尾_る 同義_名詞_どうぎ 語_名詞_ご の_助詞_の パターン_名詞_ぱたーん の_助詞_の 不_接頭辞_ふ 一致_名詞_いっち を_助詞_を 解消_名詞_かいしょう し_動詞_し た_助動詞_た 検索_名詞_けんさく を_助詞_を 行_動詞_おこな っ_語尾_っ たり_助詞_たり と_助詞_と い_動詞_い っ_語尾_っ た_助動詞_た 拡張_名詞_かくちょう が_助詞_が しばしば_副詞_しばしば 行_動詞_おこな わ_語尾_わ れ_助動詞_れ る_語尾_る 。_補助記号_。 +パターン_名詞_ぱたーん マッチング_名詞_まっちんぐ 自体_名詞_じたい の_助詞_の 詳細_名詞_しょうさい な_助動詞_な アルゴリズム_名詞_あるごりずむ に_助詞_に つ_動詞_つ い_語尾_い て_助詞_て は_助詞_は 文字_名詞_もじ 列_名詞_れつ 探索_名詞_たんさく を_助詞_を 参照_名詞_さんしょう 。_補助記号_。 +ブーリアンモデル_名詞_ぶーりあんもでる +パターン_名詞_ぱたーん マッチング_名詞_まっちんぐ の_助詞_の 検索_名詞_けんさく に_助詞_に 付け加え_動詞_つけくわえ 、_補助記号_、 メタデータ_名詞_めたでーた の_助詞_の 属性_名詞_ぞくせい ごと_接尾辞_ごと の_助詞_の 絞り込み_名詞_しぼりこみ 条件_名詞_じょうけん を_助詞_を 論理_名詞_ろんり 和_名詞_わ ・_補助記号_・ 論理_名詞_ろんり 積_接尾辞_つ など_助詞_など に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 組み合わせ_動詞_くみあわせ て_助詞_て 併用_名詞_へいよう する_動詞_する 検索_名詞_けんさく 方法_名詞_ほうほう 。_補助記号_。 +ベクトル_名詞_べくとる 空間_名詞_くうかん モデル_名詞_もでる +キー_名詞_きー ワード_名詞_わーど 等_接尾辞_とう を_助詞_を 各次元_名詞_かくつぎもと と_助詞_と し_動詞_し て_助詞_て 設定_名詞_せってい し_動詞_し た_助動詞_た 高次元_名詞_たかじもと ベクトル_名詞_べくとる 空間_名詞_くうかん を_助詞_を 想定_名詞_そうてい し_動詞_し 、_補助記号_、 検索_名詞_けんさく の_助詞_の 対象_名詞_たいしょう と_助詞_と する_動詞_する データ_名詞_でーた や_助詞_や ユーザ_名詞_ゆーざ に_助詞_に よ_動詞_よ る_語尾_る 検索_名詞_けんさく 質問_名詞_しつもん に_助詞_に 何_代名詞_なん ら_接尾辞_ら か_助詞_か の_助詞_の 加工_名詞_かこう を_助詞_を 行_動詞_おこな い_語尾_い ベクトル_名詞_べくとる を_助詞_を 生成_名詞_せいせい する_動詞_する 。_補助記号_。 +ベクトル_名詞_べくとる 空間_名詞_くうかん 上_接尾辞_じょう に_助詞_に 検索_名詞_けんさく 対象_名詞_たいしょう と_助詞_と な_動詞_な る_語尾_る ベクトル_名詞_べくとる を_助詞_を 配置_名詞_はいち し_動詞_し 、_補助記号_、 ベクトル_名詞_べくとる 化_接尾辞_か さ_動詞_さ れ_助動詞_れ た_助動詞_た 検索_名詞_けんさく 質問_名詞_しつもん と_助詞_と データ_名詞_でーた の_助詞_の ベクトル_名詞_べくとる の_助詞_の 相関_名詞_そうかん 量_名詞_りょう (_補助記号_( ベクトル_名詞_べくとる 間_接尾辞_かん の_助詞_の コサイン_名詞_こさいん 、_補助記号_、 内積_名詞_ないせき 、_補助記号_、 ユークリッド_名詞_ゆーくりっど 距離_名詞_きょり など_助詞_など が_助詞_が 用い_動詞_もちい られ_助動詞_られ る_語尾_る 。_補助記号_。 +)_補助記号_) に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 検索_名詞_けんさく の_助詞_の 対象_名詞_たいしょう の_助詞_の データ_名詞_でーた と_助詞_と 検索_名詞_けんさく 質問_名詞_しつもん の_助詞_の 関係_名詞_かんけい の_助詞_の 強_形容詞_つよ さ_接尾辞_さ を_助詞_を 計算_名詞_けいさん する_動詞_する モデル_名詞_もでる 。_補助記号_。 +潜在_名詞_せんざい 的_接尾辞_てき 意味_名詞_いみ 索引付け_名詞_さくひつけ (_補助記号_( 潜在_名詞_せんざい 的_接尾辞_てき 意味_名詞_いみ 分析_名詞_ぶんせき 、_補助記号_、 LSI_名詞_LSI )_補助記号_) +ベクトル_名詞_べくとる 空間_名詞_くうかん モデル_名詞_もでる の_助詞_の 応用_名詞_おうよう と_助詞_と し_動詞_し て_助詞_て 考案_名詞_こうあん さ_動詞_さ れ_助動詞_れ た_助動詞_た 検索_名詞_けんさく アルゴリズム_名詞_あるごりずむ 。_補助記号_。 +高次元_名詞_たかじもと ベクトル_名詞_べくとる 空間_名詞_くうかん を_助詞_を 行列_名詞_ぎょうれつ と_助詞_と し_動詞_し て_助詞_て 扱い_名詞_あつかい 特異_名詞_とくい 値_接尾辞_ち 分解_名詞_ぶんかい を_助詞_を 行_動詞_おこな い_語尾_い 、_補助記号_、 得_動詞_え られ_助動詞_られ た_助動詞_た 直交_名詞_ちょっこう 低_接頭辞_てい 次元_名詞_じげん ベクトル_名詞_べくとる 空間_名詞_くうかん 上_接尾辞_じょう 検索_名詞_けんさく を_助詞_を 行_動詞_おこな う_語尾_う 。_補助記号_。 +単純_形状詞_たんじゅん な_助動詞_な ベクトル_名詞_べくとる 空間_名詞_くうかん モデル_名詞_もでる で_助詞_で の_助詞_の 検索_名詞_けんさく に_助詞_に 比べ_動詞_くらべ て_助詞_て 、_補助記号_、 同義_名詞_どうぎ 語_名詞_ご が_助詞_が 用い_動詞_もちい られ_助動詞_られ て_助詞_て い_動詞_い る_語尾_る 文書_名詞_ぶんしょ 間_接尾辞_かん の_助詞_の 関連_名詞_かんれん を_助詞_を 反映_名詞_はんえい し_動詞_し 、_補助記号_、 検索_名詞_けんさく の_助詞_の 対象_名詞_たいしょう の_助詞_の データ_名詞_でーた の_助詞_の 内容_名詞_ないよう 的_接尾辞_てき な_助動詞_な 偏り_名詞_かたより に_助詞_に 影響_名詞_えいきょう を_助詞_を 受け_動詞_うけ にく_形容詞_にく い_語尾_い 検索_名詞_けんさく を_助詞_を 行_動詞_おこな う_語尾_う こと_名詞_こと が_助詞_が でき_動詞_でき る_語尾_る と_助詞_と い_動詞_い う_語尾_う メリット_名詞_めりっと が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +機械_名詞_きかい 翻訳_名詞_ほんやく (_補助記号_( きかい_名詞_きかい ほんやく_名詞_ほんやく )_補助記号_) と_助詞_と は_助詞_は 、_補助記号_、 ある_連体詞_ある 自然_名詞_しぜん 言語_名詞_げんご を_助詞_を 別_名詞_べつ の_助詞_の 自然_名詞_しぜん 言語_名詞_げんご へ_助詞_へ 機械_名詞_きかい 的_接尾辞_てき に_助動詞_に 変換_名詞_へんかん する_動詞_する 技術_名詞_ぎじゅつ を_助詞_を い_動詞_い う_語尾_う 。_補助記号_。 +機械_名詞_きかい 翻訳_名詞_ほんやく の_助詞_の 概念_名詞_がいねん 自体_名詞_じたい は_助詞_は コンピュータ_名詞_こんぴゅーた の_助詞_の 存在_名詞_そんざい 以前_名詞_いぜん より_助詞_より 存在_名詞_そんざい する_動詞_する ため_名詞_ため 、_補助記号_、 機械_名詞_きかい 翻訳_名詞_ほんやく と_助詞_と 翻訳_名詞_ほんやく ソフト_名詞_そふと は_助詞_は 同義_名詞_どうぎ で_助動詞_で は_助詞_は な_形容詞_な い_語尾_い が_助詞_が 、_補助記号_、 現在_名詞_げんざい で_助詞_で は_助詞_は ほとんど_名詞_ほとんど 翻訳_名詞_ほんやく ソフト_名詞_そふと と_助詞_と し_動詞_し て_助詞_て 実装_名詞_じっそう さ_動詞_さ れ_助動詞_れ る_語尾_る 。_補助記号_。 +例_名詞_れい と_助詞_と し_動詞_し て_助詞_て 、_補助記号_、 英語_名詞_えいご の_助詞_の 文章_名詞_ぶんしょう を_助詞_を 入力_名詞_にゅうりょく する_動詞_する と_助詞_と それ_代名詞_それ を_助詞_を 翻訳_名詞_ほんやく し_動詞_し た_助動詞_た 日本_名詞_にっぽん 語_名詞_ご の_助詞_の 文章_名詞_ぶんしょう を_助詞_を 出力_名詞_しゅつりょく する_動詞_する 英和_名詞_えいかず 翻訳_名詞_ほんやく ソフトウエア_名詞_そふとうえあ など_助詞_など が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +自動_名詞_じどう 翻訳_名詞_ほんやく と_助詞_と も_助詞_も い_動詞_い う_語尾_う 。_補助記号_。 +近年_名詞_きんねん は_助詞_は 統計_名詞_とうけい 、_補助記号_、 人工_名詞_じんこう 知能_名詞_ちのう 、_補助記号_、 コンピュータ_名詞_こんぴゅーた 処理_名詞_しょり 能力_名詞_のうりょく 、_補助記号_、 データベース_名詞_でーたべーす 、_補助記号_、 記憶_名詞_きおく 容量_名詞_ようりょう の_助詞_の 進歩_名詞_しんぽ に_助詞_に よ_動詞_よ り_語尾_り 急速_形状詞_きゅうそく に_助動詞_に 成長_名詞_せいちょう し_動詞_し て_助詞_て い_動詞_い る_語尾_る 分野_名詞_ぶんや で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +尚_接続詞_なお 、_補助記号_、 翻訳_名詞_ほんやく 方法_名詞_ほうほう の_助詞_の もう_副詞_もう 一_名詞_ひと つ_接尾辞_つ と_助詞_と し_動詞_し て_助詞_て 、_補助記号_、 「_補助記号_「 人力_名詞_じんりき 翻訳_名詞_ほんやく (_補助記号_( 人_名詞_ひと の_助詞_の 手_名詞_て に_助詞_に よ_動詞_よ る_語尾_る 翻訳_名詞_ほんやく )_補助記号_) 」_補助記号_」 が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +目次_名詞_もくじ +1_名詞_1  _補助記号_くうはく 歴史_名詞_れきし +2_名詞_2  _補助記号_くうはく アプローチ_名詞_あぷろーち +2_名詞_2 ._補助記号_。 1_名詞_1  _補助記号_くうはく 統計_名詞_とうけい 翻訳_名詞_ほんやく +3_名詞_3  _補助記号_くうはく 問題_名詞_もんだい +3_名詞_3 ._補助記号_。 1_名詞_1  _補助記号_くうはく 語義_名詞_ごぎ の_助詞_の 多義_名詞_たぎ 性_接尾辞_せい +3_名詞_3 ._補助記号_。 2_名詞_2  _補助記号_くうはく 常識_名詞_じょうしき +4_名詞_4  _補助記号_くうはく 翻訳_名詞_ほんやく 支援_名詞_しえん +5_名詞_5  _補助記号_くうはく 実用_名詞_じつよう 性_接尾辞_せい +6_名詞_6  _補助記号_くうはく アプリケーション_名詞_あぷりけーしょん +7_名詞_7  _補助記号_くうはく 評価_名詞_ひょうか +8_名詞_8  _補助記号_くうはく 関連_名詞_かんれん 項目_名詞_こうもく +9_名詞_9  _補助記号_くうはく 外部_名詞_がいぶ リンク_名詞_りんく +10_名詞_10  _補助記号_くうはく 出典_名詞_しゅってん +歴史_名詞_れきし +この_連体詞_この 節_名詞_せつ は_助詞_は 執筆_名詞_しっぴつ の_助詞_の 途中_名詞_とちゅう で_助詞_で す_語尾_す  _補助記号_くうはく この_連体詞_この 節_名詞_せつ は_助詞_は 執筆_名詞_しっぴつ 中_接尾辞_ちゅう で_助動詞_で す_語尾_す 。_補助記号_。 +加筆_名詞_かひつ 、_補助記号_、 訂正_名詞_ていせい し_動詞_し て_助詞_て 下さ_動詞_くださ る_語尾_る 協力_名詞_きょうりょく 者_接尾辞_しゃ を_助詞_を 求め_動詞_もとめ て_助詞_て い_動詞_い ま_助動詞_ま す_語尾_す 。_補助記号_。 +アプローチ_名詞_あぷろーち +現在_名詞_げんざい 広_形容詞_ひろ く_語尾_く 使_動詞_つか わ_語尾_わ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 機械_名詞_きかい 翻訳_名詞_ほんやく の_助詞_の 原理_名詞_げんり は_助詞_は 次_名詞_つぎ の_助詞_の とおり_名詞_とおり で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 + _補助記号_くうはく 言語_名詞_げんご  _補助記号_くうはく X_記号_X  _補助記号_くうはく で_助詞_で 書_動詞_か か_語尾_か れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 文_名詞_ぶん を_助詞_を 言語_名詞_げんご  _補助記号_くうはく Y_記号_Y  _補助記号_くうはく に_助詞_に 翻訳_名詞_ほんやく する_動詞_する 場合_名詞_ばあい :_補助記号_: +言語_名詞_げんご  _補助記号_くうはく X_記号_X  _補助記号_くうはく の_助詞_の 文_名詞_ぶん を_助詞_を 構文_名詞_こうぶん 解析_名詞_かいせき する_動詞_する 。_補助記号_。 +得_動詞_え られ_助動詞_られ た_助動詞_た 構文_名詞_こうぶん 木_名詞_き を_助詞_を 、_補助記号_、 定め_動詞_さだめ られ_助動詞_られ た_助動詞_た 規則_名詞_きそく に_助詞_に 従_動詞_したが っ_語尾_っ て_助詞_て 変換_名詞_へんかん し_動詞_し 、_補助記号_、 言語_名詞_げんご  _補助記号_くうはく Y_記号_Y  _補助記号_くうはく の_助詞_の 構文_名詞_こうぶん 木_名詞_き を_助詞_を 得_動詞_え る_語尾_る 。_補助記号_。 +変換_名詞_へんかん し_動詞_し た_助動詞_た 構文_名詞_こうぶん 木_名詞_ぼく から_助詞_から 言語_名詞_げんご  _補助記号_くうはく Y_記号_Y  _補助記号_くうはく の_助詞_の 文_名詞_ぶん を_助詞_を 生成_名詞_せいせい する_動詞_する 。_補助記号_。 +例_名詞_れい と_助詞_と し_動詞_し て_助詞_て 、_補助記号_、 英語_名詞_えいご から_助詞_から 日本_名詞_にっぽん 語_名詞_ご へ_助詞_へ の_助詞_の 翻訳_名詞_ほんやく を_助詞_を 考え_動詞_かんがえ る_語尾_る 。_補助記号_。 + _補助記号_くうはく 以下_名詞_いか の_助詞_の よう_形状詞_よう な_助動詞_な 原文_名詞_げんぶん が_助詞_が 与え_動詞_あたえ られ_助動詞_られ た_助動詞_た と_助詞_と し_動詞_し よ_語尾_よ う_助動詞_う 。_補助記号_。 +”_補助記号_” I_記号_I  _補助記号_くうはく have_名詞_はぶ  _補助記号_くうはく a_記号_A  _補助記号_くうはく pen_名詞_PEN ._補助記号_。 ”_補助記号_” +この_連体詞_この 文_名詞_ぶん を_助詞_を 解析_名詞_かいせき し_動詞_し て_助詞_て 得_動詞_え られ_助動詞_られ る_語尾_る 構文_名詞_こうぶん 木_名詞_き は_助詞_は 次_名詞_つぎ の_助詞_の よう_形状詞_よう に_助動詞_に な_動詞_な る_語尾_る :_補助記号_: +EnglishSyntaxTreeSample_補助記号_ENGLISHSYNTAXTREESAMPLE 1_名詞_1 ._補助記号_。 png_名詞_PNG +ここ_代名詞_ここ で_助詞_で 、_補助記号_、 以下_名詞_いか の_助詞_の よう_形状詞_よう な_助動詞_な 辞書_名詞_じしょ を_助詞_を 使_動詞_つか っ_語尾_っ て_助詞_て 英語_名詞_えいご の_助詞_の 単語_名詞_たんご を_助詞_を 日本_名詞_にっぽん 語_名詞_ご の_助詞_の 単語_名詞_たんご に_助詞_に 置き換え_動詞_おきかえ る_語尾_る :_補助記号_: +英語_名詞_えいご  _補助記号_くうはく  _補助記号_UNK 日本_名詞_にほん 語_名詞_ご +I_記号_I  _補助記号_くうはく  _補助記号_UNK 私_代名詞_わたくし +have_名詞_はぶ  _補助記号_くうはく  _補助記号_UNK 持_動詞_も っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る +a_記号_A  _補助記号_くうはく  _補助記号_UNK ー_補助記号_ー  _補助記号_くうはく (_補助記号_( 空白_名詞_くうはく )_補助記号_) +pen_名詞_PEN  _補助記号_くうはく  _補助記号_UNK ペン_名詞_ぺん +構文_名詞_こうぶん 木_名詞_き は_助詞_は 次_名詞_つぎ の_助詞_の よう_形状詞_よう に_助動詞_に な_動詞_な る_語尾_る :_補助記号_: +(_補助記号_( S_記号_S  _補助記号_くうはく (_補助記号_( NP_名詞_NP  _補助記号_くうはく (_補助記号_( pron_名詞_PRON  _補助記号_くうはく 私_代名詞_わたくし )_補助記号_) )_補助記号_)  _補助記号_くうはく (_補助記号_( VP_名詞_VP  _補助記号_くうはく (_補助記号_( verb_名詞_VERB  _補助記号_くうはく 持_動詞_も っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る )_補助記号_)  _補助記号_くうはく (_補助記号_( NP_名詞_NP  _補助記号_くうはく (_補助記号_( det _英単語_DET_ ー_補助記号_ー )_補助記号_)  _補助記号_くうはく (_補助記号_( noun_名詞_NOUN  _補助記号_くうはく ペン_名詞_ぺん )_補助記号_) )_補助記号_) )_補助記号_) )_補助記号_) +しかしまだ_名詞_しかしまだ 語順_名詞_ごじゅん が_助詞_が 正し_形容詞_ただし く_語尾_く な_形容詞_な い_語尾_い し_助詞_し 、_補助記号_、 助詞_名詞_じょし も_助詞_も な_形容詞_な い_語尾_い 。_補助記号_。 + _補助記号_くうはく ここ_代名詞_ここ で_助詞_で 構文_名詞_こうぶん 木_名詞_き に_助詞_に 対_動詞_たい し_語尾_し て_助詞_て 以下_名詞_いか の_助詞_の よう_形状詞_よう な_助動詞_な 規則_名詞_きそく を_助詞_を 適用_名詞_てきよう し_動詞_し て_助詞_て 変換_名詞_へんかん を_助詞_を おこな_動詞_おこな う_語尾_う :_補助記号_: +”_補助記号_” S_記号_S  _補助記号_くうはく →_補助記号_やじるし  _補助記号_くうはく NP_名詞_NP  _補助記号_くうはく VP_名詞_VP ”_補助記号_”  _補助記号_くうはく と_助詞_と い_動詞_い う_語尾_う ノード_名詞_のーど が_助詞_が あ_動詞_あ れ_語尾_れ ば_助詞_ば 、_補助記号_、 それ_代名詞_それ を_助詞_を  _補助記号_くうはく ”_補助記号_” S_記号_S  _補助記号_くうはく →_補助記号_やじるし  _補助記号_くうはく NP_名詞_NP  _補助記号_くうはく は_助詞_は  _補助記号_くうはく VP_名詞_VP ”_補助記号_”  _補助記号_くうはく に_助詞_に 変換_名詞_へんかん せ_助動詞_せ よ_助詞_よ 。_補助記号_。 +”_補助記号_” VP_名詞_VP  _補助記号_くうはく →_補助記号_やじるし  _補助記号_くうはく verb_名詞_VERB  _補助記号_くうはく NP_名詞_NP ”_補助記号_”  _補助記号_くうはく と_助詞_と い_動詞_い う_語尾_う ノード_名詞_のーど が_助詞_が あ_動詞_あ れ_語尾_れ ば_助詞_ば 、_補助記号_、 それ_代名詞_それ を_助詞_を  _補助記号_くうはく ”_補助記号_” VP_名詞_VP  _補助記号_くうはく →_補助記号_やじるし  _補助記号_くうはく NP_名詞_NP  _補助記号_くうはく を_助詞_を  _補助記号_くうはく verb_名詞_VERB ”_補助記号_”  _補助記号_くうはく に_助詞_に 変換_名詞_へんかん せ_助動詞_せ よ_助詞_よ 。_補助記号_。 +する_動詞_する と_助詞_と 変換_名詞_へんかん さ_動詞_さ れ_助動詞_れ た_助動詞_た 木_名詞_き は_助詞_は この_連体詞_この よう_形状詞_よう に_助動詞_に な_動詞_な っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る :_補助記号_: +(_補助記号_( S_記号_S  _補助記号_くうはく (_補助記号_( NP_名詞_NP  _補助記号_くうはく (_補助記号_( pron_名詞_PRON  _補助記号_くうはく 私_代名詞_わたくし )_補助記号_) )_補助記号_)  _補助記号_くうはく は_助詞_は  _補助記号_くうはく (_補助記号_( VP_名詞_VP  _補助記号_くうはく (_補助記号_( NP_名詞_NP  _補助記号_くうはく (_補助記号_( det _英単語_DET_ ー_補助記号_ー )_補助記号_)  _補助記号_くうはく (_補助記号_( noun_名詞_NOUN  _補助記号_くうはく ペン_名詞_ぺん )_補助記号_) )_補助記号_)  _補助記号_くうはく を_助詞_を  _補助記号_くうはく (_補助記号_( verb_名詞_VERB  _補助記号_くうはく 持_動詞_も っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る )_補助記号_) )_補助記号_) )_補助記号_) +ここ_代名詞_ここ から_助詞_から 、_補助記号_、 以下_名詞_いか の_助詞_の よう_形状詞_よう な_助動詞_な 翻訳_名詞_ほんやく 文_名詞_ぶん を_助詞_を 生成_名詞_せいせい でき_動詞_でき る_語尾_る :_補助記号_: +”_補助記号_” 私_代名詞_わたくし は_助詞_は ペン_名詞_ぺん を_助詞_を 持_動詞_も っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +”_補助記号_” +これ_代名詞_これ は_助詞_は 非常_形状詞_ひじょう に_助動詞_に 単純_形状詞_たんじゅん な_助動詞_な 例_名詞_れい で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 + _補助記号_くうはく 実際_名詞_じっさい に_助詞_に は_助詞_は 英語_名詞_えいご の_助詞_の  _補助記号_くうはく have_名詞_はぶ  _補助記号_くうはく は_助詞_は 複数_名詞_ふくすう の_助詞_の 語義_名詞_ごぎ を_助詞_を も_動詞_も つ_語尾_つ の_助詞_の で_助動詞_で 、_補助記号_、 語義_名詞_ごぎ の_助詞_の 曖昧_名詞_あいまい 性_接尾辞_せい 解消_名詞_かいしょう を_助詞_を し_動詞_し な_助動詞_な けれ_語尾_けれ ば_助詞_ば 単純_形状詞_たんじゅん に_助動詞_に 「_補助記号_「 have_名詞_はぶ  _補助記号_くうはく →_補助記号_やじるし  _補助記号_くうはく 持_動詞_も っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る 」_補助記号_」 と_助詞_と い_動詞_い う_語尾_う 変換_名詞_へんかん を_助詞_を する_動詞_する こと_名詞_こと は_助詞_は でき_動詞_でき な_助動詞_な い_語尾_い 。_補助記号_。 + _補助記号_くうはく また_接続詞_また 、_補助記号_、 モダリティ_名詞_もだりてぃ の_助詞_の 考慮_名詞_こうりょ や_助詞_や 、_補助記号_、 照応_名詞_しようおう の_助詞_の 解決_名詞_かいけつ 、_補助記号_、 敬語_名詞_けいご の_助詞_の 扱い_名詞_あつかい 、_補助記号_、 自然_形状詞_しぜん な_助動詞_な 言_動詞_い いまわし_名詞_いまわし の_助詞_の 文_名詞_ぶん の_助詞_の 生成_名詞_せいせい など_助詞_など 実用_名詞_じつよう 的_接尾辞_てき な_助動詞_な 翻訳_名詞_ほんやく ソフトウエア_名詞_そふとうえあ を_助詞_を つく_動詞_つく る_語尾_る ため_名詞_ため に_助詞_に は_助詞_は 多く_名詞_おおく の_助詞_の こと_名詞_こと を_助詞_を 考慮_名詞_こうりょ に_助詞_に 入れ_動詞_いれ る_語尾_る 必要_名詞_ひつよう が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +統計_名詞_とうけい 翻訳_名詞_ほんやく +詳細_名詞_しょうさい は_助詞_は 「_補助記号_「 統計_名詞_とうけい 翻訳_名詞_ほんやく 」_補助記号_」 を_助詞_を 参照_名詞_さんしょう +計算_名詞_けいさん 機_接尾辞_き の_助詞_の 発達_名詞_はったつ に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 1990_接頭辞_せんきゅうひゃくきゅうじゅう 年代_名詞_ねんだい 以降_名詞_いこう 研究_名詞_けんきゅう が_助詞_が 盛ん_形状詞_さかん に_助動詞_に な_動詞_な っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る の_助詞_の は_助詞_は 統計_名詞_とうけい 的_接尾辞_てき な_助動詞_な 手法_名詞_しゅほう を_助詞_を 用い_動詞_もちい た_助動詞_た 機械_名詞_きかい 翻訳_名詞_ほんやく で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 + _補助記号_くうはく これ_代名詞_これ は_助詞_は 音声_名詞_おんせい 認識_名詞_にんしき の_助詞_の 分野_名詞_ぶんや で_助詞_で 用い_動詞_もちい られ_助動詞_られ て_助詞_て い_動詞_い た_助動詞_た 雑音_名詞_ざつおん チャネル_名詞_ちゃねる モデル_名詞_もでる を_助詞_を 応用_名詞_おうよう し_動詞_し た_助動詞_た もの_名詞_もの で_助動詞_で 、_補助記号_、 元_名詞_もと 言語_名詞_げんご (_補助記号_( 翻訳_名詞_ほんやく 元_名詞_もと の_助詞_の 言語_名詞_げんご )_補助記号_)  _補助記号_くうはく f_記号_F  _補助記号_くうはく は_助詞_は 目的_名詞_もくてき 言語_名詞_げんご (_補助記号_( 翻訳_名詞_ほんやく 後_接尾辞_ご の_助詞_の 言語_名詞_げんご )_補助記号_)  _補助記号_くうはく e_記号_E  _補助記号_くうはく が_助詞_が 雑音_名詞_ざつおん の_助詞_の あ_動詞_あ る_語尾_る 通信_名詞_つうしん 路_接尾辞_ろ を_助詞_を 通_動詞_とお る_語尾_る 間_名詞_あいだ に_助詞_に 変化_名詞_へんか し_動詞_し て_助詞_て しま_動詞_しま っ_語尾_っ た_助動詞_た もの_名詞_もの で_助動詞_で あ_動詞_あ る_語尾_る と_助詞_と 捉え_動詞_とらえ 、_補助記号_、 翻訳_名詞_ほんやく と_助詞_と は_助詞_は 元_名詞_もと 言語_名詞_げんご から_助詞_から 目的_名詞_もくてき 言語_名詞_げんご へ_助詞_へ の_助詞_の 復号_名詞_ふくごう で_助動詞_で あ_動詞_あ る_語尾_る と_助詞_と 考え_動詞_かんがえ る_語尾_る 。_補助記号_。 + _補助記号_くうはく この_連体詞_この 時_名詞_とき 、_補助記号_、 復号_名詞_ふくごう 誤り_名詞_あやまり が_助詞_が 最も_副詞_もっとも 小さ_形容詞_ちいさ く_語尾_く な_動詞_な る_語尾_る 翻訳_名詞_ほんやく 結果_名詞_けっか  _補助記号_くうはく \_補助記号_UNK hat{_名詞_HAT{ e_記号_E }_補助記号_}  _補助記号_くうはく は_助詞_は 以下_名詞_いか の_助詞_の 式_名詞_しき を_助詞_を 満た_動詞_みた す_語尾_す こと_名詞_こと に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 得_動詞_え られ_助動詞_られ る_語尾_る 。_補助記号_。 +\_補助記号_UNK hat{_補助記号_HAT{ e_記号_E }_補助記号_}  _補助記号_くうはく =_補助記号_=  _補助記号_くうはく \_補助記号_UNK mathrm_名詞_MATHRM {_補助記号_{ argmax}_{_英単語_ARGMAX}_{ e_記号_E }_補助記号_}  _補助記号_くうはく P_記号_P (_補助記号_( e_記号_E |_補助記号_UNK f_記号_F )_補助記号_) +しかし_接続詞_しかし 、_補助記号_、 この_連体詞_この まま_名詞_まま で_助詞_で は_助詞_は モデル_名詞_もでる 化_接尾辞_か が_助詞_が 難し_形容詞_むずかし い_語尾_い ため_名詞_ため 、_補助記号_、 ベイズ_名詞_べいず の_助詞_の 定理_名詞_ていり を_助詞_を 用い_動詞_もちい て_助詞_て 以下_名詞_いか の_助詞_の よう_形状詞_よう に_助動詞_に 変形_名詞_へんけい する_動詞_する 。_補助記号_。 +\_補助記号_UNK mathrm_名詞_MATHRM {_補助記号_{ argmax}_{_英単語_ARGMAX}_{ e_記号_E }_補助記号_}  _補助記号_くうはく P_記号_P (_補助記号_( e_記号_E |_補助記号_UNK f_記号_F )_補助記号_)  _補助記号_くうはく =_補助記号_=  _補助記号_くうはく \_補助記号_UNK mathrm_名詞_MATHRM {_補助記号_{ argmax}_{_英単語_ARGMAX}_{ e_記号_E }_補助記号_}  _補助記号_くうはく \_補助記号_UNK frac_名詞_FRAC {_補助記号_{ P_記号_P (_補助記号_( e_記号_E )_補助記号_) P_記号_P (_補助記号_( f_記号_F |_補助記号_UNK e_記号_E )_補助記号_) }_補助記号_} {_補助記号_{ P_記号_P (_補助記号_( f_記号_F )_補助記号_) }_補助記号_}  _補助記号_くうはく =_補助記号_=  _補助記号_くうはく \_補助記号_UNK mathrm_名詞_MATHRM {_補助記号_{ argmax}_{e_名詞_ARGMAX}_{E }_補助記号_} P_記号_P (_補助記号_( e_記号_E )_補助記号_) P_記号_P (_補助記号_( f_記号_F |_補助記号_UNK e_記号_E )_補助記号_) +よ_動詞_よ っ_語尾_っ て_助詞_て +\_補助記号_UNK hat{_補助記号_HAT{ e_記号_E }_補助記号_}  _補助記号_くうはく =_補助記号_=  _補助記号_くうはく \_補助記号_UNK mathrm_名詞_MATHRM {_補助記号_{ argmax}_{_英単語_ARGMAX}_{ e_記号_E }_補助記号_}  _補助記号_くうはく P_記号_P (_補助記号_( e_記号_E )_補助記号_) P_記号_P (_補助記号_( f_記号_F |_補助記号_UNK e_記号_E )_補助記号_) +ここ_代名詞_ここ で_助詞_で  _補助記号_くうはく P_記号_P (_補助記号_( e_記号_E )_補助記号_)  _補助記号_くうはく を_助詞_を モデル_名詞_もでる 化_接尾辞_か し_動詞_し た_助動詞_た もの_名詞_もの を_助詞_を 言語_名詞_げんご モデル_名詞_もでる 、_補助記号_、 P_記号_P (_補助記号_( f_記号_F |_補助記号_UNK e_記号_E )_補助記号_)  _補助記号_くうはく を_助詞_を モデル_名詞_もでる 化_接尾辞_か し_動詞_し た_助動詞_た もの_名詞_もの を_助詞_を 翻訳_名詞_ほんやく モデル_名詞_もでる と_助詞_と 呼_動詞_よ び_語尾_び 、_補助記号_、 言語_名詞_げんご モデル_名詞_もでる は_助詞_は 言語_名詞_げんご と_助詞_と し_動詞_し て_助詞_て の_助詞_の 確_名詞_かく からし_名詞_からし さ_接尾辞_さ を_助詞_を 、_補助記号_、 翻訳_名詞_ほんやく モデル_名詞_もでる は_助詞_は 翻訳_名詞_ほんやく の_助詞_の 確_名詞_かく からし_名詞_からし さ_接尾辞_さ を_助詞_を モデル_名詞_もでる 化_接尾辞_か し_動詞_し て_助詞_て い_動詞_い る_語尾_る と_助詞_と 言え_動詞_いえ る_語尾_る 。_補助記号_。 +そして_接続詞_そして 、_補助記号_、 これ_代名詞_これ ら_接尾辞_ら の_助詞_の モデル_名詞_もでる から_助詞_から 翻訳_名詞_ほんやく 候補_名詞_こうほ を_助詞_を 生成_名詞_せいせい し_動詞_し 、_補助記号_、 最も_副詞_もっとも 確率_名詞_かくりつ の_助詞_の 高_形容詞_たか い_語尾_い 翻訳_名詞_ほんやく 結果_名詞_けっか を_助詞_を 探索_名詞_たんさく する_動詞_する 処理_名詞_しょり 系_接尾辞_けい を_助詞_を デコーダ_名詞_でこーだ と_助詞_と 呼_動詞_よ ぶ_語尾_ぶ 。_補助記号_。 +翻訳_名詞_ほんやく モデル_名詞_もでる のみ_助詞_のみ で_助詞_で は_助詞_は 目的_名詞_もくてき 言語_名詞_げんご と_助詞_と し_動詞_し て_助詞_て 正し_形容詞_ただし く_語尾_く な_形容詞_な い_語尾_い 文_名詞_ぶん と_助詞_と な_動詞_な っ_語尾_っ て_助詞_て しま_動詞_しま う_語尾_う ため_名詞_ため 、_補助記号_、 言語_名詞_げんご モデル_名詞_もでる に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 目的_名詞_もくてき 言語_名詞_げんご と_助詞_と し_動詞_し て_助詞_て 正し_形容詞_ただし く_語尾_く な_形容詞_な い_語尾_い 文_名詞_ぶん を_助詞_を 取り除け_動詞_とりのけ る_語尾_る と_助詞_と 考え_動詞_かんがえ られ_助動詞_られ る_語尾_る 。_補助記号_。 +また_接続詞_また 、_補助記号_、 言語_名詞_げんご モデル_名詞_もでる に_助詞_に つ_動詞_つ い_語尾_い て_助詞_て の_助詞_の 研究_名詞_けんきゅう は_助詞_は 音声_名詞_おんせい 認識_名詞_にんしき など_助詞_など の_助詞_の 分野_名詞_ぶんや に_助詞_に お_動詞_お い_語尾_い て_助詞_て 既に_副詞_すでに 研究_名詞_けんきゅう が_助詞_が 行_動詞_おこな わ_語尾_わ れ_助動詞_れ て_助詞_て お_動詞_お り_語尾_り 、_補助記号_、 その_連体詞_その 知見_名詞_ちけん を_助詞_を 生か_動詞_いか す_語尾_す こと_名詞_こと も_助詞_も でき_動詞_でき る_語尾_る 。_補助記号_。 +実際_名詞_じっさい に_助詞_に は_助詞_は パラレル_名詞_ぱられる コーパス_名詞_こーぱす と_助詞_と 呼_動詞_よ ば_語尾_ば れ_助動詞_れ る_語尾_る 文_名詞_ぶん 同士_接尾辞_どうし の_助詞_の 対応_名詞_たいおう が_助詞_が つ_動詞_つ い_語尾_い た_助動詞_た 2_名詞_2 言語_名詞_げんご 間_接尾辞_かん の_助詞_の コーパス_名詞_こーぱす を_助詞_を 用い_動詞_もちい て_助詞_て この_連体詞_この 確率_名詞_かくりつ を_助詞_を 推定_名詞_すいてい する_動詞_する こと_名詞_こと に_助詞_に な_動詞_な る_語尾_る 。_補助記号_。 +問題_名詞_もんだい +語義_名詞_ごぎ の_助詞_の 多義_名詞_たぎ 性_接尾辞_せい +この_連体詞_この 節_名詞_せつ は_助詞_は 執筆_名詞_しっぴつ の_助詞_の 途中_名詞_とちゅう で_助詞_で す_語尾_す  _補助記号_くうはく この_連体詞_この 節_名詞_せつ は_助詞_は 執筆_名詞_しっぴつ 中_接尾辞_ちゅう で_助動詞_で す_語尾_す 。_補助記号_。 +加筆_名詞_かひつ 、_補助記号_、 訂正_名詞_ていせい し_動詞_し て_助詞_て 下さ_動詞_くださ る_語尾_る 協力_名詞_きょうりょく 者_接尾辞_しゃ を_助詞_を 求め_動詞_もとめ て_助詞_て い_動詞_い ま_助動詞_ま す_語尾_す 。_補助記号_。 +常識_名詞_じょうしき +機械_名詞_きかい に_助詞_に よ_動詞_よ る_語尾_る 翻訳_名詞_ほんやく の_助詞_の 困難_名詞_こんなん さ_接尾辞_さ の_助詞_の ひと_名詞_ひと つ_接尾辞_つ は_助詞_は 、_補助記号_、 それ_代名詞_それ が_助詞_が 文法_名詞_ぶんぽう や_助詞_や 単語_名詞_たんご の_助詞_の 意味_名詞_いみ の_助詞_の 解析_名詞_かいせき と_助詞_と い_動詞_い っ_語尾_っ た_助動詞_た 論理_名詞_ろんり 的_接尾辞_てき 処理_名詞_しょり だけ_助詞_だけ で_助詞_で は_助詞_は 解決_名詞_かいけつ し_動詞_し な_助動詞_な い_語尾_い 点_名詞_てん に_助詞_に も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +たとえば_副詞_たとえば 次_名詞_つぎ の_助詞_の 英語_名詞_えいご の_助詞_の 文_名詞_ぶん は_助詞_は 、_補助記号_、 +Time_名詞_TIME  _補助記号_くうはく flies_名詞_FLIES  _補助記号_くうはく like_名詞_らいく  _補助記号_くうはく an_名詞_AN  _補助記号_くうはく arrow_名詞_ARROW ._補助記号_。 +普通_名詞_ふつう は_助詞_は これ_代名詞_これ を_助詞_を 「_補助記号_「 時_名詞_とき は_助詞_は 矢_名詞_や の_助詞_の よう_形状詞_よう に_助動詞_に 飛び去_動詞_とびさ る_語尾_る 」_補助記号_」 (_補助記号_( 光陰_名詞_こういん 矢_名詞_や の_助詞_の ごと_助動詞_ごと し_語尾_し )_補助記号_) と_助詞_と 解釈_名詞_かいしゃく する_動詞_する が_助詞_が 、_補助記号_、 これ_代名詞_これ を_助詞_を 「_補助記号_「 時間_名詞_じかん 蠅_名詞_はえ は_助詞_は 矢_名詞_や を_助詞_を 好_動詞_この む_語尾_む 」_補助記号_」 と_助詞_と 訳_動詞_やく する_語尾_する こと_名詞_こと も_助詞_も 可能_形状詞_かのう で_助動詞_で 、_補助記号_、 文法_名詞_ぶんぽう 的_接尾辞_てき に_助動詞_に も_助詞_も 破綻_名詞_はたん が_助詞_が な_形容詞_な い_語尾_い 。_補助記号_。 +当然_副詞_とうぜん 、_補助記号_、 普通_名詞_ふつう は_助詞_は 後者_名詞_こうしゃ は_助詞_は 間違い_名詞_まちがい な_助動詞_な の_助詞_の で_助動詞_で あ_動詞_あ る_語尾_る が_助詞_が 、_補助記号_、 後者_名詞_こうしゃ を_助詞_を 捨て去_動詞_すてさ る_語尾_る 判断_名詞_はんだん が_助詞_が でき_動詞_でき る_語尾_る ため_名詞_ため に_助詞_に は_助詞_は 、_補助記号_、 人_名詞_ひと に_助詞_に は_助詞_は 時_名詞_とき が_助詞_が 素早_形容詞_すばや く_語尾_く 過ぎ_動詞_すぎ る_語尾_る と_助詞_と 感_動詞_かん じ_語尾_じ られ_助動詞_られ る_語尾_る こと_名詞_こと が_助詞_が あ_動詞_あ る_語尾_る こと_名詞_こと 、_補助記号_、 矢_名詞_や は_助詞_は 速_形容詞_はや く_語尾_く 飛_動詞_と ぶ_語尾_ぶ こと_名詞_こと 、_補助記号_、 時間_名詞_じかん 蠅_名詞_はえ と_助詞_と い_動詞_い う_語尾_う 生き物_名詞_いきもの は_助詞_は 存在_名詞_そんざい し_動詞_し なさ_動詞_なさ そう_形状詞_そう な_助動詞_な こと_名詞_こと 、_補助記号_、 虫_名詞_むし が_助詞_が 矢_名詞_や を_助詞_を 好_動詞_この む_語尾_む こと_名詞_こと など_助詞_など あ_動詞_あ り_語尾_り そう_形状詞_そう に_助動詞_に な_形容詞_な い_語尾_い こと_名詞_こと 等_接尾辞_とう の_助詞_の 知識_名詞_ちしき が_助詞_が 必要_名詞_ひつよう で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +極論_名詞_きょくろん すれ_動詞_すれ ば_助詞_ば 、_補助記号_、 正し_形容詞_ただし い_語尾_い 翻訳_名詞_ほんやく を_助詞_を 行_動詞_おこな う_語尾_う ため_名詞_ため に_助詞_に は_助詞_は その_連体詞_その 文_名詞_ぶん が_助詞_が かかわ_動詞_かかわ る_語尾_る 世界_名詞_せかい その_連体詞_その もの_名詞_もの に_助詞_に 関_動詞_かん する_語尾_する あらゆる_連体詞_あらゆる 知識_名詞_ちしき や_助詞_や 感覚_名詞_かんかく が_助詞_が 必要_名詞_ひつよう に_助動詞_に な_動詞_な る_語尾_る 。_補助記号_。 +また_接続詞_また 、_補助記号_、 あり_動詞_あり そう_形状詞_そう に_助動詞_に な_形容詞_な い_語尾_い 時間_名詞_じかん 蠅_接尾辞_はえ も_助詞_も 、_補助記号_、 たとえば_副詞_たとえば ルイス_名詞_るいす ・_補助記号_・ キャロル_名詞_きゃろる なら_助動詞_なら 存在_名詞_そんざい さ_動詞_さ せ_助動詞_せ る_語尾_る か_助詞_か も_助詞_も しれ_動詞_しれ ず_助動詞_ず 、_補助記号_、 問題_名詞_もんだい は_助詞_は より_副詞_より 複雑_名詞_ふくざつ に_助動詞_に な_動詞_な る_語尾_る 。_補助記号_。 +翻訳_名詞_ほんやく 支援_名詞_しえん +「_補助記号_「 翻訳_名詞_ほんやく 支援_名詞_しえん ツール_名詞_つーる 」_補助記号_」 および_接続詞_および 「_補助記号_「 翻訳_名詞_ほんやく メモリ_名詞_めもり 」_補助記号_」 も_助詞_も 参照_名詞_さんしょう +いわゆる_連体詞_いわゆる 機械_名詞_きかい 翻訳_名詞_ほんやく は_助詞_は 「_補助記号_「 自動_名詞_じどう 翻訳_名詞_ほんやく 」_補助記号_」 と_助詞_と 「_補助記号_「 翻訳_名詞_ほんやく 支援_名詞_しえん 」_補助記号_」 の_助詞_の 2_名詞_2 つ_接尾辞_つ の_助詞_の まったく_副詞_まったく 異な_動詞_ことな る_語尾_る 方向_名詞_ほうこう で_助詞_で 用い_動詞_もちい られ_助動詞_られ る_語尾_る 。_補助記号_。 +自動_名詞_じどう 翻訳_名詞_ほんやく で_助詞_で は_助詞_は 人間_名詞_にんげん の_助詞_の 介入_名詞_かいにゅう は_助詞_は 最小_名詞_さいしょう 限_接尾辞_げん で_助動詞_で あ_動詞_あ り_語尾_り 、_補助記号_、 すべて_名詞_すべて を_助詞_を 機械_名詞_きかい に_助詞_に 翻訳_名詞_ほんやく さ_動詞_さ せ_助動詞_せ よ_語尾_よ う_助動詞_う と_助詞_と する_動詞_する 。_補助記号_。 +これ_代名詞_これ は_助詞_は 「_補助記号_「 翻訳_名詞_ほんやく 元_名詞_もと の_助詞_の 言語_名詞_げんご を_助詞_を 理解_名詞_りかい する_動詞_する こと_名詞_こと が_助詞_が でき_動詞_でき な_助動詞_な い_語尾_い 人_接尾辞_ひと 」_補助記号_」 の_助詞_の ため_名詞_ため の_助詞_の 技術_名詞_ぎじゅつ で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +翻訳_名詞_ほんやく 支援_名詞_しえん は_助詞_は プロ_名詞_ぷろ の_助詞_の 翻訳_名詞_ほんやく 者_接尾辞_しゃ が_助詞_が 翻訳_名詞_ほんやく 作業_名詞_さぎょう を_助詞_を 効率_名詞_こうりつ 的_接尾辞_てき かつ_接続詞_かつ 高_接頭辞_こう 品質_名詞_ひんしつ に_助詞_に 行_動詞_おこな う_語尾_う ため_名詞_ため に_助詞_に 翻訳_名詞_ほんやく ソフト_名詞_そふと を_助詞_を 活用_名詞_かつよう する_動詞_する もの_名詞_もの で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +これ_代名詞_これ は_助詞_は すでに_副詞_すでに 一部_名詞_いちぶ の_助詞_の 先進_名詞_せんしん 的_接尾辞_てき な_助動詞_な 翻訳_名詞_ほんやく 者_接尾辞_しゃ に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 活用_名詞_かつよう さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +実用_名詞_じつよう 性_接尾辞_せい +現実_名詞_げんじつ の_助詞_の 翻訳_名詞_ほんやく は_助詞_は 互い_名詞_たがい の_助詞_の 言語_名詞_げんご の_助詞_の 関係_名詞_かんけい に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て も_助詞_も 大き_形容詞_おおき く_語尾_く 異な_動詞_ことな る_語尾_る 。_補助記号_。 +言語_名詞_げんご は_助詞_は それぞれ_名詞_それぞれ 孤立_名詞_こりつ し_動詞_し て_助詞_て 存在_名詞_そんざい する_動詞_する もの_名詞_もの で_助動詞_で は_助詞_は な_形容詞_な く_語尾_く 、_補助記号_、 多_形容詞_おお かれ_語尾_かれ 少な_形容詞_すくな かれ_語尾_かれ 互い_名詞_たがい に_助詞_に 影響_名詞_えいきょう し_動詞_し あ_動詞_あ っ_語尾_っ て_助詞_て 存在_名詞_そんざい する_動詞_する 。_補助記号_。 +特に_副詞_とくに 共通_名詞_きょうつう の_助詞_の 歴史_名詞_れきし が_助詞_が 長_形容詞_なが い_語尾_い 場合_名詞_ばあい 、_補助記号_、 文法_名詞_ぶんぽう や_助詞_や 語彙_名詞_ごい に_助詞_に 共通_名詞_きょうつう 性_接尾辞_せい 、_補助記号_、 あるいは_接続詞_あるいは 共通_名詞_きょうつう の_助詞_の 起源_名詞_きげん を_助詞_を 多_形容詞_おお く_語尾_く 持_動詞_も つ_語尾_つ こと_名詞_こと が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +その_連体詞_その よう_形状詞_よう な_助動詞_な 場合_名詞_ばあい 、_補助記号_、 極端_名詞_きょくたん に_助動詞_に 言_動詞_い え_語尾_え ば_助詞_ば 単語_名詞_たんご を_助詞_を 置き換え_動詞_おきかえ る_語尾_る だけ_助詞_だけ で_助詞_で も_助詞_も ある_連体詞_ある 程度_名詞_ていど の_助詞_の レベル_名詞_れべる の_助詞_の 翻訳_名詞_ほんやく が_助詞_が 可能_形状詞_かのう で_助動詞_で あ_動詞_あ る_語尾_る から_助詞_から 、_補助記号_、 機械_名詞_きかい 翻訳_名詞_ほんやく も_助詞_も より_副詞_より 容易_形容詞_ようい い_語尾_い 。_補助記号_。 +だいたい_名詞_だいたい の_助詞_の 意味_名詞_いみ を_助詞_を 知_動詞_し る_語尾_る ため_名詞_ため の_助詞_の 概訳_名詞_がいやく に_助詞_に つ_動詞_つ い_語尾_い て_助詞_て は_助詞_は 、_補助記号_、 フランス_名詞_ふらんす 語_名詞_ご 、_補助記号_、 スペイン_名詞_すぺいん 語_名詞_ご 、_補助記号_、 イタリア_名詞_いたりあ 語_名詞_ご など_助詞_など インド_名詞_いんど ・_補助記号_・ ヨーロッパ_名詞_よーろっぱ 語族_名詞_ごぞく ロマンス_名詞_ろまんす 語_名詞_ご 系_接尾辞_けい 諸語_名詞_しょご 間_接尾辞_かん の_助詞_の 自動_名詞_じどう 翻訳_名詞_ほんやく は_助詞_は 比較_名詞_ひかく 的_接尾辞_てき 順当_名詞_じゅんとう で_助動詞_で あ_動詞_あ り_語尾_り 、_補助記号_、 英語_名詞_えいご と_助詞_と ロマンス_名詞_ろまんす 語_名詞_ご 系_接尾辞_けい あるいは_接続詞_あるいは ゲルマン_名詞_げるまん 語_名詞_ご 系_接尾辞_けい 言語_名詞_げんご と_助詞_と の_助詞_の 間_名詞_あいだ の_助詞_の 自動_名詞_じどう 翻訳_名詞_ほんやく も_助詞_も 実用_名詞_じつよう レベル_名詞_れべる に_助詞_に 達_動詞_たっ し_語尾_し て_助詞_て い_動詞_い る_語尾_る と_助詞_と いえ_動詞_いえ る_語尾_る 。_補助記号_。 +日本_名詞_にっぽん 語_名詞_ご から_助詞_から の_助詞_の 翻訳_名詞_ほんやく の_助詞_の 場合_名詞_ばあい 、_補助記号_、 実用_名詞_じつよう の_助詞_の レベル_名詞_れべる に_助詞_に あ_動詞_あ る_語尾_る の_助詞_の は_助詞_は 日韓_名詞_にっかん 自動_名詞_じどう 翻訳_名詞_ほんやく で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +日本_名詞_にっぽん 語_名詞_ご と_助詞_と 韓国_名詞_かんこく 語_名詞_ご は_助詞_は 膠着_名詞_こうちゃく 語_名詞_ご で_助動詞_で あ_動詞_あ る_語尾_る と_助詞_と い_動詞_い う_語尾_う 文法_名詞_ぶんぽう 的_接尾辞_てき 共通_名詞_きょうつう 性_接尾辞_せい や_助詞_や 、_補助記号_、 漢語_名詞_かんご から_助詞_から の_助詞_の 借用語_名詞_しゃくようご も_助詞_も あ_動詞_あ り_語尾_り 、_補助記号_、 自動_名詞_じどう 翻訳_名詞_ほんやく の_助詞_の 精度_名詞_せいど は_助詞_は 文体_名詞_ぶんたい に_助詞_に も_助詞_も よる_名詞_よる が_助詞_が 普通_名詞_ふつう 80_名詞_80 %_接尾辞_% ~_補助記号_〜 90_名詞_90 %_接尾辞_% で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +この_連体詞_この ため_名詞_ため 、_補助記号_、 日韓_名詞_にっかん 間_接尾辞_かん で_助詞_で は_助詞_は 自動_名詞_じどう 翻訳_名詞_ほんやく 掲示_名詞_けいじ 板_接尾辞_ばん など_助詞_など 実用_名詞_じつよう サイト_名詞_さいと も_助詞_も 存在_名詞_そんざい する_動詞_する 。_補助記号_。 +(_補助記号_( 外部_名詞_がいぶ リンク_名詞_りんく 、_補助記号_、 NAVER_名詞_NAVER 日韓_名詞_にっかん 自動_名詞_じどう 翻訳_名詞_ほんやく 掲示_名詞_けいじ 板_接尾辞_ばん 参照_名詞_さんしょう )_補助記号_) 。_補助記号_。 +日本_名詞_にっぽん 語_名詞_ご の_助詞_の 場合_名詞_ばあい 助詞_名詞_じょし や_助詞_や 同音_名詞_どうおん 異義_名詞_いぎ 語_名詞_ご が_助詞_が 多数_名詞_たすう 存在_名詞_そんざい する_動詞_する ため_名詞_ため に_助詞_に 形態_名詞_けいたい 素_接尾辞_そ 解析_名詞_かいせき の_助詞_の 段階_名詞_だんかい で_助詞_で 翻訳_名詞_ほんやく に_助詞_に 困難_名詞_こんなん を_助詞_を きた_動詞_きた す_語尾_す 。_補助記号_。 +ゆえ_名詞_ゆえ に_助詞_に 一般_名詞_いっぱん に_助詞_に 英日_名詞_えいにち 翻訳_名詞_ほんやく に_助詞_に 比べ_動詞_くらべ て_助詞_て 日英_名詞_にちえい 翻訳_名詞_ほんやく の_助詞_の 能力_名詞_のうりょく は_助詞_は 低_形容詞_ひく い_語尾_い 段階_名詞_だんかい に_助詞_に あ_動詞_あ る_語尾_る  _補助記号_くうはく 。_補助記号_。 +英語_名詞_えいご の_助詞_の 語学_名詞_ごがく 力_接尾辞_りょく の_助詞_の な_形容詞_な い_語尾_い 人_名詞_ひと が_助詞_が 英訳_名詞_えいやく を_助詞_を 行_動詞_おこな い_語尾_い 出来上が_動詞_できあが っ_語尾_っ た_助動詞_た 英文_名詞_えいぶん の_助詞_の 評価_名詞_ひょうか が_助詞_が 出来_動詞_でき な_助動詞_な い_語尾_い 場合_名詞_ばあい 、_補助記号_、 英訳_名詞_えいやく し_動詞_し た_助動詞_た 文_名詞_ぶん を_助詞_を 日本_名詞_にっぽん 語_名詞_ご に_助詞_に 再_接頭辞_さい 変換_名詞_へんかん し_動詞_し て_助詞_て み_動詞_み て_助詞_て 日本_名詞_にほん 語_名詞_ご で_助詞_で 意味_名詞_いみ が_助詞_が 通_動詞_とお る_語尾_る か_助詞_か どう_副詞_どう か_助詞_か 確認_名詞_かくにん し_動詞_し て_助詞_て み_動詞_み る_語尾_る と_助詞_と 良_形容詞_よ い_語尾_い 。_補助記号_。 +翻訳_名詞_ほんやく 支援_名詞_しえん の_助詞_の 場合_名詞_ばあい 、_補助記号_、 で_助詞_で は_助詞_は 、_補助記号_、 特定_名詞_とくてい の_助詞_の 分野_名詞_ぶんや の_助詞_の 翻訳_名詞_ほんやく に_助詞_に 適_動詞_てき し_語尾_し た_助動詞_た ユーザー_名詞_ゆーざー 辞書_名詞_じしょ を_助詞_を 作成_名詞_さくせい する_動詞_する こと_名詞_こと に_助詞_に よ_動詞_よ り_語尾_り 、_補助記号_、 翻訳_名詞_ほんやく ソフト_名詞_そふと の_助詞_の 訳質_名詞_やくしち は_助詞_は 大幅_形状詞_おおはば に_助動詞_に 向上_名詞_こうじょう する_動詞_する 。_補助記号_。 +だ_助動詞_だ が_助詞_が 一定_名詞_いってい 規模_名詞_きぼ の_助詞_の 企業_名詞_きぎょう ・_補助記号_・ 組織_名詞_そしき ユーザー_名詞_ゆーざー 以外_名詞_いがい の_助詞_の 、_補助記号_、 一般_名詞_いっぱん ユーザー_名詞_ゆーざー の_助詞_の 小_接頭辞_しょう 規模_名詞_きぼ な_助動詞_な 利用_名詞_りよう シナリオ_名詞_しなりお で_助詞_で は_助詞_は 、_補助記号_、 ユーザー_名詞_ゆーざー 辞書_名詞_じしょ の_助詞_の 利用_名詞_りよう 効果_名詞_こうか より_助詞_より も_助詞_も 作成_名詞_さくせい に_助詞_に かか_動詞_かか る_語尾_る 時間_名詞_じかん ・_補助記号_・ 労力_名詞_ろうりょく の_助詞_の ほう_名詞_ほう が_助詞_が 大き_形容詞_おおき い_語尾_い 。_補助記号_。 +その_連体詞_その 理由_名詞_りゆう に_助詞_に は_助詞_は 、_補助記号_、 辞書_名詞_じしょ 作成_名詞_さくせい に_助詞_に 技能_名詞_ぎのう を_助詞_を 要_動詞_よう する_語尾_する 、_補助記号_、 ユーザー_名詞_ゆーざー 辞書_名詞_じしょ の_助詞_の コンテンツ_名詞_こんてんつ が_助詞_が な_動詞_な い_語尾_い 、_補助記号_、 辞書_名詞_じしょ の_助詞_の 相互_名詞_そうご 利用_名詞_りよう の_助詞_の ため_名詞_ため の_助詞_の インフラ_名詞_いんふら が_助詞_が な_形容詞_な い_語尾_い 、_補助記号_、 翻訳_名詞_ほんやく の_助詞_の 量_名詞_りょう が_助詞_が 少な_形容詞_すくな い_語尾_い (_補助記号_( 規模_名詞_きぼ が_助詞_が 少な_形容詞_すくな い_語尾_い ・_補助記号_・ 頻度_名詞_ひんど が_助詞_が 少な_形容詞_すくな い_語尾_い )_補助記号_) と_助詞_と い_動詞_い っ_語尾_っ た_助動詞_た こと_名詞_こと が_助詞_が 考え_動詞_かんがえ られ_助動詞_られ る_語尾_る 。_補助記号_。 +これ_代名詞_これ ら_接尾辞_ら の_助詞_の 問題_名詞_もんだい を_助詞_を 解決_名詞_かいけつ する_動詞_する ため_名詞_ため に_助詞_に 、_補助記号_、 AAMT_名詞_AAMT (_補助記号_( アジア_名詞_あじあ 太平_名詞_たいへい 洋_接尾辞_よう 機械_名詞_きかい 翻訳_名詞_ほんやく 協会_名詞_きょうかい )_補助記号_) が_助詞_が ユーザー_名詞_ゆーざー 辞書_名詞_じしょ を_助詞_を 共有_名詞_きょうゆう する_動詞_する ため_名詞_ため の_助詞_の 仕様_名詞_しよう で_助詞_で あ_動詞_あ る_語尾_る UPF_名詞_UPF を_助詞_を 策定_名詞_さくてい し_動詞_し た_助動詞_た 。_補助記号_。 +その_連体詞_その 後_名詞_ご 、_補助記号_、 2006_名詞_にせんろく 年_接尾辞_ねん から_助詞_から 後継_名詞_こうけい の_助詞_の 仕様_名詞_しよう で_助詞_で あ_動詞_あ る_語尾_る UTX_名詞_UTX が_助詞_が 現在_名詞_げんざい 策定_名詞_さくてい 中_接尾辞_ちゅう で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +翻訳_名詞_ほんやく ソフト_名詞_そふと (_補助記号_( ほんやく_名詞_ほんやく ソフト_名詞_そふと )_補助記号_) と_助詞_と は_助詞_は 、_補助記号_、 パソコン_名詞_ぱそこん 上_接尾辞_じょう で_助詞_で 翻訳_名詞_ほんやく を_助詞_を 行_動詞_おこな う_語尾_う ソフトウェア_名詞_そふとうぇあ で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +機械_名詞_きかい 翻訳_名詞_ほんやく の_助詞_の 項_名詞_こう も_助詞_も 参照_名詞_さんしょう 。_補助記号_。 +目次_名詞_もくじ +1_名詞_1  _補助記号_くうはく 翻訳_名詞_ほんやく ソフト_名詞_そふと と_助詞_と 機械_名詞_きかい 翻訳_名詞_ほんやく +2_名詞_2  _補助記号_くうはく 翻訳_名詞_ほんやく ソフト_名詞_そふと の_助詞_の 種類_名詞_しゅるい +3_名詞_3  _補助記号_くうはく 翻訳_名詞_ほんやく ソフト_名詞_そふと の_助詞_の 特性_名詞_とくせい +4_名詞_4  _補助記号_くうはく 代表_名詞_だいひょう 的_接尾辞_てき な_助動詞_な 翻訳_名詞_ほんやく ソフト_名詞_そふと +5_名詞_5  _補助記号_くうはく 関連_名詞_かんれん 項目_名詞_こうもく +翻訳_名詞_ほんやく ソフト_名詞_そふと と_助詞_と 機械_名詞_きかい 翻訳_名詞_ほんやく +現在_名詞_げんざい で_助詞_で は_助詞_は 機械_名詞_きかい 翻訳_名詞_ほんやく (_補助記号_( machine_名詞_MACHINE  _補助記号_くうはく translation_名詞_TRANSLATION )_補助記号_) は_助詞_は ソフトウェア_名詞_そふとうぇあ に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 行_動詞_おこな わ_語尾_わ れ_助動詞_れ 、_補助記号_、 その_連体詞_その 意味_名詞_いみ で_助詞_で は_助詞_は 「_補助記号_「 機械_名詞_きかい 翻訳_名詞_ほんやく  _補助記号_くうはく =_補助記号_=  _補助記号_くうはく 翻訳_名詞_ほんやく ソフト_名詞_そふと 」_補助記号_」 で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +しかし_接続詞_しかし 、_補助記号_、 機械_名詞_きかい 翻訳_名詞_ほんやく の_助詞_の 概念_名詞_がいねん は_助詞_は コンピュータ_名詞_こんぴゅーた より_助詞_より 以前_名詞_いぜん に_助詞_に 存在_名詞_そんざい する_動詞_する 。_補助記号_。 +コンピュータ_名詞_こんぴゅーた 翻訳_名詞_ほんやく と_助詞_と 言_動詞_い わ_語尾_わ ず_助動詞_ず に_助詞_に 、_補助記号_、 機械_名詞_きかい 翻訳_名詞_ほんやく と_助詞_と い_動詞_い う_語尾_う の_助詞_の は_助詞_は その_連体詞_その せい_名詞_せい で_助動詞_で あ_動詞_あ ろ_語尾_ろ う_助動詞_う 。_補助記号_。 +しかし_接続詞_しかし 、_補助記号_、 機械_名詞_きかい 翻訳_名詞_ほんやく と_助詞_と い_動詞_い う_語尾_う 表現_名詞_ひょうげん は_助詞_は 、_補助記号_、 人間_名詞_にんげん の_助詞_の 主体_名詞_しゅたい 性_接尾辞_せい が_助詞_が 低_形容詞_ひく く_語尾_く 、_補助記号_、 と_副詞_と も_助詞_も すれ_動詞_すれ ば_助詞_ば 「_補助記号_「 機械_名詞_きかい が_助詞_が 最初_名詞_さいしょ から_助詞_から 最後_名詞_さいご まで_助詞_まで すべて_名詞_すべて 翻訳_名詞_ほんやく する_動詞_する 」_補助記号_」 と_助詞_と い_動詞_い う_語尾_う 印象_名詞_いんしょう を_助詞_を 与え_動詞_あたえ がち_接尾辞_がち で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +これ_代名詞_これ は_助詞_は 、_補助記号_、 「_補助記号_「 翻訳_名詞_ほんやく 作業_名詞_さぎょう 支援_名詞_しえん ツール_名詞_つーる と_助詞_と し_動詞_し て_助詞_て の_助詞_の 翻訳_名詞_ほんやく ソフト_名詞_そふと 」_補助記号_」 の_助詞_の 理解_名詞_りかい の_助詞_の 妨げ_名詞_さまたげ と_助詞_と な_動詞_な る_語尾_る こと_名詞_こと も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +その_連体詞_その ため_名詞_ため 、_補助記号_、 機械_名詞_きかい 翻訳_名詞_ほんやく と_助詞_と い_動詞_い う_語尾_う 表現_名詞_ひょうげん を_助詞_を 避け_動詞_さけ て_助詞_て 、_補助記号_、 「_補助記号_「 翻訳_名詞_ほんやく ソフト_名詞_そふと 」_補助記号_」 と_助詞_と 言い換え_動詞_いいかえ る_語尾_る こと_名詞_こと を_助詞_を 勧め_動詞_すすめ る_語尾_る 人_名詞_ひと も_助詞_も い_動詞_い る_語尾_る 。_補助記号_。 +翻訳_名詞_ほんやく ソフト_名詞_そふと の_助詞_の 種類_名詞_しゅるい +無料_名詞_むりょう から_助詞_から 数_名詞_すう 万_名詞_まん 円_接尾辞_えん 程度_名詞_ていど の_助詞_の 一般_名詞_いっぱん 消費_名詞_しょうひ 者_接尾辞_しゃ 向け_接尾辞_むけ の_助詞_の 製品_名詞_せいひん と_助詞_と 、_補助記号_、 数_名詞_すう 万_名詞_まん 円_接尾辞_えん から_助詞_から 10_名詞_10 万_名詞_まん 円_接尾辞_えん 前後_名詞_ぜんご の_助詞_の 業務_名詞_ぎょうむ 用_接尾辞_よう 製品_名詞_せいひん に_助詞_に 大別_名詞_たいべつ さ_動詞_さ れ_助動詞_れ る_語尾_る 。_補助記号_。 +前者_名詞_ぜんしゃ は_助詞_は 自動_名詞_じどう 翻訳_名詞_ほんやく を_助詞_を 主眼_名詞_しゅがん に_助詞_に 置_動詞_お き_語尾_き 、_補助記号_、 「_補助記号_「 英語_名詞_えいご が_助詞_が 苦手_名詞_にがて な_助動詞_な ユーザー_名詞_ゆーざー 」_補助記号_」 が_助詞_が 「_補助記号_「 ボタン_名詞_ぼたん 一_名詞_ひと つ_接尾辞_つ で_助詞_で 翻訳_名詞_ほんやく 」_補助記号_」 と_助詞_と い_動詞_い っ_語尾_っ た_助動詞_た 手軽_形状詞_てがる さ_接尾辞_さ を_助詞_を 志向_名詞_しこう し_動詞_し て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +これ_代名詞_これ に_助詞_に 対_動詞_たい し_語尾_し て_助詞_て 、_補助記号_、 後者_名詞_こうしゃ は_助詞_は 専門_名詞_せんもん 辞書_名詞_じしょ や_助詞_や 辞書_名詞_じしょ の_助詞_の 管理_名詞_かんり 機能_名詞_きのう など_助詞_など が_助詞_が 充実_名詞_じゅうじつ し_動詞_し て_助詞_て お_動詞_お り_語尾_り 、_補助記号_、 翻訳_名詞_ほんやく 支援_名詞_しえん に_助詞_に 使_動詞_つか わ_語尾_わ れ_助動詞_れ る_語尾_る 。_補助記号_。 +翻訳_名詞_ほんやく メモリ_名詞_めもり と_助詞_と の_助詞_の 連携_名詞_れんけい が_助詞_が 可能_形状詞_かのう な_助動詞_な 製品_名詞_せいひん も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +対話_名詞_たいわ 的_接尾辞_てき 翻訳_名詞_ほんやく が_助詞_が 可能_形状詞_かのう な_助動詞_な 対訳_名詞_たいやく エディタ_名詞_えでぃた は_助詞_は 、_補助記号_、 最近_名詞_さいきん は_助詞_は 安価_形状詞_あんか な_助動詞_な 製品_名詞_せいひん に_助詞_に も_助詞_も 搭載_名詞_とうさい さ_動詞_さ れ_助動詞_れ る_語尾_る よう_形状詞_よう に_助動詞_に な_動詞_な っ_語尾_っ た_助動詞_た が_助詞_が 、_補助記号_、 上位_名詞_じょうい 製品_名詞_せいひん で_助詞_で は_助詞_は 必須_名詞_ひっす で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +業務_名詞_ぎょうむ 用_接尾辞_よう 翻訳_名詞_ほんやく ソフト_名詞_そふと は_助詞_は 、_補助記号_、 「_補助記号_「 それ_代名詞_それ を_助詞_を 使_動詞_つか え_語尾_え ば_助詞_ば 誰_代名詞_だれ で_助詞_で も_助詞_も プロ_名詞_ぷろ 並み_接尾辞_なみ の_助詞_の 翻訳_名詞_ほんやく が_助詞_が でき_動詞_でき る_語尾_る 」_補助記号_」 と_助詞_と い_動詞_い っ_語尾_っ た_助動詞_た もの_名詞_もの で_助動詞_で は_助詞_は な_形容詞_な い_語尾_い 。_補助記号_。 +業務_名詞_ぎょうむ 用_接尾辞_よう 翻訳_名詞_ほんやく ソフト_名詞_そふと を_助詞_を 「_補助記号_「 英語_名詞_えいご が_助詞_が 苦手_名詞_にがて な_助動詞_な ユーザー_名詞_ゆーざー 」_補助記号_」 が_助詞_が 購入_名詞_こうにゅう する_動詞_する 場合_名詞_ばあい も_助詞_も あ_動詞_あ る_語尾_る が_助詞_が 、_補助記号_、 業務_名詞_ぎょうむ 用_接尾辞_よう 翻訳_名詞_ほんやく ソフト_名詞_そふと は_助詞_は 専門_名詞_せんもん 知識_名詞_ちしき と_助詞_と 技能_名詞_ぎのう を_助詞_を 備え_動詞_そなえ た_助動詞_た 翻訳_名詞_ほんやく 者_接尾辞_しゃ に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て のみ_助詞_のみ 、_補助記号_、 その_連体詞_その 真価_名詞_しんか を_助詞_を 発揮_名詞_はっき でき_動詞_でき る_語尾_る 。_補助記号_。 +翻訳_名詞_ほんやく ソフト_名詞_そふと の_助詞_の 特性_名詞_とくせい +翻訳_名詞_ほんやく ソフト_名詞_そふと は_助詞_は 、_補助記号_、 手紙_名詞_てがみ の_助詞_の よう_形状詞_よう に_助動詞_に 非_接頭辞_ひ 定型_名詞_ていけい 的_接尾辞_てき な_助動詞_な 文章_名詞_ぶんしょう や_助詞_や 、_補助記号_、 ニュース_名詞_にゅーす など_助詞_など 新語_名詞_しんご や_助詞_や 固有_名詞_こゆう 名詞_名詞_めいし が_助詞_が 多_形容詞_おお く_語尾_く 、_補助記号_、 多様_形状詞_たよう な_助動詞_な 話題_名詞_わだい で_助動詞_で あ_動詞_あ る_語尾_る 文章_名詞_ぶんしょう は_助詞_は 苦手_名詞_にがて で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +専門_名詞_せんもん 的_接尾辞_てき な_助動詞_な 内容_名詞_ないよう で_助動詞_で あ_動詞_あ っ_語尾_っ て_助詞_て も_助詞_も 、_補助記号_、 定型_名詞_ていけい 的_接尾辞_てき で_助動詞_で 不_接頭辞_ふ 特定_名詞_とくてい 多数_名詞_たすう を_助詞_を 対象_名詞_たいしょう と_助詞_と し_動詞_し て_助詞_て 分か_動詞_わか り_語尾_り やす_形容詞_やす く_語尾_く 書_動詞_か か_語尾_か れ_助動詞_れ た_助動詞_た 文章_名詞_ぶんしょう 、_補助記号_、 つまり_副詞_つまり マニュアル_名詞_まにゅある など_助詞_など の_助詞_の 文章_名詞_ぶんしょう で_助詞_で は_助詞_は 効果_名詞_こうか が_助詞_が 高_形容詞_だか い_語尾_い 。_補助記号_。 +適切_形状詞_てきせつ な_助動詞_な 専門_名詞_せんもん 用語_名詞_ようご 辞書_名詞_じしょ さえ_助詞_さえ あ_動詞_あ れ_語尾_れ ば_助詞_ば 、_補助記号_、 専門_名詞_せんもん 性_接尾辞_せい が_助詞_が 高_形容詞_たか けれ_語尾_けれ ば_助詞_ば 高_形容詞_たか い_語尾_い ほど_助詞_ほど その_連体詞_その 有用_名詞_ゆうよう 性_接尾辞_せい は_助詞_は 高ま_動詞_たかま る_語尾_る 。_補助記号_。 +固有_名詞_こゆう 表現_名詞_ひょうげん 抽出_名詞_ちゅうしゅつ (_補助記号_( こゆう_名詞_こゆう ひょうげん_名詞_ひょうげん ちゅうしゅつ_名詞_ちゅうしゅつ 、_補助記号_、 英_名詞_えい :_補助記号_:  _補助記号_くうはく named_名詞_NAMED  _補助記号_くうはく entity_名詞_ENTITY  _補助記号_くうはく extraction_名詞_EXTRACTION 、_補助記号_、 named_名詞_NAMED  _補助記号_くうはく entity_名詞_ENTITY  _補助記号_くうはく recognition_英単語_RECOGNITION )_補助記号_) と_助詞_と は_助詞_は 、_補助記号_、 計算_名詞_けいさん 機_接尾辞_き を_助詞_を 用い_動詞_もちい た_助動詞_た 自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり 技術_名詞_ぎじゅつ の_助詞_の 一_名詞_ひと つ_接尾辞_つ で_助動詞_で あ_動詞_あ り_語尾_り 、_補助記号_、 固有_名詞_こゆう 名詞_名詞_めいし (_補助記号_( 人名_名詞_じんめい 、_補助記号_、 地名_名詞_ちめい など_助詞_など )_補助記号_) や_助詞_や 日付_名詞_ひずけ 、_補助記号_、 時間_名詞_じかん 表現_名詞_ひょうげん など_助詞_など を_助詞_を 抽出_名詞_ちゅうしゅつ する_動詞_する 技術_名詞_ぎじゅつ で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +情報_名詞_じょうほう 抽出_名詞_ちゅうしゅつ の_助詞_の 一_名詞_いっ 分野_名詞_ぶんや で_助動詞_で あ_動詞_あ る_語尾_る と_助詞_と さ_動詞_さ れ_助動詞_れ る_語尾_る 。_補助記号_。 +目次_名詞_もくじ +1_名詞_1  _補助記号_くうはく 目的_名詞_もくてき +2_名詞_2  _補助記号_くうはく 歴史_名詞_れきし +3_名詞_3  _補助記号_くうはく 具体_名詞_ぐたい 例_名詞_れい +4_名詞_4  _補助記号_くうはく 手法_名詞_しゅほう +5_名詞_5  _補助記号_くうはく 固有_名詞_こゆう 表現_名詞_ひょうげん 分類_名詞_ぶんるい +6_名詞_6  _補助記号_くうはく 参考_名詞_さんこう 文献_名詞_ぶんけん +7_名詞_7  _補助記号_くうはく 関連_名詞_かんれん 項目_名詞_こうもく +8_名詞_8  _補助記号_くうはく 外部_名詞_がいぶ リンク_名詞_りんく +目的_名詞_もくてき +新聞_名詞_しんぶん 記事_名詞_きじ など_助詞_など 現実_名詞_げんじつ 世界_名詞_せかい に_助詞_に 存在_名詞_そんざい する_動詞_する テキスト_名詞_てきすと に_助詞_に は_助詞_は 大量_名詞_たいりょう の_助詞_の 固有_名詞_こゆう 表現_名詞_ひょうげん  _補助記号_くうはく (_補助記号_( Named_名詞_NAMED  _補助記号_くうはく Entity_名詞_えんてぃてぃー )_補助記号_)  _補助記号_くうはく が_助詞_が 含_動詞_ふく ま_語尾_ま れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +形態_名詞_けいたい 素_接尾辞_そ 解析_名詞_かいせき など_助詞_など を_助詞_を 行な_動詞_おこな う_語尾_う 際_名詞_さい 、_補助記号_、 それ_代名詞_それ ら_接尾辞_ら の_助詞_の 固有_名詞_こゆう 表現_名詞_ひょうげん は_助詞_は 辞書_名詞_じしょ に_助詞_に 登録_名詞_とうろく さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い な_助動詞_な い_語尾_い 場合_名詞_ばあい 、_補助記号_、 未知_名詞_みち 語_名詞_ご と_助詞_と し_動詞_し て_助詞_て 扱_動詞_あつか わ_語尾_わ れ_助動詞_れ 、_補助記号_、 解析_名詞_かいせき の_助詞_の 誤り_名詞_あやまり を_助詞_を 起こ_動詞_おこ す_語尾_す 。_補助記号_。 +その_連体詞_その ため_名詞_ため 、_補助記号_、 様々_形状詞_さまざま な_助動詞_な 固有_名詞_こゆう 表現_名詞_ひょうげん を_助詞_を 辞書_名詞_じしょ に_助詞_に 登録_名詞_とうろく する_動詞_する 必要_名詞_ひつよう が_助詞_が あ_動詞_あ る_語尾_る が_助詞_が 、_補助記号_、 前述_名詞_ぜんじゅつ の_助詞_の 通り_名詞_とおり 、_補助記号_、 現実_名詞_げんじつ の_助詞_の テキスト_名詞_てきすと に_助詞_に は_助詞_は 大量_名詞_たいりょう の_助詞_の 固有_名詞_こゆう 表現_名詞_ひょうげん が_助詞_が 存在_名詞_そんざい し_動詞_し 、_補助記号_、 人手_名詞_ひとで で_助詞_で それ_代名詞_それ ら_接尾辞_ら を_助詞_を 登録_名詞_とうろく する_動詞_する こと_名詞_こと は_助詞_は 困難_名詞_こんなん で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +この_連体詞_この 問題_名詞_もんだい を_助詞_を 解決_名詞_かいけつ する_動詞_する ため_名詞_ため 、_補助記号_、 計算_名詞_けいさん 機_接尾辞_き に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 大量_名詞_たいりょう の_助詞_の テキスト_名詞_てきすと から_助詞_から 固有_名詞_こゆう 表現_名詞_ひょうげん を_助詞_を 自動_名詞_じどう 的_接尾辞_てき に_助動詞_に 抽出_名詞_ちゅうしゅつ する_動詞_する 技術_名詞_ぎじゅつ が_助詞_が 生まれ_動詞_うまれ た_助動詞_た 。_補助記号_。 +歴史_名詞_れきし +この_連体詞_この 節_名詞_せつ は_助詞_は 執筆_名詞_しっぴつ の_助詞_の 途中_名詞_とちゅう で_助詞_で す_語尾_す  _補助記号_くうはく この_連体詞_この 節_名詞_せつ は_助詞_は 執筆_名詞_しっぴつ 中_接尾辞_ちゅう で_助動詞_で す_語尾_す 。_補助記号_。 +加筆_名詞_かひつ 、_補助記号_、 訂正_名詞_ていせい し_動詞_し て_助詞_て 下さ_動詞_くださ る_語尾_る 協力_名詞_きょうりょく 者_接尾辞_しゃ を_助詞_を 求め_動詞_もとめ て_助詞_て い_動詞_い ま_助動詞_ま す_語尾_す 。_補助記号_。 +固有_名詞_こゆう 表現_名詞_ひょうげん と_助詞_と い_動詞_い う_語尾_う 概念_名詞_がいねん と_助詞_と 固有_名詞_こゆう 表現_名詞_ひょうげん 抽出_名詞_ちゅうしゅつ が_助詞_が 提唱_名詞_ていしょう さ_動詞_さ れ_助動詞_れ た_助動詞_た の_助詞_の は_助詞_は 、_補助記号_、 1990_名詞_せんきゅうひゃくきゅうじゅう 年頃_名詞_としごろ アメリカ_名詞_あめりか 合衆_名詞_がっしゅう 国_接尾辞_こく の_助詞_の DARPA_名詞_だーぱ が_助詞_が 組織_名詞_そしき し_動詞_し た_助動詞_た 評価_名詞_ひょうか 型_接尾辞_がた プロジェクト_名詞_ぷろじぇくと  _補助記号_くうはく MUC_名詞_MUC  _補助記号_くうはく (_補助記号_( Message _英単語_MESSAGE_ Understand_英単語_UNDERSTAND ing_名詞_いんぐ  _補助記号_くうはく Conference_名詞_こんふぁれんす )_補助記号_)  _補助記号_くうはく に_助詞_に お_動詞_お い_語尾_い て_助詞_て で_助動詞_で あ_動詞_あ る_語尾_る と_助詞_と さ_動詞_さ れ_助動詞_れ る_語尾_る 。_補助記号_。 +日本_名詞_にっぽん 国_接尾辞_こく 内_接尾辞_ない に_助詞_に お_動詞_お い_語尾_い て_助詞_て は_助詞_は 情報_名詞_じょうほう 抽出_名詞_ちゅうしゅつ ・_補助記号_・ 情報_名詞_じょうほう 検索_名詞_けんさく の_助詞_の 評価_名詞_ひょうか 型_接尾辞_がた ワークショップ_名詞_わーくしょっぷ で_助動詞_で あ_動詞_あ る_語尾_る  _補助記号_くうはく IREX_名詞_IREX  _補助記号_くうはく (_補助記号_( Information_英単語_INFORMATION  _補助記号_くうはく Retr_英単語_RETR ieval_英単語_IEVAL  _補助記号_くうはく and_名詞_AND  _補助記号_くうはく Extraction_名詞_EXTRACTION  _補助記号_くうはく Exercise_名詞_EXERCISE )_補助記号_)  _補助記号_くうはく に_助詞_に おけ_動詞_おけ る_助動詞_る 情報_名詞_じょうほう 抽出_名詞_ちゅうしゅつ の_助詞_の 共有_名詞_きょうゆう タスク_名詞_たすく の_助詞_の 一_名詞_ひと つ_接尾辞_つ と_助詞_と し_動詞_し て_助詞_て 出題_名詞_しゅつだい さ_動詞_さ れ_助動詞_れ た_助動詞_た 。_補助記号_。 +自然_名詞_しぜん 言語_名詞_げんご 生成_名詞_せいせい (_補助記号_( 英_名詞_えい :_補助記号_:  _補助記号_くうはく Natural_名詞_NATURAL  _補助記号_くうはく language _英単語_LANGUAGE_ generation_英単語_GENERATION )_補助記号_) と_助詞_と は_助詞_は 、_補助記号_、 自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり の_助詞_の 一種_名詞_いっしゅ で_助詞_で 知識_名詞_ちしき ベース_名詞_べーす や_助詞_や 論理_名詞_ろんり 形式_名詞_けいしき など_助詞_など の_助詞_の 機械_名詞_きかい 表現_名詞_ひょうげん 系_接尾辞_けい から_助詞_から 自然_名詞_しぜん 言語_名詞_げんご を_助詞_を 生成_名詞_せいせい する_動詞_する こと_名詞_こと を_助詞_を 言_動詞_い う_語尾_う 。_補助記号_。 +自然_名詞_しぜん 言語_名詞_げんご 理解_名詞_りかい の_助詞_の 逆_名詞_ぎゃく と_助詞_と 言_動詞_い わ_語尾_わ れ_助動詞_れ る_語尾_る こと_名詞_こと も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +自然_名詞_しぜん 言語_名詞_げんご 理解_名詞_りかい が_助詞_が 入力_名詞_にゅうりょく 文_名詞_ぶん を_助詞_を 明確_形状詞_めいかく 化_接尾辞_か し_動詞_し て_助詞_て 機械_名詞_きかい 表現_名詞_ひょうげん 言語_名詞_げんご を_助詞_を 生成_名詞_せいせい する_動詞_する の_助詞_の に_助詞_に 対_動詞_たい し_語尾_し て_助詞_て 、_補助記号_、 自然_名詞_しぜん 言語_名詞_げんご 生成_名詞_せいせい は_助詞_は 概念_名詞_がいねん を_助詞_を 如何_名詞_どう に_助詞_に し_動詞_し て_助詞_て 言葉_名詞_ことば で_助詞_で 表_動詞_あらわ すか_名詞_すか に_助詞_に つ_動詞_つ い_語尾_い て_助詞_て 判断_名詞_はんだん を_助詞_を 必要_名詞_ひつよう と_助詞_と する_動詞_する 。_補助記号_。 +目次_名詞_もくじ +1_名詞_1  _補助記号_くうはく 概要_名詞_がいよう +2_名詞_2  _補助記号_くうはく 応用_名詞_おうよう +3_名詞_3  _補助記号_くうはく 参考_名詞_さんこう 文献_名詞_ぶんけん +4_名詞_4  _補助記号_くうはく 外部_名詞_がいぶ リンク_名詞_りんく +概要_名詞_がいよう +テキスト_名詞_てきすと 生成_名詞_せいせい プロセス_名詞_ぷろせす に_助詞_に は_助詞_は 、_補助記号_、 たとえば_副詞_たとえば 決まり_名詞_きまり 文句_名詞_もんく の_助詞_の 一覧_名詞_いちらん から_助詞_から 選_動詞_えら ば_語尾_ば れ_助動詞_れ た_助動詞_た 言葉_名詞_ことば を_助詞_を 接続_名詞_せつぞく 用_接尾辞_よう テキスト_名詞_てきすと で_助詞_で 繋げ_動詞_つなげ る_語尾_る と_助詞_と い_動詞_い っ_語尾_っ た_助動詞_た 単純_形状詞_たんじゅん な_助動詞_な 処理_名詞_しょり も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +これ_代名詞_これ は_助詞_は 例えば_副詞_たとえば 、_補助記号_、 占い_名詞_うらない 機械_名詞_きかい や_助詞_や パーソナライズ_名詞_ぱーそならいず さ_動詞_さ れ_助動詞_れ た_助動詞_た ビジネス_名詞_びじねす レター_名詞_れたー の_助詞_の よう_形状詞_よう な_助動詞_な 領域_名詞_りょういき で_助詞_で は_助詞_は 十分_形状詞_じゅうぶん な_助動詞_な 文章_名詞_ぶんしょう を_助詞_を 生成_名詞_せいせい する_動詞_する 。_補助記号_。 +しかし_接続詞_しかし 洗練_名詞_せんれん さ_動詞_さ れ_助動詞_れ た_助動詞_た 自然_名詞_しぜん 言語_名詞_げんご 生成_名詞_せいせい システム_名詞_しすてむ で_助詞_で は_助詞_は 、_補助記号_、 決まり_名詞_きまり 文句_名詞_もんく の_助詞_の 繰り返し_名詞_くりかえし に_助詞_に 見え_動詞_みえ な_助動詞_な い_語尾_い 自然_形状詞_しぜん な_助動詞_な 文章_名詞_ぶんしょう を_助詞_を 生成_名詞_せいせい する_動詞_する ため_名詞_ため 、_補助記号_、 情報_名詞_じょうほう の_助詞_の 統合_名詞_とうごう と_助詞_と 計画_名詞_けいかく の_助詞_の フェーズ_名詞_ふぇーず を_助詞_を 必要_名詞_ひつよう と_助詞_と する_動詞_する 。_補助記号_。 +典型_名詞_てんけい 的_接尾辞_てき な_助動詞_な フェーズ_名詞_ふぇーず は_助詞_は 次_名詞_つぎ の_助詞_の 通り_名詞_とおり で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +コンテンツ_名詞_こんてんつ 決定_名詞_けってい +言及_名詞_げんきゅう する_動詞_する 価値_名詞_かち が_助詞_が あ_動詞_あ る_語尾_る 特徴_名詞_とくちょう ・_補助記号_・ 属性_名詞_ぞくせい を_助詞_を 決定_名詞_けってい する_動詞_する 。_補助記号_。 +この_連体詞_この 段階_名詞_だんかい で_助詞_で 使_動詞_つか う_語尾_う 技法_名詞_ぎほう は_助詞_は データ_名詞_でーた マイニング_名詞_まいにんぐ と_助詞_と 関係_名詞_かんけい する_動詞_する 。_補助記号_。 +論述_名詞_ろんじゅつ 計画_名詞_けいかく +情報_名詞_じょうほう 提示_名詞_ていじ を_助詞_を 全体_名詞_ぜんたい と_助詞_と し_動詞_し て_助詞_て 構成_名詞_こうせい する_動詞_する 。_補助記号_。 +文_名詞_ぶん の_助詞_の 統合_名詞_とうごう +類似_名詞_るいじ の_助詞_の 文_名詞_ぶん を_助詞_を 統合_名詞_とうごう し_動詞_し て_助詞_て 、_補助記号_、 可読_名詞_かどく 性_接尾辞_せい と_助詞_と 自然_名詞_しぜん らし_形容詞_らし さ_接尾辞_さ を_助詞_を 改善_名詞_かいぜん する_動詞_する 。_補助記号_。 +例えば_副詞_たとえば 、_補助記号_、 「_補助記号_「 次_名詞_つぎ の_助詞_の 列車_名詞_れっしゃ は_助詞_は カレドニア_名詞_かれどにあ 急行_名詞_きゅうこう で_助動詞_で す_語尾_す 」_補助記号_」 と_助詞_と 「_補助記号_「 次_名詞_つぎ の_助詞_の 列車_名詞_れっしゃ は_助詞_は 午前_名詞_ごぜん 10_名詞_10 時_接尾辞_じ に_助詞_に アバディーン_名詞_あばでぃーん を_助詞_を 発_動詞_はっ ち_語尾_ち ま_助動詞_ま す_語尾_す 」_補助記号_」 と_助詞_と い_動詞_い う_語尾_う 文_名詞_ぶん を_助詞_を 統合_名詞_とうごう し_動詞_し て_助詞_て 「_補助記号_「 午前_名詞_ごぜん 10_名詞_10 時_接尾辞_じ 発_接尾辞_はつ の_助詞_の 次_名詞_つぎ の_助詞_の 列車_名詞_れっしゃ は_助詞_は カレドニア_名詞_かれどにあ 急行_名詞_きゅうこう で_助動詞_で す_語尾_す 」_補助記号_」 と_助詞_と する_動詞_する 。_補助記号_。 +語彙_名詞_ごい 化_接尾辞_か +概念_名詞_がいねん を_助詞_を 単語_名詞_たんご に_助詞_に 置き換え_動詞_おきかえ る_語尾_る 。_補助記号_。 +参照_名詞_さんしょう 表現_名詞_ひょうげん の_助詞_の 生成_名詞_せいせい +代_接尾辞_だい 名詞_名詞_めいし など_助詞_など の_助詞_の 参照_名詞_さんしょう を_助詞_を 意味_名詞_いみ する_動詞_する 表現_名詞_ひょうげん を_助詞_を 導入_名詞_どうにゅう し_動詞_し て_助詞_て 文_名詞_ぶん の_助詞_の 中_名詞_なか の_助詞_の 単語_名詞_たんご 同士_接尾辞_どうし を_助詞_を リンク_名詞_りんく する_動詞_する 。_補助記号_。 +統語_名詞_とうご 的_接尾辞_てき /_補助記号_・ 形態_名詞_けいたい 素的_名詞_すてき 処理_名詞_しょり +構文_名詞_こうぶん 解析_名詞_かいせき の_助詞_の 逆_名詞_ぎゃく を_助詞_を 行_動詞_おこな う_語尾_う 。_補助記号_。 +これ_代名詞_これ まで_助詞_まで の_助詞_の フェーズ_名詞_ふぇーず で_助詞_で 集め_動詞_あつめ た_助動詞_た 全て_名詞_すべて の_助詞_の 情報_名詞_じょうほう を_助詞_を 使_動詞_つか っ_語尾_っ て_助詞_て 、_補助記号_、 統語_名詞_とうご 論_名詞_ろん 規則_名詞_きそく と_助詞_と 形態_名詞_けいたい 論_名詞_ろん 規則_名詞_きそく を_助詞_を 適用_名詞_てきよう し_動詞_し 、_補助記号_、 実際_名詞_じっさい の_助詞_の 文_名詞_ぶん を_助詞_を 表_動詞_あらわ す_語尾_す 文字_名詞_もじ 列_名詞_れつ を_助詞_を 生成_名詞_せいせい する_動詞_する 。_補助記号_。 +正書_名詞_せいしょ 法_名詞_ほう 処理_名詞_しょり +大_接頭辞_だい 文字_名詞_もじ 小_接頭辞_しょう 文字_名詞_もじ や_助詞_や 約_接頭辞_やく 物_接尾辞_もの の_助詞_の 使い分け_名詞_つかいわけ 、_補助記号_、 フォーマット_名詞_ふぉーまっと など_助詞_など を_助詞_を 行_動詞_おこな う_語尾_う 。_補助記号_。 +応用_名詞_おうよう +自然_名詞_しぜん 言語_名詞_げんご 生成_名詞_せいせい の_助詞_の 応用_名詞_おうよう の_助詞_の 最_接頭辞_さい た_助動詞_た る_語尾_る 例_名詞_れい は_助詞_は 、_補助記号_、 数値_名詞_すうち など_助詞_など の_助詞_の 言語_名詞_げんご 的_接尾辞_てき で_助動詞_で な_形容詞_な い_語尾_い データ_名詞_でーた を_助詞_を テキスト_名詞_てきすと 化_接尾辞_か さ_動詞_さ れ_助動詞_れ た_助動詞_た 概要_名詞_がいよう に_助詞_に 変換_名詞_へんかん する_動詞_する システム_名詞_しすてむ で_助動詞_で あ_動詞_あ り_語尾_り 、_補助記号_、 自然_名詞_しぜん 言語_名詞_げんご 生成_名詞_せいせい と_助詞_と データ_名詞_でーた 解析_名詞_かいせき を_助詞_を 統合_名詞_とうごう し_動詞_し た_助動詞_た もの_名詞_もの で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +例えば_副詞_たとえば 、_補助記号_、 数値_名詞_すうち 予報_名詞_よほう データ_名詞_でーた から_助詞_から 自動_名詞_じどう 的_接尾辞_てき に_助動詞_に 天気_名詞_てんき 予報_名詞_よほう の_助詞_の 文章_名詞_ぶんしょう を_助詞_を 生成_名詞_せいせい する_動詞_する システム_名詞_しすてむ など_助詞_など が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +また_接続詞_また 、_補助記号_、 変わ_動詞_かわ っ_語尾_っ た_助動詞_た ところ_名詞_ところ で_助詞_で は_助詞_は 、_補助記号_、 ジョーク_名詞_じょーく を_助詞_を 自動_名詞_じどう 生成_名詞_せいせい する_動詞_する システム_名詞_しすてむ も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +光学_名詞_こうがく 文字_名詞_もじ 認識_名詞_にんしき (_補助記号_( こうがく_名詞_こうがく も_助詞_も じにんしき_名詞_じにんしき 、_補助記号_、 英_名詞_えい :_補助記号_:  _補助記号_くうはく Optical_名詞_OPTICAL  _補助記号_くうはく Character_名詞_CHARACTER  _補助記号_くうはく Recognition_名詞_RECOGNITION )_補助記号_) は_助詞_は 、_補助記号_、 活字_名詞_かつじ の_助詞_の 文書_名詞_ぶんしょ の_助詞_の 画像_名詞_がぞう (_補助記号_( 通常_名詞_つうじょう イメージ_名詞_いめーじ スキャナー_名詞_すきゃなー で_助詞_で 取り込_動詞_とりこ ま_語尾_ま れ_助動詞_れ る_語尾_る )_補助記号_) を_助詞_を コンピュータ_名詞_こんぴゅーた が_助詞_が 編集_名詞_へんしゅう でき_動詞_でき る_語尾_る 形式_名詞_けいしき (_補助記号_( 文字_名詞_もじ コード_名詞_こーど の_助詞_の 列_名詞_れつ )_補助記号_) に_助詞_に 変換_名詞_へんかん する_動詞_する ソフトウェア_名詞_そふとうぇあ で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +一般_名詞_いっぱん に_助詞_に OCR_名詞_おーしーあーる と_助詞_と 略記_名詞_りゃっき さ_動詞_さ れ_助動詞_れ る_語尾_る 。_補助記号_。 +OCR_名詞_おーしーあーる は_助詞_は 、_補助記号_、 人工_名詞_じんこう 知能_名詞_ちのう や_助詞_や マシンビジョン_名詞_ましんびじょん の_助詞_の 研究_名詞_けんきゅう 分野_名詞_ぶんや と_助詞_と し_動詞_し て_助詞_て 始ま_動詞_はじま っ_語尾_っ た_助動詞_た 。_補助記号_。 +研究_名詞_けんきゅう は_助詞_は 続け_動詞_つずけ られ_助動詞_られ て_助詞_て い_動詞_い る_語尾_る が_助詞_が 、_補助記号_、 OCR_名詞_おーしーあーる の_助詞_の 中心_名詞_ちゅうしん は_助詞_は その_連体詞_その 実装_名詞_じっそう と_助詞_と 応用_名詞_おうよう に_助詞_に 移_動詞_うつ っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +紙_名詞_かみ に_助詞_に 印刷_名詞_いんさつ さ_動詞_さ れ_助動詞_れ た_助動詞_た 文書_名詞_ぶんしょ を_助詞_を デジ_名詞_でじ タイズ_名詞_たいず し_動詞_し 、_補助記号_、 より_副詞_より コンパクト_名詞_こんぱくと な_助動詞_な 形_名詞_かたち で_助詞_で 記録_名詞_きろく する_動詞_する の_助詞_の に_助詞_に 必要_名詞_ひつよう と_助詞_と さ_動詞_さ れ_助動詞_れ る_語尾_る 。_補助記号_。 +さらに_接続詞_さらに 、_補助記号_、 文字_名詞_もじ コード_名詞_こーど に_助詞_に 変換_名詞_へんかん する_動詞_する こと_名詞_こと で_助詞_で 機械_名詞_きかい 翻訳_名詞_ほんやく や_助詞_や 音声_名詞_おんせい 合成_名詞_ごうせい の_助詞_の 入力_名詞_にゅうりょく に_助詞_に も_助詞_も 使え_動詞_つかえ る_語尾_る よう_形状詞_よう に_助動詞_に な_動詞_な り_語尾_り 、_補助記号_、 テキストマイニング_名詞_てきすとまいにんぐ も_助詞_も 可能_形状詞_かのう と_助詞_と な_動詞_な る_語尾_る 。_補助記号_。 +研究_名詞_けんきゅう 分野_名詞_ぶんや と_助詞_と し_動詞_し て_助詞_て は_助詞_は 、_補助記号_、 パターン_名詞_ぱたーん 認識_名詞_にんしき 、_補助記号_、 人工_名詞_じんこう 知能_名詞_ちのう 、_補助記号_、 コンピュータビジョン_名詞_こんぴゅーたびじょん が_助詞_が 対応_名詞_たいおう する_動詞_する 。_補助記号_。 +(_補助記号_( 鏡_名詞_かがみ や_助詞_や レンズ_名詞_れんず と_助詞_と い_動詞_い っ_語尾_っ た_助動詞_た 光学_名詞_こうがく 技術_名詞_ぎじゅつ を_助詞_を 使_動詞_つか っ_語尾_っ た_助動詞_た )_補助記号_) 光学_名詞_こうがく 文字_名詞_もじ 認識_名詞_にんしき と_助詞_と (_補助記号_( スキャナー_名詞_すきゃなー と_助詞_と アルゴリズム_名詞_あるごりずむ に_助詞_に よ_動詞_よ る_語尾_る )_補助記号_) デジタル_名詞_でじたる 文字_名詞_もじ 認識_名詞_にんしき は_助詞_は 本来_名詞_ほんらい 別_名詞_べつ の_助詞_の 領域_名詞_りょういき と_助詞_と 考え_動詞_かんがえ られ_助動詞_られ て_助詞_て い_動詞_い た_助動詞_た 。_補助記号_。 +光学_名詞_こうがく 技術_名詞_ぎじゅつ と_助詞_と し_動詞_し て_助詞_て 生き残_動詞_いきのこ っ_語尾_っ た_助動詞_た 部分_名詞_ぶぶん が_助詞_が 非常_形状詞_ひじょう に_助動詞_に 少な_形容詞_すくな い_語尾_い ため_名詞_ため 、_補助記号_、 光学_名詞_こうがく 文字_名詞_もじ 認識_名詞_にんしき と_助詞_と い_動詞_い う_語尾_う 言葉_名詞_ことば は_助詞_は 現在_名詞_げんざい で_助詞_で は_助詞_は デジタル_名詞_でじたる 文字_名詞_もじ 認識_名詞_にんしき を_助詞_を 含_動詞_ふく む_語尾_む もの_名詞_もの と_助詞_と みな_動詞_みな さ_語尾_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +初期_名詞_しょき の_助詞_の システム_名詞_しすてむ は_助詞_は 特定_名詞_とくてい の_助詞_の 書体_名詞_しょたい を_助詞_を 読_動詞_よ む_語尾_む ため_名詞_ため の_助詞_の 「_補助記号_「 トレーニング_名詞_とれーにんぐ 」_補助記号_」 が_助詞_が 必要_名詞_ひつよう で_助動詞_で あ_動詞_あ っ_語尾_っ た_助動詞_た (_補助記号_( 事前_名詞_じぜん に_助詞_に その_連体詞_その 書体_名詞_しょたい の_助詞_の サンプル_名詞_さんぷる を_助詞_を 読_動詞_よ ま_語尾_ま せ_助動詞_せ る_語尾_る こと_名詞_こと を_助詞_を 意味_名詞_いみ する_動詞_する )_補助記号_) 。_補助記号_。 +現在_名詞_げんざい で_助詞_で は_助詞_は 、_補助記号_、 ほとんど_名詞_ほとんど の_助詞_の 書体_名詞_しょたい を_助詞_を 高_形容詞_たか い_語尾_い 識字_名詞_しきじ 率_名詞_りつ で_助詞_で 変換_名詞_へんかん する_動詞_する こと_名詞_こと が_助詞_が 可能_形状詞_かのう で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +いく_名詞_いく つ_接尾辞_つ か_助詞_か の_助詞_の システム_名詞_しすてむ で_助詞_で は_助詞_は 読み込_動詞_よみこ ま_語尾_ま れ_助動詞_れ た_助動詞_た 画像_名詞_がぞう から_助詞_から それ_代名詞_それ と_助詞_と ほぼ_副詞_ほぼ 同じ_形状詞_おなじ に_助詞_に な_動詞_な る_語尾_る よう_形状詞_よう フォーマット_名詞_ふぉーまっと さ_動詞_さ れ_助動詞_れ た_助動詞_た 出力_名詞_しゅつりょく (_補助記号_( 例えば_副詞_たとえば ワード_名詞_わーど プロセッサ_名詞_ぷろせっさ の_助詞_の ファイル_名詞_ふぁいる の_助詞_の よう_形状詞_よう な_助動詞_な もの_名詞_もの )_補助記号_) を_助詞_を 生成_名詞_せいせい する_動詞_する こと_名詞_こと が_助詞_が 可能_形状詞_かのう で_助動詞_で あ_動詞_あ り_語尾_り 、_補助記号_、 中_名詞_なか に_助詞_に は_助詞_は 画像_名詞_がぞう など_助詞_など の_助詞_の 文書_名詞_ぶんしょ 以外_名詞_いがい の_助詞_の 部分_名詞_ぶぶん が_助詞_が 含_動詞_ふく ま_語尾_ま れ_助動詞_れ て_助詞_て い_動詞_い て_助詞_て も_助詞_も 正し_形容詞_ただし く_語尾_く 認識_名詞_にんしき する_動詞_する もの_名詞_もの も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +目次_名詞_もくじ +1_名詞_1  _補助記号_くうはく 歴史_名詞_れきし +2_名詞_2  _補助記号_くうはく 視覚_名詞_しかく 障害_名詞_しょうがい 者_接尾辞_しゃ に_助詞_に と_動詞_と っ_語尾_っ て_助詞_て の_助詞_の 重要_形状詞_じゅうよう 性_接尾辞_せい +3_名詞_3  _補助記号_くうはく OCR_名詞_おーしーあーる 技術_名詞_ぎじゅつ の_助詞_の 状況_名詞_じょうきょう +4_名詞_4  _補助記号_くうはく 楽譜_名詞_がくふ OCR_名詞_おーしーあーる +5_名詞_5  _補助記号_くうはく OCR_名詞_おーしーあーる ソフトウェア_名詞_そふとうぇあ +6_名詞_6  _補助記号_くうはく 脚注_名詞_きゃくちゅう +7_名詞_7  _補助記号_くうはく 関連_名詞_かんれん 項目_名詞_こうもく +8_名詞_8  _補助記号_くうはく 外部_名詞_がいぶ リンク_名詞_りんく +歴史_名詞_れきし +光学_名詞_こうがく 文字_名詞_もじ 認識_名詞_にんしき の_助詞_の 原点_名詞_げんてん は_助詞_は 、_補助記号_、 電信_名詞_でんしん 技術_名詞_ぎじゅつ の_助詞_の 拡張_名詞_かくちょう と_助詞_と 視覚_名詞_しかく 障害_名詞_しょうがい 者_接尾辞_しゃ が_助詞_が 文字_名詞_もじ を_助詞_を 読_動詞_よ む_語尾_む ため_名詞_ため の_助詞_の 機械_名詞_きかい の_助詞_の 開発_名詞_かいはつ と_助詞_と い_動詞_い う_語尾_う 2_名詞_2 つ_接尾辞_つ の_助詞_の 問題_名詞_もんだい に_助詞_に まつわ_動詞_まつわ る_語尾_る 活動_名詞_かつどう で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +1914_補助記号_1914 年_接尾辞_ねん エマニュエル_名詞_えまにゅえる ・_補助記号_・ ゴールドバーグ_名詞_ごーるどばーぐ (_補助記号_( 英語_名詞_えいご 版_名詞_ばん )_補助記号_) は_助詞_は 、_補助記号_、 文字_名詞_もじ 列_名詞_れつ を_助詞_を 読み取_動詞_よみと り_語尾_り 電信_名詞_でんしん 符号_名詞_ふごう に_助詞_に 変換_名詞_へんかん する_動詞_する 機械_名詞_きかい を_助詞_を 開発_名詞_かいはつ し_動詞_し た_助動詞_た [_補助記号_「 要_接頭辞_よう 出典_名詞_しゅってん ]_補助記号_」 。_補助記号_。 +同じ_連体詞_おなじ ころ_名詞_ころ エドマンド_名詞_えどまんど ・_補助記号_・ フルニエ_名詞_ふるにえ ・_補助記号_・ ダルベ_名詞_だるべ (_補助記号_( 英語_名詞_えいご 版_名詞_ばん )_補助記号_) は_助詞_は オプトフォン_名詞_おぷとふぉん (_補助記号_( 英語_名詞_えいご 版_名詞_ばん )_補助記号_) と_助詞_と い_動詞_い う_語尾_う 携帯_名詞_けいたい 型_接尾辞_がた スキャナ_名詞_すきゃな を_助詞_を 開発_名詞_かいはつ し_動詞_し た_助動詞_た 。_補助記号_。 +これ_代名詞_これ を_助詞_を 印刷_名詞_いんさつ 物_接尾辞_ぶつ の_助詞_の ページ_名詞_ぺーじ 上_接尾辞_じょう で_助詞_で すべ_動詞_すべ ら_語尾_ら せ_助動詞_せ る_語尾_る と_助詞_と 、_補助記号_、 文字_名詞_もじ の_助詞_の 形状_名詞_けいじょう に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 異な_動詞_ことな る_語尾_る 音_名詞_おと を_助詞_を 発_動詞_はっ する_語尾_する 。_補助記号_。 +ゴールドバーグ_名詞_ごーるどばーぐ は_助詞_は データ_名詞_でーた 入力_名詞_にゅうりょく 手段_名詞_しゅだん と_助詞_と し_動詞_し て_助詞_て OCR_名詞_おーしーあーる 技術_名詞_ぎじゅつ の_助詞_の 開発_名詞_かいはつ を_助詞_を 続け_動詞_つずけ た_助動詞_た 。_補助記号_。 +後_名詞_あと に_助詞_に 彼_代名詞_かれ は_助詞_は 、_補助記号_、 画像_名詞_がぞう を_助詞_を 光電_名詞_こうでん 管_名詞_かん で_助詞_で 読み取_動詞_よみと り_語尾_り 、_補助記号_、 必要_名詞_ひつよう な_助動詞_な 識別_名詞_しきべつ パターン_名詞_ぱたーん を_助詞_を 含_動詞_ふく む_語尾_む テンプレート_名詞_てんぷれーと と_助詞_と 比較_名詞_ひかく する_動詞_する こと_名詞_こと で_助詞_で マッチング_名詞_まっちんぐ を_助詞_を 見つけ_動詞_みつけ る_語尾_る と_助詞_と い_動詞_い う_語尾_う 技法_名詞_ぎほう を_助詞_を 提案_名詞_ていあん し_動詞_し た_助動詞_た 。_補助記号_。 +1929_動詞_1929 年_接尾辞_ねん 、_補助記号_、 グスタフ_名詞_ぐすたふ ・_補助記号_・ タウシェク_名詞_たうしぇく (_補助記号_( 英語_名詞_えいご 版_名詞_ばん )_補助記号_) も_助詞_も 同様_形状詞_どうよう の_助詞_の アイデア_名詞_あいであ を_助詞_を 思いつ_動詞_おもいつ き_語尾_き 、_補助記号_、 ドイツ_名詞_どいつ で_助詞_で OCR_名詞_おーしーあーる に_助詞_に 関_動詞_かん する_語尾_する 特許_名詞_とっきょ を_助詞_を 取得_名詞_しゅとく し_動詞_し た_助動詞_た 。_補助記号_。 +アメリカ_名詞_あめりか で_助詞_で は_助詞_は 1933_動詞_1933 年_接尾辞_ねん 、_補助記号_、 ポール_名詞_ぽーる ・_補助記号_・ W_記号_W ・_補助記号_・ ハンデル_名詞_はんでる が_助詞_が 同様_形状詞_どうよう の_助詞_の テンプレート_名詞_てんぷれーと ・_補助記号_・ マッチング_名詞_まっちんぐ 方式_名詞_ほうしき の_助詞_の OCR_名詞_おーしーあーる 技術_名詞_ぎじゅつ の_助詞_の 特許_名詞_とっきょ を_助詞_を 取得_名詞_しゅとく し_動詞_し て_助詞_て い_動詞_い る_語尾_る (_補助記号_( アメリカ_名詞_あめりか 合衆_名詞_がっしゅう 国_接尾辞_こく 特許_名詞_とっきょ 第_接頭辞_だい 1_名詞_1 ,_補助記号_、 91_名詞_91 5_名詞_5 ,_補助記号_、 993_名詞_993 号_接尾辞_ごう )_補助記号_) 。_補助記号_。 +1935_補助記号_1935 年_接尾辞_ねん 、_補助記号_、 タウシェク_名詞_たうしぇく も_助詞_も アメリカ_名詞_あめりか で_助詞_で 特許_名詞_とっきょ を_助詞_を 取得_名詞_しゅとく し_動詞_し た_助動詞_た (_補助記号_( アメリカ_名詞_あめりか 合衆_名詞_がっしゅう 国_接尾辞_こく 特許_名詞_とっきょ 第_接頭辞_だい 2,_補助記号_2、 0_名詞_0 2_名詞_2 6_名詞_6 ,_補助記号_、 329_名詞_329 号_接尾辞_ごう )_補助記号_) 。_補助記号_。 +1949_補助記号_1949 年_接尾辞_ねん 、_補助記号_、 米国_名詞_べいこく 復員_名詞_ふくいん 軍人_名詞_ぐんじん 援護_名詞_えんご 局_接尾辞_きょく から_助詞_から 視覚_名詞_しかく 障害_名詞_しょうがい 者_接尾辞_しゃ 支援_名詞_しえん の_助詞_の ため_名詞_ため と_助詞_と い_動詞_い う_語尾_う 要請_名詞_ようせい を_助詞_を 受け_動詞_うけ 、_補助記号_、 RCA_名詞_RCA の_助詞_の 技術_名詞_ぎじゅつ 者_接尾辞_しゃ ら_接尾辞_ら が_助詞_が 初期_名詞_しょき の_助詞_の コンピュータ_名詞_こんぴゅーた を_助詞_を 使_動詞_つか っ_語尾_っ た_助動詞_た OCR_名詞_おーしーあーる を_助詞_を 研究_名詞_けんきゅう し_動詞_し た_助動詞_た 。_補助記号_。 +この_連体詞_この 研究_名詞_けんきゅう に_助詞_に は_助詞_は 、_補助記号_、 単に_副詞_たんに 活字_名詞_かつじ を_助詞_を コンピュータ内_名詞_こんぴゅーたうち の_助詞_の 文字_名詞_もじ コード_名詞_こーど に_助詞_に 変換_名詞_へんかん する_動詞_する だけ_助詞_だけ で_助動詞_で な_形容詞_な く_語尾_く 、_補助記号_、 その_連体詞_その 文字_名詞_もじ を_助詞_を 読み上げ_動詞_よみあげ る_語尾_る と_助詞_と い_動詞_い う_語尾_う 部分_名詞_ぶぶん も_助詞_も 含_動詞_ふく ま_語尾_ま れ_助動詞_れ て_助詞_て お_動詞_お り_語尾_り 、_補助記号_、 初期_名詞_しょき の_助詞_の 音声_名詞_おんせい 合成_名詞_ごうせい の_助詞_の 研究_名詞_けんきゅう で_助動詞_で も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +しかし_接続詞_しかし 、_補助記号_、 コスト_名詞_こすと が_助詞_が かか_動詞_かか り_語尾_り すぎ_動詞_すぎ る_語尾_る こと_名詞_こと が_助詞_が 判明_名詞_はんめい し_動詞_し 、_補助記号_、 研究_名詞_けんきゅう は_助詞_は 挫折_名詞_ざせつ し_動詞_し た_助動詞_た 。_補助記号_。 +1950_補助記号_1950 年_接尾辞_ねん 、_補助記号_、 AFSA_名詞_AFSA (_補助記号_( アメリカ_名詞_あめりか 国家_名詞_こっか 安全_名詞_あんぜん 保障_名詞_ほしょう 局_接尾辞_きょく の_助詞_の 前身_名詞_ぜんしん )_補助記号_) の_助詞_の 暗号_名詞_あんごう 解読_名詞_かいどく 者_接尾辞_しゃ デイヴィッド_名詞_でいヴぃっど ・_補助記号_・ H_名詞_H ・_補助記号_・ シェパード_名詞_しぇぱーど (_補助記号_( 英語_名詞_えいご 版_名詞_ばん )_補助記号_) は_助詞_は 、_補助記号_、 日本_名詞_にっぽん の_助詞_の パープル_名詞_ぱーぷる 暗号_名詞_あんごう を_助詞_を 解読_名詞_かいどく し_動詞_し た_助動詞_た こと_名詞_こと で_助詞_で 知_動詞_し ら_語尾_ら れ_助動詞_れ る_語尾_る フランク_名詞_ふらんく ・_補助記号_・ ロウレット_名詞_ろうれっと の_助詞_の 依頼_名詞_いらい に_助詞_に よ_動詞_よ り_語尾_り 、_補助記号_、 ルイス_名詞_るいす ・_補助記号_・ トーデラ_名詞_とーでら と_助詞_と 共_名詞_とも に_助詞_に 局_接尾辞_きょく の_助詞_の 手続き_名詞_てつずき の_助詞_の 自動_名詞_じどう 化_接尾辞_か の_助詞_の 勧告_名詞_かんこく 案_名詞_あん 作成_名詞_さくせい に_助詞_に 取り組_動詞_とりく ん_語尾_ん だ_助動詞_だ 。_補助記号_。 +その_連体詞_その 中_名詞_なか に_助詞_に は_助詞_は 印刷_名詞_いんさつ さ_動詞_さ れ_助動詞_れ た_助動詞_た 文書_名詞_ぶんしょ を_助詞_を コンピュータ_名詞_こんぴゅーた が_助詞_が 処理_名詞_しょり でき_動詞_でき る_語尾_る 形式_名詞_けいしき に_助詞_に 変換_名詞_へんかん する_動詞_する 問題_名詞_もんだい も_助詞_も 含_動詞_ふく ま_語尾_ま れ_助動詞_れ て_助詞_て い_動詞_い た_助動詞_た 。_補助記号_。 +シェパード_名詞_しぇぱーど は_助詞_は その_連体詞_その よう_形状詞_よう な_助動詞_な こと_名詞_こと を_助詞_を する_動詞_する 機械_名詞_きかい  _補助記号_くうはく ”_補助記号_” Gismo_名詞_GISMO ”_補助記号_”  _補助記号_くうはく を_助詞_を 作成_名詞_さくせい する_動詞_する こと_名詞_こと を_助詞_を 決め_動詞_きめ 、_補助記号_、 友人_名詞_ゆうじん の_助詞_の ハーヴェイ_名詞_はーヴぇい ・_補助記号_・ クック_名詞_くっく と_助詞_と 共_名詞_とも に_助詞_に 自宅_名詞_じたく で_助詞_で 夜_名詞_よる や_助詞_や 週末_名詞_しゅうまつ を_助詞_を 利用_名詞_りよう し_動詞_し て_助詞_て 試作_名詞_しさく に_助詞_に 取り組_動詞_とりく ん_語尾_ん だ_助動詞_だ 。_補助記号_。 +1953_補助記号_1953 年_接尾辞_ねん 、_補助記号_、 シェパード_名詞_しぇぱーど は_助詞_は 特許_名詞_とっきょ (_補助記号_( アメリカ_名詞_あめりか 合衆_名詞_がっしゅう 国_接尾辞_こく 特許_名詞_とっきょ 第_接頭辞_だい 2_名詞_2 ,_補助記号_、 6_名詞_6 6_名詞_6 3_名詞_3 ,75_補助記号_、75 8_名詞_8 号_接尾辞_ごう )_補助記号_) を_助詞_を 取得_名詞_しゅとく 。_補助記号_。 +Gismo_名詞_GISMO は_助詞_は 英語_名詞_えいご の_助詞_の アルファベット_名詞_あるふぁべっと の_助詞_の うち_名詞_うち 23_名詞_23 文字_名詞_もじ を_助詞_を 読み取_動詞_よみと る_語尾_る こと_名詞_こと が_助詞_が でき_動詞_でき 、_補助記号_、 モールス_名詞_もーるす 符号_名詞_ふごう を_助詞_を 理解_名詞_りかい し_動詞_し 、_補助記号_、 楽譜_名詞_がくふ を_助詞_を 読みと_動詞_よみと る_語尾_る こと_名詞_こと が_助詞_が でき_動詞_でき 、_補助記号_、 活字_名詞_かつじ の_助詞_の ページ_名詞_ぺーじ を_助詞_を 読み上げ_動詞_よみあげ る_語尾_る こと_名詞_こと が_助詞_が でき_動詞_でき 、_補助記号_、 タイプ_名詞_たいぷ さ_動詞_さ れ_助動詞_れ た_助動詞_た ページ_名詞_ぺーじ を_助詞_を 読みと_動詞_よみと っ_語尾_っ て_助詞_て プリンター_名詞_ぷりんたー で_助詞_で 複製_名詞_ふくせい する_動詞_する こと_名詞_こと が_助詞_が でき_動詞_でき た_助動詞_た 。_補助記号_。 +シェパード_名詞_しぇぱーど は_助詞_は その_連体詞_その 後_名詞_ご  _補助記号_くうはく Intelligent_名詞_INTELLIGENT  _補助記号_くうはく Machines_名詞_MACHINES  _補助記号_くうはく Research_名詞_りさーち  _補助記号_くうはく Corporation_名詞_こーぽれーしょん (_補助記号_( 英語_名詞_えいご 版_名詞_ばん )_補助記号_)  _補助記号_くうはく (_補助記号_( IMR_名詞_IMR )_補助記号_)  _補助記号_くうはく を_助詞_を 設立_名詞_せつりつ し_動詞_し 、_補助記号_、 世界_名詞_せかい 初_名詞_はつ の_助詞_の いく_名詞_いく つ_接尾辞_つ か_助詞_か の_助詞_の 商用_名詞_しょうよう OCR_名詞_おーしーあーる システム_名詞_しすてむ を_助詞_を 出荷_名詞_しゅっか し_動詞_し た_助動詞_た 。_補助記号_。 +Gismo_名詞_GISMO  _補助記号_くうはく も_助詞_も  _補助記号_くうはく IMR_名詞_IMR  _補助記号_くうはく の_助詞_の システム_名詞_しすてむ も_助詞_も 単純_形状詞_たんじゅん な_助動詞_な 文字_名詞_もじ マッチング_名詞_まっちんぐ で_助動詞_で は_助詞_は な_形容詞_な い_語尾_い 画像_名詞_がぞう 解析_名詞_かいせき を_助詞_を し_動詞_し て_助詞_て い_動詞_い て_助詞_て 、_補助記号_、 いく_名詞_いく つ_接尾辞_つ か_助詞_か の_助詞_の 書体_名詞_しょたい を_助詞_を 認識_名詞_にんしき する_動詞_する こと_名詞_こと が_助詞_が でき_動詞_でき た_助動詞_た 。_補助記号_。 +Gismo_名詞_GISMO  _補助記号_くうはく は_助詞_は 画像_名詞_がぞう 中_接尾辞_ちゅう の_助詞_の 文字_名詞_もじ の_助詞_の 位置_名詞_いち を_助詞_を 正確_名詞_せいかく に_助動詞_に 合わせ_動詞_あわせ る_語尾_る 必要_名詞_ひつよう が_助詞_が あ_動詞_あ っ_語尾_っ た_助動詞_た が_助詞_が 、_補助記号_、 IMR_名詞_IMR システム_名詞_しすてむ で_助詞_で は_助詞_は スキャン_名詞_すきゃん 領域_名詞_りょういき の_助詞_の どこ_代名詞_どこ の_助詞_の 文字_名詞_もじ で_助動詞_で あ_動詞_あ っ_語尾_っ て_助詞_て も_助詞_も 認識_名詞_にんしき でき_動詞_でき 、_補助記号_、 実用_名詞_じつよう に_助詞_に 耐え_動詞_たえ る_語尾_る もの_名詞_もの で_助動詞_で あ_動詞_あ っ_語尾_っ た_助動詞_た 。_補助記号_。 +最初_名詞_さいしょ の_助詞_の 商用_名詞_しょうよう システム_名詞_しすてむ は_助詞_は 1955_名詞_1955 年_接尾辞_ねん に_助詞_に リーダーズ_名詞_りーだーず ・_補助記号_・ ダイジェスト_名詞_だいじぇすと 社_接尾辞_しゃ に_助詞_に 納入_名詞_のうにゅう さ_動詞_さ れ_助動詞_れ 、_補助記号_、 販売_名詞_はんばい 報告_名詞_ほうこく 書_接尾辞_しょ を_助詞_を コンピュータ_名詞_こんぴゅーた に_助詞_に 入力_名詞_にゅうりょく する_動詞_する の_助詞_の に_助詞_に 使_動詞_つか わ_語尾_わ れ_助動詞_れ た_助動詞_た 。_補助記号_。 +タイプ_名詞_たいぷ さ_動詞_さ れ_助動詞_れ た_助動詞_た 報告_名詞_ほうこく 書_接尾辞_しょ を_助詞_を パンチ_名詞_ぱんち カード_名詞_かーど に_助詞_に 変換_名詞_へんかん し_動詞_し 、_補助記号_、 それ_代名詞_それ を_助詞_を コンピュータ_名詞_こんぴゅーた に_助詞_に 入力_名詞_にゅうりょく する_動詞_する もの_名詞_もの で_助動詞_で 、_補助記号_、 年間_名詞_ねんかん 1500_名詞_1500 万_名詞_まん から_助詞_から 2000_名詞_2000 万_名詞_まん 部_接尾辞_ぶ を_助詞_を 売り上げ_動詞_うりあげ て_助詞_て い_動詞_い る_語尾_る 同社_名詞_どうしゃ の_助詞_の 事務_名詞_じむ 処理_名詞_しょり を_助詞_を 効率_名詞_こうりつ 化_接尾辞_か し_動詞_し た_助動詞_た 。_補助記号_。 +この_連体詞_この システム_名詞_しすてむ は_助詞_は 後_名詞_あと に_助詞_に スミソニアン_名詞_すみそにあん 博物_名詞_はくぶつ 館_接尾辞_かん に_助詞_に 無償_名詞_むしょう で_助詞_で 提供_名詞_ていきょう さ_動詞_さ れ_助動詞_れ 展示_名詞_てんじ さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +2_名詞_2 台_接尾辞_だい 目_接尾辞_め の_助詞_の システム_名詞_しすてむ は_助詞_は スタンダード_名詞_すたんだーど ・_補助記号_・ オイル_名詞_おいる が_助詞_が カリフォルニア_名詞_かりふぉるにあ 州_名詞_しゅう で_助詞_で クレジット_名詞_くれじっと カード_名詞_かーど の_助詞_の 文字_名詞_もじ を_助詞_を 読み取_動詞_よみと る_語尾_る ため_名詞_ため に_助詞_に 使_動詞_つか い_語尾_い 、_補助記号_、 他_名詞_た の_助詞_の 石油_名詞_せきゆ 会社_名詞_がいしゃ も_助詞_も これ_代名詞_これ に_助詞_に 追随_名詞_ついずい し_動詞_し た_助動詞_た 。_補助記号_。 +IMR_名詞_IMR が_助詞_が 1950_名詞_1950 年代_名詞_ねんだい 後半_名詞_こうはん に_助詞_に 販売_名詞_はんばい し_動詞_し た_助動詞_た 他_名詞_ほか の_助詞_の システム_名詞_しすてむ と_助詞_と し_動詞_し て_助詞_て は_助詞_は 電話_名詞_でんわ 会社_名詞_がいしゃ の_助詞_の 請求_名詞_せいきゅう 書_接尾辞_しょ 読み取_動詞_よみと り_語尾_り 装置_名詞_そうち や_助詞_や アメリカ_名詞_あめりか 空軍_名詞_くうぐん の_助詞_の テレタイプ_名詞_てれたいぷ 用_接尾辞_よう ページ_名詞_ぺーじ スキャナー_名詞_すきゃなー など_助詞_など が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +IBM_名詞_IBM など_助詞_など は_助詞_は 後_名詞_あと に_助詞_に シェパード_名詞_しぇぱーど から_助詞_から OCR_名詞_おーしーあーる 特許_名詞_とっきょ の_助詞_の ライセンス_名詞_らいせんす 供与_名詞_きょうよ を_助詞_を 受け_動詞_うけ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +1965_補助記号_1965 年_接尾辞_ねん ごろ_名詞_ごろ 、_補助記号_、 リーダーズ_名詞_りーだーず ・_補助記号_・ ダイジェスト_名詞_だいじぇすと と_助詞_と RCA_名詞_RCA は_助詞_は 、_補助記号_、 使_動詞_つか わ_語尾_わ れ_助動詞_れ て_助詞_て 戻_動詞_もど っ_語尾_っ て_助詞_て き_動詞_き た_助動詞_た 同誌_名詞_どうし の_助詞_の 広告_名詞_こうこく に_助詞_に つ_動詞_つ い_語尾_い て_助詞_て い_動詞_い る_語尾_る クーポン_名詞_くーぽん の_助詞_の シリアル_名詞_しりある 番号_名詞_ばんごう を_助詞_を 読み取_動詞_よみと る_語尾_る OCR_名詞_おーしーあーる 装置_名詞_そうち を_助詞_を 共同_名詞_きょうどう で_助詞_で 開発_名詞_かいはつ し_動詞_し た_助動詞_た 。_補助記号_。 +シリアル_名詞_しりある 番号_名詞_ばんごう は_助詞_は RCA_名詞_RCA の_助詞_の プリンター_名詞_ぷりんたー で_助詞_で OCR_名詞_おーしーあーる ーA_英単語_ーA フォント_名詞_ふぉんと (_補助記号_( 英語_名詞_えいご 版_名詞_ばん )_補助記号_) で_助詞_で 印字_名詞_いんじ さ_動詞_さ れ_助動詞_れ た_助動詞_た 。_補助記号_。 +読み取_動詞_よみと り_語尾_り 装置_名詞_そうち は_助詞_は  _補助記号_くうはく RCA_名詞_RCA  _補助記号_くうはく 30_名詞_30 1_名詞_1  _補助記号_くうはく と_助詞_と い_動詞_い う_語尾_う コンピュータ_名詞_こんぴゅーた に_助詞_に 直接_副詞_ちょくせつ 接続_名詞_せつぞく さ_動詞_さ れ_助動詞_れ た_助動詞_た 。_補助記号_。 +この_連体詞_この 技術_名詞_ぎじゅつ は_助詞_は TWA_名詞_TWA で_助詞_で 航空_名詞_こうくう チケット_名詞_ちけっと の_助詞_の 読み取り_名詞_よみとり に_助詞_に も_助詞_も 使_動詞_つか わ_語尾_わ れ_助動詞_れ る_語尾_る こと_名詞_こと と_助詞_と な_動詞_な る_語尾_る 。_補助記号_。 +読み取_動詞_よみと り_語尾_り 装置_名詞_そうち は_助詞_は 毎分_名詞_まいふん 1,500_名詞_1、500 枚_接尾辞_まい の_助詞_の 文書_名詞_ぶんしょ を_助詞_を 処理_名詞_しょり でき_動詞_でき 、_補助記号_、 正し_形容詞_ただし く_語尾_く 読み取れ_動詞_よみとれ な_助動詞_な かっ_語尾_かっ た_助動詞_た 文書_名詞_ぶんしょ は_助詞_は 弾_動詞_はず か_語尾_か れ_助動詞_れ る_語尾_る 。_補助記号_。 +RCA_名詞_RCA は_助詞_は これ_代名詞_これ を_助詞_を 製品_名詞_せいひん 化_接尾辞_か し_動詞_し 、_補助記号_、 保険_名詞_ほけん 会社_名詞_がいしゃ など_助詞_など が_助詞_が 採用_名詞_さいよう し_動詞_し た_助動詞_た 。_補助記号_。 +アメリカ_名詞_あめりか 合衆_名詞_がっしゅう 国_接尾辞_こく 郵便_名詞_ゆうびん 公社_名詞_こうしゃ も_助詞_も 1965_名詞_1965 年_接尾辞_ねん から_助詞_から 発明_名詞_はつめい 家_接尾辞_か ジェイコブ_名詞_じぇいこぶ ・_補助記号_・ レインボー_名詞_れいんぼー (_補助記号_( 英語_名詞_えいご 版_名詞_ばん )_補助記号_) の_助詞_の 開発_名詞_かいはつ し_動詞_し た_助動詞_た 技術_名詞_ぎじゅつ を_助詞_を 元_名詞_もと に_助詞_に し_動詞_し て_助詞_て OCR_名詞_おーしーあーる マシン_名詞_ましん を_助詞_を 使_動詞_つか っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +ヨーロッパ_名詞_よーろっぱ で_助詞_で OCR_名詞_おーしーあーる を_助詞_を 最初_名詞_さいしょ に_助詞_に 採用_名詞_さいよう し_動詞_し た_助動詞_た の_助詞_の は_助詞_は イギリス_名詞_いぎりす の_助詞_の 郵便_名詞_ゆうびん 局_接尾辞_きょく だっ_助動詞_だっ た_助動詞_た 。_補助記号_。 +イギリス_名詞_いぎりす で_助詞_で は_助詞_は 1965_補助記号_1965 年_接尾辞_ねん 、_補助記号_、 郵便_名詞_ゆうびん 貯金_名詞_ちょきん に_助詞_に 相当_名詞_そうとう する_動詞_する ナショナル_名詞_なしょなる ・_補助記号_・ ジャイロ_名詞_じゃいろ (_補助記号_( 英語_名詞_えいご 版_名詞_ばん )_補助記号_) が_助詞_が OCR_名詞_おーしーあーる を_助詞_を 使_動詞_つか っ_語尾_っ た_助動詞_た 自動_名詞_じどう 化_接尾辞_か を_助詞_を 行_動詞_おこな っ_語尾_っ た_助動詞_た 。_補助記号_。 +カナダ_名詞_かなだ の_助詞_の 郵便_名詞_ゆうびん 局_接尾辞_きょく は_助詞_は 1971_名詞_せんきゅうひゃくななじゅういち 年_接尾辞_ねん から_助詞_から OCR_名詞_おーしーあーる を_助詞_を 使用_名詞_しよう し_動詞_し て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +OCR_名詞_おーしーあーる は_助詞_は 受取_名詞_うけとり 人_接尾辞_にん の_助詞_の 名前_名詞_なまえ と_助詞_と 住所_名詞_じゅうしょ を_助詞_を 読み取_動詞_よみと っ_語尾_っ て_助詞_て ソート_名詞_そーと (_補助記号_( 分類_名詞_ぶんるい )_補助記号_) する_動詞_する ため_名詞_ため に_助詞_に 使_動詞_つか わ_語尾_わ れ_助動詞_れ る_語尾_る 。_補助記号_。 +そして_接続詞_そして 郵便_名詞_ゆうびん 番号_名詞_ばんごう に_助詞_に 基づ_動詞_もとづ い_語尾_い た_助動詞_た バー_名詞_ばー コード_名詞_こーど を_助詞_を 封筒_名詞_ふうとう に_助詞_に 印刷_名詞_いんさつ する_動詞_する 。_補助記号_。 +その_連体詞_その 後_名詞_ご 手紙_名詞_てがみ は_助詞_は バー_名詞_ばー コード_名詞_こーど に_助動詞_に したが_動詞_したが っ_語尾_っ て_助詞_て 細か_動詞_こまか く_語尾_く ソート_名詞_そーと を_助詞_を する_動詞_する 。_補助記号_。 +バー_名詞_ばー コード_名詞_こーど が_助詞_が 宛名_名詞_あてな と_助詞_と かぶ_動詞_かぶ る_語尾_る 可能_形状詞_かのう 性_接尾辞_せい が_助詞_が あ_動詞_あ る_語尾_る ため_名詞_ため (_補助記号_( 基本_名詞_きほん 的_接尾辞_てき に_助動詞_に 宛名_名詞_あてな や_助詞_や 住所_名詞_じゅうしょ は_助詞_は どこ_代名詞_どこ に_助詞_に 書_動詞_か い_語尾_い て_助詞_て も_助詞_も 良_形容詞_よ い_語尾_い )_補助記号_) 、_補助記号_、 バー_名詞_ばー コード_名詞_こーど は_助詞_は 紫外_名詞_しがい 線_接尾辞_せん ライト_名詞_らいと で_助詞_で 見え_動詞_みえ る_語尾_る 特殊_形状詞_とくしゅ な_助動詞_な インク_名詞_いんく を_助詞_を 使用_動詞_しよう し_動詞_し て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +この_連体詞_この インク_名詞_いんく は_助詞_は 通常_名詞_つうじょう の_助詞_の 光_名詞_ひかり で_助詞_で は_助詞_は オレンジ_名詞_おれんじ 色_名詞_いろ に_助詞_に 見え_動詞_みえ る_語尾_る 。_補助記号_。 +なお_接続詞_なお 、_補助記号_、 日本_名詞_にっぽん で_助詞_で は_助詞_は 漢字_名詞_かんじ の_助詞_の 読み取り_名詞_よみとり が_助詞_が 難し_形容詞_むずかし い_語尾_い ため_名詞_ため 、_補助記号_、 1968_名詞_1968 年_接尾辞_ねん 7_名詞_7 月_接尾辞_がつ 1日_名詞_ついたち に_助詞_に 郵便_名詞_ゆうびん 番号_名詞_ばんごう が_助詞_が 導入_名詞_どうにゅう さ_動詞_さ れ_助動詞_れ 、_補助記号_、 手書き_名詞_てがき の_助詞_の 数字_名詞_すうじ で_助動詞_で あ_動詞_あ る_語尾_る 郵便_名詞_ゆうびん 番号_名詞_ばんごう を_助詞_を OCR_名詞_おーしーあーる システム_名詞_しすてむ で_助詞_で 読み取_動詞_よみと っ_語尾_っ て_助詞_て ソート_名詞_そーと し_動詞_し て_助詞_て い_動詞_い た_助動詞_た 。_補助記号_。 +1998_名詞_せんきゅうひゃくきゅうじゅうはち 年_接尾辞_ねん に_助詞_に 郵便_名詞_ゆうびん 番号_名詞_ばんごう の_助詞_の 7_名詞_7 桁_接尾辞_けた 化_接尾辞_か が_助詞_が な_動詞_な さ_語尾_さ れ_助動詞_れ て_助詞_て から_助詞_から は_助詞_は OCR_名詞_おーしーあーる で_助詞_で 読み取_動詞_よみと っ_語尾_っ た_助動詞_た 際_名詞_さい に_助詞_に アメリカ_名詞_あめりか の_助詞_の よう_形状詞_よう に_助動詞_に バー_名詞_ばー コード_名詞_こーど (_補助記号_( ただし_接続詞_ただし こちら_代名詞_こちら は_助詞_は 可視_名詞_かし 光_名詞_こう で_助詞_で は_助詞_は 無色_名詞_むしょく な_助動詞_な インク_名詞_いんく を_助詞_を 使用_名詞_しよう )_補助記号_) を_助詞_を 印刷_名詞_いんさつ する_動詞_する よう_形状詞_よう に_助動詞_に な_動詞_な っ_語尾_っ た_助動詞_た 。_補助記号_。 +視覚_名詞_しかく 障害_名詞_しょうがい 者_接尾辞_しゃ に_助詞_に と_動詞_と っ_語尾_っ て_助詞_て の_助詞_の 重要_形状詞_じゅうよう 性_接尾辞_せい +1974_名詞_せんきゅうひゃくななじゅうよん 年_接尾辞_ねん 、_補助記号_、 レイ_名詞_れい ・_補助記号_・ カーツ_名詞_かーつ ワイル_名詞_わいる は_助詞_は あらゆる_連体詞_あらゆる 書体_名詞_しょたい を_助詞_を 読み取れ_動詞_よみとれ る_語尾_る OCR_名詞_おーしーあーる の_助詞_の 開発_名詞_かいはつ を_助詞_を 行_動詞_おこな う_語尾_う  _補助記号_くうはく Kurzweil_名詞_KURZWEIL  _補助記号_くうはく Computer_名詞_COMPUTER  _補助記号_くうはく Products_名詞_PRODUCTS ,_補助記号_、  _補助記号_くうはく Inc_名詞_いんく ._補助記号_。  _補助記号_くうはく を_助詞_を 創業_名詞_そうぎょう 。_補助記号_。 +カーツ_名詞_かーつ ワイル_名詞_わいる は_助詞_は 、_補助記号_、 音声_名詞_おんせい 合成_名詞_ごうせい 技術_名詞_ぎじゅつ と_助詞_と 組合わせれ_動詞_くみあわせれ ば_助詞_ば この_連体詞_この 技術_名詞_ぎじゅつ が_助詞_が 視覚_名詞_しかく 障害_名詞_しょうがい 者_接尾辞_しゃ に_助詞_に と_動詞_と っ_語尾_っ て_助詞_て 最も_副詞_もっとも 役立_動詞_やくだ つ_語尾_つ と_助詞_と 考え_動詞_かんがえ た_助動詞_た 。_補助記号_。 +鍵_名詞_かぎ と_助詞_と な_動詞_な る_語尾_る 技術_名詞_ぎじゅつ は_助詞_は CCD_名詞_CCD イメージ_名詞_いめーじ スキャナ_名詞_すきゃな と_助詞_と 音声_名詞_おんせい 合成_名詞_ごうせい で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +1976_助詞_せんきゅうひゃくななじゅうろく 年_接尾辞_ねん 1_名詞_1 月_接尾辞_がつ 13_名詞_13 日_接尾辞_にち 、_補助記号_、 製品_名詞_せいひん の_助詞_の 完成_名詞_かんせい 披露_名詞_ひろう が_助詞_が 行_動詞_おこな わ_語尾_わ れ_助動詞_れ た_助動詞_た 。_補助記号_。 +1978_名詞_せんきゅうひゃくななじゅうはち 年_接尾辞_ねん 、_補助記号_、 カーツ_名詞_かーつ ワイル_名詞_わいる は_助詞_は OCR_名詞_おーしーあーる ソフトウェア_名詞_そふとうぇあ の_助詞_の 販売_名詞_はんばい を_助詞_を 開始_名詞_かいし 。_補助記号_。 +最初_名詞_さいしょ の_助詞_の 顧客_名詞_こきゃく は_助詞_は レクシスネクシス_名詞_れくしすねくしす で_助詞_で 、_補助記号_、 ニュース_名詞_にゅーす など_助詞_など の_助詞_の 文書_名詞_ぶんしょ を_助詞_を データベース_名詞_でーたべーす に_助詞_に 入力_名詞_にゅうりょく する_動詞_する の_助詞_の に_助詞_に 使_動詞_つか っ_語尾_っ た_助動詞_た 。_補助記号_。 +2_名詞_2 年_接尾辞_ねん 後_接尾辞_ご 、_補助記号_、 カーツ_名詞_かーつ ワイル_名詞_わいる は_助詞_は 会社_名詞_かいしゃ を_助詞_を ゼロックス_名詞_ぜろっくす に_助詞_に 売却_名詞_ばいきゃく 。_補助記号_。 +後_名詞_あと に_助詞_に ゼロックス_名詞_ぜろっくす は_助詞_は その_連体詞_その 部門_名詞_ぶもん を_助詞_を  _補助記号_くうはく Scansoft_名詞_SCANSOFT  _補助記号_くうはく と_助詞_と し_動詞_し て_助詞_て スピンオフ_名詞_すぴんおふ さ_動詞_さ せ_助動詞_せ 、_補助記号_、 Scansoft_名詞_SCANSOFT  _補助記号_くうはく は_助詞_は ニュアンス_名詞_にゅあんす コミュニケーションズ_名詞_こみゅにけーしょんず (_補助記号_( 英語_名詞_えいご 版_名詞_ばん )_補助記号_) と_助詞_と 合併_名詞_がっぺい し_動詞_し た_助動詞_た 。_補助記号_。 +OCR_名詞_おーしーあーる 技術_名詞_ぎじゅつ の_助詞_の 状況_名詞_じょうきょう +1990_名詞_せんきゅうひゃくきゅうじゅう 年代_名詞_ねんだい 中ごろ_名詞_なかごろ 、_補助記号_、 アメリカ_名詞_あめりか 合衆_名詞_がっしゅう 国_接尾辞_こく エネルギー_名詞_えねるぎー 省_接尾辞_しょう  _補助記号_くうはく (_補助記号_( DOE_名詞_でぃーおーいー )_補助記号_)  _補助記号_くうはく は_助詞_は 情報_名詞_じょうほう 科学_名詞_かがく 研究_名詞_けんきゅう 所_接尾辞_しょ  _補助記号_くうはく (_補助記号_( ISRI_名詞_ISRI )_補助記号_)  _補助記号_くうはく に_助詞_に 印刷_名詞_いんさつ 文書_名詞_ぶんしょ の_助詞_の 認識_名詞_にんしき 技術_名詞_ぎじゅつ 育成_名詞_いくせい と_助詞_と い_動詞_い う_語尾_う 使命_名詞_しめい を_助詞_を 与え_動詞_あたえ た_助動詞_た 。_補助記号_。 +それ_代名詞_それ に_助詞_に よ_動詞_よ り_語尾_り 5_名詞_5 年間_接尾辞_ねんかん に_助詞_に 渡_動詞_わた っ_語尾_っ て_助詞_て  _補助記号_くうはく Annual_名詞_あにゅある  _補助記号_くうはく Test_名詞_てすと  _補助記号_くうはく of_名詞_OF  _補助記号_くうはく OCR_名詞_おーしーあーる  _補助記号_くうはく Accuracy_名詞_ACCURACY  _補助記号_くうはく が_助詞_が まとめ_動詞_まとめ られ_助動詞_られ た_助動詞_た 。_補助記号_。 +ラテン_名詞_らてん 文字_名詞_もじ の_助詞_の 活字_名詞_かつじ 文書_名詞_ぶんしょ の_助詞_の 正確_名詞_せいかく な_助動詞_な 認識_名詞_にんしき は_助詞_は ほとんど_名詞_ほとんど 解決_名詞_かいけつ 済み_接尾辞_ずみ の_助詞_の 問題_名詞_もんだい だ_助動詞_だ が_助詞_が 、_補助記号_、 識字_名詞_しきじ 率_名詞_りつ (_補助記号_( 文字_名詞_もじ を_助詞_を 正し_形容詞_ただし く_語尾_く 認識_名詞_にんしき する_動詞_する 確率_名詞_かくりつ )_補助記号_) は_助詞_は 100_名詞_100 %_接尾辞_% で_助動詞_で は_助詞_は な_形容詞_な く_語尾_く 、_補助記号_、 間違い_名詞_まちがい の_助詞_の 許_動詞_ゆる さ_語尾_さ れ_助動詞_れ な_助動詞_な い_語尾_い 状況_名詞_じょうきょう で_助詞_で は_助詞_は 人間_名詞_にんげん が_助詞_が 結果_名詞_けっか を_助詞_を 確認_名詞_かくにん する_動詞_する 必要_名詞_ひつよう が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +19_名詞_19 世紀_名詞_せいき および_接続詞_および 20_名詞_20 世紀_名詞_せいき 初頭_名詞_しょとう の_助詞_の 新聞_名詞_しんぶん を_助詞_を 使_動詞_つか っ_語尾_っ た_助動詞_た 研究_名詞_けんきゅう に_助詞_に よ_動詞_よ る_語尾_る と_助詞_と 、_補助記号_、 単純_形状詞_たんじゅん に_助動詞_に 文字_名詞_もじ 単位_名詞_たんい で_助詞_で 認識_名詞_にんしき する_動詞_する 市販_名詞_しはん の_助詞_の OCR_名詞_おーしーあーる ソフトウェア_名詞_そふとうぇあ の_助詞_の 識字_名詞_しきじ 率_名詞_りつ は_助詞_は 71_名詞_71 %_接尾辞_% から_助詞_から 98_名詞_98 %_接尾辞_% だっ_助動詞_だっ た_助動詞_た 。_補助記号_。 +手書き_名詞_てがき 文字_名詞_もじ 、_補助記号_、 特に_副詞_とくに 筆記_名詞_ひっき 体_接尾辞_たい の_助詞_の 手書き_名詞_てがき 文字_名詞_もじ 認識_名詞_にんしき や_助詞_や 文字_名詞_もじ 数_名詞_すう の_助詞_の 多_形容詞_おお い_語尾_い 言語_名詞_げんご の_助詞_の 文字_名詞_もじ 認識_名詞_にんしき で_助詞_で は_助詞_は まだ_副詞_まだ 研究_名詞_けんきゅう の_助詞_の 余地_名詞_よち が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +文字_名詞_もじ 認識_名詞_にんしき の_助詞_の 精度_名詞_せいど は_助詞_は いく_名詞_いく つ_接尾辞_つ か_助詞_か の_助詞_の 測定_名詞_そくてい 法_名詞_ほう で_助詞_で 表_名詞_あらわ さ_語尾_さ れ_助動詞_れ 、_補助記号_、 実際_名詞_じっさい に_助詞_に 使用_名詞_しよう し_動詞_し た_助動詞_た 測定_名詞_そくてい 法_名詞_ほう に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 精度_名詞_せいど は_助詞_は 大き_形容詞_おおき く_語尾_く 左右_名詞_さゆう さ_動詞_さ れ_助動詞_れ る_語尾_る 。_補助記号_。 +例えば_副詞_たとえば 、_補助記号_、 文脈_名詞_ぶんみゃく や_助詞_や 辞書_名詞_じしょ を_助詞_を 使_動詞_つか わ_語尾_わ ず_助動詞_ず に_助詞_に 純粋_形状詞_じゅんすい に_助動詞_に 文字_名詞_もじ 単位_名詞_たんい で_助詞_で 認識_名詞_にんしき する_動詞_する 場合_名詞_ばあい 、_補助記号_、 識字_名詞_しきじ 率_名詞_りつ が_助詞_が 99_名詞_99 %_接尾辞_% で_助動詞_で あ_動詞_あ っ_語尾_っ て_助詞_て も_助詞_も 、_補助記号_、 単語_名詞_たんご ベース_名詞_べーす の_助詞_の 誤り_名詞_あやまり 率_名詞_りつ は_助詞_は 5_名詞_5 %_接尾辞_% と_助詞_と な_動詞_な る_語尾_る か_助詞_か も_助詞_も しれ_動詞_しれ な_助動詞_な い_語尾_い 。_補助記号_。 +オン_名詞_おん ライン_名詞_らいん 文字_名詞_もじ 認識_名詞_にんしき は_助詞_は 光学_名詞_こうがく 文字_名詞_もじ 認識_名詞_にんしき と_助詞_と 混同_名詞_こんどう さ_動詞_さ れ_助動詞_れ る_語尾_る こと_名詞_こと が_助詞_が あ_動詞_あ る_語尾_る (_補助記号_( 手書き_名詞_てがき 文字_名詞_もじ 認識_名詞_にんしき 参照_名詞_さんしょう )_補助記号_) 。_補助記号_。 +OCR_名詞_おーしーあーる は_助詞_は 基本_名詞_きほん 的_接尾辞_てき に_助動詞_に オフ_名詞_おふ ライン_名詞_らいん の_助詞_の 文字_名詞_もじ 認識_名詞_にんしき で_助動詞_で あ_動詞_あ り_語尾_り 、_補助記号_、 純粋_形状詞_じゅんすい に_助動詞_に 文字_名詞_もじ の_助詞_の 静的_名詞_せいてき な_助動詞_な 形状_名詞_けいじょう を_助詞_を 認識_名詞_にんしき する_動詞_する 。_補助記号_。 +一方_接続詞_いっぽう オン_名詞_おん ライン_名詞_らいん 文字_名詞_もじ 認識_名詞_にんしき は_助詞_は 、_補助記号_、 文字_名詞_もじ が_助詞_が 書_動詞_か か_語尾_か れ_助動詞_れ る_語尾_る 動的_名詞_どうてき な_助動詞_な 過程_名詞_かてい を_助詞_を 認識_名詞_にんしき する_動詞_する 。_補助記号_。 +例えば_副詞_たとえば 、_補助記号_、 Pen_名詞_PEN Point_名詞_POINT  _補助記号_くうはく OS_名詞_OS  _補助記号_くうはく や_助詞_や タブレット_名詞_たぶれっと コンピュータ_名詞_こんぴゅーた など_助詞_など が_助詞_が ジェスチャー_名詞_じぇすちゃー を_助詞_を 認識_名詞_にんしき する_動詞_する の_助詞_の も_助詞_も オン_名詞_おん ライン_名詞_らいん 認識_名詞_にんしき の_助詞_の 一種_名詞_いっしゅ で_助動詞_で あ_動詞_あ り_語尾_り 、_補助記号_、 ペン_名詞_ぺん が_助詞_が どう_副詞_どう い_動詞_い う_語尾_う 方向_名詞_ほうこう に_助詞_に どれ_代名詞_どれ だけ_助詞_だけ 動_動詞_うご い_語尾_い た_助動詞_た か_助詞_か を_助詞_を 認識_名詞_にんしき する_動詞_する 。_補助記号_。 +オン_名詞_おん ライン_名詞_らいん 手書き_名詞_てがき 文字_名詞_もじ 認識_名詞_にんしき を_助詞_を 知的_形状詞_ちてき 文字_名詞_もじ 認識_名詞_にんしき (_補助記号_( 英語_名詞_えいご 版_名詞_ばん )_補助記号_)  _補助記号_くうはく (_補助記号_( ICR_名詞_ICR )_補助記号_)  _補助記号_くうはく とも_接尾辞_とも 呼_動詞_よ ぶ_語尾_ぶ 。_補助記号_。 +手書き_名詞_てがき 文字_名詞_もじ 認識_名詞_にんしき システム_名詞_しすてむ は_助詞_は 近年_名詞_きんねん 、_補助記号_、 商用_名詞_しょうよう で_助詞_で 成功_名詞_せいこう し_動詞_し て_助詞_て い_動詞_い る_語尾_る 分野_名詞_ぶんや で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +この_連体詞_この 技術_名詞_ぎじゅつ は_助詞_は Palm_名詞_PALM  _補助記号_くうはく OS_名詞_OS など_助詞_など が_助詞_が 動作_名詞_どうさ する_動詞_する 携帯_名詞_けいたい 情報_名詞_じょうほう 端末_名詞_たんまつ で_助詞_で 入力_名詞_にゅうりょく 手段_名詞_しゅだん と_助詞_と し_動詞_し て_助詞_て 採用_名詞_さいよう さ_動詞_さ れ_助動詞_れ た_助動詞_た 。_補助記号_。 +アップル_名詞_あっぷる ・_補助記号_・ ニュートン_名詞_にゅーとん が_助詞_が この_連体詞_この 技術_名詞_ぎじゅつ の_助詞_の 先駆_名詞_せんく 者_接尾辞_しゃ で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +これ_代名詞_これ ら_接尾辞_ら の_助詞_の 機器_名詞_きき で_助詞_で は_助詞_は 筆順_名詞_ひつじゅん や_助詞_や 速度_名詞_そくど や_助詞_や 線_名詞_せん の_助詞_の 方向_名詞_ほうこう が_助詞_が 入力_名詞_にゅうりょく 時_接尾辞_じ に_助詞_に 分か_動詞_わか る_語尾_る の_助詞_の で_助動詞_で 比較_名詞_ひかく 的_接尾辞_てき 認識_名詞_にんしき が_助詞_が 容易_形状詞_ようい で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +また_接続詞_また 、_補助記号_、 ユーザー_名詞_ゆーざー 側_名詞_がわ も_助詞_も 徐々_名詞_じょじょ に_助詞_に 認識_名詞_にんしき さ_動詞_さ れ_助動詞_れ やす_形容詞_やす い_語尾_い 文字_名詞_もじ を_助詞_を 書_動詞_か く_語尾_く よう_形状詞_よう に_助動詞_に トレーニング_名詞_とれーにんぐ さ_動詞_さ れ_助動詞_れ る_語尾_る と_助詞_と い_動詞_い う_語尾_う 面_名詞_めん も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +一方_接続詞_いっぽう 、_補助記号_、 紙_名詞_かみ に_助詞_に 書_動詞_か か_語尾_か れ_助動詞_れ た_助動詞_た 手書き_名詞_てがき 文字_名詞_もじ を_助詞_を 認識_名詞_にんしき する_動詞_する ソフトウェア_名詞_そふとうぇあ に_助詞_に は_助詞_は 上記_名詞_じょうき の_助詞_の 利点_名詞_りてん が_助詞_が 無_形容詞_な い_語尾_い ため_名詞_ため 、_補助記号_、 識字_名詞_しきじ 率_名詞_りつ は_助詞_は いまだ_副詞_いまだ 十分_形状詞_じゅうぶん と_助詞_と は_助詞_は 言え_動詞_いえ な_助動詞_な い_語尾_い 。_補助記号_。 +きれい_形状詞_きれい に_助動詞_に 書_動詞_か か_語尾_か れ_助動詞_れ た_助動詞_た 手書き_名詞_てがき 文字_名詞_もじ で_助詞_で も_助詞_も 識字_名詞_しきじ 率_名詞_りつ は_助詞_は 80_名詞_80 %_接尾辞_% から_助詞_から 90_名詞_90 %_接尾辞_% で_助動詞_で あ_動詞_あ り_語尾_り 、_補助記号_、 1_名詞_1 ページ_接尾辞_ぺーじ に_助詞_に つ_動詞_つ き_語尾_き 数十_名詞_すうじゅう 個_接尾辞_こ の_助詞_の 認識_名詞_にんしき 不能_名詞_ふのう 文字_名詞_もじ が_助詞_が 出現_名詞_しゅつげん する_動詞_する こと_名詞_こと に_助詞_に な_動詞_な る_語尾_る 。_補助記号_。 +これ_代名詞_これ は_助詞_は 非常_形状詞_ひじょう に_助動詞_に 限_動詞_かぎ ら_語尾_ら れ_助動詞_れ た_助動詞_た 分野_名詞_ぶんや で_助詞_で しか_助詞_しか 実用_名詞_じつよう 化_接尾辞_か でき_動詞_でき な_助動詞_な い_語尾_い レベル_名詞_れべる で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +筆記_名詞_ひっき 体_接尾辞_たい 文書_名詞_ぶんしょ の_助詞_の 認識_名詞_にんしき は_助詞_は 研究_名詞_けんきゅう が_助詞_が 盛ん_形状詞_さかん で_助動詞_で あ_動詞_あ る_語尾_る が_助詞_が 、_補助記号_、 識字_名詞_しきじ 率_名詞_りつ は_助詞_は さらに_副詞_さらに 低_形容詞_ひく い_語尾_い 。_補助記号_。 +筆記_名詞_ひっき 体_接尾辞_たい の_助詞_の 文字_名詞_もじ 認識_名詞_にんしき の_助詞_の 識字_名詞_しきじ 率_名詞_りつ を_助詞_を 高め_動詞_たかめ る_語尾_る に_助詞_に は_助詞_は 、_補助記号_、 文脈_名詞_ぶんみゃく や_助詞_や 文法_名詞_ぶんぽう の_助詞_の 情報_名詞_じょうほう を_助詞_を 使_動詞_つか わ_語尾_わ な_助動詞_な けれ_語尾_けれ ば_助詞_ば な_動詞_な ら_語尾_ら な_助動詞_な い_語尾_い 。_補助記号_。 +例えば_副詞_たとえば 、_補助記号_、 辞書_名詞_じしょ の_助詞_の 単語_名詞_たんご を_助詞_を 認識_名詞_にんしき する_動詞_する の_助詞_の は_助詞_は 、_補助記号_、 手書き_名詞_てがき 原稿_名詞_げんこう の_助詞_の 個々_名詞_ここ の_助詞_の 文字_名詞_もじ を_助詞_を 認識_名詞_にんしき する_動詞_する より_助詞_より も_助詞_も 簡単_形状詞_かんたん で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +小切手_名詞_こぎって に_助詞_に 書_動詞_か か_語尾_か れ_助動詞_れ た_助動詞_た 数字_名詞_すうじ の_助詞_の 列_名詞_れつ は_助詞_は 小さな_連体詞_ちいさな 辞書_名詞_じしょ を_助詞_を 使_動詞_つか え_語尾_え ば_助詞_ば い_形容詞_い い_語尾_い の_助詞_の で_助詞_で 識字_名詞_しきじ 率_名詞_りつ を_助詞_を 上げ_動詞_あげ る_語尾_る こと_名詞_こと が_助詞_が でき_動詞_でき る_語尾_る 。_補助記号_。 +スキャン_名詞_すきゃん し_動詞_し て_助詞_て い_動詞_い る_語尾_る 文書_名詞_ぶんしょ の_助詞_の 言語_名詞_げんご の_助詞_の 文法_名詞_ぶんぽう に_助詞_に 関_動詞_かん する_語尾_する 知識_名詞_ちしき が_助詞_が あ_動詞_あ れ_語尾_れ ば_助詞_ば 、_補助記号_、 単語_名詞_たんご が_助詞_が 名詞_名詞_めいし な_助動詞_な の_助詞_の か_助詞_か 動詞_名詞_どうし な_助動詞_な の_助詞_の か_助詞_か を_助詞_を 判別_名詞_はんべつ する_動詞_する こと_名詞_こと が_助詞_が 可能_形状詞_かのう と_助詞_と な_動詞_な り_語尾_り 識字_名詞_しきじ 率_名詞_りつ を_助詞_を 上げ_動詞_あげ る_語尾_る こと_名詞_こと が_助詞_が でき_動詞_でき る_語尾_る 。_補助記号_。 +手書き_名詞_てがき 文字_名詞_もじ の_助詞_の 形_名詞_かたち だけ_助詞_だけ で_助詞_で は_助詞_は 正確_名詞_せいかく な_助動詞_な 認識_名詞_にんしき (_補助記号_( 一般_名詞_いっぱん に_助詞_に 9_名詞_9 8_名詞_8 %_接尾辞_% 以上_名詞_いじょう )_補助記号_) は_助詞_は 不_接頭辞_ふ 可能_形状詞_かのう と_助詞_と い_動詞_い っ_語尾_っ て_助詞_て よ_形容詞_よ い_語尾_い 。_補助記号_。 +OCR_名詞_おーしーあーる 技術_名詞_ぎじゅつ は_助詞_は アドバンスト_名詞_あどばんすと スキャン_名詞_すきゃん 技術_名詞_ぎじゅつ の_助詞_の 基盤_名詞_きばん と_助詞_と な_動詞_な っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +一般_名詞_いっぱん に_助詞_に 、_補助記号_、 より_副詞_より 複雑_名詞_ふくざつ な_助動詞_な 認識_名詞_にんしき 問題_名詞_もんだい に_助詞_に は_助詞_は ニューラル_名詞_にゅーらる ネットワーク_名詞_ねっとわーく を_助詞_を 使_動詞_つか う_語尾_う こと_名詞_こと が_助詞_が 多_形容詞_おお く_語尾_く 、_補助記号_、 非_接頭辞_ひ 線形_名詞_せんけい な_助動詞_な 変形_名詞_へんけい で_助詞_で も_助詞_も 線形_名詞_せんけい な_助動詞_な 変形_名詞_へんけい で_助詞_で も_助詞_も よく_副詞_よく 機能_名詞_きのう する_動詞_する 。_補助記号_。 +文書_名詞_ぶんしょ 内_接尾辞_ない の_助詞_の 認識_名詞_にんしき が_助詞_が 難し_形容詞_むずかし い_語尾_い 単語_名詞_たんご や_助詞_や 文字_名詞_もじ 列_名詞_れつ の_助詞_の 認識_名詞_にんしき で_助詞_で 大いに_副詞_おおいに 成功_名詞_せいこう を_助詞_を 収め_動詞_おさめ て_助詞_て い_動詞_い る_語尾_る 技法_名詞_ぎほう と_助詞_と し_動詞_し て_助詞_て 、_補助記号_、 人間_名詞_にんげん の_助詞_の 文字_名詞_もじ 認識_名詞_にんしき 能力_名詞_のうりょく を_助詞_を 利用_名詞_りよう し_動詞_し た_助動詞_た re_名詞_RE CAPTCHA_名詞_CAPTCHA システム_名詞_しすてむ が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +楽譜_名詞_がくふ OCR_名詞_おーしーあーる +詳細_名詞_しょうさい は_助詞_は 「_補助記号_「 楽譜_名詞_がくふ OCR_名詞_おーしーあーる 」_補助記号_」 を_助詞_を 参照_名詞_さんしょう +1970_名詞_せんきゅうひゃくななじゅう 年_接尾辞_ねん 代_接尾辞_だい 、_補助記号_、 印刷_名詞_いんさつ さ_動詞_さ れ_助動詞_れ た_助動詞_た 楽譜_名詞_がくふ を_助詞_を 読み取_動詞_よみと る_語尾_る 研究_名詞_けんきゅう が_助詞_が MIT_名詞_MIT など_助詞_など の_助詞_の 研究_名詞_けんきゅう 所_接尾辞_しょ で_助詞_で 行_動詞_おこな わ_語尾_わ れ_助動詞_れ た_助動詞_た 。_補助記号_。 +その_連体詞_その 後_名詞_ご 楽譜_名詞_がくふ の_助詞_の 記号_名詞_きごう を_助詞_を 認識_名詞_にんしき する_動詞_する 研究_名詞_けんきゅう が_助詞_が 続け_動詞_つずけ られ_助動詞_られ 、_補助記号_、 商用_名詞_しょうよう の_助詞_の ソフトウェア_名詞_そふとうぇあ は_助詞_は  _補助記号_くうはく 1991_名詞_せんきゅうひゃくきゅうじゅういち 年_接尾辞_ねん に_助詞_に  _補助記号_くうはく ”_補助記号_” MIDISCAN_名詞_MIDISCAN  _補助記号_くうはく for_名詞_FOR  _補助記号_くうはく Windows_名詞_WINDOWS ”_補助記号_”  _補助記号_くうはく (_補助記号_( 現_接頭辞_げん :_補助記号_: Smart_英単語_SMART S_記号_S core_英単語_CORE (_補助記号_( 英語_名詞_えいご 版_名詞_ばん )_補助記号_) )_補助記号_)  _補助記号_くうはく が_助詞_が リリース_名詞_りりーす さ_動詞_さ れ_助動詞_れ た_助動詞_た 。_補助記号_。 + _補助記号_くうはく なお_接続詞_なお 日本_名詞_にっぽん に_助詞_に お_動詞_お い_語尾_い て_助詞_て は_助詞_は 1995_名詞_せんきゅうひゃくきゅうじゅうご 年_接尾辞_ねん 楽譜_名詞_がくふ OCR_名詞_おーしーあーる を_助詞_を 搭載_名詞_とうさい し_動詞_し た_助動詞_た 楽譜_名詞_がくふ 作成_名詞_さくせい ソフトウェア_名詞_そふとうぇあ の_助詞_の スコア_名詞_すこあ メーカー_名詞_めーかー が_助詞_が 河合_名詞_かわい 楽器_名詞_がっき 製作_名詞_せいさく 所_接尾辞_しょ に_助詞_に て_助詞_て 製造_名詞_せいぞう 販売_名詞_はんばい さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +質問_名詞_しつもん 応答_名詞_おうとう システム_名詞_しすてむ +移動_名詞_いどう :_補助記号_:  _補助記号_くうはく 案内_名詞_あんない ,_補助記号_、  _補助記号_くうはく 検索_名詞_けんさく +質問_名詞_しつもん 応答_名詞_おうとう システム_名詞_しすてむ (_補助記号_( しつもん_名詞_しつもん おうとう_名詞_おうとう システム_名詞_しすてむ )_補助記号_) は_助詞_は 、_補助記号_、 特定_名詞_とくてい の_助詞_の 種類_名詞_しゅるい の_助詞_の 情報_名詞_じょうほう に_助詞_に 対_動詞_たい する_語尾_する 質問_名詞_しつもん を_助詞_を ユーザ_名詞_ゆーざ から_助詞_から 自然_名詞_しぜん 言語_名詞_げんご で_助詞_で 受け_動詞_うけ つけ_動詞_つけ 、_補助記号_、 その_連体詞_その 解答_名詞_かいとう を_助詞_を 返_動詞_かえ す_語尾_す よう_形状詞_よう な_助動詞_な コンピュータ_名詞_こんぴゅーた ソフトウェア_名詞_そふとうぇあ の_助詞_の こと_名詞_こと 。_補助記号_。 +解答_名詞_かいとう は_助詞_は 文章_名詞_ぶんしょう か_助詞_か 、_補助記号_、 質問_名詞_しつもん に_助詞_に 対_動詞_たい する_語尾_する 直接_副詞_ちょくせつ 解答_名詞_かいとう が_助詞_が ほとんど_名詞_ほとんど で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 + _補助記号_くうはく 検索_名詞_けんさく エンジン_名詞_えんじん を_助詞_を 用い_動詞_もちい る_語尾_る もの_名詞_もの や_助詞_や 百科_名詞_ひゃっか 辞典_名詞_じてん など_助詞_など を_助詞_を 用い_動詞_もちい たり_助詞_たり 、_補助記号_、 さまざま_形状詞_さまざま な_助動詞_な データベース_名詞_でーたべーす を_助詞_を 基_名詞_もと に_助詞_に し_動詞_し て_助詞_て 検索_名詞_けんさく を_助詞_を 行_動詞_おこな う_語尾_う 。_補助記号_。 + _補助記号_くうはく 英語_名詞_えいご の_助詞_の サイト_名詞_さいと で_助詞_で は_助詞_は  _補助記号_くうはく AskJ_名詞_ASKJ eeves_英単語_EEVES  _補助記号_くうはく が_助詞_が 有名_形状詞_ゆうめい 。_補助記号_。 +基本_名詞_きほん 的_接尾辞_てき な_助動詞_な 処理_名詞_しょり の_助詞_の 流れ_名詞_ながれ は_助詞_は 、_補助記号_、 以下_名詞_いか の_助詞_の よう_形状詞_よう に_助動詞_に な_動詞_な る_語尾_る 。_補助記号_。 +質問_名詞_しつもん 文_名詞_ぶん 分析_名詞_ぶんせき (_補助記号_( 質問_名詞_しつもん 文_名詞_ぶん を_助詞_を 単語_名詞_たんご や_助詞_や 節_名詞_ふし など_助詞_など 、_補助記号_、 検索_名詞_けんさく エンジン_名詞_えんじん の_助詞_の クエリ_名詞_くえり に_助詞_に 変換_名詞_へんかん する_動詞_する )_補助記号_) +検索_名詞_けんさく エンジン_名詞_えんじん (_補助記号_( ここ_代名詞_ここ で_助詞_で は_助詞_は AND_名詞_AND 検索_名詞_けんさく など_助詞_など 通常_名詞_つうじょう の_助詞_の クエリ_名詞_くえり を_助詞_を 投げかけ_動詞_なげかけ る_語尾_る こと_名詞_こと が_助詞_が 多_形容詞_おお い_語尾_い )_補助記号_) +絞込み_名詞_しぼりこみ (_補助記号_( 取得_名詞_しゅとく し_動詞_し た_助動詞_た 文章_名詞_ぶんしょう から_助詞_から 、_補助記号_、 解答_名詞_かいとう 部分_名詞_ぶぶん を_助詞_を 抽出_名詞_ちゅうしゅつ する_動詞_する )_補助記号_) +結果_名詞_けっか 表示_名詞_ひょうじ (_補助記号_( 解答_名詞_かいとう を_助詞_を スコア_名詞_すこあ 順_名詞_じゅん に_助詞_に 並び替え_動詞_ならびかえ 、_補助記号_、 表示_名詞_ひょうじ する_動詞_する )_補助記号_) +質問_名詞_しつもん 応答_名詞_おうとう は_助詞_は 、_補助記号_、 情報_名詞_じょうほう 検索_名詞_けんさく 、_補助記号_、 情報_名詞_じょうほう 抽出_名詞_ちゅうしゅつ 、_補助記号_、 自然_名詞_しぜん 言語_名詞_げんご 処理_名詞_しょり など_助詞_など 多数_名詞_たすう の_助詞_の 分野_名詞_ぶんや に_助詞_に 渡_動詞_わた る_語尾_る 技術_名詞_ぎじゅつ が_助詞_が 用い_動詞_もちい られ_助動詞_られ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +音声_名詞_おんせい 認識_名詞_にんしき (_補助記号_( おんせい_名詞_おんせい にんしき_名詞_にんしき ,_補助記号_、  _補助記号_くうはく speech_名詞_SPEECH  _補助記号_くうはく recognition_名詞_RECOGNITION )_補助記号_) は_助詞_は 、_補助記号_、 ヒト_名詞_ひと の_助詞_の 話_動詞_はな す_語尾_す 音声_名詞_おんせい 言語_名詞_げんご を_助詞_を コンピュータ_名詞_こんぴゅーた に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 解析_名詞_かいせき し_動詞_し 、_補助記号_、 話_動詞_はな し_語尾_し て_助詞_て い_動詞_い る_語尾_る 内容_名詞_ないよう を_助詞_を 文字_名詞_もじ データ_名詞_でーた と_助詞_と し_動詞_し て_助詞_て 取り出_動詞_とりだ す_語尾_す 処理_名詞_しょり の_助詞_の こと_名詞_こと 。_補助記号_。 +キーボード_名詞_きーぼーど から_助詞_から の_助詞_の 入力_名詞_にゅうりょく に_助詞_に 代わ_動詞_かわ る_語尾_る 文字_名詞_もじ 入力_名詞_にゅうりょく 方法_名詞_ほうほう と_助詞_と し_動詞_し て_助詞_て 注目_名詞_ちゅうもく を_助詞_を 集め_動詞_あつめ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +音声_名詞_おんせい 認識_名詞_にんしき に_助詞_に 関連_名詞_かんれん が_助詞_が 深_形容詞_ふか い_語尾_い 技術_名詞_ぎじゅつ と_助詞_と し_動詞_し て_助詞_て 、_補助記号_、 あらかじめ_副詞_あらかじめ 記録_名詞_きろく し_動詞_し て_助詞_て お_動詞_お い_語尾_い た_助動詞_た 音声_名詞_おんせい パターン_名詞_ぱたーん と_助詞_と 比較_名詞_ひかく し_動詞_し て_助詞_て 個人_名詞_こじん 認証_名詞_にんしょう 等_接尾辞_とう を_助詞_を おこな_動詞_おこな う_語尾_う 、_補助記号_、 話者_名詞_わしゃ 認識_名詞_にんしき が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +パソコン_名詞_ぱそこん の_助詞_の 場合_名詞_ばあい 、_補助記号_、 文章_名詞_ぶんしょう を_助詞_を 入力_名詞_にゅうりょく する_動詞_する 用途_名詞_ようと で_助詞_で は_助詞_は 音声_名詞_おんせい 入力_名詞_にゅうりょく また_接続詞_また は_助詞_は ディクテーション_名詞_でぃくてーしょん 、_補助記号_、 アプリケーション_名詞_あぷりけーしょん の_助詞_の 操作_名詞_そうさ は_助詞_は 音声_名詞_おんせい 操作_名詞_そうさ と_助詞_と 呼_動詞_よ ば_語尾_ば れ_助動詞_れ る_語尾_る 。_補助記号_。 +目次_名詞_もくじ +1_名詞_1  _補助記号_くうはく 認識_名詞_にんしき 技術_名詞_ぎじゅつ +1_名詞_1 ._補助記号_。 1_名詞_1  _補助記号_くうはく 統計_名詞_とうけい 的_接尾辞_てき 手法_名詞_しゅほう +1_名詞_1 ._補助記号_。 2_名詞_2  _補助記号_くうはく 動的_名詞_どうてき 時間_名詞_じかん 伸縮_名詞_しんしゅく 法_名詞_ほう +1_名詞_1 ._補助記号_。 3_名詞_3  _補助記号_くうはく 隠れ_名詞_かくれ マルコフモデル_名詞_まるこふもでる +2_名詞_2  _補助記号_くうはく 実際_名詞_じっさい と_助詞_と 課題_名詞_かだい +2_名詞_2 ._補助記号_。 1_名詞_1  _補助記号_くうはく 性能_名詞_せいのう +3_名詞_3  _補助記号_くうはく 研究_名詞_けんきゅう 中_接尾辞_ちゅう の_助詞_の 技術_名詞_ぎじゅつ +3_名詞_3 ._補助記号_。 1_名詞_1  _補助記号_くうはく MFT_名詞_MFT +3_名詞_3 ._補助記号_。 2_名詞_2  _補助記号_くうはく GSS_名詞_じーえすえす +4_名詞_4  _補助記号_くうはく 実用_名詞_じつよう 例_名詞_れい +4_名詞_4 ._補助記号_。 1_名詞_1  _補助記号_くうはく Windows_名詞_WINDOWS に_助詞_に おけ_動詞_おけ る_助動詞_る 利用_名詞_りよう +4_名詞_4 ._補助記号_。 2_名詞_2  _補助記号_くうはく 企業_名詞_きぎょう ・_補助記号_・ 団体_名詞_だんたい に_助詞_に おけ_動詞_おけ る_助動詞_る 利用_名詞_りよう +4_名詞_4 ._補助記号_。 3_名詞_3  _補助記号_くうはく その_連体詞_その 他_名詞_た の_助詞_の 利用_名詞_りよう 例_名詞_れい +4_名詞_4 ._補助記号_。 4_名詞_4  _補助記号_くうはく その_連体詞_その 他_名詞_た の_助詞_の 応用_名詞_おうよう 例_名詞_れい +5_名詞_5  _補助記号_くうはく 音声_名詞_おんせい 認識_名詞_にんしき ソフトウェア_名詞_そふとうぇあ 例_名詞_れい +5_名詞_5 ._補助記号_。 1_名詞_1  _補助記号_くうはく 音声_名詞_おんせい 認識_名詞_にんしき を_助詞_を 応用_名詞_おうよう し_動詞_し た_助動詞_た ゲーム_名詞_げーむ ソフト_名詞_そふと 例_名詞_れい +6_名詞_6  _補助記号_くうはく 参考_名詞_さんこう 文献_名詞_ぶんけん +7_名詞_7  _補助記号_くうはく 外部_名詞_がいぶ リンク_名詞_りんく +8_名詞_8  _補助記号_くうはく 出典_名詞_しゅってん +9_名詞_9  _補助記号_くうはく 関連_名詞_かんれん 項目_名詞_こうもく +認識_名詞_にんしき 技術_名詞_ぎじゅつ +統計_名詞_とうけい 的_接尾辞_てき 手法_名詞_しゅほう +音声_名詞_おんせい 認識_名詞_にんしき で_助詞_で は_助詞_は 、_補助記号_、 統計_名詞_とうけい 的_接尾辞_てき 手法_名詞_しゅほう が_助詞_が 良_形容詞_よ く_語尾_く 用い_動詞_もちい られ_助動詞_られ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +これ_代名詞_これ は_助詞_は 大量_名詞_たいりょう の_助詞_の 発話_名詞_はつわ を_助詞_を 記録_名詞_きろく し_動詞_し た_助動詞_た 学習_名詞_がくしゅう 用_接尾辞_よう データ_名詞_でーた から_助詞_から 音声_名詞_おんせい の_助詞_の 特徴_名詞_とくちょう を_助詞_を 蓄積_名詞_ちくせき し_動詞_し 、_補助記号_、 入力_名詞_にゅうりょく さ_動詞_さ れ_助動詞_れ た_助動詞_た 音声_名詞_おんせい 信号_名詞_しんごう と_助詞_と 蓄積_名詞_ちくせき さ_動詞_さ れ_助動詞_れ た_助動詞_た 特徴_名詞_とくちょう と_助詞_と を_助詞_を 比較_名詞_ひかく し_動詞_し ながら_助詞_ながら 、_補助記号_、 最も_副詞_もっとも 特徴_名詞_とくちょう に_助詞_に 近_形容詞_ちか い_語尾_い 言語_名詞_げんご 系列_名詞_けいれつ を_助詞_を 認識_名詞_にんしき 結果_名詞_けっか と_助詞_と し_動詞_し て_助詞_て 出力_名詞_しゅつりょく する_動詞_する 手法_名詞_しゅほう で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +一般_名詞_いっぱん に_助詞_に 、_補助記号_、 音声_名詞_おんせい の_助詞_の 音響_名詞_おんきょう 的_接尾辞_てき な_助動詞_な 特徴_名詞_とくちょう と_助詞_と 言語_名詞_げんご 的_接尾辞_てき な_助動詞_な 特徴_名詞_とくちょう を_助詞_を 分離_名詞_ぶんり し_動詞_し て_助詞_て 扱_動詞_あつか う_語尾_う こと_名詞_こと が_助詞_が 多_形容詞_おお い_語尾_い 。_補助記号_。 +音響_名詞_おんきょう 的_接尾辞_てき な_助動詞_な 特徴_名詞_とくちょう と_助詞_と は_助詞_は 、_補助記号_、 認識_名詞_にんしき 対象_名詞_たいしょう の_助詞_の 音素_名詞_おんそ が_助詞_が それぞれ_名詞_それぞれ どの_連体詞_どの よう_形状詞_よう な_助動詞_な 周波_名詞_しゅうは 数_名詞_すう 特性_名詞_とくせい を_助詞_を 持_動詞_も っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る か_助詞_か を_助詞_を 表_動詞_あらわ し_語尾_し た_助動詞_た もの_名詞_もの で_助動詞_で 、_補助記号_、 音響_名詞_おんきょう モデル_名詞_もでる と_助詞_と 呼_動詞_よ ば_語尾_ば れ_助動詞_れ る_語尾_る 。_補助記号_。 +音響_名詞_おんきょう モデル_名詞_もでる の_助詞_の 表現_名詞_ひょうげん と_助詞_と し_動詞_し て_助詞_て は_助詞_は 、_補助記号_、 混合_名詞_こんごう 正規_名詞_せいき 分布_名詞_ぶんぷ を_助詞_を 出力_名詞_しゅつりょく 確率_名詞_かくりつ と_助詞_と し_動詞_し た_助動詞_た 隠れ_名詞_かくれ マルコフモデル_名詞_まるこふもでる が_助詞_が 広_形容詞_ひろ く_語尾_く 用い_動詞_もちい られ_助動詞_られ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +言語_名詞_げんご 的_接尾辞_てき な_助動詞_な 特徴_名詞_とくちょう と_助詞_と は_助詞_は 、_補助記号_、 音素_名詞_おんそ の_助詞_の 並び_名詞_ならび 方_接尾辞_かた に_助詞_に 関_動詞_かん する_語尾_する 制約_名詞_せいやく を_助詞_を 表_動詞_あらわ し_語尾_し た_助動詞_た もの_名詞_もの で_助動詞_で 、_補助記号_、 言語_名詞_げんご モデル_名詞_もでる と_助詞_と 呼_動詞_よ ば_語尾_ば れ_助動詞_れ る_語尾_る 。_補助記号_。 +例えば_副詞_たとえば 、_補助記号_、 「_補助記号_「 あなた_代名詞_あなた  _補助記号_くうはく (_補助記号_( a_記号_A  _補助記号_くうはく n_記号_N  _補助記号_くうはく a_記号_A  _補助記号_くうはく t_記号_T  _補助記号_くうはく a_記号_A )_補助記号_) 」_補助記号_」 と_助詞_と い_動詞_い う_語尾_う 発声_名詞_はっせい の_助詞_の 直後_名詞_ちょくご に_助詞_に は_助詞_は 、_補助記号_、 「_補助記号_「 が_助詞_が  _補助記号_くうはく (_補助記号_( g_記号_g  _補助記号_くうはく a_記号_A )_補助記号_) 」_補助記号_」 や_助詞_や 「_補助記号_「 は_助詞_は  _補助記号_くうはく (_補助記号_( w_記号_W  _補助記号_くうはく a_記号_A )_補助記号_) 」_補助記号_」 など_助詞_など の_助詞_の 発声_名詞_はっせい が_助詞_が 続_動詞_つづ く_語尾_く 確率_名詞_かくりつ が_助詞_が 高_形容詞_たか い_語尾_い 、_補助記号_、 など_助詞_など の_助詞_の 制約_名詞_せいやく で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +言語_名詞_げんご モデル_名詞_もでる の_助詞_の 表現_名詞_ひょうげん と_助詞_と し_動詞_し て_助詞_て は_助詞_は 、_補助記号_、 認識_名詞_にんしき 対象_名詞_たいしょう の_助詞_の 言語_名詞_げんご が_助詞_が 大_接頭辞_だい 規模_名詞_きぼ な_助動詞_な 場合_名詞_ばあい (_補助記号_( パソコン_名詞_ぱそこん 上_接尾辞_じょう で_助詞_で の_助詞_の 文書_名詞_ぶんしょ 作成_名詞_さくせい など_助詞_など )_補助記号_) は_助詞_は n_記号_N ー_補助記号_ー gram_名詞_GRAM が_助詞_が 良_形容詞_よ く_語尾_く 用い_動詞_もちい られ_助動詞_られ 、_補助記号_、 認識_名詞_にんしき 対象_名詞_たいしょう の_助詞_の 言語_名詞_げんご が_助詞_が 人手_名詞_ひとで で_助詞_で 網羅_名詞_もうら 出来_動詞_でき る_語尾_る 程度_名詞_ていど に_助詞_に 小さ_形容詞_ちいさ い_語尾_い 場合_名詞_ばあい (_補助記号_( カーナビ_名詞_かーなび の_助詞_の 音声_名詞_おんせい 操作_名詞_そうさ など_助詞_など )_補助記号_) は_助詞_は 、_補助記号_、 文脈_名詞_ぶんみゃく 自由_名詞_じゆう 文法_名詞_ぶんぽう が_助詞_が 良_形容詞_よ く_語尾_く 用い_動詞_もちい られ_助動詞_られ る_語尾_る 。_補助記号_。 +動的_名詞_どうてき 時間_名詞_じかん 伸縮_名詞_しんしゅく 法_名詞_ほう +動的_名詞_どうてき 時間_名詞_じかん 伸縮_名詞_しんしゅく 法_名詞_ほう (_補助記号_( Dynamic_名詞_DYNAMIC  _補助記号_くうはく time_名詞_TIME  _補助記号_くうはく warping_名詞_WARPING 、_補助記号_、 DTW_名詞_DTW )_補助記号_) は_助詞_は 初期_名詞_しょき の_助詞_の 音声_名詞_おんせい 認識_名詞_にんしき 手法_名詞_しゅほう で_助動詞_で あ_動詞_あ る_語尾_る が_助詞_が 、_補助記号_、 隠れ_名詞_かくれ マルコフモデル_名詞_まるこふもでる に_助詞_に 基づ_動詞_もとづ く_語尾_く 手法_名詞_しゅほう が_助詞_が 一般_名詞_いっぱん 化_接尾辞_か し_動詞_し た_助動詞_た ため_名詞_ため 、_補助記号_、 使_動詞_つか わ_語尾_わ れ_助動詞_れ な_助動詞_な く_語尾_く な_動詞_な っ_語尾_っ た_助動詞_た 。_補助記号_。 +時間_名詞_じかん また_接続詞_また は_助詞_は 早_形容詞_はや さ_接尾辞_さ の_助詞_の 異な_動詞_ことな る_語尾_る 2_名詞_2 つ_接尾辞_つ の_助詞_の 信号_名詞_しんごう シーケンス_名詞_しーけんす の_助詞_の 間_名詞_あいだ の_助詞_の 類似_名詞_るいじ 度_接尾辞_ど を_助詞_を 測_動詞_はか る_語尾_る アルゴリズム_名詞_あるごりずむ で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +例えば_副詞_たとえば 、_補助記号_、 人間_名詞_にんげん の_助詞_の 歩行_名詞_ほこう の_助詞_の パターン_名詞_ぱたーん は_助詞_は 、_補助記号_、 素早_形容詞_すばや く_語尾_く 歩_動詞_ある い_語尾_い て_助詞_て も_助詞_も 、_補助記号_、 ゆっくり_副詞_ゆっくり 歩_動詞_ある い_語尾_い て_助詞_て も_助詞_も 、_補助記号_、 さらに_接続詞_さらに は_助詞_は 歩行_名詞_ほこう の_助詞_の 画像_名詞_がぞう を_助詞_を 早送り_名詞_はやおくり し_動詞_し て_助詞_て も_助詞_も スロー_形状詞_すろー 再生_名詞_さいせい し_動詞_し て_助詞_て も_助詞_も 一定_名詞_いってい の_助詞_の パターン_名詞_ぱたーん が_助詞_が 存在_名詞_そんざい する_動詞_する 。_補助記号_。 +DTW_名詞_DTW  _補助記号_くうはく は_助詞_は 音声_名詞_おんせい だけ_助詞_だけ で_助動詞_で な_形容詞_な く_語尾_く 動画_名詞_どうが など_助詞_など の_助詞_の 任意_名詞_にんい の_助詞_の 時_名詞_とき 系列_名詞_けいれつ の_助詞_の データ_名詞_でーた に_助詞_に 適用_名詞_てきよう 可能_形状詞_かのう で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +音声_名詞_おんせい 認識_名詞_にんしき に_助詞_に お_動詞_お い_語尾_い て_助詞_て は_助詞_は 、_補助記号_、 発声_名詞_はっせい 速度_名詞_そくど が_助詞_が どう_副詞_どう で_助動詞_で あ_動詞_あ っ_語尾_っ て_助詞_て も_助詞_も 一定_名詞_いってい の_助詞_の パターン_名詞_ぱたーん を_助詞_を 検出_名詞_けんしゅつ する_動詞_する ため_名詞_ため に_助詞_に 使_動詞_つか わ_語尾_わ れ_助動詞_れ て_助詞_て い_動詞_い た_助動詞_た 。_補助記号_。 +従_動詞_したが っ_語尾_っ て_助詞_て 、_補助記号_、 比較_名詞_ひかく の_助詞_の ため_名詞_ため の_助詞_の 標準_名詞_ひょうじゅん パターン_名詞_ぱたーん が_助詞_が 必要_名詞_ひつよう で_助動詞_で あ_動詞_あ り_語尾_り 、_補助記号_、 認識_名詞_にんしき でき_動詞_でき る_語尾_る 語彙_名詞_ごい は_助詞_は 限定_名詞_げんてい さ_動詞_さ れ_助動詞_れ る_語尾_る 。_補助記号_。 +隠れ_名詞_かくれ マルコフモデル_名詞_まるこふもでる +音声_名詞_おんせい 信号_名詞_しんごう は_助詞_は 、_補助記号_、 断片_名詞_だんぺん 的_接尾辞_てき あるいは_接続詞_あるいは 短_接頭辞_たん 時間_名詞_じかん の_助詞_の 定常_名詞_ていじょう 信号_名詞_しんごう と_助詞_と 見_動詞_み る_語尾_る こと_名詞_こと が_助詞_が でき_動詞_でき 、_補助記号_、 隠れ_名詞_かくれ マルコフモデル_名詞_まるこふもでる (_補助記号_( Hidden_名詞_HIDDEN  _補助記号_くうはく Markov_名詞_MARKOV  _補助記号_くうはく Model_名詞_MODEL 、_補助記号_、 HMM_名詞_えいちえむえむ )_補助記号_) が_助詞_が 適用_名詞_てきよう 可能_形状詞_かのう で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +すなわち_接続詞_すなわち 、_補助記号_、 10_名詞_10 ミリ_接尾辞_みり 秒_接尾辞_びょう 程度_名詞_ていど の_助詞_の 短_接頭辞_たん 時間_名詞_じかん で_助詞_で み_動詞_み た_助動詞_た 場合_名詞_ばあい 、_補助記号_、 音声_名詞_おんせい 信号_名詞_しんごう は_助詞_は 近似_名詞_きんじ 的_接尾辞_てき に_助動詞_に 定常_名詞_ていじょう 過程_名詞_かてい と_助詞_と 見な_動詞_みな す_語尾_す こと_名詞_こと が_助詞_が でき_動詞_でき る_語尾_る 。_補助記号_。 +従_動詞_したが っ_語尾_っ て_助詞_て 、_補助記号_、 音声_名詞_おんせい を_助詞_を 多く_名詞_おおく の_助詞_の 確率_名詞_かくりつ 過程_名詞_かてい の_助詞_の マルコフ_名詞_まるこふ 連鎖_名詞_れんさ と_助詞_と 考え_動詞_かんがえ る_語尾_る こと_名詞_こと が_助詞_が でき_動詞_でき る_語尾_る 。_補助記号_。 +また_接続詞_また 、_補助記号_、 隠れ_名詞_かくれ マルコフモデル_名詞_まるこふもでる に_助詞_に よ_動詞_よ る_語尾_る 音声_名詞_おんせい 認識_名詞_にんしき は_助詞_は 自動_名詞_じどう 的_接尾辞_てき に_助動詞_に トレーニング_名詞_とれーにんぐ さ_動詞_さ れ_助動詞_れ 、_補助記号_、 単純_形状詞_たんじゅん で_助動詞_で 計算_名詞_けいさん 量_名詞_りょう も_助詞_も それ_代名詞_それ ほど_助詞_ほど 多_形容詞_おお く_語尾_く な_形容詞_な い_語尾_い 。_補助記号_。 +音声_名詞_おんせい 認識_名詞_にんしき に_助詞_に つ_動詞_つ い_語尾_い て_助詞_て 考え_動詞_かんがえ られ_助動詞_られ る_語尾_る 最も_副詞_もっとも 簡単_形状詞_かんたん な_助動詞_な 設定_名詞_せってい で_助詞_で は_助詞_は 、_補助記号_、 隠れ_名詞_かくれ マルコフモデル_名詞_まるこふもでる は_助詞_は 10_名詞_10 ミリ_接尾辞_みり 秒_接尾辞_びょう ごと_接尾辞_ごと に_助詞_に 例えば_副詞_たとえば 13_名詞_13 次元_名詞_じげん 程度_名詞_ていど の_助詞_の 実数_名詞_じっすう 値_接尾辞_ち ベクトル_名詞_べくとる を_助詞_を 出力_名詞_しゅつりょく する_動詞_する だ_助動詞_だ ろ_語尾_ろ う_助動詞_う 。_補助記号_。 +この_連体詞_この ベクトル_名詞_べくとる は_助詞_は ケプストラム_名詞_けぷすとらむ 係数_名詞_けいすう から_助詞_から 成_動詞_な る_語尾_る 。_補助記号_。 +ケプストラム_名詞_けぷすとらむ 係数_名詞_けいすう は_助詞_は 短_接頭辞_たん 時間_名詞_じかん の_助詞_の 信号_名詞_しんごう の_助詞_の フーリエ_名詞_ふーりえ 変換_名詞_へんかん に_助詞_に コサイン_名詞_こさいん 変換_名詞_へんかん を_助詞_を 使_動詞_つか っ_語尾_っ て_助詞_て 、_補助記号_、 その_連体詞_その 第_接頭辞_だい 一_名詞_いち (_補助記号_( 最大_名詞_さいだい )_補助記号_) 係数_名詞_けいすう を_助詞_を 取り出_動詞_とりだ し_語尾_し た_助動詞_た もの_名詞_もの で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +隠れ_名詞_かくれ マルコフモデル_名詞_まるこふもでる は_助詞_は 、_補助記号_、 それぞれ_名詞_それぞれ の_助詞_の 観測_名詞_かんそく さ_動詞_さ れ_助動詞_れ た_助動詞_た ベクトル_名詞_べくとる の_助詞_の 尤度_名詞_ゆうど を_助詞_を 与え_動詞_あたえ る_語尾_る 対角_名詞_たいかく 共_名詞_とも 分散_名詞_ぶんさん の_助詞_の ガウス_名詞_がうす 分布_名詞_ぶんぷ の_助詞_の 混合_名詞_こんごう と_助詞_と も_助詞_も い_動詞_い う_語尾_う べ_助動詞_べ き_語尾_き 確率_名詞_かくりつ 分布_名詞_ぶんぷ を_助詞_を 持_動詞_も つ_語尾_つ 傾向_名詞_けいこう が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +各_接頭辞_かく 単語_名詞_たんご や_助詞_や 各_接頭辞_かく 音素_名詞_おんそ は_助詞_は それぞれ_名詞_それぞれ 独自_形状詞_どくじ の_助詞_の 出力_名詞_しゅつりょく 分布_名詞_ぶんぷ を_助詞_を 持_動詞_も つ_語尾_つ 。_補助記号_。 +単語_名詞_たんご 列_名詞_れつ あるいは_接続詞_あるいは 音素_名詞_おんそ 列_名詞_れつ に_助詞_に 関_動詞_かん する_語尾_する 隠れ_名詞_かくれ マルコフモデル_名詞_まるこふもでる は_助詞_は 、_補助記号_、 個々_名詞_ここ の_助詞_の 単語_名詞_たんご や_助詞_や 音素_名詞_おんそ の_助詞_の 隠れ_名詞_かくれ マルコフモデル_名詞_まるこふもでる を_助詞_を 連結_名詞_れんけつ し_動詞_し た_助動詞_た もの_名詞_もの と_助詞_と な_動詞_な る_語尾_る 。_補助記号_。 +これ_代名詞_これ ら_接尾辞_ら が_助詞_が 隠れ_名詞_かくれ マルコフモデル_名詞_まるこふもでる を_助詞_を 使用_名詞_しよう し_動詞_し た_助動詞_た 音声_名詞_おんせい 認識_名詞_にんしき 技術_名詞_ぎじゅつ の_助詞_の 概念_名詞_がいねん で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +音声_名詞_おんせい 認識_名詞_にんしき システム_名詞_しすてむ に_助詞_に は_助詞_は これ_代名詞_これ 以外_名詞_いがい に_助詞_に も_助詞_も 様々_形状詞_さまざま な_助動詞_な 技術_名詞_ぎじゅつ を_助詞_を 使用_名詞_しよう し_動詞_し て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +語彙_名詞_ごい の_助詞_の 多_形容詞_おお い_語尾_い システム_名詞_しすてむ で_助詞_で は_助詞_は 、_補助記号_、 音素_名詞_おんそ に_助詞_に つ_動詞_つ い_語尾_い て_助詞_て 文脈_名詞_ぶんみゃく 依存_名詞_いぞん 性_接尾辞_せい を_助詞_を 考慮_名詞_こうりょ する_動詞_する 。_補助記号_。 +また_接続詞_また 、_補助記号_、 話者_名詞_わしゃ 間_接尾辞_かん の_助詞_の 違い_名詞_ちがい や_助詞_や 録音_名詞_ろくおん 状況_名詞_じょうきょう の_助詞_の 違い_名詞_ちがい を_助詞_を 正規_名詞_せいき 化_接尾辞_か する_動詞_する ため_名詞_ため に_助詞_に 、_補助記号_、 ケプストラム_名詞_けぷすとらむ の_助詞_の 正規_名詞_せいき 化_接尾辞_か が_助詞_が 行_動詞_おこな わ_語尾_わ れ_助動詞_れ る_語尾_る 。_補助記号_。 +他_名詞_ほか に_助詞_に も_助詞_も 話者_名詞_わしゃ 正規_名詞_せいき 化_接尾辞_か の_助詞_の 試み_名詞_こころみ と_助詞_と し_動詞_し て_助詞_て 、_補助記号_、 男女_名詞_だんじょ 間_接尾辞_かん の_助詞_の 正規_名詞_せいき 化_接尾辞_か の_助詞_の ため_名詞_ため の_助詞_の 声道_名詞_せいどう 長_接尾辞_ちょう 正規_名詞_せいき 化_接尾辞_か  _補助記号_くうはく (_補助記号_( VTLN_名詞_VTLN )_補助記号_)  _補助記号_くうはく や_助詞_や 、_補助記号_、 より_副詞_より 不_接頭辞_ふ 特定_名詞_とくてい 多数_名詞_たすう の_助詞_の 話者_名詞_わしゃ に_助詞_に 対応_名詞_たいおう する_動詞_する ため_名詞_ため の_助詞_の 最尤_名詞_さいゆう 線形_名詞_せんけい 回帰_名詞_かいき  _補助記号_くうはく (_補助記号_( MLLR_名詞_えむえるえるあーる )_補助記号_)  _補助記号_くうはく が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +実際_名詞_じっさい と_助詞_と 課題_名詞_かだい +音声_名詞_おんせい 認識_名詞_にんしき システム_名詞_しすてむ の_助詞_の 研究_名詞_けんきゅう 開発_名詞_かいはつ に_助詞_に は_助詞_は コンピュータ_名詞_こんぴゅーた が_助詞_が 普及_名詞_ふきゅう し_動詞_し だ_助動詞_だ し_語尾_し た_助動詞_た 1970_名詞_せんきゅうひゃくななじゅう 年代_名詞_ねんだい から_助詞_から 21_名詞_21 世紀_名詞_せいき 初頭_名詞_しょとう の_助詞_の 現在_名詞_げんざい まで_助詞_まで 、_補助記号_、 長年_名詞_ながねん に_助詞_に わた_動詞_わた っ_語尾_っ て_助詞_て 莫大_名詞_ばくだい な_助動詞_な 資金_名詞_しきん と_助詞_と 優秀_形状詞_ゆうしゅう な_助動詞_な 人材_名詞_じんざい が_助詞_が 投入_名詞_とうにゅう さ_動詞_さ れ_助動詞_れ て_助詞_て き_動詞_き た_助動詞_た が_助詞_が 、_補助記号_、 成功_名詞_せいこう し_動詞_し て_助詞_て 普及_名詞_ふきゅう し_動詞_し た_助動詞_た もの_名詞_もの は_助詞_は ほとんど_名詞_ほとんど な_形容詞_な く_語尾_く 、_補助記号_、 デジタル_名詞_でじたる 技術_名詞_ぎじゅつ に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 生み出_動詞_うみだ さ_語尾_さ れ_助動詞_れ た_助動詞_た 3_名詞_3 次元_名詞_じげん 映像_名詞_えいぞう に_助詞_に 代表_名詞_だいひょう さ_動詞_さ れ_助動詞_れ る_語尾_る アニメーション_名詞_あにめーしょん 映画_名詞_えいが や_助詞_や 、_補助記号_、 動画_名詞_どうが 、_補助記号_、 静止_名詞_せいし 画_名詞_が 、_補助記号_、 音楽_名詞_おんがく の_助詞_の 記録_名詞_きろく と_助詞_と 再生_名詞_さいせい と_助詞_と い_動詞_い っ_語尾_っ た_助動詞_た 技術_名詞_ぎじゅつ 分野_名詞_ぶんや は_助詞_は 、_補助記号_、 その_連体詞_その 後_名詞_ご 、_補助記号_、 大きな_連体詞_おおきな 産業_名詞_さんぎょう と_助詞_と な_動詞_な っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る の_助詞_の と_助詞_と 比べれ_動詞_くらべれ ば_助詞_ば 大きな_連体詞_おおきな 違い_名詞_ちがい が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +話者_名詞_わしゃ を_助詞_を 限定_名詞_げんてい し_動詞_し て_助詞_て 、_補助記号_、 「_補助記号_「 ディクテーション_名詞_でぃくてーしょん 」_補助記号_」 と_助詞_と 呼_動詞_よ ば_語尾_ば れ_助動詞_れ る_語尾_る 事前_名詞_じぜん の_助詞_の トレーニング_名詞_とれーにんぐ を_助詞_を 行_動詞_おこな う_語尾_う 方式_名詞_ほうしき の_助詞_の 音声_名詞_おんせい 認識_名詞_にんしき システム_名詞_しすてむ で_助詞_で は_助詞_は 、_補助記号_、 日本_名詞_にっぽん 語_名詞_ご で_助詞_で は_助詞_は 理想_名詞_りそう 的_接尾辞_てき な_助動詞_な 環境_名詞_かんきょう 下_接尾辞_か で_助詞_で は_助詞_は 80_名詞_80 %_接尾辞_% の_助詞_の 認識_名詞_にんしき 率_名詞_りつ が_助詞_が 達成_名詞_たっせい でき_動詞_でき る_語尾_る と_助詞_と さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +それ_代名詞_それ ら_接尾辞_ら の_助詞_の トレーニング_名詞_とれーにんぐ を_助詞_を 積_動詞_つ ま_語尾_ま な_助動詞_な い_語尾_い 場合_名詞_ばあい 60_名詞_60 %_接尾辞_% が_助詞_が 限度_名詞_げんど で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +語彙_名詞_ごい を_助詞_を 限定_名詞_げんてい し_動詞_し て_助詞_て トレーニング_名詞_とれーにんぐ を_助詞_を 必要_名詞_ひつよう と_助詞_と し_動詞_し な_助動詞_な い_語尾_い システム_名詞_しすてむ で_助詞_で は_助詞_は 、_補助記号_、 不_接頭辞_ふ 特定_名詞_とくてい 多数_名詞_たすう の_助詞_の 話者_名詞_わしゃ の_助詞_の 音声_名詞_おんせい を_助詞_を 認識_名詞_にんしき でき_動詞_でき る_語尾_る が_助詞_が 語彙_名詞_ごい が_助詞_が 少な_形容詞_すくな い_語尾_い ため_名詞_ため に_助詞_に 利用_名詞_りよう 範囲_名詞_はんい は_助詞_は 限定_名詞_げんてい さ_動詞_さ れ_助動詞_れ る_語尾_る 。_補助記号_。 + _補助記号_くうはく 同音_名詞_どうおん 異義_名詞_いぎ 語_名詞_ご が_助詞_が 少な_形容詞_すくな い_語尾_い 欧米_名詞_おうべい 系_接尾辞_けい の_助詞_の 言語_名詞_げんご で_助詞_で は_助詞_は 90_名詞_90 %_接尾辞_% の_助詞_の 認識_名詞_にんしき 率_名詞_りつ が_助詞_が あ_動詞_あ る_語尾_る と_助詞_と 評価_名詞_ひょうか さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る  _補助記号_くうはく 。_補助記号_。 +個人_名詞_こじん 向け_接尾辞_むけ に_助詞_に 市販_名詞_しはん さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 音声_名詞_おんせい 認識_名詞_にんしき ソフト_名詞_そふと で_助詞_で は_助詞_は 、_補助記号_、 静か_形状詞_しずか な_助動詞_な 部屋_名詞_へや で_助詞_で ユーザー_名詞_ゆーざー が_助詞_が ヘッド_名詞_へっど セット_名詞_せっと を_助詞_を 使_動詞_つか い_語尾_い 、_補助記号_、 単語_名詞_たんご を_助詞_を 区切_動詞_くぎ る_語尾_る など_助詞_など の_助詞_の いく_名詞_いく つ_接尾辞_つ か_助詞_か の_助詞_の コツ_名詞_こつ を_助詞_を 知_動詞_し っ_語尾_っ て_助詞_て い_動詞_い れ_語尾_れ ば_助詞_ば 十分_副詞_じゅうぶん 実用_名詞_じつよう 的_接尾辞_てき な_助動詞_な 認識_名詞_にんしき 率_名詞_りつ を_助詞_を 示_動詞_しめ す_語尾_す 。_補助記号_。 +ただし_接続詞_ただし 屋内_名詞_おくない で_助詞_で あ_動詞_あ っ_語尾_っ て_助詞_て も_助詞_も 背後_名詞_はいご で_助詞_で 大声_名詞_おおごえ の_助詞_の 会話_名詞_かいわ が_助詞_が な_動詞_な さ_語尾_さ れ_助動詞_れ る_語尾_る 環境_名詞_かんきょう や_助詞_や 、_補助記号_、 屋外_名詞_おくがい など_助詞_など の_助詞_の 騒音_名詞_そうおん の_助詞_の あ_動詞_あ る_語尾_る 環境_名詞_かんきょう で_助詞_で は_助詞_は 認識_名詞_にんしき が_助詞_が 困難_名詞_こんなん で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +また_接続詞_また 、_補助記号_、 個人_名詞_こじん の_助詞_の レベル_名詞_れべる で_助詞_で 使用_名詞_しよう する_動詞_する こと_名詞_こと を_助詞_を 想定_名詞_そうてい し_動詞_し て_助詞_て い_動詞_い る_語尾_る ため_名詞_ため 、_補助記号_、 対応_名詞_たいおう する_動詞_する 語彙_名詞_ごい が_助詞_が 限_動詞_かぎ ら_語尾_ら れ_助動詞_れ 業務_名詞_ぎょうむ 用語_名詞_ようご は_助詞_は カバー_名詞_かばー さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い な_助動詞_な い_語尾_い 。_補助記号_。 +さらに_接続詞_さらに 、_補助記号_、 複数_名詞_ふくすう の_助詞_の 話者_名詞_わしゃ に_助詞_に よ_動詞_よ る_語尾_る 発声_名詞_はっせい や_助詞_や 、_補助記号_、 音声_名詞_おんせい 認識_名詞_にんしき 向け_接尾辞_むけ と_助詞_と 意識_名詞_いしき し_動詞_し て_助詞_て い_動詞_い な_助動詞_な い_語尾_い 、_補助記号_、 例えば_副詞_たとえば インタビュー_名詞_いんたびゅー や_助詞_や 会議_名詞_かいぎ など_助詞_など の_助詞_の 発声_名詞_はっせい を_助詞_を 認識_名詞_にんしき する_動詞_する の_助詞_の は_助詞_は 困難_名詞_こんなん で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +企業_名詞_きぎょう 向け_接尾辞_むけ で_助詞_で は_助詞_は 、_補助記号_、 大_接頭辞_だい 規模_名詞_きぼ 語彙_名詞_ごい と_助詞_と 複数_名詞_ふくすう の_助詞_の 不_接頭辞_ふ 特定_名詞_とくてい 話_名詞_わ 者_接尾辞_しゃ に_助詞_に 対応_名詞_たいおう し_動詞_し た_助動詞_た 会議_名詞_かいぎ など_助詞_など の_助詞_の 議事_名詞_ぎじ 録_接尾辞_ろく 作り_名詞_づくり に_助詞_に 使え_動詞_つかえ る_語尾_る より_助詞_より 高価_名詞_こうか な_助動詞_な ソフト_名詞_そふと も_助詞_も 販売_名詞_はんばい さ_動詞_さ れ_助動詞_れ て_助詞_て お_動詞_お り_語尾_り [_補助記号_「 要_接頭辞_よう 出典_名詞_しゅってん ]_補助記号_」 、_補助記号_、 カセット_名詞_かせっと テープ_名詞_てーぷ や_助詞_や IC_名詞_IC レコーダ_名詞_れこーだ の_助詞_の 聞_動詞_き き_語尾_き 起こし_名詞_おこし に_助詞_に 比べ_動詞_くらべ 効率_名詞_こうりつ 的_接尾辞_てき に_助動詞_に 作業_名詞_さぎょう を_助詞_を 行_動詞_おこな う_語尾_う こと_名詞_こと が_助詞_が でき_動詞_でき る_語尾_る 。_補助記号_。 +性能_名詞_せいのう +音声_名詞_おんせい 認識_名詞_にんしき システム_名詞_しすてむ の_助詞_の 性能_名詞_せいのう は_助詞_は 一般_名詞_いっぱん に_助詞_に 正確_名詞_せいかく 度_接尾辞_ど と_助詞_と 速度_名詞_そくど で_助詞_で 表_動詞_あらわ さ_語尾_さ れ_助動詞_れ る_語尾_る 。_補助記号_。 +正確_名詞_せいかく 度_接尾辞_ど は_助詞_は 単語_名詞_たんご 誤り率_名詞_あやまりりつ  _補助記号_くうはく (_補助記号_( word_名詞_WORD  _補助記号_くうはく error_名詞_ERROR  _補助記号_くうはく rate_名詞_RATE ,_補助記号_、  _補助記号_くうはく WER_名詞_WER )_補助記号_)  _補助記号_くうはく で_助詞_で 表_名詞_あらわ さ_語尾_さ れ_助動詞_れ 、_補助記号_、 速度_名詞_そくど は_助詞_は 実_名詞_じつ 時間_名詞_じかん 係数_名詞_けいすう  _補助記号_くうはく (_補助記号_( real_名詞_REAL  _補助記号_くうはく time_名詞_TIME  _補助記号_くうはく factor_名詞_FACTOR ,_補助記号_、  _補助記号_くうはく RTF_名詞_RTF )_補助記号_) で_助詞_で 表_名詞_あらわ さ_語尾_さ れ_助動詞_れ る_語尾_る 。_補助記号_。 +研究_名詞_けんきゅう 中_接尾辞_ちゅう の_助詞_の 技術_名詞_ぎじゅつ +MFT_名詞_MFT +話者_名詞_わしゃ の_助詞_の 音声_名詞_おんせい の_助詞_の 特徴_名詞_とくちょう 量_名詞_りょう が_助詞_が 雑音_名詞_ざつおん や_助詞_や 特徴_名詞_とくちょう 分離_名詞_ぶんり 処理_名詞_しょり に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 歪_動詞_ゆが む_語尾_む と_助詞_と 音響_名詞_おんきょう モデル_名詞_もでる と_助詞_と の_助詞_の 差_名詞_さ が_助詞_が 開_動詞_ひら い_語尾_い て_助詞_て 誤_接頭辞_ご 認識_名詞_にんしき の_助詞_の 元_名詞_もと と_助詞_と な_動詞_な る_語尾_る 。_補助記号_。 +得_動詞_え られ_助動詞_られ た_助動詞_た 音声_名詞_おんせい の_助詞_の 特徴_名詞_とくちょう 量_名詞_りょう に_助詞_に 歪み_名詞_ゆがみ や_助詞_や 雑音_名詞_ざつおん が_助詞_が どの_連体詞_どの 程度_名詞_ていど 含_動詞_ふく ま_語尾_ま れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る か_助詞_か を_助詞_を 推定_名詞_すいてい し_動詞_し 時間_名詞_じかん 軸_名詞_じく と_助詞_と 周波_名詞_しゅうは 数_名詞_すう 軸_名詞_じく に_助詞_に 対_動詞_たい し_語尾_し て_助詞_て 信頼_名詞_しんらい 度_接尾辞_ど を_助詞_を マップ_名詞_まっぷ と_助詞_と し_動詞_し て_助詞_て 持_動詞_も た_語尾_た せ_助動詞_せ て_助詞_て 、_補助記号_、 低_接頭辞_てい 信頼_名詞_しんらい 度_接尾辞_ど の_助詞_の 特徴_名詞_とくちょう 量_名詞_りょう に_助詞_に は_助詞_は マスク_名詞_ますく を_助詞_を かけ_動詞_かけ たり_助詞_たり 、_補助記号_、 失_動詞_うしな わ_語尾_わ れ_助動詞_れ た_助動詞_た 音声_名詞_おんせい を_助詞_を 復元_名詞_ふくげん する_動詞_する 処理_名詞_しょり に_助詞_に 活用_名詞_かつよう する_動詞_する の_助詞_の が_助詞_が ミッシング_名詞_みっしんぐ ・_補助記号_・ フィチャー_名詞_ふぃちゃー 理論_名詞_りろん (_補助記号_( Missing_名詞_MISSING  _補助記号_くうはく feature_名詞_FEATURE  _補助記号_くうはく the_英単語_THE ory_英単語_ORY )_補助記号_)  _補助記号_くうはく で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +GSS_名詞_じーえすえす +GSS_名詞_じーえすえす (_補助記号_( Geometric_名詞_GEOMETRIC  _補助記号_くうはく source_名詞_SOURCE  _補助記号_くうはく separation_名詞_SEPARATION )_補助記号_) は_助詞_は 複数_名詞_ふくすう の_助詞_の 音源_名詞_おんげん を_助詞_を 分離_名詞_ぶんり する_動詞_する 技術_名詞_ぎじゅつ で_助動詞_で あ_動詞_あ り_語尾_り 、_補助記号_、 音源_名詞_おんげん 間_接尾辞_かん に_助詞_に 相関_名詞_そうかん が_助詞_が 無_形容詞_な けれ_語尾_けれ ば_助詞_ば 複数_名詞_ふくすう の_助詞_の マイク_名詞_まいく から_助詞_から の_助詞_の 入力_名詞_にゅうりょく 情報_名詞_じょうほう に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 比較_名詞_ひかく 的_接尾辞_てき 簡単_形状詞_かんたん に_助動詞_に 音源_名詞_おんげん 分離_名詞_ぶんり と_助詞_と その_連体詞_その 位置_名詞_いち 情報_名詞_じょうほう (_補助記号_( 音源_名詞_おんげん 定位_名詞_ていい )_補助記号_) が_助詞_が 得_動詞_え られ_助動詞_られ る_語尾_る 。_補助記号_。 +これ_代名詞_これ を_助詞_を MFT_名詞_MFT の_助詞_の 雑音_名詞_ざつおん 情報_名詞_じょうほう と_助詞_と し_動詞_し て_助詞_て 信頼_名詞_しんらい 度_接尾辞_ど マップ_名詞_まっぷ に_助詞_に 反映_名詞_はんえい さ_動詞_さ せれ_助動詞_せれ ば_助詞_ば 、_補助記号_、 騒音_名詞_そうおん 下_接尾辞_か や_助詞_や 同時_名詞_どうじ 発話_名詞_はつわ の_助詞_の 状況_名詞_じょうきょう で_助詞_で も_助詞_も それ_代名詞_それ ほど_助詞_ほど 認識_名詞_にんしき 率_名詞_りつ を_助詞_を 落と_動詞_おと さ_語尾_さ ず_助動詞_ず に_助詞_に 済_動詞_す む_語尾_む 。_補助記号_。 +実用_名詞_じつよう 例_名詞_れい +Windows_名詞_WINDOWS に_助詞_に おけ_動詞_おけ る_助動詞_る 利用_名詞_りよう +Windows_名詞_WINDOWS  _補助記号_くうはく Vista_名詞_びすた と_助詞_と Windows_名詞_WINDOWS  _補助記号_くうはく 7_名詞_7 で_助詞_で は_助詞_は 音声_名詞_おんせい 認識_名詞_にんしき 機能_名詞_きのう が_助詞_が 搭載_名詞_とうさい さ_動詞_さ れ_助動詞_れ て_助詞_て お_動詞_お り_語尾_り 、_補助記号_、 この_連体詞_この 機能_名詞_きのう を_助詞_を 使用_名詞_しよう し_動詞_し て_助詞_て 、_補助記号_、 キーボード_名詞_きーぼーど 入力_名詞_にゅうりょく なし_名詞_なし に_助詞_に チャット_名詞_ちゃっと を_助詞_を する_動詞_する など_助詞_など の_助詞_の 操作_名詞_そうさ が_助詞_が 可能_形状詞_かのう と_助詞_と な_動詞_な っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +音声_名詞_おんせい 認識_名詞_にんしき 機能_名詞_きのう で_助詞_で パソコン_名詞_ぱそこん を_助詞_を 操作_名詞_そうさ する_動詞_する と_助詞_と い_動詞_い っ_語尾_っ た_助動詞_た 利用_名詞_りよう 方法_名詞_ほうほう は_助詞_は これ_代名詞_これ まで_助詞_まで に_助詞_に も_助詞_も あ_動詞_あ っ_語尾_っ た_助動詞_た が_助詞_が 、_補助記号_、 日本_名詞_にっぽん 語_名詞_ご の_助詞_の 認識_名詞_にんしき 率_名詞_りつ を_助詞_を 向上_名詞_こうじょう さ_動詞_さ せ_助動詞_せ て_助詞_て い_動詞_い る_語尾_る ほか_名詞_ほか 、_補助記号_、 マウス_名詞_まうす や_助詞_や キーボード_名詞_きーぼーど で_助詞_で 行_動詞_おこな う_語尾_う Windows_名詞_WINDOWS の_助詞_の 操作_名詞_そうさ が_助詞_が 音声_名詞_おんせい で_助詞_で 操作_名詞_そうさ でき_動詞_でき る_語尾_る よう_形状詞_よう に_助動詞_に な_動詞_な っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +企業_名詞_きぎょう ・_補助記号_・ 団体_名詞_だんたい に_助詞_に おけ_動詞_おけ る_助動詞_る 利用_名詞_りよう +企業_名詞_きぎょう 、_補助記号_、 病院_名詞_びょういん 、_補助記号_、 自治_名詞_じち 体_接尾辞_たい で_助詞_で は_助詞_は 、_補助記号_、 2005_名詞_にせんご ー_補助記号_ー 6_名詞_6 年_接尾辞_ねん 頃_名詞_ごろ から_助詞_から 次第_名詞_しだい に_助詞_に 次_名詞_つぎ の_助詞_の よう_形状詞_よう な_助動詞_な 実用_名詞_じつよう システム_名詞_しすてむ の_助詞_の 導入_名詞_どうにゅう が_助詞_が 活発_形状詞_かっぱつ 化_接尾辞_か し_動詞_し て_助詞_て き_動詞_き て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +医師_名詞_いし 向け_接尾辞_むけ 電子_名詞_でんし カルテ_名詞_かるて 入力_名詞_にゅうりょく システム_名詞_しすてむ +自治_名詞_じち 体_接尾辞_たい 向け_接尾辞_むけ 議事_名詞_ぎじ 録_接尾辞_ろく 作成_名詞_さくせい 支援_名詞_しえん システム_名詞_しすてむ +コール_名詞_こーる センター_名詞_せんたー 向け_接尾辞_むけ オペレータ_名詞_おぺれーた 支援_名詞_しえん ・_補助記号_・ 通話_名詞_つうわ 内容_名詞_ないよう 分析_名詞_ぶんせき システム_名詞_しすてむ +学校_名詞_がっこう 向け_接尾辞_むけ 語学_名詞_ごがく 学習_名詞_がくしゅう アプリケーション_名詞_あぷりけーしょん で_助詞_で の_助詞_の 発音_名詞_はつおん 評価_名詞_ひょうか システム_名詞_しすてむ +その_連体詞_その 他_名詞_た の_助詞_の 利用_名詞_りよう 例_名詞_れい +携帯_名詞_けいたい 端末_名詞_たんまつ (_補助記号_( iPhone_名詞_IPHONE など_助詞_など )_補助記号_) へ_助詞_へ の_助詞_の メール_名詞_めーる 文章_名詞_ぶんしょう 入力_名詞_にゅうりょく +同時_名詞_どうじ 通訳_名詞_つうやく 型_接尾辞_がた の_助詞_の 機械_名詞_きかい 翻訳_名詞_ほんやく 、_補助記号_、 自動_名詞_じどう 通訳_名詞_つうやく +パソコン_名詞_ぱそこん 上_接尾辞_じょう で_助詞_で の_助詞_の 文書_名詞_ぶんしょ 作成_名詞_さくせい (_補助記号_( 口述_名詞_こうじゅつ 筆記_名詞_ひっき の_助詞_の 自動_名詞_じどう 化_接尾辞_か )_補助記号_) +音声_名詞_おんせい 指示_名詞_しじ に_助詞_に よ_動詞_よ る_語尾_る 機械_名詞_きかい 操作_名詞_そうさ (_補助記号_( カーナビ_名詞_かーなび 、_補助記号_、 電子_名詞_でんし カルテ_名詞_かるて 等_接尾辞_とう の_助詞_の ハンズフリー_名詞_はんずふりー コンピューティング_名詞_こんぴゅーてぃんぐ )_補助記号_) +指示_名詞_しじ を_助詞_を 聞き_名詞_きき 分け_動詞_わけ る_語尾_る ペット_名詞_ぺっと ロボット_名詞_ろぼっと (_補助記号_( ロボット_名詞_ろぼっと 工学_名詞_こうがく へ_助詞_へ の_助詞_の 応用_名詞_おうよう )_補助記号_) +音声_名詞_おんせい 対話_名詞_たいわ 受付_名詞_うけつけ 案内_名詞_あんない システム_名詞_しすてむ (_補助記号_( 自動_名詞_じどう 音声_名詞_おんせい 応答_名詞_おうとう 装置_名詞_そうち )_補助記号_) +裁判_名詞_さいばん 員_接尾辞_いん 制度_名詞_せいど で_助詞_で の_助詞_の 評議_名詞_ひょうぎ に_助詞_に おけ_動詞_おけ る_助動詞_る 証言_名詞_しょうげん 内容_名詞_ないよう など_助詞_など の_助詞_の 確認_名詞_かくにん (_補助記号_( 映像_名詞_えいぞう と_助詞_と 文字_名詞_もじ の_助詞_の 連動_名詞_れんどう )_補助記号_) +音声_名詞_おんせい Web_名詞_WEB アプリケーション_名詞_あぷりけーしょん  _補助記号_くうはく w3voice_名詞_W3VOICE  _補助記号_くうはく Laboratory_名詞_LABORATORY  _補助記号_くうはく (_補助記号_( 音声_名詞_おんせい 認識_名詞_にんしき や_助詞_や 対話_名詞_たいわ を_助詞_を 体験_名詞_たいけん でき_動詞_でき る_語尾_る Web_名詞_WEB サイト_名詞_さいと )_補助記号_) +その_連体詞_その 他_名詞_た の_助詞_の 応用_名詞_おうよう 例_名詞_れい +「_補助記号_「 感性_名詞_かんせい 制御_名詞_せいぎょ 技術_名詞_ぎじゅつ 」_補助記号_」 (_補助記号_( Sensibility_名詞_SENSIBILITY  _補助記号_くうはく Technology=ST_名詞_TECHNOLOGY=ST )_補助記号_) など_助詞_など と_助詞_と 組み合わせ_動詞_くみあわせ る_語尾_る こと_名詞_こと に_助詞_に よ_動詞_よ り_語尾_り 、_補助記号_、 例えば_副詞_たとえば 「_補助記号_「 ごめん_名詞_ごめん なさ_動詞_なさ い_語尾_い 」_補助記号_」 も_助詞_も 口先_名詞_くちさき だけ_助詞_だけ で_助詞_で 軽_形容詞_かる く_語尾_く 言_動詞_い っ_語尾_っ た_助動詞_た 「_補助記号_「 ごめん_名詞_ごめん なさ_動詞_なさ い_語尾_い 」_補助記号_」 も_助詞_も 同じ_連体詞_おなじ 「_補助記号_「 ごめん_名詞_ごめん なさ_動詞_なさ い_語尾_い 」_補助記号_」 で_助動詞_で しか_助詞_しか な_形容詞_な い_語尾_い が_助詞_が 、_補助記号_、 早口_名詞_はやくち で_助詞_で 軽_形容詞_かる い_語尾_い トーン_名詞_とーん の_助詞_の 「_補助記号_「 ごめん_名詞_ごめん なさ_動詞_なさ い_語尾_い 」_補助記号_」 は_助詞_は 、_補助記号_、 バカ_名詞_ばか に_助詞_に し_動詞_し て_助詞_て い_動詞_い る_語尾_る と_助詞_と 判断_名詞_はんだん し_動詞_し て_助詞_て 怒_動詞_おこ っ_語尾_っ た_助動詞_た 態度_名詞_たいど で_助詞_で 接_動詞_せっ し_語尾_し たり_助詞_たり 、_補助記号_、 ゆっくり_副詞_ゆっくり 丁寧_形状詞_ていねい に_助動詞_に 発音_名詞_はつおん さ_動詞_さ れ_助動詞_れ た_助動詞_た 「_補助記号_「 ごめん_名詞_ごめん なさ_動詞_なさ い_語尾_い 」_補助記号_」 は_助詞_は 、_補助記号_、 心_名詞_こころ から_助詞_から の_助詞_の 謝辞_名詞_しゃじ だ_助動詞_だ と_助詞_と 理解_名詞_りかい し_動詞_し て_助詞_て 許_動詞_ゆる し_語尾_し たり_助詞_たり する_動詞_する こと_名詞_こと が_助詞_が 可能_形状詞_かのう と_助詞_と な_動詞_な る_語尾_る 。_補助記号_。 +音声_名詞_おんせい 合成_名詞_ごうせい (_補助記号_( おんせい_名詞_おんせい ごう_接尾辞_ごう せい_接尾辞_せい 、_補助記号_、 Speech_名詞_SPEECH  _補助記号_くうはく syn_英単語_SYN the_英単語_THE sis_英単語_SIS )_補助記号_) と_助詞_と は_助詞_は 、_補助記号_、 人間_名詞_にんげん の_助詞_の 音声_名詞_おんせい を_助詞_を 人工_名詞_じんこう 的_接尾辞_てき に_助動詞_に 作り出_動詞_つくりだ す_語尾_す こと_名詞_こと で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +これ_代名詞_これ を_助詞_を 行_動詞_おこな う_語尾_う システム_名詞_しすてむ を_助詞_を スピーチ_名詞_すぴーち ・_補助記号_・ シンセサイザー_名詞_しんせさいざー (_補助記号_( Speech_名詞_SPEECH  _補助記号_くうはく syn_英単語_SYN the_英単語_THE sizer_英単語_SIZER )_補助記号_) 、_補助記号_、 これ_代名詞_これ に_助詞_に よ_動詞_よ り_語尾_り 生成_名詞_せいせい し_動詞_し た_助動詞_た 音声_名詞_おんせい を_助詞_を 合成_名詞_ごうせい 音声_名詞_おんせい (_補助記号_( ごうせい_名詞_ごうせい おんせい_名詞_おんせい )_補助記号_) と_助詞_と 呼_動詞_よ ぶ_語尾_ぶ 。_補助記号_。 +人工_名詞_じんこう 的_接尾辞_てき に_助動詞_に 人_名詞_ひと の_助詞_の 声_名詞_こえ を_助詞_を 合成_名詞_ごうせい する_動詞_する システム_名詞_しすてむ で_助動詞_で あ_動詞_あ り_語尾_り 、_補助記号_、 テキスト_名詞_てきすと (_補助記号_( 文章_名詞_ぶんしょう )_補助記号_) を_助詞_を 音声_名詞_おんせい に_助詞_に 変換_名詞_へんかん でき_動詞_でき る_語尾_る こと_名詞_こと から_助詞_から 、_補助記号_、 しばしば_副詞_しばしば テキスト_名詞_てきすと 読み上げ_名詞_よみあげ (_補助記号_( text_名詞_てくすと ー_補助記号_ー toー_英単語_TOー speech_名詞_SPEECH 、_補助記号_、 略_名詞_りゃく し_語尾_し て_助詞_て TTS_名詞_てぃーてぃーえす )_補助記号_) システム_名詞_しすてむ と_助詞_と も_助詞_も 呼_動詞_よ ば_語尾_ば れ_助動詞_れ る_語尾_る 。_補助記号_。 +また_接続詞_また 、_補助記号_、 発音_名詞_はつおん 記号_名詞_きごう を_助詞_を 音声_名詞_おんせい に_助詞_に 変換_名詞_へんかん する_動詞_する システム_名詞_しすてむ も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +目次_名詞_もくじ +1_名詞_1  _補助記号_くうはく 歴史_名詞_れきし +2_名詞_2  _補助記号_くうはく 実用_名詞_じつよう 例_名詞_れい +2_名詞_2 ._補助記号_。 1_名詞_1  _補助記号_くうはく テキスト_名詞_てきすと 読み上げ_名詞_よみあげ システム_名詞_しすてむ +2_名詞_2 ._補助記号_。 2_名詞_2  _補助記号_くうはく オペレーティング_名詞_おぺれーてぃんぐ システム_名詞_しすてむ で_助詞_で の_助詞_の 音声_名詞_おんせい 合成_名詞_ごうせい +2_名詞_2 ._補助記号_。 3_名詞_3  _補助記号_くうはく インターネット_名詞_いんたーねっと で_助詞_で の_助詞_の 音声_名詞_おんせい 合成_名詞_ごうせい +3_名詞_3  _補助記号_くうはく 合成_名詞_ごうせい 技術_名詞_ぎじゅつ +3_名詞_3 ._補助記号_。 1_名詞_1  _補助記号_くうはく 連結_名詞_れんけつ 的_接尾辞_てき 合成_名詞_ごうせい +3_名詞_3 ._補助記号_。 2_名詞_2  _補助記号_くうはく フォルマント_名詞_ふぉるまんと 合成_名詞_ごうせい (_補助記号_( 合成_名詞_ごうせい 音声_名詞_おんせい )_補助記号_) +3_名詞_3 ._補助記号_。 3_名詞_3  _補助記号_くうはく その_連体詞_その 他_名詞_た の_助詞_の 合成_名詞_ごうせい 手法_名詞_しゅほう +4_名詞_4  _補助記号_くうはく 日本_名詞_にほん 語_名詞_ご 音声_名詞_おんせい 合成_名詞_ごうせい ソフトウェア_名詞_そふとうぇあ +5_名詞_5  _補助記号_くうはく 英語_名詞_えいご 音声_名詞_おんせい 合成_名詞_ごうせい ソフトウェア_名詞_そふとうぇあ +6_名詞_6  _補助記号_くうはく 音声_名詞_おんせい 合成_名詞_ごうせい の_助詞_の 技術_名詞_ぎじゅつ を_助詞_を 採用_名詞_さいよう し_動詞_し て_助詞_て い_動詞_い る_語尾_る 主な_連体詞_おもな 製品_名詞_せいひん +7_名詞_7  _補助記号_くうはく 関連_名詞_かんれん 項目_名詞_こうもく +8_名詞_8  _補助記号_くうはく 脚注_名詞_きゃくちゅう +9_名詞_9  _補助記号_くうはく 注記_名詞_ちゅうき +10_名詞_10  _補助記号_くうはく 外部_名詞_がいぶ リンク_名詞_りんく +歴史_名詞_れきし +現代_名詞_げんだい 的_接尾辞_てき な_助動詞_な 電子_名詞_でんし 信号_名詞_しんごう 処理_名詞_しょり が_助詞_が 発明_名詞_はつめい さ_動詞_さ れ_助動詞_れ る_語尾_る ずっと_副詞_ずっと 以前_名詞_いぜん から_助詞_から 、_補助記号_、 音声_名詞_おんせい を_助詞_を 合成_名詞_ごうせい する_動詞_する 試み_名詞_こころみ が_助詞_が な_動詞_な さ_語尾_さ れ_助動詞_れ て_助詞_て き_動詞_き た_助動詞_た 。_補助記号_。 +初期_名詞_しょき の_助詞_の 試み_名詞_こころみ と_助詞_と し_動詞_し て_助詞_て は_助詞_は 、_補助記号_、 のち_名詞_のち に_助詞_に 教皇_名詞_きょうこう シルウェステル_名詞_しるうぇすてる 2_名詞_2 世_接尾辞_せい と_助詞_と な_動詞_な る_語尾_る オーリヤック_名詞_おーりやっく の_助詞_の ジェル_名詞_じぇる ベール_名詞_べーる (_補助記号_( 100_名詞_100 3_名詞_3 年_接尾辞_ねん 没_接尾辞_ぼっ )_補助記号_) 、_補助記号_、 アルベルトゥス_名詞_あるべるとぅす ・_補助記号_・ マグヌス_名詞_まぐぬす (_補助記号_( 1280_名詞_1280 年_接尾辞_ねん 没_接尾辞_ぼっ )_補助記号_) 、_補助記号_、 ロジャー_名詞_ろじゃー ・_補助記号_・ ベーコン_名詞_べーこん (_補助記号_( 1294_名詞_1294 年_接尾辞_ねん 没_接尾辞_ぼっ )_補助記号_) など_助詞_など の_助詞_の 人物_名詞_じんぶつ が_助詞_が 音声_名詞_おんせい 合成_名詞_ごうせい を_助詞_を 試み_動詞_こころみ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +1779_補助記号_1779 年_接尾辞_ねん に_助詞_に は_助詞_は ドイツ_名詞_どいつ 人_接尾辞_じん クリスティアン_名詞_くりすてぃあん ・_補助記号_・ クラッツェンシュタイン_名詞_くらっつぇんしゅたいん は_助詞_は 母音_名詞_ぼいん  _補助記号_くうはく (_補助記号_( a_記号_A ,_補助記号_、  _補助記号_くうはく e_記号_E ,_補助記号_、  _補助記号_くうはく i_記号_I ,_補助記号_、  _補助記号_くうはく o_記号_O ,_補助記号_、  _補助記号_くうはく u_記号_U )_補助記号_)  _補助記号_くうはく を_助詞_を 発声_名詞_はっせい でき_動詞_でき る_語尾_る 機械_名詞_きかい を_助詞_を 製作_名詞_せいさく し_動詞_し た_助動詞_た 。_補助記号_。 +この_連体詞_この 流れ_名詞_ながれ は_助詞_は ふいご_名詞_ふいご を_助詞_を 使_動詞_つか っ_語尾_っ た_助動詞_た 機械_名詞_きかい 式_名詞_しき 音声_名詞_おんせい 合成_名詞_ごうせい 器_接尾辞_き を_助詞_を 作_動詞_つく っ_語尾_っ た_助動詞_た オーストリア_名詞_おーすとりあ (_補助記号_( ハンガリー_名詞_はんがりー )_補助記号_) の_助詞_の ヴォルフガング_名詞_ヴぉるふがんぐ ・_補助記号_・ フォン_名詞_ふぉん ・_補助記号_・ ケンペレン_名詞_けんぺれん に_助詞_に 引き継_動詞_ひきつ が_語尾_が れ_助動詞_れ た_助動詞_た 。_補助記号_。 +彼_代名詞_かれ は_助詞_は 1791_名詞_1791 年_接尾辞_ねん に_助詞_に 論文_名詞_ろんぶん を_助詞_を 発表_名詞_はっぴょう し_動詞_し 、_補助記号_、 その_連体詞_その 機械_名詞_きかい に_助詞_に つ_動詞_つ い_語尾_い て_助詞_て 説明_名詞_せつめい し_動詞_し て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +この_連体詞_この 機械_名詞_きかい は_助詞_は 舌_名詞_した と_助詞_と 唇_名詞_くちびる を_助詞_を モデル_名詞_もでる 化_接尾辞_か し_動詞_し て_助詞_て お_動詞_お り_語尾_り 、_補助記号_、 母音_名詞_ぼいん だけ_助詞_だけ で_助動詞_で な_形容詞_な く_語尾_く 子音_名詞_しいん も_助詞_も 発音_名詞_はつおん でき_動詞_でき た_助動詞_た 。_補助記号_。 +1837_補助記号_1837 年_接尾辞_ねん 、_補助記号_、 チャールズ_名詞_ちゃーるず ・_補助記号_・ ホイート_名詞_ほいーと ストン_名詞_すとん は_助詞_は フォン_名詞_ふぉん ・_補助記号_・ ケンペレン_名詞_けんぺれん の_助詞_の デザイン_名詞_でざいん を_助詞_を 元_名詞_もと に_助詞_に しゃべ_動詞_しゃべ る_語尾_る 機械_名詞_きかい を_助詞_を 製作_名詞_せいさく し_動詞_し 、_補助記号_、 1857_名詞_1857 年_接尾辞_ねん 、_補助記号_、 M_記号_M . _補助記号_。_ Faber_名詞_FABER は_助詞_は Euphonia_名詞_EUPHONIA を_助詞_を 製作_名詞_せいさく し_動詞_し た_助動詞_た 。_補助記号_。 +ホイート_名詞_ほいーと ストン_名詞_すとん の_助詞_の 機械_名詞_きかい は_助詞_は 1923_名詞_1923 年_接尾辞_ねん Paget_名詞_PAGET に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 再現_名詞_さいげん さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +1930_補助記号_1930 年代_名詞_ねんだい 、_補助記号_、 ベル_名詞_べる 研究_名詞_けんきゅう 所_接尾辞_しょ の_助詞_の ホーマー_名詞_ほーまー ・_補助記号_・ ダドリー_名詞_だどりー (_補助記号_( Homer_名詞_HOMER  _補助記号_くうはく Dudley_名詞_DUDLEY )_補助記号_) は_助詞_は 通信_名詞_つうしん 用_接尾辞_よう の_助詞_の 電子_名詞_でんし 式_名詞_しき 音声_名詞_おんせい 分析_名詞_ぶんせき ・_補助記号_・ 音声_名詞_おんせい 合成_名詞_ごうせい マシン_名詞_ましん で_助動詞_で あ_動詞_あ る_語尾_る ヴォ_名詞_ヴぉ コーダー_名詞_こーだー  _補助記号_くうはく (_補助記号_( Vocoder_名詞_VOCODER 、_補助記号_、 Voice_名詞_ぼいす  _補助記号_くうはく Coder_名詞_CODER の_助詞_の 略_名詞_りゃく )_補助記号_)  _補助記号_くうはく を_助詞_を 開発_名詞_かいはつ し_動詞_し た_助動詞_た 。_補助記号_。 +その_連体詞_その 後_名詞_あと これ_代名詞_これ を_助詞_を 応用_名詞_おうよう し_動詞_し 、_補助記号_、 音声_名詞_おんせい 合成_名詞_ごうせい 部_接尾辞_ぶ に_助詞_に キーボード_名詞_きーぼーど を_助詞_を 付加_名詞_ふか し_動詞_し た_助動詞_た 鍵盤_名詞_けんばん 演奏_名詞_えんそう 型_接尾辞_がた の_助詞_の スピーチ_名詞_すぴーち ・_補助記号_・ シンセサイザー_名詞_しんせさいざー で_助動詞_で あ_動詞_あ る_語尾_る ヴォーダー_名詞_ヴぉーだー (_補助記号_( voder_名詞_VODER )_補助記号_) を_助詞_を 製作_名詞_せいさく し_動詞_し 、_補助記号_、 ニューヨーク_名詞_にゅーよーく 万国_名詞_ばんこく 博覧_名詞_はくらん 会_名詞_かい  _補助記号_くうはく (_補助記号_( 1939_名詞_1939 年_接尾辞_ねん )_補助記号_) に_助詞_に 出展_名詞_しゅってん し_動詞_し た_助動詞_た 。_補助記号_。 +その_連体詞_その 発声_名詞_はっせい は_助詞_は 十分_副詞_じゅうぶん 理解_名詞_りかい 可能_形状詞_かのう だっ_助動詞_だっ た_助動詞_た と_助詞_と 言_動詞_い わ_語尾_わ れ_助動詞_れ る_語尾_る 。_補助記号_。 +1940_補助記号_1940 年代_名詞_ねんだい 、_補助記号_、 ハスキンズ_名詞_はすきんず 研究_名詞_けんきゅう 所_接尾辞_しょ (_補助記号_( Haskins_名詞_HASKINS  _補助記号_くうはく Laboratories_名詞_LABORATORIES )_補助記号_) の_助詞_の フランクリン_名詞_ふらんくりん ・_補助記号_・ S_記号_S ・_補助記号_・ クーパー_名詞_くーぱー (_補助記号_( Franklin_名詞_FRANKLIN  _補助記号_くうはく S_記号_S ._補助記号_。  _補助記号_くうはく Cooper_名詞_COOPER )_補助記号_) ら_接尾辞_ら は_助詞_は Pattern_名詞_PATTERN  _補助記号_くうはく playback_名詞_PLAYBACK と_助詞_と い_動詞_い う_語尾_う 名_名詞_な の_助詞_の 機械_名詞_きかい の_助詞_の 開発_名詞_かいはつ に_助詞_に 取り組_動詞_とりく み_語尾_み 、_補助記号_、 1950_名詞_1950 年_接尾辞_ねん に_助詞_に 完成_名詞_かんせい し_動詞_し た_助動詞_た 。_補助記号_。 +この_連体詞_この 機械_名詞_きかい に_助詞_に は_助詞_は いく_名詞_いく つ_接尾辞_つ か_助詞_か の_助詞_の バージョン_名詞_ばーじょん が_助詞_が あ_動詞_あ る_語尾_る が_助詞_が 、_補助記号_、 実際_名詞_じっさい に_助詞_に 機能_名詞_きのう し_動詞_し た_助動詞_た の_助詞_の は_助詞_は 一_名詞_ひと つ_接尾辞_つ だけ_助詞_だけ で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +この_連体詞_この 機械_名詞_きかい は_助詞_は 、_補助記号_、 スペクトル_名詞_すぺくとる 形式_名詞_けいしき の_助詞_の 音声_名詞_おんせい パターン_名詞_ぱたーん の_助詞_の 図_名詞_ず を_助詞_を 音_名詞_おと に_助詞_に 変換_名詞_へんかん する_動詞_する もの_名詞_もの で_助動詞_で あ_動詞_あ っ_語尾_っ た_助動詞_た 。_補助記号_。 +アルヴィン_名詞_あるヴぃん ・_補助記号_・ リバーマン_名詞_りばーまん (_補助記号_( Alvin_名詞_ALVIN  _補助記号_くうはく Liberman_名詞_LIBERMAN )_補助記号_) ら_接尾辞_ら は_助詞_は これ_代名詞_これ を_助詞_を 音声_名詞_おんせい 学_接尾辞_がく の_助詞_の 研究_名詞_けんきゅう に_助詞_に 利用_名詞_りよう し_動詞_し た_助動詞_た 。_補助記号_。 +最初_名詞_さいしょ の_助詞_の コンピュータ_名詞_こんぴゅーた を_助詞_を 使_動詞_つか っ_語尾_っ た_助動詞_た 音声_名詞_おんせい 合成_名詞_ごうせい システム_名詞_しすてむ は_助詞_は 1950_名詞_1950 年代_名詞_ねんだい 終盤_名詞_しゅうばん に_助詞_に 開発_名詞_かいはつ さ_動詞_さ れ_助動詞_れ 、_補助記号_、 最初_名詞_さいしょ の_助詞_の テキスト_名詞_てきすと 読み上げ_名詞_よみあげ システム_名詞_しすてむ は_助詞_は 1968_名詞_1968 年_接尾辞_ねん に_助詞_に 開発_名詞_かいはつ さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +1961_補助記号_1961 年_接尾辞_ねん 、_補助記号_、 物理_名詞_ぶつり 学_接尾辞_がく 者_接尾辞_しゃ John_名詞_じょん  _補助記号_くうはく Larry_名詞_LARRY  _補助記号_くうはく Kelly_名詞_KELLY ,_補助記号_、  _補助記号_くうはく Jr_名詞_じゅにあ ._補助記号_。 と_助詞_と Louis_英単語_LOUIS  _補助記号_くうはく Gerstmen_名詞_GERSTMEN は_助詞_は ベル_名詞_べる 研究_名詞_けんきゅう 所_接尾辞_しょ に_助詞_に て_助詞_て IBM_名詞_IBM  _補助記号_くうはく 70_名詞_70 4_名詞_4 を_助詞_を 使_動詞_つか っ_語尾_っ て_助詞_て 音声_名詞_おんせい 合成_名詞_ごうせい を_助詞_を 行_動詞_おこな っ_語尾_っ た_助動詞_た 。_補助記号_。 +そして_接続詞_そして 『_補助記号_「 デイジー_名詞_でいじー ・_補助記号_・ ベル_名詞_べる 』_補助記号_」 と_助詞_と い_動詞_い う_語尾_う 歌_名詞_うた を_助詞_を コンピュータ_名詞_こんぴゅーた に_助詞_に 歌_動詞_うた わ_語尾_わ せ_助動詞_せ た_助動詞_た 。_補助記号_。 +友人_名詞_ゆうじん の_助詞_の ジョン_名詞_じょん ・_補助記号_・ ピアース_名詞_ぴあーす を_助詞_を 訪ね_動詞_たずね て_助詞_て ベル_名詞_べる 研究_名詞_けんきゅう 所_接尾辞_しょ に_助詞_に 来_動詞_き て_助詞_て い_動詞_い た_助動詞_た アーサー_名詞_あーさー ・_補助記号_・ C_記号_C ・_補助記号_・ クラーク_名詞_くらーく は_助詞_は 、_補助記号_、 この_連体詞_この デモ_名詞_でも を_助詞_を 聴_動詞_き い_語尾_い て_助詞_て 感銘_名詞_かんめい を_助詞_を 受け_動詞_うけ 、_補助記号_、 『_補助記号_「 2001_名詞_2001 年_接尾辞_ねん 宇宙_名詞_うちゅう の_助詞_の 旅_名詞_たび 』_補助記号_」 で_助詞_で HAL_名詞_えいちえーえる  _補助記号_くうはく 9000_名詞_9000 が_助詞_が 歌_動詞_うた う_語尾_う クライマックス_名詞_くらいまっくす シーン_名詞_しーん が_助詞_が 生まれ_動詞_うまれ た_助動詞_た 。_補助記号_。 +初期_名詞_しょき の_助詞_の 電子_名詞_でんし 式_名詞_しき スピーチ_名詞_すぴーち ・_補助記号_・ シンセサイザー_名詞_しんせさいざー の_助詞_の 発声_名詞_はっせい は_助詞_は 、_補助記号_、 ロボット_名詞_ろぼっと 的_接尾辞_てき で_助動詞_で あまり_副詞_あまり 明瞭_形状詞_めいりょう で_助動詞_で は_助詞_は な_形容詞_な い_語尾_い もの_名詞_もの が_助詞_が 多_形容詞_おお かっ_語尾_かっ た_助動詞_た 。_補助記号_。 +その_連体詞_その 後_名詞_ご の_助詞_の 発達_名詞_はったつ に_助詞_に よ_動詞_よ り_語尾_り 、_補助記号_、 今日_名詞_こんにち の_助詞_の TTS_名詞_てぃーてぃーえす システム_名詞_しすてむ は_助詞_は むしろ_副詞_むしろ 人間_名詞_にんげん の_助詞_の 声_名詞_こえ と_助詞_と 区別_名詞_くべつ が_助詞_が 付_動詞_つ か_語尾_か な_助動詞_な い_語尾_い 場合_名詞_ばあい が_助詞_が 少な_形容詞_すくな く_語尾_く な_形容詞_な い_語尾_い 。_補助記号_。 +(_補助記号_( ただし_接続詞_ただし 電子_名詞_でんし 式_名詞_しき の_助詞_の 成功_名詞_せいこう 後_接尾辞_ご も_助詞_も 、_補助記号_、 人間_名詞_にんげん 型_接尾辞_がた ロボット_名詞_ろぼっと に_助詞_に 発声_名詞_はっせい さ_動詞_さ せ_助動詞_せ る_語尾_る ため_名詞_ため 、_補助記号_、 機械_名詞_きかい 式_名詞_しき 音声_名詞_おんせい 合成_名詞_ごうせい の_助詞_の 研究_名詞_けんきゅう は_助詞_は 続け_動詞_つずけ られ_助動詞_られ た_助動詞_た 。_補助記号_。 +電子_名詞_でんし 式_名詞_しき で_助詞_で は_助詞_は スピーカー_名詞_すぴーかー の_助詞_の 音質_名詞_おんしつ に_助詞_に 制限_名詞_せいげん さ_動詞_さ れ_助動詞_れ る_語尾_る が_助詞_が 、_補助記号_、 ロボット_名詞_ろぼっと で_助詞_で 人間_名詞_にんげん の_助詞_の 体_名詞_からだ の_助詞_の 構造_名詞_こうぞう を_助詞_を 模倣_名詞_もほう し_動詞_し た_助動詞_た 機械_名詞_きかい 式_名詞_しき 音声_名詞_おんせい 合成_名詞_ごうせい なら_助動詞_なら 、_補助記号_、 もっと_副詞_もっと 人間_名詞_にんげん に_助詞_に 近_形容詞_ちか い_語尾_い 発声_名詞_はっせい に_助詞_に な_動詞_な る_語尾_る と_助詞_と 考え_動詞_かんがえ られ_助動詞_られ て_助詞_て い_動詞_い た_助動詞_た から_助詞_から で_助動詞_で あ_動詞_あ る_語尾_る )_補助記号_) 。_補助記号_。 +実用_名詞_じつよう 例_名詞_れい +音声_名詞_おんせい 合成_名詞_ごうせい 技術_名詞_ぎじゅつ は_助詞_は 文字_名詞_もじ を_助詞_を 読_動詞_よ む_語尾_む こと_名詞_こと が_助詞_が 困難_名詞_こんなん な_助動詞_な 障害_名詞_しょうがい 者_接尾辞_しゃ や_助詞_や 、_補助記号_、 文字_名詞_もじ が_助詞_が 読め_動詞_よめ な_助動詞_な い_語尾_い 人_名詞_ひと (_補助記号_( 幼児_名詞_ようじ 、_補助記号_、 外国_名詞_がいこく 人_接尾辞_じん など_助詞_など )_補助記号_) に_助詞_に 画面_名詞_がめん 読み上げ_名詞_よみあげ ソフト_名詞_そふと (_補助記号_( スクリーン_名詞_すくりーん リーダー_名詞_りーだー )_補助記号_) と_助詞_と し_動詞_し て_助詞_て 長_形容詞_なが く_語尾_く 利用_名詞_りよう さ_動詞_さ れ_助動詞_れ て_助詞_て き_動詞_き て_助詞_て お_動詞_お り_語尾_り 、_補助記号_、 言葉_名詞_ことば を_助詞_を 発_動詞_はっ する_語尾_する こと_名詞_こと が_助詞_が 困難_名詞_こんなん な_助動詞_な 人_名詞_ひと が_助詞_が 代替_名詞_だいたい 手段_名詞_しゅだん と_助詞_と し_動詞_し て_助詞_て 利用_名詞_りよう する_動詞_する こと_名詞_こと も_助詞_も 多_形容詞_おお い_語尾_い 。_補助記号_。 +また_接続詞_また 、_補助記号_、 2000_名詞_2000 年_接尾辞_ねん 頃_名詞_ごろ から_助詞_から 家電_名詞_かでん 製品_名詞_せいひん の_助詞_の 音声_名詞_おんせい ガイダンス_名詞_がいだんす や_助詞_や 、_補助記号_、 公共_名詞_こうきょう 交通_名詞_こうつう 機関_名詞_きかん や_助詞_や 防災_名詞_ぼうさい 関係_名詞_かんけい の_助詞_の アナウンス_名詞_あなうんす 用途_名詞_ようと と_助詞_と し_動詞_し て_助詞_て 音声_名詞_おんせい 合成_名詞_ごうせい さ_動詞_さ れ_助動詞_れ た_助動詞_た もの_名詞_もの が_助詞_が 広_形容詞_ひろ く_語尾_く 使用_名詞_しよう さ_動詞_さ れ_助動詞_れ る_語尾_る よう_形状詞_よう に_助動詞_に な_動詞_な っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +これ_代名詞_これ は_助詞_は 、_補助記号_、 人間_名詞_にんげん が_助詞_が 発声_名詞_はっせい し_動詞_し た_助動詞_た もの_名詞_もの を_助詞_を 録音_名詞_ろくおん する_動詞_する と_助詞_と 、_補助記号_、 台詞_名詞_せりふ の_助詞_の 変更_名詞_へんこう の_助詞_の 度_名詞_ど に_助詞_に その_連体詞_その 部分_名詞_ぶぶん を_助詞_を 録音_名詞_ろくおん を_助詞_を し直_動詞_しなお さ_語尾_さ な_助動詞_な けれ_語尾_けれ ば_助詞_ば な_動詞_な ら_語尾_ら な_助動詞_な い_語尾_い が_助詞_が 、_補助記号_、 音声_名詞_おんせい 合成_名詞_ごうせい で_助動詞_で あ_動詞_あ れ_語尾_れ ば_助詞_ば データ_名詞_でーた の_助詞_の 作成_名詞_さくせい で_助詞_で 済_動詞_す む_語尾_む ため_名詞_ため で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +実際_名詞_じっさい に_助詞_に 、_補助記号_、 鉄道_名詞_てつどう 用_接尾辞_よう アナウンス_名詞_あなうんす で_助詞_で は_助詞_は 、_補助記号_、 駅_名詞_えき が_助詞_が 追加_名詞_ついか さ_動詞_さ れ_助動詞_れ たり_助詞_たり 名称_名詞_めいしょう 変更_名詞_へんこう が_助詞_が あ_動詞_あ っ_語尾_っ て_助詞_て も_助詞_も 、_補助記号_、 その_連体詞_その 箇所_名詞_かしょ のみ_助詞_のみ が_助詞_が 変更_名詞_へんこう さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +また_接続詞_また 、_補助記号_、 最近_名詞_さいきん で_助詞_で は_助詞_は 個人_名詞_こじん 向け_接尾辞_むけ の_助詞_の ソフトウェア_名詞_そふとうぇあ など_助詞_など に_助詞_に も_助詞_も 活用_名詞_かつよう さ_動詞_さ れ_助動詞_れ て_助詞_て き_動詞_き て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +テキスト_名詞_てきすと 読み上げ_名詞_よみあげ システム_名詞_しすてむ +テキスト_名詞_てきすと 読み上げ_名詞_よみあげ システム_名詞_しすてむ は_助詞_は 、_補助記号_、 フロント_名詞_ふろんと エンド_名詞_えんど と_助詞_と バックエンド_名詞_ばっくえんど の_助詞_の ふた_名詞_ふた つ_接尾辞_つ の_助詞_の 部分_名詞_ぶぶん から_助詞_から な_動詞_な る_語尾_る 。_補助記号_。 +一般_名詞_いっぱん に_助詞_に 、_補助記号_、 フロント_名詞_ふろんと エンド_名詞_えんど は_助詞_は 入力_名詞_にゅうりょく し_動詞_し た_助動詞_た テキスト_名詞_てきすと から_助詞_から 記号_名詞_きごう 化_接尾辞_か 言語_名詞_げんご 表現_名詞_ひょうげん  _補助記号_くうはく (_補助記号_( symbolic_名詞_SYMBOLIC  _補助記号_くうはく linguistic_名詞_LINGUISTIC  _補助記号_くうはく representation_英単語_REPRESENTATION )_補助記号_)  _補助記号_くうはく を_助詞_を 出力_名詞_しゅつりょく する_動詞_する 。_補助記号_。 +バックエンド_名詞_ばっくえんど は_助詞_は フロント_名詞_ふろんと エンド_名詞_えんど で_助詞_で 合成_名詞_ごうせい さ_動詞_さ れ_助動詞_れ た_助動詞_た 音声_名詞_おんせい の_助詞_の 波形_名詞_はけい を_助詞_を 出力_名詞_しゅつりょく する_動詞_する 。_補助記号_。 +音声_名詞_おんせい 合成_名詞_ごうせい の_助詞_の 自然_形状詞_しぜん さ_接尾辞_さ は_助詞_は 、_補助記号_、 出力_名詞_しゅつりょく さ_動詞_さ れ_助動詞_れ る_語尾_る 音声_名詞_おんせい が_助詞_が いかに_副詞_いかに 現実_名詞_げんじつ の_助詞_の 人間_名詞_にんげん の_助詞_の 音声_名詞_おんせい に_助詞_に 似_動詞_に て_助詞_て い_動詞_い る_語尾_る か_助詞_か 、_補助記号_、 明瞭_名詞_めいりょう 度_接尾辞_ど は_助詞_は 聴_動詞_き き_語尾_き やす_形容詞_やす さ_接尾辞_さ (_補助記号_( 出力_名詞_しゅつりょく 音声_名詞_おんせい の_助詞_の 理解_名詞_りかい し_動詞_し やす_形容詞_やす さ_接尾辞_さ )_補助記号_) で_助詞_で 評価_名詞_ひょうか さ_動詞_さ れ_助動詞_れ る_語尾_る 。_補助記号_。 +フロント_名詞_ふろんと エンド_名詞_えんど +フロント_名詞_ふろんと エンド_名詞_えんど に_助詞_に は_助詞_は ふた_名詞_ふた つ_接尾辞_つ の_助詞_の 大きな_連体詞_おおきな 仕事_名詞_しごと が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +ひと_名詞_ひと つ_接尾辞_つ は_助詞_は テキスト_名詞_てきすと の_助詞_の 中_名詞_なか の_助詞_の 数字_名詞_すうじ や_助詞_や 省略_名詞_しょうりゃく 表現_名詞_ひょうげん を_助詞_を 読み上げ_動詞_よみあげ る_語尾_る とき_名詞_とき の_助詞_の 表現_名詞_ひょうげん に_助詞_に 変換_名詞_へんかん する_動詞_する こと_名詞_こと で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +これ_代名詞_これ は_助詞_は 、_補助記号_、 「_補助記号_「 テキスト_名詞_てきすと の_助詞_の 正規_名詞_せいき 化_接尾辞_か 」_補助記号_」 、_補助記号_、 「_補助記号_「 プリプロセッシング_名詞_ぷりぷろせっしんぐ 」_補助記号_」 、_補助記号_、 「_補助記号_「 トークン_名詞_とーくん 化_接尾辞_か 」_補助記号_」 など_助詞_など と_助詞_と 呼_動詞_よ ば_語尾_ば れ_助動詞_れ る_語尾_る 。_補助記号_。 +もう_副詞_もう ひと_名詞_ひと つ_接尾辞_つ は_助詞_は 各_接頭辞_かく 単語_名詞_たんご を_助詞_を 発音_名詞_はつおん 記号_名詞_きごう に_助詞_に 変換_名詞_へんかん し_動詞_し 、_補助記号_、 テキスト_名詞_てきすと を_助詞_を 熟語_名詞_じゅくご や_助詞_や 文節_名詞_ぶんせつ 、_補助記号_、 文_名詞_ぶん など_助詞_など の_助詞_の 韻律_名詞_いんりつ 単位_名詞_たんい に_助詞_に 分割_名詞_ぶんかつ する_動詞_する こと_名詞_こと で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +単語_名詞_たんご に_助詞_に 発音_名詞_はつおん 記号_名詞_きごう を_助詞_を 割り当て_動詞_わりあて る_語尾_る 処理_名詞_しょり を_助詞_を テキスト_名詞_てきすと 音素_名詞_おんそ (_補助記号_( text_名詞_てくすと ー_補助記号_ー to_名詞_つー ーphoneme_英単語_ーPHONEME 、_補助記号_、 略_名詞_りゃく し_語尾_し て_助詞_て TTP_名詞_TTP )_補助記号_) 変換_名詞_へんかん また_接続詞_また は_助詞_は 書記_名詞_しょき 素_接尾辞_そ 音素_名詞_おんそ (_補助記号_( grapheme_名詞_GRAPHEME ー_補助記号_ー to_名詞_つー ーphoneme_英単語_ーPHONEME 、_補助記号_、 略_名詞_りゃく し_語尾_し て_助詞_て GTP_名詞_GTP )_補助記号_) 変換_名詞_へんかん と_助詞_と 呼_動詞_よ ぶ_語尾_ぶ 。_補助記号_。 +発音_名詞_はつおん 記号_名詞_きごう と_助詞_と 韻律_名詞_いんりつ 情報_名詞_じょうほう を_助詞_を 組み合わせ_動詞_くみあわせ て_助詞_て 記号_名詞_きごう 化_接尾辞_か 言語_名詞_げんご 表現_名詞_ひょうげん を_助詞_を 作成_名詞_さくせい し_動詞_し 、_補助記号_、 フロント_名詞_ふろんと エンド_名詞_えんど の_助詞_の 出力_名詞_しゅつりょく と_助詞_と する_動詞_する 。_補助記号_。 +訳注_名詞_やくちゅう +この_連体詞_この 部分_名詞_ぶぶん は_助詞_は 言語_名詞_げんご に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て かなり_副詞_かなり 違い_名詞_ちがい が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +日本_名詞_にっぽん 語_名詞_ご の_助詞_の 場合_名詞_ばあい 、_補助記号_、 わか_形容詞_わか ち_語尾_ち 書き_名詞_かき を_助詞_を し_動詞_し な_助動詞_な い_語尾_い 為_名詞_ため 、_補助記号_、 文章_名詞_ぶんしょう を_助詞_を 正確_名詞_せいかく に_助動詞_に 処理_名詞_しょり する_動詞_する ため_名詞_ため に_助詞_に は_助詞_は 単語_名詞_たんご を_助詞_を 分割_名詞_ぶんかつ する_動詞_する 作業_名詞_さぎょう が_助詞_が 必要_名詞_ひつよう と_助詞_と な_動詞_な る_語尾_る 。_補助記号_。 +バックエンド_名詞_ばっくえんど +フロント_名詞_ふろんと エンド_名詞_えんど の_助詞_の 出力_名詞_しゅつりょく 結果_名詞_けっか を_助詞_を 元_名詞_もと に_助詞_に 、_補助記号_、 より_副詞_より 自然_形状詞_しぜん な_助動詞_な 音声_名詞_おんせい に_助詞_に する_動詞_する ため_名詞_ため 韻律_名詞_いんりつ など_助詞_など の_助詞_の 音声_名詞_おんせい の_助詞_の 調整_名詞_ちょうせい を_助詞_を 行_動詞_おこな い_語尾_い 、_補助記号_、 実際_名詞_じっさい の_助詞_の 音声_名詞_おんせい データ_名詞_でーた を_助詞_を 出力_名詞_しゅつりょく する_動詞_する 。_補助記号_。 +この_連体詞_この 処理_名詞_しょり に_助詞_に て_助詞_て 音声_名詞_おんせい の_助詞_の 性質_名詞_せいしつ が_助詞_が 決定_名詞_けってい さ_動詞_さ れ_助動詞_れ る_語尾_る ため_名詞_ため 、_補助記号_、 音声_名詞_おんせい 合成_名詞_ごうせい ソフト_名詞_そふと 独自_形状詞_どくじ 色_名詞_しょく が_助詞_が 出_動詞_で る_語尾_る こと_名詞_こと が_助詞_が 多_形容詞_おお い_語尾_い 。_補助記号_。 +また_接続詞_また 、_補助記号_、 一般_名詞_いっぱん 的_接尾辞_てき に_助動詞_に 「_補助記号_「 話_名詞_はなし 言葉_名詞_ことば 」_補助記号_」 を_助詞_を 目指_動詞_めざ す_語尾_す 物_名詞_もの が_助詞_が 多_形容詞_おお い_語尾_い が_助詞_が 、_補助記号_、 歌声_名詞_うたごえ の_助詞_の 様_形状詞_よう な_助動詞_な 調整_名詞_ちょうせい を_助詞_を 行な_動詞_おこな う_語尾_う 音声_名詞_おんせい 合成_名詞_ごうせい ソフト_名詞_そふと も_助詞_も あ_動詞_あ る_語尾_る 。_補助記号_。 +オペレーティング_名詞_おぺれーてぃんぐ システム_名詞_しすてむ で_助詞_で の_助詞_の 音声_名詞_おんせい 合成_名詞_ごうせい +アップル_名詞_あっぷる +1984_名詞_せんきゅうひゃくはちじゅうよん 年_接尾辞_ねん 、_補助記号_、 アップル_名詞_あっぷる コンピュータ_名詞_こんぴゅーた に_助詞_に MacInTalk_名詞_MACINTALK 機能_名詞_きのう を_助詞_を 搭載_名詞_とうさい し_動詞_し た_助動詞_た 。_補助記号_。 +その_連体詞_その 後_名詞_あと も_助詞_も 新し_形容詞_あたらし い_語尾_い OS_名詞_OS バージョン_名詞_ばーじょん で_助詞_で は_助詞_は 音質_名詞_おんしつ が_助詞_が 改善_名詞_かいぜん さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +また_接続詞_また 、_補助記号_、 音声_名詞_おんせい 認識_名詞_にんしき も_助詞_も 導入_名詞_どうにゅう し_動詞_し て_助詞_て お_動詞_お り_語尾_り 、_補助記号_、 これ_代名詞_これ ら_接尾辞_ら の_助詞_の 機能_名詞_きのう を_助詞_を 統合_名詞_とうごう し_動詞_し た_助動詞_た PlainTalk_名詞_PLAINTALK は_助詞_は 視覚_名詞_しかく 障害_名詞_しょうがい 者_接尾辞_しゃ の_助詞_の ため_名詞_ため の_助詞_の サポート_名詞_さぽーと プログラム_名詞_ぷろぐらむ で_助動詞_で あ_動詞_あ っ_語尾_っ た_助動詞_た 。_補助記号_。 +Mac_名詞_MAC  _補助記号_くうはく OS_名詞_OS  _補助記号_くうはく X_記号_X  _補助記号_くうはく v_記号_V 10_名詞_10 ._補助記号_。 4_名詞_4 以降_名詞_いこう に_助詞_に は_助詞_は VoiceOver_名詞_VOICEOVER と_助詞_と い_動詞_い う_語尾_う 音声_名詞_おんせい 合成_名詞_ごうせい 機能_名詞_きのう に_助詞_に な_動詞_な っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +AmigaOS_名詞_AMIGAOS +1985_名詞_せんきゅうひゃくはちじゅうご 年_接尾辞_ねん の_助詞_の AmigaOS_名詞_AMIGAOS で_助詞_で も_助詞_も 音声_名詞_おんせい 合成_名詞_ごうせい 機能_名詞_きのう が_助詞_が 組み込_動詞_くみこ ま_語尾_ま れ_助動詞_れ て_助詞_て い_動詞_い た_助動詞_た 。_補助記号_。 +男性_名詞_だんせい と_助詞_と 女性_名詞_じょせい の_助詞_の 声_名詞_こえ を_助詞_を 選択_名詞_せんたく でき_動詞_でき る_語尾_る 。_補助記号_。 +AmigaOS_名詞_AMIGAOS で_助詞_で は_助詞_は 音声_名詞_おんせい 合成_名詞_ごうせい を_助詞_を 仮想_名詞_かそう デバイス_名詞_でばいす と_助詞_と し_動詞_し て_助詞_て い_動詞_い た_助動詞_た ため_名詞_ため 、_補助記号_、 コンソール_名詞_こんそーる 出力_名詞_しゅつりょく を_助詞_を 音声_名詞_おんせい 合成_名詞_ごうせい に_助詞_に リダイレクト_名詞_りだいれくと する_動詞_する こと_名詞_こと も_助詞_も 可能_形状詞_かのう で_助動詞_で あ_動詞_あ っ_語尾_っ た_助動詞_た 。_補助記号_。 +この_連体詞_この ため_名詞_ため 、_補助記号_、 ワープロ_名詞_わーぷろ ソフト_名詞_そふと など_助詞_など 各種_名詞_かくしゅ アプリケーション_名詞_あぷりけーしょん で_助詞_で 容易_形状詞_ようい に_助動詞_に 音声_名詞_おんせい 合成_名詞_ごうせい を_助詞_を 利用_名詞_りよう 可能_形状詞_かのう で_助動詞_で あ_動詞_あ っ_語尾_っ た_助動詞_た 。_補助記号_。 +Micros_名詞_MICROS oft_英単語_OFT  _補助記号_くうはく Windows_名詞_WINDOWS +Windows_名詞_WINDOWS で_助詞_で は_助詞_は 、_補助記号_、 SAPI_名詞_SAPI と_助詞_と い_動詞_い う_語尾_う 音声_名詞_おんせい 関係_名詞_かんけい の_助詞_の API_名詞_API を_助詞_を 用意_名詞_ようい し_動詞_し て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +Windows_名詞_WINDOWS  _補助記号_くうはく XP_名詞_XP で_助詞_で は_助詞_は Narrator_名詞_NARRATOR と_助詞_と い_動詞_い う_語尾_う 音声_名詞_おんせい 合成_名詞_ごうせい プログラム_名詞_ぷろぐらむ が_助詞_が 追加_名詞_ついか さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る (_補助記号_( 英語_名詞_えいご 版_名詞_ばん )_補助記号_) 。_補助記号_。 +コール_名詞_こーる センター_名詞_せんたー など_助詞_など で_助詞_で の_助詞_の 音声_名詞_おんせい 認識_名詞_にんしき と_助詞_と 音声_名詞_おんせい 合成_名詞_ごうせい の_助詞_の パッケージ_名詞_ぱっけーじ と_助詞_と し_動詞_し て_助詞_て Micros_名詞_MICROS oft_英単語_OFT  _補助記号_くうはく Speech_名詞_SPEECH  _補助記号_くうはく Server_名詞_SERVER が_助詞_が 用意_名詞_ようい さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +その_連体詞_その 他_名詞_た +TI_名詞_TI ー_補助記号_ー 99_名詞_99 /_補助記号_・ 4_名詞_4 A_記号_A に_助詞_に は_助詞_は 音声_名詞_おんせい 合成_名詞_ごうせい 機能_名詞_きのう を_助詞_を オプション_名詞_おぷしょん で_助詞_で 追加_名詞_ついか 可能_形状詞_かのう で_助動詞_で あ_動詞_あ っ_語尾_っ た_助動詞_た 。_補助記号_。 +PC_名詞_PC ー_補助記号_ー 6001_英単語_6001 mkII_名詞_MKII に_助詞_に は_助詞_は 音声_名詞_おんせい 合成_名詞_ごうせい 機能_名詞_きのう が_助詞_が 内蔵_名詞_ないぞう さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い た_助動詞_た 。_補助記号_。 +後継_名詞_こうけい の_助詞_の PC_名詞_PC ー_補助記号_ー 6001_英単語_6001 mkIISR_名詞_MKIISR や_助詞_や PC_名詞_PC ー_補助記号_ー 660_名詞_660 1_名詞_1 で_助詞_で は_助詞_は 歌_動詞_うた う_語尾_う こと_名詞_こと も_助詞_も 可能_形状詞_かのう で_助動詞_で あ_動詞_あ っ_語尾_っ た_助動詞_た 。_補助記号_。 +FM_名詞_FM ー_補助記号_ー 7_名詞_7 /_補助記号_・ FM_名詞_FM ー_補助記号_ー 77_名詞_77 シリーズ_名詞_しりーず に_助詞_に は_助詞_は 音声_名詞_おんせい 合成_名詞_ごうせい ボード_名詞_ぼーど  _補助記号_くうはく (_補助記号_( MB_記号_MB 224_名詞_224 37_接尾辞_37 /_補助記号_・ FM_名詞_FM ー_補助記号_ー 77_名詞_77 ー_補助記号_ー 4_名詞_4 3_名詞_3 1_名詞_1 )_補助記号_)  _補助記号_くうはく が_助詞_が オプション_名詞_おぷしょん と_助詞_と し_動詞_し て_助詞_て 用意_名詞_ようい さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +MZ_名詞_MZ ー_補助記号_ー 1500_補助記号_1500 /_補助記号_・ 2500_名詞_2500 /_補助記号_・ 286_名詞_286 1_名詞_1 に_助詞_に は_助詞_は オプション_名詞_おぷしょん と_助詞_と し_動詞_し て_助詞_て ボイス_名詞_ぼいす ボード_名詞_ぼーど (_補助記号_( MZ_名詞_MZ ー_補助記号_ー 1_名詞_1 M_記号_M 0_名詞_0 8_名詞_8 )_補助記号_) が_助詞_が 存在_名詞_そんざい する_動詞_する 。_補助記号_。 +英語_名詞_えいご で_助詞_で の_助詞_の 数字_名詞_すうじ など_助詞_など の_助詞_の 音声_名詞_おんせい を_助詞_を チップ_名詞_ちっぷ に_助詞_に 。_補助記号_。 +五十_名詞_ごじゅう 音_接尾辞_おん と_助詞_と 、_補助記号_、 いく_名詞_いく つ_接尾辞_つ か_助詞_か の_助詞_の フレーズ_名詞_ふれーず を_助詞_を 外部_名詞_がいぶ チップ_名詞_ちっぷ に_助詞_に サンプリング_名詞_さんぷりんぐ さ_動詞_さ れ_助動詞_れ ROM_名詞_ROM と_助詞_と し_動詞_し て_助詞_て 焼きこ_動詞_やきこ ま_語尾_ま れ_助動詞_れ て_助詞_て お_動詞_お り_語尾_り 、_補助記号_、 制御_名詞_せいぎょ に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 再生_名詞_さいせい する_動詞_する もの_名詞_もの で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +インターネット_名詞_いんたーねっと で_助詞_で の_助詞_の 音声_名詞_おんせい 合成_名詞_ごうせい +音声_名詞_おんせい 合成_名詞_ごうせい マーク_名詞_まーく アップ_名詞_あっぷ 言語_名詞_げんご +テキスト_名詞_てきすと を_助詞_を 音声_名詞_おんせい に_助詞_に 変換_名詞_へんかん する_動詞_する ため_名詞_ため の_助詞_の XML_名詞_XML 準拠_名詞_じゅんきょ の_助詞_の マーク_名詞_まーく アップ_名詞_あっぷ 言語_名詞_げんご が_助詞_が いく_名詞_いく つ_接尾辞_つ か_助詞_か あ_動詞_あ る_語尾_る 。_補助記号_。 +最近_名詞_さいきん で_助詞_で は_助詞_は SSML_名詞_えすえすえむえる が_助詞_が W3_接尾辞_W3 C_記号_C から_助詞_から 提案_名詞_ていあん さ_動詞_さ れ_助動詞_れ ドラフト_名詞_どらふと 状態_名詞_じょうたい で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +他_名詞_ほか に_助詞_に も_助詞_も SABLE_名詞_SABLE 、_補助記号_、 JSML_名詞_JSML など_助詞_など が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +Cascading_名詞_CASCADING  _補助記号_くうはく Style_名詞_すたいる  _補助記号_くうはく Sheets_名詞_SHEETS  _補助記号_くうはく 2_名詞_2 の_助詞_の サブセット_名詞_さぶせっと は_助詞_は Aural_名詞_AURAL  _補助記号_くうはく Cascading_名詞_CASCADING  _補助記号_くうはく Style_名詞_すたいる  _補助記号_くうはく Sheets_名詞_SHEETS を_助詞_を 含_動詞_ふく ん_語尾_ん で_助詞_で い_動詞_い る_語尾_る 。_補助記号_。 +音声_名詞_おんせい 合成_名詞_ごうせい マーク_名詞_まーく アップ_名詞_あっぷ 言語_名詞_げんご は_助詞_は Voice_名詞_ぼいす XML_名詞_XML の_助詞_の よう_形状詞_よう な_助動詞_な ダイアログ_名詞_だいあろぐ ・_補助記号_・ マーク_名詞_まーく アップ_名詞_あっぷ 言語_名詞_げんご と_助詞_と は_助詞_は 異な_動詞_ことな る_語尾_る 。_補助記号_。 +ダイアログ_名詞_だいあろぐ ・_補助記号_・ マーク_名詞_まーく アップ_名詞_あっぷ 言語_名詞_げんご は_助詞_は テキスト_名詞_てきすと 読み上げ_名詞_よみあげ だけ_助詞_だけ で_助動詞_で な_形容詞_な く_語尾_く 、_補助記号_、 音声_名詞_おんせい 認識_名詞_にんしき など_助詞_など に_助詞_に も_助詞_も 対応_名詞_たいおう し_動詞_し て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +合成_名詞_ごうせい 技術_名詞_ぎじゅつ +音声_名詞_おんせい 波形_名詞_はけい を_助詞_を 生成_名詞_せいせい する_動詞_する 主要_形状詞_しゅよう 技術_名詞_ぎじゅつ は_助詞_は 、_補助記号_、 大き_形容詞_おおき く_語尾_く 連結_名詞_れんけつ 的_接尾辞_てき 合成_名詞_ごうせい  _補助記号_くうはく (_補助記号_( concatenative_名詞_CONCATENATIVE  _補助記号_くうはく syn_英単語_SYN the_英単語_THE sis_英単語_SIS )_補助記号_)  _補助記号_くうはく と_助詞_と フォルマント_名詞_ふぉるまんと 合成_名詞_ごうせい  _補助記号_くうはく (_補助記号_( formant_名詞_FORMANT  _補助記号_くうはく syn_英単語_SYN the_英単語_THE sis_英単語_SIS )_補助記号_)  _補助記号_くうはく の_助詞_の 2_名詞_2 つ_接尾辞_つ に_助詞_に 分け_動詞_わけ る_語尾_る 事_名詞_こと が_助詞_が でき_動詞_でき る_語尾_る 。_補助記号_。 +連結_名詞_れんけつ 的_接尾辞_てき 合成_名詞_ごうせい +連結_名詞_れんけつ 的_接尾辞_てき 合成_名詞_ごうせい は_助詞_は 、_補助記号_、 基本_名詞_きほん 的_接尾辞_てき に_助動詞_に は_助詞_は 録音_名詞_ろくおん さ_動詞_さ れ_助動詞_れ た_助動詞_た 音声_名詞_おんせい の_助詞_の 断片_名詞_だんぺん を_助詞_を 連結_名詞_れんけつ し_動詞_し て_助詞_て 合成_名詞_ごうせい する_動詞_する 方法_名詞_ほうほう で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +一般_名詞_いっぱん に_助詞_に 連結_名詞_れんけつ 的_接尾辞_てき 合成_名詞_ごうせい は_助詞_は 最も_副詞_もっとも 自然_形状詞_しぜん な_助動詞_な 合成_名詞_ごうせい 音声_名詞_おんせい に_助詞_に な_動詞_な る_語尾_る と_助詞_と い_動詞_い わ_語尾_わ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る が_助詞_が 、_補助記号_、 発声_名詞_はっせい の_助詞_の バリエーション_名詞_ばりえーしょん と_助詞_と 波形_名詞_はけい の_助詞_の 断片_名詞_だんぺん 化_接尾辞_か の_助詞_の 細か_形容詞_こまか さ_接尾辞_さ に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て は_助詞_は 出力_名詞_しゅつりょく 音声_名詞_おんせい に_助詞_に 欠損_名詞_けっそん が_助詞_が 生_動詞_しょう じ_語尾_じ 、_補助記号_、 自然_形状詞_しぜん さ_接尾辞_さ を_助詞_を 損な_動詞_そこな う_語尾_う こと_名詞_こと が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +連結_名詞_れんけつ 的_接尾辞_てき 合成_名詞_ごうせい に_助詞_に は_助詞_は 以下_名詞_いか に_助詞_に あげ_動詞_あげ る_語尾_る 三_名詞_さん 種類_名詞_しゅるい が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +単位_名詞_たんい 選択_名詞_せんたく 合成_名詞_ごうせい  _補助記号_くうはく (_補助記号_( Unit_名詞_UNIT  _補助記号_くうはく selection_名詞_SELECTION  _補助記号_くうはく syn_英単語_SYN the_英単語_THE sis_英単語_SIS )_補助記号_)  _補助記号_くうはく +別名_名詞_べつめい と_助詞_と し_動詞_し て_助詞_て コーパス_名詞_こーぱす ベース_名詞_べーす 音声_名詞_おんせい 合成_名詞_ごうせい 方式_名詞_ほうしき と_助詞_と も_助詞_も 呼_動詞_よ ば_語尾_ば れ_助動詞_れ る_語尾_る 。_補助記号_。 +大きな_連体詞_おおきな 音声_名詞_おんせい の_助詞_の データベース_名詞_でーたべーす (_補助記号_( 通常_名詞_つうじょう 一_名詞_いち 時間_接尾辞_じかん 以上_名詞_いじょう の_助詞_の 録音_名詞_ろくおん さ_動詞_さ れ_助動詞_れ た_助動詞_た 音声_名詞_おんせい から_助詞_から 成_動詞_な る_語尾_る )_補助記号_) を_助詞_を 使用_名詞_しよう する_動詞_する 。_補助記号_。 +データベース_名詞_でーたべーす を_助詞_を 作成_名詞_さくせい する_動詞_する 為_名詞_ため に_助詞_に は_助詞_は 、_補助記号_、 録音_名詞_ろくおん する_動詞_する 音声_名詞_おんせい を_助詞_を 「_補助記号_「 音_名詞_おと 」_補助記号_」 、_補助記号_、 「_補助記号_「 音節_名詞_おんせつ 」_補助記号_」 、_補助記号_、 「_補助記号_「 形態_名詞_けいたい 素_接尾辞_そ 」_補助記号_」 、_補助記号_、 「_補助記号_「 単語_名詞_たんご 」_補助記号_」 、_補助記号_、 「_補助記号_「 成句_名詞_せいく 」_補助記号_」 、_補助記号_、 「_補助記号_「 文節_名詞_ぶんせつ 」_補助記号_」 など_助詞_など に_助詞_に 分割_名詞_ぶんかつ し_動詞_し 、_補助記号_、 それ_代名詞_それ ら_接尾辞_ら を_助詞_を 人_名詞_ひと の_助詞_の 手_名詞_て に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 検索_名詞_けんさく でき_動詞_でき る_語尾_る よう_形状詞_よう に_助動詞_に インデックス_名詞_いんでっくす を_助詞_を 調整_名詞_ちょうせい し_動詞_し て_助詞_て 作成_名詞_さくせい する_動詞_する 。_補助記号_。 +音声_名詞_おんせい 合成_名詞_ごうせい を_助詞_を 行_動詞_おこな う_語尾_う 際_名詞_さい に_助詞_に は_助詞_は 、_補助記号_、 アルゴリズム_名詞_あるごりずむ に_助詞_に 従_動詞_したが っ_語尾_っ て_助詞_て 最も_副詞_もっとも 適_動詞_てき し_語尾_し た_助動詞_た 音_名詞_おと の_助詞_の 組み合わせ_名詞_くみあわせ を_助詞_を データベース_名詞_でーたべーす から_助詞_から 探し出_動詞_さがしだ し_語尾_し て_助詞_て 合成_名詞_ごうせい する_動詞_する 。_補助記号_。 +これ_代名詞_これ に_助詞_に よ_動詞_よ り_語尾_り 極めて_副詞_きわめて 肉声_名詞_にくせい に_助詞_に 近_形容詞_ちか い_語尾_い 自然_形状詞_しぜん な_助動詞_な 音声_名詞_おんせい に_助詞_に 合成_名詞_ごうせい する_動詞_する こと_名詞_こと が_助詞_が 可能_形状詞_かのう と_助詞_と な_動詞_な る_語尾_る 。_補助記号_。 +しかし_接続詞_しかし 、_補助記号_、 より_副詞_より 自然_名詞_しぜん に_助詞_に 聞こえ_動詞_きこえ る_語尾_る 音声_名詞_おんせい を_助詞_を 合成_名詞_ごうせい する_動詞_する に_助詞_に は_助詞_は データベース_名詞_でーたべーす の_助詞_の 情報_名詞_じょうほう 量_名詞_りょう を_助詞_を 増や_動詞_ふや す_語尾_す 必要_名詞_ひつよう が_助詞_が あ_動詞_あ り_語尾_り 、_補助記号_、 データ_名詞_でーた サイズ_名詞_さいず が_助詞_が 膨大_名詞_ぼうだい と_助詞_と な_動詞_な る_語尾_る 問題_名詞_もんだい も_助詞_も 発生_名詞_はっせい する_動詞_する 。_補助記号_。 +Diphone_名詞_DIPHONE 合成_名詞_ごうせい  _補助記号_くうはく (_補助記号_( Diphone_名詞_DIPHONE  _補助記号_くうはく syn_英単語_SYN the_英単語_THE sis_英単語_SIS )_補助記号_) +音声_名詞_おんせい ライブラリ_名詞_らいぶらり に_助詞_に ターゲット_名詞_たーげっと と_助詞_と する_動詞_する 言語_名詞_げんご の_助詞_の Diphone_名詞_DIPHONE (_補助記号_( 音_名詞_おと と_助詞_と 音_名詞_おと の_助詞_の つながり_名詞_つながり 部分_名詞_ぶぶん )_補助記号_) を_助詞_を 全て_名詞_すべて 持ち_動詞_もち 、_補助記号_、 それ_代名詞_それ を_助詞_を 使用_名詞_しよう し_動詞_し て_助詞_て 合成_名詞_ごうせい する_動詞_する 。_補助記号_。 +Diphone_名詞_DIPHONE の_助詞_の 個数_名詞_こすう は_助詞_は その_連体詞_その 言語_名詞_げんご の_助詞_の 音素_名詞_おんそ 配列_名詞_はいれつ 論_名詞_ろん で_助詞_で 決ま_動詞_きま っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +(_補助記号_( スペイン_名詞_すぺいん 語_名詞_ご なら_助動詞_なら 800_助動詞_800 、_補助記号_、 ドイツ_名詞_どいつ 語_名詞_ご なら_助動詞_なら 2500_名詞_2500 の_助詞_の Diphone_名詞_DIPHONE を_助詞_を 持_動詞_も つ_語尾_つ 。_補助記号_。 +)_補助記号_) Diphone_名詞_DIPHONE 合成_名詞_ごうせい で_助詞_で は_助詞_は 、_補助記号_、 各_接頭辞_かく Diphone_名詞_DIPHONE の_助詞_の 音声_名詞_おんせい が_助詞_が ひと_名詞_ひと つ_接尾辞_つ だけ_助詞_だけ データベース_名詞_でーたべーす に_助詞_に 格納_名詞_かくのう さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +実行_名詞_じっこう 時_接尾辞_じ に_助詞_に は_助詞_は Diphone_名詞_DIPHONE を_助詞_を 並べ_動詞_ならべ た_助動詞_た もの_名詞_もの に_助詞_に 線形_名詞_せんけい 予測_名詞_よそく 分析_名詞_ぶんせき 法_名詞_ほう (_補助記号_( PSOLA_名詞_PSOLA 、_補助記号_、 MBROLA_名詞_MBROLA など_助詞_など )_補助記号_) の_助詞_の よう_形状詞_よう な_助動詞_な デジタル_名詞_でじたる 信号_名詞_しんごう 処理_名詞_しょり 技法_名詞_ぎほう を_助詞_を 施_動詞_ほどこ し_語尾_し て_助詞_て 韻律_名詞_いんりつ を_助詞_を 作_動詞_つく る_語尾_る 。_補助記号_。 +できあが_動詞_できあが っ_語尾_っ た_助動詞_た 音声_名詞_おんせい は_助詞_は 単位_名詞_たんい 選択_名詞_せんたく 合成_名詞_ごうせい に_助詞_に 比較_名詞_ひかく する_動詞_する と_助詞_と 音質_名詞_おんしつ が_助詞_が 劣_動詞_おと る_語尾_る が_助詞_が 、_補助記号_、 フォルマント_名詞_ふぉるまんと 合成_名詞_ごうせい より_助詞_より は_助詞_は 自然_形状詞_しぜん な_助動詞_な 音質_名詞_おんしつ に_助詞_に な_動詞_な る_語尾_る 。_補助記号_。 +しかし_接続詞_しかし 、_補助記号_、 Diphone_名詞_DIPHONE 合成_名詞_ごうせい は_助詞_は 結合_名詞_けつごう 部_接尾辞_ぶ の_助詞_の 欠陥_名詞_けっかん が_助詞_が 目立_動詞_めだ ち_語尾_ち 、_補助記号_、 フォルマント_名詞_ふぉるまんと 合成_名詞_ごうせい の_助詞_の よう_形状詞_よう な_助動詞_な ロボット_名詞_ろぼっと 的_接尾辞_てき な_助動詞_な 発生_名詞_はっせい に_助詞_に な_動詞_な っ_語尾_っ て_助詞_て しま_動詞_しま う_語尾_う 問題_名詞_もんだい が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +その_連体詞_その ため_名詞_ため 商用_名詞_しょうよう で_助詞_で は_助詞_は 徐々_名詞_じょじょ に_助詞_に 利用_名詞_りよう が_助詞_が 減_動詞_へ っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る が_助詞_が 、_補助記号_、 フリー_名詞_ふりー ソフトウェア_名詞_そふとうぇあ や_助詞_や 研究_名詞_けんきゅう 用_接尾辞_よう と_助詞_と し_動詞_し て_助詞_て は_助詞_は 使_動詞_つか わ_語尾_わ れ_助動詞_れ 続け_動詞_つずけ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +分野_名詞_ぶんや 限定_名詞_げんてい 合成_名詞_ごうせい  _補助記号_くうはく (_補助記号_( Doma_名詞_DOMA inー_英単語_INー specific_名詞_SPECIFIC  _補助記号_くうはく syn_英単語_SYN the_英単語_THE sis_英単語_SIS )_補助記号_) +録音_名詞_ろくおん さ_動詞_さ れ_助動詞_れ た_助動詞_た 単語_名詞_たんご や_助詞_や 文節_名詞_ぶんせつ を_助詞_を 連結_名詞_れんけつ し_動詞_し て_助詞_て 音声_名詞_おんせい を_助詞_を 合成_名詞_ごうせい する_動詞_する 。_補助記号_。 +これ_代名詞_これ は_助詞_は 特定_名詞_とくてい 分野_名詞_ぶんや の_助詞_の テキスト_名詞_てきすと 読み上げ_名詞_よみあげ に_助詞_に 使_動詞_つか わ_語尾_わ れ_助動詞_れ る_語尾_る 。_補助記号_。 +例えば_副詞_たとえば 乗り換え_名詞_のりかえ 案内_名詞_あんない の_助詞_の 放送_名詞_ほうそう や_助詞_や 天気_名詞_てんき 予報_名詞_よほう など_助詞_など で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +これ_代名詞_これ は_助詞_は 実装_名詞_じっそう が_助詞_が 簡単_形状詞_かんたん な_助動詞_な の_助詞_の で_助詞_で 商用_名詞_しょうよう に_助詞_に も_助詞_も 長年_名詞_ながねん 使_動詞_つか わ_語尾_わ れ_助動詞_れ て_助詞_て き_動詞_き た_助動詞_た 。_補助記号_。 +例えば_副詞_たとえば 、_補助記号_、 しゃべ_動詞_しゃべ る_語尾_る 時計_名詞_とけい や_助詞_や 電卓_名詞_でんたく など_助詞_など で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +この_連体詞_この 方式_名詞_ほうしき は_助詞_は 分野_名詞_ぶんや を_助詞_を 限定_名詞_げんてい し_動詞_し て_助詞_て い_動詞_い る_語尾_る の_助詞_の で_助詞_で 自然_名詞_しぜん に_助動詞_に 聞こえ_動詞_きこえ る_語尾_る 音声_名詞_おんせい を_助詞_を 合成_名詞_ごうせい する_動詞_する の_助詞_の が_助詞_が 簡単_形状詞_かんたん で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +しかし_接続詞_しかし 、_補助記号_、 汎用_名詞_はんよう で_助動詞_で は_助詞_は な_形容詞_な い_語尾_い の_助詞_の で_助動詞_で 、_補助記号_、 利用_名詞_りよう は_助詞_は 限定_名詞_げんてい さ_動詞_さ れ_助動詞_れ る_語尾_る 。_補助記号_。 +内部_名詞_ないぶ の_助詞_の データベース_名詞_でーたべーす に_助詞_に あ_動詞_あ る_語尾_る 単語_名詞_たんご や_助詞_や 文節_名詞_ぶんせつ しか_助詞_しか 話せ_動詞_はなせ な_助動詞_な い_語尾_い ため_名詞_ため 、_補助記号_、 内容_名詞_ないよう が_助詞_が 登録_名詞_とうろく さ_動詞_さ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 音声_名詞_おんせい に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 限定_名詞_げんてい さ_動詞_さ れ_助動詞_れ る_語尾_る 。_補助記号_。 +また_接続詞_また 、_補助記号_、 例えば_副詞_たとえば フランス_名詞_ふらんす 語_名詞_ご の_助詞_の リエゾン_名詞_りえぞん など_助詞_など 、_補助記号_、 前後_名詞_ぜんご の_助詞_の 単語_名詞_たんご と_助詞_と の_助詞_の 関係_名詞_かんけい で_助詞_で 発音_名詞_はつおん が_助詞_が 変わ_動詞_かわ る_語尾_る 場合_名詞_ばあい を_助詞_を 再現_名詞_さいげん する_動詞_する の_助詞_の が_助詞_が 難し_形容詞_むずかし い_語尾_い 。_補助記号_。 +この_連体詞_この 場合_名詞_ばあい 、_補助記号_、 文脈_名詞_ぶんみゃく を_助詞_を 考慮_名詞_こうりょ し_動詞_し て_助詞_て 合成_名詞_ごうせい する_動詞_する 必要_名詞_ひつよう が_助詞_が あ_動詞_あ る_語尾_る 。_補助記号_。 +フォルマント_名詞_ふぉるまんと 合成_名詞_ごうせい (_補助記号_( 合成_名詞_ごうせい 音声_名詞_おんせい )_補助記号_) +フォルマント_名詞_ふぉるまんと 合成_名詞_ごうせい は_助詞_は 録音_名詞_ろくおん さ_動詞_さ れ_助動詞_れ た_助動詞_た 人間_名詞_にんげん の_助詞_の 音声_名詞_おんせい は_助詞_は 使用_名詞_しよう せ_動詞_せ ず_助動詞_ず 、_補助記号_、 基底_名詞_きてい 周波_名詞_しゅうは 数_名詞_すう 、_補助記号_、 音色_名詞_ねいろ 、_補助記号_、 雑音_名詞_ざつおん レベル_名詞_れべる など_助詞_など の_助詞_の パラメータ_名詞_ぱらめーた を_助詞_を 調整_名詞_ちょうせい し_動詞_し て_助詞_て 波形_名詞_はけい を_助詞_を 作_動詞_つく り_語尾_り 、_補助記号_、 人工_名詞_じんこう 的_接尾辞_てき な_助動詞_な 音声_名詞_おんせい を_助詞_を 作_動詞_つく る_語尾_る 。_補助記号_。 +合成_名詞_ごうせい さ_動詞_さ れ_助動詞_れ た_助動詞_た 音声_名詞_おんせい は_助詞_は ロボット_名詞_ろぼっと 的_接尾辞_てき に_助詞_に 聞こえ_動詞_きこえ る_語尾_る 音声_名詞_おんせい に_助詞_に な_動詞_な る_語尾_る ため_名詞_ため 、_補助記号_、 人間_名詞_にんげん の_助詞_の 音声_名詞_おんせい と_助詞_と 間違え_動詞_まちがえ る_語尾_る こと_名詞_こと は_助詞_は な_形容詞_な い_語尾_い 。_補助記号_。 +フォルマント_名詞_ふぉるまんと 合成_名詞_ごうせい は_助詞_は 連結_名詞_れんけつ 的_接尾辞_てき 合成_名詞_ごうせい と_助詞_と 比べ_動詞_くらべ 次_名詞_つぎ の_助詞_の 様_形状詞_よう な_助動詞_な 特徴_名詞_とくちょう も_助詞_も 持_動詞_も っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +音_名詞_おと の_助詞_の 欠損_名詞_けっそん が_助詞_が な_形容詞_な い_語尾_い の_助詞_の で_助動詞_で 、_補助記号_、 高速_名詞_こうそく に_助詞_に 発声_名詞_はっせい さ_動詞_さ せ_助動詞_せ て_助詞_て も_助詞_も 明瞭_形状詞_めいりょう に_助動詞_に 聞き取れ_動詞_ききとれ る_語尾_る 。_補助記号_。 +この_連体詞_この ため_名詞_ため 高速_名詞_こうそく さ_接尾辞_さ を_助詞_を 要求_名詞_ようきゅう さ_動詞_さ れ_助動詞_れ る_語尾_る テキスト_名詞_てきすと 読み上げ_名詞_よみあげ に_助詞_に は_助詞_は よく_副詞_よく 使_動詞_つか わ_語尾_わ れ_助動詞_れ て_助詞_て い_動詞_い る_語尾_る 。_補助記号_。 +連結_名詞_れんけつ 的_接尾辞_てき 合成_名詞_ごうせい の_助詞_の よう_形状詞_よう な_助動詞_な 音声_名詞_おんせい データベース_名詞_でーたべーす を_助詞_を 必要_名詞_ひつよう と_助詞_と し_動詞_し な_助動詞_な い_語尾_い の_助詞_の で_助動詞_で 、_補助記号_、 データ_名詞_でーた の_助詞_の サイズ_名詞_さいず が_助詞_が 小さ_形容詞_ちいさ く_語尾_く な_動詞_な る_語尾_る 。_補助記号_。 +出力_名詞_しゅつりょく 音声_名詞_おんせい を_助詞_を 容易_形状詞_ようい に_助動詞_に 変化_名詞_へんか さ_動詞_さ せ_助動詞_せ る_語尾_る こと_名詞_こと が_助詞_が でき_動詞_でき る_語尾_る の_助詞_の で_助動詞_で 、_補助記号_、 イントネーション_名詞_いんとねーしょん や_助詞_や 音色_名詞_ねいろ を_助詞_を 自由_名詞_じゆう に_助動詞_に 変え_動詞_かえ る_語尾_る こと_名詞_こと が_助詞_が 出来_動詞_でき る_語尾_る 。_補助記号_。 +上記_名詞_じょうき の_助詞_の 様_形状詞_よう な_助動詞_な 特徴_名詞_とくちょう の_助詞_の ため_名詞_ため 、_補助記号_、 組み込_動詞_くみこ み_語尾_み システム_名詞_しすてむ で_助詞_で も_助詞_も よく_副詞_よく 使_動詞_つか わ_語尾_わ れ_助動詞_れ 、_補助記号_、 フォルマント_名詞_ふぉるまんと 合成_名詞_ごうせい の_助詞_の 例_名詞_れい と_助詞_と し_動詞_し て_助詞_て 、_補助記号_、 1970_名詞_せんきゅうひゃくななじゅう 年代_名詞_ねんだい 末_接尾辞_まつ に_助詞_に テキサス_名詞_てきさす ・_補助記号_・ インスツルメンツ_名詞_いんすつるめんつ が_助詞_が 発売_名詞_はつばい し_動詞_し た_助動詞_た 玩具_名詞_がんぐ Speak_名詞_SPEAK  _補助記号_くうはく &_補助記号_&  _補助記号_くうはく Spell_名詞_SPELL 、_補助記号_、 セガ_名詞_せが の_助詞_の 1980_名詞_1980 年代_名詞_ねんだい の_助詞_の いく_名詞_いく つ_接尾辞_つ か_助詞_か の_助詞_の アーケード_名詞_あーけーど ゲーム_名詞_げーむ が_助詞_が あ_動詞_あ る_語尾_る (_補助記号_( Astro_名詞_ASTRO  _補助記号_くうはく Blaster_名詞_ぶらすたー 、_補助記号_、 Space_名詞_SPACE  _補助記号_くうはく Fury_名詞_FURY 、_補助記号_、 Star_名詞_STAR  _補助記号_くうはく Trek_名詞_TREK :_補助記号_:  _補助記号_くうはく Strategic_名詞_すとらてじっく  _補助記号_くうはく Operations_名詞_OPERATIONS  _補助記号_くうはく Simulator_名詞_SIMULATOR など_助詞_など )_補助記号_) 。_補助記号_。 +これ_代名詞_これ ら_接尾辞_ら の_助詞_の イントネーション_名詞_いんとねーしょん の_助詞_の 再現_名詞_さいげん は_助詞_は 非常_形状詞_ひじょう に_助動詞_に よ_形容詞_よ く_語尾_く 、_補助記号_、 リアル_名詞_りある タイム_名詞_たいむ の_助詞_の テキスト_名詞_てきすと 読み上げ_名詞_よみあげ インタフェース_名詞_いんたふぇーす で_助詞_で の_助詞_の 実現_名詞_じつげん は_助詞_は これ_代名詞_これ から_助詞_から で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +その_連体詞_その 他_名詞_た の_助詞_の 合成_名詞_ごうせい 手法_名詞_しゅほう +Articulatory_動詞_ARTICULATORY  _補助記号_くうはく syn_英単語_SYN the_英単語_THE sis_英単語_SIS +最近_名詞_さいきん まで_助詞_まで 純粋_形状詞_じゅんすい に_助動詞_に 学術_名詞_がくじゅつ 的_接尾辞_てき 研究_名詞_けんきゅう と_助詞_と し_動詞_し て_助詞_て 使_動詞_つか わ_語尾_わ れ_助動詞_れ て_助詞_て き_動詞_き た_助動詞_た 手法_名詞_しゅほう で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +それ_代名詞_それ は_助詞_は 人間_名詞_にんげん の_助詞_の 声道_名詞_せいどう 部分_名詞_ぶぶん の_助詞_の 構造_名詞_こうぞう を_助詞_を 研究_名詞_けんきゅう し_動詞_し て_助詞_て そこ_代名詞_そこ で_助詞_で 起こ_動詞_おこ っ_語尾_っ て_助詞_て い_動詞_い る_語尾_る こと_名詞_こと を_助詞_を 人工_名詞_じんこう 的_接尾辞_てき に_助動詞_に 再現_名詞_さいげん する_動詞_する もの_名詞_もの で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +最近_名詞_さいきん に_助詞_に な_動詞_な っ_語尾_っ て_助詞_て その_連体詞_その 成果_名詞_せいか が_助詞_が 商用_名詞_しょうよう の_助詞_の 音声_名詞_おんせい 合成_名詞_ごうせい で_助詞_で も_助詞_も 使え_動詞_つかえ る_語尾_る レベル_名詞_れべる に_助詞_に な_動詞_な っ_語尾_っ て_助詞_て き_動詞_き た_助動詞_た 。_補助記号_。 +NeXT_名詞_NEXT で_助詞_で 使_動詞_つか わ_語尾_わ れ_助動詞_れ て_助詞_て い_動詞_い た_助動詞_た システム_名詞_しすてむ は_助詞_は カナダ_名詞_かなだ の_助詞_の カルガリー_名詞_かるがりー 大学_名詞_だいがく の_助詞_の 研究_名詞_けんきゅう チーム_名詞_ちーむ が_助詞_が スピンオフ_名詞_すぴんおふ し_動詞_し て_助詞_て 作_動詞_つく っ_語尾_っ た_助動詞_た Trillium_名詞_TRILLIUM  _補助記号_くうはく Sound_名詞_SOUND  _補助記号_くうはく Research_名詞_りさーち  _補助記号_くうはく Inc_名詞_いんく ._補助記号_。 が_助詞_が 開発_名詞_かいはつ し_動詞_し た_助動詞_た もの_名詞_もの で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +Trillium_名詞_TRILLIUM は_助詞_は これ_代名詞_これ を_助詞_を フリー_名詞_ふりー な_助動詞_な gnuspeech_名詞_GNUSPEECH と_助詞_と し_動詞_し て_助詞_て 公開_名詞_こうかい し_動詞_し て_助詞_て お_動詞_お り_語尾_り 、_補助記号_、 GNU_名詞_じーえぬゆー  _補助記号_くうはく savannah_名詞_SAVANNAH  _補助記号_くうはく site_名詞_SITE で_助詞_で 入手_名詞_にゅうしゅ 可能_形状詞_かのう で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +Hybrid_名詞_HYBRID  _補助記号_くうはく syn_英単語_SYN the_英単語_THE sis_英単語_SIS +フォルマント_名詞_ふぉるまんと と_助詞_と 連結_名詞_れんけつ 的_接尾辞_てき 合成_名詞_ごうせい を_助詞_を 組み合わせ_動詞_くみあわせ た_助動詞_た もの_名詞_もの で_助動詞_で 、_補助記号_、 音_名詞_おと の_助詞_の 欠損_名詞_けっそん を_助詞_を なるべく_副詞_なるべく 少な_形容詞_すくな く_語尾_く し_動詞_し た_助動詞_た もの_名詞_もの で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +HMM_名詞_えいちえむえむ ーbased_名詞_ーBASED  _補助記号_くうはく syn_英単語_SYN the_英単語_THE sis_英単語_SIS +隠れ_名詞_かくれ マルコフモデル_名詞_まるこふもでる (_補助記号_( HMM_名詞_えいちえむえむ )_補助記号_) に_助詞_に 基づ_動詞_もとづ い_語尾_い た_助動詞_た 合成_名詞_ごうせい で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 +この_連体詞_この システム_名詞_しすてむ で_助詞_で は_助詞_は 、_補助記号_、 周波_名詞_しゅうは 数_名詞_すう スペクトル_名詞_すぺくとる 、_補助記号_、 基本_名詞_きほん 周波_名詞_しゅうは 数_名詞_すう 、_補助記号_、 持続_名詞_じぞく 時間_名詞_じかん (_補助記号_( 韻律_名詞_いんりつ )_補助記号_) が_助詞_が HMM_名詞_えいちえむえむ に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 同時_名詞_どうじ に_助詞_に モデル_名詞_もでる 化_接尾辞_か さ_動詞_さ れ_助動詞_れ る_語尾_る 。_補助記号_。 +音声_名詞_おんせい 波形_名詞_はけい は_助詞_は HMM_名詞_えいちえむえむ 自体_名詞_じたい が_助詞_が 最尤_名詞_さいゆう 法_名詞_ほう に_助詞_に 基づ_動詞_もとづ い_語尾_い て_助詞_て 生成_名詞_せいせい する_動詞_する 。_補助記号_。 +Sinewave_名詞_SINEWAVE  _補助記号_くうはく syn_英単語_SYN the_英単語_THE sis_英単語_SIS +フォルマント_名詞_ふぉるまんと を_助詞_を 純粋_形状詞_じゅんすい な_助動詞_な 正弦_名詞_せいげん 波_接尾辞_は の_助詞_の 合成_名詞_ごうせい に_助詞_に よ_動詞_よ っ_語尾_っ て_助詞_て 構成_名詞_こうせい する_動詞_する 技法_名詞_ぎほう で_助動詞_で あ_動詞_あ る_語尾_る 。_補助記号_。 diff --git a/data/wiki-ja-train.word_pron b/data/wiki-ja-train.word_pron new file mode 100644 index 0000000..c81b330 --- /dev/null +++ b/data/wiki-ja-train.word_pron @@ -0,0 +1,818 @@ +自然_しぜん 言語_げんご 処理_しょり (_( しぜん_しぜん げんご_げんご しょり_しょり 、_、 英語_えいご :_:  _くうはく natural_NATURAL  _くうはく language_LANGUAGE  _くうはく processing_PROCESSING 、_、 略称_りゃくしょう :_: NLP_えぬえるぴー )_) は_は 、_、 人間_にんげん が_が 日常_にちじょう 的_てき に_に 使_つか っ_っ て_て い_い る_る 自然_しぜん 言語_げんご を_を コンピュータ_こんぴゅーた に_に 処理_しょり さ_さ せ_せ る_る 一連_いちれん の_の 技術_ぎじゅつ で_で あ_あ り_り 、_、 人工_じんこう 知能_ちのう と_と 言語_げんご 学_がく の_の 一_いっ 分野_ぶんや で_で あ_あ る_る 。_。 +「_「 計算_けいさん 言語_げんご 学_がく 」_」 (_( computational_COMPUTATIONAL  _くうはく linguistics_LINGUISTICS )_) も_も 同じ_おなじ 意味_いみ で_で あ_あ る_る が_が 、_、 前者_ぜんしゃ は_は 工学_こうがく 的_てき な_な 視点_してん から_から の_の 言語_げんご 処理_しょり を_を さ_さ す_す の_の に_に 対_たい し_し て_て 、_、 後者_こうしゃ は_は 言語_げんご 学_がく 的_てき 視点_してん を_を 重視_じゅうし する_する 手法_しゅほう を_を さ_さ す_す 事_こと が_が 多_おお い_い 。_。 +データベース_でーたべーす 内_ない の_の 情報_じょうほう を_を 自然_しぜん 言語_げんご に_に 変換_へんかん し_し たり_たり 、_、 自然_しぜん 言語_げんご の_の 文章_ぶんしょう を_を より_より 形式_けいしき 的_てき な_な (_( コンピュータ_こんぴゅーた が_が 理解_りかい し_し やす_やす い_い )_) 表現_ひょうげん に_に 変換_へんかん する_する と_と い_い っ_っ た_た 処理_しょり が_が 含_ふく ま_ま れ_れ る_る 。_。 +自然_しぜん 言語_げんご の_の 理解_りかい を_を コンピュータ_こんぴゅーた に_に さ_さ せ_せ る_る こと_こと は_は 、_、 自然_しぜん 言語_げんご 理解_りかい と_と さ_さ れ_れ て_て い_い る_る 。_。 +自然_しぜん 言語_げんご 理解_りかい と_と 、_、 自然_しぜん 言語_げんご 処理_しょり の_の 差_さ は_は 、_、 意味_いみ を_を 扱_あつか う_う か_か 、_、 扱_あつか わ_わ な_な い_い か_か と_と い_い う_う 説_せつ も_も あ_あ っ_っ た_た が_が 、_、 最近_さいきん は_は 数理_すうり 的_てき な_な 言語_げんご 解析_かいせき 手法_しゅほう (_( 統計_とうけい や_や 確率_かくりつ など_など )_) が_が 広め_ひろめ られ_られ た_た 為_ため 、_、 パーサ_ぱーさ (_( 統語_とうご 解析_かいせき 器_き )_) など_など が_が 一段_いちだん と_と 精度_せいど や_や 速度_そくど が_が 上が_あが り_り 、_、 その_その 意味_いみ 合い_あい は_は 違_ちが っ_っ て_て き_き て_て い_い る_る 。_。 +もともと_もともと 自然_しぜん 言語_げんご の_の 意味_いみ 論_ろん 的_てき 側面_そくめん を_を 全く_まったく 無視_むし し_し て_て 達成_たっせい でき_でき る_る こと_こと は_は 非常_ひじょう に_に 限_かぎ ら_ら れ_れ て_て い_い る_る 。_。 +この_この ため_ため 、_、 自然_しぜん 言語_げんご 処理_しょり に_に は_は 形態_けいたい 素_そ 解析_かいせき と_と 構文_こうぶん 解析_かいせき 、_、 文脈_ぶんみゃく 解析_かいせき 、_、 意味_いみ 解析_かいせき など_など を_を Syntax_SYNTAX など_など 表層_ひょうそう 的_てき な_な 観点_かんてん から_から 解析_かいせき を_を する_する 学問_がくもん で_で あ_あ る_る が_が 、_、 自然_しぜん 言語_げんご 理解_りかい は_は 、_、 意味_いみ を_を どの_どの よう_よう に_に 理解_りかい する_する か_か と_と い_い う_う 個々_ここ 人_じん の_の 理解_りかい と_と 推論_すいろん 部分_ぶぶん が_が 主な_おもな 研究_けんきゅう の_の 課題_かだい に_に な_な っ_っ て_て き_き て_て お_お り_り 、_、 両者_りょうしゃ の_の 境界_けいかい は_は 意思_いし や_や 意図_いと が_が 含_ふく ま_ま れ_れ る_る か_か どう_どう か_か に_に な_な っ_っ て_て き_き て_て い_い る_る 。_。 +目次_もくじ +1_1  _くうはく 基礎_きそ 技術_ぎじゅつ +2_2  _くうはく 処理_しょり 内容_ないよう と_と その_その 限界_げんかい +3_3  _くうはく 具体_ぐたい 的_てき な_な 課題_かだい +4_4  _くうはく 統計_とうけい 的_てき 自然_しぜん 言語_げんご 処理_しょり +5_5  _くうはく 自然_しぜん 言語_げんご 処理_しょり の_の 主な_おもな 応用_おうよう +6_6  _くうはく 脚注_きゃくちゅう +7_7  _くうはく 関連_かんれん 項目_こうもく +8_8  _くうはく 外部_がいぶ リンク_りんく +基礎_きそ 技術_ぎじゅつ +自然_しぜん 言語_げんご 処理_しょり の_の 基礎_きそ 技術_ぎじゅつ に_に は_は さまざま_さまざま な_な もの_もの が_が あ_あ る_る 。_。 +自然_しぜん 言語_げんご 処理_しょり は_は その_その 性格_せいかく 上_じょう 、_、 扱_あつか う_う 言語_げんご に_に よ_よ っ_っ て_て 大き_おおき く_く 処理_しょり の_の 異な_ことな る_る 部分_ぶぶん が_が あ_あ る_る 。_。 +現在_げんざい の_の ところ_ところ 、_、 日本_にっぽん 語_ご を_を 処理_しょり する_する 基礎_きそ 技術_ぎじゅつ と_と し_し て_て は_は 以下_いか の_の もの_もの が_が 主に_おもに 研究_けんきゅう さ_さ れ_れ て_て い_い る_る 。_。 +形態_けいたい 素_そ 解析_かいせき +構文_こうぶん 解析_かいせき +語義_ごぎ の_の 曖昧_あいまい 性_せい 解消_かいしょう +照応_しようおう 解析_かいせき +処理_しょり 内容_ないよう と_と その_その 限界_げんかい +理論_りろん 上_じょう 、_、 自然_しぜん 言語_げんご 処理_しょり は_は マンマシン_まんましん インタフェース_いんたふぇーす の_の 手法_しゅほう と_と し_し て_て 非常_ひじょう に_に 魅力_みりょく 的_てき で_で あ_あ る_る 。_。 +SHRDLU_SHRDLU など_など の_の 初期_しょき の_の システム_しすてむ は_は 世界_せかい を_を 限定_げんてい する_する こと_こと で_で 非常_ひじょう に_に うま_うま く_く い_い っ_っ た_た ため_ため 、_、 自然_しぜん 言語_げんご 処理_しょり は_は 簡単_かんたん だ_だ と_と い_い う_う 行_い き_き 過ぎ_すぎ た_た 楽観_らっかん 主義_しゅぎ に_に 陥_おちい っ_っ た_た が_が 、_、 より_より 現実_げんじつ 的_てき な_な 世界_せかい で_で は_は 曖昧_あいまい さ_さ や_や 複雑_ふくざつ さ_さ が_が 増大_ぞうだい し_し 、_、 楽観_らっかん 的_てき な_な 見_み 方_かた は_は なくな_なくな っ_っ て_て い_い っ_っ た_た 。_。 +自然_しぜん 言語_げんご 理解_りかい は_は 、_、 AI_えーあい 完全_かんぜん 問題_もんだい と_と 言_い わ_わ れ_れ る_る こと_こと が_が あ_あ る_る 。_。 +なぜ_なぜ なら_なら 、_、 自然_しぜん 言語_げんご 理解_りかい に_に は_は 世界_せかい 全体_ぜんたい に_に つ_つ い_い て_て の_の 知識_ちしき と_と それ_それ を_を 操作_そうさ する_する 能力_のうりょく が_が 必要_ひつよう と_と 思_おも わ_わ れ_れ る_る ため_ため で_で あ_あ る_る 。_。 +「_「 理解_りかい ;_UNK  _くうはく understand_UNDERSTAND ing_いんぐ 」_」 の_の 定義_ていぎ は_は 、_、 自然_しぜん 言語_げんご 処理_しょり の_の 大きな_おおきな 課題_かだい の_の ひと_ひと つ_つ で_で も_も あ_あ る_る 。_。 +具体_ぐたい 的_てき な_な 課題_かだい +自然_しぜん 言語_げんご 処理_しょり (_( 理解_りかい )_) に_に おけ_おけ る_る 課題_かだい を_を いく_いく つ_つ か_か の_の 例_れい を_を 用い_もちい て_て 示_しめ す_す 。_。 +次_つぎ の_の 2_2 つ_つ の_の 文_ぶん 、_、 +We_WE  _くうはく gave_GAVE  _くうはく the_THE  _くうはく monkeys_MONKEYS  _くうはく the_THE  _くうはく bananas_BANANAS  _くうはく because_BECAUSE  _くうはく they_THEY  _くうはく were_WERE  _くうはく hungry_HUNGRY ._。 (_( 猿_さる が_が 腹_はら を_を 空_す か_か せ_せ て_て い_い た_た の_の で_で 、_、 バナナ_ばなな を_を 与え_あたえ た_た 。_。 +)_) +We_WE  _くうはく gave_GAVE  _くうはく the_THE  _くうはく monkeys_MONKEYS  _くうはく the_THE  _くうはく bananas_BANANAS  _くうはく because_BECAUSE  _くうはく they_THEY  _くうはく were_わー  _くうはく over_おーばー ーripe_ーRIPE ._。 (_( バナナ_ばなな は_は 熟れ_なれ 過ぎ_すぎ て_て い_い た_た の_の で_で 、_、 猿_さる に_に 与え_あたえ た_た 。_。 +)_) +は_は 表面_ひょうめん 的_てき な_な 文法_ぶんぽう 構造_こうぞう は_は 同じ_おなじ で_で あ_あ る_る 。_。 +しかし_しかし 、_、 the_THE y_Y  _くうはく が_が 指_さ す_す もの_もの は_は 異な_ことな っ_っ て_て い_い て_て 、_、 前者_ぜんしゃ で_で は_は 猿_さる 、_、 後者_こうしゃ で_で は_は バナナ_ばなな と_と な_な っ_っ て_て い_い る_る 。_。 +この_この 例文_れいぶん の_の 場合_ばあい 、_、 they_THEY の_の 指_さ す_す 内容_ないよう は_は 英語_えいご の_の 文型_ぶんけい の_の 性質_せいしつ に_に よ_よ っ_っ て_て 決定_けってい する_する こと_こと が_が でき_でき る_る 。_。 +すなわち_すなわち 、_、 「_「 the_THE y_Y (_( 主語_しゅご )_) =_=  _くうはく hungry_HUNGRY (_( 補語_ほご )_) 」_」 の_の 関係_かんけい が_が 成り立_なりた ち_ち 、_、 補語_ほご に_に は_は 主語_しゅご の_の 性質_せいしつ を_を 示_しめ す_す もの_もの が_が くる_くる の_の で_で 、_、 hungry_HUNGRY な_な の_の は_は the_THE  _くうはく monkeys_MONKEYS 、_、 したが_したが っ_っ て_て 、_、 「_「 they_THEY  _くうはく =_=  _くうはく the_THE  _くうはく monkeys_MONKEYS 」_」 と_と 決ま_きま る_る 。_。 +後者_こうしゃ も_も 同様_どうよう に_に 、_、 over_おーばー ーripe_ーRIPE と_と い_い う_う の_の は_は the_THE  _くうはく bananas_BANANAS の_の 性質_せいしつ だ_だ から_から 、_、 「_「 they_THEY  _くうはく =_=  _くうはく the_THE  _くうはく bananas_BANANAS 」_」 と_と な_な る_る 。_。 +つまり_つまり 、_、 これ_これ ら_ら の_の 文章_ぶんしょう を_を 区別_くべつ し_し 正し_ただし く_く 理解_りかい する_する ため_ため に_に は_は 、_、 猿_さる の_の 性質_せいしつ (_( 猿_さる は_は 動物_どうぶつ で_で 空腹_くうふく に_に な_な る_る )_) と_と バナナ_ばなな の_の 性質_せいしつ (_( バナナ_ばなな は_は 果物_くだもの で_で 成熟_せいじゅく する_する )_) を_を 知_し っ_っ て_て い_い な_な けれ_けれ ば_ば な_な ら_ら な_な い_い 。_。 +単語_たんご の_の 文字_もじ 列_れつ を_を 解釈_かいしゃく する_する 方法_ほうほう は_は 様々_さまざま で_で あ_あ る_る 。_。 +例えば_たとえば 、_、 +Time_TIME  _くうはく flies_FLIES  _くうはく like_らいく  _くうはく an_AN  _くうはく arrow_ARROW ._。 (_( 光陰_こういん 矢_や の_の 如_ごと し_し )_) +と_と い_い う_う 文字_もじ 列_れつ は_は 以下_いか の_の よう_よう に_に 様々_さまざま に_に 解釈_かいしゃく でき_でき る_る 。_。 +典型_てんけい 的_てき に_に は_は 、_、 比喩_ひゆ と_と し_し て_て 、_、 「_「 時間_じかん が_が 矢_や の_の よう_よう に_に 素早_すばや く_く 過ぎ_すぎ る_る 」_」 と_と 解釈_かいしゃく する_する 。_。 +「_「 空_そら を_を 飛_と ぶ_ぶ 昆虫_こんちゅう の_の 速度_そくど を_を 矢_や の_の 速度_そくど を_を 測_はか る_る よう_よう に_に 測定_そくてい せよ_せよ 」_」 つまり_つまり  _くうはく (_( You_YOU  _くうはく should_しゅっど )_)  _くうはく time_TIME  _くうはく flies_FLIES  _くうはく as_AS  _くうはく you_YOU  _くうはく would_うっど  _くうはく (_( time_TIME )_)  _くうはく an_AN  _くうはく arrow_ARROW ._。  _くうはく と_と 解釈_かいしゃく する_する 。_。 +「_「 矢_や が_が 空_そら を_を 飛_と ぶ_ぶ 昆虫_こんちゅう の_の 速度_そくど を_を 測_はか る_る よう_よう に_に 、_、 あなた_あなた が_が 空_そら を_を 飛_と ぶ_ぶ 昆虫_こんちゅう の_の 速度_そくど を_を 測定_そくてい せよ_せよ 」_」 つまり_つまり  _くうはく Time_TIME  _くうはく flies_FLIES  _くうはく in_IN  _くうはく the_THE  _くうはく same_SAME  _くうはく way_WAY  _くうはく that_ざっと  _くうはく an_AN  _くうはく arrow_ARROW  _くうはく would_うっど  _くうはく (_( time_TIME  _くうはく the_THE m_M )_) ._。  _くうはく と_と 解釈_かいしゃく する_する 。_。 +「_「 矢_や の_の よう_よう に_に 空_そら を_を 飛_と ぶ_ぶ 昆虫_こんちゅう の_の 速度_そくど を_を 測定_そくてい せよ_せよ 」_」 つまり_つまり  _くうはく Time_TIME  _くうはく those_THOSE  _くうはく flies_FLIES  _くうはく that_ざっと  _くうはく are_あー  _くうはく like_らいく  _くうはく arrows_ARROWS  _くうはく と_と 解釈_かいしゃく する_する 。_。 +「_「 ”_” time_TIME ーflies_ーFLIES ”_” (_( 時_とき バエ_ばえ )_) と_と い_い う_う 種類_しゅるい の_の 昆虫_こんちゅう は_は 1_1 つ_つ の_の 矢_や を_を 好_この む_む 」_」 この_この 解釈_かいしゃく に_に は_は 集合_しゅうごう 的_てき な_な 解釈_かいしゃく と_と 個別_こべつ 的_てき 解釈_かいしゃく が_が あ_あ り_り う_う る_る 。_。 +「_「 TIME_TIME と_と い_い う_う 雑誌_ざっし は_は 、_、 投げ_なげ る_る と_と 直線_ちょくせん 的_てき な_な 軌跡_きせき を_を 描_えが く_く 」_」 +英語_えいご で_で は_は 特に_とくに 語形_ごけい 変化_へんか に_に よ_よ る_る 語彙_ごい の_の 区別_くべつ を_を する_する 機能_きのう が_が 弱_よわ い_い ため_ため 、_、 この_この よう_よう な_な 問題_もんだい が_が 大き_おおき く_く な_な る_る 。_。 +また_また 、_、 英語_えいご も_も 含め_ふくめ て_て 、_、 形容_けいよう 詞_し と_と 名詞_めいし の_の 修飾_しゅうしょく 関係_かんけい の_の 曖昧_あいまい さ_さ も_も あ_あ る_る 。_。 +例えば_たとえば 、_、 ”_” pretty_PRETTY  _くうはく little_LITTLE  _くうはく girls_GIRLS '_’  _くうはく school_すくーる ”_” (_( かわい_かわい い_い 小さな_ちいさな 少女_しょうじょ の_の 学校_がっこう )_) と_と い_い う_う 文字_もじ 列_れつ が_が あ_あ る_る と_と する_する 。_。 +その_その 学校_がっこう は_は 小さ_ちいさ い_い だ_だ ろ_ろ う_う か_か ?_? +少女_しょうじょ たち_たち が_が 小さ_ちいさ い_い の_の だ_だ ろ_ろ う_う か_か ?_? +少女_しょうじょ たち_たち が_が かわい_かわい い_い の_の だ_だ ろ_ろ う_う か_か ?_? +学校_がっこう が_が かわい_かわい い_い の_の だ_だ ろ_ろ う_う か_か ?_? +他_ほか に_に も_も 次_つぎ の_の よう_よう な_な 課題_かだい が_が あ_あ る_る 。_。 +形態_けいたい 素_そ 解析_かいせき +中国_ちゅうごく 語_ご 、_、 日本_にっぽん 語_ご 、_、 タイ_たい 語_ご と_と い_い っ_っ た_た 言語_げんご は_は 単語_たんご の_の わか_わか ち_ち 書き_かき を_を し_し な_な い_い 。_。 +その_その ため_ため 、_、 単語_たんご の_の 区切り_くぎり を_を 特定_とくてい する_する の_の に_に テキスト_てきすと の_の 解析_かいせき が_が 必要_ひつよう と_と な_な り_り 、_、 それ_それ は_は 非常_ひじょう に_に 複雑_ふくざつ な_な 作業_さぎょう と_と な_な る_る 。_。 +音声_おんせい に_に おけ_おけ る_る 形態_けいたい 素_そ 解析_かいせき +音声_おんせい 言語_げんご に_に お_お い_い て_て 、_、 文字_もじ を_を 表_あらわ す_す 音_おと は_は 前後_ぜんご の_の 音_おと と_と 混じ_まじ っ_っ て_て い_い る_る の_の が_が 普通_ふつう で_で あ_あ る_る 。_。 +従_したが っ_っ て_て 音声_おんせい から_から 文字_もじ を_を 切り出_きりだ す_す の_の は_は 、_、 非常_ひじょう に_に 難し_むずかし い_い 作業_さぎょう と_と な_な る_る 。_。 +さらに_さらに 、_、 音声_おんせい 言語_げんご で_で は_は 単語_たんご と_と 単語_たんご の_の 区切り_くぎり も_も (_( 音_おと と_と し_し て_て のみ_のみ 見_み れ_れ ば_ば )_) 定か_さだか で_で は_は な_な く_く 、_、 文脈_ぶんみゃく や_や 文法_ぶんぽう や_や 意味_いみ と_と い_い っ_っ た_た 情報_じょうほう を_を 考慮_こうりょ し_し な_な い_い と_と 単語_たんご を_を 切り出せ_きりだせ な_な い_い 。_。 +語義_ごぎ の_の 曖昧_あいまい 性_せい +多く_おおく の_の 単語_たんご は_は 複数_ふくすう の_の 意味_いみ を_を 持_も つ_つ 。_。 +従_したが っ_っ て_て 、_、 特定_とくてい の_の 文脈_ぶんみゃく に_に お_お い_い て_て もっとも_もっとも ふさわし_ふさわし い_い 意味_いみ を_を 選択_せんたく する_する 必要_ひつよう が_が あ_あ る_る 。_。 +構文_こうぶん の_の 曖昧_あいまい 性_せい +自然_しぜん 言語_げんご の_の 文法_ぶんぽう は_は 曖昧_あいまい で_で あ_あ る_る 。_。 +1_1 つ_つ の_の 文_ぶん に_に 対応_たいおう する_する 複数_ふくすう の_の 構文_こうぶん 木_き が_が 存在_そんざい する_する こと_こと も_も 多_おお い_い 。_。 +もっとも_もっとも 適切_てきせつ な_な 解釈_かいしゃく (_( 構文_こうぶん 木_もく )_) を_を 選択_せんたく する_する に_に は_は 、_、 意味_いみ 的_てき 情報_じょうほう や_や 文脈_ぶんみゃく 情報_じょうほう を_を 必要_ひつよう と_と する_する 。_。 +不_ふ 完全_かんぜん な_な 入力_にゅうりょく や_や 間違_まちが っ_っ た_た 入力_にゅうりょく +主語_しゅご の_の 省略_しょうりゃく や_や 代_だい 名詞_めいし の_の 対応_たいおう など_など の_の 問題_もんだい (_( 照応_しようおう 解析_かいせき )_) 。_。 +音声_おんせい に_に おけ_おけ る_る アクセント_あくせんと の_の ばらつき_ばらつき 。_。 +文法_ぶんぽう 上_じょう の_の 誤り_あやまり の_の あ_あ る_る 文_ぶん の_の 解析_かいせき 。_。 +光学_こうがく 文字_もじ 認識_にんしき に_に おけ_おけ る_る 誤り_あやまり の_の 認識_にんしき など_など 。_。 +言語_げんご 行為_こうい +文章_ぶんしょう は_は 文字_もじ 通り_とおり に_に 解釈_かいしゃく でき_でき な_な い_い 場合_ばあい が_が あ_あ る_る 。_。 +例えば_たとえば  _くうはく ”_” Can_CAN  _くうはく you_YOU  _くうはく pass_PASS  _くうはく the_THE  _くうはく salt_SALT ?_? ”_” (_( 塩_しお を_を と_と っ_っ て_て もらえ_もらえ ま_ま す_す か_か ?_? )_) と_と い_い う_う 問い_とい に_に 対_たい する_する 答え_こたえ は_は 、_、 塩_しお を_を 相手_あいて に_に 渡_わた す_す こと_こと で_で あ_あ る_る 。_。 +これ_これ に_に  _くうはく ”_” Yes_いえす ”_”  _くうはく と_と だけ_だけ 答え_こたえ て_て 何_なに も_も し_し な_な い_い の_の は_は よ_よ い_い 答え_こたえ と_と は_は 言え_いえ な_な い_い が_が 、_、 ”_” No_のー ”_”  _くうはく は_は むしろ_むしろ あ_あ り_り う_う る_る 答え_こたえ で_で 、_、 ”_” I_I 'm_’M  _くうはく afraid_AFRAID  _くうはく that_ざっと  _くうはく I_I  _くうはく can_CAN 't_’T  _くうはく see_しー  _くうはく it_IT ”_”  _くうはく は_は さらに_さらに よ_よ い_い (_( 塩_しお が_が どこ_どこ に_に あ_あ る_る か_か わか_わか ら_ら な_な い_い とき_とき )_) 。_。 +統計_とうけい 的_てき 自然_しぜん 言語_げんご 処理_しょり +統計_とうけい 的_てき 自然_しぜん 言語_げんご 処理_しょり は_は 、_、 確率_かくりつ 論_ろん 的_てき あるいは_あるいは 統計_とうけい 学_がく 的_てき 手法_しゅほう を_を 使_つか っ_っ て_て 、_、 上述_じょうじゅつ の_の 困難_こんなん さ_さ に_に 何_なん ら_ら か_か の_の 解決_かいけつ 策_さく を_を 与え_あたえ よ_よ う_う と_と する_する もの_もの で_で あ_あ る_る 。_。 +長_なが い_い 文_ぶん に_に な_な れ_れ ば_ば な_な る_る ほど_ほど 、_、 従来_じゅうらい 型_がた の_の 自然_しぜん 言語_げんご 処理_しょり で_で は_は 解釈_かいしゃく の_の 可能_かのう 性_せい の_の 組合せ_くみあわせ が_が 指数_しすう 関数_かんすう 的_てき に_に 増大_ぞうだい し_し て_て い_い き_き 、_、 処理_しょり が_が 困難_こんなん と_と な_な る_る 。_。 +その_その よう_よう な_な 場合_ばあい に_に 統計_とうけい 的_てき 自然_しぜん 言語_げんご 処理_しょり が_が 効果_こうか を_を 発揮_はっき する_する 。_。 +コーパス_こーぱす 言語_げんご 学_がく や_や マルコフ_まるこふ 連鎖_れんさ と_と い_い っ_っ た_た 手法_しゅほう が_が 使_つか わ_わ れ_れ る_る 。_。 +統計_とうけい 的_てき 自然_しぜん 言語_げんご 処理_しょり の_の 起源_きげん は_は 、_、 人工_じんこう 知能_ちのう の_の 中_なか で_で も_も データ_でーた から_から の_の 学習_がくしゅう を_を 研究_けんきゅう する_する 分野_ぶんや で_で あ_あ る_る 機械_きかい 学習_がくしゅう や_や データ_でーた マイニング_まいにんぐ と_と い_い っ_っ た_た 分野_ぶんや で_で あ_あ る_る 。_。 +自然_しぜん 言語_げんご 処理_しょり の_の 主な_おもな 応用_おうよう +自然_しぜん 言語_げんご 処理_しょり の_の 応用_おうよう 技術_ぎじゅつ と_と し_し て_て 、_、 以下_いか の_の よう_よう な_な 技術_ぎじゅつ が_が 研究_けんきゅう ・_・ 実用_じつよう 化_か さ_さ れ_れ て_て い_い る_る 。_。 +また_また 、_、 言語_げんご 学_がく へ_へ の_の 応用_おうよう も_も 考え_かんがえ られ_られ て_て い_い る_る 。_。 +自動_じどう 要約_ようやく 生成_せいせい +情報_じょうほう 抽出_ちゅうしゅつ +情報_じょうほう 検索_けんさく 、_、 検索_けんさく エンジン_えんじん 、_、 概念_がいねん 検索_けんさく +機械_きかい 翻訳_ほんやく 、_、 翻訳_ほんやく ソフト_そふと +固有_こゆう 表現_ひょうげん 抽出_ちゅうしゅつ +自然_しぜん 言語_げんご 生成_せいせい +光学_こうがく 文字_もじ 認識_にんしき +質問_しつもん 応答_おうとう システム_しすてむ +音声_おんせい 認識_にんしき +音声_おんせい 合成_ごうせい +校正_こうせい 、_、 スペル_すぺる チェッカ_ちぇっか +かな_かな 漢字_かんじ 変換_へんかん +自動_じどう 要約_ようやく 生成_せいせい (_( じどう_じどう よう_よう やく_やく せい_せい せい_せい )_) と_と は_は 、_、 ひと_ひと つ_つ もしくは_もしくは 複数_ふくすう の_の 文章_ぶんしょう の_の 趣旨_しゅし を_を 要約_ようやく し_し て_て 表示_ひょうじ する_する 方法_ほうほう で_で あ_あ る_る 。_。 +重要語_じゅうようご や_や 接続_せつぞく 詞_し など_など を_を 手がかり_てがかり と_と し_し ながら_ながら 要約_ようやく 文_ぶん を_を 作成_さくせい する_する 。_。 +重要_じゅうよう な_な 段落_だんらく を_を 抜き出_ぬきだ す_す 方法_ほうほう から_から 、_、 文_ぶん の_の 要点_ようてん を_を 抜き出_ぬきだ す_す 方法_ほうほう まで_まで 及_およ ぶ_ぶ 。_。 +身近_みぢか な_な もの_もの と_と し_し て_て は_は Micros_MICROS oft_OFT  _くうはく Word_WORD の_の 要約_ようやく に_に マーカ_まーか を_を つけ_つけ る_る もの_もの が_が あ_あ る_る 。_。 +しかし_しかし 精度_せいど は_は 30_30 %_% ぐらい_ぐらい だ_だ と_と い_い う_う 。_。 +アルゴリズム_あるごりずむ +自動_じどう 要約_ようやく 処理_しょり の_の アルゴリズム_あるごりずむ は_は 、_、 昔_むかし から_から 研究_けんきゅう さ_さ れ_れ て_て お_お り_り 、_、 多く_おおく の_の もの_もの が_が 、_、 文_ぶん の_の 重要_じゅうよう 度_ど と_と い_い う_う もの_もの を_を 計算_けいさん し_し て_て 、_、 その_その 重要_じゅうよう 度_ど が_が 高_たか い_い 文_ぶん を_を 選_えら ん_ん で_で 、_、 要約_ようやく を_を 行_おこな う_う と_と い_い う_う アルゴリズム_あるごりずむ が_が 基本_きほん で_で あ_あ る_る 。_。 +文_ぶん の_の 重要_じゅうよう 度_ど を_を 計算_けいさん する_する 方法_ほうほう と_と し_し て_て 、_、 考え_かんがえ られ_られ て_て い_い る_る の_の は_は 、_、 文_ぶん の_の 中_なか の_の 単語_たんご が_が 重要_じゅうよう か_か どう_どう か_か を_を 判断_はんだん する_する 方法_ほうほう 、_、 文_ぶん が_が 文章_ぶんしょう 中_ちゅう の_の どの_どの 位置_いち に_に あ_あ る_る か_か を_を 判断_はんだん する_する 方法_ほうほう など_など が_が あ_あ る_る 。_。 + _くうはく 今_いま の_の ところ_ところ 、_、 文章_ぶんしょう 中_ちゅう の_の 文_ぶん の_の 位置_いち から_から 、_、 重要_じゅうよう か_か どう_どう か_か を_を 考え_かんがえ る_る こと_こと が_が もっとも_もっとも 有効_ゆうこう と_と 考え_かんがえ られ_られ て_て い_い る_る 。_。 +情報_じょうほう 抽出_ちゅうしゅつ は_は 、_、 情報_じょうほう ルーティング_るーてぃんぐ の_の 分野_ぶんや の_の ひと_ひと つ_つ で_で あ_あ る_る 。_。 +特定_とくてい の_の 文章_ぶんしょう や_や サイト_さいと から_から 必要_ひつよう な_な 情報_じょうほう を_を フィルタリング_ふぃるたりんぐ など_など を_を 通_とお し_し て_て 取得_しゅとく する_する 方法_ほうほう で_で あ_あ る_る 。_。 +ただ_ただ 機械_きかい 的_てき に_に 抜き出_ぬきだ す_す こと_こと も_も あ_あ る_る が_が 、_、 自然_しぜん 言語_げんご 処理_しょり を_を 用い_もちい る_る こと_こと も_も あ_あ る_る 。_。 +情報_じょうほう 抽出_ちゅうしゅつ を_を 行_おこな う_う こと_こと は_は 困難_こんなん な_な 問題_もんだい で_で あ_あ る_る ため_ため 、_、 現在_げんざい は_は 非常_ひじょう に_に 狭_せま い_い 分野_ぶんや で_で だけ_だけ 適用_てきよう でき_でき る_る 方法_ほうほう が_が 主流_しゅりゅう で_で あ_あ る_る 。_。 +情報_じょうほう 検索_けんさく (_( じょうほう_じょうほう けんさく_けんさく )_) と_と は_は 、_、 コンピュータ_こんぴゅーた を_を 用い_もちい て_て 大量_たいりょう の_の データ_でーた 群_ぐん から_から 目的_もくてき に_に 合致_がっち し_し た_た もの_もの を_を 取り出_とりだ す_す こと_こと 。_。 +検索_けんさく の_の 対象_たいしょう と_と な_な る_る データ_でーた に_に は_は 文書_ぶんしょ や_や 画像_がぞう 、_、 音声_おんせい 、_、 映像_えいぞう 、_、 その_その 他_た さまざま_さまざま な_な メディア_めでぃあ や_や その_その 組み合わせ_くみあわせ と_と し_し て_て 記録_きろく さ_さ れ_れ た_た データ_でーた など_など が_が 含_ふく ま_ま れ_れ る_る 。_。 +インターネット_いんたーねっと の_の 発達_はったつ に_に よ_よ り_り 検索_けんさく は_は インターネット_いんたーねっと を_を 介_かい し_し て_て 行_おこな わ_わ れ_れ る_る こと_こと も_も 多_おお い_い が_が 、_、 ここ_ここ で_で は_は 情報_じょうほう を_を 検索_けんさく する_する ため_ため の_の コンピュータ_こんぴゅーた 側_がわ に_に おけ_おけ る_る 仕組み_しくみ を_を 記述_きじゅつ し_し て_て い_い る_る 。_。 +情報_じょうほう 検索_けんさく に_に 対_たい する_する コンピュータ_こんぴゅーた 側_がわ に_に おけ_おけ る_る 技術_ぎじゅつ は_は 情報_じょうほう を_を 人間_にんげん が_が 直接_ちょくせつ 管理_かんり する_する の_の に_に 比べ_くらべ 、_、 データ_でーた の_の 量的_りょうてき な_な 制約_せいやく や_や データ_でーた の_の 取り扱い_とりあつかい の_の 一貫_いっかん 性_せい を_を 保_たも つ_つ 困難_こんなん さ_さ と_と い_い う_う 制約_せいやく を_を 受け_うけ る_る こと_こと な_な く_く 、_、 高速_こうそく で_で 安定_あんてい な_な システム_しすてむ に_に よ_よ り_り 利用_りよう 者_しゃ に_に 適切_てきせつ な_な データ_でーた を_を 提供_ていきょう する_する 機能_きのう と_と 位置_いち 付け_づけ る_る こと_こと が_が でき_でき る_る 。_。 +目次_もくじ +1_1  _くうはく 情報_じょうほう 検索_けんさく と_と 情報_じょうほう 検索_けんさく システム_しすてむ の_の 全体_ぜんたい 像_ぞう +1_1 ._。 1_1  _くうはく 歴史_れきし と_と 現在_げんざい の_の 課題_かだい +1_1 ._。 2_2  _くうはく 情報_じょうほう 検索_けんさく システム_しすてむ の_の 構成_こうせい 要素_ようそ +1_1 ._。 3_3  _くうはく 情報_じょうほう 検索_けんさく システム_しすてむ 構築_こうちく の_の 手続き_てつずき +1_1 ._。 3_3 ._。 1_1  _くうはく 検索_けんさく 対象_たいしょう データ_でーた 収集_しゅうしゅう +1_1 ._。 3_3 ._。 2_2  _くうはく 検索_けんさく 対象_たいしょう の_の データ_でーた から_から の_の メタデータ_めたでーた 作成_さくせい +1_1 ._。 3_3 ._。 3_3  _くうはく 検索_けんさく アルゴリズム_あるごりずむ の_の 設計_せっけい +1_1 ._。 3_3 ._。 4_4  _くうはく 検索_けんさく 性能_せいのう の_の 評価_ひょうか +2_2  _くうはく 情報_じょうほう 検索_けんさく 技術_ぎじゅつ の_の 分類_ぶんるい +2_2 ._。 1_1  _くうはく 検索_けんさく 対象_たいしょう データ_でーた の_の 抽象_ちゅうしょう 度_ど +2_2 ._。 2_2  _くうはく 検索_けんさく 入力_にゅうりょく の_の 種類_しゅるい +3_3  _くうはく 検索_けんさく アルゴリズム_あるごりずむ +4_4  _くうはく 関連_かんれん 項目_こうもく +5_5  _くうはく 参考_さんこう 文献_ぶんけん +6_6  _くうはく 脚注_きゃくちゅう +7_7  _くうはく 外部_がいぶ リンク_りんく +7_7 ._。 1_1  _くうはく オープン_おーぷん ソース_そーす の_の 情報_じょうほう 検索_けんさく システム_しすてむ ソフトウェア_そふとうぇあ +7_7 ._。 2_2  _くうはく 主な_おもな 学術_がくじゅつ 団体_だんたい +7_7 ._。 3_3  _くうはく その_その 他_た +情報_じょうほう 検索_けんさく と_と 情報_じょうほう 検索_けんさく システム_しすてむ の_の 全体_ぜんたい 像_ぞう +情報_じょうほう 検索_けんさく が_が 基盤_きばん と_と し_し て_て い_い る_る 技術_ぎじゅつ は_は 多数_たすう の_の 分野_ぶんや に_に のぼ_のぼ る_る 。_。 +情報_じょうほう 検索_けんさく は_は データ_でーた の_の 管理_かんり および_および 入出力_にゅうしゅつりょく の_の ため_ため の_の データベース_でーたべーす 、_、 文書_ぶんしょ データ_でーた 処理_しょり の_の ため_ため の_の 自然_しぜん 言語_げんご 処理_しょり や_や 計算_けいさん 言語_げんご 学_がく 、_、 画像_がぞう や_や 音声_おんせい を_を 扱_あつか う_う ため_ため の_の 信号_しんごう 処理_しょり や_や 認知_にんち 心理_しんり 学_がく を_を 背景_はいけい と_と する_する パターン_ぱたーん 認識_にんしき 技術_ぎじゅつ 、_、 メタデータ_めたでーた に_に 関_かん する_する 考察_こうさつ の_の 基盤_きばん と_と な_な っ_っ た_た 図書_としょ 館_かん 情報_じょうほう 学_がく 、_、 検索_けんさく アルゴリズム_あるごりずむ 設計_せっけい や_や 情報_じょうほう 検索_けんさく システム_しすてむ の_の 評価_ひょうか 尺度_しゃくど 考案_こうあん の_の ヒント_ひんと と_と し_し て_て 寄与_きよ し_し た_た 諸_しょ 数学_すうがく 理論_りろん など_など の_の さまざま_さまざま な_な 要素_ようそ 技術_ぎじゅつ の_の 組み合わせ_くみあわせ に_に よ_よ っ_っ て_て 成り立_なりた っ_っ て_て い_い る_る 。_。 +情報_じょうほう 検索_けんさく システム_しすてむ は_は 情報_じょうほう 検索_けんさく を_を 実現_じつげん する_する ため_ため の_の ソフトウェア_そふとうぇあ や_や ハードウェア_はーどうぇあ に_に よ_よ っ_っ て_て 構成_こうせい さ_さ れ_れ る_る システム_しすてむ で_で あ_あ る_る 。_。 +ここ_ここ で_で は_は 主_おも に_に ソフトウェア_そふとうぇあ に_に 関_かん し_し て_て 、_、 現在_げんざい よ_よ く_く 用い_もちい られ_られ て_て い_い る_る システム_しすてむ の_の 構成_こうせい に_に つ_つ い_い て_て 述べ_のべ る_る 。_。 +歴史_れきし と_と 現在_げんざい の_の 課題_かだい +情報_じょうほう 検索_けんさく システム_しすてむ は_は 1970_せんきゅうひゃくななじゅう 年代_ねんだい に_に 、_、 大_だい 規模_きぼ に_に 蓄積_ちくせき さ_さ れ_れ る_る 学術_がくじゅつ 文献_ぶんけん や_や 論文_ろんぶん 等_とう の_の 管理_かんり を_を コンピュータ_こんぴゅーた 上_じょう で_で 行_おこな う_う ため_ため に_に 、_、 規模_きぼ の_の 大き_おおき い_い 図書_としょ 館_かん で_で データ_でーた の_の 管理_かんり と_と 検索_けんさく が_が 行_おこな わ_わ れ_れ る_る よう_よう に_に な_な っ_っ た_た の_の が_が 起源_きげん で_で あ_あ る_る 。_。 +図書_としょ 館_かん に_に おけ_おけ る_る 蔵書_ぞうしょ 検索_けんさく や_や 電子_でんし ジャーナル_じゃーなる 、_、 統計_とうけい 資料_しりょう の_の データベース_でーたべーす など_など へ_へ の_の 応用_おうよう は_は 現在_げんざい で_で も_も 盛ん_さかん に_に 用い_もちい られ_られ て_て い_い る_る ほか_ほか 、_、 1990_せんきゅうひゃくきゅうじゅう 年代_ねんだい から_から 広ま_ひろま っ_っ た_た Google_GOOGLE や_や goo_GOO の_の よう_よう な_な World_わーるど  _くうはく Wide_WIDE  _くうはく Web_WEB 上_じょう の_の データ_でーた を_を 対象_たいしょう に_に し_し た_た 検索_けんさく エンジン_えんじん が_が 現在_げんざい で_で は_は 情報_じょうほう 検索_けんさく の_の システム_しすてむ と_と し_し て_て 特に_とくに 身近_みじか な_な 存在_そんざい と_と な_な っ_っ て_て い_い る_る 。_。 +2000_2000 年代_ねんだい 以降_いこう の_の 情報_じょうほう 検索_けんさく の_の 課題_かだい は_は 、_、 例_れい と_と し_し て_て 以下_いか の_の よう_よう に_に まとめ_まとめ る_る こと_こと が_が でき_でき る_る 。_。 +いわゆる_いわゆる Deep_DEEP  _くうはく Web_WEB (_( ショッピング_しょっぴんぐ サイト_さいと など_など に_に 代表_だいひょう さ_さ れ_れ る_る 、_、 バックエンド_ばっくえんど の_の 大_だい 規模_きぼ な_な データベース_でーたべーす が_が 動的_どうてき な_な コンテンツ_こんてんつ を_を 生成_せいせい する_する ウェブサイト_うぇぶさいと )_) を_を 対象_たいしょう に_に し_し た_た 検索_けんさく +より_より 直感_ちょっかん 的_てき な_な ユーザ_ゆーざ インタフェース_いんたふぇーす +より_より 人間_にんげん に_に 近_ちか い_い 高度_こうど な_な 判断_はんだん 尺度_しゃくど を_を 持_も っ_っ た_た マルチメディア_まるちめでぃあ 情報_じょうほう 検索_けんさく +さまざま_さまざま な_な メディア_めでぃあ を_を 統合_とうごう 的_てき かつ_かつ 横断_おうだん 的_てき に_に 扱_あつか う_う クロス_くろす メディア_めでぃあ 情報_じょうほう 検索_けんさく +格納_かくのう さ_さ れ_れ る_る データ_でーた や_や 検索_けんさく 入力_にゅうりょく が_が 言語_げんご に_に 依存_いぞん し_し な_な い_い マルチリンガル_まるちりんがる (_( クロスリンガル_くろすりんがる )_) 検索_けんさく 環境_かんきょう +P_P 2_2 P_P ネットワーク_ねっとわーく 等_とう の_の 大_だい 規模_きぼ 分散_ぶんさん データ_でーた を_を 対象_たいしょう に_に し_し た_た 情報_じょうほう 検索_けんさく +情報_じょうほう 検索_けんさく システム_しすてむ の_の 構成_こうせい 要素_ようそ +情報_じょうほう 検索_けんさく システム_しすてむ の_の 全体_ぜんたい 像_ぞう +情報_じょうほう 検索_けんさく システム_しすてむ は_は 主に_おもに 以下_いか に_に 挙げ_あげ る_る 要素_ようそ に_に よ_よ っ_っ て_て 構成_こうせい さ_さ れ_れ て_て い_い る_る 。_。 +データベース_でーたべーす +検索_けんさく 対象_たいしょう の_の データ_でーた +メタデータ_めたでーた (_( 索引_さくいん 語_ご )_) +ユーザ_ゆーざ インタフェース_いんたふぇーす +検索_けんさく アルゴリズム_あるごりずむ +データベース_でーたべーす は_は 検索_けんさく 対象_たいしょう の_の データ_でーた を_を 蓄積_ちくせき し_し 、_、 管理_かんり し_し て_て い_い る_る 。_。 +検索_けんさく 対象_たいしょう の_の データ_でーた から_から は_は メタデータ_めたでーた が_が 作成_さくせい さ_さ れ_れ 、_、 メタデータ_めたでーた も_も データベース_でーたべーす に_に 格納_かくのう さ_さ れ_れ る_る 。_。 +検索_けんさく の_の 利用_りよう 者_しゃ は_は 検索_けんさく 語_ご (_( 検索_けんさく 文_ぶん )_) を_を ユーザ_ゆーざ インタフェース_いんたふぇーす を_を 通_とお し_し て_て 検索_けんさく を_を 発行_はっこう し_し 、_、 検索_けんさく アルゴリズム_あるごりずむ が_が 適切_てきせつ な_な データ_でーた を_を データベース_でーたべーす に_に 格納_かくのう さ_さ れ_れ て_て い_い る_る メタデータ_めたでーた から_から 選択_せんたく し_し 、_、 選択_せんたく さ_さ れ_れ た_た メタデータ_めたでーた に_に 対応_たいおう する_する 検索_けんさく 対象_たいしょう の_の データ_でーた を_を ユーザ_ゆーざ インタフェース_いんたふぇーす を_を 通_とお し_し て_て 利用_りよう 者_しゃ に_に 返答_へんとう する_する 。_。 +例えば_たとえば ウェブサイト_うぇぶさいと の_の 情報_じょうほう 検索_けんさく で_で は_は 、_、 検索_けんさく 対象_たいしょう の_の データ_でーた が_が 個々_ここ の_の ウェブサイト_うぇぶさいと の_の 内容_ないよう 、_、 メタデータ_めたでーた が_が ウェブサイト_うぇぶさいと の_の 内容_ないよう の_の 要約_ようやく や_や キー_きー ワード_わーど ・_・ 紹介_しょうかい 文_ぶん 、_、 ユーザー_ゆーざー インターフェース_いんたーふぇーす と_と 検索_けんさく アルゴリズム_あるごりずむ が_が 検索_けんさく エンジン_えんじん に_に あた_あた る_る 。_。 +検索_けんさく エンジン_えんじん は_は 検索_けんさく キー_きー ワード_わーど に_に 一致_いっち する_する メタデータ_めたでーた を_を データベース_でーたべーす から_から 選択_せんたく し_し 、_、 選択_せんたく さ_さ れ_れ た_た メタデータ_めたでーた に_に 対応_たいおう する_する 検索_けんさく 対象_たいしょう の_の データ_でーた を_を 検索_けんさく 結果_けっか に_に 表示_ひょうじ する_する 。_。 +情報_じょうほう 検索_けんさく システム_しすてむ 構築_こうちく の_の 手続き_てつずき +情報_じょうほう 検索_けんさく システム_しすてむ の_の 構築_こうちく は_は 以下_いか の_の フェーズ_ふぇーず を_を 経_へ て_て 行_おこな わ_わ れ_れ る_る 。_。 +順序_じゅんじょ は_は 必ず_かならず しも_しも 一定_いってい で_で は_は な_な く_く 、_、 構築_こうちく する_する システム_しすてむ の_の 内容_ないよう や_や 外的_がいてき 環境_かんきょう に_に よ_よ っ_っ て_て 異な_ことな る_る 。_。 +検索_けんさく 対象_たいしょう データ_でーた 収集_しゅうしゅう +検索_けんさく の_の 対象_たいしょう と_と する_する データ_でーた の_の 収集_しゅうしゅう 方針_ほうしん を_を 決定_けってい する_する 。_。 +World_わーるど  _くうはく Wide_WIDE  _くうはく Web_WEB 上_じょう の_の ハイパー_はいぱー テキスト_てきすと を_を 収集_しゅうしゅう し_し て_て 対象_たいしょう と_と する_する 場合_ばあい に_に は_は クローラ_くろーら (_( ロボット_ろぼっと 、_、 スパイダー_すぱいだー )_) を_を 用い_もちい て_て 自動_じどう 的_てき な_な 収集_しゅうしゅう を_を 行_おこな う_う の_の が_が 一般_いっぱん 的_てき で_で あ_あ る_る が_が 、_、 天_てん 文_ぶん 学_がく 的_てき 数量_すうりょう の_の 膨大_ぼうだい な_な データ_でーた が_が 存在_そんざい し_し 、_、 かつ_かつ 急激_きゅうげき に_に 変化_へんか する_する World_わーるど  _くうはく Wide_WIDE  _くうはく Web_WEB の_の データ_でーた を_を 全て_すべて 網羅_もうら し_し て_て 収集_しゅうしゅう する_する こと_こと は_は 事実_じじつ 上_じょう 不_ふ 可能_かのう で_で あ_あ る_る 。_。 +その_その ため_ため 、_、 いかに_いかに し_し て_て 網羅_もうら 的_てき に_に 多く_おおく の_の 対象_たいしょう の_の データ_でーた を_を 収集_しゅうしゅう する_する か_か が_が 重要_じゅうよう な_な 課題_かだい と_と な_な っ_っ て_て お_お り_り 、_、 World_わーるど  _くうはく Wide_WIDE  _くうはく Web_WEB 検索_けんさく エンジン_えんじん の_の サービス_さーびす で_で は_は 何_なん ページ_ぺーじ の_の データ_でーた か_か 検索_けんさく が_が 可能_かのう で_で あ_あ る_る か_か が_が 性能_せいのう の_の 指標_しひょう の_の 一_ひと つ_つ と_と な_な っ_っ て_て い_い る_る 。_。 +検索_けんさく 対象_たいしょう の_の データ_でーた から_から の_の メタデータ_めたでーた 作成_さくせい +検索_けんさく 対象_たいしょう の_の データ_でーた から_から の_の メタデータ_めたでーた を_を 作成_さくせい する_する 。_。 +メタデータ_めたでーた の_の 形式_けいしき および_および 作成_さくせい 方法_ほうほう は_は 検索_けんさく アルゴリズム_あるごりずむ や_や データ_でーた 収集_しゅうしゅう の_の 方針_ほうしん と_と 密接_みっせつ に_に 関連_かんれん する_する 。_。 +たとえば_たとえば データ_でーた 収集_しゅうしゅう が_が 継続_けいぞく 的_てき かつ_かつ 大_だい 規模_きぼ に_に 行_おこな わ_わ れ_れ る_る よう_よう な_な 場合_ばあい 、_、 人手_ひとで を_を 使_つか っ_っ て_て メタデータ_めたでーた を_を 作成_さくせい する_する こと_こと は_は コスト_こすと の_の 大幅_おおはば な_な 増大_ぞうだい を_を 意味_いみ する_する こと_こと に_に な_な る_る 。_。 +検索_けんさく アルゴリズム_あるごりずむ の_の 設計_せっけい +作成_さくせい さ_さ れ_れ た_た メタデータ_めたでーた を_を 用い_もちい て_て どの_どの よう_よう な_な 計算_けいさん を_を 用い_もちい て_て データ_でーた を_を 出力_しゅつりょく する_する か_か 決定_けってい する_する 。_。 +検索_けんさく アルゴリズム_あるごりずむ の_の 詳細_しょうさい に_に つ_つ い_い て_て は_は メタデータ_めたでーた 生成_せいせい 法_ほう と_と 情報_じょうほう 検索_けんさく アルゴリズム_あるごりずむ を_を 参照_さんしょう 。_。 +検索_けんさく 性能_せいのう の_の 評価_ひょうか +再現_さいげん 率_りつ と_と 適合_てきごう 率_りつ +情報_じょうほう 検索_けんさく システム_しすてむ の_の 検索_けんさく 性能_せいのう の_の 評価_ひょうか を_を 行_おこな う_う 。_。 +情報_じょうほう 検索_けんさく システム_しすてむ の_の 検索_けんさく 性能_せいのう は_は 主に_おもに 正確_せいかく 性_せい と_と 網羅_もうら 性_せい の_の 質的_しつてき な_な 観点_かんてん から_から 適合_てきごう 率_りつ (_( precis_PRECIS ion_ION ;_UNK 精度_せいど と_と も_も い_い う_う )_) と_と 再現_さいげん 率_りつ (_( recall_RECALL )_) を_を 、_、 処理_しょり 性能_せいのう の_の 量的_りょうてき な_な 観点_かんてん から_から スループット_するーぷっと を_を 測定_そくてい する_する こと_こと に_に よ_よ り_り 判定_はんてい する_する の_の が_が 一般_いっぱん 的_てき で_で あ_あ る_る 。_。 +適合_てきごう 率_りつ は_は 検索_けんさく 結果_けっか と_と し_し て_て 得_え られ_られ た_た 集合_しゅうごう 中_ちゅう に_に どれ_どれ だけ_だけ 検索_けんさく に_に 適合_てきごう し_し た_た 文書_ぶんしょ を_を 含_ふく ん_ん で_で い_い る_る か_か と_と い_い う_う 正確_せいかく 性_せい の_の 指標_しひょう で_で あ_あ り_り 、_、 再現_さいげん 率_りつ は_は 検索_けんさく 対象_たいしょう と_と し_し て_て い_い る_る 文書_ぶんしょ の_の 中_なか で_で 検索_けんさく 結果_けっか と_と し_し て_て 適合_てきごう し_し て_て い_い る_る 文書_ぶんしょ (_( 正解_せいかい 文書_ぶんしょ )_) の_の うち_うち で_で どれ_どれ だけ_だけ の_の 文書_ぶんしょ を_を 検索_けんさく でき_でき て_て い_い る_る か_か と_と い_い う_う 網羅_もうら 性_せい の_の 指標_しひょう で_で あ_あ る_る 。_。 +適合_てきごう 率_りつ は_は 、_、 +precis_PRECIS ion_ION  _くうはく =_=  _くうはく \_UNK frac_FRAC {_{ R_R }_} {_{ N_N }_} +(_( R_R :_: 検索_けんさく さ_さ れ_れ た_た 適合_てきごう 文書_ぶんしょ の_の 数_かず 、_、 N_N :_: 検索_けんさく 結果_けっか の_の 文書_ぶんしょ の_の 数_かず )_)  _くうはく に_に よ_よ っ_っ て_て 、_、 再現_さいげん 率_りつ は_は 、_、 +recall_RECALL  _くうはく =_=  _くうはく \_UNK frac_FRAC {_{ R_R }_} {_{ C_C }_} +(_( R_R :_: 検索_けんさく さ_さ れ_れ た_た 適合_てきごう 文書_ぶんしょ の_の 数_かず 、_、 C_C :_: 全_ぜん 対象_たいしょう 文書_ぶんしょ 中_ちゅう の_の 正解_せいかい 文書_ぶんしょ の_の 数_かず )_)  _くうはく に_に よ_よ っ_っ て_て 求め_もとめ られ_られ る_る 。_。 +適合_てきごう 率_りつ を_を あげれ_あげれ ば_ば 再現_さいげん 率_りつ が_が 下が_さが り_り 、_、 再現_さいげん 率_りつ を_を 上げれ_あげれ ば_ば 適合_てきごう 率_りつ が_が 下が_さが る_る 傾向_けいこう に_に あ_あ る_る ため_ため 、_、 F_F 値_ち (_( F_F ー_ー measure_MEASURE )_) と_と い_い う_う 尺度_しゃくど も_も よく_よく 用い_もちい られ_られ る_る 。_。 +F_F 値_ち は_は 適合_てきごう 率_りつ と_と 再現_さいげん 率_りつ の_の 調和_ちょうわ 平均_へいきん で_で あ_あ り_り 、_、 +\_UNK begin_BEGIN {_{ align_ALIGN }_}  _くうはく F_F {_{ \_UNK textit_TEXTIT {_{ ー_ー }_} }_} measure_MEASURE  _くうはく &_&  _くうはく =_=  _くうはく \_UNK frac_FRAC {_{ 2_2  _くうはく \_UNK cdot_CDOT  _くうはく precis_PRECIS ion_ION  _くうはく \_UNK cdot_CDOT  _くうはく recall_RECALL }_} {_{ precis_PRECIS ion_ION  _くうはく +_+  _くうはく recall_RECALL }_}  _くうはく \\_UNK  _くうはく &_&  _くうはく =_=  _くうはく \_UNK frac_FRAC {_{ R_R }_} {_{ \_UNK frac_FRAC {_{ 1_1 }_} {_{ 2_2 }_}  _くうはく (_( N_N  _くうはく +_+  _くうはく C_C )_) }_}  _くうはく \_UNK \_UNK  _くうはく \_UNK end_END {_{ align_ALIGN }_} +に_に よ_よ っ_っ て_て 求め_もとめ られ_られ 、_、 R_R を_を N_N と_と C_C の_の 相加_そうか 平均_へいきん で_で 割_わ っ_っ た_た もの_もの に_に 相当_そうとう する_する 。_。 +F_F 値_ち が_が 高_たか けれ_けれ ば_ば 、_、 性能_せいのう が_が 良_よ い_い こと_こと を_を 意味_いみ する_する 。_。 +情報_じょうほう 検索_けんさく 技術_ぎじゅつ の_の 分類_ぶんるい +情報_じょうほう 検索_けんさく の_の 技術_ぎじゅつ は_は 以下_いか の_の よう_よう な_な 観点_かんてん で_で 分類_ぶんるい でき_でき る_る 。_。 +検索_けんさく 対象_たいしょう データ_でーた の_の 抽象_ちゅうしょう 度_ど +直接_ちょくせつ 検索_けんさく +メタデータ_めたでーた を_を 介_かい さ_さ ず_ず データ_でーた その_その もの_もの を_を 直接_ちょくせつ 計算_けいさん アルゴリズム_あるごりずむ 上_じょう で_で 処理_しょり する_する 検索_けんさく 方法_ほうほう 。_。 +例_れい と_と し_し て_て ハミング_はみんぐ に_に よ_よ る_る 検索_けんさく の_の 入力_にゅうりょく を_を 行_おこな い_い 類似_るいじ する_する 音程_おんてい の_の 音楽_おんがく を_を 検索_けんさく する_する もの_もの 等_とう 。_。 +実用_じつよう 上_じょう は_は 、_、 前_まえ 処理_しょり と_と し_し て_て の_の 索引_さくいん の_の 生成_せいせい を_を 事前_じぜん に_に おこな_おこな う_う 方式_ほうしき も_も 多_おお い_い が_が 、_、 この_この よう_よう な_な 場合_ばあい も_も データ_でーた に_に 含_ふく ま_ま れ_れ る_る 表現_ひょうげん を_を その_その まま_まま 用い_もちい て_て 検索_けんさく を_を 行_おこな う_う ため_ため 検索_けんさく モデル_もでる と_と し_し て_て は_は 直接_ちょくせつ 検索_けんさく に_に 分類_ぶんるい さ_さ れ_れ る_る 。_。 +全文_ぜんぶん 検索_けんさく +直接_ちょくせつ 検索_けんさく の_の 一種_いっしゅ で_で あ_あ り_り 、_、 文書_ぶんしょ データ_でーた の_の 全文_ぜんぶん から_から 自動_じどう 処理_しょり の_の 走査_そうさ に_に よ_よ り_り メタデータ_めたでーた を_を 作成_さくせい し_し て_て 保管_ほかん し_し 、_、 検索_けんさく の_の 入力_にゅうりょく に_に 合致_がっち する_する データ_でーた を_を 検索_けんさく 結果_けっか と_と する_する 検索_けんさく 方法_ほうほう 。_。 +「_「 全文_ぜんぶん 検索_けんさく システム_しすてむ Namazu_NAMAZU 」_」 等_とう が_が 用い_もちい られ_られ て_て い_い る_る 。_。 +間接_かんせつ 検索_けんさく +データベース_でーたべーす に_に 蓄積_ちくせき さ_さ れ_れ た_た データ_でーた から_から メタデータ_めたでーた を_を 生成_せいせい し_し て_て 保管_ほかん し_し 、_、 検索_けんさく の_の 入力_にゅうりょく が_が 行_おこな わ_わ れ_れ た_た 際_さい に_に 内部_ないぶ 表現_ひょうげん に_に 変換_へんかん さ_さ れ_れ た_た 検索_けんさく の_の 入力_にゅうりょく と_と 保管_ほかん さ_さ れ_れ た_た メタデータ_めたでーた を_を 比較_ひかく する_する こと_こと に_に よ_よ り_り 検索_けんさく 結果_けっか を_を 生成_せいせい する_する 検索_けんさく 方法_ほうほう 。_。 +検索_けんさく 入力_にゅうりょく の_の 種類_しゅるい +単語_たんご (_( キー_きー ワード_わーど )_) +単語_たんご (_( キー_きー ワード_わーど )_) を_を 指定_してい する_する こと_こと に_に よ_よ っ_っ て_て 検索_けんさく を_を 行_おこな う_う 。_。 +もっとも_もっとも 単純_たんじゅん な_な 形式_けいしき と_と 言え_いえ る_る 。_。 +検索_けんさく 言語_げんご +システム_しすてむ 特有_とくゆう の_の 検索_けんさく 言語_げんご を_を 用い_もちい て_て 検索_けんさく を_を 行_おこな う_う 方法_ほうほう 。_。 +論理_ろんり 和_わ ・_・ 論理_ろんり 積_つ など_など の_の ブーリアンモデル_ぶーりあんもでる の_の 演算_えんざん を_を 検索_けんさく の_の 絞り込み_しぼりこみ に_に 利用_りよう する_する 際_さい に_に 用い_もちい られ_られ る_る 。_。 +研究_けんきゅう 者_しゃ や_や 法律_ほうりつ ・_・ 医学_いがく 等_とう の_の 専門_せんもん 的_てき な_な 実務_じつむ 家_か など_など 、_、 特定_とくてい の_の 分野_ぶんや の_の 専門_せんもん 家_か を_を 対象_たいしょう に_に し_し た_た 検索_けんさく システム_しすてむ など_など に_に 用い_もちい られ_られ る_る こと_こと が_が 多_おお い_い 。_。 +SQL_SQL の_の よう_よう な_な データベース_でーたべーす マネージメント_まねーじめんと システム_しすてむ で_で 標準_ひょうじゅん 的_てき 標準_ひょうじゅん 的_てき が_が 言語_げんご を_を 用い_もちい る_る こと_こと も_も あ_あ る_る が_が 、_、 特定_とくてい の_の 検索_けんさく エンジン_えんじん 特有_とくゆう の_の 検索_けんさく 言語_げんご を_を 用い_もちい て_て い_い る_る システム_しすてむ も_も 多_おお い_い 。_。 +実現_じつげん 例_れい と_と し_し て_て は_は IEEE_IEEE  _くうはく Xplore_XPLORE など_など が_が あ_あ る_る 。_。 +直接_ちょくせつ 入力_にゅうりょく +検索_けんさく の_の パラメータ_ぱらめーた と_と な_な る_る 関連_かんれん する_する データ_でーた を_を 直接_ちょくせつ 入力_にゅうりょく する_する 方法_ほうほう 。_。 +たとえば_たとえば 特定_とくてい の_の 画像_がぞう を_を 入力_にゅうりょく に_に し_し て_て 類似_るいじ し_し た_た 画像_がぞう を_を 検索_けんさく する_する もの_もの や_や 、_、 ハミング_はみんぐ の_の 入力_にゅうりょく を_を 受け_うけ て_て 関連_かんれん する_する 音楽_おんがく クリップ_くりっぷ を_を 検索_けんさく する_する もの_もの など_など が_が 研究_けんきゅう さ_さ れ_れ て_て い_い る_る 。_。 +自然_しぜん 文_ぶん +検索_けんさく に_に 関わ_かかわ る_る ユーザ_ゆーざ インタフェース_いんたふぇーす の_の 研究_けんきゅう と_と し_し て_て 古く_ふるく から_から 研究_けんきゅう が_が 行_おこな わ_わ れ_れ て_て い_い る_る 。_。 +近年_きんねん で_で は_は Goo_GOO  _くうはく ラボ_らぼ に_に よ_よ っ_っ て_て 開発_かいはつ さ_さ れ_れ た_た 「_「 日本_にっぽん 語_ご 自然_しぜん 文検索_ぶんけんさく 」_」 が_が 大手_おおて の_の 検索_けんさく エンジン_えんじん と_と し_し て_て は_は 比較_ひかく 的_てき 珍し_めずらし い_い 自然_しぜん 文検索_ぶんけんさく を_を 試験_しけん 的_てき に_に 提供_ていきょう し_し た_た こと_こと で_で 話題_わだい を_を 集め_あつめ た_た 。_。 +文書_ぶんしょ +文書_ぶんしょ その_その もの_もの を_を 入力_にゅうりょく し_し 、_、 入力_にゅうりょく し_し た_た 文書_ぶんしょ と_と 類似_るいじ する_する 文書_ぶんしょ を_を 検索_けんさく する_する 。_。 +Query_QUERY  _くうはく by_BY  _くうはく Example_EXAMPLE (_( 例示_れいじ に_に よ_よ る_る 問い合わせ_といあわせ )_) と_と 呼_よ ば_ば れ_れ る_る こと_こと も_も あ_あ る_る 。_。 +マルチメディア_まるちめでぃあ 文書_ぶんしょ 検索_けんさく で_で は_は 、_、 キー_きー ワード_わーど 検索_けんさく より_より も_も より_より 一般_いっぱん 的_てき に_に 用い_もちい られ_られ る_る 方法_ほうほう で_で あ_あ る_る 。_。 +検索_けんさく アルゴリズム_あるごりずむ +情報_じょうほう 検索_けんさく に_に 用い_もちい られ_られ る_る アルゴリズム_あるごりずむ は_は 数_かず 多_おお く_く 提案_ていあん さ_さ れ_れ て_て い_い る_る 。_。 +ここ_ここ で_で は_は 代表_だいひょう 的_てき な_な もの_もの に_に つ_つ い_い て_て 概説_がいせつ する_する 。_。 +情報_じょうほう 検索_けんさく アルゴリズム_あるごりずむ の_の 詳細_しょうさい に_に つ_つ い_い て_て は_は 情報_じょうほう 検索_けんさく アルゴリズム_あるごりずむ を_を 参照_さんしょう の_の こと_こと 。_。 +一般_いっぱん に_に 情報_じょうほう 検索_けんさく システム_しすてむ の_の 構築_こうちく 時_じ に_に は_は メタデータ_めたでーた 生成_せいせい 時_じ に_に 索引_さくいん を_を 同時_どうじ に_に 作成_さくせい し_し 、_、 検索_けんさく アルゴリズム_あるごりずむ に_に よ_よ る_る 検索_けんさく 結果_けっか の_の 評価_ひょうか の_の 際_さい に_に 索引_さくいん を_を 用い_もちい た_た 最適_さいてき 化_か を_を 行_おこな う_う が_が 、_、 メタデータ_めたでーた の_の 生成_せいせい 法_ほう や_や 索引_さくいん の_の 詳細_しょうさい に_に つ_つ い_い て_て は_は ここ_ここ で_で は_は 扱_あつか わ_わ な_な い_い 。_。 +パターン_ぱたーん マッチング_まっちんぐ +検索_けんさく 質問_しつもん と_と し_し て_て 入力_にゅうりょく さ_さ れ_れ た_た 表現_ひょうげん を_を その_その まま_まま 含_ふく む_む 文書_ぶんしょ を_を 検索_けんさく する_する アルゴリズム_あるごりずむ 。_。 +現在_げんざい で_で は_は 単純_たんじゅん に_に パターン_ぱたーん のみ_のみ を_を 探_さが す_す で_で は_は な_な く_く 、_、 活用_かつよう 形_けい の_の 変化_へんか に_に よ_よ る_る 同義_どうぎ 語_ご の_の パターン_ぱたーん の_の 不_ふ 一致_いっち を_を 解消_かいしょう し_し た_た 検索_けんさく を_を 行_おこな っ_っ たり_たり と_と い_い っ_っ た_た 拡張_かくちょう が_が しばしば_しばしば 行_おこな わ_わ れ_れ る_る 。_。 +パターン_ぱたーん マッチング_まっちんぐ 自体_じたい の_の 詳細_しょうさい な_な アルゴリズム_あるごりずむ に_に つ_つ い_い て_て は_は 文字_もじ 列_れつ 探索_たんさく を_を 参照_さんしょう 。_。 +ブーリアンモデル_ぶーりあんもでる +パターン_ぱたーん マッチング_まっちんぐ の_の 検索_けんさく に_に 付け加え_つけくわえ 、_、 メタデータ_めたでーた の_の 属性_ぞくせい ごと_ごと の_の 絞り込み_しぼりこみ 条件_じょうけん を_を 論理_ろんり 和_わ ・_・ 論理_ろんり 積_つ など_など に_に よ_よ っ_っ て_て 組み合わせ_くみあわせ て_て 併用_へいよう する_する 検索_けんさく 方法_ほうほう 。_。 +ベクトル_べくとる 空間_くうかん モデル_もでる +キー_きー ワード_わーど 等_とう を_を 各次元_かくつぎもと と_と し_し て_て 設定_せってい し_し た_た 高次元_たかじもと ベクトル_べくとる 空間_くうかん を_を 想定_そうてい し_し 、_、 検索_けんさく の_の 対象_たいしょう と_と する_する データ_でーた や_や ユーザ_ゆーざ に_に よ_よ る_る 検索_けんさく 質問_しつもん に_に 何_なん ら_ら か_か の_の 加工_かこう を_を 行_おこな い_い ベクトル_べくとる を_を 生成_せいせい する_する 。_。 +ベクトル_べくとる 空間_くうかん 上_じょう に_に 検索_けんさく 対象_たいしょう と_と な_な る_る ベクトル_べくとる を_を 配置_はいち し_し 、_、 ベクトル_べくとる 化_か さ_さ れ_れ た_た 検索_けんさく 質問_しつもん と_と データ_でーた の_の ベクトル_べくとる の_の 相関_そうかん 量_りょう (_( ベクトル_べくとる 間_かん の_の コサイン_こさいん 、_、 内積_ないせき 、_、 ユークリッド_ゆーくりっど 距離_きょり など_など が_が 用い_もちい られ_られ る_る 。_。 +)_) に_に よ_よ っ_っ て_て 検索_けんさく の_の 対象_たいしょう の_の データ_でーた と_と 検索_けんさく 質問_しつもん の_の 関係_かんけい の_の 強_つよ さ_さ を_を 計算_けいさん する_する モデル_もでる 。_。 +潜在_せんざい 的_てき 意味_いみ 索引付け_さくひつけ (_( 潜在_せんざい 的_てき 意味_いみ 分析_ぶんせき 、_、 LSI_LSI )_) +ベクトル_べくとる 空間_くうかん モデル_もでる の_の 応用_おうよう と_と し_し て_て 考案_こうあん さ_さ れ_れ た_た 検索_けんさく アルゴリズム_あるごりずむ 。_。 +高次元_たかじもと ベクトル_べくとる 空間_くうかん を_を 行列_ぎょうれつ と_と し_し て_て 扱い_あつかい 特異_とくい 値_ち 分解_ぶんかい を_を 行_おこな い_い 、_、 得_え られ_られ た_た 直交_ちょっこう 低_てい 次元_じげん ベクトル_べくとる 空間_くうかん 上_じょう 検索_けんさく を_を 行_おこな う_う 。_。 +単純_たんじゅん な_な ベクトル_べくとる 空間_くうかん モデル_もでる で_で の_の 検索_けんさく に_に 比べ_くらべ て_て 、_、 同義_どうぎ 語_ご が_が 用い_もちい られ_られ て_て い_い る_る 文書_ぶんしょ 間_かん の_の 関連_かんれん を_を 反映_はんえい し_し 、_、 検索_けんさく の_の 対象_たいしょう の_の データ_でーた の_の 内容_ないよう 的_てき な_な 偏り_かたより に_に 影響_えいきょう を_を 受け_うけ にく_にく い_い 検索_けんさく を_を 行_おこな う_う こと_こと が_が でき_でき る_る と_と い_い う_う メリット_めりっと が_が あ_あ る_る 。_。 +機械_きかい 翻訳_ほんやく (_( きかい_きかい ほんやく_ほんやく )_) と_と は_は 、_、 ある_ある 自然_しぜん 言語_げんご を_を 別_べつ の_の 自然_しぜん 言語_げんご へ_へ 機械_きかい 的_てき に_に 変換_へんかん する_する 技術_ぎじゅつ を_を い_い う_う 。_。 +機械_きかい 翻訳_ほんやく の_の 概念_がいねん 自体_じたい は_は コンピュータ_こんぴゅーた の_の 存在_そんざい 以前_いぜん より_より 存在_そんざい する_する ため_ため 、_、 機械_きかい 翻訳_ほんやく と_と 翻訳_ほんやく ソフト_そふと は_は 同義_どうぎ で_で は_は な_な い_い が_が 、_、 現在_げんざい で_で は_は ほとんど_ほとんど 翻訳_ほんやく ソフト_そふと と_と し_し て_て 実装_じっそう さ_さ れ_れ る_る 。_。 +例_れい と_と し_し て_て 、_、 英語_えいご の_の 文章_ぶんしょう を_を 入力_にゅうりょく する_する と_と それ_それ を_を 翻訳_ほんやく し_し た_た 日本_にっぽん 語_ご の_の 文章_ぶんしょう を_を 出力_しゅつりょく する_する 英和_えいかず 翻訳_ほんやく ソフトウエア_そふとうえあ など_など が_が あ_あ る_る 。_。 +自動_じどう 翻訳_ほんやく と_と も_も い_い う_う 。_。 +近年_きんねん は_は 統計_とうけい 、_、 人工_じんこう 知能_ちのう 、_、 コンピュータ_こんぴゅーた 処理_しょり 能力_のうりょく 、_、 データベース_でーたべーす 、_、 記憶_きおく 容量_ようりょう の_の 進歩_しんぽ に_に よ_よ り_り 急速_きゅうそく に_に 成長_せいちょう し_し て_て い_い る_る 分野_ぶんや で_で あ_あ る_る 。_。 +尚_なお 、_、 翻訳_ほんやく 方法_ほうほう の_の もう_もう 一_ひと つ_つ と_と し_し て_て 、_、 「_「 人力_じんりき 翻訳_ほんやく (_( 人_ひと の_の 手_て に_に よ_よ る_る 翻訳_ほんやく )_) 」_」 が_が あ_あ る_る 。_。 +目次_もくじ +1_1  _くうはく 歴史_れきし +2_2  _くうはく アプローチ_あぷろーち +2_2 ._。 1_1  _くうはく 統計_とうけい 翻訳_ほんやく +3_3  _くうはく 問題_もんだい +3_3 ._。 1_1  _くうはく 語義_ごぎ の_の 多義_たぎ 性_せい +3_3 ._。 2_2  _くうはく 常識_じょうしき +4_4  _くうはく 翻訳_ほんやく 支援_しえん +5_5  _くうはく 実用_じつよう 性_せい +6_6  _くうはく アプリケーション_あぷりけーしょん +7_7  _くうはく 評価_ひょうか +8_8  _くうはく 関連_かんれん 項目_こうもく +9_9  _くうはく 外部_がいぶ リンク_りんく +10_10  _くうはく 出典_しゅってん +歴史_れきし +この_この 節_せつ は_は 執筆_しっぴつ の_の 途中_とちゅう で_で す_す  _くうはく この_この 節_せつ は_は 執筆_しっぴつ 中_ちゅう で_で す_す 。_。 +加筆_かひつ 、_、 訂正_ていせい し_し て_て 下さ_くださ る_る 協力_きょうりょく 者_しゃ を_を 求め_もとめ て_て い_い ま_ま す_す 。_。 +アプローチ_あぷろーち +現在_げんざい 広_ひろ く_く 使_つか わ_わ れ_れ て_て い_い る_る 機械_きかい 翻訳_ほんやく の_の 原理_げんり は_は 次_つぎ の_の とおり_とおり で_で あ_あ る_る 。_。 + _くうはく 言語_げんご  _くうはく X_X  _くうはく で_で 書_か か_か れ_れ て_て い_い る_る 文_ぶん を_を 言語_げんご  _くうはく Y_Y  _くうはく に_に 翻訳_ほんやく する_する 場合_ばあい :_: +言語_げんご  _くうはく X_X  _くうはく の_の 文_ぶん を_を 構文_こうぶん 解析_かいせき する_する 。_。 +得_え られ_られ た_た 構文_こうぶん 木_き を_を 、_、 定め_さだめ られ_られ た_た 規則_きそく に_に 従_したが っ_っ て_て 変換_へんかん し_し 、_、 言語_げんご  _くうはく Y_Y  _くうはく の_の 構文_こうぶん 木_き を_を 得_え る_る 。_。 +変換_へんかん し_し た_た 構文_こうぶん 木_ぼく から_から 言語_げんご  _くうはく Y_Y  _くうはく の_の 文_ぶん を_を 生成_せいせい する_する 。_。 +例_れい と_と し_し て_て 、_、 英語_えいご から_から 日本_にっぽん 語_ご へ_へ の_の 翻訳_ほんやく を_を 考え_かんがえ る_る 。_。 + _くうはく 以下_いか の_の よう_よう な_な 原文_げんぶん が_が 与え_あたえ られ_られ た_た と_と し_し よ_よ う_う 。_。 +”_” I_I  _くうはく have_はぶ  _くうはく a_A  _くうはく pen_PEN ._。 ”_” +この_この 文_ぶん を_を 解析_かいせき し_し て_て 得_え られ_られ る_る 構文_こうぶん 木_き は_は 次_つぎ の_の よう_よう に_に な_な る_る :_: +EnglishSyntaxTreeSample_ENGLISHSYNTAXTREESAMPLE 1_1 ._。 png_PNG +ここ_ここ で_で 、_、 以下_いか の_の よう_よう な_な 辞書_じしょ を_を 使_つか っ_っ て_て 英語_えいご の_の 単語_たんご を_を 日本_にっぽん 語_ご の_の 単語_たんご に_に 置き換え_おきかえ る_る :_: +英語_えいご  _くうはく  _UNK 日本_にほん 語_ご +I_I  _くうはく  _UNK 私_わたくし +have_はぶ  _くうはく  _UNK 持_も っ_っ て_て い_い る_る +a_A  _くうはく  _UNK ー_ー  _くうはく (_( 空白_くうはく )_) +pen_PEN  _くうはく  _UNK ペン_ぺん +構文_こうぶん 木_き は_は 次_つぎ の_の よう_よう に_に な_な る_る :_: +(_( S_S  _くうはく (_( NP_NP  _くうはく (_( pron_PRON  _くうはく 私_わたくし )_) )_)  _くうはく (_( VP_VP  _くうはく (_( verb_VERB  _くうはく 持_も っ_っ て_て い_い る_る )_)  _くうはく (_( NP_NP  _くうはく (_( det _DET_ ー_ー )_)  _くうはく (_( noun_NOUN  _くうはく ペン_ぺん )_) )_) )_) )_) +しかしまだ_しかしまだ 語順_ごじゅん が_が 正し_ただし く_く な_な い_い し_し 、_、 助詞_じょし も_も な_な い_い 。_。 + _くうはく ここ_ここ で_で 構文_こうぶん 木_き に_に 対_たい し_し て_て 以下_いか の_の よう_よう な_な 規則_きそく を_を 適用_てきよう し_し て_て 変換_へんかん を_を おこな_おこな う_う :_: +”_” S_S  _くうはく →_やじるし  _くうはく NP_NP  _くうはく VP_VP ”_”  _くうはく と_と い_い う_う ノード_のーど が_が あ_あ れ_れ ば_ば 、_、 それ_それ を_を  _くうはく ”_” S_S  _くうはく →_やじるし  _くうはく NP_NP  _くうはく は_は  _くうはく VP_VP ”_”  _くうはく に_に 変換_へんかん せ_せ よ_よ 。_。 +”_” VP_VP  _くうはく →_やじるし  _くうはく verb_VERB  _くうはく NP_NP ”_”  _くうはく と_と い_い う_う ノード_のーど が_が あ_あ れ_れ ば_ば 、_、 それ_それ を_を  _くうはく ”_” VP_VP  _くうはく →_やじるし  _くうはく NP_NP  _くうはく を_を  _くうはく verb_VERB ”_”  _くうはく に_に 変換_へんかん せ_せ よ_よ 。_。 +する_する と_と 変換_へんかん さ_さ れ_れ た_た 木_き は_は この_この よう_よう に_に な_な っ_っ て_て い_い る_る :_: +(_( S_S  _くうはく (_( NP_NP  _くうはく (_( pron_PRON  _くうはく 私_わたくし )_) )_)  _くうはく は_は  _くうはく (_( VP_VP  _くうはく (_( NP_NP  _くうはく (_( det _DET_ ー_ー )_)  _くうはく (_( noun_NOUN  _くうはく ペン_ぺん )_) )_)  _くうはく を_を  _くうはく (_( verb_VERB  _くうはく 持_も っ_っ て_て い_い る_る )_) )_) )_) +ここ_ここ から_から 、_、 以下_いか の_の よう_よう な_な 翻訳_ほんやく 文_ぶん を_を 生成_せいせい でき_でき る_る :_: +”_” 私_わたくし は_は ペン_ぺん を_を 持_も っ_っ て_て い_い る_る 。_。 +”_” +これ_これ は_は 非常_ひじょう に_に 単純_たんじゅん な_な 例_れい で_で あ_あ る_る 。_。 + _くうはく 実際_じっさい に_に は_は 英語_えいご の_の  _くうはく have_はぶ  _くうはく は_は 複数_ふくすう の_の 語義_ごぎ を_を も_も つ_つ の_の で_で 、_、 語義_ごぎ の_の 曖昧_あいまい 性_せい 解消_かいしょう を_を し_し な_な けれ_けれ ば_ば 単純_たんじゅん に_に 「_「 have_はぶ  _くうはく →_やじるし  _くうはく 持_も っ_っ て_て い_い る_る 」_」 と_と い_い う_う 変換_へんかん を_を する_する こと_こと は_は でき_でき な_な い_い 。_。 + _くうはく また_また 、_、 モダリティ_もだりてぃ の_の 考慮_こうりょ や_や 、_、 照応_しようおう の_の 解決_かいけつ 、_、 敬語_けいご の_の 扱い_あつかい 、_、 自然_しぜん な_な 言_い いまわし_いまわし の_の 文_ぶん の_の 生成_せいせい など_など 実用_じつよう 的_てき な_な 翻訳_ほんやく ソフトウエア_そふとうえあ を_を つく_つく る_る ため_ため に_に は_は 多く_おおく の_の こと_こと を_を 考慮_こうりょ に_に 入れ_いれ る_る 必要_ひつよう が_が あ_あ る_る 。_。 +統計_とうけい 翻訳_ほんやく +詳細_しょうさい は_は 「_「 統計_とうけい 翻訳_ほんやく 」_」 を_を 参照_さんしょう +計算_けいさん 機_き の_の 発達_はったつ に_に よ_よ っ_っ て_て 1990_せんきゅうひゃくきゅうじゅう 年代_ねんだい 以降_いこう 研究_けんきゅう が_が 盛ん_さかん に_に な_な っ_っ て_て い_い る_る の_の は_は 統計_とうけい 的_てき な_な 手法_しゅほう を_を 用い_もちい た_た 機械_きかい 翻訳_ほんやく で_で あ_あ る_る 。_。 + _くうはく これ_これ は_は 音声_おんせい 認識_にんしき の_の 分野_ぶんや で_で 用い_もちい られ_られ て_て い_い た_た 雑音_ざつおん チャネル_ちゃねる モデル_もでる を_を 応用_おうよう し_し た_た もの_もの で_で 、_、 元_もと 言語_げんご (_( 翻訳_ほんやく 元_もと の_の 言語_げんご )_)  _くうはく f_F  _くうはく は_は 目的_もくてき 言語_げんご (_( 翻訳_ほんやく 後_ご の_の 言語_げんご )_)  _くうはく e_E  _くうはく が_が 雑音_ざつおん の_の あ_あ る_る 通信_つうしん 路_ろ を_を 通_とお る_る 間_あいだ に_に 変化_へんか し_し て_て しま_しま っ_っ た_た もの_もの で_で あ_あ る_る と_と 捉え_とらえ 、_、 翻訳_ほんやく と_と は_は 元_もと 言語_げんご から_から 目的_もくてき 言語_げんご へ_へ の_の 復号_ふくごう で_で あ_あ る_る と_と 考え_かんがえ る_る 。_。 + _くうはく この_この 時_とき 、_、 復号_ふくごう 誤り_あやまり が_が 最も_もっとも 小さ_ちいさ く_く な_な る_る 翻訳_ほんやく 結果_けっか  _くうはく \_UNK hat{_HAT{ e_E }_}  _くうはく は_は 以下_いか の_の 式_しき を_を 満た_みた す_す こと_こと に_に よ_よ っ_っ て_て 得_え られ_られ る_る 。_。 +\_UNK hat{_HAT{ e_E }_}  _くうはく =_=  _くうはく \_UNK mathrm_MATHRM {_{ argmax}_{_ARGMAX}_{ e_E }_}  _くうはく P_P (_( e_E |_UNK f_F )_) +しかし_しかし 、_、 この_この まま_まま で_で は_は モデル_もでる 化_か が_が 難し_むずかし い_い ため_ため 、_、 ベイズ_べいず の_の 定理_ていり を_を 用い_もちい て_て 以下_いか の_の よう_よう に_に 変形_へんけい する_する 。_。 +\_UNK mathrm_MATHRM {_{ argmax}_{_ARGMAX}_{ e_E }_}  _くうはく P_P (_( e_E |_UNK f_F )_)  _くうはく =_=  _くうはく \_UNK mathrm_MATHRM {_{ argmax}_{_ARGMAX}_{ e_E }_}  _くうはく \_UNK frac_FRAC {_{ P_P (_( e_E )_) P_P (_( f_F |_UNK e_E )_) }_} {_{ P_P (_( f_F )_) }_}  _くうはく =_=  _くうはく \_UNK mathrm_MATHRM {_{ argmax}_{e_ARGMAX}_{E }_} P_P (_( e_E )_) P_P (_( f_F |_UNK e_E )_) +よ_よ っ_っ て_て +\_UNK hat{_HAT{ e_E }_}  _くうはく =_=  _くうはく \_UNK mathrm_MATHRM {_{ argmax}_{_ARGMAX}_{ e_E }_}  _くうはく P_P (_( e_E )_) P_P (_( f_F |_UNK e_E )_) +ここ_ここ で_で  _くうはく P_P (_( e_E )_)  _くうはく を_を モデル_もでる 化_か し_し た_た もの_もの を_を 言語_げんご モデル_もでる 、_、 P_P (_( f_F |_UNK e_E )_)  _くうはく を_を モデル_もでる 化_か し_し た_た もの_もの を_を 翻訳_ほんやく モデル_もでる と_と 呼_よ び_び 、_、 言語_げんご モデル_もでる は_は 言語_げんご と_と し_し て_て の_の 確_かく からし_からし さ_さ を_を 、_、 翻訳_ほんやく モデル_もでる は_は 翻訳_ほんやく の_の 確_かく からし_からし さ_さ を_を モデル_もでる 化_か し_し て_て い_い る_る と_と 言え_いえ る_る 。_。 +そして_そして 、_、 これ_これ ら_ら の_の モデル_もでる から_から 翻訳_ほんやく 候補_こうほ を_を 生成_せいせい し_し 、_、 最も_もっとも 確率_かくりつ の_の 高_たか い_い 翻訳_ほんやく 結果_けっか を_を 探索_たんさく する_する 処理_しょり 系_けい を_を デコーダ_でこーだ と_と 呼_よ ぶ_ぶ 。_。 +翻訳_ほんやく モデル_もでる のみ_のみ で_で は_は 目的_もくてき 言語_げんご と_と し_し て_て 正し_ただし く_く な_な い_い 文_ぶん と_と な_な っ_っ て_て しま_しま う_う ため_ため 、_、 言語_げんご モデル_もでる に_に よ_よ っ_っ て_て 目的_もくてき 言語_げんご と_と し_し て_て 正し_ただし く_く な_な い_い 文_ぶん を_を 取り除け_とりのけ る_る と_と 考え_かんがえ られ_られ る_る 。_。 +また_また 、_、 言語_げんご モデル_もでる に_に つ_つ い_い て_て の_の 研究_けんきゅう は_は 音声_おんせい 認識_にんしき など_など の_の 分野_ぶんや に_に お_お い_い て_て 既に_すでに 研究_けんきゅう が_が 行_おこな わ_わ れ_れ て_て お_お り_り 、_、 その_その 知見_ちけん を_を 生か_いか す_す こと_こと も_も でき_でき る_る 。_。 +実際_じっさい に_に は_は パラレル_ぱられる コーパス_こーぱす と_と 呼_よ ば_ば れ_れ る_る 文_ぶん 同士_どうし の_の 対応_たいおう が_が つ_つ い_い た_た 2_2 言語_げんご 間_かん の_の コーパス_こーぱす を_を 用い_もちい て_て この_この 確率_かくりつ を_を 推定_すいてい する_する こと_こと に_に な_な る_る 。_。 +問題_もんだい +語義_ごぎ の_の 多義_たぎ 性_せい +この_この 節_せつ は_は 執筆_しっぴつ の_の 途中_とちゅう で_で す_す  _くうはく この_この 節_せつ は_は 執筆_しっぴつ 中_ちゅう で_で す_す 。_。 +加筆_かひつ 、_、 訂正_ていせい し_し て_て 下さ_くださ る_る 協力_きょうりょく 者_しゃ を_を 求め_もとめ て_て い_い ま_ま す_す 。_。 +常識_じょうしき +機械_きかい に_に よ_よ る_る 翻訳_ほんやく の_の 困難_こんなん さ_さ の_の ひと_ひと つ_つ は_は 、_、 それ_それ が_が 文法_ぶんぽう や_や 単語_たんご の_の 意味_いみ の_の 解析_かいせき と_と い_い っ_っ た_た 論理_ろんり 的_てき 処理_しょり だけ_だけ で_で は_は 解決_かいけつ し_し な_な い_い 点_てん に_に も_も あ_あ る_る 。_。 +たとえば_たとえば 次_つぎ の_の 英語_えいご の_の 文_ぶん は_は 、_、 +Time_TIME  _くうはく flies_FLIES  _くうはく like_らいく  _くうはく an_AN  _くうはく arrow_ARROW ._。 +普通_ふつう は_は これ_これ を_を 「_「 時_とき は_は 矢_や の_の よう_よう に_に 飛び去_とびさ る_る 」_」 (_( 光陰_こういん 矢_や の_の ごと_ごと し_し )_) と_と 解釈_かいしゃく する_する が_が 、_、 これ_これ を_を 「_「 時間_じかん 蠅_はえ は_は 矢_や を_を 好_この む_む 」_」 と_と 訳_やく する_する こと_こと も_も 可能_かのう で_で 、_、 文法_ぶんぽう 的_てき に_に も_も 破綻_はたん が_が な_な い_い 。_。 +当然_とうぜん 、_、 普通_ふつう は_は 後者_こうしゃ は_は 間違い_まちがい な_な の_の で_で あ_あ る_る が_が 、_、 後者_こうしゃ を_を 捨て去_すてさ る_る 判断_はんだん が_が でき_でき る_る ため_ため に_に は_は 、_、 人_ひと に_に は_は 時_とき が_が 素早_すばや く_く 過ぎ_すぎ る_る と_と 感_かん じ_じ られ_られ る_る こと_こと が_が あ_あ る_る こと_こと 、_、 矢_や は_は 速_はや く_く 飛_と ぶ_ぶ こと_こと 、_、 時間_じかん 蠅_はえ と_と い_い う_う 生き物_いきもの は_は 存在_そんざい し_し なさ_なさ そう_そう な_な こと_こと 、_、 虫_むし が_が 矢_や を_を 好_この む_む こと_こと など_など あ_あ り_り そう_そう に_に な_な い_い こと_こと 等_とう の_の 知識_ちしき が_が 必要_ひつよう で_で あ_あ る_る 。_。 +極論_きょくろん すれ_すれ ば_ば 、_、 正し_ただし い_い 翻訳_ほんやく を_を 行_おこな う_う ため_ため に_に は_は その_その 文_ぶん が_が かかわ_かかわ る_る 世界_せかい その_その もの_もの に_に 関_かん する_する あらゆる_あらゆる 知識_ちしき や_や 感覚_かんかく が_が 必要_ひつよう に_に な_な る_る 。_。 +また_また 、_、 あり_あり そう_そう に_に な_な い_い 時間_じかん 蠅_はえ も_も 、_、 たとえば_たとえば ルイス_るいす ・_・ キャロル_きゃろる なら_なら 存在_そんざい さ_さ せ_せ る_る か_か も_も しれ_しれ ず_ず 、_、 問題_もんだい は_は より_より 複雑_ふくざつ に_に な_な る_る 。_。 +翻訳_ほんやく 支援_しえん +「_「 翻訳_ほんやく 支援_しえん ツール_つーる 」_」 および_および 「_「 翻訳_ほんやく メモリ_めもり 」_」 も_も 参照_さんしょう +いわゆる_いわゆる 機械_きかい 翻訳_ほんやく は_は 「_「 自動_じどう 翻訳_ほんやく 」_」 と_と 「_「 翻訳_ほんやく 支援_しえん 」_」 の_の 2_2 つ_つ の_の まったく_まったく 異な_ことな る_る 方向_ほうこう で_で 用い_もちい られ_られ る_る 。_。 +自動_じどう 翻訳_ほんやく で_で は_は 人間_にんげん の_の 介入_かいにゅう は_は 最小_さいしょう 限_げん で_で あ_あ り_り 、_、 すべて_すべて を_を 機械_きかい に_に 翻訳_ほんやく さ_さ せ_せ よ_よ う_う と_と する_する 。_。 +これ_これ は_は 「_「 翻訳_ほんやく 元_もと の_の 言語_げんご を_を 理解_りかい する_する こと_こと が_が でき_でき な_な い_い 人_ひと 」_」 の_の ため_ため の_の 技術_ぎじゅつ で_で あ_あ る_る 。_。 +翻訳_ほんやく 支援_しえん は_は プロ_ぷろ の_の 翻訳_ほんやく 者_しゃ が_が 翻訳_ほんやく 作業_さぎょう を_を 効率_こうりつ 的_てき かつ_かつ 高_こう 品質_ひんしつ に_に 行_おこな う_う ため_ため に_に 翻訳_ほんやく ソフト_そふと を_を 活用_かつよう する_する もの_もの で_で あ_あ る_る 。_。 +これ_これ は_は すでに_すでに 一部_いちぶ の_の 先進_せんしん 的_てき な_な 翻訳_ほんやく 者_しゃ に_に よ_よ っ_っ て_て 活用_かつよう さ_さ れ_れ て_て い_い る_る 。_。 +実用_じつよう 性_せい +現実_げんじつ の_の 翻訳_ほんやく は_は 互い_たがい の_の 言語_げんご の_の 関係_かんけい に_に よ_よ っ_っ て_て も_も 大き_おおき く_く 異な_ことな る_る 。_。 +言語_げんご は_は それぞれ_それぞれ 孤立_こりつ し_し て_て 存在_そんざい する_する もの_もの で_で は_は な_な く_く 、_、 多_おお かれ_かれ 少な_すくな かれ_かれ 互い_たがい に_に 影響_えいきょう し_し あ_あ っ_っ て_て 存在_そんざい する_する 。_。 +特に_とくに 共通_きょうつう の_の 歴史_れきし が_が 長_なが い_い 場合_ばあい 、_、 文法_ぶんぽう や_や 語彙_ごい に_に 共通_きょうつう 性_せい 、_、 あるいは_あるいは 共通_きょうつう の_の 起源_きげん を_を 多_おお く_く 持_も つ_つ こと_こと が_が あ_あ る_る 。_。 +その_その よう_よう な_な 場合_ばあい 、_、 極端_きょくたん に_に 言_い え_え ば_ば 単語_たんご を_を 置き換え_おきかえ る_る だけ_だけ で_で も_も ある_ある 程度_ていど の_の レベル_れべる の_の 翻訳_ほんやく が_が 可能_かのう で_で あ_あ る_る から_から 、_、 機械_きかい 翻訳_ほんやく も_も より_より 容易_ようい い_い 。_。 +だいたい_だいたい の_の 意味_いみ を_を 知_し る_る ため_ため の_の 概訳_がいやく に_に つ_つ い_い て_て は_は 、_、 フランス_ふらんす 語_ご 、_、 スペイン_すぺいん 語_ご 、_、 イタリア_いたりあ 語_ご など_など インド_いんど ・_・ ヨーロッパ_よーろっぱ 語族_ごぞく ロマンス_ろまんす 語_ご 系_けい 諸語_しょご 間_かん の_の 自動_じどう 翻訳_ほんやく は_は 比較_ひかく 的_てき 順当_じゅんとう で_で あ_あ り_り 、_、 英語_えいご と_と ロマンス_ろまんす 語_ご 系_けい あるいは_あるいは ゲルマン_げるまん 語_ご 系_けい 言語_げんご と_と の_の 間_あいだ の_の 自動_じどう 翻訳_ほんやく も_も 実用_じつよう レベル_れべる に_に 達_たっ し_し て_て い_い る_る と_と いえ_いえ る_る 。_。 +日本_にっぽん 語_ご から_から の_の 翻訳_ほんやく の_の 場合_ばあい 、_、 実用_じつよう の_の レベル_れべる に_に あ_あ る_る の_の は_は 日韓_にっかん 自動_じどう 翻訳_ほんやく で_で あ_あ る_る 。_。 +日本_にっぽん 語_ご と_と 韓国_かんこく 語_ご は_は 膠着_こうちゃく 語_ご で_で あ_あ る_る と_と い_い う_う 文法_ぶんぽう 的_てき 共通_きょうつう 性_せい や_や 、_、 漢語_かんご から_から の_の 借用語_しゃくようご も_も あ_あ り_り 、_、 自動_じどう 翻訳_ほんやく の_の 精度_せいど は_は 文体_ぶんたい に_に も_も よる_よる が_が 普通_ふつう 80_80 %_% ~_〜 90_90 %_% で_で あ_あ る_る 。_。 +この_この ため_ため 、_、 日韓_にっかん 間_かん で_で は_は 自動_じどう 翻訳_ほんやく 掲示_けいじ 板_ばん など_など 実用_じつよう サイト_さいと も_も 存在_そんざい する_する 。_。 +(_( 外部_がいぶ リンク_りんく 、_、 NAVER_NAVER 日韓_にっかん 自動_じどう 翻訳_ほんやく 掲示_けいじ 板_ばん 参照_さんしょう )_) 。_。 +日本_にっぽん 語_ご の_の 場合_ばあい 助詞_じょし や_や 同音_どうおん 異義_いぎ 語_ご が_が 多数_たすう 存在_そんざい する_する ため_ため に_に 形態_けいたい 素_そ 解析_かいせき の_の 段階_だんかい で_で 翻訳_ほんやく に_に 困難_こんなん を_を きた_きた す_す 。_。 +ゆえ_ゆえ に_に 一般_いっぱん に_に 英日_えいにち 翻訳_ほんやく に_に 比べ_くらべ て_て 日英_にちえい 翻訳_ほんやく の_の 能力_のうりょく は_は 低_ひく い_い 段階_だんかい に_に あ_あ る_る  _くうはく 。_。 +英語_えいご の_の 語学_ごがく 力_りょく の_の な_な い_い 人_ひと が_が 英訳_えいやく を_を 行_おこな い_い 出来上が_できあが っ_っ た_た 英文_えいぶん の_の 評価_ひょうか が_が 出来_でき な_な い_い 場合_ばあい 、_、 英訳_えいやく し_し た_た 文_ぶん を_を 日本_にっぽん 語_ご に_に 再_さい 変換_へんかん し_し て_て み_み て_て 日本_にほん 語_ご で_で 意味_いみ が_が 通_とお る_る か_か どう_どう か_か 確認_かくにん し_し て_て み_み る_る と_と 良_よ い_い 。_。 +翻訳_ほんやく 支援_しえん の_の 場合_ばあい 、_、 で_で は_は 、_、 特定_とくてい の_の 分野_ぶんや の_の 翻訳_ほんやく に_に 適_てき し_し た_た ユーザー_ゆーざー 辞書_じしょ を_を 作成_さくせい する_する こと_こと に_に よ_よ り_り 、_、 翻訳_ほんやく ソフト_そふと の_の 訳質_やくしち は_は 大幅_おおはば に_に 向上_こうじょう する_する 。_。 +だ_だ が_が 一定_いってい 規模_きぼ の_の 企業_きぎょう ・_・ 組織_そしき ユーザー_ゆーざー 以外_いがい の_の 、_、 一般_いっぱん ユーザー_ゆーざー の_の 小_しょう 規模_きぼ な_な 利用_りよう シナリオ_しなりお で_で は_は 、_、 ユーザー_ゆーざー 辞書_じしょ の_の 利用_りよう 効果_こうか より_より も_も 作成_さくせい に_に かか_かか る_る 時間_じかん ・_・ 労力_ろうりょく の_の ほう_ほう が_が 大き_おおき い_い 。_。 +その_その 理由_りゆう に_に は_は 、_、 辞書_じしょ 作成_さくせい に_に 技能_ぎのう を_を 要_よう する_する 、_、 ユーザー_ゆーざー 辞書_じしょ の_の コンテンツ_こんてんつ が_が な_な い_い 、_、 辞書_じしょ の_の 相互_そうご 利用_りよう の_の ため_ため の_の インフラ_いんふら が_が な_な い_い 、_、 翻訳_ほんやく の_の 量_りょう が_が 少な_すくな い_い (_( 規模_きぼ が_が 少な_すくな い_い ・_・ 頻度_ひんど が_が 少な_すくな い_い )_) と_と い_い っ_っ た_た こと_こと が_が 考え_かんがえ られ_られ る_る 。_。 +これ_これ ら_ら の_の 問題_もんだい を_を 解決_かいけつ する_する ため_ため に_に 、_、 AAMT_AAMT (_( アジア_あじあ 太平_たいへい 洋_よう 機械_きかい 翻訳_ほんやく 協会_きょうかい )_) が_が ユーザー_ゆーざー 辞書_じしょ を_を 共有_きょうゆう する_する ため_ため の_の 仕様_しよう で_で あ_あ る_る UPF_UPF を_を 策定_さくてい し_し た_た 。_。 +その_その 後_ご 、_、 2006_にせんろく 年_ねん から_から 後継_こうけい の_の 仕様_しよう で_で あ_あ る_る UTX_UTX が_が 現在_げんざい 策定_さくてい 中_ちゅう で_で あ_あ る_る 。_。 +翻訳_ほんやく ソフト_そふと (_( ほんやく_ほんやく ソフト_そふと )_) と_と は_は 、_、 パソコン_ぱそこん 上_じょう で_で 翻訳_ほんやく を_を 行_おこな う_う ソフトウェア_そふとうぇあ で_で あ_あ る_る 。_。 +機械_きかい 翻訳_ほんやく の_の 項_こう も_も 参照_さんしょう 。_。 +目次_もくじ +1_1  _くうはく 翻訳_ほんやく ソフト_そふと と_と 機械_きかい 翻訳_ほんやく +2_2  _くうはく 翻訳_ほんやく ソフト_そふと の_の 種類_しゅるい +3_3  _くうはく 翻訳_ほんやく ソフト_そふと の_の 特性_とくせい +4_4  _くうはく 代表_だいひょう 的_てき な_な 翻訳_ほんやく ソフト_そふと +5_5  _くうはく 関連_かんれん 項目_こうもく +翻訳_ほんやく ソフト_そふと と_と 機械_きかい 翻訳_ほんやく +現在_げんざい で_で は_は 機械_きかい 翻訳_ほんやく (_( machine_MACHINE  _くうはく translation_TRANSLATION )_) は_は ソフトウェア_そふとうぇあ に_に よ_よ っ_っ て_て 行_おこな わ_わ れ_れ 、_、 その_その 意味_いみ で_で は_は 「_「 機械_きかい 翻訳_ほんやく  _くうはく =_=  _くうはく 翻訳_ほんやく ソフト_そふと 」_」 で_で あ_あ る_る 。_。 +しかし_しかし 、_、 機械_きかい 翻訳_ほんやく の_の 概念_がいねん は_は コンピュータ_こんぴゅーた より_より 以前_いぜん に_に 存在_そんざい する_する 。_。 +コンピュータ_こんぴゅーた 翻訳_ほんやく と_と 言_い わ_わ ず_ず に_に 、_、 機械_きかい 翻訳_ほんやく と_と い_い う_う の_の は_は その_その せい_せい で_で あ_あ ろ_ろ う_う 。_。 +しかし_しかし 、_、 機械_きかい 翻訳_ほんやく と_と い_い う_う 表現_ひょうげん は_は 、_、 人間_にんげん の_の 主体_しゅたい 性_せい が_が 低_ひく く_く 、_、 と_と も_も すれ_すれ ば_ば 「_「 機械_きかい が_が 最初_さいしょ から_から 最後_さいご まで_まで すべて_すべて 翻訳_ほんやく する_する 」_」 と_と い_い う_う 印象_いんしょう を_を 与え_あたえ がち_がち で_で あ_あ る_る 。_。 +これ_これ は_は 、_、 「_「 翻訳_ほんやく 作業_さぎょう 支援_しえん ツール_つーる と_と し_し て_て の_の 翻訳_ほんやく ソフト_そふと 」_」 の_の 理解_りかい の_の 妨げ_さまたげ と_と な_な る_る こと_こと も_も あ_あ る_る 。_。 +その_その ため_ため 、_、 機械_きかい 翻訳_ほんやく と_と い_い う_う 表現_ひょうげん を_を 避け_さけ て_て 、_、 「_「 翻訳_ほんやく ソフト_そふと 」_」 と_と 言い換え_いいかえ る_る こと_こと を_を 勧め_すすめ る_る 人_ひと も_も い_い る_る 。_。 +翻訳_ほんやく ソフト_そふと の_の 種類_しゅるい +無料_むりょう から_から 数_すう 万_まん 円_えん 程度_ていど の_の 一般_いっぱん 消費_しょうひ 者_しゃ 向け_むけ の_の 製品_せいひん と_と 、_、 数_すう 万_まん 円_えん から_から 10_10 万_まん 円_えん 前後_ぜんご の_の 業務_ぎょうむ 用_よう 製品_せいひん に_に 大別_たいべつ さ_さ れ_れ る_る 。_。 +前者_ぜんしゃ は_は 自動_じどう 翻訳_ほんやく を_を 主眼_しゅがん に_に 置_お き_き 、_、 「_「 英語_えいご が_が 苦手_にがて な_な ユーザー_ゆーざー 」_」 が_が 「_「 ボタン_ぼたん 一_ひと つ_つ で_で 翻訳_ほんやく 」_」 と_と い_い っ_っ た_た 手軽_てがる さ_さ を_を 志向_しこう し_し て_て い_い る_る 。_。 +これ_これ に_に 対_たい し_し て_て 、_、 後者_こうしゃ は_は 専門_せんもん 辞書_じしょ や_や 辞書_じしょ の_の 管理_かんり 機能_きのう など_など が_が 充実_じゅうじつ し_し て_て お_お り_り 、_、 翻訳_ほんやく 支援_しえん に_に 使_つか わ_わ れ_れ る_る 。_。 +翻訳_ほんやく メモリ_めもり と_と の_の 連携_れんけい が_が 可能_かのう な_な 製品_せいひん も_も あ_あ る_る 。_。 +対話_たいわ 的_てき 翻訳_ほんやく が_が 可能_かのう な_な 対訳_たいやく エディタ_えでぃた は_は 、_、 最近_さいきん は_は 安価_あんか な_な 製品_せいひん に_に も_も 搭載_とうさい さ_さ れ_れ る_る よう_よう に_に な_な っ_っ た_た が_が 、_、 上位_じょうい 製品_せいひん で_で は_は 必須_ひっす で_で あ_あ る_る 。_。 +業務_ぎょうむ 用_よう 翻訳_ほんやく ソフト_そふと は_は 、_、 「_「 それ_それ を_を 使_つか え_え ば_ば 誰_だれ で_で も_も プロ_ぷろ 並み_なみ の_の 翻訳_ほんやく が_が でき_でき る_る 」_」 と_と い_い っ_っ た_た もの_もの で_で は_は な_な い_い 。_。 +業務_ぎょうむ 用_よう 翻訳_ほんやく ソフト_そふと を_を 「_「 英語_えいご が_が 苦手_にがて な_な ユーザー_ゆーざー 」_」 が_が 購入_こうにゅう する_する 場合_ばあい も_も あ_あ る_る が_が 、_、 業務_ぎょうむ 用_よう 翻訳_ほんやく ソフト_そふと は_は 専門_せんもん 知識_ちしき と_と 技能_ぎのう を_を 備え_そなえ た_た 翻訳_ほんやく 者_しゃ に_に よ_よ っ_っ て_て のみ_のみ 、_、 その_その 真価_しんか を_を 発揮_はっき でき_でき る_る 。_。 +翻訳_ほんやく ソフト_そふと の_の 特性_とくせい +翻訳_ほんやく ソフト_そふと は_は 、_、 手紙_てがみ の_の よう_よう に_に 非_ひ 定型_ていけい 的_てき な_な 文章_ぶんしょう や_や 、_、 ニュース_にゅーす など_など 新語_しんご や_や 固有_こゆう 名詞_めいし が_が 多_おお く_く 、_、 多様_たよう な_な 話題_わだい で_で あ_あ る_る 文章_ぶんしょう は_は 苦手_にがて で_で あ_あ る_る 。_。 +専門_せんもん 的_てき な_な 内容_ないよう で_で あ_あ っ_っ て_て も_も 、_、 定型_ていけい 的_てき で_で 不_ふ 特定_とくてい 多数_たすう を_を 対象_たいしょう と_と し_し て_て 分か_わか り_り やす_やす く_く 書_か か_か れ_れ た_た 文章_ぶんしょう 、_、 つまり_つまり マニュアル_まにゅある など_など の_の 文章_ぶんしょう で_で は_は 効果_こうか が_が 高_だか い_い 。_。 +適切_てきせつ な_な 専門_せんもん 用語_ようご 辞書_じしょ さえ_さえ あ_あ れ_れ ば_ば 、_、 専門_せんもん 性_せい が_が 高_たか けれ_けれ ば_ば 高_たか い_い ほど_ほど その_その 有用_ゆうよう 性_せい は_は 高ま_たかま る_る 。_。 +固有_こゆう 表現_ひょうげん 抽出_ちゅうしゅつ (_( こゆう_こゆう ひょうげん_ひょうげん ちゅうしゅつ_ちゅうしゅつ 、_、 英_えい :_:  _くうはく named_NAMED  _くうはく entity_ENTITY  _くうはく extraction_EXTRACTION 、_、 named_NAMED  _くうはく entity_ENTITY  _くうはく recognition_RECOGNITION )_) と_と は_は 、_、 計算_けいさん 機_き を_を 用い_もちい た_た 自然_しぜん 言語_げんご 処理_しょり 技術_ぎじゅつ の_の 一_ひと つ_つ で_で あ_あ り_り 、_、 固有_こゆう 名詞_めいし (_( 人名_じんめい 、_、 地名_ちめい など_など )_) や_や 日付_ひずけ 、_、 時間_じかん 表現_ひょうげん など_など を_を 抽出_ちゅうしゅつ する_する 技術_ぎじゅつ で_で あ_あ る_る 。_。 +情報_じょうほう 抽出_ちゅうしゅつ の_の 一_いっ 分野_ぶんや で_で あ_あ る_る と_と さ_さ れ_れ る_る 。_。 +目次_もくじ +1_1  _くうはく 目的_もくてき +2_2  _くうはく 歴史_れきし +3_3  _くうはく 具体_ぐたい 例_れい +4_4  _くうはく 手法_しゅほう +5_5  _くうはく 固有_こゆう 表現_ひょうげん 分類_ぶんるい +6_6  _くうはく 参考_さんこう 文献_ぶんけん +7_7  _くうはく 関連_かんれん 項目_こうもく +8_8  _くうはく 外部_がいぶ リンク_りんく +目的_もくてき +新聞_しんぶん 記事_きじ など_など 現実_げんじつ 世界_せかい に_に 存在_そんざい する_する テキスト_てきすと に_に は_は 大量_たいりょう の_の 固有_こゆう 表現_ひょうげん  _くうはく (_( Named_NAMED  _くうはく Entity_えんてぃてぃー )_)  _くうはく が_が 含_ふく ま_ま れ_れ て_て い_い る_る 。_。 +形態_けいたい 素_そ 解析_かいせき など_など を_を 行な_おこな う_う 際_さい 、_、 それ_それ ら_ら の_の 固有_こゆう 表現_ひょうげん は_は 辞書_じしょ に_に 登録_とうろく さ_さ れ_れ て_て い_い な_な い_い 場合_ばあい 、_、 未知_みち 語_ご と_と し_し て_て 扱_あつか わ_わ れ_れ 、_、 解析_かいせき の_の 誤り_あやまり を_を 起こ_おこ す_す 。_。 +その_その ため_ため 、_、 様々_さまざま な_な 固有_こゆう 表現_ひょうげん を_を 辞書_じしょ に_に 登録_とうろく する_する 必要_ひつよう が_が あ_あ る_る が_が 、_、 前述_ぜんじゅつ の_の 通り_とおり 、_、 現実_げんじつ の_の テキスト_てきすと に_に は_は 大量_たいりょう の_の 固有_こゆう 表現_ひょうげん が_が 存在_そんざい し_し 、_、 人手_ひとで で_で それ_それ ら_ら を_を 登録_とうろく する_する こと_こと は_は 困難_こんなん で_で あ_あ る_る 。_。 +この_この 問題_もんだい を_を 解決_かいけつ する_する ため_ため 、_、 計算_けいさん 機_き に_に よ_よ っ_っ て_て 大量_たいりょう の_の テキスト_てきすと から_から 固有_こゆう 表現_ひょうげん を_を 自動_じどう 的_てき に_に 抽出_ちゅうしゅつ する_する 技術_ぎじゅつ が_が 生まれ_うまれ た_た 。_。 +歴史_れきし +この_この 節_せつ は_は 執筆_しっぴつ の_の 途中_とちゅう で_で す_す  _くうはく この_この 節_せつ は_は 執筆_しっぴつ 中_ちゅう で_で す_す 。_。 +加筆_かひつ 、_、 訂正_ていせい し_し て_て 下さ_くださ る_る 協力_きょうりょく 者_しゃ を_を 求め_もとめ て_て い_い ま_ま す_す 。_。 +固有_こゆう 表現_ひょうげん と_と い_い う_う 概念_がいねん と_と 固有_こゆう 表現_ひょうげん 抽出_ちゅうしゅつ が_が 提唱_ていしょう さ_さ れ_れ た_た の_の は_は 、_、 1990_せんきゅうひゃくきゅうじゅう 年頃_としごろ アメリカ_あめりか 合衆_がっしゅう 国_こく の_の DARPA_だーぱ が_が 組織_そしき し_し た_た 評価_ひょうか 型_がた プロジェクト_ぷろじぇくと  _くうはく MUC_MUC  _くうはく (_( Message _MESSAGE_ Understand_UNDERSTAND ing_いんぐ  _くうはく Conference_こんふぁれんす )_)  _くうはく に_に お_お い_い て_て で_で あ_あ る_る と_と さ_さ れ_れ る_る 。_。 +日本_にっぽん 国_こく 内_ない に_に お_お い_い て_て は_は 情報_じょうほう 抽出_ちゅうしゅつ ・_・ 情報_じょうほう 検索_けんさく の_の 評価_ひょうか 型_がた ワークショップ_わーくしょっぷ で_で あ_あ る_る  _くうはく IREX_IREX  _くうはく (_( Information_INFORMATION  _くうはく Retr_RETR ieval_IEVAL  _くうはく and_AND  _くうはく Extraction_EXTRACTION  _くうはく Exercise_EXERCISE )_)  _くうはく に_に おけ_おけ る_る 情報_じょうほう 抽出_ちゅうしゅつ の_の 共有_きょうゆう タスク_たすく の_の 一_ひと つ_つ と_と し_し て_て 出題_しゅつだい さ_さ れ_れ た_た 。_。 +自然_しぜん 言語_げんご 生成_せいせい (_( 英_えい :_:  _くうはく Natural_NATURAL  _くうはく language _LANGUAGE_ generation_GENERATION )_) と_と は_は 、_、 自然_しぜん 言語_げんご 処理_しょり の_の 一種_いっしゅ で_で 知識_ちしき ベース_べーす や_や 論理_ろんり 形式_けいしき など_など の_の 機械_きかい 表現_ひょうげん 系_けい から_から 自然_しぜん 言語_げんご を_を 生成_せいせい する_する こと_こと を_を 言_い う_う 。_。 +自然_しぜん 言語_げんご 理解_りかい の_の 逆_ぎゃく と_と 言_い わ_わ れ_れ る_る こと_こと も_も あ_あ る_る 。_。 +自然_しぜん 言語_げんご 理解_りかい が_が 入力_にゅうりょく 文_ぶん を_を 明確_めいかく 化_か し_し て_て 機械_きかい 表現_ひょうげん 言語_げんご を_を 生成_せいせい する_する の_の に_に 対_たい し_し て_て 、_、 自然_しぜん 言語_げんご 生成_せいせい は_は 概念_がいねん を_を 如何_どう に_に し_し て_て 言葉_ことば で_で 表_あらわ すか_すか に_に つ_つ い_い て_て 判断_はんだん を_を 必要_ひつよう と_と する_する 。_。 +目次_もくじ +1_1  _くうはく 概要_がいよう +2_2  _くうはく 応用_おうよう +3_3  _くうはく 参考_さんこう 文献_ぶんけん +4_4  _くうはく 外部_がいぶ リンク_りんく +概要_がいよう +テキスト_てきすと 生成_せいせい プロセス_ぷろせす に_に は_は 、_、 たとえば_たとえば 決まり_きまり 文句_もんく の_の 一覧_いちらん から_から 選_えら ば_ば れ_れ た_た 言葉_ことば を_を 接続_せつぞく 用_よう テキスト_てきすと で_で 繋げ_つなげ る_る と_と い_い っ_っ た_た 単純_たんじゅん な_な 処理_しょり も_も あ_あ る_る 。_。 +これ_これ は_は 例えば_たとえば 、_、 占い_うらない 機械_きかい や_や パーソナライズ_ぱーそならいず さ_さ れ_れ た_た ビジネス_びじねす レター_れたー の_の よう_よう な_な 領域_りょういき で_で は_は 十分_じゅうぶん な_な 文章_ぶんしょう を_を 生成_せいせい する_する 。_。 +しかし_しかし 洗練_せんれん さ_さ れ_れ た_た 自然_しぜん 言語_げんご 生成_せいせい システム_しすてむ で_で は_は 、_、 決まり_きまり 文句_もんく の_の 繰り返し_くりかえし に_に 見え_みえ な_な い_い 自然_しぜん な_な 文章_ぶんしょう を_を 生成_せいせい する_する ため_ため 、_、 情報_じょうほう の_の 統合_とうごう と_と 計画_けいかく の_の フェーズ_ふぇーず を_を 必要_ひつよう と_と する_する 。_。 +典型_てんけい 的_てき な_な フェーズ_ふぇーず は_は 次_つぎ の_の 通り_とおり で_で あ_あ る_る 。_。 +コンテンツ_こんてんつ 決定_けってい +言及_げんきゅう する_する 価値_かち が_が あ_あ る_る 特徴_とくちょう ・_・ 属性_ぞくせい を_を 決定_けってい する_する 。_。 +この_この 段階_だんかい で_で 使_つか う_う 技法_ぎほう は_は データ_でーた マイニング_まいにんぐ と_と 関係_かんけい する_する 。_。 +論述_ろんじゅつ 計画_けいかく +情報_じょうほう 提示_ていじ を_を 全体_ぜんたい と_と し_し て_て 構成_こうせい する_する 。_。 +文_ぶん の_の 統合_とうごう +類似_るいじ の_の 文_ぶん を_を 統合_とうごう し_し て_て 、_、 可読_かどく 性_せい と_と 自然_しぜん らし_らし さ_さ を_を 改善_かいぜん する_する 。_。 +例えば_たとえば 、_、 「_「 次_つぎ の_の 列車_れっしゃ は_は カレドニア_かれどにあ 急行_きゅうこう で_で す_す 」_」 と_と 「_「 次_つぎ の_の 列車_れっしゃ は_は 午前_ごぜん 10_10 時_じ に_に アバディーン_あばでぃーん を_を 発_はっ ち_ち ま_ま す_す 」_」 と_と い_い う_う 文_ぶん を_を 統合_とうごう し_し て_て 「_「 午前_ごぜん 10_10 時_じ 発_はつ の_の 次_つぎ の_の 列車_れっしゃ は_は カレドニア_かれどにあ 急行_きゅうこう で_で す_す 」_」 と_と する_する 。_。 +語彙_ごい 化_か +概念_がいねん を_を 単語_たんご に_に 置き換え_おきかえ る_る 。_。 +参照_さんしょう 表現_ひょうげん の_の 生成_せいせい +代_だい 名詞_めいし など_など の_の 参照_さんしょう を_を 意味_いみ する_する 表現_ひょうげん を_を 導入_どうにゅう し_し て_て 文_ぶん の_の 中_なか の_の 単語_たんご 同士_どうし を_を リンク_りんく する_する 。_。 +統語_とうご 的_てき /_・ 形態_けいたい 素的_すてき 処理_しょり +構文_こうぶん 解析_かいせき の_の 逆_ぎゃく を_を 行_おこな う_う 。_。 +これ_これ まで_まで の_の フェーズ_ふぇーず で_で 集め_あつめ た_た 全て_すべて の_の 情報_じょうほう を_を 使_つか っ_っ て_て 、_、 統語_とうご 論_ろん 規則_きそく と_と 形態_けいたい 論_ろん 規則_きそく を_を 適用_てきよう し_し 、_、 実際_じっさい の_の 文_ぶん を_を 表_あらわ す_す 文字_もじ 列_れつ を_を 生成_せいせい する_する 。_。 +正書_せいしょ 法_ほう 処理_しょり +大_だい 文字_もじ 小_しょう 文字_もじ や_や 約_やく 物_もの の_の 使い分け_つかいわけ 、_、 フォーマット_ふぉーまっと など_など を_を 行_おこな う_う 。_。 +応用_おうよう +自然_しぜん 言語_げんご 生成_せいせい の_の 応用_おうよう の_の 最_さい た_た る_る 例_れい は_は 、_、 数値_すうち など_など の_の 言語_げんご 的_てき で_で な_な い_い データ_でーた を_を テキスト_てきすと 化_か さ_さ れ_れ た_た 概要_がいよう に_に 変換_へんかん する_する システム_しすてむ で_で あ_あ り_り 、_、 自然_しぜん 言語_げんご 生成_せいせい と_と データ_でーた 解析_かいせき を_を 統合_とうごう し_し た_た もの_もの で_で あ_あ る_る 。_。 +例えば_たとえば 、_、 数値_すうち 予報_よほう データ_でーた から_から 自動_じどう 的_てき に_に 天気_てんき 予報_よほう の_の 文章_ぶんしょう を_を 生成_せいせい する_する システム_しすてむ など_など が_が あ_あ る_る 。_。 +また_また 、_、 変わ_かわ っ_っ た_た ところ_ところ で_で は_は 、_、 ジョーク_じょーく を_を 自動_じどう 生成_せいせい する_する システム_しすてむ も_も あ_あ る_る 。_。 +光学_こうがく 文字_もじ 認識_にんしき (_( こうがく_こうがく も_も じにんしき_じにんしき 、_、 英_えい :_:  _くうはく Optical_OPTICAL  _くうはく Character_CHARACTER  _くうはく Recognition_RECOGNITION )_) は_は 、_、 活字_かつじ の_の 文書_ぶんしょ の_の 画像_がぞう (_( 通常_つうじょう イメージ_いめーじ スキャナー_すきゃなー で_で 取り込_とりこ ま_ま れ_れ る_る )_) を_を コンピュータ_こんぴゅーた が_が 編集_へんしゅう でき_でき る_る 形式_けいしき (_( 文字_もじ コード_こーど の_の 列_れつ )_) に_に 変換_へんかん する_する ソフトウェア_そふとうぇあ で_で あ_あ る_る 。_。 +一般_いっぱん に_に OCR_おーしーあーる と_と 略記_りゃっき さ_さ れ_れ る_る 。_。 +OCR_おーしーあーる は_は 、_、 人工_じんこう 知能_ちのう や_や マシンビジョン_ましんびじょん の_の 研究_けんきゅう 分野_ぶんや と_と し_し て_て 始ま_はじま っ_っ た_た 。_。 +研究_けんきゅう は_は 続け_つずけ られ_られ て_て い_い る_る が_が 、_、 OCR_おーしーあーる の_の 中心_ちゅうしん は_は その_その 実装_じっそう と_と 応用_おうよう に_に 移_うつ っ_っ て_て い_い る_る 。_。 +紙_かみ に_に 印刷_いんさつ さ_さ れ_れ た_た 文書_ぶんしょ を_を デジ_でじ タイズ_たいず し_し 、_、 より_より コンパクト_こんぱくと な_な 形_かたち で_で 記録_きろく する_する の_の に_に 必要_ひつよう と_と さ_さ れ_れ る_る 。_。 +さらに_さらに 、_、 文字_もじ コード_こーど に_に 変換_へんかん する_する こと_こと で_で 機械_きかい 翻訳_ほんやく や_や 音声_おんせい 合成_ごうせい の_の 入力_にゅうりょく に_に も_も 使え_つかえ る_る よう_よう に_に な_な り_り 、_、 テキストマイニング_てきすとまいにんぐ も_も 可能_かのう と_と な_な る_る 。_。 +研究_けんきゅう 分野_ぶんや と_と し_し て_て は_は 、_、 パターン_ぱたーん 認識_にんしき 、_、 人工_じんこう 知能_ちのう 、_、 コンピュータビジョン_こんぴゅーたびじょん が_が 対応_たいおう する_する 。_。 +(_( 鏡_かがみ や_や レンズ_れんず と_と い_い っ_っ た_た 光学_こうがく 技術_ぎじゅつ を_を 使_つか っ_っ た_た )_) 光学_こうがく 文字_もじ 認識_にんしき と_と (_( スキャナー_すきゃなー と_と アルゴリズム_あるごりずむ に_に よ_よ る_る )_) デジタル_でじたる 文字_もじ 認識_にんしき は_は 本来_ほんらい 別_べつ の_の 領域_りょういき と_と 考え_かんがえ られ_られ て_て い_い た_た 。_。 +光学_こうがく 技術_ぎじゅつ と_と し_し て_て 生き残_いきのこ っ_っ た_た 部分_ぶぶん が_が 非常_ひじょう に_に 少な_すくな い_い ため_ため 、_、 光学_こうがく 文字_もじ 認識_にんしき と_と い_い う_う 言葉_ことば は_は 現在_げんざい で_で は_は デジタル_でじたる 文字_もじ 認識_にんしき を_を 含_ふく む_む もの_もの と_と みな_みな さ_さ れ_れ て_て い_い る_る 。_。 +初期_しょき の_の システム_しすてむ は_は 特定_とくてい の_の 書体_しょたい を_を 読_よ む_む ため_ため の_の 「_「 トレーニング_とれーにんぐ 」_」 が_が 必要_ひつよう で_で あ_あ っ_っ た_た (_( 事前_じぜん に_に その_その 書体_しょたい の_の サンプル_さんぷる を_を 読_よ ま_ま せ_せ る_る こと_こと を_を 意味_いみ する_する )_) 。_。 +現在_げんざい で_で は_は 、_、 ほとんど_ほとんど の_の 書体_しょたい を_を 高_たか い_い 識字_しきじ 率_りつ で_で 変換_へんかん する_する こと_こと が_が 可能_かのう で_で あ_あ る_る 。_。 +いく_いく つ_つ か_か の_の システム_しすてむ で_で は_は 読み込_よみこ ま_ま れ_れ た_た 画像_がぞう から_から それ_それ と_と ほぼ_ほぼ 同じ_おなじ に_に な_な る_る よう_よう フォーマット_ふぉーまっと さ_さ れ_れ た_た 出力_しゅつりょく (_( 例えば_たとえば ワード_わーど プロセッサ_ぷろせっさ の_の ファイル_ふぁいる の_の よう_よう な_な もの_もの )_) を_を 生成_せいせい する_する こと_こと が_が 可能_かのう で_で あ_あ り_り 、_、 中_なか に_に は_は 画像_がぞう など_など の_の 文書_ぶんしょ 以外_いがい の_の 部分_ぶぶん が_が 含_ふく ま_ま れ_れ て_て い_い て_て も_も 正し_ただし く_く 認識_にんしき する_する もの_もの も_も あ_あ る_る 。_。 +目次_もくじ +1_1  _くうはく 歴史_れきし +2_2  _くうはく 視覚_しかく 障害_しょうがい 者_しゃ に_に と_と っ_っ て_て の_の 重要_じゅうよう 性_せい +3_3  _くうはく OCR_おーしーあーる 技術_ぎじゅつ の_の 状況_じょうきょう +4_4  _くうはく 楽譜_がくふ OCR_おーしーあーる +5_5  _くうはく OCR_おーしーあーる ソフトウェア_そふとうぇあ +6_6  _くうはく 脚注_きゃくちゅう +7_7  _くうはく 関連_かんれん 項目_こうもく +8_8  _くうはく 外部_がいぶ リンク_りんく +歴史_れきし +光学_こうがく 文字_もじ 認識_にんしき の_の 原点_げんてん は_は 、_、 電信_でんしん 技術_ぎじゅつ の_の 拡張_かくちょう と_と 視覚_しかく 障害_しょうがい 者_しゃ が_が 文字_もじ を_を 読_よ む_む ため_ため の_の 機械_きかい の_の 開発_かいはつ と_と い_い う_う 2_2 つ_つ の_の 問題_もんだい に_に まつわ_まつわ る_る 活動_かつどう で_で あ_あ る_る 。_。 +1914_1914 年_ねん エマニュエル_えまにゅえる ・_・ ゴールドバーグ_ごーるどばーぐ (_( 英語_えいご 版_ばん )_) は_は 、_、 文字_もじ 列_れつ を_を 読み取_よみと り_り 電信_でんしん 符号_ふごう に_に 変換_へんかん する_する 機械_きかい を_を 開発_かいはつ し_し た_た [_「 要_よう 出典_しゅってん ]_」 。_。 +同じ_おなじ ころ_ころ エドマンド_えどまんど ・_・ フルニエ_ふるにえ ・_・ ダルベ_だるべ (_( 英語_えいご 版_ばん )_) は_は オプトフォン_おぷとふぉん (_( 英語_えいご 版_ばん )_) と_と い_い う_う 携帯_けいたい 型_がた スキャナ_すきゃな を_を 開発_かいはつ し_し た_た 。_。 +これ_これ を_を 印刷_いんさつ 物_ぶつ の_の ページ_ぺーじ 上_じょう で_で すべ_すべ ら_ら せ_せ る_る と_と 、_、 文字_もじ の_の 形状_けいじょう に_に よ_よ っ_っ て_て 異な_ことな る_る 音_おと を_を 発_はっ する_する 。_。 +ゴールドバーグ_ごーるどばーぐ は_は データ_でーた 入力_にゅうりょく 手段_しゅだん と_と し_し て_て OCR_おーしーあーる 技術_ぎじゅつ の_の 開発_かいはつ を_を 続け_つずけ た_た 。_。 +後_あと に_に 彼_かれ は_は 、_、 画像_がぞう を_を 光電_こうでん 管_かん で_で 読み取_よみと り_り 、_、 必要_ひつよう な_な 識別_しきべつ パターン_ぱたーん を_を 含_ふく む_む テンプレート_てんぷれーと と_と 比較_ひかく する_する こと_こと で_で マッチング_まっちんぐ を_を 見つけ_みつけ る_る と_と い_い う_う 技法_ぎほう を_を 提案_ていあん し_し た_た 。_。 +1929_1929 年_ねん 、_、 グスタフ_ぐすたふ ・_・ タウシェク_たうしぇく (_( 英語_えいご 版_ばん )_) も_も 同様_どうよう の_の アイデア_あいであ を_を 思いつ_おもいつ き_き 、_、 ドイツ_どいつ で_で OCR_おーしーあーる に_に 関_かん する_する 特許_とっきょ を_を 取得_しゅとく し_し た_た 。_。 +アメリカ_あめりか で_で は_は 1933_1933 年_ねん 、_、 ポール_ぽーる ・_・ W_W ・_・ ハンデル_はんでる が_が 同様_どうよう の_の テンプレート_てんぷれーと ・_・ マッチング_まっちんぐ 方式_ほうしき の_の OCR_おーしーあーる 技術_ぎじゅつ の_の 特許_とっきょ を_を 取得_しゅとく し_し て_て い_い る_る (_( アメリカ_あめりか 合衆_がっしゅう 国_こく 特許_とっきょ 第_だい 1_1 ,_、 91_91 5_5 ,_、 993_993 号_ごう )_) 。_。 +1935_1935 年_ねん 、_、 タウシェク_たうしぇく も_も アメリカ_あめりか で_で 特許_とっきょ を_を 取得_しゅとく し_し た_た (_( アメリカ_あめりか 合衆_がっしゅう 国_こく 特許_とっきょ 第_だい 2,_2、 0_0 2_2 6_6 ,_、 329_329 号_ごう )_) 。_。 +1949_1949 年_ねん 、_、 米国_べいこく 復員_ふくいん 軍人_ぐんじん 援護_えんご 局_きょく から_から 視覚_しかく 障害_しょうがい 者_しゃ 支援_しえん の_の ため_ため と_と い_い う_う 要請_ようせい を_を 受け_うけ 、_、 RCA_RCA の_の 技術_ぎじゅつ 者_しゃ ら_ら が_が 初期_しょき の_の コンピュータ_こんぴゅーた を_を 使_つか っ_っ た_た OCR_おーしーあーる を_を 研究_けんきゅう し_し た_た 。_。 +この_この 研究_けんきゅう に_に は_は 、_、 単に_たんに 活字_かつじ を_を コンピュータ内_こんぴゅーたうち の_の 文字_もじ コード_こーど に_に 変換_へんかん する_する だけ_だけ で_で な_な く_く 、_、 その_その 文字_もじ を_を 読み上げ_よみあげ る_る と_と い_い う_う 部分_ぶぶん も_も 含_ふく ま_ま れ_れ て_て お_お り_り 、_、 初期_しょき の_の 音声_おんせい 合成_ごうせい の_の 研究_けんきゅう で_で も_も あ_あ る_る 。_。 +しかし_しかし 、_、 コスト_こすと が_が かか_かか り_り すぎ_すぎ る_る こと_こと が_が 判明_はんめい し_し 、_、 研究_けんきゅう は_は 挫折_ざせつ し_し た_た 。_。 +1950_1950 年_ねん 、_、 AFSA_AFSA (_( アメリカ_あめりか 国家_こっか 安全_あんぜん 保障_ほしょう 局_きょく の_の 前身_ぜんしん )_) の_の 暗号_あんごう 解読_かいどく 者_しゃ デイヴィッド_でいヴぃっど ・_・ H_H ・_・ シェパード_しぇぱーど (_( 英語_えいご 版_ばん )_) は_は 、_、 日本_にっぽん の_の パープル_ぱーぷる 暗号_あんごう を_を 解読_かいどく し_し た_た こと_こと で_で 知_し ら_ら れ_れ る_る フランク_ふらんく ・_・ ロウレット_ろうれっと の_の 依頼_いらい に_に よ_よ り_り 、_、 ルイス_るいす ・_・ トーデラ_とーでら と_と 共_とも に_に 局_きょく の_の 手続き_てつずき の_の 自動_じどう 化_か の_の 勧告_かんこく 案_あん 作成_さくせい に_に 取り組_とりく ん_ん だ_だ 。_。 +その_その 中_なか に_に は_は 印刷_いんさつ さ_さ れ_れ た_た 文書_ぶんしょ を_を コンピュータ_こんぴゅーた が_が 処理_しょり でき_でき る_る 形式_けいしき に_に 変換_へんかん する_する 問題_もんだい も_も 含_ふく ま_ま れ_れ て_て い_い た_た 。_。 +シェパード_しぇぱーど は_は その_その よう_よう な_な こと_こと を_を する_する 機械_きかい  _くうはく ”_” Gismo_GISMO ”_”  _くうはく を_を 作成_さくせい する_する こと_こと を_を 決め_きめ 、_、 友人_ゆうじん の_の ハーヴェイ_はーヴぇい ・_・ クック_くっく と_と 共_とも に_に 自宅_じたく で_で 夜_よる や_や 週末_しゅうまつ を_を 利用_りよう し_し て_て 試作_しさく に_に 取り組_とりく ん_ん だ_だ 。_。 +1953_1953 年_ねん 、_、 シェパード_しぇぱーど は_は 特許_とっきょ (_( アメリカ_あめりか 合衆_がっしゅう 国_こく 特許_とっきょ 第_だい 2_2 ,_、 6_6 6_6 3_3 ,75_、75 8_8 号_ごう )_) を_を 取得_しゅとく 。_。 +Gismo_GISMO は_は 英語_えいご の_の アルファベット_あるふぁべっと の_の うち_うち 23_23 文字_もじ を_を 読み取_よみと る_る こと_こと が_が でき_でき 、_、 モールス_もーるす 符号_ふごう を_を 理解_りかい し_し 、_、 楽譜_がくふ を_を 読みと_よみと る_る こと_こと が_が でき_でき 、_、 活字_かつじ の_の ページ_ぺーじ を_を 読み上げ_よみあげ る_る こと_こと が_が でき_でき 、_、 タイプ_たいぷ さ_さ れ_れ た_た ページ_ぺーじ を_を 読みと_よみと っ_っ て_て プリンター_ぷりんたー で_で 複製_ふくせい する_する こと_こと が_が でき_でき た_た 。_。 +シェパード_しぇぱーど は_は その_その 後_ご  _くうはく Intelligent_INTELLIGENT  _くうはく Machines_MACHINES  _くうはく Research_りさーち  _くうはく Corporation_こーぽれーしょん (_( 英語_えいご 版_ばん )_)  _くうはく (_( IMR_IMR )_)  _くうはく を_を 設立_せつりつ し_し 、_、 世界_せかい 初_はつ の_の いく_いく つ_つ か_か の_の 商用_しょうよう OCR_おーしーあーる システム_しすてむ を_を 出荷_しゅっか し_し た_た 。_。 +Gismo_GISMO  _くうはく も_も  _くうはく IMR_IMR  _くうはく の_の システム_しすてむ も_も 単純_たんじゅん な_な 文字_もじ マッチング_まっちんぐ で_で は_は な_な い_い 画像_がぞう 解析_かいせき を_を し_し て_て い_い て_て 、_、 いく_いく つ_つ か_か の_の 書体_しょたい を_を 認識_にんしき する_する こと_こと が_が でき_でき た_た 。_。 +Gismo_GISMO  _くうはく は_は 画像_がぞう 中_ちゅう の_の 文字_もじ の_の 位置_いち を_を 正確_せいかく に_に 合わせ_あわせ る_る 必要_ひつよう が_が あ_あ っ_っ た_た が_が 、_、 IMR_IMR システム_しすてむ で_で は_は スキャン_すきゃん 領域_りょういき の_の どこ_どこ の_の 文字_もじ で_で あ_あ っ_っ て_て も_も 認識_にんしき でき_でき 、_、 実用_じつよう に_に 耐え_たえ る_る もの_もの で_で あ_あ っ_っ た_た 。_。 +最初_さいしょ の_の 商用_しょうよう システム_しすてむ は_は 1955_1955 年_ねん に_に リーダーズ_りーだーず ・_・ ダイジェスト_だいじぇすと 社_しゃ に_に 納入_のうにゅう さ_さ れ_れ 、_、 販売_はんばい 報告_ほうこく 書_しょ を_を コンピュータ_こんぴゅーた に_に 入力_にゅうりょく する_する の_の に_に 使_つか わ_わ れ_れ た_た 。_。 +タイプ_たいぷ さ_さ れ_れ た_た 報告_ほうこく 書_しょ を_を パンチ_ぱんち カード_かーど に_に 変換_へんかん し_し 、_、 それ_それ を_を コンピュータ_こんぴゅーた に_に 入力_にゅうりょく する_する もの_もの で_で 、_、 年間_ねんかん 1500_1500 万_まん から_から 2000_2000 万_まん 部_ぶ を_を 売り上げ_うりあげ て_て い_い る_る 同社_どうしゃ の_の 事務_じむ 処理_しょり を_を 効率_こうりつ 化_か し_し た_た 。_。 +この_この システム_しすてむ は_は 後_あと に_に スミソニアン_すみそにあん 博物_はくぶつ 館_かん に_に 無償_むしょう で_で 提供_ていきょう さ_さ れ_れ 展示_てんじ さ_さ れ_れ て_て い_い る_る 。_。 +2_2 台_だい 目_め の_の システム_しすてむ は_は スタンダード_すたんだーど ・_・ オイル_おいる が_が カリフォルニア_かりふぉるにあ 州_しゅう で_で クレジット_くれじっと カード_かーど の_の 文字_もじ を_を 読み取_よみと る_る ため_ため に_に 使_つか い_い 、_、 他_た の_の 石油_せきゆ 会社_がいしゃ も_も これ_これ に_に 追随_ついずい し_し た_た 。_。 +IMR_IMR が_が 1950_1950 年代_ねんだい 後半_こうはん に_に 販売_はんばい し_し た_た 他_ほか の_の システム_しすてむ と_と し_し て_て は_は 電話_でんわ 会社_がいしゃ の_の 請求_せいきゅう 書_しょ 読み取_よみと り_り 装置_そうち や_や アメリカ_あめりか 空軍_くうぐん の_の テレタイプ_てれたいぷ 用_よう ページ_ぺーじ スキャナー_すきゃなー など_など が_が あ_あ る_る 。_。 +IBM_IBM など_など は_は 後_あと に_に シェパード_しぇぱーど から_から OCR_おーしーあーる 特許_とっきょ の_の ライセンス_らいせんす 供与_きょうよ を_を 受け_うけ て_て い_い る_る 。_。 +1965_1965 年_ねん ごろ_ごろ 、_、 リーダーズ_りーだーず ・_・ ダイジェスト_だいじぇすと と_と RCA_RCA は_は 、_、 使_つか わ_わ れ_れ て_て 戻_もど っ_っ て_て き_き た_た 同誌_どうし の_の 広告_こうこく に_に つ_つ い_い て_て い_い る_る クーポン_くーぽん の_の シリアル_しりある 番号_ばんごう を_を 読み取_よみと る_る OCR_おーしーあーる 装置_そうち を_を 共同_きょうどう で_で 開発_かいはつ し_し た_た 。_。 +シリアル_しりある 番号_ばんごう は_は RCA_RCA の_の プリンター_ぷりんたー で_で OCR_おーしーあーる ーA_ーA フォント_ふぉんと (_( 英語_えいご 版_ばん )_) で_で 印字_いんじ さ_さ れ_れ た_た 。_。 +読み取_よみと り_り 装置_そうち は_は  _くうはく RCA_RCA  _くうはく 30_30 1_1  _くうはく と_と い_い う_う コンピュータ_こんぴゅーた に_に 直接_ちょくせつ 接続_せつぞく さ_さ れ_れ た_た 。_。 +この_この 技術_ぎじゅつ は_は TWA_TWA で_で 航空_こうくう チケット_ちけっと の_の 読み取り_よみとり に_に も_も 使_つか わ_わ れ_れ る_る こと_こと と_と な_な る_る 。_。 +読み取_よみと り_り 装置_そうち は_は 毎分_まいふん 1,500_1、500 枚_まい の_の 文書_ぶんしょ を_を 処理_しょり でき_でき 、_、 正し_ただし く_く 読み取れ_よみとれ な_な かっ_かっ た_た 文書_ぶんしょ は_は 弾_はず か_か れ_れ る_る 。_。 +RCA_RCA は_は これ_これ を_を 製品_せいひん 化_か し_し 、_、 保険_ほけん 会社_がいしゃ など_など が_が 採用_さいよう し_し た_た 。_。 +アメリカ_あめりか 合衆_がっしゅう 国_こく 郵便_ゆうびん 公社_こうしゃ も_も 1965_1965 年_ねん から_から 発明_はつめい 家_か ジェイコブ_じぇいこぶ ・_・ レインボー_れいんぼー (_( 英語_えいご 版_ばん )_) の_の 開発_かいはつ し_し た_た 技術_ぎじゅつ を_を 元_もと に_に し_し て_て OCR_おーしーあーる マシン_ましん を_を 使_つか っ_っ て_て い_い る_る 。_。 +ヨーロッパ_よーろっぱ で_で OCR_おーしーあーる を_を 最初_さいしょ に_に 採用_さいよう し_し た_た の_の は_は イギリス_いぎりす の_の 郵便_ゆうびん 局_きょく だっ_だっ た_た 。_。 +イギリス_いぎりす で_で は_は 1965_1965 年_ねん 、_、 郵便_ゆうびん 貯金_ちょきん に_に 相当_そうとう する_する ナショナル_なしょなる ・_・ ジャイロ_じゃいろ (_( 英語_えいご 版_ばん )_) が_が OCR_おーしーあーる を_を 使_つか っ_っ た_た 自動_じどう 化_か を_を 行_おこな っ_っ た_た 。_。 +カナダ_かなだ の_の 郵便_ゆうびん 局_きょく は_は 1971_せんきゅうひゃくななじゅういち 年_ねん から_から OCR_おーしーあーる を_を 使用_しよう し_し て_て い_い る_る 。_。 +OCR_おーしーあーる は_は 受取_うけとり 人_にん の_の 名前_なまえ と_と 住所_じゅうしょ を_を 読み取_よみと っ_っ て_て ソート_そーと (_( 分類_ぶんるい )_) する_する ため_ため に_に 使_つか わ_わ れ_れ る_る 。_。 +そして_そして 郵便_ゆうびん 番号_ばんごう に_に 基づ_もとづ い_い た_た バー_ばー コード_こーど を_を 封筒_ふうとう に_に 印刷_いんさつ する_する 。_。 +その_その 後_ご 手紙_てがみ は_は バー_ばー コード_こーど に_に したが_したが っ_っ て_て 細か_こまか く_く ソート_そーと を_を する_する 。_。 +バー_ばー コード_こーど が_が 宛名_あてな と_と かぶ_かぶ る_る 可能_かのう 性_せい が_が あ_あ る_る ため_ため (_( 基本_きほん 的_てき に_に 宛名_あてな や_や 住所_じゅうしょ は_は どこ_どこ に_に 書_か い_い て_て も_も 良_よ い_い )_) 、_、 バー_ばー コード_こーど は_は 紫外_しがい 線_せん ライト_らいと で_で 見え_みえ る_る 特殊_とくしゅ な_な インク_いんく を_を 使用_しよう し_し て_て い_い る_る 。_。 +この_この インク_いんく は_は 通常_つうじょう の_の 光_ひかり で_で は_は オレンジ_おれんじ 色_いろ に_に 見え_みえ る_る 。_。 +なお_なお 、_、 日本_にっぽん で_で は_は 漢字_かんじ の_の 読み取り_よみとり が_が 難し_むずかし い_い ため_ため 、_、 1968_1968 年_ねん 7_7 月_がつ 1日_ついたち に_に 郵便_ゆうびん 番号_ばんごう が_が 導入_どうにゅう さ_さ れ_れ 、_、 手書き_てがき の_の 数字_すうじ で_で あ_あ る_る 郵便_ゆうびん 番号_ばんごう を_を OCR_おーしーあーる システム_しすてむ で_で 読み取_よみと っ_っ て_て ソート_そーと し_し て_て い_い た_た 。_。 +1998_せんきゅうひゃくきゅうじゅうはち 年_ねん に_に 郵便_ゆうびん 番号_ばんごう の_の 7_7 桁_けた 化_か が_が な_な さ_さ れ_れ て_て から_から は_は OCR_おーしーあーる で_で 読み取_よみと っ_っ た_た 際_さい に_に アメリカ_あめりか の_の よう_よう に_に バー_ばー コード_こーど (_( ただし_ただし こちら_こちら は_は 可視_かし 光_こう で_で は_は 無色_むしょく な_な インク_いんく を_を 使用_しよう )_) を_を 印刷_いんさつ する_する よう_よう に_に な_な っ_っ た_た 。_。 +視覚_しかく 障害_しょうがい 者_しゃ に_に と_と っ_っ て_て の_の 重要_じゅうよう 性_せい +1974_せんきゅうひゃくななじゅうよん 年_ねん 、_、 レイ_れい ・_・ カーツ_かーつ ワイル_わいる は_は あらゆる_あらゆる 書体_しょたい を_を 読み取れ_よみとれ る_る OCR_おーしーあーる の_の 開発_かいはつ を_を 行_おこな う_う  _くうはく Kurzweil_KURZWEIL  _くうはく Computer_COMPUTER  _くうはく Products_PRODUCTS ,_、  _くうはく Inc_いんく ._。  _くうはく を_を 創業_そうぎょう 。_。 +カーツ_かーつ ワイル_わいる は_は 、_、 音声_おんせい 合成_ごうせい 技術_ぎじゅつ と_と 組合わせれ_くみあわせれ ば_ば この_この 技術_ぎじゅつ が_が 視覚_しかく 障害_しょうがい 者_しゃ に_に と_と っ_っ て_て 最も_もっとも 役立_やくだ つ_つ と_と 考え_かんがえ た_た 。_。 +鍵_かぎ と_と な_な る_る 技術_ぎじゅつ は_は CCD_CCD イメージ_いめーじ スキャナ_すきゃな と_と 音声_おんせい 合成_ごうせい で_で あ_あ る_る 。_。 +1976_せんきゅうひゃくななじゅうろく 年_ねん 1_1 月_がつ 13_13 日_にち 、_、 製品_せいひん の_の 完成_かんせい 披露_ひろう が_が 行_おこな わ_わ れ_れ た_た 。_。 +1978_せんきゅうひゃくななじゅうはち 年_ねん 、_、 カーツ_かーつ ワイル_わいる は_は OCR_おーしーあーる ソフトウェア_そふとうぇあ の_の 販売_はんばい を_を 開始_かいし 。_。 +最初_さいしょ の_の 顧客_こきゃく は_は レクシスネクシス_れくしすねくしす で_で 、_、 ニュース_にゅーす など_など の_の 文書_ぶんしょ を_を データベース_でーたべーす に_に 入力_にゅうりょく する_する の_の に_に 使_つか っ_っ た_た 。_。 +2_2 年_ねん 後_ご 、_、 カーツ_かーつ ワイル_わいる は_は 会社_かいしゃ を_を ゼロックス_ぜろっくす に_に 売却_ばいきゃく 。_。 +後_あと に_に ゼロックス_ぜろっくす は_は その_その 部門_ぶもん を_を  _くうはく Scansoft_SCANSOFT  _くうはく と_と し_し て_て スピンオフ_すぴんおふ さ_さ せ_せ 、_、 Scansoft_SCANSOFT  _くうはく は_は ニュアンス_にゅあんす コミュニケーションズ_こみゅにけーしょんず (_( 英語_えいご 版_ばん )_) と_と 合併_がっぺい し_し た_た 。_。 +OCR_おーしーあーる 技術_ぎじゅつ の_の 状況_じょうきょう +1990_せんきゅうひゃくきゅうじゅう 年代_ねんだい 中ごろ_なかごろ 、_、 アメリカ_あめりか 合衆_がっしゅう 国_こく エネルギー_えねるぎー 省_しょう  _くうはく (_( DOE_でぃーおーいー )_)  _くうはく は_は 情報_じょうほう 科学_かがく 研究_けんきゅう 所_しょ  _くうはく (_( ISRI_ISRI )_)  _くうはく に_に 印刷_いんさつ 文書_ぶんしょ の_の 認識_にんしき 技術_ぎじゅつ 育成_いくせい と_と い_い う_う 使命_しめい を_を 与え_あたえ た_た 。_。 +それ_それ に_に よ_よ り_り 5_5 年間_ねんかん に_に 渡_わた っ_っ て_て  _くうはく Annual_あにゅある  _くうはく Test_てすと  _くうはく of_OF  _くうはく OCR_おーしーあーる  _くうはく Accuracy_ACCURACY  _くうはく が_が まとめ_まとめ られ_られ た_た 。_。 +ラテン_らてん 文字_もじ の_の 活字_かつじ 文書_ぶんしょ の_の 正確_せいかく な_な 認識_にんしき は_は ほとんど_ほとんど 解決_かいけつ 済み_ずみ の_の 問題_もんだい だ_だ が_が 、_、 識字_しきじ 率_りつ (_( 文字_もじ を_を 正し_ただし く_く 認識_にんしき する_する 確率_かくりつ )_) は_は 100_100 %_% で_で は_は な_な く_く 、_、 間違い_まちがい の_の 許_ゆる さ_さ れ_れ な_な い_い 状況_じょうきょう で_で は_は 人間_にんげん が_が 結果_けっか を_を 確認_かくにん する_する 必要_ひつよう が_が あ_あ る_る 。_。 +19_19 世紀_せいき および_および 20_20 世紀_せいき 初頭_しょとう の_の 新聞_しんぶん を_を 使_つか っ_っ た_た 研究_けんきゅう に_に よ_よ る_る と_と 、_、 単純_たんじゅん に_に 文字_もじ 単位_たんい で_で 認識_にんしき する_する 市販_しはん の_の OCR_おーしーあーる ソフトウェア_そふとうぇあ の_の 識字_しきじ 率_りつ は_は 71_71 %_% から_から 98_98 %_% だっ_だっ た_た 。_。 +手書き_てがき 文字_もじ 、_、 特に_とくに 筆記_ひっき 体_たい の_の 手書き_てがき 文字_もじ 認識_にんしき や_や 文字_もじ 数_すう の_の 多_おお い_い 言語_げんご の_の 文字_もじ 認識_にんしき で_で は_は まだ_まだ 研究_けんきゅう の_の 余地_よち が_が あ_あ る_る 。_。 +文字_もじ 認識_にんしき の_の 精度_せいど は_は いく_いく つ_つ か_か の_の 測定_そくてい 法_ほう で_で 表_あらわ さ_さ れ_れ 、_、 実際_じっさい に_に 使用_しよう し_し た_た 測定_そくてい 法_ほう に_に よ_よ っ_っ て_て 精度_せいど は_は 大き_おおき く_く 左右_さゆう さ_さ れ_れ る_る 。_。 +例えば_たとえば 、_、 文脈_ぶんみゃく や_や 辞書_じしょ を_を 使_つか わ_わ ず_ず に_に 純粋_じゅんすい に_に 文字_もじ 単位_たんい で_で 認識_にんしき する_する 場合_ばあい 、_、 識字_しきじ 率_りつ が_が 99_99 %_% で_で あ_あ っ_っ て_て も_も 、_、 単語_たんご ベース_べーす の_の 誤り_あやまり 率_りつ は_は 5_5 %_% と_と な_な る_る か_か も_も しれ_しれ な_な い_い 。_。 +オン_おん ライン_らいん 文字_もじ 認識_にんしき は_は 光学_こうがく 文字_もじ 認識_にんしき と_と 混同_こんどう さ_さ れ_れ る_る こと_こと が_が あ_あ る_る (_( 手書き_てがき 文字_もじ 認識_にんしき 参照_さんしょう )_) 。_。 +OCR_おーしーあーる は_は 基本_きほん 的_てき に_に オフ_おふ ライン_らいん の_の 文字_もじ 認識_にんしき で_で あ_あ り_り 、_、 純粋_じゅんすい に_に 文字_もじ の_の 静的_せいてき な_な 形状_けいじょう を_を 認識_にんしき する_する 。_。 +一方_いっぽう オン_おん ライン_らいん 文字_もじ 認識_にんしき は_は 、_、 文字_もじ が_が 書_か か_か れ_れ る_る 動的_どうてき な_な 過程_かてい を_を 認識_にんしき する_する 。_。 +例えば_たとえば 、_、 Pen_PEN Point_POINT  _くうはく OS_OS  _くうはく や_や タブレット_たぶれっと コンピュータ_こんぴゅーた など_など が_が ジェスチャー_じぇすちゃー を_を 認識_にんしき する_する の_の も_も オン_おん ライン_らいん 認識_にんしき の_の 一種_いっしゅ で_で あ_あ り_り 、_、 ペン_ぺん が_が どう_どう い_い う_う 方向_ほうこう に_に どれ_どれ だけ_だけ 動_うご い_い た_た か_か を_を 認識_にんしき する_する 。_。 +オン_おん ライン_らいん 手書き_てがき 文字_もじ 認識_にんしき を_を 知的_ちてき 文字_もじ 認識_にんしき (_( 英語_えいご 版_ばん )_)  _くうはく (_( ICR_ICR )_)  _くうはく とも_とも 呼_よ ぶ_ぶ 。_。 +手書き_てがき 文字_もじ 認識_にんしき システム_しすてむ は_は 近年_きんねん 、_、 商用_しょうよう で_で 成功_せいこう し_し て_て い_い る_る 分野_ぶんや で_で あ_あ る_る 。_。 +この_この 技術_ぎじゅつ は_は Palm_PALM  _くうはく OS_OS など_など が_が 動作_どうさ する_する 携帯_けいたい 情報_じょうほう 端末_たんまつ で_で 入力_にゅうりょく 手段_しゅだん と_と し_し て_て 採用_さいよう さ_さ れ_れ た_た 。_。 +アップル_あっぷる ・_・ ニュートン_にゅーとん が_が この_この 技術_ぎじゅつ の_の 先駆_せんく 者_しゃ で_で あ_あ る_る 。_。 +これ_これ ら_ら の_の 機器_きき で_で は_は 筆順_ひつじゅん や_や 速度_そくど や_や 線_せん の_の 方向_ほうこう が_が 入力_にゅうりょく 時_じ に_に 分か_わか る_る の_の で_で 比較_ひかく 的_てき 認識_にんしき が_が 容易_ようい で_で あ_あ る_る 。_。 +また_また 、_、 ユーザー_ゆーざー 側_がわ も_も 徐々_じょじょ に_に 認識_にんしき さ_さ れ_れ やす_やす い_い 文字_もじ を_を 書_か く_く よう_よう に_に トレーニング_とれーにんぐ さ_さ れ_れ る_る と_と い_い う_う 面_めん も_も あ_あ る_る 。_。 +一方_いっぽう 、_、 紙_かみ に_に 書_か か_か れ_れ た_た 手書き_てがき 文字_もじ を_を 認識_にんしき する_する ソフトウェア_そふとうぇあ に_に は_は 上記_じょうき の_の 利点_りてん が_が 無_な い_い ため_ため 、_、 識字_しきじ 率_りつ は_は いまだ_いまだ 十分_じゅうぶん と_と は_は 言え_いえ な_な い_い 。_。 +きれい_きれい に_に 書_か か_か れ_れ た_た 手書き_てがき 文字_もじ で_で も_も 識字_しきじ 率_りつ は_は 80_80 %_% から_から 90_90 %_% で_で あ_あ り_り 、_、 1_1 ページ_ぺーじ に_に つ_つ き_き 数十_すうじゅう 個_こ の_の 認識_にんしき 不能_ふのう 文字_もじ が_が 出現_しゅつげん する_する こと_こと に_に な_な る_る 。_。 +これ_これ は_は 非常_ひじょう に_に 限_かぎ ら_ら れ_れ た_た 分野_ぶんや で_で しか_しか 実用_じつよう 化_か でき_でき な_な い_い レベル_れべる で_で あ_あ る_る 。_。 +筆記_ひっき 体_たい 文書_ぶんしょ の_の 認識_にんしき は_は 研究_けんきゅう が_が 盛ん_さかん で_で あ_あ る_る が_が 、_、 識字_しきじ 率_りつ は_は さらに_さらに 低_ひく い_い 。_。 +筆記_ひっき 体_たい の_の 文字_もじ 認識_にんしき の_の 識字_しきじ 率_りつ を_を 高め_たかめ る_る に_に は_は 、_、 文脈_ぶんみゃく や_や 文法_ぶんぽう の_の 情報_じょうほう を_を 使_つか わ_わ な_な けれ_けれ ば_ば な_な ら_ら な_な い_い 。_。 +例えば_たとえば 、_、 辞書_じしょ の_の 単語_たんご を_を 認識_にんしき する_する の_の は_は 、_、 手書き_てがき 原稿_げんこう の_の 個々_ここ の_の 文字_もじ を_を 認識_にんしき する_する より_より も_も 簡単_かんたん で_で あ_あ る_る 。_。 +小切手_こぎって に_に 書_か か_か れ_れ た_た 数字_すうじ の_の 列_れつ は_は 小さな_ちいさな 辞書_じしょ を_を 使_つか え_え ば_ば い_い い_い の_の で_で 識字_しきじ 率_りつ を_を 上げ_あげ る_る こと_こと が_が でき_でき る_る 。_。 +スキャン_すきゃん し_し て_て い_い る_る 文書_ぶんしょ の_の 言語_げんご の_の 文法_ぶんぽう に_に 関_かん する_する 知識_ちしき が_が あ_あ れ_れ ば_ば 、_、 単語_たんご が_が 名詞_めいし な_な の_の か_か 動詞_どうし な_な の_の か_か を_を 判別_はんべつ する_する こと_こと が_が 可能_かのう と_と な_な り_り 識字_しきじ 率_りつ を_を 上げ_あげ る_る こと_こと が_が でき_でき る_る 。_。 +手書き_てがき 文字_もじ の_の 形_かたち だけ_だけ で_で は_は 正確_せいかく な_な 認識_にんしき (_( 一般_いっぱん に_に 9_9 8_8 %_% 以上_いじょう )_) は_は 不_ふ 可能_かのう と_と い_い っ_っ て_て よ_よ い_い 。_。 +OCR_おーしーあーる 技術_ぎじゅつ は_は アドバンスト_あどばんすと スキャン_すきゃん 技術_ぎじゅつ の_の 基盤_きばん と_と な_な っ_っ て_て い_い る_る 。_。 +一般_いっぱん に_に 、_、 より_より 複雑_ふくざつ な_な 認識_にんしき 問題_もんだい に_に は_は ニューラル_にゅーらる ネットワーク_ねっとわーく を_を 使_つか う_う こと_こと が_が 多_おお く_く 、_、 非_ひ 線形_せんけい な_な 変形_へんけい で_で も_も 線形_せんけい な_な 変形_へんけい で_で も_も よく_よく 機能_きのう する_する 。_。 +文書_ぶんしょ 内_ない の_の 認識_にんしき が_が 難し_むずかし い_い 単語_たんご や_や 文字_もじ 列_れつ の_の 認識_にんしき で_で 大いに_おおいに 成功_せいこう を_を 収め_おさめ て_て い_い る_る 技法_ぎほう と_と し_し て_て 、_、 人間_にんげん の_の 文字_もじ 認識_にんしき 能力_のうりょく を_を 利用_りよう し_し た_た re_RE CAPTCHA_CAPTCHA システム_しすてむ が_が あ_あ る_る 。_。 +楽譜_がくふ OCR_おーしーあーる +詳細_しょうさい は_は 「_「 楽譜_がくふ OCR_おーしーあーる 」_」 を_を 参照_さんしょう +1970_せんきゅうひゃくななじゅう 年_ねん 代_だい 、_、 印刷_いんさつ さ_さ れ_れ た_た 楽譜_がくふ を_を 読み取_よみと る_る 研究_けんきゅう が_が MIT_MIT など_など の_の 研究_けんきゅう 所_しょ で_で 行_おこな わ_わ れ_れ た_た 。_。 +その_その 後_ご 楽譜_がくふ の_の 記号_きごう を_を 認識_にんしき する_する 研究_けんきゅう が_が 続け_つずけ られ_られ 、_、 商用_しょうよう の_の ソフトウェア_そふとうぇあ は_は  _くうはく 1991_せんきゅうひゃくきゅうじゅういち 年_ねん に_に  _くうはく ”_” MIDISCAN_MIDISCAN  _くうはく for_FOR  _くうはく Windows_WINDOWS ”_”  _くうはく (_( 現_げん :_: Smart_SMART S_S core_CORE (_( 英語_えいご 版_ばん )_) )_)  _くうはく が_が リリース_りりーす さ_さ れ_れ た_た 。_。 + _くうはく なお_なお 日本_にっぽん に_に お_お い_い て_て は_は 1995_せんきゅうひゃくきゅうじゅうご 年_ねん 楽譜_がくふ OCR_おーしーあーる を_を 搭載_とうさい し_し た_た 楽譜_がくふ 作成_さくせい ソフトウェア_そふとうぇあ の_の スコア_すこあ メーカー_めーかー が_が 河合_かわい 楽器_がっき 製作_せいさく 所_しょ に_に て_て 製造_せいぞう 販売_はんばい さ_さ れ_れ て_て い_い る_る 。_。 +質問_しつもん 応答_おうとう システム_しすてむ +移動_いどう :_:  _くうはく 案内_あんない ,_、  _くうはく 検索_けんさく +質問_しつもん 応答_おうとう システム_しすてむ (_( しつもん_しつもん おうとう_おうとう システム_しすてむ )_) は_は 、_、 特定_とくてい の_の 種類_しゅるい の_の 情報_じょうほう に_に 対_たい する_する 質問_しつもん を_を ユーザ_ゆーざ から_から 自然_しぜん 言語_げんご で_で 受け_うけ つけ_つけ 、_、 その_その 解答_かいとう を_を 返_かえ す_す よう_よう な_な コンピュータ_こんぴゅーた ソフトウェア_そふとうぇあ の_の こと_こと 。_。 +解答_かいとう は_は 文章_ぶんしょう か_か 、_、 質問_しつもん に_に 対_たい する_する 直接_ちょくせつ 解答_かいとう が_が ほとんど_ほとんど で_で あ_あ る_る 。_。 + _くうはく 検索_けんさく エンジン_えんじん を_を 用い_もちい る_る もの_もの や_や 百科_ひゃっか 辞典_じてん など_など を_を 用い_もちい たり_たり 、_、 さまざま_さまざま な_な データベース_でーたべーす を_を 基_もと に_に し_し て_て 検索_けんさく を_を 行_おこな う_う 。_。 + _くうはく 英語_えいご の_の サイト_さいと で_で は_は  _くうはく AskJ_ASKJ eeves_EEVES  _くうはく が_が 有名_ゆうめい 。_。 +基本_きほん 的_てき な_な 処理_しょり の_の 流れ_ながれ は_は 、_、 以下_いか の_の よう_よう に_に な_な る_る 。_。 +質問_しつもん 文_ぶん 分析_ぶんせき (_( 質問_しつもん 文_ぶん を_を 単語_たんご や_や 節_ふし など_など 、_、 検索_けんさく エンジン_えんじん の_の クエリ_くえり に_に 変換_へんかん する_する )_) +検索_けんさく エンジン_えんじん (_( ここ_ここ で_で は_は AND_AND 検索_けんさく など_など 通常_つうじょう の_の クエリ_くえり を_を 投げかけ_なげかけ る_る こと_こと が_が 多_おお い_い )_) +絞込み_しぼりこみ (_( 取得_しゅとく し_し た_た 文章_ぶんしょう から_から 、_、 解答_かいとう 部分_ぶぶん を_を 抽出_ちゅうしゅつ する_する )_) +結果_けっか 表示_ひょうじ (_( 解答_かいとう を_を スコア_すこあ 順_じゅん に_に 並び替え_ならびかえ 、_、 表示_ひょうじ する_する )_) +質問_しつもん 応答_おうとう は_は 、_、 情報_じょうほう 検索_けんさく 、_、 情報_じょうほう 抽出_ちゅうしゅつ 、_、 自然_しぜん 言語_げんご 処理_しょり など_など 多数_たすう の_の 分野_ぶんや に_に 渡_わた る_る 技術_ぎじゅつ が_が 用い_もちい られ_られ て_て い_い る_る 。_。 +音声_おんせい 認識_にんしき (_( おんせい_おんせい にんしき_にんしき ,_、  _くうはく speech_SPEECH  _くうはく recognition_RECOGNITION )_) は_は 、_、 ヒト_ひと の_の 話_はな す_す 音声_おんせい 言語_げんご を_を コンピュータ_こんぴゅーた に_に よ_よ っ_っ て_て 解析_かいせき し_し 、_、 話_はな し_し て_て い_い る_る 内容_ないよう を_を 文字_もじ データ_でーた と_と し_し て_て 取り出_とりだ す_す 処理_しょり の_の こと_こと 。_。 +キーボード_きーぼーど から_から の_の 入力_にゅうりょく に_に 代わ_かわ る_る 文字_もじ 入力_にゅうりょく 方法_ほうほう と_と し_し て_て 注目_ちゅうもく を_を 集め_あつめ て_て い_い る_る 。_。 +音声_おんせい 認識_にんしき に_に 関連_かんれん が_が 深_ふか い_い 技術_ぎじゅつ と_と し_し て_て 、_、 あらかじめ_あらかじめ 記録_きろく し_し て_て お_お い_い た_た 音声_おんせい パターン_ぱたーん と_と 比較_ひかく し_し て_て 個人_こじん 認証_にんしょう 等_とう を_を おこな_おこな う_う 、_、 話者_わしゃ 認識_にんしき が_が あ_あ る_る 。_。 +パソコン_ぱそこん の_の 場合_ばあい 、_、 文章_ぶんしょう を_を 入力_にゅうりょく する_する 用途_ようと で_で は_は 音声_おんせい 入力_にゅうりょく また_また は_は ディクテーション_でぃくてーしょん 、_、 アプリケーション_あぷりけーしょん の_の 操作_そうさ は_は 音声_おんせい 操作_そうさ と_と 呼_よ ば_ば れ_れ る_る 。_。 +目次_もくじ +1_1  _くうはく 認識_にんしき 技術_ぎじゅつ +1_1 ._。 1_1  _くうはく 統計_とうけい 的_てき 手法_しゅほう +1_1 ._。 2_2  _くうはく 動的_どうてき 時間_じかん 伸縮_しんしゅく 法_ほう +1_1 ._。 3_3  _くうはく 隠れ_かくれ マルコフモデル_まるこふもでる +2_2  _くうはく 実際_じっさい と_と 課題_かだい +2_2 ._。 1_1  _くうはく 性能_せいのう +3_3  _くうはく 研究_けんきゅう 中_ちゅう の_の 技術_ぎじゅつ +3_3 ._。 1_1  _くうはく MFT_MFT +3_3 ._。 2_2  _くうはく GSS_じーえすえす +4_4  _くうはく 実用_じつよう 例_れい +4_4 ._。 1_1  _くうはく Windows_WINDOWS に_に おけ_おけ る_る 利用_りよう +4_4 ._。 2_2  _くうはく 企業_きぎょう ・_・ 団体_だんたい に_に おけ_おけ る_る 利用_りよう +4_4 ._。 3_3  _くうはく その_その 他_た の_の 利用_りよう 例_れい +4_4 ._。 4_4  _くうはく その_その 他_た の_の 応用_おうよう 例_れい +5_5  _くうはく 音声_おんせい 認識_にんしき ソフトウェア_そふとうぇあ 例_れい +5_5 ._。 1_1  _くうはく 音声_おんせい 認識_にんしき を_を 応用_おうよう し_し た_た ゲーム_げーむ ソフト_そふと 例_れい +6_6  _くうはく 参考_さんこう 文献_ぶんけん +7_7  _くうはく 外部_がいぶ リンク_りんく +8_8  _くうはく 出典_しゅってん +9_9  _くうはく 関連_かんれん 項目_こうもく +認識_にんしき 技術_ぎじゅつ +統計_とうけい 的_てき 手法_しゅほう +音声_おんせい 認識_にんしき で_で は_は 、_、 統計_とうけい 的_てき 手法_しゅほう が_が 良_よ く_く 用い_もちい られ_られ て_て い_い る_る 。_。 +これ_これ は_は 大量_たいりょう の_の 発話_はつわ を_を 記録_きろく し_し た_た 学習_がくしゅう 用_よう データ_でーた から_から 音声_おんせい の_の 特徴_とくちょう を_を 蓄積_ちくせき し_し 、_、 入力_にゅうりょく さ_さ れ_れ た_た 音声_おんせい 信号_しんごう と_と 蓄積_ちくせき さ_さ れ_れ た_た 特徴_とくちょう と_と を_を 比較_ひかく し_し ながら_ながら 、_、 最も_もっとも 特徴_とくちょう に_に 近_ちか い_い 言語_げんご 系列_けいれつ を_を 認識_にんしき 結果_けっか と_と し_し て_て 出力_しゅつりょく する_する 手法_しゅほう で_で あ_あ る_る 。_。 +一般_いっぱん に_に 、_、 音声_おんせい の_の 音響_おんきょう 的_てき な_な 特徴_とくちょう と_と 言語_げんご 的_てき な_な 特徴_とくちょう を_を 分離_ぶんり し_し て_て 扱_あつか う_う こと_こと が_が 多_おお い_い 。_。 +音響_おんきょう 的_てき な_な 特徴_とくちょう と_と は_は 、_、 認識_にんしき 対象_たいしょう の_の 音素_おんそ が_が それぞれ_それぞれ どの_どの よう_よう な_な 周波_しゅうは 数_すう 特性_とくせい を_を 持_も っ_っ て_て い_い る_る か_か を_を 表_あらわ し_し た_た もの_もの で_で 、_、 音響_おんきょう モデル_もでる と_と 呼_よ ば_ば れ_れ る_る 。_。 +音響_おんきょう モデル_もでる の_の 表現_ひょうげん と_と し_し て_て は_は 、_、 混合_こんごう 正規_せいき 分布_ぶんぷ を_を 出力_しゅつりょく 確率_かくりつ と_と し_し た_た 隠れ_かくれ マルコフモデル_まるこふもでる が_が 広_ひろ く_く 用い_もちい られ_られ て_て い_い る_る 。_。 +言語_げんご 的_てき な_な 特徴_とくちょう と_と は_は 、_、 音素_おんそ の_の 並び_ならび 方_かた に_に 関_かん する_する 制約_せいやく を_を 表_あらわ し_し た_た もの_もの で_で 、_、 言語_げんご モデル_もでる と_と 呼_よ ば_ば れ_れ る_る 。_。 +例えば_たとえば 、_、 「_「 あなた_あなた  _くうはく (_( a_A  _くうはく n_N  _くうはく a_A  _くうはく t_T  _くうはく a_A )_) 」_」 と_と い_い う_う 発声_はっせい の_の 直後_ちょくご に_に は_は 、_、 「_「 が_が  _くうはく (_( g_g  _くうはく a_A )_) 」_」 や_や 「_「 は_は  _くうはく (_( w_W  _くうはく a_A )_) 」_」 など_など の_の 発声_はっせい が_が 続_つづ く_く 確率_かくりつ が_が 高_たか い_い 、_、 など_など の_の 制約_せいやく で_で あ_あ る_る 。_。 +言語_げんご モデル_もでる の_の 表現_ひょうげん と_と し_し て_て は_は 、_、 認識_にんしき 対象_たいしょう の_の 言語_げんご が_が 大_だい 規模_きぼ な_な 場合_ばあい (_( パソコン_ぱそこん 上_じょう で_で の_の 文書_ぶんしょ 作成_さくせい など_など )_) は_は n_N ー_ー gram_GRAM が_が 良_よ く_く 用い_もちい られ_られ 、_、 認識_にんしき 対象_たいしょう の_の 言語_げんご が_が 人手_ひとで で_で 網羅_もうら 出来_でき る_る 程度_ていど に_に 小さ_ちいさ い_い 場合_ばあい (_( カーナビ_かーなび の_の 音声_おんせい 操作_そうさ など_など )_) は_は 、_、 文脈_ぶんみゃく 自由_じゆう 文法_ぶんぽう が_が 良_よ く_く 用い_もちい られ_られ る_る 。_。 +動的_どうてき 時間_じかん 伸縮_しんしゅく 法_ほう +動的_どうてき 時間_じかん 伸縮_しんしゅく 法_ほう (_( Dynamic_DYNAMIC  _くうはく time_TIME  _くうはく warping_WARPING 、_、 DTW_DTW )_) は_は 初期_しょき の_の 音声_おんせい 認識_にんしき 手法_しゅほう で_で あ_あ る_る が_が 、_、 隠れ_かくれ マルコフモデル_まるこふもでる に_に 基づ_もとづ く_く 手法_しゅほう が_が 一般_いっぱん 化_か し_し た_た ため_ため 、_、 使_つか わ_わ れ_れ な_な く_く な_な っ_っ た_た 。_。 +時間_じかん また_また は_は 早_はや さ_さ の_の 異な_ことな る_る 2_2 つ_つ の_の 信号_しんごう シーケンス_しーけんす の_の 間_あいだ の_の 類似_るいじ 度_ど を_を 測_はか る_る アルゴリズム_あるごりずむ で_で あ_あ る_る 。_。 +例えば_たとえば 、_、 人間_にんげん の_の 歩行_ほこう の_の パターン_ぱたーん は_は 、_、 素早_すばや く_く 歩_ある い_い て_て も_も 、_、 ゆっくり_ゆっくり 歩_ある い_い て_て も_も 、_、 さらに_さらに は_は 歩行_ほこう の_の 画像_がぞう を_を 早送り_はやおくり し_し て_て も_も スロー_すろー 再生_さいせい し_し て_て も_も 一定_いってい の_の パターン_ぱたーん が_が 存在_そんざい する_する 。_。 +DTW_DTW  _くうはく は_は 音声_おんせい だけ_だけ で_で な_な く_く 動画_どうが など_など の_の 任意_にんい の_の 時_とき 系列_けいれつ の_の データ_でーた に_に 適用_てきよう 可能_かのう で_で あ_あ る_る 。_。 +音声_おんせい 認識_にんしき に_に お_お い_い て_て は_は 、_、 発声_はっせい 速度_そくど が_が どう_どう で_で あ_あ っ_っ て_て も_も 一定_いってい の_の パターン_ぱたーん を_を 検出_けんしゅつ する_する ため_ため に_に 使_つか わ_わ れ_れ て_て い_い た_た 。_。 +従_したが っ_っ て_て 、_、 比較_ひかく の_の ため_ため の_の 標準_ひょうじゅん パターン_ぱたーん が_が 必要_ひつよう で_で あ_あ り_り 、_、 認識_にんしき でき_でき る_る 語彙_ごい は_は 限定_げんてい さ_さ れ_れ る_る 。_。 +隠れ_かくれ マルコフモデル_まるこふもでる +音声_おんせい 信号_しんごう は_は 、_、 断片_だんぺん 的_てき あるいは_あるいは 短_たん 時間_じかん の_の 定常_ていじょう 信号_しんごう と_と 見_み る_る こと_こと が_が でき_でき 、_、 隠れ_かくれ マルコフモデル_まるこふもでる (_( Hidden_HIDDEN  _くうはく Markov_MARKOV  _くうはく Model_MODEL 、_、 HMM_えいちえむえむ )_) が_が 適用_てきよう 可能_かのう で_で あ_あ る_る 。_。 +すなわち_すなわち 、_、 10_10 ミリ_みり 秒_びょう 程度_ていど の_の 短_たん 時間_じかん で_で み_み た_た 場合_ばあい 、_、 音声_おんせい 信号_しんごう は_は 近似_きんじ 的_てき に_に 定常_ていじょう 過程_かてい と_と 見な_みな す_す こと_こと が_が でき_でき る_る 。_。 +従_したが っ_っ て_て 、_、 音声_おんせい を_を 多く_おおく の_の 確率_かくりつ 過程_かてい の_の マルコフ_まるこふ 連鎖_れんさ と_と 考え_かんがえ る_る こと_こと が_が でき_でき る_る 。_。 +また_また 、_、 隠れ_かくれ マルコフモデル_まるこふもでる に_に よ_よ る_る 音声_おんせい 認識_にんしき は_は 自動_じどう 的_てき に_に トレーニング_とれーにんぐ さ_さ れ_れ 、_、 単純_たんじゅん で_で 計算_けいさん 量_りょう も_も それ_それ ほど_ほど 多_おお く_く な_な い_い 。_。 +音声_おんせい 認識_にんしき に_に つ_つ い_い て_て 考え_かんがえ られ_られ る_る 最も_もっとも 簡単_かんたん な_な 設定_せってい で_で は_は 、_、 隠れ_かくれ マルコフモデル_まるこふもでる は_は 10_10 ミリ_みり 秒_びょう ごと_ごと に_に 例えば_たとえば 13_13 次元_じげん 程度_ていど の_の 実数_じっすう 値_ち ベクトル_べくとる を_を 出力_しゅつりょく する_する だ_だ ろ_ろ う_う 。_。 +この_この ベクトル_べくとる は_は ケプストラム_けぷすとらむ 係数_けいすう から_から 成_な る_る 。_。 +ケプストラム_けぷすとらむ 係数_けいすう は_は 短_たん 時間_じかん の_の 信号_しんごう の_の フーリエ_ふーりえ 変換_へんかん に_に コサイン_こさいん 変換_へんかん を_を 使_つか っ_っ て_て 、_、 その_その 第_だい 一_いち (_( 最大_さいだい )_) 係数_けいすう を_を 取り出_とりだ し_し た_た もの_もの で_で あ_あ る_る 。_。 +隠れ_かくれ マルコフモデル_まるこふもでる は_は 、_、 それぞれ_それぞれ の_の 観測_かんそく さ_さ れ_れ た_た ベクトル_べくとる の_の 尤度_ゆうど を_を 与え_あたえ る_る 対角_たいかく 共_とも 分散_ぶんさん の_の ガウス_がうす 分布_ぶんぷ の_の 混合_こんごう と_と も_も い_い う_う べ_べ き_き 確率_かくりつ 分布_ぶんぷ を_を 持_も つ_つ 傾向_けいこう が_が あ_あ る_る 。_。 +各_かく 単語_たんご や_や 各_かく 音素_おんそ は_は それぞれ_それぞれ 独自_どくじ の_の 出力_しゅつりょく 分布_ぶんぷ を_を 持_も つ_つ 。_。 +単語_たんご 列_れつ あるいは_あるいは 音素_おんそ 列_れつ に_に 関_かん する_する 隠れ_かくれ マルコフモデル_まるこふもでる は_は 、_、 個々_ここ の_の 単語_たんご や_や 音素_おんそ の_の 隠れ_かくれ マルコフモデル_まるこふもでる を_を 連結_れんけつ し_し た_た もの_もの と_と な_な る_る 。_。 +これ_これ ら_ら が_が 隠れ_かくれ マルコフモデル_まるこふもでる を_を 使用_しよう し_し た_た 音声_おんせい 認識_にんしき 技術_ぎじゅつ の_の 概念_がいねん で_で あ_あ る_る 。_。 +音声_おんせい 認識_にんしき システム_しすてむ に_に は_は これ_これ 以外_いがい に_に も_も 様々_さまざま な_な 技術_ぎじゅつ を_を 使用_しよう し_し て_て い_い る_る 。_。 +語彙_ごい の_の 多_おお い_い システム_しすてむ で_で は_は 、_、 音素_おんそ に_に つ_つ い_い て_て 文脈_ぶんみゃく 依存_いぞん 性_せい を_を 考慮_こうりょ する_する 。_。 +また_また 、_、 話者_わしゃ 間_かん の_の 違い_ちがい や_や 録音_ろくおん 状況_じょうきょう の_の 違い_ちがい を_を 正規_せいき 化_か する_する ため_ため に_に 、_、 ケプストラム_けぷすとらむ の_の 正規_せいき 化_か が_が 行_おこな わ_わ れ_れ る_る 。_。 +他_ほか に_に も_も 話者_わしゃ 正規_せいき 化_か の_の 試み_こころみ と_と し_し て_て 、_、 男女_だんじょ 間_かん の_の 正規_せいき 化_か の_の ため_ため の_の 声道_せいどう 長_ちょう 正規_せいき 化_か  _くうはく (_( VTLN_VTLN )_)  _くうはく や_や 、_、 より_より 不_ふ 特定_とくてい 多数_たすう の_の 話者_わしゃ に_に 対応_たいおう する_する ため_ため の_の 最尤_さいゆう 線形_せんけい 回帰_かいき  _くうはく (_( MLLR_えむえるえるあーる )_)  _くうはく が_が あ_あ る_る 。_。 +実際_じっさい と_と 課題_かだい +音声_おんせい 認識_にんしき システム_しすてむ の_の 研究_けんきゅう 開発_かいはつ に_に は_は コンピュータ_こんぴゅーた が_が 普及_ふきゅう し_し だ_だ し_し た_た 1970_せんきゅうひゃくななじゅう 年代_ねんだい から_から 21_21 世紀_せいき 初頭_しょとう の_の 現在_げんざい まで_まで 、_、 長年_ながねん に_に わた_わた っ_っ て_て 莫大_ばくだい な_な 資金_しきん と_と 優秀_ゆうしゅう な_な 人材_じんざい が_が 投入_とうにゅう さ_さ れ_れ て_て き_き た_た が_が 、_、 成功_せいこう し_し て_て 普及_ふきゅう し_し た_た もの_もの は_は ほとんど_ほとんど な_な く_く 、_、 デジタル_でじたる 技術_ぎじゅつ に_に よ_よ っ_っ て_て 生み出_うみだ さ_さ れ_れ た_た 3_3 次元_じげん 映像_えいぞう に_に 代表_だいひょう さ_さ れ_れ る_る アニメーション_あにめーしょん 映画_えいが や_や 、_、 動画_どうが 、_、 静止_せいし 画_が 、_、 音楽_おんがく の_の 記録_きろく と_と 再生_さいせい と_と い_い っ_っ た_た 技術_ぎじゅつ 分野_ぶんや は_は 、_、 その_その 後_ご 、_、 大きな_おおきな 産業_さんぎょう と_と な_な っ_っ て_て い_い る_る の_の と_と 比べれ_くらべれ ば_ば 大きな_おおきな 違い_ちがい が_が あ_あ る_る 。_。 +話者_わしゃ を_を 限定_げんてい し_し て_て 、_、 「_「 ディクテーション_でぃくてーしょん 」_」 と_と 呼_よ ば_ば れ_れ る_る 事前_じぜん の_の トレーニング_とれーにんぐ を_を 行_おこな う_う 方式_ほうしき の_の 音声_おんせい 認識_にんしき システム_しすてむ で_で は_は 、_、 日本_にっぽん 語_ご で_で は_は 理想_りそう 的_てき な_な 環境_かんきょう 下_か で_で は_は 80_80 %_% の_の 認識_にんしき 率_りつ が_が 達成_たっせい でき_でき る_る と_と さ_さ れ_れ て_て い_い る_る 。_。 +それ_それ ら_ら の_の トレーニング_とれーにんぐ を_を 積_つ ま_ま な_な い_い 場合_ばあい 60_60 %_% が_が 限度_げんど で_で あ_あ る_る 。_。 +語彙_ごい を_を 限定_げんてい し_し て_て トレーニング_とれーにんぐ を_を 必要_ひつよう と_と し_し な_な い_い システム_しすてむ で_で は_は 、_、 不_ふ 特定_とくてい 多数_たすう の_の 話者_わしゃ の_の 音声_おんせい を_を 認識_にんしき でき_でき る_る が_が 語彙_ごい が_が 少な_すくな い_い ため_ため に_に 利用_りよう 範囲_はんい は_は 限定_げんてい さ_さ れ_れ る_る 。_。 + _くうはく 同音_どうおん 異義_いぎ 語_ご が_が 少な_すくな い_い 欧米_おうべい 系_けい の_の 言語_げんご で_で は_は 90_90 %_% の_の 認識_にんしき 率_りつ が_が あ_あ る_る と_と 評価_ひょうか さ_さ れ_れ て_て い_い る_る  _くうはく 。_。 +個人_こじん 向け_むけ に_に 市販_しはん さ_さ れ_れ て_て い_い る_る 音声_おんせい 認識_にんしき ソフト_そふと で_で は_は 、_、 静か_しずか な_な 部屋_へや で_で ユーザー_ゆーざー が_が ヘッド_へっど セット_せっと を_を 使_つか い_い 、_、 単語_たんご を_を 区切_くぎ る_る など_など の_の いく_いく つ_つ か_か の_の コツ_こつ を_を 知_し っ_っ て_て い_い れ_れ ば_ば 十分_じゅうぶん 実用_じつよう 的_てき な_な 認識_にんしき 率_りつ を_を 示_しめ す_す 。_。 +ただし_ただし 屋内_おくない で_で あ_あ っ_っ て_て も_も 背後_はいご で_で 大声_おおごえ の_の 会話_かいわ が_が な_な さ_さ れ_れ る_る 環境_かんきょう や_や 、_、 屋外_おくがい など_など の_の 騒音_そうおん の_の あ_あ る_る 環境_かんきょう で_で は_は 認識_にんしき が_が 困難_こんなん で_で あ_あ る_る 。_。 +また_また 、_、 個人_こじん の_の レベル_れべる で_で 使用_しよう する_する こと_こと を_を 想定_そうてい し_し て_て い_い る_る ため_ため 、_、 対応_たいおう する_する 語彙_ごい が_が 限_かぎ ら_ら れ_れ 業務_ぎょうむ 用語_ようご は_は カバー_かばー さ_さ れ_れ て_て い_い な_な い_い 。_。 +さらに_さらに 、_、 複数_ふくすう の_の 話者_わしゃ に_に よ_よ る_る 発声_はっせい や_や 、_、 音声_おんせい 認識_にんしき 向け_むけ と_と 意識_いしき し_し て_て い_い な_な い_い 、_、 例えば_たとえば インタビュー_いんたびゅー や_や 会議_かいぎ など_など の_の 発声_はっせい を_を 認識_にんしき する_する の_の は_は 困難_こんなん で_で あ_あ る_る 。_。 +企業_きぎょう 向け_むけ で_で は_は 、_、 大_だい 規模_きぼ 語彙_ごい と_と 複数_ふくすう の_の 不_ふ 特定_とくてい 話_わ 者_しゃ に_に 対応_たいおう し_し た_た 会議_かいぎ など_など の_の 議事_ぎじ 録_ろく 作り_づくり に_に 使え_つかえ る_る より_より 高価_こうか な_な ソフト_そふと も_も 販売_はんばい さ_さ れ_れ て_て お_お り_り [_「 要_よう 出典_しゅってん ]_」 、_、 カセット_かせっと テープ_てーぷ や_や IC_IC レコーダ_れこーだ の_の 聞_き き_き 起こし_おこし に_に 比べ_くらべ 効率_こうりつ 的_てき に_に 作業_さぎょう を_を 行_おこな う_う こと_こと が_が でき_でき る_る 。_。 +性能_せいのう +音声_おんせい 認識_にんしき システム_しすてむ の_の 性能_せいのう は_は 一般_いっぱん に_に 正確_せいかく 度_ど と_と 速度_そくど で_で 表_あらわ さ_さ れ_れ る_る 。_。 +正確_せいかく 度_ど は_は 単語_たんご 誤り率_あやまりりつ  _くうはく (_( word_WORD  _くうはく error_ERROR  _くうはく rate_RATE ,_、  _くうはく WER_WER )_)  _くうはく で_で 表_あらわ さ_さ れ_れ 、_、 速度_そくど は_は 実_じつ 時間_じかん 係数_けいすう  _くうはく (_( real_REAL  _くうはく time_TIME  _くうはく factor_FACTOR ,_、  _くうはく RTF_RTF )_) で_で 表_あらわ さ_さ れ_れ る_る 。_。 +研究_けんきゅう 中_ちゅう の_の 技術_ぎじゅつ +MFT_MFT +話者_わしゃ の_の 音声_おんせい の_の 特徴_とくちょう 量_りょう が_が 雑音_ざつおん や_や 特徴_とくちょう 分離_ぶんり 処理_しょり に_に よ_よ っ_っ て_て 歪_ゆが む_む と_と 音響_おんきょう モデル_もでる と_と の_の 差_さ が_が 開_ひら い_い て_て 誤_ご 認識_にんしき の_の 元_もと と_と な_な る_る 。_。 +得_え られ_られ た_た 音声_おんせい の_の 特徴_とくちょう 量_りょう に_に 歪み_ゆがみ や_や 雑音_ざつおん が_が どの_どの 程度_ていど 含_ふく ま_ま れ_れ て_て い_い る_る か_か を_を 推定_すいてい し_し 時間_じかん 軸_じく と_と 周波_しゅうは 数_すう 軸_じく に_に 対_たい し_し て_て 信頼_しんらい 度_ど を_を マップ_まっぷ と_と し_し て_て 持_も た_た せ_せ て_て 、_、 低_てい 信頼_しんらい 度_ど の_の 特徴_とくちょう 量_りょう に_に は_は マスク_ますく を_を かけ_かけ たり_たり 、_、 失_うしな わ_わ れ_れ た_た 音声_おんせい を_を 復元_ふくげん する_する 処理_しょり に_に 活用_かつよう する_する の_の が_が ミッシング_みっしんぐ ・_・ フィチャー_ふぃちゃー 理論_りろん (_( Missing_MISSING  _くうはく feature_FEATURE  _くうはく the_THE ory_ORY )_)  _くうはく で_で あ_あ る_る 。_。 +GSS_じーえすえす +GSS_じーえすえす (_( Geometric_GEOMETRIC  _くうはく source_SOURCE  _くうはく separation_SEPARATION )_) は_は 複数_ふくすう の_の 音源_おんげん を_を 分離_ぶんり する_する 技術_ぎじゅつ で_で あ_あ り_り 、_、 音源_おんげん 間_かん に_に 相関_そうかん が_が 無_な けれ_けれ ば_ば 複数_ふくすう の_の マイク_まいく から_から の_の 入力_にゅうりょく 情報_じょうほう に_に よ_よ っ_っ て_て 比較_ひかく 的_てき 簡単_かんたん に_に 音源_おんげん 分離_ぶんり と_と その_その 位置_いち 情報_じょうほう (_( 音源_おんげん 定位_ていい )_) が_が 得_え られ_られ る_る 。_。 +これ_これ を_を MFT_MFT の_の 雑音_ざつおん 情報_じょうほう と_と し_し て_て 信頼_しんらい 度_ど マップ_まっぷ に_に 反映_はんえい さ_さ せれ_せれ ば_ば 、_、 騒音_そうおん 下_か や_や 同時_どうじ 発話_はつわ の_の 状況_じょうきょう で_で も_も それ_それ ほど_ほど 認識_にんしき 率_りつ を_を 落と_おと さ_さ ず_ず に_に 済_す む_む 。_。 +実用_じつよう 例_れい +Windows_WINDOWS に_に おけ_おけ る_る 利用_りよう +Windows_WINDOWS  _くうはく Vista_びすた と_と Windows_WINDOWS  _くうはく 7_7 で_で は_は 音声_おんせい 認識_にんしき 機能_きのう が_が 搭載_とうさい さ_さ れ_れ て_て お_お り_り 、_、 この_この 機能_きのう を_を 使用_しよう し_し て_て 、_、 キーボード_きーぼーど 入力_にゅうりょく なし_なし に_に チャット_ちゃっと を_を する_する など_など の_の 操作_そうさ が_が 可能_かのう と_と な_な っ_っ て_て い_い る_る 。_。 +音声_おんせい 認識_にんしき 機能_きのう で_で パソコン_ぱそこん を_を 操作_そうさ する_する と_と い_い っ_っ た_た 利用_りよう 方法_ほうほう は_は これ_これ まで_まで に_に も_も あ_あ っ_っ た_た が_が 、_、 日本_にっぽん 語_ご の_の 認識_にんしき 率_りつ を_を 向上_こうじょう さ_さ せ_せ て_て い_い る_る ほか_ほか 、_、 マウス_まうす や_や キーボード_きーぼーど で_で 行_おこな う_う Windows_WINDOWS の_の 操作_そうさ が_が 音声_おんせい で_で 操作_そうさ でき_でき る_る よう_よう に_に な_な っ_っ て_て い_い る_る 。_。 +企業_きぎょう ・_・ 団体_だんたい に_に おけ_おけ る_る 利用_りよう +企業_きぎょう 、_、 病院_びょういん 、_、 自治_じち 体_たい で_で は_は 、_、 2005_にせんご ー_ー 6_6 年_ねん 頃_ごろ から_から 次第_しだい に_に 次_つぎ の_の よう_よう な_な 実用_じつよう システム_しすてむ の_の 導入_どうにゅう が_が 活発_かっぱつ 化_か し_し て_て き_き て_て い_い る_る 。_。 +医師_いし 向け_むけ 電子_でんし カルテ_かるて 入力_にゅうりょく システム_しすてむ +自治_じち 体_たい 向け_むけ 議事_ぎじ 録_ろく 作成_さくせい 支援_しえん システム_しすてむ +コール_こーる センター_せんたー 向け_むけ オペレータ_おぺれーた 支援_しえん ・_・ 通話_つうわ 内容_ないよう 分析_ぶんせき システム_しすてむ +学校_がっこう 向け_むけ 語学_ごがく 学習_がくしゅう アプリケーション_あぷりけーしょん で_で の_の 発音_はつおん 評価_ひょうか システム_しすてむ +その_その 他_た の_の 利用_りよう 例_れい +携帯_けいたい 端末_たんまつ (_( iPhone_IPHONE など_など )_) へ_へ の_の メール_めーる 文章_ぶんしょう 入力_にゅうりょく +同時_どうじ 通訳_つうやく 型_がた の_の 機械_きかい 翻訳_ほんやく 、_、 自動_じどう 通訳_つうやく +パソコン_ぱそこん 上_じょう で_で の_の 文書_ぶんしょ 作成_さくせい (_( 口述_こうじゅつ 筆記_ひっき の_の 自動_じどう 化_か )_) +音声_おんせい 指示_しじ に_に よ_よ る_る 機械_きかい 操作_そうさ (_( カーナビ_かーなび 、_、 電子_でんし カルテ_かるて 等_とう の_の ハンズフリー_はんずふりー コンピューティング_こんぴゅーてぃんぐ )_) +指示_しじ を_を 聞き_きき 分け_わけ る_る ペット_ぺっと ロボット_ろぼっと (_( ロボット_ろぼっと 工学_こうがく へ_へ の_の 応用_おうよう )_) +音声_おんせい 対話_たいわ 受付_うけつけ 案内_あんない システム_しすてむ (_( 自動_じどう 音声_おんせい 応答_おうとう 装置_そうち )_) +裁判_さいばん 員_いん 制度_せいど で_で の_の 評議_ひょうぎ に_に おけ_おけ る_る 証言_しょうげん 内容_ないよう など_など の_の 確認_かくにん (_( 映像_えいぞう と_と 文字_もじ の_の 連動_れんどう )_) +音声_おんせい Web_WEB アプリケーション_あぷりけーしょん  _くうはく w3voice_W3VOICE  _くうはく Laboratory_LABORATORY  _くうはく (_( 音声_おんせい 認識_にんしき や_や 対話_たいわ を_を 体験_たいけん でき_でき る_る Web_WEB サイト_さいと )_) +その_その 他_た の_の 応用_おうよう 例_れい +「_「 感性_かんせい 制御_せいぎょ 技術_ぎじゅつ 」_」 (_( Sensibility_SENSIBILITY  _くうはく Technology=ST_TECHNOLOGY=ST )_) など_など と_と 組み合わせ_くみあわせ る_る こと_こと に_に よ_よ り_り 、_、 例えば_たとえば 「_「 ごめん_ごめん なさ_なさ い_い 」_」 も_も 口先_くちさき だけ_だけ で_で 軽_かる く_く 言_い っ_っ た_た 「_「 ごめん_ごめん なさ_なさ い_い 」_」 も_も 同じ_おなじ 「_「 ごめん_ごめん なさ_なさ い_い 」_」 で_で しか_しか な_な い_い が_が 、_、 早口_はやくち で_で 軽_かる い_い トーン_とーん の_の 「_「 ごめん_ごめん なさ_なさ い_い 」_」 は_は 、_、 バカ_ばか に_に し_し て_て い_い る_る と_と 判断_はんだん し_し て_て 怒_おこ っ_っ た_た 態度_たいど で_で 接_せっ し_し たり_たり 、_、 ゆっくり_ゆっくり 丁寧_ていねい に_に 発音_はつおん さ_さ れ_れ た_た 「_「 ごめん_ごめん なさ_なさ い_い 」_」 は_は 、_、 心_こころ から_から の_の 謝辞_しゃじ だ_だ と_と 理解_りかい し_し て_て 許_ゆる し_し たり_たり する_する こと_こと が_が 可能_かのう と_と な_な る_る 。_。 +音声_おんせい 合成_ごうせい (_( おんせい_おんせい ごう_ごう せい_せい 、_、 Speech_SPEECH  _くうはく syn_SYN the_THE sis_SIS )_) と_と は_は 、_、 人間_にんげん の_の 音声_おんせい を_を 人工_じんこう 的_てき に_に 作り出_つくりだ す_す こと_こと で_で あ_あ る_る 。_。 +これ_これ を_を 行_おこな う_う システム_しすてむ を_を スピーチ_すぴーち ・_・ シンセサイザー_しんせさいざー (_( Speech_SPEECH  _くうはく syn_SYN the_THE sizer_SIZER )_) 、_、 これ_これ に_に よ_よ り_り 生成_せいせい し_し た_た 音声_おんせい を_を 合成_ごうせい 音声_おんせい (_( ごうせい_ごうせい おんせい_おんせい )_) と_と 呼_よ ぶ_ぶ 。_。 +人工_じんこう 的_てき に_に 人_ひと の_の 声_こえ を_を 合成_ごうせい する_する システム_しすてむ で_で あ_あ り_り 、_、 テキスト_てきすと (_( 文章_ぶんしょう )_) を_を 音声_おんせい に_に 変換_へんかん でき_でき る_る こと_こと から_から 、_、 しばしば_しばしば テキスト_てきすと 読み上げ_よみあげ (_( text_てくすと ー_ー toー_TOー speech_SPEECH 、_、 略_りゃく し_し て_て TTS_てぃーてぃーえす )_) システム_しすてむ と_と も_も 呼_よ ば_ば れ_れ る_る 。_。 +また_また 、_、 発音_はつおん 記号_きごう を_を 音声_おんせい に_に 変換_へんかん する_する システム_しすてむ も_も あ_あ る_る 。_。 +目次_もくじ +1_1  _くうはく 歴史_れきし +2_2  _くうはく 実用_じつよう 例_れい +2_2 ._。 1_1  _くうはく テキスト_てきすと 読み上げ_よみあげ システム_しすてむ +2_2 ._。 2_2  _くうはく オペレーティング_おぺれーてぃんぐ システム_しすてむ で_で の_の 音声_おんせい 合成_ごうせい +2_2 ._。 3_3  _くうはく インターネット_いんたーねっと で_で の_の 音声_おんせい 合成_ごうせい +3_3  _くうはく 合成_ごうせい 技術_ぎじゅつ +3_3 ._。 1_1  _くうはく 連結_れんけつ 的_てき 合成_ごうせい +3_3 ._。 2_2  _くうはく フォルマント_ふぉるまんと 合成_ごうせい (_( 合成_ごうせい 音声_おんせい )_) +3_3 ._。 3_3  _くうはく その_その 他_た の_の 合成_ごうせい 手法_しゅほう +4_4  _くうはく 日本_にほん 語_ご 音声_おんせい 合成_ごうせい ソフトウェア_そふとうぇあ +5_5  _くうはく 英語_えいご 音声_おんせい 合成_ごうせい ソフトウェア_そふとうぇあ +6_6  _くうはく 音声_おんせい 合成_ごうせい の_の 技術_ぎじゅつ を_を 採用_さいよう し_し て_て い_い る_る 主な_おもな 製品_せいひん +7_7  _くうはく 関連_かんれん 項目_こうもく +8_8  _くうはく 脚注_きゃくちゅう +9_9  _くうはく 注記_ちゅうき +10_10  _くうはく 外部_がいぶ リンク_りんく +歴史_れきし +現代_げんだい 的_てき な_な 電子_でんし 信号_しんごう 処理_しょり が_が 発明_はつめい さ_さ れ_れ る_る ずっと_ずっと 以前_いぜん から_から 、_、 音声_おんせい を_を 合成_ごうせい する_する 試み_こころみ が_が な_な さ_さ れ_れ て_て き_き た_た 。_。 +初期_しょき の_の 試み_こころみ と_と し_し て_て は_は 、_、 のち_のち に_に 教皇_きょうこう シルウェステル_しるうぇすてる 2_2 世_せい と_と な_な る_る オーリヤック_おーりやっく の_の ジェル_じぇる ベール_べーる (_( 100_100 3_3 年_ねん 没_ぼっ )_) 、_、 アルベルトゥス_あるべるとぅす ・_・ マグヌス_まぐぬす (_( 1280_1280 年_ねん 没_ぼっ )_) 、_、 ロジャー_ろじゃー ・_・ ベーコン_べーこん (_( 1294_1294 年_ねん 没_ぼっ )_) など_など の_の 人物_じんぶつ が_が 音声_おんせい 合成_ごうせい を_を 試み_こころみ て_て い_い る_る 。_。 +1779_1779 年_ねん に_に は_は ドイツ_どいつ 人_じん クリスティアン_くりすてぃあん ・_・ クラッツェンシュタイン_くらっつぇんしゅたいん は_は 母音_ぼいん  _くうはく (_( a_A ,_、  _くうはく e_E ,_、  _くうはく i_I ,_、  _くうはく o_O ,_、  _くうはく u_U )_)  _くうはく を_を 発声_はっせい でき_でき る_る 機械_きかい を_を 製作_せいさく し_し た_た 。_。 +この_この 流れ_ながれ は_は ふいご_ふいご を_を 使_つか っ_っ た_た 機械_きかい 式_しき 音声_おんせい 合成_ごうせい 器_き を_を 作_つく っ_っ た_た オーストリア_おーすとりあ (_( ハンガリー_はんがりー )_) の_の ヴォルフガング_ヴぉるふがんぐ ・_・ フォン_ふぉん ・_・ ケンペレン_けんぺれん に_に 引き継_ひきつ が_が れ_れ た_た 。_。 +彼_かれ は_は 1791_1791 年_ねん に_に 論文_ろんぶん を_を 発表_はっぴょう し_し 、_、 その_その 機械_きかい に_に つ_つ い_い て_て 説明_せつめい し_し て_て い_い る_る 。_。 +この_この 機械_きかい は_は 舌_した と_と 唇_くちびる を_を モデル_もでる 化_か し_し て_て お_お り_り 、_、 母音_ぼいん だけ_だけ で_で な_な く_く 子音_しいん も_も 発音_はつおん でき_でき た_た 。_。 +1837_1837 年_ねん 、_、 チャールズ_ちゃーるず ・_・ ホイート_ほいーと ストン_すとん は_は フォン_ふぉん ・_・ ケンペレン_けんぺれん の_の デザイン_でざいん を_を 元_もと に_に しゃべ_しゃべ る_る 機械_きかい を_を 製作_せいさく し_し 、_、 1857_1857 年_ねん 、_、 M_M . _。_ Faber_FABER は_は Euphonia_EUPHONIA を_を 製作_せいさく し_し た_た 。_。 +ホイート_ほいーと ストン_すとん の_の 機械_きかい は_は 1923_1923 年_ねん Paget_PAGET に_に よ_よ っ_っ て_て 再現_さいげん さ_さ れ_れ て_て い_い る_る 。_。 +1930_1930 年代_ねんだい 、_、 ベル_べる 研究_けんきゅう 所_しょ の_の ホーマー_ほーまー ・_・ ダドリー_だどりー (_( Homer_HOMER  _くうはく Dudley_DUDLEY )_) は_は 通信_つうしん 用_よう の_の 電子_でんし 式_しき 音声_おんせい 分析_ぶんせき ・_・ 音声_おんせい 合成_ごうせい マシン_ましん で_で あ_あ る_る ヴォ_ヴぉ コーダー_こーだー  _くうはく (_( Vocoder_VOCODER 、_、 Voice_ぼいす  _くうはく Coder_CODER の_の 略_りゃく )_)  _くうはく を_を 開発_かいはつ し_し た_た 。_。 +その_その 後_あと これ_これ を_を 応用_おうよう し_し 、_、 音声_おんせい 合成_ごうせい 部_ぶ に_に キーボード_きーぼーど を_を 付加_ふか し_し た_た 鍵盤_けんばん 演奏_えんそう 型_がた の_の スピーチ_すぴーち ・_・ シンセサイザー_しんせさいざー で_で あ_あ る_る ヴォーダー_ヴぉーだー (_( voder_VODER )_) を_を 製作_せいさく し_し 、_、 ニューヨーク_にゅーよーく 万国_ばんこく 博覧_はくらん 会_かい  _くうはく (_( 1939_1939 年_ねん )_) に_に 出展_しゅってん し_し た_た 。_。 +その_その 発声_はっせい は_は 十分_じゅうぶん 理解_りかい 可能_かのう だっ_だっ た_た と_と 言_い わ_わ れ_れ る_る 。_。 +1940_1940 年代_ねんだい 、_、 ハスキンズ_はすきんず 研究_けんきゅう 所_しょ (_( Haskins_HASKINS  _くうはく Laboratories_LABORATORIES )_) の_の フランクリン_ふらんくりん ・_・ S_S ・_・ クーパー_くーぱー (_( Franklin_FRANKLIN  _くうはく S_S ._。  _くうはく Cooper_COOPER )_) ら_ら は_は Pattern_PATTERN  _くうはく playback_PLAYBACK と_と い_い う_う 名_な の_の 機械_きかい の_の 開発_かいはつ に_に 取り組_とりく み_み 、_、 1950_1950 年_ねん に_に 完成_かんせい し_し た_た 。_。 +この_この 機械_きかい に_に は_は いく_いく つ_つ か_か の_の バージョン_ばーじょん が_が あ_あ る_る が_が 、_、 実際_じっさい に_に 機能_きのう し_し た_た の_の は_は 一_ひと つ_つ だけ_だけ で_で あ_あ る_る 。_。 +この_この 機械_きかい は_は 、_、 スペクトル_すぺくとる 形式_けいしき の_の 音声_おんせい パターン_ぱたーん の_の 図_ず を_を 音_おと に_に 変換_へんかん する_する もの_もの で_で あ_あ っ_っ た_た 。_。 +アルヴィン_あるヴぃん ・_・ リバーマン_りばーまん (_( Alvin_ALVIN  _くうはく Liberman_LIBERMAN )_) ら_ら は_は これ_これ を_を 音声_おんせい 学_がく の_の 研究_けんきゅう に_に 利用_りよう し_し た_た 。_。 +最初_さいしょ の_の コンピュータ_こんぴゅーた を_を 使_つか っ_っ た_た 音声_おんせい 合成_ごうせい システム_しすてむ は_は 1950_1950 年代_ねんだい 終盤_しゅうばん に_に 開発_かいはつ さ_さ れ_れ 、_、 最初_さいしょ の_の テキスト_てきすと 読み上げ_よみあげ システム_しすてむ は_は 1968_1968 年_ねん に_に 開発_かいはつ さ_さ れ_れ て_て い_い る_る 。_。 +1961_1961 年_ねん 、_、 物理_ぶつり 学_がく 者_しゃ John_じょん  _くうはく Larry_LARRY  _くうはく Kelly_KELLY ,_、  _くうはく Jr_じゅにあ ._。 と_と Louis_LOUIS  _くうはく Gerstmen_GERSTMEN は_は ベル_べる 研究_けんきゅう 所_しょ に_に て_て IBM_IBM  _くうはく 70_70 4_4 を_を 使_つか っ_っ て_て 音声_おんせい 合成_ごうせい を_を 行_おこな っ_っ た_た 。_。 +そして_そして 『_「 デイジー_でいじー ・_・ ベル_べる 』_」 と_と い_い う_う 歌_うた を_を コンピュータ_こんぴゅーた に_に 歌_うた わ_わ せ_せ た_た 。_。 +友人_ゆうじん の_の ジョン_じょん ・_・ ピアース_ぴあーす を_を 訪ね_たずね て_て ベル_べる 研究_けんきゅう 所_しょ に_に 来_き て_て い_い た_た アーサー_あーさー ・_・ C_C ・_・ クラーク_くらーく は_は 、_、 この_この デモ_でも を_を 聴_き い_い て_て 感銘_かんめい を_を 受け_うけ 、_、 『_「 2001_2001 年_ねん 宇宙_うちゅう の_の 旅_たび 』_」 で_で HAL_えいちえーえる  _くうはく 9000_9000 が_が 歌_うた う_う クライマックス_くらいまっくす シーン_しーん が_が 生まれ_うまれ た_た 。_。 +初期_しょき の_の 電子_でんし 式_しき スピーチ_すぴーち ・_・ シンセサイザー_しんせさいざー の_の 発声_はっせい は_は 、_、 ロボット_ろぼっと 的_てき で_で あまり_あまり 明瞭_めいりょう で_で は_は な_な い_い もの_もの が_が 多_おお かっ_かっ た_た 。_。 +その_その 後_ご の_の 発達_はったつ に_に よ_よ り_り 、_、 今日_こんにち の_の TTS_てぃーてぃーえす システム_しすてむ は_は むしろ_むしろ 人間_にんげん の_の 声_こえ と_と 区別_くべつ が_が 付_つ か_か な_な い_い 場合_ばあい が_が 少な_すくな く_く な_な い_い 。_。 +(_( ただし_ただし 電子_でんし 式_しき の_の 成功_せいこう 後_ご も_も 、_、 人間_にんげん 型_がた ロボット_ろぼっと に_に 発声_はっせい さ_さ せ_せ る_る ため_ため 、_、 機械_きかい 式_しき 音声_おんせい 合成_ごうせい の_の 研究_けんきゅう は_は 続け_つずけ られ_られ た_た 。_。 +電子_でんし 式_しき で_で は_は スピーカー_すぴーかー の_の 音質_おんしつ に_に 制限_せいげん さ_さ れ_れ る_る が_が 、_、 ロボット_ろぼっと で_で 人間_にんげん の_の 体_からだ の_の 構造_こうぞう を_を 模倣_もほう し_し た_た 機械_きかい 式_しき 音声_おんせい 合成_ごうせい なら_なら 、_、 もっと_もっと 人間_にんげん に_に 近_ちか い_い 発声_はっせい に_に な_な る_る と_と 考え_かんがえ られ_られ て_て い_い た_た から_から で_で あ_あ る_る )_) 。_。 +実用_じつよう 例_れい +音声_おんせい 合成_ごうせい 技術_ぎじゅつ は_は 文字_もじ を_を 読_よ む_む こと_こと が_が 困難_こんなん な_な 障害_しょうがい 者_しゃ や_や 、_、 文字_もじ が_が 読め_よめ な_な い_い 人_ひと (_( 幼児_ようじ 、_、 外国_がいこく 人_じん など_など )_) に_に 画面_がめん 読み上げ_よみあげ ソフト_そふと (_( スクリーン_すくりーん リーダー_りーだー )_) と_と し_し て_て 長_なが く_く 利用_りよう さ_さ れ_れ て_て き_き て_て お_お り_り 、_、 言葉_ことば を_を 発_はっ する_する こと_こと が_が 困難_こんなん な_な 人_ひと が_が 代替_だいたい 手段_しゅだん と_と し_し て_て 利用_りよう する_する こと_こと も_も 多_おお い_い 。_。 +また_また 、_、 2000_2000 年_ねん 頃_ごろ から_から 家電_かでん 製品_せいひん の_の 音声_おんせい ガイダンス_がいだんす や_や 、_、 公共_こうきょう 交通_こうつう 機関_きかん や_や 防災_ぼうさい 関係_かんけい の_の アナウンス_あなうんす 用途_ようと と_と し_し て_て 音声_おんせい 合成_ごうせい さ_さ れ_れ た_た もの_もの が_が 広_ひろ く_く 使用_しよう さ_さ れ_れ る_る よう_よう に_に な_な っ_っ て_て い_い る_る 。_。 +これ_これ は_は 、_、 人間_にんげん が_が 発声_はっせい し_し た_た もの_もの を_を 録音_ろくおん する_する と_と 、_、 台詞_せりふ の_の 変更_へんこう の_の 度_ど に_に その_その 部分_ぶぶん を_を 録音_ろくおん を_を し直_しなお さ_さ な_な けれ_けれ ば_ば な_な ら_ら な_な い_い が_が 、_、 音声_おんせい 合成_ごうせい で_で あ_あ れ_れ ば_ば データ_でーた の_の 作成_さくせい で_で 済_す む_む ため_ため で_で あ_あ る_る 。_。 +実際_じっさい に_に 、_、 鉄道_てつどう 用_よう アナウンス_あなうんす で_で は_は 、_、 駅_えき が_が 追加_ついか さ_さ れ_れ たり_たり 名称_めいしょう 変更_へんこう が_が あ_あ っ_っ て_て も_も 、_、 その_その 箇所_かしょ のみ_のみ が_が 変更_へんこう さ_さ れ_れ て_て い_い る_る 。_。 +また_また 、_、 最近_さいきん で_で は_は 個人_こじん 向け_むけ の_の ソフトウェア_そふとうぇあ など_など に_に も_も 活用_かつよう さ_さ れ_れ て_て き_き て_て い_い る_る 。_。 +テキスト_てきすと 読み上げ_よみあげ システム_しすてむ +テキスト_てきすと 読み上げ_よみあげ システム_しすてむ は_は 、_、 フロント_ふろんと エンド_えんど と_と バックエンド_ばっくえんど の_の ふた_ふた つ_つ の_の 部分_ぶぶん から_から な_な る_る 。_。 +一般_いっぱん に_に 、_、 フロント_ふろんと エンド_えんど は_は 入力_にゅうりょく し_し た_た テキスト_てきすと から_から 記号_きごう 化_か 言語_げんご 表現_ひょうげん  _くうはく (_( symbolic_SYMBOLIC  _くうはく linguistic_LINGUISTIC  _くうはく representation_REPRESENTATION )_)  _くうはく を_を 出力_しゅつりょく する_する 。_。 +バックエンド_ばっくえんど は_は フロント_ふろんと エンド_えんど で_で 合成_ごうせい さ_さ れ_れ た_た 音声_おんせい の_の 波形_はけい を_を 出力_しゅつりょく する_する 。_。 +音声_おんせい 合成_ごうせい の_の 自然_しぜん さ_さ は_は 、_、 出力_しゅつりょく さ_さ れ_れ る_る 音声_おんせい が_が いかに_いかに 現実_げんじつ の_の 人間_にんげん の_の 音声_おんせい に_に 似_に て_て い_い る_る か_か 、_、 明瞭_めいりょう 度_ど は_は 聴_き き_き やす_やす さ_さ (_( 出力_しゅつりょく 音声_おんせい の_の 理解_りかい し_し やす_やす さ_さ )_) で_で 評価_ひょうか さ_さ れ_れ る_る 。_。 +フロント_ふろんと エンド_えんど +フロント_ふろんと エンド_えんど に_に は_は ふた_ふた つ_つ の_の 大きな_おおきな 仕事_しごと が_が あ_あ る_る 。_。 +ひと_ひと つ_つ は_は テキスト_てきすと の_の 中_なか の_の 数字_すうじ や_や 省略_しょうりゃく 表現_ひょうげん を_を 読み上げ_よみあげ る_る とき_とき の_の 表現_ひょうげん に_に 変換_へんかん する_する こと_こと で_で あ_あ る_る 。_。 +これ_これ は_は 、_、 「_「 テキスト_てきすと の_の 正規_せいき 化_か 」_」 、_、 「_「 プリプロセッシング_ぷりぷろせっしんぐ 」_」 、_、 「_「 トークン_とーくん 化_か 」_」 など_など と_と 呼_よ ば_ば れ_れ る_る 。_。 +もう_もう ひと_ひと つ_つ は_は 各_かく 単語_たんご を_を 発音_はつおん 記号_きごう に_に 変換_へんかん し_し 、_、 テキスト_てきすと を_を 熟語_じゅくご や_や 文節_ぶんせつ 、_、 文_ぶん など_など の_の 韻律_いんりつ 単位_たんい に_に 分割_ぶんかつ する_する こと_こと で_で あ_あ る_る 。_。 +単語_たんご に_に 発音_はつおん 記号_きごう を_を 割り当て_わりあて る_る 処理_しょり を_を テキスト_てきすと 音素_おんそ (_( text_てくすと ー_ー to_つー ーphoneme_ーPHONEME 、_、 略_りゃく し_し て_て TTP_TTP )_) 変換_へんかん また_また は_は 書記_しょき 素_そ 音素_おんそ (_( grapheme_GRAPHEME ー_ー to_つー ーphoneme_ーPHONEME 、_、 略_りゃく し_し て_て GTP_GTP )_) 変換_へんかん と_と 呼_よ ぶ_ぶ 。_。 +発音_はつおん 記号_きごう と_と 韻律_いんりつ 情報_じょうほう を_を 組み合わせ_くみあわせ て_て 記号_きごう 化_か 言語_げんご 表現_ひょうげん を_を 作成_さくせい し_し 、_、 フロント_ふろんと エンド_えんど の_の 出力_しゅつりょく と_と する_する 。_。 +訳注_やくちゅう +この_この 部分_ぶぶん は_は 言語_げんご に_に よ_よ っ_っ て_て かなり_かなり 違い_ちがい が_が あ_あ る_る 。_。 +日本_にっぽん 語_ご の_の 場合_ばあい 、_、 わか_わか ち_ち 書き_かき を_を し_し な_な い_い 為_ため 、_、 文章_ぶんしょう を_を 正確_せいかく に_に 処理_しょり する_する ため_ため に_に は_は 単語_たんご を_を 分割_ぶんかつ する_する 作業_さぎょう が_が 必要_ひつよう と_と な_な る_る 。_。 +バックエンド_ばっくえんど +フロント_ふろんと エンド_えんど の_の 出力_しゅつりょく 結果_けっか を_を 元_もと に_に 、_、 より_より 自然_しぜん な_な 音声_おんせい に_に する_する ため_ため 韻律_いんりつ など_など の_の 音声_おんせい の_の 調整_ちょうせい を_を 行_おこな い_い 、_、 実際_じっさい の_の 音声_おんせい データ_でーた を_を 出力_しゅつりょく する_する 。_。 +この_この 処理_しょり に_に て_て 音声_おんせい の_の 性質_せいしつ が_が 決定_けってい さ_さ れ_れ る_る ため_ため 、_、 音声_おんせい 合成_ごうせい ソフト_そふと 独自_どくじ 色_しょく が_が 出_で る_る こと_こと が_が 多_おお い_い 。_。 +また_また 、_、 一般_いっぱん 的_てき に_に 「_「 話_はなし 言葉_ことば 」_」 を_を 目指_めざ す_す 物_もの が_が 多_おお い_い が_が 、_、 歌声_うたごえ の_の 様_よう な_な 調整_ちょうせい を_を 行な_おこな う_う 音声_おんせい 合成_ごうせい ソフト_そふと も_も あ_あ る_る 。_。 +オペレーティング_おぺれーてぃんぐ システム_しすてむ で_で の_の 音声_おんせい 合成_ごうせい +アップル_あっぷる +1984_せんきゅうひゃくはちじゅうよん 年_ねん 、_、 アップル_あっぷる コンピュータ_こんぴゅーた に_に MacInTalk_MACINTALK 機能_きのう を_を 搭載_とうさい し_し た_た 。_。 +その_その 後_あと も_も 新し_あたらし い_い OS_OS バージョン_ばーじょん で_で は_は 音質_おんしつ が_が 改善_かいぜん さ_さ れ_れ て_て い_い る_る 。_。 +また_また 、_、 音声_おんせい 認識_にんしき も_も 導入_どうにゅう し_し て_て お_お り_り 、_、 これ_これ ら_ら の_の 機能_きのう を_を 統合_とうごう し_し た_た PlainTalk_PLAINTALK は_は 視覚_しかく 障害_しょうがい 者_しゃ の_の ため_ため の_の サポート_さぽーと プログラム_ぷろぐらむ で_で あ_あ っ_っ た_た 。_。 +Mac_MAC  _くうはく OS_OS  _くうはく X_X  _くうはく v_V 10_10 ._。 4_4 以降_いこう に_に は_は VoiceOver_VOICEOVER と_と い_い う_う 音声_おんせい 合成_ごうせい 機能_きのう に_に な_な っ_っ て_て い_い る_る 。_。 +AmigaOS_AMIGAOS +1985_せんきゅうひゃくはちじゅうご 年_ねん の_の AmigaOS_AMIGAOS で_で も_も 音声_おんせい 合成_ごうせい 機能_きのう が_が 組み込_くみこ ま_ま れ_れ て_て い_い た_た 。_。 +男性_だんせい と_と 女性_じょせい の_の 声_こえ を_を 選択_せんたく でき_でき る_る 。_。 +AmigaOS_AMIGAOS で_で は_は 音声_おんせい 合成_ごうせい を_を 仮想_かそう デバイス_でばいす と_と し_し て_て い_い た_た ため_ため 、_、 コンソール_こんそーる 出力_しゅつりょく を_を 音声_おんせい 合成_ごうせい に_に リダイレクト_りだいれくと する_する こと_こと も_も 可能_かのう で_で あ_あ っ_っ た_た 。_。 +この_この ため_ため 、_、 ワープロ_わーぷろ ソフト_そふと など_など 各種_かくしゅ アプリケーション_あぷりけーしょん で_で 容易_ようい に_に 音声_おんせい 合成_ごうせい を_を 利用_りよう 可能_かのう で_で あ_あ っ_っ た_た 。_。 +Micros_MICROS oft_OFT  _くうはく Windows_WINDOWS +Windows_WINDOWS で_で は_は 、_、 SAPI_SAPI と_と い_い う_う 音声_おんせい 関係_かんけい の_の API_API を_を 用意_ようい し_し て_て い_い る_る 。_。 +Windows_WINDOWS  _くうはく XP_XP で_で は_は Narrator_NARRATOR と_と い_い う_う 音声_おんせい 合成_ごうせい プログラム_ぷろぐらむ が_が 追加_ついか さ_さ れ_れ て_て い_い る_る (_( 英語_えいご 版_ばん )_) 。_。 +コール_こーる センター_せんたー など_など で_で の_の 音声_おんせい 認識_にんしき と_と 音声_おんせい 合成_ごうせい の_の パッケージ_ぱっけーじ と_と し_し て_て Micros_MICROS oft_OFT  _くうはく Speech_SPEECH  _くうはく Server_SERVER が_が 用意_ようい さ_さ れ_れ て_て い_い る_る 。_。 +その_その 他_た +TI_TI ー_ー 99_99 /_・ 4_4 A_A に_に は_は 音声_おんせい 合成_ごうせい 機能_きのう を_を オプション_おぷしょん で_で 追加_ついか 可能_かのう で_で あ_あ っ_っ た_た 。_。 +PC_PC ー_ー 6001_6001 mkII_MKII に_に は_は 音声_おんせい 合成_ごうせい 機能_きのう が_が 内蔵_ないぞう さ_さ れ_れ て_て い_い た_た 。_。 +後継_こうけい の_の PC_PC ー_ー 6001_6001 mkIISR_MKIISR や_や PC_PC ー_ー 660_660 1_1 で_で は_は 歌_うた う_う こと_こと も_も 可能_かのう で_で あ_あ っ_っ た_た 。_。 +FM_FM ー_ー 7_7 /_・ FM_FM ー_ー 77_77 シリーズ_しりーず に_に は_は 音声_おんせい 合成_ごうせい ボード_ぼーど  _くうはく (_( MB_MB 224_224 37_37 /_・ FM_FM ー_ー 77_77 ー_ー 4_4 3_3 1_1 )_)  _くうはく が_が オプション_おぷしょん と_と し_し て_て 用意_ようい さ_さ れ_れ て_て い_い る_る 。_。 +MZ_MZ ー_ー 1500_1500 /_・ 2500_2500 /_・ 286_286 1_1 に_に は_は オプション_おぷしょん と_と し_し て_て ボイス_ぼいす ボード_ぼーど (_( MZ_MZ ー_ー 1_1 M_M 0_0 8_8 )_) が_が 存在_そんざい する_する 。_。 +英語_えいご で_で の_の 数字_すうじ など_など の_の 音声_おんせい を_を チップ_ちっぷ に_に 。_。 +五十_ごじゅう 音_おん と_と 、_、 いく_いく つ_つ か_か の_の フレーズ_ふれーず を_を 外部_がいぶ チップ_ちっぷ に_に サンプリング_さんぷりんぐ さ_さ れ_れ ROM_ROM と_と し_し て_て 焼きこ_やきこ ま_ま れ_れ て_て お_お り_り 、_、 制御_せいぎょ に_に よ_よ っ_っ て_て 再生_さいせい する_する もの_もの で_で あ_あ る_る 。_。 +インターネット_いんたーねっと で_で の_の 音声_おんせい 合成_ごうせい +音声_おんせい 合成_ごうせい マーク_まーく アップ_あっぷ 言語_げんご +テキスト_てきすと を_を 音声_おんせい に_に 変換_へんかん する_する ため_ため の_の XML_XML 準拠_じゅんきょ の_の マーク_まーく アップ_あっぷ 言語_げんご が_が いく_いく つ_つ か_か あ_あ る_る 。_。 +最近_さいきん で_で は_は SSML_えすえすえむえる が_が W3_W3 C_C から_から 提案_ていあん さ_さ れ_れ ドラフト_どらふと 状態_じょうたい で_で あ_あ る_る 。_。 +他_ほか に_に も_も SABLE_SABLE 、_、 JSML_JSML など_など が_が あ_あ る_る 。_。 +Cascading_CASCADING  _くうはく Style_すたいる  _くうはく Sheets_SHEETS  _くうはく 2_2 の_の サブセット_さぶせっと は_は Aural_AURAL  _くうはく Cascading_CASCADING  _くうはく Style_すたいる  _くうはく Sheets_SHEETS を_を 含_ふく ん_ん で_で い_い る_る 。_。 +音声_おんせい 合成_ごうせい マーク_まーく アップ_あっぷ 言語_げんご は_は Voice_ぼいす XML_XML の_の よう_よう な_な ダイアログ_だいあろぐ ・_・ マーク_まーく アップ_あっぷ 言語_げんご と_と は_は 異な_ことな る_る 。_。 +ダイアログ_だいあろぐ ・_・ マーク_まーく アップ_あっぷ 言語_げんご は_は テキスト_てきすと 読み上げ_よみあげ だけ_だけ で_で な_な く_く 、_、 音声_おんせい 認識_にんしき など_など に_に も_も 対応_たいおう し_し て_て い_い る_る 。_。 +合成_ごうせい 技術_ぎじゅつ +音声_おんせい 波形_はけい を_を 生成_せいせい する_する 主要_しゅよう 技術_ぎじゅつ は_は 、_、 大き_おおき く_く 連結_れんけつ 的_てき 合成_ごうせい  _くうはく (_( concatenative_CONCATENATIVE  _くうはく syn_SYN the_THE sis_SIS )_)  _くうはく と_と フォルマント_ふぉるまんと 合成_ごうせい  _くうはく (_( formant_FORMANT  _くうはく syn_SYN the_THE sis_SIS )_)  _くうはく の_の 2_2 つ_つ に_に 分け_わけ る_る 事_こと が_が でき_でき る_る 。_。 +連結_れんけつ 的_てき 合成_ごうせい +連結_れんけつ 的_てき 合成_ごうせい は_は 、_、 基本_きほん 的_てき に_に は_は 録音_ろくおん さ_さ れ_れ た_た 音声_おんせい の_の 断片_だんぺん を_を 連結_れんけつ し_し て_て 合成_ごうせい する_する 方法_ほうほう で_で あ_あ る_る 。_。 +一般_いっぱん に_に 連結_れんけつ 的_てき 合成_ごうせい は_は 最も_もっとも 自然_しぜん な_な 合成_ごうせい 音声_おんせい に_に な_な る_る と_と い_い わ_わ れ_れ て_て い_い る_る が_が 、_、 発声_はっせい の_の バリエーション_ばりえーしょん と_と 波形_はけい の_の 断片_だんぺん 化_か の_の 細か_こまか さ_さ に_に よ_よ っ_っ て_て は_は 出力_しゅつりょく 音声_おんせい に_に 欠損_けっそん が_が 生_しょう じ_じ 、_、 自然_しぜん さ_さ を_を 損な_そこな う_う こと_こと が_が あ_あ る_る 。_。 +連結_れんけつ 的_てき 合成_ごうせい に_に は_は 以下_いか に_に あげ_あげ る_る 三_さん 種類_しゅるい が_が あ_あ る_る 。_。 +単位_たんい 選択_せんたく 合成_ごうせい  _くうはく (_( Unit_UNIT  _くうはく selection_SELECTION  _くうはく syn_SYN the_THE sis_SIS )_)  _くうはく +別名_べつめい と_と し_し て_て コーパス_こーぱす ベース_べーす 音声_おんせい 合成_ごうせい 方式_ほうしき と_と も_も 呼_よ ば_ば れ_れ る_る 。_。 +大きな_おおきな 音声_おんせい の_の データベース_でーたべーす (_( 通常_つうじょう 一_いち 時間_じかん 以上_いじょう の_の 録音_ろくおん さ_さ れ_れ た_た 音声_おんせい から_から 成_な る_る )_) を_を 使用_しよう する_する 。_。 +データベース_でーたべーす を_を 作成_さくせい する_する 為_ため に_に は_は 、_、 録音_ろくおん する_する 音声_おんせい を_を 「_「 音_おと 」_」 、_、 「_「 音節_おんせつ 」_」 、_、 「_「 形態_けいたい 素_そ 」_」 、_、 「_「 単語_たんご 」_」 、_、 「_「 成句_せいく 」_」 、_、 「_「 文節_ぶんせつ 」_」 など_など に_に 分割_ぶんかつ し_し 、_、 それ_それ ら_ら を_を 人_ひと の_の 手_て に_に よ_よ っ_っ て_て 検索_けんさく でき_でき る_る よう_よう に_に インデックス_いんでっくす を_を 調整_ちょうせい し_し て_て 作成_さくせい する_する 。_。 +音声_おんせい 合成_ごうせい を_を 行_おこな う_う 際_さい に_に は_は 、_、 アルゴリズム_あるごりずむ に_に 従_したが っ_っ て_て 最も_もっとも 適_てき し_し た_た 音_おと の_の 組み合わせ_くみあわせ を_を データベース_でーたべーす から_から 探し出_さがしだ し_し て_て 合成_ごうせい する_する 。_。 +これ_これ に_に よ_よ り_り 極めて_きわめて 肉声_にくせい に_に 近_ちか い_い 自然_しぜん な_な 音声_おんせい に_に 合成_ごうせい する_する こと_こと が_が 可能_かのう と_と な_な る_る 。_。 +しかし_しかし 、_、 より_より 自然_しぜん に_に 聞こえ_きこえ る_る 音声_おんせい を_を 合成_ごうせい する_する に_に は_は データベース_でーたべーす の_の 情報_じょうほう 量_りょう を_を 増や_ふや す_す 必要_ひつよう が_が あ_あ り_り 、_、 データ_でーた サイズ_さいず が_が 膨大_ぼうだい と_と な_な る_る 問題_もんだい も_も 発生_はっせい する_する 。_。 +Diphone_DIPHONE 合成_ごうせい  _くうはく (_( Diphone_DIPHONE  _くうはく syn_SYN the_THE sis_SIS )_) +音声_おんせい ライブラリ_らいぶらり に_に ターゲット_たーげっと と_と する_する 言語_げんご の_の Diphone_DIPHONE (_( 音_おと と_と 音_おと の_の つながり_つながり 部分_ぶぶん )_) を_を 全て_すべて 持ち_もち 、_、 それ_それ を_を 使用_しよう し_し て_て 合成_ごうせい する_する 。_。 +Diphone_DIPHONE の_の 個数_こすう は_は その_その 言語_げんご の_の 音素_おんそ 配列_はいれつ 論_ろん で_で 決ま_きま っ_っ て_て い_い る_る 。_。 +(_( スペイン_すぺいん 語_ご なら_なら 800_800 、_、 ドイツ_どいつ 語_ご なら_なら 2500_2500 の_の Diphone_DIPHONE を_を 持_も つ_つ 。_。 +)_) Diphone_DIPHONE 合成_ごうせい で_で は_は 、_、 各_かく Diphone_DIPHONE の_の 音声_おんせい が_が ひと_ひと つ_つ だけ_だけ データベース_でーたべーす に_に 格納_かくのう さ_さ れ_れ て_て い_い る_る 。_。 +実行_じっこう 時_じ に_に は_は Diphone_DIPHONE を_を 並べ_ならべ た_た もの_もの に_に 線形_せんけい 予測_よそく 分析_ぶんせき 法_ほう (_( PSOLA_PSOLA 、_、 MBROLA_MBROLA など_など )_) の_の よう_よう な_な デジタル_でじたる 信号_しんごう 処理_しょり 技法_ぎほう を_を 施_ほどこ し_し て_て 韻律_いんりつ を_を 作_つく る_る 。_。 +できあが_できあが っ_っ た_た 音声_おんせい は_は 単位_たんい 選択_せんたく 合成_ごうせい に_に 比較_ひかく する_する と_と 音質_おんしつ が_が 劣_おと る_る が_が 、_、 フォルマント_ふぉるまんと 合成_ごうせい より_より は_は 自然_しぜん な_な 音質_おんしつ に_に な_な る_る 。_。 +しかし_しかし 、_、 Diphone_DIPHONE 合成_ごうせい は_は 結合_けつごう 部_ぶ の_の 欠陥_けっかん が_が 目立_めだ ち_ち 、_、 フォルマント_ふぉるまんと 合成_ごうせい の_の よう_よう な_な ロボット_ろぼっと 的_てき な_な 発生_はっせい に_に な_な っ_っ て_て しま_しま う_う 問題_もんだい が_が あ_あ る_る 。_。 +その_その ため_ため 商用_しょうよう で_で は_は 徐々_じょじょ に_に 利用_りよう が_が 減_へ っ_っ て_て い_い る_る が_が 、_、 フリー_ふりー ソフトウェア_そふとうぇあ や_や 研究_けんきゅう 用_よう と_と し_し て_て は_は 使_つか わ_わ れ_れ 続け_つずけ て_て い_い る_る 。_。 +分野_ぶんや 限定_げんてい 合成_ごうせい  _くうはく (_( Doma_DOMA inー_INー specific_SPECIFIC  _くうはく syn_SYN the_THE sis_SIS )_) +録音_ろくおん さ_さ れ_れ た_た 単語_たんご や_や 文節_ぶんせつ を_を 連結_れんけつ し_し て_て 音声_おんせい を_を 合成_ごうせい する_する 。_。 +これ_これ は_は 特定_とくてい 分野_ぶんや の_の テキスト_てきすと 読み上げ_よみあげ に_に 使_つか わ_わ れ_れ る_る 。_。 +例えば_たとえば 乗り換え_のりかえ 案内_あんない の_の 放送_ほうそう や_や 天気_てんき 予報_よほう など_など で_で あ_あ る_る 。_。 +これ_これ は_は 実装_じっそう が_が 簡単_かんたん な_な の_の で_で 商用_しょうよう に_に も_も 長年_ながねん 使_つか わ_わ れ_れ て_て き_き た_た 。_。 +例えば_たとえば 、_、 しゃべ_しゃべ る_る 時計_とけい や_や 電卓_でんたく など_など で_で あ_あ る_る 。_。 +この_この 方式_ほうしき は_は 分野_ぶんや を_を 限定_げんてい し_し て_て い_い る_る の_の で_で 自然_しぜん に_に 聞こえ_きこえ る_る 音声_おんせい を_を 合成_ごうせい する_する の_の が_が 簡単_かんたん で_で あ_あ る_る 。_。 +しかし_しかし 、_、 汎用_はんよう で_で は_は な_な い_い の_の で_で 、_、 利用_りよう は_は 限定_げんてい さ_さ れ_れ る_る 。_。 +内部_ないぶ の_の データベース_でーたべーす に_に あ_あ る_る 単語_たんご や_や 文節_ぶんせつ しか_しか 話せ_はなせ な_な い_い ため_ため 、_、 内容_ないよう が_が 登録_とうろく さ_さ れ_れ て_て い_い る_る 音声_おんせい に_に よ_よ っ_っ て_て 限定_げんてい さ_さ れ_れ る_る 。_。 +また_また 、_、 例えば_たとえば フランス_ふらんす 語_ご の_の リエゾン_りえぞん など_など 、_、 前後_ぜんご の_の 単語_たんご と_と の_の 関係_かんけい で_で 発音_はつおん が_が 変わ_かわ る_る 場合_ばあい を_を 再現_さいげん する_する の_の が_が 難し_むずかし い_い 。_。 +この_この 場合_ばあい 、_、 文脈_ぶんみゃく を_を 考慮_こうりょ し_し て_て 合成_ごうせい する_する 必要_ひつよう が_が あ_あ る_る 。_。 +フォルマント_ふぉるまんと 合成_ごうせい (_( 合成_ごうせい 音声_おんせい )_) +フォルマント_ふぉるまんと 合成_ごうせい は_は 録音_ろくおん さ_さ れ_れ た_た 人間_にんげん の_の 音声_おんせい は_は 使用_しよう せ_せ ず_ず 、_、 基底_きてい 周波_しゅうは 数_すう 、_、 音色_ねいろ 、_、 雑音_ざつおん レベル_れべる など_など の_の パラメータ_ぱらめーた を_を 調整_ちょうせい し_し て_て 波形_はけい を_を 作_つく り_り 、_、 人工_じんこう 的_てき な_な 音声_おんせい を_を 作_つく る_る 。_。 +合成_ごうせい さ_さ れ_れ た_た 音声_おんせい は_は ロボット_ろぼっと 的_てき に_に 聞こえ_きこえ る_る 音声_おんせい に_に な_な る_る ため_ため 、_、 人間_にんげん の_の 音声_おんせい と_と 間違え_まちがえ る_る こと_こと は_は な_な い_い 。_。 +フォルマント_ふぉるまんと 合成_ごうせい は_は 連結_れんけつ 的_てき 合成_ごうせい と_と 比べ_くらべ 次_つぎ の_の 様_よう な_な 特徴_とくちょう も_も 持_も っ_っ て_て い_い る_る 。_。 +音_おと の_の 欠損_けっそん が_が な_な い_い の_の で_で 、_、 高速_こうそく に_に 発声_はっせい さ_さ せ_せ て_て も_も 明瞭_めいりょう に_に 聞き取れ_ききとれ る_る 。_。 +この_この ため_ため 高速_こうそく さ_さ を_を 要求_ようきゅう さ_さ れ_れ る_る テキスト_てきすと 読み上げ_よみあげ に_に は_は よく_よく 使_つか わ_わ れ_れ て_て い_い る_る 。_。 +連結_れんけつ 的_てき 合成_ごうせい の_の よう_よう な_な 音声_おんせい データベース_でーたべーす を_を 必要_ひつよう と_と し_し な_な い_い の_の で_で 、_、 データ_でーた の_の サイズ_さいず が_が 小さ_ちいさ く_く な_な る_る 。_。 +出力_しゅつりょく 音声_おんせい を_を 容易_ようい に_に 変化_へんか さ_さ せ_せ る_る こと_こと が_が でき_でき る_る の_の で_で 、_、 イントネーション_いんとねーしょん や_や 音色_ねいろ を_を 自由_じゆう に_に 変え_かえ る_る こと_こと が_が 出来_でき る_る 。_。 +上記_じょうき の_の 様_よう な_な 特徴_とくちょう の_の ため_ため 、_、 組み込_くみこ み_み システム_しすてむ で_で も_も よく_よく 使_つか わ_わ れ_れ 、_、 フォルマント_ふぉるまんと 合成_ごうせい の_の 例_れい と_と し_し て_て 、_、 1970_せんきゅうひゃくななじゅう 年代_ねんだい 末_まつ に_に テキサス_てきさす ・_・ インスツルメンツ_いんすつるめんつ が_が 発売_はつばい し_し た_た 玩具_がんぐ Speak_SPEAK  _くうはく &_&  _くうはく Spell_SPELL 、_、 セガ_せが の_の 1980_1980 年代_ねんだい の_の いく_いく つ_つ か_か の_の アーケード_あーけーど ゲーム_げーむ が_が あ_あ る_る (_( Astro_ASTRO  _くうはく Blaster_ぶらすたー 、_、 Space_SPACE  _くうはく Fury_FURY 、_、 Star_STAR  _くうはく Trek_TREK :_:  _くうはく Strategic_すとらてじっく  _くうはく Operations_OPERATIONS  _くうはく Simulator_SIMULATOR など_など )_) 。_。 +これ_これ ら_ら の_の イントネーション_いんとねーしょん の_の 再現_さいげん は_は 非常_ひじょう に_に よ_よ く_く 、_、 リアル_りある タイム_たいむ の_の テキスト_てきすと 読み上げ_よみあげ インタフェース_いんたふぇーす で_で の_の 実現_じつげん は_は これ_これ から_から で_で あ_あ る_る 。_。 +その_その 他_た の_の 合成_ごうせい 手法_しゅほう +Articulatory_ARTICULATORY  _くうはく syn_SYN the_THE sis_SIS +最近_さいきん まで_まで 純粋_じゅんすい に_に 学術_がくじゅつ 的_てき 研究_けんきゅう と_と し_し て_て 使_つか わ_わ れ_れ て_て き_き た_た 手法_しゅほう で_で あ_あ る_る 。_。 +それ_それ は_は 人間_にんげん の_の 声道_せいどう 部分_ぶぶん の_の 構造_こうぞう を_を 研究_けんきゅう し_し て_て そこ_そこ で_で 起こ_おこ っ_っ て_て い_い る_る こと_こと を_を 人工_じんこう 的_てき に_に 再現_さいげん する_する もの_もの で_で あ_あ る_る 。_。 +最近_さいきん に_に な_な っ_っ て_て その_その 成果_せいか が_が 商用_しょうよう の_の 音声_おんせい 合成_ごうせい で_で も_も 使え_つかえ る_る レベル_れべる に_に な_な っ_っ て_て き_き た_た 。_。 +NeXT_NEXT で_で 使_つか わ_わ れ_れ て_て い_い た_た システム_しすてむ は_は カナダ_かなだ の_の カルガリー_かるがりー 大学_だいがく の_の 研究_けんきゅう チーム_ちーむ が_が スピンオフ_すぴんおふ し_し て_て 作_つく っ_っ た_た Trillium_TRILLIUM  _くうはく Sound_SOUND  _くうはく Research_りさーち  _くうはく Inc_いんく ._。 が_が 開発_かいはつ し_し た_た もの_もの で_で あ_あ る_る 。_。 +Trillium_TRILLIUM は_は これ_これ を_を フリー_ふりー な_な gnuspeech_GNUSPEECH と_と し_し て_て 公開_こうかい し_し て_て お_お り_り 、_、 GNU_じーえぬゆー  _くうはく savannah_SAVANNAH  _くうはく site_SITE で_で 入手_にゅうしゅ 可能_かのう で_で あ_あ る_る 。_。 +Hybrid_HYBRID  _くうはく syn_SYN the_THE sis_SIS +フォルマント_ふぉるまんと と_と 連結_れんけつ 的_てき 合成_ごうせい を_を 組み合わせ_くみあわせ た_た もの_もの で_で 、_、 音_おと の_の 欠損_けっそん を_を なるべく_なるべく 少な_すくな く_く し_し た_た もの_もの で_で あ_あ る_る 。_。 +HMM_えいちえむえむ ーbased_ーBASED  _くうはく syn_SYN the_THE sis_SIS +隠れ_かくれ マルコフモデル_まるこふもでる (_( HMM_えいちえむえむ )_) に_に 基づ_もとづ い_い た_た 合成_ごうせい で_で あ_あ る_る 。_。 +この_この システム_しすてむ で_で は_は 、_、 周波_しゅうは 数_すう スペクトル_すぺくとる 、_、 基本_きほん 周波_しゅうは 数_すう 、_、 持続_じぞく 時間_じかん (_( 韻律_いんりつ )_) が_が HMM_えいちえむえむ に_に よ_よ っ_っ て_て 同時_どうじ に_に モデル_もでる 化_か さ_さ れ_れ る_る 。_。 +音声_おんせい 波形_はけい は_は HMM_えいちえむえむ 自体_じたい が_が 最尤_さいゆう 法_ほう に_に 基づ_もとづ い_い て_て 生成_せいせい する_する 。_。 +Sinewave_SINEWAVE  _くうはく syn_SYN the_THE sis_SIS +フォルマント_ふぉるまんと を_を 純粋_じゅんすい な_な 正弦_せいげん 波_は の_の 合成_ごうせい に_に よ_よ っ_っ て_て 構成_こうせい する_する 技法_ぎほう で_で あ_あ る_る 。_。 diff --git a/00-intro/nlp-programming-en-00-intro.odp b/download/00-intro/nlp-programming-en-00-intro.odp similarity index 100% rename from 00-intro/nlp-programming-en-00-intro.odp rename to download/00-intro/nlp-programming-en-00-intro.odp diff --git a/00-intro/nlp-programming-en-00-intro.pdf b/download/00-intro/nlp-programming-en-00-intro.pdf similarity index 100% rename from 00-intro/nlp-programming-en-00-intro.pdf rename to download/00-intro/nlp-programming-en-00-intro.pdf diff --git a/00-intro/nlp-programming-ja-00-intro.odp b/download/00-intro/nlp-programming-ja-00-intro.odp similarity index 100% rename from 00-intro/nlp-programming-ja-00-intro.odp rename to download/00-intro/nlp-programming-ja-00-intro.odp diff --git a/00-intro/nlp-programming-ja-00-intro.pdf b/download/00-intro/nlp-programming-ja-00-intro.pdf similarity index 100% rename from 00-intro/nlp-programming-ja-00-intro.pdf rename to download/00-intro/nlp-programming-ja-00-intro.pdf diff --git a/00-intro/sample-code/00-hello.cpp b/download/00-intro/sample-code/00-hello.cpp similarity index 100% rename from 00-intro/sample-code/00-hello.cpp rename to download/00-intro/sample-code/00-hello.cpp diff --git a/00-intro/sample-code/00-hello.py b/download/00-intro/sample-code/00-hello.py similarity index 100% rename from 00-intro/sample-code/00-hello.py rename to download/00-intro/sample-code/00-hello.py diff --git a/00-intro/sample-code/01-datatypes.cpp b/download/00-intro/sample-code/01-datatypes.cpp similarity index 100% rename from 00-intro/sample-code/01-datatypes.cpp rename to download/00-intro/sample-code/01-datatypes.cpp diff --git a/00-intro/sample-code/01-datatypes.py b/download/00-intro/sample-code/01-datatypes.py similarity index 100% rename from 00-intro/sample-code/01-datatypes.py rename to download/00-intro/sample-code/01-datatypes.py diff --git a/00-intro/sample-code/02-iffor.cpp b/download/00-intro/sample-code/02-iffor.cpp similarity index 100% rename from 00-intro/sample-code/02-iffor.cpp rename to download/00-intro/sample-code/02-iffor.cpp diff --git a/00-intro/sample-code/02-iffor.py b/download/00-intro/sample-code/02-iffor.py similarity index 100% rename from 00-intro/sample-code/02-iffor.py rename to download/00-intro/sample-code/02-iffor.py diff --git a/00-intro/sample-code/03-array.cpp b/download/00-intro/sample-code/03-array.cpp similarity index 100% rename from 00-intro/sample-code/03-array.cpp rename to download/00-intro/sample-code/03-array.cpp diff --git a/00-intro/sample-code/03-array.py b/download/00-intro/sample-code/03-array.py similarity index 100% rename from 00-intro/sample-code/03-array.py rename to download/00-intro/sample-code/03-array.py diff --git a/00-intro/sample-code/04-keyvalue.cpp b/download/00-intro/sample-code/04-keyvalue.cpp similarity index 100% rename from 00-intro/sample-code/04-keyvalue.cpp rename to download/00-intro/sample-code/04-keyvalue.cpp diff --git a/00-intro/sample-code/04-keyvalue.py b/download/00-intro/sample-code/04-keyvalue.py similarity index 100% rename from 00-intro/sample-code/04-keyvalue.py rename to download/00-intro/sample-code/04-keyvalue.py diff --git a/00-intro/sample-code/04a-keyvalue.py b/download/00-intro/sample-code/04a-keyvalue.py similarity index 100% rename from 00-intro/sample-code/04a-keyvalue.py rename to download/00-intro/sample-code/04a-keyvalue.py diff --git a/00-intro/sample-code/05-split.cpp b/download/00-intro/sample-code/05-split.cpp similarity index 100% rename from 00-intro/sample-code/05-split.cpp rename to download/00-intro/sample-code/05-split.cpp diff --git a/00-intro/sample-code/05-split.py b/download/00-intro/sample-code/05-split.py similarity index 100% rename from 00-intro/sample-code/05-split.py rename to download/00-intro/sample-code/05-split.py diff --git a/00-intro/sample-code/06-function.cpp b/download/00-intro/sample-code/06-function.cpp similarity index 100% rename from 00-intro/sample-code/06-function.cpp rename to download/00-intro/sample-code/06-function.cpp diff --git a/00-intro/sample-code/06-function.py b/download/00-intro/sample-code/06-function.py similarity index 100% rename from 00-intro/sample-code/06-function.py rename to download/00-intro/sample-code/06-function.py diff --git a/00-intro/sample-code/07-readfile.cpp b/download/00-intro/sample-code/07-readfile.cpp similarity index 100% rename from 00-intro/sample-code/07-readfile.cpp rename to download/00-intro/sample-code/07-readfile.cpp diff --git a/00-intro/sample-code/07-readfile.py b/download/00-intro/sample-code/07-readfile.py similarity index 100% rename from 00-intro/sample-code/07-readfile.py rename to download/00-intro/sample-code/07-readfile.py